././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1647023206.3278413 rapid-photo-downloader-0.9.33/0000755000175000017500000000000000000000000015147 5ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023199.0 rapid-photo-downloader-0.9.33/CHANGES.md0000644000175000017500000035155100000000000016553 0ustar00damondamonChangelog for Rapid Photo Downloader ==================================== 0.9.33 (2022-03-11) ------------------- - Enhance `install.py` script to not install unnecessary H.265 dependencies now that [pyheif](https://github.com/carsales/pyheif) includes them itself. - Fix implementation of bug fix [#59](https://github.com/damonlynch/rapid-photo-downloader/issues/59): Handle cameras that nest dual card slots in subfolders like the Fujifilm X-T3. 0.9.32 (2022-03-07) ------------------- - Fix visual bug where right side user interface panels were not properly framed when first shown. - Fix bug [#54](https://github.com/damonlynch/rapid-photo-downloader/issues/54): Use `exiv2` to read CR3 metadata when available. Please note: `exiv2` must be built with CR3 support, which is currently [not the default](https://github.com/Exiv2/exiv2/issues/1679#issuecomment-846389046). To determine if your Linux distribution has enabled CR3 support, with Rapid Photo Downloader 0.9.32 or newer, run from the command line: ```bash rapid-photo-downloader --detailed-version ``` 0.9.31 (2022-03-05) ------------------- - Update Hungarian, Japanese and Russian translations. 0.9.30 (2022-03-01) ------------------- - Fix bug [#69](https://github.com/damonlynch/rapid-photo-downloader/issues/69): Exception when prompting for survey when locale is not English. - Fix bug [#68](https://github.com/damonlynch/rapid-photo-downloader/issues/68): Devices part of user interface does not resize when a device is removed. - Fix bug when rendering device download progress bar when multiple devices are used under Python 3.10. - Update Dutch and Spanish translations. 0.9.30b1 (2022-02-28) --------------------- - Fix bug [#59](https://github.com/damonlynch/rapid-photo-downloader/issues/59): Handle cameras that nest dual card slots in subfolders like the Fujifilm X-T3. - Fix bug [#67](https://github.com/damonlynch/rapid-photo-downloader/issues/67): Crash when determining user interface size. - Update Albanian and Hungarian translations. 0.9.29 (2022-02-20) ------------------- - Fix bug [#53](https://github.com/damonlynch/rapid-photo-downloader/issues/53): Adapt to small screens. Rapid Photo Downloader can now be resized to fit to tiny screens. Part of the fix involves changes in the ways the download sources (Devices and This Computer) and the Timeline are placed in the left-side of the user interface. When a scroll bar is necessary to fit in these interface elements, a single scroll bar will now extend from the Devices to the Timeline. When you scroll down to view the entirety of the Timeline, if the Timeline is big enough the download sources will scroll up out of sight. - Change the button to synchronize scrolling between the Timeline and thumbnails to a double arrow. It now changes color to reflect its state. The button's behavior is described in the [documentation](https://damonlynch.net/rapid/documentation/#timelineselecting). - Make the Timeline remember its position when the time elapsed between consecutive shots is changed using the slider. - Make the user interface look cleaner and more consistent, especially regarding scrollbars and frames. - Enforce the use of the Qt 5 Fusion theme. Some Linux distribution Qt 5 themes can make the program's user interface look bad because of differing assumptions about design elements like scroll bars and frames. If you want to use your system's theme, use the command line option `--force-system-theme`. - Fix bug where various user interface elements would effectively be invisible when the system theme is dark, also known as "dark mode". Please note dark mode will likely work in the program only if the PyQt5 package provided by your Linux distribution is being used. - Fix bugs [#61](https://github.com/damonlynch/rapid-photo-downloader/issues/61), [#58](https://github.com/damonlynch/rapid-photo-downloader/issues/58), and [#1958892](https://bugs.launchpad.net/rapid/+bug/1958892): setuptools >= 60.0 failing. Some versions of setuptools >= 60.0 can fail on many if not all Linux distributions. The install.py script now uninstalls versions of pip, setuptools and wheel that were installed with pip if the versions provided by the Linux distribution are new enough. If the versions provided are too old to be fully functional, pip and wheel are updated, and setuptools is upgraded to a version < 60.0. - Fix bug [#64](https://github.com/damonlynch/rapid-photo-downloader/issues/64): Warning dialog fails to appear when iOS device utility applications are missing, causing a crash when an iOS device is inserted. - Fix bug [#56](https://github.com/damonlynch/rapid-photo-downloader/issues/56): Compress bug report tars using gzip, facilitating upload to GitHub issues. GitHub does not accept .tar files. It does accept .tar.gz files. - Fix bug [#43](https://github.com/damonlynch/rapid-photo-downloader/issues/43): Add preference to handle time zone and daylight savings changes. See the [program documentation](https://github.com/damonlynch/rapid-photo-downloader/issues/43) for details about what this change is and why it is needed. - Fix bug [#47](https://github.com/damonlynch/rapid-photo-downloader/issues/47): Thumbnail generation overwrites Job Code applied to files before thumbnails are generated. - Fix bug [#55](https://github.com/damonlynch/rapid-photo-downloader/issues/55): Updated sequence numbers not used when changed in user interface between file downloads. - Add preference option to automatically mount devices not already automatically mounted. This new option is on by default. The program already did this on KDE, but it could not be turned off. It can now be turned off. Regardless of the Linux desktop used, leaving it on is helpful for when the operating system does not automatically mount devices like memory cards itself. A desktop like KDE can choose to not automatically mount devices, for instance. Meanwhile, sometimes Linux desktop code contains bugs that results in devices failing to mount even when they were supposed to. - Fix bug to properly size thumbnails and hamburger menu on high DPI screens with recent releases of Gnome and other desktops that use xsettings. - Correctly check latest available PyQt5 package version on Fedora and CentOS. - Drop support for CentOS 7.5. - Remove dependency on fuse in install.py script due to emerging introduction of the fuse3 package. In almost all circumstances, the ifuse package should correctly specify the correct version of fuse to depend on, making the explicit declaration of fuse as a dependency in the install.py script wrong. - Fix bug to correctly display the number of files available for download after some files have been manually marked as already downloaded. - Update Albanian, Catalan, Dutch, Hungarian, Italian, Japanese, Russian, Spanish, Swedish and Turkish translations. 0.9.28 (2021-12-27) ------------------- - Fix bug [#44](https://github.com/damonlynch/rapid-photo-downloader/issues/44): Exception at startup when XDG_CURRENT_DESKTOP is not set or set to unexpected value. - Fix bug [#45](https://github.com/damonlynch/rapid-photo-downloader/issues/45): Make toggle switch behave consistently with other UI toolkits. - Fix bug [#1955755](https://bugs.launchpad.net/rapid/+bug/1955755): Exception occurred when probing device with malformed device path. - Update Turkish translation. 0.9.27 (2021-12-12) ------------------- - Purge calls to unmaintained Python package rawkit, which was an optional dependency. - Fix bug to always display the correct value for showing system directories when right-clicking on Photo and Video destinations, as well as This Computer. - When running under WSL 2, account for default value %USERPROFILE% when probing registry to determine Pictures and Videos user folder locations. - Add support for CentOS Stream 8 and CentOS 8 to install.py script. Thanks to Neal Gompa for identifying the cause of a problem when querying dnf under CentOS Stream 8 and providing the fix for it. - Update Czech, Dutch, French, Hungarian, Polish, Russian and Spanish translations. - Correct Albanian language attribution in About dialog box. - Read in much larger chunk of RAF files on cameras to read metadata. This slows performance, but is necessary on newer RAF files, which have larger embedded JPEGs that are placed before the metadata in the file. 0.9.27b2 (2021-11-28) --------------------- - Enable running under WSLg and WSL2 on Windows 11. Not all features are supported. See the [program documentation](https://damonlynch.net/rapid/documentation/#wsl). - By default only non-system directories are now shown in the directory listings for Photo and Video destinations, as well as This Computer. Right- click in the directory listings to enable showing all system directories. - The install.py script now updates the mime info cache, meaning the program should now appear as an option to handle photographic media in file managers when installed using this script. - Fix bug [#1946407](https://bugs.launchpad.net/rapid/+bug/1946407): another compatibility fix for Python 3.10 that 0.9.27b1 and 0.9.27a3 did not fully resolve. - Don't crash when showing photo or video in file manager after right-clicking on thumbnail and no file is selected. - Update Albanian, Dutch and Swedish translations. 0.9.27b1 (2021-10-31) --------------------- - Use Python module [Show-in-File-Manager](https://github.com/damonlynch/showinfilemanager) to display files in the operating system's file manager. Linux distribution packagers: this is a required module. - New Python module requirement for Python versions earlier than 3.8: [importlib_metadata](https://github.com/python/importlib_metadata). - All selected files will now be opened in the file manager when right- clicking on a photo or video in the main window and "Open in File Browser" is activated. Previously only the file being right-clicked on would be opened. - Fix bug [#1946407](https://bugs.launchpad.net/rapid/+bug/1946407): another compatibility fix for Python 3.10 that 0.9.27a3 did not fully resolve. - Fix bug [#33](https://github.com/damonlynch/rapid-photo-downloader/issues/37) SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats on Python 3.10. The solution is to install PyQt 5.15.6 or newer when using Python 3.10, which the install.py script now does. - Fix bug where downloading from a camera that was already in use would fail because generating an error message would cause an exception. - Disable viewing files still on a camera in the operating system's file manager when on KDE. 0.9.27a3 (2021-10-10) --------------------- - Fix bug #1946407: Work around apparent float to int conversion when calling Qt from Python 3.10 on Fedora 35 beta. - Fix bug #33: Files with unique identifier added via error handling are not marked as downloaded. - Add folder 'Screenshots' to list of ignored paths. Remove this folder from the list of ignored paths in the program Preferences dialog if you do wish to download from a path that contains this folder. - Fix bug #1924933: Exception when scanning device with problematic connection. - Fix bug #1909904: python3-libunity package dumps core on Fedora. The install.py script will now uninstall python3-libunity if it is found on the system, as using it causes a calling program like Rapid Photo Downloader to crash. - Include Python package setuptools in README.md listing of required of runtime packages. It has been required for some time, but the README did not specify it. - The install.py script will no longer install pyheif on Raspberry Pi OS because user feedback indicates pyheif fails to build on that OS. If pyheif does in fact build on your install of Raspberry Pi OS, you can install it using Python's pip. 0.9.27a2 (2021-07-31) --------------------- - Fix bug #30: iPhone7 serial number format not recognized. - Fix bug #1938341: Albanian translations not compiled. - Change bug report destination URL from https://bugs.launchpad.net/rapid to https://bugs.rapidphotodownloader.com. 0.9.27a1 (2021-07-27) --------------------- - iOS devices are now accessed using a software library written specifically to communicate with iOS devices, libimobiledevice. Previously, gPhoto2 was used, but gPhoto2 is unreliable with iOS because it appears Apple does not follow the PTP standard. Please note that on some systems, it can take some minutes for the iOS device to appear after it has been plugged in. Distribution package maintainers should modify rapid-photo-downloader packages to include the following package dependencies: Debian / Ubuntu, Fedora: - libimobiledevice-utils - ifuse openSUSE: - imobiledevice-tools - ifuse - Python 3.6 is now the minimum Python version. - Update install.py script to correctly enable Power Tools repository on CentOS 8, and the Qt5 wayland package on Fedora and CentOS 8. - Update Albanian and Polish translations. 0.9.26 (2020-12-24) ------------------- - Fix bug #1909252: crash against undefined unity launcher entry. Thanks to Guy Delamarter for the patch. - Ensure in-program upgrade feature continues to function on systems with Python 3.5. - Move translators credits into separate button in the About dialog window, and associate recent translators with their language. - Update Brazilian Portuguese, Danish, Dutch, French, Japanese, Norwegian Bokmal, Russian, Serbian, Spanish and Turkish translations. Thank you to new translator Rubens Stuginski Jr for the work done on the Brazilian Portuguese translation. 0.9.25 (2020-12-15) ------------------- - When a new Job Code is entered before a download and no files are selected, the Job Code is automatically saved. When entering a Job Code, "Remember this Choice" is now labelled as "Remember this Job Code". - Fix bug #1889770: Fails to run - Could not load the Qt platform plugin "xcb". - Fix bug #1906272: Exception while displaying tooltip for thumbnail of file downloaded from a removed device. - Fix bug #1891659: Exception when encountering invalid block device. - Fix bug #1881255: Unhandled exception when system file manager entry is malformed. The AppImages for RawTherapee and ART can have an unfortunate bug in which they wrongly sets themselves to be the path to the desktop's default file manger. Rapid Photo Downloader no longer crashes when trying to work with that incorrect setting. - Bump up minimum Python version supported to Python 3.5. - Don't install support library libunity on Fedora. Libunity has a serious bug on Fedora 33. Libunity provides emblems and progress bars on launchers on desktops like KDE and Ubuntu's flavor of Gnome. - Fedora 32 is now the minimum supported version of Fedora. Please note Fedora 33 is not recommended for now, because of an issue with Python 3.9 and Python threads seen when running Rapid Photo Downloader in Fedora 33. In contrast to Fedora 33, Ubuntu 21.04 with Python 3.9 works as expected. - When installing on Debian using the install.py script, ignore any version number information (or lack thereof) in /etc/os-release. - When using the install.py script, don't install PyQt5 and python3-gphoto2 from PyPi when the Linux distribution's package is relatively recent. Also: don't default to installing the PyPi Python tools pip, setuptools, and wheel using pip when the system packages are relatively recent, and don't install unsupported versions these same packages on Python 3.5. - Bump up minimum version of python package easygui to 0.98.1. - Bump up minimum version of python-dateutil to allow recent versions of arrow to function. When using the install.py script, don't install unsupported versions of arrow or pymediainfo on Python 3.5. - When using the install.py script, don't install the unmaintained python package rawkit on systems that do not contain libraw 0.16 or 0.17. - Update Danish, Dutch, French, German, Hungarian, Russian, Serbian, and Spanish translations. Add partially translated Albanian translation. 0.9.24 (2020-05-03) ------------------- - Added support for Ubuntu Kylin and Pop!_OS 20.04. - Provide the option of automatically creating a tar file of program configuration file and log files when submitting a bug report. - Fixed bug #1875268: Overly long download source name limitlessly expands window width. - Fixed bug #1876344: Unable to generate thumbnails or download from Fujifilm X-H1. - All message box buttons should now be translated (or able to be translated). - Updated Chinese (Simplified), Czech, Dutch, French, German, Hungarian, Serbian, Spanish and Turkish translations. 0.9.23 (2020-04-16) ------------------- - Fixed bug #1872188: sqlite3.OperationalError when generating thumbnails. - Fixed bug #1873057: Add ORI to list of supported image formats. - Fixed bug #1873233: RAW and JPG don't synchronize when using stored number. - Fixed bug where HEIF/HEIC thumbnails on a camera were not being generated until they were downloaded. - When generating video thumbnails for phones and tablets, the entire video will now be downloaded and cached. Previously only a portion of the video was downloaded, in the hope that this portion could generate the thumbnail, but unfortunately it did not always render. This new behavior will slow down thumbnail generation, but does ensure the thumbnail will be rendered. If you object to this new behavior or know of a better approach, please share your thoughts in the discussion forum: https://discuss.pixls.us/c/software/rapid-photo-downloader 0.9.23a1 (2020-04-15) --------------------- - Fixed bug #1872338 segfault on startup after upgrade. When running under a Gtk-based desktop, the application now queries xsettings to detect if monitor scaling is enabled. In the previous release, Gtk was queried directly, which caused segfaults (crashes) on some systems. 0.9.22 (2020-04-11) ------------------- - Fixed bugs where camera insertion and removal was not being detected in some circumstances. In KDE, it was camera removal. In Gnome-like systems where auto mounting of cameras is disabled or not functional, it was insertion. - More robustly handle a camera being unexpectedly removed during scanning, thumbnailing, and copying files. 0.9.22a1 (2020-04-10) --------------------- - Fixed bug #1871649: Window corruption when application scaling enabled on certain desktop environments. The application now uses Qt and Gdk to query whether any monitor has scaling enabled. If no scaling is enabled on any monitor, then Rapid Photo Downloader will not enable automatic scaling. - New package dependency: Python 3 gobject introspection for Gdk 3.0 For openSUSE: - python3-gobject-Gdk - Fixed packaged detection in install.py script for openSUSE. Fixed bug when enabling RPM Fusion Free on Fedora. 0.9.21 (2020-04-07) ------------------- - Added an option to extract photo metadata (including thumbnails) using only ExifTool. Rapid Photo Downloader defaults to using Exiv2, relying on ExifTool only when Exiv2 does not support the file format being read. Exiv2 is fast, accurate, and almost always reliable, but it crashes when extracting metadata from a small number of files, such as DNG files produced by Leica M8 cameras. - Fixed bug #1869065: Debian Buster can't find package - Fixed bug introduced in 0.9.20 when resetting program preferences back to default values in the Preferences Dialog window. - Fixed bug #1870566: Missing default locale causes startup failure. - Fixed a bug where the number of photos and videos for a camera or phone would not be displayed under the devices section if the preference value "Scan only specific folders on devices" was not enabled. - Reinstated creation of build directory in setup.py if the build directory does not exist. - The install.py script will now only try to copy man pages to system man page directory if the same man pages were not previously installed. - Simplified release notes by moving content online documentation. - Updated Czech, Dutch, French, German, Japanese, Russian, Spanish and Turkish translations. 0.9.20 (2020-03-22) ------------------- - Added support for program icon progress bars and badge counts on any desktop that supports the Unity LauncherEntry API, not just Ubuntu Unity or Gnome running under Ubuntu. (The Unity LauncherEntry API is used by desktops other than Unity and Ubuntu Gnome, e.g. KDE, Dash to Panel.) - Added missing property StartupWMClass to the program's desktop file. It's now possible to add the Rapid Photo Downloader launcher as a Favorite to the Gnome Shell dock and not have it appear as a duplicate entry when the program runs. This fix also enables program icon progress bars and badge counts under Gnome Shell extensions that support them. - Implemented feature request in bug #1810102: cannot change language in program preferences. You can now specify the language you want the user interface to display in regardless of the system locale setting. - Fixed problems in setup.py. Made requirements.txt more conformant. - Better handle missing ExifTool on startup. - For distribution packagers, this release adds new package dependencies. The SVG module for Qt 5 must be listed a required dependency, or else Rapid Photo Downloader's SVG assets will fail to display (this has been happening under Pop!_OS, for example). For openSUSE: - typelib-1_0-UnityExtras-7_0 - typelib-1_0-Unity-7_0 - typelib-1_0-Dbusmenu-0_4 - typelib-1_0-Dee-1_0 - python3-babel - libQt5Svg5 For Debian: - gir1.2-unity-5.0 - python3-babel - libqt5svg5 For Arch: - qt5-svg For Fedora: - qt5-qtsvg 0.9.19 (2020-03-17) ------------------- - Fixed errors in appstream metainfo file. - To better conform to appstream metadata requirements, renamed destktop and metadata files to net.damonlynch.rapid_photo_downloader.desktop and net.damonlynch.rapid_photo_downloader.metainfo.xml. The metainfo file is now installed in share/metainfo/, not share/appdata/. - Added Zorin OS to install.py script. - Only install symlinks to the program in a bin directory the users's home directory (i.e. ~/bin) if necessary. On recent installations of Debian / Ubuntu / LinuxMint etc. with a default profile setup, this is no longer necessary. - When uninstalling the program that was previously installed with install.py script, remove any symlinks to it created in ~/bin. - Removed setup.cfg configuration file. - Removed notification informing the Timeline or provisional download folders was rebuilt. - Updated Dutch, Hungarian, Russian, Spanish, Russian, and Turkish translations. 0.9.19b3 (2020-03-07) --------------------- - Improved fix for a bug where thumbnails would not be able to have their checkmark set on or off with the mouse on recent versions of Qt. The fix in 0.9.19b2 did not always work. The environment variable RPD_THUMBNAIL_MARK_FIX introduced in 0.9.19b2 is no longer needed, and will be ignored. - Fixed bug #1842060: Wrong value saved for stored number. - Updated Czech, Dutch, French, and Spanish translations. 0.9.19b2 (2020-03-06) --------------------- - Fixed a bug where thumbnails would not be able to have their checkmark set on or off with the mouse on recent versions of Qt. See the release notes for details. - Improved visual appearance on high DPI screens. - Added HEIF / HEIC support. See the Release Notes for details. - Added support for CentOS 8 to installer script. Dropped support for Fedora 29 and older. Installer script no longer installs PyQt5 from PyPI on KDE Neon, because KDE Neon PyQt5 package is always up-to-date. - Added '__MACOSX' and to list of paths to ignore while scanning a device for photos and videos, and if the list of ignored paths is customized, add it and 'THMBNL' to the existing list of ignored paths. - No longer look for photos or videos in any directory on a camera or phone that contains a '.nomedia' file. - Made Timeline and thumbnails render more quickly and accurately on displays with fractional scaling. - Fixed bug #1861591: install.py should handle cases with no LANG variable set. - Fixed bug #1833525: when using the filename and subfolder name preference editor, under some desktop styles the example file and subfolder names would shrink to the extent they would be truncated. - Fixed bug where Rapid Photo Downloader would crash when the Preferences dialog window was closed with the escape key. - Fixed bug where under some desktop styles the right side panel would always be open even if it had been closed when Rapid Photo Downloader last exited. 0.9.19b1 (2020-01-29) --------------------- - Improved support for high DPI screens. Requires Qt5.6 or newer. Please report any remaining problems when running on high DPI screens. For now, if you change the desktop's screen scaling while Rapid Photo Downloader is running, please restart it. 0.9.18 (2020-01-14) ------------------- - Fixed bug in install.py script which meant the most recent version of PyQt5 failed to install because pip failed to build it. The solution is to update the user's copy of pip to the latest version (not the system-wide version). If this is not what you want, you can downgrade pip for your user after program installation. See the release notes for more details. - Fixed bug #1857144: with newer versions of the Python date time module Arrow, if Arrow had not been translated to use the user's locale, Arrow will generate an exception when displaying the humanized form of some dates, causing Rapid Photo Downloader to crash. Now Rapid Photo Downloader reverts to English for any humanized string that Arrow fails to handle in the user's locale. - Fixed bug #1853775: install.py script did not properly handle upgrading pip version < 9.0 when installing into a virtual environment, looping forever. - Added Turkish translation. Thank you to Ilker Alp for the translation. Updated Brazilian Portuguese, Finnish, German, Indonesian, Italian, Polish, and Spanish translations. 0.9.17 (2019-08-18) ------------------- - Fixed bug #1840499: Crash when python library arrow is older than version 0.9.0 - Suppress parsing warnings issued by python library arrow version >= 0.14.3 and < 0.15.0. - Allow the use of the Python instance that the install.py script is invoked with on Gentoo systems. - Updated Polish translation. 0.9.16 (2019-08-10) ------------------- - Fixed bug #1839699 where program would fail to start when the python library arrow 0.4.15 or newer is installed. - Added the directory THMBNL to the standard list of ignored directories. This directory is used on some Sony cameras. - Added %f argument to Exec component of desktop file, potentially fixing problem with the program not appearing in Gnome's list of applications to deal with memory cards or cameras. - Updated Polish translation. 0.9.15 (2019-07-09) ------------------- - Updated Brazilian Portuguese, Czech, Dutch, French, Hungarian, Japanese, Kabyle, Norwegian Nynorsk, Russian and Spanish translations. 0.9.15b1 (2019-06-25) --------------------- - Fixed bug #1829145 where Rapid Photo Downloader could no longer access cameras, phones and tablets because other applications using had gained exclusive access over them. Most file managers, including Gnome Files, use GIO to gain control over cameras and phones as soon as they are plugged in. Rapid Photo Downloader therefore must instruct them to relinquish control before it can access the device. GIO / Glib changed the way paths were generated for cameras and phones in a way that was incompatible with libgphoto2's port nomenclature. - Fix bug #1818280: sqlite3 database is locked while adding thumbnails. - Fix bug where thumbnails were not being displayed for jpeg images on cameras. - Fixed bug where scan process was failing to extract sample metadata from photos, which is needed to determine the time zone of the device being downloaded from. - Fixed bug where installing into a virtual environment on Ubuntu 19.04 would fail due to not mandating the installation of GObject introspection runtimes. - New Python package requirement: tenacity. - Removed restriction on Python package Tornado's version limit. - Improved "Report a Problem" dialog window to include more details. - Updated Italian translation. 0.9.14 (2019-03-30) ------------------- - Fix bug #1821917: Error generating Timeline with Arrow 0.13.1. - Fix bug #1817481: Error deleting sample file at program exit. - Fix bug #1810572: Error getting camera configuration on certain cameras. - Again fix bug #1801504: PyQt5_sip not installed or upgraded for local user when system copy already installed (bug seen on Fedora 29). The fix in 0.9.13 did not always work. - When installing using the install.py script, upgrade pip if its version is less than 9.0. - Disable the program's built-in upgrade procedure when running from within a python virtual environment. - Updated Czech, Dutch, Italian, Portuguese, and Spanish translations. 0.9.13 (2018-11-06) ------------------- - Added support for Sigma X3F file format. - Added support for installing into a Python virtual environment. See the file README.rst for installation instructions. Thanks to Matthias Homann for his code contribution. - Fix bug #1797479: New version check results in confusing messages on stderr when pip is not installed. Thanks to Eli Schwartz for the fix. - Added Deepin to supported Linux distributions. - Fixed bug #1801504: PyQt5_sip not installed or upgraded for local user when system copy already installed (bug seen on Fedora 29). - Import sip regardless of whether it is the private sip bundled with PyQt5 or a separate sip installation. 0.9.12 (2018-09-28) ------------------- - Added support for Canon CR3 format. Requires ExifTool 10.87 or newer. See the release notes for details on upgrading ExifTool. Note: program performance with CR3 files is notably slower than other photo file formats. Other photo file formats are read using the high performance library exiv2 to read metadata and extract thumbnails. Unfortunately exiv2 does not yet support the CR3 format. Exiv2 0.28 will support the CR3 format. - Fixed bug #1790351: Video date time metadata not parsed correctly when 'DST' appears in time zone component. - Added support for FFF and IIQ raw formats. - The MOS and MRW formats are now handled by ExifTool, not exiv2. - Better handle Exif date time values that unwisely deviate from the Exif Version 2.3 specification, e.g. Hasselblad files. - Fixed bug #1790278: File renaming and subfolder generation editor breaks with Python 3.7. - Updated installation script to use "loose" instead of "strict" Python version checking. - Fixed bug in installation script where a system installed Rapid Photo Downloader package was not being uninstalled. - Fixed bug #1791131: Report fatal camera access problem without crashing - Improved install.py script to install libmediainfo0 on openSUSE where the package exists. 0.9.11 (2018-08-26) ------------------- - Added CentOS 7.5 as supported Linux distribution. See the release notes for installation instructions. - Add weekday as locale's abbreviated and full name to file renaming and subfolder generation options. - Correct mistake in fixing bug #1775654: optional dependencies listed in setup.py as required. - Fix bug #1787707: install.py does not handle installer tar path with spaces. - Improve detection of openSUSE in install.py script. - Better handle file managers that do not allow the selection of files using command line arguments, which is important for desktops like Mate, LXDE, and XFCE. - Provide sensible fallback when system erroneously reports default file manager. - Updated Brazilian Portuguese, Czech, Dutch, French, Japanese, Kabyle, Norwegian Nynorsk, and Spanish translations. 0.9.10 (2018-07-29) ------------------- - Fix bug #1784175: Make application compatible with changes to sip introduced in PyQt 5.11, and do not install PyQt 5.11 on systems with Python 3.5.3 or older. - Fix bug #1775654: optional dependencies listed in setup.py as required. - Fix bug #1755915: Crash while accessing non-existant SQL database 'cache' while exiting. - Fix bug #1764167: Division by zero error when scanning device that does not report its size - Fix bug #1774411: splash screen covering name-dialog when set to auto- download - Fixed bug in Appstream specification. - Updated German translation. 0.9.9 (2018-03-08) ------------------ - Fix bug #1750879: Sequence numbers increment incorrectly for videos when Synchronize RAW+JPEG enabled. - Fix bug in sequence letter generation. - Enable the disabling of new version checks in both the program logic and the user interface, which is useful for Linux distributions. To disable the check, Linux package maintainers should patch the file constants.py to change the line `disable_version_check = False` to `disable_version_check = True`. - Include tornado as a dependency instead of relying on the deprecated mini-tornado found in pyzmq. 0.9.8 (2018-02-18) ------------------ - On Sony files, use ExifTool to get shutter count metadata. Please note, not all Sony models produce this metadata. 0.9.8b1 (2018-02-13) -------------------- - Don't crash when choosing an existing subfolder generation preset from the editor windows that is currently not displayed in the main window's drop- down gear menu. - Don't crash when getting tooltip for backup devices when no backup devices exist. - Updated Brazilian Portuguese, German and Greek translations. 0.9.7 (2018-01-01) ------------------ - Fixed bug where removing a download source while another source was being scanned could cause a crash when the timeline was scrolled. - Fixed bug where session sequence values were being reset every time a download was initiated, not every time the program was started. - Updated German, Hungarian and Norwegian 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 marked for download, instead of how many new files are available for download. - Fixed a bug where device scan would indicate a device was empty when the preference value 'Ignored Paths on Devices' contained no paths to ignore. - Fixed a bug where opening a file on an MTP device in a file browser would sometimes fail when the storage name component of the path was incorrectly identified. - Fixed bug where the case of the extension for XMP files, THM files and WAV files was not matching file renaming preferences. 0.9.0a11 (2017-03-08) --------------------- - Added dialog to configure program preferences. - Added progress bar to splash screen. - Fixed bug where URIs with spaces were not opening in the system file browser. - Minimized width required by Job Code and Backup, and Rename configuration panels. - Fixed detection of Unity desktop environment when desktop environment variable is set to 'Unity:Unity7' - Disabled the use of the scrollwheel to insert preference values in the file and subfolder name editors. 0.9.0a10 (2017-03-02) --------------------- - Implement the user interface to enter Job Codes. Job Codes are now easier to assign compared to previous versions of Rapid Photo Downloader. You can assign Job Codes to sets of photos and/or videos before starting the download. That way you can efficiently apply a variety of Job Codes to different sets of photos and videos in the same download. Job codes are shown in the upper portion of each thumbnail. - Added Run button to upgrade dialog window that is shown when the program was successfully upgraded. - Fixed bug where a crash would occur after using the "Clear Completed Downloads" menu option. - Fixed bug where selecting a different part of the timeline did not always update which thumbnails should be selected. (The values in the Photo and Video "Select All" check boxes at the bottom right of the main window determine if a thumbnail should be selected or not). - Fixed bug in file renaming and subfolder name editors when running under PyQt 5.8 / Qt 5.8. - In systems where ExifTool is not installed, inform user via error message at startup, and abort. - In systems where libmediainfo is not installed, a warning message is displayed after program startup. - Added preliminary Greek translation, thanks to Dimitris Xenakis. 0.9.0a9 (2017-02-21) -------------------- - Fix bug #1665879: Work-around an unexpected signal/slot problem with Qt on Fedora 25. 0.9.0a8 (2017-02-16) -------------------- - Display projected backup storage use in the Backup configuration panel, for each backup device (partition). If backing up to the same device as the download, the space taken by both the download and the backup is displayed. For example, supposing you are downloading 100 photos that use 2,000 MB of storage space to /home/user/Pictures, and you are backing them up to another folder in the same partition, the projected backup storage use for that partition will display 100 photos totalling 4,000 MB, because the partition will contain two copies of each photo. Likewise, the projected storage use in the download destinations is similarly adjusted. - Renamed 'Storage Space' in Destination configuration panel to 'Projected Storage Use', thereby more accurately describing what it displays. - Disallow download if there is insufficient space on any of the backup devices, like is already done for the download destinations. - Added right-click context menu to file system tree views with the option to open the file browser at the path that was right-clicked on. - Fixed a bug in the subfolder and file renaming editors to the stop the message area being scrolled out of view. - Fixed a bug where backup worker processes were never stopped until program exit. - Fixed a bug where pausing and resuming a download was not updated to match changes to threading made in version 0.9.0a7. - Updated install script to allow for quirks in LinuxMint and KDE Neon. - Updated Spanish, French and Italian translations. 0.9.0a7 (2017-01-31) -------------------- - Added backup configuration to the user interface. A future alpha release will show the backup destinations like they are shown in the Destinations tab. - A check for a new version is run at program startup. If the program was installed using python's packaging system pip, and the latest version can be upgraded without new system dependencies, the program offers to download the new version and install it with minimal user intervention. - The graphical user interface is considerably more responsive when the program is under heavy load because of changes made in the ways helper threads are handled by the main window. Long-term program stability will also be improved, although in the short-term some bugs may have snuck in due to the threading changes. - Prompt for Job Code when file and folder naming preferences are changed to include it. Thanks to Monty Taylor for the fix. - Fixed bug #1656932: in certain circumstances the scan process could crash when trying to determine device time zones when examining sample photos and videos. - Fixed a bug too small of a portion of a .mov or .avi file from a camera or phone was being extracted in order to read video metadata. - Fixed a bug where thumbnails were not being rendered in the main window when the thumbnail was originally sourced from the Freedesktop.org thumbnail cache. - Disallow the running of the program as the root user. - Updated program installer to stop installation on Fedora 23 and Debian Jessie. - Corrected error in Spanish translation that caused crash when download started. - Refined detection of directory in which media are mounted (/media or /run/media). 0.9.0a6 (2016-12-10) -------------------- - Modified installation script to fix installation problems on Fedora 25 and LinuxMint 18. In all other respects the release is identical to version 0.9.0a5. 0.9.0a5 (2016-11-14) -------------------- - Implemented photo and video file renaming preference configuration. Job code configuration will be implemented in a future alpha release. - Fixed crash when running on PyQt 5.7. - Added option to uninstall previous version of the program if running the install script on Debian/Ubuntu or Fedora like Linux distributions. - Added .m2ts video extension to supported video files. - Added tooltip to clarify meaning of storage space usage. - Added g++ to list of installation dependencies when installing on Debian derived distributions. - Only enable right-click menu option 'Open in File Browser...' when default file manager is known. - Handle use case where the path from which to download is passed on the command line without a command line switch, such as when Gnome launches the program in response to a device like a memory card containing photos being inserted. - Fixed bug where volumes where not correctly added to device white and blacklists. - Fixed bug where download conflict resolution preference value was being incorrectly set when importing preferences from version 0.4.11 or earlier. - Fixed bug where generating thumbnails for backed up files caused the backup process to crash. - Fixed crash where the library libmediainfo is not installed but the python package pymediainfo is. - Fixed generation of error message when there is an error copying file to a backup destination. - Fixed crash at startup bug when the Pictures or Videos XDG special directory was not set. - Fixed bug when selecting custom subfolder name generation preset from menu. - Fixed bug where ExifTool daemon processes were not always being terminated. - Added minimum size in bytes to read a variety of RAW and video metadata tags to analyze-pv-structure analysis. - Fixed bug where QFileSystemWatcher.removePaths() could be called with an empty directory list. - Fixed crash when cleaning generated video subfolder previews at program exit. - Updated Spanish translation, courtesy of Jose Luis Tirado. Also updated Catalan, Chinese, Croatian, Czech, French, German, Polish and Serbian translations. 0.9.0a4 (2016-06-22) -------------------- - Implemented photo and video subfolder generation preference configuration. - Fixed bug where translation of user interface into non-English languages was not occurring. - Fixed bug where input/output exception not being handled when probing mounts. - Fixed bug where crashed on startup when no desktop environment variable was set. - Fixed bug where crashed on startup when attempting to import the broken Python package EasyGui 0.98. 0.9.0a3 (2016-05-27) -------------------- - Selecting items in the Timeline or showing only new files can result in situations where there are files that have been marked for download that are not currently being displayed. In such a situation, when a download is started, a dialog will be displayed to warn that *all* checked files will be downloaded, not merely those currently displayed. - Changed heading of destination storage space to show projected bytes free instead of percent used. - Fixed bug where thumbnails might not be displayed for files that had already been downloaded during a previous progarm invocation. - If the environment variable RPD_SCAN_DEBUG is set to any value, the program's scan operation will output voluminous debug information to stdout. - Added support for PyQt 5.6, namely its stricter rules regarding signal type matching. - Fixed bug when reporting inability to extract metadata from scan when not downloading from a camera 0.9.0a2 (2016-05-16) -------------------- - Added command line option to import preferences from from an old program version (0.4.11 or earlier). - Implemented auto unmount using GIO (which is used on most Linux desktops) and UDisks2 (all those desktops that don't use GIO, e.g. KDE). - Fixed bug while logging processes being forcefully terminated. - Fixed bug where stored sequence number was not being correctly used when renaming files. - Fixed bug where download would crash on Python 3.4 systems due to use of Python 3.5 only math.inf 0.9.0a1 (2016-05-14) -------------------- - New features compared to the previous release, version 0.4.11: - Every aspect of the user interface has been revised and modernized. - Files can be downloaded from all cameras supported by gPhoto2, including smartphones. Unfortunately the previous version could download from only some cameras. - Files that have already been downloaded are remembered. You can still select previously downloaded files to download again, but they are unmarked by default, and their thumbnails are dimmed so you can differentiate them from files that are yet to be downloaded. - The thumbnails for previously downloaded files can be hidden. - Unique to Rapid Photo Downloader is its Timeline, which groups photos and videos based on how much time elapsed between consecutive shots. Use it to identify photos and videos taken at different periods in a single day or over consecutive days. A slider adjusts the time elapsed between consecutive shots that is used to build the Timeline. Time periods can be selected to filter which thumbnails are displayed. - Thumbnails are bigger, and different file types are easier to distinguish. - Thumbnails can be sorted using a variety of criteria, including by device and file type. - Destination folders are previewed before a download starts, showing which subfolders photos and videos will be downloaded to. Newly created folders have their names italicized. - The storage space used by photos, videos, and other files on the devices being downloaded from is displayed for each device. The projected storage space on the computer to be used by photos and videos about to be downloaded is also displayed. - Downloading is disabled when the projected storage space required is more than the capacity of the download destination. - When downloading from more than one device, thumbnails for a particular device are briefly highlighted when the mouse is moved over the device. - The order in which thumbnails are generated prioritizes representative samples, based on time, which is useful for those who download very large numbers of files at a time. - Thumbnails are generated asynchronously and in parallel, using a load balancer to assign work to processes utilizing up to 4 CPU cores. Thumbnail generation is faster than the 0.4 series of program releases, especially when reading from fast memory cards or SSDs. (Unfortunately generating thumbnails for a smartphone's photos is painfully slow. Unlike photos produced by cameras, smartphone photos do not contain embedded preview images, which means the entire photo must be downloaded and cached for its thumbnail to be generated. Although Rapid Photo Downloader does this for you, nothing can be done to speed it up). - Thumbnails generated when a device is scanned are cached, making thumbnail generation quicker on subsequent scans. - Libraw is used to render RAW images from which a preview cannot be extracted, which is the case with Android DNG files, for instance. - Freedesktop.org thumbnails for RAW and TIFF photos are generated once they have been downloaded, which means they will have thumbnails in programs like Gnome Files, Nemo, Caja, Thunar, PCManFM and Dolphin. If the path files are being downloaded to contains symbolic links, a thumbnail will be created for the path with and without the links. While generating these thumbnails does slow the download process a little, it's a worthwhile tradeoff because Linux desktops typically do not generate thumbnails for RAW images, and thumbnails only for small TIFFs. - The program can now handle hundreds of thousands of files at a time. - Tooltips display information about the file including name, modification time, shot taken time, and file size. - Right click on thumbnails to open the file in a file browser or copy the path. - When downloading from a camera with dual memory cards, an emblem beneath the thumbnail indicates which memory cards the photo or video is on - Audio files that accompany photos on professional cameras like the Canon EOS-1D series of cameras are now also downloaded. XMP files associated with a photo or video on any device are also downloaded. - Comprehensive log files are generated that allow easier diagnosis of program problems in bug reports. Messages optionally logged to a terminal window are displayed in color. - When running under Ubuntu's Unity desktop, a progress bar and count of files available for download is displayed on the program's launcher. - Status bar messages have been significantly revamped. - Determining a video's correct creation date and time has been improved, using a combination of the tools MediaInfo and ExifTool. Getting the right date and time is trickier than it might appear. Depending on the video file and the camera that produced it, neither MediaInfo nor ExifTool always give the correct result. Moreover some cameras always use the UTC time zone when recording the creation date and time in the video's metadata, whereas other cameras use the time zone the video was created in, while others ignore time zones altogether. - The time remaining until a download is complete (which is shown in the status bar) is more stable and more accurate. The algorithm is modelled on that used by Mozilla Firefox. - The installer has been totally rewritten to take advantage of Python's tool pip, which installs Python packages. Rapid Photo Downloader can now be easily installed and uninstalled. On Ubuntu, Debian and Fedora-like Linux distributions, the installation of all dependencies is automated. On other Linux distrubtions, dependency installation is partially automated. - When choosing a Job Code, whether to remember the choice or not can be specified. - Removed feature: - Rotate Jpeg images - to apply lossless rotation, this feature requires the program jpegtran. Some users reported jpegtran corrupted their jpegs' metadata -- which is bad under any circumstances, but terrible when applied to the only copy of a file. To preserve file integrity under all circumstances, unfortunately the rotate jpeg option must therefore be removed. - Under the hood, the code now uses: - PyQt 5.4 + - gPhoto2 to download from cameras - Python 3.4 + - ZeroMQ for interprocess communication - GExiv2 for photo metadata - Exiftool for video metadata - Gstreamer for video thumbnail generation - Please note if you use a system monitor that displays network activity, don't be alarmed if it shows increased local network activity while the program is running. The program uses ZeroMQ over TCP/IP for its interprocess messaging. Rapid Photo Downloader's network traffic is strictly between its own processes, all running solely on your computer. - Missing features, which will be implemented in future releases: - Components of the user interface that are used to configure file renaming, download subfolder generation, backups, and miscellaneous other program preferences. While they can be configured by manually editing the program's configuration file, that's far from easy and is error prone. Meanwhile, some options can be configured using the command line. - There are no full size photo and video previews. - There is no error log window. - Some main menu items do nothing. - Files can only be copied, not moved. 0.4.11 (2015-10-22) ------------------- - Updated Brazilian, Catalan, Croatian, Czech, German, Japanese, Norwegian, Polish, Portuguese and Swedish translations. - Fixed crash on systems using the library Pillow 3.0. - Updated AppData file. 0.4.10 (2014-02-23) ------------------- - Updated Catalan and Portuguese translations. - Fixed bug in translations for term "Back up". 0.4.9 (2014-01-21) ------------------ - Updated Catalan and Spanish translations. - Fixed occasional incorrect use of term "backup". 0.4.9b3 (2014-01-20) -------------------- - Fixed packaging bug. 0.4.9b2 (2014-01-20) -------------------- - Added file verification of downloaded and backed up files. - Updated Dutch, Hungarian, Italian, Polish, Serbian, Spanish and Swedish translations. Added Catalan translation. 0.4.9b1 (2014-01-16) -------------------- - Fixed bugs #1025908 and #1186955: Finalize fix for severe performance problems and crashes that arose from the combination of Gnome's GIO file functionality and python's multiprocessing. The solution was to remove GIO and replace it with regular python file processing. A nice side effect is that the program now runs faster than ever before. - Fixed bug #1268291: Handle cases where filesystem metadata (e.g. file permissions) could not be copied when writing to certain file systems such as NTFS. The program will now consider a file is copied succesfully even if the filesystem metadata could not be updated. - Fixed bug #1269032: When Sync RAW + JPEG sequence numbers is enabled, the program fails to properly deal with photos with corrupt EXIF metadata. - Fixed bug #1269079: Download failure when folder exists for only one of photo or video on auto detected back devices. - Updated Norwegian and Serbian translations. 0.4.8 (2013-12-31) ------------------ - Fixed bug #1263237: Added support for MPO files (3D images). Thanks to Jan Kaluza for reporting it. - Fixed bug #1263483: Some terms in the user interface are not being translated. Thanks to Jose Luis Tirado for alerting me to the problem, which has probably existed for some time. - Updated Dutch, French Italian, Polish and Spanish translations. 0.4.7 (2013-10-19) ------------------ - Added feature to download audio files that are associated with photos such as those created by the Canon 1D series of cameras. - Fixed bug #1242119: Choosing a new folder does not work in Ubuntu 13.10. In Ubuntu 13.10, choosing a destination or source folder from its bookmark does not work. The correct value is displayed in the file chooser button, but this value is not used by Rapid Photo Downloader. - Fixed bug #1206853: Crashes when system message notifications not functioning properly. - Fixed bug #909405: Allow selections by row (and not GTK default by square) when user is dragging the mouse or using the keyboard to select. Thank you to user 'Salukibob' for the patch. - Added a KDE Solid action. Solid is KDE4's hardware-related framework. It detects when the user connects a new device and display a list of related actions. Thanks to dju` for the patch. - Added Belarusian translation -- thanks go to Ilya Tsimokhin. Updated Swedish and Ukrainian translations. 0.4.6 (2013-01-22) ------------------ - Fixed bug #1083756: Application shows duplicate sources. - Fixed bug #1093330: Photo rename ignores SubSeconds when 00. - Added extra debugging output to help trace program execution progress. - Updated German and Spanish translations. 0.4.6b1 (2012-11-26) -------------------- - Fixed bug #1023586: Added RAW file support for Nikon NRW files. Rapid Photo Downloader uses the exiv2 program to read a photo's metadata. Although the NRW format is not officially supported by exiv2, it appears to work. If you have NRW files and Rapid Photo Downloader crashes while reading this files, please file a bug report. - Preliminary and tentative fix for bug #1025908: Application freezes under Ubuntu 12.10. This fix should not be considered final, and needs further testing. - Added Arabic translation. Updated Czech, Danish, French, Italian, Norwegian, Russian, Serbian, Spanish and Swedish translations. - Fixed missing dependencies on python-dbus and exiv2 in Debian/control file. - Added extra debugging output to help trace program execution progress. 0.4.5 (2012-06-24) ------------------ - Updated Dutch, Estonian, German, Italian, Norwegian and Polish translations. - Updated man page. 0.4.5b1 (2012-06-17) -------------------- - To increase performance, thumbnails are now no longer displayed until all devices have finished being scanned. To indicate the scan is occurring, the progress bar now pulses and it displays a running total of the number of photos and videos found. If scanning a very large number of files from a fast device, the progress bar may pause. If this happens, just wait for the scan to complete. - Fixed bug #1014203: Very poor program performance after download device changed. The program now displays the results of scanning files much quicker if the program's download device preferences are changed and a scan begins of a new device. - You can now specify via the command line whether you would like to automatically detect devices from which to download, or manually specify the path of the device. If specified, the option will overwrite the existing program preferences. - Added extra information to debugging output. - Fixed bug #1014219: File Modify process crashes if program exits during download. 0.4.4 (2012-05-30) ------------------ - Fixed bug #998320: Applied patch from Dmitry Kazimirov for option to have subfolder generation and file renaming use a month in text format. Thanks Dmitry! - Fixed bug #986681: Crash when showing question dialog on some non-Gnome systems. Thanks go to Liudas AliÅ¡auskas for the suggested fix. - Fixed bug #995769: The Help button in the preferences dialog does not work. - Fixed bug #996613: Updated Free Software Foundation address. - Added Estonian translation. Updated Brazilian, Dutch, French, German, Norwegian 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. ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/LICENSE0000644000175000017500000010451500000000000016162 0ustar00damondamon GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/MANIFEST.in0000644000175000017500000000106000000000000016702 0ustar00damondamoninclude *.md 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 ././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1647023206.3278413 rapid-photo-downloader-0.9.33/PKG-INFO0000644000175000017500000002076700000000000016260 0ustar00damondamonMetadata-Version: 2.1 Name: rapid-photo-downloader Version: 0.9.33 Summary: Downloads, renames and backs up photos and videos from cameras, phones, memory cards and other devices Home-page: https://damonlynch.net/rapid Author: Damon Lynch Author-email: damonlynch@gmail.com License: GPL 3+ Project-URL: Bug Reports, https://bugs.rapidphotodownloader.com Project-URL: Source, https://github.com/damonlynch/rapid-photo-downloader Keywords: photo video download ingest import camera phone backup rename photography photographer transfer copy raw cr2 cr3 nef arw dng 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.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 Classifier: Topic :: Multimedia :: Graphics Classifier: Topic :: Multimedia :: Video Requires-Python: >=3.6.*, <4 Provides-Extra: color_ouput Provides-Extra: progress_bar License-File: LICENSE # Rapid Photo Downloader [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) Rapid Photo Downloader is a Linux desktop application that imports photos and videos from cameras, phones, memory cards, and other devices at high speed. It is written by a [photographer](https://damonlynch.net) for professional and amateur photographers. ![Main window screenshot](.github/mainwindow.png) ## User Survey If you have any experience with Rapid Photo Downloader at all, including if you no longer use it, please join hundreds of others by taking this survey: [Survey of past, current, and potential users](https://survey.rapidphotodownloader.com/) The responses are already making a real difference to the program’s future development. The program collects no analytics whatsoever, so a survey like this is truly helpful. Thank you in advance. ## Program Features - Rename photos and videos with meaningful filenames you specify. - Download vast numbers of photos and videos with minimum fuss. - Back up photos and videos as they are downloaded. - Downloads from and backs up to multiple devices simultaneously. - Easy to configure and use. - Configure program preferences without the need for complicated codes. - Automate common tasks, such as unmounting a memory card when the download is complete. [Read more about its features at the program website](https://damonlynch.net/rapid/features.html). ## Documentation [Full documentation is available at the program website](https://damonlynch.net/rapid/documentation/). ## Program Design Rapid Photo Downloader is coded in Python. To get the best performance using Python on modern multi-core computers, the program uses multiple OS-level processes that communicate with each other using the messaging library [0MQ](https://zeromq.org/). [Learn more about the program's architecture](https://damonlynch.net/rapid/design.html). ## Issue Reporting Report new issues on the [developer's GitHub repository](https://github.com/damonlynch/rapid-photo-downloader/issues). Historic issues are at the previous code repository, [Launchpad](https://bugs.launchpad.net/rapid). ## Releases All project releases are hosted on the [project's Launchpad repository](https://launchpad.net/rapid/+download). ## Support Get support at the [Pixls.us discussion forum](https://discuss.pixls.us/). ## Installation Rapid Photo Downloader is packaged by all major Linux distributions. If you want the latest version, or prefer it run with all its features enabled (like [heif](https://en.wikipedia.org/wiki/High_Efficiency_Image_File_Format) support), you can run the `install.py` script, which downloads and installs the latest version. To use the script to install Rapid Photo Downloader, run as your regular user (i.e. without sudo): ```bash python3 install.py ``` This script will install packages from your Linux distribution and from the [Python Package Index (PyPi)](https://pypi.org/). 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 installer, run: ```bash python3 install.py --help ``` Finally, to uninstall: ```bash python3 install.py --uninstall ``` Or to uninstall both the program and its Python package dependencies: ```bash python3 install.py --uninstall-including-pip-dependencies ``` ### Supported Linux Versions - Ubuntu 18.04 or newer - LinuxMint 19 or newer - Debian 9 or newer, unstable or testing - Fedora 34 or newer - openSUSE Leap 15.3 or newer - CentOS 8 - CentOS Stream 8 (but not CentOS Stream 9) - Any distribution meeting the software requirements below ### Software Requirements - Python 3.6 or newer, and its development headers - [PyQt 5](https://riverbankcomputing.com/software/pyqt/intro) - [Qt 5](https://www.qt.io/) - [Qt5 plugin for reading TIFF images](http://doc.qt.io/qt-5/qtimageformats-index.html) - Qt5 plugin for rendering SVG - [setuptools](https://pypi.org/project/setuptools/) - [python-gphoto2 1.4.0](https://github.com/jim-easterbrook/python-gphoto2) or newer - [show-in-file-manager 1.1.2](https://github.com/damonlynch/showinfilemanager) or newer - [importlib_metadata](https://github.com/python/importlib_metadata) on Python versions older than 3.8 - [pyzmq](https://github.com/zeromq/pyzmq) - [tornado](http://www.tornadoweb.org/) - [psutil](https://github.com/giampaolo/psutil) 3.4.2 or newer - [pyxdg](https://www.freedesktop.org/wiki/Software/pyxdg/) - [Arrow](https://github.com/crsmithdev/arrow) - [dateutil](https://labix.org/python-dateutil) 2.2 or newer - [exiv2](http://www.exiv2.org/) - [ExifTool](http://www.sno.phy.queensu.ca/~phil/exiftool/) - [EasyGUI](https://github.com/robertlugg/easygui) - [Colour](https://github.com/vaab/colour) - [pymediainfo](https://github.com/sbraz/pymediainfo) - [SortedContainers](http://www.grantjenks.com/docs/sortedcontainers/) - [Requests](http://docs.python-requests.org/) - [Tenacity](https://github.com/jd/tenacity) - [intltool](https://freedesktop.org/wiki/Software/intltool/) - [Babel](http://babel.pocoo.org/en/latest/) - [fuse](https://www.kernel.org/doc/html/latest/filesystems/fuse.html) - [imobiledevice-tools](https://libimobiledevice.org/) - [ifuse](https://libimobiledevice.org/) - [Python gobject introspection modules](https://wiki.gnome.org/action/show/Projects/PyGObject): - GUdev 1.0 - UDisks 2.0 - GLib 2.0 - GExiv2 0.10 - Gst 1.0 - Notify 0.7 Highly recommended, optional dependencies: - [colorlog](https://github.com/borntyping/python-colorlog): generates coloured program output when running Rapid Photo Downloader from the terminal. - [pyprind](https://github.com/rasbt/pyprind): shows a progress bar on the command line while running the program analyze_pv_structure. - [pyheif](https://github.com/david-poirier-csn/pyheif): open HEIF / HEIC files - [pillow](https://github.com/python-pillow/Pillow): work with HEIF / HEIC files ### Installation into a Python 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. An Intel or AMD 64 bit platform is required. To install Rapid Photo Downloader into a Python virtual environment, create the virtual environment (naming it whatever you like): ```bash python3 -m venv myenv ``` Activate the virtual environment: ```bash 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: ```bash python install.py --virtual-env ``` Once installed, you can then deactivate the virtual environment with the deactivate command: ```bash deactivate ``` Rapid Photo Downloader can be started without activating the virtual environment by running ```bash myenv/bin/rapid-photo-downloader ``` To uninstall from the virtual environment, simply delete the virtual environment\'s directory. ## License [GPL3 or later](https://choosealicense.com/licenses/gpl-3.0/). ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/README.md0000644000175000017500000001624100000000000016432 0ustar00damondamon# Rapid Photo Downloader [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) Rapid Photo Downloader is a Linux desktop application that imports photos and videos from cameras, phones, memory cards, and other devices at high speed. It is written by a [photographer](https://damonlynch.net) for professional and amateur photographers. ![Main window screenshot](.github/mainwindow.png) ## User Survey If you have any experience with Rapid Photo Downloader at all, including if you no longer use it, please join hundreds of others by taking this survey: [Survey of past, current, and potential users](https://survey.rapidphotodownloader.com/) The responses are already making a real difference to the program’s future development. The program collects no analytics whatsoever, so a survey like this is truly helpful. Thank you in advance. ## Program Features - Rename photos and videos with meaningful filenames you specify. - Download vast numbers of photos and videos with minimum fuss. - Back up photos and videos as they are downloaded. - Downloads from and backs up to multiple devices simultaneously. - Easy to configure and use. - Configure program preferences without the need for complicated codes. - Automate common tasks, such as unmounting a memory card when the download is complete. [Read more about its features at the program website](https://damonlynch.net/rapid/features.html). ## Documentation [Full documentation is available at the program website](https://damonlynch.net/rapid/documentation/). ## Program Design Rapid Photo Downloader is coded in Python. To get the best performance using Python on modern multi-core computers, the program uses multiple OS-level processes that communicate with each other using the messaging library [0MQ](https://zeromq.org/). [Learn more about the program's architecture](https://damonlynch.net/rapid/design.html). ## Issue Reporting Report new issues on the [developer's GitHub repository](https://github.com/damonlynch/rapid-photo-downloader/issues). Historic issues are at the previous code repository, [Launchpad](https://bugs.launchpad.net/rapid). ## Releases All project releases are hosted on the [project's Launchpad repository](https://launchpad.net/rapid/+download). ## Support Get support at the [Pixls.us discussion forum](https://discuss.pixls.us/). ## Installation Rapid Photo Downloader is packaged by all major Linux distributions. If you want the latest version, or prefer it run with all its features enabled (like [heif](https://en.wikipedia.org/wiki/High_Efficiency_Image_File_Format) support), you can run the `install.py` script, which downloads and installs the latest version. To use the script to install Rapid Photo Downloader, run as your regular user (i.e. without sudo): ```bash python3 install.py ``` This script will install packages from your Linux distribution and from the [Python Package Index (PyPi)](https://pypi.org/). 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 installer, run: ```bash python3 install.py --help ``` Finally, to uninstall: ```bash python3 install.py --uninstall ``` Or to uninstall both the program and its Python package dependencies: ```bash python3 install.py --uninstall-including-pip-dependencies ``` ### Supported Linux Versions - Ubuntu 18.04 or newer - LinuxMint 19 or newer - Debian 9 or newer, unstable or testing - Fedora 34 or newer - openSUSE Leap 15.3 or newer - CentOS 8 - CentOS Stream 8 (but not CentOS Stream 9) - Any distribution meeting the software requirements below ### Software Requirements - Python 3.6 or newer, and its development headers - [PyQt 5](https://riverbankcomputing.com/software/pyqt/intro) - [Qt 5](https://www.qt.io/) - [Qt5 plugin for reading TIFF images](http://doc.qt.io/qt-5/qtimageformats-index.html) - Qt5 plugin for rendering SVG - [setuptools](https://pypi.org/project/setuptools/) - [python-gphoto2 1.4.0](https://github.com/jim-easterbrook/python-gphoto2) or newer - [show-in-file-manager 1.1.2](https://github.com/damonlynch/showinfilemanager) or newer - [importlib_metadata](https://github.com/python/importlib_metadata) on Python versions older than 3.8 - [pyzmq](https://github.com/zeromq/pyzmq) - [tornado](http://www.tornadoweb.org/) - [psutil](https://github.com/giampaolo/psutil) 3.4.2 or newer - [pyxdg](https://www.freedesktop.org/wiki/Software/pyxdg/) - [Arrow](https://github.com/crsmithdev/arrow) - [dateutil](https://labix.org/python-dateutil) 2.2 or newer - [exiv2](http://www.exiv2.org/) - [ExifTool](http://www.sno.phy.queensu.ca/~phil/exiftool/) - [EasyGUI](https://github.com/robertlugg/easygui) - [Colour](https://github.com/vaab/colour) - [pymediainfo](https://github.com/sbraz/pymediainfo) - [SortedContainers](http://www.grantjenks.com/docs/sortedcontainers/) - [Requests](http://docs.python-requests.org/) - [Tenacity](https://github.com/jd/tenacity) - [intltool](https://freedesktop.org/wiki/Software/intltool/) - [Babel](http://babel.pocoo.org/en/latest/) - [fuse](https://www.kernel.org/doc/html/latest/filesystems/fuse.html) - [imobiledevice-tools](https://libimobiledevice.org/) - [ifuse](https://libimobiledevice.org/) - [Python gobject introspection modules](https://wiki.gnome.org/action/show/Projects/PyGObject): - GUdev 1.0 - UDisks 2.0 - GLib 2.0 - GExiv2 0.10 - Gst 1.0 - Notify 0.7 Highly recommended, optional dependencies: - [colorlog](https://github.com/borntyping/python-colorlog): generates coloured program output when running Rapid Photo Downloader from the terminal. - [pyprind](https://github.com/rasbt/pyprind): shows a progress bar on the command line while running the program analyze_pv_structure. - [pyheif](https://github.com/david-poirier-csn/pyheif): open HEIF / HEIC files - [pillow](https://github.com/python-pillow/Pillow): work with HEIF / HEIC files ### Installation into a Python 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. An Intel or AMD 64 bit platform is required. To install Rapid Photo Downloader into a Python virtual environment, create the virtual environment (naming it whatever you like): ```bash python3 -m venv myenv ``` Activate the virtual environment: ```bash 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: ```bash python install.py --virtual-env ``` Once installed, you can then deactivate the virtual environment with the deactivate command: ```bash deactivate ``` Rapid Photo Downloader can be started without activating the virtual environment by running ```bash myenv/bin/rapid-photo-downloader ``` To uninstall from the virtual environment, simply delete the virtual environment\'s directory. ## License [GPL3 or later](https://choosealicense.com/licenses/gpl-3.0/). ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023204.0 rapid-photo-downloader-0.9.33/RELEASE_NOTES.md0000644000175000017500000000453300000000000017526 0ustar00damondamonRelease Notes for Rapid Photo Downloader 0.9.33 =============================================== - To run Rapid Photo Downloader under WSLg on Windows 11, using the [Windows Subsystem for Linux Preview](https://aka.ms/wslstorepage) from the Microsoft Store is *strongly recommended*. Using the version of WSL that comes installed with Windows 11 can cause severe usability issues while running programs like Rapid Photo Downloader. Read the documentation on Rapid Photo Downloader and WSL on the [program website](https://https://damonlynch.net/rapid/documentation/#wsl). - Rapid Photo Downloader 0.9.27b2 is the minimum version required to work with Python 3.10. Earlier versions will not run properly, or more commonly will not run at all. Using 0.9.30 or newer is strongly recommended. - PyQt5 5.15.6 is the minimum version required to work with Python 3.10. If an older version is installed, Rapid Photo Downloader will run, but thumbnails will not be generated. - Rapid Photo Downloader 0.9.19 introduced support for HEIF / HEIC files. The [documentation](https://damonlynch.net/rapid/documentation/#heifheic) goes into details. - Version 0.9.19 also introduced much improved support for high resolution displays. Consult the [documentation](https://damonlynch.net/rapid/documentation/#highdpi) to learn more. - If thumbnailing fails to finish but no error is reported, that could indicate Exiv2 has crashed. See the [documentation]( https://damonlynch.net/rapid/documentation/#miscellaneousnpreferences) for how to resolve the problem: - 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](https://www.sno.phy.queensu.ca/~phil/exiftool/install.html). - On some systems, Rapid Photo Downloader cannot use gstreamer to generate video thumbnails for all common video files. Install the good and libav plugins for gstreamer to solve this problem. In Debian and Ubuntu-like systems, the packages are gstreamer1.0-libav gstreamer1.0-plugins-good On Fedora, the packages are gstreamer1-plugins-good and gstreamer1-libav. Fedora users can enable the rpmfusion.org free repository to be able to install gstreamer1-libav. ././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1647023206.1878412 rapid-photo-downloader-0.9.33/data/0000755000175000017500000000000000000000000016060 5ustar00damondamon././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1647023206.1778412 rapid-photo-downloader-0.9.33/data/icons/0000755000175000017500000000000000000000000017173 5ustar00damondamon././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1647023206.1778412 rapid-photo-downloader-0.9.33/data/icons/128x128/0000755000175000017500000000000000000000000020130 5ustar00damondamon././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1647023206.1878412 rapid-photo-downloader-0.9.33/data/icons/128x128/apps/0000755000175000017500000000000000000000000021073 5ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023199.0 rapid-photo-downloader-0.9.33/data/icons/128x128/apps/rapid-photo-downloader.png0000644000175000017500000001703300000000000026167 0ustar00damondamon‰PNG  IHDR€€Ã>aËsBIT|dˆ pHYs × ×B(›xtEXtSoftwarewww.inkscape.org›î<tEXtAuthorJakub Steineræû÷/!tEXtSourcehttp://jimmac.musichall.czifã^KIDATxœí{Œ\×}ß?çÞyìÌ.¹\rù¢$J¡LEõ eÓ‘U¿'vÃv‚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Ÿëû¦C¾HTÖó°¬D ch\¸@îÀÎ÷¶Áz27ˆ‚Ûš,¯%¶Ý?A š®u¸GeŸP‘t¿×iù jM Å L‚˜p8¹¬;ðGè1ÔgT$Ý÷ä;É6‚JìVÖ+WÃIoèö£€ä¯êŽ! €õg(-1¢D¿%*'’¦Ø#E–ˆ¬“Ä)²Í×D aƒ1È„áÇÒC-Ñ«h¿¾éÇéŽC[Ù&0íe FGʤ[>^4³#ü(Ò†à1¡€x-5ß‘3:žÞtä:Èê¨؃¬ã€•"‹RX¶íŽºøÒ>@A'P¢Î˜ß‘sLÄ£Õ"ëSuÌ‘ Ȫ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[ITAÔ;<¼l5}qÒA6°^5ŸÏ³oß>²Ù,z~i¤/¶ŠE GzylಡR •2ºQDz,öïß1§:"”RMê—jgf¦½€×÷×5Tç®S¯v²àt¬ð!ró&õsçÈì܉U,’Ëå†]¬ŽÇA߸3;ë:„Z]sãÊò]7àw¾cd©/.º Ý„U‡éNéa¡æKÿIDU¶úq¯y¯h":4AtBXî½ Ì·yýùý<¦'¸íSõÏ•á?÷“ÑjãÏ‹ïËMn¾Æ ?ø'=É»ò ¿ñ³§›»ŠF²1è•´l¥8×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ê6¾pì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‘ð¥uJµ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‹GãKS€h—ŠOoÒ¸1ɲâËÆó5dÁ•µ-w Y:Ç~ôê»üÒÑÛÝ]¸Ã8S­r×|Up Æ¼©·¦³å$l’ŒH, ZÎX’l£ƒ¬ïäù[«C²žó©M< Z¦Rq'0C+Ê& 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_»·®Þ’}êGÐb7Ù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±,Åôôtg5EJ«ö°\ipåúR¤ÞÂÀ"­yòé—XªÔq´¦ÿ#{Dsk?Œ[W7—j\/3QÈ’±íµõ’S‘ØÑZ¨Të”kNøþÀŸ „à¶Ä†6˜Fq§Î¸ÿ š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õFZµ‚©×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™ÄøQ¾f=&Ì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¿Ò$DA5Ò×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°. •UZýê@”ßL:å§Ê¤(¿ùÇKw°sÆIÖ‚ÔÿêÝóýByqñK·¿ïÂv;w(zåÎg)¥Y§vV£õ íÐ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׺‰úZ¥lÓêÿ“§„C?°:9qÊO‘QÉʼýƒÿ4Fí Á•EÍ5A¥G«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ÔŽîó¼wSmž£ên ñ”ŸµÙ==eAƶØ==ÁÄXŽ *B¯îïƒ2Ò·ò•‚­›‹Œs( ¦·ÙTÌ'–#À (àA>råàG8†4°¼4ÿ²€Œ4œ ž ˆ“cŒrò”×®/` lß6Éô–ã…,:å·ïb¡ÕN9‰žXË3viÊÓ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š; {ºA¥GÙ`=B^G à=CùQô£´¤V¿Þéâ ‰Io`ØÀ6° l`ïü#k¾è¤UèIEND®B`‚././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1647023206.1778412 rapid-photo-downloader-0.9.33/data/icons/16x16/0000755000175000017500000000000000000000000017760 5ustar00damondamon././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1647023206.1878412 rapid-photo-downloader-0.9.33/data/icons/16x16/apps/0000755000175000017500000000000000000000000020723 5ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023199.0 rapid-photo-downloader-0.9.33/data/icons/16x16/apps/rapid-photo-downloader.png0000644000175000017500000000115300000000000026013 0ustar00damondamon‰PNG  IHDRóÿasBIT|dˆ pHYs|4k¡tEXtSoftwarewww.inkscape.org›î<èIDAT8u“=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Ñ $aFHjurÚMŠXX,3+ÿ>Á=ò³6»÷náø3Ê[ß—zs–$çÌ–S3³«ÖSãf÷ ѯ5vïï|{<1Fé H’ÌòÑÑŒŒHCÄè.•• þdÝ4ðExCe¸ˆr)+Џof¦)O×$af @`xK§U H€ï‡!7¬+¥³]»IEND®B`‚././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1647023206.1778412 rapid-photo-downloader-0.9.33/data/icons/22x22/0000755000175000017500000000000000000000000017752 5ustar00damondamon././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1647023206.1878412 rapid-photo-downloader-0.9.33/data/icons/22x22/apps/0000755000175000017500000000000000000000000020715 5ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023199.0 rapid-photo-downloader-0.9.33/data/icons/22x22/apps/rapid-photo-downloader.png0000644000175000017500000000174400000000000026013 0ustar00damondamon‰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,Á`p®9söàýǬak$„bW@ pë`T8h’ ¡‘ÇRÐì$_´ˆòªùs¥j Ôã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Är®J¡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•ôìøMÐUÝ9ê…ÿX»O ÔTIEND®B`‚././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1647023206.1778412 rapid-photo-downloader-0.9.33/data/icons/24x24/0000755000175000017500000000000000000000000017756 5ustar00damondamon././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1647023206.1878412 rapid-photo-downloader-0.9.33/data/icons/24x24/apps/0000755000175000017500000000000000000000000020721 5ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023199.0 rapid-photo-downloader-0.9.33/data/icons/24x24/apps/rapid-photo-downloader.png0000644000175000017500000000211100000000000026004 0ustar00damondamon‰PNG  IHDRàw=øsBIT|dˆ pHYsììu85tEXtSoftwarewww.inkscape.org›î<ÆIDATH‰–»oU‡¿sç±ëGÖ&¶"ËÆ) ¯H‘&R(( @)xµô ‰Š†¿AA ‰BAÒ "„eçA;öf³¶×»;{Åì®wãuâ[Œ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ˆ`lÐy°H‚Ÿ^¢ã_}ìš;•$° c Ì6ˆo®÷‘‡®>xõ 3b ÛÈ8.yÓíÈÕ?Sñjom¥S)‡Í¯´Ó»ÑÅøÌ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(k4Ð8q+÷܃©»ïFn~>ˆ[ܽ —LNâôᣨ6…72J}øÀí?ò†£?n–“ÞÃ6²Ž–ñ³Öuú>€ô}ô?tÖo‘‘<;N«éC§m2tu«Ÿú/¿Üôš¹©2ö¼þf”K¡úu7¥ì®=øã ²ÓSX10±…Í·=‘ CìDvòr-Ã'Žêˆdõ:Ö¾øETÂÉØv¾þÌOåäKøøƒ×üÍ„Ùê ¬È<Ú€ ˆȲýÒÙ‰|WõŸDÕÊ6x÷Þ ¸n»sÐq0wû-رg^n»0üƃ×üèÑB¢Ÿ° ëð; _ÆØ –åÓÊ ’„F4¨=е¿ÿ{°º¸`êê×bïþ½ÈQiÁO/±ño<ðÚ[¶'Ìb×`À01P ýaÞœ£C&dÝ>éu‘^–J²Äq¼¶¿¢ £±¸ˆÕÏ|tuU&,]z öÞ´"¼0¼r|óªÛ®é¸|¤€uqÄN@I µ\îȲNdY²èžÞ$ $Ûb_$†øp/\Àê§?æÙ³íŒ3†ÂÂö¼…PWº9ç›÷¸õ­±‰wÖdL¼jSô§6íHV®Q"/Ë’è”óÜ,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;ž“•{ãcG„ÞNd“äY5ra*+÷ÖB $ÞL%þx¥¯Ç:‹HØè}êäš dS"7QM%¥—7à¤zcd…€)†µíd€…Àñ‡!vN%1VH#VD·dÝ^ÊÊyL+ é=§K€¢"‘X`‚@ }ÊÉ-’!„k5æ²LÑŽ7–5ì|Tæ’¬n2O—õʲÝ”ÁB @ÌK?`@Æ@¢(ªr¡íP”Q9ž–=¨d%åJYMáíDV·ÈHV¾W5 õú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ÔCXy0 ÅüÃ6}}ˆf·²1É’ÈÊ«£dCü¶xY ”y–'%‘õ‡»½ ÜÐÿú¬È:Z…BÕÀܵZ©e]I6ÉÆÔŽ‹’•õ&ù¾’^ÚG˜$ë8ŽeƒCÐ(9w9/KѬ{Q1©FªuÒÊ.›Ëª¾¯©eôÎð3þ÷Z90bÔ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¸)»á9W¡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»bã5.î}ô––ÛÆþÂÌ^üû»~¿þÄ_áÊÕ“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º<ޝ=xF;ß_»ä NLnǯú˜®kvî´ˆ…S¯b.`[9p²çêuTFÙøÅ‹ ”¢ZmÙF³ƪJ9ÍfMm6« 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ÆÏŒ£æ+úeãfä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+eãZme³,È®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|ë{¯Ã=O¾uW½‹ìjuß9s-vLÃÜÄEî»ñÐñ7à³GÞªý},mÎã»çöc×ÔiÌŒ·æª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êÂýÈ¡†;gÐ7@üݧZ_RUk0æQÉ­À$£‘ÞøÛ2Mìá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@¤jmÁÂ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ÿ3Ðf´Ù²~ 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!×®r9GÐCS ª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:i0¥ORþ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ýÇ„¿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@ƒ<ÔÆÏ½£ 7VÐ7xûÏé–GSqæË+eÁÄø\DééåÒ:ʯ¬ÝÎÇœim@ò;vÀ™œƒóyäwí½xîÊJ|:ñÛ‚ó€r×¼±ó wm´AS¯@!F#qFi)¬Ž=j‰VHd1 QRI<Ò¥Œ&ù]»àŒ)Ë!¹ùyR Ísçšz£4¿@UÓó-8aã÷7*â†ÝvüI¡’#6q˜ø7¢í)—5ÁkvÑø3QëëFJšR~>”Q33¤þ-™ l€{î8ÈÍÌ$Õ ¤ü䦧AŠE!lsj…f …ÊF2>ŽÂž=‘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{þ/ßðýk¾yÀ_Š™Ë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²€Ž ˜3ãZŸè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ô™´ŠÓ•ë8Ão§¡Î åWŠdƒò‹ï<¼ˆY{ßÿ]#sæH¬ÇÈœø(‰áOrÀÄ^¤èó=dã'X˜žÀX±€vÁÔxcãç"÷“ò'5ʈ•Œò'1~c…<Ú³/“¿s ¼ÊFþäà•ÁnFe‘Ý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ùœƒ©‰bðd¢Tðjî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¿¶Ÿ Âà¢VY0üàgtÊÆmÝ¢køÿº“dÐ ™IEND®B`‚././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1647023206.1778412 rapid-photo-downloader-0.9.33/data/icons/48x48/0000755000175000017500000000000000000000000017772 5ustar00damondamon././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1647023206.1878412 rapid-photo-downloader-0.9.33/data/icons/48x48/apps/0000755000175000017500000000000000000000000020735 5ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023199.0 rapid-photo-downloader-0.9.33/data/icons/48x48/apps/rapid-photo-downloader.png0000644000175000017500000000505200000000000026027 0ustar00damondamon‰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ƾaÐUw5ÉÅØ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¤^q3Ðu´‘…R¡ÐÜ8˜›cx|ÜÕåÒÔ­# ”B)¼(D C08LAû1Øè”NÎj(Õu±½ Iw¹é9€ÖøQ 4ŠSD™î©&)è IÉèFØø ŠXP…mkí­' µÆ»˜Z7¹¬‚{’K©eYˆçÁ¹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–‰£ÏHðY^^&‰¸¾²ÒÔ—Wר'Ã}gžfwV¿É¶lçÇo¾D9 û" QÄ\¹‚;?ªrãP @ð|¡î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'8¥5áØD\½‚®­¡ŠE,¢•R@„M*»Ý‡¾óKÕð½Ðž€}‡Q“PÃê9B"Dn1Yßu­—ñ:Q3æl¥T½]—ª’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!…0ð4:Œ"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ãÕ õ“tIEND®B`‚././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1647023206.1778412 rapid-photo-downloader-0.9.33/data/icons/512x512/0000755000175000017500000000000000000000000020122 5ustar00damondamon././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1647023206.1878412 rapid-photo-downloader-0.9.33/data/icons/512x512/apps/0000755000175000017500000000000000000000000021065 5ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023199.0 rapid-photo-downloader-0.9.33/data/icons/512x512/apps/rapid-photo-downloader.png0000644000175000017500000007672500000000000026176 0ustar00damondamon‰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ÜǬ[•q9AÙ 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šŸGÃT5ƒX¹ël¸#`óõ×1ÿÅ/‚¯ˆž_ø'Ž^~{œzkU·ÙZÛ>ø€n*AAX‚ˆªÀïuhŸ8ùÏî¹sÐY 2´ÿBL]†[§¡Ú>X9‹Nê¿/ý¿ýD%lÄXàw¡À›Ãü¾€Ö±cZêê;wbÏm‡°‰ë-ìnüèe7|J«@E € $4ù¢÷’V T--^%½6ÉíùF} P°þF _þ2/¼ %bÇí·`ó€š)a3öÚ>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<ÐyÂ`¾F3ÇÁæ[a×ö18-ÍÉÛ>˜2‘}ý¤Fççï\uúY]mªz‚zRzU IzyÂzׯ±†!.Ów«s¾âJ’u¯¼wvãùœáa¥üØ5WcÏÛGqêµwÐTË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Ë@dq®yÕkÍgt¾Ê{Jð><K÷ßåG…ré-:Ûo½õvŒÕ*¿}09柀sù€,"q‹Æ‰ôÚכѹª†•„ÏH! Ðeõ…°ôÍo‚·ÕF96ÝxvïÝ §¥÷DA^ÂíƒiAÄ…óÐ †ºkâÍɱ^Èôvbâ:¹â\+¦W÷±¿¶i9oq±³B`´¬Ë²#bjü8N¾ú6ZZ+®­ÕÝ{J¤ÁCA$¼•µdˆu‡²Ð›6¶ ¢NJ¼Rß­ì`ÊŽA{zówßñ|µíÛ•òSSØ;2‚ég^ÄÊà˜Rž1L$ÑÎ<@CæÄÚÅVšX®4½¶ÒÓ*ƒ—…Nk×Xøg¢7pïÛÚHoi _þ2ZGjÉ×¶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ØÇŠºu#ºÈõZÐkÐÌ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˜ê»ÄÓÖùú÷(Àª@AHhyÌ+<.‹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.Ç‹ˆ¤· € 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“ñ²ÒkLô&4ÑÒ@m.·y.Û$@æ8)5$[È ˆX:=^˜¯Z2ËòãÞª¥É‡½Ü¼&À’WËW%3ºÆY}·Öô®Ä(œCÇ o`E‡È ˆtFùC:¸µNO:c{ÖŽ!öfzg¶'y½î¬ü8Ÿ°=a¥KoJtÎÜ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Ä@eãUxÞÑ„ ÓÝ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®é9ðw;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|yL„Ú²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¡‰ òMÐ1ÿ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&à ¢uÇ‹O¾kÞ¨ü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—O3®_Dc`'œóOhîݳ<öÜv[)û• oűñøçÏüFÛÉ;ÎAØ¡Ôs3{Yk¢MÖôf S©W¥;dÜN;Ç/pÁ+)lÖ¨s­ZÕ)÷]Qík—ù² wâGîºCÃÃZ­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ðž¦auJé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ÆBMmŽ™¯Ð IDAT>‰_œ¼Þ¥æ¾ñø Âã×ï{˜úóÄõž=s>î}â ð8»ò»¸qûç#Öª6’Ç]‡ûž/ÜU{Ç“ßoá·>Œo>¡¹œ’10¶1êçy|=[14XÃM—íÆèºK8°oÆGoÀ7ú>–——•ò¯nÞ‡òƒŸÆ¿x곸hþ„^[ ÂõåEÔ±:œÕý=p‡a)åveAi€ž/—10Ÿ'¸´ÒÄôŒøëm·¦áµez7ãìÜ‚Pï@½¯mÇã<=·ˆyÁ¶#΂½nkTzg7Ï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ÿqK¾zñøÃë~ÍÚ@¬¶ù…hX°Y×vChh ´ÿ8'GpÌ3£/›C¬71ñ,ô Ù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:}ðhHUM^7}‘^ŸN[zÕ§›ÍùÚÒ©¼ÎÉ>ØÏìbß~æÌ̯j]‡=ÛÇñ‰ºÛ¶é-û›žÄïÝò+xnçe µ˜È3 äÀ ˆÒq–€â:ÜÓaB¿JI¯jË8©ì‰ê…-½ªsµ£WyÓØ:_ŽÌôçÂâ±ÒhãÁçŽáÄY½TýäØ0>þÁkpþù{µäµAü›>‰ûhûàJÐX{¥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Œ å,@‡JeÙ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=™ÈCÃÃh-Š—º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ÜŽ^µý·seß-ìÝ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¥âu®qVÃ;Ùì|è—H#†67þÀF&%¬Îyþ³7g”!ã"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¿C¥7£óµ»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ü:y¥vô*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(‰”ßa¥Cc¢”ÈœŠÚ¼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ùðƒ”( Y¥TpÎÁ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Šë¨è v¾BJsúë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&z®M·Ž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 ûöíS®r™ï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«EÃrD2pÎÁ*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‘“”Å#±RÃ9íà”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—øqwNy€¢¢”%寨ƒRþA(¯àézš‡wW?Jù÷Ja¹"A؆攇ÎOêT?”ò fµ«_§8_oýb‰Ô }ÊëD/”ò ¥õó€á× U«áäèV©ÌÛ–Ƃy»¢b×àŒ™v¦wú*HÜ”§P®SþÚ*Š™ò?:¾ ¿ôß”ÊÜ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Ü”§P®SþÚ*ÊoüÉЙ@û” ÚY¼ØPÊ_$X´”èÁ$¾^¢4d2€žP`€óB¬áÜ[»Ñ<êà´¡”¿H0騟1ÀéüËd?©ä¢þï¿y ŽOW°È¡+öJ–òÒ¯¨J¢“/0Åur ÷\p·Ïmð²nNñIÝøW3åÏÌ«ÕÁ˜]³fÊ¿Ñt¥E8ï÷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ÒÂm®PÊ?) ¿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-¸: aãOD*`÷ÚàÜUH1ŒŽŽall$•6JùG+ÒWE²çÂ=ŽùÅ4 ‘Àk5׿ˆWo~IA.xO”Ú ;JìpkÙ¯-‰–8¬†ÉÉ ÔJ|yãPÈYþŠ:´Sþ‹ôUaç<˜Ã091•Õ,.,ŠÄÐÉ´áÔÂïí¤¢~2Dj„ý¦*24PÚœ´½ï+'þOl"ã†ÑØn»úåe‰_Ä"}UXvbŒ `xhD~º^ø²@Jù…‚æØÈèYÜ“§þ‡†F048Rk „‘áÏù–¾Ú¾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ÏÇi¥N¢Œä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"E2jgÐçð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Ô¶o8ÃÃhŸ:Þj¥Ûˆ}ïüjºUÚ?è øe#VŠjë¯Çh4‰ñ~‹Æ_»úå9åÁøGü^CÅÕuè ¬½ã¦ç#ê/DàG$ImÛ¶uãlhõ©)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ê»v9Nì~a}Hàôi«C2¸|@ät?÷§óuŒ-èpõÿ©¦œ³ü#ë)”’ñWŠÄ5þ<ôm4ìGýÆaÙè' ³[Ò^m­¡Æí-°±,rÛU³ìƒ£˜÷Ï[oOk~³C˜¨Õ1¸0£RPK#–ðþ`ÃTãûa†=x¼ë$¨Ð¾(Y;Ñ ÄÄeØ Ècuô1fùçØøçÚð+ÅŒú£4Ö˜zÊ?†ÁÀø÷eÑÖåmІË"·Ýd9]“Õ1WÝ0þ>¼Fsõ!ŒMîÀèÜé<^ÑÎ}€|}? 7ü²4¿*ú÷£%—¥ cðUCB8 þ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ˆúÕº,Lão~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¥üåY®X`ÅOù'a0£’ æ:å¯ËCÊß 0¥ü’òûœs€‘¡¯K®ûܧß:ü;ï´WG[Ë¿ôwœ÷o‡˜³/ëv)FÜaѸ(×™Á,¯Ó–HÃIgTQ»(²œ%àè›sã¸BÕ)FJ$Ÿòϵñ—6P7ê·!®ñxCÅ nü{Îɾñ'ªÇªç¾õ»ÇüÖ;í•çóg§ßûgï¾ùK‹nûÙ¬Û&Áo;YÈßþ÷¢,·Yy•¼¿Œ’$Ýñ~™ sDŸEÇסÅMù S²‘Ӳщ˚òl~ òϽñ_c1åù¡ˆBDhq~æßžzç7žZš[Bgßü€ÚSKsKŸ<ò⯟n·¾™qe„Zmã(c¢;v]I9QŒ¿N™×Ïø¯“|Ê_c%LHeItŠ ÿØPÊ?Jz†_à\jÃJ3ê×øÝpžÄ²^"O¸àKÿýìÉßüÚìÙSÛ>Ón·úõçÿåå?É´¡ú„Ù&•½JÈž™‘Ä€¤¿®¬‘‰·–ò—è”TéL0ׯßpÄÈüä8ê7–H=êVG’)ŽÞU¾zí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à²÷²mEõ†×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ôÕˆjM ¹V®x‹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Ý7<ðoð3£­š'à…È?¶A¶Qiø»è:Q³éI$¶°ƒNQ^ÕÁâ(ÕD"÷Æß  ÿx0ʦ„ „eDŽ€ÿ¸ÌðÿŽ’è¾TKEíïCǰ•úOרIÜøG?$4nQŽSþš5÷Kš_ŒÄ nüM²[RÉ<€1rc8äHE†5hØþý‚Ž@Øg"G ÊçarR’Þ 0®œ¨\Zùý8À½à÷‡Šúci41þzò`ü-~mfçÑ{ks{ÂËD7Y˜ádÿ{Y†@Dzº@ •Ô¬ÿ¨õËõw«àqÀ ˆôtЦ†­½¸ïï :E2þy0þú{ŠÆ3þŒ)ê°õ‡ÍßÑþA‘@˜¶ Ÿà±0ö¹Ì)ˆêèFÿÚ$¹°ê¸©3 «OŽA§¨QYfÜ)æÚø+Eâú6ö£~c‰Ô£þhu˜Eþº?ø÷häòä&t3a7\˜ñ÷¿eºõ?—þ ŒÈÀÇ6þ@¼9*9Ýútõ›aØ)jV¨}H$˜kïK0ê^ÐX£‰ñ×ÓP,ã/7üqïóïÑ.4€0'J@fð»uEq TYîgaÎC$d€ŽákìíN é#®+U~XÙªEýJ±¬SʃñÏÐð÷µõf·Ì0¹7È Œñ îÁUY0ö¯HNÙwÛv,ÌùˆDÜ}DŸÇͨQLÜXKœ¼ÁdâCÚuäÚø+Eò`üí~c‰GýrÉà&>dP»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@äˆþã$FV}<‡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þqHêj#·CZ´÷~‘Gô›X ã¯<'¾Ör")TCQSïIˉÚaÏ%a(±¦Þ´>ê)ʼn{N”òY ¤XSþ=Åù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šŠ-,b®vµ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Êò¯z¾Aü¨‹@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ʪâߎð/Ö,ɯ}WpQôëÈ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(ãQ40A³âË)-¢âß±Qdq°üh–>%)00YBáÏ]#,_*XþQeH*¨ôñBüh’>:Jz ¯”Ѓ7ÓògRÁò¯F-ÿæúªóýß©|¿°€dô5aë+TA=ÿèÞ4¨ŒN[þsY!þÁmè±åþ ~–6°ö…?£Œ”Å|ÈÌõаüc20Ùº þíÿbÍ]ÿ¬YË1IéogYp‡ÐȨ?¾SŒ©–¿/岌úÚÑañWÌV`F@"ú„r#Ä–¿¸Ë(þ=¶ü%UÒ²Ô€ºúÏ™B¸÷šù¨«½e Ný£þè7ÖòkŸ½ß–ÿâ÷<›ûº‡"þJ)Ê2[0ˆ€T,mP—ø³©—Ñò—g¬’ÁÈV³ð‹«èѨߛ,áÈ¿UËÂ@j–6¨Mü¯Öù1bðè–?,[­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ñAbŽ#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¶hekYì·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{ñ²± \óŠƒANv·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ûbKdÇl{ü[ÃêËç­dÝþ×Óç–ãºÍo},Çá€N’:0ÅÝ5ÿ/}ë:å¹YO;ÙÍL”UFÃ3zòÑM§M‰èÉGŸÒ;îÓÃÝÛ ep¬ r¢A¤œt%sW<Ä Fœ‚hˆÂw ‚©(°üe7Ë‹-×B¯ë[`–6èoÏññí½<¦B):Ñîímºs{ƒ²\¯“Ös¬V)\Xh¾Qú£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Îé|<¥Gߢõ5±MÄ债ë¶¿>%ÀúËí‚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ƒ¢×#Ú?8v)†Ã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\ìµÝêâbtðgg¯þû׉÷“]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ןìÿ௿ökÃ7Þ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îÖ½œ¸êÂ_>·9®Q¾4ØÐë²µË(Ð ª¦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»Êã!WÐR‹\• À–ÎÜ_–M$~óuú^·o# $Ö¹oäÏí÷Òm–¿ë¸/ SÔ!rºðÚFó¾ ËãJcÖk#rpè&.€[  o»ÖÌ~×T€™&Æ5 SÔ%r¾½+0°‰{ŒíoÛ–¼n, }ª¬0÷ÙD_ß'™ËwômeÐ9êåJ­~">( Kn¿¹O4·¹ç:º~‰k=@¹ÍÍ÷›¾é3tÄñ¦ ›Û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„Ð\÷ˆ™ð­ àÆÐ·ÀËÍTF²K Á7še¹þ؎àHºÒ@è`XÆ@Šo à&¿7t—a 9¼/tˆ<¨Âÿ‡ü>—n“”†IEND®B`‚././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1647023206.1778412 rapid-photo-downloader-0.9.33/data/icons/64x64/0000755000175000017500000000000000000000000017766 5ustar00damondamon././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1647023206.1878412 rapid-photo-downloader-0.9.33/data/icons/64x64/apps/0000755000175000017500000000000000000000000020731 5ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023199.0 rapid-photo-downloader-0.9.33/data/icons/64x64/apps/rapid-photo-downloader.png0000644000175000017500000000665700000000000026037 0ustar00damondamon‰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Š PÐH<Ë7ç|ÿó­g(ø˜þ“ZEŽ?|ðŸ´ÈîõXK)N|îçïÿ@ô4ÿ~oàăӻžøì&= ~/ ºê‘\ó:°øF»eà!ÀÜsUê_ÐC{O±ðÒ#_ïyŸä.Ô~=v¼¯Tˆ/{ܽtm¡1=óª^¬}ãs×ßl,·7íÅí@‚ܶ™ÙWÿß³ØKŠè ïrßPèQP»Âw4õß·¨-À§5¾ãxÍûŠä&èÝŽ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Þ¶&!HO5Ohäù¹%‰š¼Æ˜^ƒï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ë.|ê Å9Gc¥4æê÷þ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â{›·—>u5t[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„“SpÛ–zUÒÔxv>Â&A@V½åÜý ’>U7ªóóÁðÙŸ]Y@aÍ`ÍÜäỗžR=ÝØuWãò@b2ÁâÛ÷æƒÃžVÀŠTÄÄU\ Ÿ]èe¡z ‘°]µ¹Ë¯\ˆæ'ŸW@ItûÂ|bæãÚöOuzÉjÈ.Î5n0=ò‰ß؉N‡Vi›,LL¥ûÉÒXhEo Hµü<ˆ»5©â´!¨ûµêý!¡\¼„…gM©S¼ñi Ÿ ¾ÞdIY„Õ~­íH½ܶ›æu û"ìÇô1µÓÿÆÚfÿ2âp—IEND®B`‚././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1647023206.1778412 rapid-photo-downloader-0.9.33/data/icons/scalable/0000755000175000017500000000000000000000000020741 5ustar00damondamon././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1647023206.1878412 rapid-photo-downloader-0.9.33/data/icons/scalable/apps/0000755000175000017500000000000000000000000021704 5ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023199.0 rapid-photo-downloader-0.9.33/data/icons/scalable/apps/rapid-photo-downloader.svg0000644000175000017500000026624300000000000027024 0ustar00damondamon image/svg+xml Jakub Steiner http://jimmac.musichall.cz snapshot camera photo compact snap ././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1647023206.1878412 rapid-photo-downloader-0.9.33/data/kde/0000755000175000017500000000000000000000000016623 5ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023199.0 rapid-photo-downloader-0.9.33/data/kde/net.damonlynch.rapid_photo_downloader.desktop.in0000644000175000017500000000054000000000000030270 0ustar00damondamon[Desktop Entry] X-KDE-Solid-Predicate=[ StorageVolume.ignored == false AND StorageVolume.usage == 'FileSystem' ] Type=Service Actions=exec; [Desktop Action exec] # %f gives StorageAccess.filePath, %d gives Block.device, %i gives UDI Exec=rapid-photo-downloader Icon=rapid-photo-downloader _Name=Download Photos and Videos with Rapid Photo Downloader ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023199.0 rapid-photo-downloader-0.9.33/data/net.damonlynch.rapid_photo_downloader.desktop.in0000644000175000017500000000117200000000000027527 0ustar00damondamon[Desktop Entry] Categories=Graphics;Photography; _Comment=Download, rename and back up photos and videos from cameras and other devices Exec=rapid-photo-downloader %f _GenericName=Photo Downloader Icon=rapid-photo-downloader MimeType=x-content/image-dcf _Name=Rapid Photo Downloader Name[en_US]=Rapid Photo Downloader Terminal=false Type=Application StartupWMClass=rapid-photo-downloader Version=1.0 # TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! _Keywords=photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory;card; ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023199.0 rapid-photo-downloader-0.9.33/data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in0000644000175000017500000000560200000000000030461 0ustar00damondamon net.damonlynch.rapid_photo_downloader rapid_photo_downloader.desktop rapid-photo-downloader CC-BY-4.0 GPL-3.0+ <_name>Rapid Photo Downloader <_summary>Download, rename and back up photos and videos from cameras and other devices <_p> Rapid Photo Downloader imports photos and videos from cameras, phones, memory cards and other devices at high speed. It can be configured to rename photos and videos with meaningful filenames you specify. It can also back up photos and videos as they are downloaded. It downloads from and backs up to multiple devices simultaneously. <_p> Unique to Rapid Photo Downloader is its Timeline, which groups photos and videos based on how much time elapsed between consecutive shots. Use it to identify photos and videos taken at different periods in a single day or over consecutive days. <_p> Written by a photographer for professional and amateur photographers, Rapid Photo Downloader is easy to configure and use. Program preferences are configured without the need for complicated codes. Common tasks can be automated, such as unmounting a memory card when the download is complete. https://www.damonlynch.net/rapid/ https://www.damonlynch.net/rapid/translate.html https://www.damonlynch.net/rapid/ Damon Lynch damonlynch@gmail.com rapid-photo-downloader Graphics Photography net.damonlynch.rapid_photo_downloader.desktop RAW ingest memory card filter sort select choose automate workflow <_caption>The main window https://www.damonlynch.net/rapid/metainfo/2020/03/mainwindow.png <_caption>Renaming https://www.damonlynch.net/rapid/metainfo/2020/03/photorename.png ././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1647023206.1878412 rapid-photo-downloader-0.9.33/doc/0000755000175000017500000000000000000000000015714 5ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023199.0 rapid-photo-downloader-0.9.33/doc/rapid-photo-downloader.1.pod0000644000175000017500000002011600000000000023141 0ustar00damondamon=head1 NAME rapid-photo-downloader - Downloads, renames and backs up photos and videos from cameras, phones, memory cards and other devices =head1 SYNOPSIS B [options] [path] Options: -h, --help --version --detailed-version -v, --verbose --debug -e, --extensions --photo-renaming {on,off} --video-renaming {on,off} -a {on,off}, --auto-detect {on,off} -t {on,off}, --this-computer {on,off} --this-computer PATH --photo-destination PATH --video-destination PATH -b {on,off}, --backup {on,off} --backup-auto-detect {on,off} --photo-backup-identifier FOLDER --video-backup-identifier FOLDER --photo-backup-location PATH --video-backup-location PATH --ignore-other-photo-file-types --auto-download-startup {on,off} --auto-download-device-insertion {on,off} --thumbnail-cache {on,off} --delete-thumbnail-cache --forget-remembered-files --import-old-version-preferences --reset --log-gphoto2 --camera-info =head1 DESCRIPTION B imports photos and videos from cameras, phones, memory cards and other devices at high speed. It can be configured to rename photos and videos with meaningful filenames you specify. It can also back up photos and videos as they are downloaded. It downloads from and backs up to multiple devices simultaneously. Unique to Rapid Photo Downloader is its Timeline, which groups photos and videos based on how much time elapsed between consecutive shots. Use it to identify photos and videos taken at different periods in a single day or over consecutive days. Files are downloaded from two different types of sources: (1) one or more automatically detected devices like cameras, phones, memory cards, and external drives; and (2) a single manually specified path, shown in the user interface as "This Computer". =head1 PATH Optional value that when specified, is parsed to determine if it represents an automatically detected device or a path on this computer. If the path represents an automatically detected device, automatic detection of devices is turned on, as in the B<--auto-detect> option. Furthermore, downloading from a manually specified path as in the B<--this-computer-location> option is turned off. Otherwise, the path is assumed to be a manually specified path as in the B<--this-computer-location> option, in which case downloading from this computer is turned on and downloading from automatically detected devices is turned off. =head1 OPTIONS =over =item B<-h, --help> Show help message and exit. =item B<--version> Displays information about the currently installed version and exits. =item B<--detailed-version> Displays information about the currently installed version and its libraries and exits. =item B<-v, --verbose> Displays program information on the command line as the program runs. =item B<--debug> Displays debugging information on the command line as the program runs =item B<-e, --extensions> Displays image file extensions the program recognizes and exits. =item B<--photo-renaming {on,off}> Turn on or off the the renaming of photos while downloading, overwriting existing program preferences. If turned on, the renaming scheme used will incorporate the photo's metadata date, time, the number of downloads today, and the file extension in lower case: SDownloadsTodayE.ELowercaseExtensionE>>, e.g. 20160512-1309-23.jpg. =item B<--video-renaming {on,off}> Turn on or off the the renaming of videos while downloading, overwriting existing program preferences. If turned on, the renaming scheme used will incorporate the video's metadata date, time, the number of downloads today, and the file extension in lower case: SDownloadsTodayE.ELowercaseExtensionE>>, e.g. 20160512-1429-26.mp4. =item B<-a {on,off}, --auto-detect {on,off}> Turn on or off the automatic detection of devices from which to download, overwriting existing program preferences. =item B<-t {on,off}, --this-computer {on,off}> Turn on or off downloading from this computer (see description above), overwriting existing program preferences. =item B<--this-computer-location PATH> The PATH on this computer from which to download, overwriting existing program preferences. =item B<--photo-destination PATH> Sets the PATH where photos will be downloaded to, overwriting existing program preferences. =item B<--video-destination PATH> Sets the PATH where videos will be downloaded to, overwriting existing program preferences. =item B<-b {on,off}, --backup {on,off}> Turns on or off the backing up of photos and videos while downloading, overwriting existing program preferences. =item B<--backup-auto-detect {on,off}> Turns on or off the automatic detection of backup devices, overwriting existing program preferences. =item B<--photo-backup-identifier FOLDER> Sets the FOLDER in which backups are stored on the automatically detected photo backup device, with the folder's name being used to identify whether or not the device is used for backups. For each device you wish to use for backing up photos to, create a folder on it with this name. Overwrites existing program preferences. =item B<--video-backup-identifier FOLDER> Sets the FOLDER in which backups are stored on the automatically detected video backup device, with the folder's name being used to identify whether or not the device is used for backups. For each device you wish to use for backing up videos to, create a folder on it with this name. Overwrites existing program preferences. =item B<--photo-backup-location PATH> Sets the PATH where photos will be backed up when automatic detection of backup devices is turned off. Overwrites existing program preferences. =item B<--video-backup-location PATH> Sets the PATH where videos will be backed up when automatic detection of backup devices is turned off. Overwrites existing program preferences. =item B<--ignore-other-photo-file-types> Do not download photos with the following extensions: TIF, TIFF and MPO. =item B<--auto-download-startup {on,off}> Turns on or off starting downloads as soon as the program itself starts. =item B<--auto-download-device-insertion {on,off}> Turns on or off starting downloads as soon as a device is inserted. =item B<--thumbnail-cache {on,off}> Turns on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it off does not delete existing cache contents. =item B<--delete-thumbnail-cache> Deletes all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and exits. =item B<--forget-remembered-files> Forgets which files have been previously downloaded, and exits. =item B<--import-old-version-preferences> Imports preferences from an old program version (S<0.4.11> or earlier), and exits. Requires the command line program S. =item B<--reset> Resets all program settings to their default values, deletes all thumbnails in the Thumbnail cache, forgets which files have been previously downloaded, and exits. =item B<--log-gphoto2> Includes gphoto2 debugging information in log files, which can be useful when analyzing any problems libgphoto2 might have accessing a camera. =item B<--camera-info> Print information to the terminal about attached cameras and exit. =back =head1 ENVIRONMENT If the environment variable RPD_SCAN_DEBUG is set to any value, the program's scan operation will output voluminous debug information to stdout. If the environment variable RPD_DEVEL_DEFAULTS is set to any value, the program's default preferences will be set to those of a development environment. =head1 SEE ALSO analyze-pv-structure(1) =head1 AUTHORS B was written by Damon Lynch . This manual page was written by Damon Lynch. =head1 COPYRIGHT This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. =cut ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023199.0 rapid-photo-downloader-0.9.33/install.py0000755000175000017500000405660000000000000017205 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2016-2022 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. __author__ = "Damon Lynch" __copyright__ = "Copyright 2016-2022, Damon Lynch" import argparse from enum import Enum, auto import filecmp import locale import os import hashlib import math import platform import random import re import shlex import shutil import site import string import stat import subprocess from subprocess import Popen, PIPE import sys import tarfile import tempfile import textwrap import threading import time from typing import Optional, List, Tuple, Union, NamedTuple, Dict # 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.20" __title__ = _("Rapid Photo Downloader installer") __description__ = _("Download and install latest version of Rapid Photo Downloader.") i18n_domain = "rapid-photo-downloader" locale_tmpdir = None minimum_packaging_tool_versions = dict( pip="19.3.1", setuptools="41.6.0", wheel="0.33.6", ) class Version: """Abstract base class for version numbering classes. Just provides constructor (__init__) and reproducer (__repr__), because those seem to be the same for all version numbering classes; and route rich comparisons to _cmp. """ # Copyright (c) 2001-2021 Python Software Foundation. def __init__(self, vstring=None): if vstring: self.parse(vstring) def __repr__(self): return "%s ('%s')" % (self.__class__.__name__, str(self)) def __eq__(self, other): c = self._cmp(other) if c is NotImplemented: return c return c == 0 def __lt__(self, other): c = self._cmp(other) if c is NotImplemented: return c return c < 0 def __le__(self, other): c = self._cmp(other) if c is NotImplemented: return c return c <= 0 def __gt__(self, other): c = self._cmp(other) if c is NotImplemented: return c return c > 0 def __ge__(self, other): c = self._cmp(other) if c is NotImplemented: return c return c >= 0 class StrictVersion(Version): """Version numbering for anal retentives and software idealists. Implements the standard interface for version number classes as described above. A version number consists of two or three dot-separated numeric components, with an optional "pre-release" tag on the end. The pre-release tag consists of the letter 'a' or 'b' followed by a number. If the numeric components of two version numbers are equal, then one with a pre-release tag will always be deemed earlier (lesser) than one without. The following are valid version numbers (shown in the order that would be obtained by sorting according to the supplied cmp function): 0.4 0.4.0 (these two are equivalent) 0.4.1 0.5a1 0.5b3 0.5 0.9.6 1.0 1.0.4a3 1.0.4b1 1.0.4 The following are examples of invalid version numbers: 1 2.7.2.2 1.3.a4 1.3pl1 1.3c4 The rationale for this version numbering system will be explained in the distutils documentation. """ # Copyright (c) 2001-2021 Python Software Foundation. version_re = re.compile( r"^(\d+) \. (\d+) (\. (\d+))? ([ab](\d+))?$", re.VERBOSE | re.ASCII ) def parse(self, vstring): match = self.version_re.match(vstring) if not match: raise ValueError("invalid version number '%s'" % vstring) (major, minor, patch, prerelease, prerelease_num) = match.group(1, 2, 4, 5, 6) if patch: self.version = tuple(map(int, [major, minor, patch])) else: self.version = tuple(map(int, [major, minor])) + (0,) if prerelease: self.prerelease = (prerelease[0], int(prerelease_num)) else: self.prerelease = None def __str__(self): if self.version[2] == 0: vstring = ".".join(map(str, self.version[0:2])) else: vstring = ".".join(map(str, self.version)) if self.prerelease: vstring = vstring + self.prerelease[0] + str(self.prerelease[1]) return vstring def _cmp(self, other): if isinstance(other, str): other = StrictVersion(other) if self.version != other.version: # numeric versions don't match # prerelease stuff doesn't matter if self.version < other.version: return -1 else: return 1 # have to compare prerelease # case 1: neither has prerelease; they're equal # case 2: self has prerelease, other doesn't; other is greater # case 3: self doesn't have prerelease, other does: self is greater # case 4: both have prerelease: must compare them! if not self.prerelease and not other.prerelease: return 0 elif self.prerelease and not other.prerelease: return -1 elif not self.prerelease and other.prerelease: return 1 elif self.prerelease and other.prerelease: if self.prerelease == other.prerelease: return 0 elif self.prerelease < other.prerelease: return -1 else: return 1 else: assert False, "never get here" class LooseVersion(Version): """Version numbering for anarchists and software realists. Implements the standard interface for version number classes as described above. A version number consists of a series of numbers, separated by either periods or strings of letters. When comparing version numbers, the numeric components will be compared numerically, and the alphabetic components lexically. The following are all valid version numbers, in no particular order: 1.5.1 1.5.2b2 161 3.10a 8.02 3.4j 1996.07.12 3.2.pl0 3.1.1.6 2g6 11g 0.960923 2.2beta29 1.13++ 5.5.kw 2.0b1pl0 In fact, there is no such thing as an invalid version number under this scheme; the rules for comparison are simple and predictable, but may not always give the results you want (for some definition of "want"). """ # Copyright (c) 2001-2021 Python Software Foundation. component_re = re.compile(r"(\d+ | [a-z]+ | \.)", re.VERBOSE) def __init__(self, vstring=None): if vstring: self.parse(vstring) def parse(self, vstring): # I've given up on thinking I can reconstruct the version string # from the parsed tuple -- so I just store the string here for # use by __str__ self.vstring = vstring components = [x for x in self.component_re.split(vstring) if x and x != "."] for i, obj in enumerate(components): try: components[i] = int(obj) except ValueError: pass self.version = components def __str__(self): return self.vstring def __repr__(self): return "LooseVersion ('%s')" % str(self) def _cmp(self, other): if isinstance(other, str): other = LooseVersion(other) if self.version == other.version: return 0 if self.version < other.version: return -1 if self.version > other.version: return 1 if sys.version_info < (3, 10): minimum_preferred_pyqt5 = LooseVersion("5.14") else: minimum_preferred_pyqt5 = LooseVersion("5.15.6") 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 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 # Sync with value in raphodo/constants.py class Distro(Enum): debian = auto() ubuntu = auto() fedora = auto() neon = auto() linuxmint = auto() zorin = auto() arch = auto() opensuse = auto() manjaro = auto() galliumos = auto() peppermint = auto() elementary = auto() centos_stream9 = auto() centos_stream8 = auto() centos8 = auto() centos7 = auto() gentoo = auto() deepin = auto() kylin = auto() popos = auto() debian_derivative = auto() ubuntu_derivative = auto() fedora_derivative = auto() raspbian = auto() unknown = auto() MinimumVersions = dict( debian="9", ubuntu="18.04", fedora="34", neon="18.04", linuxmint="19", zorin="15", opensuse="15.3", peppermint="9", elementary="5", deepin="20", kylin="18.04", popos="18.04", ) debian_like = ( Distro.debian, Distro.ubuntu, Distro.neon, Distro.linuxmint, Distro.galliumos, Distro.peppermint, Distro.elementary, Distro.deepin, Distro.zorin, Distro.kylin, Distro.popos, Distro.debian_derivative, Distro.ubuntu_derivative, Distro.raspbian, ) centos_family = ( Distro.centos8, Distro.centos_stream8, Distro.centos_stream9, ) centos_family_active = (Distro.centos8, Distro.centos_stream8, Distro.centos_stream9) fedora_like = (Distro.fedora, Distro.fedora_derivative) + centos_family fedora_like_active = (Distro.fedora, Distro.fedora_derivative) + centos_family_active arch_like = (Distro.arch, Distro.manjaro) installer_cmds = { Distro.fedora: "dnf", Distro.debian: "apt-get", Distro.opensuse: "zypper", } manually_mark_cmds = { Distro.debian: ("apt-mark", "manual"), } class DistroDetails(NamedTuple): distro: Distro version: LooseVersion pretty_name: str def run_command_c_lang(cmd: str) -> str: """Run a command with no translated output, and return the output""" return subprocess.check_output( shlex.split(cmd), env={"LANG": "C", "LANGUAGE": "C"}, ).decode() def parse_os_release() -> Dict[str, str]: d = {} if os.path.isfile("/etc/os-release"): with open("/etc/os-release", "r") as f: for line in f: line = line.strip() if line: k, v = line.split("=", maxsplit=1) v = v.strip("'\"") d[k] = v return d def parse_distro_details(os_release: Dict[str, str]) -> DistroDetails: """ Determine the Linux distribution using /etc/os-release :param os_release: parsed /etc/os-release file """ name = os_release.get("NAME") # Rolling releases do not have versions version_id = os_release.get("VERSION_ID") if version_id and any([char.isdigit() for char in version_id]): version = LooseVersion(version_id) else: version = unknown_version distro = None if name: if "Ubuntu" in name: distro = Distro.ubuntu if "Fedora" in name: distro = Distro.fedora if "CentOS Linux" in name: if LooseVersion("7") <= version < LooseVersion("8"): distro = Distro.centos7 else: distro = Distro.centos8 if "CentOS Stream" in name: if LooseVersion("8") <= version < LooseVersion("9"): distro = Distro.centos_stream8 else: distro = Distro.centos_stream9 if "Linux Mint" in name: distro = Distro.linuxmint if "elementary" in name: distro = Distro.elementary if "openSUSE" in name: distro = Distro.opensuse if "Deepin" in name: distro = Distro.deepin if "KDE neon" in name: distro = Distro.neon if "Zorin" in name: distro = Distro.zorin if "Kylin" in name: distro = Distro.kylin if "Pop!_OS" in name: distro = Distro.popos if "Raspbian" in name: distro = Distro.raspbian if "Debian" in name: distro = Distro.debian if "Manjaro" in name: distro = Distro.manjaro if "Gentoo" in name: distro = Distro.gentoo if distro is None: idlike = os_release.get("ID_LIKE") if idlike: if "arch" in idlike: distro = Distro.arch if "ubuntu" in idlike: distro = Distro.ubuntu_derivative if "debian" in idlike: distro = Distro.debian_derivative if "fedora" in idlike: distro = Distro.fedora_derivative if distro is None: distro = guess_distro() pretty_name = os_release.get("PRETTY_NAME") pretty_name = pretty_name if pretty_name else distro.name.capitalize() if not ( any([char.isdigit() for char in pretty_name]) or version == unknown_version ): pretty_name = f"{pretty_name} {version}" return DistroDetails(distro=distro, version=version, pretty_name=pretty_name) def guess_distro() -> Distro: """ Guess distro support by checking package manager support :return: """ if shutil.which("apt") or shutil.which("apt-get"): return Distro.debian_derivative if shutil.which("dnf"): return Distro.fedora_derivative return Distro.unknown def detect_wsl2() -> bool: """ :return: True if in WSL2 environment """ with open("/proc/version") as f: p = f.read() return bool(p.find("microsoft") > 0 and p.find("WSL2")) def validate_installer(installer: str) -> 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 user_installed_packaging_tools() -> List[str]: return [ package for package in "pip setuptools wheel".split() if installed_using_pip(package) ] def system_python_packaging_tools_required(distro: Distro, venv: bool) -> List[str]: packages = [] if not have_pip: packages.append(f"{python3_version(distro)}-pip") try: import setuptools except ImportError: # system setuptools works in a venv packages.append(f"{python3_version(distro)}-setuptools") except AssertionError: print( f"Uninstalling setuptools {python_package_version('setuptools')} because " f"this version is incompatible with this system" ) uninstall_pip_package(package="setuptools", no_deps_only=False) restart_script() if need_wheel and not venv: packages.append(f"{python3_version(distro)}-wheel") return packages def packaging_tools_out_of_date() -> List[str]: packages = [] for tool, min_version in minimum_packaging_tool_versions.items(): current_version = python_package_version(tool) if not current_version: sys.stderr.write( f"Something went wrong determining the version of {tool}.\nExiting.\n" ) sys.exit(1) else: cv = pkg_resources.parse_version(current_version) mv = pkg_resources.parse_version(min_version) if cv < mv: packages.append(tool) return packages def remove_unneeded_user_installed_tools( tools: List[str], distro: DistroDetails, distro_family: Distro ) -> None: """ Remove pip, setuptools or wheel if they are installed via pip and the system packages suffice :param tools: tools to check :param distro_family: the linux distribution used """ if distro_family == Distro.fedora: if not have_dnf: sys.stderr.write( "To continue, please install python3-dnf using your system's package " "manager.\n" ) sys.stderr.write(_("Exiting...") + "\n") clean_locale_tmpdir() sys.exit(1) print( "Querying Fedora package database to determine Python tool versions..." " (this may take a while)" ) restart_required = False for tool in tools: min_version = LooseVersion(minimum_packaging_tool_versions[tool]) system_version = "" package = f"python3-{tool}" try: if distro_family == Distro.debian: system_version = apt_return_package_version(package) elif distro_family == Distro.fedora: system_version = dnf_return_package_version(package) else: assert distro_family == Distro.opensuse system_version = opensuse_package_version(package) except Exception as e: print(e) if not system_version: sys.stderr.write( "Sorry, something went wrong determining the status of existing " "packages.\n" "Please try running this script again later.\n" ) sys.stderr.write(_("Exiting...") + "\n") clean_locale_tmpdir() sys.exit(1) sys_version = LooseVersion(system_version) if sys_version >= min_version: print( f"Removing pip installed version of {tool} " f"{python_package_version(tool)}, because the version packaged by " f"{distro.pretty_name} is sufficient..." ) uninstall_pip_package(package=tool, no_deps_only=False) if tool != "pip": restart_required = True if restart_required: restart_script(restart_args="--do-not-upgrade-pip") def pip_packages_required(distro: Distro) -> Tuple[List[str], bool]: """ 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 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() -> Optional[str]: """ 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" def should_use_system_pyqt5( distro_details: DistroDetails, distro_family: Distro, ) -> bool: """ Determine if PyQt5 should be installed from system archives rather than from PyPi :param distro_details: distro, version, pretty name of Linux distribution :param distro_family: the family of distros the specific distro is part of :return: True if system PyQt5 should be used, else False """ use_system_pyqt5 = False version = None print("\nDetermining most appropriate PyQt5 package...") if distro_details.distro == Distro.debian and LooseVersion( "9" ) <= distro_details.version < LooseVersion("11"): # PyQt 15.2 from pypi does not run on Debian 9 / 10 due to PyQt 15.2 # requiring libxcb-util.so.1, which is not in these versions of Debian use_system_pyqt5 = True elif distro_family == Distro.fedora: if have_dnf: print( "Querying Fedora package database to determine PyQt5 version..." " (this may take a while)" ) try: fedora_pyqt5_version = LooseVersion( dnf_return_package_version("python3-qt5") ) except Exception: sys.stderr.write( "Encountered error determining PyQt5 package version\n" ) use_system_pyqt5 = False else: print( f"System PyQt5: {str(fedora_pyqt5_version)}; " f"version needed: {str(minimum_preferred_pyqt5)}" ) use_system_pyqt5 = fedora_pyqt5_version >= minimum_preferred_pyqt5 else: use_system_pyqt5 = False elif distro_details.distro == Distro.neon: # Neon keep their PyQt5 up-to-date use_system_pyqt5 = True elif distro_family == Distro.debian: # Determine system version of PyQt5 to see if it is new enough # Assume at this point that python-apt is installed (not necessarily the case # in a venv) if have_apt: cache = apt.Cache() versions = [ LooseVersion(v.version) for v in cache["python3-pyqt5"].versions ] version = max(versions) use_system_pyqt5 = version >= minimum_preferred_pyqt5 elif distro_details.distro == Distro.opensuse: v = opensuse_package_version("python3-qt5") if v is not None: version = LooseVersion(v) use_system_pyqt5 = version >= minimum_preferred_pyqt5 if use_system_pyqt5: msg = "...will use PyQt5 packaged by {}.".format(distro_details.pretty_name) elif version is not None: msg = ( "...the version of PyQt5 supplied by {} is too old ({}); will use PyPi " "version.".format(distro_details.pretty_name, version.vstring) ) else: msg = "...will use PyPi version of PyQt5." print("{}\n".format(msg)) return use_system_pyqt5 def pypi_versions(package_name: str, timeout: int = 5) -> List[str]: """ Get an unsorted list of versions available for a PyPi package :param package_name: name of package to get from PyPi :param timeout: timeout: timeout for https request :return: unsorted list of version strings """ url = "https://pypi.python.org/pypi/{}/json".format(package_name) data = requests.get(url, timeout=timeout).json() return list(data["releases"].keys()) def max_pypi_version(package_name: str, version_ceiling: str, timeout: int = 5) -> str: """ Get package version that is less than the ceiling :param package_name: name of package to get from PyPi :param version_ceiling: the value the version should be less than :param timeout: timeout for https request :return: max version as str """ versions = pypi_versions(package_name=package_name, timeout=timeout) pkg_versions = [pkg_resources.parse_version(version) for version in versions] pkg_versions = sorted(pkg_versions, reverse=True) key = pkg_resources.parse_version(version_ceiling) for v in pkg_versions: if v < key: return str(v) def pypi_versions_hr(package_name: str, timeout: int = 5) -> List[str]: """ Determine list of versions available for a package on PyPi. No error checking. :param package_name: package to search for :param timeout: timeout when querying PyPi :return: list of string versions """ return sorted( pypi_versions(package_name=package_name, timeout=timeout), 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_hr(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, ignore_prerelease: bool, timeout: int = 5 ) -> str: """ Determine the latest version of a package available on PyPi. No error checking. :param package_name: package to search for :param ignore_prerelease: if True, don't include pre-release versions :param timeout: timeout when querying PyPi :return: latest version as string """ versions = pypi_versions_hr(package_name, timeout=timeout) if not ignore_prerelease: return versions[0].strip() return next( (v for v in versions if not pkg_resources.parse_version(v).is_prerelease), "" ).strip() def is_recent_pypi_package( package_name: str, show_message: Optional[bool] = True, ignore_prerelease: Optional[bool] = True, minimum_version: Optional[str] = None, ) -> bool: """ Determine if Python package is recent. If a minimum version is specified, checks to see if the installed version is greater than or equal to the minimum version. If no minimum version is specified, checks to see if the installed version is the latest version available on PyPi. :param package_name: package to check :param show_message: if True, show message to user indicating package will be upgraded :param ignore_prerelease: if True, don't check against prerelease versions :param minimum_version: minimum package version that is sufficient :return: True if is recent enough, else False """ current_version = python_package_version(package_name) if not current_version: return False up_to_date = False latest = None if minimum_version: up_to_date = pkg_resources.parse_version( minimum_version ) <= pkg_resources.parse_version(current_version) if up_to_date and show_message: print("{} {} is up to date".format(package_name, current_version)) if not up_to_date: if have_requests: try: latest = latest_pypi_version(package_name, ignore_prerelease) except Exception: # Something has gone wrong in the versions check print( "Failed to determine latest version of Python package {}".format( package_name ) ) return False up_to_date = latest.strip() == current_version.strip() if not up_to_date and show_message: if latest is not None: print( _("{} will be upgraded from version {} to version {}").format( package_name, current_version, latest ) ) return up_to_date def make_pip_command( args: str, split: bool = True, disable_version_check: bool = True ) -> Union[List[str], str]: """ 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 = f"{sys.executable} -m pip {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, 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() -> bool: """ :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() -> Optional[str]: """ :return: full path of python executable if a python at /usr/bin/python3 or /usr/bin/python is available that is version 3.6 or newer, else None if not found """ cmd = ( "import platform; v = platform.python_version_tuple(); " "print(int(v[0]) >= 3 and int( v[1]) >=6)" ) 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 """ current_version = python_package_version("pyheif") if current_version: if pkg_resources.parse_version(current_version) >= pkg_resources.parse_version( "0.7.0" ): return 0 print("Installing Python support for HEIF / HEIC...") cmd = make_pip_command(f"install {pip_user} -U pyheif") return popen_capture_output(cmd) def remove_rawkit() -> None: """ Uninstall rawkit if installed using pip, as it does not work. :return: """ package = "rawkit" if installed_using_pip(package): print("Removing inoperative rawkit") uninstall_pip_package(package=package, no_deps_only=True) def update_pyqt5_and_sip(version: Optional[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 :param version: version of PyQt5 to install, if specified :return: return code from pip """ assert pypi_pyqt5_capable() if not version: pyqt_up_to_date = installed_using_pip("PyQt5") and is_recent_pypi_package( "PyQt5" ) sip_up_to_date = installed_using_pip("PyQt5_sip") and is_recent_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, packages: List[str]) -> None: """ Update pip, setuptools and wheel to the latest versions, if necessary. :param interactive: whether to prompt the user """ restart_required = False for package in packages: if package != ("pip"): restart_required = True break 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)) ) package_listing = " ".join(packages) if "setuptools" in package_listing: if sys.version_info < (3, 7): version = "59.6" else: version = "59.8" package_listing = package_listing.replace( "setuptools", f"setuptools=={version}" ) command_line = make_pip_command( "install {} --upgrade {}".format(pip_user, package_listing), split=False, disable_version_check=True, ) run_cmd(command_line, interactive=interactive) if restart_required: restart_script( restart_args="--do-not-upgrade-pip --do-not-check-user-python-packaging-tools" ) def python3_version(distro: Distro) -> str: """ Return package name appropriate to platform. Useful when distros name the python executable differently :param distro: linux distribution :return: package name appropriate to platform """ 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. :param distro: detected Linux distribution :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 to user directory 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) location = pkg.location pip_install = not location.startswith("/usr") or location.find(".local") > 0 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: int = 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: """ Restart this script with the given arguments and Python interpreter. :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.extend(restart_args.split()) 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 """ assert distro in fedora_like_active repos = subprocess.check_output(["dnf", "repolist"], universal_newlines=True) return repos def enable_centos_epel(distro_details: DistroDetails, interactive: bool) -> None: """ Enable the EPEL repository on CentOS 8+ :param distro: detected Linux distribution :param version: distro version :param interactive: if True, the user should be prompted to confirm the command """ repos = fedora_centos_repolist(distro=distro_details.distro) if repos.find("epel") < 0: # Translators: do not translate the term EPEL print(_("The EPEL repository must be enabled.")) if distro_details.distro == Distro.centos_stream9: cmds = ( "sudo dnf config-manager --set-enabled crb", "sudo dnf -y install " "https://dl.fedoraproject.org/pub/epel/epel-release-latest-9." "noarch.rpm " "https://dl.fedoraproject.org/pub/epel/epel-next-release-latest-9." "noarch.rpm", ) elif distro_details.distro == Distro.centos_stream8: cmds = ( "sudo dnf config-manager --set-enabled powertools", "sudo dnf -y install epel-release epel-next-release", ) else: assert distro_details.distro == Distro.centos8 cmds = ( "sudo dnf config-manager --set-enabled powertools", "sudo dnf -y install epel-release", ) for cmd in cmds: run_cmd(command_line=cmd, restart=False, interactive=interactive) def enable_rpmfusion_free(distro_details: DistroDetails, interactive: bool) -> None: """ Add RPM Fusion free repository for Fedora and CentOS See https://rpmfusion.org/Configuration :param distro: Linux distribution :param interactive: if True, the user should be prompted to confirm the command """ if distro_details.distro == Distro.centos_stream9: return global display_rpmfusion_message v = str(distro_details.version).strip() try: repos = fedora_centos_repolist(distro=distro_details.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_details.distro == Distro.fedora: cmds = ( "sudo dnf -y install https://mirrors.rpmfusion.org/free/fedora/" "rpmfusion-free-release-{}.noarch.rpm".format(v), ) else: assert distro_details.distro in (Distro.centos8, Distro.centos_stream8) # ignore capitalization instructions for CentOS 8 at # https://rpmfusion.org/Configuration cmds = ( "sudo dnf -y install --nogpgcheck https://mirrors.rpmfusion.org/" "free/el/rpmfusion-free-release-8.noarch.rpm", "sudo dnf config-manager --enable powertools", ) 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) -> List[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) -> List[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: """ Determine if Debian package is already installed. :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) -> List[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) -> List[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 dnf_prepare_base(base: "dnf.base.Base") -> None: """ Prepare dnf base for querying. Includes extra steps for running on CentOS Stream :param base: the dnf base """ # Code from http://dnf.readthedocs.org/en/latest/use_cases.html # Next two lines suggested by Neal Gompa (Conan-Kudo) base.conf.read() base.conf.substitutions.update_from_etc("/") # Repositories serve as sources of information about packages. base.read_all_repos() # A sack is needed for querying. base.fill_sack() def dnf_return_package_version(package: str) -> str: """ Use dnf Python module to get the version of a packager regardless of whether it is installed or not. Assumes dnf module is imported and the package name passed is unique. No error checking. :param package: exact package name in dnf :return: version string """ with dnf.Base() as base: dnf_prepare_base(base) # A query matches all packages in sack q = base.sack.query() p = q.filter(name=package, latest=1)[0] return p.version def apt_return_package_version(package: str) -> str: """ Find package version of package (installed or not) using Debian's apt. No error checking :param package: package to get the version of :return: version in str format """ if have_apt: cache = apt.Cache() versions = [LooseVersion(v.version) for v in cache[package].versions] version = max(versions) return str(version) else: cmd = f"apt info {package}" regex = r"^Version: (.+)$" output = run_command_c_lang(cmd=cmd) v = re.search(regex, output, re.MULTILINE) return v.group(1) def opensuse_package_search(packages: str) -> 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) -> List[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) -> List[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 opensuse_package_version(package: str) -> Optional[str]: """ Use zypper to query openSUSE package information :param package: package to check :return: package version available in openSUSE archive if it exists, else None """ command_line = make_distro_packager_command( distro_family=Distro.opensuse, packages=package, interactive=True, command="info", sudo=False, ) args = shlex.split(command_line) output = subprocess.check_output(args, universal_newlines=True) m = re.search(r"^[Vv]ersion\s+:\s*(.+)$", output, re.MULTILINE) if m is not None: return m.group(1) return None 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() -> None: 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 " "show-in-file-manager" ) 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: try: dnf_prepare_base(base) except dnf.exceptions.RepoError as e: print( _( "Unable to query package system. Please check your Internet " "connection and try again." ) ) print(e) 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") 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, 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 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 install_pyqt5: install PyQt5 from the distro packages :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 g++ exiv2 build-essential " "python3-wheel python3-setuptools gir1.2-gexiv2-0.10 libxkbcommon-x11-0 " "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 " "libqt5x11extras5 libxcb-xinerama0 libimobiledevice-utils ifuse " ) if install_pyqt5: packages = ( f"{packages} python3-pyqt5 qt5-image-formats-plugins libqt5svg5 " "qtwayland5" ) 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 = f"{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 python3-colour python3-pymediainfo " "python3-tenacity python3-easygui".split() if op in cache ) if optional_python_packages: op_packages = " ".join(optional_python_packages) packages = f"{packages} {op_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 = f"{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) optional_packages = [ "libmediainfo0v5", "gir1.2-unity-5.0", ] 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) # In Ubuntu 18.04 and newer, python3-gphoto2 is packaged as python3-gphoto2 # (In Ubuntu 16.04 and older, the python package name gphoto2 was unfortunately # taken by python3-gphoto2cffi, which was to become an abandoned package). use_system_python3_gphoto2 = False # Determine the available version of python3-gphoto2: if have_apt and not venv: cache = apt.Cache() if "python3-gphoto2" in cache: versions = [ LooseVersion(v.version) for v in cache["python3-gphoto2"].versions ] version = max(versions) # Ensure gphoto2 minimum version in requirements.txt is consistent # with this value: use_system_python3_gphoto2 = version >= LooseVersion("1.8.2") if use_system_python3_gphoto2: packages = f"{packages} python3-gphoto2" else: packages = f"{packages} libgphoto2-dev" 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, installer_to_delete_on_error=installer_to_delete_on_error, ) elif distro_family == Distro.fedora: # Includes CentOS / CentOS Stream >= 8 missing_packages = [] packages = ( "gstreamer1-plugins-good " "zeromq-devel exiv2 perl-Image-ExifTool gcc-c++ " "rpm-build intltool libmediainfo python3-wheel zenity " "gstreamer1-libav " ) # CentOS does not include ifuse if distro == Distro.fedora: packages = "ifuse libimobiledevice-utils {}".format(packages) if install_pyqt5: packages = ( f"{packages } qt5-qtimageformats python3-qt5 qt5-qtsvg qt5-qtwayland" ) if distro in (Distro.fedora, Distro.centos_stream9): packages = "{} python3-devel".format(packages) else: assert distro in (Distro.centos8, Distro.centos_stream8) 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 = ( f"{base_python_packages} python3-gexiv2 python3-arrow " "python3-sortedcontainers python3-zmq python3-colour " "python3-colorlog python3-pymediainfo python3-tenacity" ) base_python_packages = f"{base_python_packages} python3-gphoto2" else: base_python_packages = ( f"{base_python_packages} gobject-introspection-devel " "cairo-gobject-devel " ) base_python_packages = f"{base_python_packages} libgphoto2-devel" 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" ) build_source_packages = f"{build_source_packages} libgphoto2-devel" 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) libunity_package = "python3-libunity" if have_dnf: print( _("Querying installed and available packages (this may take a while)") ) with dnf.Base() as base: dnf_prepare_base(base) # 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) uninstall_libunity = libunity_package in installed else: for package in packages.split(): if not fedora_package_installed(package): missing_packages.append(package) uninstall_libunity = fedora_package_installed(libunity_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 uninstall_libunity: print( f"{libunity_package} will be uninstalled from this system because it " "is currently broken in Fedora" ) run_cmd( make_distro_packager_command( distro_family, libunity_package, interactive, command="remove" ), interactive=interactive, installer_to_delete_on_error=installer_to_delete_on_error, ) elif distro_family == Distro.opensuse: packages = ( "zeromq-devel exiv2 exiftool python3-devel " "gcc-c++ rpm-build intltool zenity " "ifuse imobiledevice-tools " ) if install_pyqt5: packages = ( f"{packages} python3-qt5 libqt5-qtimageformats libQt5Svg5 " "libqt5-qtwayland" ) 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-arrow" ) base_python_packages = f"{base_python_packages} python3-gphoto2" packages = f"{packages} {base_python_packages}" if not have_requests: packages = f"python3-requests {packages}" else: build_source_packages = ( "gobject-introspection-devel python3-cairo-devel " "openssl zlib git" ) build_source_packages = f"{build_source_packages} libgphoto2-devel" packages = f"{packages} {build_source_packages}" libmediainfo = "libmediainfo0" if opensuse_known_packages(libmediainfo): packages = f"{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, ) 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( "--do-not-check-user-python-packaging-tools", action="store_true", dest="no_check_packaging_tools", 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", ignore_prerelease=True, timeout=2) ) 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, timeout=10) 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) -> Tuple[str, str]: remote_versions_file = "https://www.damonlynch.net/rapid/version.json" try: r = requests.get(remote_versions_file, timeout=10) except Exception: 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_in_bytes: size in bytes :param zero_string: string to use if size == 0 :param no_decimals: how many decimal places to display >>> 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 not stop_pbs: 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: 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: List[str]) -> None: """ 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) class DebianDotProfile(NamedTuple): bin_dir_to_use: str created_dir: bool dot_profile_has_local_bin: bool user_must_reboot: bool def probe_debian_dot_profile(home: str, subdir: str) -> DebianDotProfile: """ Use Debian profile defaults to determine if subdir is already a valid path, or (more tricky) would be on the next reboot :param home: user home directory :param subdir: subdirectory to test for """ bin_dir_to_use = "" created_dir = False user_must_reboot = False dot_profile_has_local_bin = 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: dot_profile_has_local_bin = True 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 DebianDotProfile( bin_dir_to_use=bin_dir_to_use, created_dir=created_dir, dot_profile_has_local_bin=dot_profile_has_local_bin, user_must_reboot=user_must_reboot, ) class DistroBinDir(NamedTuple): bin_dir_to_use: str created_dir: bool user_must_add_to_path: bool dot_profile_has_local_bin: bool user_must_reboot: bool create_sym_link: bool def distro_bin_dir(distro_family: Distro, interactive: bool) -> DistroBinDir: """ 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 dot_profile_has_local_bin = 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: result = probe_debian_dot_profile(home=home, subdir=local_bin) bin_dir_to_use = result.bin_dir_to_use created_dir = result.created_dir dot_profile_has_local_bin = result.dot_profile_has_local_bin user_must_reboot = result.user_must_reboot 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: result = probe_debian_dot_profile(home=home, subdir="bin") bin_dir_to_use = result.bin_dir_to_use created_dir = result.created_dir user_must_reboot = result.user_must_reboot 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 DistroBinDir( bin_dir_to_use=os.path.join(home, bin_dir_to_use), created_dir=created_dir, user_must_add_to_path=user_must_add_to_path, dot_profile_has_local_bin=dot_profile_has_local_bin, user_must_reboot=user_must_reboot, create_sym_link=create_sym_link, ) def man_pages_already_installed( manpages: Tuple[str, str], system_man_dir: str, local_man_dir: str ) -> 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) and filecmp.cmp(dest, source, shallow=False) ): match += 1 return match == len(manpages) def icon_present() -> bool: try: import gi gi.require_version("Gtk", "3.0") from gi.repository import Gtk icon_name = "rapid-photo-downloader" icon_theme = Gtk.IconTheme.get_default() icon = icon_theme.lookup_icon(icon_name, 48, 0) return not not icon except: return False def do_install( installer: str, distro_details: DistroDetails, distro_family: Distro, interactive: bool, devel: bool, delete_install_script: bool, delete_tar_and_dir: bool, force_this_version: bool, venv: bool, pyqt5_version: Optional[str], use_system_pyqt5: bool, is_wsl2: bool, ) -> None: """ :param installer: the tar.gz installer archive (optional) :param distro_details: distro, version, pretty name of Linux distribution :param distro_family: the family of distros the specific distro is part of :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. :param is_wsl2: if in WSL2 (Windows Subsystem for Linux v2) environment """ 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 = pypi_pyqt5_capable() and ( venv or pyqt5_version is not None ) if not use_system_pyqt5 and not must_install_pypi_pyqt5: must_install_pypi_pyqt5 = not should_use_system_pyqt5( distro_details, distro_family ) 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_details.distro, distro_family=distro_family, 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"") if is_wsl2 and False: # One day, perhaps, there will be no need to install gphoto2 regex = b"gphoto2.*?$" reqbytes = re.sub(regex, b"", reqbytes, flags=re.MULTILINE) 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 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() i = install_pyheif_from_pip() if i != 0: check_install_status( i=i, installer_to_delete_on_error=installer_to_delete_on_error, is_requirements=True, warning_only=True, package_name="pyheif", ) print(_("System support for generating HEIF / HEIC thumbnails is unavailable")) remove_rawkit() 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: 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 = True user_must_reboot = False print("\nThe application was installed in {}".format(bin_dir)) else: distro_bin_probe = distro_bin_dir(distro_family, interactive) bin_dir = distro_bin_probe.bin_dir_to_use user_must_add_to_path = distro_bin_probe.user_must_add_to_path user_must_reboot = distro_bin_probe.user_must_reboot create_sym_link = distro_bin_probe.create_sym_link 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, ) if is_wsl2 and not venv: desktop_file = "net.damonlynch.rapid_photo_downloader.desktop" desktop_file_home_path = os.path.join( os.path.expanduser("~"), f".local/share/applications/{desktop_file}", ) applications_dir = "/usr/share/applications" desktop_file_app_path = os.path.join(applications_dir, desktop_file) if not os.path.isfile(desktop_file_app_path) or not filecmp.cmp( desktop_file_home_path, desktop_file_app_path, shallow=False, ): if interactive: answer = input( "\n" + _( "Do you want Rapid Photo Downloader to appear in the Windows " "menu?" ) + " [Y/n] " ) else: print("\n" + _("Adding Rapid Photo Downloader to the Windows menu")) answer = "y" if get_yes_no(answer): cmd = shutil.which("cp") command_line = f"sudo {cmd} {desktop_file_home_path} {applications_dir}" print(command_line) args = shlex.split(command_line) try: subprocess.check_call(args) except subprocess.CalledProcessError: sys.stderr.write(_("Failed to copy application launcher.") + "\n") system_man_dir = "/usr/local/share/man/man1" manpages = ("rapid-photo-downloader.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 = f"sudo {cmd} -p {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( f"Man page {source} cannot be copied because it does " "not exist\n" ) 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() update_desktop_database = shutil.which("update-desktop-database") if update_desktop_database: try: from PyQt5.QtCore import QStandardPaths xdg_data_home = QStandardPaths.writableLocation( QStandardPaths.GenericDataLocation ) except ImportError: try: import xdg.BaseDirectory xdg_data_home = xdg.BaseDirectory.xdg_data_home except ImportError: d = os.getenv("XDG_DATA_HOME") xdg_data_home = ( d if d else os.path.join(os.path.expanduser("~"), ".local/share") ) app_dir = os.path.join(xdg_data_home, "applications") cmd = f"{update_desktop_database} -q {app_dir}" command_line = shlex.split(cmd) subprocess.call(command_line) 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(f"{bcolors.BOLD}{msg}{bcolors.ENDC}") if display_rpmfusion_message: print(rpmfusion_message) msg = "" if user_must_reboot: if not is_wsl2: msg = _( "You may have to restart the computer to be able to run the " "program from the command line or application launcher." ) else: # WSL refers to the Windows Subsystem for Linux msg = _( "You may have to restart WSL to be able to run the program " "from the command line." ) 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 if venv: msg = _( "You must add {path} to your computer's $PATH variable to run the " "program from the command line." ).format(path=path) else: 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: icon_name = "" if not venv and icon_present(): icon_name = "--icon-name=rapid-photo-downloader" text = "\n".join(textwrap.wrap(msg, width=50)) command_line = ( f"{cmd} --info --no-wrap " f'--title="Rapid Photo Downloader" {icon_name} ' f'--text="{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...)") ) print(_("Done.")) 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 distro_too_old(distro_details: DistroDetails) -> bool: minimum = MinimumVersions.get(distro_details.distro.name) if minimum: return unknown_version < distro_details.version < minimum return False 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. """ if sys.version_info < (3, 6): sys.stderr.write("Sorry the minimum required version of Python is 3.6.\n") sys.exit(1) 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) os_release = parse_os_release() distro_details = parse_distro_details(os_release) if custom_python() and not venv and distro_details.distro != Distro.gentoo: excecutable = valid_system_python() if excecutable is None: sys.stderr.write( _( "Sorry, this installer does not support a custom python " "installation.\nExiting..." ) + "\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) is_wsl2 = detect_wsl2() if is_wsl2: wsl2 = "(WSL2)" else: wsl2 = "" if not args.script_restarted: print( _("Detected Linux distribution {} {}").format( distro_details.pretty_name, wsl2 ) ) if distro_too_old(distro_details): sys.stderr.write( "Sorry, this Linux Distribution is too old to be supported by Rapid Photo " "Downloader.\n" ) clean_locale_tmpdir() sys.exit(1) elif distro_details.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_details.distro == Distro.centos7: print(f"Sorry {distro_details.pretty_name} is no longer supported") print(_("Exiting...")) clean_locale_tmpdir() sys.exit(0) distro_family = distro_details.distro if distro_details.distro in debian_like: distro_family = Distro.debian if distro_details.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_details.distro in fedora_like: # Includes all varieties of CentOS >= 8 distro_family = Distro.fedora if distro_details.distro in centos_family: enable_centos_epel( distro_details=distro_details, interactive=args.interactive ) enable_rpmfusion_free( distro_details=distro_details, interactive=args.interactive ) packages = system_python_packaging_tools_required( distro=distro_details.distro, venv=venv ) if packages: packages = " ".join(packages) if distro_family not in ( Distro.fedora, Distro.debian, Distro.opensuse, ): 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" ) command_line = make_distro_packager_command( distro_family, packages, args.interactive ) run_cmd(command_line, restart=True, interactive=args.interactive) if venv and need_wheel: 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("wheel") ) command_line = make_pip_command(f"install {pip_user} wheel", split=False) run_cmd(command_line, restart=True, interactive=args.interactive) # Can now assume that pip, setuptools and wheel have been installed if not (args.no_check_packaging_tools or venv): tools = user_installed_packaging_tools() if tools: remove_unneeded_user_installed_tools( tools=tools, distro_family=distro_family, distro=distro_details ) dated_python_packaging_tools = packaging_tools_out_of_date() if dated_python_packaging_tools: if args.do_not_upgrade_pip: sys.stderr.write( "The Python packaging tool pip must be upgraded to continue.\n" "Exiting\n" ) sys.exit(1) else: update_pip_setuptools_wheel( interactive=args.interactive, packages=dated_python_packaging_tools ) 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_details=distro_details, distro_family=distro_family, 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, is_wsl2=is_wsl2, ) # 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>@6aWAK003ZGWmEtF0000000000000L7003-nV_|G%FHlPZ1QY-O0001BT4huK00000000000000A0001NZ)0 I>WiMfJFHlPZ1QY-O0001BT4huK00000000000000A0001NZ)0I>WiMi7FHlPZ1QY-O0001BT4huK00000000000 000A0001NZ)0I>WiMi9FHlPZ1QY-O0001BT4huK00000000000000A0001NZ)0I>WiMl4FHlPZ1QY-O0001BT4hu K00000000000000A0001NZ)0I>WiMlMFHlPZ1QY-O0001BT4huK00000000000000A0001NZ)0I>WiMo5FHlPZ1Q Y-O0001BT4huK00000000000000A0001NZ)0I>WiMo9FHlPZ1QY-O0001BT4huK00000000000000A0001NZ)0I> WiMrHFHlPZ1QY-O0001BT4huK00000000000000A0001NZ)0I>WiMrOFHlPZ1QY-O0001BT4huK0000000000000 0A0001NZ)0I>WiMrPFHlPZ1QY-O0001BT4huK00000000000000A0001NZ)0I>WiMu7FHlPZ1QY-O0001BT4huK0 0000000000000A0001NZ)0I>WiMuFFHlPZ1QY-O0001BT4huK00000000000000A0001NZ)0I>WiMuOFHlPZ1QY- O0001BT4huK00000000000000A0001NZ)0I>WiM!QFHlPZ1QY-O0001BT4huK00000000000000A0001NZ)0I>Wi M!TFHlPZ1QY-O0001BT4huK00000000000000A0001NZ)0I>WiM%DFHlPZ1QY-O0001BT4huK00000000000000A 0001NZ)0I>WiM%TFHlPZ1QY-O0001BT4huK00000000000000A0001NZ)0I>WiM)BFHlPZ1QY-O0001BT4huK000 00000000000B0001NZ)0I>WiM-CVlPlj0|XQR00000U|MBV0000000000000003IG5AY;R*>Y-KNQVlPlj0|XQR0 0000U|MBV0000000000000003IG5AY;R*>Y-KNQY%fqt0|XQR00000U|MBV0000000000000003IG5AY;R*>Y-KN QZZA+v0|XQR00000U|MBV0000000000000003IG5AY;R*>Y-KNRV=quk0|XQR00000U|MBV0000000000000003I G5AY;R*>Y-KNSY%fqt0|XQR00000U|MBV0000000000000003IG5AY;R*>Y-KNSbT3d#0|XQR00000U|MBV00000 00000000004FCWDY;R*>Y-KNSbYDVJFHlPZ1QY-O0001BT4huK00000000000000A0001NZ)0I>WiN7XFHlPZ1QY -O0001BT4huK00000000000000A0001NZ)0I>WiN7dFHlPZ1QY-O0001BT4huK00000000000000A0001NZ)0I>W iNAUFHlPZ1QY-O0001BT4huK00000000000000A0001NZ)0I>WiNAaFHlPZ1QY-O0001BT4huK00000000000000 A0001NZ)0I>WiNAbFHlPZ1QY-O0001BT4huK00000000000000A0001NZ)0I>WiNAfFHlPZ1QY-O0001BT4huK00 000000000000A0001NZ)0I>WiNDcFHlPZ1QY-O0001BT4huK00000000000000A0001NZ)0I>WiNGWFHlPZ1QY-O 0001BT4huK00000000000000D0001NZ)0I>WiNVYUqenWP)h>@6aWAK003ZGWmEtF0000000000000>P003-nV_| G%FM4QSLryPDLtjlrQ&T}lMN=Wi3}34jS=_}%g9LB#&Jw m+AC?zYVT(6F0$;B2!Wm;BtSeRjAR57U_CGfgdX6;O*8If+%(QKPBYWA_1?RywyB$$zA{NW{r>ZxeMm@QrjH#R{r 8;npZ}cy{h#yKcYo%H!0-ELi_uE&6ygha2(kb3LjKeoCGo7CS-VOL`z~2MB>u!ek0^Uh<0Y3w{0`PNyD*>^k$N~HUU?Jc=fLj3P0ao43` xr;71Do!XJSq;1$5T0RKk8PXQMJ{ukgM0N#hglPFeviO-h}xD_xT@GF2FfKI><0kZ-B^Gi%86Ng(0_^5(q_wf1#z ~2XKyNCHab`PKPO*P(s51;Rnnx6o~QN;Ud{ZH;;Is6>(A;5nI%mKU`%zqVd)4fdZ5MUl)7vLj+KLRWQoWFqAZ3p} !>1hGeJGg+){T5&f?Z1HOe7u17{o4gB_o)SZ&VOIP`n&`G(f}7NWc6WTmg9J5~h>Bgz6suJ;ZV0^@o_RHvx6Pix06r<}YP_7A)ocmM&#FPb_8rk1u68U0llijxXhNyt kCsPc3Enf2!!*xs2D%U&i|_U&eaKTE=#>25>pz?)GJDUwfDHeA{yFcP?jroC4el*bn$k;&%n_*Rg`}k1BX-1+VK{ !RrPU-Zj7yz)6KSKZWgRVG8SEWeVdLr11GSrf{5mIfd6Zsrj}P6~9tc`~u9Pa{*ofA3s&=+f&&e&!sY-?r*Z$eH1?NQ6|7g|C)3!!FQ>5_KT6}cWT&w_|0#{-{A&g8T*+|$O6G6zO2%`pEUD+&fzGGDDLd EbM81ArIQc*!cZpO;qg`dS4WS26zKRcse;tMQ3dyzYZlY{x%b#qxYGo&EOdboL8xI`h?;&i2-?;1AMy{V&s*-hZh 6XB{l}&pUYh9tD>=cs|3y^zu~yDF>gc*um%j1|a^#xA8BZ>_g#20dvW20Ustib+SLb?Bw&Fb@D#ncQU;ntA5zY@# U9Jrn4YJW8!W-2afx`nV%U#hDzo$K^SU_mv#RD^&9@<*>f0RsV1f?{`k&eJ_XQ@Ut9_l fTK~eYISs>&WH)Ce<%deQz%BSDVZH)~SALF7IMn3l|Ro|b_@~8o< 0Q`X(&naL#&R1|_0iUb5fahOQ&{e>Bqe}HB3Yeew75qr8`=o%+`-=jW>z(Tuf5ke+OIQ7M3T{}Z;vgW>hWwG=E>z !?8%XZY2+n)-b16uA{T;Mbs!wr>Wd0|rPkJQZTCVzT1x>Uu^-Z~mTCmLr)La|dF~N0y?AL6cogk88cag83bs% BjiB|QeGly<+72~-C~5C+pjDy0hxV2l>s0VM+C{XtRiE-Y<=`Q~wFCX$MDq*InOg+woPHgG@JsQSYC)=(H= {j`R;%WgCgD+hr5f&p;M)HMHBR?~GidcmxbFzAj}9h{RieEiI9}7whjvMQlMObY?HBAP{b)^s?_TuVB{*Nwk1ovZ XkSNb6kLarEq`0hm!S=-@6!tI7MvHpqx$5_htZxBd@rM4P10FUp*^m?A5ic`1t~t96MPT-7TQg;$I$xFx&_xs^rO 5tAvnK}s<8zMQcQbFeSa=#U&@7rf@A&-!8J6+O{$Ieq4g>}^7ZG@{#f;2Mca!uE;zn5t8uC&x&+^m)+Oy@2(I&~W ~BS;cC>3~N6{{$y(GBazM$|aRtM2Ssy`|C{Xwiqt?+pDV69(IGc~tSg9&dZHo17w-)kwz8TUr 9MBi^RCx4&Snu^}Zcn8rX!55zh^dtu)qb2ARD5QQ9?(3d<}-p?t&Vf)uX%zVU!_y5_v?XRC;+5T(5Q9=J>@R1w^n mwU3pL|bCvH1`86fP890@?4{8WPSFt@cGgMY#c-?vcySscifiLLt_`q=>ScMa~=2)M!%u}KHbPSd0PHjE0P;K}$v %E^L)`G 8L!@JjLUa-pn4A5y(2RBc0i(>TSF0{41av8Nh@!$%2|>FBo3B>w+M&n44Y%$UF}vR2_23i+al(@SGQ?S>m+vSuUL y&7GlY2vu-X*>S^zd7zaUhw1N$Pk(kd{KbX;dLRl=A-a|SI>a2kQwYRFep#;TQtfmo_f(f~+V2^6WLSy3Qx@{A236FPP}ouaU?sA$_Z1?Yo}Dd?%z@m0&L(r6TP9~Fg$R^##oi7k&0bf695A3SM(SEX)B3|cW8mdo#l#N?Twn7P-G_B9&s`_MibCsE*_CxY?&{P= 3wn`4rF$oHk_YD1A`TxTxSTDVpyN}oZlU*(C5<(7!S12dc>Ukxi$Ch}^?6vYq^u~@ 6^&}%t>pxX0=bUI!!Dh%R`cZ-dn<{)0?h*`jRRjO7~WlBlV2#{ZGC3fPIrWys4nyVtHCkg;D2jSU=V{vV6gjfxrl KmFlM7=0VbT4@~W2=)sqvREvEP)asWYv>dYZg@0$UfLF%3p91@0<7vcn~bPW=C%)6?N=UB~^&5D&eSt3_~@D>L}x =2&K{>~IUW*gh;ql9V38|IH$|$J}(_BF+5y53EGAQh2$leQP{Okw6QC5FZG|UmL74C|#8AAje!mx4M}4%BbF^#E7g{nkc^M<`q+@j 2V)U>DSBYz6f8eeJ;2&%3`mdDA7oyUwHIIb;9r!vkWh6J=!j}!MescV^ B9X0URG@_^o#zT8Nt_R5EchV{H=i$~ZhqKbm_;)rcJFKmZZyk#@?sz&am0F%oS!SC!T_QoMRGwR!h_LAzYCD%nSt Vcwr`72G>CEGn3GWRWhSyZNM)J*!BIm`>pjZIZzooJYEroxnZMRMfg0q^qGlAssdCV$#Sx$J#|HLg~1Yu)7Rc7)K u>en_zKNL3mN2uVQ%?xNgh2@zgZclhNsfnQ`Np5q@*NMU5T#ySUXTV(RioFlLoyX0Ucf@kOK{_QRJ?%Pj7nQ8t3~ jTw+HaxryBy9Ah@m2Wrc@mPitJLD|DzQ852dqT=~n?U<9$$t1g*D23GCVid6tl4r^q$i95awYDS19FW)ohQ1U^BY C`m>+@q+*4;(?4xr3if%Hp-Qj*Aj>T}71*ZsnA1xS**<#f*?r?h3g1Rf0B&o4Y6R@Z%KQwozq|QgGWgSrJkh$RD_ ~=>f9GZ4fkVT;)O)E-m=hs~Bk&XNF?wr6A-*N<_Lz*aS`(B$p&1Bp$-jHQib1gh^s2QbQFT*d0J{#KnNNt;U60Zc 94W6Q)Y%56RSHNO@3hOEQC4{*<@AWV=9ht&{C1mEO3XhI}Xh;eM`=+hYj1e-?vmQ4zaeAr9+-a`?TF-1Gl}7%v40 tEnyUP*w>RNYNB*S^q)-mkfmC(+i*?a8kg2P{67xAXODGO;g+=-q;9Et_I?Du9*J36+f;SavM^7kVUmWD7}R&jHD sw{4Ue1F#@`~E>ipd7RhjtBqkE2{G~n`?UKcWHzE()ov}cH %wr)1kk6?|jGK84xDAirn`M43nE)X75OFZO%6tmK_b+1=#-|*~XUXRlVR6a7V=&7QO32w5Sne#RvA)v%}l-BxjxF D=J!|z3bR3OVN#Qv{rE#2f;lfa`hA{;n2q9mhOny;-X^91L;=y*n&px@NWHEMT{&3vWD#LS0$Ejo0=>T8+>GkGHZqHj&~L>l@dElo2X_ 3fc6(f-D%w+{Yq-u11KcKg`XPbceygv%7!!%z1b1%-JhDWB~4guO_8zw)Re7 hBI_19R#OjuSse$2eQn%o?XfzC!=rU}Pg8WbG4l2~VYk%T-7VqCHv7m(tivL{_Kr2Q-)`;@Q*|x&zVqR+Myul-h) >nkSxsX&PK(vuETT;ptkwbhOr3pYAH)_OpH%X*&ehv*c29NJMbGWVD#nX+o(9Fp$-VYbpkB55u3L=_R>yw3=bF_% tY{q_vBt-&!Hzi2Cw2AK=xDTmw|(@w-P;VxR`)=7{7kfWz&_mpcC72~f@bm(khS-NlQsyCwmWv#?mi8&k&F9gP*x lW<{I*2E?C>vq5Vp|JPJ`v^t_4E~N bU5>Og+ud)&Dka{*$?$le-O?`wARUu+sAQNV?`Z#CtNDbI4j&&Tm#v|e=$Qtj|LE|$_VEK#y;o+Lj@~>G9=%|Vb+U=g jomg1kwafFR4ic8VZrQGqFSorAbbDpn2a*RPDvlif3IKVbK2c?ko0Y~mFvb2C=)%j-)guT9zPm4wV2uLo@#1?x~+ ~jB0rm>5FvZ;jC9Zgw>+Q6;(K_!6&jkQLrR}^IkGrqn;-(l_%PwoLHqPsyXA%mk98t`ipbt`(QBt-sE78)?O9k|U4&o{w@3O 9S)=_FYUh3==fDZWz{fJV+(j46Y+xQ__MRDkDS;XL}vkXN|Rk1g1Dd(+1ZrS< O9DC;Daz$LhLa?P+H(6LGfe!)@WoZu``psS_O(Xx~0(bu<%61c}b;9Gs$c4P+?Y1Ch()k@3@!t|4pk$gL0KkR=QY XO0eyA`b|qhZ6&ER!G=t9wEC>qx&1Mn|*xP$#g10!X6n7UvIE(PDYNLwFmoDz~*qHLL3C8!cUUjtD(g4q` =95R0T(c!T7knw;f3>GTt8)E@TkVafWj0SbUt!yv7XUb_tQQ$QsIj!tnJoYB=BE68p?WHp?HFS1Qe!%(80I7+9q4vgCes 1CFmCaj_BV1|lbSTBd77*?!5b?zvac(h`y6S2nXxELPoqrBZUI#oXowaZ$3js@@@dQOduAGStr+zyLQ-G>C#+yUQ =msVUCqBPn?Xtb&;z3r+suLH0)?%V`PnmQTxEzL5B!-R=RphQ#K13h_)(MK;!@ o|8#;@-*SmF~lPjXA(|MGCawOT4JP89R*ug_kwuV!!eIEYv63ohh%IE2~5i}b5oLpOklJ~Zy3 I2H8fM`te0n%2LmUOpY?%^SQp}jk+N2q=YNUn!UsxrlV@WhAJ;zL+- -+XwUUjpw_cx*Rr(}7gc}9sN)a7iJ;Kf6#W>KA6GlH5pGBVZF9wSDgKQKb)+H)Be#+D2pQWnnj`RuWn?<~lc;Tt# YMQ8D6wc=ALXhf)k`_e=E<9n!!aRIc`^dW>?p0{QZO@! Pe!g3(oZFBdkn@ws}HW8`ffG1Hp34z)#xMy#8SR$DJAX3i&F`}ly>cRqHd=m0-Gsz_*URe2V=PZGbZW#DrcSPx_z !<{$-q;2&b#Ym+0?MT;gX$>e#ap~VP$*#<)i=#fWXJqIY5(`^0#0fO3?=vCoHcsmFw$T2Y6D^zN2}C;VFc5x;YO-sr+EdEGI9Vmj Sml=!}UeHv5UeZu6#0rys=A#gyxahfcS4vO9KQH000000AN~WQ~&?~000000000002TlM0Bmn#VQghDVRA1_Ltjl rQ&T}lMN=N9UBD(_CGc5b4ba!)&jHr~XElEF{k;G0fbRqTh sOT~mH^j0$oooxB*He}dw~xF>wu2{cL1LOt_6+*tAU>fLL{*O1S|3N2bu5pfWHa+Yv5Mk-)sCO@P5*HEz@mV%j1; By=(d0L%RrwT*mSo*Z7Ra{xYT?Dr3H*ntrm3?eZDT=Nb^9 BW{(kKi&Xt1O81J>-Wnt_QQSU%PtK6+GWw!Ey9t1?$mU!RL8;eWHTp{XDQ0_$u&)_XzPLz1{&QLpAXn@G!}@j{SWb*aZCNb-e!r>sh~=^ =zj{fgh&$TF-I)sr7vRm)A4>!g{vD9XSe6mSU Gt>^Qa?#CMcRnz^OUjHvW|38)Nhcz2m|H=)#zI_AJH*R3M4{hLhX$8InyFIpn>&f?i8?sN%eOyNdJWf2%kSWHsmKfok^ev1;D;R5i!Na5c;E$JIJstJy!dfN9`cz>Vaeja(nn8~MCvH}d@O Mvjxu0oRkCfct@O0uKQHQ_nxLiT54f#Ch4P$L=OR{|`5@zhBwJep=S}=bL!{4}d#?KLPFrmcs~=@?bODs~6Y-e0e k5`Nx}?@7tSMzF%x+{oVuR4^iCLu%AAru}5RBhU@tyJ$|)@?Y3CMdHt;#&X*t7uzbG&{to%QhV8K%M*leQdo3!g~H}3)kyX$(WYB-;_)@D%pRpNanMo@%xg`{fXo_|99X%U{x*e>#SwH`}BCQmhCZC%llrgWqW-|(|xO !&-sg5KL4k+9G~yq%Hs#Oa@;j+WjUV)9wUBR*)QMU%KYBa;|J>4|Fv~2?{js`XQ+gUqoJbA7nlcY-74Q;4ttA@NwWbwy`|#+s^g1V>{=~x$RsJUI9J<{G;t0H*areIX2gGJT%v{U0U_Hy`I<4 )N}qmU(fgW@9Fs&;2t`+p7Y`7^_(y38aS`o8kk>3qoeUf;H$v#20rJZ9h?U(8e4ZT|HpT*U!L2+e(2Nlw#ExPnBN z6aGqb$E3)=a9s;OQNc0(tl+ziJ}Sor$J}MXF_%UAB-$y#HMa$=3+*@1M$pcpoll%ac~znN6KIxT-+vVCMKlxbl3srvtw;AM@97R`79 1nV59Qzyv_Z7vXl;V;g>kfVXaj=tu@CJjy{A&+h6JB>v@x{PdVEmh;|ZE41?Mv5mn@RwqTsjl8Nv7e$IyNs?GeHC lRid*o@x};4X21tKia3zd_8_i@Oxua@H^@wXnO_c6umFRL-iSR$m%hh8$7vFhNG4S4=cS^*7QdPO)O=cVLR&>88c Hj-)o?sk-igAVBL0(V%EcQOzRahxf{`4IG*h>229r=io@LFX_lASaQ`feR=j+KdpteZ@AwYQcBl?d4p|vfO`cI5n #>J!o37%`-B<%UKv_&-Z!Vh^2eVn3vHC3EJ0n?8IoxmB(J7YQr$|A0a?rON+tWjAaZPDEKE$wltv(!|5o|&^V4O3fzLPPtBDC#cjC$~`ck t=b%XRlU*^KGR9@jMJlmv;AYITyq5!dSL_r+nHP3AeA^PqStl@dn`-;};JU<&q+2I*NZnlfjfv!R{{U3Vl5h_It~ #wL)xt}_rvf(>op(1^lASY?b6(PsM)(2yO5-%pX&-e)`TN;qws!}4*bTapo0o!liIS9)fa+-1l?7pFNnPdYZp&l} |IG&&I30}MJInMaA*cHTE_kBoA3MVQMW)1@Uu6P8kf(nE6CsXi%#&X5@f*--~^BeBru_hX=pPT@h@!?9y$N6^o?( I%H{B0I3wX(A#r;+Uy?b8KV~@dS5dq}T7b2$y7Bw0E8q?Y(lu$$^n)bVD>F3|<|$5Pg^I>319t%J!SmJa5F&oQ13 ^DpR6;!03YxI7xT4j%3^(viNbs^JPmYuo~?y80{$-slGVQW;kK`23Q;7gk!_E^+tC$d56?$2N%EEEO}3*ORvPhd2qPU2$^QhG~_rD7w=4&UxsY?to#NwvRlwRJ6fHR>Vb>A^tA5 SXxi(tRl{O$`c)~(@jy&TqvI~(+3YzO!k_tX_HEn|CT*uWUUOXKd$7jj!RBBO+rSCo}Pv1(&(iGh>Gzk)9W #8(aF)zvT0t&waDROC*lsu>5;0ctB}5sBQX)jKF-0|wGh=hCOVNqpo)h>RPxyQohzfXvp+{n5JoxM7oFDmh<4EIv 3f@+SyjsS8@?R2P^4{ebY(XR4wSN?c`q_sms<3=(ni}UthFC38}--f>DTUJE0fv40|FDJ_R9Wlw^cQ(^$Eu}(`pU =@s!$5FND%Ohb<)=!h*akfv`W<2t=hjU?JA5-URQ6grwGjq~uWyOar26B1+m}%Ttw(92yc+%v-)L&nifb*k|6!|Dbh0HwzektKiiu>Pqi*H0neeXj 4QSyHJGi2i5*)`Qo1-%I9eJ3LNtwW)TmBu%J>PKs!VR9Pu%75L2L_Q)uC;phcbVsX(WML=T?X2i$>dF!;H9Ld@mP !c^i=Co%nG+sY{VOhhU%Ekhpv9u(Z&^ouDTJsU?;tHx}&4*)Zv4jZ2~nRBhCNkc|NV}`Ni0D{EjS6ZxkjwfOuHuByhDZJ%QAUlQa=WCN>Pz9i!bvu 2Pru=2WX8o!i`&Y`Wh_UiQ8Pn}$U4KO+hd?&DiQeG6D#BqD+-AM{+3}zb=)6`T# w`XIQYuH}aK)R*naU%y#g9xE;R$1*}29*cTRhOtdx&Jgj%UZ#}?#tntXzVhLfwVm68r^se>^Iy4Su5qZeKAEECND YBexfZ_t2xzFg2yA?Ll6QlcGN|9;Nih6()Po6M;NYW`j4LOI@-85rX#VCdyQ>2UJ9^STJG(({F0{{Bhee_!39Hwi Z|~g#dkN!rlxeu-knYOfc!BNw=^r=;n15@wxn88drIEz&!PN8ell2=!EAn u1!@)t?7n~;5iuUv40#YM*EvqciP0QI0`VlJ-VNO@I(!meBoHjSK+45ClngU4go?l$Bx qW|Qq#d#gN4xk%gX*=qam_Zd7ak4ZI%tKVnG&LEXo&7NnIu=l*kyD;9jJ-wl&+2nBFd$xk-jflm`~-4H#2bg_+D^jq8#a#t+NQMw*RJoK`h%k*AV0QOUcZsBRRJU tg6p^2J?Audi5(y&m2_Og}@VH^E%le>8UC>&X5^Ss(kTp>Up^iKFzqib4vFaY;295wW=P3W>`*?FjREp3-nsX?I6 ;^HatDDkRHMs3~1C5p=tSE{_8#5kyf;q{EY={3%$|_X 4NhJUM%rIO)?=*y%&;mt>x0T$`;CwuJevE`0^!;5o8Ng 7r)?cXR?IimKH0I$46F47**(d@LztD!N!A@>x}z7sx_-mvYIaqMcOw>DdL^E5(9>I2M%NWhn~uYr)s3BB-YTlhd2 3SiS<;3ty%eRV};6>zDt!DGEvzLAU5mNWO>?J`10RD@((wWaO(E)U+980Le0uCn&2g)1N(b%M@HrVF8uuXT@X~71 LoYeb?u%ICTab@k%GVzeGP@{$H#Xf~zs3IottPbSkLZGk$p7yP~US^aau$PyS#jdg#OjH}MeD`-`h?THf`qrowc4 CsxD=%0yRxqBtOgqTeRTH*n%*K}D169ujLtU-U4^r=xg%Il79cqH?gZys8MD37={!ew+Rp6*--JMMXRdiB`QS@6D 65=5G9wKb*+;cn$Ky8(B(aR8W$~%FIy(y!VgQ*@EA+lo!i<>s?ikii^aCbi9F0m!r}>o&29cy_{}Dm4V1Efaj7_u iP2sa*XHlQw{t)m{l2~eXdBG6aALh=ZK*@;o~lPkLoKnR48ffRptteNBjyhGxkK+u@enRVpUIGqr=7j0Z>Z=1QY- O0001BT4huK00000000000000M0001NZ)0I>WiM%TFHA#UO+`~vK}SVXFHlPZ1QY-O00;nJT4hvUB6;y!L;wJAum Aur0001NZ)0I>WiM%TFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEwwe37BP7b?zy|sf>zK958wu dMK^BJpc_|G!11>G<0=0UEK``(ww^YRMnwx-E%qT+^Vid8e|Ye20@t&Vhe~&f*SRiXiN-Fi6${>Vw}x$N}igiQR6 ey``7x{KEthB-RSdu-|LTC>zsY|xc1s>uW4_-@ysJ{_VDlFKF@n0;I&Wnypbb3?>}DP@!!im?+ASB1H2EfM=tWbj {&|L@J_&ZvFF{0?@wFed6Ou2aH;403DTeRO3(W+;HLp!gzr}jdfq?a{q7;pdnw?RHP3rK;C+D41^hF>7Xy9;&e+ bwQ_}^Av{|dgpcm?tFiWMxs$>27?qX5qYd;;K!dPgu$Etp&u?dRterKj*Gwz4evs_smMxf7MEk_f7WwotFL~z*hl&4DeQ=gJW 3V9e~4t4*+6nz3&1(2k=?PvYi3IzmWbMOZ@%&v7Cn|9EZLF{vP1bfE$lvJLAW(+}`7ej|A{#fUgDoJHUg-v7Xsgm ;=DeRuQl7Huw=hA>GfcBA&lz=|8pizT=6%ryfr{z2JD#+e-m4G;iJU#M=zuE@>C=B*4!Df+W48PGG*10ar`^PGJ6 rPGCFl1ALa?=>*dG-x~bo3B=dYt2wR#gU769KTfju4S+`oJ*_4lcC02|&R)&>$5)dsF0}WV)tsj*0iOYQ+iK$T0j uwmtBLQ=ttQ^S4>&6Lu=i6ic`pGxeVFY{53~Q-F#C1&FzMq>fF}!`0!{$_gOxk=M9$*{fMbAf20TXE0X$vCyN39g T*GlpuOZ#etRX%=u!iG!bPenK{2J2h&(^TrBTusReUh#3lQ<6}C$U@`5G=^MC7xESCBHavE$MjYTK4C%wXEkJzyZK7uO%Hl?qtHJpUifTKAH6R@{`%#Ho(VWVP+?DzV@BMab0{0` +MCf%>VvVSkE_4Azl8!^8M1%pEN=|JbQ%ii$*xlD@I7?>qa3uqpJgj`e%%(I0?x|#*K+w~_t%V}l>xNIZRJBm4hX8;PH<+V^i+ {oe<~R_6V9Bj@9Vo0vYdiS4Y~#Ccf1iS?YdiS>k=*#8SQaeP+-z5#Uc5a2~pZZrG$KEU?_eq=N2yYMv5^ChQo{%$ ;t?cI7B^B+8o<9Wcof56~}PvgG$F?;{kXcb;(yEO>_>Du*TY4pb H3hY-~ae@()(9VCtdtEU?%Hx3+7PP-xjv}JTRR(z-6Q4xAy}=gz)}ilz98`DEoEfR`%<;TRFZLZDs!kEPdG0N4Ap hY}v~B>uhCx`?j*bcW$Lz@t&>h=cf&RcPsIG#5TSkwTI6MpdIs_M(;Zxg&mCj=lgHSP(J`*ebH|8}{eW0n-W$ir5C0kvqKfxl W9-MWo!ILIUpq+;Z`jFx-M5qT_-??@Nx7YD_uwwp_X$8OG4IK{$w#*BCY~?Z&3){?-Q(AkQ-Ux^xdcS{;cGdea;8lR9p38mmbLVoLKRlQHe&K6~j}rkgMc({1HSGV#Uqd{85fGw?_vP0RKTki ;oX_-UoX>pEv-FpoPx=}>pZs>%(sx?EJ?9gDQ|EIYlk-U*w*bxvJpzNN?Go dl=)trazC3(NzZRd$-m!~Qhxey%Ju!llx*EVm{j9=6&0Zu=f(ESF}a$7?e3>6E@wX?t9;u<#>+VM?L$feWv&9BcA%^sHZ)Dj`O o~j^obe*#C>?*zT2c+)v&F_?LixGH3ege(FKD?`OSV+RyQQZ$IhdSNqw{voB)$;6=p$DHn0PXIw-)G%likuon;_z W4Tv*#6fpBES32Mbsm**HXXw^lO>#h>Ni&1D<>_*V9!OlOJDqG3V=TfKc(g4;uW@#q8(H4-g)6fcSouy>B@{esIn K^3mx7>|gr;@iKdW^<1LqPzV5R3PhY}y_( gmFw@bJ`JnmA??@@pq>G!4Fmp*hU*XP$SC4Kb04mbup?R6?*dvAOl$MLz>5wBl*9rdM4G^M>x8rj5`<<7wA78qh^?&1XuEQT)PCOlP1?ze06_huQy@K m&{}q&DK6wT8?0>t0czMN@gsZN!dAySOwp_`2E(Uxt7Un%yl0H8EdgA{tUQfO4s|Fu`74f_5Dt=#c6~{el@2|Ov^ WM6O`{Pwtab4bg75U#oSCMW$W9eVNiu&Tut|A@1^lG-h=xXBUl~Tu=N)*R!4YdiLja*R!4*t|$Gy<$CgsPXgWyx_BIz3x?v|{wCJ57{bdR0WQCh{r(yp`g0Tc!VNc(Z+zIk|MgAm_ZO}F_io~P_?Me#-~5&3U-D-1g%jV*dd_<@=lL3Ye -|J`PwxwW?*?4)7Vh8Qd<*IFoSU&GgsyJp`uOq9obTt}LOR%V3&$JWLVBFL#rk~<+rQx!_VeyrIQ|dZ!u9sCTR49 |y@h=I=azrqR<4_qZl!#%`&ROg3vVU8-gqnN>YiJf{}Z>e-Y?%u{D1dW;`e8k-hUhG`(1;}ZlipE>TT@*#BH31OK ;*_nHZ(R@gH-PWCll$vsZ)bh)eLMAx#~EUng;=KH$eSh5Dod2f+LUi;N-A#S{Eq8Oj_{H6nA6MN2o(%X=z)u6Ne kbYphgfAuSKM+R>-~fK*zeEZ$Mx|~_ffz6*?p8 _mfuhO?!DjSv-`O}UTW{}yr28c`|l?o`g6YX_uB@a_<-kO>3Oewfa~a^4{$ug50dWIKS;VCe~{}oe3 13D9wa_G53-;8E&WQ%cde!0{2=M%;De;!hb{fnmhTHz&(|L0di{q7xxYW@A?UJzX8=AR^!O0h`{nPZ-nHUkj_dOe v)#XcnCtnQ2EYF>>;0F9+0M@_-+$Wsk&m!nPkn^xM?b=Tz4Q^5A9{rA@wi8bkC8`M-|3cb`y<@9&aw181{;rKY4n9JBKk^9I=U-a6Us`|u%gR0BJuKJ%9)5qudzk)Qdq4U;?C(qL{gsw~#e2BkPk0aIc &Mjd+oO#@_6gy+zwcH5eICCb+VfNUiu9-1^C>d#cwUCzIbCHh^{AJX|E;rf-@)&BeWZs+J=!ORuF{JR{_b^9*1qLw|&`g{(aAL!%S5`T%%&<$4ZOr)RNNB$$Y{@?iB>rr2P27aHie1B+gypKLVu~!LAj#@i!2Y iY6^zfVZXb+NqV)s*>*(1&VIevHb(av>|l|2LSHTccqcXkPvKfv!_JnFnB^>OaqzxNvyJ~`!aKM>jIL--xAI=1zZ ZvNEcKJZEWhV0uxgRkf#4_Z-b*T?V2_`M8iKLPxaN4kD9-p{f;H9U{>k#7F8)UVegZ4$puA9?SkeWdM&?7P^pmiK XAfY{+Z3D2wWy8*vH@aQMqXnomT>XZBvo8YsB9xZ)SANOqMJ~4*01n@yi`+I|5@yN$d!S~%4AHdsE0zTVj$x-r-SRcwblgFAe?<>b~EePc%3!>)ZPA68tXcW9*Cj_d-0+_0jJuwpx g`>NEX@M;rb1O@OvkIUnuogWY%{hZ34d(zyJ0qzn|7e`9B6c; L+#0#rpbB9&L!tu(B6vS=ps)2UdqqGj~3za#mw*dOmi%|>Ma!_uhNkMY+7^d7?tT65@MJl+ha(?LJ*6BLb5 w?7N)_(8iJ2Ix$twT#DE7Ee2*%tkGY#>d~N4ivT~{r)MuPfLwqlEew>YR3u3kN{OlSo7C4qxxRSix#5HkK193W89 !6c4!H!y5{xo2!X@tSW1t_oh(Q9Y%rJlb8!d5X!(<2D@+984!M5X8J~!og2q-bjcEy54PPe6Ui%}?fB%}mpGv}sl U_QNW$oc*%NoIS+-lCX>Ql8=m@P|!cGOtbi0hr{u$3v9EPGiJN+mMEs8wd>rE5_}h@-!fbIr0~Ek+=-yJmdt4lT8 2+4x$&9kjxxj3l1r7%)>n_(U|>NkVp0+W?ko{?3>$q2x^TE2gR64ZS`U$C$^71k)mYpY+3hQL2;S>JaKnL(Bru+X yG5qgoYkW!>w6dcPS7@s)|g4_o!P)5^j`iEsjwGUzutiB2X+WCCA^RW}Vaf24&^L2D8uoJ4>+H0@7IYR5DtEtGe3 SC5i9vKU3ly!jJB)a*!0{W6Dvt-g5~l|<4okyYl(q&5F+hbEyqE>0}VxptUf!uFPRBOBy ITm<*Gmx}cfHXe~(UQ(B{=^G+(rP#oCT@pzwa#D?hxf|}t(<`z(IlHWPinI3Op2&uL;j&b2Tu*2E|e PZBwN5OFanz#vO(u~%E)<)w-G@)w}BbJpvtaLX!6}F7MHDv{*elq}@o7UW61Cvm%$4Ntn5GzLdr^74&r3e1fSuWu j^eX^44Cs`X^Sg@Exikx>{iOkCuh|^Ogbje%p>M8(>!!l`UW{lAE2Ze1aEYRS;A7K4BDp4HP8>;9>e+~lvNl+S7V UsROjzHaeGKI`(R$3K~Q !xtY@;=uzzGjQOj6}^fF&bGL6`v;%Ood3#s5?j=%V6eJY#|4SPu_Ji6;!dC_clsMswd@%zVeF20EzUg&v4Bg*1r* y}%2$XWQ{r0jrN?R;c(TG54_VootJ$hZVF(h6r#FBX^dTKCI<>|k~(!n$=NsBbl&xWbUr5Y=Hy{T3E!n51s-)4|? SE3R2oFcnQsVcYLd!g@Rn^kOnz;`KXf$~Ua}J+~#5%Ct8^Vd)${F)}D9(k1(!$8Kd)7 6N5y%~jhEAuzbR7>^G>(}DxMvzXO_!v80RHq$QfvMbC(m>upKf|)973i4?7M@vQE5a1pivCVBi`q?LvSfRyPUloO r^}(gSP7u+4jKx$xRX}UL@P-HYXDTFdn7jg**Mt?nJUmdL(!)UNFI}`0JU?jd!3t?8cTEQ*i?+A|8D8nTx0M4az6hZSs_>~8Sv6huKnj5_hkl1#y9Zmw^ Z;?WXsK)gmVyk*y`)9i9Wu~#OP0Dz-y@xtl39_&Aq-k=nutD@O0AqgKWin>Y%+ OkR0py#AKU7t%lEgh^_9=#v;&rkEHUXOuRK3Ng3O~dz^G8r>@u=j+EXk*>;cTr|6Syz)7H>D5$y>Z5oQ7rw*lBr-$M!~TZomn4DJ{ 3FJ(&QT-r_T-Vz7WSA(N!u(#=q9FqFw$9tX96OZaiU4vYvjVkFsMu0%wWEs-Ik41E~zUg53ad;{tf0|LkVJLu;aw s%8(1!yjZYnPPI!@LL0?oeMO<`a`YtQk+%%FiJvr~P3`CH2WJG?4P0^u=c`MQ@~F_(4-uDGEv=ahv>P+N5yL9%5K ovdX4nm5D63&|OX`l(w6}oN5eInCGd}Dyqm1TtmMm!r2@NBVfg|KDKF*z=XPXh&pCc!g{xe60py7Kx)c`Q> nXNGZA^hoM1zilc=oT2-K?#VxTvYWZ)IvNLq*7gHPT_k3G}vlg53!@;KGL(NjcG)h@>R# ^g?P5=CRMK>1R!Xaba_Bnb^w1`oyAi6WHjO;!ysvLGp069grh$en>Io1rp2$uop1vZ*03gK|T&5jd47m$iIYamy2 dLgbeDGL33zZlHoNlRdVzRf2G@Hs$u37R$~F;0;Z&pW_BtwA(9HJJaP}UVm8L&} J~PZDtVK10tPiE6=A&PgAH)M(?+ywl)f0op|e<@(|c`m)3}&{lX5uW7dS@sJz(HC*es>K~F1uNa?LqtK{gav#YKs tLl?hS{9$}BhY%XOiTqa2dv*Z{C4QS}(%!`H;Kk2kuWTqg%qA|=%9e<~%)qtgoSzdLqHu7pPWx4 7_b+VvXrDUPHB8w8+0$I|y88zHnd(PjE%|o9O*|WWMpeALi_Ay$SvP7Hro0WUtGT2;?9Wf6>MG&!Zq|K=A=O+}pyuc}~V$52_FuL{fp!lfCt^_Q7^!HN mkDb)y5_IfG)Z`W<_*gxO+L^CgOC$D|`ALk7*m{#%KZGk;8-+41$*4Of##meE@KEcQW@ZDZ aAGQA3z`8v^xI+r(SgXoT&|pfOSTecnU~R3x4?>tTBc!|lmU7MSArfFw(u0U1S<>HDdkl6rC7TpJw%6PMYqZY=kd A)WfG~Yg$3+V@&_eSS7%f9|LpL!74;a&7j~T>9nN26=F||JYd30)fV`J83XDml*sk|sZ$pbhjx2W>_huD_^JJN=d }Z}Yq&dQwjdDBz2Of=_r()bqq0X|+GxdiS7_qluUm#o#J=-TT5CDkNh|dpa#9}*9P}G!4OlnG26<)m$U4<%pYcBC HlXlF+7x1(V``U3ToKmr!n+Uy)xw=^w-smW&R{lW2!F>WxNPv?#nHw(TqmA>lR!0Kd;>tN3sg!8eaVK5YW`4YeJTJ3mQk^Xxou^&1+%tF##7B?3I)G5#nLfHiLzv+6#gp%lSZHq;n#K37wF?5z0HbOxT*lCcd$dV5PtAUA97dRs^OP=r9sGNnT5$Ce7{0JVp(4l k>Nkt-nBA@u`xAX%CxipKdatz)fOEP)<;neI1+S?3554ULZS@6gy79`tQ=RGvc>P72e45PyN 8va3XcR?oS6B9sKkz}dxIE%x%r8#IZ<-5sBWB#qoUQR0bOcH!pR_MfO 52dB`t8SOyt7a0@mOpSuC=ebWz9>GKXlqh1O$Q6;LiSS8hu*R~%^iM_Y+^$;l*I_Ou)z_GRRPS|zDyh0Wp?FS5snHEEb&* WM9#ZKZv4dQU{bnlZ6{Iw#2JrbJri2P)7{6Grt%UPb4i<`P63!O{hh4j&5))d6B;K7UUdteV#ZiJCe2CJ6qS 6Tmg&9d;$`aNScb`v-wJOOYdx7m#-stsVo{0&`hUIA2wG3G8MHz%$&QM#!(SSVj|-!cH89}P#27r_Z51 hEYushq$yc*{N=oW_Cv=ibnjKUd|QIPi=R=w9Qj)=Y;O}nTu+knVf3G48-$wsGse@`~oVf@9|JP2Yy4bAK3w9t96 HAAljk+Z{$#P-^?{SRAmDN@RkQUDQ^irvB69@Q0{-u5I^A-K-xltDs!!#N9M!baRt8E<_J8?|PFX4H`H7trKlrqD6yRzfVh1Tp!?)Kb;otoHldKX^tbOy<;fnNy<%7CGNRvH31ltWF1WlNxEFnS48boMRls<+vQDQj@wJ4~|8{I$GZVOW@H8xjpw!HI#G^b@fmIi!pff-q#-!3vqENmtLX?Pwa&l$!73ajf OO3B)H#!hTNpb$pc4XNRBsBzeqb17z_49*H`=F%NuJ&eT2SLho^b2?`3>NO`Lf%+!h;>oS=J3>*81jJ2cR`MtakW 6M&*5Ux_zGE`tUbSwFF>I_&3!@fg%B=b}XT`Tkoz10-?5VMwsR%AWKbRaoswsxJv8A%b mc9Ep1~vtLVQ&n%nV;3dU7C=vfpYgQ9Ze$4tcmwyp-SDwt5|4EkQtk=V~t6iXdeBirkPH)5;am-4Qypp8*T_ R}EZUdXx;JX;pJHi`L5Y|fl&sB$axP_bVL>r9f4gcNRHw+NH;Xl^6{_>3Ma7988H{gY&TaHEcZo)*NT6ssylmO*> };(XE!yAjOi2B%D^VfS9?F;*976SQYddv$j;S5TD3w{&-i6u77@CqeGP>Shb*w)wX0K+DiQryyed)3V=jIyIMnuU }qrQ{AEh~lh{*rZUERQ;BtF=&s63PTFq)L`a%RI*BU304K?A8Lo)UAsHsv6n0CMzZyw=ozC9?vEGck -Lme!lKmT+I_nEki^&$v2=I3Jc-VO;_VElvG9T<>Mh6ZlqeVp8(6f|Lb~!`T-n2;l+vYzm%E4xRa-SKHSHNQmvTv IoW8`tJ+_kt5&$WoF=||9gv4C0$UhAjlhY4*fL~ievKuLbsintFu@21%X5ty;>qS!%!^8n?*uG(l+DKE0^_)XjQ& mZ@Baf>(BAIfppfaCv7t?4nV#hFIi%-Zc*sj#CQ%9H{x|SW=NBxZ*-2gX=K6|*H?`lON86G}kVG?pmqw6O`sNt?G P8=0JMjxZhv~F^gM}{GA^=lzx@vg+8w6tjob7_kKufeDlCr$}ZwXgYYO;#y~z!!#=-~lr~ox8fFY;35&0N8db4iqYD2vT>!P`N(j qr66~}%mp0ZX$nRsD^5^t0qOd8ZfRc>aIxSgoGil>fDoYH8Hp%iS}QCD>myOtcVb7kC9`Y$_6;AQ05uE(QD7k=`?uRu5nel^%wQ4#9N>{k>t>R%=0)R&0 &sdgs|8D~2xNigrqBLAzC1)~4}#A&Sq$=`u*uzQ`D*ev}nYA`aiCMQ`$#hGG~QaMBzlyDnF_Fdk>}T)-BvtD;%=l zD1JCWc8iN@0x6x!*)iauu4@K&XdFGT=q(a!@ll&uH{o*!fu;L$Pr|*;c&W!pG;w>bw0ukJILIt#l*%WlYuRM{7j2p@Xidwy&@o0jq7}t>nOcS(|ny9N|1VLBir1;) |RYDLc&mbeF6~w+#B#2c*T#};qmb{<+Wv|{zj<@;7FKVi9k*)ux2M@zd03_eVR6N)1ssKoenBd6w7P8L Sfs*$&Q7(+GQK(!wwsO7a|=hyMuIyFv>|P)U56%i3|DeI#;B|rc@YWy>tRtLm%cJY?Cuur4HnQO?C`9i `$iRlzE7c9ihy_Mj{y@eO9G-5!RIt-VTdE(wPSD0m@nu%{*Olg^?wf25pC+f|Q4yoqH=t&GrwD+R4mHIwg@$p>$o ;SJAiFL9xQ>ObO|R1>egHGlazLh+P4A1tCwd9+Q^$hr&Slff){ieQS9ky5goz`f|VXaC-g5kgcml&bmvV(6Z -1T65wG5e;^)#+5kKJqj~gPt5_gCP&fay^n*lyDFyOx>dhlZZ=Q81)#mlD){#d0LYkORYhH%>AeV3inMm*+bl>KTf>t&M5PRAu{`GgBI_g;;U8I>OVJjx@=H>vM7st|&p%e=YeZpK6Lz^ 2zyO}!dtNFX15phGK>15OxdR1pK9oiWW`-O$^l*wuAx;4yp|MqP|J3w(#dPt&Qhy9hySFRjdzH(^g3V+4%!z)(4a ykC>i{E(2iD7Xvj167%kS3IK;J{zg#w)hKx+N4XtVPk*WCs$&(9SS`-nbczI|41QiLz6gQ7uj;*Y=NY9^Ft3VnuC v|2jzdz}=9ZZS^y7i)CO0QR_rC0znBmY1ht;LnjpZq-)@8LmOK4SQh!Pf5Lc_^`AAgMd`L3G=?M;4`?Y5^O&LK$N 4K(4X;?mVV*T)s*?;cFX=DkAk9NRdd9)|UaiB+qEmCMJMpAf7XAIQf%jBTi2 Z;99%Hk(V_9TEE@S-&a7=|I9RhrIu4|0s!#r8QyZ1e71o#te HW<>eTgN;DZn>ip+hY6SDUj-C4esRM2Oap!3E7uOXLJQtPl($d5Ii>3H&5R#lomid-CW(8R$d|*3E|6fjCI}+o3x o!>&VK3KLN!HCRVREJI6U)h+$T5_Rv`1ry-A;&qqsC|?F4Gu6*}7bqu-RJsz#*_EK?^=}C$Cqp8z9X!_dVw=-O}b4vJn^P=I9GVv%n)W7XfHmUe^3&r6iz &W{Mjfw9E$<=w4m5THwzY4K--Dk75-``d9QI7{mxh)T5B3DB2Zs?ZiZMMBPc14WccT3bSF1&N6|_*s`Y(!(aFK+b buGnT{!W)0g_s~-6Aq*hKsQ~PsEZgq*POGt04kd^C86j3|wZ^o4=s`N9G9xHmSKHnZW)4Y)Gdg2}Q%1G3p9 c7K`Z>6kMQ{>V+0scOWu?_DUKMY?pBjZqSVO@0S(TFKhrCy|OLjiL{JVJRZo%)xsO;e6=*wVWv-)nJ+UUY!s|Q@C QbSB`d_EcT1@00#r90?%yva1B}7lfZQCfGG)IhWGm)C(y%;;(sw B$*y^V2O3hnibtf?dg%t{al~l6@#QEs#peI>q+6jEoYBWHu>sE^mc{*!sE-7+qZ7tU-Ims4uREQ5%C!FCVn4C;Hv MFG6kZHlKBL?xw3Y;C(Ojw1}?Wk)&JEL~oHJ}OAjCSGK1zA%xUP-MHP B-F3l6v2vslxm!aHzDXoq8t|44UF{l~uBRqM@dHV6Q;ExqUidbcFP2B3b!M^S-o?Eewoxh@jTw&=U_Yb)cuU(zq^ikc*y~>(*q%-F`0iwxY!6~3sAKb;k;O^+pXiVngf%Sbq;Y9m83T8a%Vb26(RE9zz?gN{ $4;to2m2!oJ|A}?1~v=p(~yiTwG(W{lA$chZz6eSB!COH;pR^$a6vi8L;)KIhx=G#_jn=fZ5U2YL|^D`Isf$3 2C*S0`KLSnjT4<|yj^)8R1@BP|yQ$~do^crtvusw!aZW23b&hLTOoL2HNVSLhwdISMd6jCfaV0yi6t5I>LxZ0Z## j~tq1eynhmMBN&jh&M%8%vM^gHzIl5ev6$I0iuB4&95CBS9hiZCf>kj1bvm{OeNs^Ot1e(mN8{+(Wji`9ycg7RM#Z?;-ui6N5!k56y76==%R9LxcqaB5agv{Sc>cv^(Yh6sA{2s5<$|8^ IJM5cu5B-1T|`_r6*ZBoTGA*%wB})+r?SrWHPHwTAozQXpbirano2%E=}~V;?V^#jTL-7%2kvsdhAzt>}pj-JQdw ^OZ0_9iXdOIH^|8(#Z1FX!*0a;Qvr0zjvm+7)fW3pftg0A_k7qV8+1g4%M|jZlaX8>xhz*v2b^32e94`Akm&rSs*V oSyqyw4DbfX`4=jTU>6ySUTV0;5B!vpca_)!yVPU3{&=t!DVaD4c#)4E|m0Zw^u}2@0*!X%RYM$K)64;F(fn5orE M*6110+$z6itdWRQ)=+Glw>dG-0v#dlg6DaR#)SrienX7OM=~Via_HpIOWG8J<)1W>PcHo(M9! w+G_nS$Ivt+m?82ZcPogpJa2;uNrxAa8uR5XZ=0D|3{BhJT9Mvb+E$FN({gp^S_9bGdNF3?s+!U^#?G5V#1x{+ER +vfFQdXqifupeMkS=T8JCmRQ6LaQFL-~`>`Ant?AH||d?5GfMIyc|31()Z*xM~}x3*qPE3(a};2I#W+?^Y!YHhcS Z0|I&IwOxZK(*QRSf|Dt%DP@#gY}zn-4y+@N-dTMA2Kv8T2WOWpC_XSIp0l1y`?VFvp?m{Td3F+`bI!zt<5$<_pI j7V!rb_k=E`sQ>BLy+j5z?1yMpVza+49+5!$+(q-2p1kDn+*2_#(pje1&(;O~V*Fxe~$sqQ-JK?T2QSNIztIV4wE 6mB=UZQr0LmOUAl~TFj*DPiWthfk8J1h5}M6~0}A}C#lvO_q042n}`>QxnVJ?Fd$|Ba50j2OT}b*-uSU&1o=o|Hi Uh-pX+kz$f>MFTz3)ZXU4gc5oqUQ?ibOE42B@j~ggxGNf;%PUflJPvJ3dRDoKk`t*)E@s#wUm5fwJA-UR_>TDpqZ Ql=2d40V8J&tmOB33byNJZiEtUxLWllqMSRZxo2${~AI~&G%<9RW=TBTUN6`Yn+ y6fp=C3rDs2gzj2{jrfdca$83ShYl`;%`CSIX{xkUv%stW_*tk!A@&{od}l85V ~bjHTw*e#OtpE>p?c5%^V+>*O94EwGq%qjT<-V0t_v7iNG>&x-W;)MP}#uG%+BMCP1!y%i3L39F8&7sp?atz0!p%@;b~z=#fgK!dKE5tVQZE^(L%jkO`EAbwxJ 091ru|k4xsoR;W^Kfmd&nSgbfH;{8)4Eb{CkYQ7!fY8F~xhP@3GT9F`}A}EooxfJvYC<=`;wykHbHD4~17AJO3X{ JY&h4H>@V{!&-Zc+AB=eARgIwxH~A5Cx@((Zmp87vWb)|g}Uu@7adlwi*^kp8cC0H OvEMqmlnD1x~rx+T~coMx6|?qtu5P7gWk7AVpiZfpm2k!jt&j_!p!T*>y7B&O|tUb4gq$+uk2I%`%#Cq&=Zmp!CRDV!P#>>mv2 yQ+3<|rFkk8IiUB?jD-w3prVpHD;-A{eU@5=8EgdO;uki}BDXWsfs_>#SzRuJYMW@A+(pf&QKE#XoIjGIsKU?n%9+ UV!$gHO@{mFiA1uWHG{cfXKTLy+6ox)EMamPkK&vhZ0&4gxv!_83EJbA$p#UpfeHW24I(D<`?Ud9bUSlTe1O35jl i`XD9Y@RGc|%Q9=%hkuGf`8HM~XV#7MHVz!^rZ~iO!t2wIKMK+&DcR>848ot|%uFAb3+}k+LP_2r>?-WWl>?RHJq 5`!GV8blOfJEZqdcundvQ5ZPsqsx)Kyw>fbO+*_0LAv+_Af&;})qC*gAl{QQ)s42OI$2k@;`pHlaaTeFqG|Kt794 zRghnzns*MYXw?3GK~n7@*sonJ{qvAd-j5*S++_xPegMskr&Z1>s>L*PLRq7(Gk52NA)EU8Ma0zO=Z^;MC#I}0ye @wQLRWu@zF=4BJZ=|oVkI%M*lMz6hTaf>auZ`EP0-YB{`KVaw54Q2O7Ejfg(0z|ys5~PB6NWn!ge>`9*>J7o02ve$2=9X@9RI!+-s$2<4h`MZfX-s;{nECMe}S{RQq0g1h!03yC_pdfhztLC112?C%Z?b!xy^0MD1E`aT1-oxL-#&jhql *rgc`79Db7~=e2cM)+?uq+=ANG3d~-nB8jd$-vz4Wv5*V&1Vl}@raG9*fs@_V^KRcrSdBBBC~-p(Tue f&1}St$5U!J8)YvZEF})>!&2ZuikGE&q#c1B9@{&RI0p@JNW`UZY)mqst(?Qr;Cht^Vmv>Dj`KG=6Wvtk `~JCxy!dpCMp^K8NM;h-sB8dz6`U$BBFGrr7&)7&&*dC3^!YAY!7Qj{(pR2}=G<;uqWBUA3d^B-{!(T1&UM3!w8^CaDnqGuyM%r!z4L2yBYdn0A{#33fec`9~5eo+T)J-3uoxhz|nO)? NMCGuS8gh30$aDKazd)FH=AA)m~No#WF5T(N%kzy+`e=@HfDw&geUq0lU?roNN3q_kMabbxpE(hi8D8hSl=O0ZDT 1A^-9TwHW4?Uww#+=$(3U4tVq;kOGdm1N`YM(qr5jtqLs3CS(M4>3o)gwF79#rQeaj)HoqCrpHQl;X3TJX%$QYX 0tGU8^Ot)v_@{w#tu4hh58m;hT)4S&7Eg7zt^(U;c-oW*F=*_pj*4{=+b|R_|48%Btfml}nDu1jQIZM+*JHk%Z2v Cg<)wYLxChs+D`!%QvH&kg2m;VRZoRW{k2Y4`c2!E04KI&fJ2}<1|&#aXL_Yhb(C`6u21s`7xQ5D!a|fQMX{=c1e qZ%=hT(^+=E=yS(ldrBTG>T-uzr^Gde21ZM8Es2JNXs`1gtUnpU&pX?V8is-3~a*4X0@RVBzlHy!J;oD|e-q}#?Y 9tP~l#+diPIv7&gMO(@fL3)k2*qMGJ>~TTKn5~cchou7tGaUTJEf*>^PPYKx=Yu7qdE^;VfUE2Z-rWTc -0QAS1Hl3FQ >^L&5*uV>J(Xs^m{MU5~^I(AILU4JCkMwP?cOI`5`fkt>tZpN-x{Z(ds?b2KqzE0{4?n=(xQqrJk`rQ(grYg6bb~ hznVreMg{Zfe&Qh9|G?E)pASFhBXH~%n?3L;WsG%q_=NUz+kEP8r-#U3DjqE^t_AF0Yx4)}=X6Us5w>!#cW*JbxA dje|nnp0dCDrvyD;zC=kFyAi2y_zJ0q^!RN-7QoWRv{kt9FAO1#qx)bnBfu2g{0g;XZVuaAVj}q=jY|lgXrezdF+ QvHsLMbc?SKG$yJK$jZ`Z81;xEoa=Temf)jhrgD!b`m>Y@ o#oEV=r}>neaLkfX9yvGTVeP*$5!WeCDlPOFP}y=Eo8 RxZVI>P(bBF2r!e{@yj!E~?r*O=U|A_a+ONH5I8i+Lj-34D8CR+}=$^_fQ6Ji@zPt{qz3)Y15udp&FGqrMMglApvoAUaH&Q5jT9ZxR`mhbaX}NT TZzOV%*B?Dz2=uE6j1wUs%v`kqu^`u2@>kJLGc9{aYHvz9mS^wW@)eIkAdVT=?5g_C`kVpG3}V+JpynxvHO4{#df zxg{yT%{#X?gWrnx+`Iezx6R6XIlt{GzU)2ttzi;=$7L&0K@(?W?%m>Cgc#>>#vU&Qm=- BxV+|6@}DDMDB@bAn2i^o1p5h;nLo!ZNbSzPA*k(F^LLOPkwV(CE734s}LN&o<~>n!pkvn5*Zgz19XSTOd5>m%S7 &OFFT?NK9N0oaD~B@o|ry73BAyVj+{k{JZ{!_s03qrb&d7&7=b580+CUp^a$lX4wP}0{TQWZLakerof$b`8GCBd& ;R7+%`*S=gxy-fl+S4x;iuJinWm~iCSf&vlsA5v70-NAGa3%(Zu(MQhfFmzhmFb061D>9H8do}n^BKJ0|W1Q-Z=1QY-O0001BT4huK00000000000000M0001NZ)0I>WiMuFFHA#UO+`~vK} SVXFHlPZ1QY-O00;nJT4huT%y$DX7ytmzHvj-H0001NZ)0I>WiMuFFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(Z ZftL1WMy(LZEu}g3vgUlc|H^fL=7Pi+lu4ZzD{IWmUh>ASaPz;OSa`$kz@&LZO1L4J=#61z1q9?-rR@eOJ1cZfkF cbAwUU_Ld~1B;ZY9^v@mE|rc6tlX_@J?6X?K9)1kwpp_FME82bI^Klkpgv~ofDR4J%53mO~0n7obz-xey178LFEbtPV2lxu$SAeeuejT_K_}9QL;P-&rfIkH G0bh275IcbVSMc~_z#D*bSMc}{*bjUFNTPiTcp31|fWyFV01LqXHqSj*3UL$g3=mrqj{z?Sz8Cmwz>iH*gE^udZgf|K)0y uWJjhvwaK8v1bdvpWDLn6}Payj{@_+ySK1BZwDR(J_Xzl{Qef+*JWE-Ut71bzV?{s0`N+j4|ss=y_NNH-&WSwgIo FiH*aM-zGExv;c^And5O^){(QUlmXSVS^zi6KSVjJ)On +CsQ@CVy?ofo#TJU`#Y^1r;B*S(~h<-WR``>*Nd`E~;bfPLnb-wwQED>@NU-Usog xE+RgLTck}uyKnM7c>Hp8&?3X{?&Gy)7v0qpg`^|of_cv(qJfo)nc8lek0I){||fEf1Wk({ltv_*&d$vWl-|RUItmN=eTRz_@!@!$?@7~Mt_RL=9#b4}Yem>aCaxC@oKKx$R|C @VR&bONWclNSg-q*|Xf3%l*{d2u6&wrS4FZ6Q0_!;m{@}qs6pKRbQ!1wH9|NX~(EY~ahc>jm{I4)=VSPt38`d{he eDg>j+v!VY{I~iH5A`vR{-BTj?fE|5=P&!1_Xqa#`^&&0@QMAb&%fW#e)!A%JkMqQJkPcLyuV)aJlfBCp6F-2c>T QJpr7}9uAlw#P5rE|hx<8iJkrl`{Dc|z1>iXFtNomR|EHhVzkGo6`i=p%@5li6pB`Yoat4?W9~of%e{z8L|9SKL= L76t-!%BI1MD~dJHY;Yb&log$+7$c1`9csd&u;U?euA^MgF^-wm?7-ydXq{B)4l=^g^70QV2Ezj+3q95Q(lI79w9#QME{nDw`RnB#7GnEm5{VYbr; hWWjxhS@*A0z3x%A@Ch!rxCWt*GG8Vw?5hwcO31$_D-uXE`r$Je!^td|3$9A~4WJnz gX^Zaj&vfQ5^<$1q6%J%r@QTCH(P5-}*vb}#a%6|D{)Bg*Dmw;?+;A?>~>359n@cbCd^Ybx&|22oOCh)35ELYLK=vH6UnNd`$2k>44sUzu>%Z4wuAr3YUv(RdCJy`=aw7<=)>EEIZkA!L(DZBYlw !#BaCZicH@h8KnIe%stuuO}J|2nKcgP^wka(nuD-djJ`dc#CWsq$9K66k0M>+ft%=44N_!zD~Hf^VIJ& fz4xE{sz7SsM#gA^0*5^M|lqg+o16XMe2rj7jnQgdGx?0;`C&z~`P6xT!Mo_Kz{xhLBb|5NVxxZoJ0zt7_OAg%`m ^WR4V`yu)Mdj$I+*`0ibcti=VTNZJh#PvB`cjJQF351+DjO#wZwb#1^bL)9ruM=D+&>z)5b;0rd+k)$l)<4Q$Z^Z Su;97{`<|Y4CRqzSrQ}489&$1=sE7nYf?wGjUr3*Ro)qq1c$h^#L>PcX0WFV}kyuwz?75Cj{5E^mo7DTK`XRe aN&uWsqWk;^ED>?#1;f(@vcChvuI6_A$Xc^m)N~@son<;bSfPr+ob8qB|8fF)~pd)Wv}65W~G}$6-BnY6k5`)SY=tR snDv)6=f|dvcv`W`D$K@st~i Vy3tfKAi#%R_1=8bowT6{baj}LtA{#1@RzucRcJEc7jUzQxu49B{S1mul8eSY)D=G-FfMvU31W};jRXeI#zU>zZ1 #!f&v2IjTmeHQI7)KF?!weW7M7l5LzKahxgXlJ0b8kqmz(UqZ>Dv`+o;GJ4O}!z2R;ym1tRQw>k~^wFr_IH%sWN^ W4bld?hd6o^|7K^;o;5%>GQz5ML*XuAsf*&M@|6qgmu*;Z)rM(37j{_0VyfY-Kn+k5Hj-Ep0+1a8bx&*u=vYiF4? O{N=s}bQHgQxN%s?oPde*9RBigD_tJVqRw0yaw!rN#>;>8uljHY$LBCll9L8*`QyAlw}aOWD+e=VEvepzk>3btv8@Ikr=zu$esPdm*Bng_=AUDVO#kj%6HH_WUF>M4`1KP~@*^7dR<^2 wspBnxp6EfU8QA5;kCRjjb)ftt##BsC;(T>TB3;jPTr#2hc73fMprzCX=*`I}obY2E>NY2f`ZY^Z+(P*N~ W1k%Tg(I6=;I!dsUBO=Op!Rl7+paJ*P29$7Kq<*}r{DRno);6JXqZ6HlOs@6fNYA_?BTjOv6Teg1N%J5SxoEow0$L)kD}sF GMORJ}JO-$;vMI$iLlA9RB$_=e2euzUA^IV~E*r+f$R`nR3*=|0uMq1I6qY@QxC?BEZGvKfVj23%9#^PRVdq-d7@ -Tbn5Kg~u^Wj6`&>4*Zu|PDX_^Hu2$CEPbt*dK9FPxaGuvdrns*dD#41zKqa)awBARzqMD}!*v8AiI)2=3z@QEGB LV>n#EsFfGc;LY5>T01P8&n{;|q~{{SJd-ACqzn)7+?dDfv1O*Efn2;Orc+@1u825N;MeAMG*mRM%dwC6trF?y6izpp74=sh}ysbRV3Ki+`Ym?-ZcJraBqYDjS<0c6K!Cxu7&h@f q%Km;#(8-XVx8c_4MsWgpX84 rF8Dy>+R09hZ7L(4XB6xPeqj#SfFWfR%dj(F25Y1wqj{nY^3qg4xVLPgeZ4O&OW$d`0TtET4#P>~ACRJrM$^6z*m _qcw<0)8zSw;PnJ#va!N=G8n$S~vUn4XWO`+tVAWPj1C)?otdU$d{A^u^+Qt3S#T#s(rg-7rbEU)~?y 9*~#Vxh6;mSN5IYqm3%4jAx{MFIe^;2cE@!t28Z8rs&p)WV{;sdg;bcIMBb)=ELu0BAnCd*Kch|W%SxV(!ca-J#b Mgw;HWh;Rva4RE#8&CL!o%*?PYITeT%V;*c%(F9vr*r&`qNU<>H~i%Gk(AW$0k##lQ;{3QE !7HQzn(bG+WDO2d!(R9N-*O@3=b3~mPA@of2D+K><}Rd7093w$6?*`ZMdY3nqEcOr_9hpR<^N9bBt}(VIQL=V{4258^5vXey>hKRcYtC9MoOUSYQ6?%&;W+I ;D)J~)P(cm)hVDYLr;~{JES6htb@e43FESFAY*q1aNc2e%c*A6i8(JK<j`Xhif-LUpBOBxEFEfIZ@;x^1w(Zl(S6iV7jKswcr3SpO|tG&^Gyf O|i}Hy&pAL-6oz(_heRq{!92rpFH(1ee$f;8V&suh9HNat}tgwA__FKIY}*vpwL!&JWiaMB=q$!GyxK2sxh1{Ew~ !;!N%aCBZn&JEf}KG0}-q6DsJU%iV3Z~Wkd$}1i31S5;uv8y4^M8+{qwN>&79ny>+91(J8cLfcb{uCyDDKC`2g>l I*Uvaaz`iq&aS*R#SPfPp1xJ(hfbRbrbQpQN%owKddr6O`l4qr@_|r1CnOI&0MBk)>E>{S5Y_u%HtE-+1BM#n7du k;%q(hMlk{I_Z3W}<*M7kGF2p@3}bN?NsOPRn4^5dj7)2gImM*w#vyxCYYvAu#Taa-mS`QvJxwc_a0SD=7L?}T^y -S~Bup@4ZACM5U9~+~8afGEhiz1zf{o>zIJBVa> Vp(#TBwf#_D~oAyDkkz}!es%K7BTg2o1#0_7sV5mBdHTZWx+BX4;>w7{JC`+HiNE02@of=m8qJK!~(S#vrkd^3U= bB1x2yjpjA^}ooV3*W(O)xY}b)tJr2kN;ucDqt7#{p-_#ltsQDEfEtmRUg$l+@Bd!(NBqp?6uuNSh=@X3pKw6Hq%v?n3pyEmJ>(0&8iJU>)O%UJ_BtiJE#nbY`gW#D`ixoskUN5e}AR#is)> 9f~C?|+Y!|We@ZR1%a>}2bQi@6aZ{H}+-Nh#*CmB60192Ya5R}`!tt7Bz!o#6wAQ;=>rk_68m>tLRG_^k9a^FfO{ OX~UbC^O$OVG5$bQNVK?f+}btSJ0aya1xNJVGyW;RG$=zmx6xdRfqymcx|;3+uTI2^fkiP9BTQ30x6u$Cs+z2Qrk #qp3xWc%1n2csmG{8d)f_2(xzos5JzZY80Wl>+ohmg{zu{4r`gGPOCMwX+V_`)OvQ&$4xpAy$Y3DJebHsf2f-nT& SGCdF(7OfT#7KT3>W7+XU9b-EWZ(SY;dVa5;-o{qBeA2FH<+`1XkbRIAn7!Zh^a%! rjMX{x=o-gJAFDoJ)K9rcKWm~+jOl)KUuTsI3DX)Q2>Bx+sY)AB^yqXaj0ZVX0+YbPa8<2p{-ez+%b0QFb54GqK- UAtt58MhQ6np#%M;k-leWHQ0vz!9-a5HU~4}x4QN@`Z_8$9WGJpdB=w{f+gy@5^1PN& `|v|u3dB-Cr^(a<8VBRy_S!*b@S0Su2I??59!>>kviV0ym2lh$Ln5zco^4H^C~Us-0&<@-f!MfFNvN?-tq-E5?GO nVPZV-e^5&U1QY-O0001BT4huK00000000000000M0001NZ)0I>WiMi7FHA#UO+`~vK}SVXFHlPZ1QY-O00;nJT4 hx3Ml7pO8UO%mLI40S0001NZ)0I>WiMi7FHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEv+%34EMo nSVX-=%VZj^q|+5*3zVHrn#E7X&aLsNVTD{2}f0olgyW7WHJ+HCQX9}y$FTUgR5XEcf9cygTJ4lO+)+On~hogI%5vL-Ppg)XB#sEZ~$-;; BA020fzt`zzpC!0bc_ADB#3%j41`&c@FW10T%#14LA|-4d)V`2MCm@RCod4WWW!c%k$Ica{tYMV9A^WJPYs%z_$Q q0p9`m4B!O7|I~B-sN=UyFw0>Zl6d#J~xqckL &!`6#qlOa=;fSlAm)X@!m5hQ9iYkxULQGJizWrq_Z7xHsE!D^8g>7M83Zd_z$9|N#ysxCh>l+n@qmn3b+FBEFCui &H`*vxM?!)`zeL@PUim4>-ad}>j6(sCLdp%O#Z$K_(s5|0RIW_ySo18lXH0qd!UW72Q+V!_DU?&m6rNKxh4N fBh4)ztSOR$26w3QbU4Pva%JX)>kl2~-|IrlE`PmfG|F!Oac?#t+^*pYddmiOhaUSjG1AuRUJ#RUW_t-JjnDYUzo yvVf3QtYt{hpjkIXp9!a{S>`p8LX7?*HXf^6`?wKLXAL{0rb4g#I+jW&SkksdgIoubM`_*Xj6@X_QBs!XAYm)BV> @}#G|DYIjruUtx$m6m+*dN4_ICbs%As*O`Rbld|4vRPAJWwpb-?L|uzB7~dR6Ub?UpSL|v;fWrjLane`({!;j{vR$JO;Q%^gEOKt#^2Cr^EP^a(LcN4(T3pc>m8U{-{I#Mjf 8}q(i^|hOYaALpi;o>(4GBzcWfmr?P}{sW0LBH6@hKdrPQ?i*)|d5}yB|5}wnc__(g?Q~W1OD5q;n=x?_I!gb68C 5*dIl+a$D(RIJlb+73DGiULHJ#pFYEZ vv*>4Una%UhoXvCJF`ITZWj6IYU+0(4=DwA)xo_QU(r;G$WwWV=cAX!XP5PhE{eyb`^$Ks&bq93*ke+j&&OfaCj| 1M1xHCGNc_1>!x}v!eaIyH&9NN*(0GG&p;EbOTe*~-pJbgan*q;Db1J0St{U4djeLLqezCAdX`um2$7j^zGfE9o< OBvsqOS%7prPTA4fFN!5==hk9pDd-`e+781$h(y1ol{1?t107o?^Aer8R8KRxmhKOGl;<*=wXb&4hYG)zJcRT1~#{tGVxzYRaL%ntt)|YVI4XrW|gm);y;0A;1Q}$ExX9FIV&2|Iu^LuHpXq3hQd9pS3l-cdNo) h1b_mzYpsAFV>Kstiq>j$j7rar2pd@%J(JR|N2F+aljdiD3_K+JTJ9~baw+b0p7NV@_lg;{imXqe!RMtdF2zewA0 Vja^LrA8CPGZrTx5AOFf*mn07X6G5PuMVxHf#nEvqiV&<>sbo@Jo6PM6lmM&pFk1XN+u3AEW*s+B6@hD)c+;a)(E ?o+n1iW-9>EE@K_dB|j^8UtB-sdMvdH&0Qi^RU`IRE}S$|(tmE0{fi%fxQ#c+b~ia2ep43f*N~H@b{|^800!%bS; ze(iG7Tf3b5FV}JRa?<&@;%{3{ySrD%zgW&V`FmYov4Z}xdIjw#x`OMjT0yy9w}SGybp`F>pyD4|L3?;?1^IbG@! wuSyLevlztwZks3%`j>lwEe*VErFucv%>)N|cE^_16R_1vGSC*2q7$=7cIUlBXk@t@vBe>tOp@T>;nr!>&t-`PO_ UC}^$Xl>AYHjw|T8p!ufU4Kgh=|9{+x?gFaoqR{n{f(~wZ-sAZx-}N73Go77eVC9Cu3lKQXLLJ{Xu!8s@S 0p58Bgc_v>7Z&*v2`Qz&ufRp8>z~h}?bUgyUk;)nl$%S@ht5f^{3Kcn+Er*s-)2499XfxJ!Wi04?MuCTulA*8oU8qBq5V5re}N2sY?#}^I=PPjb=2jC@lkR>V_?rEXxq^~g!W*;c_@`^j+gwk#Y4_1jf 4kMWf4cf0%uNXccL#TV+%3e8I8H=fnK*P|;y;A)(w8 jrXNpL1_<*qCMd*w-P7xhf_{Ee1#i#5^=}Fw?)EfVIZ8&q0-SFpcW`ei>$(u+^(vzyQ*|o$Q0p1SWCGbiFibi+QY (l;sRVdg@ba!NEJ$HyhTMt7EiQwgnQg%SXQiJkLZZIDcWH-u4a$u-tI&?A=qZyA#zhR;#%Y-wj;>Co_04`$V2`Fy E)$Nd@6dS+t!(Mt&#zpM5m+JbRr#&$s$^g2NyV%R-rOh3-UEwsS*{Gui=20D^<9H^u-LqeX*E8p`CJi!s(7~Y&`$ MXjgX(E$uX7{``yF&1rLfa}wf7^kMqa?nKOWE=?qHNTsmGUntXKOvlP^9Fup+?uDQ*JsPjd#(I6xr#rmKb=qAxOVY)B $Tar4$#h>5J9>L#1I~LA?ar!1#B~A`O=B`0O{Gm^UpfIHM?1nXtc-w6N7`u*cU;le>!=x;l^8l0)BY@FTAkD14Wb ^WV9PGW%JseJXd<36v}$Pa3fJ$0k(lw!eO1g2C-EBv1^8^(5sRIRJ9oPsSF|TK3(Gy>BqoziU)=VhX{Qq-k7~%s) jIGS?~Hcg(qz*~^|f~kOS*fg}EfyIm2-g^cI#t6?Goi9ScLp!hE1>&@%vslEq0;Z&VJgeu^{i5|EwmDm=Cz$FT-_R T7t5H~3p*O@i(Gz1cM;%wjkUl{j0*adr!C(^WeFl6JHbrBGbr$gf|jXSQ#1sCDQ-C=Jw1_Ou;(1{`enZj0*ZjUQO+(^jT2$gi;s8l)%U$o }vU0l2;x3QB10@n<8g`@EWPJ3S(blm}aG%Xs-+r{-d!+o(dGZ|JyllaB$;*eO%u8u@|dayQ?u$CcgM53LYU@V@FS ~KfLq_JA>%w1154!CJyrQHp1C^A5Zk{{U!&2CP6VJhBXL%*PVyWyoG|4ptJoGw6k^!rIME2kMMXkpB|@Iw46Z))O ic}ojAcGT1)eb;(aE|??g1gNG8$gXW!Z`Ml2b|i;umnt{DZF-%Q?R5xh9V!o}%45=ws`ExQc_Z65>)d!3{2t6UH9 3A=fC0Q+e&FN;(s6qd$pPp9`KAte$}}aQizu{X3lHH|YYe9prB7c^INl}}7DhHGlS32nbhlF)Zf_Us!Rm;Qll)g^ E)uK1C{YlJH9n)%z*MR?3_USV#|!ebZZPZPsy4H}7nY6eW8G_IGSQ!MlM>3-BgRGJ;TQ@K2;3j}p0^(ANb=V%?~g ;*cBVPphaFHoE(a5Y{YSgviKN(J)Mvn^IsSTgi6uI0tgTbDhG02UQ7Hh?zxCeEL?6tm8HrSa8jlrDnl-hKn^DaMH w7m#FuN8cnT~E`D=8BCrAUCtVgo)t3c+^>!IT7ubaYcREt591@mS4k>y&qIvIV|?Tk6PGU`3XGw9gthddVncs|MV H$cXveaFfIynq^COBAIqNf*BL2e#HDE-(A) tg&U_=?v=V-)6F#$23&FJ2Ok!TbuWJI8*i*X^*e!C3p??^tIb+QvC{^ZbG+)vQ+fmqsIqSBOR%H%h2QnA*6}Mk^bl|VyTMlc|$XKWQJv V_(lPN^1=M58D^0-BI-NiXH*GT;Ko4RwWVRgjdB*NtHAM3TsKFr9E;B$_aGR7p@}n7iyR?8d<7;jyMO+G&TKUc~I gV$&&K7xH80Vu^k?DFMdBqjCPk?SvFd_CEYgnK761FsQW@k+Nj%uRS9b-7JlLF9_s%_AH+{R6quvO}5hFA12-J#x _|HN7PIACyXV;U#IoLCZmM=!^yaOdPwN~2;yD&+DQ2&EZ*vzq{QF}8(f5uba_*%D;gI=^s`(Z8n;;pwyfqn)r()rBB3TEQ#A(htInG&L?C5&ziFf s(Rw!?E!##D*N;eix_NAgQqvh>xLo6CfB)jS-G_7q~le<7=sA2*>5Fj9s!zXi{lZI(5?2VypTZZqEa1vo+#l@``l rPDx6Sh!+m9L4T?tpCSoF(ni^n}aG*Mwq$o@PT`=(G1{8lo4;=`dwt=%Pg&q9R^<-ZVRug)C7%;N!e{imYL ;q0#LAt!SJRQC$EW8RB0Lu22IEGzzV(b&yZV>cInHY#K-|NSVtHFG>OoZSwY9aF}~dm}0$^zoLyCJp30Gi8Rc_*C Y2b_+HfDtv9qoVEu(ZdKvW`_E3<9huSWHcXz#9J6$XbBp|EC@YO)+1;6;zyB#Jb9d$l$Q;g$f{ziaf#BOz=0uTaD bLD-eR-4#8kX=>%=U|!UuB+VxpS-;7Sn%ap4N3|0An(@g4k)u@{lN!7qo9*axrTN+c9nVvD0Fjhs^nzI|YZ6j$k~ P-7orepysXF8!&mZwSwcBljz@Jb%e#}-wo_2w(N4UgLa9v08{CB$HPd11N*u)Mnw55#z^&55%$zE;v2hajMQHh!I KN!Z0xErS{Z}L+$mlGs}nK8sT|ANVLAl8>(IEbcbR+TG)L%VuaQk2#`j3EXwl_~_GPcJ0#)a4GANomc?NSFT+;NJ8-q5Fd8wFBfkEup`5l6$Xc0dPzC *LMczP3F_qWU=U&+=3>6tD*qe37Vt!Z5Q5=pR_X%jAPQb<~y=nZ*OK8{0=fa7i_VcT%zsp-?+?ShG&pDjCi(1Oq~(aw*g9XnDP|8uynBwyc6~|A_|}ucLKE~hq|%gRNrW~iYMf`l9u=W^xuHmG*YF_ sJ;m&o-Gj>^s)Za8i}=H+tfpKf&WuU{T_osiC$VBQyekWLEIowD5%r0@)4ZHxk#d?y;t=s716z&bc35B;mWzV^9? >1mn7-x5iNnMX^mb7fo1<@nC>X6;N-)3{z&Zw>RwRo~Lfe$D!dnhRFy->?7&v{Bz$judt_o)xL`tTG%;>q6qB*#BOV)VjhJ+%`OHv&OP3ui`kMcO2sP&`@55lih9@BJoq6xj%D%u2+ treYYL@cBuH3?NI1}0TBmmh?6f)^;9cR`=1Fgo>NwW{5G)PKd<_PYbCK&PH{?Yfhon-s5;qD!F=F Lpezu_r0Yclc!O8*?;4Z!{>G~B4mgr6q>s>Dt?3^X#3{>+Ewt^`P114zfW3$S}^a`>B+H%usw)?GwgkjY*Pyz=J!_7Z|1xma^vlcLo!Ku9@PS2izt;9i1)=~Z{cZS&)+HjF ^5|FSEJeferuOGVaTr>XpBkT3)jKOZS##}#I5`iI4(|@m%0vUT(U7+tnt*ipH_F0dm5Yn`C;{c%#TT 0>)0GLEN=H8d}3>noEb#BmAn!ykT_SQJQ?vKEk AW2xX}OO!FTY|RG;QwCBd%{pMV$O<-g-_=fZ;JHNJZsEUXS$`EMaL{d$v682@YLW@|n9?=m-L9zjSPgeeYY9&v2< 9wd{yG7rg@%cJ%oV5l%^zN+(#=$Bov=w%e}o$587=(}TGpkxaA=s1BmZ)3ph16u=3J;*we;>y*Bs8`Ba#z?*5*ED |lqMgEpx;SqzW>yg8l|@kU--BbYUNu^5M{X|gf0N^{%2kU+5BqDgZDW{g3)Y^BZ{vh_;o$IIn8YX(!$Cd;u>7$fD DuT+)x^kUzkrXhVk!PyWg`pXxfA 5+<>!>X~iM0V){-cWMzDV@z9liugcgLI7uR>jJ?xV8-7Nt(+qmqJMdy0M4y)b!6`%*FVjx*v&!)4haM0Z6dq##hl N*>IO4xfuyi@1hXsaX*zj34`9;xqgM4-6PvzcCylItKQEACD3C+q#Wy<%oJh26{p%qR(!qM;7B4V@`=0}Ab&;O1p AivEM72m(}NFUQonU65Ri{~B$B#-KYfIl1PT7K<&&u*6c`~o%q3s6e~1QY-O0001BT4huK00000000000000M000 1NZ)0I>WiNAfFHA#UO+`~vK}SVXFHlPZ1QY-O00;nJT4huM=)f91E&u?cb^rh`0001NZ)0I>WiNAfFHA#UO+`~vK }SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEv-F349%Ab?=BRARr+D!V;29;@FXF-78D6omg2MSxdahk}Y{l9PH7 ZxmRP|JNIU0u4E-mp(O;uzNF9s4|ovMvZW7w`hWih;KQJ_YdYfae1) 0$wEF17Zs6(HP_gz$XHB0X`S-iGX*W$8kS;9_RbYdHn7NfIWau!eD0u4xZ0-95m1KfKLK^iGgnhd@A7k&gcA}!Jm zQKLXqic(KiKZvZ?8@Ku1P0p1082H*z(9}D;iz()gq-sXC~YIFTRwmHwQ>6ou>ZLiaGY)f`v4yUxY;}p0X_qT^`3tr-)}JO*IdZ &Cobgt*8<)o>j4}D{PKmI=iF7GHQ+kHhYS8!5sxFQxZanpA{}0{iu8QfD&qA^t2ockR&jm5S;hGt1?1z_dcsBge# 1q?&lbS7vM#{W0Yd}-i;c Z_M*)Yb@(wfM>4Z`k%Ch`#EO~-(R$b>n{S137yUJ^VV>^uQ1=eehtSx0r)n+cLJ7$e=nxId<1Y(=m>ZT;6@;EC!p WOb-%ZZ^WM`%`hBd6eDQ@Y(&y}M?)M_VA;1IO9QU=|$vWZoAxgl`1N(vM?Y9 cebv!Je4N)qI`#DsUmJQj&p;3PdZ>qV*k<53AXJgHzlZ!B1C9b7?;+oRq=)n_uNzZw7A MdI(LMe5trdO6-Xy&SKrm+LO{^8L16(&sSX8j(Z5+h8C5s+W4AzmNO66YyDp@9X0{m-Uklqy2optDpPY-_Lm*^S* 3gwV(PtG|w;ZC!fB$pZmMBpK|=(e)7Q&`ibXX_H#c^y@YgFdkNcjT*7r%03piOi!LEu?*fbge*)-;d~M)7p9EY0{ 2HJw``yUzZr;fG-@K9dc$<0t@J90Iy&FlFf8NM-ebK;gY~(tAxRLmH{3br1vx)Ovwu#@5Zz6tAMAR8{kgBalqTJ=6K(@n)Lhu;1uA00UiL{4d#2E&~K1-vAC7%+_9B-@V9awFWGARjIHF49|P6_A2vk%g+pA={ 1Ex*<{{2|`w;i{h9UCjJBFyI-fjBZ!<64O!{pboVeWfknEek8bNr*j9M3cF8|HbzJl`_R{k<4)PUI61B(P2&p+C0 ^a9-qNg!671<@i?^I5f&}c8qeI$x-&Z-n=i3Ql5{ElHdNw^n3BB(Fdcn8+V%T{>6OvRWt6l0Q&_0fNz4Hy5Jg)_p xon>*u$T{@>k3dOv16*S~5z`O-1)Iomnk3G@8H?bHYNZznz;v4eCu1F&28ZU^NqhR9om}sIJ1MUZ?4*2k?IJzrcafi7zl-+y1G|W~kM1H~KD&$f`_eA1=Nr4Y{-5vSJP# WqKR;!R{IhC|F`B_Kq_8rj47Ubu()?yY-B@B8=AAAH(g&O5f3{I Y*9`Ke~$>-KWoPwwSeAZvnW@nXzSbq+}H I73_l)VTpAr9o!)NR?>|7ieER_R{U7G}VFxKsryt~a8xN9h&4b4NA0%Gic93{@&q2!N2M>~NUpdHeesPd;^Qc2y& zXm4ht4z4J%`B0n-39hyAM&$8;3}z+YS-mFFM5azTyz+@Y+LM#~aQ2zdS@fedi(iub&0H9`Fl**UI{@CB9#FE!X{ )Yq_q!0W1ODb1lC=|2pDlr0W?+iRa#dW`!NF#d6Wasqo4H0fUg!gLXdnM@bzWx<0%#99qbC _^jL*-eOrZe|8m9XlNqkVp5gqxGu-dk4C8?58RF*-z)iwOGhD}+KHdSI>vNuG`~3bBKI!@$pZ5I$pZ4OkW8~8=z% Kz#9U~okXDMG(v(#%h0zMb;9e{rW*k7go`#K;*$XZ*Y-n+F%zW)1~k+&N4(gQWF?@0m2wFB;NG$8)>1?0aY0sXQY 1KPJA1zh)VopQ3hPWpOv`lV5w_UDszqpupo^Lc=Wg)bY7lWqY7imY!nxc~7RsK5LhXs2EX_)Ouq8^~v?L)yE`0UL t%kmG(h&mxl-G4Nv%@p50p{d~ndf7kT?Pcz=b5d=1cP h#%>S%4s^buZu_3;mj$=gubkzuUm~H>rm{V&KP3zkh6U-Jff6-(PN$jt?}szm7TL<*{>=`wQmy-JUsqw||cPuAd` 5D}Yc_)+HT$mfue;(s+l+DcTVVS^o>yMY#X6MZT4f)^#wJlQ`*X!b5_0i+bZ~GuCMxw8Ik}R{HxOuGd(^hwxq(-u +Vcit7!+Ll${nezLc^x&JP%H(87~PRBQE&6r=Y=o9?8>1U(;>9{s_koK3E_DAH_ko;a{(GN=U((?PF#n?=KZ^`xD +d&?Ez&yhQTDQv@(f$p)E(JAMga=)6ASg>%YS_gy$U+FW|byyc4$86g!Nj}_8%7Yg5>`G%Cw2T+lTM}3-D1wXEWAg0DlB{pT%6ug{J-2xL$0&{SyN}V3EJq=hpZli ?&VT=Ksd^x41snwvTf$=Dz^$>Y(3wC$76K#@7E}`bZw;&F22=xE_bTZ?`C~zrwW%&;JkbH>S_1S*O@Fi3Nn;{}R` 2xXu)O1HKQ}#im~Y@V$Ur0k`0~8TX&C7$2W*#{4F(ZoJ#mLAigLX`eE11nr*&{CA6TCO*=c=H36cD1)wf{;0*X3i Yy!<_R|bO+@f7R5B>kyv<-C7Ha^;nF$MT@z;~PXt2(H2CEgX?_(Rhk8~6iUtIfBA9kjo%v*`DK-(p@yej5#xyw|%d` Wa%Q{}I>2I_M972-p4`9yg=?XMq3HJc|wcAGm&O(Qo{0uCJU+JqOo;4*D3AfZqdrN(X(J`*FPj*X3rd2qEGWli?;vexL_u&Uzm9%U)Iw>|6P2)J52jcR_pI&*3#c!=kCQWtv73X39eq;zd!f>2_ 5tieO_(ZRT*4{*16_gDk}(_#*?Q*?L-4;^W5&J8{c6qRo@Gba0Paub9Gl0%SsxS>0vMFQTD4|ywH%h$uc~*wY}`%-nHX;+QVwwo ou(}2hG@%CUci{n!&AKb1J&|c_*@CXVwesdSEB*M+}0UIBVh(du%6glSZH`_f`MWulmhbMQfP_$tokSR1aKfGg;kCQsg^ZFN`Bta+hd!dwe&Z_>^|eH0jqv@yY3)Q-@VIxUOcpnjy}U|vUh4DpW5e_9eEy;BB_G*7x-?x;S&#lQUiQ?6TQ%%?W3*$#Okx+2uq3N+e*$cU>>Qdvk-4BL7AY qT?yM0&qlajq9;f)kQ|J6UI47@B%jx14?ZId+a{tYk3y(G(%6{8A(o=zRz%$G^I?RW4AuTWYU*`^&ERys85fI1Yt4`olsvQyRqK&wt(geDvKM-R5OmF+rXO2t_BI1+%~ZHx4^|u>xBD8E5cIIRwwG-O(^YC-5 IeCCc_};1YHZg_C9GP6#XIiDJ@!JqX_uV9_A5a>^lV=y?zZ{_1N;klN%m}>4O;pVtXOG-0PUaPA!$l+wB$y+Cuqq UQ>5i?492X!;>H>4is`F{>Ot8LYxZ!$6~kT>`+@HEir(p~u9yz>8pOV2n^Du;%sW9Wq851oGoIn|BW()McC+E6_v )^OBQn25<{qxMjAXEv;*e^p{TZ7;QT((gG JvPKQ@FLZOu}Daanf!Q0XN}OwuGL+yY6o&V@8ip9&n(O>>PW6%@#BcMW|NU!s@EDA%hP6HBo?OBNlH#>2J_80a~_ 6*s)hh~F@_4Fd29~*3F@)EAUrO-gzxaK;f1mA#9$cvQEUxHB?y>MZLk^FYd~hnsa6+&+t@3`_Ow%)Z8mJ9uhKsCz }kv8_Pz!ox=?rNx~Q=f%XZFaYFG3eZ^!^q@(A<;S2c_J6WV0fOYa3=R-#ykX1vlY#} V7YD4zPMW;UIwgTuK|{Umh-)cd|VH}F<|Dv$6;G6yt4CnOx0Qx6vHqLr 9Oh_epV43r27wZY_Uz{-l18&|@1*4+t9Gd{!xEA(TP5N}@ffD@1i2?e`uy1Bb(Phn`+qhiKOj4CUbpYb7hb1efWL ls+>isr0OR0{n@Y{RpPnr_|hwZl3(HY0r12|FPxYDQ!SPn$7Qofu9wZtzy@lxb4s#u>B&SjKL^#ex=WSAnM2ia5f vi~#ck6BdJqpeUTG?FG222V$pI98r?;9R$ojfIf9Xoq<$d+fz-##&wuKlm?$D~VRB;#FSPVNBDN#nLwHg=fwt!XYb1z;-R%iS3{c(Pu68DE 2Cv#X>eIHUnq?b%Y`AlgR}~}RWF!Lmt&uRqyKUG~Rit+0xFhNnQ^Lli#uVZah?J$qddA6IDjD08QKHt5S}aCt_}G b4(TYJ?jT~>()n8CLjU11?KuBwirha+}sxD>2V*Z6F!%R|Obwlj39xe=IW^#0iyPq&mq<$}Y;IBOelJbsDvfc}g( i?p5(GIJbc1%az9FQ5r#TB~-SdQ72bei)L|6sHZ8;wXasKhgPPz|q^0s|$_qLOjn4AYN7VI6w{?~d5bYdz TtSZ2sBX#59>|O)cYnxYvwGKdKPf)&X8~!Vdjqz_`auPTCG&Uypo|=_y3k?v_5n~(8)L}+Tc~ic9a@>OBE9$`YBa I@Q#O*LH2X@JViTr$DPa%sn)4rU^mP#t*RuagL;fLlJ-cct?EcV3c=T9j6l~*MI^Ge*OV8qa&v1ax;-e> Ltzlx*i!HVIAO+bm<7Xmvxi_mDuT%DC3K9?L|rn)F&wX&9~l+`l5bLQZ=)C6l&jAg^I`|YbgVHS{zbLw1RnI4HCA`wyc0w Al&Fp|Nfg*!&h)hCIAPrGq)no|Zfm!Q^X__^E1VKvUa5}H=Mk1^TdL*JDQY++&xFE3TPSR1Lbuo(pes>V&)IkcDR -k|&LIoEiW9n+TjOzwwW!Tfqyv=5o+ 74A+{&v`c`KKy0~Z$RwH$*WWxxJonYa?jd?C6z-C46?OkBGWcue1xu&8u9vJm+F?@mnc!)l4(T2*DB}WafBoVCJqoio_jr^%%jSB}^tV4&X27Xuo1_CjSgj5u_ ngx(>MkQ+$;(M7BuJup(uDI$T^%TN>1^C0G{bp-XuvOxBJ_bs<4;X`>H}qu5-1ptVREU*h^Be0eWodcLOhy 5Y)$&d(=TTIhW^Q9X%g<*LXUKN_CsRG$&^T0VH%+IePeclZTg~Z#Ng?8n8N~E+%`YKZlJyk|y23)bUa@j}GrHP }XqTg&R)2WG|%xHcgn-`MhV+|A%md!t5kFeX~xJX0?2@yS9f-eenf)!emX$~&=I&H|C6U0ghyNWGx#E{L`C08xmr nL~Qqz>DIj{$d(c~D2Sz=L&X!n5UrB=tSnETMBGuJA&lo-{6A9U<(|tSA$mXySnd2qMX>mON^bwz4K^Z=z;HRhm$ }l7*q$Mz)XIy#j{vA*tj>gVf4dQyxO+&WzBjOZ;!wnvr^aP` lIW@kyt>6Jz#hQ+aJv9Q6n5FHwbr%yuQLHyhD1iScPDA6KLZx(#DMok$YH_Nq=pUQB!Oykzr108jxQA$)BRD+a>h P)L?gGH*PGSXgFw9@{z+dzF>ivBaK!-4%N+Qjh&tCDdIITGi)NuVz!p(HeKMFYram9(>E-u4;W=D46*5$?*ovImA27T1MD^>RGV@F~SaJ 737ij%%bNw;g%x>gzTb%d>l1)&(w&FY64QprWddS$sOP=7hbgKOHD9Ln31;HNBJ}J!LmvnjIugf1Agg=A0nBQCzh 5i$|N~y0B*wq`&a%U98PN=wX4j~oTKwvPPK3+a+}9nY_fm^7CDCkpf| gP<$!tuCHjqP~rZ^({)HV-&*JKtMP$+18im8Mwh;ZN{Xh@ttUQ6GjtC98e#-48aP^t}{Xo#aWl|>glu#f6^z{QW^ mgIS(6|r*8*K7#eMNPa5i=&ooPJY}anVyzZf@nv#8LsSOUYvel(xbA0mE6%-GNhUw2-K?Q)*&+(#byv^B}t+c!mxc ULCvyWLow^*2Yw{n5WoIjxRxt 0c1{JS*E!DdZD^VT?xru64P+ll%z`I{cQm0#wtr-nulX^v#sqfd>8MJ!CWqIJM`;~DFKI*AheRQ*{muR{`34-3A< I&=vC$*I8bFm5!Vt65z6lQ!pG92pxsqPNKnw%~=Lb&`yso`IZ;R3m ?;WhXA~ZV%VFQ7#|Nq3k<18@zetjB_8gq$-_yKK)Aj3?Vy%y$-zq1EUJxHIEJ<2WX~w^iwS<7yl1MKtRmkqrBP|_ TPs|0ySa+=vD@P`tkG^X-Q8ZrZq8S5z>P4OyTW$2u%E31w&r^}nUE=rMHSyIY; 9Je!c=|0&hh|PS8C98MPRgZV!W^yrc1sqNHxWP-M_xSzp%c)(BEhGT{_U$zivH#opM-G$ZYC>JuIWyyJR@~isgpB 3f}~kCKPaC%5&f~PtJQTbfB4Xh4mZlzD)yto4CJ&1#{dedrQBB&Q(3Rsjs|Y)8Imt3(fZ ;Y)vEat@1trHT(f2;@MEnR#ouW0Zg5q_(~@A?qtLOs#%s0*E;Dt(p7`@nzEzm41{F-Oct;3F9~jdi)5F^uqLW!UX oaKJtiau4W-N5%pjzvN1!H}Q4oorB*M`DA#bEZNFjq1hW^D;Z+n^~JHYiLRQv{C$$z5N9U8}EWV=Ps>TfNzE@s4u r*g&MK(F|Clws@jigFBM18D6|a(GV@(F)Mk^#St%btTtYhRAI!$bUONH=$X~7UFqCi;1ZXTmTDOLoJVEBd;W; @%pct@qeahriZo2v|VLM_&H^iQH25KVco7j-!v6`dJ1!?L8yVG!+_#5}Jaz%J>7xGE4AV_)#2RcWJSZ1F@^>btZhER@kE bN`biNqM6>mV?~#V4#wVJM(-PuHUs;oF-JPW^Mk6ZLs0VGOK+C=%NbMhr>^N0*_7SL&fIL8>IMvl1U2ee`Y^UmWp )Tf_mA$it1mXkmzZ145tjnnqa4L?pFIW%LFe-oO=fsgxdgd6=-Vnx?pq+<#LF7nguwIkxxK5@+A)-4a_H~rUGgU! k3v;NRbYx3>W!8W4kD6JVa&W$InObb+qpE;vCL01QGB`I|R}R_9C<0-WWZJ6>ScI6@No6(3KSL-R!aJ(;m5w6Xj^ Q3-{7$vIF^kyYOnokb>WE`&N($0tQ`TT0L4o7uiklaoyZGGnh7V5MtbuH}0p9Fs413H82du52ujE=pp@fMrLiQZR pQw~+$-aW-u4mi>wF<79Nh~>ZvSh@lq+LW{#-Pd|!{9dlm48OS&p1ZLETPm-ni`KnK64Yn+9K?ViGdZUq{|9apo0 bBM@-RH+k6coK{u}%On=#)=sibAh%k~FC5nrd7_gR=a!G|~R!W<(DCw^OS;6+S`b27+3kEe9ga7|a4B73P#q P3HzoGvbQTB*iPkt7Mwrc;f4w+<=avRsdq*jT3ynoxW~7@oOGof!DGdTjCTVA;X4xQnxpuXCM{aKJ-6z(u7=5rcUS7cwCD~qy6df6#=LkUXeoVu$X_h2iQ^DqTi 3MgdGS>(md>%N86&8u?W>lEn=B>B~J2vkg*|$(#mM?jsS!pHI`S4Zo=n1JvpVMl;CEBRV %3cqNXqlO>$N&ufgpphdn|3h`xy@d@Be`%CR+!Oa#^;vRyIJdS}>RyaLAXE4Fs=5|&e*u@`R<(;Fu5gq}%$<_;CF X>Ud(rjqknPg06a`<4^D8F6`C)=_&a_DVfz-%f0JTe)@{a_n5aw!Uf+AqZE++V3M#Iac()dKhq(f8^|+E7x?iG@98=w$+pwZp*~vdyb@wnU6fC8BqSxSL1(I7#gvF7P? xd~BxF^uOgD45D@D3Qts4G`_@Q4PaKrgz6Sq^Er#w8YR7c(BsI9veTsh=X1g|_lX@p(wIn`~dWd|`paDWs{Y?`k{)Gsa>Y6!*!0wzstJ#KFG`?|aXVY-tR4cvh@o BSNRTHASbelSGvhUPLwfI{rxO&TO5}q%@`B^WfnHJB~N@rF?|Dk7-JP1W+zf&!TzLIhUZ~tVze$gJUB>_mFwefQ5 FQ(LqR&WL-ETxC#r)Av<#hM}XSTm?pg-fGZzZ}DIR>UJh+y^rkVm0b_K;}fl29Zh;qVHGj+`o9sHMpVjX4SWo>h* -7^&i4$8Mvx+YeHK 8ZQSAYnkWgIrB`Yi1>IRPonoo*aow;oFE_(cB?`i#CmXgiVWbhS_$X<2B-fG$m -$Z$n8G|1|Z6^jXz%lWTR2gArer)l4`cBXCga#&IYorO0oGiJ$;mBWtZXK$a}l#FM|4plnhbAzFR#k<`(s&ca@*h 9Ff#`}ZaYVo)X!Hi1;9qt6w3&z({aa$5eGO?43t23qeyH$}(ps}wd?XxnzThlRH7ijxr3OTwnv29XZKA9$` 7oUrF2t(prN=k~%VeKRS>uY$nW6b~CqO%69{TdcEPEo2&_gN7l=aj!Sc^`Jiw)J!I0O6HrATV8@1(N2HM=dlDeb4 xhrUpGq9*;Fs=YI604)%UOat0W2!evf^DMv;;o({3C-e{QMJ%8U4tyxnG;M_25bthZXKSev2T~rg2XloDz=xAsyj ^>g*8fmqYO%adqq!sFEJl2`4qbC!wQ^}p=*xb|v7Rc(UQ$9JJAWA{rmf*Mz1-1b6tezIIG`^4f2rX|}0{`TVvDy DFS57=EQy2OmxYU03m)>NXyTY_k77Yq^H2|h{gLi~V8Vv%4rDRqYd@Jh4L6T7vS3QU@$ZLz#bW*~j*X>K=R`v4y5 3DKDvk*vnDY-qKUk04=xG6M4>;%cpqPW>x`B=gy%M)HtzU~rde%9fNuLXbO(} dXg@F*?&A!k&Vc{4l=q;$2ONDP?X@+5`hm}Tp@ZnewzqA&ffk#ml9$Z05$Z9#fNem<=Ey{OjFL_?l7pxRPD;>icD q=P?R9$*}BL(onTf#0g&CssG6&3utDr2(4GBD}KSgqvEVY4fVgO!CAZbDjBTG`>-GV{r(7(=Qn<;166l}H8CHJZV !2rbXvT&I$x_NcJSRJ=|_^g<2|X9NmMW;o5##tu3bw{oQ1NmZjQ+F-8Vm4l=;F}8(H( h8aS}(_gzh#7?MesWv+L*ixoJ-yrpSQd+L&(V@9N5^Lx2DUI`gaHylm~Nt%cRM~stf8#93dPNCOtx(SPS1p0aZ*q nv)ixH~Y%}vmmX4ACmvKOwj5iw&cTE2yf)TzJ@+~&UXb_So=P#>8gYVq*;!v;BzT-0cjKJwVY{m5u;ie0o`IJt~A TwGhWE$KO>{4^1;N))$qf4zae6(NOrD?0#_=o?uRrgF(ZYyZgJ$-!MCdwDP*4r Q7JQGcg3EL_=DH7iIw)pEY{MUIV6OH6hs!ob_Xe})$<|cJQQ%av0Wl`#|wBVVpK=2}CcV{z5RXtORV!fAI_Z~Xg$w7MhooE pK%BYld!bpyKYNwDxq9-t*-FcoMciFL$fZgT*Lvv@LX33V#pY@odzh*oK?-%Z3W>%Ixch3(ZRrY>0XNii|*3fg^^ aQy*MG!Q%Sehx9Kc{vh;KmCb*r1gM|vznttBY5Vg5@i8;^&*TT_B7?%A1=@?K6l`xaBPk A>ask~R>>6EQC_g>Bk`kkh)9&5Um;I2>qYSF!Ba4OKh;8aWKWEm^Ggl1MtSZdm`KrOvXKGBi2tX}aZD`aXEE0*IC 4Ry83qq=xESX=AvWmwCMos~`AbaR`pWHd)o4v;Uu&sQSBiTVFfO9KQH000000AN~WQ~&?~000000000002TlM0Bm n#VQghDWo$1@LtjlrQ&T}lMN=2K~o|KK%zy8FiD-UL=AR lff09i);qHxAw~&riV;LdmTB3N9LY!IBRI4oArK%Tq->|`l#@kLcARo5ak-p0aycp6s`!V0IHi2=y`I_Gi-aP(D% rx|&GdA?e*KQ`z3$x~Tyw=4h0j@BH{d$=PNjYhy8YdXKUcnAsSko)1-clt3Df}X0bLH-54sX`7<3`%1n5nmf1{uO 1N8Sn-*L6jMWFS>=W2Q1eYNoUDCqBj9tOn_bqe%K(9eKg1NwQ;I^wVS{H1>W2R-hGn*K!7Ux2;~^jDx*l6n*LcR} B|K12bieimBHt#^_mZ9#$UF}$5IIdyOr<={@Av|d_q2Zh1>OECXea2b=JO7`y dL!GYvg?s=5BeU^t=EV=y`XKN_kn&0^a;=i=wE|wq;-S7547zAV!th##zC(FJ^2CQ^OS!64CoG$4-|j u4gLO|5dN#AC(yN^=RxlT{ZG(#&<)orwHeg8R@O0gt?;>ct;}BsBQFJA4Ehexj)k(m%?pM9?F+?@I~U6M2NsGv1E 9^ISH{O(1fmm3y|T~;lUc{VN*J8#nOZv#z&?pP%DmNH(oNPE2@`n^fFuP}6c8zN7;rX9N9ZTfkeA@km4h+o|Yx*PPPhS=$4L-hVNJ*qI?i+{blLHuKJgWyFCS=>`2Jv{$g`$V-fwFZy*}Ki*Q47{=>DH=6g>HAqsaZ;M$yB6H;RAOu Mpg_S4iAFu|oXwZ&wH||8Rwj|IrH3?|W8?JgZlV-);nb0rVx%6lf1RZv{QKO6>3}(2syFg0XI=c~(oD=U0oI|F~N C{tWba;*a3m0Q!}i#m{~OnuZ|%1?u9tuUT;Dd!P@4?gB_1AiGDz-c1PNZ-Z`MBYLWD5kF~bkvMv=MfCh|i|`+85& N8M5qmzP+s}gT0{w=ji&`blA88eNXF;1l|D{#tt!ooMUEL=0>}V5z?roF)dq4}I**4L`79^R6Ku@ie{P>f#GVbPe LL=)$o>onFtP?&q=xrqLI>Fsyhl^6yKV@4 EiAGwMfDppzdbT-}q+93-7yC=3N8&=b-n4ehu_Z&@X^~4NCh1(g&RUOZ2=&{PU4ciIY>Ef-9fW&(olP2l~xU(f6m fik#oyDtiBC{rvh?vCmJpNz4j+b_?Hk^(Yl1J@!byp&sdXL_a^>BXT{j=~sGW{Hwa(OpoBgCzZ6*XN{($=lfLU =Wf!Uz8?#AhvRF^E$70e 2nTKvf*>8^0PtHhn3VN&*J(#u3L0F<+zXQd#Z0o_5FTLDJMOS3vkDIfIcTQrTppYd&*f{=O~GbFY9)|pc)CulUIV 5R8v!)p&FX2$16h5lz+ac#4qo`^(d~xxCU?yD#2O$P#isl>o1hl@PDc#XV 3@k%=HcJ3kf#}qbUDUj{KMsOgOFkQk-R##KmK{o>r1m4J8-=0fx*qD zU*eYdb6;mlXH!@vp=15%y^Vq#Y$f#Ji9@fxFK!*MV*4=4uoFhc7jDqXx;A{oPP;IE(uy1VZEwKH*qKNqqP8aO*gkS0(;%@|xJHba^f?C%& %sn#yv!Q8G~d~tk-(F`Tz|ATU>VwSMqkeJzzt(DTh`-uIeACjVSZzmnX%(yTcb;}!s`1h@V1O>E}f<&cmq&Jaio( >B@=Xy?x^wMQztaRK;$85`m!jehoC^ -ZnjjWY&2BAgh7>gS+OiV#$%UU1H+2CXJ4H*vJWMKja;-_5VMqzJI3__Rt(pa_fp`go=;kh&`%Qq9;K^maONdKd? v{vkHW@7{Ppha@QPUK4#Ih8kHrbU^)Bdk35*s6%J2dv{(!ptSPGq{oj`v+{;f3SqH&niNq4mmkvznS)EfbPOlnwb oIf%OU>f~|~<*>AbGmXE<-E*&0N;io{W>T4xla<2iCAzxrpe7gF$;xOv(&z(ddy58kyjTDDdnhKtpU~md@X4+>W4 00LqMv+T!902U344pN&U0fp`7+=o=;oNBONCChjgLFbu5$bn$s_p}3DwDLLxM7U&DY7>`ek-t$5r@ylJSRI8En-fwx38^`d3{GuS!vIm@1SBo2-$;{L7GZw)em+5uq64#8Qn@hD}_(6cKIPTWq|&@pHH%T`Wz!DZ B4j%P(B{u#wc!eRiL>7mO@!=0l1FqWo;n71bqfUKz4x~APAhD8F~Y2zC{R&7~2vosGG53yy7N?i n5Tki-{Maakx;gZE4TSrY#TiQ>dw(WO0MyNA-59UKrU-!*v1Xc7K{O4l75(Oi9I2fgsYL{fk&dm9E)(?HFZe++>| Tvam2B<9;M(!F&{Ql!~$`!;EqKn4V#ou>mAVE2DdH&JMIpZfOo8oXC>CT47`sG-ZM(DgY#GfHf>#Htx0NI`*bPU8MR!|S 8!o89V)uZ9q9hhBo^}I0P(a3{>8$hK)q+m%osvn7T|4V3gC9#lcL9`L-38(p (z|Ni}vxS66_A{`rufJ0rK58riacP@sc;8M*z8{-m 2t9W)~+5JR4{b+c5laukYj908Ab~A64gY=gkXY#kUH(^-C^|P*w1=s`*FGccc*Rg%gc8}{3V_J*5CkRgqG0ks8=|5+70H;A3?>C}je(F$icv&qD#*qNCbrsQBPxY7a*<%$38=z;#lg@C%=13 t!BQ5wK+#qT_fHv6#-V(O!NjR-8wmSgMZpfwoH$Hr~i*jG~ fBe4`g!LZz-T^pyJXAYXW{akhY85VRC7leFFvWCIwQjaZC^C}n7E$*yP*8X$?R{3*+P+u9*=|+$cPeaRVJ+IUKG3 O5DGouoGE`=57?iX-0kjdUu8mgLa*NT5)wRp&?rXl?LZKup3q~3%`*Jqiy}dQDu6^VBjkl~b` _{L_+t;p*x2}tCh*?%Fk!as&wzc%NY%tsVRs}0Y#h?@o@`*E~S%pIN^4tnLwPyY(f7DfsesTWQ877qanU%(Vcu^dcQ81;t-r-6l+=1yVG*}_?H&(EDGj2Gt!P6rF0K= TX38R6Vfbe)FMX!tGB!k>-uNa7-%}4?uXDpZK4hY}QDT}J =9uMSHBD7KeVjXl_AyL62_YH_PZg%;o<#3c(EcQzpQTZSaXd|73A1SV1k^r8DnLsf&%<*k3sayk6rRQZGZ=rYFv@ cghr&~sV73wc$HbbN?^A^txauo#k@Mg?rCUEs?yI1m6BYK&qZ$2+7HutRHDB_;hm?U{OWy>l4{i$26LbB6aOI0^BjR=h(I*>(2<7;VWL@{o7`%);%zC;6d q@fJqxd#C02P7a}sV|U00#jB8iN!u7Lon7q8ZNxZUB`;bhSC25BBo7g&iC%(*ZoHkhsUP7f7vM-e2XQz*GozGI?3Ojx)GKI2BUI4qR~vtYy&9>9fyp0r6?Egwd+vFC 8iqV*y#CD7vt3qhg*X=)v1iGbW!0mInB$}@RrnmkZy@P8Hp~>Q2(zB0PzG~6KvjT^5ppeZ8q#|?rcBM9F 3h|gjwNtJnq>d?*+X`6`+VUXd)`IzY(;rZ54oT{i?W+UGX#KB5X`du$lYey%U%$Ve2snPm~RO3?u*d(3>o!2VHo- NCX2LQ$b(m^4g%j&Wp=a2x@W+tBj@d9xotw7L;7E_H-(C!nMm$`=$R#@tEVQZivEm> XuqI7Z`-hBCUZijovhfWVxm#BrvJY9huGHY7%=kMWBmwLMJ_yz~KEc{CQ8<-^RHG@gWjVg~XJ3u=-bwAS*Bq+WG0bVLrhh9YfB2leOjk!#*mrPVD+*1sD7_YBX+zCU`e^+2n9 f>7N7<}4vm84mg=ZBXP*7_67!P&=7Zk8p=*6JqVvrJp_Y$_m1V|+q#ssTD7*#rx$jJ^?@+2t;B%_7z>?+pj((hjk Lr<~Q5E@i_a~3<;%c9Rsr-iTbMy<-cNmUil3XXGVgubL_lalrWFdau?GT>llLKFR@e42;`8B&I>+~XlE!@F>K{SwX e=yu`^cmTi!8N9JK>(gdi&}mu l$47;6q?chPOMz02}x0eLu@`NJE$%KJO`Au5Lwq=M7+l&M=GsWoG1!;sr|S6Ho>%e>Va-hwZ4tO~%998)> }|9-+5!jf7=S9?evu2aLvlgX$v_?`WgbU2g#cKKMcynNa}qK06bm~W6k_LV<-BPl}wFZ+0+PcB*KkSg2A eNdD#whlW!=KmGzUqNVnWNWZL`_xF|II7Bp@DXBbVIdBPv1MLG%hOFt58L_yWlBCCXLG3Ea)kQeV4Upr~=LARLY{ )vA(cG}?(&&58!t;y`ln8joLuKx;?*J9mY~_hmzVb`ba;(zjQq?jfT8-y~0F{qh{7754DTqD8XH!8Wl?y4b3~ZCl Y(CiLN&Wc>>yXTRx-{g#ca(QRevv1kJk5K*2}%GBf%62Z$@s7W{YHXw%~10R7Hh=NI2YQ C$??FMlHC~|CMEM=|H_;2!%~?9WlpicC~o#=C1Dkjfiq$8NQ->0>`;q_o@K~6?c)#E>!FjkYSqeH&C7sfDTMPJjT h!l2ggU)EIiZYQ_~l9KnIXFCXiS0TZJkINF{ hR!~S_z7eiA;#EM*ElJeg={8lCjejxF7xIe>Cr-Ok@?6R}S^OXlvR6C7FeaSd2b3jvF6GqP25;;afXJ)fTkvtgy= !gz6`3Z)w=Wk|sxmr#*Ht!&2>0qVG`HfUpPfGaG6bB!pf;(_nauwFdNp}1ReKa62MEi}AGVl){6&^1h6^3G<9(YW~b@0=ZB?RBlbW3mhm_=arsm0$xyX7>0?D+f5|;o!o0?*aRnesJd-@MgMRb_&p65T{t^ 1s541jBeG`N&v(%BLU$l(LS9^-;4Ni1;Xf1haQ{Y4KdRlS0L=hV_jA~BP#9zPVgF9|k;amE0<|te1aJX|>GbI)5k wQJfO}v8N#!rr_DNHxc4R?f9))6i)I~W3vQqh2|6(XR6%??@6aWAK003ZGWmEtF0000000000000&M003-nV_|G%FLHG+OhaEyMN?BjM@3UFP)h>@6aWAK2moMO WmIF}w_*pr005_w0st=n003-nV_|G%FLHG+OhaEyMN?BjM@3UFa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ|waEm|R uy1`glufMO%ND2q$8BxH0lAs{Xx1OiDQKtjku2neBPx@V?IPj}O|JCh+IivlY9zV876S(JSVAp0)J8WaQsTtGHuS MmQ=y>;$Ax2Gor_4hsB|9if9(y4pTJ@>42>QvRKs{8vjS2!ua-&w!yNW0^p{ Adrk|2z0*N(P6TWR><0W2;0b_V1N=E)7Vts9jRF4(m;qd4zaYTB;LH 0l{b<0EfL8;49`ISfwE+LJAM5|uer)HLYRv!j8tdBy@QZ-oud%%+*!@+2UjV${;O_y~0sMQ7?fQHe1X}>M15N?#4 Ef$=AcpqR>nwM%!OH+wmvIIh1$Z~$XlXC t=Kwcq1i@zjM>RMe-)!)`X_mfQgZ9ITu^4bOz`Fp)0=^G;3gBix<@h}CQ>HHk1gQwtI)dx$;3J5aR~$i ncouLcnJ2)5WgQ*Kc3uJ41-Q;pod541#c@6!a17vSM-l%Y1bjf&*HJ9*>Z7?1uRof2kUECz@$<)!E^KrR>EX@>Up t2D^QXsxh5=r5Ea&G*!1ZLkAIo|_JeKnn97lZ097lZk(s5izn*eqKPB@Nuv>5Oy!21A40G@L^+jGzH#JArZPyBiu @awX!j_11i%n2OdwNK#v7ALSB6Hj2f=AFQDdQadw2~Qxt9e4uisRc4!_$p!pU!<@;^|z+d!5d9R!(QRM*w2$4^BFr{ki&d;^nXH{*}`?{=pfX-wgn#$$9{sD& uJB_n*Oeec}x6moJ>bcBaoHK7Q^@wrAZlIbQ8&vVYs0$$8%4OybK?XL4T72AnJF5OAU3!C4r4z$?!pp1gJz+x?BR x!$G#UJBR^*bTVGIh@CZ=de9L2gFtvJbVuKoeAfXKJ9ld*Zix6;Mz!L!TGC!8ybph$f4=><*k6gfh3|maR+IlhPanfRr&$PvSFSnTEaWLSw0FPhH{o($_9M6?5G<>>{^DyE<_ O}kW9pKL{Bp$p5*arB~g&c>CFJk{EU&QANE@F9yUc~xNx`^$%=py3VWf!qMR|0-R+JBL)i;Fn!Tl|dpGQ(ie;6Xp *IzHuR#Q)2F#`=B-I2`a*yI=ic(xI{5>3cP_R4|5BD)2AnSVW$E`{%JF;hQnvSxmy&+Ic`55z@8>8B 1a|A6v;6HY<9aPz#_`|xGLFOkm+`&xE@Qb5T}C>&)bhPz>F-{~ey1)6ZzAjKa@OB{IoD7B<;-{Oqf4dX8|!(!QXG>xSoF#*U8UsBHrC}6VvayiSzLAP2ATX1%zl8ykpNN-pqbay_w^%yTNXQ^_yAVA(rpR n_12&H?w~?15N_G<7VQ~N=vW?0Kc$=^-f*FeADfI&JvFA9!rP^J@&k`gzX8J5RbmUgmmPXCFG-TUc&YF_!9R2uS< yM!)_ryuXPLG-}n}`d(NCjVSCR4ga{a1atrZdom)AMJKV~3J?B=|bL6dT@0qs}FVDM`` ER?Gc=_h7EcfrXvR)BN_X1e+HqKx5Hr9W{ZCvN)+{X9sx{dSx4&YCKKkNUBeDQ@q)=dF7xP$!Tj5~-Ay?1av4!wh Tc#Pdoypwo8?M{x@v3If^7vIToy9w|>8NWL@J~Qv)^W0rrpW$5`zk$1KzVG6CJn}Bi`!#p5|F_-6dA#c`?sNBA{` K!>Il~Qp<8G6a?&khC$iwVN#-8VK3O04u$&|BVY|-){07GF qI>llzSixu5NP_I| eO&HD`x9^g2x`2g4X*auke9uKhm{s)K;N7?;VfEB>|9^m+V=Ru}#{~-6ny&mK|{}2!&ad7v8q;q2*;&`122vIAz8 gMGcW7NaO7yp|1&-^v#V~s~x-lmVReY-uv`TD^lq^rk2!v4H#`Br+A>!9ON&cpaei5HU|Wq+mv&H(Itl>6PU9;N) Z#&5X3PW=tX>$8uM4u1JDmUI4Nwr@Yial7g(`&)_>6jj>u%x`oX`3brgwRQ{NUA3P#?A4lh|vd9Zz!o?)?)is9ET_E`QPmR#b@kfQeE;32i4Vh;5|7th%K7=)QjXVVOF6!i4eq&={9|<~$M3SGEa$ 4F9KT;J<$8Y5(jQ&QarymH(w$YGp`5z)GvpWddxms3E)aI`et9chU14kDokGdU5LW9KY+HCtrK-^Q8MLzrg;CeZlt k7bur3c!A@8_Y0KopM8Pl?f4?!pZg;5=ByXF51soW*UdvOa@<~fk?np9uotlX54=C=5A4Tp{y_O-^_NIbrUPP01h tpgpY2{o{peq>!2@4my(j;X`{{50$nnqqiR*jDpUB5tWA`uG{dRxmyj213mv#bfg@*6@7p{+sUju%k{NDi1!Tn$U O8PP3b>ia>U*|q`?(5V$d<-}XaECX@hn)qu0PsV=U8SBkIlp(j$$jgUH@Q!K{w?C|gtw^o*!3;W*R^kvKYQ*i@b&5AgiIkx%=^-#H$y|DEe}%sZ@Sr+0`y2fahN@8Nf-zue?q@aTYhy-R)S>a `JnezsKGq{=EGj`Ivvd$9`?}KG#*_efHy!_ermhf1m5=s`rUM_ZoccebbM<&-VTCebRy81LDy-fCXvS2b8;x`hfE L?>-=XU+Y7p$@qWB_O0;|Xbj*~zz1dh0IrF7Tlf#In)4Njme!KS`H9`X}){`!DWiyZnpt>GA*KKK R>zaelw>G4X5fk4YaF8+_zr&cjC^bKP$DZ|)-}{G0ttgDW1#* l==TYpvbv@0hICGBF*<_0}9@i0EIr@Zt2ef%6|I}pp5S-5RQc39u6q@Ja-uD{pB#e_uUmz!8=kOpsb4>S4=5g*dI {n*Aak1x9_#`7&e!H-oxlhXMc1t{xu9H8J)4p8XrRe*vYcLNF?d=jt+^R&-rIUe_|l+u0nAAmB?)z76AK VJY8y79$KO7U!cK-phLX88P0Kv}OJ0t$X^xN=J8ebbfMo^JsPA210}=*gZdb9@e1ne%eu%52{`E3^Eo0A>HY4N&B UdjJI=w*Gu7*d6e2K*6^c0A)RGy-G^)`A9(Fk4{>J^_{f}>%V#x&f6V;$H+LXno>FD>{U6gUtEpzy9=Q30ZUfn_^ h^iO7&)^1B!lh<26!>R~G>aAD3N|?K=Z-p5W(N?00=Fj`RL&vHqU|3f(zvE#lJ>z>P&u3@CJZrL_rHUYq?`b#3r$ke)OzO{5u#>_Sw@d-xZc`iM{`jmG?BD$OA8|&2{oJpwO8&0EM2d31T nwbT`1`03QZC7jPbkwD6I^I>fi}fI`QPS%>4CT9@N9ur9~@nRVIUHP=h&`dxcH&f7KycUX_(IDI|#f4BA6?>!B6+ VkRiYoecZ>+}5?>+}8 Zt{*0CPygmPmz5f=V(EASoW&d6E%c+)qa)81|{Adp8-!JD7?;o8*y7=lG;_XVilkV(nunZ{s%CWnXjz6$F>GG>~|JAvqYvbpV9@Xa(?+>2Kd>_mu9 =Gqo_7wKu`dYXL>p#-cFWQ6k+z2T9=-=)6ggx2bJ@;gL_TQ6uaps;}uU8v#y{> (hq`!&FA05_Y*aSZ2?9v%cJe8Vw-!p}VjDCbwJ?8AH)0t(-I6`=4vxI4%9 =jYgtGcDhh25-u7zV5bs&*Vs#Go5VTm`=X8jlr3n+~2x8xxS9+Bz`UKL3z%1bXdA93SEAJn9j?a1pwsQl(e+bvcGofzM*yow9E#I2#QW^bTY#5C*ujzx&JI(-C3ybFI@*bWIJS` rmLmPK0niDgAG!$Z73KGSANv8)Px?VBfT$C^dmzW<$%9hCZh)H{oKpSf4*-Rqy9`j|w0{C_i1+3n!gX=<4^zqyUI BQXv=30^mXm*!3dR9G^&^hMT8E~B%LH!#*AO}e_-DbZ!%}*F_R!(PgTjxA7bpLi{eRp^9G5EqMZS6FB(`&xlQ|ye0E)bP`^n@t|9LX!t8@zK>j4I@0~C4U%~QyarBCB H90_hN6fP3Knnlm}xtDTiny;|igj`I^|ki%oqZAcT=G@^vk(UE;IN6;0b^eui(D9^a}E+TVKg~54e)}_|}!g!)<=S@)rSKE$i+V+?Ptf$!fnzn9Bm2M4jl|2FZ{#@q _D0gt)t$r0)mcMmli9Z7gpo;M1TpU;Gv6${V+{J u~k}sa|StK+$6?x`XfCdI!rHc4tcU9c$mo^}6Mqq@y$LBwg4S@Rx$;cM@+#-o}s#Qo+9fKMQyj;EG`C<=pdz`$@<5d?2NI)iRg}v3GjpLGss&AHqDyInu+F^Y8j~O7)Xpd4&Bs>=Dk-#gA}2 ZheIG=BY=xu1{G ulAwRg_8P3x=&v3mx2>7_*!!z7J?)WYFjlchv__5-%G@?Gj|3QyRmbh~p8WknyFci8;=!TMv;GsG=lq}bJjd(O=ZQx*KTrC w^m(rP5igK#?EM1uSEs(f`tCFM@(Ud2;6;|V_KR%qhA(n_w|S9tvi_p+cQ0~3yaG_{X&-x$bn}KkaDA@-67@AZyh OTn#!KYS9(alS({BKO0Jz4>9KT~sZ(ZX3VJ`5OPG;S->o$L{qD+?=8OH`4;DE{#&G1hXab;#N}^s|9JT=@*&x`D PK=}o9#UQZN7gk;El3A-zL3U_&3tKQvlJ_;0nMe1)ts_9SYwi{{H%1mhsS7ZBY{t2|4lk_Zz>(!0r+=7xxX%*Ry_U#pzyI94omC!90Dlv <%PqTZ`2BDUGH-Ng)UwMDC_rDK*9Hi0R^950z4P+ODm>T9=ZWg=u_b{X_bfiA^gcW?z2)l_?`3_=Q1so*n`@+X{hYi8`*YnIZ1>ZEGXI}lGp+Nm1)$PfK%qnD0t!EJE1;~;FRaD%Nr0j ^?gA7%{rg(%|7X6y`wl?C*9l)>`d)yt-VX(ob$tq;@V5^E3V!_?Q0V1WYo`_O8f!EEqieIAKL85-_;_uO!+1JJ`M0R!J{v8p6>;ebMBYF OuXCoE1bs%00pl{f0gri1K_`bzpH$W^Rvo^Y30Lb0Sevzg~2BPg?@anA^SIaqqOe-J8i`IzYI|Lr1v)>{*K!?9sE kl*_imf_Hed;!f?)CYD8M)-_aw8Hy4ax`o(~<{+}8_eEjkzX+3Az1W@!G2Lg&6S>H(ZoF&x)7H$%I`eqnR2-_5?6R{pdGxF^zY2mBKlrLTO8c)Q} *v>w<_1r&Z}+Bmjz^{x1RAE3zZmv6=OyXp9J@O@cFfTF*cwsktV3Gh#VLMPAPCarwh7bdVDvnR0Kr%mAaz6B_Hot 3sttDJG`wj9q70Y#6}w_RH4(`pmb!HIys29$lSYf?IRM(`7Gww!NI=J>6-1J_r52hyR%fO0P#k&kQ@Kt)n#z8Bej3-?#(=8doyPT829*8qV1s7>3O{}=pwR mdrm>u_@4|kL0~C4vAG;7Q&zYVM76S&mrgfjca96II@6TZWUjtl#{@*<_9bjt@#?2hjiwpI mDNb=5RgD+@0fd_3m6}ljf$?9_~TFD*^Z4BORP9?c0-d@b*1Pr`GyjTKR(>K-pK;-76iuC*!ym`}4=W)2g5SU~kf `mFA`O{AI*E(wnpAk?ubQDCg!s+$XL3+Kc;e{e2^sR)41|px9gO(#dgqq?7Nj*+o3tv5WUB=Go7!@|^#Q-Jg>uef kZcoSSV?NUNW~^##(wL%P$!C2}s%O}aI&H?8~m{k^0s?*PiaJ*7xGyr9T={+Yo?0A;^@zsUK@?#ppGcwger=JV6K FLwei0XzV(DEn-Q?OI$;s~^Wo74CDZRawq!fWl|(ydV2F7jQ@9I}T9oENW@x6L$ELIAM+XvL&OIot_8(IZ=6>?kLpV;a9m0Nna0v1I^FQQ 1wGp7mg;M~rl?KQEkaYUOLkTZElJDlUcDxm0n);*l~y4&I0KbHcEJo(g*LFYto4B=7qC7U0S4sHNE4N&yFGmd1w8Aqj6 uAF)_*VmfIu%0TQ@RN;W*w5RKVZ9F+eDWC5sTTl+KmW+mS2#AU=LV|*iavJ@gI_TCrDM77*Ry=>$8y{{?0!qjx7D #6mu)P4Z%g0D?z@gmA4SH0C(w-}yMcKh5rUwfmXJalUptj`PxU9QU!K?D?w(U$^((virXoe Am)HIF9}Q=s31}#p8Lu(ecFpj^oJ}?Q}f(j(v`|cA*fUYOoFVR*~ON0(?O5A8Bjg`a-D$e$Nb5|FG>VHit7#V?9aG9Iu#`TK4Wm5VT53pf^ XpZX5>3U-c8efOK8`(k$#b=yQK{L4#NEae!sFZoy!F~55ezS!q>@}E%JTr wNv(~o$dZQgU4BWyPNvs{>s8bxf{#71ZgvnU+hmt4HFrMwrbY}<~x8N*x29;R_2BFy6~$XAswt-a5tW=a;APTem_I{7J$FAeAvE&r>s1of5%& U?+s`-_tjyv>&oKy9DdV8r-AoDrh^NmT)@llJ1b%XKiQLkLwEgkyR>2Wm{|Z0hyM@MrMC%!p*eyPhq8;YLR>pX|Bl~9-d1ODh(#n)G&(*9AcOdO|xGy5_G4| ef3~q!pkvl|pv=y$$1MUFWFSHE5qlT#pP58Xge%_-3B4P2EVp8jK=jahhV>h!|eWVfMB_1kfMT)lR^7lZR_QzYLXovkzH(tm;8P``>-J8n(jr$41XqPX4U%~z5Y1)rV>;>WT#kX4Igu9F`BavZzg@lZ-@tDK-dPc85buM3+xrt_+&$WJ2kvJgkDO0 zXYYf34kqLJdnx*d_8+Bs@Rau0`fv#p?W_+ZzMg81I67YgyW%22VrUpDaH_dW|)4sn >>4Y1(azY$oR$5MzU{;oU}y{eBM8CgOLb?2CY($M0=N-vas_w592v_A9_k?U~q<%*8vIVYC6>L-wSA_Q7{s+e8)? Ir!*d^pD@k+W%A8UxY?jS+_T}OJph0v;11h!?PFc`3{1ADY4@fohogdh2Mp^9YE9xe%REv)eVY|;~`!;#Drjq&~f 2o@N99K{{L?_wd3%yNF}M%cUjcko=nwMkChI@N*d!hJ$yxg;> 12H(mtBXnJ-oDgyfz)~rO&l=(FvS{ca{nrx3tp%zb!mXTI`*fb}HIP*1n)vH1NyMIQz6yEw|)c%$VP8A9|;qb>a*q`!{q-SaE3RgVz=^^-5-GG^%QO1dr{8UkbbS@d)VOLkajYD5Lwjb>WOs3Mg^&1jO%jdF#1JYn`T@Z`CA)l D>mWIhWKrUJhc?#MC_KL-^I@W#m?&QDf$40{StnF6$W2#MW}G;n%LX?h~HL^6!J+`A9oAP2cY$oAB u)gH=nH^D)r@|29n@1OM+PDF^T!)LF9n)<)Vrfb)hiM$T;EM{qqnO`q}tt~>GD$MPSUqEFduuiPuVarr&od(Q6VY ~W+r+wi*?zn!ID_H2>CmjRE!ZzO)d!0#%rEYV4AiT4%`V+-FI`NUP&_rtmNLjZd4;1b$*G{sXK3ZaN&=3FE+nx;rBh<4+!r8_)V+xL;Oxi(~ssoqu4QX(Y_-L5h(9Fc($(02cDnfa64cejmzN}hzoad3zcGFn;MqjLS5ow=k-w91FFMhE(~RvRe_MKOX~XkpQ}q849p|0+7x2#atgUaP<=hc #(D6z5{TBJI5ghaQA33L+E_5bEpB>Tr9B1$RS!kkNKkfBfbhwAfz5;l-)xC*Vrkv?)Z~4WJ^sBgj8^4wD`_VA^hM k$Buax}FNBT4PEy7Rqn(qSsJfJVq552yxhIhrj{WQCmvyXl4`9^@Equ&PaR)^6a>wRlO-q97LpMc*6mcFr-^9TG+ A4cCXInucpzf05fjgr50@cv$o{#e>~tPIh=ADR{)Bka-mjT5>BDEjsu$HS%QH!VJL;;(^4Z!bI_iQj K=eW0bShWtN9+66M!-Wbmr#@Ipb?|APz$c*b8Ke5tZE>&{*V!0=qE0wa{#Zn<0H@b8DxXzmXG83|S%YzL4xq&cSE O(U}`9c`KkgfOT>e*baknPLW<`?qW?n*6stv$mRq>6fPB`n0b%awYzt5K^J%JtGfHeU>@rQ85s?<{oX8k(_?omK2 Bl#1m-rWhh!3c-_n78ST$l`>u~7y7L&QZO@yy=X#5)RT#o>_DZF?a!6#*?J{gtyQ`TD5<|#@70=IgSXa^*|E}@-L 8`7Xk<%;y1rb%&N9!$xO! rIbf$l2v+;E$8|Q$UdcvOz3p6RBD9vTCQHKl-sjmrLSNe?aeJH;Jb%b8s?|~vT}7 {@-gd1^UJ47PLRYSe&N5SRnwz>Utxf)Z(V!*27Cs!I6l7VVL`yUqeYZS^|h3tY{so{!Vk SmsQo#-Np?=6(7I;6QUEcRef%0;}v&dc)wDK0Z;7{_MDRZ8PC<4VQx9{S1~`P_g^)z~b?s%w52O=pQFZYq@GMKRRFOYV={zC=!p}$Q5Q~Z8#opV2NiliG1Tm=f- zPgA~1{us(k^NYfS++BLnqSi^YND*b|dKHZSf>MQ{xB6=ZYOQ(oPUnx6$sB<}W3Vv5>g$2b*BNV!1GhfJexZ#=QR j>&beW|D`IKMC27HZ)-X@yd*8Y(@j_e-H&m2z08O!W+SrQRCqFTJ (hYKaTST!A4M`v`275jiTs1K;xIgqX9YV~4Qv5N7-I=~#}GW~^4P@&p_!a&r$Z6o@NvK`jtD;O-L*p-q{4J^uBX# k~#oB@`Brp%Y+4g}7XFrmfnZY&Hz910&v_P9k+D2mB-&;`p9>`{dQnG+T-bNNpAKX~2zO&#H_s$BoGB(~ek;$1x4Mo&sCAUXq#4k6hg 7(pVGZtz-ACZz9+(vx*H%XSE9`4HBUkB8)|}&al69YQv-IGhMxvViz~EoIu3^dM !4ZNS@79$On@x;6q7GMOW1*J-tB3F_*n1zazfUY}y3NWWDSIgU0R*~MKg$slLHZO;Ip${F*=^L&kQTZ{W#j0{vO}lJF%HDY5KqgmaP2Fz2gP_i m9aM;st^?voT&0Jpwp~RF3@8%TjWBy{HkJer=hrJ$MW;a{*)D|<@rIZ!9nnz4G=EGTFEDG$EU>cB36(`q 6Ktd4e=2d~v(-XP7q)cpzu^^F*D`p8U{E6+zpu)R0ow_qT{%DGo|cfuvl(l32F?BtIUL!iP^wVbWr;jNW~PwiT(n unEHk7MW2ZyyMW^tE^;qfzqtGYqmZICeT{08*5~~+)w`Vb0g1Nu~&7+sLxMt|sC?%-o%GiK&vTJargzKu5yNf--$|o33taanijU&_2+m$?#)#4wUUn9`mDe^^gY2E%sw~ot$ff~fEZb_X+=KNB4x`+oUD NiIrF0-`O;)Vik&G*|y+#GBZYKNG5&dNeZ2!u%h>r&{hJB)9=8P1C7ltX@U0xUh3U68943-tlr2W!Q;@NP-2a%u%Eevv Ga3fN<9FQoLvP6^wn+M7PjEzD!CtE*BYzgf`{$vD6H8VUBTf%h`lH~GRN5~m1M!SB{{Y2dJA2mK %FUzDQcYVb5Z+L-XEl9O_n3ufvgP{p|3VfTTA{nrVSAd{Q4 !C2ZG57t5d)<(QxJc>YV;u*D59dO#BjG$u9;-YP=bVu j*F%I=r|Q8leCYt0v67$eEmD3MASRvWmVMkwrNh7XN*bZfOo_)=w5MetWzgCU3TSgTY=NprC2mmA=9XGcpf`KaBr zd|~a&Co`;x&$e;9Yh0=g_t5cYMBi|@B0dd3rR8Ap7|tTx|`VDR7}gvjCS7bxhu=+oP<57QbYUaaB+ev=_1!HT?> z&R|}m7d6svjFnhZph!W)Moy6kDAzCEMDXl1_0y4_^M^A#(|wZv1Kl=DXL2M>OdRO#Xniqj)Hb7EVVj`RvhbNwwJd4X K|(LxDZkx 5c%zHLVE0b7aW0hs81mhclaKhdWPnjqx_esFPilk{*sJli8NU!HD;(R_!1bq&;G`qjOZ_jH&Rd=W4R?#QgA-ZcnQ #%(b1)Gz;oFY$_bf(ioiLcd-M|{cR++%~`BPDlRm>oV+l (TJNl+unQQAtEe^LUpXIea7pu3UMZ5I_}e!Zyt^5Vqw-ZL6<>b*ag{LV2vF5UOZJ8KaQHDfn4|PR1BK`bO5>ZN?| jOt&d*N2@9zafxRjDD#A0M~*)nbfPtUp0EvV#yz0Xm@O$o+KQfHvD93TMrDSNETM-kp+%1Dpd3Pn1iN+YyfxYuCU <^NheYPMKgo2F!AXK#4t-t=>+>M8O4nrWq#034&@{|4?%->&4M~z+#hH3>snV7Vvq-bV380rtpJ&JbtcsG@;dZNC 6E|xMy|*?S{MKgnmULZDJIN6=O&||KwS|LPEnNx07L@anXjgv5KDm*D1C-+@0k*~pEdi(Jp+%r`%#3~R|;!bqk3z(f*EB$7i9w67fBL=%$_c~Y>CrtU2dUK_ |M)_vQfxZB9EP>onV43jsqyMpZoyli1?o`c8R?LN?b$K9K;+)3y5!nuQ?z=<81_k 0w0b<09Ak(mi4jWXolXwdAdUsdrx;tkb~{CEBcT*QAA-#33!;A!C>``xL}+|nG<>}|-(bm?v^rYmUQqC|Q__j@kC -6Raz}?;33Fy3I~^k^yxA^Q+jqiX#CD>ODFK#HK`>%srMw9^v~Yg5FIM)WHMt&aLGG~($Z|cGM9bAz3`0|lcGfEM )zpRzf2r7669pa`vqPa&#s4BU=!xwFjNOPSJ!Rp`bSvfB2}Z;l+=!_%q*#j5`e}uJ?e#RU3i!VgjM!x-{6wD_onc Q0{R&1*k2UIgqeef$h+P{+yf~u(oD6%ls2QfnW;b2E&FMV%*Hp;9fDH`B%$!`#oL{UmQw=+!HggtIOv;{^8_;TI) dsQ?IEJ&U7#68wPOqHO&8gIYh9l;pp(DX9%h_~Kba0Th15Q0B76J_fthYy}9YqdZQE;Ix7>VJ@QmK=jt{R`V;OoK Hv$OQb)edhO)k-`y$Rukp7(?;|s1ykh%Z~qpkh_Iu_qGWQ`V8@AAMww=-4I$QSIDQV_89Q#YJQ}YO?KqXDYAV5k`EPW0L)=nEUG%UaeV#()fylj_lNyB6#P3Y2Rihtumu#Oo%LbO}iKqY08@ATvu0tQo6J#GOC?Y*M@ W||305~xwH{89U(Ud)g*xPEr;F0&ayGHXKw3hkIPbk9Eq!}j8&jSBdTbZGR;WTMuR$66>U`uBRqI74^z~rRS&Gxx ar4dL;3pL+}QhhRk-f9cjt3$2d)V!j^nir75RlklNIQ(6cqH0Z)r^W}b_VA~F5l^?s`Gd4 5n*u1pOmMV5!;W+oAd21K(u)ixd#piQzHD_o6t-xj*u|Is8AE1}gYhF!J#h8`+$dKH~a2jlu9%1`!(V=9;|4b_cq JEv~q!EILfD1S`Ns9mfrL5rMKkG~q?_v8t9x!nnvV2nDJ2#ryTdSoHD-V1iRA*?~kf2BDd+lT)78B$Xw!EjlhXCV`rjCra}1Kh(oQRa+)7mNwa2OUssBf }K$PhXsW>)2MT_Luw!Gpoph8Tl=G9(<7E5@p_I9nA9TCe^*sK)kv=pDe)4SqPd^twIj0bjSUoZUh#g?Otn_%$<^} MYLpdrhnqTs(zo2;27$tKEcZ|h>QZ7jwv(RotTuxj5ZnY1yd=seFt)7^E-2P$jh$^?@*72+}Y$2G#*ZL#g;z9>&xCYaez1(dPN> Oddlz6R29GC!`)$6}6l*8I(w0D?TI+1%}f8YE846_!%|n)7jFUL|FrHNY0+j+YdVYAsu2wfh4*Il0lN$=+#r-$l~ 0Y_fDzKNq&VTv!u=cabR*^BB4G{OO8y?_r~CXq3S6*e*!)3~~@NXjNo K#umceo}yvHY1GhCl;DEe!~x|o&MD;+I(E0XVM+tH&d|LA3F*Mx|-u#%b8cV =ukOaH$y5oY;EtGoF8I85x>Nj9)pk7kd$p8z$eQ7#3gwaYeC)cZ3N2}w9x{ruDSpKvxo2X!EPu&t@ZY;KXa6Uz%t>yb1MTVtW8;)t6O_$?ToBrU;1EbYa (LJ#B}H0!Dae^p=z=yM9y{2MT$$(u;~n%zyHP#zh1n$ZE&C$_OTCdZFK{PPo0X`uR3k&uy0xDwb0(OO&&$uzwbiuI6}gZ$k!IWph(4D(~>5(@OegtB=oMT^s6UCvFuXTcoFiodnhfQ#``-T#jsIgj0F>j1pl$!S1M{Cs`R=+9?4lYse7bz#!dR*if3+nMn){>EU)??%hfb!#Y?P^*J<1QWt89^>IkPwCWdA(-H-Te4GSpY-l$ lh2gXp-E_7{Dd~n;+MfSU~WNTMIT2_h_EYCTTveO6lzX91#?u8>Fa2!!rY=e6J|M0d152TR(3G-wxtJ5 QC-c>?$FKXt3>+dMbGPc3?J6yYO5o*tP|Wsmu(SXZPG_mfeOi2NNCJ1ltxdyuxs8H+?qJvFyeM+o@NXoX)%J*mcY j8g^2os(Ih7Ox`GUHA<>~lWk%8|pJi;#NGh8h`i1yKX5=JF3O1z9K7?|Em(63p9#PVozEuU3=m) AC9sq`$ws*-t7HgiU;4uLwzPPnQ4`JVQkjTlUNzK)8ojaCXyM2I*Pxu<5s#Wv6EFqp=-LgFh&6C78D7Ixu(x=E5dlUoUh(pfA O>jS~yB}F3%?4>PN+u$@Wzw?x#Dj?ohbiWazA7`PCpmmn8QYz*>eun%>E4C!`vh(HYKz2ItU$4}E0$1W~q6fEVc& $%FQlGu^o#d1T3Z@MYz4x#%<-AqQ2#R?x?nTTQ*1WPEk2ttwOo+KwMZPfO>h)NcFd8?KB`-`aEmnjAPMnB;Q>V_I Yd|hgYo}}t+?^&0-If2cBN@aXY_nVStq65Pvm_b5rsz)bgUHZlP)as(TjDe6k6w+MrHZ8?N{ydR5erK5p=f%Ps5M Tezm)d|M;*JiTOGvcvARko3U4Co4Z~3o6g5xiXjit4b%=Eod0S?6XQzHo_*#@)sEVem+*Nc(Txyf7oV(aPABqzy}eu!ghZn!M^1XjX~OVRebw%{FksyOgO Zc3bM8dYZ3$FEhF-{~x;lk7y9mVR@L5Q)LbZ=ay|>bqx$ ^*t8yj)(?C`<0F2h?WTB|1bk1LLk?YTs|KXhSEoHLvsl+hu{kgLj+h>o9K09mz>D`g91Tvf_K1coeA-t *4TMA1D64c$AG+Er4=j=HSJVXNn2?Ad2DG20Y5W@}yI4AbJYKrVkA4$eQqp!6jBxoB3JgPAsJJX8sQ<(RHLq rJ?=?^;a17vOms)1ll1_Go&oB7*C*xP!rqF!mv@$Kv$|$v_m9&2g|i4hh=P=X_uDgU8MmLowtg4t|d+tQPOwJDMO 1Jv#ImOh@MY2`{r0)h_mlzdK)2$LmZ7nuW4&-_(Yip;q?;-F786a>qJAS3~6+9Wx-Nhq?gwECEpZca5Sf=w1SLNx iU|OY98{2H!ZF+pf+Y!I1r;o{f8xMKXqL$H7{Es*}Iz AItJ4&8zXIga6h?0FFAIS)+H0b#1qhO+p$ Mb~W@Rm~{|!%9cmtXY;&uBhu3M3m;IxLTN#4SOsuWbOk|zQ>Bj1rlS&^ZM+~#g0bmk}Bmiy_C=bNBjUYY2WSi0SG #2VYQ;Bu}TfRNsYq01e15!dE%rQ!Q{xzO*QOYPEDhF2k?Xo1pWO?;4pk+lv1t%DWF9rx4$MHQ0#Y)yht4J(aGdNe s_)>QibN{aAebOkjb13F4?Ns7B9v5Fm}2Q=syxfv1xeaX(rWhI;VjELP^u;zEsKR3UnR{e!xlaa(UW=)vX#6>h;? 6Fv6qwa(q5Kt#(3K?WY)45wkMbzTRZTn`LZ^}oYU^b78cEtp9)Q_%}LCh!kay_6Y6B(I4TFI&ZJ_%1f D2dLb2v+E9l!M2h`yFBdfSbG%cFZav#ZflQG8trTHdmIJw1{re{4@kl`=q^*>?gEtnPW$-^$JyCYL!uH7L*Z%y30 qHHm38#?QPf;-EdjO_>ef1%t{?+qp=W5c_9QMcIjSc72{q*8FP1iDi4&PcmsylM(PVXEy+YqN)_aI=n(+G=7+Zk|;)XJLwYj;GzS}oYq{YP;!EN1v~73f1{>O<^Q8*&cub@O`R&&1=ZEYK9CwcH$tG W34_GO%5-rH#E>qpDmn`^N~y6d@n+*F3K9DcMuWjWdxewMS9rWjJ$y&7gKAKDsM;$L+5C99!IX$})GHM^m0@+05YcdBe |Ehx`dg;<2s)N$JkpHrt)rq^t=8$7@b0J!PE-_(i&QJ^Lj`%{F+yy^+Z>|P3ZkXIxd%_2wtdS3iE?)8t m%;;W0_lI#Jo!pq--vXZ1QaqG-uUkXLW;5O=PUFE;=%q*^E~29eLWP8AOBC!Ul-pJ}g!@IQE(_N7^jc%&5CA^oO% 8i34kU3OJ!*mS0=8zbr^)QE~$$E@5r~V|?-~*K+5TxyPNJRLEcji9?GieHx(AcX(mEO)U9RK3X)<0lC`-z?PeTU$ d?^dZ$NF0tBTrYO@Zj$0Bwns~SQ@G<>903QpX8NTonN++wAvQfFM}cpX44IWsqolwouS?b5T)TV{B9|1f3#Cd`cvWZQU=+H`Hy&7)%>wYu7Fp7j&mDy35|vmP=B20h3=DWp!&s$*aid !`FM8Nh<(A$0r~@Nds+gP}7w9}!@P@HfepfaLy?0cB<>gb?7ROAFD~?};tg2NwK$MPTFLQMWFuhKr%^{9T6cWfV^ 0I+rVfyYYaV)YbO-%*`i;vsrsFr!)3+0mbFgb2gR6I|*BWo3HxEypI5L>NKZCG$|QF~&+s6FYG;%Zse`^ol2CFv{ }O)=EQ!T~q>gN4A`w5-aOrs(4RSfk32$gT4e)c3x>}M^W7DKE*=+>K&f%b7fK%U2AE<){w$kEuWOo~!7z Oo@sotnjtaB8^ufnJ*)}C%Z_N5MY2x(rq!ue0}_OX~`MlUwpM;U4@P9NoiFLjKA*h1SIvGY}AFjgxJK8P9X>MhVq zFX|Gn-hge<)IQ6QS`jYc{w593jf(UTho(B*-b6_q67SgRZfHyj9oX>M-oh1jBj*ArVs2|--3j9`oQ#JyKaI*50k TV%FcF-0|O_^yD>BD*vH7)Ng7Pcf+kIrew4#~4=19CCUbHM68${}_*kqt0r|}WvqgNs<1UqdT>?97R#&bDERI>rsa^(3`_L(j!MszVYi%Zbg&76>?cbg~ fzL~fKZm`Hewdh#`vG K&)7~9jAw_9_ZJ75{J`MV;2qO@x1%c638wFQ;VVa*5}Fv32!qf47R2CPC(0y0ymZ4n#px`ikOwtKuDG*K~dyJj>e `}Fb#H{V0`_rMlkN4Mf9`7G?^<6jaR8UsobRhh&{`-u&)(Cps6}PKx>OvWNZ_Me2H7yBI$KoI9B;R(XtFSQJR`O2 @Ix*#%>x{p&vp?h#wEn>}j+|I25-7*+J*@$lou&Sf@VC;{-$Xl$cgY+E!a!I>i}zU@@Y7Psxt#a{H4tmmWsEf;?* ef=8>g!3R6jCLmFSiKX;<$Ba?utI__n{;F+Xm}ic +9^lW`(&rG*y0$S9eQJLVtW#jPoyM}4aS>^C{L_K_`hru>ZW2G1xF_AS@)T}p21o||AjbpY_Lmrx7dQ=?MjK(XVK <>hh@{->eaGBz4ukZy8CRMeVk4u5itnP(e!k%z1cFpQsO?ZQI33R^doNZ5qj7jx$T*&gX3OQSETD{7iTtxt5Qn>* >v<6Yt+36Pa1+e(CBK|?sQ+U7k!VAul;a_2k})x-!CSSks3f%zPpGhrHX`L`h;0K1k<+-rW@KWI=~Aw=@y8{vdbQXTuk0XVF AP}bfC;I1g8VhLi9KCKM*e%9Q6-R3i3@JDhi?i1I37tGTPgqLsKTqFfCovtwrv))Mdo>w;ZuyYtnL=Pn(pXV=dWJ $yibtOdn*;&{`qmx#TjqTe-q-cvy8jMQT((#ojnwmGH4l7r0>ifrWxg>Nr%@obw`DEb1?Gis%YSKDy+W51nRWu)f 57bC^0`{W$T$DlKL;G)lGVz6=;;sC4Q%Zr+{>3Gn0CG%Hz#Qhg+S3VltD=SW56Jq7e)B9ND-9cniR0`c_hSoT;&< C2-6%AH6j_@N>hHZePm_@_676maM3XSU)M31Tt 523|O!88aIYTFGNvj78Mm$tQn2D;!EX(=i%)YOITsg>rm`_PcgDbS7NjpJb{ZD8W4meTESw4iDoea;P7h%XkkW6H GsmXAJtmzvBMRVkiE>mS=epZ*B6nBAVwN=aS~QAgnF{!&W1AI6aD`V}V3{*S9#}Xq3-qHW}qmwGQ%pUoIqbmy<6; 3yq#FR5W_nIyJOZjhL>k%aOP?UBk~SJ073YxYUU4v@acgf|ReHXfcb>zE36dPghgHXfx(*^G>{LL%#=UpWmv9OKj bI+|)G=vRJi)xv21UESkn0kKzPJ3bm0+1SC|X8RIHiw8bSj?#&(YO8hqEmwA?et}O?n=<(r0)hJz#D&2noWU!W~Y #?U$qsHqe37VBu%cvk546zu84k4u{@ie=PVvWdK^z#CXq57Fqw=3vbFq)+QOh<2bbji |uRRVn4;1W>h+kQaz^-;^)-{h=tVf@1YvJ80 i9jLlI%X?rRXM5iOrfXqshs427n%>)`>I=)QCMpoUrJ(w=pvTvk&r}jrhWJTpcEmI|$Z5Wzm$=qyODkTn;SZnR@OoN!tg}4J9 G(Q)RW=)UgbaHP_RKc3o GsWAJanGC@b--QiU?x4rjC@0)W2;Y-Km6nuEGFfrsG|9erb-&+NINws5FAwmp7x-_z1S5+9H1p$ %wk6$S)lEbDu0|JSHz8S!35T_dJTxG#|~d)_108~b&*~B`};eR(Ookc=R%QjP4OZ=F3T-3w+w5RIIO+p*}P*5ez& Y&ZMtQgqz@%YoG^7__FLb~c8c3aDOVS@Q8X;EYqKm)M}#~9nL4fiRdv3u(;1yDUyMQu6^VkXrkhqv-pIJo%aZV1j *ffHcE=0c%|7{R@Q#e<_+sTzyjjMqnbJL}6z*5Oo5OReO0x<7Z>^w?H9h3$dusfVzALv{T!(@TU7jJHczs)81A}F PkxnPjmzhdrLEsXnH@3G#yj7u238GRSD#rqKh9KCK^wVp4H8l{~d6^%xX2a?V{OP|IajoA=o-;@dM^kPz(_p +I=o8Hq4Z0e2|3k;HOjup{Z#Oh~NI27aazc@Hau{pT5W^qU6Xh;Y43j4^RWm3tz81_2*D@ePenkw|V1rJ?AyjA(}7%4Ze|&NV?$JQ1XvudDHUq0Vz}V~M7 kL5$rxirby^kKAF>l*!rA0=7%Ym-4ZpNbwuY+BTRKe{}E@?TKa;L=g$Dsr51BEcuMrEQlJq(QAu%$ip45`iZ9?a= O*@B}ekK&F;tc!NlmWus!lFcRN7j%w;E&32T~VRwM;CpFhX-e)79|kQtvR|0l11a`pCZ><$sS0~F?v(AE~lSS=%a Y84^Yt-kUal5%TQ=Y|WXS19GG`U!+WyJ?wYN*qs#NQ6(JJTAeUiMGMmK|s%YbbU}2=h2L4cNR&-o67OEfx )~#IdZ=p~e4uX-tw1G2$x-o7@2SiieVgzF&XS J4j~x5L34=6wTKOfNe?~C2K%xJThnABC=73-CM;y7yZe)B@TilhPn$CPHXZ*r&1tHkMRR6MpPHTAP|kL;SRj59-H 0N-|G%D0Mm-UCcBks86*?QmQt}fQtpokVxT>5B4IlXZ1?i6Wm10?d_5mH`QrKJHOeJaxKcUTFUy{rF05-jbTGvnv W83VUQD!IAY!YvM;-!|$yKUd!5M9u{up!!f^#B_}xKsnrP$T9KDyT{8VJ0-rO6Z?@t&KJLq@noSv5c(8-XcE{asqcP946NxDt!nO!c5MEJ=I#xoQ0tdSD2;&QS7kMkny6+g;2ge0}*I er&uY<3)2w(*N_Zys54D@L|1FhkDS6BWbAn5dpKhl>1In`5ga_cdp`Go;5?qgHHk)(Q*W)VBJb)2A616_+?Rk$z0 e%K2~Q$^-qm0hSv{W+Ei&r?{&~s7nMB@nvISp=ohrXBQ1Gz!KsxBn+GYJnSmC>1<`T3LaIj+HAe5`aryEicJB$)% m_PL(9@ds&j5Rz7E4la?7K|u#%i|dYPYlAH4FsPp0sz=Qf5SM5qRMt8YU$JY+-gPWjzE6(a92Mi#amlY*B#w0>Yu7m7; 4*?N`=QE!Mi}F*Sy^O4FV%wG;6X^vtxl8TJG1()v17}U#Q)p%W!hzjNy9_$D5BFvMapw abrv*60An-kxS-7?HU?cZbb*?MS=|qqms<{fI#sm3zeyY!KC@j@{aL3C*M>x&oAtKfW_DK9-fphE^&+<;$F$j2Jp ^w+|MdQ%v{S!;BKz$0v?o@KM_fohqED+K1%oV>2013dY=&GoO$yVAE`h0jE1_lM>HuQOZM$AwpExvKaps?0xi|H`4@z9cRoT$0T dXgFe-h-DG&UNpiaD9(mUhaklaN+_|DzBr_(yc@C29c6W7pZwo!L&kuxgp(GaQV3ky|R^`s9F%^-$oNv|(WFuZBJ D7PHr;z~S&mIr;W~1Szdv%QSzcLg*k9 |SnM3g5BU=Oi04Px|l!X8oEGoeU)O-&v~=~Z_~IWad7%!w#O_Hu&7q4)->{6HCL8{d_K_6Jd6s(^W9cL65)j19VK-IC5={#ycOEoIo>g $lBRu;@9wm+8CMQKMY%3DzSA8|d4cvQ$O5B{jjWifAI;Ig`*%9yqlnCloAu1zVt1X6*U}ci?dr7>6Xq8N!Zym#YL KM0nRcrqJBQ(~;wB6VK9==pi+*s#Mz2)p7REFlJWoi7R%@?|%f{)=E2Zh_(I|WF>`pK=s)K<+903H*R%lEzQaUth R$DL&tqe=Vel&GLGK7bFDzQLk$%+}`2+(v`eB->+VjR>KaAxbiy6Y*`p=q#RS9nRm5y0jP0Nko+Y2E2%o 56Ar(s9(dU(#%1N9bEK9xnY2Ix8;UiBMKDZ?BSU}9aT6~*J*hg=iTb82hGm3BK%2}?gkyJN0tE?&C@?nt9pOY4;V `v#TbV0F4hk2tZhuBnLQ*mK)c~+JbyL{gm0h`#M9iA9zE7BTkZ${0LN`;oN8q=_>D5GDgAXkD*4r(xa`t(UNwwo| >QZTz5nI$p+^I#3NL?f2-cIVa>zoJoWExNLw%#Eu)_}n!qdKSx`&dWaS5bS S+gnX^R%n`B<|*o(E3bTnr`%s3miSy9}%jI_7Zt+NwZ1|lB3IdDQT{y238}$N>a)S^uviv@AJ7dwPRESZ8)bgd)yyCLLGktiGp`C_2c%E0g=k mjMb2xOh_d0A%R^c(0!JdmgJ?`)A-ZY{dsm(3VAYKQNhzzLOS%e1X`5gXjL?v6nIUwyvkJ `6gtAU>>ZZf~dUS5uU65!qb+$TB#Y&?;(eD`?#)zwYM-KFIp#&5cQ*(?O Nky)t2DldL5|tNo8u77H&pfb8=H&CztlT<-qBF_O0&A;JXj!cB)-5cKuN+5_#mMIyT_kQh7r=C6r+z16J}Mk%%Jr kd`ansid=Y5N`~${2C#J$e(ZZ-YQ)XLVY4OZC_Be+&`>HSo!KV9g(X$-j#OtMmA`WNeMRJr4nsbXxGjg?( yNaYdRGd;1s@f8N?R<|N3rL9g+Rm6%@!q{GiRJlH?(Fe%0Z5rkxtXJrLps|3|1WyU5`XlEyy{Q>|8=Nh6r2iKCEY c&MKPwUS5eK>c=el<3G1C{mLLyP2*>zcCxA{}2C>lz6);q*>#%tY;vT}+lJGz4FPAMKaBrMOj*<(5+>`IFdZ))*0onn~AN>VEET<#Lz)M< &xQBaOK1+`xXEX)_CBN-wvN@bA1Isd~5za>fEE#0dcV*|i4r!m9$8|;o^V2z|Mf}+dKoFmrV2--2@3%_P*eKLbo|MD#&lM3bI{K`ut;hep|qEAkq )-g!Ai_YQpZ!kMH6RLV`KPe7!etApu8BPJ8EoBkgELRa(@|n 4#U|d?k36@b##)(5NMHVy=eXeqAW(`12F?VTX?FP%)ysNH)Gto}N~BSNItw;%{DqqKH=zx+E)34x!x0+j1BDb^Em EK%4U&*JIntm^TTdEwLk*yKOLcF8;|kWF}6;g+?saFvap;lq?SnME4UXjvC`#ZnpV1<2(5djsKMQqsDx9vrQL{+4 MV`Ha&5NME)x+(&l-U%!^{#%KbbfXv5qEPzgV*2RU4sYu`19KkMGSJ9Pw!@6<;Jp@ZkqKM(~XY})b7!DZ;GR83wh osRcyhruy?hKM}Wo-K6rbhHdY;8m-~PBq8bG^uK-W|!rlVe?F6R{YELMY{Ibvtg53f*6?KYLXh(yPk962+1yPX4eU5u%V#00V%MWfrRlKoX@POPIK%62@-g=%! 4%f7C?F5mi===?MrK!5{H2WU7cuz%y6nN+pJA1uvhkciB{-Ilopof+h?`RnJu7w{Ma6_9f^s&fzIE2%F>cru=^$u fI?BXN3ALN6n~p~Y><8;x=BN0{O8+S2;Ue~9<0=Zm&!eM0< -V?2S_-$xdM_PnqNN6m7OsxXVthK)s&LQ)D!pq8)b%cHF53N5SI6?G8OO?kJvY94XlYXUsI%dgri%)7_%e)H!xwC}3{4mGlcX!Y}P@w(<-WK@HyX7{2JaegsVpID(s&dy^fj=^U~@qeAWO)g_=D!T{X `zk2PObH=-$fnx_9_GyK~yz?jp3y?bE#1#iCv%_*>x2ZebOOfR+vo@B-m9}6!ukK3xYVLr|MW{gZzd)S$GP3QNZ{ oV2|%n`JIOg$gKg9qj@{c_wXun$d~kNeo5^k7p*24-=>R1SEIyTM{Dc(~2O56!pmX=q;YiCLM|PjF=SXjWh`nTEs YS8tnd%xyzlLf)!6D4O=^I1;!h_}%#a0vGW%ZXbegKEG)ME<-uZxZtk3&hsn_-OXiTr)mU$P^Wib*-?l2>1LZX>5 <=A2lvu9mVUgnv`*hFn%TT~ru+c+4)*b0IhJ*1Ud)d*18ly!VJEdmlk)&ak#->rgIOc+fmZYlXcY`O_Ze@l-hn?e ^I4eoZei1#@KE#VI&2BK!i>hqya9S;M}Dz+dhNoQ=IIM7XMCY_9~(6;SiHcbj;dR*SQmMc&8ujnaMi)~|47+!eMkOpv 4(`8&eA!07V)p6H+7{ZQ}#vC_m@AUDDXJ8LC%iB1#*X$w&*#!@PwN#)y4p%R3@4^>fy`pI&%0Pd$c>K7}d_@Gp$3 4oB!9Tw aj^4AFoefGE)f*Opf=DkvQy9ofvLGp$K?ZmDTvYa8Fpmz;C|X{$HCTy(5s|U&ld6z!?xLN+j2{hG`~y;9>?>dfxA+A0SD+U7rfqnnfZV1zCX8^8H_=|f>#R=)Wc @=UF?Z9-VA{=ntCv{aln!P*uSre9^$Y98YSZ?(`H3hFrjdvKK*>B0P*(54A_8S8)@T!pA-xIV`KGHdGNz3 3uM3|WsBw>+TZjaMmws7YTH1mD3P9~PETq+UNfvYK+FiehjIp%lvAkU3r(9~$po)y$!Xdb Kd)J?Xp2&ayvqn%5{BtPSEWK2wR7{LgD95TxYhZ;8bw$o0XwrH*zi8|BMaufAW^Tk^rENl9YM_JZPqnqi(xqjT2y {*Jp!S5n3ZDX6FI*-r@8uRyU>d7viSfJhYlOp-9dD{coBzJLj9VoF*7S$H)F|)U&!_`jmSwj@>cX2KI0t-LD+6OI Zo9v5pr<=+^2%4d+PVZGb-=;~oc_ZRbW6K6;Q}Fo6(M^l~D#!vp1fVG`dfzTiC78Z!E23sx%#}Z*|DDH!qHi8Cz? mgu$ZW9cZFAAb<;U}K5H^+FWRF^YN*k_B4Pw~mJ}o}px`(6@p)N8a9eWqwe#5+*&30#W_gHc0iYb9-6Ddqv;&B+V N`rb!j}$6cF{+nk*BEoXdEUH>Lf8)O-=aDcx=XMc{ig 0A%)G%N!8;wP$IsLWu)-+n2T03+DyDOsoGX NP(CV00MuKvC?rwiK9O5|X}1}$1kRyCm`vBkavJP1KEc#~!Fn1muOT(dHFSkrx1v|`+DTR3jpR*;iV)vl|;x|?=U c3njcn!SoYu|}8YWg3$Y6OU@x_t$t^-30M+o76_=$3A;F*^(bZgWB*dEXeSzB9GAkTve#P+I>ydp%qv-w*yhR0wE }V4j8p&!UxJn0ooeaI9hYtdWc9ke4X+YoiX|3UTjza5Zb(O_K?4;}awkY(jU5K;DIS##tkpk+}Lul%o);4h R(C7u&?W?S)Lr-Xm2TsMoWxHdwv^|=lNYH781N{Vr>n)0nK3-MlW;5U9A3*0ZIu UQ#7=eK+JdfH1hN?dzMZLvwV?bKo%$<-j`O-0Wf8@;rJv7>-3Az$AM}|=sVIXCMicU(>Of10 YIG~6A1URTHuMMhdCV@9ZS>55|D6=;t`qC jw8R*2Sb!X5gio|g%!_3V7h{5&+V+Aq@Rd(Qag0#`4 r8&Tl%4#{6O5kH4cil-6lwHMJv|AXk-T@;JvD1rh0l=Y=a >QWTgX3dDg!_+LLwY8FJ-7YT1(6kxADdfC@&2ZOrpmDSp;B4ctIVxoAnW2Twd(I&cy5vx{1IeH6qt0Ocj7pL1J8K >u)y5qG0|)Ap7aNJLBvGtPPSYgVuDq!EIZ3b2NFRuF3}IkyALO8KVzIKz8>>mLvjzoQvylde<6UQXaI=)T9WP)OE vQx9pnV1tKcw)2T|9jls!)Hp#Sw7v_YWkb8JHe8fISkmDJx{MN^h+2NTEncduVWIppopK;8_WLChz;fDeE?t1-5A IXa>@_SwMGja7*Etpd&PzaOpo_=h{8kw;0eGTi4b>=(jN%=^VbUFT0Rt)7&&~S4s3VeY=)ueDd+})=x%!$9(kN5+ Nj;5FH{s2p%-3pjOz?NJE5z7ky|)+IeRdo!s9?QAmCQEtb16(kS8a3EuTtc!f;n1aDDti|2qZq*UA9Q_l}krn1w( ^!4v9E}w@3bA9Rc(6mCQg~UXvtC2fr018nwSa}~@@PJ=Nl0=4^M>rNW=zWO|S!D@$rV0)Nc{I~FBBk$}-OY!wIl; (5!p>UMh^;d$)^#J5mP2g*YU`&W2HB}=`scVG-LMvB_6*PQhw1GZ2N2BS`Uw3vLs9Zb8*5r64WqbQ5b-3rW5ge#9f@|vLo}pu-6t1T&|^3YNbbO(+@ck!1c;mYCTl) @Qr_QU@x{lTTPM5x=tQ8V6`RB6HJ_n?Hm4=6@@dvw!lz-EISlYe_KcuaxQi;bbqJ5y`T(E{xYo&qnm5y0E?R1%8R JAqV;5F5A2Pgbo9JmfB)=a&U!8lvMgYSvw#qoNRmjJ|ZgWDj8QJ|nsgHc2!0Gs!U(wiDkR2`n2FR7~%V05`Vp0Bv !3yHQv5*ssy(48xDcGeBskxy2fmnNoMjG9eZNmt|4DP1Ms!PA#s-xCExAM~FrS;_v`U@tXK2ajK?a_xIR-3g(VnP ikFBdy7`Xr8NSkQD5ukdcc@sqx|u5KM3;RibdNM!nWhKQ|L|3tFq~Z&{Z4l{g}Vb=_Lz=vdQ%56HzPOP*aq7#AX SpJNEvOq#HP=Z>rh_Qm0O*DH5Y>rp{y6UyvuIy>`gG&r+=?qO@RwDnP^4vw3FpvDkZ6%!&Qk9-ybrEk+DVV|6{3f l?L6M!{tlT!ee3~hMPW&Jt4O3o&J+in6G<{v%vfZM?9meVm{Gkg*vgkbgmH#4w5OKSM7G+-xTyieR_39TIOg)>wk kAkDj9TY}gv*N}(s%DgL=?x^l5*re#-#~G9i{_kLJu2c(7SKDWx4cQ4sKx7O2Cj apFDstxY-zr9vrggEjWgTYUBi)KUnB5j3+HJ=dvjTJqwL1YLrK31MLV@hn{LxRCE&7oIi!Je9bFJWRwIsC2$D-X} gyScBK6fnJ#e_Zu2N(fT33!!TSm6WJiI1%{mbDpg0T1j1PCjA^91Hf{H!PWIe(pg`RW5OTFI8#T33rFxN;5@cJP?y|I(k4?4zc8wQtO ?G=0T!NLE=`;rkW5vl8sHdcA~_xKQx+j44sM?8cE=-UYBs@TEd#LSij(y3e4*8J!!Ky1|h=o^Rn+4o!0Ukvs*kbf W)^c1MrHbsJkd!7aO+l$+5XNmY3G&H|#epTL`5wMcr1oS9XuXZpVw4iL0G>aogt FXutp2amj#Yv6zUf4U-|hgFEt}4?N>BpEov5ican#c{)q26c~;8vnC1bu45cDP%c0 -|EOP3RZ+owi?@|lvhG1=H=oMi7hG_Tfa)-kk;j6V(pfD};?vd|~&6$QRudlphy6{Hui@kVt?HOQLv$RGqweXj(< fInDtam<;aB;k9@M&k6xC6%VqmrRa^a~Sm@M4C~XK4wBKgWj-T|q1ZZ~;5T=xa*nhp(+WtbwCO)9Llg|A9VgS)hO Cbzo~y6N??~e4Wre&S^-G^kFD3SI(VVUZpiDuIe$YDWbro)lCzCT><)WBfyrI=@zh*?mBgoT7=g)(T5x(N+K;22n BvS$I#C?kjwM(Hwozl-u3V;1$O7ETgO4QzzgZevOC9uJ0T<%)IKV^_;k0gs_XOdH~3byzvwRg4c>D*7wX0qLPyM5 6htYz^lhXO^(E&kmb!SySAcOCvtg~!GJoH(0%RY*;h{G}x`CnW8wtB2PVVitvX0KqLqACzgq=qDY3wZN1Cua;X(i f-X96fl8ebzP$04ZQT@ZuA+OBAcsf(1b2@Ozi;FE* pA^V193d#7%&(Tf4Pehdx+_bQ6p!3NrcmCU|J}o8NCZb1b^(}&hCrP&ZeS9$5wT#QGRGNyAj49{ahLjx~6av4QGW fHjHRiS?JE(xksUJBkIk-ak?2Unh$W*_sc$xXtj;s(7Zd)hUmT6%D2H-4<)JiARSr@zamv1*C7F1&6CYI(uCk}Kq J0{D@$Ni1Jz;hB0!93mr~ew3AEX$y`DmNW9aHH`S|1AfOm1wj=#F&kgD<(0v7%2Y@RUfQot456tTf6r6V5C+iWqB B)2;P9V$`h;Tik9IL(ghbI{QAi>6`DdCuAC){}vBUR3hf?vuyVB17<5Xb>!M0shH;?SAI7tmO+X1Mw2tZ?`P_l+4v_t7YKu^FO&w&&o2;G6au`aAr9PYD!Z_giof*8WND3 3bfyn&_BJe33_lnRT_$`6}q=r^|msOLQ1OU(Pg6zj)^K%SJ6NURt}bw*DuNtuLQ@?2J*zytwM(>Em$C8H`PzUO9t U)m<^8v;nWPtxA_;&R~`_p240>kg|uX4}uIkEXTTWvhf}*PKTlICo!QlxWW#U2|Qxoe_0#13Dj>FuSqz}O@HrLGk s5XT=GGQXc0vL6Vd!A#A163JJ18ADy5TRpggI#NzF^J%$E@PBs@yvG(`3R9+CU#0#TZT!sv{`IrBAW>(nK&?yoC$ $3vp(51#)O{2^i&SI}q!wnkh>vW70wfUl4hl9?fJ2pyViOWNdw3t@bHrRhb#Y7%E!@4<%1sJV9tyVNR+(30H=Z3ty98 !ye)qvwAu&0NmrM_XfK2Ejhl6ToA!-mn{uD2xKCm=%Kj<1(45fHCM0tg!cABIsoKre%X=-Axq^6O{GQSr3*TGU1M Nd1XIXZ$)_&WxYnrrd{8crCNT!x#|Mcp$EkvXbH5_2cEm9>>;j#dDUXho*d+)OZK!_}GRZQlK4wEOz*2jD*m ;TZKl}MGI0*_fSnb8FF1*K9{4y9iS@E#Y2#>YSWiPgXM9%@vi}7%KqnK*SVoX_jLGE;lm64*G}_p?mlR$XIn+`8D e<3U-_T1U0N`J@Pd-fcDbyS&;gj?`0;Y`uq;e3Y$1K$m8(KY7FIYk31F$)wiaSKMbAeR;&{lp6wvYB)YBR !-b?<_gtVlQLgBe6djb>3h8&1&~j@X~asUU}_NZ!J|F#Lm_@Y|J2(xp>o!9mCGBBOh6c6%LVNjnm)fulu bg;ya#!r&)eY%t`86E{M(kj&xARQA9ZYr_pDFO)2d)BMrlxOh*1|RE`X03Ge^2n`@k(c9@AShL4Ewh3t6Tk!KTdu R%w#KE)|7s?sgql5u$Vw%gCVQ4FB$u=nD@Dmev_hUL^x6ex^&}>aUP$7KU1Nep0jy&l1zS)!aDwkf?`d6!g)YhE_ M`IRX5BZTSIQL2A*6hx-}@6Ig#|HUW{oK9&UlF%&-ZXUG D2h7u^nS=>Q-mQ5qssHgN>ULtQDnbUjzz3haDFd~bt1O0c;?AE>`0%Xtiz!Ic_^FB+_E4||9@YM72y4_)AX~n(GX Zi*gl*mVq|!G=k-McUflaV(Z^V=A+cb=?b#6?LkUU98AFed@2nJ?m7wc3T;XfDb7qVap?4D459Q%KOdk^`-P|LnY4%p8Y21Ul*4G~<8cpTn6HV{6C1%h3z1827Dp1S6Qxa3O %7a*arEHHxuUI}a~!k^tV{D`CT4&6P7M0i6|E-lWpyehd+#z?5J)IReB@5n#=AW+hI!)fVAOlEgr3Lta)}vKv3sq Z_9wy*gu>9GiP}d1GVgyfmV`!<73#={8J}sCE6e2rkw-j)&go+P}}U`AaBfgk(OF5vcYK}I@4Er!71C~oB>-`uf{dGnU{_0FR#C*s4kwqw8z=pB$jv@-N3GrJrSK`MSZ6~ fYSNV>kSP-CJr*NWjR1e@Wn))P{L;@LL3PkZDDl&eh~VoC>dj{Owkf) 9q@Lz?_CjfV{h4lV5V>|J{72@c8mk_U(9Qce&-CD7da_Bg>0Mr-HfGaamI;iU(w4xaMt#wh9rZgG|2 IJ{}jiz5=aJ(fxRt^G0R-7eT?fAG*m5PL)fzAA2Y$K8-U(8Qy!v9H@4Zc2w?xQDQ4|cr?7q;hYBq;bAd{l6W5xl6 #g}D8}S^@cAy~kN5<#csjun=l=xMpn>=CIvXnpyhXNwZECMI$_^rKXkzJP=!u`^o^!%5Mwk&m%>N6pRBmFFFc+*0 b!kHQ33qJ7x(BdijXexq;)Ar0UY|oD7^(~@oIuar2u;cW^yo<_>#`QAe~^{;_3@W}O)D03!rJSYy!;e>)Bm5!iBp D!J4kz|cF^Cr%{E!~^hy9kC;`?|kRj;KJnk;TMG=~3i7<^I*VQaqO%#O`I2wrlCFzP%ZHACkbX*FRL>AM*nTaJ8K jQDg)H#9>_rzJ!2U0?&J0MJoTcwHjgd4-fw+?351s{~asrDxJ?j9*y5k}riK^_)?t_R4qcJWqO>oKf0C(+Tt&{E>Z63~o>dCTrD$xv(Lgdab$sONm}%3kVhT8wt{C`gJRTU@ipkZGO} XjRch0Z(VuScJMIusJm-O5SrNWpTh8whYazaX$DUwWe-ffkr7m&zXoq-c3nWSw&7MUBwEg9vu +Kw@mJ*(J?c7=Qwl~grIrLg0@?b1@*x5e_WpX1CnQ1S8yJpb37auqxe!~Ad4)V|j!KMPhuKe-NIV>!gZbeZL1gOI BMs%&5dNM(=U8zcvy7qgB|&bpXwC5vNiR_5Mx63uqQ2LKR7*YvHKcI0!oVi5R!D)Vs_w~WfG`8S06i3tt47Uo_g) 5NTq&seCMmpgj=M)?tb3KmyH|Bc=vCRR`4tMioMiRm)+zqAL&1GXcG&wu`Zc p`aY*_aQ!3{+&5eV^B4s^xhf4&U2_L|;&vx80YOFWOEYZd8ei%JwKm^Nrc@ygbZKZRLY?;bS>LI3`#tnq2f+g=mq =5J-gMr-ZQ8DSNQSYKA~PM~5S2r*bVEgZUz|+VIEwtg+VkeBwsFdu`QzfsMSS0yVnR`KnMW?e*Eld0ahX05F=1P6u{R?^;Vc7v#S0fj|LNw)%~N0SA&nfdAG^dWJ;BtxIn!D$Yn{DU($gl c&=kq(R3m^l)zD5pc;oyIC$`V@N8MeG^a{y_W~Kpp+ZKSY%sKId(2q-=xF_8KYE&`1O_m|JB`{vj2bZo^?_X`%5B#r#LRpGx( Z9~lgZ;WK6%v?lZ|dfRH-1ub)keq7rJEUE9(N@FKyQb84sg6dym&!0KfO*D!LLs8hDj%x&|ooOP_SxC!kq0X6F96 amc=&FNe!pVpd;egCM-z$gvzUyv!GAlW{)2&;28EaR-z^kK#O0wvm`=mp#{&RUC`l8IL$Wv1UIIFx%K9>096X5%&!vi$Ge)cw)+o^*0Qjg~y&euJZ)m hq+^DF!b^SwW<_0D>`*j(3F2>rn>=qd80mU@P$%CPO3rA{{h_%sji3-$rGLxB|x3o{`NK=VKMGDxJB(_M@fSXv#O $Anj#v4b8U#V+KL1$?;GE8XcTW}t0@9^kbxM#jo3PHnM?RIl%y>tG@1+J2}$UTug9JD+a&lrXgu94v4=&$x?&0W4 SPwXN^6_t7m+iGJ^t_YU+`(UUOedyHnS?Gr&5avT%U%HQcUEzMW#BAVcCveJSIr&bZ(rn&{10=dAa$e@08X*DFGy8d)yw#4|9Y{PYM6Sj{_d(RMocsKzrQJFc3 o#9IzXE=|><7=4WuIN~_CSApHPUpIZPPbY5YR`OMb+cNq8M=Sg3DC;*lEpLnGQX69*%5&0>BO9Ju({R`yd&GxgGe 9kSt-jr^(@vBB6~HgbBxysB9qX8{wd>==$B*JHWJSrXo!?N_1L*&{}R+8nfelG?hW9Gaa19I$e!{wrOI+wWM|2NO Ks9T$Sri8aj~!ceF)Wlcwve2DdNKI|G69(2fw4xy6NUuOxCqWJt)4q8?9?Su0$I xFhq#rQ-Ctf>xd6q;($69zb1@uN0kA25cjb{8)#b{>ldSl+&O)|Sa^Z9PFRZ;JRPYp%C+?z5(YEL@=%tFg |^^%)F^*L2&XP082hMUzR2-p1$Nz3WK9j>0ueEyv^*O`o$4Z&AsH6RtSb!Oa8;0_Q>RNm2Q KUY%7~z(Y_WJaN#~U0yRDB}fg>>e%S1+!uF0XFR<1%$m0H(X;_4PHV 6p;9Sbq%TTH#XNZ7i}n1b9HsG!Fiv6Te4Yleymd|Jf5{r;hp>00sPsU_X%5AHYU7Nf2u3&2g#vjS`Dfd+?dW3e@3S*Zyn f)xFqjgO1*Sq8+7dzOGS#4;QoL9bfE{HBCH^0>!b>NY(t0P-Zf0wmxp&pi-~i?eC`(@t74%bDs@M#ZfhqwqPtFe5 @qs2hNj}2hmMhg3F=eI-@pcEYJgB@Pov0TW4XGkc6u*Q2F>NX+Sz_e=_V#7!?jP9&Ha^st{ook#(JHPfqs +$*ID1!{m4bKnrG!ed!n)ICN_3iONttk#_x7JLtq*SWSJg>`eK)jLwvz(-n4M0Qwyl_36@0?JCY2287Bm9W}o`Uj Ql1qzD$G4flaN;%+{1*aZ?i+#^~eu&JS{vo#o!NaM2u>8m9R-ky4pMpSB5p;`{P?s;d&jZQ8t *+AkoG=$@h-A1LY;?bw=YnGJ+>|-pUW@CsY&IC}BFWRjOe0DHIK$@{V!94f?PX#DET4FXdyEmbqzRye{|rntt!aD *_0N-wwp5M60wsYM-l^4}e9tsbW%=Zr$~u$a9tOoJaRU{oA??LPg_KBf(eJye(OGvaGHggx1?C%+uC~+$S6U&|2N LWX^UfB-DWtL1>oq78>ycN{gUXL94js}*cC`{bK={Vz<>&ZM8vs-8Q`wqT014H}mh!ELcXVtrO)7HtC0vO)55c7FMV3uL`Uc xLtR5nCupUkE9CMY4665MP!l(%D?H@^_!w66a|8tsly+)P8!25B392!7BtKK6pemFi!S6vjFeh6*9P_}Bl|v}l@O 3L7C=mZzmir+rUoWW(!C555?jvY5h%3UP#ceB@uA!4J;58F)_*;MRoydmlCKW2vpl4rr?hATtD~(+kNlH*R-y*R) GSk@8Tb8p}>HyJ@By^j_`-4)|kf~gi<+w2|RVBP1Ds)rObHrMpqlCZ7yawgeC~-5oHS5DFv+$14$iVP!9zlb;Qg# I-(B)L^QQ6~g-rj<($yk4Qp(Vic7D@1;YR7uXrP76iSNo{v92)vV^7#N5AZ&Vyf`r`6+lZHo6IT;{A5SeW%3ok_; CS*l;sVaYdhlIw{-w3mmp9keF0@Z}ydH!=SCYgzSj4fp*Ou2eFiHfj6kF#|D`lcbiN8^@fKR`82J5Z9xb)KBU%E* A;7PZM@(ZF2vy0&X6A1nnR%gZZ0n$sP6~qfNZA!MsuGlT~>Tx9~Ian7d2=A93AvLH2pl-a0s?yz(DOY5AC0iDs%x D2R3sFV(JpO&hkI5~jw1Yv?qAaIQGX{YaR5qz1qD~qY7fsGIu@yEhtYqRvRfNl;a*TtdvU}r5xxUj3kbl=~5a;u_ 0*RUn&WC%-gbt?_2cy8f{f=_4#3%&MFLvL&{3_2<%B_o`l>DPgAw%y|f%MROdV1x|z$=EPk_Bz9KaLmV99;=>{ yi^<1P)H7$X>IW4)soq7Q`>B#R0yWU9zl{LOoo!-unA{xVFIt27WqmxNPqxgPzvNAgSdn^ZG`?~3Q%*nDMe)z^>ZqBtWP&a8Hun%mx3*<5a4G^f(i`DJ0eCS}^5O0 px^)B9l+RyVYLz$`Y_tM($6YMPB9%G$A&E~U*{PGsVk@xWZ1Rss-2r>C!Y_0>CAn~<_F2LU>(vK3<^s3HN#7lYXm XuQyw2qGbQozR~23MGc&O$4eB?|CG#H}s@U6J5((m&yReX?bH4^dW5{d?!WynGz3!cxJ@$c7_?pqgq-wLk)qfX+YFt6sepoCNktiBNFeE3vh(`ST;}d>=qW<^bE37jkHxR0daP&Bq+B wPT7OdS;{LC7=%xmb3U2-{pAbu->6IIM7U^B)Pv^y2*PXwV_l1xqlOqkeWu^TXO3iZN2@vEis*dCu|Ffkt@rfSU{`*b2xZi678NHlu?7KUy0hM#tqOOh+K$KfulFdvzPHr6jE ubW)-x3jV!FS?u;vtSBw@=6cHs-PcXE#@X_`jGtHuuUUGlXZ?mzT~hy?DWVH!s=Gx6H{c^tZ4)#=$SP_&4pH>gGJ gmW2yAi2{Wd-45lKATE=fpi%jfGDqNU8D2&uu?dp}M_Z^IG_?#Jvld6FLC}AM_)vp?JVn+Mxa=0LVe_1+m#O#gda rv$HFY-23>Oo@#JTmA*UVyAL?03Cx&-gUw2#D;7)Jaw{32Xd3)XNP_F)Sa%1i11b!y;;ENikeg@r4?CWiTxu)8=O Et)Hb<+{b3O4FQYL{*P=;U}eF# kBiYYEh(+lI4h0(Lo@P8^!rN $N8{MkhIxA(ciSsuh+K1K=%>HA4r&CoyP5CbhGM4v<%{(3DjqinZ6bl1hp!|G1ALy*-XA^M!e0g6Hb%of8_P4ihI >z5unS6%r{=l^{gap#bxgFO!}6c+q|pTd=aaVP^XRes2GuXtytIEU$mrV-y1 K6g1U}o(^W)2(TFU~dSGs!kUQGXy% dd1r9-IPzd!`j+KMzTBq4j(i`3yX*i`M&x1cE~k90eag#Hl848Cu$(l?sgS{Z41oAVR@^;HX?E*6;w<27?rX{9Vb &%KVVdLk@H*KhxK13SsF{s&;t=-7u4jsKZ~HL+Ss*hxc3#ZXk=P#*r1SU7)Ng9WKf9*yeKmRqXQ6^N69UOZZ&;-Z TwyMwr<~NMqcStP?RB!$$&>CZH`g#43rq5)scMDr=nqTCj9VxWy1mO&eHc!EgyXx4Cb}f=3QOb=7CM4!amv8dInu bDPKd7~VG7N9yiP(lKT{RCT;&Q&v@6w5u)3JW`kZO80Em6y@M>_C^EoIfv|DMYO^-aag}4_=8;^v;)qyBN#xxVu9 R^%>>$V4??f8_%?#jt;e-2vAZzRf`7px;~fc7i7rYUviEV^yPV!(f 2HOPP^i5FHl=%aUF^LI!qhck_%c&yEkg3-paBr8f&@_p`};dalO1nSTe4}S5z3)tNUKMjtBY-k%l4tB+fHqhJt;% nf`@X~P)#g)EpnKNAi5sYK=ml@;_(}gN|pKI;`_~Ju2(yym({G}Y8;M>qLe@E{7~#N^Re^8gvIW}37>$`(PWcbyy;guS_8l>jVYWzE8X!KOR2cw`@y;eG dzTX4{@XuVdHIF4wF`+t9a~;i;ndyXuBtB((zBjMueq75S>#MeT%Swai7)1af`rFL)sG4>z!CnJV*1|sT2n73ncZ R+s7)Jmi5#ix!GDhtm?UcvZw4IXE~`&*x#_gHOx9?z&Jm)^S1p9bB)n)jUs;5E4R9R3T4bdqnzrvorC}mBArB)<> Mqp^N3oTLhi6|jW3y_L)x#oR33z{WQL88)b(t-hK~K(U{>w}p`?nuWc2y!MXI@*E)6q$>DL^AySVIpG8!RpD1|vm 7bI9-6WF=P%1{wg4hOEqu{ZcHhgQ`9Vr19KPbERVRBP-q3l~MR}TEo^KF&}hs7$opT&aOi_W-vVq)B%NJwG{-zZj =IIP9vvtRhW;~rEJNXIEk}n%!7Ut^qY<48hF#u+gvmOt(5zI^5Qiz}6O>X|chu#xvc`CZ7u)b+2soq^e!TZtJNz78bGJ2FGSq^z1=!_Bgq>%fh#ynt`cA) PmZ0^wH#5z~l5*5E7u}cpT%&PTDxl6cW0ykA#K(5tF=TOMBS`X!s_`PJjJg^wIAkcmK#I8{D3fa1T$@lbZl71@=G o3v$!u0GE26DE2ml7HUQ*C$+bb&Si>?;%>ZT&5;ldyiV9|r+?&$FTkKRa#4n#CS#E}2{@m07OMR7c@pnxeQ)r6Q> W9FnZD`&;{?mDx~ENRTFPh>v?hxpxR7rnK)xGau|4T5KMhLy@&HzhS<8UluTY{~Bhe;P*ep&JO7NrAy~l*6?fPdx am?HeXprlBBR8_9zRvcsL3X76c@Uu469rfqkLIZFv~d;7?wR>2GTcV#3|};MAms7M-0bA^gSEPm3B@k9n;-=YJc8 &4L+FjBRnd;_5v)do`*0q{Vh!J+!^7tLzJ`h8B)U#kH;y<5B&GF8h|=dn3A!?5((5$~c~EZG9kQ}MrX!Y(X(Ze2&r*{LS{|Gnc41C;dsMyycMC&@3S#96c6 P7ps$UvSL2 lX}vXW3$9TF&5ltbcKhb*6)WNfQ|=g(ONH-i!QosrZXsvf&Zo5b{g}dkh$kat%8@v<-PAZ`3G`=&8zJA^I)v*qpV I+4QDZ-?RupU%!k`AfeugxuOHIX~0@nekCtdAK}qGUMHNg9aj9hmAMsr1|)H0oLe4J`fUsSJuU?#_1HUja%l!eMS fPjS58HKmM%x;`TY|cEpdxGox^aWxVA91vzUD$Iq0{Qx7jPg5of`9(f$nI3Ia**hGEJ$=IuXv5&c)ydkAzGaC(nW B?92JFDayU=t}z)Mq2Pj!{szq4IPyFAQD1mpW_izaJyI FZ1U$LXQbHx8Yp|gZJsBjboM0lo?B)*m@;b?PJ0rXdfY6eWAUQGG{pNeOsU}^FqtUc4%-<2>Q)!EakiG<0h@h)=k P;%F#Vebe7dIA93oKIi4ExNf7)gDJ8ZmMZhHAKHmANHL>VzT#&C@Jo!W $WC>|-#L`Kzc0u3ti|?*(E?bI4SBSKoahxj%sU6y*@DYCOegv&-1 h0|;j2(n|JbBy4g%Q#0snsm{xZ$TYlaw3$_3@d?5^4QNwkUPUgj~-#xG>2I2`>176W-!E~awfS7Dtun}S)>t$orX v;Z_UsUzqg@ulHK5va_F&IK+rx{ITIlcTl{3lwuYgd^V}7b6f !iVS$iY!xo3vDXj|q!(fYnYD^lLOvXlvAmA+Q*>w0w$AR#3qLLvS `xz(6`9zZ&g%%8JJYjmT~*#-zp7JdO%CBW+MqMzv4MvIp_3=W=# g7HC$^4b@ObKdGRl*eUL{+)!iWC2q>YLs{k6m8pRVDTts{B?Bu*VBlLGRi6j!7@RrrgokQ5ZD%^KXCmnc_J7=bNMqdyr775QMpP81I02@S)tyGn(*Cg8im4>2z-wJX0nN5n{4}!!upg{lT8DbWMXoBbD@iON&Y*r;2n!d#I~^9cS}wAz(k9Kh_> QyakD5B^(_~moP_~a^69p04Df-@#p?pLmIdT!>*@knPUb=@Lv8$g}$t;8vEbZ8wj6Sf-{Tj6asyn8($bfj|s2zu- MAQRUNtYT|w)TNIr!3<|h#B;0(LKqJ-`+=uhCNDb*$Z1IIBdt?vv%dGrR(GNRAUoNt!!r5c_t`6mI9^&E}uu=-Kh;Kjl?eF>deXg8NKycboh4~7pB_!(YUf~6dCmJF=t2JZ--k_R3(7BLSx Q|vhLMf^xCxzQ^s^%)lnI;cq(&P_=BNoA!WZYz}w`on92zfts)rW_goIku}=LO>abK(8IEj(qaD&En^r{n?fz*CP V6<5b&&>x(VTmV9W4IkNKnaxB$m{}s&i)0HDB#Krup+@4Dmix($`#nyrs1j86k>Tyy@hE&&>L5jHf&lDYSsLQ^tF 2?5tV>h_qMmih=!!!KnAB4-BoA~{T=Z}+Bkp6@^RZ1Kz`^w2)DzPvoW`jb;>ABj5aKeFZ2 R`$qS-nqQ`8W6FIH2$5bs;y~t)!MOjE+P*DO|r_aK9rXkMv=PGMCrP*1C)gvJ--7-A`YJk-!aPJ*GSLJ2yI3k XG@6nT6THJ@%4jf^%f630PEH@spb&S~O0&(o$gahJv2nV7l^b!UhmCZ;es(ntO#Bw0GsPIlk@C`8Ku}=o19i?dDm %4~eKKbzh`n>P)6LGSwYcAP{2@nLGeFDayMtG^jhOBy}mYK(8C3|<$+M^=A>_gkBTWx5nswq^<&AU{;w*$h8LE6lB&xM;y6KPic3vSFZ*1yQ>MwJt%&#x&pDaWqwY|Y1yS+9+G<~t+}$5fiY~N!@&K}|6 +E+=F)oG&J*FCclnHb$64B>wD%W_(-+s5&s;V)aY+{V(=4SfDZD|xGxCxw5* ni3R0k)FcQ2-vAdh#UdW^<$G~hcTXD(57n^RvLXN?JpJOCV;kfK_NpwHN9HJJ1D&88$%cpoYQ>ySDPXN+k-`RLmN _@qgN}qMJ->d?cO@N|#lz#x_XWmy!p;CPASa4Lnuu;u`PGc9_g^X-0xmf1pRW>ikPv?iG 2oczR?Ra?X2>Ig9I?4VoHxF2a;W8@9?EV=SCUe`t 71$n}x2;snZmV%!oI4a$aFRd;rBDbw?SIpPB(jgv4>eOIXdEd`=F4v10?v!M00VZ;{{4f*=Xg9f>MN$woAIun3VY R3(YnWK_4%7B555#ZLq7F?iEG6asrJ;17Tt9&2Smx{L(WjR9A%ub|?j>l9MA3RnOrpLMa>M9`A8(OXgADug~+ucH *0B$&}SNSrSF5y;21Lcp9_eve7q5{zV2-6GW8?ZBtl_dJRjho$y5MJHx?Aia?_=Q|kSOZINz;OJA^sQ4}@I9)g_(8^1IwtllJLcMl4^A8>`m8Q_&+64Wn8*E|Gd mxB86&miNJ;W_(CYg9A{MFyK6|d824lj?V=9+BZ|VXs5v`7e`3?K|8N*;z=Ker);DAymX}mS?k0?f?o9DeP2SQ(x0c7a9l$mbh`H8sIR%>4!dx-Igm1e8#z|F$@Hh$l jweZsQ}OhL|1yqDlXwx>`bC|p1gfL=0~?*S=6+WRFXQ~qV*LoJqc*Pq}qvEL}N95 ?n66(^l*shV*E7o}#_j_Mk;iug2K+D>J&>{w-R0MTIGDUeSv3BkkFD<11o00UbPGQ3mjZBflJE@Xz8`5X@2$4(GS^EUH8a@Jcij_YU&4*9g(C&k P5-tz2{qCTP*5Bd0wCC4JxQqEW707qvFuc=|-qKjB-ljos23%>*cRKf4NS*4wj;>m2pJuh@0dD7Aaqmiud9Wz#Qa yrx~wmniQ*nwhwdmdFkttc!;`TQ#@FK=>rO8VxTo9h?wi+QEyNjhl|Bo~Hfn|V#^f`Ygol`djg(`V&h!+^pF-7$D r%Rim5)jCwh ^O+%q-6P=1Ml!_LgJS+w<1f?a!ERq&A@$(8128Y_a{s4m5$YH_Y|%_OR{+VxE+a`pxdJ0O?DLhBE&`jT3RRBt9^vT`t|s@SQs*FBK@k8JxUt!pVKet_j4SPzsmh?G(46hGqR1AmEM`yXPuR68pFC0`;7jLE=i*NkMUB^- bpiQxezRjFqdAapTb!zhPL^YH(>V6i$&IC~y~BeXaemA^;{x$4kc__XlbX+5k~JmT 9CeM=Az&jz7I6cshy53CPKfCcB;n#qt_gZyhK9l`;C~lfD#!Ky>Mw)H@O*&qSBI2_$$*&k+3|=pz#;mWrW{#dkaf X?5f_{LCp7R^{^|bFdVu<*AJsSRORL?Aj$Bu107T++r*v+)p1(+hAm~H9{k4V?jNxvY4gVT5ZZrNepckv1xiBC}A amn|%gGQgs{RCD-vQ+VfrA?!w7tCWu7=FU@5HJA^CoGl~$^!18g>QKDUE;EFi7w*xWCQ?ugcHP`9F&@z;WH@oR@W DYDK4?ziY=E~NzfdZ{$svG%w5UN{V7jUjQf1#-s Ln<({ouz!muM^nY`r&^31EGmvOk(DA!?e$b^O3mW0vIU7V$>y^*~!L&fznweRI?BgKhOX+92IuNIoOKsj ^@vXnmPGT?GXzLA8Vyvy?3k#!Jd~bQ>rKRH8r#i`Eqqr{2F1dVRW%ci`oWaF@&&)CS@2*;UN7F*DfH-ZMUcvY@aH ~=fF8_`xpUmMEDMf?kgkl^bP?jXTahAmIW4WG8wkmCv2Z-_l_uCvc*7Sbfv&3>G!X@>8eg#GC??s1{}eebh{` uW({STMV?n+Vq7EjGlVsm`FJL#C!LTWmj0L>Up)&SSomo4Jy`q=VR}3fWMPHOALvAiDm{jAkapm_c@?7<{{hFL!M =Gh}g~OXjV&W+odIEUC(~&R2&%AOihTk$X7Z^Pq@7;1TvKAI-!yILsqu6nlQfvV9br0X!E2jdse3$`fD85(bag9h O6gSTSiJL{FHVN>t#q=tY%8Qg#Gx&XzhiGZrV{b`enhuA tPq#imf%G9;w7#u_g@X5_(~XpCN}r!0;wsD?4U=}oi4ZV>)b-i|cnAth4xfX_B+Lrz|IMeVOciEBjakX#`M8qpD?2n9$59e>~9NlB+AIGUXf|b+R|r3T`8S DPRljn#sBgK+g|wt=};&F3z+CK+Ayb6J`*6jx7$>xi8tWUSzs$d1f(Rp%E~GxG^?HEd0lSK2 O-Fg9)pM#q+)vF_x+{*BoMDEmN_5ZxE%kGt${Bsg54c_5IBk^j}sqNElEG9s+MT>2ST>2{X^Po*x}vagaACNf;r5 {HHDsv}qCK}n711fdvo*p5?~!ZW~laLmK+Coh0t-rd8(?H*=SN ~mMy&jM7c^9QE5gUH5j@aNMF2v5p%Al4Xh)QLnmF|u~X*+0j_avpFdQKtQhs)oo{CVt!iePDdd=DPTN+@j@WYX10 C{myWIz>v|S89Dg{~kTkJGE=J%q{QsbZ}2^UvoM$O%Wjr!Dy@>OzCmX{Llht=ef@`&dn0 %VQlSl#_r()PkavHb;A%SP=yt_N1C&q%cGnP!d<5W9&@|=sxmxQq6QaZ0VTjlZW$u*>@*}xFi@Yz@ZX0I9(83he{ T~*a2TLCRK3(Z+@EI7dqA5gEYmw@H+7fl|lBo69uMooDD5=cAR}FjU7-g$9#&?SdCdXIp8t2ZV>E0mZPnMpLt12f }D#oX=AnWz>Sm5drpEDRDt_MvJ3TS5cM&{HE?HsjmI};_BFo5Y&Ot|zg}5AxAwY?3rU>Detk!8-$7E`QSrk7U$65 T97m9Ydv(dl5~kpPQaToHi5JUzs8jG4Xfhsy&zq&LwbvDQiWv^0%yO|Lk|Bx5;nANnmf)UyrPK(ul1GGU);SbUwQnu17KR5$4`Uj@p2*LjY4ER4Q e}@0GjhOkkZPxDx_$U13{*a4O7xKm4AJMPyMSCIf)yc=7h`%jAH~$NN+$ry*?vmfz3+;ukpFHuSg%eMmsJY5zSR@ }-_v_iHfoI+I_WQH+gLGQ|`2m&cBw{P7+L?4gM@qC=vNt{57;-CdUEOCX5Ym^IF4rtBAsg5HSH$AlLO;K(g+8NZ&1mOJs(_vtsyl4MbII#-W^Nf~y$O95_##8Q @wigwgSDWy17F8Njn?MADlYljyTPy%n(tL`+-$S2^S=kdh6oszj)5CgGk}|W$OW-X!Kq%*>o9cQg2o5hlhhOdj+1 Z4QG6Z;7UleLxt%7q%Krp_EhmW|D@Vh`%4!q*cdgjbsUwZZ2(#9*NFo_2bEoFS~i*_u-nE?2Q5hPl*-9WXW23zJ7 WcowE-F8=Ja*2uJ)FmZ_)dC0yA6G<+II +24Mx$rInkm(AF9EEd5PUpNf->ry2|9{}vhxUu~2jjJ;vLQ?Qf96O9F2r2!+S#I&LF=hVvT`Q?qxQ?zL%1V#EgD>SFv p;X;CB}bKcQruQww`t@Z^^LDJ7QWVava#@FBS!^!AYb!4;Un%A;zqYi#vb4H+WxjFwinn?Lj2y0ht;)jXQK7iYR~r8hP)h>@6 aWAK003ZGWmEtF0000000000000&M003-nV_|G%FLQD)OhaEyMN?BjM@3UFP)h>@6aWAK2moMOWmKwH1v*8v005n N0st=n003-nV_|G%FLQD)OhaEyMN?BjM@3UFa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ|uDXcwEKRKYVu`5?BJ^O+ rHYLSiFEg?|I+F`}}Ut`wQMr?(w`E0Q-AA?|%SC<~;AqfD-^W0qg+$u6#G}6u@r )UI&P#dk+C_1NaKy#(>}7mv9PT6JQVE*8xug{2t&HfN8*$fIk5I2Ve^D%kw;MKfv$IWB9Rv4S?4Iei85)z^?%QZ6 3@2cpmGyQJ(QP&$GNXz^?%=%Co*FnfGOYUj@9+z&`qgU42Y7m+i;$@7Ryy_kj8StOI@F1Cwi&?)s3I~btet!tZyY=Vn*S4P%zjp _`53urc=Ci}0oM)2`<#-=`DCgU0hjQLueJJVO69)Dl#`*WP!-4ZMzYga(WB|VjxbNXC@8^eeTz&!ADeXC&c<~ds@l#gV&M<2<2PC1hJe*Tffn=6kbeY?e^`;+

XF3b_m5< GUpNYV0QjY&h+ne+Cj(}WV*1OE;<(&*6x;p8Q5?Uwjv_v9`U}#*W&@`Io+kYPxU-Z4n33?KF$X0-!0n~IM-xA{KZ gBy_c6@(9l-4X8;@oFUB|Nixno(61;?`ehaSs$cmA=g*LBBoop{*5w~l4LUq6oNrXI)f=rHid$8o*r1#Fl3b{zZT E%W_DK%lwz`QtgB>m1Mi-r#uF=Nrd!zBQQl=Hodp#~n|4KI?eS!`|arzx|JAzNY|wN6I^%?YQN5;@gwv{q^J7@9U nxacu(J1#la{nbK|({^$uD&p(~Ob?%iDSkLuNBz^hniLB2LPGmoAb0XWf(}^74_7jOGr=7_0xEv5my7wX=ro1=dB =8J?zdnih@yJp6Rd`+uCy@7tZhdiI^c@wxmAwtMLroHuu#!FK)?P*|gP&LG`xK9l{FKa==zz?tmdBhO?zo& cOA<8T(ocNSoy;LTZV-{EJmUB5KnpE`^Ay?hqSd+#jbPwH&q^Ll5q-=>|-@y;5!(7+SU=KQ<-Y~t-LXEWb_01g*? H1C^$2#o+7eGcj59_MgePCSSBbW&W?9%l;XD9`SP4dCYHbz&1eNgkOIi`{%avSkK>`M|$^%^H|Oo&IervL2Npo`H#AQ^KAA7?BCrlV EcP6V7g;2V7@nAK)QCPiT8*JfA#{l_f^1sWc)8+`Rx}H@3R*&-USzOzFu`9$L%-f{q_qvFCV**^XT;piASHih~qi -BI4T~2F|;Pc=6MVn9o%gk&az+5!-viMQqP+E@J=QY2Zr0O{G5o!Ag4{T*PtR{bH_DRX|kT8@QP3$+s`TSONYF@I b)3F5x;p?NZX)BQE89d*xE{?;BmldOdX+$2)a7$9bd6*>B$m?2-Pyoc(edAeKn)_kh;|?(<8w_kVuHdDjB?bBt3b AXr!Lr7PHuIajj3_qmekvw&bFyuV#Z{O-Jp^RoXcj^n9UaoxD(D(3&hRqXG#uOc1V;A+l~BLJ@wyt|tHIBN;#!yZ eBXFW?8zTXn|`~FL~-Yx=!Xycu4zQ3`A?S6j=`(dqX2)|BN%f0*tw)ZB$pGm*nz;<;k=l9O#oHv!_Z1?`lna|?ooF_*w=lEQ=+{~xt?EgELbN#r-r2qDfgqz$* d8EO-PrH%*I`c;2(T{I5^1+RyJBx4R{JZ!@j>qjca@?M}k>mLfKw*L3GWisL&3YaPxHtYCi6tzf^sy@K=aJ GZdh?Qh{Y?{y2y`57QYFYn}A*e`3{%J8q=%5`Y7TS;fy04q}8TS;%e@Ee1-fCJJGfHTn#@BfDU%=FtBKX)6);g7d 5zmINXy}o}t@ouNvN#Ew)&UV~(JL5feJNx~E+d1yZJ6Qkq0B1|R?%+DJ=nl#|4+26&_2%5k{<-5$(xWHuWIl86;& ^r6WybF=mVe+~{C?71x>R~+-o^69-c9~w>fI*(-K^JvcXOUzayRks`n%Z=H{Q*8v+8b+mv;~Q`J4BUU)tdw>RB!U JVWN?y_|o4yO;T{bszC%^ZPh{+uXgALq}d=KZ?+SdT~UW52w7AM4$EKkK{G{bqf>pXvPjIo` qj#Lt88Xa662Kl|?j18=yW{MO3*Igi#}$@J^5WIug-CFkR&CcJ4S>18Y6k&-_kL3K0-SB(?>| pu6%^;`Qszxzh8cY{kiS$D3{Lq9n-D&9mhTKDCzm<9wmN{dX)Vz>rvLX1F#qHIP?DAqpbf{kCDHwJjVHcEg+iU{r )kw<5CEVUqicA8u;AfEcg8^M@c8GL??=xOKlXecJh$NC^WG0%9lw`mcPvT{@a&1U!Q)Nc=u00A29hh${D?Xqx^aO-$-v ?1%ycK{rDC90RIknzs%FWV;*8$zWxu+hs|Ck-i&&ccwBsybl~V$NjFY^m3VyXt6WcBeU)<7=-0Ro4ZOzjTlO09=c CuiM^Ad4u<$zj`}Eg2AD?}l^nA=4Z08jQ-tY$L$8B$LUaowD^Wzi1!vMebCgp*1-sHTv=S||lTW@llzx7Ybafknt {rTuWnf|SR60g>Mi*oZ%-eULxZ*jdl@h$f26>pIbz2hz7>%ZP&xovM7Jq6%flHc3J`Z~uVv?7a_&XPbP;@f`Ib% isD#uCr4J rmuXS`TYz~@cVE;p$8`b3ca}=Q0UzIfX4&w_l1Oa9^kOG6Uu*G1SoXoSwQK(j&%~c{;gbx?OH39(0R5tpp3&7298 a!e$2Skn0S}2%liDv52Yf?${`iDG)}32$R5 cT&PT1@AjgNq7@weV>}pc|Kw~;dawGUv>r*`d$P~%Q#LaUSAI=^lTNN==ENmPJG>B2I202LiZQWU_RH);JkYRQ0V d}fWjYaz9aE}55NNfyLM!MJ`X7C>(|gJLU(rBiSuU#=j6y*2{ZlG9Pc3gsywv-G%kp%)s#`d^Vu06F=UC^Lsv^(A7hCAs$}_DD>~wCfzD PS+AZq@9WP>P~SF-<&6du{q-yZFP_ExKbXb*ztTo}^8Gfxj|LPzasr_6r)9unWS+ILe&crKyqFFse9+uoncrc%a$ L^cmHmDHuFUU=T{#b4GU2c8%6|S}SGH&5Y}R|iZ00{_Hs@((Hs@V=Hu2%?*{tVpXEWc24E)n<;@4}lS&t3dIX=zp %y)V_$9bQ2)}sh0a(lI%`0+NN>|<=!k?{5cZ0g{+9@fErJg`4{v3%?{%A2OaF64d<}EO>> AJ+sz?9?Ky|(7R=%NKVlB)**PZOg@Dfh-VP}HS?6QY9)S6G#qJ63V7xc(4SIm@SL~C(ng+V`ql9;y;MI>&Kg`SH0 lxrv=}!{gJjB1cGoky~-^$`01w9UU4ZfMIX2r5L3~61rVgq+jb%I={kVpeC`3nm-hjMFa7c&)^FEE9QS>=i#~nyIaOZ(+*WV80_aAUEr0K6FQ|M)r97r+w_#kwT<9Y%cn* 5RO+h<7fa$iWXC!FG>7lJxhNN3tI`KZ@<%`Y7W0-bb-NN=LCi7n}F{kK%ZEzaXEsH=xKtSN($Xc?~P;FzaJjMe)`(6#GfsXCB5lBmg8{bv5bGWd4J?sj> ngP3?i?LGjJZD@S$fMNBZ%?ah#W*04|d8Jf3u8{Syc`1{8T_%M&;rKRtov9(4liarFsYH~w-0+xLwVnNP!s%>R-T +5fi!t^{m3Dd9oX@;(5R{p6QVCY@_Ph4ua&;130lPfe)2yer_Hc+Z`d(0%8Tr*j=X5pV_I6M!Peo^l4)wKol%dS* i9(lY>M|9pe95-N|Kcoyg5lYpWpT5vY&^(Vla1wYSWf8@?hs2utJxuhf0&tv;8J&*I?`tw-d$IfGaeEEFxqgw-te (b9Axh`yV0qM?907YMW;05G!x4JN)a@fFy?577WBwoFEA;+opqJ+1j)Z-%3^J_0+Irm*ee0}vI^1ENTIH7Xy*8oK hI^bfii%T!&`t{t!CZ0Ve0=^A_RAM8CB2w=De2+9m$F~)yOiaPxQz5*r^`t1_PLDxvF~NX^M T9Q?|(7jTU}0iH~DhThutn``mzaMY~D}4ob|cna?*o!f60E_*6!_upK>@2>!g-1dbl6RK~S1$YDS>UcoWx6HVj>*A$Xvp<$x&3^pd)$F%*max8)mT=zAS;GG4Tf*{AFyF5Lyaw ==CFFBTSiD4TJ>wdt`_fX<(M^|f+@_oNotARE@=MvSvjIh~bkkDOf$uCMpEtw6(lUNObs6c$d&|hTf4q$SzV@|j& )2Wzd`%nJd@b>z74S^J!nMplbsg8KtpP`%U$(!FbTtbmTJ$9;be8NFo^}Jr<*emg_rH2$Lidf|1jLl{e)Mbb?Rfv !O{9afZYJLDcQfhQVK)>1&%BxV+O~pp;Ceua0^UWpaNO>`mGu8jz$?&EbAQ8r{o?Ix$1S&$PTvnG_Hci`o&3O6cd *|tx|8(iK|s;_ef}=?+f+c&*Yw@Ra+Ux-3HUUi>^EL_H|3DO-_3e&dN1eO_V;p}Gxsul;k_Kc;{io)c@m)P(?54F >F+W3v7V>jM|`@(z!wTAEiEEtH($uuXv2(a3>&G8Sm-Gh;Ms8PX1@nb;5n`%|9XyiJmPtd_m0m~Zp%GS{`J =9+0GB1C!aL!uPpa`K(SA~>#tmImc77vvFZiJd+!D6ciLYh-+$+eq#GB%L_Tbk=;r&s*| AX(_y-GTH(5vJdo_m%3IPEpkzuwn~H=lc*<1*rPj&slJ#P7=Mq!)+3PPy`aK-o{)>y3o!i-*0L@Sec?*ZxU9=rzE ##2)x9@=cq*&2emfn|$Q12KK*Ae&B3Cu^V3THs{@|?~uEenHxsJa5A?q>iBhH7Ok4QI8_=tFM^GB@zS|9WM+aGiO`yaEv7Jp27atGi& lHbR~w_85pdidxk?9UfIA^rU4C;Yx1W|7RR?*j^cjRll)i-1BOP6w2A<{?0tU(*tdKL=38r4LZ>{2)N-rxO4V1Y8 a%^L)ExQth%g8J5(2o^hW`dcTlz*GlSob_Sr>IW&AeseJe2fFh5)2q^qZ8A7S(MeYKWac^Basru@B0nZ1%eRG|p@ +mj3%kXu+nAG;|1t|Dc0hE3@8BqH5EtMa4?!P{_9@{Z>{iNde?(4H3zWAl2_bA}jfWkMgyFrrn78|g ?76Hoqx&~0_!9M^?G9Lk#$^82t*6TZ8PU<>Z02Ds+X+RnOQC~?a|I-U7^F0k=99`%A81N0TH~%{8Ir|%gw*d;DJO )HZzi0>76Cx1$c_Y 2NZf!+LYt)I-v0BKWj)Tf4y^KQsw;LH8TDBn{oVh+>GOK4xq>_%Qs{EwO2H$j9mJFrUz_7q{a$zTKMie7yg 9Y|;bC^3vNApElefsrw9RK%w(z?7;Hx0TlZD%noeVHa|?NoP8>w>{EPe0_W|;fMN&mory{1XD*z`dTc+5<8wOTNr Jb4mrDOkPU=3=W>eS?-ot0MlI!Ypw(oI3*&jJ;2K#Hn9h1rr?hPpR vuEze@GW=ZJlKCH=D*y)w{{|aj@p^yyBP3yfLqK=s$BhrT`(S)H(Tz)_I0!||0Qk2_tybMe%y9f(t$&FB|crVE60 7K*-2gZ9s!hf@dLmYrQh3=-j&FA?GCo<`rU|^8|=>S9|Fqy^86ks599Xk9-RN%?8SM1*_W*_dZn$?+`MXU3g }>MlQ236;dy`Jxy*K;$Ux2dCZ?I2N>GTf!F#Vi;SZ?P&oG&~6DCylT^Yce+$N4`_s=U1ST-NLFfWk+80x0X&`aen PIy(kX?AAK~UzPNL!vEisNqWnrot>PY#jd2T`|D>J?^VE$Wt{z_t}}n==KIAxN$<~q7xfaqf1YD~ciuOteB_?{av UxL+z9>o`o5&2>+~gc9sOb->-j%@OqT`}{zO(u`zkk!m`SN!Izgb8szd9XI __0iZ`5sbWzNZ#g-X(w{e_UPQ{CNTJHozYjIqn;mlHO#D^LqOwl`ooIX8Z3bvwv<6lB$nfT4DR9R7vlr1Iqe+c9r eBw#xE;Yv6rVu7AHX@HrFy&noNrp@CnT&-QOJpLn$epva4}<}=^j4D6cE_@()zM~ml^o}4$dr<_ mk#5-=9=DZE-*6%P;#G|FM3i|8qa<_jW()^Kn1ZeQ5#th7k+c?tK<8-8Bms@8$)p?*r!jQ3L;K!rxiI`hR4?Qv-b e)&SenFu?N14shLX0~CF#{rek!n+-$%c|7;AKAyp1sLb;9Vcf%(zpvn19zQG--oIo%;Q16MpR|EJ27WKWeQJ?~L= Sx(AXo1pJ$*8RVk#wdJr<-t0LvK%nV_8xBor>?TNxhtO!av+3 HfJ7f8*cF8f70*e1nnZ^uL;k>YmYW%fz&GxW&h;-n*7PQLd;WsTK-lc&Pu0~MlQW&&T_XrY>@B?kD)YBW=g;T>L6{e*|z-z_m?1zcP%rz;Bv#V4*#bC2s=Y-6FF}y^=h4w +rH4k2ojd_Z$3X45J+d*lKU=FxnpMVCwVvVYErQ$!W`Ftkaq1Cqo&P&o x!Tt#^w4-^Jb?p}XHXTM=3fadIo-=`WEaS2TsDC$@@gFi1C_>h4|;oB0E winMACuqYYdI*Sdy3R~P8DIgGM(kzs68_?GlddRb;wQZ9?uh$^1nqC$@I)2?eZ%h#Q{G&s|C>zu-AtZB>%qc$Uq& 9HcM}_|FG?Kzo^!_eM#Mi4@MIIVzDYl4812@sl0CE}ZRh0gsRZqKrsI37>3doCMRu0`d65xs7aDyERwXHlD`Dr&rXVbjj>94%EJqPc95yN@TT9ibaohRoZdIz&PMpT=9}=e@8S 7(=9}m`z@mAZBh9vWZp7~snLpOy1^2d1 oC%#?md_Ne!`OcVD47>urzaZYQB<)P)Pxg;R$Mf~>Pl!drYn)qW7_b;;k;rXv7>;c62k$L{5fx^Fv&F6ViKNBW0g6waAy;i#fu`z;ZqP9n07$$aijQ6apbEe)R_gv u74)Hq(JITbkOYq%1Z)fU%E8fL^pdG)LP5P(tEIRSe)!>xI_h=8gx$rsoZG(KkihD&_bCWzXtZf-aJImwD`@1InN BA|Fvc;aN#eAQU;JK=1e7nYkiJi&bcs>OAPBLNQt6*!B{$)IiPIZc@=Q0^9eETE9ca^%yT92RT>5ob9{FnR{lC+t Yzquyu+?w(Hu6h3k;4)b|1UHgATe1MpN1FPqF!49RxAjbz$l{Fc+Q)2zco||p?Uw3Np~ pTWuLVbX|Bfe?)d#9Nt}Z1~?~O$9v3q}@Hqvo&wYdTr+~;H7wfAMgiuo x}SZ_*G23MW5R#bi=%F3-~$2Eg&q3XR*WidXnebL>JhOXW82sF7q02Uz2X4$zSY?h7IHS3Hx_H!rqf_$m?kQwiF% }zb{#y2;arNW2^X3cu(WE6mcG`2^ZVuxzgWA_e13Kys5)G2>ZaqImU#Ee(48E`V|q~NGIUBNVAWr?_o(bN729Edh {1^B*LB)+J|2U-o-{!^kr89ez9f_%HNL>zAk=u$l7YkT?zPk^Lzy0Nb@Xqm)jzbr||v}ey8Af2YzCoF$&>bNuD*6 zsvFbrg=UG&-)!l(@&zSI^Fpudk?emJ`3gFiL{~%7yV2L&-Wwz4++|hi%vErG~7x15 }yBL%HPn`|7?%vIleZG=WMnx;j&luIlNCq{OfDx`?}^`^olF+Jlh%HE%E+SC$8w6#18xk=@a2O@Du$@2jX31>h>z 0Wv_jP$@f{n`S{(Iq|LhQ)1MExv-y5#l4lP@Pbp{7#Baqkr;f5;@l{i&_XLme{H`f$QG$LcmL_?=uGjRVT&tQC2>V@ySm@-B0^gQ18GVdnV$RV|nOLM1d^spjb`!X9|^crI;?2i(Ni)>d#erwIo~N9kge5EOw?R6|?M(bl$IMVm}k)P#P-im(vx 0L4}P$w61cl6Qu`!B}f;$)1}^GrHINDvg!G`tX~XT(y2X>L06`bHcjh8Po{%vXLm85MQ##RT97Ve`g}y6Q9vX#I+ xE^gGxD5$rTGt>7dx>n}+sg=KJ_Bn@&mXZGF=t_Nx{vW7{ib->>jFohg;_IW!fmmU5f4EJ+mjdB3aTXPvIgbQY`H KdBzSlCG2UG-O;zPt5F}$&?w=iViD{pIWS{5feu{AZWm>-`Sm(PuN&{tAqGXpYIt!eaC*SsJc&LG`Y>?>ga(adbMOf-}+%M7%P8;N{uX6=3$c>RJ}?RB*3~; WlU&_AOn;-H6`M&uH&4dc%{^enfr5dF8rY0RqGQL6ERC1JOwIOzSbfD1A;R%A*$D1RoyKL-sot{Rz5OP=l}f2~2M0z6q7!m(;1xI7j+9Xa~(84pD6`O&no ?rX;-lj_+8aX4igu|sbUBxYM4@@1~lue=JMHC16so_kWyu+rE|;0LT-OQJ$u6L>CMwSwoRF)WU5%wenE!Fue+L0= el){Sz;PRPj~y7N)^MKLVTTTU6^_0j7~M1q~4%wT%DG{QOs7%r8Qa|Q9aK~>Ma>^(%w|(><%@@tY52s1}S(5Tn6Y^MKt3A4$Ni}pqE(|DARhm%)Y0F4OO;all75Z3)ye~6= O6$^);c}NM$O3jSF5Dy7u4QE ts8AhkQS}GL-DcP>vG8CMu;4y$dtg9&i^Ju^axo+4Ke~mz#bnie3h(i=YKV$S8X3lJsQYCp>;x*5l>C}`>09{wws py<)0G~n>782i;D|h9kbBk58in5SKEQ5BDaF%s0XfhO78*^PCJ_BKkvzTSdsK}xYjz%bxAzw(HFZRpF6xL`N?V6= ;s$dt!C4B@vR1SQXXF=j*-7~=AP_sYO_OhvW{+`}tqEy|&ten$dvjRv(COXaGRR=b$Ok3AE7v`c&Qv1e>auLs YJS9y9XyoYJd6_{4OWL~|u8q1<1}SxwPlU=54FoUTkcYnHO2v=%j-F9fi5I#m2VG%%wnY)!)aBTj@xWlS+mvJk1z*6;3dqNKi3^*{QQ(N$_!ArC3sQ8q||bk{J4MdJ{`_%FR9W$m*wGA uE0wR9$>Sh9~0>)a_{% L5?4z-M8BmAZ1ECRj$n{}iLjr%QfWC$=>3Kj9Tv)@pbKZ%`#IL#)#MfLRH{RXIE4nidmS(IuaumERd)!;}8*HtWZ=X!*dk1?E>>xM%&9GT|c q~wXLPH$1rn1lo))PqGk7buwynbwlFC6EOUt&rgenLAdm4pBzmiV);38)*y(xTT7=veWNYUfamxvUYZ>HboaAGYs fsSynTJ9?Vy87=<2fn%1WvxdU0tGGpzEWVkZ3)=1x`yD?#_Qc_C#Ib)>2K@oK#2pa=w&!!0+j!@Pk3W>_;`DNhFJ Y5J{LLf{6SQo#$Vllq{V%QPUDU1B%1ekj!JwH><`IP} (2g|vN@NRLga%K@MevT}XN}#P~Eu{3tMhV-f>Ww~)EzD!4tE*Thzgg5CNm}U$Z +)Xd6{sHaZYVguiqsa#&(%ZVdZq43+o5+UPliZ&qtO6nH$VPlU9v7ll*N&8$w<-p2HLy>||k5gAhfD(s8vPd59iJ 52f_JCBKJjbvXk*sSl_UG-;)C1yGAZ#7{are+O`oMaH@Lc+|;?iHv9YU|rCOp^hLM>DC<8sl#ccghIG{E$|F%aTS an(1Zew5t{}t6@e_VLUBTEa72KpyVaW2=L^t{q2y{PkxCe*G;lxFK-kR`KN{ZA&ea~_OO;U-!Cz?&x*Wn|xmaqJ> R{0?RKe@c38!BCQUB8qIOWjX-8@AC~V#KmOu%_RYCc3^i?F)h^|uDsK@D$DGgf;Fg EM*Vl^lgXSZ `g^;vADry|`2gx31=)`%IZJCZG))ejpL(kT^2i}OU*?Is(ZEt-sMO&qmJA!`W!;LeYeDxDlcae74Q8YwShbkFQPS n^GE*rq77Abh42EmK-mv>C4a>^HmG=vzyggaqAPtBSOgK}7bb6k9AZ=*6%}=VA!Jp!#TCc4O9ED*)j$$YJShis?~ RMeX+oaY4-?z4f-CwDvY~&8)72$byi%k2Z8Ec64jUHJxgpprqVT+3%_5Mdwi{7MgRF45(*re_f#ql}2YnD#|y8gh oq+s@okLr!uA-3ha@-Eh?q4W=6P;BSWSw%oWf%9NAbs?1r1IjI%g~jqEDsb@xb_%*HqlhP+>?WOgb++CyeL+-NkM F%@2wOj#D5h##KO?Pzs{xi;GuwSu~Kn+nG=^#=Tk?rCJAUA#e?fd<#nFf61Pyb3>ZkJCv=(H9Jwsb{R%PQM2{OH0 ()NU*Jkf}z%aFwW@`A1eHWTH0l)4t`3VWRr|kS#xCj!cyv?tfU&ewK$?Ln+bZyu3^Qa?6ktVvE){kt9n>LT~nRz( GePg90}ViM6RSX1EOQDl=nl;Wnk2s)Z?TgWQ-J(!hDt?ouZU7R{t_cpUQ9$zx#{jc|iA!$~Y5MptY(fD>J0x6hGQ (QLN2?A)+Ac)QH2CQ>k@N<@OZ&w2{%qKmp??o3MjN#4Px+b(?cCMOH54dW0#dGooe}pis$RKBz&!V7<55v#Edx7p zQZk-OC!-XO6XgY@tQQO-67VMr5#L?sah&E;FVVR!=su1sOB5I_}ef<}!p5Hw~*ZL3Max|HQzp?p?b0adgjk7mTM 3Vs%#gE1PPHc#8PG5ivabfeOC)T#&)7yAZ+GFSL@#CZ0=lT5|u3fs_VxCc}kqa}GrUC~lZma=V8b82`)9xb#1bz- Ck#Sl6q*sXo%%+bamzVd@Q#3D!SiHC~}P7-8e==X9^nG2CsnkHi>)d)kpnr@bU2VaY2NP^5$6sZ@FDs4$Oi!@7|0 D9T*xds`4Rbdbt++<4Ez%h-1lWNT1RAWpkX}a!qk|U@YKyHL;4F}a)ni7C5C}btjJh>739kqbrDk7}SDilBCkhKf{ozzW5=MhA`{{=HO6HgeglFB8N(Ag5AB$3(G-9jDa_z`x9u&9FwZC#D5yXf*qkTW}_*PaUd!BOS7^DLq;z h`d`>mpmKV6waQ}2Kyu^oIMUojy8xWfgws}txgWlAdWudQ}nGq+m!;H;0L-iC`HhZAaj~P^e+OXfzFHw3||*^UvI {>=y4^jmb$U$`%ZL9I$`_~6GU2WX^|&k&b$$mMC+0V%p)6b#N=XOQ}AKIymVir(npz@9xOEWvow2+zDuBq)t3tbq yFqH7w4(P3EBF5uCpv^y1*MT-OrcszX%7qFFOG}G-5_iLAWnnFgZiK5z#U>Vy1K)CY;oM7r$TIwhI^n{9p7&%-RV *(OQN()oq|s-iWqHZ>}$D`{Iq*wVFf1**-8Y=+&%d8+A3CY0Iq*=kC6SLc#^CqBGhv^4LBvS7M|x);+Ce2SSW2Jv lR=#dJXEpTItxQ$n{$5xe)wUfk}*GLUV=o~UR8cw*Us?g_UC(q)h`G;cJC5TMc>Kuj+F4{~j%lX*8YZnT|nUKk)iM@XPVY=BjwY0m0QQD%v4r66)b+WyBk84vg4xN6-$b$YtsW={J=M@L+c3}oY5C1T71B^qHtvkEj8QA-SJR#kviU5jwqz1%WU+f LnGcrjdWbHN@dACf7L-mr$F)^tt&tOA^1t?r=@U;afnzzjV-@K3l`7J7-HDsg?jSW=eGX>N$%xqn7KVb*Acg*mJ?Lvfm;g*N m$hm1%`A`Za-B7I*ixiH1hf@!u&2YEObzG4?Za7)?dotxL$f7c5cDqeSP}-ImTp`fDmNo8*K~0Kv$0TVvcQ50`tLCbSxQBQ~(Sye06vRrpKishb+n964VxB6i9Lt}el%7R>XN3ob!_BCU7#@&VvWgMfX+F^3Fm#l<_f1I3l`>tS> R#bFG345g 3Mk~(VEUNth)(dtxvvMgg*&8>x#W)a%;MO`{Xj{->wx-X%Nxr|1y?n8z)(AFy3Id9^W7BTAc{MvnfXA(PcyRoE9I*_Jz8qKW@7GcB{9(mHi7YwxV7nByBSh`#W9H ~2vexxPX2$6VNE%P8Uz=NBoiCRqjLl*S8+a83kHp1SRPrbh~z6<1A}Hox*@Vz?RHG$8beekFFJ_tO#g47OVk05*0 0m*qN6oFt}NjEv|Z6(&Q-+Fxl(MY!&{Mjhs%y`rns8{JJ>3OyoJe`QQh-rbw}y{8v|i%(P#%2?PvzEH9O7*<|^Un (fTCZwx~0Jf!zoAUl~6pfCMu$Q>ZE{ElX}DsDE^aiZ$wIjkw1Qtg<7F+bW?%O_3fEUEj%T@|oFq8 -@psl2fQsm5l5@xZ=J!fMIqe!*eJ+!QkxDhJ?Ek9%R@waLuwq>o|Rp4GS#fQkuz8N2$!UyMApyQ{~Y {3B!%%b+&Y4Zi7qB=8a{jF=4N8N~um!7ugn@m)X>g=Mip@6?JK;H4-;=;i*(8!m4Crbq6}S#2>p!NFK~CQ-+|k23 BBo%a^bqlBfPVC1GXF0u^P)u}n5>?r0$|bH~`?eX+Cejv3_vy}`_8bC|pN0e25uBDfZNT86dF2+NUBQB6j+zv&qT 9>tKM6XhmGwVQk95z)*QazU@JyGFFuDf^f^+Pq%p5W%LRGxfXXbru(pcbB*lC@L|>Sk<+43=5GREG#R+%*vU+h8{ Vg+t{QV|M5d;p+RoLfG;|sku|Cf!0R9=Fk@h Udt5B2=6N36NCJY*K{{V7s;!<<-zu2{YhQweu#FDrP}gM=iuMIXbQ#qDiQDp+xDZ gsgxCS=N_vXsIc}95wBXnL5fxja>!b2RcgO~ZIT ~$`b$LDAQtVg7cl4aF?5gc8=#%7Y&z=M^MqY`zldD-3-8^gZ67`aMRKl c|R+G4QRx1@Us5D}9Hws+BpV3v^I2DNq&PeA7V*DgbuCJtWT2_r&|-V5$x0@5)7;Sw)*HMl04cuFceG&WLLx*zib9#Zew3h?&t)B sgB(OX#vyQ`GjVAk-3I*ECp9+5lbGhqw2`H@+$SQS%YeBjij)QlrVS6AbeNcBF)N&(K|zj_fQWZ1J9&r4dg!EaJoeQFk= dB|L&uQSA!%vh7xe2SGC1@q*HlY(7}CE21r(X~~lz+~YlWHO;Ue8E3+CNx}f&8j)XBni)*rFGe+UP;(WqTmT_C(LSRS?%eeuaHQv)U{6(Jax~owuGtI$d`(!$7HK R-#AR@e(Hjn9Aj?u`@fNM{1B1diL&&bI=#SgUQ^NIv9*UKqJl#W*JtStuHe>rMWlpvqXE}?bPvF=z{c8KF@ouJRi vLB*Wl0nDxFa8qf}1nW!bH=ojjOdEj{}WHHV_;a{5yat6*ffD+eZz3PIx$%+BD3g^L=gEwD$7DOc!LpKxC)F*)@x S+&HgO5w@Gp>1+nH452cdStp>EULSxa!YD941;SM}2rFmlLfPU Z$ckt?)PsG*K!nTK|64qvh3laq0z)XL(J+w^}Bvr06Lr*GsITOuwrGA;DVBzuk@E}K6$I!MTk`BT%xGKQ+oK|Qde{8A)IMO*dCV~Zw+^;=pH&VD`^>w9Td?H@sM-EsPinVIUizVHIq;K1w0iCGKGi CQ_?v*FQW4ughV!t*rW9sl9aA-VX=eGF#3zIIuIK_@=N8a<0+ZQaw_VGTDODMa?cuL2H)ZLsm8c6;_+c`wr|CF3=KzuKQ@gAsN^Y5mu=AAD3pZGdKL+beqP|wf-P<1QFec2+mwqY~=W18YMZCG8JwC0!LPPq0BZ) aZVr|6Zd1RDMJG(3NTM_OLsVrdkh~hEbV&ex*T&L@Jl !;R6j#hm6!bj@+)rc~52oME_TQb6NhQV!SpM;j&VX$i|Q#X(&ApitDa7~s@vzv5{@MpizI+yc@50f6lYm1*4tL*tT z*#JkT?0l21*dn5HvaSQ$y%Zgk*4rzs0cMYT-Sx$6vS=E@>nI%8w$5;Z_>3`@UUy8|Ot(UDxeZ0jV7;-Om<#c4(Eg?=dbYTQw>eHVp-d2Tf@2p!T1F6Kcp^3En)cZ63p$IOjpHd TL@Jj~o|rb}sMvBq?5XCk#gT}*IwBkD2PHnglK7243AcAnsvHqo1=#CJ?OqKwn*DGM`F&W_2n=m5s*!nE?e>Xy$) R=I*>DJq_XY%+>SG1q5Wg-TiuCZ%VogD#;B5~NnQ#VAPhdb(0{i2`ilB4em%4p1QH82R$1PshLJnKSu+b9*};^lj !$dG=M+7@dStPnjVC1vMBXCOJmiG++GMWmO4foC;F1Du{2%=)`o$VfPiQboAFN%&aEiwjDT#x3Jo>LWSdG6LBpdT o-Q0~?uGr0Q$2=ljcY(7(lhGGYnxyCTVkJ_;Qp(S<2t8$x3-mx_s2npJvg*v-n4ZyYz23p{LD^`(bh$d|rpSOTV} wtRrelRMc$e55SASTmV|on&iuxe3^}(JQJ5x{d}<`yr$h_Hx#zZ-Me1hmN_uTOq=*2C%X@qi4|hV+SBN? da5E923F`JxecqYSN0KT;UB$Zg7|fs;mcJWf0{`nSyRxZL=Kh^pfGB2lc7JErbabJ9^TRKlP(CJy kSH&+T>m$anA9s1~_x;DLD~TTCAEBChLa)Sqm%_46rK7wt)($T0Ko=OM17#fuRHLh>kTkv &?3QPkwU=b59o(<5k~olLg`$oyxx%&dL-K!7yRfI#4gy*&mbJ3o7UbF?}^DqGKtcArfTtL0bi_wp^cQUAx5`w>D6 iOm2H{5{2J&5)UDt3jbI?TFsYGp-WBi!bR@K5(h#u#yT44Cvki$wjbIfZ3DYjwj$we8)(Zl>9RI-H(4{A^c>3y(8 ;N!jhI<0IflkIQekdv*C>h9fxh+K9kMEsBS^N1j-BZjNrppRM!FHqsic;4J54F<+U)qaj0)97K}_VuZlc&-<0dfT F&u|Gv{-BPLd{gPsa=%);*gcmCt>!zohEua$C?yE{wbh$B5&uR8ewPP{Xy(jx= =%jPlPBwcd+up~Ja7+daL5;**lHX{=g`l9g3Pg#tzEOBk?}Of~5!()(8ClpX7v{V NCV&i`H!~N=DdJ4Q7pD`0T+o^j_YB8sJuuDWJr9}AP7#DM>V(9EiK~J}Zx>M^?V@NEk~KSWW}j@(<|pF!%P-QQjD9K8n;K>l`J95S7G@;9q+Uy;5A>!*b2gVgmp~e-B shLMhKKCvdZV-opl99-bS;%T+St{HjgOJ)Ym?bRavbPzL+tBVy_S*1uyOvSva9CY!=HjAQW_~f3Wj#Cn-VCH>$5S &9ASgPU-IlZ8lncui>1GyhehLrY;s4hep3?d(BbLV8xW1APQ~uW)+M!P@h)kEV!>2RP4n^=6WOLkHtzdLwmfzb~>x^b8j8A7s4X|dJRytHySj BXNQbow_Q_JC!tejmNmEW)b9>RuF}?tJohKWd6wOLR^zEyNR45YN5kw){H9aKx7VR>p()oUaPc-Eb=XWRhAC1X`NW}Fk^3;X>}5qKc~g^#@3%F45YrEGicB6WXyK jVTDEdkZlK&fQ!ehMQLJ9T3&Yre`9b^SurisnNJ%<-d2u6*wt>!1>sVx1gijCNriokEkbdX@uZEvxUVuwPOWR3#9 ~)wEzQ*7i@6Ve=$uD4wTMwvfojDkY)loPd!e^_rnQTK16j6QE@e&vg?<1UZfJuIgo?4G8o^OKE ;^#(6kr*V(uf+*2$#~ju8ZT=r;6*?iK3fWTxz&p$});7&;Qxkw!c;pX=14fl@d7C2)B*aW@l0Ut}vcvQ}_Dgr;R~ Aa%`prBiNyYcLVrq2g?%M@x^SRz!1-^w^-?t(!d?fNm?3L2IjZBIlmhiJZ-a@mzk79nYxNOf}HEkC3_WJ8~ip~9s>r@J@=Gvx7$NWaxEgGh8cX`(1 ucn1*OaTf(T~aSxESrcz|VT2sRttjF3^YBzIr@$d%gur`&NP|fCw5|oh#2~oCLLKM#+ozIS3KiCrpvukgQip&i_X ?u#|Q=`Q*ZZ`?kYiRTs_jswgR`W3v+DBN%zxG_;njdlqv#jxOFevLaJ%$%$XdJ)SX7vAzql2&->g!-oCH~t-17}A T=8>LN11WWex>%}KR5(@C9aJ;bP`Ufg%BYhd3=DSUMeif@Y8jzeOcdw^2?UGnk EDxa#bbGrel0bTpZ`vV(hqlwKA784fU)CtO)6-%z6v_s5jE3mTug0d`y3r8Xc!*+#oU26SP#EFt4)qtj)+gOy)(V |?spu<`#diH0|Kq9nX%&@CN%we|ti<6x4E7j48S?&>$N^#K9+(QrAPN8ps%VMkns7Wh*B|3ew~wP&F;zDEOYMV=#oEOTFTBZ6<(gIof>F`|vK |05(DFj|esfuGtN*J7HAzg2!c*#;kL{{{H@!xP!k`%9?SfY*ic&m#aHtlv&NTy_Jyy8)u7_t$3 MAzZ#!PKS>+%5;$SzMp)vW|MFx=Y8-S!w|lp!$$q>nM&J+#{1}_Zi4YcRA)na=OxFHZYizZLpGSjR|| Bo5Y;|sAFPWe<^X&(wSD6GQ5ebPWq5-3zM4_N%td~o3-)HVQ-YVM`f){^lQ}6Xtj;5ZSHg&yO?u^#*o(N;T&&#cE `!56I^579ri_}4pp%@7i|eeC;W4@&Qmpt-9^OdA{T2 ZDGXgdB6K)_4%HhKF9eb3$FtcyF%fz+=I+N7fbHR^zk_%xAmrTa)QQ*K#wt8s+*GZiSlb8Z3$Jj-R-iK4r$#^hg1 dV#1KzbP(zzy^e`qM|7{zr4NHVV7;*84u^t8H@7HwJnJIO!2c#}4=%MPptpE1M%t8uoe23>lYa6P@IoPJSKt-eRA)(MrL&y>`s wO{EMd06b}{jRE>)xwmk1ag(7x*nDVlO7NU>haf#UE-5Aa{3_mXlIRMcd4-`7R9Ywndd0nqU1s%HfT!Ql${luf}C FWs#|ZJ;>A&rGs{RkbhjppQvLhujG`}QL(>$q9;X$7u1k*RZ?_NZzJ0|g7CGJuQ*b{%JmbI$M5KpDTm~Pi5k98 IOiVc3YFT*3Vt4namEce((el+qc8v=DcdAoULY?Z&Zkw5&T2)qds#u|Y8r=x}68~RMCc~D_4Lzl2;6nV@EBF0$V=TKeR0O(tuXeRn~$-mHSE D4q4-$`I0|8uOl%$Bz~wh(Xkr*w(gf3_Y!dg>m-j63 ?X4qkHZ8Ahj{q}jxtIfa~vfS*2L96J@q946+3DH9!Au!moI?-V>`9M8D4bJnjQz1ZTv#Kn}a0sDu$N!Jb1<$w B&-&nxzuA#|aPA)p~1)uWQzLWXOXm)pD-pj7i`-LtF2Hj?dCBDj%_LLT#7km2p#L3IqL_0p=TuVj>mlZJ#9sRKzE O9Km5`fzez>Hu`$1nK?v`4R~G~c-ZCJ;jCxZ2p(0R8qIuFeSsVb$kq6>)ib~K8CvEpVw^oq;3_Sw=(Z+m3zL&o$g cKA*}*fW?yH2}scerz42+E{HOZV93DP30mxnjQKFiW($R*@1FtISxv>g%pv ^)rrPbY{rfINRm7TrITLM5!Z{(1&0=nl*7znN+>#g%`wA@6?)JxG1HGbTi4EJnt|{%GI-8Eo&6-(|wVK*;w6J+>? 52e=szKjQn)1#%-wUMhHWU_V2*LLK9~x7OVi3^;x5_5Gv%lVG-V-OIeH%H%0Yn)f(>kI5!y^wmK>KKgE5c>b0XhJ aCl$oz@3Rmdl+rx-i5kvcior+9EBdV`)wwL`F$5H&&T7&|Fhr>YfLPd>yAI)s&yMs%foAQ0%Vs^SD8{Jl3+Bs)M# ;<>0csHjHjG%jgj6Hjlja=cJzMbzjK_?nRrrjg`bW=znUtml;qGVLo-=-pPD^?>J&hKfSS $N77nz4$v0VgqyaEa@sD=cYN^2@5dbo(6vAgY3Q7l_EUYK-ktI?a;MMAk)+2Rf}TOI3Nhrtf7&N0eYFvN5=V%b#9 dC-*(=}m_Ro5lyV;t*Kv5o;dJ+fEgkLa8lwdNB JiPLB{rH%aAeOJgjPmWT*#W-5lJfR?6)I#p?qqP;qPY{<1>5~*^QI|+i@je<)i!^kGc9;b*bOvTQL!J`|4@L4Xp? +`n-@Uj8Nf{Z6TW4^%nR#Ofw&ul3H;~+oqy7o+?3N0Cf%kew=crc#VuFV{Xe`Kiimrw(tGScCFIsSsC(#l&? wjBrqwg$nQAs?N|jJ-iKojA;lM%F?)mJeFCWf5d~x52b-XxqteNx5)omMSuMrv0lwwDl`JvV_)1G-6S@thK2< $=DRSO;%nAj9L&LPTwLl7>JLi7F54;?O_3GX+l0I6qRCXb;(_HDG|FQcH26$nj($`m{2a3%Id4ClqtxLHb1Ce@#a 9z#u{vnBaLv1t-^2D+%MZCVYEx*s}RM`@s>x_8=Ivqa?wLQD_~uqRSJ@uCCXfibg6C%k5$t@P(#ri#G-`~*yc{_s 3oM&;#;G=H`iTJ*BV+Ez)6*Io&odxfuND%r`oS*X+|;BlHQ#zY@#X*av+p;=!1H=H@%nlyM=FzI?v&+!x`6WJt=W `vq~*`dekqL-RBZ43(KG@086=mcSTxNG)RM*I~qN`LOM?jMpY-o5AEBp;+U^PuzrZ`GJDDnQb)C{O%hd9cXw3Nm>7<4M&YUI44J=E|x=eE`t%i&*|s7 x#;{1eH7Vz)+lNybPbMbt|fQ%`f+tR2QAcO&{%Bfj3OI-bCO6|yP6DZvI}bSGkHn2Yv%VJ{9To%Tw;c+NNYH6W4s z&&a9k)dLb()%BbgbvJ-e@r+RbR+NR8&G@*TpH>VIdZy%sM_R;&IJst4OiOL%eih7e&hza-#FH5ow;MOJ^sd41~;c?YZ+ @bWvwZIy`Exx->n+;9Qp(6{Z!A-`qUB;WLQ_tIx}AnA(jG9`yb6s8js>(PuHri!LN}G8G-Oqxy{%sNV+H!?*$%{D Fsrqi~E^rCQ*feZ~&Z?G$G%Fs4Xebfo07D+!vyiu%8wx{9kvTk<|{;%E|o5Ra^(+zrIcB5U}X(v_V@>gUn-rrSYMlZL0*)KyFuvo_upYqw9EsD R^HAHHOBJrBYY)tw1?-(!H49!6~VZG*r=9a^Q_`A_})H{M5cMPB#CB~y#-thJHEcUDsketZ9MGa=Gj9xXyho%`x-!Ks!l*L;`D4UMV}8Im01ZpjT@T$gV}Z4nt*LNR$ee|y`9qnW4Vgy vt1^MO=@q+Z^ctsgCa(si#sM7)&t=pPTc@h@v65xvR!|mh8iTA;ae@x~?-P0xDUEfRiM*CZ-Wt*K*=iRF(9S*>gY ?X8Q|4#^`yR(R{GYdIeA(|&S;t=>Dh|~M%4lnnI^XPh4127|Tn5SW7yt1Yi#bNf3i7HYZO}6wDkEjG `-)f^?!x`o<4qeqO+Yf4Ki5SePd&>1hab6F2~Pky3U@>MulLPOJv0!&!ji~|sd9 tdx}4^wYKbf6Kl@?jS#_L)=WI^F$_r^_0lMhOmn^ykOb*qHC(5wtaP-%6-Nxje%dCoTa w*daqQNdp&>tHCJOgex3h|RWWyo{YN#49WPQtjL_M6lzbS_aTz}xglQuKBL*HgFIno{imZ_kAzjD! ~6v}`UV`tw``Ay5QnQkOQBMMvm7gedCtx3Kx->OP3nuS=jjSBs!$da;2UZ98zJY(Ifh@5M;+@^lrU@NbMdNFN l^e=V*wZ52?DC7L&=`Gt%gF>Am0a&T=n6sIxsGsY3@9sx62#B4N?-L*O-cRMx*mRM$FZ$1$G)-z_c;S)%%d17EjL {i%hfK(<8i+doi)_W7A|?!R5G<;+4IhRJ)Vi|O{7=#JQr@h~6%L4v~61g!EujU#JZS-b{#1+jII{|fp+ZZl&o^#8H8dSj#2U|=i>!&t55SgcHAiMwMJX ~*W|0{O~V^2uX~z+(l0$9iUGW$?kG$*V6%;B107Z|(K?b8^`b^K%(cXIIErj%dnYSq2uu!qCP+8RI$(=icEO-R(EE~U2kvDp?j@ _DPWSfm{pf#;Nwo9l!r!59Gak3$QuWHmi9y=zyedmW!ub(_==B8Phy!O!Ju0>CxM? jvll5DEy_w&31FNFWj15b=Ioo4UJ;Yzhvgz@c*P bxK4txWH+T4%zSeZRU+zR#q{lVL<_-F(aeQj#jG0rSwvBEXm72s&xMsP|tTipS0*wUK&K1TgqXtoW`#Bv`o41YPN sX}#HOs|-S+#!Mwlh~r?a{omPS;W<+bmbep|{-DZ_zwztMurtTSsrr*6-15lqS;hFlD-dYO1YAcW=4%cH3;X)s~s gZAN9c-eQaF=q(0hhj^YbBqmP4@5^NP*X-5;u)OxaQ%-5C0smlEsptvP{c(J$#xZJ?P=ZlI(_6D-h){d|n}+Z$R2r w+=3-ytEZ2i2>8cg@d@#P;lE#0_S(Icd=(0r02n&^NbuIFijyhDkU;A=-ZI??a7pAplsJjj%YJHGm&=N^04Qi4C4CW3(Wp ?#x(MSVJwC90-sfQ0|x9e9+w9?NWc+RQ|bxaRkwdC0Y&qDr+LxLaINWsLC+M+Nh8j4wFn_f5jl;nS^VvWov?G5c? Q(P-BqBMThrP{GVOo`yyrPo@iH(n6`B<)V*g+cj0?R{-?9M_fJe8#WnIMEic9t=%-H?<2fR7D$mH|2c|8VKS=RvfAkPN@}%|C+!Y!9Cclh*XI4+K>Z6B B7@N~gn`fi;ct>MRThcD|pgxElI#hQ+v#GjjwD?a(VNK*Kbyq2Z+CA7MY?5&i$du#b7LK;||e=s;3%KVStU-D{jT4Pz|ANoeI+d|W#CVi?{FqDqO1XOJ&b6>1@Nk>-Gtofz_GmkVw+tWB$Ke8$t+5;8WeX T14eUcJmo8c2AtWNbWJnz@{af}uQAFuG*I>5P@4gS#7SJiJH2i&LD8ZYH3;|-&qMndo*&NA`!joog1&Fz0WHIL1FbFU*l~D dXf=rEhoS$w@Q7{b?in=resTiE_46ReUhMWE%W7P+{r2h`TbR+$l{ihG_1*e_&b+Y1zYJ%0FD{QmXTn^4jtXwy;% @cbs(sKtZU3SD7|v;YWm(j?9`IPs4#sfM!dZQUj|~p7+#-5gjLnw7 NybBww4NFUjKzBxb632FbD32=I1*6TWW{MBqZn449E{I{ph7Wt5Ofu27LTA*)>QD+BY2lRZ1SML7Q48GM>;l)BS6 Z_whSStBTXDd|2^<*58~=Tgrs_Kw>t#QhC1!bvkDIUCsDqNiXlP)4kvwr*5z^i6gv|RvLQcXf+7K)!P>Q;nmL9NVPEhf s^>RSRFRg1)wid|Hp{XB}+0o0St%&QWW*zSE;ETA9#650=H(@t_IiM^s8Mm7sb0#s3VtHt(X{Lj)5PC}4; AJEpVU^fO0>4W~lPufqGMC+}wss6hWw=hb_ai6y>sGnreH7MtBxh;ZOO}Z)G6tumsaBqMn`T-p2yhm~NE7VR^hui T|ulmFGCtIm#CwU4mtVLK?;CO+lI^iWFA~QKN(FSGv3G{-7)z;^{Q4XT=Jq`wa_!g}fS}tLp6Se*mR3cdcfF9-GXZJq=Sa!c*;Ix$mFa-&{#lb9N}y%JjtXW~2WYywQjwG &AMw<4E&akgC-n_6=+)^N6_KZz&Z0cY)Z1kU``&2?~l*zeY7@VFC00i_K-&>$XWOY_as=Sq?6J+!zj`5j7D>9&eI ^pzJwJ9JBVJBTZFkdV(DUzJLp9emM||zWXXnU0{w>#YMI{X695Tw%I_T9mO<3j3uxG4ucKFzoYF>T2bz8ajh#{Ui9AM@)Pnb{ek_BXe<)%f9X~Lby;Lo#cwqdX_^Z+5YTZcjcuqz4XYrT l{eTHTBj>)-B9*U*{K@?j-e(0OJeyrBwyDf8t;t8qR?dD|ye`1PJE37F8H>KhI_~KqdJ{?20z+n3w#HuO$#@Eid! huXF+%B+_Bk<<$wZxYG>GPnE5V(;G1w%cCE}IhM*~MRS_#J>uEs3-*!<9M(Xi7m6;FlPuzy%kvs3cRx_$PD`!1$ZHt0G^ nrf*8Xc4QZ4pG|oYtWeLsU7&14|ETlLKi$acQM9-Sqdxt2o-55u;U{1c7X5j=ie6w5F`D+IC1TCdK)Zauo-lZe$h $e0a8!9Nd7c?y)SMU7ZyTR=DM@5;A0Y07C_b5ipSZqerqpV@o7#-8wt-i8VnLAyf`a-67z<96Tx)ER=7a6)wLnqc MV+$U|15upHbWE}eEPcK{u<6)XjdL~DVKcwq(Ih!QDH#_Cxj@FKKtq4KT@ezj;mxH(R^T8`!m! UX2apW!kc76fzM{=YN0__DQB{C7cG^89`?5ieaDoa(bnYF 9&!GbWA!hl(5PhE!gB###-WhSlZ!Dk`1Wz?EXs{4m_;sVQ`tAC}3Wo|PaXUP@Z%u_ B~O*wZtl(-MF3IsL#RQ7^s0as}nZ$dqr{EVk9hww2Xw3WQeLo&wmF5+v=@77Ej{xV9dI6yQF)(9rm>WIQ{5fG&Uz eO80_91Kz?JpY;KB@+pJVEC^`9kxULP6g(F1u_=?t~SzU=;%gdnEA@^kaL0pn`IMmT5Ev#WtOwkz0x;D&4_(Rah& mm;Rc3Re1-Lhv_ux9bq{shgi7x5RRhzh+M%fEumC20cCW~D6DAIV~hpCy}@huI6HP`-Zm5gM3Q}n!Vqzs3oj{Sb> zJ&>!)V8+KCctsU8Xn)C8Q33m7Sfu-ND6i61ZHtGx48HVOu}?^oOmI*fhq@0?rq2z{iF`5eNVh;y*%4oufpes`4nyH&jKk%qH$dzhyTOhE2AkoSER-LYx(~HQg^x)*Pvi;O>Gno|wfmgre+*c=@Xc >MiGxTy7|I2_O@vSXQ?SxtboPoPQ|Wjt*$cdq#Ask^Ho`5S5BCA95&Vn0s8OQ=@1c1XNVT5;oM(~@$2c7hLfNJR5 #+1$mJ9mmou_RHDl3d@#opQmw?Y-)0C5&!oxHDLNo0RjjfW?NIb|(=d$JVW*@iS%V#^@(moN+9JI7 Ab0S1?QHMdkChUwa=(TtkE^Iv+AWGS5e{R1z(LB_IdmySd?~nI=0g9yNud62!(LfKK5Mpo8-;pyugt0@O`KN{xoJ !#^Auag0GeStaTY2i&tZ$7SIOci7hcKuj{L8LfaRDlfeixd+fzW3{^-{~MkMid~Y(h`yikFoR|(dBT7U6J`2uB(N69AvIY_q>?cY#eNe B&>Ng{3{`{PoJ@Lz5im;;&Qt9xM!3uvG?E=hqXvA@AqC3AHsDuRL3GSC =x2G4p-|gq8HSnT2`6Y^=;c?eM$IGgrbV6`8)>HGU^Sj6Y)74QME%bBqAZT917}X)lg5rq26urC7R3%G6N0rFm6`*l4JP8;#jI{>a~M6ko+4 Q>jx6Q~2yA^Sjz6GjEsq|q7FC7~Nn;YAMk9Gm~NW(yHIoY`%4ei$+Sm63*J(ANyzK=$aEvAh!tXylbNLm%=*=E^` ye7v&w?%HZ#c$Ke)QuAXlNBPij$-5g%HzdO;-2PUesOi50bD^KX0g%fAX*rV1{>#>*{<5{3Ks~;JPXZEw%l(hv6( ZRy_={w!_dkNZ*>~{v=ITxJ>-w#qT@Pu_)VhQ}j~Tv)Z*@HoC*aF$+*u1vhIi;~<-@< 1=A(G43J}+AGWW)aDE3VT*>ldJWh2sSVb8PDhw#9$t_g%TprD*z227VgMu*wz%Z_8tXQay&=`>!>G${A2l7>5C(c >N3X(n8<#cKGA=tJj!($BU4!AY7#Um^f-Uaptw`5BO2MlxKuqxZaNuC8>E_)?ZB_2%_`VHaN2R$yV nZ(?X!O4#@ekQZ(z*_77^N=r@Rkv;&^igUhiI{t%*!92yC+JLyzIYC=r1T#Ym|&MC62Dqo9tTht*}00Pvj+pTl)g kn`toPuxgwpOF^nHoI&$7q?`#+l?GQ&|lZfYFU6V@;HDnbc+!LUdiDe1*^L9yA^*7E%N5+A07V0adZWTG{BiR{*> b{hhQ*oamd1VrS_`&3%2T$5R3+Y)P9!uU3w*U6uy6|P10~((8mx^(Es%-m|Ti@^nZVf14;O`3ax#@?U5G?vxVUcy 1`6c&3^S4z7xwnrMo5$ezYw!zU7vv*4 pdjRGU#bke-mrk+LfBz*z9{_9(B7)34G#JJ5htYv?!b$v`Fr?659Ja?jT;ySL5RaRV{g&jbYI2dLyHF_<>4;Sy>?-Bbr8k+dX5fw!N*A;~g_9%It*5jYAA{!>JOT63VfeAqk2Y(E)PS}36cn3}i9;B>LfT>JcOfQ)$>wj>$V3Z6l8#B276X!!d^ctBuZ!YIY)a7Jc2 kI9-o6_UxvVUq7|KLvOooC(`85(YIdGx2CKerFSr0oT`#rFg@kHOV9u3i0UuRT_8-oAPJ?tl2s-L)IvxrTB >H@0&1Qn>0Gxc{%NUxT<03P8-9rT}WUeM$afX7Z-?OG!W=~i=?WY) V_q1CpVd^t3;5_cJT61GzU<%SqvZ_9h^`sPNp7{1Q blLXpDPeZjdJ`J%Qy=A)gi|b-0z9x_P0@qmNLUWLAIE>H=Qjf-l;u0jCCEpgYV?)mJW#$aeO4*(^LMqrZA*(~oAO cwgIoe-(KvE2ZL7s hC9@$j86`;2!>k%kqM@cmGumT`I=c7w7}If)65WurvVNf_qnrBiFk5E<46t}9qT<$%OfT6k})wxn+|Z37WC^Zwyj BK;J0x|f(f?IAt0650@&f`D;vrzPK5I8_{D|^d=)ReDo8hgm2lw&^0X6-1FOJkQ>k8LR5{U`MDf5Ah{lMb+syqE) g@Ui0Vl+H6#IVYcErzLvG!z_|p!tql 6Z^S_%)`R>BI4d{>9kM1QEP$QiQedN_#y4#vI3J0|{B6EZMAcXVZ%aPcnC_S&~22}2e4cZe311-of-F PD4E^TsG5U+oJQ;V8G=Lsf1wvba4`X2f!iPVb1BQukdxdt>Q*{c%8$_=&hC!-G{089B*;#JGByJzBe=f3SA9XGA2I3muVQ_O0RPmkn9ltN+8)LWgH9= ixlAiW7Q-p<=ax5uup{*go*_gV{wI@g}WXf-2ELpOHZC9YdZ@*!PR@m>eX?PCHFrQw#!!2qsN~K7tS-OFYAYOu6@ ))nlp$^J)I}(8~t~a{_#xWC6ZTqB){?=boJW2cMX*rf?{#7IVhDc=~gI8M*PeocH88JyAfFE&RIMqG+>FXlh2&6mD55q+KKyTuq~hDi3EM+ ~JLpJT^b ?X``K)t~X>nV!1^o@Dm~+*L;#rT+w7GP%`ijw;*=%TxPtPBK4EH07dVHJDx{!lq@nk(eS|+83=7QKD->0wdkQL;d|^pp@cLKToa<6X*bh61*cbeV$QC8W+w!O317*ad;kjz%EP5X3Qn9Z#<($TaKOia#VJ_joQ()#Ua;hT*} R$XOg=?1R>Wy$iE$xO?{CX%*?0%(T6j`kzs$$|^(&TcbUHJ}&?Ns#9!{;jlG#nFOKv!w@=Ck=>cRll(a0Z^-(0+e o`6ZgeFKpons5mN0P_%-CBf5`(<&^LC^=3E&Ly-upn1`b=om`T8TPzh3;hTWXWQo3p)*S8SKJ&XVOnJj4CK!C3ie ?uC1OI_U(%M)sb=SbkJkvqGGE~;zr<>HN1tH75tYG0lIv#%G>LpBnVi!~$@9_3_qnX(x4HVvAc-fdrRJQ%t!IG3t%}B@OA{=Vhvt2V>MnRF BL#A|e$z6`ePXdZ24>8(J7BWY9lIA5&BR ZA0L^Ic7Hy(gY4bmQfy-fTZQRU4>l&x7oA&a*Ad4G)jrZ@T?w*LT^NwE)A&I0PG3AL8dm4WXTt~-oA#iZM0Gj!W* DSAm!gJ5`4RAPdjE(IVu#34r^JrqzQw$R`E5lbO4QVdnvjGbKGyrEm{l&DC!kt%M`&xI0O?P0=c*KA_2v}o6-|pi^gPjr7vHme&B&`hEhpj^8(`n3S_Da}OoOhBjB_|Zj`2HpqD2xipoklMRJqE$HsX?m6iI5=S6!LIBj&0ZN% sDAI~9Iq@>Esj|pSwj=+)ZWrh&IHV}7ku1l`jcuzA3LvX^v^PRr+8r@J|bLx1+|qtkIpGRVcjr&U0jQ(799CEp^v`W)xql%`9z**q_8eeo_xNEZuHl$X)8F)wfmLWB(iX$O(pKaU-f? ;=*`Px{Y9GNrBPpRcO8%zrGW+XUi-n6)pXExppI%OVMDKIQRT9lF)Wq`^>! I0SX(-@0E7$5y?hx{}TFLH#%O6^s$uKvM&CT9hEt?rRXGhbUrNSWdwv5Xc7hZ6lwj=L{RQfbYr_+|E7gt!pv*W42 oH(WmI(l$LJcHxpL83HGvC>l`zJ38NZ_+V>ldap~tpN(992sp|mN$SK!mD+Uqo5$lC-i8cw3o_cscqU2J|{dE%cM R>PYbweEgkoGki&-1bE+9j`Vn{nmSKQhY!hV|mV^r_3xYlG2x|M@z3RPtAhZ-!*dVKYl`F%^HJPfMt$;}`8%p<(F >=Zt4#Q%W{HZZBxeKXz+1BMi<-WlEuvSK+*UXu3=tZM2M}HL;>QM%dFw&ClMXFxJtx#~5^_*s;AEy(Ra6Kwlm5wp !NW@YOY%3n{kpI;Mz6C;<33%`Z q4sVjs=3QYML{;JkqIE)pVXu^=y2%G;whg?@&+_q$m4Yi!!L&F4-Ma&&@~g=g5OGRYt&SX0|mF|Z=R)0CUdGMLdo G%cv4LG+q|_l?p)H&^eDe)jiZ57kiDl86cN>o02R=okluf!I7hplV~*2f6s(y`_+c)H;R31R-ecCfhVNnDl?-jSK I_=TyiBCiV=oS)37|ZB+w;q#^%3GAx4bJzB8jFJfuStpeI>1^JK4!OS{O_rAey+&F{c0z29VgS7T-V7g |7^z=Hq7mSA5G|^cip*>b3O5XxKY92U-|iG&OqOV;*@zreLfSCOT*DF?*xMrDY*f${i9jt!XOvob#^Sd)9^Ge3Sl G;zxdM`tVK?*JEm-7l6hu(x$J8Pj6FMq4L@q?4)#RJ^_Xb7Eg}Y1S3+ta%0AuOX&L6;l6;|b}klclg&)4`swxTCFtXRbsKqw^%W3Hw`UFp_ZU34;SFA3ex-TY Iv@0;Y$n5wmbWSHvbac>I$*%bW30?WoK(E^Hipbw!tIZp}2Fyij2BJ*)S<_|h5q`5mtNW uU7q&Nq^*Mzj>Wi9X)OrR=^SQl*=cxr&RjSlQjKFUd{=4qI4-*H>@dxGrqHLaiedx!D@MSQ|vw`qS0*oA2BOO5Ch b)O^|Nsr}GvG+@BDRC}%l1?SRkRHu&dtINPTB_5GqCv7{2@klpB8ivcb+MKYRiNlZou+)~0aA$>uK)%DXKOOddhy NMZ{N9nYwgzN60KU*#!6sLKL7B1RQNZM{|gXJ0MM;g}V{qEl?4B|kHv3{FpzA(tKX3o3Z}@Thr2Q~lg7}vc<=STaDPxMT#v1q z54%_mm^3YT>l22Z2y#yR!K0}UQT8SX?u08iwM3>iW)E?6kQB-(&a!w`&{v@W<5Qk%Y{$$o!?bz_bBsr>aZze4ou Frw=5s0z__*L!a*+GEAEaB%+QZx@an5A^r@@rMz-BRGxke8Hro7r<_Hxm{7-%un)Rn}XOqD@);4sHZMffYEJ?k+0 ^9W9S%2#&!`VL8 V)fSUC~wG{<#+l607rq?z1r*hHTg-AgO>NZp(-2Lls#-l}3Sz23^AILYx(`7#Mm*!0m&BliZanQPb{x8ZI?CaR0Z z;49Q=aScM~HJob+xFMG>l!200_RDWyNxxw|TIa$|IK3i-h<0aANSc^c%2{5xSkAK3V_ySbK_tL4i7_NRAe_wVT6 M-(gn69#&i3I4zk?q`HySgek4bEyJja2I1P0CEFJHF`X#4T93`t#GL47dEG0};6+w2`tTi&^0?q5}ejv;a2Q-X6+ )&(A51cqm4#$U-qcQ?4$RE3r{P%@7;6apeAc1S=)G&EA=MK^zY!Gl>nxSpH} +)_c{D2--i$Q?L$yhXfvCF7c6X^vl|aY1?j(0R0yRB2i-uP79_MJ%eEE{gW~}zJE?Bak)ew7k-Y#F&#@l#Gl*Wdv Ep<@sggDR2>kPnN+K+$zwGsI^4UNW-?2^FaZUtVIuvSU#BYA04kc(sB}XUPqmJEmxbaBXsgf|QMwWvzibTmwV?S0 {;*g*Uwe{ww^kf5z!p5Kwv24k>Su|-U4-*`nCi5}oY$4pXMfiP36hMZ%hCsVaCZ(+NWZMp_=ueB#D5mNhQxO;NWW -9#(#tj{?`vHk52pXt9MVZnj-ltI=wb!KRuxdpvni+c1{Z#YRP}S4olZ~+o!x!HFPcR=c9~jHkV7eg%5x>k9_$od CqQkS6!?N8E>=mI5gn1qAM%7pl$;1B(JE)ylyU6yI89zGv>0d}MkQ`rwPEc|q&$|(aoFPwQ{AyzzTrPN!BJ 10n+D!K{{oRhkul^8xNK4hO}*zT#5>a2o-0?S^c81dvh`wX}ODxPhY(SXr=tf9~vO3Vhn{_ackWr5M(B1sodt-q<0U{`UE3hE)vpIjIl?GYzM#%#y-kiADudZKv@8<2FLHPAvKqEzF{sV!;F<9HihjYJ9+EvIt*hZz=V NxZs^OorTU21K16NSYPw;Y5Il^3;eGYnnEM2NNc7~X?wG8^x1Y_7eH0|3<1{r18G{u H?vG8l;S<+;IX0Sw&0k#P!J>|t_8o!%kgN2XvQtQm$$!$kRJ6WZmAaT`nl3w$iX(jr)ZD)L?Onkc|x@<4fJ_M$A>@xd4OJy3?jW^$7i g`mNL9KX8OWFuQ=m6e>@A^RsQ|@!s2DKVU5^#${6yR2=o*0ZoYNOPp47v-fk_w}-mNu5*maizliO%m}P<$|J7Qc}=O2=+N5AZCK))5>nB8PHjCY2&TcyK9%;UcD9mcNxx;&tl-bSQ%rcjy2qqABbWX4&GkTZUoF0}_|`l 9I9|WIwt8drjhp>*&p6;7 ym~6OlV+R~pJ6~wuK#_%KW=ZX-dy6)c&pjN2ssrECw2qbz(!Mukxo6O(P?1_0JI=2FbBB$Xa&&2GbDbia@tUbw)?tiK@M0kM1~H65p?u->yP;*Kcj~Q*;wPFaM8fd HJ1Y1! EMrG9%#}RY90QwE7u~C)yt~xOdXNV>m$@mxPD-;Dap%UwZ%@!IC7xzfsh+l9_GjXU?f+>%9 Q^q8@Ha_5@v3>mIU4SoNmhaOMxo|cn{~4-qBEk~Ayye7SX+Vq;Y4=i!u|q3v|dfdsN-ubOZbW1{7I2z)AMPbYVi@ l8O7_FAqaso_Y?Ue4U~35-T(^+@o7@rpldo5dhcUtVmWC{Yg~$vwC48L4v*(WEGw}!;TMxx5gY!p1$9?A)7EpHJ=`Sy7f;92m- >vAK8qU4_o6+AW(-OacugF^)=h!6b*klW`pjRS)srr6}hj&LbXyb&0AwW%WD}rInfrnh|>=cgZ69c;-co-~$1~oF _=TZf=Va*h3BNgCI^k`ZTOareEPsJ546%{UCN-t?>n=NCUINnbb6#l{At^f2V2&Ovcoj2Ftczf-}`s(_vpWe>zPC !R^3MYrzuEO%CH+K%}tAq>-_hica%kGi4b2Z#w#vsmR^JUQjqxvd63vG ?7^hjNU!;T3@ic-=2M+Z=4@Z*vKw1>Ad)l%V8R1Fg#ENmLCQn{$W~9Gt;~z-l@3+u$8Piv!545lp0V*H?Z~aAFH% lENBlgXeWb#Ft>o@gdhlE&h%^l_T&4MU9(=t)LQ@(dGkXg^W(F^Az_U1THf=)m@W(RHXnUTqZ{j&k+zC%S_Ij?G$NU~UQV4x_WgQM`uFeNxdYDFnXe? iZARLuVo!vkH}1d^`oih55EBT0UFdT)xEP6pdlR~GOFlOcDtZJNSp*V3h5~93O${Qxcpqo*uP}uvoGWL1WE;hJ&f mLt>5cVUm+r3KS--Iih|=X7w|{Z#=IzxRFiRI25;Uy%4d|B~GY7YNh4LahtOOi7SbP0+#G( U{Fs04VaZv)(Yknr{&!5-MtUOZU-`M3AY?I29M!OhZMBut=l04BlbBrp|lC!HuJd#JOo2

{FtJL;E~$0JaZ+Hd J3Q>hSH*)sO<6^a)kG|Z%$Ohyid?n1)tLR+~ceic8EE+QV?6ajqxW$RO6lJ3goF~J)g1}T_62`nBp7>9K+3YC`g- 9PJ0^{opJQxY+JfwoF@IDQw;_>%q$8Y2qAIGvuIRdHTvaOVGFcJ;oH@BZmi#iFU2<fSH86lT0*t~vQnXp#A=;X|Mq2bwx``Os<;Qxbo$tS6ZN*TaZ9s)oU!}=ytsQdce=d0GflrYMafEsL@AAx ?|^o@BFP&CMITT0b>Pvliz@TI 0;fs)pu&W%nUf`z>GG;^tnzzK70pUJNUo4mSsjT+>rl@zaOJQIHQkoFi*yfk40?bwe>|mF8BU h=QNE(tkMZ|?(LRX42NZYkas(Olg`IJEp%2h+1x}8zmAxxHDkXB)S)kK613C#y3?1kz$=98bcTh%MN?S7}2_7ou{^JM!#o>HG(}#s&sg2u)%n>9hkal)N^J~Im`d+hgAhRfnOUF~bT(uT4X#~HOj+}{dV=8__@fD {f2_7>BexrXDbm)^Zh_qulp#Qu;+}_H)Ww{Q`G~WiLJuxlYmic^F{N~HoIPG^5|hrvQ1I%cCsnSJideJgLAnTE1y ehZL&mVWNu}bxt|+?F3C2TN>;Gq5);8A+UI3&T?&{==g5rh-M8gYeh;gI`VaiFk97stb1IAG&QH(#!8cq1*O7ZKF *8$6ADbdG=c>oM+LRF?BJ+tn#A^&|h!)``mW7$>51oBbTrkw`gG)ZnThWOvw+`O}~a_Q19e({UZjn%hr-@5tktvB Bq-CElO1WH2Yyx_fPPDS+sxb^TxF~MHwM)JVSNfMZ0I@FlL0azKxgZ}>LPm4(wpwQ6hl7xV@O4oiEa_*{s|0l~7r y$Mn3>4cP0Vg$uC7^4ujqwy7lh{B`ql}}+Abh@UFXZe!sW_C84ZS?C^~CK=i6THHz%g82F&QPMj|0@j6DD#zq?=$ =oa?XCabF>rJ~XAdFKLr2go{^g?kOEAproyYvnpGMHiVt7!qP5Z^v!b$!(xg>so+W|t(PO*X8VN~IfN_x*sYKW9z jLow9VXwEB;wH-)%+@+Zbb3dgt)a+QP7zkF@2y7Z!hf9=KI8;wgihxd`2jr?l!y%dE$C2vn$Mc^T$*nHaPzNDxxG n2m(jfHP0IPU$4~CF2YZ@M!O+<&Ol+dUgGplSKtbG9(HRs?;rzPUdM6?4?RoIo=4Fa^l<>lFu}1lHTl4RRVun#KW Wz9wDrohfUFGf9Mwd@uz|*$Iueu^s)v|&VwrIbQ(pMhB5%iYv`Wv{%4LoIILu7(qNOuWRw!VlDywSaKs6lj{-3hN 986&73iN;XV$4H`!hq*&EFWR*vvPDqXbJ|yDyBZ3!4-(qx1`i(uNFAVjV>l)-nOXLSfw8^MpQdddgUi7@TGh)qcGH>IeV%ht;L3|G&S0X|=9q(d-hK<7D uY*9U@Lpn5xVu|}YUZ$LY9XN7&y5?lD7{l^wFQ)={na%CJma;45eY9+q_5dPEFNmJOcA49D%u~VQq*kxlCu_ia8!CrwnQLej3on5oCVm|kALvjG|!acubC0JmJ!{Z6!JQ!c|a5E CCayv(&V{BvYbGVX|SYV4h36btcOf1NLjF&SWpb@iB5y&U(BvhuAZ;m#wZTUJf_Dq3+&st0?Y>f!^|hc@e*d-qxC }}@kC-58eNp=#SsI8sl}|<`0=2Bh36?g0X}(n-IxHfjFdbevIQve>Jog?JZ8T=;0Df>1YSn=QgsTX9r8e*dV6uks Wx!)RoiVF`9E>TigRJ7f+PwxV_)8|WHf@`j^R*Fz2YD=-l6>8fBd8BhwlX6UiHJfYio0#&(l@1Kd58hI(2NuglV6 JNwX1rUl>w+)rZOm3o(>A>wQqLCA=Py9N{Wc^JpLnonV5sSBQ={$xTV-QAiGEEzmQHJ4>`%w(_>>1=k|fQy3hbk< Bsbuh?F3ly;qBA|LP!mllzQ;^GqJbd1OC*h|PDkpv}wK!of%`y?wlagofjHnPfLz>Jo$?OK)h?a<7(A1P09`9J_2 VJ$`?XnjaG+d8yI)5V<@$AK+GiAvOlR^lxWc1WIRLq}1*f)-poqat?b#eV?Upogtpmk#HhPn<{5fknro;~a)wdfuw>70U3NQ 8+u86Aka4m-3elgyAi8#E_3r9sD83#lcc?tbmec8J(N7p0kk+Ueq*;|+q*N0)&sTgFWV~Hoo9=cdr{C?HH$ui4dN 0X7K-}d4+HYZ%a&+F?D)Tx=`_4TEsk7HVy%AP;Rfy{Aj!>JEj}OXG48{=7Z_4Z3SlifKzqPsvC7+b5)tm|qy;Rf{ *~&v-dcQRKaeieHUFz=h6WidM?T*e-aIp_p-?;Y52Kq)*^%b6ffrCF)9-PFu$D+o^7(60}fWJ~qXxE95MxAxDo@;?&OzqMQdbO3Xml-lO-*8r1Ih2C6OHom;^fCujIQFgB|D%iJV(?gQ8nR86Xn?jrK-CG#6A Ge(L(3qr$8MNH7ODM@q+%w`S_gfeBv;*XH0%>J %)BC7XP0+^^iOe|JV#;X-()NVBhnb!W3=~#zbV9>~V@Y3aj;D?y8lTh0{*{GbWaQMPmQ<+RIgckDr{CjgoKbJH!a eUv9(BWz3bNN4GVD;{Fi>C%I!>p0M&o1_5^@FwA;fiy~G= S#&9M#^U8AZBk_PTq(yhjqQULu>izaa~9ePLy3y+7;#{%ngXfG;*}-M3#A{)*cmR&PUlF7*JIfJhwy%?LF$yqB}2 zsCgf`kl|D>l82wJOZq;_3gmX1W`jGXK88xj?n#ByvR6cgmqqE8QBX->c1xhuf1_a~`S!&uh-w!rj}gO &?*irXZ$sB(MnYN$@xq2sdK)H*@*xm6nOi}X(b|kv42ot#%1f5j;A2K9(07qjY1N- v=p{}z!5*sqHHBIvMaIq1wIp;`O8Zi^7%?&HxYH%r(o-Jb-B+NHe@1M^nI3~TIi!Nj@dreeIGZtsjxl}*9(t|%!` RX*Gjc>rBYLhY}|w`ab*Tpr%v%aYJ!#8Z3`9UkZx$}WPKKGx8x+7_FGh%jLfXDYSWbCF%$(7-#1XfK`*BJ$PrCya EQ}IUm-1XR^(xul_1(WIDwp14(i2@L^1}bvZtyTXPi7w>pSXNmk3+ylH_zv^C0`YRyv%-dfC}bj7D?TybOgjEVlu oxy(ECw+$89-kBCS3F)4OMRtNr&a4w-fq5IaDfc5SFulnyd@407r2`Pe_Y>p8B-V>wGN{GGS~r$T5$G0|@r(g$>g+*(j|FGd3oHFH%OM ADZujt`<{C;aqq8&}OUge1mU&+PZ{Q&k}^Sb9@Da1UP;G+Q%NNO5d>qK3Wvo0H)=LJ!M&oEb)Z@28w}Z7I_jV?TA JIUpMiKf!21|EG*b_~|hW{xSTpr1AEYGB083bpjfPAY-9wxaSP ^>dk-*y}M=S=X|<^tj&r8){HVOnSV5xZ;LQce8{(mnyO`-kCJc>;&ZhXc=3&yiJ32}9Bgb%5?Bcqc*3X&NKsVNr> Q`E$BhyMvkG_yDwfP0&GkkeFeFbyFyYdRwpj#*lv|GOQw z0sG?T-&o<5hx-YeD38CDbsLUFMpKJ;!U)~RxVd!?$m*|d+9lQgbPf`VUSU@y$}9It0vnSXFPRb=IDKasGhXF-d!$tmp9 9Q0nI53@9joMspXiy@JFRO5HW=vau`%vNc{*a{6e!G%1K7;cBFvZnkizs_o(o0GD9&>n{W^i;_KdBZT%TCBaI~T1 m%P)0*H_iKf&axFRx3!MwGQ4UQb6@%bd>SMFG3F7BMza;ez6C5EQ+h5-7+hxNLJrueBig&j+F5>u)fU02B^EG1uA _lQ%oCI7)n%uD%F@(DM}DkoW!NbUwuO*J6wq%#R5h`%Rg6pHej5#}OiId|u%`@DSMax=Ux`>SFKs5vnkoBUa04SF d*Tjd@)MUdojl7&PS2rt!-{?R;FFUho&hA;TM8PT(ctD)J&wHvQJl72XDQD`8}nBBSJKUP!clrSWKOsK?S_nef|r |c2oloa*?@2L `{9RkDF&u>Q{cv6cR8g5C=Ne)RY4$%l=9dLNQs>C#-PZGXhft99nYv(kqBdE ^35h5ACX_*Ux8kx>J+PY8B$0C8k?$S;i&tbzUgjI?Ef9iN$mon9w6wZ&;t|0Z5wSdswKsN%JTipheX*p}L!;--xp U#GKC?P+kx@$$GjLG7!94pCryC&c(XLJVHCG;vM2O;ncj3i#YrVu>Zb+188EApi_ctUvjRo$!kl4i2R_UV6o1#HU Hh0Hv|T$by*6kC!-MroaqExK1qn=95uwqiK$LJgR31{go}+3#%|#Ah1=h|3Q`ebqKU6kK=O4TO$AF$Tc7#0 P|sqROE1QdlE^c1}h7r^KEe!(GGvcy^p1Mn3dpekX(J;NTG&8NC2@u`++O2>2cL{8M$B|M1lw^D*q;f)T1N$Pd2Y QG4>{)C-A0J%g*NYL}dJnoq4fTLE*JNK{lex}tS{*Uh#GYQbEeq1Lu4yTqgE)Y$ysX2^-p6AFuUrYbbGO^Ijwzqck2y>c@J&g3s?BLyj!uL(!xVv2^acXFcc9Xn!6~IJ=_!Pk#g7(14T`g*lx}|Z$apo(VsaAP>P7dlMooyG?+uM^!^ !^ScCTU=h1lGg(r}UB#cZv&-U7XoGoYV8qh#=gfG#mbE5-Ff_1yE5e+kG9fah-b)7u8K=C1du3w@H2G5W77$*SI7 !bG!IOpNTOeLJeV^BL=Nt3bW3_dOMnxKQoW~ZbHHEID%m<&`ds4?PYHzK_JOe7Gc*oM_CqzM33t)Tqv1KvY0H@L= RN&3t{E!QW5hQ;DS;nda^SUbDUpf)4gu{I-0e3Sq4^}sgqG5oXKe$sxj+%LID@Mrid{=pZe7xte<{QXF-i1+sYjO <1Kvi0b4>H90+|C7Q`?eE&(t%Pr<+%DHFUtYfa=U2Y>cbC8SXWuJb>m@%d7h9hH>g)ItVF2i>>+aoy_;Y{lbs1^> =L0-WL-KwMwsuTi+v#ANKpPHN-i$&gB0R-vErgtzp5K+Fq?v>-I2hBUukVfiBzf)(FODOFVu&m~&WJmO2>sa=TAL `ne~k3E_TP_G+yWCn8wM?LeN84TGDEiw_U0CEVa4Aj<~RSsaN2RfI6F%8QjP9AFG`%fAHmTc1zkU=LDwel4hF+2 K;G76h69>6(3K8gW_KEO1fKe{d59)b)g6OIbj9)S3Uw&bJR&*C7tU%#rxxHnl|m6N}DRgdbct{8vS3hh_T>D@PN1 bFzui0)VYE{zLc>r)@%X!CLG;-%X(Iw$I*9=!+VgPrU=+E^F9Ca*IxB4c @yqgG^<@9u%c3hMN*@q;a4|`F~JL0|XQR00000U|MBV000000000000000761SMY;R*>Y-KNSY%fehUrj|*Q$a^X Q!h|U0|XQR000O8U|MBVuXfz|0apM3o8JHcF8}}lY;R*>Y-KNSY%fehUrj|*Q$a^XQ!jF1aA{;MaAepd_jul#BRubWc>m5^&wD%4&&~6^HzNHW(%(n=You>Q`nyMZo{#iMq^Bd@jPxByA3 @rO^dFG^9@00=_q?|toim^B8<4&ZX=rI1=^KzFbg1w)QST`a+~vS-JfSIPU|N-m`%7{lWsS%h#>_zqWcmM!Hzm5h=FU> pR->Wb1QBv%R6CxxU+w{tnWyqdBf!M{^zCb2R(egY?x%uQ{6ieEevx_dWLgQOp01)&HBL+5bNwJs#=5Azg;_sAD| uYMI|L?C;gb0ydGp{dJ^&jP%d#t$b|xXD#A>T(pSoU%iOyc0JM+vVMz* NB^;iOqxP3G1x3Pr#d@j=0$oQ6U9{a8Sr+mM!yX MdL-PrSM6c#i9~<({`z@NGHg_wD7 x`yVW4e=ophEf6?ZL3~=ff_QV$3a;xlD>$E9Rv3L)!G2$~lJAGFWcdXv+1{#^T-U8D3CBAuJ>Aj^RvMhFAhkV>F3f_T(6N;T;K94jCD$?UGBJD@|y;YpYt4?71bCJ%L c2D4bU3LQ7yVl-sK7r%9>jdJ_{U@;9zeV~2All1MB)q(8HP_>HNM|8^$7+^eyPECnT1~t;$I4x5`PZ-Jygt5~>v; ES;=#lA{jfEJ!&k21`ug_%M{5X&N39_|4X)vS7S@n{?YHz#kO4zu$JrgQcGWj^l+rVx 0dj@crEGGyO4ea>1jw;NxgO08>DO2v7h&^7fz5iyA>+;f*IPRBQ`bJ9+KZ)g!I* IdHauUb81}Q+*JLx3WzuNMzvG)Tfao#tb#Pz+?zJKZ@_WRkBxId2|eJ9eVPNF>Wq9MZT9}aQ+3x)_U>xT#*rwp-v d5Gg{4iO&C8zNp^Jw$kTWQhHLdx-u2Xo&mslOgWon>VqZzlrNMZxidS-^BF|kX{J*z5wYNcz-R3G(;)yk}c$Cf4+ t5@+8uGkUnegdr#&(K72CU|J2Ebe@M?3{5zTB4z}`pyp{0y-mRS1o~>->vaN)_YqoOTKfjgp`0`e+@7K4I?mcPsX K!OVXB*|5qwIb2Hm=)_ZCuZZZCv+rwsAkMwC~q$BcJ)?Hsalnwh^xWbsNX|>g}W(Z{N=Ouh>rb+p(SP)wgrJd$to !Z{N=Pk8dZv_=(kf%?_iVJNUi;=}e^Sb`X!MNb5-NK^n-s{)FSc7-SlEPcymF@_&l-BBZ}YdNI=Tu?b~?|6$KNQQ#EmMj7WY+j~FL;~ALY6K+e5;~St0wmI pp~72}xfc3c0S|Lkbq{{YyxEUNAzu3r9HKtB`JxbsORO{A`5fUoy&lSUXC1*f7d@l}0)L>L}s&Pmz9A;A52IIxt4 M@W>eV_ZMSa|F=ezrxrz|2RkG3%kv}d$NdrM_m_}PAU$TB>vI#*3uGOUK8SSJ1jly_3WL;o?=EsYUoLW-FDr39dP |gN7nHc4J4)G)Aqu1jF~UqQMV>EGDa_3b@|4s0!&VBk=gX8;FgX{P6hRO50xSxNti|c&iF5<(!U0lac>>@lofE22p_uww>_rLGr`uk1JKiA|q=Qlaew N18ja+CWKHAxqCHM#z0Hp#coZ<3x}(&Ttczurx_>H$%E2iCv0MfhFcW;)nr`P<=U42zBcD`Nt^S&woN+y3Cn-P@}IEsKeYP))aHKvvQ0QV>G$1~(_VKb?F B<;QeJuZOpbriS(N{loW=Q$pT+T4&f>TmmcHA*zwa!L<3h{-;8|SPeU^W~>fdJR?UsMfSseFgE&mJl{+DNw&wta} |Mpqrm*2Ja=bufwyzp$&o%Lt4+^J`?e&KA^FQ3hER4u=KHsRykvpK*0R_>9rIiAO?oo}4Yex9=QyH@T;_Wd8My?? gvzqa~^y$3Qm(w8GW0Ju2rJ+$XM`(Eh2B9ELycv^NY>C=zI#6LOpsK@J#!D&v2PFIYVjW8$%Z{_=TGdtx`*wZy@&I@Vh{1;x;@0_Pwe4 3KW5**ZtZ=?-hX1>f3b(_^xszRB^PiVW?sPYoOl801I_V;g=TGc=?IM#St=?sp|1m3n|3w_v!Hd}c6BkjBdCF2BO#dpRqZe~N|9vs}$BW-jxLy2yuKSAjv!7 w4Kau&^`?e2oe8C3@FQ@hSK1hCl;Df}wr$0zL(HpMddY*Cx+s$9Wb$QPfq$?L+LH_iqD>%+)ui(1=^A#Lt&tAgm%l4AqzJ4#^@e O-9|F`ZX9`x?zJ|DN2aJXzQ$GK%M$6wn^{5f+k`TPxg+0Wy9Dd#p*TJURACmOt)F_J7)y9DmW?FT9fdTzMty -*P4C#V@ZUU-?4-*PjdgB7L9C<7(2Y^RDJT{@K-(7ruq`7^Hn4qTCXGi0k&RAL9Iv*+;r{{64PF&V96(oxYEDq?; `Nhx<66U+m+)y!aY}t82IpO?$uc8kWED8jkaC)uT&90?=p&o5s~{oA{aaKGw0j-z-T%iVe%=l$L5xPL#pj{EZ ~OJDq9!ue}I%=*V7{R1G{&JT0EXIxLZ@xJT%{p#yk{8>Z9Mjf%NTl2Z+yo2RQGQ2U!2&1H_|C4zS<72MF)i9pJis{LTTw vlw#(9$)wo+6^B@x<=srMy_M~M&i+(H=6u(Bj@qNjii&`yOHp*`zFXV0!KG-JTLz!`+W^kppf@wq#u-aKFWEnxS8 vD+RYr#o}0;kKYlau<>1Y1_wR3}-QXo3BYx~bdY{baW1Mf{7N#XjciqBuIr|pMHRo7*g{3#$Lb&*|TZ|9f!f`%<6 snB(tkqwAE7xz`t$g2fEBF26Te-f&_I>nLv&Y=Z{che$yuIXBlN)X|`Q%paE5Y#a~v1k&Hnb?&2kUi&2|0Z-K78iJ=Eta_t1Xx%X`><_0I^`7b158O+<++^u#_mYm3EIs>P!u{oz9=Mlu>CStJ-#@c*FZvAk nu=}_k{(Y>!=02|TyYA!qTzDVh<(m7r?guUZyZ4#=e;?_}ukSN{em~RK-_Lo!?SA6V(f6Aib3f@~e817P`#GO`?& rK8zMpvcwfi}qze0MejQ4)htGy4FpqrU&THJf6jH7_aOOD{z3MC )q|YZ%@1bm8#NGd=C|EWZzF9_ekL=eoY~A=39*4{;xg4-vlNhq&(_e29GRLl1FXo_vV%=RZ 9}`1{Vo9M=mEQf@o?AoKI~ezCoO`XJZw*@I^9egu8U_#WZA`(=-k4 *cb#+=m}OO1}B?N4Zab@EGxR)?*ys^2Z2wyB;GPTx{u;j}cC;e~kNa-($4DJ@OdsHb;Gl^6y@x5Cy%jBdsDG`Agb !o-qUnQMd`c=Z?$G*yW9k lfOU!^?vo3C=*bG}A;`{Az^`@s&A 2>e+20O=J)8g2){3Uis?(9;&^8~Mg08Tr#QYhJ;iao)$;$?%FVU>fu{(cE1x2sZF-7upMQ$uJ@YBf_aZBQoz=hPD enKBPjUZ0^Az>FC!Zo+d-Jy`k6eWmqMJASuZee$B84jDz3MyQT>^*S;rQS2G~wp(r`i7Yrzt-TKh1HESXz3T>sNo 8<7+?7_1RBO_v?$50MUp!5_({Jqk^k-PE{S4RR;%C_Iho9m4ee@Zw$KB7c|N Eb@IE!bw_eVX+w^WXU_$G6~F&VRXmKjB&8*Scpp&XcX&yPoB`MbA=?m4E*v^S}#45wD6A sGws#+rCSDgv9qOIE?QCzrTa$f3gPt#Y_Kv9C^Qyb+UKCVZoyx<98~)og;f?-+Iu-hh+}PzYf3O#runT$e)k3wqJ 1=^{21((65#K_wQEb?w&MnpQZO(dPAoCla^j=V3rcd{;*Xqo|w ^!OTmf3qy>f(1ee!q|3wLSDHU21K_mWqGxSJu{3c>WT8KgRDA{LbnjUy*-b3kATmS!#-}|jCuo>?vJpWA(>6Fk;@#DPF>b %g({VUR6ApHlV|6t!9#q(D(>nn8NrPjwN^3S(#JCL4)-+#*5;rE8FJppO)AjTGuGKj_`T>b>g1x&h|VScs_Sk35*zduJU8t9*R nqLycsFfJMU_H7k^kT11lnjya4a-LHa-s`Qw}HyVyKu_mH;BKkz8o|&f)z^q(|C#F0na?taOt{Ui5za?(3nvD*wcO19i{a-b3AMaSv sW-MCH&rv_m!El-|b;++UqffpCLW$FzSHvZ^Fub4(Uwf|2>}9;Ti1MTPSdC-=9GGcn@_4` 6s&4hkF>Cy4KnfKK^R70g=@EdJp;PU*LBlo*~AnUFC0NJ-g;1|9sT@R#*OqEd49X7kOsHo=@nZ9wh%3S>A_w=$mu @eu>{T$orJQr^h&_lks~EenAiA%wNbFTm5FH|Ci$VA$z_ZzaG3V?V;`WXrynzcwcYj{|M>FdgwP3+c!jB@77FPe} J+_;P)SvmqU6~59RIy_Pm~s27P&a+iI7v88`&smNbvSX&QR`Y-tQlgxOIIgEC=`S$*1e7h09Kf&`$@C{<9`oW-vct5v#kMz*TUO> 7Uzdrot;#U{^L!D0u{PfTs^j&NBzwrCdOuzRCj^Xzg_`M6iw@F_;l;!0g#CQ*?smjXj9>%&#yy-t@+Bj421i!~DP vlAQl}dc<-{E&W^5+SS#qVgezZK~oDU0VfB3&Z=;`fg|^!bVY_OdRXCjUg=8?oormZ~mh&jtM6fqD=3(3ba28;|I d;$!}E{C?2G_!;^4eM|opzac#TT@P(!P<6f6$-4DWXO@2(1oqJO-+I*3MV1!({bxPKf5^XA^iU_3e+PT0_g#zMv) 0dE`}Q$Q-)i~4XYXTp&*OKtz&QH)jl)^{z63Y(3Ni@lGKv7W>hZ3O&@=wd{B?dqyCIByqBcKuv(3)XsZ%e>oqA|4gH`R=KSTwC_f=(( L+@C<4Rc8@BT`yF{CxD>6|xX^VDDbVpK!B*|Ga!IUhI5^-v}-9FD}*u+J|vs@fN3FoG}I(G1it7vrFi^Ou(KDJYM Ie!UtYErv4WYFG=)(z@Ras%6x7%aV_(c@(h;hf-oBh>8vAX+}^k;C;9lNYAtm&T=g$-{yNqhU2|E-2Pw^cGa}W7?wIhDJ>mL)XB*4#&HtA;~Jn O)O9`9I3ngoq9)HCu6~`&~L?!s$Ut4>#=M`!QT}XLOc#*5wKp3ip-$YDAuD&QF;(CiLu{-Zh1=}BHfO#(C6107!< ySyRlp4pom_o1;0>@c3}}Qm~vQe#?=YGhJ0DTW#|aKa7k)9u3@zODmAy>vviN |=vEqOg$jX7(1aXFKarDV$yNduR5JHL$`vt6@+G0BN&pv!#gkI2Q%p>ASaivupSwTT;gs;!`@a&U^s?EDzSkmC*0 iT773!4@cL6U<4Q3<;&JvL?ef(d{HAjakIltD|)dYZ*4^jT|~i7{qs&6`|np4F0dD95WX&>Fs{!>@JEYq ~;HPO=>D%m<~g8c2!dd}6k3p*F+kom{Q%&nx)EY=Rzg2lauO1VUtkavgZ@+^7jgOn;oW(L>qwY_#1n(Hm=1_$lVIt1%D6_>CGCfh9e;BW!ZLl*(GGun{`q nLdBsF8&ez8riQ{&D7(nP<;P;}6uI#(NgEjIra&GyO+*zIs)of-hqDMMC5*0C 52|%^s3l>SVx+!2Z!nLZBDHF?u0t &BjzfL-4~=k3#z4qjf05DnX(E*h)6QOr%e8&3u4))F_<{V;F)$VI9qtYa-u7q?0XK5kX7T!#4x3r cI%K`-6(kTQ9Cp;KS>MAoDmci5@ZKTUnYYdOXMQkYr6fA5VGzFBos!JJ6Q$JHJ8Uf5Gut8>($(OK^HB7Xmum-rvL p-U2G-GBE*ORKcBeLBU%VVO@mWEg#&1eC*$Vw_JAB7ryJB6UeP0qnK|LRRa+mpjZL)o(PlYxBzD7q*Dgo dOw+6o*y0{gRN4J7AWq(B4nU3C4XY{L$a+&lWn3Z-02+HGcsU$E@N+qx0LeX$kjOqYa2g1aT3=%4G3L>RN6l$Nzkd66OXMM_2g9P%6HD+K>K{eYHSw@7Q<$9NZ*pVcH-T+^>KAUNMOTY n;8Q-bsJze}H7CSnz|^oX1QE#!0_uq(C}f}-0`OFUZ~3uOM?*1bI84Yg9) ay#uob4=`RgF6>=w=pT^^7i<2vI^{O6hQ$wZe2AUILR&U;RoSOI_#`Al-LzDv9nv5v>&2Q@TsJb42FnotI8C-cn2dH;^9a_3|%8!6U1#XA=Ri~(9ZF8gT>7Y0*E($*MW?5sPnlQewshm3~6S&>(^`3F&Y%= {qNYRx%MMlsZi-5wrIvRFOA>95u(#Qq$=8lxb@p=xdhBunn 5+jafPL^Q0L_|imu#Oam9SnZmLao~3cBW|T}-@78z%VyZ9&F^q92y=6qjZ1r)^W}1<h_~XhK2zXguq`R}*SdK`aU0n%vEN90!iPuaklFG0XAhi`f##C>m6mySoI(PDYmFXm@N|zQt*+d87Xj Au?R+I8>)J0+1_2(XMF0F19J9#IWOT>N^P)Y5ErxkHVs&UCT^M&S3SdVRxa~amMPzh$;Dr}yB?Nh1=4IX6D-0eNSaBuuoKCoMxJB~VkC@Vs!Wy2Yfz9O^ad%M#AOs$+u(^B*o9MAT?>Ibxzvps?;G_Cc+F0Y2PNsV+mL8uEaHAue!aN^>I%F-l~o3R ;(QIRwdRc702^Vwh(zxB;{QKJ=sE)R)W4AA1HUbPhdY)tX5oY4W#PDs!5hG2f7rbvLzgdX9$O5ipprFY<7xDX*n# 5Ld&LBtq#FkpEtKEA)kz^uQKI2c}Pu4s!0V_P?sP3U#{n-Em~IVtu8kUna<6xMX{r{sG4Q00U`iY&3Xf(m6)=@=P @y5lvA4#OsUVTt=gpeL>NqE3yPeSD~!qYIo&9#W|RpnU5H90QNZHFW>bhp)B;tHR7Qg0MV#(3DYQZ*vBP0zgt7+Z g8mT>Znk*7lRfP=TajA05`|-|DrTvqSc-kq7u^*)ZFyA;ZPLg7j6#rHm8ya=UiU7tm^}|zstZ}ege9XoirFatw`r z2^^{w|1r@Nvl*KRL#!?k}=MSRGO*9>yu*^F_Y4tomB^)Q1;_KHGP_qhN^6AidI`}d5NSS;PrIs}MFHo)Si?!0OJ=-`1~}=TN2i)I2JsQYadT+RY37 *0vHq5OFpZ_uHLlKTRlRDl8SP`MjBbb_(`i}D+KZn7m^@M9-6Q%h$vv}Osh22#+B%3V#iTeRH!U*G^iG^?>fGW-K Uk^ej(riTX5h-@Dr)HT V=+I;PA0^vreMhO1?8D|Q`JY9g4dx1tu}!-B)99MJxttG{-WW<+8HOaXwLBBlt4PuPvD!{C-k%6FRIrUQx;k@2ak P1d7N2A$e&aNP3iEe36`xk?F4c~Sd1&eAe=qBCLiOfFeBF&5EVc>7F805Sk7M#2pUxnY4TBB!UdYm)TvtutEH%B( 2o5*LqKOIv2>?cVb7G2fM?bvkzI1BAfl6;2V3x{!N;Jq?qap- W=RlwJ$ZQRl~`u&w%SUR8&CEjdGzoQz#VGIIJiTBl#{vnvVAiWtzHJ*O x@kpaKIGIPjgW>RMA!5aShDOpS7fktQvE2hx53t6)F36!N$HoDx+$4-d_S>c$$)nSMM&*kvh3#ZXPUxy_(t5Twmkbgn6mFR%cuvS(1Eu;s^!CCF(`-P9$X(oXme;Jwk*rZx}FZ{4Qp66Li9p{n3*h`YQB35}Ld6u&ZFcjVPTl|u7Lm%Dt@)(DE#!vT)Vs3Z+63Cl#mjD_wH9G~KOYMV3c N~T)@;}{ES8T3w!vVd9ndTj0p4Z|6ZX_CsCB!XRWRNy#=Lr9rXoC#*Z0)ic;#v*5cJDh~h~D%AXcIVSW?%?%AF4i)uF%F2&UmZGy2(%b=WW7)I|e VTTdV&;l#3hm+x903!T5D1Y@#c>eOSgyN1rQd5xw;2TzrP(8nazypiozZ9T5jdxqqv0xIsK`qxN`;4E(x(ocQf%^xY^e&(MiB>9I`syZZaz_NvK%zHf-*ER$?_n|_MsOcNa>GA!GPQ_=ZTO#fWH715BecM mhN>6kx+awTBhxKlk9`c=u#X8EIT7)TUHH;C|Rjw<_)U6>}>a9EmQd?b-bDUC}NtwEw@dm7?RvJFB_JE=NjdniLm 9&N;*lb|6ny97VzX$Tuu>6E?S?)@aamZ_`7muzEeZLy^5K)80G={73M 3|PVr1Q~|5d}2)K28^lIdM1DK@7Q$;K$5QG$O^Bq%W4h3ZRO;_lpeh9|s>J~{``Kv=j($2bghWy*#}Zvz;push>I^5Gu1A@2(rLR@snBqnbk <54ZZde;l}VEHAv*BAX`pMGahp_Ut^N6G=tz*DGX#n%EpYcs%62^ilkkQx1HW^kd1cD*af9_8quQDbpD 50cj&B}S1pn(O1Q;VZras!jAyz6G<4Ud|4iA9w8tPvYJrQ^;p$ePm)4>)ExMz;l2> d!@r0(M;$Wq|J_NJz)>54)G)511-WMfIhSX~V3^~}4>r5a%Y%%Zj_R1;JBDy||^jW}nO4;kT)m=xBqS?KlU+g6bU#6js;D*GWYsN;gfNN-uGp=Q 2-rS6ggA(o40Z`MPmWIYIgnoI- 34ucvY&?&H$@l)1J+~N>DP7(QqcdPswk=9d9uqI1?}Ilw(y$YRtNDUBCO&#MRvbw?=wkzDXFAb_pXBX8u9$P889Wr``oJql66x8i+#w?}cgvOfsOF00ONZe$c{GgR42@y Gsk=~?HaG8)h5p+6&5QX4PDx@Lh$+01^)GNW}wm5>DeFKQrt7=opTZmgx2v$&qB#60qNz7PMJITl@5#XYZ3_8z8y &3y6HH08@B1>hr=WYW`kBc9O+3z`vGi0!%f(yaklmsh_WthT_ZoN{;AoLMsPXuG5u*R3xfI2^3uL5z^?e(tas4G`QYh)lee1N=& WKReno35~BIs1=DyI(B@c?I3K!?sk6!%J6+rtbgY4{B2(-b12H#G<@O?cY4D@$k%}Lr>H|>RW@sgqcgdNQtGf+L+dO+E?bSOW8B&;&CFUxZX0& dKm~?II+e)wE45*z4IPQ@Vj7_JV3BF>9RYX2^AJAB!n4-&H0XQA@~-}UCtc`3YVkcCX2%VC=Oqng>7VR_QoK2&f9kQbnl=Mx8SS#ebsllc`6sLIF!e81LjhoI13))u 88e5jk&jYUS*M@U2>no?`6?fvt3Ig`C!DR 0L5vJn&rhsoWPGz0~4T#+H{wF&8zQb)HXJ`L5Pzj(xetnZ&2fDgv7?7ET4u B9Zk2#u`h{~SKkWwKrIQnI5JUkJ6BgbntHO%9NyHE`w3Ooz3O&HYU{%7Q{pcHavIyxm(pMCOf{}lHG-}Zltq2x2R -D_UjxQD=<3`=VMGHWfMmk{MF#1UJX(|Z3Y12UvouMb&Sh5wPBMjIQAwG&{3AI&RHdAvM6E9g7bwN@)Ek?_M?^4@ T}s0?jx;<)f_OHKMI&{M;nA@mU0$yinK2QzYO`tKRYQsPW}-{Z-^w#u=@2G`bET&X?U;+Lo}SpxE?$OxCm1m1V$Z m}5?;I+-PDQ%LG-n>Gn&MGm1x|}jjHx0^3=#khh|~EsfZ`?gp8poM0`h~@W_StwhRug99q6~(@Jj(*@BCz)i4H-w oEqBq(gg8V=zRtNy|oMa6gbo3!SHpNO55pMOw-6%x;HuHNZ|Iu(mM9cM7&V5_fsDNkv37_b8H1x>|(ijWa%f?_` r{^~9&A=5+p@?8s)e2B4m7Qg+6t%`CIQ*vXr%?uLl1p<1Dkh7$q^osmpQE@PRtb{*fHA}pcL@5JLY<}~q@PkGWzg &3hyE>e)4)e@tLVtisY0oOB+0mR-$NS~j^?h0{sVNogHt+}WWHNRQh|77$K^s5b^YoU;tiS}s(R!0=Mkh!dJPR|U ~ChBpe`V8YyJA7)^v(@zg2ws_$+E&8}mh!)m>iS)!4Ow5O)pYCJ-xNKmBA2qh_W_w86oOn 7>V<)SDPr>8c9IpzH6eEu2#sPq2PYHli%k^{X9prC$0v6t~UdOfI3ByoWj+mpT0r$K5%t5n8)o1S1xXik(K@XvYM mwDT_<39 6e02P)fwr)Es|!HJmJ5+RbBveA&CHI^D79h&mnQUE)qM`6Qg6RsxThDyD$KMP|~oN`;^{wlJviezPRdpk{$)CjQ! PlnWB~T30)_P@ZIfYP%WZm1Eh(Dx|87oi*t=STD6Dz(e<0#lV!iC0+C6Q6edJ9-~dcsN)2)=s+1|s~9vul|_oz9z `__3I+cR4f9XzMXpB(WbcshFi>i!b-$f{cP#UEgw@#2E;)g=BeF6R2pcpCQS9mcOS(;SnauNeEfirnf5V$IJF+6z?T8q0hD c4&_Vo%4!zy9VE*Lya`67~I%D1Pqnh{c>Z$fIshudGq>@nAbmVu0Qwafw}YEc?AB=kWl;nRM#EwS4eCAI%&>dG*#1!QKvlGfB ?|HISfhz{$N}bFXEy~@%Unti>srHXRKeneq}oNxw#`|ERV5QWpvf5h^rG+bq)w-R9>iFwOUv|Zp-FX{l}!`WJuru {VU7hvTD*lW;m+P*w(*JF{Kg|`sJ`ImLog8Bm0jy%AdPnVD17=Z(F}v`ebTJO}|%-dj5jBBl8y=d-SnK%@2l;KBB PT$Ri7L=NFF2hhctXWWlk)yd#E>I3`#yJUf~4fL|%j@MdfU^t4-OX`<;#27!Cz~33o+CXqzJ^@;<*=^y7O{nU@g!Ec$3}Y<*j7mI=or)R|s3 7lDgM;Vh+i??&u=>#5;}Z{`hi=>DAm0xBxK>9a2OkK_5wu5JkF?VK({_d+qJeoAq)2Kc@OUabB0QYDW8W*U}s>%Gh(?tvE9N)klqQMMWfn&_`E_}hK2b-oDU0V2t(B(SctS~%&C cD2OrS&sI?mtQ8PeWT>X}>V=Kk^htHFRDF%MCWrfNSUO>{Dt&)I9840*UgPS*bf3S1XXEACTa5Qw>9Agv~8~#LGi 6V3eYK7$%r+!g7AC_I!9cvfHAKr(tMMC;yKl}W0B_|--4x8nN_hB=%T%iSE6zv?#SZGPt|F5op9F%3Pw<-<4fO@B9}^%VPUi8&Ss>%Jf|p5lJU?Cp?~?uLy0NmoM->O2S{QTKRjv* lb)dM~8R7Lz3+NyUTbI@o&7s$DlmF0BB^gh>1k?~L4HKz{Jtu4^NA2$C$lNa9FH_<2;0^TAikMfkzB57Ukk(>|{YLFifq-*G3bs;Zd$3> Er@ZdQB-B}x*WEW}F_N*NM#JJWN_hv0EH;R((2uh&Ycn~nJwCcgQUy^3^?vY9?zUL_9SB_*fQv#$REix$NM3Tb6{ XqPBQAl;GR-cINddbGPx>r*gCU;eWC?LPt0;D~_ybT}{ylXNLf?tt&Y>*Fn<7B=0(B0LxkDoG?M&7YPP4M@F`vr%<_6o8bQ(txIASz6OE`0viT@EI7M 4%C2ARZ3KOClZ_nnaF7*DBSZS!fGCD7bM(fl4&kIJw|+0%TQ=P@_r>GYAyOl;O4v_X06{W3!`BpSngHs5``BwrbCLp~+qEcgcYeZkG{HljW0I`OQ1iJ)zDQqgRVi d9{6%CPY4TEgR&PQ@GtpyR2S6rer(1oI@N@%UjrZ_g;j6jOOU3&qtMN|L{c8GQGoa8QYh(g#B!5OS%IcQ_}w{tcAV9VuP8?WqHqeH;q8DdMBw!{IaCu#IiW}$l*Nd_^C{X?Yo A~>%7|PE>1YBS4gv@RC7IP4_D<;%mPbVZ(G9-;o}1m3r9(rO;K8BwFl1Ms8lqlY8t5NTr-`_LT`eel4Z4AdH?+l% jpVCV5DLbpekTsf|KFo69#Yh6J7sTeTsGX0rsl9{C-)6>B^gLNsE|+(CsZsSz%~{!Z&_eaB9n>5Nat`%j20?^J9^ h_L48)ub49ArsF{>>(+yFeNwuT!5b$Zf&q88YNrdu-lj$6YH1{#F`eGt^NVBjqmZ 2%0U-RDE3)k{tXjp)Y{RT*$#bpf?zHo_)95EN8%$Dk!~H=Yt2u!w5(5mY&_BWbX^f%`kOQwX)Q-mMI=2y*r|jxinSwJ3p2ewJt;Wv%((wb5Iy9$(DEKs163VWcn7T p=V8hSO^3l35@XIesEzRS8YO$-DqG1q^3hOnjL053~{nC8cj3ac3goPBP7zQPLgXe4JREe@du|9dsUOlwk39KVbD %Ao1UR(Mw1~0+K2JujHoc(?W$Dh+Aj5v$p~t5k8rY@w~QKmMpQFRa6BP#CfR`}PJ6$A^${h@4w7CD#ubF0bF8^32 BCy^ib3^>DkLOm+;pMH&&Z`2@o=(K+BO+Yo+C$s8mTdlcF0)qXrMzMo_yPC`jvX4z8ySQtPeGeZE}uYxVp6>LaIo 65D6gbJFX~XEA!EDCPDK+gg2F!lFtXPajepJ<`saX2&P!;eSVV#+fjmZvQYT2vfctag=ji`Nh=~Q0}*;46;->y4$ `nDpPU}|Nep^{?~;4rP;4(@EZq3nc6t|okr flosMlY8%_^>UCHCL&QU)9vYaNv?eDHoA)zQip6sJZ+28B_T$oE_rK;YL#dbi3(EEG`UJfdkuszj5emJI^Z{xX+D ROfMVt3Qk_JUk_TY=`E}7*d8#^8Iy88)<*fML=2pcpVuK1=_6!&f>{g`4bi9QndmcuuGUItlP!liA0QqS6MJWz>K&=YuF~P$C^!RWIGQz_1x1Q>w5TN#gXtWxi~vMf3>Z! +)#6kd!csZXB7(^K&EIwIty;0lQ|cJa8~1Vk~U_j7$D)GI4)H~hq%`Q=RE@G}atD$Po??%pgo+4Js7s@? h^>W$g}UXy?72`X>lMePjR_ZGWvpr?!T9J&=r)q&+)_EY5x7@tC&X76dq dnuQ_JlV{wnHgSkzJPh|DXN2!d^g?HX{=f{KtOrlm-cz{w|3DxQRt=MtTnlwHuS4Z(+gIwv`ZB~={ha{9*4Tz>28 Nn!I(XuyTDfW}7h^^Af=E(_M4 bP&D8mVi?D9w==BOZK1Y6H6&Kd2&4?*h;}52~7QAPC JCoe(Y(JSs{*9ZBImSJ{_Hbvk7OqI;$l&Oh)KjqV1-3iPi+^GGhK99xSc!G=~L=1O;zIonhDCl;C3W#jf~dp?#h) HKT*@0JVh$OIkW}1VzyV4B_Th(HP_0dB3$6fzYX`vPiPpBeRu|ccE!PC0DHbm0Z% h=*PS>6aJXxb|=%8LYQ0YzpG!nyLGn`6+Ir!c{E@aRJbmAp(yya{%AkixN7*@zOS^;O-5p&jPEY1)mfc1vWOo&02 )^vEnlrpIKBM*wHxMdEMM(S*#Dv_EWQzZeq8TFpPOLU~INgoCt;~hJLqnF}0h(MWeg_}e2~yE6Q(4+1u-obcUL&cBU=X#J-tNb6rss>?pAs{*({YAdL;pIQ3ZU~DcoQ`sl!Ar3>J%q8l=MU #D;5DHi-;ioTKgwl=U%^j5J=cZc%We-KXraVxE)0|NeVE{Cw^Z{{DNe%bCrPaXkkgP!l>A{JCNpI-PD@m??Q?eOe Ac3Cao5Sx-Zdb33O@Dv6GjYcDdzFjpOG>N)ZXrG*wG{*i<%eDYPSgu2OEf)#ERx&Gi3l_dj*AXn&Nr^PBae_+cZE*O^)U`psH9Vhy#+&M_?~Wy&3rxn96rj@uOBNh9Qx=_sV^a${0 Zjfi=u+Uh8siHvbl7tldsZ{;#dpKLG_!7(klc#a|ot=JJrWG};;@?!j{#1;>xyfwAlt3+ebFcZ~yqR|nw(!p}n&z wZxs3?;#oL;q#>ST^N_+Yc445YEh1xV5MeKshDCG+@tXroD2vqlzqssK@Ms EuW#aMcgQ!&uN8&PdCpqqzK=~BTKvXR>#F~O#1Yw;}q4nYOC=Oz_>Vi+>&dBn!+$CbtV+|tfYRL}2Wacc|dF;&MxvXJi8i>dQk57A5LpH#CI!u_%^&qh*vw{$lF<5&$GVYf wz4jOruYc31{*G645jvgTY;mf+b-pl6F|(20j!|KF`z_L4Rp5!BoQ4&9|NLTRl9PSPv1WEnp*~J0z|F(F CEmVG!gy?N$?_p~4jH;-R;-UG5MTL%C;~f&Urzf%y)?L%0q^1e_x7F=>QB(nZMXFF?3#I3w!p=ge =;pgP+72aBTuNKh6J9cfI>I;HJ}B7nT{wF_mx3zrr;&O6H(Ji1(vMKEU{z_sOlwVj8ZfjG$$}zAu7(n$8#!{WIlk!g=%17I|ac*&C`;W5uYrH~ aKM(59(1Gp-JI(o8!CVgNfR4h9 7hyczjtJ`xlx(-K=H~jCv9&Yy0Fndk?E~IMN1+k{j%y^0J?Joh^cK3J`os~`rH<-t+D@6Vtq|ELjdL|4mKbE5ebD J}H7A0KW1tczR58)17?M0}6wpR)1ajP2Ho7m~mO4}2yzQ#H{{vprtZSuik-=gPLNSg}Vd%62=6pF(WPhT?zFCvv; V^G@kXPXaY8Fwz|WD#RJc4T!K=B{f@G&mT>HrXc69D4Mz;z}yi(p7?&91rRM#ikqfAF&Z`!Gm4zSFk0SDS6nS pD*h$*9SH#~P{I{6w(-8cL~3TYjOh$YUBf)|^d<{~*Z?^ZHpF;y2Dc}uNSo1=r|PDuAj)4Mp{X4K_{NN!p|sWgK4 8L^n0Y0BT-|SA1Qya07hLR8r&^olCsaYqzM1nh*Z|CYX3cr~W4};sj7FvB)ebq8EVu?Jl>>&XJ)Z%fS~+kPA(5iu ^2FDqK_M;SXpStjofVqCg#s@FchUY9x=(dZ4^@gTC-`Ymx)%GNs#H_l4i3>Ob3J$xmgl6(z@N%0+Hp}hql_U*xU+ S7L3pbq`b6Axr#B~`irpMe)au>}4L1S-F6m+Yw#dmf^9Rxl(wN?MLT>^+Gy=-*%J7^gj=tplpKrH=H!4%=cX~5Kf rrpop-;78zfpmZ2%J24jxVxqLDipPIIfzPYo-+C{4MHS6m3+`d?e=rEsSrHLg~)IH+_nlGIk+XH97X*^hHMm=r}j 09-PrYO83P^A%^R6l+*t?O&g+rHENW2hj^(`i~L~?A|vL-;!^J@*L?-^^Qe;CBtCW7OsuPux8{ ?ey@e7eEg#D?s5GhL*Pcs+UGtA_v-m#`g$yj@)H<1jrZoZ3HDNiou_!a2VqM!aNhpXqE1 T|tZ(q%YEXdx`Tdlu3%4(8M%WAvS;p#=Cn&GPj5b<%rE!4EV5nM}mYh5De3cHL9JrS?E0^8!~cnhRUdojdo=Ep=S D^I33#e^m`k~J^;fx$mEjcsAAy|&azaP%5j=DuOiP(D{G|9`A+KY0_oUDqK%^)DH7YV?uZis;&33AI `8h&A+8TFX=ly9w>;_pmGkGs?+BX8SdON0sOF~XE(%@5h`~q}t21(8CW1T*KAHWRs(BlE*Tv_?YdXyGto=OC{2WqkP6hIa_GU dt=qkjS(6*@$L#F4bIHrueB^qZEY=DW#A(lx~Nvvve)L%~EkMb0DdQ*CoEH*vF0i`IO8-1BIYxX}novw_9c6@I};GuMr&r1Nl%ctMik)&?RD#F(i6=L?tniWfl$li~Y3 {M_vuUv3W82QWa#){u50pI%Q0N8v24AQMXRRr@Tp@fXZW~mK><-jhzQs&4C&74)kE>)DsiBhJEU7=?weiFy%omOl RI~Cv4lXhot+K-83N)XY`~?^G4!{*vaAC6xS*|&3)~;UZuUox&<lsj^HM_ik&LGisz1qrD0qh-F3uwb<;_ S{SkRGaaW~Ax@l!^Gl)z#jgAoDHdX3$Kr~S$+uX=9O}U|6oE(@V!+h{?sPLZH;e8^|{@<&TZY-3**s-0x&6b#OW_ MWM4sp^h8+bR}we88}2G7e|IE7pAIldp-#FFc*?k3W5wf*#xsM2r6SkuuR9a_1rT)QXU?3vzLp|$StaMoSk;YKgS S^Vk5*qoQu6H?byIN5%fiNVn$=k0tu8)M}nA$aW!PXNhXc87`qa+XNmyr6H5uCO3gmIllc$O60}Z)4`vr+4rgtgv uP5kcxLu_21(y)*81(&x_b+rdeZbBUQgbxLHU@2<;Npn0`4PNnn2znS^<$dPGlawUCK6t%&1nchcFKSWTi$IezrH (&OWdKbByAa_htG60nR3mSf+jDnB)@sxTjg ZE$B=V|>kljx|G^8Q>y!K=$ lPw=CN#6C^`t(t*pHJT8$CT$NKL!1K6%)hZ$t4NH=%&I@nTTO-_%I>LA|ilmG9n UEV$?Y8>q0-|KXjLfzP`#Z$F*by$o`<9*VVU|T=8ogRw@kCRRKEf;m%9#y9V<-#(@>qi=iD3OgoBD@444Q@# t2pRua5pCyerPSyX2fwL5qN9Y>BwPIz()sh+r;%VeGxgN>BfdzNz}b@!4DnXagr&CBcIX(p~%Nv{^w Kpb=p#@%FD_gL@f$V)=k9Zy`Cs=W&x6F_c4IV8WCT$E4EbD_ojEfmfopsZ1y3xzBMjx3;Ivkop4BnTEJJ$l`;cA6 m@!>pPH;#lIQP-D1@q_t$t64zqp(T_SJ&Uv4{0yvFx)VdW_#sVM~;9u6O#-)=GIoG^Adj+vw^1YxJdxY{5$cy}63 QArxxmus2&t9}4x9cY`l3Y6`0qt!^bI&+4bEM{sGrj)@P)h>@6aWAK003ZGWmEtF0000000000000&M003-nV_|G %FK%uxOhaEyMN?BjM@3UFP)h>@6aWAK2moMOWmKZkSR$cj007Yv0RS%m003-nV_|G%FK%uxOhaEyMN?BjM@3UFa$ #_3WG!%LZ**@hWN&wFY;R#?WpXZUZ^gX{oE$~jKi<1uIEV_KuV;%UY;bpSfE=3`NU})?In8bY2pD>IdS`oQwrA+> *Y3Rj===Wv`^n_#uCBYDdg{5V>eoBG^fZV5F79 -kw-G$)4UTjAOC0B4J3I2X|DKN1+2J?`5WI=v9MtPLU!(9T?{}PY2;N5UGxU9IuH%&H`wM$H&aD()p6@unA^5%pj ziMg6|->PT`RR|A*k&1m8;V8iKnMyo=zw2yVL&u!mqb!IcExMDW7|-%0RPf-b=;3BHHm&j=O >K1c9Sf-hU-I9&wS6MPlHFA{tm!EY`?xj$Hh`u%bd(m$~X<-BgO3F7afaIYm8$E8bp2u`k*+l^_kZvxwl!2p&uD)dWx67yWtGzNpv5`=UPI+86o#P~+ c9@FhI13h&i)zuXt&^5nj#&%ZSO%a29;v=sRtuIWx#iguj56 y^VfU5-Um>>e-P~D@mq~?pT8RYUMEORbP|FA!R uF}e|PRjJN71c3&F+xh`+-C@c4}b=+{FAfX|fy%&TJtfX^2ZEE2qN0PXu5!M6~6VF3BQWewW?W2Xfo59xogANupT{m{;B_D6reXMf3{x5~+1={ ~+>x<$+r715y4v4n(`V4+P#WJ`nXe@IcVj^$O2A5cz&r(>-<|`u#bDFFi={`XIc&ksy(8$2|z+^zMVuuR9-v@^?8 1_&HzS7as&XUV9MeUT_fT{4ociKBsEFmlAwC!EYagdjI?&;LTt3y>KwbZ3;m`ac73UA9*mw>Ej23?w@ur>UGV*n1 A0p80Ft~F#6#)2ctdD9E@>${$Py%{10JV`#*$wobn;i$IA$QozoK>COEMU{r})Pl=r$rKp)?C2-X4r5X_&?9s+#7 p5QJ7A0aqO@a;6XC4wh-m{*T`_`c^L(Iy_>LG4x*laAh;XPmqE~_o*}feI)w52@DTdv6GN!y&k5 4f>TFxWc&sd;-XAKV-XGEMOH0V-`z4ffdkO7-u!M1VUg7I~!1wyV|M@=fXFnhL9H;O!f>Q~8*++l=*vB|O;-h_k@ i9*SBDgETmkeXQ+hZ8xbMP?6*B?f^>cdEXq=ug`jP$2yy0eCXU*8`_|Nnd#?R#U0_6L}0QBP<8t+>gesh3!{wz@Xqv1~km>i-#te${>w)(J|7zeo}8!f%2AB#jiZ>Se;);Xcy1K!aw@3zD=X-~S1Wu2!JP=cjUY{Zr>}x>`(g!j{d)w@C%BQ| A|972t)bkmD)9aZfY(8tV1tI{N9I1lJSXsSd n5w~l#nWgY!~cOCTfpLOK(hC|VBvknEmE+=>~!P24Vhu1~G)3-&ygZD-Ve_w?4W^RP~4=SuHJW}JI6ro+8i%`$=2 oekFe2w59+#edgQ;cya#%TY{82vvt#`gs=%H21{`1QxA?{EyfI6}XFGDi8Q$H0pVV$8d1V&KI?n*Vc}|0@!V!>ba E-<$;B_fC+0d4m2~mmvLN3Gn=r3HtL2f*&V*zmMSI+;8JVa|u2;j`e^0_2`G4)?@r;>ia|M!EZmc9_4Ja0rT=L1d rlz-+*>pu>s$IumSja*9Nrn7aNezZ#MuRAKQR_e*Fa6_09>ze~-eQC%|{k(D#)S=(jZ!7~kOu)VDE#d3)jn@cNq* =;t3#px=Kxf$?}o)BkG%_1W$)%*!_(hW^{}FyQ0#!+>YIABJ`e9ESXd4+9>aa2VQs{$aq^>kdOXKRpcj|4!5W^)R &a<%a{Gi-#lM6^COyDu<)~pFSMz`HH?@MQ{q&|8UI1rwJz9zaIww@U;)4eT5^ym%Qr;^waz!kj^^-<9UXcrGM=ezw;2%mBk^65Sb>*4N4A>JWJp&o}G1-f|pQJ5! RJqq>y`cc5&9~_1LeEKN#$F?8AIy~bekS|aF2=I9Cqmkc%M`OH>J{tXd^3lM@bB{(luF>yz>-&R810SE)_ic|s`C Z4LoqHXF`hNNt)bqS!fS;EggLKy&gK@d}7~sdxk3m2F;TZJKvkJHSDDZQ~k0M>yN6|04eH3^-Ps0}x`~>6EN5RiO KyW3;{}|G5_!!ppBR>Xy;j)i`4|ts5p)_B+k3~P7a~$w$({af6(c@6he;fz=-{yF(sRbuteIGpu<8$swX!j*2VV%17B&;XzI9ZlH=fsoIuYV_a0^`jmA%EZeN!0&^PoiD 3KZSn#;HR)2j1VLd$vNp$80TMq3gtceDa_k{ehTCK)=#6~W_%j-WA>-f?|lS`)p7bi4gTy~pN8Jz6`vuQkMWG)hq &GZcc5{6^=C2O?>YtJwbLoU?}eveoGPb4o;&Ll$N~4Cf_{3_spwztRPZ5RRe0yAsMqrfw>b@X{JPUHu5UjL{kiLD ;7boY4ek1>e!r360Jr-z@a?;N4&f_52Rb+WIn1-82=2%DK#)+zdGd3Jzy5TL>nW#WK5sf5?YjST^!GncM?byg4B* SOGcf;FoPqgt?iuLs%g+G5Z9D_`apM^nr>D+9fBpLmCc02alZgOJmU+Xqc1xf_1*t$;PZ#hM*km uHt68j&PM(hosD{3c{bX8-Px%B^&0+Tjd!Pp|MG0~$3thMzy5kQ`unBlV4U7@4(Rjl=OEtFa}e)a?B{u*<$U0LtQ-5E5BfNIKH?pIKGGk3KGL6fKFa-+hM# ^u@aw$u(e7(C-tW#weIC|)o;n}p{7vEW8tR)@Oki3Q83TQ3Lwn0 Yzq&#KGOPa~J(`w^D|?@zfL_4o$CIgBTlgPy(7!-W3?{+co^&D^RZoufTZyvAuV1_h`CX^+H(iB!a?4e~$J?($|J|kO9?|&EUZry6)o9l%uU5VN)yQX>!Wjy8zZ(5N_iFUxepiFuj 9d*o*r4#ESEJldUJZKt*{f0SN3VvyweuSE%S*38`7^FTefGQt{W0$v4?gFL?<4(l-v=N2lIwvN?)A#|Ul089u1EizbiL|L u1C7>E4=A?@RxTG{3G}G4^ZF775?i7;Fq@DhKlL;$KL=xjK*egwXFw;Pdf`9|Q;*p29yBX30hC*O#9{?!{%-|ycD`t~b@FS!Z&o1JgMICwXq{k5CW{=*a =cN6;Ivp0bsIQJ&B^L!1z=qBLvwKwU!y$N`HyTaeygns_}O`wN6+>CMB>1O1!&&|M#58RCU)^A4touKdM-K=(*o5 An=@Mh4p9d1E+Z@UHk|E^oqo^cE2-_l!D&wLB!@A_L*e{l=u%jvhE-uLSJBe$R)(|(L`+J_)5ZO-tI!LJv70)5{2 Pk>)v{t4*74L-Ma3-s01_pZBu_cQN;9(DJ-F#g_ M=)gU)8Ym3uKyPrn!a bk@CUx4RehzVKd@f3beQ>R$BMb@xK9`0c$Ycizvj4zBw-?B+v12mW^c0{FN8FVNqo6C~7ke)J2_+f(iX-duMd`uE 58q5PlS2fN*`?*rcK^Gnz>KK@IzW7l614J5egSLna5{|f0Z{}tA&@B9jQx!e7~-~I0gKA&(u>U-h+z{?x&M}80Ak 9xf1*U%Tg?$;QHtACCD+@$aKDSY_X;OqXX?{9tpcsS(&wI@A*@tpqv>b3jDw?>ip^-QM*hYzCse`&lI9t2)({~ O@Rj=uq4wcRA0rai-2iTbo_yfLw ?+>WYJ%2!b|M&;==i>_h{s)Y2$3tk>%!h!7dq0HueGj4Empp{=UilFEyQcBSAHujF`w;Nrw1gA3ag_g;$5HDvRQ^4!zpF;n?=4lqU4r!jv9o<@ELKaGAUKMnth4-- 6y;7k6Dem~^T$p8C)Mmul(GuE@m{|x?o$G_10qWOC0U*I=!&tJjkZ~qMP-}f2RbKn__+q!4eujU!(Q9k|*=KZbDK o9uRzaib6zbQWbP4Ve(=(q3u4gLB1zX4xf_IL0z+x{JRznmbkdd}$Ifq%O^3;OXPg%>;vx%shYL2uoE0I&Q0fpHK 10sJ`kABcb3KVbKH!*j_0GtZ&?i=P9ZbNh1`pN@Z`yx0CyT!5U}{{%mD+&?it9?2GIJWhMRq(ks}grMlN2y(s7AjtFMe1be*FMkQ*|AZ jV@4ph{aas7%4){qBVjR;L+Uvmm&WhU)~}8JBOh7!zet3Adlk}1euQBO_1fi# |X0C_MNXlJ=YWDd2>8L;b#ako_tZm@6qr_H2#wWnJ&EW3bgC(+jIzhUAPU}Una=-e<(qohsO})aXpdXF+iWDF1r|S+2W{;3s)}w(Sr*^V0;GULWu(jK_JeLO*|vAmh(ZUWIXggd oq?Ctij8|DmvRyAJT#+u{3L2r~aLMZ;$iWW1e6kmZ8@?a&Y9?azpi~P@_XR5==VPn$&o12o_4y7#);}>$asTq)4=7+t2c9qDzVC$YmH*y P&)at5`P5FP8+iUS!6MTc3VWR3pER8RK1N})Ogv3HGyClP+j`!IzCS^6iOf4!cfgj!f4`*Xb^07DyoR;~Mm^m{qQ`Ln+B{G3bgKepQXZq1lw{0~t0Vf4Pg hRyB3T1TR&vryA~fxa<)cv907o9hg6I(>gHeSa7IF7Lql#I}{~tn&De_4^NTUFmlKecPLUXKI`c8i&|8=eW*%I;K ao%sDG4?%U~iJbgce;8_&*CVKYh_e%OL&~!waoh#|LNb`ONg?~!Fok);GDd!^uzop+76TCsoVqO0KSoJ>1s>^j9y xtIv*RVHg`1g4H>31jno~Pep`hFh4uoE&4|1pp7WqSW0{VJM%S_fq7(+Pfp!XhpA%lYQBir4u9{XVJRze_Ocg#P2 =4)`rHk8lG$f5%GqTdN&xYh}5HeNc%tcfLZu+4O#F(-@`kDSSt*=P1ElI$$3qvgeFD{JspH)a~mGk|kZ+FxCee`>$hF_)OjSld-{P!z*-d*ea$xhf<-a%n+(KO%egq(4QmGAY|GxG|a 6z4>%Z00lGsn5)t{++&kRm-@Z@z09OHs6=%^Y3}Scffyu|477lK1%O*5!{tvkLJ-s&)=rs1ov+z_(1+Un0`lS-lu lJzIUO%zlY+zuLHbehlc%H)9p;}f1}^F8vZ$odw~PL1^#3G#Rv7N{W5)K+Pgiy6Wi!~h2V5b_ XzzyLhnb>`)wNUbrjY|KN54C`w4!5esApr56gci)9;P+{+Ukr!yI7Er&;>EM(gxit3QvU=Rn`TLU3P=%e*V|N6d4 *nZjRBKc9YkFwNw?(RjQ`g6*TMn^;0&_t5vV>31^ysv74BF1r(a^DDG0=2cjJcs0{lE<@w)O}{r#oIlcUnA>NygY C+{pzsm;{e*rOX-#ESkStI$& Gep%b!Hr`C0jmjC$<_;Svn-#0s8hj|@tWzq|Q`;+##tTj@R4_}_3?CL#RL_y-a^li(_XucbI&r{78R{!@D2lYT?=Ostf12!(fO9-$pZ#$6 B=FvNetYRBps(IH5-qgXe58hd?y0@XlRzG})p5J5ewi9|0wt4-i1ABSc9`<@oH=${m2S0|w8~VPD!dFqesU6VO@2 +7_DLmDI?%}=q&U(uu9QYahn$ld@30bwq@9->=m^NCPQR#plfd9VfK!-x2mhilXY5EaL_hqJW^!u#?`IvpVUPj >$6Fi3Cq1;c}rwxK%qu*Lh|K1MhBKD)-c@FfUY|DCz-uLQ&zJmV-H2u>&UL2q22SF0OoU1yZ-xwhHEeF0)v*~--0 eSoyE$b8t`zXOT>HCfy@W=a}ll{G4znw_GzjWw+4hQy5)=})ncxvI(5A~VlQ1)%O#(^$~|5od_4|l+y;Xo??FZ%5 nrmYV4k;yo8!X|OLzB6B6>x4g5Ki9hxx||L4{&{*{$7>POW%}KxX=YN`IrKZ3em8eONAM+H&pKfL{UQB!V){X0-{ ^!b*e7@_<0Adm)3@t1uk-17DX%};hBLJP&!zVT9ni-dOz@o+-DTe^mb1Gw%_gRG9k4AQq4AES-x$50rg5Gn_;0H} `R{iQ{Bqb<%KL!M>x7b+wr_uX|neWkjml1rO=Fv;=gih $8=W*X#?L3F#?LqH9cGORz1A4{z1dpfRWAy9N_#3Qrm-4*ogbtYHVD>Sa-U*$#{r4#2CH+3E?{A|x%RAu%ZvIYZ{ O3ASyeFA<(eLNq`PCq#6tO#4^@b|$pg-g_V&Caou`ChIxVp;{RG LyaUD_uY7;CQ+$ms$rqQ@sgT5*a)hnTmyQ!P^ZwRwQ%Fc;Bc+V<%QlD)!&P#w268!MD3bz%YNun?@(rqI0(ybT%& r_B5Abt45hBt*7L`LU-ifQFo}B$b81y;Sv8nDXK?N!>KAv+Pdw@pZ_f0=x!vx#A5BpDgc=cqL)Au!lXGU$Yy42B_ SCqfaq5ejyWWf4p~&Z&bi0MYM&gbI<&lKy5!W;eq#L3}M4mfVEBRGvQMU<-{V4D#tT8s|N8Ow?518w3pjyN{`~|; QF1q`!TFl=Tte!=~Lk*Bt%yX$7`_=~C1(YwEuzn;M8sWYkj(jSbvT-MB4L7d)L&5NbOXHA^n>5VycWr2>5yjMqxI yVX3@=xd`_l_uf1G-dYf!BX30hj!ph^r-L0kbXpNm}YQ3C2LuU_}Ph%=zh<$}9iQ-oHw|VHOj^2=OvYpN& wZa>d(KWabyX%8wM5;DHd3Ng{Gww}D=vXbJ?_OAV#F$qh#0nDE_u>hzX~p;JoM4 RbDPrWJL>`7?%nQ9Tk5Aga>qjWlWG8e~q2v#HjVg6eo%^QODbPe7@?!1137TlNLBc}nV9$*>XPP9`7(!R=9vzs$T 9VYp3=R|e(g0C4N&$B|!MTONlpW}+ULQ RA*_2LA*shb8_P&i*HCqbgK{JC(H#-TrZS4|Kn*WG#{}*&7ICs6LYtwHT8(;PIHE>*G&*HM>>!q=m^_#W#XhxxDo 5SO#7wdx%+%_&skmDWm-ynPtq~@EB(#VInJ}%?h@>m1gK1hvI#`PIMRy*fo)?yBGSDmx%hEKdPsq6w4o4xS H={NbL_-us$AhVoJM0D32A5P|tn-uzw?rJH+Q?KVVr$aGMfU*HO+03x(LT=!KO&k~iMi(sJb*NiF?wD)X*?M6Tah !%PRLJ8Xf=e%Vz30nQu;u@4%RksMjXTwiKe$doEY?*3}J{=h17&t${O^|Y(egxJMKk+pD-aM+888E-}01qd94%-2 OuM|0Q4&9@IzhYs8LK>s~)X(V-lMQtT!}Ni$IfW(jx^!zTK|%m;mEcFOSe+nhd!e-((z5#0kytE)Szutq#(FP0Lf W1tb1Yg<8~~(BP$&<2jbqk4V6n7jdj%9utF7xqNtu;kkh*4_6Ad1Ydc=@P(f{BP{)(RoGz|eHTjHP_Z04w>R&uz|F4x-6K A#B=Dct%S{gNPxa2^M`UwAqqnEejq9mHA{5AnuP^C^cK{)q|3|O4?)i3_qf7WNsws2|`1OWEIxZJa>q=9imcdw4O$P(_>6etO5a+0hB1-nQJpgzqva&1SN(LsjdfL?kRB{#otLerj1Lj5d sIqPqB;-KO~F|<=}7dh7zeDrORprwt^;S(V5c4OwzR2ozlf?^Rze (>82oF_tT(tcyqg^bP+A_!gbWuC7HGHG>I}1Pb=}NElEeHv-n*gfA(V{E3(c~9z7Jp@OLOc8a0zXz1KBwv+yPDG5 SdOK((qRUN!fP25=ptBE|UaM^4p>uVbP}AwnCe($s3sgX>BytpT=ISVz>Do5ncD)ks5}rf%kbr?t63OBV&{Qx<829)*x_H#4D5h?NR?PMGj@iVV coq(NwKx0Wt}v!=yXs#&e6W@##JdP{}4mLzG^!V(ASlO1u4UzjDNJZ-!*VN<%4C!~TWn!cow!x~e>SOQHi$Iab8S ){gO5!Tj$`R5o5@PuHUk%|fYybgof{27#2gF#6sRA`$9f~HX5T6u7!tt4VJS26zqkM>Nlzssaa*H|p4)7q|s|5+- b2tldjGw$mHA0}^wVv(Qf_3DH(bpi7VRf1K@#+lkz3wI((H?GhU$2y8e0>;BDdqHSEbF;VVI|p j4u^^6>X&;Pg6;V^v%8@rlO#fiS%w_CM-N&!i>3@>8t0HmFqaK>Nq#QDzJ;23ahB#A=c--quUCtdx6OL=Y!e1|KT S03k{a_4Qh11$B+G $ppHlpEnQNb0SZy(sn45`>;_0&o`=3#Q>W&aDB6A_HJU;D5m!q!IDjhDwPctjXTQt~An-^9QIY4Fk`g*4-LBz>0( 4QpBRkFMqHb^(fWcWM{LM6HXJ==3KtyAIc$hc<;zw%P5KttZQO-;d8-hY#2+}0N|3sF}w9$8+Su@SVa?$_>65mWE 6O>M~mIsM$W>yxM&O7TtC!I61_`VT`_|-YXMBWMItF`F;JCZ=Rv;IRR_FB4P1~MQ#j}tP-&HLnI 9%F3!$Ayi_}&$M7gcR3B16{&$#gA*#0_51Wn7)-KRw c%&g=&R*aHHsV-3olfIiWxU(ZSa7Rw-N5e)ohbd%%ny1UL!1B#}HPPlLjL#N#_hk@*^zf3`}|k7yn7vovyL;-P7!5~^#YKT)M|+q~8a(V!H!x+_|mlqQk01WiO<4u=Ib`2b&)n(-R9f1j7ThT2cJ^{8*eITG(_*}XQNc 4Uv^Lj3zl2{WkRZqEhE2yA2!Fozq^|L?fWF8GEQa8uo-mJhR-VR )ZFsf(YuYwl7k>hH117<((&EPjo?))RT(W#L~snIH!~W1AU*9E3qU;){R;l|tmx=t%CYvNvkCotU@qhbn`$4M2I0%YnR@SSm+bW0e-d!dl!IqD*62#oVqk@y+41Zm|gE G`pEvl_Vin1y6^fbQ(+)5No<<=%!Iqi1(tOS~REuG$BJDb2H%~Pb|fK%zC2C4uXkFeTP0TNp6Ig~v3D|Rg`0M5KHW}T)|%?a*X=7v~tP2VQWBA2h*B(fhhlqYK-!ZR^L d7Ui6my#5WQMJFYA#t7i929kdAJeD@OqP^w~__JG*@Mk7hR@DVOxbP(sP!2E!&%nAgg6zr}AYX;5a= ZDEF{srO7%Iu(GR1&lo|%Z=taoolfMG(u1242$xa`kQDjr>G7!s7{TktbVktEZ^qR?XVl9fY#H6-A6DkaSY-eI;K?{dOXw;pYS{!doDVkEG^^q lZIJGgSIqC{b8Og+}2X#q8eGuV)nps9DHFGQ0FPXSnYWiXmazmAcQGmrRY1SqyuWM@`L9^c@(-u>nYh@dV)+#;elg2dYi9r3%T=n__B5Wg(r^mmIfp9LbIfrF2Oi23=WEPUagGlWI&0<1F`Dv h%8NL%oHa#LbE{PbW*#oV;xA|^-x~O~`RE#n9}Ol>kwIbxX%glIW<=&A!?ato!f0L((f?y(VsMrvkzZ+Cg2A8~Bo j_6B16m$lQy5?c41b0V}XT5CL_{9yqVBuQQ)1>K1y7x1|m9Pz`UWTMhw2e3~q`wwbJNFT%T}P5!T65#CjKpM3oXR )leevMDFXOf6JF2aDW1SAg+CoDIADwACnLM&+UT!Kc1$qjgZ$7q01V?^~pLTsWI(NKbTdxHN@>VZO1nzdh*o6-0h ^fW?z@E_F26$nm*-9&4NV_lBJjceo|}wI*SwGP+$bDT1c~Kka;au4V9Qkrgj}$ykq$tdITlagsy#l%3btj%OO3(S mQ1W!o~(>?2{-U+-EF5{0REzs6Gt9?dPeFOyr$Ofk9ytL}NwsvJz51IY!^yX9x%j6dAw8g5OqCSf`Jsn#ih@HDSz NP9MmfahPEN3GE)z$tB{57nK`g=K&p7mlkOR(hCXMch$nhc~!Lib@jac+J0n7Q5>&yZHmnLOk-FqA2u0%$fC0~og JQNEFo6XiYUyt7lLdUn$vao5!1l88=n!dU?QvXQYE?;s~(zFF<({arZf%=Vy^J^rJ6h4jcOE;sD4x|tZs-KNM`!y U{(cZBC^E{6bq)9Z0%`UqLi1h+v{v@mJ#L=Co;sCVIpG!q^@daVrB77#G!QYYh?glROHsIQ`| J%m=07+M7w38A%Wh0r?^c!O&V7FjqyCnNpO%?_7WtJ$5h-f@k<%2VJY0eX)sk`iKMBhdLt@tbvY9GKPZHk(a`RQ7 UphJMF95=Yy5Nl&G-a^AaU{yUmVTE>12$UZPvac4IxRio?S`cBL!}ME7GQOT#JOphK*in&>m_ulZqw9^JG0s^*!o>#f1z`DrE^btTMWUgT@*`G%c6=DXguNu3AU&)} _Ww&cGNZ?OxpaBx+SR2DW@2o{*B1cg!bVCz@?5ffd8p&|oAK^Unh1(2I6_VNaTu{rr2cv(UJaiRLR$`sgFHHsU0c I_G4;V7F)#d4WxXSE;fI_Ng?OsZGjEvd}7gV1L=d4&?_u;zof@phgvE6eL?38G|Y!!{7uqF mz;u~ZZO^eg7^t8caLP~wJfu&#qw4$U!V8k?+hUle6uoF-A08KM7HJzw(hYp)|1szgHtIO7K=y{sAXvk1g1&jJ^^NT(6?%+eSpqR 4He8}!&FBMGQ|i>@*ne->XM0fupS!{qYr0Gol)J4L~I~Vqh&;3@~Gp!QJ^j&!bt0lAC^gITa@YaxJBljr4fDZRVZ D}A^`_9qBOTijEk!%Q9n$qi-n}jax+q~*jPoiFDzBs;>=*WxiBevMBJX0iwr``tixWYCK*^-TOWriBrdxLxGO`J8 +fvCkeJA7SrB_#2$>vWd69%9;=XCZK+(rJ=jOAs&p!08XZdpc-_zeu5AwErIY0X%4QKucvJ)X4qPS^{_6bCcVXPn bBF5G_ggWC_$OMcKB6ICaS+%hm+i7Tp8)2?Ul8np30Zm8I*+)cb=zvGqbJyN`;4JB1=`0zBKe7lX>>OzvTCvoyU6 JS1PSq+{bJl=iBv@H9Z29PlaVgd3$ZiPM!1%(Fv@;&cT(#ynuN5A0FsdN29;!i@(_IT0XEUWuY{3n}~$MoCPR}RFH-zpBkjf7~xb`HfF m@OP1UcBCf?kVNL9_4aZVBiUA#)VcM8rgn;SVMxu5t;#EzmWvZDrSDDAuFp_PivBW-}YlvSG4u{@EX~NBSa{7}cW 8y+?Tb!{YfY7g6N+)-!a;8f2N>?NfMpnt#NOPGoz@#a&azClnsy(xcT8{21$QLz<06(Qm3nhMMiBUgP>myz_Z)fu IY_eai)p@}-3VWTEL$)G(bNY80Get;VMlv(3Q7?MALNt$Vbsk{dJT{ELCM?9Im{z)7_4uQXvg!e;;gsu0P*1&ki* Bkk&OXYfl@hFI=uSTpTZ>RbYUSaKp6fv3*RdY@2(AgSSP283X$Cf-Po1Wy%rNL9#1XnxWyPD#5~=}vF>8u!2Tp2} B1W}E71C?U^@Wg7$&Iko9LNg`)H>J+lzx{%n1o5=HKTpBrZ1^BfXX3cJNyXyV|^kS(Tqt1rk+b+4cU2|_l2TOR8P-hv~on>q$fv!9if?EtQw(^5rKg#Sj6K532SyrpTCN?5 VHoKxUC?{w|7z^34o*N>xGHr0LvwZ&a*dKC;MOePvO`!VQ19?4;}R1_ybu_QYLP!`S_8nzMohi4~%(OsApgN!>o!qKu^Y>-m>S y(=tY$(~XrXGN{aLY|T;{)7e8a=mU7)~aKmNV2(5-Gsv?H(@Qwf#FYD0)IVKk)|wy@@cBe-wcNXK_}DV>qJaDs7^ $douX1xXfZWdu_}+g?pd56TbOw7FH6_C9hKv?poDr3`Xq1#HEZt|bvcPNnY!1knmd8??Be#Ic*7C#bI%&Lr-w&qr =mNL_l{9@jnhy#u@z1}nMs!#J2_ErqUGpbm5@>%jfE*|B+@t;6Zd~vCn_5FFTUUDTdEIP$&(ZR OFN9ZIeW^<-fX=~w`z%SxRO~X@f>ni%^TRqVRpEe{-;rONL(h|0;iWc*aj)lfg5#;Y7POb)f=nn)m>N$lA4K>nmX OZ+0vYgk(np+23>q@5}SH8*xG)tK`{XqUo+0iSrrTkzB;y-JUq$W6-X&BfY`8G@h6OqjwYmF&Z?+3C_4hBPfQ4V2 u|u4XkuX7oNm0M7*pcx3v2i?HL>*}R`aI@3Qe{=mQ2uoX48fVAaWc*QMamjOM>l?lxje=cPY#A21$^bwH0*TS~e#uk(-!%Oe!$)XnG%b`z`@$iM7@OqW^Zp{N|)IxRw%%D#bIWrSfMblQ3`4t-Xq!v#P#;$)Bc%_Sm4=||&al+o*E@2#zOC`hwx@(^yxdTX7nR%eFkOoqV`2~J9cjd!AMkoR0AFK8r_7 zVYfa2ou`MpZe_0_J)>x&%`J+?gg#MCAkxc5DLT)L~#sY>^Y)(!sGBw34Sr&;EXgcN@7aJA5Vyp4>{*K0a4fzHC) ;OH0eT-EcF?U2KqOGGZG)YF-2402x174&+Y_E*|?ooc>@#ns+6r%YWG#-d~HNiEfTsEeSD#ia1*{(!FI+1PZfm_*-7RL tj_!Q0$O=)Q<{{j8c)T<|9c`k9((2U%!5RvBZb5R42lrks{?#C>VQd!Bi!;Ye3bQTesl@>r*kyDCeq_ni1nhUCE} |KLpj7Muj4zVA+A8QtCGc88y@TF0;``=)DjBfKn})W+zeeJhMs06~^}5Z9z&aEjEm#DX}H4eR^|PMwUFIJWNpFkv wR5sSANG8RL&~!Djc-oM5hzhkfj_QlnqmAl1{e_l^gjej~85?j#zM%{;lIIZPC;wN|9)F5-zMyO0n`bPho*t_#d~ n#d`$-JNY5$XXX9sE?ky0n3VgmRHf8PaRs40a6W@(75hw4~AAi9pckd!_>7!619vKHZ}H(Q?TWM%*<@g)14=1OC; IjnjWmfifkca7#2ey>^H*1BoZ~skb3-9WrtlvEVK}z?EErKod(#V04;`Q%A1WH$$A!Ir2Dcni-i5!avrn{pz}Rh9 JUl49@M!6W_wqEx=D!j#$Y{5kgv=UDDa%7AnY(^hm%H=W41ATIQ>j&q8jt2;)D5K@zZn$vU4N0sF57-*}6lrR(m; `Paty!Xk`}aD7Xq6I}{!DEy|PZB{!u@&(O#Wcd-%biV}m*I@A4eqA-^;cH*{&xx|>!vgfa1HePJ;u)HEmemsfT2L !vuCfco*(sO*EpK)4XBTY~%=>}7-aTQ0OQBR18*e;4sJV1jMu3ETEdMajx!30$`7JVFXxr0K-2Q1IblxmtSqJj`0 i=~?GvP!*4OsW@?haYb~7gn!;P6lzd4I{tNBilZZroiz~saX>hu#`qgttGPAn>2ak)vK1fiyE@}EMmp-mU?kb81V AB<%m3ujTy#XdCb(^nzaWxH7$~ay;EYrTRD6nl@!9(pE5WkxEs)NRh!T#+VKBKpM3F$U$l2|x?l8Fq4|z)8mF{%qVcJ0fgHfR-_9%1x@L< !Lp0yn2#S_k6lw5_cG3^s1#TV?55tkj(SW_-%Y*25K$#+3s{dkq|YaxRlW<%$C63f;y*}SACJ6b0jk<^1Z xZ&ZPz@i9aF+s)V=&8Oj+d|KaQH|9Eai)KTcX<-&duoz8;gTw=2$$gC>Hb2W=5G(Ugf$&@Y}HG<_ec j6x}SG>sC{>Yop%Pvb)-K{k}RE$G;i_MEsLnV}2Ri0UO4$3f8-8wZL`v&n8x1fx^lglljBc0D=E7-aW<#mbw8?^(WSkt(r2pr02F #a9L}cTmvW3rTp~}Cu)fyDDNI3nZlw+3v6HSB3P@O87*dhoTb9rZnv9;oN*K(q%5k6B3fU{OtV>#2n!D(mEc&FC+ {Hw9OBXo1tdBkY3zav=OXz`dc#pm`J>vpyML>LooQEJ*w34ASTl9r(g#ChSw0Y`bOVQgzTYr5WxlWEBqQ8HRB1?w *PbiJ_-waK=_QcfiF#(_>=qsx;LHJ?Dvva1az>$zgEtWQAuH>rSX361JJ?hZFXp+d3@n2Zy1qFcI6(AaI#a|x`|p $)an{O_4Cv^ZmH_TmSqCmdStnoZkAgg~bUF4^`kbF_BqZm^#(+EIdjg*7;NH@q|yj(E!2G~G;~%u05mjhw;NeqT= NN}u|$(af^#6ULVeTP|x7!INW@TI8o*)F)f8+hv~Z=TtSm@>)5b!t5uC^9{kCIIf*3gLgOAwcO?!=RJkG-8?OCak idh`?laVBd$5(1ckL{-wb!cXXUexOm~wNd#tTzCuJFwk`el!K5Q;yYN*KE=Da*xWHHJXQ4Sn%0R7{wDt&$QAbzLf Y|8(o!Tdo%`rg;qGt+vUwac#A8*g{9zv8`T=AN@=Y?wJ?j~Pv0j55Ve(k5)3Rmi&3HX2hgUo`47io3Sv@xOI&w>|CTW{-AFV-XS%!wqi`X-v?3!}kq99(s _lYka;1=&$YMoJjRj6Fyb=dH|5rypd9klSm*f~=(ssCu-(u&W?Sw54$S$U@G0vVGkj^rM2FU0?cx-15N%X^6rpqJ5FGjBxYZr`Z^9%WQW&l!f=8O{3mhb1_<^Ia6(qn@PDCv;0?#9h5SF;RByJt QqR>#CT3%P&6ZluCc-rvC@@>bes;izDJ8Q(;b#L6W-}hlc2tOJHNLi(Q)6k8{4e#2gAM${b9&%Q{`j)A;o^XMu}tWdgf(JLvfi(b3kZ`50yPK2fz@_kpXH9$F+J${aGU^qgxhsE--zLb$r00xM_7%vQh=VdXL(!>NUsB!&HZmdPxud!-)U08Tw)w{(}D8Sisv ?$$eVH?(yB9%Zh%m1#=13-?UzHgkB_-S*sl&-d->4emapwA(JblxFT)+GEJ~hlYoD+tZshV{pbE-fn}_($@F7VOY S0T&a3B9_203Fr~?Uu+SaebZtcIk;?)H@eV|XN-{yliF#EcHgSpzx3qfGwbe4sLJkxaV$(%1x!bpbu)8K)fCTv#Elf<}ssJQYGnw_KC*xIu%os{4G{Lq&52#x&i+QdmoMrOI%<%Ag_jN$#={X#Bx2PG 1&5Tx5Pp!5#1nuq!LJg9C=6EF#7JloFsYCUNp+@9l&V{$NM=9?ncgKPOvF=|_|yceNm=(%&tiL%3<62up-g@n20< CkQvC5O+%LKd1KhwBkNO2hMo+e{>J3~%3J5VaU6Ak!%DBrI!UIZNXhb;V>X=EqP=>3U(N881li)&2yfHos!mEzgA |hiL;iB8ukPfTxzrRLzTsj~j2gwld0b3<`w4OdARJ2Wu5-C3lA}<40T #Psl>xw(DZ*`F@&Tpng(<&YjrM3+lKE$%7T#x#j0c?Lv%k%yhrr2rG%++Qbx9nk7acCK8MdUN<+4=k=(yiM?x_XI p_QOW`y>s0XLvX21r|=i!LzL772`!Y8oXRBE|TBSG^wX~ZZSCu?}F3`$h-^dQj`Iht>!V%$W^5kJ6^3VN9>9f_gb Es1rfuO!zI;#JX8y2Aa>lPYR3ZS!O+Z4YA-Uz*i}PPZv_Oa4iEVU~`NwLCRl=@sZX|F|?OG}KC)gi=;&~I0xz~=BGVFH{3!-HEAA%BcqLKM mdN1Cx;0IG9j20RAO4lCy2)DaPi#>(L}jS3wywM67Z~dKC!z?Tl1x}i-vr5@tXK9sBpQ FWW;!K@Si=H!e-Z%@_&eUa%3cW2 6q>t;Aidd5}b1GmHgk+lUXsWlx7!m=*mNle&&8(M6bR?t^8W;`aU_e54jYy9(b)QkW;%ZGY;*WbwFU|c{qI;kfOJ @q-T9rwky?n{k7*(El#p&2c#(ZW%$Qe0PS4^PMD_D)rATak{g*oOS4oZ~ok}#B$*)W<@7g2XaKKE5zWnAELhef=T JojmoW9Yk9T&4ocIZ~XMb|b$1ORP pw$(g#Z=X8k_NGtp>uk^zE<3cPsA1h|`7NOfi#YK>aMFk*iPdrM`ys?*gUS?rg&Z8Re^;j%mHL)^!LsrCP1;lN8! -)zuwJ|8134L`qi3xUQDw9GFmi-8d{0)={&uQ O$7-DB`>FawCe~#ltX1@qEU?p50O6G!Rp6_v%RC=V$b`nd=&lu2Psme}7f|LuS!XL7am6T-1mo=_)XiL@wb_bR0=)9|M4D0!jD;L-h3AGJrT1uQ `YO*A(`uF)MV-{jR_AVwT4{7YIqXh3@~{mqD-B}xm6xEtZCH0xKp%+&A|0||kWz-w7gdXN3m;_RjZ+twu|h!|C9R 1>qA=~)Ol4$Hid)ke?J~*r$fjetX%WrNwk^vLmxv5a&4YGw x_MRUrTBgW#%ds!$j;FC4A3awk3Kp2v8)J(=16=cy8n6<{oQRiL+|CQ~sb>&h) GHrAT7^;d4OPAOr%7w+83w0Ra|5J{I4<3&}GiOD2+VPJD;Ec}l6)lyD>-%e3ss~^l@0QhMVa<6Z3 MaI2M($AF;}cY8{W#+)$MrXGJS&;3X50nj?ztA}=bdZAR6?avE(Uj6semO*v8@Geridt4!=pIL+w!g(;K|JhxTLq^=BeS+%81!a)l3GNKteB>-pvI&iFCXfDdgqSJjO$AHl@9%h1ug LUqh)IAr8^7e!>!)Z5X9mDR0I~@_E)sM_Ikv)o6Z|y)mO&UGB0-huJpANPs1^Ep1TEsP#^N5{PNaVfNW8XC;bJIH zgCIjfl#Exp|;uK0$%N&LyQZ@iQUF_Fb%g3%AwJzFoAv_Tc?uC8@$-_almWy=M_8Uty)%08-u6Vl)(i&#tmf~4vSxFpPUrMoGjhX H*Shc2yR|3L{UfJc#>186rC|2eDBW!M3ZeCgH%gz7Xr-n_B{ic|1(Ce)BD?I<08ZDJs$;*mwo@M^&i=%pbCW)d|3 MW#LNf0Y{OIXzx`__mb;jXZLmTXiuQ5Fw*amm(4zj?i}In;J+tH?P#SFKE}9C*NG1>&26=Z#mQ31VmX^o7=_s0oo )Pq2L$%YK@XXPuh^8pVFroCw0D{GSrkQl2U~1DmcLGjyrV7c57dX*&186%c}2Q`0c>agr*zDIM&H(8m`FY~1K|7i K&vAETd&harpG=)^IzbVX_3qv#^)1k=WUvFutc`@dOep~vT`F5}8GGioGYiu^!R8jg~xRY`eWEriQjH71EB3V^;+mSBQG!1Bg7|gkwkAxsk0O5}!#kWBnRpGohqEQGF@dc _8ar8Dx!<3xRY_&~wXvkrIIbZrGAv7DD^@KYX++w3vNZL0eeE+c~tR6#5xM#kER54Z23CSXyZ*C-$1uw4qF-aWCl6m8ro=H%4DVa4vtUnvVbuV|h{VJlZ9XrnPChZtJEh3_M7jG$ZX3;d_*5&GrTP;nU9u0y;lVh}*oY iy=6B39KmK|1@C7{J}jGYM6sl?0>7MHv9&=+451aDnU58@<(pUUmXKcMz=R=U`Y>h|Jf>&j^X9DetHu|So2u_F-Tq|UdB%OH!f39tpE74*O;kausi}LTylNwa1I;;4vYW^xsLc^ 4y@gCa#!eqQUiHe6%)?cZ-h;BEmdG558QpYkb-Y>QW~tNAFxyPsCKquTYPKVb9BE=_=~SF%2H$6PPMyIF>~)sUTe WH->zzVBQ$!?Qg(b91Drd!=I1uK!AWXLWI?xm)HE|$L52J}U+t#SH^X0&-P|CryuPK^EnPu}!1xq`dNhZ&`eIh@! Qb2e&PJ(uCDVv&pi*RL`pz0#y>!b*&`yr%kFdu1 |fxlZ5Iqn?9G&?m#vZwyI6rhQ_jKsh3HVwTk=ryY`9B0)F4o{Sg>>O(bFipysuV1HiD*Em~h)1<&I@i-q!^<*XVZK$sL+&RJsgD{STF9jD`jJhUh<)@Kn_f3umGeC)GVb>9KIOw$PV_>uo?$~Z7DKPT00bjw@D5V~{v>1rOI-f|7c38yLL)j<6tB 5%>A;E0OedAzXKlqi3P_2qyQ6{@B*s=kM+nT-3zyST@`^n^gzMpJhK;Cda*`{mDB`5VIsoF!tTAth(@$F=MYD2mQyxe2o(>uQzY>0*EX oe$4^id@hz%??;hsPA6C#EU`D#g;Lea}&6&z!B0a~3vtdP1hq t%g>>Yn8a86vWlqckfcUf41L7CduvS7dG~t4$}WmCkQLEWT?j<;GH1B8_UD!p2$jsKSN_2_Fs9lD<3j*9cs7>hha C%ym#?Z7CGkl_n^w%FYti&FTdsmXvMnzGw0$LX_+*YHzyA+CI#T1@q9^z9XYF6=JYbj^ATeKy;xXAKU|YVv2$*#Q dnqf+fhn)V#_(tqzT0yP4O;@>X=0M*etSNno)RZ7wSlI@6}Ct-7zwXeO$|UJouT>&Y1JMlv2$s$z^X@|2mQu^(+& ^It3!Qk1O8<}%N?t8lWG>@hFl07kQuacY8vB?HzNCW8F95CR$=n4dP!!mYj- 0Vt0{S1OK<+{jdhyXw8-B&oN1PRY`gWS(64OWgk*?Pt%=cf 3P-ckA351TPCP~(a^_VY&PQ0)eU9A2>SF&vt>CQG @Luid)G-c0?G0)F$YMgxQVy|QSNakL!i)Qn2oJD+BtLzfv#lO8tsb55K*69)%(HCV?@HQM+uh^4m;(1lMwXCEfnG aV9Y!+go){~0a=yIi~Ys@OSYs?bs7BkVTn+JJW EZP%3i6azr6J%ra7~52^kIdFVEN9C&a{>9=%nlffeaG6fMT}mN5m2%J>Rb=m8)QpP1vJgdzR?C`J0RMIwrV#JO&BHKWy;%EWW~13X@Wvcj^Z#@_GPZRD bL~M%>oTC5RkXzvEPqwSgUT0rqMP(^YX~+g4y3DZE9=fCk-4`=0%>;DQRqju{M7xvg;j`cJFI#z o^3m-;^VmgU4aEh?=@9eDGijh#*YOD{XLB|_HN8BceUjfoH$3Loh69?=R{iKUOpoYP!5YO$s`duO6lcTJY154QV%3P1uc29#`I4hT?I lA#jfKk6F=Uy8l*>i%=?Q>RRn~80(-u%}LTNIZ#p5&UXwUwM9dUMWBG~0SLwd9GN7+Q6U^~+>z{g&Tik@gfkfBE) xzyVGr%W7iJOL*pbIzns2UM-qnBV$Q;dX?H1Zc>}fr%Gtal(@ZK5?b=Ot?713dU2YUcO%nKTM28q6I;r~RZY8MQu UthC)e#WCSH^OHLqacRDD9^xJu{0b(ov9%`K{U;{Y_Nt;163IZN56!BSEb3ZM&Zu4?n5{9SF!CQ7-R+ L&D17q#(rEHBgd*zR)NgVtlqhJ)0-&i3cxdH%oVFqdU-PFk_@|Bu|>tmfDT{K(0U*+?Bv?Uez#Za=@BLJ*W`Sho9 &(4k6+Vwv_ZW4o!4E{CY8d!jI;sg^*RmCh#4cOa+^@=bzFRMXQ;u#3o9%yL-LCPEWoQ=RfYUbTd6^EOTDcVwqs+r 1>4`LsC$-DXpLML%zCHck5R@gP&Bt2B`vD-y`C*z{7pZ1gyz$?k%av4cMo=whp}T6GbjNbz3Cxpk5B!Os5B4i;dl !8X5*7cI&AQEt3$+JEm#nX9Kch#;M^_E(mXU=~p~x_m58@PYlXsIF8N7JhlRdtoHqHrZd1odt48lw&m&JtVkE%TO{YTh{1F7Qy1LJ|*bzaBzmQ@7N(W#j_cA_c 1z4NMH@XtNVj`_p#%22+vf(KAf!Wa};O5tf~o#K4v{*KAjf>}DZ-`;h%~ee7xwNhW>-g$PTlL79 eANhL`&N0&9>R3q3%dWAIYM?lhDJ4J6R7C&wA=rMkWX=*|l;BwIYOgCyiI4v80tLuyr7V4c-r7T#NLUEua}o4`L* GF?k55D%!;O#Ux{o<1}5LUsXf>BJ8zmb(-h<<=|#7F7qiiVh$U}B)E|3M+}5*y5jrhDtz4><9hDCIl{25P$IWiN? ^Sl^!X+mUatB2I@AyZG&0O2PvNHBxsz}z=EAwu<|)TYi;OFKebe2ddfA*DPt}&6Vb^vw)XI+63GRG0!ZFb(%Oarb {V>jK9S+#w!g8%{j}U(nSzlWZRpPU70=FRtPUBJ)4}1u&Yvk>7*$Ho%^;M1#gt*^X W+adyR=*+m^z&BT^NQQ~HAmk}>&abNpi%cegG{IJ#U&-m>r={5R!h&D*m`ZZG(O&-TO#Hyv&nr@q$tOJ`;nLFnui {8)E3Qjuqf@Q5#>0&qe5>+&AT=orf;#I|FsYHaMNmqQFR=~m??{H0>r66|F7jw)CPO6TpdQJoDPI&DqIzkJ)oJrT %2zq&+p9xGo9CU)=lDS1qhG5YeVXr~mmfiRyMBFg9Pu}aNPg$GVmQb#^wNYhZC4RmQJ6u*Yid*Uk%~;awinB=RPrvAx;n!hnG;)Rfdk+Cn)C9wfZsYDHO`a@pyPx5K^{p7?#*k FIzW+(Q%d=eUZ6;i=F!uLJc;<2lZ?rv6?Jy3|mraWeV=roruLko0=8fd6@>2#|g)WU+VuO(!NZ;sGV!hRtc>MWIYetZ_ZTO9wmU_m!mKtmr};{`jn~ONSHj>d-@M9m^Ph{xA x{qH@EQH#o4xl;=r4CVmuHeQrnFh}Dgo1(4geq{8iEo7qDS{huq#&RCAkm)rOo?dESHL`BYE*O( -HU~IU)YiUrPKdl^g*E9QJqPM{>7d$&&9F~4cQQFX!%kqQmnJtuA~!(1~HR(@SAM9l@3HYcQM^GQ+*u8%S8ojj-#1V ExIcpAEZ^tJ2{#|x_z_H)H)`%#r>2-HLY}tQ-^DJs6i({~z%SQ4TJKJRnyy_cVFu$i4{@mK&KHB)nA9lQR tB*!v>-tD3vniEAfds#1w9<+88}Qd=6HVw=+1IaucQkg~wn-mUUK%dCZ|YssbU2@zX9{h(b|nLawpVaxGSR$u@wM +A%kX<+5*h3@>7OZx}rt(~{p$=0aUYR68p%~m_JDcH+aA){$-zkwisMo@M?UG7*DjQG Q)|xSxZAqhE-gIR&U(mk50R^IW=6qe_-D!NtocQcF*UIM&Z?Zn-DkI@(RkAw5g`@R@n98#ckngulU1e*e^j+S|gK w+jy#>|GD_gvELb;vDOD!Qy-&%4JytK83o8!=HlU-`3%D24B*}QRkmBfI^Dn(!TEK;^XiZO+{VOlC(Z)VSpvBkBp 9^j#}?~_Q`nHSQFGvZ~t=4@tjbNY#5TgArzhDKv$b~u1KmSpc!aAM+oaVdmTnDU9{4CJPs=c<*#i$E!sL$SkkXvb0@yp@?`r}NC1;ObN(w1{Zj$e>?Q|EH%kmUxzx-6n-g}R28G;b#LMg)FLBf|7fEouu <4x9qN##8%0YF5O=nD{`>@lEI%Bmm``onES4u6?ob`k_VWdu7thQspM-|Th(Q&j4ZF6w0{Zmp%ac^J5fw!P3g96vqxk)4C036e+}b!V+#@mV)zIfJG_>J7@ub( UFE9sNj+DSngT#n`d^a(UEC4>fB&Y0T(*lf0UQBjfn?{ApHg_oKn$h6+i)q&t^AbJ$56{zHiXx`$zug64;)LIS}kPGvIY9>Y)+_6r#Z$3_7QYYawF{>vh=T{BmG@rV(RN@mtn&XoFHDSL@|p`R2P^2=CZxj)gGmn!VPqw#KtL`DVVYYpTGyoZq_%*W353$0amqk <-^mw}i-`vqx_>rZms3%P=yzv)<~h)gpe*DDK+RoXh`*HvsgR{g$H*bL9slO3UFCR_ic57}mNyB!7=j(0a3jw3aw ewO3^_U9$^BS{2=Q8bS6l4K#=P$t`=jJ&I@cm~pG;jxh}bT@W{^^tL_Ly+YlWbLp{{$co;#hp|JGY-KNVYcEVgUrj|*Q$a^XQ!h|U0|XQR000O8U|MBVNe+i1_8R~I5Y-KNVYcEVgUrj|*Q$a^XQ! jF1aA{;MaAm((1rEk!-DY(XM1m2ArDdnw{3n bdUR()vN>9#0dgp10fKOfW2S?!id<|gkU3?Fj{U1F-H>a7vLo?hDQiT9xr(z-(P=qPtWcOLiV}l@2;-nKfnL4lE1 s~>2DGE`zqQBv`3yP#1&5w;?SkS{5|+WAy$Dt1iBRTE1-V>`mdmCKrdM+#Cp)&LViC6+5>tk=n~KmSo%2VBG7MG` s6}hM_k79BJ-aog9*S~fV^YxNN%*P4)-M9U(w)5`<%@Kc~i$OoLi1qNDMXax1*zqgzaW(C;nB}<+bO Y$o#Vp5dmc9XW8R)wgvs@ov%>2(RX8E63%yN7a^eE`}L3e;|Uc&tm=vAOomcDBV&->&O*2iZ-pGxa2VY$D)g!%in {r)4{|I;PLWa3wL{(_~fmxW7t{OYAFe-G%DphHVpuP2{a#wZabLCXcdlUnebWl|_YbUKJ|0`a_W#rh*4tM>0S)4NE7)E?v* RyY$?@K`l5uALO15)xC9ivWC9ikSN|yV5D|wwWE1B=d?7Xj9`tK{*KQ3Lx@5@)Q99vd#|L#@nZ=-(1Ohczh* YLVmtl{~q?Dy_9yl+2f19Us+y`T@T;eE%~^86E)s-v-Y(4wWH!S`6dS2%R-K^isNDL|KZi_S1;^gx~7NMxu% En+>JfFk7wzvJuKI0&@s?A_VBtt?BRVD<=9Tk@RJ8UkmGriIo8V^Iri5#=2#zZ&awRO$g!T@n`3`{D93jFgnj>Jj `{vkj^+PFj&c5favZPE%d_5cd0uB%p7|Kb^Y~Zfd7sySZl(P}A-ec{p4a)6{r*e{1Cxs9Z)AOJ-N^oUXd~}m0=*A 3-pG1b*2{Xjs+VzLOE2T(OM7|zD|^|G?&@WKyT6z9@v&aE|Ak(*>(_f(FaOrddi+T*^Yimwj^qFCWqm!RkN3HxkL B*^O %m1WZ=h6Yz)4~C^*d8CU;~pR2xcK}4>){6jtmmf=vVN8gvLEjpD*Ra2S=Nk5h=WJoU$So}I?kz0W@D|qVEug;uZEWGZRDn}ts(Ala=J$JBIsSjLmE~SD#CF_ f>0Zz!*nfD4*K@Ysk3Y&-kMmD^dr>$mfMSKI!=zqezt?{`JX#%eC_1-OF*9@ 7+a~%dn@S}4PhwWDEP02c8_2@c@5g%qCJN8V!`LHGlFCD1EfE}bqD=XoRX~r`+i8Ut*=FUFX`O&zsS-*6Yal#OK- ^Zy*%^$cWCbtoqxlYzRA)xmXdxUrm^oL+ZUn1CB)r={fYiQDmd4ECbQ-VG?+#_oarm0oksgS+NW&a$1MGzrDUs@2 -Y>_hd&a0uGwP0Ux#*9uul^{zYOgb`>lZXfZ#YUqW!t;zZ2~M+9&Kg#mQ0od|!sYJ!m8LnPUFcf^GeX;8?%Oek1= lf;M2^$sY+5rqIp_#=CK}FWB!CUk};m*IRl}@cAeCn?}1$Fc#AJ;eBYX;2iolXcK6+qx~`3AEG@f7?0@huhCB0=T D=xgv}*ruRt3``%|>fqFq3H!j2_8KZbTA+N5BdqTKMH{T`y-jCL#9t8AZxHe;XnqP-vOJldZKuFsOccU$UNN?7+w !L`;dw3picy9DC}{at3Mwp60M4eb=#Uy9DZCfXhL`Ch@b%5JnT+rGC8#y9%=klGqSuBtu7c3KZ%A^V9peTUt;ZgM >WH4M-u6gYuA_kIG}e!@wwzyb=0iu?oc}Zq*wKoqn*zFlESkiBR?G>X01aD*IX}-G240X}>9O|@B80h) ?u}6r_+B=7{S-RMudHM7Fn~SQZ14SeD@Dq1Cy5Sbh#J&8)-Sx5``P4gV9=NmNI@)v|GY`}m*9tl?Jn& Ne*QlO3EK%`%iwm0%4Ri!~}jfD2dKBGl?w^m8j+GiCB1z?nJqY7Rg=s -Zf19&`qdC*I|7s5?!N#F6lsfq!fB-xPFYM8_IrF%NzUvtM?Jl{0n0y9NTv*NCz>a65f-pRIWJ>W_Th>yE7Fueb^ ;SdNLikOV$IwP}Mc*7mINaz#m*s9#M7IVS~!OiJgK4VwdB{*mG}*wS-;0$St`#5Kv0$L7^=AwK{xEo9<9Yk?T!_Q hAOnDpIE`tA>^ZtvwlNe9wzrbsa=;fEjV*L+Nf&RjW(Y8(I>z_JZhVpW#2#q2V84@-WvrgCg#FD >j2x-c#4vfaqT5%j5NPT75k&Ax?gTh;1V;c|p`z1g-_cc(gvOq#Rsnup@Zx(?Sw`1E5oKMh6#P>ZV7J8h4w-5yz_ 0*HG*6IIx)J=2;!~FJA;WY&yDE*CwdSm~+^Ay#%m$xD{90L9O)`uNCBF)5%3`2dkL@8wee({1F2JbR6NgZLKA#tR _u{|d;p4|Gp$8Rd8M!qr7$7W>6vW`N;(;}hV8>oKSksRs^IVGDEv3qZ4?A*F1)lM3EU#&kS(7@PFbxYDRQE&Dw vlh&sYrVv>3IJfIF=0^&?k0~ydW5tW6dyv&zfgOQu9pOFb_~eSw$RWstN--O^&uU;2K8{bWPK2?d0Wg7^0{=8AdK V(zsLIq8J5Ydm=k(mPIw8T(3tK;t2cdrdgUj62l7=#U&M2qaG8U7~ux^1=}8^<%o0KS`A}E-}nQu;kYFOr;%$sst j~8rZ2U{qlrx&5i13q;gFOBkfR?0vVhIb?^sBB!0QC+0M~@{)LkzJ1n23nMEc)0v_Y&-P*m*qfmjkYn25@FF`+}^ 62Hm2?^T<4j)P>5v_haKRN%m3hCf6DW(Djd8Rw!%QoKR}X n^26u}JRVxS;|@OO>Psn-&liJ(%Uw_QZ`orP{fo3VRr!$1*iF0Xsn%_R)sSb$&q-K!)b2h$k_;dn2-qQwM_ Fff@(=t)<-y|f8**K4S%OI!LUjasEm;A4>=kWr74*y+d6_Cgs_l_K3visB-?9MK_gMccSzyS8JZ>CV5XDDhdqvA0gxBwaJzGH|gd{1BJhB>+>kzwk@E i|G~Vb#$YN2HG;EEtI~_f!H#V->e^W=} c90>w1~9JcQ5gc)B1kQkRRGWg_hKwABnN_VT|>%Lfjd8XjMI5%9I|dN>>Nk^f)Yz_-&oiwCjy^5Vs0&7P$9bqIb< z{iKy<8x~l5*p`fEls!p&wScoG^tH@drRE?-6i$Ht!u+f}ndCE;5DJm@*5WIowBTQW?oI|LnN*SO@sl{&??{9BK2 gy7M6t=5~#Hd;98Crm|v+3^Z4%6p;l%L~9JDpR>N81x=457b`weck1;|PhohYT2Y9EaN9ZHYkU9B&s1<1nPn!Fy5 ej{8srPIPlsLq4x$9sc4LfZu$!#KMFj6=ZIPEZP&KSFEX*l4Wa3X$Oh&$!KuT4YBAC%hE3ld(AVR4Ihnl2<6>(NhY9lHE$IUrle9});espwn -;q7L#`X#Llp~IjVdfMICbv;d85-nsX&@<*f9K{(?lz?bKX#-|?y~r7Z$VHv96wHl9V&|B$4y~jstNi@yOR$ZWqv ?%B*nR@=$lkQ&KG1RfF6y^lY%9=hm~uqZr%?jb}kq`IJ~dTd|$qI!5-hkITc$q>y*vmG8^kv#NjrRMu1y8j*jooZE2 4qmVn2(eMmW!riSE}f*UQkF?UGC;HR#f936zAj;weCx!z5(Z}U*!W)|S$jyDF!OdH**}7>^6 |U)ZHV+IqeS^-HqSnPyY4cXq-&^S2qBa-0Q;~;cSXq#{-1S;#J1=*g)>&_Tv%B*m7sp~%#&Mu^u2}xPu6XTgbFO( ?k4C)7JiW88dMm9*J%>kM>>_s-e-|C5aQv+U8)_-gMMpX{xfcFC?}Houh4UT>C#UAS69#Ju<*QWqo8rsh)SMmG=u6aU?}QU`bXdU*!a+yz9dT-g(W=)v 1CW<%&6V*K-4uJR>64@)(tp>9M(bRlraX7%e%Y9r)=|Y5U3+~em^rVgOJ6u&@k2b-TW71Dg&{gBUIB>g_SD42Va8`?4TyhljxDgxH4{NvdJ>$K1A|?F LP;2a3pS=cP+R92Z4#>rseRv3Ip*nKR-TT+J^O=?s&`a4d%D1Sl&M!p&@SH^qsXngV~~`l?$Yz&KkYPxhxgb>S`& 5&P8rYU}KUyDEMvs+){xoyB>nVO0!%3Y6S2f9AAb%Zm{+Ceq259$A6ip!1qK3Em4$=p{v}GkI}6xU5)3m{@5>@Nn b}!-S(8)Wdl98+34FjsBlUv)&1V-T;-6GEt;eF&RqB++H6!VhKHv>T0mrg}YQ6^)TuUnrRPI;uw4kz J|KZTxgG_0DIx}stwW@I7W^TpQHn$LA2Qy+Mb@7CTC5jXfaX72+x2C7y0LkmvEI*8A&NCV`%s-D+ee9RnvnLHR_I868S+-od ETHQTxI_8EdDI~=Va-MDOk=7wN&tB|+?XjWmD9753cR*i4vhCftr#?Yo+n-H4rSV31{`pc`6y ;fyOsTfmp7_PSSRQJnh$L);+SSYA1=&YTBo!EZAdPp;0aB9c@l(apZICYjjtL!7Lx(~hT7uTWwn YWRV%FAmZWtN{_+)HVdZ2PtzMq+l@@#fs`6N=n16@7It0i?i+JW=#owiCebx`(h2hc3>3+CAQ@Dp+q!H`daRj_#b*XQp8?WS^VGWu`e$P#<9yasG|Vh D<={a5J10@XKxWky=#p~HSnEvSX0t>ZZUK0oHbW|eC?*{I-;Oya5Ta^|oH}yrO-_>aIE+jgXb(EYW(DeyF&JtfC% }wZkoYy5?_vFxYe+GEN)pX{ CRCqpoZsvYn=B@O6L_zKtgXyPXCymY&WjV-wC!4V|^bz6Z=1QY-O0001BT4huK00000000000000M0001NZ)0I>WiM)BFHA#UO+`~vK}SVXFHlPZ1QY-O00;nJT4hw6g #LFmvj70DKmq_S0001NZ)0I>WiM)BFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEx(o37AyX(La2 9FeYhtjd3^a0?g>lAh;uftcnT@42zgov1j_uOiNF9+qauxM2!2s*)I)2YTL)RK`05AEEb+5B9vj5PX&3Wdt9d=6PpRx@m `aUOT1xEJ=A$_|%l=Jw&jtPxYhpe`?;N-cMriCSFTjv2s5UeNIMsOp7a|r&1;EenCHf_D&Hli=$FHz4@_VJQD!hoPPu6%c>B0?Hdl@Ye*7D4@P`^!;{%zaqF);hO|ECiss6>a}Lzc{>xVCpem5OMrAY1< 3!g0PTH`;Lo{Vi=MX*rz5xq*PGxk2-X%+ul_}}YeW&{jnns(#?L97RRlhrSVX?_6y8K|UG8Us4Fnex?8o&b_)CJ@ lss>Bf(<3~$4(`r8>``yOKAT=CA9Adf`bWOLhxq&t-Lyg4Kt9g{|t =J$Qh{D1dabcnor9NjDMEkh6GR0d@mum8n;*DUq1u=cB{fiXP`dIW}shJXgTj|x-Vy-J^$2t4D9l}7`LC`HUyixP )AcBX|P0hv2R >Uq^S-oT7>zJ&VdCxapvk87R@y0FcepojY_{NP N?&r{AK8b)ybSs0&X1UKdReiq98<}8etcQ)`Tem3x7qq8xO`Vwp*IP`4b(L91L5qz9rAA*;kgZeBv2l)2KbAVqj5 ZsRE)j60~tIt9IZa4?;JI_HqM$AFIrp-Y<9dj^Gf;qsq-^~GiJWJEvrr#f)gZe%-2j#s&a0t)eIl#-U&ZWEw?s6{ D&pH?5cgeZvmmAK-I4?OD^Wd9v(cT{vZbGZug#>pbxIdReFv;QPd)_3@kKmr%-t&Ri>s)|-zUTtv`#3>f3jcWl^5 6MF)PIi)QICBuMEei85c4&-5cN9oLaZ}aD_n9R@_k>^ZF~{NtB=ARF2Z^C3V147~#M>98v>|L?d0^M3`wy}3WH1l~-(67%!wD=|J#5!{hr;wr316R*O &2nZfZa1Ox~kB^48UJW{O?A1v3?A2&TuX(_$A@eYfBj=%i#?C{!8vKYwwJ;?p%4hd$S!y+ wk<30`{*@ZbZ2bp*e?2K}(@e6)Yme0-lVANd_WALX4lAN86)ANY3DeAMSwg4=Wb=j*(fkAC0zTHwnBg=vLHU5j~q !L`8uo32H9uMzA`@NfFQ?scF;zqt-{dDL|n*Q2ikeqMeZ`se!VbUh=u6Tt=7fsgt4I^fX;*8>kXyB_`0=X#{yNy7 (UkMyIjN4h43rRy<2=3bBSzvFuJ)7#ghoL)De|8~1U*Z&)kZ;}~L-5WqZKe++rYL$?1?BX|_!@$WHTGq-_`-*Ow~?Yg%^uGsT-)bEGeF^>K203IB42gZN;9q7jy1lxH&-hqDlfFQ9N UfrF(?!~zN?Ov=)>n%Y3+b=->@3R 2(t#twB&FciItGs_KK)+sfALhx8_W|$jyAR=u?!!1deIM5K=LnK$=6$Z;N8FEgkGUWHaDc)#g~j`k-!U5RwEL0I1 ^1(U_Y)jR@X`B$N55D|bAaHl7NXoS3lXnL-={1@{~ovyc+jrjGYe6lU?K46h=rgdXD$REeg8ttzZVvw{U0s_p7(k H_`JabNWbj^sCUByz?(fD09_gL0Py#S2T=Z551_u65+o7OyZ!;-#l{b!ANP3>^LomIDCe{XQQu1*1YTbGAmTstAn @{&2a)eT9z?k;lpaK2{f97q`G-*csSjbEU;Yr%FM0^${yD*u34b#Te%mi-8YcEe4*%mk{ma`LP7~oVEn@zLenh)PM7rU|oIw4 _JS8eH`O_*y9+V*^gsBp7J>Q^PI;a7u@@5xJ*4_S(OzP=Ro`edo%!4v4 m^`F2zANT~yJ@5(S-}MCW;dFh!onVgO<4>S}c6$=xdq0Ww@SrC#&c_lYk=R@OBW_w}l` nn<@h^D>}=g^)ef)faKK8N-0;pZU#t@lUFuM7W( {`&dzpo5z~k9@9rUf1pC(Qmguk9s_&-(P+nc=IMfV#&OBo=3UIy#Rje%omXE-WO2Mr7xhKpS*ze@rM_HuiL$d{%L p-^KQh87|-I1s&{!2{NNogLLas1GFof69?LL)4}J;xcfSODy8I=K?~N~EzCG{~`eB)V|GU0_{}SfgW-sHt?q%@Rq h3aRT3$wfb-#>uJn=H>|Juu#S0B8L^k2LTeCV|tc)b2{jL&bDqrV0$NB@pe_}k^+AM?x6e>W{hKDRGN|2@1M^Z7{ )e{MPY<;~@wJ8QoJId#Y@;1>^j1$2ELK@y3*Hwco*>vg<}@%{W&$nUMMK`y!JHLNqw5?{_bdkhY|iRd;{at_!jWA`7P9U)?4V0livcpxbQ9X-`#J4ul>VYp!;jAKzjzR(Di)<{P;>(*aB!8*C-r@-5xpF;03{!@(CU7vzKd*f5^McaNxV?gli&yfG WJ_FuN{X6k^1h4u#__Xc+f&TdDADE~8KSw$HeGdFN>T}3_Pk#>mW#2D|M<;mD7tp7^@CD}8$S*N2=YNUud;Uw{&u 3qPkNM$Cv}>EMFt18qp&iG31$uqXSC~(?e+B&cgTm*(QvKLhsNcI^fev_I1CKT)=ySckhTL`f*O1>|`x^9pgKsE| `~Mr%Z@q7c#thi|{fydC}n){!|spuKB(F@YNs6g@0Kp1%zQc^(}?@I;S!+nC5fKM>@3Qx}T~o=hUh<9`G}mUG`H$ o;!>4bo2{$at3_$n^0M4S$0mueYBQr{eFw-*u QaeIj%_vfbs89&xuJtpJVK#=F@AcBlXNrFsoZzst3v6vv!!DR&7X`BxEIr`)AU&Lgc{U<>l=lm~Yf}bl0GTr!fJS KRy89`oOYUB9+7(t$|-w=R*WpZdgK)@nOiC G4B9^ClX|QTS1WL(~z}dg3qTBWd7*9wNT!rYoYu**21_wO7KkXr?q1u$6U5H`t{fAV0_0BWIkZwI_RHu){TkYY%W 38k8ZnOOz>(xLFVHU>!W@b6P(8QxdGZ;+yMQ2_y#Ed6oO25F4_S2w28aL^b(CCK#t8-l$4uDv5&WOtg!dG_un)~Ef_vA+WMA`K5>DRXerTleq>j3|UrhEPd+!tzKKbu 0%g6UDxh3?+2J_^IF`xsdjln$l^;ppV1I J>1A3hfJ{p7Kz$Cdj2FhO3=mJ{UlX|r*tZ)zOo)iL8x&irwx_a79#t?~Xj4&`h@oimx>?oFV}XEkA7d*frmr))AF >&MXXz=wmz13yy)d7Ygx9{6&MhM%VKE*lSedyT%|J|1|qU_9{X(ebF?%j1E^Uu%Be1mv^k1oZEg3J;usb@TiQi1+ 9O)c=_Ypfev&0R8z!$QGx}j^Gt&RL8S|#sM1*fT5%G4KhJD^=O)YKS|*ng _mjk>nEZf_e=zR{gX`hB6Mdv-F$ahZPqlZO9Y^Z$A>#^0L)yonQJJA-WqzQA;Z;9AsicN`G&9;b>v^4 pk4DC?baP)znAUpY7?a>v0$Bn~8aGr?N={)e}es!fV;QEy!niWtyB-96YsTxzxbN|W4ZK@bj-Vp-hX*$OzbTl nvU>KGcj*pf){mSoqnei^LvLZ=H=up=H2N8iKX`bm<7Hr&VepJMerJeiF{1>)FpYWN8jfWZx9J%%-0Vm$onVP5@f z|LLuhmc|H_C7yea1Km8`aIMoHA=$DzFS2+rYgIu7{w!*M8g*W(dy@8iM$j6WXvOgtX*`?tqqJW? 8d)bZ%Q6ORXeUU59?@uL(!nPA7n#?r{Rvze7*JI&-4F-*^J}&&N-|_oZBpTj T0cpiQc__1d%0zLclMZoVZ=7PU(AjtbqZF50yo|y|i>9e`OFYjWVFBhX9*1H(vlD-)E%)c1@c=yGq|5AJ-1(QG-V5~m>zAROA6|z1`&=IL77%_ ;xg7bgcO}}@dL{7S&?|v2M_q|@*IWtt;;k!D?{}`m_3?=L@{eDQ@l5FZHd mv(-LD279DFtCWfwu#vps(`@azYLedonQzcX$g^0{js_=S7tfet-559R$~9@_Pk!WZVDoLA?eKYy49y+QgKwCj>< z<*s&@H2upUjw>)`FzON+g=;^E-}9!Jw}RjsH=!RNyg4RzRId`8Oby=b7Vry&-=kd{-v;=b+dyyn5d1yk*KMG$m)s8geByS{i=W>CyxaQ@@ Cmc-K)>EbknO!*xdZ)l>76m}4T6u}iE+N-F3{mS?!x`xEuW39SZMP_}JY T_b2uJox2rZHGQ9Z(EknhAl}@2upZuV56WHdUc~#=y?Ed3UX-`xy}*OM`n_Jmcf1$%9&|7CRO9YNdB3|C{j}g-^v {=#bB7#RQ1fFgD0NOF`0pQcg4`BYi_yFiyp9hIX~>F`rBQe1fO%rlaQlNd=m1@HB YKOR^eJtq5gfI!uqkFzMuOP@?Y>2>htzfX!qwD{+p*`V#l%f)5?cEjquf<0c?B*bZ;_2wsUxmAn!Mw@+|uC*U!bg ^9k-u@D1vZr=G)nx#4->`J2xppLs7}e4ly&`1i{fQIBCSLjTzLBG&2mUIhNemm&Y5%g~>PEK|OG8QRsg41C@t%dp OD{8G%jnddD*wj*qK8S$393_kjUmoaWPEl0i!6fR$me)(!S@G$-g;{A%?a)MjEg79x&!F*lqRn%kOS1}$3zKZ^z` 6}ePvtI?iE_)U2S^g^cwr^iWeTKY-_NQJ0-M*9{+vN{`9qY-~Z=hd3c?12p>6@S*W8Xx%2fc}L>Uc7bfyboA`^t-PB9`3&a^S@;U=wAB@jOQ^c(0@1R`_dIyr$1YPdA a}F$YfQY|_^OK)_WDyy_W!0UeC1EjzwZ5KtbZ30e4Nw06Z39oy!i|C*kAkw{nYg?@bboYA+PNE SJdOlzk)x0;jiHL`n`vKI_^EZKk^>dk6*t}^Na?r_&)mW;tzm_%RWH8*ZdIuzsZNFf8B@ZxBWguyHf;tU+5u%ys! 8DhrpY?K8ksFFur_*ar*uv@CoaGjC^h-$op`A{1|w%=O^IX_xc2MEcXfWx%3m1bL}VKH)=jb{ZIcCgSO7JdP^?w647QeQ$ZcgdH)!!^Ic`>tQ%{o1dul612^=1FU{>B#HqhF68$o4OHe~FZR}f@8dyn8zT>oFz$Ufq~2=cz&sqq@&`(BHqo<9&|Ic4KDYD7=dOpxcrB7%$uO9_gd>>7x_{hBp`ZzBlGJR- <=(7q<(A4X8lwdnU739=mdAVKDjTGy%pzpxg<8`iGz9^`%?$om&(uTvxYUY`-{OYJ{x-5S})xpTc5p#!h1k9MwDA N^muL5<9V<_*w}LpH!TTuhMVlfUZwkYCk^Tz4u#9^YpO@_P5H4Utb9LB@l#2{L{>xgq*(-(S~={%rZL(Jx1DR3m) G2^*o^=Mv<3b(z8y1ph#A>y1&~-xM}%QX}&)zX`_YR)Vt$4&M~`@yMq5{w+aX_jcc`M&$L^H$(W^n*-0rY>xNYo1 ^{x@<`w?3r-fD>&(f3VG01uAP_oouThrbhKdim?E00(cS{jwGM@oa)O5`2FvjO%$@ *T8;kYt;8Xg487Mpl#5euHH4W-u<2+(}mG}fVVI9LBIW`FYu*~;PV9cBgp*0mbIvVJ3(GgZmz|+FD1xy|G8SsgLi 9Dzn|6B$ojQI9q@8e9q`nz16~|ihxDfs=aLVLshVkm>Z |oq!jw5ae}pjh$<}(`cLr5o9{ObQi#<2(ldU>@LV>`7XfUw+OO)|Bi-#qVc}e@E>*oe#du3e{M{W<@j2HEUynE$o z%BE8-oi-_PC^>2KT>`Q5!M@_$I-l3h{Xr*{QDeov73)27|fKkpIzlHgst1K(~Mi21kL9yP)zokQ?tp67#VymJU{ zbEMMgL|UAeFp26uOEzjZd7=S!rL_7of>b^VBp0PeSc2lJ+I-*H2f_Me_P +*(R#c)7Nks5kDQrD@zJ?27e4*#fD4f`A@1q)=`6SZjofpIRT>xaS`(D; ZXn2<30Q&u&;yzykTd$d3_&1Zn-qpB;Ua+B>qTl{N--h#OZHJoeDzM{v^B8b;x lNwQuus=G0ua2N6~vX{T|jl-k`X=m&)rpiMMi|l>c(t2Yo2+>iRrgzjbnX^czDznrhx!6utw+``)Q1^9TFu``rr9 *7~-Uwa5HrDX&M(i^g48Bio3wKh!{Bf2x748q3v8ds!}^<;we&=6Q`K=k?@U3MZ26k$CED$oo&4=f&JVys_ m+xjY8@;j4L1i+=l=zUalaIYc*m;e78B`t7KF@{Gb=C@%A&Z`a_g)i?CMua=h}coO}tr*D5PYcua#Gf(jl?~Boo^ @TqDuGF%(CdfSbA2t5hS|01i`3xZItC?mT<@D)yHL$z7kisryyB+!+&GIyb?@aJDjhCeNmoz`7&*x};dF^NY)0Vw p*Oj0j^SfgyE{S^Hu>`N-d{4$$K-0QrMFeMl76H-wSqGoQzl_?^%tzIt 5JDytd^w(DPw6uqoufMKPR*=D&9+d~;35H0nU+yXf~XdX8!M9STn-*gpnaw%(NI2lW2Cny~(J^?6wh?C@q$oC~zf hx8ls9d#6TIDLDNafF^9rXR0|ymp^SVXu3zTO{#Y!o|iwuSudrf? eyn^7a%``(`P%r+YPussFSGWwlP&u?qo#~u7wjh=a(;=RY?H2gFDc0dhm^Nu9=TmAMrJ%33*=JhTlNbI23MR_yt` )B(7i{4pInL%N^&-k|H#WG_f;~;&TNWVEw9ZukL?DYOs7~~Oq?@glcxAgsH`u<0zzg!MM68nU|H-DQ@+{Rwv`>DN fZifGk@?bm6e{Bkh4fUSUIuJ|a_2Rv3eQ$O0F@Iy&28F)ALeDcb-beJCN@-8fcM|!$t{R+gHMs KaxJ7Z^P(!DLtRWc*eNPxJ>T{)AM!oyMlfsig}OG@1GPtgz+v08}AV{IP<)omir1lPwWLd%}y;dLvUFPJ`C93L9! RyMtWic@QK!AHl-h_?fHW7A_m)Z{(GVZ_Q!k1V2Ayk=`V^uik@%LvUlM1o8E`^f?YoUZ9(rh*T8<9ZIl*zI9ttp+ -(H+rm)?e{@#L~UtqeRd9vP-_w>84$Q^JGAF fdT*vUdlMY4>5rlBqv)A+4TpQtKbDgYr|&Oleogeux|pA9+V?cxNcw)hKC_MET3Y6@W^MFfV?2)HZJ=StD`efnUp 4-y8u*&H!Knj@4`R2?x)YWUrqKIuC~c|AdOwB2M$qpxUKa_no!4iEzIixzKw^&QuO23NgMNE5#`dr@uX@1-_&{Eh JlF>>*19oo&U%+Kdf|Nhep>%iczt0Sp?N)0Rxj2?vt0fR=SSaG==XgX|6**%OJmRrHqLC{^ILj9ntsQYwQXI6e8% w@C;UW;JDTY@^D*>oUJcIwe^OSDH7UHIEbJl*+eq8NHZ&8NN744a@4-I_|6Qzcc%S0|`d*?R>-I>b_Ws87hvM$$5CLvKz_OLFfiI&H5?A;W0pcA&lsndy0_*4yNUF&(2W;xSw4Vz1FSLSJI*xngo7g8Nh=eiNRjORdE|A|el#$7? buVXkz!G9wud>Z|(*LOKjNZ)VO_s8h@&zhEPaOctc1S+SE*I4?!8N(R`K6i1t)^UNxXPJ=wsPxnDrzrd*dOkD$@_2P%Gzr{_ -QnKb?(^t+0}uBgG;@6*cg>05<)4ZpVrXCq#%!5IVh?>^3l;OA6kM$2P+(Io_@^@5Kawg;U}&%JAKrrf9J7Wy5c@ mZh1vgjly-&>r1d6Uw;q3@d${GQh~`rS{z{kdKGZI;4!2%btmwrBf2{cd;iVjT{N_TJ21@FB#1%k&%Xe}Cxo#Z#2 -K#KD;)5;jm+3_FmN1a>4X9GyiqVGBSwx6c^!fC@FDXd7pOPGJ5-{2ZOGeJMrF&?Sq|6Sw%i`PsF`+@tJAn!AtOm MrHsCUJVpKW~E-w@l(jn(vQue+(X@n{NTJtptD^Zx608fUbY!9GcTt#$pBerwbBf6)7o7|xZwRfY@i>iglm#?bG7 =)IeH4}v>sncvWFP7Th{d`V%y)H2_%fv=T==)Hqrir~AN@7MJE3)40V`#6TPru@fy7+2Eoj2ifB;y<=8ypeuv7sk $?&T#6tl*0SDVOxz9_aVh$z5A^(oJ-n+-nXUS)%0xy!N0_Cu7>~4r}x_k9$Ew6F8sHLQ(S5FH19D@)aRF-cC(G{3B0ZlJW *UFMIeTmT<@9|^dj5=lYtZkwUN{@ZcI{0Xe>#P~Lcdw`<8w4$5M;eDpG7*>Y5O{qb{G0xr0?uA<52y+4MEoR ??q|zy>K4uE3HGy&=m@wL%*#wd|S=uPxPDH3unjJPT)HF-B5$GQT(?tr9a5f9}U}0^Wc4;<7@bg5v|em8^m;rAnR }24G$N?xoJKl$LIC0(>&Jgh4W>B#yg0<*V6A*dj6e;twZroqOhyEubn=g(hI(W%-=cAvlk!KGI&I;E1StBQ|WAbB ALk~+R_<67}T$2@Sv80{Nh6sDUCxBx{}>NBAso`lu~{WCP)-JlEp-_;3qnhh3S4O(UvRNWc6_*;3A40xxf!&XLH3 wYpGE1v&BqzB9#vEnPfL5Z}D4`C5h-KCZ;?6Ogihw(*cEZCiEqhpaM*+T$U1N{VuHwXN-tJ2UVfbwq!&u(VZ(Lx{ }#qqL@qM3%ORGa_UMKJESC2;UUs9`{r5_!*eP0Mk3=EC9$6j(o`B%*e@iC{>&m8L(y6b=@u$I@QXnr*Oth4eK|!c+08>WFhPCQIz6z%86;YBop~BSYG$fb02=a`CA%93^`m@DX3fQ1f#PIKoh^O=Sq14%s&RqqQ&v=cqJ_FCP5 **K!SD1r4fkUq*D0MA&m;rtK0;o3C1h(aBs&TDD0(SdRuLP`~_O9?bXzpAf4vXA#1Vr)I;r%XJ!*OvF11e%qc~cNB~Hf&KcWlASyuv#lMCS-;q?kj$r3{Zh HsQYTFsLE?Vfn9MYN~k|6@p= duPLikMCzh1x%N87I#B0exxGXVNl*Q-@OB0?Awk&CewBfzY#J7iZd<%LaaHshFmTOT?+Dgp+C *7otXJ)>2AmQjrD>v|TWP`!dnQQ^KMn6-&uG=|PAt&6>u9p))eY(w&4hR34#fOLrolEELnN={)rx%>x?4WW397Au 3du;dk5S4YTx@@-|qP%28(t#m;4zYS5%iX1Xc203(1rs4CNWx)TB?Gc=&-wlBIfRgrQRs+b8yI8o9Sn;apyZohn7OYb#|E={6xDW~~ULC))fZ=bngDd?6*RL|6(*p(G|rHJp~XLUpJGM2x 7L8WSV4M72OTsBEo8yo+!#5iV4wpD1ODhz)g6XR_GZ!O8MT!cIm^t{~SystDQ!V%*i?3x0Pe;!G)#fuGWzrK(p}R *G-&UEBQ^RlUks`=iW%}qpA_tO*Z>d0aA`tiDLo>u bl-gyr=4uGPk?oc_Q*59ba9jGx%+p$7sHl&5$UBqWRB2iHl32~-S!MuuNiE7a8Eh@m>Rar~*v_L$3zm#(E1@)z2* D6$EbKg^^`%8BZi|n%cI48nSjgJ_EFm5xWEKTcrDZfa&82)k7jVgjG2x*AC8F6(_=CD?0YoOceOirbr_x^?Ax@&B J5PuM6rz5n(XSmdrjASHZU6 z65HGu_@ngew!|3>Pculs0q{larAa)tjKeFQkc%Vb0Za)`IrL`1x5`RpWjm5r}=8_U3QHCk${_<)I0OjYJc=I?}Y DQ>V8P69xW}M?T2=t?9PzM6wvJ9WFvw7%{)-h%{86w `+2a8YEJ?M+b)JYmxXn#bH 8U8X&4hD&30pG)@8sNRnSDP_GsIJXJLa=~ZK5cqZLCT}V@w8<)!y9!YK^CB+0up;5LBe7O;cu3hZ+uo%U{Nf{QTOFbg*?Bcg4MHKh(C&NoMx)0!-#bScYmYpI4am;jbfhoav }4NOW3Qxlti$Y`Ocq!v@p3z4uljyMocW>Hd`neRkUC-Mr)#7O1=a3n0!!BkzY>;xke35rUXojNN^LLa9Wb9q6hik __J%z$`3jF$9hz+#%)r-m1pIC|75)3BT{O56w$?t~L{*w2Je#TMdn18#)S@c7Tykr$m5B));dnr{x>-sUZ*Hmrm`y&dAxWtljEdaEJK!=q!MMP18GGI^M%Dw>Lf;?lk3e{*E_3ZJZvS+UP@h`a 1dT6ZVL%Xr92J!&{QhT;Y^~LX)H2vvjsvjWd#8S+Yr})n&2ZR2O(V9SWuLh3!0!QYNbxD3DP%03G&G-Ex<`$H84` lb>*^c>2_x2BMc|ab>+~NBa__gg*<`P>Bun}gOJb&wbP=V4uniwrZq2Z33!2{R`76G<_^`XLX@d*S;ljhjRXw{aZ 5#MWsBb?ytb+ucb1?c&lA?lS2ZL7)}i7ltF%Q0?0j?n2{``{bIMQgN1aFdABH6IVMLeei|&22-pL4Erj%iMlstc+M7;^&CFx6wKZ1&znPOBi5u25Q QL*Z-RQRJWXRq4CgY$xptUGbo5bj4GCbkxqMX|B4!@NZsLec?Y~^H~v-J~sze3F#&4-r*o*T$Ql9p6k3;s5w4VIU U<}lI(J6ULIB1B=LL{zH@9-^J3hkWADyx)$sx{xG3sgqD8sFzBovqUYjAwTKx{1XWWQDl^xk47CKn230W50(WT80 rYJq3Y1l3_F}goGFCM*Aku)TU;VWkI)1Hjfzc`OGUs-EK?k-><$SKRMS$k>U;rpqm^8h5{ZPNr4jd23YguDG9 X0Em~Un-0$3;sfDsLM%sEadVHTpe2UvnAqnC)ueN{Zy~oUnU*VYDgtaS&WoY51;{&g^(f}YMBU#-go+n3sEsyzqu r!$qejd5!2$$cIDk0t1{2dk+cTo3RM3on4CnFWRlC0E}7fmNTmzZ4rW7xVxiPp6sjoV0yU{qB>t{kDBOctj?=idLr&Y?cJ1?q5{0tn@~YJ6P7E)@hDBzVCGY4o;cO+$dxj@zd~J?>c&Equ!^f(XTDTqBC9IUcti) <;uHC-SL83RGjP6Ibulli*Uc}RQsucOr1EC7Mu~WPfmq8H!pS(=Mbk#qvqs$Kbi5}~53wa_^HLOMswztWRw^81fBuSYIkM%X}sm%~M)5&`GTP=r^<4$XjCqgoL`gToq|31B>ioDW+J;po4~uJC} xl7*wBHm)Z(-mkN;Z8Ki0HtdHnXMFa151yMoGA-&ah*`)R+a@nk|g2;@JvQ5}?DQ0xb$2AeJg`gzdP{D66WmxBt& 1DZRZcb8QiraIjtBh&*qVz!rwTwZ7fiH_-f#A~id=^MLrBVvC`WJ}wi3~^LcUP `3ozOigGR`m&XpJh$$PDo)#Sgby1Z$JT5J3=jYJ}lRi_|(*xIMu>X=J!DkfrhCJ?6?0(FH%UZevcy!OB^#hnbQpB dWUq*b-T(rbt9MYh*%$+ylMdwH&)HNc65{%T!lx-R5LVeBG`L<%m%ssafs<-LWvT(1ikmLGo!|({1`r#eQp1W`b5jCh3$i H=)F(G$C%^E<0p;T&uLq4=tmH<~g`cNkW)z-VCeLJuxX rLc`fF+=4Sfedtj68|aXM^@;v6LHOOMy7*aXlbt>N75g~I&K?IP`zs=Hphd})(aF&>5l5foQ|eoJHY-JFBOw$)J` $Oe1gw8y$PIL6M4)_~?Y@qrYp~=>T8&j>&+wh-kaTSPK0{erZfxWyX3i8Ony3evHyfANbtmxp3}<~zhG2#Y@cN9% W&09`7EDichRS}bO|qSqAoH0!WR<>ipvLM<2Z1U^TMD`9Vrm11Ka*}LumX=NvyY$2)Bh|s$d2t$>bpLp+q2A<$x@ 2BA=(mr#;@36`icnv?w4JUyL9qynvoQq74JqEhyVWVaMEvCy3uiawl_r*7dQrgZQw-IQE`(6G-`s%R~7%e*(;ZZ{4 Ry1^;?#7v+G0gLr^wM99rV(| 4VV{moSLYybm^Zzi7!vJOAN)_4+sN+~EyshSqieWVXFTBR<$80d^3JWsqt1+?vFitp`s*nt_A* @u$He(GC)6svr_9G5@8uHWIglQD?m`+gOxbYX`e0-HpAh>t#4jM 2nLY{@6)%3>M@sZLA?9b3Z!;c1%p%#(I2l7_#n*aa0n_75_`m5Bi*%km_-sYyhn0(Ml#=)xlcv`TgZnX7T$>jD$| -x`E;F3?ihu&Yqq+Ce1@ub`9aU`%^h`HA+RPZ^WBqO#BpH|i#A+$NZha{E+`+S%HYXpyn%ac4uAj=vC3=XXs5H#W p%!jq6|;@IMsqYH6il94722|%0ff4F6G94PZN$Fgycw#+KQgagSio8xpn;0ySR;r #!7pDvM}aq+hg8JTWVe2)j2!+}_dQVM~#4KHCi@u}E~ &imE4X^$J#r7l~xYexg$kYuy_fD9E@{`ly*|!Ea9%Qnb_vD{MA5Wdylx$;t{5g=t*nuBd2Iq&tRl%duA+EhY`NUF l8=N_%TV&Be-oQm)XRWW(gt|5hKYd}vHhjGUQno0!XGL|8}~I|R3(J((hj-M>vP)~Q8nW{JsZHcPWcMF{1iJ;A_j Aq*8#o0BsTdKLmSOpJl0L#d)r{0k4`=>DY*`w-E_{%te1A&m)C!RiU2hZRLF#*90~>TCH7i9vy$w7*i)#4>(HO!{ QBWF-;SfH)*$Pv)!#jc%9r(4&MTvIc@d;?d}kU0-W)ZcO~0!%I$Sq3|=^FSn|2Cb2^~c>7;e4%8R+iD!diQw_SE*>&o4F8Dgqnc?-=MQQgCgRY&Rn8v~)1f3Ug>_m6|fnjK{W(?vUa(EW5X?DSJ<%C9X~ MyXYCw92boBr9F%?5>IQ2bjxm1NR`$0V~Qkq?-UNCwppw?Q`x6~F 2Qkb%*P*|-Ba6!VSM3=o?p|o1)O-n#m?3E1SY32FV>0)0Lflq&1*tSQRa0tfP=(np;(Vm6r8@QJ J*1%F;c+ZQt6E012lu;^xA*o*5pAtfwG~m{OvA7S5s3+b0a=D0WM#&_j3;Z$r%pg~0?bTHZH84`RTRw*cp^*6BDT&yH6rmz-S{J}uPV3L)W!eB!yw689+9GzH gx;M(GK<7`xMmO>!8Q7nGK_hTEr&x{ht1~WRNo%ZR*Rn^M!kVpB6^|0d17=H=YM#xS#M5w&;~<|aP3HE(?N$XTa_ >oEBG|qq(eHKlPi5$9q+eJZ^_LBRp+=I$l6xNLfSR3wS~xfP!gV=51Q7t^Qrf`da*W%o_w@c;I-X8s~h{luDcGW# jtl+TVN|4kGC;~%Arv`Jp=X+s}WD(qH~5y%rL?uX;w`FG)YNrL}=R6#Q={L=iMdPn(sS?`QhOb2=w02te#l1lha^ b(hR<1!EEKlTxd0|pLz$%ToB?qIqJTUNgz!NQ`PetD$UcS4_4z2O7ltM!_67Rpp=1+1r>-G|7p3;<-|Z#=yeG^lC f-(2wpZ=5VN&%n9*fU6gD!736qNi?v${lcdd=v%j`XLMwH7}LC8U@J`z 8+ER*YvzzQv`{3{;SCL1v5iMhvP&m+3*Jy;-I5r?>!kBO34A8+4vnPhg^M$?SQ#|%;l;88km;;2w$Wy3&(mld!UwY@8;ywSFpmwE5|i?P)J2uHQ*u(lS+_m4aT@xLh1F+r_=68%zT>gpGl`7o4C*gr^Z#q!e+s(5g1JmkzoJU%v8^am!)II)$H**& %=YOKu2)RE6S8*Zg77akI=Qn4uC7yJ}vuQId$Hj8BsVk9-5!)kDf!%Fm>XFZ7!qEgSw6X$D=Qw0&hLY4|AS6y@6J j?Q89iDsoM^kgFv2>7>S_H!kyIglS#$8sD!Xu~~ppfA7b57Mp4|kJLzI?uCSC0IDyI~TBxo(II@>D4ocQLX3{(N(x+3ch6a6p>bO hC-1i4H)YvYM3aBr5x5$P73rot=eXG0HX)WEE&PP3C}m`4xdp}PeR*OS r^tG=8-*ZnUIwo`aR}rDQ7>=nyzeX+H7%&O|o$AZ1m#z|!1eSkC+qC-(lZRR6Z@yLrJ2l?77J- 24cyFGv+19wMqmJmW~R}|#EJ!GhMOSvDOAc%&r&NrV}3cpPoc^)eh;!Au^SUybdD_cVvX=zQjxk7&`zKw(ULAat1O=Fi OF+F7&fpsp|n>mi|t7Md9}k-eOHXjYBUszMCYIIzf1h)N@sOY}<=ayjt9da9QR3TB- ~*yBsKjuNqF<(7JkQS@-tT+tj@=(LP#CA0pMA_tYRdD$0T1DqO`%|~-GvO`@7i8)}RcV($7IW1)8stW#t(t|^LF4 pe%oS6~l6z3}<8YJm)R;d!v@Ut^WRxKqn2|r6uxhxZb9`odM&K?>ox+~Doq=D2fk~*!ZEBhQ&`_9Imok|lEWu9Y( $P|a07NZ3+@k4iT?iL25CtlB4vr_KNv{Yzc<#HtQzfp+HBS9*0^;gkeX4tcCKUWB}J?>_3UTiTQK@p}Vx}F6=$rn dgqEpmOBuzupwZNNYsGDk+Rwb>_088h!VC-x0p$Z$cn;y!L?E3FuPGi{bqtw1Rlo!J2lT~lSB(aCB5t~eEtKG-SJ Q7}iwBy1iSYF3=p)jO&>q?!a7*8+N^-HcPM5Q+;o14%5l+8_(u9`;irrEsbQk9L^@9ML?IvYa^kR&Xj ~ciu#*F}rWkm~JuC#6H@|+KFM-4jfmB*eW)<@kJ6T=kTNNR9B`B-pFB|_>lCCnUE5&^tfhol)-$r>RO>LVl&=Wt~ 4C!_?s!yiiiR}s!b2KcpJl%vilfax9KBxTEsHi`u_-n?e-b7+BUdJ_q1?4!v?#yT2%va5Z1V$u%v>fr3d#fec=Bk &{u1_SADlgW9`E&VxG@+A;ZUpdYF8OW=>$T4v2=D>X79#ZuYs3dR1bw!LZPgI<1xlWOH)#ibRz1uk 75Sot0*8fUPN9p}_%M>0HUBu7#?pRz;|EwJSW5J}puyAOn*BWLDwVj3&dz!_BQ-o+a=ZvPP@CwQamF*nh$w;DB#= pBeBoWbbtMj{TwHAcxKOC$wUiDcH-$Onl1=9A-zBiuR}RdMdlkVB}@+!%&zx)oBH6V4^8Wm_dt7?1i+<^j%+c-A) !o*d1j7)~d}5kSCU;@uZ28JU6Rgo5jEl6bik?7@m!j0*Mgta=z`(mmtI$3BEMI~}l>MamFw8+(kJb=>xNqe5#3eA Tn8Wj^Pmd7*_xx#TB8Q+0C^HK%Y!Pwj+S;5ZJ-0jM*f7*K)7x=TnGTx|u;w($lvasJjS&WfgKHCpZj880*D=!P_3 Mh!<*+0%5a=X~z|Y)bxPhF+an;T=5e%%a&cW#-y!B6Jk^c$bY9(zc$X&hX7%?kHM*X#MxI?ZpmnRMa=Td1rNtJ`Y qFSSOW?iy5LT8E22QEySxb*AuGRj#oE(u$ilM1eaD|ODfmGD^!|P#ROM#Bu?T@Lkn_7sfpUtjI&#N5A*gG3OyhZl Fz-(`6?YLXUl2t@aWab!ld#Y;;K{S&UDr>@#3Y`B!d7Mafc{XC?@zwVq%;)?PJ=&L1G)83xilOD$7YLs|RPzR&!c CIz>50$d|XzKJ>3)%ozON(A-Q9@-}7+Kl`Gq4bMP|_gsrWK^X?Ijg{)+X0Rb$N>p^}XcSUomi^6!UKA|*PmBhfe| 9h@ElIGw3q5?Jw~uI0v8md@9@$)fx!!0?I*Pd*Z%lZjo5y*h+hDpY3XWVhbX{il8svOPH+$v~X~BpV*yafBQuM&9 -3bw&zPw}L3rkzgj$UYsgNbkuA~~2%6fvY%vufFmj~FKzYX!#w#xB={#pbY58nQF4pU4$M%{H_mX%r!+W70txbBC >PxzRyQCdDSFs{4tGY@}aWT{VAwXn2`aQ5)myn9Wq~&ntdb+vJZNBpzrg5S8wnWwYL>O^V_Wl$Lc7sKq*+2E5HS! H9~CaaOfb-;+#?bWB0DQA(2gtnb>3n8I4>eB8@v|0m^3F$VO9xpc$(^-K(qIHQ~OZdC?e ;PlC64XUkKsW?&6g6&oP9`%quq#IYBcIg)CbYTD)+*B{2VBy_CpDBzfeX?&^K;XEOQMM-vpxCF@=@bQVgT#cO)=A PbUr-D1ni)>nq?i2@&?tvHh+oUOQW7%OxztaP>N*^ljcEZNn!I;aOTIhE7H49&?EN}+6(+myb6lSUL+P CPlA|xos%RBvv(gdlWwJ;DOo!2Eql;~hOakFXo)>VMnC@|w&=*-ArY056;=?)`s--9JnR0P`5FA#?W{;h 2Ypo&`=Z((Uq16i1hQ9HO+8zo<_0dx)rj(VXkJiuTB%`1-MNyk34&g&bI&a+}H72ZyMEFtMrKeyti0Q~Xyn*sGgr BqIs3jORRE-Pc)rJAD90oE581-#acadmdH7#yqVsd4mb?P5dy@m#q*+Al#-;k%dC(DoC)L}Lu^;9l%{-d3BEF_sW VaZ&|P^hx|$QQm8sUO%DT2q9FudKmX!LQti8EDG&aZ0|8?X$}RnMuW_5+;%TUUqmnBHuFqSv^|W7pv@s7Jb%i_hT Ld!5P!48^|Yirp?AT(j!gXNC%@ov0jeB_CR1#iD$-hO< *RCz9=h$=VWT7@`2$v)F~#jpZe4xg7xHC$;TqNlEHzG)$<4EQ*6e=bk**)jJ^uBlxFm)MZWCgK%Iz>bsP;i__layyj|q=x2#@Ey2O0o&(HoNv_-uVL>$7 {C3OCpq;vNE8sTa60xN9ca(!yd^QXC;^7&}Gb7v36c%F!_BbA<7AZ;gQ8J@x3Pn`t~&;u7wXih%UH;x=@91tRzT88jzQVF)zQVL-9_ &)x%er98U}aQQkEjLHO4JC@eulP7<;S-3#1-)-dboC3D@NXxrLVg;?jRoF#TRlqDg`HJD!nXD(-P`wNnzP_v44kLW^T+Y|jgO8QT+)e5{gy7Z_(GY@ASw@V{9nDjS M%%GjE)C(Jc_?UhPp*#ENaoWxV>U)lnW_Y`Z0j-9s5>5>#09x0-qmQilXYzvP9pQdIL=r>h#6rdq|C(7!zqS j=BHX!$(bYJ@QtHZ$hBpg=;_KUhB($}-ki+xF{p6`8cHr-yvW%%y9YCl=RW?Ib{NBh@F}A2XOl>)1`w6+I2NTuk> E8Aow$$JG|X#Kw4F8EaWrWr2+Oi7?}TJX-dJHli0L;{o&mXN~RTg9d+ 0w$=IuIyDk_iN}%eEVyR(6BXXxs0!6%Fuxt?5JckDDavptQo2+WSk?paPF4P;SLWi4!cOD{7+aLn?wm8%5QyJ)gTaF= Ql+nOo|30#Jea_k+1UwBhLG?#HcSQAV)5PJ-A;a~c2W3dz7u;o}@gi9Nz7DRJS$C;oh#tEwlpl&OGJ8ZJP bkvckd-N@IIBMg$%qF}Xiq?U@ABu^j$L08DXr|GVn2Oqu)k6af6_4q1blHk)P2zrD*zs_m#)Mk7Q*S!_5h-7;Xi< yM&YvXnH;JjBU5xQsz7mfw$$gM|{Z@gG#1{38n;eZJSuEd(SWx&H7ESz)TR*{8p;jwIfL%qZF|MFRU6_O6-pnR1` )?C|8G8xTv{hgf9X`CL61mB?(8Ifl3>G4Vb%*S}t-M@GP_Cp}NdXD3hsoHp3n|%&huNj|HNss!!)!_W)zqWR5F7R Wtl9mDIKVAYgYa|>sUIyl-3jxkl^X(@bL!FC9xKfQ89UhHS3*3niyfLa&0!Xc_S&{8r(2mE>0O1wCtFhC+>&bZmF 1~tQ%3h10mtZrQ-{+?x2s?h8I<2iVA>U=IS9&=Om}0Cy=nN;9wWF2%6Ai0Tz_ZnuXmxq*R^#6>f6I%^&c2ZG^|Mpqj3E_E-P_Hh5kbSN09oioekp-12Y9>lF*D68Sc@T*1O810 tKLr2BAY}&fnUV`(zXiL8{DIF|0Y~I^TnPkIqNqudOARE2HQ1j}t~upfc$3{3S(OUrLZ-w4{rh{(%^nLFi3+#p Jp}h`EnGc5w@SXOQgUZd*eK149968+;L^10M2B&_!yD2f%#U(0XeWr6DV>LwYu2IOpS+MDOtoUr0zeSyFX S@-nDj5XYx{Rw+hS|Aal=JJoL@g!|l}7?hOJqi(BwaGU(7yt(sIK+?&t^C;X&+(`vgitgzSY2t&=d@>DJI1YHo)C 7%6RRf87WaAt(WsMwek^T~8|lu9eqK=X{TS21OO)b?JEYZ^l9lNr{!!*+#EQt^P1B$ZC$6Q^YULPD>ml}u=yx=%p}{G_H2mVw)!dYgC9?zJ}G}f5#=e$3Mpl+ cB;Y=98?63_Mp)uY_%Q-V2Ky9*!GeI*e;3k$0%}H+{pSWux91d0IPa*^Mz+`L4;W2*|n>yt1;@`H6AxdDB`9nj>p H99ZO8E#F`~^Yp-#3Y}^_5mUW3uH}?~_A;W<~$BanqvQwgkk9}m4MOGWxZV8Vz^W-!{$PtjC)B0}}=ju9*(b=l`D 1=ZE$tbV7X|d$B#*I#t$jN29-K(}cj^l2$$yI|l#+`#NnjgfQm5iDy-J?q3F44OgJcp_@5jp=Y1r%vc_t^W68o$; ($}JYx0V6}JV~EG6zBRM%N|~V6=mg3RkJPzI^mtYk99zT=ec{01iRYa 0ofb6yJtU?r~0mEXJUH6Sd(yi)MCnFB>*Z2`+b~A?UUeZ-&H`H~YRhn!qR ?aZ--tV*KtGvG1)c(HJ#|(N{xp+oITsEf9Z@L2<8&`5u{K{$fb}3;ih*Y!9`h?QD${zX35_{&AuhR$M|0zc7B) 515WX8)J6U|9fC-w}t+oYv{wLb*AL$a^=r`(|_NwQhqb^I07pb&+nAqtjZZ@!IQZ~&J;g3%k$4tnvMvC}~ONQrv% qg-CK1Uh4kc8GeiF=U-CI%79Hh31j>xnFWWg}bTm?3HGiPC{JCMrhFq3k)>}<3kVEK(1dbC34_kdRoYl-$iAR;EI- RegKH$?e=`si2a`?VFLyO#5sx!xOTpfmyr=iCMGbl1Mh))CGjR8;cC#9B}|QbXyLg8us9J`#AIx9$87GOLA&LoPm*0R?3LnVpo;DYh0yxKkm8NW@FTG( OWGd+q%};HFP+*5+}>9t1?0(>f<3O%$m@1vBYj*BP69t67D9~F%$D2t-{7w{AX>e(WJPCS>0r4*vcgF|8#z-cG+N 3@4(rLXfa-qQdm-r1&tEG&6+LDj;n=sL_xu7W-tDq8ovN$43qKD?~_gwcjeMeKF6&JtYC&WhUGjF mHA__elwoi5cq@CG=a-j(Kh$_*&o4n5N+tCa4w)()^4xhf_eV^J#ggNjKGY-&nvf!&FYn(Rhzc56&bmZPKL@zR3N ^Ih|h!&flGN{l4lmqb5&G5msy+K%f~=0wFlBv~97kF!!Re%`zWwva*&b@yrq>JTx03*vwYO_*Y@??LB X*2_|+NK8FmGEIC(P)syJkJLnr7?xI89rALfyJgz$zG_x{e1K78L+^EgL-uh&7$!<&f>x@eqNNIV28}6;? AcVgULaw4l|&`;GDtiDgx4OXO-myTo0Lcqnsky{i%&yst%8>uBojisvJ8nqg?_WzOn^=EZE zhT#5nfqfoOCm7WoUJ2tE3gV!4#1kRj%E|#=n^FSAq5O!`Hb;|1WJ)S7M=zL#e+%3ZI;K1N5uw~)Oeb{Py4+~E>| GAVxwj03-@~&YVIbwl6W~C$H1$ICHNqZH+cBYt+@{7KZFt^nQjSP=dlN%5eCyKz7o$czl}0guEm=x=rr8l+02u9R XU!s|z^#kHC70S8Z_4g5{)z!F%MF{RC{L@|kjxjY{1i=>?!hICa4wnDkFPP#{jpJ3u2uZ9Ok6cry(`-j5A|wnI1Y APszakLJj_@21v-&uOb=Ut<|HVIPNjl0iS=o1ZINAFr3j8rxUoFConnqpFzUY?n~ema9dz Vm$xq6{B`P$L{7jp@Ua2gf$o|2~)Vn_=W%Y}X99?*2PR_Ofn|)Qen~T{;r=P3lBJb3zLW!TlKE&24mqWR_?n-MbC8B(Ru0B4wi2-8eM0zR^r=zSUc|Tt5ic8VzSyL7Ja9x@Jg}A|RVwssv)9)q&_l%Bu{|-Mvb4y0pH*XATMzem0tS@7t<<*Ocx*7sy4eExz j}YqTnt+4^BLAUv$n(btIW$di)<#owG561RP&l6SXSvbCz4PshH+J6*?A1U*wK9H!NSLQUHOsEdde;OTGeo?F^q) !hEoyE>Az#_Wir$wo6OctvgWD1gXp`eWU9Fch`P0qoh0?$m{FObnuVjWk`hk=&IJN2rAM59x20zasSJF3+|T$j<> j2hW(=^DsqCmAOx|%hoa0(09+y=wa-mTP`Og@@&SNv(IAR!WY~@bEErR*@vScJ`*~^F9@?Tue54a9eC H*3)y&BAUCWydX<9YSpSKI+)Ljcz6M`#Cm=Y`t5Qr(bf>is>!{{s_T(EW<5Foga1RhWsm5VnedzenaO=B)9l{iQ4B6s RkMP%!gV~Q{K>jeGj%ydLu1lmwI37qm@^iZyOmF>ai92f607b_M!_gt&>p>92K1n!wEvjL2&rE<9KEycd&EB05kK B2~-TIS)sReIh-^-obBetJVk5N!x9&*9pcGT2}!ujQ(yBijzdl+3L%zUrY~ld!C*QBI>i5oO>jyh-Jt@0^+3|J%U#yDWNBJMsByw6ztYqw!5TWDsup)BFvp E@*jjIF2(09F5)m5eyoNTv_Y*KA)Y7kM0hUXl@RoNU~Cu&fF-m^lfqFakBcRK8=dbp}0>i@)&jV-E=lM%40u)65L c-a$krMmODo!@>{Ngte2fWcbgt}3pfXe !RdNG%e*qyolUCc&^Hzl1ac6i1mV4o4Vj?BET^^IdkjqPIv`md>s-5#L 8;dPCcI>v4gE;zF^SyC@K9r_p^nQzU2ak(3KqyTcuaK%JBto*$#Z4sf{YY#I&*c50~1#H}UK&T{=3RN0x~)Yfy0C ^Mk2nbN#}nID6)8<2atqq?UIH745fZ{#fNYt?J^rkZ_vW54*7rnM(dr##k(dV-++0S0)uh)ez_{@L@{_&MwSpZ31>DX#0v_k8ZZqRaP61(S;<9@<`$dHI+PFpaQa{R{@jy3`U!<6A4`e)3mqSKcYSp@{m)%sG-B%F(LZp57xUOAd4o{^KVfzu)nWdJYD_*kA{gfjx!M)9-xNGno2g$8Y g=pXoZ)0R=&n#>X(o_go=?(WaO_~Pwfb R9bQ*}-?Z-u|pTrHW4cxhoZi!ZQya?Ea?7=$2eqNK+R#>QXsnirys^zNK^pZV@Y$4p(U{8kApVP^o2i*ei`&rBwayv#`3|xPPmbWiPMRvUm8)xe0tf%etvgZHJ2`_B4Cg>|hoC H5M?(Mr{o`X|-}Qd$SW^aROHYp08ym{Gl KQ~UE4$kh_&J>!W0z96##6QIUA8LhiCU)c(IBH?gSE^gw#dF6^$e7qVpvGlXgMlm#g>kRC)ItFZwQ|7A9r;hfWK9)Lqx`&;)W4oK<(cC>~$2oe@m325y?2TIXI(q`2D~FZB ?z2&`I-YmnJRe|<%N};Fhig|=W63?T9@so~x3(;z!VU*)KOTtM&>XyyTdxhV6LynLG!-po!tDYMZ>e#sAYPuR<;G y-&@NwOV{EnDCeoQFxN{G*8Jk^DtBjbyfvH{y7jD#sR{6_Ad2!>nJw3p7Jf3IwD_olsZ9AQ^qYzFPqT*E=CC!!Ik -I4Gzv|%t+sC5^&K!edlcIe`!gm)}ZMm`X0AHG-t8=s~og&92pe!9eaKHpuBAnU-1~SEg{~?Sr+(+{oTd`H#u@$@ %4;riAM^`UI3mf1C!)tZ9v0TJHZ^E)p$GV*ePo@dL|Sly{t Gbup@EBv+GlzE=`^2L}C-7j|`~a^d(*eswb0=P9SN9+OtS{XBKdD8P-Vu@Z`X##;nEB-LU{)`J6lCyLKpTHMzy<+{1P_?-l7JLVOG`Wc1L9#-5nY}9*wCzID@0n; %apL9vshH4wq+4aZ?&Tt}lez{_+p35wMKG;Mkp9Tq2gb3cZOdD;OPPZnvQGY*E=Uqm`w`&~x+J($tpOJ1I`y8CAd doERa$xb6$NiSXvba5@iLxxEwSS0oJ+>tYUy?G$4Z<4AF8pmsMhjq?v{L-Vj->@44149 `DhR_H{sR)m8N6PrNh &)KS2!fZ8Kc*vwVhaPhhX$cQ<2PDM=sosq_J7FT0ciDd9Ct#}a*X6`(D1%$uG`PDE#%KmLUD|?S3BR)}nnjdB+^Wtp`uT1R$R c9@ZiFo>wx9XMNz7P7}+ZcEtU6?|(#?tK#}HJV=zpFV5@b7ng{F*JqyafOW%j`L!^?fCI _kbUhAm$|7{%6Dv#yPH>qT+8Uu4Z-~j(f2>lu*GUhZmliZ?#4u;bQKp%4jonp$#mQV^7?@B%$9KNDvd{XcToq59+ c_}6+t!h<21%(jljba)2@V$_W+LkUS^)DR_qtXQ`vx_qvdS=5}gB=V4U29WETn0XS+)L7f1kJs=POjV`0ArjB_^qsxp(+{PY2=`cxl1yAcLGNv*}%u`R;1OI%25&q#{{r( Vgq7_Txh$e1@TaUuEX|~TPrN$Y%C(pJ=*z{>@C=lKS?gm?w#|u6jF0SL2z!->xyK+qd1SBpgEOF7aa6YWelWflJX 8rPgCPX^J01muH;+K?mwL_L0uCF|+UwbZlXZyjLHfzYD}yJ@s*usk3KjfXs=>ZQu#EfG+eS tT(~>C8*8k!=*q+JnIv&b_3_8i$OPUcO(YS5oiGLzqPg3!FgE2Z`(!?LX9S&sBga^m%jjyk5;9Y^6W`Z{uH!Fxu4 piB$(IVYA;m5#5{BC_BiMML*eHVC!Tn?c+A_Oo>>{z&O$&nLjn{F_XHpI(F B-Bmod}ZWR-$3qI32&f$$_~!Z9ihG4a}K<9-C^f%;s(-Z3SRB05JVFdQ0Nc6OKV`tN@@#X7tgj xZX?$a0=!H|)x}ZR}W;*wwk{Dg!QQIFDj^6;2Q^x4E>no@(g24Egbg@4qi4wOAcY-1KG#k4+afK6fkion$vM8p}w L_&2?f;)#`7H5R*S5|ddxV(ex-Mn-+fbD|w}TM`o*)g`28IbB9=asttcsFO~O|F7!IBBhg3qXYZamG}aASo_dLQ$ l%wcjdx2<%ulba|RW`fXjJVJ7KDqmSvxr;L{vooH)e^6d^{?QFIL!{nCdp!|WE?K_RD_scNO|RvXysaC><66SSfe--KEKWSYpgAY7sp|xxMEU OV@2IzZ*zu!E>2wZJ(=-}Lcmd{gGs2cu5J)LEC!8BJs$OYE^4OTSqT%Cg%$(&@IU (K;+J^;y{!zqF6&S@wURvbvm<9$5!JJ#I)?k7PT(pY+h^C#^$)8a@quQj?B?0G^}x%LyeVbIupRhk#-{?9CoZrXj *FaHnKnOd|jT%HlC);ec0}R$>_*EFj`xJy}Kr`3n|;3>g*=pM4;;D(KBHYk!51n-i{MZcQLj%>V;8#u4S!~&uA}$ Gsz60yLe)6enI2oo>x#GFC0R-H)kleJCF8mB0poC-nVZCm1n{zIQy9bsVxavh4Q=GaEWUfHh|06br$$#hH;rq{E% MAYoA=gp{}w|7`;vjFO55T()saVvZnb#+d=POnMqc{Ff&E+yrw2`dvS_Pla?cqtJJ<3QD}fD0nLL0G6l+b!aunhn ex6a&7($}L&JDJx6p|2kVaq6u9IwpGCkPjbrA|3Ku?wh2bJ_hT~rX17H$(`38x-}*@v(s?tQkD${2#&0x{!z-Bc$ hipS=YGN_)jxxlFTz8lM*u;apid52sDDYf^xTvVJ8)(XD&G5cE~X-f`M5K7v(iKL5!l1mhyQXsPnTh{18DZFQU -S2@-o|_Zl+9;8J&f{HSuH`5bWTLor-=J|C-Mykz~k2>$L if#Fy}FCjNVeVyjgUKOmh3%P?eO=aO8fpI96YS1{sII5VDG}h(j2ZV^FkK!DIe%UNP(;RpP8F{)4>m@oVZC1Ro${ P+)$Z0B)omt$6zex0S9mL|A*)!M;i^En0Cm}xx?5$#7f7R1_cC Z^hV!Ek%KyD?%HFx3^#UCf>)UbicPiT#R8)K9rpHC*sA2_7Hf5>_NP|W*cVzo>z2uENt;(UY|vMezUcMB!~NvRZE D!wf6AT)D*jM*ZxFjjwKf7gpM`uDUL+LigLuNUBrqQ!im|FN%)b=%$F^EsQ;x9pR-dkL@g_MvByeTBnUyFAeHxp; {t{3oTi?#1Kk^&oVgaruZlY&;+P7)(t3@GXojO9gXdhs7M 7@=0kJXb!>_z`6nkCxWbLvz#qaShK-QhiW(v7CQl@ ^fi#={NdIl?q9od6w*9|q5B6rqP#~SazqAx2<&+LbC&OpU;X1nl)+vSwx9$Hub}9~tM==v_>}$BUzZdi8#%uLG7l-kYaBO_<+Fkk;(?;-D%7SUz|B+h5Rj!*GYskKr2{MiQqx GeG4S4Ni*4XG|V`UlJ`&dok6ZXaA)yC=##%6b)UuxU`2k4-R`}%2n0M{Ak&HWp>O*}2Pa1}?fcM%Pzq*4fJZ9IB{ Lim!3jLPL8Ob^G&eUzqg?ys3;AQxz{fK7EB81VH!1pknB6L?^9kDf4Q!p^6NVlV0OF+nHiL7klAbRs!KItZeyBz) o%jY4)R0@*1)lY$hHMfJEOn4Rk1G$)k&D|`h0CMw#=sb}ZwZ^=O{>MqJgDZ_T?Z(BElqn{l+`UR6L(x3O8?(6@@* ZR9py>^UVM^6`gcMQu09qoaz2ROfMb;vh}zIx650}i@yGK;Q>RpkRUg7UbMv%5L#1S_~9+j{K-Cxm@+W0UX6RpuNkH#)1&Pj3YG_h?b+q8_P_bOhVrxCR Bg&(YxjZjEKR;=Iy;qmgEoN(sEKs!J~!-GtT1p7-YYV;vGhPgxO(P5)F3=VB~VtJW3kpninClRT{G8+ofSrAfT`! bZqE< bYA}4)EjtCN^a`lm-cNbqz%YEdoK(>BlGCHo*m(}wY96sprm_^x)5e6S#^VP@3NBct=Fn?3&y)p)t-&+}wWce6@ew@KcX@y%nC2+-h6JZcG;e9 g`X$eFPu~F7)CgkrwPP}=GhAbncr4s!Z28&s9K*vx8!4n3+t(o`gK`H+_3U)X&^kG7=b32nd(1m7GX<*qo0Fv4Xc yi{PZ!NlVmy-@1e&^hFXlJ^vjd@tqW#VEcx$*u_5k*yy;_N%|3-{qrW#Jo0vy0&JE1r5I#Vg?x_< Ot1mLo4FaG9ct8`#H>8#gkw4pPY1??f3>G}K3_$fcNNbZcs!U&q^`ZWIc&5q+?;+Vn>XzVUSaKuXi5@>J+G=ucRA c(g5ZJ{IaY|1Dz!k23F$%dJ|@xwlMLZv2+6(axotv|nvz1Y4AT_{wdzfJgoTRj=0%n(VNK!;-#o|s%ES6JIGe)fP wV9gAR_-o>mU$?U@RDiTEF&;Ns0O_oBF7Q>!~Cx_e5jtctdv0!|gd;h?brE!Uts%kv=)PBEk!*(3*fEbJZ2o 9=jRNfZMK+FHHGniUN=0_nHk|b=7CTN?n>!};ei0eLuC?WQ(q%_D5XbA1@Nf&ERVcl3C(D*m_=I4xoItT-_R^Iq0 )oFqFkPWUu%2rPkHBA;E7Sa^|dkf3?G?I;y4xzaSAS)vH2@W(GvM}f>HHo0Fr6qB`^btn~oIPV;}P4oOd(_P65#< Z-{hH*_Sh@qHn{0&HI7-Ky~AY)uAhIjy^$^VH_tZbK?BU0(rBu6cE3SPoZ7{?_I>N+_8H2uozHycUI~u;j`uF!oB )qPcYwqs||n8YJ++UH~TgYQ9sl4hC+7$?(k?mTH3U36DsEF{$mETKZOgu-(wK>rSxHV5CAv-tL{@hT~O9O?KxK(<8Ga63n9Y^tRM^sS3F~HnFEm_juO(wC! @KzCjuPGh*d#!8lNJs1ywWJ9!?Zd$eJ_go*mlw_j(_xoul1f9g`Kdy^%EN^(#eV6BI?OC(a!`z}}WkLHZb=VA&0T *eaD^Dg;J<^CClJ6rw1WqaPmgNWA;nzUm$r==u`g1QRVFC?WEgj(6ZY@#qJq4|6+#EAxrn7uYomH+Z_f=H$_vNPF Fm6%5U90b5X$%U>KG(0{ArebWLkh-dD(LCI2!Pl!}N9fYk3_%xbku_!HrBHg*J@c`W80~D!h+3~sKOQjhu+}O+R) YoRUz*K<>R&-kpp%5yfc izLjFdy@)(!&B)5r^UJuU6z2{TbR!UjBt{|qdi=1}x|RXO8&!I8iYI&sQ-Q}yryWm2MMCc%4Z%E&1iT3>kjEcb6X y0ncQAo}F)&kukuEC|no{Q&uSfaS@}R8v(I!QRU0iDHJ_RGS_je9^LsbhVTb(jA`gSgO$0n&OVbPkJzj->?Wm7|CVjX;K?ZM$3Oi_#hYXTpOD98HJR xP@dRZZuY!0?V$8gFnPTPxy(J6E%y&G!nG%@p!7cjAF(MHalDhDsa8aOoTuK0NzA0`TGF%gexE4NrC{SKp52oW#EXFl4Sb jju_Jd=NH3@?^TV76zVxk)!-x}Xslx5`rN(XS0_G!OP#w7X$BV42`f+c&QH-7HVl))pKvWri+M#@2rOs{8_bAFF; O8KEiN%t3VLgl^7YCbJ0>6}(IQ7HOUQ}0NWNE}G7&i3nhI3-vqly4;5zPpsw2rGbRaU&?gKlo;X8*LK$t$5f@~;8 +<9n7N*F)rM6*#Sn+jOSKA=RfIGsu79Hw@sQF3aO1O3G{1jkUlAGl~2LBgx#%eGQbFf4PfSRX?>2D-N>G?04PikJ+Nk;Q8QFDNkYbexXI;W*4dswIO!OI1QO{nF}}iDuMHcTrFOSo#wan*@zU92zHpT EoK_9q~lDVIEpEHWAIO05y)WJ?IFN;6UQW$t5Jn1`dWf#CY|>2lQZDCY$cEhRR|M!jgJlVGvyAVXuLFj1uGcmJ}D s#1o(3$u~}~E#Ra@m(4U()3)p_VgM@oEbg8&`dkh~Ol~~a379ex8cW5$)uz|Vz8EBAALaoWF%~b`I5!o^5ew6ua# }aBwhR$+35Mmn4s5Z8=LMP6K-5Ty40fN*L{ke@fb uZI6xTdgOfucY<|Yp5<%mP0SOvwf?=eO4h|~Q_W|}t+6*zzNx+35u;5p7$Z@DO*qmvNk>E@JqrHrHktt)Ul*qPc!OV5G>%XuORiHwv%5f6vlxUaRq S1x1f|{^;TZh3r}yk%_HNFE8$(QZJonwX@8DYU{P8*6VyWdG>M{(E<21f@OevgP8}bca2*f9!jILfF255F;D9T2N g9raZew83g1`x5hb``Bs(jn$(w{zvCa*>2As6qbkh#yE9L;ThcX@W95C o3W?fnyj>J~jeO5>u7jKng+;YlmxIV2S5wd~?73{FWwe%o8B-1apA;#rN+7l9uNk0>D1)iS5tt;eqBvb>T_Zh(+0 WUz(0tg}3Q36=@7kZ%uf@L|y!Php})&KgJ{{hM%nfSn6iUt>>Jd^DZJog>i-}4~Z4ocY%I6bmy0y)}-gBQtUfZaupuF3Z<}8MuFjd)zzz|U*>!v6lM^D%pbrBUrIz$cM}Or#7`qjNgg}_fKm}wcA#OP y;Gr#^$lK3g){vE3WXDfEm00qsoGwBPVr=IhH;+bLX2B478cxWwne+hkMx@9R^)L7L}3BXHFFn)pHt*dlQO^4w*% UvGs~krT4E5yc(iyHl5AJaUygOUGSwZgk|11!b2wD4&#Z^Hhw!j9JKOQ0&lU5Y%xD4P`um#g8Vcm%gmi25t3945d SV1=W-q&f(67duj-eL`>-V=X@+Z#dIY(X=xN)jk%No^mK)$2-s-xj;dWN#)tAVB;=c&6sqirSjNO1+L`MEJIaK1y lz~vnUJADh6U{f9`U2gLFq>Mh8+D)-%S~Oa*wGM>Bs!tbN%K^;@X|BjE6iR5mV>N FE_d{L*gj?Lqr7Bh?-p(GSr64$!yai&Zk&WlIyB~4k2e2OiL;(*@9jc|!7o*H@K(w^&aFG*9cHX}jG2SipMqQv0F pX};Aby8s5B+=+Of@}G48bWL-cJ#V>P6OI&`+#RL$^8y;%!|b4c{*lFsvP)9h<6-_Pi}-~6VfvGwVm$!T;ftCa73 eki)V7&d&Xp$L>o%{*9LQsgq5khO!`L{6Eg;lW7qNe3CZD+sm%_!LmUrm*%Vz^GMtj` MT8F7hEBWWpaUkT>0%z9Qjz`I~P+By)Xuxt@F4cyfJj;kLmAta5GEci=-ZKElW{BN!)Psko;TLzduROxSS%k}Tti!xLXP03LX_h#lCa!E| FmT#HIJAP0WZW9q;MRu =7bzDLZ^qjLGHg-gUhv^ZzYCyr3>JAFchkj$N??-%JrZB=5j~f>4qJK1UKS?*UAeG?|Y>7$F4iE)V1)7T|S4*!7tRK$u?)FZYUr`YPdPIn@DeHyxh-L5KbQr(h#v||m?9O+mgmY1$H|ed}rl3I 7wnZVDwZM4j%s;fke&9JE`!Qg3ywb`YpD1v-HzGNU78ky@QrX1=z!k_ a2>Ey%7xn<46x@G{k_=h1LcLIa*Owa9wGOGiI|ro2p*HtRmlhLOC6WNT%JyOhEO18ZWv6zJVUaqFJ_4k)-a Ah14gk^M1yc;SEno19Qfq&ZX~b2SpoyP>+CNLx-KZp=Hx6d5!ljO8awo$wj-G2rbdwc~$I0&9tS JmbK`H27P#XGgCp?c@f?}#=Qm-m<}XVB#fWd)1uk@ZqqwjUj*1f-69v+v8%I`XEKgtz)P!jxjCq=3-$>=+lD&$RGG2~1rXm5VkFA )IAZFTBf}k7wjwQ%4l{e`G361>>p1^c}_y0NDJuo;B*FkXN+Y>#+!B2eqZ-Z~u%z{{kpa(lOj(ZA>R*M040|Q;jk DV+k|7qr#Rj_|s4C2Yl@v^^SZ?@T0H@FIQ2!n+CyS|YXlK*_B`%76O**1xec%K=9w@2k!X0?7ss5Cv^Nc`!C(bwyd4~^4@#+&!?aAAMBT~It(mIl&J &z-*KI$Wvl1DJ23F4uKw-=jMl;bJB5BKvZb1O+z8x?=EAs>Tx@`tdij@=gXEp~YaXQ~AdC2}Y!P%8D3-}zX&P|AQ |dQo16`qRtr8p@ZG6cFkck%a!k#!i*^Ylw`3d~f2;5-u0oNMyLAdlRTKwJ%$1ZE~Ix&iRoQ=BmDNJ4RtO8j3d7(s I{UiISOr8^V)l4>J6y7wU8NBh5fp@6HhQL#BceYtWe0LMWGtKWQMeJ06&(~~Y4$CAlU+S0%VbDT1mdnx%bu_?J5m u#98kbOoYz+d4a8Dmdn}O}zvtEr0TSp~n&Wup^r8p3-bRderx*1yWx$=JGBLf=K2ge{>L&=3MZ4ay#U-Yu@drfgd gj!c0v1cI1Z49&GUQY|!hBZ69Hx>4G!WiAR`z|?WjW`u|Yg*a 6rE+NjJ2dC$kJ3b44+MSabAnS`pg=>gpGef9%ab{vR{`4nL`f(v=YQMdtRnMqWv4`j<3?tW>4<`T kg~Nd&ei~j*hbf-TfR@$lrwt1%vsrYp#(G{ ==#Vb(OF$PC;@9o>*+-Zrj3(;vNrmYqyU!;ft0O;(2x{{I%C@b?28$+BAOh~h_5o=prcJ1L2R5 >C_AiBmp-bn)yMaYNz#7wPd>)yl<1)#-tyD42@}h3)z%XMf7LLjT|L8De>OyLJb}?GJ?Wu5y)uQqnpy| (W74rOn#{uGE#^Er9UQeiyKM-Os0Mr6l=ne151nADS&{1-YRa&AU0K9B~!u2?cw|QDki#X4LQ_(2ULG0zWV~kzdB^DehQLBZ7Pl`eyBFx?Y7#lLubI-S4++(n&Vp;~8v0Ug$BhkZZ&eRMgp rYp{QkB%W!~|;tk}Den!NWxDB^9`vov1V7Jgp(op)JO%xteBwFOuT!vwXDiJ&D%@DH3=-@}y#50GRJlGuDZZj0au hWuE1Ko^f19tb^6lY~`r)YITlHXbwjz6?$)LA}L|*0j_`L(cU}(v~U50V+n#8DM!%`f$0k>GL-}M9U-+l{zrB^LF 9y3w<$~-&||XmTEXqAgnB|2a4lX37?TKyO=V^qBGDP20b}q}j1?%NN)NHRcgFW0-<~-GlI2e|lynn%84H>K_WsX$ dZ}7c2Zow-oYHfwHGGVM2&VA)vPF6!dgUR91jxSu(CLA{ZA#^3p#o$vxnY6`M|IS#Mi85*3tBFAT#~sqo?hV$uTlSr+NEu_l@&9r)droDX=ijALxBA|b@W;)#LlPA=Y10eG+ttq70XX)cG~j>gTX+3rH{p so3~bRy)0gqq-W!h2FhQYp<`zT}N5L$l%}M*)>tZcTz;T@=fvwjE67YxOyQPM#8d!1SR9d58v`%KN5AOr0K>{C3g^y$|aGzg#WEj)eFRY1Tj(#aq4A)bja;y44E#B{ZxTxAIkx~Yb&>>9vdrKkyY5R;M3dwQk1 Cb9!9YulN@e|l*X8r8+P75zz}f?Gj8^2d#cfg<*x4@SuQmNjjCS7iVTT7yCElOaJ48+6_UG3KJTY68_o(9KcACao |(8UAF#W7v+TKovAXm7Rdg`K||g<&GF-M8E@UxsheF;K!UOdi1Igk{Fi%N*QlvmWaIJ#XI596gyZ(DjWHrYF6Pr2 S|-A7TUYD9AX|jm@P;7O__&A>qCo1tHi(c=wR4n5a*-*rt90&UA?Ess|6TgnR$$luKcmH6C^PWc`f+pqadjSG9L5 hPo!(jfeo5ALfX|!w*FFCf>KY;fecKoUE76|CPQrQPS3#X>Zm__jYG`$ptJ7>>OUdk4Eu>yW>{JpLZL;cvf*HH}eJ2ZFF7ekb~~C2Ji}!p|G8zs01Sy=# +pLK?gE2@?@6InFp8^N=AhnIjfd{>6q{Wbf06(@8^iPwPvUj`hY}>#*Q6{*kBs NE}3h|MvA09itS-qF+=Pb7w!HKl8j0`1ucnB=UWX9yyRF0lgR62a57vu14CojQAl KaCLHG>^hn;+q(XFNXy70<`2lOtEh>O>B7Ay9>jouQTYmna6nx;79=2vR1Y*AZ(Zga}#iZvakcwMzv~l1vT~nfd>G9>UO;@3{qE;(o#eNYiT*VLoVAb?43enW`?)HLLFbF<=x8=mGaB4Q(p5w8ctp;k+4MU~7nQS2A (L@XyK{(w+(n4}+0g1pUh*8;DWhqy%{xVWYPs;)H)V{O*^nGlAqym@nnNF-UA15wXNHFpJI)h9wgmZLFfp-$$C}? R;yKw=adb>X7#E(68e;<4eT`WQ`3gywyj#1!8V{?PBSTOKlrV>8CPlz}5M@-DVAOLVQ05i8#F3=pZY0l|j32a=QV 0h6~tmw)*`-GRQ%wzmJr7vt$fh^8c1j^Tv$Ni@z)RF?B<))jo;MXU9{aX&I2vRJ^tiIbK>IiB&ru&Ts?2gCm oW2yNZXR*xI5OrC6LO+Fn9){c21ojYp_eaC}_4ZL+>`GOO32TM(5JZ~7g#D7j(ys<057-j1K7&3OELj~fuPLQeeh ;}3#nm#|`#;GVyF?1xe-;&;?qjW&m=g7_CkzB17B#NjC|9fHI2Tqhn7?n!W`P~PaIFbe-_l%^!xqY-LFI;CHM IMi*x8!45OGS;T_{FCCw6Fl|;q7IZ-B^c(v4?xfw^T8M?`%;zYg5H%Zvx>~uAuv+K((Mo~aneoBr7WJI%yUEGs6> Z+&iy+?W|GrEchM@AF{(l=k&7vaF=7~w6+$kOO>zVXARE?c)?)3RX}HG_FIscXabc0t5^DNGx=jba_(TO>_ljutr LVg@ubv#_lZ0->#m*|G>AHP*9Y4prM4$1|_W9^^dH9^^@Knuu;9*Ef+f4D&?q<1|jN2u(>Vp&; =JJEL$Gz>Nl5?ua^l~C1w2iqi6cNkDX(0aac6?Gp(_09nQm>Fr&~uMLJCE%>sZk2@b(-6o1|Z#*!&Y*~=nO-5iUR N<6ehhIa3$!5gC)^HsXm+5Vmv$4awyMqdoMKi-vQFGC6`aGlj?_G$Fs3b!&^E2{KGU-y7o2f9r6nXdk>K`5V*J_? |G6>jNKoyL7|fhi;x4 Y`-p!Hv0+gu1)Ci$nyZp-ACii;|dsNmIjf6ikMdIFH^TJTdB{$Z`77fzO4;s=6fYi+!5fENBg~&F=mjoV3$`Vn=e !!oh5QW;%u=u({kUAFfa|)eqWzJx=ae9jjIiO&cgqf|_iY9pS4ePvlveaEriD?M4$EMKM*^ZA`AgSQVs|2 7e_T|xW!dLjB2t&iB=kZ@huYCKKpukk2`f@`VR{18>m^NQmgLpd{>+qU;B(wIOn g(}d6* )j=E)bg$el2Rfl1iG$z`=9BJc@8LhQ^_9YZdhzKGcwWkED`Hkr2y00Ecvyz3Q2#!wakm`))ExjEFjvA3!xf*(!^X }+_4K>mIRD*b6t>IkkY7^fO{tZDM)2Qv`3sQB!F9{)D|`PqTNzOT|u;~nT8#N%2b$a~6Ffp_qFQof8gr$9!Z8tm; 23NAHCBFxGN+YcOfs1?=kyViQ9o7;oG%2D9rtSYLYn-nXYJ}{96L&QZ5REL7#7oG^;K;vi`&2yo^jGeMni6CKG(x c8-txHj1+jsU1)K@^vLRg}C6NA~5c{EX>B(TI{prQ?5ex;_@42($%w}n-$GgCb1=sGjlEVI1W#84Dh+@hI67gI+< +cTqNMM+eGaAF;_2+ufMYJAQ3WbAft^r#>YcKVZ^i!L&={CVuk>;bJoq^@b0b8IdUbTd8LAmHlU4)2>R3g7|cwd` no`v&--)*~n5YtAb8npWaS*tQ7109$h1y+1ToH8=+z`NfVGIyupq&LI~GpO!9tJZ(X27F2_I=$hw4*TF(qew1xI;{5+%u2hYLJO(~ec5$odg2F7c{0PI`xKgfyy }nKo@e5tLAtD2fAs?MHv=`C{-G6=lf{!zaHQ>_5%_X74}J-XG(GNX#e^12q+KNe*K(+A86bWm;^-5kyTk#K@fUd^djoTbuP_qmFV(QLc!!bL-Uks72$Aq6lHhLi&idB#TEGWTjZnJfw>Y~NX4M|j#%t*Eeo(OA-P)c1 V6=STENLn&T-|XSmh?^P?@-Af`8|7S|*;|NH{tYRv?vCq;orXu~^FBkO5a3-Yt@YMMn=a>#q&N@L~0y)d+A{)YMD @q(+OER%|;i4B5mX)SV^eL?fM&cH+%xer-zOUK=rabnSF2y+Em^n3NaPw(Yy>^9;q#!cQ1pxQTrpS3}LlbBo^$h{ gqZhs|^<1{u4+YY5}oNk_bfd!$!9vd5>L4j-;SOjM#Us}NsG2pGtEx8{|MDEnTrU-xFzi<^l6Q}*jG0ut6jivVTW a;6@W{gdk_i98d_VL!CRvmL#Qvci(T6-QWOAr>^YIjx=naT!pk*WNr>c=+N$70N9tGhebF(+ltD8Z Tp10@84roF}unj^Z#;p)eL;U|o#X*>@P&0u0mBEFR$kHpLaw-Ex9TU3VZrbwTV{kHuOt*EOago{fUnyz456@<&;M ~s4_40a<{{l6?6&XJlCk5Xs`rl{tmNrM_mAXpIUh|r5IrB|Czy+}|wG2vG8*0Rsx6CV;brL9^9N`Z>)-vgf6#~7+C@+edDxy&tbL8Z#U9+vs;F{ymOfP ej$p05vCk%u-tlLB*%_TDDk&SA1=hoiMEnMVrg`AII4!`a0`MfKA{2dKGx}f{=Qf@J9RaP 3hyA0B_C`N5Q=@%`sX Etyk0XWge1OTE&MuwM@7J*C_|1=THgFoSWednc!;ac04XLOL@-S~F+EROWo(`yp#Yprus{kWiLG71g{D?&S2P2N!hk;U5U&s~(w>a8B=w*u9Zxeb<*ngZ vzow*S3xm8Bddv_z+u-(Hr(BqRK=|gqKD*)b{uIh1RwAaONl1#25Z}SEW`^rqwtQ8EWqSIvpZ-C+HIdTkW}2DB^! etmBdwK=647$Ra8RKS)2NnBqY7!SMo|2?q!i0vI)H)OnL-Zs&Aq?iB{Y@g!bo7%6ictK4-wHX&-ex_e<)=#^pr7GnLYO$J{0JDQ7;P$1AV#2vI?jnr Y)FRYoF>XhUp7!S1k=oJbmd^T0f6k-LE%%loNF(8U0ANACf~ZB+h`7ji1JJ R+FGs5Ji>7C8ca&aImw1L!o3(tVeCOK=`NmEU$?57{!Q56+vr{o}miWq!PP07YJ Kh}itO`r4RO_LThT1aun^!%=B9d^!?%DmAw4f3My5c}tgGVIo=a7UF^dPXhfz^RjHKOpDf%Td88uCNjDkyog@qF` +QXKT)35GyQWyJA|m-`ueSK@@h?%{@?*ucO0*{A5tp5z#6ZAvA1v$_dvnNBD`T%9A%giQHv3K*G(&{!~= 65=?|J5s5#A^?sZb5W+spX2fAyTPZQvi~}cAMbeYJ@yNhtj9X_@Q?f$zTiLP-|xNG(W(7<=#4kkUmtwH-t4sh?&$ o*p@Vl-)LOMf}>+ml+yCq31*;hU4}D;zfe1x*^mL3Fi*!A?H&r)G?GB8MrU^Wf`mq8vkJ^;{g{eKTKRT ux`UjG7DAQazpuvj9um?)JptbOL5}`%9pzIe|*PU^B{@^D+zWP1m96(4=G9vh@-8+tDGXH8f$=Lm%fgZkaq89dsO +!3}Po<<$H^0vNd;hFo4jBX-&iV+o+(WhUi6?Z#H7mFVRuyfs?hLgL*2_q$ H8Mm4-kHwkLO9>n)6G1`sFeUr6^$<|2~oC4roy72b5t&7&*Gr>DSC;P86=zJ@%gzDg}AX?wpeLBJ>7`z#Dz8T0u0 >LkWPWGQ!@%V^4#3Ot&g`?{TjqivI#yrAA$Rm>M9@$&iY^>ZrB53cz5rX$S;ZI*x f^PuzR!P`OS+ktDL_Iwmhv8{VxuhGESQ+;fo@Q0f(u+9$0TGE~FJQ#Go5xfy}9tsW}3=Wyr_K!a}E 9)bZ9)tJM}hl+M}R*Ed<6J*U=_FzsDXC^F9Y!>{tTaY0$&5-Xz@?Lp9OvoNF@FT@NK{!*nQr#`-*NJzqy;w@9*aE 5#T$36Wu&71H6^!={8Hm96mk3m2Re20e2EVfLY*k-Avb4fro+L>}Edf=;3`1^zgZN1IK{*9;Uz4!{_N9zTc%DUiY FM|3(kr@9%qh^jy_&L(8uS=KBn(oeZ1eDeN5NgcKmoB?>B34v5)sT2ka+4*>xLs-IKuGz^D3{p5L+azhv8 gYR~_AAM@jNi~nHpTYW6Yf9qpD{!bt4=iB?af3lzHJ<-p6KiSXwF8A{}@9SrISNknpz&@hOj{jyqpZ|q^ruWOX{} teSfX#lE^V^_A?;^hJwYxA{J43L&+8uK{>&iX_vj#x-#5s7Ic>)u8RY%W+wqM-=GS9`EWalPS*}kFGF{Kwb)T{0zisz_8MqF-X8Z5l#r= nN@xCW^@jkP=SkE8W#r*hyombz*bZyxApS1Hoy^HtzJg{~X^aFSY+P!x$-|qr8NS=2v|Gx%23Vh=Z_E&p%GoS9+& HQ}-Za)7p+yBgN=I`(C=5xNkoBhXs1K$n&U*I9&)DY{%hliN%aESMLa){~utZhF(#Qgix5Yzt$L%i=-hFCwpHpF` Pnr(k;i247<5cBm1LwvuR_OM?X+Qavl-ox@=uviD)3w&-5)AKs;1lck0Ald0KuRlA?{H+Z0{Vxu)9bO*hbuSI`J- ;%{`~Led>+LNgJU%qS^iGX1oyTo^VTAWt9pU@dN0<+d5x(#G2#-$?xK0lJ~nTnJ>@V`7cP;yQ_BoYrq3UkL34x#~9N)HpcQBA7ec^HpYCIA7ef|G{%1B{20IAm+bs!Z T}a>_#W5B*slHrI1l{WF@D!>hY)6fg}uDr6BaM;HCGnDyO;U-m%usTzwG68av$TleN5NW`>g)&W4=5OJPmB_V|%= 1ocVWnob7COocZwhIP>%AalZF6<4pJOjq|>*j>Ae^Dhs4hbmh%rM_}rT(dELMyw|7tSxs#JT@5m(YbN?jsX?c>*yEw`8T(a#afHw(#+lUYJBR&$3bGE%;k@R55 )}Nrg#nzu|@z+o`P(GO&J0qAMAG7T;%6%vwPR)7T;*%)9Bv`J$X#2>AToNp^?_M2|OKguTr=L~02&I|Sx$?q-{n2Y!z%4Na%!L Oq{Cpeb*2+C?|{=+CgkMbzWF_d2xY=dM^C+r-0V=3<#5nF#NNo8Vx*{i8&v!M=z($yP&O*^h~xAvDE)Lj|r)(nh$ b*G{ZVsyg^W#n8?zSO=<`X6zfh?Y80yDReQ=$ev_?fa(WL9%!H?@}D(I ZMb%3kwGccZaT^ak{#aKztRet1^Jr#(2ttMTs;zc1>?TS#AbiIMimFW&u6nTCnG+Zb-rK$>L)mc|^O@V`f!gyBX8 !Cw604svX3nP(_BVBhQujJHfo6^NzrAV$hr3-Nbt#z-YLUA9O675D+N1C@^2X&}!RIzhH4$d}HX=b3;YN{?~ow^D fS%(Z;b?vH}n8mk*Z(}p?D%D8L&Ec<5SY5S16$ng{h)~;fL@bC<#ju!qz=IE8ZpbkZ9$HXN#8I%2rzaUOsWw><}Y~>v7-_=b*a|DF0b6;7{ud3$phbr 4a*cQ4!17a!sC|2X;MRnkR)Gu{!*m;(9^y+wM`x6x(a9rs*0hkAT^e(e5US0GOY?$L2rB=vFF@2NOCf^YWdqzqofj =T8X+AoiLI!$$d@h(3aNWEiF?Qi_AsbyHJq(>z*G&84jQU6QU0+hk+_8azK(J3SL-JwVLBAsHrGuA8NnfSz9B;B~ ~3s`pR*wc0imVg*c--{D9>TeBqLBMJtwIzMc=^&N`tIOHj0pzylAKHhjpHT2hi{At%j7}$+sRQ(2~=4H$|u8K w#wgV_elr3?)mFZ&2zqUc >}&As3?%%|=Biw#xs%A4dFjDM-((b@3ep?w?@z#Yr58zzmlaHp=$d|K5mP)<+|{Qn{EUptvUh>to6dqrL =i_AD}m#OHS-kGS@}kz=CQ$KvzQJ>+nvuXFVCNy%@^mzgQQ0M-EL&u ZTu8ht!y9iTzD1ujMY{0t#Br*tH!4oM?#-gcQT+th?Zzvg*Syl^DD4PE_{2WK!iZ^KnpCk9@iod&sf`?N{aNVYSX a29T81Qm91pWvl5V(fpWUi4e+$U0hg1ftEM+pP$CCp&gE|?wh5mVKa;3|4sr-WnlEa(6!@wJt{p$;U+}@O_h6!5iShJgR+LlE$z>1{S7K7`!*ji{@zP?&FD;b 3;UYZfMqM?SLxi^<6doPT$t2AjUecn0X`iE}HbGDq9@`+_vziO)k6=1nmSeuD8;Q67~#a^Htv~Y4SN_A0V}P6<$TN7 YaLg+R8heWZZQ5Wv>zkPV=SaEAY|EdhBEgo;utHua7EwzK2D~Mb=C%;@DioL0C@#2Iybdu^Q#)>LHcAu SIB+q9AB?%IorI32Sw91EAYi-5()(NVWmz#xp;_A&p)pbO1#`JFWmE{NL!)bU4@&NRsDPn gyf=2DAhjB87Yvl}#Ym_sF_`ufGOB#dSf{mys#jLN_bAkc7-0=Vmf`?sQCd}0#4^N=-a1(@XA6eeY|hOqWY1G+UC |U{8@)717D?ZP1oSTsYt~s|RX1#DtxdM-M22hHEde32Gecs#8rz;Q)ioc{KUzS3^K*zt>KL18v#Zs2=sJCexAi3* Vvb!P6f2#g>2!()C&5780_WEdfrue%JC-DHA4brI~Bs8#Z6YP0}h7!mp5gii%#AM2?Bi?^JCHbP{bNm+crQq`cG{$%+{y*y*xv(Ka0pbe&f|ghjA3>7Ij7OQ2LG5mGHJ&Cm_?c%Y<_HYT8~{_L%7lK6h|yp$Eb#gpr*`BHn4NhOV+ 4RAO?-_Ud&@-_QHx!>tKF|y5BgxoDV}sCa+QZX>7jSUd<_HKt7@)X8Y-4vH~g&x&2U_w&4 Zh1BhA?6?v0=8V^G0=bTQPK_S1;{9JMN++w~6Z$|ojJ^#QX8l#h*MLfSIJj~>O3A<1bY0@8$@kigg3X`4rjSmBv}QA7%xLy7d 1d2H1s1Rymul=0Xl%nyiXbbZcjH5l)A1{6@>=Br@|1{VstfJog!bodS1Mv#@6aWAK003ZGWmEtF0000000000000&M003-nV_|G%FLQA(OhaEyMN?BjM@3UFP)h>@6aWAK2moMOWmE^D gB@72004s*0st=n003-nV_|G%FLQA(OhaEyMN?BjM@3UFa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ|uDZm{ir#H-3 9ajA^$RgBs1!QCUWZL2!v8qU<0Hj4UE%!Jg?mGc7&cZQt%02HbZ=MZpz!LE-`!QIn{+gZsW>TrtMPC2nzz+gDY;I _I9--Gi9q{XhTrd%k&S>fUqDe(KbzQ>UuVOF#V1*&h8})Wh?BLhw63^}MIQ<9ToI>B--|4W9SonCA^8xHG|DP4K+ m)_C5j6Fskn-rw5a^IoEO?@aQ%?J4}>$)0xF~K`#c; 1v@|Ktj~Gg 54k-Aw<9>2;LrHG!m|nfnBWZrw;-p`J(oyq_ G3@Y4zQC3ro-jS0R$a0`NO9E$S4JQVfZs(|=A7Esa|%1^4qop@wX>PXyw%^?A L*G13EB1BRf#9NgDsxnom;)#y?B2C&3dm-wO$Thuf?1uj)X*U90e}4%FxA4)p6QTFx7q?&A)$=X0&cpia+=ar+5w Pq48Q%_R7LU0p;3p-KoD?8C|D>_mBO`YifhdNRIi=7z9*Y*478ouc)q~B^5>h+6Rm`A+{o=k8Lf+u i$2>z1h>)0-uQ&iET=TLbBpFWImfbsiqq8$VeJi_zFaJ>k|>HA*@exKkwM-mQF_@_sC9!+I$<-JZbp%j `uu%+>i|DrwJygQo{%)PX=BrCODAbDuROuenRkEf&))M|2%LC!q*TaQsHee7xV1sxxmZ ibAb;p5FE$jMDS>yN2j8m%Lz6U-1;<(|6!-0pXU=CK=Az2fd3B?e1PZIX~^&T(=iYKcslSPHV^Z0<9VP9+s^|%9I x=Ld6=K4oIx~<;F2>iK2HXiLkm#ea|HL{`MUsk`HQnCZ-T p@h4gdI!uVZy7W(DtvoOy0oP~Mt*;#1s*9w13tJ`@5cOf{Q%ORNL@N+zGD(6RVZ*K27!0XMpawBzw^-k1JA>J4bDToPCO6m%p!&NoQHhh&~#g$kMZiQaOd-}-V7p0OQ=^kU(=nBetARVy-%=)>vKN F{j2lQ@84aBdTqK8^Yy3tzTHBl+Y7NSj97?y{F{ZSXKo?#olB6Ge(&ssXwUTvftQcy`(GEL|Gf(^zP}(if#(Ck2J S}r)qCy?o^Y)U)P7;N$l%M16jIA^NNCLbPw+3o*`PE(E@ub|J>)VuI6o9ul0zcyJN*J;7@)0-n5e5$e6u #h7nn30_UGg735VBHydDd^Lomty{3e<|kwD+EV#e_jT>Ip8wP&qbGEd>$gW3&F(YSdX S$j(HIfJcQr^f+-#!4R2lqI&$nHqm9HFP5O+cl#aiWs<_Q!lQn Nd3^5gfd5N>hw`2$*o)ws`u>9}L5F^RCFt^~D>1G|UkUuY>j0I=M#U{Z+$1T8ehZmJx5l^J^K(Z&`-<)42@sZd`_Wf9Eoc=ac&W%re aHzc0gl?6Dkpw$*Zs>xAXN$C(O`SPr~7b2;+4b2;#2)pE4=f#qn=lgrW1YZSgrun+eK!C&#bx)$Sm$hD})N!Mb1T u6|njCb+1x?cUBaDm`rf=4kP{~q%-a~+U;cKKKlgUb^Gj|=`c=1M+&?6EGU3m*cYrUxf{=A*g1@*6{Ntp%fDdhVVLXn%3wSt B-$&dHyq|D4`s<9lQI9L{M!(%m@JQ~zyU{N@=HscWFzz?3Li=xDg>hW93hUgx8h_i>$f uXWomT5UX*Jfrks6*_jqy5UHTrqZYP9c^)u4Bmu15dfwHo96%4*=lC#!)c@q38&@%*?4`J8$W>U|Nxov8no+=F%X iF>jB{PI4G^P%@)d=9@4^YN7X(4X_~!@l6!`_LaB+=qI6=YG_y_x+fUgB2cdKl(F&Kj!br_bVTAKkE6y{ixTw_bV PefPVbp1DNN79zeMVJ%Ic>9{@g_rtd2V<_O;R0QzT-2N6E{L9BzxJ_>(7)&*e|(y8Q(DZN(F)$KCq<*(ZQEFA*e`%zNz#lzZHh;J4;IiFAK@67{_QN!0V*C$T<${Uq>p$E VOg{hq?S8}Sszv-p(CU7i9zc>Pn5M{V;otuoJ&XD@J&XS8dKT??;91oF`DZb&-g*}4KYAAU&|?ko_=jsSK0jZB{u;Oj{X0tGuhxKn%&$TJEnS0rR;)q)-LV Gq`9TeTYz_M5r8S^Cn?8qq>ORkbUp(|V(DlUxX-n+ANRYO?UfZ8Bz90S>`}gMOu`gNrJl2^<2_DS#d;#@1>ILx2C %k}spL_xJ+~7s`DN61&dcbJlV1kCIPYcj-ydEEUwiM%p!*xWg7yr0Mc4ONurKL &1^vJJ73}X{cm?_Gw-)KAuLa&*v=-~orE4*79$JfjduuJ~{T{(Kf_1Or{p?rKj>lic{^JLK0X=CXNK?Wq`~~e9{u -4}?Q2tb_q{qyVS|HR)gzbE|-e9R5{zECli=P|@k8Fg{J8Qh!cWToae~w6{f)OlKZgDT _;~C;uufh256B(9A~=QMn0LU3T|}^h;AaH)=W^b~_}=v{)~&z3i*<72_kg!U--Fy^|MxInH@*k{?8W!M7wzyqjRC a{sHlL1TX&peA-U`M1TC_pO~iuK14a=J_P<8^&$3s4}S>xWuK3TM<@83k04Kd@*~Wvkso7R&iNSQ_ r%A*pZ7loAM^FcXxH|iU|y9zK|7B51oV3TCzwwwJ^}vRtMG|WR6h0z>i7C5pab5gz@x1R`dqJ1vF|$VQ|#ZL{}l9 ni_a*G`~Nf4Z}WcAug?4e`2N@zpfm4$0lM_BFM#ifFR`9Y{1W@q`Cnok{PUL>-y eMi{QB)zppT0cKKd2L;a^{2-VXm7>&Swy(cVqGn82+GiX4_8&)|-w86#cs8W*Faz1ep(5xf%Lrvm eAnZnlsh%SU(EJSKRxgdp>Ai65eV7Z9Am__+nzUEBiwJbMe2e+ogSJLhi!d|F9x2bL2PWIDZJPr!|Oq8*#|MEkeu iGKfCPxRCF8eXsQcGK`7J<;!Dd!pQFJ%JysJ%N8m6XbPvp~hRT@m6a3hcv%u3G#m6m7bUmgiR|=c-d wLtxJE!5ZH2skpexjy7L&MM3_lxxV<=dd0*J${S`hN2^=!aEW&V2-Vzwn5bv)#6shqc>ce(tp`;*H-H=_hTA^uOK ~b0W3dh#Hx~81a4gEdWh}<+sj;A2Z)o_}W3kR`yv0g=@#5zHf{Jo_(co=k dt5X*}X(#-p7@eP1vh_P%RnnvWaNh8|*(?-;LJAy2K*^S^;+ %E*rrg?bQ{)FdL(H*ByJqTVjH74gv%MXYNA3SZ872JZ*0T3{vwTW*dvYgZr?QM$Z-UTi<#!5{uIkN02aLH7!Il)pg3FUezG+?dCBJe~)?_hBCG-tkb>bMHe@&q;@(ywsuK*D{BKe%){=@ a8FkEVtgifc*C_fIhYsu)fYK0MGwYKz-g+xKRLntqVYh*AnD&^C`ucoRdFW#5n%C6chRSeFXOCjoAD~HcQf6SeQc3wOST^XG=-JXP(5)N0fVU5Kfet^>g?g^l?;mJB@!1%cpUy@-_MHuUouF{$Y~b}tvq9%BnGHO>c{axDC4wyfc#k0O uV&0aJ+GPrJi2iX^0{jc#`WbnsK?*t053kB1HAmvVW|Hu1bII?_%NhD{V?ovE+EL~hW|VaeD!Y+M|p1$UbUmOQK+wFMtPlv)Ijz|BVa6J0yyyJoIHyjT>`GMm>KQ=r8go40d#2l6EVK6CjuW!Ct@5Iod|kz?}JUpW`}xMnW${bVlsYu{7R@7Yr^kC&c``agdv@cF${v0sUuhWFq!;Nx+pp&p A*1D>ro4gK+#)3B~>cskabo#$b`9x@O0&CSESJbE7J+v0hc4-d`5ct5A`Z4Li=9@@9@8K7fZoB@90$TNWV=beFiJ b4ECdF>e(&yV!|(=*V|8=t9k`Ap#Z-e&@zk2@3nvP9u(f-K*A?M&pe!+i8-pZUr^&PRK8pO1R&H6PRimPL(j!{tvDC>ee b!z?`O`%{_^#6fp5P(FXo-actG$zZvXih#|;)jZqS?H2Grmq7ec;q!i8wx#}{JWet9AG`QN<=a)J{t0{z_TVzjgV V$`egVzhV8#psWP`hMrdpl`2Stn~L1@I@zGf_`nj6!?+36#aR`rNH--F2y)3xD@mG9D;m~@!+Kxm-@?4zg;iG_zq S$QDM_%=%3PM=$BJ2Lp}>HLphIL2L9@~%Rt|ExE$lZ^W`Wve>wUg(D&JwBi`Yc0}oEt@26jmcAR}V%Db2#%LT8$9 Qgj$<;w3a0zM90g!(lu0{v@Vg!EmDfcMAf_j!vzw=Z9W{&{K<=Hcs$(4J2gVV(NkV&W?ab}UBt^#u7m|89N%*J9K +eg)?JW>@GuxB}tFU4eOY@)fAhxmO_HWmhQwwglt0?-Hc{%@Xw6+$Ct|GXx)?dB5rJVyr6UJ$EJKPo=BSA9r1aet 7mOwC`U8zsq`lS7RJDxd!XeR@b0B{~FNMldn-aaSib9p=;2dUoQnel39xJKVd2G<#dJTFU7jFcq#hvk)^ihgM(A%$!5F}R0tGgEb_u}7UUpw$R;9KcBwBzXOP~WqzL%lA)4*cYU*P*^!tibr}v;y^;z5?Od6_}?dtiU*4xdQWd^ $P40URVLTI`Dd|%j2#``qt|)Uk)S4=MvXlk9F>)>p}N_dIQ$U2{)jfC*A=0*Jb*?%Z;D|4L4%_E8Yk>;*|s!6a4% }@Tr&nLHC(|jCn^897^yc*7N=&${BkT_CvF8LOz?`416DUGs-{mX7uNuZU+6j|7MKCp0}Vs4!Q;F!AZA(4qtc+@a WQ8kpJ%qvL4OaTOjWovNGnKL-3lFpj*Rk#k_s^R>-B_x)pdE+@|#4HnjKT+tA;OZbSaJ+=hAm;BDCNJf-m$-i~>* #5 3ff5{#9X*dw~DHxCit#br15Hsc_Cc=-0XTpxm?W0X|%L5BQnC-h=+z{$9}YrhCCJUQY0Og0B<&9go9(7|&t%gMWS Ce(WE66ETzXxd*Uszu^JQ)14oT$+_Ad4`RP}&VwlTp$9P!zyA=**`MIUguiD$gnny&1b8<85!C1s}TO8m!+3twDd>x(0 am&Kk%)fAU<+yOS#Zy*~pV?|*^zr`Wm(d%Wj=aiSRPk50a>wAuTB_`*OHxWFT$9XOKV bNO1H6L1w{{3Jr=H1S(#^k(l*sF;5r&l3YT>C2W+x;&wIUm3JFW|3se+~Qd<*xy+YW^A%yOclt6@1;I*U^9Pz7Bl Z^l#V)j`$n;{hYrcJoa~#`%8j{@p%6oeB_RApuOk3f%*3G8^D7v-avnT|4r<}_IwlT-t}*Sj^6erzW@16%&+)cn2 +1Nh4giAVIA4?Ewpp=Tc9ubx3JDEd<%HB>@D=$Zf|2e&v_g2q$l16eVP6b%+t>ZvL4dlcVgbF1XmK=g~siYcR_ET d=Gg2?0cBsz28SYM!XL^*#CXd@nhZx-*C(O;4e1(0PUar0nW89`~dlU{sHLTe*eUJa5zCepT6#&z>}UI#=JieJpM zpd+tB6>b-(LV%#({h1 --oUQ-r_zDaQMIpMn3_`!mShmVAcqqyI(pg8D7U!a_)zd$( ~eW~*1FF|(~e2MjKDZyu1PWct)!L~#-SgtUgAlK_df;_%w$7-Y>*AQfUdX*sCZ~TiO)7RT-YGmGjMUd&zzCCJ$&K %GK@4qI%)(~QzLZ0FG1!H`V(Zi!wm%aT(S1MHG-d)6XbcnBW+%ITo2y><(@{6 `(eQbDF14LJRk2MxQO7!->Z@F{yjm)gAp6n$obuo1X=#@F+rvq`+pzh{F&et1e@YD!k=uo5z?PXkm^nLqCmWP0iU2<6;FkoPw$e}sN}=SQf|r$53t_UH-t{hp}bW(v2~@L%*q|MuyL_UxhWWAuHx#!L4EUg dhC|BfKY^XPbjOoz@TDE4Xunf@*9iGIIb;VOc>PrhIC+ipvg(^ui1TO$2_TO$3WEm2Q@OZ0noOSJD8f=vHTCCKyl YEAdtmZ;y_Ez$4qZHaOEP`}q~h5m|fh4MGq3i)lZ725ODto6l`(c>d%2?f^1Z{zPH7YIv65K>Gcj;yzIWU9VYQ_&1BfUe~yV9?+qhrr++RZ^PMUl *g04{hgjqk9m>54HRzO18_TvvlBhv!nR?Ywg&oJY=ibo3a9O;oJ(-ykD~W3`rV;ypcrbqvx@ILe-Hrne+zX6)(1>8S9p!39Zx>?g)5`+HmB7&#TZ=C6i9;}-~e02}l_ufOlU9?XgQMfzBWu9kk 4Q#Dw3G?>T@)873qTf~Y?Qdmm=JRW&5wz8jvv=Ck$(h+@TK0AXR}g$$2~%_`JqT()%--AFpHcwZ8Xy(3|^N59oCz==UQ1CQw{nACDz?1?NkU^#d-efxdB2qxN_D_an{E(=vWb? ?d&O^#D$#-yszCAcfIV;??zlUKS@KQt3UaaX09}YbTy};5N|np*7Gc?4+4~r_u9TjeDPiAK#(pj|px_@Hh>B U%wq#1KqqM2>wdHy+F?&)9-M4K9Atm^y{R&S!VGU`h7|7_tUR~!gw8Dt9kL>fcZDp6`4Z61x_7KU^{kt|0E3Zh^_ FZQuxdIzKp&<&h(edAxLbtoR^uuA5+}=9^w1k9A45Rzh2*)oqWt+1BLPV_H*<+O XK~6e$y%K3HnZ~x7S$%`&RyYjed{mII?aGuir-!WO>JqjMEx#PhNjCkJ}V(M6ia+9PHGE?Ni6rK%etY4P#xJeJJd Q8jtq?2h#HyOxLvRi#6_+6h4rCW3>$C*NE-#&MeG9`K7O3m{}f(dm_}$`cb3(Q_wX#YdW7?%Z? EY0F^qpP*5joy=m8yP-cS9C-jAl=v1M)hfkL)%JjMw>k>ZYJI?j9yeOp`u`~P>#>OtEkuU}c%`4qO5w&Qy|$CyXa _P*i4KMDU`pmA8vc`JP{(T~r#eoF97rau(#0G|Ib_$H~R-|y-Bxi!)9SkCYV3OmRNyT_^1iB9-*4QC%HtRJ+7>9~ e1B=}3_X=*%?W%1v6RL9e}ZUispIZ)PrqEoAJU!mWpG1yV?-$)9dLBFf?UF-?z`?dOhH$DGF)3PjRF}+Wsa$0zer Qb_2*eI~w#c5i{n>0S}MOa?dU&9}w@PE+re0@Jh;ffmGv(s7>gPuPBvD}Si0H4vfKT`M~2~KkQl;tq*>HFdIy%>Y edmH8Ra|*vv<2|hK0}4Bbe)H*fD8+fI#-HoLx}&L)^F@5<87xe9-?#yQJjaFR>ojw$A2sbIje?k18AQ`-*fbBoTmH8X~W|bR;1sB% )iiYNR8S|(2sS+kI?cz(D+~Snn___b3YT@l-^G!xFho#HL#a^z6Sn=Sod~>Pti+K-%yK0%A(QiQw>}WowuzXgi

k>EA-yOo~V`P1o6{qCpm{yktz!+#so^GyVg;I){3*U|4~`t_##_MmS+=JBBK ml)jk;74N_{T|~!(7HDgJciz%VVckQui+Evd8va>=Nmdt;Y*ypV_nEidcY>i{0*jb!!!=t;-t6_DNcfEVhnakd(r z2^jk#VMiBgK40bjAcMiQ@NAQpu_;%sHy_~w#()Sl)u>aw+jbSm^pz`03YFL(u=XdCNJD!7vPom$SDc%i?V-Ekra `Q%}Gcnlg@cGP{n&$6J6ZQF7r`@89#p?>e6SeF|$2+P)d3-JO2t>pP!$9HQU1C&;?U`%>C`57=XUqIF0ax8BDcxq?kr7e@jvqS%%T{4jPlS4=dQ3I#t~%ycDE=^&p;c2V*szd2cwh<;*9y4}yDvwl1sP&j8oUs4Gwz {JXBDRI{C)VgrSh#0g{73ytEM&uG*xl*DtnJp%YxkSE@YxXIp&UCR&N-`DRM|x(zTvK9rE`{DmWc;Ee_LD)HN}~$ Z|a-qeP}6H+-q{N;QK{9CzAPmCQVJHR&%*^QWhr){EXjR^ixjP C7W_3>7RJ3UrbcVc{F95O$Ie6yd`xDOi @5^D$(Gui`~tEH((P2^0@tUksJcWGbyJ%D1&M;+?sFRM$3m`MIxU__2Go6oyz)xO)>=rm6Y^2?QnsvMpSmEIjg(y Q36lujn%gQfNmtE7`A^v40_%PpA5)a?Pc7nlysM{kJ!nXbXLKUSm<7I~%xa9e$mJ x1R8+!AHH-^UBQ$F&r8B8W0|wbHn8baVXyhqj(UFR!E?8v`j6%TjbSq0={FG-Ds=c=wt2%W{iVDO)}?aPSwgXM8KxREDU+El$}PYMAP=g_OrGw9z{v~ ^Xu73^CI%x8h>yvRdab2YEEW84gt=20lNomkxomp2pO`dsT4JZfevKnX3l+}gW!R}wRJ)c^CXsFt5@ObhFnXfJPj c>wIK>xI(oBS32el`Q&25}4pCs&L#N-Nc 4Wx>oZ6L;-ZNA`lS0c`o5*hd@?OCdNWo4!KCf_CQO*vZ1PutDhyrqlC<&AgZ*CMrU#HdAM4XuLDs`sRnOrA-j1vpOqg}SLk7DeiaY<5VBzf}J B|7{<7o{)KOmR6%^m~ZAT$1n#ve=@`1yx*K|=}IJv;o9MHq={TJvB`wS@t{QMlUQQ7qTHV}u 6_sgAlD$1YZl~+G6z$rAR(YA-{pdddN4})(z#qPQ3)->pqC6C)iK%ZyR1Td0_K>-g&<_58BObSka_*s6?%0PUqBWdP=f-bJaDXKFg#z_j!Ov4wgOFa;Cx&Oz%`=5GWw~*=JmHb# Hd0bdk`$VCy%+Ch$xqSZYP(xd$?)CH#4-BLR1zdCwh{hjiTTE7MFrl91v%=ze5sJc~g_JI3Ic_c0u!9L;`E)4y?bN`eq%bwH`G<@aib`rRb-WM>d*f^e;>j#ZYBBSj23xihgz2X{=nR(Hym^8l1z;G?j>Y%0@4O=uY<{wEh!K9 TneGO@XV{|T>vvev;Xcomg2{Jsb;x^yM9t8%K_H7&9qPsFv>ajN#e$>H!iMY%GSUDuY!i%({9oV1H&$THKeMA_*; TG7OOVKLlw5~I-0_2#VWoK-R&wvuKqrLIdj2(J^ji8e{4JPrBKR4UEkOrn`-EHZJk1!8B)0s;)SA+7;6!ADLGLb! WlK~Z8ZXo9Awl{&d5N#6)1$S1S304I6Xz(_IImCLrITbY%QFq|~kl|xsKOmeRi@&s0=EyrjKLP8_dN{eYiElHi)10vVW2+dWi^>?rTI!6Mz&R&CiTg3?u4u bp0Q>{Qm#zb8rfjA(1a~DGNcI7bjYz0`z>&5cSH1H_T30tA IwhxlK7rtbkwyr4RILQ*M?a1k5B5>*BW*4aQer45x&2${;^D0py-cbR-LDzt|<~U?E*(-Yv>iHspxKPlH904fY^i 3$gn`qnK?J=}o)DX67;3+?*?b-^@vm#0_hj=-Y|K-N?3TWysz5CgY$hptUH`H;K{9WO%~WMme?NZGJNgP$%4HU*vUdu6Cnx{C8API@DQ!Ed&nma$@{HXs|!iuliCSYf;y>mI !n|d8}gG5&p(B55Jg70`DoM;f{BP{_+VMkfuYVuHWVE?l3|C_h%<$7`C7s=Vv9?}=n4JS#`dEy3y`jl@iGgLrWv>rxY-|8OKNE9nD;AWxiAxRo?gut)VWb&0`^#@5j}lML%02UU#aUdeKjHD*a{B5v _()!j#2GDfIvv5LpN*vZ0oVfara@uecE1ChIqs1T>m~JwUc;@yT}O9gS6)XXi*-gK`C`|1?ZaqDnH!Wl5LJ?Qo>h 1!@Pgp+T`wYAy;@lg%<`B(<-qI7b`N6j#bg`H7OI35T;HH-|M!#9Ir*S~d|*# ?daCHX@!i+kH;QXA*VTwj^y{io#4)WeLD)7D4a0EJ74e;Qf0Q{=9Nxy8CUBsA*@X&1sbtpG9VRJd|C~rnUOK)oq5 zj#wVL?qP$xJuaKk+)Uo4O)0^z?EEOHlF7jormqVgk-+<%L3E?$klt#iY*Kp@ xolQfL1acqIVSAB6f?TzS4|kO=Xi{@fjefvgC;N*;1;ZET^hGIqlt^N(OCvt!KrMl~%0n6rQs0^H94963KmE0)0@be6eeEDbWVKo?2m_o6CKp+Sv1%gBOq^;=RNEM?W@aRq__qz;CsEN~}O|B wQ`1eu?*+{2SK2H#Rpq%na856-KbevQxApT_rABNTHnV1wLq2cToZo!$LK4hr;4RpxBy2JpPApCAbUHq)H$`koEe`ff}nl9Rw;EZ7 SquimDA5{!F^5zyds~%osnDr~i4|ASbp%sqcD^ZOt-YCQB*ij@LU};CeT3m(o<^+E4I1rPULNRiOWKUhj$H=*RL* dxqUe^vmnr7)sRTMU;NL-usu*lyH(yI2p7_R+Chajb@s1%foT*FQK&eC0L@)n4ILt$urY=L@LmVDAk-oA-c;Rk?f LUrWCpoL(zv*^VBU|#I!a(rJI&35E}NLP8ID-+%lg{x7ve)gdT9pIWZGxLcn63J?%)N>(Y!1wO(K9o&2TROKRFh_cvIkh#j%R-`b@gSX)@MU- 0Qz)G|m_$WyNOE~SPGNnS)qmVXhowy@xS>t`7Tj2>};*(l31WCyoDalt%1CmXAq&q q$a5Dq_fiW5P6iXht?xte?mye`VAoiWl{aH?(N*XxrsTa^^M0Na7>9@jG|gw`NqZDY!{1W uga{w!2N~hYM1hj`^0aePm54|M?5H;A!Xq1K-PsLduEu$<4NUBRYY@`8KucxCu0nA;2bD0qf=()fG3{aDC)$HPWl ZLZ%0f5Xh?{V5n_xc5?Ne21XKhQOMMkT~oeg0+{z5#R-#G)^*ghr`o`hTzM;E^wU5E>lj5KLT09y3?!!48JK$xdF mW_L~WmX6#97u*47w!h8AcgjDy&e&6z1$8MYD7wUAYuC;Q1x|i$}`G#Wf5tM^o#b1Cu-%9oLu}5geqN(nmcg!s*REZtv*uu%<{jpX~vYXe7F6MbwkGas?~Ii$t2_p}p0i=3?bMDOYGsvSM=Tf2t4GJv62#M$Ss NOv&XkvROzPJp{L*-Kipp-oH&Q+NnjWW{JsZ4okB}LGE`YR<(DdT5ErB6mnRuW+ih(j{^WX^g}?{;Z7JxWL-YakdT9*s6R ^|c!3M#bMTUUEtcH$OA|a;*wy5<8TGkN-v6BxUv0qe_sX>rAMlHW4`2^ADju)}z0)qcIe%1+7e!6QjC0g>X79pDD GrN~zJBvF(J}_p&u0eA$T*GGFFe_N5`HnU35N{vWi9#ED!a9SkAx)F %`2S(Kpl(ZgCV6Yb~mSzpvos6aN$F5_W(iV{I~$|8R|uie@lBO;>al(nVG)FXrm2@Kzw-cG;1mEBEMSA5#U(TWHR R>KZdv9i{&}20}Iepmi6X9|w^&JIV&8i+1!N`{`oX?x)g}UrVlxQmf!-y;r$NR=U#JQxoYARKHcf_s#xt_<28*&*xYYOR +fIulEmK;=(1a>Z%BI|E&xfX)BGBTR$sr>Po5Cap$sHBbb=gZMy#L&kIq_dHWsY(K^;EAGVr-0XYpAd}v@ZzsK(H Gm@7pV=<(#Zko-;D46f&XJhDQ&!ttk_XV4Q<~yBZa(Eli)l)$F$lmh!@9Uc{YnX_}*qQUMG}_1b=`$Z>CID#brT* Ftj}WwA3dTUv-<5$m1GsB*DdK@>5iMEES6L%qpM^&+Bq*fZ9gte53>25MRmkK28@Y}bsCNk$j=W6qgDuFTr2s}yQ rcHwUM92SI|#Q#o7#4e-=75UJ*0N!%O046Up2Abl1Hq~f}=yei$w+qQE664{jL2v|D=~K!u>OHm`4rLiOtB+HCyF ptmewrxt2BL}Rg$n11v02#v@L;ptobaFpiW=eCkq^DxE#pRR!2kH Rj{>%$a+u`o}LX&`?j*xdu^R)n?x-itrmFSE}zAX{h`-g3u`f)9ri7-mX62A7(>NqRIO*g{$VxZDO_}Hs6-7TG)c 2!5}-*+aw9_1nl1)-tgv^NV5`3GDCUR8CD_n=L$hkJWGAP=x}+I=M}yh!7jvQ3w0`OpD04xG>*T2CLMDMUElgF%Y p66&mp*8XJ1EVT#UIQLl6XkN9`UamlNG}KKo^No{ *>KU-B54d_kC$u7=lSBi{$1iN9K;ODdJ)0&8h{IH+?syJik~LkmSB9p2EO8OM0^B&T$ux8Mym+AWC&UM HRRso*pDbZ8`1FZ==>XSU1098j|$)}jwRCs^#VVk_*&9f6wJo)UB9^YGP|6`^L)O%b)6vN)jk1?L1!etlx77|G;}Ua}g!S-FcC*hZal6j{d-rl7E~<2e09%b*_{FP0fVrnAD>Mw_KQPor%JAJmp?G$N |QJXTmrOw9vQ7gg#`iKT+GZhNZZG!f@Y-moexrZ6*Lp3QfqS^64;9E?4-@rI?Tdzs-H-Z+)QY1$3)hKp4hpU#`-& ~!`#N_tWxqIuV>j8kNqOBs>B@iH-7jc$`Oef!MR&NJE+!$Y~A9IX+u>B*^4-cL^c+(R5-cnn(O9SmKV$LTpMzbx|=<5zZw( v;4mi(Ovjl!B53t)*3GTV Rc%hxQq%M2s8p#O_WK8Q7IO%9&@_8$(5u{U&-;0nlEI4@^9=95I6aH8 f10u7Dq?)FxgUusV%ky37A1`of7pP^+(ETM@{Dra|0&W!{~_4_48qA|zqWmhg?+BTxONh+wIkT*I$pS%Xq-D9S!X N)3ZyFXf~_uhXh+W(P2Okj#=1%$x9hqweq-Mb#48uFATwb~BHxwPiw9cF6abuce&*JWIN=&1rMQB|6E%xwGC=${M *C#=;z|@zF=*$bswWTTa$F?!T5i|d)a&Izh$VV_2;oH-FRO9I4@f#b5NC`RGsCPHDsRw(yvx&w>6aoG|I!`*0vYprq?qg=AuSO`WSy)2yY4&|!3x?i~ys(s|jal H&jRxp!?=2v~|?C$1J7@cjN*+h#*1_EQ^10lmyH-BaZ_nmWiEyNYZupT=UkwPLrC#wdEYVy)zY9+J&ts)1Nv3c1SS p%FJmd!_F8QG?;ghU-M(W|o5byy48xvCrg!RaBPJ{L>(yU)yQ=M?8FA{r#=c2=nn(eSe!v{x-9GYLOSPq{1;fo}8 Ubj}$X3%V=N(4@hxU3TiUqOR+6Q0+S_d$uc0Oq6+!*+-^0+_V@ekcl6%*7Yt&BL5qO$U G9H5?6l}?PZ2N>-KZShPK<&49<%+#v>@g)I`^_ASn6b=t^XYdWfWHXu1~ouncum>C*b76&hgaycUdeEjFsKL3^lC hGaKjXJd_FzmHP==5W6dMn6F1HcS$`IU2Faq_*09EXo;~>*aXY#*e(=?)E-@_vlQd$rMi5{RfVYZ=45m8xu3 GR8PZiVDBcWfEaU2Ry1lsmNz}B<7;r@MNXl~JoLj-Ej6HdiU5zS|RDgdwbPL19S+O-m2%UwXs;OQ5e-cdz{*|6)C3(RfL=Qan9t+<-3sZR6V4^8Wm_dt7?1i+<^k+SJnNeVPmW|#6sMEo2q54v@$L(ejLbk|q2M~4Bwj8BeXybyqnmnpR yhna>7H@qV;@4Doi^ypB4voT_1#9zI&OQsQK7a2zN#&2na??CUZ`PFzVnk!Q+0I`Ri|)9PxXYF;5ZJ#0f;jp7|;! mb(fGXxY7#Pw($WqasE~-&TdW9s(OZJ4C 5MF~KH@iHYL0k7)x3iEel<3}V5kEGNw@9-MQys?)0J6y+QtU*4E8^siq-1OD$fc``l7TSEgs`y#6iZ6L*au0^1r4 1-w5N@Z~!tVov<5uG|3#jY{S{$@ij3YPsRMgz`2+nAGE;DBhVjt4Qo;hTggosaHJ~8lxrLCq%FSNzML^ueM9Lyn#DAKE1wVcLBl#`6Mf} ;UrmutdeW2}_M-Wk_V6d0#%wHEOUM6*`jq!EVW-8C;6+f#T @<$Ab2bl^)cX!URS!cv1MR5p9%eri+MLV4ayu~)bY!w;ftZ1dKJ137gMhJCy%UyJ8M$q(E^WYH^Mpr$M$R--5G}? `fMy?W(#+|bOWixJMqp3mAj8>nX)m5IFa9`29sE@~|!dty_?-u~Wj_)0>=BaA$duLyNKP;-Jwrc!9r7n(~>Hoiz4<+$;mcmaBbVxvbZ wX=Rikf|BVsuwKhikDbw?x)Ble>Z^qkCvGlM@xh0yuQUDyq&k2hcOIdV}J^RnDidsh86!zLCW$XE >X#h?5&31x9$C$+soz_)3Umbc5|@a(U)ejgo^>=w?@WU|l*3gl9U*qNaT2AT${%MDtK9J<(@?!)qwU3LOk9U9Ecd V{0BucJ-qU>cLD-_vvAV#&U&HC|l(=rBC3b5doGHPfS}3Gd(yxWDZ3YslwqbbOd{uEYb$1%}BJ-#WqJKfp8MwF0rBZ~UURh8v^0s8xz7WnJl`^|Lw2C@4))) TW6;_|TTlTX#tH39BLzeiV1SVls4D%u4R~%?%5cMS*Q5SaBuSQs# OzkyPL#>bvw6$SZV_WyrSt?bO8loqG-UOD|O~5 R4T_`c}!{M2JwQGbyaXpZ&IH#xho%{=B>JuDJFc3?L3Aw0lwfdzKoZ%1ZBigl;tWT`BJz06~f#ntWQ~3=Z)xs(db |&xzOX*x_fb8=3CVNMAOY!9%8ub;HE%OzoHS?gC>R#3bT?V^HRq=>wFs(z30O@C_yHswrohPn{57EQ5%W5(5sVsf nvwmms2rs^n)6rdUvLlyHp`J~C8*RaIjw^jafFS4SWteSJAFR^5B>JIvvnA)}ep87RVtnaSpBO6cad5R$5~%mhMr EPKF*UaPg}sdJiR^r=kboB$XC!Q#P>S$BStlwRf^o{&s<0=_HG8dfh;?E3?=H0hbM 7C?umCbTJB_B8wN{cUKl4DEeKH~jD(b_7<#Z`NM^pRR+ZQs35RbSwPIgec8H#?ykdxBjpf71ESo`1EYMJL`Qk;+z S%RFi9Gl5zqG?B9)wR3c|WT}S}}l#d?)f&N(2dBH -IyC@;}B7E((!09r_*oZtt;*1?IUhJG?Ix*d5O7m7&2eEoOo6q 8nfaWC7(Ap1KJ3=COOAV=~pHJt{ePUMEj{bk-B-3>;zLEaVu-GTK7^5RXP{y@)l6$!VAi3z|zc>%-*ccxsk70yT^7L5hsg(H$N)d7K)J oSsRh|)T~^2gD_!A_@WAtw&IhZ4=?3DAK`#7D&o&x 6;SF1k=0&))acV&{$2!ggO*2kdO#pRU0o-Au^`)bZL|xOj(BY_!=Q5k{awt*<{(cB1lA6o$&CpDvr!p0_AFGE38Y &*s#dO(j*BZtBys+cpIgJUmY^UCI_zk;!xuQiiLfgO9p1)C41?^&t*YcHk|B~DXsn>56*d(^7Hf~}XM|-h+Jz_!N Ygjb#J8u01TY*|%Ap-0wQk8K9Eo#FY4EJUZdD(xP@XI($pr)+{qv-JA-Id5qwuR2_A~INr6xJ28`?m6OB|*86Y8? e6yly6A_b#O5Bpzy)*4GGkd51ZY_N$3UnISgf{W*vCC*lCNME!)P>zDe*lGE)_k6O1Pps`br-u76j9?00i9={Uef nD^_v}q2rShUx+Rk3bma-??^3ZHCAg>y@)%~zJE?o}DxYXlsn4^ACUBR#HyN@P%eCxK~Kkmeu=PcmKg-S(#8OS_H WA}HTYRB`zM9~Oq&BVp?DOvwCM&3+zhqL~NoMv||C@2*g2a0T6e#&%V;N9FQF$mHyiD7F!D&TUtaNq)1RW>zB9c; GOI=UfZTLGd^kvqAA*eT|p%cpOJ)9A=!H$KyjwsdSEmlKj9S!fJDf;8`s-BJ}lQ>~|)W-!K@eqY$NS&9M`mdQTiO 3r&KgP#rV_h=1wuG3pyxWb67dY4vH$=Aqn>cKuC;Y?fs%PAalqU%S^ZL%lqtJfr__Je}BTh_jQ5O8mENaVLfL8lh ZW0`*KMqkYbU?^elbxR3C)pj6vDViM4v7Z^w**Y%1~TxA_+Q#q! Fq#xbnf4TOJ}~=a~-yRQ=--ZavR@&pw2bP3Pt#l*Dqn@U~Z(Be`7(1&`KL9Hw=$Jy#o^v*p~EiFFMtBajX(88dhO {Qn}=mZ{baLWn@(%*V;%vDv &q#?npHWR=^e!f)zBIvQN{{wQ{G+l2i%+zuqWy$~$)(Q3WYLjW6u0Yu4)QX<~@OCe1|q54OY;esc8Wo3FjoSa;#s W_Q+K=nQV)oVqVy>3@FQiBjkoS6)$@#!IfhWS#nR$0)@K9o=Uih;ZPv~-fwa<(OI4jkBdlhdo?>lB@C?k8?Th69H-j7aRhYodwG J~GK7i;Zlzgr?0rISmnVHpq}^{kMv9Wt~RpZ2f!`Vp9>xD6g_<(d4ztjZTz^<+45QRoxxOaW~rJioxsSj^T^uhwa TeMooq8QK4|B$lVN{LsXiG*ndj_MViyy_P!&=@9Ua!i^g@p$k6O4;<44YX4X}?C+KTr0%gV{wQdqM&#I!_Uww^r( !wvHO=<51t&-j{z&5!q)pEYnub(u&pY4qT4kV3!mV6Bx8nPk6z6lfBt$78SGlL-*wh>^`f!r2h84CiLh-W *9Ma+WU+A19UG7|4qL?Fdsz^Pp6?(~`Mv|R(I%qTc$7Sd1?1Ui{gWJ}Lk2|W5_7pUwU3KRA#IP=rlT$XT>!BAgS~ Yd8fJ#+NV~h+$5>;;K#MA0zIkj*-ekMbEGP}f8M3P&8?6vPKLKLO}!(x_Q_l;&mu^^|?&FWPrBM$P}U5u=^p$fOA wgIjEn{MK5@|fLzt8c7Agn?Cesn9qtu;b95Z>L=qV9tdp%zNLCz!>?8#Vxw)Vl-ias(cQCOPVyVpekx| +8COe)p*!RRv;-4ZCT<%Ik&}|*w42dhB?EA(vfl)l-q#Vgb`Q0z#+*?_q233gBS3_}IqV|zvMvfho=+9tyWPiz*4 OzjjH)WVNCA@U-8}*5%_$-JduBrMl?TL>wB_cSK#2PlZauC3LLv1mrN7II9itKIS%fO3mh=aO-!=Vy|6xdOp2cC v_p%~<^Ak{C_0|LuV9nHEp=yne#BY*)3thF}-FFb{px5Sy1v={+D^W0v5uAIky^n%tuJwm>v!WaG&3f=xkM{7=cr XA}F!W#mjD5=>;*XN{_UxvWZ5Bl=Ty5u*(#iO4eLTomE0&5YMh7R=BKMy}xcP^}Cf+0u;p)1Cyv&YbdpiKdF2y0q|3WTHwmSvT;Y|Pe_sR%N|T PiRMnQLkJrVua1zrf9LZYkyos2Au6mx9*1YAUuWxI!DwzBrb10XD3Ls+W)sLf!17Qf9NO=@Tw}Y^9b=nPuNy5RKElpv2OAu> k94b14d*fq2ZX$f!)}p(-@S8IR`14=r?Rs3Ckew05%iL;({tt4nnY)cz;h?r-Q4J?J;$oYt!L&{3DA#*0+i H70iYiJJ}VnVL=Wj_{i&jH4#xXd^{@#U(@gA7e$<#&(pU3rR@LleiaYP+~B#Y(wVIyIN%ND=XO=#|%lMPm~U*hSn6AcxQm2^=R79ya@CIIF3x5|1iRwK`u#e8AQ<=`si2Vtiknp+)Yzt21Uft_;KMtrY<1l-DqS8=LiGb&}}(3)zAmG$H$?U@W@Ic U6NB3;tZ68vQkFm7Q3qKUHy8+`)1G0HX9?3i{5GxIo7q>uA#%hbvRjeU6m0UQ6KMv!mJ8C7fb904nk5YB;jsy9Wy ci(JX9?#ebHz8cB+4%<3jX!`8JE|4-+aN|y~L^$MJ$h$iC|DTO7~XwWDD4Arp1jCNt)7%?6|vXNI!kalJ1b&uGgi)g;n%(cYIUjZhBttHdS{yJDL0^SJJhC6Rw+Ge?K{wB{g#RKukwN^U{LP^Ih{0<0~j)B}NkOOItsDG5msy+K%f~=0rt5Bv~93kF!uPe%`zWwva*&5@yrq>JTxmJ*v!_&_*Y@??LBWQ2_|+NK8FmGEIC(P)syJcE9es)?xI89rALfzJgz$zG_!lg$ergz (#`5FM(?$OL-uh&7$!<&f>w&8qNNIV28k(e*|Vu~xj@45Dv3(wWw3Yx2(LX%o0dixHYt%JH0mU^8lQ&RS^+ONNG6 1M$L*W0r|BhU9L1-_AZ8T?kz*%_s|w345a*c0vyDere27?X0r#>c2p=Lx2f?*8=g0Zlp~T |-jq-c-}-dG#i$WarBMuEO_oxgX?DaH07ko-ty!cLxOFkO-9+|AB8MKasL`!Y*et}mEn(OU+Ntj?gt6U|6nXLblHOEHw 5E>4?ByG7VZk=^eFU%Hkn}Kyzv5VFAh+=|NviiUngA<6FETd)jdy%sN&YcB9AwR}i{xU)9LY9cIsF2GS#PeM~ndO 6ge2{A%`UPzHt}`KuaLn!w;!Q)@o$7TQ2CYTBGHq=dVwg}4leX}^JJoc?g#(bST(cV`b86}bb u{Arn~d_2CG%`%J-IF2QiS0(*M;ElVj+WonSNJLi#@a`BuQy1-KtMagZrzn3Kh=B5)N&V3rDo~GJXp)reWtfn*=* s+l*f}3~x#(O>3)o*)wN%jG?v+I0i8UkZ?8!Ws<(!png+oy(v`7AOq~Dst%31@GxK57w8n8G2I*i8cR^xI+Y62B$ lVOv_wvIl_EGY;rjCEc8WPZ!KnXotTqyade9Nel5drTOH^ng`I#1by;4~|k@JIfiFdzE%IX&%IkND|oSb6;R{N@Q Hy5*yPCr-8MdqjVZ)WmYuc&rcR~eP(l&kqrA@j$eS#bCwCGT4G~p1-GAzq3D9=yx;%wLNjuB!LOVGn(C2c `kW$jg|*@{%42`fGgvw|{mO9i+RdPJvsQyUvcP8vRR@(0wD7#Fox`!>3W;U(NorYtCTQ!E7fb{L95Ord_h;a=fUN+o(aY*ZU;E1?*U@1weROnu3ua8ZjM#S8)-7%oD w8(m&Rb^aT57#^a1IpjlsatP6Hkf7I9D)3=KHoDJgZA~=hPBqL?a=)y^D@p`HWS}!21f&`dCd_ltMr=_Nhlh_xT> +t9)mA-G+(;W@G)LjzTvZ4xkX>ADsI(>k#OH|Dk3@kca*(MhHA3OY~56=p4uyjzN<*4nu~y_TMIc!Qs0dk-7{3va 5P#{;wiwnK!A7Y5$E46=~+T51K*na8DFNnoKslGKuej*Oa-Cxj?3X3*DCS2ta_0PjY`PBV<0<^&2+)UFf37yg+u_ 40?Rdl)*q~Qa-WWWx^S=F3+4WuHO5d~azbxDP%lj8BQNzOcIl}z&W(kNUTLs`e8iv`WCcBW;a#9 NlI(7$r%MV5L#RcZ!t8}Ad-k!aW>t~M&@XYA|y1;wt64EY?QEi(@vVvLylSuBMSaVC$pB&qVv81@*0Hoa9ChCKhV vCdT8zy%o*@%9yCA=!T=Q-|=D*B*v^BXL^~xusJcDD?i=1p6*3;*>U>DfUCl+kH>m(M@F`ol$3;3Ny5FEy@Z*O)J w>X=!MD%$-%F9bGGXQ}y|ridQZs8{N1qHW%xuowIDsT`Mo_CF`|n)dU^PXGJ``fLUTWzX$ntxtD0G2xP_N-T^A>k vnERvH!vUq3f3Dt8vVN&~>?PIlxui3Z1hcSR4f(ppt*bPfO(bLcK(1njANZKCe}Uu)9k+7H~HmAZ2WhFINW?q6Wv VXL~)UQST)w)BWKFPYN!VCplZB@S-+8)K;&suC}#$w3U3=bwGH+0t=unV0X7iu+AZ-QC@2)Wrb6ey`#yvXoTX{AY py(W)JBQvny3D-jwX2It4e4x#+IMF}aJ}sZ$k^ty7L^zUZ$L^k*{D5p@x0L*XQF+JDhQx#m@N2AgwSyvtmySnOQ8 R_jCEdg2INn=EqxjH{(`xa}>)zU3>{6O3n%@dt~-y3t`*9=D(#H0#Q}l2vtu`7N_l?aL}Tb8XEPk#U=QwOdchZeVtN- TxP>qW4k$M>UC9i;0$uy%HjHydG9WE_pVVLD{%EPz-(7OI2NATEWS7yT~EccBTdqk!Wb=5U$F`c%7(033AU0p^6? Y^1jnyU)94^m974_EZOLy`ml_ER)v*C2gb{ua0GgXP37K;Noyc;3BnHC$O>8{ceuE>7w8$V-p$kHSjpIHbR#5K*n 8i(Lbu#GDv{rE5oDd5^ts3MxLd$6Ad-uBf|Oofs@Uckmw>%T;5st%ZeQ7p%R11XI!Id1I}vdQ >zs@koD_|cX+#~_PkU3BA?;L+JlCiNK0{l;`LgpY=Ig0Yzf_3Cq_OIL`8BSj!|NyXVu$)fcRr#VPd2Vio}5;<vU)QHS4rvK$~<8*F)XPkT(hJl34FeALdP;PXG80nGqxCK|B_Vn_~XY2J;66_I<>Ne gmAxfxGM)zVSUY?pM6`8?fiVoo5Z$d5@jTzL-NIH%XPS8BQTHtS?)BpFsgqG4nvEL_eAje7G`Q?==XobuV9?>b=N 4_4XjNava?QQ9^{B>vyfpLuRE&@~X*noVy(=efV_ad8jVo*SFSJbwc12E5}X+!`YOHY9VIl=^$?NbjvLGmu$DP_R zASPa#4KbmOW!HJa~o(iOc$!m@OBor(B9Dw7-9##@gIv?(qWtGSB;p>`VGyFEqw?7fn50c%%y;t;5lQp59OG}r+S SDjVE!N5)rg_*duB-&Z7KZ7bKGo0FbZV_Py1UAzqk1z9MP<8`ycXw2Gm!ZZ)TmFrlWqqxB&E9l#PR~r}9Pw{x^|n ljv^m&8EF3zLh4lZ5a-IAQw`pZUnn!mxp&m5MJIF8O^zJkx1MlW8Oix!7f-`_{x10+Dueg-0^vN85`9|mpOSvSWS86v`gd2mw;Qgoi( RHeIp3|SQxqv@a!pp%-)7x(k66vER#Y{ecC(y{e6eT+;q38A3$#mpKnA0cq*}qM TLA5x2+B8ket56QR1{dTOCWsx9U-ehVMbrE1)^~L7=h <)zQ;EW~_+fs&_2`f3_Ln=`U-B^jx+SV29HPCMZm@pu%k7gdzWmd_{OONhWXJ#VX!zylpAWac7=HCW&)=V%eEFyB @uTBMUu9n&Z}vhuiu$aV^qw3)JsM3w)WL}=(&p;d^mGi|7yPZ^Ce9XDzn+tKipE{^UXSrNd4~(b>cO-5)vt?_dW1 ?0ttGQcn)D1Fjx#Jcftf)cjb*l=m#nsaPwRj;;7Y3KrE)oe5+~UiiUbqX=M^>P)yn4}^zT>DRrtCn7UQfpuc*Qyk P5iZ2;&C}%`2=LLBY{PHH`Sciu$B%blvgc3tvj+DHNNVGpS7r*w;haC$`2=N7m|X%QYG 4F&1bMY<**pdu+RA3d)QF8xHxa9YnsTbxC{-Brbi0^yv8ycXFI(o)%0oa$+URt&J8Mts|Htp2X_5(F(YSC`z_~#0 jmd%W>5mh0lZi?h7N+1@#G;?r**zw&S(N)M~q?axzZvn;jMav8y9v`+%AaM7|(Z{fnc1X_8bal=?I~ja@2Z48!7L ZWtvYeVV+W9&#+AFdP5LD_1I#vywe=Z{|1{yl_wfA Vnt6gNWeyZmQ5kVJ=;_-6sCt2EKV;>?D?L2%KgAy^e>%$1m;o<*KMTXcl?mZn=6aM`@X_BetLc9?e QyjWToAtFjTTn2^&ejEv4vrf17AO{ueNKn1h^QDa>hzg@xGaQ(brI%9_B!pS2_l(Y;=b;cL_F~T(7#A6m3HCpGdk Ju{y=B+4H1#Ef(g`0cNSz2o5Hr9;14*QNk-IrRt(XC1B;c;!?mUY9RsG|6W~{L%0B b`aRIl@EbS3R!x_mN=>RS3VhB@+J=HVTgiZGS9J !JL{YbmPPUuDon`u}b7feN<`a0J|DKTN#)h`tgW+>(qd3*(o3%Er}B7kXc!k}+R=7E%k3h3xH(Ltxz7ezk9LCJK7 +YPrd)Hq0=@y2EL1MdY`kxB;ElUoDkYb<0(r-7bd9xvfGfDc!{pvYi54df)!6T1d!Ttm@7^F1|zYYFd7ss+mTdo~ JO8`^6vQX>7iJkF5tm0>dvFYM|)q0Ko+X?NgRYjP~s*LoPC0AGS>g@1|X8PeIqOW`tsfp|ICZABT=h6(vbB2Q6338k92{(ht%ucOlcJFvqz5u_I`Rok%QD?Khd!sM=)+w?=W((; lRZQ2VcMPEi!K(jaXde)*kuMhJaOUF2-&xA{6Y{Y5jk)RRqNsc`5re9vxcz#^NQAM7V}k_S&hhv>|FMlmu*zTO@Q pNwx|LF%`6QII%PX6qB+UoL%?6c)eDR@O%Sk q^e#S$ImEZvG+isiJwvZ>Xv0`!Vp*#JstkmVIL1CbN3&W+tY6sS@Nb4xfEuRfqil}%GxI0L{K2*qdXX0K)|};hes G$~;W(#}0}D)tg$VsjnR+}JKxs2!@##3i0>a8oU=(;O)8ezJMlu%g)d*liryN=7DJX~-llFmRUnl!_`9+EoZ0z=g$=gGV*ji$f>a21OJU_Ett%&v-6+4Ki&^iQpsxQOESG>1l S1cC-;}Q6X6qk>G$7Q8h6Ac_Wn(>;8sbrQ<}i^9@#kPJF!^*fW^d1<537gPt2Ew~-=kOxYaYk8*eRb@Nk!A{S3|O fymzD2d{UqP+)Oe>&x@Ao4u0$-E!2jGYslU)TlMrc{9o4ts;y7?JAw$kr^7-e|)^ienNKhQb|(G;MbjsRo= s)(nPy-mDQjL(1LDhWsvD7va;w%2ZS2!UG4F%3^%<81KvZ122ZV-J87qyS QZAzClFX7qBIqnUouNY1$5oBEWP99LbOC-%zb|@bDn}pH6K%|#LIkfj=O3_ykO!-m04F*b(8ZN5)(TdlRQZqiD*K &lUObis@Aw2=v8`fC8BDIbxm+4n+5WJFhhsvj9J8Sj;aqWh2LfiKTdK>GF0wJ2F9J|5_F4M2asglgpw;>X1j(((bB63|2j$NC~jqD;FT2Ke_$L5g0~AERKpBXLNm{S3UNiuc|(3Bda}eO<9W$_adD8 lGrC?N1JMbu@k&QGN`VuL{ESfPO~v~9F?{7j0s0UOg!H9T9&G7uvpJ-4lR3GXi+W2>=AOW)n(oikEVgG92G!tP#h WO;iLnv02`qvYgfuhMPYz^$M{-iiCS}t0DqLI)g2m)qy3#D{6HabIgp_I|vs~I 5))Xtx7dCl4%A<8D$LglB!3s@UmZxaL;hkXX?}rode`bWuDTdIE_x0a$m4kwGnO(2|!)oj!}od)*9ISp<#P-LkX;>^szKG?aY6!mxLcbRmw@_LwE1vDCEQFsI{;3z$MRtoQB| x8Z%CNSOs?j@<2CYK*gX6{GkSef2%xAXRRdY6E6!jz8>IU}a!?xS;m3?xf-AN}&8br#LocRNM_iUEY#Z9IAX)9j# }s}7B|Z8|pU@x*ls*U|Nu*3$Z<_Zz-Qf(g+^WQ2&+sX_*ysqoRJFmGTt!BxaMg>Q&eGEK&7T*^J U)n4jOBX55g^S<24m2P&pnU@pd(M5YpQepvj4%SZ^*of8YrxVn7;AGSns9(8oLL2MZW_d5FFYz><@yK)CN@DDo`R&L`{OFKp0Xy8MFP?(hMQj0bn`K~%oIEUZ25F%nI7@2d}pASuI%in_aa(# bev9PM<;ti`=~w>k6evjd`EIe+P_mA4~>lW*_^fwc7|%fvzbR40p6@CXyJt?AIY#diVKGmWN!e)Z$_dogIBzG>nO $(mSO|d;KdA-if1P*i4&WI(f1ItOp=IKyIv+_sTS=hevQkp#%q?CwR(C{mCX5|@k*{Tew(zogWfX=%xL%3Cbw*Fg _!Q*d0RrK=5S_2Ts0Dn7dD-4Z&&tOA{rSt4U>UFJvENZ9ND3Ir10Z6Y&iIg`C}AfN&Nxq({1&1gy}OfIAN`7qHt^ h_RU@FB+2zqOU!}`P_lobp$@BH`qkn&F-*%vKUiguc+3|WuQTlJNmZ`DfmA!&nz=yYRl;{f<`77yor;dLrHt^}Hi 6YtePDa@q#No+(G!Jz$(@uv1QZg;Pk}~4T%=}`*GSCo>+rjtI`JP3#lJHNv_BVM$C|Fx4dZ*sjsXy+`Z)}qJ7jiaoMqk%-}>kLfqxFhm#3{*2@+fD4lILk0WNJfKxmm5YJ8q^A66OM1LuzG3F)(>}A=p;G200&3pkt -H$IWT~H&)S|~^o=Pq1=3UX`ILaa6xFA-mJW1ji#}$B01Xm(Hp-)*TQo%=p4&A1{%qphO`tY6XiRc-Rx}QqZ^z?CD=yAu 3kKZX`EOZFNo!AAdy_V+eG0v0Kp7#m2l5z{dGhmI-{l=G@;TO2$NAXS$kJvW&9y)l@`o#*D6`2++jE+(W<5GJ5<( hKWEL~Z>lh_X^w@;tWbAB!n9kPY+^E=)O?Vp9p>3fpG Xs)Y(2u(2@=6IguL!!tivc-5-slNzI1vDVX{fE)z3ueeu`6bW{ia2qHI%nGf{wCzhKJ?RVpyY1d#tO|yDfwnG4X#jJvNnibKgjbG|6Z-WJ2nB;_fTvZ1e`&PQNjeho^uAMBi)%P?mgmH&IiJ>ny iwlajR$W~A&sys51tV_sejY&G4fIjAGlnHARa@f9y}}21u=PWaC|YH!k?;UN5%{BDXeimcrUPV&y@)?R^6qnFkh~ ;Bp~J6U4$OIX7OGH-rH>deeecocHtN4!K ?I5LG$+(n3x6B@)ww#*FjiG9(8)RT&8$9Wk6S5UQmws9pu WI`>)P=8Y|DrmbngMVL$k1*5;tR9Sr)T{4vEiWM>@B=xJpm#`~?vX1THGa6L&QSq%sH*^v%vlaZKA&Lhhamug?wxq7bKKoyG2g6jhZC(L~d;(Aloa%rQ;L5pcKVDbtEVH7*U*Ld+^69dGgJ8NrsLiF*iI -o*X}YLK5@)YFaJ+^&SwVdruGjt2<8~Vu7a=PEtI5O|l#-qtK$jA7|t21cgVFBZ7K{h&|a3YSJ%|XBKHzr%UXF6H UCQA&XXR(;w$LG4D*g}B=cMdjr+aDXe<`Q|%N?02$9nqqsw1o>zS6t`A;VaUh8%tgUREP` Op;}#X^~DYu6|jvs+;s1UX9I5AR$bVt(Jz+>irK#&x7sda&!z7n`F!(hbEp!B-J|fnly;DW$8 WzC!u{Zvpxe4YPwst0tyD|lbBr20rt#iZ0eWH{x?6yHdK_in;$Qam0Y(^qvBjj!rMrKy4*d;2UbN0PMy%>b09~ip IO^gF!Rf{3r#pty+!PSKy$q(Flb5U1pxWsiRzY$&IJIH*7C|%$@Ej#X~tWZ(a!j?10+P#j=MtcCkF3GPFL64UC!V kJEc*-SefETra`<~ATIg^NDb)Q}7_f5y?Xa8ABW+I6bG0OBt3y`7!x9llOCLDLJTK Uh=0M^)l9;@B-9q-|>$e>PJ=WUxaa}GBYblL(|ZN>~n^#D&1>2v<1E=9zJy%#)@Q4w6?9VKf3R6WNTgIs2mGOB7M nB$t+>VTET?j3|$jV754qt*y*U6xEAxZxMOv){B$KQaSb&LMR@LRqiDqPeC_9xmsIS=(=$}d1z!%l2kX(AIu{*Po 02UAMqma0-Lmb}6IBqlT0AW8xz!cPLAO#L8agL4jhfHvTxaR#X-Ttr1()dH(`UJBMxx2yXXo~`qd%QJBBi71!GqV k3x*_Bw^-P?zt!RtI{bIfW!F@i%JcU7!Of}R6-+Xt{^)z|>fwkZdm6*9DRkUXBq TAKJj+b8MHB{7tTr_&2xC#2kI4V%+p+{Mml@9Er|I9+L4ln=%%!ARwW*L*BQ|OwdhB`2TF D3;o}E9-r!-pB(#_cu&^>3M|-v7cv|+OgTinVAwA@QQ0R>#sZerCflzNNbcqm)qHsG@@HfMKd#NqLxo%n)UUe6tfpvXe2}#ZQ*y1Z5n=jw5DgPW!;Eq`05T_0KyPK 1M8f`d`HPHrKJf>A$9TYAq=LBDOZY6aSlf&h$n~x}Y_3FOVLcy)!_)FTtf9;-#v;cZ1IOMioHhI=^PXGzG2@?K(Lf^p0-Qp!g;ttFfBT0+KR*`7MbX=O-fBYU$4Zi o;sqI!ebmlkZ@x~^Hfga3{T#~u#mEytb(h7z$7_oX&v;10%k=h3=<$4b)-wWqUuSY()6HQX~KaFw5Ofk*YVFLAMH V)v_sg-B4GIxFNP2o3JkalU$~+w@_noCAW^U+p2r+Bwd&H@&kpU+4bf_P%M8yS9J%soP(K*y8DrD&s(h4OPW2WrP +W!VMeiL?z`feVz@~CSz15{^nEF@pl2Kr_Wqj@`RmxJp*)qW0u!-cB*ZWzkG@J(qbu*JgIpCpcgx7cnk5!XN_v>9 g^-HPR5OJ7HM)9tQ*G}+z#v}@^`)!*iFRxM94RTgyK_FsZ0Gf$ *Vi|TSD;V4At_Au&g(yHgixx23>2II^jLSzaVoJ%^w9*m#PkjvoWXXSJc%S}eFF6`D75$_1nw3rJ8ebCURyRy&$Z b}=FX9M5q#_IC_Dr{W#rooX?cV`fT!r^nNA +Ug!!Do*1L5(kB2`+a+(V9^u0PmA>3HWATxkK=&Z)wltKRm2*YEU=Kp3(eb9%W+##GpNg_$7r}>EPxR$@{M~-<%| msW)Z~KRR!`m$(5b&6)Ct@K`U8^pJ=IV<&&t|q!313f? wIAI28vDaA{$WSsF-e|M>+j0hmC@@#R$`i`${(m!x{}i4?`r>CVO15-K#3F5XM1o4w7ICaUWHn=sO{R7$)=|Xpk< ?0z}Oiy{@S%656jga;=6<@^?a8`I{W{%b3TQnTaXQawO;Lb|~JZ;!R5za8hU>7_?E3WjTCql^Gn#K)KKEN)d;p5?4zXd8m0%3?RlL4txItm>(FRT$VvCE-g$G)51StN$ QeMy|MfzqK|R)ctKXA7_cUK&<$t9+@N2vqghx+7dLGmAJ*md2(@ajlE0ygC9SyGJoea b8Hm@^#56Csy_flUHAc<{PLcD0%^4SkSR#*2<+Qb-9jei)IU6OOG)^F{8i@TI$t_^n 9s##_Hvw8vqp}$@An5d*13_(>gj|U5Z~+`7UAPDXQ{KSfy)Z9kZ$-HYl-)kp>{qT5#jQ*)rBy?a&E%g-iQu#2XOP87Mkf&#!RO^V!wh(|N<{9I>N!Y7_BK+=rUlmGIZ6TOMc{nHU4|{ P&cv7s4%H22@)r3c#mU7Y2NwAVonk;7PTdw6T@V$E+>H1l#mhe@yf}e)i?uucy3^6e%z9pD-6G3xBh7To(?425*m v>l>v&*)ZTV1li+RT7yZXhx*2K{JZg{K&jKynRd$;a{ik8X*L_HYgX99Cn^Dgn_6c;6G>v-7^S@|2B;J$8;HCF^O`+F!U1tej{=vhQ#>gh7cTM|=dxZA**(5{uW>v =~aHb8u6OIBsIIwZHZbvLpM|d|Z*ld%7%>7wHg4B590}Qlju3IUJEgDMn0_d6U5xW&wQR8tI6-bH9$OBeNYrM+OY Ka}Xtorz5$;g9Ca;g&RAe*aQh0@Ld!$?!?vfoiDQ~2DXul_p9_rlwS3q(UrId{~a9s_@n%R51#+Qt{-QJ=m#tce5 QZW4T4I$%r@mKt)P2=YZ8MChvydS7kF_2uh=tr%v^&71cT>_>e!-3YZ?eYva&XPHKSnv){jjk922T%IXfHXFHWf6`5ILZ?QLbWVhs6}L43bX-O&d#sqrzd6Gk4?NHcD?hc93 Kw23{VshrBnhv2aDUN8bDCcSX7U8Ik%Co}Ufg$q_LQ8Y5DVl0DV42utArDx&QbP%BXKFQA=7!|CjUQ-MdZY)t3T%cE*1fRE^>+(hGOS5!0-$DJ}w5Qm$yE|u_^!scQUWACQU_`jSn9;F~W3_3162* n1p^tQ92k_p+_rK4^{`J9+MLcjZB@aLp`s}51!QDm?h+4x~QsV(9?Jf^7CS{9ot*Ni;|$A<>KT#ZGiXc@v66@YvS YzUPPFwpwa9kE1r?!;F@yqQLaYG=4)TnJXWu~xtX>lio#zzUm3}0K=cnib&RBmFyRA>J)Bs^s3>@=4BEW}I$cIL1 =dxC%Q5QfS+u1(E!jMbfCi#KHKwWgy4{1hic!I)8%v}&zp*02uDpU^b2P6CZY${sJpCZ_TLGq>WE8i6GTHs%N^R> y&CNqRLl^zv`;8XgYpRKLBr65OR=TC_1&(NeMMUzEq`}wJ+uouNql1PfOO!XRE5X5cDpyjNi8FMY*~0je!N72^sN}-6n H|y#9*LDZ#W;1X*@{hrW%_utqN_IJ7ZbL7x8A9x1LYHxPQ$ZVD6#3jH97M)2cpuF-+XsznfoMQR8pm(YISLbtRtj37p+m|=b$_Y`^5I KR&B$e?wC #O0dGd26c*}aL{@QWzCkv7JuDA$CJr2dGS1vOb+aVR2$o6K?=q9M^+{^Ta>Z=%poK7lZ#P}6@suw!bspH?xT{CG9 oede;eaQ40gxabc!G&`C6_72Sn$Uj-*=JrP26D!d?p+r6cyYh|91m#EL>QVP`8SlegWp!%tT$F5GPYj?wCbJ5<`1 FqS3m<_C;%iQ)d=uu&Il3@RJ%Q_$#8leah#yzdkiGm(n0QWK`O!pZJpW~50`{h!9rbvPdkLWNY}{sty9tT0vIWg{C8<7wNx}~(ZmaX{^~EJ#*?>Ed#wKknPg$W>xULVaMHFR5QAe!*TC !CsT#kWMk)c>$66u%>ICG32F6qLrD^zk=>MiX8=46uGSzYSOgz_Qi*Q5ovDqRRj@^bbx+ri-47sTgjkQ|x%HYjt# eWGYJuWLk(2W{ftcmJ^H6v9vj&^Wbh1m|9I3*P0JSqCJO%kT= ZORhF7L?ao_BNMqd7&zA0vOrne>Yw&j?7hXl>M#JcstfPGB1nO9xnD>Qem`@g@*KHTc9gag(?vVWy$$JT2B9$yD@ urxN6qtm{)bY~Uitb&SHatf h|lastU`aWUzIip4{Zb}o`@VxcI!0C0%9U-YO>k+w}dSA#s8HTeJvoOAe`j#em7qRiSGiDW=nsC}M=fltRotg|pUQPetpJ;VZ(c=@9B1=TV{G_U32rhEsL!6=aCn%=Z=hMv>+ut}S$nr=N74FhLhCqA#${ 0%De`y0|VkOW^}{TkpSSQPBDij{EM@e=3c?VQX2I52Sq)l3=Y0(vG2ZZyO*m^Yc>V`foYUc9?=3|UHq?J!uuNGhY n%%&$kq(wZbq{(&}s&88G0w$(ovK0Ya)ewbFLq|N(?W(XEO1W$%NuCrJy )D@IlL_6VbX~|cZ8?kAHbO*;`#nT=eq?N-$a^_XXk}3HQsunw?IGFeJvyLZqSV!bI72HW_*yw@s(Ycix3(lEdBA= CLzWXtBkv7||FTK7(KNfPNEs5jHg|1Q=@i9W?pv I*B1iPFQ1W&}KC`V5#%6sQ{grRAEA%B8s|&9}C=;jOx8@~t^gsO(gnDQ3sC8S)0BPeKpo*(7gT7f0K6>!1qYHAFi W4=H+gB~S#<5;=wRBNy~VL3~ZHGMj06NBTpQ8T*R4d-BFTM)WZ9Or^|(U&_YV;uefasCNHjjh!>OYjx<0w=myjYVr(+Azj AZh8F(Qz+RhqL7BKb0_ON=g%R(b%;vaZNze5ZG>)<%Y7}*zXGAk-inT%`jZVn=9sCE5=!O%p#Xd*aOQZEq$+d4h+ BZQz3{sRvJey^|GSeWk2O*ZgSrG6me()Urdsyd_$8$wkXGX`i$qYC$KCf1fjshB#+0l{tmYI;4m5!nE4yxiwSGY9a5q@f L71iTMDuZNCWk<3sT~GIwZI}L6-~6;ljT?fV@ZH)L+?W)JtdJ9BKm?@PM1a@jt(t%KM*k6%{3Me&+0ve|Q%WZeX+CACo^yuc!PRs&@UYH%jSeL)B#Y0*Mc%2k6-U9xXNu&NHqm_BrxsP5O!dFma15{J@B{DhW+T0{Z-@bkEO> +1=IizEWb}z%22cwLlNFOzfIlUudh$^rUoVVq+DQ(V^{7g^Qy%PyR(Py{Tn>Jyl`4SnuCE?MVwo#y?Ojim@Z&(O1Vrpy&s#^0lgaSWC8In3tuy&F-aiaf)az`aA8Kk;Zu>o&yf@)PY?r?C{96A uPXy2OcdAZ0gGpF`QBo$;5(B}pFqAVN~5^h+Nh+9Yq;2G*%|Lvn9TR_l4eSss*5rcqXJl)gohVx<1y7V~a%+yAzFx(Jx2yxyfJ1a>ZX8iA2@cE+zggDID$R~*4-b;(#qqSLntYPEW0jxho%v<(>;t dj_fB*cy~~x+mxMyT$p9 Si}y5~fg+xb`VZz$31rgHh98Zs5~wuy%|m3~JBGq~{EnRg$m*R~}580%PEdd@R*SU}8vSR$~J4DvS2Z@Nm8osl{qXT&dR&wYhrC5L)h)}!wz#Qzw!K$nS3K4#f?B^z>DLuT!5$9Wm?%i6r1*4Es^+Ys 2w^M2+Y0g!s(EIL&$L9T2lbUJ6dKQ}yL=;6L_5W(N_6BZ>L*}DTpXktgTnSi0Z5|VO%5ie>gm7|8+eP^tptagR<7 fiT}7Ev5jQ57q2f?QjFsU@M|s|aw$AhyL1oG2c!LtU?M3fh)^95`X&}&d`OmSlP;OB@tz=0odK)M410|)LR6`A^L dR~}pdd+Ee0A6~J3UTHyVJYBp{WsjJ@)^=XPOzY*L$`c78O3q@B==1dnJw=__S(9n6fYgzgx&;CO|KIaMZPR&Cf! LFy9*a6|;?n958?~aJ0v_#Tovemx=c{e)lWw@|7`f?z1UmNI>z0=t{$*kH9=Gx?j$efz;hPUf(MJM}VYSV}g+C#< 3P3^&bF@8qL9J)UAIs>QQTRpxKSsPz*G#lW%iolQj6KV0!~045b1**(jcr4gu>p_o=^SGgE$aEGQ~enrH(HLQ%X0 4Xo%x15;L1UTu-!y`j4Gob(k8?$JnqlEhI8Pfy$y&OjJG)W#>lKKQvWsT4D{rB$dHa;S;y @4C8grs-PoN9H#w|0!=L~GV2ElfnxEYsXk&=R8K>w?F#&Sr;R*6a9+qL;A+|#4rnAA+C`pNF-GY6} |&b1@@rb|ziw}*2APPY?dXV6_&ohWO7TWOkUSZ?eaRc+)~KddcA?HhG&Fgu&EBg17L4E`J1dO*-w+BA+%-hFkWGb %*v6*322) (A?Q$-jaNn?~JktM&#>;9@aoMMxv@MQ}gW0FMapL)dywn5&Af9JbRCo}hbmv~*d*)%Eyr_G%3X)mEhnW7O@%#^B6 +9_1600p;ElpDGHGh3^1Zp7fRBfVReoy5`>1%0m^%t+xYyN^q!&&lJjyzR@XQnupm{vSplNF4=$v8J?kNt9s8Z4b MY&vK1CA+4Wq_LNFVt8C|6Lds@|$)u)=jdAR4W6&8CGmKN&ek|ZT!CM>QV3BhS-!rYD$#_vHq-kAHi(veOGpwOY{ M^!TnUV^9H+JM#@_we+nlqUTf^g7xbzDJ|hzS>`6tR@ac&zOvqbhc6Sf>k06pg-0>NHEk(v-pW!D;1_*BR;+fNth zeMtb(ft)R&=8ft>;D#dHw@-SRB42O)Hm8dD2(jHq@xgaHmx8*}-1=o_R@upgvqw i>&yur1)^(Kw<0tHL-HXHQqZXow`8%o~#C#|K0q#(;Xg=pV$sukH#I15i9kjxtsy{Jb1xu&5*?1Lk*mhgn#$fy}F {dM*SaQ@hEw$zAjd|7%EZ+=o`CD)`6u0T(mD(?}Fsp8P?F!)Duu$$;@{78z{FgeHY;DmTZKq9v ~*u81$weXVeUdV(9kD!#s0?0)Lx-h}`XLa`C9Cr(sf(Cf2dQE$6I60oc%s3KRHGVz@FOhba^XM&lOqGFBoN0x5 YVH0S~}3mfK@5+nO8Sv{2<`;Vnjq@!dW7n*;^fvL~On?<@qpgGDJo{(Bz*OiO8&Sa-i2!497uLm{GV)9sC6J>Dw2 tUZxN6&z~dL)bc9Is+GKbo*Zz-I-2F19J$+0LCy%#ateBj0rG?+44tFBE7XX690bJKv5v(pb^B4KM$Piw!n@i;U9 A#?zGgXHh|5;X6WIf`MPA8qQ#?P`obwuvTfY7^cHz;keZs42TUFcL&6c>T%ic!VYND9}=Bro^N0~SmaXf+xFDi6vz@;wmNu@pKIN( 9Dm(MFWIWG=heCMcyHZX!vhMzZV%0*~{X;mS#goW5 OK|HOvQ``61crLUQXHk{%fL0s*R%Plv#BOq}d15IZt2nL|KO{f8p#$jk+KF7B$NDy$g*o)!CX<*zH5ufnhGtvyJvoH(sQRTXB8|_;X(=o?#$qGcZ-v$mi~`qx}OymM!YFXFAHYs ah3vENfIe33u>03QXG0l)rbslCf0xQPfLDAW^qE9d5>9ATmQYT6DPF$@I 8dz+W~a#3_+Hn1()yr=nC80bJ4eb|Y&npxO&jOHN>Hczk9H}}P0TI^VBK?kvq9KUM8 n|gUsNK9V&|2gL2@2P_{1@AUx?@kp%8JRNEBg6SwJ$1hBaAs500K+6dG-xUL$b~l0zt+(E&uWaPHJ_%bDNX+n@$tumHf2bR*Wa1|C^qm5htyV_*jPKWk|Fb4N)hW{BC8jf^5>5a*>g^{4=p*ezR!UJVDNrg yEAg8@wf!FL9sRfhJ29YT2`j#7GFHX$Bu`QgKBSM#ouqhpQhlsi1TBLmMrY-aTamg6eHcuau04U=)w|joBeDhJlhl nrbvt8jp&-YbXA5U;qtH-Xi=-sPQ~E!lA9Ggnghckgv~Khr&rgv`v2_hf6! G)vwStLHcjWMg}iT4Jz;%il7UMYkW00TnGI`}v+ZW_gmVS1>{w&%*s{09v?F3+fcsi6XGEINYevT0$OU^#UaHTD enO!1`vd!AxeVE7q!6{<;5ouwqRS&hT0h}7%Gds=}=F-Ff4W_k%8KYH*n8hau{Kk^4=?$7yuV-?nLSqM0phF=Kn) }34o-!CPEWr{Typ7>tHfTlz1<$fe#~sm4+^5o3XDEDEoEQ3~^UQ8<*7o@^Vroz|tX9xKXT`_it5Fn8$^KXyj5u7+ 8Mx+Ze7Tq|F`ja!Lby2?sl((NtG=cfGOgl+vt`xnI#)}${TTAYzssct$y-F45KpKm5luw5_&2EO&+?nkWlgD~n-JjhJ7@Z6#AKIXdXDgdG?%gijQNg&d3uPr %?YeurqZ4I-N-bmP)6fmO;%{dCu6J7sN^J`I4*16_L1Z4ZSt(?cO3w8U8TkboMK9o;Y=~PQL%5-G81TswwG!UrN2 nV~5*;fWJA-#Fn?cCt{(34#GrrZ?6N-@v{f0!BLMD5>FL$Hg%vaEMeVYE1V#V-RR0)J#;Jh}WFW37@JY {CiR-iBN>}m!5!pV@Q4C*UchMoRR{>QlGCA1=K!1biofKwBij$hC>!s@R=JTD`Zx*!GSp=bN6}1dJgqfAyhbzY)F 9VWxAozAQsXFV%c$lanpE@XEh3u2$_YTbc~P7{eusGZWdE|vKf}oe4A7w-3TBZNEPr@pwpXHPo;O9$~lcGqo3(nH eQ)$^Pd;$(Gd1Ln?kB4BpeW*@J1-bPSr{(Vfyg0o$GV Q=TfTLFzLYomi>Azf<^3T@nxEX{U4og&HRH#1_l N(0QU;k|-_2H`E6D_29hUe#ubY@r?Cfd6FgLiy0W3xSP#k-ok9&-CExKli?U_LpaI!tt}L&Lw9!8M$1RWp7LqOp6 yVw~P_Zw>0MI48{dYWN+0=rVIkACw<8cIv9SYs_TIv(ndfBqM>Lz#=uwa3X{I>kkLB&6jbgl4+L^gzs);d?e5+Y9 *2Yk;tBJXK33S3R`Pf9Ipn||^2&#?W{M`%1=S^(=cXIw&&6V~89cbqt5|)6gHu2N)6o|LL~iRzCrB=ApH+}t_oBe$2Bm tn5|bMTYqVyvS@(A =5s}Nr=%s&BsxmLKGE4#FqI78=BlGtDRp5?9J2VG{&_*H0e^&IXJ9dy;9)m`QtDhK*X8ytwMfyl+W_#F(vYI0ne1 hr!$mh72Ka1?WuTRIQv+4&p=A>PBG>`V>fN@+N050%E&PmSDIO(HW`(ZUt!YjCUjXQs@!dlCFMr8 xsA*LIN`pa8J%SJ--d^DjQ{YG*K9T?Lc9b%0jfZlw_nNk8y~6Fp(8;M2bL$@FraKVWul)5;Cre%0@g+TE T{N0mH#pgH-_FYjvWf>K-eXWrA#JSjNGc#?Mx{p5ohXQ75E?lHRM={_NOi`MBg_b*E@D|ua4TUj Nk_w$1E3YM>UlADS45;E9#NkmVFKj|2Vfq7W= r2;6DvSBu5)#bvm|TUNyV(>X_^SAL9EsF$tu-^jm)ZO%AIYV$SLIG%|bap-%7>HrQX$`1ZO%_9 o9ckrbjXeg_OKR)*k|WNpmH*|gRdd#mH4V@kde`=>34vJ5!fUbKj(FNn=?K*~UhN0I*y;w_sPE8^6{uvvN;7F!^4 m!gN$HMz$zf6B`@L9gb-giw^VYPQz2}`D?hPbyQe-ZYixW|@VipLwtq{-JC$G9%B>UwtT86N2q{vgpxJ~hkYAg2s zUDPW3oUa*tq7MJnK3UGpqxQxB?P0gcEoEdG^MRXriqdR`>vU1l?MqX-cf#rmMQ^a)p%>W4N&w{zg)>99uP$}bx> ||;o<;@A0w|T2Y(fkx;y^5jM8yP7Wx=+aG2M?TFrxMl5Np+(UDIZx`L37ElVEkMY$f5J%xMH2M01ka+%<9LeqyoY ru4^L)>&}SJ=t(NP=cfyi@nr;NXqlnAbSTiM-V+VrDaRX~Mf8;x_8_*rJ+jj!*Y8N?@VVIPoxpbRF)rgLy^G6f%W )jf#sFRXoA;U&;zH3Sc(iY;RPV;KI#3V2pxnvo$_qQbr!f5Fxn?kBifesp2Nw^&s>8@8`*nKf-^QzTE_|ebXkG^`;DyYVNUth(VFZpm-C41u>G3i56 *uZ$M-lv1a@Oc#)I8HnoJY|}|(27;6!*Ax%;ETa(t_Cy%WGhg-fsr>1Tampwlef$VC^5G2)hHW4u=~`bd?Z#%O=i i~#a5sOO^l>ak6aq8DYIpQ0+HBpnh#&e{HENG+HVG 5-K>ob9IBS>Ss!2V=(>D{Zm}XH^Yr(H$W{Yc#hW9g6P)ayW7xEG=VPhbi1IQ4~u^aXtU*=)0Ss*Bpfm?o|v+TGH7 !R^gh)hQ%dQSecIUlUo%YB@OhNc?!ywEL1kiZkmJ;FJb7R&JUD9f(13;__JeFas1E2XK%kX;wbQgEkAANUUhxHG= y$_zxICrPIWBNUWeP9sbITmyg5Np^0(*at!)_|V8B3WDh&*13#d(ES1NyE#3I6ZPDrtyNU-|0et4WTNa*-q)C!ZT 2p-`3{`(w5z5Iig8JY_uIM|^7O^8!m$RGc<@FVBd=`>5w4o+?I-*z_=8W8@oD?{D2pqX8v^1C$DU0_Rgnd0mU!P! Nn@w6%GU7^yu;^nYAAwc(Cs<=to<}P^<0%Ve!K??P+@8zi={n>|T2q>B%D`}rHWiz7*q?Cz#($S8=ff=-(k#}NFx fKVAR^Kdg-x_>Ph8OKAyo9|myhwOIu+abZ+k-?#7GWmlb@Ji;s4Cv)AJdHwbY{xt<7R?+r8=C!TQ}ziIcjz>fB2a Ee^5&U1QY-O0001BT4huK00000000000000M0001NZ)0I>WiM!QFHA#UO+`~vK}SVXFHlPZ1QY-O00;nJT4hxIuv i$#1ONc12mk;t0001NZ)0I>WiM!QFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEt;3OKclO7@mUD H7+f*rO=kw@a}_6?H09(TT0zHwG43*E*iBo TgZ#)wxaA37F-~2QG|NW1d|EGPqcL~1Z7>{72I|w-o{Pr#~_&&XxkORQafDZz{2Nr<80`CR>1+=Pv19t*<{vL(l(_=er%axIghcp9ik4Uk9#^KL;+~KLYnI?s)y(d58P+ &hAj&`FS?)c#r0tpObm#cRcUnIq%Qw{(R2cH~slCa2N2Z$Je}{H@x0kUhh5N4)1@Ahc(e8S!##y;Zst?{*1j}j0gO_y~jg-{Sa|^+gxm16yq`C?(DF8HpA~I#*@U|zwN*K$-lpcZT+^%w oV5(g-R6BOp2=+ry}Aq70ZHaQi)?4sZ|*(78%-7NiXIpCzUK!2}^~NWP&AJGn%M~$D~@t-)JhdWb#^ 1nM`wOs}RwdVTz%s{rBBHY^Dpj=VV@FvY;Y%oh;7IPR>nK<|hgGo6WG%2;sQd9QYqNwbO8W^MIR_Yiqx}nNh4(xo$DTNzcaP W<&ZYvvRW`t4vEF+lI_))#0r)tViKxu5D?`RNG_+39IbOt9m|`Xk7c`S5W~tI;I>jEU&~uBjD^aoYAdu}0* Ap&qmXzs)Ro>*LYFjxtx(ShzDwE8R%ac>}S1NRVYUXlY-KNQY%fehUrj|*Q$a^XQ!h| U0|XQR000O8U|MBVm0oqa{;vQ4r2_&0F8}}lY;R*>Y-KNQY%fehUrj|*Q$a^XQ!jF1aA{;MaAR#7@XaCcXwcRW|((omlaU4*H}0}tD*O|_VT(tBaL=Pjr2gZK5kovDmh3En~PT m8=SUL*J%!E*@SKGX9~rgSq8@Vquk_imE%qVO3h&%2FaAD`++>HkXbX0B)2^X{Sew-fw3y&pZ>^L|F}rHtpjOz)? 5c;58{JF}j*DZz%E=WWLAA-EmECW1fX?+Q;N_+x^9B)AR1hY9|Y;F|=uCAeK4a1_CMf~^F9L~s$opA)>CV1nQS1a ~0#cY<+(o6hk(`se**4#Iy=urI-t1b;yA1%jIsd}9vE|6&g6`J)2j|Du5MCKKF};QRvWyGY-!A^1ar_bL1{!L10s UqHQn5P06M1nUWoC)gYy-4y}yzcWC4|3>h;+^$R_msxZDV$dXJ{?s=z85 OIg5W0H&jkAsTtl!w*O%b;32tBVyzda~S3-a6QbM{tHGJ<9+P{AZ?VC?OK=Nsl@64Ndn ^C))Ebt;e7)&x>*U32slYu?yuC70&NMIfr*)+>RxUO=>i;64X=-Z-uo!8m>Y3&HOb{O7@hgB1SBA)ZH5 *;}=c`h@c9eW)i5|Lzf<$B*Bm!Uoa%aRi^F_q&gxHWNJaXqwXm6I7`Y1e3=AFD@iFklNpMZWoh2Q{!XPf~1e}LfqJiksrek*^Ed3gQrf d{b@F&}?$BIv^QCxRYMRQT43n4iaj{Ft;CXcl=GAu=p?|kng!f$+p&p|ap8AKp#)ibXV*5+ZUm}4= zG^eCQmEyrJ>lC0N7tIRoSV1L`cr-1ZmH7krC1k6EyX}Z9`%%O1I}_vj@={Qg;}&yUYSf7PFb_WkB8jPtm&fG;PUg>gBD;0&IJ1m`j yoK1aC@T#+cCvTmNdhd7+=G%CJml13w*h+BIb1{x{&qaMMCrC@3_t3dmcZQz_`ZVV}%>R|=Vg9crIF|c!8SrNBWt g8AEW`LbNN{I@iSw}@O+6p;A|N=6;39%49v=;Fxd3$JunUmxkqgj{+6#eK!!E=)j=m86v*(3Km%I@Dv5??y1W&mT >%)B)qCdZPk>b-u7>C{$p}j?dBMDw|5%AzGf^`Hxy9oWT!^LR-n2Yhf^J3(8#KkD@w2M)%i!TPgU2!q$a}~iIx&9 aHyto+szUw8xmnjO<3J_zZRecxm`=+MuXgD#I*j&WVM9Qb+ea`exo%XK{?xC_A>mxGV_= W^iD=9dBwx49Jk()&`R-$lcRUW)YNFGadWg{4a|KbBsK@n3l<`sw9MQBLh;=)c`B)Aj!{CmR*5-AG`u|@>z}dnudRP1==0El6VuIUst01)+;f8x~ @dLYp=w-zvD`b=M(z=^p%+3f4dU%v33RU>_;mwu6wQkKF(Hn&t*cdbBs?_YuTJh1}({H(&42=?Lr Ah;jTtE(`+v#vrtj=l=(<5Ge&WxR8)()H>OgbM^OBzOqp@gFc>GgpI-ueciXc9Ux$SN!@K)bFcnFpm9K0uT0IiSe Jk68+dou#M;AO7zoP1c}w~>i$T)DdYJc(f-u6n6C>79zo-FEkP17yusI_UCXaW|6g@I(qB)oi|cU%@c!BxFmLX^0 pt4S4Oo{py%G8Ecq96M+>M}bEjMD`yg-n;%6tDt^y~RIVV+!m6Y%b)n-G52O&EuVZo<0$C_xg3t~d^6g2Gr`dWSKkag`ray<0|bA#3gu2(g?NqnK7AGXci&aOgEsx1S%vxptAI!ISAmY4xC (sq&8sl~o>+zU|9utky!IC0^X9i8{SLRF-u-R?-VDA4bY;>lz~A||p!}0=L4D6ANFtzj=`FyEt!_m>j=L4}dit#> =lEMu-?MH7UM{;8@o&2oc=`6N$oKtQQ7#Lm`xDsgHjH2XHk5zdZJ6ih-iGvd-G*`hfZ#ENKik|6zW5?S)}07$yBh rCl-0n8_SG1VBUS?sPt^BOcLMMCyc7L((w(Ts@;lLQHxWFT`|nQlPt#rap1ce5Gq?-=*L|0c_g$Ee$KQo<|KnX~| 7~|+9Phdd>)bsWf15SPr+<7W3`o)5Yo35RjPqdxNhJ2xJODa3 =t1UX@ME%k4A?1r7M*OoL#&~S{2=d$M5!7$*M=)LoJp#IV$|GpchZ^sDk76D)Jc@A``Y7;X^rL7`Bf% *IJ08V)cl)D||2BOL^J~dt=&$cS4m$Xg$C1zZkL$YqIQs3H$5D?v_4_lA18@FJkXSPB)yGlp;ZK0yI`IjlyWt7c^ S&og&$pkz`uNooz}H_qiT>&LB<9_yCo!JICsptAB>2IVPeLEH^;5Lga6O*F{Qce2$iMq(;M2KJV|*`v8uRUzr_m2 j>G${a{mZ8@-?n)M?{&|BuO9OZ>eKuT`m6gHwB!C~Q2*zj!Mu9w8KnR48Q??hv%urcp2hh5{8{wZz-Q6FV-)W9Ec nO#v*^Doo<%;_Jd6Ij{aMWC2Q>WAXVEWzein3Rqd!4T9rh>ii*x=2x_%)+5{bPR36jX`wLgdP{opys?=8%@0_t(d3*eWJd;$4B@dE1kofpBkj(8FL-9mzM2!B_-i1BH733%G{66!neCG^KJFM(bxc?tb@-AmwW?|B Jye}lDX&!DxszORK`(zzD>zh*7u`xn+CzX>lR{fw7^H)p?$b?Cg8F>fAx8U6Ow%c%D|1ltMLzk>JEUO_t^dj;~xC Vv4vX(UKf!Ylj*?HTzhl~3(!S9tJiDEIW&v7SEnI{H8HSIqAze+3`&M}2=;-$(up!Muc_j*-oX4={ubd U<^LGL>Gb}_-$6fy{{#4V*gvpNo%avu9lj(umEgF4f)6{JU?;&(3GT(^yp8c){WjLE*WSiD`Ga?Wx5M9o-ea$KFk aWb1ODvAcfc3z@Ggx3!IR%b{$IQcyqWPH@puH!e-C`xj_;#C{_#HM>3|PV&K@5Ce-8Noa^FKAK!4fiL*mg1?*Ae5 sZV@}c{TbYjLYdCVf-Hd2>A2vN8n?=`UvgX{$tFm(#L4Wp&x@@pYk#0(={Ihf9_HE_{XXr`xy0m{bSGp?-StBRs? ;n*C&v>PWS}!`}3cGzHk01g>nCXiu!H(8POPmlL$V*^M~MOG;VYMg?V$_=fJCzKL@@)`Z?&#KR*Xu`s{Pyd*TbMX Oq8xe0s_kSO=f`0^|F`FM(gb`x5l=LWPffiE;SsOU&DmUtt|t^cC8>p%)Xl6+zL%66E>Yk08&Z0|*}FF>f0aIp`~ bJa6h^F~O5*1bO`D6J$B}4T9XiyVfB6G=hwG8G=k7@6hlU3G#aT0YUEH4M{j+e!CYz#^)KeDEI1Gr2EykV%`UwA3 >fM6TTf2x^N&treDVqWV(G9K_0iK337kFLy+-fqwmCI{Q42(c{+q3<57|z)7xtZGJdQf$aL^2f^9TT2YeU(aqstH vd;dCAdhqY`!T`KwFH@NY#EOUo^3;r*O$I=e7}<*&(}{0GJbBiK}^Pdrwve_-3T%tFq$CKll?Y8|18)5<8tZ-sNc C8ApdI!^7?rjL6#ftCdl|O><2M#AA&~_WPDpokmu8|4P%1O#}j1!=(G({-q{+DjEw?gBs()15%e$NnOd0_1pm? y6iWIFRtf=tggBVy0=bZ>$u6MTr^c?4$?k!C*9+Y0zLlpxcw6SqP?$9|0d>HabL`%gbcdpFxUCi8cTtub!DQ8;dE ^kd`JX#d_@quu){Y}W7Ttx@lshR@aX2W$9In*JmWKTY4y*6-(UjdotH;n(W>Op V0Uap8bYkJ;9fM8uRuixY5sJUV#Q6lZbhraz5L|WF7z0_C(hx{2fBhbLf4OKGZK%@Kt?d-sN0R5>krvegI|0`<74 jk9nVQzwQ+CR&qZNh1nAyKh0P;?_X`O!e{d#2Ubk)-0lM>!!p%m4zV9*;boqdh2%kF=bbaYa;QdV_ F+cuHkoBr>jKuuie-zeV)+2Hm<@!yg-s`n* Yy*U$KvnCSJ#j{zQ?OOV&k>&9UHcwr3i;FB?!-?6cPn~nt@ZaY@-b}ZU8cr3~rLy*_w-|F}Fv1r$UW6_?YH2t!%z _&}sV%_-zL0-2XCdhiVFUF$$UB)5*Uynom#*G8MW;J{+!34p>6ka$E^m)xV;Pb?xK>c!i01uDY1O0M_=68Xn zeeA0*aLL?9)g$fcu$OZd((W~WD@8@+hiJ7f@>OMqIdaVub9X+#VJ^auOe7S-#;cuQ`XydYRr3&=h3v7@UcyM$Gn dyzxxROgzXq+#Jq#J{rkp5uK(?RnBSNEHYWR@C+&~*W%J*~WWRIz?|}D92(p}T13~8RUL(l+h7B{(&W8xHJn%9>- j~?^0Pt78KLG2@>I2XZ|2hEc_P3MZTMkZQJ>R++>(p7znC~04puY#UfUga|rH=)iVuz=Pp!7|-!-z{@EL+uA^{<`ZN&e|a1FW#jgkMo oEmp9a1)rIGKnH2Ayy(-{Ag(x~sbX{=wX(x872rGfWvEBs93e|r}2?uWCGPw!cvKQm@w9_44DALh?O{g0W2@j7J| =IiqW_a^uuLDpMOoUMHAY|Mw_2r{34#ca%r*9o%T;vcio|KH2Ryt{bb5oG<&>jd-M&W@Pq%Wfjba?sDSz>hgu^z$ aUn8+t%3G)8iVL4sTb147e9OltWIncAWbLj64^Exhh(C^`S(6QD$@;yF}_THIC`ybW!7xI`VZxCepZihMO*MsKZ` *{kloCE&nra5TuEpyOscg;aRKQssRd`aJ5n*)6RcnqG(Rt}CFwA1k09?-4w J;8z8#D+dIq$8`bd>1_e(f0u^89-!Q}1N2j@i1FRB2)x^=2>y9c5&e1sLDnOjO_1fu7YQChaAYYaa@<`d%=dUF>b plL`h7M*)?*z@@GycqcVQf_@4|Sz--Y?S)m*H{r_2Rj-bj$;_P-Nky~z)|VG6S5ZZa$K}i43K^UJe4?_8y91Q&0{$SwSFAhfg`W*~a=Y0-CzNa0AaxNmsdY@|!1HIewaEw>4!| {E$!;#O(!+{604#&E7{NbQmmmY!n@|PpfFMm4%{NZOu0N-{v68TI#68X+J67gnf`1~V5r;j-j>&nST0?%JR68Nye QHZzSQ5e_uqcEQHjzWG19fk2Z@hH%V%a206ZaWJ7@##@IPmcz^?Q}HoaLm!jXa3QkHwPb$em>%8wCDFnqn{TkTzW Lton=Quo_qLcl-qC&`eni~;D0g%d4DHQkoA+jjs<;LMDR?4ZybyHcf@hfH#~71*6nd5JlwH8a>w0+#=y(%B)(g)h$aYX~odW)C+9J% Cxr<^4O74znPg3l3r?Ns#Z?WbYA<_Sn(ljxvHotn7<8g_G3ah_G0MGmG2-2z@3$=mzO7!2@*mOfPcBA%pI?mm^Xg*Y !v~8&FScC*`tqA4==bCj)NjEO;N^)+knaUcfbV};qWtI*%>R4z`zK2<&fh)*^kU01K!>+I1N7&#Gm!6^GoW{P<_x rdi>0V<-=&~S{gz_A-ft=J`;?`q_mZWM!tSC+8#lm*-!Z_`Gk<#6ZfWNaYLOe2e%0eEArB1xW6V39@%~!y?~AWRKVEw+@?U!`#{2zi!Q X6f9r|_0>rmgx*CAck#kv*I`^&T!-|x5!{#HGuL4r4ZI%lhhC3)Iq7v;8ziU@vf8vc*pr6BU0iBzB3*_w;w;=o-f;1JpKDUD3c;q(d+rEE0`gi#4su#H({7mcZn AgYMj(VSYJNWkJ6mED2+Wnh5Am2^A1NeB$9niBseTRv8ub2x)u2m{tpD8tz2>PP-H M_0XN*2RFP6csYUKhXgzB!hCO8L+gEv?K`Ob1aG|?eB}rCfNvdkFVY=zFX-JB_d?F!;Xc%N|NGD{Pu~ZAev|uS-t #=42p&om|Jeh;>tzqc#Qx*4hrsWB@i5k%NsnOOocajl-j$C)55481z{gpSf=^gOkoV(ud@LsWk~cnvd9%gin190` M?KPy>-zgR>idVsp*QIJ1oEB!1o*Mbp8$PJJc)9zc@lWD#Zxiw3dWPCu&!WqaKF?vk?)n_^neiOzf8BGKe|J8Iaew?d;FtG2=25TbRUUmF_&n%&t ZyTqM?GggkM#4OhyLKW=b;~XN8zq7K<+&71n5gOArj{;PW#{gQhb_kZJ!Z@-E6AHRw9bl*2oe*R7H9gE+@e7oUI(1GXQ#C-n8o7k`H^%m&bX>TF^l?2(2=V5}xVtC X34tf8xe_$VQ*MDODTk}uM=jOM8FIT*c`ds@q=;wWJV?1WR13q=-JIepQ13L48zJK-(*2Va{;NP}=7w;qA1zzs^F 6g2EF2-l>yTF^n37$gm_;=A?KYuSK_M3;khxz#Cd*FX&z7M>;?tP?Nqwf#Bk9=QvAN!(jzYqCq&kwL)SNkFG?Z6M ApS}G<$h*6JgmRaDg!$g@W9&!Yrf}>hBrg$sHCMDV}5=4 Ip%qvFVJt9FVGKv`2u?5*iZiS@1F!2Pd?UizEgwze^7(`wyZ(?tqC$e@^gZ+pGuJD*})1=u 0i?>H2tNTekDQ1hwC-`HiA4Z_Yq{e@)ym2!&=1KtX9jbML9p$@ZK8UP>XVQu0?*o((fZ{(T+U`GM~FILFP+x1XeaNq`}QyQKnIFNpSptz6Mz}9Q77y iwqu-7$ip%yk&)Aidu^lc=c8KviK>D%Av`S&p|^7kEuTh#(?M{#zf=bQO#7^kg){T9>CU)C~ykc_~2(C-j>@221F n#YS2m-lelK8n~lIZw)eIqieqwTuUNo~_?HxIFqzqTg=x+mOO}zxGR~o@}>0QQxmqc(T^FwX8knFH3o?HZK}?6@^ XVy(YHvq_9_NV5@eWr)LM~_ah4Xq2_s!CTDu|8HM+uAF*ZL7W5mSd7jDrQwy6X=2KfV&ABny4`0B%Tuipz&=<9An ?w9nEzbAeO~0MBPaamd8^z_l?U!qC){01n7`sPfK2b1W*_48>E|`DyIMkFXS3Z7{T9;i5(;Pj^m&b!r1z&aKVA<{(fYD(jo0g+)xxeTK|kI<+LPiEi{>3h@F LEa;1%>+Rs(zEphnN%>E91EKTpf}9la0N=LhM>vh6Gidw{~?^sBFhT^1+XjNTv7xZk0Gy)~~LxDE6?rv^5K{6}oK oQLMWS1J4_nvQMl_N8wm{)yc{Ov6_yJci(a7;M>kQJ!zrFbxaqzf_-}s(~HeJc_ee%e+m$G2h91oCngkTNy`qACr FbJ=ofvNMSE{uv;YdSoE9^X&yr<4ezTaC=Sc1S81LzW3bQTztuIuu6k*Td!nY>UE%f=)=A%4SMqCm<~`PN1iP4)( eDI$ep%z*>)^+?ST{wGZ7vSi@OSmwJ~gn-JBZ+Z`t1dJ=6%`)^t^=NR`lzlyqV|y3;n*}JzV;AQrJE*oIU41=G}R J_-y(%m41tyIvmO8*m-X_4D!BDai&rDOZt8#%Q{Sdxg3JTmWjM){(fA`Ye4vZTrJMc@ZTXGY=`-;RpB<2|HE2`{` 6c+@mK15i<6J}n?zxo(08^;nXB>sLBAO_ye8wFST3)t2IpJ(?^XIes^duFwD1!L6I?^^7mU*y?^nG3XdbsJ+<;&W l{v(z3!hINUjuv2J2Z@CiD5OoKH{Bau6^kFB&KUx_Bk4NO9~%Y%e)2NnLpc{;+$mqguacS-`VthG~*fLF5@!2|Bj xQ(~oU~zDH^9q~E_Nd>G?h3^v}QYH;RxQ!ST7GjD1w>@+*H%nU&i1;rMK_w$pr%yZDXM9*()Jr+><(b^ui^&!?$c q#t7zXtZlzmCBU`*YJ@6n_jouh6o0;`N)}hu6X`pZ|VJ?^o8qew=+Tusq6VtC`Qbn&8-4<{QHP{wX~_!E{0MWch| |qPq2c0zuZreWrETQ{mwh-m3YqY}7>W`)HnfIr;ySe!VHpw<&BFiu0AGAI|;m(4N)w-b8W6#+aW$80!MY(DQF&I3 MEvvHsye`u>FG*GSK-v-qy2{hP)cP2W$~XO?X?)G`kS}O4?RJ8f>9+@BY!6HGsuniD`|_IP!9IA6){Xc0Sx@o%TAYvHL+g JmuP;m^G_O0#>cwX-Sblq$^P_KT_4_!+zZl!`(iqgj#+l`{{pfum{SGT@+a?P6jN_qB_)!#hJkxRJW9Zw3H8}tOc 3C}sK;iw$!p@+uA89+j%X5r*6m9Pt9{iK=-U5M7K10LV2g+%b=2@oW8n%?+FPW#QVS8tUEulJ|z;z>d4$pzI{u7&8jk}h9Bvy*vkN-wf_)Pj;s_(LIOW &{3_d8=ON8p+F{8*l!Lglpb8cV-F$8bi0&t06Lb-YpIvrdBjsPxzH2Pym?^n8lGpRVv43SUfl=3}ta=RejD-ATVs >D%=&mT{Yi9i05i>#=!l%iSr@&0hO82^0uI`y9v&$g^!$R%#YA>uNs^w_vyKreg|lLwl8Jf&@?CC6;8kWxrXImJo6s ?m%O&o?`HZ<oBWe=Pr=TEk}pNY 0|~Ir_GTru)!o!($Xyq~BT0ztC@Jjh>mHAKQu_q~*V-@xS0Tlfu5@ekQmPy&psH7tCwa;Jn=PHSjm|K0WWL>Dm5n Yi;8~3hNVt&l28G_=Uz9uVt`Lk}b8a@6c}}`u;w>4~yYk*-K@(@VdSq$ZHJ!eoOD&%zF^rMayJ+<3%+%NAnSdeP7 FbqXxcK_NVuDf+>QpYrdb*?=_}vwXDm)SyTSwz4&GH`+W`kHSyoI1TUxGE%eOJpMLMu?>-9eUyHLe{PzQT=KZRJc rB*i)%1Ibe!VHb-Rawpc|7R*xdyjA_|dqMevfh=Xx$qL9!l>|GtFoG*YL^oe1(HgXBaw9;TJo7_qoTq5uAxKe?ut U2#v!!{uK8i#Yr$tjNx3;V0z!7mh~~T<`R4@hI2LicRIbZ?cuB%_;%sH!A@Q3==%#Xod21?WyNp?mH&Q7X@0A9{U <$d$8*r|N%VV;;{B0v%;A4nf8WS-CWbRRtS3HM)BKHTqCP+4w3~HqNAkKt@F*?2kCP|s_Qz`cXX*RT==ojxZ9u=n YjHO0tQgKp@!xC;{}cV@(T~s3d`OV($N4PMVNTmOrnI}!?+krs+k#p8eS3mz+wvPqo3F)rtdF%0DMME%d=dS&)$k oOpI7L&v=(Q_2GO_W^t-GEXQTLUD@wn=p+6e7yXL`q$0KU^j1jHT^c%u-i{MQZ-e!2X7|u=e896?$zg+X!q!#DP0 *$vneeX*@-lI5J!#1Y)M^o4Z+}BPYPp^gVAoF*M^X$ckG!Gq>>&j+w$y7SqmPlqYiPm(+4~Fz_9y+ACAiwzVL`vg OgsxB-+2YxX~Lv9E|a3%I4ZXwkxh2^6n%V_B2lB$nM^4t7LvtuE?b`navi=lv_0AB(|@T%oNI6Do9I2Klq(KyDi(adi04Eyp UAGZdt|a{vZ}W?ZDmjm(jI)Um$pe$g0zw8+hvkQk$(5)}y7RuYKk(<2{A`P#=uBo xChN{*I+JXsCQ|n8ekLznnhb(;8+A%HO)1cL{@%^m#VfjTP<%)(Gc-OVlOF1zFQ-T)yLqSvC8)1jW(RgSgG5WNBT oZJ%}kXFKtmq0WOu`m{*;f&tf`nQP@HV3quDPYt03J$H7;;{%8IH_G*dUF>0gj2_#Hl{;eIUSI;7L$nPfoSN60I$ gluhvWCtN1MK5K`3ihcBa@k191)ng9(55p+%EPCOw7O6UgBhRV6Jm AbEJE1v)NB}cxlTipiFkX#Z~gUl?Zsk#Q2+j^WCu^kY)gAX)-U!iB=hN1|5UD})IpO*khuT$CNs@zyP=eVrg$PAi 8rKwa%clrNYHCM%5!G}SFO{pm+;nff%?0U>tf_{=?3>!bA~X&(hDYAGDJZ7T-M-25!0!e@jGAeJJY#Rz;sDR-cL1 {?wRTo(1#{{CM`2KHH+#NNaiwVekPd@gq{_>89KQi~#bWs?6r;P6(XL(14~}TWMl2;(+*=?5NjTOT|*b4@a0gl`)xdr;y905A+jLhEGrIn3&KwdaO|4Twa EqDn+$xEoBnvRv{r~tq7whTKy#Fo`_R?AtfzDSPDs@Bqm8UoR+vkb*KeIjHsI$5~H(3wLmziY^_DSi*PX!E>xzUC }oO>4RugQve?qj$?{3UPDV_wAlE>u2-*f>+|}+2es?G0Oev9ppVFSCs#jK4if{H^;@+I2r3{tVMPy98RG=&hJd^8 f9%15Ap3$C`_JI3RngNR2MWaSj!*A%3BFI{0`shC*2a<_zsX%oi5clH4GsHiX+GMrnY6!oP?Up%H>_;`=w)B^or? tXRQ6KY=cO<*1(z5a;v6{!T%mDC`T9k1z*jl93x7dfVokx`xEE&}nLTMrqf+5UU*m*|lOS4qm79VeE&!tyEDEAZ%V>0(O8I;);F1kv!b1T{M6;Rj2X)l~h)i_*v>NrDL4S3GIEnV|JRuHHi29jEzwe|;bzCYZPjI|`lO{ PeMH7e?$kHI_9Pdk$8Ys*wSWCLllHtzHm6S<9A$7FM8=~WIEm*I4C}`w;yTiM4jcG0*bsWXy1`Rfy%exaMv7ip%r93}ca#9b~)cm-K((PElNabEU1(rxWTxH3V`aIun3X+sAwIT>k Dy$K5ZLYn9p=3G5zEoe`SpP!XgHSRYMftb)ZmcNahGSFF-hbJ615>4o8Pt$@aGYQTim77_KPyCylG$Nj=Cl$mCiCxuVR$R4PaaD9U%aV4@z3QoeL97fe(_%P{CALq~N?w)ifq5Z@DX %;G{2veJyE^*YGB{&huU;4qq5{b_9v|DkUG0 =9PhnZ;Q+{i*lqo7XAVel+q9qw5o<4N4*XEHoW$*fXKo=Z6(w+h_uSaWAWNC$UJQmZ@V%Xt 9GFYr-VV1&vvQ4?B5iT}xkl~3gTf=p~~;D5p^psaQ93SLDe4ZknSi*8*B?W&yWaZQWJ&;o$JF8?oY$eTJN?o6D5MC#4GYLthJPrBqR4UEkOrn`-EHZJ k1wt}q1px-z5Z8d3;3FpoAzay5P?VSpnxH9arB1FX(l4%Mqdl&No7#&egA1PusrOGRmAv)?MbwyGLVjF(k~IG=akr@_GarSU5euK)5qo7J@ i0PP9k`==q!>>Xi#`n4Pdz0gZ4=yKGulp_{D4HiiR>_NH~Li$3Zm~9m8O^3v0<}umQk}H7U%t?>L4Qra{+l9s5=(g%)$ldrRxs>nHMlg_<>*4=)EiH;{!SEvdE^{B1}ZEH4|)VYCT$ve48-h{8mPs8$m^L>oyD`N XWe--flikR(2-gHR=?mrAFzL@lx*Kk4xNQwaxAWR#naMja)XhIkx->d?^)JDf(GDTK?{5}pxTTp~t~ &;$aFicOVEMZileQyi=84haxc(^9kQd;xW%m0Xn)iG-o05%*IHnB9!yqwDvT-%{z7Z0%Sm`F8Q8r=Op7kajM;(D`j|pg}N@)jfE;<6<4{Ae5uGpR#l+!hz_*bC-PaZ$X{M(;C!{}VqR9Sn_o7i%5 zOf<;`Y|67jYIv6jt*lX0|*rj4j)jkwS0cu%4pVoTEIr6|l)Rh9s(W)bv`%OXSp1(x5d@aL5i)0MYHqo$pmHoH|; eHNMN@lba`LTmMTt73-ej#wYM?qP$zJubp%ZZ^xhtzg4bInBt_#8I1MQ%dkFJ3mUQWO6XYX=9yosJx8OJ>6O{CW(5c50n);TdZ^T+roS!NT^y Ws=C>raw?OWi!HU92hcbVLD5lgOQEY!|W%T$~cRoZDdO>Bb#HwWY$G-(DHuyyl%u2X}8R_-A7f<7z (dqvcL;Z$PbTib+o$7T7oKTQvu^iF2~VTZLb^LsG1UpIj&20|Zr;9ML{oN;Q<_RFylYy*pCLpndRqRy@p3DlGeEZe_8m+X~8>>U58cP!H sY*|@N-5ClUm(&aG8~EDUAe++LieP|I3q-$HL55hGsL45Kip~&t W6R_1VPxT5r!)*QtJ%i_5}N+k>SQbmd20wm@7v_7yQV&jX4pilG&L|07bM3>Lf~cP?uu0tt2JZrNHk3`Lmcph@zG9=tnV(f* %FQU<{y7J0{HAKzy+yT_?1iYLz1r7x_j6WhV3M6yudcPSuLfWVWGBxd*B=jTYy@b)}ZlWGR>y^^5oFo1qq(fGRN( 6)~6&F?LJeIdilwh_3uZ9U_s#_C&*31_uc;G30w8D9$92m7B(6$JMYQURgJDzY||e%Mb_YQy8h89!1*XZf0o~I6> %T!e=Tn5LVeBG`L<%m%xE_fs<-rWvYRiikmLGo!|({1`r#eQp1W`b5jCh3$iH=)F(G$2fy&f0p;T&uLk|WHg7 CXhb@8*(COdluDE4uXojndp4p2noK#P(oqm!d&B91=Er_{IdY*vcUMnWipd?Yd_30VKakQ?aCh(P%|+kNdx*I>z& v>K|$?)07LkaTSP-osg1ZfM{qX3i8O8mR}FH=CT-btmw8k7RvJhG2#Y@OqERW&03^7R*j`gvx%ZO|p%aAoH0!WWB y~pvLM*2Z1U^n+v(wVrm11Ka*}QumX=NGtSTC>3>IiJ(v$KM`^>(ez#C;s7%hJsZG4;+x55g6zbsc#!C3 E{1`2raBKgO}zmPyS95nnxJ)^n9R17XvBwlB)|?~u?#ZJueT$yX1k%&k!H}4{`_gENVG#lnkt9{OU!?%wUxvzVbo dg%QhAz*V@7E$u}e#WqhFl6y2@eaZrO45}?xGtR~aSWO%V=VM^mF4jK}Zs*2#v-Ku?SidtpbY7DoQysBLci8N%*Y _g@rhm_7WvPQMzi&Bwh;ooP&E*Capsw2eWAesc?e6v9-v$Lqow5Ab`_BhKK@Rqp9$}|gvXxM@#XJJMnHX6{mifAi Z80Nv-v6&)9t+HVy)(yOsB!MOD_EVWsA?i_Ro3&2d5w@&}zR<032Qjkc7p&)=pTn~<%c|VMc0-+T>`v(y-usir|2 Ik_b|TB$q`t9St0)yQWWzCG8a_NDf)(2*^3Gow^@!p{1LF-X8a&!|Ig*@tjWL?|h%NclTv<%RAk~Qpp<`=UAUsX; o_W%4MbhxM7Q3Lr$NoV^xH2)IWLcghH#LcfRKSkvBwct!fL6(F5OX!odtG2+|67BQ&IMX38+H|n+c~I&;T3dJ9gJ xYD?ia5^eJO9S5y|dkw)EwjoSqCQEs2AQ9D~(5-l=TJ??A>)A1ML>HMyl;KqiTOn4GApvOB{ SUWHjss<$=2$lF(Uw^ym~bE&W?Z-%n1U2K!u5JoD0;aaFx;q=bVI`SL7?XA;FM>UNo5gji}Z{3i6>^|k(^xo4`j1 Y)Rqy9g-!M_uGzYC&>gCOGov7>8g=w`0PUl06k+#fnAKoT2b}ntzN+@@gkAz*iUupVXb>Z0| gmZN*^^-E%uBEm>J1qA(5X-4zv0igd?FZaMafqs64bwkzF9L1}MosJU3#Ps$bAl5Ciq`k(59 bq|f{iP3Y@ty6Qkj0g)!V~5~2v?o&}vHQ2l#X7ZU%`7oF&1PxVs0g8av?mz2Erg*$YIAZ1LeD~ghKVt-bSPC6iht o@9NoXPVH^={?B6zF8`79S6|9~RdRS4^V$8TxtiG1dkQfx`N&71$O)cYR#H3F~OI8wL4TwWB_GHd_(BO7y4?RjqB 5NQRBp!`++4Z#+=f=d}IlSbQ779PJ{c@`cXA(P8U1B-U9}2Y+9|%P0OP&?W2uN5|T1H2>imA63m@ewwc6Dx`~SR$k0CRN<{azU{IjTUYMZ %P>;~%Ufv9i0U3@tU5~ncMODD{=w=l+&>N?Yj%_kOc(9wLHE3;+%Rgy^$os`U$L_T0XA{kUa+y>n&RQ#$JKn6xDX5$XxP|P=0GeBrE3^bmRj WtCbiVqud% UY!1l{Y H`F-tbh4e}=Aw$8D6w&d6+OC4xn)cPgXC#d->&h$$t?XW<+gOkQdi5zWKyvF2pGEI((UM+@R{E0>G7W|T}ay1*Z^ &kS;9)?QtuPy-`{yXA9O5DJO^osx)MND(UXrgZ_l<;($0USUmC88G^oF~R-asGz~oAu^|2dyyF2-l8uHXXG4vQ-Hav4T&tO**9AIl0n@)$xAI?B?8DP <4*WfvjzHETmlnTU&^%2PNU@`JidvHa_)US1;Bk(UXtX3cPQ(&+5khup>=!{yMZo}K~wht-I uaM3wKC1x1mku<9&0h**FHzG7`>0*G#iu3LgY|Zx_!~F1Y2?Tm?cvep=*~w|JE@=kev0%3HVlK3r)=#|xWiAMDog 8&v$Rv=ag{kU!4VC8U(g&+?2c`L>@qy-yVo=J!$ASt(jQ_OU=W=2oD)hPp9?4iX$?-^Y7&m$bmrv%_$GOLn#`3Cz WVr&-(a<)<%r{OJnrGl#eZbWVx?mLvnF|aJE!f7RC)u SFy9IB!v2ICB;&sw_p9VgYcZWt(^};W(aprRwm;-t&h^^>D&j}X0tlA3lxT8=r;wdplJ`Z0*SrK|Hx;bK&Qx+#Qf ~;l-gVVM!gK5Rd<}w4$Fui-)s}=hM&3;2-xEzwn8M|aX^k(%ga=LXQE3KJstrt*^I0y-Se=m+Hal=LakEIO#8=9Dkz*WqGqlM`Ve2DeM5|@XZI0nKhtQ6EIxk6hrs9 85qGN(u|0MdQ%GA{_F7sh1o3MY7+KT0;A5`(++IYyBiFka^T+tttFyq8lMrQZeo~W@hBU48{?`*i0)?9cuJI{I&Aw;E~l_$>E9H$B*f`u#F=DXjUMhwcjQHGEU}o;VoNo7x;0S?2B$8epjyJWbw}4o{AlJxFF_ZUy?S6Um2V}9FKY)lER 1T{LjU8KB)BtvWrrxu=}fxV?Nv@G7)j7tT6MNnhB@)gNg1dD!gWQ~8z%Z;6zB-5M+tJ7bjsmpz@JoOO9Cf466d=U jfDU5BSeY{oh#sx7XJLjEi=i%|KfQ 326f?Q7SYZk{Y83sOG-<{R1^hszHuKVe)oB#dUH&i87fuX=1q9MQFr)^qIweAuFATw_Arm^Y0HGH?9lHqUrRardDe7 gTheBWOKg&bb7#A!ls)8P7z?wp## F(@*r!k_J3C9Q^o;rCC`0M($pVp#^pNxVErs5wG~5bt)`X$MC;&`!%5N^UwZTJ9DA~&L$U3R2C$}4H>hF(JoQ#+a!JBjnu%aT03@fl5i9G<1Z 1#5xZ1s++Myw+ooFw+1N!)=>f3)3N9W158jpbUEgz|vE_Oi(cEG{PQVvUQY*JuA1=V~nDQtLBR4z( S{GR4bYFZxlJGjLplw=o;YEuxvh>lacM}N=VEB6TK=+UB_u5J6BckACev#+H{}Y1bWPq(>Z%+tmv*lLz4zlyGZJ^qOR+6Q0+S#dv+*IOq6+!875O4Zd!~M$ixrb!MR%)ke+xwXU$ 5vGt*L`ZN1Bp$p1zmGLHnQ#MNI#dzoR+y8T=s(Dt~S!FjR8cmze5n&^5K1SMY_U5QRnH<2_AP1gc%mZ5H{U0R>CL IW(F*MhOH#fK_v(C&IDL$VvNlR1rHzmHM-=1^V;qwlSH8zzZ8Y>n7tQd{jlR_2lL`n4SwHo@{bwhM(JwOd!}EX8< wsjgpgO(811IoaHN?x$>SrgYUziZ|09mT~Pm-CkV(Bzm;V9N>uNk(A}c*|&mI8N2f)QjOVti^g<|nJM3W;~6&CwbiN`h=Z`k1%)LQG%Y>2f9VbXFM+;V+r8?$MH*`yw}^Q@*M$rp8|q >5A(}aX$vPk!YN|t)&$!v=I_g!4$p*thN9wd%8j#J&(JK;B%D>Xn+$1m9gXn?B-ecu^sA%kDA3M&e&-P?^&`6G?a z15=B3fX}4Qqo;Ud>@hddu(udBjp!YSC+uYOcOwyp;Tof4k|mM?szfs DYvcpOe)Gxk#1U?tjHx(xXUHK`Xl@KcHr)!T%n9d`)v~RUD2zvaC-VU3M?CAB22YM=QVge);s_w%F!AmSm5j_lb3 (y&I7z%*3ie<{Ek=cUc~(6PGwGgjGjUfQ*+Jb96(RFQbNIs_bbx)^k30e>NrmF+;D;tnd yVc5cyZnKE;2HWAtje7ws>3u#-=Q9FIJmpg`*A6ozYY+JG28x!>nZ{AtmqR)dA2G&U><6?&BO2*kEZ4L3N%=Lt-w &T^!9&F}n9l@m)*pkY%@CubCRWZTU9Ep>7)6jyPQEH_2G~w*l*b&}Xq0j>pA^99@&R6M3Ia^L+!=qR03X{sWi>pq RJJVUm#EX|!lMDi6#2unkp_t$!iHXVLw2x^62Z?QXE(~JDs4OQftR9@VK+S3O=oIA~Az$9OarCd>q)GU{UsDr3$l Ihz{OpUaHar6<-g7Mi1!Wk-Hdd;O>tsW^l&I*`(I}+GEc=@cy(n1rpBN1||7>SYT9ROU7kc;xZ=7gQv8me59@$)f x!!n7I*Pd*Z%laOnPxzRyQCdDSFs{4tGY@}aWTs41vX n2`aQ5)myn9Wq~&ntdb+vJZNBpzfc5S8wnWwYL>O^V_Wl$Lc7sKq*+2E5fa!H9~CaaOfb-;+#@GdycKTA(2f?n%Zau8I4>eB8@v|0m^3F$VO9xpc$(^-K(qIHQ~OZdC?G$PlLC5XUkKsW?&6g6&oP9`%quq#I YBcIg)CbYTD)+*B{2VBy_CpDBzfeX?&^Kfjl9FMM-vpxCF^g`1r(LuEtIYb5C!wQ^B3(MK&$QcZh>V_rMGMZPJv_ r0k@z8{}pgAhul3_m%5=g>&KsQzLaP<14SnMmwJj8k>Z 7MpOeyP1AFZFwNk&0wilR169Kwh8bl$o{YDicUiSVPiOHaXQ5Yv%&cmw5W2tVh^QA;pts2Uf>s|^EQISgbBFzVaJ ?jq5^YFgZe#NL&G)~SC;_4@Tgnf*xo^84j!?#c3_H+7gzNIjLyod0-d9ScdOO;|FQG8C%pKJtYxMd}B(h1L||;VW w}R`4q~Vg{LVeVmeSW&7;%KxR_0sf0;nzn2|ej>xyne^!rH_Qfi@p+%p!!2OuVKyb#i>IU+OooTc2jr2%k_g=+aL 3kUx8`Jf&2=?4f#?C1*%`gsdoXlxMX4tTg*4l|H49kKtO_W^9VeSL4j7{iV7HxvFc=%f5;Se{pZUjAh*N|v}EsI& n9lyC@p|U9OnF%&r$+ecb9t}AX$B7p#3kP{t{S}%F8~t(g^z3Kk!>TlE5ZSN?89>^fGFc{5NBU0)D`b;;3BK&ap{$VySVWOm3dd^A_|Mk97 TM?(uH`#U(LBaGMY-RBngiLA4KZyH8|udQx~qLwG#rJ!ynW~w0lyrA+ g@)$;xvNEU&l}$(0+!t OXbJ5^TZYLCVIGbSt~}~m8Gx0YS>9U!iz8DbW{pXcIMJ4)U(-dClM^?xY8#C2y%{Hh7ptcV3poE(GSHNk({6VO(R x_@ug2gVz{`+!PQPlpx)OXDhn-+sj)pT>}70EMDnpp0$yO8k+5+>EyDj~ov3Um#wlZK!k#eK?6p;D3Ec!?=pb)$Y b)D=QR-X<)@OEcppRMA+sf0rT)lVXf}**$PA{huNrVl8lQ2E4v^QJFEhXl9jjTOOBbT^^Tj)W(J+`Mu9Srv(x+0l Rla1LJJ!PsA$g-`+P^0d6coG-no_JTIOc0i3 *WC%pki4i^mN3Lm!lo3*8>E 6(z9XReP#P4K3tSLRzrfrAi47XsaFP^lUhYfJZ=gJJ#a&&4UgQYPCzc9+oxe4Uc3o3?BltvBH=bMu_y3PUH~EB&X #Mo!Wl`#qOm}{a6~hvHXyK)r+!fuQCi1W{y0`RkaQZUH)PjXCMPmQ|MYzB+Qg8NFphtsp{}C@^CfT@M#`~Q5PsoJ {m@*-`Cv^j-9YRy$c2CD1C7N_c*B-sc@ZvcoLUggIUQ$$rW+@$CV;xF0Pe8S`qEKHqVCbR(BY_!=Q5k{awu8{{yq y6Nsr6%&CpDvr!f_^AFGE38Y&*s<>;~%*BZtBys+cpK8*>rY^UCI_%%|#T+yNyp&j2y=5G{JLAw~^wR|Pst0eb9> h)U%J`!8hGj4J;j%2ZX17bnpYgjb#J8u01TZLL*Ap-0wQjKv1E$YG?4EJU>dD(xP@XOdspr)+{qv-JAJ(b8!wuK( pO=PeTDXcqW_ig3nN`i7F)jA4Dcs)$Uo?S@EPCU#mt*;U8@=miQ?N?KeGDB?C`|}p`C*lCNME!)P>zDf4lG7b9k6 O1OpgE@=z3s8mJdm-2J$@y`1H0IvY115Lv1qStt8%)P$&ubwD15Rd70xZGHeXqudNyTruMu#JJ~(wajdZ&TCXqq; odl*`L7Ic0Jjrx7^w^t*FYPgci=ccrQN`s4yjd8EN5a(QnUMK&Tl_rML^BUuL6Wb7@2OB&a0NYohPbNMqjGs7baH k}6k>$zbK4bUir?a=nUx4F9yko@IroI-pm-dN*`Ro@zQ)UWJdQ0i4l_>9rbbT($ZdT8fjQR{s}$i!UcZEq!*L_M{2L28lvdh6xnXz| >K&MXz_z59d(o-3i({2&(Xa;lQ_3}`d<$=~J0q)7!Cc6c*k`~1uc^sn0V7f2_PmGSo~?ze$LChbm-R~S33fLeFAWBx067kMo3T YY&wLfZt3!dNiv59R!^*#W#Yeks7ZdU}UK?o$yOa|2W^pHTqeCe@PS~voK3uVQoTmd#8<&K$T8`GW*vD;SPB!2Mq3DhU$Hz=Y!MOh)Gtkq6cID&(Uz|kHwn1n6X;{Yu2LKf RzvH;s9QT`Z3E{hvkUj^2zoEl(Nk8Zy3>@A28YdpJlb#*mFy}QQa<_JaHRK@Z5xUOS~$#qz>gl_FM&dv?H;@+|@v FYZ1;x=SBaQLKAiQRTdH1n~KOtQ#oBik+E(Po~Uh6p(VGIU!1t>Ro=r!hKPKOcnRW~h`ywA-UDcmJ`H-qO;l_nzRzomd8&FLO{-%;cDb&qn3#dW~Q(Bc^4@u_dkth-Vs=x cNWWrs)V+$4HDtBP@d^)=Q>3%`UmrM(xlN_xux+vK`b%l=Zoe$x1Uwl@mckTmvL@-=K|$c6~}CQN9vOCFDre=H5hm&+YSYi7jR6mQtAsz1jh0aOR<<7MwirF%!iZsw#p_d$LB$2$+LA$X(F56#cCk&w)+_p}9+);hBr(h }Vnlm>fMs$mwoU&0{550iVnyG6ARI6edV{{;rs8XO4PpeI`YvFqQOor#l>=IWINp1nM*S@m~QJ4k{i&=KvH<}T}g 6vASs8^kgILK#rF|yuO)Dhm)@Y2DrwI`bDvm%nXrs~^}Q~4UNsU&L1LN7JKCJ$D?{MYV+@a|UGO^)Dc %a0%Hg^6~vu-=|7H!FZW%%wY%5o?-t7Q`8s?>~p-etlZm$PD+B|DEJtU%aLbk3$4z0|hbIwY9o27R$)CLXL@bwOd {TP;T++Tr%$T{7f=0S0MPsE>R+qTOb-Vx^eVG!KNTB{-0lWwsRZdcj8FS1M|)bqY`fwibhLkD{6pNAi;I~O)G!4RZ_&=q6U*<3WTHwC(A0&vN2mzW+KQ8Z>hj6WUjUK>q>B_6RS_lBD*#n|1;GoE1^ntrZi4Uj426cJBBR~zm9HLkMIBM$)s%w A7?kJo`T<8N@t>1TvT`T7vidLE--w+{R`Y2=ayogfO>(Ba4Bf5Yo=nWf-AJ)?2BVL7hvPmQ1uehL1>$uRLX3mnm* yu$EVbiDYNXm3!-tl7nE3=FDJly5H7{QGZ2sY6&aOjJ=BE89JvseT*jlh@k0xn8fpmN4XvFlK2g8~&Fxm(0zLl|Z THu7iEi{8bxvE=^UzV3rN)a?+C5C{^bN_ Hb(E19v7C|7akDWJ$6O!zDtG7D6T8y6&zz18+HeU!9>v?kv@r V>zx4!$@-Lqs7pijBMN?5EgW7VoJ+oh#%IELZjJ7eE&mfu1tJE$y56{!TSPNUI`Es@Bi;_Ne#)0qV|)S$$?1#w9vn{Mg?Lf(xbU5w7LjdTYwa3399)N!W!F_1p%L} *FcfA@=($*8H?R?sQY8s@lk1p?`HvQ1V=Vr&w$*4-+{3JHGBj*mlK6i*zf`+yFsWDIY(+F1uSh8@sm6jv31Dc39c HvM`^LZ#4Vj>7VODe<<|WrdpAHqRd)_4U3?Cm^R(`^0!=)njx>;ulE@x*&?QO=&nJ@g>cR-yk)jjYAIG^5?=6cEv DBKP`(iUDlNQpz*Uj`#w=XjeOH7AXa8T?{U{)ZTbgc8~E_40u ^?*fd3XTFrjRe9_8J(RAq^T(St~l1Y928spp_8+GMc#V^a$^>fv`u08Qkuf~Ssuz2=+ws(d{CTnR1t0N)NQk%SA; 1z@BdIw(;CRooVSIJ;D+y7+EwvpY0hJ!CjTYeO`-nyt4W{bGZz`Cl~*;;!ePGOi6R4Ujqh;m2$ld_w&I+N BA7d+jnV|I{OGH>y$mI*-`7WQ#@c1SDjRc_`bmU~oH_E~#Dm0P&Oslb^^1=jU3g_q&b9!XeO0-ei`hq~pR48~^V9k_Gx@AnR4dh0M&&u>T0T_h{4r=&9Rth2o-+zhbm(a`;SkF *EXyt^&rkE>Y}fCO5n>Zdu)|{`Z9!UP?bWE+s#IVJD?Sagf--VT1-KG=M5lVw8XHGX89BUZv^Onl%@W~&xl%*T-i Ud>-5hHRlZY2v^{(s&W8o@R?z=`s&ve$&dFj;-mTxl}U1zga;@f>$(KuG&m8;f6=R>HdcotN7%IaN?O=yT*?T=c ZsH?c(wFX47FWktE8zm60r-zw{&zAP#~;23%sP9s(xY|=U&I 3g|{SWA*B6?(SW>thq>A!6>>o)}PBT4cS?sxhvuhkHB$1IpjlXxT>-2JO*FvXukAd;bXk6e9dP)_lKO7UsLW8!!qHesiKhVP0s)rNBhJ5D({qJX2EIM+XMCCRa!z5L11)7LJ1Pj1cU%tVxK@eB Wz~yZXjDS}odelybNVJvsk_|3lX;(O2V`1)=M5-Lki9xD`5QL9jRq-di>Qj-Qsu^@Vzg&UD#s 6nkE43Sp&7*%okx4v;cFjxSdS6ru-?UC;KqQKQ~VQl|Su0Z$4p*C#n5Qg~4tZ)&SoSl8NGJ=#h>>^dOaVZjNYZeV whTd>Y1rZHY?EoFsM6xq>aTr^5?dmv$b?q(0^5VI>)F5Z;vVLAmjjk%~);vBh)+^JI)k*!mX>Au*n6ZB^@(-CzMX hY#7aQc7IL%HTvwg;PYT)fL%tXS;abFJ2gy7j~nxM#A=1~9Ic%Hg)R6#JI1*k955gc^ftnTPjQ>3I*;KSh1`=?xu 0v>~`WhihlbV1uE&maCeMY#R_$GPlb3s)u?_!m_4DIgR>6l!34CCf&pBhBCo;_85P#D69t?cI9yk>Or%<+$&jCSD 4>0OSQhNk~7!VToDeSD99DvfVDS NwuA+K}01Qo^uFSWpj9)s6h#O&kCiAZY{Fh>9DWr;i`(L{|!qvwx~W%M!>4V>Y@YVWluN)y~Czb_F~c+$XtT512? jQ7Renh?(GG-2dsDVbUUYH>@~U(5-jY!?_8l5i+6(A#aupOcjo$cF&iP?^mMA&? irVWy+`3XGV^X<*^A3M(4RU;TF#P)xPx_e#tcr1Magucj_jwsx!aI-sz#n`)C!-Wt>Apwc^32aRH$DnL}Jod^}PH VSJL726MC^jL!u`iQI01Y_e`GbR=4JG4HNJ;B~DTJR1h_ZXB=-rnV#3_&iHHAY3BfK(ml8y+E#|VNnn@625-g)Z^ jJz$9Kq#8buG{u~^&`^M5v&KPa&8qek@`;5-i8d6)2w@1b$O;=SL1Uk%)8?tqK}2*(7q4R0*5u6f)ELvgP-g 6d)Bd4}?neqxry_D>L+7gYa7S^3|!qi`-LhH$p4N(cKUwMA)fem&!b3R*ELCnoh^L+o95jPY<4l>JxrLTSHYR1Wv KC?Nl(FO_{0|YIdFu;xm=}i;M{1}wofZWp^)jeg XG0~QPBWGD(t6sA=!|c;D6FN`)8(O<9Qz8imJID!#&SW9|zoJ|xf5UBBosj0y(@m)Rj_~&N3pu?z&FH{;xC_(M6@ {QoYfqd`d8`rj1VIM?4D@gjm;6usv*)w%bJlB3x5}$w3h1Ge{v&acXbHg*{*ySoZWq{{hnHoW7XB|QANaCM)I$Cr Y^panT*A5sgOUxFS`Mb=bTB5{V3}ou(|lh~aWI62!I*J_dBzR){!e+|x*W%GrCGoGDJrx}3K%zdP0=L13C}6oVv@mTo`FTrqtYUlC~L37@{0abwLidr>Wn`JD@|` -oMh5REsB|a08G90`O#p*CW-eTg+qiXrj%W_h0=8s1wFHfGvzTcmGG5Q?`L=Uh~D8C`oqC1TJGy&c7PQ`VKh2#_v`%rmxuSiifTE^MvtbCpDdS{`A79uytPhn70t33J@w^Kr{M~fX4sf 6(bb#YUm|*yDo%o0k>8Y;Ren`F+eui2nlfMv{3g&Ht9nK20;EV8NZ)Ad8m$hP)0pB68yQBZ^SAKCW(jSM=3%}AF3EJJ&>Qr>fDLgK=!ubmc;s+8oC$#1QH8g*H3)MMv|-V3br~FkD;bST !n(nFZ87%=dm?F2&^NH0%F8Q+V}Bj;1=xZ&cqhFXQ+OgOeP+|;(Q82NBYMVy0CBz+^diCi!h zi?dzg|w*2Rcd5|MUAiilqW(XQ_9u}K0M;|?131X1ZJvdUX5%@3iHLc+}pbm0vh={9~cAsz1HF8wk6vc**;4m%V{ pUysGrRA51z&(Q<3XeW>EK^xl8=^939S>T{?-?<@nT!jU7ruQ(=~be>Q8FnoV1L2VVkLjj%;=n>RJy +xUm^Ys_Tz@WqWbbq|L7(Y^I!{L-UWAz&V0kcg@O)FsWeM@2s3upDv-9p1Z_(g!gM>%D|`;og5!mxDwgK6~7!X9! IC4gH`gM@z^rpbMCTSV)4o>_Z;VKFVR1(ve4+=tn&?m*`zB$2Z!wP#H *{J>@O#NfdU3_JG_+haH3Hw{2U_X$@VHU~u>GMffB*C9z1A?YK|TmXl6<74KjJRCS?VtN#t2-RAZwg&bPIM5ev0>%B%(OtHZ0_C>KXM?j)G_zkD%e3usomn?$S_3={g N)RAY;>GabW-!>Geh-)v!J&|JI{Ap%l(ib9`+r|$4Lgy>?#xA^ma{P{mvVo!F-i@4Hcta!KlOXUXBB@c-U4*qjLv eA>}MIBH|V*(B>>noh>FpIaVd$d9gW*d0V8q2zAc?ZM!4&S}R5~SGw4cShUeDor;y!0r1fG`52Z=*d9%%V^w4O3b 7MbsL2OR_#J!WQdy@g4MKp`no|M7|yTbg`{BEx!sqGgRCnhyFR_hu8ChLeYlrbcqXV4_!<9W4fn7eR&G$k+n^?gUC<})g9>qMZk(t!u|goTY=zRipcf$_ w`f^pHDDc=oK8i8yrxfsS`F?1O9GvPl9Ff)M?3{79H=siA>E`Nx9)NJc@St`$;+Hm6iw5&a1(dE5`AE?r4=^9l53 +`NT?Q3sIA6&s0o`g@X{O;YF8wQ;^>ZrK^ZN(ZMYqkPhTlP=k8w&~!QK}{wH0+1-U}w`dF$WDcDFStF 8Lg8151^a1l)N*(CpFSuPgAlz)8!r%+H2pVeGp2Tfd9C==YB=^>MBv_l8soq-H67)oam5GL6zLz%Ofi9+R`D!PDX%r! 0`>{6&o#K$8(q`_gw4`|n`p5)9#mO_fM1v~R1Y(Z!(3M?H!nGccxX)Yy)2gV{aR%(g|>iN?)%KIsg540563;a-C^qA3hlv7Igv(i?}*UTDls!QQyo2}Ms wzFy;iu`ZU6L^FB&^4T+ePu4|9%W>nw)9$FdG#Xj;&nwIf;{uP-kfuf$&^{v312b?8Qv@BBEh;iCZG5OtfvD}w5M K2+ev*h%1L_WLoFgw!I*LksGJUvnobjxP^Me#)*#x|JxW=^WjI=~pi!WH`B|(DFH;`?#l*AJi<(ao6*eyj}#7TR)a t|Okit5oLQN$J{%-u?DPP&-%q2xVbV>J~uo-j>O`i#2UVEhb_+02{#)%zY8)RkYSTMtOm+ hxVpNedh;-Ju=CoQ4y+hlmuRI?sGhgNs74YPw^-sw9*JBft3F<^K}U&fdlM0^ymT*MTiPIs6lQ?#f-BzVWn@X8q+ OyQO$GNvUMRsWC6i$)yF~`ccm+1AZ^+<6L0_;r0e@e?+|9WMJb6oA2AwT8e`g!+NtA0cYv+NcsJU8MMbFKvBKUA)g c#Y=jF`lwc-vPvsfDqt0brHmSopZSTkgV6o!X*tA`S8CnoicY2(APq%W(baY&)f*q_aQ`uFhNt2WOxwyR1bAhHI7 TpeP)JF#vujcut4r?;~(ALJ+q4UG9g8CIdJ~2u<<0$i(FEnKyJ7`lJMVcs7eQ&pSfUyVO>*3i51d<}O8YB-K+JKV %hEy7!LKa&v;ich$=nWG^in}MqJFY932_2b6o|0h|M(hZdccUSJM;fuJ!x$t3@e`J)bdzq3AC6S_O}(b-Q84|hZ4 ?fmz`v6f-nm3xjFbIu>3!6CptB3<3@?OvK(`{hu$*gQM8!*sjyphvkzExpk})j{R_}Srd=$_urU}pJ8OA6~*^Y<; OV9$#ZF|;kiFs@bFT7xaaI^^!@vasO?qxHv5Jv3P;}*)`9sHug+BV*BCs}bN%m_y$p15ViN5*pI8O>)sR-a2y;~h _KIRW+=s(U(HZ+IW)ueGW}8@EyXCYKSlAfX)ZhaRCLnx#5>jzZq+e^RVZ$bW;}0Dvb&iQ+>E~&4T%l{ItRSy5bfMKd1P- Jkp;g4+mQb;$VZ|OWCaHEO~KYWf5G_a+?N}#)Xv1kLhic-h{4%p1kLU2h^U$apCFZq-^-SIIV4ae;+1OTJ Yvl_vE%@+mDBhz7iU0w)t@&jT~-hQD35H=5SL>9vBo%bBv+TFrY-Nve8?#6RXB_ 2DLx(K~MG&$DPb!SGYM;1A`>Wq-5GusZ8iEfGBoYFSV@#I)5E*aEBk 2#JYMLf~!rX-`n0_$kOaO46k)2n)e{qk7^Y{ZZ+h6=EwD{2&b*l}pE=*0MBJ?GWwYU2cqLEP}9pP~tXlaF+VD^O? VrV@`}swcNftj*%gSJ)IL$!dpFp9<*7XuQeW_vfgaz!IsFcuRkNivE%Ae)#@tG-9}8@C9iFOCzwbX03WLl9|?VDr t8FHRy|}Y C6E(P|V~wS-*(eFf~c6kl0mnmS2%6{59_|JP|P&u4#A3lc-J}Ct3k7SBwSF6~#j3;6N)h?+p*b0SK p^Hy1UPZJ_Tovbjx>fy2yr`|j-h5DKgdsYk}f&iIDiWz-qP>`2 (x-0PW{3t8y@f(!x`@LZUEh?LFOeVVa(nmMh!0cuYdb@>G^vE<-!qie?hOQmMV7^UUdn2m%h@$=*}L3eDuJ;6?yN 9TX-r|g`hoUl3p8SYkHi_Wl~8xSAZ0M54JhJTd1fTb|6cK8HXLD2y9Jwgnw1>nl1b!F2MWxIQUcu$ii(+PraA0zgn7F`H|Yl7q}TH?5z$ex5ID%c=zZ+U75)J$zLPnK5K!bU)Otixzd&{b(XI=%)9A=7uYON54MjC%zYqw#*&;{hsGR_w*B$ReVCrzUFMG@IkHnnv0 o|(R=f7C*4g?@K3+K{CN=}clKfp>T?+a=R`?7D1YVcBw5NCjNLxjCsQn_S>bYJq640BJfhTBB$deUC($<#FhOR=l65amhkUY*(|q<1(}HWH;XY{XZLB2Zd<-m)|s2Q_jS7B(KvJ28;szeYiYQ_>~D&L?b9E !ornZ!X>QS(Um&H!9g3FIfACEk3RzZcd^VU{fc-djyTl#VGvOxKQA+Z8vCgjM-vk?T{+t+}(pwnapk70}?d~c3Mx KScZ&i`Y?h?lIxh36(%~nJ}bkm+gv?l`L|)tFQl95A>3Hk=Q9 Sx(UW1*B`8vM_gj1o954jgg}XR6?tUBKpVM#P|53#;Si|cAsgB`|Eb@WBH=uX;A$u3@Zcy*SHcu-ICh*`{D$r@w# -julkwLngalgN_Z*sc6OJPm;4oiu}5xzUnOTafS*QS9KM7MED-{tN#x%0WX(>2FBq`&Gay{=gv-u=4B_C%AvL8cd q)Q7o-eJFT<0%2Cucju@s1~&!h bli|31DW{|j4?EPeTt<-`5_#Kc3UhsZVJEa(&q+E}AE)66sV?d4 <#Jn?hzyr)^wqNK+Xs$l|jyPFEfO7wb7zXN|ro(d$I!jCuI;{}C!MZ^#m@Me?YYBS~Tj^XGUu`PNDHVqtiCTh0=HC0?4mFwBKQR 4$9jWfT{@LaTKi6^|oxMEOBF3bgs&z%1A(a5V8+$$UipUaT0GP*JZW-0nabU8;2PL2j1cGjhaO(w?@j?-Q;WSEJX~(%tf0g5f~cgWlU5c;e`Ou&Abo@|KD=hKKez` rSFH&5^paEQ0w8}eq46Nqb;8xlDe&WmoExXL6mBz}e+U%^6ustVvI7 G$=Kv1CTd_u}!|^-u?4?t_56R7vFAJS^(<8dXOwzA*$L9-E>U(8`fGG3eKPtA@QJwxiQAdP(;CZw7Q4TuJNYc0Lm %bJE$F_$?UUJ7#Fsr9?tqBeJJiG!54Tv`GU9e{T`X=5@-=-$|#8u-w0cR+&tvRI~gkie)ue}lXh| Pu>-JtohZXHMuIEK@mBATn{=A}&fz3J7VM+{ap`6wVnkT=Hb{fO(B9pxVce&mFmrlBKw15J+)woU2`E!JGo) -EFiJZ{iq|{)Z93Ipy&ZOnzXjOo?jivkMJfekG4L<;+@@3u4N%|FHkRd>u|j1LK@^`)F^Q7M0jN`Z3K{2Y15$vkJ 4azyf|M?h$3BX3HmtbsL#wIgM@c2Fu~Jpm~|3r%NugEnh~_5tzaOlZj*SMi3y$#v0iugXB||6bYPS{z-gG0_kb<7 H^D`HY$sMlW8mFT>1EALJzii8eB0_W9~)q?Z4)sYf$jEn&mb_Db?6>3iMS42l?ON sF8J?ar8bX1K=_H8{^W&raoK8?DSxOH#AKJMLV_Nfw31m;et1@*ci2f}rj$1yiVHxhwek+(dse%aaV$j9jNY{=0> SStK$3FCl|VnQ*}V7KT9o`-f51oW|kl=`XDrv-QnYN5{8o%fBhw{>7tNA|8pn61;q44{jPNQ?$}eMu`8-yhN`1xK |&Alrr$4RVc7kj63(=E0q@a;B!ZJz3okL(glKML6Q&4A=3{Db$nE=m{H+W}pdZ#|#wRdKfsi(PpoR@5}pzT-VklA qM)z*eo@=*CeJ#lnlT&mwoxP59)j8+|Ezwfl`8Ue2hiV`}-*M-aoLeS;(N1@Fh5Hu^SX5<4-ak8=B6@@f;aQ>3Ni BfKQRhV$Yin%>&|OvCqi({SRn0zvEc?ZkLVcEK743{SCkO?w}&a@=QHvU+zV#oO4W)p+oY8Msuz$eys0+i;_EUt8pwVXFHuH#50o7gord0d qzm$X$Xj%U`*gL%(Y<Jw1HiR;G;!tL4h9?J|dCucWBEViN`<|&vqVP3t8b9qlm`$Ca=3 I%RYNHWtdC?$zmmF;brLuMrbjigr4z~mDCP4-cRTMk!Y?4fENwJqyo~oXebIt}^EOCzmNi7KrrG+httso^-l5C0v PiRW)KEOn7kD{~GK+2Lsr08Vulf`XH<+)-G?edTvWdb(T{|;x$NXlEPD%mZk6iKx|oxRHDO<1&cQnepF;6s%2U|g #(y^+iwhX|G8-@X10th5a>?NZsO1Caih=zf@;bdrCo>@_ENiQ+@vu33^n%a~kFzePcDm>pR-1Z~I#CcYqc;CI4r0 5jKqqpZ&iBlUgiVxEPL`U(>XZAA0S+-W|0jENNFuz^`UTQ70vg-5|iZEE&i!iwc;!vvYoGaMmu-bbe)r&7gR2x?w ;>6ALnrcElJPQ4ZtEYqwt5Gy20yZue>r*3~+%;WZb#g>)!7?f$O_#@ChAOFKUL3%W#=kkUa96gnsLisWzQU(N%32 Ma-p?pnIv>pye)+swiJ3@9e`W9x~VV)?hiZ+6F7aMZDI|d5#DsVy`r!OvKz+=ZanUd~hu|~*%zl{z*&S8}2lm0mU t+iuKLR0mRNX%8?FbNNGvBAO_9rCIad`FOo4Z{kEW^Wz{w$OhF=$PH4MNN0Zn2aJEb~c~1xTxU20wE*Gw(>zuzwh R)avjl!UM{;tbtYl&X={QV3ZndP1-2fGA}F1H>Xy~apf3 JIUd%zh`n0X=TQ`tqlPEA2XM$!MxtNa>jc$|DBwC{k8lDe-vO$VF^9k%8#+H {BOReR5{JQ9@!EJ5@`W?EDUfL##06`>>Y`Dp>hsimVX|g$Lf}b?R?CFXc&~$Igigev!~l(tB8YloUX(kbDv38!yy %C#C;dWu>l?EFf&Y~aAb5fnjNdM!$y;{X+s1JiDm%SBPC}P=djT%9Q_96D=`?T-YAOBZo{M))OJ~qi}+jaDv0GL= VELe*PuE*S0wPOvfBO$S(O#3E6J#tNl!*jN=ahgzu>sfAjOa`fOk2I`s06z 8qj)ZoEHe~_Vsw3vK+Q{9VW72qg|h)q6T3g6aUEIS08t+Ll_E18B|V7o5pnBd?* J}w%lJ#4GLYcRXKmBMY&P*NBddtd&5U$~yn$#3oVxmvq3RQ+Okfs;a}IH{jh4`<6r1^$8Pd>VH*Hp`WStT2_k>4? -?gs>*m)e1fzxlObF+}dNCYoQ%2ctL%x`v=NH>KS7xM%Tn83bMo^{buQVF_dfi%kHmP!*}_r#z|3x#wTy {M1Vs=v|Bb0OhwA>d&tRU;kU4vjNUlaj&8tfQ8%d~WOifRdk!o>P6~z8j^pzq+$`G6&2o-6<2pj{B`7R^{?Fu<`tE{01k @D#N9E%P2gT4>(*M*5O~2bG3?Y3fRmiEr9y^RCH8&XjWj^Qq6Ja~flryDmt4 61+3F%%8d{mMks5LJv8g;x!e|I;^bcxp6ot@#%?GyEch1`25^Dz{wE(N7M12;hCZO*X^JGcdMAGD{`18qtbB}><$ 2SSDA%~y}?J4CRj$0dBvxgZU?INDQ|2W{FZc|b7FnU{pzNe*yCeAICzZtYph%%-_LDKu;h*AAO4g(B;ytf03$g GH1RxM3tQWvfAN$LaiAoCE`)$l0y3n!w_Cy_)&6pmAR>{qfY81qmM3s%{~^eR>Ki28BZt`=l1karqwL8UR$t}#-n ^h(ZBPPE-@u@YdQBJL;xBf2kIiBHEiy%z2g)0tE&4AJ=|?=v=rKZhF`Q~Tp?3Vf--(>FUN;!ruGf5WCObndJmdzR =hL`^Q%{zi8U}9Ob`A{ybKHnr%81PDZe%lS_=swmk&lR#{Ll%X($!>QAqPq|&${Gj2fG&c?#G~~5vdgeNf Nw7EFPlBBJ};Q~A59DYq8Q?DS-ly;FLw!|W}wtY$~y&;NBq^LdgnamnM;75O%O7VdRZ#@q8Zm< Cf^r(L6%?g-+t5KwxWiRAfq9W2X=vB}MuDtubbX5Y79nT+IZzPAN3(i)N481-cHLH5B=4tds KHRLpngMCxvo;A$tkP{;`WSO=_I&3s?RILW!lloXx%EeP+z0aGTV%ml>u@#|3GQ$WTM<}cwKE6zE*^{iXsMto!9H 00BV^52Fj$ci-7U@y<%B*r%^xZ<@J{eL E?5Cd1gK$bQ?d7%~q#GQ;s>7BcV#*WqT7^pXY+x2#gSGBcxp04LZyH@^n0sl?!*T8aAwwk6!r3OIWCRlwjVdHTk!9- pjJecT{UA}VX@jDz&clM;1Bv?x?xnh%18B3WJMkJDF@X_=!u^@3448UrX@7)E7YR0^UR>pFfD-5%(2= T31s6UsanZR~HTo=3fq8MHhvuy1YQ{4TJkTqC4lDS#al0ra3Vg9aHWri<|DqmB^IEqjwWO0dhFM@eFHEW>oeTO2; G>4f2?ft~CxjkVeu(|$1QdcJ1Oq!)U_A>x3{vYy-86tFfQ?UdT+YzAO$U-F`gZ1IF!P7kp}d{jRE04PPf$n~ ^e(Nx?*a9TZR_-^2ILP#~By43j`AOuS@6+lWcA5xJ~&keo*M4D1XGPuCw94@*@12J1;jWE%CHD*HNw8e;;I-mQwY qmIY!BAO&NBhMUeNu@b`oTQ~m_OzrG5y9ZaTFvwgqTy+odzyiuH?STlkQ+QhAPUtGKTx_q8-(1giOZ&V8Estq&EW )%B)tBiy{M~xKmq#GJrojdU6HK^2mI`VrfdUjmuCx#VR1P&t;fKLbi{-jwn$s$`eMR)jn#S>zFihLFFAxBjXt}8Q {~2-&$c4CWhx#P^BsTBGeaDgdL)V#gdI|dQInpWBg~%`w2ZTC6oLfOnB=1=Ojr_?+uQ;*TpNv?CHl*b GzWk{+Saq>!o1w-~Zc9ZdoGGt=_?PzA^6Pb?C6r^gS>Le39MngLTBvD8#*ATTp)~pEP5Gp!w3@*(QGia@(V1E0wW K)HrnpW?^~=hl|7xld0e|-*SDGiXhBzORvG_OTY8{r>EEqe51#L>N`+n#V%*MgDNX0C?lT_4V@lg>RQM% o@+7#&U|x}9W8Mu-L06Samd$v9B-~Sd=l7Plz&x~L1chYL;oD+*(-^qJTQw{kNmQC|F%Pa@+eLgy*2x{esEy W$c;;0PgX=1^HY4JslY?pT^MT+zTPE!-u7FqdqFAaH!`cKb#Kdu!|db;{&%klXBn8wC nveEVpjX`$MG@!^Yz#AAB2U~Y$DCe^EO@iLZ=bSNPYP69x>+L1BDO&|GuF%bQ5I2LJ!mtce9-rl%fv *^RyHf9XoMaH^mk)WRO-T$&O-5r=_CaN?LouMGF_8Y}g-K;$t6Cgs^bYdnG@6RztUD7-rxK8L>uqM%`*DTeLM}zK ;44MM1Mbkv?-;Bxy0p#jMRqlDPI!lw=&UZ+ao8a{(95HsuwJz#(hKD9-z!L*E|9+p}-Q#er6__-)0@(U^@aI320L njI%aU#q$%K@BG#h9d3!bgd`;TRFY|*HJw%ii`hD;nsFB+yY(Agl-*Wv?O2{s #Qq`wmB|5J(Q=E&^l(EKWn>pz>MrRs{tVRm|cjwQ&UiF&z}x_7c$9cE8a*^-U=sg~~H7mTk)E)|60l@ad9kvxmFunBh_6$XiE%=!sptT$M}mozVn7ts)AAR~HM7&O%#BS{ctQ=w-x0XQ*1Ys55l5m9uqrh;;xhNv_&r5V ghFQeek;9-*kpcq^fFDu#{J%R!HS#L10SR_vHLCl6~d1a>?+~i%xDTf?Y3*i6KD;wqru@zkel89Gz?L=20?Q3TCX 0M+dXRnXE{YEdqD+Xg5g4_}3!;X;?Vd`em_K?d>GN#vv3X{6Zvu#jgb+1?EtO ;{aP504?Pc;AOL-m_-1t W}$m>yCI*M)E3;KON6T9qO+(!){FGX>WSFYylFhj07IJL>J}VZ8L}hFlbd|Ph}!6lzF8{H$aQVlQ#hs|X0%t##Wo t*Bk?7~3&BE2gQ0(z`~j60_z(Qh;?44!R6(iA9Pjo!E-Pg5^dNKkUBdZym>t9X(mYa_p)Ku2vf$DEfmBqJh|+hyR O3YvMLtA8pXk!4>{M9ad8cV!ZT42-w1 8Esg_}in=jrl$ZioR8>urcSNv%U07^Wj&NG>?Ey=zaJQswmIyxttwt4`v4m}k su=%eGz6^I2yPmu^egm>`0)Su!y3^g5?!*l==5e|a5neqRzi!+j-GFI$4KNm*l%``;&54A&!|P-6 s?ojPcOiNat5f~&Efvx$9vPVVj{)^3R@k_KH8a5Bc-ThASkCIDAH{p>v7(!pyy2HI8Hr4mthct&FEb!)?W93SwZupROr>Ua@0Zj =Nhu210K)8(7xpovq|UXD7@~FwPq*A@$8qo(8Ns%di&qPSnP*-`k7qBjy`xHvd7%%ZUx$#`w^$^QYq@o2+wu}ADEP{ieD1-52WNzMIE$UiDSX{R9MsZ+N~-APq#>lpT^@nik)b8u3x8 4^5=oK~u1&t4oBX^hYd+uqc_m)&B{Yf`cN!CC#y&LkF5^*Yn5w8Ts*<>rIN>|Xv2>U9jk4a-%rb~ns?g_P{JvIDw2ZmUsD+GpIhW4QsY;U-KBxLFaVkcR>!A3@UL=^M~38It*i7! 2i)Kho4z^n&L<(@?Z}i8K*FeHiatuB`V~aF*p;JVjsvV`dPRF**ZE@WwhZ05lYUBq%sF2S5_?LFZn8AL$m1_n4Pvw?ts6hjmqefje*N*``SSF}$`prA)AAr_q{L2Da` IPqT(w(7~Co5~5IFK+6jZ_-7W1R?W#mI4*dCxDTzwgdAG1ZbD^n?mLk-__o`bfP`|=;;wL~`RFY=dYUT8w^*qKJ11ukAE1Z|oVV({$~&2G=QK+C_$Cs81?JWI1+i~+PDnPAsed>%I~kQdx^7IG VqGM!Ipx!pIAWQ_4RJDKXp3@*N{FbfZhqKCA{3u5p1ypR-^2g>ZWofsaU8!r!bGT8ss5wDPK$@q#HYZyVkO>!c8< C0$fwx4k^M-pG)Aqn1VyM-9j&mv73CBb-Uw8XxDpj(37)=JAr!vh$0_&3!uea9I;<%U)3?;RiMtlmVj|5gWv2{?fd=f;wuv}=l6|XTUM*IK(Necrmh$r9v%oB;z=?;5iQuN v(70-^XkYZ*pt|z()=ytQeHC$mn_6^MjBbT<$zOoWm|nwgtuwc~I=`hBEx71Gf}J&T?lC$l!pA;SSa+;q)hQ*zw6 %&}z}FkDCndU`--3s?TOmQf%`54a?Yb^M^<%p(Q!qfM{{~~07F_y&XVB7q{q>_}evYUoxsr-7O1OCuTY@huPZSj- 2b3iLQ=0m;mVD?jfBoc`nVFr}jW5A7>cElp+{@fN2pv`krNc?`$@!~`A=N8xK&-w*)OYK1@v&B*WWn6SF>SPa>ca%(90R*u=VQ@_Z}Y-d=pxYhwBOG%;=^f`Twwd|a4|m tn@(m$Vv56y5RN7+e=C*lAK?f>@mO_@29T=}d71?``RfcA332v0O_kv{)HfTSt4RBjbR8v76{7Oi1(P>fHJp1Ti` IWOdmHrEoc1)MnO+kWF%*rIY7a&kNHLieiqw00bMuqsIAcD`A^@wUhFERyf*)9T2gYcubfDldU?M3a!vVXH>FP)t (7A21?d?xk9%{91ltXpvgl6;)hK}NAX3oofKtGu|@x~TorQ!$NmE)ql+nEH|c`>u0jkrHt40S-wjH2!Hk7G)fH;;_I0nDx-AY6-(ow36n52-mik>SPmr(Mh o0Zpv;(bP*q|xThU;a%rrXOKxyTBFhtv3+&O`C8LYYA?0o)qy=LBA8nNXhHO4yGz37>7Y$ln_`^kfrn38Lp*DNgJ; @J*d?sI~~aE+iy6fi|s%fkr=`mGO2#nr+6P9m@{`8vSU~>a4M)I0}abJ7J^KGb`gXG?WRYUSYFlJ Srq#QOV(0DwyAOYk^a@mHz9HF1aS)bP$hy;9>?Z>PxRe>!T2@3?N7M;Q>&S{HpO+#t2{cLTxw1J5pHMlB3Z%TPO? gLF@42#*Ep?9(iK6g~i7FlUW>Z$P#@GklnhQj}OfVYf8(R&x;z%uyZ*`vhEGwNLz8vI`nF=-x2 G*2p-ItH0%n4VOMSP^^I63QungN=L7#(?(kl0w%ND7$!RElQW@U;3 $ud#Q3f2U*5@jW)PAmCTJay5oy`qancr5sDB+jR|E8YXZii-6 %@tDT4GFdDa#&1wJJ4CR{SE{2-&FG!jx)hocetiI4lz2GoMcHvEp+hDm#Hyz%I`L;>cuS8M8a>uJ#bvJ}plw-~r0 5fchR`WRa4dEcYSTjqEF57Gf_}&5%t)&NTZti}^`92 &xq(*(Qht<`eh#8~goWzsde+#5sdBFvs2#GxQ)rY{#e2gpa%_ia%4s%A9fxGIP)^rSQ7@uiLtPc=AJjwuP^>0=bF nfRDnMZpv8t^+ah`IVt3%gJWYTxhwCQRCkSK3THhQOr0Nt~Iq3^iJB7r|%G~ <(N)l9G;<7qc*%=z>-LdB-@=yMp1?Hb9~U{$I%6=T?A&Hm<7&gAJoL>YCpbjLt`NC$PltEU&18KeC?DAsLnR}#ba bhU$|4x#9qPb^kYM%ua9g&~Hz9h^ZQgP>Saihw#k20`I3mE38!n2!LbS0sv8&P+6#r6^2Ftq7egW;ivQmRP>7P?w ~d)RxA8;S0&2j2I7Pb0yOhN4xCA5#?sh*z&v$pOZ%PT4tMi&p*Z-5WlP}AC3TNtbOJkj~-);ybkOKroFWeoKA)i> RC6RjCMR`dDwtVSl3KnMn(l?wacEwgk`i9&0@AK`cXGvR|pvslU$db5WkR%+*peh0E{S&5{pLvMDBFsq*L^8X=fq3n&wzyTltDC? X|iJ<2O0zO|C?)q)eaS{um(L0qqiI-c*7SfjupF_H0-MXtGv&_^JnQ85CJ)dF$2+Mru}V u_VH2NzWLrL7ngub<0vvIV=zGh4((d@wOL8DtM>{F#wPtE*c4ae_|`rOt14Dd5WtUoYFF4U`IO!JI?t$re@wsC<4-Oo*nc!~oMOZc1LVu)PTCHjNMJ9}|@`t11C)37-|L<3gZ0`W0=}IWC*C;SdihdGUDqo)JwWLm%eGYRmN91EkR+98(h#H4g^PDgax k{Ug*=H(wTaQg Q4IjZUil7>4;%oXYuDf5O>m3LRyVucUQa2#LuU3A#v4O1qTh5ruUp{IhU-EKHBX|AT%j0LLMbB5r(r@4jP3o-hWx!=$rVH$qm6dpiwkW0OqR44MWB{OA6K LPns8$$LOip1?64fYMT*Fq!l)UKJSk}nW)*xD(mx1QH<6L$O!EpHMfv%4O%af-{i8sL;1F}Mpri}__k47;?lpQME mhOi{&uk4NojR8gVlqYmh}^jJ~R~k_jQEAaaUWl?e8*?e!G8FVg yKQ#2P5tic67WH?6k`hpPe>K9ooLs_ZE+&22L5R#^)5}fChLXodRc~;~nzZq$2V*E(#syS%dAC@#-KA^StnONvLcd&pyd%u230bqr?SCx!7Y#ik=mw;`;=H9sYE5^ZCxvOBg( Q%J7Kd?O-rkuhtOX9d1N%@TVk7NtmXTYA~BZQ^l-e$jm4cxdJT5XC&WUTr fjf#+WfEt@~~cyUNrD9(9R=#2%<7#4I-R;Xk3DYa*sF$`f&~rMOWw4J$B!Lkz*qG~b>DOOV5!|z$)A955hj0}T#5Y<5_His%p T61fQc9{oW^XqnYcMBwf!dH5!=z$ ?sA2_crQeh!TpGcYfT|F9#6+w^PAd0~t4Neor;LdGmk>O8k0!bemhi!S{U-hyDC9GtH|dV|Fc(DB4ab8L;Cj6mWnIX3%1H#J9a|`fjP)`;lb9VO%lxOPpxk&zG$DL}3~$zS5B93g1c5= 2+^5wj118u=%l8l!(v-Y{2p$Jv(?3`-(e+q72=xEzEPBG6SgB2p>#z-gJ@3&ep;wNG;KB9_ow}T00n8&wA&AhuIP BrdXzdS+MVt$6(WBU0Q5Pn*8W`I`qZt4Ut%FDd&Mj`Gz_BDaGze`>XrV9LwIafPr3~BPB;otkNj-3Pc=jH+tbYjt R)Vos^8Rh)h{ID^b5aHtedkc^+%5_4dvQ++^H}>!Giz0Mi7z@Wtd;4xlhG$MBHk1h6Hyc4TzMkcR?ub8P{m%=S3Rw@D6P^DaaMRW1+rly1w7sX`N+iaxR1Ni?%kql8ReJRF+Iw({@^qO-7nyIbRU(5ERvMxiDsw3s2LpQ~82g!Y=+f!zRC^Mq&%*e5y>7u )DzaC_`@zFnM(qy2QWLM?oIsK7TNWi0+Kn1Bn(p4EY872zRwd6|-!dum36&3EIf4N=wf9e?i^H96}P1{k UISkHtdJIejjQT)rY*nJrv96p|0bHw2&WW5`gYgob)nBvK!pb`CsbXO~7Lf{Wc(J{N*Zq@K8{_ArZV>Ym1I}pcF? LGiq`sLj)R2$XbwhFvegt!L#QX=9*{xp;(D~`{E?ieqN_W`G>QMx;zU%=6fG#idOB9``L#dX+8{~J`2Ns!!=yAQU A>TFHlPZ1QY-O0001BT4huK00000000000000M0001NZ)0I>WiMlMFHA#UO+`~vK}SVXFHlPZ1QY-O00;nJT4huf 3igv_2m$~v0001NZ)0I>WiMlMFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEx(o2Yg(`5kL M;rsWa{36P#}5NsrnWNf-@Y~%(8%N8ye)67ZtBpp889rx}m%f^(@OTaW62)%bq3AoT~Fd;yIUHWaHJnsm4|IH-Ndw|~iP4T>|DE-4zJ#SmeyR?tzEu;6V_w&5h3C`Hx^DZE`*8!e)8m0RO!A ?r|o9UkSCklT%>3Me(T+~MOqV%)cJ#Q(!pVi@cf1vn#b$Z^r^#0Sd=lzP_*E!hp{z~utXL#Q21lP@Y-VX@gP4I^V |4eXmg0B($6@Tvr96<1=1VY=hYG%MeutBy9sVYaCQ#mpOQm8ugW3*(j3Zrnc$BIuAfJJx5(ptB*Bdd?yE3I@FxV1&ZA!E6WpHQodm}c{7}>Fa tQLDd`hn*SBiKN2ZN^)I8*nuO^y`rU>UUOvdR-JCzw0#qtpo|Jyd?_n(sauMjL %;J)azA^|DNXaVSw@fn&2h`e_TYq4FuQX_7)Mpsfd2tRpF!}>eEp~zaCOVIkPq0aYeM}hXC}=Pny= 3ioJ1A$FpV2fsT7^XFQEZ9I=o0shpUN;pk$9Kiux-+8FV9`k@_Q|1A$rV`wW ;PiQzPbbbpzn-J-i|3*I2j-zZuWCN;&cpopWFGLW-)W$W8=r=B+n8j-lG(rPw;HUSAyfXoHINx$>9X2aDD`L;r5;hd_Ln$^zSdvLcZe&?o9CTvylJdvrzxL& q6&OIScK7{w&PXPtHQUzB?c5%a#iFn2&tB=Of*D^D$1>D7e;a1jiFxNU(+bQNvr#!M N^o4%W%kIjHBc=Kvpndk*Sz{yFHch3BAs_nm`re)t^V%MZ@QxNJ^v8o`4I&SE?uIE3J~zXP7+eusMB_&dzAKM}l! ;M)X=HSo?l599d7d8p68^F5D9wYS&#SZ`LG54!a6`Iz@RUVwR@BDfp(=LNu%(d`}9)OD}EX9Y{Sb?pN$A^&Go+w^I`gB=T=NGYc9ulzJ59IvfmZxpY^W*9{q^mc050?0N*n43gA!A6~Mp4uRyj*t> Kqw`s+2_tqPyH0`ualD=_Xqz7qX3`bw13c_sSqyeom%_g{&8A16qxuJ^o#H(Z7O+xaTgcaN(;Hz!?%at%Io%KX?u1&2t*>r`KY>_rDh7xud=}U5j }=?pn;l&TD~ZbFRg>-h3_a@ll1ZTnoJUSo7(B9q^>~I<&X(I<#lU>(I|b6^7OImLooS!;Q2GZ$2@ue_ZY_wZo~Ss{cXs9!foj9%x$1!$K8f`!o tZ7jCZ%AAMd{%^WxFlfoCsj_?x$*-~V|#*6)u9P9XS`Mfl#e2<<*(k^mLT8vmY{xLE&+bjECs#|UW)WPEJgk!36iMkO<9WZxn(KJd1NW(?JG->e %(7Tt~(Muf$-zNJHXezc_+0}r+#IGg)vIr6!AIqH2c!L6y^9$t=han-$8M-I3TVV*6#5A$Zxecd%~azFALa6kHSr~5H~54s=a9&ta$|NQ$=&T@hzdV5dbkAB(x4+x +72drn^f57;jL9od6{R8OL9uJ_Ot|QpX{XnpV`eBzpf}c9+LBzlAL5#y@4O@C@(}3bB@dw;Yd?&5K Y1AVKI~!i|M-W24^tjSI}Rc^k>K2iv0gp)Fyyt({zNh#akM4zwrq0<$Z$ 0@^~LTf^yG%6nxT!k0RXzkD{K>Jc@dL{V3MA?>`1SZF)@g5RYM=O@0jHc=TiF{|g=iA9wF#&>wB}XQJs`k3VC+W* 3y76(0>(a+D&;Il{`r&o`Ub7PK8?03MSl@SEiF)k468+S@67|1pCF=d?O3b5|G~HV(fd`+g1m3Rm1jc2f C(us=oG_`cK==(mfWKt5MIfquL73C!QSHT=FO&>xRK0s2z&B;?6$p9G)hKM6X0HbD|Sy+0Eq(bC)hFBs Q1{{lIC>Qj&-E_w><#k~X%;(9)fdK8}qe>?kWv+UHA;fW%K8NpSwMW`sSWPf6RRj^ x@>^(0|uF2Yz(vbD-m2KZo`-K96=!e;#tg!Ox@r7e5a<{ITbe->?^uzU2kr%V{rQT{-gw%$Iv!K)=280_y!5!7hS {7x8|=i)hD+7a=dK^%CgED1wji{CWxP+3{s6pW3&-!r-qc_rzDQK0fja`hVkBF|WtG3O?j2eScElcYF=wmLm8^t| !4=SReX2=EZq$5MEOLD+o@d_ZQv--Pryu;9<{OSdY$p3;KZ%2u>zA^lk7@rxBb<@I8WiaXIf`d~bUP>(evuU>#&- DC6z+?_!)rzYD&q`(5xgw-TJebl^SY``h<`FK-b%p5Wm3!Cx(XAN?@*@5p!A-+?dx`a9&Zk^g{R@qB_Mo|pfCo^$ L!F^`u16XWo`4=`T4e*k>x`~ZAR=>xRmoDVRM-uVFaUiAU!@p>O({?vX5eA(qg(52l!1fAIHL(KCT9|B*FBIpx5{ X@t_t3HHWJ?10O@52cGmf-szpD}H96I?+^y@`mBK7U668eDpuMocbS6D}?^%eNzd0zo<@B0en{^Dz-yNuvRoZr{L|KEEt $gc#MPW_7@)8&D&n2cL9LGI7}2r^#u66Enan;_4}D+x0GJWNpdi<+3=#Wn<)-t9`TllLD8a(`^QR!r8>4uU++&k< z0u;1n(foc(%!UF_}L_f{e$@2r|F(;Cd+U@%2#tn*@2hJ|TE2&$I8uMBZ3QkjHb+cudyyMRD}UcfT7G{ndP ete;GLFD7_&2|?z^ez894wSeGsf*Wpt_U1Q0zs}qMB(6H8GjZL+=BY~C4x+U*V+(p-3?Ly_=afrMjN8Pf3 _j|XHyN|O5+XE@TLvX-=jA~xsx^oKC}~Le49&<*U$MH?;4G_NYg){`K=_#^Wk}dOh^7kkm*$X2Qi_K;|ZQda0S7O czkJ6GatC>hrp{HHi`+II&LHM>!%w5PY>A`?Yo8`&(G^O#`rv~@a2usZ*Ojl_P)O{+WDcv&-8n26V!9vO%T4}CP@ Ed4c~MVq_5TR27TXNzc+1y_Kno=7JZ*ckmZ>DH$gcE5oA8UL(5sR3Fg_dO)&pfYP{Dp{o9)UBQ1B8hV!Dw_#OWd+ P&G25O3U%P@mQxA)jeKLOIhFc4)kA{eH-gkYA5}KT^{lPmt;OX#{y4y@KFHgjY`!Y$VwG6RJ1Ct9}~u-lPFo^0S! i<6Zho!asUnPA@Cy{f$J-dyL+%-#jM!frs^vdDl?|h7E{$#BzJ@)KR-A-Yr|jMDM$lgpTLweR6%wTT1B$QDKBC-h 11`yl3hASA$~S=M?_T;Fw3G%X@PBnD;b&e{zSIM@yl1!%i{b6VBT?=KY+)yPIOHg78ilf_~n4DCoeRLosg-916O2 eB?7pZahp=t|=*fUUcr-wV5d4xCSr*Oyy%K|asyg8WzQf_d=sVKLD&4j`D|ejSGRHxC0ndU_ b<(d)xd{-?uG&y9v7p8>-`H^&lW`hDndlymlQ)bsY?NcZ?~jN7}zF+XFw#$^5Y89`oGn|1}AD(njUxr-q48&B?ve 81ckc=pp~;NxZldHo#R47?cDjC$>+@B22R-tEnbN6nxEM=CtE8Tp>yjC>b2qrJ-%KGF>QdX6CTE9;K{T^lh1`R_F Xm)|^z4g~7>~p#d>^iGcZGWqIJtxpNE{4kV+YPKUdiQscghsMWbBdcYCt_Q7z$21Tt2+~ydo}C1KVf`sFuZ`^#2)@npW $&1GD8a|3#)Lm?*(WCa*$Mk#{2nLBeEtUnSzoj1w3v4V&+};*hcWxcWFK1Y_Gd7!!ahN?F_5JO1%!BI*UQh59f{VG_gM bHnBtehzNsRZkNu;|eiF*DyiSnOGVt%|vkon9n2^I)$Nu9^?+_?lvWb__t16{eS9pn5|JMiqacI5Lnf~;r%XFKxS G==hZN&!#yNrCQUQiy+S3ixqa3Uu+36#9Qr3iRjo6w3LfkMCRgX#cK0!YBE_lY@Np=cNSq<$C()mjN9ZxBWWMu1< n1kDS&4e0{Y8^!Yu7-zTP%?MVg^+=KCy;28wB>jM5h&;|ZtVjAI>5@f!9$AiHS9(OSEfAnDV_hvIN4qMK^ylt5Q` ZHq&=J&iApx0LsWI5xZ8K~!H1cwsbB7^!T39|gyok4${m;oOCE`#L0i!0!ihpi __LQ15@`K!(?c<1;#s@11${bCAb6y@KH0jE{NHgT_N*9veDcPLSo;AqDi)Sq03me-u#f?*}pOPLJ(MV&2IF -w7~}XB9CHHxgty=$RtMFbvzalGC);MCA1@}z^3Enu%7SUgYwfopxejwfbKCdWIi @G3-j)JeSdKl=Ibwd(QjMyV*DC=F-{|TF|RrZ@;>Vk1X(^_q2U|N#=L2m4f$f%*_fx-&qjTpn~in!XLBGw)y+XaO `n5$95x5vZ=8d1xoZya@!2`Rr%&bp&%8r1?)?r$Kh_dtxpMlUsOK4nqCU4D3VizWq2P=Dc_{kp7jt7GS8qEP?dzV 4@{gR0_37rhm?z5#vcBh^bJ3534nx08I1F@U+F`)c)M4OX4mk{T<<7$}Ki)nJc)3d9cMeDTpB;|$TO5x59(XwTjU 5k1J<`>_e0_}|>yiF(1llq2Nc3OZk?7aMj|9Csk8{3FqS@Baq# ck`n#&+3jsKMy|&^CEQ=+I8$v=*KgULc6Zj@H>veI6X-46oM;{0)1{f8tcxSqcM+eKN|i1$D=WxFC2~e{PNLQ=RQ 9g3MCLN1;zyGmlSMpf&ch|9)PkDl@=Q;OSl;a(Te%q7a? +NZlkoWn2a6IVmF$B*f_~h}R!v~)b6T6|CPr&-Hu@~9mRMv5AC>W9`JABJjf|`5}Z$P@6#|o@12HzTI+Q5(^jWrT)R#Oy*uo5%#+Iro= 5QR(=qS%KLhQYbq4xz{WCFMKROfdTPfW3O!WKEGci8H39=p2j59F~kDiHoK6xg}eL>-e3cqs}@ORU*kpJMbFiv9# vOcjzzh8Y8QVv0r377egFFc;KABw$3&mE@!9C71J6cy>TJkK!P$_Jo5`3Kd{d~0J`SY>Pymvn4_qG>+UQD?Fe|~VWu6Gxsz3Gb)?}Uqy{;G?CPq$o*`h5Qqgl|TW_vz~|0lm8UQqaZb%kVvW8TzC5GK}B+%Rq;(y9{*ssmp*@ iOUh*bUE_*5h4GV$qcP|8eeRd({_w<{9$C;Zz9}m3=<8rQsFT4r(bI(n XQ=YsDxzdXDM^yKYD Sm!=ngm(XWG1|N9VubIv7;@Gzi@}#HS`7SKz8LABU5x&FOT#~23_foCC4l3WV4XWj;R8!h&$X9Ao}IE3c=W|m=tn QS1AOX_??iiZcVb@7zZ3fB5AH-g=H7+zI*y?1U)}}&s^)IYoAGypFJD0LOs0ExBi>=lfcG~nLqEK{40PeEWf;#*m jho$EC*fQXF2G|naeR=_b$i0|7bb%>|ZZO{~vg7O!kdu-HU$M>^{f=JKqO(Jls1ATqxKJde XRsfGKSb_2%Ux9hO!Tl&_G{FxT&+i8vn)nCmAGT{IxEI0a9su9b@F4OnJ&1l^N|5($S3L+h{OE_kPu%?w`0Ozc18 )y~82R5y@H(pam48C{lOH3xN%^1j81x3${u%RqqsM`VlOM-Cok@`GE}niI?cZf3`svJ-pr0SEggo$@C%~sY_5{|A RZpPZzj#vjQJ%zj9PlK@^$3D&2mLTX-v8U-FVLG^_ZRRJ@uy<4uaIKZJc`snTEqMX-@ 2MA{=Xr@B+u2Qj5&d_^i_jl!^b+X!@h?H%*x+TvA5U-*!AA)4e)4gD1zuh73fgz+E2z&qub`fry$b$jn^(~<2fvD by!chjv#(#pzR`ZKfv>#kHT3`IuYvyU_B!U#p|7KU*AdJU?Dw~rcRs=5-%!pE-vGVcOyQt6Fdofs=(_g?)|=nG0X +WYo1im$ya~ED_f6pI)o-F5+rI^TnEMvy>qTz?AC|p^dA#-8SkK44jrXp%5%1WyG2gEw$oB2eyp4Qky@U3w^)8Jw _1n(xf}YHJ59{W=?_r}nXkA8dgeT>&Oe@FP`e@DF^CCK~19}qm3$~)p8i2w5su%2 ~&fbsn71I3pQfp{O}{yzkh^sH~JXu-sNNDllvHS`oxbBZ~n(vM;3mJ^mh@QN ASLnL7%7m3+wjf|AL-m<4-V;&-euN?}JakpMCiW*73Dgfj|EFDztycRoD-^j^JE^EuSi1_bJA0$IoKk!;E*I>Ad| M@>J6oDDNL%puciof^K~ICG>zNe}(?}`YW`5y{|DoKmHncx%Jn;gZ&8ZLH#`YYtY{n^uO?z^gpM6h#=Sh34%Odo+ HTZdRfEY(Rd$d_~!(2tIF2ko$29g53UL1bKa(5<|RBg{2tM9~DD>r^Jx|0)mX67Z7B*>u!SF|6da1eb`fK YNUUD)vreA&^rWqo^G{P4d?(t)-P?ac8$=rW7bCdo+Zfh`h~So?#AoX$oOu$4%*pY;a2OQeghTmLXh_l_FM<`oIs G**?siAjUe``k$$#*Kb#=buM;%hX&Ud`bAlsS!N#D0ww?_DsAq08-9ltKhNv(@=((599u rA{FDmmmQ~1esr)Mv&L=1L=^EJR+(p0jsNUnW?zcE;&(Y`E1QV2o _h4sGygmEjyyX7${ycr#M$-~|=8fjE^qqCw8&eo9J7O2`OU;+psAVzO+%R4IT*F7lVE3|NKb&KFT-!6OpI7nM->I jskjR+e>1Iy6lPF%1($~=M270C?RCuEOH2ok7@1kd)Ac*o^RF!wwgclf!M{6k`EUJxVjl0EMBzWJ!8y0n2u{^_N7lf0>!(`SPc@w7N)ms(_X$3$dEKY*2O5`Yccb>nWc ~ItN;5#iSSQB&?q_J8D=D1iEVg~SL&Mf78}m=;$9rufD9&p&ILF)W;DE?)^t(aRGykzYeLp&evw<)1J3VJK-y;YP px<^e*wWobzr$m&U;78ek7?dFYJSJ`gUuD6Kis4S_PnoXoV_(pv*vv~z1PKXw&>>+=V^_1CP89Fykl!{{@MNGbId n6?^|e^yENW+=zSvnwx==<)Ub;Q{)oc%qTh-doQ?jQhcgWPm)3YJqw%_y()R{7=O+)BfkpW?N7ipDQe{C_Zg)bA;S_xk-^4Ie{rPm0^E<^F`?U0 s9osJwPPL%&@$?z#>RpYPO-#B1*;`u0wZCw6Jez35*pgk7YTwccHKxeczFO->08XVYkL`4u2#1 <>-C5mc0w(qSiIn4|a?4SA#P==8wNs$p4a*U&|8;78_&n90J =hyI)xdt;{X2rf-X!<~UKc6NP6XfJHkajR{^n4e1Dx@FkK+@(fZ(6#w_91d7d_Zucj@~C%KMoboKqg4VQre;LPrb?G |#E$20a`_XCh{WUnFdIbHRWSS9!?ef8lC-f`CU{lV2ztplxO!MwCbcKF1H2kU<&JnRrzlrNg@M&jkrqS~UjQcU1x 8T2B6^`l0cCf@#(Qm%yeMJrI;Fsz9uo|4J8yUm-boQaqL+P&9JR0eFXq9=8r1%~5Z4df=pXrmwvJt&&T-Is*hMsR H$o6)ZYdG(1ou~EZ{d5wSaju~T=Xv<=WQC7YSigR-%Vws1ruP4On%6@yoS|U7;-#AAP>pkG40hwcqW3K0C-d_Zwv (2<1Lg6P7|y)h$KzE4e-*f0e!$HU41)Yw6o(6mNqXagE`9m-$9b$MVoW_4$$-*i*Bt{VRGtsEnuJztc5rIeq^l^B)?{`qgH7A4++XI4} 151L^s9n)iccdF?~*tMr+50T0mou8boDr%;+X1i#adZMWf5z fJAOGB=+0W!ld_dM2^ZyNuvjHF{p1;0*3tu1h~Ld+?5BIzivArSMfX@H5j&zb`2KpY$83W%4<7rHTp`!Sp w;J*<}H#IKnKAxp-V`Dg%u^ENO==E5q_z5IM_^R@KrVA`Ya=P O*HkbP#v`{As}7n;u;%Hxq5_>W*4wY}&&+j{+k!fGjg1LHY`rEB2p#{4ZUtJmxp&ODgE>6GS<8k~pVzvJkcZMddU `1;%rTBqIV{pUJa98H k-#@ku;s=;}XjTjf``JePWs0L>?b|<(A#o0mg{gmD_^xIqOdN}iSG1fKV@537S6ym=}Yxs--&I+2pUZ;((Yo0q%9 -GB*mZFz=Gm5js=L!CW;D?$QpP%48Zq~cA?(=n?YcZVDa{p$=WcyL{?{ 90{SJC^6JeO*4{+0i3G3_IGG_O-NI2*IG*8j%@kKtVB2|>0IV?B44p7*A>1^RW<^M{%r`?}%%vEf>m8!6v;PF=gSZr{ `QwJHAO7|wjMeagw2&p{M#k+!Lq!UogxQS{rA!p9SAps>T}`5&53a}4Lyy!g8u}52Ncek(3ez#3NW#9SxTJsd$cZ`F(L+CRE0*{l2N%tZ?2T+NoI?QVlI&{Uvx;a8MQbml+o<%wF9wNRMa5wKw%m3^= 5eD-M}dEckvA&xvF{pGi|wsnuL=y_Cg?0zc!o7yXpeb;-6|N%|+==@%1Ka^8(H&L&1AXD5>dgfvly<%f;Qm8eU4^ S-n{@DC~Z*>*oMGnpxwtY;?EnPeL^k+SddGkNLKWDuk~sZ+9PN`c1n_g>B}UeS$B@u9iQu=vnSdYFU0oFbL%<)La yP+zsr2<&hMiS}G~o(7PbnJN{4hCF7;-o~K=DIb&Bq++f>ak8cEHot(Zf^;|4xWM%(E2=)xM%|RAe?g+)cl(@%`> ~MgmQIUjk^yxeA+Nj=vUL`c-GqD;y_790*rzVYWg{gQe8MC`xAv~eOwv{J(Eg@|7ELCZ^b8(jH}?P)Clm}cYG5)N NF6(LV15`6W_+Sgh}E652w}%lvtiujIt@)G;#~#5W0%dlip6}>z=5e`H&4iHdsk!DFAgju^Xb&URIa_$O_N5Dc;K &1W}4UL!zcw!@kBflZ|K0}utu(spx0QG=gtPM+DyM*!aLFh>hD6Xhmp^v8{AuM8NvulFPLn}5CQ3PS%VKnOs6)+? |i|Zna-60rb{~VeyY)Q&t#{7Eostc(lUcn2UFbw$y^4_&m{AK(6eF>XWE|227Y^~n5KzK#Hpx+lWG_jqDE-eR!V1 5kp?u`F5psmsJU|sxomp2pP1M@HL-PKkJiz<37N{}rC%sR%CDo8Nu)buju~PaMo)D3$zq9yH%{?ouC>$5D_1SXs{9?B{%3xDN{5X+l#bX6x+KvSw2a_$0NrTYU2q4`d@<2Uv>WrUcUKKhU5i)7 ;4X;OWb#JzZPh8EaTrz~e&4Ox)0y@FK52C4zKWuTy@)(S&Keau7No$RGb%hHgSr4L+Lo3&E|rrfI9@|bi&IlHf#|x>PC@5*E%7NpVJ7kI=|X#kJ2zL-RTPEP(K 2Wj31?Zyg2qEZYh${dh)=I=af)V{Fe<#L6Gy|8Ny!(b&g6RdW1QA#9__NFZwzA>jZ2a`BgvD$J~7iT^iujF%@mjA LcfQ&%O%NTDytD%OcN>2>q2+Bvx|7MOpr5do}^RS&`n%GMp{&Ff&#ygPG)q@)pOQ@_QVMY%s|T>Y8UgIt45u3eBTx _VBgf`ovge3wlm>cJ@GOXqUIL?yHggI+RpRL5ky@2;is@t9*47lM%2WHhbULFNUbS3-fIU<9**DHy$8rXJMA)Yt8 _Yyt7RlQRgh(##|Ty-3e;-_KTlN+LVDGh7@0}8&k)j-<;Lamgh!IwXh|_qQfStV UVI|c%S5Z-wV8c1>ry`9u<33=CBvAu6HDbgQ%R7p*hTo8CGHfT6%|-k33AkZ`BEXzFKMAy0rQCon?!O2Do*8O2;)(5a#)>p3$ZULT_+JsPkaAqK2Lc1!b`drf@0&60!wT@G@|4j~u*D1=CsqE@x0xv#^$#K#ymdaTY`VreM 3<|Rr+=@2l3yYyxMvOu?*PFAhcUH-G*h-qcl)66QAiPf8Hj*Mrc^dNOR4UEkOrn`-EHZJk1wwRV2^xcKh-*Mi@R5 ^)5U%hjC`!x)P0$pzQYY6$=^LR0`DB(B;3Tga7%Aqua@me_C$sVqhLh&Ha_GvDN$&MRp1|sKIiTV-)xJ3B<1A`6iY1NAX4tI2F9%~#?uvYpa2sZW- 3CuA+~j5RBga%H;KaNj06Xu_7bq&W9;Ql-F(h%ynFjUj2zqzN33kk=y!iNfjm1;U*fvJk|1aiT>kK+oq4QLkKh!| a5$3TTAeyOg8E3J69}`ar+7%J%w!?$7kgzLEToIfyG6OmmK?G8X|PBl fi~${2_!*wg-#5QU27)kh}3s#zAjDYf+*$iP6hsc*501Ikk~pemiRzC-G #mm6LVO){n@06+L7$A6^c4ZXgRuT2gf;_}h>+SY9@o!)O!iWTB~v5QT{nQMDgTnuyrVuV)OL#_Xafui`LK6ryDmGOv6#*}?OmVC >I3z&O-Ac`>^99t6R&rHJBoc;}M%+&+V0JT(kIFlmx!TEmsW7T6_zSI}E+^r!kjpo4b!gGgmWbD#Vy9m8Q@yH3nR G;}A(b#?F;YrBfCfYsLW*ptWg;MY-|Z_dM8#zN=8}L`Gq8J$m=>R8SKi&QD)a0dO>0oDK=q%B$w^d6Cb=x>lDQp@ RJuUzU^X-;7E0|!p^73dP?Nev;_u0Y!abPfIE{-<=unA}UAkZApb@na|{+c}k0lHi ?xV{bp7hd2397kWhD*t0E0$V39p6#S}{!bkVSJ=h6@mgX&Z3Qk$XfQUMY^gETFj^$|U)sHpv(AS$Riq_^5Ol+@lt E}PX=5SbBD_R;z-#f)zGxF+JY5R`-)D)^nH4C_3yxoktam?Y|%o-HeMwpizENQL=EkWjT$RCTk1<5Wh=fxsT>+rm =n%4USyI51?=!gQ882O}G)huLs5m2nnF+sO7@Ms|;c$*hawpymDYdEKcb(r%e;yV0neF%(|KWPul+kRKk~;b?W4x z_EAazS0XO@w2fdcA&8_B4{=E?&iEpyE0;j22QFydpkgkJCvA(U%xBt!JdzHoud2md3ELpR%wzCo&v~-#xj)3_|y$$T%ZJpf#!}BQwOK6hGW*5v)xTLj*zCsS$=NEmG?= ;r0akq>K(Xx{Wy*2P9!1*XZf0o~I6>%T!lx@T5LVeBG`L<%m% zbwfs<-*WvaoNikmLGo!|({1`r#eQp1W`b5jCh3$iH=)F(G$H^1=40p;T&uLW*e-VCeLJuxXrLc`fF+=4Sfedtj68|aXM^@%|;LHOOMy7*aXlbt<-6#F>H& K?IP2Pq5l5foQ|eoJHY){nf*;7zAQVA95}A_(tbbw14RmHipnRR}zOJNe(c?;5ja6gM^quICbZq< q%`7c9Hu4iQX9^On)Pu~MO~~uI6Leq8g+RQs~B&VhfPJArlAA*(=d@}hl(^+5DAu;|58T>iCe;`v)-3&EK07mgWZ#FOt i}QLIWteTf5_+1}P*!rN3QGrj*I>V$H&o##J0NCR(bB;BCFCeVY_DTeQ_^wx+JCT?~mdWX)`{z1@eD&NZ@Dr(=s! kv8GqXTWe(%wCO-5Q~Fo5{UE71|7`KqB2t^jc~NbSfb&WsUQNZiPFDkuASq4fp&Uo|RcvlpEUlzQ5vxmS>7h~jpbTJs fZyPjtSH7=8OndY{17me`VAoiWiNHH?(N*XxrsTa^^M0XyPNr){}E(F%5&nY^PAhklq|pO7ot1(r!i4@OKn@pu)% gK}NVTu`py=o+LLliHKCdj%tf8JR(4=WY@%8jq_d?nArc;Af$7Fmdb`*h2rK8Dq(m9om2;7+QZ6Ev Ix#H(}#8!F-h4r)u?0atPBRW7Xr%hA&rAOB;44qK*CAN! W%oCQt>dCxjkW6tx&L?i8!9T#IHiTc&kVoZs=}GX4&~tOf3Y@6S$p-U5v15U6YA)p0qpDf2U8#G)?eDO7>d?{Rwl}cQQho9I31VIlsY@5)M( B4aDkC~S^rv3%pAupPw!eOf$|HEaZE;-Y#GP*|8rq$%7v97csrOfHjm*)=fGLI=zJ_?6^$ZT9@+)5o`E-FDrQBZH nb4#a10XbEUJUQui)hq{|j^pJHXMgwi(TTxW-3SGnk*ID|!m)BAb;LbB$GaE0Axy?8w%YyY({MRKfBVnlqxhr~Rs q(*HLGLM{Jbbr9$_A#3cJ!e8>1EjMr_z*PN3M)gtKw*lSGh=5y3*NQ6X_2&vrjr_1^CR;zq{C#FK?6WaR j^bRRt>pvz7EeK}wZm(!*Mk*^ZiY;n}v#B^#aJiXvJ*YCJx1XV>JVWCc{AE8QFM4#aJs`>igGr(;`XB lorvPP{TPWMpMin8YBtV`93x1BD6iKR@f6_^+JxjdBBxRId(VY>aZNS=bzs3j*B`>;uVb`v- NLlhw*|M#hvvCbXX6(T#0;lnIAmoQ;0F8WrtXm@Na>vfmn5$_wv#5qH9+X^t{V1u!JlYx}Jt$GzrMihqW#g~x4_# m>lV=^%ndtamD-#>ILHqKGLa%4gvm8ckkm7ZJ_F?y=@%y(~XxphpYhaVwXLxMq}0GP=MYv(F52W!7F@rBDMSg}dc *SP%+{|DBSET}Tls@}_kGyyf&kOkSoBHpTmVRHGwe*GcHzEhMu@jE8Fm!4X`ePbtHg_tR3p-2DY{k Sr1CW)AK>o+D<+eURN*HCef3R)(X6~*JpL(K-hKH;j|d`4r>c+rQ`87Mzb6m)zdRz|F9bI6fQbvsKg8-Jd$SBBtV mtyl>h9SdeFFXlq4Y5mkcQ09UV*U3@$g-ilzT9~Sy*HCGmE `6{XcTk!zqj$DBqZpJja6+I05#v8C_qm)Hhzh+ffk!fyO>#Wa9L9~F!R3>=^>Oa8q_Mo}CRwgPbTqV0G4qX+h2|M Jcph-|f*x2!!X}9ZmbYK{lmdP0HT8^+Y#(Eq_X}*L>0zVJ6?V-W@|p`pA{}0H(2i|9uh|&1BwBcBbl#_cwd4&U68 fDlFl*+c7(jbH3B-o;p*I1GP*zg~5!}(C8HtqmA)iOAv8)I^3EdX4#3_pt+C5e?eZc`+SiW@NFmsvBW|-bR;MIYx fi}M}(Jbd;a>f){&$(Gui=3&AI;tqLStU+?;#eKWX%NGL20pJ?cIGji6<#*lEbVz3U__farq5H%!K2Epj IqD@SwT|*Q`U1NyOvhb49-?VaACKi_C_xJw#*0L?(!Q#Mv+?9l7vaXqAdZS-s%f@OPD&{kOR)d-fu!@f_}gQyfyF ?>y^CY7i}YR-QOtbAl>}$P%(TIJxRF>*iUO7pv{u13#LYTaDF%1k)mTWSHW*8!+xlk`%T;UE_oVXP|SCHhP{b-JK UvvBZ)^yDin^>DEMz7M!|-vS|t5Rv%p>@uQg&{RLfE-0Fj;R92OQysRDIurR7&JN=K7kzmO9l`tgTmd>P$yIHYU5?H @7bi53F|B{#q@#(+TdZt3kWM+SE<$Fo;N)%C!pfX!K=d?~J^nJZSPaz%1L=jMq?oUTkqT45QKRTzOUtxr3iyFaZR 4c@tJ5f^yZm3G7JdtYI(?Pn6oD*g8pPdK=J6=}U~PLULK60*625VJ$GZ{*#V4hl36l}c@v&*)Ez#fs2+Z{tFkVveas_!z%n5#J5+ki%2LjLo|RkK_O#j65;J6B*4fl4WzV%3#=`8S@oq v!z+gl@<$WA`RTkIdkcsr*>ZeiAhYOk%^TA%nUa{>_(`Rosp$hddA{%l%e$YFo6g|d ailRmO^h-8lHqWYr@ds6aXeV<+qhOJK+>36lP_4WHnUP!`h8D^%^-1VkI8$GRYf;iMk&et9s|u0`>d9k#qF4oY@3 4O9C{Hf#apADCfY-PX&bqTRq&j=?*ON#!E}6|8}Dhu64@xi*m_&tU@pX>1E-BLnzm>)&0tyQ0*gEj_YMOvVxgBG` |`iW*i;MzHJ>!6`9XXzoKh~k+UG?BfWdT3US(W*iW(>O4~Ply&Hl}ijv6mmK7 i&kiiPb`V=k?=q!2eV~qsPA@I;KsNqCgixv7&FycguGi5C$Yv4sFdVMLr3UGtmAO6y5&lAhk!YIYo%gLz_4bKkR9 msN87CtE+eThrb)OA%JAWTEIrlB1O>BxBJ7DJTStl5w?0dq#3*{WnyqLKEOc5%wUSx?R*{3s*u3nEdI669%I2dv4 B4gLgTw+b(Z90P)f^DAb5#ZZq3L0v2^TB$`_9aWbBgm75e<^`IjdA}X!zNgB&(K^nS`IEr(BkaK%aSXI%nIAb=wt aXwpDx7fGE~)YW|ss(oks&TgfNi85y~!)1!YGmBCDnE0UwICs|q(i5-etXU~{@L4K!u5mdM`QIpn8S<>#j}-!IpB oh1H*5qRK>?-~x?TlA$rs;Mq9)XRAx%TmvB3LZXrF42)+DXWaZAUwU~E;`RP4p`XlW7K3hln27- d#hfCNnRhj9X6TNR=bbS6_IfIjU5*@!SXV;3x(mdyHV=@#5ixMu0L|E8!8<%+1z~Yr)+Mzbk%frxVO~tBw`wA!gtmb(ub5^F)lDtxJzE*zSliD{X^Yb(;z&E^M%CepNL PXIqU|2}>$yT6*y4G5{`J0)4gSc-1$6G}i9iBIfB_uP}TPsE^5qXy#BQ>v(9WsSa5_wq~E}s8=N>+W-q4sncp{Ks G0*sYnDV|4L7@lDr@{(F2dY$IA6kkvNmx<~RpAyOQDAAvtBr`IIG!XnE~=k4VyX-B2I|9X%_b6KhwY2F{>bk1gJq 3FAhMp6HFSC)Y%S-fq+|qE{fEZziL^8;Ljw*S;i^ED@JqC6ZY`BOf5vn@^5&jc_+)OvO<;Lk^)Lb7L5?=~hT(O8A ScmTi?pVLa+PnFlx$;#qeycyct4Vhf#=v;6^wiAP(gTx15CLkF%8N#fN~F!3sCF)Fmnv+7xx3HOX|9{UiQ;dH?S7 AZr#ZR|5@*73ySjR_4H@KukembsCW=7mNR<&vEUMb#}t)I!1;JvIGlgD*G;|4>&#@K=GxdO%1QTx|r7tMQ&QarV~ G&5E9BwL|U(885TX=!LXiMh(YQ*`{<1;(YG@Y)bxPhF$$r;T=5ctfJWkW#-vz5_A>##FmW~(zd>%&h*Xp>=;^pX# MxIoy9J1Ow=E`d1rNsJ~t^0tlvq-#SGDvjI-_85#m*uHwjf;$E#a1*v!@7flDi}ag=Mc6)HulVuGs~636JKp#?d1 )JpA{gyUGdjqr983OzUxlF!}DktrQ1XG>|f@HExx!ld$D;(b%)%5>JT+Tx|vB!hq$@o*?rC?@!nVPb;#;bYpsL1O Nm3xinkDa%PatN-TARSQ`?4MjOe$d|YK?)0yrr3L>tOqxUw^48MA&%Wql!()x&5Z5A5P=-NlHl@0@nQR-E5*3{K4 uw>hWf!ucV+70I6Qcoto?XmIOA>6~LeJjl?JgQpY?^kllQq``t~Ykl1aE8yY;Q$fk;{g@$IQ-w9PsF6*BT-lBxm? K61-^<8kXpZRlBbtPI+1X?+XK4%@AHFiGz3W@F6*vEfKMVSG#E0PLEg@8FK^2gvBn-gtO+fQ5upkE?CGFLp?Qg9B C9G$6L}t87qg4ZMm~RZ63v_rmFvlifp7`+Fhl6eP}tERKXde>Dawg?zSs7R@<_VoCIz%6^P1m&LUZFlpsa%=t+yX h{s}HP6OUyn_vV(#xJWVsqf26BQ^y>BiwQyo0<_!_4R!3sPVg1-CoEhS|+zzu|*?SiAdwlS%8iiKd{l%AYaBTPj} ub_dvL>XaQ}E$EU#Eyt9F+mk+Q$s)`X0{B@|aZQ{=h%nC`hOf_wDjqeU)91?oQcGPK1u@FBc%sIWuP69XIi)<>4? G~Sj?im!gz@$l>N!e*&H?R#EC$?IT+?DHMZJJIV%RhYZ(dxcTlrBTthDn! T5{cEQ<#~)9h&AOCud1?t1fg7ZkN6f5YdqlyO%cB{GP#X%Ig{^7*7G$6$*6$rXL5PwHH{I1QrLEPbANR<1%x>|ZK 9{^%tmE0Qi$fE2j|4z06wT;t16T&taP>N*^ixhEVCygkWoOp8D#4y7{)5GRa RM85|Wu+k4!(@>JkS?QfMi<*0nW(|DJ1@XA)!Y*%p?k1AOhGFAw}*8!bVv`yGcDr!AULd&%^o|^)|x~r&Kr?)L#q ;~^?c*1v@;ZJ>Z1omOew2NAFZFwNk&1bgrYW09KwgLbl!R>YD`!YhVY|!Fi*jb57Uu%U<2hz2tVh@=|?bHs2Uf>> jwi~3k+loFzVIT-Xc-8YFgID#NL&G*3W)O#~K&enXz-o-8POd4|~})Pu6jxsP>LrjQ8Qge7xNLZQm;AYW2 aq<&!YWK9vChq4A;B*<56lr))geH>ixV3X4QmRzn7gSj>xCXKUR-c_Qfirq2-=4*Zr8sKyb#ijt26H{a dqfjPyur?_S02L3mqxThsNjto7YZ#ttbl#jpbKWz1pJ5U_ J4WxO+zd;n2ga*M|LYh$V9EJzgKFDP{k&WS&@I-`gWX^k_0buUDmUO^J*^^nHy~$K~oz@Wd%*|?@uC?H5mtZ3060UX9(eeT|7VJ^@vpdtjGR{#1VFM76NWeT(sYB~UsS9+`F7Uz5F~nxy!0bBcPm%9eSz(wccNt8} lI!dAQ$%2fJS1Dw^!%~0-zrZ?pWjq}7b@E&kT+N}{DZz|H)og23iALin{HysuGk~4GZ6zbXLcO^+ecbvZy0t7k7t iVVSTVfI0Hqn6MjSR}q4O56yV0_uKG0`jzU2qu@EBRf#~RDqYgs;ob{Gy7(D5hn2T#{bd|vvnRmMKsoIv}XljQCd!5VM0V{ueEvd?q2H%uT?Q~&Ro a)p_v0L&8@x@k|70Sk)3egZ=^hffcODou33Y@{}bYQm9FUMi_aIuKvcG;-qV&=!Ub8ywjTl}s^+QeRo%&J=xQ9!Y mCtJGHP3kuVo6pCJlC!5*ieEtrh$6)m0MCIZ=2V%jR&ggcgT=kW&6zEPt({Mh>MK&v=0M)IV8N$`|!%(s8per^jz &;f-Wj`-toKjBH-1F)%m9LXRm|%FfEerc?ZNr5 yc8y_&f5@x#W|_m%CJc(bTCtd0Q36>{bMQ?G0)C$*}Ec-#~cx`l>R7aj^xsaS4C+oy3KUY`jx?&G=s3*pNzF&_9Q FMts7X2{)7;fy3=(OMvmF`^q%D+btcQ@`jHO42&MhsLoZfjrPky&?OaGC7ec`ls*1z$S)_gz-ib4RufNn=gUO6H< =-gYXM)ONRy@&IfBG=mtV>F1OI7XB(T7@Y*NGb|75ZIJF>}bAHPNO*NiDO#pRU0SsWPb?~CzE#1Rep%+XW&*dlKd QaqT{(dkfk{;;d`+S*3Phl!*KL#2q4!h;#tQB8c#rwJN*5NLL3AH?=UbOcO60O`2qSlGs-%7r16|*(F?Bcb2&E2a c*AeRNPX#`aS=94Za!e~I`uRr0f^yUFTjKWGx~a9wqgt8n?5R)(x0ST{K=w*YIrfiHI>~Ja}4#34`N}J}eg++U7Se28OOnCIFJmH8fQE)ElwE4&4zNP~gNr?nPmC1+WkCMKQj+psgSSh?yFE(8wGuThU}@9j&gS&b X0aj4+4Yi(%Q9RqTlYPnP~`j=Q#}OD)+QtQ#=k9tSR2V);QUY$M@FT*8A5QAKUSGb19Y1aZr*UI7FCg4iP*f>3?G AYQ&r+nOJ_oU1&N%l(sX+K3p0-@dqq437RwY4-6pgjl;*NYhKYK>&K+E{V-xe`Jv7=KfYqKEc38Yk@cFM!3;ChyD Q2w`hUjJhOLJ9+Nh|+fBRhM#PIAus6&=ONV!(e3{{Q@!-C2cH4}}PyQeOUI|xK?rFT4dzk&PR5amMucU(1*>8wO# Wg&BNT<_N-ZWDYFFpV3?z%Sx|XEfHXMD?yQi_BLj$ D^lnZW0q27TB2y9FGyZ3BryEs;f77c4$KCxU4%9p?Uqc-`(JxNpnW>hZZ%@@0*ZJ A=XoR93jCVnGFunq{X8jNca)uKOsa&&dtUx6%yAfmM${Ws|7Y#YSdoJp4+@A|?=Z|MA@Yri$_ot$R|CmvVdej5&{ DuK9|GuA%z49J$)HHNa-^N}WjtT^g!YlSH^~uuCgH|SwH_06K}e4{mS?35T5Q9a5fTGfWB $sgq}5L+tx!$o8Dp;k$vEXA%*RRMFxb37o6<+rq;XTMr)#4wL8Dg`u^-hoNY^;#p6v6^sn89mb$kwuX%GewwJJ)9 c;_$9mGAT>d+FgT8+Yqw+oVd%xk+r3s4nN#&JtnvMpqG*nh;3bmkgTmAt8Z=!O~-tvS=Bpl6Sa@fh$W|TF7ZR+Y& biKGM8N=~=d}GtznaFO&x-z6zyTv0`V%jqaB43@wPDYMh7m^z<}F9f-!`#-u-Ps^T~mT-`Ca=sNfucNWVx(I!`^-57TcVrYI4VOBG0szQ&dczZ;PX7C(}&qU9wT(Rx!hYTuxD{8>Y4t$=DyOk<3mLlRXAZQ{&xlI%gaP9>A!`6j!>RYa1DX6()4tR@u30K;OIUH6S -$nEOIB_lrA**%G@x1o`-rnUjDa#b(gb?r*o@j-uhRtPU`7uo-t^I(69db4f+;G3gk!zPlzH~^hw-43!L6!ar0=) 27w(C~&sLAd6JPsNqWob4DBRBw{wseyeRY%Tr}BEjXZ8wA}}<1mjn?@7LIjOQ7}BYv=vT+FlmA~vd(C2E1AWAkb# Zb$UI-tMEvj!6t;Fft-T@_jZ|x$8|H;Y|+jwfjaJn#n#Z8;NVGzNt8wZ;F~s;)E>pQX_2HUA~5j%F|ZN)|A=wF~eIbFbkRM==i1*9O}d>(z3{|g~tD;I%OqPsm{dKmc*EnaJFOEWbm8lhIK0be?6JBE#c $UM%7dB+e+z7^cIEcj^#pJ70v}_3~=$!&2cWmFvALbRWfCkeRn}LPTqnNYwYDjQy;>mSY!s`l)WOOGOdRi#F!%l;sVMz%{G2dVIe~e;p>OBlf_2|n4np`YCoXoS)%R !hAz>~e520kta?5->LSy4ElRtGTb+L5W&?YsWYa7We)EKJjD8&3qKI#@WO$y%oQmq=lYXJgLTJX5xO%54F_c)gVR PtRPZ;qlTg4hj0ZC&Wln$(EP%&!UWKUX_`}&BkYsM0%&l60gLb~kmQQ$j6TkXoAZ__U#E}?I%eoXR8x~Y=c-kxMH ^0kr~3yE^ubDjc<>`{ZyW+AgcwYcHo4LR3kLS0iPC0mpP1M)EXw1O#Yl(J1_QL0EKaIG1QX6%JTCKczBiJZS)|0(XP=GTmJ|G?QMXfqykQdsVc1&b1=(BL`DXxjuIo5tCPAhhr*y3W;-YoP0f`qVwV5qb%ak1Q)cVKmiJ 5qsOHvpklwnxc|6W98s7zt#?_(`B@ebsJ})d(vD_xd4OPp=Zow1<}3E+QBv>SN+3dEDE22Q2)r`KuxJFusgv~`Q2_%S K}e9#j|D=fQP?QN7{4AC5U5j{Zh`)8VbG9GLN$QUb)G{D{{zhh0TzNh&T!ZxMyZ1Y88!(i{DVQ0_0L2D))vZkk*6 E@#Qyt7O9O;n|8Xkn*!QYh*0ovtykQxhIQ1+VH&D8yuDF^(Ke5?AA2^uDpymtc(sj8;O+iOpYT*$}z;%&SXVOfxi !fKrSISPIKMU;1#1>mK*jeQJz+_A(<~)u_c-=-G^rn(ZXj^-@JS{H-kn!dRB4oF?r2AvaW6`I#g$|O*V{){k~0!; i|_PalxQR=(5x%?-zJ6pb6g1*FOoWvo%vPn8BtsS+iSX_kQ8$Nz#@dS*^F8$c2w0CNHoa54N>N7Ew%)N>(2jb7}( `9?L^nF)N~y=iFHj6S7)tKrgehKIC=?iwe1XK^&mvlUd$B#|QD|-w^O2Yn=&EgkvtViFx(1+p_C93Eq%lIA4bB3Mg@aA^5b{Y3v7~Ygnn$Avfwq~}>7(;Ct@GoJg9^q^bHXOCwpoY nH-ejs}kOB5nRhy%pAk0^G2|1Z(OdmUM<~SuuETw`piPcyg9g)pcr3j8Hwy`|Aonnr&DC)l)TWbWNiE-r6#<$ACB `P$L{7i?vMW-yEh}wR2TGelpvikitjtaUmCr2C4)>c)nU}B!p>F27s$o#a9uS`B`6x9lBl~H+4xdsOns&)*T)q=q 2uJ4S(!xDO=OW4A)49l_$%Jb8_INLS5N`iR963pM&{#lS#xpuV|4zHRQu0mYfWd&vAG6Jw7^oUONrnI(>o;b33(r 9l=)>;F?4{xPnn4Qw{Hn%w&7A6sArs`zZ4aUM%tlaL5N|ouXqiRwQ{+3xYid1KhRN~w1P*L<%VUVlVL+3-NALF&H YRoE*P@-}5*juO+#A$8#MGT|SGRyih6A@;PvUIjllwQktmpd3phu01_Cag~d(Zk7U66f;YurR4`^d9>DwckptSbb h@!^B{}a?lTvGiT9*VBf|BFuY#b$&~fej@md!%5IG8=ApoH1KhaXtkMJTFv}>w6(`d0K3XzhztU{sO}z$Ek<5 tQt9neN!qZ7{94J?|^Tt(@FAhfG+8D|@9$hSGZgn#)3zgZjgoSQ)L-(T8^Qlrhh}$@yn2totPH{c{fqsTu-w+ggG cx3Jh_=j_JItI9@@KK?MKqN>+LENoH*;pjoE6jiVsS?1KRyRDMFqGZBih?qIfoO|DDjzf@daOqp2~GymFsSbI`c@G?hi#ZDY#rSp5cMl(L*ZF&>VMG*w dNHyhcR+wcqw+pvgIEBv~IGkyNbX))MQLxa92e|;j#QCD~g?&DTDnI}96jGs>w)`u;(GMxqWo>*V*Ypbdo#BZ6US|L`+nQLpV=8N0htKCLXcJr;{mH fY06}<=WKdMRO)Rb6@SXcd_L+!94a=ETKA(M@(=fBX)xK!2EZWWwtH;-%;ZEk81(NTu>{^8xCQOhNxm&~aGp{?bdS^lt;onXD}x4B#5@B;4~q>&3zf*HkJK4O36`Z6&)6W-Kxs@UZjM|T58;hHG(ZeQ7B$!gG_I!Id1q Jem+rXO|sdMcE}3Gul+BUn)dm(pdGqiW(Qe;Y9)Jg1<4*m**qLYm0j}P4Iii=wQ&j#}c1@ ?W^sD?q#c$-;+w%KW$vM*-W#!XTsY`Rm(bnAqb-=|Z6RLnfk%HtP!r(>G>st>QyE?=1% y~y3*c2}};4Bg#HLV|4?x2w!UW~8Xqswr3;fBludYWnc7Q=jk~I~%JWws(q^J)nYNPRjJA(0TJz5Jzw-zY6XpyRG 6owC>-s5FrFAMXK0Db6vKbqBjFruFS465g$KgN<7sf##)IzbETO<%^r_lqtQzY~bNy?>{y`lO)P`8_gZO3S^q Zh6^n@58Oofc{q+q-19Ez();?H*OONjSCjP$HTIXiuh28dr9fzwFl8zU~F?D?^Qmw)`78%i3D?>a%HP)13LpIpVR ;+DDlZiND`Mto&yt3+exMxrP(83KY$|uiGQ{9pUZk7jk;vlu;P>aettv)SjSBJ5QV+d8|J41c3$t4EAt&k^E0gx# zQiZr1BacgU+*u<2nY{YMfT&2@q${3mgEO)aon2`|eAApBoeKJW#BsD=DL#8hucxV-cZ0i_utwH!iA-4INMAus!=O$|B2-anbbL%|5p{l~HiSf>e4RZu}!#CqPuwiVfL 3I&L3Gw0Y i`irwu`i5}ByD2e>b4!fl>=Hw(Wj!oz{NOiC_LJRBiIKB?j@usWnn^e23Z28^En{0ohjky+xJ`T{b`Kl)a=)eo-; p(t$b33GL>NC3&3BnHc}&AjVLYx8ty>Lzmu5;#es^k17vuXhjFah@Po^69)uSih>tb3mtPe0AbQ?49(&#_JUn2k9Jt91^vbvib&T3btwOO#bDl;Q89v=Sq{PUxK|7QNnpZ`3+^ Najf!=e~|_SrB0F1!2Y(VM@@etERp3(Wt+MK9^SeRS_&nH^WF^V8}1%XD>diV>hw>ZqDud<*D?%LVAg*L_C@bak} Ij_Z>`Z=(}HZfw#K$*uFV^ke}J*7Y=d{dF;=zej9BUVKM?yzKW@^zCx``kQq5`kUc#-`zBA(89Ffo7dIRJX`b4wD gx1-J4Q_v#P%M?))Wslcle}&KBrcS}n5Pv^c8FrS=&OZd*eMU(w^Vt3KDE_x|w^!Qxppnp1zPRR*;L{dI5s4iDGG KP}H+E=LW+)$0j0bMd?SgnGP~X8E*A*Koh^x{w!oMNgcS3k=gD%du@)>U>u6OCCuzq4Sr6^ufiq)a50=UvHL;{7a %E>Gb?`y~5ngs(dlV%Z-HDh9_!}9;VClGx*0xbm0){Kl((YtE1{>=He9Hr<=e3>K~ud$xwX%)gRMdW@pJ=npdcML IY^;d9;29O)ApB(;3} E*RFZ!%`m}hE`u~lX?`mj8w~gmV_wL>G<&_btMR?w+vAcZ^WHwUiFKOhD4*pP9d!ZIwwG4O#_k2T)9$VuF;>Gep#0<&m^VOr9fqs4LY ?NKqL{?eLW(HcC4QD4)9y#5BeB%{N9lnu9bp@{m-J4-si5i(wryyEGa{QQijC2uai!vb^&#|!O;CW~F(>JKARU{P65!)>qZ|C3VkYEe#G9FJ`FcH^c g*T;L872;$buoS!j>^~}oa>IkBZS3kDfvN++x%ys%qJ6#RZ{qS8+zf=K7i$BLfx#s0ZEu4Uwg8t2?=0GV2o7-q}4 BV0NQ|u*SyS?TXB5mW{*I$pSaf#Wt=fz}7@?RzZGlylX66@lW3?3xQRPHVC3OQpFmf3Br!@7^h;T)bqg7JhM)wvw yOM2!JuRj{TA&pqcQhSg-0p|4^q3e# FCUh8;T^lfotvb||_AV$igTQwi9px*)A!-_EO1y7QR+Z@14+t7MZ?gOk_aENF_;od*wg;qm43q)Bn@tp^Y6h>$G7 DOD}bPmiaSxI2+@L+9VcX*r=`L8;u5B@{*-8*DVkavjwqiYmnZL)-N(9r+LW#I=eD1cWF`88_L?${`7oqw`lQRzr Ajp@2Dk$&oZ+bt~=Bcu<$u+3{Rvm bvz5ywA_(rQM&g*by}ovpTD24{F~?LHcjB0qA>LH~YVqtKNTnH$FKx {|JX#D_rd2~X?*4Qcqwi&YwrGa8iMu|Pjdk?cU&Aar_tP wEL)48W}&MSq^LtV(U$aYpvJDkdnJfU+`rg0Yuywr&)X+orLkrr4(*@oU-q|g|7uA%JAXm(a4QM{1LW1&E( Kr0E-KBEPFs56=6I1gz(&{Zs_oO}>zNy;SV2*)421PyUDB4Nh^#$Uh1*l&+IwX^KgGnO4hUMV&=sw8_kUwEpqDLDJje8DD3^V_Fr`0_Ja`DmfH@Sw=%o&9pb0{&Mjr%+xW@6 !({GD0COI>+J<0qs~8oYF?@Vg#o9Btc-4|18>4JaiZML xDXbHSX!>KFVg7g-&~X*5_WKot1g2#Y-i_ZObjj+->v*4IL*tm`b!5d!mge*N7^(|>-($G~LGNG9Ef{J2l`-5#+< &qT&R^0JGy6I2c*j)GGSm=HC7KYmy}-ogqSkZpPc5r$l;|T`KQMdz%=AQwdGhgxA6g}bxBUd}J+`5Bh?+rq(B5OQ fcW(kX-rc1Zdo(PE4+udXfZ${dHXn!ys0k2ctHzjhJ!>b_tLB*b`>Bn?+jlnd7RecE(+_s;1xrw7AtHuE>|@#x${ >eq_q9ziVy?KuVYIjzLV-|kz<-yo@kx;GE%l#lccHdH2i-$Ee@caY?{L{f35d;=v@nIFHMW1U^p5TWJ;%Wwknr8y =xJ-BUt*pjM-!wks{|0@_H_UGhOG@D!pdU?2|rk9Tx6uoOZ{9^gjKUo2>FB84|8xwsJ-N<1WZ}hK1mdgX1cnR?9| oIkNppx-ZT0DbWG|T{~OG&Y>cVz$FTKq-xS&($#B8T?h)&f;7mUeHWa;7%bLYXbbZW7Viv3J2a!Q#Ge{rJv+2cmXfj>WT ?q}1ToTU1aNKN_Fx)w{E6Btlb$K-|R#4T)g=iLA=Wf6{xE{`D?r28+I=InD> t3o>#7a7Vi5K6lMaYci8TRU0#&I<*=}eG eQB)et4jB49k@m(0+;xiy-E|L=W>rW48$oNcPIqt^%(GmaErkrqZhUw?BV}SVUy>qK$(zv9(1T39EE`_w?o;@osM V_9%d=>RSXG}!zmWp#q?fY`npUs&_4`bo<1Wj(MSvcbOEDX=~Hx=;Rpk0mZ+NKxmF2vqH9LJ->92~bf+4^4)@f>K#=+30SKEgtZq-cSw;GG J!@-y3ye3tG_Ti=rK`lodw)Kg;O}-*gosUbAmu$o6eX$gKpY#Ipy|AL4iBhZvIf54|DZl^ffA;bBhrZW{f^f&_TO gA&`ho@|gQ_Xd0%QZrrbi0FICB;Yl7PfrpCM$x$2AlH91K&KNL{{S?3bZ*6{1}mpifa3|45S-^`@u7NN+vU8yoBg (Uf`cXkk;o$Z}6HU`r>DCKdHLXCV6oJ{=i9GJbgBVkPO*=*{RLqT5NA)Sudmnl9O4Dfs%E-4sWGOld}cw}S+^du( fht@C4HT35~EsLp{F@=~HPtFLhzmzGJo#rTDXZ&EK;j3<6^fISXbx59r1Wt mI1Nej@^+bYB3K=9FEM!RkITt2o!2;4tAFF(|3vd5)ju12>AYgazJV%})(ai~4cAdyHne>092zu&;9$uG-rBoF8m u{b>{g`@L}I49RtQIScNT5{Rw$)JOnR5uJ+2<^aGm9sgr43A$HvpFgc$uino2!OePpdLk~d$Y_wYVn@S+3wq G-#V;T|_M_^zwqONlNiO+xI&)ot!_mb8E^D8LevMBhf^V$6vg=jss1G+a8}ot~0dcIOLb*nFHrAfC)3BP=x0wr_(nMBfkU3u=Zs$HU`2*}m%=u22!sh{Omw8~r7Cu}+QK;;t1pL uh1KkEW*HK@g~(`C*d*SoSn+-3!VL`xYIgC_$(_^KN!a9>YXpnSDxb#ASwm>at<-`&FZj7>&rFpdGuR5{<2dxy`4 N)d;k42vv^nbhvQs%$pq2Tck17g$zLTO5_TM&*sizBA*Es(OWC}->oYmFXDPqz1l1;kI<1zLU&oXyorztX25p>`5 J?mU@4FY>y(kyoKG@mxO^BAcIyI_;a%W1;Y1WcDB)C9Na3OIW~q9D&_;O8Cs>1UpV;I91Q!GQGR8hxsk**N;CoPP csFfzK}`>+1HcKbPSt+?fgV+rUrSKgG)(yNZkV(wn)R`13RfW+>Ljw{lQD=wj4z{*$YUku_))el;=zJ=CH^Gj>AM 9|jB1ios%SUxY81>P^?Zuq~G)<9$ACnZ@F1-{}>;gVze$i#IRW*FsuNu=(F=eihH;TwJb%zbm0UspbETz>bt<0+( m0QfH$iFoFa?~o@O9qluH8W)+MuNK7!MZwKg6Z}z4k;I+a)#|>xu|tg&^KwYNYFfYei>DPkmVF)x*Ncp2W$Pu|r) XL|SM2ld!g~K3`At#Hx=!%=_K{Xx=O<>_nL%SgH(sF0y6 &YGQ+=Jwk7_-RtoRr6x-}ETG>AV@=fAznTeO0@Xr?c_RY&j*hgDxC7O^q{-hDCA{wQs1$H=kwV22I#SC0Z4vpzNA u#y=D{^AygGW#wE_PW|Gsql+HeuUVybKcyAv_%|8E0;eWvbk3!%e!q*;QMFc&jV98%kl(bVw=Sm1O|pMyz|+yxJ) _@ffbe1*NVy3F6@3S1b(7rWVvgMI5_X~8nJ)Uimprc4u#gq$NrQ*IgS6#gIS HxMRM~gG>uZHZ854?^W=Eks+h0K!|fiG9#6ut|h%Y HJF>(1bBkCV4Q$=1!tJIwDTWct7T8J(u-uo_qM|M14V$lthk=g=(E4694mkym)nfn#0Av4vrgElic A(&FMnJxlqsOTBbR4U~<87i-}UNX^Bgufn^=t>Xzo2n0R;@05*M7Y@?uZt3icVc`+HWp-C17b}Xmt^Pct1KFk8bi et+lK$EDHxCYc3ThpF{=roZ;`n}H>AdXs2QOU~N?kFLPj?#?mOJ7ZfKpEZ|KWZqNq|{0S-JXla)vLTtOxhR+unkl {d*fbYgj!_{UCH3*{wbQ1p(7Id4syWmCFyX@F%$8;uVptY0-T5%UFyV` 0xMn}+f35gUhflCJ!&gE=g)xj ^&C6XTMsm=Hh69AFF74?b{=u_(2bGz)exRV$rD4B;%oDf#!m$hT7;IsR*oWbmb$wgWklCuwJ4c{W#T~WON(E{kLc qXV5HOfAfwV6`3j-lYWo^A&5BTh(UFp^UgLfE_|x-e@E 5=3p>=F6K&B!GqR1JZ_(}pRzzj^t)`otT*7;oRNFQqXi{8veEA6`-3TTCsTO7ojJ?e;lofH$F?rPtOM4T>)E!a5# ?tF%V#7t-_jy#aZfgILq)ibZENjUJ&=RNmXJ^h@gx=fFXweOJ&Mc*-D{$j0dVXfySB)Oeq8rYDKHWy)HHyhROHHOyX-t3Vbm3enTdu@`6TF$}+|Llkddr (w(BlO-TJ70e5$Ts(FocM#Vcju=scw0`<7g{7S-cp_j`Jr#?I`lv0yLLokgka~z=w6#y7Q;@sEK>sS;Vd95f-b&} ElQO^^8PU7}9%7ijYGlV)yC<61gX3q_ENWNF;>SZ7#stOOwc?Ic!BkY Z-eh0Hw-2NQw}|6j}dky_q{)!<`eb2vqEgrI#k7+W%`6|!`JZ{qxw!#jC{gH}GZKB=Rv<86gn{R|rD$+xq0 >H7t`>jG^?@-cLG(*jA&IwOJ49l72zlL(eyY&>MZarhXMRU(`Y;azYd_Q82X3Ml+UMd$LC6XB%1{5Te7( NuH9G^nP4HyY4oC9YFX5!7`mOKPBYv2kbfN&83+Cvb*5*)2=B3%2lAS<1e?{A23Vl(8?WoAY9-#g(kdq%L5nzK_s ?IxX$P_wbu7%Oig)H!pvdhb3<_{3oa(H+Ck)Vv&9B8hZVESz1x<#jMi!=sMHj^(*$exr_VGdoJ#pOwM9;jq(A{zD L#hC%V6iXg}#nrs?Ey!9g|+38U;$WpIE=vQ9Rc4>(BuJ7_qTB$bVcufAOpf^b@A=E3{I>l4|kC4pP$a1 &+wBt!%`ij1=)3BD7NgYog0hYLGnQI5+*(^VS>dI)M@&Loy12BJEncbzOGesGJ%WAC+z^`%ih&EuZFZuH9t<+Jq* eKQYu*Q^bQRNTSKDY%RzFut;2bBLE9`1ovZ2EE3lmg+U{@b!CPMD66`2**8`K_2jmlVu%KC;00Tv0oAfuyWdlcdG xMlrPEQEo51`9eF7F^@n+<$Z0yn7H8LE8-PhLS@kFsfR-ie&gr!xy|BB)#ZB{>9k^a@rl7 HMy~lRba&Gi0St=mct1do7RW|i!M}upYnOCx)zFy&A`ji7K}m|}Nlafuj~w|X9RR54#ggv%9TBR}?_%5}flyr64i t?VUu&O6rQq!%-%RcF?Q8(_;)dOI9EHP2e;#dJy$0}Gq)Nh<+^-->Vg8-DI;kL6X8}2FlKm=#|5|FR7$|_h!+*fx zR~&Fl(mRs4MYmAbCAB5%~yh4ZbDu~p2VW6-c6m9;|)mqfkT!>p675%2y?}}fF _2-m`6EBh+qF#wY9Qo#V4((0z!B)2vcldhRY%_B-^i>_JX0Id4F8d8gTLTK#k+q3yl5bDL~@IFgaWo93Fc8P4ceI cnFsI%lHRY#l2%84x^eY8U9cqDWPVYzw1gaj1!oUOeKc ekt&Remq=c*dn_l>D+CILu@4=dZ)n0ZtHG6v_KyLPe8d&Sd^QYuzKgXq1eslz%7%fCM~?MuCeaBXBG3-P}AqHV2T!eq|zUB&J2r4n57<&d&m`!3Xb1EOdF286?8ILU&wlSG_!@U~Dld_w{hx%`3t{OA2E;oFW}2+<3IcQ1G YG{|y0B+DW9Q-E`PlH?dFxVUK2p(!D|ui&=bquKPK2UmF)QcImf{4%4c@2n9rpAsk2jpda`Rr?*k|LPwvgMuM2!H Rw^(O+#A<>2-=axG@s)4H>(Te&KD@53kjDGB%yEqVIJ+f$B2pcXHzvmWT$$&9xBQ8_M`S-P_r*H}Eo7{YQl*`F6{ CN?OxYfGf9cZ;2as&;H5+a%LN=W3(DwIm0tEOR (f1yGPB7Nf%SXV5r{Ek;V!$|46e);?g>I43!W4Vjch*`0*#P8hv3_g-7uc&Kh#h(Mp2s|wy`t+4$nfBntKpBozD# ))+QKK<{(gU65cKlH(CIq1?6vMu+L`^d?Ve*sc73`otc{~A-aoU=#>Ups2L^DZ7re~sJD=BC`GoKkZ>lga;%A(B6 CG5^>#nsFC8Dl3;O9{(Emq3%LSQ4c #T_73~MI_XNcQouk($9c}=BrKxFSzZn~-l9G*(lRvH8L0A255pDQjO-UYK}NRlT{4@_%o(ljgzlTXzUl~!fImgEN Mjc&jx$HLIY>Wdy-stGJ*Y1x&-5OWHq+(cCmG}5Ut9-9*u%r)M_>#9)s~|iyZNjZ}bvI%P>+*Or4zEpom{=|)G)M2F6l(Qw=s5pTejrTT&00oTix93&0+#U3Q_`moQJqbh{8r>^bDBS9j!r8&+!y$oG deEcJINL(J-jNY9DMN~I;3}Dr+5f&n`~_Gg3P9BGEGQKKk|LUSk`_kLY^t1I!eb#@xMh9Qf~#vUOPF6R@u=pCwRt pPznt?1)pql7RUacgM*pT}K~oUf5-x4|9rs?!gt%q7Fy9}&@)-Mw9rvg{N4~?~w2mQ7Zm#os0}1>Qk>jplDGwqMZjuluafuCaWUvi-wi7VElO8q@3F~|+&-ua4=_ nux#gA;;y|c|Kdk4Cf@MHNvZ5Eto%2;(~_^L?C;NkAD(ICc3+>-0!s=Gg;_E)rp{Sq{bQJ@IOlMLVesudEw^QKF( v|;>Mb-HwSIG5HH`lxwG7BAWBmvq)sb%i6*T-@)Xn9Ht%L}>x-Kw}~2dFTfJQjZRzp?4Q$9kHYk{>4K9qVaJEZ;#-BKU$1yi9Nis0mX+B2-N<;q@fNdK}!}X2HyKd-N{)A+zgh xUz}Zz`N7PMgdQ>6x#7Chne+}@f2jbFy^Y%awPWlOB(oBSyoy*9IVi$9v=K5AD47Xam4UYBJ_-*J?DS;1;c=0ThV 1r&%xbzG%5ldnvSM3%j#>D|4yr#@sA05=(sQ^R2{l~*m6ojiVp?%>I30)WUl)?j3)J8qpQ&8gq&_KpB5KeJOU;n5 K|{5#0R=Egh7;wM=7{s8ybOxqpYD*3+OTuSM1P@>ISS#dOVNYb&*3Ta!l%9D;5UyhUVZv54wjJ6UjX01=1J@VW?#BuN9_xM8*7qJpvAb?aU$M%{W)P@Q$tF2poJ(7SbMboh8g>B6{3bd!bPl XyC)>2@#Pbu-xFPq1z5#bIiQ!~^FZeC3q+#4r&iPea_pP)ebfbC;9NaK0!jd%^{Ni)4+cJqs9+SfsM#v_60(O-JqViMSv4d;e5s7`Yc5>5Bb_jgGgP_BZE$d4C2%o7-~$7i_Q=#}O!L1nMX(!|$wvY= Sw*C)?%TMWfMWwlKZCAZxQik^H@;#YE6L%2l1InWaxoIzv2{Q1=?9KE7bmOc;*^!Y^FI UQQVI)S9p2Sgy@D}}7|m(^dfqseW7Q5AX5`br?!#bi)AVeidAGt%(P0eU#xzWTotQoUPc4Q-M1(Z~z>(7`VF(F@7MuLSTcKI)Vz |T_e(L4ytSHkkPeF1TytGl>Q2`}6O60`wQ}8$5*1XTK%N7<|HU}101+#ghtkI#iwVFL)Y_1B%TP4Iq4pv^evg=Tnv%jbtH~I( W$NVpayc$n*a$lxA3WL(cq9^HbKWoxQD)PySm^Cci(MlQ+3v#2nv77PCPY7ADA+ LP&7~=e{MpK3=X+hH)Z+;qzUuC>*1QHE6u>j}pvQp22vCg9Th52LsQtB$_&%=V#?SiQAq-Rsr0Fy qWQn6k8Iu02e8>w27um$ks<&ol@$*_?XMi2LGF4{CJJey|<{a*(?6^O%ENXLwx=RJ~yp$acNZ>KYOrrCPMWh4=tXEtMw%zIr@ylhT3IUX0|u*zcSTS+SIX BmL|oZsbwPPA=S;sputzDzvy>jI8m&Gqd7-!b~j@%{SeoQ3C*OkGuL6%yJ%&H$q0k`scW=wKN=11%-@!*RoABn>9 5qQ;kNVo`<)R5flN!($W$J%jG_Ig`rKgnnvW4eW$qnTbIUS$U>0oL-?dLw>$9u0G#o=6Mg{@L-3R5yyR23o=ws 3qq}I_3ChdUgT}-6QWaKKV*h6FeM}KsLdG?#-G1>WBqdlB}>Hg>&cBj+0YN*J@TeqY~w-$6r+?r*>QTBPU2#Ae*7 NGk6xjGONA4+9Le$p4g>a>xmpZ-Q68)p`>;T#@9NgrF9?s04#xp=IN>}q@(YS&)!vH1#IP-6hnHoj)r?+OIg8rgP NVHun9SKhV5*f9mIuo5x%R3}Ue818nvA^tX~K7xpY@N3j57I|LK{JJF@Klkk5rMY?+6^H2jGbe8^84f4dwM=mH%7$cY>H_xh8+%d!v~y6(T!Y-NeheCy!h7rNVcxO>eKf~4^ijO7PU8|h@AeAYkzdo2=mX$zk4aQ$T= 2t-Cg4;2;cs^^V?r+ev7mzSzwj9FkE*3{A>*4)dl5E!_KUf9SkglW`?IH0qyODr6vKpU^#>2wgcPp82M_Mw=YJkQ*8k9leTX^sbBLlr2kyL>U@Jf9vR&G >cIX9Oe0h6uOgG)89gqLNlRR>sL{~$gohkmReM!@iO&+e{+QN#W)+pt^ujF^iNx>ST@ZX;Cw+(;ms(vPq1uvDf3l t?!m7q1f2EFwIEtiUMU61A&Vs7?3P+7WqJ}%I}#`IB@vqPqZCXmQV`&$8@=JRqzjqb6M3o+4wN$r9kw7t*|x!wa) c6wE98iR+f2N6n`uAl!k@w0~}BU}+B0Q-6}f^7+2;`B0P9CUtPN=NXp;5?DFQ(rQN7dzdaM5g?UXNIQ0#T*|Nv8U XF&)lNi2qEhoz60hS>kKvqSfH?r0vj}vS&O{54aXGDTO{X*>|oYoxQL_>YobXej4bmFX6jccq8QCpFxFztoVo(3$ LPBXS1s6T8?9=Po=xkp^iYRcIddtd>f+FfE_g$e_=g?Bb6k0l; @|OP_cp~>24~fHR@!ly0-Leuvag&Vn0zz$A)P%npio@Y4t|7`9dd8D^Ty4|4+Bv8p i@C#p*RDd!70Kbtbh#v|#juphH((Lg)e>k|xpW04%%o$8B?!9HJs+AvL N6W-GW_YvOFf*g9dNXmqZv(pS4Q{TM8x(_-n1%w`>kDZsw7q2mSlR-?V`_%NNU?x(moU-C$;rQ{PR?HXq(W(&=(# RnhjT4$!bi37vS*FbQNc-X-?u54eUL*9t3PLFuRp9JR-OdoRWEjR}<+c3Nu$XfuL2iBrt -k4fv(-*}Nd?a7KanFC`OlD8v+2KE=g+w}1fx2v*#gRgMgHeklg`BU#R6NB?yK6X%R7IB{m{SF>9gU*p5Aj7iBbt EN=O`UAp2wxF02MpOtb4q}1;-Aih`l@nRB0(pXr)=47oDHp?K%Ng#+Fr7($qo6EO^3YKNo)7d)M*RZgbVT++DFQT }5{?;k;L}*YjvNQNP6b0y8ydGwip6-%6~JJ`8?q=mgw)pKTJpHi8&y)97;qO;BWv=O=rZdOI$UDp7S)FaoTKMI$- iELWkQ7IU&^>6MI2yK1FM$A#Y`v-{boBJtMFe_|=_#{0@@p5fAkCtJ1OsfV5RuO*`MSICUDaJ1kuUbHW95HSxZ-M FHi&9HfeI%j-4S_0fAg?CHDh;zaWN)kx+1IQtQ-x<)`fv>-D76K0~vjT|oum#i?dnA&SW}E^mU(<%7`4{ff-DwS3EAd*?GVzOilYGZ_M#)bV4zXq`y`5tYKV^fv o4%z5tFy<^IWbvl|?thBetA0iu(tx?B5A$X)GZ5bNN42t 9efKje6ktGi}Swj8r4;fCK6Yy{j6_X7LAS{}z|?mSLcNq{$Z1wB3yH34xkn2D3i{r2=p7Z7~q&%;cT`S=689E |4{zn6?Ww_c1+2HZM46WXMKQI@jP{B90c`E;;ayM~zViI-R=g;ArcaOc _CHB@N;0ua`dEPs)f$^>H=cLS$hsoDhTbK9}{35t!R5Bx)&6PvXOI0-rA9zmDE6m9oN{j8}l-Qx^wOkm#y>lnMcm@J@>1KOW0ms>bM-7 Ibqh$j*8Rn!EE?CndPC7_)rh@=j1V3U#COzv*gG(C5t*$;&DOu%_o8&?*t%MMCofiFy2^JGeMa3)iI2>7?LvE&MB ?;PeCXFNXHVFQ1K^TKP%t)bE6BN1dRu>&$?=GTOmg&g5}pA*0n`;lTJN)ZJsqDXn(8>6 9R$0n2S6WqVmeXC$wi7ok5)4k0JGo>IWs`!83We34!eHn(WTF4tlZ!i<;^<8u0pzT5FX3d^m<@K~rkmXc^84G0P8 wHJ=6!g1p)&8NdcY6Z>cG%v`o7B@cYsvRTaUeo_*LN7NK-Iwkg@7F3)loPFa*Q$7g`s`n1%{ZIpqLXXkZqjsrd*@ DaaFDnHD3Z|}Nj9YAWO?1Xq+1H=wU=dkxyLvF+EvfOz`1*VY+HXR0=~uG=bnen2!*H+^=BGEOtxmmYPP|(B&W)Rl {&i9dIho$5n?Q$&rgBXUi4Ocrj05mrL|kQaFu?%4U>st=6^letVt%FS;Tm&c4o(=baBAROyM*e$&B|r_`RiHcj(l 8Uu_$Q9qMi4Csf?#GZ7WtKBFag41W#W)l=pZ^L`0FUU(W@^d(LKb`vTWNnvw?k!io?2EEOV1rL?a7kgMZK0Vfnu} >rrDkWQF?pNuKPcGO)wD7Z%%cJn+i)^AwCU;|1`9lLvL=7Tq+L%;Wp}U79GUhdj^gr%O-bFa)=G%&cBFu2u$a$x^ 6CgMeK>Q{SK5}cj%eXYyWjCq2I=Wu61w}{kzjUm$a1?q(k|fEp7__OdmP&4eS|+3}>svQn7af2$)iO|+jORew!Vv L>Bm4hUL-;eFZfFV$G>=jc59gz<%wbPPG!_nZ!!Io=E#3GDa6EPegki_vv&XHw!H+jhsz-7PulGf$+}r|ui*!%HlBNoFskHXRjEf-cQ(HX>g8pH>MtjzfL_^x$_}DQ$AQ;1q?b83e#jfTIw6 *79su+6muiXGh&|GAA+RCDKHV}^qu}M)3930)tZBvRku?IUtnJhg=?+|&alUr5+esKf$4s2;nq5nQyo6k0r5*;v= M;`}ys5EGOC>vW4}zY{l8ZF5Teo;jZt2U)eqmseL#E4^Nfw}z$9eyqXRV0i%(>^^i#4Ym(pIex(UkU4Xi+p8%zmK xHbxtZJh<&tKDfLi5L5UnK;WwGIgQBo+j?|(RlkAM>U!fBjj+kLF9#vWuHt@uVOAeWu%qBGQ1h?GaG#fSc 87>$oJ@vkgz_x#cb&moCndR6=t2Y*sxP4UBSKZsBjzUC(pjTb4grJ$b;XyerwOG;lKPWhWLv<@8DHoF24rZE|mH1 hvuqV$BEL+fd0lY2h5-~`?#bk;g6#N;p4z_>U_d}kVNv)2Oob(r!@WNeV1Yq;&BEbo;-Pv7Zk7QYXPh`@I-mVM9DOv0aEm YOw#23>uBu5CUZ29f&_o $W;cj|}T8(J))+Z<$`zSMgqD$nKUUjLpeg`K9Ps&X#Mf^3g^28E>Cgrxq#&ZY^>t0R)Q^^8>5dJHLF0O1SpBSi8^ Ue%Hv>lsb=g)$TeXDM~WU4YRkVPnXKC2j@na&HW@+G !P`oaDOzZp0_A#)6ii-*qu3m=`dj?XqYAvy>w1}u!RBwALXUiZ}pxDTAb&%)UJtIuqQA^`S@A8F2Sdw4rPu@EVov ;udVhiP<>b{*`H)9y3}wZmU~Y_q_g|F3vhT^Qp!BkD5094u7y9zHBX-DAPM(Amp{KsDikpZZk6nR05*6rl~g>QIqa27COXHnqDY5?~5WIlyn-d1lEuDLL`mcre7CU!Ygo<5AYMof`lKio5)KH4654km<(kfVyZv-?&Lei` `z29WZR1#QpfDKc>=0`Qofjd$N9mn`294F~m=9MIU2=Wvlf#&)TTXli>`c;_T(d>^Bp= v_R;w#Ht&MW(*nG9Pg=~IWym1CGU9f`f#Aa^mv7Lru$Kx|6S!j^-@mcrdJ)LQQDv_CXW5LGRi5HINTkFOOo`Kr2$ ?DV0)9Oq$WRfl>&0_3PP?gp%w+b>SM5A=6jaTEPOk3Me{N?lh9=qgRkgZLZ;Zi>LT>Zk+d^VNVU}-rzlVd#I%;1*)jll7>o_@Xb$PWhhB^59KT)t| TY(UW*1S+CTq_CJWh_Sp4^3iI4@$L!joc-oW9$Bd%CPSgMr2v@AvRUl`o_y;Eq>nnruvpX7A2=+-F+eX97S7+PbG 0Y%{gnbcKUx9>YY2gL0|EhA`$vDs!JYK5+N7gEtqMDVXf+J1TZB_ckb>2Zaox=<$y%8+&1iwWVhsp93f$ltBpTRJ uLx^m1KmQI}l}4UbMwIrg%Z)SUwgP{+NA^Xe) SrxU!6@KNM{u=#7ERs%D!Xp&Fc#KX}txT0D)a4q78^Vvs`Iv+CrMu)iH^VwTDuE#8X$cQq!5uvXn8Kt7z h6xi*qIZcUVdFIzyn6i!5;(;R>TZae7UrcX!eK7DCY^>T~eB(5`?wt(3*>^j&4B7Iq|RZy} d6)!)e2k#5&m*doIa4Q`Is(Syo{z+1Pq#!wB |ko)lYj(7@@`wM8i@`ef8vn25y_Z4S;ARJFIUe%=(v!j*agVlOsg7P(f(1_dJ2obmG>u9h$dO^@`s;ndY4*>CgJt ;g>PjuNw7`JP0q^g)R^1TT~y4(HCfzQ9Fb&lqgU~ATmyV#9l4q0Yw?t70rS4r7ZYPw%Y7k!$!SI%BkIUfkkokWQ| Ax{7dU|+ScHyR-ohf>gu&Af)aI0I^1!sXVzPzWLLRH*U~vm&546keX`GU<;rBJ%8oscdLFD^{E9W3xjB8FDCuNK5 {Bf-*T*`5kL8&A~KQpvFWJ#eABW$U@(y{pj0HrACBomyij *mN}U1AnVvT}BIOuP1(z(H(ZLUvsDtD3v!(DxNeAiE`^)*5zuF}Q-H{^;)ktLoj`XE(%K4^|Q*ejIXI$7JQ`|R`@ tVQgmFEjTIQSw-$0QvGx!kv%BPmoTl!|f-#_h2L{C$vsFj;&QdguKokAL&CCk(SK6rv8waCnEJ^;vQji;VCI800c X)&U1HPTKP`rUHS%$|_|Xokt+D+>FaNT0qEE(9t?E`aV$sAO(fnjKuESoNh6yO|9d&fQrYDXv9kqBa_&1|5H4jGd 5_=#hd+#XLpc$Um9Wf;SY=R!8+2rIv;tBYE{U%EGBWrbmy}!XBxTwO|Fu{VPme3T&tXS9-N+=K``+x=VB$s%Gf23 ^&Zp@9S4nO$Kr|1 7A-9P{O;K2tE-|ehYy%AfHH}zF=+r_D)VnD7iR;zrq3-Mg)@K_las!#hh<+h*%Sy)GAVI1khOgjUV)M|3$AEm@S$~QS;H@@p)h+TIO#I|l^df0c3+xyB?RB`IX_gu-3B&9NzK Y(E2a#Dtfec{?yUJdviT>dZ{Z}GGH6TpZ;(M0x=5Q%SX-dQVKyN8*HFX`fJ>!=yaVQS<@rL_p!mrm8u;zEj_?Q<< e7FrWwXai|mu^cf&n=sU}Lfa@2n|KU5K^Coz*jVqOK^RZPi1z?DN1qX@zR)+TyMtcu(58?0{6zj0;R1i7|H<)kAS Zw?vl%x%jUj}pOnR7{6y|-XS-F$GRRWv7D_!&oo-`UXWOPX>513Ws;&@!Ha2Y4&AeG63H^K&Ff@|Vl6DHSL6P>4FIzDb2uwK;O-@A`Ylm7ALtU%YLDofaI|dtl{_dz#G86zner3XsscMKvyVp>OOUu#iYPax-9Q-sTxBWaLyDXx+O%_$#d^FU!d;r@=^Y&$ fl)z^D-kS~G*E+IAb94eZPb0A$|!5SEq^;JhMK&z2_Jx3wcgi8#Y}#^ =V6k*Ue~d&wJh7o*0h(%5N$&e7y}@iq!mR{%?J9Zpl-MmAzL$T*AdBU5~ss*xq&}ZP)a7gzRV%c9ro_WHy>3IVFA L2lI9iJ6;VOiwP5`-I4r6)X;n;Ne^0jsET@iD$0GE8`)5TI)x__=2v8XBYeT@?Y IhNo(h!rl;e!lm=Wq;nJ2l;yjEOB+ahIu7jNgCda5q3S-UjTB}B@DZAM`)| @B8;}-7z2U{`?o=FVwEKzsldY?)=@|H~;?5o4xE)QeE{+7D8hswj0?m7Ciko}LK(3UkLGAtV wH|IX%sowG=9_-0Crdq8PT29xL9E=9%CP}UTRh4U6;uabLB3~psoEIZ{r>Aq)0Qgv~VYzGBch#{NhhiG7P6O`>6r `a|OM{<;}ANd-K#BazM%#IoLluFNI?OIo!e*99v#mXdU&S<4yMN5lBXu~Li5FZjfeEMQ 6$TkE`S14Mee#hs+d{YfSWuaBW71xFkM}nR*t~ZV$+QTNh{iARXkVyZ)s)0UyV;6L)~kAyAa0RZZu>jYUw4ygF~R >+SBA^vgkkIWG-JOEeQ4FifvYY-N(>KV^7`v#L!%WgpMWRGF~DU>UI6xu|76R;w?RLc-iD8FnWg(yE6MOJk&$oly S+un_giN3zNI_&Eln_ZOSkV^TsH8n?$(@WOgi&~l0}hE_#f#usb>rQS4YUj$TRaX&02x*1cmjas-v#xRkOz2j{@T r(0ExoVl?oQc3vfvQdrAavLmq@J!E7+!?`Gy39YD7x`Izh&ScN@R}QXs{O9#Ix)Q7+CKmS2;K@f1b`yEiK!TUN7# >&Uu=q0Fd7);=m%GV}FU2Vu5-F5~LJlSR*%xwq@n!OV08mQ<1QY-O0001BT4huK00000000000000N0001NZ)0I> WiM-CVlPZXUrj|*Q$a^XQ!h|U0|XQR000O8U|MBV{_3d577+jdAtV3*FaQ7mY;R*>Y-KNNVPY>#LtjlrQ&T}lMN= =Iq|Hy O+It@9I9hUeTr$@*q&BNq~~nrcDtvFGvGzXQ0i{Hu0q6f&9}HI@3&(nif(z33N(Q`WmOd?|$D(Ya2q_9ew(p_xax EyWd~)_WKonPk?$rk6x|+*->cLw1OEfq0&H8Q)O&z^z)s*5z&_xl^fj;@cwF!V@EyR1fbRr;Wfh8dlb?m5A~1HKFRBJdZ1ugdtpN&g%Wtg1^_^Z2`gzd-y6u3gQ1cCY4j8&~r^BeFgXd^_#b!C@9PBaCHt>oK5hkG0}O$yNFLw-@ SAJ+{C|{nudLzoUSGrdxulKfSGVzaR~zr!(8l-emif6h-hXo&^H~sd+E`9k=7Too`?fZg<95MM2!5)K`M?JQ3Ru#N1~&g-_eGe6VqZ13x1@Xx#>#kqR`)^#!=b5!)7vM3n%UbrER|Q{R%l!UqE%SBhI_9TEuyq}uvu+))ACUg=IzD%N9 q->E{mFIgANyqeL0Nx9&eO841pG1*L$HqJ>gi&8Zs}rsO#-`t2f8>Pm%CW*y9JlJc;7d=SnlU#-%E1NYh4oWU3`B _H}lih&H1Oho5wHjX8t$H{C4S2$o%eZKIdRJ>*qt=EZ;5Ne2?ADa#dwrP4?d*=iMdqpO$?ObaOsDDeE7Ud%o1odU ;&>e=2xd&iRg<`&>8M`+IWU%X0pYW&clvuXD1$rH8Sthx2bw58uCA`ZGQ3&k+zVpzi5m{Vd7&6Fu^t0bA+*9=`8~ J)Cb|0bT}tZ!hPeExpX|-d@Rfy&MNO_wv45dRdNQFY{HAb;o4i?ZB<1H(B@R(*JfZ`}?_G_KP)rZ10gi-gk8$pEC u-6QeSHeEx@Jyx7P5F39|6`dE(-34Xng?|ZtB`8_TDzm#*n)5rFIzK`Yjp3J|{$9DK98UIlq>+iKb_S;MPdEG!i> +iCD@iQ5p=;!-(_cI^Y3m)lby%+lV+@PQRye{*f>}P%+koi;noJW`B{L?c2tl)QL{BQd?ZeHl;IQs8?maoHNf9$i E?_rD2-(&H7#$tXBTden-#r*pg^B-HR=i?UV&pTw@7o`7~#rHoW$-yC3ho*7_yUL0UK&JFPXcMUSG8e~2@1|^>jvR(!TnU9Twye}o=+hpCfGQMY!^*%SqcF==-@4_J8dyn)VmUT}L a{N3i`~N}Cdqwbd;2l6Jl1T15*Yo&2(!Xy#^LCAmSL0~Hnja)J*FeqEjaJ3=~CY|9kr6HRm1gT4ql0Lp@X8#E63h|E(S*(>d@H0`@Y& ;sp{HoeVvDYoI=GDdmg3dM2g$k?waw(AE$1<-!bW|<@XJSgo46xXfSO8;KaZHj9-ve!BpuPb>UKxI%`##akc4e|x hW1tDezCnILv0#Hfq*(8ibB}|5RrbvbjtFiSyb|>LpjpuGHR)sv=&PU;psPTi0bK|B6zI2P&8G#YKzD+^1gd}zD$ ZS0|H$W&x&d?}=w{GP&?xABnfrB+*L3$7XkSymRq!TI3G^uFJ|%etv*e)_oM@ f+En@K) %mk4WMrtC=8_%ZQ6LI8MbmZi<>((vXL?$0uIh`-ZRZA3)P?^Mlg%Q@dr9InXO%yjSf_zcWYKx9h;4BO$!4iuyO`_j1|NlX ~&96P6*D60Vc7(aXYhbg>kOnyRi-Q1bVOo0! i%*0zXJoK)rPhwsE-`MH;`Gldg42yG<8f7R{&57wvV#sM|NlBVwuqc_#vQcJD)ej=*;9%hAT$6;ytO^Fpv5m3(iLRmDBJXplgoxElGsi<}WsOdx;*D@MSB2*Q`V>al?}8PQVepop;yAmFFQu!N{6)zMPFd0 Fmb}ViL9_{@=n2_g-P;f=`S)W51(gLdFO6uyk0jrHe41NYJQ#~1sQ98K9flx8EhJ+34!JQ^mJ;hsX4xB^Gc7Rt$C LFsj=dC{@NKD4Q(lR5(5eu$l0#CcRAwUHYILGk*D9zUZlRK1-ZO2zheUU5~V;EOSJ~GBr1*gCW9+L))WW1y mk^}R9?mNeck~Z9kmq#_s))hZi**zHquYW7TBQ;~E4s#MsTLA@e3kPH>6BZpiH5nJfRMtxva5;* q>xX*qZxHH#EOyHoU#rLFPN@zK=iCK%ir-I5;LcEu=uEtCmU4d05$9oLh}QMvb$2-R@M<`NM) &=Uf!n{ENyMeIZ?}z)IJ?U;;Ob&^gcl=%TkV$l%rQ!V~}zSOL-)<+juBB5($@gS{rk*g1 Hxr_<4>v3{bQZsv2Ee=CynEE&`3?N%F32tpI3nPs*$xX*Sv!t7=XL?*upE!L&<53>^_I;+16uxsF6~uF<5Srs^C_ ^RRP!{=EyC_R5xVKSjyIKv+lt5v{cy*_M%ZGLq%$X(ZhE`0HT!;3S`8cR71CMFGNB1+bQmU$m?S|9 tV0ZLI36`7AVEy^Gz_yB1u1EZ#hdkFB7W!3K6Mg*T1}M8ma|x+GDS^z`s|+k8nue7U)6^iy68?07hRM@Nst7Nuw_wPeW&!My$a4jA_Q?~lPH1wrCU1x<2{X-QCYI5iR0kq+(wZ{vhuEQ ~Yl*lbj+$9CK>;IC1Tmg`!~}~_Agql1>#6y;=&@;6itR)OXjU|k)t&<-P^l+QK9?{P>M~SCJc509fmH69Vo?Y28* _Xu@B4r5#-|mJLF08}+YYOn$3ocaqDnd&=kw5`PKxOXWY4-zW3T{&BwuRfm{bb|E;?o8H#+Og(xNFWH_~ru0=OZ* bZRtR&~-Pafu`O}2(gxXyC>kIZ&6xLpx_MDZqibs8Fk3jc}oi$>GQjA^|+!#Jeyoqqnu8zmo7i*%3LV)52R@sH @M@!SvdJ`sP_RLaF!`w;dVtE=tSzL_4u9~CJZDh3@i^$H%EGM9TO3sUPKhj=uCtfF0sko%PD=p6Rjqss#73swqR0 B4#3Lm*mr8RD76yCA8Mxqx3`O0Y49p1wUj$N9Rz`jk_?@bRJ{XA!Rg`Apq$9Sh0303T^8Q;_xYW hXHZq63baLM2|YM=XR&4sVoGht-^g7!@Bi7NKppBHjrVNuWjzLsGJJbxkG33-!({1V)wo@ b@rZLXTGT4kvII?Xb4QkiP3>}^ZPe{xin>&?3nNLn{y$Jl0|XQR00000U|MBV000000000000000761SMY;R*>Y- KNUZ!b(kUrj|*Q$a^XQ!h|U0|XQR000O8U|MBVyn?y*{tN&BaU1{uF8}}lY;R*>Y-KNUZ!b(kUrj|*Q$a^XQ!jF1 aA{;MaAISX@UI`omUJSegcsX$ P5~h0)copzbApX=#_^be)23`m}1N<=X72rpKe-b{g0Y3(OL-@QS>la}&U7-!w3hV~91FryfkQ~6(z)@g7@Bpw4_< +zqzJmFF6L=Z$yDRv-U#?*Je!GI@dsW770y{}ztt{utR+hV~mG|`lFQD^VS-uT|1Hg5_Yk^R`nrh{HOt&(BSN0!n WqFRu_=~M9=R<W2l4uH`~GYaXOf;*unA#GXFW5zgPA>B=b*p@V&p*!FoL2!TNnx&iR4t`=P9#5Wc5@M}WVU`CKQ@@9$* 3cXcwK*-rMaawp&K9-(`rllA_j(0@|#9~=wdnV=wdnDF6LM6;(IR0_`xoYuSdK1-e2$H{PO)S j^8DqrgOXa+<(jd8@pNViEie9u$%Kwv76<5MAo0`X8FD&;}^Sm|LJa)^K3WE{YT;RYB$^S@7*l_Tiq<*JKe0$i&G rO{VCB~iv4qYiq9QSaa`Ok<5G&xTNM0~;8U{y`4s1|AE#KJQz<@gDJAidVmZ#FSiV09z9#E$00+sQGJjPMpTDJt^ *b!%y)r)7!+v0U_`G|2SU>mou)jUt!*YM4hvj^}hwt|j+4u7vw$p1pEdM`ySbrC^1LPU|B`(d^|5|d_wl{g$yoPEzV 7352Krb}pO*FQGQS)6FzK;R;-HVudtKKf487*mcB;Yrr0;`Lc6_z?ug*cg5>8npj8yVfmFv$DSj_0X0|G RGcRo5ak(JH-UM1C<2#hpF^cOk`jP)refUYmxnKuPuD^2DmQ1u*F&jed`tx4NcULGbUJ0+q}Tt`WaZyx~`5rdpI`Qy2gv_tTlnkmP*>SMH_|Ol^vlj_~iO-T*oTTmk-_{-&{rv<3vL`FxpY|vZOVdMl+MvWvw2!v`xP7u193L@Wi7MG7RYSfENpdIa*d A-M<(RB8CCpT(8fa*$geMeUU9OuWO_C1gX0oHcmt|hwH=t9L0p*ogebRjZcNUGU+j{Wr!6VMWT155pi{KkVO(1AI `k~@8E>gP|E3gDK>FRLK48mlm6hzGB^p$1n#Sy$81K6HEFgXKtOyoc$N9`pA?e&-Wpm-(% aNHBssqp~dL3zVYXw*2AJs((HYJA><&JsmWkejM~PQ|)9>FcV8;J(mV-XO%hf`R^{h^Ay5q8C`O7S-fUNQSHrkC3 zTh4bfXIX@Q@JE$)9B9*rbHQGbAl6>kpB2RAK7&zLA;D3G*=I0oQE9W7KD-eg3qpcSrn#l+AksrYDRWTb!84Lp)Y (2^rh~}A+(Sj`egj@9XtRsAy-Ft{u%8?c?(Sco-y*c^l0 k=GKSrPoC(bc|(}QMyMvuLZl|=0#l2u$vIraLsY^+kOh$h!=@ZKnWT(KNG}_vCMHJr4QKPCYCq*P{&JvjS2T00b> Y@<+UaSELwNJ_bmG*BC)1}kU0pCC6hp^N`!RgQG`$iTJvcBpkRI5Q9@wTgUy~UcO b-kV475=4Nlylj7nU42e@2fvF*sF_i>tGV2D2`*kqx7Os6u`Hly}I3B5wo(uNWgIrYDV4&ggx3_dE-8T_5<{OSaz +igg;?!*9v$&W+YDwz+?xWf) YiVRlWM=ZFKc51A1T}Gr0BY0sKIIvq9eDYft#bwMf|ggZ)D-%L*bB7Eay=7l2ncEjY0@r=E$CeM(N9DlqR=7d7#E Un;n(S$YB|oV@S~oIGUw|msCo~c(M$0$jZ_aRCe7#|3L!jA7cPW66qZ!-{{@MhHi&*Gj6Rq~Kxfa*l#**{)ecAfAC)% krIgjzdx7GKjnC%`7U9nE-n5t(1Etesy NcIWt4eGjXX}`o&(6gdZDgsQorz2;ZX*T#f;qdg&Ka=@)AhK8WzpMoB!G_X?)C6ys>A#ZW#62r9f;To|G}s02<}2 &`f2p{%N40LK8S#FmlraA#5-)_fI7g$u+2O1N@Q&SL!V`9Q(LFtq V*yqpSA2Ld2v@xvj8!snCEq$A!ZNkS38#K*P=C1IxQ>`Hr4ZRDktp*vsua*>~$);!Fp;TZBKdMQW=X&OpPgn w;EJd?x}1a8W%)po$)PFAg2>(EVf<6%u@s)9D~k5gF2i(%A%0Z>Z=1QY-O0001BT4huK00000000000000M0001 NZ)0I>WiM!TFHA#UO+`~vK}SVXFHlPZ1QY-O00;nJT4hvGfe>lNwEzH*6#@V+0001NZ)0I>WiM!TFHA#UO+`~vK} SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEx(o2bdhi(KkMO0)v+vWP%*lfWn#62??)z#J2Rn;$Vy4L9){hi m#^L|Wlt)F<_vukyN+4JWt*!QW2yyx-S&-ux+^S3~db?&*0iQ@r=4dfv7a{%Diu9YWzBPWQYA= )Ew*^A^+hUH9?49jT1h2;NQaTmIhjUMKh$g69*wYnJDoLg{Ah=Xq_E?!zSIMd343o_8m~{yx=@(!WXYHm+yd^X{k kcM<$My&p5%^L|S2rHtpjO7Ew2c-~C}JF}j*3BmfD=WWXEA-D~}CW1fZ?+Q;RxD~-02=*cP7{Ol=e23uA32u`I97 V8>U@O5b2reM_GlEwTOb~pS;C2N6PB2bzlLI`D{&_z>0O2PR96<1Tg6k7}k>F+o-#!54e|-SzxkUl-e^EerQwaWu ;6Vk{cY(fNM{sk34=Q|_;FbhGE}&lP2cEYx!8(HD2{s2vcV&S5mj`I?TLjnPel2?5Mx2h|dR%XU>k=GLM7;(V(XL TNls84+QyM>~aBdO!baWBd_U!Hv0}2@WK9FTp`vUxGg*xNXVven4=|1a3d;X>MXz2317`LC`wgelyP)LA`!H2lJ>O!D9*TLhvYV55Zs2d>!9SbBZc@=v*p~;Iju24lsVtBicc5?>~6nIIb7L IDP*c!5f?bAFB05?$BE#fJdft1o>voWA-LrU82^J#KtG>Ka4^BMP XPWuOzrccyyy-;XLF^>V$MsJFUD);{(8Gxe-#rQQ^SG0Vh7r8%WQ@IQ$gg(ISG+5qyAPKY|yWiu&AlD)8;eQ-NPk6Z{3wt5Y$rey{-j+j{}tcV2*cj9P$t&02tb+81D+1P g#~2QL79JXzCStKaWhfcieN0OkFe;BGvB7XUARej4RX@Rz3{{oKs4ek9_;a0S|okeg* f)lwMf=LcP!}F$deguER?L7l{z0sNI=d;g5z7G)OrSM;8BLAJwLj89=3-y?A7TUk}S(vZES*X|1XJMVWMB#mBA>X $(-Iix#y!t8J;cToo4FqWk^$KTey0g(QZ)>~{3D$6Z&c?WZb2j>Y?S-hZ(EL6I^5bMIIg_y_tE<`&%wApa}L(aRp+3dHRl2!e|RqHv(>riuex*5zTMB oIFCCQ_;SLz7?<-2&g6MWa1P_adDQm=uQ?BR^6q)4_x9&wzKtiilwd2tR)U*cfN`920qS!FL0am(M=!v-GyFo(rv om;{J;J}%>Pvc$8vvO1iabnBFxWAF2eXcLU2cdiHorwO}iNLA|SXw!36|UJU$xUatY|j;g=xY@winm6xGD*AU#E>wlTfi_6gOJ6{fbnW`|Y@Q}+fkI%du_BVEe0NKwghzAOPUR{E6dM!o&?Xpz Y|E0(`OR$mgOT!;rivD|cDeC*iQqa%$m!h1lub{k$!0vVh@*jC6=Bs}t`hWi`(GLe+iF6lTiF_Zq5_EE<#(Q1EKf My|j$K8(3D2*qP=4!Gm_J=tA>NHwVcy?;6~^;veShvM%RG1N6gpEwV>lyUyFIW@pa f&{N_5;@7wDzj)SfT9_)KP#((zp=*LciZ9E^ZM?bwwkXQ|`_6Fij8P9J(`%^b!z8*^ONE){r3DOqB+w~^2Yw=C!| 7&hS`kM%LaXoGZ-rsmL=FLMlV_e_48SBy}w;=!RZ$bZ$y9M;EW6yE5cXYig9@ KR;=q!5Tvb{_lbTVbsO3}={EGk-U?e47H>m-hiSa|w;`W1Z$tZTBRHDiJ+}dm)?G$(fZ*oKQ0}Bkb5eeh>J^srLXM+V8=59C;7$@Faa7wH$aqc{%#)}se3VA``?Rxo_jCacig?8cNgA^{=Mg 3jPt5{fe)YG3p|P6N3@UU$9>3W{(Y$Tc?7qo{=4ixtgBDmkM-wQ4`7@RcmU%w?*Yum;~qeNp85dx1=l=){`lwt)M Kp&QLlavVm=O4xYvW|&-{a!zsEkPe8_{S=Zg=bUhhAsc<>PVanpw|&l?^>x%)hX{JS0kKAfQM*AdJSeBdGU&n^!m eC)$m5BGf-<9s+l+7f&BJ`6h7@Cf?rT!OUK@~$U1iTY#UqskXQhWO_`hVj_sapbqd-XoM0^Yn#k XSPBwWm<-5l@5PI_YVoyZLF<^TDT4&-b6k`uOeBz}H_qgZ>%#4CdXaXE2_{XH@R;4EVw8pMgAT>t|`L;d(ra`TP6 lkbn1cz^4nI!}wnD9Om2Y&!Hcl)$bqa`!~;FzV&$?@3qf^uO9O}>eKu@`m6hSwBw=YQU4d7$Gm#?d8GgJdEi5@mB 8aoS7LmAwi5j{WF`7{jKbfp1pk;{iT=BCCGxp$CHn8Km6*>DYxol@(JwEr1l`&2&)BE#_Gj>m2mBdyeGx(05_>NZ q%E)4{uhkzCx5~Iz2yb$ORjtY>&)W>_v3oLh_BVGc3cPPOF2!EHogz>3=1$f%@3hF !e74*lkuYg{h^$Pm$Pp^Qlz5f-^{qnQh(H?W@mmF>-G1sPOkp}@OJnIkbCU;0mkdb55S+j^a1#y?LMS2Ab84$$p7mPfj2WhA|8+6#UFuB+x}zp$3H&CJRSTA%Gu)+ ;LjnSVBh!XCy-zE|CD%ig8P07dFs=jVqT5@4C8XfXBfYyJ_G)I_!;<^Z$Cr3w*4IQs`NS9aoFde*Qb7t`E=dqz@P gSKJ~fE$392>-uN7J!22igXiI`V*Xy6ycb)K0?B8GbC+PcTUr-qL{}-s=CSMYbAvlTP!#sZoZc5`e=U(=+c*80pAl}V?CSlHTI{cevNhTFJEJPH~$9s_4{u?9~UWn{2PqJm)~ICj{Fwu$bxUt-VMB%z%2= i9F`!@-+=^q9_>f)Xpec@nCyeTCCKxpHWm{+nNE<${~&_A&wZO9_wUX%NI#t*<6VXz)5p6t{3U|C-hM)m`*#D{95 KJ$mmuTw%w8z>+FnTa>$PIuC!8Nao);6=jtN~jkRa2q;|Vg|UO|w@?Ky(npC1rp{MhgZF&V#s1bLngCCGS`B*^sk I)aQJ_Y!0}_$N8(~Td+V}fUW2=e+eAdc_L3G#gXf*|APHtWS?+;>GZn20oUt|c5K)i?cbs|`u(T9(NEiIc)iBkS;L3*M!%2mjdEx727a{l2L2sNkk {FT8t-b2w@lMNqWL{fkoNudjy%DZA!$R>FHhsPa*gy!3zn_A|lOvq_-vTZ5TnOV<&BievWO0{^{Nd {r%^y(B4hAj>-J(y*0*dcZK7&Mn5)gjrQ-gHQN1Kh0Xdsy*28c)9^W({$LG1TGOAb;iv2SdHVh0t@t)Q1f 7bk7(eH0-`VR;)z5jwBufH4qnEIdaY< s7!dQ$rTo66P0CC3er8?Fqb-eB+94+Ar@K<7e2zJNNX$Ef-h1yz-zlFfcZzxMa(jOj^N56dzuzV1JxSre`*qCw8{ _fNnD-Zozv*vca?bgWVKff({+Hcia?bL~?lC!Ecw;#F``Qtp6U#?nK0P-Abn}Z5pnttb0`GSs$m_{ug1m0c8wt8| qr&G$g1&z-664W#6zJDbf(e5DDA4z#Mu8q(Mv(Ud*N+1IZWtXC{vbOV^XZJym|u%Vqx_pkqn=NV1|5EVG{z%72J6 7kF{tmfF^C^1JYfvz*5zX`Z*L!idOSyv*V)g;fZh!mi}DU8$o%1gvFL{tV}TE=#-d(tjs>24Iu>~N?O4#Gb;jZSN 8^AmKOKkoJB~xWhZE%WdD=K#A2oj0IOKQmIE=@!<1nAk8He$BW*q3r=NhkOJn($|@yP#I1L-!{1O5G@Juu&Yu?On0>mFME9w=v@J(MmHWPT+_koRA=5ae^GX9zOi``jMr-(C}u|3(v$Zp(@2r=LzlzI7AP AHP<(`$Uv8R^#oZ;i-uj$JrB6&qFl*X%kV;i!|Q#`hF`x-X}gn@LHb7lRyvpPp0*eD*8|(;T^$!regg&unFU{)-< e-Qwfe^xDz~KGCH%uVN`-B7bM?P=vk9s9$qrRJFQ2&V;;M?yq=%?QkFNMqdRhnYaD|3H-GTY~K?ll^)-9qQTNXi|f2r@2i{NiFMexTL7eR-gE u#IKln_5r!uah{Lc2$ofFEZPWI6phoxqcwJJGLWI>GoxrGPT<| ^ooL4oy72y^E{w~sy3qgAy3n3n7uLBGx=`Mq2(r9!c^Br_fH|mN=N#1c&^cJYPMrgKd(#}0bLSk;%g5&+-w!q2Ml `wk++pi(;PGMI*cZ+31|Rq;!P5xNJP`f#9zi}A-F+_b@W{EycQL_R2|hFzbmPc_Vj@@BU>?@daq}>r51a@5c$FaU |JMEk`g`&pur3}%koTQe5oEc^-~WJlxa+~FSMp$_`_sYbuWt`V|Ni(8>=Sl51m!$%2+A3BDE1*uhoTyBw>=E~x65JZw|xn+JfY(-;NuO4VI0>!9R1zraPZA_hhsjTe>mvLqxyZlBT(*-k3fG-CdlVm2OI%>T zmxL-E;)#`~yc|9R6|y@a;8C|K<^(vs)dB_gO~*Z%#Q9{eRt&=!a*H1m1seB=Bh4qcBg09fk4^JqrBL$wvX7RvZQ Vdh#fY>z7BNUw1nic>cSifk(c+cN`78>pU9uSaCG!``OXR&pQU~*x(q@rJo(6``cqMkB1(E@fdLo=+be=puV>fWc `PK9D{xwc`Wd)K#=7yD~?5eUmS~dc%9>7qW7}dap=E!$ARvicpU0;`Els)YmdWtKEvTeV81vH<@K76_WW`_#&fs% pc~WYm2Yi@0^4Abk MmmZzaL=&Q-d49`NJP^YDJ=c_{bd^Dv%Qp9j3TmLSVz-#kzE!RKRq_BvnJbA<(kM=4x*KF0a#^D$0$osaxKBFJ*? Z_WoEbzFe`_`C~H?n@WwzCqvLRQS#Xz>j}i06h5U0`&jC6s~(A@Tm8Nm>=UW#Qexyi2gd|Le%T}3(@ZTFGM~sU5N I)aUt;hy$iw5#4bYp8Wc{r2;cX)2>Z_tf-EWC0J*-Sp=~xCHIFbqU7v*(DgCHm6uf= #Iuf=#As_)lai}D`77X9%VL6(32@H&)p=5?s&pRPmvRo7wt@ve`FKGt5>V;mm39{se#4KX=K9CHKYGmqSW{vGwFm ^Y7L>z`2GYkvYCv))bUr=d5YUkdVKjUuT%hJ11?z4A; pZff6%!~Sa5I&LMegw1kpk0sOgLePr9?X}w?!kQg=pN9mZ|?y&&&<_hA0e&ud1pWTxBgpUdM^NvbA4NHZN6~* *KMFbf9gkvO@A4St#q`I}Z%-5C^S5^%1Kx~z9OF3tajc)k$FaUFeH`_@?s2T=>pX#Sk0m&P;GYTZPH?*?G0r~0KG dG0pTzvXJm=Fj8(qUX^+E1!oP_J=ED-rZF3pZ^(n{kIng vRs5ZGtcdK3Hjdo66ni6Ujl!+#mhMNIP_)2TlF&bTYJ8O^N3qs!S|h3f&W;r3Uuj)RajqNUIqN!;?`(j0=Uw|)2DAn)1lHH`O^*FhIfdL4Y&6|X~H{^9H36Gy)R`NWbpun+tjLDm!c? VI3Bo_`bhjCl+6_^7vlCl|hj`Fg`!sMkwxVSeoKHt5{%-bVeq-p2g6;%(sF^0z^+o_rhg=cTtn-`~`DTfBq$I*1_ aiwu1Se8mOtpr5{Y2je;9UGTA2zKixZ{~dJv3W8s9zx)I8^!48Z9u9jS@rJ*T`F`B{=%$IXN!~DGCGprjge1>uP<}=iLtIyHDqX}L?aPjBB%W40leKXrL{S) *5mM_p>pM8OK{zqRT|Bf#){wIA2dUdnHm%juZSnFTFw?6*@zmfbG>hs#afIqRXV%{Qxy$RA1>D~Gj_{G9EF|nVzi QtI@bKe60zWEk-F^oo&@o*1A @$aHE3K|XJsMUdyqI|O-NOzu@9boq9IjGu$os*&~oc!HugwifDn8A0ZY?jp!^=~;r@u7PXUh`e(dL8h;5KR~{h5M +7Wrt4_A1bN@{4#CR_&Rw@g=IORStP#DXa|p6LWY>6&@DC3Yy*E UCe@u|)-);n1pX1mK(Jz~BRO4O4{YH@KL(|4JvVWRSkoma3Z;W__O=`Tu3HI8wM(E$so1)z>5M(;_@}?N~O*cb55 }TnO+Y^-Yat;5b!r>Y|QQxO-hJM;tVJktVZ#jazzv-X(9uMv9 rD}v0&OxYauZQmU6J2pr9uFX-Oxtn9Wjv&Z%;FQhLUsr0n*EdJL?`)2Ge5UVTZ;tx@us6atQuw3ZsQ*uTW1bA?jq %)}H}HK#Z_LLT1XvvKQbs6lZ&SCN|qUp3~Mqe~ZsXe?{ T6{S~XxIfV6+4`-6%cI|<8m3X6w*iIkK=HnD>dEr;iTeI0g{NqJT g%#G{<4(UJ?2H@E~Bui6rc4^22$8xYoM#f{3_FamaA?-VVi57mum6_^!t*}s`#9m&zk8sSo1uG`==Llp7^|@Mblg mgZ?mW@4e&bw}l&-7Ui k)Yp8^qWj^i8b{OCwM96%V+oWyQl{G#zBqR-|64xnxCg-{GQ&2>+>V@W8Qav3VWEsXsPh(dOVOm(`M$&Sx15O3St_5y~1M&GGE3tzc1zaF1;UI6V`vBK0jLnJ-oTB)1YPEs oz+>QA=S5(ziPpM_6t_KbHG2jXR0LUi6^1NZSJ8PaoAhhEW<`M-voh1;J}H&sj0(=keb?6h>^nm!`NUX}Vn$ZcAa E^nFiy{|!A4BRGyA%L-cPcLF`Xs&OB1@Plr8tCTzf#7fT+l%!48U1)~br!)b>DNVhGtb2O8D G=;gY@g9u)SljJ?B4`;np(_(zj{!Tj12;D7Is#_s_#1kJtxqI)%TY?^p4jis>(xLy*{M+0U52ttf7Nukii&Ua*_t ze7Ce4)b5D!akJ$V_Jtn^xUhLh+gEc#mUF~O`@=k={uh(&e3@Ppx;bNdz8KtOYL>lz`m9LUZdX=I*zx-pjUV>L6$ @Of^k~o{hHSw&EpP*>k+J>GKV^KVf)naHPGk0Tf=@%@phxIO*J0x5%#9%lbNn*+2?EAA5r)a`i<8z{y;xkwuKLoK A~?T=*Q=z$1t8T?lLaZ`|s&_ag6y@!WBxhoPPhJ@ZA{iV$ks(RRf#nO|)Fvs(RCUK~J+o%ghj@EwIRrSniYT#k!H SF46P*T90{@ezdmdQ^t!Jbkq6op&IBP|0V`K?5|9JQGC`bxLV8Jf!A+(AKnXk`TX}2dcUd$`s3_-VVMWpYTn0OOK >cO{o3j8pV0HuOcyjymIu~R9^LvrfnY%IUuqpDD?Eb2TQwi%iJRzsZ_RU0Cx6}#_oFmxQ`k-v=UYubocrCOJuE+N qBvs-j@0yr(f2X*{JR+JL)^a|Ijn~F5_oT@RAs%NL1CllH=ox7tzn&d%0_ +G6W%dVKOKCu_<q=hW$FCw!)cvk#QhDa}fz;~KV*;IEjcsqsXX#eZi}9Z%r85j>ygKw1BZPOZjWML*j9 i~NiKM%VEEmvBbk#h#G9U!(8K>G^M(mSr=G=zS`c)5>cs{a%j2MuF`vPS85uqVZXF!TN=RH2e_?{|7yvs_$ngypF =pq&)L6=;`yH=tt1+3;M<~gqsLXb^4U`JU-C(dGx&)gU)+9o^H`?ZU4T@iT(sKv%Od5Y b`mt`CBJNbKe@+l>7ADOuzj!{`?qh%B DN{UhVYD%araVeg84RZ+LB^-);1p$nDZ^a}~Zu@Ob(Spx+ojw$A2t;J*|dq18AQ`-*fbB4^8)}(+1XyEz<8?=3nSHtVV4n=*PO^f6($j()eHVnn_{baz7K?klv3a_=}i`n?# TQg&O!9`q*Px64J3<-PYR1Ln*9(3_eR(&i4zAGhWMJpCmuhx_&^v4e9&G^uAjRc4e=W;ldmGeju+g^!pvXv%X)N; 7(fR7xY_D13Q|}DC~z?=G!&!wX!e0w-Zbed_(j7C;eV$+D2jT#b9g7e=JkEh<+#5z+V&p-AM2X`rS^?e8za9Q@;l (d{8gg((vE<^n44!Kk!;izia9D3jO*~e!I}Ot#~}>`vnHKJ^0bMihfUUA86eh2_8o8&oRws{MYa)^n9g*PiGrCPv Mt2efO2ewjr>IGJiuU-3X1tGUpWcA;n2BO^m@VX;*sRj((TWw^0ONkHM~n|IVOy*6rNC2EJYRZ&#--we+3OZdhJ6 fy;`)29^Idr!>FQy1qxx+wdGTd=mXwXZr@mF^B(Q`C=o}nHX$#`26S;P4gDhM16kVX*bJukK%QO;L%!ke;>Dg2Ku&`eoJd$8^wQHQu=)j{n4;pG!K?bA6dgTMxLBC4Q0ATkoDl&3=bEB-89? CvAzCc&12(UurCWV-oEsG0R8?#&j)MRMil=T3cG~++UesNz2G~@{GIANd-0*o!$#%0vYA{mmCm*$l9^1RHJ$N;p@ W)-4Q(#SFFrhx(l`{ME7=_+(%F_wDdh)Yf<&=BSxh7gexf5;nC+($t+|3tRu@MCE~40;3;Zy4HdjovlnMnuTg-GP Qt2R{Np@56X1^s_l8Am{TDrr}q_ciJ9Z)!DLSIq|D!|0bWhrsi@6x((#)ufSQx)oMOGf1q-MLbtE14}Oin&C-kZb WNr>=CdT}m<)-c5RDLasS6GM7ScBr<+c68p&@O{GzV{X(MX&ncoY6s@I@Zl=-$zZfKPt%-blu9&0BWK)UGbjr^K^ @;dQ%Ah5gO=#0Ps3#Laskt?mNl|Vbm0OU=COdqJK0Zs4sL|<6rW6zl$znQ}txE*C4qqGEp6vALzf>a5wKw%m^gE! GEAHAim2PTsRgfvix<%f;Qm8eU)^S -n{@DC{Y*%m+1naq?-)}6_8CfQ6)r0m=MOkTP)83gGz>XdAnQlRnty_>U(S9D`Td}uB+EIu@o9_FAgr${Bcd8ir^ )K@LD13R2Sq9xanrvap9rb-2%A&*(IyME{(%Ex5ZRLm79PPWw1>=%$#knW%w7q~uUMb#ymshiUDFGv*p4xiI-KNf Nw(rNKbGNA4w?NxEtt+TYaBqRAwap3P(I<{qHpgo1%a4NOLZs AGo?$`9kgj8F9mu{v@VA?$c+HjKMmr=iJ2yuIMJ{$`u@Vlm$^XizHI!4opu(q5nSi-QWud^$BKm1`+=(4-M09<;5 =O!L}i7^R>oo`^@{4IPvmR?ig@^cs)y+}XfY>-6g+yfs~*{x0OY82Mbf!M)X-A&ju}g2|Q)5s*HYHTY1(bZTb&&K La7bgmRIUDA>FQ}w2Mra1-lr%9hl%M4EKPjw3OYzXG=|A|m)}fOsL<(m+vbh1^q2 BBSeMFCX9>m5WteKvq)cYIDYpP4fIO%wvw6A`0w*&xpy}3Dniz~YAU-BL>b2HVu~hKG5#~;1OlI6EZba{=qyn!5DqF ^YZ31vTug)umFXu+nId9C9n_I5wzPAye3Gz}5tA#(HIOQTwt*OTwflnK-HA9;N@U=tv}dX6m6es^n|+tKH|J<6L* ;c5851uRD2oEmwBaKvR0Ws`j5zgWa3*YP@M?Gz4-79@eidoS*^Jm!f#}| WzG}_QVqB*gJkAutuR#7$2{a6$!@B&tb9qV=J6~u0KB9YWtWSI1ck+7sjFXJu85`}IU1CNz%aZzHD;aaQHw35ShD6S~^dw4hU`w-OTt{*gyM $onnn*6u{I7_J>IN1DjB5SvVB91lvAK8YoUE6V*zNs0X8zFP+N;6P3_140_ 4XQ5};lzRN1aCu5FTTnIu|n$fgQ2btHuZV3g3g3rwgreO5CnR-wcQ(w2xstm-(I+A7{DCp*z&i4I0*ybQtVC3S}3 &TNFAlb&_WBa$OoigPqEDL?gZ%vjmMI{G>$iz&vBm?ceZZpZ57Rww+(?SgrsokRkL-e&s{GH-3p)U;(RU?&d!Fn2 }4F^b)Uno$o75qF^H3;cdePU!L-7;H9QnALL8&-OeI0WVmsk)mY 8pRR#f1vSdgRc%a;myen|_x3YZN}*d&rGI3;0j#l`uPXR+fZ5&MxNif=(4ZS;v_H@p>37>Cu 3OkyUSQhzF=I@_a>6KaBV=$7Y$lj*%X;OqCvlgb$?zy8vq~*_F6DsSy5V-mn mZGlba2PCYjvl5IS)Yj1wIN3%%(C;)P$B%;(u~s%*V!|#jmqFYx&yDF!8T+<@^@kCr }9j9vln;Z_WQDRo`KL3o|G&9q4>t4RH;q2|jXi5W?LX3yKnRK@&7Zt<=diRr*FKK|YzK1vts821bgxu3WY?-NvkZ gyE#Qt{l2@WRiQGkSDM@?Kwtc5E2@pHd?gPfskp-wC1HP0WWaW3LXy2+@X3^h%)sp@A2GaBS8Z~+)`0m+3dFpudS j6UOQVwSR@OP4g>WuFRRIH8_ieZFtTmZG^tOPb0=gi@QgJpl5%Cb*2o5{l_qS7ONw(pCv}rs5m6=rvoW-pHE9BeB joi6dtl-8`~u<5Y*`56yg1P!6`<#HhNxFAykU02S_L%1E$zxtVg&>vD1D$`n{#svAz&tfSQo#wXfVF|VmK|NQwI6 L2_W}mqBB`Y`^9cq2Mg&U^KMbDa#D_1{4`i3*qPwF643F@TM=`2x;Y{*YKJpVMpK@=I~=A%(Z2__<*;e%yC2ZlNu*-&)oNQN CwBhD1UPEYBRZ1i~3@wegpHjf=W*i@tcQkXgjrmexR C(hsw1&EzHjjl|ejrze7X56Ac-`rC>P0`*sq~jgN3>?9?Wu_#>FOds6@!}nd LEo%7NFD?Hop&m`)wZAsd^6or|p$`XLpEP~!~S%fH{!29 6aetJ@5b9kD!g^}_~vdt5f7x!JteZ3P>i%4tTXCXU!7n^J;b+4)gYC 6j|GP8-XVL*ZqF?&;BrA>R;(^`}C!%x7}ZJf%efoy5wIelx3$ywxW_NT|EZMUjRw@RmI+#S}{!w9~M0=h6@mgX&Z 3Qa?xCr2@414AQi8)}(!z9>ItL>gsfRgFG?j4{N88AjTt*JZgvqRp ;-KaI@_9XoCDLx0ZF`QYoG}Dm#bkjOo{%3N-|9$pnYq@}nevUgben9BdFplhMLDubhKH0DXPt`c)G%5|Y4D2ph$C DlA-2B6plLlL#WwqG#Iw|gjSV-p)lkq%?JIFkmUt`h3r|Rj)$o(+#Akq@%9116XG^JuvYe{&7+@L(WIzPfFh;Y{I2@P^Lczp+O?AjpFcK{1#YXcinM?ox-utBr%mKe}?0ByLE*;z~gWor}EN|f%PHpOCF NlL6sf!_u4XHkU^K`Z4kkYX4CKMIh+7)+nGPnfqM_+m%8R%kobDn}$P@{I_}EaulK#$OLPO)EZ&*@jx>9;nhZTAT ;hm0C)ZrC?e#Fy41ShFWL>s>DcC#9%ta*e!kM%+cB)y7Cish(r$C6AkA*I7pC*A>Ru@aTaY^xoJFhTn!uIm31@sJ Mp!&3~`V?g^}9nQFdG0&AgihP7r#T@L7rsgjF^O4X)GDC2&Y>;G`N-nQDlp;-<@KCpdz#0mMP5)Ucw~+?0UWf^3Q d^~sIc!7qGpK>4`HYr^^t(31nIU3b|R8#$X3`KSb%p$N*ysHaF(2P~VLr801eF%nM*R&t~0!q2lX^5vhght*(AVG 70m0f8Wx6bKI8leVINBUOxkz@s~z-0w0lp(akNHo1yK;onOoWFwtQ`8+}NfpW?xWlRK{&~Z|&fcTeLd>B@%XJS&2 god+UxCLi|`jDaWH_#yi>k@-yg7CW$b@8*(COdluEB0}aojndp4pv0uK#P(oBa@?NB91=oPpNO^*{l?yj)YJI`AB 3=60rP*Ave&O5rOh`w)@(XuELVL)2go;yVG}~W2a-|_Z!Z;<@$PlV&+UiqLF%#d9x{bU3UVn-$<6nWC&)c0I%PuT (&=PXu<46M=0#4+9ca(2{NC#L)Pd!2WqU2bP%Xuw7HO*EvhzP_%rF|0t@h{GUNPAp8n@;gPhn7r@reqzAejqnJlH 4J6^wVf$KMkyOgFP*M73!C9R%JtOEU?^ZHHMgMKW}v}f3jM8CX#jiE$cUPS4~>$hhqO$n#^gp)zLWHnU<*=VLIw> %u@{t`-iUxFp-jHV<%HqB1w5vf2cqEvGlh3GDORI*!&nO5jd3`ZYM&r`Q>5i{EPlx{|@Kxo)+CRKC*am#!*-DVFC 5_-TX=fq5)2?2|B_Ov67u1hm6)OrJ`dlC@pBpOBHQ|tZ0`$b}!9J%V@O(~xXhlV2Y9P|c*JP{O%M3AN({wG3iCYr wMTpVnsqGtmbNPIK-Opu+J6%P{K%*8O!&Q#|?r>Qr%e&=>?XcMHa6O-At5{>vUk2bJFd0U1(&2P4$ZOt~rW*|+&& _VoZnCxhW%5JJ4J6K}=ORcT6-4aHf<-V+AQF65%?3sLhqEW^d5`uo*ndf6Ucv{{(axPpWF#H6Z Q@aArnzBNU)GHo@6TTNb-E`~%Jd(CXJrNzfCooi&3YR4C)BF)0T&xT$ubi`Cfh{Zu93B>tkgH~o|QJLvYBOK{*mN VcZaoH==ED)k$3!0LJ8j0v=K;|l2Tam&r58jT$6j5rG11r&P;G-l7Ea9}D%9ILGk3!n4b>fb&Wli*jZiOd^kt4rg 4bS`>o|RcvgpEUlzQ5vxmSw1H9jpkZKsfZy5jtSH7;ThRjv3??-{FPCUC|=Yv-q51KqivTX$(h #}BZ-gbl26N(#WW03t*8(>x`qY9(=?x%C+$%r4S#E~3nF}+A7q3p69r1%%hS$HRU#r4u%kLj7arL_>&~u$xfRC4xDhGofrRaYK- Jg5DbFg~l|`g2(l6R4o~V^aa&qxMki$X|TShPzI@!B%%~qd-o>2Xp83jp|sH3+7NFVi}2&Xr@xxJ&q!^w@^ieg{g5Q=bq-d!TR@fYF$_R4Xl9d%A3RAzvT~X1bNOz3nmgB5AT1* ;jyV9K$g!Wd4nv0e5q+Fpb$%@IT|EWG${m_`67(FN5IxUyW$YvpF^bp*J_N0m=djB@LXr~sfnk6QuIV{Z@5g~++) `EfCLKrHfHYYX^Y6}4xCd$Clp;S=_{)LBeWdG8JaYVFne%pj&NTUK(uyR7kVMS1jG2>3L@>;ebF(}ZJ^jAunR>se WN}r6DtR%u35Qk*+$(;3|-tE#JdX$hv)<7^wJR0qC>T5O5jf%fxyyTP?ZhmI_-V8r3A_^IL0v>2te_z4NC;lhUCF}r4#@cKo|KS=R70q CNny%<7q>HRpUd+{3;jKWv?Xn|BSMJfvZl(&Bx6qss)iq|UI!ga{41{X_LF+C&KMo>mc9acF7wzal_S4O)&1M%9pok)*Qi}d{x29z#Jw0k07P)WYWVXC9@^jA21)045}NqK{g8 !zsd!Wfsu;YxD6bN`Nm=fY?=%Mjb~)z4HadraH;P*po11kTBfv!;R#iolufzSo)1koMWDqslS4)pHibzHk~=DlR6bK<{Z${ghe>Zx9>#Ml_&)^K5SXkQTMfnX0vKA>+<%Q;!8JZEH7DP%&c4UZmdTT><&!8ix~b~P$mTbTZV tJ!ZAEaipIyofvD(lkdIr2-g|>b3n|k>lR*REmFwu7&0{%3^0^wzLw#BGx;VQRQN_f+%82iSSuChkBEj>P1BJuxG 3}Sue}&4AitB9=H2)*{&HOlZ-C#$DA{RT$#03S1HuM?84phIV=b_iT|CFh+Rk#D)OOq0lej`!AxFe4Kc<0Y^u>3( d#7i?huk$B*w#4gWw3R(x;SR)O&0>9Lh3mRv)MO_JFop{0vd*4MY>s3l+{2`oI~-78Egg@KF@}rLs9Mi}{ljX+Q@H5ZP>C8wXp&~dBtVmt^(QK8o*@JL 3pNz5aSF>cfbmo0Pa;@o3Nqj}Xqd$|J9(NH(V%r{OJs%OBiKH%yFUC@ezP7)0)AHT4b0)6W?^^A^e4`Z753#_H-; h@gl?3y{`4KEalba=yq798Wzlbq6t-hwyWXtyLL@jB_ePY0jLr$eKudf^x7II~>_=75?7u@-&kIl*F=6qwP)4SGQtvDxW_UjYF#YiS+^pe%+&B|TGz&7fXqsTgzFa ?E;9mg3cS_T8zc(Kd?GMyF1Hrg!hc^Yj)_@K6AqY+UZ;jzL}VtO8sx~NijN-Pzeb=y-NrztpB@1{^K8B= &C=H(>P=HM&jC_U$uMJI`oSj11 *^aAa#Gm($ Tp(YvgJ0%@R&nrM?RgGBs^2`zX;JWL9Krh{ZeJ>>KB*!FqBQ$KkV9y<<<`>cyM(*#AYHMpPVcD4GA+&tYu_QkF7< G-7_+EWP4}Bt+eJsBhe}qi}HQJ_hI%bGy89|Sk@3Dsqq|EgHs$(qVGKGX$v7D^{hN`zQ&v?h-@rmsc>@DHP_9vEH 9Sfxz<0Lnp=&fgLbJ!FwD@)bx&j5WhE&*g1P|;3C; PV^OY;k{Q645sp}wByU#0S*hJ8n)2?Fp~s##;@!Ur8%8R7rVX6DFr17T1%_Ww#qOkzOj^nC?H%{WW8acA4Y+Upn8 -bmr17_eg^zWHMS&hq9bv>JJCq^FHd4WK~HRLA_uor@j?f0NnQ5NHIfq=$e7kQaMIDl1k{2jk?2U6je)TyDIC#+Q U4u)|Lrb*&*L!zLs+K^DODgwxrDwm*^x5=gxXhDQo0n7z=Z-#z!BKBL}XhZ#h}#jF+CFn4OrI&X(pdS6VEji8OFC =gy;lo+^O>B$}8;BNMwVFf-f)u}`5=c6OFp=^6FQQHIi6%L3UMsgd)VErs5wG~5bt)`X$EQ2?0el;2!xYlDZJaAz yaBg>?!T5i|d)NABHh$VV_2;oH-FRO9I4@f#b5NC`RGsCPHDsRw(y6aoG|I! `*0vYi)8Cqg=AuSO`WSy)2yY4&|!3x?i~ys(s|jalH&jRxp!?=2v~&fj!NkFgn{jvxyds3$sa&U5zDrT)>>YRar6mU|6$g#~tYON87DNE+eThrb+k@%CIK@EIrlB1O>BBBdqz7 t)oQjS-7PhV-!7HF;_GP-gH_!*u3nEtN~69%jTo8jBHm|LZS|s=v!IpYOICqT-A;L(DblSpNpmYJ!f XNbBgm75e<^`IIC2MX!zMq+N+k5nS`IEr(BkaK#zHHI_C_H1>F^BXwqQUE<1HvQCIglsP>(eJv)>pCdxd=>?TtjZ d!~K$ixrb!MR5m*gf%j&XSdKXQrh>+ZvZ6k^hZCWF84piL1Yg_A4a3^<~BBxN~q&aL27#-6;% uEw0cMPs_f%o6=*Cu=8$Svz2^646zxcjL=Wq@2T#zEfS9I(VZ;c;Z9SH)=vkz|vEij46ZpZpF1iT|{TRwOnX8+VM A2CKV9@d{mkq9`V+PDdqGrx^B})oV18$wDtcH2HWE^X0>f_qn>HOJi`XNx>{8OVF+tnP*_qy)6#?cmwxd766mYd- K&0Dq_M_vis9?=sEeEsKyF4a0b=7ck#wdnK)|nRBwzma}x=BixJa^+<|z)PD Xz>5^)%=GD;>{qFq3hNM?PFe89Hfd~!T-ghwZ1D(vnIIfMw!jbX^9TOr+Z!ntI%Y^x*+<5AzqJb?X(XMNM)$&pNo ;&f6R0R$W--hCmGkr`+#6kLas#LK0i4_4G-bW<_e!t(++)Eqzv)4zQ?Fp$8C={Ce(JoSG8p=^Eo HY3pFgtcYd;Is;*9=>J-lCsh&_X9LGU80C6S+1G?d{?h?`kS6TtvHa?&x&fjXq*{x|>m6kg|#>-N0jntkd*lvv-;f)mvJtPs5&#}h7N= M2$avB?&Uac-nD&H=yI(6Tf&N?byytJBR*g!_yAxagB2{uVgOcAGjOdB{zbi;FD5DP|SIcZ_>;M{qtPOGL^>zk!n`;s1e6P4pmdlP2-AFS6Ru22#A|S_BHpFo<=mR2J9CigYOv(W#?R>>9J|Z#MLzVA+3SG~oQRojGYqg5z Dt;p@F|B0G>aGYla@o*znK^3^`;cz-%pto4v$eo6N2r&g2Cw!cM11=4i GeRHZ8bf5p)C$3!a<1SU=C44kzUoRW2H3q&bWReR}3ZFkcy;HgjmO$0I1?Q|OOR@(%#Rb-5_qL sRyoIK(fA=Ke5chRXCLDOH&gGWssTlGL9o0v4M(Qafka+QcQ?wkcEn{gu>O$~x(wEFa{uJY7``-Nu7~PW4v9=?CV;ZLMrDg~6gcKGf*$v_nBs<~b6KA;^J0;9Ly~#-hca| 49v>4wZ4jNs97x>$xDW6H%Nn;Pl%`!l2x!U)Y%X)2^Hbw~|D4Bsn>a`s8*cmOV2N6-<0a_?=;^rb1AAGp_N)w^Z( B@&%ftYflqUv0806i0{Hz+P#<$Ma8dO4lq8(FM!hO_C4IJps0V1(D1e0#EvuY^cOH`snAmuFtpC^;yFZgG_dR;RN -c&3vqYRYF0LX(j~G!M1X6MY6ayoO?|(7~|M)v9Mdw&k&8S3l~Y9?ax)pB`ptELSLnvQ=(V`Ug%L5nws-#I(gQ(? iq4=2BFVD$HY{BiPGikv1^xMxu=_wmC8hgd2HYz-eN-<}9HvvOH8xDxAfKbu?5@|MlWwc6A{FO@ &UvBM3dDxK@r&9PZj9=pRw<^G)uoTt&*mhfpfp8MnbH&sWj2f !Oh4E^`fL9I!83T;?wz0cNG_aZ!w?45~WuSHHA5y)615xHc+J5;1^ECHl`O%v?%ps&&&l4%o`%%u#4D yNTp;Y*SFfpwuZMQD6w6~+pF-pu?OlDM3A!w1C3pPhhK0(az%~=CxRPrvb3GbzB#sj=XcjhjR{RyJ4CMGU-ZDP&#G3_gj}hJ;Y+$N9mk~sj D{!qrobRQdX}n_ChlT__5`7(FHfi#2#{4GR1gk9J^_CMB%@DS8<-O8%QUQvpBVL~&FuYv>r;X$)sjxzkBM@PY=_0ti&~5E^l__y8E~6S+a_LEpG(MigO*bR! PEr8#&~Qyh0aAo@;{!;rCd|QmLXeDS8sg%T4#9G>Y{yG9rk*8|y#b9##3#lKLdKH1>}1F@8toQvvK t6w_78UCO?qFqbL`otRBla=QlSYClYmEYh|Ev)ijXEI-~l+J|)$S!|xvUg;+6kqP4QD0%%GGAd@GY@*H?qyxjWw3 ix6_2O}(`v*BkbZ``OXX(UdE$!r5ItPGtQI4m%F@?g*Y6-6;l&qnI=Tx^cIMJ4)U(-dr!82{aivcP5ab-a46{w@k 5zid#6T2pw&eUga5}LqKQkFisg;750R =X0NSMO6VpCLmRv)t*xvJMyYcdXrI}|fj(wcZYxi#bM@Yl3yS92I=!4ub|S10oP_FWrM}r}ZYeR>Yhj0}f)F*rNJyEAp$995Waj&7Rf)}! aQMbiEB3Wzhv@0bD~34Mcs`uWvKiEr0u3dXFJ9#An>~Y>!gC-0OFN9>LHHDr_p?f*6$6OKcM5N%M3CS$4xcv8YaH Pl~8tjNcTRI3tNzG!}>#j!4E-2LxL3)Gx{+O6&N_A4dxZJDo=A4LLQI$%#zSKRw%Bn;0?@#_>-y)OD 0#z637ANICWm!Y_QNAF9hZAFK+d8;COox$rN2pwZX~Z`g7)FT$mbQwyRw)^R3ihH=7b0;t;x;0_zDFCBFx>YBcV4 o7V~m)V4uLyi{Eeb 2XcuF=maoKnmgGK2y?(2}Cb31eaTC)x+Kc7u5eoue!=j1baqB183e*M&5nxx5s*EdWQ5)u9xHogi%l_MhU&dJiHE j(TMTZaXsYGtFE%d-{B7=oUVcj9SZ!0fX5|j(6R#QO2>tQnX>_SRT;-PkFeT{IJcbX$ 8Yn#7z|?n^obG^n)an%hjh%Y*w#Q2KK*kRC_>~Y3?4pOJO>>yVqP@1QighcKBfYCo_+(2eoLf?DzOp>^tjg$KBj6 }~aO!Xx>2VcQB7^cf2~4|!GzUR=lIgDRu{RB0+G7M4LHTZ?ipvl9urS;n2~(G6LgvqD@$*;{%{*{7l6)O}PlZB*E 9m(%wyUZ=DwiihCTEXCv5k;(Zo7g^^;`Tjvl5}k1BXF8=UQks#N%Mh8sdEi7%%7XIF8Ub%s4rZ$A_0v=^O_o`GG@ ()#ebvvs!9I=eHCbL%AXCnwt#SEX!P+RA jxTcCTTEdU;5BM*rV*&*!kg^Q$f{H@7cwRG9z57gH!$DsaX=2N&;){y;h? *dPobN>-E-@y=fgX&MUEKWc&tp752G>Gg23sZvw1iFH8rJ^Ad_G?iHJI1?YT~J7$t&OluorkFCB>{NTG2s87o8QABx)vO-E(E1jxv1P2j;B R!}$30thk0chfdEVjL50lG^f{4s)D-fm=l-LPiGYJf#OdicV#w;-EXdX?8tI=i &-P&uM9qV_-y=7gZ)6MN4WMf1bRU7GuG|w0FfxHM%_+$)kk{@n$oU1bA4h&x5&vU8`bsD3mC1Mx>i7?DyA_;1|o?nH+14@wMkAbT#uj0(4NdLaTSr|79e}=JBtv 7X~3|UW!HV98Br|AsdS5a)yas1e0CQj>uspQt*LE*D~{D0kzGApc0|z^o-QC)wW^)pod-L+)N6p`Rwn8kGIX^NgyIzyyIfH#qY%l&PBEjXZGz8sN4@XId1g$F^NG8Mn?9ReA$o{{Cd+yc+RzntgsSyr&uma }4^Av8JC|whvj~ES~UeE_?~I;RL|=te9LxM+iM7Ru?zFiHx03Qxs=` m!Zl_IF8i@8z@W)3if;=X*x^L^Yy6RTnYZfRczTQ_e*ZZXcKfBE 4bjzqx2>_x7-M<-)bguBHE_ZYlGN{{ORXp*q=}?f2;xyTk1&yZ1$wiG+IIcP_9NacSs4Z_V@YgVpE4N+uYBbP&2? j5>P^T?pC~P=~OlMW{eXdSF>rY0JiJO__=yGrXk&vyi#g*6%98p-wD5EsN~xbo|d$r>ul3)tTBjDKVxbob4FaK>R McVLiV8uP2kXC2Y=aL_Gz+xs=XCuehl0=r6=o;as5jfcqD?InFJ`JOT9r9pO^YT31cQRs~mR!`T0^wncZ-%p)+A8s=@>HwyRm2BuU6U?z;4Q }Y)frmk&bvBemgCAW%ua4iq!^l$5l*l6y7$VN=UkbBThYyR=#fmT>=gdfyvyW6#Fh7zt2WJ5G?in8_J?o*_FW6X*8PAC6YaxS`u}Y^tFTZjX;cFX54uM7kuWD#RHm31y{>$SrnN*}M8Riuc`~n{75m92dRSB66&2wOvDpgR 60}?7Au=G@?G<4TV`1dM=jO4IG4|R7k?zoZbZ8ee<*O=8!hK8+fC;p$#FO@DEOzImrM-k1&D^dze s?nfP0vM`chZ*h2zA<2;Arn+J%!;nVyyP0l(;=dD?M*_@@bQslk!LMAFUbE=KRQfkXCjK^P`VWP(+FAiGH%KOgc*h-(uBYiGl42ZdFxJ;HmT88es+Y0V3Dt{PoejZ*YXkc{q*gGh JG>IcQ51xscEl4Q-pa}WUYk+^#G(9%(>A8bvSmstE=Mnzg?|g&5jv?m`VpbrUrZbut%=lwTedRDng2D4fJCu@$4>>)H9d`a4JQ`|c1qF$IS;x+^8s$xg0?GeQUsbuwmF$O0PHCaZ>?) M^R1DrbxghGCdwftp*)`ct)VNoHMFNo*6d@{=i`S>8$JPZuj@?B>_6yccNZQxBq*`4Zj90sjLyfSTV9%h(O4wJU< y*t%(#)Sirtz3&J-^q$5yg;3GvH)*m19EEW2X!>!{hN*QktOqNX5G}DZY{#_n(IPvWU-Jzz-+%esKp*y6q2Mgm2T B1X2AVbScMAbV+n`0$b}=?dl|o#8Pl-yoK1qAt?kAy8-_O}l%}msyzH5?JH}931{{MJ0!TQUgEGkgZqUGKwca$UW sm{(Q&opYU3i$U>cqR>CuQ}Ej~rQeWlqkq0IPjfxtojGN2i~w<|6ac`ZqKAtWi|EtE-I4bIR3xsF3+%(5yHHnt?rM6k 2qsHJWgUWf_)b7nJ9xd2zODcE<>@i6!Xav68kRt+Mv2)NDm6(1aDAhFL)wxupVJ2|c1yz3GjOqo-Za{qp0#R; aKKzCp=NKyeBN%%+QKB_#a6v5yTMqvik0WC(XD4X>&U$HY6r`=8HuiQSS#`ExvWSWtMJNI>!I@@6x8wBRyAf74>r -bYOxneCt+v~hnQhBT4q^rXCgx1QkKqUiqdU)@N&lq>F{#u`h@irAp$`$d2z0Y4hxeCTOp91V1KV2#_IEO8zxo-m 4kkO7{*1d)xM7|Vt5I+lPL?z9r<;nK>1c#5A|hH`2l9=VK|Lgv6RJ?uB!g%c8aqWsCtzb8X$dtDMXzZFJfGSh?fm FUmVgp9ylT{9#~3}DiwOx+3Rl;s1Y%DY)=fREG@F$XH^;3*26VVz<~0%)#}z8j}2y7H%B1G<=NLmGAhhR&LSPs)}3nVIefO|lGJx&M)wTWG#rhVlz0koE)d{ddc^s6YkH25%D}hge#Vz6FXt52ImA+?GE+gQyyJ 2>$F)j4E~{STLZcG$?;OI;V>8__F$_zTV<8d1qrh@a;J7_CQ(JxLhZNv(6>0cDFBz~yaaJ{_UIVE}W<&v3U0qV)> 7;mkY?d<*S|yWwy)+8f#!%Mr=wd;0tAlA-DDjphEcCA&dXc4`PnB9g+$Q?ObR;J25?31)^fUJL1A}6BMuvPY(U#f sh8ZI!e-2AwM4ZW^ElH|;Glo6JpiOTTh9S>?Y^*a~H*i5lM7#sUSV;C?$<+S5<+X<)-$~roKyK-j2MWC>Ho?A&ia 4cBXNm*S@($k)BopYSep4%5;CY!IOf^q^G-zE!8#{n1}8G1jqz1X2X(UXrT$CHg~lP9OutvOu71pG~jQxvueq9*Z-<3lLZ^E%xbf6Y4W7|wcXVO2uLuS+{dJvDr;-;AYv%&m9fqfq}YT#h!ambE4g>QThjr$ev0|)YxsrMR$*SeRlPW4{oo_c!_S~-sHfhZxu4)r@#<{`6EBze_jI?mk=l|FoW@H|wP@ax;^t 2!ZYij`xhg5hk+M70pJ^K=lmdAem5{7ZINS$k;N(7zBN2D)+8of^$|Iq8btB4JrNyUs*>AC<`sZR4%S1=J~TD>h(B5e+~6AOpVWFh^(qFg6`!);obkmk|TO{n{f@b>WwIlVj0$iREJ 3)9mTg`iApPn=G9ED`ktK?eg2@o*8B{7?L|=d<#2)@x0-%Bx`t=;8kq_bokcWLKK8=C6p+jMSO!B=xYn$EK=Pld> hJtV)%-r1Et4MhJ=_W@IpfIgCi!Nuhx0rI$hjUU;X?09pu`f`D2SYDeTBnO`#JJLlYc&kaVTQe_v~4<#9lxN)E7e ZI4ze@LAqT0(!%H6dn=W@<{|OF+^@R$BmOU+of#l}^7ZI=;EYv%BBkAdWav^fS#H8_F4|(05Hn9mqnBA}5KELaf5_)6{! =yQ^kUVD4xih@=^Wm*K>FrzNTmSuMw{G9MH9*~jVQ} q_)0g#Pp8evN>1X;Ow0UpfYBUU==h?}aW_)&@EeD5>4j+U8+#cN;{93%CLsY9ArzrY%lXyu{-DL^0&YOSw`uW4*F T;I!KQYH4io;GhruvtYq8a?l@C!ckr`dFfGNLs0t+Cwt)%ez}pWUMW(Cum_!Z@BT@+qk$cSg5H|2PQ6C63Mp$>6i ey>#>Ex<(m?SDUxTD0bLvzMD6jccdV56gzS!_@BYP`7u2q-c-yGs!4R=BwOqW^1NOyBdw;$8*)jXe(EO#PbHt%VEa=`bKNVX>R{^HGwh0T*9Yns7|7Jz;O%1oV=xMTDEvGih5 N(=h*Xz*-J!bekW-a!R8Z?dK;NXiRCYd%kCsF<0tdwredCxGC?nu=sw=jGygM+MISDUxE_2Ny*&|)V<LUS*)lB)RAVG1yI)Y=I!#@n0C_Xy>vgNc_>$KBxYFN&AXDiKr=l%r?~***}OkJt2280l4ml_=YH8q4V=*`*L3&h9V%vGRM Ub}M@j~L$FPntQM7OkP2%3{=o2&B$)P-{M -74oxBYK`14{vx*!(YrB8u;ezi8g+e)kKCiA24U_*Ykawx71gl!=WFfeavZwmo%y~UIrS?ao&2(vvpR|GRfnazDG }7HZQX|xHivaQHl}3@%1x0g>)8{M0BP!y;}o#=2r|pf{SlkV}J-RD}R#1g)SW^T>trzl2cw~H~aQ)(n8SZ(|gz%g Xas{Xp>2yX;QLvsbzJkrT>&(0|LO{jGhiTdG%`Kr5_UFp&TH2%1@DFnu4*$Ss 7KidUThXVi0#VG;C2oT{So0_bg@#~&Oy%AxO0ruv;mtDQKVu}Ql~ cGRTIz;$3YsQ7QV$}n!SrR$2rIpDl|8A?k1ZL^O4;jI26`6wJxfXtyVODv>3t({6gVMR^rU@94~4fer8*EMW+YbF &q-C?jUdnj0`OZP4?Gmk2WBF_*p2T+nLNUU1LY!CI?wcf_6S7Dtn%<3z|sY2#ZsG@j!YQrWUI+&*z196ffqk5^JF qBZZo_+9@a-UW8wdGXG2|>}qdtMlw$Y_Ranl*R!x_1N=*nq^MpoSr8twjX uJ2?zL%h#KO8Wy8^f*cFhm+-063fiy3RLLU%AAmUiA6pTsEyH&cg`IG#27rTO}U4xTLE beIYftYr>b8xVW!+C-OObwOzo8nZGZ1sg374?-4+vYvJf9Dti#TrqC`P?>%PuQ{rjh8-rSIdR(Xp`@fU_->3HZqZ x^HqcOqZQ)q7D>wVUJ`>vcFUAplLW>~nx8mw{lgr>&=K*S^Hd~O@RZqkQTo$NbNiN-)K4R5TiF(C9`ZJZdlCM{RN })cYLH|VI+W#-4Vyv4HZ+A_D*{ur_S7emn`L$AA7<_>?hcBYc7-8U7jI^0NJKe#44ZZ@5_sKR5Qf)Tqx_U#?oMG@ 5KB1DvAt*pkqDOP~VM)S^DxCtk-!f(`KCXA>Cf)>x1ky@Ti@jqwbOaFEye2|6rqJVHYlNQZ >PPun-3&+myw!D$|;Ue|x12zWB2C0Zm>3nfd_MB(~r6CHr9*z~x!AW)uf2SM={}o3ggI_;i7 Udb|0mwv^~g0xU~VU(l+ dwRg1Hc*q^rve#i3_&I`fNleDq`wPMF8e_%y|j+8qJ{Q9@=|5?RV-GzTx~IaLcq%`y$;1@3QHmtbPsahAZS*o?dR uq-l?7njXBwg*N`Grf5?Nx{2WEG(lL{ $EjLvJp6GOMeU0!pa!F)0z%vYOp){pyE+|D)>7MbjU6MvpRdiXGvA9bROvjz%+nF&&7MfMp%jlir7Cv>7_kc{ZMh $hs7-&ROEdnh4jEQz%`ZKOBo)_bWiaXh?cm%Z%eqI3oZp4_gDL!3V6C+JXFJIQF^2@1Avw>*SqRs3o7ujEa@OI(4 ##|uWZfao^e&E#{LGtXJD8jJ-7GvVj6!H<)wIH7>Fy32*CWbh>^UNs$-ob?)F+`)|H^&!82MC}TpXMvY5YHwYL4K 7d{eq`rGBt+O%R!!j@>5~rKD4uV=n@qf9ZmDY~8C+TQvL-(2MRc_v|Af9AV2WYRYNbp`~_O<1pi!0!c>~zsgGP|3%_LX)all?k7=Vx_a!x_ec7e-KyoDpvG?_OFLN+mITZCh NobRUi?jV1a8YO#}V*|U!>5sx7S(cW0JC&USI%*5xhoSCU`jsJ81yBHJ1Pj4e!vuNLNG%U$}DjNvpX|hwHe~ss@L @csq@P%JyjIPohLi0Pzl(9kJ0gMp|yjY-yjaN=7hNLEJ8FDVTEc5~Vw%!|T{#1)Zz@`tmgC)z!WG}5Z-_OtKIerA |#ScXcnR-y1=F21Gj+QK0E{GNH4XX13M-{xEmxFZ>kq6g~Z#7-A2!`lqkjUU;lC|oKHz#0=IHj?WATvBc5W>8sBf @qF$Rfgjj#(&J$IKvgrUU8%Eq=KysHtTEor3o{1QgyXi&>^eK%@dMAs)geTFVv@d(7A|RoRoU@u52>=0=drJuk#( 1&fh5H9Of6F{WU~r6DX?!110Dfh8NghAijOr4C V=+Xb4ddyx3NdS+mpN5&_BBB;@QFPK11lEs7^ %XVoT=?A?e+0?E@^4Z9Ex8mhojOcC>ZM&xBmvq8s>xYFhaE5g#(X)g%x>Ky_NK)ghy?HMnTj> 5WlU_M#qo}jyPHX5YQ#C+ne4js3BlrW@%)*}WM5;P*i*5Nn9*E^NqNkz->Y?8* =ipy4pFUpv#hh#4%lW~JCwTnEG-bxqzazN~Bd&TFt?g^uEg`Ay|s`2$Tq@v^row2ITY${XxCmVaFPub`?odjr}X% ug2cDKrsjRyVP#US0c}$PTegyzL#0x9ZTx?23k+VvP)?k3_YHT#VReRx^^w`VMt#ca7LZ7tgsYN>z{y5ln~lhfP2 vBw?px2eBcNs7XPa8SV~|l9f$~gyE(~L>b!2YqyPCw99#^dKF6N{EI~LGCQSByr=f|dU2Goj{rtu`fZgh7eu>jVP 6BxAT9VSHI?DZNN3&{tNF~gZEu-*t#kw@29)GO=55m6Mv|`wIcZTf4jDv+`J!q5OF}}LCnTOb2Ln8)6Y;P$l#&h) F>SsTPRX3F>rSCXHL0t=mapS)*hU-rH@ulfA)n?}3w5#pUDtE);g9dqrmN-$y@oZFKkvsPdggF>A_=2Ab#dh@=@NzRnch !ngVIW?2P<}b%;zV#Y|@r{?vfyMJ7iiM4uAfYo~PuZ3yl0Tm*nC%N_t0NO+VQeoI&w3VS<^M5;(z4L?tQEhIit}eO$s)2$U!Agz8FrJDO)(L0Q4GSpqI`ahcA$zaDpnYnMq eTc**#h;v%6R5U$CVvL-z{bKb{x}?j`XAs93z2tamLs%;NaXmP@zG0u3u{Ckj5H!~$SgM(JCCBfzHao%B|?8>L?K WKU+zV$L#O!FvGfkJzZ$A+RQffLUFLXJ)~4ZBne8MMX?)RyYOUsa1K=;v?$GQ~NKs3}@(qR1(^L-gvIf6g+|)3OT $al@q{MpVT!S%q6z#_f_>b6@!pFNm9%E_8nc!`a2|{kk2ZLH=RD6)&C*@j^ XP-g6^bR`mh*ad%650U0ofk(ZS!H7C5%16cu0ahF{B&V8$=sHTIVp^+w{}VJjw*H$5g*x!^qit C&*uL$vfw&SXKiBh1I<^ZM)|sDpp)u>2Me#zEa$O_Qb#vkK3)v~{pC5SFhy3EI+gcG*esMK!9kWPy=ra3TV+lXVM |&FM-$SA8S33MWvaw{5A?4GaH9Q(rsF+T3oG;P^pz7iz3y=dfB@;=VdnT?=+8V_=C#sNR_sOnu7v0_(!n90{aFDz ?>A4uNF;XUQ`X{}u^lhq!Kzwpn_~hNz^EQqC(q+3jr>$=-Yh`ks28+N|B&*`HI%rQkMd8ao15gEuFtDKspN4ZT%E 0n%)+C2U`Qsy18xNf&HyQ(Y@n*`=TFJiLZ708d%Z(=_{lSb)ANN({OKv>e{4krb?J{-J;l;Nr22F}$VzT50bq<7} q9GT_jr%$K3*Xk%FifxSmQ%zlR1&|3gkzk3{AT8=uCHWS8 ^e2tU$L$UR)B4gTFSkek05RaRubc^;1~Ome_ma;h_da_?yf1yZnA0f#DZRGLr`KTHjv9bP7q{JG8^UL#lRjY+3LO (t%{VS6OW91VHgF%&qsC^ooh^^q(&8<&3pU5pmwBKvwv!j!(e%@MnsQf(jEbR=bt@LHw@ogiv?rpwZ7}IF)~Ja%n 18g#`-Vw5^%jBLpzN`$L4eEZIAN*e-q*P3wv{3aLJ 8j!z>xq7h=E{+{Yt)Qi~jTt5QVkGz)BwR6(IVPt_Ti&Y*v0rFyqJ9cqwF |x-NiN3ovnlTrdOwqOHp6*rB3DTDD!yu?H$ZJrA?%v9O?r8ZJ^GAq#E#g%!RsV5@tV4ca@wK`c?)0yfHt%$T$~s}D?i^OrR-XNj x?(y&66#$#Ku4evx^@!pC>HssYKC@lw`!_%T!|=+Rj~%94#p>ZgOrOy~cy-o%&Yk_#)?5U^)tmIY K$&WfGjo!$9gOzk=j~ZM5MRjNmQR%9qPv>YhzA$VE+I+Airnu{-499g92g%35)_VrEV&v>9Cq)+@%M-Yl425ET}= ~CV&9u(@J%yRV`+^V@$p3J^rZG!nK_LnLl@;`y*SBcbSSsx^g(Ao;wW_%6+)1E&5o*&h{A&La>Zdu?0up6Wlb9XW DO{ZC-W+^ciH4whsH3!$`0_;=+dc&@XoF>jhXe)KF3=}_p(eK-`FBfHSs|v3l6@;^q3eZv4Z%3KVvTe=NcIufR0j {L#Ca>M9rcN&AcPmk}*o1)j)I!cyJyu9`19}dd7TxUlKIE!i7nCzvR^w&qLd_|H_&9O|V7jb0LiCW_>Tra%Ttvgn #@@$mQlQPcWIK`$>V8CCb*!*vmR==A;qg;EP<|Vu86x_a_(M((_ZE_RaTex3X O=Z9Z@a-4^rH&|HMNPtRtYFh|?)gyZ})O!Kc5MmypPuOOW^F3~3()W4-j>I4n{OU0fT(r&o3nxR;E!8H$-iHxMEH WB%PPVL#0RVkuRQR24Q^G&)F=P>XFG7-=4^on$9R41o5`Q3^4e{>VX%gnJoS!>9x&B4UVY&}F5io#|m%(xc3JBtM *Ye-ZzlCBU9a-p?blXl3wM6y1Ri{}}jSVgk!Eb_K&#;>5eIg5)^pLyBZ1I1l_`J_AfykiYRP_BrTE&%$kSV)tIM8 kQtn5k;qUfdtKqCaLi^|-g#fzizP485&P7;!I|pBIypd|G7CN^Dq?+C+=es&kjH+PI;11lK%=>9+8}EUAy?ki4U5Y@qU3OTnr`0}XkK T+bSMd@#v@%9HSL-=jpZG-%9Xp~9V60ILj8yYk?T7rIqkJs4j62D%L7TvdV4ZwUwf2~WKObU0!U{P@(Dxd1DEC)H {p`h+|ue3irV1p#vGoItI?U-O)iDoSVu=biqVaIM=l-WuY%lgl*(j}w{loU$rG2^Xw0s?M`-7Iy~`3Hsr~DMNI)i 9F|)H#vTw47{wA=PgzFwapZ+8T&8sD=edx9mOw2xQ>I! yc9JngnnbJb@D$pH(K*)-W_3!uuDA!t5|rcN`J5=h{4+kgYKpidQb!!y95C(mWI38QvC0h~r=xJ@3UOL*Ik=V$B9nmRuWkk9@#5c!d`|JBF;*fUNs+AqResNm}@ry e+rPV@nXQHt86>}QsZtd9BuEbi^r$C!vqc^RJ^@qJuZeu~yfm5nKZ!+8ny6w;=IU@UrdXqdZauzD+4Rj){`LARNY ?UX6npqcnQzO=~$CJTXqpZL*4diKu@6IDAIMhe$YA?wbe8;L8_ vo%D2s-p0KqwB;Sqol9=ojqY1pNqaWtEak#5zd&3$2Nu2$nX@kdHT)hX%shwHU_&7{wuk&HnJth>I$NnJ8&393>KAhu gNOE($JwZNy)MMui?g^U=9-+R+Y=mV|2f2{gA;-ucW!6MG;_z+hXYF%WWaPwAGR>BV%&e+-={-Zi8CaOKZU^ol7! Wa#2uAFL)4(KVN7*qLPu8{i>c8kOz!jh8>B%+UA{zA{oKZZ{2gJ#p#gE3hZ5Qs{cxwcwQhy7#ppJ?y<8_h|m@ 8c^)V!IIAIUUM3E_P_P3c0@ck*G<8s3NdonuCV#W)z8^WWkcGkg8pOWhqfO6ELezZQvXr*qc49W(u(Z4`Ms{TVde OETCCD6h@V(lSeZ!AYHkzMS)d;SEZLxWoyR^ua=IlFD3`WF$O39U&Tf^jWmkq+G;*d{5vZYs3yWiiECFFg_A?Pq_ 3tYK*7gd9G7#X4jD=`lVb0z!e&DO2|r<7=E;?ogfjc6=NC()fy+gO5^o?Jcm}HbM*&Pt*g*CZ*CckKWAj1`;DTZUV5*6aWo}W#dj0D2ZAppmiL6$Q (+K(A$@Rqd%^s{BfjWiD1V++=P%etW|hv0>Zip2(xN<7@Tvj#Wbm4GY+_9UQz#>U=&<_9Z^mM8L9o^KM-T=S+7_vT9e-UjU}{IgxD;LkmJ_T;m046P1lu^*%adE4BK9i`^n!X!BO xjhq4PY6KX@XLJFGOP?n`B+#!|&rWgY}gzmhg8^n(%qoC_5m@-@coU$ad+4djY$)8nGfmpse e50b9co-<2DE!K5!Es4u7-lP5huWHAI7q_D1&%IMI!>77YTlAXw;v(-6o)TPP|8O8kQY_868^>W(_u3 hi-gMj5uoq&rAhSZ|ZC8kI^r@d&96$+U^9k>*ZW!mxvbhV7lLSN!aJD;%n>%)=c2ft5>`@Jdmv^3cvoTJ>bYnjW= n-@Z0wgr3%9)65!X|pqe*!aa#7E&WWE^R96VGMur H_KsoCdLZRhomOp^n=^62yIVN0oDk}|ATc%7;ssCti>#WyaLL(@ESW{Q;_aL%jN0vIOZ&7#YA2o+hn85NQUfk)Ms F9KIoLQPe{;1)dW(klxjJtxw>Pbr>ggbMZtBSiixSnv;616s4kj=xyc$zcz%&^KuW=K@6~=o!Em= ;yj+XkwsaJcLcnC8T%dZTh`h@bRkYk@&|tVT72BHT4PN1A_B6Fq(-4Z+<69!44$4l>rMiYR+(tT++I?wJ2x;*7O` (WR=gu6X6qVH>giVQ!Ze4O!6Mvy%m3>6Sn{K>3-W(C3RJ@M)TZ+Jq9DDL3m-i2l73Z%X~g+8_~Rg7s)tkYW>heME ep+TN@JBX8Z~RZ{wq*noHaAIaA}{)81;;$byaul>s?5?)R4bW<0+t^{`}7A%4N~tf&LME%rXbUP5D)Obke7vft%Q 0VaAq#72Um;fn`x#Isva5WvklNAZvk=zl5BN}i52`!5-@sL?*8J2g%Vrq;dM8%v2Peh2C$cOr($-Ga{$@ICt7+Y^ C|%}3q0v>->}A!d-9ZOE=TnA0CAg!pzxyBZW^n~!ARt0nlitsy&bIq~kQi_ukS(MXaQF`RBYS=3BmQ5@>Mn0k$^q {$szwi+DRKr+uYG`-bhWI~O$COyRY*u(^H^2(|raR?B}?+m5&=C*{9e!cO%ELfpa556g{;VPquz{?|VT0MLs0mKu6g@bVkHMSJLY|vN7Y{U(NaQo>P!=#xXHyqJt0q !F7Y=slUTD5JjPvC7c;{2y=!BIFz5gO8WJNba8uJziriCq=5ktyr6!RsvBX72(QB)_{Ox>;w C>SNI$%M8rHC4Uv??sIr3^ v^Pr_=i0~sxB#Ijrc?rcPd1xiMhqw0N&On){K^bG<#NDd8@}>d2mKuxlF#OXY~l)Lf~d3sIz}xea }ErPVrSji&YI$;WCSo%#ASEZB}%(D;fV|fBq^P?m>WUGVueldyF`#^E?(bp=_d9bi~5;2KTX<#RTMWLd9qRuyt>) ieBQw{={>)CzjdJfGG$TlEX+jxk^VZ#h9H2`K#9YMA0co~SOy#6~%qCy(hMKqHB6=2BEa=gN daGdNNDdcK&kJ@6ZLU-;}Y$x4KDP}ug_yrm_rirUwv(^8qOG;!V(4$`6Y*jO)v|G=|nPxi&g5Gsn$OSqda`3~RHw 1{%EqtGfJW6EPgw8}TvxLTH=9l4pdDE1zAPP3mj77@w4+qa}qt0K}x{SIx)>Ird`_@w4+o*hpY)$wAs2*$q64;A2 kVQ+fPXf5@5O>&yN%swMKd>b8yt;F8E*sAX%_Ko|rU%8?{ojebkzyHi8_TXK5dfpt-JoY%5u(^gq>Ey5`J}^AZUY 6M`*ZPz2twwm@o$chMONu^04Hgy^IigYP1Ec~d5;>;0n;iR*wqid}6mZ31+_gTapa{oo*3!6l(~hDmGDM(pJ&*mA 5EB#1==nEP!lwNzd(XAr!uMn8|BtfUhziqVp%L|_-~1Fcgl$f$jVxlj3)97Xwum2~mY<$KZHAoB4X(Hp6Wr7De{T N4|>AbCl5*LbCD8P&X`G_OHC1 BR6k{+%@bfT%D>|@`C6+d-7(e+ckSmL*M8BuCY4d#3N`+|a92;gU@KWV*ML+EP7V;Z4zB>bS*Pfk{4+g-KYQEtn-)2!9nu$ DgFE83ID?ZneKy&&MZj{TvSYi)}H2ML}YH(N7*vJNwf(6zb(Hl;>wWDim0224Hr@N&N6qmEXvDn`kjq(f@HRpt9B TrgNu%F*eAgj?mlqDxM77^hbNkU!9B#!Dji#WZ{u(9m6uo^Z)=1zQWkrABh9gMNo?6coFyQlT!cH xw8Mu^8@<4!CM~pg!Jw2^MCZm9*c*!W@MxhG-9a7}l*my8Y;@SRl7$tK3bDD|A_qiH$LlpyTPXSke5BCG0rd*%_5 A6&h?Kc4n{zfb&epoD0raU}hV$!DPYRdvvF^`I-~0WHasamU*e~dOND%iDJB}3E%lAZ7Jf&nWp|6hCpxFrI&U!B+vRE;+I$;9Wcb<23MobBqRM}l2%h`Hu28!<74NII4x*`s&~A1I_S2 WZCT#lLwchipWQ9VBQY>`p#oK?F&CZl{`-MlGj@TpcGQ4le}Vn^tJDsF=U(z*n<74p=oT!}P{8i7|c-lE!K`_R=d NFfRpnC6gL$^x7I*x-$^nlZ$n`7M;yQX3vJ&UVXmE!o);wLi(-XEd050lWeoH9M1{L1JDH?*jhW{gYy;QtRc8@Av eQ_inp+(Vy^WhR42{0(6L}NgFNFCYH0~t;f9$gU6+)pZa97C~OgiGzAe=wFj!P8Y;8^bMoMe&7Z#7{OQ@Fbn} bmH9dV~>iD@=tn<)+18IVcSN3zzIv0kMX!-y1KDIX8=%->6BZCN*44(Qy-;s)Y+Fe7Z8fh@-_I59s|=jHX8uG_7DtN }3t20;vRw7`PZU)i2ghs6Op{0n$s{20ixsrajnhz}*}Z-55BUU^EZFw^XR+|9N)y3AwhghB2G`CV$0W)pfNQ{GE- bQ`Sd|?tci0Y^2C_db$Z@UrydG?;n^1JkQ4nBm2s<&FOTGWr*h#pnZll!+lFkHZyW&!e4x=$2B;8r+TGJ1=t=ZOeL;z`bdFL5%hB9U>(i31FIs)s3S0hGAwTk(|^ivr0 3q=`ElyZ-Y~lZXW 2mgaIT-i!l|us_(}LYwmy*pQW!ghH6&UsxKS%2L-n;_QyR_gZ~|LT%BvCGoW$~lD3-aTHx@09Ir5GG2E=+-chzq9 `UMBOs||rS;7$%a$GMc{`N>$J3ihy4RfWnt 9q{DqTG`!$%X+bsmB2M$1zqu}vUSq_je3K$;Kn{*&5`uBgG6)(#n`&Wn4(7Hk3TwRtIQb}ylMD(N?2_D`N-)rsVz !j6Fu@?d@6jQrxr1Rkd?B@=4vk8N-Gpg+>#!uCSaU$ZHy&(PF$wGzCKo(1>4gE1VC8Z^;z|@O3-WRgWV=yz$dy^a =4M~iCZoE%#lzdeC>0g<~7Fu0tG>h!U(O_UPZG7aNnn|m3q9}-BdnXX-ycKLNgOdO*!9+B1>3MOr+iWWNmkcf{1| 5-=qe!8bs^~ff+lCt^y+K#g#VQgrc(t%A?BH$2gMpXK$AjxTu14ZO3%28$tB#0Bh-!u_+1a#M-~vD_aA84fzBCpy 5WTQZ@pcYWrOT)XmkDLp`wT|2@$|`A4IT|!SWO@aBS>?fjp`~a!g^WufnLyBv#=??a9hj@afeG+!P?A&2*%~~M>;(KaJ`oz`bP?i66 Z=oEX^4_ew{rJH){a=(JM^y;66v{a(ql3jbUE6F(k(Y%a|--Yjy)@>I`55({tFWR iN2x%7tUDoXWL{z>n*IDbfZ&fx^GG7>G%q3q27QMa;MH!B`4uAKa@pUir6~p~{kr)LSU(Knnk-K*!t_Am;bzD>T* Y!-of8{O)Vo|U;?*=h<#V$u*QaEswOrkg38Ke!?U@fs}{SS?;0J}6#WZr6Ddc4`{JV=I4bP8D-<4-W|CcpQY1sSP oQX)^Qgw~kJ2bchPTaD%OxJOm5h8yT(9D_fEi_hDL J-honc?YC8FQLbqT0C^x(|${QxH+c;>$1*p7~58<$$;WV054kdJv+i&Fb{_<_gCb4?gp$AF}!bniPGX_|RUf%q6Z !IMI`5t}y-A&-rde}fUlRJKSCGCR!2uF7#-xxy4bewH0`jNBOjirZk}Hlkw-6&NGB^3&yC_jrsu{i(0M{NWX&hY% ArDM_ZSZTjG>kE5uWY&*Er`!o>K iKr+2b&w3|xJFUSYVMM-C2tw879Y_ynY#odH)8zH6xQ>v0FXMEzH=EjQ)X(c`JIXYeWot%ZdoWA8(tvvGB-}T34Q ?Gl(?L@do}twq(z(oRIJN-P$|4*79SYIxw8d!QwXeVFM25+BM+U&6PrcuX)7HJQa<}!YPn>aXEIJeH%VUC2g-VDm cdEw}U<>>l{9roOh*0%~DgCE!N3bHfU^WRJEn93fuCnN(EjW}UZ>*ziIOM4ux^M$k42DCm*=U4^4}Q@n1dd*-pk$ `6tvRUD%**Sgb4PrbR@x&kU0JUySDT6hy4Ebp!x6V?<)4Y?S~41laf5dok2E%U)phtS=CHRTb;0zMAYQgs5+c41Z P7g^Lkn)JM91j*J59OFmdK*5*bI*dTT`{Y!^*=8#ZsWWiqQ~dpr(Y22=YEnHegyt9(fl(D;sameZ2&4Ukpc5wkxh ;g<4MQ>E>N+6OtlqcGB$@G~aUz#3KPpF4AHfGpA8s@5LKZK%YA#Hx|XBZ=7>cRAoRZMt$>TR?=BzYzi-_?AvGxhp TF@wbachF-~eQ2m8R2fK{R}^E6#A2~J|l2C57k$0KMb?Ki(}xN38|-ppiTh>m@Z 1j)D$;5*CYrc6tasv>_Hy(+X|gJc<|_9dJ}(sjiXRxq!=vOY8(YaEZI0RpRuGI%sh^FVrID7o~y<{>+<|Qj7O{7m %h6+a{Li|X+*PR;ri^+d1TxM;xtam3`sGl{aQ)j1Jg0F<*_wCDnfka0%gf|(M?wy-C&08)-L^}(@pKOKVfK7!<>Y bH4z$K^cs&he`ya)eK@%-?vR6M4OYI7wC5t%IS8CXv-=yqYEyFupJrO&Y%AY@FJ~$~qENh&GcJ&N^vKod(;CcuNR ^}vz<GI*>+AgG~urKvjvYc~88oYoFe36duw5JU0)XKKKHM@)b?*(g_lcMO&++4l<0crHa8CteJ D+~$yu=oX6Wt|xOnu8wlh>%1E*z1-#(beJ!mL &1}YO`u>JI&=rNt8m)iI%oI}S#r&dPjdZ_W6!XJU95bmxwbJCZz9p?xc>m3B pPMwJNf^F^-1sfkPsCgPKEDEh$l0=putOB~!>2S$aXT*s=r0;-$wvOGPZ{VyJQ+?%0gqees?L=X5I7NuB5Jc1 A;K9z6rR4$k^I*HOj96UU|@DxUcTHbt6`(qxFhLy97y1bGONn700LTs(Ok4cuGu53n)-}YT3_pue&|!1l$}d;GmG KG#uNB&1u!Al64mZ`;*vuzGka?3)}mW?o8~p`0S`Zo1Ij4v;weXvWELveliDV#Jni%|g&(ja!I_ht3I5|R^a6p)g ;342^*)Dr^#LTRO@*+4P#CXUSc0>cGBnk$hoVT)hxvDec!QeVm6BU3#qm1ASA>xZDuO|~RA{5qfJ}psy0v vRtaq2X~w84&WxejBc9GJhmp4NZoBJqMYXt$7u*aR=)BANmz0Tv;`1W6Nf$8_tniO4t%IJfI6oS<06u0^MF TdM*gOt*RbwiP%)S@`e)*xrbpQG1JCnJx0PEHx@!Gp~3)5j!jDW+dx+-{6NS?8y(-%-NnQY4DuS&=S8dgb7AC65( 9Hr=AHQLuSj5^Ab~McE=2`93gpGVbO|;NI{Uogp I(7RrJMOxN3Gxg^1r->`0irH!pbwHJs5cFV<)!f;qw_!9aTxeRmGdMa?f7_6K1k@R>$(hKL;lT0>dEwEifm36{B{ >dbRh^EL4<+Dk8FEz-6_(cvIi!N*)gR}mG^(h!3=4^oLa|>=;NGz%%oRgRW;w9WXG(GViF%I#wqv92SR`FSShflw 5mUF$xx%G@=0BZe1)9iX19s)NY*af8~z+xS!nGrFRtBjby$rkdxqzK5oPO`b5Rv%VNOA)N%jLEOy^K9Kr4zo6;tT miB|D(`pIyJLA(5tO*hja%69X{U$%dR3~hw=g{y`wnKL;VV@y|vbFEpwRKqhJeX2z5I=A9FH`WuPv#(-8$@37X_X MVc$r2O(MSkL8Qh8rK_A3)TU>HwZ2wS86%g5Mq@}hWC}4i_jFKIHTUjyWN3(&K5Rhe551aMG2CZw$zdK(Ho^d$<5 ?;%y$RsQeRis5x|Tb&E8?Tj>Rzhy|+8dVUM>jlDst1pDA8ndvODx5^cnbC}-nSoB!lW*HPvc`#tO`xRN-`7MFaGbdR>`PPj7}<1ZGlt*{a^DSxMVe^?z%$5?^{!l)am1`FDN-5w?ftK=4XNHo6IYe-;uS=gGUiUh!A?dF_-@xHqFcFtZrm`znD>w pamjBu2SM(DhRZ=Hu%)<|{E;7m9dj-V3A?N4ziG1Rv#>R0p;x(Fz982R0 a@O&BUNMkr))l&DD?s**|c)++!2*^V@_ty!$gOY<6IoeI(;+eP7dyW}Zjxnkp E7r{9!pp*YUPTNaX&#|+<#_Nf(DmJTtY0iv4N=3ZP4B;E)CDel7{rZdESM}%je=!JlVy9c0aRhITvbGtnixcrz8Z$xj%o9e2TGtHPoK>St$HtUR5Vc^ yeK%S>G5Mw_tjifrjMphcZ_jpfZwjlQ7aeH@T0oGawnooMY25>%x2;V?&?DXU=ykQL`$(5tIEzMw%Hq(yuhA&$gV ^UGR*uw|jJ0P64GBh&ECi4_eWNIg+VdI-fC9!4Gnn|kp80Zz~%F~9Q#AH~|FVK2(~)Hwdx17*yfNbvy$94rK`1(*^O6xJ>(XG }iUIK~z?3FPU9EVCt2MEtVqqm=&SSXviL;XHgDW&o)c=UBetJxb)_%8O)T3&o6}1I!t< aUIHyAE9oj};{%ZaSI`1i06Wr*4=`hH{E@n1We08D$7jMR9}3UK_gmf;2Tw4Z+jJBzWIgT2O1JGa?XnN@ZNE?c2_b^08 S-KP1=OoT=kk@r3|TpUvX-Usj{F!aGjO4^K!`M>r24VHP|-xIJ)wG7jHuKKPPKRj=$E@B=XZ_lVToX|A_v}evXXl KFmva>Re%v(TvywU_aomMp)7exS k80=8yX0T#FVmfux+wn#e#9FRtgNsZp^Vj?01(>QB7;Or!-OPe?nXkEay3c4(Fw^jgZQ1t7&n@byrCvWhOR_g)y7 WX;dnBV!*&!NMBLiF4_x3FS2qhK;b`<`S-ECBU*^Y+zQ-KC%P$Rs6K+=IFl%5q3H2ilIn1z-s2!u}&!X;Gao=4YVl0*dGX e%q}gmdYT}g}?xd)Gc?mWR$`Z7GVu?KmqM&yrIrWsDIl|km{09D^xZ|Xr7n@wR{dzg~Z(y5-WA^YFH8L%%UV}ab=il1FXm3qe v#=1U{4AEGd1>wxX7M*l4LhBmoDAJ%7UW=D=|0IxTjfh);>@XDY20utx+voMC{Gm7Hs31iAS+mAzl)U+$5$;EH1L1R{sJX~ }v*?)Vw|NJ22l^lEXurF~Izuy{lFFvxI#yiD%}w!^b-bxZcZzm=?~A|A_^qzz+x!dHU!-uTt6OkBgOFyH @&_(}g&m5|~mK3fo063r0X~w)z@O-V>o@vfEmhGMK@ss&mT ?V6pAp2;zn;tq`<^+-gl>`3q#$Xu6PnHYwR<^YbQAp}b4udS#T&ZxeZ5Zfi>|n4`aC~4O#A@1j1;e59xaNO`8Vm# >s3Y*RyE)3Ca=Hg47E-fjLi8?1jgH3$ddmLP)h>@6aWAK003ZGWmEtF0000000000000&M003-nV_|G%FJxgaOha EyMN?BjM@3UFP)h>@6aWAK2moMOWmLaO*)t0)003rc001ul003-nV_|G%FJxgaOhaEyMN?BjM@3UFa$#_3WG!%LZ **@hWN&wFY;R#?WpXZUZ?$^~oE&ADca5TAP*hOx#1cp{lgyoDlFa0q$t0N^lT0#`W0H`hdb+y1(mmB}RrO2;WCd4 5JP<{^P**{46z) wHPvYz)C%R2ll%lzH-0?RrN@M{Vm0+gnwoNrmr0c-+n2HXUAE?@xoe85)#+JNr`yb$mXz!%DRz(&B#1+0JN1swlD z;gh9cmdb>y_U~Lr>6rhQMexPnSdh~a-H!DInS%{^8~;T13m@tlYplK{yX3Tz;EdId$jytfM)>y{X(95!9tE-tgs F6semg19}hSH_&C5_fM){kUC4Q|+P|#rlYox}yj0=kfM)|<0r*6~Hv>Kc@J1bXtB(6D;8}oQ1jH3s-v>Mm@aKTI8 td19K#BDm?SIxHp7WW2PX=sU#C>)x;yh~?asNY$hzDm8&wpIoU##`7)A82>b_2c#um$k`Mcn^ci!Eym@SMfm_r;6 3&NYj9{x>e>J>9UF_j>DM&U-K5vjKml{U6`R^FO(f=Qy{K<9ix;zRiG31ka7cZ`jEDeMuwdxuKEs-qy%_`$8kn_j T=mpVt4bk@)+2Bk_Ai6KF>02(TY;xQTT6rY6$wtxd$|w*apK{DGF;CERaOVHI$t;B5)#{e;$k1`zCGeR&DbdFK-D ^BYUJue+D<9)G3fhn5ik4=*7dpS9Goo(8ydDfhE>Dd!ypd>-J~Ql9_vrNr}FwfvE#JjYj-5|0lm{L51A<8jTTk0& *g{+`>+eYZCg538Dqze@qz0IzQ5{oM|@UFZ&Q8Q?MyLl0oSh3C4lh4=D4z%Ds2;5xv^wvvwe0GovF0AC>V(#mtcw Uzt1rIqV`s+D-Vvz6!is=}YOl1~2y*edvGJkZX0v+bnE@pkrqllH%@o%i`8z(v9*+V6}Gj_>Lq{q=S5yt}misKR0g?|ZU?=f6tJuj=5vzP*F@b!!Ll`y U;om(x1g|J+W}=d(MxPrH-*Y3d{%S{1J7B)-;kl8+ApZU#KkNxan+PT@7omKqVQJj|HWlo?`z9A|J^$7J}v)D%MUE$ejZxJbNx-*AG4h6J#jhp%vsCHKTEWJ<8rRIV>$ 76a5?Akmvf#=w0zle;`!Cfd4K=BoO11}%el{=F6VtbsPi|h;JnXX!TQD(#DDh+uDf9c$880KsI!Jw@SK;d;CWuA{ jXB^nibS<*J=5qE65L@TtR%_v4Zz~?+Tv#58D3M6{MdhcaaXC)x~~2U2Nak#r2PNkw35OqF#G<7wPx&UA(_vbn(1 @>f(B5uB04UxRU$Yyprp>D|wF6O7i2R*1u{c&wZ_y->Us?T*-a>%SxX6Gk|Xa{M<_7`=V96w-c+luWMEjukY9Lrv Qflzq^Wj)3lm+UA>z9Hm>IWcdzC>9$U@xkFVzbE>n1&_J8kc?(5`g-v6}Le+dvIZhd<-<<=9siJyUP;%~g0{jTfg dN+2Hk3QVZ^W6ow5%4G7lurvG93cX%kshvhMGwz^O%L&TZ4cM~a1Zb86Mz$d-|Hd$4XxpMC)aTOE7y=uKd^>!_m6 A1pU$<^n;X{h{Moe}_rkTj@5|Tn{O?@LeSCZ^_y1WySN6S@^wzbG?Q7N%zgyN3AG_C)9$pGq0=#}5^}y-tIseFdw nyu!r(UV$cdsX(+`gXo`Xo~$oVeS`j>6wxnHgI*Xj7TYyFK{zD3(VxRLv~RqLm< {H2Z54`0`Hz704Gc(<<8-cPx=vY+(7wV(YC_H+EPevUuh&vkvRpXld3U#9JE?B_nN*YWS_=lt(g_#y3gQrkbR^L$ R*@6_?%=qH`u4R`|#$KUpo&tAWo@FSafPha0mI{o!#+Owx`;eB;&VZUu#NY@@9Ols>Yz^d@w7V7hb1C)zHfJ=qX2 1ws;8{qhl4e)&59N@ga8lYT#c!2crjIEr%bt~_E=T_n;*h)INcq`BIimjCE*KQ>r{F9bHyjAt`R-X3`9sgs6|Ec{ S((+@sslB_6e1G;f;_v)z#9yB`g@7YE1ysQs?>pV`56exUIF9lW;(b`XzG9_0C+3ka2Aoj1sJ4h-^MgF(vmHw<#!lY`v<=Lb3d+gktALEh(Ywfy%%uD4 ((&vo`r>XqF)Y4=^Xlk|1xPU87Kz}Ex*d?)w+qFtQlrMq|^*X-gvZ_)C1cc~q*i*n`M7_FTH^;Z_=KAY*lRgG^6F)n5bDfKJ^IX;4^iM9`O}hE qZt~|{yQzo&2ndmFJ$(=TjD3Kcgf92+9ADVOecrK$bn>%3?0@bs&pSHI`|^jm|7(VculEgepC2D4{eNMYc>B&U&- MLb(#3DIeC7!Krt?QQZqEqqn9K;z`Qj1I`*JP6ZiM^1euVLkpJ@A;dkLSpm-l)8UbeUHrJOmW?H4P2>0aXL>b>00 8?@iY_Yxo9+DkkdfV{O{ODeB8K?`1|NS-rJY=QBHnW>mR$H{hz s?_xqgvJogLsb3aS=lmFWkcJ1f>*6t^LXZDkibNjj8ZTq>-SG4>?z^euS`+5FL50JjEIKc9owET_(T=ydiKYf7v` nLm|?@J25qwr@6|8RixcG@WCJ8P8Vo;}L_K2OURjZ##_ytn8e@&EFJT=!}n_r`;?H{YrCUpmP1eC;6D|E7-n-a+!ukF @?T2Z{fO4^rMe^$^!ten|QF5cjk55b<*C5clIBqF#B;A+CSZA?nc&93nseK+6q>S#CK@{0$%G{KpQfy?L1HzEa@_ 4s+da945ZLr~U6g%zOHi)<1lh>n^xR?YWD{pU=OD=UxMNDd75xC|7Q~i0AmhMa2697m-iSIYK%={|N2m!6T%X%Z_ mV*BoKLH*5V(TK~}_Jpb(qzj=iB{mUaf=iiQSUki?M{4@4);6lP>$T?(Ek35!+7DA4EOPp4DaW)8J_= R8Op`aWQgCdW_aEQGNh9~Y5DPEj0-<)jQjY+5XUFZ8c{vI9oQ(fnm9?$^@GrQT_sbxlmy X;CBFjVA0p=kbBm?Vq-oQ?bm2o&L)2EFD>%p_wYOq?a#*p6kAWwIXA?M360iXt+N|Qj~~P1rTU0$eTu$|T-%AZSK zr7??1;gi1!!cxk|?fZNvv!sN*hbAdZFqgw~#=?G1pd@f?vkWp0bMnEd@C>fQ+`AD!N$bzl{1pn>vgFW@HuPt&vedJqTex{|9vTZd{g1&c&=`sY#jkS3(vpd{pBef$)C`|0uhW!uyE^(!a>)k7)fWIis%aH1Io&(Ejass#^c`` t6!;7@{X$iwC05`n%R|LH|Q|-i`Nb0sptwzYNcF8_4tW_hH!^p5+aU-~G*+{dbwdFW~uii~hCf*2^*GQasPbb1%y O0C+q#?qxG@+n;)u*wp_9*i7R~G%T9<6&no~Z`v!uSuSg7sxQa5b!jIv!%zIuq~zpndjfz35_*Q{Tn&&v+iE^`eV<@cvT3SL&Eo ;emT^{aDMQuWj`CDc~7^2WH^&&3OK(@1mR6qW!H}hWl;ePN!?RZ1KBT{P#7B@=*SsCNe|k7F|-Y7?T`L^*;yg05Axkt`~@+h9`<;;Mm>)00pehBb2fcMM(0dKQt^H0nA4YY^k@7IDC9rp%{dT~F>A)a?>p ZgR(pm4q57SG%8-U;|cz+Ro>U;|^pD@CT_xuk)%>5D|}06u8ZCU}v~^>oyK$)aBUUwDdm-XRe64_nj&C-Hnj`&Ur ^Ogs^up$2|O{1KkX)ct)H&!9!y|B0#k-{QFe&tcRBfPSh??7ck=j05se_e~Ad;dkKa!vj~w*vRq+H`&Ugy#vpC@V*%EO2G4U&Q-EMJfF k+q6Ydlf5p>=_rCz%sPl-=^rRX5xKzu>03QN;2H@ubAJf2?_71=gTC_*x?**yx-@@}^eRooG{zBoO@jQ9PdggCoW 7e4po3gfmW_w{{pg?0;ixFvVo^`o$f%@f|3+kvK~c3kRYOL@{Sm7T1cMPoUK)~FmgCDWG kN^Ue&anWK{h&i8>*jnGYHfMc(&cS=uj><_7(;kG;Q7>}GWm-RrrAkgxW6e0KoPFH$tC1^J`i 4&4xRW>Mn{+}ua*D2Rmwh{~KbmzS*?<$(sv>V3Rn5Ajsq7RKB%?ZKkLuJ>a^6|HkgbL8SlQ1?rM{t~U*3#khX#o; GQycyny=HGDD%rl$DDCDaHPjZzOkA&8|sD0`%&V4W^+H^SY0WUqq5WvnHN@0cv;s}?lUh^Ssl-~!OShzH}Ex0RA> *qi`}ESz%?`gKsqzE39*s1W7uqWnERHpl6dO2Qz-9HL`!9Y^3ZN{v!I`BlX)+d#|+s5g>Gp3<%m>k8o>@`K(1OU3 6!0M_P7&`6|mBx-b$r3Wi1+TOBMWj`9cX#WcQ-;qHX1jy|J8iyRAh#-O1M0R)HrX{FbdnySC%0fC~E+74{J5$67Q L0P*E2rrrbg6kOR+!3*uNLK*jAYReOV!;bkadKI<@U}q;p)&4@cxo6nk7^EwM*H@S*MIa_(4US1UMbB` D_uXB^|g$O$5=L(s}!&}ocREi10;faw)uJg(}{8f(^z=^kG|tuncul}iZkME+%AueRf7Or;`#H8UtslSv+{u3ZIH7cc{vZ$mb{{CAMLQqfqk@7m@F!|whMuPoye <@xexwow!QIjkQC%WY0A#HxpLqp9To%gCnDFEBbYU+zW2han_5R|g+4$wcGk;#QOH-_A8x-qUI9b7raE*Z2--Y_; g}EVzDh0GYdw)9f-TD2$6KrGeo<+PD{nweGAFjs!X6ygUw+wfejuDhRc1l(X9+Cc5=KDnPvWAb }7SrLk(s5ljhcDFwl}MK^f|K1x`C@)^u}@o+L|v`n!7x2ZdJ5fMunw=Z)gCQZ4KAEgSO(h1Wx8y+3Ldk^l2zk5u^;@7;kPmc*%lSdTOi^QZ`D%PT&vJn0AWB*38z9Rb-5U@h 00`uD>*IX@Ww#IHefXb5z3kS`|)pZaCB6Gyf~4Qk!vGipy-+(yRk4;0ab=gTCDou{BR7c8dnMZ_9sjim4(QXhWKE !YwY1_CRZ+DHnz!@&0EWeY<|93Ypq+wcCe`$XEfEVTB|lXH$9@w;0at36AcZ6ZlDcVa;8W@K!=-fJ5{^_dl)zC*Q yQnAgPKzc5cPifI?g}XtE}AAaM){)rk);?~4?~&BbB>x*fM>^+Nzpfs|xw+~Inwzii4d7-ig~0`cC6wK;~e-OPsFrjl+RN0! {IYIr@q{6ZR)c&`H&)zyJ8~Sn-X0cSBvzK%in4!GN~3)N!V+y%4Q*6%0#pz#8URr-Q3jxa90wZF~x3is)E2T8$&m Y0&}4_QQV5R6OJfyZ2AP)NXlMRQwzh+C-9B3$8u)A8H4KdY+@%!r%E}j1}cnFIEml7t<8z+0I?A{IH b^LwIW^(jvY+MJ#U`nU&PcAnwv%sLHe+f+cZ%ZNs#7xAa +C40CnbH7eQS`Y=i45_rm#Rg*M5a-G~)SSU}%*37u$)lB|LoVYxRVZbi@7TG2gu<+Wz0RFWM4)V8Uco;9HG&m^lu 2J3tMvFRPCSZvGrdisY+B&?;+L|+B7fdgfcug&+MTtvn7JsH3QX;x1oSK;#`(n^qWY?@=-_W9t6xy`v)a6#64v93l$ED6vI?05oWtUUIBm2Jh5)Cz10a5F~AdAF|uLTq _5Ow4fR<<+uiuBVljw?amT09RO87|wjR=m32T-fXT=Qe>DKBLZEIBsAi~U0a;^*;*cyU2;~IH~Ms=Cz^^~QDks>K SFs|CKx+FJS;r2RM@5_K1cqjDg;zgN(eG=^FWB-&0+^mq~r8>$BR)U~rX^U miv={%tZwUy@YKn)sN8mb{MA)!4rleWhCdq`LYh%K=P7P{jLD3_`Rzj%#=8v5OwQ!Rn-A&kXbH*V2v*IU$%@Jcpq tP5I2hXz8;8psgE3y}~sFYx@aQq|aG8aHf)Y8@{JQz!>nl#-zZlqp^{G`e@V&(4*cu%NZA+?v@$GAa%p48uc(|2t `7RFe{;qLLh@kwsMMUGGp@jvI%eNWlhLq60Kf*V#A`76IZ#9VMPHjXkleB-$s3Py53_5PX$k_k~qs3BantS(36GC Gc=E)k4Ft=EP!7iek&Dlpda~C5J^fJF#(RjJR%AMqb6lm}7^3xKNdaaaUD8vWC4A$*e`MVt#7GK3s9fyqp|NBu&j ^vKz$_C|7CVm0Vii*>cpB8d5PvvXBZD9ZnD!drC|zFjDaaA%Q^SVmV^9owB>ZNBw{} %sJ9$jkvIaMOw}+{YNBnJc7L~Y}Ah>iS3I{Dq34jj~SN_D`;V8j2{yw9xLa4D88(nnVLt$8>0s<#<&R@`%uA{$?$ ~GE0{6k-ONa0+Xc~6Uk|7)5r+1S(IC6s+<{Rh}Ezzd|PW*>s}aSq-OJvfEm;|>4#H1LLUwm9t_|Lqn75onOzs |n1U4Wmx0yCilQ&EQneD5%kUSfMl(-|uR^C|ahP<2Q33#8aKt#^Bj6Z4)!w0@O?x)>4sWvd`iX2E6VG;z7@qjjVs X*y4^uZ6N<*~c8C@_oaviQMtxt=F$s>8m4sZ(7Q}3?EoLqO-Y`L^N@Y#2!A?TJd>GjmN~{0T*1(20#7<>^vA @SEu(1pJKM@+wQwKOP5%KiN<9jVvOWy@{6a`fiv!-2B7rSh=;;$7Zf@CDyY_qV=j~|C^?Ll~^m_u>}3htCytH$dv hgLT3x;;J?142Vqg&*gOSj$G-q{W&Y3b~++gEn4Shlnse+wiS(= rk`eh8YBnBH~=(lxLLplKs}4c3E}uU0B9O_5~ZE ^MRL^5oo1uI|4zrL0WizkFkv*uh#Az+1#?K)=%~X)3jw1?C7j9%T{H)Xu*M&9S&q*q2gp)BybFTBh9>``3|(GQ6gtcM%s;;ss~fIt0T9(YxT<2E0#N%mF?NCWy`W1%d@M-Tz4#&>ssw}wrAQ`IbE5itE-|73-cjm_kj+wp`V>`4Pr*HPNfy*4FMo?``t%AsziA!05j!9gKg6W%c;+$HGdVR>~thH$1 `1H+^y|fv|WMTT|2}AHEd#R|&OH<5Un!Xw8S8|w+Gkt0LicI?3Qz-c?mY^MR~Lwhq|;DZE? q~MZ=ZA#2{R`{N!_^=sU@!5@!KB+vYHN341n%n_UdxquajOh@FS@h;9CHSKVtjFgZ(k{+gsCqF2iu{2o>ZYMD$N& N|IevSvWdW73=Gm~~Id%O;qwPEhN*$+!KfT1v+wXEI3~!Yk!*$$7Wr!7AMpCD}|8=&s-%Z_2_>o;ROq#4F{dPacm U*a4d@e5+xO}Z8G>PWV$&w-*OdH4-WL%QZsjhtLG?EV2>Q_sqUcBPIl8`+nGo))DCyAQvCqc07Rd~F<2_RwP(tB40 SFgTHi;9Khqf}T-GMYkz9IMY7LHAG?DL~(_2%piQgqBV|mKU)3eUYX$!!Q&di>W#F!?_!xc}9bYmjHVbPadvcQ%G LKVvHI2usMA)8v@Nj;hOyv;bsECe7Chl91(cUjwF5sRv*|r@AEswb|XZ`r*8%c#03+H+#XBU>6byE5c!_b5&l$-G mEgJf%^~wW@h>mv!AxZ!U)QSoBFUCYI3`OAPL?UT=Cn>RstP~U5tT?nWg8GpLIG`L9HoO+yT57>RL+N3Dnnl(lW|K?v1Be#cA(Sxa?GsBv)PV2o_ -HVCGtR`@KQp^bKHl|TX%AK+^lOGK`(}FYaF;}d=_{tMNM2Y- GNw|*gvzq{fn8@*O9X0y4%9j(Pu10x^C<@Rj1-RR_4G5#wwYyI?j~s}mdZGO2x^N=T?@`V=hVHmwv2Fxi4~7C9V% %_FC5oR#9@iJbDN;HXi}#l6_6$L%elu(asHHu#f+PulKo2N1bi3YWQ~AZ`5T7QC-dfF_ZHC>(Etf+C}lUJ2`GX@3 Y+gqF?$=DXMgOd3c-N@jr=6eHYe!o7Ly`&QF0LFAyzb3RW=`bjc{hVlo9W>&gDvA%-@=nGs#O~k}IV$X futi7`hU*&$?r9Z;i&xdO-5h N-4n(KO})NAbQZP+vKW+83rk^nL5*$DAV&>i%djsNaS|d?<2jWU6-!|VVPC&Zq--3ioVRGsT_XWFqwp}WF+W?yes Plpu!fd17w$h!!W0ZI$v M6KGO>RR*g!eFq1(3FSD#nO4QtaYWi1pX`)N!ml3SmYhnUhyT-HACo>9+u|5o|-IhQB=(99^GBlN2ARru*g98|3> (FSDuVfGumEvHQi7C7$G+~Tz<;&&;A}$jV97i=F_N&D*t_$KX6xMI9jg;?7SttObKqb#ggmr6e^|_X*wHD$y8r4u ZPXNL=!wieEW6^_Rcr=4zGn-v!Awiw&yh)mtxRoE@gQQgzK~iCc!XYl2#Hqk@Rc&pD=On=nEe=mjs34zH0mHj7J^ ~FwU|0;kZc}S=swPaLp!`=yntLsd$URv)jP(O!k|qin$0uWZ(NxZ1TZ?!`h4IU)!r_c&_)Yajw}^iDi~+QrvAy#m k;cViH2*DgE+U$dHbwh&j&SE(-3%?r#nHl*6!GyWwgx0F>&B&SWfRXY))K2CH}6|}6QeaAn5wB4EEx$7#-S=27R= nyqZK^g5fT4rX5fyEHHA%@oQ6}5QO7(rs9)|z1Fs`}HGMD+MPe*{Q9^08U_>~E)dcITJge4}Pms>4QVR%IO22dUWc{9T7ecbgmZO#y`%Se~}FNf)qB@@4_Ws>OD7?T*N*|M^6I`groHUXYB`--g{!^I|)@u+$}y1*B#moS} BWp1fX&&;1s)o+j=XP|1aex}q!OsGm+hQV01v{1DqWmB|G8elDIJXrG&j7bv5R2bGV;z2};+yP`(B(|xzL&B%9#w GGy%cBw-MAN8RDo(M;|NItbQHhLEp8`~n^&)jxB$o<(Q~q(Q80B!`C2@}+G=4M+tz%ROssuzj-^X&ITJii=R`TF^s2 gVsAi_x=fG1DJt;I^&bU$@-ZzlgfN<5 C<=@L``QkMUyTnt@o)K*#a$;=tT1whd0KLt#mqtitE2U(D@4_Cq_O$)lFhlOp#ZS}BhE$h!&r7)>r0;VaG(ijd`Vtq|p{bMQ;+sZcRjWDXiV6*Q3lSDzT=eZf?zRILC?L{gHjj4LQVnqeic#% WCa#Q3E?1uL%o|C5HLl0H3RcGb)ztm1q*SX=EpF2d@s))XdO;2B(Z*mAKNJ-_@G!I@?)B F#af}Z(=5!+^f=5)-oU3#a8YxznxYYa=~(<$mCqfXGJRqgNP|t#(hN5GD}RrFhDH?a_+d8n7$Pnm63R{zK4ID3B$ yh%+;k^<(O@iGYmaD;fmt6CxUIBEBkTERXtXEY92w4*ttCx>6nA}i{2vK3BE;4vG71r(YeDWtx%)Lu0(XHXD%R %F7JzCbG~mnN)eN>Z=pNx8yeN$_>@6aWAK003ZGWmEtF0000000000000&M003-nV_|G%FLZJ*OhaE yMN?BjM@3UFP)h>@6aWAK2moMOWmFc8Iq*BL006`Z0st=n003-nV_|G%FLZJ*OhaEyMN?BjM@3UFa$#_3WG!%LZ* *@hWN&wFY;R#?WpXZUZ|uDZoK(dTKmKM(qK+{}qsA*bQ8_j)i=asi5|sN~SXmJ9!r7g-yCbtRb=j6*W;2 Zv_=^O}qf_12yrEXgp98H6HO+G+w`|`d0VrH#3Wv3#^7sBk&)XvAc^?qmiQxK^Jnw)S&l@t?^J?gQ;hvuN62-eHQDwp7$Wd&!?%*^uFs X&)bIHduKfF6?z}p;d!?Z?34ApjR?L(aAR%{!R-k4%29m&u5c8=EeNIvZbk4gg1_c|A^3BGPb&PFU>(8D@}Boof+ GlSOK@L;34(J7?m+N7f^mX(6FivUpEP_Zz4Rm4Lhy$K=Mnq~!377S{A&(IJs&(6@&9@-%KL`kW(4aBsPBjZ-kS+- LaAkMDX+y`t_m`> i35d>UC!c`8}fXpCU+T0g5TrzYWx|U=(m{)3!SLXv7PA G`JE_dfu>vBiS}I8iF&+6FvjgCxIItEE|jx_!n!V$vr8AoZ7{(N2#)VUz4z`yzcqKE{B#%k|IjX!e@Yj|@hts*m4 @G;=^yMuy`Jd8JbH%Ui3I;a@HlSIY#L*lub&faqKXcjL*)@X_E4G&jNfxTZy3RK5A(dSTrYxg`hF(C^$1>YxaZwV ;a40%bt9NL((_)X{GK7m4Zr0W&pV19Z#|aUM(?{(p-Gt`+hX?0l9<3zUOz?y Gz@w?BQy&wYO|TEa$!DNGoo4{wjywbSbu__W@Vq($^Xld^(7*TV`)g;Q9v`29dTn?n^4a`M%#-cU1ilS86ZCP9Gm $Q--}7gpzK5QP@=heUJI~)UftODZ97*tXO~2#sFn$w%hkn`TcNpi+-(enH`8%}tI)x7rJcr=l2u|d3XthgnIKgS0 -&vmbTW;@J!0S8DLO+i?8~M&A$V=f>XCwdD&PM&;J{$G;*V$T!4Dru>kY+&-(u40;Ssvur7SO0P}c*b5YN2&qcnw5&Rj!Q RkvPE$0F+57YPGpNsy#{#=aj69gymd?47s{kRa}-3u|U$1KEpIe#JQdE-Lh<82F3pNAHrzg}2~_PxIltN%BDDWg{oZFW^84jtls9TI>b2 Km;M;zSQJ2l2DF_#1X_q!bBolLMd!E^QfuFFA(9=jZL`P0iWt^=03O|Y1@Q2ZE6^{`X!^fv_`90^b4}-63E2Be%#ZO`V*FdKL_eK=CCa(!O7!19uGIB^3G&^ BU?bz#5`=dzLH`}Q1ob^@3FzmAOHj_k1bY#IeQyc!|L7{r*G;cR|8IFU`r#K>Bi)`?Bi}=>2Aw=XKkgdL?{lufe7xxz;Ms%MU|hex2KczuwSe{40&j+0i+m2g7I;#;7VSOc TD0frYthdqC_If|U+xcr`|`ZH7UR3+b*RU#*I|7ePmrdJH|aWEuLzDNIQ4qkS1=x5kNLXw4WQ!(+<V{pf0I9Az78aKERCB_khU1!+c%?Kd*6copLq+?x 7{Kvn)lCJfcO5bm^X*qig7*nR;){R--`U7zZL!e*{z^&Ke-L_W*$N6BJa}M(63W&$2{5hcHrGXw~!r6~6+jpr@H`#Q_ezwu?jgP $(L_pO(qKHDz?9@Q-a9oc;u_~=>7F#nEThW4Mg40wLiGT`&Qn*Ql!sP~J@fH!Y116}!Q8SuAmIm+K-IqKU$khXl@ jODwC~&d)$k9?0ql#?I41ObN}6o{^@lezHf9N=I8eJq 5o>{)A7C!^Kr<1828kDXn*cLjAQXWtaDu&{}IjSFAAT(PxndpVg36=!#BAf;lKl-jPd>1 Bh>d?-$y{-o_+-V^s7J7+QR)nuz~vF!9Rf?+w@Vy|J9=yhpQe%eh)v2dcFTB#%c4%Ku_x)Lpx4;4Dl{`4EVp|G4% hlj{zT6J%)C?MQ{qwlgF{n?ejSHeOEn>c{S(>^wY&pfd1Y51o9d3B*tyTljyIBPof_CKZ)-LKM8!9O^{eH@31FP? lw<>&#HY2>83n|dbT`;dYSs{@u`5yU87nc5(kqcJSP48hawYI~{z{C?`76;+*RMps-l y=nmEafOU5S4C#k0s~r)SY`L!ZU`9jD=wo<)D`_blklyl1g5UH&Zi!}p#A9pCOb&!ercw=Y53+Ip`)hjA_Z75nv9 {)&CbFP_J`(m?P)uIKZp$Jft;KmOhe$al{dP|sst0H1o-3*hIzA$Tz1?cf(NE?2(<{Cwgi)c5n3&>!op0)5zQ75Z ngPS%~jZke7p+%KjLNV=l6LT`K@>v=~uoCeA((1tUKGhg84H374%#B71TRRu$|x%egDa;X vgGNvEMlLRnU(|2|mvA>s7Sp?!Qs_)V|jhe)V^hyUFWVKlgqe{eQvhnAeZL4!&j38+f1j2Hx*}1LO8C!H2k>{~-E 975~RSFfaPNO?XN9PbN5>-rL>*-MI4|;9=~aSeLf>C*%x=5}Zo#fq#PU+Ui}}QxfbVxF?tMF2;9{_pna2yoYu1r1 yZgcfJQX$7Andymo#c{Mf$lgAcld;4Fe0et`Vvd;q*zN$>=Mi4Vb-UHKvUW7bEyKmQ2jJoFLp=j)HK&ztZu{rZg0K-W(vcnbIb=cwOl1P>ti2*F2q{``yPH;vn;|H8ak?@Qp-hF=2TCw&R}lKB$!X!e)D_ Y1zn`t|28u^;{MS6KJ<{tDxJ##g|v7rp{r-0o|@hOaRWv%ki?z58pd9~*sx_MWWptZ!7V@D1kgRo`G9y+rVMf}eb Yea~DkCiCWUf{Z6m5#;gz7eU_Fw#8!7zc&%&^iL6FynBlv%NcgBLHND|d3`Mqm&c22=co5TY|h#7)g-vVL8FQ34Z^FF~PS32=aVdPLT0AzCld*p`UDk^0wLlI8>8JHZj65ZY-5za?oVPucYgX4;L~7&J5aw T2{N5NZWF*0H$gk*ZG!gyeiQWjd7Gf0F4pj?HQr4czHAfp`-7XH+`nuB{CI5>;NLd{g)iC^@#;23yuq6y{rF9h-! y{E{~th*=Sed`rZX9WOwZ;MWP18E!P5y&AmV=!!50ZK-+0(hfp5zQG9BAsbM*7!o1>psZ;p2Ev_(wj?ao_Zybe&< x&`_#y9L@^+yd?GR(OPdKYk0;_Y@63OVgjP;fpl=wHkhtzAx49cWr_8J*44J>HD)=p#86EIj+amMG^nh3{y*kM#R$&F?GyzRp%i|09A-=YL9&* WEgTmk@p(KyV1b*w13#FoHw3iFtR@035Mx%%d#4J+_N^v=n*!ZXYAsM6{ETayf-R-zVn%gWebPi+QvK@s6U+$T?J zadk28RqmewF^@>ScmGaQFN%NXz?k} |7qOwKzt*n{Rj!Ld}?Rg90r(cixu0s1gz1m@8`BS81&jsV?TI0E>7J3;1ipC-ub#(N_`Z)!&ZP8f;)?-+^kIAoJ&z~8I{68Iud9uZ*n0Fq*zN3)eeWMWn>rtRny+>nS4H}K|M~_B54;+no6O0DEKYKLl^~h+{_jQf`{V_4&W40 ZG_aS32U-ue=`s4`mx_25u-p@QY2K62?7Wp@g#k$co7Wj7NSj_8%V^OcGH2lu7=*I`g0)L*4qvE$Kyr;Z0cUrdnsgqz1 >T<+0$uPJ5&HvXEV{*RKI1zX-Wg^;h+(hJm#zfTX+==M-izgz#8z!Q>yY%~06ES{&od~+~&P3GrtBDxLA2cBT mJJB+ukcq5C};Nuv}+7O-hWObcs{{T2wqR~^~^~zFG&?0xhIVa!NpTzBDcA(3G{rAsaSVUCrGI8y+x3ccsuPC^Jp vU9X>rK`{5~j$GpBY&z~i@IX8Si;8G4DWn|NZ`$*PkAM_4S#VSl5&EaSwu59*BAR7QrC|e@K;LzHuDEMFdYsq JQd}W3tcsEx|m&+0EeB-XzHU+omm`>$?+VIq}FAtWy^gJdEJ*R808WyHmi!zCQYC6hYo^HTalkhxwpazxOc?C$+} BeYhW5bsSnTpTBBF`CAh+^+$qZ39=r?*KKIe9qlpUpI>fAy3Nx_SDOYNjZFi8rlirnz0(-)wlw&vZh|Zax+D$0aG ir<-dl`c2LZ3Pn}vM#ngx72a2DFrJPYkPXcpSDa2Dprjk8dXKg~k@UYrH|_+}RHXoC#OPh>Ff24#@Xv<%W6r{B-c Al;Q2lz$6B-Y?vp0lnL>1M~YA9iW>BcOd_BIzS(;((fxeP~Q!+pnE^fqJMr(@KSCULEdluD+_$uD;M+Td#tAt6M0 8VJ|^;xhY9ljAfU}R?-Or37<}Is2cv(-6hMC(3aGDN!1(71=$}*c{W5}lE^to)eDUW6@Hce<=KnzoyA&Q1V0}0}0 KPpEpkMnH(O=_>n2-Aw!T+R+z^671&lWL{yNami$wlD7=|#||i;Ae%AB*U}rwAqpzFq`9Tc?C^+F0Q)OK9ibCA2G F0^S^7LOHjTw4MZcKi;oX@w*e{pWcb_I$PiG=tMj3>qNVr=*0Mb)T#VO7yA9DU8wK=1o^zV(1m@(iZ0CeU1!Hces S+?%-@Z>V{&fM(2ezE4naQ8yrLWYWz!*`3$Go5b-T};n8-W!oCErB=N#bMmvexh;}6An%{dh7=CuUJ6a4H@v}eRz @UaKY#eBSWF3Nvh;UvIIw$NonEf5#nxeMtKez^B8GK)O F__(w+oKh`@kCUS)>k3_wWBgp&NJB~!Wb&f*&es&b-%%r1`-yuiodT|uS^{%53|LLQE-)|iSeEaw)><3pL1$w&m( SZ9Blyk|WF`joFjru=-H0I~(qp^-{at!dh|1l`9?HI)C)b}%v0iC+|7>w(~#~}Upj|F~gcP!@jj{3gyu_%8CL6(c mITm!}`eV@_cN~lL@G(udO4Gfe@9!TAeE#fMl-ut(jMJXSA-{uA&Q7L}0f+LH92w>VD}&^h5KBn0E&&Jn=-7ckzj6*L4c-()drD2)ucjAfL~@aU#ZV@=54N |0Kk_=p>B8bthpwSDb|Le&i&K>#CD5e&0J8bZ^^}u?{9r#yFg;@QRbQKTgK_`1#2w|Lc>{AK#yc_l@VF{aYy9VIK I+0rS9zHq8SaxOpD>>)CnehkwokU-7{_wCA)_z&ETu1@yV`RM3gfPsKiR_tSvyHxpb<@ZHleuCLF>eB11FwDZ8zv ECF819b5GGl6G!5nM{+_RX2tk1qW^+O_jpsQ1vbFyDutg>~hYvw+`Y&jy` MosE7z_H2yLlCv>y?m8R&{`%RV8?kfnehR@CxxdfR{oexAd;S98!=eQUzi9!+bNK?y@4FVD-#%D?dd)Z&^mqSrfd ?%L3kr`s7kE4WT#VmE=RzKHji&qCxsYePsquy^#CkY!A<8{xA?mSE-xn#oVj=M3s)fLZ>lb4F-Lg>m(uEkerxv0g );}*M^3s9lp`T`)hw(b>JZ<-RC})wv>(0ZvblZ8L*NPZ~m(9TU-?LZY2B}M(_xF|M+6yXXz5m%R4Utz CC*h#^DQstS7wgr5NuwF2#EI$)&)L37291v|fgBKY<|Y>D+c1>e+u0@P5c5^nc?b^xO1B$UnIV>t%Kk@Oa@O;LGA g7{4WpFfXoI1bX?!BJ@MA#pvI47o)#7S`0eTXEE|`TnzfO&tmk;ti>qj#Kq{>n-^nz|FIbJV}r}l|FxH+UL!7toU HM3;K`Gh>wb+OZB@K?FUP#!?aG*(FWh(~%Kh+4jQ5vUBA*{E0o~nd3D(Q;OHkhvmVnNmzXbTad&IWN0)71YDvbA5R|CIBT#a}~5M0Rff35$Su~jDFhmX3)Rdn-M<#W{l5%H)Gt=H)FpO+>G( 4y#@31H@6_)(k-CpXWoMR?!5(cW92Qt#|>{qKWuU<+P%xIm`5GAg3p?NE9ToB1fL_g`)yc9wzwVn-*Y?W&&#)Co^ 7-g{k82<;OC&F$Y;`0)bG%xSjXlq#XP%yDayZdDaLu#Qpo#OFGYJNEW`ZTe;N9>eHqf_mtme9z6|BgUk1FpU>We} zGcYwm1Ss8Y&qz~4$GC_U#|TAa^!dNa`eZ!%Tdn@mt+0EZaMn%t>xec``iJTy951rE5YjtzJCYyNf+M5_iYsTx5^C!9UNx8}<15Zq#d?dqD5@ya#wU{~qwkkKP0P+4$a=M=0s#?ghR0`TfBA3HPHPx)h#pKia?Ge yo!>-;ed^PxoV9)jWW7zjy%c+>79$1X~|K|Nrd)oQHhz0P;EdLF^YUdJuH&y$3O#A3lhAn^*z5KW+uuH+co-*@Y| 6f7?EU_U!Wz=JPoZ0dM|7@O#vrj~+sOK6@DQ#~mJ_^@!liKY@Op@n^u7|BQK1|0wpGlOM&n-u$S_?1l}0$sfPCCr~YUP6EV=_Ra#?`e3;D$uusR{`(lt-^Y9^D4~G$5#Q5UR?$J` *0Q3t6ndoKX!T<^J~h>;QNv<tLu^!KQ4d*?D*D$} Hd<}H*!`DE^zIhG%gI!;Te52)c^wW~pk^g6}W8Urd2H>%806!ml1M~2Q|G@dygnyu%CI7&@h`)(`Ipa;;7rcpbuX _`G|FSnh_r4~0F~Ke0!hBiw7V!M7w}3C3y^Zx`=-a5@lDC03AH0qJ{^>g?chEZ+?=#-P{Ji`f%%3~o!8pA54)ALA JHXS#Ke7HD`A@{#>Rsv|>bKv#3%+y4dnjkod%*8U^nJ7U0f)SgdD8qo#__oKQSMFeqn{pmAM&3~KR~?GKS2Ng@dK 3m7lM~Eo%#^_z@L1K^SiMhL;mpO$KYf3{{-{nv`>I13km*-;POvEuTJ_D@$UK*c=q9^pflfFjdsUZquo2KR{6zh) N{^ijK`U)LH{mV4g9=$HR$aFt1%xQTaEVb@fq;!WP+@R@vqM?jxC=nzx+AUUH3WW$E}}Z-aP*~(tk*h^$vdfFPuw 0@GsEqJ-&dv?3gb=uU`HF{WIoEz*oM+{GRg_>a*V0z^_BT1|LxK4d}wcZ%~g-i28DSwo$kXK_0L11R2ls1WVNK3k fov-lzs}6M|g-pAzJGlOV|JTwj8`uGVSzuQlFK4Ie|0@q7wF?*9V`GF}%Ho=TAMa*4*flOWIkKWqAzG`}~sybl$w CdmExCBZ!iZriIy&Vvsm$mcxo6I@R4l<(EZJf86V8o}#h2y#EaM(_-R*&oyhKF8KUI~xcxeQI0>^*Mwf_uB~snJ+ (sAoCArt%Leqpzun9j8}hH2lc&u9rVY&8vkL9_vAXL|BD0}Z(r4P?`pb_wcM{XeEoG1zR|iUf6H}IpKS;-o$g0a@ RT60I~Nh;d4JowDCg;QQT}u5BEMHOzc~J*3-hJ>)ZDJ+x=+ddO$;dZ^DdeV?%&>NRs cJ^r^IXzPsdbF+ZmJ{sdeB-~d TJC-nzFiDDON_4x&6n6JZ`YbI{*m__>`m(ORD^m|&<5h{D9)IjfwWvXEXiwK0zY6-ru ymaW$|zZpE1+($NWyel@#_3^HKC$HwGO){@aGW-ChIR5c#WN8sK?9tAU;Ej#S?kiqB`pBYHtMt j1~IQ}leA)jS1lfsXp=X!#_qP)7aFIr+urhe^{P{kCe7nMf(L2YEE8ZlvaQBp-L`3z*REyb&VK>h4-?#i;6@aWNRxM#2mM^uy7 U2xnMjm3Si{(Mm{{t>;OOV6Kp(BVB>%Q>Nj={TNgJLrw7fej#$URld(Dc&&seldOjAw9DUZz6?v(C>13e=`QXJpOB;u;a8Y$7< Mty`Ueq1I7IzJ=1nf`0+g`Y=3(8dqMyC=LB!yIY42=vWpCHPYU~tu)=M)MX%KU)#!> a^mQ`i|4ww{LVt?34a-QfL=%VQjfK~L{mf`|2jZYb-+^V#%SJg>FhUobsoxvm%eJB!lzG1%1eUpu|;&Qoe wGOQN!hG}r6n6#7Ww>7SD^lEj=||f_ZwS*hZgUNEW&i3yxA*OuXqmjPW7+mFCycgj-uoVGgdZb#2<3UJGw;r&JXl YLWn%^Uovq*gta%S7coesvV3y!M1eVOC55Im4{u5~1@Aap6Gw6A-mU}0K-S5G EmH+mlaF#i}XvUDfpKrcV+II{+qVJz+_(FwCYhbTr{?6zH{rCBl=AWAG*93{(_onFkVU*@rinoB^d0Hm(;J4Cqsu %1p+17dwdj7!a=gWD{({Cq=cRtg3{dSVmpMk>PGe1G;C(-X-iWk&CKbQZ0(+jo}_tCGPraevJ!Wit}O7y;uj@d@^ Oxt+q0qft8UeHTFQ{!Cg)L|Hf{hofT$Hh$69D4oIG@noC+x`^xM}qG%J)?AkwVX{fkCFP$d%<`w=y<1l@jk=z?snSCdr_7by`^D K)IbkwEOuiyFrJllfX^Bc(lwe$Dzmke*rIGn{@br{}%!4>kR+yhdxhR|w 9b_h&WFTWVk@GM(V76h2e??-_dkRSkSPtfKJW(DOB#=1g9T>9;5ST6@6{%#R7a&Gc2%pHE?z(ff@~pS|M2Mu7dlu uN({`mrunU;VzFGq-=H`TSnn@B@0k$l$7{HlH4ROR${p6$eLZnAcz$VAl7tHH75|oy?=wu>L!>fndA_`ugr4`_W+ ;^=f^;j($fwbv%%sSr@t=<5mpz42G_ZSL$p)Bq>6gGy}X8NTKU#9RBjk 9SD>_qtQClv2>o_Cb*mJ}YuV5`7?kJIxZn)Z+M{0#kAZ*FtO2MuSxKvQdA@8SN;Erp+~>Hk?)-i8`}0mYllZSr8-w#eXu$My+$W?9ileg0i9mX8oW(hIgewKcGn;=ipmj+| *~*pU?PdG23=Q+mPw2mi4gWfH|7)C;~(viwZH4e5O#y|-vyf6@4C|GPVVJCnzrXgI;W5~Z@ZS=OyPZSx?&GzczR#er^R&Ni)BJvA_yUjRT3QdDS3K^{9Ql- fr|b8x2yRQiJLs7mP;KqRyMmra(6{eX9+L?kNAM36_5ss4re#{M6A8}i<%!(yT?&uU^ZlCtZUjf`^W7e7#Kvg;t1 0eA6!#jZ%tSBPh25ZGhtm6W`hDT_*$NLfF>g6x4fMP~>vIl0FQN3a3I5GvnH$k<&5vb=)AjjcP5X1r=OBVP{dOwl )nA_vVtUJMr|)0T`+M}BqUU}THbK*lbH<4EG6(d6eJuZtpx@J)*ZLIxk)}B*#`ZXP{*>25jq@47$rSHj`fY2?doI Bo^E>qYHhSNQ-Z#`Z^#r%1_Y<6Y%%k5W6#gfDzk{AXp|m?{nl5_&i$4FH*L5xbZVGFs-^3c&`m^52N_xJL*9e|}H L#H!t!3@6`Cmf6&6r1{-xW11GbLP)!Cs&L_H^lVd`R=qk-4sHCYMa5vu%lFCX;AQXZ&Eufaak?nhWxa4@;yp4n^o nb_a=cwk1={|-ITo9Z%LLUqM w+W?(j3|tRGJY6waB@msElZFtKu3N}Tn(v@V=6A_nbLg?ihPk-0>7u9WCXW{ZhpE|D+fT71f>D_v}tl1znnm!27) Yfg;FrO+FRj9-+*elkc?X;fjqkSO}Ii)ai*Ybm6gsr0}v28mp2BHx}X=BP5+RH8GT@^e9bB0hsMXh~)h+O!Vp$wW |UZp~#0h{)xBw#YB~y$56)E#PH-H$z%Z`gQ>&vLr3RI)Fs_{U)mq|2bcV8i=XIBW=ba O&SW~1Y^Eks_U(QqFI}1pf^-{oN;XX?(0Kmd&Dq5(x^ZxPNG>xpJ|vSK>Yy*DNF}>@s0JsfuUcjWb~uAXORghN14 zwGl?p&Z9(s!KFeH>K%ckSO>aKBwV+EaW<*)8d(AK;1{kE3brX ZG~h9Asu 8U*zweC7C}K!uBFsLlSYtu!1g9H&1<`%l!B&sA|8o1W I%FgJy%H3YaGgRX9HKQ)31~8)^vgTyO8T*A$P;6oA9shRORU+_EAxl+J%Nk`sK)tl~ _>J-qICVeI?GdOh+)h&?BWzhUgG9L&%D|T_FExByqx0H%$nz%%qib^=ChH)Wkgl5g9bS4#Pz+l@2Q@Ae^jXWhRI# RKeyn`Nu=+dmIPZ&BQQ!L#SxjODJ|O!&HMN Wir!Exdj*j|DafRwo3y2s|H`OObWr=Ema8TJ=i+C5|Vj^6qOg~Y|6 cHQhppIm*rJa-IlZ2g&m|Q`wfm9K+4aB&s-531sPQ;l~A_G6AJxf)utgIB@?7PIhIY&zwDzA&k=y<6>Srm9C*V#P 6#HBo=JuU44_oXxg6t{~;ji!cQ-y=nkwaWC-e?$%>6W>yS>O>&!#fN2xe<-!dYR%OUek0p0bEepzYQSw7ATv*Eg` uK8<{|G$c2lKgFss#|4==Nzf>NkV_Y6)=??cI4o9H0>OGmU<~hK5=$m6InpUjK#$r>1 BE(E?c-1fApkXi@`(c?D}p7g{phxw(=u2`HqNR(V5o9IgfHH4gt=+c8DVk-%hcVAW#EA*7QfEq?$#wC^I I$o++GQ*IXvQuYmn3yYk|%#%qSG&QQ~Dy!6qln!zlXTXB?+$}i!EAA6DiKiUPrpEod{PZ$QdqH(kX4|ASNdxEvhp ?fnP`y9mAZf^tMagf!$zVBUF~UF(5cf~iHQRL$Ri)*{g!lVcOqE~*AAB>P2 ^gLO(rys2PI0M#1g|5<^H5`^*gBtxdxeBiy&8&IhaZX2?0g#6^WfkI+Fvlz| 1R*QUXj-R(%{FnZlgJ*bPRuUlwU2I6BKNiz==baPE-`Fuk}$V%XEmh`BhEKRnA4Ihq;x6EacilDolF4Br$f>2pav!-g{g_nKV-B}R8otnGM(WYTJ VU)NLvbhsZ)L}mpLKT~d%MG{@Lc`-@vP@n_OAlJ6O=`!JxXaIEc$AV^rItLGazJj~aJys8orz64xMSM2x>LTK2cY }{AB6>GQ<)}eLdz)eKe@2-iM(HsiOmiCPk05CwFX|ntEi;m_eFTott+8jl~X;gX_5VSBCfTLQ?>t14u{t%%9W|?n zlS%yot$i(k_-E%S^ixWv2saMKkk-#c^qSN}9ctx-Q`$yiVL^+9Z|oG~~llsWgW(iDss;$i&S Sh@B}52r$@&xCYb&A2~S);qHwEMTxnf37Vo->g1XteIt}0pUlz%oa9vlBgI@-F58-JV^%)GaMD~?4qZ7i$-Pd<6I h-09HTJ^35`%2E!yco$h2iz^U{`p7dUDK4~J#$P`xTdnfjLZc1paCInsVJ>%_FIM5R#5}5ovk7)l7&czf%=%2 )nvAf<|}a+**0mK)F;ci6S5X~#+nsLxiVdAWP{a86Sl-9#krr8y2-7GC=-F%7~0I5G=akr@_K|luyA^QfpBM*ECg |0oM@2>(DOM%)GHU>Fgszb0vh3#cI7Cs0)i2gKG3htx!HygFq1&6i{Dx_7+-xcoEp+8gZ$tGkb5%GnJlFJVz;b=g >;d5w_!*Ul$g4BipK#A$Q}OjDzlg)}lneBt|c j;R#n8<!4lZB=xLKG%SM5UVGA=+s7kW U9sOGUs-EK?jS><$SKMAK5U>U;rpquseGC6XP6mPXu9DPVRpj*rSanz`D>e5o+1yzv)WLtRdr$3iaOpQ} TQezrus?le2~qMzzi`pcvvS`Dd$DT|R(>H#z$vJg^aLoE{l(fbZxaUr@*)^9EeXfy-6mu%DGO?KrSgH@Sl=O|i(a s{gYbWBd7N;1i1Ntev+aHP@&Y6r8SL9tM3DGF7T?E*EaLw5XKxo~q2W;ssdViP)4B4qi@@|Zy7!0X9&4`T1ev=kN KtPq7s)Q9>5HWN<9(Jq=cBAzwdeNM+`5_QSRT6OVS~IqE}PNZEZ*z3f(=jQG$T_JM{JT!DZ#Jo{3xlC$-xw-jb+NA@G?U8^k~ J9Z-~SCQlVMqGr4G<(jtLQV&zA_nbk(#>JuO&)ZOKxNJANT%N~|uilq$NY1p`PX$Xix^{I8KpQG+l0or^9X<9n#B 63ub!24Z6bfe~w-fE|8QhO7*Y*tr6WJX9iChWNsGrHyDnuzzqMoGA#g5Orku*@Ty%l1zflSDn!hsX+@E!H~cZDGC BZp(cWY$J;(DHuyydK07X}8R_Jx 5i}7y_?ivcL;Z$PbTeb)>q?TzC}^ejl{hC$ycPI`CnUvc_{nwRGeA&f$r0_drBp*%PE~nw+NUFx4BB^F%Zi8DNrmOy%&ja|bz4DMQ=R US5$b^)G26>TE-y5LwvOq1#^rDfMTL%2P`K51llFp#D3<1^;U5zz%dvTkEe#=**2u7{bDDkG|=0NG-a=7Z=vRLZ^e%%(_ 0IBWKV2Dt}&z58+O+91)p9}8z|0~=CDK`fH6K{N4|=-0a+ZMc%znM?p>YZKH;lLuEq&+A(b^!o@)LE4L=M{%4d*>LNRWvk-wQ!;CT&@{X*_mZ4IAQ>bu;%n@wK!JagaWRk=p4|c3a %dyqg715PF&LnTiaARW=9>uG7*ba8PaFq#9J2YLKSlrpsw3ID)bP#6hUku%g!7lz`ZRY>ET*$&J{-FMM!7`MAhy! g}}9lLM+^%VOaz ;is5(8y|@VgOp@w3t6G~H_(|8f%0{> ``VMP!jikws;?Tm(|4j{r(@&y8OFQi`g(q1=1f7Nk$RAMv&nf~cLJ}^2$siW2xh1Nug}O_wl8sL!K_3_DD0=&B-> ~SGM~9a*6KS4YOIcQ5U60ZxsaPBsy1NwGwJ363-G8iWBp8?{^xCjoY)SdzUwotEz5kFETxz`UY~G*>(jtpN>h<*K gsWsR!<^Uf&R~VeI`$!AImfC8FnMlFRxEyC{dReQTp-v>{&`v!YMxCWY8{IO;JHMnrX@{568K`gwo!ZV2L`TDans bv(kA)D$t53)tpKpy2~D!?3QAt7P=F|(1+9V)Gb`Z^maa_o1QBW8upn%741jdGM`Pi*@J_G9&pMzF%xJ)z+#;}?M S2R(u@nWUO(!d1cW+?Mv?f`dcW{~k(eq+u6lS=%ICtNp-4Ojy@4Q41cf3Iq-lr$iIAI#rtdlz2b!tq*#HI--%LIe WG80DgG4uTF$}ab)p^iq>J6;_WxF?|2~yXI$!uGRMtrD88`vSdEyJGXx7*RSX1k%&k!J9a0sLvG>}ZF`ZmJ+VSYr N5t*x}(5=NcnzN}+Wanx%(SNAj`TRo8Ss&~?3HO22+^FNMV=EkzcTuXMPUP$}FpL3)>BK!f `sKU-;}#8voxYjo67SACvkCH8V0FW R0thi!vf)Hn$OIW_9&8uzqQx}5kAfjGQyRK0wwR|Y3HUY5s?bmQEkwLM>f#9vm4A@jq_d`nArc;Af$7Fmdc7HlqH{swm!F-h4r>fM>+LlC%j8>038^Uz_g?Ku@YbLm{-AyJu3ArYYE`B+>5 EmvHY0{7YwCeeXTPDYWFi&$V8~13-tPo5%kPI^}+zm`Y3LW8kJu=*Sxg9Xfh?Mj|!uCO+>g(W?XO`{CBGMM=7wr> I)XF0{x%eN*VWEgEBNz*v?A^I$YtBJWsQ%52f}~2+(c1x}k9tsq)0^Gh-qGP$hcDasG4fQZ%YLV$ *eGO%JS|DtV@vij;#B}mbACe%@z2%PKr2T>pE(O=r p7>d?{Rwl}cQQe$EI31VIl-k;))M(AvcEap?S^io_%pAupPw#3ef$|HEaZE;-Y#GP*|8rq$%Y~I8cng>^R*&IF$D S@-bUv1{ibfGE5A}jr&cFvT6|*AIFVqljbrce7EvkdRui)hq{|j^pJHU~#HXF%*xW-3CGnk*IE4m8lBCC}bbM;kt E0Axy?8woTd-Srqse9$_A#3cJv_o>1NpBr_z*PYp#q^tKev@SGh=5y3* NG6X_3Dvrjs<0&J4??=E)b%iC0Ij$lu|s$gYcj*|W-NU1xS^w5T6wj}!l<|C3pb>lY3W+CENxd1XSQZXBMFo$Bkv 6umyCc{AE8QFM4L|H3b>U;O=phc3FDJ^1HLKP=vQ*O2AL(@$WXmQQtkdcK=VG@Jnj*97;>?IT4e{Ra0_^+5UN4bG |s#hy9Hb%HLOxPUS7X*4B*aMRH>mAf`PF5<<85vaynb2y(qX*m8lnF*K&OyIjjf&P5rf=YC_FDx@dEqlJ;!e0U%~ 3|F0EVP`ZNF3GxHl}7;-8^wp}CE+*cq8EtwgYh^-g6}xmc|rikMO&d=}23-sGiv5z##C8Ea0~%W^vdH7$t8?Y>;L YevWVd6_(9q3Y=kj*V?NU=LF4uePWmx$>fY)vKqZvxr-RsMxAmLS;rElps=yyIQ>P-pg$WgmKi{ %v%=U$o25NZqiqNu)Rt^CBC5kZR#-|*%L7suRq9TOrGm3=d#d9!8Rtsg@G2~(Ff(AD&3C0)`Wl2Bj6JsThNr1}nc *7IIE}(-+70$bh*cS%&YS1ZbW8(EdQv2!dDpCrQ)F678Iiy7GBHApZj-Zo`^?nNGujj*Lb;wCtr4>6$*EE0V*OCx *{b)Zy*8iN!Hi05DTE$O6Om>hrP{z`IiKaSjMW)QVY34_6E};b?)XZ1FJi`lH$$786t+IHjcB!Oxy>;=<`CMEPv< 2G&s6*`LUc?}>z_owRGGT^#brJWWfS%fyS8Gv^@9o?TpbUwnTW?H<%<5`gc&E+GBT&f)}qGl8JRk=y|dv~T63Y1X qAdZ`M%)0Fng7m{kK^xYlxB5cn+(*iUO7t8Qm>mN8#V4qcjRT?SmJF)i!IgU>DELw7@WF<8`ToNtvR|z;zu(ldJDSn-m3=&Q~6ff@n !7*hlNoMTj+n7NrF4$S9XZfoX(_+-CpICf|3NSrB!EJWtbD+Sjs>Y5Uwk--Z0S*qd-PbJxY+vq*D$*1OB8MTM{_Y kvQL-Xe9iXC$XQPC$=_`gIlV2p@X-iE_>%1$q5Z)OzRyu>1bl|c`K_Cq*IRHi;y!cIC&c$u`*{G5H+o`wlG7A#ZZ {95gHmlM%05L(4TE7X<)lEb)2eM|2QYfD%#xAJoA7+2?(i8!)e_pS%DS-jFpsRYWkObV$oH79rJVg dOS-ZxX>-ISI?2Mhv))t68o3z8!W^ve(MROSf$Qm8PS!c&rDrH+Cnlz|rP<7t77J-24cyE*bLpR_N?-tqCZ^HI#B K}B3^zgSQ>c`km8DjCM*VW6q4d_WKz2rI&^8`u*R?Ichp*P6W-805N3XxNItlQFytDP*|`P%6*saz#?y4wuHiPHyYtuo1Dccm#j7xf)P kB3n#ooxoWQNSMG#rAGvZ|FT;@)%;cf@Ro`|p`pDz;%72O9Ya5ox4yi2;d1E+;R&T4!=FtC@zvZ-)i0kDFpbj;o9@QxQhUyA9?fRucl1l00e X2>pn4+}*3L#u7a)V9wsEtQdVTtXZ_<4s`mX?N%d~kyIGdB>V?u*b@Mjp6X?Sf?1~#)_lpc)RadT6N6#nSzrGc(&c#rcYe21$CHRVqX@ {A?%fRZGcC!q3uEF3Uuq$2>WmbB4x(?g}(CX|QXTojR?kYx*2i`_9Uq9ZC}uWu9YpmnjZ6Ek+7t;)m|w+#?L^o_I ZH$x691(^8>rt;>nPJbm{amr3?eR2&^J0zh2#PQ@(e*3{O1?O{5}BeNB54|$t_40UL)}!mv ^Hsl23R_;1>;tsNIO!SXt`3xy%IM_1} B#dvzDE?;t0Au7E&+1z~Yr)+Mfbk$6XH`5x+xO$y#FRpzOHSID69ML?IvYa^QR&Xj~Pu^r#V@}_qG2LQjihi_{wG +dv9WYmk=qlE`@nt7c&f!Pjsjf^NyivnF@geCOH6bNn>B&vTl)-$r;##3DqBGuFE;JnF_?sz{iiiL{DoqcMcB0R=ANYR>^wsL_RX;7#SYx?G%=5V}WY} z|hslR%#sZUNKs3};hb-H;+2>m7Rf)+8!$L=DwOSgG&57w1ZBfd<($nlDFW7_Wfydrs;d>}(>|`H1j@4&-GBh+2l T^;9EKx)XZ2191lD6yV10m?B+4-EP#tJoX2GzQE@kURcIC9h!Z?rXY6A62Z5z~m=fq24BMt?UFaTu;LN+wyNT|kv cW_^u(z_#Cfay)T_M<=5z?CuOXgb2-zVaTRiA>DJrxn#9$t0W5JQQyftfc=PPebeB{kxYu>bW$7v1RN&beIb&O8E 7mNT!)jy%cY>tnzB$VsP0J6h|9-Zu*zS#v`i3{}EN;=~!3qQGq>^zlLv$tMoRPMMcva?lL Pgv0>S_-*bJdRE(h96eb^6bbyU1~X*J2PfsD9AlqwVxY?7FmEKd8FHgJ&WhUdZ{7L3Yr(!%1wIdfH=R!yfU=Lq@o#*U?b{TmwafB&W?dX Tq<27dNMRvX$tiuYWLKtUM>v5u9>;yPK8E+ry5bu@}yW0w8RhF%mb`%jDpoPV}6CoM^EybC#ey*E}Qs5n$@XOC>I zg%yeB^||Fjt?fhaZQuGajj6@6#+*s8@ettXANQ>(#@VZWVc|p7C7bz^-|Q})t-ciPhUPU@P(zVrbjQd#lb{42$3 AjA&Mx{t6H_3#z&NsjJATK0b`eI!eV2rl*Zl}*H7e%p=29Uku-`B>zH&<#@yj3TyAtwl}XXbsp@{BA{*(K7FWz)7 b;#Rb*qi>b<}1m&*v3Cs~z%342cJu3Pg8z&azon^?2ujPkY^X&$od&$sHo^jGuXk(0($J&?#I8m2bdjf_UF5|PH8vjAl?Ze*jWLC}m=pPtoKo|sNLS2M5#tBMW~+=2%i!lER*L0p1lCwzS3ELUTvgt@0TIjP{z@*;;8<2uAaqigU2f15Pr GbuZ1>;bu128bdBi7*@Jk_3X#CJeKV0M;+9InVjy^!wik(3Z+oC%56&Dz)2$lEGM3rwisr5NP6fTiYiitxh!-9dzmc K2BzIew9&;jM<#)ABhL#sO-$FECGhpI`1v-q%%hH9w=K2t8P4}!xg+3a!BZM9XT;(X9KH`H2z*w8nAQQN|eQC -w3#gww9^wIj+oMaS~rYLID#36iWPv@;Wr22$akqAGEyYv*41~DD^gf~#0hVXNam|B8SL)Ex2UTqlg%3&a5fDzv| b{B~TR+Hk^C-$lgv`+m)s@K0i%Ir_uFTa1D=AJA+dQ*ovgjB0s=KRMw>sUxKZNiedl%Y`N^pP)oDN;YMF0`fyjjy c2Si!G6h#73k^uPn~2TrL{`r#HOO+F4a`SASGk1V^q#H nUkADLxE^R{uw+XRA;dU4vRQn*e`$P_>8$uHe;qjdJKm))odJXA-ZR?X+pWWM3xWU#C*9d5hUf>#V*G#gxnYUR=cDx_-L##N5i1c5yscOH3EM3)T5ssrtw&bYrI_E?8}!wCjrDKRM*)vZ>)bb>SdL48EKmXh^}wY DcK&poib0)HyM!J}GO<-yJ*zF;Yx3k{H6{@!Ho$ZjdV+(V7{!C|DI)J@l}IZF5Rva>-b#re!D}2gb*$Go+-p>{oio>QG-)OX?`7BA 3CWPWvA}{5)32vIgMc_4+FG#uhW{tT^D4dm(HEcZLJDth6^Et>n4(g;vRC!ouc2%3?XNLH#n!0iGQO 4xLkDZHBa+dez-z3~W~eTZaZGaI+%22K9UfX7PLWFa@31yDiV!~B(|N|(zNfC>qB0HITj6uOcc$B+ubdu-6t5l3E*bf``Z2-wo Ie$9Pl`z1b1ggaJ30%MR|dH>WY1I|gUpd}tRg@hisv8N49Zd4{9m(cB9zc(-51nT$pTvw5Bo0ymc{F4_zY;b4EHC y3~Bx2E6AYM2k8B-k)XvtH*D2phq<12q0EgbB08mTwr)L14bGDZLNYcHO*!bD PYIldX1Y4kLvqV{8;q2e1|jFj!htWg}z3*#N0$e2*eVCtQQ-?E>V%UD$Rv*SDM?i)oZ&@Q`pEnjo@EXmD}deK&aj bDpu%_c^0wCl>(BNjxvh8YtNCR3eRqa*~pf=3G@M-2amp!!!XN*$=YT8<`gbv5uQ;FPUTj(L(MDPl c!n#Ao-d0{NA1D_`t)YN~*Tb~y*;$mFxkJIydKKX=?=*+cel1`dND&b7rH9FKzq8yxT5&-gQs$8lK3VaA<#JU*gnY$12gHVO8^|l*>r@zTISZMpmVQxq2zF_rQT(QFHy2g(&)~ eY%yz@L*x}7}55@F2xqL%MBQrG~ex+m)1(4eRc(6{SSH^Or)Jx?8o0n& 40;d}Y;mJ!)*K)H`fqjZXFMuUe`IvzO<}W@#`2iTjd4Gafo5&@fnPq$-P+*;Vq{T`_R?l9m>7TF$n_&4D{QuPHs- )^%1oFaL%6!KPdR8XVQfW H@kG!^p(1c1bj|5l1FjWFe64me5d{C#NAa&L$WVs{dATuH@3Fkgc7^L2Mi%8Rb>dEPAt!>FkUJu2eu5-FO&a|k{Y5o>NKph$DN$KH2@^8H-HY|)<%7#Ug|wK}%p*37yq`Tl-p-(O}5Qt KvBW2-8v`qkG_CoQ}T+LZQ|&noFHlWUXfaxAAs{rgMf``g|q;CRt!Tglh3p&_dwESfNy&5nmDwMABibd_Q{Zc5Ez p%0hmY9?X(A`~WzP$3=IWIN$&Kqm$q@;uxOedF(Q#lCNnm`fHdzmktOf@8NDA_9bKN$44N(w oRAQULQkg3wqk!u*IeswMlf;hVZ6Xp}?ifSRZ4JH&iSusqePd|AC?0V+j^v`s?iX>2tt?T4s<-H?p}4J4Ysayp#* I!4U@#)Ghvch+tZ>(xI^3HYULp9c+Cfu&7B&*sRQ*tKDqqSqm9`VI&`XVQWP=qj|E*^ld{$L{?H!% )md9{vjSMtEInt8=*FzEAkMh_G&wBy+tbRiWOzFK?p?IVRTC?raS}xy46w$vD UJGs(PMXy6ySSd73%DSk^yOd#2tcEGnri{E)(KjA61yV_nuu!|j%hn{AL&C8|qRu8T*OKI6FWdY_%Zc%*q9~v~Oa nwY?rXVfeq~sj4nZ4aIa;6Xo2Cr+gMpeHmR;8v9ZK%442?kU?WSMfVeQ^8090KWmS^v#NOS`v+wJR5{U3M+~FLg_ qm-GLZbqm$W?rgtHx7ZzSSJ^EtvP>k@kG^vqwTMJRcX(@`haapt7gia;5Tt|9v0~J9W9SgjrhsyTH55VxLec{}u} aG{W^2k6{+Qt{6_|z0wYGj+2@Z8)5ouXuS3~1}Q=PIBs#Ir6V?$zeNjTfltWWrDbi?{@|G%D0+Lo|!x)Jph{N_?R 6TPsay4$`GSA}zd8Ut=q;O01Y4)X-m>u`iiL2F&56I&Hrhz-|W9Lu@R8a6=HOGpQyrgc&&v)R@34VON)IZLL@vhO a4#)V!`Vu`)jbM>&f6m`u&{NGn(R3`OMg&1Q%Ar7{Te{$nh78)|t5WeYIJ6SxOfC-x2t@;CM%@b|+w{(df<{NQNT UG1kr~^{t6DsYR20Q)4%?9>N%cglp`0W$MQTlOoiz1%ilA$$^u?cHutH{tHBqZZW+;TKHF@#vQp>yb6?W_2eRc4K wg{09AN(WXos2EjlvR0|(o>HRgn$g7R(SEB`NSB#j1->)1)oy3{F8w0gCG?Gzk4auhH&rs*-IeS{zIJEEn?$)-J5 K>c_D8~&X~-;4DQ;-GBF+MkL+DflZV(6$TYNK|)s#?)N0p~qov$K3U|X4VnLBPVrLWG=B6r@^86z84hGBMcYa_+b oQ!aKjhDAq&OGM=6x?xcE;o;4T4ks3pXOaAA0n>2w_KcQE|$@w_U7&$D3cH^IiQ>+bXm?41oIs)eJss3a+R=HVaB ReUyeje-*F5>Q#zxqZkFFdDLc3`S{K4O!kjjALXJ%}w 7cyQap?0qvXV%b$lo7d;t}1(1zgF?S-4C9{zu=;_;|P^GQPBZO76- @UEEEj6DWf96O`t`y%%hvEtYtzxvqT9G&B_Kgvo$gPRoHubYnw`fi5-UrA;Tm~&J`E$B>MIa`bLMl=#Y2m5u@pj% gY7L?4B`lgE^6Ov$~53du`y5eO&j2i4vKhl_IHVsluH>V#-_gY^q!?kg&W;qLO(TB6j`ZC5CC!(g?#QB~pY&oupQ )(@6@$y(#mvpUGbsEXT6TnilpjxkeOQ~+3(?nX_JG=snndJo H2!GA^X8CpWU||v8Yq&Y!SB^SjQ7PTWyahCP*c#4~#J%fvCwcT6Vt|IUC^ISs)bhW30(96SOX5i3p1 dxqLzV*yWR1KFG%hxwN5wz;^696QT&m?CxORG?d+tUdLh3OvEeG*5;vx3FR#sBi_H+xNNdyo{grP+S9E?m{D_G2#zQgG6b9ToVYRiC|4?_S6XLC>{>BkM~Keg7IO0^6!z<#Rgu&6^0^OZe&PURWX!x5 md>!htysUS^ad0K00Nk|yUKN+ENCn!i;-N4rC?j`HfGeR#bgDP4v2oOt5yP5BdDF61EfMaND<#zITbR$=jgeZIM10b!uV gnE3sxOOlKXLmtNFh`8Ffbbq;GKzCD)}iDMOBxoSOhK7@igUfZh1tm2O*8dvS_Lg^&T#^K&Fj7G~W3+_xr =v&It*-TNoEe~Gq1|c0@HC>;uo*zUYC}u6rh0kGOQei6u(i80Ow8L0)UT(w0a-ee14;JIMs72a$(M1fe)OIpuLAf Kpjua^0D(j)1DJnm}s5}g(5i6FmxS&^O|$B$y@Tkxie#!8{70Qs$V rlVV$A5Cp_+!H(UKCof9E;?-la!edAFu#3#klzYtm;tlk##-VV#34WhyfVgvvXvdUG75#N)E+MXo0*A^*-n>9L^&1`0XzyU*94B+Q!}-^hki%_{!@{L5A>1&y9Z}gbLusaieyFiJZu1;lNlPfSOmVb{3Yp`f3!ukRleyE8K6bBMOgnmg1OD*3Zn3M1l79&Jfd<(o0yF -B{8M=*?a{$qojX}W<6G9u#bCk8>X|4OC~;w`T|4Ea{#wia?rr#w*TJ+TS)T~x#=Z8}rzkCu1%o;a7A#zH!y&NvO GX60Ix6~>rWrm51>(7>2Gt4KS#HujC`^Enl-Tue54a6)XZ$x~Zq*_ykST-Zz2Yt^a=I+)Lj_-g^P#BzQQ^6he;&s Gu0ipjmbRMsOm#(HAoga1QEEYVlvW(A>Za>TNitGE@qT0yY5{oP9?|Bly{$Yq3jCC+p?ZWMi9s|sOvmvSuNZaP59 *yLU=0w_d{id{eTdQhXjNK&Tz!wsGkTrN*?wn*W%Yka7!K3-jIYxPen`LKI{@Pq{xK;6LZ9*_I6rzm ?zlX1}q#jQcY+T64r(jjJ7s$8Qf*+X>-P8W00U5R5>7r7y)Dk57K8`FK!Unl6#Vx}YN@Xv&ATLH%LYmHQa0>e%u-W~thjRdVLqnhPJ}Hu q|Gn3Ub8?0ByKFIGiwm;8@v60sH&Eg5^kL+D05tcYCMY%GJaadn3ndZL%Ay27-AlkIkqL#pje4I(1Z(9R)Tm5qTq QG*iXo)tnBJzC^_r^CLgzp5%*{qI<^(M9!P83C;dD~k?{&phD>^hTP>y%&?#K;{yJ9k^c=v`B7baql9~Ghn@Gr`x fTv6tdTNU*T?zH=dNxvNtmzvUvxIyvcckLht!fMY-;*XRVZin)A5@67e#Vh%#Q>FHFl-7^mU`i#WoV&>hxvZt0cp g(nxw48S$;@s6a88bL38YR<-I{G Scx4+`x2$dUaAI*)^P-X(nFTV>p@c<(>(H-mPXJ#eR8cPjg04vE|(Rl;UEh0L^`Y59F71xUrr1ECWAXg=`a$_%}w AiSi#e08e#BDc=lgV4%xbPq%c5q7HIr7{nhl_JTjCev|lYN+(n(}Q=Rx`bcfR$tZ8fK#j-I~5FPQzoi~n4PDCIKk 5`v*2H{!^+x2%Z9#%2r^~C6z#KjOUiYs-QkHtp e{!Z&yUeyCpTPmRt*OOJ0lck;trB%XSuh)R5_X9)YdzT2s0qCncg(9%#T6Yea1cAINei*8WU~#H*%Kswd$pLGt4< XGof?DTcOq4G9}XHUo-Lnr-5+dZ1=1WWi&;_$j!V3!(RmUT|}zpQ-tKka=>a~#)|X0Gd3&<2VEWy?0G rW+6_Pytb73zWv_4I{xy0NGWQg{cSR0z(nK^BEK2XZ1F;6yyg)JxS)%xU(!F5OqN50n&*$7WI9GGL7BZGRfmr 9xB1#D-gWi-+w}~!&00ZK*mtHnyyDFpe;I7z=4XRVHDqk(j9}N3AkfVxv(sv@xw|->Z9boD=Mll-pH4|R9rbB9_n tl7{E`R@-rn3RkSu=xgZuY4Ke)ene=Fbm?e^A(zxsgwuZMC3o6*Or~9Q{`RgWf0NvfM;r$n6~U)$S3Yuj&UZ{*h+?k6%6ibn|!dIgE)o*Cy()4mjZXcgNMd_s7 l8`9Pi*gH2TIr1|jQ_u=LTzsa{g+TQv|zVDBlYQw>|g*WpxF}!`Wb@Judrid1?Jc!kxO#K_-H^VICT3jD>B=rk{3hpxxh- _fT?nBd`@2#1CY=Jtt;8c~O+2?Q%}dG!Y5$+anu?@wW(*ex!LV%ln80n2?@sco9U^M{|>e95=a9x1}ixl6}oeTid uDPK*J1oj@^S`sb3{%-t|zECy-t!PCfqq&-6wWs;)`nxF&a!i|VP+q^L?P<1iLe1%m;xWs61)sEPULDg$hq#3Y_$W4p^K`zLF2*{Rne5r^pe#W%>+S-Zj2=H((d;2+IDd>3EuAmvr{; cS51&@Ym3cmqn%_Pu*4K#*Xm- b;`b?)_&oDyWa)y@y=@41&^4L*)H?v>0MwgJM|4^VTGccWdB>jD~c8WLiloUlwQhdn4~%z0tieK@fXIQV_M3kg5F Ydm7cCtOIc)k~Rm?(wXY)a9At{+#4MYnxhVSJsB;ioy9bsnn1zn!5$y1A8GaJ$iAULjRk<8Cmdv%hyeB_9kFsrq> T1{Mt?O2TU#R!Vszld6z NP`;gD!#v*2YT{crrH*I6B3Gj(Ha$FA?8CYX`DGZ}#*)zG`UvjmX9lN4))2pjZ`6Wb6wITZ23pXG6=fxptN~4Ak0 ywjd{m(6U#(6UTz&63KN#95JR@O!-ktiDu)a%ugUtM;+_%_a#w+ulyFuM3UW6ImMDxykD>0Ool>R?#&8VB;9c1I@ 2o5Fz5~5-nK7jS?Qb+RU(S@QrK}gY9yi@a6mtf^bo7dX9C}NMjuHm3+g0zF3H?ECX2)!juf6PClGBqD3BYbZAslZ JsOVg!O}}QN3>t^HJG5*H*(y>K4J-S?a33mq*k=MOC}Q1A8$AMv>^$eW$qfT`J;Id8khk7O2S_$0xASF(u!t8?P! L^d{ja^q4hYte2qs`&S`(~uAtpD#LUw?LMAKdE+oxrI0XJW&E+}?MkW;`f}hHJ?C2&+F@!;dBwJ81ZuaVXl5J?N2 JE@IWU@(*v-}NqLL4TNcMwz?F3Ca-NobD+O!y)hd~a3>^_t;K^0`dp+@-4c^`drd4i?uW!1GMf+7)v4NcMDyj&fM Rn)K=nGC^&^No}JSd3SM1swlIvI?C-E^x4z8PZVcgp8e#@`>AXa@l}xLl?sCNb2-2dGcbW4gNgg!zm$U`sd_wC|dAc6kBC!rLDokjc!oNbV{&0z{D5p h43Omtse?WUK>pd=~9Mr)A!Jiq$urD#KQ-rXkjGMmnOkI~JS(v1#irmEZsj3w)>5OuD8z(}Ej&@>){h2YRKW8neN%kJDgr+J|r09i(kL(qR V=u1yn*`XaU50_aLtf0{3FRL@~nW+tWSUDZHh6)NPb0{LJ($iTn1Royey$RL^vqM`oeKZW5b|9yZ#BEKYn&Z3F(S {BNn>K22O4iYZ96tHBK@o&muSUwlGz;=>7cC4I2HQY1$KWkDkmZYv KqCc8EA#NGlP@9E6$!tZ6aM%Y?t@>WsLjM0J4vYOW=6VYZEod)UpMa&!fk^f#?0TOo39Q|qY (jik24JZP`VP@wMBCI~(nDr4C&MKB@!OwwhNy&*x~&U-Y5WLHVRiyAQsM;~bZVPvT*P+dAu9RfI;;W%b5aX%)^U09axw4h=?t>i)TRa2JX4{CA=1gGVdzwdL;|5YzM#F&aiYht9XjbZ>*h{z (b;q`1Bu)a=|#17?ue=0%-HG_x<1&rGHXchGU6UWQcI==&uJy=mkZu&pd6FOS|s541Wq}R`g+Gwi>cMh?-hZ#3Xe 6-8LT@-tVrrs=?Qed!aNj>gj}Hl~Jnn_t-pcBn|$8&_TxF{WEhIlL+n#z+v6FgfEEZ3Donc%Q pCQOjV}XcASXrgXZa^~@7gHm>pEckgwn>yR)(o=moIM%Vpfwzvy;BM3|cpT?$VoOK$~SG% m!*t{0G>`MApq_?_&-b{mQMnXiSor~WjfTyhQ=zbz-dX{>TCL+ %rZvEEW^otWVMB~{YF^^U;l+!_kCaqBhKyp{N7QH0_QkdIrIJMXwV_x2Cbl~uJB7NazSbSBkQgxF@IXLCStNyRCn !?U^v+tu7*?NwSQEYNMNR*C@5~PwP5$_rnJC`T0a~R{^^egZa|4^%uzJbILt9|`!~oy6z-AB9?DcCk%+7FtP4h;Vl#SCaOIEFhp^BWbUP&1iVjJ$+A`RF;eT#)sX_F XBiKNaUwPpS%7EKfLBw97)@~k!UW_n1+G;jE=vfev;GliX0sxpe;$>&6@B7?x&_&3(dSSqYmGhR}dTCrkcJ{lG$V %}%J)Q_*n1-OK{=$!4GDZUp!L@aW;P#h+m=rJ2iNfHA)#bnDy_)kFr$;YH54KZChL^j}_wR5T-fg4=sLQW#XNPHu@$1llGbWyts@%iycqHR8?%4D$DW=^4ci!Aq`|Ixeb-CVjm_HKPgrK{h*a}SbA QDiqC^|d*g^WWxmi=ajYoD&(Xa!?`4`X9p!6bhZ%qVl(m02sYCYY|9Wfuk+8{BU{bz6`;>fYiBYZ}cpd=~+8%aDd sR$jphP6F_IfodJS@>Df)UsQRB0!k}|oIx*vnS;*9k8s3 ePylUp-W#Y%^?VuC()Fv*eiL$0CL98!~tkY3N&pgn9H+MxxluA!_N*%w14VUdN5m_K89Cd5zg!4D0N4=QHk ZMf_wVT3nH!D!TW>C%4v;-mg`ZX!@OVLWls*SQOjK%_LFSaDM;TLAeFypyI(xm(D$ZQ?XW*T`UP?djexB%bgH{N;mIeOcNrv$*rnBeSzRbdf-3)?Z4}=Um%*At_%wVy>Q=@|UplJFseRFA@6H;c*X=^b6M5^28z4 r6QwjO(r;mmM({Wj;o>@hh@$zHS+5AOC`ZYa>4F5GCXX=G4ooUQG(cZAKW}d1zHdV}JWf_WlW2~($~hLE5m-2bMIw3ZvIQz2kS}Y0_XcASa-A5Sow{0<{;>g mkUVfk?fLC**Y2!QcXX6q(#I?tcf!N0neZGMwY0& >Ty`eFj-QLmJnR^B(4yON>Ivmle6j6S^~fBLgZ_hWJK6a9W>_TcF5Wm(E7ng~k_mL8tLU#KM}U66TkNKZ*1RgoMd L2xhxhE`^tzX2FTL|n>JsSp3Q%?Xz;oK!CrwV+tRb&h*yKRuD;N9QZ$GSJVaH1`7#J_U|Ja-{0N{B4E 0z|s_jkdkNi=09I4VW(wwu>~JEsN7-ajDSVouKzqZfPJyc|wpkAX&jHfn^5vUEYLS#M&>aQD%0W+4Q}lgmYj*Mvu nhIf7jA4KZ?I!1$yW{xC;Eqnht$7sOZ^z~vYul~$?53P<$ZkNXB1r77t@D1^ARPN#dvsbkE=NM>; %S$35@($ZC5w23q>5V)4>Mf;3TfAIwm(OJiVGyPdq_3Wpqd9+2en9dVJF;kjE~v#d9x!)QXrS9EyU-AV#1RBA@Q% ynpkQMGBt@iW)0ZqKh}cZT$9{i3TjM|`w!P70vpI2xCVM^mhwLA6=Z!O8kSHbyV`Qm{WLa^HvivvAwj5R6QX0A?R A9@5BR%O`DN)#J(}ZwGd3zuPTTL3#`a`>6!m!n*8txCJ8C(6|aAzMMvMoQ~qfdI6eSG}zV<^q}%gJam{m1vF<>0- CU-28;AK$~BhirNHxO%uVV6WDAr7akE7|>+cE`sIg=bzKrI^im@9QV-WZ)=2&MMZ@R>2;1z@ei5<+-=xt%yI0r{j u$jK7IdXl}mtm(zUa$tTL|n(M4_|UJQ+HFe?u?L`~5RBD0{7nyV2q7*OyybqARN*+wy(V-({M{ff;PoFtmB5lzm# af6XUKlY%4f+>dbb0cZA5~)sWL)v8u#xY+UlCdE;+ZfDF7!0F8%Yf(;B!pQ%W6YL3^UXR3kJx*hqe`@T)`F)rZ85 K7uj!#jxZD(~Vlb$CSN-gkzIvxpK%-C*?7fE}f(If;nE#k8z^G41^ZF%vm3+PU?!bXol>}+XzFkIusLl^^XQ GR?qG@7V!S?0s{n-F1ztWI~(Lu^S%EO9LIR=X1jrKLcTz79*1kfw##NT*(C@&a~1& J1@K?Sjc~*dEMss-cwP5F$$VX`PHaZrrs;60lq5}t5~e?8@v6y8KI> !wj*x#d{wfOE6fKKdoUgN_QRffENwr`OIF3(!82~*saKX$i-ilIn0y*{lTw4=*pbmDtYG4%#IITpNZcT8O7EZ2K% lJstfjZ4XfL~8gk??d_!G6QH}$FB-XhF+=P-ehHiBE*aR#dO*FdN$(q=STMx6nNrUY>`A85*2c=_b>6dMEe;G$rE }`(9hfjpJq`lwH5u{M}+TIgY{ x=)z@-x6Wj6oMAdG^Zf2Y4D{@gTfnmKCuoK9(2UEHWSW>o2a;YXF)EsMD8xPX=rdv>UI?nfU4~=F5tK63LynUlFW ^fHelQjkgD*^}5wsMEr*LXf9o-lze;88^tS?M^!%YD;DgKO;ri;QtI^?%R5%e2E0({vr|3Dm{mzeH5E-q(9B1I)JXr9q=LU0JTQ9+tVSpR?7_3tjbx@WO5Yv?(&=ZS|{Ql@Sw4FnVCz ?3uCEcGv*j;A4@Zwwtv+`wl(#lcP>XD7vA#2C>%(;Sp_>WXBNz%_%W+tRV}pSbaOM|W;JnHcYEP-WbFUm`d0oN{E 1TqsqN?wXm$w4K7DMqh15T78pvt(yH};4lW7HbZHD`G4;kZQzQF5mCE@pNv#?tvq)aRmTv13e=w@<$qqBk2Fa^bR SRt6QOSv`Nu4U6tI>*k~5DAI{pbK_Jg>)T)0&570lQq2jj?2(`)eHPuuS8#^z<&EirAI-&=0}QhQm|#Oh&in??s$ S5mjIO~}8hgQ!)=Bt1La^oHbad c$Rl*GU4HNl#o`4S6OnlQ?pl${_u(8mmV7Nf?}p^S69a1Rp%kCg9N7NM2) *bk3d|kg88_4ucVn&BA$%w@ll%fE#PFhXf|GqIk;*QxRT!XUK{)cWQ!r%vfJAl$L4UJdEXJgwdr#po@R6?qle?%Z (i{KN|<7VUPx+&p@M#{Kb|KychR#i>8SQCd}n*&{?#CcRawm06rN5k>sf78Imhk1$_z~&JIKyNBZBRp;&+5weiH@ xSG#hdftZ1;PhE*Fv^hDunbuhkX00HfceQGUV%NCWad+s8xtTC>flL%TClc+g>kfgL;BD_qen-Jd~JsJ?#(4HMw1 *85B*w9gIN#3kqZ}xmx=2y;{Y(98f}m}yfcDWzL7^^nI!`_x;YC(BB@LM?i%MXDBI7ag^)j-?Xr{7i}l{qD$j>Zu 10!ROyEKu1TR^PRJ}7xQ#=wcMtUbrBMBK#Lrp2-^j@V)EJE=GiD*l+NCrVX;>Q;p7${jpXPP0*7Q->yeL3eBqmJ= oeCm8~=VTr-)*R%C%aNLkvx(KC^9_Nx@O%SU7TvfQ2^t0zTo7#;z?{Xym{p3ydi5swj1<8H*5Q8kNqJG6=jBCd63 m9^lBUV`bvyB1!=lQ|p5Lu~~#R=rEJwZ##ynEO3W{FvvJN=NxHAmms&Xh<*#_Fmh)Y2izo?39- uBvjGcgeQyLhLpt@sTl6TNX2UiV7bkfsL?v#ZhI?V^h?ck=ckZ*Hl6x;vErzT`y=%VEmqTp!&+t%nkEI2*}w@!S3 zAVF}$+$J>t==8NsDm5t{T)KQp gG0z^cUv><3+0F@1p62ZEZIZlaq<@(qk~pcvZRJ;govJO(t}tV;Uo>BGJXF3E@|v1*qk-nm?7fGQs?5flL|V4U)q OL)E1KCr((N!L4-gi^8JsubJPmt@LNCHutf6d|U#)5XUcH$Y(bk`Km|315i;kS>mwc%`S64b=rWVCcrBXL3QDU`i CH^6zXFi>%8%djaE(9Ta9>LulI$M=@-1p#bN>5tkVVTN^EFSo*2qQW{Yz$3_#Q4QzzMVJx4$e#v-#06b2rDc!x)p LEC;gu!wL?luMD^|gcgw`s7@d#jzolNYy8rmEO@k^|Xfg1^OPf!8zt}KyVkw^|N#})Y2-=pWEVo$y~KM^1gn>IExa8p=K8fd(|v}aVrij1S~W+oyYE?qp^n7q>`;&JQe(E778LH <0=iu1W%9XqX6~$)uCZIUu)FX>s1lQf&uv+$<%{W$+oF#yhxA`SB(x)Qzgm(QNi=8}=!Qrr!E615tpY2k&Wg+SQZ #fqHV!1gb|jVKfLh4sonDDp2$A4KaXAGBlmvfxZca-a<{GlL0&J1u$1wm0lXJ93M0Zr3f~|RE_yc{$Bs*BCa^xhp?v)3<{@V9#vZ~W`$3S1n4*nG8Y2nUWfOiek;}4Vm j5sIveseR<{GE_jKms5iI>;kZLhFe#h}B@WV 929Pbi6C-HnJC{If$T)xnP}}ss&#QXzC(>W>@?3)Thj8})}Mk!)3LQKL_cWy!{a98uLAqb 0W>Rjv?V#)fjzj`Kj6^v!5Vaw`bP2qotwi8_tN+~K9tb{ xVsid{a%uYN26L;%}X+!rzM8aS`GW7aXo1G@?3Rd-d(Q7=a)cV>v^RKEJkHG+4h#H(xvGB6BN;R;0~kw&J6V?>VD`LN`!Yx?uykrHqzAszn&ppPX+d+8G=m8UwY`Zv!+hKN#EPqlcHXfBT#^ oxLQLM6p~Og`g#F&bAg858QB?6D51f^>J6?gUQQf4aXq^pSBuf=gPp;& nNOy30Y~cETwkez!m7~t_M7sKvs}%@AaNW+uUfO*wsYO^^ubC1KYFi}m@oM50G?6KyQan`jLalKr fY<8b3xZrE7wJOYowwgcR3L+S3A{2PuLD_FyZsVF_Nz9m*bmXT3djx$RMbS{g3Ws(J=Noqwj2RaH|n=697`{Sasi 3_K6v3EnnU(LP^nS?XPwX)wOfIIot2P)j^t3lPr8`L)XodR!AKFNR-t$`O>^>sr~C!I`JyXLHohlW+^7Z)V4Zht2pm$`XSleXg*f+iWI<=Slr WwbTpf_JOGlhj8XX;t3ED`z2wwhgtq-BqGv+C(#z5^%1ob6|lNHnf; 5AvR^F#0=~9*eZJqmaBVNtdZ15!yXWvI)*0j#$tz)jijbulv~^CH^;3ci?xFBq9gZw$G>Jc?b=_Lk6EB_ZkLDJa9 A_*-bFC-DVK3-DpMU8eWDHGeh4N95RWx$`~NUdR|uM`L _KkU?3U=*=dO^@!lj7UXPNt5PdGJuHlH?b&N7Cr8*XPi91~3=4J1Q^MHi5ao-9pn#%f#X!)aNk&YIva-uK*4SK>? RHWc?}`iq?ulS@_ibv@9a`@S4|m=|>1!$(|CU#6k@n9ouWl0wO@nl6F(in4!J{D&Eg)JncXr1;E@2hE|BwR@x!VJjCOyOw;b`pdX8X(%?i(XvnyqQsoyg?Da^ 1$44YzjcXflexwhll{{FiO~@X$iA=dXTdFYSnS!q>uzdxlbG{yvq>ISHzP9&jazS6WU+c32Zh75@kp-zfi;mgxG4p4$OZ1v_@*c4~3sW2a!rf23{ |9Cpg%YWNqO^(XL}I5D;(JL3|aBDqq_>{ABal?y3W0Im(NMfw40$oHLx$hWLbLO9pxc4}FM Uo$7}D`#g?U9w{lGg?)%~nxdJAb4W@E4xSEI1Up!+U_{#vY%E_8>wee(QSnrxo$eX+mN?-hkm<>aD80JOM#KEE#f)5zcB680B6 lLD$lgViFe$#moBbCHhZ14cF%Ta+3C3mJvTZEHO$c+?}EKnebKI^dQeRVBq{#a@tR9a$la?zGI=$coU)1OTehYr20~dlM&k@w+d9SFoeT=~ sttXmFRRtZXWD!xPZV(%ynCd;I6e|D!3|G_rJXEMhYlZr^HRBQ2wm)lL9)6kC2SoCxdj;V6mSi52{c?vpds7(8pC )?LpqdpTRwg#(9eKn4XVcF6LVKVu%EwT+=tl`qOi279qJ3iyosN|4q(Lt_a#pyq?*H8IP>Lz1l$mI@@zRjgY`AKF *IO&L2BXVru4r#tLEkAIT3;4w4Axhd!(PG5x}mU5##F6>)~*>BLfUvbvB2^l5~diVpz_7I(7<1l$4F*XM@S0Zo~~ QqNCLKcf-fH9il_k^C?_aj0%_~TvHeBam8?80#pkPd;4bl#X>C+slmdowmg#%_jz^8_+X|>Q^^$img&~Bicx5uE& qA`8z;XgL%(6B6Q@N$n2HtvPEO>oszUVzbk?9`QTDPBK7K)l`qOsFh6k7 Hi5G5tdbN1!aV%Hko)t32zKE-*P-|XV|vB0Gq1brg+pclitELIvN1j=T2>FQwPN#jDrL$qD0A7t?kXp$pMa!{_wC aOR%8=I$-KUy8zfMS@c-L6EFSrNr^3_E57VE&PJbRmNCf`vwErNM={U-p%4!LM5NpS!7Y8_n%VLr`T)l&qVXwAGU x|%T+r$x_)=?h)3du6Do!?<-K+2eL_5o2OhHad(>7Y7KvRkHFL*vOV{qLUUS?=s)q>=CJ?CKF>0V(V7)F2=HO`BT~2_%gA$`5?#}pS%8BBW9?>+=o~jcvB^zlO=C=g*y?;`(I~sRt {hWk-|UOUJ@v6MSPOWg9=9dx1uobEIB)E#uW}kSC@-)0M;{0$;rQfrFN$0Zv^K=umK)hji~N)5TB>tJ8pcSISd5+ +j*Kqw{hB@ms*YjF&-Q_~2$F Sp#kVo;|3i)tQ$XQE2!0x9u+%RkaU?Tyhf4B(r?rGwASI5i{I${ud0LnR5Gv;Lc*p=m}+heeIIP!e|<%{8&8HOki %7gJIC=Y=HjbM|M$48u7wzwdvbkR4hoCPvRoGDf|~@1C>7^kKd^mOPr8A|K9wHq}j!+oZc0^x>3R`)Ui|8i% @ZUwItONRT~IFGM}qz$vZKuc9FGW?=!O(%<6U?bjg1Hi0mZXVq`I@<+2&3<4xhN{G7u@@_A`oGeNEXt$-i9v7J3V nU!;c5kTdo5v=q~dy<-$v#@Kt_OYklcvUJL|WCdxHu pE?05n5c^5wg!=kdG>4n`7ZTs4ibf)O+t+UF~R%wn>ifiQro1lD2R#z8htX>AMOQ;-X6= 2`dtp8FI8@3<4#9E4ho8sNRkisBg++SZcm~?_v0p(Z?bHkT)D6`J92?nVqYB?HHdEv6pBv>=B3laLHRNKE;gNOk5 qEZ3J1umxeVHeYYvm+aFn2KsK`(NJCMW2*c85MuNtyC(=6d_d*mQoPxsW!J`IXHbbJj4-s-?2m3*G*)| 3}ds=nwi+O4!HbGco5xJG9p5siTcQbHMFPyte%nA_=O?N5w4>+~+h&ocpM1=dRM>0MX%udQ{H=r7Tr5C-P>IFse& S+74}Xp9Q`ehlk;VG6S--eD?&?ORteya<`Du4DM9ZCOTF#hCmTvymum49_WunE{QWEJjJmRf)h!qsm0JlM<~v-GE r9gFILw)TJQt>tEky^aZi;*u=nIc8KQL7hNve$@E?AT0pcd=i>-ztq|_FHg*LSKICPe$AIzJ>I~ECr5R0#Pehn@qFqd!2gVp^@)+ KSC5Qb@7^yiD8|nj=-agxnM+=EuPHPIAz1p7D{kV3_HL2+!Ngc#OpI^TzVw%ln!NJ(jCc2>mv?!J{>4?5y_K;hSi bcbHRR)6z{vCR~T%MnIPJ-;j?p~?We8qgMxV!-a+HqA2mggpW+%^YJwqz|Z%}wG8)ZP=4#0CqXZOkyZ8Kf-tV5A= Sh<|!iH1plB3Ro9CcgXqwgQCm!sUF;^O30Bl=P1oM=90BZ9SE2?-vVdSQceOAKvU;Xd>2cszeRlgNFqXl@Dy4QtR P{A4UD50Q$BTZ_%}>H>khM3xNvC?OMI8?;K5?r@AZ6*mnNEeg!2$9v4&l+O-i_rvv;u2v0?}f7?D+vS$8q-f0h=N cVccU;v*=HE&OQFSceO7C#P{{&snnxbvF!2W4o7BOx*6>S+g=*y`GgP##O7Y)$1LWGh8SZgKC1`qGRFGWPVm^sCE EX45_^SVu)FVIb=a{XkS98i@5uoJ>L+RVo@T0rCt3dSuGZcB0xqsauP4q28{DP#I$oHd=57-`^h2V55Z={0@Q0SAX`VM8i4>2?=5^PRrakOJ4=OhD 1Y!k+j5teGE~mvSdE-np6^z&C{Yvr(AY{ACIYZBn^wo_Gq5EPQHPBSr6_GO4&S8>pB19))p>#u_cpu-_F`z*Walc {I>h6Q*_?)BBtiu8oWh#c1PfKwF=S(JK^#a$}-5-YKtTzSnyQbSTK3nWo8Yva%)F3f!(OC-@Lch5i{6$QA2N?*s% Uf6SFpcw6QnHqKK7quG^04#dr->xM*f(XT8L+*@h!_Q5E>9*qJMo>Nmth3nrb^Uue t}Nh^Pu4))(O#cVl^1Bny1Edj)opup*>(#)62Wv`9Gy30I3s;MP@u5<&&o;R&etPY|m^Omu|FdCCx@F6i|LzRcj2Ie=Tf5$K<BhC`RS1JmF ^4BqvV>E4wSF6A*O6doEBf?>2;qy4qVoDwMiO^&*6^GTu}_Zzb@C{keLrqw?M!uq )aUVpa>1@VfD&GmSBn5LHo~S}Pb`2y0$GPd%ms`X_(&?YaZP_GtFze8|_16Zlh0fE6=eQLo=#;q;jS!MD+P+krb8 P#2V)10Jk7#{STMloz5*ik5Qw) @yg~w}XPns3F5n(x_%cBui0fH2MBsNw>{)@s5(Sfy`@MMM2zLpw>_s0=`oZ^P1EJ-wdHJDHNi@aYyof}gkGTny3j-KcR erWcP&UVYP70T#|OQU70-J=?IV(E*$05x1?bwZ7_2T^g-5R$*mEDU>anF_Dokj&Aja(qm=>^KGlqhW?oCYIJw_>) 5pvI=iB|)b(;1C~u_9>|o^v@?;KRfuHR8ZnmSA+3ox`!Lcs#!)mj12Yx(3D(ecn^MC x?|6ujYl{XYGc_0=_-I4q>9D9FS;Xi{@VPL9K(%qPnpTQ+eYO!`l_K#=9t{=I(tw*#DOw{nfGn}HixmS4H l%ldH3o?MjE?PPeKF0dWcM!@hiVoULW;tMq`W{>9ZIy_IEA!j&#=PJEnC^yH~MN$r;GFG74PTIOJTgHf-J|U+x5< &9BdUa*hqk)8aAHP)?(}Sjh$MhmUc`bh{Cf+pR-4Lwn#j40pWrP*&t1pPKzMa2~ga!8OvKoHb3QDt6_w8>0;2B?3 ;PCkLT?8xWHSl1?a0;EGk#*mwujFt?Jdh@NG;TJiRH3c&2^R)HQ38{hvQ=Ux&T*_nfj|h1oEalEgL>>fxBX$3?Al 6qx;GTiabE#rYD4)zQ<>SJn}6kXg0^1f5qA#C;@2dZr^?lo$-@rm=zDIKm^pz(^u3=^lmK4_zbp^4XL8(*=^H^G~ N`d0T4Jq|N_t(PjPmH}>_lE9Vf?LuJWC_fJce-h^mwrMF$8n9Qd=0(sQ%cSJuo)vHyBuhw?01&L%xBUQAr6}^T>0 -C(h6?s2#?um)f)KC=EWaWuz~eI^#TvGPaYySevqIA@BJjh8i(*#Oz#vJ *!m+TGkU3j1A+jYdu$OEPyRw+8QwL~XG~OED|j hO0SZVAbKB{r48xm;lPFtR%lVbX jiCsJmW;^mhEr_(en97bH$cnR^Y)wf<=s7rn7}b%YanIcs9kkyLmYqpX*9WvL~=z!%XoGcRbF3;IK46(;;3l)+)l shbf|*=xkE+0X}^nW+_KBRxjAjUwzvXm$P`!?HgfR1Q2lO{sV!JDXWwQhJy6+7iS)f|M>4TBR=4+W>%6h!mpCXx>`#!XiZh @ubv10e}7xWDuut4y$3=WE6r5wFpe!u3Xfjq0cmLl2!{zLg&@_-3qX12(M;XFw`=Amz2hKK`2ch1<& p6S@<_5=d$Tf$&T2n1FSq{-3^(1BVXIn+6X9)O1m;t@eTNzNoF#l{0~m@SS)U|{&5RBDiI93agk+H +b-URQFS6C+-y=r+*ene@%UaIuu5h6zsuB*;hJG{01+x#McC&Iq1*jAOnK<=#%O$HNI(_NGFcAtPGuS^r-nN?4is nONMprm6CNT*ux+50;4GC905ef>>Ue#;x^P`1}6)ENg(;U=k7An_!4{G*9#H8=v73KD0y;-~Vrm$^5~SW&Uz8qp8 kGz$R`dSA)4KLbfZ2qeWMajaZ1YmjqRgy^4WnW5AyA*}D4c)f*SmvNB8LhFi^Q!;L3n+G9JlS~coDpr&w~X7jAHE +lgLQWNd%?7Y_0<#fb=UXhw_ #bugsagiY7ct_^ClI9JdqHd=%v7H_NY5PK`55LtzuB~>9(fIY_w9mZb*>Ssy6PzgiVKRbMcg==96k*q|3(lp;C+B 8AD6P+2D918Hxys^B9ajgb|m+(RoO(gh&H^iwlk;J$**Hg!9p(7YVvbV4T4(*TuQAM0x$%sY0}ABvJkx(P^4Z3wXQZhg?@p{5S&FEvX?xLCqsikP;ws*%KRP+If(!^5-cWG-+sGA{b-llgQcmymrrGGX83%5@#VIqjyU3&Dqy( RT9#>!V}P0S;I=typh#(s{}!qjbhwBrz1+G)UxHjpvY(S`<_~&cQ*=6{p&O=FE5`>OK{Jz=!Cad<}E6`J6qr9@`f 5hKNX+KN?g4Ng8L1OJ#JIaZ59(N%o6HVu65FjJBJe0AKToHl3^(t5+@yCSdeV^{;VpnPhhcw>}2mY{o@lvbAew&r bs>dWY8D(LGRiG!g7bA%S(6L|DITOI@YG>-4mFFY!$ABa@bzj**VqGozKm_&Vw5<`;uSA=ZEm^DzuD$_5aUZkA!y 3|(>=!K>O&cU%!DhM)0j)c|hO{=1jYthxs7XH?=>Z02B&VkpE|M#`|xIklL7Yy2Tp{-E{6LLCzN?o6OjnzkUVo6Hc25lj^Eh^`pAYsWEI<6H?SSl@K;4Bg<0< fy^IVQ_U;@{L1aApSP|&gy4f5ni_P`NV#;?paZKm&iL-E97`_#-$RX1jrbwbz~ wU2ykOXpwAe?h?yV{rlPT=T$lYUju+dv>S|-1xNtQPVjPG-9xB7;1wgD`;Gr8Uy3( $_&0Og$k5zV`a|B&vI!yuQh#mQ=Vc<@xR}ZeVgh|A(|x~65Af-EML>I4(lC=jUAa1o#>4x)5-WI{Kgec-6}OBd+* Ndy{>dVJQM0m-Jo^8?U~dLZ04rys5|~W>#$C@1Nv7+n0mAO4J|E4g`YKcqrYY~ynqHUbXRiHlMrX{(Vwb|`vy_n!XuD Ony*{g#2YDy0ky!q#Mrzcb5}7-qck-zc7phkrP`x<+{)c$6@$O{J9~12aW+QS43gv{7+5eGpb9er!$kQca&$oxHb OvbK*;~RtZ0}|e&+y{Jl*esHi{=8E#0BGv6td)GN8bO*@M{Xl&Vt?3rX|tTsS#NbfnhPR(dt6>fyH!HEXy6x)|H{ X%B_z_6hiPJN;g<5UD+TJz1$=G;#F?U%;S9+yL*wgsileqxGVYvuPX}<{C+r^J3lefTNPj;8a{Mwy^E0Ch~ut^Hn 4G{8koll?Fxl8|JC*;P9r4AUZP?ANGbY@s5CY=Oht@g@!&DzyeCMeKD(+rC>|}UnSZ^XmwlGB(*>B%CD+>!&*7ds Sv(r)wwtInsL`E6$I0w*SY$!`aoAJz#a!xAh3H@fJ5}&kV@NzK3I9D2{I@T-WHPZ>qY>qAq~oPtqdbSnvjE XHD-R8=AIyqh#u&*W)1L4a#J>3a*9?J8H6gN8d)Ksp#eOF)4({6!dpdsKO8W7duMNigOV8!mih$sI&PZmP3X;Ex1;tV!ma2 f?|t;swc8Gx%gW;Ak5p3FraxSvRWM0+bV2D@pU^>lqHL1?!qWhp}|#;oLQ`(D`XAwIyZ}@?At)fBvj7(W;MudS%q R=YR!`c>I^9_bf`g}T^0@jhi54*j2%W2no9<0JvVky3r&Qvql5Zwg~%0pn+LpY;U$d{@|AoIEJ0Jw3)4)?vW^L`5 FDIVg!M0@t~t9;a4mBC71$_Y&v$d$zqb%rd6Dj>YT}6XV$YlH$$G%6d4RNGQrc$AwlJWsRj48)p(D5k0R$mCD~Alby2qRRQYTRoL-d{e+a-K#-iAbeGv(Kg5qRm -O^=UMDOsqmHuTy;k^PIIXzbhTzxZAmq!rc{+tK1n{ytos##hYsLeiyLZRHJA%MSs=&S+Zs=rv>;-GP&xnLz~z+K C0%Xk@MP@F%&;d4>~{FLzla#~o1%LpxUG+qduO&AbvC7-X>zg5;b0S8EGbcH~uAZ+?-K^?%Ute=WDF=XE(9sIL-w S-S#uvjj9Rf7iZ;n?QD8Om=k8+pV>-JDGW5+~lO2F0=omr;wwdjc^DVeE>Wm>unAM@RI(&7Gai{eAj_%g%7E8T=< )#tr=^{NCT++;V^3|M1uGm(-K>_wCB&*6;6s@TaX0e)mD^UT{SF_qr~=aGkwyRX*tdUeFaDq5kpcg0}b`WT+P3bt ZX^{OorC~hVRdeE52klpmF*s7?U^TnOQOY0A otfJlp=ejKM)v$_OC`s&R@{k*2G>d6U5mutClD2SD9fC*um#@sp|L-1@j>U7pp2H2s>CU{K$_3(38o*FoFT3t*6n RH|~cED>AqDz7+OJX43GK566{QC{0IS7wu(_X{>@@(h%W1H!r6uy5YIP2xR1VwfCm>3(U93LbkmlpD0b`9n*UtBK g(PB8#jGg?BbHlM}oh1w_3vtKUtej=)pUA@5-HLzSrzeKhWd_P+f6&|f4-xY$x-2vPO(bpx1bLzz*#Onl@ud8bfR xdT!v(h{f1u4czVO!r-P8|KK1?V6fsasoz#sE~M1co#dLQV4-H@k<8$Jk{)dO*dKfw8Yka>|ITNMP{yy4OWvL(zs 6ONUrGFFN4Oa5@KU;j4?P;uf8E5`ByK`Ce_ RG+kEZS1yO8b-`}ohuf7G`bc3}d7s^KDZT3F_P)h>@6aWAK003ZGWmEtF0000000000000&M003-nV_|G%FJ^KtO haEyMN?BjM@3UFP)h>@6aWAK2moMOWmGIIc$hSt000Ek0RS%m003-nV_|G%FJ^KtOhaEyMN?BjM@3UFa$#_3WG!% LZ**@hWN&wFY;R#?WpXZUZ`{2Jm>gC0H(WD8#1;i*5m2#Ml1yM`LK2o_G6b_iAR$9$0tA83(_J&uq^G;7>P|8V2? 1FG1cb0E0s(}Cecytj5LVe&6_s5;L<9v?ME!o}{O+x#rzZse{=esa-+9tGRkv>4<=k`5J?GqWZ@u`{4bE}!mmB0b -vG>h-Eq#^z;UkG-O<0l?c+FG*E!DL0e1o1Y+uKz2b{E@y{9?OJ%H~4{tob_>5g*|;Q9MI&Y8%!#|+2mu6L Y=+Z^XHq>pHKoSy>z8}J*b^QRq-^C0s5<{-y;2kAeW?Ks=w{>(!h=M~)F@Eymw9dN~=j`J13eGhY-uL2$lxIJJIa 9eq9;EjM=13n3et~hT4?g6;r;f}K%;5Y-10Bi(24)AM$*8_eF@IgQq@J+xS0XLfCI4Qs;z@q?1&tdvifDM380B$U J0^AJnb4RfLt&djN%Osj(k%a_H2b?jr{ jDc&;{H?-UIxiv>R|Ez)78K*Yr;I>xfR)H`m-RHTh39@Vrja#bu`4pBeZN;HH9Sz$U;~0EbI^Gmi5Gz`X!B1e}^7 KH4&T??{vGXW0L~4EuLJ;5fiL06z!#SHLd={xd_oZk%QN+$`I*bC%`pk!Ak906|X9WCN#W`QG#_$0wa-y9y@%0#n Wsz%2kzG3BiU1o=CwO}=Zh#MjLRK49AMt1R*Px+(vU=Dm-z?8m=N{o_2x0XaJ}0e1lG@L10R1DATNXPL+GIvwy!f ERge?=>Frb(_cff8rUud#wKzkK^~YdH!#c{?#tN|Mf1mYj79&XD7gu0b2o2l>PuN5FeJmj%yQ`5TeH!0eCFnV!)g{2h2$Oe2(X1KJoS%;0VEwPdffa;5a`A922m-4a(%FjmjL?nPu|TVP*1n xlDO>p@FRx^4YHen}tp*#P^VSj=dUy-)d71dW00FD8?;%Jup^3iPf8%MM L507TQ2Q4PQZM&H58M&DA!~O;ywV3(OUd(a1)WB;NbAGrDuwDAGnEjuygwOW{tQWpr!f`!l3GsXQ61Jmz3HfWDxn Hz|e0a(d%I^!8kne6=!gf7m%6%R1n^NBrwtwSeNOwbz;r+N{i09eIa2yu`?k{u$I9cdA5Z??_yqFz7{I*+pC^z`u0MhN_sIzym%$KLqlC^+WhS22fO=N0w2J*Pl#0jz5|7bHK^O|D2QA&ualE3SFMe@!#|es>Dn^A_OF(*9FP|GS<_d>2k7ot$dmr3T)4D*5!uQ^`NSJC*fqz8ts%++ jKIr!J?QIe0nc?J>(ao@F5uDy8`}sIrWU8r;&c9oksfWIE{Fja~j|8HR*#`jJ(@Ve8; 7tfr=aewDD;%S@HSx@Wf#NSb;lddl~o#n0qgbL~0XwvJyNBn*Hdu;EwzDN1k@IBVk4mbz`biwyn{?TWUPcJ%y_`m E7;^F2q_}&X=u-wm`NjdnHGnsGOGnw9eCi~q22vyXXa3<@&_)PN64JO~aXOiDPK9l3Q@e1B=vVwfQ-3szy>k86Y+ X{~BNh?T?KQi$46{MS=uV6VJuOOZLa|Qc5=q&bUGdEdB_cpbiyea==Q;i|k6;GiR(MpRHcWe&4f_^!&?}q}#X5`+r}__SRoQI^FaV%8%_YA)Ov@3 G4SRVSD{ch_5A=usx?;LV8$n3F+%zlm7uz-ZOwO!JOY+!tt1RDa$?lQu3*PDc?WuQjX(;fG2|<-o2E1>4G1@?gae cN7U;EUrxM^y`1zk+1!78Is3iA6|DCgSFr!hfX4_QT)}=mXr4cJ1^MaCD~N|bUcqucx`O=Utm3#etYSY$t>So$Ud 8!n>?-E}-YS;!eFHCE#r|Esiu2T+CjFPIi1!y)5r2PL#s2(j73I_BtI4OkujY7ltme4RUCr@c0=Q7sOQi{&_X|`>W Tmoo&~!U72fGUilj0@x*J$r`KJ>dLO@rHO=6r;h>q1 P|9^UIrdcy`Fm0uWn%ek8j{O6mMjCr{BnS-Et$x={Gl04!(CI`_Xa6 Rdo%5+B49!2=w_og-$MDd@D`Ti+{$tL{H?^-rnj;k+uh3NyWL89X$6Exa3G QDLh?gU7BVWzGjpMiKHsbxB+o-3#aU1WV>IvlkNTUo#dbTHGFU5H5~tK){tI@t>Jj=zJ~ajx`y~X%s_t)^}3VR5MOIeIS;QPzJ9TWeEX _Ne{&7-@!=ZElfieT%2Nq8z>p5UQ8+0U%T;=a?UJJiqu8+QkchLVIHEPdFdE0eFP8^KQ1|yt}EtUU)ale fw^<^P4}VJ~{iR)Vt0HJPP#s%uhKklkXv29(fPjyW$?=W92=R3)kO6{5^IL_01RWF>?A|_UC|m+3(}-rJZovy~O` -?xj8bmwWkMdM)YX^0k~VR<9+0JiC_o`pa6j_iqO7dLP?ex{vz*_4iRu{0Z<$;k*0U{#OCFM1Ma20O7U|vcBCO;( XWl5b^!fhseM0KSaHv{bAlOeVF&JK5YC*Fw$}9?Dccf{TChq{h{2EfCu4z-$yAIE`5~r_WGl=;&BJG3q}n 0byc0pFGBK3m)e@bME8RH-GZDp~uIG|N1AW5AE~>^^v0h=L)``V0rsKNjkU!aGBuYN$N!lo??Gno@TjAo+cgK{50 (;=NbC%4gstPKRiQ!;)c(XKNdVod_Vjw$K!L)kq&lzj{3()zypL{pCf;)eva+F^*PGd`=2xZ!{FV2n9^j1UY0upHJni5?zo0xG3kcQRxf<|rz%jpstP{Eg{3^yF`zzA>{1-?ci(ep}{`dvTg%@6+9C_m f(&@&(=6o~u*R=DN{F?LB1Hb0DIlm#D?E4$)<7XIn*KdgLH-1BY8~$6$`(u8~e*WFS4PK-?+2lp?-PSLX{-?c2dm {59>HV}9IsSLP$nkyoMcRwgUm_mA|B|t%ULqYm`4a8+!7np?{L7pN4}O{WJnCiYu_wPwy8HT>R~89RK%Tqr7rnM;@8~UT6RR@;lCdL*C$cUho F_`-^W<-f#LQ>GA3}$zQL$NqS4Y#c|#0E!My7Tbz%Z-Xh;me2aMS-Xh+Qe#_X=Z;>v4@D}H>Rc}%6zV0oK_t4*?F M!40lb#;>J^5qk+oaR-+tg1Mzs>qic$@WK@HWTiDnOWW&PQ+44mj}-9KV14f%EX(cSsj^ze7D~^dDLO&46(sPJ WN`+NCDnZ6@D+=KW_)c`v<3x_;|D%7H(>M>(_Q`;=>k0K(LCo&sDcbpB`RWgGm3^fKWulrv}jg?Rhi2b|{?f586T _5u0q&JT$H*A0B<1LEt04~$>?1NQUZ25$HvpMU8?wsW%&nf{Fr`ThT`fHKlA~L9JtZIX8=X6eh4UZy&Wb8k^3!xB2SMn_e%kVuCD+TxpX6-_b`IN|a32G^0R{gj0*V~DU~{(X#?9HDp98i6z6~hz>Ci3eRF3y;!Sc@p6uEr|pp5 6UTM%Er-Gc4^6QJ6gTd%mv@O}ba{+}fuQ%{5^WJt}WBJ3sX 7KtozIVjeSWfP1?C()uBc4tK6nXf4K%vuj09C&M6#c$_E5dIA3g3+0itU}c70aCkD13OhxzB9H@y`Q_+&pVe58sC4w#PQix1V`_*fwlmmwA5lHXP?OOgTT;hWNY+P~^uAfY(Yp0L6}~e7(*&1901K u-(@K%DnS0z@=#T;ok(^1HJ^N|AWxGi~4Z??d|HE<+wj^`#O~muK}*a{lpzPj;{lX{<8;|UgZB$K+!jT1o&;?Ye1 Od&elWNpZfu2e)z=@w&&|Z>r@}TW+?ghm7&DL)(v$|kI)w&Okd{|K$%Bcht;XQ^EjaBBYW<|ar_RT=r3J6k>Ae+# 1!t_yA#Ljnw{&^|8V2ZY{!<3lq(H@qUY_`$owY&N*qA3iO=_Ju2Vng5zWN+dCjErOPblv2b+oiCz?4fFEtYne*s( y__g80$N7L_cRUIx_Rwp)kS;eLLAu#t1p6^~1o5!T2#$9Tpy;PdMoIE_0^G-Gdlvx{4 sGP+g%t*K3p)8<(@W@?Y?Xz@pAJ>^8Z$&>QoON4JdZtqERgOwo&ZYL+1HAqYS<7O1Zp;fd>Qb3)lxJ{;~T2#SZ!Q ZguK+eHaiXsWW1C(!rkqMSmK#N1f`|$Lv8mzJCw)>ybT(r&sr&ynTNU_T!7AdGC&lmGP=j^_qr*^VYau{XyVxNd_ ze+Lx3_rh^?YHxiqj{VqoFXD9(AXEV7D!>(htG->QdUMNo^4oEMqW@kup6TNz)T!Nc;sic_astcwWCF)~=ZUOu{z UTa^Ap+54JUE_n>~sBId>BAwPq6W@iL&;xf3SWseXPDpy-o-m`ph|Yzpb!pTcoEdJ5_Nlquxrl~c&4YXQYR|HTy2 >(+a79J70KT)zt_`s+D>Vy|qx59xKUefa)&0Y!g04^Zs#hxcLs-rt9O=}sm6HcjQcGifUM<*=!wGjA%}(=(Ow;nb <@$4{q{kN!E8^s()}q?>X35+8@|OMEWfm*aHJzNC+j0mVN5(td2;)cwf+hwaCF%l2b=&+o_feY79(G-w*>{Y!x2c iVg#`?biVUptNYZ<$8EyJs5Tdwv?}@nr+wnZ|znZ5sKpaXRsG$aKyF$4%$+wSZ!e|8+X)Yxn(GZukDA*P{W&9$da Z`}N8G9G6XIklveTkY4tjL4Bwf5M6i9p26{dsf~QsZ~*m!Q3o)8+X3v?(gR2rHyyzGes%!I>B$2~CvP6W{{0is2m Jg@K3_PKbb01XzW4Y{w(rH69MAV>vL7GJq~7_3c8>ebfZ`XJ)XwocyPe~Chk?(xQ=j^vo#ixjQ2y=GLHV(P42L%rYQV#5M5asiE2a#{xgX^4s2wfgbd}U {op3a@keqUwa8o<*5e?FUhIQx(~=X}5`0AH2%euv|;{h{Rdset!moX$Cv^5Z*)vw!a%PJI6rQ0)G?Ic)b2=kWc}M -V@Aj-VcX{t@Jldyk;peC-J0d*d|aPji}demCG-f{!%k%?CS;9nr~gsn0O|>lxyGREGS!dxqogWr*)zX4t-$GQ`9 04g9BpU&)dV24{(v(OLFuA3*V|9groxU7h7TduNvQZR@f8?L6K$c;vI4J&yNi^L$T_OT{KaFtzS%{39MQ%4r*yHrjxN&qce=H$@lZb({a 5V-xa+^FYYBCZ!qxAUXJ&@z3k`vy~NLk1&+s;3Y>2?EwDVlK>Qq6U^~t%uzwd6i1%9ytmmZy@%g&~$Kh`VZd@e)y G8bYQjzlU$Rhi@qR9HMERv6ID6*WXC8i$=2oyP)67{ObkD@%<*XQ`2-pjh4o$lcsAf274~cTJj(SW=28DY22lKyw* a0i_?l1s|FZeS&&CVtoTCAE0DKI1Sh;}na$#Ye`WG)*NPIRfVtU6S>ZvC!;(Y$|MYJ1!vxx2A@8~-9=XW1XdO!PU j_c(|6Mxqq&2sJr6#x4BN3%VLEv|EJ1AJgH>s`Ere7Mmub|@h>*Hf6cQ#o{dT3b6dRhTx9bv zvM!!3j_Q-a}693;hmiSqGEb(yDv82z3k0pK|J(habKTW>9k0U(#IJWObK=JRkez#8J3P&8z_dYqE`gYR^q@Umf% AaFTpxizE1dh+GCm1GtqIR5P?vEHteSYP=h)_1{ 4EN{(8l-DnwM7^+X8S&GxjQn=QGPd`WW#o_ZmJzQPEu&s{(=zI7A1tHX8hvt|uA3}AnR4bnz#j@-ol@uABz$)Y=b b}Ot#b|$x<8eAR{L_&%`wY4zr4Gge7@u~>Y>MjGuiH~RuFGTte`zrSi$_yuQ2Uf!FDYh$9?mKeE*b-sHc4SV$#WB7gJ6ge=+si-vG)w(M~HV7tdJ9d>dav{bkf8tlztY{PV+0*zcP!VL9(!LOW> 6rL6D%OUdU`FC!h?bQ$U7OFyd9eF0bfi1xyfmvcOB1(dkne_l>Gk-mcS++$a8KK$}3`cIaxqF%A}YW8ROYRcPRuc jRMWHssNi&xU_*y~EB-*zSW@BS+(S6{f2{;||m#$Rw1`C^x=$Um)D8M$#4-(L(U>kiAWVt+Thnsj+Mpv1HO;A-M+ $7||z-EZYJ9Pcf!1s(tgU&r!Kzn<^^;Cjvvf4-jSo8G{2{KgIJ_kK4}A6*V8aW%icf%LKWjnscGxRLzq+{E|VZ(_ fWyNP(e=_cao>o?QibNbDsclQ?7*L(~6-Es^0dGalk6U%SmIA4DY=fyW};rQ=xE5~=%t)!D@Z)JMRZREH7ZPbrf+ (x~{xt-%O_;x;@ay!e<-%dXK-tFwiuK;CZ%D6ko7taF1RCoS%2kp3B*N`v$HPjPMSwsH+(Hhd{3v0+ 4O}vYKxfAbVy>Hyba=!56I*p6l?#I-d?)x$2+w!|fpHJRReZ2RloPRz6ly%?F{fzqggFhpmZ+;KwzeDb!+?;n0>1 (lpEAAm4R^3B+@#sC2+aKP;c6|O`-hb;}>VYEw&jK8CFUS3{dpUkPt*z5|lMC03m~!P050l=u{yD}E_}k~_l#k awLU_X?#M{k}5HCM|gnIbeM@VlEne=B&z86gTYmbmV-+hF7;wO&~zZ*Zw@ojjN{cL;G%(IV@Pmg_+@2`B6 $~Mq($k%fQV#$2QQ~75l%6|84m?KxK#$`n~W8>d{|(lKSKKpX9tZ@+tOj{!`Q|7CuG2pr`WDH&HX#({==t;kB^_?xYj+*^i7{;Keu?A&v$s5@9p$7>ldc@%*i4IR4|FVZQt`EVpFx&o^+ff!}?G<)3Wwo&F5leaR+I}(5TVI8mUl6UZXrH< =%@^`Pp7`uPs*M@gyoA-{cXKaJ$Lsy!-FV!&~{cb#SalPRn#*K_0#JJm&&AWS=w)mpE08XywK0En?is1}5`Q$H;> znGi&n1Uv;;-M)Jo~-KM3eWZIw$dWvVo!xHks>3W94E>RoQr~xqlY-gV4^sO&*y?8gQS%57W3aF;@P5NIOHfO&Md5AJd_ODOPDXBXr-5oz=B!x ZS;C3wR1kML|dpscx!F?nyn{T_IJY&~N&#BO>Y_i2>zGTKhwB-2-0xMy^;gX^k(*D~GoC_Z$lvN1TfPU<#KyeK< ogYNb8y{m>VLxYNA{EDCB_K9DJCz>6bB}r#xTg=_4wTo!{anu-)rt=U0rO1dFI)l9j?`jycXG_`Z3D=yUG78^!0- }#>2?p5|h4ZtbCbk7vUYzIj^i&^~(8SY)rmuu7?W0<986AmvFzTp7EB00e2h3Jm=$jCtPoB?!~Ud^y$pP{ci#PXz D%Jz)@13DZk#N`9g2_LG5tP100DwI|Ke$XdBl%A^j6v!#s7is$;B#zAre(^B)7gF0u*<+u{C2Q~pbWCvz?O$tJkI #ndT&!e@k5k^hgl{t2#sgWqKQI!&I>A^!`w-V1p)GyQuYhR04*_U?c$*E6PPZ{cT?=Od(vUlHnq&dax({C~jx<+# 2CzX|wFLD_F1t2NTi>@Pn%5T!D01e|-pWGyHCLxL-v6o-}230e;n`D*_}- )uD3FtZ#FZThQuPjtwCnP;Q$Y@F~6o_~2z^!}c8+*|mLDgSqM-1}S?t8c_04e`>yFV!>Vvq{Fy(yDp(M(mxlkncO @{uR@nqPZ6zi|938tRGz{?;prFOYmCH{hnXP^-S|la~)$lACA4VE8cTCkIu%0nU69+MN@aLw^yG`BUp-@YTV;N$=RU(j>luG0f8t*e-47;$GepL#p0QWcGDZIZO(w;NVVLGVI@YKH589^)nX`w-8>S1A6IDRqoT?R2<5_KON7q_> HJz%%%9f#HTksR>z0LJK$R4wmxs?Zu9PDfDZsZ5BPV$ZA|)cf)8_jDz3jIIzt^}W{)>z $o}Fl4B|da``2C7@5AxDNpyjF#<$7e+xQ()$GB_x+h7p)^2pz{!iPw|N^~gvhTwO(!exYH}ZSd?Tu{LcrNL?FF3*a{RmGJD}GVjQ|5BU3f-BRTI8rSa {e6}NPcjVpP+@}F6_#GP?n_aA~WZ>p_wn05(q2+I)Nq-QcV*T1|GJ*>mv7+rQ( W&=&-i8elX&l)(a!S#pGv;w+=_h9)-x9OqB_R<+CQ=1#OEgduU&;MO}iQepF)rIj0yi)43BbV$kaNXIq*EvPpRjA p4&{GZvt*>#&)|{U0Wb+AE7ThSK+?LT#KLU!dTwLRej&8o-xVkdd5s2W}Y96G7iP{3rN4i9l%Uyd~IKMHuTxlWm9Ilw3I`*S__1srDjEWX@BaQ!v>j={709iH7HF{0O*G Im1xPjOwsZzz7Q@L@gU;O(FI+P)COyQ~3DMLGW#UN&`IgX^d8{`-OpTwiO-KRx!|V3T%PJ@o0^Z!LcF%==%8<&jw0*Xp^4N7jMraQ!&mn~mT1O#WZu`ul+5=Ur{m-ZAhXQ`QAB91cg?Fx+pCpZJy} eoM~6nH*(t+6Hl-%$PdHhwnd#`!;@ycm7$=J!bOvIi!!nuQgWwuj&}PJPvRgE{+DgzMlImCk^7h9{H1fk`hzADV} {)#UpPb?L?C%@s2m+{#4vQDZGr|Ugp^sEuZ54aQsdXoZ?a%eHZdcI{Uu#V91*xLkQw+Q)ccEBzGZo+W3gvvCo6QBKe7X;>cY 2w0MKgMCN3Pe)=L%jb7a&~yU6ZD_FPyJc@dnVmtljGya7?SWSg++vqo>M53sXiOpN&dX)JV$kfSW}|>iy5O3w^#Y S_Q0eR{=CdeGvPuu!Lb}&O_NfJALZ@^2d?hIR>2j`EXmo>OuV*^ilb+|{zpR^**4y^FLyoEx%VXQizUP&B?WRkmd =6bjuch8btxH}Cyu6nwd)XN3(w)VM;wRPZmE9U8?~Q^B?u7KhblPW13lLTsr|tC;&6UFDd5xOhmGgtL>lfz>cH#r ;%E0E+nYrPB3SCK#6kAm+7$m35>~E(upyYe=a>Ys@gkuKI%Qm+TFO8GNbi^tcic!hu6vf#i(Y8PfFXO4}<dbq+0g&zbcr}NzL2Kw5M#D>^F~n|X v0N_pTBOX+70??HMmCoL3PHpv5HZ*aC3?OOs`tH8(PtlIw0y7GotV#M=1N}FkSn{zl2>3KC+izC^$k;Wvy+w>Fq3_3lZ_-Ik3ah)9$> qpYzInQVOOkU_F;^NwpU95SjTLCdqNri`iV4N*?rB)9Oj;n5jL1L`lUIAHK$#R&p)wc=AgXTKvY9d`x NX`WtC4y>&?u8_xhYq$lBiL-YidhFbqr+cO!1+a2Q9C5%N(ndu1wl0Yk=~!oAryOCTWg~S)~HiWmd>~$w!SwI}*{ 6Y=$<%)+I!#?I0OIEJPC7N=r9@yzli4EwK4j&*CDW%?|8=GA?eaJ)C*>=BzB-IT>?M(MS6aB6C72DU<7zu7!ugk< Iz&N73)Y9OPFrWtEC^J+CAJ27(^y%={v9b?MxRxeFu~q%bbwi!mu-W~JEl=(2Ir|3=qq#?(W#uq~%m1-xstsY-S> t>~wCsa-Y6n7f2eV$JR;R`Ozh0Cm|uPE>+>?Iz~*Ql%_H)@Y!qgbLc}L3}nE;;(KqX}(r-$(Oa;=2fv&b*Zj4-Wo GThLh3Q2N$%Ibxf$omH1TSbvrWXL2I-nxga5!_Xl9)R78bJKlpPSGk_y(!4HB&xbn$Qps)ANfg9CCnkpqFX8kK@QV TV_ajT5#h}b682wQeATk#6yr8?6=&2S1{qW}MF+0MVyGH7ZmNM6vuYH+*Imh{fv`fc(3C5uA%SuWb(SlXhsA8VsN BRrQtp7LjpmhTjHze7{%`bqP(@VBuqvvGcaBPp_Aplfa!6H)c37L$HYPT~gq_S3^F`GV^YM9~;~45suw-fMLp+8G YiO$*?NX;4%%Hvq??|Vd+7($%s-PMJ({N~r3`Lt-*FwI1URkZqbYuwkv!_wtP<9NH5eBc!hjbIfUX;0AEq~L_M75 n>H|G83sI%ddnk1-WEpn(o&FM55l)Ox?3sOcTjuq`S=u_I{!62bz(-PUgu$EdRD{rOxwQERkHXZbgUC)L`#c6}p^ p7`|Gh^65otI+h(GgO9>0gbgjv^>ZQeiL5uUsiFiZoSQRZCRJ2qmN0S^aaDvO#pcn)4wnG3gxl7+e*?Kl+lD7(A3095U>Irj1hRWvup20@<}+-!&J7TRYi!n#4`w#Iim9-$E!=vHVv O6Q|~Y{1EbLxEh$6Vik^a5eA}a@)Zm6ZdT0}BCcFms_O_F15bb|`}CF&ZdS%>gSE=VTx!{j}tm$S Worabw6uuIF&%s~^)2G|6OPq*4cGA_XQAspUG_SK>F(#N-2B#@Q+UTn8q!_&N0tt7(=0XK$(4$YryhFo?N8Nu{)o iBc00r_BnWzks7XWem|*v?5K7xL>t}7=wEBL&`JCAqyMb5y~KPZ{0<5ZDdo(JtGYDNm9r?F_Ii%2vHJ4lFVAa7Oo *2J=l1_tzO%i0!Y9-BU6J)1bqlGr!R;PL!fjp#u0(h>q7MPfL}$&#Ndj760=sCYv!Kk#j?{{2=fmaFBWHWvs{UCW `NrU42o_xqh#itz!@@8d>VPcJSuR8Oez+JLPHDYy1n7LgUn&+ZcIV;u^?oR0K%}h^G>qjc=M8FC<-JX`q_PMzdGx?bLv^gC}F&62hbe|U20n>RraW$)i?q`wh pq?Ul>!6|!avL%m4QhZ^oCXDUhfa2v{_0{TQ}I<0gV4&2;mSacD9Xv04|5uT2A2*Hw@tkx!SC59XsyD;qNjA-7i$7yY+hjLoF& |SgEj&opJw~F~i+hxz~VZLlX?jXL?(mGrojZ?o+t6ELIIwzszSGu}jR;fZRK2nH%VcouH)un8l49#wvjxW7s>gNo -^F>vF0vJlU&(@Mzh1^k<$XzLtqE97C+{kWrr(+0XnJRn>WlQ3bB+lu|Y99_;%lw?R%3k%eXt-b(d97~SELzTi_(z11zU|gsFVL?IKxOy@@vZ@i#q&FT+ x)t||V+UL*ujg}fy@>Tf&!-r`iFeh0Duv2=Xc;Fmg-hWbv33}PEWUE4MmpX%4j^Of`d&9oA K~spj=YMZYd3&@oYZ&P9x5H95|OK8P{ri-jfLB()A9-nCkFbQb;YbV2+W|64d%_t02OOkR-d>L?cTIs>Qe0$IGH1 NhX0{{uICU6v3~a=6H%t9aInU$AyJEqY6z+9Ob?`WI!E6rnEI(#3{+Ua*@}grcE6GA;J0!06h}FFM$4GS_jc7?JU+FdyChSIhiI~1O#iQgDq!dh{5dvb?R;Tp=M1m=)r0Ie|h>H1su3Q$MeKCOx!zHA-kXO`+m5fd?O$Y^| DVbU0p))l{>Hm#^Fze`C!=}HHzPz}g2{EK)=E~vdapf#@7u6WR!1`bQSH_PoU?!fPE>zS*Byu7h)DCK)K|{OPOtL J%s*+*e7D**(%AAetdd~@x*DS_q)m6fMa)mP22w~Aes6nSORg8DdioM!hVF-$?D4=#IEmO~&Xl~IfmL6iU4fNkh$ W7e+&MDJ%{^v1f?tdl5%uU3YHKSc!kmgoX9Ivt+^L}8wXak7qhQYxwDJe8%r69ZhptPU%fvK$Z2HR->im2EjG4Hs vB;p6;Lf|2s9oe#(Lr#nbDn cIVC+A>w7uNLxK-T5HI~!Vxe7XLI0P&~R++Kr+Om4YUrUs7Liksu+Y4w}kc%K(?m(gEX2X&?Rsuiga?P7Eo(1X96 )oK?hx2-H60&u8<3QJoWE!ZPNF^ZHf?yxU=CYL&diBGIKkN3#g(q6Ur1+@(g}8rjpQq;O2`(jZ9E^U7ZVe<9Dk4|?AtbZZ!llZ4;oW~v9w*T>~+%_A96HW(6Rg` uSIJbAPqH)(Y#(~{>)cz{FiR=A=U;~{6fUxw&##s?YtzMS!P708_~Q)BFY7PT <(u0W}eJz+eJ!~l})IbUhSR_K9?2r9HhX?MhIWCo(Cv%!-QYp$w-OHz^MLpO0UPqg4(YrRO-MYCMgRq?4V4)A{Lw Okh?13JBCcf1B<7HtfS%iyTcloHo^Re*F^f?d)YujeVLNuDP4#y3F;iB}|}nk%Tp*&s(JII^( k&MFZCMg7+pH7YJPRXb)aa0dM{&V(9TrRp#APTJ>2OqtstQd(>nQP!D|1A0Zrn%FiA>EN^$XQD_9SG?HvI+U-0Nv IUkDko)OAqoxblBl7H>3pV=SCd+11}-ju73X^4wFo%Jt~yMNOm%flf!K`a(JpyP90e*0qkjhn+m92E7ejV6ZcjzP EcH?ZT5Fh?u2!w$T4HV8Q8nuzUP!!%w6TXOB_|Ow$U7^JVsC`)Q4^*s)WpLQjg@RS43u&ueMLBx|3e;F2DK6)Fi& c*u6dHscM=*^@LANT{)PRwm6tHKE^YF~CUJS=s0yA7b3r**XH-G2q+A;z8zfYA6~eJn&1@Dgv#Ko2MTvk;^S1PwL bjg{n22i4RQ(eIJFT;?+4&Ih^>7}b+Lr790j;dXh}o!W}?|Cj@1-qJ&eGnQaE3`Y_zx)#;8dA<^$pvR4v^Wg(NZu3QahQ 4LlW)3RZdp`C5516kHL==w4fjkMDXHM-bZ2Cf;^<4(&JDhotaEBiSxvUGFNV*GQ=3L=5qE)tc6gzB;7N1FuNfVi7 mKrbD;c0b9=hNEau=w3*mW|{RmE8RLTNet=skwEgIea@*-c?^$r$ |DJH^Md0NN>I4FaiB^<21(N-+=f3pyXuivh{ph0Zw;ZAlr}pqO1V8+?5m9)hiNf5LFyHr#=fhI3*jeRm^`H&jwoS )~!rNbuEgnX*-R^ 9n+OA6r;)zv*B-Rd7RCBVav`tJNhI6@U+GmUIaMv#)BQz7gIW@DQyV|1gcuAHRg=j@1rWZD+Y&DU7RHa54Q$EtPT I7{*#gC2BGBI=@Kj^)CImWw-2};}%LY%{Z`=$80||2&WruQ&VlWWZG;QqC)Bh)nHRbvge=Em7*DS EjFF3j3EhUWWav_vu>R~cuT)jsFJfUBhQu2;ZSu^>WVz%u2%*s_Z_eEX51eTSy3ny;8q*Y!B4^;{wddW}qs=3P3Y _EHwt%g`HQ^Jk+SVKG;JLAFEdd@k;W>fP2Azk9vw(airrC89nT;&|+5#SQ4S7u-lVQGx_STA2AN2r44ijql7XmY8 ?Ij=n4kv46&;vOe!BkB4&HRLu1oiMR`sMw^H|EpEgvHdHTsKE(vZMB00l{XpZa5Ro^)5w~ev)CFhMfrd`D6v`*Ab=uzTiB``?~G)B8#8z+h=;f~!Y9bQCX96gNt;+qlOHV>G!5Z f26nc_yR-RPjkZ7ljhx)((fR9kjx6x9x!Fku6+(KDeVof=4NjDI>8Y4{t1CfrMx^W)wK20qI|EHwKtCNDHSb0+w% mtwpsXrYhRdX+SsQe*8d7Et90`U_e8PZV}@S^)2?VQmzdx%TO`{C&N|PtYnD?m{b2t03f<)%XG- #L8hbD96m#8TU=W^YBD9!?T*=4Q0=pu*s@j)m9L=fP%ll#BCJI1m^Ck8z9`qAAMQTz)+%q&qcSf6z`Wo2UhW@lO; CJr{&fY4aN4k;t+}j4_nvsgFv+Nzk>#i$J8{ebnx){4MSBS;s$<%6Jqk$M-tYH(%uEeXmGxSsxkqwfhF^hSkefvpw&sgfi{cibzgCD;WF4gcisQ?4;5LT>CDd@QaboSZ?kL8I}O&=TfpSH*JVgr<)p$13!&g2;mpxYuWJd~P-Cri?8Kgu7TbWNEf48q-Y98xmPz-oi* ad4C3Vnr+lE#6~%%R6W3gWCj@yHY;G9ES1(>iJYy=$%=6x`_@ZK2s>GS|q6ahD<}$8-!B@E3cV;>*UWnRT-M3mk$ gOrXuF)U3dh(3r09M4Et+M(U5M5!u3>pHzsTBouv7g|u0=nPGSBE>IgW0sQ2P^ApFU1S&L{KdZ_)?sO$Vy6+?w6{ hy;2{!S-YaU1hCeCL=HV9XBtr&+|t*TYf&lelM(=CHsE*A4mBb!Y<=18MtRRg$i1~-^Wp-J15*gWdd<}e9$y0mtV Q&3v4dHe+d7x?rJi)799fo58pvM0SQ1^+uFM+=n~AS@uWO +llw;UNHOkPUwabd>L?xySB17vir<*Z=Qzcu}=vvJSA9j~G<WW%iuP$qb#omMk fJ%F48SORJ7PMsZ8b%0Wud@C=_7bt8IN{NVQsC)@Jv>{)s_&7Dgz?nwnT=6U-;CsRZ8B358p%!bQTMQeymDbJ&Wc 5DZ`BYK2m0|J6Y`kgyCqNX)Kz!=4ltnjWI;_g^S!vGsbYRG{WcAzPg&N+uV5$VB0DW#R$sQ_&x5XRCS=I-}|3UbH y=u*89of-#Q<`bbV2lu#DMNL$|l<=rTF+xpsajXJFjj3yhL^H&LPc}LkEy_BQs-uq9BhP0FDzsZ6!;2OdmyoX`t&yd7qY`(!ChnlEWO=2j&NLdH(p?% `Dc2_G$vY38CN)U(cZA0D_G9{;%VAnsV|g%c7V-NV80b&wY7_}Gky)55GQaOxvll4G69n-vv9tNq$pyiSlTY6qGmt{LUy`D6T>) 0upAb_A4iwLj=z);RVqueG|Z_P)!ZkmNjUg%|LvpZf?GBnq26T*!0>Dzju08n&x;3=zWLQm-Qp+PI6Gd2=op2*_; -)s}=rpp!uhY`iDJ>a;zzyB)!LX_I#%qSSAp`pjX}cRK%B18#I%hANl#04SPNRqL<0gtQ1l8 >Y&-RzY@(%v{A!-`ngcj@pOrP>upS!XlCXAMr3%Y LI0sq+}~8U=jGFZs0ZsWC^484t?ZEyC9}mh%uwvqCBUqCDhwRo%3p2Y4`g*Gw_U}Z1hI`L^aRs3l#QIxdT-1z(P$ #UWiwp!x^WfaB{g3C3ZZe%sQzL#ej1H_D6fV#ekx@viB9&TITdYDFy^SV&^@^MV3}P3nh$p3N6_$?7I%NrpWYDCw wmkp*)>?@NC=BIAF5iyDPzJ17#$6~n3LqScXAweEP#WGcpI>x3y#X1ER^^ecx$T7p(A0>K1inKbDg>|Qrc#p1aXZ {P6!F2C$b(KMOwrjgwc8NL^`ayq=&hMHrOLN{XVv6A5Bd1wh~%wH<3*`$R6%w6M#0K>RVg&0Y&kxLeW7+VZOLFs3 &#O;Fae`l99~zqIO6tkORiUZfMg3ELAg(-1{~))BuY-SL0JmNj)gpga!6~Cd0B#hm$%h( ?g15vm@Jz^@O{}IST?(Vbkk5!_DapnMX#dOmh|Mp@T9TOYtx|YE~nv`h)gAbVNnTIk+Lg+a#)S3u5?(VYwMx2#Z= ;fYLqUAl`iaq!1EK8^+lR@*mynEwAvH0jtX370Ja;T-S$X%#@>aehzQE(*>y{=mJd#JQ|m*9xeGDCk3cl3?$wn2) S7d>jGG&Q_Jn8vFi4@br3V>5%HPp-|8Xm%=$LS0|!@Mt|oFvhT&-XPCh)t`34wxZMpmIWZzvEM7jVZEJRDCOn$nq9syb@K%CNeynW=Om_5T&IyVdrV>~HNKL~6(uPx7m}h% wWKJW!FHb+9eiOoam=j#&PNop07=_jloLgo9X;wzWfEOh=IA#9J)thTOrE-?4qWpv9R^)kGr{f(jBW8-&wV3dkyY nC^ecLOw<<;jn&XG73;O@(*oUwgdh$cRM*O$8PtJ^j_9N%5CelU?9lUhJs41(Y+^=Qo&x$W*tKv=p(Pt4A?qsBcB UjcLAR@Ww0BdQQ+H|2s6xu>|AG7()2((S=MWi(8pa8GT|Fv)Zlx*sWv9I9pusHd=&N?=HbtFT?^_v*~gP0$*ub5X ~h+NA2r79cuoKS3-37!5U)4{T?@3Y;3O$frC432+p$n;BcRWNCUQQhtBj@Soozf%$iNFF#&w03@Jsyw`?3q^vK{Q6QVL|u+tv1W!m{QArp(G>XVs17uB`Z*G~M*yNf=$IDTCoiv%b#XCLVw*c(n{L*2wwTMp4AWDD;D r=3rmnVJ>=r++Q?L0^%x|L9Avvk$oKMt*3BK*t|p(bjPY2nwZ)BUL@ZDi44S 0z{$H(Y(=`mW4N65+=8&Jb8{vAFEaAli#{U)s*jh^g|IO4KU|mjEct^^f599=_Zh0Fexs_AN+EP0^*hdrR(#CBZ? -RH!p-1}yoz+=@Z42Kwy1x``dY48rBXIPK4qH{JA`pvo66Gb h;^_wVPNx&YTk{XESRqmyMia_LtYZcPoL!OzN_0QLH+r3Sv)%-TB41q!kkvn#4KC7o&HYCT8ccb#OV%-J#xI`q+s;?ln5A=iGu_1QU9F%Do*oeUF;9C#d?T*L) 5@1NVfsX2TC!)?6xP>YnQySheAU)~VewbY=9?O!+qLJ>*tRLh-xOlQ=c1mC-qEK ~MOTWte%2gw1yU)8<9(Vcg<$8%g*{a$tm{xCMJ`b%(?UgVr*)+hoL&7hf8s~++)ZY@*^CH`IVIh8QVLI9^6i#vd GU>tK;a3yI_os>hhs932@jGxt+1Hibj5)z1ugCbxNgg`iMj^ZA?JyzkF*P3)i$`h7F#>~mPC@iRN;T*|y$m_B&wR COaPaBbxeAkb!JaYM9-eF`VMTO$Wa-4V-?!sQFi7ID?6SwKQgzUb4d`^*W9J^o$pJg-=>m!5>VpuJ+}3d>8#M2B& $FTELgI-pwDNTgcJ|6#J2onj6|r5(?QZ)_o;t-HE?{E95|jhSLl>>nF~RAGJ}~mBAt)W5xD25t)m|FxkR$s$U_a> 0t}Wui3#Yu&r>;!Mic{5BTd2gEkD*jA)kgcyn?LnkUGs~UUjLKVKfQYMZWM+d*tG`ckb`o~p{N?arXQ@V<$;yWJ} N==jM$1jsq0fetlTUM5+bx@9^*-seYJFc9dtQ6I6C1&zSWvFr-n<5#RV!yZks$!2RX>;Ck1tp uv1Rk6q?C06E`BR&sO(Hs)aY5yg(RGqT?e;8WOrqI ItENBTW&G}WQ#H+Y=&5_r!Z^)^?F*-DC{mbxzb(bRX7#xCJ5S^Q?tj`gPMZ3n{VB|o!rGpKKL=SiL^xs1y>P1z!n <$gf2_(J4}bXIX--uQHJUTCZMr+9q8jEDiKhEBxe=Zp{eQifoK?t)ZvE+9j>Sa8LN5|$CZ(e |d%IhsM|L1Z-*u&rG0l&Yx45m)m&Pr^z1jI7w-WMaH!!Dd@I)>MBPYtq*pF}rSoIkMNy%gb6$ac{QSozCn<4@)b_ ks9PvRrrp8+qbcoH|Er$Ng~$KOg9`sSzmSZ=7}in^`eGbxf(DSMBmBun*S?2mIWvZs5`tmbogY)o-e_89R YWJa^WHG}VTiMr`z|6-a)i&{CD9hMvYF^pe?Zc!Da=dWc;3Nm&}mE$*VlDSb&@{$}fOhjF;9dopTXuY8|=wq{t2H R6*edM8$K!Z5bzkg0VXgBd@*1_Ofr@5Rc(;8m#>!jbONtTC;GtK)}th_uY8&?jWoVh+qsds0T0``zqFfuGCZl}r^t7STzcB*ayGH;q5glkmESiIy1V4B?n bvshDWy$x17g>g#0pkQ5I}}f}Y+dwCms?UPaTw@Jdgi8G6V=^Exp7se|L9y%W#C(pu4iG&LS$Ijx|ER`Do6Oy7vm +WK@YQ8%R0Z(}W75H6lZsVZ|_v%gWTy`6C@tve$DD8*jZ;kA4kw7{K4hxkOQeBW(yERGth(2YC- LtnM9-s8?kExEg*0nbdD3%i-8Au$7w0?OD$Z{Wy99?2 2Lj4;$d<+8S>dXHLTcxtffLQvF#aCh>ka0xd#np#n94ws?Rw#N*ZH`cq>A&bDY%?B~AMx-v_7_!Ko9pm>xO#Ac4=RNT=$?a9=GCh-oO AEjElJf!f?@PwEKevmCC_-jnMp>)8t07Ql&RKhK1@USBYb=A1?uXl=$+Zgvmi875H^`kf%-#^i&Z*lw_=-vy5&FQ #9I9M@xy(&6xCRa$g+>%mCYAum)G*1^5tR&s&vid-RXkPbC<40Afr${D%8C~Lt%6qT5W^Zral#03Kw33h(?8HlQK63)nV`HDWvo7TNFpku9nNiiRz#B$ X5hKT5WF+A5SMfo#4q{f!BURgtR)vl_*s^Ws`@=RG$?D`%14*jme; 2H^;RH8MSw+S(fzJ;oqfgVFuP?FJu!>LZ-l1O!CwY5#2IdOdZWM@_(j5Xq!nf=e)kpm=U5zTHViC)oz2hD+)@nlX umNY;Xk*`Kf?3y`i92StwYj&ta4k~VoPWv{vurjeXj&*$p=@&zCt#1HWS*Sd1#u1} 8sII=JC8spRV}E8a1Ut?iHOqjY;na?i$R3G9hJVHqn_mKkF%%tVFytbaSq=IZ_rxa~4Z$B30H1%Bnt#1h4k5|hCu R>6tF@ISk8-l$u6IIclr+jqQNuC&CqgeUeKi}N5`@dplo85+J|Hq8lQ2U6Ztr0YCeFp+IxJK{mQ98hQ0rv#(g{l# `VwP%X|U+tu~9}a8qWGB}!JEt;`qUu0av2kqvFw8EIpiy-EB2!fyvV6bEJ{e#U-0tT8l*eYvM)J01Fhg^ciC+@TC j5f`NdSZ`(Cj}Ft!P#lvNbqJ-Wyj$t(~pO-PpP&U{1Tr8zX aCE@#(w=0KU_M*PP)1GjFlW2dN2g3|Ht|f; wkat0<#osxK}5`5JkIyJ)eP|#i1$IAbu!xeN{weWpxy4yFy9Mg0Q>(qNPU*Ee}cR^FdH;TUd@+u_DHc9%j@I2QyH }${yMD>jLHoW)nP&XwhV=iIOF1rw!ukH%dlp;s@XKHmZ9ENtU6VI3X8a)9 lBntkGTw2)I$%hbD;56=y%{84O-{_(QyIETYDG)Q`dD|z=81yi0D87ChNI~2O6hz>}-I<*Obhe{|D)sk_M=S5zV1 xr5@|J!c93O8$8=Cc<4k#VCHSNlU^=0Wt`7+G7iUptP451Iq~v>e&Q8ae+N(%whX9B`d2w) SPCK)Nag)z;K*vIUo|CpV0+U7t^;MnXhXh8iFF(&8C|peuUi_}5>OXFVrA0Z@~W!;Rnvc^Z%j=*^XhKY40Wn96gL 4*D-1v1-cVTw)jJtmPGb2esc!72jbM9s(Qg2@m3%3~W#{zl2fb$7l3w%l#GwOnV}0xmMxPXEsa#v+=zo4|XyKiU- M#@T`AnovlMYDO57`R<}4g+c&yNUAW&Fm;-z>N%=&Wz@B2q$_9w7H0q*n&IW6&lD54y5BV}hCf!F-pl2k-?Y6sg> =V3IOOs~(L~Mnau3}E%s9~Oc#+q#qkjKzaE)XZbyc^CS=7{$G`m(TMpo2yOl^+x%?dlQb@#A{ULYFyuzAqLg9DW5 Z!Lq8$d9g3R6-(jq4m`LV6<4`y8g)4%zT(KkbYl_Jdaishw_GeG!bRdc)2-9kIVhJc_c-=r8Nm|gwgT}h3*2sY#qO_q>ui__iVr&K$&-P@+=zL{!a&fae(76?{J@@fV 2)YE>rAFGESS5491MuX24idCs_5vc!^Tp{r+Z^#5e J`|Hb{$(f!s;8xv%^f@Dxc^B51Duc0=z7iF%{6yb#;R3!ydQo;JLyWJ`%zdykMYS x2i5DuS4`~NK;wt{UVneM`Qm}_wypqFeYx09_u(fi5+^iN`E|n1hg(Qt?fB(dhgwi5$2vWvHwy!5Y+An+))#qV19 Rk=)dx8mvQ1x_E_)rQ+{})gO&R^ta}rtcL(yw^tmW-+f4N$zw8Rf;pH{VLv+84g1AR_$paM-!_T@h)Sx+0R`Nf#o b`4S#ltp^pQW$PxYlPysqlS^rOZ&P1cD+``2#s-5_CO!qI%I-#i02p0XF9A8ae&V*IY!z8D%&}FbcG`xB}WNp1i? s$-+a*jq3t=I#19snu3VSi+6fvL^Y9-`0q{Cth5uUWZ@IO@4Mh?6@92+RLwm%6Uk3`-ti=^33i (Y<4iwIy=!$Ae6W1s1cX`}uAlCubEFj#r9+ptKfu25b)%#ja!^otS^y0iM|A|>AF&K ~^KG&S2~jNBGi&)`WhcCBf8(4EURO{jDSO&!G+H`=cH?QR$@`DRdas%=KoOb8ZvyGg$7+v1MgW#q`FT}C#I9N~`G qh-XXop-@sO3w0aiq;-m+(}ZJJ57pnTWb|PE@h7oZtC#Ty)Et(yuEf+8uM~%0jAHm)by#-Cr3>m(Y#A)BG+-6X_0rI?5*v!nD;SUm(kB0Ojb;Tsd`c(=_GAQaalt->L#K;+-4Sw99Vph}~O8?9R>|+ +>V<=~(!t+dy~9?jyQ(-F?g+V|Lp$-MPmu+1*Et%8uAIJ38ZenXazg$D~K@(z(m%^zNO*Qqg(IU4F_*$$p!)SLWA VDUCNV0lJ6161e*1^c=K5bYGU!ZOn3N7DP|=OCqd%30cCcM@les|1uyLkWs`}^~WER avULodV3DUNHg3p3@4m(TOnbe9yr_DVhH8Z)NYcX{~?3XFqdzSy1fQc`-QoXh8ewO2wUR$@5=uaajY3&qMjFOAy5 )@prW@nOVv>Oknc-omDN(mfl!;@9lfUQTKniUy9?URf5)vs~75JlwLOiL%D~YDsb+y*wBE50y|+-NT#7nQmq)N@| ezdW!ejE5%c-Uk!03>bJKu&ytPQ@pKfy)N8Mlj}jlKHAoK^x+%#?bjU_zG(`Iky(DPLiu*+R?v)KvdbL!GlV-3~K }Mx4d)8w?Rxq2<8*o8vw2QhkeC;aO21BF%yD7$1wWEhN#;VcQ7vUbL)NqO@xPKa!tTuP=Ruj*RS#Q=GLxO=TNuoF|4L0rPV?)r{6yFYZ1AZB7SrULmG}jICAYu7t LIIr5SqAy3*9}(l}|?H2v&FAU2PL&c

i@ViR>hgL^0Sb}OTa=?D;?m`u6Q{0tUh!02uR%ob0VzhFmVJrO0s$mD )FQ2LQsbcz0JT})EFY|0E#8ZYEGlF~Ve^ZXZjH@>F}wCUbi-B0NnlXa_`` KLeq>$gO+mid(+)8fNVaot7^UT7IUJbC5<&zu{c*sMBy2Ojb!B!X#Pbm8sCCAYJpr%Hi(qA7Zh?&iFTwo`^20zf* %L%Azf3)GmRiYOSa!6gL+GJya!*vU8J6_U5n7cth6*fjz{4HY*P$4sM3K@;lbp{xkfs8|l|7E^h00Yi%hFuRaU@7 mR6IkO?zKJ>!|2L!_CXk}iwAO&WTjofLPW^6BIP%S|lAmu1K>(Z9WJ*hBqPwb3i6t&Wn=ltY&$LmX1AR{Dj!_VmVcqG`B13`)%nih*ch4I1U-&^7so9tFfB42m9lIiiPu}U=n~*7rCgrlyAQ!JuCe_}we^kX*7ExlN2ry2pd{Y$X8S6>oQj*R;L!+;LCQ1pD&HG Wl0ZAY~G*p>Nlmr^hVW`1;qeWe#XaVfUMwMMDZ-FO`N>(qP@BY0oDIJHI65~?1qMe4W%27Cz4Oj|3 3#QP%R17U8RU99r4P~}DnYG7vVEd^yz2`f-7rO+)CbGK2msr<8C^h!lEMm;aY1%-0$Qp@@ng{tR`aTQiNTGg_!W7 _&yyD->o@m7;Ij0$IGsd>dRMSV&1xj@*eH*E-3QL#{GC}xnram`RAFhp_A=E_FtG%Aw$;#Lji$oexXG0Q@*FwKl~ INBvKNEWJKOv`$FMNf6tw~C^h)zG&ZT~!=>N>eX@5+Z~KYfO*x6b;0@7nf?&^tcH7KtJ|Y6(O$9S{eZQ`M<#08-z T0)ut6I#(FrAoiqDC+=)@;*j4-H;4VACflr=VA8q*SH8@F4`2bX3>x?&Y`nWToM{Z2V~GNbEh*;tFg#hCpwG3y{ULeWg8(|wpD#$BSbOFm5 Z3bQ^C8<&#CY#vxc=lF_eK(Qr_1Koq)%SAmJtXgUbSBMl5y=)-graLts&9v(=%8jzN4kKZxbxd@60kkmUPG{=olo Sd1COHg;sVt+_J-}!sW$`34TD_ir&0GY2_@%$R7t{QWv{Ka!h!Dej{bcn3ZUY&Zc-{o>t%EqKY0tK+zn7tAV~F=! _;wrA9i+%h31O9r`CNuZjIOX!?VPkxN$$uJ(ucZu!%xJ{L5mxRGSg+L_4D~8cwRbnz#k=E-yBm2xx)^UNoeR;Hw#TjVhYb8MkqXG3DOU^| 6{>Ryd7y$R4qcq=Cq2=k8%2Vq@a85zmS5U_1mtEm`#FNtZnQ&cgiP7k#T08%JI{C2YiLrqO5KNY(-n1!T7`)i3k9 AS|)l=7#wreG(3_&fU3Y{2PZJlUGl=EkU^#LF?*&wVI!pJcZs#bh9g#BD#;)<{irTB{t|S;xP_h0XCXVM`pE^G;{ CZfW};mN-3C$nTBD+bD?KoZQ>$|z_JYlzXo;{GER#I`(d4E#q96#eQA41fD6GwO7{&n4jcM$*{witH)TA|6^VUOK 07^1sSv3yP8T%OfhTCWQJuv_Zaui@ZdAxxZHu3reA4A~TFPR8-3C`ADP(WRb8e?QqzSJ=aU{yFz0tSK_A<{Du(|! NEI>T3M+TlbAX|ei4VS#Dcg8sd3~=vj{BQ@zTBSBh&U$3tf?an>$>Or+M^M1|jyv^BPd0X!&-ftZ4twfc$G9S$Ia y85Um<|yF5x+)OTtQth;_wxd!g8d)bK_etoIkjm>S~7xX~K6?yB56|@YjY{(WkjITA;T6X;{{3(ejm^F(C Sw*)m>g6k^S>XlCCH2K0$kNfq_-ld5aW22YRj=JovU4%og`F~xkb3Tw%nUc#{2_kz0r!B8-KF96f3-g1vqse0)*B2cOP*K`-9i2pUwMH)P$$wgXs5Iu+uU|fFBjFw_48eF#$P<0QHe~CXd}ZV{%&=qP CHdG{MQ>}FnXGx#$O3IV~3J0i$w{@7e}?}v>-2JQsMV2KMkVO$FW@G(^_~Um#ScNP%BU5Vh?3B4*V5b9SkSp5R1;xpPByRfYH{QDb6S**ElrD2?Uo}?qlQy#1T=z**2MUU!mhP(Qv_ZLWhvWdMC)5v8g-)IARn3;Kum7xyg}1>721UUyR-Q*iO))sv7q^(QTPMwe;w~Ju%5HIO0jEHfiN50A{oB6X_ trz#s)Cs5+NT`5rcpX+DyYFYIL&TR3Ig8p89T)h;grZmSYfx0Z8(Yl99@5p_On~RZz|%dzqLO?@TMsit l6dG@U$j4iBVD5GW8t;R*6p*B!(?xlX;-L5gr55R}@pgh1aSy1M&4>(KtQ>mCa|~Wxyu(dL*lFCC08w1gxWAEHf* }C?u6w^K+jiy$yoeGog3eT)hlrY+$Cp*f=Gq&)6}jmyBPTDX(cs}b*|rSp3YX$e_7B-VAaf0=P-kZ-MnbVTH^VFH $VIV0xwGsJOIG(U3sd(4FDd`HEy_y-J)&acj!2Cx9H4*c9+eaRm=_|gA9TGJ8{udWEB03;Q?fgQ-{h~e`#E7p=nH vg|AXxQ>4W=cWI)f{zV@Ggu_(vCc(6}v5Tm|#|2ED(AV22)>cL~N4@q;b8@JkPtQ@v0#}w~Zvm!)o(H4w*b}f^;f 0+NFY@F_Foyg;@qM;xo6E?)bHs*_7-P^RYk2+$&nnVCZ3ftn&m{3asFBSYe!~CUo?Ieb!i+`CS**?(B4cES-54pI Uw*V*rV{FMLc84iI#o|*g7e%FR6$vi(HzK>bC=OUAx>Nq}-RJ0#ZCO?d31I9QYywhP2tP*FGX*JMvMg|7{&RG;zq vG?u}OO2k8QsU@`tTn69ub%G_ZfAbE`VUPS9L3@B>27E%qfM8&Me82PCF9N)hZ7!2T>qzI{CtoJ;@p>XY%9q{G%5 aYT{U5*uz@q_6+-da6S;LQXG`;$Jv8iN&mh{J+LTITW%J#(5*&5l~PK9Svvpsz S_X$@0Hi%J3!3&O4Ev&DHarTEd`ZM4HH@nG_s-8?ol=pM*h*swp1j35K-0QSYyM5YEx4Cq?Jw}EkGUs#_7_*YzH7M^8$Mg;Hd07@0ZdBgky91{Mw`A)IY|t|V;)aR *^vn2+G)Kl5<+Qm(c!B Q{Wo$#m}CL-Q?z9OH3H3ev@wMNK&?*&I@y7w19sR^{Ph`g;i?HPw1TEBgcC`ptfV6Cx#x1Y<+@aBR()*wfuejt#c 8m`vJ)$b#!evgUcG5oPpI9BZF?2GN_rMjKr%wQ1)8r9rAh3`EdY3=QTn!Euf>CUP{Y2~_62(Z0ZwJ >`uvc<0g)JUf9!CC~^%(xmjb--;Vx@{xd|9VD7Gyi)<-uNzrl0YmN0*K9*YoA(M1|8=CH@j)2QeZKB;z>*@uQ}F;K7~XjkR2a 5LJ8E-vDwk%4TOLL4bl%NUym5mnnn){FIT_qb!6Zm@_m(16bY#jP0#rGy;w>?Kz*P<7(Z1ROj5pSieU!hMHbpcme n74kYZWyVAL{iVUw9%r?lYiwhufoOI&MhRX!RhI{1VzQ?f%sb}Fsp`R<(Um?&X$^Fe92gdlC_*a}HAs-6CD!dj?U afsWj`}w;fF1)J7w;plMRwu<3Ro%>`4TQMXM#IbvG4(GTBh89Vni7-XyUz)3IxsEhPz^C(692wuv@c)w!bc1Pj55 Ab%)}f1$kU%fFf=alywKBiOmxK;g4U$9{7O>T+W!pDxmcHCC5h>OTof(XjeYEn|;@Ro_H4m%}jE7`iHpwot?oWxyI5n48q&0ZO7%Uw^d &&gxI2xoR$#z4)Y51Fv|4P5$YXghcx-;P+p8(J8LSi@-CKD$#XV!rgTn68ZMcE!|Yju#RN}d@Uo|{4YSg-eK-o2W %g_V`1xqzG#tPSvm?|uJ1=cSJ$u9&d~#T!g4FNq00{mL+^Lhpq^0OIG^@ccghb7XtmYIYYqLE#50=d8Av#Gc5glC s#$pEbJyEl>!?mzY1_72ft*SS(L{`R^88^G42`2}QUxN_*PVSO2deN{!jcv|5rfkEsT(S3JQDgSG9fzaPw)F?u>0=4fH3(SFzarC>WC|b4OefH(bnu)S!*-04V69XlQl@5b_X~$NxXY&rjD7(RKA^{tMIoYw@ NzxA=GG8LCS^>MfS5CRY4ZcnG@c;g|W}%@Yd@%^Uz3c_DAIQJXl%ads5xWJUy%ma~3uyrv5s@yEqonkaZWmnXd+y T7sF^?`I0DW-(SzNW;{7N-nueNJdcJrSw^aWaYI9lDO`(}-p73t7{>6i8RB^7;^U`Np&~`(h6mg7lg>-+u>9jR$I #h5ShiJ?&`vV(HggX~IcvQ+7Xth@~Hj;DwEfSNA9u)f1(*XLc4aQO?#yNZud!k&>-wY9a?3t&KnYjng|Y!-E>jkWqTDO=sr=Uk~K1U 4`?kYShRm{JIhZ}kEt#mJ}bg!D--P;dJzlq3_kOmc}WdX*HR-8eNXbRZce-}@i_k{|id2Zwg^AO6O#a*>?q8-bOL %sJM~!b#U1Sd1AI&}$Yk)OD-W5Vk0&7f}@2^=LLOM;X~IoJMKPhwP!0imfJ)#aS!SUYBI{qHCG8|${t^M*1fS{DT$19;gN?))>*I3z!t=+FT&H$$bz4=p|=werD80X(pR-5t@&wYse`rMFb=3K8gq+BvI1T%s(M2XH(ATLDxYkoL=ZShPnVBV^KR1c+Qqdchd0V^~VlW7bm yIM`A$VK)D3PyFxUeLp83WUERl}m7~fM6wt4ef`GbKY~NWeWMBb~@s`7!l&WeH98{Pp7V-6hN5#ZM0rl&=QSHYyk CmV7bQ03>bN2`Bxfa_&nR!L_A8iv>qy6>8G=En1z~j7<}oPMXyN9`GlLQH&P7@v!`2 >rAxWhNE4A*-Qv9QVes^(@T|h8Td*9@p0ZX-3B=N6W+_x%E!jzN17A${O~hx@f4Nr!uH*(Y1Wq8@xHZe2t-=`uM4 sOCU%D(7!}F^Z(#Xy#a%aI@AX|YUFa|!CZ@>SrLk?884N|nqQYX~0DzmEplQMeL5MxELy(?-G$|{$KOYS36g{i2B bUa^jGL8gOIsUnr&6Z#wB9oysSCu~M$`>L)<@;Mi9UgAz_wI&gMi$Ju`bsVdFJFf^3byG8faJ^H@v0QA298!b5!8 vQvbwyP^;^!C%|FjQS_mmJN{^$84{|`Qoil>d#lUnq_KnEj0=22#GMN$AEc3t&vHf#QIO$T|wJ-M34<+w~@6e|Y6 YmRx)P85RVFLifBD9aULCwQF(6{f}9;aS>`N(UeMxF4I%aDO^dMI(r$eP$3CvDm97o%6k#--#l>eD^(e)S+!xTk` AN%Qdr(BT~Uyk`#fd<79MLO?#{nL@PWZjQ25*V|;*v{rAAM@YmsU$Fa*@`X4ey4m{D{u<-WYhMLG=7sD!UL}k4wa kxm<9-e;MqX*Zm5Yx9p4%| EpKY*g)FIIWLqw>7p7kfoj_KHJ^EX-H12$+E2AqBDY~tHO_4zEiJM2A%gbdRjeX!CxpCl0lWck6je$-!R^%);Ns| Mm`?;cUj34H!6|ZGCfh0;umwGFpD+`AP{*}{pUUel8<&-+(6L~)27Rhk~#}3wn{lq}1P^5Y<_#)!nG$P%b`m}CxR QNk0&Ce$y5i9mi9kq;HG~wFakz`ctfQCXLT<%NC@x}mE7Up@msCy2(w>V^3lpTDL?W5Qtc>xSUARs`hXD8v3GVh8 {jk`h>U&<2Pw3>#AKZ8yn1S8|sKh(QpEhXGsXD0<{qun0ya2n( lfQgD`>rr1#_r~zak6hd$@Hd5R6KqqVXd&D^gVQ6>7>K cn!SiAsL0o4Ort0eWL#P`E+DE=_NR|16Rjjf?|4>u@F*Gg3r0CIT_>sNRH~X7+Mfp1UAyqS7=f|6$2Xikjlfda*o E;%2YI^1VwPP7yk50N(9mCBwy!rVVKfc_!opM}(T>V-;XpXp<7lz2h~VB%V6L{^7H)H4urGp2rJK$d5_m0u*9wG94XWD+`q+DsMoMO3@W@sAp|N4XTPw75hT4>4#cM%@I+4eoxzfaYqtLJt*D4dAJxMA$tMz UlLP4;FP_WRc*U+P*>$l8Bk#Zm1@vxe{3An7o8M5I}5!op+ZdZG5q(-2pj1H6AkX%ZSl+H?j!S}AQt8uA81>-M>( N!&5)a?En9k@&bkr;+YS}^Bc_N+ObR39^Gt+)L5O@YtmM~C^gXkuzw;qPX;JN}L~;k&X6{w`u?wUbufz4wa#TVwt vBToEA;jwvm1HmHXfB(GmZ5_v9o)u@ 3qVeoH7W&My|{PngiR00{uFHv_$o#AJsguSekKk0B*u3z7Lp C<2O)LtS`$@+>>4*!dX6%n5F7qtFAAgzOuec{ov_E?u)HaNc<j^w&1XBQ0&32{x|t T0QQd;rEjSNlsdQaBy9S;d$tg?5h0DQ&>1^pe+VnK;4Zqba29jt*=RX4qHbMny@4@H03w0rJyapOiWQ=PcZ;IuZ9f?9-=$9*h9xB31d_@XuGB% `XC&WtC)${h9V-Z^EeTxq*kstQihHB@WUT@}3C110IR2^HAzmOq68(|=I5~ml;c#OEiO`1ADs7*g58g@MkEezXLW ;VO{>3kZS3sb0fhx(E>yq`PLHj{O+*Si#lD{=vGB)KJVYN8C4X9n5F;!{#LZ-#S0)iC Y^eED#&TB6G+C%4q?w;%@-1hx$?n~ubjPpX-VXIT`!~0xcRP4@Cj3|7kFbSxD1fEWOBEVo=BD*LR7=&$)lY$S;nw {91eh(n6M-i6Oq}Ufmco7aMd+cqD+HaE*4yHnRbMf{~=C6xEe(Lu9A}4|da=;mDU({%w!QCK0E63e*R v{7Mf{}l$i9c}Mr9u0l^%mG8(1P0-)QDL36{E|HrzDPzW0KJ4xf@hxujH}s46*6Q5|*WFn1Ioi_e3MXwF~(jFtKV<)bWFT7U9?GxYjWhOqK=4KY)%4Lg1-rulv(wVBIm9m(|Eldw*0aK!}7bc_r0R3Ke+!wlM+_#$_AX(22R|NS(#z@gIFV?CHDT;FN+jl Uy0=Tpbs51R(L@-+yRdh{rgQ?SAp+&-PJbvTQJ)RS7wM_xt5<(Ae?2<7yE2Dh<$c#kddiM@C_^29p)FXj&aX0hsM %^FdcaCcXf}5VOYwj4$P)H8{BV;!Tjx&ygjyQu}WIw4z=M9mlq(uNO3*L=A8fV 4aIGVZt-LA_~c68+amwUQK_s5eb^q>8G`N#eEl0+}9Ad)fD# 8sV00yh!MDgfMNK$AO+7N>SME}3o%B3vfBh4gHMUpBLBN8T=_Ir-)-J_UG&Et%!N~R?RkQSVWpVWaV#o5Iwrpf !*nvwLk6*lf^1)|0TTwD=sKAIfb)ceB2;a$w{y3Bwziy^v@v(c#Q{DA|FMy&QCd!iZVc?!M>_Sz6VUsN<2iN8xK{y`EQ7MDXGmvz#a=$Vx^!Jn7v-ir^Cv&;PLM LJ}`CPAhJ{305_y0)KUI^!TaUNy%Vi+Z2JJ=@vLL8;OScMa52%7IL6(T3!~RL@Cm-g{Hv0_7C6fSzjmqJZb7V;f> w5>|)f#HNA|r8n9goVOz$8rv~%I&Qio_jb~iSCwCpY{x(!6s*_}=I^?#+!HO=jEBl`5j_duxc)6!>4IS2&_c9^HK I{vquJTiQ@;T3WI*#0@p~^$ZZtqbiLeY&xqd2B;9_BT)TWseNea$>YDuaQ_gg?nikl=FqraXmz_@9)I?LA$ O`dxwpPGX`E(#Vv8qKPxE7(p4Gz?HL8SaOC~vEOUh>A#EVP9mROT2IzHICERt%+@Etc0MYTT$dDTHi$}f8BXKjO+ $_A{kU#CnZbj9W#xvz7rg_A4HWN7#JB1m`;86r>`;cpZr1E539g<$4*v)}$o(_?V-}M?dl_XoCimzX^XLA2-n^4R z;oObg}B!$Wh`#~^-up3kqFL3Xk`&e1}|IQ?zQ6_jubizqf`oXShKV@rwvltFgC2<=n7ZS3{bku^te-gFUoOM;2p xblr-X!`D~I41g^%LPja?dFvpWg1c|ROaf-8Q8hc(_%*3Sq D4P!#miDJVhniV4Bzaf7>G=vF#Eb(^7fwB%NcK=(RWF%cY3~%SnJgSd^BmR!VcdR<_;%oejXd>eQ1j)gj0S?5H)-eLgaZJzMpvTnT)P*9Do&j6Wuzy%~~_fUKoj#g4 im8>LgEVmB8L+L>i!)s6PbJU!?rw(3>?Qw1+$ydH5$RtQU%GARE3Dn)ptd<4Idp mrCZ{rCFCTEx_5Ns9)zVPrfiR&2+bGJhZLe8(QC!hp`)GZ0V6UO~O!%RWf?Sg)KA|$R0Hp&ZfeNk`yJ&?nTM7R|$ M}oR-&Nzjiy{7Ks+4^5fbPlC89{D8I3@-TvvtoO*6<&MIaQGK7QcWD-+hVbaMYP1xrG#tcO0kT7}>g7;L~3&(4lM 937i(GgY$(F}= v!Z|-FQJutl^(LCLOKC&Z+b~32oKOCVH@Zi(IU@n5xsf(p^XQSL8=xSc)Iu3ii+ofY<3Kq5=^e3+tmupJ_Cuf|^3 fz^A56BFl|)0+jtT9dOIig-Gb|}M0HniWRMAwqRwi4C>S6)Et*Dw3hdFtElu>mu!4SV*F6Z^$?c3jc^UZMVOup#^ {9r?O)5eBRIo{~*+-iTDZtW`(z0;84AV+>R{EZ3-T?5TT>7+{^ZRHUl^+|o}$cthj{t*RK0-Z_H^o5D`k^`5~_YC;9*RDVt)BL0IGo0rku-CEf9V?pUaO1?Mp +{fjVqG_lsl|Xm>P>5vUQ!mTzblF0xrw(KMh#&vojwreq^C{2DR+;e5!2}pV (*p4cL{rnyhPlj3Ap8=c%tkoYuA(^DtoSUdGzPrmKnG{%0M~AleHa&q~(RazxrIXi_;xJ@6NK`Nh=9wZ=f> Amw)Z!4@ZvQZe;}Y&UDpkZIV_9LjoJit_viEca=WC51b6h03yTgg;(dtY-9UQ|0jzUKtntI=eQzdw#<@7K=aQX)7 xfH7X0z<0$$spvXhHTrgcf@bCmWP@vkv{Sj+T!XfR+nkT?ZAE9g;ogbv;vOX3*?lpl$DoS=SHpCjQkD8lu!YhL81+pCJ~Qd%Sx+c)b%V9Wzs;B5{G^rwG{m$+1i`*6SK=9$P _^>Al*8O|YYR6v%@olsvF3d}XT`+o_ch_*6H76Q)P`SD_CkC-Rd@q^pI>sIJ5*xMPC8V$NF{72xzV#x6RJJ?G)cB tD65=du7$H`selR$-O_AoHtx6*RhWNu@c7Hy?mrJrCQXQWIx8?crnc9^S@&bA+_+v=HS9EkRK36+l6l>)?(!I}L_ 4^b-rQ!3Z%5d{OgTtRi?>lIk6Z9Ohr=6MQC<~cAu=x2AKTU%{jxC}cTOuA*9L(=*WEvTV2avFanW<9UC&nqHWP9L iW5UYnKcvQ8eS?aX+hztARjKvPz(BM7wQ70mlp0SSJg9-w%p3K{JuO++qOV1o1&j!$FB?-L=AMX_W=6y(819>0{~s$(l(9Y nr5Xa4Zbp$#zi~XPh*VmsLnzV}`as%6+X~T2*b&O1qwBu*$iIcYC!J|`UWMoLk`hU}y-7iHNkN8@6uAG_!9TT ?|Tzwea)1~(qTHLkty{P36jC6~u4QMjdh2Wm6_x3I#kdX)j=z^UQdZGqAnKe%`<$`F?FIaUSe9PiH;<%9R`w{QU9 Pe~1O8i*4+N?b4s*1glSTU|6%Gbusn*OX0{LK!@bc$;aUSyU-IfcWJD%ptsOnug<3IzDl1gKUgP*o}(fkuQqLIdE 7@szHi+g|$Q=lGbT91S>8lGHs_AmP8o{;!Mym$Rli+GkB1!g~Y_a76#x;iPtpi768~UXgyNt(yf4kP?kF~u$G#&n 3R-fXF?w^K-5~p=CeZEzG!DMI!yeXUt}=1Et7%u}{HT~tn0-mFPOhSU@o6X$kyTNy-iMG_W#F38%I40wX xDmhwhTsXt1fRg9qp@rdVd6dLykixX|;<|-1=DIP5iXYW01-?daL3?bH{l1sK|FA*xqRkbD!#4)FIye5|r`~!)d9 Ju!U$IUNra1qJw4u5op1C;3#8{By)S#R&lgt|CQ6#ME%~rvxDtbi0Q{=;#X1BhrFee#OH2BjLp2_oyq7#%Y6Ip4v7?rL>r1WO>%*I20ofEX @bP5FeZI4q=LII!t64h|3fQ^k!XQnprNpOLCFZD&Wb2>mq|QlV{LC^gPeR)l8nFuZ@3!Yq^G2X+xZO7xhc^_yQEQ ;;_A+{2ll!s(u(b|(#Qo^TE1{xvs^TUn2j`9_de}1oYf!0_O6+Kv>t-;&}$Cac5;!$BR671^3G9(rpi#!nPLxhW_ x6l0kWjPbJM|hRp>+g2Qq}djN^uha5COWI!yTNlq8nUw7T7HtN*(NM0OCK{${ziQc}lpD;^UUINMr34{0DwrDQPL(mWmE0<_F^PD>5ujC41XXLqx;48+^u**KVP*@-?vv?^wT6IOIKL=!2yyt9mxoU9OfC-{4+dm2}cxWo0eo@q;X5#ZWLe<2gTcAo T9Lk2L_b_6Ao5tqF4#*J3q&zWMPC}MPXBk?C-<5KC`T1=_p|*71p08gc)vSw9&L$X_ko#*y&Jw0a0u^|>>8eyAs0#Nh%%_82`#HD56Q>PTT2A!E4^k%`%h k;JbZb0a1xh;K?#BHDZBBzUWRVYo^xlHzJ~Q?-BU3q*t+dYe6gIA8`4bP&2}xG-rHJ0$o9=bfKV=cywcF_bd?UbI Ze_xE&6uDK((P195ufe3$Vgd7t?8x|SP3hk>yHwB%pJuIovQ&e;;kz11K1? 1pu`zJe?JPDFq8p^OisbNcvoJfZ!zIC+(>e?I<6P>PRo$Fw&Kl*s;1S@Q86KxOjAoxob*Ko5M4^)-?&~V4Q>mx!% ){7b@oojocGHO)T%2Nq@W`bXLXuC;z2 rgEzVg^NqO{v8oJ<~sJzSi)0etBLbBx=Ol6$K(8lBlg*9;(eMb7<*RK-RH4}Hzn ))#>Jo2b6r&Y&DMqMKEsWL_yP0}*EPX3{_r<3Pk>ApW&zWMpBxW)5bC0Lc5~S30&ko{#&QX B1}CJc`*m(|jSM0`=6B@BxY&Ig=D~Y4m!8{EbJ%udB5VbAi*Yv^9@@C?4qVjq9$ubOSC)J--m%0_8A7fbLeMTm6K Ndqm!kEr#Aac&Xl;8V)YbLN5NGAoXxo0yMFx&CX=PbxTzJ2t{8t)Gx2Q(6SWLQ4FFqxPgA -1*4Aj3I2M&)!e-V~6sb?y}JmabG1gux>($=;c2wQyJZLEiGDCkk)zRJ5E8zk*ooqm;sf@v#iAr2GzKk(I8$W(qJ iX41X|kF)EMJ DcnnGt-VOtc;<;mU=2&n1;Rax7|>n!Xg&mOeSK5v!=g$~Z2$< (4UhnQ4(nd69zK^|`lH*KH^tE&?X>ru`@!LsFs3nqyH~a5rVzZq?Q05WD>xE$@EB2NPfzA(@G?z1dwu<-I%5L`HW 8jnFD@&X4Vj8MOd+4SfD}2;$J>X{!&Sn;N?n*Un@E_BO24TC@cWHMK!a-&qp?5E|ku2%sY@e?Ci395uwgQc&TXT` 45x%NZ;GpQ(V$tmGA^cxA^OKJY<^@3&cMXfa8p;W#O>3`(+%UB_CM`+e%#ae7fiPw1nd&R}yB424+Kg8rv!I-Y$) JNC$$JF8~*US^SbCgN=%k`V+CEaVk=FbVm9C%6vHm5|p@4?aj8K4aB37b}K;AbqQ9z+wAV0V^l%3KHvQZQM|>;FOVM=*5oIK>}Q*L}?*VaYH=2_RVl2ihJ+adnlj*Ce}68f&h=nNZ5uaV^2&7 LRbLSmoPOob(|gE|uaG-Spm!TgZfzCA%+|~(;86*9iguAqH9Xo#iqD3>PTJxc0t<@#w?S-|yiOA%0!*0IoPDH!7E a|A#G3J$Qc7>Kei%NwjI>X>GZF5w%-e{3A Z)hAf4!+42HB{|3;H6T!cG9`pA-wk=HVV#S?+D_t6AC>x77Jl!-7B7RFWoQJgcwG^Zxj3K-MCE8C1`8FWY!^S>JC HAueVg%N`uG&Kx^*VyMnM(N;=o@Kb;)LbVx>4CtQ05EmX9tx32XxOVqX2V>|1_l0v9fKKUyf+G$ONzt9^jH&JWfd lGu6Z?FnrwEf59{TE;5GZ)6|0gGzMWh^Z=1QY-O0001BT4huK00000000000000M0001NZ)0I>WiMrPFHA#UO+`~vK}SVXF HlPZ1QY-O00;nJT4hvWiMrPFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL 1WMy(LZEsyuJ!~9B6ds4;?zkjC9R30%O!zg5Hryoy?86|N*al-ew(N5Vf@X3%-kaR+%(6RsNhE5ZfFcD#k@#sGiH gnz3RD&nA{9Rk4L=eM4Gn@O1$=Y!?wl~%*>C2}oAtUuCQ7`q4fCa?;87q|y_ 30MYxLh>uXy}-{2zXaX}{1&(y_#^54O85T&-U0lF&dVilZxjd-I{>T!50%?ytgzqDlyMYg3f4S`A`l9Uld{y@Mu9bZrz AJmXzmeu9U-A1x74QE@#owO<;$w>y@23U49e9THBRaQa=dFs*-#c{vUd8jdO!7}FK7X5ZewFT hLwY|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*CATF9E>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~#bFMW&UGa<-D0bFyuN`7k& wGndIG&m8;Os!UC0gQYxDVen!Rf?shN(;!S?6-WU%WjiCMvZ%j0we)dQmqq Zn=8?-W^^H^AuHTj|_U@1jy2U3{G`E-~lt#X?=t(;G;>#jx?Uw{D}6{tzjk|JsH+1whfgyxgdPQ~h|$)X*dCYQFh G`}>v6IkPDy>`-QJQ>iqm_o(M3-+lr7D_+I+Z~bR(muc5nhVBv^c=AbnFX`DZ9?R%$;ZzsTRRgB$p`LDB2~lCCxZ I%;CP+a>&;{1KJ+ueOA=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-KNXYcEVgUrj|*Q$a^XQ!h|U0|XQR000O8U|MBVisEAoY-KNXYcEVgUrj|*Q$a ^XQ!jF1aA{;MaAUWWdcr-)P=Q5 07T#c{7%krC2gHc4BN|8#x5C*ldQj2U$qAEL&2_p(iJ8n$AFaIBjX0Ksm`DP21BP4k4#W`n&gjZ<)m#MDXUm_pNv N-R1lIZ)2{0T;cC8@l3(-IjI8%JV`TrgKyL>9*D)gZ@AbUv#)@9Xjg@&{0KMvul!}j)aV_ISKiP4@SLZls|Bj|lf sQ7-juZLMjT5~MkCXM^0KFRY@5hPUZ)*Bapi@DA3VIdj??Bgrermk%y>7hd>%Q@_e{8(0mmV+j?9ks`di=LFeL~Z h^!)zuvfuZ|3x7Y*>;3I`;p=VP|BhboJx%{puk!&YRH3e#AoHpw$h_$j1V_~qgrC(DWc=L|ME)=9_SgjBBdOclHT @>&=RtSr?-LWm&L{B$)2NXNqSrSkh#&li?!UT9_?=uO@=U9eeP>jOedblkzN>V5eU;$kOI5=EgH^JAyYBy1mGJl7 Dv|3s-F^~uIp}H7ZNS3^Rf3P^iSPx&_e2@jH&NDqeWKX2Fi~*(-=M1~5KI!ht_H0EbtcJv&rcHhU!5fT{&_2Ua=y}c*; jeCr%wMGYS5A@r?gHIT{OR#O()2Ao?w|Fz_w+u$)cwDjBKG~w6w%l9Q)S%LslxBfsWN`~R2jc|s;qYx=<~2g<5bb lM^NG-ng`|VCq8ZxJ--XO8g#6o6#iHD8xn6j42iEV8luk;L*mfCgDwO8xgmT_hcW6v7lM8f)V^8tcIsw{LvMiErsS !gY5F1PM$pe-voDZ-Kzm`or)SB$duEFr60?QRJ+npsPtBJ6`RZ)3-w$Ss{J)qjIQivl@w*Ra3ofpiBYL?((y1^RW+Y8oGseQH7y-&Tgi9`|Z$YMKm*ob8$(*7Vho*!Ay1BFFn7;qNzkz2Ap~ud!jxPgv|xt!Xr@@f;R CH-<$InXv482y_eSAuQ{C7#6%=7m;~$BZA|_5y9U*5z$LBB6{2&kvQ_G9{nKwLF*8 9h~BG3QK6*)hcE4aC#M*0`kh#of8h@Db3f|ETpl25y9gx|le5&qw=5j}lWBRKqQE&LdC8R+L=pr3($h4hCc-bDVo K=g5bf!P0@1;Y1l7YIK!3lWP!?*wfC?OiB1yJnH>bKfGVW0H$RpRX*E`TdJz{a=9I4Z41@;NZ!{g6qFpEdKPtVzJ Y;OQe6|60y@9&<8-*Es=F!2E7NgZ;8lxO;r49QdIE2Dk}Eh5*2+WqJrD4y8UZWvCkt>+4r%i?E73)*6#!THRwoG> ^rbj=<7>m{U0qAJG{G8*7=>LpI#>TxN(`z)5~Pv)yo9`4a;QxZ)&<%k3S3w_f)M);^A{-V>}Nk>F1oL|L#&^n-!! FCGwH%FW@TBcG3mm?^*p#wb`|Swc7B&L} ~|~THSVwrVneHP?GcAKZ+le8#d@~vOi&q>_!;;2A+%(d+b&c_sK`NPEdj~@~Mr1HJ`zAFP={Q-J%3v^Y9=9a}7v1 ovr&1Xy;NA;Jpz>HWHou>EEIeo)iL@O) Rle+|!f@Epg}rQ5!u%Kx5H;+H3sQ=Hm|=P&T&@O0z3T}fR)f8@910~80^b=zD`;Wp|OC 1@{=QYyB%bf-_w|}mEIWXQ4u#*;ZC}C@!;@B08*Ik27tc;SPb#TzURF} ~k&k{|&wB*VeM;&Vsxj%@sAkMc*hwqf(PmXUMm*h~N~X=Y6)$d2n0SvH*|awT{dTL_Y}KN--E@qsxz$P;>6GENKM *&wG}X-dOY0wwlx}UqCKfk4RyJ#=njO|%liA c_IYx`Q-7;bp^q#TMA5kmXtV}kS!Hi7ScCu_L>hkx3sHGUTSvxjZpo@u;G8V5D(65Qkw`?XUXB0j>$hytgkFG6gV 2b#4#UZsnQT-EI+P2N)h@Q&7d^qVYBn7=J4(N!YE3E&&P-#YnQb98tZPoCVMw<*Wwjf3reg+4U$HSnI&-WfS=cn% GGHg2BiF+4Oa^^-z??}k-I^UH;R;*sfO6Y1>E?{tYFOK0VLRa|8sLhtP2o@e*X;53*AfogX;TRqx-%OafWL82WM%WqrLb?<*CSDe|TU#; KNgExSjkujifHA}o#$}7uY9uo0R(E$2k0y3lSz;w-1vn%fY`5I7vo?(YVL)-s*%o}Tj}RZUko%oZB|Gq*%XpIj0B o}neGL}eKd$b$1OJEX>*Y7x(0~{Is;{SaiyiHbjy8Y>3`3NbbOw A86Z%0I5kfCk)&xtYs<)jcE15J?7NDf+(<#J&S!OIo;38F3yKRYFGFh$eCa1VNT@uN)eh`5-q_k<(21GYI1>>$V9 ZPM1zA|b9T&_K1LlYa?Q?MSp7-=br-yDX)q^%~o6F_aV7NKa{(fg>46maFYRP9mStm7=LjHXOFh9IJ+Q)u0&!v~y )0ZhyjQti}sGik@wCbP|k;dm)GP=fJImIK%;V5vdkTm#?;h8iqnR4f7nXAu~^ZwGG~8^UW_H&_n&zyC=gPg}5|9E %MtIa&@_$fdHX!QSDG-D3G-RNWTA|BgndSW0%kNHSttj`kQAI#HNhc`H%9`yq^9ECLhy;bXB^(1f8GzNI6yUGz4I!>IBN1aQWdl?o?jZ 8kcH7~!h0)$%GCIJKO@}1oT0SR`&dv%y2;9UZHg&8ZaIn!zC^Syxh7n6+q;#TuBnBN0^1=WGL#WslCZ@|6o>W%LM 3&99m#YR!-oc87Do!`8ac0l8RTz{*p7C^(a!_qiT5AxqxVQ>_Me&&dQtT8ZDL4s*w5Ap_gP;XjRD)NPxU;>6pm!i t=8|!@(#j&27}@qTYD!k0nIN2!R?_U@mt4bwHdy&4m8F*)&iW{x;Bd%yRHKE|n=vzXS6={xeah0Jw17ydIcm~ARVoM=O;(siv0On_B^ d2z+y^H( F+E)Y!Z=0}r=huw}Wewi+P0GY6L1%y^hecW5Li;kisftsjD@v{`3sjUTC!li8Cz5nUpQ }Gymo$kag${=B@zplm~}O=n#JbAShXj0)W~feReax&Ka=mt_u?5Ubm8}OzCS;dA1)a)l8>w{p5SAKlxQi{z!h9*e2efB{18~ES)Rthfo9gvj!UaNHsK~@UV2_9lBQeL* T31DD2@Lu<5o`gw0UlpxXg)3wwFdZg0v6mffk9(M5}il`)ZY+Edtz)?KnFFIDISCj)rhg^q5R^9XqBVLp2DuVI-U ER6w!5O7HEx~H&Tu-;SXyr8yAb|EFZyByV!4Ja2qvhy(OjfBphVhjuhP)asF#*pbJjFj|zu lR#j-a{Khhx{sUeB}Qye51cAbI%={f7_US@O`cDg2l%oWrTA(n*mL6v{ 16jtH^#esw&%eqE$KjFK IV)tp9OX{-cH-h7~z5n4Q^4D&x4SS{D}-Z$2#L>zW`4RacU+WE44;RZ 1bz(YGo&gYO>YX+9TeT3;-z{DN601=^IjuQfWV#^OV?xH??qzaCA;#2g%#ux>h;i(XE k9CXjKoI{dGBbUA45e?g7g<$^kG9y1A5T@APOVU+}eZwJ9!wA`ECZ{)sW#ItffV3GgDC7gC=r~RJm%|Mk28huyVW 7g=0p>4TaN__Mr3LsR`Kl$ZdF _cGAf1QhGecu`dvna#p(S%ZH14NmR{#G#5r^dkp_CYbD*cXvKP%BNVQD<-nzFogvGX2?tN3~gEm#mWiJ5Iqt^T~( |6lbF9()W-efQ^UL$7fykKj8d`))5{v6R7#GAQV;EbHYWr8g!3=tU+~|;`Q!QH{OPsRi?kkMh|`8W;xQxK(8EH&N )pA+5Fq*~H4f0o38rx$rd@cPf#4t l3y1MdQqJ>dQEe;Ga%zLF8Y19kn&+q{yawjgSYEpmmd(LpX5`=ZnxG#yx&E0-RL76baF5|%ZF5AzOcKv$^^nG+mx IaIm8I|o-K#%m8;E#ax|DKIkk*jsy^l#Wmw{l#+-Y|EajSu*s^NcFP;NM2Z@d}xtr^$A&C_i`j-pWIC7kzv!h?#x q;0;N}Se~Jm+G7>KZE0gTUmlKcowz-U{Pf%h3+~BAqMrkQ*S1Vg!#2G~ZSl)P%0`CxWa#}~=OO)R1hm?o=D4~^EhEu&KDLbpL`${nLOKkTv6}S}O`b%UlX3 ~W))nH!fcuFI{zrZMQlmV(Cw3~=Ud&({jg8wk2{rkKd@1vE33VPESHVi>Pmy3ALOHLfr#c!uq&mHkfBkw?2o*)g; 7gdE+s+PIlWiNjDY19CWJ=m3L`;6h9*|5g}S7cJGMz$x-AeX1!R>gWgpb^EvdAB%-R0|d5@$V6?TpE36hGq8B0#t 7dprKb^V~OoTA{K%;7pk=FS%ZtD^A$s$SAAcC;g4kkLkjhBU*Us;>nHM0ayn0punGqlJQwr!N|#X_C&aoXvHD}J? j9(4Bg&yiBuNMJK>!HBXj;jMEA{hevfAXPxOSey4OiC5l$+?D(D(6V9z?wyuJCqViZ#GM>f4pN(FRR2 o&;(;`A4m8Zj&>F~>Gil@;N;`(6S$ErKC=#7kcLyi0!h#|u;$FUq}W;O^jJa73xWF?dj4=MB;^U5bti|I_FnbPq>Y?UkmCRUjqzZ$~)L744pX 9B%yrTwqWB2?MW>Ro$$^j%n0``D>0} fo2PXW4=@=E3(-j?~yrY(Ps?sl|1B(V9f)5SLnWgML$GsxU?J5xg+pR)M!5)js3wccBu3Y5sfOFiY-KNSbYDVJFHA#UO+`~vK}SVXFLGgUX=E*MXm50H Eo5(ZZftL1WMy(LZEx(o37AyX(La29P@`>(S&Y%dyt!(?nK&~DsK9_AyF`$Y89V>D$dP5ZrLZ759 DL<8EAVjiTbd#WkCeBnmMa7oyRq`B&Ai&b{Y$_aG*DzvugZ&o>WE-FxoYPn|kdb?Vgl{Wmu{!=b-}1~|@k1h@O1; ~c&b!QCDCbN6zbZ4-{OJ;7ZFj+*K?2i7=F=EsgxL+?*abDSON{psnBa~Qq9Kf`ezrT1W8$GMu)k8X9GVU+iu2|hs Y+wMot1b;*DLV^#>b)4mt?x6i0r<2mX{}ab~io*9l&~ff3SUZpELh08Kyqn%PZg-qj6#oH&f2H^1e8>48dSB4tII q+D8J&)E2f^Mh$N2`q!D+|&Cc$w8cOckG@PGKb!ZQhOOYk;=)O6<=g2M^EMR0q9J01);iC{g!PJ-Vdcsju!5WJ3{ OYlj8KP31z!6d;0lR^BQGbpc_;MN3}WKiGJ_5D_YTM>L*;cE o9A-FDsdTr6;IJ*&SAV@>zwD%z0^*zY{p&qn%Ey1sFzh)h0OHM~{bFMeRO$pXzQLmv{v};lpEax(@lVO4zs^*6O&;~RCy)MIrR6-U>3 )|-dsb^bwkM=XaQg}FNO1Ukl=BmX?ekGi_k4`ke1cmLJbXUtee!(t+d1=5{>Agr@3+oJ`47#<_&ufHS8Mp+HT~!F QLjx4m_J((JdWTG2p-MtAvm1o=`I14Llx~RInH7V&n=)i#{EukFUGrGYB$eIf}0UMe4*p4awhdIuk1bR~51iwr0;A2tVQO9CjP9WIE?Ku{B@iD=dc%B}I^41*(y!qF0z>~x>$N3S#&6Z()?79s7Hb LLpm!X`(GL(DbGURjSGT{3q%YZl6F9UtMPt(1o-``mVJpN=E%KOUk)CUB&JRbNpgWyDhspFCUn&UApj~|bAzj8dr Z{6|0=bcUf9c)lIh2YuT9|WgyIRrfpKau7j=SOf4Ztsb}&pl2;Kdw3n`F==nB*D6qk$?NisDJuo)MMevX#deCW8P hIGU|2P$yg_zQ@HMA`zk2cClUqKjY)&$m<1AM5n{rvwSjolTZwJU3g8{{H%M)Mwk}m~XZE-mo0=a `bZ0^BK!A54)D5ev6hP-!ln*pUYd0cHFld`1Y#4zq=g$zWJ#b*Ls5c5FAc$I=5THUpN)x`P!*i=iWLM_1xk#(3h= FLw$aD8v1GYX=vZxr(t|sP6M8teHzB&8iKT>J8u%CDesIsop=U^=Gjro>28{=^X!C?f~5;T<_`Jmh=(i~sV7yZb7b`sV0?fZ_E&$%%cLDN!o8UmkM}6Och|nN{LoNiJ-0wn+%V`$^ziz$|{c!h%z=wwj? n>~93&B4)7Xc3jUIaX9xCreZaS_r_*6`+wkp3qZAzj-=!0Tf!!uVZ$5&Gfji;(}j7omR!UJSgPaWV4y3BhK9zJ}j ^G5Y7hi&4*CT?~5n+lx`oS1uvCOa!t166C+jrI=?kFGc^(xfJd1ycFq9x)k}YxD<5lVU72^hOfR9?R|&f0X+VfqW qT2fcL4(5bx5G*$!;C3qOYN3O&=KIJOV+vBdne0%FE@bBAPje7n1YK(XC8jS Nc*P!2aB-qLQeGU5MY=X2zIxi9Y1;GQZMSH*TbIiL&f=AIfwGkxN)md{L+A-^T^!EYRBYlb>u@cT-t_Oa%-GF)7d jrPttQ)Xy+;;==f8_@B_up>-9s2r>m>hLkt@z$@E7BiC@TUX|x1!&l y%qVqbt~rMzcl?1e}VC8C3qZ-`{G}Kf86+X!Wn{x-wuB3mfO*PkKPWvd0yX-xdZK7eh13E<_@&?Zi0t$zukd$wcd &EZFgec6z@d47u|_`mfneZa^jsBpWE)#`E)1x|KU5aemtt_w_5?Y!wSeFwfa6~1^RXR3gFR!D^xyM0lKqv1?JxsD =;1_S76+Jy#nL;HbG{A*J(bvyHL-=2<}Y%bKG56uWq{=^#8l}fX=kugZ@A09?X-Tdw}<)d%!23dJo$F;ytLxoA;n zo860f@&kn3dYxfk>H@Ox3u`|m})p1&9Q{qbJ(+u!fS{QLfWD0h$hFwXnmhjI=jNTQc>#(n6QjqgYJR` +8a`qBNMGtC5xT;KaaZ@%(N#an`X+z$k&Q$Kw2OYk#$J&5?}2Qd!6e-Qb7_8{uD<4WM&-YY@h=B-3K9$bldFRnzt |8phAz2+g*e+z;$xn2)pomuh_Uc!Q?-7)L*dzFU`XjPbI_Eut@ QM#$Sbc9kvSd^vYGhzuQ-#A6Bfwym@vN#>;sW{rufW!7q({6nd5`37*UI@-fW6zdVL~H+~%Wvh(8@zu}K#{!D!w? e_HhA^N`Tam=5q^!>KSQIF>zN58Cn9QAH`0`=Yd30j =&#d>i~M`uURQfLD(^hkCs89NPEkbC}ngKac*XdmemV)AOLChdd8@cK!2c&+nfH|GoBk^yi3QK`x!~E2O*kR~Yxi 3!vv4y#V~)SjrXg54Salo;A33R-_YD={oikZ*I)fT;TPq<8^JmBKK(V!^DABhKE3%G)`^Y&0C~BMU@O7v{ s4X@@w($IAox>)`*Jz2Lk=6X8tcZ?)!-BJtAT%4tj74Q#=}2>pV|4 (=!duejC_Z@0X*q=19Hr*Z$OW>#hXN12~Kzudc75IVm|D=2IKIvH5jiu*8opmUIV`2&uh?*&DLT*{A4Za-L)30fCc(ztx*ZOn%s y#u`2~G+sC%g-oeHZu^*s6U-$s&*L?uI+I$`4=7ZKD{AcU1-kr7%{ d(Ox@SzW_1HS%a9m;L~yXq+juH*dv4!mFcA;x9fkI-+!KEk-~`w_+`{}JZfp&tQ1F8>Jh@9!UB+&BFP=+`y`J83* F`v=;+`6pP{#(aWty!8{z`yKxYx?cNF;Ni-DVxE2cPvF@OpJF_B`4r{v{wdbkNuPoa{Nz*BAAgGeKK)bF=b}%6kG Fh^b?W|4!6!fRDaLv1XT%c|Jmxdt(H}m;ycqjA@biSv!FQbTIm)}>bCiGU=NOL%37$;wYySe@e&N3`URyf}S!b6L 8VKwU-TwHu2&lgbMtr}5ajlb+9)A(VH`omhZMmdQhy##km=}68w1`-kn4LpL1`yJ?$< {Ma(_Ib;V)^t-)Z<81i63TBgo_SFM>SoTW*pN{HY_z>-_jl5O4M-h?m*~>5H2nze5Q!ejiJa>A|T4ncmz^km=kf1 eX(>|CNMuF~I?wCWQaGoFLPg)dac!S~p9``uF5!XxGNcgv_%|3Gz4$Q#dM#{+W2DU8vz#>-+TtSw6T!%ek8%^U)7zIp5wqA$-Vo1bN+T+#K=7ZjSVmHb?pyo1@$o4gU#2#$ $hTwEJfo@2bsFpPy?!zt|k*+@%UcdiV)Blkm)8W4oFF*KUr|}3jF3a3FmUglkX**E_#2OAh8zC@E;_cuTi|OxC!T%JRi1CI4kM>Wr7z|KIi S2aQ;ByqX#7%TFRX7@04)rxdF8ahn6s>frNrTQ~Yn#CuHC2qlSd6w_6WR$o^a-{m1)f^M;_G8-^xizK

`7)Cr) 2oug(}x1DZzag|?kR%2o~ny7SV msMjBNMfo4<``33vJ$Kv<<2-pcjQjlEP|mTtp`KUmhWWRWAk&|hcf-7Vn;@?Po9vGHGKe74t$Dj6pX&(n`nGa+EQWK;MRs0R1?SAg}vJi~#;VOOWaA%OlW_Z;ZgWJ0nr=Z;nL114km?#*vr@BSvCgj3LPK!uXNM=cgJkqwy Au1bzG2NQ~pMk!b&on(xCJ|LKva?<)j(UH!vI^yfcDqCT58q5rut)lI11`%Ng{8HM=JoheS!|s0j(-KYu)t@PP*4R|ILuoHbJtq6gW2YQjm;`v p@`Zq42p?_~s;4|`>A;P>~Y0l!C0LwJ$kO$6_lhJNXqj_`%kvA*6-kmZp{`y_;~Td)t>eFZ`0CvPNpKEZF#K>S+> vfg2IGv?hT&A{(pHlzHf2!6)%tr_F-*1ieh^WNJR<2`O>Liqg_f-E=WXJVbZfZ&yk*Db*3mk2Un^GOTFXO~vciIJ @skM>sJO*cX2j}{PQKI|=mFLFQ3LVMqv1-wbj#`q7IjeL@`fd{+J#(bZm@9hL#&Tlr_b=GX)$>pLbVFg}?BP_M!P=&zFwzj4`cvgs2r_@S`lrCF83&@Axd(z@Ngs%IW)4Ju1qXue{Omx?x3dmJe&-*Ee!Ag6)a!nY_u_%Tmv;{Y -Q8*)!rghO_o#X3x4HV>HxKK`S@TejyXJupd7R+>1pntCP#-%0`Rzv*LLKE?+=uJkcZZ~LI1+ jM}hZ0o>!eWkuXN|5D?uXcie9!rq<`HKj$-1a#^mVYL8A^yTHjL$t?7>9?ufHyC7VSL{20v*{X4LsW|jqpMm^zz6 w@bc_5=*&9=SugSZgE4=8dNAtUeK6{I=D~<}=fUXrHxEXB9~_K%x^Xw~XPa)c|9jmS*E!wj$3+Uy>Bjiq*^PW((f FTqqukvy=+B86)U!K-empdTd3a3*^Y8Tx+W)!2uk-*vzD|(k-fal796GZH_ {jU3aP|vpsvc6%9Eb1|yAnTtpS@h3US=96SEb!}%EaZU?v*@3$9L8l)4&TqrVV+)@!@PZo;5UdM4#*?lZ_h`)n&) HQ?>`^q78PDNAM^Ur`55L+8-Q-q1 (?U30rERS;n@M`=?ww$`5-_)ei&d}J`F%OHZG!GNrm4a$oimdikOFc7BR2SE`r~=m*A5GA0Wv3x06Z<+0Xm51b%( )0<7PkF983#cQ5A0eFRyb_I@wMapgkb=X(p$ZyWVtT)st+_rC`ApfZ5IRy3jn}&b?P|S~!hoWB(Ah?8J@1d9{e<#RxbXy&UaeDSJ;QgNt1O6rs NBGuArC8^7T#EL$Ed^aYWGUKz{!-BKJC=eke`YD>!J4JW=Y7rRpG!g4zHub*b^MVizvW1je-J_5u l4o){3DUyB}W1e?jp!~(x;9Dof&)-Nau}GIY7WCujV)|`Uz{^o M+m*ptOBX|h+$8ykx50?WUH$4^fdB;=1KQy0;b^m;Vtk>V>G>re@r-9y|P4H6chvey?W7nUN5WBeN&%pejb0+Ziu rsla-h3v;{SRk?o_u^J@=KkC^o!3@x%4dbC!v0bZPNF7Wh >b5ZWa=c3SNbi$H(3zX;tfVzn@cbrGcG~>=3IhwnM*J~7F~k+9Ciul$MQ?CPCZTVOoG9s80X|=;4e!AS#N s}LEazy_T?C-pAno*@Tkkd5B~OY(9JEc03W!|6_6KCC%BCDQCFb-ZC7Euj=Ku&T5%QT!IM`(e)@yHC$3J2o#wZ%M !(L!8sm2S)##s9w1HS95L#z8-Ni_<`FA9>e;;TTt&UZ= -rp{-X)99{-Tr(J$}Z4mvpa4y>ay?tonIi#tGPH@Xw;@(KQo`{_=skJDBFU$0t${&->q?|8iK1;6vby}*Y(??Znas_^Ce5I*?+gzU3s@5i|P?tb9c0l!4QulyzG>c$ U%9`En~>O1rSjQjo%fKR&f0pQE32S87L^8n^i;z7`h?>q>6-Qhuu&oy)k?zn(p_h65QOvt-9s?gX?=j4 m6CVS9-TN5$f~_AO#>K)>3a13vaX hxO#@=PP$5fzICe66& ++C0(CiLc72DGVrhQWvugiyo~g7UIzV56J-1I`7dKWta};rblfZG$17ifoW0$vD6ivH@R2>QBEQ~OLD!eR3iQ8h8oo^9E!XgKUk9FE@jB-7t*@hjr^vp2K {bct@ybb^J&RywCibtmk^x(NAL-M`y=S(Wq*QR^-q67|D^s5{lq7KM!Uwm0lGNu4V2@*f$_+`f%YtX1MNIi-;Y#y yoR6p2Kwoxnyx~o(Lyx@)d3N2K$oC%#KiBjdt-@Vfh=K0l`4_DaCMfd5#o BR0`lp>^SNa|hAyLvB0$E}~zN-k&G96TwZjp5Gb(Tj2LK-KX@;r)TDCRxz)`^{THyeLd`9 0!4S?;zSgp?{17MSMx7C(ESkJ^_Ikj5mKM7uI_2KvE+XQ+aOYn1oee_#I&%CDc{%Lm&>=eu&)6gI5^NsYokA6E1f Gq`|OJZIoLGR-z-9FlfcW8OMPr7%6%W;|XyNsUaP~5L1V1M%-{qAJ>oPG~!dGoCPuh;amHO~j>S4Uyrq&%*0V1xBljzhmc TH{P?t=K`Fp=f)b?&hZ~DtFrFzMcz*$%R+a`gtrY~t;8*5 qTTYb8Q(!54+Q?1Xj^lirh(Ra21Akoq}fa!{+yNZ6iH#LLax1qR1lAT}B?^6e7l{z#p*8dSZ=LBbTchU9^3rHc+hpbOn; M)^W`66p4(uqm({Jk(_VQTNz;=rN67EKLb|?J~*ScR%@Vkc24uFl*C;III3cpCdv5fLDJ^xC-u?{E4`u!jWXRz(R+qIoGwSShA>_wV7F)fexh;qpzzt0_V3I?Sl`d1??Wj 38hRegap--te%qhIN7DP=1TUj+?FrcC^Isi>{SViXU`GNr*;{K_KE1z1&(nDApx@85o&TcW7;D~0KRd9i%7R 7y4;}4~{uk-px&wtjirzp-(_4!(bEbp+*=fzw<4P)7r&qK|p_}``<+cq6U@OSk4$^f>zL%h|z&S|}QU-D81c8K4n u+ufpBaH9*JW}g_KfQmQel7G{tLaI!ac<%CWjH1A9oU2J%zO_0hEqNzf;nDuYj9>*+A;ukmZ#|ZN1C2(59+mSw!3 Q7?<@ncJlR0sZq_j7gMUKLM^e5MG>m-}?5^q8((~^LPSSeb%40>}NaS+%<+|}&PrrBR+erzW|Kh)F4Q!_QZ=R-|S 2mviqwm`iyp`7u#*G@BEm=s<%d|fCYWyAO+ZG!3D+e~T_t5*W8rWa*AD@TZi{4pYdP(E948VB@{yUq;ifKIk&P%{ 9b|QU$I{}+y*53}(bYm&Ji{}r)N13l6xIO)TO25<0npXoK53G;qrZ|bR@%%BpyV_1UOQ_#D=$!=4@9^Jb3jbOS&b 4$|>G#(7TMU4$^s`#Gy9gf2{8d?blPTWMYj7TbbwJ;u=X2?IVhwyi@Lw}MXEfad3fED7&uQM9X?^$9_boNu(e%#p W)r2kk)G$!@9i4c4D;Vv^t`YJHrw~tz^3)^g?-H5D6bRgw=46g^ xM+#MD+dV4s4L^zu(aB7K-z9SvcD^&*T24bbC@hf6_X9NMZlfI45b?4+#FS27X2OY(|)qOsqKDOMeMKVU1Z)5na*^!$;QwIl(*6t~pie97G|CnoQGMedHr7F@>$#MHQvoNI3v?b@H GniF4g-lH8=;dg=t)JblaGTx!!Ch=cUrwPS?w1+>Ug{4@M7e8#B7CAiv}|H>GhXLa)~sxan+rrj+u7D1lq-@`|ok @ZBD-(Cw$(j$9#3R-Z%yE~40#3;ZZ{Hdl1pOND};EoS=MR659Kygo|a=C^w#iRinn=^j6m&icu8K;fJTeMz}gfQg mMQsS)Nt99Xw5i#hZDl~>InV56?awWId%NE^Y&dnEc?LOtyn=W=qNv6VMrDuMeYjY>$Qs@mg;}<2d?*(ZpjVkOH+ @im*h{jN~_CmUiN)P;E;O08qd{?fRqsnAc?t*m6&jpQcaxP`i?qywVS`YQ48A#elY?C#e(k_@$7o}d?rmzrB-vf^->lm3jB=UUi4E|*LiKZlJ rlq(=WPJa-KpNXWjAMBF`%zq=`B#KW1{SL|xLC_oe-TKfmN>+kJO|mnoU77kKH6*G5gG?7RF-Ub@r^f^;W!N;XX? (0Kmd$Jr$-y0IxaI+q!f9GyvzvCx-Oq`W>JswS8Es=Yf1hcj^7b3J()Kx$^HQ~(~!^H4p7?YG~19l1X>-7~8oAs5qfupiu*p(O~M>(S!42crcSQeL}3BT!;|icxpC`yIiNyo}26{_#J!f&{Ztvn+6X ~c|ANKv+Z4tS-&{A;N{b)!Kqw(sfQ+wAo1WGO=gs9Fi#K|(H>Qy*Bt *D#=?3>!TZS+qq!&!KWQc(Dxvas5BBoOt<9EK`FG%M~0n;TNc|X-?x~J7DU?-aNnY7H{)WKA@Kr)v>^D|yP5PDYZ d&LqBZ<6B6Tx+M9SMX%2nIzQ)UE<2LBpjvLO7p4Fos^|%jhRJdYb}z!G+1s#$qo8a$`sAU_9Cqo# r7^vmiK7*c;vW(Tmz{hCO@cEZXnt1;@fnpB@9NhdijLkn!FQ8 98slZG&(J%d_EU&$!6u|p}!dlj`pz%=9+L&%9;?ozlI7PEe7!_XBiKAi4q~wcIXL7y#F-dDQk 9OJ8H<_`E#>Jz~@Objqy9@k6AEhtSOtD!m^m~N6T#_uNvKpbqG?9|LF7%{3yNEZ-1UbXzNjjwsJ;ViMq(${6DDVq uFQap=p0gITC(g*v%CeL68;L;txOobHn=o^zwQP-ZEj|lP=vmeUfcQOLHz8JqaLzlj)_~EO>2ZAI-XyPdIG4TTsa`rtQR1`PNhtBrJ9j{$`0g#b-qYmQ{i rbziBr4LvR9&vZ2}URq6qPVrbyk*yK6V##c|oU&o~-B0fO!3kmh@=Aa*W-lh8Jj^ I(f2bSdJHXVFN_^5mwFO&s?F3ZNvr!+z6rJ$thVTual(*!Hdv1O6_|+<_7*JyaLKv53k@DQOyDG2m>hfIVyT=Zp&zmB!k{o~!L4XxzOWdHWyC1-aJ@O}dTW(TMy;gTOR4K!3*mL*wviN3%F~dKOQq5 r&Loq0rq&+z(_IImCJUdJDHV_F`P8ll| xsKOmeRm@&s0=E5~RILP8_dNsD$m5HcMyt$ArnzzZC;f`=ny?ohodM49@Qg&=#`aA`n@TPjK`+x!mUwN)19wX;LC DY6jhFi;=!vg&0!X}%JNk?oYGNqw@MJ0WXkK+oq4QLkKhqwIvW3TTAeyOg8E3J69}`ar+7UQD4*CL Gi`-fdqnF9>gsY2lY7@HrcGfVq@MH=rC+l2TKO*l{^pNp3r$UgC`#nU)q db1I!SuSy9ej}POQ}hkNBh>LY1IiDxJ;}wa7;Nq{Z{M5)PusI5!`UI#DnY@eCg<3py~=5@aLYnx#6mIE^Gz2%E1Z JR`QaM2sGx2?QDyn<|%zfR|XNIH5K;B0$jHO3kYC1=Nk9}C=lm3K6AwUhZ$VN_Z07g|GIPQq g$mv7+e(4wC$5wANdoOd 3H{sH7Hl0`p?1SB&sBnT$XgnJRFWxx47l>@IQ;vV$ E&1oqrz+1fu6|^&9xk3_;(o_v*K9%N)Rqd`^DZ?8O)OD#oEL3i&xXSh9OGPHKsv}Isl!R?QkNfDKROG$T_JOKp-(DZ#Jo{5YwS$-xw-la;QK@-j yEbnn5CZ>Ym|qC&IGXL8XzrA0;SVdY1^nbk(#8eI?)>h5w?q@fHfvPY$uVkv_z8aD1+8UkWaeQI55d(>SjK*DE`r lqq!rbiVOwci`W1vQKGR@;V>+MCE_v$_f*GeXKfTK}b((JdcWH(3ioNw}ec-&xAA&Lf-4Hl&LlQP1=uS)sGVI%`8 J$~T6Ds->c;n;jghGFlD<_DJ6rl~PwWBkab3A(IxSv(z~l*;qZyhMTF3wK#^2Y|mw6_ehw`x;PGoyk9=AJC#J*Lu NbNXjIM^3a_G9;DsmRho^Q}T3u$Yb^D@RP?v5K;h3jhpI?+c4KLcotJn-wT&IT7LP~>I#7FFLS_vWg5`(7oj1}AF cM{Li7&SH$Y^$MQsI{-eIa%UEg&$K(vn*A?Pp%Vhl7T8qj%Z(4N;Q<_RFzwcgL+b4&^2lUD;{Mh6_$-9yRul-!wS lpYITo{P(S2|*-u ~NJKbmWI}`7P0qktj$IeH18Z41TNi{O^%TS^i7;p$-rU-OwIpzP*?CL=MYIX(BuZaUmtwW8Bqi3R!0!V2v)BrVqL uP!pcqEMj{;;chR~;-UGp{+U&4{D6WUI-$`Of+eItT0kNI_qvHGynwc_)bZKzZ3fhtX-#d&aDsiibo3Z_L3$$_;Q YM}|J62q;C!E}hRTl&tLqjf=iEi-;Jt^pOrR+vuB869|wiA$3n>=iijK-qGZbG)zcAzmS~DV0 zAo&(F3+~;u_dj>s<9XNR&+=@Vf;bkSXypuyjaup=_K%6LZ;}hz|?8-JVFLPi1D+NN;kfqu_`TA$eTX5T| 8vfu8GF-@wU*&dbu&>ZXHavbHuifJXGe;oR7R-U?ri;^L#CNwM7hkF`nbX}T9yw0hm?s 1{IahpZ2Q|J81`H|Zy8>_lSQ_AO}p`l1T)0`n7LIj2G5Twb4|A}0i>7?&Ev6hs4y;EPO$7*<%M1UUnEW2Wgr{59Uu}L~b1|GE+h1RATW<9UUZ82|Lc(UAC ks*)|Q~&U>TVEaMA3pJ-^qeFZf;Au%car)+DOWZgytj4&|pjCB<5h;d5nf2P+e aPZmqtLc=YEdfECR}tCo1wn3Ppc>uF=SiOH4Pt^5%G!5^mu=-jC#cJqS28}3F>vuQi$>dqX5BHqRT70ZBngv$ix}*yfJnr_Q*x)_zQ6v e(yZ+2V+epj4+Inmicsf(}*vSj5KM4tR1S6x69->P%mkY(Gn_|#akAtWn{I?@KVa%z}Q~siPn~hkuYF)z&NAiP!) OD2Z34~gLj)(CMU$?f9V(P6Gtq8V>#Jl70C9LDAHuziJQ@m<(jQO2i-IIH!})6)$yXY1L(ta>jL`;W9{D2;bGf_2 =~G*53!N6(~9yTA4g#kykxw;a2 d@nX_oBnw2#(*;&fuo_uZE5@>1b~ti{PLEAxQ~z6iu>PSjJuzuvx}!Ch%Lx1GnVoUFq5T=hh^cm%T1+`@iY?d}Ge$XuP;&*%pr{TpX51;E29eGF 4GQ$9kCc*H%hp~oGLzA26MZr-W3-wZ3n$4UwCjtyw4WX&B+1IYge>Mf8eOsv8QMS_t8DAMiB(#}sCWD2`~211*)4NJThy59K =}p7I3^=Zwv0RZ|2c*Y;8pW_YvQ%Nom$wEgW`$cD*{pV0CUSKls)HA;;5*&_4Rnb *z|#7)8C`U=#>bTfn4hLAdJE|y8#)(rja7InkneEWk0Y)ZtTZpVUQqq$4isz9&#JhG42-fPjN8PaKuwk&DZ0Fa*TgfjaYl=!O|&Ww tR-PHAd0RCCD$?zNsPB2)zv?1Xxh6fpT3T(6N&^k_Dc*BAgaxP7Clu;^R?XF(iFBLiIj7z2XX GlPFRzkVajLen}n%l&srZQ?7swV73OexVR$|Bon^3qN1cpl*fSx%OgawBoI3r{9P5mqD{qdSn%1^$>#LhxW_nNos |8W@4qE}z4KNS^xdlte3Qicpbv91CE><_%%;GH<9U-e)`ej+jv%p*JzJsWi>qOrO1n%@J&iJt@Q3W`yN%D61wT+h 2ET7Dq97=vcW)quPNz^N47sv+1DAmt7-R>lA#NJJP%^>kz?CtTXl7yW4UL!Mk%@4rG;>Wvpu3I);Vt4i+sd%*^tc zuHbdp<7ok8~^b`XrV!FZJ*CNp}{b*t;4|`Y~$1x*kHn8UGq3Ozo!Qo!1rKT;t5%_j>sVy7n$j%>DD0k4Iig c*H{%yF@xl)-s$l>``@12>b)iLIVc-x8PuV`L&H)y%ob_;E-+Bw3&29`lS5Ob-b$1)_?PnShx+oGjWY#~I*&s~7a bKn><0G_b5AXM=J2)@SM&AK8A!H18MKV9t@PlbDoesGT#eP$WX&j0@UnMzS_~T-A)17W7f 6(rO2`OUB+L3d4vl3+=uy+Qn5jcqoXD`Onr#72Fv7H;1E)pHjN+p7_6eE}Xl2{{Mt7VXJjfYaPd!K!Y7XSkV%!rz k?q!SybkA8!A3rddS9#yf1?;m*nfQrjyHO~kC*S|=Sf2$=!(yfeNEODD_&Hm}Tgr7HRwL>x n?{dUHuso$8vnb16o!f9eOITPdv4sT_e=jfb`29#9c&gy~K85~ZLX)k3&HN<3jf}T+Hy8ZB(>5*f$o+m^qC)uGOE Yb}qWB0Z)kxS(X>8m+Yew nwnb;;@(y&7Qvvxh|%6CunE5>tGGH9i3rYM>j+}}Buu&|FLGLm+4}adRFkJ&6Ws{5>JkZtC45_dbdAK1W=;$gbYW SiA2~$%M3S(w;Q&X4Q4QPaf1D`;|HQ9^A?dbsCSB}vDyJ0onzO|!pMq*(R(x};0HSxaV8}wkL_dlGnY?_p$U$WTMLdxwSaX9n|ToSeXa1T4@mXO_?K@=tF1>Q4!*X2RQJJD=SY8EH w9JFdrPtSygORlb({Y;YZ+?gxOHuOr&R#MJ>o;MJ( ?P;^MBG#G0IJ0d?Dm3>uT!Y!rVU>GK)y?(vLq^itTcl^0sJheA+0sJhC5weL&3kU<;wALYQ9~I3w}lBXG6}hIGkr }EdsiuCyR+0v#~7kbG-N!qu@=EZk9%&|I_FGG!@&w?O&B_s0>JvF{I*hOCwzrOf~Bl|tl+77hP5$Fy+OWISUtvD9 rA`@qV9(-sNOQ>rhfl7a*iJ&GCNU*-b1GsSk7yTay+*DutZdFsNwoD-GLR{IIoD5uy!=UwNBXsP!?FN%>^TnURFi ;$*~Ro?62Gj)jo3NxL$_cDwxSb^Q*CQQGatNiq5A$`LGI&40h#+$%8^rJ%X7TT)TKl9kd1Jh%w{}+3I8NOC%<%9- 38Sys8kMG!AT&UC}6{a_(Takjsg?s6u0MW=UK!MCa5vm<{ft9Y%}4ZA_YCB6g~b>rxFu#F#a4l5htem6AMZ=m`CY FC6PsH=l^BshMpLO(l%Y3>G93cmtjOXnSaz$Ve(&rw30e89oz@b)|ZlpkU$g`S2h|SjW(|Bjh0~`RFedxk}c&B8# 97?`37P$(-=&QkN)V@Z=7xEOkAn9>STX!uII&7-P5#MR)(18A(eqwj!b#;(q6Zs`Cu1xq!sTl9zG)EIsA2Jcawsl hau{FRb&eKq8Zd?a_LaB)MfSEXK+VgTDx)12ORu@BcRN@rbZ&4t68YaKgqhu}-4PYSV85Do?i)5 *jg28sR$VTFpyZ239nqNShKHu1*-+q(9kfqXE*p?GB%oR(c3;?TI}943cHffGkX?+ycldp>8dpYKb`*WKYCD+L^r OHJlSw_bj=7sk7u>J}S>Hm!+dV0jz h{yBrgic$#EAU$p?hlD9VD^aOG3{dJiE*ZtwH3n3sv(EANCTG%kXOiWBqD=A^HE>*~Yk8E3Qp% 22eEFh}(D#cGW#|wf3J$kqnBxqCn{}TAmfT^mZ7NeW5GUizne=c<6GP{~AH*Oygb4ICG@YuxXQ8q7;ubOMWBZiga |HcN6+|;fvRKbS14DJl@}ZaTxsG~OVm9%41b(Q~YH2_=CucE;Q!oEYPYXR>`Do-8vi6Svu^pi@Z2>#ou#SOsdC|! OIitq;lqHI3I>Ut(k)-Xa11EHvv@o9&%S4&G)}V&|9-PTDrcInQ)0rHedlB_;yHQ1mY)!1u0!CIlQob)-gJK_`2R 5IqQ}>Z>esaYb8$*|%0kUHl`eoZ4s8j_Ht-6ALsD{?3FLxCqtu_h*|o*eoOI80n!LZcv)%h)N~&gF>T Nx{;lsKuz*D$lA$U^dh-PCLSf$Qq&xmWW6hp=4vfQL~nd4rg+-IgYP-ZmrC}lr%5ekS~{QL@cOoeW1JV*667PMjM <&LHva_4x+EJ^x@IybitO#agK%eGl{ni?Ttd=E3M|BJ)oy$d;fiqSIY?9i{jpezvpN=HtWh u&@giJDsNHN!EQiY<+2b0_x;-HIZ0|$xKZ7vF8y`HQT?W_P>yhIHZ^#BFs93x-OUVG8MhUwGse?vYi>HO@A sxdkVC7v=v1PaP9h)r@-+q8iF+NDGZrA`GQS!LO`WOQOWZC?wA(uA`pAIIQ{fY%X<1= Z?h-3DR@-Wh9T99Y6^M&d)*@MN)Br_s^+$`ih?rvKO9S2!Ho?edj9;OupuRu%ZP0l~wvgq{_cS9|OzV-riTg~csy )xT(_5QE`9ULBiAdwlS%8ii2a)mAAYaDhOE;D(Rs7snw174yle6H5+S;E}ujH(esbW%sgZ%1+mssxtvqDlWQ_Zls =1{*eRft^XS_&nmScsnzzMI}em(I<1VruoNJ>pEwJ_-Qecr=MKsc;&E`?H3O6UQv9RZyXg4AXS-AQyAFOvBJdEl0 iU#f$1k4KlD+3neDm+zQ}>MOME??BRip_oYiPiNqo?L*DuUTMnS2BqBcz&!iTPOK6G8u =!QG=(MNG@oPt#urXz1K2FjBVelC_nXkfHZH7<>3@)zp2*B6cNENVaYg9FI3qdswtvlDWM?}$>}j1_?B%yq(_?j_ATxP!rR=}oUWH;t^aN^W;X6D!wSI3DW{E?StB` y#x`7GY;2b)iNt}v@!cJ=Dv={dv-gdA6I#b(FaYjCc&o;SMa;nw (HG6>Vzgc)vJgW#oyOeP{3S&fa|VPPr(fBPzEa+JHD;%I?pcZ4V!sTzVw>I@AbR@-{5?wrlK-xRn&1B-EJ(!E+j0 {*<40D7PuHd1XF1*U5XFfhF!u%jIC^)g|HypX4i1PGAmsma$bkcZ5)auwR>;>Er3&;J|NpNFtg(-3@)e(96V$^55 LK3ittgSQB&EaL!B*CyLs-$zK7@dh=R<`VygP+Sre1Xl@BBCT%}9#s1vH*3VUL#Ia;_QHi(?|}w@p>w9E1 3pFUWqo!!QQ?ACL+mpg>-E4i9rrwVZEY+FdE$gb!`M|powEoQ=_}VCtk{P55nb*Kb1R(uNGFR)Zd5i??~sO(}XrlYO=S~g%n?|IZ#(L*)mr&S~CZheD+;1*d PuCC6&n4EMz^hEEH~$K}h)-%segRytf&V+tBWd_uA;|$i`j7;jp;cOvgnrZ$U1dLOt93E{~*U%TqHUK#;RGyA5Z* 6Bd?XZUc%pav?uA%%ats@nxq*cbxcTz|A47c%!A_i;ulTHk#Df{@0?il{&_(hmtDOL~A6%IFTs(zgZ_L8@gD^I5h fo%{51zm5M1lK@{5L%*d)XP@dN3EVw5Z6wSp)dcBeG$806(!5**DPG>!S?u~=?YAH*5 ;A3G7;_s({O%CR71}x;=l+;D&oGtcnXbHIf@4kPy{Igoy_iv;f#CA RzfkxV>g8wfo+>A32 37K30a(GpKo1&co`npO^37$o_;EJ!4NQ0wKZk0>YG_Z*W$kDML-Jqvh`X(fJX+YuN?eF_e3UWTg|&1F^=kFZ2gn-N-&bM3B*%$LAe5_N!JaGcpL%8UI B6)JCzGa-$j2%qq3E1|N|JKT(0+~k@%l-iaX-g)69$)A?moajc>#o2)GZgOM01YFL34o^-t%Mus(#QWp*HR&2ptvdXX`hi0 )9aw$h`ehf@opSx0(I&>Z7t&je7n6~Lf1mphTO&+A0a=E8V3zXuOjBCGQEgE5ixj1OOq$y9h2Q_S#VprPXZR?a?# ?0>Vk5*FS!(#)ICkjK+otG+-A6nFb-71#5nWWr{#wh9+kyq2%3`*=dF4TIiC7yL^G!a`daI&zSo(>R*yti44G@M}u%z4XH0IIo$)xmi1d)nS-wJo4YFQuoyeoSB@**bj5^7n`Sw ED~4C_R5^Udgh%h45{@+_3f7HxVZO2u^=~s~yM(qj^*MDkjdVK$wr4@Pe`(XMAk9G##xs45{r0BeG5d{RBPic9QQ ^p%w}&EGL>RO@lPrH>yPwDEXXb$|wej7z{S^x1o1p*CkPX#LPcFiOUMJiH14A!6o8ek9({K0F%rrzh+8hQIk9~lw DVYQd)|4DrYdqE_le6{e;(@isVQn%wu9QmWILPA%4iUDQLj=!AI-eQ2elRBxW|rR;6`30lrR~hIPmM-L-EIPi*U; !O?(tG|t@_am?IR51Uw*D{!w)%xS(bS?sK|OlkKsibs^jvF&;=g?~aAss-9_d*n5K?ETi-l@Mg i}G?ikgXr%HDStMjZs9uhNkhypO=EWrSjpt1hmZNNJ%26v{s4@UUJ^McgI$AYd9dkbw^yjtX`f9HDh<8eDYpb!_W 7m(&_JrItIC{sY4ts$VW6dJTT$l}ea19F5Q`Td{OQ7o<&-dm$&H-hl}S!j=rQucy;?ajX(851|coON+yjfLr04wx 8hs?KG>$=c>w=4N7kHG}{b?vOyK2A^7quvuQVOG*~w7r=Av^zG)A;GODoCVo5D6xP49yrUYFO(kt $ld)fUmOzuoL^D$!cX)HeZ+^c#Bqy?wRJY(!to|vXgfce-Wu1d`tlp*~@^^Aj5JyIEWMi{@YgFQI5K{&?2Wv}1+S 0V?5p?hE`B!eh`NKjEq)N8`&$-4fS-emhYdSz2(-Ct^{G!|=NGraI7Ly>Em5J-%Y43O~vAc2M#GWVPFdSe7Y-pt| qp(3#_BxanJvn_Ge;a50~pZW8|%8+uq1Xfr&G$aW`D1(ksTN+)vzw3mZS$Y%zvvmTRms2Yc|aH7Pw<8qu2?-(56T&5G=>6sIaYgZA@C0^_m};@bwIds(I r|%3jd}8Am-(-MO)ImQp~GP`%%-wG_v-_K``k`wV!b+bwe<*J;vTR?wCJ{*Ixjk~5>oz(NOB`Vc+o5?x@2v{u$Yy{exn&tEXYP>ySk>xhy!Hyxge`sWLm1J!vI@7sCO{h )`WcEdmv7fM|b#&^!mklu!lCi=x|{0#nG|l5KCZO3bur<&)ED05`GFATXQ8STzpUv?t|cCPNgyrBF6C0X|YbI^BM 1*OHRf?e#BHgfvF_h_fou{+n86^rcFt$=eBc2RsG5gIh9dD1k&rXVfXy~@^G8+&nNQsU=n~z3HXc7Zs~*FQJNh#YUefj%MysE=*}$Gz*))rQUp!$f I~B_uCgz06i;gXr!!KQYpewqu9ok?I7hN>Dqlsl3vzXrXAPK*+p`|$w?iquYbP!sz6yx?d;eonxZw>Kv%@~jLdr+ lRNSB>434Cj4t6k9XW%@-GAOZzzhfR4BK7<|&}aJ`wl`4l)Z=a~av_%c*AM5IHu$d2PbOc HazVHM>UQQRS&l=d0)o_)tK)%%82C`K`{-B6k+!%xMB!X<DFKzN&i7C=U!QrGK08fs(>tQAWdDJ{= 2l`XDk&in+1!Hb8R?eW`sOAo6vboKRN2YgE%xks#Mm?8R||aCt0eHAM$)#>&EFeytr+r^{$R>o$(O_NKX>;&q?fp +|{i1=0Pz+M!`aw)%(1SQI{kq5hFGV46}}5bl1)?K$Ju=rp>s7h CV|LrQqO@$4d0~>ZtxRub775{Ed5b&DY<;YE6$U%JI!BeS#1O;Th+$JD=ZY&G+?@snJH-dJXc1WH5n~>W+fD_ULa 8lwUgceV6Ieup!4#wl!wdsBFj|k=dVrrlpsO8qAW$$u4$-ciL`W_tzhyp3U5NC~y1$?%4sNSW39XS}#3FQAYEyoau|9O0EW8jgYC(87eOPEP5Fbq`sCws`!v fIKgnUpaD#g_5oIC4MB6f-Gwq<73M;r@bLLrwgh_9-=m*pL8d=S6l4FR8xRcwwU4ReZ3%x{<7FI&%HuuH=$6UDYM hDVeeo4GA~(L*&WU|FC=3gVk33RsF{sjd%?Rl`3}ZB7qj!9t1H<~HM~C8W>nTcf2b-BA?R8d4X66N-fl0=oUapbp }v*sn-wsu*f?=fH(cRD}u$Las$0#KXPzUdHcWzA@@Ni@y$MT$k~rgyBsIwdm{=zgT9Ui?J*$1FirJ5khtcvRBi0y#tthUstjpfn9X=3^Hq5jLU{X`I1y2j25e5ov K!ax(r&vbFwFN^{aiH{nV+GLB9qSsMGb|n%BXrRxvkfatIIKHp( X>yV*O_n+34#@B4O>yGAzq3D9=yx;%qm}?>+H%C75!t8Ll9$a^7mZ8ePsToPl^D%L>Yf=X9_W^oUM%W;HiYnmJ)y %Oq!3Hnd{Howb$9U3Lx1d(-AfQj|pePO7U@I~a>kv2x2YE*Yk?mbysYjfV`EQHEOkoDx6W(iCM~6(+Z8J#;=qIxZ IVtH!M2vmzc>Pg_NbJsjeN3%e*(z@Zhn-ZJ%U_nYaDP{s89m?jWxn)dz+xOre8FcuTNHn-YKYVrMZz_ashINd-!Wb?8R|hfX1!*G=9UA4 _`B*msvW_OI|h)A67{H-QNF&K#hx(&l9Sk$$8EXu-gc?mkzOd|Ebyb7?bDHeCJI|HG^8G72ee?>j2nY2?-9wQtW2 ?sFiOaO!BBS6nCVjopkax!>mj>lD6rhJH5qOS=~-x)KNR5E5NUY7$_v;{FWW^^uVFfS88IkT2Xs_;+7mx)ZKBerm CWN?K~cCihO$n^2|D3_57V1SX)Mc3d^x9Gvw!npxBp@Azw`MzkA7;g5N2!j=zv q9HJ5A(Uv4tzM1nF=2($l28r_*|M3}%St?`&8PSr~${7!lk-XHwES82lv0q4lHb5yT<+@?d+cqkSJXauCd~eQH&9~*mB6eq$UhptSw!*}?G~A{S#Wzul+gv^95T9TcZ`y_U8BN>Svu; $VYloES{z!t7g3FaImJAZz&chq7=3;8g^jDokNf+EkenalVj fe>I168h4lk8#EBO8&$T%7H^) J&IEgx5CeAKQ ~j!JmE=TJSC#Ae(a)^7c8hRy81F|+f&u4+?UK!4g9L)%(XSwdnLo%tNHUUyBgE->-=A=iryvmAJrswyhsc<BfZ OX8>^a{Hz^ZIVr@pSH+PvsBeqIu)#JcZlu6>|kmTQyoUO^U>mJ4)c1}wby0J2i-ek`OIP=)r(IRk@!oNY|I^fSlh !mAb#6*xUlQ(43#npQ^-K(5|jeCO%EhRZYQukb?YXl-a64|oxBLIK#WmRVX=Md`omm4bPt0&3#i~SRb9PoW!byU@ S|-VN|7rig6?82A2V&TJzJO!17}V;RqUew*+Ip6@SA!-n#SzDIQ6!+c?{Bt<-;7JV(g;0teyy8Su2v7B_+2f1XwwIin&9;e{~o&7!VQ4(C?UG#$P(2u6hXGT!7o|YhvVj fzDdL#S1h=&NmrK{1IJKmW)m;Ukf2NNgKgE;pTkDmNr7|b6Ogzpn4HVm;IhYs5{dgCh;?5}ul7&3C`E(?e3GGdpq FJ`yIPEsXoo>j=a&?hFp&!YgTn0cV3#V_yBpf;z3Vr2HdZ~HZ51nfFNN?*`?$Umx@MjV;`b{ZT}mMgNG^8vjVixWAvV)hGE`BBCbMk!l-)OO*sgF9iMezsQ =Wy54^N_#)LAH2^MV5^Y&CjNPl^QDQJ&nb*B7bX1NDMv_;QQ}`}yFivuQDy%(;<9uU+o_j(3)Q0Ya7S2~Hh4s1R* Iq!9^=jvoRqyQ8xDEuym4Sv!sykN9qOX^0ZVFC6i8i^ZQ>XbNOXB!2scV$i<8E2RJ1Z`)M04e{asAA|9EGAzm U@#bc|lLpUci1CC&t8mN?>?#$hd+BjY^;V5o!ZSmb|Vk{zFIQL|1*xRQ9@_}zNLoMY0QKovMqSc^p6bQp8spTkInMMJ3M+wr7O7jKs#ZlmsM*)FHF#?ZrbZ4dV;BCcG+CZ8l|4Y4s^g{ mOIlRs}+I}#%5=q0weQ*!1uw{Q|=ER)v82l~o1p&KKXmn^@bV!IruN2v^#3}arnFRu}#XbT#2g3mdqjj(8j@HrKd gd%9>49e661R4-U|qJjq|V_xcPcD+81D=lzgUnrdNYpQ8m6WiR5#G%ijS=%>`-S;Y~w^?Ys;9CE3k(L$oj4Fg+B%}99OV^-_r h7nObt|Kix4SW?~O6*-nw55y5{Timp1kHP?2EH_o`p0hXu!dcBbBFBSG-P+QcfSTzlW<$Zlx{5)Q@ao8*md`j!$< D6tJgMsm(=dVhNXt=ni|pW`|TYayN~pS?$Wl)2ygecx@6?tTpF5mlB3(kjQ7$D2?P1&&lICEGdc51=><8lNH(VM$ yq(tO62$C3#tK0SEl2wBA2Go%F7s&X{z#fwk!*CP%kFD*0>(UW}N^h%5svx=U`TX7LYPm;BQ{2eM@rQmuS3F;H5m 5CW%I4Ga~AIB2f$MDrt4f@(wNile2T}E3cJ3E@MRG30-z0-Njhxt_dq|O{F_?yv5_v@V0rGuAG=|%N-D`C*fKwkn D)$rm58(UVA!&S~1FK2Z;w#e*sZ+D)3-p`;cdc5EIH_<@K`X?V@IRwp31*f|ZvvWO963jkhm}6cjy|+seXCk66+~ ZEke;;Z@B|!+dS!Rn!5r3}-q^S*v4M@5#$b&efLL4NJmot))n`MNQafnc-E2WkFvw%6@F<#m?zQl2*Gg9GLp~OzHT$}Mt!Gu42jSjVgn6Mr;ab6^Nm2=&s@(R>33t6?DD^)F=h%j|x5Kz~lXc B3B-cO>zZRc4PWf^9;@*2&PDi+UlnqOpxt9-jdI55bTMuKpHGo|^Itth*mr|!yYdUz_cn;hPE(3}U;5R4w2AH$fC oaWO=6G3N7nl_erO&6BoLJ#jzB(X2W9$%UU4~{!~f%C_~v4ix3cQo?8YVmg%GtqpPnWM+=;a8ZdB-pu6e0I4s(R; jlInG72iswG1>GHU-p*a+Ym$)D1jX9A`=t0R>B{9tkfut5;cPGb_wM{Xj(R9uXp<0EUIAaVl=|zHicCjAsf)KjWl pqd>V)4~CJScpUKrU=BGk~i>!_0&=hgsCaP8$ktGRm$g?1FJ_E|12u!CVW`by22J^hlQ?^pUeHvH{rtY42N_fyUPYP16Em%wiLq^7Kj5;At&WC2j%BHJw1MCmqS}*M-~3ZHW;mh2^bWtWIP<@Oz;&08R >vh!vEo)-@&1<4p>9eP|IdKst2bdvS%&YNAMV+AxgkA7-QHi_~T6Q+IZp(Dsv0nB+74*uf&HWPVw;1+0mzpEabv( 0aA9Q2(l{i|ve$bSOT*phJNb0}q|*E@6gw3BrS>CR}k0tfvw~TuIy!oihYNe9uKrN3sB)YD*F)n(H4>;38qbiq>p !eCy?fkUKX7IxLfO+NUid!$P|8$1jkKNX{iEi6c5ot^Ma$zrlS6U)^`?@?{<+$*v$d4Fq^4;v(^ot EQACmR(a?3NRKEcXc9u;>tl!|cJnx$ZlN>~BMwq&zNSY sQ2f>{#kP&`ep+HI@5v!-$uW2W#G>u8Py#4_(a6Drw+cxf@L`4yTg5@^@;-r(yl6KLC`8-5>P7ztRZlAtcg`u%rL (@StTMAf~zMGaBM6sZSbPDFDa>bOt@aZxM2z}~Llc0w^VTLXYw!pd3Z4~!#96`Yvny6>aB&k-(x=RTL<`&0Poi0K Y*0pTJ@ni)$*-0bx|B1ep$tka&J$=frY|=fBw271jv_|5&n5ZU^qg0Ui4bu>*Ve4Uo({wg8 )1JmFkw?Rwtqz`q4sF^7`w<6OFETA~$o-STo|;^yjRsHliMrI?mh>9=wI4jCARfgcs@PCgCOP4H2ZV6~U_k=ZS=r d5}p8;HCPDm*biBe|$xY1iK+I< vn;#Iqumd6z6AK`p%aj#db`Mco$@W}ZAxCbdbeaN{x{xFh0$^#DxJ6a2iSqUp^FgFqsWzCGu5A4!WJc=ADkkzm?2DeR_N0}+-Wvj!K80ycP~+S**=>vX%kI4LY72y_u~Hg3>^oxLK~xle&r{qVC{I3kiA+=nt7XzZJt~iBEH*46HA~U#Y@ i*gf;wz1>vM3&a}J5XdN6$ec$`$gd_i(8*NGvS|BW26-lb_UewVIi8844Xx-D6pKCl4^2jMOq??~wPglWU7=<4&v Iqb$Z*Bb*Fs1;Nz?f<51A}X8^a` `Pv=e*$`iBl(nsXg`8`Oz`zD^xt>ZvdGepkp#=*eQkGa4Yeekv(%^$%gh%Uy?LbdR%co}U0*L7zB#q hI%`}~Ag*WXTx^~5W8HUwGYp;bu<-fxB587XT9#PtzhlM+{x_}1Gsq#4L8G&)d&Es&Oc0`mzQU6i}gu7EO#P$}*k YcOb0j>Ls+BR7o=`ufuLQ$FEn1S0h`75^cd9E-;nV*p^CIr`L_$&oRLUZGCZ-DF>MIZDEl6DrW#!~Q_XX<)NQJEA aQl)S#;73}SXd`Da=tVT_s3bW#2K`T?)StK}p5BYHyT1e8D+rDg9EY#V@1UHOg5_%C6iMb|pR7iL%J=9*j8G3t@G vlkPmpKk8b-^}5{(O_RVLRT7|0MQni^66X!S>-d&W%vWZ!Qiz?)aWgd9R)*_Z=7Ayr4vQBCrm{sGU_JqBPv?b$Z3akO-WJO%IdG<$ z=WoWE9*w$vVy}b>|6|HBe$)fUREtgRdfBPb5`*MO(}bkGt@VmigZEoCgfb)YEjN|C-m~K8V2DE7acC-Ty|)>fb< RDLSillXV|XAZJ9R8ZN`;ez$mods^ua~nCD+6&J8Xu>ik`ZZSF}I(7{9j>MXOZo^;nIj8LpVObjOzye770s=SG#n b@OvIk6We17~MH3z^>T?0i=iC_ZPuOhe|k>=sGnam#n@F2cbJe)IxC3cCyTZ*U8x5njifWD|Dx8bWzyLk&t(k@mIeTVN^XMQo^t7^R^@<%`Mr`p|gK_6K&y{7>dvN6z|U3jb8;QIG%{7v3- %DwYX_jgodO<$=l jN`Sp^D{f&-AT_!GE9pAk&R%u_$pm^aC{pEcGr6Hg|Sp4ta1$X+lT3#P$*oDtE>|$MesyZ+ARPv5VuHP$K&~&F}F ^!FM(|@)e~`;Sk-^J&2#eA#xk@o^40`8h0jY0aq+0|S`dMbfVVk{2|=>@Ju2qi?VY_|rqLRx_WAOpbmbfds}(D0l}&OE< kBDVS&ERdfBrx7DhaQD=8w{sZ;M=A&2F-=7mf#~4GI#=Eb)Cxz~Wm%6HH`i_f={+%m!r{T7r!y!@bwIW59L*lF6# HbX&K?RzU-IWTU)Z!BX>~Rkyh0$NUtk`$>5#YFa6}xGrII^d7~sxPl!T8DA=#gS*GoD%&| 0_o`UsSr|I^4kkt>G$4L0y>H^};FJKciK6%2YzH%(&&7^*5G{DS*hAnG8~I}{82{w{X^)eB)u)` =I=ivvG%h^b912VKl~gQAF;CkuzK_*ELsA79bCzHSP#_?j*)*z C%qP-ilxL`P>YVFn0jWLAwo!L-c4`3x*#{^8(rW1(FD1r;-RDK5gezGjg&xU<|vaE@KD4v{07fiAXReUyz=#QqB( 7BHJ&GF;JP)p}l+U1R%Lr3C66=+%<&C0xQf2hNo7Yvjj=t1a|vS3iGCJ_N$Y#8zVOp^Tq+c!!#jh=3&y#DM%a#F% sa26=`QYmKbCb5@*##fGutaf87#)~nL#?Ujij#^2BP$IcI#Ofd5dH!4nFqEOu|WwWw`5G{c&=$~X_&!nz>MEH4) `S?Q;MtkIJif}(iB|O&U$R7TAQI!bFBbghb}Wj)ki56N~IIoKoFTL<@_#|j04UDcBrl3oX`B6zZ{!%G3l}W91@4D wDB4?Qfe$i*PX7x76TneSnU`ZDzvj?GcjtGTd{DqjLv%#T@qU2b^E)se|iJvT~HJO#PRX9= =ODv80Rc*@W)&vZoT!<<5T<@!0Y>frqvA{c_xX?NC-Ai>zT}@hQb`UQBzE`{M 3;0z`B1z}nOU6exRoKH8@g!`0+j$jPVZU3S+Ul@ur7b+yUy57z^+Rs|AMoXT_ghRj&1g}fl&Pp-3>gJPPmBMd-ae +o!??})njko-DmbdY+fhMDRjbl*JC!u@8bOT6=erum?3dGarR9Ni~2~sKcW=v$S>?Jxg-?K7RG} M&!GQ)ACuG$sQ_-%y{~pofTg0+`4$Pk`m7g107jFLqz(j1qj&jl{gY%k?{{|08Aki@|Mx4dG?nLQO|D(QP(G(vh~ rR^&Yz~X4zb{{a__}vl32b2Dx#NTfTFL4wf|OK$bIZA|N#23*TyFYUB?VEEWP*B-oQ>m1W6rF^&RhHqoR|FT&wSa 7TD&m#1hEqAD#@5hnc=~k_=)X~4t5ykB5ry> n_pw>^x2l3n%5W*fxEIksnH;g+!MdVq0A~vM5nM;uu0HBT<21DC1>;EqL$bj!NZMQm?wx~Kf`_N_z|T4o-cFXb@R W}=Q>wT3KqKGY$I_lvD@iJctb=q;hzVT5z3)ux)_U*hmlhOE+19zi1%e( n2!?h2Ww(X4y+64Tvpl8r7l2#Fr|z;qc#SS+=O!N|8kzQ2MZLz3?pr|n%aI}gUJ2Xq&zQX^_E^{!q %HwJ}Db)`)r<~#`;=&@Pf^o4QNv~Z%@@ml0C0hmt_x%Q-~8XAY1(YvGbCc;LLK+0kpfL)~J;MLq8Ox&j18y5Hpnh Mhudp!1e@`#a<3B)#0H%js#hhbgw<66J(#o_Z))$W)`{HwO$-XkWwYFT(+GU$aSkeDNWMVF5h|5& t4M&WLtTy5v;Vw`r)U8KT4M>rYjHM&kl+uiaFt25F2@lfPhm=tD$r}!Lv}8CfIH@mjI23rtp-51wdQ21EOOPlgGqo)i^p$aWk&F|H(N4^ju=GvxDaPj|o&~#J>R C=UWY9(=>Y^>+idi!kv=oiRD`u;=a(R;5{=~^?8t^Yg7jAueJe{tinwfRCa)}{O^OCYv~U0FhuRWGt8+!iNCO=ul ~gXBE*nx8Q6?u+aR=f^;FxU*d_nCLQqeJs&fFo0?W(q<^>!i+>!jvneJGK(6fX`+j|HJ_uzluTKrG&|`uyu|7RYj &%4X&PfxNQ?zdfKuv5cNyeH^Q0}rsXIJNPQd+^?VT}&HfDb03WU+x@7=M<=4! XB$VpP;&-13PH?xUARm;6PMlgpPxef}OVCqGJ@tjSv02dA+%Oe6aVV?|7%>p*WV48~bW ^Pqa5a$R=?gkx^0Qdf^zKMj94QOnX4x12BVDoEw9a{K23m$e%vxWBZKtW;7Lu(+64Lgx_fabIg`7xT7nhcUOOdJe y8;9qphjp1O{0X9k1wZ2F8!0yhIDfq!NT}h`WCMy;#u^Ezm;ehYUbWALlBJfsH-@DyZiPokdG1fl{{diF3rsQ5pU jXp#Ntg!ueQKeS>LC98?;Dj>Eph!qz=U5u!4jO)U#)hB-cnXX`EPk+&AD#K6%IX7nR(*JwJFvP2$)_&jrg{VZf35 A@nORn4=G7?hTULkSBFa8`|n;%Yh8bhv00Id+3nEyu1 1`2sO~NZ_RhaBu9)Stkzd=+NQUiPqz{sGgx39AcEx1~ &`IRW5TBj658`(EuH(8rY4CQW-mDxkg(b%Nz7Z*@XfLPRZ+26Kj4YXI+?1v-<6UGQrH~@70|$ A)zo-Nd#-5%n)r#6(lw;UYEB$?#kmmJS8e()O8cVfjla|15T!D^ ^Ppk_n)%>iNxA+5-+P8OvR7I^BETvx%e7@Rl8gKDhaFhW_}=VF>n=k|M2@zTAvBD2AgoONP(*U!?mX?J?@jk&igg P+)67&_IU>A0eP4jDyrMxIYvA2)9t#Wk4Ret51159M0;q5HkHbopWtS%*x1mkq5%btxJ{2u;M(j2i1aP lI@Q0-rI5t>!N|B`2tu{K{bqny3@M9(6=uDY#LIZ7if|6lPF&C~;W&FTbS!_KuF^-@W7G3?<$8ANo9B^6SRuKvHa*O`SbEewiJYVwhNngc7qRx$ -1n9Kye)B7&eC)Bz%yu6V3GrYXm(2LBWiqewnm)52A-?k3?0M2ic&Op~CH;Ogg=u&+0;F0JID7zo196&YyMl#}EhOdB@HuuTz~HLRU>Gm2zlZhGr@V{NYRHwsQzzz)pt+4Uewz3`9AT LT$ga?oGlnDRcG<2*F&^}$2JwiI31e?ea9mMo@Xg)zP&Yg00EDK#9qH|1)ZVi0RWe#PmSzW~b#6`M44 o8mF)!in4M;#el%+nt)4JQ`gJA`!nl@mBxWI%p(@9J3CsOjTD*}todpRMULr2DLziNh{xn`N-|Kz+;9X>R5MSBD#6$CaI<+N #nm5vP9LYJ9fKzlB)n2S7$)!&6P0Hw0T;_lB=bEfH%#9&zhy%P#DS22udQXqBA?E`Ot 0H`p+`^W-4qMYcpl|EUiZsG@>!pwFa%lq9qhfR|vFUXJ*u9F3k;!EnTN V|*Hr&+eT~(`fQj}nZdKY_p((@is>2mLq=mk+gJMN-}nXP6PMp1iuOV89UAND{LqTR7D7jGGSNm0mQLKeMG`}Xc= LyU#NJU4KSX~4P;#dgGt7H(7s@lCb|!IOu(Z@SiVBH;-2#PVfQ|usn(o$dD6?{~7dOyzpWn`^F5Gz#DWJ)UTPa#gpb^c+IH!ks!?%<@%zpj0VuW3 IukWt+_4t@Xvj}ncP<-8UQm+o3v>EGjLQil^>U(5|<{!TX#cglf-y}a%MT$ga8E|NaE#1f&mL|keI{uBTz3R0M(_ kpn5wq)M*(46zS^U&3?(5OE|xIn<&$?wE~=!?cI%flDsV%<2@_hUH=Qfy#Z5Viqw+afok@aJK0Hl7VJa>xD766@+J95^+8-=)Dv!M 9wM{?(4a#!iATh3-T|!=^XYW`7#Iu37%(b9{N;vFh6?s;>(xWtH;?Z*|qOKxQwf<-|tp>81HyX_+0R9!4RN!BX~( 5vWwM8nOUH&B;rG#E7rm2n*o86^}N|%b;?Ca)>f_Hu}IVL*>!h0DerOIDeuw2m)p;@u@zkWTx_+q3-;pv_jPt%4z 4r#U559x9>|7Z+412~cG2*B?IMt-e7QY0Hz2sL7&C9lbf3c0AT3%}ZqiboiP}L^i9E|b$lX^=d;d*&0#%lD{O~c! rt)OW;3CN=P_{jvw>foDc07r~Xex193{4OnT6-6YnUqD?FgUA$}AGa==!9FLPS7zR n)y&XknOkKSiNgFyFp4BjellhvYx%8w4D@#$2&S=!xxw&A+nM|@LN{2)VDpC~|y0O#de>eLbBnA32`(2jiST*_}s YLg2RRW3yCxGv5%TA2I*J+KGmh0Y5JZt!@^9a>e#Ky8Shl)Rq!PGAMQSeSa`L@uYTQ7!bSYL>Y9D%)rTd<6l;w$` WvD(Y(ghT2vI(MdwSAw^nacKo_uj2rJitgvecYPb-bq;o;iV8!jHS3%-EQOo!&d+ aj;`x7B?q!xFI9TIW`r@JJ1Od%g?{NUI9x(tJR(^_P}sd{2G;`NQ>+tdqqMo{OS6a$EZL5^f5X~D1Mer+R$;x?uN 6!NWBm+B1q5rzZjCksJ?PSVg{hU5&e69l@u%2k}~(E>&#=9FIl63V=b$Or;&$XZghxijjKmiP<;tpi2F9kdcJ?QZ CptKcSJ1Z%k+^uXK@*TQzeD5mE-uJ6z>=EGuN(f7OWE-yE*D@{Ac^aN6^z-!khf8(&!P4DuM6j!*;m6^NoJcTKEVzsI`J3T+Ik^MN-2 LnhZMEX6H|rA+n3*-q84X7aB&tzP1m@QSvF5X*l!r^yc2#tes&csEroZz ?^;&C%5Ms;DR4?>Ir4y+ngkrRLpJ@$>;1_@1mek^9V@IbnJ9o9KU!sl$z;A=R5gAo@BzQDhQoK&n+sGvNTbIBj4t Bto`*`bf_7qs@>EiwSY~(qn@bXxuey;TbIqpWQm3<0`IUedx+bf?V3>Ru%g-6)E`2yRwSR-3l8veT$uaP8hC>GDf 0tPN-j*12Y{*>-sTqo77t`NfI7t3whFWaZ`#&|aRIo**rAe)hS!vXr6Qxukszz2>XuEv?Y|rN!@imq+#f&pMH3?O Ad@1ranz1U$n{L)2F93>Cii87}gFY0F2J&n3qk?LudU^-ojJJX^epQAvQYj=h#l93QVHMeY8QhPJ;FlTx$=bsSxUZL=|}5a@#Vs yh%BWP?cU8G>w)HFxxh%6Bde2?kHC^QZexsITn%nkfmKmLfQ@q`84toUPWGm_E_&ldMOR8B3t1Ta!w~PnPLF?EIbgf>ug4F+VeO;(Ho1lyXvv|=cg6+?;lfPTYdUaf-$8 G{Fs*n!MaWEWDSWxmw`v1h=iPB;&NyeWjPI5@2a)f92a%Sl^KApb~LUE$q5l2)>I5W>&G(eQtu$J!Z25?@Jgvs *7D15bpxBtADbfHRQjyb7JX!Su)q1{n^~F*dos}=r->Wn$D?(%PC{3yedXXZjeYyo>~FB~*l`3gU&#RP_a(`fY`E jMS>nF=(IMXMKmD54anmAaUcd=PiV@9^jlnr@=xyEaX*$$ZoBkJa>yy|O`a`jS)n;K--K4@ b?|!_uqKFS)6T#QQ-IakZmOk-vVN5LrqF2CfIa7Lrf_na>}TrHiq&;$=j95K!ReSv?_G{1yex+en4Z^|13H}-wf$SymfO 9@WoQ5Lm@0TCFIAoBAvhqB(ak1t|{f7CoVD!)_(L-sa&TnDOYq=05TH(Gf)B=$##X UW~uy8H23z@Z?d=5-==%yIK8Wa-xm9bcAYqypS*hVTnGh-w$+4_H|Bu(J`-eXXCRneKA52UET>h#{dcUSQ%(7AS+k9II ripfrN;?H#OO1_5Fe->{w~jpR(Q$eqQPfUD4xUUBGkh?7E_m0*t9`TIi+v`VdMXQ-ad8SUXIkOVo;?OtO8Gpl_oe kA09DA!wlPJZ`rW&I~U{bGX{*cD`=`-5kn{bO6J=rqWH&nhXjY16E2HTXkLR$d$FZGKSbO;2KkOrq>K8ay#{|<_r ^L_Kue|HpLu}&eq*wM4hj3})lvR*%d-8`rYy&(S)kn?Bin3uXED`NZ?++Tc$?sAlod`&Q1RlYQ*qV~jC>cHrntKP qeN>|MVk=w?(S^m82RPf{A=~XE!$$&;tK*r4{z)k1NZaY2mQBt#DmUC(#X&U|-)E9Jf7{`pav^5Y!vB!_T3 +3#rq{b!`^wXHC&Rl(bCJlW8N*=&SPPk27G&NV1iI80_HWYIZ=#1dUWhLh}IgD>44gJ_D9Ea3lWe0$Mnl==XcXDt 5lygyrm(W&%TcU^n-~ESlEFQh5PZ}SIuZo_ud;wZ8SfV+_wWtjgLxbrhui_{B+<80y$p&lRC9>cB}TnLGAIP0qRC*`UR$c=pok{P+hPuwh#JHT4Ht+YalT$I00+>~n>WGg LeMynDac$5T;q070|2p<=r{)9DVa4>6H5~uZWFfbpv}rVnjbY;H=&NkH;vMAF4g0J${pi+N!(!H@(#>c3VnKQ1;2XCA>W?h>%Mf520$SwIhJ3gC{+>YCQ pHaaN4xtJz($jjq(WW`f>$jF`}zA16Pnpg;yUHG9dZA3#oSi=y_HCOLjrx5)1~0WP7LNzDK5P6$3W(6zSjzeHzdC HHE)Y^I;vmbOm{@(Yd4Ua@gcYfN|<;Iq`;1dpR8IZX;$bLXFWl rzyw&C-Aqycs52OT`$o!dAAP5HiJ-BOUuW6t 22s`lOfZDoe>qt60UIP9lo@BH)0KD6x{qP+AE+v>nwHbp9bCpK&b|t&6dq=P-l3A3!wQK9eb9{|3c`jB=zxU#UK3iFqsebOK9~b5@yMBkvPX(xR5h^& ={vjoXhOJ|K>H=0`lG`}0og@m9F$#K>OU}0g*_!e9A?;u%ku6FtOX4@^D^q+oT&(;+^qYPg5T$Wh-;>l6E8{c}qO gX`P0e%+%4Sx{l?{MQYb5=QrD)u-z~TU`Q+H*k@Q`zvfm6ggAZ^(3MRm5}tYJBwL;P~EX_oxMu7Pa>+^p_c45c1I {@alEFAOwI={R)>933gL*<}zeqCFM^pwAFrj|`UxuKyBAz~@pnnO(TSq1z{RkW!j@Dd4Wu+_Z!D+I#3N%v!{P4hNn^i_~Dy_3xwhnz4Yf_h764U=^}>P#ztU85i?(c9_=Ka`J@I1su7O7) u!jG+5dOSIyNrpIj3QI6N jaUzEoMG|@kRp?c=J^eWkj`IDX$Z&o(@DSp)j+LV7`(~0@UyZ&gxe3 +~_BEqhX#ocB>+fmvz^Bg|ENr~gNn2Wm2ljhkf6qB~k%?o&DQLKeF2Bztd0AGQsMB>)v(3n-X5vqheA8@0W5M&2O O9L*8BLy-5SNes7Sk@8d9|$f)Db{C;60I&|MuZg`7I1oVkRbrC)vEQ;QH9mvXgvy3k* #N5b(`L*>r+eB74y4Ox%HU{-kx@(ih8kz$i)ie*5#5!U)axBKJ2e$_vWK)HWK$*RkGRtle?h31>_)0d8IF4K*<2NuwhctSEB+V%x2jMNO+lI%BO kPuxKJnB;}l)Ig+~4mBL}C5ps8v3Zj$Exmk*E@;ttqPgLun1N(S<@1vSriq&~dS5rp)MqyRqlKC+*=mFmBC1*w1b 2AEK*Hcp>|iYt+;A_k;PE7MlS0yBsb?z1oQrSS(TPk51FXlIn&)xPEP&ZcQ!P ovup~a6jufAwQdib24D9u9IXBPR58KM^irNi>*|&?E#O}=M1siVOM)bqvEFz!{cc~GUI`x9I3bpz)^!-)t10NsFG aSNAdcmb2{0{_%&iLH&SItQUMw|&}!S)k<0@#BASZ^FsU!vDn92mVzjN+l_`V1K86S9dj&uj;?2fMU-- 3-gwa}+Lb3Z!Yj=_FYR?DHD3t;n3N)VBf46!r83p1Dn}WmwSe^$*nFneOEHokwz3aazTKGrXaM4Ay;mgDFBQ3@l2 |!=)SoV@`S=&@^FRObk}Ek^wDWb0SX3`io{QTMe^N5iDoWDVbBoj4@0WjL7I2E-joGvxr;5s6QhQpO)Vi!q~WSHsd%bPu)$p|gND a!nuZtnUI>r#W5X@;C3pp)g#XLQL+n-rUiyDK_H7Y{_1>S*VJ#&DX=xhMaK jr8jE)4JFp|IvI(n?EuI&o;b#AQJB$Q882F8%f~3xI+TiUW0iFj3l0MCdro|tU;m!VCbATm|HoJJ*Iyc3r8}&l!9 +v&@R(q0;#7sbVI`w-2JK+#a?qFYTIT=tamYe`RlH*-!9Y3e%#;fHVCwMo_sEx*!LXb0-no}?+MoMbjV$ns@*V%J *YC=VI>4Wf9FUzNl08#E0jy+nBkF+ipSqzZPFaTMQP9&@C7Lby!*-SNfbh=)+bIw54J@rH9vB_kJdgoDAddP#kHU j^5FS+PbJ}?iM2UD{jNySYiwBu_5xaRJx)}VdCDDgR*Yc+pk@@P$amgz@z3?Y-KNGWiL!aUrj|*Q$a^XQ!h|U0|XQR000O8U| MBVlVaw$!=wNJx!(Z*F8}}lY;R*>Y-KNGWiL!aUrj|*Q$a^XQ!jF1aA{;MaA2CUVXEF&%fP@`cWM9I*?@QR%5RiRQ1cQF@*KWPZnGXH64sx7t6I`*a<1E?4ai)%Nj|Dh@P7#2NASA@e@W0K_*a5E5&Zh0j*}$V MDQ?z6A0E4yp!PO1YafiHG=OPih2{>Xy10-$e-#)J*@=4LGXxfwDWAezk}d51fNm(JA&Wjc6XyaTV)-Gr*0@gnj) toi+nd{QT}6D^z&_kn-TnCkK=5~`3QcQpiA(J1nYayt`R-x&*UD|*Q)njnm$mtqzCwOVh_r_TH(zEw<35K!3Kg)5 Nzc368sXuopX+}DZybmq~BBTe~?4JC*{zu4uYcz9z*a81Ro{%6@pLYFrL58p7_-C@)8l$itbZ=@#ZOPDd&{Bae1mmB%>Vs^#CS`5w=sAJ1t0n->TNc-#qokKm34)H 6}xv;yjxUBEmYL~sj&*#g?Tpn&mORzUqH7BJoy7Eu391|(*{3p`Ei%QvPug+LJvA>-g7$nuFkpN+73;tmr-F_jITdvLK0y*SobR3nJn1|Q^tR$O%*PsnyAd4rQ^z@!>4 hMP0M7G21>KK09q*4k9qqjRbj;8Dr=#B=oesL$;tce&f#4q8k2AoR%V%JmR-6I+c;pO>?=Q|kKU|WQ#_>FyiTOR7 U>)Plndsm1XQE$!*7rM}h4O}-h5E*v1^k(D7Vvr2Ss1rd&cb|OuW*&ZU!Mi~d;cup?WSj=+z|u^Gd}A5p#+Bz>^m EL^5U~GFTXh(`1Rr07>7aU03S9dxI4kGoddaG@;ShRo^yal<#W*gBhEqollA#In*TD*ckMaA>*vnF{QdD9jKeq1M frQ4i}C3>7kGL0xhU^4f+Qk3H|X10R7#A;6Xh97oh(0F96%lF30_smxC_1Uk*Cjb2;#6>T=BI(&fOnixu9s9C -1w;cM;a<`isG5a~Ffo p1&A!_{SHcJr7=jd4BH_%gxB~0M_E)0Z?_Y`Wop~krPX0>J!ygIW$m4Y-#_h(dfd6-11-$y%Re1jVRT$@&ufqEJ3 PDm$L@D9-Emxzz2VRZ-rxg|z9&xqey{0?oYQ=kk6BzFa?n!X{)u^ZL8oaN+2KT#NgK^yB8qDiBeLwjc)Ia?i;Kcz 1cO}?;4fKk$uK_*XbPf9Z_%*=Wb=Lqt-_!ieWVxMRx)%8OKi7gk)LjdFJm6Z?pS>3K_g#zmUVJU^=0<>LA@@Ag Nr=&#%R}H(rNw_Pq}Dckp${zw|oH*KGukCwlz#b&w0wH;~Rj@YNe2Uw!pPmG5r^z6{g**Kb5W*WZYGzjzb+yDh;b JZ?9kU$@8GPn7vLP9;d9s?&N4%6aw{v~wN7U1@y&cnj92ZEgd<@4F3r<+j@}{tw;;I(hmw;QcReg FO8HZRr2*E6|RKE6}d46`+&F3eQ=A@w;^e=<2Bzpx0Mdpq<~j9qk%+JIWh-JH~D1?V!KIZ`XDEcFgnLx1*l51W84 4{(3vcC4C2;2X|oIIsOjtmzxNdxV?9P&ve|WcuTO4$AMrojl+R=L4LXFZlr(wZp_2p_n^Fk?g73Xbr0m?v+hCrKh *b|-;41celO;GuY1w%@dRfO^zOxavf^IoEnm2gcpkx%?!&nJ^FHvQt?oxTXWfr^T7Eyq=gRw0|DF2&DT2g8onPFK `ic)g4q5borhfqKy7K|h=b8tAckeua{;z)k^s?E5n5XYQi1FS3LC8h(9)x{l4MAGcoMRpW-R-av<&IhjJZW2rdCR Q?-5jwJ{XR$E->&y7SAuTV>iyd*(T*=YjB#-vM!OGt80|gkVbIY}A4a|l9>zRh`!MkG?uRk{KYJMC_p-uwABJ2tX cg#ZpH;{|VHL)ybrtCFV13@c3ViY~f+ukK1W8nNMm&P~S@{U`$f1vdKlc$lgy0j8qWoQc203u(&mey-`WfoK`Dc* V-u@Znon0TJItb4?9>X}VejIrI@#AR6;3v?(-JSqFk9`8;amW*p=MH-U{PXrFz{g&D0{!{=laRCBCo!J+C!v2H^C a^9^-0Y8o=<^~k9-Pv-T4&8;h3k;-V+IS5qwPVhdzz=XP<@~ecjWb^FI-Mp5PYGpdV`qeuMfo=vlyRpF_RFp2s>= COC}Xz0ZUG-gzGD{PdsW{_vmUe(leJk6-=;jV-s6;NH~mFT4P}9`_>Ydfc8DLD!GG2t3;KC9DhIdkOmRkpyQleY^ yD#QhcFGS@?Je}aGc74)nLtFcaWt%e+U%4*=A4k6eJ>?g#!2VUghQ@~JXASIdtJi=I_FaqdKYuOe=~rukA0MoRoUq9{^rLni=wQJ*wENg~;Fo8w10CG C4*2o(I`ENStplCEx(;;u(K_JU)~}L|!gT#A^oV0$g?{r?8_~aYl7cag6 I$ZY#=wa(WQlALc{Sk8hEq??Z{N|6C|IOaS{HET7es=zw7{@o>ME=d*0zQ4`E$G9+TX=rTTUghwd<*0G;9HP0fAt pd^vi!jz3qQOzCRKCE0^~+@cdtIV?OHN!FWx42lJhN2lKM@9njZL-vM6S`40Hq7vIHvZ}%?xx$C=FuMU0}^Yy~JD $l(KzCHOp;M?!t108*9J@9GlddyqPdek?2J=RZuJ?MPldh~PodW`Ri^{D^B^}xGdtj9XEZaw7R*VkiS=e|#}9l@* K2fjFe2L8|eGw|^GKSQ3l{m-cH{y(Gs7ygX#{~f_ocs~9DdHjLDV1D-aE7sA={t7<*!CzsAIr49?qkZ`U;KffqfV {KW-_fq42+k$=&%dL;Kl%sg-}?vVe;L7@2#>G(2l(Xk9|FGcA=>-WhuY5%F|MzFi1GN7KL0?|eXP$n{Rrdx)sHYw -~9;l-1rgjWy(ib$J;dBJWaRkBji8hBb0a1N5JQ+KLXv~`VsibOCN!sZTnBhIgQ|H1TQA|y?;TjdgNc=Cp8~q{7N 5VeS7<3^lR`ZpsU(XFb}N?fAk5)r~MQ3GxG`hms42Q_lJLi_8q0qPt^QB)#vAF{>$|F)p~!kzQ6qw^y>kA{uey#Agn(mM K{%tMq&-(sfntza!5PrKkL0;!}Ab3rJ+n#XtAoy`2;rxj0&Vv%poiqWbZjx}mO!t#FOE^EK`K3ZIPH}G^lv9*pX%@5 rT3KnPB-CDlbnlpOgN1MFa2J^d57tlh=4>D=b^y~8Ruh%B!u42CCK!0Jwcb?a|D@BttZHMz2(jcS%>QgGXI}Qkom {a3a=u_{O$=&_uNBUQST(jv({(5u_yXI@U~3_&-6$uTyr#IGs(9@#30Y(f-?ZMfnft{R;#|Um?i y@LzXDf1LV+(ES$mXvg;TD0dHqqw6tV6AAJ<*-ntjk|5K=*9o#7@U0Z`?VdvVaSEprWcr+yLccpwXy4%}wC`BGKRt#1U6{hW +?&F9KBwjWR^fWB_fvvw2OC64%j?)71bP4A_(tH*iH+#rt&M2+-HmAX%0`s?SR=;!rM(l*%>>8qjeh@)Aj`{}jZVn=IE5g~1FHz KJ@CWPn3tjZB%A`lQ3P4i{KM1lsTQdoKph@BWlQ2GA 1bKa3FbQ~hp~7n>fi71}0$n^qkmcBSCjn2kpA0-7IvM>OGZ}a{Z8G{ldouD}I~n}$smZA4W6ih26!6vIQ!tOSrl8 -;r(nD;SNIIU`?x;@S^l|g--N8|o9>7CTuhMl^?wk&lHlB_p!ZFiQEoFqmK)A&#yGy*jB#7njPcrZ8rt;@f-HwNO #}ZpU>f+x;%R8dmD4bP&rL(VuS`#f{PLaY=zslmyx(g&+B1JT=4;(_(9xd=viy-~K|eQX0iAuh1@o{?3)(lN1@u_ 2a7+vM`0N(UTe$`8J*frlxLNNXY5_lctp$AglNRu)ZTC-zemP=))YC@r5Q3%s!B1Y?AM-tY2Jm<987Ob;479Uj2I #+M2Fg8h2Kd(U8JO>TW?;M@o`Lp#sTF+MCCGaCK?F}H_+%^a@ZgyV*~dDIAj|i^nTh(GS+w30*ooj$f@=x>fZID8 ^l=%%!x`UagHHCFlMuOX$sEw}T?AQwdXJ#&GaZ0_A4zaF!5a@i{a-jRA^Y8XD}0C`>wV*X2>x-}4}mvN{}A)L&5y 7S?)W3D=S_Nl(2r1Fi6Gk_uKy9n<)1&oIDhk?gy=uJ9EA4WdJxKe^B|1pupa|2C;S-e_whdlU%Ktbpu0DJjB;uY2 L5bwFz{!WgE77h2V>pN91J`;{$S+4@L=%6UmgrR|H@qSZ^T^S%hI`^$J6J64j-KhJb!5}=H-*Qz_)RS0594O0Uzl (1o?Xp0Y5$V5XcKp90EMp)I)h+@sRGj9`L`>!~2mQ@M)Zf`uFufXNP-e-=!YrYrO|PynS0j^rw^CP|iDTpqCE`vO T+|9nTlHquvwR(a!VRQSKG(z?-KCvVHRdf^3f%@1q@kKIY*FAL-BVF<$rhnD^iM=>K~@%Ku33zubZTe1jm{LBG?1 {6}_R{IBW&KUmWNKKWJ$=Ivv>cRDd|U+Vsmk`VmWIMxF-3jL`f`@ct-2P7R*97ac3E4;7tOw&Vq6gzXu?OSR( gQmE5kaMhv723=!#pp_gI``ta1rBs9_4fvFn)&-yn^SKAn!--bQso)a}L8gbT2`+1HN?_@O8T)+Syb @x;#PF4}V$&U)m{1uqy713{ZZm1UepB!hE-u@Z2k5oO30Ve;7fwcU@Y-ynj+cJ2x$(|63{Cp$xnqUIyKcEu-9-Wz 0((LAG0E2(mrr-ZJXhWFF>kvw67Rd>-1dr9S`mJmlYD9_Fof9?Bm!4}4(UJmAfedAd%`1AaZH>E4?Myi4?=-P`o) y44H$vc4Dk$;e)$>+Z#PE$&7AXZC{L&+CO8`iiD|wHJKqF9ccN-h4jjZSj1pqu0#GJUuoa^Zdbl$WJ5s2=9mzb=Iyzo!0*=_g?j&d6vnw`De!C9QnYjFQqcQ_OOgJerD(^COEEw1D%^Y-)x&0{^*IiCQ{rjAP`It?R{nR>6LHc2*LS7klD(JLuD(LO(Q!yWpoeI2r^ ;F=^?@xt(v(0JXX9u6A>-A}9@1v(dzZ&|}g!r|+{!@(e(We6st~ed^`ODMMzBf)sJ^#}8Uq1u$I{pmI%WS=0dCWLgxdYXDkQ5 JA66%@xXG7<1dy2pWaxGaY$a65WDV<7ea2#6J-12wHG4a9|>O0<9;FN@sf*R*SYT^)IZ{4%=?KKV}4J*81wkh#o# ZmUJQBm4+MFiWY d33G-rjH(=zWK)QQkCypYr??oJb8n_8PSN+3V0R=X$ia?|R_XgVzIJ-?$$AopA&7jjL~fe)NSKQBU?p$a$~c2)?| }P0$DYn?MK0-voMo;U@5b*9h`{z}7b>#LnGLknQ1X3GzNp=9Yx`#XLvwImWMB6VAH?H@gk}{@^y~D`Qq9oF5WAZU y9(-><;99&$VSbLs8CtL^Sch&}((JMjLWcVJxhz7zO<=$*LlBgp#?SKbM__{Lqp|L@%ey86Lgz?;ln$amyjYVW%X {XJjPKdA3txeMj}=`QFOKe{_1`;gb(4g7!WZs1q(9^n1|+zUE6jo|Jy-(B}%omqZA=Ms2=TVe9=~0a5p^t*!p8P2I{q2te|K52Na_+uA1Kqq$a2So (mmdQ@@BKLFBL6t_(<>D|^*Gkc^#pl8>?=>8eeF-+`QM%ZpZ(gC;5YS8;(Z6f%LxACNyv{EJe6=BC3yK$px;BEM* nYo8uG#Kp9cMZ_%!hTlc%vhZ}|+`H}o0Q)AkJb=)z}^@91YR-seAqdB2k2T}+nGK>zihO~`)!eb0g~?)n_Y6+>=y!X9w-OAV$9g&B=jh)#KS#N{`~r5ja|yCP(Y`Mv96q@6=?lQmGk=*7zqc)4#Jr#SBIK W)UV_|nUPrD*|BunKe@Fd27(mi}m>x3UAWqcWb@})<8~wOy57H@I@_W-5T`g51Mbi=KI?kjLRqb{3~nm{A+7f4^ g$+eL0Us#LrU$++e?}u7`{W_!@woc{jbt=cN!?;h>=hGCnu0#J0 SciJr^uB8y*6rdt(9N;yU>7}s|D(Tb4Ity>I{L9pMXImxg47_KSvrRO=N#;NnZHLU-+cP<9@Fdu_R_c0vWS&9Z)o |i=(E=}-#rfe=RVQ#u!mmaehkua;WFvRdt=9HzCRO8ayx6V7ytc1QCVXKiRsRHm43%-pD)sUe@MV*fzO}ZtIxi zaHK+-7Uu=cH$ow?MrRWDh04Bw;57POK+pH1``0PWH+Y|rp4~#%zu|gn;PYYrhSU8!TGpQkvVGw!z0Yf!-_ma%_O H?BQ?)%`AeiPl2f-h1g{Gg%b;6*$zLeL}d!N%-b#I#x)0cB4J->~|tw#Nc2Z`t?e_yfE({d?(Hum3(l ;>C0{SI_r*0wyL&wh}=KL5G;{Fem(m4I)?4+)a^=G4=(4*LCF>m5bcAMsuk)&Bfuz2~)TEX&jM8%y` Rm(1%rsb9{Unr@obNg|fBC6zUWeqWT{7 0g=^RT{SUFT!EuVdYYepfSZ(|5d2*QNRIw#sI?WTByXO514FQ~CF0>ep%deh|U`p?gv>oXI+ee3oo4y8atMQem9) c<*1+v)uSB+kp5TJ^Qqx9$r76uEDvmkFDpm+O~!K&dS4jk8h>>lfoLNVfxi*+R^%)^_TDKvps5XewFvoo~GYw=2> )qm)3Q70_O(WDczhJ_+ssnfUn;a?l-|-Xjy#Dww8X|)9((tA4%ohYnp+y56=1ejxn!GX0j)J`h~_VEwe3sv?jLkNop~8uzp3w 9Yv5z_#~Pd&;=fJl{d;u3ihd+2Iu8`A~ElI7@4YT%!IN)7zlPNv_@bj>;> shZB+jFSYvt@WKl*GJKHFa3s4+5aTSa`-%gujyR;)Ee(uRcNh+p1rMUx1#I0^doW6xuFI=xU9Fb&kCOnf5zfh?03 Vu;b?l!d($hl?4uRFOmN3R@Ut|3DTNnlns4y>lYnm-%X{pT_EW2ktYd#w>y&*R#&x~lQ`0?5a5X{p`{6z7otPic_ 4!s?2P=MVuCQ(p&Xu#z0H0IcjnmR^3FT{`-!Lx2fiIY=^;}g0A1}6JkhtwUrq4g&vDWK<(U1L$w$QqFpxI6klSeVy_zx5kTQ?v)OF8b{E(L+RZp$~%#MxdhJE^W T};zDwx-Ir@zs1pi6?`?~|5Io6-L=-uY@+b#ir%l8xTcVnI9AuWULJuM0NKe7*2fzp$@=B(HE2Wh!1kDsB>b{+&j y89^Y6ZE^4p1)( )C^m_$D61xMz*Q&epspYT&QUe{3gW-I(>{-!iXOoZd>|)loL5WR>wRy55({KZSll0{*c4$99fqtaQif^$>#JqB8% =V@|*O9h}+bzhBcm+q?cw@B@ORMvGp?I@O{Ce06WuzI>117a6~pKk2i_=*RvR?8A3|4PrQaRE0O$f4rZwz6Sn`L- g4;T3)jy)3LwLJ^GyY7FW{s-YlC@nthlS^xf8)=To}>4qY!J$hL(c1iwo6w^LnDTl4V`2fnZ7?<@3f7cFCdO8W~3 KBU*wz~}Z-f^6&Gfzq%|xrJaeJ==`no|N}1+TR6q{XWkPJ^vQtr`E~(cXWcBee2@?0|i)%U9uvR~ 8)dOwd~qqdXxXopgnee`=VffySLtTHcWo?U}86uZ>GSD62vtEl@QbiYXgX9M_e9p|I_LkO~;Bijbwqu=kWIlZ2)x 1wik-{rl7A5fdlrhB#3=(=E)`#bu*YNg**-|>F PyZXGNqMt9)?|XxAMuPv2r1$Lq!?wQDD$-W_YvVbhyay0uf3tJ-`DJuHKY_EdKcL^2Db2H1zAGxqxsCs`+CG%pG@ 9;DqU+Ht7trr@2WJQ_q2FPec6b7Q+-3df@P<{-qHIFQ$E`rS eAmoXhtnx$ISmWIY^aBhHYj4q|Er@YW`4VZf^?XykZc_MNZOaL~X45tM9K1=ekJop8mmJkLdVIb&m(6?WO s>=QvRStyll6m9jcubxwH4);9OI@n4JGLH`T{qTYtNR`eh_7FOI=>c^@_gR;}yI8wA+y{hS}{+1vbfuPh0DcV?!?&t`IdG852qE`;8sU8=yO%I7F^&hOQ>aKT6zbWsyhVNb^A-M)O;?e %gcx0H7a#eBO@CG}=XT~d>2@IEp!`{vu+arrbx!_E37$?SVUhH9e*`$f0p&o7}fl&rm&X`|W$zZAIn4!6*iFXgE* xwJbkllJpL%1s_f1+;rPSG(3jBk2a^wvK!@O{H;C?tz>0dVESgB}a*<)0u3x9F&S)DU;9DyFtFk*N%31^L+X*?Iy YProHZv!^-*6$ktNP_e;2Ty+R?Ip{`P|x!!uIi!%j&)^9KQX=~`bwtQK}C)w$j+$tqcqJneoSZ{&n74f8r2COi8V !lj6(pT`M|ABv4+0V86?mRDBHbu|#GFh*Ux=6)$`PqUDsTTy9P8yV4hH{|u{JxKiOZFSarsSx6c64%7HZ$5nU(S* C`gp3ETpFwP?jW4bz-`a>6lemeo9S{9XvlNs^`%BNQaPru)>6JmX>#SBHou6Xf=my!xXA6PsH)y=qhZR>zrZc}Jw E5*aV+M0WYCgXFQDNg?5VCrl!AYwzk`NTzBTI^NXLk|`vc>E=1MOApX+Lcu_j 2Bx4!8rV^dh0#2j$r(N&R!=@eh;Tl&7{*<0(%pgx-#xM}nJdU@WFDbjcs^Sz9GHs9dUYReKvg#3cpmP`?lKA$uAPy#u%F @6_{{=7`S957$fnfKEvGdwe`3U(%<&t`;z(}z;q0x4W3&Chy;K=@gymkVvr=K{aIT*?sP5_2jkn7#e6Qaz;|bind9#2?%Oh9lCY_KLB@p&r1Cn-SvS)mG-jA-l-%v`y;7N`H%aM**4l~kik^^~$x ?07C9RMp;V4ln(NoHukR!4NWl`PQiexWMmK$+$gT9nAP1M+4qSd0*-o@Dp9!($595;|#AWa1EgIo1>`GNp_ZjxCE 3h>jI{D7L?zp+w%n{RW!wmk8AG+w#v#ALZhMHCs;>%%gl%;f^(1+9GnkEL`2EUB01op8rb4M;M=%*`16NAx0v_#v 58r;?Lk%HXHxb>xwH9Rewm~-nrFLW>6^&dMf2j(V0cXY_3k{s*hl$GL@Bn&g>jE? mur&6R8}MOmq1Yavx{W2Y>+o%p5#;B&_hx{R(e!#9tD0e<7JiR>bYn^dyxp|>kTD;^Dc2T2(auz2Q!g5RF$=ySbN#9VEW&CR!y97$-L49b+>0}tkg@_5p``txW6xdqvLyC7G5^_)o+2 ?Is_wwOrVgHg(t!R3mHOK2Siy=3aBjb6KNucgUpps^4af=Je6G_BW3<^`fpo&rN52<8M+FnfK>J!pt&tlMeX0^;| 0-Go>f77~I!ZfUpg7a&&#`6441W%4i`#09)go}X}hd%LJmCSh3#(|(6n&X$xN5F*oR+wKKAdVPk-nHLKUWN0M=i` 3!Ki6Q=4A^}Kon9!Fdh? nC&~yy7NL2R)-e(H`q?bcl9y9%$+VOQa;rva&ovJwv{;Cbq}JIaUnv7nd4Z400;6?hh?~$dO7c%WYP?(Ui$d7k!T &^7KwTS<6`X#JGy<_`_kFq&hO2UVz%?zVu)0ZYb&{I>Z%R14PEo1MWjCY~ILTIK$6mNts$@y%M`F7OC@flVFWOix EJbP=2?{;jZZ5jsS|yWFFNu07cfD&Nyb^93X%XcDP5GE~I>XPIMYGUYV&)cB2-S@>XiT%}^&T+L=JubSShIq%Q$4a MTN)j!?Km^Qtgq8e3L^>}A8H2_b2zB)x3&J4Du2U7Xj>4zZ@lLZs6`W6aB{m+K^YB?%+fDP5EHv K)3t`j*6kpIEptst9%oOrzMZO`NhEQyfUBPfX?>G?&%oo-nOlDs(4A{Aid^Mz#HS4MLlQvgo;%MgX8cm0tb@f&iDkFARN0&-5kCVFNi@(VT??Uop;Ih2 ig}|)QnT>rwYTSskT>%(B1t2fy0yJn+>P<4PNv*WZwe0j0$PjQS`V|A%`(B&#U-_IU4A=T7+aZ`!p6xu7q*Ysdlf rmyc}K*m^M&^WG$;X6Y_1u8$ww&UcvOlikvwV1{ 4)s$QDt13k0%{3n22;n4weNS7-}i9k!{T~om!Gck~xGe*AkwQSX?GSkI)1PjjB!kmx_RwSmrpPH8^5Gu-!__s>=m 5jG^YLoJcebt&OCga=_wd5-(MDG_=~ua;XTatoRGBp&=*bv6wG3aC2zU&y`8mofVQ^{8hc0N11iRn<0%bbum&(JA ekn79x&pxTPBqzwhxC7vgHNzOz|Ci<#KjqNXKV!v-QtlxvCuv^7j24%OL_V`Tx@a6^JyG{y7jDT&RRQkm%~L@;^DJLX;!?V*k6BJ7I Mw-G_zB4GmZMoAP+PpPEJb1FstW@`xS7>P?ouuo2@ Q9pDbjETR@tLkOtn-%7fl-vE=>Ums6O>By#v}V4It$+$k5VRAG4#1iQ4ZC;)1GGVYK+zcg*~#jMYYsbP=wt%2xQX3OpX QzGaGA%*>E$Bu@=X$lkNGe>>i1bSr^B_Q1&Ynbf=P7dnjy&8;vR%!{Al&ioEbd^6-=n%c{%5wQgTjD(W(9q8u~n_ 4y^))9|8QyndU3itE%dT1aW~N_dGqPAel+UlP!?ov~`${7#ZtQc-6k#kLv>hF1IjI44VdXz*ihX_lob_{nYJO)_w 0DG~h(YpI5^oU8xV;*g%S7j%u>$c9J7NrPo$$!;uG^{|1mrdq=zGc*7@VzHN*TtRpSsg9XK)(lrw0~FOJsFNgpL0y{7wvv@Zmm=Q_Ddc@ID9t66mAl4s$IS?zI2FUp<4$rdEkpcBucAaN1CzzISx^L(x%17TJ82pz81+U4Q!y1>dcynn9Ynv 1*MuR+|(fL8omnjh+wov?>*cu#=JwDHnB8(gcK0#tEd#hWm3E-$7}d1yvCs2u)*5>=gxTz;;aw<*OqT;Z{D62%0* o{LGXd=2$fAA>sSDO3YI1TUnA5WXGhD+yDTO^m<5rA;aJdm)<03#CK5T*X-M@8uGXkV&U~#(lk@k_w*8i69CFPMQ ^vXfl`gx$1PgODdA55n+oUV9}lr^C-Uqi!rd?9VWQX_r{9F*UEN6!WgF5$B#n7uuyWCA|gKwQ8I1JZFEh1&nMNB# #XM)B0z)S2g3D**ySa0Fv-BC6^7iw0K5Laynx6S4qumNJL}j=RH|y~dA^k#N=%r3$QV|HQz^b;xyu|o Y88SYf+nGeHpxf<12o0IinP b69)MkTawuGKtHLxV1P#_Ah5B;|!lLFX)n@W~e1v H%MfIUY?SYO0Z0wZuR)GwL4Qlq9QF_(wv#}MAhN(UY`^VBG%&FSLpv^n`AA=QursX?_Q*77EDXK3 Mfbth6bbeWS9I+g0fZHWwqD8n;b=hV_LxUjysEn=Ffb9Qldac9cjsP3|q3;AdYC=pYXGYrgzpzs%hL`3+X*s>uTy ;sT_W(dm(A25*ghLp^skj(mBNOD72(Zi7LtP3SNXIN@Pmousr=FzEMuCq)tJK7;la}?`OP(JqFk@SxpN6$f?rcsU jYP6`HqeSf~imFLcdby*6^dga{*+9$A5M|pfA>2Gqxh*okFx82XHQX9d&k@peGM}#{vnrHraXVqYVQcs)x4EjW+} 5XNvevkNVc3juT{JwLK!|9Z(M7SV<1#0>N?3%tyHEKgR;t5)_` h>uG_nly^OaCceRnv Q-|eZQ5QO}f-7fWoi5SRFA|ZOt=PNPNQZ2IsHc_`vgJ>a43 3f?;eC^7V!r8;_WoY)QGJ%1yBmJ+;A 2N_Y((L8Rvi>ul@Pg{D-_YKm->a;F0*pi*rfuSPA>g8OJ*(VX)RtH_RT8Dnh@Nl)P_@R&%Il Ar~*lv5F_k`TALCY^nZCawtQV|<{)m!_y5+|K8=`{ZgiATP)xQA|Z2O_{QE(<5F+ Xh6-&(oyL|sD6XVWGGjQxTP*naP9~G7$Y)ownxj5GHkTKNYQrv{49usy#G#3q$Z{b71<(PgcIQ0Vaz_}4mZ{N?1$ MAbJ`&ErWH1wA=)Gyw)QwUf$h;Db(p=oupWNOdT-<#=1$4MRhOrZHD{XD4(zE!Ofi$o1YN#Z6|tLJ^oe$)dtH{3> CUW>`|aIr`S}niI4wV9eamuYvVCE~O4!0l%LWx1@R^X>PCmg^S1%hw@k0us!&Ysd&rW8IaKWmBV>fJpwME`gbJ$= pM$UJrqbp%e&Nw+TL6$6cXW21{yvIYO1(TkZ(ui$zW=a7r`<>mA$Dya4xnC{fgKZ63DEsxa_$W9p?+tB-92W`&)V{9P-5O;qyGCDyq<)>8*g6 ID1(MEPwG>kfEGwD~D_j5wy|jW3WonuqF)9BPT56fLn|1CC$7ubtC0i21*P4-8ZsI>_Wi^fKKdCN|dL-9L9$0g(F MeCk=tB7nOJir2K-YZwp+aQt{jGt868JnSTV*zJe%Pe|Mgwf=T6Bli^hnwrj4_hCUbDpp@-l B;4XmgHidpRrmDzoKrdVOQ7#HcmV*Vm5QtPJK7iDJ)swi}C9vtjAnyqT^NfyUMq1ahs0tlqm@S#^J *VrOjb-_)<*1#^rF2Yk~qg-%eK9RUH+{4Ndwny}Xj!?`EOH>uq9EmPu3X+9M5dVwO36vL}hSfJ!Xj0$Ui@o7JB5p xpC{?-=s6ufjC9bEk4{`vX;@s&3OMUPH*V3`rH=6f4LH8M7msOqKt0YjN B!sMA~VLJVZJ(nmZt6@dbx7Y1khKXF3`U%cbS%2fj^%>$Miy`93o2I_5C@hVnp^cbGSRt^j)Ey)J;fv!zL0^?btU }B=-@EQN~%uu-G>Z&;ak%Z?GTv@hZH)64pO7;tE)y%bLjJ;R9cSLaJjmLE84r-(ZV`b*OAlS!r!Q^)Op&)5(c+fR mnB1wETzNjrlBHsX=$^Z|a1s4;bhj12ZDj_GLPDwBkgs{fr|-+T?i}^fG2RU04I2-A@I*1u<3Jm?&N<^VIDpSZ6N c_X4bilwZ5Y~ZPS#wiu%-l((oZ2n@Ge7VCk(eT3-RBt)^(YXH`CC8o2jd|Sgd)Vv(E4TrUPgOe8 Miqw^uFo?ZSi#NV=E%ruCnH?zlrv{40;@NoU^I1D9Z1e4hL?#bAJM<_^ax0EF?;{k3^TfsmV$w%(OKfvI G!tG<*&I<($2ckcX(D$Qw84pPF1YB5% k*wMy)+u=8K|Xis$>l!As0HC}_^`-$qg6G_=o^4V(bU|utT0YA(p?bLx|KUh-vK6A)YQFbFlgo7uNUbw-c=XK3t< LXu!p*J{UOl>%pOrZrCrTj@%*uhwo(| T47bXdM@-62FCu=W=p4Uqawd#*CRhiQD>Q#G1IKN;R>XlQr|f9OmoIt=d%qmq3=fP(kHak)mN>)5ExJzvcfjy5Gs ;k!ul5ipC(N0}kfceVb8udG2o4MfdK>z4RNu4ERFkzPOW@V r_Is_xx6^^lB8bwmagV|yzRXM}J?(hPE_a%*Pz%7*n!O}>r`fBo1fUvQQPn(Sb*#lhJV?91*%mc&``Bvt 7MAO(Xa@L!$r{v&ne@|GOUT8oF|9E0)8f;&|pyz;u4E^DIR=?fQyq`);N>TK;2=Mgtq*9&+CNlG&4E0o2&QyNc{V943p{*1$>U`DU|lBCP|o5c|2# QkOF^9!S&Nvq3?xn-m6Nz#_)QEU}ENwF%b|;Z?;kM77K&tM8JBh3jTI*H&Z~G21sLG7D721lu+u5j9Omi{b{`Lj7 rld+?;O&Lm;J!`+B8PBJdMI#bq;$)w1;cSFyl@m&(ONj0lX&T?PlNE0R-RHRsF9BD$yW$$)(x&&}x-oTH<6)+z?V !NKK6zyyPTeye^iNmVNeh!x$V_(kX$@H(Gxf%aAw6@ZP+%-4zwJ)Z|$emsysf7p>RAA8LjHvcJsq;AQQCf^p8gvS pRgPniMJMV)3A-m>Mj)sz7G@<2wjE(cPC1jsMu^S6E{@J&$4+ymv`%-XbRg!4DD3%M6tuz^#>M%!kI!U^cUq4Xn9T=n|N5sm=Nm>vyV5$ Lz!12>2RW)tr+~%1rp>VH>t0W{UwO=mT6|#U2`JS_z^_$4lQdBvlFCGi%?8=V(8}XJ29L0lpcwMV>=Hcun|#MHXZV>aP!pgSQ2MN?g{#t3d1~|Jjtb eKHD%nrS)iNqW*eC|qYNaH>nvl*uQ(p-SAvF-HabE{~dUs0=~f3#`t_Lq?zWBP}BuVh?S{x;i5(fBGE{+#J^#bmgGmlRYH`=7 #KYds=bha+_7D<=E(6{)_?0h&<7ADoaRixC*HiA&j(ujMXu8)w(I@|12;4yJha!=#`3Wz2b}d8ACIharmLCOO^41=xktuh^!m^v&fa;A#!q*M6X!T}%**WEoVYep@IL`JMS}H#KG(_aON1YvbEvi _lV`5^cBQa03W+F@zDN+BMZKAqiqN9RCUr^V49ig+oy~55AJ#BKP=hR3fR~w2k*pm-R=6ebHRfIs62#zxfH?98e8 yg6ZYvQ`*LeFsddO);g7SxAFO4Q%itf`_63&~73UKoy?=_i&eymc&&dogpKZuTU_rzZBK!r#V$zpj`4ye`bC)QrySNno9KT+7N^DMV9ii$!UM{gke4C4K)=lqJeZ+&f{I%W>8MXP5cE+~M1EXx FFd@hFvm3MV@rk9M}gDQZ;!FM0%;xRLNI|`9>HC;I+&Eph0n1(wTMM7(gYk6h0)Q_1F$0-F-gu)5nBwMuow3FZLI Jt+HrJviBDpfGu#@Mjx<73mibx}tWNS-r}+gqh*2xMIHY~fe04+<{a$=0zX5Iw0%*LS+g6IwJ@I{;0){D^N$bJYbr+f(_v%u`5N1@lP9oA^+;oO2~)=3ZZXpRZtV;<13 6(OLtR0gQAk8wnSY{GQ5yeFX+p{w%yLqSM-^n<^t#awt6bIkB%pid=eo*an_#s3zGKq#_rWD_<|Lm5v$cJUcnphW 3aXQ`ggr4zP@6Hd6W;C-M=iK1kniWMLud((vul-pd%>xg%nc36lLTg2|X9alL`$kwL+%PL;5po&h)_HVZ)9%=KN#)gCG6fa~L}~u7fK<_{6hByB3{>g72V+k5$fOG2_wCRfxnIG6m~HIb pf75Dn}~WJi*;_If#YL`G^zhf7jW8J5!YE6DI8DC60_)PSRDWXu5**a*tusr$vhYfX^5WO7V7oyqefk1zO%h{O Cu@Q1YS8PQ39<8VHs^5YTF?lN)E&OC=mNI4q93qT@`MVImDSz<%gmtMFXZUp+uV_X~W(;gOCaiG0l(Hnc}Dk@Opz *ZLY|IfMhuo-f+yB(71eK5kkknI2AIYjWZ+}VzMq&3NzeL-3c`Ky*I71j3}t5Ab5=g7@E`bLQ2X*(u~+aVuRtPn!4qD;;D #j`HXiMod?so<+8vk&LD-YQ_Sb5(U!1B;Y(I2)ZEbZ}!gu?{xf|f|z;1cf({oeh%|>OnMq0kDy8#~&#FMIUVKz|{ Smzy}ngMAQh#V>zpzhEvfhhlOt*!w=c**E3WsB`2*Zs$&_*o6*@I&@#AYNg^u*}A5-9*5*zK}e?cf+bhbOwsfY8~ r#WWAtEpK8;j5n(RlJ`laqv1t#7GHS5XYH1^__!y1)#|XOMNw0)*?B!67@USw^Sw0aLKjYxX#~fSXl}Zavlexy+t DZ1b7kBfrRl?<&I~X|zNa~p&eR_gUA6Jdu%~8bk`@=Y=>J1o<-NZ-d4(pK#7#aho;#<4nJ-@NOhUmn<>+7_NXR7W Swf6T7YGtph@WV!;uQcHy2|zMI=D@c+G%}9)+$pa&MzP~f8va~Fq|SxRjPr7_Wo|m62|2Bq`C+@dGX?oCQpsBL#b TcXC@JScLrK4QHqcfrMK)zJwuc8f;g%A~fMI+|Z2OBH!dMMi9?toyQRT#&m8}kHif247ik8J684H>k8+&_uQ}Hj2 C6mT$H))z;MOoX>krHnM+wn&C2~3*ZQX>#sy;pnkUkans4LA$6m4Tn7Ax3$;FS=Nd+ZB^#O<0G6>h&C *;J@4c;U&W)e`ch)$MeL+7XZT@~D)~dPEzGVflI$}yG)U(g!qF&V@5y+ N$lIu+(P|rg#j(wb}7R}oE0^9_`o*%=_i?N|1>_|I~WIuqfh#Y_WIdna6m5o?$O }jvy)>hA(p{JkZTPiU9npWH1{+tvE~b5i0D9%5L=p0wUjFYMi^H%r~22{V~_iNd7RO012LLN_-ysDFHr3(oyeZYS I)7;siB_@i|vRXu$eqz%0#!3!MK<*#8Hz&JEJpmtTQwE%)w{6L(J5#!e*-PZ}AtCotY#;%d#yk!tMdqv%+VZ*LmB d;@c6B<0?;^=_eY(U8wr-7@=YL;gJE|@``y%Y_K9OxN_?It_DVkNAgo$KO_oi}AwTOC0$E^7y{r$jhqm8dmZLdDa;1R3Y$cIodBH@$yS{4jwO|*A7>&;O^Jg{F8eEuLoWNQOojUwOSt7C%Z&Msj?b#W;!bSkt4M4+3;gdir=o@`&6&~C>`p9;C_9n8%RY;5gkfm ^uV<5CPx#QJF>e%o`BrHx@^1BLND;1zsDd4J2@fRQvA&DM1Sm4GiY4f+?f(!q1t0A~&=gK(eR2ztNUGP62_n~0uj 0G5J4Z_&AJ_2GX4$tFL=(IyD6`R7jzSEeO^WkgAYpv_6;xrvP~QyW0WP6UOkh?Mtgre9kzEs6etw^BW$W>=c)vem NOWJ>1bFDIdg?A7*UiN9$k<2Lta0LQ1AAuWGOPlAHo;i_CzhK_Ear}iGI}H-wCc#%cy=x?*VpUyq1;gAVC_e~gjJ viB|hrSAw*DEpccBw$6O9;qJ-$YHjbgvc(?ne+132=NEVZ;I>k%Ti`l6?QxT?9jxtsk+)z5JE5;k%R?dxzvN7tpm ShZ%8~l)3e+;wYk>h(~=0jt#LaRu`|7qD3h7XcH2jc^$f?nY+=zw2`72=e=q;BCqVkZ`D%!&iV)=OhBh^iH#qgwN 2_p1Ck=P)|+VtjPXGE*$)nktf1k-iZcEuPG{Xo&75!NJ1sqQbt?}xS9*ojy)y$bo#lC1y!`m)PX^5L_;xp>I1mscXW@kgkHlz*yr?{^s O*6}b1IxJGW@|HUWI^RvHrIJ4(H9mk*bLN|8 !zt!Az)T;|)_VRgD(46r`ouwZY7+bO}sxgUBIMph8r$EqD37G#?_c#g%e(Fik#oMFR|N2MDoh_%Sq 7zp|pJ@?gl)R#@RuKYQ!OmFbkqvXN)RauJy(wC^&91T>p301_2reUQTZMhdED|EE@m6kF*oH*RDuQJA#Sb+ylHi9 J3Pv20lKVxfcXu8f>>QuelEq+UM2vecz7QtJ6ly22&x8?EHS4Q{4XO()#*6P?fE;3E*x&dOuT{c;z!=BMVJ=;%fx 4lz;Pw|EXd3G658z}>Ph%>t)JO?hloUf(Hp5dx+aY&I&|c!%)n-yeL}G-5#hh`wj&Vr~jC^0LPt2=_B>VH=@vyoe yyow_&a}UDZhJuCgkmhj5$-DLf#;N|C2$7%qOPa79REHNjuhh)_sxCrm-^v*Dv`N?ZWLB}Lss0&@ftfUfAl_bXOA 9Ic_GdkT>|)Q?L5c6Ai^)h=k~`3otcsQaJ^eFqG&M)Ke7a)VSL)z0iax9b{sqTiYcykOeIze4#XP-vKhGvdT1Y7? KjI6rAhO&K5b@$S15(zc|2ccfTQnXUe2aJd-=ep&7|;nNVqEJ-)C-IOuh|mphjjJc7uigra!RvCgLlHUN>;o5WXy }sXU2SA4Y=}S%?I+AUs^XTevYEpG~Q#`rsO8cUU7rIY@A$-#Ixhooxn@xWsK_YnKkl5U2 LR^IWnWGZ4c4azB5|lvNLU3HEn8kx`zb~kRJF)m_NNs8WNx5?n{3B{Yzqlx_#UCVaw~n5C+}a*IOTG>%uFC|7!St quTXc3xxF55h!&ny9furn(a}nO<;XP2x9cq|a=gg#523cS*HFZq<(D_Wp^Z~Yl%*im)G|ENk2Af$rI%2zfO39X~F jbj6Bn>MH3XNHweFK8Xi!@RMJq<>Yr3TrP>j*S;tMmn6%J(0Y|8T3yS>8_4JE~a}@bCXV;km;Iv3q`~noV-BwUTJ7;TRVpt^w1&?>_CE}EG@Fe=hRm *Y=`Y)jR|#TeTFNsIl*m~a$_0)zk1te7QP$m*7|&suFkCO@BylbUds9vK1EdFBF-N!GH(WO&M?6cKI65Xhl$@-b+ SoCiSWg{bj;xR?>Od|0`+hgi(9ioSHi(^l7%M*3RFW->Z8#e<+%$98M+sZF8ZA!?E3Rr#}$(h9~+h|Ro)rLb8~(| KXL{~^Z(eHe3nYtK~~IUwc^Y!Lb8`Wl=YHu%jq+*aU-lkQXkD44lY#sF7-Rq6PkO4pyG&$hiMq NDeCEMeRRF)ubFgE*hDb;f~%1)Esbs$l75s9wZ&*oUF?tshfgJ#$Fh@0dLHA9;1++yf{?(M358@{{`8JD&^xcpm m-j7RS6QB8Nw==lJ3^O3?3S79S5Y6h1|up*jD>2$)({d`sQP`q9T5Xb~fqg*0Y@;KPf4&I5#eqfp nVz*hk$zUK@aQW6>Se7OemqE$24fE59YF|mZk?%vckK&WZ)J<)aZKvnxYW}xMBxBmToF29A~2!eP}u+upeh&?HJD a?1-I>~8Wrnv7O9?0RZ8a8n$OlG!_uq8sjm3sn-voEzt|N0M$UiKlGr&4*@+K>_(st@qlU;=<&0Z>E~$a0q7bLjR NDekw2Iv^W`^I;|XikyU_#nqfz^sLXhR%oKSdBVcFAAO8K!;nqQFul>b4!^R(H8HntGq*Vjh0lE5=DZ-b44T&wAwxVSEe3;--o#>^AkXmtk)=A_T4FeJ`QXgYHtkpngy=;M +&@jm6lRlS!Al=zl(8zXANF5soY8v>M3xQ9SEM*0r8SUn6NRND)r07SW23VftN`W 1~LjmtO0&g?m&?`tSAHai51y!>&WYeJTr(M%m>@qXC9xXEqOtA7zj}5nGw{ir)B6SphNrf>7gT1Btt~sbxt`4j&% +^kp6L4@A2d5LZTB&NJ9QEe9SKtg!kjeHw?2bhwrv~bjP8=?YFpZ7`E5&q4S3g-E(Ng8)GiFvs8ID*Q#W07}SsN= h6ddn7N>(#V@jn`9O_?8+|0Qa_LDqv9Df+TRQ#c(B9f1Bp907y?+@(a$?)4rsZ1EfcwW*7$71I~Ic~gy;gLx}0vBbXVCy1)bmYY(wFdpE-R; P#bq`jbPq$l5u>Wgf!frfE2aye#$0~&DC*@qHB=7EuUr(M2h8y_q?c6b$AHRldb;){hTQjf!`v*!( SzAt7kK}HS$%YywuocO53nd^_=nGWlBN>55I%;O`f5NcenZZE1B>zjhg3NsW;X3?GY5Zg4VaFx@X%9Z l$N`(o(IAmA_+7yZ0zNaIa%f$2NQuR$l-RStDfRl;2!J_30M(*Xfv=HzBa+i1S#<18fYfhcd0Tf0!OE>~Jq=k T{A`nhm0-Wf4|p&)N`XChNIOi4GWZJ^1OAVEnumNhg7otbpQ*m7skFf-reM(2!w&`J7UHbvN+Y?`Z$!BQNNqKQc(HQCV4@wRC(Tub|I%z@_H_Y_Co+f va#2|D>rTrgdGpT&Bb9AzKO7n!M6T?zNljE@U(!k&2X>$3q7LCN7Gr5r>k&({4_pF%{8}^LSanoqMY2YtgrNz&2& $dh{c|gNdq054oZs2bq(XiOv+^u2g2zS^XO~dv;HxFn~>j-x-%<0y`9<|4?j@|dz>-&3+*xhUU{?POuyX}@9wtIT dcHeLB=-6W~Z}`x*p?i9JwACe}sLW|U=_E(Bjb3#@8!5pOK#VQXF1I4%%T~DYNl#8-wh|^RvnQ;d$#r?z5?g{w{I LQ%FR2F^-(67diSme!Q|uv=Co{$*}UowdQR_KGrlw<)?waGpxIsE=k}3d8&m G!SAj@%;;@?~V$|H!w+=pn!^isgrqgeeQK2UJJd`v13_EDBML*9X=wWAmu40N{2n)!o5riS>b~~wPTmArP+1tw7!BcqHd1ETn&X@Dd ^cWCy+yd~zHpYWmAb4G4?7(p 2_l&x)M*JN|QgQMB{ltNaOZ7npvj=mauDOxuGPe!7Q}sl{v^sJs1f;UBHYr0}NuW k`p#VILkA|G@bLhgq|vyb5l4Lj^^;rVW2VnzGpw;pvUxjCjfu9NwDPMI)i0F<=B)x-_NqB}WFx6h-)bX; `zL(mtdbSGI`Jnw>9ZMcM!^GsD4ZD#K>lTk dIO#CJPsm92NXNp9V4_{9Z2Eu5UO%rTu< bQx0)da2dapdxFuEZd=BL4!1nEp!Dx8>>Qu7`r<;@D*YkRQ4EN4P?`hX1Z0@9&IqsuNDqZf9>PG9!+a48(Zq?iD% _lPcAamGYU8Jhb!FL=4L)efE7-b+N4^MNEcpEZX-s=^%1Js4b{bto`&t?U0BZ&uh^40&v*M#Zvv32)r2|{1S~-Zv stn5DZ-cf3cNHjJ@X7}jV1P^psvgYovSz?qJYRu8g0j7YdLp9R(x0e_{uNn-JqYz@YO{$V2a3hl&VOvfja?BNXv- JlYUZOJq;h-^e8_wjZX>|C94$*HrLS1v8}QJWJ!*XMRW+xAf=~$l?0{45-$>+Zta59*c9=kNk}tp#_&38xn|j3c( g65;S)7{-lWK7i6C1qv(~DTJtJwM{Qp(=ZOv_5Nt*SHUs3B=N#ryES?cbM8A>Y$X;Bg_OIDkdHLI8iML{S4)dUJ` 6d<;#P{cm$KiG(UofpTv%)4LOPv$?_U$Q5^%seO0sRBgVp36pbTVP#JolBm)eEDU4w!%AORoM;Vtb`8al*Jz1#p) NynI#QL0sq5_E?%fo+~nU72r|+m=(SwDOWw@3hT9vVQB(h6PT@tE=5`wEqw}vzT7nf8uhA!>8AkgpEr>mt`LqU{w wAkj={neTG%uw`%*XAN#bJp@*7Ww$t@QP9#mc=X|86viF{$D)sOCH_3V8Q2L^K4J`A%eDYhgXzt%2it{s?LT2`-^ } bX#usCr2UAWhh<6KJH=^j^UNNaz>vJD4DV>>CgV()f*{~TY(z4>G&GQuqX|Uy6lM?ggbw!>dUNTN)1L$VxG|h5i_ 56p|9}GP8+mcqxvf+`rSS&ZP*`#;(BIWAz_|YR#uIfUjUnGCXTk2ZM{W#PhvQj6B||Y8ir@gvz* peC>?}(*f`5P3S&Zq|v9Tea-Wws4t-a4Dy~8HJ!?oOnF$+Sg~%7jAv`&?k7tkaX~Z_@(hquzM4P*{xu30aKsxd8| YeDcatHEtQt<%g4+&`{675ON-_HO!QTk<1DcQLQgrlqmWGca$|9mck*PKh0nx4hW6F(IWD7PXMjsEO~mmGKUh(fS&rcTE3;i!fyG!6)FX(;YF4 e?F0F6Mxd?Mh0O9n=u~H>Y2B}Y&EU!-61|&#f9{ltsy+jBu!l4!f>tqd$D=B^e5nb*hsQA_gV|#_k%9^LLk+E-oT Vzq3dE#1N)!a_=yzH{vFy{Kh8zxx^izTxE#Ycq4amC(VxQXoqMei0id(?*eN4kwWQ)=2!`yPB1->gcsjq&Zi@kf7 UgLFgcNt!u?=*`siJagb+*Q3;^e@4$`5Q>bb+W5iUGB!J=QDO|k{X7Fz4mI8SkT(Qbn{s|IZbXquwN#AF)#A?ncp qkRfGUG^Q=7UykmY|Fn@ihs**sm?&08~YT59I?IE0%8}t# ffZ?AeRe`Df3CO#qsj0gG3$Z5Ghl)UJ$m@N3{YRWoWwnA;$*>KH%;uA;f|YqUoDAQ^;y8lyg9g4^ F=&~_?t2f#mH!Pcbk^MZY_;xo0w5Z2>1HwlkmT_sUkV2gpf-MI_1KyXH#n{l1)}yFp+s&|Qfb}l;6}2p3j3KO6}& $9_nsWXC+H#i5{Yy0_ei>T{*av_raewNy6Hfh1ixZoaQ=M)EYC^#}C2~538t3lM}x7zI @{*j{G9n#8}kT?@GnQIXF8>6U6L`4fE#7)IOBgYMCfLSJI%KZ3-Wz<_pn=RG&k7vkYSa14xjmwkPBy`*zi@!a*)f Gr8tpD>RDrir}IXi(F)TAlN)^%O$)ZPtk9sDv&nR2cV1Y=(2%cw!t~;h<+>i06v$Y046Rr}WYg%-vfB|3A*2C7v! _m4gMo@{@TLmWgmVEQn|sExgShlVVFytf91G85n4Wb1mY7(Gpe6A|323@sb9N-tgL-hby`45QQE+KFIg^HVSM;bv hJuSe*u33u68}4?aU|rO$vR$;^!hJZ4~jws&ljm!Vv$hq?TL#ca@)f*quL8*(#PD3MJgDQ+1=`9eyfgBaO_5J>X- ;Sqhd)&6YLFcPqB jY9s?iF(y2g`s%AkNzY4lDi@fNGlXC2SuLf}sw3aCMv_^|+y8&2FQ2+{1EVs^2zdy%I5yNBWgS oR{!~&@(jSoakhzQY#RqUh=Kn7}<6l4-mpKSzvNJrd#9$FtwBD6VJi9H!gACY0TBl)VNzq;j`Q5#eBy@t1gf|TD- 7`|aY9y?2+2lN=WNlw#dMRfsI+P%-6sWNj5+>QKMIS96XLsbopi@|O*?ay`(Y gjaTZc6J|^OLw=&@=1STy~gcmx+q1D6FrOC1UnYpiIAxx52gT#n}h>I&(Gk$S79oLhD-PrlwS*N>=KeFdZ!?J7eY ||y*H@ooNmvrlt(i`00Co4o-GbE{l@Pw1p`|g^O13wMF0v7ficj|XO9sMq!@es$|27TZf#wEASNw-zKA$Xj-gbRI BYu}J%y^E-`YiBj2spp!HqIKMA_s!1QTk5y~xtThxgI`hhzA0-`phF^8KZ0df3o{WY9GL>Q*dhCr%m$f-0J>yoOMna_-IDeN;`K#}?A8_}La?^FR YY&`Qpv0#yD9>~@`77u22Nk$?54E#ckKNeeIMQ49=I@g;{^EK8@3c>0LB+Pt@!53cH3zF+yb+-GuErMm{ci+)Et8 0Tzu|e1o|bqAAJ%ewENl6gmg5tto1q7W;0uk~9G~EycCFd-yzD}`&#`nu+YjR;+_X4b{i>TGW2%wsGG4q+0=_+4( RwA&HqSNpMD9s6l$bQ!`Y)MxpUhIc6NiJafcjw;a>>qXI>(Yr|J}>)$a0}09Au+kUYeQJbVueY9rUZoOyD~@ZE=^ M!6Q_%#fFgGXb`8D*xWAuru`_04@@hZ_#M$K+@MaK&G_G%FyZJ&#mDGV_awfNglQ1am@Tk%L2-w=?~TU6r`*Zfmb v#PZgE2RU$UDAHR}-B0p*F_Bvm83c_I!r_xl;`TD)Qq>!AI8y~=Nn3ifP5ec5uAAaTfJ?5=w*+bYh|3>nk7)i+0_ IwQv=Iq20m8CJttMY&UC08gu$71-?NlWI0Dvx6Cht8TiLOeO`XW!X*fCGZO5?0Fc3?n})EyPw^Byj)!UbN}|!89N jSIl|~&#$seQpOYZeN6nU^=0R R8#>UX9&PdL+SkPFN{-BctI{xlc39(aSfRbG8Swo2S+JIm|GIRpL92xZ7#5u6djf0tm|e`IrK9`OQ~XKQ8gTUlrL 7h1eB?!e5Z9f?rnjkqt%=*4v7b(DvGJ7bsseTV_{3G!3A&u06Zi&U3O^hN+t^_0;WVf0zB8vqmtB(Gr~$FA*=M5ykPou^ !w2`rZXe9wE}Zf4-#=THqt7159sBoh)2RpW65OvI91%f6$!NL>xjx|(cqkEoB_xq|rwit!DZT%ZHJ?F#2#>4!L4n x*;_fpL1L#g8N56c$#$rL aOud7`cr(o9go74R45F=rib6Yx)rq(cP=tA=2069*@8eXcKa?o43fu03(ACsbuv>8v>$}9EVr83hfcY<$?pB;?u> LTDis;5GO;cNu2R;QXyEY_MZUe;HB?=4u2OZ6rwGOY9M+-%W#A5_X}!R)Z1EZ#5yjc@YQ7a)7Mqg0NTa Tg}WP|uEpGxDZal3#g;S7t~%QP=xtGX#tY X?ONMbH5GI)j)6%IjHHU4na)$_dBO1dlfd9{i!)H!Xf;=e;0?xCYxha~+aYKCq;&&mG9sAP6UsbFdii9`nlJiRza &h4VUP$E}6DX6|U1*u#%S#F3$UwNJ6V7|ykY5Q~m3OM|g=e^NQK~S+8R&~?T!N{?qszmNt%$U(5DXm^2wCVZ*N{1 72afI@!~!??>}W_8cO5=;D4H3gS+TIO9g>5Pv81~Y(-JG;PDVJXVW+KRPI%35kh9)L_i#f^*HILqg07+K&3ya2g$ dCWL%ap1p2bWgb>RN*f0GYa+*)HQHz2iNs?3cFaz1_U=#u_^tsf){ZtJxqpi1&1~%ftlu*g%(LhAcf~i39RmM%) fJ+QIKbeD+nOR)$uOs1s*zry&}WYDkJ@_KWQ`&}t(|S?LFPFp8bRh-Y?Bo=DmJH<>@aGU>CTCIwF%O}PFWIs{+pF6{>{(LoGy^R#uzMv7yY273=w>YQ}!5fUnkCRdncpo8QUD+9;LuhC8g! rD#xuV-+i`(s9fE7vHofc7uuK?`{xq5ntb~RvAESovt#q_?AVI3#i_yPMX?M<+>zI?)Yt~*mNqb8ZT(C|Lcxt@7a }X*tOnV^a7z9PmLF+i0~!v*K!@gzR0fNy#u0%#&uKZ%$VW+{i1xq{Ya9M3nCx7N3yzi(w<%p}Z @pdvg+RjT%^jAGZ|;&rIwE5-LCx(cx`hX2xnXp9(HQgmSeV%^CF#R_pq)2xR2lHEyD^miqF8Ro1J0hi;UfjN9l~a PXvOYNDm_N}4)u;Cf^ZNH4!3bRV}x7;-)s=@b9>`*$UVR}HYP(vppMadIe8iBcI5EPcP7iLpXyy)T!!R8Qf&mCTj mp|B<(n9KfKL|TSaBIlI+Xrj9t5hS{6IY#cFo|FDU*KQZb$_+-JB6QjUoUhVymY>o`A%U}%kdp?eCaOtIHQ?FOBT {9w1$68yjBKhiX_HG7t=&zUcb{Y9OSY`Hnfm4^IfZydhS2pIPLos^uM;LZojz)w=)?-EQ@3~Z&U%%bh^Dw5X(Z?r ftVHBuI<4*_o`9WRGzUORR1fq4N(YONt1LPFsx2!pV0Y4;4wzERBW6ps*rA~;mV<~GE9e1xscp||VG^!N&D7I(Z7i(j9LvXldJ2-!>{$%%7nn`3jyZ>&HeN&xY+XiLS*TcuT|ZxA3e{2n&@7GOWNMV;h&oDSF$oC0(uqBSz$ATC>M*TuA6Ddj4o}e(q+9ewy |MU8g+wQVz+dVQ`aa1CK-yyRg|Ga_z@Zud4vK0p_8?#;EllVblGDmL5%Cunt>z88C)XJ|fe&U*|$y7_3BoRC#oL-%u*3neQ7w$ NZ(xjxuqPEXzco;~~OEBVL$KuCS)=B!sN&=US{zGFBR%3VG9lDV^@gI(QDBGH_-%aRZGTgUrG$&*`e<}askgJq_V w!bc1Ln$#FAy3b=TNBP<3fkM4sKre`r$s5vL%giGq_IbS3r=M}`EYhAAs2Oa#1LlMiR<-W`wuIc1y1gfd?5FBGe$`c^aj=_3Qv~8<-pu gpe68RdwV8yz+6th_HFGPI-HAlRd#73GQblhVccpWny*^hq|?b(x!>M%P|P1`D!9aCSXN40@RWpH?TmYDX#Iob1i S!DzrrpzaE$Zh-oQmkz_Wu_AH9aRV+nRvOYs{=;vpU?y7eqR4i{(MPf;q87y^qan#7>3}u-mo-k{eS{6%Yxj?aj@t}9IV7w0+TT(g;?(Prb+Uu50TC7SnSS=xA;M=Fsy=cXRCa|WkL2$OSdt xdw6M|mL)GeFHiA22G`MD-HC9I`!5P4eyW0mr1l5MZ0NDr1QxH*UEpvimyTH?gFXG1r{>$6k>Ly%F@F=3-6;(*l)`_~*;{qyz$X%d|;n7|8`cxwqZdu{A4t#qRJ_BV*1FK!#-7X) Lsx);5kk8v2OU;FmSQ%!pswgh|P~BCRGMgx*LHSBH^ay1`}{m2saMKH@;L0O2G7{s43xkjUy_xxUKG(@_=5{8&_cSpxYpobsX&bu7KJTHd4lD1s^la2zye$_c1yo{24AU9jAhsu2mO;21AoYz4ILWT$oHJEHuE>s=NTZiK5t?lRQ1Ou 6%JGX0(r8~Dg1@scCil{G{B6Hpw3Bv?Y|*WVx_A_*mUa~3J&5L%#^0>Pm44=Ojyx9n5a5>W*0YWw9#y+9V1vjJPD 8&c~*J+p5`^$L!b6y^s99+YKiBRbQkDn&6<0?xFbfSZetxuE!FO+-Os-H_TlrRZ?l tf`A$P;Tn|*U@qCaKQS)F)+unaF$`yLws2_tY#^fR(6;3BKePkiWf_z|%d9o7iJL3%idIIk%yjzMH_8sHs_JqhfK z!XjPpUCr%ML5MzwCJ&%_E;Yqa!v*5UkSUtruFe;u9Xfzv=PDF_&qKAnOKq$jpd<#0Zdl`_0J-ThM1oRuvu7Ol<6 ^Y=t440Zggt1JtxRe8EPEJXPy)n^E#lV&``Wi&Rhys)&ne$WjA8@aE!xP~3$lS}oJiov9$PIJt4 q@M$tz%)$uHNqe$Ox**(ifbH@0I#DT3fCr}EfN#LW~#2By^HDYTRYJ;x#97~_I_h_}Y=Q55{B>jewF;lrl0I{!*sDuRB>2~Di-hUf|FIx#9*$Jno9oNp5W-(n0S$OtbbZ&gi8D}yBeK=iGwQae|LnXIg_UP )Tdh8J{heQ*KNuHU|IzAwKzE%L4oZHuHNVj;kc9LesEK{Bhuu+3~6uj*LchKLK6Pd+4ebKE_`y@1m{A228W(U9ybJ4=KY5NU}ClG$rJa#{yB=Kb_DM~#Lnn*D ZzT2{%KkkPBSD?3tka%|bqVH{ZlU;tSKY=a3%~7y$E1}?@KMr(H$&>E+kEX_`)w;iko-C@Y=?Z_p{J9bXIA5hay@|AR ~AF`aN^ud{ZY-(RgBup)5(w)+`K@MQ&xk|2Q=*ZgS(G&H-X39EZPEod896^3~|KV(Xq@O_x~NA>E$2}^J6ybz?A2 YMxa&W`ek8Pd(Z6Hqkrf|RmkkpAK6I%L$vB@=DBg$!56Dj=MJ1B2rku5~PcLDqt^r7d?4<-$&Gj!n+3rV=>-a?Vy *EzTCGJAw6Q5=o%)SEUR`|Il^m>XNAxa|skmZlf%{T7o?0I@AteHJ}ObbQUL{mL05ef8fD++2}!-lwl-i{>mzHJ^T8Y%2FHW&hkwQK`YD>Gtc$EvF2Qz7p6%1hupWTdK70bcovd<+e_A{Ss*A(6G0E8wN}b!B&nSJ?qL&a*lM7phfCy&&D%ltr0`qQ0c+=LhRUi@Wr6o36=M}tXr3s*e(3&pyUCmh_v~4| BUCWE?vK+`{O7B$))A@I*_x4|#V+fHAh|KIV_OT8dsMa|lQ7vrx9u)dF8ct}{7El` dq&ycPCsG_v0lt5v5?tbEX|vUoy-H_qZ)$>!(&KsvLA1@>$Mutyam-`Z+V(ZFfHIVNg#ZAM2 Y3W=XCQw3_j{&I0J1@dQ~x*mbWs67fHVc2p0^WV;~|NlPk&uv@ryZ_SZYHKG3fBsi0s8x=*jLxC0 8&_ytph2cbl&rit5*{ik!3#xNSzwLWs4%p1GWLRZ4K$ukH4LL$NF0_YGOK}LpH1Iqb&XF4NKj^;Pe=DTL7G`kPFV Iv>Kcvxi?vM!S3GBUUVQOBC%DQsc2tSux7%`TLIqEtMIH&oLdj{I4Z|$1ewgws-`iNDp)2(absHo)>HXDZZMl;rc Z>(~6+Vb_cs0-vNg!LXM$$2fQ|-7;IYp$>ndI!IFqr`5!Fk(#Y3`M|Rx-y5;`I|9y$dzCc}fUvwE_&#`=s3nE4wG l5=$z92Vy}U*B~(lj;Fvhc)4uINUb?@B9?-~o2QPz&AQ$|C`fzEs>jCtzJW2V$k EtQceB$yS*Jk3}LJ1C{Y!jn(8?PtEe1N|+W_4`?PW=xQ6jbT4{LM}mZZMA6_HhUr@NnADXmnZ^GfgLT^Z_g4VSAs TTffGKfjJ&hpXTVnPGYLO?e^Cy}*8lL?1OJoD#|q-}!C~oV9v)WJ!pR@OCfM)H1y3%R7i~%TE& {&m8QN(=Ch26wt>#jmZk8V41G>;ZRR}*|Nkl9N^Cr~GR0&&%wvn1urlWh*J)62d`drx521p7N~HW8^G!wC|10-0y 7Jst^!XU-NA_7nAb(uPR{uwhq#TI6IXi;et`gMVag#r<$U3-Fj2X3|)jYfyP9Ik+!x#CuK)qyfUoCAnH894^=6Vy Z$u?pvvfS4YOFg5oqmU$N>O5Yj2+qm&|9AdA@Xga|0TOgq2YL{{Rjpt+#@UD3f=H6-X=K@LMbA;lte*a BT_hnDLHF_(eVX*{t+d`Oaf{pf+jE>d;&SLSw6ZtiX?Aak6(DoVt=Kk_;<4EauPPr6|R*74qo`M)Lwd*s{Vri5Z@ 0TTrZjx=si}}R`L1OYt*)HUm2h8E?Wtz4`v!>$MOQe3;QB5Rg&=Ak48kT!jQvyGCM`uM0E$1Z2u1nI`Z*!FQ j$X?lN&WjR#I@+Q*{n}hBdk}_TJIt!r{P9@|Q;lADfM;H|q-UC@l%vHB5a^5!qjvkk&!gVuxxfpw6^>zxT?cR}r$srJC`jj#6H5uoiV&+-mV=^9c>aTUsOlS(zl+ePV3E8OoXBWt(5`2`eDL3eh4kHKF2dmm{!c^Ga(B3xT?vZE6lLjG}$;(L~~Pzcb& +_U}ou{*E@=s_~4;`%J6S?Up6Qy(xOB|jh$9Ny(7G~rQKFR~eHG3dV8Q|>1wyJ e4`N@YVEp~buqkBbX;4YDB8GcA7%OWrb@Erk0At|PB)v*82+7*7cb*4_++UM$eM4L>p!C}`YOz!OViPwO~$W{s;` CsoY${K{|fkLoVcRZl*GpG0ve!DQWY?>}5V)Q{`G(E;6`%Yh(Vjo?HG$SCftTi@`L`xarE!Fg)IV5w8$4!NSpAT7Tz=F$A4>!I=@NoFZ kqJ$J`PyF$5D+`NbUZ{!qK#vgo+}UN~vM!%VsLauW$|>iqkxN!Cue6YJf`fI%cd`?&VS^&b|$G8&3}VaZcO-$ZIV tr<^6D@HJ`kEn&GqXzMPU-4Fu;X;dPBaB~5U15!FM(de}k)I*VSD2f^9t4ZhL=!k2ivaPy%Y KL+%7xjV7{U{7ZQsdp@(s88s+#_OOTgU4qaI+;YUxU9QK%BIOvs2lt$ajqoyFV-*&`=&v^vEyKcsm0su-4f88!i` i7w#4lM23o#{UVwkYWnj(BxeXz(@j=M@O*LzMoMkoW_zWc=&{(y_KV3Wa7x&ISt#iht^@Dx5u6;fz|Q=(<*TD>5@ 5<-PgG<_8-7e0Ik#$OK0}|>p33qDZ+F#B-5S7g4NhXA^DGyA|O`vTEGWtO9fg gBmtOsI%oRgW~|XH_a~h%GU|1&Z_OYIWZ1-@biuaWNRV@vLXWkTGyixvlA7rAJISnb)1S)FU<2b@zJa%upZCyl#v `NfW(oo`UI&q9@z-?+1Srgg7%)xD~^5g!*8{rw*Py%>UaT`mV?N6apuw=pZ{?6RqYlcLHLxCw!L^w+iHTp+8zBt` bIiePS#6z8QVf3~5KJzgl!<`rHnuO}F)$q}Az6vsChJau7e?ETB+A#2spZ42*rmpw}+=U=tM6FHP*&EgzMT?Ov3M OK!wxFY@H-|8N9!6o^CIIVb-FU+kp8iP?~nJiR1H&qJN>sA9)iU7fMY_aAl#Nv5rZ-;q0E2TrK2T)W+mr4E1GNOL `XjZETN4L;QsFe||#T7Nu08H`LCSnu~a&Y_56JPD8pg|G@F5*&!)by9hw2B@#R>~~DDE=G}uC)iM4_8BsNk7^(d! MlZ}2Yu9OF6jrM>HsoeJa>vX2C$3U)=Z>0M<{fqVFC%pvFn#_7qo{jRBj&>m}bO-9gTF_&H-;2xn<%W@*yRgB*WhFoK=aAWBWqFb0#!@Gh}dJ?+NxfUy5aJLN N{8;pRX)Od=3@VNtqZQUF>L>Pg-ToSBG@3y=?>%ka90Q$-$h3)kKFog<7zR1EjLkcQ=Y?dNybDyb1SI-aB&7QEmk eC?2!BRuv`_@j6^@gk=fJ4BxCSJjAM9mbo}VH`_GsC)9HFXtmz51-i@Eo+36uU7baS}_j;hp7C^(z3w-$mc20Kc> ?+CwCGql*LOH&f&(vLuEl)Jf#)n!vOy8=^lPb$x$S$D~@%4%gaDoA7TH7QDmFRic+&wY|76GSfZ+a`gCV6+ny0NX ze0PHJNS=0`_XqyK?X8geL;4j*W%=~|;e-6tjWbQa{Qm9S{W)2#&(Ax9J8Z-~c0D+nfhdSFQGhA~3{G4cbdidnkf ))A$+=oOXL{Dmx0V3xnQynFV0})gM=kUa%DP1Kd7RXCPPz!pDRH+DFS&5#bT{v`@az_{4kY0|geCvNTKvy{J9=^S b-pZ-*}7PM|MR~J#zca0jJji90OqI=^SgjTQ*FeC(@O*;FYhk9yCVk5gMgOq(DX+r^uc`@VS5(Q 0%QH7{xwAUsmMfS$i*d@w=5*P<_Ut(V-udLS-SfDL-vo>!T9QU&oCSe%&0aZ|oDy`zO@_uMn23`rLHrdLLd6R2+cTCaxwJGQU QbQT)el2PBjc$Pm}LzjBAEX$2Ds)`C$Z5I9cuwd;+7_UU~Usvc46z(I&#p;<~ Hc=N{QcGYc$Q7W0nw*zH2rE+^GS-PrCyfC{-dXvg|{SreMQ*}Cvz@Mr|sY~nm)ffFd76{pau+ f?0|Czck71#}DoWTBGND-4V9WQrueV1{`yB0ZQ|x{Dql%aKn89OQsc2R%fM;53mSx7pOi% I87cwKd?P+(m`Pf?b>e|!|1CM?Qj80VX*J?_lGH8ZfU*S*x?M)@1CFCY#>v}>v&1cA^c&a>Ah-XFX&95qN^TPe5S)|;4o2B*R 2`%x=qTBn^M}G3+v)+>zQiW&gwuGj39%bT5qJ*WNJt2+11jvZZAVxlM+0FG>%C)1M4*K*~THc`Nw%JMX(METa&Nj?|&MI1rR~N;y?0@S`>O4_jWk5JvguP(V<69`0a`0b8-CQPSaK%2XW{E&mb`+z73>l8A^m6mXfNz%x~RjZutd1x9JgfMh#4AbKQ|9=Ju=gko6X@8^@a(S4*~adh?b)& u(*(*G~8?bT17~i_@j1-0K`>|3J4MXDTGIrbGQxt1ScINbsk`l9p|9up=2)+ !bL`U8l?O*e*P*4KE>V7i`Bhn-{)`FjqCpWd`T;ZkGej0w|Feawrq~*7|1U8m{jfn} $i$zjp)*=xy06ZR!ob0eQ0>r?Cd#rZ1PCE3z*pWn#@2IGHbF&Ud{5Wz3vnZ?MDDSWpr#ymqtme9_>++40(dC@i#K ecIqgS!%`9Ae&@$oRV!Qxs7m5c=ED8VHn?k*eItlyf6gaiK;i%Kk;kNyZ?X&7&i@9 wZQ9q0r;tF^a!^{2MTAX?HeYlsNc?FI^TYg0ZE?`OWVkZgLIK2I0(p=i&tL~Bm!tU*3^GOfldaL-9g-LEfK%NY*s VlSt+J0oE|FS(SCRx;$2d$Kd5_O<9gHTPa)S$)naRbQn$gydVG!@%Wj47En6QQhDyhFqb6==hn()Mzeo+_$#62g+ b;oE1(b!X)N9C#T;&?w{`JM&e}-M;lq9Fk>t@aa*?P1fRwAdnDGwQlLwe;iTouQ8eNl)UB(CD2=mI6l)*1O?52CG-k;AfqfA_*sNoN0bO25L;ma?doSYsU9z D;5r;!VnCxs&y4DIF`dr`ScH5oHs>%&;sTn@^oXi7oLt?rB}a%;zm}VOvR0s+q3p8Tc@~r 6#U!+S0lSr{^>!D;5Q_M(ilX&Q^XG11WY7$!fSk!e+Gmf{>ei*J2rB^(m=Hhmeox~;>ncD(zM@VlZj+Y$aTeF|Un safp;!ss*%dc^X&v@JV7>@?h%M|4P~q-} Sj0;xh3`wE#-i_vC}(DN?DS+=K2Y_T?IqOx&n}9Up;cdI5#ER=*UIq%)2B`d}ytAsw2=x|uRtOuGhg%Rlk+-)=O{ evK+(Z{R2RB^M=b?j(`B!x26$bSYV=Kchg05ehUyfEom6$3y>vF{K?XnmL R*J)@8LD>;ymXhd8~l!qvm`^l=Bg*$Qm)elQhmI~315RYa>c_!-3=xmY7lTnF)F>zBu57 00Z~8#ItLVT+f5eY(Yev?AX^Ar(jhtlno?zEZcNF8GNKao8E|2-UK; UL`hXOa7`$N(LaYy!wYv>AnP@Di~O=Lk7JUoU2ON^UFYe3ubl6UM*8G`av7~Fu%0uij-I>wYqsg4Tw;2? |IHK3Z*FMEJ3Cj(_&!tm-MqTj{ZcoK1hY>0i>aJqsCVxxDs5mE|8@Nns?dL0bB{mL+>iFMpJpb%k*$PLrGTaeg=P?y;Fv^@6-zO> Q%9$$Sl-=9le}jhPm1l&e~Y7`tnf?ZM#?~@UT#TX(qt&ndoEx@2%?B85UtN=)tS@T6GxQ9#@#v}l~h6t#(vvEW{2 ERLX97NrFut6LGjWnXjyxTT-B<9RXGxrrK*U$MTDXrUsILYfLSD(WEQF eG&d#NCy+BeW`RpcmQfO^)52fpPm`*_^Ew=NvDPKxxdn7L4?EB7;nBDqBb;3n^jpS}Sb7T^C)zd5jVZvAi!(PMLj ZbgOF$`GQK8o+Zb1Hl|S1@;YBG#%%h)&rA(DAjHmk**6cA*|D4#h|HBzy`!X^Myq~tiJhRn5846Sn7u)I30csT+c {Il$uGgDbhfC+)nv_3MJfTe9@FkbNp>Kz<%(8Pa?dbr(o{=o?MdNHG2^wso@G1{dc|q@*x01KZNu?5=4Ef9Itp~`jXQ`&%8$ piPcQ3C@|6)S?%KgQjAC{hPYnE#Ay+=E7U$&WgFo2Nyp}YhIR)#%zsaoOgcPBPDEhuxc4vz3<(GrQ0n;%sXH6X_Z tD1}kf|W+1#Ka?21kunTQGblbe4jUSFpI1DtjSH5wW`A2-CR7XIrfoS3R6eBhA5WJd7RpQ(R4v!7b*;mqv@%s(LIGxNJ9xEi6lGuIikbrwg+koUYd OMfl%ZTa`Mw1J!LA95=Mbf!XabutS0Ngp%G-ykITi$Y!GW&U4Z9GpJse^)FkO5&{rHWR3q-h&I;D&g(s s3$ejP`E*E3I*f>+H-Co9C#$>1lV>db#ekOS#QLubfQ59+3UmL!&l044Xr(2&jcLaQamy>hwuYias~p(jGV8TF0V WO*WHYgZSbGVa_a7%jk7UT`o&*?pC89E#*o94Kq?mggA0=q)|s0EHU7g7b>{-j{XNs(d%Ck#->OmPpzL^L*t9^vub6w8)8mICvFwfp`ZCUDJQ zcFBtc#m4aTk?Sk}BfGq~`q6d$A@M;aI_mD)zp O(x`+rbN0|XQR00000U|MBV000000000000000761SMY;R*>Y-KNRV=qiYUrj|*Q$a^XQ!h|U0|XQR000O8U|MBV JeD}0bOitaQ3?P6F8}}lY;R*>Y-KNRV=qiYUrj|*Q$a^XQ!jF1aA{;MaA0f5a!qG2&n?Td>iSH%Nq#E0lp9D0)7Ix3Gg$(&46D5t_S= EFbnt{>i>xQUjT0h{2kB%{0GlT#_~8B%X1IzAIVt0u}oiu6f#!-2q2h}$&BT#02&u(GS;se^1OihZRELta*g({q5 bQq_a@>cJby1^{rmv&Q^0!xzd*ikQT~0##&r$(ucIITBG3A)#f@2ezBy~-*`Bp}yRw#NZ`Sf2%wn8b>)#~WpG5r` Jbw=DUPL^Hat(M1YWE7tw}EgA;7-7;fF9s>!<)1BJ)g7poXuJLFlX&z)L+K^8-RBLzLm3ad@NU4YWBuCUU>+QM&k@JkmmSMjb!;By9Q#hrI+jnMJOD)y^4JAp#Hm#z4s&J| J*_U(eA2a{rm~ff5rR%!2Ms2&Br>|@@{giUt3&jcb{wZce++@H=cVaKaBEYuJxw^xX$PkeDB1b4+bUH?g`Tq#QJE )LBtVa>y(E%4)YGvLoi2;FU00{H_XRT-`weuo5uq%AH($?V*dloco^nhf_+M`4~hMM*iUSJ2V)oF{V*RQHm7EooS A&PxPO$`e#zcoYu?czmCJR;>Xe7-+Fk6;#jNd%l! Ryr~T8mdKXcA6)tp*kTVo&W_bmN*SXOX!rGkO7M*9JF*BHeEG1ICTm>&-d-GSFgjOzw>=qSL?H+8nYJgFwJq9bmI lC$h2Ib0r*Hj-S_E8ERwF~=_qW#Y4ZcVS}+T)8E`Oi+PF5Gpl4)uiK}HLfP9X1L`Z9GsUK=9{c2NX19e}5-pA~{BbHd86rPc| DTyoohEXNct= =U5O_S{P>FwNpKC?E|vjrOn(Q#@)DUxvNah=v1!IbG~s(UMG0!{_^@5&|r0@E{=w5x{$kJ1JOk)0U!7zSfhcWehY CT@*oE^i~y_5=j7w5sQkYqztv`T}}eQ=%VRUMxN<14V^tuxOJ04iZBcT(X}`^-HqWMd6TT71vHXX)R=zw?@07bEz J5Y46(vZ)6*UVIarvbX=9l{E2kzX(o7h7Nh)baYN2k?$GwkDoav4JrKYJ#y|=1|0oNf(A{}n4twbuONTat3DJ2cX *Up-t3H4=b62COvtWPy(N~B~yukSuA`a$)hDBU1MdDT?K#GeLTC;)@MCEd?WO8x^-O9KQH000000AN~WQ~&?~000 000000002TlM0Bmn#VQghDZelM?LtjlrQ&T}lMN=402(l=+f(s}TkOzwTp2Aa*CAd6yQ9;>ML_ro6#V0$zbI$ivb@g46iQ@nF`TypVo6 }ugd!0IUwyL`8B|Ci7qrWdr^SoCR{M5@m@8i#*=Qn%uw`qURo7UxdlLWs@agHDGyw6kk;sZVJ27-Sgcmb!M>v`u= yw&qOuSD^Fdywb-kiwTOq-TP!Smb#xCiob^mk@lxV$XXm!PhE0kl^kFk0iJU!3lzICHNtNuP69Dg%1*Z1;JgGc;4 #>&LH?kf=dW?6D$)vhSL-5A$T9b7ZQB&!JhY0F7IHJGy7oFW5vNpzn)+p!BYtCM)1oAqh8U%J%uU P-WLDe5tQDe?)HqW?b%va3;ZX2|l0T4FsP@@cSD7W_`bH8QS;TWvIV*i09D|dOpEjxIYd-e^n1becp2j(w|N6xdcB-kkG{Yq{h4O5c KnZ9)fbO*LdGM1oi(3K|(F>4$bGU1a~0#xW;?t5cJ1$mjk|XIm&(Wa`e}J%aQ-Qy=X(loUXF5ZTaNMg4Z)oW{$)Ap`}A`3%T6m${;n&~uY0aQ`TMNE_{`DoZ`bhR3Zx%jfqHEu_@6qQO%?tK!RHgaaJA=cq43Mrc+!yZw^N^U|F8AD0eXL!;3@RpH$=G0_(_naqIVC$j}v^|I <)7ibqN0!!EqkfLxC67Lor^TB1ld3K11+io=*fL{(czY4#8g@hH;v6IQnBP!S4|~;&7yY;}JBc8Sjt4_{2wGew=U w=G#Y(06n<&2+V^c-{E-$f}7rf{<@Uls|bGS9g3IlK>yuLaG3Gq9T>lP@ASM|7@yyXat4mXI4&mmCW0%E1fFg>68 L+XzF&GI^8ebADDS67BK>Vg0uO(GB*yh&fQFsEu^9X*NAfbl0_j;lg98Qpi%KJ4zBBkEG?*jfL??S&l^)BSwN0ImEc^M%8^8?iT!T{s`#Q^ QTCcu2SH9)-{Ah;*N9ftwmG>raUIgIulrtj+s64~~mVT?;<82y(FqnzW1f!}B9`#Hmy2Nw>54t`}A^!@w8DECgy_ c4O6A^4mT)bI5pz?V7tJ~)E$sS>0q;!W!NcSbNCH;T`AodU`p*{~-8Xf}`BtQS|q1qgZctE`grTEMeT%mw@M25Zs60F9>enc|At7fM7a?`Sq(Ye4kE}>j0iV5& H9^5$btkFi6AYl-aiQT5KL?h#xdykf`-pK2J>UN!lRA>{@0EH9-nax#{Yt2Fh0LH26*yUh0l$Fhp&t =PnX7^1IuHy>+Lb>{f-#@w_f2W!MzBM6MQG*UyN~kI0il6H6b2_;7bV-tK@wx!8-L+0)A*-3O=urV!R3sjMJP3+J 7)XngZTX1N7?}g8#+%&_Fw`oS?J>e=vdi?7tEHa}dFe+>VXFx9c}zKKx=M`up!2K{sE$3Hj`|N$JHV;AwRe+I{LK ;N=H4Vcb8h;g@d0I`Sogt9kx!LjB)32{>EfL6bQMh3e{e8?N+M7HPxGb66V)uPD1%#K1uoOlhAM9J_&gCvy*^7x1WT1KY 9}K?>-sj^_>hnTcGgBlhN*plYy5XJQ?L&d@|bg)sumzcb<%VpE?=+|El*Ozj*|Slz8jjgLZvO!+%b2I>GzjgZcHM _Yy7D<|0pEEq+S_{y_=*moJ~y6CwQFR5B#1u1NokN2FCTOGcbNz&H$eN;taI&A^qNcCf;{D6L`9hzRy1s^*H)W^h4uJ)cf0KqQ1A D3B0{m(>;79#_gFifk(TXg?`@SEc91F;li_kzlWcNbVr|s{;8a$a)5>(Pw;Kr-vrO#`kw{(XPLJ6zk9)AH%vaOpsU=@5diQza2or4xx;9%E!Uq?MzJdz649>p}wC!5AFEXdFY=<&%-+Kyz^;|B>1NDF|Nm-k MV#1`Iyh=pO10<@AJ_=KRO?Dir9P4m8OjS7EwA@KW`7h;_6z7 YNX*oELz{m-ENmCxY&Sp-R>^ggHWkA4R9aM#bG{XL%rUwaV2!+0DC5()5r@L7!i&_(F4Q!YY#FSrQfam_{Ox7#lQ {@i~N=HsrP!~A;J=P(}0=P(c6`#I3ZuYC^v`sRy)m!G^CbmB7?1HTT~jBze*MnA`!RW95Nx_jDY;P0n5qdnJcM!( #$8RhdFSP*U-5GEL-}&Fqpsn{X}tGn_?efZUp{s@`t{<=F)sggImYuxmxI3 FtMQ)Dc+bBA>36>Z`MvQ9;7|V*m`88D0`vZzS71J0NRUW`x7!z}Z3I961@M8(z6d?sXNzxd*MsS?=AX$uBKo7CD5T&1TQE0F+%XKJWswtbBGXP+J9 1=7>~b7bD!JuHJa<(Usn;$r}*~}TtV@U{cobVT+eS%8+lx=L3{VQ7I?q^wV3xSuEqSUTnqd-^IFL7o3F*Xb;GroK aVSX^*2EW=6(}&>`;Zre-n6f(Ko?&e&L(wpWf>*zlN>@z6IA|eQ#WcdYp3|@al5}XK{V6L;jClhkCvEdi3|+*P~w !z8>@X$m@Z}@%3oOnb)HpmtT+i|MYtF=R?peI|5g&bjo>?eiuUb$GwMHZGsfezo6#@l-iDZ #4=e*b3R>nT4&`4{~RybJB!^DeZr=PvEnyO4g}UBIjHyTE@p?!r3r<-5R_Zn+Ec`b&R}?;rRz(t q#Q=%4$34ST_Je*-@M;@<#YU-Vnx)7;+zPmcaA_}w#q3q1e%ZxQd&-$L&?<8JV+XWor={N`@$_uoO@Ui~|?>)hXg ethD0$o~t!1K$1ccaS6Q{2lP^rT3s6Ywtln6z>5aSiMKrse6EjkKF@0Fz5Hkul9TN(+7XAdfwk-oWA^ftf$}7cu) Tx<-Yb0=*NP>C4a#99Q_CAt2h1u`Cat~#Q*jmz#rc72h~6P0quI#y{P9K?gd`;-;4U~e=q3q@%sJpdokW$y%+gyx mVYfdzGHvi}AkaUi9Dn_hO#E>^}6*{`X;i*X~0%6sa59nS|)&(#m8zU~3clM#KdKcM{Z1L(*1Jb>~)`2faq^8?8Dst16F-+ch<>>nOLJD z#~<1_0)(BZc~hUq_}YM*@=`k?PUtnK_O${Y VH-aq+QjL%hnMSt9^;eY)r>aok;(C@GP8{)lL-sqlV<|M(lmZHGqycYOr?_9}(1e+2#A^ 9bh|sM}U9-`3Ugf8=Bt_72dAj|ET3XtnnUE_`JV^&b;#P;A>C#JMiZ 7e+PbEr{VV!JeKhJCI3sbh~Cfs2j=1Kk0Sn&kE&hmQTRt3|0u@ekjH>$Lyw`K#~(v}?(w`{NX25 -|__VecqEO|AkLtUcdZFwJSe~b#v{LSg(>N(eBfq#JGL-NnIZ_{(VnkzCQgV`eWCpu)YmE1$;g7Ddc~~Q%Lvaryz I!_$lN+|7oljhdvEDcXLQvID#zif1e=R<=0K?lK$R8Q1qVDkbdGhU4q9a6XbsR2tm=06Xf}R4MFBdzDtnXH*E*h?-c}jJQfp V{5^souMbBOWV$^`ko)~gg4|y}A;@~?e-ONi;}a2PIq}8M>yr6=4ndKpo`-tISy>hg%?@-`A=z Uj~xW8B|MutD%*g1r8`>Lp!52M#32^x~+OApQpkvR?BW1drtIdTE!J5F90V2*KM3vK%!1Wf;$^2{K>v(wC!sD_#z ~d(X=;E*BEy`Sg{SBmJE($GG9iYhWPzYcMbGc@6Ml$!igQl)?#u%x`{>AoHU)z82%K$LrAl6R! gvUGX~f>yKWC@&D87Kp%GXfhTVu$oliceAMsDKE~??AN}%kALIV~*LMm3e!}a~kB<_J2|oRL%)9M h#>QsU+cs8eZ5cVmBJru_+1L`=|g$Mg7R{mHk+M_R@H7>PNa+{m6e`4L_hC?Ox Ci{29`CCH-F3{A103V?X-i#D3t-8U3IupV9KZukn7Q`P`!EZ&UbdjdzdM$maf#;aBwAJbK=78lHy;KBDo?BuH6#7g5+l1iz`_=5MyXe^}Ep4Sqtyo_69bqwjyBaAGIDFLy!K<-gm yV29zqafQcG+^^{~uYI*?Sw6`$=TAZgP}my!okZ_PY1rH@$VmLRNYh+E-`-2`&l*l*w)c1!Y%~1VOW$8hzb|w_p5(c|b5q~4ev-sv@uNJf>Dz?D KYFcy%pVZD?X9FVM21B#v7X?k3BHud9MyU+R>_I8(mE{Zf=tJMB-V=l(foZ-)3I ;p*P815a)tj*;VbC(Q~EtczonGslLXUgumSMj9Qs{C@9QO-q?`rP%Y 2f!SV_UQboz9K)d=0@PwT$1=`vqD)%RC#q;M2-{3)}b);PRT<#D5=Q{VV-mr}@;ULFdYTMa1rS$4`ULgZ-nhYxQw b;rl4;boyQAL4S9amh%IG`%rqOl?QA7rxPqY`2Y2$I{l2^f5r9DaMq`?j9u@7490)A)ARnC$GOws<4#L4@%sq7av J2UpE~(oukiC-kXaTJJk2Sa?Z~|Le5VUG)qfDYOv|{IoCdY?TFdI(-S*#C4=^Zo$Aj}ZJE!L<~J#8_|NF34P68t2zsSNcXvj`zRxdja!V6m~v^UFyMZ%74P&XqsXA);$ d}<`4Ay>!-m7iT`-*?4tL_xqk@Gq;&Un!AJR2djFBeBlgoL`$wk1Kj3I*oM##Ot aW;k)1U95=TYZGwAJt)w__(ReId9MlDy{UH?g3wr)|7ksf|jq@k^y@P23h3%+iu`J1 a)C(y5I|N^*aar~tR@u9kej6yP&uItS#eYfRA=6^|ZPvV&5!_v$cbf)(ZvJCF?o*onQ2PF3f`9iQpEv*U9*#Fr-1 `YWO7FZmWC^|h+=D$McH*w3IRB~7%-ilu@y_72j()ScAZP!c;A$=VdDEbaAW_BJOT*ari1j5m68wqQ{jCJ=rr#LF xrh6D8gvRj?}84J|9HR3XQn~7Wd6R}1>dG%nz+5oz7_tPt7RQC4Zfap=yz!s^c=*-dOvi={V|?<6z>WrjQwwPJB; Yo`0qfc+*j~;d$8lM4TbFx7gN~Tn#Vf`osc5d=R)a5cf5xqj22h xrlHp)UA#vOO#0^z?g%zzYdJtm%8E!QWy&y+6Wn>HQG>b~C|m)9)}XJ0dt=pG!_ZTt&~setUcBH|D>7L%*ANytq7 qFQRY%F%7;C{5PL|@9u&R2md|aK#D^wxyUZFHS8}6c|XIuoc_JSgRX}4GcUl4u3S`JpEoy;RX6#to^gugPw|Y*{t`Ax}cxs Kep3fM!)BEL6zjgGx*n^#lb%lSS_jz6LqvF3KG>? br_bd9nlX)-tz7zev)CIqtL4t3e2H%ted41F}zQS~j`(qmRpS(iDNt_e8_nXc*9jM>Vrr+PXpigC)mF4U2(r-Tpm -ugszO(-75_uk;v#xqp&a1@537R3)A2q>;8SJ3qBa{()N9l=N|pe*LT)K9!bxycFJU%73 *PoG|mlO*!Qy={obqbSYF*g?;q4Sj}rW2Q=fjn3-)i80eN51=cYlAxzvfretawRnZ#?^ulF1+gLOxrps;V~_lrFE ^DWZvPtfl^`khDb@1ftXHQ(g~chxv^2)==StUp>n@QqG8&*OH{`}aNQo%iU1o_PVclYS4s}XpQ21|mdS5jSJ~QU;6C8)}nd1GKe!rpLtvt?52kHBzTJEj%yGqkM#C=2GPtk9IhO;eS? 8o~4YK1#1{4B+Pbr*Ex>{oCNJ)gmObkC{JT~_tevCxkyl}3`rK^oPnelT2{2>T>_G>Vhdk82zK+NcB!MdM*5s#1! ?AFc!=Wq&vv2^vZ02bGG%=pKzKVdB>~;~@2mK^ppFL6PExRlgpG6H%>^R3`mmZDX}k3yNW}FlT0cE>~vADPXU}Pb yI{jQyavf$Ek><|%#k!%9$3Le4SW$eE7Rs!2G~NTZ3+PsVBzl}e@>b~iX)TJwh+QKgt`zyKHObuZFd_(@}Uv{vEr s=+wbKZvQc$$B(G?V9vUVKt=Qq0AadR4w^Qjp|X0rP10ml)6&e$RE4IN;n=?(`2A~POU;Mt3-3>49{Ic{o;>@X+T {P%$Yenx6hvl<4H=NQX``3NTpHa5VycWq>(5hv7$q(SKe3@=xd`!lHe;RN*{*Pv1x5wvuwL6sPyg17=&J{P$$paj%eLA @RZF=s%X%LVuOri{QJo2-vfZ}ZSm9fOh3WIK~bYE>{Uqib*>@i#{4m{e_&^6b+=X55>U(D7Q8z6aGJbz)U81*11f gTY-)eLX@mq85)+M~nw$LaZqD!yuXDnwG<`&I!f|pJGNXN)%u?#)E25;_b7nE1F{(^fN5%@(Fr66(^{6Czh`Gz>;OnA;wu8c8z&ZRU=<+^h*=gbV|QVW<&5elxARDy){pi 0v$VBA0(XmF{+N25|B4pB`hgLYyxJu~_-i<`@2t` qh;&JmwgQ(KrlDc^e16@X1A_|Hyv7+U|q)7_?5vH3M>#)j%JgdW)2CSTL&v!El5-KL>dFiByXe4Z%URicRKogo6B be?6&q3~`5A^GBZIiFa#-xALP#Ha@MIqRfdvGO@AHo;C7nwp4bmdFl0GcV~_B&bu0YmK_U p&pimz;wp}QNwXUm84H99aWPwsAj8%v$78n4x-5Xnw^ijNH7uc%xWh~1~Akv`5Y9d!ZT X@8brxowD>l~RGVzmvkevlo5S4;qveURb-`&M94M&7Eqa4Cb!AL3qAl9n zr5q_@aSg@lh$Pw=}y{v0MmGlUJGtokX2VLy>tYCMZRz1cT!v+>1t2YsZ$rXp);P|1Cx(OJ)UMltR_=_6XJ^-S?7 L-hUsQXyjhh|)P%3su^~Rm2BC_5f`A%0yEk!C&2CLKTT}6Hw^WF0Nuo=wTI4`|awCrO3-g$ir;8>gY1~XAnXS#>A#jAvGF^DNcch%7Z6uC7GqUiun(Cba9) $C(*ItdKOT6RZbCfm(UF7iL%G3gO(w9LH>r>XJDT{OOTA;4P(O3IwLIx&eCD#Ad7*{*w4}t=RiC5MZ-bSbK>`eMP dhvz4B~`2#o}hplU4zXDA+00dB1JoFtVV0 zVZ^sl4UV7+^(-4@={77`!Npf$QDkl=PJ}pVpOv;EbVtf-+?Z(saT9MCr@~(RZCgv&1@@5tG9rK7In=?ujlaRYoix1qB M3z109)=jir17V@!mG`RSUVL96H82BW0bh@h&2?#OA~eEiI?e#tTv#ET)jf} 13c|IxhU^vV)RRw<~4VV+DfmFkjDs~Kp^hy{^(nqBcX4P28f@?gUq5Ptd#ZQ%hshY#F{N~3YR6PxSFbWvL7->JK^ !lc?oVX;L9mk&DQxAB>n#W}?s^xN0#FWeuk#<!l6`drneoVr-w?rtdRJeB|=}@ZZ7%zI0LNH>YeB-nfu%?~cFeF nG{9CVxGDy|*{q`#G0>B+ROq6VOqdSgP|n$^;S98qc9@|0FMS>g-+v Qaf57TwOtTJf#ED@e++~C*&ti#mYrA4&9Hp$XPiwip&{+bUvvY+ P#+>GRo~eQ*h?+B^n$AxKqNRzYqeB;d1HED Qr`7xO?_64TeQGKMtYB$l<1(;Q`#Vpv_;*S6c6Uo7&^%$UqbrYlZGkZY8t01#F}=YWlrcQVU1Q!?jIVf; lb+GHdRbC|nJCVMGL6FgeNWkh@l*6~ImBLOQCpa>94J{VGOepL;Fb~YI_3Cw6YCIrjx)H1V$ewv =>IzyP|`B7=t9&_YuYP(f!4B9v_TIGHm;JHvo*5hQJLua7oja1kB SJISI^s;Vp<1)o>D@o^fmgpg)j>dOXE!(p>x(y`|X4znQ(z6qhQ<{YPAbea8ZO>eTuM^)hlOtXj(uzucOR|lk)x0 (vXR^}`oo~ra$Lkjm6wBaFSMTL&ZeAh{^Yb98!&N;HBT0xbt01{QmPFMniq SQZ)wlX2p^TWnYdX5%KbL#h#+fwK8~${u&ATflgQ?wQV=ytW^+BNOA?-P_@Ab$nQ3OiCiN)i*fomqe$ZrA0Cxtc@%kw75_An%^nLXQVfHnRF8qZl>IR(l6BW3D 2=3GS!Qk5sp*O>5=96u|>+sRdz88^?Syl9cgS)4UBw;IHpr05h(T_Eo=7~qR@gg%gEu_8u3hs4Y@w%(-Kp&%Nsi> q6Mx!Vz2s>#!>iRyEmx@59P1K+kDT_f?MnG@3mU6|$Xz>X_#MS@1v4scc&)o_IVA0HQI8(~QJl`te4jw(?)>9tNN sEn&=n@>r*Fekq8mw|MbEfBJBFp*x@iY|v~!JoT?~s{3Bkr(CI7uqflR6q7(KYHe6&tx$C&G Ws(1lmZ*Y_K70XS!+IbwREgRhJHcmJK@=)&~iPF!q`(23xGe!v;k4%9fA%p%LLI#(8MiQsTVwBC0t}E3`?#V6Dpe KsghuC5zPQmC{osh5A!GhT$q^2gd-24Sjgwv`G=uL*DOBRPV_|FBIFI~3+f)o+kIJ4!_+T@?aw*gSRcIuArGBXhf&6i1I;P60bJpiqu(C#s%qxY)Tbf!kPQZ4Qcn0l@{Vstm|=X xDZ0RLh0B}lqieNURLbNOT7zqCUF5!oK!)e40Y={?u1^*XT}>6jHc*Fd3hEV+Npn9%haK1iRiY)QAx7Grln;j4V%Zt71uM47?S8b8FqQJlA4KM%or+1mj-@{2_Fk hO-0okacRosNaTN_5MH9IZb!7RupQNA+&63k&-FKBkkX+fX@uf5ErRnn2@!0iMjAqkm^Gegp9+RkNNZ=c772|x`& -zcx2eB|WHf7U4VjRxrCCpMY6Ow-)@D@A1!%f nL=yLLk8E3agmQs|-d5TCMp|lg9O6$v+1zXiAvl2FVjp{Su++l;6Bw41YU7)Diz|o62PbVa;^B!DzXTX;?(buJ1S 6(MwM_+aq>VU!$ZGfGL;<#E92c;y9WvcZi_A5PY3YasdUfskh00OkoSc!Uq-I+&Scbv>iNL&p$pQc1Pb%zyj5lI@ LYA_n=#hdCiG2+X_aQfVO(t1l)uUNErt+&KFgNcS{#7HM%x2DB#g6EwZsXl25eC`8OLFN=f{S*Xin%qJWvZD06~3?S7A|9kat2Gye8b|*r7{HMamWwKv-K JMUlhA)FSwYo6~Iqw)_=ls$dNiqjDwgp8NntY7BrEaC2jQ3j`2H8DMqy@|1ry|I{@$w{$^8Z)ZEN-8@<<9%-&iyT 1G@VN1X_b{(VV}gcd@GYAGG_mShT1ZjpIssZ5^-6k0102Q*@vTP&VFYbenm{GARKk~G`TNX@~^sw4|JKjvjbRm(sufl` HXo|KK1!$lJ=5{2Yo_Aae$kt$TKelBO|Q8i{noSU(ZOjIDJDx5g5|1dtFS^CY+Y;CM}(ClY^*SuaTfRX$WT1#hXS 7N9^M&b**{^FPqI66a<57S96u`)F%qoz%8Y61$7xk#vVD+MNTKjO?R;Tmt~zs^*O~ x17_FK(!>E4~aTsiV%0zIrK+v%C8S_3In%a58+idcTu|tvjjATRMiL4kREXaNU>Wop!0pk9mRR_zi$(f>hb`4D{h t^m=O(VC7NGQx%fRacBX?XIfL8^>hT-A=_?#>*^l3PN=wb0$YE(zHL=xA?Y0+rpPZ7g^~z;tb-^`aK@swmYm)ilj 53dck35oHiJ$II!3mW|5}B-bGd8_EcsDn&b4t^S=V!7E>ZI2u_s6QhsLbOt6(i7g#ztybxuUC?rLOIp6D4s!nV9x askpJhf%QK^pweY~GH$n(}=rB>$!+*mJkmW{YJf~^@NXbcp=WSO?SvC(%1xk5CLKJ{&5Lj`tB!tFwcMZs3OUG?~* j+!baso|9CSX8&0Lkhmtr)M8!*Jcq$Rdi<Ahmh^K6 WovW$#hIJCb^MEXdW}9VR-uB78y(RZXgr|r n3H4ThzgW3oW)hBgv?#7z>Dx^v^s;D?{CC6=3iyH7lz?V#)pq$x+s|r5l(FW)J??~=vQcU#4F&&ZQCwOpSQnbt5w 27^=Bt1gav&pN%jr_}Gyj2bDfpmemSSpbXM)&72XpES%dha{bVkC)$rze{XPu~Q$b*!zbvE$Lp%zO&ZH6H~X#5eHm+~s_as=I;Mf(@)xooV&AN8U^P!p{4eb=`rYg)Cx@~{ &+d{HL1{I!9pdHWF&8;N|I>haBsCIRfkCp{CL&93u(b!>uvT5znqK|I#VD=C8fp!lz7Yng^|=^L;=q6gJLf!TP~x p=_2+S>W7a^&a}}F)sx|C$*W#cwXw`!z%_AgShPUWz b1q|Q#(4O+8ClXH@gY)p_OP@d?%yoXw7^{+@+59+$7l-R?=l!Vdq1lwptC8rQk5LH*rn#K0DV}D%+1|$EHdMH;We!DAz@0iuI4p?00q!&bJzlCiGAIK+%^7lXD&EJ&8P;I)~uyu Beu(&*VBF^OX%sk%Rj*Ay}L^#Wpvmy=x+}0);F1LkEX8eV%JY#`TLr$dt-|H|Zwnd*iMS$8m>HHZij#`h_h9hCbJ`tHpioexn%GI4Ix;4iT!(A;N(XGq^U}CSZIabn_^H>}ky&^ZPbMgwl`3`zl*;n%&x_?nq&?Y;uZk$ $F|@Xjz89%9f1&zwwQ?)e!gimP$O^o^fk4n|&r`N+8%BD~f`r7p_P=bXsaAqE41c9~LVpd?rmtStm8!gObWL%baP <9=Wu}RTK8WF6_ohR!_DGd|f4gVB9VSwTkem{K)I59Hj++3OzLqWC*;yCQU_o2U|d50ut-dF+FjX4&ABBu^Pk&S{ wD?pvRl2{g#c(9fCXC>)OZXs>+usC3p1QtR=5*MNN*KlTAJcW JNrt>a@xh-e;LEKRZ-q(=X!SWnqW_4(fuLDDYmaW+s0(KK{(re#I?WmFc+w=)(tN3M=L=xrlDFjsf0~sl*HL5?VA zXm05+oL5DpW#L-Y{A`o;z$VSkyTMC yA^rF~P0lf^if+!@9$Q|B*9obX&6P6wAC4H&|WKAYdk005Msql!$l!;+#N8Z=&YRUfJ5M%B;aw^T;3@p6oGW!lMl !FpcUmK*p1t1Nl>fi^u*uZ!p?q^Dakq`7dK72WxRWDVu{D)o@c?-F%z3i@^%zaK{CckjkhOh4#XLknte)7yzi1MS L|9A9I7%P&vV>Sh@M+L{+0OF2=$g@_}~Az|5H&H*PHCPqpjrHrD)ZQYzCnvYB`2F}s?Z4CK9T5_SGyQenKYTo?HkYZ3=1!S3cBy;$%UP=^*}fKofMd&(a RWkUNfEQYeUZ-j|yEQ-Yub!e~1aRM=kWJ0~N<0dt=4RA$STHwu;H+!bolXp5?g|h<`g`MAa9=sP)IzNzAWn0mqt; i)X`*8>D4n(5gD#{cg`kV9EurYvwa2O1`Gc}s_9T+p3H|V$?v*YiZ#W~m;3fcZg@_&1k5g*d(4G{++6i@IEUKQYP >)TX!49V7V-KC$IY7?VqC`b(66t0_;<-h|u#4l-kT3muzDtopYW}nhF&l4`NHi9Px^ZwXoI@xaNlrzM5pM2)X&F5 DZ^@I$raRsNt^7h6FS(UP)_-H9KXz`lGE2O6qR+ddtRTEKj5jQ?8w0X#J@wJpNhJmHv{3Q1K;fve;J5?T+&Q-w)KfYQzibwwv61)&rsbNN7Gbt%QWm(-T2tIVQlW7=|Z1Op`vgp+x3<;c88IN}1V ?=Q-==&EliQS{t#kx)>~o8^lxPqqLcP1H$^`qZx%0uTR**!J{bb4urn}|F{#nC6Vif*&hE2Q;N6kJy|vz!~Ep8Xy ?x&_nW-7N4BG vxt2XMyI7%XtmK!M*H~e+X16nlBw--&g;Px*hsKiuGKKxm)X6rseIq?iBgem&h<7k+MZw%b~x`{a&9>)z~5_nvX@ jdH#p`X0;!LC5T3PJWh!je)**OSZ(^VMh|M83uG)R%wi}F-f}B9NP^DYEHI)P1t0^TxoZM0UtYF~tT%Z8TA6q16T KhAOY1GmKR!-(WB9xoQ1Y0GdW_5MbyV!u;z5m(w%)pZcQhv7U4Z+8-IAU_{a1s7!!`-9ryrIl;(x={2Mvd%ZsM&$ zdX%*Ee<7cnusJ$+bO!VX_0*E_e7dNEUzPB9mEyMN1iRd~GZJjRTa!zuc#{~O#KdunPeh1!W$l3{a%l08&mPMXdg9E(QNIWy^rmsAc}n8pk__F-Zl6b1G|o-tlONMW$?HUv5 92v0u~b*@&ec%s-5d=42H`m?*KTtwM8jt3J(4Q@mu=SVNFxs{EV$|)cWK`9WqVS#- $|eC&u){GBe=3EzRmFt%tht)h_}gwf7$tqCZ8!qwai3o)JBq*=WEsc`0Aip-v_AeI%j0MCrDE!yt*tkW!RKm(wv{ >#o2aPqMPVDu?P())!5D;NUNNGF=Rujb10!K2jT%;6_k<9t5`$m5uNI-TeD{I+J*B67klffMxQ7;4TJsh=HkIKuP>c*?O)ZW#<$ik_k (nb}hC8^HPZMZ{mR5e9u%<8lK>|39h(t#&Q&dJQpx5WW1=i$WcrCv1A(bLG)Btnbd$Jw%kVEqPo{$ {~dJVyZny6`06mu;&=A_9=#D}7oFC7#V#t&{ApVfw(e{HLWDP)mwSXD76sr)m#8+&x8b >XJZq1eJQ1=AJ%#{nlvNHjXIj^qVkrcXZ_%Kmch|1I&S1hYji7nvTr44JlYp La}U|TFW bBZy#UL)c2dYJRp!LZ(({`C>+waxnrNT+xDP4DFCi#Y7cQV(`l)=YO)V18^8t45?`~3V$+_KH3!}%IA1sK20xmzf #y}V=C@L2Z(^fi&h@wU4FwlhmrVzQo6Ar~#82ifEyJ3IJ48_XXR*!M+?`e!+hv-f#R_Qty@-LH7>pSAz&y*JI;`)zwSeKCq#H%XhY^-dw{ ?Pd;sUrzy2G4ntu9>y%CAECRtva_q2r$E8W9mZvKH?1D2t`3K$!rq0qwC3?_T|?y3BDra?o!5#}tmrRddtzkHu&< &YuPh_ZEqr3^Z@pZKD!*48w(26x9gVem?k=;ut5Q~@B;pog=Z>R0M_#t^)TGDmI(9@R`ru&rd}q1Gd$-XRaBAxiC(>8OOWUIJ-Z4!l{^X9n&Nfcg@~3cD0$SSHci$7 QPfu=^kq(#zFx$gcW%-|0FOQ_}2?C?hsJt4!k{%}LKjK;lR|z)opTv=y>Da%>tFi)?|EtOeKG_00B~(gp^_gh#f= Hxz`Csx#qD}n6vpvl$f1szWq#UEf{aS}dwlM_DO2gmkL6We8RKZIrKVtIGf|NDW9x?Bg2?5n~l0eOqI^lnRXz5B% >u4{{ISzNMoZ$By$G7SQ)%1j3<4E4Wtk|!d@PIEjL3YEE(!Vk(MaBLFjZ)G-R2%R!_nL!B#NAX1G@#vUR`;(Zl;q U?e8Ad(KYQ=lv-|g+-9LMlKkKanvu3|}Z~E)zeRusvhsc}m7jbU>3eL`-(=O||l%`s01f{TlC=A92{8hDhV_2ff` wMF2aUu26WqCzb$&Fx;fY~|vt8M6v|cQ1q{reCh0lRH>v60L};2Z%=l@rVbm8(Px;wk#f3j)-4BpTtrWQ{LN #qqO_*{uP3p^`O|#hk{VYxDDN>fA4+$S^Evl+7AsqykDgOZlp~~Qkh6n`^_4C%YOU6b^m?e5)8j}@8W*@>{Fcemg 3t+!f<4Cbie(B*?SM~{kCAg;a=PL0lzxjja!MWl_S}}$6PQM#aa$uwgp%H(JfcUv<~Fq)%VHuJ5i)v9clu7ylOVt=?2rKwol*kHnfU{tI`C0ZA;cEVXaYjR$aY?cvV>BIxqsuL4)IbNo&mRKofcwDrGSdRH$eg3E6Kom?(v<0X)h`pecGpS?ceKr wLU|nsA$d@8X;Q6(qkc&M9A}#dvZaw?)tz+PXdx^oxP=%W^A`~>PT5RetJjNhP)ayYw1$&%1%payG$y>DOh{lMMx k1YV(GW4?P}cUNHN0kdRXb^OsIv7CoDR%9D^_vLK{eval_K9k4u4#}aObgq<7lH&N*Nu-w`^uSrXDT^BroVC#7S9qUSkHOes@?chn1 A`mb*xqFJM<3t{sg7@6_Z4ma?Z3?aWKl(C!oGKIT16-K)nXM;eSIWmHkO9>J3ew=CXrb&&*(G7&-a2~{xUd&MJqu NE8J-F&}8wMgtNA!7H~1fN7EEBI&_RmMZH3$k87&U&FaOx?JgnBTGt7v~(NW{PduT(5>UV-D=jWm53ESA^_M6#LB k@RXrGOL@N10G7?=!`vf+t6YNH?=>8?6?5&mxpM-)`&qnkxL7MAB2zxSaCi+XfI>m}#nqx#Owf+CZ^f|WmyIGRmI L)gu}a8573HXK4WxDu3RNf56b&Pp#1Kd784@R@FVG7)x&1H6$Sd5#AlMQ?|aaa!ITn4?FSm+z;4hU^o-0I^O#!K R6Rv|UhIqKyl^B}C=rLeR9}F9QCQ88flsRCtr)wwH4yi@dUC*Anx^u^e8a<*^h}@Ahg>ez-xC0jm5`4`htNIgK6q8U|5h#pVULZ>5@vV$N^ikP}7Dc9-|S 5s$@?W-6_%2Qc*2}`t?AHaH7bi31X2b_$#3br1Ka7==KnOCjty)9UdZpm)Nd)|?hw|A9;Uet4|4t8A#L+L!YV1m+j)^N$W`2Qk?;bUkL@lJM(DF~lW-+uaY?4a_FW}h 3S;}gmz2u6n-su{G((-M7Af^Y)70J`oZ@qa1haJLah0$^f}-*}ya{@GB6kU~Y>OL%d+HUYi?MJ|%2mtgwY^W6TbV FlH9E?##n4?Uv5In3=GDO1C50)+n?VwU+-|#o=)N~&{sc?d-i#HEGQBNhd`jvRpO)#8FLaaFNTDYBSy~xR={txJD =Gu_@vhp%kwms4vrVeY8;*u6QH|tB>be>0Qa(zY*uB(TA1rE!YG~Fvv^Qk(`TyQR$R)Z(Hy4BRG0Vc|>zsl90CWmON&HN(tX>OI3O inOfH=Ca{fu16`Sx^C*YjEClc?If%2EG)kSC+xk$CHyZJ17kkvyH2-Rm~HlrL3ZhID)A9!XJ5;M-a4$)Eeo}?(Rn bE2j4rKw!iInzD8-j?srirV!Ke*YOSnS4ueOe+^b<;V&$%+DVEZR7yLtM?1_hF=TDkkteTZ$7sTSg&Jb}sVQwoo5 ^t@JWx2JLr&J&ZAeAkXjJlgz(rR-sqpJOixH)--`i+Gbs$ek^1{W1t5SC*$QIN!55uVb$z;UrKl;F(-IfB&aWD=P #HdVEW*9Q@IZ!6~R&D~7A<-98MVVohW92AwAC|V7V&PoSU%iPQ`v3Cl0$i#5m+n3p)EITm+UCM-hqjhY@_~!28U2 WA>EL|$!ZFuHt+li@!l9g_OD2&>3*Y-M1R4N1mZz-JUW-6?Bm60Yy2_^_>N?1vuMUy7QqL9+YY_&!_;DsslNc&83 -LmCWZeJ{2->!Lf9uj&HCQcNg`YamkXQgZ?8X2hPe3n;*e6mFUf3a(nhJs-LP!hA%kIwDC?fRmRf-R<6ka$jZfhSC*P%j1jx)nnBvEXg()# 7GrMJn3|G_kBN$zAul!-p0+AGR})tR+1FuBj0x`Q$#7WIv&Kf~m<~n9$T(E+7W3&SamL$m1#yhy26p70*y{DhQ2t o`C0}^Kei1~*D_gEkge7KdG1_h{9TQtFi3PvMjQ+~S6vv9jy;EjKmYfxkCmRKlm@QYI7#6)&lo`NGc_)Qgx3?lJm AJyYeLWG{5Hp((dqVi9FUOr*9?Wuy% CPaR6>R)(@@s*18=V&00L-NKB&V43aY(pbI%8H2ojwj>fcFRVHi8(s;S3lZao)fl78v)q|)&gY+fV_9*rNKRpHa; Z&DtZ{6F3z*djCd%=o_@5@jwQ{0#Xxz09kSwuG>}*tzfDgCJOd-^yoQ%(^exiVtNttFnB_g*~z5yAsIV=GgA0kFs F>lJTS3RXhWv1G3dW|x7JW41xmicN4%;Mx7=Mv?u7QIOZIE?}Stibvk+{4;5SJ;Jdva1%@K*uf;Y6~>T%ahK%~2 BjG0Dn)U*y&RS!V~+EK1Zbun9Ip`(%GGhgd$6*o=kxY*kA?G?jGCcmZ~%^R}%n#IeXbN#v6BgXNqzQvY2c jNGAZ5cOkjj@x3lb(lPh#)Sky{WG^)P{%cx+T?R%?fp+C3rJk f4I2GWn&oL-owLTC3RdvOs-+-)~99^?#-1_0nL7gvx}zen96=Ieju1se5MMURXU#i#@r@}hgtHNXKFDlH``NHZ&Q Y&bB)(>=VEBSON;$)GE(eza$^!VFh*PsNAXsMMG^jm2eHaDrqX(A^p;b%o N6ENqIXBT>jZ_>Fk^*D0W7>2=WMLh9R!T*WSBSxbpgan#s-2RSDIKxD$3PGhRI6UyHQdrtIoyXWnOD&DGJ(ABC vcecw#668LCEdKW`~5SNMZ!Rpe1hDoQ0GKV-Nu>(|9a8fE5nwz5s&5cK3s~wdytunG~Yl=e0>am)wo~i?@b7OQrR FQ>lvB}C}ohc}J^*3mTH78@O3f*32vgWolE&j5=87`nIJ84Cs=Tx4?sS#AfxE#(i--WobJb~GW<;a>6as-GUH{A8EL4C2YZ|1e7JI385#GbsuZ1-gZ?sJu4$5f!k5*)xNIKr<9OQ0*-tH7_?uyEpurm #LXSFvbOsWJ=SekYpgc2I1qZn~QaUqbcLSmA&`-438XrE#AY4U0+FI;YJ<3h(1<2hQ#`=Rw?;w@G $-~qYgXSA~A>S9##)Ilgmbi&F+i#~RY&$fdyQbi=|71kyTS<+j4wnQarqGt(JlR@?4>xhjnxTh}21`c>D=dW3_nA LsN&?;oopbWvrs3nqggXqRYyva)&G9~j%TfxoF8ts7=qp(<+#bm%$W_EN8Rl)+6qa~h0ytT7PzMnW?D>=8OAkyI^ @b!}E#9lG&_L*$_w>JEYyMwNGoMpTc&YkvIEKY+7wYG<2Y~9pkEV#2@enS*20d9g;-d$bV4dg9IqJ)zpk0}D5`lJ c+pN*5d+^7tCgLW20Bc9FfJ}i@B0!&+(QMn6RBvhSK)|=GwI(FNfFx;UaHgw*`@xrS3)FLRHl`?jHMkksytKyi)i 7;b`EUKfBY=4kWm!gIV!q|Raj=T{OIV-6Z7J(z(_&s_)0%1zT(l~upUCF5VJ#KG@8Dsgs8=}m@UI%X3q4>P^iY?XjD $*%IT%Nv2?i8%#Hw$!52Zv9m+ctf~_ad1$^Uixy`lcj9A-3iFymI4{9djhNYnh(3;-E=xyA? EXv-RSfkVzvlM#h5{Pf#FM+?hRsl=C3oGCmykV=j4QBSJzbm03Kwh6WBlUFqYZy(9fwY910^fC}w*&In>U$gxD|Z*NMqO*X1zkOgiLo^)lwt8j1u;`_nGp+!f%uNp#A9HXPY+MQaxmcI1QVS>?QWkQ3}IExu6lMZea< $a*8_3KWpYEjFm5&NH@BJ!MRjkUrnt`5M7-_^f3XkiQ#15hN((%Y;`viDBA$|b`6&PpoLj6j> cCu|?_5CLL^)bM(A}I)uN6!5At%b$c)8WHLwQ9l|i*1w^ys%9BkihuC8Vkr6^*Xm6 Z1O>P0yA-)q_b%1UcyQG0mF?X_>Xvf41*t0uiw%|a)ISo$Hh5O4*3QnE{e@d=?m@8TK9hOW{Ea^re s}hHjsC{s&ssiz_XG&H%nXyfGTT2~07*rQIdt7uOjxA?|sy2eEAS~F4%&Nd!M`5+hU19B7lncJy;{yLpy~bKS7lp +%;s?o@CFTdXLYa{-GqEvo%Pe93jh9d5_UaqIK~)e#q3FcZ{ThH^pwa{YwooN5IN-u$Zcn&YFqejCEIzQu{fc!Qzvx bx*ez0&!?la5Uskh*}52K+hjnJT!+@&rWiKpyY4{T8)B)HLm&#$EbN5BUbFm}0=~WV8rpDI!M)XQExv#;A3Vwjtf XeC%&)X!r4f%c2*C9)iAF^M-)D?zY7cM}x^PnzzRikkd}|o^R;Gj0*}SruXVYsm$P}0U=bmIyZnaTM(W|hB#SJOh+|yT0qXtUB1QVoJW*{^Tm|pc 3fj*5y8GMM)gj5It}drTo~s@AsIBypS_5;sKJQ=}H}Mw9yz2(KyFsMd+~JMD>=N%4lf~Q>-m)6GS9r^YZKDNpeHX b8okzQg&pBzyx;r|Kbwo{`CEvv?YjgBkbLQLWdT8_ezrNkW)&zS!n%ng(yF@yJm=o%(=11Aruxh`Hn%THUF?S;Fg 3a|5QLq^1QpJ6`Qd3-+uEwU}`XcHHGw=@{3-q8v*f6Qy1ur{DEaOQsHf60bP`Eoa#Ale>p6$G+d1v-C;Z{yroYW` A#KN+v6fQ9r4K&gcpR~%E%1!}$t{k>}GY2LOnw}W#lq|DWS(H=vWx5M@of`DyEQAhQWViaUv&D9+skk+WFvWbDEE p4!9E&IB4x=H})6&FP?Jj7%`)6yOP&!tES6IVaT^b_HO0!2g77aRj5eIJeknEd+yQ4wr)>sZlPgyi6g?s+Y@BB%k{N8Rf+RmH@Ki*V%7P-*c8vjG#BA~8fMXD+!&l=_uwqV63q1mdDl+_-yr5!J`=LN{x*HE)RrWtg4!$8z+51j?Bwxh)D5I*|8ZkQQ(q5|m+&Qpui NI^*v8DuxNG@NqgqLrzT22q?sR>UjZ7{&DIce-btHRxc8_ej SBwYL~X9FYgZ$OtiZ5ZH4KwoA(NN?R(BwZp+m&AxtM&eMd%Ob=hz`rjS+FH&={{A9CJjh=`a->~MtWZE_)+8b4z5 WPSo355+j@m@u~%Bdu=mmfh4X&SsL2EcS^@O5_f4Tp!0ivmi<52`-`TCkwqAC_1Fj|L@I+U0lkH*J(K mcRSsmw;Uy~kDAQ@q3Te>gwC(URb6x!3~$+74 BPOK&W+;E4%n(5QrondsY67|UW*rp7`#-esJs~#a#lEV=z#Kqv=(LeilNMp9qHEcfgqyx9qde6A3UF3*{>=balVjQP&wqsCuPly`uadg6@csdvkt0Wp0UFs=PW-4t(U|%?6 vy;g#4s8ybWEM?MD#o?}xja+&J7Ul4n2MNFvi}ta`N)1uxFZL0F!CCf^=0j6BL?3>e&aX969R`51ZCO7nHF;PMaR |JiWiKmO-@r|*!Asl0?%GP`HDB)N8X_g*@*r-N7ETXC0}O0zId=teI!BW_0;aBLClrgb}Y?B{h=*JR|ii&* >K=oPF_;ANfjoyj#rbzaOU&*>*}W`%nwrt9LonmRmgj8ZDVIG(o%ko%X+!{HBctG!yR&aWQef^t_yIR?d0s;ux{SvBWkbpiv*2to(hrbIK`u(WGKdRhzF}bDXBL*ZDT}rs8PWcB^rr dwFX;{ERwkRAQmNi>29I212;x`#~V=?P6@AV$f0;F%4j&UCFY8*=foiep>X>TmsX!MKmA1lE)|e<;coTY$0NkYNHmTe!zV*snPV9YhL=`g~@)mRlg@YNs|>}W!!!)B! {U8+bvn5X}SO%WIuNYdaoH}T)x0%i9A0c6)yOzL=>@=u%5YsHx?PqCh+{x|E}+};7mjOlG&S6w)2RQJd|^+o4T4c RtwYsfc>cMMpWw?Ki~~kcu-hw)h+lgMNqtHA|i#YCt_+*PBN=UCVsU`h?~0dIlyzGZZs`9QKKb;c3#C`xwh&P_0M FL=rKrga7U9prcKMHdKO&%(3N&sS?zw7!8W5=-lR1i&XaYt576s1kF)acrfzac7nG9ivotD=tg~2lgo;aVi)dGZV si* r`Vfe#>hu;L1IwdlT!7gI(RQO#?vT#x^7P#Ckjz{}X1}S~iTHG*qF>j#{an0-+9zD$vub%k?qqoa%{c=I#1b8CF2^lRQ*k8e}weN4l0W>n6*QBGuX`Pt6=em+^dGE^C3 eW^KX9JuNCumO+OgkGy$(LDm~&h9V<`8J#zIMXb~wk-8iGUcnmJ{OkhleeOEDm3L|8uM&us#a&Gqrl(Hd7qwO)nr nm8tY0_stUzux>Q}bF!hR(E7c`Y%cpb3H_;(H@BG(tFio@bpL3;*bFq3Ya|Dz K#u4yP=X@5Yj&gFl&TZEOWmzmBf1CAH85ZL#ZZ-Vvr`oqi$1v`ny){whdeSR5kpVwfsW4hs!qGMObK>#5!-3()Uk_CyB+?`_&wkH5-x}* N%F3HtBf<B}zJa=t)^>eCC5V>;dv)HQ8L6H;NjEBWvSPjYiXPs8y9~+-s^tLBKfPbkbz|J;qw2+PLjBd-g @>9;exaJH{HuUW|OuZ&r*QfM#T~S4%k!Zo{5)gcak>iVBEfg@&Es~m%7 O*cY?sH|7@lLy4rj}Wv&PdHU+H2XJ3|mhlVg}iq*4A?W+P_r3xr_Z@D1HGU8}B|6ci^^_u&3{|oQ4LSt87K$|Ma? be$4J+H=C85kBHzr=ECJ(_Uw_bOwWDf-NzaOVgIMNE6G6^hJpSN2oO);!YjB?BoHcyE)q}T9efOX>?C$mxFU5+nx ;wB#c{_omgCgf>+=2=OgNYe{MdJxoc<6(&QiXKw!6)}m<|sZ*%tjc`)n+e8Lm`%#U*vGA>n!vead8n6~YN5>WDHEHdQ6(sY}bI?6>{lx1N(POzGaU7#PEododwddGhhn|v4&nHC1mgm79a%#zAwx2YXUJtlAWO&;dA~r&O Uze0!Q!m%8s>#FpGERdY{^$Tm*h}5qmA-p$JrM$53pUpQ|Y|6hEpeMT_n4*wl2WPD_y{5qdbf)r-i7jDUVG)-B6X #WiPi?vhxIX(YNb{EfFNAD=f_*O@ZB}X`ip%S!Ni?Q1}32CyXyeu#VHAXwaz^1^xSr7M?yRDs8k6u2XrszGn`MJv 8^xz^Fzj31cZLPB)uU38#gj>l3w6>YjCKF5+~elF{~PFyAcgvE-pOK^mOnxJF5kN8wgo3T^Jvd@7um;ojc(5oB{+ H`#OPU|@1v;L$kECORbha6UZ@j{e;0eD^-ERaj+|F}{+`cHf7`(n$CJ-Zv(VE(@Aw{gmBINc_~kY2UW5<7xcfRq= B?CGjVIe2FLRyR+(RJi+%z{MLRTzX4E70|XQR00000U|MBV000000000000000761SMY;R*>Y-KNLWG_rZUrj|*Q $a^XQ!h|U0|XQR000O8U|MBVNj3H!g#!QpRR#b6F8}}lY;R*>Y-KNLWG_rZUrj|*Q$a^XQ!jF1aA{;MaAo@z5s p;euJFuH9|fwCc*DW65_m_1pi(VbgqNX`nXBR=XMg#eVT;4i|F@N67+r-c{lR=B-HC(-2Vuk1b+fK_&4}G_+N~ZG =q+nW{7{d8S*&-J`J8|hWp=*+yvt%nx9)`A&$S(>wP)CdlmDgxL%3$@ealHD{MIqM;?s*;B|YA`+U7vsK;w8=<>t Y^*~&=7C|nWvLr3|m{cJJTbH|PB-y(8QWu5<+qg3`uC|g_s+8DOQafcd+l03!n6_?QV_PNVk_)P2T_xMo`)AFGAfgp_x u{47A*i9v*3D2NAETit*(pA!WznNDHAt=zU_izh~u?xe%n$P8^O1DIM6QWU^j9Z#1(Yh{Y##U+HfEJ6li| A3=weTgCg<`JlG-Cvwg%VI>!`dxovuSq#(SM!C+)nGcHZONwd^DoYn@K(D!D2hTGFnd%Givb-w}1e`?XeMewj3l6 +cU*-%jSc^ OPg-!kr7Jg89%+Fs@ARaD%B{$j6~|24260$@ow7f@m??Mo;u#afcqt>r430Bj1;Qky>_p?)? x!`m9A*QbIPgkTVyb$ifwCAPuM3kt!h3)x6y?5h&0=nx_KM>wj_Q*+9|nt9}jU5ArPqCA$wyi4!9m=VLVcvbUzZeau@Ye{M@+Wlg6HYnShmoq@6aWAK003ZGWmEtF0000000000000&M003-nV_|G%FJ@scOhaEyMN?BjM@3UFP)h>@6aWAK2moMOWmH*T$Xag!0 08#^001ul003-nV_|G%FJ@scOhaEyMN?BjM@3UFa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ(WehP8%^4g$Gn5G#jL @ySPg#xTyyaOiVxlnj#Pp0R@D*b7q{uFk_Ewho3j-qT4 ?R#i#o(4u}AzJ3xeNtP7#lEAA9}xLEEMWiAiP9vF1c39=B3Fl-4PuIapDuG~Ab^u^!tlQz@Yj&L5kR%n+CZ!Cu$F`!AMNa5|3MmShY3#FCwcIa}@IMA osoaumHXB(u^hMa-YPUwcq8bY~jP_Dfip!ELUS9YgWiFInhU8dSC;iGn_ZP+^- !NBST5M_Bm(m%BxTk!0gzwq0b@9BZ_vUqE^El6dF+LZ+G(W;ksipngdb&4Ic?wZnkJ$GxxWB4ypt`B@6aWAK003ZGWmEtF0000000000000&M003-nV_|G%FJ*HtOhaEyMN?BjM@3UFP)h>@6aWAK2moMOWmE=pcY {8!005~C0st=n003-nV_|G%FJ*HtOhaEyMN?BjM@3UFa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ|uDXm>k8?H$Ho^ vArY%#>U8D2?}TKPDljfLzb+Fgmltb0U-<)d$)6Ui}rSxo!vVfBIle$6cWJ*AwUR|OcD}71QARQCYX%D7I8ty%%P9-V*x0^B$hJ9hLDi!CUElvp;&?D+He+crL+PW_jK zly27Ep4U$4-b+$m6h1TMc`FGH@Tq>3{vQNy;(De%?=Fge3&A(({pi`A_X~P2WjyZ%dOxkx^R6SeuJCk%KP7k#!M+6lO7PbN|4DEQf?MVRM-!|g*hcUt1m_X_CBe%GCJ5e3aBG5Z5{whvXkX8xf8Njb MfiyX2NJxR;Ccj~A-D;_*Y`#FU+#-~{-l8Tzbc@-$pn8)aQ_18J5S%QBKRYMs}=s8;AR9rD4<^J1)jG9!8(HD3AO }Cw=_Whw+CqNYXrZ?{aWz3H|zR3HAF<7wWZP7xL@dh4@<$B((Bs71nn l-QX^a&zLUMYl_C-Q}b!*!uV$iZc6Y-&36I8?{IrH{v}=Lw<{Fh)`j{!)`fn3Udwr1(|z29_WVoh(b(;IF>XJ>tq 3-Eqnx6`{ku`l;oTUwV+pQLaDF%Hy`&rcc2zgZzo8rbe_uDsf3_Rr_^N*YmxgaJ2kCz@2ld)w4(3sRg2xctiQtjk 9)iE7`8vLb<`h-*khxSI!N>L|9ANxDfM^H7-4FDKa4^BMPXPYkOYk0^Und~Ht53u{yzWHcLF^>V$MsGEUD)a*(8Gx e-#7{L^VpM#h7nwRGREgIf}8VvKN;nIb~47xI|cX@KLz;klT$E{1`uo^IN}uG(ISG66TF*Xe}dINy01=D}yDp}k)#{3)$&XA#_v;6yHmV3Nbn@Vx1qAHm;pd(Qw~Z+Is9`Rp^1@7)A>Dg4 )&$bW~kQ2(9JLOpgp3+>#7EY$0$v#`!wsPN9Sknii7ZnLv7Ui}qrdp6daMuN12dWEw!-P!1u*EQaI1Z%iHX Jg#IIvf4|-TA232Jm_Uf*YNOah!7=>T?-ETI#&}&%?Si;(XAjeb2}IzxsU4|K|zr!u@#x@MgCQFh4K60ONBX!R-hp{)F{t +Mh5l0)qPxoJTOlqh5;_1K*Y|Mt!azxDD5TvCfOd==U8i2EI&Dm{xf3# hAxuUJU$SdNIm-nqWVI|J3&%E&(0-+Sc`PgR}@a!kcFs_r90Uu{8Ja8HC=9Fc~=hkJwlU2*m-g}mzJ&!CyKR>DPIf4VYKM4MT=hYP$-+it?J&wKt>*I WaG-bSVuh8}C&x8vE7ZE&|@%Yb}ubC@B$Cq7+dHchwu&?;-RjA+BS796nT@5_g>uQYu?5oj_T?E^CK3(KvKT!-}65$xuATo1gz_Ik{ld#=a0{_}dQOB>yQ{I|IQ{Xgy o(6`nbFmIkANL}T9a0B}FPd8$oTy`Vy?#3GtzUoGd!~Hj6U4M`uZOyz7_50|X(C((2&=0#SY*Sdg3HcqW@s7U<`J 8zZ+IJJdF$8bB33&AV{hnEl`UJ~?NBb`a9XV+^_~@IKWBxs|9PNK|IqK<|>9fft*tKtGOKfq6Y+145Y9+?~LxRT;{`9>CeDOtutlJXY;x_P)Q*Hx3blisVIN~F` gY*`q}$P7C*O{GEV&*1b|b-qxc_cP|4dzl@5xn|pTR2hU(YHX?^T$O$FIV;U$YABU%3k7xM~&Fxw|xe-#d^`KZV= eq5Gseu>OtF@YEd`uYK-7KhM1b?K}1k(7W^RK>yx$2gdpNJAe$@?|``(T5IpA*0$7AnCf1Y|b_61kmjsAH5Zq(yDt5L81t1%ykD%@=~`ZK>8^Y@t5%7?5*J)c>PdcCt+@!%fx 2VFjPqdxX-n+gaWCjx<9+C_1q5lUk2K!*AH+Opco5?->_Ongmy6Yc7Jy$=1dcN}r*2k|O0lxm~QS?v !qnLN2AH{eUA62=_qu>XxeiZVk%^#z+hU@Vd=IeS70`uyPCy@T5Cx8!qo&+9m{3OQbmrtU9jovUPlA8UKZ*WZ`XutX>Pht9El*-T ->cydK8b$$`;(wM8~hFX)Zu>vzqs$;K-U)$q%E=cEJ51xdL2(;d_Q~&`}fwTu`gNrG}f612=2}Gdc^>)g`U29=d;xf~@CB?x=f8k?bKeW-w>Mruz27C+L9p&cyr2Fe+VRkf*nj-+CD4;*f;1((!b@n+sF$g HYF~%KgI+BqOISfF(7!# d&vLG_kcGu-zOfA;GfEg@f;{z+k1(&se2j59<7159!yf ~G-uoDQ%-0{IU0Z#Ec~$xZ?Kt!k(Cbq_!F;;v6X4HX3LpMNqo{#s2;2PeI=|` HaH2|35?hHu{`s48bOX_wxK9xG{~}oPS~79QOtA>Xa{l?+< <*B`$EeO#pQfv+$QpMQmUJL+q!BlEsSd)N130yiTla#(^qf9nbIJldP!Q6BTQG1&)wO_1kJZ7e2uGMylg|NaDdpZ hvN?%y41kbXKr#=8tbrjNI3__G9gz5S3N_wV|&IbwdhA3?_FnSD_1m3@%zH{XeQA98*Kd0y=L-I&mY{RlGsI*uUI ?NtPM+#V;${rN6I#*YowiOKlY6Xbb1lpy0#k|5LDs|YfF+(D4(;9~^aX`J@{9{S_%@5f}F{TD$V=ll<1f}hV5WV- R=cuerDFF{^k2FCIIc7i-#KO@Nax#hYs8TW11MSXT8$b7&Uf=o~TurB)NfORo0r>%?nowqLXzltEQpDPLSzTr-Sj 1R-ti+Q^fJc=OW+w%l@J`G<#Cir|jLFSK6UmxWyTp#6My*|e6Hi9Q{KWz|`eayKVpkIHyA;xzyLFNONZ;1Zc@P{# xo6RT4^3km~iV0pVCdhnTVq?_r9D=hLKQ}?Ui<_XI_uB;JA4`zw&e@v)pOzEcn&rdIx`O2Zp8-VPc*Y*Y06_)Ssnj7@CD>%nVxM-#GdKt ZUj#uct64O3CC0eW5SfeT>GtrZ4Jqz21kc}jTpJA#7=KK=8UmnOL WFJs1$qW6K@#k^Z6pSQM;dG9g4{W|8+67HS9Q_O3m^vC}uCg&V?QQ_}X`~|;_$+^l&!-<{|JmYsUIX}5(L`=>}SByk| A3q9o;@nY~Pgjlt9e#8a=--E20g7G4SX9v8g%DSg^LLC`hMqV%#XJT@;darG03NW4Cv>?F_<6w63i3ae+< U$tudf?n~ep%8Zj30YtmSh-!c~U+$PLC4!kxN<#@ZGp1<4$>37}*bZhc1sF%MB+IQeCn1AOIgL$m{W&8voOAXjjennDAK}jt3ssjYmG)k4O2xCCGB 9Y2$%!hmHq*xklsNHXilAcRccaL-YA)JjU-!{hru0CVbuRb_G5kx-01BF}tEa&)OCJbJebB@146Mzc+V9J3ihO^C LC^<$ia9u7?v)pZW=izw-p-KSskRP5?gaF#+Z5ukp@Mc)sR$=>+uC)e|s&t0$lzUzmV?`)~s4=S>71`4K_p8-F?x c(gY`K6g5TAoGDoO+-DGPelH=>-&8ZF>a4cMEhT!i2nLOzyE6@%B^WayiJ>szJC+yH>e5q7}JFM&ul{a)+W?zb`# R)37$jnFoKI1|0cz}!)U&)B3Ph`j{7~W4+L+Tg7xp-sTiN>(?H+PBuG=+dyOEUTmF2vm`7V}Z}%B7kz)?rJ?4E*` CUSgNRPMZ4+y_?&lvGi#N+K1^S%OeLm>#18taxkF}vc`?Vw9P6U~c-J Rg|JkA7{GhTOqUVKTA`Pu$yjN9I6%%5}``JS0Z`3uvSUrW+x=gKtle;r;Bd0h92$${qi`=GuT%*ML@#BAW( KW3wTug?Y@{9-od#SR(pA=5H=pPNCw=VyS=t24l_$1=dHS2I{wzQ}+t-l!Av=eM1pQxiJzJ=KYJ^$=u!{m@R#tNS {^AHUj(a(B*xp0{MdzZSC?-&3;~uSYce=`7~wX9QW_rEe}K`;tcp@_y+zdC=u6@)+L)ZMv@_cnm?_mkceSpXL;RS JxIWk3K1&pS~(!o^23d{C^&xy^R6-yO|*GQ}Y4(XJG)mx-USwuLJbg21T@I^CIw~jv&ip_Ai3Yy;MYb>y*&1KQ4j )8BjufepN!h4KAS`jV0j2j1toARl+!SmQcTg39?-0j1uO_l_lWK6B_~`OaxU8Y>Rj-l>+K&CdCOr0dEdBVf2`}V15m%(13*`%5#;mN3lBj0*A4)E-rzvwJN-bEe=N ZS&pU!F7g~KF@M@=nzz1J&5YpXo5Ynx8F!CR9FvjuZgF$!CJQ(x#f`ifT*B%V~c=TYTd-Y(YTZdp=XB~q01%fR9J @OE&r*9mBct1ZB{h2%ze0JebjO(8dMLQon6!`crjTb)*<@G%b^{PJ%__qCFSdV^v81Q&cf-L7bNy8sF4E^)rVd#& |4+q@oaI}B7!%_Zzhhx59e>l?Je>lo}|8UHg?;L?~8GHoNXO2L>9D4-t{InxbuZ2foU$^K8^vj$2eTyT3Z@)Sc_` c(j!0(9~KI2GT*N(*cF#AZf=fWdV-s4At-hFr^>QjGIOym!H9EEv&_EG5XyN|*=c;+a~*Ef&CcuYMS`LrF4b{$TT &kfHw8uEer2@(tEeR4GD`LJVk|8Xql$3e$pT+TQa@ozmAig^CQUB@31K&H2$9%f{c+iD=6uv@`$Y<;cpf}@BKs_d(0DfWj6VR@`^gVR~+Lb;5` {mP4!2FM$h<0s#BKWZF2(n(|uTRAK`U%0k3Fc0Uc?%d{Pr|;v^JL8L8&AeK?sQ7bdzoOKAj>_cp9(xW@>JmUt*4@ W51)#5zd~?-&i_=<`Qkk6ORt=Vb$8Thm?z%ppmPa=*U`9TPRIJO^_ghze1#VhWWB4U1dnI@JqzpCinB0|Po9PL*P M-htv?&<)2?TuUo!*`BzV->pd;(h=IaT91LmXNU(W}hzVSK0zlL)VKJpxl!}N2I|Lz1?PI}lm=>J#FLH*v;bRQ}F !2-aaFTi>{cmeQa_yXYT~&_R4vn1Dl?Y@JZ)`UzvVB>XSVma-1X2NBOY}FpfK106wSr0<0_hUjX{DlHgLppZ6~SUwqz$pewbD(9Vu Um=6an0=@dvB8>m#i_mXJTm-q_i5KZQb`i#Jy~V(z#A4vj$i<59i&3A47h`_DwHWz)uo&b0#bUHSelf})ak0+Zi! qLS5#;l*y)VXi-hMIidGKQN$Kw~HAD+D!bn+ujzvU9pp8-qIuS1uBzD!;MezkK6>U+)-(Epp4VEkWPg8XBbfWQ9U C1~H#mtfo%5Nzgi&PyO?{Nz&5{mf;k-vyUpzAd{9cyRY+SkIrl415B2KKI9jrRe9jrNEzKmLlDGOEGRYECv3(vJ~ x$U5<71rjn@EA?z;y4_}De *=U1))-QN7#nCN*PbuH-edjwez^~ArR+>Ne-TyLlAFm8Xl4(skq*P;IJT!(VkxgL1_i|Y}umLQ*hYjN4WNI|-GK3m--z*;bR*{T{x^buTuN{i!N!|nqW}2yP2f+?T8?#O`EtyU50_)S YHr5({N!fPryXwwUeCB0`;>k3{hFJxF5Y!B#(n)2NH=H&=<%c#sP~^&VBGIqp?tT#zqkVVe6RxaYn_$or%hMtda) ApXV;aOPpvDlP9L%o<8|js)c1jvsQ=3=F;CxLiE;dFCDy|q+yXvqw8BGg!T#x%TfkSxZiSqC3c(Y(Ubg~Y_Pq_?p Sca|S^e!XZ#V9T+rhUlyB+iJN2{=2Z?OvW^UzhGb2kx`bCy*Y$5D6CI#2j}z#YK9-`<6BYP$>laK>GjXP4ZCe!ux H^xxm_!ud%<_M-HUcCyBFjA8o{?1@9x8V{FGpdfeEHy;E4xBU~q!$nV^-~Rao#$(+lv2JGw@;T*-C$SIO@^3hwIQwtdXZ3vw?b+`sv}3 _jX!os80lz+d3jFT+PosXtry<|I@M-LKK6x7RZ0~1~|JwxlywZObbYbPQkpJ%ecg&w*&w(x<{haQzp2NQAwdb(@{ Q7y|=lth^hfhC`b$9FwI2X9}1?3G3Ko`4T!hAgCCCtACFJWF @_7d8;{3X!!H(mlBZT50Z&U5QtM!%i)GU&%AF9Tl&y%G~WkVUV69&Pg~_Gh_QF^-QC97f}I^*_M(zW*Bb(I3Bt`9 Ah_w4?QPj6?2q(DBn=M}OW;kk7BT{3rO+gZ~MZ%_4`%?nNH97F5p~(yxtv1klS+)9`Z%a{pYU;g=KS`F}k@UJvgih;#57!Mk?}a(`^H4&n`72j7 RUgY+}kLAfb{JYPH4LAm=96=1Q|cxB6uU?JTo?5_PvbAr_hsv%f37Ad{GO)2k08^5hxPk&n$N2QMc+c>eZDU G!&?viu8@K3^;^Ck`u$FVJWn4b$n)T1jn{vDq~B(Jybo5mU@;yzphU9UM__&0~bUe&mTKG30>q2KPJZ=={|l%BVsZ?Dnwi7_wow~oTi`T%Z8aki mnVsE|UIBgB|xA?5|*A%{(#s8cK{SK!09{Sy)c|2Pq+izK4hz%BdQvS*(`r{np9l(XWYqJJN6c7|(Uj` ^u>&>upce_rEASMeEyE)*kbhrMzx4FB*3_g-xOOtbbBZVK3G|SM4vJ+78g~ClvN0&GRBn&h&}TmIly|*iLU#`VH1 R&*A>*1Dz-4Ct5Ylc`@h@U&v?L^qXM%q7Uol(0bel_Puw~Z#(Uizbf33*LQ+1)WFt?NWQnLmX{!SH2p52Z~rK3^H &~p#+X0;4gF|K{Q-cD4_N-AiFa0=>FE(97 av8`Jv(8h0HE*iG}=n%h9n`_@3GkpEbh;3h5VWeWe9rsFkx57rN$AD<(}H2i9X#}H(F2j&6$QJ!zm`$08f{paiRV >Qsjn@e%d)G}AH^YAid(a)`zcz(^DgVD}9R|^JABumqzPCF0n7<|p`yqY*8$Hj_c)ahMNokMNch*bku7Q0k|FK;9K^? ~%W6&!+h#>2|{EBf}P@I!ZpU}6F^jk>JM>C!=?lLaZ`yc6f3H{EeAF(pt?et^)pW%#mG3a=Yu7S<-Mp`ayExl=dpr_fXWo8J{mQ`f ^?C&7ihjk-qU83iAv>pdg`Z3y`j~Fjv&`syRdupJ6{M#7xu)i?yAllO{d29uB!!1lc$?NzPsl6dnf<5>DQmqe3!zur#N40 `Vrjk4(+*(-lz5v)gNz^razRvkEQ25W3Uf#|F+{W`u>RK*G$jM%YRSPzNYcU(DyU+nPorgYng|cwb6r)@nnj(iH0 4a@N5eEhsGaU178!DI(4Y8f!;RnNgtu#40``1r7cxi?`KfhX!;$`>mtGR==YwXZyxLpYHMJh#yVn`>bHAitPe}`s tkHEe&Fj{(da>;V%X|LH`O&xM_4_!+zZmQB(irrCjx)=f{y^`C(C@I aw*62c+c+NTgdat5$1@#gK8C)rY=`yN-YKgGvB6$_S=iYW_7iQ#_jrymkD~2;-GhG;{yRtG@c!~<`d*^n-5&4Fh} UKML-BUw`5%LCk_P(ynZBP{6D^PBcYmR)zG(1L%7(2A%f~%IB99eyzs4U*Y={b_V@UrQg03= g}I=MtQM5@awXm59}hYt$|+}{@awozFUSnThea`#bKST-_i4KG1y&POt6l^KZwD;;N2MPqWJGJ=4CwCG5wI|F@4* BV58#K@9DXdc_xj&H~s!ZVdvMt_WSrUeEM8rUc;}ifo;T7HLx*o|8C@b2!2RqX0*IbDeO*yv--eC&UEHS=(%4FY| 4FlZlT}a8vpnhY|5rP`7U$%35Zr7t0=ZrgU@qz=sh3J*MCI {NzoiFYcpsdr+MFnO4SNXUBgmXFsimZ3AeZMc;GuZGxuz$Z5kv6jr3)0_I=nH>^f&Cg{hy;sNeLl9ztOQV(?kQa`Inkobg%)>-POv>-sMJHlXhx(EIQh?8=@i!-ZG%e Lr4f=(i`mv)nCBaC31Q08%^+)80>2J?+kjslHfiy@a@8X J3Do$rSH$gVE?l#mlcBzD*ye6((I{qeVd+H2fW4bN%VV);$6cy=I}o(@8YxFmKbbySYCOGrg@ENqCP+2w42X9j^u TP;89xk04GmA``bn1KS|$zLC^2eZ(aHw-Uqf}3u3U9;=kDx{x|x~r61eTd_?dv54K2$Ic?vN((XvVv-O>QX6&Qiw <5?gRMvyf_klguCt8P;p(_+VkA7Qd_|}@wi}ah{2exC4^lb_KF0FxW6#s2T>Gv}9N5gi~Jowz?h#IyrqBWX+Lz!+ 7Wcg#e;o)Min`Rq1w%1>xdHk>s?8^d;w-_YBqr;lg!f$t#mcdGO3#fP>G8=dRUW^&0?I@ _K|W-^JkbjA;c4r&=Tw51@w_=rSG<4}a|WKWPtXInF+lpll%62*>WF_A3ziOytUwx3G0hrNmjkTkFCZBVy1&RcNp+8J$b??eaXl|~iz3yGpXr-;T-wAMnpg-Q?nVvxwSCGs7)V vZ`4O(nY0DL)r9B;qqEgVtm=p-t$v;q%2Mp_!+;o=%<{nOSa@n(m(NbznG|!^DdNeHZd}}Uou%hNF #Mve%RPtiMpgG?@Rjwf8UayZS@mf$xO*)-IYvdk}cFk%D%(T`~tEH(w$V}0@tUksJcW8byJ %D1&M;+>2n(H$3m`CIxU__2Go6oyz)xO)?P?<67o^>QnsvMpSmEIjg(yQ36lujT01H;NmtE7`r4N4_Dc|vAeI~uZnaZn+dPp1Z @a;>FKnlysMgSIl6XR8+!A HH-^UBQ$F%r8B8W0~&1?OyRyvH1m|O=t#v<@=kgXqD!-;Az|o@OtEw)p$(NssM^w#$R`WMbZa_K{YUeF#xNQ0_FI Sw6}tQ$+q{vM{!-os>ry%DETP!B3{wr7l*vpF4#K&Yuz1CJLmI{72!rZBh$ &5RNTsFO*pO`XYMq-=9uFYe15h|R^%dk_WsCI3oOd{PTB*d&0Ve~|spXA&Vaf&abq?HIuAt{u^B&mke5?81WwSb5 bbyGuPOqQq?2nUs|wTO2UE+)c-%JdVZOcAl64(d!6TRS*eK1tZgh{+Y?8b}pE+dz!FJAA?KoI@KykZi)M#q>4ZTtXS*uJR{YT_LGVv`Hs7?gpUVKD` _=i%vtkzr&;Wx59GG~hQR0D3yAenhuD-0F&F%NlXvWF@yD_;_;c|6Mu057RU87G6SMOuA}0~p(RRB6GIQEerZCK4 eS!it(Jour$1--&xFo4Fl05nA5?y|whtd~mrnnp>`aQ&5E=hO=S!~f_nn -b8_Bzw;9YnY?LC$col1^zuCowr0X;GaC3j9Kv=osc)9cL|QPmG_Rl~pzFHxPl?wRso*HfqWcXH_1NaM(yRp}QkZ 3p#ar8!=JfA9>`1yx*E`>q#Vw;o9MHq={TBvB`wS@t{QMlUQQ7qTHV}u6`HwAlD$1YZc^*G6&PBAR(YA-{pdddN4 })(z#qPQ3)->pqC6C)iK%XyR1Td66To2g&<_58BObSka_*r()%0PUqBWdP=f*!8vY ~Rm=Z4Pn;MlN2xFdRe$lI=V`wtu@jC{v!ove2jewqz+&RB}LwOw2@UGSJ@ZF_WBWvCM%qEz}^9+C4fjL|==<-zg3 g`qBVVHB#wTtfz6>aDXKFg#z_j!Ov4wgOFY|Bt~V@t+RzRWw~*=JmHb#HbzoRkrbMBgBR~*$xqSZYP(xd$?)B+#4 -BLR1zdCb`bt%iTTE7MFrl91v%=ze5sJd*f^e;>j#ZYBTel2|!o2=v2 {@b(|Rxub0u19u0V#=Ju)K1*VN3JJvKTCyWv|LN<58i8}0OLa1U3ak&9ELTGq=mn@UlvC@N&;o$IjdwmY$eTJN? n(55MC#43vH50c^dK&sZ^T7nM5Bk-ia1kWXf50Z#I& fstaaE0=9cw=*jrVK`~7D~GNendDw4r2zfoi9#}X%zd*P%TNZ*iFHW>b1?c&lA?lS2ZL7)}f6ltF%Q0?0j?=t>sSez8Z^!9u#oyjzs3Y|0Ufp9YI08|+413$gn`qnK?J=}o7^X67;3+L|kX-^@vm#0 _hj7}$-)-N?3TWysz5CgY$dptUG5Fp1I2WO%~WMme=n9eyhdP^a=_vXzr{&el)%`xRo=Xg<6g@Z3NalC-4KTJX0a ZLqv-G>0)J*vUdu6Cnx{C8API@DS~^d&npD$@}eCs|!iulR61if;y>mI!n|d8}gG5&p(ZD5Jg70`DoP9f{BP{_+V MkfuYVuHWVE?l3|C_h%<$7`C7s=Vv9?}=n4JS#`dEy3y`jl@iGgLrWv>rxY-|8 OKNE9nD;AXTDSzRo?gut)VWb&0`^#ujlH}qMt1huRGmNz38VpmHsm6h*m=?Vaj5plzIRSh%AH@*-*{?t)dBXXhANgK`C`{|rn{qDnH!Wl5LJ?Qo>h1!@Pgp+T`wYAp&?lg%<`B(<-qI7b`N6j=Cl+Q;H}Pt3fh^lTp^A}X{rV@pGxz@sdh)Ml;QIg>bg`97OI35T;)3Rr6Lnq 6@kVhGSC*E$Y-4*e|epO^VO=0d0D+~e%X{N&ov>HH-|M!#M=wRTDA~Q#?daCHX@!i+kH;QXA*VTwj^y{io#4)WeL D)7D4a0EJ74e;Qf0Q{=9Nxy8CUBsA*@X&1sbtpG9VRJd|C~rnUOK)oq5zj#wVL=3#@pJuaKk+-%#4O)0^z?EEOHlF7jor=4ZWq3|+7_w;DRkZ*{?22i0{<}7aGlsycm@M$Z6Y|63+Z?GbGuL`LQ@&A`Zj;S1PrV+$C`UHQ@Q||NtW$ BF8b%8#4PFr+afIt6#MYM>G_7Z(*cQK?c$S8+vEjzH8VXveeI?Gx5^n{5;R#8x8h&z}_zVzKS#m`CY$?@HmQz)po c8ZbC4-Kg*RtYac2Z$EH*+hCRozxl)>Nl^WQ2MlN6hvzk;@Cspsiy%pYg5aGEng*uumEp9t>n@{P>Kyazu2&kF496lX 0+emg`}rq{@iuDL}TEr1>EF4wZ6mJ+mni5zd-Dp+W9Ouirq9T^l6&4P@bLZD2#{D2PQ8HfR>!5(E1UqzzXxJBtaR Y;A&CiP96)rdVt%Nr`nS@Vh|%EUFM9Xr(;rDTWd7qW~FMl+3F|jdPY$SdJ!M~P-R5AJikM4AGzstacnmBFRdQ5<(H=Bat~t!15P{+(2hW1j^Uh?(0ap3QO)ztD$P_F5iicosNy)e+2KA8yfhDnKK26X6ixa%_iq{-3h$@q gWo3A(){8y#Awe*#X3%1+x>Kp|GE7lWeCY$b9AwS*!0HsIfZJL7;-smO^f}sM>(x&!k%lEWo46jPo;j`k%KAa$-A z`mX=@_AK*dvXo-(c>Ti#u74AEDNRML{UpCzT0Mza1^Ped^`AU}ek{+lXV}d|zr6mD|6Cx Z^jYKjW7(M(frc{tAfC6xBQ1WVKzQ$KM`^>(ez#C;$SlsJsZG4;+x55g6zbsc#!C3E{1`2raBKgO})VlJ9KzMr$XvFF_~>I(TET8XahTxw`JJV{ B}#))@(U!2GTSR9mJo8$&PlY?4}B`gC*v_)YeAZEn(DI?#ntBC0E!IKG*#V#xAds=ZE932(^g}I)#O#_Vo0R1*UTncTYc=(xkgs0c6?DP(jxr(Z0O}eM@(geSR6!>K%8$jXk &I3m6<+uq$54fat3@PE_-E~1wu4zL6fskBM}`9$XsP>D^eKd!8>r6B1)}tU?tiOe3T@CC7kwCnNlI@QAnG$PTUc; tckwRt?&dfa^x4R<(Z$uvog!7+`^W_oN$~@=@&lxlg9ryN+Wh6%g3a?(Oj!26*1(%F<}}$A|o3s)=%VvIrAE0B=Hel@@cuUn1(^B6%|59*RVi%n&va}q&gN$%xqCm-edD^+DN<^drc2t{m; gJor?(792Sb$GJ>(t$sW!%TXPP2LiKNE6eLxmj@}L+ebj>@oZbv~ dq;{%vy6PAytBO H594Sei8=LI@wN1p~K*FjPowPHZ6576LR(l!2u~siF}43lHPS{-q7$h-l;db}Eh`jS5u3$_XKd6+tb=j6223YuSd xpg?cZUnyx?89yT`eKK0Ik_c-+9Fox|bJl|fw@Z8JQ9=?~1HmBiXmrS_uhlp=D*le~l2cl^`I+sPYgIUt*r6PJ{4 d%jDXXs@Re}^TP~~&!CS$Uv3d+YI`(wwqVutoRWyoVd8ik}at1z#shAasfuV+Qo1>6eYf&BieFZO{_@6+Rumc YA+2-W<9)?Ijh97NXaC>xkA+ R=mTr-xyupGs4HZMiZ^t%9SqUgaWL=}Ko$O{70q%|7Ya3b0Amzq{C#FK^SVIf6a;s)Ch)IZFB;K}y}pq=z*nvnAO dFdvZ&svEaKHVYBI$_0>tk&4;4jU0;k#$pC+nhXPtXJq3I6=kh(sqZ(ilNL!@rnHC=300hwO}W*c4^1~kpv5(lLq --hg-HyOJ1VAYvX@MF|G6o1;=f|b9OVWYs9tTv*cjo~2w`(*Ul8blU@u5MuwPKiIa#SZXJk|4pr<%Q3@h&$oZG)Ebw0vM9&wf$C+m>B<6p~pa#=}*E;0UhLr<7sTdu%xz$}((LAE)~Eg0@=x3{mP0L=({q70wgmv#|f+!DhKR;XxY |HNv$colOTFz8qCTMXcb{Y?BV@a4c5_usGgto!yd~1FFt(Igq8Tj)t_WU~3DJ^`Im?JsX-1Y-g+Y+B(rTiCR8dE% 1RoK8qU%L9e?O)?zq299Up29gmMOMu^dsEpzMQ++#_jdDTgKxdPGAP&dWQH%=C+XTYvL;OYh4(29gk5)CXLzp#}8ed{sxj E-zCW19C1tflGUpw8XwnmOc+C=`iwcq4*V9OKcGoYINjf;Ylww7DR74AU2Cs4oD;P84T%wAB$G3G$!hdw=go6yI;H_7Jt-2=ylYm*DKf34jL6@3nHZ%;x5? SQeP(Ls8EuMDpJu#_Eiuu-So|iJL`IcYLM17 ct|&o1slk3R@r9MzmSB+~yb_a|rFor}L78XDa>|Avz|g^-rQ-s!Uz|;xZqGvI+Z#U0bo-`auN`u8xP;OvK}paz(! }VaAEIjLhk=wWzUsMy8Hz?`*i0wp?f=TBTx9zAyMT%wAEm{SFjjf E@~POiG+SY1P?Q8Ro<{mNF0pgzJ i|H%#=yD3B3Uj}qiE>6F9IfIq3mmIO|8B+mCFnhF2qN$e-+iLFiK;Fc<0=;SS_%ig(0azX 6GL5BIFDUPTqz`tjw7PL`|!#EzHnjF_a|?q8E;mVkQ?FD@*}LkEVZ3O*3aI;0G$Tg_j1bPNSLb@_&heaAFYD>Z{m R1hSxM5O-ghcc<`!RrIL{Nm#QbeB<`WQ~fj%EcKFW_;oyMP^t|@*{4XUVKD5aoD}GFTD8sW07f^;EE&zb3C}m`4x dp}EurnItP5)|^T=9TCS+xYe2@8B%GuAeq$}H+Hb-2dlPsJ&>pi8ck&9t0%)uHTeMF8NxSqb{WSui!dWK?lVq!X5 n!{Xav5+Rxz|EX{0R8h+2@D`Hm1#6GvD*SO!%YzT6e?wBXQ`E*QNJ8*D802Tke!hlIj`MP=#5Uptq^BT7&@E+z(l 9~mQs5=JmiEsTUj1iCRNpPyTPVjD-S{}(c>d0dBZSK_d|SD=a?{1zyBLKM@{FZ6SIyP^%AHW{BUg^=WjL~enLISV8rt{kZ4QOe+2)x|v}j}?FeW| _GE8;zXJ+ugxd+rjTwx6Bu|p9lG&5+j_j2l?Sv5qfifx$2fku8pL>j4FVo;)x%ZU%TLPLB?NgR=c)|nj4YNny^+h Ktl;-;98<0@m!RD==oZjGG8YC@n=k|zxvp&zl1!@cTiEYafv=IpJ?iqQwdnngSAK&L<2ZZ&clNrf>@!hcYPJpo|p sa_^1m~|Rq&6jK)C1UTwE%g|q=;4aFqB-!U(=w`+%=)*A98|{UWnW|saB5gKAB|;Xhq@9Hb-+Zw%2L;0EoA4aZv2 O)hlToFEZy%tGqasjoUe#zkfhgHr9wo*&vwyXwUo>x{471?vP=Ye&6CqPXJ{4DE%0F(>Za1AwMi>9z|wgw80T7SRAGa5QlkvXZt%9o8pD1ctNP91ej$v$o62pNB=&MNVv |X2wfk6@N1NAg?6|NAme;XeC=97Rx>9E;#?wo6`I4&&QR&Ue=H_!hWplHnt7cKWS=Ly_)$4S7aqW|+X_qnJh~|-$ <-|F+f>RlL@+P|)bNUvI=@v6f^rM}uofu~AfVoOUSFyp3FFTQP4nO)%b!F<{jTz~Q4@uvs2`K?fPo8Q_8O(Ppt`+ JcI^%8SLc=kRznL&5hR;Yn9sMfuUH+J&G(PO4~W38E+NZ 4DAm`3Cd#1nQg`n!>c!*G>RGRYF{0;)tZ>ucl#w*BUl7EnLC97pyB~ciU`cCEn >_Kx3icI-De4E(LwCq86i@dU;kk3^VDTapYqkLY{Rx8eKP1CBh+zB#Xr p(cU-Fz7}99!i~)6t&ux%;yz`HvZTb!LTk@UU}==E#(pYjcRuQDE~f8!e=5y+`fx%~|ePT7GE#_p|NA4sUGKH@ta gaf?1TDh#ZXO2)+u(UpvIM%otQRhjDv6>Z0>t3BAvRXc)9E3hV&tKk(2O{!voD>)J;@ur~#u~BNK_DqHC)-EHxU4 %jpNrdEc7h_+gBjp@9?Gl<^ttm_@-yyC#b>ErJIx1egw3=ktKt|jlN)?I;Hc3oO7N>no8#qXG!*gK}3r1x*X=U-? +yhjdR!yfU=Lq@o#*L$Y^-WFqzkcdedXTrKCVuusRvX$tiuYWLKtUM>v5u9>;<{LoE+ry5bu@}yW0w8RhF%mb`%j DpoPTyOCoM^EybC#egEvkjs5n&ZV2^CBzg%y;B^||Fjt?fh@lz*z ZPc`t33%3pT2xz;0sGzO^;q^i-U=95F$C4LljY@SG8(6jgKfN8Epke1I8}bgvG{KDUH1|uAj&iL&-LzB54#M)-ma zjJd;6xZLQVDwCpyfs>Q)=$>!{6Cp3f_ORy*X67!o&{3Pg8z&azon^?2ujPkY^X&$od &$kHo^jGuX(UW$mdLWTaG)-%^8ySsUB_fSGX93D)+{i{#gP<9$K0T|eJT>9I qIuB}k57lUdgsVfuV!EgRuvr}xcg9F-NdmMm^qSanQGeR8rL62w5DUYn+!QGy6crhZ6+mZKg!qeb;1BI-9#3nfn6T %_WI4_9AlBGeh$GE6!UQ%+P=oof!DXJYjR#f7V!PhnFpr&D|*i&f5WHeC@XH$n=G@H&(4NY?R{5XtBU+t1|k%&Qt D2c^)huJXW|bQTEDbdp6)`OHCRGE#`dBi7*@Jk_3X#?JeKV0M;+9InVjy^!wik(3Z+oC%5BPkz) 2$lEGM3rwisr5XnNROiYiit16b$?_A*(d4NQlTXrqg5j!XjKMxGaNnwYLROX!O%4^@*2XYpYj4b@T$e5PDn9|VV0 vf1OL+iI&w#rdG~fKY1%Vng5fMQsl^Ms-oE6jREY(nsrObCOX|nxd#p6Nm7jBb~SIkQx$JMI!tt?$T3G8pL$u6W& 018p6-HVrmIS4OQd9c(q}`D~ExM0Y-e=+*2ePSWSxCkl3v<&^q-Gsa}0O%B-jDmtUW!xhKny-qc|ZA=N6EIsfs_I u?>lo3LaqWhhiRedG&YiqsFR3#}V=l8`OKzN&bn$vZ%2=?AhM$aiR-7pStoXlxMX4tTgR@;dy49$WvNt9g5VeSL4j7 {iV7HxvFc=%f5;Se{pZUnWxYe-CmE{j>o9lyC@p|U8j%>*m1ilZ1K|W_uyW(P3nB6S29S$m&_;Ml$7!UoQ 8}MmFty${aXb%89aHhMaXG??A+qM7Be0^;4o;!FuwnWU~nFIH4SN92&i*k@Rm+;J13T18ZtZSpQS>GJ3T9H*=-}e !z+1=v>y$u_imQR5?*5H_zs|2MiLAbc1N_@ozB2rEQ4dHX&9h+z!KoY9HiwpUB~KQ)r?gJf8C&XaLwnuPGg{ZGAH 9vwNEgH`p5D8Ud}*3tSWKnn|{_@HQ(cj*v8roucpyAB{EVXc+W4!uYzkM!@f$di2x7G#)E)jhD-tUAgZ5Eqj)%qF >7!fwJOU2d!0-aNkA_`692-MUv;*pi%femaqqCpg0&)JL>yDcO)%YkRWt+yl!i@Tc+{JgS9N9_&ow3zpKk&;Z%x?@jiO?3UuoJv8boEL-L)Ol# &rFV(%Q3%U$;kE-Gk)nHnK7y;7HP#}2 ?2tfqnBZ}NdvG-ZOR#xXUv_l3QT?TPGstdM{g7-uAGoKTAJKUpU #8-j7l*s8E6%r$%Ml~O`CK^WTTO>S#rT`)?W%Ru|gE)MiDt8!a;T9d2y&RkG5*VgIfbg~m+h2SJqPb>A!)^JOSxn 3h{ZE55Zx9|u(sIz8!YU*IP7m*doe41?3#^@$HSAjAos+(8ZCFSu8o8xGB1pijTVHc5k^AFR17^> F(fnJR;x;Ej)cQEj#{y=EjvU{S6(s1vBvY^WR}gKCKqTZxqR^=XW#4@%w(SX_+Q##6c56uh`gUwBCQxeM81=GDk~cxZ7rMJnaL#oE{`Lilh`=NV` Fp1OjI$~Z*SoOC=|%L_=Li3Fb@SGK`dCzaad=hx(zqjPt>&V7h@gV~`8~()$^Wo$!V&NAn_F+Bmf!nqwVjf@T;etR{fEtpM(@+ 4|B^N20FjTj+4q#&elXcsUfQ1ApHK6G_eG_-1IP(bJiV+K<&k0}U0A>0-KUw`bk@jGt)1Y3dHKp_I`DpHkk1ubgB91Qnn4t d#soAApxOQ5E$1*7Qj;k}i}O}2&Z*F$8m5GkxDWcO|5$w@raF0HQ-?(!~kB<)udk1|7S #QSp(7(~PYZi(uJr>jqWW69}Gs7I|?5zyGFM{j$qR1akAV2@u3@xU&6XxcP~SuEOX+p1W%GC9(_3WZO$q{6u+)#f Y9Q}3#b?ll6A(g&vwr;#34K_xOMzmveUD@bz?geRGvhF*Kq@TI**a1oU6CaSpnfDa49?U68bc_w83oK`=NHPOric O%Ky!S_}uG`ND^KV!S9+M{xLB4l#*NEF)$Ip?-3$P~ZTPcthKYCLcl#B;8NW@9`K#;h^kZ=msV9*^S)jl+zS^LTt jDV5G~P?8@wL|APO5j?Av#Cape=**ugR(y qP9kj=8p#YsihYisu!W~i5klxOt+ji(b^4RLl-QHlSyE$)=iUL%yNOCa{XR`w3*k8F_zl`Co{LNr$^LD+c^h@MLK gm6Cu|HmQ9g$@Y0YO>R_`y{(VGS>Qf!6EUW;Ff@C+&~6?5&uiuDp+rDkIwy@aOun!d#=IOZ(7tkKyKsv57fD)SfL 0%^7)?nS5CE{;{AMZ+rWPbrt2@-4i{o{X$Y1#=-&V)wy=y{S_@-e4pu+ @ALm+`G1L_4wQ>`Lb5Yok3xxG`r=fqLl`hrezi##_QUv{>O9 on<~nu)~=Hy5U^R?f@hLJhlXm^q!QuTgf2MYC+(Y7+m&I3y{XP-XezEeRgFAB7l d?+XMYyepv5+v86iZzZB9m6smtT6)t$fS5~Ii!^x?Ynu=3d2UPC^P`y@!+3R*?Bh`pN;>=_~jZY5=G|Z QpwaS8K_Mv>*R}9?Ur=^pema{E!bKtpDA~m;b`O;?!ILIv?eZndBJL+J@L;t8WuO_~r!alk!^>QJ$i#k W$u4rz#x5K}6t44;oCuR_k#9ns_0LZ7*4X?ve<9j3Ae{8(CjBtXZ)dU{Q}AzVPfV$R^f!cJ1!&Zisq!jmM1%Mch= y@%XqVv&7^Yv{^#8_8Moqh8=KkS-0qPb3bt#G8{OfX>?-8?Gr6*_K`^zS!`sxB{Xg3$!Um?vq6ST>%Uc;E9*2$XK Ux95SxlfMtPM@izcsCZgiqVESK$Zuj=kNj=Rw&R}9_|cMM-NKWuN-Fls7vj|zpmMeb(s9HP=h#Qs|fDAJtnwf7w{ {y^81TQsf%Mut{L5s$6DHM5?|J;6XD6DTttsdba6c~%wW{_1P2lNNpnZAyDDXqEJq0k+9?sh0Dl`g&=6z3q(x4kV 3!mV6Bx8nPk6z6lfB;`pRe>t$78SGlL-*wh>^`f!r2h84CiLh-W*9Ma+WU+A19UG7|4qL?Fdsz?K^6?(~`Mv|R(I _NO^$7Sd1?1Ui{gWJ}Lk2|W5_7pUwU3KP$#K<0zlT$XT>!BAgS~Yd8fJ#+NV~h+$5>;;K#MA0jIkj*-ekMbEGP}f 8M3P&8?6vPKLKLO}!(x_Q_l;&mu^^|?t?E@LBM$P}U5u=^p$fOAwgIjEn{ML&4DfLzt8c7Agn?Cesn9q t!=b95Z>L=qV9tW&K|NLCz!>?8#Vxw)Vl-ias(cQCOPVyVpekx|+8raGQ8*!RRX;-4ZCT<%Ik&}|Lg42dhB>ifnt fl)l-q#Vgb`Q0z#+*?_qCRK>hS3_~zqV|#F#*81E7{p*yWPiz*4OzjjH*KUhExdH_8}*5%`7DSeuBrMl?TL>wB_cSK#2PlZauC3LLv1mrN7jjIjtKIS%fO3mh=aO-!=Vy|6xdOp2cC(0q%~<@_k{C_0|LuV9nHEp=yne#BY)`elhF}- FFb{px5Sy1v={+D^W0v5uAIky^n%tuJwm>v!O!JtDf=xkM{7=crXAAqsW#mjD5=>;*W{s+TxvWZ5Bl=Ty5u*(#iO 4eLTomE0&5YMh7R=BJ`X=w b1tl8f+0u;p)1Cyv&YbdpiKdF2y0q|3WTHwmSvT;Y|Pe_sR%N|TPiRMnQLqNrVua1zrf9LZYkyos2Au6mx9*1YAUuWxI!Dwz Brb10XD3Ls+W)sLf!17Qf9NO84xagY^9b=nPuNy5RKElpv2OAu>k93b14d*fq2ZX$f!)}p(-@S8IR`14=r? Rs3Ckew05%iL;({tr$==Q)cz;h?r-Q4J?J;$oc5~r&{3DA#*0+iH70iYiJJ}VnVwDaj_{i&jH4#xXd^{@#U(@gA7 e$zdKs>DA(^R7jT@YX!bDwAJo& `ZoO{+a>gkm5)hYNjFt8+tZ!wLB4ip#+yXBiaSpMMfPCAwrt2OP$_O`>>}<3kVEK(1dbC34_kdRoYmA;iAR;ETAi ;VK49ybbeRKhF}|`BGhXCkL F3u36o#M}eol1L8S)CGjR8;uO%9ASVPx-G}18v5Y&_&D?u9$87GOLD40oPm;1R?3LnVpo;DYgnsz-|V^BW@E&0(O WGd$GTSAHFP+*1}Dp|t1?0(>f_-k%&O3HvBYlRAS9(i67D9~F%$D2t-{7w{AX#ak)*iBtZp(iY)w1y|8#z-blG51 zrZ<)Xfa-qQdm-r28|NHPz^iGXgl_e0TT_GpsHb3bRFg;*Fv5S5v^-)5_*P@k18uaVWi{y- !%_0zJelFVhr)VwDrRm!!Nj~?YK^5PE_Ax;l`xK?APlu5o(S<)Ru1smloB8gH }j8P9SQsjF#Q+Ma~8|cNPeR{1|Kb%LJ_pSt7!sLM~qr&v*G`mJjmrL9ThI57_cuXF?R=nB8sUO+(q8>UA6jtwp>t ZEYE5m{1Orw(z|>)pW*%1CXs;t0>>eiYB~3oprJRZ({>U`D70$;J4sDSON3{1cej78UVdpuU1Up+hj9)ekZ%Qald%JkqGiP^M?_tCn6K;$bQ;f?UXB2bB`9s3N(E^W%hTH0BB#1a5geItLwR&N#T=ht)PFfv8wo-^=!j* >x5~mLDm0P&Oq;!4sVtw!`N5jRyWb{d^^1=jS$Jhm&anWieO0-ei`hq~pR48~^V9k_Gx@AlRJ*IIjLLJ$)qJRs`D 4(mI0l-5y=N3!bf`6&aEN6YmSq=|=cjpbwrh9C2(gJJ=;5)Fwjiyt_NvruMJmvQ6`zJ#K^eKF0$d3_qEo%;&CO$` j2ba@j5j@N)e_-=xl%&S-iZ0U-I%q7NyLk-dRKOXv2YbD&t0Qi&ve$2dFj;-mTxl>UFWb?;@fjskvLZ2m8;f6=R+ u{Rji!)Ub3vf$1{gubOLoh=ll$MWFijuX=1<nlP8f@1RGToD}>CKa|qAU(nUR y&L}=jAp`tO_azeP1z*i(0FF8(qZk5^g6`7L+^k>qvp}t+F2K%cAlF%+SMd8nI$2iz{7K{n70dXDv|mDlarZ`u0+ YIx$|vxCRj~8*aWhq;))SL|i5V(!@97*JVSWWCR-GOn$MYo34sk;s@0 p812l{NoT5HyJ=zf)X8RspViElN7qXE^t<_MNm`ptI5DXe RVrA%d}f>3$K<#3K`m3UlMy~u?|CFI{Vgq_D`dSGH0mMF(UB7jGM<(j~8dupb(`p^$4z~d^?@PS@3V29$YYEHcdQ jyGv0;r}wBPM?iOJPKu$)hbvs(dqsJ;tC-Zxx0i&wp&JGhH`uK}JNp1I1WK_Fu`=KD_0%haulc+}1*F>6 8Zw{d;VJeHRsRN}J9U>(TN~-xGIq(^*Jo)ETG446R&?vcgc)$~0A48X6ySXBBBj*UsKleLkn+m5a$nFK&y?#d>Pz EL(He$_snR2CZ5(K?n0$5f3k5mRQd3LB3t?CE6+iSuwe{o636Rj#*FafAD|kx+VH*9J3&FO|DyZa}~Ej=PU>oN5Q +PXfiGup|~|jSev`qLpsFlN|lQ@C3~n&!A)Z>x+`%^?jm>UR7GU #lw*c3`s)P!+01lAT?E=tI0>BbU-VF}d6k{P<{TIAG8ZcrJJ+t&`cSu?I0Dxu%NzjXYN;GW=e!kct2w;Rd?0EvN_0x^k~%Rb63z%PdvpmD|HZ24eU$%EO(ND}q9tRmga{q4hZT`ao{eQtHm( j7L*MmMRacl+aI)Ppa!9qMsX;^}8rnI8tFkd(Cu&fF+_OTcqDPCo?{wH#^>9^XtN$%aHoB-jEF+**VP(;Q@vdgF7E9GdIqd_^Yl1YGWHtX2niPU-gmChEq9Je?7H|xR!Rb}^T a=$*O#UCcp^ zJ4dMeZ}6(TWdta@L5jVtN!`U$<*p&`+mk0{5Jjcb!9r`2saT*CzXO^H(!whE#q@r>g`DAV&g-5Gz)I_((HCSAkz P`5JVO#-_lHh42fdNXIzKfXg|^k{kzkHzAqnE$iE{6T?zA3eH$u=6-%yY0g_zK6#Biud}#zZtUaoWa}fv~AfJb4c VSsS-BJDP)%QWy|lgC_pM^9tf4_NArOXS7z$H2H~~t<*QSJ7rCe29)wnoqkAAqh_G$L_LX_atQ1LJHJOfcw?m~5p I$r<)g}Cf_J*oX2%KW&*r{MRn=(-?#OypB#BH8#nFarnomSQ!S~d(QM2LZITy>{L^IcB5qPIv`md>s-5#L8;azop A>v4fL#f4%ucTphJPNVyGrf8qNb5br~?FmmD0(DYqcz%oqJHX+pvuZdP*qNa)6StN`JInQFP~~KXQ(Mn1BFuomX2 #TsWqu6GZb0tsj_Ter)R<_?zmc=7uT`(vn`zGJnF*aM{td0(mMM`o2V0AULsznp{$Ek9lfU6MtxQPs=54*7rnM(dr#zO3dV-*X0fu$! hLt#+vZJdLJEY2+DzrVN6hL@yy>2vVN$3!{K8g2gRVVXC?*H5rWXkJzVq)5}IE9DH!-P4nOg^*`}1*>lg6b!mW_i @lC@jKxM>va+%=PoB$nz61X*`9E|G?%NI0c_bBLTJS#=oxoz3+za~eo_239Y+%RSgm_js}G(JI?3uwKt %kBx>sUU7T4;`S1Wg7p)>d#T(ly%PPG`qdWS;{Wq+bpwQ7R*#NeoVdy_xU@Sm8ET3q=}mY}(H64=HuD55dLESpVu _N)H+lJr{;3u#_@_?zbFk9%Wfv9+!ZoQ$|RW06bCs=K*2in5!}P!T2p_Fl#5rU+p{w!G(A4+|Mu>{q{$zrdgm!amG4fp7Q@byJiFLUPcAd`Kc{!{_V3GLRyXH&Cr1yD4nwbR%|4nOa42*KOH}TrS n2I1Y#>FoM`~r8FaGZ7lLtG$3fEy@U`O1+im-D6Qvd3-SWJGq^N1GuWj5cz+MzHGo%i}>dh65OTk>AN-4WjqzLVX VZm~n}(_7C!`SjO+`|DqRlAZqTNApiV{&;@tlliaC^8D=i^G|=B-TvtGqhDp8o^DS<{fWGtBol_Fz$`w8nTCa>=Q WlDYK8E*Cak+ASxlZ*L|;Rf!+w=tTsGqQS>*%wqS17g;ZcMO+MUWEw94_38JGtp-i3yJRYSKH>+cZ3M1G(ap-RiF MB^9aS>51OWtKi#zpHX=622;?G*6Hi1(cCmuW9QN@haLJ`k@i`Dt)znM?i%1c nQ6M7t9*$eoh72phK7W0(Ws3wu@8d^|Du+rH2*1e8%`*jNO5{cD}6K>rbeDCGwEL288<$3{PIB@@nqQ1gm&}kwgB OqM;BCB_V#!&_P_Z3~)y @R`@|ve})R(4@Be<@(19+(2PsXJ2 -pGNi?D42ujEnsiNc=b9Ve@INl+&1ahNf@zs(@;`K)V!HX8n66D>$19xrkM*IXkDlgzwYi@2)h~#T!Ig`Eq68S62 THuexCC(rc{}oPzvn2_=Z}L+cjr;j2zEIYi(N)bUT)F1=@h8u~Xk5QT4|(j28xH ojtVtkXg=F{95-(u}0xEZrx3FfL6RP3KhfcTz~#JKsQ#--W75<+an9Q_6uCa*chMjBUsmLu9Boq%>w>vRTLf>^N^Y-=Ez AyX-JhIt7ku7(xqNtZ>Y`iX#xo2XO1BQP;19Q|!b_2Nwv@8RobDONp2n;4(;`(;5WwFcSOmzBT|!rSqbqWkI7Wb1 #e)2)5@zwPM+u0LPWK(1(JAvOBZ(KatqYN<)_(w(Ct>pniHLCBqbg=-0{0Ml$`BUBAdHE~>(s7)2{B)kqLT1nXVuA(CK$LdH2WN7)taz%2pLJQF;-lc9U^6IKQ&>8^gAX}ZWtk`5EpS?FuxCD10>>o_9IQxLo~Qn3<*#7S%bh+d!b^vqBy zCH_T)s)3gn4a`I$6{MW?KPmum$aH27H4igp-CdMeF`s!b@zC)A^LWPlk%j3W2kzjd00E3=B&SOK>daJca~2u;~0 #2^eUjWnl~lo(#}yOB_U0n`xZV*qpE~Xt|iv|TuBVwO(4faxkXElC%iv?-QPO!Maml*W+)!H6J)GteRC(T?^fC_a>0aFxZCbi0YEzAZ0;tfIO-) CKk*UD8HwD#q0tviVLX;roPl`kA^M!m>avVf5t6xBD6$tF5Zv7Cb9t(t7KgUXGnQAU)5h97x+W?$$q`^v0M_*y<- W?AJIb(YsG|Md8QBQ~;c|`}16sX!hE{iq1(`gy*ZLpdkkeJ0m8Mw6CGTGMY;^^U>Zy(+NF=#RWWbj(Ii{FjyJ9$7 ylA^L6}bp~`kMu84y!hx1-fHY5*i%bM`~03GTa)fO^8WZ13opt-syP&y1NVE8yxrkk!33^UdCrojyaG_f34Dvd22 $r)h*{h$%SJs9f>i0_DO@XIBP;G`q-QqYAKO#v(Z95qwe6|(9jzBQAGEXbjly(-#zk6ephg`JWrjSvTP;!XT%@>uSHrh#U_oqaBT6mOe2RlO6|#CHf8FITPE{MNvk@JVT!aUbg-b4 bXWutTYs_$&i?2`|k(;Yeb5D>PK`O%(i(Jqvg6eUM+xbVSmmj-b6lp?m1Y^?(4F{Ml RqDr)8-mnnB0=Xd1ONz-FO#zZQEnvp8l;le0D=c^p1Mf_ej?!OT *1gw>OsDwz`(Z8cwbs2dS||9oSS}L2n7bGa2&`^=!0qbEgajZP%>;f~e}~Q@wg|@UQl4Ak5PE27q$W62q~nxXn|8 &d_buS^8&Rcdv*I%p=WR_XZ!m{vlP@xOK8uu63;@#BD%kg`>}4+B2qg;}@}TLHU<4tK`yf~rPfaHD&Q3#ILUh#d0 %oOf|1oy7EL&n;J@$RXPc>2hrtUzn^O4-gRRG`WB8$8Tv`YDWs~33Ll@qu-HC=@|GwJIo{Gn?LP9&29UhkI$(MXZ bjFY5UVi`0R8E2*VLxnV5OC$_?#`RgY1Y8+ ^9IxX=v{OLs_nV{t~ssIs!1o>$tl_PW(SiA$xk9pD{N$|=%TPxc!R}E8Zh( 7rD3Q9Ng{0&NUIblE_5F_ 6fQ$M_gO=vDMfUbAp#$kp-yOE(f}?yExScRMBvau-47s{#XSfVPd_zb7TQWJ3C_I0mOntl4DA1u (lPpync8MCP*)g^)^h4393*$TCaOmgr(3&&Vcf-?Gnb))Zq(~=QxjObL^kkJ-GYsTd)1uxY=7w)qCM=C0O%&0oof Zv^s@W)Bs7ifnvf4>h@*~_vKK!o18V_QCW`*yS+h3_yQK-*)GtpgN1BBb14W9NHjjEFZ-;1gfupxDZ3mX?Hd+GD) wQR=0q&O+i-H%ZK)C6Kv*oI8Pl-Vnk$GjfSvymk7{uo@*Ad`XSMf(sq<^^s&2R3@3_@E6;(_%icS|N)J5FUZFIz7BjaAZg98tI# ZCxuZj)jcG{RR|q<@l^Tw?p6IJ77)VReza3rz{qSDdr@g5tCyE*nhdd(`ng@}z_=I%A6y1F~k)Q(@hAbKSKja;?% MA@O7~wE0jFYwU|Z*I&?d_;CBC>+s~Af6Z(S*B @Bn@d_b7ZV3-$k_D?1QU7r#;AQfzCmaIgDTCe}LMsBB up9#KxJ48|VxS-}`?%?ld_Qj*qUb68yt;Nf0n~!NNUX{WLy*LkfuUFv&|MV-&pQmpXYJxwPw~UZ^H#IZ>%9RevHQ GQqj!ZK>FeizZVh(cxu96>#a!>FK;~}N4BJU3@{2XT=M`-DJbT~)}!t=XzoU<<-&xydYAJg;}tt33aeoOo%GRzj) Et#Kq$QGHKw6`dZ3Y!}qm7jD4`B32(h$A%FVeM_xA0WF!B$!aEBt7WlFOXdW{w>SAs`1BMXl?!4ISKY6o;OT BclrLp6Ngq)R?LEDMabK%0jQ%Y+c(G* yix|jpm7LSc(If9y9CxP30c8bXk3A<*>e~4%1SVl;q}$0Sn!7{aiF)8ErJ5|JagU!x1Ib=@;37gCCRZZA4$ VfG43w8MM4+;VL1yw@TKJ+*sWAn=mC)?xA;vG`xF16%T;{nArmdVA9T41lW;T$8~=+WO>%4Y%NNPRc~M{R7ZSgHa _98!o#(I-!XTA(^LHPB9{s`HeY|D&&P_ORmz)Mvr;k8e92{tupa%IS$bS!oyJ$_JtO#FPLcZ T=4FyzAb#`f`&g3r0u#lX6YAXzmze!s^_k`0NG5|y~4rGmx9C*+Q}#V`~=#3bbBJF7edhx5Qk`UV&T-(0J f(D>jGx|X<5S`8M%$Ckl2a`XsFAK;k3`gf(y?@U)j@>d+IU<=^@QwOoHG_v>eMIM6Dl(m4U<xQS7|EX7Jn@2WT6JCicNyAN&x9mFi|h$+Y^jJdRT-Ke(G2^ws +vIMTkz%k}p#rE7ZdEVW`eaokeG8#WN8*DRqBn5_V(lFswk9!5se+$Y`~N9i*>ZI!oh%6mruHS<^3XeX!kIb&71Q {ctVIHQ{wHE^GTS6}}~HtRrt>~pgUA@U&X*}JGWhBQV{8m)Zj&-pq<-HJ}lEL0!dJ;Lebf!g%(dA_lyO7>E! mKt6!LU^_%xcF;-^&1zI!F|fr?7E{*K2($`6f0s^W1Vm= lRTc|pJ5LNTj&H*e@26x|8>rK6zvu?^0j~=v-E0ZuJ`<61C EL8Vc&w^*dG7v%k!svCFOo)8IVgARrG{FZ%3TXeD%1nu-yUMg-l8G`YBuP-4t~hM@}y*QDAmD }%=R;TVgmV_Jx{K-+eGO7BUZ;KD<~)!Dn!439$>9zr%O+zQY=-xgK6{=Ss4%qd)m@||9l6uBsnrJ}av_X!4u;6+0 4y%Wj~E`FCK3GdIw;Xp`$-cJ^>ri^3)lcxky>cAtv<)$3gAvx8gk|Bz^7r{|8*~b`G5=MJuurVUZftNE*4TYW4^Z |5vOX3YeWLRVtgkOP=G|%*@br^Jmfupe;U15=8bODsG87EulOg(S$W17F4+nx+_8A#ER* 3(ZHE#OQ^eXB}0>cd#Y>*QOA|3i(FbRs8oLUB_kTvggI}c|4a$&_?!Ft4B{X8p=5z7F>;z#`){m2RBh-S8x6>-PQMB^E*+ZR`D`RJ(!|ZT{E(NK;CCM=a-A3q%T+&r{oA g6Cn(7OS|Ej!p*L=tu7?H+czjqZ-F>BA(FQuM-Yema|+U&@E(B-)P5q<2q8IlXp-zS$@j{Y@r=+h)3(@+u(CDj-p(~yUtr$2 (++RAA22smrR8kHx)806KMYlie-vO4KaNM25!t20Ul5U(a1hXHl$6kzo_V@o3oZRP7H!7yRx-Y 7?k0kw30{j(+uyN3NvK#Fd{NA7ayDE^DMb9871n;iQG`iV;?dxbBqFHlsC@^%eE+a%ZBA0(i-HAEp37}JPHTUt8- %v+u_7}_sk_s`1SYSVw&R?@xN?OQ;sX4qzlW^<&2gtzsKhggM@7`oAst7#83`IL7|-W59trm+^*? gdMw{?DhQTDV5M%MsY)cTtuX@vBKW2-_4Q(Q@*{yK00}9?!fqf x`(SK+22T%)S(+n_Ls;Hzu%rwb(ck+95;m7L$?&$%P{)$JUK!wu8NJo;- {E$T-Di2K`~UU;lx_KtZqGCXdF^m#u^uv4g#)#Y@Pwt#VCggg0PkgKKd^BPd^xJtP1ODLYRQn#%G(pm1~fhPG)DA #cTsPY_E&A5(~z?10|7GiNPaQSWRB9kG?z>st^yOM*1=+}5pPUx=_@vkXt}fxzmG?c-e5?tsZmyW$9pHTmkYi_DD LeZV*mZ@mmyE=V27YSs9cA2N6Xjhu_ifbn|!(c@vO}G$p^*JWwV;fPsV#ly&R-P}Y5 v<}5j;^hEf`r}YBcQ+X=WGplWkJ?RWH&~Ww#LG04 8+zS~bz6qZ+Zub`c(9k-DH=ztemJXzj#sC-ZEqyVR51-CQEE4*_Hyn(+<^o~pQS@<5$1e 72{T=jD*3tEztV!X?0jXv#>9k)#Z=bl1&kBl?!ASZPVcOg8--rJl9qsSSKky^gDX>BzZ4eoiW_W;I=l`Z#=Svd3+ xjt6z#>;)N5UU<>F+msUkXoP0cv|uQ63;e1%h%mb~8JpGzE{-2Ux4(vNVx4<<26VR{x~LN =T^@MP8{FRY64$)A{QS%bf5SY|3u12+2O8pQ5)1qDtd*ePewI6Ni5%Dlh#h2sX(BTD2huBCI&)riUZTfWz}cN04_3$%#x{T2u KH3mQ9}Es)9z~pl3*<;YnYXVC^+TZ(2(TYBuy(70%8M7~o|8%-(Ag(VLPqikCBXs)r`ZVC~KOYTwXxBX*-3$1_%^ C{8!X)Eg+mTjpkvd{W~9zcCL_9#1RoZWDKky8%Otfl$|{&`Qs@;I6WXGDhdjWE7w*;hNLho2+GjcExnN$TX(lKn( 8L0T;oZEzl8$&N{~zU%=1AN^2K|SRF%rfuE(1>;z&4^?Hti^vv$a^I_}I9tXSF`L&~mE=z%6 GSq`M!uK@p|y7uT6IJ}oIhdNJo%qgPqiWkAfS0{FnLOOjkW}XlF?Kut@cmw@viuQPfzq9>pOBQng4uyF=CNPh+gXE!)-gI Kwc9UL((A|J9PzPOdXvIw=#7_#IIR4;Xsyw?1^Lw3Zh~~~QeAOn%k`H_IetDZ5Qg{0X-|%lEK*f=$&-LD?r$92C+B(Ca{a|&^Pm_xh#w?=R$qowf`*^v_nzU4 L3*9^{cK5x!jOC+ve>(!0C9h`c#aWd!ourwsjJ!&(5lq&!(UQqBlfnIv&0pm(I-F7*6&`A`2&+4cVu$t@HmkGROq ^{xi*lV!;oKbo4q^XEfmmK^^th1;c_e+ta-6?2MM%25Yi_)xLt5APz*tb&PQz35c;&@TPx-a4GuE7pvGD+`5AHZ_ =jS5QUA8eCTiI+oG=;&X)3rgyiV1$`OJHSBktlDqcZf(IaaA5OCg+9B3M0)B)pab&ZrelRz-+zgS7y|rS1aVCZa1 3V9M43!SkrD;KvdR&Yr=xa3Fh}@fq6@tQx|~haB0}9~7dkidV>3ylIB_3^e4)Y7HUN2p<^5^9EGAS$JO9fp?Ry%2 $P^WDNmH!yJsJpt(j5xZaix$OA5xh$t+~Xwmfb&+jFl(=K>B4O`UblHeVCW;LU|e|G2wj*y9ei%lA3SiWq~!*(gq JWKfh+;-h=Gti~4Bt41}!vYmI3daqnSP+2W0Q9KuRQ;xgM95_J{wYVos{fe`?fv*3KB 5*HqF5i?qJoyT?8=Pe!s>m)fQfdQ!(&cY44HnVjNmMiv(T)`NMP>--4dK@5c&?tVeap=SRniGePR~1u$Sn-SWk}z MqfVidkpjj(Mq=;G#Vo840$J4y7l?|hQP6W?S#qinD{c$n{P3RksU%CpOf>noaGx;{41#0&4>*egd|oK&LntFdEK Sn}V}REPv@0Z)wT{DP)G@Y;oeLQsBWlf5oPVPnK2S9hwr6cl~98Ko9o3fjD( bVQ}684Fn6|MGJbG*RI7=*jVw_j!{T+u#Zs3bxof^Wcosr1b%kVcOQbRrQe*l8YU-6Nw7_8O@id3eD9)^1S-s rMm{9ZZ!xUuLn%r2A+3IJe2{PTTI1`pC&S&csDsmpiv-`tXW3W>3K};%&XLC0h-eiIqTkwVqP&lioSKOLSyh#aKw ljioTk6o|P{F(Cdmk(N<7JgWXv)rL?C&OBT(rkp%fOW>l2K(-ldpy-Ip%I6@_PFcBP%9$W&xV~J~hmb`E-DGm2nY R)cQJMwsgbUA{vgl(VnMmSX85%efno@DD?7W@d6u*Q&&o5a+%Bvm;4cMv}6|Uu3D~&{mvKv&5?u{@~ud~iTAojj@ BP9f@J$9$K`=+eV$y4_heg9%pU`0ssoU>@*#xZVI1 jYs64vEI(pvtm>gQ(#ijP@)2`n}-2Iu0?-T2LE)H0|!$co^oIW)DJFWJmcPIoV$x_=s6KN?X W}1YXBusk_G2Xa0__~H7B66BvkPS=4nnNSv9OXJbWf`{337REV%kc4?d))Oc93Og=MqE;Zo)I^1gH$1+I5#`LoT8 s9wB+%PO?ckXR8zOZxLXE(Gn}z%5u=bLq4fRirYo*;#%E|c%V(SWP{PZtP_RUX!R9cWTGpOUssQgAwr~_iA4$wn+$*A}TxkkGFAuhB+77vw!;R;|vo19-k;pNN63Hl_c-+=1O8H%Jl-4gRd+?XQL`josw v9{lfSn}F4Sbd+uhli)V|asNL3XMbP*fgj9#N9lQW6(q=^$S+h-I^Yb-GC?77vjtTwzX^x%|8FHnk>jzOh21&bcF (tV0oC8_fOMYpa&Jjlf6^~INXM;AY4SDYU?qc9lF;G6nUPAaeho(JBdqX>bsS$|x}5y26@|8w0-OU?_G;L8l~;9*8x%jZhKdSr- yl+fRk?6&C>4T`#J0E3gg6lP{OmSvJh3Wo6$LtV9T>n~ZEqh+wtle}-ayU+W&kz!S?{{n9u&Vk{$N3vT>WKQ#WORta?4fxE-%?*-Mm$LC@fRl=OS&Dd@JKYBWFnah5*mlua^&CYZj?RfQ&SU!NMc+fBn_&+MQ^yit=2AB)5eb>%;*C&7nO #p!h^yTxJ_+8DMS-5w6_qF3BlA?D08_#Bb+wt*t(!n6x!)kvlG6IeM|JE}!VDj-m@SvP^4(xPQ!57&!`4ej!^3#z RgNC$TU*v($#Tt{=D(pn&>a4ITRzfrblX2~Eb;}Zm@UyNjYj^uj!P@T_+&>kzal1@8j3(+yAeA`t9tuDgAf$+axME5ax0`aJwN@Q2yrp%Ag~FdRu0imMOvmW#C|b32zjFJ1Nb C4|FPlJhF9o0++b$1PDIm_-f82y97U_5}(FLJ!hMpX>qA>M0{x75;P!OOP6r;oH&{Nxjf`#MaPvU$Y@UbboDR@sz o?a)@5OcrguUt`fcafsRo9+a5jWo`Fa}BN^y(`O|!hjM?cCo6&x41mw5M(>Wl3Ma_aETCRIKLte>YX1RnYBcnP*Ie{Vga gyJA-NEsMp$bD@ve&SK#cK?Wn0NLLXV9wCZ1Jx)ge}f;lh}?;K@y8|elUH@KdpuUD6_l|;|x$Z{(2L+hTAt8l5Vs Dt&UC#K05MmO+mY7Y2l0vSb16wBR9XemSR;mzBdr$xn-usam)+nI+)j+q;5wr&FJdupm_-$9iPg85U-9ik++vL-` @il-{^sAY}Q=m%qEDEUE!85T|@zg)-=EqK4`(FMFmTEdV?MDYo=q_C~AriQ4T+TsG{7|6O@{cSD=G&*m`K2LYD4V FuUt=k1u0(?t)oqvnPgX$8UDZ{WOU(?dhr5lk;VDQ4HrV16D-pOr^9gtHP!@roY& ^iC+2|lJ6P+9E1DGL4<`Ok`*@q!=E)ncH+29|ym^f=!o=Cr*X4!r5Bm%AMn+FM`%gw38Ffwzar|`|W)82FdYbH)A xU+(%x&Np;C0w}lYvInA1;)8k;&<}_3f)t?On!g5E&U|yE28|OpJ3(#?fC0=KX50))QPJa45%iifiC;t_i*9sU!F T{?bh~3{e>Pj;6`gwzYOsglEUsJbe$Uhj3~tVxZ~JN%w%yG5Fpr73X!dx6yD9Cv%I_PQvsK*3F|LL&0u<;disEeZd=MpLi! `p!I&rCp;l^NTENwa7QnfSQ(u4r!gh-D$%Ibo=uzv?u6JqJK0hlg2fyAN2IE92i~~-XBN0uz68mxE>P5}L1# )zHk~+jYNy)vTdr%Y8 Bn0?s3j%4Sm+44KH^>X(;kf*j^shRMZA@N!kr$!~^6E?|o~;+;H8y=e}UZdq3OX {XUO3-*8c}YaAV3O#ev~3^7>~v01q^SFKIa;kcQlRBP6J^UX K2xNgm4qRG0m3B4e)kzb&`bq!t*oWHQYkj8ZUVzod&p}0dDMZC-Lk7vJ3k>zJaHAP{x%50I5AGxJBDdFt?(S7Xyr =P&gT@ZeBPE>}G;|Ye~tPxSe-tZ=X>lM|?Pcxu^?BL;<(IY?oWELkJv*?cbUFI>UlC_pmTYKi`3db%q?v`Sh#NmL 4;HOMiy`arPQzAUvU6sv_B^o~EZ1yu81R9;vY^Rr661zD*_mdL*$a@eAP&x*9U7t?`M_{BVNMiN O((;vyTBwXuUZOC-0Icn2F{ThA8iR`_K0X!2`eSRq?ZGNDx^`DQ_;C@F`TwnsLWqD>IK(C o8#`bgCsyv*UnW&S$z48yvwv&gr&&Vj~!efAu&6 9^AN>|-(&CGbNH9NJBOvm}Jn8BS3I!%zSrh?!XTvA9$eQjAZr+u<}1yy-+1(`qRRAHG5S_H~-FiNv2v0&-X0mdn_ >yY8>QKPxW61VM*}@y3#nXYniLI;ipi$3eN?z3>|n3r3xqJM0e5QVO}q4(#QkNKY?v9i6 B^UU+0_ws>S6j^eX9NoF2_-wFq8g>O*Fdp;SoGJHJ$zva8gCYH5uwo!qOaR{gnyzHp}R7l#iYq&M-OgXGD*MF8ifiarK708V-B~LJEIr$v>kTEn+;?JA_ajhaf%wDeqqnm5KY3<#ZuL$cad+w@SK!n^{)BwAYXkQ;|ID| N$Ptj9U6M0d*uCD=I9qsML#~WC2xCatK?$r*xu_bs}L@M1mz1yu2MX46qd9%Fi2eCk~YHDg;YDFn3E3UEmeE5i lM96F0zC5-SNBebeUuK6Zj6vxDQ3Dk*B-M;_mtBfxaLa2{y*p&1`!pBK+mtmfpc-MY^(+-Gigm?)Z!aY~w%@3Ift ilh@fRIrbD96w8fJN|_Z{fNLGpNC0h#tpraVxznv&;K!!DXXvDL9gVNM``GR-yFnF}8nv27Gii!Kk!Gc!L4q+K%6 m!UrE5br`Sp6BP2Y_dwOfN693+<9HiJ*AH_UC48sl7xX%^O;Cmb8qFQQiowGq!ShPlvF{UP gdM~pnDPqanPqm6{XPd40%a?Y184$dKkx^`cMk3wpzo~FcxB5HbxW>ZXghkbacu*S{s;qDgVQAJUrKk80K-VJsF( FgMkv+eFnvlkADuKYi<|C0#=);%2y9k7|Y;u<>k$AF!v>dHLx4Na$hO){;8=za$O5$-u((!uGyzZP(^HAkH+A!{I )~*V0MXein#EM=w73KD)ku#&hFjx4(Q8w-@s2v@y9>Y`_xILAt1SK;D&)mW7WL5@a9-1JKsz~PW(+yHg2R5fbFxN {U14K<5GHgAUZLPXF#^B;K6cm}3P#$Emdvu;;8}GcjSq{`E};wSUKAA|)M(C;AY9$%EsWU|?djcDt-^E wsi&%9eh~z$|`a=iwuD4ko(S%7pE*^4Nx*IjKCTDc8AlF22i5Fxyee-sL!`nj$BuBJOT$YMlMh_jAcw>@KNl r60w6i&&Ao{_wjWlUXH%Mqe3Zvk_jxpZ$6lWT!aA*@-?llWQg}TTtITbY!snpuzg%3$AQj30U!?t(;1}JcFKBISa nS;#olXHSgD^A+EI!`5PejU679RF7Wxi^9zeR1ji6|rA6$kwJGIywPt+qGun@Z?bYB4LBX!4!wu5N;#p?<#jCc|o8v 2DQ>J0s8K)~#)3%~^2r(6}2@)MgG%`Uxl*Hf=DYVU29v-uB9q_nc}*&Rm(p$Ti9y(g!n^A~JrQz(}URTmod3LKpC J`e>gfUSJjm$|Dx{!sn0DE64WE%k}p>dz^BG^!Wx;n|ErCNE(RY2%(+b$pn4p#Kn-Q4VXu(GWf0G4^S`y@%f8-h3 W-w%37}&bV=;fxDjWxZ(>OiQh~w2x_B*q#F<=W-;kjY>OdLo^rwHh(f;&Dk^nTTm?XKkQ(102n;v9g$@4W;hn6hp NUYru9o2U0cP%89CnoQXn$hvKa!DAM$PjY;>Nxy?Uyf8a(J4*cqEU|Yx;w?)sSDoHyAIJ!98%=Vk|~a5y|<1?o6L NzIH~su0=%8`&emVu1&=e5tHNwRFh=w h6DOG!q?P--o|n){DKPV&lzx(JXmF+mTiO9?AlGGy*4lkuj6B)%ynB>hm$tl^lhi|5R7B28kmF+V8HA19m^0g@mK 7Gr&M?R2Ox?TOj2YzDvcGu`)h!11qsZV*M^lj-%{B1(W1LmYNT2aySnc%S$9aY^R%Z9IvTq;e>U$W Uf6M^_puWObY8)qLv8e7Kj9H`&Q97jj?mp5&3ET6zDOiuH>4BKe`$Lhg)m!ilqZ#T#8dnC#T8n;8L(r5lzG1^=I; -ezVp3Hqr|w4=aI+kOM;JcXLtZX3}9csMG1(blt{py<1-SE%DE8i??412ah<5(<@RPWJD66_9+c36(g!sP!t5yDT fFs8(h?D=KsjP^!Q9L`pSl=TtE>z>3(snD<%!!GycdfJ(IEruetP^~tg$E3Z#1hUetkWVhC1PA~Al-0BOc`FE*dp*yUI)X5IsK`|uilE(Vl)HLSg=$qvmLGXwbK0N--^UQLfA0F7^|g#8Llm9; 4AlxRc@|AcJf${wzH2Qj~2J5BGtBvpc9w*R~JA5IRQKH5Kte5qC&U_9)DhMQGub%l@FYQ8LD|8w^Otx>btO;I^FE m3nX;P-81%)c%yfLrPQ2DlCsoyZf`-&YH%6CtTXz8 7VlcgrYs`l(lpOmfSm+;GVNGZW(X$q){ow~C6CyXvJ~5E@l{^UC)I@0VF02?0I8mM (u^0+XBAwN1Zw5B*3nCtN?FoGLZ2wP(X6$Q#PXDP2T!f0g)PQAg6sjyo^8p|%l|@PfJ3QKzm%2;0l2jGZCuKJ%B4;481bVk{eB^u#C}cNU&z#gm26B}VoBiGbeDQ*zQ&v Bn2{J61AB*Pml$H)iU{iJio?tGoazivRyJeC4AUyiS&sEnT|_H+-SdJN4iFBetPM0db0XD)L$7X202{^X04gH {fO4L-6Gz5~d={g{u+cM14={fX{I#GSaGK>(4?-U%1QIEC5gy4mV90X)9n2=gwqPDei$)e!`O%ULaA !s(28a@ms@;$h2l`+9TCh%9&X;&v!UFewvgb5@>pF#eH{Ve^bybqTKgemI0Rb}->?ZWf` WG;m}WMNo-Zr%)=^Y9JOGEo5(>2fq-0WbwxzMsh*8Zr657s?E<2b#es=B&`oBjaX=Q+S=~ey8(pOPL%!HILxd*E% xsS_=yU;?f;X+SAKXCTI2ba}=pHfp>%q~IWYe_(oZ2|nWKR&2ZY1D5hG!|P%F@MEGoGgANmv;IA~_mx=ua(yxdZGTD7?%mK2$-zUDREbQ{7zbLR)p~DJ1(97GQnaCxIV4cHq83SVQEucP5^nCr@Sy8h1H||O{MRr<9Ej0BUN}!0SdmCgiD)ZK&S;{3cw|L5;S12dSuw3x {`|yJb1yOY%{Er>R6Un|ijX!p7xu3T`{v`Z`6^H#<{(I-vuWx_!?X8b~^-bDh0Oj+~ XOE~Zi)BDzJr7)1EF?CL{hnO4!r?O|Mb(It|Qq#ZNQaxU%hnypV}!<5Jzd?d1;HM%1H7Fy0!-*+C7QU{gX3J0Doo 0g&m9t)ZN^*<_MLqV~q-3d5M~A@I$>4#F3j#mi{w ?|Uc2eVhKQF-8pkH-$mM8GS_)kxnO3u)ImatEpov8`D0H_ej8DdJ|9?(sUq7K7&Ik(L}L5)hNYxti%?ev~AF!xjj ?{U}nK#$my<-KQ%d#|W)?PYs?!MZ1ldrubpUc#~UE;mn?Vy8uZHts9`Z1bX(zwuYQJPo18_%G6HyCcx0vU5EM~lW7c>1%1AGJES&MlecQMm#60imEeSoI}-m{qRJs(2Q26zJCCcsmdFkbHkTn>1}65jXDCA`l=OBk >3E@ApV1(*c<)e^?9W-0HR0Bi+pTgvjidnxaG=~Bk~nx%~Q{-u1*txK7nj|u$2Qa{Vs#oPZ =!F7s&X>45sfb2J`8gfd4{#HrSqh7|eP--D5eA-?g0aE-mN%9$n6OetS97`3Zqf3p})(_3!!REXOY|=lh*l%XlxU WxP+WW&74r%kxKT*?#V-<#ivd<#pH8ik*@6ZPNZ?E#vV(E#v#uTBgr;YZ>q7YMCy-u4TD>xt8g2{0d&bcm?05ZUx U-$);Qeix=d55kK2PRd4!Dl^yMpb^^ME))y?!O*(F)iJ*te4H&EA!K{tYYn-k)E|=R79x>6MJqrG`4j_uM+hD^thoE~#TWUtY)SZ?0oHf1!@?`dS^+_d7EGX}~(-XC2e w*wuXAae(cBZ(7a$L#x>ijR-tzHLo9E&HGIV^rU}sHS_-h>3@%`yIA_KSk3rT@x@~&Ghbf>#8uQA*RuR=1Z*Pyu4R4w$XeF#18Z5oA6(0R@yWGpH-5R6xfDV0k+v{lAcNf8W4#QVG8QF$vyxa f11~I>GxkBzS&Hg6D5YF#bIW)|XM4H=f{o*fM@Wg7Lj1!S}f`!E$gw`tOl;DZ%vqPJ;3Lt*n1J!Sp{N$$Gp#$#|T XTzGe%>llyi>v*4Wz|#PCuM;`~ZX-HMdqE@5e|;n0b5$ezoz_OC^Y%vG=b T2?!(1cNZI_IDjZD{fH8NeVXyp6tYh-!3rIF?0AsPRvta}M?1K?2*vOd7BCZ_wln^^BZ0C+0Vt%>RMS{R)*fJ>U$ jt(?4zGKadSGt+c$u{%)_ck-1?rUcJztzm~)As?_lAO0N-rX%MFFRY9-fwT=_<5p**Iy}ce+$RC_q6c2Pqwffe6E G#iIZB{zV){e1VGuu5IIa8`~I<)7yCdNE_p~L)vGxF<;M?e!GqN;I^?meyEM@!;NiXN86Y V4-0&zAw==$9YG ?iXayy@QNXGxx&U$ck2h+c%gYl^AkT{})>AI_f?cn7y??4CN>+>DV|NA?{|8_7QPfPzZvhKwWzW*^Pru!RGjQ^?> -=|$*UyAV^mU%l;EO)sS)8(=h@Bc}ecWsL8`3-<@-Rc{Fjih%e)}s}j97haxG9CrM0g}&7Z7S6xos8F?JJ~M1W&_ `&Zv)H4&<2*jvjP8s_yX8Ndf(JqAn-C-f3=KXEA1PleM=Y9;dbf2U;4i)>%Y; (_kFyJ<@!fmELYEVu^s=pta|~l2>5Fm&u!-W<^{fUGq1m7Gw=TqX<2gPwdy>-&k|5KFnrB1Te<5%m$~h<(q5K}@p HLn~nU3vqsz67vzSD>7_s3&%#!xOp*(2=_Dz+)n=aaE|R`Gk{0+ipOgo@*p=tD9`apiR=L$Us+P)aDDMfqox%ccK Cl%qla4@mou0!e4cUi_!DFGcyKVw*Q_9?R|@P{vXIL$S^Hi_AR(<=ZIFNc&Ng?X c#|M*inZiv5Dlb)ftT<-;h?$vW*TQC^m|jdBIbS7LX+2jy0j_n>@1`Y4z3QK^%kaZw(U_VEILqS#j)koNl&+l&C^ ?b1iF)sraysQA4?pKqajALUah_bYyX(dQC@KSKF;slOZLt%_~J7g0Wf@~?{Dihn}6SXF<{RT39Sn_>~NOAku>b0~ K!w(a!!Gs;VfeJZ_2kB#m1Yn1C1` qCQVvZpE0L{H5r3IgR!c9!YlgJ))2#4+p)swg0&_vGTxNycxJ}RRQG31)H6otm1pR2KM2pYLo1INrklamj#=(eGY +DY^R`bJJ$t@=co2%Qf!KSd(^IFYMzQcNZqS(4*dA UE$72J7ek2ow`Du#r(MC&%~j6fU6bUX`ERU!3LvAQ;yogsxm2?gjm#7CS{C*O+q*7EK@Kr>K!j_hPLN|3RYmaUT9 c*>>yl2gKLddfvW2@-L&NZI$mI@x-FJdz^|Q~a8N>{+rij&Yfp$@Pt^^buIh$;kjN`y?MTs8b))7a){XhoMt9D%( XpeD^KnB}cP5Z*V$uO>Y60S^{0qKE7nQc$zY6GC(UqgFGC5{d^z?`VmCiDK%9U;-YfY7Bc4sn1(Y4PjS_aT`Lpy6 *KJ_M(Nd+1h89Qf(0at~Gfsyv|1+d%F-GLQ`wwq(kNSo;i5PSl(F~%*+HGB)>*s5UpVbRA5KLj6CcQN$x;85ChoM |J2z0#pEZl-q^3x>!fj8hMH3>Ao#LDVex-ne7srHONWOLG`E%Gx;`l2I(cxGC1ATp}&jiWo$Ecr}E=*W%utu6i7sm%_93FLrb{=yzB?TCxX;b4BwFCQn3(Vi`; sPpC|32Jn+AA8=i(7Z8K2Nu&OgAK}BDBHXEW<1m9GmrQbpT?!M#0Qk!K^j-LdIeXXHneC&OuVzOUzhQ5u2pNjV%$ g>F^s=meKqO2?rz!!XqD_tSo1ON{hIg^}Rgo8%yiCE(D8gUtd{CLXR|lMmweYdsM$0LRd`0g(9BjjTP1r!tjdZ=)oD_}3!q(0 iT*tyoWo45su#{cUbl*^^EJ(~9xO> J>ZCnm2$K;kiz`*qR5`szZ9_0*G)FYjt(K}*YgJ3v)i$R5U=P0Q;EoiCI5=pO!z46d@&-+Rx1l2)!wf2S$f!Zk4z 4$C`k55@^H@8Oj?e_LOf_f+aP*GpTI9P2Jr}m3-W(q%Z2~bfYofkv(Q($O?Id{Hy&29(Toew*P*&p;3&#%AXB^sl 1%*Y>ilVPA!;mYor)zVX9I~Vys8kFrAOvS^lHUvrxDrs%Fxgd*o|#oXG-tW+Y@t&W0{HK|MvvssNKbekjU?4jfozGZnPK$!-c$hd2#FYio3dS~Qdw(sJ*9L-E9~2PbJXGCXNyc+eOqYWxR$ %R1ux9j;9#>Btiy4~{oQcS=hjHD$xJj_aT+rKjW(jHA~D0jM3sG@`5y6`4pafRgI&rZqvi-VA*mqv&nMQmuvMg*1 n5C#)Eo0IOUmJf2w4A~>L+Dh4i(V=7#zaTZ(`RSTqT@JstOIFx1ksfeK{yQqwZSyr0spo8otu0sS9DB-I(u*xtx~~;b>=2ol2JQ}lQV4(hY!p*JKI!oxAx3jt+HC&C2A~B=QHdKeBT*f(cx&@v3FZ>wnoB@AiPVR*`x5HgsmVNojH@Hh~2VdAY-(A u0Zyz9)%E6TU^u7PkCh)Gq$HPK6I~%L9^ocMgKx{6=F}=9hJ4Sx|xk^d=`^cmR_s$qsO3^mY;@YR)~1`$JGNAuJX b9w=>eIPTd4|3lr0wEN-0|vCfh1Gdek8L33QI6ABLsbTZ{T^V-*UlCSUNJp%#S(Q%$4>Oqt%9f7`z{?&K|_8ux+k 9=jNR*nYsg%Lw4yyy6;A*sCzrz~eu0~c?%aLQ9mR{d*?Z5dQ@a1?Qqf7*p8BC$1-*vaaXGJN9Kf)R_ZpBM~sb|%q N%ms-tF9ngxQwZv&CpPC`)|@2dV!`lGVgyczRwwAGmol0go0}7j__i8N9jW!LYa8)dK(SV0%s1TtuN}`%8QmGr$$ G|V<}|FzhAgZsoV}g#Dtm9jA~#orfk=#5W3*=Qb@E+&b7_LBA>4xS$s%1~f>F!F8mJ5WZwx !GRU-MEGFBs)rkQj145(EAt2`Sd~P-ix3i&Ng3_qcDUfJiEU;Pmo1o?1idyukoW~#5{>JPrnXd58(;9PiBmb|q05 z58ujBv8*0_olx=P6IHhBKt2us3W2UX8CDYWJX-`{LI-70lFq<348{5sc@ipZ;rw~0Zh-DFNin@%dJfd&S$Rm!M_ 8t@V3K3v%Xz#}-pkiLG7;?XF#OKaTB-*c#M$`e{>^$OO(uh1So<_`3s$}j2;Vg{ZnJCY(a%LVeUD}7LH7k*ru>*kw#pFXpk$eEauU(Ef^tOE^M?b01E$ec*D>^-w`i4 T0yF;(3d>HyuliW!rFLDLD%MBM~sK|)nGYUN7zLI*gj*arrfY0uAKK0W_!&sTN*d#rR3@0LERE};E9-!&1K+gf)_ KQV!Y-3WN$y2A4@VYGBmHEG%cFgYo&Xq)^?@)1!Y>JSQ50iGvRDR)H#n*n*U5UJ7^5io)~;7iXdnl7j-bGx%v4z$ CoxSVfHn;F>X(%r6|j)o8Iy%8Y+R#^_@sdSJdU6EGFNSKsbf+867oYAtIu_}{%%f@~-(AwJ-Hgt DZ>w(X$VE>l4Z@T@7)z#OkDbKE4t(8((zzt?yq!{~TTBFjc*x`SSOu-|t*ZPfZr|$>{ctEaRXV75 H`D3Tfk5?vJbWB+(^tKIX@4xQYU&@OK34?4Fmp}3&GO|%oi?jYUs(buHRhm8TZoKRWdR563^CM+b)p%7m0(#Wz6; o3j+YLCXdnYf*`;=Rjuj`iui0KG?Zbmx^WCAW5lE%^N>|g50YW2MjH9a7ABLfsIeFBjdPuKSWYMl}>0InqH}t(sv2-hC>L{aS(>9@ rw>*q}@krwa>^dw+WiTSEIu-b7c_37yG^@o)TJ0mW((q#lf(;6RPOxa&U>Xw;GBamOf)=Nki1^?pXRp-Lvy_2>!f 2I^h$K|g8b&fkauMZiQS0p<8SWqJj;mF9t>y+I#61?tM>&z3RHNkk^4di4Fan9v-LN8FYzYjguZ@iZBQkqF9+9!R {SN3D?;#(H>xZQST9Km^FTJ2j`(fLXuec;_7NU%=HXXK`E_)E@8brp0TYwy=P5L*;FIZZm1sUK*B1txqhtyk&COk %Yiz6n0yPeWaM10BskJ?rGN3vg~qz%S|R#77;7JNHz&#m8+r90>k779C(^dFX%7RnA&B&UrMTXq|Ba#n>UI8M4mV <0R1(juMFr|I{7X+NkUNB%F8#+7In$}uhmIp!1)kjGTCGT??YC_o;gH?C7NTDyBx>1rpm^8w|Tg$Gej%dDQ(89mZ eeejv!iR7BAGR?6>vsSDil2ejA!z_o(W2T?8n9dS5m^#hO{cL=y1~~srF$pK2aev4jqOw6uu7{Vlio48k4L1Wyu= s08{$j-CoHNKvLS5xQBvOdYWjyuFvMkRzHaj`J!;NUQ!)0Njd=H*f+Wl#zDBT^}&MS(Ds19D(q(234n2^V2oSXJ% 1yXoxvz}RT>kf5905fS*(x$BG6~36Da{z{tn=~Z$v)l%WFlmVuU?|TMCW}rEfe1x+P-CbPB@(pPi#F6zi#{Zxjwd N?HR@pzoHaaO*=)h^BI-i8V#9(CmM)>Bb}vO6Db=l`#{r7Oca&cYQOFfVcABu{MN`qK6>Fn$;IRSyR+_D7FkO`Wr oVuo*6=AaBHK*dH^3|gr8``hkA04v3FgXwZ;fm2D=;`7tdQGA2u7;W@4$AsW&{)R)`=c276(VZWX81@f}!lCWRXs cLlTGw+Yr?I68xT5x>uVdlhWf-x8kk__ku65s(L89M|)dg<;`GM-VZ~d5dWoS#=RsWNXv!Ij(b0ZKBz+6AaUw~op66KS@hR?C+a%$-c{me4*X=&?=6aPS@`r`5G2&v^I!U!HV>Si=9GDG(0vDn;(T9f0d@U^$ LN=B66f|Gi7D-1Hl?+QlMgoNvOAxO672f~SOwur&y1GYGM-$ wZ9O@bvX74P^eFR!_>|wMC%MWp6ldO)r@zow7qgWu;|7C0X%7_iQAOJ7c*AHCe@DZI*rOKdH)X25?N$f5G)`yWtC0Rj{Q6aWAK003ZGWmEtF0000000000000L700000000005CH8#00000Y;R* >Y-KM{O928D0~7!N0001BT4huK00000000000000A000000000001yD}K_vhH0Bmn#VQghDVRA1}O928D0~7!N00 01BT4huK00000000000000A000000000001yD}K}`Sv0Bmn#VQghDVr4H-O928D0~7!N0001BT4huK0000000000 0000A000000000001yD}L3IEC0Bmn#VQghDVrMT>18O928D0~7!N0001BT4huK00000000000000A0 00000000001yD}LCpdH0Bmn#VQghDYGE%>O928D0~7!N0001BT4huK00000000000000B000000000001yD}LG=O v0Bmn#VQghDYhhw9P)h*<6ay3h00000U|MBV0000000000000003IG5A00000000mG?Li&`003-nV_|G%FK%KlP) h*<6ay3h00000U|MBV0000000000000003IG5A00000000mG?LkHZ003-nV_|G%FK%ovP)h*<6ay3h00000U|MBV 0000000000000003IG5A00000000mG?Llq>003-nV_|G%FK%uxP)h*<6ay3h00000U|MBV0000000000000003IG 5A00000000mG?Ln3U003-nV_|G%FK=TnP)h*<6ay3h00000U|MBV0000000000000003IG5A00000000mG?Loc+0 03-nV_|G%FK}!xP)h*<6ay3h00000U|MBV0000000000000003IG5A00000000mG?Lp=P003-nV_|G%FK~1(P)h* <6ay3h00000U|MBV0000000000000004FCWD00000000mG?LiI%003-nV_|G%FK~2ULQ*eKO928D0~7!N0001BT4 huK00000000000000A000000000001yD}K{*5f0Bmn#VQghDa&IqCO928D0~7!N0001BT4huK00000000000000A 000000000001yD}L16>{0Bmn#VQghDa&<3IO928D0~7!N0001BT4huK00000000000000A000000000001yD}L5T za0Bmn#VQghDb89b9O928D0~7!N0001BT4huK00000000000000A000000000001yD}L9qk?0Bmn#VQghDb8#WV0Bmn#VQghDb8;_GO928D0~7!N0001BT4hu K00000000000000A000000000001yD}K>-B-0Bmn#VQghDb9OIKO928D0~7!N0001BT4huK00000000000000A00 0000000001yD}K`8|Q0Bmn#VQghDbaF3HO928D0~7!N0001BT4huK00000000000000A000000000001yD}K~V(& 0Bmn#VQghDb!#tBO928D0~7!N0001BT4huK00000000000000D000000000001yD}L3srL0Bmn#VQghDdT3umPA^ bP0Rj{Q6aWAK003ZGWmEtF0000000000000>P00000000005CH8#qy+!~Y;R*>Y-KNcXkSB4FHA#UO+`~vK}SVXF HlPX0u%!j000080AN~WROCG8HGCTY0Bk$}05Sjo00000000000HlH21pokSZ)0I>WiNVYUqenWOhaEyMN?BjM@3U Fa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ%|7C0u%!j000000AN~WQ~&?~000000000002TlM000000000G0PR7iAp ihuZ)0I>WiMfJFHA#UO+`~vK}SVXFHlPX0u%!j000080AN~WR7l2RmW2@j0NE-4051Rl00000000000HlH2Apihu Z)0I>WiMfJFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEsLZ0Rj{Q6aWAK003ZGWmEtF00000000 00000&M00000000005CH8#tup`sY;R*>Y-KNLbT3RpUrj|*Q$a^XQ!h|U0Rj{Q6aWAK2moMOWmI1xdGT9B003~X0 01ul0000000000005+c;WGdLY;R*>Y-KNLbT3RpUrj|*Q$a^XQ!jF1aA{;MaALtjlrQ&T}lMN=LtjlrQ&T}lMN=WiNAfFHA#UO+`~vK}SVXFHlPX0u%!j000080AN~WR08P08a*xm0HSsP051Rl0000000 0000HlFEtN;LPZ)0I>WiNAfFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEsLZ0Rj{Q6aWAK003ZG WmEtF0000000000000&M00000000005CH8#$Jzh@Y;R*>Y-KNHY%fehUrj|*Q$a^XQ!h|U0Rj{Q6aWAK2moMOWmI TenNXM-007QL001ul0000000000005+c``Q2iY;R*>Y-KNHY%fehUrj|*Q$a^XQ!jF1aA{;MaAWiN1SFHA#UO+`~vK}SVXFHlPX0u%!j000080AN~WRIhg2`2kk|0Gr< c051Rl00000000000HlFpX#xOjZ)0I>WiN1SFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEsLZ0R j{Q6aWAK003ZGWmEtF0000000000000&M00000000005CH8#u)qQUY;R*>Y-KNQZZAwjUrj|*Q$a^XQ!h|U0Rj{Q 6aWAK2moMOWmKZkSR$cj007Yv0RS%m0000000000005+cY-KNQZZAwjUrj|*Q$a^XQ!jF1aA{;MaA< FIZ!KhRcW!KNVPs`;E^Tj6O928D0~7!N0001BT4huK00000000000000M000000000001yD}LDDA!0Bmn#VQghDb 89b5LtjlrQ&T}lMN=N48vp&HM0N!u0R3+F8}}l00000 00000q=9`z0|0DqV_|G%FKS^gOhaEyMN?BjM@3UFa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ%|7C0u%!j000000AN ~WQ~&?~000000000002TlM000000000G0PR8l_X7ZIZ)0I>WiN1aFHA#UO+`~vK}SVXFHlPX0u%!j000080AN~WR Pl#niaZej0EZ?3051Rl00000000000HlF4_yYiJZ)0I>WiN1aFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL 1WMy(LZEsLZ0Rj{Q6aWAK003ZGWmEtF0000000000000&M00000000005CH8#ya@yVY;R*>Y-KNVaW70mUrj|*Q$ a^XQ!h|U0Rj{Q6aWAK2moMOWmE^DgB@72004s*0st=n0000000000005+c@CgI}Y;R*>Y-KNVaW70mUrj|*Q$a^X Q!jF1aA{;MaAWiMlMFHA#UO+`~vK}SVXFHlPX0u% !j000080AN~WR22&LlV7p`0GtQ{051Rl00000000000HlGDa|HlwZ)0I>WiMlMFHA#UO+`~vK}SVXFLGgUX=E*MX m50HEo5(ZZftL1WMy(LZEsLZ0Rj{Q6aWAK003ZGWmEtF0000000000000*N00000000005CH8#JthVKY;R*>Y-KN NVPY>#LtjlrQ&T}lMN=Zr#S5dZ)oBme*~00000000000001_fpR7W0Bmn#VQghDYh hw9OhaEyMN?BjM@3UFa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ%|7C0u%!j000000AN~WQ~&?~000000000002TlM 000000000G0PR86HwFM~Z)0I>WiN7XFHA#UO+`~vK}SVXFHlPX0u%!j000080AN~WRJ?+@_Wle20C5}u051Rl000 00000000HlEmI0gW0Z)0I>WiN7XFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEsLZ0Rj{Q6aWAK0 03ZGWmEtF0000000000000&M00000000005CH8#RYe8>Y;R*>Y-KNKbuUaqUrj|*Q$a^XQ!h|U0Rj{Q6aWAK2moM OWmHjt5NXD>0055_0st=n0000000000005+ciA4qgY;R*>Y-KNKbuUaqUrj|*Q$a^XQ!jF1aA{;MaAZ)0I>WiMuOFHA#UO+`~vK}SVXFHlPX0u%!j000080AN~WR4gobm^7RK 00h(l051Rl00000000000HlE!*arY?Z)0I>WiMuOFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEs LZ0Rj{Q6aWAK003ZGWmEtF0000000000000&M00000000005CH8#nREyMY;R*>Y-KNHbT3RpUrj|*Q$a^XQ!h|U0 Rj{Q6aWAK2moMOWmJlm7Bh$h002q|001ul0000000000005+c&2$I=Y;R*>Y-KNHbT3RpUrj|*Q$a^XQ!jF1aA{; MaA@(wV_|G%FK= TnOhaEyMN?BjM@3UFP)h*<6ay3h000O8U|MBVJeD}0bOitaQ3?P6F8}}l0000000000q=C}i2>@(wV_|G%FK=TnO haEyMN?BjM@3UFa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ%|7C0u%!j000000AN~WQ~&?~000000000002TlM0000 00000G0PR7O;|Tz4Z)0I>WiM`GFHA#UO+`~vK}SVXFHlPX0u%!j000080AN~WRFqC^sE=y^03j{`051Rl0000000 0000HlG(;|Tz4Z)0I>WiM`GFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEsLZ0Rj{Q6aWAK003ZG WmEtF0000000000000&M00000000005CH8#qfZI|Y;R*>Y-KNEXD>`cUrj|*Q$a^XQ!h|U0Rj{Q6aWAK2moMOWmG ~k3yzur001%q001ul0000000000005+c*G~!nY;R*>Y-KNEXD>`cUrj|*Q$a^XQ!jF1aA{;MaAWiMrOFHA#UO+`~vK}SVXFHlPX0u%!j000080AN~WR0eZ*gFdeS0I3Z E051Rl00000000000HlHFR|)`ZZ)0I>WiMrOFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEsLZ0R j{Q6aWAK003ZGWmEtF0000000000000&M00000000005CH8#a|a6mY;R*>Y-KNFVJ}QWUrj|*Q$a^XQ!h|U0Rj{Q 6aWAK2moMOWmJF{cuZ~_000R=001ul0000000000005+crw0oFY;R*>Y-KNFVJ}QWUrj|*Q$a^XQ!jF1aA{;MaA< FIZ!KhRcW!KNVPs`;E^Tj6O9ci10001L0BQjB9RL7gBntol00 """ if __name__ == "__main__": main() ././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1647023206.2078414 rapid-photo-downloader-0.9.33/po/0000755000175000017500000000000000000000000015565 5ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/po/LINGUAS0000644000175000017500000000026200000000000016612 0ustar00damondamon# keep this file sorted alphabetically, one language code per line ar be bg ca cs da de el es et fa fi fr hr hu id it ja kab nb nl nn oc pl pt pt_BR ro ru sk sq sr sv tr uk zh_CN././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/po/POTFILES.in0000644000175000017500000000217600000000000017350 0ustar00damondamoninstall.py upgrade.py raphodo/ui/aboutdialog.py raphodo/backupfile.py raphodo/ui/backuppanel.py raphodo/copyfiles.py raphodo/ui/destinationdisplay.py raphodo/ui/destinationpanel.py raphodo/ui/devicedisplay.py raphodo/devices.py raphodo/ui/didyouknow.py raphodo/downloadtracker.py raphodo/errorlog.py raphodo/excepthook.py raphodo/ui/filebrowse.py raphodo/foldercombo.py raphodo/generatenameconfig.py raphodo/generatename.py raphodo/ui/jobcodepanel.py raphodo/ui/messagewidget.py raphodo/ui/nameeditor.py raphodo/newversion.py raphodo/prefs/preferencedialog.py raphodo/prefs/preferences.py raphodo/ui/primarybutton.py raphodo/problemnotification.py raphodo/proximity.py raphodo/rapid.py raphodo/ui/rememberthisdialog.py raphodo/renameandmovefile.py raphodo/ui/renamepanel.py raphodo/rpdfile.py raphodo/storage/storage.py raphodo/sudocommand.py raphodo/timeutils.py raphodo/thumbnaildaemon.py raphodo/thumbnaildisplay.py raphodo/utilities.py raphodo/ui/viewutils.py raphodo/wsl.py data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in data/net.damonlynch.rapid_photo_downloader.desktop.in data/kde/net.damonlynch.rapid_photo_downloader.desktop.in ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/po/ar.po0000644000175000017500000044546500000000000016551 0ustar00damondamon# Arabic translation for rapid # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2012. # #: ../raphodo/jobcodepanel.py:137 msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2022-02-27 16:56-0500\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:406 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:642 ../install.py:4330 msgid "Installer not found:" msgstr "" #. Translators: do not translate the term tar.gz #: ../install.py:646 ../install.py:4334 msgid "Installer not in tar.gz format:" msgstr "" #: ../install.py:728 ../install.py:757 ../install.py:4210 ../install.py:4215 msgid "Exiting..." msgstr "" #: ../install.py:979 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:1065 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:1357 ../install.py:4290 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:1467 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" #: ../install.py:1610 msgid "The following command will be run:" msgstr "" #. Translators: do not translate the term sudo #: ../install.py:1614 ../install.py:3834 ../install.py:3841 msgid "sudo may prompt you for the sudo password." msgstr "" #: ../install.py:1618 msgid "Would you like to run the command now?" msgstr "" #: ../install.py:1620 msgid "Answer is not yes, exiting." msgstr "" #: ../install.py:1631 ../install.py:2259 ../install.py:2318 ../install.py:2793 msgid "Command failed" msgstr "" #: ../install.py:1633 ../install.py:2260 ../install.py:2319 ../install.py:2794 msgid "Exiting" msgstr "" #: ../install.py:1661 msgid "The Universe repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1701 msgid "The EPEL repository must be enabled." msgstr "" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1749 msgid "The RPM Fusion Free repository must be enabled." msgstr "" #: ../install.py:1790 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "" #: ../install.py:2237 ../install.py:2267 ../install.py:2299 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" #: ../install.py:2252 msgid "Uninstalling system package" msgstr "" #: ../install.py:2277 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:2324 msgid "Checking if previous version installed with pip..." msgstr "" #: ../install.py:2477 ../install.py:2534 ../install.py:2650 msgid "The following package is unknown on your system: {}\n" msgstr "" #: ../install.py:2548 ../install.py:2706 ../install.py:2803 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" #: ../install.py:2642 ../install.py:2663 msgid "Querying installed and available packages (this may take a while)" msgstr "" #: ../install.py:2785 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" #: ../install.py:2852 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2862 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" #: ../install.py:2873 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2923 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:2931 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" #: ../install.py:2937 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2942 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2950 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" #: ../install.py:2958 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:2982 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:3000 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:3011 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:3048 msgid "Failed to download versions file." msgstr "اختر مجلد لتنزيل مقاطع الÙيديو إليه." #: ../install.py:3053 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:3170 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:3324 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:3330 msgid "Received error code" msgstr "" #: ../install.py:3332 msgid "Failed to install application requirements: exiting." msgstr "" #: ../install.py:3334 msgid "Failed to install application: exiting..." msgstr "" #: ../install.py:3658 msgid "Installing application requirements..." msgstr "" #: ../install.py:3693 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #: ../install.py:3710 msgid "Installing application..." msgstr "" #: ../install.py:3797 msgid "Do you want Rapid Photo Downloader to appear in the Windows menu?" msgstr "" #: ../install.py:3803 msgid "Adding Rapid Photo Downloader to the Windows menu" msgstr "" #: ../install.py:3813 msgid "Failed to copy application launcher." msgstr "" #: ../install.py:3824 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:3829 msgid "Do you want to install the application's man pages?" msgstr "" #: ../install.py:3830 msgid "They will be installed into {}" msgstr "" #: ../install.py:3832 ../install.py:3839 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" #: ../install.py:3835 msgid "Do want to install the man pages?" msgstr "" #: ../install.py:3837 msgid "Installing man pages into {}" msgstr "" #: ../install.py:3855 msgid "Failed to create man page directory: exiting." msgstr "" #: ../install.py:3876 msgid "Failed to copy man page." msgstr "" #: ../install.py:3915 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:3928 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:3934 msgid "" "You may have to restart WSL to be able to run the program from the command " "line." msgstr "" #: ../install.py:3944 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line." msgstr "" #: ../install.py:3949 #, 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:3971 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:3973 msgid "Done." msgstr "" #: ../install.py:3987 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:4043 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #. Translators: do not translate the terms --PyQt5-version or --use-system-PyQt5 #: ../install.py:4055 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:4067 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:4081 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:4097 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:4111 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:4124 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:4134 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:4139 ../install.py:4153 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:4172 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:4180 msgid "Restarting script using system python..." msgstr "" #: ../install.py:4193 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:4231 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:4263 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:4275 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:4324 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:647 ../raphodo/ui/viewutils.py:679 #: ../raphodo/ui/viewutils.py:699 msgid "&Cancel" msgstr "" #: ../upgrade.py:651 msgid "&Upgrade" msgstr "" #: ../upgrade.py:656 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" #: ../upgrade.py:659 msgid "Click the Upgrade button to start the upgrade." msgstr "" #: ../upgrade.py:662 ../upgrade.py:668 ../raphodo/ui/viewutils.py:678 #: ../raphodo/ui/viewutils.py:698 msgid "&Close" msgstr "" #: ../upgrade.py:663 msgid "&Run" msgstr "" #: ../upgrade.py:693 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" #: ../upgrade.py:696 msgid "Upgrade running..." msgstr "" #: ../upgrade.py:732 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:737 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:741 msgid "Upgrade failed. Click Close to exit." msgstr "" #: ../upgrade.py:11320 #, python-format msgid "Upgrading %s..." msgstr "" #: ../upgrade.py:11322 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:11335 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:11337 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/ui/aboutdialog.py:334 msgid "Credits" msgstr "شكر المساهمين" #: ../raphodo/ui/aboutdialog.py:339 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:280 msgid "Backups are not configured" msgstr "Ø§Ù„Ø£Ø±Ø´ÙØ© ليست مهيأة" #: ../raphodo/ui/backuppanel.py:282 msgid "No backup devices detected" msgstr "لم نعثر على جهاز Ø£Ø±Ø´ÙØ©" #: ../raphodo/ui/backuppanel.py:285 msgid "Valid backup locations not yet specified" msgstr "لم يحدد مكان Ø£Ø±Ø´ÙØ© مقبول" #: ../raphodo/ui/backuppanel.py:465 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "بإمكان جعل الصور والمقاطع تأرش٠الى عدة أماكن ريثمى يتم انزيلها (مثلا الى " "قرص صلب خارجي)" #: ../raphodo/ui/backuppanel.py:473 msgid "Back up photos and videos when downloading" msgstr "أرش٠الصور والمقاطع عند التنزيل" #: ../raphodo/ui/backuppanel.py:479 msgid "Automatically detect backup devices" msgstr "تعر٠على جهاز Ø§Ù„Ø§Ø±Ø´ÙØ© آليا" #: ../raphodo/ui/backuppanel.py:485 msgid "" "Specify the folder in which backups are stored on the device." "

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

ملاحظة: يستخدم وجود مجلد بهذا الاسم " "لتحديد إذا كان الجهاز سيستخدم Ù„Ù„Ø£Ø±Ø´ÙØ©. لكل جهاز تريد أستخدامه Ù„Ù„Ø£Ø±Ø´ÙØ©, أنشيء " "مجلد بهذه الاسماء. Ø¨Ø¥Ø¶Ø§ÙØ© مجلدين سيستخدم الجهاز Ù„Ø£Ø±Ø´ÙØ© كلا الصور والمقاطع." #: ../raphodo/ui/backuppanel.py:500 msgid "Photo folder name:" msgstr "اسم مجلد الصور:" #: ../raphodo/ui/backuppanel.py:505 msgid "Video folder name:" msgstr "اسم مجلد المقاطع (الÙيديو):" #: ../raphodo/ui/backuppanel.py:510 ../raphodo/ui/nameeditor.py:1000 #: ../raphodo/ui/renamepanel.py:141 msgid "Example:" msgstr "مثال:" #: ../raphodo/ui/backuppanel.py:521 msgid "If you disable automatic detection, choose the exact backup locations." msgstr "إذا عطلت التعر٠الآلي, أختر مكان Ø§Ù„Ø£Ø±Ø´ÙØ© بالتحديد." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:532 msgid "Photo backup location:" msgstr "مكان Ø£Ø±Ø´ÙØ© الصور:" #: ../raphodo/ui/backuppanel.py:542 msgid "Select Photo Backup Location" msgstr "أختر مكان Ø£Ø±Ø´ÙØ© الصور" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:554 msgid "Video backup location:" msgstr "مكان Ø£Ø±Ø´ÙØ© المقاطع (الÙيديو):" #: ../raphodo/ui/backuppanel.py:560 msgid "Select Video Backup Location" msgstr "أختر مكان Ø£Ø±Ø´ÙØ© المقاطع (الÙيديو)" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:676 msgid "drive1" msgstr "القرص1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:679 msgid "drive2" msgstr "القرص2" #: ../raphodo/ui/backuppanel.py:746 msgid "Projected Backup Storage Use" msgstr "مساحة Ø§Ù„Ø£Ø±Ø´ÙØ© المتوقعة" #: ../raphodo/ui/backuppanel.py:751 msgid "Backup Options" msgstr "خيارات Ø§Ù„Ø£Ø±Ø´ÙØ©" #: ../raphodo/copyfiles.py:609 msgid "video THM" msgstr "مصغرات المقاطع (THM)" #: ../raphodo/copyfiles.py:619 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:104 ../raphodo/ui/devicedisplay.py:1408 #: ../raphodo/rpdfile.py:310 #, 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:112 ../raphodo/ui/devicedisplay.py:1414 #: ../raphodo/rpdfile.py:298 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s مقطع Ùيديو" #: ../raphodo/ui/destinationdisplay.py:123 msgid "Used" msgstr "Ù…ÙØ³ØªØ®Ø¯ÙŽÙ…" #: ../raphodo/ui/destinationdisplay.py:124 msgid "Excess" msgstr "زائد" #: ../raphodo/ui/destinationdisplay.py:133 ../raphodo/ui/devicedisplay.py:1440 msgid "Device size unknown" msgstr "حج الجهاز غير معروÙ" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:146 #, python-format msgid "No space free on %(size_total)s device" msgstr "لا مساحة ÙØ§Ø±ØºØ© ÙÙŠ %(size_total)s أجهزة" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:156 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/ui/destinationdisplay.py:230 ../raphodo/ui/destinationpanel.py:74 #: ../raphodo/ui/devicedisplay.py:625 ../raphodo/rapid.py:2640 #: ../raphodo/rapid.py:7587 ../raphodo/rpdfile.py:960 msgid "Photos" msgstr "صور" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:231 ../raphodo/ui/destinationpanel.py:78 #: ../raphodo/ui/devicedisplay.py:626 ../raphodo/rapid.py:2641 #: ../raphodo/rapid.py:7587 ../raphodo/rpdfile.py:988 #: ../raphodo/storage/storage.py:602 msgid "Videos" msgstr "مقاطع" #: ../raphodo/ui/destinationdisplay.py:232 msgid "Projected storage use after download" msgstr "المساحة المستخدمة المتوقعة بعد التنزيل" #. Translators: Custom refers to the user choosing a non-default value that #. they customize themselves #: ../raphodo/ui/destinationdisplay.py:355 ../raphodo/ui/nameeditor.py:587 msgid "Custom..." msgstr "مخصص..." #: ../raphodo/ui/destinationdisplay.py:774 msgid "Configure photo subfolder creation" msgstr "خصص إنشاء المجلدات Ø§Ù„ÙØ±Ø¹ÙŠØ© للصور" #: ../raphodo/ui/destinationdisplay.py:776 msgid "Configure video subfolder creation" msgstr "خصص إنشاء المجلدات Ø§Ù„ÙØ±Ø¹ÙŠØ© للمقاطع" #: ../raphodo/ui/destinationpanel.py:90 #, fuzzy msgid "Projected Storage Use" msgstr "مساحة Ø§Ù„Ø£Ø±Ø´ÙØ© المتوقعة" #: ../raphodo/ui/destinationpanel.py:113 ../raphodo/ui/destinationpanel.py:125 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1294 msgid "Probing device..." msgstr "البحث عن جهاز..." #: ../raphodo/ui/devicedisplay.py:1309 msgid "Temporarily ignore this device" msgstr "تجاهل هذا الجهاز مؤقتا" #: ../raphodo/ui/devicedisplay.py:1313 msgid "Permanently ignore this device" msgstr "تجاهل هذا الجهاز دوما" #: ../raphodo/ui/devicedisplay.py:1316 msgid "Rescan" msgstr "إعادة المسح" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1437 #, python-format msgid "%s full" msgstr "%s ممتلىء" #: ../raphodo/ui/devicedisplay.py:1457 msgid "Other" msgstr "أخرى" #: ../raphodo/devices.py:603 ../raphodo/devices.py:604 msgid "Cameras" msgstr "كاميرات" #: ../raphodo/devices.py:605 ../raphodo/devices.py:1256 #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 ../raphodo/rapid.py:2489 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:1006 #, 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:1073 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1229 ../raphodo/rapid.py:2212 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:1280 ../raphodo/devices.py:1300 #, 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:1318 #, 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:1326 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s أجهزة" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1652 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "\n" "In case of any problems, a red icon will appear at the bottom of the window " "indicating \n" "how many error reports there are. Clicking on it opens the Error Report " "window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 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." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "\n" "

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

\n" "

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

" msgstr "" #: ../raphodo/ui/didyouknow.py:133 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:140 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:147 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:154 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 \n" "metadata (where available) or according to the filesystem (as a fallback).\n" "
  2. Checked State: whether the file is marked for download.
  3. \n" "
  4. Filename: the full filename, including extension.
  5. \n" "
  6. Extension: the filename's extension. You can use this to group " "jpeg and \n" "raw images, for instance.
  7. \n" "
  8. File Type: photo or video.
  9. \n" "
  10. Device: name of the device the photos and videos are being " "downloaded \n" "from.
  11. \n" "
" msgstr "" #: ../raphodo/ui/didyouknow.py:172 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" #: ../raphodo/ui/didyouknow.py:178 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:185 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 \n" "illustration below, the destination folders are "Pictures" and \n" ""Videos". The name of the destination folder is displayed in the " "grey bar \n" "directly above the folder tree, with a folder icon to its left and a gear " "icon to \n" "its far right.
  2. \n" "
  3. The download subfolders, which are directories that will be " "automatically \n" "generated by Rapid Photo Downloader. They need not already exist on your " "computer, but \n" "it's okay if they do. They will be generated under the destination folder.\n" "
" msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a \n" "different destination folder for each. The same applies to the download " "subfolders for \n" "photos and videos—download photos and videos to the same subfolders, " "or use a \n" "different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:211 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:220 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to \n" "download:\n" "
    \n" "
  1. The destination folder tree shows the download subfolders already on " "your computer \n" "(those in a regular, non-italicized font), and the subfolders that will be " "created \n" "during the download (those whose names are italicized).
  2. \n" "
  3. The folder tree also shows into which subfolders the files will be " "downloaded \n" "(those colored black).
  4. \n" "
" msgstr "" #: ../raphodo/ui/didyouknow.py:235 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following \n" "elements:\n" "
    \n" "
  1. File metadata, very often including the date the photo or video " "was created, \n" "but might also include the camera model name, camera serial number, or file " "extension \n" "e.g. JPG or CR2.
  2. \n" "
  3. A Job Code, which is free text you specify at the time the " "download occurs, \n" "such as the 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 \n" "format makes it easy to keep them sorted in a file manager, which is why " "it's the \n" "default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:254 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 \n" "preset. Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:261 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to \n" "configure your own scheme. You create your own schemes using the Photo or " "Video \n" "Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:270 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:276 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:282 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 \n" "and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:291 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 \n" "choices to generate new combinations. Supposing you wanted a date format " "that combines \n" "year (YYYY), a hyphen, and month (MM) to form YYYY-MM. You can create it " "like this \n" "(note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:300 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names \n" "in the \n" "
online \n" "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:309 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. \n" "You can use them in subfolder and file names. In this illustration, some " "files have had \n" "the Job Code "Street" applied to them, and the selected files are " "about to \n" "get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:317 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 \n" "prompted to enter a Job Code for them before the download begins." msgstr "" #: ../raphodo/ui/didyouknow.py:324 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:327 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:333 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!" msgstr "" #: ../raphodo/ui/didyouknow.py:340 msgid "" "\n" "

Four types of sequence values are available to help you assign unique " "names to your \n" "photos and 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 \n" "last time the 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 \n" "documentation.

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

The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature \n" "on your 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 \n" "are detected, the same sequence numbers will be applied to both photo names. " "F\n" "urthermore, sequences will be updated as if the photos were one.

\n" "

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

\n" msgstr "" #: ../raphodo/ui/didyouknow.py:378 #, fuzzy msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are \n" "downloaded, such as external hard drives or network shares. Backup devices " "can be \n" "automatically detected, or exact backup locations specified." msgstr "" "بإمكان جعل الصور والمقاطع تأرش٠الى عدة أماكن ريثمى يتم انزيلها (مثلا الى " "قرص صلب خارجي)" #: ../raphodo/ui/didyouknow.py:385 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:391 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including \n" "download sources, destinations, and backups. Additionally, settings can be " "reset to \n" "their default state, and caches and remembered files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:396 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:401 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 \n" "your cameras, memory cards, and other devices.
  2. \n" "
  3. A temporary cache of files downloaded from a camera, one for " "photos and \n" "another for videos. They are located in temporary subfolders in the " "download \n" "destination.
  4. \n" "
  5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores \n" "thumbnails of RAW and TIFF photos once they have been downloaded. File " "browsers like \n" "Gnome Files use this cache as well, meaning they too will display thumbnails " "for those \n" "files. \n" "
  6. \n" "
\n" "Read more about these caches and their effect on download performance in the " "online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:459 msgid "Tip of the Day" msgstr "" #: ../raphodo/ui/didyouknow.py:467 msgid "Did you know...?" msgstr "" #: ../raphodo/ui/didyouknow.py:498 msgid "Show tips on startup" msgstr "" #: ../raphodo/ui/didyouknow.py:502 msgid "&Next" msgstr "" #: ../raphodo/ui/didyouknow.py:503 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:454 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:584 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:643 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:645 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:650 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:652 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:657 ../raphodo/downloadtracker.py:839 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:659 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:664 ../raphodo/downloadtracker.py:869 #: ../raphodo/downloadtracker.py:877 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:666 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:845 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:847 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:850 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:852 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:884 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:886 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:889 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:891 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:918 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:920 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:923 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:925 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:80 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:150 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:187 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:206 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:211 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:213 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:214 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:215 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:216 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:217 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:218 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:229 ../raphodo/errorlog.py:371 #, 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:234 #, fuzzy, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "%(number)s من %(total)s من الـ %(filetypes)s" #: ../raphodo/errorlog.py:256 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:357 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:516 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:567 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:50 #, python-brace-format msgid "" "Please report the problem at {website}.

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

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

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

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

Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:88 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:182 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:186 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:189 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:216 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:218 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:173 ../raphodo/thumbnaildisplay.py:2251 msgid "Open in File Browser..." msgstr "" #. type: Optional[QModelIndex] #: ../raphodo/ui/filebrowse.py:179 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:183 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:140 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:181 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:272 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:206 msgid "Date time" msgstr "التاريخ الوقت" #: ../raphodo/generatenameconfig.py:207 msgid "Text" msgstr "نص" #: ../raphodo/generatenameconfig.py:208 ../raphodo/rapid.py:2607 msgid "Filename" msgstr "اسم الملÙ" #: ../raphodo/generatenameconfig.py:209 #: ../raphodo/prefs/preferencedialog.py:994 msgid "Metadata" msgstr "البيانات الوصÙية" #: ../raphodo/generatenameconfig.py:210 msgid "Sequences" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:213 msgid "Job code" msgstr "رمز المهمة" #: ../raphodo/generatenameconfig.py:214 msgid "Image date" msgstr "تاريخ الصورة" #: ../raphodo/generatenameconfig.py:215 msgid "Video date" msgstr "تاريخ مقطع الÙيديو" #: ../raphodo/generatenameconfig.py:216 msgid "Today" msgstr "اليوم" #: ../raphodo/generatenameconfig.py:217 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:220 msgid "Download time" msgstr "وقت التنزيل" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:223 msgid "Name" msgstr "الاسم" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 ../raphodo/rapid.py:2608 msgid "Extension" msgstr "امتداد" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 msgid "Image number" msgstr "رقم الصورة" #: ../raphodo/generatenameconfig.py:230 msgid "Video number" msgstr "رقم مقطع الÙيديو" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:233 msgid "Aperture" msgstr "ÙØªØ­Ø©" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "ISO" msgstr "الحساسية (ايزو)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "Exposure time" msgstr "التعريض" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Focal length" msgstr "الطول البؤري" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Camera make" msgstr "مصنع الكاميرا" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera model" msgstr "موديل الكاميرا" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 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:254 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:257 msgid "Serial number" msgstr "الرقم التسلسلي" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Shutter count" msgstr "تعداد شغل المصراع" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:262 msgid "File number" msgstr "رقم الملÙ" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:264 msgid "Folder only" msgstr "مجلد Ùقط" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:266 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:269 msgid "Owner name" msgstr "اسم المالك" #: ../raphodo/generatenameconfig.py:270 msgid "Codec" msgstr "نمط الترميز" #: ../raphodo/generatenameconfig.py:271 msgid "Width" msgstr "العرض" #: ../raphodo/generatenameconfig.py:272 msgid "Height" msgstr "الطول" #: ../raphodo/generatenameconfig.py:273 msgid "Length" msgstr "طول المقطع" #: ../raphodo/generatenameconfig.py:274 msgid "Frames Per Second" msgstr "لقطات لكل ثانية" #: ../raphodo/generatenameconfig.py:275 msgid "Artist" msgstr "الÙنان" #: ../raphodo/generatenameconfig.py:276 msgid "Copyright" msgstr "حقوق المؤلÙ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:279 msgid "Downloads today" msgstr "عدد Ø§Ù„Ù…Ù„ÙØ§Øª المستوردة اليوم" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Session number" msgstr "رقم الجلسة" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Subfolder number" msgstr "عدد المجلد Ø§Ù„ÙØ±Ø¹ÙŠ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Stored number" msgstr "الرقم المخزن" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:291 msgid "Sequence letter" msgstr "احر٠التسلسل" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:294 msgid "All digits" msgstr "كل خانات الارقام" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "Last digit" msgstr "الخانة الاخيرة" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 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:303 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:306 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:309 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:312 msgid "UPPERCASE" msgstr "أحر٠كبيرة" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "lowercase" msgstr "أحر٠صغيرة" #: ../raphodo/generatenameconfig.py:316 msgid "One digit" msgstr "خانة واحدة" #: ../raphodo/generatenameconfig.py:317 msgid "Two digits" msgstr "خانتان" #: ../raphodo/generatenameconfig.py:318 msgid "Three digits" msgstr "ثلاث خانات" #: ../raphodo/generatenameconfig.py:319 msgid "Four digits" msgstr "اربع خانات" #: ../raphodo/generatenameconfig.py:320 msgid "Five digits" msgstr "خمس خانات" #: ../raphodo/generatenameconfig.py:321 msgid "Six digits" msgstr "ست خانات" #: ../raphodo/generatenameconfig.py:322 msgid "Seven digits" msgstr "سبع خانات" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:325 msgid "Subseconds" msgstr "جزء من الثانية" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 ../raphodo/generatenameconfig.py:415 msgid "YYYYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:416 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:334 ../raphodo/generatenameconfig.py:417 msgid "YYYY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 msgid "YYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 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:343 msgid "YY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "MMDDYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "DDMMYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 ../raphodo/generatenameconfig.py:415 #: ../raphodo/generatenameconfig.py:416 ../raphodo/generatenameconfig.py:417 #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:419 msgid "YYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 msgid "YY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "Month (full)" msgstr "الشهر (كاملا)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (abbreviated)" msgstr "الشهر (مختصر)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "HHMMSS" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 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:394 msgid "HH-MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "MM (minutes)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "SS" msgstr "" #: ../raphodo/generatenameconfig.py:415 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:416 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:417 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:512 #: ../raphodo/generatenameconfig.py:699 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:418 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:419 ../raphodo/jobcodepanel.py:279 #: ../raphodo/ui/nameeditor.py:926 ../raphodo/rapid.py:2260 #: ../raphodo/ui/renamepanel.py:93 ../raphodo/ui/renamepanel.py:275 msgid "Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:507 ../raphodo/generatenameconfig.py:694 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:510 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:510 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:699 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:700 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:700 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/jobcodepanel.py:90 msgid "Enter a new Job Code, or select a previous one" msgstr "أدخل برمجة مهمة جديدة, او استخدم برمجة سابقة" #: ../raphodo/jobcodepanel.py:98 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:108 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:121 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:123 msgid "Enter a new Job Code" msgstr "ادخل برمجة مهمة جديدة" #: ../raphodo/jobcodepanel.py:131 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/jobcodepanel.py:144 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:148 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:186 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:190 #, fuzzy msgid "&Remember this Job Code" msgstr "تذكر هذا الخيار" #: ../raphodo/jobcodepanel.py:251 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:255 msgid "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:259 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:264 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:269 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:278 msgid "Last Used" msgstr "" #: ../raphodo/jobcodepanel.py:283 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:286 ../raphodo/rapid.py:2615 msgid "Ascending" msgstr "" #: ../raphodo/jobcodepanel.py:287 ../raphodo/rapid.py:2616 msgid "Descending" msgstr "" #: ../raphodo/jobcodepanel.py:297 msgid "&New..." msgstr "" #: ../raphodo/jobcodepanel.py:301 msgid "&Apply" msgstr "" #: ../raphodo/jobcodepanel.py:305 msgid "&Remove" msgstr "" #: ../raphodo/jobcodepanel.py:309 ../raphodo/prefs/preferencedialog.py:288 #: ../raphodo/prefs/preferencedialog.py:324 #: ../raphodo/prefs/preferencedialog.py:781 msgid "Remove All" msgstr "" #: ../raphodo/jobcodepanel.py:512 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:515 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:578 msgid "Job Codes" msgstr "" #: ../raphodo/ui/messagewidget.py:67 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:478 ../raphodo/ui/nameeditor.py:498 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:583 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:584 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:630 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:647 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:650 ../raphodo/ui/nameeditor.py:1558 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:743 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:751 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:884 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:892 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:900 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:907 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:936 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:954 #, python-format msgid "The character
%(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:964 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:972 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:999 ../raphodo/ui/renamepanel.py:139 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1082 ../raphodo/ui/nameeditor.py:1105 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1134 ../raphodo/prefs/preferencedialog.py:1083 #: ../raphodo/wsl.py:648 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1161 msgid "Insert" msgstr "" #: ../raphodo/ui/nameeditor.py:1523 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1527 msgid "" "Do you want to save the changes in a new custom preset?

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

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

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

The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1562 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:326 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:327 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:328 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:331 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:334 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:336 #, 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:366 ../raphodo/newversion.py:385 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:388 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:412 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:531 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:553 msgid "Downloading..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:134 msgid "Preferences" msgstr "" #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 msgid "Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Thumbnails" msgstr "صويرات" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:160 #: ../raphodo/prefs/preferencedialog.py:183 #: ../raphodo/prefs/preferencedialog.py:585 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:184 #: ../raphodo/prefs/preferencedialog.py:649 msgid "Error Handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:162 #: ../raphodo/prefs/preferencedialog.py:185 msgid "Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:163 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:164 #: ../raphodo/prefs/preferencedialog.py:186 msgid "Miscellaneous" msgstr "" #: ../raphodo/prefs/preferencedialog.py:221 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:225 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:231 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:233 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:240 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:244 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 #: ../raphodo/prefs/preferencedialog.py:310 msgid "Add..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:252 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 #: ../raphodo/prefs/preferencedialog.py:286 #: ../raphodo/prefs/preferencedialog.py:317 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove" msgstr "" #: ../raphodo/prefs/preferencedialog.py:259 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:278 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:279 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:283 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:290 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:304 msgid "Ignored Paths" msgstr "" #: ../raphodo/prefs/preferencedialog.py:306 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:313 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:320 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:327 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as well. #: ../raphodo/prefs/preferencedialog.py:338 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:345 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:387 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:400 #: ../raphodo/prefs/preferencedialog.py:505 #: ../raphodo/prefs/preferencedialog.py:553 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:408 #: ../raphodo/prefs/preferencedialog.py:575 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:416 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:417 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place the #. carriage return where you think it makes sense so that the tool tip does not #. stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:422 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading at program startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Start downloading upon device insertion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:430 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program when download completes" msgstr "" #: ../raphodo/prefs/preferencedialog.py:433 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/prefs/preferencedialog.py:465 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:470 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:473 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:477 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:480 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:489 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:490 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:530 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:536 msgid "days" msgstr "" #: ../raphodo/prefs/preferencedialog.py:537 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:550 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:559 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:562 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:588 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:598 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:601 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:615 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:629 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Skip download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:656 msgid "Add unique identifier" msgstr "" #: ../raphodo/prefs/preferencedialog.py:659 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Overwrite" msgstr "" #: ../raphodo/prefs/preferencedialog.py:668 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Skip" msgstr "" #: ../raphodo/prefs/preferencedialog.py:671 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:678 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:690 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:701 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:722 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:723 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:727 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:730 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:736 msgid "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:740 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:743 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:749 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:755 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:760 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:765 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:771 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:776 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:783 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:821 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:824 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:827 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:834 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:837 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:842 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:854 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:855 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:862 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:868 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:874 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:880 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:886 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:906 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:911 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:916 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:921 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:968 msgid "Version Check" msgstr "" #: ../raphodo/prefs/preferencedialog.py:969 msgid "Check for new version at startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:972 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/prefs/preferencedialog.py:976 msgid "Include development releases" msgstr "" #: ../raphodo/prefs/preferencedialog.py:978 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/prefs/preferencedialog.py:996 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:999 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1006 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1008 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1034 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1140 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1423 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1585 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1590 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1605 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1610 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1929 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1931 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1933 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1947 msgid "Enter a Path to Ignore" msgstr "ادخل مسار لتجاهله" #: ../raphodo/prefs/preferencedialog.py:1949 msgid "Specify a path that will never be scanned for photos or videos" msgstr "حدد مسار لن يتم أبدا مسح ما Ùيه من صور أو مقاطع Ùيديو" #: ../raphodo/prefs/preferencedialog.py:1951 msgid "Path:" msgstr "مسار:" #: ../raphodo/prefs/preferencedialog.py:1965 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1966 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1967 ../raphodo/ui/renamepanel.py:140 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1982 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1987 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1996 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:736 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "خيارات المجلد Ø§Ù„ÙØ±Ø¹ÙŠ ÙŠØ¬Ø¨ أن لا تبدأ بـ %s" #: ../raphodo/prefs/preferences.py:740 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "خيارات المجلد Ø§Ù„ÙØ±Ø¹ÙŠ ÙŠØ¬Ø¨ أن لا تبتهي بـ %s" #: ../raphodo/prefs/preferences.py:747 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "خيارات المجلد Ø§Ù„ÙØ±Ø¹ÙŠ ÙŠØ¨Ø¬Ø¨ أن لا تحتوى %s اثنتان الواحد تلوى الاخرى" #: ../raphodo/ui/primarybutton.py:124 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 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:249 ../raphodo/proximity.py:278 #: ../raphodo/proximity.py:313 ../raphodo/proximity.py:319 #, 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:267 #, 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:288 ../raphodo/proximity.py:294 #: ../raphodo/proximity.py:1123 ../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:303 ../raphodo/proximity.py:307 #: ../raphodo/proximity.py:1130 ../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:328 #, 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:339 #, 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:473 #, 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:1135 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1893 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:1952 #, 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:1956 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:1962 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2101 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:2106 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2109 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2110 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2112 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:2568 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:473 ../raphodo/rapid.py:871 ../raphodo/rapid.py:4656 #: ../raphodo/rapid.py:4879 ../raphodo/rapid.py:4898 ../raphodo/rapid.py:4921 #: ../raphodo/rapid.py:4928 ../raphodo/rapid.py:5605 ../raphodo/rapid.py:6228 #: ../raphodo/rapid.py:7448 ../raphodo/ui/rememberthisdialog.py:112 #: ../raphodo/ui/viewutils.py:743 #: ../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:1156 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:1167 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1176 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:1188 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1367 #, python-format msgid "" "Cannot download from Apple devices

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

Missing applications: " "%(applications)s

Learn more about which software to install." msgstr "" #: ../raphodo/rapid.py:1766 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1769 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1778 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1782 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1786 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1804 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1806 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1824 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1827 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1873 msgid "" "\n" "

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

\n" "

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

" msgstr "" #: ../raphodo/rapid.py:1883 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1894 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1897 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1898 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1901 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in the future #: ../raphodo/rapid.py:1906 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:2110 ../raphodo/rapid.py:2913 msgid "Download" msgstr "تنزيل" #: ../raphodo/rapid.py:2114 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:2118 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:2122 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:2127 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:2131 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:2136 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:2139 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:2143 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:2146 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:2149 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:2152 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:2157 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:2160 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:2249 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:2257 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:2259 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:2261 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2485 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2504 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2507 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2521 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2599 msgid "All" msgstr "" #: ../raphodo/rapid.py:2600 msgid "New" msgstr "" #: ../raphodo/rapid.py:2602 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2605 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2606 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2609 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2610 msgid "Device" msgstr "جهاز" #: ../raphodo/rapid.py:2612 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2628 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:2893 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2909 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2911 msgid "Pause" msgstr "إيقاÙ" #: ../raphodo/rapid.py:3048 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:3149 #, 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:3243 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:3257 #, 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:3345 msgid "" "\n" "Downloading all files

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

\n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3510 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "مجلدات التنزيل هذا غير صحيحة: \n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3513 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "مجلد التنزيل هذا غير صحيح: \n" "%s" #: ../raphodo/rapid.py:3516 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3517 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3535 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:3546 ../raphodo/rapid.py:3560 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3548 ../raphodo/rpdfile.py:179 msgid "photos" msgstr "صور" #: ../raphodo/rapid.py:3562 ../raphodo/rpdfile.py:174 msgid "videos" msgstr "Ùيديو" #: ../raphodo/rapid.py:3572 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:3588 ../raphodo/rapid.py:3604 #, 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:3591 ../raphodo/rpdfile.py:181 ../raphodo/rpdfile.py:850 msgid "photo" msgstr "صورة" #: ../raphodo/rapid.py:3607 ../raphodo/rpdfile.py:176 ../raphodo/rpdfile.py:912 msgid "video" msgstr "Ùيديو" #: ../raphodo/rapid.py:3615 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:4446 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4526 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s تم تنزيلها" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4536 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s ÙØ´Ù„ تنزيلها" #: ../raphodo/rapid.py:4542 ../raphodo/rapid.py:4649 msgid "warnings" msgstr "تحذير" #: ../raphodo/rapid.py:4577 msgid "All downloads complete" msgstr "كل التنزيلات أكتملت" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4587 ../raphodo/rapid.py:4602 ../raphodo/rapid.py:4618 #: ../raphodo/rapid.py:4633 ../raphodo/rapid.py:4648 #, 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:4592 ../raphodo/rapid.py:4623 #, 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:4607 ../raphodo/rapid.py:4638 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s نوع ÙØ´Ù„ تنزيلها" #: ../raphodo/rapid.py:4674 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4676 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4681 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4683 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4708 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4715 #, 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:4724 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4726 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4766 msgid "Program preferences are invalid" msgstr "خيارات البرنامج غير صحيحة" #: ../raphodo/rapid.py:4885 #, 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:4904 #, 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:4924 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4935 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4936 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:5028 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:5031 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:5035 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:5040 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5577 #, 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:5612 #, 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:5774 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5776 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5778 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5780 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5781 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5782 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5866 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:6211 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6215 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:6221 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6225 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6644 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6648 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:6704 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6711 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6725 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6737 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:7034 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:7041 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7047 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7054 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:7060 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:7066 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:7074 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:7082 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:7087 ../raphodo/rapid.py:7094 ../raphodo/rapid.py:7101 #: ../raphodo/rapid.py:7145 ../raphodo/rapid.py:7155 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:7089 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:7096 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7103 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7110 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:7116 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:7121 ../raphodo/rapid.py:7133 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:7124 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:7136 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:7148 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7158 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7166 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:7176 msgid "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:7183 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:7190 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:7199 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:7207 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:7214 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7223 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:7231 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:7237 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:7244 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:7254 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:7347 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7358 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:7365 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7436 #, python-format msgid "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7451 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7541 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7546 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7561 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:7636 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:7841 #, fuzzy msgid "All settings and caches have been reset." msgstr "كل الاعدادات والخيارات تم استعادتها Ù„Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠ" #: ../raphodo/rapid.py:7849 #, fuzzy msgid "Thumbnail Cache has been reset." msgstr "كل الاعدادات والخيارات تم استعادتها Ù„Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠ" #: ../raphodo/rapid.py:7855 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:80 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:87 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:626 msgid "subfolder and filename" msgstr "" #: ../raphodo/renameandmovefile.py:628 msgid "filename" msgstr "" #: ../raphodo/renameandmovefile.py:630 msgid "subfolder" msgstr "" #: ../raphodo/ui/renamepanel.py:327 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:328 msgid "Downloads today:" msgstr "" #: ../raphodo/ui/renamepanel.py:350 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:351 msgid "Stored number:" msgstr "" #: ../raphodo/ui/renamepanel.py:363 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:365 msgid "Day start:" msgstr "" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:375 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:379 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:384 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:395 msgid "Strip incompatible characters" msgstr "" #: ../raphodo/ui/renamepanel.py:400 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:404 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:484 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:488 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:492 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "صور ÙˆÙيديو" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "صور ÙˆÙيديو" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:273 #, python-format msgid "%(number)s %(filetypes)s" msgstr "" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:302 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:304 msgid "1 Video" msgstr "" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:314 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:316 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:830 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:851 msgid "Photo" msgstr "صورة" #: ../raphodo/rpdfile.py:913 msgid "Video" msgstr "مقطع Ùيديو" #: ../raphodo/storage/storage.py:251 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:589 msgid "Pictures" msgstr "" #: ../raphodo/sudocommand.py:93 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:100 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:140 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:583 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:593 #, 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:605 ../raphodo/thumbnaildisplay.py:668 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:623 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:628 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:635 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:682 #, python-format msgid "

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

Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2254 msgid "Copy Path" msgstr "" #: ../raphodo/thumbnaildisplay.py:2260 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2265 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:215 msgid "B" msgstr "" #: ../raphodo/utilities.py:216 msgid "KB" msgstr "" #: ../raphodo/utilities.py:217 msgid "MB" msgstr "" #: ../raphodo/utilities.py:218 msgid "GB" msgstr "" #: ../raphodo/utilities.py:219 msgid "TB" msgstr "" #: ../raphodo/utilities.py:220 msgid "PB" msgstr "" #: ../raphodo/utilities.py:221 msgid "EB" msgstr "" #: ../raphodo/utilities.py:222 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:223 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:486 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:570 msgid "one" msgstr "" #: ../raphodo/utilities.py:571 msgid "two" msgstr "" #: ../raphodo/utilities.py:572 msgid "three" msgstr "" #: ../raphodo/utilities.py:573 msgid "four" msgstr "" #: ../raphodo/utilities.py:574 msgid "five" msgstr "" #: ../raphodo/utilities.py:575 msgid "six" msgstr "" #: ../raphodo/utilities.py:576 msgid "seven" msgstr "" #: ../raphodo/utilities.py:577 msgid "eight" msgstr "" #: ../raphodo/utilities.py:578 msgid "nine" msgstr "" #: ../raphodo/utilities.py:579 msgid "ten" msgstr "" #: ../raphodo/utilities.py:580 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:581 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:582 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:583 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:584 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:585 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:586 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:587 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:588 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:589 msgid "twenty" msgstr "" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&OK" msgstr "" #: ../raphodo/ui/viewutils.py:680 ../raphodo/ui/viewutils.py:700 msgid "&Save" msgstr "" #: ../raphodo/ui/viewutils.py:681 msgid "&Help" msgstr "" #: ../raphodo/ui/viewutils.py:682 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:683 ../raphodo/ui/viewutils.py:701 msgid "&Yes" msgstr "" #: ../raphodo/ui/viewutils.py:684 ../raphodo/ui/viewutils.py:702 msgid "&No" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:105 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:109 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:115 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:309 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:314 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:321 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:390 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:403 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:558 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:562 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:566 #, fuzzy msgid "Automatically mount all Windows drives" msgstr "تعر٠على جهاز Ø§Ù„Ø§Ø±Ø´ÙØ© آليا" #: ../raphodo/wsl.py:570 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:594 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:596 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:598 #, fuzzy msgid "Drive" msgstr "القرص1" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:638 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:652 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1459 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1463 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1606 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1612 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;" "memory;card;" msgstr "" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "" #~ msgid "Size" #~ msgstr "الحجم" #~ msgid "Download Progress" #~ msgstr "اكتمال التنزيل" #~ msgid "scanning..." #~ msgstr "جاري المسح ..." #~ 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 "Error: %(inst)s" #~ msgstr "خطأ: %(inst)s" #~ msgid "Name + extension" #~ msgstr "الاسم + الامتداد" #~ msgid "Should all Job Codes be removed?" #~ msgstr "هل تريد إزالة كل برمجات المهمة؟" #~ msgid "Remove all Remembered Paths?" #~ msgstr "أزل كل المسارات المحÙوظة؟" #~ msgid "Should all remembered paths be removed?" #~ msgstr "هل تريد إزالة كلم المسارات المحÙوظة؟" #~ msgid "Error in Photo Rename preferences" #~ msgstr "خطأ ÙÙŠ خيارات تغيير أسماء الصور" #~ msgid "Remove all Job Codes?" #~ msgstr "أزل كل برمجات المهمة؟" #~ msgid "Remove all Ignored Paths?" #~ msgstr "أزل كل المسارات المتجاهلة؟" #~ msgid "Should all ignored paths be removed?" #~ msgstr "هل تريد إزالة كل المسارات المتجاهلة؟" #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "خطأ ÙÙŠ إعدادات المجلدات Ø§Ù„ÙØ±Ø¹ÙŠØ© لتنزيل مقاطع الÙيديو" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "خطأ ÙÙŠ إعدادات المجلدات Ø§Ù„ÙØ±Ø¹ÙŠØ© لتنزيل الصور" #~ msgid "Job Code:" #~ msgstr "برمجة مهمة:" #~ msgid "Enter a Job Code" #~ msgstr "ادخل برمجة مهمة" #~ msgid "Error in Video Rename preferences" #~ msgstr "خطأ ÙÙŠ إعدادات تغيير أسماء مقاطع الÙيديو" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/po/be.po0000644000175000017500000045506300000000000016530 0ustar00damondamon# Belarusian translation for rapid # Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2013. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2022-03-02 13:05+0000\n" "PO-Revision-Date: 2022-02-21 17:12+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: 2022-03-05 16:16+0000\n" "X-Generator: Launchpad (build 61f4697954ab70d633d14d8ceecff69a20b08a6b)\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:406 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:642 ../install.py:4330 msgid "Installer not found:" msgstr "" #. Translators: do not translate the term tar.gz #: ../install.py:646 ../install.py:4334 msgid "Installer not in tar.gz format:" msgstr "" #: ../install.py:728 ../install.py:757 ../install.py:4210 ../install.py:4215 msgid "Exiting..." msgstr "" #: ../install.py:979 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:1065 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:1357 ../install.py:4290 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:1467 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" #: ../install.py:1610 msgid "The following command will be run:" msgstr "" #. Translators: do not translate the term sudo #: ../install.py:1614 ../install.py:3834 ../install.py:3841 msgid "sudo may prompt you for the sudo password." msgstr "" #: ../install.py:1618 msgid "Would you like to run the command now?" msgstr "" #: ../install.py:1620 msgid "Answer is not yes, exiting." msgstr "" #: ../install.py:1631 ../install.py:2259 ../install.py:2318 ../install.py:2793 msgid "Command failed" msgstr "" #: ../install.py:1633 ../install.py:2260 ../install.py:2319 ../install.py:2794 msgid "Exiting" msgstr "" #: ../install.py:1661 msgid "The Universe repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1701 msgid "The EPEL repository must be enabled." msgstr "" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1749 msgid "The RPM Fusion Free repository must be enabled." msgstr "" #: ../install.py:1790 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "" #: ../install.py:2237 ../install.py:2267 ../install.py:2299 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" #: ../install.py:2252 msgid "Uninstalling system package" msgstr "" #: ../install.py:2277 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:2324 msgid "Checking if previous version installed with pip..." msgstr "" #: ../install.py:2477 ../install.py:2534 ../install.py:2650 msgid "The following package is unknown on your system: {}\n" msgstr "" #: ../install.py:2548 ../install.py:2706 ../install.py:2803 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" #: ../install.py:2642 ../install.py:2663 msgid "Querying installed and available packages (this may take a while)" msgstr "" #: ../install.py:2785 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" #: ../install.py:2852 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2862 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" #: ../install.py:2873 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2923 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:2931 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" #: ../install.py:2937 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2942 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2950 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" #: ../install.py:2958 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:2982 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:3000 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:3011 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:3048 msgid "Failed to download versions file." msgstr "ВыбÑрыце папку, куды ÑцÑгнуць відÑа." #: ../install.py:3053 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:3170 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:3324 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:3330 msgid "Received error code" msgstr "" #: ../install.py:3332 msgid "Failed to install application requirements: exiting." msgstr "" #: ../install.py:3334 msgid "Failed to install application: exiting..." msgstr "" #: ../install.py:3658 msgid "Installing application requirements..." msgstr "" #: ../install.py:3693 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #: ../install.py:3710 msgid "Installing application..." msgstr "" #: ../install.py:3797 msgid "Do you want Rapid Photo Downloader to appear in the Windows menu?" msgstr "" #: ../install.py:3803 msgid "Adding Rapid Photo Downloader to the Windows menu" msgstr "" #: ../install.py:3813 msgid "Failed to copy application launcher." msgstr "" #: ../install.py:3824 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:3829 msgid "Do you want to install the application's man pages?" msgstr "" #: ../install.py:3830 msgid "They will be installed into {}" msgstr "" #: ../install.py:3832 ../install.py:3839 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" #: ../install.py:3835 msgid "Do want to install the man pages?" msgstr "" #: ../install.py:3837 msgid "Installing man pages into {}" msgstr "" #: ../install.py:3855 msgid "Failed to create man page directory: exiting." msgstr "" #: ../install.py:3876 msgid "Failed to copy man page." msgstr "" #: ../install.py:3915 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:3928 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:3934 msgid "" "You may have to restart WSL to be able to run the program from the command " "line." msgstr "" #: ../install.py:3944 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line." msgstr "" #: ../install.py:3949 #, 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:3971 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:3973 msgid "Done." msgstr "" #: ../install.py:3987 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:4043 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #. Translators: do not translate the terms --PyQt5-version or --use-system-PyQt5 #: ../install.py:4055 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:4067 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:4081 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:4097 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:4111 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:4124 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:4134 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:4139 ../install.py:4153 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:4172 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:4180 msgid "Restarting script using system python..." msgstr "" #: ../install.py:4193 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:4231 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:4263 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:4275 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:4324 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:647 ../raphodo/ui/viewutils.py:679 #: ../raphodo/ui/viewutils.py:699 msgid "&Cancel" msgstr "" #: ../upgrade.py:651 msgid "&Upgrade" msgstr "" #: ../upgrade.py:656 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" #: ../upgrade.py:659 msgid "Click the Upgrade button to start the upgrade." msgstr "" #: ../upgrade.py:662 ../upgrade.py:668 ../raphodo/ui/viewutils.py:678 #: ../raphodo/ui/viewutils.py:698 msgid "&Close" msgstr "" #: ../upgrade.py:663 msgid "&Run" msgstr "" #: ../upgrade.py:693 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" #: ../upgrade.py:696 msgid "Upgrade running..." msgstr "" #: ../upgrade.py:732 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:737 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:741 msgid "Upgrade failed. Click Close to exit." msgstr "" #: ../upgrade.py:11330 #, python-format msgid "Upgrading %s..." msgstr "" #: ../upgrade.py:11332 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:11345 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:11347 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/ui/aboutdialog.py:334 msgid "Credits" msgstr "Ðўтары" #: ../raphodo/ui/aboutdialog.py:339 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:280 msgid "Backups are not configured" msgstr "" #: ../raphodo/ui/backuppanel.py:282 msgid "No backup devices detected" msgstr "Ðе знойдзены прылады Ð´Ð»Ñ Ñ€Ñзервовых копій" #: ../raphodo/ui/backuppanel.py:285 msgid "Valid backup locations not yet specified" msgstr "Ð›Ð°ÐºÐ°Ñ†Ñ‹Ñ Ñ€Ñзервовых копій не вызначана" #: ../raphodo/ui/backuppanel.py:465 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Маецца магчымаÑць Ñтварыць Ñ€Ñзервовую копію вашых фотаздымкаў Ñ– відÑа " "наўпроÑÑ‚ Ð¿Ð°Ð´Ñ‡Ð°Ñ Ñ–Ñ… загрузкі, у тым ліку на Ð²Ð¾Ð½ÐºÐ°Ð²Ñ‹Ñ Ñ†Ð²Ñ‘Ñ€Ð´Ñ‹Ñ Ð´Ñ‹Ñкі." #: ../raphodo/ui/backuppanel.py:473 msgid "Back up photos and videos when downloading" msgstr "Ствараць Ñ€Ñзервовыі копіі фотаздымкаў Ñ– відÑа Ð¿Ð°Ð´Ñ‡Ð°Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÑ–" #: ../raphodo/ui/backuppanel.py:479 msgid "Automatically detect backup devices" msgstr "Ðўтаматычна вызначаць прыладу Ð´Ð»Ñ Ñ€Ñзервовых копій" #: ../raphodo/ui/backuppanel.py:485 msgid "" "Specify the folder in which backups are stored on the " "device.

Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" #: ../raphodo/ui/backuppanel.py:500 msgid "Photo folder name:" msgstr "Ðазва папкі з фота:" #: ../raphodo/ui/backuppanel.py:505 msgid "Video folder name:" msgstr "Ðазва папкі з відÑа:" #: ../raphodo/ui/backuppanel.py:510 ../raphodo/ui/nameeditor.py:1000 #: ../raphodo/ui/renamepanel.py:141 msgid "Example:" msgstr "Прыклад:" #: ../raphodo/ui/backuppanel.py:521 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:532 msgid "Photo backup location:" msgstr "Ð›Ð°ÐºÐ°Ñ†Ñ‹Ñ Ð´Ð»Ñ Ñ€Ñзервовых копій фотаздымкаў:" #: ../raphodo/ui/backuppanel.py:542 msgid "Select Photo Backup Location" msgstr "Выбраць лакацыю Ñ€Ñзервовых копій фотаздымкаў" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:554 msgid "Video backup location:" msgstr "Ð›Ð°ÐºÐ°Ñ†Ñ‹Ñ Ñ€Ñзервовых копій відÑа:" #: ../raphodo/ui/backuppanel.py:560 msgid "Select Video Backup Location" msgstr "Выбраць лакацыю Ñ€Ñзервовых копій відÑа" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:676 msgid "drive1" msgstr "дыÑк1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:679 msgid "drive2" msgstr "дыÑк2" #: ../raphodo/ui/backuppanel.py:746 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/ui/backuppanel.py:751 msgid "Backup Options" msgstr "Ðалады Ñ€Ñзервовых копій" #: ../raphodo/copyfiles.py:610 msgid "video THM" msgstr "мініÑтуры відÑа" #: ../raphodo/copyfiles.py:620 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:104 ../raphodo/ui/devicedisplay.py:1408 #: ../raphodo/rpdfile.py:310 #, 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:112 ../raphodo/ui/devicedisplay.py:1414 #: ../raphodo/rpdfile.py:298 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s відÑа" #: ../raphodo/ui/destinationdisplay.py:123 msgid "Used" msgstr "Ужыта" #: ../raphodo/ui/destinationdisplay.py:124 msgid "Excess" msgstr "ПеравышÑнне" #: ../raphodo/ui/destinationdisplay.py:133 ../raphodo/ui/devicedisplay.py:1440 msgid "Device size unknown" msgstr "Памер прылады невÑдомы" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:146 #, python-format msgid "No space free on %(size_total)s device" msgstr "ÐÑма вольнага меÑца на прыладзе %(size_total)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:156 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "Свабодна %(size_free)s з %(size_total)s" #: ../raphodo/ui/destinationdisplay.py:230 ../raphodo/ui/destinationpanel.py:74 #: ../raphodo/ui/devicedisplay.py:625 ../raphodo/rapid.py:2641 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:960 msgid "Photos" msgstr "Фотаздымкі" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:231 ../raphodo/ui/destinationpanel.py:78 #: ../raphodo/ui/devicedisplay.py:626 ../raphodo/rapid.py:2642 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:988 #: ../raphodo/storage/storage.py:602 msgid "Videos" msgstr "ВідÑа" #: ../raphodo/ui/destinationdisplay.py:232 msgid "Projected storage use after download" msgstr "" #. Translators: Custom refers to the user choosing a non-default value that #. they customize themselves #: ../raphodo/ui/destinationdisplay.py:355 ../raphodo/ui/nameeditor.py:587 msgid "Custom..." msgstr "УлаÑнае..." #: ../raphodo/ui/destinationdisplay.py:774 msgid "Configure photo subfolder creation" msgstr "Зканфігураваць падпапкі Ð´Ð»Ñ Ñ„Ð¾Ñ‚Ð°" #: ../raphodo/ui/destinationdisplay.py:776 msgid "Configure video subfolder creation" msgstr "Зканфігураваць падпапкі Ð´Ð»Ñ Ð²Ñ–Ð´Ñа" #: ../raphodo/ui/destinationpanel.py:90 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:113 ../raphodo/ui/destinationpanel.py:125 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1294 msgid "Probing device..." msgstr "Праверка прылады..." #: ../raphodo/ui/devicedisplay.py:1309 msgid "Temporarily ignore this device" msgstr "ЧаÑова ігнараваць гÑтую прыладу" #: ../raphodo/ui/devicedisplay.py:1313 msgid "Permanently ignore this device" msgstr "ЗаўÑёды ігнараваць гÑтую прыладу" #: ../raphodo/ui/devicedisplay.py:1316 msgid "Rescan" msgstr "ПераÑканаваць" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1437 #, python-format msgid "%s full" msgstr "Запоўнена %s" #: ../raphodo/ui/devicedisplay.py:1457 msgid "Other" msgstr "Іншае" #: ../raphodo/devices.py:603 ../raphodo/devices.py:604 msgid "Cameras" msgstr "Камеры" #: ../raphodo/devices.py:605 ../raphodo/devices.py:1256 #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 ../raphodo/rapid.py:2490 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:1006 #, 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:1073 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1229 ../raphodo/rapid.py:2213 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:1280 ../raphodo/devices.py:1300 #, 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:1318 #, 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:1326 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s прыладаў" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1652 #, python-format msgid "%s + %s" msgstr "" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "ÐаціÑніце на ÑцÑжок файла, каб пазначыць Ñго Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÑ–." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "Файлы, ÑÐºÑ–Ñ ÑžÐ¶Ð¾ былі Ð·Ð°Ð³Ñ€ÑƒÐ¶Ð°Ð½Ñ‹Ñ Ð·Ð°Ð¿Ð°Ð¼Ñ–Ð½Ð°ÑŽÑ†Ñ†Ð°. Ð’Ñ‹ можаце зноў пазначыць ужо " "Ð·Ð°Ð³Ñ€ÑƒÐ¶Ð°Ð½Ñ‹Ñ Ñ„Ð°Ð¹Ð»Ñ‹, але Ñны не пазначаных па змаўчанні, Ñ– Ñ–Ñ… мініÑцюры " "выглÑдаюць больш цьмÑнымі, каб вы маглі адрозніць Ñ–Ñ… ад файлаў, ÑÐºÑ–Ñ ÑÑˆÑ‡Ñ " "будуць загружаны." #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "\n" "In case of any problems, a red icon will appear at the bottom of the window " "indicating \n" "how many error reports there are. Clicking on it opens the Error Report " "window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 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." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "\n" "

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

\n" "

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

" msgstr "" #: ../raphodo/ui/didyouknow.py:133 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:140 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:147 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:154 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 \n" "metadata (where 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 \n" "raw images, for instance.
  8. \n" "
  9. File Type: photo or video.
  10. \n" "
  11. Device: name of the device the photos and videos are being " "downloaded \n" "from.
  12. \n" "
" msgstr "" #: ../raphodo/ui/didyouknow.py:172 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" #: ../raphodo/ui/didyouknow.py:178 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:185 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 \n" "illustration below, the destination folders are "Pictures" and \n" ""Videos". The name of the destination folder is displayed in the " "grey bar \n" "directly above the folder tree, with a folder icon to its left and a gear " "icon to \n" "its far right.
  2. \n" "
  3. The download subfolders, which are directories that will be " "automatically \n" "generated by Rapid Photo Downloader. They need not already exist on your " "computer, but \n" "it's okay if they do. They will be generated under the destination " "folder.
  4. \n" "
" msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a \n" "different destination folder for each. The same applies to the download " "subfolders for \n" "photos and videos—download photos and videos to the same subfolders, " "or use a \n" "different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:211 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:220 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to \n" "download:\n" "
    \n" "
  1. The destination folder tree shows the download subfolders already on " "your computer \n" "(those in a regular, non-italicized font), and the subfolders that will be " "created \n" "during the download (those whose names are italicized).
  2. \n" "
  3. The folder tree also shows into which subfolders the files will be " "downloaded \n" "(those colored black).
  4. \n" "
" msgstr "" #: ../raphodo/ui/didyouknow.py:235 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following \n" "elements:\n" "
    \n" "
  1. File metadata, very often including the date the photo or video " "was created, \n" "but might also include the camera model name, camera serial number, or file " "extension \n" "e.g. JPG or CR2.
  2. \n" "
  3. A Job Code, which is free text you specify at the time the " "download occurs, \n" "such as the 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 \n" "format makes it easy to keep them sorted in a file manager, which is why " "it's the \n" "default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:254 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 \n" "preset. Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:261 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to \n" "configure your own scheme. You create your own schemes using the Photo or " "Video \n" "Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:270 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:276 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:282 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 \n" "and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:291 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 \n" "choices to generate new combinations. Supposing you wanted a date format " "that combines \n" "year (YYYY), a hyphen, and month (MM) to form YYYY-MM. You can create it " "like this \n" "(note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:300 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names \n" "in the \n" "online " "\n" "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:309 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. \n" "You can use them in subfolder and file names. In this illustration, some " "files have had \n" "the Job Code "Street" applied to them, and the selected files are " "about to \n" "get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:317 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 \n" "prompted to enter a Job Code for them before the download begins." msgstr "" #: ../raphodo/ui/didyouknow.py:324 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:327 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:333 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!" msgstr "" #: ../raphodo/ui/didyouknow.py:340 msgid "" "\n" "

Four types of sequence values are available to help you assign unique " "names to your \n" "photos and 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 \n" "last time the 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 \n" "documentation.

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

The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature \n" "on your 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 \n" "are detected, the same sequence numbers will be applied to both photo names. " "F\n" "urthermore, sequences will be updated as if the photos were one.

\n" "

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

\n" msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are \n" "downloaded, such as external hard drives or network shares. Backup devices " "can be \n" "automatically detected, or exact backup locations specified." msgstr "" #: ../raphodo/ui/didyouknow.py:385 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:391 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including \n" "download sources, destinations, and backups. Additionally, settings can be " "reset to \n" "their default state, and caches and remembered files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:396 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:401 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 \n" "your cameras, memory cards, and other devices.
  2. \n" "
  3. A temporary cache of files downloaded from a camera, one for " "photos and \n" "another for videos. They are located in temporary subfolders in the download " "\n" "destination.
  4. \n" "
  5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores \n" "thumbnails of RAW and TIFF photos once they have been downloaded. File " "browsers like \n" "Gnome Files use this cache as well, meaning they too will display thumbnails " "for those \n" "files. \n" "
  6. \n" "
\n" "Read more about these caches and their effect on download performance in the " "online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:459 msgid "Tip of the Day" msgstr "Парада днÑ" #: ../raphodo/ui/didyouknow.py:467 msgid "Did you know...?" msgstr "Ці ведаеце вы, што...?" #: ../raphodo/ui/didyouknow.py:498 msgid "Show tips on startup" msgstr "Паказваць парады пры запуÑке" #: ../raphodo/ui/didyouknow.py:502 msgid "&Next" msgstr "&Далей" #: ../raphodo/ui/didyouknow.py:503 msgid "&Previous" msgstr "&Ðазад" #: ../raphodo/downloadtracker.py:454 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:584 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:643 msgid "1 second" msgstr "1 Ñекунда" #: ../raphodo/downloadtracker.py:645 #, python-format msgid "%d seconds" msgstr "%d Ñекунд" #: ../raphodo/downloadtracker.py:650 msgid "1 minute" msgstr "1 хвіліна" #: ../raphodo/downloadtracker.py:652 #, python-format msgid "%d minutes" msgstr "%d хвілін(Ñ‹)" #: ../raphodo/downloadtracker.py:657 ../raphodo/downloadtracker.py:839 msgid "1 hour" msgstr "1 гадзіна" #: ../raphodo/downloadtracker.py:659 #, python-format msgid "%d hours" msgstr "%d гадзін(Ñ‹)" #: ../raphodo/downloadtracker.py:664 ../raphodo/downloadtracker.py:869 #: ../raphodo/downloadtracker.py:877 msgid "1 day" msgstr "1 дзень" #: ../raphodo/downloadtracker.py:666 #, python-format msgid "%d days" msgstr "%d дзён" #: ../raphodo/downloadtracker.py:845 msgid "1 minute, 1 second" msgstr "1 хвіліна, 1 Ñекунда" #: ../raphodo/downloadtracker.py:847 #, python-format msgid "1 minute, %d seconds" msgstr "1 хвіліна, %d Ñекунд(Ñ‹)" #: ../raphodo/downloadtracker.py:850 #, python-format msgid "%d minutes, 1 second" msgstr "%d хвілін(Ñ‹), 1 Ñекунда" #: ../raphodo/downloadtracker.py:852 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d хвілін(Ñ‹), %(seconds)d Ñекунд(Ñ‹)" #: ../raphodo/downloadtracker.py:884 msgid "1 hour, 1 minute" msgstr "1 гадзіна, 1 хвіліна" #: ../raphodo/downloadtracker.py:886 #, python-format msgid "1 hour, %d minutes" msgstr "1 гадзіна, %d хвілін(Ñ‹)" #: ../raphodo/downloadtracker.py:889 #, python-format msgid "%d hours, 1 minute" msgstr "%d гадзін(Ñ‹), 1 хвіліна" #: ../raphodo/downloadtracker.py:891 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d гадзін(Ñ‹), %(minutes)d хвілін(Ñ‹)" #: ../raphodo/downloadtracker.py:918 msgid "1 day, 1 hour" msgstr "1 дзень, 1 гадзіна" #: ../raphodo/downloadtracker.py:920 #, python-format msgid "1 day, %d hours" msgstr "1 дзень, %d гадзін(Ñ‹)" #: ../raphodo/downloadtracker.py:923 #, python-format msgid "%d days, 1 hour" msgstr "%d дзён, 1 гадзіна" #: ../raphodo/downloadtracker.py:925 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d дзён, %(hours)d гадзін(Ñ‹)" #: ../raphodo/errorlog.py:80 msgid "Find" msgstr "ЗнайÑці" #: ../raphodo/errorlog.py:150 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:187 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:206 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:211 msgid "Find the next occurrence of the phrase" msgstr "ЗнайÑці наÑтупнае Ñупадзенне з фразай" #: ../raphodo/errorlog.py:213 msgid "&Highlight All" msgstr "&ПадÑвÑціць уÑÑ‘" #: ../raphodo/errorlog.py:214 msgid "Highlight all occurrences of the phrase" msgstr "ПадÑвÑціць уÑе Ñупадзенні з фразай" #: ../raphodo/errorlog.py:215 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:216 msgid "Search with case sensitivity" msgstr "Шукаць з улікам Ñ€ÑгіÑтра" #: ../raphodo/errorlog.py:217 msgid "&Whole Words" msgstr "&Словы цалкам" #: ../raphodo/errorlog.py:218 msgid "Search whole words only" msgstr "Шукаць толькі Ñловы цалкам" #: ../raphodo/errorlog.py:229 ../raphodo/errorlog.py:371 #, 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:234 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:256 msgid "Clear" msgstr "ÐчыÑціць" #: ../raphodo/errorlog.py:357 msgid "Phrase not found" msgstr "Выраз не знойдзены" #: ../raphodo/errorlog.py:516 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:567 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:50 #, python-brace-format msgid "" "Please report the problem at {website}.

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

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

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

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

Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:88 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:182 msgid "Problem in Rapid Photo Downloader" msgstr "Праблема Ñž Rapid Photo Downloader" #: ../raphodo/excepthook.py:186 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:189 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:216 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "Праблема адбылаÑÑ Ñž Rapid Photo Downloader\n" #: ../raphodo/excepthook.py:218 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:173 ../raphodo/thumbnaildisplay.py:2254 msgid "Open in File Browser..." msgstr "Ðдкрыць у Файлавым МÑнаджары..." #. type: Optional[QModelIndex] #: ../raphodo/ui/filebrowse.py:179 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:183 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:140 msgid "File System" msgstr "Ð¤Ð°Ð¹Ð»Ð°Ð²Ð°Ñ ÑÑ–ÑÑ‚Ñма" #: ../raphodo/foldercombo.py:181 msgid "Other..." msgstr "ІншыÑ..." #: ../raphodo/foldercombo.py:272 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:206 msgid "Date time" msgstr "Дата/чаÑ" #: ../raphodo/generatenameconfig.py:207 msgid "Text" msgstr "ТÑкÑÑ‚" #: ../raphodo/generatenameconfig.py:208 ../raphodo/rapid.py:2608 msgid "Filename" msgstr "Ðазва файла" #: ../raphodo/generatenameconfig.py:209 #: ../raphodo/prefs/preferencedialog.py:994 msgid "Metadata" msgstr "" #: ../raphodo/generatenameconfig.py:210 msgid "Sequences" msgstr "ÐумерацыÑ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:213 msgid "Job code" msgstr "Метка" #: ../raphodo/generatenameconfig.py:214 msgid "Image date" msgstr "Дата здымка" #: ../raphodo/generatenameconfig.py:215 msgid "Video date" msgstr "Дата відÑа" #: ../raphodo/generatenameconfig.py:216 msgid "Today" msgstr "СённÑ" #: ../raphodo/generatenameconfig.py:217 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:220 msgid "Download time" msgstr "Ð§Ð°Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÑ–" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:223 msgid "Name" msgstr "Ðазва" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 ../raphodo/rapid.py:2609 msgid "Extension" msgstr "ПашырÑнне" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 msgid "Image number" msgstr "Ðумар здымка" #: ../raphodo/generatenameconfig.py:230 msgid "Video number" msgstr "Ðумар відÑа" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:233 msgid "Aperture" msgstr "ДыÑфрагма" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "Exposure time" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Focal length" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Camera make" msgstr "Вытворца камеры" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera model" msgstr "МадÑль камеры" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 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:254 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:257 msgid "Serial number" msgstr "Серыйны нумар" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Shutter count" msgstr "" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:262 msgid "File number" msgstr "" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:264 msgid "Folder only" msgstr "" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:266 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:269 msgid "Owner name" msgstr "Ð†Ð¼Ñ ÑžÐ»Ð°Ð´Ð°Ð»ÑŒÐ½Ñ–ÐºÐ°" #: ../raphodo/generatenameconfig.py:270 msgid "Codec" msgstr "КодÑк" #: ../raphodo/generatenameconfig.py:271 msgid "Width" msgstr "ШырынÑ" #: ../raphodo/generatenameconfig.py:272 msgid "Height" msgstr "ВышынÑ" #: ../raphodo/generatenameconfig.py:273 msgid "Length" msgstr "ДаўжынÑ" #: ../raphodo/generatenameconfig.py:274 msgid "Frames Per Second" msgstr "Кадраў за Ñекунду" #: ../raphodo/generatenameconfig.py:275 msgid "Artist" msgstr "ÐртыÑÑ‚" #: ../raphodo/generatenameconfig.py:276 msgid "Copyright" msgstr "ÐўтарÑÐºÑ–Ñ Ð¿Ñ€Ð°Ð²Ñ‹" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:279 msgid "Downloads today" msgstr "СцÑгнута ÑённÑ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Session number" msgstr "Ðумар ÑеанÑа" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Subfolder number" msgstr "Ðумар падпапкі" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Stored number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:291 msgid "Sequence letter" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:294 msgid "All digits" msgstr "УÑе лічбы" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "Last digit" msgstr "ÐпошнÑÑ Ð»Ñ–Ñ‡Ð±Ð°" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 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:303 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:306 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:309 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:312 msgid "UPPERCASE" msgstr "ВЯЛІКІЯ ЛІТÐРЫ" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "lowercase" msgstr "Ð¼Ð°Ð»Ñ‹Ñ Ð»Ñ–Ñ‚Ð°Ñ€Ñ‹" #: ../raphodo/generatenameconfig.py:316 msgid "One digit" msgstr "Ðдна лічба" #: ../raphodo/generatenameconfig.py:317 msgid "Two digits" msgstr "Дзве лічбы" #: ../raphodo/generatenameconfig.py:318 msgid "Three digits" msgstr "Тры лічбы" #: ../raphodo/generatenameconfig.py:319 msgid "Four digits" msgstr "Чатыры лічбы" #: ../raphodo/generatenameconfig.py:320 msgid "Five digits" msgstr "ПÑць лічбаў" #: ../raphodo/generatenameconfig.py:321 msgid "Six digits" msgstr "ШÑÑць лічбаў" #: ../raphodo/generatenameconfig.py:322 msgid "Seven digits" msgstr "Сем лічбаў" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:325 msgid "Subseconds" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 ../raphodo/generatenameconfig.py:415 msgid "YYYYMMDD" msgstr "ГГГГММДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:416 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:334 ../raphodo/generatenameconfig.py:417 msgid "YYYY_MM_DD" msgstr "ГГГГ_ММ_ДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 msgid "YYMMDD" msgstr "ГГММДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 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:343 msgid "YY_MM_DD" msgstr "ГГ_ММ_ДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "MMDDYYYY" msgstr "ММДДГГГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYY" msgstr "ММДДГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDD" msgstr "ММДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "DDMMYYYY" msgstr "ДДММГГГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYY" msgstr "ДДММГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 ../raphodo/generatenameconfig.py:415 #: ../raphodo/generatenameconfig.py:416 ../raphodo/generatenameconfig.py:417 #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:419 msgid "YYYY" msgstr "ГГГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 msgid "YY" msgstr "ГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "MM" msgstr "ММ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "DD" msgstr "ДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "Month (full)" msgstr "МеÑÑц (цалкам)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (abbreviated)" msgstr "МеÑÑц (Ñкарочана)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "HHMMSS" msgstr "ГГХХСС" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMM" msgstr "ГГХХ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 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:394 msgid "HH-MM" msgstr "ГГ-ХХ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH" msgstr "ГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "MM (minutes)" msgstr "ХХ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "SS" msgstr "СС" #: ../raphodo/generatenameconfig.py:415 msgid "Date" msgstr "Дата" #: ../raphodo/generatenameconfig.py:416 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:417 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:512 #: ../raphodo/generatenameconfig.py:699 msgid "Date and Job Code" msgstr "Дата Ñ– метка" #: ../raphodo/generatenameconfig.py:418 msgid "YYYYMM_Job Code" msgstr "ГГГГММ_Метка" #: ../raphodo/generatenameconfig.py:419 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "YYYYMM" msgstr "ГГГГММ" #: ../raphodo/generatenameconfig.py:419 ../raphodo/jobcodepanel.py:279 #: ../raphodo/ui/nameeditor.py:926 ../raphodo/rapid.py:2261 #: ../raphodo/ui/renamepanel.py:93 ../raphodo/ui/renamepanel.py:275 msgid "Job Code" msgstr "ЦÑтлікі" #: ../raphodo/generatenameconfig.py:507 ../raphodo/generatenameconfig.py:694 msgid "Original Filename" msgstr "ÐÑ€Ñ‹Ð³Ñ–Ð½Ð°Ð»ÑŒÐ½Ð°Ñ Ð½Ð°Ð·Ð²Ð° файла" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "YYYYMMDD-HHMM-1" msgstr "ГГГГММДД-ГГХХ-1" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "YYYYMMDD-1" msgstr "ГГГГММДД-1" #: ../raphodo/generatenameconfig.py:510 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:510 msgid "YYYYMMDD-1234" msgstr "ГГГГММДД-1234" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "ГГГГММДД-ГГХХ-Метка-1" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:699 msgid "YYYYMMDD-Job Code-1" msgstr "ГГГГММДД-Метка-1" #: ../raphodo/generatenameconfig.py:697 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "YYYYMMDD_1234" msgstr "ГГГГММДД_1234" #: ../raphodo/generatenameconfig.py:700 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:700 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "ГГГГММДД-ГГХХ-1-1920x1080" #: ../raphodo/jobcodepanel.py:90 msgid "Enter a new Job Code, or select a previous one" msgstr "УвÑдзіце новы цÑтлік або выбÑрыце Ñтары" #: ../raphodo/jobcodepanel.py:98 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "Меткі будуць даданы на %s, у ÑÐºÑ–Ñ ÑÑˆÑ‡Ñ Ð½Ñма метак." #: ../raphodo/jobcodepanel.py:108 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "Меткі будуць даданы на %s, у ÑÐºÑ–Ñ ÑÑˆÑ‡Ñ Ð½Ñма метак." #: ../raphodo/jobcodepanel.py:121 msgid "Apply Job Code to Download" msgstr "Дадаць метку да загружаных" #: ../raphodo/jobcodepanel.py:123 msgid "Enter a new Job Code" msgstr "УвÑдзіце новы цÑтлік" #: ../raphodo/jobcodepanel.py:131 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/jobcodepanel.py:144 #, python-format msgid "The new Job Code will be applied to %s." msgstr "ÐÐ¾Ð²Ð°Ñ Ð¼ÐµÑ‚ÐºÐ° будзе дадана на %s." #: ../raphodo/jobcodepanel.py:148 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:186 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:190 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:251 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:255 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:259 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:264 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:269 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:278 msgid "Last Used" msgstr "" #: ../raphodo/jobcodepanel.py:283 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:286 ../raphodo/rapid.py:2616 msgid "Ascending" msgstr "" #: ../raphodo/jobcodepanel.py:287 ../raphodo/rapid.py:2617 msgid "Descending" msgstr "" #: ../raphodo/jobcodepanel.py:297 msgid "&New..." msgstr "" #: ../raphodo/jobcodepanel.py:301 msgid "&Apply" msgstr "" #: ../raphodo/jobcodepanel.py:305 msgid "&Remove" msgstr "" #: ../raphodo/jobcodepanel.py:309 ../raphodo/prefs/preferencedialog.py:288 #: ../raphodo/prefs/preferencedialog.py:324 #: ../raphodo/prefs/preferencedialog.py:781 msgid "Remove All" msgstr "" #: ../raphodo/jobcodepanel.py:512 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:515 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:578 msgid "Job Codes" msgstr "ЦÑтлікі" #: ../raphodo/ui/messagewidget.py:67 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:478 ../raphodo/ui/nameeditor.py:498 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:583 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:584 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:630 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:647 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:650 ../raphodo/ui/nameeditor.py:1558 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:743 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:751 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:884 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:892 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:900 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:907 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:936 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:954 #, python-format msgid "The character
%(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:964 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:972 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:999 ../raphodo/ui/renamepanel.py:139 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1082 ../raphodo/ui/nameeditor.py:1105 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1134 ../raphodo/prefs/preferencedialog.py:1083 #: ../raphodo/wsl.py:648 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1161 msgid "Insert" msgstr "" #: ../raphodo/ui/nameeditor.py:1523 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1527 msgid "" "Do you want to save the changes in a new custom " "preset?

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

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

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

The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1562 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:326 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:327 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:328 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:331 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:334 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:336 #, 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:366 ../raphodo/newversion.py:385 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:388 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:412 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:531 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:553 msgid "Downloading..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:134 msgid "Preferences" msgstr "" #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 msgid "Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Thumbnails" msgstr "МініÑцюры" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:160 #: ../raphodo/prefs/preferencedialog.py:183 #: ../raphodo/prefs/preferencedialog.py:585 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:184 #: ../raphodo/prefs/preferencedialog.py:649 msgid "Error Handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:162 #: ../raphodo/prefs/preferencedialog.py:185 msgid "Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:163 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:164 #: ../raphodo/prefs/preferencedialog.py:186 msgid "Miscellaneous" msgstr "" #: ../raphodo/prefs/preferencedialog.py:221 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:225 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:231 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:233 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:240 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:244 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 #: ../raphodo/prefs/preferencedialog.py:310 msgid "Add..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:252 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 #: ../raphodo/prefs/preferencedialog.py:286 #: ../raphodo/prefs/preferencedialog.py:317 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove" msgstr "" #: ../raphodo/prefs/preferencedialog.py:259 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:278 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:279 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:283 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:290 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:304 msgid "Ignored Paths" msgstr "" #: ../raphodo/prefs/preferencedialog.py:306 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:313 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:320 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:327 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as well. #: ../raphodo/prefs/preferencedialog.py:338 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:345 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:387 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:400 #: ../raphodo/prefs/preferencedialog.py:505 #: ../raphodo/prefs/preferencedialog.py:553 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:408 #: ../raphodo/prefs/preferencedialog.py:575 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:416 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:417 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place the #. carriage return where you think it makes sense so that the tool tip does not #. stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:422 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading at program startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Start downloading upon device insertion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:430 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program when download completes" msgstr "" #: ../raphodo/prefs/preferencedialog.py:433 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/prefs/preferencedialog.py:465 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:470 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:473 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:477 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:480 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:489 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:490 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:530 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:536 msgid "days" msgstr "" #: ../raphodo/prefs/preferencedialog.py:537 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:550 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:559 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:562 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:588 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:598 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:601 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:615 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:629 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Skip download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:656 msgid "Add unique identifier" msgstr "" #: ../raphodo/prefs/preferencedialog.py:659 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Overwrite" msgstr "" #: ../raphodo/prefs/preferencedialog.py:668 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Skip" msgstr "" #: ../raphodo/prefs/preferencedialog.py:671 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:678 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:690 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:701 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:722 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:723 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:727 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:730 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:736 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:740 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:743 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:749 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:755 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:760 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:765 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:771 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:776 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:783 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:821 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:824 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:827 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:834 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:837 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:842 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:854 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:855 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:862 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:868 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:874 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:880 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:886 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:906 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:911 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:916 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:921 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:968 msgid "Version Check" msgstr "" #: ../raphodo/prefs/preferencedialog.py:969 msgid "Check for new version at startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:972 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/prefs/preferencedialog.py:976 msgid "Include development releases" msgstr "" #: ../raphodo/prefs/preferencedialog.py:978 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/prefs/preferencedialog.py:996 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:999 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1006 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1008 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1034 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1140 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1423 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1585 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1590 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1605 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1610 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1929 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1931 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1933 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1947 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1949 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1951 msgid "Path:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1965 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1966 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1967 ../raphodo/ui/renamepanel.py:140 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1982 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1987 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1996 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:736 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:740 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:747 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" #: ../raphodo/ui/primarybutton.py:124 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)s быў знÑты %(image1_date)s а %(image1_time)s, Ñ– %(image2)s знÑты " "%(image2_date)s а %(image2_time)s." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "ÐдÑутнічае пашырÑнне." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "ÐдÑутнічае нумар." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 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:249 ../raphodo/proximity.py:278 #: ../raphodo/proximity.py:313 ../raphodo/proximity.py:319 #, 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:267 #, 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:288 ../raphodo/proximity.py:294 #: ../raphodo/proximity.py:1123 ../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:303 ../raphodo/proximity.py:307 #: ../raphodo/proximity.py:1130 ../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:328 #, 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:339 #, 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:473 #, 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:1135 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1893 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:1952 #, 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:1956 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:1962 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2101 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:2106 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2109 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2110 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2112 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:2568 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:473 ../raphodo/rapid.py:871 ../raphodo/rapid.py:4657 #: ../raphodo/rapid.py:4880 ../raphodo/rapid.py:4899 ../raphodo/rapid.py:4922 #: ../raphodo/rapid.py:4929 ../raphodo/rapid.py:5606 ../raphodo/rapid.py:6229 #: ../raphodo/rapid.py:7449 ../raphodo/ui/rememberthisdialog.py:112 #: ../raphodo/ui/viewutils.py:743 #: ../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:1156 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:1167 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1176 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:1188 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1367 #, python-format msgid "" "Cannot download from Apple devices

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

Missing applications: " "%(applications)s

Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1766 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1769 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1778 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1782 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1786 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1804 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1806 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1824 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1827 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1873 msgid "" "\n" "

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

\n" "

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

" msgstr "" #: ../raphodo/rapid.py:1883 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1894 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1897 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1898 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1901 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in the future #: ../raphodo/rapid.py:1906 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:2110 ../raphodo/rapid.py:2914 msgid "Download" msgstr "СцÑгнуць" #: ../raphodo/rapid.py:2114 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:2118 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:2122 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:2128 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:2132 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:2137 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:2140 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:2144 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:2147 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:2150 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:2153 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:2158 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:2161 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:2250 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:2258 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:2260 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:2262 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2486 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2505 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2508 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2522 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2600 msgid "All" msgstr "" #: ../raphodo/rapid.py:2601 msgid "New" msgstr "" #: ../raphodo/rapid.py:2603 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2606 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2607 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2610 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2611 msgid "Device" msgstr "Прылада" #: ../raphodo/rapid.py:2613 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2629 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:2894 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2910 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2912 msgid "Pause" msgstr "Прыпыніць" #: ../raphodo/rapid.py:3049 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:3150 #, 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:3244 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:3258 #, 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:3346 msgid "" "\n" "Downloading all files

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

\n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3511 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" #: ../raphodo/rapid.py:3514 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" #: ../raphodo/rapid.py:3517 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3518 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3536 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:3547 ../raphodo/rapid.py:3561 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3549 ../raphodo/rpdfile.py:179 msgid "photos" msgstr "здымкі" #: ../raphodo/rapid.py:3563 ../raphodo/rpdfile.py:174 msgid "videos" msgstr "відÑа" #: ../raphodo/rapid.py:3573 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:3589 ../raphodo/rapid.py:3605 #, 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:3592 ../raphodo/rpdfile.py:181 ../raphodo/rpdfile.py:850 msgid "photo" msgstr "здымкі" #: ../raphodo/rapid.py:3608 ../raphodo/rpdfile.py:176 ../raphodo/rpdfile.py:912 msgid "video" msgstr "відÑа" #: ../raphodo/rapid.py:3616 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:4447 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4527 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s ÑцÑгнуты" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4537 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s не атрымалаÑÑ ÑцÑгнуць" #: ../raphodo/rapid.py:4543 ../raphodo/rapid.py:4650 msgid "warnings" msgstr "папÑÑ€Ñджанні" #: ../raphodo/rapid.py:4578 msgid "All downloads complete" msgstr "УÑе ÑцÑгванні Ñкончаны" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4588 ../raphodo/rapid.py:4603 ../raphodo/rapid.py:4619 #: ../raphodo/rapid.py:4634 ../raphodo/rapid.py:4649 #, 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:4593 ../raphodo/rapid.py:4624 #, 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:4608 ../raphodo/rapid.py:4639 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s не атрымалаÑÑ ÑцÑгнуць" #: ../raphodo/rapid.py:4675 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4677 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4682 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4684 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4709 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4716 #, 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:4725 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4727 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4767 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4886 #, 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:4905 #, 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:4925 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4936 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4937 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:5029 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:5032 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:5036 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:5041 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5578 #, 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:5613 #, 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:5775 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5777 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5779 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5781 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5782 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5783 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5867 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:6212 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6216 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:6222 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6226 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6645 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6649 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:6705 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6712 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6726 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6738 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:7035 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:7042 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7048 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7055 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:7061 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:7067 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:7075 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:7083 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:7088 ../raphodo/rapid.py:7095 ../raphodo/rapid.py:7102 #: ../raphodo/rapid.py:7146 ../raphodo/rapid.py:7156 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:7090 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:7097 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7104 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7111 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:7117 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:7122 ../raphodo/rapid.py:7134 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:7125 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:7137 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:7149 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7159 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7167 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:7177 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:7184 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:7191 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:7200 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:7208 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:7215 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7224 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:7232 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:7238 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:7245 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:7255 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:7348 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7359 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:7366 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7437 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7452 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7542 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7547 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7562 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:7637 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:7842 msgid "All settings and caches have been reset." msgstr "УÑе наладкі былі Ñкінуты." #: ../raphodo/rapid.py:7850 msgid "Thumbnail Cache has been reset." msgstr "УÑе наладкі былі Ñкінуты." #: ../raphodo/rapid.py:7856 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:80 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:87 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:626 msgid "subfolder and filename" msgstr "падпапка Ñ– назва файла" #: ../raphodo/renameandmovefile.py:628 msgid "filename" msgstr "назва файла" #: ../raphodo/renameandmovefile.py:630 msgid "subfolder" msgstr "падпапка" #: ../raphodo/ui/renamepanel.py:327 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:328 msgid "Downloads today:" msgstr "СцÑгнута ÑённÑ:" #: ../raphodo/ui/renamepanel.py:350 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:351 msgid "Stored number:" msgstr "" #: ../raphodo/ui/renamepanel.py:363 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:365 msgid "Day start:" msgstr "Пачатак днÑ:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:375 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:379 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:384 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:395 msgid "Strip incompatible characters" msgstr "" #: ../raphodo/ui/renamepanel.py:400 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:404 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:484 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:488 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:492 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "здымкі Ñ– відÑа" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "здымкі або відÑа" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:273 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:302 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:304 msgid "1 Video" msgstr "" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:314 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:316 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:830 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:851 msgid "Photo" msgstr "Здымак" #: ../raphodo/rpdfile.py:913 msgid "Video" msgstr "ВідÑа" #: ../raphodo/storage/storage.py:251 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:589 msgid "Pictures" msgstr "" #: ../raphodo/sudocommand.py:93 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:100 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:140 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:583 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "Зроблена а %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:593 #, 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:605 ../raphodo/thumbnaildisplay.py:668 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:623 #, python-format msgid "Memory cards: %s" msgstr "Карты памÑці: %s" #: ../raphodo/thumbnaildisplay.py:628 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:635 msgid "Downloaded as:" msgstr "Загружана Ñк:" #: ../raphodo/thumbnaildisplay.py:682 #, python-format msgid "

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

Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2257 msgid "Copy Path" msgstr "СкапіÑваць пуць" #: ../raphodo/thumbnaildisplay.py:2263 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2268 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:215 msgid "B" msgstr "" #: ../raphodo/utilities.py:216 msgid "KB" msgstr "" #: ../raphodo/utilities.py:217 msgid "MB" msgstr "" #: ../raphodo/utilities.py:218 msgid "GB" msgstr "" #: ../raphodo/utilities.py:219 msgid "TB" msgstr "" #: ../raphodo/utilities.py:220 msgid "PB" msgstr "" #: ../raphodo/utilities.py:221 msgid "EB" msgstr "" #: ../raphodo/utilities.py:222 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:223 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:486 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s Ñ– %(last_item)s" #: ../raphodo/utilities.py:570 msgid "one" msgstr "адзін" #: ../raphodo/utilities.py:571 msgid "two" msgstr "два" #: ../raphodo/utilities.py:572 msgid "three" msgstr "тры" #: ../raphodo/utilities.py:573 msgid "four" msgstr "чатыры" #: ../raphodo/utilities.py:574 msgid "five" msgstr "пÑць" #: ../raphodo/utilities.py:575 msgid "six" msgstr "шÑÑць" #: ../raphodo/utilities.py:576 msgid "seven" msgstr "Ñем" #: ../raphodo/utilities.py:577 msgid "eight" msgstr "воÑем" #: ../raphodo/utilities.py:578 msgid "nine" msgstr "дзевÑць" #: ../raphodo/utilities.py:579 msgid "ten" msgstr "дзеÑÑць" #: ../raphodo/utilities.py:580 msgid "eleven" msgstr "адзінаццаць" #: ../raphodo/utilities.py:581 msgid "twelve" msgstr "дванаццаць" #: ../raphodo/utilities.py:582 msgid "thirteen" msgstr "трынаццаць" #: ../raphodo/utilities.py:583 msgid "fourteen" msgstr "чатырнаццаць" #: ../raphodo/utilities.py:584 msgid "fifteen" msgstr "пÑтнаццаць" #: ../raphodo/utilities.py:585 msgid "sixteen" msgstr "шаÑнаццаць" #: ../raphodo/utilities.py:586 msgid "seventeen" msgstr "ÑÑмнаццаць" #: ../raphodo/utilities.py:587 msgid "eighteen" msgstr "ваÑÑмнаццаць" #: ../raphodo/utilities.py:588 msgid "ninenteen" msgstr "дзевÑтнаццаць" #: ../raphodo/utilities.py:589 msgid "twenty" msgstr "дваццаць" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&OK" msgstr "" #: ../raphodo/ui/viewutils.py:680 ../raphodo/ui/viewutils.py:700 msgid "&Save" msgstr "" #: ../raphodo/ui/viewutils.py:681 msgid "&Help" msgstr "" #: ../raphodo/ui/viewutils.py:682 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:683 ../raphodo/ui/viewutils.py:701 msgid "&Yes" msgstr "" #: ../raphodo/ui/viewutils.py:684 ../raphodo/ui/viewutils.py:702 msgid "&No" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:105 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:109 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:115 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:309 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:314 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:321 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:390 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:403 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:558 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:562 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:566 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:570 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:594 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:596 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:598 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:638 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:652 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1459 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1463 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1606 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1612 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "" #~ msgid "the root of the file system" #~ msgstr "корань файлавай ÑÑ–ÑÑ‚Ñмы" #~ msgid "Size" #~ msgstr "Памер" #~ msgid "Download Progress" #~ msgstr "СцÑгванне" #~ msgid "scanning..." #~ msgstr "пошук..." #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "ЗаÑталоÑÑ ÐºÐ°Ð»Ñ %i Ñекунд" #~ msgid "About 1 minute remaining" #~ msgstr "ЗаÑталоÑÑ ÐºÐ°Ð»Ñ Ñ…Ð²Ñ–Ð»Ñ–Ð½Ñ‹" #~ msgid "About 1 second remaining" #~ msgstr "ЗаÑталоÑÑ ÐºÐ°Ð»Ñ Ñекунды" #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "Ð’Ñ‹ Ñапраўды хочаце ÑцÑгнуць адÑюда? Ðа некаторых ÑÑ–ÑÑ‚Ñмах пошук можа доўга " #~ "цÑгнуцца." #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "СцÑгванне з %(location)s." #~ msgid "Download cannot proceed" #~ msgstr "Ðемагчыма ÑцÑнуць" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "ЗаÑталоÑÑ ÐºÐ°Ð»Ñ %(minutes)i:%(seconds)i" #~ msgid "Copy" #~ msgstr "КапіÑваць" #~ msgid "From" #~ msgstr "Ðдкуль" #~ msgid "Auto Detect" #~ msgstr "Ðўта вызначÑнне" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s з %(total)s %(filetypes)s (%(remaining)s заÑталоÑÑ)" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s з %(total)s %(filetypes)s" #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s не адмантаваны" #~ msgid "Photos:" #~ msgstr "Здымкі:" #~ msgid "Videos:" #~ msgstr "ВідÑа:" #~ msgid "Move" #~ msgstr "ПеранеÑці" #~ msgid "and" #~ msgstr "Ñ–" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "Скінуць уÑе наладкі Ñ– выйÑці" #~ msgid "All settings and preferences have been reset" #~ msgstr "УÑе наладкі былі Ñкінуты" #, python-format #~ msgid "and %s" #~ msgstr "Ñ– %s" #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Файл: %(file)s" #~ msgid "MB/s" #~ msgstr "МБ/Ñ" #~ msgid "Device Detected" #~ msgstr "Знойдзена прылада" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Памылка: %(inst)s" #~ msgid "Name + extension" #~ msgstr "Ðазва + пашырÑнне" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Выбраць папку з %(file_types)s" #~ msgid "Select a folder to download videos to" #~ msgstr "ВыбÑрыце папку, куды ÑцÑгнуць відÑа" #~ msgid "Select a folder to download photos to" #~ msgstr "ВыбÑрыце папку, куды ÑцÑгнуць здымкі" #, python-format #~ msgid "Folder: %s" #~ msgstr "Папкі: %s" #~ msgid "Should all Job Codes be removed?" #~ msgstr "ТрÑба выдаліць уÑе цÑтлікі?" #~ msgid "Error in Photo Rename preferences" #~ msgstr "Памылка Ñž наладках назваў здымкаў" #~ msgid "Remove all Job Codes?" #~ msgstr "Выдаліць уÑе цÑтлікі?" #~ msgid "Error in Video Rename preferences" #~ msgstr "Памылка Ñž наладках назваў відÑа" #~ msgid "Job Code:" #~ msgstr "ЦÑтлікі:" #~ msgid "Enter a Job Code" #~ msgstr "УвÑдзіце цÑтлік" #~ msgid "New York" #~ msgstr "Ðью-Ðрк" #, python-format #~ msgid "Example: %s" #~ msgstr "Прыклад: %s" #~ msgid "Sydney" #~ msgstr "СіднÑй" #~ msgid "Budapest" #~ msgstr "Будапешт" #~ msgid "Berlin" #~ msgstr "БÑрлін" #~ msgid "Paris" #~ msgstr "Парыж" #~ msgid "Prague" #~ msgstr "Прага" #~ msgid "Manila" #~ msgstr "Маніла" #~ msgid "Wellington" #~ msgstr "ÐŽÑлінгтон" #~ msgid "Helsinki" #~ msgstr "ХельÑінкі" #~ msgid "Kampala" #~ msgstr "Кампала" #~ msgid "Tehran" #~ msgstr "ТÑгеран" #~ msgid "Stockholm" #~ msgstr "Стакгольм" #~ msgid "Rome" #~ msgstr "Рым" #~ msgid "Moscow" #~ msgstr "МаÑква" #~ msgid "Jakarta" #~ msgstr "Джакарта" #~ msgid "Madrid" #~ msgstr "Мадрыд" #~ msgid "Delhi" #~ msgstr "ДÑлі" #~ msgid "Warsaw" #~ msgstr "Варшава" #, python-format #~ msgid "%(filetype)s already exists" #~ msgstr "%(filetype)s ужо Ñ–Ñнуе" #, python-format #~ msgid "An error occurred when copying the %(filetype)s" #~ msgstr "Памылка капіÑÐ²Ð°Ð½Ð½Ñ %(filetype)s" #, python-format #~ msgid "%(filetype)s was already downloaded" #~ msgstr "%(filetype)s ужо ÑцÑгнуты" #, python-format #~ msgid "The existing %(filetype)s was last modified on %(date)s at %(time)s." #~ msgstr "ІÑнуючы %(filetype)s быў зменены %(date)s а %(time)s." #, python-format #~ msgid "Error: %(errorno)s %(strerror)s" #~ msgstr "Памылка: %(errorno)s %(strerror)s" #~ msgid "" #~ "The filename, extension and Exif information indicate it has already been " #~ "downloaded." #~ msgstr "Ðазва файла, пашырÑнне Ñ– EXIF Ñведчаць, што здымак ужо ÑцÑгнуты." #, python-format #~ msgid "%s, " #~ msgstr "%s, " #, python-format #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)s Ñ– %(final_volume)s." #, python-format #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #, python-format #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #, python-format #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)s Ñ– %(volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)s Ñ– %(volume)s (%(inst)s)." #, python-format #~ msgid "" #~ "Photos detected with the same filenames, but taken at different times: " #~ "%(details)s" #~ msgstr "Знойдзены здымкі з той жа назвай, але знÑÑ‚Ñ‹Ñ Ñž розны Ñ‡Ð°Ñ %(details)s" #, python-format #~ msgid "An error occurred when creating directories on %(volume)s: %(inst)s." #~ msgstr "Памылка ÑтварÑÐ½Ð½Ñ Ð¿Ð°Ð¿ÐºÑ– на %(volume)s: %(inst)s." #, python-format #~ msgid "Problem in %s generation" #~ msgstr "Праблема пры ÑтварÑнні %s" #, python-format #~ msgid "Problems in %s generation" #~ msgstr "Праблемы пры ÑтварÑнні %s" #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "Знойдзены здымкі з аднолькавай назвай, але знÑÑ‚Ñ‹Ñ Ñž розны чаÑ" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Крыніца: %(source)s" #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "scanning (found %(photos)s photos and %(videos)s videos)..." #~ msgstr "пошук (знойдзена %(photos)s здымкаў Ñ– %(videos)s відÑа)..." #~ msgid "Photo has already been downloaded" #~ msgstr "Фота ўжо было ÑцÑгнута" #~ msgid "Download / Pause" #~ msgstr "СцÑгваць / Прыпыніць" #~ msgid "_File" #~ msgstr "_Файл" #~ msgid "_Select" #~ msgstr "_Выбраць" #~ msgid "Previous File" #~ msgstr "ПапÑÑ€Ñдні файл" #~ msgid "_View" #~ msgstr "_ПраглÑд" #~ msgid "_Uncheck All" #~ msgstr "_ЗнÑць пазначÑнне" #~ msgid "_Include in download" #~ msgstr "_Уключыць у ÑцÑгванне" #~ msgid "_Translate this Application..." #~ msgstr "_ПераклаÑці праграму..." #~ msgid "_Check All" #~ msgstr "Пазначыць _уÑÑ‘" #~ msgid "_Help" #~ msgstr "_Даведка" #~ msgid "Next File" #~ msgstr "ÐаÑтупны файл" #~ msgid "_Download" #~ msgstr "_СцÑгнуць" #~ msgid "Example: /home/user/Pictures" #~ msgstr "Прыклад: /home/user/Pictures" #~ msgid "New:" #~ msgstr "Ðовае:" #~ msgid " " #~ msgstr " " #~ msgid "Photo Folders" #~ msgstr "Папкі здымкаў" #~ msgid "Original:" #~ msgstr "Ðрыгінал:" #~ msgid "Example" #~ msgstr "Прыклад" #~ msgid "Video Folders" #~ msgstr "Папкі з відÑа" #~ msgid " hh:mm" #~ msgstr " гг:Ñ…Ñ…" #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "Сінхранізаваць нумары RAW Ñ– JPEG" #~ msgid ":" #~ msgstr ":" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "СумÑшчальнаÑць з іншымі аперацыйнымі ÑÑ–ÑÑ‚Ñмамі" #~ msgid "_Add..." #~ msgstr "_Дадаць…" #~ msgid "R_emove All" #~ msgstr "_Выдаліць уÑÑ‘" #~ msgid "Job Codes" #~ msgstr "ЦÑтлікі" #~ msgid "Devices" #~ msgstr "Прылады" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/po/bg.po0000644000175000017500000041774500000000000016537 0ustar00damondamon# Bulgarian translation for rapid # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2010. # #: ../raphodo/jobcodepanel.py:137 msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2022-02-27 16:56-0500\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:406 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:642 ../install.py:4330 msgid "Installer not found:" msgstr "" #. Translators: do not translate the term tar.gz #: ../install.py:646 ../install.py:4334 msgid "Installer not in tar.gz format:" msgstr "" #: ../install.py:728 ../install.py:757 ../install.py:4210 ../install.py:4215 msgid "Exiting..." msgstr "" #: ../install.py:979 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:1065 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:1357 ../install.py:4290 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:1467 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" #: ../install.py:1610 msgid "The following command will be run:" msgstr "" #. Translators: do not translate the term sudo #: ../install.py:1614 ../install.py:3834 ../install.py:3841 msgid "sudo may prompt you for the sudo password." msgstr "" #: ../install.py:1618 msgid "Would you like to run the command now?" msgstr "" #: ../install.py:1620 msgid "Answer is not yes, exiting." msgstr "" #: ../install.py:1631 ../install.py:2259 ../install.py:2318 ../install.py:2793 msgid "Command failed" msgstr "" #: ../install.py:1633 ../install.py:2260 ../install.py:2319 ../install.py:2794 msgid "Exiting" msgstr "" #: ../install.py:1661 msgid "The Universe repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1701 msgid "The EPEL repository must be enabled." msgstr "" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1749 msgid "The RPM Fusion Free repository must be enabled." msgstr "" #: ../install.py:1790 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "" #: ../install.py:2237 ../install.py:2267 ../install.py:2299 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" #: ../install.py:2252 msgid "Uninstalling system package" msgstr "" #: ../install.py:2277 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:2324 msgid "Checking if previous version installed with pip..." msgstr "" #: ../install.py:2477 ../install.py:2534 ../install.py:2650 msgid "The following package is unknown on your system: {}\n" msgstr "" #: ../install.py:2548 ../install.py:2706 ../install.py:2803 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" #: ../install.py:2642 ../install.py:2663 msgid "Querying installed and available packages (this may take a while)" msgstr "" #: ../install.py:2785 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" #: ../install.py:2852 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2862 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" #: ../install.py:2873 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2923 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:2931 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" #: ../install.py:2937 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2942 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2950 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" #: ../install.py:2958 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:2982 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:3000 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:3011 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:3048 msgid "Failed to download versions file." msgstr "" #: ../install.py:3053 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:3170 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:3324 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:3330 msgid "Received error code" msgstr "" #: ../install.py:3332 msgid "Failed to install application requirements: exiting." msgstr "" #: ../install.py:3334 msgid "Failed to install application: exiting..." msgstr "" #: ../install.py:3658 msgid "Installing application requirements..." msgstr "" #: ../install.py:3693 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #: ../install.py:3710 msgid "Installing application..." msgstr "" #: ../install.py:3797 msgid "Do you want Rapid Photo Downloader to appear in the Windows menu?" msgstr "" #: ../install.py:3803 msgid "Adding Rapid Photo Downloader to the Windows menu" msgstr "" #: ../install.py:3813 msgid "Failed to copy application launcher." msgstr "" #: ../install.py:3824 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:3829 msgid "Do you want to install the application's man pages?" msgstr "" #: ../install.py:3830 msgid "They will be installed into {}" msgstr "" #: ../install.py:3832 ../install.py:3839 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" #: ../install.py:3835 msgid "Do want to install the man pages?" msgstr "" #: ../install.py:3837 msgid "Installing man pages into {}" msgstr "" #: ../install.py:3855 msgid "Failed to create man page directory: exiting." msgstr "" #: ../install.py:3876 msgid "Failed to copy man page." msgstr "" #: ../install.py:3915 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:3928 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:3934 msgid "" "You may have to restart WSL to be able to run the program from the command " "line." msgstr "" #: ../install.py:3944 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line." msgstr "" #: ../install.py:3949 #, 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:3971 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:3973 msgid "Done." msgstr "" #: ../install.py:3987 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:4043 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #. Translators: do not translate the terms --PyQt5-version or --use-system-PyQt5 #: ../install.py:4055 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:4067 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:4081 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:4097 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:4111 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:4124 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:4134 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:4139 ../install.py:4153 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:4172 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:4180 msgid "Restarting script using system python..." msgstr "" #: ../install.py:4193 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:4231 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:4263 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:4275 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:4324 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:647 ../raphodo/ui/viewutils.py:679 #: ../raphodo/ui/viewutils.py:699 msgid "&Cancel" msgstr "" #: ../upgrade.py:651 msgid "&Upgrade" msgstr "" #: ../upgrade.py:656 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" #: ../upgrade.py:659 msgid "Click the Upgrade button to start the upgrade." msgstr "" #: ../upgrade.py:662 ../upgrade.py:668 ../raphodo/ui/viewutils.py:678 #: ../raphodo/ui/viewutils.py:698 msgid "&Close" msgstr "" #: ../upgrade.py:663 msgid "&Run" msgstr "" #: ../upgrade.py:693 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" #: ../upgrade.py:696 msgid "Upgrade running..." msgstr "" #: ../upgrade.py:732 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:737 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:741 msgid "Upgrade failed. Click Close to exit." msgstr "" #: ../upgrade.py:11320 #, python-format msgid "Upgrading %s..." msgstr "" #: ../upgrade.py:11322 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:11335 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:11337 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/ui/aboutdialog.py:334 msgid "Credits" msgstr "" #: ../raphodo/ui/aboutdialog.py:339 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:280 msgid "Backups are not configured" msgstr "" #: ../raphodo/ui/backuppanel.py:282 msgid "No backup devices detected" msgstr "" #: ../raphodo/ui/backuppanel.py:285 msgid "Valid backup locations not yet specified" msgstr "" #: ../raphodo/ui/backuppanel.py:465 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" #: ../raphodo/ui/backuppanel.py:473 msgid "Back up photos and videos when downloading" msgstr "" #: ../raphodo/ui/backuppanel.py:479 msgid "Automatically detect backup devices" msgstr "" #: ../raphodo/ui/backuppanel.py:485 msgid "" "Specify the folder in which backups are stored on the device." "

Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" #: ../raphodo/ui/backuppanel.py:500 msgid "Photo folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:505 msgid "Video folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:510 ../raphodo/ui/nameeditor.py:1000 #: ../raphodo/ui/renamepanel.py:141 msgid "Example:" msgstr "" #: ../raphodo/ui/backuppanel.py:521 msgid "If you disable automatic detection, choose the exact backup locations." msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:532 msgid "Photo backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:542 msgid "Select Photo Backup Location" msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:554 msgid "Video backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:560 msgid "Select Video Backup Location" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:676 msgid "drive1" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:679 msgid "drive2" msgstr "" #: ../raphodo/ui/backuppanel.py:746 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/ui/backuppanel.py:751 msgid "Backup Options" msgstr "" #: ../raphodo/copyfiles.py:609 msgid "video THM" msgstr "" #: ../raphodo/copyfiles.py:619 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:104 ../raphodo/ui/devicedisplay.py:1408 #: ../raphodo/rpdfile.py:310 #, 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:112 ../raphodo/ui/devicedisplay.py:1414 #: ../raphodo/rpdfile.py:298 #, python-format msgid "%(no_videos)s Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:123 msgid "Used" msgstr "" #: ../raphodo/ui/destinationdisplay.py:124 msgid "Excess" msgstr "" #: ../raphodo/ui/destinationdisplay.py:133 ../raphodo/ui/devicedisplay.py:1440 msgid "Device size unknown" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:146 #, python-format msgid "No space free on %(size_total)s device" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:156 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/ui/destinationdisplay.py:230 ../raphodo/ui/destinationpanel.py:74 #: ../raphodo/ui/devicedisplay.py:625 ../raphodo/rapid.py:2640 #: ../raphodo/rapid.py:7587 ../raphodo/rpdfile.py:960 msgid "Photos" msgstr "" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:231 ../raphodo/ui/destinationpanel.py:78 #: ../raphodo/ui/devicedisplay.py:626 ../raphodo/rapid.py:2641 #: ../raphodo/rapid.py:7587 ../raphodo/rpdfile.py:988 #: ../raphodo/storage/storage.py:602 msgid "Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:232 msgid "Projected storage use after download" msgstr "" #. Translators: Custom refers to the user choosing a non-default value that #. they customize themselves #: ../raphodo/ui/destinationdisplay.py:355 ../raphodo/ui/nameeditor.py:587 msgid "Custom..." msgstr "" #: ../raphodo/ui/destinationdisplay.py:774 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/ui/destinationdisplay.py:776 msgid "Configure video subfolder creation" msgstr "" #: ../raphodo/ui/destinationpanel.py:90 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:113 ../raphodo/ui/destinationpanel.py:125 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1294 msgid "Probing device..." msgstr "" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Temporarily ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1313 msgid "Permanently ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1316 msgid "Rescan" msgstr "" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1437 #, python-format msgid "%s full" msgstr "" #: ../raphodo/ui/devicedisplay.py:1457 msgid "Other" msgstr "" #: ../raphodo/devices.py:603 ../raphodo/devices.py:604 msgid "Cameras" msgstr "" #: ../raphodo/devices.py:605 ../raphodo/devices.py:1256 #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 ../raphodo/rapid.py:2489 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:1006 #, 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:1073 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1229 ../raphodo/rapid.py:2212 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:1280 ../raphodo/devices.py:1300 #, 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:1318 #, 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:1326 #, python-format msgid "%(no_devices)s Devices" msgstr "" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1652 #, python-format msgid "%s + %s" msgstr "" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "\n" "In case of any problems, a red icon will appear at the bottom of the window " "indicating \n" "how many error reports there are. Clicking on it opens the Error Report " "window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 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." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "\n" "

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

\n" "

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

" msgstr "" #: ../raphodo/ui/didyouknow.py:133 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:140 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:147 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:154 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 \n" "metadata (where available) or according to the filesystem (as a fallback).\n" "
  2. Checked State: whether the file is marked for download.
  3. \n" "
  4. Filename: the full filename, including extension.
  5. \n" "
  6. Extension: the filename's extension. You can use this to group " "jpeg and \n" "raw images, for instance.
  7. \n" "
  8. File Type: photo or video.
  9. \n" "
  10. Device: name of the device the photos and videos are being " "downloaded \n" "from.
  11. \n" "
" msgstr "" #: ../raphodo/ui/didyouknow.py:172 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" #: ../raphodo/ui/didyouknow.py:178 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:185 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 \n" "illustration below, the destination folders are "Pictures" and \n" ""Videos". The name of the destination folder is displayed in the " "grey bar \n" "directly above the folder tree, with a folder icon to its left and a gear " "icon to \n" "its far right.
  2. \n" "
  3. The download subfolders, which are directories that will be " "automatically \n" "generated by Rapid Photo Downloader. They need not already exist on your " "computer, but \n" "it's okay if they do. They will be generated under the destination folder.\n" "
" msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a \n" "different destination folder for each. The same applies to the download " "subfolders for \n" "photos and videos—download photos and videos to the same subfolders, " "or use a \n" "different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:211 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:220 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to \n" "download:\n" "
    \n" "
  1. The destination folder tree shows the download subfolders already on " "your computer \n" "(those in a regular, non-italicized font), and the subfolders that will be " "created \n" "during the download (those whose names are italicized).
  2. \n" "
  3. The folder tree also shows into which subfolders the files will be " "downloaded \n" "(those colored black).
  4. \n" "
" msgstr "" #: ../raphodo/ui/didyouknow.py:235 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following \n" "elements:\n" "
    \n" "
  1. File metadata, very often including the date the photo or video " "was created, \n" "but might also include the camera model name, camera serial number, or file " "extension \n" "e.g. JPG or CR2.
  2. \n" "
  3. A Job Code, which is free text you specify at the time the " "download occurs, \n" "such as the 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 \n" "format makes it easy to keep them sorted in a file manager, which is why " "it's the \n" "default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:254 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 \n" "preset. Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:261 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to \n" "configure your own scheme. You create your own schemes using the Photo or " "Video \n" "Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:270 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:276 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:282 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 \n" "and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:291 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 \n" "choices to generate new combinations. Supposing you wanted a date format " "that combines \n" "year (YYYY), a hyphen, and month (MM) to form YYYY-MM. You can create it " "like this \n" "(note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:300 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names \n" "in the \n" "online \n" "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:309 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. \n" "You can use them in subfolder and file names. In this illustration, some " "files have had \n" "the Job Code "Street" applied to them, and the selected files are " "about to \n" "get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:317 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 \n" "prompted to enter a Job Code for them before the download begins." msgstr "" #: ../raphodo/ui/didyouknow.py:324 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:327 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:333 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!" msgstr "" #: ../raphodo/ui/didyouknow.py:340 msgid "" "\n" "

Four types of sequence values are available to help you assign unique " "names to your \n" "photos and 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 \n" "last time the 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 \n" "documentation.

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

The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature \n" "on your 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 \n" "are detected, the same sequence numbers will be applied to both photo names. " "F\n" "urthermore, sequences will be updated as if the photos were one.

\n" "

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

\n" msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are \n" "downloaded, such as external hard drives or network shares. Backup devices " "can be \n" "automatically detected, or exact backup locations specified." msgstr "" #: ../raphodo/ui/didyouknow.py:385 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:391 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including \n" "download sources, destinations, and backups. Additionally, settings can be " "reset to \n" "their default state, and caches and remembered files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:396 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:401 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 \n" "your cameras, memory cards, and other devices.
  2. \n" "
  3. A temporary cache of files downloaded from a camera, one for " "photos and \n" "another for videos. They are located in temporary subfolders in the " "download \n" "destination.
  4. \n" "
  5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores \n" "thumbnails of RAW and TIFF photos once they have been downloaded. File " "browsers like \n" "Gnome Files use this cache as well, meaning they too will display thumbnails " "for those \n" "files. \n" "
  6. \n" "
\n" "Read more about these caches and their effect on download performance in the " "online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:459 msgid "Tip of the Day" msgstr "" #: ../raphodo/ui/didyouknow.py:467 msgid "Did you know...?" msgstr "" #: ../raphodo/ui/didyouknow.py:498 msgid "Show tips on startup" msgstr "" #: ../raphodo/ui/didyouknow.py:502 msgid "&Next" msgstr "" #: ../raphodo/ui/didyouknow.py:503 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:454 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:584 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:643 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:645 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:650 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:652 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:657 ../raphodo/downloadtracker.py:839 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:659 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:664 ../raphodo/downloadtracker.py:869 #: ../raphodo/downloadtracker.py:877 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:666 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:845 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:847 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:850 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:852 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:884 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:886 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:889 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:891 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:918 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:920 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:923 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:925 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:80 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:150 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:187 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:206 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:211 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:213 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:214 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:215 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:216 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:217 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:218 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:229 ../raphodo/errorlog.py:371 #, 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:234 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:256 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:357 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:516 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:567 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:50 #, python-brace-format msgid "" "Please report the problem at {website}.

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

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

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

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

Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:88 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:182 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:186 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:189 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:216 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:218 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:173 ../raphodo/thumbnaildisplay.py:2251 msgid "Open in File Browser..." msgstr "" #. type: Optional[QModelIndex] #: ../raphodo/ui/filebrowse.py:179 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:183 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:140 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:181 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:272 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:206 msgid "Date time" msgstr "" #: ../raphodo/generatenameconfig.py:207 msgid "Text" msgstr "" #: ../raphodo/generatenameconfig.py:208 ../raphodo/rapid.py:2607 msgid "Filename" msgstr "" #: ../raphodo/generatenameconfig.py:209 #: ../raphodo/prefs/preferencedialog.py:994 msgid "Metadata" msgstr "" #: ../raphodo/generatenameconfig.py:210 msgid "Sequences" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:213 msgid "Job code" msgstr "" #: ../raphodo/generatenameconfig.py:214 msgid "Image date" msgstr "" #: ../raphodo/generatenameconfig.py:215 msgid "Video date" msgstr "" #: ../raphodo/generatenameconfig.py:216 msgid "Today" msgstr "" #: ../raphodo/generatenameconfig.py:217 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:220 msgid "Download time" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:223 msgid "Name" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 ../raphodo/rapid.py:2608 msgid "Extension" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 msgid "Image number" msgstr "" #: ../raphodo/generatenameconfig.py:230 msgid "Video number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:233 msgid "Aperture" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "ISO" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "Exposure time" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Focal length" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Camera make" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera model" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 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:254 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:257 msgid "Serial number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Shutter count" msgstr "" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:262 msgid "File number" msgstr "" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:264 msgid "Folder only" msgstr "" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:266 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:269 msgid "Owner name" msgstr "" #: ../raphodo/generatenameconfig.py:270 msgid "Codec" msgstr "" #: ../raphodo/generatenameconfig.py:271 msgid "Width" msgstr "" #: ../raphodo/generatenameconfig.py:272 msgid "Height" msgstr "" #: ../raphodo/generatenameconfig.py:273 msgid "Length" msgstr "" #: ../raphodo/generatenameconfig.py:274 msgid "Frames Per Second" msgstr "" #: ../raphodo/generatenameconfig.py:275 msgid "Artist" msgstr "" #: ../raphodo/generatenameconfig.py:276 msgid "Copyright" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:279 msgid "Downloads today" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Session number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Subfolder number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Stored number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:291 msgid "Sequence letter" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:294 msgid "All digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "Last digit" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 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:303 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:306 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:309 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:312 msgid "UPPERCASE" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "lowercase" msgstr "" #: ../raphodo/generatenameconfig.py:316 msgid "One digit" msgstr "" #: ../raphodo/generatenameconfig.py:317 msgid "Two digits" msgstr "" #: ../raphodo/generatenameconfig.py:318 msgid "Three digits" msgstr "" #: ../raphodo/generatenameconfig.py:319 msgid "Four digits" msgstr "" #: ../raphodo/generatenameconfig.py:320 msgid "Five digits" msgstr "" #: ../raphodo/generatenameconfig.py:321 msgid "Six digits" msgstr "" #: ../raphodo/generatenameconfig.py:322 msgid "Seven digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:325 msgid "Subseconds" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 ../raphodo/generatenameconfig.py:415 msgid "YYYYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:416 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:334 ../raphodo/generatenameconfig.py:417 msgid "YYYY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 msgid "YYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 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:343 msgid "YY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "MMDDYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "DDMMYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 ../raphodo/generatenameconfig.py:415 #: ../raphodo/generatenameconfig.py:416 ../raphodo/generatenameconfig.py:417 #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:419 msgid "YYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 msgid "YY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "Month (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "HHMMSS" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 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:394 msgid "HH-MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "MM (minutes)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "SS" msgstr "" #: ../raphodo/generatenameconfig.py:415 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:416 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:417 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:512 #: ../raphodo/generatenameconfig.py:699 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:418 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:419 ../raphodo/jobcodepanel.py:279 #: ../raphodo/ui/nameeditor.py:926 ../raphodo/rapid.py:2260 #: ../raphodo/ui/renamepanel.py:93 ../raphodo/ui/renamepanel.py:275 msgid "Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:507 ../raphodo/generatenameconfig.py:694 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:510 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:510 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:699 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:700 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:700 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/jobcodepanel.py:90 msgid "Enter a new Job Code, or select a previous one" msgstr "" #: ../raphodo/jobcodepanel.py:98 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:108 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:121 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:123 msgid "Enter a new Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:131 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/jobcodepanel.py:144 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:148 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:186 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:190 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:251 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:255 msgid "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:259 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:264 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:269 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:278 msgid "Last Used" msgstr "" #: ../raphodo/jobcodepanel.py:283 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:286 ../raphodo/rapid.py:2615 msgid "Ascending" msgstr "" #: ../raphodo/jobcodepanel.py:287 ../raphodo/rapid.py:2616 msgid "Descending" msgstr "" #: ../raphodo/jobcodepanel.py:297 msgid "&New..." msgstr "" #: ../raphodo/jobcodepanel.py:301 msgid "&Apply" msgstr "" #: ../raphodo/jobcodepanel.py:305 msgid "&Remove" msgstr "" #: ../raphodo/jobcodepanel.py:309 ../raphodo/prefs/preferencedialog.py:288 #: ../raphodo/prefs/preferencedialog.py:324 #: ../raphodo/prefs/preferencedialog.py:781 msgid "Remove All" msgstr "" #: ../raphodo/jobcodepanel.py:512 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:515 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:578 msgid "Job Codes" msgstr "" #: ../raphodo/ui/messagewidget.py:67 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:478 ../raphodo/ui/nameeditor.py:498 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:583 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:584 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:630 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:647 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:650 ../raphodo/ui/nameeditor.py:1558 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:743 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:751 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:884 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:892 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:900 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:907 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:936 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:954 #, python-format msgid "The character
%(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:964 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:972 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:999 ../raphodo/ui/renamepanel.py:139 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1082 ../raphodo/ui/nameeditor.py:1105 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1134 ../raphodo/prefs/preferencedialog.py:1083 #: ../raphodo/wsl.py:648 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1161 msgid "Insert" msgstr "" #: ../raphodo/ui/nameeditor.py:1523 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1527 msgid "" "Do you want to save the changes in a new custom preset?

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

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

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

The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1562 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:326 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:327 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:328 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:331 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:334 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:336 #, 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:366 ../raphodo/newversion.py:385 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:388 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:412 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:531 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:553 msgid "Downloading..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:134 msgid "Preferences" msgstr "" #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 msgid "Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Thumbnails" msgstr "" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:160 #: ../raphodo/prefs/preferencedialog.py:183 #: ../raphodo/prefs/preferencedialog.py:585 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:184 #: ../raphodo/prefs/preferencedialog.py:649 msgid "Error Handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:162 #: ../raphodo/prefs/preferencedialog.py:185 msgid "Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:163 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:164 #: ../raphodo/prefs/preferencedialog.py:186 msgid "Miscellaneous" msgstr "" #: ../raphodo/prefs/preferencedialog.py:221 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:225 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:231 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:233 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:240 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:244 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 #: ../raphodo/prefs/preferencedialog.py:310 msgid "Add..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:252 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 #: ../raphodo/prefs/preferencedialog.py:286 #: ../raphodo/prefs/preferencedialog.py:317 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove" msgstr "" #: ../raphodo/prefs/preferencedialog.py:259 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:278 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:279 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:283 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:290 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:304 msgid "Ignored Paths" msgstr "" #: ../raphodo/prefs/preferencedialog.py:306 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:313 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:320 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:327 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as well. #: ../raphodo/prefs/preferencedialog.py:338 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:345 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:387 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:400 #: ../raphodo/prefs/preferencedialog.py:505 #: ../raphodo/prefs/preferencedialog.py:553 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:408 #: ../raphodo/prefs/preferencedialog.py:575 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:416 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:417 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place the #. carriage return where you think it makes sense so that the tool tip does not #. stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:422 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading at program startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Start downloading upon device insertion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:430 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program when download completes" msgstr "" #: ../raphodo/prefs/preferencedialog.py:433 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/prefs/preferencedialog.py:465 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:470 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:473 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:477 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:480 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:489 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:490 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:530 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:536 msgid "days" msgstr "" #: ../raphodo/prefs/preferencedialog.py:537 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:550 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:559 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:562 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:588 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:598 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:601 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:615 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:629 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Skip download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:656 msgid "Add unique identifier" msgstr "" #: ../raphodo/prefs/preferencedialog.py:659 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Overwrite" msgstr "" #: ../raphodo/prefs/preferencedialog.py:668 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Skip" msgstr "" #: ../raphodo/prefs/preferencedialog.py:671 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:678 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:690 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:701 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:722 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:723 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:727 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:730 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:736 msgid "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:740 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:743 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:749 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:755 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:760 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:765 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:771 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:776 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:783 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:821 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:824 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:827 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:834 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:837 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:842 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:854 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:855 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:862 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:868 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:874 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:880 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:886 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:906 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:911 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:916 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:921 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:968 msgid "Version Check" msgstr "" #: ../raphodo/prefs/preferencedialog.py:969 msgid "Check for new version at startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:972 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/prefs/preferencedialog.py:976 msgid "Include development releases" msgstr "" #: ../raphodo/prefs/preferencedialog.py:978 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/prefs/preferencedialog.py:996 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:999 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1006 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1008 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1034 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1140 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1423 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1585 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1590 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1605 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1610 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1929 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1931 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1933 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1947 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1949 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1951 msgid "Path:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1965 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1966 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1967 ../raphodo/ui/renamepanel.py:140 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1982 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1987 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1996 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:736 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:740 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:747 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" #: ../raphodo/ui/primarybutton.py:124 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 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:249 ../raphodo/proximity.py:278 #: ../raphodo/proximity.py:313 ../raphodo/proximity.py:319 #, 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:267 #, 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:288 ../raphodo/proximity.py:294 #: ../raphodo/proximity.py:1123 ../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:303 ../raphodo/proximity.py:307 #: ../raphodo/proximity.py:1130 ../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:328 #, 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:339 #, 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:473 #, 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:1135 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1893 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:1952 #, 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:1956 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:1962 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2101 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:2106 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2109 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2110 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2112 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:2568 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:473 ../raphodo/rapid.py:871 ../raphodo/rapid.py:4656 #: ../raphodo/rapid.py:4879 ../raphodo/rapid.py:4898 ../raphodo/rapid.py:4921 #: ../raphodo/rapid.py:4928 ../raphodo/rapid.py:5605 ../raphodo/rapid.py:6228 #: ../raphodo/rapid.py:7448 ../raphodo/ui/rememberthisdialog.py:112 #: ../raphodo/ui/viewutils.py:743 #: ../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:1156 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:1167 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1176 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:1188 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1367 #, python-format msgid "" "Cannot download from Apple devices

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

Missing applications: " "%(applications)s

Learn more about which software to install." msgstr "" #: ../raphodo/rapid.py:1766 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1769 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1778 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1782 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1786 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1804 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1806 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1824 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1827 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1873 msgid "" "\n" "

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

\n" "

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

" msgstr "" #: ../raphodo/rapid.py:1883 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1894 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1897 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1898 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1901 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in the future #: ../raphodo/rapid.py:1906 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:2110 ../raphodo/rapid.py:2913 msgid "Download" msgstr "" #: ../raphodo/rapid.py:2114 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:2118 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:2122 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:2127 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:2131 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:2136 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:2139 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:2143 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:2146 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:2149 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:2152 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:2157 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:2160 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:2249 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:2257 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:2259 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:2261 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2485 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2504 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2507 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2521 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2599 msgid "All" msgstr "" #: ../raphodo/rapid.py:2600 msgid "New" msgstr "" #: ../raphodo/rapid.py:2602 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2605 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2606 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2609 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2610 msgid "Device" msgstr "УÑтройÑтво" #: ../raphodo/rapid.py:2612 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2628 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:2893 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2909 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2911 msgid "Pause" msgstr "" #: ../raphodo/rapid.py:3048 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:3149 #, 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:3243 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:3257 #, 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:3345 msgid "" "\n" "Downloading all files

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

\n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3510 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" #: ../raphodo/rapid.py:3513 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" #: ../raphodo/rapid.py:3516 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3517 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3535 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:3546 ../raphodo/rapid.py:3560 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3548 ../raphodo/rpdfile.py:179 msgid "photos" msgstr "" #: ../raphodo/rapid.py:3562 ../raphodo/rpdfile.py:174 msgid "videos" msgstr "" #: ../raphodo/rapid.py:3572 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:3588 ../raphodo/rapid.py:3604 #, 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:3591 ../raphodo/rpdfile.py:181 ../raphodo/rpdfile.py:850 msgid "photo" msgstr "" #: ../raphodo/rapid.py:3607 ../raphodo/rpdfile.py:176 ../raphodo/rpdfile.py:912 msgid "video" msgstr "" #: ../raphodo/rapid.py:3615 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:4446 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4526 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4536 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "" #: ../raphodo/rapid.py:4542 ../raphodo/rapid.py:4649 msgid "warnings" msgstr "предупреждениÑ" #: ../raphodo/rapid.py:4577 msgid "All downloads complete" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4587 ../raphodo/rapid.py:4602 ../raphodo/rapid.py:4618 #: ../raphodo/rapid.py:4633 ../raphodo/rapid.py:4648 #, 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:4592 ../raphodo/rapid.py:4623 #, 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:4607 ../raphodo/rapid.py:4638 #, python-format msgid "%(filetype)s failed to download" msgstr "" #: ../raphodo/rapid.py:4674 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4676 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4681 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4683 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4708 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4715 #, 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:4724 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4726 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4766 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4885 #, 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:4904 #, 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:4924 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4935 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4936 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:5028 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:5031 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:5035 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:5040 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5577 #, 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:5612 #, 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:5774 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5776 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5778 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5780 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5781 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5782 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5866 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:6211 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6215 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:6221 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6225 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6644 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6648 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:6704 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6711 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6725 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6737 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:7034 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:7041 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7047 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7054 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:7060 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:7066 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:7074 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:7082 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:7087 ../raphodo/rapid.py:7094 ../raphodo/rapid.py:7101 #: ../raphodo/rapid.py:7145 ../raphodo/rapid.py:7155 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:7089 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:7096 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7103 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7110 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:7116 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:7121 ../raphodo/rapid.py:7133 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:7124 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:7136 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:7148 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7158 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7166 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:7176 msgid "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:7183 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:7190 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:7199 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:7207 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:7214 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7223 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:7231 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:7237 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:7244 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:7254 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:7347 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7358 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:7365 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7436 #, python-format msgid "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7451 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7541 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7546 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7561 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:7636 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:7841 msgid "All settings and caches have been reset." msgstr "" #: ../raphodo/rapid.py:7849 msgid "Thumbnail Cache has been reset." msgstr "" #: ../raphodo/rapid.py:7855 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:80 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:87 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:626 msgid "subfolder and filename" msgstr "" #: ../raphodo/renameandmovefile.py:628 msgid "filename" msgstr "" #: ../raphodo/renameandmovefile.py:630 msgid "subfolder" msgstr "" #: ../raphodo/ui/renamepanel.py:327 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:328 msgid "Downloads today:" msgstr "" #: ../raphodo/ui/renamepanel.py:350 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:351 msgid "Stored number:" msgstr "" #: ../raphodo/ui/renamepanel.py:363 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:365 msgid "Day start:" msgstr "" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:375 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:379 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:384 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:395 msgid "Strip incompatible characters" msgstr "" #: ../raphodo/ui/renamepanel.py:400 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:404 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:484 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:488 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:492 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:273 #, python-format msgid "%(number)s %(filetypes)s" msgstr "" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:302 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:304 msgid "1 Video" msgstr "" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:314 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:316 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:830 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:851 msgid "Photo" msgstr "" #: ../raphodo/rpdfile.py:913 msgid "Video" msgstr "" #: ../raphodo/storage/storage.py:251 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:589 msgid "Pictures" msgstr "" #: ../raphodo/sudocommand.py:93 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:100 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:140 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:583 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:593 #, 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:605 ../raphodo/thumbnaildisplay.py:668 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:623 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:628 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:635 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:682 #, python-format msgid "

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

Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2254 msgid "Copy Path" msgstr "" #: ../raphodo/thumbnaildisplay.py:2260 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2265 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:215 msgid "B" msgstr "" #: ../raphodo/utilities.py:216 msgid "KB" msgstr "" #: ../raphodo/utilities.py:217 msgid "MB" msgstr "" #: ../raphodo/utilities.py:218 msgid "GB" msgstr "" #: ../raphodo/utilities.py:219 msgid "TB" msgstr "" #: ../raphodo/utilities.py:220 msgid "PB" msgstr "" #: ../raphodo/utilities.py:221 msgid "EB" msgstr "" #: ../raphodo/utilities.py:222 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:223 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:486 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:570 msgid "one" msgstr "" #: ../raphodo/utilities.py:571 msgid "two" msgstr "" #: ../raphodo/utilities.py:572 msgid "three" msgstr "" #: ../raphodo/utilities.py:573 msgid "four" msgstr "" #: ../raphodo/utilities.py:574 msgid "five" msgstr "" #: ../raphodo/utilities.py:575 msgid "six" msgstr "" #: ../raphodo/utilities.py:576 msgid "seven" msgstr "" #: ../raphodo/utilities.py:577 msgid "eight" msgstr "" #: ../raphodo/utilities.py:578 msgid "nine" msgstr "" #: ../raphodo/utilities.py:579 msgid "ten" msgstr "" #: ../raphodo/utilities.py:580 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:581 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:582 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:583 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:584 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:585 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:586 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:587 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:588 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:589 msgid "twenty" msgstr "" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&OK" msgstr "" #: ../raphodo/ui/viewutils.py:680 ../raphodo/ui/viewutils.py:700 msgid "&Save" msgstr "" #: ../raphodo/ui/viewutils.py:681 msgid "&Help" msgstr "" #: ../raphodo/ui/viewutils.py:682 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:683 ../raphodo/ui/viewutils.py:701 msgid "&Yes" msgstr "" #: ../raphodo/ui/viewutils.py:684 ../raphodo/ui/viewutils.py:702 msgid "&No" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:105 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:109 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:115 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:309 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:314 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:321 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:390 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:403 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:558 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:562 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:566 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:570 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:594 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:596 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:598 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:638 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:652 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1459 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1463 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1606 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1612 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;" "memory;card;" msgstr "" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "" #~ msgid "Berlin" #~ msgstr "Берлин" #~ msgid "Paris" #~ msgstr "Париж" #~ msgid "New York" #~ msgstr "ÐÑŽ Йорк" #~ msgid "Prague" #~ msgstr "Прага" #~ msgid "Manila" #~ msgstr "Манила" #~ msgid "Wellington" #~ msgstr "Уелингтън" #~ msgid "Helsinki" #~ msgstr "Хелзинки" #~ msgid "Kampala" #~ msgstr "Кампала" #~ msgid "Tehran" #~ msgstr "Техеран" #~ msgid "Stockholm" #~ msgstr "Стокхолм" #~ msgid "Rome" #~ msgstr "Рим" #~ msgid "Moscow" #~ msgstr "МоÑква" #~ msgid "Sydney" #~ msgstr "Сидни" #~ msgid "Budapest" #~ msgstr "Будапеща" #~ msgid "Jakarta" #~ msgstr "Джакарта" #~ msgid "Madrid" #~ msgstr "Мадрид" #~ msgid "Delhi" #~ msgstr "Делхи" #~ msgid "Warsaw" #~ msgstr "Варшава" #~ msgid "Select a folder to download photos to" #~ msgstr "Изберете папка, в коÑто да изтеглите Ñнимки" #~ msgid "scanning..." #~ msgstr "Ñканиране ..." #~ msgid "Example: %s" #~ msgstr "Пример: %s" #~ msgid "Size" #~ msgstr "Размер" #~ msgid "Download Progress" #~ msgstr "ÐŸÑ€Ð¾Ð³Ñ€ÐµÑ Ð½Ð° ÑвалÑнето" #~ msgid "Device Detected" #~ msgstr "УÑтройÑтвото е открито" #~ msgid "and" #~ msgstr "и" #~ msgid " " #~ msgstr " " #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s did not unmount" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/po/ca.po0000644000175000017500000045560300000000000016525 0ustar00damondamon# Catalan translation for rapid # Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2009. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2022-03-02 13:05+0000\n" "PO-Revision-Date: 2022-02-04 19:54+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2022-03-05 16:16+0000\n" "X-Generator: Launchpad (build 61f4697954ab70d633d14d8ceecff69a20b08a6b)\n" "Language: ca\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:406 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:642 ../install.py:4330 msgid "Installer not found:" msgstr "No s’ha trobat l’instal·lador:" #. Translators: do not translate the term tar.gz #: ../install.py:646 ../install.py:4334 msgid "Installer not in tar.gz format:" msgstr "" #: ../install.py:728 ../install.py:757 ../install.py:4210 ../install.py:4215 msgid "Exiting..." msgstr "" #: ../install.py:979 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:1065 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:1357 ../install.py:4290 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:1467 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" #: ../install.py:1610 msgid "The following command will be run:" msgstr "S’executarà l’ordre següent:" #. Translators: do not translate the term sudo #: ../install.py:1614 ../install.py:3834 ../install.py:3841 msgid "sudo may prompt you for the sudo password." msgstr "" #: ../install.py:1618 msgid "Would you like to run the command now?" msgstr "Voleu executar l’ordre ara?" #: ../install.py:1620 msgid "Answer is not yes, exiting." msgstr "" #: ../install.py:1631 ../install.py:2259 ../install.py:2318 ../install.py:2793 msgid "Command failed" msgstr "Ha fallat l’ordre" #: ../install.py:1633 ../install.py:2260 ../install.py:2319 ../install.py:2794 msgid "Exiting" msgstr "" #: ../install.py:1661 msgid "The Universe repository must be enabled." msgstr "Heu d’habilitar el repositori Universe." #. Translators: do not translate the term EPEL #: ../install.py:1701 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:1749 msgid "The RPM Fusion Free repository must be enabled." msgstr "Heu d’habilitar el repositori RPM Fusion Free." #: ../install.py:1790 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:2237 ../install.py:2267 ../install.py:2299 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" #: ../install.py:2252 msgid "Uninstalling system package" msgstr "" #: ../install.py:2277 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:2324 msgid "Checking if previous version installed with pip..." msgstr "S’està comprovant si la versió anterior fou instal·lada amb el pip…" #: ../install.py:2477 ../install.py:2534 ../install.py:2650 msgid "The following package is unknown on your system: {}\n" msgstr "" #: ../install.py:2548 ../install.py:2706 ../install.py:2803 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:2642 ../install.py:2663 msgid "Querying installed and available packages (this may take a while)" msgstr "" #: ../install.py:2785 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" #: ../install.py:2852 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2862 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" #: ../install.py:2873 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2923 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:2931 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" #: ../install.py:2937 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2942 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2950 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" #: ../install.py:2958 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:2982 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:3000 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:3011 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:3048 msgid "Failed to download versions file." msgstr "Ha fallat la baixada del fitxer de versions." #: ../install.py:3053 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:3170 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:3324 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:3330 msgid "Received error code" msgstr "" #: ../install.py:3332 msgid "Failed to install application requirements: exiting." msgstr "" #: ../install.py:3334 msgid "Failed to install application: exiting..." msgstr "" #: ../install.py:3658 msgid "Installing application requirements..." msgstr "" #: ../install.py:3693 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #: ../install.py:3710 msgid "Installing application..." msgstr "S’està instal·lant l’aplicació…" #: ../install.py:3797 msgid "Do you want Rapid Photo Downloader to appear in the Windows menu?" msgstr "" #: ../install.py:3803 msgid "Adding Rapid Photo Downloader to the Windows menu" msgstr "" #: ../install.py:3813 msgid "Failed to copy application launcher." msgstr "" #: ../install.py:3824 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:3829 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:3830 msgid "They will be installed into {}" msgstr "" #: ../install.py:3832 ../install.py:3839 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:3835 msgid "Do want to install the man pages?" msgstr "" #: ../install.py:3837 msgid "Installing man pages into {}" msgstr "" #: ../install.py:3855 msgid "Failed to create man page directory: exiting." msgstr "" #: ../install.py:3876 msgid "Failed to copy man page." msgstr "" #: ../install.py:3915 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:3928 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:3934 msgid "" "You may have to restart WSL to be able to run the program from the command " "line." msgstr "" #: ../install.py:3944 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line." msgstr "" #: ../install.py:3949 #, 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:3971 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:3973 msgid "Done." msgstr "" #: ../install.py:3987 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:4043 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #. Translators: do not translate the terms --PyQt5-version or --use-system-PyQt5 #: ../install.py:4055 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:4067 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:4081 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:4097 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:4111 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:4124 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:4134 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:4139 ../install.py:4153 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:4172 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:4180 msgid "Restarting script using system python..." msgstr "" #: ../install.py:4193 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:4231 msgid "To continue, the package python3-apt must be installed." msgstr "Abans de continuar, heu d’instal·lar el paquet «python3-apt»." #: ../install.py:4263 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:4275 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:4324 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:647 ../raphodo/ui/viewutils.py:679 #: ../raphodo/ui/viewutils.py:699 msgid "&Cancel" msgstr "&Cancel·la" #: ../upgrade.py:651 msgid "&Upgrade" msgstr "&Actualitza" #: ../upgrade.py:656 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" #: ../upgrade.py:659 msgid "Click the Upgrade button to start the upgrade." msgstr "" #: ../upgrade.py:662 ../upgrade.py:668 ../raphodo/ui/viewutils.py:678 #: ../raphodo/ui/viewutils.py:698 msgid "&Close" msgstr "&Tanca" #: ../upgrade.py:663 msgid "&Run" msgstr "&Executa" #: ../upgrade.py:693 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" "Tanqueu el Rapid Photo Downloader abans d’executar aquesta actualització." #: ../upgrade.py:696 msgid "Upgrade running..." msgstr "" #: ../upgrade.py:732 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:737 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:741 msgid "Upgrade failed. Click Close to exit." msgstr "Ha fallat l’actualització. Feu clic a Tanca per a sortir." #: ../upgrade.py:11330 #, python-format msgid "Upgrading %s..." msgstr "" #: ../upgrade.py:11332 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:11345 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:11347 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/ui/aboutdialog.py:334 msgid "Credits" msgstr "Crèdits" #: ../raphodo/ui/aboutdialog.py:339 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:280 msgid "Backups are not configured" msgstr "No s’han configurat les còpies de seguretat" #: ../raphodo/ui/backuppanel.py:282 msgid "No backup devices detected" msgstr "No s’ha detectat cap dispositiu de còpia" #: ../raphodo/ui/backuppanel.py:285 msgid "Valid backup locations not yet specified" msgstr "" "Encara no s’han especificat ubicacions vàlides per a la còpia de seguretat" #: ../raphodo/ui/backuppanel.py:465 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" #: ../raphodo/ui/backuppanel.py:473 msgid "Back up photos and videos when downloading" msgstr "" #: ../raphodo/ui/backuppanel.py:479 msgid "Automatically detect backup devices" msgstr "Detecta automàticament els dispositius de còpies de seguretat" #: ../raphodo/ui/backuppanel.py:485 msgid "" "Specify the folder in which backups are stored on the " "device.

Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" #: ../raphodo/ui/backuppanel.py:500 msgid "Photo folder name:" msgstr "Nom de la carpeta de fotos:" #: ../raphodo/ui/backuppanel.py:505 msgid "Video folder name:" msgstr "Nom de la carpeta de vídeos:" #: ../raphodo/ui/backuppanel.py:510 ../raphodo/ui/nameeditor.py:1000 #: ../raphodo/ui/renamepanel.py:141 msgid "Example:" msgstr "Exemple:" #: ../raphodo/ui/backuppanel.py:521 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:532 msgid "Photo backup location:" msgstr "Ubicació de la còpia de les fotos:" #: ../raphodo/ui/backuppanel.py:542 msgid "Select Photo Backup Location" msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:554 msgid "Video backup location:" msgstr "Ubicació de la còpia dels vídeos:" #: ../raphodo/ui/backuppanel.py:560 msgid "Select Video Backup Location" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:676 msgid "drive1" msgstr "unitat1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:679 msgid "drive2" msgstr "unitat2" #: ../raphodo/ui/backuppanel.py:746 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/ui/backuppanel.py:751 msgid "Backup Options" msgstr "Opcions de còpia de seguretat" #: ../raphodo/copyfiles.py:610 msgid "video THM" msgstr "vídeo THM" #: ../raphodo/copyfiles.py:620 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:104 ../raphodo/ui/devicedisplay.py:1408 #: ../raphodo/rpdfile.py:310 #, 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:112 ../raphodo/ui/devicedisplay.py:1414 #: ../raphodo/rpdfile.py:298 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s vídeos" #: ../raphodo/ui/destinationdisplay.py:123 msgid "Used" msgstr "En ús" #: ../raphodo/ui/destinationdisplay.py:124 msgid "Excess" msgstr "" #: ../raphodo/ui/destinationdisplay.py:133 ../raphodo/ui/devicedisplay.py:1440 msgid "Device size unknown" msgstr "Mida del dispositiu desconeguda" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:146 #, python-format msgid "No space free on %(size_total)s device" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:156 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/ui/destinationdisplay.py:230 ../raphodo/ui/destinationpanel.py:74 #: ../raphodo/ui/devicedisplay.py:625 ../raphodo/rapid.py:2641 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:960 msgid "Photos" msgstr "Fotos" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:231 ../raphodo/ui/destinationpanel.py:78 #: ../raphodo/ui/devicedisplay.py:626 ../raphodo/rapid.py:2642 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:988 #: ../raphodo/storage/storage.py:602 msgid "Videos" msgstr "Vídeos" #: ../raphodo/ui/destinationdisplay.py:232 msgid "Projected storage use after download" msgstr "" #. Translators: Custom refers to the user choosing a non-default value that #. they customize themselves #: ../raphodo/ui/destinationdisplay.py:355 ../raphodo/ui/nameeditor.py:587 msgid "Custom..." msgstr "" #: ../raphodo/ui/destinationdisplay.py:774 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/ui/destinationdisplay.py:776 msgid "Configure video subfolder creation" msgstr "" #: ../raphodo/ui/destinationpanel.py:90 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:113 ../raphodo/ui/destinationpanel.py:125 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1294 msgid "Probing device..." msgstr "" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Temporarily ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1313 msgid "Permanently ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1316 msgid "Rescan" msgstr "Torna a explorar" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1437 #, python-format msgid "%s full" msgstr "" #: ../raphodo/ui/devicedisplay.py:1457 msgid "Other" msgstr "" #: ../raphodo/devices.py:603 ../raphodo/devices.py:604 msgid "Cameras" msgstr "Càmeres" #: ../raphodo/devices.py:605 ../raphodo/devices.py:1256 #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 ../raphodo/rapid.py:2490 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:1006 #, 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:1073 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1229 ../raphodo/rapid.py:2213 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:1280 ../raphodo/devices.py:1300 #, 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:1318 #, 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:1326 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s dispositius" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1652 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "\n" "In case of any problems, a red icon will appear at the bottom of the window " "indicating \n" "how many error reports there are. Clicking on it opens the Error Report " "window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 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." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "\n" "

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

\n" "

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

" msgstr "" #: ../raphodo/ui/didyouknow.py:133 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:140 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:147 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:154 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 \n" "metadata (where 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 \n" "raw images, for instance.
  8. \n" "
  9. File Type: photo or video.
  10. \n" "
  11. Device: name of the device the photos and videos are being " "downloaded \n" "from.
  12. \n" "
" msgstr "" #: ../raphodo/ui/didyouknow.py:172 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" "Una de les funcions més útils del Rapid Photo Downloader és la seva " "capacitat de generar automàticament subcarpetes de baixada i canviar el nom " "dels fitxers a mesura que es baixen, segons el esquema que vulgueu." #: ../raphodo/ui/didyouknow.py:178 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:185 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 \n" "illustration below, the destination folders are "Pictures" and \n" ""Videos". The name of the destination folder is displayed in the " "grey bar \n" "directly above the folder tree, with a folder icon to its left and a gear " "icon to \n" "its far right.
  2. \n" "
  3. The download subfolders, which are directories that will be " "automatically \n" "generated by Rapid Photo Downloader. They need not already exist on your " "computer, but \n" "it's okay if they do. They will be generated under the destination " "folder.
  4. \n" "
" msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a \n" "different destination folder for each. The same applies to the download " "subfolders for \n" "photos and videos—download photos and videos to the same subfolders, " "or use a \n" "different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:211 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:220 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to \n" "download:\n" "
    \n" "
  1. The destination folder tree shows the download subfolders already on " "your computer \n" "(those in a regular, non-italicized font), and the subfolders that will be " "created \n" "during the download (those whose names are italicized).
  2. \n" "
  3. The folder tree also shows into which subfolders the files will be " "downloaded \n" "(those colored black).
  4. \n" "
" msgstr "" #: ../raphodo/ui/didyouknow.py:235 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following \n" "elements:\n" "
    \n" "
  1. File metadata, very often including the date the photo or video " "was created, \n" "but might also include the camera model name, camera serial number, or file " "extension \n" "e.g. JPG or CR2.
  2. \n" "
  3. A Job Code, which is free text you specify at the time the " "download occurs, \n" "such as the 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 \n" "format makes it easy to keep them sorted in a file manager, which is why " "it's the \n" "default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:254 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 \n" "preset. Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:261 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to \n" "configure your own scheme. You create your own schemes using the Photo or " "Video \n" "Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:270 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:276 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:282 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 \n" "and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:291 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 \n" "choices to generate new combinations. Supposing you wanted a date format " "that combines \n" "year (YYYY), a hyphen, and month (MM) to form YYYY-MM. You can create it " "like this \n" "(note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:300 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names \n" "in the \n" "online " "\n" "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:309 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. \n" "You can use them in subfolder and file names. In this illustration, some " "files have had \n" "the Job Code "Street" applied to them, and the selected files are " "about to \n" "get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:317 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 \n" "prompted to enter a Job Code for them before the download begins." msgstr "" #: ../raphodo/ui/didyouknow.py:324 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:327 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:333 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!" msgstr "" #: ../raphodo/ui/didyouknow.py:340 msgid "" "\n" "

Four types of sequence values are available to help you assign unique " "names to your \n" "photos and 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 \n" "last time the 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 \n" "documentation.

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

The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature \n" "on your 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 \n" "are detected, the same sequence numbers will be applied to both photo names. " "F\n" "urthermore, sequences will be updated as if the photos were one.

\n" "

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

\n" msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are \n" "downloaded, such as external hard drives or network shares. Backup devices " "can be \n" "automatically detected, or exact backup locations specified." msgstr "" #: ../raphodo/ui/didyouknow.py:385 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:391 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including \n" "download sources, destinations, and backups. Additionally, settings can be " "reset to \n" "their default state, and caches and remembered files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:396 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:401 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 \n" "your cameras, memory cards, and other devices.
  2. \n" "
  3. A temporary cache of files downloaded from a camera, one for " "photos and \n" "another for videos. They are located in temporary subfolders in the download " "\n" "destination.
  4. \n" "
  5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores \n" "thumbnails of RAW and TIFF photos once they have been downloaded. File " "browsers like \n" "Gnome Files use this cache as well, meaning they too will display thumbnails " "for those \n" "files. \n" "
  6. \n" "
\n" "Read more about these caches and their effect on download performance in the " "online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:459 msgid "Tip of the Day" msgstr "Consell del dia" #: ../raphodo/ui/didyouknow.py:467 msgid "Did you know...?" msgstr "Sabíeu que…?" #: ../raphodo/ui/didyouknow.py:498 msgid "Show tips on startup" msgstr "" #: ../raphodo/ui/didyouknow.py:502 msgid "&Next" msgstr "&Següent" #: ../raphodo/ui/didyouknow.py:503 msgid "&Previous" msgstr "&Anterior" #: ../raphodo/downloadtracker.py:454 msgid "MB/sec" msgstr "MB/s" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:584 msgid "A few seconds" msgstr "Uns quants segons" #: ../raphodo/downloadtracker.py:643 msgid "1 second" msgstr "1 segon" #: ../raphodo/downloadtracker.py:645 #, python-format msgid "%d seconds" msgstr "%d segons" #: ../raphodo/downloadtracker.py:650 msgid "1 minute" msgstr "1 minut" #: ../raphodo/downloadtracker.py:652 #, python-format msgid "%d minutes" msgstr "%d minuts" #: ../raphodo/downloadtracker.py:657 ../raphodo/downloadtracker.py:839 msgid "1 hour" msgstr "1 hora" #: ../raphodo/downloadtracker.py:659 #, python-format msgid "%d hours" msgstr "%d hores" #: ../raphodo/downloadtracker.py:664 ../raphodo/downloadtracker.py:869 #: ../raphodo/downloadtracker.py:877 msgid "1 day" msgstr "1 dia" #: ../raphodo/downloadtracker.py:666 #, python-format msgid "%d days" msgstr "%d dies" #: ../raphodo/downloadtracker.py:845 msgid "1 minute, 1 second" msgstr "1 minut i 1 segon" #: ../raphodo/downloadtracker.py:847 #, python-format msgid "1 minute, %d seconds" msgstr "1 minut i %d segons" #: ../raphodo/downloadtracker.py:850 #, python-format msgid "%d minutes, 1 second" msgstr "%d minuts i 1 segon" #: ../raphodo/downloadtracker.py:852 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d minuts i %(seconds)d segons" #: ../raphodo/downloadtracker.py:884 msgid "1 hour, 1 minute" msgstr "1 hora i 1 minut" #: ../raphodo/downloadtracker.py:886 #, python-format msgid "1 hour, %d minutes" msgstr "1 hora i %d minuts" #: ../raphodo/downloadtracker.py:889 #, python-format msgid "%d hours, 1 minute" msgstr "%d hores i 1 minut" #: ../raphodo/downloadtracker.py:891 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d hores i %(minutes)d minuts" #: ../raphodo/downloadtracker.py:918 msgid "1 day, 1 hour" msgstr "1 dia i 1 hora" #: ../raphodo/downloadtracker.py:920 #, python-format msgid "1 day, %d hours" msgstr "1 dia i %d hores" #: ../raphodo/downloadtracker.py:923 #, python-format msgid "%d days, 1 hour" msgstr "%d dies i 1 hora" #: ../raphodo/downloadtracker.py:925 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d dies i %(hours)d hores" #: ../raphodo/errorlog.py:80 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:150 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:187 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:206 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:211 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:213 msgid "&Highlight All" msgstr "Resalta-&ho tot" #: ../raphodo/errorlog.py:214 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:215 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:216 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:217 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:218 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:229 ../raphodo/errorlog.py:371 #, 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:234 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:256 msgid "Clear" msgstr "Neteja" #: ../raphodo/errorlog.py:357 msgid "Phrase not found" msgstr "No s’ha trobat la frase" #: ../raphodo/errorlog.py:516 msgid "Search pending..." msgstr "Cerca pendent…" #: ../raphodo/errorlog.py:567 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:50 #, python-brace-format msgid "" "Please report the problem at {website}.

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

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

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

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

Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:88 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:182 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:186 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:189 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:216 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:218 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:173 ../raphodo/thumbnaildisplay.py:2254 msgid "Open in File Browser..." msgstr "Obre al gestor de fitxers…" #. type: Optional[QModelIndex] #: ../raphodo/ui/filebrowse.py:179 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:183 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:140 msgid "File System" msgstr "Sistema de fitxers" #: ../raphodo/foldercombo.py:181 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:272 #, python-format msgid "%s (location does not exist)" msgstr "%s (la ubicació no existeix)" #: ../raphodo/generatenameconfig.py:206 msgid "Date time" msgstr "Data i hora" #: ../raphodo/generatenameconfig.py:207 msgid "Text" msgstr "Text" #: ../raphodo/generatenameconfig.py:208 ../raphodo/rapid.py:2608 msgid "Filename" msgstr "Nom del fitxer" #: ../raphodo/generatenameconfig.py:209 #: ../raphodo/prefs/preferencedialog.py:994 msgid "Metadata" msgstr "Metadades" #: ../raphodo/generatenameconfig.py:210 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:213 msgid "Job code" msgstr "Codi de tasca" #: ../raphodo/generatenameconfig.py:214 msgid "Image date" msgstr "Data de la imatge" #: ../raphodo/generatenameconfig.py:215 msgid "Video date" msgstr "Data del vídeo" #: ../raphodo/generatenameconfig.py:216 msgid "Today" msgstr "Avui" #: ../raphodo/generatenameconfig.py:217 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:220 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:223 msgid "Name" msgstr "Nom" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 ../raphodo/rapid.py:2609 msgid "Extension" msgstr "Extensió" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 msgid "Image number" msgstr "Número d’imatge" #: ../raphodo/generatenameconfig.py:230 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:233 msgid "Aperture" msgstr "Obertura" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 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:242 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:245 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:248 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:251 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:254 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:257 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:260 msgid "Shutter count" msgstr "" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:262 msgid "File number" msgstr "Número del fitxer" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:264 msgid "Folder only" msgstr "Només la carpeta" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:266 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:269 msgid "Owner name" msgstr "Nom del propietari" #: ../raphodo/generatenameconfig.py:270 msgid "Codec" msgstr "Còdec" #: ../raphodo/generatenameconfig.py:271 msgid "Width" msgstr "Amplada" #: ../raphodo/generatenameconfig.py:272 msgid "Height" msgstr "Alçada" #: ../raphodo/generatenameconfig.py:273 msgid "Length" msgstr "Durada" #: ../raphodo/generatenameconfig.py:274 msgid "Frames Per Second" msgstr "" #: ../raphodo/generatenameconfig.py:275 msgid "Artist" msgstr "Artista" #: ../raphodo/generatenameconfig.py:276 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:279 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:282 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:285 msgid "Subfolder number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Stored number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:291 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:294 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:297 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:300 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:303 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:306 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:309 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:312 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:315 msgid "lowercase" msgstr "minúscules" #: ../raphodo/generatenameconfig.py:316 msgid "One digit" msgstr "Un dígit" #: ../raphodo/generatenameconfig.py:317 msgid "Two digits" msgstr "Dos dígits" #: ../raphodo/generatenameconfig.py:318 msgid "Three digits" msgstr "Tres dígits" #: ../raphodo/generatenameconfig.py:319 msgid "Four digits" msgstr "Quatre dígits" #: ../raphodo/generatenameconfig.py:320 msgid "Five digits" msgstr "Cinc dígits" #: ../raphodo/generatenameconfig.py:321 msgid "Six digits" msgstr "Sis dígits" #: ../raphodo/generatenameconfig.py:322 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:325 msgid "Subseconds" msgstr "Subsegons" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 ../raphodo/generatenameconfig.py:415 msgid "YYYYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:416 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:334 ../raphodo/generatenameconfig.py:417 msgid "YYYY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 msgid "YYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 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:343 msgid "YY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "MMDDYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "DDMMYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 ../raphodo/generatenameconfig.py:415 #: ../raphodo/generatenameconfig.py:416 ../raphodo/generatenameconfig.py:417 #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:419 msgid "YYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 msgid "YY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 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:376 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:379 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 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:394 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:397 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 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:403 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:415 msgid "Date" msgstr "Data" #: ../raphodo/generatenameconfig.py:416 msgid "Date (hyphens)" msgstr "Data (guionets)" #: ../raphodo/generatenameconfig.py:417 msgid "Date (underscores)" msgstr "Data (guions baixos)" #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:512 #: ../raphodo/generatenameconfig.py:699 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:418 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:419 ../raphodo/jobcodepanel.py:279 #: ../raphodo/ui/nameeditor.py:926 ../raphodo/rapid.py:2261 #: ../raphodo/ui/renamepanel.py:93 ../raphodo/ui/renamepanel.py:275 msgid "Job Code" msgstr "Codi de tasca" #: ../raphodo/generatenameconfig.py:507 ../raphodo/generatenameconfig.py:694 msgid "Original Filename" msgstr "Nom de fitxer original" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:510 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:510 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:699 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:700 msgid "Resolution" msgstr "Resolució" #: ../raphodo/generatenameconfig.py:700 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/jobcodepanel.py:90 msgid "Enter a new Job Code, or select a previous one" msgstr "Introduïu un codi de tasca nou o trieu un codi anterior" #: ../raphodo/jobcodepanel.py:98 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:108 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:121 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:123 msgid "Enter a new Job Code" msgstr "Introduïu un codi de tasca nou" #: ../raphodo/jobcodepanel.py:131 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/jobcodepanel.py:144 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:148 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:186 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:190 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:251 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:255 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:259 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:264 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:269 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:278 msgid "Last Used" msgstr "" #: ../raphodo/jobcodepanel.py:283 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:286 ../raphodo/rapid.py:2616 msgid "Ascending" msgstr "" #: ../raphodo/jobcodepanel.py:287 ../raphodo/rapid.py:2617 msgid "Descending" msgstr "" #: ../raphodo/jobcodepanel.py:297 msgid "&New..." msgstr "" #: ../raphodo/jobcodepanel.py:301 msgid "&Apply" msgstr "" #: ../raphodo/jobcodepanel.py:305 msgid "&Remove" msgstr "" #: ../raphodo/jobcodepanel.py:309 ../raphodo/prefs/preferencedialog.py:288 #: ../raphodo/prefs/preferencedialog.py:324 #: ../raphodo/prefs/preferencedialog.py:781 msgid "Remove All" msgstr "Elimina-ho tot" #: ../raphodo/jobcodepanel.py:512 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:515 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:578 msgid "Job Codes" msgstr "" #: ../raphodo/ui/messagewidget.py:67 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:478 ../raphodo/ui/nameeditor.py:498 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:583 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:584 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:630 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:647 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:650 ../raphodo/ui/nameeditor.py:1558 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:743 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:751 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:884 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:892 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:900 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:907 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:936 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:954 #, python-format msgid "The character
%(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:964 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:972 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:999 ../raphodo/ui/renamepanel.py:139 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1082 ../raphodo/ui/nameeditor.py:1105 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1134 ../raphodo/prefs/preferencedialog.py:1083 #: ../raphodo/wsl.py:648 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1161 msgid "Insert" msgstr "" #: ../raphodo/ui/nameeditor.py:1523 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1527 msgid "" "Do you want to save the changes in a new custom " "preset?

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

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

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

The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1562 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:326 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:327 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:328 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:331 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:334 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:336 #, 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:366 ../raphodo/newversion.py:385 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:388 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:412 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:531 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:553 msgid "Downloading..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:134 msgid "Preferences" msgstr "" #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 msgid "Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Thumbnails" msgstr "Miniatures" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:160 #: ../raphodo/prefs/preferencedialog.py:183 #: ../raphodo/prefs/preferencedialog.py:585 msgid "Time Zones" msgstr "Fusos horaris" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:184 #: ../raphodo/prefs/preferencedialog.py:649 msgid "Error Handling" msgstr "Gestió d’errors" #: ../raphodo/prefs/preferencedialog.py:162 #: ../raphodo/prefs/preferencedialog.py:185 msgid "Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:163 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:164 #: ../raphodo/prefs/preferencedialog.py:186 msgid "Miscellaneous" msgstr "Miscel·lània" #: ../raphodo/prefs/preferencedialog.py:221 msgid "Device Scanning" msgstr "Exploració de dispositius" #: ../raphodo/prefs/preferencedialog.py:222 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:225 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:231 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:233 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:240 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:244 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 #: ../raphodo/prefs/preferencedialog.py:310 msgid "Add..." msgstr "Afegeix…" #: ../raphodo/prefs/preferencedialog.py:252 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 #: ../raphodo/prefs/preferencedialog.py:286 #: ../raphodo/prefs/preferencedialog.py:317 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove" msgstr "Elimina" #: ../raphodo/prefs/preferencedialog.py:259 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:278 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:279 msgid "Remembered Devices" msgstr "Dispositius recordats" #: ../raphodo/prefs/preferencedialog.py:283 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:290 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:304 msgid "Ignored Paths" msgstr "Camins ignorats" #: ../raphodo/prefs/preferencedialog.py:306 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:313 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:320 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:327 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as well. #: ../raphodo/prefs/preferencedialog.py:338 #, python-brace-format msgid "Use python-style regular expressions" msgstr "Utilitza expressions regulars a l’estil del Python" #: ../raphodo/prefs/preferencedialog.py:345 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:387 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:400 #: ../raphodo/prefs/preferencedialog.py:505 #: ../raphodo/prefs/preferencedialog.py:553 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:408 #: ../raphodo/prefs/preferencedialog.py:575 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:416 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:417 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place the #. carriage return where you think it makes sense so that the tool tip does not #. stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:422 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading at program startup" msgstr "Comença la baixada en engegar el programa" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Start downloading upon device insertion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:430 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program when download completes" msgstr "Tanca el programa quan finalitzi la baixada" #: ../raphodo/prefs/preferencedialog.py:433 msgid "Exit program even if download had warnings or errors" msgstr "Tanca el programa fins i tot quan hi hagi errors o avisos" #: ../raphodo/prefs/preferencedialog.py:465 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:470 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:473 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:477 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:480 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:489 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:490 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:530 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:536 msgid "days" msgstr "" #: ../raphodo/prefs/preferencedialog.py:537 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:550 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:559 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:562 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:588 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:598 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:601 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:615 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:629 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Skip download" msgstr "Ignora la baixada" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:656 msgid "Add unique identifier" msgstr "Afegeix un identificador únic" #: ../raphodo/prefs/preferencedialog.py:659 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Overwrite" msgstr "Sobreescriu" #: ../raphodo/prefs/preferencedialog.py:668 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Skip" msgstr "Omet" #: ../raphodo/prefs/preferencedialog.py:671 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:678 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:690 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:701 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:722 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:723 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:727 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:730 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:736 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:740 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:743 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:749 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:755 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:760 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:765 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:771 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:776 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:783 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:821 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:824 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:827 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:834 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:837 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:842 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:854 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:855 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:862 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:868 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:874 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:880 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:886 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:906 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:911 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:916 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:921 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:968 msgid "Version Check" msgstr "" #: ../raphodo/prefs/preferencedialog.py:969 msgid "Check for new version at startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:972 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/prefs/preferencedialog.py:976 msgid "Include development releases" msgstr "" #: ../raphodo/prefs/preferencedialog.py:978 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/prefs/preferencedialog.py:996 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:999 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1006 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1008 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1034 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1140 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1423 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1585 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1590 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1605 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1610 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1929 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1931 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1933 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1947 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1949 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1951 msgid "Path:" msgstr "Camí:" #: ../raphodo/prefs/preferencedialog.py:1965 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1966 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1967 ../raphodo/ui/renamepanel.py:140 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1982 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1987 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1996 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:736 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:740 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:747 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" #: ../raphodo/ui/primarybutton.py:124 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "Falten les metadades de tipus %(type)s." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "El nom del fitxer no hi té cap extensió." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "El nom del fitxer no hi té el component numèric." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 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:249 ../raphodo/proximity.py:278 #: ../raphodo/proximity.py:313 ../raphodo/proximity.py:319 #, 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:267 #, 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:288 ../raphodo/proximity.py:294 #: ../raphodo/proximity.py:1123 ../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:303 ../raphodo/proximity.py:307 #: ../raphodo/proximity.py:1130 ../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:328 #, 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:339 #, 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:473 #, 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:1135 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1893 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:1952 #, 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:1956 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:1962 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2101 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:2106 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2109 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2110 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2112 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:2568 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:473 ../raphodo/rapid.py:871 ../raphodo/rapid.py:4657 #: ../raphodo/rapid.py:4880 ../raphodo/rapid.py:4899 ../raphodo/rapid.py:4922 #: ../raphodo/rapid.py:4929 ../raphodo/rapid.py:5606 ../raphodo/rapid.py:6229 #: ../raphodo/rapid.py:7449 ../raphodo/ui/rememberthisdialog.py:112 #: ../raphodo/ui/viewutils.py:743 #: ../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:1156 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:1167 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1176 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:1188 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1367 #, python-format msgid "" "Cannot download from Apple devices

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

Missing applications: " "%(applications)s

Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1766 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1769 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1778 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1782 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1786 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1804 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1806 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1824 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1827 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1873 msgid "" "\n" "

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

\n" "

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

" msgstr "" #: ../raphodo/rapid.py:1883 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1894 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1897 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1898 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1901 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in the future #: ../raphodo/rapid.py:1906 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:2110 ../raphodo/rapid.py:2914 msgid "Download" msgstr "Baixa" #: ../raphodo/rapid.py:2114 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:2118 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:2122 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:2128 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:2132 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:2137 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:2140 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:2144 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:2147 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:2150 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:2153 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:2158 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:2161 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:2250 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:2258 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:2260 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:2262 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2486 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2505 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2508 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2522 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2600 msgid "All" msgstr "" #: ../raphodo/rapid.py:2601 msgid "New" msgstr "" #: ../raphodo/rapid.py:2603 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2606 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2607 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2610 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2611 msgid "Device" msgstr "Dispositiu" #: ../raphodo/rapid.py:2613 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2629 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:2894 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2910 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2912 msgid "Pause" msgstr "Atura" #: ../raphodo/rapid.py:3049 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:3150 #, 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:3244 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:3258 #, 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:3346 msgid "" "\n" "Downloading all files

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

\n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3511 #, 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:3514 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Aquesta carpeta de baixada no és vàlida:\n" "%s" #: ../raphodo/rapid.py:3517 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3518 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3536 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:3547 ../raphodo/rapid.py:3561 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3549 ../raphodo/rpdfile.py:179 msgid "photos" msgstr "fotos" #: ../raphodo/rapid.py:3563 ../raphodo/rpdfile.py:174 msgid "videos" msgstr "vídeos" #: ../raphodo/rapid.py:3573 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:3589 ../raphodo/rapid.py:3605 #, 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:3592 ../raphodo/rpdfile.py:181 ../raphodo/rpdfile.py:850 msgid "photo" msgstr "foto" #: ../raphodo/rapid.py:3608 ../raphodo/rpdfile.py:176 ../raphodo/rpdfile.py:912 msgid "video" msgstr "vídeo" #: ../raphodo/rapid.py:3616 msgid "Backup problem" msgstr "Problema en fer còpia de seguretat" #: ../raphodo/rapid.py:4447 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4527 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s baixats" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4537 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "No s’han pogut baixar %(noFiles)s %(filetypes)s" #: ../raphodo/rapid.py:4543 ../raphodo/rapid.py:4650 msgid "warnings" msgstr "avisos" #: ../raphodo/rapid.py:4578 msgid "All downloads complete" msgstr "S’han completat totes les baixades" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4588 ../raphodo/rapid.py:4603 ../raphodo/rapid.py:4619 #: ../raphodo/rapid.py:4634 ../raphodo/rapid.py:4649 #, 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:4593 ../raphodo/rapid.py:4624 #, 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:4608 ../raphodo/rapid.py:4639 #, python-format msgid "%(filetype)s failed to download" msgstr "No s’ha pogut baixar %(filetype)s" #: ../raphodo/rapid.py:4675 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4677 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4682 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4684 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4709 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4716 #, 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:4725 #, python-format msgid "No files downloaded — %(failures)s" msgstr "No s’ha baixat cap fitxer — %(failures)s" #: ../raphodo/rapid.py:4727 msgid "No files downloaded" msgstr "No s’ha baixat cap fitxer" #: ../raphodo/rapid.py:4767 msgid "Program preferences are invalid" msgstr "Els paràmetres del programa no són vàlids" #: ../raphodo/rapid.py:4886 #, 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:4905 #, 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:4925 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4936 msgid "&Try Again" msgstr "&Torna a intentar-ho" #: ../raphodo/rapid.py:4937 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:5029 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:5032 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:5036 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:5041 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5578 #, 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:5613 #, 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:5775 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5777 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5779 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5781 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5782 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5783 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5867 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:6212 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6216 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:6222 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6226 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6645 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6649 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:6705 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6712 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6726 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6738 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:7035 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:7042 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7048 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7055 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:7061 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:7067 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:7075 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:7083 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:7088 ../raphodo/rapid.py:7095 ../raphodo/rapid.py:7102 #: ../raphodo/rapid.py:7146 ../raphodo/rapid.py:7156 msgid "PATH" msgstr "CAMÃ" #: ../raphodo/rapid.py:7090 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:7097 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7104 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7111 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:7117 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:7122 ../raphodo/rapid.py:7134 msgid "FOLDER" msgstr "CARPETA" #: ../raphodo/rapid.py:7125 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:7137 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:7149 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7159 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7167 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:7177 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:7184 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:7191 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:7200 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:7208 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:7215 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7224 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:7232 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:7238 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:7245 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:7255 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:7348 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:7359 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:7366 #, 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:7437 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7452 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7542 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7547 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:7562 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:7637 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:7842 msgid "All settings and caches have been reset." msgstr "S’han reinicialitzat els paràmetres i les memòries cau." #: ../raphodo/rapid.py:7850 msgid "Thumbnail Cache has been reset." msgstr "S’han reinicialitzat els paràmetres i les memòries cau." #: ../raphodo/rapid.py:7856 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:80 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:87 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:626 msgid "subfolder and filename" msgstr "subcarpeta i nom del fitxer" #: ../raphodo/renameandmovefile.py:628 msgid "filename" msgstr "nom de fitxer" #: ../raphodo/renameandmovefile.py:630 msgid "subfolder" msgstr "subcarpeta" #: ../raphodo/ui/renamepanel.py:327 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:328 msgid "Downloads today:" msgstr "Baixades avui:" #: ../raphodo/ui/renamepanel.py:350 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:351 msgid "Stored number:" msgstr "" #: ../raphodo/ui/renamepanel.py:363 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:365 msgid "Day start:" msgstr "" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:375 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:379 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:384 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:395 msgid "Strip incompatible characters" msgstr "" #: ../raphodo/ui/renamepanel.py:400 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:404 msgid "Compatibility" msgstr "Compatibilitat" #: ../raphodo/ui/renamepanel.py:484 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:488 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:492 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "fotos i vídeos" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "fotos o vídeos" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:273 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:302 msgid "a video" msgstr "un vídeo" #: ../raphodo/rpdfile.py:304 msgid "1 Video" msgstr "1 vídeo" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:314 msgid "a photo" msgstr "una foto" #: ../raphodo/rpdfile.py:316 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:830 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:851 msgid "Photo" msgstr "Foto" #: ../raphodo/rpdfile.py:913 msgid "Video" msgstr "Vídeo" #: ../raphodo/storage/storage.py:251 msgid "File system root" msgstr "Arrel del sistema de fitxers" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:589 msgid "Pictures" msgstr "Imatges" #: ../raphodo/sudocommand.py:93 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:100 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:140 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:583 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:593 #, 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:605 ../raphodo/thumbnaildisplay.py:668 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:623 #, python-format msgid "Memory cards: %s" msgstr "Targetes de memòria: %s" #: ../raphodo/thumbnaildisplay.py:628 #, python-format msgid "Memory card: %s" msgstr "Targeta de memòria: %s" #: ../raphodo/thumbnaildisplay.py:635 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:682 #, python-format msgid "

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

Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2257 msgid "Copy Path" msgstr "Copia el camí d’accés" #: ../raphodo/thumbnaildisplay.py:2263 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2268 msgid "Mark Files as Downloaded" msgstr "Marca els fitxers com a baixats" #: ../raphodo/utilities.py:215 msgid "B" msgstr "B" #: ../raphodo/utilities.py:216 msgid "KB" msgstr "kB" #: ../raphodo/utilities.py:217 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:218 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:219 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:220 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:221 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:222 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:223 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:486 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s i %(last_item)s" #: ../raphodo/utilities.py:570 msgid "one" msgstr "u" #: ../raphodo/utilities.py:571 msgid "two" msgstr "dos" #: ../raphodo/utilities.py:572 msgid "three" msgstr "tres" #: ../raphodo/utilities.py:573 msgid "four" msgstr "quatre" #: ../raphodo/utilities.py:574 msgid "five" msgstr "cinc" #: ../raphodo/utilities.py:575 msgid "six" msgstr "sis" #: ../raphodo/utilities.py:576 msgid "seven" msgstr "set" #: ../raphodo/utilities.py:577 msgid "eight" msgstr "vuit" #: ../raphodo/utilities.py:578 msgid "nine" msgstr "nou" #: ../raphodo/utilities.py:579 msgid "ten" msgstr "deu" #: ../raphodo/utilities.py:580 msgid "eleven" msgstr "onze" #: ../raphodo/utilities.py:581 msgid "twelve" msgstr "dotze" #: ../raphodo/utilities.py:582 msgid "thirteen" msgstr "tretze" #: ../raphodo/utilities.py:583 msgid "fourteen" msgstr "catorze" #: ../raphodo/utilities.py:584 msgid "fifteen" msgstr "quinze" #: ../raphodo/utilities.py:585 msgid "sixteen" msgstr "setze" #: ../raphodo/utilities.py:586 msgid "seventeen" msgstr "disset" #: ../raphodo/utilities.py:587 msgid "eighteen" msgstr "divuit" #: ../raphodo/utilities.py:588 msgid "ninenteen" msgstr "dinou" #: ../raphodo/utilities.py:589 msgid "twenty" msgstr "vint" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&OK" msgstr "&D’acord" #: ../raphodo/ui/viewutils.py:680 ../raphodo/ui/viewutils.py:700 msgid "&Save" msgstr "De&sa" #: ../raphodo/ui/viewutils.py:681 msgid "&Help" msgstr "&Ajuda" #: ../raphodo/ui/viewutils.py:682 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:683 ../raphodo/ui/viewutils.py:701 msgid "&Yes" msgstr "&Sí" #: ../raphodo/ui/viewutils.py:684 ../raphodo/ui/viewutils.py:702 msgid "&No" msgstr "&No" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:105 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:109 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:115 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:309 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:314 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:321 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:390 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:403 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:558 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:562 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:566 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:570 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:594 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:596 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:598 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:638 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:652 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1459 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1463 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1606 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1612 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "La finestra principal" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" "fotos;baixada;fotografia;importació;vídeo;RAW;càmera;telèfon;transferència;cò" "pia de seguretat;memòria;targeta;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "Transferiu fotos i vídeos amb el Rapid Photo Downloader" #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #~ msgid "Size" #~ msgstr "Mida" #~ msgid "Download Progress" #~ msgstr "Progrés de la baixada" #~ msgid "Auto Detect" #~ msgstr "Detecció automàtica" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s de %(total)s %(filetypes)s" #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #~ msgid "Videos:" #~ msgstr "Vídeos:" #~ msgid "Photos:" #~ msgstr "Fotos:" #~ msgid "and" #~ msgstr "i" #~ msgid "." #~ msgstr "." #, python-format #~ msgid "Folder: %s" #~ msgstr "Carpeta: %s" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "S’ha produït un error: %(inst)s" #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Fitxer: %(file)s" #~ msgid "MB/s" #~ msgstr "MB/s" #~ msgid "Name + extension" #~ msgstr "Nom + extensió" #~ msgid "Invalid regular expression" #~ msgstr "L’expressió regular no és vàlida" #~ msgid "New York" #~ msgstr "Nova York" #~ msgid "Prague" #~ msgstr "Praga" #~ msgid "Manila" #~ msgstr "Manila" #~ msgid "Rome" #~ msgstr "Roma" #~ msgid "Sydney" #~ msgstr "Sydney" #~ msgid "Budapest" #~ msgstr "Budapest" #~ msgid "Berlin" #~ msgstr "Berlín" #~ msgid "Paris" #~ msgstr "París" #~ msgid "Kampala" #~ msgstr "Kampala" #~ msgid "Tehran" #~ msgstr "Teheran" #~ msgid "Stockholm" #~ msgstr "Estocolm" #~ msgid "Madrid" #~ msgstr "Madrid" #~ msgid "Warsaw" #~ msgstr "Varsòvia" #, python-format #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)s i %(final_volume)s." #, python-format #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "S’ha produït un error en fer la còpia de seguretat a %(volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)s i %(volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)s i %(volume)s (%(inst)s)." #~ msgid "scanning..." #~ msgstr "s’està escanejant…" #~ msgid "About 1 second remaining" #~ msgstr "Queda prop d’un segon" #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "Realment voleu baixar des d’aquí? En alguns sistemes, l’escaneig d’aquesta " #~ "ubicació pot trigar massa." #~ msgid "the root of the file system" #~ msgstr "l’arrel del sistema de fitxers" #~ msgid "Download cannot proceed" #~ msgstr "No es pot continuar amb la baixada" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Queden %(minutes)i:%(seconds)02i minuts" #~ msgid "About 1 minute remaining" #~ msgstr "Queda prop d’un minut" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Queden prop de %i segons" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s de %(total)s %(filetypes)s (queden %(remaining)s)" #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "Baixada des de %(location)s." #, python-format #~ msgid "No backup device contains a valid folder for backing up %(filetype)s" #~ msgstr "" #~ "No hi ha cap dispositiu que contingui una carpeta vàlida per fer la còpia de " #~ "seguretat de %(filetype)s" #~ msgid "From" #~ msgstr "Des de" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Trieu una carpeta que contingui %(file_types)s" #~ msgid "To" #~ msgstr "A" #~ msgid "; " #~ msgstr "; " #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "No es pot escriure a la carpeta de baixada per %(file_type)s" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "La carpeta de baixada per %(file_type)s és incorrecta" #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "La carpeta de baixada per %(file_type)s no hi existeix" #~ msgid "All settings and preferences have been reset" #~ msgstr "S’han restablit tots els paràmetres i preferències" #, python-format #~ msgid "and %s" #~ msgstr "i %s" #~ msgid "Backing up error" #~ msgstr "S’ha produït un error en fer la còpia de seguretat" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Origen: %(source)s\n" #~ "Destinació: %(destination)s" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "Voleu baixar fotos i vídeos des d’aquest dispositiu o partició?" #~ msgid "_Remember this choice" #~ msgstr "_Recorda aquesta elecció" #~ msgid "An unknown error occurred" #~ msgstr "S’ha produït un error desconegut" #~ msgid "Remove all Job Codes?" #~ msgstr "Voleu suprimir tots els codis de tasques?" #~ msgid "Should all Job Codes be removed?" #~ msgstr "Voleu suprimir tots els codis de tasques?" #~ msgid "Remove all Remembered Paths?" #~ msgstr "Voleu suprimir tots els camins recordats?" #~ msgid "Should all remembered paths be removed?" #~ msgstr "Voleu suprimir tots els camins recordats?" #~ msgid "Enter a Job Code" #~ msgstr "Introduïu un codi de tasca" #~ msgid "Job Code:" #~ msgstr "Codi de tasca:" #~ msgid "Moscow" #~ msgstr "Moscou" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Helsinki" #~ msgstr "Hèlsinki" #~ msgid "Delhi" #~ msgstr "Delhi" #, python-format #~ msgid "Example: %s" #~ msgstr "Exemple: %s" #~ msgid "Jakarta" #~ msgstr "Jakarta" #, python-format #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #, python-format #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #, python-format #~ msgid "%s, " #~ msgstr "%s, " #~ msgid "The following metadata is missing: " #~ msgstr "Falten les metadades següents: " #, python-format #~ msgid "%(previousproblem)s, and %(backinguperror)s" #~ msgstr "%(previousproblem)s i %(backinguperror)s" #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Origen: %(source)s" #, python-format #~ msgid "Path: %s" #~ msgstr "Camí: %s" #~ msgid "About..." #~ msgstr "Quant a…" #~ msgid "Photo has already been downloaded" #~ msgstr "Ja s’havia baixat la foto" #~ msgid "Photo and Video Name Conflicts" #~ msgstr "Conflictes de nom de foto i vídeo" #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "Importeu les vostres fotos i vídeos amb eficiència i fiabilitat" #~ msgid "Free space:" #~ msgstr "Espai lliure:" #, python-format #~ msgid "%(free)s free" #~ msgstr "%(free)s lliure" #~ msgid "Error Handling" #~ msgstr "Gestió d’errors" #~ msgid "Performance" #~ msgstr "Rendiment" #~ msgid "Generate thumbnails (slower)" #~ msgstr "Genera miniatures (més lent)" #~ msgid "Verify files as they are downloaded" #~ msgstr "Verifica els fitxers a mesura que es baixen" #~ msgid "Automatically rotate JPEG images" #~ msgstr "Gira automàticament les imatges JPEG" #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "En fer còpies de seguretat, trieu entre sobreescriure un fitxer en el " #~ "dispositiu amb el mateix nom o ometre-ho." #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "" #~ "Quan ja s’ha baixat una foto o vídeo amb el mateix nom, trieu entre ometre " #~ "el fitxer o afegir un identificador únic." #~ msgid "Miscellaneous" #~ msgstr "Miscel·lània" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/suports/unitatexterna/Fotos" #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "No es va desmuntar el %(device)s" #~ msgid "Select a folder to download videos to" #~ msgstr "Trieu una carpeta en la qual es baixaran els vídeos" #~ msgid "Select a folder to download photos to" #~ msgstr "Trieu una carpeta en la qual es baixaran les fotos" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "restableix tots els paràmetres del programa i surt" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "No s’ha pogut crear la carpeta de destinació: %(directory)s\n" #~ msgid "display debugging information when run from the command line" #~ msgstr "mostra informació de depuració en executar des de la línia d’ordres" #~ msgid "Copy" #~ msgstr "Copia" #~ msgid "Move" #~ msgstr "Desplaça" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "S’està copiant en %(path)s" #~ msgid "Device Detected" #~ msgstr "S’ha detectat un dispositiu" #, python-format #~ msgid "Error generating component %s." #~ msgstr "S’ha produït un error en generar el component %s." #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "S’estan copiant les fotos en %(path)s i els vídeos en %(path2)s" #, python-format #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "No s’han pogut llegir els metadades de «%(filetype)s»" #, python-format #~ msgid "" #~ "This regular expression is invalid, and will be removed unless you correct " #~ "it:\n" #~ " %s" #~ msgstr "" #~ "Aquesta expressió regular no és vàlida i es treurà si no la corregiu:\n" #~ " %s" #, python-format #~ msgid "" #~ "The following regular expressions are invalid, and will be removed unless " #~ "you correct them:\n" #~ " %s" #~ msgstr "" #~ "Les expressions regulars següents no són vàlides i se suprimiran si no les " #~ "corregiu:\n" #~ " %s" #, python-format #~ msgid "%(filetype)s was already downloaded" #~ msgstr "%(filetype)s ja s’havia baixat" #~ msgid "Backup" #~ msgstr "Còpia de seguretat" #~ msgid "Video backup folder name:" #~ msgstr "Nom de la carpeta on es copiaran els vídeos:" #~ msgid "Photo backup folder name:" #~ msgstr "Nom de la carpeta on es copiaran les fotos:" #~ msgid "Example:" #~ msgstr "Exemple:" #~ msgid "Device Options" #~ msgstr "Opcions del dispositiu" #~ msgid "Backup\t" #~ msgstr "Còpia de seguretat\t" #~ msgid "Backup" #~ msgstr "Còpia de seguretat" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/po/cs.po0000644000175000017500000070430400000000000016542 0ustar00damondamon# Czech translation for rapid # Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2009. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2022-03-02 13:05+0000\n" "PO-Revision-Date: 2022-02-21 17:12+0000\n" "Last-Translator: Damon Lynch \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2022-03-05 16:16+0000\n" "X-Generator: Launchpad (build 61f4697954ab70d633d14d8ceecff69a20b08a6b)\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:406 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:642 ../install.py:4330 msgid "Installer not found:" msgstr "Instalátor nenalezen:" #. Translators: do not translate the term tar.gz #: ../install.py:646 ../install.py:4334 msgid "Installer not in tar.gz format:" msgstr "Instalátor není ve formátu tar.gz:" #: ../install.py:728 ../install.py:757 ../install.py:4210 ../install.py:4215 msgid "Exiting..." msgstr "UkonÄování..." #: ../install.py:979 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "Zadaná verze PyQt5 neexistuje. Platné verze jsou: {}." #: ../install.py:1065 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:1357 ../install.py:4290 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:1467 #, 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:1610 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:1614 ../install.py:3834 ../install.py:3841 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:1618 msgid "Would you like to run the command now?" msgstr "Chcete spustit příkaz nyní?" #: ../install.py:1620 msgid "Answer is not yes, exiting." msgstr "OdpovÄ›Ä není ano – ukonÄuje se." #: ../install.py:1631 ../install.py:2259 ../install.py:2318 ../install.py:2793 msgid "Command failed" msgstr "Vykonávání příkazu se nezdaÅ™ilo" #: ../install.py:1633 ../install.py:2260 ../install.py:2319 ../install.py:2794 msgid "Exiting" msgstr "UkonÄování" #: ../install.py:1661 msgid "The Universe repository must be enabled." msgstr "Je tÅ™eba zapnout používání repozitáře Universe." #. Translators: do not translate the term EPEL #: ../install.py:1701 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:1749 msgid "The RPM Fusion Free repository must be enabled." msgstr "Je tÅ™eba, aby byl povolen repozitář RPM Fusion Free." #: ../install.py:1790 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:2237 ../install.py:2267 ../install.py:2299 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:2252 msgid "Uninstalling system package" msgstr "Odinstalovává se balíÄek, poskytovaný systémem" #: ../install.py:2277 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:2324 msgid "Checking if previous version installed with pip..." msgstr "" "Zjišťování zda pÅ™edchozí verze byla nainstalovaná pomocí nástroje pip…" #: ../install.py:2477 ../install.py:2534 ../install.py:2650 msgid "The following package is unknown on your system: {}\n" msgstr "Následující balíÄek je systému neznámý: {}\n" #: ../install.py:2548 ../install.py:2706 ../install.py:2803 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:2642 ../install.py:2663 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:2785 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:2852 msgid "Query to confirm action at each step." msgstr "Dotázat se na potvrzení pÅ™i každém z kroků." #: ../install.py:2862 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:2873 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:2923 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:2931 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:2937 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:2942 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:2950 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:2958 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:2982 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:3000 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:3011 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:3048 msgid "Failed to download versions file." msgstr "NepodaÅ™ilo se stáhnout soubor s verzemi." #: ../install.py:3053 msgid "Got error code {} while accessing versions file" msgstr "PÅ™i přístupu k souboru s verzemi obdržen chybový kód {}" #: ../install.py:3170 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:3324 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:3330 msgid "Received error code" msgstr "Obdržen chybový kód" #: ../install.py:3332 msgid "Failed to install application requirements: exiting." msgstr "" "NepodaÅ™ilo se nainstalovat ostatní souÄásti, které aplikace potÅ™ebuje: " "ukonÄuje se." #: ../install.py:3334 msgid "Failed to install application: exiting..." msgstr "Aplikaci se nepodaÅ™ilo nainstalovat: ukonÄování…" #: ../install.py:3658 msgid "Installing application requirements..." msgstr "Instalace ostatních souÄástí potÅ™ebných pro aplikaci…" #: ../install.py:3693 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" #: ../install.py:3710 msgid "Installing application..." msgstr "Instalace aplikace…" #: ../install.py:3797 msgid "Do you want Rapid Photo Downloader to appear in the Windows menu?" msgstr "Chcete aby se Rapid Photo Downloader objevoval v nabídce ve Windows?" #: ../install.py:3803 msgid "Adding Rapid Photo Downloader to the Windows menu" msgstr "PÅ™idávání Rapid Photo Downloader do nabídky ve Windows" #: ../install.py:3813 msgid "Failed to copy application launcher." msgstr "NepodaÅ™ilo se zkopírovat spouÅ¡tÄ›Ä aplikace." #: ../install.py:3824 msgid "Man pages can be found in {}/share/man/man1" msgstr "Manuálové stránky jsou k dispozici v {}/share/man/man1" #: ../install.py:3829 msgid "Do you want to install the application's man pages?" msgstr "PÅ™ejete si nainstalovat manuálové stránky aplikace?" #: ../install.py:3830 msgid "They will be installed into {}" msgstr "Budou nainstalovány do {}" #: ../install.py:3832 ../install.py:3839 msgid "If you uninstall the application, remove these manpages yourself." msgstr "Pokud aplikaci odinstalujete, tyto manuálové stránky potom odeberte." #: ../install.py:3835 msgid "Do want to install the man pages?" msgstr "Chcete nainstalovat manuálové stránky?" #: ../install.py:3837 msgid "Installing man pages into {}" msgstr "Instalace manuálových stránek do {}" #: ../install.py:3855 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:3876 msgid "Failed to copy man page." msgstr "NepodaÅ™ilo se zkopírovat manuálovou stránku." #: ../install.py:3915 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:3928 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:3934 msgid "" "You may have to restart WSL to be able to run the program from the command " "line." msgstr "" "Abyste mohly program spouÅ¡tÄ›t z příkazového řádku, může být nutné " "restartovat WSL." #: ../install.py:3944 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line." msgstr "" #: ../install.py:3949 #, 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:3971 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:3973 msgid "Done." msgstr "Hotovo." #: ../install.py:3987 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:4043 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" #. Translators: do not translate the terms --PyQt5-version or --use-system-PyQt5 #: ../install.py:4055 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:4067 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:4081 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:4097 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:4111 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:4124 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:4134 msgid "Using virtual environment for installation using pip." msgstr "Použitím virtuálnímo prostÅ™edí pro instalaci pomocí pip." #: ../install.py:4139 ../install.py:4153 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:4172 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:4180 msgid "Restarting script using system python..." msgstr "Restartování skriptu pomocí systémové instance interpreteru python…" #: ../install.py:4193 msgid "Detected Linux distribution {} {}" msgstr "ZjiÅ¡tÄ›ná linuxová distribuce {} {}" #: ../install.py:4231 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:4263 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:4275 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:4324 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:647 ../raphodo/ui/viewutils.py:679 #: ../raphodo/ui/viewutils.py:699 msgid "&Cancel" msgstr "&Storno" #: ../upgrade.py:651 msgid "&Upgrade" msgstr "&PÅ™ejít na novÄ›jší verzi" #: ../upgrade.py:656 #, 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:659 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:662 ../upgrade.py:668 ../raphodo/ui/viewutils.py:678 #: ../raphodo/ui/viewutils.py:698 msgid "&Close" msgstr "&Zavřít" #: ../upgrade.py:663 msgid "&Run" msgstr "&Spustit" #: ../upgrade.py:693 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:696 msgid "Upgrade running..." msgstr "Probíhá pÅ™echod na novÄ›jší verzi…" #: ../upgrade.py:732 #, 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:737 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:741 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:11330 #, python-format msgid "Upgrading %s..." msgstr "PÅ™echod na novÄ›jší verzi %s…" #: ../upgrade.py:11332 msgid "Press any key to continue..." msgstr "PokraÄujte stiskem libovolné klávesy…" #: ../upgrade.py:11345 msgid "Rapid Photo Downloader upgrade failed" msgstr "PÅ™echod na novÄ›jší verzi Rapid Photo Downloader se nezdaÅ™il" #: ../upgrade.py:11347 #, 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/ui/aboutdialog.py:334 msgid "Credits" msgstr "PodÄ›kování" #: ../raphodo/ui/aboutdialog.py:339 msgid "Translators" msgstr "PÅ™ekladatelé" #: ../raphodo/ui/backuppanel.py:280 msgid "Backups are not configured" msgstr "Zálohy nejsou nastavené" #: ../raphodo/ui/backuppanel.py:282 msgid "No backup devices detected" msgstr "Nebyla zjiÅ¡tÄ›na žádná zálohovací zařízení" #: ../raphodo/ui/backuppanel.py:285 msgid "Valid backup locations not yet specified" msgstr "Doposud jste nezadali platná umístÄ›ní záloh" #: ../raphodo/ui/backuppanel.py:465 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "SouběžnÄ› s jejich stahováním, fotografie a videa mohou být zálohovány do " "vícero umístÄ›ní naráz – napÅ™. na externí pevné disky." #: ../raphodo/ui/backuppanel.py:473 msgid "Back up photos and videos when downloading" msgstr "Stahované fotografie a videa hned zálohovat" #: ../raphodo/ui/backuppanel.py:479 msgid "Automatically detect backup devices" msgstr "Automaticky zjišťovat zálohovací zařízení" #: ../raphodo/ui/backuppanel.py:485 msgid "" "Specify the folder in which backups are stored on the " "device.

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

Pozn.: " "přítomnost takto nazvané složky slouží pro zjišťování, zda zařízení slouží " "pro zálohy. Na každém ze zařízení, na které má být zálohováno, vytvoÅ™te " "složku s jedním z tÄ›chto názvů. Pokud budu přítomny obÄ› složky, zařízení " "bude sloužit pro zálohování jak fotografií, tak videí." #: ../raphodo/ui/backuppanel.py:500 msgid "Photo folder name:" msgstr "Název složky pro fotografie:" #: ../raphodo/ui/backuppanel.py:505 msgid "Video folder name:" msgstr "Název složky pro videa:" #: ../raphodo/ui/backuppanel.py:510 ../raphodo/ui/nameeditor.py:1000 #: ../raphodo/ui/renamepanel.py:141 msgid "Example:" msgstr "Příklad:" #: ../raphodo/ui/backuppanel.py:521 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "Pokud vypnete automatické zjišťování, vyberte pÅ™esné umístÄ›ní záloh." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:532 msgid "Photo backup location:" msgstr "UmístÄ›ní záloh fotografií:" #: ../raphodo/ui/backuppanel.py:542 msgid "Select Photo Backup Location" msgstr "Vyberte umístÄ›ní záloh fotografií" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:554 msgid "Video backup location:" msgstr "UmístÄ›ní záloh videí:" #: ../raphodo/ui/backuppanel.py:560 msgid "Select Video Backup Location" msgstr "Vyberte umístÄ›ní záloh videí" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:676 msgid "drive1" msgstr "úložiÅ¡tÄ›1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:679 msgid "drive2" msgstr "úložiÅ¡tÄ›2" #: ../raphodo/ui/backuppanel.py:746 msgid "Projected Backup Storage Use" msgstr "PÅ™edpokládané využití zálohovacího úložiÅ¡tÄ›" #: ../raphodo/ui/backuppanel.py:751 msgid "Backup Options" msgstr "PÅ™edvolby zálohování" #: ../raphodo/copyfiles.py:610 msgid "video THM" msgstr "náhledové video (.THM)" #: ../raphodo/copyfiles.py:620 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:104 ../raphodo/ui/devicedisplay.py:1408 #: ../raphodo/rpdfile.py:310 #, 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:112 ../raphodo/ui/devicedisplay.py:1414 #: ../raphodo/rpdfile.py:298 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s videí" #: ../raphodo/ui/destinationdisplay.py:123 msgid "Used" msgstr "Využito" #: ../raphodo/ui/destinationdisplay.py:124 msgid "Excess" msgstr "PÅ™ekraÄuje" #: ../raphodo/ui/destinationdisplay.py:133 ../raphodo/ui/devicedisplay.py:1440 msgid "Device size unknown" msgstr "Velikost zařízení není známa" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:146 #, python-format msgid "No space free on %(size_total)s device" msgstr "Na %(size_total)s zařízení se už nedostává volného místa" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:156 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s volných z %(size_total)s" #: ../raphodo/ui/destinationdisplay.py:230 ../raphodo/ui/destinationpanel.py:74 #: ../raphodo/ui/devicedisplay.py:625 ../raphodo/rapid.py:2641 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:960 msgid "Photos" msgstr "Fotografie" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:231 ../raphodo/ui/destinationpanel.py:78 #: ../raphodo/ui/devicedisplay.py:626 ../raphodo/rapid.py:2642 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:988 #: ../raphodo/storage/storage.py:602 msgid "Videos" msgstr "Videa" #: ../raphodo/ui/destinationdisplay.py:232 msgid "Projected storage use after download" msgstr "PÅ™edpokládané využití úložiÅ¡tÄ› po dokonÄení stahování" #. Translators: Custom refers to the user choosing a non-default value that #. they customize themselves #: ../raphodo/ui/destinationdisplay.py:355 ../raphodo/ui/nameeditor.py:587 msgid "Custom..." msgstr "Vlastní…" #: ../raphodo/ui/destinationdisplay.py:774 msgid "Configure photo subfolder creation" msgstr "Nastavit vyváření podsložek pro fotografie" #: ../raphodo/ui/destinationdisplay.py:776 msgid "Configure video subfolder creation" msgstr "Nastavit vyváření podsložek pro videa" #: ../raphodo/ui/destinationpanel.py:90 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:113 ../raphodo/ui/destinationpanel.py:125 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1294 msgid "Probing device..." msgstr "Zkoumání zařízení…" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Temporarily ignore this device" msgstr "Toto zařízení doÄasnÄ› ignorovat" #: ../raphodo/ui/devicedisplay.py:1313 msgid "Permanently ignore this device" msgstr "Toto zařízení trvale ignorovat" #: ../raphodo/ui/devicedisplay.py:1316 msgid "Rescan" msgstr "Znovu prohledat" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1437 #, python-format msgid "%s full" msgstr "%s zaplnÄ›no" #: ../raphodo/ui/devicedisplay.py:1457 msgid "Other" msgstr "Ostatní" #: ../raphodo/devices.py:603 ../raphodo/devices.py:604 msgid "Cameras" msgstr "Fotoaparáty" #: ../raphodo/devices.py:605 ../raphodo/devices.py:1256 #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 ../raphodo/rapid.py:2490 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:1006 #, 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:1073 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1229 ../raphodo/rapid.py:2213 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:1280 ../raphodo/devices.py:1300 #, 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:1318 #, 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:1326 #, 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:1652 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" "Kliknutím na zaÅ¡krtávací kolonku u souboru ho o(d)znaÄíte pro stahování." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "Soubory které už byly staženy jsou zapamatovány. I tak je možné je oznaÄit a " "nechat znovu stáhnout, ale ve výchozím stavu nejsou zaÅ¡krtnuté a jejich " "náhledy jsou vybledlé, takže je snadno rozlišíte od souborů, které zbývá " "stáhnout." #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" "Pokud je vybráno vícero souborů, jejich (ne)zaÅ¡krtnutí se řídí stavem u " "souboru, u kterého bylo kliknuto – nezávisle na tom, zda pÅ™edtím byly nebo " "nebyly zaÅ¡krtnuté." #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" "ZaÅ¡krtnutím (respektive jeho zruÅ¡ením) u daného zařízení je možné rychle " "o(d)znaÄit veÅ¡keré soubory na nÄ›m pro stahování." #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" "Po dokonÄení stahování je zaÅ¡krtávací okénko nahrazeno ikonou. Barva ikony " "znaÄí zda bylo stahování úspěšné (zelená), vyskytl se problém s " "pÅ™ejmenováním (žlutá/oranžová) nebo se vůbec nezdaÅ™ilo (Äervená)." #: ../raphodo/ui/didyouknow.py:91 msgid "" "\n" "In case of any problems, a red icon will appear at the bottom of the window " "indicating \n" "how many error reports there are. Clicking on it opens the Error Report " "window." 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." #: ../raphodo/ui/didyouknow.py:97 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." 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." #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" "Stahovat je možné souběžnÄ› z vícero fotoaparátů, telefonů, paměťových karet " "a ostatních vnÄ›jších úložišť – záleží jen na tom, kolik jich váš poÄítaÄ " "dovede obsloužit naráz." #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" "ÄŒasová osa seskupuje fotografie a videa na základÄ› doby, uplynulé " "mezi po sobÄ› jdoucími snímky. Použijte ji pro identifikaci fotografií a " "videí pořízených v různých obdobích jednoho Äi vícero po sobÄ› jdoucích dnů." #: ../raphodo/ui/didyouknow.py:123 msgid "" "\n" "

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

\n" "

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

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

" #: ../raphodo/ui/didyouknow.py:133 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" "Fotografie a videa z konkrétního Äasového období zobrazíte jeho výbÄ›rem myší " "(volitelnÄ› v kombinaci s klávesami Shift nebo Ctrl). Když " "je zvoleno Äasové období, tlaÄítko ÄŒasová osa (na levé stranÄ› hlavního okna " "aplikace) je zvýraznÄ›no." #: ../raphodo/ui/didyouknow.py:140 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" "Stahování vždy zahrnuje veÅ¡keré soubory, které jsou oznaÄené pro stahování – " "vÄetnÄ› tÄ›ch, které nyní nejsou zobrazené kvůli použití Äasové osy." #: ../raphodo/ui/didyouknow.py:147 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" "Zdroje pro stahování je možné skrýt nebo zobrazit kliknutím na název " "zařízení ze kterého stahujete (vlevo nahoÅ™e v oknÄ› aplikace)." #: ../raphodo/ui/didyouknow.py:154 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 \n" "metadata (where 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 \n" "raw images, for instance.
  8. \n" "
  9. File Type: photo or video.
  10. \n" "
  11. Device: name of the device the photos and videos are being " "downloaded \n" "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/ui/didyouknow.py:172 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" "Jednou z nejužiteÄnÄ›jších funkcí aplikace Rapid Photo Downloader je " "schopnost automatického vytváření podsložek pro stahované soubory a " "pÅ™ejmenovávání tÄ›chto souborů dle zvolených schématů." #: ../raphodo/ui/didyouknow.py:178 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" "UmístÄ›ní do kterého stahovat soubory a jejich pojmenování urÄíte v " "přísluÅ¡ném panelu na pravé stranÄ› okna aplikace: Cíl, " "PÅ™ejmenovat nebo Å títek." #: ../raphodo/ui/didyouknow.py:185 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 \n" "illustration below, the destination folders are "Pictures" and \n" ""Videos". The name of the destination folder is displayed in the " "grey bar \n" "directly above the folder tree, with a folder icon to its left and a gear " "icon to \n" "its far right.
  2. \n" "
  3. The download subfolders, which are directories that will be " "automatically \n" "generated by Rapid Photo Downloader. They need not already exist on your " "computer, but \n" "it's okay if they do. They will be generated under the destination " "folder.
  4. \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" "
" #: ../raphodo/ui/didyouknow.py:202 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a \n" "different destination folder for each. The same applies to the download " "subfolders for \n" "photos and videos—download photos and videos to the same subfolders, " "or use a \n" "different scheme for each type." 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." #: ../raphodo/ui/didyouknow.py:211 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" "Pokud je tÅ™eba, automaticky vytvářené podsložky pro stahované mohou " "obsahovat další takové podsložky. Běžným schématem je vytvoÅ™it podsložku s " "rokem a v ní následnÄ› sérii podsložek rok-mesic-den." #: ../raphodo/ui/didyouknow.py:220 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to \n" "download:\n" "
    \n" "
  1. The destination folder tree shows the download subfolders already on " "your computer \n" "(those in a regular, non-italicized font), and the subfolders that will be " "created \n" "during the download (those whose names are italicized).
  2. \n" "
  3. The folder tree also shows into which subfolders the files will be " "downloaded \n" "(those colored black).
  4. \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" "
" #: ../raphodo/ui/didyouknow.py:235 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following \n" "elements:\n" "
    \n" "
  1. File metadata, very often including the date the photo or video " "was created, \n" "but might also include the camera model name, camera serial number, or file " "extension \n" "e.g. JPG or CR2.
  2. \n" "
  3. A Job Code, which is free text you specify at the time the " "download occurs, \n" "such as the 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 \n" "format makes it easy to keep them sorted in a file manager, which is why " "it's the \n" "default option:" 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:" #: ../raphodo/ui/didyouknow.py:254 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 \n" "preset. Click on the gear icon to bring up a drop-down menu:" 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:" #: ../raphodo/ui/didyouknow.py:261 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to \n" "configure your own scheme. You create your own schemes using the Photo or " "Video \n" "Subfolder Generation Editor:" 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:" #: ../raphodo/ui/didyouknow.py:270 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" "Je snadné stáhnout raw obrázky do jedné složky a jpeg do jiné. StaÄí použít " "Příponu souboru ve schématu vytváření podsložek:" #: ../raphodo/ui/didyouknow.py:276 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" "Tato ukázka zobrazuje uloženou vlastní sadu nastavení „Moje vlastní " "pÅ™ednastavená sada“." #: ../raphodo/ui/didyouknow.py:282 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 \n" "and a Job Code:" 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:" #: ../raphodo/ui/didyouknow.py:291 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 \n" "choices to generate new combinations. Supposing you wanted a date format " "that combines \n" "year (YYYY), a hyphen, and month (MM) to form YYYY-MM. You can create it " "like this \n" "(note the red circle around the hyphen):" 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):" #: ../raphodo/ui/didyouknow.py:300 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names \n" "in the \n" "online " "\n" "documentation." 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." #: ../raphodo/ui/didyouknow.py:309 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. \n" "You can use them in subfolder and file names. In this illustration, some " "files have had \n" "the Job Code "Street" applied to them, and the selected files are " "about to \n" "get the Job Code "Green Bazaar":" 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“:" #: ../raphodo/ui/didyouknow.py:317 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 \n" "prompted to enter a Job Code for them before the download begins." 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í." #: ../raphodo/ui/didyouknow.py:324 msgid "Look for hints to guide you when working with Job Codes:" msgstr "Podívejte se na rady, které vás povedou pÅ™i práci se Å¡títky:" #: ../raphodo/ui/didyouknow.py:327 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" "Rady se budou mÄ›nit v závislosti na kontextu, například když se ukazatel " "ocitne nad tlaÄítkem." #: ../raphodo/ui/didyouknow.py:333 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!" 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!" #: ../raphodo/ui/didyouknow.py:340 msgid "" "\n" "

Four types of sequence values are available to help you assign unique " "names to your \n" "photos and 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 \n" "last time the 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 \n" "documentation.

" 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.

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

The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature \n" "on your 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 \n" "are detected, the same sequence numbers will be applied to both photo names. " "F\n" "urthermore, sequences will be 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/ui/didyouknow.py:378 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are \n" "downloaded, such as external hard drives or network shares. Backup devices " "can be \n" "automatically detected, or exact backup locations specified." 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." #: ../raphodo/ui/didyouknow.py:385 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" "V této ukázce, úložiÅ¡tÄ› fotozaloha neobsahuje složku nazvanou " "Videa, takže videa na nÄ›j nebudou zálohována." #: ../raphodo/ui/didyouknow.py:391 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including \n" "download sources, destinations, and backups. Additionally, settings can be " "reset to \n" "their default state, and caches and remembered files cleared." 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." #: ../raphodo/ui/didyouknow.py:396 msgid "You can also import program preferences from the older 0.4 version." msgstr "Je také možné importovat pÅ™edvolby ze starší verze 0.4." #: ../raphodo/ui/didyouknow.py:401 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 \n" "your cameras, memory cards, and other devices.
  2. \n" "
  3. A temporary cache of files downloaded from a camera, one for " "photos and \n" "another for videos. They are located in temporary subfolders in the download " "\n" "destination.
  4. \n" "
  5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores \n" "thumbnails of RAW and TIFF photos once they have been downloaded. File " "browsers like \n" "Gnome Files use this cache as well, meaning they too will display thumbnails " "for those \n" "files. \n" "
  6. \n" "
\n" "Read more about these caches and their effect on download performance in the " "online " "documentation." 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." #: ../raphodo/ui/didyouknow.py:459 msgid "Tip of the Day" msgstr "Tip dne" #: ../raphodo/ui/didyouknow.py:467 msgid "Did you know...?" msgstr "VÄ›dÄ›li jste…?" #: ../raphodo/ui/didyouknow.py:498 msgid "Show tips on startup" msgstr "Zobrazovat tipy pÅ™i spuÅ¡tÄ›ní aplikace" #: ../raphodo/ui/didyouknow.py:502 msgid "&Next" msgstr "&Další" #: ../raphodo/ui/didyouknow.py:503 msgid "&Previous" msgstr "&PÅ™edchozí" #: ../raphodo/downloadtracker.py:454 msgid "MB/sec" msgstr "MB/sec" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:584 msgid "A few seconds" msgstr "Pár sekund" #: ../raphodo/downloadtracker.py:643 msgid "1 second" msgstr "1 sekunda" #: ../raphodo/downloadtracker.py:645 #, python-format msgid "%d seconds" msgstr "%d sekund" #: ../raphodo/downloadtracker.py:650 msgid "1 minute" msgstr "1 minuta" #: ../raphodo/downloadtracker.py:652 #, python-format msgid "%d minutes" msgstr "%d minut" #: ../raphodo/downloadtracker.py:657 ../raphodo/downloadtracker.py:839 msgid "1 hour" msgstr "1 hodina" #: ../raphodo/downloadtracker.py:659 #, python-format msgid "%d hours" msgstr "%d hodin" #: ../raphodo/downloadtracker.py:664 ../raphodo/downloadtracker.py:869 #: ../raphodo/downloadtracker.py:877 msgid "1 day" msgstr "1 den" #: ../raphodo/downloadtracker.py:666 #, python-format msgid "%d days" msgstr "%d dnů" #: ../raphodo/downloadtracker.py:845 msgid "1 minute, 1 second" msgstr "1 minuta, 1 sekunda" #: ../raphodo/downloadtracker.py:847 #, python-format msgid "1 minute, %d seconds" msgstr "1 minuta, %d sekund" #: ../raphodo/downloadtracker.py:850 #, python-format msgid "%d minutes, 1 second" msgstr "%d minut, 1 sekunda" #: ../raphodo/downloadtracker.py:852 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d minut, %(seconds)d sekund" #: ../raphodo/downloadtracker.py:884 msgid "1 hour, 1 minute" msgstr "1 hodina, 1 minuta" #: ../raphodo/downloadtracker.py:886 #, python-format msgid "1 hour, %d minutes" msgstr "1 hodina, %d minut" #: ../raphodo/downloadtracker.py:889 #, python-format msgid "%d hours, 1 minute" msgstr "%d hodin, 1 minuta" #: ../raphodo/downloadtracker.py:891 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d hodin, %(minutes)d minut" #: ../raphodo/downloadtracker.py:918 msgid "1 day, 1 hour" msgstr "1 den, 1 hodina" #: ../raphodo/downloadtracker.py:920 #, python-format msgid "1 day, %d hours" msgstr "1 den, %d hodin" #: ../raphodo/downloadtracker.py:923 #, python-format msgid "%d days, 1 hour" msgstr "%d dny, 1 hodina" #: ../raphodo/downloadtracker.py:925 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d dny, %(hours)d hodin" #: ../raphodo/errorlog.py:80 msgid "Find" msgstr "Najít" #: ../raphodo/errorlog.py:150 msgid "Error Reports - Rapid Photo Downloader" msgstr "Chybová hlášení – Rapid Photo Downloader" #: ../raphodo/errorlog.py:187 msgid "Find in reports" msgstr "Hledat v hlášeních" #: ../raphodo/errorlog.py:206 msgid "Find the previous occurrence of the phrase" msgstr "Hledat pÅ™edchozí výskyt fráze" #: ../raphodo/errorlog.py:211 msgid "Find the next occurrence of the phrase" msgstr "Hledat následující výskyt fráze" #: ../raphodo/errorlog.py:213 msgid "&Highlight All" msgstr "Zvýraznit vÅ¡ec&hny výskyty" #: ../raphodo/errorlog.py:214 msgid "Highlight all occurrences of the phrase" msgstr "Zvýraznit vÅ¡echny výskyty dané fráze" #: ../raphodo/errorlog.py:215 msgid "&Match Case" msgstr "RozliÅ¡ovat velikost pís&men" #: ../raphodo/errorlog.py:216 msgid "Search with case sensitivity" msgstr "PÅ™i hledání rozliÅ¡ovat velikost písmen" #: ../raphodo/errorlog.py:217 msgid "&Whole Words" msgstr "Pouze tato celá slova" #: ../raphodo/errorlog.py:218 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:229 ../raphodo/errorlog.py:371 #, 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:234 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "%(matchnumber)s z %(total)s shod" #: ../raphodo/errorlog.py:256 msgid "Clear" msgstr "VyÄistit" #: ../raphodo/errorlog.py:357 msgid "Phrase not found" msgstr "Fráze nenalezena" #: ../raphodo/errorlog.py:516 msgid "Search pending..." msgstr "Hledání…" #: ../raphodo/errorlog.py:567 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:50 #, python-brace-format msgid "" "Please report the problem at {website}.

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

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

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

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

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

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

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

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

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

Kliknutím sem " "otevÅ™ete složku se záznamy událostí a sem pro " "otevÅ™ení složky s nastaveními." #: ../raphodo/excepthook.py:88 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" "PÅ™echod na nejnovÄ›jší verzi vám umožní zjistit, " "zda problém, se kterým jste se setkali, už není vyÅ™eÅ¡en." #: ../raphodo/excepthook.py:182 msgid "Problem in Rapid Photo Downloader" msgstr "Problém v aplikaci Rapid Photo Downloader" #: ../raphodo/excepthook.py:186 msgid "A problem occurred in Rapid Photo Downloader" msgstr "V Rapid Photo Downloader doÅ¡lo k problému" #: ../raphodo/excepthook.py:189 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" "Pokud v rámci tohoto spuÅ¡tÄ›ní programu nastane stejný problém znovu, nebude " "už na nÄ›j znovu upozorňováno." #: ../raphodo/excepthook.py:216 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "V aplikaci Rapid Photo Downloader se vyskytl problém\n" #: ../raphodo/excepthook.py:218 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "Prosíme nahlaste tento problém na {website}\n" "K hlášení chyby pÅ™iložte soubor se záznamem událostí, který se nachází v " "{log_path}\n" "\n" #: ../raphodo/ui/filebrowse.py:173 ../raphodo/thumbnaildisplay.py:2254 msgid "Open in File Browser..." msgstr "Otevřít ve správci souborů…" #. type: Optional[QModelIndex] #: ../raphodo/ui/filebrowse.py:179 msgid "Reset" msgstr "Vrátit na výchozí" #: ../raphodo/ui/filebrowse.py:183 msgid "Show System Folders" msgstr "Zobrazit systémové složky" #: ../raphodo/foldercombo.py:140 msgid "File System" msgstr "Souborový systém" #: ../raphodo/foldercombo.py:181 msgid "Other..." msgstr "Jiné…" #: ../raphodo/foldercombo.py:272 #, python-format msgid "%s (location does not exist)" msgstr "%s (umístÄ›ní neexistuje)" #: ../raphodo/generatenameconfig.py:206 msgid "Date time" msgstr "Datum a Äas" #: ../raphodo/generatenameconfig.py:207 msgid "Text" msgstr "Text" #: ../raphodo/generatenameconfig.py:208 ../raphodo/rapid.py:2608 msgid "Filename" msgstr "Název souboru" #: ../raphodo/generatenameconfig.py:209 #: ../raphodo/prefs/preferencedialog.py:994 msgid "Metadata" msgstr "Metadata" #: ../raphodo/generatenameconfig.py:210 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:213 msgid "Job code" msgstr "Å títek" #: ../raphodo/generatenameconfig.py:214 msgid "Image date" msgstr "Datum obrázku" #: ../raphodo/generatenameconfig.py:215 msgid "Video date" msgstr "Datum videa" #: ../raphodo/generatenameconfig.py:216 msgid "Today" msgstr "Dnes" #: ../raphodo/generatenameconfig.py:217 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:220 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:223 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:226 ../raphodo/rapid.py:2609 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:229 msgid "Image number" msgstr "Číslo obrázku" #: ../raphodo/generatenameconfig.py:230 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:233 msgid "Aperture" msgstr "Clona" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 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:239 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:242 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:245 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:248 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:251 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:254 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:257 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:260 msgid "Shutter count" msgstr "PoÄet cyklů závÄ›rky" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:262 msgid "File number" msgstr "Číslo souboru" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:264 msgid "Folder only" msgstr "Pouze složka" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:266 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:269 msgid "Owner name" msgstr "Jméno vlastníka" #: ../raphodo/generatenameconfig.py:270 msgid "Codec" msgstr "Kodek" #: ../raphodo/generatenameconfig.py:271 msgid "Width" msgstr "Šířka" #: ../raphodo/generatenameconfig.py:272 msgid "Height" msgstr "Výška" #: ../raphodo/generatenameconfig.py:273 msgid "Length" msgstr "Délka" #: ../raphodo/generatenameconfig.py:274 msgid "Frames Per Second" msgstr "Snímků za sekundu" #: ../raphodo/generatenameconfig.py:275 msgid "Artist" msgstr "UmÄ›lec" #: ../raphodo/generatenameconfig.py:276 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:279 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:282 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:285 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:288 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:291 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:294 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:297 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:300 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:303 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:306 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:309 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:312 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:315 msgid "lowercase" msgstr "malá písmena" #: ../raphodo/generatenameconfig.py:316 msgid "One digit" msgstr "Jedna Äíslice" #: ../raphodo/generatenameconfig.py:317 msgid "Two digits" msgstr "DvÄ› Äíslice" #: ../raphodo/generatenameconfig.py:318 msgid "Three digits" msgstr "TÅ™i Äíslice" #: ../raphodo/generatenameconfig.py:319 msgid "Four digits" msgstr "ÄŒtyÅ™i Äíslice" #: ../raphodo/generatenameconfig.py:320 msgid "Five digits" msgstr "PÄ›t Äíslic" #: ../raphodo/generatenameconfig.py:321 msgid "Six digits" msgstr "Å est Äíslic" #: ../raphodo/generatenameconfig.py:322 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:325 msgid "Subseconds" msgstr "Milisekund" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 ../raphodo/generatenameconfig.py:415 msgid "YYYYMMDD" msgstr "RRRRMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:416 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:334 ../raphodo/generatenameconfig.py:417 msgid "YYYY_MM_DD" msgstr "RRRR_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 msgid "YYMMDD" msgstr "RRMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 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:343 msgid "YY_MM_DD" msgstr "RR_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "MMDDYYYY" msgstr "MMDDRRRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYY" msgstr "MMDDRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "DDMMYYYY" msgstr "DDMMRRRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYY" msgstr "DDMMRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 ../raphodo/generatenameconfig.py:415 #: ../raphodo/generatenameconfig.py:416 ../raphodo/generatenameconfig.py:417 #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:419 msgid "YYYY" msgstr "RRRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 msgid "YY" msgstr "RR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 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:376 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:379 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:382 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:385 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 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:394 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:397 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 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:403 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:415 msgid "Date" msgstr "Datum" #: ../raphodo/generatenameconfig.py:416 msgid "Date (hyphens)" msgstr "Datum (se spojovníky)" #: ../raphodo/generatenameconfig.py:417 msgid "Date (underscores)" msgstr "Datum (s podtržítky)" #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:512 #: ../raphodo/generatenameconfig.py:699 msgid "Date and Job Code" msgstr "Datum a Å¡títek" #: ../raphodo/generatenameconfig.py:418 msgid "YYYYMM_Job Code" msgstr "RRRRMM_stitek" #: ../raphodo/generatenameconfig.py:419 msgid "Date and Job Code Subfolder" msgstr "Datum a podsložka se Å¡títkem" #: ../raphodo/generatenameconfig.py:419 msgid "YYYYMM" msgstr "RRRRMM" #: ../raphodo/generatenameconfig.py:419 ../raphodo/jobcodepanel.py:279 #: ../raphodo/ui/nameeditor.py:926 ../raphodo/rapid.py:2261 #: ../raphodo/ui/renamepanel.py:93 ../raphodo/ui/renamepanel.py:275 msgid "Job Code" msgstr "Å títek" #: ../raphodo/generatenameconfig.py:507 ../raphodo/generatenameconfig.py:694 msgid "Original Filename" msgstr "Původní název souboru" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "Date-Time and Downloads today" msgstr "Datum-Äas a poÅ™adí v dnes stažených" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "YYYYMMDD-HHMM-1" msgstr "RRRRMMDD-HHMM-1" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "Date and Downloads today" msgstr "Datum a poÅ™adí v dnes stažených" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "YYYYMMDD-1" msgstr "RRRRMMDD-1" #: ../raphodo/generatenameconfig.py:510 msgid "Date-Time and Image number" msgstr "Datum-Äas a Äíslo obrázku" #: ../raphodo/generatenameconfig.py:510 msgid "YYYYMMDD-1234" msgstr "RRRRMMDD-1234" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "Date-Time and Job Code" msgstr "Datum-Äas a Å¡títek" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "RRRRMMDD-HHMM-stitek-1" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:699 msgid "YYYYMMDD-Job Code-1" msgstr "RRRRMMDD-stitek-1" #: ../raphodo/generatenameconfig.py:697 msgid "Date-Time and Video number" msgstr "Datum-Äas a Äíslo videa" #: ../raphodo/generatenameconfig.py:697 msgid "YYYYMMDD_1234" msgstr "RRRRMMDD_1234" #: ../raphodo/generatenameconfig.py:700 msgid "Resolution" msgstr "RozliÅ¡ení" #: ../raphodo/generatenameconfig.py:700 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "RRRRMMDD-HHMM-1-1920x1080" #: ../raphodo/jobcodepanel.py:90 msgid "Enter a new Job Code, or select a previous one" msgstr "Zadejte nový Å¡títek nebo vyberte nÄ›jaký existující" #: ../raphodo/jobcodepanel.py:98 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "Å títek bude použit na %s která jeÅ¡tÄ› nemá žádný pÅ™iÅ™azen." #: ../raphodo/jobcodepanel.py:108 #, 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:121 msgid "Apply Job Code to Download" msgstr "Použít Å¡títek na stahované" #: ../raphodo/jobcodepanel.py:123 msgid "Enter a new Job Code" msgstr "Zadejte nový Å¡títek" #: ../raphodo/jobcodepanel.py:131 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" "Rada: Dříve než zadáte nový kód zakázky, vyberte fotky a videa a " "tento nový kód na nÄ› bude uplatnÄ›n." #: ../raphodo/jobcodepanel.py:144 #, python-format msgid "The new Job Code will be applied to %s." msgstr "Nový Å¡títek bude použit na %s." #: ../raphodo/jobcodepanel.py:148 msgid "New Job Code" msgstr "Nový Å¡títek" #: ../raphodo/jobcodepanel.py:186 msgid "&Job Code:" msgstr "Å títek:" #: ../raphodo/jobcodepanel.py:190 msgid "&Remember this Job Code" msgstr "&Zapamatovat si tento kód zakázky" #: ../raphodo/jobcodepanel.py:251 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:255 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:259 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:264 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:269 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:278 msgid "Last Used" msgstr "PoslednÄ› použito" #: ../raphodo/jobcodepanel.py:283 msgid "Job Code Sort:" msgstr "Řazení Å¡títků:" #: ../raphodo/jobcodepanel.py:286 ../raphodo/rapid.py:2616 msgid "Ascending" msgstr "VzestupnÄ›" #: ../raphodo/jobcodepanel.py:287 ../raphodo/rapid.py:2617 msgid "Descending" msgstr "SestupnÄ›" #: ../raphodo/jobcodepanel.py:297 msgid "&New..." msgstr "&Nový…" #: ../raphodo/jobcodepanel.py:301 msgid "&Apply" msgstr "Použít" #: ../raphodo/jobcodepanel.py:305 msgid "&Remove" msgstr "Odeb&rat" #: ../raphodo/jobcodepanel.py:309 ../raphodo/prefs/preferencedialog.py:288 #: ../raphodo/prefs/preferencedialog.py:324 #: ../raphodo/prefs/preferencedialog.py:781 msgid "Remove All" msgstr "Odebrat vse" #: ../raphodo/jobcodepanel.py:512 msgid "Do you really want to remove all the Job Codes?" msgstr "Opravdu odstranit veÅ¡keré Å¡títky?" #: ../raphodo/jobcodepanel.py:515 msgid "Remove all Job Codes" msgstr "Odebrat veÅ¡keré Å¡títky" #: ../raphodo/jobcodepanel.py:578 msgid "Job Codes" msgstr "Å títky" #: ../raphodo/ui/messagewidget.py:67 #, python-format msgid "Hint: %(message)s" msgstr "Rada: %(message)s" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:478 ../raphodo/ui/nameeditor.py:498 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/ui/nameeditor.py:583 msgid "Save New Custom Preset..." msgstr "Uložit jako novou vlastní pÅ™ednastavenou sadu…" #: ../raphodo/ui/nameeditor.py:584 msgid "Remove All Custom Presets..." msgstr "Odstranit veÅ¡keré vlastní pÅ™ednastavené sady…" #: ../raphodo/ui/nameeditor.py:630 msgid "(New Custom Preset)" msgstr "(nová vlastní pÅ™ednastavená sada)" #: ../raphodo/ui/nameeditor.py:647 #, python-format msgid "%s (edited)" msgstr "%s (upraveno)" #: ../raphodo/ui/nameeditor.py:650 ../raphodo/ui/nameeditor.py:1558 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "Aktualizovat vlastní pÅ™ednastavenou sadu „%s“" #: ../raphodo/ui/nameeditor.py:743 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "Uložit novou vlastní pÅ™ednastavenou sadu – Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:751 msgid "Preset Name:" msgstr "Název pÅ™ednastavené sady:" #: ../raphodo/ui/nameeditor.py:884 msgid "Photo Subfolder Generation Editor" msgstr "Editor pravidel vytváření podsložek pro fotografie" #: ../raphodo/ui/nameeditor.py:892 msgid "Video Subfolder Generation Editor" msgstr "Editor pravidel vytváření podsložek pro videa" #: ../raphodo/ui/nameeditor.py:900 msgid "Photo Renaming Editor" msgstr "Editor pravidel pÅ™ejmenovávání fotografií" #: ../raphodo/ui/nameeditor.py:907 msgid "Video Renaming Editor" msgstr "Editor pravidel pÅ™ejmenovávání videí" #: ../raphodo/ui/nameeditor.py:936 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" "Varování: Nedostatek údajů pro " "vytvoÅ™ení názvu. Použijte jiné pÅ™edvolby pÅ™ejmenování." #: ../raphodo/ui/nameeditor.py:954 #, python-format msgid "The character
%(separator)s creates a new subfolder level." msgstr "Znak %(separator)s vytvoří další podúroveň složek." #: ../raphodo/ui/nameeditor.py:964 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" "Není tÅ™eba uvozovat Äi uzavírat oddÄ›lovaÄem složek %(separator)s, " "protože je pÅ™idáván automaticky." #: ../raphodo/ui/nameeditor.py:972 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" "Varování: Není zaruÄeno, že vytvoÅ™ené " "názvy se nebudou opakovat. Nápravu zajistíte použitím poÅ™adových hodnot." #: ../raphodo/ui/nameeditor.py:999 ../raphodo/ui/renamepanel.py:139 msgid "Preset:" msgstr "PÅ™ednastavená sada:" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1082 ../raphodo/ui/nameeditor.py:1105 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/ui/nameeditor.py:1134 ../raphodo/prefs/preferencedialog.py:1083 #: ../raphodo/wsl.py:648 msgid "Get help online..." msgstr "Získat nápovÄ›du z webu projektu…" #: ../raphodo/ui/nameeditor.py:1161 msgid "Insert" msgstr "Vložit" #: ../raphodo/ui/nameeditor.py:1523 msgid "Save Preset - Rapid Photo Downloader" msgstr "Uložit pÅ™ednastavenou sadu – Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:1527 msgid "" "Do you want to save the changes in a new custom " "preset?

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

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

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

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

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

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

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

ZmÄ›ny pÅ™edvoleb budou nyní použity aÅ¥ už sadu uložíte nebo " "ne." #: ../raphodo/ui/nameeditor.py:1562 msgid "Save New Custom Preset" msgstr "Uložit novou pÅ™ednastavenou sadu" #: ../raphodo/newversion.py:326 msgid "Checking for new version..." msgstr "Zjišťování případné nové verze…" #: ../raphodo/newversion.py:327 msgid "You are running the latest version." msgstr "Provozujete nejnovÄ›jší verzi." #: ../raphodo/newversion.py:328 msgid "Failed to contact the update server." msgstr "NepodaÅ™ilo se kontaktovat aktualizaÄní server." #: ../raphodo/newversion.py:331 #, 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:334 msgid "Do you want to download the new version?" msgstr "Stáhnout novou verzi?" #: ../raphodo/newversion.py:336 #, 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:366 ../raphodo/newversion.py:385 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:388 msgid "&Open Download Page" msgstr "&Otevřít stránku stahování" #: ../raphodo/newversion.py:412 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:531 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "%(downloaded)s z %(total)s" #: ../raphodo/newversion.py:553 msgid "Downloading..." msgstr "Stahování…" #: ../raphodo/prefs/preferencedialog.py:134 msgid "Preferences" msgstr "PÅ™edvolby" #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 msgid "Language" msgstr "Jazyk" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 msgid "Automation" msgstr "Automatizace" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Thumbnails" msgstr "Náhledy" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:160 #: ../raphodo/prefs/preferencedialog.py:183 #: ../raphodo/prefs/preferencedialog.py:585 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:184 #: ../raphodo/prefs/preferencedialog.py:649 msgid "Error Handling" msgstr "Reakce na chyby" #: ../raphodo/prefs/preferencedialog.py:162 #: ../raphodo/prefs/preferencedialog.py:185 msgid "Warnings" msgstr "Varování" #: ../raphodo/prefs/preferencedialog.py:163 msgid "Consolidation" msgstr "Konsolidace" #: ../raphodo/prefs/preferencedialog.py:164 #: ../raphodo/prefs/preferencedialog.py:186 msgid "Miscellaneous" msgstr "Různé" #: ../raphodo/prefs/preferencedialog.py:221 msgid "Device Scanning" msgstr "Prohledávání zařízení" #: ../raphodo/prefs/preferencedialog.py:222 msgid "Scan only external devices" msgstr "Prohledávat pouze vnÄ›jší zařízení" #: ../raphodo/prefs/preferencedialog.py:225 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" "Hledat fotografie a videa pouze na zařízeních, pÅ™ipojených k poÄítaÄi z " "vněšku – \n" "vÄetnÄ› fotoaparátů, paměťových karet, externích pevných disků a USB flash " "klíÄenek." #: ../raphodo/prefs/preferencedialog.py:231 msgid "Scan only specific folders on devices" msgstr "Skenovat pouze urÄité složky na zařízeních" #: ../raphodo/prefs/preferencedialog.py:233 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Skenovat na přítomnost fotografií a videí pouze v níže uvedených složkách " "(s\n" "výjimkou tÄ›ch urÄených v Ignorovaných umístÄ›ních).\n" "\n" "ZmÄ›na tohoto nastavení způsobí že veÅ¡kerá zařízení budou znovu proskenována." #: ../raphodo/prefs/preferencedialog.py:240 msgid "Folders to scan:" msgstr "Složky které skenovat:" #: ../raphodo/prefs/preferencedialog.py:244 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" "Složky v nejvyšší úrovni stromu souborových systémů na zařízeních ve\n" "kterých bude skenováno na přítomnost fotografií a videí." #: ../raphodo/prefs/preferencedialog.py:249 #: ../raphodo/prefs/preferencedialog.py:310 msgid "Add..." msgstr "PÅ™idat…" #: ../raphodo/prefs/preferencedialog.py:252 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "PÅ™idat složku ze seznamu tÄ›ch ke skenování na přítomnost fotografií a " "videí.\n" "\n" "ZmÄ›na tohoto nastavení způsobí že veÅ¡kerá zařízení budou znovu proskenována." #: ../raphodo/prefs/preferencedialog.py:256 #: ../raphodo/prefs/preferencedialog.py:286 #: ../raphodo/prefs/preferencedialog.py:317 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove" msgstr "Odebrat" #: ../raphodo/prefs/preferencedialog.py:259 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Odebrat složku ze seznamu tÄ›ch ke skenování na přítomnost fotografií a " "videí.\n" "\n" "ZmÄ›na tohoto nastavení způsobí že veÅ¡kerá zařízení budou znovu proskenována." #: ../raphodo/prefs/preferencedialog.py:278 msgid "Devices that have been set to automatically ignore or download from." msgstr "" "Zařízení pro které bylo nastaveno automatické ignorování nebo stahování." #: ../raphodo/prefs/preferencedialog.py:279 msgid "Remembered Devices" msgstr "Zapamatovaná zařízení" #: ../raphodo/prefs/preferencedialog.py:283 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" "Odebrat zařízení ze seznamu tÄ›ch, která automaticky ignorovat / ze kterých " "stahovat." #: ../raphodo/prefs/preferencedialog.py:290 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" "VyÄistit seznam zařízení která automaticky ignorovat / ze kterých stahovat.\n" "\n" "Pozn.: ZmÄ›ny se projeví až pÅ™i příštím vyhledání zařízení, pÅ™ipojených k " "poÄítaÄi." #: ../raphodo/prefs/preferencedialog.py:304 msgid "Ignored Paths" msgstr "Popisy ignorovaných umístÄ›ní" #: ../raphodo/prefs/preferencedialog.py:306 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" "Koncová Äást popisu umístÄ›ní, ve kterém by nikdy nemÄ›ly být hledány " "fotografie nebo videa." #: ../raphodo/prefs/preferencedialog.py:313 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "PÅ™idat popis umístÄ›ní do seznamu tÄ›ch, kterých si nevšímat.\n" "\n" "ZmÄ›na tohoto nastavení vyvolá opÄ›tovné prohledání vÅ¡ech zařízení." #: ../raphodo/prefs/preferencedialog.py:320 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Odebrat popis umístÄ›ní do seznamu tÄ›ch, kterých si nevšímat.\n" "\n" "ZmÄ›na tohoto nastavení vyvolá opÄ›tovné prohledání vÅ¡ech zařízení." #: ../raphodo/prefs/preferencedialog.py:327 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "VyÄistit popis umístÄ›ní do seznamu tÄ›ch, kterých si nevšímat.\n" "\n" "ZmÄ›na tohoto nastavení vyvolá opÄ›tovné prohledání vÅ¡ech zařízení." #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as well. #: ../raphodo/prefs/preferencedialog.py:338 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" "Používat regulární výrazy ve stylu programovacího jazyka" #: ../raphodo/prefs/preferencedialog.py:345 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "V seznamu ignorovaných umístÄ›ní používat regulární výrazy.\n" "\n" "ZmÄ›na tohoto nastavení vyvolá opÄ›tovné prohledání vÅ¡ech zařízení." #: ../raphodo/prefs/preferencedialog.py:387 msgid "Language: " msgstr "Jazyk: " #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:400 #: ../raphodo/prefs/preferencedialog.py:505 #: ../raphodo/prefs/preferencedialog.py:553 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:408 #: ../raphodo/prefs/preferencedialog.py:575 msgid "* Takes effect upon program restart" msgstr "* Projeví se až po restartu aplikace" #: ../raphodo/prefs/preferencedialog.py:416 msgid "Program Automation" msgstr "Automatizace v aplikaci" #: ../raphodo/prefs/preferencedialog.py:417 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place the #. carriage return where you think it makes sense so that the tool tip does not #. stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:422 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading at program startup" msgstr "Zahájit stahování pÅ™i spouÅ¡tÄ›ní aplikace" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Start downloading upon device insertion" msgstr "PÅ™i pÅ™ipojení zařízení zahájit stahování" #: ../raphodo/prefs/preferencedialog.py:430 msgid "Unmount (eject) device upon download completion" msgstr "Po dokonÄení stahování odpojit (umount) souborový systém zařízení" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program when download completes" msgstr "Po dokonÄení stahování aplikaci ukonÄit" #: ../raphodo/prefs/preferencedialog.py:433 msgid "Exit program even if download had warnings or errors" msgstr "UkonÄit aplikaci i když stahování skonÄilo s varováními nebo chybami" #: ../raphodo/prefs/preferencedialog.py:465 msgid "Thumbnail Generation" msgstr "Vytváření náhledových obrázků" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails" msgstr "Vytvářet náhledové obrázky" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Generate thumbnails to show in the main program window" msgstr "VytvoÅ™it náhledové obrázky pro zobrazování v hlavním oknÄ› aplikace" #: ../raphodo/prefs/preferencedialog.py:470 msgid "Cache thumbnails" msgstr "Ukládat náhledové obrázky do mezipamÄ›ti" #: ../raphodo/prefs/preferencedialog.py:473 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" "Uložit náhledové obrázky pro zobrazování v hlavním oknÄ› aplikace do " "mezipamÄ›ti náhledů, urÄené jen pro aplikaci Rapid Photo Downloader" #: ../raphodo/prefs/preferencedialog.py:477 msgid "Generate system thumbnails" msgstr "Vytvářet náhledové obrázky pro systém" #: ../raphodo/prefs/preferencedialog.py:480 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" "PÅ™i stahování ukládat náhledové obrázky které mohou být použity správci " "souborů a dalšími aplikacemi" #: ../raphodo/prefs/preferencedialog.py:489 msgid "Number of CPU cores used to generate thumbnails." msgstr "" "PoÄet jader procesoru jejichž výpoÄetní výkon využít pro vytváření " "náhledových obrázků." #: ../raphodo/prefs/preferencedialog.py:490 msgid "CPU cores:" msgstr "Jader procesoru:" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Thumbnail Cache" msgstr "Mezipaměť náhledových obrázků" #: ../raphodo/prefs/preferencedialog.py:530 msgid "Calculating..." msgstr "VýpoÄet…" #: ../raphodo/prefs/preferencedialog.py:536 msgid "days" msgstr "dnů" #: ../raphodo/prefs/preferencedialog.py:537 msgid "forever" msgstr "napořád" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Cache size:" msgstr "Velikost mezipamÄ›ti:" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Number of thumbnails:" msgstr "PoÄet náhledových obrázků:" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Database size:" msgstr "Velikost databáze:" #: ../raphodo/prefs/preferencedialog.py:550 msgid "Cache unaccessed thumbnails for:" msgstr "Uchovávat nepoužívané náhledové obrázky po dobu:" #: ../raphodo/prefs/preferencedialog.py:559 msgid "Purge Cache..." msgstr "VyÄistit mezipaměť…" #: ../raphodo/prefs/preferencedialog.py:562 msgid "Optimize Cache..." msgstr "Optimalizovat mezipaměť…" #: ../raphodo/prefs/preferencedialog.py:588 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:598 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:601 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:615 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:629 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Skip download" msgstr "PÅ™eskoÄit stahování" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Don't download the file, and issue an error message" msgstr "Soubor nestahovat a zobrazit chybové hlášení" #: ../raphodo/prefs/preferencedialog.py:656 msgid "Add unique identifier" msgstr "PÅ™idat neopakující se identifikátor" #: ../raphodo/prefs/preferencedialog.py:659 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" "PÅ™idat identifikátor jako _1 nebo _2 na konec názvu souboru, bezprostÅ™ednÄ› " "pÅ™ed příponu souboru" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Overwrite" msgstr "PÅ™epsat" #: ../raphodo/prefs/preferencedialog.py:668 msgid "Overwrite the previously backed up file" msgstr "PÅ™epsat dříve zazálohovaný soubor" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Skip" msgstr "PÅ™eskoÄit" #: ../raphodo/prefs/preferencedialog.py:671 msgid "Don't overwrite the backup file, and issue an error message" msgstr "NepÅ™episovat soubor v záloze a zobrazit chybové hlášení" #: ../raphodo/prefs/preferencedialog.py:678 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" "Pokud už existuje stažená fotografie nebo video se stejným názvem, zvolte " "zda pÅ™eskoÄit stahování souboru nebo pÅ™idat neopakující se identifikátor:" #: ../raphodo/prefs/preferencedialog.py:690 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" "Aby bylo zajiÅ¡tÄ›no vytváření neopakujících se názvů souborů, je důraznÄ› " "doporuÄeno používat poÅ™adová Äísla. PÅ™ejmenovávání souborů se nastavuje v " "hlavním oknÄ›, panelu PÅ™ejmenovávání." #: ../raphodo/prefs/preferencedialog.py:701 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" "PÅ™i zálohování zvolte zda pÅ™epsat stejnojmenný soubor na zálohovacím " "zařízení nebo pÅ™eskoÄit jeho zálohování:" #: ../raphodo/prefs/preferencedialog.py:722 msgid "Program Warnings" msgstr "Varování aplikace" #: ../raphodo/prefs/preferencedialog.py:723 msgid "Show a warning when:" msgstr "Zobrazit varování když:" #: ../raphodo/prefs/preferencedialog.py:727 msgid "Downloading files currently not displayed" msgstr "Jsou stahovány soubory které nyní nejsou zobrazeny" #: ../raphodo/prefs/preferencedialog.py:730 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" "Varovat pokud se chystáte stahovat soubory které nejsou zobrazeny v hlavním " "oknÄ› aplikace." #: ../raphodo/prefs/preferencedialog.py:734 msgid "Backup destinations are missing" msgstr "Chybí zálohovací umístÄ›ní" #: ../raphodo/prefs/preferencedialog.py:736 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" "Varovat pÅ™ed zahájením stahování pokud soubory není možné zazálohovat." #: ../raphodo/prefs/preferencedialog.py:740 msgid "Program libraries are missing or broken" msgstr "" "Softwarové knihovny potÅ™ebné pro bÄ›h aplikace chybí nebo jsou poÅ¡kozené" #: ../raphodo/prefs/preferencedialog.py:743 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" "Varovat pokud softwarové knihovny využívané aplikací Rapid Photo Downloader " "chybí nebo nejsou funkÄní." #: ../raphodo/prefs/preferencedialog.py:747 msgid "Filesystem metadata cannot be set" msgstr "Se nedaří nastavit netadata souborového systému" #: ../raphodo/prefs/preferencedialog.py:749 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" "Varovat pÅ™i chybÄ› nastavování metadat souborového systému, na kterém se " "soubor nachází, jako tÅ™eba okamžik úpravy." #: ../raphodo/prefs/preferencedialog.py:753 msgid "Encountering unhandled files" msgstr "Se narazí na neoÅ¡etÅ™ené soubory" #: ../raphodo/prefs/preferencedialog.py:755 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" "Po prohledání zařízení nebo tohoto poÄítaÄe varovat pokud byly nalezeny " "nerozpoznané soubory, které tak nebudou zahrnuty do stažení." #: ../raphodo/prefs/preferencedialog.py:760 msgid "Do not warn about unhandled files with extensions:" msgstr "Nevarovat pÅ™ed neoÅ¡etÅ™enými soubory s příponami:" #: ../raphodo/prefs/preferencedialog.py:765 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" "U přípon souborů není rozliÅ¡ována velikost písmen a není tÅ™eba uvádÄ›t úvodní " "teÄku." #: ../raphodo/prefs/preferencedialog.py:769 msgid "Add" msgstr "PÅ™idat" #: ../raphodo/prefs/preferencedialog.py:771 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" "PÅ™idat příponu souborů na seznam neoÅ¡etÅ™ovaných typů souborů a nevarovat tak " "v jejich případÄ›." #: ../raphodo/prefs/preferencedialog.py:776 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" "Odebrat příponu souborů ze seznamu neoÅ¡etÅ™ených souborů a varovat tak v " "jejich případÄ›." #: ../raphodo/prefs/preferencedialog.py:783 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "VyÄistit seznam přípon neoÅ¡etÅ™ených souborů a varovat tak u vÅ¡ech." #: ../raphodo/prefs/preferencedialog.py:821 msgid "Photo and Video Consolidation" msgstr "Konsolidace fotografií a videí" #: ../raphodo/prefs/preferencedialog.py:824 msgid "Consolidate files across devices and downloads" msgstr "Konsolidovat soubory napÅ™Ã­Ä zařízeními a stahováními" #: ../raphodo/prefs/preferencedialog.py:827 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" "Analyzovat výsledky skenů zařízení a hledat duplicitní soubory a " "odpovídající si RAW a JPEG dvojice,\n" "jejich porovnání napÅ™Ã­Ä vícero zařízeními a stahovacími relacemi." #: ../raphodo/prefs/preferencedialog.py:833 msgid "Treat matching RAW and JPEG files as:" msgstr "Zacházet s odpovídajícími si RAW a JPEG soubory jako:" #: ../raphodo/prefs/preferencedialog.py:834 msgid "One photo" msgstr "Jedna fotografie" #: ../raphodo/prefs/preferencedialog.py:835 msgid "Two photos" msgstr "DvÄ› fotografie" #: ../raphodo/prefs/preferencedialog.py:837 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" "Zobrazovat odpovídající si dvojice RAW a JPEG fotografií jako jeden snímek a " "pokud je oznaÄen, stáhnout obojí." #: ../raphodo/prefs/preferencedialog.py:842 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" "Zobrazovat odpovídající si dvojice RAW a JPEG fotografií jako dva různé " "snímky. I tak ale je možné synchronizovat jejich poÅ™adová Äísla." #: ../raphodo/prefs/preferencedialog.py:851 msgid "With matching RAW and JPEG photos:" msgstr "S odpovídajícími si RAW a JPEG fotografiemi:" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Do not mark JPEG for download" msgstr "NeoznaÄovat JPEG ke stažení" #: ../raphodo/prefs/preferencedialog.py:854 msgid "Do not mark RAW for download" msgstr "NeoznaÄovat RAW ke stažení" #: ../raphodo/prefs/preferencedialog.py:855 msgid "Mark both for download" msgstr "OznaÄit obÄ› pro stažení" #: ../raphodo/prefs/preferencedialog.py:862 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" "Když jsou nalezeny odpovídající si soubory (RAW a JPEG) od jedné fotografie, " "neoznaÄovat automaticky JPEG variantu pro stahování. SamozÅ™ejmÄ› jí stále " "můžete oznaÄit pro stahování ruÄnÄ›." #: ../raphodo/prefs/preferencedialog.py:868 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" "Když jsou nalezeny odpovídající si soubory (RAW a JPEG) od jedné fotografie, " "neoznaÄovat automaticky RAW variantu pro stahování. SamozÅ™ejmÄ› jí stále " "můžete oznaÄit pro stahování ruÄnÄ›." #: ../raphodo/prefs/preferencedialog.py:874 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" "Když jsou nalezeny odpovídající si RAW a JPEG fotografie, automaticky obojí " "oznaÄit ke stahování." #: ../raphodo/prefs/preferencedialog.py:880 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" "Pokud vypnete konsolidaci souborů, zvolte co dÄ›lat když je pÅ™ipojeno " "zařízení ke stahování zatímco jsou zobrazena dokonÄená stahování:" #: ../raphodo/prefs/preferencedialog.py:886 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" "Když je zařízení, ze kterého je stahováno, pÅ™ipojeno v okamžiku kdy jsou " "zobrazená dokonÄená stahování:" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Clear completed downloads" msgstr "VyÄistit dokonÄená stahování" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Keep displaying completed downloads" msgstr "Ponechat dokonÄená stahování zobrazená" #: ../raphodo/prefs/preferencedialog.py:906 msgid "Prompt for what to do" msgstr "Zeptat se co dÄ›lat" #: ../raphodo/prefs/preferencedialog.py:911 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" "Automaticky vyÄistit zobrazení dokonÄených stahování kdykoli je pÅ™ipojeno " "nové zařízení ke stahování." #: ../raphodo/prefs/preferencedialog.py:916 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" "Ponechat dokonÄená stahování zobrazená kdykoli je pÅ™ipojeno nové zařízení ke " "stahování." #: ../raphodo/prefs/preferencedialog.py:921 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" "Dotázat se zda ponechat zobrazená dokonÄená stahování nebo je vyÄistit " "kdykoli je pÅ™ipojeno nové zařízení ke stahování." #: ../raphodo/prefs/preferencedialog.py:968 msgid "Version Check" msgstr "Kontrola verze" #: ../raphodo/prefs/preferencedialog.py:969 msgid "Check for new version at startup" msgstr "Zjišťovat dostupnost nové verze pÅ™i spouÅ¡tÄ›ní" #: ../raphodo/prefs/preferencedialog.py:972 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/prefs/preferencedialog.py:976 msgid "Include development releases" msgstr "Zobrazovat i vývojové verze" #: ../raphodo/prefs/preferencedialog.py:978 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/prefs/preferencedialog.py:996 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "U MTP zařízení ignorovat datum a Äas z metadat DNG fotografií" #: ../raphodo/prefs/preferencedialog.py:999 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" "Nepoužívat údaj o datu a Äase z metadat DNG souborů umístÄ›ných na MTP " "zařízeních a používat namísto toho okamžik úpravy souboru.\n" "\n" "UžiteÄné u zařízení jako jsou nÄ›které telefony a tablety, která vytvářejí " "neplatná DNG metadata." #: ../raphodo/prefs/preferencedialog.py:1006 msgid "Read photo metadata using only ExifTool" msgstr "NaÄítat metadata fotografie pouze pomocí ExifTool" #: ../raphodo/prefs/preferencedialog.py:1008 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" "Pro naÄítání metadat fotografií a vytahování náhledů z nich používat " "ExifTool namísto Exiv2.\n" "\n" "Výchozí je použít Exiv2, a ExifTool použít pouze pokud Exiv2 nepodporuje\n" "formát souboru, který je naÄítán.\n" "\n" "Exiv2 je rychlý, pÅ™esný a téměř vždy spolehlivý, ale padá pÅ™i vytahování " "metadat z nÄ›kolika málo\n" "typů souborů, jako například DNG vytvářených fotoaparáty Leica M8." #: ../raphodo/prefs/preferencedialog.py:1034 msgid "Completed Downloads" msgstr "DokonÄená stahování" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1140 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1423 #, python-format msgid "Restores default %s preference values" msgstr "Vrátit pÅ™edvolby %s na výchozí hodnoty" #: ../raphodo/prefs/preferencedialog.py:1585 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" "VyÄistit mezipaměť náhledových obrázků? VyprázdnÄ›ní probÄ›hne pÅ™i příštím " "spuÅ¡tÄ›ní aplikace." #: ../raphodo/prefs/preferencedialog.py:1590 msgid "Purge Thumbnail Cache" msgstr "VyÄistit mezipaměť náhledových obrázků" #: ../raphodo/prefs/preferencedialog.py:1605 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" "Provézt optimalizaci mezipamÄ›ti náhledových obrázků? Optimalizace probÄ›hne " "pÅ™i příštím spuÅ¡tÄ›ní aplikace." #: ../raphodo/prefs/preferencedialog.py:1610 msgid "Optimize Thumbnail Cache" msgstr "Optimalizovat mezipaměť náhledových obrázků" #: ../raphodo/prefs/preferencedialog.py:1929 msgid "Enter a Folder to Scan" msgstr "Zadejte složku kterou skenovat" #: ../raphodo/prefs/preferencedialog.py:1931 msgid "Specify a folder that will be scanned for photos and videos" msgstr "Zadejte složku která bude skenována na přítomnost fotografií a videí" #: ../raphodo/prefs/preferencedialog.py:1933 msgid "Folder:" msgstr "Složka:" #: ../raphodo/prefs/preferencedialog.py:1947 msgid "Enter a Path to Ignore" msgstr "Zadejte popis umístÄ›ní které ignorovat" #: ../raphodo/prefs/preferencedialog.py:1949 msgid "Specify a path that will never be scanned for photos or videos" msgstr "Zadejte popis umístÄ›ní ve kterém nikdy nehledat fotografie ani videa" #: ../raphodo/prefs/preferencedialog.py:1951 msgid "Path:" msgstr "Popis umístÄ›ní:" #: ../raphodo/prefs/preferencedialog.py:1965 msgid "Enter a File Extension" msgstr "Zadejte příponu souboru" #: ../raphodo/prefs/preferencedialog.py:1966 msgid "Specify a file extension (without the leading dot)" msgstr "Zadejte příponu souboru (bez úvodní teÄky)" #: ../raphodo/prefs/preferencedialog.py:1967 ../raphodo/ui/renamepanel.py:140 msgid "Extension:" msgstr "Přípona:" #: ../raphodo/prefs/preferencedialog.py:1982 msgid "Invalid File Extension" msgstr "Neplatná přípona souboru" #: ../raphodo/prefs/preferencedialog.py:1987 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" "Přípona souborů %s je aplikací Rapid Photo Downloader běžnÄ› " "rozpoznávána, takže nedává smysl varovat o její přítomnosti." #: ../raphodo/prefs/preferencedialog.py:1996 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" "Rozpoznávané typy souborů:\n" "\n" "Fotografie:\n" "%(photos)s\n" "\n" "Videa:\n" "%(videos)s\n" "\n" "Zvuk:\n" "%(audio)s\n" "\n" "Ostatní:\n" "%(other)s" #: ../raphodo/prefs/preferences.py:311 msgid "Wedding" msgstr "Svatba" #: ../raphodo/prefs/preferences.py:311 msgid "Birthday" msgstr "Narozeniny" #: ../raphodo/prefs/preferences.py:736 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "PÅ™edvolby podsložky by nemÄ›ly zaÄínat na %s" #: ../raphodo/prefs/preferences.py:740 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "PÅ™edvolby podsložky by nemÄ›ly konÄit na %s" #: ../raphodo/prefs/preferences.py:747 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "PÅ™edvolby podsložky by nemÄ›la obsahovat dvÄ› %s za sebou" #: ../raphodo/ui/primarybutton.py:124 msgid "Download 8 Photos and 10 Videos" msgstr "Stáhnout 8 fotografií a 10 videí" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Chyba: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "Chyba: %s" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "Chyba knihovny GPhoto2: %s" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" "Nedaří se inicializovat fotoaparát, nejspíš protože ho používá jiná " "aplikace. Nebyly z nÄ›j proto zkopírovány žádné soubory." #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "Nedaří se Äíst složku %s" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "Nedaří se zjistit okamžik úpravy nebo velikost z %s" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "Nedaří se naÄíst soubor %s" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "Nedaří se zapsat do souboru %s" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "Nedaří se pÅ™esunout soubor %s" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "Nedaří se odebrat soubor %s" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "Nedaří se zkopírovat soubor %s" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "Soubor %s, který má nulovou velikost, nebude stažen" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "Nedaří se zjistit ze souborového systému okamžik úpravy %s" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "Nedaří se naÄíst metadata z %s" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "Nedaří se naÄíst metadata z %(name)s. %(filetype)s nebylo staženo." #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" "DoÅ¡lo k chybÄ› pÅ™i nastavování metadat souborového systému pro soubor %s. " "Pokud se stejná chyba vyskytne znovu na stejném souborovém systému, nebude " "už hlášena." #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "ZjiÅ¡tÄ›n neobsluhovaný soubor %s. Nebude stažen." #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)s už existuje." #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" "Existující %(filetype)s %(destination)s bylo naposledy upraveno %(date)s v " "%(time)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "%(filetype)s %(source)s nebylo staženo ze %(device)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "%(filetype)s %(source)s bylo staženo z %(device)s." #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "K názvu souboru byl pÅ™idán neopakující se identifikátor „%s“." #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "Existující záloha %(filetype)s %(destination)s byla poslednÄ› upravena " "%(date)s v %(time)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "%(filetype)s %(source)s nebylo zazálohováno z %(device)s." #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "PÅ™edchozí záloha %(filetype)s %(destination)s byla poslednÄ› upravena " "%(date)s v %(time)s." #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" "%(filetype)s %(source)s ze %(device)s bylo zazálohováno, pÅ™edchozí záloha " "%(filetype)s byla pÅ™epsána." #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" "PÅ™i synchronizaci poÅ™adových hodnot pro RAW + JPEG byla zjiÅ¡tÄ›na duplicita " "%(filetype)s %(file)s a nebyla proto stažena." #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" "PÅ™i synchronizaci poÅ™adových hodnot pro RAW + JPEG byly zjiÅ¡tÄ›ny stejnÄ› " "nazvané fotografie, ovÅ¡em pořízené v rozdílné okamžiky:" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)s byl pořízen %(image1_date)s v %(image1_time)s a %(image2)s " "%(image2_date)s v %(image2_time)s." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "Nedaří se dokonÄit název souboru pro %s" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" "Název souboru %(destination)s nebyl dovytvoÅ™en pro %(filetype)s %(source)s." #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "Metadata %(type)s chybí." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "Chybí následující metadata: %s." #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "PÅ™evod data/Äasu se nezdaÅ™il: %s." #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" "Nedaří se vyzískat platná metadata o datu/Äasu nebo zjistit okamžik úpravy " "souboru." #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "V názvu souboru není přítomna přípona." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "V názvu souboru není přítomna Äíselná Äást." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "Chyba pÅ™i vytváření Äásti %(component)s. Chyba: %(error)s" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" "Podsložky stahování %(folder)s byly pouze ÄásteÄnÄ› vytvoÅ™eny pro " "%(filetype)s %(source)s." #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" "Nejsou k dispozici údaje pro vytvoÅ™ení %(subfolder_file)s pro %(filename)s. " "%(filetype)s nebylo staženo." #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" "Nedaří se vytvoÅ™it %(filetype)s %(destination)s v %(folder)s. Stahovaný " "soubor byl %(source)s na %(device)s. Nebylo staženo." #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "Nedaří se vytvoÅ™it podsložku pro stažení %s." #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "Nedaří se vytvoÅ™it podsložku zálohy %s." #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "Problémy pÅ™i prohledávání %s" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "Problémy pÅ™i kopírování z %s" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "Problémy pÅ™i dokonÄování názvů souborů a vytváření podsložek" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "Problémy pÅ™i zálohování na %s" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 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:249 ../raphodo/proximity.py:278 #: ../raphodo/proximity.py:313 ../raphodo/proximity.py:319 #, 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:267 #, 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:288 ../raphodo/proximity.py:294 #: ../raphodo/proximity.py:1123 ../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:303 ../raphodo/proximity.py:307 #: ../raphodo/proximity.py:1130 ../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:328 #, 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:339 #, 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:473 #, 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:1135 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1893 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:1952 #, 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:1956 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:1962 #, python-format msgid "%(hours)dh" msgstr "%(hours)dh" #: ../raphodo/proximity.py:2101 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:2106 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:2109 msgid "Timeline build pending..." msgstr "ÄŒekání na vytváření Äasové osy…" #: ../raphodo/proximity.py:2110 msgid "Timeline is building..." msgstr "Vytváření Äasové osy…" #: ../raphodo/proximity.py:2112 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:2568 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:473 ../raphodo/rapid.py:871 ../raphodo/rapid.py:4657 #: ../raphodo/rapid.py:4880 ../raphodo/rapid.py:4899 ../raphodo/rapid.py:4922 #: ../raphodo/rapid.py:4929 ../raphodo/rapid.py:5606 ../raphodo/rapid.py:6229 #: ../raphodo/rapid.py:7449 ../raphodo/ui/rememberthisdialog.py:112 #: ../raphodo/ui/viewutils.py:743 #: ../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:1156 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:1167 msgid "Problem with ExifTool" msgstr "Problém s ExifTool" #: ../raphodo/rapid.py:1176 msgid "" "The library libmediainfo appears to be missing

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

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

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

Missing applications: " "%(applications)s

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

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

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

ZjistÄ›t" "e více o tom, jaký software nainstalovat." #: ../raphodo/rapid.py:1766 msgid "Download failed" msgstr "Stahování se nezdaÅ™ilo" #: ../raphodo/rapid.py:1769 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:1778 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:1782 msgid "Update Rapid Photo Downloader" msgstr "Aktualizovat aplikaci Rapid Photo Downloader" #: ../raphodo/rapid.py:1786 msgid "Install" msgstr "Nainstalovat" #: ../raphodo/rapid.py:1804 msgid "New version saved" msgstr "Nová verze uložena" #: ../raphodo/rapid.py:1806 #, 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:1824 msgid "Upgrade failed" msgstr "PÅ™echod na novÄ›jší verzi se nezdaÅ™il" #: ../raphodo/rapid.py:1827 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:1873 msgid "" "\n" "

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

\n" "

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

" msgstr "" #: ../raphodo/rapid.py:1883 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1894 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1897 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1898 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1901 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in the future #: ../raphodo/rapid.py:1906 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:2110 ../raphodo/rapid.py:2914 msgid "Download" msgstr "Stáhnout" #: ../raphodo/rapid.py:2114 msgid "&Refresh..." msgstr "Obnovit…" #: ../raphodo/rapid.py:2118 msgid "&Preferences" msgstr "&PÅ™edvolby" #: ../raphodo/rapid.py:2122 msgid "&Quit" msgstr "UkonÄit" #: ../raphodo/rapid.py:2128 msgid "Windows &Drives" msgstr "&Disky Windows" #: ../raphodo/rapid.py:2132 msgid "Error &Reports" msgstr "Chybová hlášení" #: ../raphodo/rapid.py:2137 msgid "Clear Completed Downloads" msgstr "VyÄistit dokonÄená stahování" #: ../raphodo/rapid.py:2140 msgid "Get Help Online..." msgstr "Otevřít nápovÄ›du z webu projektu…" #: ../raphodo/rapid.py:2144 msgid "&Tip of the Day..." msgstr "&Tip dne…" #: ../raphodo/rapid.py:2147 msgid "Report a Problem..." msgstr "Nahlásit problém…" #: ../raphodo/rapid.py:2150 msgid "Make a Donation..." msgstr "PodpoÅ™it vývoj darem…" #: ../raphodo/rapid.py:2153 msgid "Translate this Application..." msgstr "PÅ™eložit texty v této aplikaci do svého jazyka…" #: ../raphodo/rapid.py:2158 msgid "&About..." msgstr "O &aplikaci…" #: ../raphodo/rapid.py:2161 msgid "Check for Updates..." msgstr "Zkontrolovat dostupnost aktualizací…" #: ../raphodo/rapid.py:2250 msgid "Timeline" msgstr "ÄŒasová osa" #: ../raphodo/rapid.py:2258 msgid "Destination" msgstr "Cíl" #: ../raphodo/rapid.py:2260 msgid "Rename" msgstr "PÅ™ejmenovat" #: ../raphodo/rapid.py:2262 msgid "Back Up" msgstr "Zálohovat" #: ../raphodo/rapid.py:2486 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" "Vypnout nebo zapnout používání zařízení, pÅ™ipojených k tomuto poÄítaÄi, jako " "zdrojů pro stahování" #: ../raphodo/rapid.py:2505 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:2508 msgid "This Computer" msgstr "Tento poÄítaÄ" #: ../raphodo/rapid.py:2522 msgid "Select a source folder" msgstr "Vyberte zdrojovou složku" #: ../raphodo/rapid.py:2600 msgid "All" msgstr "VÅ¡e" #: ../raphodo/rapid.py:2601 msgid "New" msgstr "Nové" #: ../raphodo/rapid.py:2603 msgid "Show:" msgstr "Zobrazit:" #: ../raphodo/rapid.py:2606 msgid "Modification Time" msgstr "Okamžik úpravy" #: ../raphodo/rapid.py:2607 msgid "Checked State" msgstr "ZaÅ¡krtnuto" #: ../raphodo/rapid.py:2610 msgid "File Type" msgstr "Typ souboru" #: ../raphodo/rapid.py:2611 msgid "Device" msgstr "Zařízení" #: ../raphodo/rapid.py:2613 msgid "Sort:" msgstr "SeÅ™adit:" #: ../raphodo/rapid.py:2629 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:2894 #, python-format msgid "Download %(files)s" msgstr "Stáhnout %(files)s" #: ../raphodo/rapid.py:2910 msgid "Resume Download" msgstr "PokraÄovat ve stahování" #: ../raphodo/rapid.py:2912 msgid "Pause" msgstr "Pozastavit" #: ../raphodo/rapid.py:3049 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:3150 #, 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:3244 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:3258 #, 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:3346 msgid "" "\n" "Downloading all files

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

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

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

\n" "Chcete pokraÄovat ve stahování?" #: ../raphodo/rapid.py:3511 #, 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:3514 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Tato složka pro stahování není platná:\n" "%s" #: ../raphodo/rapid.py:3517 msgid "Download Failure" msgstr "Stahování se nezdaÅ™ilo" #: ../raphodo/rapid.py:3518 msgid "The download cannot proceed." msgstr "Stahování nemůže pokraÄovat." #: ../raphodo/rapid.py:3536 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:3547 ../raphodo/rapid.py:3561 #, 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:3549 ../raphodo/rpdfile.py:179 msgid "photos" msgstr "fotografie" #: ../raphodo/rapid.py:3563 ../raphodo/rpdfile.py:174 msgid "videos" msgstr "videa" #: ../raphodo/rapid.py:3573 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:3589 ../raphodo/rapid.py:3605 #, 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:3592 ../raphodo/rpdfile.py:181 ../raphodo/rpdfile.py:850 msgid "photo" msgstr "fotografie" #: ../raphodo/rapid.py:3608 ../raphodo/rpdfile.py:176 ../raphodo/rpdfile.py:912 msgid "video" msgstr "video" #: ../raphodo/rapid.py:3616 msgid "Backup problem" msgstr "Chyba zálohování" #: ../raphodo/rapid.py:4447 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s — %(time_left)s zbývá (%(speed)s)" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4527 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s staženo" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4537 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s se nepodaÅ™ilo stáhnout" #: ../raphodo/rapid.py:4543 ../raphodo/rapid.py:4650 msgid "warnings" msgstr "varování" #: ../raphodo/rapid.py:4578 msgid "All downloads complete" msgstr "VÅ¡echna stahování dokonÄena" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4588 ../raphodo/rapid.py:4603 ../raphodo/rapid.py:4619 #: ../raphodo/rapid.py:4634 ../raphodo/rapid.py:4649 #, 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:4593 ../raphodo/rapid.py:4624 #, 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:4608 ../raphodo/rapid.py:4639 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s se nepodaÅ™ilo stáhnout" #: ../raphodo/rapid.py:4675 msgid "1 failure" msgstr "1 nezdar" #: ../raphodo/rapid.py:4677 #, python-format msgid "%d failures" msgstr "%d nezdarů" #: ../raphodo/rapid.py:4682 msgid "1 warning" msgstr "1 varování" #: ../raphodo/rapid.py:4684 #, python-format msgid "%d warnings" msgstr "%d varování" #: ../raphodo/rapid.py:4709 #, 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:4716 #, 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:4725 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Nebyly staženy žádné soubory — %(failures)s" #: ../raphodo/rapid.py:4727 msgid "No files downloaded" msgstr "Žádné stažené soubory" #: ../raphodo/rapid.py:4767 msgid "Program preferences are invalid" msgstr "PÅ™edvolby aplikace nejsou platné" #: ../raphodo/rapid.py:4886 #, 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:4905 #, 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:4925 msgid "Enable access to the iOS Device" msgstr "Zapnout přístup na iOS zařízení" #: ../raphodo/rapid.py:4936 msgid "&Try Again" msgstr "Zkusi&t znovu" #: ../raphodo/rapid.py:4937 msgid "&Ignore This Device" msgstr "&Ignorovat toto zařízení" #: ../raphodo/rapid.py:5029 #, 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:5032 msgid "Unfortunately you cannot download from this device." msgstr "Z tohoto zařízení žel není možné stahovat." #: ../raphodo/rapid.py:5036 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:5041 msgid "Device scan failed" msgstr "Prohledání zařízení se nezdaÅ™ilo" #: ../raphodo/rapid.py:5578 #, 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:5613 #, 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:5775 msgid "Completed Downloads Present" msgstr "SouÄasná dokonÄená stahování" #: ../raphodo/rapid.py:5777 #, python-format msgid "%s whose download have completed are displayed." msgstr "Jsou zobrazeny %s jejihž stahování je dokonÄeno." #: ../raphodo/rapid.py:5779 msgid "Do you want to clear the completed downloads?" msgstr "Chcete vyÄistit dokonÄená stahování?" #: ../raphodo/rapid.py:5781 msgid "Completed Download Present" msgstr "Prezentace dokonÄených stahování" #: ../raphodo/rapid.py:5782 #, python-format msgid "%s whose download has completed is displayed." msgstr "Je zobrazeno %s jehož stahování je dokonÄeno." #: ../raphodo/rapid.py:5783 msgid "Do you want to clear the completed download?" msgstr "Chcete vyÄistit dokonÄená stahování?" #: ../raphodo/rapid.py:5867 #, 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:6212 #, 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:6216 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:6222 #, 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:6226 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:6645 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "Stahování z %(location)s na tomto poÄítaÄi." #: ../raphodo/rapid.py:6649 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:6705 #, python-format msgid "Generating thumbnails for %s" msgstr "Vytváření náhledových obrázků pro %s" #: ../raphodo/rapid.py:6712 #, python-format msgid "Scanning %s" msgstr "Prohledávání %s" #: ../raphodo/rapid.py:6726 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" "%(number)s z %(available files)s oznaÄeno ke stažení (%(hidden)s skryto)" #: ../raphodo/rapid.py:6738 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "%(number)s z %(available files)s oznaÄeno ke stažení" #: ../raphodo/rapid.py:7035 msgid "Show version numbers of program and its libraries and exit." msgstr "Zobrazit Äíslo verze a jeho knihoven a skonÄit." #: ../raphodo/rapid.py:7042 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:7048 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:7055 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:7061 msgid "Turn on or off the the renaming of photos." msgstr "Zapnout nebo vypnout pÅ™ejmenovávání fotografií." #: ../raphodo/rapid.py:7067 msgid "Turn on or off the the renaming of videos." msgstr "Zapnout nebo vypnout pÅ™ejmenovávání videí." #: ../raphodo/rapid.py:7075 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:7083 msgid "Turn on or off downloading from this computer." msgstr "Zapnout nebo vypnout stahování z tohoto poÄítaÄe." #: ../raphodo/rapid.py:7088 ../raphodo/rapid.py:7095 ../raphodo/rapid.py:7102 #: ../raphodo/rapid.py:7146 ../raphodo/rapid.py:7156 msgid "PATH" msgstr "POPIS UMÃSTÄšNÃ" #: ../raphodo/rapid.py:7090 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:7097 msgid "The PATH where photos will be downloaded to." msgstr "POPIS UMÃSTÄšNà do kterého budou stahovány fotografie." #: ../raphodo/rapid.py:7104 msgid "The PATH where videos will be downloaded to." msgstr "POPIS UMÃSTÄšNà do kterého budou stahována videa." #: ../raphodo/rapid.py:7111 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:7117 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:7122 ../raphodo/rapid.py:7134 msgid "FOLDER" msgstr "SLOŽKA" #: ../raphodo/rapid.py:7125 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:7137 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:7149 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:7159 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:7167 #, 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:7177 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:7184 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:7191 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:7200 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:7208 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:7215 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:7224 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:7232 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:7238 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:7245 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:7255 msgid "Run this program in wayland or regular X11" msgstr "Spustit tento program pod wayland nebo běžném X11" #: ../raphodo/rapid.py:7348 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:7359 msgid "No prior program preferences detected: exiting." msgstr "Nebyly zjiÅ¡tÄ›ny žádné pÅ™edchozí pÅ™edvolby aplikace: ukonÄování." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:7366 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "Import pÅ™edvoleb z Rapid Photo Downloader %(version)s" #: ../raphodo/rapid.py:7437 #, 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:7452 msgid "Program aborting." msgstr "UkonÄování aplikace." #: ../raphodo/rapid.py:7542 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:7547 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:7562 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:7637 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:7842 msgid "All settings and caches have been reset." msgstr "VeÅ¡kerá nastavení a mezipamÄ›ti byly resetovány." #: ../raphodo/rapid.py:7850 msgid "Thumbnail Cache has been reset." msgstr "Mezipaměť náhledových obrázků byla resetována." #: ../raphodo/rapid.py:7856 msgid "Remembered files have been forgotten." msgstr "Zapamatované soubory byly zapomenuty." #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Remember this choice" msgstr "Zapamatovat si p&ro příštÄ›" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't ask me about this again" msgstr "PříštÄ› už se neptat" #: ../raphodo/ui/rememberthisdialog.py:80 msgid "&Don't warn me about this again" msgstr "PÅ™e&d tímto napříštÄ› nevarovat" #: ../raphodo/ui/rememberthisdialog.py:87 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:626 msgid "subfolder and filename" msgstr "podsložka a název souboru" #: ../raphodo/renameandmovefile.py:628 msgid "filename" msgstr "název souboru" #: ../raphodo/renameandmovefile.py:630 msgid "subfolder" msgstr "podsložka" #: ../raphodo/ui/renamepanel.py:327 msgid "A counter for how many downloads occur on each day" msgstr "ČítaÄ stažených položek za každý den" #: ../raphodo/ui/renamepanel.py:328 msgid "Downloads today:" msgstr "PoÅ™adí v dnes stažených:" #: ../raphodo/ui/renamepanel.py:350 msgid "A counter that is remembered each time the program is run " msgstr "" "ČítaÄ, jehož hodnota je zapamatována pÅ™i každém ukonÄení aplikace a opÄ›tovnÄ› " "naÄtena pÅ™i příštím spuÅ¡tÄ›ní " #: ../raphodo/ui/renamepanel.py:351 msgid "Stored number:" msgstr "PoÅ™adí v celkovÄ› stažených:" #: ../raphodo/ui/renamepanel.py:363 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" "Denní doba po které resetovat hodnotu ÄítaÄe PoÅ™adí v dnes stažených" #: ../raphodo/ui/renamepanel.py:365 msgid "Day start:" msgstr "Den zaÄíná v:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:375 msgid "Synchronize RAW + JPEG" msgstr "Synchronizovat RAW + JPEG" #: ../raphodo/ui/renamepanel.py:379 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" "Synchronizovat poÅ™adová Äísla pro odpovídající si dvojice RAW a JPEG " "souborů.\n" "\n" "Další podrobnosti jsou uvedeny v dokumentaci na webových stránkách projektu." #: ../raphodo/ui/renamepanel.py:384 msgid "Sequence Numbers" msgstr "PoÅ™adová Äísla" #: ../raphodo/ui/renamepanel.py:395 msgid "Strip incompatible characters" msgstr "Odstraňovat nekompatibilní znaky" #: ../raphodo/ui/renamepanel.py:400 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" "Zda z názvů souborů s fotografiemi, videi a složek s nimi odebírat znaky, " "které nejsou podporovány v ostatních operaÄních systémech" #: ../raphodo/ui/renamepanel.py:404 msgid "Compatibility" msgstr "Kompatibilita (sluÄitelnost)" #: ../raphodo/ui/renamepanel.py:484 msgid "Photo Renaming" msgstr "PÅ™ejmenovávání fotografií" #: ../raphodo/ui/renamepanel.py:488 msgid "Video Renaming" msgstr "PÅ™ejmenovávání videí" #: ../raphodo/ui/renamepanel.py:492 msgid "Renaming Options" msgstr "PÅ™edvolby pÅ™ejmenovávání" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "fotografie a videa" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "fotografie nebo videa" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:273 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:302 msgid "a video" msgstr "video" #: ../raphodo/rpdfile.py:304 msgid "1 Video" msgstr "1 video" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:314 msgid "a photo" msgstr "fotografie" #: ../raphodo/rpdfile.py:316 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:830 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s na %(camera)s" #: ../raphodo/rpdfile.py:851 msgid "Photo" msgstr "Fotografie" #: ../raphodo/rpdfile.py:913 msgid "Video" msgstr "Video" #: ../raphodo/storage/storage.py:251 msgid "File system root" msgstr "KoÅ™en souborového systému" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:589 msgid "Pictures" msgstr "Fotografie" #: ../raphodo/sudocommand.py:93 msgid "Sorry, the password was incorrect." msgstr "Je nám líto, heslo nebylo správné." #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:100 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "Aby bylo možné provést úlohu správy, zadejte heslo pro %s." #: ../raphodo/sudocommand.py:140 msgid "Password:" msgstr "Heslo:" #: ../raphodo/thumbnaildisplay.py:583 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "Pořízeno %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:593 #, 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:605 ../raphodo/thumbnaildisplay.py:668 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:623 #, python-format msgid "Memory cards: %s" msgstr "Paměťové karty: %s" #: ../raphodo/thumbnaildisplay.py:628 #, python-format msgid "Memory card: %s" msgstr "Paměťová karta: %s" #: ../raphodo/thumbnaildisplay.py:635 msgid "Downloaded as:" msgstr "Staženo jako:" #: ../raphodo/thumbnaildisplay.py:682 #, 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:691 #, python-format msgid "

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

RuÄnÄ› nastavit jako už stažené %(date)s" #: ../raphodo/thumbnaildisplay.py:2257 msgid "Copy Path" msgstr "Kopírovat popis umístÄ›ní" #: ../raphodo/thumbnaildisplay.py:2263 msgid "Mark File as Downloaded" msgstr "OznaÄit soubor jako už stažený" #: ../raphodo/thumbnaildisplay.py:2268 msgid "Mark Files as Downloaded" msgstr "OznaÄit soubory jako už stažené" #: ../raphodo/utilities.py:215 msgid "B" msgstr "B" #: ../raphodo/utilities.py:216 msgid "KB" msgstr "KB" #: ../raphodo/utilities.py:217 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:218 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:219 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:220 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:221 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:222 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:223 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:486 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s a %(last_item)s" #: ../raphodo/utilities.py:570 msgid "one" msgstr "jedna" #: ../raphodo/utilities.py:571 msgid "two" msgstr "dvÄ›" #: ../raphodo/utilities.py:572 msgid "three" msgstr "tÅ™i" #: ../raphodo/utilities.py:573 msgid "four" msgstr "ÄtyÅ™i" #: ../raphodo/utilities.py:574 msgid "five" msgstr "pÄ›t" #: ../raphodo/utilities.py:575 msgid "six" msgstr "Å¡est" #: ../raphodo/utilities.py:576 msgid "seven" msgstr "sedm" #: ../raphodo/utilities.py:577 msgid "eight" msgstr "osm" #: ../raphodo/utilities.py:578 msgid "nine" msgstr "devÄ›t" #: ../raphodo/utilities.py:579 msgid "ten" msgstr "deset" #: ../raphodo/utilities.py:580 msgid "eleven" msgstr "jedenáct" #: ../raphodo/utilities.py:581 msgid "twelve" msgstr "dvanáct" #: ../raphodo/utilities.py:582 msgid "thirteen" msgstr "tÅ™ináct" #: ../raphodo/utilities.py:583 msgid "fourteen" msgstr "patnáct" #: ../raphodo/utilities.py:584 msgid "fifteen" msgstr "patnáct" #: ../raphodo/utilities.py:585 msgid "sixteen" msgstr "Å¡estnáct" #: ../raphodo/utilities.py:586 msgid "seventeen" msgstr "sedmnáct" #: ../raphodo/utilities.py:587 msgid "eighteen" msgstr "osmnáct" #: ../raphodo/utilities.py:588 msgid "ninenteen" msgstr "devatenáct" #: ../raphodo/utilities.py:589 msgid "twenty" msgstr "dvacet" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&OK" msgstr "&OK" #: ../raphodo/ui/viewutils.py:680 ../raphodo/ui/viewutils.py:700 msgid "&Save" msgstr "&Uložit" #: ../raphodo/ui/viewutils.py:681 msgid "&Help" msgstr "&NápovÄ›da" #: ../raphodo/ui/viewutils.py:682 msgid "Restore Defaults" msgstr "Vrátit na výchozí hodnoty" #: ../raphodo/ui/viewutils.py:683 ../raphodo/ui/viewutils.py:701 msgid "&Yes" msgstr "&Ano" #: ../raphodo/ui/viewutils.py:684 ../raphodo/ui/viewutils.py:702 msgid "&No" msgstr "&Ne" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:105 #, python-format msgid "Create directory %(path)s" msgstr "VytvoÅ™it složku %(path)s" #: ../raphodo/wsl.py:109 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "PÅ™ipojit jednotku %(drive)s: do %(path)s" #: ../raphodo/wsl.py:115 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "Odpojit jednotku %(drive)s: z %(path)s" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:309 #, python-format msgid "Mount drives %s" msgstr "PÅ™ipojit jednotky %s" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:314 #, python-format msgid "Mount drive %s" msgstr "PÅ™ipojit jednotku %s" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:321 #, python-format msgid "Unmount drives %s" msgstr "Odpojit jednotky %s" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drive %s" msgstr "Odpojit jednotku %s" #: ../raphodo/wsl.py:390 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "Je nám líto, pÅ™i pÅ™ipojování jednotek %s doÅ¡lo k chybÄ›" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "Je nám líto, pÅ™i odpojování jednotek %s doÅ¡lo k chybÄ›" #: ../raphodo/wsl.py:403 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "Je nám líto, pÅ™i pÅ™ipojování jednotky %s doÅ¡lo k chybÄ›" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "Je nám líto, pÅ™i odpojování jednotky %s doÅ¡lo k chybÄ›" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:558 msgid "Windows Drives" msgstr "Jednotky ve Windows" #: ../raphodo/wsl.py:562 msgid "Enable automatic mounting of Windows drives" msgstr "Zapnout automatické pÅ™ipojování jednotek z Windows" #: ../raphodo/wsl.py:566 msgid "Automatically mount all Windows drives" msgstr "Automaticky pÅ™ipojit veÅ¡keré jednotky z Windows" #: ../raphodo/wsl.py:570 msgid "Only automatically mount Windows drives that are configured below" msgstr "Jednotky z Windows pÅ™ipojovat automaticky pouze ty nastavené níže" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:594 msgid "User Mounted" msgstr "Uživatelsky pÅ™ipojované" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:596 msgid "System Mounted" msgstr "PÅ™ipojované systémem" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:598 msgid "Drive" msgstr "Jednotka" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "Mount Point" msgstr "Přípojný bod" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "Automatic Mount" msgstr "Automatické pÅ™ipojení" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Automatic Unmount at Exit" msgstr "Automatické odpojení pÅ™i ukonÄování" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:638 msgid "Pending Operations:" msgstr "ÄŒekající operace:" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:652 msgid "&Apply Pending Operations" msgstr "Upl&atnit Äekající operace" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1459 #, python-format msgid "Do you want to mount drive %s?" msgstr "Chcete pÅ™ipojit jednotku do %s?" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1463 #, python-format msgid "Do you want to mount drives %s?" msgstr "Chcete pÅ™ipojit jednotky %s?" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1606 msgid "Removable Drive" msgstr "Výjimatelná jednotka" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1612 msgid "Local Drive" msgstr "Disk v poÄítaÄi" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" "Stahování, pÅ™ejmenovávání a zálohování fotografií a videí z fotoaparátů a " "dalších zařízení" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" "Aplikace Rapid Photo Downloader slouží pro rychlý pÅ™enos fotografií a videí " "z fotoaparátů, telefonů a paměťových karet do poÄítaÄe. V rámci toho je " "možné zařídit aby soubory s fotografiemi a videi byly pÅ™ejmenovávány na " "praktiÄtÄ›jší názvy podle schéma, které urÄíte. Dále je možné je v průbÄ›hu " "stahování také zálohovat. Stahovat a zálohovat je možné z a na vícero " "zařízení naráz." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" "Funkcí kterou naleznete pouze v aplikaci Rapid Photo Downloader je Äasová " "osa, která seskupuje fotografie a videa na základÄ› toho, kolik Äasu uplynulo " "mezi po sobÄ› jdoucími snímky. Slouží k identifikaci fotografií a videí, " "pořízených v různých obdobích jednoho nebo vícero po sobÄ› jdoucích dnů." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" "VytvoÅ™ena fotografem a urÄena pro profesionály i amatéry, aplikace Rapid " "Photo Downloader se snadno nastavuje a používá. PÅ™edvolby aplikace je možné " "nastavovat bez komplikovaného programování. Běžné úkony je možné " "automatizovat, jako například odpojení (unmount) paměťové karty po dokonÄení " "stahování." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "Hlavní okno" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "PÅ™ejmenování" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "Nástroj pro stahování fotografií" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" "fotografie;stahování;fotografování;import;video;RAW;fotoaparát;telefon;záloha" ";paměť;karta;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "Stáhnout fotografie a videa pomocí aplikace Rapid Photo Downloader" #, python-format #~ msgid "Example: %s" #~ msgstr "Příklad: %s" #~ msgid "Download cannot proceed" #~ msgstr "Stahování nemůže pokraÄovat" #~ msgid "scanning..." #~ msgstr "skenování..." #~ msgid "Select a folder to download photos to" #~ msgstr "Vyberte složku do které mají být obrázky staženy" #~ msgid "Backing up error" #~ msgstr "Chyba zálohování" #~ msgid "Download Progress" #~ msgstr "PrůbÄ›h stahování" #~ msgid "and" #~ msgstr "a" #, python-format #~ msgid "and %s" #~ msgstr "a %s" #~ msgid "MB/s" #~ msgstr "MB/s" #~ msgid "Backup" #~ msgstr "Záloha" #~ msgid ":" #~ msgstr ":" #~ msgid "Original:" #~ msgstr "Originál:" #~ msgid "Example:" #~ msgstr "Příklad:" #~ msgid "New:" #~ msgstr "Nový:" #~ msgid "externaldrive1" #~ msgstr "externídisk1" #~ msgid "externaldrive2" #~ msgstr "externídisk2" #~ msgid "_View" #~ msgstr "_Zobrazení" #~ msgid "_Report a Problem..." #~ msgstr "_Ohlásit problém..." #~ msgid "_Get Help Online..." #~ msgstr "_NápovÄ›da online..." #~ msgid "_Make a Donation..." #~ msgstr "_Dejte příspÄ›vek..." #~ msgid "_Help" #~ msgstr "_NápovÄ›da" #~ msgid "_Translate this Application..." #~ msgstr "_PÅ™eložit tuto aplikaci..." #~ msgid "_Clear Completed Downloads" #~ msgstr "_VyÄistit kompletní stahování" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "Nastavení: Rapid Photo Downloader" #~ msgid "Download folder:" #~ msgstr "Složka stahování:" #~ msgid "Job Code:" #~ msgstr "Pracovní kód:" #~ msgid "Enter a Job Code" #~ msgstr "Vložte pracovní kód" #~ msgid "Name + extension" #~ msgstr "Jméno + koncovka" #~ msgid " " #~ msgstr " " #~ msgid "Job Codes" #~ msgstr "Pracovní kódy" #~ msgid "Backup" #~ msgstr "Záloha" #~ msgid "_Error Log" #~ msgstr "_Záznam chyb" #~ msgid "Download Folder" #~ msgstr "Složka stahování" #~ msgid "Download Subfolders" #~ msgstr "Podsložky stahování" #~ msgid "Program Automation" #~ msgstr "Automatizace programu" #~ msgid "Job Codes" #~ msgstr "Pracovní kódy" #~ msgid "Backup\t" #~ msgstr "Záloha\t" #~ msgid "Rename Options" #~ msgstr "Možnosti pÅ™ejmenování" #~ msgid "Rename Options" #~ msgstr "Možnosti pÅ™ejmenování" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Zbývá %(minutes)i:%(seconds)02i minut" #~ msgid "About 1 minute remaining" #~ msgstr "Zbývá 1 minuta" #~ msgid "only output errors to the command line" #~ msgstr "pouze výstup chyb do příkazové řádky" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "zobrazit informace o programu na příkazové řádce (default: %default)" #~ msgid " hh:mm" #~ msgstr " hh:mm" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "Kompaktibilita s jinými operaÄními systémy" #~ msgid "Example" #~ msgstr "Příklad" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Vyberte složku stahování. Podsložky pro stahované obrázky budou vytvoÅ™eny " #~ "automaticky v této složce s použitím struktury specifikované níže." #~ msgid "/media/externaldrive/Photos" #~ msgstr "/media/externaldrive/Photos" #~ msgid "Error Handling" #~ msgstr "Chybová obsluha" #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "Automatická detekce kapesních paměťových zařízení" #~ msgid "Sequence Numbers" #~ msgstr "SekvenÄní Äísla" #~ msgid "Download / Pause" #~ msgstr "Stahování / Pauza" #~ msgid "Error Log" #~ msgstr "Chybový záznam" #~ msgid "Size" #~ msgstr "Velikost" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Zbývá %i sekund" #~ msgid "About 1 second remaining" #~ msgstr "Zbývá 1 sekunda" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Zdroj: %(source)s\n" #~ "Destinace: %(destination)s" #~ msgid "Berlin" #~ msgstr "Berlín" #~ msgid "Paris" #~ msgstr "Paříž" #~ msgid "New York" #~ msgstr "New York" #~ msgid "Prague" #~ msgstr "Praha" #~ msgid "Manila" #~ msgstr "Manila" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Helsinki" #~ msgstr "Helsinki" #~ msgid "Kampala" #~ msgstr "Kampala" #~ msgid "Tehran" #~ msgstr "Teherán" #~ msgid "Stockholm" #~ msgstr "Stockholm" #~ msgid "Rome" #~ msgstr "Řím" #~ msgid "Moscow" #~ msgstr "Moskva" #~ msgid "Sydney" #~ msgstr "Sydney" #~ msgid "Budapest" #~ msgstr "Budapešť" #~ msgid "Madrid" #~ msgstr "Madrid" #~ msgid "Delhi" #~ msgstr "Dílí" #~ msgid "Warsaw" #~ msgstr "VarÅ¡ava" #~ msgid "Jakarta" #~ msgstr "Jakarta" #~ msgid "" #~ "Specify the time in 24 hour format at which the Downloads today " #~ "sequence number should be reset." #~ msgstr "" #~ "Specifikujte Äas ve 24 hodinovém formátu aby mohlo být resetováno sekvenÄní " #~ "Äíslo v DneÅ¡ní stahování." #~ msgid "Device Detected" #~ msgstr "Zařízení detekováno" #~ msgid "_Remember this choice" #~ msgstr "_Zapamatovat si tuto volbu" #~ msgid "_Add..." #~ msgstr "_PÅ™idat..." #~ msgid "R_emove All" #~ msgstr "O_dstranit vÅ¡e" #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "Synchronizovat sekvenÄní Äísla RAW + JPEG" #~ msgid "Using backup device" #~ msgstr "Používání zálohovacího zařízení" #~ msgid "Using backup devices" #~ msgstr "Používání zálohovacích zařízení" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Zdroj: %(source)s" #~ msgid "Remove all Job Codes?" #~ msgstr "Odstranit vÅ¡echny pracovní kódy?" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "Adresář destinace nelze vytvoÅ™it: %(directory)s\n" #~ msgid "Should all Job Codes be removed?" #~ msgstr "Chcete odstranit vÅ¡echny pracovní kódy?" #~ msgid "Error in Video Rename preferences" #~ msgstr "Chyba v nastavení pÅ™ejmenování videí" #~ msgid "Error in Photo Rename preferences" #~ msgstr "Chyba v nastavení pÅ™ejmenování fotografií" #~ msgid "Select a folder to download videos to" #~ msgstr "Zvolte adresář do kterého se bude stahovat video" #~ msgid "_Select" #~ msgstr "_Vybrat" #~ msgid "_File" #~ msgstr "_Soubor" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Chyba: %(inst)s" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "Zálohování %(path)s" #~ msgid "Photos:" #~ msgstr "Fotografie:" #~ msgid "Videos:" #~ msgstr "Videa:" #~ msgid "Photo Rename\t" #~ msgstr "" #~ "PÅ™ejmenování fotografií\t" #~ msgid "Photo Rename" #~ msgstr "PÅ™ejmenování fotografie" #~ msgid "Photo and Video Name Conflicts" #~ msgstr "Konflikty jmen fotografií a videa" #~ msgid "Example: /home/user/Pictures" #~ msgstr "Příklad: /home/user/Pictures" #~ msgid "Video Rename\t" #~ msgstr "PÅ™ejmenování videa\t" #~ msgid "Photo Download Folders" #~ msgstr "" #~ "Složky stahování fotografií" #~ msgid "Video Download Folders" #~ msgstr "Složky stahování videa" #~ msgid "Automatically detect devices" #~ msgstr "Automaticky detekovat zařízení" #~ msgid "Devices" #~ msgstr "Zařízení" #~ msgid "Location:" #~ msgstr "UmístÄ›ní:" #~ msgid "Photo Rename" #~ msgstr "PÅ™ejmenování fotografií" #~ msgid "Photo Folders" #~ msgstr "Složky fotografií" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgid "; " #~ msgstr "; " #~ msgid "Free space:" #~ msgstr "Volné místo:" #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #~ msgid "." #~ msgstr "." #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s z celkem %(total)s %(filetypes)s" #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "%(file_type)s do složky nelze zapisovat" #, python-format #~ msgid "Folder: %s" #~ msgstr "Složka: %s" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "%(file_type)s složka je neplatná" #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "%(file_type)s složka neexistuje" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "resetovat nastavení programu a skonÄit" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "zobrazit přípony souborů, které program rozpozná, a skonÄit" #, python-format #~ msgid "%(free)s free" #~ msgstr "%(free)s volné" #~ msgid "display debugging information when run from the command line" #~ msgstr "Zobrazit ladicí informace pÅ™i spuÅ¡tÄ›ní z příkazové řádky" #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "Chyba v nastavení složek pro stahování videí" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "Chyba v nastavení složek pro stahování fotek" #~ msgid "All settings and preferences have been reset" #~ msgstr "VÅ¡echna nastavení a pÅ™edvolby byly nastaveny na výchozí hodnoty" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "Nacházejí se na tomto zařízení fotografie nebo videa ke stažení?" #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Soubor: %(file)s" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Vyberte složku, která obsahuje %(file_types)s" #, python-format #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "Metadata %(filetype)s nelze naÄíst." #, python-format #~ msgid "Error generating component %s." #~ msgstr "Chyba pÅ™i vytváření Äásti %s." #, python-format #~ msgid "An error occurred when copying the %(filetype)s" #~ msgstr "PÅ™i kopírování %(filetype)s doÅ¡lo k chybÄ›." #, python-format #~ msgid "%(filetype)s %(area)s could not be generated" #~ msgstr "Nelze vytvoÅ™it %(filetype)s %(area)s" #, python-format #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "Parametry pro vytvoÅ™ení složky %(filetype)s jsou neplatné a nelze je " #~ "použít.\n" #~ "Použijí se výchozí hodnoty." #, python-format #~ msgid "Date time value %s appears invalid." #~ msgstr "Hodnota pro datum nebo Äas %s je neplatná." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "" #~ "Varování: Není k dispozici dostateÄný poÄet metadat, aby bylo " #~ "možné vytvoÅ™it celé jméno. Použijte prosím pro vytvoÅ™ení jména jiné " #~ "možnosti." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "" #~ "Varování: Není k dispozici dostateÄný poÄet metadat, aby bylo " #~ "možné vytvoÅ™it složky. Použijte prosím pro vytvoÅ™ení jména jiné " #~ "možnosti." #, python-format #~ msgid "" #~ "%(filetype)s could not be backed up because no suitable backup locations " #~ "were found." #~ msgstr "" #~ "%(filetype)s nelze zálohovat, protože nebylo nalezeno vhodné umístÄ›ní." #, python-format #~ msgid "%(filetype)s already exists" #~ msgstr "%(filetype)s a již existuje" #, python-format #~ msgid "%(filetype)s was already downloaded" #~ msgstr "%(filetype)s byl už stažen" #, python-format #~ msgid "The existing %(filetype)s was last modified on %(date)s at %(time)s." #~ msgstr "Existující %(filetype)s byl naposledy zmÄ›nÄ›n %(date)s v %(time)s." #, python-format #~ msgid "" #~ "The existing %(filetype)s was last modified on %(date)s at %(time)s. Unique " #~ "identifier '%(identifier)s' added." #~ msgstr "" #~ "Existující %(filetype)s byl naposledy zmÄ›nÄ›n %(date)s v %(time)s. Byl " #~ "pÅ™idán jedineÄný identifikátor '%(identifier)s'." #~ msgid "The metadata might be corrupt." #~ msgstr "Metadata jsou pravdÄ›podobnÄ› poÅ¡kozená." #, python-format #~ msgid "There is no data with which to name the %(filetype)s." #~ msgstr "Neexistují žádná data k pojmenování %(filetype)s." #, python-format #~ msgid "Error: %(errorno)s %(strerror)s" #~ msgstr "Chyba: %(errorno)s %(strerror)s" #~ msgid "" #~ "The filename, extension and Exif information indicate it has already been " #~ "downloaded." #~ msgstr "Jméno souboru, přípona a EXIF naznaÄují, že soubor byl již stažen." #, python-format #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #, python-format #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #, python-format #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "DoÅ¡lo k chybÄ› pÅ™i zálohování na %(volume)s." #~ msgid "Errors occurred when backing up on the following backup devices: " #~ msgstr "DoÅ¡lo k chybám pÅ™i zálohování na následující zařízení: " #, python-format #~ msgid "An error occurred when backing up on %(volume)s: %(inst)s." #~ msgstr "DoÅ¡lo k chybÄ› pÅ™i zálohování na %(volume)s: %(inst)s." #, python-format #~ msgid "" #~ "Photos detected with the same filenames, but taken at different times: " #~ "%(details)s" #~ msgstr "" #~ "Byly nalezeny fotky se stejným jménem, ale rozdílným Äasem vzniku: " #~ "%(details)s" #, python-format #~ msgid " It was backed up to %(volume)s" #~ msgstr " byl zálohován na %(volume)s" #~ msgid " It was backed up to these devices: " #~ msgstr " byl zálohován na následující zařízení: " #, python-format #~ msgid "%s, " #~ msgstr "%s, " #, python-format #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)s a %(final_volume)s." #~ msgid "Backups overwritten on these devices: " #~ msgstr "Zálohy na následujících zařízeních byly pÅ™epsány: " #, python-format #~ msgid "Backup overwritten on %(volume)s." #~ msgstr "Záloha na %(volume)s byla pÅ™epsána." #~ msgid "Backups already exist in these locations: " #~ msgstr "Zálohy už existují, a to v tÄ›chto umístÄ›ních: " #, python-format #~ msgid "Backup already exists on %(volume)s." #~ msgstr "Na zařízení %(volume)s už záloha existuje." #, python-format #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)s a %(volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)s a %(volume)s (%(inst)s)." #, python-format #~ msgid "%(previousproblem)s Additionally, %(newproblem)s" #~ msgstr "%(previousproblem)s - kromÄ› toho: %(newproblem)s" #, python-format #~ msgid " Furthermore, there were %(problems)s." #~ msgstr " KromÄ› toho doÅ¡lo k dalším %(problems)s problémům." #, python-format #~ msgid "An error occurred when creating directories on %(volume)s: %(inst)s." #~ msgstr "DoÅ¡lo k chybÄ› pÅ™i vytváření adresářů na %(volume)s: %(inst)s." #~ msgid "" #~ "Errors occurred when creating directories on the following backup devices: " #~ msgstr "DoÅ¡lo k chybÄ› pÅ™i vytváření adresářů na následujících zařízeních: " #, python-format #~ msgid "Problem in %s generation" #~ msgstr "Problém pÅ™i vytváření %s" #, python-format #~ msgid "Problems in %s generation" #~ msgstr "Problémy pÅ™i vytváření %s" #, python-format #~ msgid "An error occurred when copying the %(filetype)s, but it was backed up" #~ msgstr "PÅ™i kopírování %(filetype)s doÅ¡lo k chybÄ›, ale záloha probÄ›hla" #, python-format #~ msgid "%(filetype)s already exists, but it was backed up" #~ msgstr "%(filetype)s už existuje, ale byl zálohován" #~ msgid "Problem in subfolder and filename generation" #~ msgstr "Problém pÅ™i vytváření názvů pro složky a soubory" #~ msgid "Problems in subfolder and filename generation" #~ msgstr "Problémy pÅ™i vytváření názvů pro složky a soubory" #, python-format #~ msgid "%(missing_metadata_elements)s and %(final_missing_metadata_element)s." #~ msgstr "%(missing_metadata_elements)s a %(final_missing_metadata_element)s." #, python-format #~ msgid " Furthermore, there was a %(problem)s." #~ msgstr " KromÄ› toho doÅ¡lo k %(problem)s." #~ msgid "There were errors backing up" #~ msgstr "Chyby pÅ™i zálohování" #~ msgid "there were errors backing up" #~ msgstr "chyby pÅ™i zálohování" #~ msgid "Multiple problems were encountered" #~ msgstr "DoÅ¡lo k více problémům" #~ msgid "there was an error backing up" #~ msgstr "chyba pÅ™i zálohování" #, python-format #~ msgid "%(previousproblem)s, and %(backinguperror)s" #~ msgstr "%(previousproblem)s a %(backinguperror)s" #~ msgid "There was an error backing up" #~ msgstr "Chyba pÅ™i zálohování" #, python-format #~ msgid "Path: %s" #~ msgstr "Cesta: %s" #~ msgid "Failed to create download subfolder" #~ msgstr "NepodaÅ™ilo se vytvoÅ™it podsložku" #~ msgid "Photo has already been downloaded" #~ msgstr "Fotka už byla stažena" #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "Byly nalezeny fotky se stejným jménem, ale různým datem vzniku" #~ msgid "Next File" #~ msgstr "Další soubor" #~ msgid "Previous File" #~ msgstr "PÅ™edchozí soubor" #~ msgid "_Uncheck All" #~ msgstr "_OdznaÄit vÅ¡e" #~ msgid "_Include in download" #~ msgstr "Vybrat pro stažení" #~ msgid "_Download" #~ msgstr "_Stáhnout" #~ msgid "_Check All" #~ msgstr "ZaÅ¡krtnout _vÅ¡echny" #~ msgid "Select All Without _Job Code" #~ msgstr "Vybrat vÅ¡echny _bez Å¡títku" #~ msgid "Select All Wit_h Job Code" #~ msgstr "Vybrat vÅ¡echny se Å¡tí_tkem" #~ msgid "Miscellaneous" #~ msgstr "Různé" #~ msgid "Photo backup folder name:" #~ msgstr "Název složky pro zálohu fotek" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Vyberte složku pro stažení. Podsložky pro stažená videa jsou vytvoÅ™ena " #~ "automaticky podle schématu, které si vytvoříte." #~ msgid "" #~ "Specify whether photo, video and folder names should have any characters " #~ "removed that are not allowed by other operating systems." #~ msgstr "" #~ "UrÄete znaky, které se mohou objevit v názvech souborů, ale mohly by pozdÄ›ji " #~ "působit problémy" #~ msgid "Video backup folder name:" #~ msgstr "Název složky pro zálohu videí" #~ msgid "Video Rename" #~ msgstr "PÅ™ejmenovat videa" #~ msgid "Unmount (\"eject\") device upon download completion" #~ msgstr "Po stažení souborů odpojit zařízení" #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "" #~ "Pokud má fotka nebo video stejný název jako již existující soubor, vyberte, " #~ "zda se má stahování pÅ™eskoÄit, nebo pÅ™ejmenovat." #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "Importovat fotky a videa spolehlivÄ›" #~ msgid "Video Folders" #~ msgstr "Složky pro videa" #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "Vyberte, zda pÅ™i zálohování pÅ™epsat na cílovém zařízení soubor se stejným " #~ "jménem, nebo jeho zálohování pÅ™eskoÄit." #~ msgid "The following metadata is missing: " #~ msgstr "Následující metada chybí: " #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #~ msgid "" #~ "Specify the folder in which backups are stored on the device. \n" #~ "\n" #~ "Note: this will also be used to determine whether or not the device is " #~ "used for backups. For each device you wish to use for backing up to, create " #~ "a folder in it with one of these names." #~ msgstr "" #~ "Vyberte složku, ve které jsou na zařízení uloženy zálohy. \n" #~ "Poznámka: Podle toho se také pozná, zda je zařízení použito pro zálohy. " #~ "Na každém zařízení, které chcete pro zálohy použít, vytvoÅ™te složku s " #~ "nÄ›kterým jménem. " #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s se neodpojilo" #~ msgid "Device Options" #~ msgstr "Možnosti zařízení" #~ msgid "Device Options" #~ msgstr "Možnosti zařízení" #~ msgid "Generate thumbnails (slower)" #~ msgstr "Generovat náhledy (pomalé)" #~ msgid "Re_move All" #~ msgstr "_Odstranit vÅ¡e" #~ msgid "Performance" #~ msgstr "Výkon" #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "Zálohování fotografií do %(path)s a videí do %(path2)s" #, python-format #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "Zálohování fotografií a videí do %(path)s" #~ msgid "Remembered Paths" #~ msgstr "Zapamatované cesty" #~ msgid "Select a folder in which to backup videos" #~ msgstr "Zvolte složku ve které budou zálohována videa" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s z %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgid "Invalid regular expression" #~ msgstr "Neplatný regulární výraz" #~ msgid "Remove all Remembered Paths?" #~ msgstr "Odstranit vÅ¡echny zapamatované cesty?" #~ msgid "Select a folder in which to backup photos" #~ msgstr "Zvolte složku, ve které bude uložena záloha fotografií" #~ msgid "Remove all Ignored Paths?" #~ msgstr "Odstranit vÅ¡echny ignorované cesty?" #~ msgid "Use _python-style regular expressions" #~ msgstr "Použijte _python-style regulární zkratky" #~ msgid "Should all remembered paths be removed?" #~ msgstr "Opravdu chcete smazat vÅ¡echny zapamatované cesty?" #~ msgid "Should all ignored paths be removed?" #~ msgstr "Opravdu chcete smazat vÅ¡echny ignorované cesty?" #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "Stahování z %(location)s." #~ msgid "Copy" #~ msgstr "Kopírovat" #~ msgid "Move" #~ msgstr "PÅ™esun" #~ msgid "Auto Detect" #~ msgstr "Automatická detekce" #~ msgid "From" #~ msgstr "Z" #~ msgid "To" #~ msgstr "Do" #~ msgid "the root of the file system" #~ msgstr "koÅ™en souborového systému" #~ msgid "Automatically rotate JPEG images" #~ msgstr "Automaticky otáÄet obrázky formátu JPEG" #, python-format #~ msgid "scanning (found %(photos)s photos and %(videos)s videos)..." #~ msgstr "hledám (nalezeno %(photos)s fotek a %(videos)s videí)..." #~ msgid "An unknown error occurred" #~ msgstr "DoÅ¡lo k neznámé chybÄ›" #, python-format #~ msgid "The %(filetype)s did not download correctly" #~ msgstr "%(filetype)s nebylo správnÄ› staženo" #~ msgid "" #~ "File verification failed. The downloaded version is different from the " #~ "original." #~ msgstr "Ověření souboru selhalo. Stažená verze se liší od originálu." #~ msgid "" #~ "Error: specify device auto-detection or manually specify a device's path " #~ "from which to download, but do not do both." #~ msgstr "" #~ "Chyba: vyberte autodetekci přístroje nebo ruÄnÄ› nastavte cestu ze které se " #~ "má stahovat, ale ne obojí." #, python-format #~ msgid "" #~ "The following regular expressions are invalid, and will be removed unless " #~ "you correct them:\n" #~ " %s" #~ msgstr "" #~ "Následující regulární výrazy jsou neplatné a budou odstranÄ›ny, pokud je " #~ "neopravíte:\n" #~ " %s" #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "Opravdu chcete stahovat odtud? Na nÄ›kterých systémech může sken této lokace " #~ "trvat velmi dlouho." #, python-format #~ msgid "Backup %(file_type)s overwritten" #~ msgstr "Záloha %(file_type)s pÅ™epsána" #, python-format #~ msgid "%(file_type)s not backed up" #~ msgstr "%(file_type)s nebylo zazálohováno" #, python-format #~ msgid "Backup of %(file_type)s already exists" #~ msgstr "Záloha %(file_type)s již existuje" #~ msgid "" #~ "automatically detect devices from which to download, overwriting existing " #~ "program preferences" #~ msgstr "" #~ "automaticky detekovat přístroje ze kterých se má stahovat, nadÅ™azené " #~ "momentálnímu nastavení programu" #~ msgid "" #~ "manually specify the PATH of the device from which to download, overwriting " #~ "existing program preferences" #~ msgstr "" #~ "ruÄnÄ› vybrat cestu k přístroji ze kterého se má stahovat, nadÅ™azené " #~ "momentálnímu nastavení programu" #, python-format #~ msgid "No backup device contains a valid folder for backing up %(filetype)s" #~ msgstr "" #~ "Žádný záložní přístroj neobsahuje platý adresář pro zálohování %(filetype)s" #~ msgid "" #~ "Specify the ending portion of any paths you want ignored when scanning " #~ "devices for photos or videos. Any path ending with the values below will not " #~ "be scanned." #~ msgstr "" #~ "UpÅ™esnÄ›te koncovou Äást jakékoliv cesty kterou chcete ignorovat pÅ™i " #~ "prohledávání přístrojů pro fotografie a videa. Jakákoliv cesta konÄící níže " #~ "vypsanými hodnotami nebude prohledána." #~ msgid "" #~ "Sorry, video downloading functionality disabled. To download videos, please " #~ "install either the hachoir metadata and kaa metadata packages " #~ "for python, or exiftool." #~ msgstr "" #~ "Omlouváme se, možnost stahování videa je vypnuta. Pro stahování videí " #~ "nainstalujte prosím buÄ hachoir metadata a kaa metadata " #~ "balíÄky pro python, nebo exiftool." #~ msgid "" #~ "If you disable automatic detection, choose the exact location of the photos " #~ "and videos." #~ msgstr "" #~ "Pokud vypnete automatickou detekci, vyberte pÅ™esné umístÄ›ní fotografií a " #~ "videí." #~ msgid "" #~ "If you enable automatic detection of Portable Storage Devices, the entire " #~ "device will be scanned. On large devices, this could take some time.\n" #~ "\n" #~ "When this option is enabled, and a potential device is detected, you will be " #~ "prompted to determine if it should be scanned or not." #~ msgstr "" #~ "Pokud povolíte automatickou detekci pÅ™enosných pamÄ›toých médií, bude " #~ "skenován celý přístroj. Tot může na velkých přístrojích trvat déle.\n" #~ "\n" #~ "Pokud je tato možnost zapnuta a je detekován přístroj, budete dotázáni " #~ "jestli se má prohledávání opravdu spustit." #~ msgid "" #~ "Devices are from where to download photos and videos, such as cameras, " #~ "memory cards or Portable Storage Devices.\n" #~ "\n" #~ "You can download from multiple devices simultaneously, or you can specify a " #~ "location on your hard drive.\n" #~ "\n" #~ "Downloading directly from cameras is currently an experimental feature. " #~ "If downloading directly from your camera works poorly or not at all, try " #~ "setting it to PTP mode. If that is not possible, a card reader must be " #~ "used." #~ msgstr "" #~ "Přístroje nastavují odkud má probíhat stahování fotek a videí, jaké jsou " #~ "fotoaparáty, pamÄ›tové karty nebo pÅ™enosné datove zdroje.\n" #~ "\n" #~ "Můžete stahovat z nÄ›kolika přístrojů naráz, nebo můžete vybrat cestu na svůj " #~ "disk.\n" #~ "\n" #~ "Přímé stahování z fotoaparátů je momentálnÄ› pouze experimentální. Pokud " #~ "stahování přímo z fotoaparátu funguje Å¡patnÄ› nebo vůbec, zkuste nastavit PTP " #~ "mód. Pokud toto není možné, je tÅ™eba použít ÄteÄku karet." #~ msgid "" #~ "Remembered paths are those associated with devices that you have chosen to " #~ "always scan or ignore when automatic detection of Portable Storage Devices " #~ "is enabled." #~ msgstr "" #~ "Uložené cesty jsou ty, které jsou pÅ™iÅ™azeny přístrojům které jste vybrali " #~ "vždy prohledávat nebo ignorovat, pokud je zapnuta automatická detekce " #~ "pÅ™enosných paměťových médií." #~ msgid "Refresh" #~ msgstr "Obnovit" #~ msgid "Verify files as they are downloaded" #~ msgstr "Ověřovat soubory pÅ™i stahování" #, python-format #~ msgid "" #~ "This regular expression is invalid, and will be removed unless you correct " #~ "it:\n" #~ " %s" #~ msgstr "" #~ "Tento regulární výraz je neplatný a bude odstranÄ›n pokud ho neopravíte:\n" #~ " %s" #~ msgid "About..." #~ msgstr "O aplikaci..." #~ msgid "Help" #~ msgstr "NápovÄ›da" #~ msgid "Check All Photos" #~ msgstr "OznaÄit vÅ¡echny fotografie" #~ msgid "Check All Videos" #~ msgstr "OznaÄit vÅ¡echna videa" #~ msgid "Quit" #~ msgstr "UkonÄit" #~ msgid "File verification failed on these devices: " #~ msgstr "Ověření souboru selhalo na tÄ›chto přístrojích: " #, python-format #~ msgid "" #~ "File verification failed on %(volume)s. The backed up version is different " #~ "from the downloaded version." #~ msgstr "" #~ "Ověření souboru selhalo na %(volume)s. Zálohovaná verze je jiná než ta " #~ "stažená." ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/po/da.po0000644000175000017500000052570600000000000016530 0ustar00damondamon# Danish translation for rapid # Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2011. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2022-03-02 13:05+0000\n" "PO-Revision-Date: 2020-12-21 07:53+0000\n" "Last-Translator: Kasper Holst \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: 2022-03-05 16:16+0000\n" "X-Generator: Launchpad (build 61f4697954ab70d633d14d8ceecff69a20b08a6b)\n" "Language: da\n" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "" "For at fortsætte skal du først installere python3-pakken setuptools ved " "hjælp af dit systems pakkehÃ¥ndtering." #: ../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:406 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:642 ../install.py:4330 msgid "Installer not found:" msgstr "" #. Translators: do not translate the term tar.gz #: ../install.py:646 ../install.py:4334 msgid "Installer not in tar.gz format:" msgstr "" #: ../install.py:728 ../install.py:757 ../install.py:4210 ../install.py:4215 msgid "Exiting..." msgstr "" #: ../install.py:979 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:1065 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:1357 ../install.py:4290 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:1467 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" #: ../install.py:1610 msgid "The following command will be run:" msgstr "" #. Translators: do not translate the term sudo #: ../install.py:1614 ../install.py:3834 ../install.py:3841 msgid "sudo may prompt you for the sudo password." msgstr "" #: ../install.py:1618 msgid "Would you like to run the command now?" msgstr "" #: ../install.py:1620 msgid "Answer is not yes, exiting." msgstr "" #: ../install.py:1631 ../install.py:2259 ../install.py:2318 ../install.py:2793 msgid "Command failed" msgstr "" #: ../install.py:1633 ../install.py:2260 ../install.py:2319 ../install.py:2794 msgid "Exiting" msgstr "" #: ../install.py:1661 msgid "The Universe repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1701 msgid "The EPEL repository must be enabled." msgstr "" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1749 msgid "The RPM Fusion Free repository must be enabled." msgstr "" #: ../install.py:1790 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:2237 ../install.py:2267 ../install.py:2299 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" #: ../install.py:2252 msgid "Uninstalling system package" msgstr "" #: ../install.py:2277 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:2324 msgid "Checking if previous version installed with pip..." msgstr "" #: ../install.py:2477 ../install.py:2534 ../install.py:2650 msgid "The following package is unknown on your system: {}\n" msgstr "" #: ../install.py:2548 ../install.py:2706 ../install.py:2803 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" #: ../install.py:2642 ../install.py:2663 msgid "Querying installed and available packages (this may take a while)" msgstr "" #: ../install.py:2785 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" #: ../install.py:2852 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2862 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" #: ../install.py:2873 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2923 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:2931 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" #: ../install.py:2937 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2942 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2950 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" #: ../install.py:2958 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:2982 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:3000 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:3011 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:3048 msgid "Failed to download versions file." msgstr "Kunne ikke oprette undermappe." #: ../install.py:3053 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:3170 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:3324 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:3330 msgid "Received error code" msgstr "" #: ../install.py:3332 msgid "Failed to install application requirements: exiting." msgstr "" #: ../install.py:3334 msgid "Failed to install application: exiting..." msgstr "" #: ../install.py:3658 msgid "Installing application requirements..." msgstr "" #: ../install.py:3693 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #: ../install.py:3710 msgid "Installing application..." msgstr "" #: ../install.py:3797 msgid "Do you want Rapid Photo Downloader to appear in the Windows menu?" msgstr "" #: ../install.py:3803 msgid "Adding Rapid Photo Downloader to the Windows menu" msgstr "" #: ../install.py:3813 msgid "Failed to copy application launcher." msgstr "" #: ../install.py:3824 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:3829 msgid "Do you want to install the application's man pages?" msgstr "" #: ../install.py:3830 msgid "They will be installed into {}" msgstr "" #: ../install.py:3832 ../install.py:3839 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" #: ../install.py:3835 msgid "Do want to install the man pages?" msgstr "" #: ../install.py:3837 msgid "Installing man pages into {}" msgstr "" #: ../install.py:3855 msgid "Failed to create man page directory: exiting." msgstr "" #: ../install.py:3876 msgid "Failed to copy man page." msgstr "" #: ../install.py:3915 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:3928 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:3934 msgid "" "You may have to restart WSL to be able to run the program from the command " "line." msgstr "" #: ../install.py:3944 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line." msgstr "" #: ../install.py:3949 #, 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:3971 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:3973 msgid "Done." msgstr "" #: ../install.py:3987 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:4043 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #. Translators: do not translate the terms --PyQt5-version or --use-system-PyQt5 #: ../install.py:4055 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:4067 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:4081 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:4097 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:4111 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:4124 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:4134 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:4139 ../install.py:4153 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:4172 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:4180 msgid "Restarting script using system python..." msgstr "" #: ../install.py:4193 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:4231 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:4263 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:4275 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:4324 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:647 ../raphodo/ui/viewutils.py:679 #: ../raphodo/ui/viewutils.py:699 msgid "&Cancel" msgstr "" #: ../upgrade.py:651 msgid "&Upgrade" msgstr "" #: ../upgrade.py:656 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" #: ../upgrade.py:659 msgid "Click the Upgrade button to start the upgrade." msgstr "" #: ../upgrade.py:662 ../upgrade.py:668 ../raphodo/ui/viewutils.py:678 #: ../raphodo/ui/viewutils.py:698 msgid "&Close" msgstr "" #: ../upgrade.py:663 msgid "&Run" msgstr "" #: ../upgrade.py:693 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" #: ../upgrade.py:696 msgid "Upgrade running..." msgstr "" #: ../upgrade.py:732 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:737 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:741 msgid "Upgrade failed. Click Close to exit." msgstr "" #: ../upgrade.py:11330 #, python-format msgid "Upgrading %s..." msgstr "" #: ../upgrade.py:11332 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:11345 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:11347 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/ui/aboutdialog.py:334 msgid "Credits" msgstr "Udviklere" #: ../raphodo/ui/aboutdialog.py:339 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:280 msgid "Backups are not configured" msgstr "Sikkerhedskopi er ikke indstillet" #: ../raphodo/ui/backuppanel.py:282 msgid "No backup devices detected" msgstr "Ingen backup enheder fundet" #: ../raphodo/ui/backuppanel.py:285 msgid "Valid backup locations not yet specified" msgstr "Sti til sikkerhedskopier er ikke angivet" #: ../raphodo/ui/backuppanel.py:465 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Dine fotos og videoer kan sikkerhedskopieres til flere steder mens de " "downloades, for eksempel til en ekstern harddisk." #: ../raphodo/ui/backuppanel.py:473 msgid "Back up photos and videos when downloading" msgstr "Tag sikkerhedskopi af fotos og videoer mens de downloades" #: ../raphodo/ui/backuppanel.py:479 msgid "Automatically detect backup devices" msgstr "Opdag backup-enheder automatisk" #: ../raphodo/ui/backuppanel.py:485 msgid "" "Specify the folder in which backups are stored on the " "device.

Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" #: ../raphodo/ui/backuppanel.py:500 msgid "Photo folder name:" msgstr "Navn til fotomappe:" #: ../raphodo/ui/backuppanel.py:505 msgid "Video folder name:" msgstr "Navn til videomappe:" #: ../raphodo/ui/backuppanel.py:510 ../raphodo/ui/nameeditor.py:1000 #: ../raphodo/ui/renamepanel.py:141 msgid "Example:" msgstr "Eksempel:" #: ../raphodo/ui/backuppanel.py:521 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" "Vælg nøjagtig placering af sikkerhedskopier, hvis du slÃ¥r automatisk " "opdagelse fra." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:532 msgid "Photo backup location:" msgstr "Placering af foto sikkerhedskopier:" #: ../raphodo/ui/backuppanel.py:542 msgid "Select Photo Backup Location" msgstr "Vælg sti til sikkerhedskopier for fotos" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:554 msgid "Video backup location:" msgstr "Placering af video sikkerhedskopi:" #: ../raphodo/ui/backuppanel.py:560 msgid "Select Video Backup Location" msgstr "Vælg sti til sikkerhedskopier for videoer" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:676 msgid "drive1" msgstr "drev1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:679 msgid "drive2" msgstr "drev2" #: ../raphodo/ui/backuppanel.py:746 msgid "Projected Backup Storage Use" msgstr "Forventet pladsforbrug til sikkerhedskopier" #: ../raphodo/ui/backuppanel.py:751 msgid "Backup Options" msgstr "Valg for sikkerhedskopier" #: ../raphodo/copyfiles.py:610 msgid "video THM" msgstr "video THM" #: ../raphodo/copyfiles.py:620 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:104 ../raphodo/ui/devicedisplay.py:1408 #: ../raphodo/rpdfile.py:310 #, 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:112 ../raphodo/ui/devicedisplay.py:1414 #: ../raphodo/rpdfile.py:298 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s videoer" #: ../raphodo/ui/destinationdisplay.py:123 msgid "Used" msgstr "Brugt" #: ../raphodo/ui/destinationdisplay.py:124 msgid "Excess" msgstr "Overskud" #: ../raphodo/ui/destinationdisplay.py:133 ../raphodo/ui/devicedisplay.py:1440 msgid "Device size unknown" msgstr "Ukendt enhedsstørrelse" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:146 #, python-format msgid "No space free on %(size_total)s device" msgstr "Ingen fri plads pÃ¥ %(size_total)s enhed" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:156 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s fri af %(size_total)s" #: ../raphodo/ui/destinationdisplay.py:230 ../raphodo/ui/destinationpanel.py:74 #: ../raphodo/ui/devicedisplay.py:625 ../raphodo/rapid.py:2641 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:960 msgid "Photos" msgstr "Fotos" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:231 ../raphodo/ui/destinationpanel.py:78 #: ../raphodo/ui/devicedisplay.py:626 ../raphodo/rapid.py:2642 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:988 #: ../raphodo/storage/storage.py:602 msgid "Videos" msgstr "Videoer" #: ../raphodo/ui/destinationdisplay.py:232 msgid "Projected storage use after download" msgstr "Forventet pladsforbrug efter download" #. Translators: Custom refers to the user choosing a non-default value that #. they customize themselves #: ../raphodo/ui/destinationdisplay.py:355 ../raphodo/ui/nameeditor.py:587 msgid "Custom..." msgstr "Brugerdefineret..." #: ../raphodo/ui/destinationdisplay.py:774 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/ui/destinationdisplay.py:776 msgid "Configure video subfolder creation" msgstr "" #: ../raphodo/ui/destinationpanel.py:90 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:113 ../raphodo/ui/destinationpanel.py:125 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1294 msgid "Probing device..." msgstr "" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Temporarily ignore this device" msgstr "Ignorér midlertidigt denne enhed" #: ../raphodo/ui/devicedisplay.py:1313 msgid "Permanently ignore this device" msgstr "Ignorér altid denne enhed" #: ../raphodo/ui/devicedisplay.py:1316 msgid "Rescan" msgstr "Søg igen" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1437 #, python-format msgid "%s full" msgstr "%s fuld" #: ../raphodo/ui/devicedisplay.py:1457 msgid "Other" msgstr "Andet" #: ../raphodo/devices.py:603 ../raphodo/devices.py:604 msgid "Cameras" msgstr "Kameraer" #: ../raphodo/devices.py:605 ../raphodo/devices.py:1256 #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 ../raphodo/rapid.py:2490 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:1006 #, 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:1073 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1229 ../raphodo/rapid.py:2213 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:1280 ../raphodo/devices.py:1300 #, 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:1318 #, 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:1326 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s enheder" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1652 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "\n" "In case of any problems, a red icon will appear at the bottom of the window " "indicating \n" "how many error reports there are. Clicking on it opens the Error Report " "window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 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." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "\n" "

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

\n" "

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

" msgstr "" #: ../raphodo/ui/didyouknow.py:133 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:140 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:147 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:154 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 \n" "metadata (where 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 \n" "raw images, for instance.
  8. \n" "
  9. File Type: photo or video.
  10. \n" "
  11. Device: name of the device the photos and videos are being " "downloaded \n" "from.
  12. \n" "
" msgstr "" #: ../raphodo/ui/didyouknow.py:172 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" #: ../raphodo/ui/didyouknow.py:178 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:185 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 \n" "illustration below, the destination folders are "Pictures" and \n" ""Videos". The name of the destination folder is displayed in the " "grey bar \n" "directly above the folder tree, with a folder icon to its left and a gear " "icon to \n" "its far right.
  2. \n" "
  3. The download subfolders, which are directories that will be " "automatically \n" "generated by Rapid Photo Downloader. They need not already exist on your " "computer, but \n" "it's okay if they do. They will be generated under the destination " "folder.
  4. \n" "
" msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a \n" "different destination folder for each. The same applies to the download " "subfolders for \n" "photos and videos—download photos and videos to the same subfolders, " "or use a \n" "different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:211 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:220 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to \n" "download:\n" "
    \n" "
  1. The destination folder tree shows the download subfolders already on " "your computer \n" "(those in a regular, non-italicized font), and the subfolders that will be " "created \n" "during the download (those whose names are italicized).
  2. \n" "
  3. The folder tree also shows into which subfolders the files will be " "downloaded \n" "(those colored black).
  4. \n" "
" msgstr "" #: ../raphodo/ui/didyouknow.py:235 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following \n" "elements:\n" "
    \n" "
  1. File metadata, very often including the date the photo or video " "was created, \n" "but might also include the camera model name, camera serial number, or file " "extension \n" "e.g. JPG or CR2.
  2. \n" "
  3. A Job Code, which is free text you specify at the time the " "download occurs, \n" "such as the 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 \n" "format makes it easy to keep them sorted in a file manager, which is why " "it's the \n" "default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:254 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 \n" "preset. Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:261 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to \n" "configure your own scheme. You create your own schemes using the Photo or " "Video \n" "Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:270 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:276 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:282 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 \n" "and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:291 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 \n" "choices to generate new combinations. Supposing you wanted a date format " "that combines \n" "year (YYYY), a hyphen, and month (MM) to form YYYY-MM. You can create it " "like this \n" "(note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:300 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names \n" "in the \n" "online " "\n" "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:309 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. \n" "You can use them in subfolder and file names. In this illustration, some " "files have had \n" "the Job Code "Street" applied to them, and the selected files are " "about to \n" "get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:317 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 \n" "prompted to enter a Job Code for them before the download begins." msgstr "" #: ../raphodo/ui/didyouknow.py:324 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:327 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:333 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!" msgstr "" #: ../raphodo/ui/didyouknow.py:340 msgid "" "\n" "

Four types of sequence values are available to help you assign unique " "names to your \n" "photos and 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 \n" "last time the 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 \n" "documentation.

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

The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature \n" "on your 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 \n" "are detected, the same sequence numbers will be applied to both photo names. " "F\n" "urthermore, sequences will be updated as if the photos were one.

\n" "

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

\n" msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are \n" "downloaded, such as external hard drives or network shares. Backup devices " "can be \n" "automatically detected, or exact backup locations specified." msgstr "" #: ../raphodo/ui/didyouknow.py:385 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" "I dette eksempel indeholder drevet photobackup ikke en mappe " "Videos, derfor bliver videoer ikke sikkerhedskopieret til derhen." #: ../raphodo/ui/didyouknow.py:391 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including \n" "download sources, destinations, and backups. Additionally, settings can be " "reset to \n" "their default state, and caches and remembered files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:396 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:401 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 \n" "your cameras, memory cards, and other devices.
  2. \n" "
  3. A temporary cache of files downloaded from a camera, one for " "photos and \n" "another for videos. They are located in temporary subfolders in the download " "\n" "destination.
  4. \n" "
  5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores \n" "thumbnails of RAW and TIFF photos once they have been downloaded. File " "browsers like \n" "Gnome Files use this cache as well, meaning they too will display thumbnails " "for those \n" "files. \n" "
  6. \n" "
\n" "Read more about these caches and their effect on download performance in the " "online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:459 msgid "Tip of the Day" msgstr "Dagens tip" #: ../raphodo/ui/didyouknow.py:467 msgid "Did you know...?" msgstr "Vidste du...?" #: ../raphodo/ui/didyouknow.py:498 msgid "Show tips on startup" msgstr "Vis tips ved start" #: ../raphodo/ui/didyouknow.py:502 msgid "&Next" msgstr "&Næste" #: ../raphodo/ui/didyouknow.py:503 msgid "&Previous" msgstr "&Forrige" #: ../raphodo/downloadtracker.py:454 msgid "MB/sec" msgstr "MB/sek" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:584 msgid "A few seconds" msgstr "Et par sekunder" #: ../raphodo/downloadtracker.py:643 msgid "1 second" msgstr "1 sekund" #: ../raphodo/downloadtracker.py:645 #, python-format msgid "%d seconds" msgstr "%d sekunder" #: ../raphodo/downloadtracker.py:650 msgid "1 minute" msgstr "1 minut" #: ../raphodo/downloadtracker.py:652 #, python-format msgid "%d minutes" msgstr "%d minutter" #: ../raphodo/downloadtracker.py:657 ../raphodo/downloadtracker.py:839 msgid "1 hour" msgstr "1 time" #: ../raphodo/downloadtracker.py:659 #, python-format msgid "%d hours" msgstr "%d timer" #: ../raphodo/downloadtracker.py:664 ../raphodo/downloadtracker.py:869 #: ../raphodo/downloadtracker.py:877 msgid "1 day" msgstr "1 dag" #: ../raphodo/downloadtracker.py:666 #, python-format msgid "%d days" msgstr "%d dage" #: ../raphodo/downloadtracker.py:845 msgid "1 minute, 1 second" msgstr "1 minut, 1 sekund" #: ../raphodo/downloadtracker.py:847 #, python-format msgid "1 minute, %d seconds" msgstr "1 minut, %d sekunder" #: ../raphodo/downloadtracker.py:850 #, python-format msgid "%d minutes, 1 second" msgstr "%d minut, 1 sekund" #: ../raphodo/downloadtracker.py:852 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d minutter, %(seconds)d sekunder" #: ../raphodo/downloadtracker.py:884 msgid "1 hour, 1 minute" msgstr "1 time, 1 minut" #: ../raphodo/downloadtracker.py:886 #, python-format msgid "1 hour, %d minutes" msgstr "1 time, %d minutter" #: ../raphodo/downloadtracker.py:889 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:891 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d timer, %(minutes)d minutter" #: ../raphodo/downloadtracker.py:918 msgid "1 day, 1 hour" msgstr "1 dag, 1 time" #: ../raphodo/downloadtracker.py:920 #, python-format msgid "1 day, %d hours" msgstr "1 dag, %d timer" #: ../raphodo/downloadtracker.py:923 #, python-format msgid "%d days, 1 hour" msgstr "%d dage, 1 hour" #: ../raphodo/downloadtracker.py:925 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d dage, %(hours)d timer" #: ../raphodo/errorlog.py:80 msgid "Find" msgstr "Find" #: ../raphodo/errorlog.py:150 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:187 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:206 msgid "Find the previous occurrence of the phrase" msgstr "Find det foregående sted med denne frase" #: ../raphodo/errorlog.py:211 msgid "Find the next occurrence of the phrase" msgstr "Find det næste sted med denne frase" #: ../raphodo/errorlog.py:213 msgid "&Highlight All" msgstr "&Fremhæv alle" #: ../raphodo/errorlog.py:214 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:215 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:216 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:217 msgid "&Whole Words" msgstr "&Hele ord" #: ../raphodo/errorlog.py:218 msgid "Search whole words only" msgstr "Søg kun hele ord" #: ../raphodo/errorlog.py:229 ../raphodo/errorlog.py:371 #, 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:234 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:256 msgid "Clear" msgstr "Ryd" #: ../raphodo/errorlog.py:357 msgid "Phrase not found" msgstr "Tekst ikke fundet" #: ../raphodo/errorlog.py:516 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:567 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:50 #, python-brace-format msgid "" "Please report the problem at {website}.

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

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

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

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

Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:88 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:182 msgid "Problem in Rapid Photo Downloader" msgstr "Problem i Rapid Photo Downloader" #: ../raphodo/excepthook.py:186 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:189 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:216 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "Et problem er optrådt i Rapid Photo Downloader\n" #: ../raphodo/excepthook.py:218 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:173 ../raphodo/thumbnaildisplay.py:2254 msgid "Open in File Browser..." msgstr "" #. type: Optional[QModelIndex] #: ../raphodo/ui/filebrowse.py:179 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:183 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:140 msgid "File System" msgstr "Filsystem" #: ../raphodo/foldercombo.py:181 msgid "Other..." msgstr "Anden..." #: ../raphodo/foldercombo.py:272 #, python-format msgid "%s (location does not exist)" msgstr "%s (sti findes ikke)" #: ../raphodo/generatenameconfig.py:206 msgid "Date time" msgstr "Dato og klokkeslæt" #: ../raphodo/generatenameconfig.py:207 msgid "Text" msgstr "Tekst" #: ../raphodo/generatenameconfig.py:208 ../raphodo/rapid.py:2608 msgid "Filename" msgstr "Filnavn" #: ../raphodo/generatenameconfig.py:209 #: ../raphodo/prefs/preferencedialog.py:994 msgid "Metadata" msgstr "Metadata" #: ../raphodo/generatenameconfig.py:210 msgid "Sequences" msgstr "Sekvenser" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:213 msgid "Job code" msgstr "Job kode" #: ../raphodo/generatenameconfig.py:214 msgid "Image date" msgstr "Billedets dato" #: ../raphodo/generatenameconfig.py:215 msgid "Video date" msgstr "Videoens dato" #: ../raphodo/generatenameconfig.py:216 msgid "Today" msgstr "I dag" #: ../raphodo/generatenameconfig.py:217 msgid "Yesterday" msgstr "I går" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:220 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:223 msgid "Name" msgstr "Navn" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 ../raphodo/rapid.py:2609 msgid "Extension" msgstr "Udvidelse" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 msgid "Image number" msgstr "Billedets nummer" #: ../raphodo/generatenameconfig.py:230 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:233 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:236 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 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:242 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:245 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:248 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:251 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:254 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:257 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:260 msgid "Shutter count" msgstr "Lukker-antal" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:262 msgid "File number" msgstr "Filnummer" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:264 msgid "Folder only" msgstr "Kun mappen" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:266 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:269 msgid "Owner name" msgstr "Ejernavn" #: ../raphodo/generatenameconfig.py:270 msgid "Codec" msgstr "Kodning" #: ../raphodo/generatenameconfig.py:271 msgid "Width" msgstr "Bredde" #: ../raphodo/generatenameconfig.py:272 msgid "Height" msgstr "Højde" #: ../raphodo/generatenameconfig.py:273 msgid "Length" msgstr "Længde" #: ../raphodo/generatenameconfig.py:274 msgid "Frames Per Second" msgstr "Billeder per sekund" #: ../raphodo/generatenameconfig.py:275 msgid "Artist" msgstr "Kunstner" #: ../raphodo/generatenameconfig.py:276 msgid "Copyright" msgstr "Ophavsret" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:279 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:282 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:285 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:288 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:291 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:294 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:297 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:300 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:303 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:306 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:309 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:312 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:315 msgid "lowercase" msgstr "små bogstaver" #: ../raphodo/generatenameconfig.py:316 msgid "One digit" msgstr "Et ciffer" #: ../raphodo/generatenameconfig.py:317 msgid "Two digits" msgstr "To cifre" #: ../raphodo/generatenameconfig.py:318 msgid "Three digits" msgstr "Tre cifre" #: ../raphodo/generatenameconfig.py:319 msgid "Four digits" msgstr "Fire cifre" #: ../raphodo/generatenameconfig.py:320 msgid "Five digits" msgstr "Fem cifre" #: ../raphodo/generatenameconfig.py:321 msgid "Six digits" msgstr "Seks cifre" #: ../raphodo/generatenameconfig.py:322 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:325 msgid "Subseconds" msgstr "Delsekunder" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 ../raphodo/generatenameconfig.py:415 msgid "YYYYMMDD" msgstr "ÅÅÅÅMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:416 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:334 ../raphodo/generatenameconfig.py:417 msgid "YYYY_MM_DD" msgstr "YYYY_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 msgid "YYMMDD" msgstr "ÅÅMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 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:343 msgid "YY_MM_DD" msgstr "YY_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "MMDDYYYY" msgstr "MMDDÅÅÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYY" msgstr "MMDDÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "DDMMYYYY" msgstr "DDMMÅÅÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYY" msgstr "DDMMÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 ../raphodo/generatenameconfig.py:415 #: ../raphodo/generatenameconfig.py:416 ../raphodo/generatenameconfig.py:417 #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:419 msgid "YYYY" msgstr "ÅÅÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 msgid "YY" msgstr "ÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "Month (full)" msgstr "Måned (udskrevet)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (abbreviated)" msgstr "Måned (forkortet)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "HHMMSS" msgstr "TTMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMM" msgstr "TTMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 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:394 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:397 msgid "HH" msgstr "TT" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 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:403 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:415 msgid "Date" msgstr "Dato" #: ../raphodo/generatenameconfig.py:416 msgid "Date (hyphens)" msgstr "Dato (bindestreger)" #: ../raphodo/generatenameconfig.py:417 msgid "Date (underscores)" msgstr "Dato (understreger)" #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:512 #: ../raphodo/generatenameconfig.py:699 msgid "Date and Job Code" msgstr "Dato og jobkode" #: ../raphodo/generatenameconfig.py:418 msgid "YYYYMM_Job Code" msgstr "YYYYMM_Jobkode" #: ../raphodo/generatenameconfig.py:419 msgid "Date and Job Code Subfolder" msgstr "Dato og jobkode undermappe" #: ../raphodo/generatenameconfig.py:419 msgid "YYYYMM" msgstr "YYYYMM" #: ../raphodo/generatenameconfig.py:419 ../raphodo/jobcodepanel.py:279 #: ../raphodo/ui/nameeditor.py:926 ../raphodo/rapid.py:2261 #: ../raphodo/ui/renamepanel.py:93 ../raphodo/ui/renamepanel.py:275 msgid "Job Code" msgstr "Jobkode" #: ../raphodo/generatenameconfig.py:507 ../raphodo/generatenameconfig.py:694 msgid "Original Filename" msgstr "Oprindeligt filnavn" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "Date-Time and Downloads today" msgstr "Dato-tid og downloads i dag" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "YYYYMMDD-HHMM-1" msgstr "YYYYMMDD-HHMM-1" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "Date and Downloads today" msgstr "Dato og downloads i dag" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "YYYYMMDD-1" msgstr "YYYYMMDD-1" #: ../raphodo/generatenameconfig.py:510 msgid "Date-Time and Image number" msgstr "DAto-tid og billed nummer" #: ../raphodo/generatenameconfig.py:510 msgid "YYYYMMDD-1234" msgstr "YYYYMMDD-1234" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "Date-Time and Job Code" msgstr "Dato-tid og jobkode" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "YYYYMMDD-HHMM-jobkode-1" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:699 msgid "YYYYMMDD-Job Code-1" msgstr "YYYYMMDD-jobkode-1" #: ../raphodo/generatenameconfig.py:697 msgid "Date-Time and Video number" msgstr "Dato-tid og video nummer" #: ../raphodo/generatenameconfig.py:697 msgid "YYYYMMDD_1234" msgstr "YYYYMMDD_1234" #: ../raphodo/generatenameconfig.py:700 msgid "Resolution" msgstr "Opløsning" #: ../raphodo/generatenameconfig.py:700 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "YYYYMMDD-HHMM-1-1920x1080" #: ../raphodo/jobcodepanel.py:90 msgid "Enter a new Job Code, or select a previous one" msgstr "Angiv en ny jobkode eller vælg en eksisterende" #: ../raphodo/jobcodepanel.py:98 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:108 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:121 msgid "Apply Job Code to Download" msgstr "Anvend jobkode til download" #: ../raphodo/jobcodepanel.py:123 msgid "Enter a new Job Code" msgstr "Angiv en ny jobkode" #: ../raphodo/jobcodepanel.py:131 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/jobcodepanel.py:144 #, python-format msgid "The new Job Code will be applied to %s." msgstr "Den nye jobkode vil blive anvendt til %s." #: ../raphodo/jobcodepanel.py:148 msgid "New Job Code" msgstr "Ny jobkode" #: ../raphodo/jobcodepanel.py:186 msgid "&Job Code:" msgstr "&Jobkode:" #: ../raphodo/jobcodepanel.py:190 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:251 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:255 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:259 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:264 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:269 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:278 msgid "Last Used" msgstr "Senest anvendt" #: ../raphodo/jobcodepanel.py:283 msgid "Job Code Sort:" msgstr "Jobkode sortering:" #: ../raphodo/jobcodepanel.py:286 ../raphodo/rapid.py:2616 msgid "Ascending" msgstr "Stigende" #: ../raphodo/jobcodepanel.py:287 ../raphodo/rapid.py:2617 msgid "Descending" msgstr "Faldende" #: ../raphodo/jobcodepanel.py:297 msgid "&New..." msgstr "&Ny..." #: ../raphodo/jobcodepanel.py:301 msgid "&Apply" msgstr "&Anvend" #: ../raphodo/jobcodepanel.py:305 msgid "&Remove" msgstr "&Fjern" #: ../raphodo/jobcodepanel.py:309 ../raphodo/prefs/preferencedialog.py:288 #: ../raphodo/prefs/preferencedialog.py:324 #: ../raphodo/prefs/preferencedialog.py:781 msgid "Remove All" msgstr "Fjern alle" #: ../raphodo/jobcodepanel.py:512 msgid "Do you really want to remove all the Job Codes?" msgstr "Vil du virkelig fjerne alle jobkoder?" #: ../raphodo/jobcodepanel.py:515 msgid "Remove all Job Codes" msgstr "Fjern alle jobkoder" #: ../raphodo/jobcodepanel.py:578 msgid "Job Codes" msgstr "Jobkoder" #: ../raphodo/ui/messagewidget.py:67 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:478 ../raphodo/ui/nameeditor.py:498 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/ui/nameeditor.py:583 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:584 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:630 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:647 #, python-format msgid "%s (edited)" msgstr "%s (ændret)" #: ../raphodo/ui/nameeditor.py:650 ../raphodo/ui/nameeditor.py:1558 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:743 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:751 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:884 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:892 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:900 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:907 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:936 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:954 #, python-format msgid "The character
%(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:964 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:972 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:999 ../raphodo/ui/renamepanel.py:139 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1082 ../raphodo/ui/nameeditor.py:1105 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/ui/nameeditor.py:1134 ../raphodo/prefs/preferencedialog.py:1083 #: ../raphodo/wsl.py:648 msgid "Get help online..." msgstr "Få hjælp online..." #: ../raphodo/ui/nameeditor.py:1161 msgid "Insert" msgstr "Indsæt" #: ../raphodo/ui/nameeditor.py:1523 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1527 msgid "" "Do you want to save the changes in a new custom " "preset?

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

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

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

The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1562 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:326 msgid "Checking for new version..." msgstr "Tjek for ny version..." #: ../raphodo/newversion.py:327 msgid "You are running the latest version." msgstr "Du bruger den nyeste version." #: ../raphodo/newversion.py:328 msgid "Failed to contact the update server." msgstr "Kunne ikke få svar fra opdateringsserveren." #: ../raphodo/newversion.py:331 #, 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:334 msgid "Do you want to download the new version?" msgstr "Vil du hente den nye version?" #: ../raphodo/newversion.py:336 #, 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:366 ../raphodo/newversion.py:385 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:388 msgid "&Open Download Page" msgstr "&Åben download siden" #: ../raphodo/newversion.py:412 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:531 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "%(downloaded)s af %(total)s" #: ../raphodo/newversion.py:553 msgid "Downloading..." msgstr "Henter..." #: ../raphodo/prefs/preferencedialog.py:134 msgid "Preferences" msgstr "Indstillinger" #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 msgid "Automation" msgstr "Automatisering" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Thumbnails" msgstr "Små billeder" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:160 #: ../raphodo/prefs/preferencedialog.py:183 #: ../raphodo/prefs/preferencedialog.py:585 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:184 #: ../raphodo/prefs/preferencedialog.py:649 msgid "Error Handling" msgstr "Fejlhåndtering" #: ../raphodo/prefs/preferencedialog.py:162 #: ../raphodo/prefs/preferencedialog.py:185 msgid "Warnings" msgstr "Advarsler" #: ../raphodo/prefs/preferencedialog.py:163 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:164 #: ../raphodo/prefs/preferencedialog.py:186 msgid "Miscellaneous" msgstr "Diverse" #: ../raphodo/prefs/preferencedialog.py:221 msgid "Device Scanning" msgstr "Enhedssøgning" #: ../raphodo/prefs/preferencedialog.py:222 msgid "Scan only external devices" msgstr "Søg kun på eksterne enheder" #: ../raphodo/prefs/preferencedialog.py:225 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" "Søg kun efter fotos og videoer på eksterne enheder,\n" "for eksempel kameraer, hukommelseskort, eksterne harddiske og USB drev." #: ../raphodo/prefs/preferencedialog.py:231 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:233 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:240 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:244 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 #: ../raphodo/prefs/preferencedialog.py:310 msgid "Add..." msgstr "Tilføj …" #: ../raphodo/prefs/preferencedialog.py:252 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 #: ../raphodo/prefs/preferencedialog.py:286 #: ../raphodo/prefs/preferencedialog.py:317 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove" msgstr "Fjern" #: ../raphodo/prefs/preferencedialog.py:259 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:278 msgid "Devices that have been set to automatically ignore or download from." msgstr "Enheder som er indstillet til ikke at hente billeder og videoer fra." #: ../raphodo/prefs/preferencedialog.py:279 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:283 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:290 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:304 msgid "Ignored Paths" msgstr "Ignorerede stier" #: ../raphodo/prefs/preferencedialog.py:306 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:313 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:320 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:327 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as well. #: ../raphodo/prefs/preferencedialog.py:338 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:345 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:387 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:400 #: ../raphodo/prefs/preferencedialog.py:505 #: ../raphodo/prefs/preferencedialog.py:553 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:408 #: ../raphodo/prefs/preferencedialog.py:575 msgid "* Takes effect upon program restart" msgstr "* Træder i kraft næste gang programmet starter" #: ../raphodo/prefs/preferencedialog.py:416 msgid "Program Automation" msgstr "Programautomatisering" #: ../raphodo/prefs/preferencedialog.py:417 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place the #. carriage return where you think it makes sense so that the tool tip does not #. stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:422 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading at program startup" msgstr "Start download når programmet starter" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Start downloading upon device insertion" msgstr "Start download når enhed tilsluttes" #: ../raphodo/prefs/preferencedialog.py:430 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program when download completes" msgstr "Afslut programmet når download er afsluttet" #: ../raphodo/prefs/preferencedialog.py:433 msgid "Exit program even if download had warnings or errors" msgstr "" "Afslut programmet selvom der opstod fejl eller advarsler ved download" #: ../raphodo/prefs/preferencedialog.py:465 msgid "Thumbnail Generation" msgstr "Miniaturer" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails" msgstr "Dan miniaturer" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Generate thumbnails to show in the main program window" msgstr "Dan miniaturer til programmets hovedvindue" #: ../raphodo/prefs/preferencedialog.py:470 msgid "Cache thumbnails" msgstr "Gem miniaturer" #: ../raphodo/prefs/preferencedialog.py:473 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:477 msgid "Generate system thumbnails" msgstr "Dan systemminiaturer" #: ../raphodo/prefs/preferencedialog.py:480 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:489 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:490 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Thumbnail Cache" msgstr "Miniature-cache" #: ../raphodo/prefs/preferencedialog.py:530 msgid "Calculating..." msgstr "Beregner..." #: ../raphodo/prefs/preferencedialog.py:536 msgid "days" msgstr "dage" #: ../raphodo/prefs/preferencedialog.py:537 msgid "forever" msgstr "for evigt" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Cache size:" msgstr "Cache størrelse:" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Number of thumbnails:" msgstr "Antal miniaturer:" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Database size:" msgstr "Database størrelse:" #: ../raphodo/prefs/preferencedialog.py:550 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:559 msgid "Purge Cache..." msgstr "Ryd cache..." #: ../raphodo/prefs/preferencedialog.py:562 msgid "Optimize Cache..." msgstr "Optimér cache..." #: ../raphodo/prefs/preferencedialog.py:588 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:598 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:601 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:615 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:629 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Skip download" msgstr "Spring download over" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Don't download the file, and issue an error message" msgstr "Hent ikke filen, og vis en fejlmeddelelse" #: ../raphodo/prefs/preferencedialog.py:656 msgid "Add unique identifier" msgstr "Tilføj entydig angivelse" #: ../raphodo/prefs/preferencedialog.py:659 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" "Tilføj en markering som _1 eller _2 til slutningen af filnavnet, lige før " "udvidelsen" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Overwrite" msgstr "Overskriv" #: ../raphodo/prefs/preferencedialog.py:668 msgid "Overwrite the previously backed up file" msgstr "Overskriv den tidligere sikkerhedskopi" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Skip" msgstr "Spring over" #: ../raphodo/prefs/preferencedialog.py:671 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" "Overskriv ikke den tidligere sikkerhedskopi, og vis en fejlmeddelelse" #: ../raphodo/prefs/preferencedialog.py:678 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:690 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:701 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:722 msgid "Program Warnings" msgstr "Advarsler" #: ../raphodo/prefs/preferencedialog.py:723 msgid "Show a warning when:" msgstr "Vis en advarsel når:" #: ../raphodo/prefs/preferencedialog.py:727 msgid "Downloading files currently not displayed" msgstr "Henter filer som ikke bliver vist" #: ../raphodo/prefs/preferencedialog.py:730 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "Giv advarsel før filer hentes som ikke bliver vist i hovedvinduet." #: ../raphodo/prefs/preferencedialog.py:734 msgid "Backup destinations are missing" msgstr "Sti til sikkerhedskopiering mangler" #: ../raphodo/prefs/preferencedialog.py:736 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "Giv advarsel før filer hentes hvis en sikkerhedskopi ikke er mulig." #: ../raphodo/prefs/preferencedialog.py:740 msgid "Program libraries are missing or broken" msgstr "Programbiblioteker mangler eller er defekte" #: ../raphodo/prefs/preferencedialog.py:743 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" "Giv advarsel når software biblioteker, som Rapid Photo Downloader behøver, " "mangler eller ikke fungerer." #: ../raphodo/prefs/preferencedialog.py:747 msgid "Filesystem metadata cannot be set" msgstr "Metadata ikke kan skrives til filsystemet" #: ../raphodo/prefs/preferencedialog.py:749 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" "Giv advarsel når der opstår fejl ved skrivning af metadata som f.eks. " "ændringstidspunkt." #: ../raphodo/prefs/preferencedialog.py:753 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:755 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:760 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:765 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "Add" msgstr "Tilføj" #: ../raphodo/prefs/preferencedialog.py:771 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:776 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:783 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:821 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:824 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:827 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:834 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:837 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:842 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:854 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:855 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:862 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:868 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:874 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:880 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:886 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:906 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:911 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:916 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:921 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:968 msgid "Version Check" msgstr "Versionskontrol" #: ../raphodo/prefs/preferencedialog.py:969 msgid "Check for new version at startup" msgstr "Kontroller ved programstart om der er en nyere version" #: ../raphodo/prefs/preferencedialog.py:972 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/prefs/preferencedialog.py:976 msgid "Include development releases" msgstr "" #: ../raphodo/prefs/preferencedialog.py:978 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/prefs/preferencedialog.py:996 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:999 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1006 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1008 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1034 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1140 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1423 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1585 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1590 msgid "Purge Thumbnail Cache" msgstr "Ryd miniature cache" #: ../raphodo/prefs/preferencedialog.py:1605 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1610 msgid "Optimize Thumbnail Cache" msgstr "Optimér miniature cache" #: ../raphodo/prefs/preferencedialog.py:1929 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1931 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1933 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1947 msgid "Enter a Path to Ignore" msgstr "Angiv en sti der skal ignoreres" #: ../raphodo/prefs/preferencedialog.py:1949 msgid "Specify a path that will never be scanned for photos or videos" msgstr "Angiv en sti som aldrig skal gennemsøges efter fotos og videoer" #: ../raphodo/prefs/preferencedialog.py:1951 msgid "Path:" msgstr "Sti:" #: ../raphodo/prefs/preferencedialog.py:1965 msgid "Enter a File Extension" msgstr "Angiv en filendelse" #: ../raphodo/prefs/preferencedialog.py:1966 msgid "Specify a file extension (without the leading dot)" msgstr "Angiv en filendelse (uden punktum i starten)" #: ../raphodo/prefs/preferencedialog.py:1967 ../raphodo/ui/renamepanel.py:140 msgid "Extension:" msgstr "Filendelse:" #: ../raphodo/prefs/preferencedialog.py:1982 msgid "Invalid File Extension" msgstr "Ugyldig filendelse" #: ../raphodo/prefs/preferencedialog.py:1987 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" "Filendelsen %s bliver genkendt af Rapid Photo Downloader, så det " "giver ikke mening at advare om den." #: ../raphodo/prefs/preferencedialog.py:1996 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Wedding" msgstr "Bryllup" #: ../raphodo/prefs/preferences.py:311 msgid "Birthday" msgstr "Fødselsdag" #: ../raphodo/prefs/preferences.py:736 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Undermappe indstillinger bør ikke begynde med et %s" #: ../raphodo/prefs/preferences.py:740 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Undermappe indstillinger bør ikke slutte med et %s" #: ../raphodo/prefs/preferences.py:747 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "Undermappe indstillinger bør ikke indeholde to %s efter hinanden" #: ../raphodo/ui/primarybutton.py:124 msgid "Download 8 Photos and 10 Videos" msgstr "Hent 8 fotos og 10 videoer" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Fejl: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "Fejl: %s" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "GPhoto2 fejl: %s" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" "Kan ikke benytte kameraet, sandsynligvis fordi et andet program bruger det. " "Ingen filer blev kopieret fra det." #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "Kan ikke læse mappen %s" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "Kan ikke ændre ændringstidspunkt eller filstørrelse af %s" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "Kan ikke læse filen %s" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "Kan ikke skrive filen %s" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "Kan ikke flytte filen %s" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "Kan ikke fjerne filen %s" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "Kan ikke kopiere filen %s" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "Kan ikke afgøre ændringstidspunkt eller filstørrelse af %s" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "Kan ikke læse metadata fra %s" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "Kan ikke læse metadata fra %(name)s. %(filetype)s blev ikke hentet." #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)s findes allerede." #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)s blev taget den %(image1_date)s kl. %(image1_time)s, og %(image2)s " "den %(image2_date)s kl. %(image2_time)s." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "Der mangler %(type)s metadata." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "Følgende metadata mangler: %s." #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "Dato/tidskonvertering slog fejl: %s." #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "Filnavnet har ingen udvidelse." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "Filnavnet indeholder ingen tal." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 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:249 ../raphodo/proximity.py:278 #: ../raphodo/proximity.py:313 ../raphodo/proximity.py:319 #, 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:267 #, 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:288 ../raphodo/proximity.py:294 #: ../raphodo/proximity.py:1123 ../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:303 ../raphodo/proximity.py:307 #: ../raphodo/proximity.py:1130 ../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:328 #, 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:339 #, 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:473 #, 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:1135 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1893 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:1952 #, 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:1956 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:1962 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2101 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:2106 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2109 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2110 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2112 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:2568 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:473 ../raphodo/rapid.py:871 ../raphodo/rapid.py:4657 #: ../raphodo/rapid.py:4880 ../raphodo/rapid.py:4899 ../raphodo/rapid.py:4922 #: ../raphodo/rapid.py:4929 ../raphodo/rapid.py:5606 ../raphodo/rapid.py:6229 #: ../raphodo/rapid.py:7449 ../raphodo/ui/rememberthisdialog.py:112 #: ../raphodo/ui/viewutils.py:743 #: ../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:1156 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:1167 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1176 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:1188 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1367 #, python-format msgid "" "Cannot download from Apple devices

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

Missing applications: " "%(applications)s

Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1766 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1769 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1778 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1782 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1786 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1804 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1806 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1824 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1827 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1873 msgid "" "\n" "

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

\n" "

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

" msgstr "" #: ../raphodo/rapid.py:1883 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1894 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1897 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1898 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1901 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in the future #: ../raphodo/rapid.py:1906 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:2110 ../raphodo/rapid.py:2914 msgid "Download" msgstr "Hent" #: ../raphodo/rapid.py:2114 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:2118 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:2122 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:2128 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:2132 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:2137 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:2140 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:2144 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:2147 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:2150 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:2153 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:2158 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:2161 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:2250 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:2258 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:2260 msgid "Rename" msgstr "Omdøb" #: ../raphodo/rapid.py:2262 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2486 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2505 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2508 msgid "This Computer" msgstr "Denne computer" #: ../raphodo/rapid.py:2522 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2600 msgid "All" msgstr "" #: ../raphodo/rapid.py:2601 msgid "New" msgstr "" #: ../raphodo/rapid.py:2603 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2606 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2607 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2610 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2611 msgid "Device" msgstr "Enhed" #: ../raphodo/rapid.py:2613 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2629 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:2894 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2910 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2912 msgid "Pause" msgstr "Pause" #: ../raphodo/rapid.py:3049 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:3150 #, 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:3244 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:3258 #, 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:3346 msgid "" "\n" "Downloading all files

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

\n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3511 #, 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:3514 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Denne download mappe er ugyldig:\n" "%s" #: ../raphodo/rapid.py:3517 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3518 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3536 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:3547 ../raphodo/rapid.py:3561 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3549 ../raphodo/rpdfile.py:179 msgid "photos" msgstr "fotos" #: ../raphodo/rapid.py:3563 ../raphodo/rpdfile.py:174 msgid "videos" msgstr "videoer" #: ../raphodo/rapid.py:3573 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:3589 ../raphodo/rapid.py:3605 #, 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:3592 ../raphodo/rpdfile.py:181 ../raphodo/rpdfile.py:850 msgid "photo" msgstr "foto" #: ../raphodo/rapid.py:3608 ../raphodo/rpdfile.py:176 ../raphodo/rpdfile.py:912 msgid "video" msgstr "video" #: ../raphodo/rapid.py:3616 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:4447 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4527 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s hentet" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4537 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s kunne ikke hentes" #: ../raphodo/rapid.py:4543 ../raphodo/rapid.py:4650 msgid "warnings" msgstr "advarsler" #: ../raphodo/rapid.py:4578 msgid "All downloads complete" msgstr "Alle downloads er afsluttet" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4588 ../raphodo/rapid.py:4603 ../raphodo/rapid.py:4619 #: ../raphodo/rapid.py:4634 ../raphodo/rapid.py:4649 #, 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:4593 ../raphodo/rapid.py:4624 #, 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:4608 ../raphodo/rapid.py:4639 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s kunne ikke hentes" #: ../raphodo/rapid.py:4675 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4677 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4682 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4684 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4709 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4716 #, 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:4725 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4727 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4767 msgid "Program preferences are invalid" msgstr "Programmets indstillinger er ugyldige" #: ../raphodo/rapid.py:4886 #, 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:4905 #, 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:4925 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4936 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4937 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:5029 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:5032 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:5036 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:5041 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5578 #, 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:5613 #, 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:5775 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5777 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5779 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5781 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5782 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5783 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5867 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:6212 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6216 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:6222 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6226 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6645 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6649 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:6705 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6712 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6726 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6738 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:7035 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:7042 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7048 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7055 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:7061 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:7067 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:7075 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:7083 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:7088 ../raphodo/rapid.py:7095 ../raphodo/rapid.py:7102 #: ../raphodo/rapid.py:7146 ../raphodo/rapid.py:7156 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:7090 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:7097 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7104 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7111 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:7117 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:7122 ../raphodo/rapid.py:7134 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:7125 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:7137 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:7149 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7159 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7167 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:7177 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:7184 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:7191 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:7200 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:7208 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:7215 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7224 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:7232 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:7238 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:7245 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:7255 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:7348 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7359 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:7366 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7437 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7452 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7542 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7547 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7562 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:7637 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:7842 msgid "All settings and caches have been reset." msgstr "Alle indstillinger er blevet nulstillet." #: ../raphodo/rapid.py:7850 msgid "Thumbnail Cache has been reset." msgstr "Miniaturecache er nulstillet." #: ../raphodo/rapid.py:7856 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Remember this choice" msgstr "&Husk dette valg" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:80 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:87 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:626 msgid "subfolder and filename" msgstr "undermappe og filnavn" #: ../raphodo/renameandmovefile.py:628 msgid "filename" msgstr "filnavn" #: ../raphodo/renameandmovefile.py:630 msgid "subfolder" msgstr "undermappe" #: ../raphodo/ui/renamepanel.py:327 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:328 msgid "Downloads today:" msgstr "Downloads i dag:" #: ../raphodo/ui/renamepanel.py:350 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:351 msgid "Stored number:" msgstr "Husket nummer:" #: ../raphodo/ui/renamepanel.py:363 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:365 msgid "Day start:" msgstr "Dagen begynder:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:375 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:379 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:384 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:395 msgid "Strip incompatible characters" msgstr "Fjern inkompatible tegn" #: ../raphodo/ui/renamepanel.py:400 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:404 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:484 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:488 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:492 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "fotos og videoer" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "fotos eller videoer" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:273 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:302 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:304 msgid "1 Video" msgstr "" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:314 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:316 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:830 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:851 msgid "Photo" msgstr "Foto" #: ../raphodo/rpdfile.py:913 msgid "Video" msgstr "Video" #: ../raphodo/storage/storage.py:251 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:589 msgid "Pictures" msgstr "" #: ../raphodo/sudocommand.py:93 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:100 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:140 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:583 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:593 #, 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:605 ../raphodo/thumbnaildisplay.py:668 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:623 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:628 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:635 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:682 #, python-format msgid "

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

Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2257 msgid "Copy Path" msgstr "Kopiér sti" #: ../raphodo/thumbnaildisplay.py:2263 msgid "Mark File as Downloaded" msgstr "Markér fil som hentet" #: ../raphodo/thumbnaildisplay.py:2268 msgid "Mark Files as Downloaded" msgstr "Markér filer som hentet" #: ../raphodo/utilities.py:215 msgid "B" msgstr "B" #: ../raphodo/utilities.py:216 msgid "KB" msgstr "kB" #: ../raphodo/utilities.py:217 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:218 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:219 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:220 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:221 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:222 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:223 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:486 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s og %(last_item)s" #: ../raphodo/utilities.py:570 msgid "one" msgstr "en" #: ../raphodo/utilities.py:571 msgid "two" msgstr "to" #: ../raphodo/utilities.py:572 msgid "three" msgstr "tre" #: ../raphodo/utilities.py:573 msgid "four" msgstr "fire" #: ../raphodo/utilities.py:574 msgid "five" msgstr "fem" #: ../raphodo/utilities.py:575 msgid "six" msgstr "seks" #: ../raphodo/utilities.py:576 msgid "seven" msgstr "syv" #: ../raphodo/utilities.py:577 msgid "eight" msgstr "otte" #: ../raphodo/utilities.py:578 msgid "nine" msgstr "ni" #: ../raphodo/utilities.py:579 msgid "ten" msgstr "ti" #: ../raphodo/utilities.py:580 msgid "eleven" msgstr "elleve" #: ../raphodo/utilities.py:581 msgid "twelve" msgstr "tolv" #: ../raphodo/utilities.py:582 msgid "thirteen" msgstr "tretten" #: ../raphodo/utilities.py:583 msgid "fourteen" msgstr "fjorten" #: ../raphodo/utilities.py:584 msgid "fifteen" msgstr "femten" #: ../raphodo/utilities.py:585 msgid "sixteen" msgstr "seksten" #: ../raphodo/utilities.py:586 msgid "seventeen" msgstr "sytten" #: ../raphodo/utilities.py:587 msgid "eighteen" msgstr "atten" #: ../raphodo/utilities.py:588 msgid "ninenteen" msgstr "nitten" #: ../raphodo/utilities.py:589 msgid "twenty" msgstr "tyve" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&OK" msgstr "&OK" #: ../raphodo/ui/viewutils.py:680 ../raphodo/ui/viewutils.py:700 msgid "&Save" msgstr "&Gem" #: ../raphodo/ui/viewutils.py:681 msgid "&Help" msgstr "&Hjælp" #: ../raphodo/ui/viewutils.py:682 msgid "Restore Defaults" msgstr "Gendan standardindstillinger" #: ../raphodo/ui/viewutils.py:683 ../raphodo/ui/viewutils.py:701 msgid "&Yes" msgstr "&Ja" #: ../raphodo/ui/viewutils.py:684 ../raphodo/ui/viewutils.py:702 msgid "&No" msgstr "&Nej" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:105 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:109 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:115 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:309 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:314 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:321 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:390 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:403 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:558 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:562 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:566 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:570 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:594 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:596 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:598 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:638 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:652 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1459 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1463 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1606 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1612 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "Hovedvinduet" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "Omdøbning" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "Photo Downloader" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" "foto;download;fotografering;import;video;RAW;kamera;telefon;ingest;sikkerheds" "kopi;hukommelse;kort;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "Hent fotos og videoer med Rapid Photo Downloader" #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s kunne ikke afmonteres" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #~ msgid "Size" #~ msgstr "Størrelse" #~ msgid "Download Progress" #~ msgstr "Downloadfremgang" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Cirka %i sekunder endnu" #~ msgid "About 1 minute remaining" #~ msgstr "Cirka 1 minut endnu" #~ msgid "About 1 second remaining" #~ msgstr "Cirka 1 sekund endnu" #~ msgid "Download cannot proceed" #~ msgstr "Download kan ikke fortsætte" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Cirka %(minutes)i:%(seconds)02i sekunder endnu" #~ msgid "Free space:" #~ msgstr "Fri plads:" #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #~ msgid "and" #~ msgstr "og" #~ msgid "Using backup device" #~ msgstr "Benytter backup enhed" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s af %(total)s %(filetypes)s" #~ msgid "Using backup devices" #~ msgstr "Benytter backup enheder" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s af %(total)s %(filetypes)s (%(remaining)s endnu)" #, python-format #~ msgid "Folder: %s" #~ msgstr "Mappe: %s" #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "%(file_type)s download mappe findes ikke" #~ msgid "; " #~ msgstr ", " #~ msgid "." #~ msgstr "," #, python-format #~ msgid "%(free)s free" #~ msgstr "%(free)s fri plads" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "Tager sikkerhedskopi til %(path)s" #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "%(file_type)s download mappe er skrivebeskyttet" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "%(file_type)s download mappe er ugyldig" #~ msgid "Photos:" #~ msgstr "Fotos:" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "nulstil alle programindstillinger og afslut" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "vis hvilke foto og video formater programmet kender, og afslut" #~ msgid "Videos:" #~ msgstr "Videoer:" #~ msgid "only output errors to the command line" #~ msgstr "vis kun fejl på kommandolinien" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "vis programinformation på kommandolinien mens programmet kører (standard: " #~ "%default)" #~ msgid "display debugging information when run from the command line" #~ msgstr "" #~ "vis fejlsøgningsinformation når programmet startes fra kommandolinien" #~ msgid "All settings and preferences have been reset" #~ msgstr "Alle indstillinger er blevet nulstillet" #, python-format #~ msgid "and %s" #~ msgstr "og %s" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "Skal fotos og videoer hentes fra denne enhed?" #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Fil: %(file)s" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "Destinationsmappe kunne ikke oprettes: %(directory)s\n" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Fejl: %(inst)s" #~ msgid "Backing up error" #~ msgstr "Fejl ved sikkerhedskopiering" #~ msgid "Device Detected" #~ msgstr "Enhed fundet" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Kilde: %(source)s\n" #~ "Destination: %(destination)s" #~ msgid "MB/s" #~ msgstr "MB/s" #~ msgid "_Remember this choice" #~ msgstr "_Husk dette valg" #~ msgid "Name + extension" #~ msgstr "Navn + udvidelse" #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "Fejl i indstillinger til video download undermapper" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "Fejl i indstillinger til foto download undermapper" #~ msgid "Should all Job Codes be removed?" #~ msgstr "Skal alle job koder fjernes?" #~ msgid "Error in Photo Rename preferences" #~ msgstr "Fejl i indstillinger til foto omdøbning" #~ msgid "Remove all Remembered Paths?" #~ msgstr "Fjern alle huskede stier?" #~ msgid "Remove all Job Codes?" #~ msgstr "Fjern alle job koder?" #~ msgid "Error in Video Rename preferences" #~ msgstr "Fejl i indstillinger til video omdøbning" #~ msgid "Remove all Ignored Paths?" #~ msgstr "Fjern alle ignorerede stier?" #~ msgid "Should all ignored paths be removed?" #~ msgstr "Skal alle ignorerede stier fjernes?" #~ msgid "Should all remembered paths be removed?" #~ msgstr "Skal alle huskede stier fjernes?" #~ msgid "Select a folder to download videos to" #~ msgstr "Vælg en mappe at downloade videoer til" #~ msgid "Job Code:" #~ msgstr "Jobkode:" #~ msgid "Enter a Job Code" #~ msgstr "Angiv en jobkode" #~ msgid "Select a folder to download photos to" #~ msgstr "Vælg en mappe at downloade fotos til" #~ msgid "Invalid regular expression" #~ msgstr "Ugyldigt regulært udtryk" #, python-format #~ msgid "" #~ "The following regular expressions are invalid, and will be removed unless " #~ "you correct them:\n" #~ " %s" #~ msgstr "" #~ "De følgende regulære udtryk er ugyldige og vil blive fjernet, medmindre du " #~ "ændrer dem:\n" #~ " %s" #, python-format #~ msgid "" #~ "This regular expression is invalid, and will be removed unless you correct " #~ "it:\n" #~ " %s" #~ msgstr "" #~ "Det følgende regulære udtryk er ugyldige og vil blive fjernet, medmindre du " #~ "ændrer det:\n" #~ " %s" #~ msgid "Select a folder in which to backup photos" #~ msgstr "Vælg en mappe til sikkerhedskopier af fotos" #~ msgid "Select a folder in which to backup videos" #~ msgstr "Vælg en mappe til sikkerhedskopier af videoer" #, python-format #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "Indstillingerne til %(filetype)s undermappen er ugyldige.\n" #~ "De bliver nulstillet til deres standardværdier." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "" #~ "Advarsel: Metadata er utlistrækkelige til at generere navnet. Vælg " #~ "andre muligheder for omdøbning." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "" #~ "Advarsel: Metadata er utlistrækkelige til at generere undermapper. " #~ "Vælg andre muligheder for navngivning af undermapper." #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Vælg en mappe der indeholder %(file_types)s" #, python-format #~ msgid "Example: %s" #~ msgstr "Eksempel: %s" #~ msgid "Paris" #~ msgstr "Paris" #~ msgid "Manila" #~ msgstr "Manila" #~ msgid "New York" #~ msgstr "New York" #~ msgid "Prague" #~ msgstr "Prag" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Helsinki" #~ msgstr "Helsingfors" #~ msgid "Kampala" #~ msgstr "Kampala" #~ msgid "Tehran" #~ msgstr "Teheran" #~ msgid "externaldrive1" #~ msgstr "eksterntdrev1" #~ msgid "externaldrive2" #~ msgstr "eksterntdrev2" #~ msgid "Stockholm" #~ msgstr "Stockholm" #~ msgid "Rome" #~ msgstr "Rom" #~ msgid "Moscow" #~ msgstr "Moskva" #~ msgid "Sydney" #~ msgstr "Sydney" #~ msgid "Budapest" #~ msgstr "Budapest" #~ msgid "Jakarta" #~ msgstr "Jakarta" #~ msgid "Madrid" #~ msgstr "Madrid" #~ msgid "Delhi" #~ msgstr "Delhi" #~ msgid "Warsaw" #~ msgstr "Warszawa" #~ msgid "Berlin" #~ msgstr "Berlin" #, python-format #~ msgid "%(filetype)s already exists" #~ msgstr "%(filetype)s findes allerede" #, python-format #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "%(filetype)s metadata kan ikke læses" #, python-format #~ msgid "Error generating component %s." #~ msgstr "Kunne ikke generere component %s." #, python-format #~ msgid "An error occurred when copying the %(filetype)s" #~ msgstr "Der opstod en fejl ved kopiering af %(filetype)s" #, python-format #~ msgid "%(filetype)s %(area)s could not be generated" #~ msgstr "%(filetype)s %(area)s kunne ikke genereres" #, python-format #~ msgid "Date time value %s appears invalid." #~ msgstr "Værdi for dato og klokkeslæt %s forekommer ugyldigt." #, python-format #~ msgid "" #~ "%(filetype)s could not be backed up because no suitable backup locations " #~ "were found." #~ msgstr "" #~ "Der kunne ikke tages sikkerhedskopi af %(filetype)s, fordi der ikke findes " #~ "egnede placeringer til sikkerhedskopierne." #, python-format #~ msgid "%(filetype)s was already downloaded" #~ msgstr "%(filetype)s er allerede blevet downloadet" #, python-format #~ msgid "The existing %(filetype)s was last modified on %(date)s at %(time)s." #~ msgstr "" #~ "De eksisterende %(filetype)s er sidst ændret den %(date)s klokken %(time)s." #, python-format #~ msgid "" #~ "The existing %(filetype)s was last modified on %(date)s at %(time)s. Unique " #~ "identifier '%(identifier)s' added." #~ msgstr "" #~ "De eksisterende %(filetype)s er sidst ændret den %(date)s klokken %(time)s. " #~ "Entydig angivelse '%(identifier)s' blev tilføjet." #, python-format #~ msgid "There is no data with which to name the %(filetype)s." #~ msgstr "Der mangler data til navngivning af %(filetype)sne." #, python-format #~ msgid "Error: %(errorno)s %(strerror)s" #~ msgstr "Fejl: %(errorno)s %(strerror)s" #~ msgid "The metadata might be corrupt." #~ msgstr "Metadata kan være korrupt." #~ msgid "" #~ "The filename, extension and Exif information indicate it has already been " #~ "downloaded." #~ msgstr "" #~ "Filnavnet, udvidelsen og Exif informationerne antyder, at filen allerede er " #~ "blevet downloadet." #, python-format #~ msgid " It was backed up to %(volume)s" #~ msgstr " Filen blev sikkerhedskopieret til %(volume)s" #, python-format #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #, python-format #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #~ msgid "Errors occurred when backing up on the following backup devices: " #~ msgstr "Der opstod fejl ved sikkerhedskopiering til de følgende enheder: " #, python-format #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "Der opstod en fejl ved sikkerhedskopiering til %(volume)s." #, python-format #~ msgid "" #~ "Photos detected with the same filenames, but taken at different times: " #~ "%(details)s" #~ msgstr "" #~ "Der findes fotos med ens filnavne men forskellige datoer: %(details)s" #, python-format #~ msgid "An error occurred when backing up on %(volume)s: %(inst)s." #~ msgstr "Der opstod en fejl ved sikkerhedskopiering til %(volume)s: %(inst)s." #~ msgid " It was backed up to these devices: " #~ msgstr " Filen blev sikkerhedskopieret til disse enheder: " #, python-format #~ msgid "%s, " #~ msgstr "%s, " #, python-format #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)s og %(final_volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)s og %(volume)s (%(inst)s)." #~ msgid "Backups overwritten on these devices: " #~ msgstr "Sikkerhedskopier blev overskrevet på disse enheder: " #, python-format #~ msgid "Backup overwritten on %(volume)s." #~ msgstr "Sikkerhedskopi blev overskrevet på %(volume)s." #~ msgid "Backups already exist in these locations: " #~ msgstr "Sikkerhedskopier findes allerede her: " #, python-format #~ msgid "Backup already exists on %(volume)s." #~ msgstr "Sikkerhedskopi findes allerede på %(volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)s og %(volume)s." #, python-format #~ msgid "%(previousproblem)s Additionally, %(newproblem)s" #~ msgstr "%(previousproblem)s Og %(newproblem)s" #, python-format #~ msgid " Furthermore, there were %(problems)s." #~ msgstr " Desuden opstod der %(problems)s." #, python-format #~ msgid "An error occurred when creating directories on %(volume)s: %(inst)s." #~ msgstr "Der opstod en fejl ved oprettelse af mapper på %(volume)s: %(inst)s." #~ msgid "" #~ "Errors occurred when creating directories on the following backup devices: " #~ msgstr "Der opstod fejl ved oprettelse af mapper på disse enheder: " #, python-format #~ msgid " Furthermore, there was a %(problem)s." #~ msgstr " Desuden opstod der %(problem)s." #, python-format #~ msgid "Problem in %s generation" #~ msgstr "Problem ved generering af %s" #, python-format #~ msgid "Problems in %s generation" #~ msgstr "Problemer ved generering af %s" #, python-format #~ msgid "An error occurred when copying the %(filetype)s, but it was backed up" #~ msgstr "" #~ "Der opstod en fejl ved kopiering af %(filetype)s, men det blev " #~ "sikkerhedskopieret" #, python-format #~ msgid "%(filetype)s already exists, but it was backed up" #~ msgstr "%(filetype)s findes allerede, men er sikkerhedskopieret" #~ msgid "Problems in subfolder and filename generation" #~ msgstr "Problemer ved generering af undermapper og filnavne" #~ msgid "Problem in subfolder and filename generation" #~ msgstr "Problem ved generering af undermapper og filnavne" #~ msgid "The following metadata is missing: " #~ msgstr "Følgende metadata mangler: " #, python-format #~ msgid "%(missing_metadata_elements)s and %(final_missing_metadata_element)s." #~ msgstr "%(missing_metadata_elements)s og %(final_missing_metadata_element)s." #~ msgid "Multiple problems were encountered" #~ msgstr "Der opstod adskillige problemer" #~ msgid "there were errors backing up" #~ msgstr "der opstod fejl ved sikkerhedskopiering" #~ msgid "there was an error backing up" #~ msgstr "der opstod en fejl ved sikkerhedskopiering" #~ msgid "There were errors backing up" #~ msgstr "Der opstod fejl ved sikkerhedskopiering" #, python-format #~ msgid "%(previousproblem)s, and %(backinguperror)s" #~ msgstr "%(previousproblem)s, og %(backinguperror)s" #~ msgid "There was an error backing up" #~ msgstr "Der opstod en fejl ved sikkerhedskopiering" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "" #~ "Der findes fotos med ens filnavne men forskellige klokkeslæt: %(details)s" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Kilde: %(source)s" #~ msgid "Download / Pause" #~ msgstr "Download / Pause" #, python-format #~ msgid "Path: %s" #~ msgstr "Sti: %s" #~ msgid "Failed to create download subfolder" #~ msgstr "Kunne ikke oprette undermappe" #~ msgid "Photo has already been downloaded" #~ msgstr "Fotoet er allerede blevet downloadet" #~ msgid "Next File" #~ msgstr "Næste fil" #~ msgid "Previous File" #~ msgstr "Forrige fil" #~ msgid "_Download" #~ msgstr "_Download" #~ msgid "_Check All" #~ msgstr "_Markér alle" #~ msgid "_Clear Completed Downloads" #~ msgstr "_Ryd afsluttede downloads" #~ msgid "_Error Log" #~ msgstr "_Fejl-log" #~ msgid "Select All Without _Job Code" #~ msgstr "Markér alle _uden jobkode" #~ msgid "Select All Wit_h Job Code" #~ msgstr "Markér alle med _jobkode" #~ msgid "_File" #~ msgstr "_Fil" #~ msgid "_Uncheck All" #~ msgstr "_Afmarkér alle" #~ msgid "_Include in download" #~ msgstr "_Indkludér i download" #~ msgid "_Translate this Application..." #~ msgstr "_Oversæt denne applikation..." #~ msgid "_Help" #~ msgstr "_Hjælp" #~ msgid " " #~ msgstr " " #~ msgid "_Select" #~ msgstr "_Markér" #~ msgid "_View" #~ msgstr "_Vis" #~ msgid " hh:mm" #~ msgstr " hh:mm" #~ msgid ":" #~ msgstr ":" #~ msgid "Photo Rename" #~ msgstr "Photo omdøbning" #~ msgid "Program Automation" #~ msgstr "Programautomatisering" #~ msgid "Photo and Video Name Conflicts" #~ msgstr "Foto og video navnekonflikter" #~ msgid "Backup" #~ msgstr "Sikkerhedskopi" #~ msgid "Download Folder" #~ msgstr "Download mappe" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "Kompatibilitet med andre styresystemer" #~ msgid "Example" #~ msgstr "Eksempel" #~ msgid "Download Subfolders" #~ msgstr "Download undermappe" #~ msgid "Job Codes" #~ msgstr "Jobkoder" #~ msgid "Sequence Numbers" #~ msgstr "Sekvensnumre" #~ msgid "Example: /home/user/Pictures" #~ msgstr "Eksempel: /home/user/Billeder" #~ msgid "Original:" #~ msgstr "Original:" #~ msgid "Example:" #~ msgstr "Eksempel:" #~ msgid "New:" #~ msgstr "Ny:" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/medie/externtdrev/Fotos" #~ msgid "Job Codes" #~ msgstr "Jobkoder" #~ msgid "Device Options" #~ msgstr "Enhedsindstillinger" #~ msgid "Error Handling" #~ msgstr "Fejlhåndtering" #~ msgid "Backup\t" #~ msgstr "Sikkerhedskopi\t" #~ msgid "Devices" #~ msgstr "Enheder" #~ msgid "Photo Rename\t" #~ msgstr "Foto omdøbning\t" #~ msgid "Miscellaneous" #~ msgstr "Diverse" #~ msgid "Photo Download Folders" #~ msgstr "Foto download mapper" #~ msgid "Video Download Folders" #~ msgstr "Video download mapper" #~ msgid "Rename Options" #~ msgstr "" #~ "Omdøbningsindstillinger" #~ msgid "Video Rename\t" #~ msgstr "Video omdøbning\t" #~ msgid "Automatically detect devices" #~ msgstr "Opdag enheder automatisk" #~ msgid "Backup" #~ msgstr "Sikkerhedskopi" #~ msgid "Device Options" #~ msgstr "Enhedsindstillinger" #~ msgid "Download folder:" #~ msgstr "Download mappe:" #~ msgid "Generate thumbnails (slower)" #~ msgstr "Dan små billeder" #~ msgid "Photo backup folder name:" #~ msgstr "Navn til mappe til foto sikkerhedskopier:" #~ msgid "Location:" #~ msgstr "Sted:" #~ msgid "Photo Rename" #~ msgstr "Foto omdøbning" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "Indstillinger: Rapid Photo Downloader" #~ msgid "Performance" #~ msgstr "Ydeevne" #~ msgid "R_emove All" #~ msgstr "_Fjern alle" #~ msgid "Photo Folders" #~ msgstr "Foto mapper" #~ msgid "Remembered Paths" #~ msgstr "Huskede stier" #~ msgid "Rename Options" #~ msgstr "Indstillinger for omdøbning" #~ msgid "Video Rename" #~ msgstr "Video omdøbning" #~ msgid "Video Folders" #~ msgstr "Video mapper" #~ msgid "_Add..." #~ msgstr "_Tilføj..." #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Vælg download mappen. Undermapper for de downloadede fotos vil automatisk " #~ "blive oprettet her ved hjælp af den nedenfor angivne struktur." #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Vælg download mappen. Undermapper for de downloadede videoer vil automatisk " #~ "blive oprettet her ved hjælp af den nedenfor angivne struktur." #~ msgid "" #~ "Devices are from where to download photos and videos, such as cameras, " #~ "memory cards or Portable Storage Devices.\n" #~ "\n" #~ "You can download from multiple devices simultaneously, or you can specify a " #~ "location on your hard drive.\n" #~ "\n" #~ "Downloading directly from cameras is currently an experimental feature. " #~ "If downloading directly from your camera works poorly or not at all, try " #~ "setting it to PTP mode. If that is not possible, a card reader must be " #~ "used." #~ msgstr "" #~ "Enheder er de steder, hvorfra fotos og videoer downloades, for eksempel " #~ "kameraer, hukommelseskort eller bærbare lagermedier.\n" #~ "\n" #~ "Du kan downloade fra flere enheder samtidigt eller angive en placering på " #~ "din harddisk.\n" #~ "\n" #~ "At downloade direkte fra et kamera er i øjeblikket en eksperimentel " #~ "funktionalitet. Hvis dette virker dårligt, eller slet ikke, så prøv at " #~ "indstille kameraet til PTP. Hvis det ikke er muligt, skal du benytte en " #~ "kortlæser." #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "Opdag bærbare enheder automatisk" #~ msgid "" #~ "If you disable automatic detection, choose the exact location of the photos " #~ "and videos." #~ msgstr "" #~ "Vælg nøjagtig placering af fotos og videoer, hvis du slår automatisk " #~ "opdagelse fra." #~ msgid "" #~ "If you enable automatic detection of Portable Storage Devices, the entire " #~ "device will be scanned. On large devices, this could take some time.\n" #~ "\n" #~ "When this option is enabled, and a potential device is detected, you will be " #~ "prompted to determine if it should be scanned or not." #~ msgstr "" #~ "Hvis du slår automatisk opdagelse fra, bliver hele enheden gennemsøgt. På " #~ "store enheder kan det tage lang tid.\n" #~ "\n" #~ "Når en enhed bliver opdaget mens denne mulighed er valgt, bliver du spurgt " #~ "om enheden skal gennemsøges eller ej." #~ msgid "Re_move All" #~ msgstr "_Fjern alle" #~ msgid "" #~ "Specify the time in 24 hour format at which the Downloads today " #~ "sequence number should be reset." #~ msgstr "" #~ "Angiv på hvilket klokkeslæt Downloads today sekvensnummeret skal " #~ "nulstilles. Brug 24-timers format." #~ msgid "" #~ "Specify whether photo, video and folder names should have any characters " #~ "removed that are not allowed by other operating systems." #~ msgstr "" #~ "Angiv, om tegn skal fjernes fra foto-, video- og mappenavne, hvis de ikke er " #~ "tilladt på andre styresystemer." #~ msgid "scanning..." #~ msgstr "gennemsøger..." #~ msgid "Video backup folder name:" #~ msgstr "Mappenavn til video sikkerhedskopi:" #~ msgid "Unmount (\"eject\") device upon download completion" #~ msgstr "Unmount enhed (\"skub ud\") når download er afsluttet" #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "" #~ "Vælg, om et foto eller en video skal springes over, eller om der skal " #~ "tilføjes en entydig kending, når et foto eller en video med samme navn " #~ "allerede er downloadet." #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "Synchronisér RAW + JPEG sekvensnumre" #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "Importér dine fotos og videoer effektivt og pålideligt" #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "Vælg, om et foto eller en video skal springes over eller overskrives, når " #~ "sikkerhedskopien allerede indeholder et foto eller en video med samme navn." #~ msgid "Use _python-style regular expressions" #~ msgstr "brug regulære udtryk i _python-style" #~ msgid "" #~ "Specify the folder in which backups are stored on the device. \n" #~ "\n" #~ "Note: this will also be used to determine whether or not the device is " #~ "used for backups. For each device you wish to use for backing up to, create " #~ "a folder in it with one of these names." #~ msgstr "" #~ "Angiv den mappe hvor sikkerhedskopier er gemt på enheden. \n" #~ "\n" #~ "Bemærk: Dette afgør også, hvorvidt enheden bruges til sikkerhedskopier. " #~ "Opret en mappe med en af disse navne på hver enhed, du ønsker at bruge til " #~ "sikkerhedskopiering." #~ msgid "_Make a Donation..." #~ msgstr "_Giv et bidrag..." #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "Sikkerhedskopierer fotos til %(path)s og videoer til %(path2)s" #, python-format #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "Sikkerhedskopierer fotos og videoer til %(path)s" #~ msgid "" #~ "Specify the ending portion of any paths you want ignored when scanning " #~ "devices for photos or videos. Any path ending with the values below will not " #~ "be scanned." #~ msgstr "" #~ "Angiv den sidste del af stier, der skal ignoreres ved gennemsøgning af " #~ "enheder. Stier, der ender med disse værdier, vil ikke bliev gennemsøgt." #~ msgid "" #~ "Remembered paths are those associated with devices that you have chosen to " #~ "always scan or ignore when automatic detection of Portable Storage Devices " #~ "is enabled." #~ msgstr "" #~ "Huskede stier er stier til bestemte enheder, som enten altid eller aldrig " #~ "gennemsøges, når automatisk genkendelse af bærbare enheder er slået til." #~ msgid "To" #~ msgstr "Til" #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "Vil du virkelig hente herfra? På nogle systemer kan det tage lang tid at " #~ "gennemse denne kilde." #~ msgid "the root of the file system" #~ msgstr "filsystemets rod" #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "henter fra %(location)s." #~ msgid "Copy" #~ msgstr "Kopier" #~ msgid "Move" #~ msgstr "Flyt" #~ msgid "From" #~ msgstr "Fra" #~ msgid "Auto Detect" #~ msgstr "Opdag automatisk" #~ msgid "Automatically rotate JPEG images" #~ msgstr "Rotér JPEG billeder automatisk" #~ msgid "" #~ "Sorry, video downloading functionality disabled. To download videos, please " #~ "install either the hachoir metadata and kaa metadata packages " #~ "for python, or exiftool." #~ msgstr "" #~ "Funktionen til hentning af videoer er slået fra. For at hente videoer skal " #~ "du installere enten hachoir metadata og kaa metadata pakkerne " #~ "eller exiftool." #, python-format #~ msgid "scanning (found %(photos)s photos and %(videos)s videos)..." #~ msgstr "gennemsøger (%(photos)s fotos og %(videos)s videoer fundet)..." #~ msgid "" #~ "Error: specify device auto-detection or manually specify a device's path " #~ "from which to download, but do not do both." #~ msgstr "" #~ "Fejl: angiv automatisk opdagelse af enheder, eller angiv stien manuelt, " #~ "hvorfra der skal hentes, men angiv ikke begge dele." #~ msgid "" #~ "manually specify the PATH of the device from which to download, overwriting " #~ "existing program preferences" #~ msgstr "" #~ "angiv stien manuelt, hvorfra der skal hentes, og overskriv eksisterende " #~ "programindstillinger" #~ msgid "" #~ "automatically detect devices from which to download, overwriting existing " #~ "program preferences" #~ msgstr "" #~ "opdag enheder automatisk, hvorfra der skal hentes, og overskriv " #~ "eksisterende programindstillinger" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/po/de.po0000644000175000017500000067663700000000000016546 0ustar00damondamon# German translation for rapid # Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2009. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2022-03-02 13:05+0000\n" "PO-Revision-Date: 2022-02-21 17:13+0000\n" "Last-Translator: Stephan Woidowski \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: 2022-03-05 16:16+0000\n" "X-Generator: Launchpad (build 61f4697954ab70d633d14d8ceecff69a20b08a6b)\n" "Language: de\n" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "" "Um fortzufahren, installieren Sie bitte zuerst die Python3-Paket-Setuptools " "mit dem Paketmanager Ihres Systems." #: ../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:406 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 "" "Das Software-Repository RPM Fusion Free wurde Ihrem System hinzugefügt, um " "(1) die Generierung von Miniaturansichten für eine breitere Palette von " "Videoformaten und (2) die Unterstützung für das HEIC / HEIF-Bildformat zu " "ermöglichen." #: ../install.py:642 ../install.py:4330 msgid "Installer not found:" msgstr "Installationsdatei nicht gefunden:" #. Translators: do not translate the term tar.gz #: ../install.py:646 ../install.py:4334 msgid "Installer not in tar.gz format:" msgstr "Installationsdatei ist nicht im tar.gz-Format:" #: ../install.py:728 ../install.py:757 ../install.py:4210 ../install.py:4215 msgid "Exiting..." msgstr "Wird beendet …" #: ../install.py:979 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" "Die angegebene PyQt5-Version existiert nicht. Gültige Versionen sind: {}." #: ../install.py:1065 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:1357 ../install.py:4290 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" "Diese Python3-Pakete werden für Ihren Benutzer aktualisiert (d.h. nicht " "systemweit): {}" #: ../install.py:1467 #, 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:1610 msgid "The following command will be run:" msgstr "Der folgende Befehl wird ausgeführt:" #. Translators: do not translate the term sudo #: ../install.py:1614 ../install.py:3834 ../install.py:3841 msgid "sudo may prompt you for the sudo password." msgstr "Sudo fragt möglicherweise nach dem Sudo-Passwort." #: ../install.py:1618 msgid "Would you like to run the command now?" msgstr "Möchten Sie den Befehl jetzt ausführen?" #: ../install.py:1620 msgid "Answer is not yes, exiting." msgstr "Die Antwort ist nicht ja, deshalb Abbruch." #: ../install.py:1631 ../install.py:2259 ../install.py:2318 ../install.py:2793 msgid "Command failed" msgstr "Ausführung des Befehls fehlgeschlagen" #: ../install.py:1633 ../install.py:2260 ../install.py:2319 ../install.py:2794 msgid "Exiting" msgstr "Beenden" #: ../install.py:1661 msgid "The Universe repository must be enabled." msgstr "Die Paketquelle »Universe« muss aktiviert sein." #. Translators: do not translate the term EPEL #: ../install.py:1701 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:1749 msgid "The RPM Fusion Free repository must be enabled." msgstr "Die Paketquelle »RPM Fusion Free« muss aktiviert sein." #: ../install.py:1790 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:2237 ../install.py:2267 ../install.py:2299 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:2252 msgid "Uninstalling system package" msgstr "Systempaket wird deinstalliert" #: ../install.py:2277 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:2324 msgid "Checking if previous version installed with pip..." msgstr "Es wird geprüft, ob eine ältere Version mit pip installiert wurde …" #: ../install.py:2477 ../install.py:2534 ../install.py:2650 msgid "The following package is unknown on your system: {}\n" msgstr "" "Das folgende Paket wird für ihr Betriebssystem nicht bereitgestellt: {}\n" #: ../install.py:2548 ../install.py:2706 ../install.py:2803 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:2642 ../install.py:2663 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:2785 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:2852 msgid "Query to confirm action at each step." msgstr "Abfragen, um die Aktion bei jedem Schritt zu bestätigen." #: ../install.py:2862 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:2873 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:2923 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:2931 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:2937 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:2942 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:2950 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:2958 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:2982 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" "Installation in der aktuellen virtuellen Python-Umgebung. Virtuelle " "Umgebungen, die mit der Option --system-site-packages erstellt wurden, " "werden nicht unterstützt." #: ../install.py:3000 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" "Spezifische zu installierende Version von PyQt5 (Standard ist die " "aktuellste Version{})." #: ../install.py:3011 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" "Anstatt PyQt5 aus PyPi zu verwenden, verwenden Sie die Version Ihrer Linux-" "Distribution. Deinstalliert alle bereits installierten PyPi-Versionen." #: ../install.py:3048 msgid "Failed to download versions file." msgstr "Fehler beim Herunterladen der Versionsdatei." #: ../install.py:3053 msgid "Got error code {} while accessing versions file" msgstr "" "Beim Versuch, auf die Versionsdatei zuzugreifen, wurde der Fehlercode {} " "zurückgegeben" #: ../install.py:3170 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:3324 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" "Das Paket {} konnte nicht installiert werden, aber die Installation von " "Rapid Photo Downloader wird fortgesetzt." #: ../install.py:3330 msgid "Received error code" msgstr "Fehlermeldung erhalten" #: ../install.py:3332 msgid "Failed to install application requirements: exiting." msgstr "" "Beim Versuch, die erforderlichen Hifsdateien zu installieren, ist ein Fehler " "aufgetreten. Programm wird beendet." #: ../install.py:3334 msgid "Failed to install application: exiting..." msgstr "" "Beim Versuch, das Programm zu installieren, ist ein Fehler aufgetreten: " "Programm wird beendet." #: ../install.py:3658 msgid "Installing application requirements..." msgstr "Anwendungsabhängigkeiten werden installiert …" #: ../install.py:3693 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" "Systemunterstützung für die Erzeugung von HEIF/HEIC-Thumbnails ist nicht " "verfügbar" #: ../install.py:3710 msgid "Installing application..." msgstr "Anwendung wird installiert …" #: ../install.py:3797 msgid "Do you want Rapid Photo Downloader to appear in the Windows menu?" msgstr "" #: ../install.py:3803 msgid "Adding Rapid Photo Downloader to the Windows menu" msgstr "" #: ../install.py:3813 msgid "Failed to copy application launcher." msgstr "" #: ../install.py:3824 msgid "Man pages can be found in {}/share/man/man1" msgstr "Handbuchseiten können in {}/share/man/man1 gefunden werden" #: ../install.py:3829 msgid "Do you want to install the application's man pages?" msgstr "Möchten Sie die Hilfeseiten zum Programm installieren?" #: ../install.py:3830 msgid "They will be installed into {}" msgstr "Sie werden in das Verzeichnis {} installiert" #: ../install.py:3832 ../install.py:3839 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" "Wenn Sie das Programm deinstallieren, bitte diese Hilfeseiten selbst " "entfernen." #: ../install.py:3835 msgid "Do want to install the man pages?" msgstr "Möchten sie die Hilfeseiten installieren?" #: ../install.py:3837 msgid "Installing man pages into {}" msgstr "Die Hilfeseiten werden im Verzeichnis {} installiert" #: ../install.py:3855 msgid "Failed to create man page directory: exiting." msgstr "" "Das Erstellen des Hilfeseitenverzeichnisses ist fehlgeschlagen. Programmende." #: ../install.py:3876 msgid "Failed to copy man page." msgstr "Fehler beim Kopieren der Hilfeseiten." #: ../install.py:3915 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" "Rapid Photo Downloader kann ohne Aktivierung der virtuellen Umgebung durch " "Ausführen von {}/bin/rapid-photo-downloader gestartet werden" #: ../install.py:3928 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:3934 msgid "" "You may have to restart WSL to be able to run the program from the command " "line." msgstr "" #: ../install.py:3944 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line." msgstr "" #: ../install.py:3949 #, 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 "" "Sie müssen der $PATH-Variablen Ihres Computers {path} hinzufügen, um das " "Programm von der Befehlszeile oder dem Anwendungsstartprogramm auszuführen." #: ../install.py:3971 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:3973 msgid "Done." msgstr "" #: ../install.py:3987 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:4043 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" #. Translators: do not translate the terms --PyQt5-version or --use-system-PyQt5 #: ../install.py:4055 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "Geben Sie nur eine von --PyQt5-version oder --use-system-PyQt5 an." #: ../install.py:4067 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" "Tut mir leid, die Angabe einer bestimmten Version von PyQt5 erfordert Python " "3.5 oder neuer auf einer Intel- oder AMD-64-Bit-Plattform." #. Translators: do not translate the term PyQt5 #: ../install.py:4081 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "Bitte geben Sie eine PyQt5-Version im Format X.X oder X.X.X an" #: ../install.py:4097 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" "Möchten Sie Rapid Photo Downloader in der aktuellen virtuellen Umgebung " "installieren?" #: ../install.py:4111 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:4124 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" "Um Rapid Photo Downloader in einer virtuellen Python-Umgebung zu " "installieren, erstellen und aktivieren Sie die virtuelle Umgebung, bevor Sie " "dieses Skript starten." #: ../install.py:4134 msgid "Using virtual environment for installation using pip." msgstr "Verwendung einer virtuellen Umgebung für die Installation mit pip." #: ../install.py:4139 ../install.py:4153 msgid "Do not include any other command line arguments when specifying" msgstr "Beim Festlegen bitte keine andere Terminalbefehl-Argumente einfügen" #: ../install.py:4172 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:4180 msgid "Restarting script using system python..." msgstr "Skript wird mittels System-Python neu gestartet …" #: ../install.py:4193 msgid "Detected Linux distribution {} {}" msgstr "Erkannte Linux-Distributionen {} {}" #: ../install.py:4231 msgid "To continue, the package python3-apt must be installed." msgstr "Zum fortsetzen muss das Paket »python3-apt« installiert sein." #: ../install.py:4263 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:4275 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:4324 msgid "Installing python requests" msgstr "Python requests werden installiert" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "Rapid-Fotoübertragung aktualisieren" #: ../upgrade.py:647 ../raphodo/ui/viewutils.py:679 #: ../raphodo/ui/viewutils.py:699 msgid "&Cancel" msgstr "Abbre&chen" #: ../upgrade.py:651 msgid "&Upgrade" msgstr "&Aktualisieren" #: ../upgrade.py:656 #, 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:659 msgid "Click the Upgrade button to start the upgrade." msgstr "" "Bitte den Upgrade button anklicken, um die Aktualisierung zu beginnen." #: ../upgrade.py:662 ../upgrade.py:668 ../raphodo/ui/viewutils.py:678 #: ../raphodo/ui/viewutils.py:698 msgid "&Close" msgstr "&Schließen" #: ../upgrade.py:663 msgid "&Run" msgstr "RPD Starten" #: ../upgrade.py:693 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "Bitte vor der Aktualisierung die Rapid-Fotoübertragung schließen." #: ../upgrade.py:696 msgid "Upgrade running..." msgstr "Die Aktualisierung läuft …" #: ../upgrade.py:732 #, 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:737 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:741 msgid "Upgrade failed. Click Close to exit." msgstr "" "Die Aktualisierung hat nicht funktioniert. Zum beenden bitte 'Schließen' " "anklicken." #: ../upgrade.py:11330 #, python-format msgid "Upgrading %s..." msgstr "%s wird aktualisiert …" #: ../upgrade.py:11332 msgid "Press any key to continue..." msgstr "Bitte eine Taste drücken, um fortzufahren …" #: ../upgrade.py:11345 msgid "Rapid Photo Downloader upgrade failed" msgstr "Aktualisierung der Rapid-Fotoübertragung ist fehlgeschlagen" #: ../upgrade.py:11347 #, 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/ui/aboutdialog.py:334 msgid "Credits" msgstr "Mitwirkende" #: ../raphodo/ui/aboutdialog.py:339 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:280 msgid "Backups are not configured" msgstr "Es ist keine Sicherung konfiguriert" #: ../raphodo/ui/backuppanel.py:282 msgid "No backup devices detected" msgstr "Es wurden keine Sicherungsgeräte gefunden" #: ../raphodo/ui/backuppanel.py:285 msgid "Valid backup locations not yet specified" msgstr "Es existiert kein gültiges Ziel für eine Sicherung" #: ../raphodo/ui/backuppanel.py:465 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Fotos und Filme können während des Herunterladens an mehreren Orten " "gespeichert werden, z.B. auf externen Laufwerken." #: ../raphodo/ui/backuppanel.py:473 msgid "Back up photos and videos when downloading" msgstr "Die Fotos und Filme während des Herunterladens sichern" #: ../raphodo/ui/backuppanel.py:479 msgid "Automatically detect backup devices" msgstr "Automatisch Sicherungsgeräte erkennen" #: ../raphodo/ui/backuppanel.py:485 msgid "" "Specify the folder in which backups are stored on the " "device.

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

Hinweis: Nur wenn ein Ordner mit diesem Namen vorhanden " "ist, kann das Gerät für Sicherungen genutzt werden. Erstellen Sie in jedem " "Gerät, dass Sie für Sicherungen benutzen wollen, einen Ordner mit diesem " "Namen. Durch Hinzufügen beider Ordner kann das Gerät zur Sicherung von Fotos " "und Videos genutzt werden" #: ../raphodo/ui/backuppanel.py:500 msgid "Photo folder name:" msgstr "Name des Fotoordners:" #: ../raphodo/ui/backuppanel.py:505 msgid "Video folder name:" msgstr "Name des Filmordners:" #: ../raphodo/ui/backuppanel.py:510 ../raphodo/ui/nameeditor.py:1000 #: ../raphodo/ui/renamepanel.py:141 msgid "Example:" msgstr "Beispiel:" #: ../raphodo/ui/backuppanel.py:521 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" "Wenn Sie die automatische Erkennung ausschalten, wählen Sie den Ort zur " "Erstellung der Sicherungskopien." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:532 msgid "Photo backup location:" msgstr "Sicherungsort der Fotos:" #: ../raphodo/ui/backuppanel.py:542 msgid "Select Photo Backup Location" msgstr "Verzeichnis für Foto-Sicherung wählen" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:554 msgid "Video backup location:" msgstr "Sicherungsort der Filme:" #: ../raphodo/ui/backuppanel.py:560 msgid "Select Video Backup Location" msgstr "Verzeichnis für Video-Sicherung wählen" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:676 msgid "drive1" msgstr "Laufwerk1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:679 msgid "drive2" msgstr "Laufwerk2" #: ../raphodo/ui/backuppanel.py:746 msgid "Projected Backup Storage Use" msgstr "Prognostizierte Sicherungsspeichernutzung" #: ../raphodo/ui/backuppanel.py:751 msgid "Backup Options" msgstr "Optionen der Sicherung" #: ../raphodo/copyfiles.py:610 msgid "video THM" msgstr "Video THM" #: ../raphodo/copyfiles.py:620 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:104 ../raphodo/ui/devicedisplay.py:1408 #: ../raphodo/rpdfile.py:310 #, 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:112 ../raphodo/ui/devicedisplay.py:1414 #: ../raphodo/rpdfile.py:298 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s Videos" #: ../raphodo/ui/destinationdisplay.py:123 msgid "Used" msgstr "Genutzt" #: ../raphodo/ui/destinationdisplay.py:124 msgid "Excess" msgstr "Überschreitung" #: ../raphodo/ui/destinationdisplay.py:133 ../raphodo/ui/devicedisplay.py:1440 msgid "Device size unknown" msgstr "Gerätegröße ist unbekannt" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:146 #, python-format msgid "No space free on %(size_total)s device" msgstr "Kein freier Platz auf %(size_total)s Gerät" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:156 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s frei von %(size_total)s" #: ../raphodo/ui/destinationdisplay.py:230 ../raphodo/ui/destinationpanel.py:74 #: ../raphodo/ui/devicedisplay.py:625 ../raphodo/rapid.py:2641 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:960 msgid "Photos" msgstr "Fotos" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:231 ../raphodo/ui/destinationpanel.py:78 #: ../raphodo/ui/devicedisplay.py:626 ../raphodo/rapid.py:2642 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:988 #: ../raphodo/storage/storage.py:602 msgid "Videos" msgstr "Filme" #: ../raphodo/ui/destinationdisplay.py:232 msgid "Projected storage use after download" msgstr "Prognostizierte Speichernutzung nach der Übertragung" #. Translators: Custom refers to the user choosing a non-default value that #. they customize themselves #: ../raphodo/ui/destinationdisplay.py:355 ../raphodo/ui/nameeditor.py:587 msgid "Custom..." msgstr "Benutzerdefiniert …" #: ../raphodo/ui/destinationdisplay.py:774 msgid "Configure photo subfolder creation" msgstr "Fotounterordnererstellung konfigurieren" #: ../raphodo/ui/destinationdisplay.py:776 msgid "Configure video subfolder creation" msgstr "Videounterordnererstellung konfigurieren" #: ../raphodo/ui/destinationpanel.py:90 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:113 ../raphodo/ui/destinationpanel.py:125 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1294 msgid "Probing device..." msgstr "Gerät wird untersucht …" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Temporarily ignore this device" msgstr "Ignoriere Gerät vorübergehend" #: ../raphodo/ui/devicedisplay.py:1313 msgid "Permanently ignore this device" msgstr "Ignoriere Gerät permanent" #: ../raphodo/ui/devicedisplay.py:1316 msgid "Rescan" msgstr "Erneut einlesen" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1437 #, python-format msgid "%s full" msgstr "%s voll" #: ../raphodo/ui/devicedisplay.py:1457 msgid "Other" msgstr "Andere" #: ../raphodo/devices.py:603 ../raphodo/devices.py:604 msgid "Cameras" msgstr "Kameras" #: ../raphodo/devices.py:605 ../raphodo/devices.py:1256 #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 ../raphodo/rapid.py:2490 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:1006 #, 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:1073 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1229 ../raphodo/rapid.py:2213 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:1280 ../raphodo/devices.py:1300 #, 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:1318 #, 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:1326 #, 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:1652 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" "Bitte auf das Auswahlfeld neben der Datei klicken, um sie für das " "Herunterladen an- oder abzuwählen." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "Das Programm merkt sich Dateien, die schon heruntergeladen wurden. Um sie " "trotzdem nochmal herunterzuladen, bitte das Auswahlfeld bei der jeweiligen " "Datei anklicken. Normalerweise ist das Auswahlfeld abgewählt und das " "Vorschaubild ist grau gekennzeichnet, damit die Datei von erstmalig " "herunterzuladenden Dateien unterscheidbar ist." #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" "Wenn mehr als eine Datei ausgewählt ist, werden alle ausgewählten Dateien " "die Markierung der Datei übernehmen, deren Auswahlfeld angeklickt wurde " "(unabhängig davon, ob sie selbst zuvor ein Häkchen hatten oder nicht)." #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" "Klicken Sie auf das Auswahlfeld eines Gerätes, um alle Dateien des Gerätes " "zum Herunterladen (oder nicht) zu markieren." #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" "Nachdem eine Übertragung beendet ist, ersetzt ein Symbol das Auswahlfeld des " "Vorschaubildes. Die Farbe des Symbols zeigt an, ob die Übertragung " "erfolgreich war (grün), ob es Umbenennungsprobleme gab (gelb/orange) oder " "die Übertragung fehlgeschlagen ist (rot)." #: ../raphodo/ui/didyouknow.py:91 msgid "" "\n" "In case of any problems, a red icon will appear at the bottom of the window " "indicating \n" "how many error reports there are. Clicking on it opens the Error Report " "window." 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." #: ../raphodo/ui/didyouknow.py:97 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." 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." #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" "Sie können gleichzeitig von mehreren Kameras, Smartphones, Speicherkarten " "und Festplatten usw. herunterladen, so viele Geräte wie Ihr Rechner auf " "einmal verarbeiten kann." #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" "Die Timeline gruppiert Fotos und Videos, auf Grundlage der Zeit, " "die zwischen aufeinanderfolgenden Aufnahmen verstrichen ist. Verwenden Sie " "es, um Fotos und Videos zu identifizieren, die zu verschiedenen Zeitpunkten " "an einem Tag oder an aufeinanderfolgenden Tagen aufgenommen wurden." #: ../raphodo/ui/didyouknow.py:123 msgid "" "\n" "

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

\n" "

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

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

" #: ../raphodo/ui/didyouknow.py:133 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" "Um Fotos und Videos für einen bestimmten Zeitbereich anzuzeigen, verwenden " "Sie die Maus (optional in Kombination mit den Tasten Shift oder " "Ctrl), um Zeiträume auszuwählen. Wenn ein Zeitbereich ausgewählt " "ist, wird die Timeline-Taste auf der linken Seite des Hauptfensters " "hervorgehoben." #: ../raphodo/ui/didyouknow.py:140 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" "Ein Download enthält immer alle Dateien, die zum Download ausgewählt sind, " "einschließlich derjenigen, die derzeit nicht angezeigt werden, weil die " "Zeitleiste verwendet wird." #: ../raphodo/ui/didyouknow.py:147 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" "Sie können die Downloadquellen ausblenden oder anzeigen, indem Sie auf den " "Namen des betreffenden Geräts oben links im Programmfenster klicken." #: ../raphodo/ui/didyouknow.py:154 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 \n" "metadata (where 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 \n" "raw images, for instance.
  8. \n" "
  9. File Type: photo or video.
  10. \n" "
  11. Device: name of the device the photos and videos are being " "downloaded \n" "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/ui/didyouknow.py:172 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" "Eine von Rapid Photo Downloaders nützlichsten Funktionen ist seine " "Fähigkeit, automatisch Unterordner für Übertragungen zu erzeugen und Dateien " "nach einem Schema Ihrer Wahl direkt bei der Übertragung umzubenennen." #: ../raphodo/ui/didyouknow.py:178 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" "Um festzulegen, wohin Ihre Dateien übertragen werden und wie diese heißen " "sollen, öffnen Sie das zugehörige Panel am rechten Rand des " "Anwendungsfensters: Ziel, Umbenennen oder Auftragscode." #: ../raphodo/ui/didyouknow.py:185 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 \n" "illustration below, the destination folders are "Pictures" and \n" ""Videos". The name of the destination folder is displayed in the " "grey bar \n" "directly above the folder tree, with a folder icon to its left and a gear " "icon to \n" "its far right.
  2. \n" "
  3. The download subfolders, which are directories that will be " "automatically \n" "generated by Rapid Photo Downloader. They need not already exist on your " "computer, but \n" "it's okay if they do. They will be generated under the destination " "folder.
  4. \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" "
" #: ../raphodo/ui/didyouknow.py:202 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a \n" "different destination folder for each. The same applies to the download " "subfolders for \n" "photos and videos—download photos and videos to the same subfolders, " "or use a \n" "different scheme for each type." 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." #: ../raphodo/ui/didyouknow.py:211 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" "Automatisch erzeugte Unterordner für Übertragungen können weitere " "automatisch erzeugte Unterordner enthalten, wenn Sie das wünschen. Ein " "gängiges Schema ist, Jahres-Ordner und darin eine Reihe von Unterordnern " "Jahr-Monat-Tag anzulegen." #: ../raphodo/ui/didyouknow.py:220 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to \n" "download:\n" "
    \n" "
  1. The destination folder tree shows the download subfolders already on " "your computer \n" "(those in a regular, non-italicized font), and the subfolders that will be " "created \n" "during the download (those whose names are italicized).
  2. \n" "
  3. The folder tree also shows into which subfolders the files will be " "downloaded \n" "(those colored black).
  4. \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" "
" #: ../raphodo/ui/didyouknow.py:235 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following \n" "elements:\n" "
    \n" "
  1. File metadata, very often including the date the photo or video " "was created, \n" "but might also include the camera model name, camera serial number, or file " "extension \n" "e.g. JPG or CR2.
  2. \n" "
  3. A Job Code, which is free text you specify at the time the " "download occurs, \n" "such as the 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 \n" "format makes it easy to keep them sorted in a file manager, which is why " "it's the \n" "default option:" 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:" #: ../raphodo/ui/didyouknow.py:254 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 \n" "preset. Click on the gear icon to bring up a drop-down menu:" 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:" #: ../raphodo/ui/didyouknow.py:261 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to \n" "configure your own scheme. You create your own schemes using the Photo or " "Video \n" "Subfolder Generation Editor:" 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:" #: ../raphodo/ui/didyouknow.py:270 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" "Es ist einfach, Bilder im raw-Format in einen Ordner zu übertragen und " "Bilder im jpeg-Format in einen anderen. Verwenden Sie einfach die " "Dateinamenserweiterung als Teil Ihres Schemas zur Erzeugung von " "Unterordnern für Übertragungen:" #: ../raphodo/ui/didyouknow.py:276 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" "Diese Abbildung zeigt eine gespeicherte benutzerspezifische Voreinstellung " "namens "My custom preset"." #: ../raphodo/ui/didyouknow.py:282 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 \n" "and a Job Code:" 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:" #: ../raphodo/ui/didyouknow.py:291 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 \n" "choices to generate new combinations. Supposing you wanted a date format " "that combines \n" "year (YYYY), a hyphen, and month (MM) to form YYYY-MM. You can create it " "like this \n" "(note the red circle around the hyphen):" 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):" #: ../raphodo/ui/didyouknow.py:300 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names \n" "in the \n" "online " "\n" "documentation." msgstr "" "\n" "Lesen Sie mehr über alle Möglichkeiten zum Erstellen von Unterordnern für " "Übertragungen und Dateinamen im \n" "Online-" "Handbuch (EN)." #: ../raphodo/ui/didyouknow.py:309 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. \n" "You can use them in subfolder and file names. In this illustration, some " "files have had \n" "the Job Code "Street" applied to them, and the selected files are " "about to \n" "get the Job Code "Green Bazaar":" 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:" #: ../raphodo/ui/didyouknow.py:317 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 \n" "prompted to enter a Job Code for them before the download begins." 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." #: ../raphodo/ui/didyouknow.py:324 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" "Halten Sie Ausschau nach Hinweisen, wenn Sie mit Auftragscodes arbeiten:" #: ../raphodo/ui/didyouknow.py:327 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" "Hinweise ändern sich abhängig vom Kontext, beispielsweise wenn der " "Mauszeiger über einer Schaltfläche positioniert ist." #: ../raphodo/ui/didyouknow.py:333 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!" 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!" #: ../raphodo/ui/didyouknow.py:340 msgid "" "\n" "

Four types of sequence values are available to help you assign unique " "names to your \n" "photos and 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 \n" "last time the 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 \n" "documentation.

" 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).

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

The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature \n" "on your 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 \n" "are detected, the same sequence numbers will be applied to both photo names. " "F\n" "urthermore, sequences will be 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/ui/didyouknow.py:378 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are \n" "downloaded, such as external hard drives or network shares. Backup devices " "can be \n" "automatically detected, or exact backup locations specified." 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." #: ../raphodo/ui/didyouknow.py:385 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" "In diesem Beispiel enthält das Laufwerk photobackup keinen Ordner " "namens Videos. Deshalb werden Videos nicht dorthin gesichert." #: ../raphodo/ui/didyouknow.py:391 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including \n" "download sources, destinations, and backups. Additionally, settings can be " "reset to \n" "their default state, and caches and remembered files cleared." 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." #: ../raphodo/ui/didyouknow.py:396 msgid "You can also import program preferences from the older 0.4 version." msgstr "" "Sie können auch die Voreinstellungen des Programms aus der älteren Version " "0.4 importieren." #: ../raphodo/ui/didyouknow.py:401 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 \n" "your cameras, memory cards, and other devices.
  2. \n" "
  3. A temporary cache of files downloaded from a camera, one for " "photos and \n" "another for videos. They are located in temporary subfolders in the download " "\n" "destination.
  4. \n" "
  5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores \n" "thumbnails of RAW and TIFF photos once they have been downloaded. File " "browsers like \n" "Gnome Files use this cache as well, meaning they too will display thumbnails " "for those \n" "files. \n" "
  6. \n" "
\n" "Read more about these caches and their effect on download performance in the " "online " "documentation." msgstr "" "\n" "Rapid Photo Downloader arbeitet mit drei Caches (Pufferspeicher):\n" "
    \n" "
  1. Einem Zwischenspeicher für Vorschaubilder, dessen einzige Aufgabe " "darin besteht, \n" "Vorschaubilder von Dateien Ihrer Kameras, Speicherkarten und anderer Geräte " "zu speichern.
  2. \n" "
  3. Einem Vorübergehendem Puffer für Dateien, die von einer Kamera " "übertragen wurden, \n" "getrennt in Fotos und Videos. Sie werden in einem temporären Unterordner des " "Zielverzeichnisses abgelegt.
  4. \n" "
  5. Dem Zwischenspeicher für Vorschaubilder des Rechners, worin Rapid " "Photo Downloader Vorschaubilder \n" "von RAW- und TIFF-Fotos nach der Übertragung ablegt. Dateibrowser wie Gnome " "Files nutzen diesen Puffer ebenfalls, \n" "d.h. auch sie werden die Vorschaubilder dieser Dateien anzeigen. \n" "
  6. \n" "
\n" "Lesen Sie mehr über Caches und deren Einfluss auf die " "Übertragungsgeschwindigkeit in der Online-" "Dokumentation." #: ../raphodo/ui/didyouknow.py:459 msgid "Tip of the Day" msgstr "Tipp des Tages" #: ../raphodo/ui/didyouknow.py:467 msgid "Did you know...?" msgstr "Wussten Sie schon …?" #: ../raphodo/ui/didyouknow.py:498 msgid "Show tips on startup" msgstr "Tipps beim Start anzeigen" #: ../raphodo/ui/didyouknow.py:502 msgid "&Next" msgstr "&Weiter" #: ../raphodo/ui/didyouknow.py:503 msgid "&Previous" msgstr "&Zurück" #: ../raphodo/downloadtracker.py:454 msgid "MB/sec" msgstr "MB/s" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:584 msgid "A few seconds" msgstr "Ein paar Sekunden" #: ../raphodo/downloadtracker.py:643 msgid "1 second" msgstr "1 Sekunde" #: ../raphodo/downloadtracker.py:645 #, python-format msgid "%d seconds" msgstr "%d Sekunden" #: ../raphodo/downloadtracker.py:650 msgid "1 minute" msgstr "1 Minute" #: ../raphodo/downloadtracker.py:652 #, python-format msgid "%d minutes" msgstr "%d Minuten" #: ../raphodo/downloadtracker.py:657 ../raphodo/downloadtracker.py:839 msgid "1 hour" msgstr "1 Stunde" #: ../raphodo/downloadtracker.py:659 #, python-format msgid "%d hours" msgstr "%d Stunden" #: ../raphodo/downloadtracker.py:664 ../raphodo/downloadtracker.py:869 #: ../raphodo/downloadtracker.py:877 msgid "1 day" msgstr "1 Tag" #: ../raphodo/downloadtracker.py:666 #, python-format msgid "%d days" msgstr "%d Tage" #: ../raphodo/downloadtracker.py:845 msgid "1 minute, 1 second" msgstr "1 Minute, 1 Sekunde" #: ../raphodo/downloadtracker.py:847 #, python-format msgid "1 minute, %d seconds" msgstr "1 Minute, %d Sekunden" #: ../raphodo/downloadtracker.py:850 #, python-format msgid "%d minutes, 1 second" msgstr "%d Minuten, 1 Sekunde" #: ../raphodo/downloadtracker.py:852 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d Minuten, %(seconds)d Sekunden" #: ../raphodo/downloadtracker.py:884 msgid "1 hour, 1 minute" msgstr "1 Stunde, 1 Minute" #: ../raphodo/downloadtracker.py:886 #, python-format msgid "1 hour, %d minutes" msgstr "1 Stunde, %d Minuten" #: ../raphodo/downloadtracker.py:889 #, python-format msgid "%d hours, 1 minute" msgstr "%d Stunden, 1 Minute" #: ../raphodo/downloadtracker.py:891 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d Stunden, %(minutes)d Minuten" #: ../raphodo/downloadtracker.py:918 msgid "1 day, 1 hour" msgstr "1 Tag, 1 Stunde" #: ../raphodo/downloadtracker.py:920 #, python-format msgid "1 day, %d hours" msgstr "1 Tag, %d Stunden" #: ../raphodo/downloadtracker.py:923 #, python-format msgid "%d days, 1 hour" msgstr "%d Tage, 1 Stunde" #: ../raphodo/downloadtracker.py:925 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d Tage, %(hours)d Stunden" #: ../raphodo/errorlog.py:80 msgid "Find" msgstr "Suchen" #: ../raphodo/errorlog.py:150 msgid "Error Reports - Rapid Photo Downloader" msgstr "Fehlerberichte - Rapid-Fotoübertragung" #: ../raphodo/errorlog.py:187 msgid "Find in reports" msgstr "In Berichten suchen" #: ../raphodo/errorlog.py:206 msgid "Find the previous occurrence of the phrase" msgstr "Vorheriges Vorkommen der Phrase suchen" #: ../raphodo/errorlog.py:211 msgid "Find the next occurrence of the phrase" msgstr "Nächstes Vorkommen der Phrase suchen" #: ../raphodo/errorlog.py:213 msgid "&Highlight All" msgstr "Alles &hervorheben" #: ../raphodo/errorlog.py:214 msgid "Highlight all occurrences of the phrase" msgstr "Alle Vorkommen der Phrase hervorheben" #: ../raphodo/errorlog.py:215 msgid "&Match Case" msgstr "&Groß-/Kleinschreibung beachten" #: ../raphodo/errorlog.py:216 msgid "Search with case sensitivity" msgstr "Suche mit Beachtung der Groß-/Kleinschreibung" #: ../raphodo/errorlog.py:217 msgid "&Whole Words" msgstr "Ganze &Wörter" #: ../raphodo/errorlog.py:218 msgid "Search whole words only" msgstr "Nur ganze Wörter suchen" #: ../raphodo/errorlog.py:229 ../raphodo/errorlog.py:371 #, 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:234 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:256 msgid "Clear" msgstr "Leeren" #: ../raphodo/errorlog.py:357 msgid "Phrase not found" msgstr "Ausdruck nicht gefunden" #: ../raphodo/errorlog.py:516 msgid "Search pending..." msgstr "Suche ausstehend …" #: ../raphodo/errorlog.py:567 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:50 #, python-brace-format msgid "" "Please report the problem at {website}.

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

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

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

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

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

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

Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:88 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:182 msgid "Problem in Rapid Photo Downloader" msgstr "Problem in Rapid-Fotoübertragung" #: ../raphodo/excepthook.py:186 msgid "A problem occurred in Rapid Photo Downloader" msgstr "Im Rapid Photo Downloader ist ein Problem aufgetreten" #: ../raphodo/excepthook.py:189 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:216 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "In Rapid-Fotoübertragung ist ein Problem aufgetreten\n" #: ../raphodo/excepthook.py:218 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "Bitte melden Sie das Problem unter {website}\n" "Hängen Sie die Protokolldatei an Ihren Fehlerbericht an, zu finden unter " "{log_path}\n" "\n" #: ../raphodo/ui/filebrowse.py:173 ../raphodo/thumbnaildisplay.py:2254 msgid "Open in File Browser..." msgstr "In Dateiverwaltung öffnen …" #. type: Optional[QModelIndex] #: ../raphodo/ui/filebrowse.py:179 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:183 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:140 msgid "File System" msgstr "Dateisystem" #: ../raphodo/foldercombo.py:181 msgid "Other..." msgstr "Andere …" #: ../raphodo/foldercombo.py:272 #, python-format msgid "%s (location does not exist)" msgstr "%s (Ort existiert nicht)" #: ../raphodo/generatenameconfig.py:206 msgid "Date time" msgstr "Datum & Uhrzeit" #: ../raphodo/generatenameconfig.py:207 msgid "Text" msgstr "Text" #: ../raphodo/generatenameconfig.py:208 ../raphodo/rapid.py:2608 msgid "Filename" msgstr "Dateiname" #: ../raphodo/generatenameconfig.py:209 #: ../raphodo/prefs/preferencedialog.py:994 msgid "Metadata" msgstr "Metadaten" #: ../raphodo/generatenameconfig.py:210 msgid "Sequences" msgstr "Sequenzen" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:213 msgid "Job code" msgstr "Auftragscode" #: ../raphodo/generatenameconfig.py:214 msgid "Image date" msgstr "Bilddatum" #: ../raphodo/generatenameconfig.py:215 msgid "Video date" msgstr "Filmdatum" #: ../raphodo/generatenameconfig.py:216 msgid "Today" msgstr "Heute" #: ../raphodo/generatenameconfig.py:217 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:220 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:223 msgid "Name" msgstr "Name" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 ../raphodo/rapid.py:2609 msgid "Extension" msgstr "Erweiterung" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 msgid "Image number" msgstr "Bildnummer" #: ../raphodo/generatenameconfig.py:230 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:233 msgid "Aperture" msgstr "Blende" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 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:239 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:242 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:245 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:248 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:251 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:254 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:257 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:260 msgid "Shutter count" msgstr "Verschlusszähler" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:262 msgid "File number" msgstr "Dateinummer" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:264 msgid "Folder only" msgstr "Nur Ordner" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:266 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:269 msgid "Owner name" msgstr "Eigentümername" #: ../raphodo/generatenameconfig.py:270 msgid "Codec" msgstr "Codec" #: ../raphodo/generatenameconfig.py:271 msgid "Width" msgstr "Breite" #: ../raphodo/generatenameconfig.py:272 msgid "Height" msgstr "Höhe" #: ../raphodo/generatenameconfig.py:273 msgid "Length" msgstr "Länge" #: ../raphodo/generatenameconfig.py:274 msgid "Frames Per Second" msgstr "Bilder pro Sekunde" #: ../raphodo/generatenameconfig.py:275 msgid "Artist" msgstr "Autor" #: ../raphodo/generatenameconfig.py:276 msgid "Copyright" msgstr "Urheberrecht" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:279 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:282 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:285 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:288 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:291 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:294 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:297 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:300 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:303 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:306 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:309 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:312 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:315 msgid "lowercase" msgstr "kleinschreibung" #: ../raphodo/generatenameconfig.py:316 msgid "One digit" msgstr "Eine Ziffer" #: ../raphodo/generatenameconfig.py:317 msgid "Two digits" msgstr "Zwei Ziffern" #: ../raphodo/generatenameconfig.py:318 msgid "Three digits" msgstr "Drei Ziffern" #: ../raphodo/generatenameconfig.py:319 msgid "Four digits" msgstr "Vier Ziffern" #: ../raphodo/generatenameconfig.py:320 msgid "Five digits" msgstr "Fünf Ziffern" #: ../raphodo/generatenameconfig.py:321 msgid "Six digits" msgstr "Sechs Ziffern" #: ../raphodo/generatenameconfig.py:322 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:325 msgid "Subseconds" msgstr "Hundertstelsekunden" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 ../raphodo/generatenameconfig.py:415 msgid "YYYYMMDD" msgstr "JJJJMMTT" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:416 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:334 ../raphodo/generatenameconfig.py:417 msgid "YYYY_MM_DD" msgstr "JJJJ_MM_TT" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 msgid "YYMMDD" msgstr "JJMMTT" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 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:343 msgid "YY_MM_DD" msgstr "JJ_MM_TT" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "MMDDYYYY" msgstr "MMTTJJJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYY" msgstr "MMTTJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDD" msgstr "MMTT" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "DDMMYYYY" msgstr "TTMMJJJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYY" msgstr "TTMMJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 ../raphodo/generatenameconfig.py:415 #: ../raphodo/generatenameconfig.py:416 ../raphodo/generatenameconfig.py:417 #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:419 msgid "YYYY" msgstr "JJJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 msgid "YY" msgstr "JJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "DD" msgstr "TT" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 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:376 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:379 msgid "Weekday (full)" msgstr "Wochentag (voll)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (abbreviated)" msgstr "Wochentag (abgekürzt)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 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:394 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:397 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 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:403 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:415 msgid "Date" msgstr "Datum" #: ../raphodo/generatenameconfig.py:416 msgid "Date (hyphens)" msgstr "Datum (Bindestriche)" #: ../raphodo/generatenameconfig.py:417 msgid "Date (underscores)" msgstr "Datum (Unterstriche)" #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:512 #: ../raphodo/generatenameconfig.py:699 msgid "Date and Job Code" msgstr "Datum und Auftragscode" #: ../raphodo/generatenameconfig.py:418 msgid "YYYYMM_Job Code" msgstr "JJJJMM_Auftragscode" #: ../raphodo/generatenameconfig.py:419 msgid "Date and Job Code Subfolder" msgstr "Datum- und Auftragscode-Unterordner" #: ../raphodo/generatenameconfig.py:419 msgid "YYYYMM" msgstr "JJJJMM" #: ../raphodo/generatenameconfig.py:419 ../raphodo/jobcodepanel.py:279 #: ../raphodo/ui/nameeditor.py:926 ../raphodo/rapid.py:2261 #: ../raphodo/ui/renamepanel.py:93 ../raphodo/ui/renamepanel.py:275 msgid "Job Code" msgstr "Auftragscode" #: ../raphodo/generatenameconfig.py:507 ../raphodo/generatenameconfig.py:694 msgid "Original Filename" msgstr "Ursprünglicher Dateiname" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "Date-Time and Downloads today" msgstr "Datum/Zeit und Übertragungen heute" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "YYYYMMDD-HHMM-1" msgstr "JJJJMMTT-HHMM-1" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "Date and Downloads today" msgstr "Datum und Übertragungen heute" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "YYYYMMDD-1" msgstr "JJJJMMTT-1" #: ../raphodo/generatenameconfig.py:510 msgid "Date-Time and Image number" msgstr "Datum/Zeit und Bildnummer" #: ../raphodo/generatenameconfig.py:510 msgid "YYYYMMDD-1234" msgstr "JJJJMMTT-1234" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "Date-Time and Job Code" msgstr "Datum/Zeit und Auftragscode" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "JJJJMMTT-HHMM-Auftragscode-1" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:699 msgid "YYYYMMDD-Job Code-1" msgstr "JJJJMMTT-Auftragscode-1" #: ../raphodo/generatenameconfig.py:697 msgid "Date-Time and Video number" msgstr "Datum/Zeit und Videonummer" #: ../raphodo/generatenameconfig.py:697 msgid "YYYYMMDD_1234" msgstr "JJJJMMTT_1234" #: ../raphodo/generatenameconfig.py:700 msgid "Resolution" msgstr "Auflösung" #: ../raphodo/generatenameconfig.py:700 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "JJJJMMTT-HHMM-1-1920x1080" #: ../raphodo/jobcodepanel.py:90 msgid "Enter a new Job Code, or select a previous one" msgstr "" "Geben Sie einen neuen Auftragscode ein oder wählen Sie einen bestehenden aus" #: ../raphodo/jobcodepanel.py:98 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" "Der Auftragscode wird auf %s angewendet, das noch keinen Auftragscode hat." #: ../raphodo/jobcodepanel.py:108 #, 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:121 msgid "Apply Job Code to Download" msgstr "Auftragscode auf Übertragung anwenden" #: ../raphodo/jobcodepanel.py:123 msgid "Enter a new Job Code" msgstr "Geben Sie einen neuen Auftragscode ein" #: ../raphodo/jobcodepanel.py:131 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/jobcodepanel.py:144 #, python-format msgid "The new Job Code will be applied to %s." msgstr "Der neue Auftragscode wird auf %s angewendet." #: ../raphodo/jobcodepanel.py:148 msgid "New Job Code" msgstr "Neuer Auftragscode" #: ../raphodo/jobcodepanel.py:186 msgid "&Job Code:" msgstr "&Auftragscode:" #: ../raphodo/jobcodepanel.py:190 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:251 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:255 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:259 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:264 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:269 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:278 msgid "Last Used" msgstr "Zuletzt verwendet" #: ../raphodo/jobcodepanel.py:283 msgid "Job Code Sort:" msgstr "Auftragscodesortierung:" #: ../raphodo/jobcodepanel.py:286 ../raphodo/rapid.py:2616 msgid "Ascending" msgstr "Aufsteigend" #: ../raphodo/jobcodepanel.py:287 ../raphodo/rapid.py:2617 msgid "Descending" msgstr "Absteigend" #: ../raphodo/jobcodepanel.py:297 msgid "&New..." msgstr "&Neu …" #: ../raphodo/jobcodepanel.py:301 msgid "&Apply" msgstr "&Anwenden" #: ../raphodo/jobcodepanel.py:305 msgid "&Remove" msgstr "Entfe&rnen" #: ../raphodo/jobcodepanel.py:309 ../raphodo/prefs/preferencedialog.py:288 #: ../raphodo/prefs/preferencedialog.py:324 #: ../raphodo/prefs/preferencedialog.py:781 msgid "Remove All" msgstr "Alle entfernen" #: ../raphodo/jobcodepanel.py:512 msgid "Do you really want to remove all the Job Codes?" msgstr "Möchten Sie alle Auftragscodes wirklich entfernen?" #: ../raphodo/jobcodepanel.py:515 msgid "Remove all Job Codes" msgstr "Alle Auftragscodes entfernen" #: ../raphodo/jobcodepanel.py:578 msgid "Job Codes" msgstr "Auftragscodes" #: ../raphodo/ui/messagewidget.py:67 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:478 ../raphodo/ui/nameeditor.py:498 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/ui/nameeditor.py:583 msgid "Save New Custom Preset..." msgstr "Neue benutzerdefinierte Voreinstellung speichern …" #: ../raphodo/ui/nameeditor.py:584 msgid "Remove All Custom Presets..." msgstr "Alle benutzerdefinierten Voreinstellungen entfernen …" #: ../raphodo/ui/nameeditor.py:630 msgid "(New Custom Preset)" msgstr "(Neue benutzerdefinierte Voreinstellung)" #: ../raphodo/ui/nameeditor.py:647 #, python-format msgid "%s (edited)" msgstr "%s (bearbeitet)" #: ../raphodo/ui/nameeditor.py:650 ../raphodo/ui/nameeditor.py:1558 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "Benutzerdefinierte Voreinstellung »%s« aktualisieren" #: ../raphodo/ui/nameeditor.py:743 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" "Neue benutzerdefinierte Voreinstellung speichern - Rapid-Fotoübertragung" #: ../raphodo/ui/nameeditor.py:751 msgid "Preset Name:" msgstr "Voreinstellungsname:" #: ../raphodo/ui/nameeditor.py:884 msgid "Photo Subfolder Generation Editor" msgstr "Editor zur Erzeugung von Unterordnern für Fotos" #: ../raphodo/ui/nameeditor.py:892 msgid "Video Subfolder Generation Editor" msgstr "Editor zur Erzeugung von Unterordnern für Videos" #: ../raphodo/ui/nameeditor.py:900 msgid "Photo Renaming Editor" msgstr "Editor zum Umbenennen von Fotos" #: ../raphodo/ui/nameeditor.py:907 msgid "Video Renaming Editor" msgstr "Editor zum Umbenennen von Videos" #: ../raphodo/ui/nameeditor.py:936 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" "Warnung: Es stehen ungenügend Daten zur " "vollständigen Namenserzeugung bereit. Bitte wählen Sie andere Einstellungen " "zum Umbenennen." #: ../raphodo/ui/nameeditor.py:954 #, python-format msgid "The character
%(separator)s creates a new subfolder level." msgstr "" "Das Zeichen %(separator)s erzeugt eine neue Unterordner-Ebene." #: ../raphodo/ui/nameeditor.py:964 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" "Es ist unnötig, mit dem Trennzeichen für Ordner %(separator)s zu " "beginnen oder zu enden, da es automatisch hinzugefügt wird." #: ../raphodo/ui/nameeditor.py:972 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" "Warnung: Eindeutige Dateinamen können " "nicht automatisch erstellt werden. Erzeuge eindeutige Dateinamen durch " "Verwendung von 'Sequenznummern'." #: ../raphodo/ui/nameeditor.py:999 ../raphodo/ui/renamepanel.py:139 msgid "Preset:" msgstr "Voreinstellung:" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1082 ../raphodo/ui/nameeditor.py:1105 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/ui/nameeditor.py:1134 ../raphodo/prefs/preferencedialog.py:1083 #: ../raphodo/wsl.py:648 msgid "Get help online..." msgstr "Im Netz Hilfe erhalten …" #: ../raphodo/ui/nameeditor.py:1161 msgid "Insert" msgstr "Einfügen" #: ../raphodo/ui/nameeditor.py:1523 msgid "Save Preset - Rapid Photo Downloader" msgstr "Voreinstellung speichern - Rapid-Fotoübertragung" #: ../raphodo/ui/nameeditor.py:1527 msgid "" "Do you want to save the changes in a new custom " "preset?

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

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

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

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

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

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

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

Die Änderungen der Voreinstellungen werden in jedem Fall " "angewendet, unabhängig davon, ob Sie diese als benutzerspezifische " "Voreinstellung speichern oder nicht." #: ../raphodo/ui/nameeditor.py:1562 msgid "Save New Custom Preset" msgstr "Neue benutzerdefinierte Voreinstellung speichern" #: ../raphodo/newversion.py:326 msgid "Checking for new version..." msgstr "Auf neue Version wird geprüft …" #: ../raphodo/newversion.py:327 msgid "You are running the latest version." msgstr "Sie führen die neueste Version aus." #: ../raphodo/newversion.py:328 msgid "Failed to contact the update server." msgstr "Server für Updates konnte nicht erreicht werden." #: ../raphodo/newversion.py:331 #, 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:334 msgid "Do you want to download the new version?" msgstr "Möchten Sie die neue Version herunterladen?" #: ../raphodo/newversion.py:336 #, 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:366 ../raphodo/newversion.py:385 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:388 msgid "&Open Download Page" msgstr "Herunterladeseite &öffnen" #: ../raphodo/newversion.py:412 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:531 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "%(downloaded)s von %(total)s" #: ../raphodo/newversion.py:553 msgid "Downloading..." msgstr "Wird heruntergeladen …" #: ../raphodo/prefs/preferencedialog.py:134 msgid "Preferences" msgstr "Einstellungen" #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 msgid "Language" msgstr "Sprache" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 msgid "Automation" msgstr "Automatisierung" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Thumbnails" msgstr "Vorschaubilder" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:160 #: ../raphodo/prefs/preferencedialog.py:183 #: ../raphodo/prefs/preferencedialog.py:585 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:184 #: ../raphodo/prefs/preferencedialog.py:649 msgid "Error Handling" msgstr "Fehlerbehandlung" #: ../raphodo/prefs/preferencedialog.py:162 #: ../raphodo/prefs/preferencedialog.py:185 msgid "Warnings" msgstr "Warnungen" #: ../raphodo/prefs/preferencedialog.py:163 msgid "Consolidation" msgstr "Zusammenfassung" #: ../raphodo/prefs/preferencedialog.py:164 #: ../raphodo/prefs/preferencedialog.py:186 msgid "Miscellaneous" msgstr "Verschiedenes" #: ../raphodo/prefs/preferencedialog.py:221 msgid "Device Scanning" msgstr "Gerätedurchsuchung" #: ../raphodo/prefs/preferencedialog.py:222 msgid "Scan only external devices" msgstr "Nur externe Geräte durchsuchen" #: ../raphodo/prefs/preferencedialog.py:225 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" "Durchsuche nur Laufwerke außerhalb des Computers nach Bildern und Videos,\n" "einschließlich Kameras, Speicherkarten, externer Laufwerke und USB-" "Speichermedien." #: ../raphodo/prefs/preferencedialog.py:231 msgid "Scan only specific folders on devices" msgstr "Durchsuche nur spezifische Ordner auf Geräten" #: ../raphodo/prefs/preferencedialog.py:233 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Durchsuche die unten angegebenen Ordner nach Fotos und Videos (mit\n" "Ausnahme der zu ignorierenden Pfade).\n" "\n" "Änderung dieser Einstellung führt zum erneuten Durchsuchen aller Geräte." #: ../raphodo/prefs/preferencedialog.py:240 msgid "Folders to scan:" msgstr "Ordner, die durchsucht werden sollen:" #: ../raphodo/prefs/preferencedialog.py:244 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" "Ordner auf Wurzelebene von Dateisystemen der Geräte, die nach\n" "Fotos und Videos durchsucht werden." #: ../raphodo/prefs/preferencedialog.py:249 #: ../raphodo/prefs/preferencedialog.py:310 msgid "Add..." msgstr "Hinzufügen …" #: ../raphodo/prefs/preferencedialog.py:252 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Füge einen Ordner zur Liste der Ordner hinzu, die nach Fotos und Videos " "durchsucht werden.\n" "\n" "Änderung dieser Einstellung führt zum erneuten Durchsuchen aller Geräte." #: ../raphodo/prefs/preferencedialog.py:256 #: ../raphodo/prefs/preferencedialog.py:286 #: ../raphodo/prefs/preferencedialog.py:317 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove" msgstr "Entfernen" #: ../raphodo/prefs/preferencedialog.py:259 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Entferne einen Ordner aus der Liste der Ordner, die nach Fotos und Videos " "durchsucht werden.\n" "\n" "Änderung dieser Einstellung führt zum erneuten Durchsuchen aller Geräte." #: ../raphodo/prefs/preferencedialog.py:278 msgid "Devices that have been set to automatically ignore or download from." msgstr "Geräte, die automatisch ignoriert oder berücksichtigt werden sollen." #: ../raphodo/prefs/preferencedialog.py:279 msgid "Remembered Devices" msgstr "Gemerkte Geräte" #: ../raphodo/prefs/preferencedialog.py:283 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" "Gerät entfernen aus der Liste von Geräten, die automatisch ignoriert oder " "berücksichtigt werden sollen." #: ../raphodo/prefs/preferencedialog.py:290 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" "Bereinigen der Liste von Geräten, die automatisch ignoriert oder " "berücksichtigt werden sollen.\n" "\n" "Hinweis: Änderungen werden wirksam beim nächsten Durchsuchen des Rechners " "nach Geräten." #: ../raphodo/prefs/preferencedialog.py:304 msgid "Ignored Paths" msgstr "Pfade ignorieren" #: ../raphodo/prefs/preferencedialog.py:306 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" "Letzter Teil eines Pfades, der niemals nach Fotos oder Videos durchsucht " "werden soll." #: ../raphodo/prefs/preferencedialog.py:313 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Pfad zur Liste der ignorierten Pfade hinzufügen.\n" "\n" "Änderung dieser Einstellung erfordert ein erneutes Durchsuchen aller Geräte." #: ../raphodo/prefs/preferencedialog.py:320 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Pfad aus der Liste der ignorierten Pfade entfernen.\n" "\n" "Änderung dieser Einstellung erfordert ein erneutes Durchsuchen aller Geräte." #: ../raphodo/prefs/preferencedialog.py:327 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Liste der ignorierten Pfade bereinigen.\n" "\n" "Änderung dieser Einstellung erfordert ein erneutes Durchsuchen aller Geräte." #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as well. #: ../raphodo/prefs/preferencedialog.py:338 #, python-brace-format msgid "Use python-style regular expressions" msgstr "Verwende regular expressions im Python-Stil" #: ../raphodo/prefs/preferencedialog.py:345 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Verwende reguläre Ausdrücke in der Liste der ignorierten Pfade.\n" "\n" "Änderung dieser Einstellung erfordert ein erneutes Durchsuchen aller Geräte." #: ../raphodo/prefs/preferencedialog.py:387 msgid "Language: " msgstr "Sprache: " #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:400 #: ../raphodo/prefs/preferencedialog.py:505 #: ../raphodo/prefs/preferencedialog.py:553 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:408 #: ../raphodo/prefs/preferencedialog.py:575 msgid "* Takes effect upon program restart" msgstr "* Werden beim Programmneustart wirksam" #: ../raphodo/prefs/preferencedialog.py:416 msgid "Program Automation" msgstr "Programmautomatisierung" #: ../raphodo/prefs/preferencedialog.py:417 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place the #. carriage return where you think it makes sense so that the tool tip does not #. stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:422 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading at program startup" msgstr "Herunterladen beim Programmstart beginnen" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Start downloading upon device insertion" msgstr "Mit dem Herunterladen beginnen, sobald ein Geräte verfügbar ist" #: ../raphodo/prefs/preferencedialog.py:430 msgid "Unmount (eject) device upon download completion" msgstr "Gerät nach Abschluss der Übertragung aushängen" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program when download completes" msgstr "Programm beenden wenn alle Übertragungen abgeschlossen sind" #: ../raphodo/prefs/preferencedialog.py:433 msgid "Exit program even if download had warnings or errors" msgstr "Programm beenden auch wenn Fehler oder Warnungen aufgetreten sind" #: ../raphodo/prefs/preferencedialog.py:465 msgid "Thumbnail Generation" msgstr "Vorschaubildgenerierung" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails" msgstr "Vorschaubilder generieren" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Generate thumbnails to show in the main program window" msgstr "Erzeuge Vorschaubilder zur Anzeige im Hauptfenster" #: ../raphodo/prefs/preferencedialog.py:470 msgid "Cache thumbnails" msgstr "Vorschaubilder zwischenspeichern" #: ../raphodo/prefs/preferencedialog.py:473 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" "Speichere im Hauptfenster gezeigte Vorschaubilder in einem Zwischenspeicher " "wie bei Rapid Photo Downloader" #: ../raphodo/prefs/preferencedialog.py:477 msgid "Generate system thumbnails" msgstr "Systemvorschaubilder generieren" #: ../raphodo/prefs/preferencedialog.py:480 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" "Speichere während der Übertragung Vorschaubilder, die von Desktop-" "Dateimanagern und anderen Programmen verwendet werden können" #: ../raphodo/prefs/preferencedialog.py:489 msgid "Number of CPU cores used to generate thumbnails." msgstr "" "Anzahl der CPU-Kerne, die zur Generierung von Vorschaubildern verwendet " "werden." #: ../raphodo/prefs/preferencedialog.py:490 msgid "CPU cores:" msgstr "CPU-Kerne:" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Thumbnail Cache" msgstr "Vorschaubildzwischenspeicher" #: ../raphodo/prefs/preferencedialog.py:530 msgid "Calculating..." msgstr "Wird berechnet …" #: ../raphodo/prefs/preferencedialog.py:536 msgid "days" msgstr "Tage" #: ../raphodo/prefs/preferencedialog.py:537 msgid "forever" msgstr "für immer" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Cache size:" msgstr "Zwischenspeichergröße:" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Number of thumbnails:" msgstr "Anzahl der Vorschaubilder:" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Database size:" msgstr "Datenbankgröße:" #: ../raphodo/prefs/preferencedialog.py:550 msgid "Cache unaccessed thumbnails for:" msgstr "Speichere nichtverwendete Vorschaubilder für:" #: ../raphodo/prefs/preferencedialog.py:559 msgid "Purge Cache..." msgstr "Zwischenspeicher bereinigen …" #: ../raphodo/prefs/preferencedialog.py:562 msgid "Optimize Cache..." msgstr "Zwischenspeicher optimieren …" #: ../raphodo/prefs/preferencedialog.py:588 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:598 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:601 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:615 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:629 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Skip download" msgstr "Herunterladen überspringen" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Don't download the file, and issue an error message" msgstr "Übertrage die Datei nicht, und erzeuge eine Fehlermeldung" #: ../raphodo/prefs/preferencedialog.py:656 msgid "Add unique identifier" msgstr "Eine eindeutige Identifizierung hinzufügen" #: ../raphodo/prefs/preferencedialog.py:659 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" "Ergänze einen Zusatz wie _1 oder _2 am Ende des Dateinamens, direkt vor der " "Dateinamenserweiterung" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Overwrite" msgstr "Überschreiben" #: ../raphodo/prefs/preferencedialog.py:668 msgid "Overwrite the previously backed up file" msgstr "Zuvor gesicherte Datei überschreiben" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Skip" msgstr "Überspringen" #: ../raphodo/prefs/preferencedialog.py:671 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" "Überschreibe die Sicherungsdatei nicht, und erzeuge eine Fehlermeldung" #: ../raphodo/prefs/preferencedialog.py:678 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" "Wenn ein Foto oder Video gleichen Namens bereits heruntergeladen wurde, " "wähle zwischen Herunterladen überspringen und Eine eindeutige " "Identifizierung hinzufügen:" #: ../raphodo/prefs/preferencedialog.py:690 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" "Es wird dringend empfohlen, 'Sequenznummern' zu verwenden, um eindeutige " "Dateinamen automatisch zu erzeugen. Das Verhalten beim Umbenennen wird im " "gleichnamigen Panel des Hauptfensters eingestellt." #: ../raphodo/prefs/preferencedialog.py:701 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" "Auf dem Backup-Medium vorhandene, gleichnamige Datei beim Backup " "Überschreiben oder Überspringen:" #: ../raphodo/prefs/preferencedialog.py:722 msgid "Program Warnings" msgstr "Programmwarnungen" #: ../raphodo/prefs/preferencedialog.py:723 msgid "Show a warning when:" msgstr "Eine Warnung anzeigen, wenn:" #: ../raphodo/prefs/preferencedialog.py:727 msgid "Downloading files currently not displayed" msgstr "Dateien, die derzeit nicht angezeigt werden, werden heruntergeladen" #: ../raphodo/prefs/preferencedialog.py:730 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" "Warne, falls Dateien übertragen werden würden, die nicht im Hauptfenster " "angezeigt werden." #: ../raphodo/prefs/preferencedialog.py:734 msgid "Backup destinations are missing" msgstr "Sicherungsziele fehlen" #: ../raphodo/prefs/preferencedialog.py:736 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" "Vor dem Start einer Übertragung warnen, falls eine Datensicherung nicht " "möglich ist." #: ../raphodo/prefs/preferencedialog.py:740 msgid "Program libraries are missing or broken" msgstr "Programmbibliotheken fehlen oder sind defekt" #: ../raphodo/prefs/preferencedialog.py:743 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" "Warnung bei fehlenden oder nicht funktionierenden Software-Bibliotheken, die " "Rapid Photo Downloader verwendet." #: ../raphodo/prefs/preferencedialog.py:747 msgid "Filesystem metadata cannot be set" msgstr "Dateisystemmetadaten können nicht festgelegt werden" #: ../raphodo/prefs/preferencedialog.py:749 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" "Warnen bei Fehlern während der Änderung von Metadaten einer Datei, wie " "Änderungsdatum." #: ../raphodo/prefs/preferencedialog.py:753 msgid "Encountering unhandled files" msgstr "Auffinden unbehandelter Dateien" #: ../raphodo/prefs/preferencedialog.py:755 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" "Warnen nach dem Durchsuchen eines Geräts oder DIeses Rechners, falls dabei " "unbehandelte Dateien gefunden wurden, die nicht bei der bevorstehenden " "Übertragung berücksichtigt werden." #: ../raphodo/prefs/preferencedialog.py:760 msgid "Do not warn about unhandled files with extensions:" msgstr "Nicht warnen bei unbehandelten Dateien mit diesen Dateiendungen:" #: ../raphodo/prefs/preferencedialog.py:765 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" "Dateinamenserweiterungen sind unabhängig von GROSS- und kleinschreibung und " "müssen den führenden Punkt nicht beinhalten." #: ../raphodo/prefs/preferencedialog.py:769 msgid "Add" msgstr "Hinzufügen" #: ../raphodo/prefs/preferencedialog.py:771 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" "Füge eine Dateinamenserweiterung zur Liste unbehandelter Dateitypen hinzu, " "vor denen nicht gewarnt werden soll." #: ../raphodo/prefs/preferencedialog.py:776 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" "Entferne eine Dateinamenserweiterung aus der Liste unbehandelter Dateitypen, " "vor denen nicht gewarnt werden soll." #: ../raphodo/prefs/preferencedialog.py:783 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" "Bereinige die Liste unbehandelter Dateitypen, vor denen nicht gewarnt werden " "soll." #: ../raphodo/prefs/preferencedialog.py:821 msgid "Photo and Video Consolidation" msgstr "Foto und Video Zusammenfassung" #: ../raphodo/prefs/preferencedialog.py:824 msgid "Consolidate files across devices and downloads" msgstr "Dateien über Geräte und Übertragungen hinweg zusammenfassen" #: ../raphodo/prefs/preferencedialog.py:827 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" "Analysiere die Durchsuchungsergebnisse von Geräten nach Duplikaten und " "passenden RAW- und JPEG-Paarungen;\n" "vergleiche sie über mehrere Geräte und Übertragungen hinweg." #: ../raphodo/prefs/preferencedialog.py:833 msgid "Treat matching RAW and JPEG files as:" msgstr "Behandle übereinstimmende RAW- und JPEG-Dateien als:" #: ../raphodo/prefs/preferencedialog.py:834 msgid "One photo" msgstr "Ein Foto" #: ../raphodo/prefs/preferencedialog.py:835 msgid "Two photos" msgstr "Zwei Fotos" #: ../raphodo/prefs/preferencedialog.py:837 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" "Zeige übereinstimmende Paarungen von RAW- und JPEG-Fotos als ein Foto und, " "falls markiert, übertrage beide." #: ../raphodo/prefs/preferencedialog.py:842 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" "Zeige übereinstimmende Paarungen von RAW- und JPEG-Fotos als zwei " "verschiedene Fotos. Sie können immer noch deren Sequenznummern " "synchronisieren." #: ../raphodo/prefs/preferencedialog.py:851 msgid "With matching RAW and JPEG photos:" msgstr "Mit übereinstimmende RAW- und JPEG-Fotos:" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Do not mark JPEG for download" msgstr "JPEG nicht zum Übertragen markieren" #: ../raphodo/prefs/preferencedialog.py:854 msgid "Do not mark RAW for download" msgstr "RAW nicht zum Übertragen markieren" #: ../raphodo/prefs/preferencedialog.py:855 msgid "Mark both for download" msgstr "Beide zum Übertragen markieren" #: ../raphodo/prefs/preferencedialog.py:862 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" "Falls übereinstimmende RAW- und JPEG-Fotos gefunden werden, JPEG nicht " "automatisch\n" "für die Übertragung vormerken. Sie können es immer noch selbst zum " "Übertragen markieren." #: ../raphodo/prefs/preferencedialog.py:868 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" "Wenn übereinstimmende RAW- und JPEG-Fotos gefunden werden, RAW nicht " "automatisch\n" "für die Übertragung vormerken. SIe können es immer noch selbst für die " "Übertragung markieren." #: ../raphodo/prefs/preferencedialog.py:874 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" "Wenn übereinstimmende RAW- und JPEG-Fotos gefunden werden, automatisch beide " "für die Übertragung markieren." #: ../raphodo/prefs/preferencedialog.py:880 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" "Wenn Sie Dateikonsolidierung abschalten, wählen Sie, was beim Einstecken " "eines Geräts bei bestehender Anzeige abgeschlossener Übertragungen getan " "werden soll:" #: ../raphodo/prefs/preferencedialog.py:886 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" "Beim Einstecken eines Geräts bei bestehender Anzeige abgeschlossener " "Übertragungen:" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Clear completed downloads" msgstr "Abgeschlossene Übertragungen bereinigen" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Keep displaying completed downloads" msgstr "Abgeschlossene Übertragungen weiterhin anzeigen" #: ../raphodo/prefs/preferencedialog.py:906 msgid "Prompt for what to do" msgstr "Nachfragen, was getan werden soll" #: ../raphodo/prefs/preferencedialog.py:911 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" "Bereinige die Anzeige abgeschlossener Übertragungen automatisch, wenn ein " "neues Gerät angeschlossen wird." #: ../raphodo/prefs/preferencedialog.py:916 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" "Zeige abgeschlossene Übertragungen weiterhin an, wenn ein neues Gerät " "angeschlossen wird." #: ../raphodo/prefs/preferencedialog.py:921 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" "Nachfragen, ob abgeschlossene Übertragungen weiterhin angezeigt oder " "bereinigt werden sollen, wenn ein neues Gerät angeschlossen wird." #: ../raphodo/prefs/preferencedialog.py:968 msgid "Version Check" msgstr "Versionsüberprüfung" #: ../raphodo/prefs/preferencedialog.py:969 msgid "Check for new version at startup" msgstr "Beim Start auf neue Version prüfen" #: ../raphodo/prefs/preferencedialog.py:972 msgid "Check for a new version of the program each time the program starts." msgstr "Bei jedem Programmstart auf neue Version prüfen." #: ../raphodo/prefs/preferencedialog.py:976 msgid "Include development releases" msgstr "Aktualisierungen für Entwickler einbeziehen" #: ../raphodo/prefs/preferencedialog.py:978 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/prefs/preferencedialog.py:996 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "DNG-Datum/Zeit-Metadaten auf MTP-Geräten ignorieren" #: ../raphodo/prefs/preferencedialog.py:999 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" "Ignoriere Zeit/Datum-Metadaten in DNG Dateien auf MTP-Geräten; verwende " "stattdessen den Zeitstempel der Änderung.\n" "\n" "Nützlich bei Geräten - wie einigen Telefonen oder Tablets -, die inkorrekte " "DNG-Metadaten erzeugen." #: ../raphodo/prefs/preferencedialog.py:1006 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1008 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1034 msgid "Completed Downloads" msgstr "Abgeschlossene Übertragungen" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1140 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1423 #, python-format msgid "Restores default %s preference values" msgstr "Stellt Standard-Einstellungen von %s wieder her" #: ../raphodo/prefs/preferencedialog.py:1585 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" "Möchten Sie den Zwischenspeicher der Vorschaubilder bereinigen? Der " "Zwischenspeicher wird beim nächsten Programmstart gelöscht." #: ../raphodo/prefs/preferencedialog.py:1590 msgid "Purge Thumbnail Cache" msgstr "Vorschaubildzwischenspeicher bereinigen" #: ../raphodo/prefs/preferencedialog.py:1605 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" "Möchten Sie den Zwischenspeicher der Vorschaubilder optimieren? Der " "Zwischenspeicher wird beim nächsten Programmstart optimiert." #: ../raphodo/prefs/preferencedialog.py:1610 msgid "Optimize Thumbnail Cache" msgstr "Vorschaubildzwischenspeicher optimieren" #: ../raphodo/prefs/preferencedialog.py:1929 msgid "Enter a Folder to Scan" msgstr "Geben Sie einen Ordner an, der durchsucht werden soll" #: ../raphodo/prefs/preferencedialog.py:1931 msgid "Specify a folder that will be scanned for photos and videos" msgstr "Geben Sie einen Ordner an, der nach Fotos und Videos durchsucht wird" #: ../raphodo/prefs/preferencedialog.py:1933 msgid "Folder:" msgstr "Ordner:" #: ../raphodo/prefs/preferencedialog.py:1947 msgid "Enter a Path to Ignore" msgstr "Geben Sie einen Pfad ein, welcher ignoriert werden sollen" #: ../raphodo/prefs/preferencedialog.py:1949 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" "Geben Sie einen Pfad ein, welcher nie nach Bildern oder Filmen durchsucht " "werden soll" #: ../raphodo/prefs/preferencedialog.py:1951 msgid "Path:" msgstr "Pfad:" #: ../raphodo/prefs/preferencedialog.py:1965 msgid "Enter a File Extension" msgstr "Dateiendung eingeben" #: ../raphodo/prefs/preferencedialog.py:1966 msgid "Specify a file extension (without the leading dot)" msgstr "Geben Sie eine Dateiendung an (ohne den führenden Punkt)" #: ../raphodo/prefs/preferencedialog.py:1967 ../raphodo/ui/renamepanel.py:140 msgid "Extension:" msgstr "Endung:" #: ../raphodo/prefs/preferencedialog.py:1982 msgid "Invalid File Extension" msgstr "Ungültige Dateiendung" #: ../raphodo/prefs/preferencedialog.py:1987 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" "Die Dateinamenserweiterung %s wird von Rapid Photo Downloader " "erkannt. Deshalb ist ein Warnhinweis unnötig." #: ../raphodo/prefs/preferencedialog.py:1996 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" "Erkannte Dateitypen:\n" "\n" "Fotos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Andere:\n" "%(other)s" #: ../raphodo/prefs/preferences.py:311 msgid "Wedding" msgstr "Hochzeit" #: ../raphodo/prefs/preferences.py:311 msgid "Birthday" msgstr "Geburtstag" #: ../raphodo/prefs/preferences.py:736 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Die Unterordnervoreinstellungen sollten nicht mit %s beginnen" #: ../raphodo/prefs/preferences.py:740 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Die Unterordnervoreinstellungen sollten nicht mit %s enden" #: ../raphodo/prefs/preferences.py:747 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" "Die Unterordnervoreinstellungen sollten nicht zwei %s nacheinander enthalten" #: ../raphodo/ui/primarybutton.py:124 msgid "Download 8 Photos and 10 Videos" msgstr "8 Fotos und 10 Videos übertragen" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Fehler: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "Fehler: %s" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "GPhoto2-Fehler: %s" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" "Initialisieren der Kamera nicht möglich, vermutlich wird diese von einem " "anderen Programm verwendet. Es wurden keine Dateien vom Gerät kopiert." #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "Verzeichnis %s kann nicht gelesen werden" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "Zugriff auf Änderungsdatum oder Größe von %s nicht möglich" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "Datei %s kann nicht gelesen werden" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "Datei %s kann nicht geschrieben werden" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "Datei %s kann nicht verschoben werden" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "Datei %s kann nicht entfernt werden" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "Datei %s kann nicht kopiert werden" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "Datei %s mit der Größe Null wird nicht übertragen" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "Konnte Änderungsdatum des Dateisystems von %s nicht bestimmen" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "Metadaten von %s können nicht geladen werden" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" "Kann Metadaten von %(name)s nicht laden. %(filetype)s wurde nicht übertragen." #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" "Ein Fehler ist aufgetreten beim Setzen der Metadaten des Dateisystems auf " "dem Dateisystem %s. Falls dieser Fehler erneut auftritt, wird er nicht " "erneut angezeigt." #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "Unbehandelte Datei %s gefunden. Sie wird nicht übertragen." #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)s existiert bereits." #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" "DIe vorhandene %(filetype)s %(destination)s wurde zuletzt am %(date)s um " "%(time)s geändert." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "Das %(filetype)s %(source)s wurde nicht von %(device)s übertragen." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "Das %(filetype)s %(source)s wurde von %(device)s übertragen." #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "Der eindeutige Bezeichner '%s' wurde zum Dateinamen hinzugefügt." #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "DIe vorhandene Sicherung %(filetype)s %(destination)s wurde zuletzt am " "%(date)s um %(time)s geändert." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "Die %(filetype)s %(source)s wurde nicht gesichert von %(device)s." #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "DIe vorherige Sicherung %(filetype)s %(destination)s wurde zuletzt geändert " "am %(date)s um %(time)s." #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" "Die %(filetype)s %(source)s von %(device)s wurde gesichert, die vorherige " "Sicherung %(filetype)s wird überschrieben." #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" "Beim Synchronisieren der RAW + JPEG Sequenzwerte wurde ein Duplikat " "%(filetype)s %(file)s entdeckt und nicht übertragen." #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" "Beim Abgleich der RAW + JPEG Sequenzwerte wurden Fotos mit gleichen " "Dateinamen, jedoch unterschiedlichen Aufnahmedaten gefunden:" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)s wurde am %(image1_date)s um %(image1_time)s aufgenommen und " "%(image2)s am %(image2_date)s um %(image2_time)s." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "Dateiname für %s kann nicht finalisiert werden" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" "Der Dateiname %(destination)s für %(filetype)s %(source)s wurde nicht " "vollständig generiert." #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "Die %(type)s Metadaten fehlen." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "Die folgenden Metadaten fehlen: %s." #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "Datum-/Zeitkonvertierung fehlgeschlagen: %s." #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" "Konnte keine gültigen Metadaten zu Datum/Zeit entnehmen oder das " "Änderungsdatum der Datei ermitteln." #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "Der Dateinamen enthält keinen Dateitypen." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "Der Dateinamen enthält keine Zahlen." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "Fehler beim Erzeugen der Komponente %(component)s. Fehler: %(error)s" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" "Die Unterordner für Übertragungen %(folder)s wurden nur teilweise erstellt " "für %(filetype)s %(source)s." #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" "Keine Daten zur Erzeugung von %(subfolder_file)s für %(filename)s verfügbar. " "Das %(filetype)s wurde nicht übertragen." #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" "Konnte %(filetype)s %(destination)s in %(folder)s nicht erzeugen. Zu " "übertragende Datei war %(source)s in %(device)s. Sie wurde nicht übertragen." #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "Unterordner %s für Übertragung kann nicht erzeugt werden." #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "Sicherungsunterordner %s kann nicht erstellt werden." #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "Probleme beim Durchsuchen von %s" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "Probleme beim Kopieren von %s" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" "Problem beim Fertigstellen der Dateinamen und dem Erzeugen der Unterordner" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "Probleme beim Sichern nach %s" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 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:249 ../raphodo/proximity.py:278 #: ../raphodo/proximity.py:313 ../raphodo/proximity.py:319 #, 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:267 #, 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:288 ../raphodo/proximity.py:294 #: ../raphodo/proximity.py:1123 ../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:303 ../raphodo/proximity.py:307 #: ../raphodo/proximity.py:1130 ../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:328 #, 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:339 #, 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:473 #, 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:1135 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1893 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:1952 #, 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:1956 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:1962 #, python-format msgid "%(hours)dh" msgstr "%(hours)dh" #: ../raphodo/proximity.py:2101 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:2106 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:2109 msgid "Timeline build pending..." msgstr "Zeitleiste wird gleich erstellt …" #: ../raphodo/proximity.py:2110 msgid "Timeline is building..." msgstr "Zeitleiste wird erstellt …" #: ../raphodo/proximity.py:2112 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:2568 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" "Schalte zwischen Synchronisieren Zeitleiste und Thumbnail Bildlauf (STRG-T)" #: ../raphodo/rapid.py:473 ../raphodo/rapid.py:871 ../raphodo/rapid.py:4657 #: ../raphodo/rapid.py:4880 ../raphodo/rapid.py:4899 ../raphodo/rapid.py:4922 #: ../raphodo/rapid.py:4929 ../raphodo/rapid.py:5606 ../raphodo/rapid.py:6229 #: ../raphodo/rapid.py:7449 ../raphodo/ui/rememberthisdialog.py:112 #: ../raphodo/ui/viewutils.py:743 #: ../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:1156 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:1167 msgid "Problem with ExifTool" msgstr "Problem mit ExifTool" #: ../raphodo/rapid.py:1176 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:1188 msgid "Problem with libmediainfo" msgstr "Problem mit libmediainfo" #: ../raphodo/rapid.py:1367 #, python-format msgid "" "Cannot download from Apple devices

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

Missing applications: " "%(applications)s

Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1766 msgid "Download failed" msgstr "Herunterladen fehlgeschlagen" #: ../raphodo/rapid.py:1769 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:1778 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:1782 msgid "Update Rapid Photo Downloader" msgstr "Rapid-Fotoübertragung aktualisieren" #: ../raphodo/rapid.py:1786 msgid "Install" msgstr "Installieren" #: ../raphodo/rapid.py:1804 msgid "New version saved" msgstr "Neue Version gespeichert" #: ../raphodo/rapid.py:1806 #, 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:1824 msgid "Upgrade failed" msgstr "Aktualisierung fehlgeschlagen" #: ../raphodo/rapid.py:1827 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:1873 msgid "" "\n" "

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

\n" "

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

" msgstr "" #: ../raphodo/rapid.py:1883 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1894 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1897 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1898 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1901 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in the future #: ../raphodo/rapid.py:1906 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:2110 ../raphodo/rapid.py:2914 msgid "Download" msgstr "Herunterladen" #: ../raphodo/rapid.py:2114 msgid "&Refresh..." msgstr "Auff&rischen …" #: ../raphodo/rapid.py:2118 msgid "&Preferences" msgstr "&Einstellungen" #: ../raphodo/rapid.py:2122 msgid "&Quit" msgstr "&Beenden" #: ../raphodo/rapid.py:2128 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:2132 msgid "Error &Reports" msgstr "Fehlerbe&richte" #: ../raphodo/rapid.py:2137 msgid "Clear Completed Downloads" msgstr "Abgeschlossene Übertragungen bereinigen" #: ../raphodo/rapid.py:2140 msgid "Get Help Online..." msgstr "Im Netz Hilfe erhalten …" #: ../raphodo/rapid.py:2144 msgid "&Tip of the Day..." msgstr "&Tipp des Tages …" #: ../raphodo/rapid.py:2147 msgid "Report a Problem..." msgstr "Ein Problem melden …" #: ../raphodo/rapid.py:2150 msgid "Make a Donation..." msgstr "Etwas spenden …" #: ../raphodo/rapid.py:2153 msgid "Translate this Application..." msgstr "Diese Anwendung übersetzen …" #: ../raphodo/rapid.py:2158 msgid "&About..." msgstr "&Über …" #: ../raphodo/rapid.py:2161 msgid "Check for Updates..." msgstr "Auf Aktualisierungen prüfen …" #: ../raphodo/rapid.py:2250 msgid "Timeline" msgstr "Zeitleiste" #: ../raphodo/rapid.py:2258 msgid "Destination" msgstr "Ziel" #: ../raphodo/rapid.py:2260 msgid "Rename" msgstr "Umbenennen" #: ../raphodo/rapid.py:2262 msgid "Back Up" msgstr "Sicherung" #: ../raphodo/rapid.py:2486 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" "Die Benutzung von Geräten als Quelle zum Herunterladen an diesem Rechner ein-" " oder ausschalten" #: ../raphodo/rapid.py:2505 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:2508 msgid "This Computer" msgstr "Dieser Rechner" #: ../raphodo/rapid.py:2522 msgid "Select a source folder" msgstr "Quellordner auswählen" #: ../raphodo/rapid.py:2600 msgid "All" msgstr "Alle" #: ../raphodo/rapid.py:2601 msgid "New" msgstr "Neu" #: ../raphodo/rapid.py:2603 msgid "Show:" msgstr "Anzeigen:" #: ../raphodo/rapid.py:2606 msgid "Modification Time" msgstr "Änderungszeit" #: ../raphodo/rapid.py:2607 msgid "Checked State" msgstr "Zustand geprüft" #: ../raphodo/rapid.py:2610 msgid "File Type" msgstr "Dateityp" #: ../raphodo/rapid.py:2611 msgid "Device" msgstr "Gerät" #: ../raphodo/rapid.py:2613 msgid "Sort:" msgstr "Sortieren:" #: ../raphodo/rapid.py:2629 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:2894 #, python-format msgid "Download %(files)s" msgstr "%(files)s herunterladen" #: ../raphodo/rapid.py:2910 msgid "Resume Download" msgstr "Herunterladen fortsetzen" #: ../raphodo/rapid.py:2912 msgid "Pause" msgstr "Anhalten" #: ../raphodo/rapid.py:3049 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:3150 #, 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:3244 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:3258 #, 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:3346 msgid "" "\n" "Downloading all files

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

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

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

\n" "Möchten Sie die Übertragung fortsetzen?" #: ../raphodo/rapid.py:3511 #, 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:3514 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Dieser Übertragungsordner ist ungültig:\n" "%s" #: ../raphodo/rapid.py:3517 msgid "Download Failure" msgstr "Fehler beim Übertragen" #: ../raphodo/rapid.py:3518 msgid "The download cannot proceed." msgstr "Die Übertragung kann nicht fortfahren." #: ../raphodo/rapid.py:3536 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:3547 ../raphodo/rapid.py:3561 #, 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:3549 ../raphodo/rpdfile.py:179 msgid "photos" msgstr "Fotos" #: ../raphodo/rapid.py:3563 ../raphodo/rpdfile.py:174 msgid "videos" msgstr "Filme" #: ../raphodo/rapid.py:3573 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:3589 ../raphodo/rapid.py:3605 #, 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:3592 ../raphodo/rpdfile.py:181 ../raphodo/rpdfile.py:850 msgid "photo" msgstr "Foto" #: ../raphodo/rapid.py:3608 ../raphodo/rpdfile.py:176 ../raphodo/rpdfile.py:912 msgid "video" msgstr "Film" #: ../raphodo/rapid.py:3616 msgid "Backup problem" msgstr "Sicherungsproblem" #: ../raphodo/rapid.py:4447 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s — %(time_left)s verbleibend (%(speed)s)" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4527 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s heruntergeladen" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4537 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s konnten nicht heruntergeladen werden" #: ../raphodo/rapid.py:4543 ../raphodo/rapid.py:4650 msgid "warnings" msgstr "Warnungen" #: ../raphodo/rapid.py:4578 msgid "All downloads complete" msgstr "Alle Übertragungen wurden abgeschlossen" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4588 ../raphodo/rapid.py:4603 ../raphodo/rapid.py:4619 #: ../raphodo/rapid.py:4634 ../raphodo/rapid.py:4649 #, 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:4593 ../raphodo/rapid.py:4624 #, 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:4608 ../raphodo/rapid.py:4639 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s konnten nicht heruntergeladen werden" #: ../raphodo/rapid.py:4675 msgid "1 failure" msgstr "1 Fehler" #: ../raphodo/rapid.py:4677 #, python-format msgid "%d failures" msgstr "%d Fehler" #: ../raphodo/rapid.py:4682 msgid "1 warning" msgstr "1 Warnung" #: ../raphodo/rapid.py:4684 #, python-format msgid "%d warnings" msgstr "%d Warnungen" #: ../raphodo/rapid.py:4709 #, 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:4716 #, 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:4725 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Keine Dateien heruntergeladen — %(failures)s" #: ../raphodo/rapid.py:4727 msgid "No files downloaded" msgstr "Keine Dateien heruntergeladen" #: ../raphodo/rapid.py:4767 msgid "Program preferences are invalid" msgstr "Die Benutzervoreinstellungen sind ungültig" #: ../raphodo/rapid.py:4886 #, 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:4905 #, 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:4925 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4936 msgid "&Try Again" msgstr "&Erneut versuchen" #: ../raphodo/rapid.py:4937 msgid "&Ignore This Device" msgstr "&Dieses Gerät ignorieren" #: ../raphodo/rapid.py:5029 #, 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:5032 msgid "Unfortunately you cannot download from this device." msgstr "Leider können Sie von diesem Gerät nicht übertragen." #: ../raphodo/rapid.py:5036 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:5041 msgid "Device scan failed" msgstr "Gerätesuche fehlgeschlagen" #: ../raphodo/rapid.py:5578 #, 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:5613 #, 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:5775 msgid "Completed Downloads Present" msgstr "Aktuelle Übertragungen abgeschlossen" #: ../raphodo/rapid.py:5777 #, python-format msgid "%s whose download have completed are displayed." msgstr "%s, deren Übertragung abgeschlossen ist, werden angezeigt." #: ../raphodo/rapid.py:5779 msgid "Do you want to clear the completed downloads?" msgstr "Möchten Sie abgeschlossene Übertragungen bereinigen?" #: ../raphodo/rapid.py:5781 msgid "Completed Download Present" msgstr "Aktuelle Übertragung abgeschlossen" #: ../raphodo/rapid.py:5782 #, python-format msgid "%s whose download has completed is displayed." msgstr "%s, deren Übertragung abgeschlossen ist, wird angezeigt." #: ../raphodo/rapid.py:5783 msgid "Do you want to clear the completed download?" msgstr "Möchten Sie die abgeschlossene Übertragung bereinigen?" #: ../raphodo/rapid.py:5867 #, 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:6212 #, 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:6216 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:6222 #, 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:6226 msgid "Any device with the same name will be ignored." msgstr "Jedes Gerät mit dem gleichen Namen wird ignoriert." #: ../raphodo/rapid.py:6645 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "Von %(location)s wird auf diesen Rechner übertragen." #: ../raphodo/rapid.py:6649 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:6705 #, python-format msgid "Generating thumbnails for %s" msgstr "Vorschaubilder für %s werden erstellt" #: ../raphodo/rapid.py:6712 #, python-format msgid "Scanning %s" msgstr "%s wird eingelesen" #: ../raphodo/rapid.py:6726 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" "%(number)s von %(available files)s zur Übertragung angehakt (%(hidden)s " "versteckt)" #: ../raphodo/rapid.py:6738 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "%(number)s von %(available files)s zur Übertragung angehakt" #: ../raphodo/rapid.py:7035 msgid "Show version numbers of program and its libraries and exit." msgstr "" "Versionsnummern des Programms und seiner Bibliotheken anzeigen und beenden." #: ../raphodo/rapid.py:7042 msgid "Display program information when run from the command line." msgstr "Zeige Programminformation beim Start via Kommandozeile." #: ../raphodo/rapid.py:7048 msgid "Display debugging information when run from the command line." msgstr "Zeige Debugging-Informationen beim Start via Kommandozeile." #: ../raphodo/rapid.py:7055 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:7061 msgid "Turn on or off the the renaming of photos." msgstr "Schalte das Umbenennen von Fotos an oder aus." #: ../raphodo/rapid.py:7067 msgid "Turn on or off the the renaming of videos." msgstr "Schalte das Umbenennen von Videos an oder aus." #: ../raphodo/rapid.py:7075 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:7083 msgid "Turn on or off downloading from this computer." msgstr "Das Übertragen von diesem Rechner an- oder ausschalten." #: ../raphodo/rapid.py:7088 ../raphodo/rapid.py:7095 ../raphodo/rapid.py:7102 #: ../raphodo/rapid.py:7146 ../raphodo/rapid.py:7156 msgid "PATH" msgstr "PFAD" #: ../raphodo/rapid.py:7090 msgid "The PATH on this computer from which to download." msgstr "Der PFAD auf diesem Rechner, von dem übertragen wird." #: ../raphodo/rapid.py:7097 msgid "The PATH where photos will be downloaded to." msgstr "Der PFAD, auf den Fotos übertragen werden." #: ../raphodo/rapid.py:7104 msgid "The PATH where videos will be downloaded to." msgstr "Der PFAD, auf den Videos übertragen werden." #: ../raphodo/rapid.py:7111 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:7117 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:7122 ../raphodo/rapid.py:7134 msgid "FOLDER" msgstr "ORDNER" #: ../raphodo/rapid.py:7125 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "photos up to, create a folder on it with this name." msgstr "" "Der ORDNER, in dem Sicherungen der automatisch erkannten Sicherungsmedien " "für Fotos abgelegt werden, mit dem Namen des Ordners als Erkennungsmerkmal, " "ob das Medium zur Sicherung verwendet werden soll. Auf jedem Gerät, auf das " "Sie Fotos sichern möchten, erstellen Sie einen Ordner mit diesem Namen." #: ../raphodo/rapid.py:7137 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "up videos to, create a folder on it with this name." msgstr "" "Der ORDNER, in dem Sicherungen der automatisch erkannten Sicherungsmedien " "für Videos abgelegt werden, mit dem Namen des Ordners als Erkennungsmerkmal, " "ob das Medium zur Sicherung verwendet werden soll. Auf jedem Gerät, auf das " "Sie Videos sichern möchten, erstellen Sie einen Ordner mit diesem Namen." #: ../raphodo/rapid.py:7149 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:7159 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:7167 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "Fotos mit folgender Erweiterung auslassen: %s" #: ../raphodo/rapid.py:7177 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:7184 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:7191 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" "Rapid Photo Downloader- eigenen Zwischenspeicher für Vorschaubilder an- oder " "ausschalten. Beim Ausschalten bleiben Inhalte des Zwischenspeichers erhalten." #: ../raphodo/rapid.py:7200 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:7208 msgid "Forget which files have been previously downloaded, and exit." msgstr "Zuvor heruntergeladene Dateien vergessen und beenden." #: ../raphodo/rapid.py:7215 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:7224 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:7232 msgid "Include gphoto2 debugging information in log files." msgstr "gphoto2-Fehlerinformationen in Protokolldateien einschließen." #: ../raphodo/rapid.py:7238 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:7245 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:7255 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:7348 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:7359 msgid "No prior program preferences detected: exiting." msgstr "Keine früheren Programm-Voreinstellungen gefunden: Schließe." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:7366 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "Importiere Voreinstellungen von Rapid Photo Downloader %(version)s" #: ../raphodo/rapid.py:7437 #, 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:7452 msgid "Program aborting." msgstr "Programmabbruch." #: ../raphodo/rapid.py:7542 msgid "Never run this program as the sudo / root user." msgstr "Starten Sie dieses Programm niemals als sudo- oder root-Benutzer." #: ../raphodo/rapid.py:7547 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:7562 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:7637 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:7842 msgid "All settings and caches have been reset." msgstr "Alle Einstellungen und Zwischenspeicher wurden zurückgesetzt." #: ../raphodo/rapid.py:7850 msgid "Thumbnail Cache has been reset." msgstr "Vorschaubildpuffer wurde zurückgesetzt." #: ../raphodo/rapid.py:7856 msgid "Remembered files have been forgotten." msgstr "Gemerkte Dateien wurden vergessen." #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Remember this choice" msgstr "Diese Auswahl me&rken" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't ask me about this again" msgstr "Mich nicht mehr erneut &danach fragen" #: ../raphodo/ui/rememberthisdialog.py:80 msgid "&Don't warn me about this again" msgstr "Mich nicht mehr erneut &darüber warnen" #: ../raphodo/ui/rememberthisdialog.py:87 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:626 msgid "subfolder and filename" msgstr "Unterordner und Dateiname" #: ../raphodo/renameandmovefile.py:628 msgid "filename" msgstr "Dateiname" #: ../raphodo/renameandmovefile.py:630 msgid "subfolder" msgstr "Unterordner" #: ../raphodo/ui/renamepanel.py:327 msgid "A counter for how many downloads occur on each day" msgstr "Ein Zähler für die Anzahl der täglichen Übertragungen" #: ../raphodo/ui/renamepanel.py:328 msgid "Downloads today:" msgstr "Übertragungen heute:" #: ../raphodo/ui/renamepanel.py:350 msgid "A counter that is remembered each time the program is run " msgstr "Ein Zähler, der sich die Anzahl der Programmstarts merkt " #: ../raphodo/ui/renamepanel.py:351 msgid "Stored number:" msgstr "Gespeicherte Nummer:" #: ../raphodo/ui/renamepanel.py:363 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" "Zeitpunkt, zu dem die Sequenznummer Übertragungen heute zurückgesetzt " "werden soll" #: ../raphodo/ui/renamepanel.py:365 msgid "Day start:" msgstr "Beginn des Tages:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:375 msgid "Synchronize RAW + JPEG" msgstr "RAW + JPEG synchronisieren" #: ../raphodo/ui/renamepanel.py:379 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" "Synchronisiere Sequenznummern übereinstimmender RAW- und JPEG-Paarungen.\n" "\n" "SIehe Online-Dokumentation für mehr Details." #: ../raphodo/ui/renamepanel.py:384 msgid "Sequence Numbers" msgstr "Sequenznummern" #: ../raphodo/ui/renamepanel.py:395 msgid "Strip incompatible characters" msgstr "Nicht kompatible Zeichen entfernen" #: ../raphodo/ui/renamepanel.py:400 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" "Legt fest, ob Sonderzeichen, die auf anderen Betriebssystemen verboten sind, " "aus den Bezeichnungen der Foto- und Videoordner entfernt werden sollen" #: ../raphodo/ui/renamepanel.py:404 msgid "Compatibility" msgstr "Kompatibilität" #: ../raphodo/ui/renamepanel.py:484 msgid "Photo Renaming" msgstr "Fotoumbenennung" #: ../raphodo/ui/renamepanel.py:488 msgid "Video Renaming" msgstr "Videoumbenennung" #: ../raphodo/ui/renamepanel.py:492 msgid "Renaming Options" msgstr "Umbenennungsoptionen" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "Fotos und Filme" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "Fotos oder Filme" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:273 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:302 msgid "a video" msgstr "ein Video" #: ../raphodo/rpdfile.py:304 msgid "1 Video" msgstr "1 Video" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:314 msgid "a photo" msgstr "ein Foto" #: ../raphodo/rpdfile.py:316 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:830 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s auf %(camera)s" #: ../raphodo/rpdfile.py:851 msgid "Photo" msgstr "Foto" #: ../raphodo/rpdfile.py:913 msgid "Video" msgstr "Film" #: ../raphodo/storage/storage.py:251 msgid "File system root" msgstr "Dateisystem-Root" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:589 msgid "Pictures" msgstr "Bilder" #: ../raphodo/sudocommand.py:93 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:100 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:140 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:583 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "Aufgenommen am %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:593 #, 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:605 ../raphodo/thumbnaildisplay.py:668 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:623 #, python-format msgid "Memory cards: %s" msgstr "Speicherkarten: %s" #: ../raphodo/thumbnaildisplay.py:628 #, python-format msgid "Memory card: %s" msgstr "Speicherkarte: %s" #: ../raphodo/thumbnaildisplay.py:635 msgid "Downloaded as:" msgstr "Heruntergelaen als:" #: ../raphodo/thumbnaildisplay.py:682 #, python-format msgid "

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

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

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

Manuell, wie zuvor heruntergeladen am %(date)s, festgelegt" #: ../raphodo/thumbnaildisplay.py:2257 msgid "Copy Path" msgstr "Pfad kopieren" #: ../raphodo/thumbnaildisplay.py:2263 msgid "Mark File as Downloaded" msgstr "Datei als heruntergeladen kennzeichnen" #: ../raphodo/thumbnaildisplay.py:2268 msgid "Mark Files as Downloaded" msgstr "Dateien als heruntergeladen kennzeichnen" #: ../raphodo/utilities.py:215 msgid "B" msgstr "B" #: ../raphodo/utilities.py:216 msgid "KB" msgstr "KB" #: ../raphodo/utilities.py:217 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:218 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:219 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:220 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:221 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:222 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:223 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:486 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s und %(last_item)s" #: ../raphodo/utilities.py:570 msgid "one" msgstr "eins" #: ../raphodo/utilities.py:571 msgid "two" msgstr "zwei" #: ../raphodo/utilities.py:572 msgid "three" msgstr "drei" #: ../raphodo/utilities.py:573 msgid "four" msgstr "vier" #: ../raphodo/utilities.py:574 msgid "five" msgstr "fünf" #: ../raphodo/utilities.py:575 msgid "six" msgstr "sechs" #: ../raphodo/utilities.py:576 msgid "seven" msgstr "sieben" #: ../raphodo/utilities.py:577 msgid "eight" msgstr "acht" #: ../raphodo/utilities.py:578 msgid "nine" msgstr "neun" #: ../raphodo/utilities.py:579 msgid "ten" msgstr "zehn" #: ../raphodo/utilities.py:580 msgid "eleven" msgstr "elf" #: ../raphodo/utilities.py:581 msgid "twelve" msgstr "zwölf" #: ../raphodo/utilities.py:582 msgid "thirteen" msgstr "dreizehn" #: ../raphodo/utilities.py:583 msgid "fourteen" msgstr "vierzehn" #: ../raphodo/utilities.py:584 msgid "fifteen" msgstr "fünfzehn" #: ../raphodo/utilities.py:585 msgid "sixteen" msgstr "sechzehn" #: ../raphodo/utilities.py:586 msgid "seventeen" msgstr "siebzehn" #: ../raphodo/utilities.py:587 msgid "eighteen" msgstr "achtzehn" #: ../raphodo/utilities.py:588 msgid "ninenteen" msgstr "neunzehn" #: ../raphodo/utilities.py:589 msgid "twenty" msgstr "zwanzig" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&OK" msgstr "&OK" #: ../raphodo/ui/viewutils.py:680 ../raphodo/ui/viewutils.py:700 msgid "&Save" msgstr "&Speichern" #: ../raphodo/ui/viewutils.py:681 msgid "&Help" msgstr "&Hilfe" #: ../raphodo/ui/viewutils.py:682 msgid "Restore Defaults" msgstr "Standardeinstellungen wiederherstellen" #: ../raphodo/ui/viewutils.py:683 ../raphodo/ui/viewutils.py:701 msgid "&Yes" msgstr "&Ja" #: ../raphodo/ui/viewutils.py:684 ../raphodo/ui/viewutils.py:702 msgid "&No" msgstr "&Nein" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:105 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:109 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:115 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:309 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:314 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:321 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:390 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:403 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:558 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:562 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:566 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:570 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:594 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:596 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:598 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:638 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:652 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1459 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1463 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1606 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1612 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" "Fotos und Videos von Kameras oder anderen Geräten und Speichermedien " "übertragen und/oder umbenennen sowie Sicherheitskopien erstellen" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" "Rapid Photo Downloader importiert Fotos und Videos von Kameras, Telefonen, " "Speicherkarten und anderen Geräten mit hoher Geschwindigkeit. Es erlaubt das " "Umbenennen von Fotos und Videos in von Ihnen festgelegte, sprechende " "Dateinamen. Außerdem kann es Fotos und Videos bereits während der " "Übertragung sichern. Es überträgt von und sichert nach mehreren Geräten " "gleichzeitig." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" "Einzigartig an Rapid Photo Downloader ist seine Zeitleiste, die Fotos und " "Videos in Abhängigkeit von der Zeitspanne, die zwischen den Aufnahmen " "vergangen ist, gruppiert. Verwenden Sie sie, um Fotos und Videos zuzuordnen, " "die über einen Tag verteilt oder an aufeinanderfolgenden Tagen aufgenommen " "wurden." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" "Von einem Fotografen entwickelt ist Rapid Photo Downloader für " "professionelle und Amateur-Fotografen gleichermaßen einfach einzurichten und " "zu verwenden. Voreinstellungen des Programms werden ohne komplizierte Codes " "konfiguriert. Häufige Aufgaben lassen sich automatisieren, beispielsweise " "das Aushängen einer Speicherkarte nach erfolgreicher Übertragung." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "Das Hauptfenster" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "Umbennennung" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "Fotoübertragung" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" "Foto;übertragen;Fotografie;Import;Video;RAW;Kamera;Smartphone;Laden;Sicherung" ";Speicher;Speicherkarte;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "Fotos und Videos mit Rapid-Fotoübertragung übertragen" #, python-format #~ msgid "Example: %s" #~ msgstr "Beispiel: %s" #~ msgid "externaldrive1" #~ msgstr "ExternesLaufwerk1" #~ msgid "externaldrive2" #~ msgstr "ExternesLaufwerk2" #~ msgid "Backing up error" #~ msgstr "Fehler beim Erstellen der Sicherungskopie" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Quelle: %(source)s\n" #~ "Ziel: %(destination)s" #~ msgid "and" #~ msgstr "und" #~ msgid "MB/s" #~ msgstr "MB/s" #, python-format #~ msgid "and %s" #~ msgstr "und %s" #~ msgid " " #~ msgstr " " #~ msgid "Backup" #~ msgstr "Datensicherung" #~ msgid ":" #~ msgstr ":" #~ msgid "Example" #~ msgstr "Beispiel" #~ msgid " hh:mm" #~ msgstr " hh:mm" #~ msgid "Example:" #~ msgstr "Beispiel:" #~ msgid "New:" #~ msgstr "Neu:" #~ msgid "Original:" #~ msgstr "Original:" #~ msgid "Error Handling" #~ msgstr "Fehlerbehandlung" #~ msgid "Backup\t" #~ msgstr "Datensicherung\t" #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "Suche automatisch nach portablen Laufwerken" #~ msgid "Backup" #~ msgstr "Datensicherung" #~ msgid "Error Log" #~ msgstr "Fehlerprotokoll" #~ msgid "_Clear Completed Downloads" #~ msgstr "_Heruntergeladene Dateien nicht mehr anzeigen" #~ msgid "_Error Log" #~ msgstr "_Fehlerprotokoll" #~ msgid "_Help" #~ msgstr "_Hilfe" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Etwa %i Sekunden verbleibend" #~ msgid "About 1 second remaining" #~ msgstr "Etwa 1 Sekunde verbleibend" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Etwa %(minutes)i:%(seconds)02i Minuten verbleibend" #~ msgid "About 1 minute remaining" #~ msgstr "Etwa 1 Minute verbleibend" #~ msgid "Name + extension" #~ msgstr "Name + Erweiterung" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "Kompatibilität mit anderen Betriebssystemen" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/medium/externeslaufwerk/Fotos" #~ msgid "Job Code:" #~ msgstr "Auftragsbezeichnung:" #~ msgid "Enter a Job Code" #~ msgstr "Geben Sie eine Auftragsbezeichnung ein" #~ msgid "Job Codes" #~ msgstr "Auftragsbezeichnungen" #~ msgid "Job Codes" #~ msgstr "Auftragsbezeichnungen" #~ msgid "Sequence Numbers" #~ msgstr "Sequenznummern" #~ msgid "Sydney" #~ msgstr "Sydney" #~ msgid "Berlin" #~ msgstr "Berlin" #~ msgid "Paris" #~ msgstr "Paris" #~ msgid "New York" #~ msgstr "New York" #~ msgid "Prague" #~ msgstr "Prag" #~ msgid "Manila" #~ msgstr "Manila" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Helsinki" #~ msgstr "Helsinki" #~ msgid "Kampala" #~ msgstr "Kampala" #~ msgid "Tehran" #~ msgstr "Teheran" #~ msgid "Stockholm" #~ msgstr "Stockholm" #~ msgid "Rome" #~ msgstr "Rom" #~ msgid "Moscow" #~ msgstr "Moskau" #~ msgid "Budapest" #~ msgstr "Budapest" #~ msgid "Jakarta" #~ msgstr "Jakarta" #~ msgid "Madrid" #~ msgstr "Madrid" #~ msgid "Delhi" #~ msgstr "Delhi" #~ msgid "Warsaw" #~ msgstr "Warschau" #~ msgid "_Remember this choice" #~ msgstr "_Auswahl merken" #~ msgid "_Add..." #~ msgstr "_Hinzufügen …" #~ msgid "R_emove All" #~ msgstr "_Alle entfernen" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Quelle: %(source)s" #~ msgid "Remove all Job Codes?" #~ msgstr "Alle Auftragsbezeichnungen entfernen?" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "Das Zielverzeichnis konnte nicht erstellt werden: %(directory)s\n" #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "Synchronisiere RAW + JPEG Sequenznummern" #~ msgid "Error in Video Rename preferences" #~ msgstr "Fehler in den Vorgaben zur Umbennennung von Filmen" #~ msgid "Error in Photo Rename preferences" #~ msgstr "Fehler in den Vorgaben zur Umbennennung von Bildern" #~ msgid "Videos:" #~ msgstr "Filme:" #~ msgid "Example: /home/user/Pictures" #~ msgstr "Beispiel: /home/user/Bilder" #~ msgid "Devices" #~ msgstr "Laufwerke" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "" #~ "Soll dieses Laufwerk oder diese Partition zum Herunterladen von Bildern oder " #~ "Filmen verwendet werden?" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s von %(total)s %(filetypes)s" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "Alle Einstellungen auf Standardwerte zurücksetzten und beenden" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "" #~ "Anzeigen der Dateitypen für Bilder und Filme anzeigen, welche das Programm " #~ "erkennt und beenden" #~ msgid "All settings and preferences have been reset" #~ msgstr "Alle Einstellungen wurden zurückgesetzt" #~ msgid "Location:" #~ msgstr "Ort:" #~ msgid "Video backup folder name:" #~ msgstr "Sicherungsordner für Filme:" #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "Bitte geben Sie an was geschehen soll, falls bei der Sicherung bereits eine " #~ "Datei mit demselben Namen vorhanden ist, Überspringen oder Überschreiben." #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Fehler: %(inst)s" #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "" #~ "Bilder mit gleichem Dateinamen aber unterschiedlichen Aufnahmezeiten gefunden" #~ msgid "Select All Without _Job Code" #~ msgstr "Alle ohne Auftragsbezeichnung auswählen" #~ msgid "Select All Wit_h Job Code" #~ msgstr "Alle mit Auftragsbezeichnung auswählen" #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "" #~ "Bitte wählen Sie aus, was zu tun ist, wenn ein Bild oder ein Film bereits " #~ "heruntergeladen wurde, entweder Datei überspringen oder eine eindeutige " #~ "Bezeichnung anfügen." #~ msgid "_File" #~ msgstr "_Datei" #~ msgid "_Select" #~ msgstr "_Auswahl" #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #~ msgid "Free space:" #~ msgstr "Freier Speicherplatz:" #~ msgid "; " #~ msgstr "; " #~ msgid "." #~ msgstr "." #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #, python-format #~ msgid "%(free)s free" #~ msgstr "%(free)s verfügbar" #, python-format #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "%(filetype)s Metadaten können nicht gelesen werden" #, python-format #~ msgid "Error generating component %s." #~ msgstr "Fehler beim Erstellen von %s." #, python-format #~ msgid "%(filetype)s %(area)s could not be generated" #~ msgstr "%(filetype)s %(area)s können nicht erstellt werden" #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Datei: %(file)s" #, python-format #~ msgid "" #~ "%(filetype)s could not be backed up because no suitable backup locations " #~ "were found." #~ msgstr "" #~ "Von %(filetype)s konnte keine Sicherungskopie erstellt werden, da kein " #~ "entsprechenden Verzeichnis gefunden wurde." #, python-format #~ msgid "%(filetype)s already exists" #~ msgstr "%(filetype)s existiert bereits" #, python-format #~ msgid "%(filetype)s was already downloaded" #~ msgstr "%(filetype)s wurde bereits heruntergeladen" #, python-format #~ msgid "An error occurred when copying the %(filetype)s" #~ msgstr "Beim Kopieren von %(filetype)s ist ein Fehler aufgetreten" #, python-format #~ msgid "The existing %(filetype)s was last modified on %(date)s at %(time)s." #~ msgstr "" #~ "Die existierende Datei %(filetype)s wurde zuletzt am %(date)s um %(time)s " #~ "modifiziert." #, python-format #~ msgid "" #~ "The existing %(filetype)s was last modified on %(date)s at %(time)s. Unique " #~ "identifier '%(identifier)s' added." #~ msgstr "" #~ "Die existierende Datei %(filetype)s wurde zuletzt am %(date)s um %(time)s " #~ "modifiziert. Eine eindeutige Kennung '%(identifier)s' wurde angefügt." #, python-format #~ msgid "Error: %(errorno)s %(strerror)s" #~ msgstr "Fehler: %(errorno)s %(strerror)s" #~ msgid "The metadata might be corrupt." #~ msgstr "Die Metadaten scheinen korrupt zu sein." #, python-format #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #~ msgid "Errors occurred when backing up on the following backup devices: " #~ msgstr "" #~ "Fehler traten auf beim beim Erstellen der Sicherungskopien auf die folgenden " #~ "Laufwerke: " #, python-format #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "" #~ "Ein Fehler trat auf beim beim Erstellen der Sicherungskopien auf Laufwerk " #~ "%(volume)s." #, python-format #~ msgid "" #~ "Photos detected with the same filenames, but taken at different times: " #~ "%(details)s" #~ msgstr "" #~ "Bilder mit identischen Dateinamen aber unterschiedlichen Aufnahmezeiten " #~ "gefunden: %(details)s" #~ msgid "" #~ "The filename, extension and Exif information indicate it has already been " #~ "downloaded." #~ msgstr "" #~ "Dateiname, Erweiterung und EXIF-Informationen zeigen an, dass das Bild schon " #~ "heruntergeladen wurde." #, python-format #~ msgid " It was backed up to %(volume)s" #~ msgstr " Es wurde auf %(volume)s gesichert" #~ msgid " It was backed up to these devices: " #~ msgstr " Es wurde auf diese Laufwerke gesichert: " #, python-format #~ msgid "%s, " #~ msgstr "%s, " #, python-format #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)s und %(final_volume)s." #, python-format #~ msgid "An error occurred when backing up on %(volume)s: %(inst)s." #~ msgstr "" #~ "Ein Fehler trat auf beim beim Erstellen der Sicherungskopien auf Laufwerk " #~ "%(volume)s: %(inst)s." #~ msgid "Backups overwritten on these devices: " #~ msgstr "Sicherungskopien überschrieben auf den folgenden Laufwerken: " #, python-format #~ msgid "Backup overwritten on %(volume)s." #~ msgstr "Sicherungskopie überschrieben auf %(volume)s." #, python-format #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #~ msgid "Backups already exist in these locations: " #~ msgstr "Sicherungskopien existieren bereits auf den folgenden Laufwerken: " #, python-format #~ msgid "Backup already exists on %(volume)s." #~ msgstr "Sicherungskopie existiert bereits auf %(volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)s und %(volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)s und %(volume)s (%(inst)s)." #, python-format #~ msgid "%(previousproblem)s Additionally, %(newproblem)s" #~ msgstr "%(previousproblem)s zusätzlich, %(newproblem)s" #, python-format #~ msgid "An error occurred when creating directories on %(volume)s: %(inst)s." #~ msgstr "Fehler beim Erstellen der Verzeichnisse auf %(volume)s: %(inst)s." #~ msgid "" #~ "Errors occurred when creating directories on the following backup devices: " #~ msgstr "" #~ "Fehler beim Erstellen der Verzeichnisse auf den folgenden " #~ "Sicherungslaufwerken: " #~ msgid "The following metadata is missing: " #~ msgstr "Die folgenden Metadaten fehlen: " #, python-format #~ msgid "There is no data with which to name the %(filetype)s." #~ msgstr "" #~ "Es existieren keine Daten um den Dateinamen zu erstellen %(filetype)s." #, python-format #~ msgid "%(missing_metadata_elements)s and %(final_missing_metadata_element)s." #~ msgstr "" #~ "%(missing_metadata_elements)s und %(final_missing_metadata_element)s." #, python-format #~ msgid " Furthermore, there were %(problems)s." #~ msgstr " Zustätzlich sind folgende Probleme aufgetreten %(problems)s." #, python-format #~ msgid "An error occurred when copying the %(filetype)s, but it was backed up" #~ msgstr "" #~ "Beim kopieren von %(filetype)s, ist ein Fehler aufgetreten, es wurde aber " #~ "gesichert" #, python-format #~ msgid "%(filetype)s already exists, but it was backed up" #~ msgstr "%(filetype)s existiert bereits, wurde aber gesichert" #~ msgid "Multiple problems were encountered" #~ msgstr "Mehrere Probleme sind aufgetreten" #, python-format #~ msgid "%(previousproblem)s, and %(backinguperror)s" #~ msgstr "%(previousproblem)s, und %(backinguperror)s" #, python-format #~ msgid " Furthermore, there was a %(problem)s." #~ msgstr " Zustätzlich ist folgendes Problem aufgetreten %(problem)s." #, python-format #~ msgid "Path: %s" #~ msgstr "Pfad: %s" #~ msgid "Next File" #~ msgstr "Nächste Datei" #~ msgid "Previous File" #~ msgstr "Vorherige Datei" #~ msgid "Miscellaneous" #~ msgstr "Verschiedenes" #~ msgid "_Uncheck All" #~ msgstr "A_uswahl aufheben" #~ msgid "_Include in download" #~ msgstr "_Datei herunterladen" #~ msgid "_Download" #~ msgstr "_Herunterladen" #~ msgid "_Check All" #~ msgstr "_Alle auswählen" #~ msgid "Performance" #~ msgstr "Geschwindigkeit" #~ msgid "Generate thumbnails (slower)" #~ msgstr "Vorschaubilder erstellen (langsam)" #~ msgid "Device Options" #~ msgstr "Geräteeinstellungen" #~ msgid "Device Options" #~ msgstr "Geräteeinstellungen" #~ msgid "Re_move All" #~ msgstr "Alle _entfernen" #~ msgid "Use _python-style regular expressions" #~ msgstr "Verwende _python-style reguläre Ausdrücke" #~ msgid "Remembered Paths" #~ msgstr "Gespeicherte Pfade" #~ msgid "" #~ "Remembered paths are those associated with devices that you have chosen to " #~ "always scan or ignore when automatic detection of Portable Storage Devices " #~ "is enabled." #~ msgstr "" #~ "Gespeicherte Pfade sind Geräten zugeordnet, welche nach Ihren Vorgaben immer " #~ "durchsucht oder immer ignoriert werden, sobald die automatische Erkennung " #~ "von transportablen Speichergeräten eingeschaltet ist." #~ msgid "" #~ "Specify the ending portion of any paths you want ignored when scanning " #~ "devices for photos or videos. Any path ending with the values below will not " #~ "be scanned." #~ msgstr "" #~ "Spezifizieren Sie den letzten Teil eines Pfades an, welcher beim Durchsuchen " #~ "von Geräten nach Bildern oder Filmen ignoriert werden soll. Jegliche Pfade " #~ "welche mit diesen Werten enden, werden nicht durchsucht." #~ msgid "Invalid regular expression" #~ msgstr "Ungültiger regulärer Ausdruck" #, python-format #~ msgid "" #~ "The following regular expressions are invalid, and will be removed unless " #~ "you correct them:\n" #~ " %s" #~ msgstr "" #~ "Die folgenden regulären Ausdrücke sind ungültig und werden entfernt, sofern " #~ "Sie sie nicht korrigieren:\n" #~ " %s" #, python-format #~ msgid "" #~ "This regular expression is invalid, and will be removed unless you correct " #~ "it:\n" #~ " %s" #~ msgstr "" #~ "Der folgende reguläre Ausdruck ist ungültig und wird entfernt, sofern Sie " #~ "ihn nicht korrigieren:\n" #~ " %s" #~ msgid "" #~ "If you enable automatic detection of Portable Storage Devices, the entire " #~ "device will be scanned. On large devices, this could take some time.\n" #~ "\n" #~ "When this option is enabled, and a potential device is detected, you will be " #~ "prompted to determine if it should be scanned or not." #~ msgstr "" #~ "Wenn Sie die automatische Erkennung von transportablen Speichergeräten " #~ "einschalten, wird das ganze Gerät durchsucht. Dies kann je nach Grösse " #~ "einige Zeit dauern.\n" #~ "\n" #~ "Ist diese Option eingeschaltet, so werden Sie nach der Erkennung eines " #~ "Gerätes gefragt, ob es durchsucht werden soll oder nicht." #~ msgid "the root of the file system" #~ msgstr "Stammverzeichnis des Dateisystems" #~ msgid "Copy" #~ msgstr "Kopieren" #~ msgid "Move" #~ msgstr "Verschieben" #~ msgid "scanning..." #~ msgstr "Laufwerk wird durchsucht …" #, python-format #~ msgid "Date time value %s appears invalid." #~ msgstr "Die Werte für Datum und Uhrzeit %s scheinen ungültig zu sein." #, python-format #~ msgid "Problems in %s generation" #~ msgstr "Probleme bei der Erstellung von %s" #, python-format #~ msgid "Problem in %s generation" #~ msgstr "Problem bei der Erstellung von %s" #~ msgid "To" #~ msgstr "Nach" #~ msgid "From" #~ msgstr "Von" #, python-format #~ msgid "scanning (found %(photos)s photos and %(videos)s videos)..." #~ msgstr "Suche läuft (%(photos)s Fotos und %(videos)s Videos gefunden) …" #~ msgid "_Translate this Application..." #~ msgstr "_Diese Anwendung übersetzen …" #~ msgid "_Get Help Online..." #~ msgstr "_Im Netz Hilfe erhalten …" #~ msgid "_Make a Donation..." #~ msgstr "_Etwas Spenden …" #~ msgid "_Report a Problem..." #~ msgstr "_Ein Problem melden …" #~ msgid "About..." #~ msgstr "Über …" #~ msgid "Download cannot proceed" #~ msgstr "Das Herunterladen kann nicht weitergeführt werden" #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "%(file_type)s Übertragungsordner ist schreibgeschützt" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "%(file_type)s Übertragungsordner ist ungültig" #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "%(file_type)s Übertragungsordner existiert nicht" #~ msgid "Select a folder to download videos to" #~ msgstr "Einen Ordner für das Herunterladen von Filmen auswählen" #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "Fehler in den Vorgaben zur Filmeübertragsunterordner" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "Fehler in den Vorgaben für Bilderübertragsunterordner" #, python-format #~ msgid "The %(filetype)s did not download correctly" #~ msgstr "Der %(filetype)s wurde nicht richtig heruntergeladen" #~ msgid "" #~ "File verification failed. The downloaded version is different from the " #~ "original." #~ msgstr "" #~ "Die Überprüfung schlug fehl. Die heruntergeladene Version ist " #~ "unterschiedlich im Vergleich zu Original." #~ msgid "Download / Pause" #~ msgstr "Übertragen / Pause" #~ msgid "Failed to create download subfolder" #~ msgstr "Der Übertragungsunterordner konnte nicht erstellt werden" #~ msgid "" #~ "Specify the time in 24 hour format at which the Downloads today " #~ "sequence number should be reset." #~ msgstr "" #~ "Geben Sie die Uhrzeit im 24-Stunden Format an, wann die Sequenznummer in " #~ "Übertragungen heute zurückgesetzt werden soll." #~ msgid "Video Download Folders" #~ msgstr "Filmübertragungsordner" #~ msgid "Download Folder" #~ msgstr "Übertragungsordner" #~ msgid "Verify files as they are downloaded" #~ msgstr "Nach dem Herunterladen alle Dateien überprüfen" #~ msgid "An unknown error occurred" #~ msgstr "Es ist ein unbekannter Fehler aufgetreten" #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "Wollen Sie wirklich von hier herunterladen? Auf manchen Systemen kann das " #~ "Einlesen dieses Ortes sehr lange dauern." #~ msgid "Auto Detect" #~ msgstr "Automatisch erkennen" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Bitte einen Ordner auswählen, welcher %(file_types)s enthält" #~ msgid "Quit" #~ msgstr "Beenden" #~ msgid "Help" #~ msgstr "Hilfe" #~ msgid "Refresh" #~ msgstr "Auffrischen" #~ msgid "Rename Options" #~ msgstr "Umbenennungoptionen" #~ msgid "Rename Options" #~ msgstr "Umbenennungoptionen" #~ msgid "Program Automation" #~ msgstr "Programmautomatisierung" #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s konnte nicht ausgehängt werden" #~ msgid "Photos:" #~ msgstr "Fotos:" #, python-format #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "Eine Sicherungskopie von Fotos und Filmen nach %(path)s erstellen" #~ msgid "Select a folder to download photos to" #~ msgstr "Bitte einen Ordner zum Herunterladen der Fotos auswählen" #, python-format #~ msgid "Folder: %s" #~ msgstr "Ordner: %s" #~ msgid "Select a folder in which to backup photos" #~ msgstr "Bitte einen Order für die Sicherungskopien der Fotos auswählen" #~ msgid "Select a folder in which to backup videos" #~ msgstr "Bitte einen Order für die Sicherungskopien der Filme auswählen" #~ msgid "Problems in subfolder and filename generation" #~ msgstr "Probleme bei der Erstellung der Unterordner und Dateinamen" #~ msgid "Problem in subfolder and filename generation" #~ msgstr "Problem bei der Erstellung der Unterordner und Dateinamen" #~ msgid "Download Subfolders" #~ msgstr "Übertragungsunterordner" #~ msgid "Download folder:" #~ msgstr "Übertragungsordner:" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Bitte den Übertragungsordner auswählen. Unterordner werden je nach gewählten " #~ "Voreinstellungen automatisch erzeugt." #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Bitte den Übertragungsordner auswählen. Unterordner für die Filme werden " #~ "automatisch basierend auf der unten angefügten Struktur erstellt." #~ msgid "Photo Folders" #~ msgstr "Fotoordner" #~ msgid "Video Folders" #~ msgstr "Filmordner" #~ msgid "Photo backup folder name:" #~ msgstr "Ordner für Sicherungskopien der Fotos:" #~ msgid "" #~ "Specify the folder in which backups are stored on the device. \n" #~ "\n" #~ "Note: this will also be used to determine whether or not the device is " #~ "used for backups. For each device you wish to use for backing up to, create " #~ "a folder in it with one of these names." #~ msgstr "" #~ "Bitte den Ordner angeben, in dem die Sicherungskopien gespeichert werden " #~ "sollen. \n" #~ "\n" #~ "Hinweis: Dies wird auch für den Entscheid verwendet, ob das Laufwerk für " #~ "Sicherungskopien verwendet wird. Bitte erstellen Sie auf jedem Laufwerk, " #~ "welches für Sicherungskopien verwendet wird, einen Ordner mit diesem " #~ "Namen." #~ msgid "" #~ "Specify whether photo, video and folder names should have any characters " #~ "removed that are not allowed by other operating systems." #~ msgstr "" #~ "Bitte angeben, ob Zeichen in Namen oder Ordnern, welche auf einem anderen " #~ "Betriebssystem nicht gültig sind, entfernt werden sollen." #~ msgid "Photo Rename\t" #~ msgstr "Fotoumbenennen\t" #~ msgid "Photo Rename" #~ msgstr "Fotoumbenennen" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "Einstellungen: Rapid-Fotoübertragung" #~ msgid "Photo Download Folders" #~ msgstr "Fotoübertragungsordner" #~ msgid "Photo Rename" #~ msgstr "Fotoumbenennen" #~ msgid "" #~ "Devices are from where to download photos and videos, such as cameras, " #~ "memory cards or Portable Storage Devices.\n" #~ "\n" #~ "You can download from multiple devices simultaneously, or you can specify a " #~ "location on your hard drive.\n" #~ "\n" #~ "Downloading directly from cameras is currently an experimental feature. " #~ "If downloading directly from your camera works poorly or not at all, try " #~ "setting it to PTP mode. If that is not possible, a card reader must be " #~ "used." #~ msgstr "" #~ "Laufwerke von denen Fotos und Filme heruntergeladen werden, zum Beispiel von " #~ "Kameras, Speicherkarten oder externen Festplatten.\n" #~ "\n" #~ "Sie können von mehreren Laufwerken gleichzeitig herunterladen, oder sie " #~ "können einen Ort auf Ihrer lokalen Festplatte festlegen.\n" #~ "\n" #~ "Die Übertragung direkt von Kameras ist momentan experimentell. Falls die " #~ "Übertragung von Ihrer Kamera nur sehr schlecht oder gar nicht funktioniert, " #~ "stellen sie Ihrer Kamera bitte auf den PTP-Modus um. Falls das nicht möglich " #~ "ist, müssen sie ein Kartenlesegerät verwenden." #~ msgid "Photo and Video Name Conflicts" #~ msgstr "Foto- und Filmenamenskonflikte" #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "Fotos und Filme schnell und zuverlässig importieren" #~ msgid "Photo has already been downloaded" #~ msgstr "Das Foto wurde bereits heruntergeladen" #~ msgid "" #~ "If you disable automatic detection, choose the exact location of the photos " #~ "and videos." #~ msgstr "" #~ "Wenn Sie die automatische Erkennung ausschalten, bitte den genauen Ort der " #~ "Fotos und Filme auswählen." #~ msgid "" #~ "Sorry, video downloading functionality disabled. To download videos, please " #~ "install either the hachoir metadata and kaa metadata packages " #~ "for python, or exiftool." #~ msgstr "" #~ "Entschuldigung, das Herunterladen von Filmen ist deaktiviert. Bitte " #~ "installieren Sie zum Herunterladen von Filmen entweder die »hachoir " #~ "metadata«- und »kaa metadata«-Pakete oder »exiftool«." #, python-format #~ msgid "%(file_type)s not backed up" #~ msgstr "%(file_type)s nicht gesichert" #~ msgid "Video Rename" #~ msgstr "Filmumbenennen" #~ msgid "Video Rename\t" #~ msgstr "Filmumbenennen\t" #~ msgid "" #~ "Error: specify device auto-detection or manually specify a device's path " #~ "from which to download, but do not do both." #~ msgstr "" #~ "Fehler: Wählen Sie entweder »Geräte zum Herunterladen automatisch erkennen« " #~ "oder »PFAD zum Geräte für das Herunterladen manuell angeben«, aber nicht " #~ "beides gleichzeitig." #~ msgid "Using backup device" #~ msgstr "Sicherungsgerät wird verwendet" #~ msgid "Using backup devices" #~ msgstr "Sicherungsgeräte werden verwendet" #~ msgid "" #~ "manually specify the PATH of the device from which to download, overwriting " #~ "existing program preferences" #~ msgstr "" #~ "PFAD zum Geräte für das Herunterladen manuell angeben, bestehende " #~ "Programmeinstellungen übergehen" #~ msgid "" #~ "automatically detect devices from which to download, overwriting existing " #~ "program preferences" #~ msgstr "" #~ "Geräte zum Herunterladen automatisch erkennen, bestehende " #~ "Programmeinstellungen übergehen" #~ msgid "Device Detected" #~ msgstr "Geräte gefunden" #~ msgid "Automatically detect devices" #~ msgstr "Automatisch erkannte Geräte" #, python-format #~ msgid "Backup %(file_type)s overwritten" #~ msgstr "Sicherung %(file_type)s überschrieben" #, python-format #~ msgid "Backup of %(file_type)s already exists" #~ msgstr "Sicherung of %(file_type)s bereits vorhanden" #~ msgid "File verification failed on these devices: " #~ msgstr "Dateiüberprüfung ist auf folgenden Geräten fehlgeschlagen: " #, python-format #~ msgid "" #~ "File verification failed on %(volume)s. The backed up version is different " #~ "from the downloaded version." #~ msgstr "" #~ "Dateiüberprüfung ist auf %(volume)s fehlgeschlagen. Die gesicherte Version " #~ "ist unterschiedlich zu der heruntergeladenen Version." #, python-format #~ msgid "No backup device contains a valid folder for backing up %(filetype)s" #~ msgstr "" #~ "Kein Sicherungsgerät enthält einen gültigen Ordner zum sichern von " #~ "%(filetype)s" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s von %(total)s %(filetypes)s (%(remaining)s verbleibend)" #~ msgid "Download Progress" #~ msgstr "Übertragungsfortschritt" #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "Aus %(location)s wird heruntergeladen." #~ msgid "Check All Photos" #~ msgstr "Alle Fotos auswählen" #~ msgid "Check All Videos" #~ msgstr "Alle Filme auswählen" #~ msgid "_View" #~ msgstr "An_zeigen" #~ msgid "Automatically rotate JPEG images" #~ msgstr "JPEG-Dateien automatisch drehen" #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "" #~ "Eine Sicherungskopie von Fotos in %(path)s und von Filmen in %(path2)s " #~ "erstellen" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "Sicherung in %(path)s erstellen" #~ msgid "there was an error backing up" #~ msgstr "beim Erstellen der Sicherung ist ein Fehler aufgetreten" #~ msgid "there were errors backing up" #~ msgstr "beim Erstellen der Sicherung sind Fehler aufgetreten" #~ msgid "There were errors backing up" #~ msgstr "Beim Erstellen der Sicherung sind Fehler aufgetreten" #~ msgid "There was an error backing up" #~ msgstr "Beim Erstellen der Sicherung ist ein Fehler aufgetreten" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "Die Programminformationen anzeigen, wenn das Programm aus der Befehlszeile " #~ "aufgerufen wurde (Voreinstellung: %default)" #~ msgid "display debugging information when run from the command line" #~ msgstr "" #~ "Während des Ausführens von der Befehlszeile Fehlersuchinformationen anzeigen" #~ msgid "only output errors to the command line" #~ msgstr "Fehlermeldungen nur auf der Befehlszeile anzeigen" #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "" #~ "Achtung: Die Metadaten sind unvollständig, der Namen kann nicht " #~ "erstellt werden. Bitte andere Umbenennungsoptionen verwenden." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "" #~ "Achtung: Die Metadaten sind unvollständig, die Unterordner können " #~ "nicht erstellt werden. Bitte andere Unterordnerbenennungsoptionen " #~ "verwenden." #, python-format #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "Die eingegebenen Unterordnereinstellungen für %(filetype)s sind ungültig " #~ "und können nicht verwendet werden.\n" #~ "Sie werden auf die Standardwerte zurückgestellt." #~ msgid "Unmount (\"eject\") device upon download completion" #~ msgstr "" #~ "Das Gerät aushängen (»auswerfen«), sobald das Herunterladen fertiggestellt " #~ "ist" #~ msgid "Should all Job Codes be removed?" #~ msgstr "Sollen alle Auftragsbezeichnungen entfernt werden?" #~ msgid "Remove all Remembered Paths?" #~ msgstr "Alle gespeicherten Pfade entfernen?" #~ msgid "Should all remembered paths be removed?" #~ msgstr "Sollen alle gespeicherten Pfade entfernt werden?" #~ msgid "Remove all Ignored Paths?" #~ msgstr "Alle ignorierten Pfade entfernen?" #~ msgid "Should all ignored paths be removed?" #~ msgstr "Sollen alle ignorierten Pfade entfernt werden?" #~ msgid "Size" #~ msgstr "Größe" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/po/el.po0000644000175000017500000044112500000000000016534 0ustar00damondamon# Greek translation for rapid # Copyright (c) 2017 Rosetta Contributors and Canonical Ltd 2017 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2017. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2022-03-02 13:05+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: 2022-03-05 16:16+0000\n" "X-Generator: Launchpad (build 61f4697954ab70d633d14d8ceecff69a20b08a6b)\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:406 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:642 ../install.py:4330 msgid "Installer not found:" msgstr "Δεν βÏέθηκε το Ï€ÏόγÏαμμα εγκατάστασης:" #. Translators: do not translate the term tar.gz #: ../install.py:646 ../install.py:4334 msgid "Installer not in tar.gz format:" msgstr "Δεν βÏέθηκε το Ï€ÏόγÏαμμα εγκατάστασης σε μοÏφή tar.gz:" #: ../install.py:728 ../install.py:757 ../install.py:4210 ../install.py:4215 msgid "Exiting..." msgstr "Έξοδος..." #: ../install.py:979 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:1065 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:1357 ../install.py:4290 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:1467 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" "Εντοπίσθηκε λανθασμένη κυÏιότητα στον φάκελο. Γίνεται αλλαγή κυÏιότητας και " "ÏÏθμιση δικαιωμάτων για {file_system_path}." #: ../install.py:1610 msgid "The following command will be run:" msgstr "Η παÏακάτω εντολή θα εκτελεσθεί:" #. Translators: do not translate the term sudo #: ../install.py:1614 ../install.py:3834 ../install.py:3841 msgid "sudo may prompt you for the sudo password." msgstr "η εντολή sudo ενδέχεται να σας ζητήσει τον κωδικό για sudo." #: ../install.py:1618 msgid "Would you like to run the command now?" msgstr "Θέλετε να εκτελεσθεί η εντολή τώÏα;" #: ../install.py:1620 msgid "Answer is not yes, exiting." msgstr "Η απάντηση δεν είναι θετική, έξοδος." #: ../install.py:1631 ../install.py:2259 ../install.py:2318 ../install.py:2793 msgid "Command failed" msgstr "Η εντολή απέτυχε" #: ../install.py:1633 ../install.py:2260 ../install.py:2319 ../install.py:2794 msgid "Exiting" msgstr "Κλείσιμο" #: ../install.py:1661 msgid "The Universe repository must be enabled." msgstr "Το αποθετήÏιο Universe Ï€Ïέπει να είναι ενεÏγοποιημένο." #. Translators: do not translate the term EPEL #: ../install.py:1701 msgid "The EPEL repository must be enabled." msgstr "Το αποθετήÏιο EPEL repository Ï€Ïέπει να είναι ενεÏγοποιημένο." #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1749 msgid "The RPM Fusion Free repository must be enabled." msgstr "Το αποθετήÏιο RPM Fusion Free Ï€Ïέπει να είναι ενεÏγοποιημένο." #: ../install.py:1790 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "" "Θέλετε να απεγκαταστήσετε την Ï€ÏοηγοÏμενη έκδοση του Rapid Photo Downloader?" #: ../install.py:2237 ../install.py:2267 ../install.py:2299 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:2252 msgid "Uninstalling system package" msgstr "" #: ../install.py:2277 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" "Η διεÏευνηση του αποθετηÏιου απετυχε. ΠαÏακαλώ ελέγξτε τη σÏνδεσή σας στο " "Διαδικτυο και Ï€Ïοσπαθήστε ξανά." #. Translators: do not translate the term pip #: ../install.py:2324 msgid "Checking if previous version installed with pip..." msgstr "Έλεγχος αν η Ï€ÏοηγοÏμενη έκδοση είναι εγκατεστημένη με pip..." #: ../install.py:2477 ../install.py:2534 ../install.py:2650 msgid "The following package is unknown on your system: {}\n" msgstr "Το ακόλουθο πακέτο είναι άγνωστο στο σÏστημά σας: {}\n" #: ../install.py:2548 ../install.py:2706 ../install.py:2803 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" "Για να συνεχίσετε, μεÏικά πακέτα απαιτουνται για να Ï„Ïέξει η εφαÏμογή και να " "εγκατασταθεί." #: ../install.py:2642 ../install.py:2663 msgid "Querying installed and available packages (this may take a while)" msgstr "" "Αναζήτηση εγκατεστημένων και διαθέσιμων πακέτων (αυτό μποÏεί να πάÏει λίγο " "χÏόνο)" #: ../install.py:2785 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" "Αναζήτηση zypper για να δείτε αν κάποιο από τα πακέτα είναι ήδη " "εγκατεστημένα (αυτό μποÏεί να πάÏει λίγο χÏόνο).. " #: ../install.py:2852 msgid "Query to confirm action at each step." msgstr "Αίτημα για επιβεβαιώση της ενέÏγειας σε κάθε βήμα." #: ../install.py:2862 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" "Όταν κατεβάσετε την τελευταία έκδοση, εγκαταστήστε την έκδοση ανάπτυξης, αν " "είναι νεότεÏη από την σταθεÏή έκδοση." #: ../install.py:2873 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:2923 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:2931 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" "Απεγκατάσταση του Rapid Photo Downloader που είχε εγκατασταθεί με pip , " "κÏατώντας τις εξαÏτήσεις του." #: ../install.py:2937 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2942 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:2950 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" "Οι εξαÏτήσεις μόνο θα Ï€Ïέπει να αφαιÏεθουν, εάν δεν απαιτοÏνται από άλλα " "Ï€ÏογÏάμματα." #: ../install.py:2958 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:2982 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:3000 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:3011 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:3048 msgid "Failed to download versions file." msgstr "" #: ../install.py:3053 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:3170 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:3324 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:3330 msgid "Received error code" msgstr "" #: ../install.py:3332 msgid "Failed to install application requirements: exiting." msgstr "Αποτυχία εγκατάστασης της εφαÏμογής: Έξοδος." #: ../install.py:3334 msgid "Failed to install application: exiting..." msgstr "Αποτυχία εγκατάστασης της εφαÏμογής: Έξοδος..." #: ../install.py:3658 msgid "Installing application requirements..." msgstr "" #: ../install.py:3693 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #: ../install.py:3710 msgid "Installing application..." msgstr "Γίνεται εγκατάσταση της εφαÏμογής..." #: ../install.py:3797 msgid "Do you want Rapid Photo Downloader to appear in the Windows menu?" msgstr "" #: ../install.py:3803 msgid "Adding Rapid Photo Downloader to the Windows menu" msgstr "" #: ../install.py:3813 msgid "Failed to copy application launcher." msgstr "" #: ../install.py:3824 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:3829 msgid "Do you want to install the application's man pages?" msgstr "Θέλετε να εγκαταστήσετε τις σελίδες βοήθειας για το Ï€ÏόγÏαμμα;" #: ../install.py:3830 msgid "They will be installed into {}" msgstr "Θα εγκατασταθοÏν στο {}" #: ../install.py:3832 ../install.py:3839 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" #: ../install.py:3835 msgid "Do want to install the man pages?" msgstr "" #: ../install.py:3837 msgid "Installing man pages into {}" msgstr "" #: ../install.py:3855 msgid "Failed to create man page directory: exiting." msgstr "Αποτυχία εγκατάστασης της εφαÏμογής: Έξοδος." #: ../install.py:3876 msgid "Failed to copy man page." msgstr "" #: ../install.py:3915 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:3928 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:3934 msgid "" "You may have to restart WSL to be able to run the program from the command " "line." msgstr "" #: ../install.py:3944 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line." msgstr "" #: ../install.py:3949 #, 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:3971 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:3973 msgid "Done." msgstr "" #: ../install.py:3987 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:4043 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #. Translators: do not translate the terms --PyQt5-version or --use-system-PyQt5 #: ../install.py:4055 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:4067 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:4081 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:4097 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:4111 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:4124 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:4134 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:4139 ../install.py:4153 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:4172 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:4180 msgid "Restarting script using system python..." msgstr "" #: ../install.py:4193 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:4231 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:4263 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:4275 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:4324 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:647 ../raphodo/ui/viewutils.py:679 #: ../raphodo/ui/viewutils.py:699 msgid "&Cancel" msgstr "&ΑκÏÏωση" #: ../upgrade.py:651 msgid "&Upgrade" msgstr "&Αναβάθμιση" #: ../upgrade.py:656 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" #: ../upgrade.py:659 msgid "Click the Upgrade button to start the upgrade." msgstr "Πατήστε το κουμπί Αναβάθμιση για να ξεκινήσει η αναβάθμιση." #: ../upgrade.py:662 ../upgrade.py:668 ../raphodo/ui/viewutils.py:678 #: ../raphodo/ui/viewutils.py:698 msgid "&Close" msgstr "&Κλείσιμο" #: ../upgrade.py:663 msgid "&Run" msgstr "&Εκτέλεση" #: ../upgrade.py:693 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "ΠÏόγÏαμμα εγκατάστασης Rapid Photo Downloader." #: ../upgrade.py:696 msgid "Upgrade running..." msgstr "" #: ../upgrade.py:732 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" "Επιτυχής αναβάθμιση σε %s. Πατήστε Κλείσιμο για έξοδο, ή Εκκίνηση για να " "ξεκινήσετε την εφαÏμογή." #: ../upgrade.py:737 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" "Επιτυχής αναβάθμιση. Πατήστε Κλείσιμο για έξοδο, ή Εκκίνηση για να " "ξεκινήσετε την εφαÏμογή." #: ../upgrade.py:741 msgid "Upgrade failed. Click Close to exit." msgstr "Αποτυχία αναβάθμισης. Πατήστε Κλείσιμο για έξοδο." #: ../upgrade.py:11330 #, python-format msgid "Upgrading %s..." msgstr "" #: ../upgrade.py:11332 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:11345 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:11347 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/ui/aboutdialog.py:334 msgid "Credits" msgstr "Συντελεστές" #: ../raphodo/ui/aboutdialog.py:339 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:280 msgid "Backups are not configured" msgstr "" #: ../raphodo/ui/backuppanel.py:282 msgid "No backup devices detected" msgstr "" #: ../raphodo/ui/backuppanel.py:285 msgid "Valid backup locations not yet specified" msgstr "" #: ../raphodo/ui/backuppanel.py:465 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" #: ../raphodo/ui/backuppanel.py:473 msgid "Back up photos and videos when downloading" msgstr "" #: ../raphodo/ui/backuppanel.py:479 msgid "Automatically detect backup devices" msgstr "" #: ../raphodo/ui/backuppanel.py:485 msgid "" "Specify the folder in which backups are stored on the " "device.

Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" #: ../raphodo/ui/backuppanel.py:500 msgid "Photo folder name:" msgstr "Φάκελος για φωτογÏαφίες:" #: ../raphodo/ui/backuppanel.py:505 msgid "Video folder name:" msgstr "Φάκελος για βίντεο:" #: ../raphodo/ui/backuppanel.py:510 ../raphodo/ui/nameeditor.py:1000 #: ../raphodo/ui/renamepanel.py:141 msgid "Example:" msgstr "ΠαÏάδειγμα:" #: ../raphodo/ui/backuppanel.py:521 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:532 msgid "Photo backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:542 msgid "Select Photo Backup Location" msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:554 msgid "Video backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:560 msgid "Select Video Backup Location" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:676 msgid "drive1" msgstr "δίσκος1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:679 msgid "drive2" msgstr "δίσκος2" #: ../raphodo/ui/backuppanel.py:746 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/ui/backuppanel.py:751 msgid "Backup Options" msgstr "" #: ../raphodo/copyfiles.py:610 msgid "video THM" msgstr "βίντεο THM" #: ../raphodo/copyfiles.py:620 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:104 ../raphodo/ui/devicedisplay.py:1408 #: ../raphodo/rpdfile.py:310 #, 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:112 ../raphodo/ui/devicedisplay.py:1414 #: ../raphodo/rpdfile.py:298 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s Βίντεο" #: ../raphodo/ui/destinationdisplay.py:123 msgid "Used" msgstr "ΧÏησιμοποιείται" #: ../raphodo/ui/destinationdisplay.py:124 msgid "Excess" msgstr "" #: ../raphodo/ui/destinationdisplay.py:133 ../raphodo/ui/devicedisplay.py:1440 msgid "Device size unknown" msgstr "Άγνωστη χωÏητικότητα συσκευής" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:146 #, python-format msgid "No space free on %(size_total)s device" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:156 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s ελεÏθεÏα από %(size_total)s" #: ../raphodo/ui/destinationdisplay.py:230 ../raphodo/ui/destinationpanel.py:74 #: ../raphodo/ui/devicedisplay.py:625 ../raphodo/rapid.py:2641 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:960 msgid "Photos" msgstr "ΦωτογÏαφίες" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:231 ../raphodo/ui/destinationpanel.py:78 #: ../raphodo/ui/devicedisplay.py:626 ../raphodo/rapid.py:2642 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:988 #: ../raphodo/storage/storage.py:602 msgid "Videos" msgstr "Βίντεο" #: ../raphodo/ui/destinationdisplay.py:232 msgid "Projected storage use after download" msgstr "" #. Translators: Custom refers to the user choosing a non-default value that #. they customize themselves #: ../raphodo/ui/destinationdisplay.py:355 ../raphodo/ui/nameeditor.py:587 msgid "Custom..." msgstr "ΠÏοσαÏμοσμένο..." #: ../raphodo/ui/destinationdisplay.py:774 msgid "Configure photo subfolder creation" msgstr "ΡÏθμιση δημιουÏγίας υποφάκελου φωτογÏαφιών" #: ../raphodo/ui/destinationdisplay.py:776 msgid "Configure video subfolder creation" msgstr "ΡÏθμιση δημιουÏγίας υποφάκελου βίντεο" #: ../raphodo/ui/destinationpanel.py:90 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:113 ../raphodo/ui/destinationpanel.py:125 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1294 msgid "Probing device..." msgstr "ΑνιχνεÏεται η συσκευή..." #: ../raphodo/ui/devicedisplay.py:1309 msgid "Temporarily ignore this device" msgstr "ΠÏοσωÏινή αγνόηση συσκευής" #: ../raphodo/ui/devicedisplay.py:1313 msgid "Permanently ignore this device" msgstr "Μόνιμη αγνόηση συσκευής" #: ../raphodo/ui/devicedisplay.py:1316 msgid "Rescan" msgstr "ΕπανασάÏωση" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1437 #, python-format msgid "%s full" msgstr "%s πλήÏης" #: ../raphodo/ui/devicedisplay.py:1457 msgid "Other" msgstr "Άλλο" #: ../raphodo/devices.py:603 ../raphodo/devices.py:604 msgid "Cameras" msgstr "ΚάμεÏες" #: ../raphodo/devices.py:605 ../raphodo/devices.py:1256 #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 ../raphodo/rapid.py:2490 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:1006 #, 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:1073 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1229 ../raphodo/rapid.py:2213 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:1280 ../raphodo/devices.py:1300 #, 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:1318 #, 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:1326 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s Συσκευές" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1652 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" "Πατήστε στο πλαίσιο ελέγχου του αÏχείου για να επιλέξετε ή αποεπιλέξετε για " "κατέβασμα." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "\n" "In case of any problems, a red icon will appear at the bottom of the window " "indicating \n" "how many error reports there are. Clicking on it opens the Error Report " "window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 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." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "\n" "

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

\n" "

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

" msgstr "" #: ../raphodo/ui/didyouknow.py:133 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:140 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:147 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:154 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 \n" "metadata (where 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 \n" "raw images, for instance.
  8. \n" "
  9. File Type: photo or video.
  10. \n" "
  11. Device: name of the device the photos and videos are being " "downloaded \n" "from.
  12. \n" "
" msgstr "" #: ../raphodo/ui/didyouknow.py:172 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" #: ../raphodo/ui/didyouknow.py:178 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:185 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 \n" "illustration below, the destination folders are "Pictures" and \n" ""Videos". The name of the destination folder is displayed in the " "grey bar \n" "directly above the folder tree, with a folder icon to its left and a gear " "icon to \n" "its far right.
  2. \n" "
  3. The download subfolders, which are directories that will be " "automatically \n" "generated by Rapid Photo Downloader. They need not already exist on your " "computer, but \n" "it's okay if they do. They will be generated under the destination " "folder.
  4. \n" "
" msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a \n" "different destination folder for each. The same applies to the download " "subfolders for \n" "photos and videos—download photos and videos to the same subfolders, " "or use a \n" "different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:211 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:220 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to \n" "download:\n" "
    \n" "
  1. The destination folder tree shows the download subfolders already on " "your computer \n" "(those in a regular, non-italicized font), and the subfolders that will be " "created \n" "during the download (those whose names are italicized).
  2. \n" "
  3. The folder tree also shows into which subfolders the files will be " "downloaded \n" "(those colored black).
  4. \n" "
" msgstr "" #: ../raphodo/ui/didyouknow.py:235 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following \n" "elements:\n" "
    \n" "
  1. File metadata, very often including the date the photo or video " "was created, \n" "but might also include the camera model name, camera serial number, or file " "extension \n" "e.g. JPG or CR2.
  2. \n" "
  3. A Job Code, which is free text you specify at the time the " "download occurs, \n" "such as the 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 \n" "format makes it easy to keep them sorted in a file manager, which is why " "it's the \n" "default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:254 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 \n" "preset. Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:261 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to \n" "configure your own scheme. You create your own schemes using the Photo or " "Video \n" "Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:270 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:276 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:282 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 \n" "and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:291 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 \n" "choices to generate new combinations. Supposing you wanted a date format " "that combines \n" "year (YYYY), a hyphen, and month (MM) to form YYYY-MM. You can create it " "like this \n" "(note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:300 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names \n" "in the \n" "online " "\n" "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:309 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. \n" "You can use them in subfolder and file names. In this illustration, some " "files have had \n" "the Job Code "Street" applied to them, and the selected files are " "about to \n" "get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:317 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 \n" "prompted to enter a Job Code for them before the download begins." msgstr "" #: ../raphodo/ui/didyouknow.py:324 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:327 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:333 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!" msgstr "" #: ../raphodo/ui/didyouknow.py:340 msgid "" "\n" "

Four types of sequence values are available to help you assign unique " "names to your \n" "photos and 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 \n" "last time the 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 \n" "documentation.

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

The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature \n" "on your 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 \n" "are detected, the same sequence numbers will be applied to both photo names. " "F\n" "urthermore, sequences will be updated as if the photos were one.

\n" "

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

\n" msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are \n" "downloaded, such as external hard drives or network shares. Backup devices " "can be \n" "automatically detected, or exact backup locations specified." msgstr "" #: ../raphodo/ui/didyouknow.py:385 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:391 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including \n" "download sources, destinations, and backups. Additionally, settings can be " "reset to \n" "their default state, and caches and remembered files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:396 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:401 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 \n" "your cameras, memory cards, and other devices.
  2. \n" "
  3. A temporary cache of files downloaded from a camera, one for " "photos and \n" "another for videos. They are located in temporary subfolders in the download " "\n" "destination.
  4. \n" "
  5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores \n" "thumbnails of RAW and TIFF photos once they have been downloaded. File " "browsers like \n" "Gnome Files use this cache as well, meaning they too will display thumbnails " "for those \n" "files. \n" "
  6. \n" "
\n" "Read more about these caches and their effect on download performance in the " "online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:459 msgid "Tip of the Day" msgstr "" #: ../raphodo/ui/didyouknow.py:467 msgid "Did you know...?" msgstr "" #: ../raphodo/ui/didyouknow.py:498 msgid "Show tips on startup" msgstr "" #: ../raphodo/ui/didyouknow.py:502 msgid "&Next" msgstr "" #: ../raphodo/ui/didyouknow.py:503 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:454 msgid "MB/sec" msgstr "MB/δευτεÏόλεπτο" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:584 msgid "A few seconds" msgstr "Λίγα δευτεÏόλεπτα" #: ../raphodo/downloadtracker.py:643 msgid "1 second" msgstr "1 δευτεÏόλεπτο" #: ../raphodo/downloadtracker.py:645 #, python-format msgid "%d seconds" msgstr "%d δευτεÏόλεπτα" #: ../raphodo/downloadtracker.py:650 msgid "1 minute" msgstr "1 λεπτό" #: ../raphodo/downloadtracker.py:652 #, python-format msgid "%d minutes" msgstr "%d λεπτά" #: ../raphodo/downloadtracker.py:657 ../raphodo/downloadtracker.py:839 msgid "1 hour" msgstr "1 ÏŽÏα" #: ../raphodo/downloadtracker.py:659 #, python-format msgid "%d hours" msgstr "%d ÏŽÏες" #: ../raphodo/downloadtracker.py:664 ../raphodo/downloadtracker.py:869 #: ../raphodo/downloadtracker.py:877 msgid "1 day" msgstr "1 ημέÏα" #: ../raphodo/downloadtracker.py:666 #, python-format msgid "%d days" msgstr "%d ημέÏες" #: ../raphodo/downloadtracker.py:845 msgid "1 minute, 1 second" msgstr "1 λεπτό, 1 δευτεÏόλεπτο" #: ../raphodo/downloadtracker.py:847 #, python-format msgid "1 minute, %d seconds" msgstr "1 λεπτό, %d δευτεÏόλεπτα" #: ../raphodo/downloadtracker.py:850 #, python-format msgid "%d minutes, 1 second" msgstr "%d λεπτά, δευτεÏόλεπτο" #: ../raphodo/downloadtracker.py:852 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d λεπτά, %(seconds)d δευτεÏόλεπτα" #: ../raphodo/downloadtracker.py:884 msgid "1 hour, 1 minute" msgstr "1 ÏŽÏα, 1 λεπτό" #: ../raphodo/downloadtracker.py:886 #, python-format msgid "1 hour, %d minutes" msgstr "Μία ÏŽÏα, %d λεπτά" #: ../raphodo/downloadtracker.py:889 #, python-format msgid "%d hours, 1 minute" msgstr "%d ÏŽÏες, 1 λεπτό" #: ../raphodo/downloadtracker.py:891 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d ÏŽÏες, %(minutes)d λεπτά" #: ../raphodo/downloadtracker.py:918 msgid "1 day, 1 hour" msgstr "1 ημέÏα, 1 ÏŽÏα" #: ../raphodo/downloadtracker.py:920 #, python-format msgid "1 day, %d hours" msgstr "1 ημέÏα, %d ÏŽÏες" #: ../raphodo/downloadtracker.py:923 #, python-format msgid "%d days, 1 hour" msgstr "%d ημέÏες, 1 ÏŽÏα" #: ../raphodo/downloadtracker.py:925 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:80 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:150 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:187 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:206 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:211 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:213 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:214 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:215 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:216 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:217 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:218 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:229 ../raphodo/errorlog.py:371 #, 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:234 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:256 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:357 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:516 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:567 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:50 #, python-brace-format msgid "" "Please report the problem at {website}.

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

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

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

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

Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:88 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:182 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:186 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:189 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:216 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:218 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:173 ../raphodo/thumbnaildisplay.py:2254 msgid "Open in File Browser..." msgstr "" #. type: Optional[QModelIndex] #: ../raphodo/ui/filebrowse.py:179 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:183 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:140 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:181 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:272 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:206 msgid "Date time" msgstr "" #: ../raphodo/generatenameconfig.py:207 msgid "Text" msgstr "" #: ../raphodo/generatenameconfig.py:208 ../raphodo/rapid.py:2608 msgid "Filename" msgstr "" #: ../raphodo/generatenameconfig.py:209 #: ../raphodo/prefs/preferencedialog.py:994 msgid "Metadata" msgstr "" #: ../raphodo/generatenameconfig.py:210 msgid "Sequences" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:213 msgid "Job code" msgstr "" #: ../raphodo/generatenameconfig.py:214 msgid "Image date" msgstr "" #: ../raphodo/generatenameconfig.py:215 msgid "Video date" msgstr "" #: ../raphodo/generatenameconfig.py:216 msgid "Today" msgstr "" #: ../raphodo/generatenameconfig.py:217 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:220 msgid "Download time" msgstr "ÎÏα κατεβάσματος" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:223 msgid "Name" msgstr "Όνομα" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 ../raphodo/rapid.py:2609 msgid "Extension" msgstr "Επέκταση" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 msgid "Image number" msgstr "ΑÏιθμός εικόνας" #: ../raphodo/generatenameconfig.py:230 msgid "Video number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:233 msgid "Aperture" msgstr "ΔιάφÏαγμα" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "Exposure time" msgstr "ΧÏόνος έκθεσης" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Focal length" msgstr "Εστιακή απόσταση" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Camera make" msgstr "Κατασκευαστής κάμεÏας" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera model" msgstr "Μοντέλο κάμεÏας" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 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:254 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:257 msgid "Serial number" msgstr "ΣειÏιακός αÏιθμός" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Shutter count" msgstr "" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:262 msgid "File number" msgstr "ΑÏιθμός αÏχείου" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:264 msgid "Folder only" msgstr "" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:266 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:269 msgid "Owner name" msgstr "Όνομα κατόχου" #: ../raphodo/generatenameconfig.py:270 msgid "Codec" msgstr "" #: ../raphodo/generatenameconfig.py:271 msgid "Width" msgstr "" #: ../raphodo/generatenameconfig.py:272 msgid "Height" msgstr "" #: ../raphodo/generatenameconfig.py:273 msgid "Length" msgstr "" #: ../raphodo/generatenameconfig.py:274 msgid "Frames Per Second" msgstr "" #: ../raphodo/generatenameconfig.py:275 msgid "Artist" msgstr "" #: ../raphodo/generatenameconfig.py:276 msgid "Copyright" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:279 msgid "Downloads today" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Session number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Subfolder number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Stored number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:291 msgid "Sequence letter" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:294 msgid "All digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "Last digit" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 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:303 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:306 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:309 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:312 msgid "UPPERCASE" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "lowercase" msgstr "" #: ../raphodo/generatenameconfig.py:316 msgid "One digit" msgstr "" #: ../raphodo/generatenameconfig.py:317 msgid "Two digits" msgstr "" #: ../raphodo/generatenameconfig.py:318 msgid "Three digits" msgstr "" #: ../raphodo/generatenameconfig.py:319 msgid "Four digits" msgstr "" #: ../raphodo/generatenameconfig.py:320 msgid "Five digits" msgstr "" #: ../raphodo/generatenameconfig.py:321 msgid "Six digits" msgstr "" #: ../raphodo/generatenameconfig.py:322 msgid "Seven digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:325 msgid "Subseconds" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 ../raphodo/generatenameconfig.py:415 msgid "YYYYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:416 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:334 ../raphodo/generatenameconfig.py:417 msgid "YYYY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 msgid "YYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 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:343 msgid "YY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "MMDDYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "DDMMYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 ../raphodo/generatenameconfig.py:415 #: ../raphodo/generatenameconfig.py:416 ../raphodo/generatenameconfig.py:417 #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:419 msgid "YYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 msgid "YY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "Month (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "HHMMSS" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 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:394 msgid "HH-MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "MM (minutes)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "SS" msgstr "" #: ../raphodo/generatenameconfig.py:415 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:416 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:417 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:512 #: ../raphodo/generatenameconfig.py:699 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:418 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:419 ../raphodo/jobcodepanel.py:279 #: ../raphodo/ui/nameeditor.py:926 ../raphodo/rapid.py:2261 #: ../raphodo/ui/renamepanel.py:93 ../raphodo/ui/renamepanel.py:275 msgid "Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:507 ../raphodo/generatenameconfig.py:694 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:510 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:510 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:699 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:700 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:700 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/jobcodepanel.py:90 msgid "Enter a new Job Code, or select a previous one" msgstr "" #: ../raphodo/jobcodepanel.py:98 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:108 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:121 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:123 msgid "Enter a new Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:131 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/jobcodepanel.py:144 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:148 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:186 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:190 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:251 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:255 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:259 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:264 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:269 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:278 msgid "Last Used" msgstr "" #: ../raphodo/jobcodepanel.py:283 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:286 ../raphodo/rapid.py:2616 msgid "Ascending" msgstr "" #: ../raphodo/jobcodepanel.py:287 ../raphodo/rapid.py:2617 msgid "Descending" msgstr "" #: ../raphodo/jobcodepanel.py:297 msgid "&New..." msgstr "" #: ../raphodo/jobcodepanel.py:301 msgid "&Apply" msgstr "" #: ../raphodo/jobcodepanel.py:305 msgid "&Remove" msgstr "" #: ../raphodo/jobcodepanel.py:309 ../raphodo/prefs/preferencedialog.py:288 #: ../raphodo/prefs/preferencedialog.py:324 #: ../raphodo/prefs/preferencedialog.py:781 msgid "Remove All" msgstr "" #: ../raphodo/jobcodepanel.py:512 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:515 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:578 msgid "Job Codes" msgstr "" #: ../raphodo/ui/messagewidget.py:67 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:478 ../raphodo/ui/nameeditor.py:498 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:583 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:584 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:630 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:647 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:650 ../raphodo/ui/nameeditor.py:1558 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:743 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:751 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:884 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:892 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:900 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:907 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:936 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:954 #, python-format msgid "The character
%(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:964 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:972 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:999 ../raphodo/ui/renamepanel.py:139 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1082 ../raphodo/ui/nameeditor.py:1105 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1134 ../raphodo/prefs/preferencedialog.py:1083 #: ../raphodo/wsl.py:648 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1161 msgid "Insert" msgstr "" #: ../raphodo/ui/nameeditor.py:1523 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1527 msgid "" "Do you want to save the changes in a new custom " "preset?

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

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

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

The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1562 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:326 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:327 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:328 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:331 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:334 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:336 #, 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:366 ../raphodo/newversion.py:385 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:388 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:412 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:531 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:553 msgid "Downloading..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:134 msgid "Preferences" msgstr "" #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 msgid "Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Thumbnails" msgstr "" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:160 #: ../raphodo/prefs/preferencedialog.py:183 #: ../raphodo/prefs/preferencedialog.py:585 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:184 #: ../raphodo/prefs/preferencedialog.py:649 msgid "Error Handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:162 #: ../raphodo/prefs/preferencedialog.py:185 msgid "Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:163 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:164 #: ../raphodo/prefs/preferencedialog.py:186 msgid "Miscellaneous" msgstr "" #: ../raphodo/prefs/preferencedialog.py:221 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:225 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:231 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:233 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:240 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:244 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 #: ../raphodo/prefs/preferencedialog.py:310 msgid "Add..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:252 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 #: ../raphodo/prefs/preferencedialog.py:286 #: ../raphodo/prefs/preferencedialog.py:317 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove" msgstr "" #: ../raphodo/prefs/preferencedialog.py:259 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:278 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:279 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:283 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:290 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:304 msgid "Ignored Paths" msgstr "" #: ../raphodo/prefs/preferencedialog.py:306 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:313 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:320 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:327 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as well. #: ../raphodo/prefs/preferencedialog.py:338 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:345 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:387 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:400 #: ../raphodo/prefs/preferencedialog.py:505 #: ../raphodo/prefs/preferencedialog.py:553 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:408 #: ../raphodo/prefs/preferencedialog.py:575 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:416 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:417 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place the #. carriage return where you think it makes sense so that the tool tip does not #. stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:422 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading at program startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Start downloading upon device insertion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:430 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program when download completes" msgstr "" #: ../raphodo/prefs/preferencedialog.py:433 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/prefs/preferencedialog.py:465 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:470 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:473 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:477 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:480 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:489 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:490 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:530 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:536 msgid "days" msgstr "" #: ../raphodo/prefs/preferencedialog.py:537 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:550 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:559 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:562 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:588 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:598 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:601 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:615 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:629 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Skip download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:656 msgid "Add unique identifier" msgstr "" #: ../raphodo/prefs/preferencedialog.py:659 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Overwrite" msgstr "" #: ../raphodo/prefs/preferencedialog.py:668 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Skip" msgstr "" #: ../raphodo/prefs/preferencedialog.py:671 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:678 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:690 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:701 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:722 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:723 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:727 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:730 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:736 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:740 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:743 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:749 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:755 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:760 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:765 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:771 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:776 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:783 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:821 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:824 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:827 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:834 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:837 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:842 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:854 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:855 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:862 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:868 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:874 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:880 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:886 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:906 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:911 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:916 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:921 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:968 msgid "Version Check" msgstr "" #: ../raphodo/prefs/preferencedialog.py:969 msgid "Check for new version at startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:972 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/prefs/preferencedialog.py:976 msgid "Include development releases" msgstr "" #: ../raphodo/prefs/preferencedialog.py:978 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/prefs/preferencedialog.py:996 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:999 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1006 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1008 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1034 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1140 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1423 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1585 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1590 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1605 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1610 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1929 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1931 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1933 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1947 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1949 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1951 msgid "Path:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1965 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1966 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1967 ../raphodo/ui/renamepanel.py:140 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1982 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1987 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1996 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:736 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:740 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:747 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" #: ../raphodo/ui/primarybutton.py:124 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 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:249 ../raphodo/proximity.py:278 #: ../raphodo/proximity.py:313 ../raphodo/proximity.py:319 #, 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:267 #, 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:288 ../raphodo/proximity.py:294 #: ../raphodo/proximity.py:1123 ../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:303 ../raphodo/proximity.py:307 #: ../raphodo/proximity.py:1130 ../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:328 #, 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:339 #, 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:473 #, 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:1135 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1893 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:1952 #, 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:1956 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:1962 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2101 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:2106 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2109 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2110 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2112 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:2568 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:473 ../raphodo/rapid.py:871 ../raphodo/rapid.py:4657 #: ../raphodo/rapid.py:4880 ../raphodo/rapid.py:4899 ../raphodo/rapid.py:4922 #: ../raphodo/rapid.py:4929 ../raphodo/rapid.py:5606 ../raphodo/rapid.py:6229 #: ../raphodo/rapid.py:7449 ../raphodo/ui/rememberthisdialog.py:112 #: ../raphodo/ui/viewutils.py:743 #: ../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:1156 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:1167 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1176 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:1188 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1367 #, python-format msgid "" "Cannot download from Apple devices

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

Missing applications: " "%(applications)s

Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1766 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1769 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1778 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1782 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1786 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1804 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1806 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1824 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1827 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1873 msgid "" "\n" "

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

\n" "

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

" msgstr "" #: ../raphodo/rapid.py:1883 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1894 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1897 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1898 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1901 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in the future #: ../raphodo/rapid.py:1906 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:2110 ../raphodo/rapid.py:2914 msgid "Download" msgstr "" #: ../raphodo/rapid.py:2114 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:2118 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:2122 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:2128 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:2132 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:2137 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:2140 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:2144 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:2147 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:2150 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:2153 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:2158 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:2161 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:2250 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:2258 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:2260 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:2262 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2486 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2505 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2508 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2522 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2600 msgid "All" msgstr "" #: ../raphodo/rapid.py:2601 msgid "New" msgstr "" #: ../raphodo/rapid.py:2603 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2606 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2607 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2610 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2611 msgid "Device" msgstr "" #: ../raphodo/rapid.py:2613 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2629 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:2894 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2910 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2912 msgid "Pause" msgstr "" #: ../raphodo/rapid.py:3049 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:3150 #, 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:3244 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:3258 #, 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:3346 msgid "" "\n" "Downloading all files

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

\n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3511 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" #: ../raphodo/rapid.py:3514 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" #: ../raphodo/rapid.py:3517 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3518 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3536 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:3547 ../raphodo/rapid.py:3561 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3549 ../raphodo/rpdfile.py:179 msgid "photos" msgstr "" #: ../raphodo/rapid.py:3563 ../raphodo/rpdfile.py:174 msgid "videos" msgstr "" #: ../raphodo/rapid.py:3573 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:3589 ../raphodo/rapid.py:3605 #, 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:3592 ../raphodo/rpdfile.py:181 ../raphodo/rpdfile.py:850 msgid "photo" msgstr "" #: ../raphodo/rapid.py:3608 ../raphodo/rpdfile.py:176 ../raphodo/rpdfile.py:912 msgid "video" msgstr "" #: ../raphodo/rapid.py:3616 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:4447 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4527 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4537 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "" #: ../raphodo/rapid.py:4543 ../raphodo/rapid.py:4650 msgid "warnings" msgstr "" #: ../raphodo/rapid.py:4578 msgid "All downloads complete" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4588 ../raphodo/rapid.py:4603 ../raphodo/rapid.py:4619 #: ../raphodo/rapid.py:4634 ../raphodo/rapid.py:4649 #, 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:4593 ../raphodo/rapid.py:4624 #, 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:4608 ../raphodo/rapid.py:4639 #, python-format msgid "%(filetype)s failed to download" msgstr "" #: ../raphodo/rapid.py:4675 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4677 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4682 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4684 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4709 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4716 #, 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:4725 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4727 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4767 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4886 #, 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:4905 #, 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:4925 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4936 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4937 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:5029 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:5032 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:5036 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:5041 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5578 #, 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:5613 #, 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:5775 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5777 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5779 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5781 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5782 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5783 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5867 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:6212 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6216 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:6222 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6226 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6645 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6649 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:6705 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6712 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6726 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6738 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:7035 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:7042 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7048 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7055 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:7061 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:7067 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:7075 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:7083 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:7088 ../raphodo/rapid.py:7095 ../raphodo/rapid.py:7102 #: ../raphodo/rapid.py:7146 ../raphodo/rapid.py:7156 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:7090 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:7097 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7104 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7111 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:7117 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:7122 ../raphodo/rapid.py:7134 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:7125 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:7137 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:7149 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7159 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7167 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:7177 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:7184 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:7191 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:7200 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:7208 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:7215 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7224 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:7232 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:7238 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:7245 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:7255 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:7348 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7359 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:7366 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7437 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7452 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7542 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7547 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7562 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:7637 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:7842 msgid "All settings and caches have been reset." msgstr "" #: ../raphodo/rapid.py:7850 msgid "Thumbnail Cache has been reset." msgstr "" #: ../raphodo/rapid.py:7856 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:80 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:87 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:626 msgid "subfolder and filename" msgstr "" #: ../raphodo/renameandmovefile.py:628 msgid "filename" msgstr "" #: ../raphodo/renameandmovefile.py:630 msgid "subfolder" msgstr "" #: ../raphodo/ui/renamepanel.py:327 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:328 msgid "Downloads today:" msgstr "" #: ../raphodo/ui/renamepanel.py:350 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:351 msgid "Stored number:" msgstr "" #: ../raphodo/ui/renamepanel.py:363 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:365 msgid "Day start:" msgstr "" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:375 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:379 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:384 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:395 msgid "Strip incompatible characters" msgstr "" #: ../raphodo/ui/renamepanel.py:400 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:404 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:484 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:488 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:492 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "φωτογÏαφίες και βίντεο" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "φωτογÏαφίες ή βίντεο" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:273 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:302 msgid "a video" msgstr "ένα βίντεο" #: ../raphodo/rpdfile.py:304 msgid "1 Video" msgstr "1 βίντεο" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:314 msgid "a photo" msgstr "μία φωτογÏαφία" #: ../raphodo/rpdfile.py:316 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:830 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s στις %(camera)s" #: ../raphodo/rpdfile.py:851 msgid "Photo" msgstr "ΦωτογÏαφία" #: ../raphodo/rpdfile.py:913 msgid "Video" msgstr "Βίντεο" #: ../raphodo/storage/storage.py:251 msgid "File system root" msgstr "Ρίζα συστήματος αÏχείων" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:589 msgid "Pictures" msgstr "Εικόνες" #: ../raphodo/sudocommand.py:93 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:100 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:140 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:583 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "Λήψη την %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:593 #, 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:605 ../raphodo/thumbnaildisplay.py:668 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:623 #, python-format msgid "Memory cards: %s" msgstr "ΚάÏτες μνήμης: %s" #: ../raphodo/thumbnaildisplay.py:628 #, python-format msgid "Memory card: %s" msgstr "ΚάÏτα μνήμης: %s" #: ../raphodo/thumbnaildisplay.py:635 msgid "Downloaded as:" msgstr "Έγινε λήψη ως:" #: ../raphodo/thumbnaildisplay.py:682 #, python-format msgid "

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

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

Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2257 msgid "Copy Path" msgstr "ΑντιγÏαφή ΔιαδÏομής" #: ../raphodo/thumbnaildisplay.py:2263 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2268 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:215 msgid "B" msgstr "B" #: ../raphodo/utilities.py:216 msgid "KB" msgstr "KB" #: ../raphodo/utilities.py:217 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:218 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:219 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:220 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:221 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:222 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:223 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:486 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s και %(last_item)s" #: ../raphodo/utilities.py:570 msgid "one" msgstr "ένα" #: ../raphodo/utilities.py:571 msgid "two" msgstr "δÏο" #: ../raphodo/utilities.py:572 msgid "three" msgstr "Ï„Ïία" #: ../raphodo/utilities.py:573 msgid "four" msgstr "τέσσεÏα" #: ../raphodo/utilities.py:574 msgid "five" msgstr "πέντε" #: ../raphodo/utilities.py:575 msgid "six" msgstr "έξι" #: ../raphodo/utilities.py:576 msgid "seven" msgstr "επτά" #: ../raphodo/utilities.py:577 msgid "eight" msgstr "οκτώ" #: ../raphodo/utilities.py:578 msgid "nine" msgstr "εννέα" #: ../raphodo/utilities.py:579 msgid "ten" msgstr "δέκα" #: ../raphodo/utilities.py:580 msgid "eleven" msgstr "έντεκα" #: ../raphodo/utilities.py:581 msgid "twelve" msgstr "δώδεκα" #: ../raphodo/utilities.py:582 msgid "thirteen" msgstr "δεκατÏία" #: ../raphodo/utilities.py:583 msgid "fourteen" msgstr "δεκατέσσεÏα" #: ../raphodo/utilities.py:584 msgid "fifteen" msgstr "δεκαπέντε" #: ../raphodo/utilities.py:585 msgid "sixteen" msgstr "δεκαέξι" #: ../raphodo/utilities.py:586 msgid "seventeen" msgstr "δεκαεπτά" #: ../raphodo/utilities.py:587 msgid "eighteen" msgstr "δεκαοκτώ" #: ../raphodo/utilities.py:588 msgid "ninenteen" msgstr "δεκαεννέα" #: ../raphodo/utilities.py:589 msgid "twenty" msgstr "είκοσι" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&OK" msgstr "&ΟΚ" #: ../raphodo/ui/viewutils.py:680 ../raphodo/ui/viewutils.py:700 msgid "&Save" msgstr "Απο&θήκευση" #: ../raphodo/ui/viewutils.py:681 msgid "&Help" msgstr "&Βοήθεια" #: ../raphodo/ui/viewutils.py:682 msgid "Restore Defaults" msgstr "ΕπαναφοÏά ΠÏοεπιλογών" #: ../raphodo/ui/viewutils.py:683 ../raphodo/ui/viewutils.py:701 msgid "&Yes" msgstr "&Îαι" #: ../raphodo/ui/viewutils.py:684 ../raphodo/ui/viewutils.py:702 msgid "&No" msgstr "&Όχι" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:105 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:109 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:115 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:309 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:314 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:321 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:390 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:403 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:558 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:562 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:566 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:570 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:594 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:596 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:598 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:638 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:652 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1459 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1463 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1606 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1612 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" "Κατεβάστε, αλλάξτε όνομα και κάνετε αντίγÏαφα ασφαλείας φωτογÏαφιών και " "βίντεο από κάμεÏες και άλλες συσκευές" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "Το κÏÏιο παÏάθυÏο" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "Photo Downloader" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;φωτογÏαφία;φωτό;βίντεο;κάμεÏα;εισαγωγή;τηλέφωνο;μνήμη;κάÏτα;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "Κατεβάστε φωτογÏαφίες και βίντεο με τον Rapid Photo Downloader" #, python-format #~ msgid "Backup of %(file_type)s already exists" #~ msgstr "ΥπάÏχει αντίγÏαφο ασφαλείας του %(file_type)s" #, python-format #~ msgid "Backup %(file_type)s overwritten" #~ msgstr "Το αντίγÏαφο ασφαλείας %(file_type)s αντικαταστάθηκε" #, python-format #~ msgid "%(file_type)s not backed up" #~ msgstr "%(file_type)s δεν έχουν αντιγÏαφεί" #~ msgid "Backing up error" #~ msgstr "Σφάλμα κατά την δημιουÏγία αντίγÏαφου ασφαλείας" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "Αδυναμία δημιουÏγίας φακέλου Ï€ÏοοÏισμοÏ: %(directory)s\n" #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "ΑÏχείο: %(file)s" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Πηγή: %(source)s\n" #~ "ΠÏοοÏισμός: %(destination)s" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Σφάλμα: %(inst)s" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/po/es.po0000644000175000017500000070723700000000000016554 0ustar00damondamon# Spanish translation for rapid # Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2009. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2022-03-02 13:05+0000\n" "PO-Revision-Date: 2022-03-01 19:36+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: 2022-03-05 16:16+0000\n" "X-Generator: Launchpad (build 61f4697954ab70d633d14d8ceecff69a20b08a6b)\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:406 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:642 ../install.py:4330 msgid "Installer not found:" msgstr "Instalador no encontrado:" #. Translators: do not translate the term tar.gz #: ../install.py:646 ../install.py:4334 msgid "Installer not in tar.gz format:" msgstr "El instalador no está en formato tar.gz:" #: ../install.py:728 ../install.py:757 ../install.py:4210 ../install.py:4215 msgid "Exiting..." msgstr "Saliendo…" #: ../install.py:979 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:1065 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:1357 ../install.py:4290 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:1467 #, 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:1610 msgid "The following command will be run:" msgstr "Se ejecutará la siguiente orden:" #. Translators: do not translate the term sudo #: ../install.py:1614 ../install.py:3834 ../install.py:3841 msgid "sudo may prompt you for the sudo password." msgstr "Es posible que sudo le solicite su contraseña." #: ../install.py:1618 msgid "Would you like to run the command now?" msgstr "¿Desea ejecutar la orden ahora?" #: ../install.py:1620 msgid "Answer is not yes, exiting." msgstr "Saliendo, porque la respuesta no es sí." #: ../install.py:1631 ../install.py:2259 ../install.py:2318 ../install.py:2793 msgid "Command failed" msgstr "Falló la orden" #: ../install.py:1633 ../install.py:2260 ../install.py:2319 ../install.py:2794 msgid "Exiting" msgstr "Saliendo" #: ../install.py:1661 msgid "The Universe repository must be enabled." msgstr "Se debe activar el repositorio Universe." #. Translators: do not translate the term EPEL #: ../install.py:1701 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:1749 msgid "The RPM Fusion Free repository must be enabled." msgstr "Se debe activar el repositorio RPM Fusion Free." #: ../install.py:1790 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:2237 ../install.py:2267 ../install.py:2299 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:2252 msgid "Uninstalling system package" msgstr "Desinstalando paquete del sistema" #: ../install.py:2277 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:2324 msgid "Checking if previous version installed with pip..." msgstr "Comprobando si las versiones anteriores se instalaron con pip..." #: ../install.py:2477 ../install.py:2534 ../install.py:2650 msgid "The following package is unknown on your system: {}\n" msgstr "El siguiente paquete es desconocido en su sistema: {}\n" #: ../install.py:2548 ../install.py:2706 ../install.py:2803 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:2642 ../install.py:2663 msgid "Querying installed and available packages (this may take a while)" msgstr "" "Consultando los paquetes instalados y disponibles (puede llevar un tiempo)" #: ../install.py:2785 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:2852 msgid "Query to confirm action at each step." msgstr "Pedir confirmación de las acciones a cada paso." #: ../install.py:2862 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:2873 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:2923 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:2931 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:2937 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:2942 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:2950 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:2958 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:2982 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:3000 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:3011 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:3048 msgid "Failed to download versions file." msgstr "Falló al descargar el archivo de versiones." #: ../install.py:3053 msgid "Got error code {} while accessing versions file" msgstr "Se recibió el código de error {} al acceder al archivo de versiones" #: ../install.py:3170 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:3324 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:3330 msgid "Received error code" msgstr "Código de error recibido" #: ../install.py:3332 msgid "Failed to install application requirements: exiting." msgstr "Falló al instalar los requisitos de la aplicación: saliendo." #: ../install.py:3334 msgid "Failed to install application: exiting..." msgstr "Falló al instalar la aplicación: saliendo..." #: ../install.py:3658 msgid "Installing application requirements..." msgstr "Instalando requisitos de la aplicación..." #: ../install.py:3693 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" #: ../install.py:3710 msgid "Installing application..." msgstr "Instalando la aplicación..." #: ../install.py:3797 msgid "Do you want Rapid Photo Downloader to appear in the Windows menu?" msgstr "¿Desea que Rapid Photo Downloader aparezca en el menú de Window?" #: ../install.py:3803 msgid "Adding Rapid Photo Downloader to the Windows menu" msgstr "Añadiendo Rapid Photo Downloader al menú de Windows" #: ../install.py:3813 msgid "Failed to copy application launcher." msgstr "Hubo un error al agregar el lanzador del programa." #: ../install.py:3824 msgid "Man pages can be found in {}/share/man/man1" msgstr "Encontrará páginas de manual en {}/share/man/man1" #: ../install.py:3829 msgid "Do you want to install the application's man pages?" msgstr "¿Desea instalar las páginas man de la aplicación?" #: ../install.py:3830 msgid "They will be installed into {}" msgstr "Se instalarán en {}" #: ../install.py:3832 ../install.py:3839 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:3835 msgid "Do want to install the man pages?" msgstr "¿Desea instalar las páginas de man?" #: ../install.py:3837 msgid "Installing man pages into {}" msgstr "Instalando las páginas man en {}" #: ../install.py:3855 msgid "Failed to create man page directory: exiting." msgstr "Falló al crear el directorio de páginas man: saliendo." #: ../install.py:3876 msgid "Failed to copy man page." msgstr "Falló al copiar página man." #: ../install.py:3915 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:3928 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:3934 msgid "" "You may have to restart WSL to be able to run the program from the command " "line." msgstr "" "Debe reiniciar WSL para poder ejecutar el programa desde la línea de " "comandos." #: ../install.py:3944 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line." msgstr "" "Debe añadir {path} a la variable $PATH de su equipo para ejecutar el " "programa desde la línea de órdenes." #: ../install.py:3949 #, 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:3971 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:3973 msgid "Done." msgstr "Hecho." #: ../install.py:3987 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:4043 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" #. Translators: do not translate the terms --PyQt5-version or --use-system-PyQt5 #: ../install.py:4055 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "Indique solo uno de --PyQt5-version o --use-system-PyQt5." #: ../install.py:4067 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:4081 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:4097 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:4111 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:4124 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:4134 msgid "Using virtual environment for installation using pip." msgstr "Usar entorno virtual para la instalación usando pip." #: ../install.py:4139 ../install.py:4153 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:4172 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:4180 msgid "Restarting script using system python..." msgstr "Reiniciando el script usando python del sistema..." #: ../install.py:4193 msgid "Detected Linux distribution {} {}" msgstr "Detectada distribución de Linux {} {}" #: ../install.py:4231 msgid "To continue, the package python3-apt must be installed." msgstr "Para continuar se debe instalar el paquete python3-apt." #: ../install.py:4263 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:4275 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:4324 msgid "Installing python requests" msgstr "Instalando python requests" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "Actualizar Rapid Photo Downloader" #: ../upgrade.py:647 ../raphodo/ui/viewutils.py:679 #: ../raphodo/ui/viewutils.py:699 msgid "&Cancel" msgstr "&Cancelar" #: ../upgrade.py:651 msgid "&Upgrade" msgstr "&Actualizar" #: ../upgrade.py:656 #, 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:659 msgid "Click the Upgrade button to start the upgrade." msgstr "Pulse el botón Actualizar para comenzar la actualización." #: ../upgrade.py:662 ../upgrade.py:668 ../raphodo/ui/viewutils.py:678 #: ../raphodo/ui/viewutils.py:698 msgid "&Close" msgstr "&Cerrar" #: ../upgrade.py:663 msgid "&Run" msgstr "&Ejecutar" #: ../upgrade.py:693 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "Cierre Rapid Photo Downloader antes de iniciar la actualización." #: ../upgrade.py:696 msgid "Upgrade running..." msgstr "Actualización en proceso..." #: ../upgrade.py:732 #, 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:737 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:741 msgid "Upgrade failed. Click Close to exit." msgstr "Falló la actualización. Pulse Cerrar para salir." #: ../upgrade.py:11330 #, python-format msgid "Upgrading %s..." msgstr "Actualizando %s..." #: ../upgrade.py:11332 msgid "Press any key to continue..." msgstr "Pulse cualquier tecla para continuar..." #: ../upgrade.py:11345 msgid "Rapid Photo Downloader upgrade failed" msgstr "Falló la actualización de Rapid Photo Downloader" #: ../upgrade.py:11347 #, 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/ui/aboutdialog.py:334 msgid "Credits" msgstr "Agradecimientos" #: ../raphodo/ui/aboutdialog.py:339 msgid "Translators" msgstr "Traductores" #: ../raphodo/ui/backuppanel.py:280 msgid "Backups are not configured" msgstr "Las copias de seguridad no están configuradas" #: ../raphodo/ui/backuppanel.py:282 msgid "No backup devices detected" msgstr "No se detectaron dispositivos de copia de seguridad" #: ../raphodo/ui/backuppanel.py:285 msgid "Valid backup locations not yet specified" msgstr "" "No se ha indicado todavía ubicaciones válidas para las copias de seguridad" #: ../raphodo/ui/backuppanel.py:465 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Usted puede tener sus copia de seguridad de fotos y videos en múltiples " "lugares, una vez descargados, por ejemplo, discos duros externos." #: ../raphodo/ui/backuppanel.py:473 msgid "Back up photos and videos when downloading" msgstr "Realizar copia de seguridad al descargar fotos y vídeos" #: ../raphodo/ui/backuppanel.py:479 msgid "Automatically detect backup devices" msgstr "Detectar automáticamente dispositivos de copia de seguridad" #: ../raphodo/ui/backuppanel.py:485 msgid "" "Specify the folder in which backups are stored on the " "device.

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

Nota: la presencia de una carpeta con este nombre se usa " "para determinar si el dispositivo se usa para hacer copias de seguridad. En " "todos los dispositivos que quiera usar guardar copias de seguridad, cree en " "ellos una carpeta con uno de estos nombres. Al añadir ambas carpetas, el " "mismo dispositivo se puede usr para hacer copias de fotos y vídeos.
" #: ../raphodo/ui/backuppanel.py:500 msgid "Photo folder name:" msgstr "Nombre de la carpeta de fotos:" #: ../raphodo/ui/backuppanel.py:505 msgid "Video folder name:" msgstr "Nombre de la carpeta de vídeos:" #: ../raphodo/ui/backuppanel.py:510 ../raphodo/ui/nameeditor.py:1000 #: ../raphodo/ui/renamepanel.py:141 msgid "Example:" msgstr "Ejemplo:" #: ../raphodo/ui/backuppanel.py:521 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" "Si desactiva la detección automática, elija la ubicación exacta para las " "copias de seguridad." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:532 msgid "Photo backup location:" msgstr "Ubicación para las copias de fotos:" #: ../raphodo/ui/backuppanel.py:542 msgid "Select Photo Backup Location" msgstr "" "Seleccione la ubicación para las copias de seguridad de las fotografías" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:554 msgid "Video backup location:" msgstr "Ubicación para las copias de vídeos:" #: ../raphodo/ui/backuppanel.py:560 msgid "Select Video Backup Location" msgstr "Seleccione la ubicación para las copias de seguridad de los vídeos" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:676 msgid "drive1" msgstr "unidad1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:679 msgid "drive2" msgstr "unidad2" #: ../raphodo/ui/backuppanel.py:746 msgid "Projected Backup Storage Use" msgstr "Espacio usado previsto de copia de seguridad" #: ../raphodo/ui/backuppanel.py:751 msgid "Backup Options" msgstr "Opciones de copia de seguridad" #: ../raphodo/copyfiles.py:610 msgid "video THM" msgstr "vídeo THM" #: ../raphodo/copyfiles.py:620 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:104 ../raphodo/ui/devicedisplay.py:1408 #: ../raphodo/rpdfile.py:310 #, 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:112 ../raphodo/ui/devicedisplay.py:1414 #: ../raphodo/rpdfile.py:298 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s vídeos" #: ../raphodo/ui/destinationdisplay.py:123 msgid "Used" msgstr "Usado" #: ../raphodo/ui/destinationdisplay.py:124 msgid "Excess" msgstr "Exceso" #: ../raphodo/ui/destinationdisplay.py:133 ../raphodo/ui/devicedisplay.py:1440 msgid "Device size unknown" msgstr "Tamaño de dispositivo desconocido" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:146 #, python-format msgid "No space free on %(size_total)s device" msgstr "No hay espacio libre en %(size_total)s dispositivo" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:156 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s libre de %(size_total)s" #: ../raphodo/ui/destinationdisplay.py:230 ../raphodo/ui/destinationpanel.py:74 #: ../raphodo/ui/devicedisplay.py:625 ../raphodo/rapid.py:2641 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:960 msgid "Photos" msgstr "Fotos" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:231 ../raphodo/ui/destinationpanel.py:78 #: ../raphodo/ui/devicedisplay.py:626 ../raphodo/rapid.py:2642 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:988 #: ../raphodo/storage/storage.py:602 msgid "Videos" msgstr "Vídeos" #: ../raphodo/ui/destinationdisplay.py:232 msgid "Projected storage use after download" msgstr "Espacio usado previsto después de la descarga" #. Translators: Custom refers to the user choosing a non-default value that #. they customize themselves #: ../raphodo/ui/destinationdisplay.py:355 ../raphodo/ui/nameeditor.py:587 msgid "Custom..." msgstr "Personalizado..." #: ../raphodo/ui/destinationdisplay.py:774 msgid "Configure photo subfolder creation" msgstr "Configurar creación de subcarpetas de fotos" #: ../raphodo/ui/destinationdisplay.py:776 msgid "Configure video subfolder creation" msgstr "Configurar creación de subcarpetas de vídeos" #: ../raphodo/ui/destinationpanel.py:90 msgid "Projected Storage Use" msgstr "Uso proyectado del almacenamiento" #: ../raphodo/ui/destinationpanel.py:113 ../raphodo/ui/destinationpanel.py:125 msgid "Select a destination folder" msgstr "Seleccione una carpeta de destino" #: ../raphodo/ui/devicedisplay.py:1294 msgid "Probing device..." msgstr "Comprobando dispositivo..." #: ../raphodo/ui/devicedisplay.py:1309 msgid "Temporarily ignore this device" msgstr "Ignorar temporalmente este dispositivo" #: ../raphodo/ui/devicedisplay.py:1313 msgid "Permanently ignore this device" msgstr "Ignorar de forma permanente este dispositivo" #: ../raphodo/ui/devicedisplay.py:1316 msgid "Rescan" msgstr "Reescanear" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1437 #, python-format msgid "%s full" msgstr "%s lleno" #: ../raphodo/ui/devicedisplay.py:1457 msgid "Other" msgstr "Otros" #: ../raphodo/devices.py:603 ../raphodo/devices.py:604 msgid "Cameras" msgstr "Cámaras" #: ../raphodo/devices.py:605 ../raphodo/devices.py:1256 #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 ../raphodo/rapid.py:2490 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:1006 #, 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:1073 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1229 ../raphodo/rapid.py:2213 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:1280 ../raphodo/devices.py:1300 #, 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:1318 #, 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:1326 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s dispositivos" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1652 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" "Haga clic en la casilla de verificación de los archivos para marcarlos o " "desmarcarlos para su descarga." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "Se recuerdan los archivos que ya han sido descargados. Aún así todavía puede " "marcar archivos descargados previamente para que se descarguen de nuevo, " "pero de forma predeterminada no están marcados y sus miniaturas están " "oscurecidas para que se puedan diferenciar de aquellos archivos que están " "pendientes de descargarse." #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" "Si se selecciona más de un archivo, todos ellos tomarán la marca del archivo " "del que se ha marcado la casilla de verificación, independientemente de si " "anteriormente estaban marcados o no." #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" "Haga clic en la casilla de verificación para marcar o desmarcar rápidamente " "para descargar todos sus archivos." #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" "Después de que una descarga termine un icono reemplazará la casilla de " "verificación de la miniatura. El color del icono indica si la descarga tuvo " "éxito (verde), si se han producido problemas al renombrar el archivo " "(amarillo/naranja) o si falló (rojo)." #: ../raphodo/ui/didyouknow.py:91 msgid "" "\n" "In case of any problems, a red icon will appear at the bottom of the window " "indicating \n" "how many error reports there are. Clicking on it opens the Error Report " "window." 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." #: ../raphodo/ui/didyouknow.py:97 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." 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." #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" "Puede descargar de forma simultánea de varias cámaras, teléfonos " "inteligentes, tarjetas de memoria y discos duros; tantos dispositivos como " "su equipo sea capaz de gestionar a la vez." #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" "La línea de tiempo agrupa fotos y vídeos basados en el tiempo " "transcurrido entre dos disparos consecutivos. Úsela para identificar fotos y " "vídeos tomados en diferentes periodos en un único día o en varios días " "consecutivos." #: ../raphodo/ui/didyouknow.py:123 msgid "" "\n" "

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

\n" "

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

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

" #: ../raphodo/ui/didyouknow.py:133 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" "Para ver fotos y vídeos en un rango de tiempo determinado, use el ratón " "(opcionalmente en combinación con las teclas Mays o Ctrl) " "para seleccionar periodos de tiempo. Cuando se selecciona un rango de tiempo " "se resaltará el botón de Línea de tiempo en la parte izquierda de la ventana " "principal." #: ../raphodo/ui/didyouknow.py:140 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" "Una descarga incluye siempre todos los archivos que se han marcado para " "descargarse, incluyendo aquellos no se están visibles actualmente debido a " "la línea de tiempo en uso." #: ../raphodo/ui/didyouknow.py:147 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" "Puede mostrar u ocultar los orígenes de descarga pulsando en el nombre del " "dispositivo del que se está realizando la descarga en la parte superior " "izquierda de la ventana del programa." #: ../raphodo/ui/didyouknow.py:154 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 \n" "metadata (where 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 \n" "raw images, for instance.
  8. \n" "
  9. File Type: photo or video.
  10. \n" "
  11. Device: name of the device the photos and videos are being " "downloaded \n" "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/ui/didyouknow.py:172 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" "Una de las características más útiles de Rapid Photo Downloader is la " "capacidad de generar automáticamente subcarpetas de descarga y renombrar los " "ficheros según se descargan, usando un esquema de su elección." #: ../raphodo/ui/didyouknow.py:178 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" "Para especificar dónde quiere descargar los archivos y cómo quiere que se " "nombre, abra el panel apropiado en la parte derecha de la ventana de la " "aplicación: Destino, Renombrar o Código de trabajo." #: ../raphodo/ui/didyouknow.py:185 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 \n" "illustration below, the destination folders are "Pictures" and \n" ""Videos". The name of the destination folder is displayed in the " "grey bar \n" "directly above the folder tree, with a folder icon to its left and a gear " "icon to \n" "its far right.
  2. \n" "
  3. The download subfolders, which are directories that will be " "automatically \n" "generated by Rapid Photo Downloader. They need not already exist on your " "computer, but \n" "it's okay if they do. They will be generated under the destination " "folder.
  4. \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" "
" #: ../raphodo/ui/didyouknow.py:202 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a \n" "different destination folder for each. The same applies to the download " "subfolders for \n" "photos and videos—download photos and videos to the same subfolders, " "or use a \n" "different scheme for each type." 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." #: ../raphodo/ui/didyouknow.py:211 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" "Las subcarpetas de descargas generadas automáticamente pueden contener a su " "vez más subcarpetas generadas automáticamente si fuera necesario. Un esquema " "habitual es crear una subcarpeta de año y una serie de subcarpetas de año-" "mes-día dentro de ella." #: ../raphodo/ui/didyouknow.py:220 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to \n" "download:\n" "
    \n" "
  1. The destination folder tree shows the download subfolders already on " "your computer \n" "(those in a regular, non-italicized font), and the subfolders that will be " "created \n" "during the download (those whose names are italicized).
  2. \n" "
  3. The folder tree also shows into which subfolders the files will be " "downloaded \n" "(those colored black).
  4. \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" "
" #: ../raphodo/ui/didyouknow.py:235 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following \n" "elements:\n" "
    \n" "
  1. File metadata, very often including the date the photo or video " "was created, \n" "but might also include the camera model name, camera serial number, or file " "extension \n" "e.g. JPG or CR2.
  2. \n" "
  3. A Job Code, which is free text you specify at the time the " "download occurs, \n" "such as the 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 \n" "format makes it easy to keep them sorted in a file manager, which is why " "it's the \n" "default option:" 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:" #: ../raphodo/ui/didyouknow.py:254 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 \n" "preset. Click on the gear icon to bring up a drop-down menu:" 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:" #: ../raphodo/ui/didyouknow.py:261 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to \n" "configure your own scheme. You create your own schemes using the Photo or " "Video \n" "Subfolder Generation Editor:" 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:" #: ../raphodo/ui/didyouknow.py:270 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" "Es sencillo descargar las imágenes «raw» en una carpeta y las imágenes jpeg " "en otra. Simplemente use la Extensión de nombre de archivo como parte " "del esquema de generación de subcarpetas de su descarga:" #: ../raphodo/ui/didyouknow.py:276 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" "Esta imagen muestra una configuración personalizada guardada con el nombre " ""Mi configuración personalizada"." #: ../raphodo/ui/didyouknow.py:282 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 \n" "and a Job Code:" 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:" #: ../raphodo/ui/didyouknow.py:291 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 \n" "choices to generate new combinations. Supposing you wanted a date format " "that combines \n" "year (YYYY), a hyphen, and month (MM) to form YYYY-MM. You can create it " "like this \n" "(note the red circle around the hyphen):" 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):" #: ../raphodo/ui/didyouknow.py:300 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names \n" "in the \n" "online " "\n" "documentation." 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." #: ../raphodo/ui/didyouknow.py:309 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. \n" "You can use them in subfolder and file names. In this illustration, some " "files have had \n" "the Job Code "Street" applied to them, and the selected files are " "about to \n" "get the Job Code "Green Bazaar":" 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":" #: ../raphodo/ui/didyouknow.py:317 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 \n" "prompted to enter a Job Code for them before the download begins." 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." #: ../raphodo/ui/didyouknow.py:324 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" "Buscar sugerencias que le guíen cuando está trabajando con códigos de " "trabajo:" #: ../raphodo/ui/didyouknow.py:327 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" "Las sugerencias variarán dependiendo del contexto, como por ejemplo cuando " "el ratón está sobre un botón." #: ../raphodo/ui/didyouknow.py:333 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!" 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!" #: ../raphodo/ui/didyouknow.py:340 msgid "" "\n" "

Four types of sequence values are available to help you assign unique " "names to your \n" "photos and 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 \n" "last time the 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 \n" "documentation.

" 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.

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

The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature \n" "on your 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 \n" "are detected, the same sequence numbers will be applied to both photo names. " "F\n" "urthermore, sequences will be 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/ui/didyouknow.py:378 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are \n" "downloaded, such as external hard drives or network shares. Backup devices " "can be \n" "automatically detected, or exact backup locations specified." 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." #: ../raphodo/ui/didyouknow.py:385 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" "En este ejemplo, la unidad photobackup no contiene una carpeta con el " "nombre Videos, por lo que no se hará copia de los vídeos." #: ../raphodo/ui/didyouknow.py:391 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including \n" "download sources, destinations, and backups. Additionally, settings can be " "reset to \n" "their default state, and caches and remembered files cleared." 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." #: ../raphodo/ui/didyouknow.py:396 msgid "You can also import program preferences from the older 0.4 version." msgstr "" "También puede importar las preferencias del programa de la versión 0.4 " "antigua." #: ../raphodo/ui/didyouknow.py:401 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 \n" "your cameras, memory cards, and other devices.
  2. \n" "
  3. A temporary cache of files downloaded from a camera, one for " "photos and \n" "another for videos. They are located in temporary subfolders in the download " "\n" "destination.
  4. \n" "
  5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores \n" "thumbnails of RAW and TIFF photos once they have been downloaded. File " "browsers like \n" "Gnome Files use this cache as well, meaning they too will display thumbnails " "for those \n" "files. \n" "
  6. \n" "
\n" "Read more about these caches and their effect on download performance in the " "online " "documentation." 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." #: ../raphodo/ui/didyouknow.py:459 msgid "Tip of the Day" msgstr "Sugerencia del día" #: ../raphodo/ui/didyouknow.py:467 msgid "Did you know...?" msgstr "¿Sabía que...?" #: ../raphodo/ui/didyouknow.py:498 msgid "Show tips on startup" msgstr "Mostrar sugerencias al inicio" #: ../raphodo/ui/didyouknow.py:502 msgid "&Next" msgstr "&Siguiente" #: ../raphodo/ui/didyouknow.py:503 msgid "&Previous" msgstr "&Anterior" #: ../raphodo/downloadtracker.py:454 msgid "MB/sec" msgstr "MB/s" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:584 msgid "A few seconds" msgstr "Unos pocos segundos" #: ../raphodo/downloadtracker.py:643 msgid "1 second" msgstr "1 segundo" #: ../raphodo/downloadtracker.py:645 #, python-format msgid "%d seconds" msgstr "%d segundos" #: ../raphodo/downloadtracker.py:650 msgid "1 minute" msgstr "1 minuto" #: ../raphodo/downloadtracker.py:652 #, python-format msgid "%d minutes" msgstr "%d minutos" #: ../raphodo/downloadtracker.py:657 ../raphodo/downloadtracker.py:839 msgid "1 hour" msgstr "1 hora" #: ../raphodo/downloadtracker.py:659 #, python-format msgid "%d hours" msgstr "%d horas" #: ../raphodo/downloadtracker.py:664 ../raphodo/downloadtracker.py:869 #: ../raphodo/downloadtracker.py:877 msgid "1 day" msgstr "1 día" #: ../raphodo/downloadtracker.py:666 #, python-format msgid "%d days" msgstr "%d días" #: ../raphodo/downloadtracker.py:845 msgid "1 minute, 1 second" msgstr "1 minuto, 1 segundo" #: ../raphodo/downloadtracker.py:847 #, python-format msgid "1 minute, %d seconds" msgstr "1 minuto, %d segundos" #: ../raphodo/downloadtracker.py:850 #, python-format msgid "%d minutes, 1 second" msgstr "%d minutos, 1 segundo" #: ../raphodo/downloadtracker.py:852 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d minutos, %(seconds)d seconds" #: ../raphodo/downloadtracker.py:884 msgid "1 hour, 1 minute" msgstr "1 hora, 1 minuto" #: ../raphodo/downloadtracker.py:886 #, python-format msgid "1 hour, %d minutes" msgstr "1 hora, %d minutos" #: ../raphodo/downloadtracker.py:889 #, python-format msgid "%d hours, 1 minute" msgstr "%d horas, 1 minuto" #: ../raphodo/downloadtracker.py:891 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d horas, %(minutes)d minutos" #: ../raphodo/downloadtracker.py:918 msgid "1 day, 1 hour" msgstr "1 día, 1 hora" #: ../raphodo/downloadtracker.py:920 #, python-format msgid "1 day, %d hours" msgstr "1 día, %d horas" #: ../raphodo/downloadtracker.py:923 #, python-format msgid "%d days, 1 hour" msgstr "%d días, 1 hora" #: ../raphodo/downloadtracker.py:925 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d días, %(hours)d horas" #: ../raphodo/errorlog.py:80 msgid "Find" msgstr "Buscar" #: ../raphodo/errorlog.py:150 msgid "Error Reports - Rapid Photo Downloader" msgstr "Informes de errores - Rapid Photo Downloader" #: ../raphodo/errorlog.py:187 msgid "Find in reports" msgstr "Buscar en los informes" #: ../raphodo/errorlog.py:206 msgid "Find the previous occurrence of the phrase" msgstr "Buscar la ocurrencia anterior de la frase" #: ../raphodo/errorlog.py:211 msgid "Find the next occurrence of the phrase" msgstr "Buscar la siguiente ocurrencia de la frase" #: ../raphodo/errorlog.py:213 msgid "&Highlight All" msgstr "&Resaltar todo" #: ../raphodo/errorlog.py:214 msgid "Highlight all occurrences of the phrase" msgstr "Resaltar todas las ocurrencias de la frase" #: ../raphodo/errorlog.py:215 msgid "&Match Case" msgstr "&Coincidier mayúsculas y minúsculas" #: ../raphodo/errorlog.py:216 msgid "Search with case sensitivity" msgstr "Búsqueda sensible a mayúsculas" #: ../raphodo/errorlog.py:217 msgid "&Whole Words" msgstr "&Palabras completas" #: ../raphodo/errorlog.py:218 msgid "Search whole words only" msgstr "Buscar solo palabras completas" #: ../raphodo/errorlog.py:229 ../raphodo/errorlog.py:371 #, 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:234 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "%(matchnumber)s de %(total)s coincidencias" #: ../raphodo/errorlog.py:256 msgid "Clear" msgstr "Limpiar" #: ../raphodo/errorlog.py:357 msgid "Phrase not found" msgstr "Frase no encontrada" #: ../raphodo/errorlog.py:516 msgid "Search pending..." msgstr "Buscar pendientes..." #: ../raphodo/errorlog.py:567 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:50 #, python-brace-format msgid "" "Please report the problem at {website}.

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

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

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

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

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

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

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

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

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

Haga " "clic aquí para abrir la carpeta de trazas y aquí para abrir la carpeta de configuración." #: ../raphodo/excepthook.py:88 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" "Actualizando a la última version podrá saber si el " "problema que ha encontrado ha sido ya corregido." #: ../raphodo/excepthook.py:182 msgid "Problem in Rapid Photo Downloader" msgstr "Problema en Rapid Photo Downloader" #: ../raphodo/excepthook.py:186 msgid "A problem occurred in Rapid Photo Downloader" msgstr "Se ha producido un problema en Rapid Photo Downloader" #: ../raphodo/excepthook.py:189 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" "Si se produce el mismo problema antes de que termine el programa, esta va a " "ser la única notificación sobre el mismo." #: ../raphodo/excepthook.py:216 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "Ha ocurrido un problema en Rapid Photo Downloader\n" #: ../raphodo/excepthook.py:218 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "Informe del problema en {website}\n" "Adjunto el archivo de trazas que se encuentra en {log_path} al informe de " "error.\n" "\n" #: ../raphodo/ui/filebrowse.py:173 ../raphodo/thumbnaildisplay.py:2254 msgid "Open in File Browser..." msgstr "Abrir en el Explorador de archivos..." #. type: Optional[QModelIndex] #: ../raphodo/ui/filebrowse.py:179 msgid "Reset" msgstr "Restaurar" #: ../raphodo/ui/filebrowse.py:183 msgid "Show System Folders" msgstr "Mostrar carpetas del sistema" #: ../raphodo/foldercombo.py:140 msgid "File System" msgstr "Sistema de archivos" #: ../raphodo/foldercombo.py:181 msgid "Other..." msgstr "Otros..." #: ../raphodo/foldercombo.py:272 #, python-format msgid "%s (location does not exist)" msgstr "%s (la ubicación no existe)" #: ../raphodo/generatenameconfig.py:206 msgid "Date time" msgstr "Fecha Hora" #: ../raphodo/generatenameconfig.py:207 msgid "Text" msgstr "Texto" #: ../raphodo/generatenameconfig.py:208 ../raphodo/rapid.py:2608 msgid "Filename" msgstr "Nombre de archivo" #: ../raphodo/generatenameconfig.py:209 #: ../raphodo/prefs/preferencedialog.py:994 msgid "Metadata" msgstr "Metadatos" #: ../raphodo/generatenameconfig.py:210 msgid "Sequences" msgstr "Secuencias" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:213 msgid "Job code" msgstr "Código de trabajo" #: ../raphodo/generatenameconfig.py:214 msgid "Image date" msgstr "Fecha de la imagen" #: ../raphodo/generatenameconfig.py:215 msgid "Video date" msgstr "Fecha del vídeo" #: ../raphodo/generatenameconfig.py:216 msgid "Today" msgstr "Hoy" #: ../raphodo/generatenameconfig.py:217 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:220 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:223 msgid "Name" msgstr "Nombre" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 ../raphodo/rapid.py:2609 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:229 msgid "Image number" msgstr "Número de imagen" #: ../raphodo/generatenameconfig.py:230 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:233 msgid "Aperture" msgstr "Apertura" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 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:242 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:245 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:248 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:251 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:254 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:257 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:260 msgid "Shutter count" msgstr "Contador de disparos" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:262 msgid "File number" msgstr "Número de archivo" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:264 msgid "Folder only" msgstr "Carpeta solamente" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:266 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:269 msgid "Owner name" msgstr "Nombre del propietario" #: ../raphodo/generatenameconfig.py:270 msgid "Codec" msgstr "Códec" #: ../raphodo/generatenameconfig.py:271 msgid "Width" msgstr "Ancho" #: ../raphodo/generatenameconfig.py:272 msgid "Height" msgstr "Alto" #: ../raphodo/generatenameconfig.py:273 msgid "Length" msgstr "Duración" #: ../raphodo/generatenameconfig.py:274 msgid "Frames Per Second" msgstr "Fotogramas por segundo" #: ../raphodo/generatenameconfig.py:275 msgid "Artist" msgstr "Autor" #: ../raphodo/generatenameconfig.py:276 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:279 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:282 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:285 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:288 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:291 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:294 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:297 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:300 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:303 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:306 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:309 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:312 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:315 msgid "lowercase" msgstr "minúsculas" #: ../raphodo/generatenameconfig.py:316 msgid "One digit" msgstr "Un dígito" #: ../raphodo/generatenameconfig.py:317 msgid "Two digits" msgstr "Dos dígitos" #: ../raphodo/generatenameconfig.py:318 msgid "Three digits" msgstr "Tres dígitos" #: ../raphodo/generatenameconfig.py:319 msgid "Four digits" msgstr "Cuatro dígitos" #: ../raphodo/generatenameconfig.py:320 msgid "Five digits" msgstr "Cinco dígitos" #: ../raphodo/generatenameconfig.py:321 msgid "Six digits" msgstr "Seis dígitos" #: ../raphodo/generatenameconfig.py:322 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:325 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:328 ../raphodo/generatenameconfig.py:415 msgid "YYYYMMDD" msgstr "AAAMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:416 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:334 ../raphodo/generatenameconfig.py:417 msgid "YYYY_MM_DD" msgstr "AAAA_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 msgid "YYMMDD" msgstr "AAMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 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:343 msgid "YY_MM_DD" msgstr "AA_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "MMDDYYYY" msgstr "MMDDAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYY" msgstr "MMDDAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "DDMMYYYY" msgstr "DDMMAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYY" msgstr "DDMMAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 ../raphodo/generatenameconfig.py:415 #: ../raphodo/generatenameconfig.py:416 ../raphodo/generatenameconfig.py:417 #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:419 msgid "YYYY" msgstr "AAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 msgid "YY" msgstr "AA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 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:376 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:379 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:382 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:385 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 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:394 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:397 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 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:403 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:415 msgid "Date" msgstr "Fecha" #: ../raphodo/generatenameconfig.py:416 msgid "Date (hyphens)" msgstr "Fecha (guiones)" #: ../raphodo/generatenameconfig.py:417 msgid "Date (underscores)" msgstr "Fecha (subrayados)" #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:512 #: ../raphodo/generatenameconfig.py:699 msgid "Date and Job Code" msgstr "Fecha y Código de trabajo" #: ../raphodo/generatenameconfig.py:418 msgid "YYYYMM_Job Code" msgstr "AAAAMM_Código de trabajo" #: ../raphodo/generatenameconfig.py:419 msgid "Date and Job Code Subfolder" msgstr "Subcarpeta Fecha y Código de trabajo" #: ../raphodo/generatenameconfig.py:419 msgid "YYYYMM" msgstr "AAAAMM" #: ../raphodo/generatenameconfig.py:419 ../raphodo/jobcodepanel.py:279 #: ../raphodo/ui/nameeditor.py:926 ../raphodo/rapid.py:2261 #: ../raphodo/ui/renamepanel.py:93 ../raphodo/ui/renamepanel.py:275 msgid "Job Code" msgstr "Código de trabajo" #: ../raphodo/generatenameconfig.py:507 ../raphodo/generatenameconfig.py:694 msgid "Original Filename" msgstr "Nombre de archivo original" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "Date-Time and Downloads today" msgstr "Fecha-hora y descargas hoy" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "YYYYMMDD-HHMM-1" msgstr "AAAAMMDD-HHMM-1" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "Date and Downloads today" msgstr "Fecha y descargas hoy" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "YYYYMMDD-1" msgstr "AAAAMMDD-1" #: ../raphodo/generatenameconfig.py:510 msgid "Date-Time and Image number" msgstr "Fecha-hora y número de imagen" #: ../raphodo/generatenameconfig.py:510 msgid "YYYYMMDD-1234" msgstr "AAAAMMDD-1234" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "Date-Time and Job Code" msgstr "Fecha-hora y código de trabajo" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "AAAAMMDD-HHMM-Código de trabajo-1" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:699 msgid "YYYYMMDD-Job Code-1" msgstr "AAAAMMDD-Código de trabajo-1" #: ../raphodo/generatenameconfig.py:697 msgid "Date-Time and Video number" msgstr "Fecha-hora y número de vídeo" #: ../raphodo/generatenameconfig.py:697 msgid "YYYYMMDD_1234" msgstr "AAAAMMDD_1234" #: ../raphodo/generatenameconfig.py:700 msgid "Resolution" msgstr "Resolución" #: ../raphodo/generatenameconfig.py:700 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "AAAAMMDD-HHMM-1-1920x1080" #: ../raphodo/jobcodepanel.py:90 msgid "Enter a new Job Code, or select a previous one" msgstr "Inserte un nuevo código de trabajo o seleccione uno anterior" #: ../raphodo/jobcodepanel.py:98 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" "El código de trabajo se aplicará a %s que todavía no tiene un código de " "trabajo." #: ../raphodo/jobcodepanel.py:108 #, 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:121 msgid "Apply Job Code to Download" msgstr "Aplicar el código de trabajo a las descargas" #: ../raphodo/jobcodepanel.py:123 msgid "Enter a new Job Code" msgstr "Inserte un nuevo código de trabajo" #: ../raphodo/jobcodepanel.py:131 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" "Sugerencia: seleccione fotos o vídeos antes de introducir un nuevo " "código de trabajo para que se aplique a todos ellos." #: ../raphodo/jobcodepanel.py:144 #, 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:148 msgid "New Job Code" msgstr "Nuevo código de trabajo" #: ../raphodo/jobcodepanel.py:186 msgid "&Job Code:" msgstr "Código de trabajo:" #: ../raphodo/jobcodepanel.py:190 msgid "&Remember this Job Code" msgstr "&Recordar este código de trabajo" #: ../raphodo/jobcodepanel.py:251 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:255 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:259 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:264 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:269 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:278 msgid "Last Used" msgstr "Último usado" #: ../raphodo/jobcodepanel.py:283 msgid "Job Code Sort:" msgstr "Tipo de código de trabajo:" #: ../raphodo/jobcodepanel.py:286 ../raphodo/rapid.py:2616 msgid "Ascending" msgstr "Ascendente" #: ../raphodo/jobcodepanel.py:287 ../raphodo/rapid.py:2617 msgid "Descending" msgstr "Descendente" #: ../raphodo/jobcodepanel.py:297 msgid "&New..." msgstr "&Nuevo..." #: ../raphodo/jobcodepanel.py:301 msgid "&Apply" msgstr "&Aplicar" #: ../raphodo/jobcodepanel.py:305 msgid "&Remove" msgstr "&Eliminar" #: ../raphodo/jobcodepanel.py:309 ../raphodo/prefs/preferencedialog.py:288 #: ../raphodo/prefs/preferencedialog.py:324 #: ../raphodo/prefs/preferencedialog.py:781 msgid "Remove All" msgstr "&Eliminar todos" #: ../raphodo/jobcodepanel.py:512 msgid "Do you really want to remove all the Job Codes?" msgstr "¿Quiere realmente eliminar todos los códigos de trabajo?" #: ../raphodo/jobcodepanel.py:515 msgid "Remove all Job Codes" msgstr "Eliminar todos los códigos de trabajo" #: ../raphodo/jobcodepanel.py:578 msgid "Job Codes" msgstr "Códigos de trabajo" #: ../raphodo/ui/messagewidget.py:67 #, python-format msgid "Hint: %(message)s" msgstr "Sugerencia: %(message)s" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:478 ../raphodo/ui/nameeditor.py:498 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/ui/nameeditor.py:583 msgid "Save New Custom Preset..." msgstr "Guardar nueva configuración personalizada..." #: ../raphodo/ui/nameeditor.py:584 msgid "Remove All Custom Presets..." msgstr "Eliminar todas las configuraciones personalizadas..." #: ../raphodo/ui/nameeditor.py:630 msgid "(New Custom Preset)" msgstr "(nueva configuración personalizada)" #: ../raphodo/ui/nameeditor.py:647 #, python-format msgid "%s (edited)" msgstr "%s (editada)" #: ../raphodo/ui/nameeditor.py:650 ../raphodo/ui/nameeditor.py:1558 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "Actualizar configuración personalizada «%s»" #: ../raphodo/ui/nameeditor.py:743 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "Guarda nueva configuración personalizada - Raphid Photo Downloader" #: ../raphodo/ui/nameeditor.py:751 msgid "Preset Name:" msgstr "Nombre de configuración:" #: ../raphodo/ui/nameeditor.py:884 msgid "Photo Subfolder Generation Editor" msgstr "Editor de generación de subcarpetas de fotos" #: ../raphodo/ui/nameeditor.py:892 msgid "Video Subfolder Generation Editor" msgstr "Editor de generación de subcarpetas de vídeos" #: ../raphodo/ui/nameeditor.py:900 msgid "Photo Renaming Editor" msgstr "Editor de renombrado de fotos" #: ../raphodo/ui/nameeditor.py:907 msgid "Video Renaming Editor" msgstr "Editor de renombrado de vídeos" #: ../raphodo/ui/nameeditor.py:936 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" "Aviso: No hay datos suficientes para " "generar completamente el nombre. Por favor, emplee otras opciones de " "renombrado." #: ../raphodo/ui/nameeditor.py:954 #, python-format msgid "The character
%(separator)s creates a new subfolder level." msgstr "El carácter %(separator)s crea un nuevo nivel de subcarpetas." #: ../raphodo/ui/nameeditor.py:964 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" "No es necesario comenzar o terminar con el separador de carpetas " "%(separator)s, porque se añade automáticamente." #: ../raphodo/ui/nameeditor.py:972 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" "Aviso: No se pueden generar nombres de " "archivos únicos. Hacer los nombres de archivos únicos mediante valores " "secuenciales." #: ../raphodo/ui/nameeditor.py:999 ../raphodo/ui/renamepanel.py:139 msgid "Preset:" msgstr "Configuración:" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1082 ../raphodo/ui/nameeditor.py:1105 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/ui/nameeditor.py:1134 ../raphodo/prefs/preferencedialog.py:1083 #: ../raphodo/wsl.py:648 msgid "Get help online..." msgstr "Obtener ayuda en línea..." #: ../raphodo/ui/nameeditor.py:1161 msgid "Insert" msgstr "Insertar" #: ../raphodo/ui/nameeditor.py:1523 msgid "Save Preset - Rapid Photo Downloader" msgstr "Guardar configuración - Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:1527 msgid "" "Do you want to save the changes in a new custom " "preset?

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

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

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

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

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

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

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

Los cambios a " "las preferencias se aplicarán independientemente de si crea una nueva " "configuración personalizada o no." #: ../raphodo/ui/nameeditor.py:1562 msgid "Save New Custom Preset" msgstr "Guardar nueva configuración personalizada" #: ../raphodo/newversion.py:326 msgid "Checking for new version..." msgstr "Comprobando nueva versión..." #: ../raphodo/newversion.py:327 msgid "You are running the latest version." msgstr "Ya está usando la última versión." #: ../raphodo/newversion.py:328 msgid "Failed to contact the update server." msgstr "No se pudo conectar con el servidor de actualizaciones." #: ../raphodo/newversion.py:331 #, 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:334 msgid "Do you want to download the new version?" msgstr "¿Quiere descargar la nueva versión?" #: ../raphodo/newversion.py:336 #, 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:366 ../raphodo/newversion.py:385 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:388 msgid "&Open Download Page" msgstr "&Abrir la página de descargas" #: ../raphodo/newversion.py:412 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:531 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "%(downloaded)s de %(total)s" #: ../raphodo/newversion.py:553 msgid "Downloading..." msgstr "Descargando..." #: ../raphodo/prefs/preferencedialog.py:134 msgid "Preferences" msgstr "Preferencias" #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 msgid "Language" msgstr "Idioma" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 msgid "Automation" msgstr "Automatización" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Thumbnails" msgstr "Miniaturas" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:160 #: ../raphodo/prefs/preferencedialog.py:183 #: ../raphodo/prefs/preferencedialog.py:585 msgid "Time Zones" msgstr "Zonas horarias" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:184 #: ../raphodo/prefs/preferencedialog.py:649 msgid "Error Handling" msgstr "Manejo de errores" #: ../raphodo/prefs/preferencedialog.py:162 #: ../raphodo/prefs/preferencedialog.py:185 msgid "Warnings" msgstr "Avisos" #: ../raphodo/prefs/preferencedialog.py:163 msgid "Consolidation" msgstr "Consolidación" #: ../raphodo/prefs/preferencedialog.py:164 #: ../raphodo/prefs/preferencedialog.py:186 msgid "Miscellaneous" msgstr "Varios" #: ../raphodo/prefs/preferencedialog.py:221 msgid "Device Scanning" msgstr "Explorando dispositivo" #: ../raphodo/prefs/preferencedialog.py:222 msgid "Scan only external devices" msgstr "Explorar solo dispositivos externos" #: ../raphodo/prefs/preferencedialog.py:225 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" "Explorar buscando fotos y vídeos solo en dispositivos externos al equipo,\n" "incluyendo cámaras, tarjetas de memoria, discos duros externos y discos USB." #: ../raphodo/prefs/preferencedialog.py:231 msgid "Scan only specific folders on devices" msgstr "Explorar solo carpetas específicas en los dispositivos" #: ../raphodo/prefs/preferencedialog.py:233 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Explorar buscando fotos y vídeos en las carpetas especificadas más abajo\n" "(excepto rutas incluidas en Rutas ignoradas).\n" "\n" "Cambiar este parámetro obliga a explorar todos los dispositivos de nuevo." #: ../raphodo/prefs/preferencedialog.py:240 msgid "Folders to scan:" msgstr "Carpetas a explorar:" #: ../raphodo/prefs/preferencedialog.py:244 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" "Carpetas en nivel raíz del sistema de archivos del dispositivo que\n" "se explorarán en busca de fotos y vídeos." #: ../raphodo/prefs/preferencedialog.py:249 #: ../raphodo/prefs/preferencedialog.py:310 msgid "Add..." msgstr "Añadir..." #: ../raphodo/prefs/preferencedialog.py:252 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Añadir una carpeta a la lista de carpetas a explorar buscando fotos y " "vídeos.\n" "\n" "Cambiar este parámetro obliga a explorar todos los dispositivos de nuevo." #: ../raphodo/prefs/preferencedialog.py:256 #: ../raphodo/prefs/preferencedialog.py:286 #: ../raphodo/prefs/preferencedialog.py:317 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove" msgstr "Eliminar" #: ../raphodo/prefs/preferencedialog.py:259 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Eliminar una carpeta a la lista de carpetas a explorar buscando fotos y " "vídeos.\n" "\n" "Cambiar este parámetro obliga a explorar todos los dispositivos de nuevo." #: ../raphodo/prefs/preferencedialog.py:278 msgid "Devices that have been set to automatically ignore or download from." msgstr "" "Dispositivos que se han configurado para ser ignorados automáticamente o " "descargar desde los mismos." #: ../raphodo/prefs/preferencedialog.py:279 msgid "Remembered Devices" msgstr "Dispositivos recordados" #: ../raphodo/prefs/preferencedialog.py:283 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" "Eliminar un dispositivo de la lista de dispositivos a ser ignorados o de los " "que descargar automáticamente." #: ../raphodo/prefs/preferencedialog.py:290 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" "Limpiar la lista de dispositivos a ignorar o de los que descargar " "automáticamente.\n" "\n" "Nota: los cambios se harán efectivos la próxima vez que el equipo explore " "buscando dispositivos." #: ../raphodo/prefs/preferencedialog.py:304 msgid "Ignored Paths" msgstr "IRutas ignoradas" #: ../raphodo/prefs/preferencedialog.py:306 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" "La parte final de una ruta que nunca debe ser explorada buscando fotos o " "vídeos." #: ../raphodo/prefs/preferencedialog.py:313 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Añadir una ruta a la lista de rutas a ignorar.\n" "\n" "Cambiar este parámetro hará que se vuelvan a explorar todos los dispositivos." #: ../raphodo/prefs/preferencedialog.py:320 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Eliminar una ruta de la lista de rutas a ignorar.\n" "\n" "Cambiar este parámetro hará que se vuelvan a explorar todos los dispositivos." #: ../raphodo/prefs/preferencedialog.py:327 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Vaciar la lista de rutas a ignorar.\n" "\n" "Cambiar este parámetro hará que se vuelvan a explorar todos los dispositivos." #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as well. #: ../raphodo/prefs/preferencedialog.py:338 #, python-brace-format msgid "Use python-style regular expressions" msgstr "Usar expresiones regulares tipo python" #: ../raphodo/prefs/preferencedialog.py:345 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Usar expresiones regulares en la lista de rutas a ignorar.\n" "\n" "Cambiar este parámetro hará que se vuelvan a explorar todos los dispositivos." #: ../raphodo/prefs/preferencedialog.py:387 msgid "Language: " msgstr "Idioma: " #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:400 #: ../raphodo/prefs/preferencedialog.py:505 #: ../raphodo/prefs/preferencedialog.py:553 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:408 #: ../raphodo/prefs/preferencedialog.py:575 msgid "* Takes effect upon program restart" msgstr "* Tiene efecto en el siguiente reinicio del programa" #: ../raphodo/prefs/preferencedialog.py:416 msgid "Program Automation" msgstr "Automatización del programa" #: ../raphodo/prefs/preferencedialog.py:417 msgid "Mount devices not already automatically mounted" msgstr "Montar dispositivos no montados automáticamente" #. Translators: This next sentence is used in a tool tip. Feel free to place the #. carriage return where you think it makes sense so that the tool tip does not #. stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:422 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" "Montar dispositivos como tarjetas de memoria o unidades externas\n" "cuando el sistema operativo no los monte automáticamente." #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading at program startup" msgstr "Empezar descargas al iniciar el programa" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Start downloading upon device insertion" msgstr "Comenzar a descargar al conectar un dispositivo" #: ../raphodo/prefs/preferencedialog.py:430 msgid "Unmount (eject) device upon download completion" msgstr "Extraer (expulsar) el dispositivo al concluir la descarga" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program when download completes" msgstr "Salir del programa cuando se completen las descargas" #: ../raphodo/prefs/preferencedialog.py:433 msgid "Exit program even if download had warnings or errors" msgstr "" "Salir del programa, incluso si la descarga tiene advertencias o errores" #: ../raphodo/prefs/preferencedialog.py:465 msgid "Thumbnail Generation" msgstr "Generación de miniaturas" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails" msgstr "Generar miniaturas" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Generate thumbnails to show in the main program window" msgstr "Generar miniaturas para mostrar en la ventana principal del programa" #: ../raphodo/prefs/preferencedialog.py:470 msgid "Cache thumbnails" msgstr "Caché de miniaturas" #: ../raphodo/prefs/preferencedialog.py:473 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" "Guardar las miniaturas que se muestran en la ventana principal del programa " "en una caché de miniaturas exclusiva para Rapid Photo Downloader" #: ../raphodo/prefs/preferencedialog.py:477 msgid "Generate system thumbnails" msgstr "Generar miniaturas de sistema" #: ../raphodo/prefs/preferencedialog.py:480 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" "Mientras se descarga, guardar las miniaturas para que se puedan usar por " "gestores de archivos de escritorio y otros programas" #: ../raphodo/prefs/preferencedialog.py:489 msgid "Number of CPU cores used to generate thumbnails." msgstr "Número de núcleos de CPU a usar para generar las miniaturas." #: ../raphodo/prefs/preferencedialog.py:490 msgid "CPU cores:" msgstr "Núcleos de CPU:" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Thumbnail Cache" msgstr "Caché de miniaturas" #: ../raphodo/prefs/preferencedialog.py:530 msgid "Calculating..." msgstr "Calculando..." #: ../raphodo/prefs/preferencedialog.py:536 msgid "days" msgstr "días" #: ../raphodo/prefs/preferencedialog.py:537 msgid "forever" msgstr "para siempre" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Cache size:" msgstr "Tamaño de la caché:" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Number of thumbnails:" msgstr "Número de miniaturas:" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Database size:" msgstr "Tamaño de la base de datos:" #: ../raphodo/prefs/preferencedialog.py:550 msgid "Cache unaccessed thumbnails for:" msgstr "Cachear las miniaturas no accedida durante:" #: ../raphodo/prefs/preferencedialog.py:559 msgid "Purge Cache..." msgstr "Purgar caché..." #: ../raphodo/prefs/preferencedialog.py:562 msgid "Optimize Cache..." msgstr "Optimizar caché..." #: ../raphodo/prefs/preferencedialog.py:588 msgid "Ignore time zone and daylight savings changes" msgstr "Ignorar cambios de la zona horaria y del horario de verano" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:598 msgid "Offset resolution (minutes):" msgstr "Resolución del desfase (minutos):" #: ../raphodo/prefs/preferencedialog.py:601 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" "Múltiplo usado al calcular el desfase desde la hora en que se tomó " "originalmente la foto o el vídeo" #: ../raphodo/prefs/preferencedialog.py:615 msgid "When detecting if a file has been previously downloaded:" msgstr "Al detectar si un archivo ya ha sido descargado previamente:" #: ../raphodo/prefs/preferencedialog.py:629 msgid "Learn more about time zone handling" msgstr "Más información sobre la gestión de la zona horaria" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Skip download" msgstr "Saltar descarga" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Don't download the file, and issue an error message" msgstr "No descargar el archivo y emitir un mensaje de error" #: ../raphodo/prefs/preferencedialog.py:656 msgid "Add unique identifier" msgstr "Agregar identificador único" #: ../raphodo/prefs/preferencedialog.py:659 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" "Añadir un identificador como _1 o _2 al final del nombre de archivo, " "inmediatamente antes de la extensión del archivo" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Overwrite" msgstr "Sobreescribir" #: ../raphodo/prefs/preferencedialog.py:668 msgid "Overwrite the previously backed up file" msgstr "Sobre escribir el archivo de copia de seguridad previo" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Skip" msgstr "Saltar" #: ../raphodo/prefs/preferencedialog.py:671 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" "No sobreescribir el archivo de copia de seguridad y emitir un mensaje de " "error" #: ../raphodo/prefs/preferencedialog.py:678 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" "Cuando una fotografía o video ha sido ya descargada, elegir omitirla " "descarga del archivo o añadir un identificador único:" #: ../raphodo/prefs/preferencedialog.py:690 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" "Es altamente recomendable usar números de secuencia para generar " "automáticamente nombres de archivos únicos. Configure el renombrado de " "archivos en el panel Renombrado de la ventana principal." #: ../raphodo/prefs/preferencedialog.py:701 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" "Cuando haga copia de seguridad, elija si desea sobrescribir un archivo en el " "dispositivo de copia de seguridad que tenga el mismo nombre u omitir la " "copia de seguridad:" #: ../raphodo/prefs/preferencedialog.py:722 msgid "Program Warnings" msgstr "Avisos del programa" #: ../raphodo/prefs/preferencedialog.py:723 msgid "Show a warning when:" msgstr "Mostrar un aviso cuando:" #: ../raphodo/prefs/preferencedialog.py:727 msgid "Downloading files currently not displayed" msgstr "Se descarguen archivos que no se estén mostrando actualmente" #: ../raphodo/prefs/preferencedialog.py:730 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" "Avise cuando esté a punto de descargar archivos que no se muestran en la " "ventana principal." #: ../raphodo/prefs/preferencedialog.py:734 msgid "Backup destinations are missing" msgstr "Faltan destinos de copias de seguridad" #: ../raphodo/prefs/preferencedialog.py:736 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" "Avisar antes de comenzar a descargar si no es posible hacer la copia de " "seguridad de los archivos." #: ../raphodo/prefs/preferencedialog.py:740 msgid "Program libraries are missing or broken" msgstr "Faltan bibliotecas del programa o están corruptas" #: ../raphodo/prefs/preferencedialog.py:743 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" "Avisar si una biblioteca software usada por Rapid Photo Downloader falta o " "no está funcionando." #: ../raphodo/prefs/preferencedialog.py:747 msgid "Filesystem metadata cannot be set" msgstr "No se pueden establecer metadatos del sistema de archivos" #: ../raphodo/prefs/preferencedialog.py:749 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" "Avisar si hay un error estableciendo los metadatos del sistema de archivos " "de un archivo, como la hora de la modificación." #: ../raphodo/prefs/preferencedialog.py:753 msgid "Encountering unhandled files" msgstr "Encuentro de archivos no gestionados" #: ../raphodo/prefs/preferencedialog.py:755 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" "Avisar después de explorar un dispositivo o este equipo si hay archivos no " "reconocidos que no se incluirán en la descarga." #: ../raphodo/prefs/preferencedialog.py:760 msgid "Do not warn about unhandled files with extensions:" msgstr "No avisar de archivos no gestionados con extensión:" #: ../raphodo/prefs/preferencedialog.py:765 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" "Las extensiones de archivo no son sensibles a las mayúsculas y no necesitan " "incluir el punto inicial." #: ../raphodo/prefs/preferencedialog.py:769 msgid "Add" msgstr "Añadir" #: ../raphodo/prefs/preferencedialog.py:771 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" "Añadir una extesión de archivo a la lista de tipos de archivos no " "gestionados sobre los que no avisar." #: ../raphodo/prefs/preferencedialog.py:776 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" "Eliminar una extesión de archivo a la lista de tipos de archivos no " "gestionados sobre los que no avisar." #: ../raphodo/prefs/preferencedialog.py:783 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" "Borrar la lista de extesiones de archivo de tipos de archivos no gestionados " "sobre los que no avisar." #: ../raphodo/prefs/preferencedialog.py:821 msgid "Photo and Video Consolidation" msgstr "Consolidación de fotos y vídeos" #: ../raphodo/prefs/preferencedialog.py:824 msgid "Consolidate files across devices and downloads" msgstr "Consolidar archivos entre dispositivos y descargas" #: ../raphodo/prefs/preferencedialog.py:827 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" "Analizar los resultados de exploraciones de dispositivos buscando archivos " "duplicados y pares coincidentes de RAWs y JPEGs, comparándolos entre varios " "dispositivos y sesiones de descarga." #: ../raphodo/prefs/preferencedialog.py:833 msgid "Treat matching RAW and JPEG files as:" msgstr "Tratar los archivos RAW y JPEG como:" #: ../raphodo/prefs/preferencedialog.py:834 msgid "One photo" msgstr "Una foto" #: ../raphodo/prefs/preferencedialog.py:835 msgid "Two photos" msgstr "Dos fotos" #: ../raphodo/prefs/preferencedialog.py:837 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" "Mostrar los pares de RAWs y JPEGs coincidentes como una foto y, si se " "marcan, descargar ambos." #: ../raphodo/prefs/preferencedialog.py:842 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" "Mostrar los pares de RAWs y JPEGs coincidentes como dos fotos " "independientes. Aún así todavía puede sincronizar sus números de secuencia." #: ../raphodo/prefs/preferencedialog.py:851 msgid "With matching RAW and JPEG photos:" msgstr "Con fotos coincidentes de RAW y JPEG:" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Do not mark JPEG for download" msgstr "No marcar JPEG para descargar" #: ../raphodo/prefs/preferencedialog.py:854 msgid "Do not mark RAW for download" msgstr "No marcar RAW para descargar" #: ../raphodo/prefs/preferencedialog.py:855 msgid "Mark both for download" msgstr "Marcar ambos para descargar" #: ../raphodo/prefs/preferencedialog.py:862 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" "Cuando se encuentren fotos RAW y JPEG coincidentes, no marcar " "automáticamente el JPEG para descargar. Aún así todavía puede marcarlo para " "descargarlo." #: ../raphodo/prefs/preferencedialog.py:868 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" "Cuando se encuentren fotos RAW y JPEG coincidentes, no marcar " "automáticamente el RAW para descargar. Aún así todavía puede marcarlo para " "descargarlo." #: ../raphodo/prefs/preferencedialog.py:874 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" "Cuando se encuentre fotos RAW y JPEG coincidentes, marcar ambas para " "descargar." #: ../raphodo/prefs/preferencedialog.py:880 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" "Si desactiva la consolidación de archivos, elija qué hacer cuando se " "introduzca un dispositivo a descargar mientras se muestran las descargas " "completadas:" #: ../raphodo/prefs/preferencedialog.py:886 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" "Cuando se introduzca un dispositivo a descargar mientras se muestran las " "descargas completadas:" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Clear completed downloads" msgstr "Limpiar las descargas completadas" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Keep displaying completed downloads" msgstr "Seguir mostrando las descargas completadas" #: ../raphodo/prefs/preferencedialog.py:906 msgid "Prompt for what to do" msgstr "Preguntar qué hacer" #: ../raphodo/prefs/preferencedialog.py:911 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" "Limpiar automáticamente las descargas completadas cada vez que se introduzca " "un nuevo dispositivo a descargar." #: ../raphodo/prefs/preferencedialog.py:916 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" "Seguir mostrando las descargas completadas cuando se introduzca un nuevo " "dispositivo a descargar." #: ../raphodo/prefs/preferencedialog.py:921 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" "Preguntar si seguir mostrando las descargas completadas o limpiarlas cuando " "se introduzca un nuevo dispositivo a descargar." #: ../raphodo/prefs/preferencedialog.py:968 msgid "Version Check" msgstr "Comprobación de versión" #: ../raphodo/prefs/preferencedialog.py:969 msgid "Check for new version at startup" msgstr "Comprobar nuevas versiones al arrancar" #: ../raphodo/prefs/preferencedialog.py:972 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/prefs/preferencedialog.py:976 msgid "Include development releases" msgstr "Incluir emisiones de desarrollo" #: ../raphodo/prefs/preferencedialog.py:978 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/prefs/preferencedialog.py:996 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "Ignorar metadatos de fecha/hora DNG en dispositivos MTP" #: ../raphodo/prefs/preferencedialog.py:999 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" "Ignorar metadatos de fecha/hora en archivos DNG ubicados en dispositivos MTP " "y usar en su lugar la hora de modificación del archivo.\n" "\n" "Útil en dispositivos como algunos teléfonos y tabletas que crean metadatos " "DNG incorrectos." #: ../raphodo/prefs/preferencedialog.py:1006 msgid "Read photo metadata using only ExifTool" msgstr "Leer metadatos fotográficos solo mediante ExifTool" #: ../raphodo/prefs/preferencedialog.py:1008 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" "Usar ExifTool en vez de Exiv2 para leer los metadatos de las fotos y " "extraer\n" "miniaturas.\n" "\n" "De forma predeterminada se usa Exiv2, usando ExitTool solo cuando Exiv2 \n" "no soporta el formato de fichero a leer.\n" "\n" "Exiv2 es rápido, preciso y casi siempre fiable, pero falla al extraer datos " "de \n" "un pequeño número de archivos, como de los archivos DNG producidos por\n" "cámaras Leica M8." #: ../raphodo/prefs/preferencedialog.py:1034 msgid "Completed Downloads" msgstr "Descargas completadas" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1140 msgid "" msgstr "Idioma del sistema" #: ../raphodo/prefs/preferencedialog.py:1423 #, python-format msgid "Restores default %s preference values" msgstr "Restaura a los valores de preferencias %s predeterminados" #: ../raphodo/prefs/preferencedialog.py:1585 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" "¿Desea purgar la caché de miniaturas? La caché se purgará la próxima vez que " "se inicie el programa." #: ../raphodo/prefs/preferencedialog.py:1590 msgid "Purge Thumbnail Cache" msgstr "Purgar la caché de miniaturas" #: ../raphodo/prefs/preferencedialog.py:1605 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" "¿Desea optimizar la caché de miniaturas? La caché se optimizará la próxima " "vez que se inicie el programa." #: ../raphodo/prefs/preferencedialog.py:1610 msgid "Optimize Thumbnail Cache" msgstr "Optimizar la caché de miniaturas" #: ../raphodo/prefs/preferencedialog.py:1929 msgid "Enter a Folder to Scan" msgstr "Introducir carpeta a explorar" #: ../raphodo/prefs/preferencedialog.py:1931 msgid "Specify a folder that will be scanned for photos and videos" msgstr "Indicar una carpeta que se explorará buscando fotos y vídeos" #: ../raphodo/prefs/preferencedialog.py:1933 msgid "Folder:" msgstr "Carpeta:" #: ../raphodo/prefs/preferencedialog.py:1947 msgid "Enter a Path to Ignore" msgstr "Escriba una ruta para ignorar" #: ../raphodo/prefs/preferencedialog.py:1949 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" "Especifique una ruta que nunca se escaneará en busca de fotos o vídeos" #: ../raphodo/prefs/preferencedialog.py:1951 msgid "Path:" msgstr "Ruta:" #: ../raphodo/prefs/preferencedialog.py:1965 msgid "Enter a File Extension" msgstr "Introduzca una extensión de archivos" #: ../raphodo/prefs/preferencedialog.py:1966 msgid "Specify a file extension (without the leading dot)" msgstr "Indique una extensión de archivo (sin el punto inicial)" #: ../raphodo/prefs/preferencedialog.py:1967 ../raphodo/ui/renamepanel.py:140 msgid "Extension:" msgstr "Extensión:" #: ../raphodo/prefs/preferencedialog.py:1982 msgid "Invalid File Extension" msgstr "Extensión de archivo no válida" #: ../raphodo/prefs/preferencedialog.py:1987 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" "La extensión de archivo %s es reconocoida por Rapid Photo Downloader, " "por lo que no tiene sentido aletar de su presencia." #: ../raphodo/prefs/preferencedialog.py:1996 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" "Tipos de ficheros reconocidos:\n" "\n" "Fotos:\n" "%(photos)s\n" "\n" "Vídeos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Otros:\n" "%(other)s" #: ../raphodo/prefs/preferences.py:311 msgid "Wedding" msgstr "Boda" #: ../raphodo/prefs/preferences.py:311 msgid "Birthday" msgstr "Cumpleaños" #: ../raphodo/prefs/preferences.py:736 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Preferencias de subcarpeta no debe empezar con una %s" #: ../raphodo/prefs/preferences.py:740 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Preferencias de subcarpeta no debe terminar con una %s" #: ../raphodo/prefs/preferences.py:747 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" "Preferencias de subcarpeta no debe contener dos %s una después de la otra" #: ../raphodo/ui/primarybutton.py:124 msgid "Download 8 Photos and 10 Videos" msgstr "Descargar 8 fotos y 10 vídeos" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Error: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "Error: %s" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "GPhoto2 Error: %s" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" "No se puedo inicializar la cámara, probablemente porque otro programa la " "está usando. No se copió ningún archivo de ella." #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "No se puede leer el directorio %s" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "No se puede acceder a la hora de modificación o tamaño de %s" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "No se puede leer el archivo %s" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "No se puede escribir el archivo %s" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "No se puede mover el archivo %s" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "No se puede eliminar el archivo %s" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "No se puede copiar el archivo %s" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "El archivo %s con longitud cero no se descargará" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" "No se puede determinar la hora de modificación del sistema de archivos para " "%s" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "No se puede cargar los metadatos de %s" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" "No se puede cargar los metadatos de %(name)s. El %(filetype)s no se descargó." #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" "Se ha producido un error al establecer los metadatos del archivo en el " "sistema de archivos %s. Si este error ocurre de nuevo en el mismo sistema de " "archivos, no se volverá a reportar." #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "Se ha encontrado el archivo no gestionado %s No se descargará." #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)s ya existe." #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" "El %(filetype)s %(destination)s existente fue modificado por ultima vez el " "%(date)s a las %(time)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "El %(filetype)s %(source)s no se descargó de %(device)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "El %(filetype)s %(source)s se descargó de %(device)s." #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "El identificador único «%s» se añadió al nombre de archivo." #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "La copia de seguridad %(filetype)s %(destination)s existente fue modificada " "por ultima vez el %(date)s a las %(time)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" "No se hizo copia de seguridad de %(filetype)s %(source)s de %(device)s." #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "La copia de seguridad %(filetype)s %(destination)s existente fue modificada " "por ultima vez el %(date)s a las %(time)s." #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" "Realizó la copia de seguridad %(filetype)s %(source)s de %(device)s, " "sobreescribiendo la copia %(filetype)s previa." #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" "Al sincronizar valores de secuencia RAW + JPEG, se encontró un %(filetype)s " "%(file)s duplicado y no se descargó." #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" "Al sincronizar valores de secuencia RAW + JPEG se detectaron fotos con el " "mismo nombre de archivo, pero tomadas en diferentes momentos:" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)s fue tomada en %(image1_date)s en %(image1_time)s, y %(image2)s en " "%(image2_date)s en %(image2_time)s." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "No se puede finalizar el nombre de archivo para %s" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" "El nombre de archivo %(destination)s no se generó completamente para " "%(filetype)s %(source)s." #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "Faltan los metadatos de %(type)s." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "Faltan los siguientes metadatos: %s." #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "Falló la conversión de fecha/hora: %s." #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" "No se pudo extraer metadatos de fecha/hora válidos o determinar la hora de " "modificación del archivo." #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "El nombre del archivo no tiene extension." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "El nombre del archivo no tiene componentes numéricos." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "Error generando componente %(component)s. Error: %(error)s" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" "Las carpetas de descarga %(folder)s solo se generaron parcialmente para " "%(filetype)s %(source)s." #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" "No hay datos con los que generar el %(subfolder_file)s para %(filename)s. El " "%(filetype)s no se descargó." #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" "No se puede crear el %(filetype)s %(destination)s en %(folder)s. El archivo " "a descargar era %(source)s in %(device)s. No se ha descargado." #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "No se puede crear la subcarpeta de descargas %s." #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "No se puede crear la subcarpeta de copias de seguridad %s." #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "Problemas explorando %s" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "Problemas copiando desde %s" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "Problemas al finalizar los nombres de archivo y generar subcarpetas" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "Problemas haciendo copias de seguridad a %s" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 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:249 ../raphodo/proximity.py:278 #: ../raphodo/proximity.py:313 ../raphodo/proximity.py:319 #, 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:267 #, 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:288 ../raphodo/proximity.py:294 #: ../raphodo/proximity.py:1123 ../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:303 ../raphodo/proximity.py:307 #: ../raphodo/proximity.py:1130 ../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:328 #, 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:339 #, 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:473 #, 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:1135 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1893 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:1952 #, 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:1956 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:1962 #, python-format msgid "%(hours)dh" msgstr "%(hours)dh" #: ../raphodo/proximity.py:2101 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:2106 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:2109 msgid "Timeline build pending..." msgstr "Construcción de línea de tiempo pendiente..." #: ../raphodo/proximity.py:2110 msgid "Timeline is building..." msgstr "La línea de tiempo se está construyendo..." #: ../raphodo/proximity.py:2112 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:2568 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:473 ../raphodo/rapid.py:871 ../raphodo/rapid.py:4657 #: ../raphodo/rapid.py:4880 ../raphodo/rapid.py:4899 ../raphodo/rapid.py:4922 #: ../raphodo/rapid.py:4929 ../raphodo/rapid.py:5606 ../raphodo/rapid.py:6229 #: ../raphodo/rapid.py:7449 ../raphodo/ui/rememberthisdialog.py:112 #: ../raphodo/ui/viewutils.py:743 #: ../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:1156 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:1167 msgid "Problem with ExifTool" msgstr "Problema con ExifTool" #: ../raphodo/rapid.py:1176 msgid "" "The library libmediainfo appears to be missing

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

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

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

Missing applications: " "%(applications)s

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

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

Aplicaciones que faltan: " "%(applications)s

Más " "información sobre qué software instalar." #: ../raphodo/rapid.py:1766 msgid "Download failed" msgstr "Falló la descarga" #: ../raphodo/rapid.py:1769 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:1778 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:1782 msgid "Update Rapid Photo Downloader" msgstr "Actualizar Rapid Photo Downloader" #: ../raphodo/rapid.py:1786 msgid "Install" msgstr "Instalar" #: ../raphodo/rapid.py:1804 msgid "New version saved" msgstr "Versión nueva guardada" #: ../raphodo/rapid.py:1806 #, 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:1824 msgid "Upgrade failed" msgstr "Falló la actualización" #: ../raphodo/rapid.py:1827 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:1873 msgid "" "\n" "

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

\n" "

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

" msgstr "" "\n" "

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

\n" "

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

" #: ../raphodo/rapid.py:1883 msgid "The survey is in English." msgstr "La encuesta es en inglés." #: ../raphodo/rapid.py:1894 msgid "Do you want to take the survey?" msgstr "¿Quiere participar en la encuesta?" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1897 msgid "Ask me later" msgstr "Pregúnteme más tarde" #: ../raphodo/rapid.py:1898 msgid "Yes" msgstr "Sí" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1901 msgid "I already took it" msgstr "Ya la he hecho" #. Translators: "Never ask me about any survey" refers to now and in the future #: ../raphodo/rapid.py:1906 msgid "Never ask me about any survey" msgstr "No me vuelva a preguntar sobre ninguna encuenta" #: ../raphodo/rapid.py:2110 ../raphodo/rapid.py:2914 msgid "Download" msgstr "Descargar" #: ../raphodo/rapid.py:2114 msgid "&Refresh..." msgstr "&Refrescar..." #: ../raphodo/rapid.py:2118 msgid "&Preferences" msgstr "&Preferencias" #: ../raphodo/rapid.py:2122 msgid "&Quit" msgstr "&Salir" #: ../raphodo/rapid.py:2128 msgid "Windows &Drives" msgstr "Unidades de Windows" #: ../raphodo/rapid.py:2132 msgid "Error &Reports" msgstr "&Informes de errores" #: ../raphodo/rapid.py:2137 msgid "Clear Completed Downloads" msgstr "Limpiar descargas completadas" #: ../raphodo/rapid.py:2140 msgid "Get Help Online..." msgstr "Obtener ayuda en línea..." #: ../raphodo/rapid.py:2144 msgid "&Tip of the Day..." msgstr "&Sugerencia del día..." #: ../raphodo/rapid.py:2147 msgid "Report a Problem..." msgstr "Reportar un problema..." #: ../raphodo/rapid.py:2150 msgid "Make a Donation..." msgstr "Hacer una donación..." #: ../raphodo/rapid.py:2153 msgid "Translate this Application..." msgstr "Traducir esta aplicación..." #: ../raphodo/rapid.py:2158 msgid "&About..." msgstr "&Acerca de..." #: ../raphodo/rapid.py:2161 msgid "Check for Updates..." msgstr "Buscar actualizaciones…" #: ../raphodo/rapid.py:2250 msgid "Timeline" msgstr "Línea de tiempo" #: ../raphodo/rapid.py:2258 msgid "Destination" msgstr "Destino" #: ../raphodo/rapid.py:2260 msgid "Rename" msgstr "Renombrar" #: ../raphodo/rapid.py:2262 msgid "Back Up" msgstr "Copia de seguridad" #: ../raphodo/rapid.py:2486 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" "Activar o desactivar el uso de dispositivos conectados al equipo como " "fuentes de descargas" #: ../raphodo/rapid.py:2505 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:2508 msgid "This Computer" msgstr "Este equipo" #: ../raphodo/rapid.py:2522 msgid "Select a source folder" msgstr "Seleccionar una carpeta origen" #: ../raphodo/rapid.py:2600 msgid "All" msgstr "Todos" #: ../raphodo/rapid.py:2601 msgid "New" msgstr "Nuevos" #: ../raphodo/rapid.py:2603 msgid "Show:" msgstr "Mostrar:" #: ../raphodo/rapid.py:2606 msgid "Modification Time" msgstr "Hora de modificación" #: ../raphodo/rapid.py:2607 msgid "Checked State" msgstr "Estado comprobado" #: ../raphodo/rapid.py:2610 msgid "File Type" msgstr "Tipo de archivo" #: ../raphodo/rapid.py:2611 msgid "Device" msgstr "Dispositivo" #: ../raphodo/rapid.py:2613 msgid "Sort:" msgstr "Ordenación:" #: ../raphodo/rapid.py:2629 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:2894 #, python-format msgid "Download %(files)s" msgstr "Descargar %(files)s" #: ../raphodo/rapid.py:2910 msgid "Resume Download" msgstr "Continuar la descarga" #: ../raphodo/rapid.py:2912 msgid "Pause" msgstr "Pausar" #: ../raphodo/rapid.py:3049 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:3150 #, 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:3244 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:3258 #, 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:3346 msgid "" "\n" "Downloading all files

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

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

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

\n" "¿Desea proceder con la descarga?" #: ../raphodo/rapid.py:3511 #, 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:3514 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Esta carpeta de descarga no es válida:\n" "%s" #: ../raphodo/rapid.py:3517 msgid "Download Failure" msgstr "Fallo de descarga" #: ../raphodo/rapid.py:3518 msgid "The download cannot proceed." msgstr "No se puede iniciar la descarga." #: ../raphodo/rapid.py:3536 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:3547 ../raphodo/rapid.py:3561 #, 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:3549 ../raphodo/rpdfile.py:179 msgid "photos" msgstr "fotos" #: ../raphodo/rapid.py:3563 ../raphodo/rpdfile.py:174 msgid "videos" msgstr "vídeos" #: ../raphodo/rapid.py:3573 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:3589 ../raphodo/rapid.py:3605 #, 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:3592 ../raphodo/rpdfile.py:181 ../raphodo/rpdfile.py:850 msgid "photo" msgstr "foto" #: ../raphodo/rapid.py:3608 ../raphodo/rpdfile.py:176 ../raphodo/rpdfile.py:912 msgid "video" msgstr "vídeo" #: ../raphodo/rapid.py:3616 msgid "Backup problem" msgstr "Problema de copia de seguridad" #: ../raphodo/rapid.py:4447 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s — queda %(time_left)s (%(speed)s)" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4527 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s descargados" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4537 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "No se pudieron descargar %(noFiles)s %(filetypes)s" #: ../raphodo/rapid.py:4543 ../raphodo/rapid.py:4650 msgid "warnings" msgstr "avisos" #: ../raphodo/rapid.py:4578 msgid "All downloads complete" msgstr "Completadas todas las descargas" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4588 ../raphodo/rapid.py:4603 ../raphodo/rapid.py:4619 #: ../raphodo/rapid.py:4634 ../raphodo/rapid.py:4649 #, 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:4593 ../raphodo/rapid.py:4624 #, 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:4608 ../raphodo/rapid.py:4639 #, python-format msgid "%(filetype)s failed to download" msgstr "No se pudieron descargar %(filetype)s" #: ../raphodo/rapid.py:4675 msgid "1 failure" msgstr "1 fallo" #: ../raphodo/rapid.py:4677 #, python-format msgid "%d failures" msgstr "%d fallos" #: ../raphodo/rapid.py:4682 msgid "1 warning" msgstr "1 aviso" #: ../raphodo/rapid.py:4684 #, python-format msgid "%d warnings" msgstr "%d avisos" #: ../raphodo/rapid.py:4709 #, 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:4716 #, 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:4725 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Ningún archivo descargado — %(failures)s" #: ../raphodo/rapid.py:4727 msgid "No files downloaded" msgstr "Ningún archivo descargado" #: ../raphodo/rapid.py:4767 msgid "Program preferences are invalid" msgstr "Las preferencias del programa no son válidas" #: ../raphodo/rapid.py:4886 #, 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:4905 #, 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:4925 msgid "Enable access to the iOS Device" msgstr "Activar el acceso al dispositivo iOS" #: ../raphodo/rapid.py:4936 msgid "&Try Again" msgstr "In&tentar de nuevo" #: ../raphodo/rapid.py:4937 msgid "&Ignore This Device" msgstr "&Ignorar este dispositivo" #: ../raphodo/rapid.py:5029 #, 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:5032 msgid "Unfortunately you cannot download from this device." msgstr "Lamentablemente no se puede descargar de este dispositivo." #: ../raphodo/rapid.py:5036 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:5041 msgid "Device scan failed" msgstr "La exploración del dispositivo ha fallado" #: ../raphodo/rapid.py:5578 #, 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:5613 #, 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:5775 msgid "Completed Downloads Present" msgstr "Descargas completadas presentes" #: ../raphodo/rapid.py:5777 #, python-format msgid "%s whose download have completed are displayed." msgstr "Se muestran %s cuyas descargas se han completado." #: ../raphodo/rapid.py:5779 msgid "Do you want to clear the completed downloads?" msgstr "¿Desea limpiar las descargas completadas?" #: ../raphodo/rapid.py:5781 msgid "Completed Download Present" msgstr "Descarga completada presente" #: ../raphodo/rapid.py:5782 #, python-format msgid "%s whose download has completed is displayed." msgstr "Se muestra %s cuya descarga se ha completado." #: ../raphodo/rapid.py:5783 msgid "Do you want to clear the completed download?" msgstr "¿Desea limpiar la descarga completada?" #: ../raphodo/rapid.py:5867 #, 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:6212 #, 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:6216 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:6222 #, 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:6226 msgid "Any device with the same name will be ignored." msgstr "Cualquier dispositivo con el mismo nombre será ignorado." #: ../raphodo/rapid.py:6645 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "Descargando de %(location)s a Este equipo." #: ../raphodo/rapid.py:6649 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:6705 #, python-format msgid "Generating thumbnails for %s" msgstr "Generando miniaturas para %s" #: ../raphodo/rapid.py:6712 #, python-format msgid "Scanning %s" msgstr "Escaneando %s" #: ../raphodo/rapid.py:6726 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" "%(number)s de %(available files)s comprobados para descarga (%(hidden)s " "hidden)" #: ../raphodo/rapid.py:6738 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "%(number)s de %(available files)s seleccionados/as para su descarga" #: ../raphodo/rapid.py:7035 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:7042 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:7048 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:7055 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:7061 msgid "Turn on or off the the renaming of photos." msgstr "Activar o desactivar el renombrado de fotos." #: ../raphodo/rapid.py:7067 msgid "Turn on or off the the renaming of videos." msgstr "Activar o desactivar el renombrado de vídeos." #: ../raphodo/rapid.py:7075 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:7083 msgid "Turn on or off downloading from this computer." msgstr "Activar o desactivar la descarga desde este equipo." #: ../raphodo/rapid.py:7088 ../raphodo/rapid.py:7095 ../raphodo/rapid.py:7102 #: ../raphodo/rapid.py:7146 ../raphodo/rapid.py:7156 msgid "PATH" msgstr "RUTA" #: ../raphodo/rapid.py:7090 msgid "The PATH on this computer from which to download." msgstr "La RUTA en este equipo desde la que descargar." #: ../raphodo/rapid.py:7097 msgid "The PATH where photos will be downloaded to." msgstr "La RUTA donde se descargarán las fotos." #: ../raphodo/rapid.py:7104 msgid "The PATH where videos will be downloaded to." msgstr "La RUTA en la que se descargarán los vídeos." #: ../raphodo/rapid.py:7111 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:7117 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:7122 ../raphodo/rapid.py:7134 msgid "FOLDER" msgstr "CARPETA" #: ../raphodo/rapid.py:7125 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:7137 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:7149 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:7159 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:7167 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "Ignorar fotos con las siguientes extensiones: %s" #: ../raphodo/rapid.py:7177 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:7184 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:7191 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:7200 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:7208 msgid "Forget which files have been previously downloaded, and exit." msgstr "Olvidar los archivos que se han descargado previamente y salir." #: ../raphodo/rapid.py:7215 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:7224 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:7232 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:7238 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:7245 msgid "Use the system Qt theme instead of the built-in theme" msgstr "Usar el tema del sistema Qt en lugar del tema incorporado" #: ../raphodo/rapid.py:7255 msgid "Run this program in wayland or regular X11" msgstr "Ejecutar este programa en Wayland o en X11 normal" #: ../raphodo/rapid.py:7348 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:7359 msgid "No prior program preferences detected: exiting." msgstr "No se ha encontrado preferecias de programas anteriores: saliendo." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:7366 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "Importando preferencia de Rapid Photo Downloader %(version)s" #: ../raphodo/rapid.py:7437 #, 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:7452 msgid "Program aborting." msgstr "Abortando el programa." #: ../raphodo/rapid.py:7542 msgid "Never run this program as the sudo / root user." msgstr "Nunca ejecute este programa como el usuario sudo / root." #: ../raphodo/rapid.py:7547 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "Debe instalar ExifTool para ejecuar Rapid Photo Downloader." #: ../raphodo/rapid.py:7562 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:7637 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:7842 msgid "All settings and caches have been reset." msgstr "Todos los ajustes y cachés se han reiniciado." #: ../raphodo/rapid.py:7850 msgid "Thumbnail Cache has been reset." msgstr "La caché de miniaturas ha sido reiniciada." #: ../raphodo/rapid.py:7856 msgid "Remembered files have been forgotten." msgstr "Los archivos recordados se han olvidado." #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Remember this choice" msgstr "&Recordar esta selección" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't ask me about this again" msgstr "No me pregunte sobre esto de nuevo" #: ../raphodo/ui/rememberthisdialog.py:80 msgid "&Don't warn me about this again" msgstr "No me avise sobre esto de nuevo" #: ../raphodo/ui/rememberthisdialog.py:87 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:626 msgid "subfolder and filename" msgstr "subdirectorio y nombre de archivo" #: ../raphodo/renameandmovefile.py:628 msgid "filename" msgstr "nombre de archivo" #: ../raphodo/renameandmovefile.py:630 msgid "subfolder" msgstr "subdirectorio" #: ../raphodo/ui/renamepanel.py:327 msgid "A counter for how many downloads occur on each day" msgstr "Un contador de las descargas que se efectúan cada día" #: ../raphodo/ui/renamepanel.py:328 msgid "Downloads today:" msgstr "Descargas de hoy:" #: ../raphodo/ui/renamepanel.py:350 msgid "A counter that is remembered each time the program is run " msgstr "Un contador que se recuerda cada vez que el programa se ejecuta " #: ../raphodo/ui/renamepanel.py:351 msgid "Stored number:" msgstr "Número almacenado:" #: ../raphodo/ui/renamepanel.py:363 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" "Hora a la que el número de secuencia de Descargas hoy debe reiniciarse" #: ../raphodo/ui/renamepanel.py:365 msgid "Day start:" msgstr "Día de inicio:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:375 msgid "Synchronize RAW + JPEG" msgstr "Sincronizar RAW + JPEG" #: ../raphodo/ui/renamepanel.py:379 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" "Sincronizar números de secuencia para pares de archivos RAW y JPEG.\n" "\n" "Vea la documentación en línea para más detalles." #: ../raphodo/ui/renamepanel.py:384 msgid "Sequence Numbers" msgstr "Números de secuencia" #: ../raphodo/ui/renamepanel.py:395 msgid "Strip incompatible characters" msgstr "Quitar carácteres incompatibles" #: ../raphodo/ui/renamepanel.py:400 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" "Si se deberían de eliminar algunos caracteres no permitidos por otros " "sistemas operativos de los nombres de las fotos, vídeos y carpetas" #: ../raphodo/ui/renamepanel.py:404 msgid "Compatibility" msgstr "Compatibilidad" #: ../raphodo/ui/renamepanel.py:484 msgid "Photo Renaming" msgstr "Renombado de fotos" #: ../raphodo/ui/renamepanel.py:488 msgid "Video Renaming" msgstr "Renombrado de vídeos" #: ../raphodo/ui/renamepanel.py:492 msgid "Renaming Options" msgstr "Opciones de renombrado" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "fotos y vídeos" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "fotos o vídeos" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:273 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:302 msgid "a video" msgstr "un vídeo" #: ../raphodo/rpdfile.py:304 msgid "1 Video" msgstr "1 vídeo" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:314 msgid "a photo" msgstr "una foto" #: ../raphodo/rpdfile.py:316 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:830 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s en %(camera)s" #: ../raphodo/rpdfile.py:851 msgid "Photo" msgstr "Foto" #: ../raphodo/rpdfile.py:913 msgid "Video" msgstr "Vídeo" #: ../raphodo/storage/storage.py:251 msgid "File system root" msgstr "Raíz del sistema de archivos" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:589 msgid "Pictures" msgstr "Imágenes" #: ../raphodo/sudocommand.py:93 msgid "Sorry, the password was incorrect." msgstr "Lo siento, la contraseña era incorrecta." #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:100 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "Para ejecutar tareas administrativas, introduzca la password de %s." #: ../raphodo/sudocommand.py:140 msgid "Password:" msgstr "Contraseña:" #: ../raphodo/thumbnaildisplay.py:583 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "Tomadas a las %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:593 #, 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:605 ../raphodo/thumbnaildisplay.py:668 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:623 #, python-format msgid "Memory cards: %s" msgstr "Tarjetas de memoria: %s" #: ../raphodo/thumbnaildisplay.py:628 #, python-format msgid "Memory card: %s" msgstr "Tarjeta de memoria: %s" #: ../raphodo/thumbnaildisplay.py:635 msgid "Downloaded as:" msgstr "Descargada como:" #: ../raphodo/thumbnaildisplay.py:682 #, python-format msgid "

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

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

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

Establecer manualmente como descargados previamente el " "%(date)s" #: ../raphodo/thumbnaildisplay.py:2257 msgid "Copy Path" msgstr "Copiar ruta" #: ../raphodo/thumbnaildisplay.py:2263 msgid "Mark File as Downloaded" msgstr "Marcar archivo como descargado" #: ../raphodo/thumbnaildisplay.py:2268 msgid "Mark Files as Downloaded" msgstr "Marcar archivos como descargados" #: ../raphodo/utilities.py:215 msgid "B" msgstr "B" #: ../raphodo/utilities.py:216 msgid "KB" msgstr "KB" #: ../raphodo/utilities.py:217 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:218 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:219 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:220 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:221 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:222 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:223 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:486 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s y %(last_item)s" #: ../raphodo/utilities.py:570 msgid "one" msgstr "uno" #: ../raphodo/utilities.py:571 msgid "two" msgstr "dos" #: ../raphodo/utilities.py:572 msgid "three" msgstr "tres" #: ../raphodo/utilities.py:573 msgid "four" msgstr "cuatro" #: ../raphodo/utilities.py:574 msgid "five" msgstr "cinco" #: ../raphodo/utilities.py:575 msgid "six" msgstr "seis" #: ../raphodo/utilities.py:576 msgid "seven" msgstr "siete" #: ../raphodo/utilities.py:577 msgid "eight" msgstr "ocho" #: ../raphodo/utilities.py:578 msgid "nine" msgstr "nueve" #: ../raphodo/utilities.py:579 msgid "ten" msgstr "diez" #: ../raphodo/utilities.py:580 msgid "eleven" msgstr "once" #: ../raphodo/utilities.py:581 msgid "twelve" msgstr "doce" #: ../raphodo/utilities.py:582 msgid "thirteen" msgstr "trece" #: ../raphodo/utilities.py:583 msgid "fourteen" msgstr "catorce" #: ../raphodo/utilities.py:584 msgid "fifteen" msgstr "quince" #: ../raphodo/utilities.py:585 msgid "sixteen" msgstr "dieciseis" #: ../raphodo/utilities.py:586 msgid "seventeen" msgstr "diecisiete" #: ../raphodo/utilities.py:587 msgid "eighteen" msgstr "dieciocho" #: ../raphodo/utilities.py:588 msgid "ninenteen" msgstr "diecinueve" #: ../raphodo/utilities.py:589 msgid "twenty" msgstr "veinte" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&OK" msgstr "&Aceptar" #: ../raphodo/ui/viewutils.py:680 ../raphodo/ui/viewutils.py:700 msgid "&Save" msgstr "&Guardar" #: ../raphodo/ui/viewutils.py:681 msgid "&Help" msgstr "&Ayuda" #: ../raphodo/ui/viewutils.py:682 msgid "Restore Defaults" msgstr "Restaurar los valores predeterminados" #: ../raphodo/ui/viewutils.py:683 ../raphodo/ui/viewutils.py:701 msgid "&Yes" msgstr "&Sí" #: ../raphodo/ui/viewutils.py:684 ../raphodo/ui/viewutils.py:702 msgid "&No" msgstr "&No" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:105 #, python-format msgid "Create directory %(path)s" msgstr "Crear directorio %(path)s" #: ../raphodo/wsl.py:109 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "Montar unidad %(drive)s: en %(path)s" #: ../raphodo/wsl.py:115 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "Desmontar unidad %(drive)s: de %(path)s" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:309 #, python-format msgid "Mount drives %s" msgstr "Montar unidades %s" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:314 #, python-format msgid "Mount drive %s" msgstr "Montar unidad %s" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:321 #, python-format msgid "Unmount drives %s" msgstr "Desmontar unidades %s" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drive %s" msgstr "Desmontar unidad %s" #: ../raphodo/wsl.py:390 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "Lo siento, se ha producido un error al montar las unidades %s" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "Lo siento, se ha producido un error al desmontar las unidades %s" #: ../raphodo/wsl.py:403 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "Lo siento, se ha producido un error al montar la unidad %s" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "Lo siento, se ha producido un error al desmontar la unidad %s" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:558 msgid "Windows Drives" msgstr "Unidades de Windows" #: ../raphodo/wsl.py:562 msgid "Enable automatic mounting of Windows drives" msgstr "Activar montado automático de unidades de Windows" #: ../raphodo/wsl.py:566 msgid "Automatically mount all Windows drives" msgstr "Montar automáticamente todas las unidades de Windows" #: ../raphodo/wsl.py:570 msgid "Only automatically mount Windows drives that are configured below" msgstr "" "Solo montar automáticamente las unidades de Windows que están configuradas " "más abajo" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:594 msgid "User Mounted" msgstr "Montado por usuario" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:596 msgid "System Mounted" msgstr "Montado por sistema" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:598 msgid "Drive" msgstr "Unidad" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "Mount Point" msgstr "Punto de montaje" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "Automatic Mount" msgstr "Montaje automático" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Automatic Unmount at Exit" msgstr "Desmontaje automático al salir" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:638 msgid "Pending Operations:" msgstr "Operaciones pendientes:" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:652 msgid "&Apply Pending Operations" msgstr "&Aplicar operaciones pendientes" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1459 #, python-format msgid "Do you want to mount drive %s?" msgstr "¿Quiere montar la unidad %s?" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1463 #, python-format msgid "Do you want to mount drives %s?" msgstr "¿Quiere montar las unidades %s?" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1606 msgid "Removable Drive" msgstr "Unidad extraíble" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1612 msgid "Local Drive" msgstr "Unidad local" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" "Descargar, renombrar y hacer copias de seguridad de fotos y vídeos de " "cámaras y otros dispositivos" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" "Rapid Photo Downloader importa fotos y vídeos de cámaras, teléfonos, " "tarjetas de memora y otros dispositivos a alta velocidad. Se puede " "configurar para renombrar fotos y vídeos con nombres significativos que " "indique. También puede hacer copias de seguridad de fotos y vídeo según se " "descargan. Descarga y hace copias de seguridad de varios dispositivos " "simultáneamente." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" "Una característica única de Rapid Photo Downloader es su línea de tiempo, " "que agrupa fotos y vídeos en base al tiempo transcurrido entre disparos " "consecutivos. Úselo para identificar fotos y vídeos tomados en diferentes " "períodos en un solo día o en varios días consecutivos." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" "Escrito por un fotógrafo para fotógrafos profesionales y aficionados, Rapid " "Photo Downloader es fácil de configurar y usar. Las preferencias del " "programa se configuran sin la necesidad de códigos complicados. Las tareas " "habituales se pueden automatizar, tales como el desmontado de una tarjeta de " "memoria cuando la descarga se completa." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "La ventana principal" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "Renombrando" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "Descargador de fotos" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" "foto;descarga;fotografía;importar;vídeo;RAW;cámara;teléfono;ingesta;copia de " "seguridad;memoria;tarjeta;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "Descargue fotos y vídeos con Rapid Photo Downloader" #, python-format #~ msgid "Example: %s" #~ msgstr "Ejemplo: %s" #~ msgid "MB/s" #~ msgstr "MB/s" #~ msgid "and" #~ msgstr "y" #, python-format #~ msgid "and %s" #~ msgstr "y %s" #~ msgid " " #~ msgstr " " #~ msgid " hh:mm" #~ msgstr " hh:mm" #~ msgid ":" #~ msgstr ":" #~ msgid "Example" #~ msgstr "Ejemplo" #~ msgid "Original:" #~ msgstr "Original:" #~ msgid "Example:" #~ msgstr "Ejemplo:" #~ msgid "New:" #~ msgstr "Nuevo:" #~ msgid "_Make a Donation..." #~ msgstr "_Hacer una donación" #~ msgid "_Help" #~ msgstr "_Ayuda" #~ msgid "Size" #~ msgstr "Tamaño" #~ msgid "_Get Help Online..." #~ msgstr "_Conseguir ayuda online" #~ msgid "_View" #~ msgstr "_Ver" #~ msgid "_Error Log" #~ msgstr "_Registro de errores" #~ msgid "_Clear Completed Downloads" #~ msgstr "_Limpiar descargas completadas" #~ msgid "Using backup device" #~ msgstr "Usando dispositivo de copia de seguridad" #~ msgid "Name + extension" #~ msgstr "Nombre + extensión" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Origen: %(source)s\n" #~ "Destino: %(destination)s" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "Compatibilidad con otros Sistemas Operativos" #~ msgid "Download Subfolders" #~ msgstr "Subcarpeta de descargas" #~ msgid "Program Automation" #~ msgstr "Automatización de programa" #~ msgid "Backup\t" #~ msgstr "Respaldo\t" #~ msgid "Rename Options" #~ msgstr "Opciones de renombre" #~ msgid "Error Log" #~ msgstr "Registro de error" #~ msgid "externaldrive1" #~ msgstr "dispositivoexterno1" #~ msgid "Download Folder" #~ msgstr "Carpeta de descargas" #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "Detectar automáticamente dispositivos de almacenamiento portables" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "Preferencias: Rapid Photo Downloader" #~ msgid "Backing up error" #~ msgstr "Error en copia de seguridad" #~ msgid "externaldrive2" #~ msgstr "dispositivoexterno2" #~ msgid "Error Handling" #~ msgstr "Manejo de errores" #~ msgid "Sequence Numbers" #~ msgstr "Números de secuencia" #~ msgid "Job Codes" #~ msgstr "Códigos de trabajo" #~ msgid "Job Code:" #~ msgstr "Código de trabajo:" #~ msgid "Job Codes" #~ msgstr "Códigos de trabajo" #~ msgid "Enter a Job Code" #~ msgstr "Ingrese un Código de trabajo" #~ msgid "Berlin" #~ msgstr "Berlín" #~ msgid "Paris" #~ msgstr "París" #~ msgid "New York" #~ msgstr "Nueva York" #~ msgid "Prague" #~ msgstr "Praga" #~ msgid "Manila" #~ msgstr "Manila" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Helsinki" #~ msgstr "Helsinki" #~ msgid "Tehran" #~ msgstr "Teherán" #~ msgid "Kampala" #~ msgstr "Kampala" #~ msgid "Stockholm" #~ msgstr "Estocolmo" #~ msgid "Rome" #~ msgstr "Roma" #~ msgid "Moscow" #~ msgstr "Moscú" #~ msgid "Budapest" #~ msgstr "Budapest" #~ msgid "Madrid" #~ msgstr "Madrid" #~ msgid "Delhi" #~ msgstr "Delhi" #~ msgid "Warsaw" #~ msgstr "Varsovia" #~ msgid "_Remember this choice" #~ msgstr "_Recordar esta elección" #~ msgid "Device Detected" #~ msgstr "Dispositivo detectado" #~ msgid "_Add..." #~ msgstr "_Añadir…" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Origen: %(source)s" #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "Sincronizar números de secuencia de RAW + JPEG" #~ msgid "Remove all Job Codes?" #~ msgstr "¿Borrar todos los Códigos de Trabajo?" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "El directorio de destino no puede ser creado: %(directory)s\n" #~ msgid "_Report a Problem..." #~ msgstr "_Reportar problema..." #~ msgid "Photos:" #~ msgstr "Fotos:" #~ msgid "Location:" #~ msgstr "Ubicación:" #~ msgid "Sydney" #~ msgstr "Sídney" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s de %(total)s %(filetypes)s (%(remaining)s restantes)" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s de %(total)s %(filetypes)s" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Error: %(inst)s" #~ msgid "Devices" #~ msgstr "Dispositivos" #~ msgid "Automatically detect devices" #~ msgstr "Detectar dispositivos automaticamente" #~ msgid "_File" #~ msgstr "_Archivo" #~ msgid "_Select" #~ msgstr "_Seleccionar" #~ msgid "Error in Video Rename preferences" #~ msgstr "Error en las preferencias de renombrado de vídeos" #~ msgid "Error in Photo Rename preferences" #~ msgstr "Error en las preferencias de renombrado de fotos" #~ msgid "" #~ "Specify whether photo, video and folder names should have any characters " #~ "removed that are not allowed by other operating systems." #~ msgstr "" #~ "Especifique si se debería de retirar algún caracter no permitido por otros " #~ "sistemas operativos de los nombres de las fotos, vídeos y carpetas." #~ msgid "Video Rename" #~ msgstr "Renombrar vídeo" #~ msgid "Video Folders" #~ msgstr "Carpetas de vídeo" #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "Error en las preferencias en las subcarpetas de descarga de Videos" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "Error en las preferencias en las subcarpetas de descarga de Fotos" #~ msgid "Free space:" #~ msgstr "Espacio libre:" #~ msgid "The following metadata is missing: " #~ msgstr "Los siguientes metadatos faltan: " #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "" #~ "listar las extensiones de archivo para fotos y vídeos que el programa " #~ "reconoce y salir" #~ msgid "; " #~ msgstr "; " #~ msgid "." #~ msgstr "." #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #~ msgid "Next File" #~ msgstr "Archivo siguiente" #~ msgid "Previous File" #~ msgstr "Archivo anterior" #~ msgid "All settings and preferences have been reset" #~ msgstr "Todas las opciones y preferencias se han reestablecido" #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Archivo: %(file)s" #, python-format #~ msgid "An error occurred when copying the %(filetype)s" #~ msgstr "Ocurrió un error al copiar el/los %(filetype)s" #, python-format #~ msgid "%(filetype)s already exists" #~ msgstr "%(filetype)s ya existe" #, python-format #~ msgid "Error: %(errorno)s %(strerror)s" #~ msgstr "Error: %(errorno)s %(strerror)s" #, python-format #~ msgid "%s, " #~ msgstr "%s, " #, python-format #~ msgid "Folder: %s" #~ msgstr "Carpeta: %s" #, python-format #~ msgid "Path: %s" #~ msgstr "Ruta: %s" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "" #~ "Restablecer todas las configuraciones y preferencias del programa y salir" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "" #~ "¿Quiere utilizar este dispositivo para almacenar las fotos o videos " #~ "descargados?" #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "" #~ "Atencion: No hay suficientes datos para generar el nombre " #~ "completo. Por favor utilice otras opciones para renombrar." #~ msgid "Download cannot proceed" #~ msgstr "No se puede iniciar la descarga" #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "%(file_type)s directorio de descarga no existe" #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "%(file_type)s imposible escribir en directorio de descarga" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "%(file_type)s directorio de descarga es incorrecto" #~ msgid "Should all Job Codes be removed?" #~ msgstr "¿Quitar todos los Codigos de Trabajo?" #, python-format #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "El %(filetype)s las preferencias para el subdirectorio son incorrectas y no " #~ "pueden ser utilizadas.\n" #~ "Se ajustaran a los valores por defecto" #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "" #~ "Atencion: No hay suficientes metadatos para crear subdirectorios. " #~ "Por favor utilice otro nombre para el subdirectorio." #, python-format #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "%(filetype)s no se pueden leer los metadatos" #, python-format #~ msgid "Date time value %s appears invalid." #~ msgstr "Fecha y hora %s parecen incorrectos." #, python-format #~ msgid "Error generating component %s." #~ msgstr "Error generando componente %s." #, python-format #~ msgid "There is no data with which to name the %(filetype)s." #~ msgstr "No hay datos que coincidan con el nombre del %(filetype)s." #~ msgid "The metadata might be corrupt." #~ msgstr "Los metadatos parecen corruptos." #, python-format #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #, python-format #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #, python-format #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "Ocurrio un error al realizar la copia de seguridad en %(volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)s y %(volume)s (%(inst)s)." #, python-format #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)s y %(final_volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)s y %(volume)s." #~ msgid "Backups overwritten on these devices: " #~ msgstr "Sobreescritas copias de seguridad en estos dispositivos: " #, python-format #~ msgid "Backup overwritten on %(volume)s." #~ msgstr "Sobreescrita copia de seguridad en %(volume)s." #, python-format #~ msgid "%(previousproblem)s Additionally, %(newproblem)s" #~ msgstr "%(previousproblem)s Adicionalmente, %(newproblem)s" #, python-format #~ msgid "Backup already exists on %(volume)s." #~ msgstr "La copia de seguridad ya existe en %(volume)s." #~ msgid "" #~ "Errors occurred when creating directories on the following backup devices: " #~ msgstr "" #~ "Ocurrió un error al crear los directorios en los dispositivos de copia de " #~ "seguridad: " #, python-format #~ msgid "An error occurred when creating directories on %(volume)s: %(inst)s." #~ msgstr "Ocurrió un error al crear los directorios en %(volume)s: %(inst)s." #, python-format #~ msgid "Problem in %s generation" #~ msgstr "Problema al %s crear" #, python-format #~ msgid "Problems in %s generation" #~ msgstr "Problemas al %s crear" #, python-format #~ msgid "%(filetype)s already exists, but it was backed up" #~ msgstr "%(filetype)s ya existen, pero fue realizada copia de seguridad" #, python-format #~ msgid "An error occurred when copying the %(filetype)s, but it was backed up" #~ msgstr "" #~ "Un error ocurrió al copiar los %(filetype)s, pero fue realizada una copia de " #~ "seguridad" #~ msgid "Problems in subfolder and filename generation" #~ msgstr "Problemas al crear subdirectorio y nombre de archivo" #~ msgid "Problem in subfolder and filename generation" #~ msgstr "Problema al crear subdirectorio y nombre de archivo" #, python-format #~ msgid "%(missing_metadata_elements)s and %(final_missing_metadata_element)s." #~ msgstr "%(missing_metadata_elements)s y %(final_missing_metadata_element)s." #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "" #~ "Fotos detectadas con el mismo nombre de archivo, pero tomadas a distinta hora" #~ msgid "Photo has already been downloaded" #~ msgstr "La fotografia ya ha sido descargada" #, python-format #~ msgid "%(previousproblem)s, and %(backinguperror)s" #~ msgstr "%(previousproblem)s, y %(backinguperror)s" #~ msgid "Download / Pause" #~ msgstr "Descarga/Pausa" #~ msgid "Select All Without _Job Code" #~ msgstr "Seleccionar todo sin codigo de trabajo" #~ msgid "Select All Wit_h Job Code" #~ msgstr "Seleccionar todo con codigo de trabajo Wit_h" #~ msgid "_Include in download" #~ msgstr "_Incluido en la descarga" #~ msgid "_Download" #~ msgstr "_Descarga" #~ msgid "_Check All" #~ msgstr "_Seleccionar todo" #~ msgid "_Uncheck All" #~ msgstr "_Deseleccionar todo" #~ msgid "Backup" #~ msgstr "Copia de seguridad" #~ msgid "Example: /home/user/Pictures" #~ msgstr "Ejemplo: /home/usuario/Imagenes" #~ msgid "Photo Rename" #~ msgstr "Copy text \t cambiar nombre a la fotografia" #~ msgid "Photo and Video Name Conflicts" #~ msgstr "Problemas con el nombre de Fotografiay Video" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/medio/dispositivoexterno/Fotografias" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Seleccione una carpeta para descargas. Las subcarpetas para descargar " #~ "fotografías serán creadas automáticamente en la carpeta usando la estructura " #~ "especificada abajo." #~ msgid "Backup" #~ msgstr "Copia de seguridad" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Seleccione una carpeta para descargas. Las subcarpetas para descargar videos " #~ "serán creadas automáticamente en la carpeta usando la estructura " #~ "especificada abajo." #~ msgid "Generate thumbnails (slower)" #~ msgstr "Generar miniaturas (lento)" #~ msgid "Device Options" #~ msgstr "Opciones de dispositivo" #~ msgid "Download folder:" #~ msgstr "Directorio de descarga" #~ msgid "" #~ "If you disable automatic detection, choose the exact location of the photos " #~ "and videos." #~ msgstr "" #~ "Si se desactiva la detección automática, elegir la ubicación exacta para las " #~ "fotografías y videos." #~ msgid "Performance" #~ msgstr "Prestaciones" #~ msgid "Photo Folders" #~ msgstr "Directorios de fotografías" #~ msgid "Photo backup folder name:" #~ msgstr "Directorio para copia de seguridad de fotografías:" #~ msgid "Rename Options" #~ msgstr "Opciones para cambio de nombre" #~ msgid "Photo Rename" #~ msgstr "Cambiar nombre a fotografía" #~ msgid "Re_move All" #~ msgstr "Re_tirar todo" #~ msgid "R_emove All" #~ msgstr "R_etirar todo" #~ msgid "Video backup folder name:" #~ msgstr "Nombre de la carpeta para copia de seguridad de videos:" #~ msgid "Unmount (\"eject\") device upon download completion" #~ msgstr "Extraer (\"eject\") el dispositivo al concluir la descarga" #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "" #~ "Cuando una fotografía o video ha sido ya descargada, elegir omitirla " #~ "descarga del archivo o añadir un identificador único." #, python-format #~ msgid "%(free)s free" #~ msgstr "%(free)s disponible" #~ msgid "Remove all Remembered Paths?" #~ msgstr "¿Quitar todas las rutas memorizadas?" #~ msgid "Should all remembered paths be removed?" #~ msgstr "¿Deben de quitarse todas las rutas memorizadas?" #~ msgid "Remove all Ignored Paths?" #~ msgstr "¿Quitar todas las rutas ignoradas?" #~ msgid "Should all ignored paths be removed?" #~ msgstr "¿Deben de quitarse todas las rutas memorizadas?" #~ msgid "Miscellaneous" #~ msgstr "Misceláneo" #~ msgid "Invalid regular expression" #~ msgstr "Expresión regular inválida" #~ msgid "Select a folder in which to backup photos" #~ msgstr "" #~ "Seleccione una carpeta en la que se hará una copia de seguridad de las fotos" #~ msgid "Device Options" #~ msgstr "" #~ "Opciones de Dispositivo" #~ msgid "Select a folder in which to backup videos" #~ msgstr "" #~ "Seleccione una carpeta en la que se hará una copia de seguridad de los vídeos" #~ msgid "Photo Rename\t" #~ msgstr "Renombrar Foto\t" #~ msgid "Remembered Paths" #~ msgstr "Rutas recordadas" #~ msgid "Photo Download Folders" #~ msgstr "" #~ "Carpeta de Descarga de Fotos" #~ msgid "Video Download Folders" #~ msgstr "" #~ "Carpetas de Descargas de Vídeos" #~ msgid "Video Rename\t" #~ msgstr "Renombrar Vídeo\t" #, python-format #~ msgid "" #~ "This regular expression is invalid, and will be removed unless you correct " #~ "it:\n" #~ " %s" #~ msgstr "" #~ "Esta expresión regular no es válida, y se eliminará a menos que use una " #~ "correcta:\n" #~ " %s" #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "Cuando haga copia de seguridad, elija si desea sobrescribir un archivo en el " #~ "dispositivo de copia de seguridad que tenga el mismo nombre, o salte hacer " #~ "respaldo." #~ msgid "_Translate this Application..." #~ msgstr "_Traducir esta aplicación…" #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s no se desmontó" #~ msgid "Download Progress" #~ msgstr "Progreso de la descarga" #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "Descargue sus fotografías y vídeos de forma eficaz y segura" #, python-format #~ msgid "" #~ "The following regular expressions are invalid, and will be removed unless " #~ "you correct them:\n" #~ " %s" #~ msgstr "" #~ "Las siguientes expresiones no son válidas y serán eliminadas a no ser que " #~ "las corrija:\n" #~ " %s" #~ msgid "" #~ "If you enable automatic detection of Portable Storage Devices, the entire " #~ "device will be scanned. On large devices, this could take some time.\n" #~ "\n" #~ "When this option is enabled, and a potential device is detected, you will be " #~ "prompted to determine if it should be scanned or not." #~ msgstr "" #~ "Si activa la detección automática de dispositivos de almacenamiento " #~ "externos, se analizara el dispositivo completo. En dispositivos de gran " #~ "capacidad, esto puede llevar algún tiempo.\n" #~ "\n" #~ "Cuando está opción esté habilitada y se detecte un dispositivo potencial, se " #~ "preguntara si desea analizarlo o no." #~ msgid "Automatically rotate JPEG images" #~ msgstr "Rotar automáticamente las imágenes JPEG" #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "Descargando desde %(location)s." #~ msgid "" #~ "Devices are from where to download photos and videos, such as cameras, " #~ "memory cards or Portable Storage Devices.\n" #~ "\n" #~ "You can download from multiple devices simultaneously, or you can specify a " #~ "location on your hard drive.\n" #~ "\n" #~ "Downloading directly from cameras is currently an experimental feature. " #~ "If downloading directly from your camera works poorly or not at all, try " #~ "setting it to PTP mode. If that is not possible, a card reader must be " #~ "used." #~ msgstr "" #~ "Los dispositivos son de donde se puede descargar las fotos y los vídeos, " #~ "como cámaras, tarjetas de memorias o Dispositivos de Almacenamiento " #~ "Portables.\n" #~ "\n" #~ "Puede descargar desde múltiples dispositivos a la vez, o puede especificar " #~ "una localización en su disco duro.\n" #~ "\n" #~ "Descargar directamente desde cámara es actualmente una característica " #~ "experimental. Si la descarga desde su cámara funciona mal o no funciona, " #~ "pruebe estableciendo en modo PTP. Si no es posible, necesitará usar un " #~ "lector de tarjetas." #~ msgid "" #~ "Sorry, video downloading functionality disabled. To download videos, please " #~ "install either the hachoir metadata and kaa metadata packages " #~ "for python, or exiftool." #~ msgstr "" #~ "Lo sentimos, la funcionalidad de descarga de vídeos está desactivada. Para " #~ "descargar los vídeos, por favor instale hachoir metadata y kaa " #~ "metadata paquetes de python, o exiftool." #~ msgid "the root of the file system" #~ msgstr "la raíz del sistema de archivos" #~ msgid "scanning..." #~ msgstr "analizando…" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Quedan aproximadamente %i segundos" #~ msgid "About 1 minute remaining" #~ msgstr "Queda aproximadamente 1 minuto" #~ msgid "About 1 second remaining" #~ msgstr "Queda aproximadamente 1 segundo" #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "¿Quiere realmente descargar desde aquí? En algunos sistemas, analizar esta " #~ "ubicación puede tardar mucho tiempo." #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Quedan aproximadamente %(minutes)i:%(seconds)02i minutos" #~ msgid "Copy" #~ msgstr "Copiar" #~ msgid "From" #~ msgstr "Desde" #~ msgid "Auto Detect" #~ msgstr "Detectar automáticamente" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Elija un directorio que contenga %(file_types)s" #~ msgid "Videos:" #~ msgstr "Vídeos:" #~ msgid "Move" #~ msgstr "Mover" #~ msgid "Select a folder to download videos to" #~ msgstr "Elija una carpeta donde descargar los vídeos" #~ msgid "Select a folder to download photos to" #~ msgstr "Elija una carpeta donde descargar las fotos" #~ msgid "To" #~ msgstr "A" #~ msgid "Using backup devices" #~ msgstr "Usando dispositivos de copia de seguridad" #, python-format #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "Respaldando fotos y vídeos en %(path)s" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "Respaldando en %(path)s" #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "Respaldando fotos en %(path)s y vídeos en %(path2)s" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "mostrar información del programa en la línea de órdenes mientras se ejecuta " #~ "el programa (predet.: %default)" #~ msgid "display debugging information when run from the command line" #~ msgstr "" #~ "mostrar información de depuración cuando se ejecute desde la línea de órdenes" #~ msgid "" #~ "Remembered paths are those associated with devices that you have chosen to " #~ "always scan or ignore when automatic detection of Portable Storage Devices " #~ "is enabled." #~ msgstr "" #~ "Recordar las rutas asociadas con los dispositivos elegidos para escanear " #~ "siempre o ignorar cuando automáticamente es detectado un dispositivo de " #~ "almacenamiento portable." #~ msgid "" #~ "Specify the ending portion of any paths you want ignored when scanning " #~ "devices for photos or videos. Any path ending with the values below will not " #~ "be scanned." #~ msgstr "" #~ "Especificar las carpetas o dispositivos a ignorar al escanear en busca de " #~ "fotos o videos. Las que estén marcadas no serán exploradas." #~ msgid "Use _python-style regular expressions" #~ msgstr "Utilizar expresiones regulares de estilo python" #~ msgid "" #~ "Specify the folder in which backups are stored on the device. \n" #~ "\n" #~ "Note: this will also be used to determine whether or not the device is " #~ "used for backups. For each device you wish to use for backing up to, create " #~ "a folder in it with one of these names." #~ msgstr "" #~ "Especificar la carpeta en la cual se realiza la copia de seguridad en el " #~ "dispositivo. \n" #~ " \n" #~ "Nota: esto también será utilizado para determinar si el dispositivo se " #~ "está utilizado para la copia de seguridad o no. Para cada dispositivo que " #~ "desee utilizar para realizar la copia seguridad, cree una carpeta con uno de " #~ "estos nombres." #, python-format #~ msgid "scanning (found %(photos)s photos and %(videos)s videos)..." #~ msgstr "analizando (se encontraron %(photos)s fotos y %(videos)s vídeos)…" #~ msgid "" #~ "manually specify the PATH of the device from which to download, overwriting " #~ "existing program preferences" #~ msgstr "" #~ "especificar manualmente de que dispositivos descargar, sobreescribiendo las " #~ "preferencias existentes del programa" #~ msgid "" #~ "automatically detect devices from which to download, overwriting existing " #~ "program preferences" #~ msgstr "" #~ "detectar automáticamente los dispositivos de los cuales descargarr, " #~ "sobreescribiendo las preferencias existentes del programa" #~ msgid "" #~ "Error: specify device auto-detection or manually specify a device's path " #~ "from which to download, but do not do both." #~ msgstr "" #~ "Error: especificar autodeteccion del dispositivo o eleccion manual de " #~ "dispositivo desde donde descargar, pero no ambas." #~ msgid "Quit" #~ msgstr "Salir" #~ msgid "Help" #~ msgstr "Ayuda" #~ msgid "About..." #~ msgstr "Acerca de..." #~ msgid "Refresh" #~ msgstr "Actualizar" #~ msgid "Check All Photos" #~ msgstr "Seleccionar todas las fotos" #~ msgid "Check All Videos" #~ msgstr "Seleccionar todos los vídeos" #~ msgid "An unknown error occurred" #~ msgstr "Ocurrió un error desconocido" #, python-format #~ msgid "No backup device contains a valid folder for backing up %(filetype)s" #~ msgstr "" #~ "Ningún dispositivo de respaldo contiene una carpeta válida para respaldar " #~ "%(filetype)s" #, python-format #~ msgid "%(file_type)s not backed up" #~ msgstr "%(file_type)s sin respaldar" #, python-format #~ msgid "Backup of %(file_type)s already exists" #~ msgstr "Ya existe un respaldo de %(file_type)s" #~ msgid "Verify files as they are downloaded" #~ msgstr "Comprobar archivos a medida que se descargan" #~ msgid "File verification failed on these devices: " #~ msgstr "Falló la comprobación de archivos en estos dispositivos: " #~ msgid "only output errors to the command line" #~ msgstr "solo errores de salida en la línea de órdenes" #~ msgid "Jakarta" #~ msgstr "Yakarta" #, python-format #~ msgid "Backup %(file_type)s overwritten" #~ msgstr "Copia de seguridad %(file_type)s sobreescrita" #, python-format #~ msgid "The %(filetype)s did not download correctly" #~ msgstr "El %(filetype)s no se descargó correctamente" #, python-format #~ msgid "%(filetype)s %(area)s could not be generated" #~ msgstr "%(filetype)s %(area)s no se pudieron generar" #, python-format #~ msgid "" #~ "%(filetype)s could not be backed up because no suitable backup locations " #~ "were found." #~ msgstr "" #~ "%(filetype)s no se hizo copia de seguridad porque no se encontró una " #~ "ubicación donde realizarla." #, python-format #~ msgid "%(filetype)s was already downloaded" #~ msgstr "%(filetype)s ya están descargadas" #, python-format #~ msgid "" #~ "The existing %(filetype)s was last modified on %(date)s at %(time)s. Unique " #~ "identifier '%(identifier)s' added." #~ msgstr "" #~ "El existente %(filetype)s fue modificado por última vez el %(date)s a las " #~ "%(time)s. Identificador único '%(identifier)s' añadido." #, python-format #~ msgid "The existing %(filetype)s was last modified on %(date)s at %(time)s." #~ msgstr "" #~ "El existente %(filetype)s fue modificado por última vez el %(date)s a las " #~ "%(time)s." #~ msgid "" #~ "File verification failed. The downloaded version is different from the " #~ "original." #~ msgstr "" #~ "Verificación de archivo fallida. La versión descargada es diferente de la " #~ "original." #~ msgid "" #~ "The filename, extension and Exif information indicate it has already been " #~ "downloaded." #~ msgstr "" #~ "El nombre de archivo, extensión y la información Exif indican que ya ha sido " #~ "descargado." #, python-format #~ msgid " It was backed up to %(volume)s" #~ msgstr " Se realizó una copia de seguridad de los datos en %(volume)s" #~ msgid " It was backed up to these devices: " #~ msgstr " Se realizó una copia de seguridad de los datos en este dispositivo " #, python-format #~ msgid "" #~ "Photos detected with the same filenames, but taken at different times: " #~ "%(details)s" #~ msgstr "" #~ "Detectadas fotos con el mismo nombre, pero distinta fecha de realización: " #~ "%(details)s" #, python-format #~ msgid "An error occurred when backing up on %(volume)s: %(inst)s." #~ msgstr "" #~ "Ocurrió un error durante la creación de la copia de seguridad en %(volume)s: " #~ "%(inst)s." #~ msgid "Errors occurred when backing up on the following backup devices: " #~ msgstr "" #~ "Ocurrió un error durante la creación de la copia de seguridad en el " #~ "dispositivo: " #~ msgid "Backups already exist in these locations: " #~ msgstr "Las copias de seguridad están en este directorio: " #, python-format #~ msgid "" #~ "File verification failed on %(volume)s. The backed up version is different " #~ "from the downloaded version." #~ msgstr "" #~ "La comprobación del archivo falló en %(volume)s. La versión de la copia de " #~ "seguridad es diferente de la versión descargada." #, python-format #~ msgid " Furthermore, there were %(problems)s." #~ msgstr " Además, se encontrarón %(problems)s." #, python-format #~ msgid " Furthermore, there was a %(problem)s." #~ msgstr " Además, se encontró %(problem)s." #~ msgid "Multiple problems were encountered" #~ msgstr "Se encontraron varios problemas" #~ msgid "there were errors backing up" #~ msgstr "Se produjeron errores al realizar la copia de seguridad" #~ msgid "There were errors backing up" #~ msgstr "Se produjeron errores al realizar la copia de seguridad" #~ msgid "there was an error backing up" #~ msgstr "Se produjo un error al realizar la copia de seguridad" #~ msgid "There was an error backing up" #~ msgstr "Se produjo un error al realizar la copia de seguridad" #~ msgid "Failed to create download subfolder" #~ msgstr "Falló al crear carpeta para descargas" #~ msgid "" #~ "Specify the time in 24 hour format at which the Downloads today " #~ "sequence number should be reset." #~ msgstr "" #~ "Especifique la hora en formato de 24 horas en la que el número de secuencia " #~ "de las Descargas de hoy , debe ser restablecido." ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/po/et.po0000644000175000017500000041734400000000000016552 0ustar00damondamon# Estonian translation for rapid # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2012. # #: ../raphodo/jobcodepanel.py:137 msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2022-02-27 16:56-0500\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:406 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:642 ../install.py:4330 msgid "Installer not found:" msgstr "" #. Translators: do not translate the term tar.gz #: ../install.py:646 ../install.py:4334 msgid "Installer not in tar.gz format:" msgstr "" #: ../install.py:728 ../install.py:757 ../install.py:4210 ../install.py:4215 msgid "Exiting..." msgstr "" #: ../install.py:979 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:1065 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:1357 ../install.py:4290 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:1467 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" #: ../install.py:1610 msgid "The following command will be run:" msgstr "" #. Translators: do not translate the term sudo #: ../install.py:1614 ../install.py:3834 ../install.py:3841 msgid "sudo may prompt you for the sudo password." msgstr "" #: ../install.py:1618 msgid "Would you like to run the command now?" msgstr "" #: ../install.py:1620 msgid "Answer is not yes, exiting." msgstr "" #: ../install.py:1631 ../install.py:2259 ../install.py:2318 ../install.py:2793 msgid "Command failed" msgstr "" #: ../install.py:1633 ../install.py:2260 ../install.py:2319 ../install.py:2794 msgid "Exiting" msgstr "" #: ../install.py:1661 msgid "The Universe repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1701 msgid "The EPEL repository must be enabled." msgstr "" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1749 msgid "The RPM Fusion Free repository must be enabled." msgstr "" #: ../install.py:1790 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "" #: ../install.py:2237 ../install.py:2267 ../install.py:2299 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" #: ../install.py:2252 msgid "Uninstalling system package" msgstr "" #: ../install.py:2277 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:2324 msgid "Checking if previous version installed with pip..." msgstr "" #: ../install.py:2477 ../install.py:2534 ../install.py:2650 msgid "The following package is unknown on your system: {}\n" msgstr "" #: ../install.py:2548 ../install.py:2706 ../install.py:2803 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" #: ../install.py:2642 ../install.py:2663 msgid "Querying installed and available packages (this may take a while)" msgstr "" #: ../install.py:2785 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" #: ../install.py:2852 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2862 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" #: ../install.py:2873 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2923 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:2931 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" #: ../install.py:2937 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2942 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2950 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" #: ../install.py:2958 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:2982 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:3000 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:3011 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:3048 msgid "Failed to download versions file." msgstr "" #: ../install.py:3053 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:3170 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:3324 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:3330 msgid "Received error code" msgstr "" #: ../install.py:3332 msgid "Failed to install application requirements: exiting." msgstr "" #: ../install.py:3334 msgid "Failed to install application: exiting..." msgstr "" #: ../install.py:3658 msgid "Installing application requirements..." msgstr "" #: ../install.py:3693 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #: ../install.py:3710 msgid "Installing application..." msgstr "" #: ../install.py:3797 msgid "Do you want Rapid Photo Downloader to appear in the Windows menu?" msgstr "" #: ../install.py:3803 #, fuzzy msgid "Adding Rapid Photo Downloader to the Windows menu" msgstr "Rapid foto allalaadija" #: ../install.py:3813 msgid "Failed to copy application launcher." msgstr "" #: ../install.py:3824 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:3829 msgid "Do you want to install the application's man pages?" msgstr "" #: ../install.py:3830 msgid "They will be installed into {}" msgstr "" #: ../install.py:3832 ../install.py:3839 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" #: ../install.py:3835 msgid "Do want to install the man pages?" msgstr "" #: ../install.py:3837 msgid "Installing man pages into {}" msgstr "" #: ../install.py:3855 msgid "Failed to create man page directory: exiting." msgstr "" #: ../install.py:3876 msgid "Failed to copy man page." msgstr "" #: ../install.py:3915 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:3928 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:3934 msgid "" "You may have to restart WSL to be able to run the program from the command " "line." msgstr "" #: ../install.py:3944 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line." msgstr "" #: ../install.py:3949 #, 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:3971 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:3973 msgid "Done." msgstr "" #: ../install.py:3987 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:4043 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #. Translators: do not translate the terms --PyQt5-version or --use-system-PyQt5 #: ../install.py:4055 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:4067 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:4081 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:4097 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:4111 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:4124 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:4134 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:4139 ../install.py:4153 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:4172 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:4180 msgid "Restarting script using system python..." msgstr "" #: ../install.py:4193 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:4231 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:4263 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:4275 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:4324 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:647 ../raphodo/ui/viewutils.py:679 #: ../raphodo/ui/viewutils.py:699 msgid "&Cancel" msgstr "" #: ../upgrade.py:651 msgid "&Upgrade" msgstr "" #: ../upgrade.py:656 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" #: ../upgrade.py:659 msgid "Click the Upgrade button to start the upgrade." msgstr "" #: ../upgrade.py:662 ../upgrade.py:668 ../raphodo/ui/viewutils.py:678 #: ../raphodo/ui/viewutils.py:698 msgid "&Close" msgstr "" #: ../upgrade.py:663 msgid "&Run" msgstr "" #: ../upgrade.py:693 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" #: ../upgrade.py:696 msgid "Upgrade running..." msgstr "" #: ../upgrade.py:732 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:737 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:741 msgid "Upgrade failed. Click Close to exit." msgstr "" #: ../upgrade.py:11320 #, python-format msgid "Upgrading %s..." msgstr "" #: ../upgrade.py:11322 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:11335 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:11337 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/ui/aboutdialog.py:334 msgid "Credits" msgstr "" #: ../raphodo/ui/aboutdialog.py:339 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:280 msgid "Backups are not configured" msgstr "" #: ../raphodo/ui/backuppanel.py:282 msgid "No backup devices detected" msgstr "" #: ../raphodo/ui/backuppanel.py:285 msgid "Valid backup locations not yet specified" msgstr "" #: ../raphodo/ui/backuppanel.py:465 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" #: ../raphodo/ui/backuppanel.py:473 msgid "Back up photos and videos when downloading" msgstr "" #: ../raphodo/ui/backuppanel.py:479 msgid "Automatically detect backup devices" msgstr "" #: ../raphodo/ui/backuppanel.py:485 msgid "" "Specify the folder in which backups are stored on the device." "

Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" #: ../raphodo/ui/backuppanel.py:500 msgid "Photo folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:505 msgid "Video folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:510 ../raphodo/ui/nameeditor.py:1000 #: ../raphodo/ui/renamepanel.py:141 msgid "Example:" msgstr "" #: ../raphodo/ui/backuppanel.py:521 msgid "If you disable automatic detection, choose the exact backup locations." msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:532 msgid "Photo backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:542 msgid "Select Photo Backup Location" msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:554 msgid "Video backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:560 msgid "Select Video Backup Location" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:676 msgid "drive1" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:679 msgid "drive2" msgstr "" #: ../raphodo/ui/backuppanel.py:746 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/ui/backuppanel.py:751 msgid "Backup Options" msgstr "" #: ../raphodo/copyfiles.py:609 msgid "video THM" msgstr "" #: ../raphodo/copyfiles.py:619 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:104 ../raphodo/ui/devicedisplay.py:1408 #: ../raphodo/rpdfile.py:310 #, 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:112 ../raphodo/ui/devicedisplay.py:1414 #: ../raphodo/rpdfile.py:298 #, python-format msgid "%(no_videos)s Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:123 msgid "Used" msgstr "" #: ../raphodo/ui/destinationdisplay.py:124 msgid "Excess" msgstr "" #: ../raphodo/ui/destinationdisplay.py:133 ../raphodo/ui/devicedisplay.py:1440 msgid "Device size unknown" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:146 #, python-format msgid "No space free on %(size_total)s device" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:156 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/ui/destinationdisplay.py:230 ../raphodo/ui/destinationpanel.py:74 #: ../raphodo/ui/devicedisplay.py:625 ../raphodo/rapid.py:2640 #: ../raphodo/rapid.py:7587 ../raphodo/rpdfile.py:960 msgid "Photos" msgstr "" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:231 ../raphodo/ui/destinationpanel.py:78 #: ../raphodo/ui/devicedisplay.py:626 ../raphodo/rapid.py:2641 #: ../raphodo/rapid.py:7587 ../raphodo/rpdfile.py:988 #: ../raphodo/storage/storage.py:602 msgid "Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:232 msgid "Projected storage use after download" msgstr "" #. Translators: Custom refers to the user choosing a non-default value that #. they customize themselves #: ../raphodo/ui/destinationdisplay.py:355 ../raphodo/ui/nameeditor.py:587 msgid "Custom..." msgstr "" #: ../raphodo/ui/destinationdisplay.py:774 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/ui/destinationdisplay.py:776 msgid "Configure video subfolder creation" msgstr "" #: ../raphodo/ui/destinationpanel.py:90 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:113 ../raphodo/ui/destinationpanel.py:125 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1294 msgid "Probing device..." msgstr "" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Temporarily ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1313 msgid "Permanently ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1316 msgid "Rescan" msgstr "" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1437 #, python-format msgid "%s full" msgstr "" #: ../raphodo/ui/devicedisplay.py:1457 msgid "Other" msgstr "" #: ../raphodo/devices.py:603 ../raphodo/devices.py:604 msgid "Cameras" msgstr "" #: ../raphodo/devices.py:605 ../raphodo/devices.py:1256 #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 ../raphodo/rapid.py:2489 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:1006 #, 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:1073 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1229 ../raphodo/rapid.py:2212 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:1280 ../raphodo/devices.py:1300 #, 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:1318 #, 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:1326 #, python-format msgid "%(no_devices)s Devices" msgstr "" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1652 #, python-format msgid "%s + %s" msgstr "" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "\n" "In case of any problems, a red icon will appear at the bottom of the window " "indicating \n" "how many error reports there are. Clicking on it opens the Error Report " "window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 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." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "\n" "

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

\n" "

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

" msgstr "" #: ../raphodo/ui/didyouknow.py:133 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:140 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:147 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:154 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 \n" "metadata (where available) or according to the filesystem (as a fallback).\n" "
  2. Checked State: whether the file is marked for download.
  3. \n" "
  4. Filename: the full filename, including extension.
  5. \n" "
  6. Extension: the filename's extension. You can use this to group " "jpeg and \n" "raw images, for instance.
  7. \n" "
  8. File Type: photo or video.
  9. \n" "
  10. Device: name of the device the photos and videos are being " "downloaded \n" "from.
  11. \n" "
" msgstr "" #: ../raphodo/ui/didyouknow.py:172 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" #: ../raphodo/ui/didyouknow.py:178 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:185 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 \n" "illustration below, the destination folders are "Pictures" and \n" ""Videos". The name of the destination folder is displayed in the " "grey bar \n" "directly above the folder tree, with a folder icon to its left and a gear " "icon to \n" "its far right.
  2. \n" "
  3. The download subfolders, which are directories that will be " "automatically \n" "generated by Rapid Photo Downloader. They need not already exist on your " "computer, but \n" "it's okay if they do. They will be generated under the destination folder.\n" "
" msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a \n" "different destination folder for each. The same applies to the download " "subfolders for \n" "photos and videos—download photos and videos to the same subfolders, " "or use a \n" "different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:211 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:220 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to \n" "download:\n" "
    \n" "
  1. The destination folder tree shows the download subfolders already on " "your computer \n" "(those in a regular, non-italicized font), and the subfolders that will be " "created \n" "during the download (those whose names are italicized).
  2. \n" "
  3. The folder tree also shows into which subfolders the files will be " "downloaded \n" "(those colored black).
  4. \n" "
" msgstr "" #: ../raphodo/ui/didyouknow.py:235 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following \n" "elements:\n" "
    \n" "
  1. File metadata, very often including the date the photo or video " "was created, \n" "but might also include the camera model name, camera serial number, or file " "extension \n" "e.g. JPG or CR2.
  2. \n" "
  3. A Job Code, which is free text you specify at the time the " "download occurs, \n" "such as the 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 \n" "format makes it easy to keep them sorted in a file manager, which is why " "it's the \n" "default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:254 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 \n" "preset. Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:261 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to \n" "configure your own scheme. You create your own schemes using the Photo or " "Video \n" "Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:270 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:276 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:282 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 \n" "and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:291 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 \n" "choices to generate new combinations. Supposing you wanted a date format " "that combines \n" "year (YYYY), a hyphen, and month (MM) to form YYYY-MM. You can create it " "like this \n" "(note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:300 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names \n" "in the \n" "online \n" "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:309 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. \n" "You can use them in subfolder and file names. In this illustration, some " "files have had \n" "the Job Code "Street" applied to them, and the selected files are " "about to \n" "get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:317 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 \n" "prompted to enter a Job Code for them before the download begins." msgstr "" #: ../raphodo/ui/didyouknow.py:324 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:327 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:333 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!" msgstr "" #: ../raphodo/ui/didyouknow.py:340 msgid "" "\n" "

Four types of sequence values are available to help you assign unique " "names to your \n" "photos and 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 \n" "last time the 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 \n" "documentation.

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

The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature \n" "on your 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 \n" "are detected, the same sequence numbers will be applied to both photo names. " "F\n" "urthermore, sequences will be updated as if the photos were one.

\n" "

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

\n" msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are \n" "downloaded, such as external hard drives or network shares. Backup devices " "can be \n" "automatically detected, or exact backup locations specified." msgstr "" #: ../raphodo/ui/didyouknow.py:385 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:391 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including \n" "download sources, destinations, and backups. Additionally, settings can be " "reset to \n" "their default state, and caches and remembered files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:396 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:401 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 \n" "your cameras, memory cards, and other devices.
  2. \n" "
  3. A temporary cache of files downloaded from a camera, one for " "photos and \n" "another for videos. They are located in temporary subfolders in the " "download \n" "destination.
  4. \n" "
  5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores \n" "thumbnails of RAW and TIFF photos once they have been downloaded. File " "browsers like \n" "Gnome Files use this cache as well, meaning they too will display thumbnails " "for those \n" "files. \n" "
  6. \n" "
\n" "Read more about these caches and their effect on download performance in the " "online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:459 msgid "Tip of the Day" msgstr "" #: ../raphodo/ui/didyouknow.py:467 msgid "Did you know...?" msgstr "" #: ../raphodo/ui/didyouknow.py:498 msgid "Show tips on startup" msgstr "" #: ../raphodo/ui/didyouknow.py:502 msgid "&Next" msgstr "" #: ../raphodo/ui/didyouknow.py:503 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:454 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:584 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:643 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:645 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:650 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:652 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:657 ../raphodo/downloadtracker.py:839 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:659 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:664 ../raphodo/downloadtracker.py:869 #: ../raphodo/downloadtracker.py:877 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:666 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:845 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:847 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:850 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:852 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:884 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:886 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:889 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:891 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:918 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:920 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:923 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:925 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:80 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:150 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:187 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:206 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:211 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:213 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:214 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:215 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:216 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:217 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:218 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:229 ../raphodo/errorlog.py:371 #, 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:234 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:256 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:357 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:516 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:567 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:50 #, python-brace-format msgid "" "Please report the problem at {website}.

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

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

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

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

Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:88 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:182 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:186 #, fuzzy msgid "A problem occurred in Rapid Photo Downloader" msgstr "Rapid foto allalaadija" #: ../raphodo/excepthook.py:189 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:216 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:218 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:173 ../raphodo/thumbnaildisplay.py:2251 msgid "Open in File Browser..." msgstr "" #. type: Optional[QModelIndex] #: ../raphodo/ui/filebrowse.py:179 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:183 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:140 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:181 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:272 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:206 msgid "Date time" msgstr "" #: ../raphodo/generatenameconfig.py:207 msgid "Text" msgstr "" #: ../raphodo/generatenameconfig.py:208 ../raphodo/rapid.py:2607 msgid "Filename" msgstr "Faili nimi" #: ../raphodo/generatenameconfig.py:209 #: ../raphodo/prefs/preferencedialog.py:994 msgid "Metadata" msgstr "Metaandmed" #: ../raphodo/generatenameconfig.py:210 msgid "Sequences" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:213 msgid "Job code" msgstr "" #: ../raphodo/generatenameconfig.py:214 msgid "Image date" msgstr "Pildi kuupäev" #: ../raphodo/generatenameconfig.py:215 msgid "Video date" msgstr "Video kuupäev" #: ../raphodo/generatenameconfig.py:216 msgid "Today" msgstr "Täna" #: ../raphodo/generatenameconfig.py:217 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:220 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:223 msgid "Name" msgstr "Nimi" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 ../raphodo/rapid.py:2608 msgid "Extension" msgstr "Laiend" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 msgid "Image number" msgstr "Pildi number" #: ../raphodo/generatenameconfig.py:230 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:233 msgid "Aperture" msgstr "Ava" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 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:242 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:245 msgid "Camera make" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 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:251 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:254 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:257 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:260 msgid "Shutter count" msgstr "" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:262 msgid "File number" msgstr "Faili number" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:264 msgid "Folder only" msgstr "Ainult kataloog" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:266 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:269 msgid "Owner name" msgstr "Omaniku nimi" #: ../raphodo/generatenameconfig.py:270 msgid "Codec" msgstr "" #: ../raphodo/generatenameconfig.py:271 msgid "Width" msgstr "Laius" #: ../raphodo/generatenameconfig.py:272 msgid "Height" msgstr "Kõrgus" #: ../raphodo/generatenameconfig.py:273 msgid "Length" msgstr "Kestvus" #: ../raphodo/generatenameconfig.py:274 msgid "Frames Per Second" msgstr "" #: ../raphodo/generatenameconfig.py:275 msgid "Artist" msgstr "" #: ../raphodo/generatenameconfig.py:276 msgid "Copyright" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:279 msgid "Downloads today" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Session number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Subfolder number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Stored number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:291 msgid "Sequence letter" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:294 msgid "All digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "Last digit" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 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:303 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:306 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:309 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:312 msgid "UPPERCASE" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "lowercase" msgstr "" #: ../raphodo/generatenameconfig.py:316 msgid "One digit" msgstr "" #: ../raphodo/generatenameconfig.py:317 msgid "Two digits" msgstr "" #: ../raphodo/generatenameconfig.py:318 msgid "Three digits" msgstr "" #: ../raphodo/generatenameconfig.py:319 msgid "Four digits" msgstr "" #: ../raphodo/generatenameconfig.py:320 msgid "Five digits" msgstr "" #: ../raphodo/generatenameconfig.py:321 msgid "Six digits" msgstr "" #: ../raphodo/generatenameconfig.py:322 msgid "Seven digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:325 msgid "Subseconds" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 ../raphodo/generatenameconfig.py:415 msgid "YYYYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:416 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:334 ../raphodo/generatenameconfig.py:417 msgid "YYYY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 msgid "YYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 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:343 msgid "YY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "MMDDYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "DDMMYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 ../raphodo/generatenameconfig.py:415 #: ../raphodo/generatenameconfig.py:416 ../raphodo/generatenameconfig.py:417 #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:419 msgid "YYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 msgid "YY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "Month (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "HHMMSS" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 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:394 msgid "HH-MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "MM (minutes)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "SS" msgstr "" #: ../raphodo/generatenameconfig.py:415 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:416 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:417 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:512 #: ../raphodo/generatenameconfig.py:699 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:418 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:419 ../raphodo/jobcodepanel.py:279 #: ../raphodo/ui/nameeditor.py:926 ../raphodo/rapid.py:2260 #: ../raphodo/ui/renamepanel.py:93 ../raphodo/ui/renamepanel.py:275 msgid "Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:507 ../raphodo/generatenameconfig.py:694 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:510 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:510 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:699 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:700 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:700 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/jobcodepanel.py:90 msgid "Enter a new Job Code, or select a previous one" msgstr "" #: ../raphodo/jobcodepanel.py:98 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:108 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:121 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:123 msgid "Enter a new Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:131 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/jobcodepanel.py:144 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:148 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:186 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:190 #, fuzzy msgid "&Remember this Job Code" msgstr "_Mäleta seda valikut" #: ../raphodo/jobcodepanel.py:251 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:255 msgid "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:259 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:264 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:269 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:278 msgid "Last Used" msgstr "" #: ../raphodo/jobcodepanel.py:283 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:286 ../raphodo/rapid.py:2615 msgid "Ascending" msgstr "" #: ../raphodo/jobcodepanel.py:287 ../raphodo/rapid.py:2616 msgid "Descending" msgstr "" #: ../raphodo/jobcodepanel.py:297 msgid "&New..." msgstr "" #: ../raphodo/jobcodepanel.py:301 msgid "&Apply" msgstr "" #: ../raphodo/jobcodepanel.py:305 msgid "&Remove" msgstr "" #: ../raphodo/jobcodepanel.py:309 ../raphodo/prefs/preferencedialog.py:288 #: ../raphodo/prefs/preferencedialog.py:324 #: ../raphodo/prefs/preferencedialog.py:781 msgid "Remove All" msgstr "" #: ../raphodo/jobcodepanel.py:512 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:515 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:578 msgid "Job Codes" msgstr "" #: ../raphodo/ui/messagewidget.py:67 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:478 ../raphodo/ui/nameeditor.py:498 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:583 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:584 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:630 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:647 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:650 ../raphodo/ui/nameeditor.py:1558 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:743 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:751 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:884 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:892 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:900 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:907 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:936 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:954 #, python-format msgid "The character
%(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:964 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:972 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:999 ../raphodo/ui/renamepanel.py:139 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1082 ../raphodo/ui/nameeditor.py:1105 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1134 ../raphodo/prefs/preferencedialog.py:1083 #: ../raphodo/wsl.py:648 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1161 msgid "Insert" msgstr "" #: ../raphodo/ui/nameeditor.py:1523 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1527 msgid "" "Do you want to save the changes in a new custom preset?

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

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

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

The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1562 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:326 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:327 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:328 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:331 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:334 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:336 #, 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:366 ../raphodo/newversion.py:385 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:388 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:412 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:531 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:553 msgid "Downloading..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:134 msgid "Preferences" msgstr "" #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 msgid "Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Thumbnails" msgstr "Pisipildid" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:160 #: ../raphodo/prefs/preferencedialog.py:183 #: ../raphodo/prefs/preferencedialog.py:585 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:184 #: ../raphodo/prefs/preferencedialog.py:649 msgid "Error Handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:162 #: ../raphodo/prefs/preferencedialog.py:185 msgid "Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:163 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:164 #: ../raphodo/prefs/preferencedialog.py:186 msgid "Miscellaneous" msgstr "" #: ../raphodo/prefs/preferencedialog.py:221 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:225 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:231 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:233 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:240 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:244 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 #: ../raphodo/prefs/preferencedialog.py:310 msgid "Add..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:252 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 #: ../raphodo/prefs/preferencedialog.py:286 #: ../raphodo/prefs/preferencedialog.py:317 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove" msgstr "" #: ../raphodo/prefs/preferencedialog.py:259 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:278 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:279 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:283 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:290 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:304 msgid "Ignored Paths" msgstr "" #: ../raphodo/prefs/preferencedialog.py:306 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:313 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:320 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:327 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as well. #: ../raphodo/prefs/preferencedialog.py:338 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:345 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:387 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:400 #: ../raphodo/prefs/preferencedialog.py:505 #: ../raphodo/prefs/preferencedialog.py:553 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:408 #: ../raphodo/prefs/preferencedialog.py:575 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:416 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:417 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place the #. carriage return where you think it makes sense so that the tool tip does not #. stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:422 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading at program startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Start downloading upon device insertion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:430 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program when download completes" msgstr "" #: ../raphodo/prefs/preferencedialog.py:433 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/prefs/preferencedialog.py:465 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:470 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:473 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:477 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:480 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:489 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:490 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:530 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:536 msgid "days" msgstr "" #: ../raphodo/prefs/preferencedialog.py:537 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:550 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:559 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:562 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:588 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:598 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:601 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:615 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:629 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Skip download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:656 msgid "Add unique identifier" msgstr "" #: ../raphodo/prefs/preferencedialog.py:659 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Overwrite" msgstr "" #: ../raphodo/prefs/preferencedialog.py:668 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Skip" msgstr "" #: ../raphodo/prefs/preferencedialog.py:671 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:678 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:690 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:701 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:722 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:723 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:727 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:730 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:736 msgid "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:740 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:743 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:749 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:755 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:760 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:765 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:771 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:776 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:783 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:821 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:824 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:827 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:834 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:837 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:842 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:854 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:855 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:862 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:868 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:874 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:880 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:886 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:906 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:911 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:916 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:921 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:968 msgid "Version Check" msgstr "" #: ../raphodo/prefs/preferencedialog.py:969 msgid "Check for new version at startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:972 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/prefs/preferencedialog.py:976 msgid "Include development releases" msgstr "" #: ../raphodo/prefs/preferencedialog.py:978 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/prefs/preferencedialog.py:996 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:999 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1006 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1008 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1034 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1140 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1423 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1585 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1590 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1605 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1610 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1929 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1931 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1933 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1947 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1949 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1951 msgid "Path:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1965 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1966 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1967 ../raphodo/ui/renamepanel.py:140 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1982 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1987 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1996 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:736 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:740 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:747 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" #: ../raphodo/ui/primarybutton.py:124 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 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:249 ../raphodo/proximity.py:278 #: ../raphodo/proximity.py:313 ../raphodo/proximity.py:319 #, 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:267 #, 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:288 ../raphodo/proximity.py:294 #: ../raphodo/proximity.py:1123 ../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:303 ../raphodo/proximity.py:307 #: ../raphodo/proximity.py:1130 ../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:328 #, 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:339 #, 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:473 #, 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:1135 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1893 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:1952 #, 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:1956 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:1962 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2101 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:2106 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2109 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2110 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2112 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:2568 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:473 ../raphodo/rapid.py:871 ../raphodo/rapid.py:4656 #: ../raphodo/rapid.py:4879 ../raphodo/rapid.py:4898 ../raphodo/rapid.py:4921 #: ../raphodo/rapid.py:4928 ../raphodo/rapid.py:5605 ../raphodo/rapid.py:6228 #: ../raphodo/rapid.py:7448 ../raphodo/ui/rememberthisdialog.py:112 #: ../raphodo/ui/viewutils.py:743 #: ../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:1156 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:1167 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1176 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:1188 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1367 #, python-format msgid "" "Cannot download from Apple devices

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

Missing applications: " "%(applications)s

Learn more about which software to install." msgstr "" #: ../raphodo/rapid.py:1766 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1769 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1778 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1782 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1786 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1804 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1806 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1824 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1827 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1873 msgid "" "\n" "

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

\n" "

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

" msgstr "" #: ../raphodo/rapid.py:1883 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1894 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1897 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1898 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1901 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in the future #: ../raphodo/rapid.py:1906 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:2110 ../raphodo/rapid.py:2913 msgid "Download" msgstr "Laadi arvutisse" #: ../raphodo/rapid.py:2114 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:2118 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:2122 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:2127 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:2131 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:2136 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:2139 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:2143 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:2146 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:2149 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:2152 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:2157 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:2160 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:2249 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:2257 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:2259 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:2261 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2485 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2504 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2507 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2521 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2599 msgid "All" msgstr "" #: ../raphodo/rapid.py:2600 msgid "New" msgstr "" #: ../raphodo/rapid.py:2602 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2605 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2606 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2609 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2610 msgid "Device" msgstr "Seade" #: ../raphodo/rapid.py:2612 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2628 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:2893 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2909 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2911 msgid "Pause" msgstr "Peata" #: ../raphodo/rapid.py:3048 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:3149 #, 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:3243 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:3257 #, 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:3345 msgid "" "\n" "Downloading all files

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

\n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3510 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" #: ../raphodo/rapid.py:3513 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" #: ../raphodo/rapid.py:3516 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3517 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3535 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:3546 ../raphodo/rapid.py:3560 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3548 ../raphodo/rpdfile.py:179 msgid "photos" msgstr "fotod" #: ../raphodo/rapid.py:3562 ../raphodo/rpdfile.py:174 msgid "videos" msgstr "videod" #: ../raphodo/rapid.py:3572 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:3588 ../raphodo/rapid.py:3604 #, 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:3591 ../raphodo/rpdfile.py:181 ../raphodo/rpdfile.py:850 msgid "photo" msgstr "foto" #: ../raphodo/rapid.py:3607 ../raphodo/rpdfile.py:176 ../raphodo/rpdfile.py:912 msgid "video" msgstr "video" #: ../raphodo/rapid.py:3615 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:4446 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4526 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4536 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "" #: ../raphodo/rapid.py:4542 ../raphodo/rapid.py:4649 msgid "warnings" msgstr "hoiatused" #: ../raphodo/rapid.py:4577 msgid "All downloads complete" msgstr "Kõik allalaadimised lõpetatud" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4587 ../raphodo/rapid.py:4602 ../raphodo/rapid.py:4618 #: ../raphodo/rapid.py:4633 ../raphodo/rapid.py:4648 #, 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:4592 ../raphodo/rapid.py:4623 #, 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:4607 ../raphodo/rapid.py:4638 #, python-format msgid "%(filetype)s failed to download" msgstr "" #: ../raphodo/rapid.py:4674 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4676 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4681 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4683 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4708 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4715 #, 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:4724 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4726 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4766 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4885 #, 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:4904 #, 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:4924 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4935 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4936 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:5028 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:5031 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:5035 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:5040 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5577 #, 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:5612 #, 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:5774 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5776 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5778 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5780 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5781 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5782 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5866 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:6211 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6215 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:6221 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6225 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6644 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6648 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:6704 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6711 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6725 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6737 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:7034 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:7041 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7047 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7054 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:7060 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:7066 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:7074 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:7082 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:7087 ../raphodo/rapid.py:7094 ../raphodo/rapid.py:7101 #: ../raphodo/rapid.py:7145 ../raphodo/rapid.py:7155 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:7089 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:7096 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7103 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7110 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:7116 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:7121 ../raphodo/rapid.py:7133 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:7124 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:7136 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:7148 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7158 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7166 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:7176 msgid "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:7183 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:7190 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:7199 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:7207 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:7214 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7223 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:7231 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:7237 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:7244 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:7254 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:7347 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7358 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:7365 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7436 #, python-format msgid "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7451 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7541 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7546 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7561 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:7636 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:7841 msgid "All settings and caches have been reset." msgstr "" #: ../raphodo/rapid.py:7849 msgid "Thumbnail Cache has been reset." msgstr "" #: ../raphodo/rapid.py:7855 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:80 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:87 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:626 msgid "subfolder and filename" msgstr "" #: ../raphodo/renameandmovefile.py:628 msgid "filename" msgstr "" #: ../raphodo/renameandmovefile.py:630 msgid "subfolder" msgstr "" #: ../raphodo/ui/renamepanel.py:327 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:328 msgid "Downloads today:" msgstr "" #: ../raphodo/ui/renamepanel.py:350 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:351 msgid "Stored number:" msgstr "" #: ../raphodo/ui/renamepanel.py:363 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:365 msgid "Day start:" msgstr "" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:375 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:379 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:384 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:395 msgid "Strip incompatible characters" msgstr "" #: ../raphodo/ui/renamepanel.py:400 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:404 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:484 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:488 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:492 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "fotod ja videod" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "fotod või videod" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:273 #, python-format msgid "%(number)s %(filetypes)s" msgstr "" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:302 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:304 msgid "1 Video" msgstr "" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:314 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:316 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:830 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:851 msgid "Photo" msgstr "Foto" #: ../raphodo/rpdfile.py:913 msgid "Video" msgstr "Video" #: ../raphodo/storage/storage.py:251 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:589 msgid "Pictures" msgstr "" #: ../raphodo/sudocommand.py:93 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:100 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:140 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:583 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:593 #, 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:605 ../raphodo/thumbnaildisplay.py:668 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:623 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:628 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:635 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:682 #, python-format msgid "

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

Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2254 msgid "Copy Path" msgstr "" #: ../raphodo/thumbnaildisplay.py:2260 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2265 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:215 msgid "B" msgstr "" #: ../raphodo/utilities.py:216 msgid "KB" msgstr "" #: ../raphodo/utilities.py:217 msgid "MB" msgstr "" #: ../raphodo/utilities.py:218 msgid "GB" msgstr "" #: ../raphodo/utilities.py:219 msgid "TB" msgstr "" #: ../raphodo/utilities.py:220 msgid "PB" msgstr "" #: ../raphodo/utilities.py:221 msgid "EB" msgstr "" #: ../raphodo/utilities.py:222 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:223 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:486 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:570 msgid "one" msgstr "" #: ../raphodo/utilities.py:571 msgid "two" msgstr "" #: ../raphodo/utilities.py:572 msgid "three" msgstr "" #: ../raphodo/utilities.py:573 msgid "four" msgstr "" #: ../raphodo/utilities.py:574 msgid "five" msgstr "" #: ../raphodo/utilities.py:575 msgid "six" msgstr "" #: ../raphodo/utilities.py:576 msgid "seven" msgstr "" #: ../raphodo/utilities.py:577 msgid "eight" msgstr "" #: ../raphodo/utilities.py:578 msgid "nine" msgstr "" #: ../raphodo/utilities.py:579 msgid "ten" msgstr "" #: ../raphodo/utilities.py:580 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:581 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:582 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:583 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:584 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:585 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:586 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:587 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:588 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:589 msgid "twenty" msgstr "" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&OK" msgstr "" #: ../raphodo/ui/viewutils.py:680 ../raphodo/ui/viewutils.py:700 msgid "&Save" msgstr "" #: ../raphodo/ui/viewutils.py:681 msgid "&Help" msgstr "" #: ../raphodo/ui/viewutils.py:682 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:683 ../raphodo/ui/viewutils.py:701 msgid "&Yes" msgstr "" #: ../raphodo/ui/viewutils.py:684 ../raphodo/ui/viewutils.py:702 msgid "&No" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:105 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:109 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:115 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:309 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:314 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:321 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:390 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:403 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:558 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:562 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:566 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:570 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:594 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:596 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:598 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:638 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:652 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1459 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1463 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1606 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1612 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;" "memory;card;" msgstr "" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "" #~ msgid "Size" #~ msgstr "Maht" #~ msgid "Download Progress" #~ msgstr "Allalaadimise edenemine" #~ msgid "scanning..." #~ msgstr "otsimine..." #~ msgid "About 1 second remaining" #~ msgstr "Umbes 1 sekund jäänud veel" #~ msgid "Copy" #~ msgstr "Kopeeri" #~ msgid "Auto Detect" #~ msgstr "Automaattuvastus" #~ msgid "Photos:" #~ msgstr "Fotod:" #~ msgid "Videos:" #~ msgstr "Videod:" #~ msgid "Move" #~ msgstr "Liiguta" #~ msgid "and" #~ msgstr "ja" #~ msgid "To" #~ msgstr "Sihtkoht" #~ msgid "Free space:" #~ msgstr "Vaba ruum:" #~ msgid "Device Detected" #~ msgstr "Seade tuvastatud" #~ msgid "Name + extension" #~ msgstr "Nimi+laiend" #~ msgid "About 1 minute remaining" #~ msgstr "Umbes 1 minut on veel jäänud" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/po/fa.po0000644000175000017500000041750500000000000016527 0ustar00damondamon# Persian translation for rapid # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2010. # #: ../raphodo/jobcodepanel.py:137 msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2022-02-27 16:56-0500\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:406 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:642 ../install.py:4330 msgid "Installer not found:" msgstr "" #. Translators: do not translate the term tar.gz #: ../install.py:646 ../install.py:4334 msgid "Installer not in tar.gz format:" msgstr "" #: ../install.py:728 ../install.py:757 ../install.py:4210 ../install.py:4215 msgid "Exiting..." msgstr "" #: ../install.py:979 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:1065 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:1357 ../install.py:4290 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:1467 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" #: ../install.py:1610 msgid "The following command will be run:" msgstr "" #. Translators: do not translate the term sudo #: ../install.py:1614 ../install.py:3834 ../install.py:3841 msgid "sudo may prompt you for the sudo password." msgstr "" #: ../install.py:1618 msgid "Would you like to run the command now?" msgstr "" #: ../install.py:1620 msgid "Answer is not yes, exiting." msgstr "" #: ../install.py:1631 ../install.py:2259 ../install.py:2318 ../install.py:2793 msgid "Command failed" msgstr "" #: ../install.py:1633 ../install.py:2260 ../install.py:2319 ../install.py:2794 msgid "Exiting" msgstr "" #: ../install.py:1661 msgid "The Universe repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1701 msgid "The EPEL repository must be enabled." msgstr "" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1749 msgid "The RPM Fusion Free repository must be enabled." msgstr "" #: ../install.py:1790 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "" #: ../install.py:2237 ../install.py:2267 ../install.py:2299 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" #: ../install.py:2252 msgid "Uninstalling system package" msgstr "" #: ../install.py:2277 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:2324 msgid "Checking if previous version installed with pip..." msgstr "" #: ../install.py:2477 ../install.py:2534 ../install.py:2650 msgid "The following package is unknown on your system: {}\n" msgstr "" #: ../install.py:2548 ../install.py:2706 ../install.py:2803 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" #: ../install.py:2642 ../install.py:2663 msgid "Querying installed and available packages (this may take a while)" msgstr "" #: ../install.py:2785 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" #: ../install.py:2852 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2862 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" #: ../install.py:2873 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2923 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:2931 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" #: ../install.py:2937 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2942 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2950 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" #: ../install.py:2958 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:2982 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:3000 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:3011 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:3048 msgid "Failed to download versions file." msgstr "" #: ../install.py:3053 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:3170 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:3324 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:3330 msgid "Received error code" msgstr "" #: ../install.py:3332 msgid "Failed to install application requirements: exiting." msgstr "" #: ../install.py:3334 msgid "Failed to install application: exiting..." msgstr "" #: ../install.py:3658 msgid "Installing application requirements..." msgstr "" #: ../install.py:3693 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #: ../install.py:3710 msgid "Installing application..." msgstr "" #: ../install.py:3797 msgid "Do you want Rapid Photo Downloader to appear in the Windows menu?" msgstr "" #: ../install.py:3803 msgid "Adding Rapid Photo Downloader to the Windows menu" msgstr "" #: ../install.py:3813 msgid "Failed to copy application launcher." msgstr "" #: ../install.py:3824 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:3829 msgid "Do you want to install the application's man pages?" msgstr "" #: ../install.py:3830 msgid "They will be installed into {}" msgstr "" #: ../install.py:3832 ../install.py:3839 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" #: ../install.py:3835 msgid "Do want to install the man pages?" msgstr "" #: ../install.py:3837 msgid "Installing man pages into {}" msgstr "" #: ../install.py:3855 msgid "Failed to create man page directory: exiting." msgstr "" #: ../install.py:3876 msgid "Failed to copy man page." msgstr "" #: ../install.py:3915 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:3928 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:3934 msgid "" "You may have to restart WSL to be able to run the program from the command " "line." msgstr "" #: ../install.py:3944 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line." msgstr "" #: ../install.py:3949 #, 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:3971 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:3973 msgid "Done." msgstr "" #: ../install.py:3987 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:4043 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #. Translators: do not translate the terms --PyQt5-version or --use-system-PyQt5 #: ../install.py:4055 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:4067 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:4081 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:4097 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:4111 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:4124 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:4134 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:4139 ../install.py:4153 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:4172 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:4180 msgid "Restarting script using system python..." msgstr "" #: ../install.py:4193 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:4231 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:4263 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:4275 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:4324 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:647 ../raphodo/ui/viewutils.py:679 #: ../raphodo/ui/viewutils.py:699 msgid "&Cancel" msgstr "" #: ../upgrade.py:651 msgid "&Upgrade" msgstr "" #: ../upgrade.py:656 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" #: ../upgrade.py:659 msgid "Click the Upgrade button to start the upgrade." msgstr "" #: ../upgrade.py:662 ../upgrade.py:668 ../raphodo/ui/viewutils.py:678 #: ../raphodo/ui/viewutils.py:698 msgid "&Close" msgstr "" #: ../upgrade.py:663 msgid "&Run" msgstr "" #: ../upgrade.py:693 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" #: ../upgrade.py:696 msgid "Upgrade running..." msgstr "" #: ../upgrade.py:732 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:737 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:741 msgid "Upgrade failed. Click Close to exit." msgstr "" #: ../upgrade.py:11320 #, python-format msgid "Upgrading %s..." msgstr "" #: ../upgrade.py:11322 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:11335 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:11337 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/ui/aboutdialog.py:334 msgid "Credits" msgstr "" #: ../raphodo/ui/aboutdialog.py:339 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:280 msgid "Backups are not configured" msgstr "" #: ../raphodo/ui/backuppanel.py:282 msgid "No backup devices detected" msgstr "" #: ../raphodo/ui/backuppanel.py:285 msgid "Valid backup locations not yet specified" msgstr "" #: ../raphodo/ui/backuppanel.py:465 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" #: ../raphodo/ui/backuppanel.py:473 msgid "Back up photos and videos when downloading" msgstr "" #: ../raphodo/ui/backuppanel.py:479 msgid "Automatically detect backup devices" msgstr "" #: ../raphodo/ui/backuppanel.py:485 msgid "" "Specify the folder in which backups are stored on the device." "

Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" #: ../raphodo/ui/backuppanel.py:500 msgid "Photo folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:505 msgid "Video folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:510 ../raphodo/ui/nameeditor.py:1000 #: ../raphodo/ui/renamepanel.py:141 msgid "Example:" msgstr "" #: ../raphodo/ui/backuppanel.py:521 msgid "If you disable automatic detection, choose the exact backup locations." msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:532 msgid "Photo backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:542 msgid "Select Photo Backup Location" msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:554 msgid "Video backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:560 msgid "Select Video Backup Location" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:676 msgid "drive1" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:679 msgid "drive2" msgstr "" #: ../raphodo/ui/backuppanel.py:746 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/ui/backuppanel.py:751 msgid "Backup Options" msgstr "" #: ../raphodo/copyfiles.py:609 msgid "video THM" msgstr "" #: ../raphodo/copyfiles.py:619 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:104 ../raphodo/ui/devicedisplay.py:1408 #: ../raphodo/rpdfile.py:310 #, 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:112 ../raphodo/ui/devicedisplay.py:1414 #: ../raphodo/rpdfile.py:298 #, python-format msgid "%(no_videos)s Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:123 msgid "Used" msgstr "" #: ../raphodo/ui/destinationdisplay.py:124 msgid "Excess" msgstr "" #: ../raphodo/ui/destinationdisplay.py:133 ../raphodo/ui/devicedisplay.py:1440 msgid "Device size unknown" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:146 #, python-format msgid "No space free on %(size_total)s device" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:156 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/ui/destinationdisplay.py:230 ../raphodo/ui/destinationpanel.py:74 #: ../raphodo/ui/devicedisplay.py:625 ../raphodo/rapid.py:2640 #: ../raphodo/rapid.py:7587 ../raphodo/rpdfile.py:960 msgid "Photos" msgstr "" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:231 ../raphodo/ui/destinationpanel.py:78 #: ../raphodo/ui/devicedisplay.py:626 ../raphodo/rapid.py:2641 #: ../raphodo/rapid.py:7587 ../raphodo/rpdfile.py:988 #: ../raphodo/storage/storage.py:602 msgid "Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:232 msgid "Projected storage use after download" msgstr "" #. Translators: Custom refers to the user choosing a non-default value that #. they customize themselves #: ../raphodo/ui/destinationdisplay.py:355 ../raphodo/ui/nameeditor.py:587 msgid "Custom..." msgstr "" #: ../raphodo/ui/destinationdisplay.py:774 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/ui/destinationdisplay.py:776 msgid "Configure video subfolder creation" msgstr "" #: ../raphodo/ui/destinationpanel.py:90 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:113 ../raphodo/ui/destinationpanel.py:125 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1294 msgid "Probing device..." msgstr "" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Temporarily ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1313 msgid "Permanently ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1316 msgid "Rescan" msgstr "" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1437 #, python-format msgid "%s full" msgstr "" #: ../raphodo/ui/devicedisplay.py:1457 msgid "Other" msgstr "" #: ../raphodo/devices.py:603 ../raphodo/devices.py:604 msgid "Cameras" msgstr "" #: ../raphodo/devices.py:605 ../raphodo/devices.py:1256 #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 ../raphodo/rapid.py:2489 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:1006 #, 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:1073 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1229 ../raphodo/rapid.py:2212 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:1280 ../raphodo/devices.py:1300 #, 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:1318 #, 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:1326 #, python-format msgid "%(no_devices)s Devices" msgstr "" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1652 #, python-format msgid "%s + %s" msgstr "" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "\n" "In case of any problems, a red icon will appear at the bottom of the window " "indicating \n" "how many error reports there are. Clicking on it opens the Error Report " "window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 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." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "\n" "

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

\n" "

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

" msgstr "" #: ../raphodo/ui/didyouknow.py:133 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:140 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:147 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:154 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 \n" "metadata (where available) or according to the filesystem (as a fallback).\n" "
  2. Checked State: whether the file is marked for download.
  3. \n" "
  4. Filename: the full filename, including extension.
  5. \n" "
  6. Extension: the filename's extension. You can use this to group " "jpeg and \n" "raw images, for instance.
  7. \n" "
  8. File Type: photo or video.
  9. \n" "
  10. Device: name of the device the photos and videos are being " "downloaded \n" "from.
  11. \n" "
" msgstr "" #: ../raphodo/ui/didyouknow.py:172 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" #: ../raphodo/ui/didyouknow.py:178 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:185 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 \n" "illustration below, the destination folders are "Pictures" and \n" ""Videos". The name of the destination folder is displayed in the " "grey bar \n" "directly above the folder tree, with a folder icon to its left and a gear " "icon to \n" "its far right.
  2. \n" "
  3. The download subfolders, which are directories that will be " "automatically \n" "generated by Rapid Photo Downloader. They need not already exist on your " "computer, but \n" "it's okay if they do. They will be generated under the destination folder.\n" "
" msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a \n" "different destination folder for each. The same applies to the download " "subfolders for \n" "photos and videos—download photos and videos to the same subfolders, " "or use a \n" "different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:211 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:220 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to \n" "download:\n" "
    \n" "
  1. The destination folder tree shows the download subfolders already on " "your computer \n" "(those in a regular, non-italicized font), and the subfolders that will be " "created \n" "during the download (those whose names are italicized).
  2. \n" "
  3. The folder tree also shows into which subfolders the files will be " "downloaded \n" "(those colored black).
  4. \n" "
" msgstr "" #: ../raphodo/ui/didyouknow.py:235 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following \n" "elements:\n" "
    \n" "
  1. File metadata, very often including the date the photo or video " "was created, \n" "but might also include the camera model name, camera serial number, or file " "extension \n" "e.g. JPG or CR2.
  2. \n" "
  3. A Job Code, which is free text you specify at the time the " "download occurs, \n" "such as the 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 \n" "format makes it easy to keep them sorted in a file manager, which is why " "it's the \n" "default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:254 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 \n" "preset. Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:261 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to \n" "configure your own scheme. You create your own schemes using the Photo or " "Video \n" "Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:270 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:276 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:282 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 \n" "and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:291 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 \n" "choices to generate new combinations. Supposing you wanted a date format " "that combines \n" "year (YYYY), a hyphen, and month (MM) to form YYYY-MM. You can create it " "like this \n" "(note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:300 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names \n" "in the \n" "online \n" "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:309 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. \n" "You can use them in subfolder and file names. In this illustration, some " "files have had \n" "the Job Code "Street" applied to them, and the selected files are " "about to \n" "get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:317 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 \n" "prompted to enter a Job Code for them before the download begins." msgstr "" #: ../raphodo/ui/didyouknow.py:324 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:327 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:333 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!" msgstr "" #: ../raphodo/ui/didyouknow.py:340 msgid "" "\n" "

Four types of sequence values are available to help you assign unique " "names to your \n" "photos and 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 \n" "last time the 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 \n" "documentation.

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

The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature \n" "on your 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 \n" "are detected, the same sequence numbers will be applied to both photo names. " "F\n" "urthermore, sequences will be updated as if the photos were one.

\n" "

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

\n" msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are \n" "downloaded, such as external hard drives or network shares. Backup devices " "can be \n" "automatically detected, or exact backup locations specified." msgstr "" #: ../raphodo/ui/didyouknow.py:385 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:391 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including \n" "download sources, destinations, and backups. Additionally, settings can be " "reset to \n" "their default state, and caches and remembered files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:396 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:401 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 \n" "your cameras, memory cards, and other devices.
  2. \n" "
  3. A temporary cache of files downloaded from a camera, one for " "photos and \n" "another for videos. They are located in temporary subfolders in the " "download \n" "destination.
  4. \n" "
  5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores \n" "thumbnails of RAW and TIFF photos once they have been downloaded. File " "browsers like \n" "Gnome Files use this cache as well, meaning they too will display thumbnails " "for those \n" "files. \n" "
  6. \n" "
\n" "Read more about these caches and their effect on download performance in the " "online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:459 msgid "Tip of the Day" msgstr "" #: ../raphodo/ui/didyouknow.py:467 msgid "Did you know...?" msgstr "" #: ../raphodo/ui/didyouknow.py:498 msgid "Show tips on startup" msgstr "" #: ../raphodo/ui/didyouknow.py:502 msgid "&Next" msgstr "" #: ../raphodo/ui/didyouknow.py:503 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:454 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:584 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:643 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:645 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:650 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:652 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:657 ../raphodo/downloadtracker.py:839 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:659 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:664 ../raphodo/downloadtracker.py:869 #: ../raphodo/downloadtracker.py:877 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:666 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:845 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:847 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:850 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:852 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:884 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:886 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:889 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:891 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:918 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:920 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:923 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:925 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:80 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:150 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:187 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:206 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:211 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:213 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:214 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:215 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:216 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:217 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:218 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:229 ../raphodo/errorlog.py:371 #, 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:234 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:256 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:357 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:516 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:567 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:50 #, python-brace-format msgid "" "Please report the problem at {website}.

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

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

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

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

Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:88 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:182 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:186 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:189 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:216 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:218 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:173 ../raphodo/thumbnaildisplay.py:2251 msgid "Open in File Browser..." msgstr "" #. type: Optional[QModelIndex] #: ../raphodo/ui/filebrowse.py:179 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:183 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:140 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:181 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:272 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:206 msgid "Date time" msgstr "" #: ../raphodo/generatenameconfig.py:207 msgid "Text" msgstr "" #: ../raphodo/generatenameconfig.py:208 ../raphodo/rapid.py:2607 msgid "Filename" msgstr "" #: ../raphodo/generatenameconfig.py:209 #: ../raphodo/prefs/preferencedialog.py:994 msgid "Metadata" msgstr "" #: ../raphodo/generatenameconfig.py:210 msgid "Sequences" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:213 msgid "Job code" msgstr "کد دستور" #: ../raphodo/generatenameconfig.py:214 msgid "Image date" msgstr "" #: ../raphodo/generatenameconfig.py:215 msgid "Video date" msgstr "" #: ../raphodo/generatenameconfig.py:216 msgid "Today" msgstr "" #: ../raphodo/generatenameconfig.py:217 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:220 msgid "Download time" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:223 msgid "Name" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 ../raphodo/rapid.py:2608 msgid "Extension" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 msgid "Image number" msgstr "" #: ../raphodo/generatenameconfig.py:230 msgid "Video number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:233 msgid "Aperture" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "ISO" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "Exposure time" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Focal length" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Camera make" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera model" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 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:254 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:257 msgid "Serial number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Shutter count" msgstr "" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:262 msgid "File number" msgstr "" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:264 msgid "Folder only" msgstr "" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:266 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:269 msgid "Owner name" msgstr "" #: ../raphodo/generatenameconfig.py:270 msgid "Codec" msgstr "" #: ../raphodo/generatenameconfig.py:271 msgid "Width" msgstr "" #: ../raphodo/generatenameconfig.py:272 msgid "Height" msgstr "" #: ../raphodo/generatenameconfig.py:273 msgid "Length" msgstr "" #: ../raphodo/generatenameconfig.py:274 msgid "Frames Per Second" msgstr "" #: ../raphodo/generatenameconfig.py:275 msgid "Artist" msgstr "" #: ../raphodo/generatenameconfig.py:276 msgid "Copyright" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:279 msgid "Downloads today" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Session number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Subfolder number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Stored number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:291 msgid "Sequence letter" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:294 msgid "All digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "Last digit" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 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:303 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:306 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:309 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:312 msgid "UPPERCASE" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "lowercase" msgstr "" #: ../raphodo/generatenameconfig.py:316 msgid "One digit" msgstr "" #: ../raphodo/generatenameconfig.py:317 msgid "Two digits" msgstr "" #: ../raphodo/generatenameconfig.py:318 msgid "Three digits" msgstr "" #: ../raphodo/generatenameconfig.py:319 msgid "Four digits" msgstr "" #: ../raphodo/generatenameconfig.py:320 msgid "Five digits" msgstr "" #: ../raphodo/generatenameconfig.py:321 msgid "Six digits" msgstr "" #: ../raphodo/generatenameconfig.py:322 msgid "Seven digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:325 msgid "Subseconds" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 ../raphodo/generatenameconfig.py:415 msgid "YYYYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:416 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:334 ../raphodo/generatenameconfig.py:417 msgid "YYYY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 msgid "YYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 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:343 msgid "YY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "MMDDYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "DDMMYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 ../raphodo/generatenameconfig.py:415 #: ../raphodo/generatenameconfig.py:416 ../raphodo/generatenameconfig.py:417 #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:419 msgid "YYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 msgid "YY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "Month (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "HHMMSS" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 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:394 msgid "HH-MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "MM (minutes)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "SS" msgstr "" #: ../raphodo/generatenameconfig.py:415 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:416 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:417 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:512 #: ../raphodo/generatenameconfig.py:699 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:418 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:419 ../raphodo/jobcodepanel.py:279 #: ../raphodo/ui/nameeditor.py:926 ../raphodo/rapid.py:2260 #: ../raphodo/ui/renamepanel.py:93 ../raphodo/ui/renamepanel.py:275 msgid "Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:507 ../raphodo/generatenameconfig.py:694 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:510 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:510 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:699 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:700 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:700 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/jobcodepanel.py:90 msgid "Enter a new Job Code, or select a previous one" msgstr "" #: ../raphodo/jobcodepanel.py:98 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:108 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:121 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:123 msgid "Enter a new Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:131 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/jobcodepanel.py:144 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:148 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:186 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:190 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:251 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:255 msgid "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:259 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:264 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:269 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:278 msgid "Last Used" msgstr "" #: ../raphodo/jobcodepanel.py:283 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:286 ../raphodo/rapid.py:2615 msgid "Ascending" msgstr "" #: ../raphodo/jobcodepanel.py:287 ../raphodo/rapid.py:2616 msgid "Descending" msgstr "" #: ../raphodo/jobcodepanel.py:297 msgid "&New..." msgstr "" #: ../raphodo/jobcodepanel.py:301 msgid "&Apply" msgstr "" #: ../raphodo/jobcodepanel.py:305 msgid "&Remove" msgstr "" #: ../raphodo/jobcodepanel.py:309 ../raphodo/prefs/preferencedialog.py:288 #: ../raphodo/prefs/preferencedialog.py:324 #: ../raphodo/prefs/preferencedialog.py:781 msgid "Remove All" msgstr "" #: ../raphodo/jobcodepanel.py:512 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:515 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:578 msgid "Job Codes" msgstr "" #: ../raphodo/ui/messagewidget.py:67 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:478 ../raphodo/ui/nameeditor.py:498 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:583 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:584 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:630 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:647 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:650 ../raphodo/ui/nameeditor.py:1558 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:743 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:751 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:884 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:892 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:900 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:907 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:936 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:954 #, python-format msgid "The character
%(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:964 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:972 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:999 ../raphodo/ui/renamepanel.py:139 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1082 ../raphodo/ui/nameeditor.py:1105 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1134 ../raphodo/prefs/preferencedialog.py:1083 #: ../raphodo/wsl.py:648 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1161 msgid "Insert" msgstr "" #: ../raphodo/ui/nameeditor.py:1523 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1527 msgid "" "Do you want to save the changes in a new custom preset?

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

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

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

The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1562 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:326 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:327 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:328 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:331 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:334 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:336 #, 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:366 ../raphodo/newversion.py:385 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:388 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:412 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:531 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:553 msgid "Downloading..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:134 msgid "Preferences" msgstr "" #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 msgid "Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Thumbnails" msgstr "" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:160 #: ../raphodo/prefs/preferencedialog.py:183 #: ../raphodo/prefs/preferencedialog.py:585 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:184 #: ../raphodo/prefs/preferencedialog.py:649 msgid "Error Handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:162 #: ../raphodo/prefs/preferencedialog.py:185 msgid "Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:163 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:164 #: ../raphodo/prefs/preferencedialog.py:186 msgid "Miscellaneous" msgstr "" #: ../raphodo/prefs/preferencedialog.py:221 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:225 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:231 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:233 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:240 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:244 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 #: ../raphodo/prefs/preferencedialog.py:310 msgid "Add..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:252 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 #: ../raphodo/prefs/preferencedialog.py:286 #: ../raphodo/prefs/preferencedialog.py:317 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove" msgstr "" #: ../raphodo/prefs/preferencedialog.py:259 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:278 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:279 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:283 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:290 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:304 msgid "Ignored Paths" msgstr "" #: ../raphodo/prefs/preferencedialog.py:306 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:313 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:320 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:327 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as well. #: ../raphodo/prefs/preferencedialog.py:338 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:345 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:387 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:400 #: ../raphodo/prefs/preferencedialog.py:505 #: ../raphodo/prefs/preferencedialog.py:553 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:408 #: ../raphodo/prefs/preferencedialog.py:575 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:416 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:417 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place the #. carriage return where you think it makes sense so that the tool tip does not #. stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:422 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading at program startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Start downloading upon device insertion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:430 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program when download completes" msgstr "" #: ../raphodo/prefs/preferencedialog.py:433 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/prefs/preferencedialog.py:465 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:470 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:473 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:477 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:480 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:489 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:490 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:530 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:536 msgid "days" msgstr "" #: ../raphodo/prefs/preferencedialog.py:537 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:550 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:559 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:562 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:588 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:598 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:601 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:615 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:629 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Skip download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:656 msgid "Add unique identifier" msgstr "" #: ../raphodo/prefs/preferencedialog.py:659 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Overwrite" msgstr "" #: ../raphodo/prefs/preferencedialog.py:668 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Skip" msgstr "" #: ../raphodo/prefs/preferencedialog.py:671 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:678 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:690 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:701 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:722 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:723 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:727 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:730 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:736 msgid "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:740 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:743 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:749 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:755 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:760 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:765 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:771 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:776 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:783 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:821 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:824 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:827 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:834 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:837 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:842 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:854 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:855 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:862 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:868 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:874 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:880 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:886 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:906 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:911 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:916 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:921 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:968 msgid "Version Check" msgstr "" #: ../raphodo/prefs/preferencedialog.py:969 msgid "Check for new version at startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:972 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/prefs/preferencedialog.py:976 msgid "Include development releases" msgstr "" #: ../raphodo/prefs/preferencedialog.py:978 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/prefs/preferencedialog.py:996 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:999 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1006 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1008 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1034 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1140 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1423 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1585 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1590 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1605 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1610 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1929 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1931 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1933 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1947 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1949 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1951 msgid "Path:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1965 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1966 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1967 ../raphodo/ui/renamepanel.py:140 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1982 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1987 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1996 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:736 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:740 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:747 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" #: ../raphodo/ui/primarybutton.py:124 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 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:249 ../raphodo/proximity.py:278 #: ../raphodo/proximity.py:313 ../raphodo/proximity.py:319 #, 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:267 #, 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:288 ../raphodo/proximity.py:294 #: ../raphodo/proximity.py:1123 ../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:303 ../raphodo/proximity.py:307 #: ../raphodo/proximity.py:1130 ../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:328 #, 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:339 #, 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:473 #, 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:1135 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1893 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:1952 #, 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:1956 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:1962 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2101 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:2106 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2109 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2110 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2112 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:2568 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:473 ../raphodo/rapid.py:871 ../raphodo/rapid.py:4656 #: ../raphodo/rapid.py:4879 ../raphodo/rapid.py:4898 ../raphodo/rapid.py:4921 #: ../raphodo/rapid.py:4928 ../raphodo/rapid.py:5605 ../raphodo/rapid.py:6228 #: ../raphodo/rapid.py:7448 ../raphodo/ui/rememberthisdialog.py:112 #: ../raphodo/ui/viewutils.py:743 #: ../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:1156 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:1167 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1176 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:1188 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1367 #, python-format msgid "" "Cannot download from Apple devices

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

Missing applications: " "%(applications)s

Learn more about which software to install." msgstr "" #: ../raphodo/rapid.py:1766 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1769 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1778 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1782 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1786 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1804 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1806 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1824 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1827 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1873 msgid "" "\n" "

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

\n" "

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

" msgstr "" #: ../raphodo/rapid.py:1883 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1894 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1897 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1898 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1901 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in the future #: ../raphodo/rapid.py:1906 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:2110 ../raphodo/rapid.py:2913 msgid "Download" msgstr "" #: ../raphodo/rapid.py:2114 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:2118 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:2122 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:2127 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:2131 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:2136 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:2139 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:2143 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:2146 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:2149 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:2152 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:2157 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:2160 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:2249 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:2257 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:2259 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:2261 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2485 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2504 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2507 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2521 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2599 msgid "All" msgstr "" #: ../raphodo/rapid.py:2600 msgid "New" msgstr "" #: ../raphodo/rapid.py:2602 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2605 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2606 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2609 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2610 msgid "Device" msgstr "" #: ../raphodo/rapid.py:2612 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2628 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:2893 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2909 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2911 msgid "Pause" msgstr "" #: ../raphodo/rapid.py:3048 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:3149 #, 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:3243 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:3257 #, 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:3345 msgid "" "\n" "Downloading all files

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

\n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3510 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" #: ../raphodo/rapid.py:3513 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" #: ../raphodo/rapid.py:3516 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3517 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3535 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:3546 ../raphodo/rapid.py:3560 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3548 ../raphodo/rpdfile.py:179 msgid "photos" msgstr "" #: ../raphodo/rapid.py:3562 ../raphodo/rpdfile.py:174 msgid "videos" msgstr "" #: ../raphodo/rapid.py:3572 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:3588 ../raphodo/rapid.py:3604 #, 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:3591 ../raphodo/rpdfile.py:181 ../raphodo/rpdfile.py:850 msgid "photo" msgstr "" #: ../raphodo/rapid.py:3607 ../raphodo/rpdfile.py:176 ../raphodo/rpdfile.py:912 msgid "video" msgstr "" #: ../raphodo/rapid.py:3615 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:4446 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4526 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4536 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "" #: ../raphodo/rapid.py:4542 ../raphodo/rapid.py:4649 msgid "warnings" msgstr "" #: ../raphodo/rapid.py:4577 msgid "All downloads complete" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4587 ../raphodo/rapid.py:4602 ../raphodo/rapid.py:4618 #: ../raphodo/rapid.py:4633 ../raphodo/rapid.py:4648 #, 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:4592 ../raphodo/rapid.py:4623 #, 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:4607 ../raphodo/rapid.py:4638 #, python-format msgid "%(filetype)s failed to download" msgstr "" #: ../raphodo/rapid.py:4674 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4676 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4681 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4683 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4708 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4715 #, 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:4724 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4726 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4766 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4885 #, 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:4904 #, 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:4924 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4935 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4936 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:5028 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:5031 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:5035 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:5040 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5577 #, 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:5612 #, 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:5774 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5776 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5778 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5780 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5781 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5782 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5866 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:6211 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6215 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:6221 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6225 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6644 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6648 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:6704 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6711 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6725 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6737 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:7034 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:7041 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7047 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7054 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:7060 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:7066 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:7074 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:7082 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:7087 ../raphodo/rapid.py:7094 ../raphodo/rapid.py:7101 #: ../raphodo/rapid.py:7145 ../raphodo/rapid.py:7155 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:7089 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:7096 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7103 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7110 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:7116 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:7121 ../raphodo/rapid.py:7133 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:7124 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:7136 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:7148 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7158 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7166 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:7176 msgid "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:7183 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:7190 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:7199 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:7207 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:7214 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7223 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:7231 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:7237 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:7244 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:7254 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:7347 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7358 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:7365 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7436 #, python-format msgid "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7451 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7541 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7546 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7561 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:7636 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:7841 msgid "All settings and caches have been reset." msgstr "" #: ../raphodo/rapid.py:7849 msgid "Thumbnail Cache has been reset." msgstr "" #: ../raphodo/rapid.py:7855 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:80 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:87 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:626 msgid "subfolder and filename" msgstr "" #: ../raphodo/renameandmovefile.py:628 msgid "filename" msgstr "" #: ../raphodo/renameandmovefile.py:630 msgid "subfolder" msgstr "" #: ../raphodo/ui/renamepanel.py:327 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:328 msgid "Downloads today:" msgstr "" #: ../raphodo/ui/renamepanel.py:350 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:351 msgid "Stored number:" msgstr "" #: ../raphodo/ui/renamepanel.py:363 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:365 msgid "Day start:" msgstr "" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:375 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:379 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:384 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:395 msgid "Strip incompatible characters" msgstr "" #: ../raphodo/ui/renamepanel.py:400 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:404 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:484 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:488 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:492 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:273 #, python-format msgid "%(number)s %(filetypes)s" msgstr "" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:302 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:304 msgid "1 Video" msgstr "" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:314 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:316 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:830 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:851 msgid "Photo" msgstr "" #: ../raphodo/rpdfile.py:913 msgid "Video" msgstr "" #: ../raphodo/storage/storage.py:251 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:589 msgid "Pictures" msgstr "" #: ../raphodo/sudocommand.py:93 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:100 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:140 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:583 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:593 #, 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:605 ../raphodo/thumbnaildisplay.py:668 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:623 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:628 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:635 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:682 #, python-format msgid "

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

Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2254 msgid "Copy Path" msgstr "" #: ../raphodo/thumbnaildisplay.py:2260 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2265 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:215 msgid "B" msgstr "" #: ../raphodo/utilities.py:216 msgid "KB" msgstr "" #: ../raphodo/utilities.py:217 msgid "MB" msgstr "" #: ../raphodo/utilities.py:218 msgid "GB" msgstr "" #: ../raphodo/utilities.py:219 msgid "TB" msgstr "" #: ../raphodo/utilities.py:220 msgid "PB" msgstr "" #: ../raphodo/utilities.py:221 msgid "EB" msgstr "" #: ../raphodo/utilities.py:222 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:223 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:486 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:570 msgid "one" msgstr "" #: ../raphodo/utilities.py:571 msgid "two" msgstr "" #: ../raphodo/utilities.py:572 msgid "three" msgstr "" #: ../raphodo/utilities.py:573 msgid "four" msgstr "" #: ../raphodo/utilities.py:574 msgid "five" msgstr "" #: ../raphodo/utilities.py:575 msgid "six" msgstr "" #: ../raphodo/utilities.py:576 msgid "seven" msgstr "" #: ../raphodo/utilities.py:577 msgid "eight" msgstr "" #: ../raphodo/utilities.py:578 msgid "nine" msgstr "" #: ../raphodo/utilities.py:579 msgid "ten" msgstr "" #: ../raphodo/utilities.py:580 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:581 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:582 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:583 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:584 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:585 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:586 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:587 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:588 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:589 msgid "twenty" msgstr "" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&OK" msgstr "" #: ../raphodo/ui/viewutils.py:680 ../raphodo/ui/viewutils.py:700 msgid "&Save" msgstr "" #: ../raphodo/ui/viewutils.py:681 msgid "&Help" msgstr "" #: ../raphodo/ui/viewutils.py:682 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:683 ../raphodo/ui/viewutils.py:701 msgid "&Yes" msgstr "" #: ../raphodo/ui/viewutils.py:684 ../raphodo/ui/viewutils.py:702 msgid "&No" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:105 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:109 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:115 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:309 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:314 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:321 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:390 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:403 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:558 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:562 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:566 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:570 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:594 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:596 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:598 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:638 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:652 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1459 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1463 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1606 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1612 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;" "memory;card;" msgstr "" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "" #~ msgid "Paris" #~ msgstr "پاریس" #~ msgid "Manila" #~ msgstr "مانیل" #~ msgid "Berlin" #~ msgstr "برلین" #~ msgid "New York" #~ msgstr "نیویورک" #~ msgid "Prague" #~ msgstr "پراگ" #~ msgid "Wellington" #~ msgstr "ولینگتون" #~ msgid "Helsinki" #~ msgstr "هلسینکی" #~ msgid "Kampala" #~ msgstr "کامپلا" #~ msgid "Tehran" #~ msgstr "تهران" #~ msgid "Stockholm" #~ msgstr "استکهلم" #~ msgid "Rome" #~ msgstr "رم" #~ msgid "Moscow" #~ msgstr "مسکو" #~ msgid "Sydney" #~ msgstr "سیدنی" #~ msgid "Budapest" #~ msgstr "بوداپست" #~ msgid "Jakarta" #~ msgstr "جاکارتا" #~ msgid "Madrid" #~ msgstr "مادرید" #~ msgid "Delhi" #~ msgstr "دهلی" #~ msgid "Warsaw" #~ msgstr "ورشو" #~ msgid "Select a folder to download photos to" #~ msgstr "یک پوشه را برای دانلود عکس انتخاب نمایید" #~ msgid "Example: %s" #~ msgstr "مثال : %s" #~ msgid "externaldrive1" #~ msgstr "درایو خارجی 1" #~ msgid "externaldrive2" #~ msgstr "درایو خارجی 2" #~ msgid "Download cannot proceed" #~ msgstr "دانلود نمی تواند ادامه پیدا کند..." #~ msgid "scanning..." #~ msgstr "در حال پویش..." #~ msgid " " #~ msgstr " " ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/po/fi.po0000644000175000017500000046304100000000000016533 0ustar00damondamon# Finnish translation for rapid # Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2009. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2022-03-02 13:05+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: 2022-03-05 16:16+0000\n" "X-Generator: Launchpad (build 61f4697954ab70d633d14d8ceecff69a20b08a6b)\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:406 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:642 ../install.py:4330 msgid "Installer not found:" msgstr "Asentajaa ei löytynyt:" #. Translators: do not translate the term tar.gz #: ../install.py:646 ../install.py:4334 msgid "Installer not in tar.gz format:" msgstr "" #: ../install.py:728 ../install.py:757 ../install.py:4210 ../install.py:4215 msgid "Exiting..." msgstr "Poistutaan..." #: ../install.py:979 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:1065 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:1357 ../install.py:4290 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:1467 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" #: ../install.py:1610 msgid "The following command will be run:" msgstr "Seuraavan komennon suorittaminen:" #. Translators: do not translate the term sudo #: ../install.py:1614 ../install.py:3834 ../install.py:3841 msgid "sudo may prompt you for the sudo password." msgstr "" #: ../install.py:1618 msgid "Would you like to run the command now?" msgstr "Haluatko suorittaa komennon nyt?" #: ../install.py:1620 msgid "Answer is not yes, exiting." msgstr "Vastaus ei ole kyllä, poistutaan." #: ../install.py:1631 ../install.py:2259 ../install.py:2318 ../install.py:2793 msgid "Command failed" msgstr "Komento epäonnistui" #: ../install.py:1633 ../install.py:2260 ../install.py:2319 ../install.py:2794 msgid "Exiting" msgstr "Poistutaan" #: ../install.py:1661 msgid "The Universe repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1701 msgid "The EPEL repository must be enabled." msgstr "" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1749 msgid "The RPM Fusion Free repository must be enabled." msgstr "" #: ../install.py:1790 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "Haluatko poistaa vanhemman version Nopeasta kuvien latajasta?" #: ../install.py:2237 ../install.py:2267 ../install.py:2299 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" #: ../install.py:2252 msgid "Uninstalling system package" msgstr "Poistetaan järjestelmäpakettia" #: ../install.py:2277 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:2324 msgid "Checking if previous version installed with pip..." msgstr "Tarkistetaan onko aikaisempaa versiota asennettu pip:llä..." #: ../install.py:2477 ../install.py:2534 ../install.py:2650 msgid "The following package is unknown on your system: {}\n" msgstr "Seuraavaa pakettia ei tunnistettu koneeltasi: {}\n" #: ../install.py:2548 ../install.py:2706 ../install.py:2803 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" "Jatkaaksesi, muutamia paketteja on suoritettava ohjelman asennuksessa." #: ../install.py:2642 ../install.py:2663 msgid "Querying installed and available packages (this may take a while)" msgstr "" #: ../install.py:2785 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" #: ../install.py:2852 msgid "Query to confirm action at each step." msgstr "Kysy vahvistaakseen jokainen vaihe." #: ../install.py:2862 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:2873 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2923 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:2931 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:2937 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2942 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2950 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "Riippuvuudet poistetaan, jos niitä ei vaadita ohjelmaan." #: ../install.py:2958 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:2982 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:3000 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:3011 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:3048 msgid "Failed to download versions file." msgstr "Epäonnistui lataamaan tiedoston versiota." #: ../install.py:3053 msgid "Got error code {} while accessing versions file" msgstr "Ilmeni virhekoodi {} hakiessa versiotiedostoa" #: ../install.py:3170 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:3324 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:3330 msgid "Received error code" msgstr "Vastaanotettu virhekoodi" #: ../install.py:3332 msgid "Failed to install application requirements: exiting." msgstr "Epäonnistui asentamaan ohjelman riippuvuudet: poistutaan." #: ../install.py:3334 msgid "Failed to install application: exiting..." msgstr "Epäonnistui asentamaan ohjelmaa: poistutaan.." #: ../install.py:3658 msgid "Installing application requirements..." msgstr "Asennetaan ohjelman riippuvuudet.." #: ../install.py:3693 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #: ../install.py:3710 msgid "Installing application..." msgstr "Asennetaan ohjelmaa.." #: ../install.py:3797 msgid "Do you want Rapid Photo Downloader to appear in the Windows menu?" msgstr "" #: ../install.py:3803 msgid "Adding Rapid Photo Downloader to the Windows menu" msgstr "" #: ../install.py:3813 msgid "Failed to copy application launcher." msgstr "" #: ../install.py:3824 msgid "Man pages can be found in {}/share/man/man1" msgstr "Ohjesivut löytyy {}/share/man/man1" #: ../install.py:3829 msgid "Do you want to install the application's man pages?" msgstr "Haluatko asentaa ohjelman käyttöohjesivut?" #: ../install.py:3830 msgid "They will be installed into {}" msgstr "Ne asennetaan kohteeseen: {}" #: ../install.py:3832 ../install.py:3839 msgid "If you uninstall the application, remove these manpages yourself." msgstr "Jos poistat ohjelman, poista nämä käyttöohjesivut itse." #: ../install.py:3835 msgid "Do want to install the man pages?" msgstr "Haluatko asentaa käyttöohjesivut?" #: ../install.py:3837 msgid "Installing man pages into {}" msgstr "Asennetaan käyttöohjesivuja {}" #: ../install.py:3855 msgid "Failed to create man page directory: exiting." msgstr "Epäonnistui luomaan käyttöohjesivujen kansiota: poistutaan." #: ../install.py:3876 msgid "Failed to copy man page." msgstr "Epäonnistui kopioimaan käyttöohjesivuja." #: ../install.py:3915 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:3928 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:3934 msgid "" "You may have to restart WSL to be able to run the program from the command " "line." msgstr "" #: ../install.py:3944 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line." msgstr "" #: ../install.py:3949 #, 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:3971 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:3973 msgid "Done." msgstr "" #: ../install.py:3987 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:4043 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #. Translators: do not translate the terms --PyQt5-version or --use-system-PyQt5 #: ../install.py:4055 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:4067 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:4081 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:4097 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:4111 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:4124 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:4134 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:4139 ../install.py:4153 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:4172 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:4180 msgid "Restarting script using system python..." msgstr "Uudelleenkäynnistetään ohjelmistoa käyttämällä python järjestelmää.." #: ../install.py:4193 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:4231 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:4263 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:4275 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:4324 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:647 ../raphodo/ui/viewutils.py:679 #: ../raphodo/ui/viewutils.py:699 msgid "&Cancel" msgstr "&Peruuta" #: ../upgrade.py:651 msgid "&Upgrade" msgstr "&Päivitä" #: ../upgrade.py:656 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "Klikkaa päivitä nappia päivittääksesi version %s." #: ../upgrade.py:659 msgid "Click the Upgrade button to start the upgrade." msgstr "Klikkaa päivitä nappia päivittääksesi." #: ../upgrade.py:662 ../upgrade.py:668 ../raphodo/ui/viewutils.py:678 #: ../raphodo/ui/viewutils.py:698 msgid "&Close" msgstr "&Sulje" #: ../upgrade.py:663 msgid "&Run" msgstr "&Suorita" #: ../upgrade.py:693 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "Sulje Nopea kuvien lataaja ennen päivittämistä." #: ../upgrade.py:696 msgid "Upgrade running..." msgstr "Päivitetään.." #: ../upgrade.py:732 #, 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:737 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:741 msgid "Upgrade failed. Click Close to exit." msgstr "Päivitys epäonnistui. Klikkaa sulje poistuaksesi." #: ../upgrade.py:11330 #, python-format msgid "Upgrading %s..." msgstr "Päivitetään %s..." #: ../upgrade.py:11332 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:11345 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:11347 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/ui/aboutdialog.py:334 msgid "Credits" msgstr "" #: ../raphodo/ui/aboutdialog.py:339 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:280 msgid "Backups are not configured" msgstr "" #: ../raphodo/ui/backuppanel.py:282 msgid "No backup devices detected" msgstr "Varmuuskopiolaitetta ei löytynyt" #: ../raphodo/ui/backuppanel.py:285 msgid "Valid backup locations not yet specified" msgstr "" #: ../raphodo/ui/backuppanel.py:465 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Voit varmuuskopioida kuvat ja videot useaan sijaintiin ladattaessa, " "esimerkiksi ulkoisiin kiintolevyihin." #: ../raphodo/ui/backuppanel.py:473 msgid "Back up photos and videos when downloading" msgstr "Varmuuskopioi kuvat ja videot ladattaessa" #: ../raphodo/ui/backuppanel.py:479 msgid "Automatically detect backup devices" msgstr "Tunnista automaattisesti varmuuskopiolaitteet" #: ../raphodo/ui/backuppanel.py:485 msgid "" "Specify the folder in which backups are stored on the " "device.

Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" #: ../raphodo/ui/backuppanel.py:500 msgid "Photo folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:505 msgid "Video folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:510 ../raphodo/ui/nameeditor.py:1000 #: ../raphodo/ui/renamepanel.py:141 msgid "Example:" msgstr "" #: ../raphodo/ui/backuppanel.py:521 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:532 msgid "Photo backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:542 msgid "Select Photo Backup Location" msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:554 msgid "Video backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:560 msgid "Select Video Backup Location" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:676 msgid "drive1" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:679 msgid "drive2" msgstr "" #: ../raphodo/ui/backuppanel.py:746 msgid "Projected Backup Storage Use" msgstr "Ennustettu varmuuskopion muistikäyttö" #: ../raphodo/ui/backuppanel.py:751 msgid "Backup Options" msgstr "" #: ../raphodo/copyfiles.py:610 msgid "video THM" msgstr "" #: ../raphodo/copyfiles.py:620 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:104 ../raphodo/ui/devicedisplay.py:1408 #: ../raphodo/rpdfile.py:310 #, 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:112 ../raphodo/ui/devicedisplay.py:1414 #: ../raphodo/rpdfile.py:298 #, python-format msgid "%(no_videos)s Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:123 msgid "Used" msgstr "" #: ../raphodo/ui/destinationdisplay.py:124 msgid "Excess" msgstr "" #: ../raphodo/ui/destinationdisplay.py:133 ../raphodo/ui/devicedisplay.py:1440 msgid "Device size unknown" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:146 #, python-format msgid "No space free on %(size_total)s device" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:156 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/ui/destinationdisplay.py:230 ../raphodo/ui/destinationpanel.py:74 #: ../raphodo/ui/devicedisplay.py:625 ../raphodo/rapid.py:2641 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:960 msgid "Photos" msgstr "" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:231 ../raphodo/ui/destinationpanel.py:78 #: ../raphodo/ui/devicedisplay.py:626 ../raphodo/rapid.py:2642 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:988 #: ../raphodo/storage/storage.py:602 msgid "Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:232 msgid "Projected storage use after download" msgstr "Ennustettu muistin käyttö lataamisen jälkeen" #. Translators: Custom refers to the user choosing a non-default value that #. they customize themselves #: ../raphodo/ui/destinationdisplay.py:355 ../raphodo/ui/nameeditor.py:587 msgid "Custom..." msgstr "" #: ../raphodo/ui/destinationdisplay.py:774 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/ui/destinationdisplay.py:776 msgid "Configure video subfolder creation" msgstr "" #: ../raphodo/ui/destinationpanel.py:90 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:113 ../raphodo/ui/destinationpanel.py:125 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1294 msgid "Probing device..." msgstr "" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Temporarily ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1313 msgid "Permanently ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1316 msgid "Rescan" msgstr "" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1437 #, python-format msgid "%s full" msgstr "" #: ../raphodo/ui/devicedisplay.py:1457 msgid "Other" msgstr "" #: ../raphodo/devices.py:603 ../raphodo/devices.py:604 msgid "Cameras" msgstr "" #: ../raphodo/devices.py:605 ../raphodo/devices.py:1256 #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 ../raphodo/rapid.py:2490 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:1006 #, 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:1073 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1229 ../raphodo/rapid.py:2213 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:1280 ../raphodo/devices.py:1300 #, 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:1318 #, 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:1326 #, python-format msgid "%(no_devices)s Devices" msgstr "" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1652 #, python-format msgid "%s + %s" msgstr "" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "\n" "In case of any problems, a red icon will appear at the bottom of the window " "indicating \n" "how many error reports there are. Clicking on it opens the Error Report " "window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 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." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "\n" "

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

\n" "

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

" msgstr "" #: ../raphodo/ui/didyouknow.py:133 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:140 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:147 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:154 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 \n" "metadata (where 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 \n" "raw images, for instance.
  8. \n" "
  9. File Type: photo or video.
  10. \n" "
  11. Device: name of the device the photos and videos are being " "downloaded \n" "from.
  12. \n" "
" msgstr "" #: ../raphodo/ui/didyouknow.py:172 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" #: ../raphodo/ui/didyouknow.py:178 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:185 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 \n" "illustration below, the destination folders are "Pictures" and \n" ""Videos". The name of the destination folder is displayed in the " "grey bar \n" "directly above the folder tree, with a folder icon to its left and a gear " "icon to \n" "its far right.
  2. \n" "
  3. The download subfolders, which are directories that will be " "automatically \n" "generated by Rapid Photo Downloader. They need not already exist on your " "computer, but \n" "it's okay if they do. They will be generated under the destination " "folder.
  4. \n" "
" msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a \n" "different destination folder for each. The same applies to the download " "subfolders for \n" "photos and videos—download photos and videos to the same subfolders, " "or use a \n" "different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:211 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:220 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to \n" "download:\n" "
    \n" "
  1. The destination folder tree shows the download subfolders already on " "your computer \n" "(those in a regular, non-italicized font), and the subfolders that will be " "created \n" "during the download (those whose names are italicized).
  2. \n" "
  3. The folder tree also shows into which subfolders the files will be " "downloaded \n" "(those colored black).
  4. \n" "
" msgstr "" #: ../raphodo/ui/didyouknow.py:235 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following \n" "elements:\n" "
    \n" "
  1. File metadata, very often including the date the photo or video " "was created, \n" "but might also include the camera model name, camera serial number, or file " "extension \n" "e.g. JPG or CR2.
  2. \n" "
  3. A Job Code, which is free text you specify at the time the " "download occurs, \n" "such as the 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 \n" "format makes it easy to keep them sorted in a file manager, which is why " "it's the \n" "default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:254 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 \n" "preset. Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:261 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to \n" "configure your own scheme. You create your own schemes using the Photo or " "Video \n" "Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:270 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:276 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:282 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 \n" "and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:291 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 \n" "choices to generate new combinations. Supposing you wanted a date format " "that combines \n" "year (YYYY), a hyphen, and month (MM) to form YYYY-MM. You can create it " "like this \n" "(note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:300 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names \n" "in the \n" "online " "\n" "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:309 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. \n" "You can use them in subfolder and file names. In this illustration, some " "files have had \n" "the Job Code "Street" applied to them, and the selected files are " "about to \n" "get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:317 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 \n" "prompted to enter a Job Code for them before the download begins." msgstr "" #: ../raphodo/ui/didyouknow.py:324 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:327 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:333 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!" msgstr "" #: ../raphodo/ui/didyouknow.py:340 msgid "" "\n" "

Four types of sequence values are available to help you assign unique " "names to your \n" "photos and 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 \n" "last time the 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 \n" "documentation.

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

The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature \n" "on your 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 \n" "are detected, the same sequence numbers will be applied to both photo names. " "F\n" "urthermore, sequences will be updated as if the photos were one.

\n" "

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

\n" msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are \n" "downloaded, such as external hard drives or network shares. Backup devices " "can be \n" "automatically detected, or exact backup locations specified." msgstr "" #: ../raphodo/ui/didyouknow.py:385 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:391 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including \n" "download sources, destinations, and backups. Additionally, settings can be " "reset to \n" "their default state, and caches and remembered files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:396 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:401 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 \n" "your cameras, memory cards, and other devices.
  2. \n" "
  3. A temporary cache of files downloaded from a camera, one for " "photos and \n" "another for videos. They are located in temporary subfolders in the download " "\n" "destination.
  4. \n" "
  5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores \n" "thumbnails of RAW and TIFF photos once they have been downloaded. File " "browsers like \n" "Gnome Files use this cache as well, meaning they too will display thumbnails " "for those \n" "files. \n" "
  6. \n" "
\n" "Read more about these caches and their effect on download performance in the " "online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:459 msgid "Tip of the Day" msgstr "" #: ../raphodo/ui/didyouknow.py:467 msgid "Did you know...?" msgstr "" #: ../raphodo/ui/didyouknow.py:498 msgid "Show tips on startup" msgstr "" #: ../raphodo/ui/didyouknow.py:502 msgid "&Next" msgstr "" #: ../raphodo/ui/didyouknow.py:503 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:454 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:584 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:643 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:645 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:650 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:652 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:657 ../raphodo/downloadtracker.py:839 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:659 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:664 ../raphodo/downloadtracker.py:869 #: ../raphodo/downloadtracker.py:877 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:666 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:845 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:847 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:850 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:852 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:884 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:886 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:889 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:891 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:918 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:920 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:923 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:925 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:80 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:150 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:187 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:206 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:211 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:213 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:214 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:215 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:216 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:217 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:218 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:229 ../raphodo/errorlog.py:371 #, 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:234 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:256 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:357 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:516 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:567 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:50 #, python-brace-format msgid "" "Please report the problem at {website}.

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

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

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

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

Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:88 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:182 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:186 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:189 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:216 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:218 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:173 ../raphodo/thumbnaildisplay.py:2254 msgid "Open in File Browser..." msgstr "" #. type: Optional[QModelIndex] #: ../raphodo/ui/filebrowse.py:179 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:183 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:140 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:181 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:272 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:206 msgid "Date time" msgstr "Ajankohta" #: ../raphodo/generatenameconfig.py:207 msgid "Text" msgstr "Teksti" #: ../raphodo/generatenameconfig.py:208 ../raphodo/rapid.py:2608 msgid "Filename" msgstr "Tiedostonimi" #: ../raphodo/generatenameconfig.py:209 #: ../raphodo/prefs/preferencedialog.py:994 msgid "Metadata" msgstr "Metatieto" #: ../raphodo/generatenameconfig.py:210 msgid "Sequences" msgstr "Numeroinnit" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:213 msgid "Job code" msgstr "Työkoodi" #: ../raphodo/generatenameconfig.py:214 msgid "Image date" msgstr "Kuvan päivämäärä" #: ../raphodo/generatenameconfig.py:215 msgid "Video date" msgstr "Videon päivämäärä" #: ../raphodo/generatenameconfig.py:216 msgid "Today" msgstr "Tänään" #: ../raphodo/generatenameconfig.py:217 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:220 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:223 msgid "Name" msgstr "Nimi" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 ../raphodo/rapid.py:2609 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:229 msgid "Image number" msgstr "Kuvan numero" #: ../raphodo/generatenameconfig.py:230 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:233 msgid "Aperture" msgstr "Aukko" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "ISO" msgstr "Herkkyys" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 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:242 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:245 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:248 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:251 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:254 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:257 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:260 msgid "Shutter count" msgstr "Suljinlaskuri" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:262 msgid "File number" msgstr "" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:264 msgid "Folder only" msgstr "" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:266 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:269 msgid "Owner name" msgstr "Omistajan nimi" #: ../raphodo/generatenameconfig.py:270 msgid "Codec" msgstr "Koodekki" #: ../raphodo/generatenameconfig.py:271 msgid "Width" msgstr "Leveys" #: ../raphodo/generatenameconfig.py:272 msgid "Height" msgstr "Korkeus" #: ../raphodo/generatenameconfig.py:273 msgid "Length" msgstr "Pituus" #: ../raphodo/generatenameconfig.py:274 msgid "Frames Per Second" msgstr "Kuvataajuus" #: ../raphodo/generatenameconfig.py:275 msgid "Artist" msgstr "" #: ../raphodo/generatenameconfig.py:276 msgid "Copyright" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:279 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:282 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:285 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:288 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:291 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:294 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:297 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:300 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:303 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:306 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:309 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:312 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:315 msgid "lowercase" msgstr "pienet kirjaimet" #: ../raphodo/generatenameconfig.py:316 msgid "One digit" msgstr "Yksi numero" #: ../raphodo/generatenameconfig.py:317 msgid "Two digits" msgstr "Kaksi numeroa" #: ../raphodo/generatenameconfig.py:318 msgid "Three digits" msgstr "Kolme numeroa" #: ../raphodo/generatenameconfig.py:319 msgid "Four digits" msgstr "Neljä numeroa" #: ../raphodo/generatenameconfig.py:320 msgid "Five digits" msgstr "Viisi numeroa" #: ../raphodo/generatenameconfig.py:321 msgid "Six digits" msgstr "Kuusi numeroa" #: ../raphodo/generatenameconfig.py:322 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:325 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:328 ../raphodo/generatenameconfig.py:415 msgid "YYYYMMDD" msgstr "VVVVKKPP" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:416 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:334 ../raphodo/generatenameconfig.py:417 msgid "YYYY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 msgid "YYMMDD" msgstr "VVKKPP" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 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:343 msgid "YY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "MMDDYYYY" msgstr "KKPPVVVV" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYY" msgstr "KKPPVV" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDD" msgstr "KKPP" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "DDMMYYYY" msgstr "PPKKVVVV" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYY" msgstr "PPKKVV" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 ../raphodo/generatenameconfig.py:415 #: ../raphodo/generatenameconfig.py:416 ../raphodo/generatenameconfig.py:417 #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:419 msgid "YYYY" msgstr "VVVV" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 msgid "YY" msgstr "VV" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "MM" msgstr "KK" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "DD" msgstr "PP" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "Month (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "HHMMSS" msgstr "hhmmss" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMM" msgstr "hhmm" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 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:394 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:397 msgid "HH" msgstr "TT" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 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:403 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:415 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:416 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:417 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:512 #: ../raphodo/generatenameconfig.py:699 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:418 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:419 ../raphodo/jobcodepanel.py:279 #: ../raphodo/ui/nameeditor.py:926 ../raphodo/rapid.py:2261 #: ../raphodo/ui/renamepanel.py:93 ../raphodo/ui/renamepanel.py:275 msgid "Job Code" msgstr "Työkoodi" #: ../raphodo/generatenameconfig.py:507 ../raphodo/generatenameconfig.py:694 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:510 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:510 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:699 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:700 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:700 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/jobcodepanel.py:90 msgid "Enter a new Job Code, or select a previous one" msgstr "Syötä työkoodi tai valitse edellisistä" #: ../raphodo/jobcodepanel.py:98 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:108 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:121 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:123 msgid "Enter a new Job Code" msgstr "Syötä uusi työkoodi" #: ../raphodo/jobcodepanel.py:131 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/jobcodepanel.py:144 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:148 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:186 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:190 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:251 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:255 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:259 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:264 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:269 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:278 msgid "Last Used" msgstr "" #: ../raphodo/jobcodepanel.py:283 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:286 ../raphodo/rapid.py:2616 msgid "Ascending" msgstr "" #: ../raphodo/jobcodepanel.py:287 ../raphodo/rapid.py:2617 msgid "Descending" msgstr "" #: ../raphodo/jobcodepanel.py:297 msgid "&New..." msgstr "" #: ../raphodo/jobcodepanel.py:301 msgid "&Apply" msgstr "" #: ../raphodo/jobcodepanel.py:305 msgid "&Remove" msgstr "" #: ../raphodo/jobcodepanel.py:309 ../raphodo/prefs/preferencedialog.py:288 #: ../raphodo/prefs/preferencedialog.py:324 #: ../raphodo/prefs/preferencedialog.py:781 msgid "Remove All" msgstr "" #: ../raphodo/jobcodepanel.py:512 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:515 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:578 msgid "Job Codes" msgstr "Työkoodit" #: ../raphodo/ui/messagewidget.py:67 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:478 ../raphodo/ui/nameeditor.py:498 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:583 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:584 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:630 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:647 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:650 ../raphodo/ui/nameeditor.py:1558 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:743 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:751 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:884 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:892 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:900 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:907 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:936 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:954 #, python-format msgid "The character
%(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:964 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:972 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:999 ../raphodo/ui/renamepanel.py:139 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1082 ../raphodo/ui/nameeditor.py:1105 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1134 ../raphodo/prefs/preferencedialog.py:1083 #: ../raphodo/wsl.py:648 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1161 msgid "Insert" msgstr "" #: ../raphodo/ui/nameeditor.py:1523 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1527 msgid "" "Do you want to save the changes in a new custom " "preset?

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

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

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

The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1562 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:326 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:327 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:328 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:331 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:334 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:336 #, 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:366 ../raphodo/newversion.py:385 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:388 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:412 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:531 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:553 msgid "Downloading..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:134 msgid "Preferences" msgstr "" #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 msgid "Automation" msgstr "Automatisointi" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Thumbnails" msgstr "" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:160 #: ../raphodo/prefs/preferencedialog.py:183 #: ../raphodo/prefs/preferencedialog.py:585 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:184 #: ../raphodo/prefs/preferencedialog.py:649 msgid "Error Handling" msgstr "Virheenkäsittely" #: ../raphodo/prefs/preferencedialog.py:162 #: ../raphodo/prefs/preferencedialog.py:185 msgid "Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:163 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:164 #: ../raphodo/prefs/preferencedialog.py:186 msgid "Miscellaneous" msgstr "" #: ../raphodo/prefs/preferencedialog.py:221 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:225 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:231 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:233 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:240 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:244 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 #: ../raphodo/prefs/preferencedialog.py:310 msgid "Add..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:252 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 #: ../raphodo/prefs/preferencedialog.py:286 #: ../raphodo/prefs/preferencedialog.py:317 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove" msgstr "" #: ../raphodo/prefs/preferencedialog.py:259 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:278 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:279 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:283 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:290 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:304 msgid "Ignored Paths" msgstr "" #: ../raphodo/prefs/preferencedialog.py:306 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:313 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:320 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:327 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as well. #: ../raphodo/prefs/preferencedialog.py:338 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:345 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:387 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:400 #: ../raphodo/prefs/preferencedialog.py:505 #: ../raphodo/prefs/preferencedialog.py:553 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:408 #: ../raphodo/prefs/preferencedialog.py:575 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:416 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:417 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place the #. carriage return where you think it makes sense so that the tool tip does not #. stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:422 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading at program startup" msgstr "Aloita lataus kun ohjelma käynnistetään" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Start downloading upon device insertion" msgstr "Aloita lataaminen kun laite kiinnitetään" #: ../raphodo/prefs/preferencedialog.py:430 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program when download completes" msgstr "" #: ../raphodo/prefs/preferencedialog.py:433 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/prefs/preferencedialog.py:465 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:470 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:473 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:477 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:480 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:489 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:490 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:530 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:536 msgid "days" msgstr "" #: ../raphodo/prefs/preferencedialog.py:537 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:550 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:559 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:562 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:588 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:598 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:601 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:615 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:629 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Skip download" msgstr "Ohita lataus" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:656 msgid "Add unique identifier" msgstr "Lisää yksilöllinen tunniste" #: ../raphodo/prefs/preferencedialog.py:659 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Overwrite" msgstr "Ylikirjoita" #: ../raphodo/prefs/preferencedialog.py:668 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Skip" msgstr "Ohita" #: ../raphodo/prefs/preferencedialog.py:671 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:678 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:690 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:701 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:722 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:723 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:727 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:730 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:736 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:740 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:743 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:749 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:755 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:760 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:765 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:771 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:776 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:783 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:821 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:824 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:827 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:834 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:837 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:842 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:854 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:855 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:862 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:868 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:874 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:880 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:886 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:906 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:911 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:916 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:921 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:968 msgid "Version Check" msgstr "" #: ../raphodo/prefs/preferencedialog.py:969 msgid "Check for new version at startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:972 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/prefs/preferencedialog.py:976 msgid "Include development releases" msgstr "" #: ../raphodo/prefs/preferencedialog.py:978 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/prefs/preferencedialog.py:996 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:999 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1006 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1008 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1034 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1140 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1423 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1585 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1590 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1605 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1610 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1929 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1931 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1933 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1947 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1949 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1951 msgid "Path:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1965 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1966 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1967 ../raphodo/ui/renamepanel.py:140 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1982 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1987 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1996 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:736 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Alikansioiiden asetusten ei tulisi alkaa %s" #: ../raphodo/prefs/preferences.py:740 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Alikansioiden asetusten ei tulisi loppua %s" #: ../raphodo/prefs/preferences.py:747 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "Alikansioiden asetusten ei tulisi sisältää kahta vierekkäistä %s" #: ../raphodo/ui/primarybutton.py:124 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 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:249 ../raphodo/proximity.py:278 #: ../raphodo/proximity.py:313 ../raphodo/proximity.py:319 #, 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:267 #, 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:288 ../raphodo/proximity.py:294 #: ../raphodo/proximity.py:1123 ../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:303 ../raphodo/proximity.py:307 #: ../raphodo/proximity.py:1130 ../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:328 #, 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:339 #, 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:473 #, 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:1135 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1893 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:1952 #, 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:1956 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:1962 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2101 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:2106 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2109 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2110 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2112 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:2568 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:473 ../raphodo/rapid.py:871 ../raphodo/rapid.py:4657 #: ../raphodo/rapid.py:4880 ../raphodo/rapid.py:4899 ../raphodo/rapid.py:4922 #: ../raphodo/rapid.py:4929 ../raphodo/rapid.py:5606 ../raphodo/rapid.py:6229 #: ../raphodo/rapid.py:7449 ../raphodo/ui/rememberthisdialog.py:112 #: ../raphodo/ui/viewutils.py:743 #: ../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:1156 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:1167 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1176 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:1188 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1367 #, python-format msgid "" "Cannot download from Apple devices

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

Missing applications: " "%(applications)s

Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1766 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1769 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1778 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1782 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1786 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1804 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1806 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1824 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1827 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1873 msgid "" "\n" "

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

\n" "

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

" msgstr "" #: ../raphodo/rapid.py:1883 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1894 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1897 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1898 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1901 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in the future #: ../raphodo/rapid.py:1906 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:2110 ../raphodo/rapid.py:2914 msgid "Download" msgstr "" #: ../raphodo/rapid.py:2114 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:2118 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:2122 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:2128 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:2132 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:2137 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:2140 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:2144 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:2147 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:2150 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:2153 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:2158 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:2161 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:2250 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:2258 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:2260 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:2262 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2486 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2505 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2508 msgid "This Computer" msgstr "Tämä tietokone" #: ../raphodo/rapid.py:2522 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2600 msgid "All" msgstr "" #: ../raphodo/rapid.py:2601 msgid "New" msgstr "" #: ../raphodo/rapid.py:2603 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2606 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2607 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2610 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2611 msgid "Device" msgstr "Laite" #: ../raphodo/rapid.py:2613 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2629 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:2894 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2910 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2912 msgid "Pause" msgstr "" #: ../raphodo/rapid.py:3049 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:3150 #, 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:3244 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:3258 #, 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:3346 msgid "" "\n" "Downloading all files

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

\n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3511 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" #: ../raphodo/rapid.py:3514 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" #: ../raphodo/rapid.py:3517 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3518 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3536 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:3547 ../raphodo/rapid.py:3561 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3549 ../raphodo/rpdfile.py:179 msgid "photos" msgstr "kuvat" #: ../raphodo/rapid.py:3563 ../raphodo/rpdfile.py:174 msgid "videos" msgstr "videot" #: ../raphodo/rapid.py:3573 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:3589 ../raphodo/rapid.py:3605 #, 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:3592 ../raphodo/rpdfile.py:181 ../raphodo/rpdfile.py:850 msgid "photo" msgstr "kuva" #: ../raphodo/rapid.py:3608 ../raphodo/rpdfile.py:176 ../raphodo/rpdfile.py:912 msgid "video" msgstr "video" #: ../raphodo/rapid.py:3616 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:4447 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4527 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s ladattu" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4537 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s ei voitu ladata" #: ../raphodo/rapid.py:4543 ../raphodo/rapid.py:4650 msgid "warnings" msgstr "varoitukset" #: ../raphodo/rapid.py:4578 msgid "All downloads complete" msgstr "Kaikki lataukset valmiita" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4588 ../raphodo/rapid.py:4603 ../raphodo/rapid.py:4619 #: ../raphodo/rapid.py:4634 ../raphodo/rapid.py:4649 #, 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:4593 ../raphodo/rapid.py:4624 #, 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:4608 ../raphodo/rapid.py:4639 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s lataus ei onnistunut" #: ../raphodo/rapid.py:4675 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4677 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4682 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4684 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4709 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4716 #, 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:4725 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4727 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4767 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4886 #, 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:4905 #, 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:4925 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4936 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4937 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:5029 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:5032 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:5036 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:5041 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5578 #, 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:5613 #, 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:5775 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5777 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5779 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5781 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5782 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5783 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5867 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:6212 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6216 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:6222 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6226 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6645 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6649 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:6705 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6712 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6726 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6738 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:7035 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:7042 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7048 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7055 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:7061 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:7067 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:7075 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:7083 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:7088 ../raphodo/rapid.py:7095 ../raphodo/rapid.py:7102 #: ../raphodo/rapid.py:7146 ../raphodo/rapid.py:7156 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:7090 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:7097 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7104 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7111 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:7117 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:7122 ../raphodo/rapid.py:7134 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:7125 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:7137 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:7149 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7159 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7167 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:7177 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:7184 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:7191 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:7200 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:7208 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:7215 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7224 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:7232 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:7238 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:7245 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:7255 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:7348 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7359 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:7366 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7437 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7452 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7542 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7547 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7562 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:7637 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:7842 msgid "All settings and caches have been reset." msgstr "Kaikki asetukset ja määritykset tyhjennetty." #: ../raphodo/rapid.py:7850 msgid "Thumbnail Cache has been reset." msgstr "Kaikki asetukset ja määritykset tyhjennetty." #: ../raphodo/rapid.py:7856 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:80 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:87 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:626 msgid "subfolder and filename" msgstr "alikansio ja tiedstonimi" #: ../raphodo/renameandmovefile.py:628 msgid "filename" msgstr "tiedostonimi" #: ../raphodo/renameandmovefile.py:630 msgid "subfolder" msgstr "alikansio" #: ../raphodo/ui/renamepanel.py:327 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:328 msgid "Downloads today:" msgstr "Latauksia tänään:" #: ../raphodo/ui/renamepanel.py:350 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:351 msgid "Stored number:" msgstr "Tallennettu numero:" #: ../raphodo/ui/renamepanel.py:363 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:365 msgid "Day start:" msgstr "Päivän alku:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:375 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:379 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:384 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:395 msgid "Strip incompatible characters" msgstr "Poista yhteensopimattomat merkit" #: ../raphodo/ui/renamepanel.py:400 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:404 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:484 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:488 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:492 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "kuvat ja videot" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "kuvat ja videot" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:273 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:302 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:304 msgid "1 Video" msgstr "" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:314 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:316 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:830 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:851 msgid "Photo" msgstr "Kuva" #: ../raphodo/rpdfile.py:913 msgid "Video" msgstr "Video" #: ../raphodo/storage/storage.py:251 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:589 msgid "Pictures" msgstr "" #: ../raphodo/sudocommand.py:93 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:100 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:140 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:583 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:593 #, 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:605 ../raphodo/thumbnaildisplay.py:668 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:623 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:628 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:635 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:682 #, python-format msgid "

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

Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2257 msgid "Copy Path" msgstr "" #: ../raphodo/thumbnaildisplay.py:2263 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2268 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:215 msgid "B" msgstr "" #: ../raphodo/utilities.py:216 msgid "KB" msgstr "" #: ../raphodo/utilities.py:217 msgid "MB" msgstr "" #: ../raphodo/utilities.py:218 msgid "GB" msgstr "" #: ../raphodo/utilities.py:219 msgid "TB" msgstr "" #: ../raphodo/utilities.py:220 msgid "PB" msgstr "" #: ../raphodo/utilities.py:221 msgid "EB" msgstr "" #: ../raphodo/utilities.py:222 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:223 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:486 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:570 msgid "one" msgstr "" #: ../raphodo/utilities.py:571 msgid "two" msgstr "" #: ../raphodo/utilities.py:572 msgid "three" msgstr "" #: ../raphodo/utilities.py:573 msgid "four" msgstr "" #: ../raphodo/utilities.py:574 msgid "five" msgstr "" #: ../raphodo/utilities.py:575 msgid "six" msgstr "" #: ../raphodo/utilities.py:576 msgid "seven" msgstr "" #: ../raphodo/utilities.py:577 msgid "eight" msgstr "" #: ../raphodo/utilities.py:578 msgid "nine" msgstr "" #: ../raphodo/utilities.py:579 msgid "ten" msgstr "" #: ../raphodo/utilities.py:580 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:581 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:582 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:583 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:584 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:585 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:586 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:587 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:588 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:589 msgid "twenty" msgstr "" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&OK" msgstr "" #: ../raphodo/ui/viewutils.py:680 ../raphodo/ui/viewutils.py:700 msgid "&Save" msgstr "" #: ../raphodo/ui/viewutils.py:681 msgid "&Help" msgstr "" #: ../raphodo/ui/viewutils.py:682 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:683 ../raphodo/ui/viewutils.py:701 msgid "&Yes" msgstr "" #: ../raphodo/ui/viewutils.py:684 ../raphodo/ui/viewutils.py:702 msgid "&No" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:105 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:109 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:115 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:309 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:314 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:321 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:390 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:403 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:558 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:562 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:566 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:570 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:594 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:596 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:598 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:638 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:652 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1459 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1463 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1606 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1612 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" "kuva;lataa;valokuvaus;tuo;video;RAW;kamera;puhelin;syöttämä;varmuuskopio;muis" "ti;kortti;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "Lataa kuvat ja videot Kuvien nopealla lataajalla" #~ msgid "scanning..." #~ msgstr "etsii..." #, python-format #~ msgid "Example: %s" #~ msgstr "Esimerkki: %s" #~ msgid "externaldrive1" #~ msgstr "ulkoinenasema1" #~ msgid "externaldrive2" #~ msgstr "ulkoinenasema2" #~ msgid "Backing up error" #~ msgstr "Varmuuskopiointi virhe" #~ msgid "Download cannot proceed" #~ msgstr "Latausta ei voida jatkaa" #~ msgid "Size" #~ msgstr "Koko" #~ msgid "Download Progress" #~ msgstr "Latauksen edistyminen" #~ msgid "and" #~ msgstr "ja" #~ msgid "Using backup device" #~ msgstr "Käyttää varmuuskopiolaitetta" #~ msgid "Using backup devices" #~ msgstr "Käyttää varmuuskopiolaitteita" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Noin %(minutes)i:%(seconds)02i minuuttia jäljellä" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Noin %i sekuntia jäljellä" #~ msgid "About 1 minute remaining" #~ msgstr "Noin 1 minuutti jäljellä" #~ msgid "MB/s" #~ msgstr "Mt/s" #~ msgid "About 1 second remaining" #~ msgstr "Noin 1 sekunti jäljellä" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Lähde: %(source)s\n" #~ "Kohde: %(destination)s" #~ msgid "only output errors to the command line" #~ msgstr "tulosta vain virheet komentoriville" #, python-format #~ msgid "and %s" #~ msgstr "ja %s" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "näytä ohjelman tiedot komentorivillä kun ohjelma käynnistetään (oletus: " #~ "%default)" #~ msgid "Name + extension" #~ msgstr "Nimi + pääte" #~ msgid " " #~ msgstr " " #~ msgid "Backup" #~ msgstr "Varmuuskopio" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "Yhteensopivuus käyttöjärjestelmien kanssa" #~ msgid "Download Folder" #~ msgstr "Latauskansio" #~ msgid "Download Subfolders" #~ msgstr "Latausalikansio" #~ msgid "Example" #~ msgstr "Esimerkki" #~ msgid "Program Automation" #~ msgstr "Ohjelman automatiikka" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/media/ulkoinenlevy/Kuvat" #~ msgid "Example:" #~ msgstr "Esimerkki" #~ msgid "New:" #~ msgstr "Uusi:" #~ msgid "Original:" #~ msgstr "Alkuperäinen:" #~ msgid "Backup\t" #~ msgstr "Varmuuskopio\t" #~ msgid "Error Handling" #~ msgstr "Virheenkäsittely" #~ msgid "Rename Options" #~ msgstr "" #~ "Uudelleennimeämis valinnat" #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "Tunnista automaattisesti ulkoiset tallennuslaitteet" #~ msgid "Backup" #~ msgstr "Varmuuskopio" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Valitse latauskansio. Alikansiot ladatuille kuville tehdään automaattisesti " #~ "tähän kansioon käyttäen alla määriteltyä rakennetta käyttäen." #~ msgid "Download / Pause" #~ msgstr "Lataa / Keskeytä" #~ msgid "Download folder:" #~ msgstr "Latauskansio:" #~ msgid "Error Log" #~ msgstr "Virheloki" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "Asetukset: Nopea Valokuvien Lataaja" #~ msgid "Rename Options" #~ msgstr "Uudelleennimeämis valinnat" #~ msgid "" #~ "Specify the time in 24 hour format at which the Downloads today " #~ "sequence number should be reset." #~ msgstr "" #~ "Valitse aika 24 tunnin muodossa jossa Latauksia tänään numerointi " #~ "tulisi palauttaa." #~ msgid "_Clear Completed Downloads" #~ msgstr "_Tyhjennä valmistuneet lataukset" #~ msgid "_Error Log" #~ msgstr "Virheloki" #~ msgid "_Get Help Online..." #~ msgstr "_Hae ohjeita netistä..." #~ msgid "_Help" #~ msgstr "_Ohje" #~ msgid "_Make a Donation..." #~ msgstr "_Tee lahjoitus" #~ msgid "_Report a Problem..." #~ msgstr "_Raportoi ongelma..." #~ msgid "_Translate this Application..." #~ msgstr "_Käännä tämä ohjelma..." #~ msgid "_View" #~ msgstr "_Näytä" #~ msgid ":" #~ msgstr ":" #~ msgid " hh:mm" #~ msgstr " hh:mm" #~ msgid "Select a folder to download photos to" #~ msgstr "Valitse kansio johon kuvat ladataan" #~ msgid "Job Code:" #~ msgstr "Työkoodi:" #~ msgid "Job Codes" #~ msgstr "Työkoodit" #~ msgid "Job Codes" #~ msgstr "Työkoodit" #~ msgid "Sequence Numbers" #~ msgstr "Numeroinnit" #~ msgid "Enter a Job Code" #~ msgstr "Syöta työkoodi" #~ msgid "Berlin" #~ msgstr "Berliini" #~ msgid "Paris" #~ msgstr "Pariisi" #~ msgid "New York" #~ msgstr "New York" #~ msgid "Prague" #~ msgstr "Praha" #~ msgid "Manila" #~ msgstr "Manila" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Helsinki" #~ msgstr "Helsinki" #~ msgid "Kampala" #~ msgstr "Guatemala" #~ msgid "Tehran" #~ msgstr "Teheran" #~ msgid "Stockholm" #~ msgstr "Tukholma" #~ msgid "Rome" #~ msgstr "Rooma" #~ msgid "Moscow" #~ msgstr "Moskova" #~ msgid "Sydney" #~ msgstr "Sydney" #~ msgid "Budapest" #~ msgstr "Budapest" #~ msgid "Jakarta" #~ msgstr "Jakarta" #~ msgid "Madrid" #~ msgstr "Madrid" #~ msgid "Delhi" #~ msgstr "Delhi" #~ msgid "Warsaw" #~ msgstr "Varsova" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Lähde: %(source)s" #~ msgid "_Remember this choice" #~ msgstr "_Muista tämä valinta" #~ msgid "Device Detected" #~ msgstr "Laite havaittu" #~ msgid "R_emove All" #~ msgstr "P_oista kaikki" #~ msgid "_Add..." #~ msgstr "_Lisää..." #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "Yhtenäistä RAW + JPEG järjestysnumerot" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "Kohdekansiota ei voitu luoda: %(directory)s\n" #~ msgid "Remove all Job Codes?" #~ msgstr "Poista kaikki työkoodit?" #~ msgid "Should all Job Codes be removed?" #~ msgstr "Tulisiko kaikki työkoodit poistaa?" #~ msgid "Select a folder to download videos to" #~ msgstr "valitse johon videot ladataan" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "valitse kansio joka sisältää %(file_types)s tiedostoja" #, python-format #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "Annetut alikansioasetukset %(filetype)s tiedostoille olivat väärät ja niitä " #~ "ei voi käyttää.\n" #~ "Asetukset palautetaan oletusarvoihin." #~ msgid "Photos:" #~ msgstr "Kuvat:" #~ msgid "Videos:" #~ msgstr "Videot:" #~ msgid "Example: /home/user/Pictures" #~ msgstr "Esimerkki: /home/user/Kuvat" #~ msgid "Photo Rename" #~ msgstr "Kuvan Uudelleennimeäminen" #~ msgid "Location:" #~ msgstr "Sijainti:" #~ msgid "Photo Rename" #~ msgstr "Kuvan Uudelleennimeäminen" #~ msgid "Photo Folders" #~ msgstr "Kuvakansiot" #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "" #~ "Varoitus: Tiedostossa ei ole riittävästi metatietoja nimen " #~ "luomiseksi. Käytä muita uudelleennimeämis valintoja." #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "Tulisiko tätä laitetta tai osiota käyttää kuvalaitteena?" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s/%(total)s %(filetypes)s" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "tyhjennä kaikki ohjelman asetukset ja määritykset, ja poistu" #~ msgid "All settings and preferences have been reset" #~ msgstr "Kaikki asetukset ja määritykset tyhjennetty" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "" #~ "listaa kuva- ja videotiedostopäätteitä joita ohjelma tunnistaa ja poistu" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "Varmuuskopioidaan kohteeseen %(path)s" #~ msgid "Photo Rename\t" #~ msgstr "" #~ "Kuvan uudelleenimeäminen\t" #~ msgid "Devices" #~ msgstr "Laitteet" #~ msgid "Video Rename\t" #~ msgstr "" #~ "Videon uudelleenimeäminen\t" #~ msgid "Automatically detect devices" #~ msgstr "Tunnista laitteet automaattisesti" #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "Tuo kuvasi ja videosi tehokkaasti ja luotettavasti" #~ msgid "Video Rename" #~ msgstr "Videon uudelleenimeäminen" #~ msgid "Unmount (\"eject\") device upon download completion" #~ msgstr "Irrota (\"poista\") laite latauksen valmistuttua" #~ msgid "Error in Video Rename preferences" #~ msgstr "Virhe videoiden uudelleennimeämisen määrityksissä" #~ msgid "Error in Photo Rename preferences" #~ msgstr "Virhe kuvien uudelleennimeämisen määrityksissä" #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "Virhe videoiden latauksen alikansion määrityksissä" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "Virhe kuvien latauksen alikansion määrityksissä" #~ msgid "Video Folders" #~ msgstr "Videokansiot" #~ msgid "Video backup folder name:" #~ msgstr "Videoiden varmuuskopiokansion nimi:" #~ msgid "Photo backup folder name:" #~ msgstr "Kuvien varmuuskopiokansion nimi:" #~ msgid "Photo Download Folders" #~ msgstr "Kuvien latauskansiot" #~ msgid "Video Download Folders" #~ msgstr "" #~ "Videoiden latauskansiot" #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "" #~ "Varoitus: Tiedostossa ei ole riittävästi metatietoja alikansioiden " #~ "luomiseksi. Käytä muita alikansion nimeämisvalintoja." #~ msgid "Photo and Video Name Conflicts" #~ msgstr "Kuva- ja videonimien ristiriidat" #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "Kun varmuuskopiodaan, valitse kirjoitetaanko saman nimisten tiedostojen " #~ "päälle vai ohitetaanko tiedoston varmuuskopiointi." #~ msgid "" #~ "Specify whether photo, video and folder names should have any characters " #~ "removed that are not allowed by other operating systems." #~ msgstr "" #~ "Määrittele, pitäisikö kuvien, videoiden ja kansioiden nimistä poistaa " #~ "merkit, jotka eivät ole sallittuja muissa käyttöjärjestelmissä." #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Valitse latauskansio. Alikansiot ladattuja videoita varten luodaan tähän " #~ "hakemistoon automaattisesti, käyttäen alla määritettyä rakennetta." #~ msgid "" #~ "Specify the folder in which backups are stored on the device. \n" #~ "\n" #~ "Note: this will also be used to determine whether or not the device is " #~ "used for backups. For each device you wish to use for backing up to, create " #~ "a folder in it with one of these names." #~ msgstr "" #~ "Määrität kansio mihin varmuuskopiot tallennetaan laitteella. \n" #~ "\n" #~ "Huomaa: tällä tullaan myös selvittämään käytetäänkö laitetta " #~ "varmuuskopiointiin. Luo jokaiseen laitteeseen mitä haluat käyttää " #~ "varmuuskopiointiin, kansio käyttäen yhtä näistä nimistä." #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "Saman niminen kuva havaittu, mutta kuvat on otettu eri aikaan" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Virhe: %(inst)s" #~ msgid "Photo has already been downloaded" #~ msgstr "Kuva on jo ladattu" #~ msgid "_File" #~ msgstr "_Tiedosto" #~ msgid "_Select" #~ msgstr "_Valitse" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s / %(total)s %(filetypes)s (%(remaining)s jäljellä)" #~ msgid "Select All Wit_h Job Code" #~ msgstr "Valitse kaikki _työkoodilliset" #~ msgid "Select All Without _Job Code" #~ msgstr "Valitse kaikki työ_koodittomat" #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "" #~ "Kun kuva tai video samalla nimellä on jo ladattu, valitse ohitetaanko " #~ "lataaminen vai lisätäänkö tiedostonimeen yksilöllinen tunniste." #~ msgid "display debugging information when run from the command line" #~ msgstr "näytä vianhakutietoja suorittaessa komentoriviltä" #, python-format #~ msgid "Backup of %(file_type)s already exists" #~ msgstr "%(file_type)s varmuuskopio on jo olemassa" #, python-format #~ msgid "Backup %(file_type)s overwritten" #~ msgstr "%(file_type)s Varmuuskopio ylikirjoitettiin" #, python-format #~ msgid "%(file_type)s not backed up" #~ msgstr "%(file_type)s ei varmuuskopioida" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/po/fr.po0000644000175000017500000067612300000000000016553 0ustar00damondamon# French translation for rapid # Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2009. # Julien Valroff , 2011. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2022-03-02 13:05+0000\n" "PO-Revision-Date: 2022-02-21 17:13+0000\n" "Last-Translator: Damon Lynch \n" "Language-Team: Français \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2022-03-05 16:16+0000\n" "X-Generator: Launchpad (build 61f4697954ab70d633d14d8ceecff69a20b08a6b)\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:406 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:642 ../install.py:4330 msgid "Installer not found:" msgstr "Programme d'installation non trouvé :" #. Translators: do not translate the term tar.gz #: ../install.py:646 ../install.py:4334 msgid "Installer not in tar.gz format:" msgstr "Le programme d'installation n'est pas au format tar.gz :" #: ../install.py:728 ../install.py:757 ../install.py:4210 ../install.py:4215 msgid "Exiting..." msgstr "Fermeture..." #: ../install.py:979 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:1065 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:1357 ../install.py:4290 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:1467 #, 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:1610 msgid "The following command will be run:" msgstr "La commande suivante sera exécutée :" #. Translators: do not translate the term sudo #: ../install.py:1614 ../install.py:3834 ../install.py:3841 msgid "sudo may prompt you for the sudo password." msgstr "sudo peut vous demander le mot de passe sudo." #: ../install.py:1618 msgid "Would you like to run the command now?" msgstr "Voulez-vous exécuter la commande maintenant ?" #: ../install.py:1620 msgid "Answer is not yes, exiting." msgstr "La réponse n'est pas oui, sortie." #: ../install.py:1631 ../install.py:2259 ../install.py:2318 ../install.py:2793 msgid "Command failed" msgstr "La commande a échoué" #: ../install.py:1633 ../install.py:2260 ../install.py:2319 ../install.py:2794 msgid "Exiting" msgstr "Sortie" #: ../install.py:1661 msgid "The Universe repository must be enabled." msgstr "Le dépôt « Universe » doit être activé." #. Translators: do not translate the term EPEL #: ../install.py:1701 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:1749 msgid "The RPM Fusion Free repository must be enabled." msgstr "Le dépôt RPM Fusion Free doit être activé." #: ../install.py:1790 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:2237 ../install.py:2267 ../install.py:2299 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:2252 msgid "Uninstalling system package" msgstr "Désinstallation du paquet système" #: ../install.py:2277 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:2324 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:2477 ../install.py:2534 ../install.py:2650 msgid "The following package is unknown on your system: {}\n" msgstr "Le paquet suivant est inconnu sur votre système : {}\n" #: ../install.py:2548 ../install.py:2706 ../install.py:2803 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:2642 ../install.py:2663 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:2785 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:2852 msgid "Query to confirm action at each step." msgstr "Interroger pour confirmer l'action à chaque étape." #: ../install.py:2862 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:2873 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:2923 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:2931 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:2937 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:2942 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:2950 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:2958 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:2982 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:3000 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:3011 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:3048 msgid "Failed to download versions file." msgstr "Impossible de télécharger le fichier de versions." #: ../install.py:3053 msgid "Got error code {} while accessing versions file" msgstr "Code d'erreur {} lors de l'accès au fichier de versions" #: ../install.py:3170 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:3324 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:3330 msgid "Received error code" msgstr "Code erreur reçu" #: ../install.py:3332 msgid "Failed to install application requirements: exiting." msgstr "Échec de l'installation des applications requises; Fermeture." #: ../install.py:3334 msgid "Failed to install application: exiting..." msgstr "Impossible d'installer l'application : sortie..." #: ../install.py:3658 msgid "Installing application requirements..." msgstr "Installation des applications requises..." #: ../install.py:3693 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" #: ../install.py:3710 msgid "Installing application..." msgstr "Installation de l'application..." #: ../install.py:3797 msgid "Do you want Rapid Photo Downloader to appear in the Windows menu?" msgstr "" "Voulez-vous que Rapid Photo Downloader apparaisse dans le menu Windows ?" #: ../install.py:3803 msgid "Adding Rapid Photo Downloader to the Windows menu" msgstr "Ajout de Rapid Photo Downloader au menu Windows" #: ../install.py:3813 msgid "Failed to copy application launcher." msgstr "Échec de la copie du lanceur d'applications." #: ../install.py:3824 msgid "Man pages can be found in {}/share/man/man1" msgstr "Les pages de manuel se trouvent dans {}/share/man/man1" #: ../install.py:3829 msgid "Do you want to install the application's man pages?" msgstr "Voulez-vous installer les pages de manuel de l'application ?" #: ../install.py:3830 msgid "They will be installed into {}" msgstr "Elles seront installées dans {}" #: ../install.py:3832 ../install.py:3839 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:3835 msgid "Do want to install the man pages?" msgstr "Voulez-vous installer les pages de manuel ?" #: ../install.py:3837 msgid "Installing man pages into {}" msgstr "Installation des pages de manuel dans {}" #: ../install.py:3855 msgid "Failed to create man page directory: exiting." msgstr "Impossible de créer le répertoire de pages de manuel : sortie." #: ../install.py:3876 msgid "Failed to copy man page." msgstr "Impossible de copier la page de manuel." #: ../install.py:3915 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:3928 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:3934 msgid "" "You may have to restart WSL to be able to run the program from the command " "line." msgstr "" "Vous devrez peut-être redémarrer WSL pour pouvoir exécuter le programme à " "partir de la ligne de commande." #: ../install.py:3944 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line." msgstr "" #: ../install.py:3949 #, 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:3971 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:3973 msgid "Done." msgstr "Terminé." #: ../install.py:3987 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:4043 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" #. Translators: do not translate the terms --PyQt5-version or --use-system-PyQt5 #: ../install.py:4055 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "Spécifier une seule version --PyQt5 ou --use-system-PyQt5." #: ../install.py:4067 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:4081 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:4097 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:4111 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:4124 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:4134 msgid "Using virtual environment for installation using pip." msgstr "" "Utilisation de l'environnement virtuel pour l'installation à l'aide de pip." #: ../install.py:4139 ../install.py:4153 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:4172 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:4180 msgid "Restarting script using system python..." msgstr "Redémarrage du script en utilisant le système python..." #: ../install.py:4193 msgid "Detected Linux distribution {} {}" msgstr "Distribution Linux détectée {} {}" #: ../install.py:4231 msgid "To continue, the package python3-apt must be installed." msgstr "Pour continuer, le paquet python3-apt doit être installé." #: ../install.py:4263 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:4275 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:4324 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:647 ../raphodo/ui/viewutils.py:679 #: ../raphodo/ui/viewutils.py:699 msgid "&Cancel" msgstr "&Annuler" #: ../upgrade.py:651 msgid "&Upgrade" msgstr "&Mise à niveau" #: ../upgrade.py:656 #, 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:659 msgid "Click the Upgrade button to start the upgrade." msgstr "Cliquer sur le bouton « Mettre à niveau » pour mettre à niveau." #: ../upgrade.py:662 ../upgrade.py:668 ../raphodo/ui/viewutils.py:678 #: ../raphodo/ui/viewutils.py:698 msgid "&Close" msgstr "&Fermer" #: ../upgrade.py:663 msgid "&Run" msgstr "&Exécuter" #: ../upgrade.py:693 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "Fermer Rapid Photo Downloader avant d'exécuter cette mise à niveau." #: ../upgrade.py:696 msgid "Upgrade running..." msgstr "Exécution de la mise à niveau..." #: ../upgrade.py:732 #, 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:737 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:741 msgid "Upgrade failed. Click Close to exit." msgstr "Échec de la mise à niveau. Cliquer sur « Fermer » pour sortir." #: ../upgrade.py:11330 #, python-format msgid "Upgrading %s..." msgstr "Mise à niveau de %s..." #: ../upgrade.py:11332 msgid "Press any key to continue..." msgstr "Appuyez sur une touche pour continuer…" #: ../upgrade.py:11345 msgid "Rapid Photo Downloader upgrade failed" msgstr "Mise à niveau de Rapid Photo Downloader échouée" #: ../upgrade.py:11347 #, 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/ui/aboutdialog.py:334 msgid "Credits" msgstr "Crédits" #: ../raphodo/ui/aboutdialog.py:339 msgid "Translators" msgstr "Traducteurs" #: ../raphodo/ui/backuppanel.py:280 msgid "Backups are not configured" msgstr "Les sauvegardes ne sont pas configurées" #: ../raphodo/ui/backuppanel.py:282 msgid "No backup devices detected" msgstr "Aucun volume de sauvegarde détecté" #: ../raphodo/ui/backuppanel.py:285 msgid "Valid backup locations not yet specified" msgstr "Les emplacements de sauvegarde valides ne sont pas encore spécifiés" #: ../raphodo/ui/backuppanel.py:465 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Vous pouvez archiver vos photos et vidéos vers des emplacements multiples " "dès lors qu'elles sont transférées, sur différents disques durs par exemple." #: ../raphodo/ui/backuppanel.py:473 msgid "Back up photos and videos when downloading" msgstr "Sauvegarder les photos et les vidéos lors du transfert" #: ../raphodo/ui/backuppanel.py:479 msgid "Automatically detect backup devices" msgstr "Détecter automatiquement les volumes de sauvegarde" #: ../raphodo/ui/backuppanel.py:485 msgid "" "Specify the folder in which backups are stored on the " "device.

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

Note : La présence d'un dossier avec ce nom est " "utilisée pour déterminer si le périphérique est utilisé pour les " "sauvegardes. Pour chaque périphérique que vous souhaitez utiliser pour " "sauvegarder, créez un dossier avec un de ces noms de dossier. En ajoutant " "les deux dossiers, le même appareil peut être utilisé pour sauvegarder des " "photos et des vidéos." #: ../raphodo/ui/backuppanel.py:500 msgid "Photo folder name:" msgstr "Nom du dossier photo :" #: ../raphodo/ui/backuppanel.py:505 msgid "Video folder name:" msgstr "Nom du dossier vidéo :" #: ../raphodo/ui/backuppanel.py:510 ../raphodo/ui/nameeditor.py:1000 #: ../raphodo/ui/renamepanel.py:141 msgid "Example:" msgstr "Exemple :" #: ../raphodo/ui/backuppanel.py:521 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" "Si vous désactivez la détection automatique, choisissez les emplacements " "exacts des sauvegardes." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:532 msgid "Photo backup location:" msgstr "Emplacement de sauvegarde des photos :" #: ../raphodo/ui/backuppanel.py:542 msgid "Select Photo Backup Location" msgstr "Sélectionnez l'emplacement de la sauvegarde photo" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:554 msgid "Video backup location:" msgstr "Emplacement de sauvegarde des vidéos :" #: ../raphodo/ui/backuppanel.py:560 msgid "Select Video Backup Location" msgstr "Sélectionnez l'emplacement de la sauvegarde vidéo" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:676 msgid "drive1" msgstr "lecteur1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:679 msgid "drive2" msgstr "lecteur2" #: ../raphodo/ui/backuppanel.py:746 msgid "Projected Backup Storage Use" msgstr "Utilisation projetée de stockage de sauvegarde" #: ../raphodo/ui/backuppanel.py:751 msgid "Backup Options" msgstr "Options de sauvegarde" #: ../raphodo/copyfiles.py:610 msgid "video THM" msgstr "vidéo THM" #: ../raphodo/copyfiles.py:620 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:104 ../raphodo/ui/devicedisplay.py:1408 #: ../raphodo/rpdfile.py:310 #, 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:112 ../raphodo/ui/devicedisplay.py:1414 #: ../raphodo/rpdfile.py:298 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s Vidéos" #: ../raphodo/ui/destinationdisplay.py:123 msgid "Used" msgstr "Utilisé" #: ../raphodo/ui/destinationdisplay.py:124 msgid "Excess" msgstr "Excès" #: ../raphodo/ui/destinationdisplay.py:133 ../raphodo/ui/devicedisplay.py:1440 msgid "Device size unknown" msgstr "Capacité du périphérique inconnue" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:146 #, python-format msgid "No space free on %(size_total)s device" msgstr "Pas d'espace libre sur %(size_total)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:156 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s libre sur %(size_total)s" #: ../raphodo/ui/destinationdisplay.py:230 ../raphodo/ui/destinationpanel.py:74 #: ../raphodo/ui/devicedisplay.py:625 ../raphodo/rapid.py:2641 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:960 msgid "Photos" msgstr "Photos" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:231 ../raphodo/ui/destinationpanel.py:78 #: ../raphodo/ui/devicedisplay.py:626 ../raphodo/rapid.py:2642 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:988 #: ../raphodo/storage/storage.py:602 msgid "Videos" msgstr "Vidéos" #: ../raphodo/ui/destinationdisplay.py:232 msgid "Projected storage use after download" msgstr "Utilisation prévue du stockage après transfert" #. Translators: Custom refers to the user choosing a non-default value that #. they customize themselves #: ../raphodo/ui/destinationdisplay.py:355 ../raphodo/ui/nameeditor.py:587 msgid "Custom..." msgstr "Personnalisé..." #: ../raphodo/ui/destinationdisplay.py:774 msgid "Configure photo subfolder creation" msgstr "Configurer la création de sous-dossier photo" #: ../raphodo/ui/destinationdisplay.py:776 msgid "Configure video subfolder creation" msgstr "Configurer la création de sous-dossier vidéo" #: ../raphodo/ui/destinationpanel.py:90 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:113 ../raphodo/ui/destinationpanel.py:125 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1294 msgid "Probing device..." msgstr "Analyse du périphérique..." #: ../raphodo/ui/devicedisplay.py:1309 msgid "Temporarily ignore this device" msgstr "Ignorer ce périphérique provisoirement" #: ../raphodo/ui/devicedisplay.py:1313 msgid "Permanently ignore this device" msgstr "Ignorer ce périphérique définitivement" #: ../raphodo/ui/devicedisplay.py:1316 msgid "Rescan" msgstr "Analyser à nouveau" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1437 #, python-format msgid "%s full" msgstr "%s plein" #: ../raphodo/ui/devicedisplay.py:1457 msgid "Other" msgstr "Autre" #: ../raphodo/devices.py:603 ../raphodo/devices.py:604 msgid "Cameras" msgstr "Appareils photo" #: ../raphodo/devices.py:605 ../raphodo/devices.py:1256 #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 ../raphodo/rapid.py:2490 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:1006 #, 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:1073 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1229 ../raphodo/rapid.py:2213 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:1280 ../raphodo/devices.py:1300 #, 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:1318 #, 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:1326 #, 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:1652 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" "Cliquer sur la case à cocher d'un fichier à transférer pour le sélectionner " "ou le désélectionner." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "Les fichiers déjà transférés sont mémorisés. Vous pouvez toujours marquer " "les fichiers précédemment transférés pour télécharger à nouveau, mais ils ne " "sont pas vérifiés par défaut, et leurs miniatures sont grisées afin que vous " "puissiez les différencier des fichiers qui ne doivent pas encore être " "transférés." #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" "Si plus d'un fichier est sélectionné, ils prendront tous la marque du " "fichier dont la case à cocher a été cliquée, qu'ils aient été cochés ou non." #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" "Cliquer sur la case à cocher d'un périphérique pour sélectionner ou " "désélectionner rapidement tous ses fichiers pour le transfert." #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" "Après la fin du transfert, une icone remplace la case à cocher de la " "vignette. La couleur de l'icone indique si le transfert a réussi (vert), a " "rencontré un problème de renommage de fichier (jaune/orange), ou a échoué " "(rouge)." #: ../raphodo/ui/didyouknow.py:91 msgid "" "\n" "In case of any problems, a red icon will appear at the bottom of the window " "indicating \n" "how many error reports there are. Clicking on it opens the Error Report " "window." msgstr "" "\n" "Au moindre problème, une icone rouge apparaîtra en bas de la fenêtre\n" "indiquant le nombre d'erreur. Cliquer dessus ouvrira la fenêtre du \n" "rapport d'erreur." #: ../raphodo/ui/didyouknow.py:97 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." 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." #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" "Vous pouvez transférer simultanément à partir de plusieurs appareils photo, " "smartphones, cartes mémoires et disques durs ;\r\n" "autant de périphériques que votre ordinateur peut en gérer en même temps." #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" "La chronologie regroupe des photos et des vidéos en fonction du temps " "écoulé entre les prises consécutives. Utilisez-la pour identifier les photos " "et les vidéos prises à différentes périodes dans une seule journée ou " "pendant plusieurs jours consécutifs." #: ../raphodo/ui/didyouknow.py:123 msgid "" "\n" "

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

\n" "

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

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

" #: ../raphodo/ui/didyouknow.py:133 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" "Pour afficher des photos et des vidéos d'une plage de temps particulière, " "utilisez la souris (éventuellement en combinaison avec les touches " "Shift ou Ctrl ) pour sélectionner des périodes de temps. " "Lorsqu'une plage de temps est sélectionnée, le bouton chronologie du côté " "gauche de la fenêtre principale sera mis en surbrillance." #: ../raphodo/ui/didyouknow.py:140 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" "Un transfert comprend toujours tous les fichiers vérifiés pour " "téléchargement, y compris ceux qui ne sont pas affichés actuellement, car la " "chronologie est utilisée." #: ../raphodo/ui/didyouknow.py:147 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" "Vous pouvez masquer ou afficher les sources de téléchargement en cliquant " "sur le nom du périphérique depuis lequel vous téléchargez en haut à gauche " "de la fenêtre du programme." #: ../raphodo/ui/didyouknow.py:154 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 \n" "metadata (where 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 \n" "raw images, for instance.
  8. \n" "
  9. File Type: photo or video.
  10. \n" "
  11. Device: name of the device the photos and videos are being " "downloaded \n" "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/ui/didyouknow.py:172 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" "L'une des fonctionnalités les plus utiles de Rapid Photo Downloader est sa " "capacité à générer automatiquement des sous-dossiers de transfert et à " "renommer les fichiers au fur et à mesure qu'il télécharge, en utilisant un " "schéma de votre choix." #: ../raphodo/ui/didyouknow.py:178 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" "Pour spécifier l'endroit où vous voulez que vos fichiers soient transférés " "et comment vous souhaitez les nommer, ouvrez le panneau approprié sur le " "côté droit de la fenêtre de l'application : Destination, " "Renommer ou Étiquette de transfert." #: ../raphodo/ui/didyouknow.py:185 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 \n" "illustration below, the destination folders are "Pictures" and \n" ""Videos". The name of the destination folder is displayed in the " "grey bar \n" "directly above the folder tree, with a folder icon to its left and a gear " "icon to \n" "its far right.
  2. \n" "
  3. The download subfolders, which are directories that will be " "automatically \n" "generated by Rapid Photo Downloader. They need not already exist on your " "computer, but \n" "it's okay if they do. They will be generated under the destination " "folder.
  4. \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" "
" #: ../raphodo/ui/didyouknow.py:202 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a \n" "different destination folder for each. The same applies to the download " "subfolders for \n" "photos and videos—download photos and videos to the same subfolders, " "or use a \n" "different scheme for each type." 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." #: ../raphodo/ui/didyouknow.py:211 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" "Les sous-dossiers de téléchargement générés automatiquement peuvent contenir " "d'autres sous-dossiers générés automatiquement si nécessaire. Un plan commun " "est de créer un sous-dossier d'une année et ensuite une série de sous-" "dossiers année-mois-jour à l'intérieur." #: ../raphodo/ui/didyouknow.py:220 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to \n" "download:\n" "
    \n" "
  1. The destination folder tree shows the download subfolders already on " "your computer \n" "(those in a regular, non-italicized font), and the subfolders that will be " "created \n" "during the download (those whose names are italicized).
  2. \n" "
  3. The folder tree also shows into which subfolders the files will be " "downloaded \n" "(those colored black).
  4. \n" "
" msgstr "" "\n" "Dans la mesure du possible, le programme affiche un aperçu des sous-dossiers " "de téléchargement de photos et de vidéos à télécharger :\n" "
    \n" "
  1. l'arborescence des dossiers de destination affiche les sous-dossiers de " "téléchargement déjà sur votre ordinateur (ceux dans \n" "une police de caractères normale, non italique) et les sous-dossiers qui " "seront créés lors du téléchargement \n" "(ceux dont les noms sont en italique).
  2. \n" "
  3. L'arborescence des dossiers affiche également dans quels sous-dossiers " "les fichiers seront téléchargés (ceux de couleur \n" "noire).
  4. \n" "
" #: ../raphodo/ui/didyouknow.py:235 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following \n" "elements:\n" "
    \n" "
  1. File metadata, very often including the date the photo or video " "was created, \n" "but might also include the camera model name, camera serial number, or file " "extension \n" "e.g. JPG or CR2.
  2. \n" "
  3. A Job Code, which is free text you specify at the time the " "download occurs, \n" "such as the 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 \n" "format makes it easy to keep them sorted in a file manager, which is why " "it's the \n" "default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:254 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 \n" "preset. Click on the gear icon to bring up a drop-down menu:" 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 :" #: ../raphodo/ui/didyouknow.py:261 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to \n" "configure your own scheme. You create your own schemes using the Photo or " "Video \n" "Subfolder Generation Editor:" 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 :" #: ../raphodo/ui/didyouknow.py:270 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" "Il est facile de télécharger des images RAW dans un dossier, et les images " "JPEG dans un autre. Utilisez simplement l'Extension de nom de fichier " "dans le cadre de votre système de génération de sous-dossier de transfert :" #: ../raphodo/ui/didyouknow.py:276 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" "Cette illustration montre un préréglage personnalisé enregistré nommé " ""Mon préréglage personnalisé"." #: ../raphodo/ui/didyouknow.py:282 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 \n" "and a Job Code:" 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 :" #: ../raphodo/ui/didyouknow.py:291 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 \n" "choices to generate new combinations. Supposing you wanted a date format " "that combines \n" "year (YYYY), a hyphen, and month (MM) to form YYYY-MM. You can create it " "like this \n" "(note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:300 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names \n" "in the \n" "online " "\n" "documentation." 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." #: ../raphodo/ui/didyouknow.py:309 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. \n" "You can use them in subfolder and file names. In this illustration, some " "files have had \n" "the Job Code "Street" applied to them, and the selected files are " "about to \n" "get the Job Code "Green Bazaar":" 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":" #: ../raphodo/ui/didyouknow.py:317 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 \n" "prompted to enter a Job Code for them before the download begins." 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." #: ../raphodo/ui/didyouknow.py:324 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" "Recherchez des conseils pour vous guider lorsque vous travaillez avec des " "étiquettes de transfert :" #: ../raphodo/ui/didyouknow.py:327 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" "Les astuces varient en fonction du contexte, par exemple lorsque la souris " "survol un bouton." #: ../raphodo/ui/didyouknow.py:333 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!" msgstr "" #: ../raphodo/ui/didyouknow.py:340 msgid "" "\n" "

Four types of sequence values are available to help you assign unique " "names to your \n" "photos and 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 \n" "last time the 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 \n" "documentation.

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

The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature \n" "on your 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 \n" "are detected, the same sequence numbers will be applied to both photo names. " "F\n" "urthermore, sequences will be updated as if the photos were one.

\n" "

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

\n" msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are \n" "downloaded, such as external hard drives or network shares. Backup devices " "can be \n" "automatically detected, or exact backup locations specified." 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." #: ../raphodo/ui/didyouknow.py:385 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" "Dans cet exemple, l'emplacement sauvegardephoto ne contient pas de " "dossier nommé Vidéos, donc les vidéos ne seront pas sauvegardées." #: ../raphodo/ui/didyouknow.py:391 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including \n" "download sources, destinations, and backups. Additionally, settings can be " "reset to \n" "their default state, and caches and remembered files cleared." 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." #: ../raphodo/ui/didyouknow.py:396 msgid "You can also import program preferences from the older 0.4 version." msgstr "" "Vous pouvez aussi importer les préférences depuis l'ancienne version 0.4." #: ../raphodo/ui/didyouknow.py:401 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 \n" "your cameras, memory cards, and other devices.
  2. \n" "
  3. A temporary cache of files downloaded from a camera, one for " "photos and \n" "another for videos. They are located in temporary subfolders in the download " "\n" "destination.
  4. \n" "
  5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores \n" "thumbnails of RAW and TIFF photos once they have been downloaded. File " "browsers like \n" "Gnome Files use this cache as well, meaning they too will display thumbnails " "for those \n" "files. \n" "
  6. \n" "
\n" "Read more about these caches and their effect on download performance in the " "online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:459 msgid "Tip of the Day" msgstr "Astuce du jour" #: ../raphodo/ui/didyouknow.py:467 msgid "Did you know...?" msgstr "Le saviez-vous ?" #: ../raphodo/ui/didyouknow.py:498 msgid "Show tips on startup" msgstr "Afficher les astuces au démarrage" #: ../raphodo/ui/didyouknow.py:502 msgid "&Next" msgstr "&Suivant" #: ../raphodo/ui/didyouknow.py:503 msgid "&Previous" msgstr "&Précédent" #: ../raphodo/downloadtracker.py:454 msgid "MB/sec" msgstr "Mo/sec" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:584 msgid "A few seconds" msgstr "Quelques secondes" #: ../raphodo/downloadtracker.py:643 msgid "1 second" msgstr "1 seconde" #: ../raphodo/downloadtracker.py:645 #, python-format msgid "%d seconds" msgstr "%d secondes" #: ../raphodo/downloadtracker.py:650 msgid "1 minute" msgstr "1 minute" #: ../raphodo/downloadtracker.py:652 #, python-format msgid "%d minutes" msgstr "%d minutes" #: ../raphodo/downloadtracker.py:657 ../raphodo/downloadtracker.py:839 msgid "1 hour" msgstr "1 heure" #: ../raphodo/downloadtracker.py:659 #, python-format msgid "%d hours" msgstr "%d heures" #: ../raphodo/downloadtracker.py:664 ../raphodo/downloadtracker.py:869 #: ../raphodo/downloadtracker.py:877 msgid "1 day" msgstr "1 jour" #: ../raphodo/downloadtracker.py:666 #, python-format msgid "%d days" msgstr "%d jours" #: ../raphodo/downloadtracker.py:845 msgid "1 minute, 1 second" msgstr "1 minute, 1 seconde" #: ../raphodo/downloadtracker.py:847 #, python-format msgid "1 minute, %d seconds" msgstr "1 minute, %d secondes" #: ../raphodo/downloadtracker.py:850 #, python-format msgid "%d minutes, 1 second" msgstr "%d minutes, 1 seconde" #: ../raphodo/downloadtracker.py:852 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d minutes, %(seconds)d secondes" #: ../raphodo/downloadtracker.py:884 msgid "1 hour, 1 minute" msgstr "1 heure, 1 minute" #: ../raphodo/downloadtracker.py:886 #, python-format msgid "1 hour, %d minutes" msgstr "1 heure, %d minutes" #: ../raphodo/downloadtracker.py:889 #, python-format msgid "%d hours, 1 minute" msgstr "%d heures, 1 minute" #: ../raphodo/downloadtracker.py:891 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d heures, %(minutes)d minutes" #: ../raphodo/downloadtracker.py:918 msgid "1 day, 1 hour" msgstr "1 jour, 1 heure" #: ../raphodo/downloadtracker.py:920 #, python-format msgid "1 day, %d hours" msgstr "1 jour, %d heures" #: ../raphodo/downloadtracker.py:923 #, python-format msgid "%d days, 1 hour" msgstr "%d jours, 1 heure" #: ../raphodo/downloadtracker.py:925 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d jours, %(hours)d heures" #: ../raphodo/errorlog.py:80 msgid "Find" msgstr "Rechercher" #: ../raphodo/errorlog.py:150 msgid "Error Reports - Rapid Photo Downloader" msgstr "Rapports d'erreur - Rapid Photo Downloader" #: ../raphodo/errorlog.py:187 msgid "Find in reports" msgstr "Rechercher dans les rapports" #: ../raphodo/errorlog.py:206 msgid "Find the previous occurrence of the phrase" msgstr "Rechercher l'occurrence précédente de la phrase" #: ../raphodo/errorlog.py:211 msgid "Find the next occurrence of the phrase" msgstr "Rechercher la prochaine occurrence de la phrase" #: ../raphodo/errorlog.py:213 msgid "&Highlight All" msgstr "&Surligner tout" #: ../raphodo/errorlog.py:214 msgid "Highlight all occurrences of the phrase" msgstr "Surligner toutes les occurrences de la phrase" #: ../raphodo/errorlog.py:215 msgid "&Match Case" msgstr "&Casse identique" #: ../raphodo/errorlog.py:216 msgid "Search with case sensitivity" msgstr "Recherche sensible à la casse" #: ../raphodo/errorlog.py:217 msgid "&Whole Words" msgstr "&Mots entiers" #: ../raphodo/errorlog.py:218 msgid "Search whole words only" msgstr "Rechercher uniquement les mots entiers" #: ../raphodo/errorlog.py:229 ../raphodo/errorlog.py:371 #, 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:234 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "%(matchnumber)s sur %(total)s correspondances" #: ../raphodo/errorlog.py:256 msgid "Clear" msgstr "Effacer" #: ../raphodo/errorlog.py:357 msgid "Phrase not found" msgstr "Phrase introuvable" #: ../raphodo/errorlog.py:516 msgid "Search pending..." msgstr "Recherche..." #: ../raphodo/errorlog.py:567 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:50 #, python-brace-format msgid "" "Please report the problem at {website}.

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

The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" "Veuillez signaler le problème à {website}.

" "Dans votre rapport de bogue, décrivez ce que vous attendiez et ce que vous " "avez observé.

Le rapport de bogue doit également inclure les " "paramètres du programme et les fichiers journaux. Pour créer un fichier avec " "ces informations supplémentaires, cliquez sur Enregistrer." #: ../raphodo/excepthook.py:57 msgid "Additional Information Saved" msgstr "Informations supplémentaires enregistrées" #: ../raphodo/excepthook.py:62 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
{tarfile}
You need to attach this file to the bug " "report yourself. It will not be automatically attached.

Click here to see the file in your file manager." msgstr "" "Les informations de rapport de bogue supplémentaires ont été créées dans " "votre répertoire personnel dans un fichier tar :
{tarfile}
. Vous " "devez joindre ce fichier au rapport de bogue vous-même. Il ne sera pas joint " "automatiquement.

Cliquez ici pour voir le " "fichier dans votre gestionnaire de fichiers." #: ../raphodo/excepthook.py:69 msgid "Error Creating Additional Information" msgstr "Erreur lors de la création d'informations supplémentaires" #: ../raphodo/excepthook.py:72 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" "Les informations de rapport de bogue supplémentaires n'ont pas été créées. " "Veuillez malgré tout déposer un rapport de bogue." #: ../raphodo/excepthook.py:79 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

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

Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" "Incluez dans votre rapport de bogue les fichiers journaux du programme. Le " "rapport de bogue doit inclure {log_file}, mais joindre les autres " "fichiers journaux est souvent utile.

Si possible, veuillez également " "inclure le fichier de configuration du programme " "{config_file}.

Cliquez ici pour " "ouvrir le dossier des journaux et ici pour " "ouvrir le dossier de configuration." #: ../raphodo/excepthook.py:88 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" "La mise à niveau vers la dernière version vous " "permettra de déterminer si le problème que vous avez rencontré a déjà été " "résolu." #: ../raphodo/excepthook.py:182 msgid "Problem in Rapid Photo Downloader" msgstr "Problème dans Rapid Photo Downloader" #: ../raphodo/excepthook.py:186 msgid "A problem occurred in Rapid Photo Downloader" msgstr "Un problème est survenu dans Rapid Photo Downloader" #: ../raphodo/excepthook.py:189 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" "Si le même problème se reproduit avant la fermeture du programme, il n'y " "aura que cette seule notification." #: ../raphodo/excepthook.py:216 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "Un problème s'est produit dans Rapid Photo Downloader\n" #: ../raphodo/excepthook.py:218 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "Veuillez signaler le problème sur {website}\n" "Joignez le fichier journal trouvé dans {log_path} à votre rapport de bogue\n" "\n" #: ../raphodo/ui/filebrowse.py:173 ../raphodo/thumbnaildisplay.py:2254 msgid "Open in File Browser..." msgstr "Ouvrir dans l'explorateur de fichiers..." #. type: Optional[QModelIndex] #: ../raphodo/ui/filebrowse.py:179 msgid "Reset" msgstr "Réinitialiser" #: ../raphodo/ui/filebrowse.py:183 msgid "Show System Folders" msgstr "Afficher les dossiers système" #: ../raphodo/foldercombo.py:140 msgid "File System" msgstr "Système de fichiers" #: ../raphodo/foldercombo.py:181 msgid "Other..." msgstr "Autre..." #: ../raphodo/foldercombo.py:272 #, python-format msgid "%s (location does not exist)" msgstr "%s (l'emplacement n'existe pas)" #: ../raphodo/generatenameconfig.py:206 msgid "Date time" msgstr "Date/heure" #: ../raphodo/generatenameconfig.py:207 msgid "Text" msgstr "Texte" #: ../raphodo/generatenameconfig.py:208 ../raphodo/rapid.py:2608 msgid "Filename" msgstr "Nom de fichier" #: ../raphodo/generatenameconfig.py:209 #: ../raphodo/prefs/preferencedialog.py:994 msgid "Metadata" msgstr "Métadonnées" #: ../raphodo/generatenameconfig.py:210 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:213 msgid "Job code" msgstr "Étiquette de transfert" #: ../raphodo/generatenameconfig.py:214 msgid "Image date" msgstr "Date de l'image" #: ../raphodo/generatenameconfig.py:215 msgid "Video date" msgstr "Date de la vidéo" #: ../raphodo/generatenameconfig.py:216 msgid "Today" msgstr "Aujourd'hui" #: ../raphodo/generatenameconfig.py:217 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:220 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:223 msgid "Name" msgstr "Nom" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 ../raphodo/rapid.py:2609 msgid "Extension" msgstr "Extension" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 msgid "Image number" msgstr "Numéro d'image" #: ../raphodo/generatenameconfig.py:230 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:233 msgid "Aperture" msgstr "Ouverture" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 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:242 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:245 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:248 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:251 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:254 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:257 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:260 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:262 msgid "File number" msgstr "Numéro de fichier" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:264 msgid "Folder only" msgstr "Répertoire seulement" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:266 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:269 msgid "Owner name" msgstr "Nom du propriétaire" #: ../raphodo/generatenameconfig.py:270 msgid "Codec" msgstr "Codec" #: ../raphodo/generatenameconfig.py:271 msgid "Width" msgstr "Largeur" #: ../raphodo/generatenameconfig.py:272 msgid "Height" msgstr "Hauteur" #: ../raphodo/generatenameconfig.py:273 msgid "Length" msgstr "Longueur" #: ../raphodo/generatenameconfig.py:274 msgid "Frames Per Second" msgstr "Images par seconde" #: ../raphodo/generatenameconfig.py:275 msgid "Artist" msgstr "Artiste" #: ../raphodo/generatenameconfig.py:276 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:279 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:282 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:285 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:288 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:291 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:294 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:297 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:300 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:303 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:306 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:309 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:312 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:315 msgid "lowercase" msgstr "minuscules" #: ../raphodo/generatenameconfig.py:316 msgid "One digit" msgstr "Un chiffre" #: ../raphodo/generatenameconfig.py:317 msgid "Two digits" msgstr "Deux chiffres" #: ../raphodo/generatenameconfig.py:318 msgid "Three digits" msgstr "Trois chiffres" #: ../raphodo/generatenameconfig.py:319 msgid "Four digits" msgstr "Quatre chiffres" #: ../raphodo/generatenameconfig.py:320 msgid "Five digits" msgstr "Cinq chiffres" #: ../raphodo/generatenameconfig.py:321 msgid "Six digits" msgstr "Six chiffres" #: ../raphodo/generatenameconfig.py:322 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:325 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:328 ../raphodo/generatenameconfig.py:415 msgid "YYYYMMDD" msgstr "AAAAMMJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:416 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:334 ../raphodo/generatenameconfig.py:417 msgid "YYYY_MM_DD" msgstr "AAAA_MM_JJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 msgid "YYMMDD" msgstr "AAMMJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 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:343 msgid "YY_MM_DD" msgstr "AA_MM_JJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "MMDDYYYY" msgstr "MMJJAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYY" msgstr "MMJJAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDD" msgstr "MMJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "DDMMYYYY" msgstr "JJMMAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYY" msgstr "JJMMAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 ../raphodo/generatenameconfig.py:415 #: ../raphodo/generatenameconfig.py:416 ../raphodo/generatenameconfig.py:417 #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:419 msgid "YYYY" msgstr "AAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 msgid "YY" msgstr "AA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "DD" msgstr "JJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 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:376 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:379 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:382 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:385 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 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:394 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:397 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 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:403 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:415 msgid "Date" msgstr "Date" #: ../raphodo/generatenameconfig.py:416 msgid "Date (hyphens)" msgstr "Date (tirets)" #: ../raphodo/generatenameconfig.py:417 msgid "Date (underscores)" msgstr "Date (tirets bas)" #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:512 #: ../raphodo/generatenameconfig.py:699 msgid "Date and Job Code" msgstr "Date et étiquette de transfert" #: ../raphodo/generatenameconfig.py:418 msgid "YYYYMM_Job Code" msgstr "AAAAMM_étiquette de transfert" #: ../raphodo/generatenameconfig.py:419 msgid "Date and Job Code Subfolder" msgstr "Sous-répertoire date et étiquette de transfert" #: ../raphodo/generatenameconfig.py:419 msgid "YYYYMM" msgstr "AAAAMM" #: ../raphodo/generatenameconfig.py:419 ../raphodo/jobcodepanel.py:279 #: ../raphodo/ui/nameeditor.py:926 ../raphodo/rapid.py:2261 #: ../raphodo/ui/renamepanel.py:93 ../raphodo/ui/renamepanel.py:275 msgid "Job Code" msgstr "Étiquette de transfert" #: ../raphodo/generatenameconfig.py:507 ../raphodo/generatenameconfig.py:694 msgid "Original Filename" msgstr "Nom de fichier originel" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "Date-Time and Downloads today" msgstr "Date/heure et transferts aujourd'hui" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "YYYYMMDD-HHMM-1" msgstr "AAAAMMJJ-HHMM-1" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "Date and Downloads today" msgstr "Date et transferts aujourd'hui" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "YYYYMMDD-1" msgstr "AAAAMMJJ-1" #: ../raphodo/generatenameconfig.py:510 msgid "Date-Time and Image number" msgstr "Date/heure et numéro d'image" #: ../raphodo/generatenameconfig.py:510 msgid "YYYYMMDD-1234" msgstr "AAAAMMJJ-1234" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "Date-Time and Job Code" msgstr "Date/heure et étiquette de transfert" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "AAAAMMJJ-HHMM-étiquette de transfert-1" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:699 msgid "YYYYMMDD-Job Code-1" msgstr "AAAAMMJJ-étiquette de transfert-1" #: ../raphodo/generatenameconfig.py:697 msgid "Date-Time and Video number" msgstr "Date/heure et numéro de vidéo" #: ../raphodo/generatenameconfig.py:697 msgid "YYYYMMDD_1234" msgstr "AAAAMMJJ_1234" #: ../raphodo/generatenameconfig.py:700 msgid "Resolution" msgstr "Résolution" #: ../raphodo/generatenameconfig.py:700 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "AAAAMMJJ-HHMM-1-1920 x 1080" #: ../raphodo/jobcodepanel.py:90 msgid "Enter a new Job Code, or select a previous one" msgstr "" "Sélectionner une étiquette de transfert existante ou en créer une nouvelle" #: ../raphodo/jobcodepanel.py:98 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" "L'étiquette de transfert sera appliquée à %s qui n'a pas encore d'étiquette." #: ../raphodo/jobcodepanel.py:108 #, 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:121 msgid "Apply Job Code to Download" msgstr "Appliquer une étiquette au transfert" #: ../raphodo/jobcodepanel.py:123 msgid "Enter a new Job Code" msgstr "Entrez une nouvelle étiquette de transfert" #: ../raphodo/jobcodepanel.py:131 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/jobcodepanel.py:144 #, 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:148 msgid "New Job Code" msgstr "Nouvelle étiquette de transfert" #: ../raphodo/jobcodepanel.py:186 msgid "&Job Code:" msgstr "&Étiquette de transfert :" #: ../raphodo/jobcodepanel.py:190 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:251 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:255 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:259 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:264 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:269 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:278 msgid "Last Used" msgstr "Derniers utilisés" #: ../raphodo/jobcodepanel.py:283 msgid "Job Code Sort:" msgstr "Types d'étiquettes de transfert :" #: ../raphodo/jobcodepanel.py:286 ../raphodo/rapid.py:2616 msgid "Ascending" msgstr "Ordre croissant" #: ../raphodo/jobcodepanel.py:287 ../raphodo/rapid.py:2617 msgid "Descending" msgstr "Ordre décroissant" #: ../raphodo/jobcodepanel.py:297 msgid "&New..." msgstr "&Nouveau..." #: ../raphodo/jobcodepanel.py:301 msgid "&Apply" msgstr "&Appliquer" #: ../raphodo/jobcodepanel.py:305 msgid "&Remove" msgstr "&Supprimer" #: ../raphodo/jobcodepanel.py:309 ../raphodo/prefs/preferencedialog.py:288 #: ../raphodo/prefs/preferencedialog.py:324 #: ../raphodo/prefs/preferencedialog.py:781 msgid "Remove All" msgstr "Tout supprimer" #: ../raphodo/jobcodepanel.py:512 msgid "Do you really want to remove all the Job Codes?" msgstr "" "Souhaitez-vous vraiment supprimer toutes les étiquettes de transfert ?" #: ../raphodo/jobcodepanel.py:515 msgid "Remove all Job Codes" msgstr "Supprimer toutes les étiquettes de transfert" #: ../raphodo/jobcodepanel.py:578 msgid "Job Codes" msgstr "Étiquettes de transfert" #: ../raphodo/ui/messagewidget.py:67 #, python-format msgid "Hint: %(message)s" msgstr "Conseil : %(message)s" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:478 ../raphodo/ui/nameeditor.py:498 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/ui/nameeditor.py:583 msgid "Save New Custom Preset..." msgstr "Enregistrer un nouveau préréglage personnalisé..." #: ../raphodo/ui/nameeditor.py:584 msgid "Remove All Custom Presets..." msgstr "Supprimer tous les préréglages personnalisés..." #: ../raphodo/ui/nameeditor.py:630 msgid "(New Custom Preset)" msgstr "(Nouveau préréglage personnalisé)" #: ../raphodo/ui/nameeditor.py:647 #, python-format msgid "%s (edited)" msgstr "%s (modifié)" #: ../raphodo/ui/nameeditor.py:650 ../raphodo/ui/nameeditor.py:1558 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "Mettre à jour le préréglage personnalisé « %s »" #: ../raphodo/ui/nameeditor.py:743 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" "Enregister le nouveau préréglage personnalisé - Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:751 msgid "Preset Name:" msgstr "Nom du préréglage :" #: ../raphodo/ui/nameeditor.py:884 msgid "Photo Subfolder Generation Editor" msgstr "Éditeur de sous-répertoires photo" #: ../raphodo/ui/nameeditor.py:892 msgid "Video Subfolder Generation Editor" msgstr "Éditeur de sous-répertoires vidéo" #: ../raphodo/ui/nameeditor.py:900 msgid "Photo Renaming Editor" msgstr "Renommage de photos" #: ../raphodo/ui/nameeditor.py:907 msgid "Video Renaming Editor" msgstr "Renommage de vidéos" #: ../raphodo/ui/nameeditor.py:936 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" "Attention : Il n'y a pas suffisamment " "de données pour générer entièrement le nom. Veuillez utiliser d'autres " "options de renommage." #: ../raphodo/ui/nameeditor.py:954 #, python-format msgid "The character
%(separator)s creates a new subfolder level." msgstr "" "Le caractère %(separator)s créé un nouveau niveau de sous-dossier." #: ../raphodo/ui/nameeditor.py:964 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" "Il n'est pas nécessaire de commencer ou de finir avec le séparateur de " "dossiers %(separator)s, car il est ajouté automatiquement." #: ../raphodo/ui/nameeditor.py:972 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" "Attention: Des noms de fichiers unique " "ne seront peut être pas générés. Utiliser Sequence values pour avoir des " "noms uniques." #: ../raphodo/ui/nameeditor.py:999 ../raphodo/ui/renamepanel.py:139 msgid "Preset:" msgstr "Préréglage :" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1082 ../raphodo/ui/nameeditor.py:1105 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/ui/nameeditor.py:1134 ../raphodo/prefs/preferencedialog.py:1083 #: ../raphodo/wsl.py:648 msgid "Get help online..." msgstr "Obtenir de l'aide en ligne..." #: ../raphodo/ui/nameeditor.py:1161 msgid "Insert" msgstr "Insérer" #: ../raphodo/ui/nameeditor.py:1523 msgid "Save Preset - Rapid Photo Downloader" msgstr "Enregistrer le préréglage - Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:1527 msgid "" "Do you want to save the changes in a new custom " "preset?

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

The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" "Voulez-vous enregistrer les modifications dans un nouveau préréglage " "personnalisé ?

La création d'un préréglage personnalisé n'est pas " "nécessaire, mais peut vous aider à rester organisé.

Les modifications " "apportées aux préférences seront toujours appliquées indépendamment de la " "création ou non d'un nouveau préréglage personnalisé." #: ../raphodo/ui/nameeditor.py:1548 msgid "" "Do you want to save the changes in a custom preset?

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

The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" "Voulez-vous enregistrer les modifications dans un préréglage personnalisé " "?

Si vous le souhaitez, vous pouvez créer un nouveau préréglage " "personnalisé ou mettre à jour le préréglage personnalisé " "existant.

Les modifications apportées aux préférences seront toujours " "appliquées indépendamment de la sauvegarde d'un préréglage personnalisé ou " "non." #: ../raphodo/ui/nameeditor.py:1562 msgid "Save New Custom Preset" msgstr "Enregister le nouveau préréglage personnalisé" #: ../raphodo/newversion.py:326 msgid "Checking for new version..." msgstr "Recherche d'une nouvelle version..." #: ../raphodo/newversion.py:327 msgid "You are running the latest version." msgstr "Vous utilisez la dernière version." #: ../raphodo/newversion.py:328 msgid "Failed to contact the update server." msgstr "Impossible de contacter le serveur de mise à jour." #: ../raphodo/newversion.py:331 #, 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:334 msgid "Do you want to download the new version?" msgstr "Voulez-vous télécharger la nouvelle version ?" #: ../raphodo/newversion.py:336 #, 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:366 ../raphodo/newversion.py:385 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:388 msgid "&Open Download Page" msgstr "&Ouvrir la page de transfert" #: ../raphodo/newversion.py:412 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:531 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "%(downloaded)s sur %(total)s" #: ../raphodo/newversion.py:553 msgid "Downloading..." msgstr "Transfert..." #: ../raphodo/prefs/preferencedialog.py:134 msgid "Preferences" msgstr "Préférences" #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 msgid "Language" msgstr "Langue" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 msgid "Automation" msgstr "Automatisation" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Thumbnails" msgstr "Miniatures" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:160 #: ../raphodo/prefs/preferencedialog.py:183 #: ../raphodo/prefs/preferencedialog.py:585 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:184 #: ../raphodo/prefs/preferencedialog.py:649 msgid "Error Handling" msgstr "Gestion des erreurs" #: ../raphodo/prefs/preferencedialog.py:162 #: ../raphodo/prefs/preferencedialog.py:185 msgid "Warnings" msgstr "Avertissements" #: ../raphodo/prefs/preferencedialog.py:163 msgid "Consolidation" msgstr "Consolidation" #: ../raphodo/prefs/preferencedialog.py:164 #: ../raphodo/prefs/preferencedialog.py:186 msgid "Miscellaneous" msgstr "Divers" #: ../raphodo/prefs/preferencedialog.py:221 msgid "Device Scanning" msgstr "Analyse de périphérique" #: ../raphodo/prefs/preferencedialog.py:222 msgid "Scan only external devices" msgstr "Analyser uniquement les périphériques externes" #: ../raphodo/prefs/preferencedialog.py:225 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" "Rechercher des photos et des vidéos uniquement sur des périphériques " "externes à l'ordinateur,\n" "y compris les appareils photo, les cartes mémoire, les disques durs externes " "et les lecteurs flash USB." #: ../raphodo/prefs/preferencedialog.py:231 msgid "Scan only specific folders on devices" msgstr "Analyser uniquement les dossiers spécifiques sur les périphériques" #: ../raphodo/prefs/preferencedialog.py:233 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Rechercher des photos et des vidéos uniquement dans les dossiers spécifiés " "ci-dessous (à l'exception des chemins\n" "spécifié dans « Chemins ignorés »).\n" "\n" "Si vous modifiez ce paramètre, tous les périphériques seront à nouveau " "analysés." #: ../raphodo/prefs/preferencedialog.py:240 msgid "Folders to scan:" msgstr "Dossiers à analyser :" #: ../raphodo/prefs/preferencedialog.py:244 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" "Dossiers au niveau de base des systèmes de fichiers de périphérique à " "analyser\n" "pour les photos et les vidéos." #: ../raphodo/prefs/preferencedialog.py:249 #: ../raphodo/prefs/preferencedialog.py:310 msgid "Add..." msgstr "Ajouter..." #: ../raphodo/prefs/preferencedialog.py:252 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Ajouter un dossier à la liste des dossiers à analyser pour les photos et " "vidéos.\n" "\n" "La modification de ce paramètre entraîne une nouvelle analyse de tous les " "périphériques." #: ../raphodo/prefs/preferencedialog.py:256 #: ../raphodo/prefs/preferencedialog.py:286 #: ../raphodo/prefs/preferencedialog.py:317 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove" msgstr "Supprimer" #: ../raphodo/prefs/preferencedialog.py:259 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Supprimer un dossier de la liste des dossiers pour rechercher des photos et " "des vidéos.\n" "\n" "La modification de ce paramètre entraîne une nouvelle analyse de tous les " "périphériques." #: ../raphodo/prefs/preferencedialog.py:278 msgid "Devices that have been set to automatically ignore or download from." msgstr "" "Périphériques configurés pour être automatiquement ignorés ou téléchargés." #: ../raphodo/prefs/preferencedialog.py:279 msgid "Remembered Devices" msgstr "Périphériques mémorisés" #: ../raphodo/prefs/preferencedialog.py:283 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" "Supprimer un périphérique de la liste des périphériques à ignorer ou à " "télécharger automatiquement." #: ../raphodo/prefs/preferencedialog.py:290 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:304 msgid "Ignored Paths" msgstr "Emplacements exclus" #: ../raphodo/prefs/preferencedialog.py:306 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" "La fin d'un chemin qui ne devrait jamais être analysé pour des photos ou des " "vidéos." #: ../raphodo/prefs/preferencedialog.py:313 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Ajoutez un chemin d'accès à la liste des chemins à ignorer.\n" "\n" "La modification de ce paramètre entraîne l'analyse de tous les périphériques." #: ../raphodo/prefs/preferencedialog.py:320 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Supprimez un chemin de la liste des chemins à ignorer.\n" "\n" "La modification de ce paramètre entraîne l'analyse de tous les périphériques." #: ../raphodo/prefs/preferencedialog.py:327 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Effacez la liste des chemins à ignorer.\n" "\n" "La modification de ce paramètre entraîne l'analyse de tous les périphériques." #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as well. #: ../raphodo/prefs/preferencedialog.py:338 #, python-brace-format msgid "Use python-style regular expressions" msgstr "Utiliser les expressions régulières de style Python" #: ../raphodo/prefs/preferencedialog.py:345 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Utilisez des expressions régulières dans la liste des chemins ignorés.\n" "\n" "La modification de ce paramètre entraîne l'analyse de tous les périphériques." #: ../raphodo/prefs/preferencedialog.py:387 msgid "Language: " msgstr "Langue : " #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:400 #: ../raphodo/prefs/preferencedialog.py:505 #: ../raphodo/prefs/preferencedialog.py:553 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:408 #: ../raphodo/prefs/preferencedialog.py:575 msgid "* Takes effect upon program restart" msgstr "* Prend effet au prochain démarrage" #: ../raphodo/prefs/preferencedialog.py:416 msgid "Program Automation" msgstr "Automatisation du programme" #: ../raphodo/prefs/preferencedialog.py:417 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place the #. carriage return where you think it makes sense so that the tool tip does not #. stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:422 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading at program startup" msgstr "Démarrer le transfert au démarrage de l'application" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Start downloading upon device insertion" msgstr "Commencer le transfert lors de l'insertion d'un périphérique" #: ../raphodo/prefs/preferencedialog.py:430 msgid "Unmount (eject) device upon download completion" msgstr "Démonter (éjecter) le périphérique à la fin du transfert" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program when download completes" msgstr "Quitter l'application après un transfert réussi" #: ../raphodo/prefs/preferencedialog.py:433 msgid "Exit program even if download had warnings or errors" msgstr "" "Quitter l'application même si des avertissements ou des erreurs ont été " "signalés lors du transfert" #: ../raphodo/prefs/preferencedialog.py:465 msgid "Thumbnail Generation" msgstr "Génération de miniatures" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails" msgstr "Générer des miniatures" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Generate thumbnails to show in the main program window" msgstr "" "Générer des miniatures pour afficher dans la fenêtre principale du programme" #: ../raphodo/prefs/preferencedialog.py:470 msgid "Cache thumbnails" msgstr "Mettre en cache les miniatures" #: ../raphodo/prefs/preferencedialog.py:473 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" "Enregistrez les miniatures présentées dans la fenêtre du programme principal " "dans un cache de vignette unique à Rapid Photo Downloader" #: ../raphodo/prefs/preferencedialog.py:477 msgid "Generate system thumbnails" msgstr "Générer des miniatures système" #: ../raphodo/prefs/preferencedialog.py:480 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" "Pendant le transfert, enregistrez les miniatures qui peuvent être utilisées " "par les gestionnaires de fichiers de bureau et d'autres programmes" #: ../raphodo/prefs/preferencedialog.py:489 msgid "Number of CPU cores used to generate thumbnails." msgstr "Nombre de cœurs de processeur utilisés pour générer des miniatures." #: ../raphodo/prefs/preferencedialog.py:490 msgid "CPU cores:" msgstr "Cœurs de processeur :" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Thumbnail Cache" msgstr "Cache des miniatures" #: ../raphodo/prefs/preferencedialog.py:530 msgid "Calculating..." msgstr "Calcul..." #: ../raphodo/prefs/preferencedialog.py:536 msgid "days" msgstr "jours" #: ../raphodo/prefs/preferencedialog.py:537 msgid "forever" msgstr "indéfiniment" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Cache size:" msgstr "Taille du cache :" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Number of thumbnails:" msgstr "Nombre de miniatures :" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Database size:" msgstr "Taille de la base de données :" #: ../raphodo/prefs/preferencedialog.py:550 msgid "Cache unaccessed thumbnails for:" msgstr "Cacher les miniatures non traitées pour :" #: ../raphodo/prefs/preferencedialog.py:559 msgid "Purge Cache..." msgstr "Purger le cache..." #: ../raphodo/prefs/preferencedialog.py:562 msgid "Optimize Cache..." msgstr "Optimiser le cache..." #: ../raphodo/prefs/preferencedialog.py:588 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:598 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:601 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:615 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:629 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Skip download" msgstr "Passer le transfert" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Don't download the file, and issue an error message" msgstr "Ne pas transférer le fichier et émettre un message d'erreur" #: ../raphodo/prefs/preferencedialog.py:656 msgid "Add unique identifier" msgstr "Ajouter un identifiant unique" #: ../raphodo/prefs/preferencedialog.py:659 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" "Ajouter un identifiant comme _1 ou _2 à la fin du nom de fichier, " "immédiatement avant l'extension du fichier" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Overwrite" msgstr "Écraser" #: ../raphodo/prefs/preferencedialog.py:668 msgid "Overwrite the previously backed up file" msgstr "Écraser le fichier précédemment sauvegardé" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Skip" msgstr "Passer" #: ../raphodo/prefs/preferencedialog.py:671 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" "Ne pas écraser le fichier de sauvegarde et émettre un message d'erreur" #: ../raphodo/prefs/preferencedialog.py:678 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" "Lorsqu'une photo ou une vidéo du même nom a déjà été transférée, choisissez " "d'ignorer le ttransfert du fichier ou d'ajouter un identifiant unique :" #: ../raphodo/prefs/preferencedialog.py:690 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" "Utiliser des nombres séquentiels pour générer des noms de fichiers uniques " "est fortement recommandé. Configurez le renommage de fichier depuis le " "panneau Renommer de la fenêtre principale." #: ../raphodo/prefs/preferencedialog.py:701 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" "Lors de la sauvegarde, choisissez d'écraser le fichier qui possède le même " "nom sur le périphérique de sauvegarde ou de passer la sauvegarde :" #: ../raphodo/prefs/preferencedialog.py:722 msgid "Program Warnings" msgstr "Avertissements de programme" #: ../raphodo/prefs/preferencedialog.py:723 msgid "Show a warning when:" msgstr "Afficher un avertissement lorsque :" #: ../raphodo/prefs/preferencedialog.py:727 msgid "Downloading files currently not displayed" msgstr "Transfert des fichiers actuellement non affichés" #: ../raphodo/prefs/preferencedialog.py:730 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" "Avertir lorsque sur le point de transférer des fichiers qui ne sont pas " "affichés dans la fenêtre principale." #: ../raphodo/prefs/preferencedialog.py:734 msgid "Backup destinations are missing" msgstr "Les destinations de sauvegarde sont manquantes" #: ../raphodo/prefs/preferencedialog.py:736 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" "Avertir avant de commencer un transfert s'il n'est pas possible de " "sauvegarder les fichiers." #: ../raphodo/prefs/preferencedialog.py:740 msgid "Program libraries are missing or broken" msgstr "Les bibliothèques de programme sont manquantes ou cassées" #: ../raphodo/prefs/preferencedialog.py:743 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" "Avertir si une bibliothèque de logiciels utilisée par Rapid Photo Downloader " "est manquante ou ne fonctionne pas." #: ../raphodo/prefs/preferencedialog.py:747 msgid "Filesystem metadata cannot be set" msgstr "Les métadonnées du système de fichiers ne peuvent pas être définies" #: ../raphodo/prefs/preferencedialog.py:749 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" "Avertir s'il y a une erreur dans la définition des métadonnées du système de " "fichiers d'un fichier, comme sa date de modification." #: ../raphodo/prefs/preferencedialog.py:753 msgid "Encountering unhandled files" msgstr "Fichiers non gérés rencontrés" #: ../raphodo/prefs/preferencedialog.py:755 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" "Avertir après l'analyse d'un périphérique ou de cet ordinateur s'il existe " "des fichiers non reconnus qui ne seront pas inclus dans le transfert." #: ../raphodo/prefs/preferencedialog.py:760 msgid "Do not warn about unhandled files with extensions:" msgstr "Ne pas avertir à propos des fichiers non gérés avec des extensions :" #: ../raphodo/prefs/preferencedialog.py:765 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" "Les extensions de fichiers ne sont pas sensibles à la casse et ne doivent " "pas inclure le point de séparation." #: ../raphodo/prefs/preferencedialog.py:769 msgid "Add" msgstr "Ajouter" #: ../raphodo/prefs/preferencedialog.py:771 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" "Ajoutez une extension de fichier à la liste des types de fichiers non pris " "en charge à ne pas traiter." #: ../raphodo/prefs/preferencedialog.py:776 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" "Retirez une extension de fichier de la liste des types de fichiers non pris " "en charge à ne pas traiter." #: ../raphodo/prefs/preferencedialog.py:783 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" "Videz la liste des types de fichiers non pris en charge à ne pas traiter." #: ../raphodo/prefs/preferencedialog.py:821 msgid "Photo and Video Consolidation" msgstr "Consolidation de photos et de vidéos" #: ../raphodo/prefs/preferencedialog.py:824 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:827 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" "Analyse les résultats des analyses de périphériques à la recherche de " "fichiers en double et de paires RAW et JPEG correspondantes,\n" "les comparant sur plusieurs appareils et sessions de téléchargement." #: ../raphodo/prefs/preferencedialog.py:833 msgid "Treat matching RAW and JPEG files as:" msgstr "Traiter les fichiers RAW et JPEG en tant que :" #: ../raphodo/prefs/preferencedialog.py:834 msgid "One photo" msgstr "Une photo" #: ../raphodo/prefs/preferencedialog.py:835 msgid "Two photos" msgstr "Deux photos" #: ../raphodo/prefs/preferencedialog.py:837 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" "Afficher les paires de photos RAW et JPEG correspondantes sur une seule " "photo et, si elle est cochée, télécharger les deux." #: ../raphodo/prefs/preferencedialog.py:842 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" "Afficher les paires de photos RAW et JPEG correspondantes sous la forme de " "deux photos différentes. Vous pouvez toujours synchroniser leurs numéros de " "séquence." #: ../raphodo/prefs/preferencedialog.py:851 msgid "With matching RAW and JPEG photos:" msgstr "Avec des photos RAW et JPEG correspondantes :" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Do not mark JPEG for download" msgstr "Ne pas marquer les JPEG pour le téléchargement" #: ../raphodo/prefs/preferencedialog.py:854 msgid "Do not mark RAW for download" msgstr "Ne marque pas les RAW pour le téléchargement" #: ../raphodo/prefs/preferencedialog.py:855 msgid "Mark both for download" msgstr "Marquer les deux pour le téléchargement" #: ../raphodo/prefs/preferencedialog.py:862 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:868 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:874 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" "Lorsque les photos RAW et JPEG correspondantes sont trouvées, les marquer " "automatiquement pour téléchargement." #: ../raphodo/prefs/preferencedialog.py:880 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" "Si vous désactivez la consolidation de fichiers, choisissez ce qu'il faut " "faire lorsqu'un périphérique de téléchargement est inséré pendant que les " "téléchargements terminés sont affichés :" #: ../raphodo/prefs/preferencedialog.py:886 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" "Lorsqu'un périphérique de transfert est inséré lorsque les transferts " "effectués sont affichés :" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Clear completed downloads" msgstr "Effacer les transferts terminés" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Keep displaying completed downloads" msgstr "Conserver l'affichage des transferts terminés" #: ../raphodo/prefs/preferencedialog.py:906 msgid "Prompt for what to do" msgstr "Demander ce qu'il faut faire" #: ../raphodo/prefs/preferencedialog.py:911 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" "Effacer automatiquement l'affichage des transferts terminés chaque fois " "qu'un nouveau périphérique de transfert est inséré." #: ../raphodo/prefs/preferencedialog.py:916 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" "Continuez à afficher les transferts terminés chaque fois qu'un nouveau " "périphérique de transfert est inséré." #: ../raphodo/prefs/preferencedialog.py:921 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" "Demander s'il faut continuer à afficher les transferts terminés ou les " "effacer chaque fois qu'un nouveau périphérique de transfert est inséré." #: ../raphodo/prefs/preferencedialog.py:968 msgid "Version Check" msgstr "Vérification de la version" #: ../raphodo/prefs/preferencedialog.py:969 msgid "Check for new version at startup" msgstr "Vérifier l'existence d'une nouvelle version au démarrage" #: ../raphodo/prefs/preferencedialog.py:972 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/prefs/preferencedialog.py:976 msgid "Include development releases" msgstr "Inclure les versions de développement" #: ../raphodo/prefs/preferencedialog.py:978 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/prefs/preferencedialog.py:996 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "Ignorer les métadonnées de date/heure DNG sur les périphériques MTP" #: ../raphodo/prefs/preferencedialog.py:999 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" "Ignorer les métadonnées de date/heure DNG sur les périphériques MTP et " "utiliser la date de modification du fichier à la place.\n" "\n" "Utile pour les périphériques comme certains téléphones et tablettes qui " "créent des métadonnées DNG incorrectes." #: ../raphodo/prefs/preferencedialog.py:1006 msgid "Read photo metadata using only ExifTool" msgstr "Lire les métadonnées des photos en utilisant uniquement ExifTool" #: ../raphodo/prefs/preferencedialog.py:1008 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" "Utilise ExifTool au lieu d'Exiv2 pour lire les métadonnées des photos et " "extraire les miniatures.\n" "\n" "La valeur par défaut est d'utiliser Exiv2, en s'appuyant sur ExifTool " "uniquement lorsqu'Exiv2 ne prend pas en charge\n" "le format de fichier lu.\n" "\n" "Exiv2 est rapide, précis et presque toujours fiable, mais il se bloque lors " "de l'extraction\n" "des métadonnées d'un petit nombre de fichiers, tels que les fichiers DNG " "produits par les appareils photo\n" "Leica M8." #: ../raphodo/prefs/preferencedialog.py:1034 msgid "Completed Downloads" msgstr "Transferts terminés" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1140 msgid "" msgstr "< Langue du système >" #: ../raphodo/prefs/preferencedialog.py:1423 #, python-format msgid "Restores default %s preference values" msgstr "Rétablit les valeurs de préférence %s par défaut" #: ../raphodo/prefs/preferencedialog.py:1585 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" "Voulez-vous purger le cache des miniatures ? Le cache sera purgé au prochain " "redémarrage." #: ../raphodo/prefs/preferencedialog.py:1590 msgid "Purge Thumbnail Cache" msgstr "Purger le cache des miniatures" #: ../raphodo/prefs/preferencedialog.py:1605 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" "Voulez-vous optimiser le cache des miniatures ? Le cache sera optimisé au " "prochain redémarrage." #: ../raphodo/prefs/preferencedialog.py:1610 msgid "Optimize Thumbnail Cache" msgstr "Optimiser le cache des miniatures" #: ../raphodo/prefs/preferencedialog.py:1929 msgid "Enter a Folder to Scan" msgstr "Saisir un dossier à analyser" #: ../raphodo/prefs/preferencedialog.py:1931 msgid "Specify a folder that will be scanned for photos and videos" msgstr "Spécifiez un dossier qui sera analysé" #: ../raphodo/prefs/preferencedialog.py:1933 msgid "Folder:" msgstr "Dossier :" #: ../raphodo/prefs/preferencedialog.py:1947 msgid "Enter a Path to Ignore" msgstr "Saisissez un emplacement à exclure" #: ../raphodo/prefs/preferencedialog.py:1949 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" "Saisissez un emplacement pour lequel les photos et les vidéos ne seront pas " "recherchées" #: ../raphodo/prefs/preferencedialog.py:1951 msgid "Path:" msgstr "Emplacement :" #: ../raphodo/prefs/preferencedialog.py:1965 msgid "Enter a File Extension" msgstr "Saisir une extension de fichier" #: ../raphodo/prefs/preferencedialog.py:1966 msgid "Specify a file extension (without the leading dot)" msgstr "Spécifier une extension de fichier (sans le point)" #: ../raphodo/prefs/preferencedialog.py:1967 ../raphodo/ui/renamepanel.py:140 msgid "Extension:" msgstr "Extension :" #: ../raphodo/prefs/preferencedialog.py:1982 msgid "Invalid File Extension" msgstr "Extension de fichier non valide" #: ../raphodo/prefs/preferencedialog.py:1987 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" "L'extension de fichier %s est reconnue par Rapid Photo Downloader, il " "est donc inutile de prévenir de sa présence." #: ../raphodo/prefs/preferencedialog.py:1996 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" "Types de fichiers reconnus :\n" "\n" "Photos :\n" "%(photos)s\n" "\n" "Vidéos :\n" "%(videos)s\n" "\n" "Audio :\n" "%(audio)s\n" "\n" "Autres :\n" "%(other)s" #: ../raphodo/prefs/preferences.py:311 msgid "Wedding" msgstr "Mariage" #: ../raphodo/prefs/preferences.py:311 msgid "Birthday" msgstr "Anniversaire" #: ../raphodo/prefs/preferences.py:736 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" "Les préférences de sous-dossier ne devraient pas commencer avec un %s" #: ../raphodo/prefs/preferences.py:740 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" "Les préférences de sous-dossier ne devraient pas se terminer avec un %s" #: ../raphodo/prefs/preferences.py:747 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" "Les préférences de sous-dossier ne devraient pas contenir deux %s consécutifs" #: ../raphodo/ui/primarybutton.py:124 msgid "Download 8 Photos and 10 Videos" msgstr "Transférer 8 photos et 10 vidéos" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Erreur : %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "Erreur : %s" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "Erreur GPhoto2 : %s" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" "Impossible d'initialiser l'appareil photo, probablement parce qu'un autre " "programme l'utilise. Aucun fichier n'a été copié." #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "Impossible de lire le répertoire %s" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "Impossible d'accéder à la date de modification ou à la taille de %s" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "Impossible de lire le fichier %s" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "Impossible d'écrire le fichier %s" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "Impossible de déplacer le fichier %s" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "Impossible de supprimer le fichier %s" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "Impossible de copier le fichier %s" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "Le fichier de longueur zéro %s ne sera pas téléchargé" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" "Impossible de déterminer la date de modification du système de fichiers pour " "%s" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "Impossible de charger les métadonnées depuis %s" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" "Impossible de charger les métadonnées depuis %(name)s. Le %(filetype)s n'a " "pas été téléchargé." #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" "Une erreur s'est produite lors du paramétrage des métadonnées du système de " "fichiers d'un fichier sur le système de fichiers %s. Si cette erreur " "survient à nouveau sur le même système de fichiers, elle ne sera plus " "signalée." #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "Fichier %s non géré rencontré. Il ne sera pas transférer." #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)s existe déjà." #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" "La %(destination)s de %(filetype)s a été modifiée le %(date)s à %(time)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" "La %(source)s de %(filetype)s n'a pas été transférée depuis %(device)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "La %(source)s de %(filetype)s a été transférée depuis %(device)s." #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "L'identifiant unique « %s » a été ajouté au nom de fichier." #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "La %(destination)s de sauvegarde existante de %(filetype)s a été modifiée le " "%(date)s à %(time)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" "La %(source)s de %(filetype)s n'a pas été sauvegardée depuis %(device)s." #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "La précédente %(destination)s de sauvegarde de %(filetype)s a été modifiée " "le %(date)s à %(time)s." #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" "Lors de la synchronisation des valeurs de séquence RAW + JPEG, un %(file)s " "%(filetype)s a été rencontré et n'a pas été téléchargé." #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" "Lors de la synchronisation des valeurs de séquence RAW + JPEG, les photos " "ont été détectées avec les mêmes noms de fichiers, mais prises à des moments " "différents :" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)s a été prise le %(image1_date)s à %(image1_time)s, et %(image2)s " "le %(image2_date)s à %(image2_time)s." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "Impossible de finaliser le nom de fichier pour %s" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "La métadonnée %(type)s est manquante." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "Les métadonnées suivantes sont manquantes : %s." #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "Conversion de date/heure échouée : %s." #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" "Impossible d'extraire les métadonnées de date/heure valides ou de déterminer " "l'heure de modification du fichier." #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "Le nom de fichier n'a pas d'extension." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "Le nom du fichier n'a pas de composante unique." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" "Erreur lors de la génération du composant %(component)s. Erreur : %(error)s" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" "Il n'y a pas de données pour générer le %(subfolder_file)s pour " "%(filename)s. Le %(filetype)s n'a pas été téléchargé." #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "Impossible de créer le sous-dossier de téléchargement %s." #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "Impossible de créer le sous-dossier de sauvegarde %s." #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "Problèmes durant l'analyse de %s" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "Problèmes de copie depuis %s" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" "Problèmes lors de la finalisation des noms de fichiers et de la génération " "de sous-dossiers" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "Problèmes de sauvegarde vers %s" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 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:249 ../raphodo/proximity.py:278 #: ../raphodo/proximity.py:313 ../raphodo/proximity.py:319 #, 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:267 #, 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:288 ../raphodo/proximity.py:294 #: ../raphodo/proximity.py:1123 ../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:303 ../raphodo/proximity.py:307 #: ../raphodo/proximity.py:1130 ../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:328 #, 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:339 #, 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:473 #, 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:1135 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1893 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:1952 #, 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:1956 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:1962 #, python-format msgid "%(hours)dh" msgstr "%(hours)dh" #: ../raphodo/proximity.py:2101 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:2106 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:2109 msgid "Timeline build pending..." msgstr "Chronologie en construction..." #: ../raphodo/proximity.py:2110 msgid "Timeline is building..." msgstr "Construction de la chronologie..." #: ../raphodo/proximity.py:2112 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:2568 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:473 ../raphodo/rapid.py:871 ../raphodo/rapid.py:4657 #: ../raphodo/rapid.py:4880 ../raphodo/rapid.py:4899 ../raphodo/rapid.py:4922 #: ../raphodo/rapid.py:4929 ../raphodo/rapid.py:5606 ../raphodo/rapid.py:6229 #: ../raphodo/rapid.py:7449 ../raphodo/ui/rememberthisdialog.py:112 #: ../raphodo/ui/viewutils.py:743 #: ../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:1156 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:1167 msgid "Problem with ExifTool" msgstr "Problème avec ExifTool" #: ../raphodo/rapid.py:1176 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:1188 msgid "Problem with libmediainfo" msgstr "Problème avec libmediainfo" #: ../raphodo/rapid.py:1367 #, python-format msgid "" "Cannot download from Apple devices

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

Missing applications: " "%(applications)s

Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1766 msgid "Download failed" msgstr "Le téléchargement a échoué" #: ../raphodo/rapid.py:1769 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:1778 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:1782 msgid "Update Rapid Photo Downloader" msgstr "Mise à jour de Rapid Photo Downloader" #: ../raphodo/rapid.py:1786 msgid "Install" msgstr "Installer" #: ../raphodo/rapid.py:1804 msgid "New version saved" msgstr "Nouvelle version enregistrée" #: ../raphodo/rapid.py:1806 #, 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:1824 msgid "Upgrade failed" msgstr "Échec de la mise à jour" #: ../raphodo/rapid.py:1827 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:1873 msgid "" "\n" "

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

\n" "

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

" msgstr "" #: ../raphodo/rapid.py:1883 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1894 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1897 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1898 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1901 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in the future #: ../raphodo/rapid.py:1906 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:2110 ../raphodo/rapid.py:2914 msgid "Download" msgstr "Télécharger" #: ../raphodo/rapid.py:2114 msgid "&Refresh..." msgstr "&Actualiser..." #: ../raphodo/rapid.py:2118 msgid "&Preferences" msgstr "&Préférences" #: ../raphodo/rapid.py:2122 msgid "&Quit" msgstr "&Quitter" #: ../raphodo/rapid.py:2128 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:2132 msgid "Error &Reports" msgstr "&Rapports d'erreur" #: ../raphodo/rapid.py:2137 msgid "Clear Completed Downloads" msgstr "Effacer les transferts terminés" #: ../raphodo/rapid.py:2140 msgid "Get Help Online..." msgstr "Obtenir de l'aide en ligne..." #: ../raphodo/rapid.py:2144 msgid "&Tip of the Day..." msgstr "&Astuce du jour..." #: ../raphodo/rapid.py:2147 msgid "Report a Problem..." msgstr "Signaler un problème..." #: ../raphodo/rapid.py:2150 msgid "Make a Donation..." msgstr "Faire un don..." #: ../raphodo/rapid.py:2153 msgid "Translate this Application..." msgstr "Traduire cette application..." #: ../raphodo/rapid.py:2158 msgid "&About..." msgstr "&À propos..." #: ../raphodo/rapid.py:2161 msgid "Check for Updates..." msgstr "Rechercher des mises à jour..." #: ../raphodo/rapid.py:2250 msgid "Timeline" msgstr "Chronologie" #: ../raphodo/rapid.py:2258 msgid "Destination" msgstr "Destination" #: ../raphodo/rapid.py:2260 msgid "Rename" msgstr "Renommer" #: ../raphodo/rapid.py:2262 msgid "Back Up" msgstr "Sauvegarde" #: ../raphodo/rapid.py:2486 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" "Activer ou désactiver l'utilisation de périphériques reliés à cet ordinateur " "en tant que sources de transfert" #: ../raphodo/rapid.py:2505 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:2508 msgid "This Computer" msgstr "Cet ordinateur" #: ../raphodo/rapid.py:2522 msgid "Select a source folder" msgstr "Sélectionner un répertoire source" #: ../raphodo/rapid.py:2600 msgid "All" msgstr "Tout" #: ../raphodo/rapid.py:2601 msgid "New" msgstr "Nouveau" #: ../raphodo/rapid.py:2603 msgid "Show:" msgstr "Afficher :" #: ../raphodo/rapid.py:2606 msgid "Modification Time" msgstr "Heure de modification" #: ../raphodo/rapid.py:2607 msgid "Checked State" msgstr "État enregistré" #: ../raphodo/rapid.py:2610 msgid "File Type" msgstr "Type de fichier" #: ../raphodo/rapid.py:2611 msgid "Device" msgstr "Périphérique" #: ../raphodo/rapid.py:2613 msgid "Sort:" msgstr "Tri :" #: ../raphodo/rapid.py:2629 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:2894 #, python-format msgid "Download %(files)s" msgstr "Transférer %(files)s" #: ../raphodo/rapid.py:2910 msgid "Resume Download" msgstr "Reprendre le transfert" #: ../raphodo/rapid.py:2912 msgid "Pause" msgstr "Suspendre" #: ../raphodo/rapid.py:3049 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:3150 #, 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:3244 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:3258 #, 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:3346 msgid "" "\n" "Downloading all files

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

\n" "Do you want to proceed with the download?" msgstr "" "\n" "Téléchargement de tous les fichiers

\n" "Un téléchargement comprend toujours tous les fichiers dont le téléchargement " "est vérifié,\n" "y compris ceux qui ne sont pas actuellement affichés parce que la " "chronologie\n" "est utilisée ou parce que seuls les nouveaux fichiers sont " "affichés.

\n" "Voulez-vous continuer le téléchargement ?" #: ../raphodo/rapid.py:3511 #, 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:3514 #, 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:3517 msgid "Download Failure" msgstr "Échec de transfert" #: ../raphodo/rapid.py:3518 msgid "The download cannot proceed." msgstr "Le transfert ne peut pas se dérouler." #: ../raphodo/rapid.py:3536 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:3547 ../raphodo/rapid.py:3561 #, 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:3549 ../raphodo/rpdfile.py:179 msgid "photos" msgstr "photos" #: ../raphodo/rapid.py:3563 ../raphodo/rpdfile.py:174 msgid "videos" msgstr "vidéos" #: ../raphodo/rapid.py:3573 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:3589 ../raphodo/rapid.py:3605 #, 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:3592 ../raphodo/rpdfile.py:181 ../raphodo/rpdfile.py:850 msgid "photo" msgstr "photo" #: ../raphodo/rapid.py:3608 ../raphodo/rpdfile.py:176 ../raphodo/rpdfile.py:912 msgid "video" msgstr "vidéo" #: ../raphodo/rapid.py:3616 msgid "Backup problem" msgstr "Problème de sauvegarde" #: ../raphodo/rapid.py:4447 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s — %(time_left)s left (%(speed)s)" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4527 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s transférés" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4537 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "erreur lors du transfert de %(noFiles)s %(filetypes)s" #: ../raphodo/rapid.py:4543 ../raphodo/rapid.py:4650 msgid "warnings" msgstr "avertissements" #: ../raphodo/rapid.py:4578 msgid "All downloads complete" msgstr "Tous les transferts sont terminés" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4588 ../raphodo/rapid.py:4603 ../raphodo/rapid.py:4619 #: ../raphodo/rapid.py:4634 ../raphodo/rapid.py:4649 #, 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:4593 ../raphodo/rapid.py:4624 #, 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:4608 ../raphodo/rapid.py:4639 #, python-format msgid "%(filetype)s failed to download" msgstr "Échec de transfert pour %(filetype)s" #: ../raphodo/rapid.py:4675 msgid "1 failure" msgstr "1 échec" #: ../raphodo/rapid.py:4677 #, python-format msgid "%d failures" msgstr "%d échecs" #: ../raphodo/rapid.py:4682 msgid "1 warning" msgstr "1 avertissement" #: ../raphodo/rapid.py:4684 #, python-format msgid "%d warnings" msgstr "%d avertissements" #: ../raphodo/rapid.py:4709 #, 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:4716 #, 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:4725 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Aucun fichier transféré — %(failures)s" #: ../raphodo/rapid.py:4727 msgid "No files downloaded" msgstr "Aucun fichier transféré" #: ../raphodo/rapid.py:4767 msgid "Program preferences are invalid" msgstr "Les préférences de l'application ne sont pas valides" #: ../raphodo/rapid.py:4886 #, 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:4905 #, 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:4925 msgid "Enable access to the iOS Device" msgstr "Activer l'accès à l'appareil iOS" #: ../raphodo/rapid.py:4936 msgid "&Try Again" msgstr "&Réessayer" #: ../raphodo/rapid.py:4937 msgid "&Ignore This Device" msgstr "&Ignorer ce périphérique" #: ../raphodo/rapid.py:5029 #, 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:5032 msgid "Unfortunately you cannot download from this device." msgstr "" "Malheureusement, vous ne pouvez pas transférer depuis ce périphérique." #: ../raphodo/rapid.py:5036 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:5041 msgid "Device scan failed" msgstr "Analyse du périphérique échouée" #: ../raphodo/rapid.py:5578 #, 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:5613 #, 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:5775 msgid "Completed Downloads Present" msgstr "Téléchargement terminé" #: ../raphodo/rapid.py:5777 #, 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:5779 msgid "Do you want to clear the completed downloads?" msgstr "Voulez-vous effacer les transferts terminés ?" #: ../raphodo/rapid.py:5781 msgid "Completed Download Present" msgstr "Téléchargement terminé" #: ../raphodo/rapid.py:5782 #, 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:5783 msgid "Do you want to clear the completed download?" msgstr "Voulez-vous effacer le transfert terminé ?" #: ../raphodo/rapid.py:5867 #, 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:6212 #, 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:6216 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:6222 #, 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:6226 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:6645 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "Transfert de %(location)s vers cet ordinateur." #: ../raphodo/rapid.py:6649 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:6705 #, python-format msgid "Generating thumbnails for %s" msgstr "Génération des miniatures pour %s" #: ../raphodo/rapid.py:6712 #, python-format msgid "Scanning %s" msgstr "Analyse de %s" #: ../raphodo/rapid.py:6726 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" "%(number)s sur %(available files)s contrôlés pour transfert (%(hidden)s " "hidden)" #: ../raphodo/rapid.py:6738 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "%(number)s de %(available files)s contrôlés pour transfert" #: ../raphodo/rapid.py:7035 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:7042 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:7048 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:7055 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" "Lister les extensions de fichiers photo et vidéo que le programme reconnaît " "et quitter." #: ../raphodo/rapid.py:7061 msgid "Turn on or off the the renaming of photos." msgstr "Activer ou désactiver le renommage de photos." #: ../raphodo/rapid.py:7067 msgid "Turn on or off the the renaming of videos." msgstr "Activer ou désactiver le renommage de vidéos." #: ../raphodo/rapid.py:7075 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:7083 msgid "Turn on or off downloading from this computer." msgstr "Activer ou désactiver le transfert à partir de cet ordinateur." #: ../raphodo/rapid.py:7088 ../raphodo/rapid.py:7095 ../raphodo/rapid.py:7102 #: ../raphodo/rapid.py:7146 ../raphodo/rapid.py:7156 msgid "PATH" msgstr "CHEMIN" #: ../raphodo/rapid.py:7090 msgid "The PATH on this computer from which to download." msgstr "Le CHEMIN sur cet ordinateur depuis lequel transférer." #: ../raphodo/rapid.py:7097 msgid "The PATH where photos will be downloaded to." msgstr "Le CHEMIN vers lequel les photos seront transférées." #: ../raphodo/rapid.py:7104 msgid "The PATH where videos will be downloaded to." msgstr "Le CHEMIN vers lequel les vidéos seront transférées." #: ../raphodo/rapid.py:7111 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:7117 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:7122 ../raphodo/rapid.py:7134 msgid "FOLDER" msgstr "RÉPERTOIRE" #: ../raphodo/rapid.py:7125 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:7137 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:7149 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:7159 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:7167 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "Ignorer les photos avec l'extension suivante : %s" #: ../raphodo/rapid.py:7177 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:7184 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:7191 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:7200 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:7208 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:7215 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:7224 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:7232 msgid "Include gphoto2 debugging information in log files." msgstr "" "Inclure les information de débogage de gphoto2 dans les fichiers journaux." #: ../raphodo/rapid.py:7238 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:7245 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:7255 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:7348 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:7359 msgid "No prior program preferences detected: exiting." msgstr "Aucune préférence de programme préalable détectée : sortie." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:7366 #, 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:7437 #, 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:7452 msgid "Program aborting." msgstr "Abandon du programme." #: ../raphodo/rapid.py:7542 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:7547 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "Vous devez installer ExifTool pour exécuter Rapid Photo Downloader." #: ../raphodo/rapid.py:7562 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:7637 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:7842 msgid "All settings and caches have been reset." msgstr "Tous les paramètres et caches ont été réinitialisés." #: ../raphodo/rapid.py:7850 msgid "Thumbnail Cache has been reset." msgstr "Le cache des miniatures a été réinitialisé." #: ../raphodo/rapid.py:7856 msgid "Remembered files have been forgotten." msgstr "Les fichiers mémorisés ont été oubliés." #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Remember this choice" msgstr "&Se souvenir de ce choix" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't ask me about this again" msgstr "&Ne plus me demander" #: ../raphodo/ui/rememberthisdialog.py:80 msgid "&Don't warn me about this again" msgstr "&Ne plus m'avertir" #: ../raphodo/ui/rememberthisdialog.py:87 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:626 msgid "subfolder and filename" msgstr "sous-dossier et nom de fichier" #: ../raphodo/renameandmovefile.py:628 msgid "filename" msgstr "nom de fichier" #: ../raphodo/renameandmovefile.py:630 msgid "subfolder" msgstr "sous-dossier" #: ../raphodo/ui/renamepanel.py:327 msgid "A counter for how many downloads occur on each day" msgstr "Un compteur pour le nombre de transferts quotidiens" #: ../raphodo/ui/renamepanel.py:328 msgid "Downloads today:" msgstr "Transferts journaliers :" #: ../raphodo/ui/renamepanel.py:350 msgid "A counter that is remembered each time the program is run " msgstr "Un compteur rappelé chaque fois que le programme est exécuté " #: ../raphodo/ui/renamepanel.py:351 msgid "Stored number:" msgstr "Nombre stocké :" #: ../raphodo/ui/renamepanel.py:363 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" "L'heure à laquelle le numéro de séquence Transferts aujourd'hui doit " "être réinitialisé" #: ../raphodo/ui/renamepanel.py:365 msgid "Day start:" msgstr "Début du jour :" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:375 msgid "Synchronize RAW + JPEG" msgstr "Synchroniser RAW + JPEG" #: ../raphodo/ui/renamepanel.py:379 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" "Synchroniser les numéros de séquence pour les couples RAW et JPEG " "correspondants.\n" "\n" "Consultez la documentation en ligne pour plus de détails." #: ../raphodo/ui/renamepanel.py:384 msgid "Sequence Numbers" msgstr "Numéros de séquence" #: ../raphodo/ui/renamepanel.py:395 msgid "Strip incompatible characters" msgstr "Enlever les caractères incompatibles" #: ../raphodo/ui/renamepanel.py:400 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" "Si les noms de photos, vidéos ou dossiers doivent avoir des caractères " "supprimés car non-autorisés par d'autres systèmes d'exploitation" #: ../raphodo/ui/renamepanel.py:404 msgid "Compatibility" msgstr "Compatibilité" #: ../raphodo/ui/renamepanel.py:484 msgid "Photo Renaming" msgstr "Renommage de photos" #: ../raphodo/ui/renamepanel.py:488 msgid "Video Renaming" msgstr "Renommage de vidéos" #: ../raphodo/ui/renamepanel.py:492 msgid "Renaming Options" msgstr "Options de renommage" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "photos et vidéos" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "photos ou vidéos" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:273 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:302 msgid "a video" msgstr "une vidéo" #: ../raphodo/rpdfile.py:304 msgid "1 Video" msgstr "1 Vidéo" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:314 msgid "a photo" msgstr "une photo" #: ../raphodo/rpdfile.py:316 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:830 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s sur %(camera)s" #: ../raphodo/rpdfile.py:851 msgid "Photo" msgstr "Photo" #: ../raphodo/rpdfile.py:913 msgid "Video" msgstr "Vidéo" #: ../raphodo/storage/storage.py:251 msgid "File system root" msgstr "Racine du système de fichiers" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:589 msgid "Pictures" msgstr "Images" #: ../raphodo/sudocommand.py:93 msgid "Sorry, the password was incorrect." msgstr "Désolé, le mot de passe était incorrect." #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:100 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:140 msgid "Password:" msgstr "Mot de passe :" #: ../raphodo/thumbnaildisplay.py:583 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "Prise le %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:593 #, 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:605 ../raphodo/thumbnaildisplay.py:668 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:623 #, python-format msgid "Memory cards: %s" msgstr "Cartes mémoire : %s" #: ../raphodo/thumbnaildisplay.py:628 #, python-format msgid "Memory card: %s" msgstr "Carte mémoire : %s" #: ../raphodo/thumbnaildisplay.py:635 msgid "Downloaded as:" msgstr "Transféré comme :" #: ../raphodo/thumbnaildisplay.py:682 #, 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:691 #, 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:2257 msgid "Copy Path" msgstr "Copier le chemin" #: ../raphodo/thumbnaildisplay.py:2263 msgid "Mark File as Downloaded" msgstr "Marquer le fichier comme étant téléchargé" #: ../raphodo/thumbnaildisplay.py:2268 msgid "Mark Files as Downloaded" msgstr "Marquer les fichiers comme étant téléchargés" #: ../raphodo/utilities.py:215 msgid "B" msgstr "o" #: ../raphodo/utilities.py:216 msgid "KB" msgstr "ko" #: ../raphodo/utilities.py:217 msgid "MB" msgstr "Mo" #: ../raphodo/utilities.py:218 msgid "GB" msgstr "Go" #: ../raphodo/utilities.py:219 msgid "TB" msgstr "To" #: ../raphodo/utilities.py:220 msgid "PB" msgstr "Po" #: ../raphodo/utilities.py:221 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:222 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:223 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:486 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s et %(last_item)s" #: ../raphodo/utilities.py:570 msgid "one" msgstr "un" #: ../raphodo/utilities.py:571 msgid "two" msgstr "deux" #: ../raphodo/utilities.py:572 msgid "three" msgstr "trois" #: ../raphodo/utilities.py:573 msgid "four" msgstr "quatre" #: ../raphodo/utilities.py:574 msgid "five" msgstr "cinq" #: ../raphodo/utilities.py:575 msgid "six" msgstr "six" #: ../raphodo/utilities.py:576 msgid "seven" msgstr "sept" #: ../raphodo/utilities.py:577 msgid "eight" msgstr "huit" #: ../raphodo/utilities.py:578 msgid "nine" msgstr "neuf" #: ../raphodo/utilities.py:579 msgid "ten" msgstr "dix" #: ../raphodo/utilities.py:580 msgid "eleven" msgstr "onze" #: ../raphodo/utilities.py:581 msgid "twelve" msgstr "douze" #: ../raphodo/utilities.py:582 msgid "thirteen" msgstr "treize" #: ../raphodo/utilities.py:583 msgid "fourteen" msgstr "quatorze" #: ../raphodo/utilities.py:584 msgid "fifteen" msgstr "quinze" #: ../raphodo/utilities.py:585 msgid "sixteen" msgstr "seize" #: ../raphodo/utilities.py:586 msgid "seventeen" msgstr "dix-sept" #: ../raphodo/utilities.py:587 msgid "eighteen" msgstr "dix-huit" #: ../raphodo/utilities.py:588 msgid "ninenteen" msgstr "dix-neuf" #: ../raphodo/utilities.py:589 msgid "twenty" msgstr "vingt" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&OK" msgstr "&Valider" #: ../raphodo/ui/viewutils.py:680 ../raphodo/ui/viewutils.py:700 msgid "&Save" msgstr "&Enregistrer" #: ../raphodo/ui/viewutils.py:681 msgid "&Help" msgstr "&Aide" #: ../raphodo/ui/viewutils.py:682 msgid "Restore Defaults" msgstr "Rétablir les valeurs par défaut" #: ../raphodo/ui/viewutils.py:683 ../raphodo/ui/viewutils.py:701 msgid "&Yes" msgstr "&Oui" #: ../raphodo/ui/viewutils.py:684 ../raphodo/ui/viewutils.py:702 msgid "&No" msgstr "&Non" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:105 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:109 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:115 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:309 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:314 #, python-format msgid "Mount drive %s" msgstr "Monter le lecteur %s" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:321 #, python-format msgid "Unmount drives %s" msgstr "Démonter les lecteurs %s" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drive %s" msgstr "Démonter le lecteur %s" #: ../raphodo/wsl.py:390 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "Désolé, une erreur s'est produite lors du montage des lecteurs %s" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "Désolé, une erreur s'est produite lors du démontage des lecteurs %s" #: ../raphodo/wsl.py:403 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "Désolé, une erreur s'est produite lors du montage du lecteur %s" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "Désolé, une erreur s'est produite lors du démontage du lecteur %s" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:558 msgid "Windows Drives" msgstr "Lecteurs Windows" #: ../raphodo/wsl.py:562 msgid "Enable automatic mounting of Windows drives" msgstr "Activer le montage automatique des lecteurs Windows" #: ../raphodo/wsl.py:566 msgid "Automatically mount all Windows drives" msgstr "Monter automatiquement tous les lecteurs Windows" #: ../raphodo/wsl.py:570 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:594 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:596 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:598 msgid "Drive" msgstr "Lecteur" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "Mount Point" msgstr "Point de montage" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "Automatic Mount" msgstr "Montage automatique" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Automatic Unmount at Exit" msgstr "Démontage automatique à la sortie" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:638 msgid "Pending Operations:" msgstr "Opérations en attente :" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:652 msgid "&Apply Pending Operations" msgstr "&Appliquer les opérations en attente" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1459 #, python-format msgid "Do you want to mount drive %s?" msgstr "Voulez-vous monter le lecteur %s ?" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1463 #, python-format msgid "Do you want to mount drives %s?" msgstr "Voulez-vous monter les lecteurs %s ?" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1606 msgid "Removable Drive" msgstr "Lecteur amovible" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1612 msgid "Local Drive" msgstr "Lecteur local" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" "Transférez, renommez et sauvegardez des photos et des vidéos à partir " "d'appareils photo et d'autres périphériques" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" "Rapid Photo Downloader importe des photos et des vidéos depuis des appareils " "photo, des téléphones, des cartes mémoires et d'autres périphériques à haute " "vitesse. Il peut être configuré pour renommer des photos et des vidéos avec " "des noms de fichiers significatifs que vous spécifiez. Il peut également " "sauvegarder des photos et des vidéos lorsqu'elles sont transférées. Il " "télécharge et sauvegarde sur plusieurs périphériques simultanément." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" "Une des spécificités de Rapid Photo Downloader est sa chronologie, qui " "regroupe des photos et des vidéos en fonction du temps écoulé entre les " "prises consécutives. Utilisez-le pour identifier les photos et les vidéos " "prises à différentes périodes dans une journée ou pendant plusieurs jours " "consécutifs." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" "Écrit par un photographe pour les photographes professionnels et amateurs, " "Rapid Photo Downloader est facile à configurer et à utiliser. Les " "préférences du programme sont configurées sans utiliser de codes compliqués. " "Les tâches courantes peuvent être automatisées, telles que le démontage " "d'une carte mémoire lorsque le transfert est terminé." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "La fenêtre principale" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "Renommage" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "Transfert d'images" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" "photo;télécharger;transférer;photographie;importation;vidéo;RAW;appareil " "photo;téléphone;sauvegarde;mémoire;carte;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "Transférer des photos et des vidéos avec Rapid Photo Downloader" #~ msgid "Backing up error" #~ msgstr "Erreur lors de la sauvegarde" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Source : %(source)s\n" #~ "Destination : %(destination)s" #~ msgid "Download Progress" #~ msgstr "Progression du transfert" #~ msgid "Size" #~ msgstr "Taille" #~ msgid "Download cannot proceed" #~ msgstr "Impossible de procéder au transfert" #~ msgid "MB/s" #~ msgstr "Mo/s" #~ msgid "and" #~ msgstr "et" #~ msgid "Using backup device" #~ msgstr "Utilisation du volume de sauvegarde" #~ msgid "Using backup devices" #~ msgstr "Utilisation des volumes de sauvegarde" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Environ %(minutes)i:%(seconds)02i restantes" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Environ %i secondes restantes" #~ msgid "About 1 minute remaining" #~ msgstr "Environ 1 minute restante" #~ msgid "About 1 second remaining" #~ msgstr "Environ 1 seconde restante" #, python-format #~ msgid "and %s" #~ msgstr "et %s" #~ msgid "only output errors to the command line" #~ msgstr "n'affiche que les erreurs sur la ligne de commande" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "affiche les informations de l'application sur la ligne de commande lorsque " #~ "l'application est active (défaut: %default)" #~ msgid "Name + extension" #~ msgstr "Nom + extension" #~ msgid " " #~ msgstr " " #~ msgid ":" #~ msgstr ":" #~ msgid " hh:mm" #~ msgstr " hh:mm" #~ msgid "Program Automation" #~ msgstr "Automatisation de l'application" #~ msgid "Example" #~ msgstr "Exemple" #~ msgid "Download Subfolders" #~ msgstr "Sous-dossiers de transfert" #~ msgid "Original:" #~ msgstr "Original :" #~ msgid "Example:" #~ msgstr "Exemple :" #~ msgid "New:" #~ msgstr "Nouveau :" #~ msgid "Error Handling" #~ msgstr "Gestion des erreurs" #~ msgid "Backup\t" #~ msgstr "Sauvegarde\t" #~ msgid "Backup" #~ msgstr "Sauvegarde" #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "Détecter automatiquement les volumes de stockage amovibles" #~ msgid "Rename Options" #~ msgstr "Options de renommage" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Choisissez le dossier de destination. Les sous-dossiers pour les photos " #~ "transférées seront automatiquement crées dans ce dossier selon la structure " #~ "spécifiée ci-dessous." #~ msgid "Download folder:" #~ msgstr "Dossier de destination :" #~ msgid "Error Log" #~ msgstr "Journal des erreurs" #~ msgid "Rename Options" #~ msgstr "Options de renommage" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "Préférences : Rapid Photo Downloader" #~ msgid "_Error Log" #~ msgstr "Journal des _erreurs" #~ msgid "_Help" #~ msgstr "_Aide" #, python-format #~ msgid "Example: %s" #~ msgstr "Exemple : %s" #~ msgid "Select a folder to download photos to" #~ msgstr "Sélectionnez le dossier de destination" #~ msgid "Download Folder" #~ msgstr "Dossier de destination" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/media/disqueexterne/Photos" #~ msgid "_Clear Completed Downloads" #~ msgstr "_Effacer les transferts terminés" #~ msgid "" #~ "Specify the time in 24 hour format at which the Downloads today " #~ "sequence number should be reset." #~ msgstr "" #~ "Spécifiez l'heure au format 24h à laquelle la séquence Transferts " #~ "journaliers doit être réinitialisée." #~ msgid "externaldrive1" #~ msgstr "disqueexterne1" #~ msgid "externaldrive2" #~ msgstr "disqueexterne2" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "Compatibilité avec d'autres systèmes d'exploitation" #~ msgid "Download / Pause" #~ msgstr "Transfert / Pause" #~ msgid "_Translate this Application..." #~ msgstr "_Traduire cette application..." #~ msgid "Sequence Numbers" #~ msgstr "Séquences numériques" #~ msgid "Berlin" #~ msgstr "Berlin" #~ msgid "Paris" #~ msgstr "Paris" #~ msgid "Prague" #~ msgstr "Prague" #~ msgid "Manila" #~ msgstr "Manille" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Helsinki" #~ msgstr "Helsinki" #~ msgid "Kampala" #~ msgstr "Kampala" #~ msgid "Tehran" #~ msgstr "Téhéran" #~ msgid "New York" #~ msgstr "New York" #~ msgid "Stockholm" #~ msgstr "Stockholm" #~ msgid "Rome" #~ msgstr "Rome" #~ msgid "Moscow" #~ msgstr "Moscou" #~ msgid "Sydney" #~ msgstr "Sydney" #~ msgid "Budapest" #~ msgstr "Budapest" #~ msgid "Jakarta" #~ msgstr "Jakarta" #~ msgid "Madrid" #~ msgstr "Madrid" #~ msgid "Delhi" #~ msgstr "Delhi" #~ msgid "Warsaw" #~ msgstr "Varsovie" #~ msgid "Job Codes" #~ msgstr "Étiquettes de transfert" #~ msgid "Job Codes" #~ msgstr "" #~ "Étiquettes de transfert" #~ msgid "Enter a Job Code" #~ msgstr "Entrer une étiquette de transfert" #~ msgid "Job Code:" #~ msgstr "Étiquette de transfert" #~ msgid "Device Detected" #~ msgstr "Périphérique détecté" #~ msgid "_Add..." #~ msgstr "_Ajouter..." #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Source : %(source)s" #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "" #~ "Synchroniser les séquences numériques pour les paires d'images RAW + JPEG" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "Le dossier de destination n'a pas pu être créé %(directory)s\n" #~ msgid "Remove all Job Codes?" #~ msgstr "Supprimer toutes les étiquettes de transfert ?" #~ msgid "Should all Job Codes be removed?" #~ msgstr "" #~ "Êtes-vous sûr de vouloir supprimer toutes les étiquettes de transfert ?" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Sélectionnez un dossier contenant %(file_types)s" #~ msgid "Select a folder to download videos to" #~ msgstr "Sélectionnez un dossier vers lequel transférer vos vidéos" #~ msgid "Error in Video Rename preferences" #~ msgstr "Erreur dans les préférences de renommage des vidéos" #~ msgid "Error in Photo Rename preferences" #~ msgstr "Erreur dans les préférences de renommage des photos" #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "Erreur dans les préférences des sous-dossiers de transfert de vidéos" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "Erreur dans les préférences des sous-dossiers de transfert de photos" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "" #~ "Attention : Il n'y a pas assez de métadonnées pour générer " #~ "correctement le nom. Utilisez d'autres options de renommage." #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "" #~ "Des photos portant le même nom mais prises à différents moments ont été " #~ "détectées" #, python-format #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "Les préférences de dossier %(filetype)s entrées sont invalides et ne peuvent " #~ "être utilisées.\n" #~ "Elles vont être réinitialiseées à leurs valeurs par défaut." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "" #~ "Attention : Il n'y a pas suffisamment de métadonnées pour générer " #~ "les sous-dossiers correctement. Veuillez utiliser d'autres options pour " #~ "nommer les sous-dossiers." #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s sur %(total)s %(filetypes)s (%(remaining)s restants)" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s sur %(total)s %(filetypes)s" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Erreur : %(inst)s" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "Réinitialise tous les paramètres et préférences du programme" #~ msgid "Photos:" #~ msgstr "Photos :" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "" #~ "Liste des extensions de fichiers photo et vidéo reconnues par le programme" #~ msgid "Videos:" #~ msgstr "Vidéos :" #~ msgid "All settings and preferences have been reset" #~ msgstr "Tous les paramètres et préférences ont été réinitialisés" #~ msgid "display debugging information when run from the command line" #~ msgstr "Affiche les informations de débogage en mode console" #~ msgid "Photo Rename" #~ msgstr "Renommage des phtoos" #~ msgid "Photo Rename\t" #~ msgstr "Renommage des photos\t" #~ msgid "Example: /home/user/Pictures" #~ msgstr "Exemple : /home/utilisateur/Images" #~ msgid "Photo Download Folders" #~ msgstr "" #~ "Dossiers de destination des " #~ "photos" #~ msgid "Video Download Folders" #~ msgstr "" #~ "Dossiers de destination des " #~ "vidéos" #~ msgid "Video Rename\t" #~ msgstr "Renommage des vidéos\t" #~ msgid "Automatically detect devices" #~ msgstr "Détecter les périphériques automatiquement" #~ msgid "Photo backup folder name:" #~ msgstr "Dossier de sauvegarde des photos :" #~ msgid "Location:" #~ msgstr "Emplacement :" #~ msgid "Photo Rename" #~ msgstr "Renommage des photos" #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "Transférez vos photos et vidéos de façon simple et fiable" #~ msgid "_File" #~ msgstr "_Fichier" #~ msgid "Photo and Video Name Conflicts" #~ msgstr "Photo et Vidéo Conflits de noms" #~ msgid "Free space:" #~ msgstr "Espace libre :" #~ msgid "; " #~ msgstr ", " #~ msgid "." #~ msgstr "." #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #, python-format #~ msgid "%(free)s free" #~ msgstr "%(free)s disponibles" #, python-format #~ msgid "Error generating component %s." #~ msgstr "Erreur lors de la génération de la composante %s." #, python-format #~ msgid "" #~ "Photos detected with the same filenames, but taken at different times: " #~ "%(details)s" #~ msgstr "" #~ "Des photos ayant des noms de fichiers indentiques mais ayant été prises à " #~ "des moments différents ont été détectées : %(details)s" #, python-format #~ msgid "Error: %(errorno)s %(strerror)s" #~ msgstr "Erreur : %(errorno)s %(strerror)s" #~ msgid "The metadata might be corrupt." #~ msgstr "Les métadonnées sont peut-être corrompues" #, python-format #~ msgid "%s, " #~ msgstr "%s, " #, python-format #~ msgid "Problems in %s generation" #~ msgstr "Problèmes lors de la génération de %s" #~ msgid "Problems in subfolder and filename generation" #~ msgstr "Problème lors de la génération du sous-dossier et du nom de fichier" #~ msgid "Problem in subfolder and filename generation" #~ msgstr "Problème lors de la génération du sous-dossier et du nom de fichier" #, python-format #~ msgid "Problem in %s generation" #~ msgstr "Problème lors de la génération de %s" #~ msgid "there were errors backing up" #~ msgstr "il y a eu des erreurs lors de la sauvegarde" #~ msgid "Multiple problems were encountered" #~ msgstr "Plusieurs problèmes ont été rencontrés" #~ msgid "there was an error backing up" #~ msgstr "il y a eu une erreur lors de la sauvegarde" #~ msgid "There were errors backing up" #~ msgstr "Il y a eu des erreurs lors de la sauvegarde" #~ msgid "There was an error backing up" #~ msgstr "Il y a eu une erreur lors de la sauvegarde" #~ msgid "Next File" #~ msgstr "Fichier suivant" #~ msgid "Previous File" #~ msgstr "Fichier précédent" #~ msgid "_Download" #~ msgstr "_Transférer" #~ msgid "_Check All" #~ msgstr "Tout _cocher" #~ msgid "Devices" #~ msgstr "Périphériques" #~ msgid "Miscellaneous" #~ msgstr "Divers" #~ msgid "Video Rename" #~ msgstr "Renommage des vidéos" #, python-format #~ msgid "Backup overwritten on %(volume)s." #~ msgstr "Sauvegarde écrasée sur %(volume)s." #, python-format #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #, python-format #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #~ msgid "Backups already exist in these locations: " #~ msgstr "Des sauvegardes existent déjà aux emplacements suivants : " #, python-format #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)s et %(volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)s et %(volume)s (%(inst)s)." #, python-format #~ msgid "Backup already exists on %(volume)s." #~ msgstr "Une sauvegarde existe déjà sur %(volume)s." #~ msgid "Backups overwritten on these devices: " #~ msgstr "Sauvegardes écrasées sur les périphériques suivants : " #, python-format #~ msgid "An error occurred when creating directories on %(volume)s: %(inst)s." #~ msgstr "" #~ "Une erreur s'est produite lors de la création des répertoires sur " #~ "%(volume)s : %(inst)s." #~ msgid "Video backup folder name:" #~ msgstr "Dossier de sauvegarde des vidéos :" #~ msgid "_Include in download" #~ msgstr "_Inclure dans le transfert" #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "" #~ "Lorsqu'une photo ou une vidéo portant le même nom a déjà été transférée, " #~ "choisissez si vous souhaitez sauter le transfert ou si vous préférez ajouter " #~ "un identifiant unique." #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "Sauvegarde sur %(path)s" #~ msgid "Select All Wit_h Job Code" #~ msgstr "Séléctionner tous les fic_hiers ayant une étiquette de transfert" #~ msgid "Select All Without _Job Code" #~ msgstr "Séléctionner tous les fichiers n'ayant pas d'étiquette de transfert" #~ msgid "_Select" #~ msgstr "_Sélection" #, python-format #~ msgid "Folder: %s" #~ msgstr "Répertoire: %s" #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Fichier: %(file)s" #, python-format #~ msgid "" #~ "%(filetype)s could not be backed up because no suitable backup locations " #~ "were found." #~ msgstr "" #~ "%(filetype)s n'a pu être sauvegardé car aucun emplacement approprié nà pu " #~ "être trouvé." #, python-format #~ msgid "%(filetype)s already exists" #~ msgstr "%(filetype)s existe déjà" #, python-format #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "%(filetype)s metadonné(e) illisible(s)" #, python-format #~ msgid "An error occurred when copying the %(filetype)s" #~ msgstr "Une erreur s'est produite lors de la copie de %(filetype)s" #, python-format #~ msgid "%(filetype)s %(area)s could not be generated" #~ msgstr "%(filetype)s %(area)s n'a pu être généré" #, python-format #~ msgid "Date time value %s appears invalid." #~ msgstr "La valeur de date et heure %s semble non valable." #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #, python-format #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "Une erreur c'est produite lors de l'archivage sur %(volume)s." #, python-format #~ msgid "The existing %(filetype)s was last modified on %(date)s at %(time)s." #~ msgstr "" #~ "La dernière modification du fichier existant %(filetype)s a été effectuée le " #~ "%(date)s à %(time)s." #, python-format #~ msgid "" #~ "The existing %(filetype)s was last modified on %(date)s at %(time)s. Unique " #~ "identifier '%(identifier)s' added." #~ msgstr "" #~ "La dernière modification du fichier existant %(filetype)s a été effectuée le " #~ "%(date)s à %(time)s. L'identifiant unique '%(identifier)s' ajouté." #, python-format #~ msgid "An error occurred when backing up on %(volume)s: %(inst)s." #~ msgstr "" #~ "Une erreur c'est produite lors de l'archivage sur %(volume)s: %(inst)s." #, python-format #~ msgid "There is no data with which to name the %(filetype)s." #~ msgstr "Il n'y a aucune donnée pour nommer le %(filetype)s." #, python-format #~ msgid "%(previousproblem)s Additionally, %(newproblem)s" #~ msgstr "%(previousproblem)s Ainsi que, %(newproblem)s" #, python-format #~ msgid " It was backed up to %(volume)s" #~ msgstr " Il a été archivé sur %(volume)s" #, python-format #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)s et %(final_volume)s." #, python-format #~ msgid "%(filetype)s already exists, but it was backed up" #~ msgstr "%(filetype)s existe déjà, mais cela a été archivé" #, python-format #~ msgid "%(previousproblem)s, and %(backinguperror)s" #~ msgstr "%(previousproblem)s, et %(backinguperror)s" #, python-format #~ msgid "An error occurred when copying the %(filetype)s, but it was backed up" #~ msgstr "" #~ "Une erreur s'est produite lors de la copie de %(filetype)s, mais cela a été " #~ "archivé" #~ msgid "The following metadata is missing: " #~ msgstr "la métadonnée suivante est manquante: " #, python-format #~ msgid "%(missing_metadata_elements)s and %(final_missing_metadata_element)s." #~ msgstr "%(missing_metadata_elements)s et %(final_missing_metadata_element)s." #, python-format #~ msgid " Furthermore, there was a %(problem)s." #~ msgstr " En outre, il y avait un %(problem)s." #, python-format #~ msgid " Furthermore, there were %(problems)s." #~ msgstr " En outre, il y avait des %(problems)s." #, python-format #~ msgid "Path: %s" #~ msgstr "Chemin: %s" #~ msgid "" #~ "Specify whether photo, video and folder names should have any characters " #~ "removed that are not allowed by other operating systems." #~ msgstr "" #~ "Spécifier si les noms de photo, de vidéo et de dossier doivent avoir des " #~ "caractères supprimés n'étant pas autorisés par d'autre systèmes " #~ "d'exploitation." #~ msgid "_Remember this choice" #~ msgstr "Se souveni_r de ce choix" #~ msgid "_Get Help Online..." #~ msgstr "Aide en li_gne..." #~ msgid "_Make a Donation..." #~ msgstr "Faire un don..." #~ msgid "_View" #~ msgstr "_Voir" #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "Le périphérique %(device)s n'a pas été démonté" #~ msgid "Performance" #~ msgstr "Performance" #~ msgid "Generate thumbnails (slower)" #~ msgstr "Générer les aperçus (plus lent)" #~ msgid " It was backed up to these devices: " #~ msgstr " Il a été archivé sur ce périphérique : " #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "Lors de l'archivage, choisir s'il faut écraser ou passer un fichier ayant le " #~ "même nom sur le volume de sauvegarde." #~ msgid "Unmount (\"eject\") device upon download completion" #~ msgstr "Démonter (« éjecter ») le périphérique après un transfert réussi" #~ msgid "" #~ "Specify the folder in which backups are stored on the device. \n" #~ "\n" #~ "Note: this will also be used to determine whether or not the device is " #~ "used for backups. For each device you wish to use for backing up to, create " #~ "a folder in it with one of these names." #~ msgstr "" #~ "Spécifier le dossier dans lequel l'archivage est stocké sur le périphérique. " #~ " \n" #~ "\n" #~ "Note: ceci sera également utilisé pour déterminer si oui ou non le " #~ "périphérique est utilisé pour les sauvegardes. Créez un répertoire avec un " #~ "de ces noms sur chaque volume de sauvegarde." #~ msgid "Errors occurred when backing up on the following backup devices: " #~ msgstr "" #~ "Des erreurs se sont produites lors de la sauvegarde sur le volume de " #~ "sauvegarde suivant : " #~ msgid "" #~ "Errors occurred when creating directories on the following backup devices: " #~ msgstr "" #~ "Des erreurs se sont produites lors de la création des répertoires sur les " #~ "volume de sauvegarde suivants : " #~ msgid "Video Folders" #~ msgstr "Dossiers vidéos" #~ msgid "Photo Folders" #~ msgstr "Dossiers photos" #~ msgid "" #~ "If you disable automatic detection, choose the exact location of the photos " #~ "and videos." #~ msgstr "" #~ "Si vous désactivez la détection automatique, choisissez les emplacements " #~ "exacts des photos et vidéos." #~ msgid "Re_move All" #~ msgstr "Tout suppri_mer" #~ msgid "" #~ "Devices are from where to download photos and videos, such as cameras, " #~ "memory cards or Portable Storage Devices.\n" #~ "\n" #~ "You can download from multiple devices simultaneously, or you can specify a " #~ "location on your hard drive.\n" #~ "\n" #~ "Downloading directly from cameras is currently an experimental feature. " #~ "If downloading directly from your camera works poorly or not at all, try " #~ "setting it to PTP mode. If that is not possible, a card reader must be " #~ "used." #~ msgstr "" #~ "Les périphériques sont les emplacements d'où sont chargés les photos et " #~ "vidéos, tels que les caméras, les cartes mémoire ou volumes de stockage " #~ "amovibles.\n" #~ "\n" #~ "Vous pouvez charger à partir de différents périphériques simultanément ou " #~ "vous pouvez spécifier un emplacement sur votre disque dur.\n" #~ "\n" #~ "Charger directement à partir d'une caméra est actuellement une options au " #~ "stade expérimental. Si le chargement direct à partir de la caméra " #~ "fonctionnement lentement ou pas du tout, essayez le réglage en mode PTP. Si " #~ "c'est impossible, un lecteur de carte devra être utilisé." #~ msgid "Invalid regular expression" #~ msgstr "Expression rationnelle non valide" #~ msgid "Remove all Ignored Paths?" #~ msgstr "Enlever tous les exmplacements exclus ?" #~ msgid "Should all ignored paths be removed?" #~ msgstr "Enlever tous les exmplacements exclus ?" #, python-format #~ msgid "" #~ "The following regular expressions are invalid, and will be removed unless " #~ "you correct them:\n" #~ " %s" #~ msgstr "" #~ "Les expressions rationnelles ci-dessous sont invalides et seront enlevées si " #~ "vous ne les corrigez pas :\n" #~ "%s" #, python-format #~ msgid "" #~ "This regular expression is invalid, and will be removed unless you correct " #~ "it:\n" #~ " %s" #~ msgstr "" #~ "Cette expression rationnelle est invalide et sera enlevée si vous ne la " #~ "corrigez pas :\n" #~ "%s" #~ msgid "Use _python-style regular expressions" #~ msgstr "Utiliser les expressions rationnelles de type _python" #~ msgid "Remembered Paths" #~ msgstr "Emplacements mémorisés" #~ msgid "Device Options" #~ msgstr "" #~ "Options des périphériques" #~ msgid "Device Options" #~ msgstr "Options des périphériques" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Choisissez le dossier de destination. Des sous-dossiers pour les vidéos " #~ "transférées seront automatiquement créés dans ce dossier en utilisant la " #~ "structure spécifiée ci-dessous." #~ msgid "" #~ "If you enable automatic detection of Portable Storage Devices, the entire " #~ "device will be scanned. On large devices, this could take some time.\n" #~ "\n" #~ "When this option is enabled, and a potential device is detected, you will be " #~ "prompted to determine if it should be scanned or not." #~ msgstr "" #~ "Si vous activez la détection automatique des volumes de stockage amovibles, " #~ "le périphérique sera scanné dans son intégralité. Pour les grands volumes, " #~ "cela peut prendre un certain temps.\n" #~ "\n" #~ "Lorsque cette options est activée et qu'un périphérique potentiel est " #~ "détecté, il vous sera demandé s'il doit être scanné ou non." #~ msgid "R_emove All" #~ msgstr "Tout supprim_er" #~ msgid "Backup" #~ msgstr "Sauvegardes" #~ msgid "Select a folder in which to backup videos" #~ msgstr "Choisissez un dossier dans lequel sauvegarder les vidéos" #~ msgid "Select a folder in which to backup photos" #~ msgstr "Choisissez un dossier dans lequel sauvegarder les photos" #~ msgid "Remove all Remembered Paths?" #~ msgstr "Supprimer tous les emplacements mémorisés ?" #~ msgid "Should all remembered paths be removed?" #~ msgstr "Supprimer tous les emplacements mémorisés ?" #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "Sauvegarde des photos vers %(path)s et des vidéos vers %(path2)s" #, python-format #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "Sauvegarde des photos et vidéos vers %(path)s" #~ msgid "" #~ "Remembered paths are those associated with devices that you have chosen to " #~ "always scan or ignore when automatic detection of Portable Storage Devices " #~ "is enabled." #~ msgstr "" #~ "Les emplacements mémorisés sont associés aux périphériques que vous avez " #~ "choisis de toujours scanner ou ignorer lorsque la détection automatique des " #~ "périphériques de stockage amovible est activée." #~ msgid "" #~ "Specify the ending portion of any paths you want ignored when scanning " #~ "devices for photos or videos. Any path ending with the values below will not " #~ "be scanned." #~ msgstr "" #~ "Spécifiez la portion finale de tout emplacement que vous souhaitez ignorer " #~ "lors d'une recherche de photos ou de vidéos sur un périphérique. Tout " #~ "emplacement se terminant par ces valeurs sera ignoré lors de la recherche." #~ msgid "To" #~ msgstr "Vers" #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "Êtes-vous sûr de vouloir transférer depuis cet emplacement ? Sur certains " #~ "systèmes, la recherche de photos ou de vidéos peut prendre du temps." #~ msgid "the root of the file system" #~ msgstr "Partition racine" #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "Transfert depuis %(location)s." #~ msgid "Copy" #~ msgstr "Copier" #~ msgid "Move" #~ msgstr "Déplacer" #~ msgid "From" #~ msgstr "Depuis" #~ msgid "Auto Detect" #~ msgstr "Détecter automatiquement" #~ msgid "Automatically rotate JPEG images" #~ msgstr "Pivoter automatiquement les images au format JPEG" #~ msgid "" #~ "Sorry, video downloading functionality disabled. To download videos, please " #~ "install either the hachoir metadata and kaa metadata packages " #~ "for python, or exiftool." #~ msgstr "" #~ "Désolé, la fonctionnalité de transfert de vidéos est désactivée. Afin de " #~ "l'activer, installez soit les modules python hachoir metadata et " #~ "kaa metadata, soit exiftool." #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "%(file_type)s répertoire de destination protégé en écriture" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "%(file_type)s répertoire de destination n'est pas valide" #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "%(file_type)s répertoires de destination n'existe pas" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "" #~ "Est-ce qu'il faut transférer des photos et vidéos à partir de ce " #~ "périphérique ou cette partition ?" #, python-format #~ msgid "%(filetype)s was already downloaded" #~ msgstr "%(filetype)s a déjà été transféré" #~ msgid "" #~ "The filename, extension and Exif information indicate it has already been " #~ "downloaded." #~ msgstr "" #~ "Le nom de fichier, l'extension et l'information Exif indiquent qu'il a déjà " #~ "été transféré." #~ msgid "Failed to create download subfolder" #~ msgstr "Echec de création de sous-répertoire de destination" #~ msgid "Photo has already been downloaded" #~ msgstr "La photo a déjà été transférée" #~ msgid "" #~ "manually specify the PATH of the device from which to download, overwriting " #~ "existing program preferences" #~ msgstr "" #~ "Spécifier manuellement le chemin des périphériques à partir desquels " #~ "télécharger, écraser les préférences du programme" #~ msgid "" #~ "automatically detect devices from which to download, overwriting existing " #~ "program preferences" #~ msgstr "" #~ "Détecter automatiquement les périphériques à partir desquels télécharger, " #~ "écraser les préférences du programme" #, python-format #~ msgid "scanning (found %(photos)s photos and %(videos)s videos)..." #~ msgstr "Lecture en cours: %(photos)s photos et %(videos)s vidéos trouvées" #~ msgid "" #~ "Error: specify device auto-detection or manually specify a device's path " #~ "from which to download, but do not do both." #~ msgstr "" #~ "Erreur: activez l'auto-détection ou spécifiez manuellement un chemin pour " #~ "les périphériques à partir desquels télécharger mais ne faites pas les deux." #~ msgid "Help" #~ msgstr "Aide" #~ msgid "Check All Photos" #~ msgstr "Sélectionner toutes les photos" #~ msgid "Check All Videos" #~ msgstr "sélectionner toutes les vidéos" #~ msgid "About..." #~ msgstr "À propos..." #~ msgid "Quit" #~ msgstr "Quitter" #~ msgid "Refresh" #~ msgstr "Actualiser" #~ msgid "_Uncheck All" #~ msgstr "To_ut désélectionner" #~ msgid "scanning..." #~ msgstr "Analyse..." #~ msgid "_Report a Problem..." #~ msgstr "_Signaler un problème..." #, python-format #~ msgid "%(file_type)s not backed up" #~ msgstr "Les %(file_type)s n'ont pas été remplacées" #, python-format #~ msgid "" #~ "File verification failed on %(volume)s. The backed up version is different " #~ "from the downloaded version." #~ msgstr "" #~ "Échec de vérification du fichier sur %(volume)s. La version sauvegardée " #~ "diffère de la version téléchargée." #, python-format #~ msgid "Backup %(file_type)s overwritten" #~ msgstr "Sauvegarde des %(file_type)s remplacée" #, python-format #~ msgid "Backup of %(file_type)s already exists" #~ msgstr "Une sauvegarde des %(file_type)s existe déjà." #~ msgid "An unknown error occurred" #~ msgstr "Une erreur inconnue s'est produite" #~ msgid "File verification failed on these devices: " #~ msgstr "Échec de vérification du fichier sur les périphériques suivants : " #, python-format #~ msgid "No backup device contains a valid folder for backing up %(filetype)s" #~ msgstr "" #~ "Aucun périphérique de sauvegarde contient un répertoire valide pour " #~ "sauvegarder les %(filetype)s" #~ msgid "" #~ "File verification failed. The downloaded version is different from the " #~ "original." #~ msgstr "" #~ "Échec de vérification du fichier. La version téléchargée diffère de " #~ "l'original." #~ msgid "Verify files as they are downloaded" #~ msgstr "Verifier les fichiers lorsqu'ils sont téléchargés" #, python-format #~ msgid "The %(filetype)s did not download correctly" #~ msgstr "Les %(filetype)s n'ont pas été téléchargés correctement" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/po/hr.po0000644000175000017500000042324600000000000016551 0ustar00damondamon# Croatian translation for rapid # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2010. # #: ../raphodo/jobcodepanel.py:137 msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2022-02-27 16:56-0500\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:406 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:642 ../install.py:4330 msgid "Installer not found:" msgstr "" #. Translators: do not translate the term tar.gz #: ../install.py:646 ../install.py:4334 msgid "Installer not in tar.gz format:" msgstr "" #: ../install.py:728 ../install.py:757 ../install.py:4210 ../install.py:4215 msgid "Exiting..." msgstr "" #: ../install.py:979 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:1065 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:1357 ../install.py:4290 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:1467 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" #: ../install.py:1610 msgid "The following command will be run:" msgstr "" #. Translators: do not translate the term sudo #: ../install.py:1614 ../install.py:3834 ../install.py:3841 msgid "sudo may prompt you for the sudo password." msgstr "" #: ../install.py:1618 msgid "Would you like to run the command now?" msgstr "" #: ../install.py:1620 msgid "Answer is not yes, exiting." msgstr "" #: ../install.py:1631 ../install.py:2259 ../install.py:2318 ../install.py:2793 msgid "Command failed" msgstr "" #: ../install.py:1633 ../install.py:2260 ../install.py:2319 ../install.py:2794 msgid "Exiting" msgstr "" #: ../install.py:1661 msgid "The Universe repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1701 msgid "The EPEL repository must be enabled." msgstr "" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1749 msgid "The RPM Fusion Free repository must be enabled." msgstr "" #: ../install.py:1790 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "" #: ../install.py:2237 ../install.py:2267 ../install.py:2299 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" #: ../install.py:2252 msgid "Uninstalling system package" msgstr "" #: ../install.py:2277 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:2324 msgid "Checking if previous version installed with pip..." msgstr "" #: ../install.py:2477 ../install.py:2534 ../install.py:2650 msgid "The following package is unknown on your system: {}\n" msgstr "" #: ../install.py:2548 ../install.py:2706 ../install.py:2803 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" #: ../install.py:2642 ../install.py:2663 msgid "Querying installed and available packages (this may take a while)" msgstr "" #: ../install.py:2785 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" #: ../install.py:2852 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2862 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" #: ../install.py:2873 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2923 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:2931 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" #: ../install.py:2937 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2942 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2950 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" #: ../install.py:2958 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:2982 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:3000 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:3011 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:3048 msgid "Failed to download versions file." msgstr "" #: ../install.py:3053 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:3170 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:3324 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:3330 msgid "Received error code" msgstr "" #: ../install.py:3332 msgid "Failed to install application requirements: exiting." msgstr "" #: ../install.py:3334 msgid "Failed to install application: exiting..." msgstr "" #: ../install.py:3658 msgid "Installing application requirements..." msgstr "" #: ../install.py:3693 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #: ../install.py:3710 msgid "Installing application..." msgstr "" #: ../install.py:3797 msgid "Do you want Rapid Photo Downloader to appear in the Windows menu?" msgstr "" #: ../install.py:3803 #, fuzzy msgid "Adding Rapid Photo Downloader to the Windows menu" msgstr "Rapid Photo Downloader" #: ../install.py:3813 msgid "Failed to copy application launcher." msgstr "" #: ../install.py:3824 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:3829 msgid "Do you want to install the application's man pages?" msgstr "" #: ../install.py:3830 msgid "They will be installed into {}" msgstr "" #: ../install.py:3832 ../install.py:3839 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" #: ../install.py:3835 msgid "Do want to install the man pages?" msgstr "" #: ../install.py:3837 msgid "Installing man pages into {}" msgstr "" #: ../install.py:3855 msgid "Failed to create man page directory: exiting." msgstr "" #: ../install.py:3876 msgid "Failed to copy man page." msgstr "" #: ../install.py:3915 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:3928 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:3934 msgid "" "You may have to restart WSL to be able to run the program from the command " "line." msgstr "" #: ../install.py:3944 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line." msgstr "" #: ../install.py:3949 #, 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:3971 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:3973 msgid "Done." msgstr "" #: ../install.py:3987 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:4043 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #. Translators: do not translate the terms --PyQt5-version or --use-system-PyQt5 #: ../install.py:4055 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:4067 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:4081 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:4097 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:4111 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:4124 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:4134 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:4139 ../install.py:4153 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:4172 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:4180 msgid "Restarting script using system python..." msgstr "" #: ../install.py:4193 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:4231 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:4263 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:4275 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:4324 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:647 ../raphodo/ui/viewutils.py:679 #: ../raphodo/ui/viewutils.py:699 msgid "&Cancel" msgstr "" #: ../upgrade.py:651 msgid "&Upgrade" msgstr "" #: ../upgrade.py:656 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" #: ../upgrade.py:659 msgid "Click the Upgrade button to start the upgrade." msgstr "" #: ../upgrade.py:662 ../upgrade.py:668 ../raphodo/ui/viewutils.py:678 #: ../raphodo/ui/viewutils.py:698 msgid "&Close" msgstr "" #: ../upgrade.py:663 msgid "&Run" msgstr "" #: ../upgrade.py:693 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" #: ../upgrade.py:696 msgid "Upgrade running..." msgstr "" #: ../upgrade.py:732 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:737 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:741 msgid "Upgrade failed. Click Close to exit." msgstr "" #: ../upgrade.py:11320 #, python-format msgid "Upgrading %s..." msgstr "" #: ../upgrade.py:11322 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:11335 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:11337 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/ui/aboutdialog.py:334 msgid "Credits" msgstr "" #: ../raphodo/ui/aboutdialog.py:339 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:280 msgid "Backups are not configured" msgstr "" #: ../raphodo/ui/backuppanel.py:282 msgid "No backup devices detected" msgstr "" #: ../raphodo/ui/backuppanel.py:285 msgid "Valid backup locations not yet specified" msgstr "" #: ../raphodo/ui/backuppanel.py:465 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" #: ../raphodo/ui/backuppanel.py:473 msgid "Back up photos and videos when downloading" msgstr "" #: ../raphodo/ui/backuppanel.py:479 msgid "Automatically detect backup devices" msgstr "" #: ../raphodo/ui/backuppanel.py:485 msgid "" "Specify the folder in which backups are stored on the device." "

Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" #: ../raphodo/ui/backuppanel.py:500 msgid "Photo folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:505 msgid "Video folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:510 ../raphodo/ui/nameeditor.py:1000 #: ../raphodo/ui/renamepanel.py:141 msgid "Example:" msgstr "" #: ../raphodo/ui/backuppanel.py:521 msgid "If you disable automatic detection, choose the exact backup locations." msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:532 msgid "Photo backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:542 msgid "Select Photo Backup Location" msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:554 msgid "Video backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:560 msgid "Select Video Backup Location" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:676 msgid "drive1" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:679 msgid "drive2" msgstr "" #: ../raphodo/ui/backuppanel.py:746 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/ui/backuppanel.py:751 msgid "Backup Options" msgstr "" #: ../raphodo/copyfiles.py:609 msgid "video THM" msgstr "" #: ../raphodo/copyfiles.py:619 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:104 ../raphodo/ui/devicedisplay.py:1408 #: ../raphodo/rpdfile.py:310 #, 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:112 ../raphodo/ui/devicedisplay.py:1414 #: ../raphodo/rpdfile.py:298 #, python-format msgid "%(no_videos)s Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:123 msgid "Used" msgstr "" #: ../raphodo/ui/destinationdisplay.py:124 msgid "Excess" msgstr "" #: ../raphodo/ui/destinationdisplay.py:133 ../raphodo/ui/devicedisplay.py:1440 msgid "Device size unknown" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:146 #, python-format msgid "No space free on %(size_total)s device" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:156 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/ui/destinationdisplay.py:230 ../raphodo/ui/destinationpanel.py:74 #: ../raphodo/ui/devicedisplay.py:625 ../raphodo/rapid.py:2640 #: ../raphodo/rapid.py:7587 ../raphodo/rpdfile.py:960 msgid "Photos" msgstr "" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:231 ../raphodo/ui/destinationpanel.py:78 #: ../raphodo/ui/devicedisplay.py:626 ../raphodo/rapid.py:2641 #: ../raphodo/rapid.py:7587 ../raphodo/rpdfile.py:988 #: ../raphodo/storage/storage.py:602 msgid "Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:232 msgid "Projected storage use after download" msgstr "" #. Translators: Custom refers to the user choosing a non-default value that #. they customize themselves #: ../raphodo/ui/destinationdisplay.py:355 ../raphodo/ui/nameeditor.py:587 msgid "Custom..." msgstr "" #: ../raphodo/ui/destinationdisplay.py:774 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/ui/destinationdisplay.py:776 msgid "Configure video subfolder creation" msgstr "" #: ../raphodo/ui/destinationpanel.py:90 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:113 ../raphodo/ui/destinationpanel.py:125 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1294 msgid "Probing device..." msgstr "" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Temporarily ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1313 msgid "Permanently ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1316 msgid "Rescan" msgstr "" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1437 #, python-format msgid "%s full" msgstr "" #: ../raphodo/ui/devicedisplay.py:1457 msgid "Other" msgstr "" #: ../raphodo/devices.py:603 ../raphodo/devices.py:604 msgid "Cameras" msgstr "" #: ../raphodo/devices.py:605 ../raphodo/devices.py:1256 #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 ../raphodo/rapid.py:2489 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:1006 #, 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:1073 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1229 ../raphodo/rapid.py:2212 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:1280 ../raphodo/devices.py:1300 #, 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:1318 #, 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:1326 #, python-format msgid "%(no_devices)s Devices" msgstr "" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1652 #, python-format msgid "%s + %s" msgstr "" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "\n" "In case of any problems, a red icon will appear at the bottom of the window " "indicating \n" "how many error reports there are. Clicking on it opens the Error Report " "window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 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." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "\n" "

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

\n" "

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

" msgstr "" #: ../raphodo/ui/didyouknow.py:133 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:140 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:147 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:154 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 \n" "metadata (where available) or according to the filesystem (as a fallback).\n" "
  2. Checked State: whether the file is marked for download.
  3. \n" "
  4. Filename: the full filename, including extension.
  5. \n" "
  6. Extension: the filename's extension. You can use this to group " "jpeg and \n" "raw images, for instance.
  7. \n" "
  8. File Type: photo or video.
  9. \n" "
  10. Device: name of the device the photos and videos are being " "downloaded \n" "from.
  11. \n" "
" msgstr "" #: ../raphodo/ui/didyouknow.py:172 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" #: ../raphodo/ui/didyouknow.py:178 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:185 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 \n" "illustration below, the destination folders are "Pictures" and \n" ""Videos". The name of the destination folder is displayed in the " "grey bar \n" "directly above the folder tree, with a folder icon to its left and a gear " "icon to \n" "its far right.
  2. \n" "
  3. The download subfolders, which are directories that will be " "automatically \n" "generated by Rapid Photo Downloader. They need not already exist on your " "computer, but \n" "it's okay if they do. They will be generated under the destination folder.\n" "
" msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a \n" "different destination folder for each. The same applies to the download " "subfolders for \n" "photos and videos—download photos and videos to the same subfolders, " "or use a \n" "different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:211 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:220 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to \n" "download:\n" "
    \n" "
  1. The destination folder tree shows the download subfolders already on " "your computer \n" "(those in a regular, non-italicized font), and the subfolders that will be " "created \n" "during the download (those whose names are italicized).
  2. \n" "
  3. The folder tree also shows into which subfolders the files will be " "downloaded \n" "(those colored black).
  4. \n" "
" msgstr "" #: ../raphodo/ui/didyouknow.py:235 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following \n" "elements:\n" "
    \n" "
  1. File metadata, very often including the date the photo or video " "was created, \n" "but might also include the camera model name, camera serial number, or file " "extension \n" "e.g. JPG or CR2.
  2. \n" "
  3. A Job Code, which is free text you specify at the time the " "download occurs, \n" "such as the 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 \n" "format makes it easy to keep them sorted in a file manager, which is why " "it's the \n" "default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:254 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 \n" "preset. Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:261 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to \n" "configure your own scheme. You create your own schemes using the Photo or " "Video \n" "Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:270 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:276 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:282 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 \n" "and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:291 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 \n" "choices to generate new combinations. Supposing you wanted a date format " "that combines \n" "year (YYYY), a hyphen, and month (MM) to form YYYY-MM. You can create it " "like this \n" "(note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:300 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names \n" "in the \n" "online \n" "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:309 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. \n" "You can use them in subfolder and file names. In this illustration, some " "files have had \n" "the Job Code "Street" applied to them, and the selected files are " "about to \n" "get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:317 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 \n" "prompted to enter a Job Code for them before the download begins." msgstr "" #: ../raphodo/ui/didyouknow.py:324 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:327 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:333 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!" msgstr "" #: ../raphodo/ui/didyouknow.py:340 msgid "" "\n" "

Four types of sequence values are available to help you assign unique " "names to your \n" "photos and 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 \n" "last time the 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 \n" "documentation.

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

The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature \n" "on your 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 \n" "are detected, the same sequence numbers will be applied to both photo names. " "F\n" "urthermore, sequences will be updated as if the photos were one.

\n" "

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

\n" msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are \n" "downloaded, such as external hard drives or network shares. Backup devices " "can be \n" "automatically detected, or exact backup locations specified." msgstr "" #: ../raphodo/ui/didyouknow.py:385 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:391 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including \n" "download sources, destinations, and backups. Additionally, settings can be " "reset to \n" "their default state, and caches and remembered files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:396 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:401 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 \n" "your cameras, memory cards, and other devices.
  2. \n" "
  3. A temporary cache of files downloaded from a camera, one for " "photos and \n" "another for videos. They are located in temporary subfolders in the " "download \n" "destination.
  4. \n" "
  5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores \n" "thumbnails of RAW and TIFF photos once they have been downloaded. File " "browsers like \n" "Gnome Files use this cache as well, meaning they too will display thumbnails " "for those \n" "files. \n" "
  6. \n" "
\n" "Read more about these caches and their effect on download performance in the " "online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:459 msgid "Tip of the Day" msgstr "" #: ../raphodo/ui/didyouknow.py:467 msgid "Did you know...?" msgstr "" #: ../raphodo/ui/didyouknow.py:498 msgid "Show tips on startup" msgstr "" #: ../raphodo/ui/didyouknow.py:502 msgid "&Next" msgstr "" #: ../raphodo/ui/didyouknow.py:503 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:454 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:584 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:643 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:645 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:650 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:652 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:657 ../raphodo/downloadtracker.py:839 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:659 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:664 ../raphodo/downloadtracker.py:869 #: ../raphodo/downloadtracker.py:877 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:666 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:845 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:847 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:850 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:852 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:884 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:886 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:889 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:891 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:918 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:920 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:923 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:925 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:80 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:150 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:187 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:206 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:211 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:213 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:214 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:215 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:216 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:217 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:218 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:229 ../raphodo/errorlog.py:371 #, 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:234 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:256 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:357 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:516 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:567 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:50 #, python-brace-format msgid "" "Please report the problem at {website}.

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

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

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

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

Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:88 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:182 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:186 #, fuzzy msgid "A problem occurred in Rapid Photo Downloader" msgstr "Postavke: Rapid Photo Downloader" #: ../raphodo/excepthook.py:189 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:216 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:218 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:173 ../raphodo/thumbnaildisplay.py:2251 msgid "Open in File Browser..." msgstr "" #. type: Optional[QModelIndex] #: ../raphodo/ui/filebrowse.py:179 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:183 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:140 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:181 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:272 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:206 msgid "Date time" msgstr "" #: ../raphodo/generatenameconfig.py:207 msgid "Text" msgstr "Tekst" #: ../raphodo/generatenameconfig.py:208 ../raphodo/rapid.py:2607 msgid "Filename" msgstr "Ime datoteke" #: ../raphodo/generatenameconfig.py:209 #: ../raphodo/prefs/preferencedialog.py:994 msgid "Metadata" msgstr "" #: ../raphodo/generatenameconfig.py:210 msgid "Sequences" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:213 msgid "Job code" msgstr "" #: ../raphodo/generatenameconfig.py:214 msgid "Image date" msgstr "" #: ../raphodo/generatenameconfig.py:215 msgid "Video date" msgstr "" #: ../raphodo/generatenameconfig.py:216 msgid "Today" msgstr "Danas" #: ../raphodo/generatenameconfig.py:217 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:220 msgid "Download time" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:223 msgid "Name" msgstr "Naziv" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 ../raphodo/rapid.py:2608 msgid "Extension" msgstr "Ekstenzija" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 msgid "Image number" msgstr "Broj slike" #: ../raphodo/generatenameconfig.py:230 msgid "Video number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:233 msgid "Aperture" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 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:242 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:245 msgid "Camera make" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 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:251 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:254 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:257 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:260 msgid "Shutter count" msgstr "" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:262 msgid "File number" msgstr "" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:264 msgid "Folder only" msgstr "" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:266 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:269 msgid "Owner name" msgstr "Ime vlasnika" #: ../raphodo/generatenameconfig.py:270 msgid "Codec" msgstr "" #: ../raphodo/generatenameconfig.py:271 msgid "Width" msgstr "" #: ../raphodo/generatenameconfig.py:272 msgid "Height" msgstr "" #: ../raphodo/generatenameconfig.py:273 msgid "Length" msgstr "" #: ../raphodo/generatenameconfig.py:274 msgid "Frames Per Second" msgstr "" #: ../raphodo/generatenameconfig.py:275 msgid "Artist" msgstr "" #: ../raphodo/generatenameconfig.py:276 msgid "Copyright" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:279 msgid "Downloads today" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Session number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Subfolder number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Stored number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:291 msgid "Sequence letter" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:294 msgid "All digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "Last digit" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 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:303 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:306 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:309 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:312 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:315 msgid "lowercase" msgstr "mala slova" #: ../raphodo/generatenameconfig.py:316 msgid "One digit" msgstr "" #: ../raphodo/generatenameconfig.py:317 msgid "Two digits" msgstr "" #: ../raphodo/generatenameconfig.py:318 msgid "Three digits" msgstr "" #: ../raphodo/generatenameconfig.py:319 msgid "Four digits" msgstr "" #: ../raphodo/generatenameconfig.py:320 msgid "Five digits" msgstr "" #: ../raphodo/generatenameconfig.py:321 msgid "Six digits" msgstr "" #: ../raphodo/generatenameconfig.py:322 msgid "Seven digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:325 msgid "Subseconds" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 ../raphodo/generatenameconfig.py:415 msgid "YYYYMMDD" msgstr "GGGGMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:416 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:334 ../raphodo/generatenameconfig.py:417 msgid "YYYY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 msgid "YYMMDD" msgstr "GGMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 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:343 msgid "YY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "MMDDYYYY" msgstr "MMDDGGGG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYY" msgstr "MMDDGG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "DDMMYYYY" msgstr "DDMMGGGG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYY" msgstr "DDMMGG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 ../raphodo/generatenameconfig.py:415 #: ../raphodo/generatenameconfig.py:416 ../raphodo/generatenameconfig.py:417 #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:419 msgid "YYYY" msgstr "GGGG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 msgid "YY" msgstr "GG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "Month (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "HHMMSS" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 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:394 msgid "HH-MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "MM (minutes)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "SS" msgstr "" #: ../raphodo/generatenameconfig.py:415 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:416 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:417 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:512 #: ../raphodo/generatenameconfig.py:699 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:418 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:419 ../raphodo/jobcodepanel.py:279 #: ../raphodo/ui/nameeditor.py:926 ../raphodo/rapid.py:2260 #: ../raphodo/ui/renamepanel.py:93 ../raphodo/ui/renamepanel.py:275 msgid "Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:507 ../raphodo/generatenameconfig.py:694 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:510 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:510 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:699 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:700 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:700 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/jobcodepanel.py:90 msgid "Enter a new Job Code, or select a previous one" msgstr "" #: ../raphodo/jobcodepanel.py:98 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:108 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:121 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:123 msgid "Enter a new Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:131 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/jobcodepanel.py:144 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:148 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:186 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:190 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:251 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:255 msgid "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:259 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:264 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:269 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:278 msgid "Last Used" msgstr "" #: ../raphodo/jobcodepanel.py:283 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:286 ../raphodo/rapid.py:2615 msgid "Ascending" msgstr "" #: ../raphodo/jobcodepanel.py:287 ../raphodo/rapid.py:2616 msgid "Descending" msgstr "" #: ../raphodo/jobcodepanel.py:297 msgid "&New..." msgstr "" #: ../raphodo/jobcodepanel.py:301 msgid "&Apply" msgstr "" #: ../raphodo/jobcodepanel.py:305 msgid "&Remove" msgstr "" #: ../raphodo/jobcodepanel.py:309 ../raphodo/prefs/preferencedialog.py:288 #: ../raphodo/prefs/preferencedialog.py:324 #: ../raphodo/prefs/preferencedialog.py:781 msgid "Remove All" msgstr "" #: ../raphodo/jobcodepanel.py:512 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:515 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:578 msgid "Job Codes" msgstr "" #: ../raphodo/ui/messagewidget.py:67 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:478 ../raphodo/ui/nameeditor.py:498 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:583 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:584 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:630 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:647 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:650 ../raphodo/ui/nameeditor.py:1558 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:743 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:751 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:884 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:892 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:900 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:907 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:936 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:954 #, python-format msgid "The character
%(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:964 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:972 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:999 ../raphodo/ui/renamepanel.py:139 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1082 ../raphodo/ui/nameeditor.py:1105 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1134 ../raphodo/prefs/preferencedialog.py:1083 #: ../raphodo/wsl.py:648 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1161 msgid "Insert" msgstr "" #: ../raphodo/ui/nameeditor.py:1523 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1527 msgid "" "Do you want to save the changes in a new custom preset?

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

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

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

The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1562 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:326 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:327 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:328 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:331 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:334 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:336 #, 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:366 ../raphodo/newversion.py:385 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:388 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:412 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:531 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:553 msgid "Downloading..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:134 msgid "Preferences" msgstr "" #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 msgid "Automation" msgstr "Automatizacija" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Thumbnails" msgstr "" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:160 #: ../raphodo/prefs/preferencedialog.py:183 #: ../raphodo/prefs/preferencedialog.py:585 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:184 #: ../raphodo/prefs/preferencedialog.py:649 msgid "Error Handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:162 #: ../raphodo/prefs/preferencedialog.py:185 msgid "Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:163 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:164 #: ../raphodo/prefs/preferencedialog.py:186 msgid "Miscellaneous" msgstr "" #: ../raphodo/prefs/preferencedialog.py:221 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:225 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:231 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:233 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:240 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:244 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 #: ../raphodo/prefs/preferencedialog.py:310 msgid "Add..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:252 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 #: ../raphodo/prefs/preferencedialog.py:286 #: ../raphodo/prefs/preferencedialog.py:317 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove" msgstr "" #: ../raphodo/prefs/preferencedialog.py:259 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:278 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:279 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:283 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:290 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:304 msgid "Ignored Paths" msgstr "" #: ../raphodo/prefs/preferencedialog.py:306 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:313 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:320 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:327 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as well. #: ../raphodo/prefs/preferencedialog.py:338 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:345 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:387 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:400 #: ../raphodo/prefs/preferencedialog.py:505 #: ../raphodo/prefs/preferencedialog.py:553 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:408 #: ../raphodo/prefs/preferencedialog.py:575 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:416 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:417 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place the #. carriage return where you think it makes sense so that the tool tip does not #. stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:422 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading at program startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Start downloading upon device insertion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:430 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program when download completes" msgstr "" #: ../raphodo/prefs/preferencedialog.py:433 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/prefs/preferencedialog.py:465 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:470 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:473 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:477 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:480 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:489 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:490 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:530 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:536 msgid "days" msgstr "" #: ../raphodo/prefs/preferencedialog.py:537 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:550 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:559 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:562 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:588 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:598 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:601 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:615 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:629 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Skip download" msgstr "PreskoÄi preuzimanje" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:656 msgid "Add unique identifier" msgstr "Dodaj jedinstveni identifikator" #: ../raphodo/prefs/preferencedialog.py:659 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Overwrite" msgstr "" #: ../raphodo/prefs/preferencedialog.py:668 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Skip" msgstr "PreskoÄi" #: ../raphodo/prefs/preferencedialog.py:671 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:678 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:690 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:701 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:722 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:723 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:727 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:730 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:736 msgid "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:740 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:743 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:749 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:755 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:760 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:765 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:771 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:776 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:783 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:821 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:824 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:827 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:834 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:837 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:842 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:854 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:855 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:862 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:868 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:874 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:880 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:886 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:906 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:911 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:916 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:921 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:968 msgid "Version Check" msgstr "" #: ../raphodo/prefs/preferencedialog.py:969 msgid "Check for new version at startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:972 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/prefs/preferencedialog.py:976 msgid "Include development releases" msgstr "" #: ../raphodo/prefs/preferencedialog.py:978 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/prefs/preferencedialog.py:996 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:999 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1006 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1008 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1034 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1140 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1423 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1585 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1590 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1605 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1610 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1929 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1931 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1933 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1947 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1949 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1951 msgid "Path:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1965 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1966 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1967 ../raphodo/ui/renamepanel.py:140 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1982 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1987 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1996 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:736 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:740 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:747 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" #: ../raphodo/ui/primarybutton.py:124 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 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:249 ../raphodo/proximity.py:278 #: ../raphodo/proximity.py:313 ../raphodo/proximity.py:319 #, 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:267 #, 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:288 ../raphodo/proximity.py:294 #: ../raphodo/proximity.py:1123 ../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:303 ../raphodo/proximity.py:307 #: ../raphodo/proximity.py:1130 ../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:328 #, 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:339 #, 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:473 #, 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:1135 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1893 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:1952 #, 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:1956 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:1962 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2101 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:2106 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2109 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2110 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2112 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:2568 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:473 ../raphodo/rapid.py:871 ../raphodo/rapid.py:4656 #: ../raphodo/rapid.py:4879 ../raphodo/rapid.py:4898 ../raphodo/rapid.py:4921 #: ../raphodo/rapid.py:4928 ../raphodo/rapid.py:5605 ../raphodo/rapid.py:6228 #: ../raphodo/rapid.py:7448 ../raphodo/ui/rememberthisdialog.py:112 #: ../raphodo/ui/viewutils.py:743 #: ../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:1156 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:1167 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1176 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:1188 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1367 #, python-format msgid "" "Cannot download from Apple devices

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

Missing applications: " "%(applications)s

Learn more about which software to install." msgstr "" #: ../raphodo/rapid.py:1766 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1769 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1778 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1782 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1786 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1804 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1806 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1824 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1827 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1873 msgid "" "\n" "

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

\n" "

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

" msgstr "" #: ../raphodo/rapid.py:1883 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1894 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1897 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1898 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1901 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in the future #: ../raphodo/rapid.py:1906 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:2110 ../raphodo/rapid.py:2913 msgid "Download" msgstr "" #: ../raphodo/rapid.py:2114 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:2118 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:2122 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:2127 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:2131 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:2136 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:2139 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:2143 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:2146 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:2149 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:2152 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:2157 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:2160 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:2249 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:2257 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:2259 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:2261 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2485 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2504 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2507 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2521 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2599 msgid "All" msgstr "" #: ../raphodo/rapid.py:2600 msgid "New" msgstr "" #: ../raphodo/rapid.py:2602 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2605 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2606 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2609 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2610 msgid "Device" msgstr "Uređaj" #: ../raphodo/rapid.py:2612 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2628 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:2893 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2909 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2911 msgid "Pause" msgstr "" #: ../raphodo/rapid.py:3048 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:3149 #, 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:3243 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:3257 #, 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:3345 msgid "" "\n" "Downloading all files

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

\n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3510 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" #: ../raphodo/rapid.py:3513 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" #: ../raphodo/rapid.py:3516 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3517 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3535 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:3546 ../raphodo/rapid.py:3560 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3548 ../raphodo/rpdfile.py:179 msgid "photos" msgstr "fotografije" #: ../raphodo/rapid.py:3562 ../raphodo/rpdfile.py:174 msgid "videos" msgstr "video snimke" #: ../raphodo/rapid.py:3572 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:3588 ../raphodo/rapid.py:3604 #, 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:3591 ../raphodo/rpdfile.py:181 ../raphodo/rpdfile.py:850 msgid "photo" msgstr "fotografija" #: ../raphodo/rapid.py:3607 ../raphodo/rpdfile.py:176 ../raphodo/rpdfile.py:912 msgid "video" msgstr "video" #: ../raphodo/rapid.py:3615 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:4446 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4526 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4536 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "" #: ../raphodo/rapid.py:4542 ../raphodo/rapid.py:4649 msgid "warnings" msgstr "upozorenja" #: ../raphodo/rapid.py:4577 msgid "All downloads complete" msgstr "Sva preuzimanja su završena" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4587 ../raphodo/rapid.py:4602 ../raphodo/rapid.py:4618 #: ../raphodo/rapid.py:4633 ../raphodo/rapid.py:4648 #, 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:4592 ../raphodo/rapid.py:4623 #, 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:4607 ../raphodo/rapid.py:4638 #, python-format msgid "%(filetype)s failed to download" msgstr "" #: ../raphodo/rapid.py:4674 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4676 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4681 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4683 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4708 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4715 #, 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:4724 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4726 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4766 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4885 #, 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:4904 #, 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:4924 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4935 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4936 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:5028 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:5031 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:5035 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:5040 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5577 #, 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:5612 #, 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:5774 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5776 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5778 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5780 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5781 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5782 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5866 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:6211 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6215 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:6221 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6225 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6644 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6648 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:6704 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6711 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6725 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6737 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:7034 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:7041 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7047 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7054 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:7060 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:7066 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:7074 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:7082 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:7087 ../raphodo/rapid.py:7094 ../raphodo/rapid.py:7101 #: ../raphodo/rapid.py:7145 ../raphodo/rapid.py:7155 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:7089 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:7096 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7103 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7110 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:7116 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:7121 ../raphodo/rapid.py:7133 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:7124 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:7136 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:7148 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7158 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7166 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:7176 msgid "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:7183 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:7190 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:7199 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:7207 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:7214 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7223 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:7231 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:7237 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:7244 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:7254 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:7347 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7358 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:7365 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7436 #, python-format msgid "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7451 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7541 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7546 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7561 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:7636 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:7841 msgid "All settings and caches have been reset." msgstr "" #: ../raphodo/rapid.py:7849 msgid "Thumbnail Cache has been reset." msgstr "" #: ../raphodo/rapid.py:7855 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:80 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:87 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:626 msgid "subfolder and filename" msgstr "" #: ../raphodo/renameandmovefile.py:628 msgid "filename" msgstr "ime datoteke" #: ../raphodo/renameandmovefile.py:630 msgid "subfolder" msgstr "" #: ../raphodo/ui/renamepanel.py:327 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:328 msgid "Downloads today:" msgstr "" #: ../raphodo/ui/renamepanel.py:350 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:351 msgid "Stored number:" msgstr "" #: ../raphodo/ui/renamepanel.py:363 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:365 msgid "Day start:" msgstr "" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:375 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:379 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:384 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:395 msgid "Strip incompatible characters" msgstr "" #: ../raphodo/ui/renamepanel.py:400 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:404 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:484 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:488 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:492 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:273 #, python-format msgid "%(number)s %(filetypes)s" msgstr "" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:302 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:304 msgid "1 Video" msgstr "" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:314 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:316 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:830 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:851 msgid "Photo" msgstr "" #: ../raphodo/rpdfile.py:913 msgid "Video" msgstr "" #: ../raphodo/storage/storage.py:251 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:589 msgid "Pictures" msgstr "" #: ../raphodo/sudocommand.py:93 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:100 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:140 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:583 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:593 #, 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:605 ../raphodo/thumbnaildisplay.py:668 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:623 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:628 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:635 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:682 #, python-format msgid "

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

Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2254 msgid "Copy Path" msgstr "" #: ../raphodo/thumbnaildisplay.py:2260 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2265 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:215 msgid "B" msgstr "" #: ../raphodo/utilities.py:216 msgid "KB" msgstr "" #: ../raphodo/utilities.py:217 msgid "MB" msgstr "" #: ../raphodo/utilities.py:218 msgid "GB" msgstr "" #: ../raphodo/utilities.py:219 msgid "TB" msgstr "" #: ../raphodo/utilities.py:220 msgid "PB" msgstr "" #: ../raphodo/utilities.py:221 msgid "EB" msgstr "" #: ../raphodo/utilities.py:222 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:223 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:486 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:570 msgid "one" msgstr "" #: ../raphodo/utilities.py:571 msgid "two" msgstr "" #: ../raphodo/utilities.py:572 msgid "three" msgstr "" #: ../raphodo/utilities.py:573 msgid "four" msgstr "" #: ../raphodo/utilities.py:574 msgid "five" msgstr "" #: ../raphodo/utilities.py:575 msgid "six" msgstr "" #: ../raphodo/utilities.py:576 msgid "seven" msgstr "" #: ../raphodo/utilities.py:577 msgid "eight" msgstr "" #: ../raphodo/utilities.py:578 msgid "nine" msgstr "" #: ../raphodo/utilities.py:579 msgid "ten" msgstr "" #: ../raphodo/utilities.py:580 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:581 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:582 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:583 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:584 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:585 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:586 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:587 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:588 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:589 msgid "twenty" msgstr "" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&OK" msgstr "" #: ../raphodo/ui/viewutils.py:680 ../raphodo/ui/viewutils.py:700 msgid "&Save" msgstr "" #: ../raphodo/ui/viewutils.py:681 msgid "&Help" msgstr "" #: ../raphodo/ui/viewutils.py:682 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:683 ../raphodo/ui/viewutils.py:701 msgid "&Yes" msgstr "" #: ../raphodo/ui/viewutils.py:684 ../raphodo/ui/viewutils.py:702 msgid "&No" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:105 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:109 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:115 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:309 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:314 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:321 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:390 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:403 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:558 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:562 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:566 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:570 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:594 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:596 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:598 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 #, fuzzy msgid "Automatic Mount" msgstr "Automatizacija" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:638 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:652 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1459 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1463 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1606 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1612 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;" "memory;card;" msgstr "" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "" #~ msgid "Berlin" #~ msgstr "Berlin" #~ msgid "Manila" #~ msgstr "Manila" #~ msgid "New York" #~ msgstr "New York" #~ msgid "Prague" #~ msgstr "Prag" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Helsinki" #~ msgstr "Helsinki" #~ msgid "Kampala" #~ msgstr "Kampala" #~ msgid "Stockholm" #~ msgstr "Stockholm" #~ msgid "Rome" #~ msgstr "Rim" #~ msgid "Moscow" #~ msgstr "Moskva" #~ msgid "Sydney" #~ msgstr "Sydney" #~ msgid "Jakarta" #~ msgstr "Jakarta" #~ msgid "Madrid" #~ msgstr "Madrid" #~ msgid "Delhi" #~ msgstr "Delhi" #~ msgid "Warsaw" #~ msgstr "VarÅ¡ava" #~ msgid "Budapest" #~ msgstr "BudimpeÅ¡ta" #~ msgid "_File" #~ msgstr "_Datoteka" #~ msgid "_View" #~ msgstr "_Pogled" #~ msgid "_Get Help Online..." #~ msgstr "_Potraži pomoć na Internetu..." #~ msgid "_Help" #~ msgstr "_Pomoć" #~ msgid "_Select" #~ msgstr "_Odaberite" #~ msgid "Device Detected" #~ msgstr "PronaÄ‘eni ureÄ‘aj" #~ msgid "Size" #~ msgstr "VeliÄina" #~ msgid "Devices" #~ msgstr "UreÄ‘aji" #~ msgid "Download Progress" #~ msgstr "Napredak preuzimanja" #~ msgid "Paris" #~ msgstr "Pariz" #~ msgid "Tehran" #~ msgstr "Teheran" #~ msgid "_Translate this Application..." #~ msgstr "Prevedi _ovaj program..." #~ msgid "_Report a Problem..." #~ msgstr "Prijavi _problem..." #~ msgid "_Make a Donation..." #~ msgstr "_Doniraj..." #~ msgid "Download / Pause" #~ msgstr "Preuzmi / Pauziraj" #~ msgid "scanning..." #~ msgstr "pretražujem..." #~ msgid "Example: %s" #~ msgstr "Primjer: %s" #~ msgid "Select a folder to download photos to" #~ msgstr "Odaberite direktorij za spremanje preuzetih fotografija" #~ msgid "Download cannot proceed" #~ msgstr "Preuzimanje se ne može nastaviti" #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Izvor: %(source)s\n" #~ "OdrediÅ¡te: %(destination)s" #~ msgid "and" #~ msgstr "i" #~ msgid "MB/s" #~ msgstr "MB/s" #~ msgid "Name + extension" #~ msgstr "Naziv + ekstenzija" #~ msgid " " #~ msgstr " " #~ msgid ":" #~ msgstr ":" #~ msgid "Backup" #~ msgstr "Sigurnosna kopija" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "Kompatibilnost s ostalim operacijskim sustavima" #~ msgid "Example" #~ msgstr "Primjer" #~ msgid "Example:" #~ msgstr "Primjer:" #~ msgid "Backup" #~ msgstr "Sigurnosna kopija" #~ msgid "Download folder:" #~ msgstr "Direktorij preuzimanja:" #~ msgid "_Add..." #~ msgstr "_Dodaj..." #~ msgid "Backing up error" #~ msgstr "GreÅ¡ka prilikom spremanja sigurnosne kopije" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/po/hu.po0000755000175000017500000070465200000000000016562 0ustar00damondamon# Hungarian translation for rapid # Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2009. # csola48 , 2017, 2019. # msgid "" msgstr "" "Project-Id-Version: Rapid Photo Downloader 0.9.2\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2022-03-02 02:51+0000\n" "PO-Revision-Date: 2022-03-02 10:07+0100\n" "Last-Translator: csola48 \n" "Language-Team: magyar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2022-03-02 09:00+0000\n" "X-Generator: Poedit 2.0.6\n" "Language: hu\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 setuptools csomagot 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:406 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:642 ../install.py:4330 msgid "Installer not found:" msgstr "TelepítÅ‘ nem található:" #. Translators: do not translate the term tar.gz #: ../install.py:646 ../install.py:4334 msgid "Installer not in tar.gz format:" msgstr "A telepítÅ‘ nem tar.gz típusú:" #: ../install.py:728 ../install.py:757 ../install.py:4210 ../install.py:4215 msgid "Exiting..." msgstr "Kilépés…" #: ../install.py:979 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:1065 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:1357 ../install.py:4290 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:1467 #, 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:1610 msgid "The following command will be run:" msgstr "A következÅ‘ parancs fog futni:" #. Translators: do not translate the term sudo #: ../install.py:1614 ../install.py:3834 ../install.py:3841 msgid "sudo may prompt you for the sudo password." msgstr "a sudo parancs lehet, hogy bekéri a sudohoz a jelszót." #: ../install.py:1618 msgid "Would you like to run the command now?" msgstr "Szeretné most futtatni a pancsot?" #: ../install.py:1620 msgid "Answer is not yes, exiting." msgstr "Kilépés, mert nincs \"igen\" válasz." #: ../install.py:1631 ../install.py:2259 ../install.py:2318 ../install.py:2793 msgid "Command failed" msgstr "Sikertelen parancs" #: ../install.py:1633 ../install.py:2260 ../install.py:2319 ../install.py:2794 msgid "Exiting" msgstr "Kilépés" #: ../install.py:1661 msgid "The Universe repository must be enabled." msgstr "Engedélyezve kell lennie az Universe tárolónak." #. Translators: do not translate the term EPEL #: ../install.py:1701 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:1749 msgid "The RPM Fusion Free repository must be enabled." msgstr "Az RPM Fusion Free tárolót engedélyezni kell." #: ../install.py:1790 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:2237 ../install.py:2267 ../install.py:2299 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:2252 msgid "Uninstalling system package" msgstr "A rendszercsomag eltávolítása" #: ../install.py:2277 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:2324 msgid "Checking if previous version installed with pip..." msgstr "EllenÅ‘rizze, hogy az elÅ‘zÅ‘ verzió pip-el lett-e telepítve ..." #: ../install.py:2477 ../install.py:2534 ../install.py:2650 msgid "The following package is unknown on your system: {}\n" msgstr "A következÅ‘ csomagok ismeretlenek a rendszerében: {}\n" #: ../install.py:2548 ../install.py:2706 ../install.py:2803 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:2642 ../install.py:2663 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:2785 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:2852 msgid "Query to confirm action at each step." msgstr "Lépésenkénti megerÅ‘sítés." #: ../install.py:2862 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:2873 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:2923 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:2931 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:2937 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:2942 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:2950 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:2958 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:2982 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:3000 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:3011 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:3048 msgid "Failed to download versions file." msgstr "Nem sikerült letölteni a verziók fájlját." #: ../install.py:3053 msgid "Got error code {} while accessing versions file" msgstr "A verziófájl elérése közben kapott hibakód {}" #: ../install.py:3170 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:3324 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:3330 msgid "Received error code" msgstr "Fogadott hibakód" #: ../install.py:3332 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:3334 msgid "Failed to install application: exiting..." msgstr "Sikertelen az alkalmazás telepítése: kilépés..." #: ../install.py:3658 msgid "Installing application requirements..." msgstr "Az alkalmazáshoz szükséges követelmények telepítése ..." #: ../install.py:3693 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" #: ../install.py:3710 msgid "Installing application..." msgstr "Alkalmazás telepítése..." #: ../install.py:3797 msgid "Do you want Rapid Photo Downloader to appear in the Windows menu?" msgstr "Szeretné, hogy a Rapid Photo Downloader megjelenjen a Windows menüben?" #: ../install.py:3803 msgid "Adding Rapid Photo Downloader to the Windows menu" msgstr "A Rapid Photo Downloader hozzáadása a Windows menühöz" #: ../install.py:3813 msgid "Failed to copy application launcher." msgstr "Nem sikerült másolni az alkalmazásindítót." #: ../install.py:3824 msgid "Man pages can be found in {}/share/man/man1" msgstr "Az oldalak a {}/share/man/man1 oldalon találhatók" #: ../install.py:3829 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:3830 msgid "They will be installed into {}" msgstr "Ide lesznek telepítve {}" #: ../install.py:3832 ../install.py:3839 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:3835 msgid "Do want to install the man pages?" msgstr "Akarja telepíteni a kézikönyv (man) oldalakat?" #: ../install.py:3837 msgid "Installing man pages into {}" msgstr "A kézikönyv (man) oldalak telepítése ide {}" #: ../install.py:3855 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:3876 msgid "Failed to copy man page." msgstr "Sikertelen a kézikönyv (man) oldalak másolása." #: ../install.py:3915 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:3928 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:3934 msgid "" "You may have to restart WSL to be able to run the program from the command line." msgstr "" "ElÅ‘fordulhat, hogy újra kell indítania a WSL-t, hogy a programot parancssorból " "futtathassa." #: ../install.py:3944 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program from " "the command line." msgstr "" "A program parancssorból történÅ‘ futtatásához hozzá kell adnia a következÅ‘t: " "{path} a számítógép $PATH változójához." #: ../install.py:3949 #, 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:3971 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:3973 msgid "Done." msgstr "Kész." #: ../install.py:3987 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:4043 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" #. Translators: do not translate the terms --PyQt5-version or --use-system-PyQt5 #: ../install.py:4055 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:4067 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:4081 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:4097 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:4111 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:4124 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:4134 msgid "Using virtual environment for installation using pip." msgstr "A virtuális környezet használata a pip használatához." #: ../install.py:4139 ../install.py:4153 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:4172 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:4180 msgid "Restarting script using system python..." msgstr "A szkript újraindítása a python rendszer használatával ..." #: ../install.py:4193 msgid "Detected Linux distribution {} {}" msgstr "Felismert Linux-disztribúció {} {}" #: ../install.py:4231 msgid "To continue, the package python3-apt must be installed." msgstr "A folytatáshoz python3-apt -nek telepítve kell lennie." #: ../install.py:4263 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:4275 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:4324 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:647 ../raphodo/ui/viewutils.py:679 ../raphodo/ui/viewutils.py:699 msgid "&Cancel" msgstr "&Megszünteti" #: ../upgrade.py:651 msgid "&Upgrade" msgstr "&Frissítés" #: ../upgrade.py:656 #, 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:659 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:662 ../upgrade.py:668 ../raphodo/ui/viewutils.py:678 #: ../raphodo/ui/viewutils.py:698 msgid "&Close" msgstr "&Bezárás" #: ../upgrade.py:663 msgid "&Run" msgstr "&Futtatás" #: ../upgrade.py:693 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:696 msgid "Upgrade running..." msgstr "A frissítés folyamatban..." #: ../upgrade.py:732 #, 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:737 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:741 msgid "Upgrade failed. Click Close to exit." msgstr "Frissítés sikertelen. A kilépéshez kattintson a Bezárás gombra." #: ../upgrade.py:11325 #, python-format msgid "Upgrading %s..." msgstr "%s frissítése ..." #: ../upgrade.py:11327 msgid "Press any key to continue..." msgstr "Nyomjon meg egy gombot a folytatáshoz..." #: ../upgrade.py:11340 msgid "Rapid Photo Downloader upgrade failed" msgstr "A Rapid Photo Downloader frissítése sikertelen" #: ../upgrade.py:11342 #, 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/ui/aboutdialog.py:334 msgid "Credits" msgstr "KözreműködÅ‘k" #: ../raphodo/ui/aboutdialog.py:339 msgid "Translators" msgstr "Fordítók" #: ../raphodo/ui/backuppanel.py:280 msgid "Backups are not configured" msgstr "A biztonsági másolatok nincsenek beállítva" #: ../raphodo/ui/backuppanel.py:282 msgid "No backup devices detected" msgstr "A biztonsági másolat eszköze nem elérhetÅ‘" #: ../raphodo/ui/backuppanel.py:285 msgid "Valid backup locations not yet specified" msgstr "Még nincs érvényes biztonsági mentési hely megadva" #: ../raphodo/ui/backuppanel.py:465 msgid "" "You can have your photos and videos backed up to multiple locations as they are " "downloaded, e.g. external hard drives." msgstr "" "A fényképekrÅ‘l és videókról letöltés közben több másolat készülhet, különbözÅ‘ " "helyekre, például külsÅ‘ merevlemezre." #: ../raphodo/ui/backuppanel.py:473 msgid "Back up photos and videos when downloading" msgstr "A fényképek és videók biztonsági mentése letöltés közben" #: ../raphodo/ui/backuppanel.py:479 msgid "Automatically detect backup devices" msgstr "Biztonsági mentés eszközök automatikus érzékelése" #: ../raphodo/ui/backuppanel.py:485 msgid "" "Specify the folder in which backups are stored on the device.

Note: " "the presence of a folder with this name is used to determine if the device is " "used for backups. For each device you wish to use for backing up to, create a " "folder in it with one of these folder names. By adding both folders, the same " "device can be used to back up both photos and videos." msgstr "" "Adja meg azt a mappát, amelyen a mentések tárolódnak az eszközön.

" "Megjegyzés: ezzel a névvel rendelkezÅ‘ mappa jelenlétét használhatja annak " "meghatározására, hogy az eszközt biztonsági mentésekhez használják-e. Minden " "olyan eszköz esetében, amelyet vissza akar kapni, hozzon létre egy mappát a " "mappák egyikével. Mindkét mappa hozzáadásával ugyanaz az eszköz használható " "mind a fotók, mind a videók biztonsági mentéséhez. " #: ../raphodo/ui/backuppanel.py:500 msgid "Photo folder name:" msgstr "Fénykép mappa neve:" #: ../raphodo/ui/backuppanel.py:505 msgid "Video folder name:" msgstr "Videó mappa neve:" #: ../raphodo/ui/backuppanel.py:510 ../raphodo/ui/nameeditor.py:1000 #: ../raphodo/ui/renamepanel.py:141 msgid "Example:" msgstr "Példa:" #: ../raphodo/ui/backuppanel.py:521 msgid "If you disable automatic detection, choose the exact backup locations." msgstr "" "Ha letiltja az automatikus felderítést, válassza ki a pontos mentési helyeket." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:532 msgid "Photo backup location:" msgstr "Fényképek biztonsági mentésének helye:" #: ../raphodo/ui/backuppanel.py:542 msgid "Select Photo Backup Location" msgstr "Fényképek biztonsági mentésének helye" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:554 msgid "Video backup location:" msgstr "Videó biztonsági mentésének helye:" #: ../raphodo/ui/backuppanel.py:560 msgid "Select Video Backup Location" msgstr "Válassza ki a videók bitonsági mentésének helyét" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:676 msgid "drive1" msgstr "meghajtó1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:679 msgid "drive2" msgstr "meghajtó2" #: ../raphodo/ui/backuppanel.py:746 msgid "Projected Backup Storage Use" msgstr "ElÅ‘rejelzett biztonsági másolat tárolása" #: ../raphodo/ui/backuppanel.py:751 msgid "Backup Options" msgstr "Biztonsági mentés beállítások" #: ../raphodo/copyfiles.py:610 msgid "video THM" msgstr "videó THM" #: ../raphodo/copyfiles.py:620 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:104 ../raphodo/ui/devicedisplay.py:1408 #: ../raphodo/rpdfile.py:310 #, 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:112 ../raphodo/ui/devicedisplay.py:1414 #: ../raphodo/rpdfile.py:298 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s videók" #: ../raphodo/ui/destinationdisplay.py:123 msgid "Used" msgstr "Felhasznált" #: ../raphodo/ui/destinationdisplay.py:124 msgid "Excess" msgstr "Többlet" #: ../raphodo/ui/destinationdisplay.py:133 ../raphodo/ui/devicedisplay.py:1440 msgid "Device size unknown" msgstr "Az eszköz mérete nem ismert" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:146 #, python-format msgid "No space free on %(size_total)s device" msgstr "Nincs szabad terület az eszközön %(size_total)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:156 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "Szabad %(size_free)s a(z) %(size_total)s -ból" #: ../raphodo/ui/destinationdisplay.py:230 ../raphodo/ui/destinationpanel.py:74 #: ../raphodo/ui/devicedisplay.py:625 ../raphodo/rapid.py:2641 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:960 msgid "Photos" msgstr "Fényképek" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:231 ../raphodo/ui/destinationpanel.py:78 #: ../raphodo/ui/devicedisplay.py:626 ../raphodo/rapid.py:2642 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:988 #: ../raphodo/storage/storage.py:602 msgid "Videos" msgstr "Videók" #: ../raphodo/ui/destinationdisplay.py:232 msgid "Projected storage use after download" msgstr "A tervezett tárolás letöltés után" #. Translators: Custom refers to the user choosing a non-default value that #. they customize themselves #: ../raphodo/ui/destinationdisplay.py:355 ../raphodo/ui/nameeditor.py:587 msgid "Custom..." msgstr "Egyéni…" #: ../raphodo/ui/destinationdisplay.py:774 msgid "Configure photo subfolder creation" msgstr "A fénykép almappa létrehozásának konfigurálása" #: ../raphodo/ui/destinationdisplay.py:776 msgid "Configure video subfolder creation" msgstr "A videó almappa létrehozásának konfigurálása" #: ../raphodo/ui/destinationpanel.py:90 msgid "Projected Storage Use" msgstr "Tervezett tárolási használat" #: ../raphodo/ui/destinationpanel.py:113 ../raphodo/ui/destinationpanel.py:125 msgid "Select a destination folder" msgstr "Válasszon ki egy célmappát" #: ../raphodo/ui/devicedisplay.py:1294 msgid "Probing device..." msgstr "Tapintó eszköz ..." #: ../raphodo/ui/devicedisplay.py:1309 msgid "Temporarily ignore this device" msgstr "Ideiglenesen figyelmen kívül hagyja ezt az eszközt" #: ../raphodo/ui/devicedisplay.py:1313 msgid "Permanently ignore this device" msgstr "A készüléket tartósan figyelmen kívül hagyja" #: ../raphodo/ui/devicedisplay.py:1316 msgid "Rescan" msgstr "Újrakeresés" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1437 #, python-format msgid "%s full" msgstr "%s teljes" #: ../raphodo/ui/devicedisplay.py:1457 msgid "Other" msgstr "Egyéb" #: ../raphodo/devices.py:603 ../raphodo/devices.py:604 msgid "Cameras" msgstr "FényképezÅ‘gépek" #: ../raphodo/devices.py:605 ../raphodo/devices.py:1256 #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 ../raphodo/rapid.py:2490 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:1006 #, python-format msgid "Downloading from %(device_names)s" msgstr "Letöltés innen: %(device_names)s" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1073 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1229 ../raphodo/rapid.py:2213 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:1280 ../raphodo/devices.py:1300 #, 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:1318 #, 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:1326 #, 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:1652 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "Kattintson egy fájl jelölÅ‘négyzetére a letöltéshez vagy jelölje ki." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "A már letöltött fájlokra emlékezik a program. A korábban letöltött fájlokat " "továbbra is letöltheti, de alapértelmezés szerint nem ellenÅ‘rzik Å‘ket és a " "bélyegképük elmosódott, így megkülönböztetheti azokat a még le nem töltött " "fájloktól." #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file whose " "checkbox was clicked, regardless of whether they previously had a checkmark or " "not." msgstr "" "Ha egynél több fájl van kiválasztva, akkor mindegyik egy jelet kap, amelyre egy " "négyzetet kattintottak rá, függetlenül attól, hogy korábban volt-e abban egy " "pipa vagy sem." #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" "Az eszköz jelölÅ‘négyzetére kattintva gyorsan letörölheti vagy eltávolíthatja az " "összes letöltendÅ‘ fájlt." #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" "Miután befejezÅ‘dött a letöltés, egy ikon helyettesíti a bélyegkép " "jelölÅ‘négyzetét. Az ikon színe jelzi, hogy a letöltés sikeres volt-e (zöld), az " "átnevezési (sárga/narancssárga) vagy sikertelen (piros) próbálkozásokat." #: ../raphodo/ui/didyouknow.py:91 msgid "" "\n" "In case of any problems, a red icon will appear at the bottom of the window " "indicating \n" "how many error reports there are. Clicking on it opens the Error Report window." 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." #: ../raphodo/ui/didyouknow.py:97 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." 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." #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at one " "time." msgstr "" "Egyidejűleg letölthet több kamerából, okostelefonokból, memóriakártyákból és " "merevlemezekbÅ‘l is annyi eszközt, amennyit a számítógép egyszerre képes kezelni." #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" "Az IdÅ‘vonal a fotókat és videókat csoportosítja, az egymást követÅ‘ " "felvételek között eltelt idÅ‘ alapján. Használja azt a fényképek és videók " "azonosítására, amelyek különbözÅ‘ idÅ‘szakokban, egyetlen nap alatt vagy egymást " "követÅ‘ napokon kerülnek." #: ../raphodo/ui/didyouknow.py:123 msgid "" "\n" "

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

\n" "

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

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

" #: ../raphodo/ui/didyouknow.py:133 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on the " "left side of the main window will be highlighted." msgstr "" "Az adott időtartományon belüli fényképek és videók megtekintéséhez használja az " "egeret (adott esetben a Shift vagy Ctrl gombokkal együtt) " "az időtartamok kiválasztásához. Ha időintervallum van kiválasztva a főablak bal " "oldalán megjelenő Idővonal gomb jelenik meg." #: ../raphodo/ui/didyouknow.py:140 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" "A letöltés mindig tartalmazza az összes letöltésre ellenőrzött fájlt, beleértve " "azokat is, amelyeket jelenleg nem jelenítenek meg, mert az idővonalat " "használják." #: ../raphodo/ui/didyouknow.py:147 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" "A letöltési forrásokat elrejtheti vagy megjelenítheti a programablak bal felső " "sarkában található letöltési eszköz nevére kattintva." #: ../raphodo/ui/didyouknow.py:154 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 \n" "metadata (where available) or according to the filesystem (as a fallback).\n" "
  2. Checked State: whether the file is marked for download.
  3. \n" "
  4. Filename: the full filename, including extension.
  5. \n" "
  6. Extension: the filename's extension. You can use this to group jpeg " "and \n" "raw images, for instance.
  7. \n" "
  8. File Type: photo or video.
  9. \n" "
  10. Device: name of the device the photos and videos are being " "downloaded \n" "from.
  11. \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).
  2. \n" "
  3. Ellenőrzött állapot: , hogy a fájl letöltésre van-e jelölve. \n" "
  4. Filenév: a teljes fájlnév, beleértve a kiterjesztést.
  5. \n" "
  6. 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.
  7. \n" "
  8. Fájltípus: fénykép vagy videó.
  9. \n" "
  10. Eszköz: a készülék neve, ahová a fotók és videók letöltöttek.
" #: ../raphodo/ui/didyouknow.py:172 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" "A Rapid Photo Downloader egyik leghasznosabb funkciója az a képesség, hogy " "automatikusan létrehozza a letöltési almappákat és átnevezi a fájlokat letöltés " "közben, az Ön által választott rendszert használva." #: ../raphodo/ui/didyouknow.py:178 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" "Annak meghatározásához, hogy hol töltse le a fájlokat, és azt, hogy miként " "szeretné Å‘ket megnevezni, nyissa meg a megfelelÅ‘ panelt az alkalmazásablak jobb " "oldalán: Letöltési cél , Ãtnevezés vagy Munka-kód ." #: ../raphodo/ui/didyouknow.py:185 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 \n" "illustration below, the destination folders are "Pictures" and \n" ""Videos". The name of the destination folder is displayed in the grey " "bar \n" "directly above the folder tree, with a folder icon to its left and a gear icon " "to \n" "its far right.
  2. \n" "
  3. The download subfolders, which are directories that will be " "automatically \n" "generated by Rapid Photo Downloader. They need not already exist on your " "computer, but \n" "it's okay if they do. They will be generated under the destination folder.\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.
" #: ../raphodo/ui/didyouknow.py:202 msgid "" "\n" "You can download photos and videos to the same destination folder, or specify " "a \n" "different destination folder for each. The same applies to the download " "subfolders for \n" "photos and videos—download photos and videos to the same subfolders, or " "use a \n" "different scheme for each type." 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." #: ../raphodo/ui/didyouknow.py:211 msgid "" "Automatically generated download subfolders can contain further automatically " "generated subfolders if need be. A common scheme is to create a year subfolder " "and then a series of year-month-day subfolders within it." msgstr "" "Az automatikusan generált letöltési almappák további automatikusan generált " "almappákat is tartalmazhatnak, ha szükséges. Egy közös rendszer egy év almappa " "létrehozása, majd egy év-hónapos almappák sorozatának létrehozása." #: ../raphodo/ui/didyouknow.py:220 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos and " "videos to \n" "download:\n" "
    \n" "
  1. The destination folder tree shows the download subfolders already on your " "computer \n" "(those in a regular, non-italicized font), and the subfolders that will be " "created \n" "during the download (those whose names are italicized).
  2. \n" "
  3. The folder tree also shows into which subfolders the files will be " "downloaded \n" "(those colored black).
  4. \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" "
" #: ../raphodo/ui/didyouknow.py:235 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following \n" "elements:\n" "
    \n" "
  1. File metadata, very often including the date the photo or video was " "created, \n" "but might also include the camera model name, camera serial number, or file " "extension \n" "e.g. JPG or CR2.
  2. \n" "
  3. A Job Code, which is free text you specify at the time the download " "occurs, \n" "such as the 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 \n" "format makes it easy to keep them sorted in a file manager, which is why it's " "the \n" "default option:" 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:" #: ../raphodo/ui/didyouknow.py:254 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 \n" "preset. Click on the gear icon to bring up a drop-down menu:" msgstr "" "\n" "Automatikusan létrehozhat almappákat, ha használja \n" " 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:" #: ../raphodo/ui/didyouknow.py:261 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to \n" "configure your own scheme. You create your own schemes using the Photo or " "Video \n" "Subfolder Generation Editor:" 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:" #: ../raphodo/ui/didyouknow.py:270 msgid "" "It's easy to download raw images into one folder, and jpeg images into another. " "Simply use the Filename Extension as part of your download subfolder " "generation scheme:" msgstr "" "Könnyű letölteni a RAW képeket egy mappába és a jpeg képeket a másikba átvinni. " "Egyszerűen használja a Fájlnév kiterjesztés fájlt a letöltési almappák " "generációs sémájának részeként:" #: ../raphodo/ui/didyouknow.py:276 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" "Ez az illusztráció egy elmentett egyéni beállítást jelenít meg, amelynek neve " "\"Saját beállítások\"." #: ../raphodo/ui/didyouknow.py:282 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 \n" "and a Job Code:" 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:" #: ../raphodo/ui/didyouknow.py:291 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 \n" "choices to generate new combinations. Supposing you wanted a date format that " "combines \n" "year (YYYY), a hyphen, and month (MM) to form YYYY-MM. You can create it like " "this \n" "(note the red circle around the hyphen):" 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):" #: ../raphodo/ui/didyouknow.py:300 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and file " "names \n" "in the \n" "online \n" "documentation." msgstr "" "\n" "Olvassa el az összes fájlt, amelyen letöltheti az alkönyvtáros neveket és " "fájlneveket a\n" " " "online dokumentáció ." #: ../raphodo/ui/didyouknow.py:309 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. \n" "You can use them in subfolder and file names. In this illustration, some files " "have had \n" "the Job Code "Street" applied to them, and the selected files are " "about to \n" "get the Job Code "Green Bazaar":" 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\":" #: ../raphodo/ui/didyouknow.py:317 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 \n" "prompted to enter a Job Code for them before the download begins." 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." #: ../raphodo/ui/didyouknow.py:324 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" "Keresse meg azokat a tanácsokat, amelyek segítséget nyújtanak a munka-kódok " "kezelésében:" #: ../raphodo/ui/didyouknow.py:327 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" "A tippek a kontextus függvényében változnak, például amikor az egér egy gomb " "fölé mozog..." #: ../raphodo/ui/didyouknow.py:333 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!" 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!" #: ../raphodo/ui/didyouknow.py:340 msgid "" "\n" "

    Four types of sequence values are available to help you assign unique names " "to your \n" "photos and 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 \n" "last time the 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 \n" "documentation.

    " 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 .

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

    The Synchronize RAW + JPEG option is useful if you use the RAW + JPEG " "feature \n" "on your 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 \n" "are detected, the same sequence numbers will be applied to both photo names. F\n" "urthermore, sequences will be 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/ui/didyouknow.py:378 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are \n" "downloaded, such as external hard drives or network shares. Backup devices can " "be \n" "automatically detected, or exact backup locations specified." 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." #: ../raphodo/ui/didyouknow.py:385 msgid "" "In this example, the drive photobackup does not contain a folder named " "Videos, so videos will not be backed up to it." msgstr "" "Ebben a példában a Fotó biztonsági mentés meghajtó nem tartalmaz " "Videók nevű mappát, így a videókról nem lehet biztonsági másolatot " "készíteni." #: ../raphodo/ui/didyouknow.py:391 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including \n" "download sources, destinations, and backups. Additionally, settings can be " "reset to \n" "their default state, and caches and remembered files cleared." 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." #: ../raphodo/ui/didyouknow.py:396 msgid "You can also import program preferences from the older 0.4 version." msgstr "A program beállításait a régebbi 0.4 változatból is importálhatja." #: ../raphodo/ui/didyouknow.py:401 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 \n" "your cameras, memory cards, and other devices.
    2. \n" "
    3. A temporary cache of files downloaded from a camera, one for photos " "and \n" "another for videos. They are located in temporary subfolders in the download \n" "destination.
    4. \n" "
    5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores \n" "thumbnails of RAW and TIFF photos once they have been downloaded. File browsers " "like \n" "Gnome Files use this cache as well, meaning they too will display thumbnails " "for those \n" "files. \n" "
    6. \n" "
    \n" "Read more about these caches and their effect on download performance in the " "online " "documentation." 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. \n" "
    2. A ideiglenes gyorsítótár a kameráról letöltött fájlok a fényképek " "és a videók. Ezek az ideiglenes almappákban találhatók a letöltési célban. \n" "
    3. 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 ." #: ../raphodo/ui/didyouknow.py:459 msgid "Tip of the Day" msgstr "A nap tippje" #: ../raphodo/ui/didyouknow.py:467 msgid "Did you know...?" msgstr "Tudta...?" #: ../raphodo/ui/didyouknow.py:498 msgid "Show tips on startup" msgstr "Tippek az indításkor" #: ../raphodo/ui/didyouknow.py:502 msgid "&Next" msgstr "&Következő" #: ../raphodo/ui/didyouknow.py:503 msgid "&Previous" msgstr "&Előző" #: ../raphodo/downloadtracker.py:454 msgid "MB/sec" msgstr "MB/sec" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:584 msgid "A few seconds" msgstr "Néhány másodperc" #: ../raphodo/downloadtracker.py:643 msgid "1 second" msgstr "1 másodperc" #: ../raphodo/downloadtracker.py:645 #, python-format msgid "%d seconds" msgstr "%d másodperc" #: ../raphodo/downloadtracker.py:650 msgid "1 minute" msgstr "1 perc" #: ../raphodo/downloadtracker.py:652 #, python-format msgid "%d minutes" msgstr "%d perc" #: ../raphodo/downloadtracker.py:657 ../raphodo/downloadtracker.py:839 msgid "1 hour" msgstr "1 óra" #: ../raphodo/downloadtracker.py:659 #, python-format msgid "%d hours" msgstr "%d óra" #: ../raphodo/downloadtracker.py:664 ../raphodo/downloadtracker.py:869 #: ../raphodo/downloadtracker.py:877 msgid "1 day" msgstr "1 nap" #: ../raphodo/downloadtracker.py:666 #, python-format msgid "%d days" msgstr "%d nap" #: ../raphodo/downloadtracker.py:845 msgid "1 minute, 1 second" msgstr "1 perc 1 másodperc" #: ../raphodo/downloadtracker.py:847 #, python-format msgid "1 minute, %d seconds" msgstr "1 perc %d másodperc" #: ../raphodo/downloadtracker.py:850 #, python-format msgid "%d minutes, 1 second" msgstr "%d perc 1 másodperc" #: ../raphodo/downloadtracker.py:852 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d perc %(seconds)d másodperc" #: ../raphodo/downloadtracker.py:884 msgid "1 hour, 1 minute" msgstr "1 óra 1 perc" #: ../raphodo/downloadtracker.py:886 #, python-format msgid "1 hour, %d minutes" msgstr "1 óra %d perc" #: ../raphodo/downloadtracker.py:889 #, python-format msgid "%d hours, 1 minute" msgstr "%d óra 1 perc" #: ../raphodo/downloadtracker.py:891 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d óra %(minutes)d perc" #: ../raphodo/downloadtracker.py:918 msgid "1 day, 1 hour" msgstr "1 nap 1 óra" #: ../raphodo/downloadtracker.py:920 #, python-format msgid "1 day, %d hours" msgstr "1 nap %d óra" #: ../raphodo/downloadtracker.py:923 #, python-format msgid "%d days, 1 hour" msgstr "%d nap 1 óra" #: ../raphodo/downloadtracker.py:925 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d nap %(hours)d óra" #: ../raphodo/errorlog.py:80 msgid "Find" msgstr "Találat" #: ../raphodo/errorlog.py:150 msgid "Error Reports - Rapid Photo Downloader" msgstr "Hibajelentések - Rapid Photo Downloader" #: ../raphodo/errorlog.py:187 msgid "Find in reports" msgstr "Jelentések keresése" #: ../raphodo/errorlog.py:206 msgid "Find the previous occurrence of the phrase" msgstr "Keresse meg a kifejezés korábbi előfordulását" #: ../raphodo/errorlog.py:211 msgid "Find the next occurrence of the phrase" msgstr "Keresse meg a kifejezés következő előfordulását" #: ../raphodo/errorlog.py:213 msgid "&Highlight All" msgstr "&Jelölje ki az összeset" #: ../raphodo/errorlog.py:214 msgid "Highlight all occurrences of the phrase" msgstr "Jelölje ki a kifejezés összes előfordulását" # !!! #: ../raphodo/errorlog.py:215 msgid "&Match Case" msgstr "&Találat esetén" #: ../raphodo/errorlog.py:216 msgid "Search with case sensitivity" msgstr "Keresés a kisbetűk érzékenységével" #: ../raphodo/errorlog.py:217 msgid "&Whole Words" msgstr "&Teljes szavak" #: ../raphodo/errorlog.py:218 msgid "Search whole words only" msgstr "Keresés teljes szavakra" #: ../raphodo/errorlog.py:229 ../raphodo/errorlog.py:371 #, 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:234 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "%(matchnumber)s egyezés a(z) %(total)s összesből" #: ../raphodo/errorlog.py:256 msgid "Clear" msgstr "Tiszta" #: ../raphodo/errorlog.py:357 msgid "Phrase not found" msgstr "Kifejezés nem található" #: ../raphodo/errorlog.py:516 msgid "Search pending..." msgstr "Keresés folyamatban ..." #: ../raphodo/errorlog.py:567 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:50 #, python-brace-format msgid "" "Please report the problem at {website}.

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

    The bug report must also include the program settings and log " "files. To create a file with this additional information, click Save." msgstr "" "Kérjük, jelentse a problémát a {website} oldalon. " "

    A hibajelentésben írja le, hogy várhatóan mi történik és mit figyelt " "meg. < br> A hibajelentésnek tartalmaznia kell a program beállításait és a " "naplófájlokat is. A további információkkal rendelkező fájl létrehozásához " "kattintson a Mentés gombra." #: ../raphodo/excepthook.py:57 msgid "Additional Information Saved" msgstr "Kiegészítő információk mentve" #: ../raphodo/excepthook.py:62 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in a " "tar file:
    {tarfile}
    You need to attach this file to the bug report " "yourself. It will not be automatically attached.

    Click here to see the file in your file manager." msgstr "" "A további hibajelentési információkat az otthoni könyvtárban egy tar fájlban " "hozták létre:
     {tarfile} 
    Ezt a fájlt magának kell csatolnia a " "hibajelentéshez. Nem automatikusan csatolja.

    Kattintson a ide a fájl megtekintéséhez a fájlkezelőben." #: ../raphodo/excepthook.py:69 msgid "Error Creating Additional Information" msgstr "Hiba a kiegészítő információk létrehozásakor" #: ../raphodo/excepthook.py:72 msgid "" "The additional bug report information was not created. Please file a bug report " "anyway." msgstr "" "A további hibajelentési információkat nem hozták létre. Mindenesetre " "jelentkezzen be egy hibajelentéssel." #: ../raphodo/excepthook.py:79 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must include " "{log_file}, but attaching the other log files is often helpful." "

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

    Click here to open the " "log directory, and here to open the configuration " "directory." msgstr "" "Helyezze be a hibajelentésbe a program naplófájljait. A hibajelentésnek " "tartalmaznia kell a {log_file} fájlt, de a többi naplófájl csatolása " "is gyakran hasznos.

    Ha lehetséges, kérjük, csatolja a program " "konfigurációs fájlját is {config_file} .

    Kattintson a ide a naplókönyvtár megnyitásához, és itt a konfigurációs könyvtár." #: ../raphodo/excepthook.py:88 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" "A legfrissebb verzióra történő frissítés lehetővé " "teszi annak megállapítását, hogy a felmerült probléma már megoldódott-e." #: ../raphodo/excepthook.py:182 msgid "Problem in Rapid Photo Downloader" msgstr "Probléma a Rapid Photo Downloader-ben" #: ../raphodo/excepthook.py:186 msgid "A problem occurred in Rapid Photo Downloader" msgstr "Probléma merült fel a Rapid Photo Downloader alkalmazásban" #: ../raphodo/excepthook.py:189 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" "Ha ugyanaz a probléma ismét megjelenik, mielőtt a program kilép, akkor ez az " "egyetlen értesítés róla." #: ../raphodo/excepthook.py:216 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:218 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "Kérjük, jelentse a problémát a(z) {website} oldalon\n" "Csatolja a naplófájlt a hibajelentéshez, amelyet a következő helyen talál: " "{log_path}\n" "\n" #: ../raphodo/ui/filebrowse.py:173 ../raphodo/thumbnaildisplay.py:2254 msgid "Open in File Browser..." msgstr "Nyissa meg a fájlböngészőben ..." #. type: Optional[QModelIndex] #: ../raphodo/ui/filebrowse.py:179 msgid "Reset" msgstr "Visszaállítás" #: ../raphodo/ui/filebrowse.py:183 msgid "Show System Folders" msgstr "Rendszermappák megjelenítése" #: ../raphodo/foldercombo.py:140 msgid "File System" msgstr "Fájlrendszer" #: ../raphodo/foldercombo.py:181 msgid "Other..." msgstr "Egyéb..." #: ../raphodo/foldercombo.py:272 #, python-format msgid "%s (location does not exist)" msgstr "%s (hely nem létezik)" #: ../raphodo/generatenameconfig.py:206 msgid "Date time" msgstr "Dátum és idő" #: ../raphodo/generatenameconfig.py:207 msgid "Text" msgstr "Szöveg" #: ../raphodo/generatenameconfig.py:208 ../raphodo/rapid.py:2608 msgid "Filename" msgstr "Fájlnév" #: ../raphodo/generatenameconfig.py:209 ../raphodo/prefs/preferencedialog.py:994 msgid "Metadata" msgstr "Metaadat" #: ../raphodo/generatenameconfig.py:210 msgid "Sequences" msgstr "Sorozatok" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:213 msgid "Job code" msgstr "Munka-szám" #: ../raphodo/generatenameconfig.py:214 msgid "Image date" msgstr "Kép dátuma" #: ../raphodo/generatenameconfig.py:215 msgid "Video date" msgstr "Videó dátuma" #: ../raphodo/generatenameconfig.py:216 msgid "Today" msgstr "Ma" #: ../raphodo/generatenameconfig.py:217 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:220 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:223 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:226 ../raphodo/rapid.py:2609 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:229 msgid "Image number" msgstr "Kép száma" #: ../raphodo/generatenameconfig.py:230 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:233 msgid "Aperture" msgstr "Rekesz" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 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:242 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:245 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:248 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:251 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:254 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:257 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:260 msgid "Shutter count" msgstr "Zár számláló" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:262 msgid "File number" msgstr "Fájl (sor)szám" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:264 msgid "Folder only" msgstr "Csak mappa" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:266 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:269 msgid "Owner name" msgstr "A tulajdonos neve" #: ../raphodo/generatenameconfig.py:270 msgid "Codec" msgstr "Kodek" #: ../raphodo/generatenameconfig.py:271 msgid "Width" msgstr "Szélesség" #: ../raphodo/generatenameconfig.py:272 msgid "Height" msgstr "Magasság" #: ../raphodo/generatenameconfig.py:273 msgid "Length" msgstr "Hosszúság" #: ../raphodo/generatenameconfig.py:274 msgid "Frames Per Second" msgstr "Képkoca/másodperc" #: ../raphodo/generatenameconfig.py:275 msgid "Artist" msgstr "Készítette" #: ../raphodo/generatenameconfig.py:276 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:279 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:282 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:285 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:288 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:291 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:294 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:297 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:300 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:303 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:306 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:309 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:312 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:315 msgid "lowercase" msgstr "kisbetűs" #: ../raphodo/generatenameconfig.py:316 msgid "One digit" msgstr "Egy számjegy" #: ../raphodo/generatenameconfig.py:317 msgid "Two digits" msgstr "Két számjegy" #: ../raphodo/generatenameconfig.py:318 msgid "Three digits" msgstr "Három számjegy" #: ../raphodo/generatenameconfig.py:319 msgid "Four digits" msgstr "Négy számjegy" #: ../raphodo/generatenameconfig.py:320 msgid "Five digits" msgstr "Öt számjegy" #: ../raphodo/generatenameconfig.py:321 msgid "Six digits" msgstr "Hat számjegy" #: ../raphodo/generatenameconfig.py:322 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:325 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:328 ../raphodo/generatenameconfig.py:415 msgid "YYYYMMDD" msgstr "ÉÉÉÉHHNN" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:416 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:334 ../raphodo/generatenameconfig.py:417 msgid "YYYY_MM_DD" msgstr "ÉÉÉÉ_HH_NN" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 msgid "YYMMDD" msgstr "ÉÉHHNN" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 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:343 msgid "YY_MM_DD" msgstr "ÉÉ_HH_NN" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "MMDDYYYY" msgstr "HHNNÉÉÉÉ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYY" msgstr "HHNNÉÉ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDD" msgstr "HHNN" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "DDMMYYYY" msgstr "NNHHÉÉÉÉ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYY" msgstr "NNHHÉÉ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 ../raphodo/generatenameconfig.py:415 #: ../raphodo/generatenameconfig.py:416 ../raphodo/generatenameconfig.py:417 #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:419 msgid "YYYY" msgstr "ÉÉÉÉ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 msgid "YY" msgstr "ÉÉ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "MM" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "DD" msgstr "NN" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 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:376 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:379 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:382 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:385 msgid "HHMMSS" msgstr "ÓÓPPMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMM" msgstr "ÓÓPP" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 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:394 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:397 msgid "HH" msgstr "ÓÓ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 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:403 msgid "SS" msgstr "MM" #: ../raphodo/generatenameconfig.py:415 msgid "Date" msgstr "Dátum" #: ../raphodo/generatenameconfig.py:416 msgid "Date (hyphens)" msgstr "Dátum (elválasztva)" #: ../raphodo/generatenameconfig.py:417 msgid "Date (underscores)" msgstr "Dátum (aláhúzással)" #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:512 #: ../raphodo/generatenameconfig.py:699 msgid "Date and Job Code" msgstr "Dátum és munka-kód" #: ../raphodo/generatenameconfig.py:418 msgid "YYYYMM_Job Code" msgstr "YYYYMM_munka-kód" #: ../raphodo/generatenameconfig.py:419 msgid "Date and Job Code Subfolder" msgstr "Dátum és munka-kód aldosszié" #: ../raphodo/generatenameconfig.py:419 msgid "YYYYMM" msgstr "ÉÉÉÉHH" #: ../raphodo/generatenameconfig.py:419 ../raphodo/jobcodepanel.py:279 #: ../raphodo/ui/nameeditor.py:926 ../raphodo/rapid.py:2261 #: ../raphodo/ui/renamepanel.py:93 ../raphodo/ui/renamepanel.py:275 msgid "Job Code" msgstr "Munka-kód" #: ../raphodo/generatenameconfig.py:507 ../raphodo/generatenameconfig.py:694 msgid "Original Filename" msgstr "Eredeti fájlnév" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "Date-Time and Downloads today" msgstr "Dátum-idő és mai letöltések" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "YYYYMMDD-HHMM-1" msgstr "ÉÉÉÉHHNN-ÓÓPP-1" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "Date and Downloads today" msgstr "Dátum és mai letöltések" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "YYYYMMDD-1" msgstr "ÉÉÉÉHHNN-1" #: ../raphodo/generatenameconfig.py:510 msgid "Date-Time and Image number" msgstr "Dátum-idő és Fotó száma" #: ../raphodo/generatenameconfig.py:510 msgid "YYYYMMDD-1234" msgstr "ÉÉÉÉHHNN-1234" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "Date-Time and Job Code" msgstr "Dátum-idő és munka-kód" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "ÉÉÉÉHHNN-ÓÓPP-munka-kód-1" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:699 msgid "YYYYMMDD-Job Code-1" msgstr "ÉÉÉÉHHNN-munka-kód-1" #: ../raphodo/generatenameconfig.py:697 msgid "Date-Time and Video number" msgstr "Dátum-idő és Videó száma" #: ../raphodo/generatenameconfig.py:697 msgid "YYYYMMDD_1234" msgstr "ÉÉÉÉHHDD_1234" #: ../raphodo/generatenameconfig.py:700 msgid "Resolution" msgstr "Felbontás" #: ../raphodo/generatenameconfig.py:700 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "ÉÉÉÉHHNN-ÓÓPP-1-1920x1080" #: ../raphodo/jobcodepanel.py:90 msgid "Enter a new Job Code, or select a previous one" msgstr "Adjon meg új munka-kódot, vagy válasszon egyet a korábbiakból" #: ../raphodo/jobcodepanel.py:98 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" "A munka-kódot a(z) %s rendszerre alkalmazza, amely még nem rendelkezik munka-" "kóddal." #: ../raphodo/jobcodepanel.py:108 #, 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:121 msgid "Apply Job Code to Download" msgstr "Munka-kód alkalmazása a letöltéshez" #: ../raphodo/jobcodepanel.py:123 msgid "Enter a new Job Code" msgstr "Adjon meg új munka-kódot" #: ../raphodo/jobcodepanel.py:131 msgid "" "Hint: Select photos or videos before entering a new Job Code to have the " "Job Code applied to them." msgstr "" "Tipp: Az új munkakód beírása előtt válassza ki a fotókat vagy videókat, " "hogy a munkakód alkalmazható legyen rájuk." #: ../raphodo/jobcodepanel.py:144 #, 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:148 msgid "New Job Code" msgstr "Új munka-kód" #: ../raphodo/jobcodepanel.py:186 msgid "&Job Code:" msgstr "&Munka-kód:" #: ../raphodo/jobcodepanel.py:190 msgid "&Remember this Job Code" msgstr "&Ne feledje ezt a munkakódot" #: ../raphodo/jobcodepanel.py:251 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:255 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:259 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:264 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:269 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:278 msgid "Last Used" msgstr "Utoljára használt" #: ../raphodo/jobcodepanel.py:283 msgid "Job Code Sort:" msgstr "Munka-kód rendezés:" #: ../raphodo/jobcodepanel.py:286 ../raphodo/rapid.py:2616 msgid "Ascending" msgstr "Növekvő" #: ../raphodo/jobcodepanel.py:287 ../raphodo/rapid.py:2617 msgid "Descending" msgstr "Csökkenő" #: ../raphodo/jobcodepanel.py:297 msgid "&New..." msgstr "&Új..." #: ../raphodo/jobcodepanel.py:301 msgid "&Apply" msgstr "&Alkalmaz" #: ../raphodo/jobcodepanel.py:305 msgid "&Remove" msgstr "&Eltávolít" #: ../raphodo/jobcodepanel.py:309 ../raphodo/prefs/preferencedialog.py:288 #: ../raphodo/prefs/preferencedialog.py:324 #: ../raphodo/prefs/preferencedialog.py:781 msgid "Remove All" msgstr "Mindent eltávolít" #: ../raphodo/jobcodepanel.py:512 msgid "Do you really want to remove all the Job Codes?" msgstr "Összes munka-kód eltávolítása?" #: ../raphodo/jobcodepanel.py:515 msgid "Remove all Job Codes" msgstr "Összes munka-kód eltávolítása" #: ../raphodo/jobcodepanel.py:578 msgid "Job Codes" msgstr "Munka-kód" #: ../raphodo/ui/messagewidget.py:67 #, python-format msgid "Hint: %(message)s" msgstr "Tipp: %(message)s" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:478 ../raphodo/ui/nameeditor.py:498 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/ui/nameeditor.py:583 msgid "Save New Custom Preset..." msgstr "Az új egyéni előbeállítások mentése ..." #: ../raphodo/ui/nameeditor.py:584 msgid "Remove All Custom Presets..." msgstr "Összes egyéni előbeállítás eltávolítása ..." #: ../raphodo/ui/nameeditor.py:630 msgid "(New Custom Preset)" msgstr "(Új egyéni beállítás)" #: ../raphodo/ui/nameeditor.py:647 #, python-format msgid "%s (edited)" msgstr "%s (edited)" #: ../raphodo/ui/nameeditor.py:650 ../raphodo/ui/nameeditor.py:1558 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "Egyéni beállítások frissítése \"%s\"" #: ../raphodo/ui/nameeditor.py:743 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "Mentse az új egyéni beállításokat - Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:751 msgid "Preset Name:" msgstr "Előre beállított név:" #: ../raphodo/ui/nameeditor.py:884 msgid "Photo Subfolder Generation Editor" msgstr "Fénykép alkönyvtár generációs szerkesztő" #: ../raphodo/ui/nameeditor.py:892 msgid "Video Subfolder Generation Editor" msgstr "Videó alkönyvtár generációs szerkesztő" #: ../raphodo/ui/nameeditor.py:900 msgid "Photo Renaming Editor" msgstr "Fénykép átnevezés szerkesztő" #: ../raphodo/ui/nameeditor.py:907 msgid "Video Renaming Editor" msgstr "Videó átnevezés szerkesztő" #: ../raphodo/ui/nameeditor.py:936 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" " Figyelmeztetés: Nincs elég adat a név " "teljes generálásához. Kérjük, használjon más átnevezési beállításokat. " #: ../raphodo/ui/nameeditor.py:954 #, python-format msgid "The character
    %(separator)s creates a new subfolder level." msgstr "A karakter %(separator)s új almappát állít elő." #: ../raphodo/ui/nameeditor.py:964 #, python-format msgid "" "There is no need start or end with the folder separator %(separator)s, " "because it is added automatically." msgstr "" "Nincs szükség a szeparátor %(separator)s elindítására vagy " "befejezésére, mert automatikusan hozzáadódik." #: ../raphodo/ui/nameeditor.py:972 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" " Figyelmeztetés: Nem hozhatók létre " "egyedi fájlnevek. A szekvenciaértékek használatával egyedi fájlneveket hozhat " "létre. " #: ../raphodo/ui/nameeditor.py:999 ../raphodo/ui/renamepanel.py:139 msgid "Preset:" msgstr "Előbeállítás:" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1082 ../raphodo/ui/nameeditor.py:1105 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/ui/nameeditor.py:1134 ../raphodo/prefs/preferencedialog.py:1083 #: ../raphodo/wsl.py:648 msgid "Get help online..." msgstr "Online segítség kérése ..." #: ../raphodo/ui/nameeditor.py:1161 msgid "Insert" msgstr "Beszúrás" #: ../raphodo/ui/nameeditor.py:1523 msgid "Save Preset - Rapid Photo Downloader" msgstr "Előbeállítás mentése - Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:1527 msgid "" "Do you want to save the changes in a new custom preset?

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

    The " "changes to the preferences will still be applied regardless of whether you " "create a new custom preset or not." msgstr "" " Szeretné menteni a változtatásokat egy új egyéni programcsomagban? " "

    Egyéni beállítások létrehozása nem szükséges, de segíthet a " "szervezettség megőrzésében. A preferenciák továbbra is alkalmazásra kerülnek " "függetlenül attól, hogy létrehozott-e egy új egyéni beállítást vagy sem." #: ../raphodo/ui/nameeditor.py:1548 msgid "" "Do you want to save the changes in a custom preset?

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

    The changes to the preferences will still be applied regardless of " "whether you save a custom preset or not." msgstr "" " Szeretné a változásokat egyéni beállításokba menteni?

    Ha " "igen, létrehozhat egy új egyéni beállítást vagy frissítheti a meglévÅ‘ egyéni " "beállításokat. A preferenciák módosításai továbbra is alkalmazásra kerülnek, " "függetlenül attól, hogy egyéni beállításokat mentett-e vagy sem." #: ../raphodo/ui/nameeditor.py:1562 msgid "Save New Custom Preset" msgstr "Új egyéni beállítás mentése" #: ../raphodo/newversion.py:326 msgid "Checking for new version..." msgstr "Új verzió ellenÅ‘rzése ..." #: ../raphodo/newversion.py:327 msgid "You are running the latest version." msgstr "Ön a legújabb verziót futtatja." #: ../raphodo/newversion.py:328 msgid "Failed to contact the update server." msgstr "Nem sikerült kapcsolatba lépni a frissítést tartalmazó szerverrel." #: ../raphodo/newversion.py:331 #, 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:334 msgid "Do you want to download the new version?" msgstr "Szeretné letölteni az új verziót?" #: ../raphodo/newversion.py:336 #, 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:366 ../raphodo/newversion.py:385 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:388 msgid "&Open Download Page" msgstr "&Letöltési oldal megnyitása" #: ../raphodo/newversion.py:412 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:531 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "Letöltve: %(downloaded)s / Összes: %(total)s" #: ../raphodo/newversion.py:553 msgid "Downloading..." msgstr "Letöltés ..." #: ../raphodo/prefs/preferencedialog.py:134 msgid "Preferences" msgstr "Beállítások" #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 msgid "Language" msgstr "Nyelv" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 msgid "Automation" msgstr "Automatizálás" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Thumbnails" msgstr "Bélyegképek" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:160 #: ../raphodo/prefs/preferencedialog.py:183 #: ../raphodo/prefs/preferencedialog.py:585 msgid "Time Zones" msgstr "IdÅ‘zónák" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:184 #: ../raphodo/prefs/preferencedialog.py:649 msgid "Error Handling" msgstr "Hibakezelés" #: ../raphodo/prefs/preferencedialog.py:162 #: ../raphodo/prefs/preferencedialog.py:185 msgid "Warnings" msgstr "Figyelmeztetések" #: ../raphodo/prefs/preferencedialog.py:163 msgid "Consolidation" msgstr "MegerÅ‘sítés" #: ../raphodo/prefs/preferencedialog.py:164 #: ../raphodo/prefs/preferencedialog.py:186 msgid "Miscellaneous" msgstr "Egyebek" #: ../raphodo/prefs/preferencedialog.py:221 msgid "Device Scanning" msgstr "Eszközkeresés" #: ../raphodo/prefs/preferencedialog.py:222 msgid "Scan only external devices" msgstr "Csak külsÅ‘ eszközöket vizsgáljon" #: ../raphodo/prefs/preferencedialog.py:225 msgid "" "Scan for photos and videos only on devices that are external to the computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" "Fényképek és videók csak a számítógépen kívüli eszközökrÅ‘l,\n" "beleértve a fényképezÅ‘gépeket, memóriakártyákat, külsÅ‘ merevlemezeket és USB " "flash meghajtókat." #: ../raphodo/prefs/preferencedialog.py:231 msgid "Scan only specific folders on devices" msgstr "Csak speciális mappákat vizsgáljon az eszközön" #: ../raphodo/prefs/preferencedialog.py:233 msgid "" "Scan for photos and videos only in the folders specified below (except paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Fotók és videók keresése csak az alábbiakban megadott mappákban\n" "(kivéve az kihagyandó elérési utakat).\n" "\n" "Ennek a beállításnak a megváltoztatásával minden eszköz ismét beolvasható." #: ../raphodo/prefs/preferencedialog.py:240 msgid "Folders to scan:" msgstr "Mappák keresése:" #: ../raphodo/prefs/preferencedialog.py:244 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" "A beolvasandó eszközfájlrendszer alapszintű mappái\n" "fotókhoz és videókhoz." #: ../raphodo/prefs/preferencedialog.py:249 #: ../raphodo/prefs/preferencedialog.py:310 msgid "Add..." msgstr "Hozzáadás ..." #: ../raphodo/prefs/preferencedialog.py:252 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Adjon egy mappát a mappák listájához, hogy fotókat és videókat olvashasson be.\n" "\n" "Ennek a beállításnak a megváltoztatásával minden eszköz ismét beolvasható." #: ../raphodo/prefs/preferencedialog.py:256 #: ../raphodo/prefs/preferencedialog.py:286 #: ../raphodo/prefs/preferencedialog.py:317 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove" msgstr "Eltávolít" #: ../raphodo/prefs/preferencedialog.py:259 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Távolítson el egy mappát a mappák listájáról a fotók és videók kereséséhez.\n" "\n" "Ennek a beállításnak a megváltoztatásával minden eszköz ismét beolvasható." #: ../raphodo/prefs/preferencedialog.py:278 msgid "Devices that have been set to automatically ignore or download from." msgstr "" "Olyan eszközök, amelyeket beállított, hogy automatikusan figyelmen kívül " "hagyják vagy letöltik." #: ../raphodo/prefs/preferencedialog.py:279 msgid "Remembered Devices" msgstr "Megjegyzett eszközök" #: ../raphodo/prefs/preferencedialog.py:283 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" "Távolítson el egy eszközt az eszközök listájáról, hogy automatikusan figyelmen " "kívül hagyja vagy letöltse." #: ../raphodo/prefs/preferencedialog.py:290 msgid "" "Clear the list of devices from which to automatically ignore or download from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" "Törölje azon eszközök listáját, amelyekrÅ‘l automatikusan figyelmen kívül hagy " "vagy letölt.\n" "\n" "Megjegyzés: A módosítások akkor lépnek életbe, amikor a számítógép a következÅ‘ " "eszközkeresést végzi." #: ../raphodo/prefs/preferencedialog.py:304 msgid "Ignored Paths" msgstr "MellÅ‘zött elérési út" #: ../raphodo/prefs/preferencedialog.py:306 msgid "The end part of a path that should never be scanned for photos or videos." msgstr "" "Az elérési út végsÅ‘ része, amelyen soha nem szabad fényképeket vagy videókat " "keresni." #: ../raphodo/prefs/preferencedialog.py:313 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Adjon hozzá egy elérési utat a figyelmen kívül hagyandó elérési utak " "listájához.\n" "\n" "Ennek a beállításnak a megváltoztatásával minden eszköz újra beolvasásra kerül." #: ../raphodo/prefs/preferencedialog.py:320 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Távolítson el egy elérési utat a figyelmen kívül hagyni kívánt elérési utak " "listájáról.\n" "\n" "Ennek a beállításnak a megváltoztatásával minden eszköz újra beolvasásra kerül." #: ../raphodo/prefs/preferencedialog.py:327 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Törölje a figyelmen kívül hagyandó elérési utak listáját.\n" "\n" "Ennek a beállításnak a megváltoztatásával minden eszköz újra beolvasásra kerül." #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as well. #: ../raphodo/prefs/preferencedialog.py:338 #, python-brace-format msgid "Use python-style regular expressions" msgstr "Használjon python stílusú szabályos kifejezéseket" #: ../raphodo/prefs/preferencedialog.py:345 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Használjon szabályos kifejezéseket a figyelmen kívül hagyott elérési utak " "listáján.\n" "\n" "Ennek a beállításnak a megváltoztatásával minden eszköz újra beolvasásra kerül." #: ../raphodo/prefs/preferencedialog.py:387 msgid "Language: " msgstr "Nyelv: " #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:400 #: ../raphodo/prefs/preferencedialog.py:505 #: ../raphodo/prefs/preferencedialog.py:553 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:408 #: ../raphodo/prefs/preferencedialog.py:575 msgid "* Takes effect upon program restart" msgstr "* A program újraindításakor érvényesül" #: ../raphodo/prefs/preferencedialog.py:416 msgid "Program Automation" msgstr "Program automatizálás" #: ../raphodo/prefs/preferencedialog.py:417 msgid "Mount devices not already automatically mounted" msgstr "" "Csatolja fel azokat az eszközöket, amelyek még nem lettek automatikusan " "csatlakoztatva" #. Translators: This next sentence is used in a tool tip. Feel free to place the #. carriage return where you think it makes sense so that the tool tip does not #. stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:422 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" "Csatlakoztasson eszközöket, például memóriakártyákat vagy külsÅ‘ meghajtókat, " "amikor\n" "az operációs rendszer nem csatlakoztatja Å‘ket automatikusan" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading at program startup" msgstr "A letöltés megkezdése a program indításakor" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Start downloading upon device insertion" msgstr "Azonnali letöltés a készülék csatlakoztatását követÅ‘en" #: ../raphodo/prefs/preferencedialog.py:430 msgid "Unmount (eject) device upon download completion" msgstr "A letöltés befejeztével távolítsa el a forrás eszközt" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program when download completes" msgstr "Kilépés a programból a letöltés végeztével" #: ../raphodo/prefs/preferencedialog.py:433 msgid "Exit program even if download had warnings or errors" msgstr "Kilépés a programból letöltési hibák és figyelmeztetések ellenére is" #: ../raphodo/prefs/preferencedialog.py:465 msgid "Thumbnail Generation" msgstr "Bélyegkép generáció" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails" msgstr "Bélyegképek létrehozása" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Generate thumbnails to show in the main program window" msgstr "Bélyegképek létrehozása a fÅ‘ programablakban" #: ../raphodo/prefs/preferencedialog.py:470 msgid "Cache thumbnails" msgstr "Bélyegképek gyorsítótár" #: ../raphodo/prefs/preferencedialog.py:473 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique to " "Rapid Photo Downloader" msgstr "" "Mentse el a fÅ‘ programablakban megjelenített bélyegképeket a Rapid Photo " "Downloader egyedi bélyegkép gyorsítótárában" #: ../raphodo/prefs/preferencedialog.py:477 msgid "Generate system thumbnails" msgstr "Rendszerbélyegképek létrehozása" #: ../raphodo/prefs/preferencedialog.py:480 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" "A letöltés során mentse el a bélyegképeket, amelyeket az asztali fájlkezelÅ‘k és " "más programok használhatnak" #: ../raphodo/prefs/preferencedialog.py:489 msgid "Number of CPU cores used to generate thumbnails." msgstr "A bélyegképek előállításához használt CPU magok száma." #: ../raphodo/prefs/preferencedialog.py:490 msgid "CPU cores:" msgstr "CPU magok:" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Thumbnail Cache" msgstr "Bélyegkép gyorsítótár" #: ../raphodo/prefs/preferencedialog.py:530 msgid "Calculating..." msgstr "Számítás..." #: ../raphodo/prefs/preferencedialog.py:536 msgid "days" msgstr "napok" #: ../raphodo/prefs/preferencedialog.py:537 msgid "forever" msgstr "örökké" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Cache size:" msgstr "Gyorsítótár méret:" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Number of thumbnails:" msgstr "Bélyegképek száma:" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Database size:" msgstr "Adatbázis mérete:" #: ../raphodo/prefs/preferencedialog.py:550 msgid "Cache unaccessed thumbnails for:" msgstr "Gyorsítótárnak nem elérhetÅ‘ bélyegképek:" #: ../raphodo/prefs/preferencedialog.py:559 msgid "Purge Cache..." msgstr "Gyorsítótár tisztítása..." #: ../raphodo/prefs/preferencedialog.py:562 msgid "Optimize Cache..." msgstr "Gyorsítás optimalizálása..." #: ../raphodo/prefs/preferencedialog.py:588 msgid "Ignore time zone and daylight savings changes" msgstr "Figyelmen kívül hagyja az idÅ‘zóna és a nyári idÅ‘számítás változásait" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:598 msgid "Offset resolution (minutes):" msgstr "Eltolási felbontás (perc):" #: ../raphodo/prefs/preferencedialog.py:601 msgid "" "The multiple used when calculating the offset from the time the photo or video " "was originally taken" msgstr "" "A fénykép vagy videó eredeti készítésének idÅ‘pontjától számított eltolás " "kiszámításához használt többszörös" #: ../raphodo/prefs/preferencedialog.py:615 msgid "When detecting if a file has been previously downloaded:" msgstr "Ha azt észleli, hogy egy fájlt korábban letöltöttek-e:" #: ../raphodo/prefs/preferencedialog.py:629 msgid "Learn more about time zone handling" msgstr "További információ az idÅ‘zóna kezelésérÅ‘l" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Skip download" msgstr "A letöltés kihagyása" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Don't download the file, and issue an error message" msgstr "Ne töltse le a fájlt és adjon ki hibaüzenetet" #: ../raphodo/prefs/preferencedialog.py:656 msgid "Add unique identifier" msgstr "Egyedi azonosító megadása" #: ../raphodo/prefs/preferencedialog.py:659 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately before " "the file's extension" msgstr "" "Adjon hozzá egy _1 vagy _2 azonosítót a fájlnév végéhez közvetlenül a fájl " "kiterjesztése elÅ‘tt" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Overwrite" msgstr "Felülírás" #: ../raphodo/prefs/preferencedialog.py:668 msgid "Overwrite the previously backed up file" msgstr "Felülírja az elÅ‘zÅ‘leg mentett fájlt" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Skip" msgstr "Kihagyás" #: ../raphodo/prefs/preferencedialog.py:671 msgid "Don't overwrite the backup file, and issue an error message" msgstr "Ne írja felül a biztonsági másolatot és adjon ki hibaüzenetet" #: ../raphodo/prefs/preferencedialog.py:678 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" "Ha ugyanazt a fényképet vagy videót már le is töltötte, válassza ki, hogy " "kihagyja-e a fájl letöltését vagy egyedi azonosítót ad:" #: ../raphodo/prefs/preferencedialog.py:690 msgid "" "Using sequence numbers to automatically generate unique filenames is strongly " "recommended. Configure file renaming in the Rename panel in the main window." msgstr "" "ErÅ‘sen ajánlott a sorozatszámok használata, amelyek automatikusan létrehoznak " "egyedi fájlneveket. Ãllítsa át a fájl átnevezését a fÅ‘ablak Ãtnevezés panelen." #: ../raphodo/prefs/preferencedialog.py:701 msgid "" "When backing up, choose whether to overwrite a file on the backup device that " "has the same name, or skip backing it up:" msgstr "" "A biztonsági mentés során válassza ki, hogy felülírja-e a mentett eszközön egy " "azonos nevet tartalmazó fájlt, vagy hagyja felül írni a biztonsági másolatot:" #: ../raphodo/prefs/preferencedialog.py:722 msgid "Program Warnings" msgstr "Program figyelmeztetések" #: ../raphodo/prefs/preferencedialog.py:723 msgid "Show a warning when:" msgstr "Figyelmeztetés megjelenítése, ha:" #: ../raphodo/prefs/preferencedialog.py:727 msgid "Downloading files currently not displayed" msgstr "A jelenleg nem megjelenített fájlok letöltése" #: ../raphodo/prefs/preferencedialog.py:730 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" "Figyelmeztetés, amikor olyan fájlokat tölt le, amelyek nem jelennek meg a " "fÅ‘ablakban." #: ../raphodo/prefs/preferencedialog.py:734 msgid "Backup destinations are missing" msgstr "A mentési célok hiányoznak" #: ../raphodo/prefs/preferencedialog.py:736 msgid "Warn before starting a download if it is not possible to back up files." msgstr "" "Figyelmeztetés a letöltés megkezdése elÅ‘tt, ha a fájlok biztonsági mentése nem " "lehetséges." #: ../raphodo/prefs/preferencedialog.py:740 msgid "Program libraries are missing or broken" msgstr "A programkönyvtárak hiányoznak vagy hibásak" #: ../raphodo/prefs/preferencedialog.py:743 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" "Figyelmeztetés, ha a Rapid Photo Downloader által használt szoftverkönyvtár " "hiányzik vagy nem működik." #: ../raphodo/prefs/preferencedialog.py:747 msgid "Filesystem metadata cannot be set" msgstr "A fájlrendszer metaadatait nem lehet beállítani" #: ../raphodo/prefs/preferencedialog.py:749 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" "Figyelmeztetés, ha hiba van a fájl fájlrendszer metaadataiban, például a " "módosítási idÅ‘ beállításának." #: ../raphodo/prefs/preferencedialog.py:753 msgid "Encountering unhandled files" msgstr "Nem kezelt fájlok találkozása" #: ../raphodo/prefs/preferencedialog.py:755 msgid "" "Warn after scanning a device or this computer if there are unrecognized files " "that will not be included in the download." msgstr "" "Figyelmeztetés az eszköz vagy a számítógép lekeresése után, ha vannak " "ismeretlen fájlok, amelyek nem szerepelnek a letöltésben." #: ../raphodo/prefs/preferencedialog.py:760 msgid "Do not warn about unhandled files with extensions:" msgstr "Ne figyelmeztesse a nem kezelt fájlokat kiterjesztéssel:" #: ../raphodo/prefs/preferencedialog.py:765 msgid "" "File extensions are case insensitive and do not need to include the leading dot." msgstr "" "A fájlkiterjesztések kis-és nagybetűket nem tartalmaznak és nem kell " "tartalmazniuk a vezetÅ‘ pontot." #: ../raphodo/prefs/preferencedialog.py:769 msgid "Add" msgstr "Hozzáad" #: ../raphodo/prefs/preferencedialog.py:771 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" "Adjon hozzá egy fájlkiterjesztést a nem kezelt fájltípusok listájához, hogy ne " "figyelmeztessen." #: ../raphodo/prefs/preferencedialog.py:776 msgid "" "Remove a file extension from the list of unhandled file types to not warn about." msgstr "" "Távolítson el egy fájlkiterjesztést a nem kezelt fájltípusok listájáról, hogy " "ne figyelmeztessen." #: ../raphodo/prefs/preferencedialog.py:783 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" "Törölje a nem kezelt fájltípusok fájlkiterjesztéseinek listáját, hogy ne " "figyelmeztessen." #: ../raphodo/prefs/preferencedialog.py:821 msgid "Photo and Video Consolidation" msgstr "Fénykép és videó megerÅ‘sítés" #: ../raphodo/prefs/preferencedialog.py:824 msgid "Consolidate files across devices and downloads" msgstr "ErÅ‘sítse meg a fájlokat eszközökön és letöltéseken" #: ../raphodo/prefs/preferencedialog.py:827 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" "Elemezze az eszközkeresések eredményeit, amelyek duplikátum fájlokat és RAW- és " "JPEG-párokat keresnek,\n" "összehasonlítva azokat több eszközön és a letöltési munkamenetek között." #: ../raphodo/prefs/preferencedialog.py:833 msgid "Treat matching RAW and JPEG files as:" msgstr "Az illeszkedÅ‘ RAW és JPEG fájlok kezelése:" #: ../raphodo/prefs/preferencedialog.py:834 msgid "One photo" msgstr "Egy fénykép" #: ../raphodo/prefs/preferencedialog.py:835 msgid "Two photos" msgstr "Két fénykép" #: ../raphodo/prefs/preferencedialog.py:837 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" "A RAW- és JPEG-képek illesztése páronként egy fotót jelenítsen meg, és ha " "jelölve van, töltse le mindkettÅ‘t." #: ../raphodo/prefs/preferencedialog.py:842 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You can " "still synchronize their sequence numbers." msgstr "" "A RAW- és JPEG-képek egyezÅ‘ párjainak megjelenítése két különbözÅ‘ fényképként. " "KésÅ‘bb még mindig szinkronizálhatja a sorszámukat." #: ../raphodo/prefs/preferencedialog.py:851 msgid "With matching RAW and JPEG photos:" msgstr "MegfelelÅ‘ RAW és JPEG képekkel:" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Do not mark JPEG for download" msgstr "Ne jelölje meg a JPEG letöltést" #: ../raphodo/prefs/preferencedialog.py:854 msgid "Do not mark RAW for download" msgstr "Ne jelölje meg a RAW letöltést" #: ../raphodo/prefs/preferencedialog.py:855 msgid "Mark both for download" msgstr "Jelölje meg mind a letöltéshez" #: ../raphodo/prefs/preferencedialog.py:862 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the JPEG " "for\n" "download. You can still mark it for download yourself." msgstr "" "Amikor RAW és JPEG képeket talál, akkor nem jelöli meg automatikusan a JPEG-et\n" "letöltéshez. Még mindig megjelölheti letöltéshez." #: ../raphodo/prefs/preferencedialog.py:868 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the RAW " "for\n" "download. You can still mark it for download yourself." msgstr "" "Amikor RAW és JPEG képeket talál, akkor nem jelöli meg automatikusan a RAW " "értéket\n" "letöltéshez. Még mindig megjelölheti letöltéshez." #: ../raphodo/prefs/preferencedialog.py:874 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "Amikor RAW és JPEG képeket talál, akkor a letöltés automatikusan jelzi." #: ../raphodo/prefs/preferencedialog.py:880 msgid "" "If you disable file consolidation, choose what to do when a download device is " "inserted while completed downloads are displayed:" msgstr "" "Ha letiltja a fájlok összevonását, válassza ki, hogy mit kell tennie, amikor a " "letöltési eszköz megjeleníti letöltött fájlokat:" #: ../raphodo/prefs/preferencedialog.py:886 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" "Ha a letöltési eszköz be van helyezve és a teljes letöltést mutatja a képernyÅ‘:" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Clear completed downloads" msgstr "A befejezett letöltések törlése" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Keep displaying completed downloads" msgstr "Folytassa a befejezett letöltések megjelenítését" #: ../raphodo/prefs/preferencedialog.py:906 msgid "Prompt for what to do" msgstr "Kérje, mit tegyen" #: ../raphodo/prefs/preferencedialog.py:911 msgid "" "Automatically clear the display of completed downloads whenever a new download " "device is inserted." msgstr "" "Automatikusan törölje a befejezett letöltések megjelenítését, amikor egy új " "letöltÅ‘eszköz be van helyezve." #: ../raphodo/prefs/preferencedialog.py:916 msgid "" "Keep displaying completed downloads whenever a new download device is inserted." msgstr "" "Tartsa meg a befejezett letöltések megjelenítését, amikor egy új letöltÅ‘eszköz " "be van helyezve." #: ../raphodo/prefs/preferencedialog.py:921 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever a " "new download device is inserted." msgstr "" "Kérdezze meg, hogy folytassa-e a befejezett letöltések megjelenítését vagy " "törölje azokat, amikor új letöltési eszközt helyez be." #: ../raphodo/prefs/preferencedialog.py:968 msgid "Version Check" msgstr "VerzióellenÅ‘rzés" #: ../raphodo/prefs/preferencedialog.py:969 msgid "Check for new version at startup" msgstr "EllenÅ‘rizze az új verziót indításkor" #: ../raphodo/prefs/preferencedialog.py:972 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/prefs/preferencedialog.py:976 msgid "Include development releases" msgstr "Fejlesztési kiadásokat is tartalmaz" #: ../raphodo/prefs/preferencedialog.py:978 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/prefs/preferencedialog.py:996 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "A DNG dátum/idÅ‘ metaadatainak figyelmen kívül hagyása az MTP-eszközökön" #: ../raphodo/prefs/preferencedialog.py:999 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" "Adja meg a dátum/idÅ‘ metaadatait az MTP-eszközökön található DNG fájlokban és " "használja a fájl módosítási idejét.\n" "Hasznos olyan eszközökhöz, mint például olyan telefonok és táblagépek, amelyek " "helytelen DNG metaadatokat hoznak létre." #: ../raphodo/prefs/preferencedialog.py:1006 msgid "Read photo metadata using only ExifTool" msgstr "Olvassa el a fotó metaadatait csak az ExifTool segítségével" #: ../raphodo/prefs/preferencedialog.py:1008 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica M8\n" "cameras." msgstr "" "Használja az ExifTool szoftvert az Exiv2 helyett a fotó metaadatának " "olvasásához és a bélyegképek kibontásához.\n" "\n" "Az alapértelmezés az Exiv2 használata, csak az ExifToolra hagyatkozva, ha az " "Exiv2 nem támogatja\n" "az olvasandó fájlformátum.\n" "\n" "Az Exiv2 gyors, pontos és szinte mindig megbízható, de a kibontáskor " "összeomlik\n" "metaadatok kis számú fájlból, például a Leica M8 által készített DNG fájlokból\n" "kamerák." #: ../raphodo/prefs/preferencedialog.py:1034 msgid "Completed Downloads" msgstr "Befejezett letöltések" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1140 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1423 #, python-format msgid "Restores default %s preference values" msgstr "Visszaállítja az alapértelmezett %s preferenciaértékeket" #: ../raphodo/prefs/preferencedialog.py:1585 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" "Tisztítja a bélyegkép gyorsítótárat? A gyorsítótár megszűnik, amikor a " "programot elindítja." #: ../raphodo/prefs/preferencedialog.py:1590 msgid "Purge Thumbnail Cache" msgstr "Törölje a bélyegkép gyorsító fájlt" #: ../raphodo/prefs/preferencedialog.py:1605 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized when " "the program is next started." msgstr "" "Szeretné optimalizálni a bélyegkép gyorsítótárat? A gyorsítótár optimalizálásra " "kerül, amikor a következÅ‘ programot elindítjuk." #: ../raphodo/prefs/preferencedialog.py:1610 msgid "Optimize Thumbnail Cache" msgstr "A bélyegkép gyorsítótár optimalizálása" #: ../raphodo/prefs/preferencedialog.py:1929 msgid "Enter a Folder to Scan" msgstr "Mappa megadása kereséshez" #: ../raphodo/prefs/preferencedialog.py:1931 msgid "Specify a folder that will be scanned for photos and videos" msgstr "Adjon meg egy mappát, amelyet be kell olvasni a fotók és a videók számára" #: ../raphodo/prefs/preferencedialog.py:1933 msgid "Folder:" msgstr "Mappa:" #: ../raphodo/prefs/preferencedialog.py:1947 msgid "Enter a Path to Ignore" msgstr "Adja meg a mellÅ‘zni kívánt elérési útvonalat" #: ../raphodo/prefs/preferencedialog.py:1949 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" "Kérlek add meg azt a könyvtárt ahol soha ne keressek fényképeket vagy videókat" #: ../raphodo/prefs/preferencedialog.py:1951 msgid "Path:" msgstr "Útvonal:" #: ../raphodo/prefs/preferencedialog.py:1965 msgid "Enter a File Extension" msgstr "Adja meg a fájl kiterjesztését" #: ../raphodo/prefs/preferencedialog.py:1966 msgid "Specify a file extension (without the leading dot)" msgstr "Adjon meg egy fájlkiterjesztést (a vezetÅ‘ pont nélkül)" #: ../raphodo/prefs/preferencedialog.py:1967 ../raphodo/ui/renamepanel.py:140 msgid "Extension:" msgstr "Kiterjesztés:" #: ../raphodo/prefs/preferencedialog.py:1982 msgid "Invalid File Extension" msgstr "Érvénytelen fájlkiterjesztés" #: ../raphodo/prefs/preferencedialog.py:1987 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" "A %s fájlkiterjesztést a Rapid Photo Downloader felismeri, ezért nincs " "értelme figyelmeztetni a jelenlétét." #: ../raphodo/prefs/preferencedialog.py:1996 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" "Elfogadott fájltípusok:\n" "\n" "Fénykép:\n" "%(photos)s\n" "\n" "Videó:\n" "%(videos)s\n" "\n" "Hang:\n" "%(audio)s\n" "\n" "Más:\n" "%(other)s" #: ../raphodo/prefs/preferences.py:311 msgid "Wedding" msgstr "EsküvÅ‘" #: ../raphodo/prefs/preferences.py:311 msgid "Birthday" msgstr "Születésnap" #: ../raphodo/prefs/preferences.py:736 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Alkönyvtár beállítások nem kezdÅ‘dhetnek %s értékkel" #: ../raphodo/prefs/preferences.py:740 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Alkönyvtár beállítások nem végzÅ‘dhetnek %s értékkel" #: ../raphodo/prefs/preferences.py:747 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "Alkönyvtár beállítások nem tartalmazhatnak két %s értéket egymás után" #: ../raphodo/ui/primarybutton.py:124 msgid "Download 8 Photos and 10 Videos" msgstr "Letölt 8 fényképet és 10 videót" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Hiba: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "Hiba: %s" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "GPhoto2 hiba: %s" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using it. " "No files were copied from it." msgstr "" "Nem sikerült inicializálni a kamerát, valószínűleg azért, mert egy másik " "program használja. Nincs fájl másolva." #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "A(z) %s könyvtár nem olvasható" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "Nem sikerült hozzáférni a módosítási idÅ‘höz vagy mérethez %s-ból" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "A(z) %s fájl nem olvasható" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "A(z) %s fájl nem írható" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "A(z) %s fájl nem mozgatható" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "A(z) %s fájl nem eltávolítható" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "A(z) %s fájl nem másolható" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "A(z) %s nulla hosszúságú fájl nem töltÅ‘dik le" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "Nem sikerült meghatározni a fájlrendszer módosítási idejét a(z) %s esetén" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "Nem sikerült betölteni a metaadatokat a következÅ‘bÅ‘l: %s" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" "A(z) %(name)s metaadatai nem tölthetÅ‘k be. A %(filetype)s nem lett letöltve." #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. If " "this error occurs again on the same filesystem, it will not be reported again." msgstr "" "Hiba történt a fájl fájlrendszer metaadatainak beállítása a(z) %s " "fájlrendszeren. Ha ez a hiba ismét ugyanazon a fájlrendszeren fordul elÅ‘, akkor " "nem jelentik újra." #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "%s nem kezelt fájlt észlelt. Nem töltÅ‘dik le." #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)s már létezik." #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" "A(z) %(filetype)s %(destination)s létezÅ‘ változata a %(date)s %(time)s az " "utolsó módosított verzión volt." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "A(z) %(filetype)s %(source)s nem lett letöltve %(device)s-bÅ‘l." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" "A(z) %(filetype)s %(source)s fájlokat a(z) %(device)s fájlból töltötte le." #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "A(z) '% s' egyedi azonosítót hozzáadta a fájlnévhez." #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on %(date)s " "at %(time)s." msgstr "" "A(z) %(filetype)s %(destination)s mentési fájlt a(z) %(date)s %(time)s " "változónál módosították." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "A(z) %(filetype)s %(source)s nem lett felmentve a(z) %(device)s fájlból." #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on %(date)s " "at %(time)s." msgstr "" "Az elÅ‘zÅ‘ %(filetype)s %(destination)s mentést utoljára módosítottuk %(date)s-" "ban %(time)s alatt." #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" "A(z) %(filetype)s %(source)s %(device)s fájlt biztonsági másolat készítette és " "felülírta az elÅ‘zÅ‘ %(filetype)s fájlt." #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" "A RAW + JPEG szekvencia értékek szinkronizálásakor %(filetype)s %(file)s " "ismétlÅ‘dÅ‘ volt, és nem lett letöltve." #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" "A RAW + JPEG szekvencia értékek szinkronizálásakor a fényképezéseket azonos " "fájlnevekkel azonosították, de különbözÅ‘ idÅ‘pontokban vették Å‘ket:" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s on " "%(image2_date)s at %(image2_time)s." msgstr "" "A %(image1)s kép %(image1_date)s %(image1_time)s -kor készült és a %(image2)s " "kép %(image2_date)s %(image2_time)s -kor készült." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "A(z) %s fájlnév véglegesítése nem sikerült" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" "A(z) %(destination)s fájlnév nem teljesen lett generálva a %(filetype)s " "%(source)s esetén." #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "A(z) %(type)s metaadat hiányzik." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "A következÅ‘ metaadatok hiányoznak: %s." #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "A dátum/idÅ‘ konverzió sikertelen: %s." #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file modification " "time." msgstr "" "Nem sikerült kivonni érvényes dátum/idÅ‘ metaadatokat vagy meghatározni a fájl " "módosításának idejét." #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "A fájlnévnek nincs kiterjesztése." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "A fájlnévnek nincs szám része." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "Hiba a(z) %(component)s komponens létrehozásában. Hiba: %(error)s" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" "A(z) %(folder)s letöltési alkönyvtárak csak részlegesen generáltak %(filetype)s " "%(source)s esetén." #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" "Nincs adat, amellyel a(z) %(subfolder_file)s %(filename)s fájlját generálnák. " "A(z) %(filetype)s nem lett letöltve." #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The download " "file was %(source)s in %(device)s. It was not downloaded." msgstr "" "A(z) %(filetype)s %(destination)s %(folder)s létrehozása nem sikerült. A " "letöltési fájl %(source)s %(device)s nem lett letöltve." #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "Nem sikerült létrehozni a %s letöltési almappát." #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "Nem sikerült létrehozni a %s biztonsági alkönyvtárt." #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "Problémák szkennelése %s" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "Problémák másolása %s-ról" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "Problémák a fájlnevek véglegesítése és alkönyvtárak létrehozása közben" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "Problémák a %s biztonsági mentésénél" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 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:249 ../raphodo/proximity.py:278 #: ../raphodo/proximity.py:313 ../raphodo/proximity.py:319 #, 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:267 #, 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:288 ../raphodo/proximity.py:294 #: ../raphodo/proximity.py:1123 ../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:303 ../raphodo/proximity.py:307 #: ../raphodo/proximity.py:1130 ../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:328 #, 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:339 #, 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:473 #, 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:1135 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1893 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:1952 #, 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:1956 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:1962 #, python-format msgid "%(hours)dh" msgstr "%(hours)d Ó" #: ../raphodo/proximity.py:2101 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:2106 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:2109 msgid "Timeline build pending..." msgstr "A függÅ‘ben lévÅ‘ idÅ‘vonal létrehozása ..." #: ../raphodo/proximity.py:2110 msgid "Timeline is building..." msgstr "Az idÅ‘vonal épül ..." #: ../raphodo/proximity.py:2112 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:2568 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:473 ../raphodo/rapid.py:871 ../raphodo/rapid.py:4657 #: ../raphodo/rapid.py:4880 ../raphodo/rapid.py:4899 ../raphodo/rapid.py:4922 #: ../raphodo/rapid.py:4929 ../raphodo/rapid.py:5606 ../raphodo/rapid.py:6229 #: ../raphodo/rapid.py:7449 ../raphodo/ui/rememberthisdialog.py:112 #: ../raphodo/ui/viewutils.py:743 #: ../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:1156 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:1167 msgid "Problem with ExifTool" msgstr "Probléma az ExifTool-tal" #: ../raphodo/rapid.py:1176 msgid "" "The library libmediainfo appears to be missing

    Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" "Úgy tűnik, hogy a libmediainfo könyvtár hiányzik

    A Rapid Photo " "Downloader a libmediainfo segítségével lekéri a videó felvételének dátumát és " "időpontját. A program enélkül is futni fog, de a telepítés javasolt." #: ../raphodo/rapid.py:1188 msgid "Problem with libmediainfo" msgstr "Probléma a libmediainfo-val" #: ../raphodo/rapid.py:1367 #, python-format msgid "" "Cannot download from Apple devices

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

    Missing applications: %(applications)s

    Learn more " "about which software to install." msgstr "" "Nem lehet letölteni az Apple eszközökről

    A(z) %(device)s " "eszközről való letöltéshez a program további szoftvert igényel, amely " "kölcsönhatásba lép az Apple eszközökkel.

    Hiányzó alkalmazások: " "%(applications)s

    További információ arról, hogy melyik szoftvert kell " "telepíteni." #: ../raphodo/rapid.py:1766 msgid "Download failed" msgstr "Sikertelen letöltés" #: ../raphodo/rapid.py:1769 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:1778 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:1782 msgid "Update Rapid Photo Downloader" msgstr "A Rapid Photo Downloader frissítése" #: ../raphodo/rapid.py:1786 msgid "Install" msgstr "Telepítés" #: ../raphodo/rapid.py:1804 msgid "New version saved" msgstr "Új verzió mentve" #: ../raphodo/rapid.py:1806 #, 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:1824 msgid "Upgrade failed" msgstr "Frissítés sikertelen" #: ../raphodo/rapid.py:1827 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:1873 msgid "" "\n" "

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

    \n" "

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

    " msgstr "" "\n" "

    A Rapid Photo Downloader az Ön számára készült. Ön segíthet javítani, ha " "részt vesz egy\n" "internetes felmérésben.

    \n" "

    Mivel ez a program nem gyűjt elemzéseket, a felmérés valódi\n" "különbséget jelenthet a program jövője szempontjából.

    " #: ../raphodo/rapid.py:1883 msgid "The survey is in English." msgstr "A felmérés angol nyelvű." #: ../raphodo/rapid.py:1894 msgid "Do you want to take the survey?" msgstr "Szeretné kitölteni a felmérést?" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1897 msgid "Ask me later" msgstr "Kérdezze késÅ‘bb" #: ../raphodo/rapid.py:1898 msgid "Yes" msgstr "Igen" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1901 msgid "I already took it" msgstr "Már megtettem" #. Translators: "Never ask me about any survey" refers to now and in the future #: ../raphodo/rapid.py:1906 msgid "Never ask me about any survey" msgstr "Soha ne kérdezzen a felmérésrÅ‘l" #: ../raphodo/rapid.py:2110 ../raphodo/rapid.py:2914 msgid "Download" msgstr "Letöltés" #: ../raphodo/rapid.py:2114 msgid "&Refresh..." msgstr "&Frissítés..." #: ../raphodo/rapid.py:2118 msgid "&Preferences" msgstr "&Preferenciák" #: ../raphodo/rapid.py:2122 msgid "&Quit" msgstr "&Kilépés" #: ../raphodo/rapid.py:2128 msgid "Windows &Drives" msgstr "Windows &meghajtók" #: ../raphodo/rapid.py:2132 msgid "Error &Reports" msgstr "&Hibaüzenetek" #: ../raphodo/rapid.py:2137 msgid "Clear Completed Downloads" msgstr "A befejezett letöltések törlése" #: ../raphodo/rapid.py:2140 msgid "Get Help Online..." msgstr "Súgó online ..." #: ../raphodo/rapid.py:2144 msgid "&Tip of the Day..." msgstr "&A nap tippje..." #: ../raphodo/rapid.py:2147 msgid "Report a Problem..." msgstr "Probléma jelentése..." #: ../raphodo/rapid.py:2150 msgid "Make a Donation..." msgstr "Adakozzon..." #: ../raphodo/rapid.py:2153 msgid "Translate this Application..." msgstr "Ezen alkalmazás fordítása…" #: ../raphodo/rapid.py:2158 msgid "&About..." msgstr "&Névjegy." #: ../raphodo/rapid.py:2161 msgid "Check for Updates..." msgstr "Frissítések keresése..." #: ../raphodo/rapid.py:2250 msgid "Timeline" msgstr "IdÅ‘vonal" #: ../raphodo/rapid.py:2258 msgid "Destination" msgstr "Letöltési cél" #: ../raphodo/rapid.py:2260 msgid "Rename" msgstr "Ãtnevezés" #: ../raphodo/rapid.py:2262 msgid "Back Up" msgstr "Biztonsági mentés" #: ../raphodo/rapid.py:2486 msgid "" "Turn on or off the use of devices attached to this computer as download sources" msgstr "" "Kapcsolja be vagy ki a számítógéphez csatlakoztatott eszközöket letöltési " "forrásként" #: ../raphodo/rapid.py:2505 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:2508 msgid "This Computer" msgstr "Ez a számítógép" #: ../raphodo/rapid.py:2522 msgid "Select a source folder" msgstr "Válasszon ki egy forrás mappát" #: ../raphodo/rapid.py:2600 msgid "All" msgstr "Minden" #: ../raphodo/rapid.py:2601 msgid "New" msgstr "Új" #: ../raphodo/rapid.py:2603 msgid "Show:" msgstr "Mutat:" #: ../raphodo/rapid.py:2606 msgid "Modification Time" msgstr "Módosítási idÅ‘" #: ../raphodo/rapid.py:2607 msgid "Checked State" msgstr "EllenÅ‘rzött állapot" #: ../raphodo/rapid.py:2610 msgid "File Type" msgstr "Fájltípus" #: ../raphodo/rapid.py:2611 msgid "Device" msgstr "Eszköz" #: ../raphodo/rapid.py:2613 msgid "Sort:" msgstr "Fajta:" #: ../raphodo/rapid.py:2629 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:2894 #, python-format msgid "Download %(files)s" msgstr "Letöltés %(files)s" #: ../raphodo/rapid.py:2910 msgid "Resume Download" msgstr "Letöltés folytatása" #: ../raphodo/rapid.py:2912 msgid "Pause" msgstr "Megállítás" #: ../raphodo/rapid.py:3049 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:3150 #, 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:3244 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:3258 #, 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:3346 msgid "" "\n" "Downloading all files

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

    \n" "Do you want to proceed with the download?" msgstr "" "\n" " Összes fájl letöltése

    \n" "A letöltés mindig tartalmaz minden olyan fájlt, amelyet letöltöttek,\n" "beleértve azokat is, amelyeket jelenleg nem jelenítenek meg az idővonal miatt\n" "vagy mert csak az új fájlok jelennek meg.\n" "Szeretné folytatni a letöltést?" #: ../raphodo/rapid.py:3511 #, 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:3514 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Érvénytelen letöltési könyvtár:\n" "%s" #: ../raphodo/rapid.py:3517 msgid "Download Failure" msgstr "Letöltés hiba" #: ../raphodo/rapid.py:3518 msgid "The download cannot proceed." msgstr "A letöltés nem folytatható." #: ../raphodo/rapid.py:3536 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:3547 ../raphodo/rapid.py:3561 #, 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:3549 ../raphodo/rpdfile.py:179 msgid "photos" msgstr "fényképek" #: ../raphodo/rapid.py:3563 ../raphodo/rpdfile.py:174 msgid "videos" msgstr "videók" #: ../raphodo/rapid.py:3573 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:3589 ../raphodo/rapid.py:3605 #, 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:3592 ../raphodo/rpdfile.py:181 ../raphodo/rpdfile.py:850 msgid "photo" msgstr "fénykép" #: ../raphodo/rapid.py:3608 ../raphodo/rpdfile.py:176 ../raphodo/rpdfile.py:912 msgid "video" msgstr "videó" #: ../raphodo/rapid.py:3616 msgid "Backup problem" msgstr "Probléma a biztonsági mentéssel" #: ../raphodo/rapid.py:4447 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s - %(time_left)s maradt (%(speed)s)" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4527 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "Letöltve: %(noFiles)s %(filetypes)s" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4537 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s : sikertelen letöltés" #: ../raphodo/rapid.py:4543 ../raphodo/rapid.py:4650 msgid "warnings" msgstr "figyelmeztetések" #: ../raphodo/rapid.py:4578 msgid "All downloads complete" msgstr "Minden letöltés befejeződött" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4588 ../raphodo/rapid.py:4603 ../raphodo/rapid.py:4619 #: ../raphodo/rapid.py:4634 ../raphodo/rapid.py:4649 #, 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:4593 ../raphodo/rapid.py:4624 #, 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:4608 ../raphodo/rapid.py:4639 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s letöltése sikertelen volt" #: ../raphodo/rapid.py:4675 msgid "1 failure" msgstr "1 hiba" #: ../raphodo/rapid.py:4677 #, python-format msgid "%d failures" msgstr "%d hibák" #: ../raphodo/rapid.py:4682 msgid "1 warning" msgstr "1 figyelmeztetés" #: ../raphodo/rapid.py:4684 #, python-format msgid "%d warnings" msgstr "%d figyelmeztetés" #: ../raphodo/rapid.py:4709 #, 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:4716 #, 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:4725 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Nincs letöltött fájl - %(failures)s" #: ../raphodo/rapid.py:4727 msgid "No files downloaded" msgstr "Nincs letöltött fájl" #: ../raphodo/rapid.py:4767 msgid "Program preferences are invalid" msgstr "A program beállítása nem jó" #: ../raphodo/rapid.py:4886 #, 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:4905 #, 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:4925 msgid "Enable access to the iOS Device" msgstr "Engedélyezze a hozzáférést az iOS-eszközhöz" #: ../raphodo/rapid.py:4936 msgid "&Try Again" msgstr "&Próbálja újra" #: ../raphodo/rapid.py:4937 msgid "&Ignore This Device" msgstr "&A készülék figyelmen kívül hagyása" #: ../raphodo/rapid.py:5029 #, 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:5032 msgid "Unfortunately you cannot download from this device." msgstr "Sajnos nem lehet letölteni az eszközről." #: ../raphodo/rapid.py:5036 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:5041 msgid "Device scan failed" msgstr "Az eszköz lekeresése sikertelen" #: ../raphodo/rapid.py:5578 #, 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:5613 #, 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:5775 msgid "Completed Downloads Present" msgstr "Befejezett letöltések jelen" #: ../raphodo/rapid.py:5777 #, python-format msgid "%s whose download have completed are displayed." msgstr "A(z) %s letöltés befejeződött." #: ../raphodo/rapid.py:5779 msgid "Do you want to clear the completed downloads?" msgstr "Szeretné törölni a befejezett letöltéseket?" #: ../raphodo/rapid.py:5781 msgid "Completed Download Present" msgstr "Befejezett letöltések jelen" #: ../raphodo/rapid.py:5782 #, 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:5783 msgid "Do you want to clear the completed download?" msgstr "Szeretné törölni a befejezett letöltést?" #: ../raphodo/rapid.py:5867 #, 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:6212 #, 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:6216 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:6222 #, 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:6226 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:6645 #, 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:6649 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:6705 #, python-format msgid "Generating thumbnails for %s" msgstr "Bélyegképek létrehozása a következÅ‘höz: %s" #: ../raphodo/rapid.py:6712 #, python-format msgid "Scanning %s" msgstr "A(z) %s beolvasása" #: ../raphodo/rapid.py:6726 #, python-format msgid "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "%(number)s %(available files)s ellenÅ‘rzött letöltés (%(hidden)s rejtett)" #: ../raphodo/rapid.py:6738 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "%(number)s %(available files)s ellenÅ‘rzött a letöltésre" #: ../raphodo/rapid.py:7035 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:7042 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:7048 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:7055 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:7061 msgid "Turn on or off the the renaming of photos." msgstr "Kapcsolja be vagy ki az átnevezés képek." #: ../raphodo/rapid.py:7067 msgid "Turn on or off the the renaming of videos." msgstr "Kapcsolja be vagy ki a videók átnevezését." #: ../raphodo/rapid.py:7075 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:7083 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:7088 ../raphodo/rapid.py:7095 ../raphodo/rapid.py:7102 #: ../raphodo/rapid.py:7146 ../raphodo/rapid.py:7156 msgid "PATH" msgstr "ELÉRÉSI ÚT" #: ../raphodo/rapid.py:7090 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:7097 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:7104 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:7111 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:7117 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:7122 ../raphodo/rapid.py:7134 msgid "FOLDER" msgstr "MAPPA" #: ../raphodo/rapid.py:7125 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:7137 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:7149 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:7159 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:7167 #, 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:7177 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:7184 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:7191 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:7200 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:7208 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:7215 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:7224 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:7232 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:7238 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:7245 msgid "Use the system Qt theme instead of the built-in theme" msgstr "Használja a rendszer Qt témáját a beépített téma helyett" #: ../raphodo/rapid.py:7255 msgid "Run this program in wayland or regular X11" msgstr "Futtassa ezt a programot a waylandben vagy a szokásos X11-ben" #: ../raphodo/rapid.py:7348 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:7359 msgid "No prior program preferences detected: exiting." msgstr "Nincs korábbi programbeállítás: kilépés." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:7366 #, 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:7437 #, 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:7452 msgid "Program aborting." msgstr "A program megszakítása." #: ../raphodo/rapid.py:7542 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:7547 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:7562 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:7637 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:7842 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:7850 msgid "Thumbnail Cache has been reset." msgstr "A bélyegkép gyorsítótár vissza lett állítva." #: ../raphodo/rapid.py:7856 msgid "Remembered files have been forgotten." msgstr "Elfelejtették a megjegyzett fájlokat." #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Remember this choice" msgstr "&Emlékezzen erre a választásra" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't ask me about this again" msgstr "&Ne kérdezzen újra errÅ‘l" #: ../raphodo/ui/rememberthisdialog.py:80 msgid "&Don't warn me about this again" msgstr "&Ne figyelmeztessen újra errÅ‘l" #: ../raphodo/ui/rememberthisdialog.py:87 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:626 msgid "subfolder and filename" msgstr "alkönyvtár és fájlnév" #: ../raphodo/renameandmovefile.py:628 msgid "filename" msgstr "fájlnév" #: ../raphodo/renameandmovefile.py:630 msgid "subfolder" msgstr "alkönyvtár" #: ../raphodo/ui/renamepanel.py:327 msgid "A counter for how many downloads occur on each day" msgstr "Egy számláló, hogy hány letöltés történik minden nap" #: ../raphodo/ui/renamepanel.py:328 msgid "Downloads today:" msgstr "Mai letöltések:" #: ../raphodo/ui/renamepanel.py:350 msgid "A counter that is remembered each time the program is run " msgstr "Egy olyan számláló, amely a program minden egyes futtatására emlékezik " #: ../raphodo/ui/renamepanel.py:351 msgid "Stored number:" msgstr "Tárolt szám:" #: ../raphodo/ui/renamepanel.py:363 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" "Az az idÅ‘pont, amikor a Letöltések ma sorszámot vissza kell állítani" #: ../raphodo/ui/renamepanel.py:365 msgid "Day start:" msgstr "Nap kezdete:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:375 msgid "Synchronize RAW + JPEG" msgstr "RAW + JPEG szinkronizálása" #: ../raphodo/ui/renamepanel.py:379 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" "A RAW és JPEG párhoz tartozó sorszámok szinkronizálása.\n" "\n" "További részletek az online dokumentációban találhatóak." #: ../raphodo/ui/renamepanel.py:384 msgid "Sequence Numbers" msgstr "Sorszámok" #: ../raphodo/ui/renamepanel.py:395 msgid "Strip incompatible characters" msgstr "Az inkompatibilis karakterek kihagyása" #: ../raphodo/ui/renamepanel.py:400 msgid "" "Whether photo, video and folder names should have any characters removed that " "are not allowed by other operating systems" msgstr "" "Függetlenül attól, hogy a fotó-, videó- és mappanevek legyenek olyan " "karakterek, amelyeket más operációs rendszerek nem engedélyeznek" #: ../raphodo/ui/renamepanel.py:404 msgid "Compatibility" msgstr "Kompatibilitás" #: ../raphodo/ui/renamepanel.py:484 msgid "Photo Renaming" msgstr "Fotó átnevezése" #: ../raphodo/ui/renamepanel.py:488 msgid "Video Renaming" msgstr "Videó átnevezése" #: ../raphodo/ui/renamepanel.py:492 msgid "Renaming Options" msgstr "Ãtnevezési beállítások" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "fényképek és videók" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "fényképek vagy videók" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:273 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:302 msgid "a video" msgstr "egy videó" #: ../raphodo/rpdfile.py:304 msgid "1 Video" msgstr "1 videó" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:314 msgid "a photo" msgstr "egy fénykép" #: ../raphodo/rpdfile.py:316 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:830 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s %(camera)s" #: ../raphodo/rpdfile.py:851 msgid "Photo" msgstr "Fénykép" #: ../raphodo/rpdfile.py:913 msgid "Video" msgstr "Videó" #: ../raphodo/storage/storage.py:251 msgid "File system root" msgstr "A fájlrendszer gyökere" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:589 msgid "Pictures" msgstr "Képek" #: ../raphodo/sudocommand.py:93 msgid "Sorry, the password was incorrect." msgstr "Elnézést, a jelszó helytelen volt." #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:100 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "Adminisztrációs feladatok végrehajtásához adja meg a %s jelszavát." #: ../raphodo/sudocommand.py:140 msgid "Password:" msgstr "Jelszó:" #: ../raphodo/thumbnaildisplay.py:583 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "Felvett %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:593 #, 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:605 ../raphodo/thumbnaildisplay.py:668 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:623 #, python-format msgid "Memory cards: %s" msgstr "Memóriakártyák: %s" #: ../raphodo/thumbnaildisplay.py:628 #, python-format msgid "Memory card: %s" msgstr "Memóriakártya: %s" #: ../raphodo/thumbnaildisplay.py:635 msgid "Downloaded as:" msgstr "Letöltve, mint:" #: ../raphodo/thumbnaildisplay.py:682 #, 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:691 #, 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:2257 msgid "Copy Path" msgstr "Másolás elérési út" #: ../raphodo/thumbnaildisplay.py:2263 msgid "Mark File as Downloaded" msgstr "A fájl megjelölése letöltésre" #: ../raphodo/thumbnaildisplay.py:2268 msgid "Mark Files as Downloaded" msgstr "A fájlok megjelölése letöltésre" #: ../raphodo/utilities.py:215 msgid "B" msgstr "B" #: ../raphodo/utilities.py:216 msgid "KB" msgstr "KB" #: ../raphodo/utilities.py:217 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:218 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:219 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:220 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:221 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:222 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:223 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:486 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s és %(last_item)s" #: ../raphodo/utilities.py:570 msgid "one" msgstr "egy" #: ../raphodo/utilities.py:571 msgid "two" msgstr "kettÅ‘" #: ../raphodo/utilities.py:572 msgid "three" msgstr "három" #: ../raphodo/utilities.py:573 msgid "four" msgstr "négy" #: ../raphodo/utilities.py:574 msgid "five" msgstr "öt" #: ../raphodo/utilities.py:575 msgid "six" msgstr "hat" #: ../raphodo/utilities.py:576 msgid "seven" msgstr "hét" #: ../raphodo/utilities.py:577 msgid "eight" msgstr "nyolc" #: ../raphodo/utilities.py:578 msgid "nine" msgstr "kilenc" #: ../raphodo/utilities.py:579 msgid "ten" msgstr "tíz" #: ../raphodo/utilities.py:580 msgid "eleven" msgstr "tizenegy" #: ../raphodo/utilities.py:581 msgid "twelve" msgstr "tizenkettÅ‘" #: ../raphodo/utilities.py:582 msgid "thirteen" msgstr "tizenhárom" #: ../raphodo/utilities.py:583 msgid "fourteen" msgstr "tizennégy" #: ../raphodo/utilities.py:584 msgid "fifteen" msgstr "tizenöt" #: ../raphodo/utilities.py:585 msgid "sixteen" msgstr "tizenhat" #: ../raphodo/utilities.py:586 msgid "seventeen" msgstr "tizenhét" #: ../raphodo/utilities.py:587 msgid "eighteen" msgstr "tizennyolc" #: ../raphodo/utilities.py:588 msgid "ninenteen" msgstr "tizenkilenc" #: ../raphodo/utilities.py:589 msgid "twenty" msgstr "húsz" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&OK" msgstr "&OK" #: ../raphodo/ui/viewutils.py:680 ../raphodo/ui/viewutils.py:700 msgid "&Save" msgstr "&Mentés" #: ../raphodo/ui/viewutils.py:681 msgid "&Help" msgstr "&Sugó" #: ../raphodo/ui/viewutils.py:682 msgid "Restore Defaults" msgstr "Alapértékek visszaállítása" #: ../raphodo/ui/viewutils.py:683 ../raphodo/ui/viewutils.py:701 msgid "&Yes" msgstr "&Igen" #: ../raphodo/ui/viewutils.py:684 ../raphodo/ui/viewutils.py:702 msgid "&No" msgstr "&Nem" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:105 #, python-format msgid "Create directory %(path)s" msgstr "Hozza létre a %(path)s könyvtárat" #: ../raphodo/wsl.py:109 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "Csatolja a %(drive)s: meghajtót a %(path)s helyre" #: ../raphodo/wsl.py:115 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" "A(z) %(drive)s: meghajtó leválasztása a(z) %(path)s " "meghajtóról" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:309 #, python-format msgid "Mount drives %s" msgstr "Csatolja a meghajtókat %s" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:314 #, python-format msgid "Mount drive %s" msgstr "Csatolja a(z) %s meghajtót" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:321 #, python-format msgid "Unmount drives %s" msgstr "Válassza le a(z) %s meghajtókat" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drive %s" msgstr "Válassza le a(z) %s meghajtót" #: ../raphodo/wsl.py:390 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "Sajnáljuk, hiba történt a %s meghajtók csatlakoztatásakor" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "Sajnáljuk, hiba történt a %s meghajtók leválasztásakor" #: ../raphodo/wsl.py:403 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "Sajnáljuk, hiba történt a %s meghajtó csatlakoztatásakor" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "Sajnáljuk, hiba történt a %s meghajtó leválasztásakor" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:558 msgid "Windows Drives" msgstr "Windows meghajtók" #: ../raphodo/wsl.py:562 msgid "Enable automatic mounting of Windows drives" msgstr "A Windows meghajtók automatikus csatlakoztatásának engedélyezése" #: ../raphodo/wsl.py:566 msgid "Automatically mount all Windows drives" msgstr "Az összes Windows meghajtó automatikus csatlakoztatása" #: ../raphodo/wsl.py:570 msgid "Only automatically mount Windows drives that are configured below" msgstr "" "Csak az alább konfigurált Windows-meghajtókat csatlakoztassa automatikusan" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:594 msgid "User Mounted" msgstr "Felhasználó csatlakozva" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:596 msgid "System Mounted" msgstr "Rendszerbe csatlakozva" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:598 msgid "Drive" msgstr "Meghajtó" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "Mount Point" msgstr "Csatlakozási pont" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "Automatic Mount" msgstr "Automatikus csatlakozás" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Automatic Unmount at Exit" msgstr "Automatikus leválasztás kilépéskor" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:638 msgid "Pending Operations:" msgstr "FüggÅ‘ben lévÅ‘ műveletek:" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:652 msgid "&Apply Pending Operations" msgstr "&FüggÅ‘ben lévÅ‘ műveletek alkalmazása" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1459 #, python-format msgid "Do you want to mount drive %s?" msgstr "Csatolja a(z) %s meghajtót?" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1463 #, python-format msgid "Do you want to mount drives %s?" msgstr "Csatolja a %s meghajtókat?" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1606 msgid "Removable Drive" msgstr "Eltávolítható meghajtó" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1612 msgid "Local Drive" msgstr "Helyi meghajtó" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" "Fényképek és videók letöltése, átnevezése és biztonsági mentése kamerákból és " "egyéb eszközökrÅ‘l" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, memory " "cards and other devices at high speed. It can be configured to rename photos " "and videos with meaningful filenames you specify. It can also back up photos " "and videos as they are downloaded. It downloads from and backs up to multiple " "devices simultaneously." msgstr "" "A Rapid Photo Downloader nagy sebességgel importál fényképeket és videókat " "kamerákból, telefonokból, memóriakártyákból és más eszközökbÅ‘l. Úgy van " "beállítva, hogy átnevezzen fényképeket és videókat a megadott fájlnevekkel. A " "képek és videók biztonsági másolata is letölthetÅ‘. Egyszerre több eszközrÅ‘l " "tölt le és több eszközt támogat." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or over " "consecutive days." msgstr "" "A Rapid Photo Downloader egyedülálló eleme az idÅ‘vonal, amely a fotókat és " "videókat csoportosítja az egymást követÅ‘ felvételek között eltelt idÅ‘ alapján. " "Használja azt a fotók és videók azonosítására, amelyek különbözÅ‘ idÅ‘szakokban, " "egyetlen nap alatt vagy egymást követÅ‘ napokon készülnek." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" "A professzionális és amatÅ‘r fotográfus által készített Rapid Photo Downloader " "könnyen konfigurálható és használható. A programbeállítások bonyolult kódok " "nélkül konfigurálhatók. A szokásos feladatok automatizálhatók, például a " "memóriakártya eltávolítása a letöltés befejezésekor." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "A fÅ‘ablak" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "Ãtnevezés" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "Photo Downloader" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory;" "card;" msgstr "" "fénykép, letöltés, fényképezés, import, videó, RAW, kamera, telefon, mentés, " "memória kártya;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "Fotók és videók letöltése a Rapid Photo Downloader alkalmazással" #~ msgid "Select a folder to download photos to" #~ msgstr "Válasszon egy letöltési könyvtárat" #~ msgid "Example: %s" #~ msgstr "Példa: %s" #~ msgid "externaldrive1" #~ msgstr "külsÅ‘_meghajtó1" #~ msgid "externaldrive2" #~ msgstr "külsÅ‘_meghajtó2" #~ msgid "Download cannot proceed" #~ msgstr "A letöltés megszakadt." #~ msgid "scanning..." #~ msgstr "keresés..." #~ msgid "Backing up error" #~ msgstr "A biztonsági másolat készítése során hiba történt." #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Forrás: %(source)s\n" #~ "Cél: %(destination)s" #~ msgid "Job Code:" #~ msgstr "Munka-szám:" #~ msgid "Download Progress" #~ msgstr "Letöltés Folyamatban" #~ msgid "Enter a Job Code" #~ msgstr "Adjon meg munka-számot" #~ msgid "and" #~ msgstr "és" #~ msgid "Using backup device" #~ msgstr "A biztonsági mentés eszköz használata" #~ msgid "Using backup devices" #~ msgstr "A biztonsági mentés eszközök használata" #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Kb. %(minutes)i:%(seconds)02i perc van hátra" #~ msgid "About %i seconds remaining" #~ msgstr "Kb. %i másodperc van hátra" #~ msgid "About 1 minute remaining" #~ msgstr "Kb. 1 perc van hátra" #~ msgid "MB/s" #~ msgstr "MB/s" #~ msgid "About 1 second remaining" #~ msgstr "Kb. 1 másodperc van hátra" #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "futás közben program információ megjelenítése a terminálban (default: " #~ "%default)" #~ msgid "and %s" #~ msgstr "és %s" #~ msgid "Name + extension" #~ msgstr "Név + kiterjesztés" #~ msgid " " #~ msgstr " " #~ msgid " hh:mm" #~ msgstr " óó:pp" #~ msgid ":" #~ msgstr ":" #~ msgid "Backup" #~ msgstr "Biztonsági mentés" #~ msgid "Download Folder" #~ msgstr "Letöltési könyvtár" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "Kompatibilitás egyéb operációs rendszerekkel" #~ msgid "Download Subfolders" #~ msgstr "Letöltési alkönyvtár" #~ msgid "Job Codes" #~ msgstr "Munka-szám" #~ msgid "Original:" #~ msgstr "Eredeti:" #~ msgid "Program Automation" #~ msgstr "Automatizálás" #~ msgid "Example:" #~ msgstr "Példa:" #~ msgid "New:" #~ msgstr "Új:" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/media/externaldrive/Photos" #~ msgid "Backup\t" #~ msgstr "Backup\t" #~ msgid "Sequence Numbers" #~ msgstr "Sorozat szám" #~ msgid "Error Handling" #~ msgstr "Error Handling" #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "Hordozható eszközök automatikus érzékelése" #~ msgid "Backup" #~ msgstr "Biztonsági mentés" #~ msgid "Download / Pause" #~ msgstr "Letöltés / Megszakítás" #~ msgid "Download folder:" #~ msgstr "Letöltési könyvtár:" #~ msgid "Error Log" #~ msgstr "Hibanapló" #~ msgid "Rename Options" #~ msgstr "Ãtnevezési lehetÅ‘ségek" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "Beállítások: Gyors Fénykép LetöltÅ‘" #~ msgid "_Report a Problem..." #~ msgstr "_Hibajelentés küldése..." #~ msgid "_Translate this Application..." #~ msgstr "_Fordítás" #~ msgid "_Clear Completed Downloads" #~ msgstr "_Kész letöltések kiürítése" #~ msgid "_Get Help Online..." #~ msgstr "_Online help" #~ msgid "_Error Log" #~ msgstr "_Hibanapló" #~ msgid "_Make a Donation..." #~ msgstr "_Küldjön adományt..." #~ msgid "_Help" #~ msgstr "_Súgó" #~ msgid "_View" #~ msgstr "_Nézet" #~ msgid "" #~ "Specify the time in 24 hour format at which the Downloads today " #~ "sequence number should be reset." #~ msgstr "" #~ "Határozza meg azt az idÅ‘t 24 órás formában, ahol a Downloads today " #~ "sorozatszámot vissza kell állítani." #~ msgid "only output errors to the command line" #~ msgstr "csak a hibák megjelenítése a terminálban" #~ msgid "Berlin" #~ msgstr "Berlin" #~ msgid "Paris" #~ msgstr "Párizs" #~ msgid "New York" #~ msgstr "New York" #~ msgid "Prague" #~ msgstr "Prága" #~ msgid "Manila" #~ msgstr "Manila" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Helsinki" #~ msgstr "Helsinki" #~ msgid "Kampala" #~ msgstr "Kampala" #~ msgid "Tehran" #~ msgstr "Teherán" #~ msgid "Stockholm" #~ msgstr "Stockholm" #~ msgid "Rome" #~ msgstr "Róma" #~ msgid "Moscow" #~ msgstr "Moszkva" #~ msgid "Sydney" #~ msgstr "Sydney" #~ msgid "Jakarta" #~ msgstr "Jakarta" #~ msgid "Madrid" #~ msgstr "Madrid" #~ msgid "Delhi" #~ msgstr "Delhi" #~ msgid "Warsaw" #~ msgstr "Varsó" #~ msgid "Budapest" #~ msgstr "Budapest" #~ msgid "_Remember this choice" #~ msgstr "_Emlékezzen erre a választásra" #~ msgid "Device Detected" #~ msgstr "Eszköz érzékelve" #~ msgid "_Add..." #~ msgstr "_Hozzáadás…" #~ msgid "R_emove All" #~ msgstr "Összes törlése" #~ msgid "Source: %(source)s" #~ msgstr "Forrás: %(source)s" #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "RAW és JPEG fájlok számkiosztásának szinkronizálása" #~ msgid "Remove all Job Codes?" #~ msgstr "Minden Munka-szám eltávolítása?" #~ msgid "Should all Job Codes be removed?" #~ msgstr "Minden Munka-szám el legyen távolítva?" #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "A cél könyvtár nem hozható létre: %(directory)s\n" #~ msgid "Error in Photo Rename preferences" #~ msgstr "Hiba a fénykép átnevezési beállításoknál" #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "Hiba a videó letöltési alkönyvtár beállításoknál" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "Hiba a fénykép letöltési alkönyvtár beállításoknál" #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "" #~ "Figyelem: Nincs elegendÅ‘ metaadat a fájl teljes átnevezéshez. " #~ "Kérem válasszon más metaadatot az átnevezéshez." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "" #~ "Figyelem: Nincs elegendÅ‘ metaadat az alkönyvtár létrehozásához. " #~ "Kérem válasszon más metaadatot az alkönyvtár létrehozáshoz." #~ msgid "Error in Video Rename preferences" #~ msgstr "Hiba a videó átnevezési beállításoknál" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "" #~ "Akarod ezt az eszközt, vagy partíciót fénykép vagy videó letöltésre " #~ "használni?" #~ msgid "Photos:" #~ msgstr "Fényképek:" #~ msgid "Videos:" #~ msgstr "Videók:" #~ msgid "Photo Rename\t" #~ msgstr "Fénykép Ãtnevezés\t" #~ msgid "Example: /home/user/Pictures" #~ msgstr "Például: /home/jozsef/Képek" #~ msgid "Photo Rename" #~ msgstr "Fénykép Ãtnevezés" #~ msgid "Photo and Video Name Conflicts" #~ msgstr "Fénykép és Videó név összeütközés" #~ msgid "Video Rename\t" #~ msgstr "Videó Ãtnevezés\t" #~ msgid "Devices" #~ msgstr "Eszközök" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Válaszd ki a letöltési könyvtárat. Az alkönyvtárak automatikusan létre " #~ "fognak jönni az általad megadott könyvtár alá." #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "Importáld a fényképeidet és videóidat hatékonyan és megbízhatóan" #~ msgid "Location:" #~ msgstr "Hely:" #~ msgid "Photo Rename" #~ msgstr "Fénykép Ãtnevezés" #~ msgid "Photo Folders" #~ msgstr "Fénykép Könyvtár" #~ msgid "Video Rename" #~ msgstr "Videó Ãtnevezés" #~ msgid "Video Folders" #~ msgstr "Videó Könyvtár" #~ msgid "Video backup folder name:" #~ msgstr "A videó biztonsági mentési könyvtára" #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Válasszon egy könyvtárt az alábbiaknak: %(file_types)s" #~ msgid "Photo backup folder name:" #~ msgstr "A biztonsági másolat mappa neve:" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "A program beállításainak visszaállítása, majd kilépés" #~ msgid "All settings and preferences have been reset" #~ msgstr "Minden beállítás visszaállításra került" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "" #~ "A program által felismerhetÅ‘ kép és videó kiterjesztések listázása, majd " #~ "kilépés" #~ msgid "Backing up to %(path)s" #~ msgstr "Biztonsági mentés készül az alábbi helyre: %(path)s" #~ msgid "" #~ "Specify the folder in which backups are stored on the device. \n" #~ "\n" #~ "Note: this will also be used to determine whether or not the device is " #~ "used for backups. For each device you wish to use for backing up to, create " #~ "a folder in it with one of these names." #~ msgstr "Adja meg a könyvtárat, ahová a biztonsági másolatok készülnek." #~ msgid "Unmount (\"eject\") device upon download completion" #~ msgstr "A készülék lecsatlakoztatása a letöltést követÅ‘en." #~ msgid "" #~ "Specify whether photo, video and folder names should have any characters " #~ "removed that are not allowed by other operating systems." #~ msgstr "" #~ "Adja meg, hogy a képek és videók nevébÅ‘l el legyenek-e távolítva az egyéb " #~ "operációs rendszerek által nem megengedett karakterek." #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "Adja meg, hogy a biztonsági másolatok készítésekor felül legyenek-e írva az " #~ "azonos néven létezÅ‘ fájlok, vagy át legyenek ugorva." #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "A %(filetype)s alkönyvtár beállítások érvénytelenek, nem használhatóak.\n" #~ "Az alapértelmezett értékek kerülnek visszaállításra." #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #~ msgid "Error: %(inst)s" #~ msgstr "Hiba: %(inst)s" #~ msgid "Photo has already been downloaded" #~ msgstr "A kép már korábban le lett töltve." #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "" #~ "A program egyezÅ‘ nevű, de különbözÅ‘ idÅ‘pontban készített képeket talált." #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "" #~ "Ha egyezÅ‘ nevű kép vagy videó már le lett töltve, ajánlja fel a kihagyást, " #~ "vagy a letöltés folytatását egyedi azonosító hozzáadásával" #~ msgid "_File" #~ msgstr "_Fájl" #~ msgid "_Select" #~ msgstr "_Kijelölés" #~ msgid "display debugging information when run from the command line" #~ msgstr "Mutassa a hibakeresési információkat parancssoros futtatásnál." #~ msgid "Size" #~ msgstr "Méret" #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s eszköz nem lett csatlakoztatva" #~ msgid "Free space:" #~ msgstr "Szabad hely:" #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(total)s %(filetypes)s összesen. Letöltve: %(number)s" #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "" #~ "%(total)s %(filetypes)s összesen. Letöltve: %(number)s (%(remaining)s még " #~ "hátra van)" #~ msgid "Folder: %s" #~ msgstr "könyvtár: %s" #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "%(file_type)s letöltési könyvtár nem létezik" #~ msgid "; " #~ msgstr "; " #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "%(file_type)s letöltési könyvtár nem írható" #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "%(file_type)s letöltési könyvtár nem jó" #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Fájl: %(file)s" #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "%(filetype)s métadatatát nem tudom olvasni" #~ msgid "Error generating component %s." #~ msgstr "Hiba a komponens elkészítésekor: %s." #~ msgid "Date time value %s appears invalid." #~ msgstr "Ez a dátim, idÅ‘ érték nem tűnik valósnak: %s" #~ msgid "%(free)s free" #~ msgstr "%(free)s üres" #~ msgid "" #~ "%(filetype)s could not be backed up because no suitable backup locations " #~ "were found." #~ msgstr "" #~ "%(filetype)s biztonsági mentése nem készül el, mert nincs használható hely " #~ "számára" #~ msgid "%(filetype)s already exists" #~ msgstr "%(filetype)s már létezik (le van töltve)" #~ msgid "%(filetype)s was already downloaded" #~ msgstr "%(filetype)s már le van töltve" #~ msgid "%(filetype)s %(area)s could not be generated" #~ msgstr "%(filetype)s %(area)s nem lehet létrehozni" #~ msgid "An error occurred when copying the %(filetype)s" #~ msgstr "Hiba lépett fel a %(filetype)s másolása közben" #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "Hiba történt a biztonsági mentés közben ezen az eszközön %(volume)s." #~ msgid "" #~ "Photos detected with the same filenames, but taken at different times: " #~ "%(details)s" #~ msgstr "A fényképeknek azonos a neve, de eltérÅ‘ idÅ‘ben készültek:%(details)s" #~ msgid "An error occurred when backing up on %(volume)s: %(inst)s." #~ msgstr "" #~ "Hiba történt a biztonsági mentés közben ezen az eszközön: %(volume)s: " #~ "%(inst)s." #~ msgid "The metadata might be corrupt." #~ msgstr "A métadatad hibás lehet" #~ msgid "" #~ "The filename, extension and Exif information indicate it has already been " #~ "downloaded." #~ msgstr "" #~ "A fájlnév, a kiterjesztés, és az Exif információ szerint ez már le van " #~ "töltve." #~ msgid " It was backed up to %(volume)s" #~ msgstr " Biztonsági mentés létrehozva: %(volume)s" #~ msgid " It was backed up to these devices: " #~ msgstr " Biztonsági mentés létrehozva ezeken az eszközökön: " #~ msgid "%s, " #~ msgstr "%s, " #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)s és %(final_volume)s." #~ msgid "Errors occurred when backing up on the following backup devices: " #~ msgstr "Hiba történt a biztonsági mentés közben az alábbi eszközökön: " #~ msgid "Backups overwritten on these devices: " #~ msgstr "A biztonsági mentés felülírva ezeken az eszközökön: " #~ msgid "Backup overwritten on %(volume)s." #~ msgstr "A biztonsági mentés felülírva ezen az eszközön: %(volume)s." #~ msgid "Backups already exist in these locations: " #~ msgstr "A biztonsági mentés az elábbi eszközökön már létezik: " #~ msgid "Backup already exists on %(volume)s." #~ msgstr "A biztonsági mentés már létezik itt: %(volume)s." #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)s és %(volume)s." #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)s és %(volume)s (%(inst)s)." #~ msgid "An error occurred when creating directories on %(volume)s: %(inst)s." #~ msgstr "" #~ "Hiba lépett fel a könyvtárak létrehozáskor ezen az eszközön: %(volume)s: " #~ "%(inst)s." #~ msgid "" #~ "Errors occurred when creating directories on the following backup devices: " #~ msgstr "Hiba lépett fel a könyvtárak létrehozáskor ezen az eszközökön: " #~ msgid "Problem in %s generation" #~ msgstr "Probléma a %s létrehozásakor" #~ msgid "Problems in %s generation" #~ msgstr "Probléma a %s létrehozásakor" #~ msgid "Problems in subfolder and filename generation" #~ msgstr "Probléma az alkönyvtár és a fájlnév létrehozásakor" #~ msgid "Problem in subfolder and filename generation" #~ msgstr "Probléma az alkönyvtár és a fájlnév létrehozásakor" #~ msgid "The following metadata is missing: " #~ msgstr "A következÅ‘ métaadatad hiányzik: " #~ msgid "%(missing_metadata_elements)s and %(final_missing_metadata_element)s." #~ msgstr "%(missing_metadata_elements)s és %(final_missing_metadata_element)s." #~ msgid "An error occurred when copying the %(filetype)s, but it was backed up" #~ msgstr "" #~ "Hiba történt a %(filetype)s másolásakor, de a biztonsági mentés létrehozva." #~ msgid "%(filetype)s already exists, but it was backed up" #~ msgstr "%(filetype)s már létezik, de biztonsági mentés létrehozva" #~ msgid "there were errors backing up" #~ msgstr "hibák voltak a biztonsági mentés közben" #~ msgid "Multiple problems were encountered" #~ msgstr "Több probléma lépett fel." #~ msgid "there was an error backing up" #~ msgstr "hiba volt a biztonsági mentés közben" #~ msgid "There were errors backing up" #~ msgstr "Hibák voltak a biztonsági mentés közben" #~ msgid "%(previousproblem)s, and %(backinguperror)s" #~ msgstr "%(previousproblem)s, és %(backinguperror)s" #~ msgid "There was an error backing up" #~ msgstr "Hiba volt a biztonsági mentés közben" #~ msgid "Path: %s" #~ msgstr "Path: %s" #~ msgid "Failed to create download subfolder" #~ msgstr "Nem sikerült az alkönyvtár létrehozás" #~ msgid "Next File" #~ msgstr "KövetkezÅ‘ fájl" #~ msgid "Previous File" #~ msgstr "ElÅ‘zÅ‘ fájl" #~ msgid "_Download" #~ msgstr "_Letöltés" #~ msgid "_Check All" #~ msgstr "Összes _kijelölése" #~ msgid "Performance" #~ msgstr "Teljesítmény" #~ msgid "Generate thumbnails (slower)" #~ msgstr "Bélyegkép létrehozás (lassabb)" #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #~ msgid "Error: %(errorno)s %(strerror)s" #~ msgstr "Hiba: %(errorno)s %(strerror)s" #~ msgid "%(previousproblem)s Additionally, %(newproblem)s" #~ msgstr "%(previousproblem)s továbbá, %(newproblem)s" #~ msgid " Furthermore, there were %(problems)s." #~ msgstr " Továbbá, még ezek %(problems)s." #~ msgid " Furthermore, there was a %(problem)s." #~ msgstr " Továbbá, még ez %(problem)s." #~ msgid "." #~ msgstr "." #~ msgid "Invalid regular expression" #~ msgstr "Érvénytelen reguláris kifejezés" #~ msgid "" #~ "The following regular expressions are invalid, and will be removed unless " #~ "you correct them:\n" #~ " %s" #~ msgstr "" #~ "A következÅ‘ reguláris kifejezések hibásak, és távolításra kerülnek, ha nem " #~ "javítod ki Å‘ket:\n" #~ " %s" #~ msgid "" #~ "This regular expression is invalid, and will be removed unless you correct " #~ "it:\n" #~ " %s" #~ msgstr "" #~ "Ez a reguláris kifejezés hibás, és távolításra kerül, ha nem javítod ki:\n" #~ " %s" #~ msgid "" #~ "If you disable automatic detection, choose the exact location of the photos " #~ "and videos." #~ msgstr "" #~ "Kérlek válassz könyvtárt a fotók és a videók számára, ha nem akarod hogy " #~ "automatikusan kerüljenek meghatározásra (disable auto detection)." #~ msgid "" #~ "If you enable automatic detection of Portable Storage Devices, the entire " #~ "device will be scanned. On large devices, this could take some time.\n" #~ "\n" #~ "When this option is enabled, and a potential device is detected, you will be " #~ "prompted to determine if it should be scanned or not." #~ msgstr "" #~ "Ha engedélyezed az automatikus felderítést a hordozható eszközre, akkor az " #~ "egész eszközön fogok keresni. Nagy méretű eszközön ez sokáig tarthat. \n" #~ "\n" #~ "Ha ez a lehetÅ‘ség engedélyezve van, akkor a lehetséges eszköz érzékelésekor " #~ "rá fogok kérdezni, hogy akarod-e az automatikus felderítést ezen az eszközön." #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "" #~ "A fotók biztonsági mentése a %(path)s könyvtárba és a videók biztonsági " #~ "mentése a %(path2)s könyvtárba" #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "Fotók és videók biztonsági mentésének helye: %(path)s" #~ msgid "_Uncheck All" #~ msgstr "_Kijelölések törlése" #~ msgid "Select All Without _Job Code" #~ msgstr "Összes kijelölése_Munka-kód nélkül" #~ msgid "Select All Wit_h Job Code" #~ msgstr "Összes kijelölése_Munka-kód szerint" #~ msgid "Photo Download Folders" #~ msgstr "" #~ "A Fényképek Letöltési Könyvtára" #~ msgid "Example" #~ msgstr "Példa:" #~ msgid "Video Download Folders" #~ msgstr "" #~ "Videók Letöltési Könyvtára" #~ msgid "Select a folder to download videos to" #~ msgstr "Válasszon egy letöltési könyvtárat" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Válaszd ki a letöltési könyvtárat. Az alkönyvtárak automatikusan létre " #~ "fognak jönni az általad megadott könyvtár alá." #~ msgid "Rename Options" #~ msgstr "Ãtnevezési lehetÅ‘ségek" #~ msgid "Job Codes" #~ msgstr "Munka-szám" #~ msgid "" #~ "Devices are from where to download photos and videos, such as cameras, " #~ "memory cards or Portable Storage Devices.\n" #~ "\n" #~ "You can download from multiple devices simultaneously, or you can specify a " #~ "location on your hard drive.\n" #~ "\n" #~ "Downloading directly from cameras is currently an experimental feature. " #~ "If downloading directly from your camera works poorly or not at all, try " #~ "setting it to PTP mode. If that is not possible, a card reader must be used." #~ "" #~ msgstr "" #~ "Eszközök ahonnan a fotókat és a videókat letöltjük, mint például fényképezÅ‘ " #~ "gépek, memória kártyák, pendirve-ok.\n" #~ "\n" #~ "Letölthetsz egyszerre több eszközrÅ‘l, vagy kijelölhetsz egy könyvtárat a " #~ "merevlemezeden.\n" #~ "\n" #~ "A fényképezÅ‘géprÅ‘l történÅ‘ közvetlen letöltés még kísérleti lehetÅ‘ség. Ha " #~ "a fényképezÅ‘géprÅ‘l a letöltés lassú, vagy nem működik akkor próbáld meg a " #~ "fényképezÅ‘gépet PTP módba állítani. Ha ez nem lehetséges használj " #~ "kártyaolvasót." #~ msgid "Automatically detect devices" #~ msgstr "Az eszközök automatikus felismerése" #~ msgid "Device Options" #~ msgstr "Eszköz beállítások" #~ msgid "Device Options" #~ msgstr "Eszköz beállítások" #~ msgid "Remembered Paths" #~ msgstr "Megjegyzett elérési utak" #~ msgid "Remove all Remembered Paths?" #~ msgstr "Minden megjegyzett elérési út eltávolítása?" #~ msgid "Should all remembered paths be removed?" #~ msgstr "Biztosan eltávolítod az összes megjegyzett elérési utat?" #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "Valóban le akarsz tölteni innen? Néhány rendszeren ez sokáig tart." #~ msgid "the root of the file system" #~ msgstr "a fájlrendszer gyökere" #~ msgid "Copy" #~ msgstr "Másolás" #~ msgid "Move" #~ msgstr "Ãthelyezés" #~ msgid "From" #~ msgstr "Honnan" #~ msgid "Auto Detect" #~ msgstr "Automatikus Felismerés" #~ msgid "Downloading from %(location)s." #~ msgstr "Letöltés innen: %(location)s." #~ msgid "Automatically rotate JPEG images" #~ msgstr "A JPEG képek automatikus forgatása" #~ msgid "Re_move All" #~ msgstr "Ö_sszes eltávolítása" #~ msgid "Select a folder in which to backup photos" #~ msgstr "Add meg a fényképek biztonsági mentésének útvonalát" #~ msgid "Remove all Ignored Paths?" #~ msgstr "Minden mellÅ‘zött útvonal törlése" #~ msgid "Should all ignored paths be removed?" #~ msgstr "Valóban törölni szeretnéd az összes mellÅ‘zött útvonalat?" #~ msgid "Miscellaneous" #~ msgstr "Egyebek" #~ msgid "_Include in download" #~ msgstr "Letöltésben szerepel" #~ msgid "" #~ "Sorry, video downloading functionality disabled. To download videos, please " #~ "install either the hachoir metadata and kaa metadata packages " #~ "for python, or exiftool." #~ msgstr "" #~ "Sajnálom, a videó letöltési lehetÅ‘ség le van tiltva. A videó letöltéshez, " #~ "kérlek telepítsd hachoir metadata és a kaa metadata csomagokat " #~ "a python részére, vagy az exiftool csomagot." #~ msgid "Select a folder in which to backup videos" #~ msgstr "Add meg a videók biztonsági mentésének útvonalát" #~ msgid "" #~ "Remembered paths are those associated with devices that you have chosen to " #~ "always scan or ignore when automatic detection of Portable Storage Devices " #~ "is enabled." #~ msgstr "" #~ "Megjegyzett útvonalak azok, amelyeket a különbözÅ‘ hordozható eszközökkel " #~ "kapcsolatban kiválasztasz letöltésre vagy mellÅ‘zésre." #~ msgid "" #~ "The existing %(filetype)s was last modified on %(date)s at %(time)s. Unique " #~ "identifier '%(identifier)s' added." #~ msgstr "" #~ "A létezÅ‘ %(filetype)s típus utoljára %(date)s %(time)s lett módosítva.\r\n" #~ "Az alábbi azonosító hozzáadva: %(identifier)s" #~ msgid "There is no data with which to name the %(filetype)s." #~ msgstr "Nincs adat a %(filetype)s elnevezéséhez" #~ msgid "The existing %(filetype)s was last modified on %(date)s at %(time)s." #~ msgstr "A létezÅ‘ %(filetype)s módosítva lett: %(date)s %(time)s." #~ msgid "Use _python-style regular expressions" #~ msgstr "Használj python stílusú reguláris kifejezést" #~ msgid "" #~ "Specify the ending portion of any paths you want ignored when scanning " #~ "devices for photos or videos. Any path ending with the values below will not " #~ "be scanned." #~ msgstr "" #~ "Add meg azt az útvonal végzÅ‘dést amit figyelmen kívül hagyjak amikor " #~ "fotókat vagy videókat keresek a letöltéshez. Bármilyen útvonal ami a " #~ "megadott értékre végzÅ‘dik nem lesz ellenÅ‘rizve." #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #~ msgid "To" #~ msgstr "Hova" #~ msgid "An unknown error occurred" #~ msgstr "Ismeretlen hiba történt" #~ msgid "Help" #~ msgstr "Súgó" #~ msgid "Check All Photos" #~ msgstr "Kijelöl minden fényképet" #~ msgid "Check All Videos" #~ msgstr "Kijelöl minden videót" #~ msgid "About..." #~ msgstr "Névjegy…" #~ msgid "scanning (found %(photos)s photos and %(videos)s videos)..." #~ msgstr "keresés (found %(photos)s photos and %(videos)s videos)..." #~ msgid "The %(filetype)s did not download correctly" #~ msgstr "A %(filetype)s letöltése nem volt hibátlan." #~ msgid "Quit" #~ msgstr "Kilépés" #~ msgid "Refresh" #~ msgstr "Újratöltés" #~ msgid "No backup device contains a valid folder for backing up %(filetype)s" #~ msgstr "" #~ "A biztonsági másolat eszköze nem tartalmaz megfelelÅ‘ könyvtárat a " #~ "%(filetype) számára." #~ msgid "" #~ "File verification failed. The downloaded version is different from the " #~ "original." #~ msgstr "" #~ "A fájl ellenÅ‘rzés hibát talált. A letöltött verzió eltér az eredetitÅ‘l." #~ msgid "" #~ "File verification failed on %(volume)s. The backed up version is different " #~ "from the downloaded version." #~ msgstr "" #~ "A fájl ellenÅ‘rzés hibát talált a %(volume)s. A letöltött verzió eltér az " #~ "eredetitÅ‘l." #~ msgid "File verification failed on these devices: " #~ msgstr "A fájl ellenörzés hibát talált ezen az eszközön: " ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/po/id.po0000644000175000017500000041675400000000000016542 0ustar00damondamon# Indonesian translation for rapid # Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2011. # #: ../raphodo/jobcodepanel.py:137 msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2022-02-27 16:56-0500\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:406 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:642 ../install.py:4330 msgid "Installer not found:" msgstr "" #. Translators: do not translate the term tar.gz #: ../install.py:646 ../install.py:4334 msgid "Installer not in tar.gz format:" msgstr "" #: ../install.py:728 ../install.py:757 ../install.py:4210 ../install.py:4215 msgid "Exiting..." msgstr "" #: ../install.py:979 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:1065 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:1357 ../install.py:4290 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:1467 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" #: ../install.py:1610 msgid "The following command will be run:" msgstr "" #. Translators: do not translate the term sudo #: ../install.py:1614 ../install.py:3834 ../install.py:3841 msgid "sudo may prompt you for the sudo password." msgstr "" #: ../install.py:1618 msgid "Would you like to run the command now?" msgstr "" #: ../install.py:1620 msgid "Answer is not yes, exiting." msgstr "" #: ../install.py:1631 ../install.py:2259 ../install.py:2318 ../install.py:2793 msgid "Command failed" msgstr "Perintah gagal" #: ../install.py:1633 ../install.py:2260 ../install.py:2319 ../install.py:2794 msgid "Exiting" msgstr "" #: ../install.py:1661 msgid "The Universe repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1701 msgid "The EPEL repository must be enabled." msgstr "" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1749 msgid "The RPM Fusion Free repository must be enabled." msgstr "" #: ../install.py:1790 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "" #: ../install.py:2237 ../install.py:2267 ../install.py:2299 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" #: ../install.py:2252 msgid "Uninstalling system package" msgstr "" #: ../install.py:2277 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:2324 msgid "Checking if previous version installed with pip..." msgstr "" #: ../install.py:2477 ../install.py:2534 ../install.py:2650 msgid "The following package is unknown on your system: {}\n" msgstr "" #: ../install.py:2548 ../install.py:2706 ../install.py:2803 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" #: ../install.py:2642 ../install.py:2663 msgid "Querying installed and available packages (this may take a while)" msgstr "" #: ../install.py:2785 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" #: ../install.py:2852 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2862 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" #: ../install.py:2873 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2923 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:2931 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" #: ../install.py:2937 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2942 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2950 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" #: ../install.py:2958 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:2982 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:3000 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:3011 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:3048 msgid "Failed to download versions file." msgstr "" #: ../install.py:3053 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:3170 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:3324 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:3330 msgid "Received error code" msgstr "" #: ../install.py:3332 msgid "Failed to install application requirements: exiting." msgstr "" #: ../install.py:3334 msgid "Failed to install application: exiting..." msgstr "" #: ../install.py:3658 msgid "Installing application requirements..." msgstr "" #: ../install.py:3693 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #: ../install.py:3710 msgid "Installing application..." msgstr "" #: ../install.py:3797 msgid "Do you want Rapid Photo Downloader to appear in the Windows menu?" msgstr "" #: ../install.py:3803 msgid "Adding Rapid Photo Downloader to the Windows menu" msgstr "" #: ../install.py:3813 msgid "Failed to copy application launcher." msgstr "" #: ../install.py:3824 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:3829 msgid "Do you want to install the application's man pages?" msgstr "" #: ../install.py:3830 msgid "They will be installed into {}" msgstr "" #: ../install.py:3832 ../install.py:3839 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" #: ../install.py:3835 msgid "Do want to install the man pages?" msgstr "" #: ../install.py:3837 msgid "Installing man pages into {}" msgstr "" #: ../install.py:3855 msgid "Failed to create man page directory: exiting." msgstr "" #: ../install.py:3876 msgid "Failed to copy man page." msgstr "" #: ../install.py:3915 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:3928 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:3934 msgid "" "You may have to restart WSL to be able to run the program from the command " "line." msgstr "" #: ../install.py:3944 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line." msgstr "" #: ../install.py:3949 #, 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:3971 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:3973 msgid "Done." msgstr "" #: ../install.py:3987 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:4043 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #. Translators: do not translate the terms --PyQt5-version or --use-system-PyQt5 #: ../install.py:4055 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:4067 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:4081 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:4097 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:4111 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:4124 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:4134 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:4139 ../install.py:4153 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:4172 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:4180 msgid "Restarting script using system python..." msgstr "" #: ../install.py:4193 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:4231 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:4263 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:4275 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:4324 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:647 ../raphodo/ui/viewutils.py:679 #: ../raphodo/ui/viewutils.py:699 msgid "&Cancel" msgstr "" #: ../upgrade.py:651 msgid "&Upgrade" msgstr "" #: ../upgrade.py:656 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" #: ../upgrade.py:659 msgid "Click the Upgrade button to start the upgrade." msgstr "" #: ../upgrade.py:662 ../upgrade.py:668 ../raphodo/ui/viewutils.py:678 #: ../raphodo/ui/viewutils.py:698 msgid "&Close" msgstr "" #: ../upgrade.py:663 msgid "&Run" msgstr "" #: ../upgrade.py:693 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" #: ../upgrade.py:696 msgid "Upgrade running..." msgstr "" #: ../upgrade.py:732 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:737 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:741 msgid "Upgrade failed. Click Close to exit." msgstr "" #: ../upgrade.py:11320 #, python-format msgid "Upgrading %s..." msgstr "" #: ../upgrade.py:11322 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:11335 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:11337 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/ui/aboutdialog.py:334 msgid "Credits" msgstr "" #: ../raphodo/ui/aboutdialog.py:339 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:280 msgid "Backups are not configured" msgstr "" #: ../raphodo/ui/backuppanel.py:282 msgid "No backup devices detected" msgstr "" #: ../raphodo/ui/backuppanel.py:285 msgid "Valid backup locations not yet specified" msgstr "" #: ../raphodo/ui/backuppanel.py:465 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" #: ../raphodo/ui/backuppanel.py:473 msgid "Back up photos and videos when downloading" msgstr "" #: ../raphodo/ui/backuppanel.py:479 msgid "Automatically detect backup devices" msgstr "" #: ../raphodo/ui/backuppanel.py:485 msgid "" "Specify the folder in which backups are stored on the device." "

    Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" #: ../raphodo/ui/backuppanel.py:500 msgid "Photo folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:505 msgid "Video folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:510 ../raphodo/ui/nameeditor.py:1000 #: ../raphodo/ui/renamepanel.py:141 msgid "Example:" msgstr "" #: ../raphodo/ui/backuppanel.py:521 msgid "If you disable automatic detection, choose the exact backup locations." msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:532 msgid "Photo backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:542 msgid "Select Photo Backup Location" msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:554 msgid "Video backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:560 msgid "Select Video Backup Location" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:676 msgid "drive1" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:679 msgid "drive2" msgstr "" #: ../raphodo/ui/backuppanel.py:746 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/ui/backuppanel.py:751 msgid "Backup Options" msgstr "" #: ../raphodo/copyfiles.py:609 msgid "video THM" msgstr "" #: ../raphodo/copyfiles.py:619 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:104 ../raphodo/ui/devicedisplay.py:1408 #: ../raphodo/rpdfile.py:310 #, 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:112 ../raphodo/ui/devicedisplay.py:1414 #: ../raphodo/rpdfile.py:298 #, python-format msgid "%(no_videos)s Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:123 msgid "Used" msgstr "" #: ../raphodo/ui/destinationdisplay.py:124 msgid "Excess" msgstr "" #: ../raphodo/ui/destinationdisplay.py:133 ../raphodo/ui/devicedisplay.py:1440 msgid "Device size unknown" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:146 #, python-format msgid "No space free on %(size_total)s device" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:156 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/ui/destinationdisplay.py:230 ../raphodo/ui/destinationpanel.py:74 #: ../raphodo/ui/devicedisplay.py:625 ../raphodo/rapid.py:2640 #: ../raphodo/rapid.py:7587 ../raphodo/rpdfile.py:960 msgid "Photos" msgstr "" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:231 ../raphodo/ui/destinationpanel.py:78 #: ../raphodo/ui/devicedisplay.py:626 ../raphodo/rapid.py:2641 #: ../raphodo/rapid.py:7587 ../raphodo/rpdfile.py:988 #: ../raphodo/storage/storage.py:602 msgid "Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:232 msgid "Projected storage use after download" msgstr "" #. Translators: Custom refers to the user choosing a non-default value that #. they customize themselves #: ../raphodo/ui/destinationdisplay.py:355 ../raphodo/ui/nameeditor.py:587 msgid "Custom..." msgstr "" #: ../raphodo/ui/destinationdisplay.py:774 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/ui/destinationdisplay.py:776 msgid "Configure video subfolder creation" msgstr "" #: ../raphodo/ui/destinationpanel.py:90 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:113 ../raphodo/ui/destinationpanel.py:125 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1294 msgid "Probing device..." msgstr "" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Temporarily ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1313 msgid "Permanently ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1316 msgid "Rescan" msgstr "" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1437 #, python-format msgid "%s full" msgstr "" #: ../raphodo/ui/devicedisplay.py:1457 msgid "Other" msgstr "" #: ../raphodo/devices.py:603 ../raphodo/devices.py:604 msgid "Cameras" msgstr "" #: ../raphodo/devices.py:605 ../raphodo/devices.py:1256 #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 ../raphodo/rapid.py:2489 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:1006 #, 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:1073 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1229 ../raphodo/rapid.py:2212 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:1280 ../raphodo/devices.py:1300 #, 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:1318 #, 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:1326 #, python-format msgid "%(no_devices)s Devices" msgstr "" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1652 #, python-format msgid "%s + %s" msgstr "" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "\n" "In case of any problems, a red icon will appear at the bottom of the window " "indicating \n" "how many error reports there are. Clicking on it opens the Error Report " "window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 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." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "\n" "

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

    \n" "

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

    " msgstr "" #: ../raphodo/ui/didyouknow.py:133 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:140 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:147 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:154 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 \n" "metadata (where available) or according to the filesystem (as a fallback).\n" "
    2. Checked State: whether the file is marked for download.
    3. \n" "
    4. Filename: the full filename, including extension.
    5. \n" "
    6. Extension: the filename's extension. You can use this to group " "jpeg and \n" "raw images, for instance.
    7. \n" "
    8. File Type: photo or video.
    9. \n" "
    10. Device: name of the device the photos and videos are being " "downloaded \n" "from.
    11. \n" "
    " msgstr "" #: ../raphodo/ui/didyouknow.py:172 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" #: ../raphodo/ui/didyouknow.py:178 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:185 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 \n" "illustration below, the destination folders are "Pictures" and \n" ""Videos". The name of the destination folder is displayed in the " "grey bar \n" "directly above the folder tree, with a folder icon to its left and a gear " "icon to \n" "its far right.
    2. \n" "
    3. The download subfolders, which are directories that will be " "automatically \n" "generated by Rapid Photo Downloader. They need not already exist on your " "computer, but \n" "it's okay if they do. They will be generated under the destination folder.\n" "
    " msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a \n" "different destination folder for each. The same applies to the download " "subfolders for \n" "photos and videos—download photos and videos to the same subfolders, " "or use a \n" "different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:211 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:220 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to \n" "download:\n" "
      \n" "
    1. The destination folder tree shows the download subfolders already on " "your computer \n" "(those in a regular, non-italicized font), and the subfolders that will be " "created \n" "during the download (those whose names are italicized).
    2. \n" "
    3. The folder tree also shows into which subfolders the files will be " "downloaded \n" "(those colored black).
    4. \n" "
    " msgstr "" #: ../raphodo/ui/didyouknow.py:235 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following \n" "elements:\n" "
      \n" "
    1. File metadata, very often including the date the photo or video " "was created, \n" "but might also include the camera model name, camera serial number, or file " "extension \n" "e.g. JPG or CR2.
    2. \n" "
    3. A Job Code, which is free text you specify at the time the " "download occurs, \n" "such as the 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 \n" "format makes it easy to keep them sorted in a file manager, which is why " "it's the \n" "default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:254 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 \n" "preset. Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:261 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to \n" "configure your own scheme. You create your own schemes using the Photo or " "Video \n" "Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:270 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:276 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:282 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 \n" "and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:291 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 \n" "choices to generate new combinations. Supposing you wanted a date format " "that combines \n" "year (YYYY), a hyphen, and month (MM) to form YYYY-MM. You can create it " "like this \n" "(note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:300 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names \n" "in the \n" "online \n" "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:309 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. \n" "You can use them in subfolder and file names. In this illustration, some " "files have had \n" "the Job Code "Street" applied to them, and the selected files are " "about to \n" "get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:317 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 \n" "prompted to enter a Job Code for them before the download begins." msgstr "" #: ../raphodo/ui/didyouknow.py:324 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:327 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:333 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!" msgstr "" #: ../raphodo/ui/didyouknow.py:340 msgid "" "\n" "

    Four types of sequence values are available to help you assign unique " "names to your \n" "photos and 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 \n" "last time the 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 \n" "documentation.

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

    The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature \n" "on your 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 \n" "are detected, the same sequence numbers will be applied to both photo names. " "F\n" "urthermore, sequences will be updated as if the photos were one.

    \n" "

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

    \n" msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are \n" "downloaded, such as external hard drives or network shares. Backup devices " "can be \n" "automatically detected, or exact backup locations specified." msgstr "" #: ../raphodo/ui/didyouknow.py:385 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:391 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including \n" "download sources, destinations, and backups. Additionally, settings can be " "reset to \n" "their default state, and caches and remembered files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:396 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:401 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 \n" "your cameras, memory cards, and other devices.
    2. \n" "
    3. A temporary cache of files downloaded from a camera, one for " "photos and \n" "another for videos. They are located in temporary subfolders in the " "download \n" "destination.
    4. \n" "
    5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores \n" "thumbnails of RAW and TIFF photos once they have been downloaded. File " "browsers like \n" "Gnome Files use this cache as well, meaning they too will display thumbnails " "for those \n" "files. \n" "
    6. \n" "
    \n" "Read more about these caches and their effect on download performance in the " "online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:459 msgid "Tip of the Day" msgstr "" #: ../raphodo/ui/didyouknow.py:467 msgid "Did you know...?" msgstr "" #: ../raphodo/ui/didyouknow.py:498 msgid "Show tips on startup" msgstr "" #: ../raphodo/ui/didyouknow.py:502 msgid "&Next" msgstr "" #: ../raphodo/ui/didyouknow.py:503 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:454 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:584 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:643 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:645 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:650 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:652 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:657 ../raphodo/downloadtracker.py:839 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:659 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:664 ../raphodo/downloadtracker.py:869 #: ../raphodo/downloadtracker.py:877 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:666 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:845 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:847 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:850 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:852 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:884 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:886 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:889 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:891 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:918 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:920 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:923 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:925 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:80 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:150 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:187 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:206 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:211 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:213 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:214 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:215 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:216 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:217 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:218 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:229 ../raphodo/errorlog.py:371 #, 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:234 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:256 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:357 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:516 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:567 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:50 #, python-brace-format msgid "" "Please report the problem at {website}.

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

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

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

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

    Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:88 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:182 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:186 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:189 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:216 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:218 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:173 ../raphodo/thumbnaildisplay.py:2251 msgid "Open in File Browser..." msgstr "" #. type: Optional[QModelIndex] #: ../raphodo/ui/filebrowse.py:179 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:183 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:140 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:181 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:272 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:206 msgid "Date time" msgstr "" #: ../raphodo/generatenameconfig.py:207 msgid "Text" msgstr "Teks" #: ../raphodo/generatenameconfig.py:208 ../raphodo/rapid.py:2607 msgid "Filename" msgstr "Nama Berkas" #: ../raphodo/generatenameconfig.py:209 #: ../raphodo/prefs/preferencedialog.py:994 msgid "Metadata" msgstr "Metadata" #: ../raphodo/generatenameconfig.py:210 msgid "Sequences" msgstr "Urutan" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:213 msgid "Job code" msgstr "" #: ../raphodo/generatenameconfig.py:214 msgid "Image date" msgstr "Tanggal gambar" #: ../raphodo/generatenameconfig.py:215 msgid "Video date" msgstr "Tanggal video" #: ../raphodo/generatenameconfig.py:216 msgid "Today" msgstr "Hari ini" #: ../raphodo/generatenameconfig.py:217 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:220 msgid "Download time" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:223 msgid "Name" msgstr "Nama" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 ../raphodo/rapid.py:2608 msgid "Extension" msgstr "Ekstensi" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 msgid "Image number" msgstr "Jumlah gambar" #: ../raphodo/generatenameconfig.py:230 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:233 msgid "Aperture" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 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:242 msgid "Focal length" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Camera make" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera model" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 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:254 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:257 msgid "Serial number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Shutter count" msgstr "" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:262 msgid "File number" msgstr "" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:264 msgid "Folder only" msgstr "" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:266 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:269 msgid "Owner name" msgstr "" #: ../raphodo/generatenameconfig.py:270 msgid "Codec" msgstr "" #: ../raphodo/generatenameconfig.py:271 msgid "Width" msgstr "" #: ../raphodo/generatenameconfig.py:272 msgid "Height" msgstr "" #: ../raphodo/generatenameconfig.py:273 msgid "Length" msgstr "" #: ../raphodo/generatenameconfig.py:274 msgid "Frames Per Second" msgstr "" #: ../raphodo/generatenameconfig.py:275 msgid "Artist" msgstr "" #: ../raphodo/generatenameconfig.py:276 msgid "Copyright" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:279 msgid "Downloads today" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Session number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Subfolder number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Stored number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:291 msgid "Sequence letter" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:294 msgid "All digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "Last digit" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 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:303 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:306 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:309 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:312 msgid "UPPERCASE" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "lowercase" msgstr "" #: ../raphodo/generatenameconfig.py:316 msgid "One digit" msgstr "" #: ../raphodo/generatenameconfig.py:317 msgid "Two digits" msgstr "" #: ../raphodo/generatenameconfig.py:318 msgid "Three digits" msgstr "" #: ../raphodo/generatenameconfig.py:319 msgid "Four digits" msgstr "" #: ../raphodo/generatenameconfig.py:320 msgid "Five digits" msgstr "" #: ../raphodo/generatenameconfig.py:321 msgid "Six digits" msgstr "" #: ../raphodo/generatenameconfig.py:322 msgid "Seven digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:325 msgid "Subseconds" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 ../raphodo/generatenameconfig.py:415 msgid "YYYYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:416 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:334 ../raphodo/generatenameconfig.py:417 msgid "YYYY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 msgid "YYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 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:343 msgid "YY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "MMDDYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "DDMMYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 ../raphodo/generatenameconfig.py:415 #: ../raphodo/generatenameconfig.py:416 ../raphodo/generatenameconfig.py:417 #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:419 msgid "YYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 msgid "YY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "Month (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "HHMMSS" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 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:394 msgid "HH-MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "MM (minutes)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "SS" msgstr "" #: ../raphodo/generatenameconfig.py:415 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:416 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:417 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:512 #: ../raphodo/generatenameconfig.py:699 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:418 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:419 ../raphodo/jobcodepanel.py:279 #: ../raphodo/ui/nameeditor.py:926 ../raphodo/rapid.py:2260 #: ../raphodo/ui/renamepanel.py:93 ../raphodo/ui/renamepanel.py:275 msgid "Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:507 ../raphodo/generatenameconfig.py:694 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:510 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:510 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:699 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:700 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:700 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/jobcodepanel.py:90 msgid "Enter a new Job Code, or select a previous one" msgstr "" #: ../raphodo/jobcodepanel.py:98 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:108 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:121 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:123 msgid "Enter a new Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:131 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/jobcodepanel.py:144 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:148 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:186 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:190 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:251 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:255 msgid "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:259 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:264 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:269 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:278 msgid "Last Used" msgstr "" #: ../raphodo/jobcodepanel.py:283 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:286 ../raphodo/rapid.py:2615 msgid "Ascending" msgstr "" #: ../raphodo/jobcodepanel.py:287 ../raphodo/rapid.py:2616 msgid "Descending" msgstr "" #: ../raphodo/jobcodepanel.py:297 msgid "&New..." msgstr "" #: ../raphodo/jobcodepanel.py:301 msgid "&Apply" msgstr "" #: ../raphodo/jobcodepanel.py:305 msgid "&Remove" msgstr "" #: ../raphodo/jobcodepanel.py:309 ../raphodo/prefs/preferencedialog.py:288 #: ../raphodo/prefs/preferencedialog.py:324 #: ../raphodo/prefs/preferencedialog.py:781 msgid "Remove All" msgstr "" #: ../raphodo/jobcodepanel.py:512 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:515 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:578 msgid "Job Codes" msgstr "" #: ../raphodo/ui/messagewidget.py:67 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:478 ../raphodo/ui/nameeditor.py:498 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:583 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:584 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:630 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:647 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:650 ../raphodo/ui/nameeditor.py:1558 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:743 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:751 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:884 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:892 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:900 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:907 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:936 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:954 #, python-format msgid "The character
    %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:964 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:972 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:999 ../raphodo/ui/renamepanel.py:139 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1082 ../raphodo/ui/nameeditor.py:1105 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1134 ../raphodo/prefs/preferencedialog.py:1083 #: ../raphodo/wsl.py:648 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1161 msgid "Insert" msgstr "" #: ../raphodo/ui/nameeditor.py:1523 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1527 msgid "" "Do you want to save the changes in a new custom preset?

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

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

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

    The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1562 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:326 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:327 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:328 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:331 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:334 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:336 #, 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:366 ../raphodo/newversion.py:385 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:388 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:412 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:531 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:553 msgid "Downloading..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:134 msgid "Preferences" msgstr "" #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 msgid "Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Thumbnails" msgstr "Miniatur gambar" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:160 #: ../raphodo/prefs/preferencedialog.py:183 #: ../raphodo/prefs/preferencedialog.py:585 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:184 #: ../raphodo/prefs/preferencedialog.py:649 msgid "Error Handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:162 #: ../raphodo/prefs/preferencedialog.py:185 msgid "Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:163 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:164 #: ../raphodo/prefs/preferencedialog.py:186 msgid "Miscellaneous" msgstr "" #: ../raphodo/prefs/preferencedialog.py:221 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:225 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:231 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:233 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:240 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:244 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 #: ../raphodo/prefs/preferencedialog.py:310 msgid "Add..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:252 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 #: ../raphodo/prefs/preferencedialog.py:286 #: ../raphodo/prefs/preferencedialog.py:317 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove" msgstr "" #: ../raphodo/prefs/preferencedialog.py:259 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:278 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:279 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:283 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:290 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:304 msgid "Ignored Paths" msgstr "" #: ../raphodo/prefs/preferencedialog.py:306 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:313 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:320 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:327 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as well. #: ../raphodo/prefs/preferencedialog.py:338 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:345 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:387 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:400 #: ../raphodo/prefs/preferencedialog.py:505 #: ../raphodo/prefs/preferencedialog.py:553 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:408 #: ../raphodo/prefs/preferencedialog.py:575 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:416 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:417 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place the #. carriage return where you think it makes sense so that the tool tip does not #. stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:422 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading at program startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Start downloading upon device insertion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:430 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program when download completes" msgstr "" #: ../raphodo/prefs/preferencedialog.py:433 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/prefs/preferencedialog.py:465 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:470 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:473 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:477 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:480 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:489 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:490 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:530 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:536 msgid "days" msgstr "" #: ../raphodo/prefs/preferencedialog.py:537 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:550 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:559 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:562 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:588 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:598 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:601 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:615 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:629 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Skip download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:656 msgid "Add unique identifier" msgstr "" #: ../raphodo/prefs/preferencedialog.py:659 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Overwrite" msgstr "" #: ../raphodo/prefs/preferencedialog.py:668 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Skip" msgstr "" #: ../raphodo/prefs/preferencedialog.py:671 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:678 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:690 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:701 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:722 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:723 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:727 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:730 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:736 msgid "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:740 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:743 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:749 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:755 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:760 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:765 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:771 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:776 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:783 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:821 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:824 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:827 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:834 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:837 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:842 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:854 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:855 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:862 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:868 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:874 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:880 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:886 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:906 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:911 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:916 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:921 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:968 msgid "Version Check" msgstr "" #: ../raphodo/prefs/preferencedialog.py:969 msgid "Check for new version at startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:972 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/prefs/preferencedialog.py:976 msgid "Include development releases" msgstr "" #: ../raphodo/prefs/preferencedialog.py:978 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/prefs/preferencedialog.py:996 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:999 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1006 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1008 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1034 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1140 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1423 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1585 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1590 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1605 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1610 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1929 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1931 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1933 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1947 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1949 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1951 msgid "Path:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1965 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1966 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1967 ../raphodo/ui/renamepanel.py:140 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1982 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1987 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1996 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:736 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:740 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:747 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" #: ../raphodo/ui/primarybutton.py:124 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 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:249 ../raphodo/proximity.py:278 #: ../raphodo/proximity.py:313 ../raphodo/proximity.py:319 #, 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:267 #, 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:288 ../raphodo/proximity.py:294 #: ../raphodo/proximity.py:1123 ../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:303 ../raphodo/proximity.py:307 #: ../raphodo/proximity.py:1130 ../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:328 #, 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:339 #, 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:473 #, 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:1135 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1893 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:1952 #, 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:1956 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:1962 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2101 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:2106 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2109 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2110 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2112 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:2568 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:473 ../raphodo/rapid.py:871 ../raphodo/rapid.py:4656 #: ../raphodo/rapid.py:4879 ../raphodo/rapid.py:4898 ../raphodo/rapid.py:4921 #: ../raphodo/rapid.py:4928 ../raphodo/rapid.py:5605 ../raphodo/rapid.py:6228 #: ../raphodo/rapid.py:7448 ../raphodo/ui/rememberthisdialog.py:112 #: ../raphodo/ui/viewutils.py:743 #: ../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:1156 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:1167 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1176 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:1188 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1367 #, python-format msgid "" "Cannot download from Apple devices

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

    Missing applications: " "%(applications)s

    Learn more about which software to install." msgstr "" #: ../raphodo/rapid.py:1766 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1769 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1778 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1782 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1786 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1804 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1806 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1824 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1827 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1873 msgid "" "\n" "

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

    \n" "

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

    " msgstr "" #: ../raphodo/rapid.py:1883 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1894 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1897 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1898 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1901 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in the future #: ../raphodo/rapid.py:1906 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:2110 ../raphodo/rapid.py:2913 msgid "Download" msgstr "Unduh" #: ../raphodo/rapid.py:2114 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:2118 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:2122 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:2127 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:2131 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:2136 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:2139 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:2143 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:2146 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:2149 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:2152 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:2157 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:2160 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:2249 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:2257 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:2259 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:2261 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2485 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2504 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2507 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2521 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2599 msgid "All" msgstr "" #: ../raphodo/rapid.py:2600 msgid "New" msgstr "" #: ../raphodo/rapid.py:2602 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2605 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2606 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2609 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2610 msgid "Device" msgstr "Perangkat" #: ../raphodo/rapid.py:2612 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2628 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:2893 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2909 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2911 msgid "Pause" msgstr "Jeda" #: ../raphodo/rapid.py:3048 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:3149 #, 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:3243 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:3257 #, 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:3345 msgid "" "\n" "Downloading all files

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

    \n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3510 #, 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:3513 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Folder unduh ini tidak valid:\n" "%s" #: ../raphodo/rapid.py:3516 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3517 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3535 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:3546 ../raphodo/rapid.py:3560 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3548 ../raphodo/rpdfile.py:179 msgid "photos" msgstr "" #: ../raphodo/rapid.py:3562 ../raphodo/rpdfile.py:174 msgid "videos" msgstr "" #: ../raphodo/rapid.py:3572 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:3588 ../raphodo/rapid.py:3604 #, 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:3591 ../raphodo/rpdfile.py:181 ../raphodo/rpdfile.py:850 msgid "photo" msgstr "" #: ../raphodo/rapid.py:3607 ../raphodo/rpdfile.py:176 ../raphodo/rpdfile.py:912 msgid "video" msgstr "" #: ../raphodo/rapid.py:3615 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:4446 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4526 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4536 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "" #: ../raphodo/rapid.py:4542 ../raphodo/rapid.py:4649 msgid "warnings" msgstr "" #: ../raphodo/rapid.py:4577 msgid "All downloads complete" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4587 ../raphodo/rapid.py:4602 ../raphodo/rapid.py:4618 #: ../raphodo/rapid.py:4633 ../raphodo/rapid.py:4648 #, 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:4592 ../raphodo/rapid.py:4623 #, 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:4607 ../raphodo/rapid.py:4638 #, python-format msgid "%(filetype)s failed to download" msgstr "" #: ../raphodo/rapid.py:4674 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4676 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4681 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4683 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4708 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4715 #, 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:4724 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4726 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4766 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4885 #, 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:4904 #, 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:4924 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4935 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4936 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:5028 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:5031 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:5035 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:5040 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5577 #, 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:5612 #, 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:5774 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5776 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5778 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5780 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5781 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5782 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5866 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:6211 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6215 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:6221 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6225 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6644 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6648 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:6704 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6711 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6725 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6737 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:7034 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:7041 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7047 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7054 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:7060 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:7066 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:7074 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:7082 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:7087 ../raphodo/rapid.py:7094 ../raphodo/rapid.py:7101 #: ../raphodo/rapid.py:7145 ../raphodo/rapid.py:7155 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:7089 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:7096 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7103 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7110 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:7116 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:7121 ../raphodo/rapid.py:7133 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:7124 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:7136 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:7148 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7158 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7166 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:7176 msgid "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:7183 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:7190 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:7199 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:7207 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:7214 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7223 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:7231 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:7237 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:7244 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:7254 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:7347 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7358 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:7365 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7436 #, python-format msgid "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7451 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7541 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7546 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7561 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:7636 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:7841 msgid "All settings and caches have been reset." msgstr "" #: ../raphodo/rapid.py:7849 msgid "Thumbnail Cache has been reset." msgstr "" #: ../raphodo/rapid.py:7855 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:80 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:87 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:626 msgid "subfolder and filename" msgstr "" #: ../raphodo/renameandmovefile.py:628 msgid "filename" msgstr "" #: ../raphodo/renameandmovefile.py:630 msgid "subfolder" msgstr "" #: ../raphodo/ui/renamepanel.py:327 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:328 msgid "Downloads today:" msgstr "" #: ../raphodo/ui/renamepanel.py:350 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:351 msgid "Stored number:" msgstr "" #: ../raphodo/ui/renamepanel.py:363 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:365 msgid "Day start:" msgstr "" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:375 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:379 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:384 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:395 msgid "Strip incompatible characters" msgstr "" #: ../raphodo/ui/renamepanel.py:400 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:404 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:484 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:488 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:492 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "foto dan video" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "foto dan video" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:273 #, python-format msgid "%(number)s %(filetypes)s" msgstr "" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:302 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:304 msgid "1 Video" msgstr "" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:314 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:316 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:830 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:851 msgid "Photo" msgstr "Foto" #: ../raphodo/rpdfile.py:913 msgid "Video" msgstr "Video" #: ../raphodo/storage/storage.py:251 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:589 msgid "Pictures" msgstr "" #: ../raphodo/sudocommand.py:93 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:100 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:140 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:583 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:593 #, 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:605 ../raphodo/thumbnaildisplay.py:668 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:623 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:628 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:635 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:682 #, python-format msgid "

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

    Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2254 msgid "Copy Path" msgstr "" #: ../raphodo/thumbnaildisplay.py:2260 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2265 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:215 msgid "B" msgstr "" #: ../raphodo/utilities.py:216 msgid "KB" msgstr "" #: ../raphodo/utilities.py:217 msgid "MB" msgstr "" #: ../raphodo/utilities.py:218 msgid "GB" msgstr "" #: ../raphodo/utilities.py:219 msgid "TB" msgstr "" #: ../raphodo/utilities.py:220 msgid "PB" msgstr "" #: ../raphodo/utilities.py:221 msgid "EB" msgstr "" #: ../raphodo/utilities.py:222 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:223 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:486 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:570 msgid "one" msgstr "" #: ../raphodo/utilities.py:571 msgid "two" msgstr "" #: ../raphodo/utilities.py:572 msgid "three" msgstr "" #: ../raphodo/utilities.py:573 msgid "four" msgstr "" #: ../raphodo/utilities.py:574 msgid "five" msgstr "" #: ../raphodo/utilities.py:575 msgid "six" msgstr "" #: ../raphodo/utilities.py:576 msgid "seven" msgstr "" #: ../raphodo/utilities.py:577 msgid "eight" msgstr "" #: ../raphodo/utilities.py:578 msgid "nine" msgstr "" #: ../raphodo/utilities.py:579 msgid "ten" msgstr "" #: ../raphodo/utilities.py:580 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:581 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:582 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:583 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:584 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:585 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:586 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:587 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:588 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:589 msgid "twenty" msgstr "" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&OK" msgstr "" #: ../raphodo/ui/viewutils.py:680 ../raphodo/ui/viewutils.py:700 msgid "&Save" msgstr "" #: ../raphodo/ui/viewutils.py:681 msgid "&Help" msgstr "" #: ../raphodo/ui/viewutils.py:682 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:683 ../raphodo/ui/viewutils.py:701 msgid "&Yes" msgstr "" #: ../raphodo/ui/viewutils.py:684 ../raphodo/ui/viewutils.py:702 msgid "&No" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:105 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:109 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:115 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:309 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:314 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:321 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:390 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:403 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:558 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:562 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:566 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:570 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:594 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:596 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:598 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:638 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:652 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1459 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1463 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1606 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1612 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;" "memory;card;" msgstr "" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "" #~ msgid "Size" #~ msgstr "Ukuran" #~ 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" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/po/it.po0000644000175000017500000056125400000000000016556 0ustar00damondamon# Italian translation for rapid # Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2009. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2022-03-02 13:05+0000\n" "PO-Revision-Date: 2022-02-21 17:12+0000\n" "Last-Translator: Phil Clifford \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: 2022-03-05 16:16+0000\n" "X-Generator: Launchpad (build 61f4697954ab70d633d14d8ceecff69a20b08a6b)\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:406 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:642 ../install.py:4330 msgid "Installer not found:" msgstr "Installatore non trovato:" #. Translators: do not translate the term tar.gz #: ../install.py:646 ../install.py:4334 msgid "Installer not in tar.gz format:" msgstr "Installatore non in formato tar.gz:" #: ../install.py:728 ../install.py:757 ../install.py:4210 ../install.py:4215 msgid "Exiting..." msgstr "In chiusura..." #: ../install.py:979 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:1065 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:1357 ../install.py:4290 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:1467 #, 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:1610 msgid "The following command will be run:" msgstr "Sarà eseguito il seguente comando:" #. Translators: do not translate the term sudo #: ../install.py:1614 ../install.py:3834 ../install.py:3841 msgid "sudo may prompt you for the sudo password." msgstr "sudo potrà chiedervi la password di sudo." #: ../install.py:1618 msgid "Would you like to run the command now?" msgstr "Vuoi eseguire ora il comando?" #: ../install.py:1620 msgid "Answer is not yes, exiting." msgstr "La risposta non è Sì, uscire." #: ../install.py:1631 ../install.py:2259 ../install.py:2318 ../install.py:2793 msgid "Command failed" msgstr "Comando fallito" #: ../install.py:1633 ../install.py:2260 ../install.py:2319 ../install.py:2794 msgid "Exiting" msgstr "Uscita" #: ../install.py:1661 msgid "The Universe repository must be enabled." msgstr "Il repository dell'Universo deve essere abilitato." #. Translators: do not translate the term EPEL #: ../install.py:1701 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:1749 msgid "The RPM Fusion Free repository must be enabled." msgstr "Il repository dell'RPM Fusion Free deve essere abilitato." #: ../install.py:1790 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:2237 ../install.py:2267 ../install.py:2299 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:2252 msgid "Uninstalling system package" msgstr "Disinstallazione del pacchetto di sistema" #: ../install.py:2277 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:2324 msgid "Checking if previous version installed with pip..." msgstr "Verifica se una precedente versione è installata con pip..." #: ../install.py:2477 ../install.py:2534 ../install.py:2650 msgid "The following package is unknown on your system: {}\n" msgstr "Il seguente pacchetto è sconosciuto sul vostro sistema: {}\n" #: ../install.py:2548 ../install.py:2706 ../install.py:2803 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:2642 ../install.py:2663 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:2785 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:2852 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2862 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:2873 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2923 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:2931 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:2937 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:2942 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:2950 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:2958 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:2982 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:3000 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:3011 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:3048 msgid "Failed to download versions file." msgstr "" "Si è verificato un errore nella creazione della sottocartella di download." #: ../install.py:3053 msgid "Got error code {} while accessing versions file" msgstr "Codice d'errore {} accedendo al file versioni" #: ../install.py:3170 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:3324 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:3330 msgid "Received error code" msgstr "Ricevuto codice di errore" #: ../install.py:3332 msgid "Failed to install application requirements: exiting." msgstr "Installazione dell'applicazione fallita: uscita." #: ../install.py:3334 msgid "Failed to install application: exiting..." msgstr "Installazione dell'applicazione fallita: uscita..." #: ../install.py:3658 msgid "Installing application requirements..." msgstr "Requisiti dell'applicazione in installazione..." #: ../install.py:3693 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #: ../install.py:3710 msgid "Installing application..." msgstr "Applicazione in installazione..." #: ../install.py:3797 msgid "Do you want Rapid Photo Downloader to appear in the Windows menu?" msgstr "" #: ../install.py:3803 msgid "Adding Rapid Photo Downloader to the Windows menu" msgstr "" #: ../install.py:3813 msgid "Failed to copy application launcher." msgstr "" #: ../install.py:3824 msgid "Man pages can be found in {}/share/man/man1" msgstr "La documentazione si può trovare in {}/share/man/man1" #: ../install.py:3829 msgid "Do you want to install the application's man pages?" msgstr "Volete installare le pagine di documentazione dell'applicazione?" #: ../install.py:3830 msgid "They will be installed into {}" msgstr "Questi saranno installati in {}" #: ../install.py:3832 ../install.py:3839 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" "Se disinstallate l'applicazione, rimuovete voi stessi questa documentazione." #: ../install.py:3835 msgid "Do want to install the man pages?" msgstr "Volete installare la documentazione?" #: ../install.py:3837 msgid "Installing man pages into {}" msgstr "Documentazione in installazione in {}" #: ../install.py:3855 msgid "Failed to create man page directory: exiting." msgstr "" "Fallita la creazione della cartella per la documentazione: in uscita." #: ../install.py:3876 msgid "Failed to copy man page." msgstr "Fallita la copia della documentazione." #: ../install.py:3915 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:3928 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:3934 msgid "" "You may have to restart WSL to be able to run the program from the command " "line." msgstr "" #: ../install.py:3944 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line." msgstr "" #: ../install.py:3949 #, 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:3971 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:3973 msgid "Done." msgstr "Fatto." #: ../install.py:3987 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:4043 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" #. Translators: do not translate the terms --PyQt5-version or --use-system-PyQt5 #: ../install.py:4055 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:4067 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:4081 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:4097 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:4111 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:4124 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:4134 msgid "Using virtual environment for installation using pip." msgstr "Utilizzare l'ambiente virtuale per l'installazione con pip." #: ../install.py:4139 ../install.py:4153 msgid "Do not include any other command line arguments when specifying" msgstr "Non includere altri argomenti da linea di comando" #: ../install.py:4172 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:4180 msgid "Restarting script using system python..." msgstr "Riavviare lo script utilizzando system python..." #: ../install.py:4193 msgid "Detected Linux distribution {} {}" msgstr "Rilevata la distribuzione Linux {} {}" #: ../install.py:4231 msgid "To continue, the package python3-apt must be installed." msgstr "Per continuare deve essere installato il pacchetto python3-apt." #: ../install.py:4263 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:4275 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:4324 msgid "Installing python requests" msgstr "Phyton requests in installazione" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "Aggiorna Rapid Photo Downloader" #: ../upgrade.py:647 ../raphodo/ui/viewutils.py:679 #: ../raphodo/ui/viewutils.py:699 msgid "&Cancel" msgstr "&Annulla" #: ../upgrade.py:651 msgid "&Upgrade" msgstr "A&ggiorna" #: ../upgrade.py:656 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "Clicca il pulsante Aggiorna per aggiornare alla versione %s." #: ../upgrade.py:659 msgid "Click the Upgrade button to start the upgrade." msgstr "Clicca il pulsante Aggiorna per iniziare l'aggiornamento." #: ../upgrade.py:662 ../upgrade.py:668 ../raphodo/ui/viewutils.py:678 #: ../raphodo/ui/viewutils.py:698 msgid "&Close" msgstr "&Chiudi" #: ../upgrade.py:663 msgid "&Run" msgstr "&Esegui" #: ../upgrade.py:693 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" "Chiudi Rapid Photo Downloader prima di effettuare questo aggiornamento." #: ../upgrade.py:696 msgid "Upgrade running..." msgstr "Aggiornamento in esecuzione..." #: ../upgrade.py:732 #, 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:737 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:741 msgid "Upgrade failed. Click Close to exit." msgstr "Aggiornamento fallito, Clicca Chiudi per uscire." #: ../upgrade.py:11330 #, python-format msgid "Upgrading %s..." msgstr "%s in aggiornamento..." #: ../upgrade.py:11332 msgid "Press any key to continue..." msgstr "Premere un tasto qualsiasi per continuare..." #: ../upgrade.py:11345 msgid "Rapid Photo Downloader upgrade failed" msgstr "Aggiornamento di Rapid Photo Downloader fallito" #: ../upgrade.py:11347 #, 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/ui/aboutdialog.py:334 msgid "Credits" msgstr "Riconoscimenti" #: ../raphodo/ui/aboutdialog.py:339 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:280 msgid "Backups are not configured" msgstr "Nessun backup configurato" #: ../raphodo/ui/backuppanel.py:282 msgid "No backup devices detected" msgstr "Non è stato rilevato alcun dispositivo di backup" #: ../raphodo/ui/backuppanel.py:285 msgid "Valid backup locations not yet specified" msgstr "Nessuna posizione valida per i backup è stata specificata" #: ../raphodo/ui/backuppanel.py:465 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Durante il download è possibile effettuare il backup delle foto e dei video " "in posizioni multiple, come ad esempio su dischi esterni." #: ../raphodo/ui/backuppanel.py:473 msgid "Back up photos and videos when downloading" msgstr "Effettua il backup delle foto e dei video durante il download" #: ../raphodo/ui/backuppanel.py:479 msgid "Automatically detect backup devices" msgstr "Rileva automaticamente i dispositivi di backup" #: ../raphodo/ui/backuppanel.py:485 msgid "" "Specify the folder in which backups are stored on the " "device.

    Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" "Specificare la cartella per il salvataggio dei backup su " "dispositivo.

    Nota: la presenza di una cartella con questo nome è " "necessaria per determinare se il dispositivo è utilizzato per il backup. Per " "ogni dispositivo che desideri utilizzare per il backup, crea una cartella in " "esso con uno di questi nomi. Aggiungendo entrambe le cartelle, lo stesso " "dispositivo potrà essere utilizzato per il backup di fotografie e video." #: ../raphodo/ui/backuppanel.py:500 msgid "Photo folder name:" msgstr "Nome cartella foto:" #: ../raphodo/ui/backuppanel.py:505 msgid "Video folder name:" msgstr "Nome cartella video:" #: ../raphodo/ui/backuppanel.py:510 ../raphodo/ui/nameeditor.py:1000 #: ../raphodo/ui/renamepanel.py:141 msgid "Example:" msgstr "Esempio:" #: ../raphodo/ui/backuppanel.py:521 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" "Se si disabilita la rilevazione automatica, scegliere le posizioni esatte " "del salvataggio." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:532 msgid "Photo backup location:" msgstr "Posizione del salvataggio delle fotografie:" #: ../raphodo/ui/backuppanel.py:542 msgid "Select Photo Backup Location" msgstr "Seleziona posizione backup foto" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:554 msgid "Video backup location:" msgstr "Posizione del salvataggio dei video:" #: ../raphodo/ui/backuppanel.py:560 msgid "Select Video Backup Location" msgstr "Seleziona posizione backup video" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:676 msgid "drive1" msgstr "unità1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:679 msgid "drive2" msgstr "unità2" #: ../raphodo/ui/backuppanel.py:746 msgid "Projected Backup Storage Use" msgstr "Utilizzo previsto dei backup" #: ../raphodo/ui/backuppanel.py:751 msgid "Backup Options" msgstr "Opzioni backup" #: ../raphodo/copyfiles.py:610 msgid "video THM" msgstr "video THM" #: ../raphodo/copyfiles.py:620 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:104 ../raphodo/ui/devicedisplay.py:1408 #: ../raphodo/rpdfile.py:310 #, 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:112 ../raphodo/ui/devicedisplay.py:1414 #: ../raphodo/rpdfile.py:298 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s video" #: ../raphodo/ui/destinationdisplay.py:123 msgid "Used" msgstr "Utilizzati" #: ../raphodo/ui/destinationdisplay.py:124 msgid "Excess" msgstr "Eccesso" #: ../raphodo/ui/destinationdisplay.py:133 ../raphodo/ui/devicedisplay.py:1440 msgid "Device size unknown" msgstr "Dimensione dispositivo sconosciuta" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:146 #, python-format msgid "No space free on %(size_total)s device" msgstr "Nessun spazio disponibile su %(size_total)s della periferica" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:156 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s liberi su %(size_total)s" #: ../raphodo/ui/destinationdisplay.py:230 ../raphodo/ui/destinationpanel.py:74 #: ../raphodo/ui/devicedisplay.py:625 ../raphodo/rapid.py:2641 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:960 msgid "Photos" msgstr "Foto" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:231 ../raphodo/ui/destinationpanel.py:78 #: ../raphodo/ui/devicedisplay.py:626 ../raphodo/rapid.py:2642 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:988 #: ../raphodo/storage/storage.py:602 msgid "Videos" msgstr "Video" #: ../raphodo/ui/destinationdisplay.py:232 msgid "Projected storage use after download" msgstr "Spazio in uso previsto dopo lo scaricamento" #. Translators: Custom refers to the user choosing a non-default value that #. they customize themselves #: ../raphodo/ui/destinationdisplay.py:355 ../raphodo/ui/nameeditor.py:587 msgid "Custom..." msgstr "Personalizzato..." #: ../raphodo/ui/destinationdisplay.py:774 msgid "Configure photo subfolder creation" msgstr "Configura la creazione delle sottocartelle per le foto" #: ../raphodo/ui/destinationdisplay.py:776 msgid "Configure video subfolder creation" msgstr "Configura la creazione delle sottocartelle per i video" #: ../raphodo/ui/destinationpanel.py:90 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:113 ../raphodo/ui/destinationpanel.py:125 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1294 msgid "Probing device..." msgstr "Test dispositivo..." #: ../raphodo/ui/devicedisplay.py:1309 msgid "Temporarily ignore this device" msgstr "Ignora temporaneamente il dispositivo" #: ../raphodo/ui/devicedisplay.py:1313 msgid "Permanently ignore this device" msgstr "Ignora permanentemente il dispositivo" #: ../raphodo/ui/devicedisplay.py:1316 msgid "Rescan" msgstr "Analizza di nuovo" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1437 #, python-format msgid "%s full" msgstr "%s pieno" #: ../raphodo/ui/devicedisplay.py:1457 msgid "Other" msgstr "Altro" #: ../raphodo/devices.py:603 ../raphodo/devices.py:604 msgid "Cameras" msgstr "Camere" #: ../raphodo/devices.py:605 ../raphodo/devices.py:1256 #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 ../raphodo/rapid.py:2490 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:1006 #, 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:1073 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1229 ../raphodo/rapid.py:2213 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:1280 ../raphodo/devices.py:1300 #, 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:1318 #, 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:1326 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s dispositivi" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1652 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" "Clicca sulla casella corrispondente al file da marcare o demarcare per il " "download." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "I file che sono stati già scaricati sono contrassegnati. Puoi ancora marcare " "i file che sono stati scaricati in precedenza, i quali sono demarcati per " "default, le loro immagini di anteprima saranno offuscate per permetterti di " "distinguerli dai files che non sono ancora stati scaricati." #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" "Se più di un file è selezionato, tutti quelli la cui casella è stata " "cliccata saranno contrassegnati, indipendentemente da precedenti " "contrassegni." #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" "Clicca sulla casella di spunta di un dispositivo per velocemente " "contrassegnare o togliere il contrassegno di scaricamento a tutti i suoi " "file." #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" "Quando termina uno scaricamento, un'icona sostituisce la casella di spunta. " "Il colore dell'icona indica se lo scaricamento ha avuto successo (verde), ha " "avuto problemi di rinomina (giallo/arancione) oppure è fallito (rosso)." #: ../raphodo/ui/didyouknow.py:91 msgid "" "\n" "In case of any problems, a red icon will appear at the bottom of the window " "indicating \n" "how many error reports there are. Clicking on it opens the Error Report " "window." 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." #: ../raphodo/ui/didyouknow.py:97 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." 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." #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" "Potete scaricare simultaneamente da più camere, smartphone, schede di " "memoria e dischi—tanti dispositivi quanti ne può gestire " "contemporaneamente il vostro computer." #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" "La Linea temporale raggruppa foto e video in base al tempo intercorso " "fra scatti consecutivi. Usatelo per identificare foto e video scattati in " "differenti momenti della giornata o in giorni consecutivi." #: ../raphodo/ui/didyouknow.py:123 msgid "" "\n" "

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

    \n" "

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

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

    " #: ../raphodo/ui/didyouknow.py:133 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:140 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" "Uno scaricamento comprende sempre tutti i file marcati per lo scaricamento, " "compresi quelli eventualmente non mostrati dalla Linea temporale usata." #: ../raphodo/ui/didyouknow.py:147 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" "Puoi nascondere o mostrare le sorgenti scaricate cliccando sul nome del " "dispositivo dal quale stai scaricando nell'angolo in alto a sinistra della " "finestra del programma." #: ../raphodo/ui/didyouknow.py:154 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 \n" "metadata (where 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 \n" "raw images, for instance.
    8. \n" "
    9. File Type: photo or video.
    10. \n" "
    11. Device: name of the device the photos and videos are being " "downloaded \n" "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/ui/didyouknow.py:172 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" "Una delle più utili funzionalità di Rapid Photo Downloader è la possibilità " "di creare cartelle per lo scaricamento e rinominare i file scaricati, " "secondo uno schema di vostra scelta." #: ../raphodo/ui/didyouknow.py:178 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" "Per specificare dove scaricare i file e come rinominarli, aprire il pannello " "appropriato, a destra della finestra dell'applicazione: Destinazione, " "Rinomkina, or Codice del lavoro." #: ../raphodo/ui/didyouknow.py:185 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 \n" "illustration below, the destination folders are "Pictures" and \n" ""Videos". The name of the destination folder is displayed in the " "grey bar \n" "directly above the folder tree, with a folder icon to its left and a gear " "icon to \n" "its far right.
    2. \n" "
    3. The download subfolders, which are directories that will be " "automatically \n" "generated by Rapid Photo Downloader. They need not already exist on your " "computer, but \n" "it's okay if they do. They will be generated under the destination " "folder.
    4. \n" "
    " msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a \n" "different destination folder for each. The same applies to the download " "subfolders for \n" "photos and videos—download photos and videos to the same subfolders, " "or use a \n" "different scheme for each type." 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." #: ../raphodo/ui/didyouknow.py:211 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" "Le cartelle create automaticamente per lo scaricamento, possono contenere " "sottocartelle se necessario. Uno schema comune consiste nel creare cartelle " "per anno contenenti sottocartelle per anno-mese-giorno." #: ../raphodo/ui/didyouknow.py:220 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to \n" "download:\n" "
      \n" "
    1. The destination folder tree shows the download subfolders already on " "your computer \n" "(those in a regular, non-italicized font), and the subfolders that will be " "created \n" "during the download (those whose names are italicized).
    2. \n" "
    3. The folder tree also shows into which subfolders the files will be " "downloaded \n" "(those colored black).
    4. \n" "
    " msgstr "" #: ../raphodo/ui/didyouknow.py:235 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following \n" "elements:\n" "
      \n" "
    1. File metadata, very often including the date the photo or video " "was created, \n" "but might also include the camera model name, camera serial number, or file " "extension \n" "e.g. JPG or CR2.
    2. \n" "
    3. A Job Code, which is free text you specify at the time the " "download occurs, \n" "such as the 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 \n" "format makes it easy to keep them sorted in a file manager, which is why " "it's the \n" "default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:254 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 \n" "preset. Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:261 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to \n" "configure your own scheme. You create your own schemes using the Photo or " "Video \n" "Subfolder Generation Editor:" 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:" #: ../raphodo/ui/didyouknow.py:270 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" "E' facile scaricare immagini raw in una cartella e immagini jpeg in " "un'altra. Usate semplicemente Estensione File come parte dello " "schema di generazione della sottocartella di scaricamento:" #: ../raphodo/ui/didyouknow.py:276 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:282 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 \n" "and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:291 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 \n" "choices to generate new combinations. Supposing you wanted a date format " "that combines \n" "year (YYYY), a hyphen, and month (MM) to form YYYY-MM. You can create it " "like this \n" "(note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:300 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names \n" "in the \n" "online " "\n" "documentation." msgstr "" "\n" "Leggete di più sulle modalità di creazione delle sottocartelle di " "scaricamento e riniomina dei file su online " "documentation." #: ../raphodo/ui/didyouknow.py:309 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. \n" "You can use them in subfolder and file names. In this illustration, some " "files have had \n" "the Job Code "Street" applied to them, and the selected files are " "about to \n" "get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:317 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 \n" "prompted to enter a Job Code for them before the download begins." msgstr "" #: ../raphodo/ui/didyouknow.py:324 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:327 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:333 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!" 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." #: ../raphodo/ui/didyouknow.py:340 msgid "" "\n" "

    Four types of sequence values are available to help you assign unique " "names to your \n" "photos and 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 \n" "last time the 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 \n" "documentation.

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

    The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature \n" "on your 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 \n" "are detected, the same sequence numbers will be applied to both photo names. " "F\n" "urthermore, sequences will be updated as if the photos were one.

    \n" "

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

    \n" msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are \n" "downloaded, such as external hard drives or network shares. Backup devices " "can be \n" "automatically detected, or exact backup locations specified." msgstr "" "\n" "Durante il download è possibile effettuare il backup delle foto e dei video " "in posizioni multiple, come ad esempio su dischi esterni." #: ../raphodo/ui/didyouknow.py:385 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:391 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including \n" "download sources, destinations, and backups. Additionally, settings can be " "reset to \n" "their default state, and caches and remembered files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:396 msgid "You can also import program preferences from the older 0.4 version." msgstr "" "Potete importare le preferenze del programma dalla vecchia versione 0.4." #: ../raphodo/ui/didyouknow.py:401 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 \n" "your cameras, memory cards, and other devices.
    2. \n" "
    3. A temporary cache of files downloaded from a camera, one for " "photos and \n" "another for videos. They are located in temporary subfolders in the download " "\n" "destination.
    4. \n" "
    5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores \n" "thumbnails of RAW and TIFF photos once they have been downloaded. File " "browsers like \n" "Gnome Files use this cache as well, meaning they too will display thumbnails " "for those \n" "files. \n" "
    6. \n" "
    \n" "Read more about these caches and their effect on download performance in the " "online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:459 msgid "Tip of the Day" msgstr "Suggerimento del giorno" #: ../raphodo/ui/didyouknow.py:467 msgid "Did you know...?" msgstr "Lo sapete..?" #: ../raphodo/ui/didyouknow.py:498 msgid "Show tips on startup" msgstr "Mostra suggerimenti all'avvio" #: ../raphodo/ui/didyouknow.py:502 msgid "&Next" msgstr "&Successivo" #: ../raphodo/ui/didyouknow.py:503 msgid "&Previous" msgstr "&Precedente" #: ../raphodo/downloadtracker.py:454 msgid "MB/sec" msgstr "MB/s" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:584 msgid "A few seconds" msgstr "Alcuni secondi" #: ../raphodo/downloadtracker.py:643 msgid "1 second" msgstr "Un secondo" #: ../raphodo/downloadtracker.py:645 #, python-format msgid "%d seconds" msgstr "%d secondi" #: ../raphodo/downloadtracker.py:650 msgid "1 minute" msgstr "un minuto" #: ../raphodo/downloadtracker.py:652 #, python-format msgid "%d minutes" msgstr "%d minuti" #: ../raphodo/downloadtracker.py:657 ../raphodo/downloadtracker.py:839 msgid "1 hour" msgstr "Un'ora" #: ../raphodo/downloadtracker.py:659 #, python-format msgid "%d hours" msgstr "%d ore" #: ../raphodo/downloadtracker.py:664 ../raphodo/downloadtracker.py:869 #: ../raphodo/downloadtracker.py:877 msgid "1 day" msgstr "un giorno" #: ../raphodo/downloadtracker.py:666 #, python-format msgid "%d days" msgstr "%d giorni" #: ../raphodo/downloadtracker.py:845 msgid "1 minute, 1 second" msgstr "un minuto e un secondo" #: ../raphodo/downloadtracker.py:847 #, python-format msgid "1 minute, %d seconds" msgstr "un minuto e %d secondi" #: ../raphodo/downloadtracker.py:850 #, python-format msgid "%d minutes, 1 second" msgstr "%d minuti e un secondo" #: ../raphodo/downloadtracker.py:852 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:884 msgid "1 hour, 1 minute" msgstr "un'ora e un minuto" #: ../raphodo/downloadtracker.py:886 #, python-format msgid "1 hour, %d minutes" msgstr "un'ora e %d minuti" #: ../raphodo/downloadtracker.py:889 #, python-format msgid "%d hours, 1 minute" msgstr "%d ore e un minuto" #: ../raphodo/downloadtracker.py:891 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:918 msgid "1 day, 1 hour" msgstr "un giorno e un'oira" #: ../raphodo/downloadtracker.py:920 #, python-format msgid "1 day, %d hours" msgstr "un giorno e %d ore" #: ../raphodo/downloadtracker.py:923 #, python-format msgid "%d days, 1 hour" msgstr "%d giorni e un'ora" #: ../raphodo/downloadtracker.py:925 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:80 msgid "Find" msgstr "Cerca" #: ../raphodo/errorlog.py:150 msgid "Error Reports - Rapid Photo Downloader" msgstr "Report errori - Rapid Photo Downloader" #: ../raphodo/errorlog.py:187 msgid "Find in reports" msgstr "Cerca nei report" #: ../raphodo/errorlog.py:206 msgid "Find the previous occurrence of the phrase" msgstr "Trova l'occorrenza precedente della frase" #: ../raphodo/errorlog.py:211 msgid "Find the next occurrence of the phrase" msgstr "Trova l'occorrenza successiva della frase" #: ../raphodo/errorlog.py:213 msgid "&Highlight All" msgstr "E&videnzia tutto" #: ../raphodo/errorlog.py:214 msgid "Highlight all occurrences of the phrase" msgstr "Evidenzia tutte le occorrenze della frase" #: ../raphodo/errorlog.py:215 msgid "&Match Case" msgstr "&Maiuscole/minuscole" #: ../raphodo/errorlog.py:216 msgid "Search with case sensitivity" msgstr "Cerca &Maiuscole/minuscole" #: ../raphodo/errorlog.py:217 msgid "&Whole Words" msgstr "Parole &intere" #: ../raphodo/errorlog.py:218 msgid "Search whole words only" msgstr "Cerca solo parole intere" #: ../raphodo/errorlog.py:229 ../raphodo/errorlog.py:371 #, 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:234 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:256 msgid "Clear" msgstr "Pulisci" #: ../raphodo/errorlog.py:357 msgid "Phrase not found" msgstr "Frase non trovata" #: ../raphodo/errorlog.py:516 msgid "Search pending..." msgstr "Ricerca in corso..." #: ../raphodo/errorlog.py:567 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:50 #, python-brace-format msgid "" "Please report the problem at {website}.

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

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

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

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

    Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:88 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:182 msgid "Problem in Rapid Photo Downloader" msgstr "Problema in Rapid Photo Downloader" #: ../raphodo/excepthook.py:186 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:189 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:216 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "C'è stato un problema in Rapid Photo Downloader\n" #: ../raphodo/excepthook.py:218 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:173 ../raphodo/thumbnaildisplay.py:2254 msgid "Open in File Browser..." msgstr "" #. type: Optional[QModelIndex] #: ../raphodo/ui/filebrowse.py:179 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:183 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:140 msgid "File System" msgstr "File system" #: ../raphodo/foldercombo.py:181 msgid "Other..." msgstr "Altro..." #: ../raphodo/foldercombo.py:272 #, python-format msgid "%s (location does not exist)" msgstr "%s (la posizione non esiste)" #: ../raphodo/generatenameconfig.py:206 msgid "Date time" msgstr "Data e ora" #: ../raphodo/generatenameconfig.py:207 msgid "Text" msgstr "Testo" #: ../raphodo/generatenameconfig.py:208 ../raphodo/rapid.py:2608 msgid "Filename" msgstr "Nome file" #: ../raphodo/generatenameconfig.py:209 #: ../raphodo/prefs/preferencedialog.py:994 msgid "Metadata" msgstr "Meta-dati" #: ../raphodo/generatenameconfig.py:210 msgid "Sequences" msgstr "Ordinamenti" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:213 msgid "Job code" msgstr "Codice lavoro" #: ../raphodo/generatenameconfig.py:214 msgid "Image date" msgstr "Data dell'immagine" #: ../raphodo/generatenameconfig.py:215 msgid "Video date" msgstr "Data del video" #: ../raphodo/generatenameconfig.py:216 msgid "Today" msgstr "Oggi" #: ../raphodo/generatenameconfig.py:217 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:220 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:223 msgid "Name" msgstr "Nome" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 ../raphodo/rapid.py:2609 msgid "Extension" msgstr "Estensione" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 msgid "Image number" msgstr "Numero immagine" #: ../raphodo/generatenameconfig.py:230 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:233 msgid "Aperture" msgstr "Apertura" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 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:242 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:245 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:248 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:251 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:254 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:257 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:260 msgid "Shutter count" msgstr "Contatore dell'otturatore" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:262 msgid "File number" msgstr "Numero file" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:264 msgid "Folder only" msgstr "Solo la cartella" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:266 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:269 msgid "Owner name" msgstr "Nome del proprietario" #: ../raphodo/generatenameconfig.py:270 msgid "Codec" msgstr "Codec" #: ../raphodo/generatenameconfig.py:271 msgid "Width" msgstr "Larghezza" #: ../raphodo/generatenameconfig.py:272 msgid "Height" msgstr "Altezza" #: ../raphodo/generatenameconfig.py:273 msgid "Length" msgstr "Lunghezza" #: ../raphodo/generatenameconfig.py:274 msgid "Frames Per Second" msgstr "Fotogrammi per secondo" #: ../raphodo/generatenameconfig.py:275 msgid "Artist" msgstr "Artista" #: ../raphodo/generatenameconfig.py:276 msgid "Copyright" msgstr "Copyright" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:279 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:282 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:285 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:288 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:291 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:294 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:297 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:300 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:303 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:306 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:309 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:312 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:315 msgid "lowercase" msgstr "minuscolo" #: ../raphodo/generatenameconfig.py:316 msgid "One digit" msgstr "Una cifra" #: ../raphodo/generatenameconfig.py:317 msgid "Two digits" msgstr "Due cifre" #: ../raphodo/generatenameconfig.py:318 msgid "Three digits" msgstr "Tre cifre" #: ../raphodo/generatenameconfig.py:319 msgid "Four digits" msgstr "Quattro cifre" #: ../raphodo/generatenameconfig.py:320 msgid "Five digits" msgstr "Cinque cifre" #: ../raphodo/generatenameconfig.py:321 msgid "Six digits" msgstr "Sei cifre" #: ../raphodo/generatenameconfig.py:322 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:325 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:328 ../raphodo/generatenameconfig.py:415 msgid "YYYYMMDD" msgstr "AAAAMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:416 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:334 ../raphodo/generatenameconfig.py:417 msgid "YYYY_MM_DD" msgstr "YYYY_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 msgid "YYMMDD" msgstr "AAMMGG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 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:343 msgid "YY_MM_DD" msgstr "YY_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "MMDDYYYY" msgstr "MMGGAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYY" msgstr "MMGGAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDD" msgstr "MMGG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "DDMMYYYY" msgstr "GGMMAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYY" msgstr "GGMMAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 ../raphodo/generatenameconfig.py:415 #: ../raphodo/generatenameconfig.py:416 ../raphodo/generatenameconfig.py:417 #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:419 msgid "YYYY" msgstr "AAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 msgid "YY" msgstr "AA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "DD" msgstr "GG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 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:376 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:379 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:382 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:385 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 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:394 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:397 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 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:403 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:415 msgid "Date" msgstr "Data" #: ../raphodo/generatenameconfig.py:416 msgid "Date (hyphens)" msgstr "Data (con trattini)" #: ../raphodo/generatenameconfig.py:417 msgid "Date (underscores)" msgstr "Data (con trattini bassi)" #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:512 #: ../raphodo/generatenameconfig.py:699 msgid "Date and Job Code" msgstr "Data e Codice di Lavoro" #: ../raphodo/generatenameconfig.py:418 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "Date and Job Code Subfolder" msgstr "Data e Codice di Lavoro della sottocartella" #: ../raphodo/generatenameconfig.py:419 msgid "YYYYMM" msgstr "YYYYMM" #: ../raphodo/generatenameconfig.py:419 ../raphodo/jobcodepanel.py:279 #: ../raphodo/ui/nameeditor.py:926 ../raphodo/rapid.py:2261 #: ../raphodo/ui/renamepanel.py:93 ../raphodo/ui/renamepanel.py:275 msgid "Job Code" msgstr "Codice lavoro" #: ../raphodo/generatenameconfig.py:507 ../raphodo/generatenameconfig.py:694 msgid "Original Filename" msgstr "Nome originale del file" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "YYYYMMDD-1" msgstr "YYYYMMDD-1" #: ../raphodo/generatenameconfig.py:510 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:510 msgid "YYYYMMDD-1234" msgstr "YYYYMMDD-1234" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "Date-Time and Job Code" msgstr "Data-Ora e Codice di Lavoro" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:699 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:700 msgid "Resolution" msgstr "Risoluzione" #: ../raphodo/generatenameconfig.py:700 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "YYYYMMDD-HHMM-1-1920x1080" #: ../raphodo/jobcodepanel.py:90 msgid "Enter a new Job Code, or select a previous one" msgstr "Inserire un nuovo codice lavoro o selezionarne uno precedente" #: ../raphodo/jobcodepanel.py:98 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" "Il Codice di Lavoro sarà applicato a %s che non ha ancora un Codice di " "Lavoro.." #: ../raphodo/jobcodepanel.py:108 #, 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:121 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:123 msgid "Enter a new Job Code" msgstr "Inserire un nuovo codice lavoro" #: ../raphodo/jobcodepanel.py:131 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/jobcodepanel.py:144 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:148 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:186 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:190 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:251 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:255 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:259 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:264 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:269 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:278 msgid "Last Used" msgstr "Ultimo utilizzato" #: ../raphodo/jobcodepanel.py:283 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:286 ../raphodo/rapid.py:2616 msgid "Ascending" msgstr "Ascendente" #: ../raphodo/jobcodepanel.py:287 ../raphodo/rapid.py:2617 msgid "Descending" msgstr "Discendente" #: ../raphodo/jobcodepanel.py:297 msgid "&New..." msgstr "&Nuovo..." #: ../raphodo/jobcodepanel.py:301 msgid "&Apply" msgstr "&Applica" #: ../raphodo/jobcodepanel.py:305 msgid "&Remove" msgstr "&Rimuovi" #: ../raphodo/jobcodepanel.py:309 ../raphodo/prefs/preferencedialog.py:288 #: ../raphodo/prefs/preferencedialog.py:324 #: ../raphodo/prefs/preferencedialog.py:781 msgid "Remove All" msgstr "Rimuovi tutto" #: ../raphodo/jobcodepanel.py:512 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:515 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:578 msgid "Job Codes" msgstr "Codici Lavoro" #: ../raphodo/ui/messagewidget.py:67 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:478 ../raphodo/ui/nameeditor.py:498 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:583 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:584 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:630 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:647 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:650 ../raphodo/ui/nameeditor.py:1558 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:743 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:751 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:884 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:892 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:900 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:907 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:936 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:954 #, python-format msgid "The character
    %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:964 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:972 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:999 ../raphodo/ui/renamepanel.py:139 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1082 ../raphodo/ui/nameeditor.py:1105 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1134 ../raphodo/prefs/preferencedialog.py:1083 #: ../raphodo/wsl.py:648 msgid "Get help online..." msgstr "Chiedi aiuto online..." #: ../raphodo/ui/nameeditor.py:1161 msgid "Insert" msgstr "Inserisci" #: ../raphodo/ui/nameeditor.py:1523 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1527 msgid "" "Do you want to save the changes in a new custom " "preset?

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

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

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

    The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1562 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:326 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:327 msgid "You are running the latest version." msgstr "E' in uso la versione più aggiornata." #: ../raphodo/newversion.py:328 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:331 #, 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:334 msgid "Do you want to download the new version?" msgstr "Volete scaricare la nuova versione?" #: ../raphodo/newversion.py:336 #, 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:366 ../raphodo/newversion.py:385 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:388 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:412 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:531 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:553 msgid "Downloading..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:134 msgid "Preferences" msgstr "Preferenze" #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 msgid "Automation" msgstr "Automazione" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Thumbnails" msgstr "Miniature" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:160 #: ../raphodo/prefs/preferencedialog.py:183 #: ../raphodo/prefs/preferencedialog.py:585 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:184 #: ../raphodo/prefs/preferencedialog.py:649 msgid "Error Handling" msgstr "Gestione degli errori" #: ../raphodo/prefs/preferencedialog.py:162 #: ../raphodo/prefs/preferencedialog.py:185 msgid "Warnings" msgstr "Avvisi" #: ../raphodo/prefs/preferencedialog.py:163 msgid "Consolidation" msgstr "Consolidamento" #: ../raphodo/prefs/preferencedialog.py:164 #: ../raphodo/prefs/preferencedialog.py:186 msgid "Miscellaneous" msgstr "Varie" #: ../raphodo/prefs/preferencedialog.py:221 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:225 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:231 msgid "Scan only specific folders on devices" msgstr "Sc ansiona solo specifiche cartelle sui dispositivi" #: ../raphodo/prefs/preferencedialog.py:233 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:240 msgid "Folders to scan:" msgstr "Cartelle da scansionare:" #: ../raphodo/prefs/preferencedialog.py:244 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 #: ../raphodo/prefs/preferencedialog.py:310 msgid "Add..." msgstr "Aggiungi..." #: ../raphodo/prefs/preferencedialog.py:252 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 #: ../raphodo/prefs/preferencedialog.py:286 #: ../raphodo/prefs/preferencedialog.py:317 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove" msgstr "Rimuovi" #: ../raphodo/prefs/preferencedialog.py:259 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:278 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:279 msgid "Remembered Devices" msgstr "Dispositivi memorizzati" #: ../raphodo/prefs/preferencedialog.py:283 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:290 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:304 msgid "Ignored Paths" msgstr "Percorsi Ignorati" #: ../raphodo/prefs/preferencedialog.py:306 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:313 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:320 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:327 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as well. #: ../raphodo/prefs/preferencedialog.py:338 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:345 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:387 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:400 #: ../raphodo/prefs/preferencedialog.py:505 #: ../raphodo/prefs/preferencedialog.py:553 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:408 #: ../raphodo/prefs/preferencedialog.py:575 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:416 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:417 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place the #. carriage return where you think it makes sense so that the tool tip does not #. stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:422 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading at program startup" msgstr "Inizia il download all'avvio del programma" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Start downloading upon device insertion" msgstr "Inizia il download quando il dispositivo viene inserito" #: ../raphodo/prefs/preferencedialog.py:430 msgid "Unmount (eject) device upon download completion" msgstr "Smonta (scollega) il dispositivo al completamento dello scaricamento" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program when download completes" msgstr "Esce dal programma quando il download è completo" #: ../raphodo/prefs/preferencedialog.py:433 msgid "Exit program even if download had warnings or errors" msgstr "" "Esce dal programma anche se si sono verificati errori e avvisi durante il " "download" #: ../raphodo/prefs/preferencedialog.py:465 msgid "Thumbnail Generation" msgstr "Generazione delle minature" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails" msgstr "Gednera miniature" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:470 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:473 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:477 msgid "Generate system thumbnails" msgstr "Genera le miniature di sistema" #: ../raphodo/prefs/preferencedialog.py:480 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:489 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:490 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Thumbnail Cache" msgstr "Cache delle miniature" #: ../raphodo/prefs/preferencedialog.py:530 msgid "Calculating..." msgstr "Calcolo in corso..." #: ../raphodo/prefs/preferencedialog.py:536 msgid "days" msgstr "giorni" #: ../raphodo/prefs/preferencedialog.py:537 msgid "forever" msgstr "per sempre" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Cache size:" msgstr "Dimensione della cache:" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Database size:" msgstr "Dimensione del database:" #: ../raphodo/prefs/preferencedialog.py:550 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:559 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:562 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:588 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:598 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:601 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:615 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:629 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Skip download" msgstr "Salta il download" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:656 msgid "Add unique identifier" msgstr "Aggiunta di un identificatore univoco" #: ../raphodo/prefs/preferencedialog.py:659 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Overwrite" msgstr "Sovrascrivi" #: ../raphodo/prefs/preferencedialog.py:668 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Skip" msgstr "Salta" #: ../raphodo/prefs/preferencedialog.py:671 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:678 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" "Quando una foto o video ha il medesimo nome di un file già scaricato, " "scegliere se saltare lo scaricamento od aggiungere un identificativo unico:" #: ../raphodo/prefs/preferencedialog.py:690 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:701 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:722 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:723 msgid "Show a warning when:" msgstr "Mostra un avviso quando:" #: ../raphodo/prefs/preferencedialog.py:727 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:730 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:736 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:740 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:743 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:749 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:755 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:760 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:765 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:771 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:776 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:783 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:821 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:824 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:827 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:834 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:837 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:842 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:854 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:855 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:862 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:868 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:874 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:880 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:886 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:906 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:911 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:916 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:921 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:968 msgid "Version Check" msgstr "" #: ../raphodo/prefs/preferencedialog.py:969 msgid "Check for new version at startup" msgstr "Controllare la presenza di nuove versioni all'avvio" #: ../raphodo/prefs/preferencedialog.py:972 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/prefs/preferencedialog.py:976 msgid "Include development releases" msgstr "Includi versioni di sviluppo" #: ../raphodo/prefs/preferencedialog.py:978 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/prefs/preferencedialog.py:996 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:999 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1006 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1008 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1034 msgid "Completed Downloads" msgstr "Scaricamentgi completati" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1140 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1423 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1585 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1590 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1605 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1610 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1929 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1931 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1933 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1947 msgid "Enter a Path to Ignore" msgstr "Inserire un persorco da ignorare" #: ../raphodo/prefs/preferencedialog.py:1949 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" "Specificare un percorso che non sarà mai esaminato per cercare fotografie e " "video" #: ../raphodo/prefs/preferencedialog.py:1951 msgid "Path:" msgstr "Percorso:" #: ../raphodo/prefs/preferencedialog.py:1965 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1966 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1967 ../raphodo/ui/renamepanel.py:140 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1982 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1987 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1996 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:736 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Le preferenze della sotto-cartella non dovrebbero iniziare con un %s" #: ../raphodo/prefs/preferences.py:740 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" "Le preferenze della sotto-cartella non dovrebbero terminare con un %s" #: ../raphodo/prefs/preferences.py:747 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" "Le preferenze della sotto-cartella non dovrebbero contenere due %s uno dopo " "l'altro" #: ../raphodo/ui/primarybutton.py:124 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)s è stata scattata il %(image1_date)s alle %(image1_time)s, e " "%(image2)s il %(image2_date)s alle %(image2_time)s." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "Il %(type)s metadata è mancante." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "Il nome del file non ha un'estensione." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "Il nome del file non ha una componente numerica." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 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:249 ../raphodo/proximity.py:278 #: ../raphodo/proximity.py:313 ../raphodo/proximity.py:319 #, 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:267 #, 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:288 ../raphodo/proximity.py:294 #: ../raphodo/proximity.py:1123 ../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:303 ../raphodo/proximity.py:307 #: ../raphodo/proximity.py:1130 ../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:328 #, 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:339 #, 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:473 #, 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:1135 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1893 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:1952 #, 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:1956 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:1962 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2101 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:2106 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2109 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2110 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2112 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:2568 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:473 ../raphodo/rapid.py:871 ../raphodo/rapid.py:4657 #: ../raphodo/rapid.py:4880 ../raphodo/rapid.py:4899 ../raphodo/rapid.py:4922 #: ../raphodo/rapid.py:4929 ../raphodo/rapid.py:5606 ../raphodo/rapid.py:6229 #: ../raphodo/rapid.py:7449 ../raphodo/ui/rememberthisdialog.py:112 #: ../raphodo/ui/viewutils.py:743 #: ../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:1156 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:1167 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1176 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:1188 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1367 #, python-format msgid "" "Cannot download from Apple devices

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

    Missing applications: " "%(applications)s

    Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1766 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1769 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1778 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1782 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1786 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1804 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1806 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1824 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1827 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1873 msgid "" "\n" "

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

    \n" "

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

    " msgstr "" #: ../raphodo/rapid.py:1883 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1894 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1897 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1898 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1901 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in the future #: ../raphodo/rapid.py:1906 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:2110 ../raphodo/rapid.py:2914 msgid "Download" msgstr "Scarica" #: ../raphodo/rapid.py:2114 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:2118 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:2122 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:2128 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:2132 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:2137 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:2140 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:2144 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:2147 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:2150 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:2153 msgid "Translate this Application..." msgstr "Traduci questa applicazione..." #: ../raphodo/rapid.py:2158 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:2161 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:2250 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:2258 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:2260 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:2262 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2486 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2505 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2508 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2522 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2600 msgid "All" msgstr "" #: ../raphodo/rapid.py:2601 msgid "New" msgstr "" #: ../raphodo/rapid.py:2603 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2606 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2607 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2610 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2611 msgid "Device" msgstr "Dispositivo" #: ../raphodo/rapid.py:2613 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2629 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:2894 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2910 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2912 msgid "Pause" msgstr "Sospendi" #: ../raphodo/rapid.py:3049 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:3150 #, 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:3244 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:3258 #, 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:3346 msgid "" "\n" "Downloading all files

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

    \n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3511 #, 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:3514 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "La seguente cartella da scaricare non è valida:\n" "%s" #: ../raphodo/rapid.py:3517 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3518 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3536 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:3547 ../raphodo/rapid.py:3561 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3549 ../raphodo/rpdfile.py:179 msgid "photos" msgstr "foto" #: ../raphodo/rapid.py:3563 ../raphodo/rpdfile.py:174 msgid "videos" msgstr "video" #: ../raphodo/rapid.py:3573 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:3589 ../raphodo/rapid.py:3605 #, 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:3592 ../raphodo/rpdfile.py:181 ../raphodo/rpdfile.py:850 msgid "photo" msgstr "foto" #: ../raphodo/rapid.py:3608 ../raphodo/rpdfile.py:176 ../raphodo/rpdfile.py:912 msgid "video" msgstr "video" #: ../raphodo/rapid.py:3616 msgid "Backup problem" msgstr "Problema nel backup" #: ../raphodo/rapid.py:4447 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4527 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "Scaricati %(noFiles)s %(filetypes)s" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4537 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "Impossibile scaricare %(noFiles)s %(filetypes)s" #: ../raphodo/rapid.py:4543 ../raphodo/rapid.py:4650 msgid "warnings" msgstr "avvisi" #: ../raphodo/rapid.py:4578 msgid "All downloads complete" msgstr "Scaricamenti completati" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4588 ../raphodo/rapid.py:4603 ../raphodo/rapid.py:4619 #: ../raphodo/rapid.py:4634 ../raphodo/rapid.py:4649 #, 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:4593 ../raphodo/rapid.py:4624 #, 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:4608 ../raphodo/rapid.py:4639 #, python-format msgid "%(filetype)s failed to download" msgstr "impossibile scaricare %(filetype)s" #: ../raphodo/rapid.py:4675 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4677 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4682 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4684 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4709 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4716 #, 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:4725 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4727 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4767 msgid "Program preferences are invalid" msgstr "Le preferenze del programma non sono valide" #: ../raphodo/rapid.py:4886 #, 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:4905 #, 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:4925 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4936 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4937 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:5029 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:5032 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:5036 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:5041 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5578 #, 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:5613 #, 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:5775 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5777 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5779 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5781 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5782 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5783 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5867 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:6212 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6216 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:6222 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6226 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6645 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6649 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:6705 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6712 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6726 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6738 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:7035 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:7042 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7048 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7055 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:7061 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:7067 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:7075 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:7083 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:7088 ../raphodo/rapid.py:7095 ../raphodo/rapid.py:7102 #: ../raphodo/rapid.py:7146 ../raphodo/rapid.py:7156 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:7090 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:7097 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7104 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7111 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:7117 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:7122 ../raphodo/rapid.py:7134 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:7125 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:7137 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:7149 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7159 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7167 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:7177 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:7184 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:7191 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:7200 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:7208 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:7215 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7224 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:7232 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:7238 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:7245 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:7255 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:7348 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7359 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:7366 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7437 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7452 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7542 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7547 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7562 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:7637 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:7842 msgid "All settings and caches have been reset." msgstr "Tutte le impostazioni e preferenze sono state reimpostate." #: ../raphodo/rapid.py:7850 msgid "Thumbnail Cache has been reset." msgstr "Cache delle miniature." #: ../raphodo/rapid.py:7856 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:80 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:87 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:626 msgid "subfolder and filename" msgstr "sottocartella e nome del file" #: ../raphodo/renameandmovefile.py:628 msgid "filename" msgstr "nome del file" #: ../raphodo/renameandmovefile.py:630 msgid "subfolder" msgstr "sotto-cartella" #: ../raphodo/ui/renamepanel.py:327 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:328 msgid "Downloads today:" msgstr "Downloads oggi:" #: ../raphodo/ui/renamepanel.py:350 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:351 msgid "Stored number:" msgstr "Numero memorizzato:" #: ../raphodo/ui/renamepanel.py:363 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:365 msgid "Day start:" msgstr "Giorno iniziale:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:375 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:379 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:384 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:395 msgid "Strip incompatible characters" msgstr "Elimina caratteri incompatibili" #: ../raphodo/ui/renamepanel.py:400 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:404 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:484 msgid "Photo Renaming" msgstr "Rinomina foto" #: ../raphodo/ui/renamepanel.py:488 msgid "Video Renaming" msgstr "Rinomina video" #: ../raphodo/ui/renamepanel.py:492 msgid "Renaming Options" msgstr "Opzioni di rinomina" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "foto e video" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "foto o video" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:273 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:302 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:304 msgid "1 Video" msgstr "1 video" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:314 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:316 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:830 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s su %(camera)s" #: ../raphodo/rpdfile.py:851 msgid "Photo" msgstr "Foto" #: ../raphodo/rpdfile.py:913 msgid "Video" msgstr "Video" #: ../raphodo/storage/storage.py:251 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:589 msgid "Pictures" msgstr "Immagini" #: ../raphodo/sudocommand.py:93 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:100 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:140 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:583 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:593 #, 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:605 ../raphodo/thumbnaildisplay.py:668 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:623 #, python-format msgid "Memory cards: %s" msgstr "Schede di memoria: %s" #: ../raphodo/thumbnaildisplay.py:628 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:635 msgid "Downloaded as:" msgstr "Scaricato come:" #: ../raphodo/thumbnaildisplay.py:682 #, python-format msgid "

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

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

    Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2257 msgid "Copy Path" msgstr "Copia percorso" #: ../raphodo/thumbnaildisplay.py:2263 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2268 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:215 msgid "B" msgstr "" #: ../raphodo/utilities.py:216 msgid "KB" msgstr "" #: ../raphodo/utilities.py:217 msgid "MB" msgstr "" #: ../raphodo/utilities.py:218 msgid "GB" msgstr "" #: ../raphodo/utilities.py:219 msgid "TB" msgstr "" #: ../raphodo/utilities.py:220 msgid "PB" msgstr "" #: ../raphodo/utilities.py:221 msgid "EB" msgstr "" #: ../raphodo/utilities.py:222 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:223 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:486 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s e %(last_item)s" #: ../raphodo/utilities.py:570 msgid "one" msgstr "uno" #: ../raphodo/utilities.py:571 msgid "two" msgstr "due" #: ../raphodo/utilities.py:572 msgid "three" msgstr "tre" #: ../raphodo/utilities.py:573 msgid "four" msgstr "quattro" #: ../raphodo/utilities.py:574 msgid "five" msgstr "cinque" #: ../raphodo/utilities.py:575 msgid "six" msgstr "sei" #: ../raphodo/utilities.py:576 msgid "seven" msgstr "sette" #: ../raphodo/utilities.py:577 msgid "eight" msgstr "otto" #: ../raphodo/utilities.py:578 msgid "nine" msgstr "nove" #: ../raphodo/utilities.py:579 msgid "ten" msgstr "dieci" #: ../raphodo/utilities.py:580 msgid "eleven" msgstr "undici" #: ../raphodo/utilities.py:581 msgid "twelve" msgstr "dodici" #: ../raphodo/utilities.py:582 msgid "thirteen" msgstr "tredici" #: ../raphodo/utilities.py:583 msgid "fourteen" msgstr "quattordici" #: ../raphodo/utilities.py:584 msgid "fifteen" msgstr "quindici" #: ../raphodo/utilities.py:585 msgid "sixteen" msgstr "sedici" #: ../raphodo/utilities.py:586 msgid "seventeen" msgstr "diciassette" #: ../raphodo/utilities.py:587 msgid "eighteen" msgstr "diciotto" #: ../raphodo/utilities.py:588 msgid "ninenteen" msgstr "diciannove" #: ../raphodo/utilities.py:589 msgid "twenty" msgstr "venti" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&OK" msgstr "" #: ../raphodo/ui/viewutils.py:680 ../raphodo/ui/viewutils.py:700 msgid "&Save" msgstr "" #: ../raphodo/ui/viewutils.py:681 msgid "&Help" msgstr "" #: ../raphodo/ui/viewutils.py:682 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:683 ../raphodo/ui/viewutils.py:701 msgid "&Yes" msgstr "" #: ../raphodo/ui/viewutils.py:684 ../raphodo/ui/viewutils.py:702 msgid "&No" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:105 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:109 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:115 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:309 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:314 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:321 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:390 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:403 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:558 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:562 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:566 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:570 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:594 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:596 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:598 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:638 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:652 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1459 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1463 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1606 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1612 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Origine: %(source)s\n" #~ "Destinazione: %(destination)s" #~ msgid "Size" #~ msgstr "Dimensione" #~ msgid "MB/s" #~ msgstr "MB/s" #, python-format #~ msgid "Example: %s" #~ msgstr "Esempio: %s" #~ msgid "externaldrive1" #~ msgstr "driveesterno1" #~ msgid "Backing up error" #~ msgstr "Errore durante il backup" #~ msgid "and" #~ msgstr "e" #~ msgid "Using backup devices" #~ msgstr "Si utilizzano dispositivi di backup" #~ msgid "Using backup device" #~ msgstr "Si utilizza un dispositivo di backup" #, python-format #~ msgid "and %s" #~ msgstr "e %s" #~ msgid "Name + extension" #~ msgstr "Nome + estensione" #~ msgid " " #~ msgstr " " #~ msgid " hh:mm" #~ msgstr " hh:mm" #~ msgid "Backup" #~ msgstr "Backup" #~ msgid ":" #~ msgstr ":" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/media/externaldrive/Photos" #~ msgid "Example" #~ msgstr "Esempio" #~ msgid "Original:" #~ msgstr "Originale:" #~ msgid "Example:" #~ msgstr "Esempio:" #~ msgid "New:" #~ msgstr "Nuovo:" #~ msgid "Backup\t" #~ msgstr "Backup\t" #~ msgid "Backup" #~ msgstr "Backup" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Scelta della cartella di download. Sottocartelle per le fotografie scaricate " #~ "saranno create automaticamente in questa cartella utilizzando la struttura " #~ "specificata sotto." #~ msgid "Download folder:" #~ msgstr "Cartella di download:" #~ msgid "Error Log" #~ msgstr "Registrazione degli Errori" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "Preferenze: Rapid Photo Downloader" #~ msgid "" #~ "Specify the time in 24 hour format at which the Downloads today " #~ "sequence number should be reset." #~ msgstr "" #~ "Specificare l'ora nel formato 24 ore a cui il numero di sequenza " #~ "Downloads oggi dovrebbe essere reimpostato." #~ msgid "_Report a Problem..." #~ msgstr "_Segnala un Problema..." #~ msgid "_Translate this Application..." #~ msgstr "_Traduci questa Applicazione..." #~ msgid "_Clear Completed Downloads" #~ msgstr "_Svotare i Downloads Completati" #~ msgid "_Get Help Online..." #~ msgstr "_Richiedi Aiuto In Linea..." #~ msgid "_Help" #~ msgstr "_Aiuto" #~ msgid "externaldrive2" #~ msgstr "driveesterno1" #~ msgid "About 1 minute remaining" #~ msgstr "Manca circa 1 minuto" #~ msgid "Berlin" #~ msgstr "Berlino" #~ msgid "Paris" #~ msgstr "Parigi" #~ msgid "New York" #~ msgstr "New York" #~ msgid "Prague" #~ msgstr "Praga" #~ msgid "Manila" #~ msgstr "Manila" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Helsinki" #~ msgstr "Helsinki" #~ msgid "Kampala" #~ msgstr "Kampala" #~ msgid "Tehran" #~ msgstr "Teheran" #~ msgid "Stockholm" #~ msgstr "Stoccolma" #~ msgid "Rome" #~ msgstr "Roma" #~ msgid "Moscow" #~ msgstr "Mosca" #~ msgid "Budapest" #~ msgstr "Budapest" #~ msgid "Jakarta" #~ msgstr "Giacarta" #~ msgid "Madrid" #~ msgstr "Madrid" #~ msgid "Delhi" #~ msgstr "Delhi" #~ msgid "Warsaw" #~ msgstr "Varsavia" #~ msgid "Job Codes" #~ msgstr "Codici Lavoro" #~ msgid "Job Codes" #~ msgstr "Codici Lavoro" #~ msgid "Device Detected" #~ msgstr "Dispositivo rilevato" #~ msgid "R_emove All" #~ msgstr "R_imuovi Tutto" #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "Sincronizza i numeri di sequenza RAW + JPEG" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Origine: %(source)s" #~ msgid "Select a folder to download videos to" #~ msgstr "Selezionare una cartella in cui scaricare i video" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Selezionare una cartella contenente %(file_types)s" #~ msgid "Photos:" #~ msgstr "Foto:" #~ msgid "Devices" #~ msgstr "Dispositivi" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Scegliere la cartella per il download. Le sottocartelle per i video " #~ "scaricati saranno create automaticamente in questa cartella utilizzando la " #~ "struttura specificata sotto." #~ msgid "Automatically detect devices" #~ msgstr "Rileva i dispositivi automaticamente" #~ msgid "Location:" #~ msgstr "Posizione:" #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "Importa le tue foto ed i video in modo efficiente ed affidabile" #~ msgid "" #~ "Specify whether photo, video and folder names should have any characters " #~ "removed that are not allowed by other operating systems." #~ msgstr "" #~ "Specificare se dai nomi delle foto, dei video e delle cartelle occorre " #~ "rimuovere qualche carattere non ammesso da altri sistemi operativi." #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "Scegliere se, durante un salvataggio, si vuole sovrascrivere un file che " #~ "abbia lo stesso nome sul dispositivo di salvataggio, o ignorarne la copia." #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Errore: %(inst)s" #~ msgid "Select All Without _Job Code" #~ msgstr "Seleziona Tutto _Senza il Codice _Lavoro" #~ msgid "Select All Wit_h Job Code" #~ msgstr "Seleziona Tutto _Con il Codice Lavoro" #~ msgid "_File" #~ msgstr "_File" #~ msgid "_Select" #~ msgstr "_Seleziona" #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "" #~ "Sono state rilevate fotografie con gli stessi nomi di file, ma prese ad " #~ "orari diversi" #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #~ msgid "Free space:" #~ msgstr "Spazio libero:" #~ msgid "; " #~ msgstr "; " #~ msgid "." #~ msgstr "." #, python-format #~ msgid "Folder: %s" #~ msgstr "Cartella: %s" #, python-format #~ msgid "%s, " #~ msgstr "%s, " #, python-format #~ msgid "Path: %s" #~ msgstr "Percorso: %s" #~ msgid "Next File" #~ msgstr "File successivo" #~ msgid "Previous File" #~ msgstr "File precedente" #, python-format #~ msgid "%(free)s free" #~ msgstr "%(free)s liberi" #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "Backup su %(path)s" #~ msgid "Videos:" #~ msgstr "Video:" #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgid "Select a folder to download photos to" #~ msgstr "Selezionare una cartella in cui scaricare le foto" #, python-format #~ msgid "Error generating component %s." #~ msgstr "Errore nel generare la componente %s." #, python-format #~ msgid "%(filetype)s %(area)s could not be generated" #~ msgstr "%(filetype)s %(area)s non può essere generato" #, python-format #~ msgid "An error occurred when copying the %(filetype)s" #~ msgstr "Si è verificato un errore durante la copia di %(filetype)s" #, python-format #~ msgid "%(filetype)s already exists" #~ msgstr "%(filetype)s esiste già" #, python-format #~ msgid "" #~ "%(filetype)s could not be backed up because no suitable backup locations " #~ "were found." #~ msgstr "" #~ "Non si può effettuare il backup di %(filetype)s in quanto non è stata " #~ "travata nessuna posizione adatta." #, python-format #~ msgid "%(filetype)s was already downloaded" #~ msgstr "%(filetype)s è stato già scaricato" #, python-format #~ msgid "The existing %(filetype)s was last modified on %(date)s at %(time)s." #~ msgstr "Il %(filetype)s è stato modificato il %(date)s alle %(time)s." #, python-format #~ msgid "Error: %(errorno)s %(strerror)s" #~ msgstr "Errore: %(errorno)s %(strerror)s" #~ msgid "The metadata might be corrupt." #~ msgstr "I metadata potrebbero essere corrotti." #~ msgid "" #~ "The filename, extension and Exif information indicate it has already been " #~ "downloaded." #~ msgstr "" #~ "Il nome del file, l'estensione e le informazioni Exif indicano che è già " #~ "stato scaricato." #, python-format #~ msgid " It was backed up to %(volume)s" #~ msgstr " È stato effettuato il backup su %(volume)s" #~ msgid " It was backed up to these devices: " #~ msgstr " È stato effettuato il backup su questi di dispositivi: " #, python-format #~ msgid "" #~ "Photos detected with the same filenames, but taken at different times: " #~ "%(details)s" #~ msgstr "" #~ "Sono state rilevato foto con lo stesso nome del file, ma scattate in ore " #~ "differenti: %(details)s" #~ msgid "Errors occurred when backing up on the following backup devices: " #~ msgstr "" #~ "Si sono verificati degli errori durante il backup sui seguenti dispositivi " #~ "di backup: " #, python-format #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #, python-format #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #, python-format #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)s e %(volume)s (%(inst)s)." #, python-format #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)s e %(volume)s." #, python-format #~ msgid "Backup already exists on %(volume)s." #~ msgstr "Il backup esiste già su %(volume)s." #~ msgid "Backups already exist in these locations: " #~ msgstr "Il backup esiste già in queste posizioni: " #, python-format #~ msgid "An error occurred when creating directories on %(volume)s: %(inst)s." #~ msgstr "" #~ "Si è verificato un errore durante la creazione delle directory su " #~ "%(volume)s: %(inst)s." #~ msgid "" #~ "Errors occurred when creating directories on the following backup devices: " #~ msgstr "" #~ "Si è verificato un errore durante la creazione delle directory sui seguenti " #~ "dispositivi di backup: " #, python-format #~ msgid " Furthermore, there were %(problems)s." #~ msgstr " Inoltre, si è verificato %(problems)s." #~ msgid "The following metadata is missing: " #~ msgstr "I seguenti metadata sono mancanti: " #, python-format #~ msgid "%(missing_metadata_elements)s and %(final_missing_metadata_element)s." #~ msgstr "%(missing_metadata_elements)s e %(final_missing_metadata_element)s." #~ msgid "Problems in subfolder and filename generation" #~ msgstr "Problemi nella generazione della sottocartella e del nome del file" #~ msgid "Problem in subfolder and filename generation" #~ msgstr "Problema nella generazione della sottocartella e del nome del file" #, python-format #~ msgid "%(filetype)s already exists, but it was backed up" #~ msgstr "%(filetype)s esiste già, ma si è effettuato il backup" #, python-format #~ msgid "An error occurred when copying the %(filetype)s, but it was backed up" #~ msgstr "" #~ "Si è verificato un errore durante la copia di %(filetype)s, ma ne è stato " #~ "effettuato il backup" #~ msgid "Multiple problems were encountered" #~ msgstr "Si sono verificati molteplici errori" #, python-format #~ msgid "%(previousproblem)s, and %(backinguperror)s" #~ msgstr "%(previousproblem)s, e %(backinguperror)s" #~ msgid "Photo has already been downloaded" #~ msgstr "La fotografia è stata già scaricata" #~ msgid "Download / Pause" #~ msgstr "Download / Sospendi" #~ msgid "_Check All" #~ msgstr "Seleziona _tutto" #~ msgid "_Download" #~ msgstr "_Download" #~ msgid "_Error Log" #~ msgstr "_Registro errori" #~ msgid "_Make a Donation..." #~ msgstr "_Fai una donazione..." #~ msgid "_View" #~ msgstr "_Visualizza" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "Compatibilità con altri sistemi operativi" #~ msgid "Download Folder" #~ msgstr "Cartella di download" #~ msgid "Download Subfolders" #~ msgstr "Sottocartella di download" #~ msgid "Photo Rename" #~ msgstr "Rinomina foto" #~ msgid "Photo and Video Name Conflicts" #~ msgstr "Nomi di foto e video in conflitto" #~ msgid "Program Automation" #~ msgstr "Automazione programma" #~ msgid "Sequence Numbers" #~ msgstr "Numeri di sequenza" #~ msgid "Example: /home/user/Pictures" #~ msgstr "Esempio: /home/user/Immagini" #~ msgid "Error Handling" #~ msgstr "Gestione degli errori" #~ msgid "Miscellaneous" #~ msgstr "Varie" #~ msgid "Photo Download Folders" #~ msgstr "" #~ "Cartelle per il download delle " #~ "foto" #~ msgid "Photo Rename\t" #~ msgstr "Rinomina foto\t" #~ msgid "Rename Options" #~ msgstr "Opzioni di rinomina" #~ msgid "Video Download Folders" #~ msgstr "" #~ "Cartelle per il download dei " #~ "video" #~ msgid "Video Rename\t" #~ msgstr "Rinomina video\t" #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "Rileva automaticamente i dispositivi di memorizzazione portatile" #~ msgid "Generate thumbnails (slower)" #~ msgstr "Generazione delle miniature (lento)" #~ msgid "Performance" #~ msgstr "Prestazioni" #~ msgid "Photo Folders" #~ msgstr "Cartelle delle foto" #~ msgid "Photo Rename" #~ msgstr "Rinomina foto" #~ msgid "Photo backup folder name:" #~ msgstr "Nome della cartella del backup delle foto:" #~ msgid "Rename Options" #~ msgstr "Opzioni di rinomina" #~ msgid "" #~ "Specify the folder in which backups are stored on the device. \n" #~ "\n" #~ "Note: this will also be used to determine whether or not the device is " #~ "used for backups. For each device you wish to use for backing up to, create " #~ "a folder in it with one of these names." #~ msgstr "" #~ "Specificare la cartella in cui memorizzare i backup sul dispositivo. \n" #~ "\n" #~ "Nota: sarà usato anche per determinare se il dispositivo è utilizzato o " #~ "meno per i backup. Per ogni dispositivo che vuoi utilizzare per i backup, " #~ "crea una cartella al suo interno con uno di questi nomi." #~ msgid "Unmount (\"eject\") device upon download completion" #~ msgstr "Smonta (\"espelli\") il dispositivo al completamento del download" #~ msgid "Video Folders" #~ msgstr "Cartelle video" #~ msgid "Video Rename" #~ msgstr "Rinomina video" #~ msgid "Video backup folder name:" #~ msgstr "Nome della cartella di backup dei video:" #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "" #~ "Quando una fotografia o un video con lo stesso nome è già stata scaricata, " #~ "scegli se saltare il download oppure aggiungere un identificatore unico." #~ msgid "_Add..." #~ msgstr "_Aggiungere..." #~ msgid "the root of the file system" #~ msgstr "l'origine del file system" #~ msgid "Copy" #~ msgstr "Copia" #~ msgid "Move" #~ msgstr "Sposta" #~ msgid "From" #~ msgstr "Da" #~ msgid "Auto Detect" #~ msgstr "Rileva automaticamente" #~ msgid "Select a folder in which to backup photos" #~ msgstr "Selezioanre un percorso in cui salvare le fotografie" #~ msgid "Select a folder in which to backup videos" #~ msgstr "Selezioanre un percorso in cui salvare i video" #~ msgid "Should all remembered paths be removed?" #~ msgstr "Occorre rimuovere tutti i percorsi memorizzati?" #~ msgid "Should all ignored paths be removed?" #~ msgstr "Occorre rimuovere tutti i percorsi ignorati?" #, python-format #~ msgid "Backup overwritten on %(volume)s." #~ msgstr "Salvataggio sovrascritto su %(volume)s." #, python-format #~ msgid "" #~ "The existing %(filetype)s was last modified on %(date)s at %(time)s. Unique " #~ "identifier '%(identifier)s' added." #~ msgstr "" #~ "La data di ultima modifica dei %(filetype)s esistenti è %(date)s alle " #~ "%(time)s. E' stato aggiunto l'identificatoe univoco '%(identifier)s'." #~ msgid "Invalid regular expression" #~ msgstr "Espressione regolare non valida" #, python-format #~ msgid "An error occurred when backing up on %(volume)s: %(inst)s." #~ msgstr "Si è verificato un errore salvando su %(volume)s: %(inst)s." #, python-format #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "Si è verificato un errore salvando su %(volume)s." #, python-format #~ msgid "There is no data with which to name the %(filetype)s." #~ msgstr "Non ci sono dati con cui nominare i %(filetype)s." #, python-format #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)s e %(final_volume)s." #~ msgid "Backups overwritten on these devices: " #~ msgstr "Salvataggi sovrascritti su questi dispositivi: " #, python-format #~ msgid "Problem in %s generation" #~ msgstr "Problema nella generazione %s" #, python-format #~ msgid "Problems in %s generation" #~ msgstr "Problemi nella generazione %s" #~ msgid "there were errors backing up" #~ msgstr "si sono verificati errori salvando" #~ msgid "there was an error backing up" #~ msgstr "si è verificato un errore salvando" #~ msgid "There were errors backing up" #~ msgstr "Si sono verificati errori salvando" #~ msgid "There was an error backing up" #~ msgstr "Si è verificato un errore salvando" #, python-format #~ msgid "%(previousproblem)s Additionally, %(newproblem)s" #~ msgstr "%(previousproblem)s Inoltre, %(newproblem)s" #~ msgid "Failed to create download subfolder" #~ msgstr "" #~ "Si è verificato un errore nella creazione della sottocartella di download" #~ msgid "_Uncheck All" #~ msgstr "_Deseleziona Tutti" #~ msgid "_Include in download" #~ msgstr "_Includi nel download" #~ msgid "Automatically rotate JPEG images" #~ msgstr "Ruota automaticamente le immagini JPEG" #~ msgid "" #~ "If you disable automatic detection, choose the exact location of the photos " #~ "and videos." #~ msgstr "" #~ "Se si disabilita la rilevazione automatica, scegliere la posizione esatte " #~ "delle fotografie e dei video." #~ msgid "" #~ "If you enable automatic detection of Portable Storage Devices, the entire " #~ "device will be scanned. On large devices, this could take some time.\n" #~ "\n" #~ "When this option is enabled, and a potential device is detected, you will be " #~ "prompted to determine if it should be scanned or not." #~ msgstr "" #~ "Se abiliti la rilevazione automatica dei Dispositivi di Memorizzazione " #~ "Portatile (PSD), sarà analizzato tutto il dispositivo. Su grossi dispositivi " #~ "ciò potrebbe richiedere un po' di tempo.\n" #~ "\n" #~ "Quando questa opzione è abilitata, ed un dispositivo potenziale viene " #~ "rilevato, ti verrà richiesto di determinare se questo dovrà essere " #~ "analizzato o meno." #~ msgid "" #~ "Devices are from where to download photos and videos, such as cameras, " #~ "memory cards or Portable Storage Devices.\n" #~ "\n" #~ "You can download from multiple devices simultaneously, or you can specify a " #~ "location on your hard drive.\n" #~ "\n" #~ "Downloading directly from cameras is currently an experimental feature. " #~ "If downloading directly from your camera works poorly or not at all, try " #~ "setting it to PTP mode. If that is not possible, a card reader must be " #~ "used." #~ msgstr "" #~ "I dispositivi indicano da dove si scaricano fotografie e video, come " #~ "macchine fotografiche, schede di memoria o Dispositivi di Memorizzazione " #~ "Portatile (PSD).\n" #~ "\n" #~ "Puoi scaricare da più dispositivi simultaneamente, oppure puoi specificare " #~ "una posizione sul tuo disco fisso.\n" #~ "\n" #~ "Scaricare direttamente dalla macchina fotografica è attualmenet una " #~ "caratteristica sperimentale. Se scaricando direttamente dalla tua macchina " #~ "fotografica funziona male o per niente, prova ad impostarla in modalità PTP. " #~ " Se ciò non fosse possibile, occorre utilizzare un lettore di schede di " #~ "memoria." #~ msgid "Device Options" #~ msgstr "Opzioni Dispositivo" #~ msgid "Device Options" #~ msgstr "Opzioni Dispositivo" #~ msgid "" #~ "Specify the ending portion of any paths you want ignored when scanning " #~ "devices for photos or videos. Any path ending with the values below will not " #~ "be scanned." #~ msgstr "" #~ "Specifica la porzione finale dei percorsi che vuoi ignorare quando si " #~ "analizzano i dispositivi per le fotografie o i video. Qualsiasi percorso che " #~ "termini con i valori di seguito non sarà analizzato." #~ msgid "Use _python-style regular expressions" #~ msgstr "Utilizza espressioni regolari _python-style" #~ msgid "Remembered Paths" #~ msgstr "Percorsi Memorizzati" #~ msgid "" #~ "Sorry, video downloading functionality disabled. To download videos, please " #~ "install either the hachoir metadata and kaa metadata packages " #~ "for python, or exiftool." #~ msgstr "" #~ "Spiacenti, la funzionalità dello scarico dei video è disabilitata. Per " #~ "scaricare i video, si prega di installare i pacchetti python hachoir " #~ "metadata e kaa metadata, oppure exiftool." #, python-format #~ msgid " Furthermore, there was a %(problem)s." #~ msgstr " Inoltre, si è verificato un %(problem)s." #~ msgid "Re_move All" #~ msgstr "Ri_muovi Tutto" #~ msgid "" #~ "Remembered paths are those associated with devices that you have chosen to " #~ "always scan or ignore when automatic detection of Portable Storage Devices " #~ "is enabled." #~ msgstr "" #~ "I percorsi memorizzati sono quelli associati con i dispositivi che hai " #~ "scelto di analizzare sempre oppure di ignorare quando la rilevazione " #~ "automatica dei Dispositivi di Memorizzazione Portatile (PSD) è abilitata." #, python-format #~ msgid "scanning (found %(photos)s photos and %(videos)s videos)..." #~ msgstr "" #~ "scansione in corso (trovate %(photos)s fotografie e %(videos)s video)..." #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s non è stato smontato correttamente" #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s.%(minute)s.%(second)s.%(subsecond)s" #~ msgid "Download Progress" #~ msgstr "Avanzamento scaricamento" #~ msgid "scanning..." #~ msgstr "Analisi..." #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "Scaricamento da %(location)s." #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "Scaricare veramente da questa posizione? Su alcuni sistemi, l'analisi di " #~ "questa posizione può richiedere molto tempo." #~ msgid "Download cannot proceed" #~ msgstr "Impossibile procedere con lo scaricamento" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Mancano circa %i secondi" #~ msgid "About 1 second remaining" #~ msgstr "Manca circa 1 secondo" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Mancano circa %(minutes)i.%(seconds)02i minuti" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s su %(total)s %(filetypes)s (%(remaining)s rimanenti)" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s su %(total)s %(filetypes)s" #~ msgid "To" #~ msgstr "Su" #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "Backup delle fotografie su %(path)s, dei video su %(path2)s" #, python-format #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "Backup di fotografie e video su %(path)s" #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "la cartella per scaricare %(file_type)s non è scrivibile" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "la cartella per scaricare %(file_type)s non è valida" #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "la cartella per scaricare %(file_type)s non esiste" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "Visualizza informazioni sulla riga comando quando il programma è in " #~ "esecuzione (predefinito: %default)" #~ msgid "display debugging information when run from the command line" #~ msgstr "Visualizza informazioni di debug quando eseguito dalla riga comando" #~ msgid "" #~ "Error: specify device auto-detection or manually specify a device's path " #~ "from which to download, but do not do both." #~ msgstr "" #~ "Errore: specificare il dispositivo di auto-rilevamento o specificare " #~ "manualmente il percorso di un dispositivo dal quale scaricare, ma non " #~ "entrambe." #~ msgid "reset all program settings and preferences and exit" #~ msgstr "" #~ "Reimposta tutte le preferenze e le impostazioni del programma ed esce" #~ msgid "All settings and preferences have been reset" #~ msgstr "Tutte le impostazioni e preferenze sono state reimpostate" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "" #~ "Elenca le estensioni delle foto e dei video riconosciuti dal programma ed " #~ "esce" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "Impossibile creare la directory di destinazione: %(directory)s\n" #~ msgid "only output errors to the command line" #~ msgstr "Visualizza solo gli errori sulla riga comando" #~ msgid "" #~ "manually specify the PATH of the device from which to download, overwriting " #~ "existing program preferences" #~ msgstr "" #~ "Specifica manualmente il PATH del dispositivo da cui scaricare, " #~ "sovrascrivendo le preferenze esistenti del programma" #~ msgid "" #~ "automatically detect devices from which to download, overwriting existing " #~ "program preferences" #~ msgstr "" #~ "Rileva automaticamente i dispositivi da cui scaricare, sovrascrivendo le " #~ "preferenze esistenti del programma" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "" #~ "Utilizzare questo dispositivo o partizione come sorgente da cui scaricare " #~ "foto o video?" #~ msgid "_Remember this choice" #~ msgstr "_Ricordare questa scelta" #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "Errore nelle preferenze di scarica sotto-cartelle video" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "Errore nelle preferenze di scarica sotto-cartelle foto" #~ msgid "Should all Job Codes be removed?" #~ msgstr "Occorre rimuovere tutti i codici lavoro?" #~ msgid "Error in Photo Rename preferences" #~ msgstr "Errore nelle preferenze di rinomina foto" #~ msgid "Remove all Remembered Paths?" #~ msgstr "Rimuovere tutti i percorsi memorizzati?" #~ msgid "Remove all Ignored Paths?" #~ msgstr "Rimuovere tutti i percorsi ignorati?" #~ msgid "Remove all Job Codes?" #~ msgstr "Rimuovere tutti i codici lavoro?" #~ msgid "Error in Video Rename preferences" #~ msgstr "Errore nelle preferenze di rinomina video" #~ msgid "Job Code:" #~ msgstr "Codice lavoro:" #~ msgid "Enter a Job Code" #~ msgstr "Inserire un codice lavoro" #, python-format #~ msgid "" #~ "The following regular expressions are invalid, and will be removed unless " #~ "you correct them:\n" #~ " %s" #~ msgstr "" #~ "Le espressioni regolari che seguono non sono valide e saranno rimosse a meno " #~ "che non vengano corrette:\n" #~ " %s" #, python-format #~ msgid "" #~ "This regular expression is invalid, and will be removed unless you correct " #~ "it:\n" #~ " %s" #~ msgstr "" #~ "Questa espressione regolare non è valida e sarà rimossa a meno che non venga " #~ "corretta:\n" #~ " %s" #, python-format #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "Le preferenze della sotto-cartella %(filetype)s inserite non sono valide e " #~ "non possono essere utilizzate.\n" #~ "Vengono ripristinati i valori predefiniti." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "" #~ "Attenzione: meta-dati insufficienti per generare completamente il " #~ "nome. Utilizzare altre opzioni per la rinomina." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "" #~ "Attenzione: meta-dati insufficienti per generare completamente le " #~ "sotto-cartelle. Utilizzare altre opzioni per identificare le sotto-" #~ "cartelle." #~ msgid "Sydney" #~ msgstr "Sydney" #, python-format #~ msgid "Date time value %s appears invalid." #~ msgstr "Il valore della data %s non sembra essere valido" #, python-format #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "i meta-dati %(filetype)s non sono leggibili" #, python-format #~ msgid "Backup %(file_type)s overwritten" #~ msgstr "Backup %(file_type)s sovrascritto" #, python-format #~ msgid "%(file_type)s not backed up" #~ msgstr "Backup di %(file_type)s non eseguito" #, python-format #~ msgid "Backup of %(file_type)s already exists" #~ msgstr "Il backup di %(file_type)s esiste già" #, python-format #~ msgid "The %(filetype)s did not download correctly" #~ msgstr "%(filetype)s non è stato scaricato correttamente" #~ msgid "An unknown error occurred" #~ msgstr "Si è verificato un errore sconosciuto" #~ msgid "Help" #~ msgstr "Aiuto" #~ msgid "Check All Photos" #~ msgstr "Controlla fotografie" #~ msgid "Check All Videos" #~ msgstr "Controlla video" #~ msgid "About..." #~ msgstr "Informazioni..." #~ msgid "Quit" #~ msgstr "Esci" #~ msgid "Refresh" #~ msgstr "Aggiorna" #~ msgid "Verify files as they are downloaded" #~ msgstr "Controllare i file mentre vengono scaricati" #, python-format #~ msgid "No backup device contains a valid folder for backing up %(filetype)s" #~ msgstr "" #~ "Nessun dispositivo di backup contiene una cartella valida per eseguire il " #~ "backup di %(filetype)s" #~ msgid "" #~ "File verification failed. The downloaded version is different from the " #~ "original." #~ msgstr "" #~ "Controllo del file non riuscito. La versione scaricata è diversa " #~ "dall'originale." #, python-format #~ msgid "" #~ "File verification failed on %(volume)s. The backed up version is different " #~ "from the downloaded version." #~ msgstr "" #~ "Controllo dei file non riuscito su %(volume)s. La versione nel backup è " #~ "diversa da quella scaricata." #~ msgid "File verification failed on these devices: " #~ msgstr "Controllo dei file non riuscito sui seguenti dispositivi: " ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/po/ja.po0000644000175000017500000074124400000000000016533 0ustar00damondamon# Japanese translation for rapid # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2010. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2022-03-02 13:05+0000\n" "PO-Revision-Date: 2022-03-05 12:37+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: 2022-03-05 16:16+0000\n" "X-Generator: Launchpad (build 61f4697954ab70d633d14d8ceecff69a20b08a6b)\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:406 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:642 ../install.py:4330 msgid "Installer not found:" msgstr "インストーラãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“:" #. Translators: do not translate the term tar.gz #: ../install.py:646 ../install.py:4334 msgid "Installer not in tar.gz format:" msgstr "インストーラãŒtar.gzå½¢å¼ã«ãªã£ã¦ã„ã¾ã›ã‚“:" #: ../install.py:728 ../install.py:757 ../install.py:4210 ../install.py:4215 msgid "Exiting..." msgstr "終了ã—ã¾ã™..." #: ../install.py:979 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "指定ã•れãŸPyQt5ã®ãƒãƒ¼ã‚¸ãƒ§ãƒ³ãŒå­˜åœ¨ã—ã¾ã›ã‚“.有効ãªãƒãƒ¼ã‚¸ãƒ§ãƒ³ã¯{}ã§ã™ï¼Ž" #: ../install.py:1065 msgid "{} will be upgraded from version {} to version {}" msgstr "{}ã¯ãƒãƒ¼ã‚¸ãƒ§ãƒ³{}ã‹ã‚‰{}ã«ã‚¢ãƒƒãƒ—グレードã•れã¾ã™" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:1357 ../install.py:4290 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "以下ã®Python3パッケージãŒãƒ¦ãƒ¼ã‚¶ãƒ¼å‘ã‘ã«æ›´æ–°ã•れã¾ã™ï¼ˆã‚·ã‚¹ãƒ†ãƒ ã®å…¨ãƒ¦ãƒ¼ã‚¶ãƒ¼å‘ã‘ã§ã¯ã‚りã¾ã›ã‚“):{}" #: ../install.py:1467 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "ãƒ•ã‚©ãƒ«ãƒ€æ‰€æœ‰è€…ãŒæ­£ã—ããªã„ã“ã¨ãŒæ¤œå‡ºã•れã¾ã—ãŸã€‚{file_system_path}ã®æ‰€æœ‰è€…を変更ã—ã¦ã€ãƒ‘ãƒ¼ãƒŸãƒƒã‚·ãƒ§ãƒ³ã‚’åˆæœŸåŒ–ã—ã¾ã™ã€‚" #: ../install.py:1610 msgid "The following command will be run:" msgstr "次ã®ã‚³ãƒžãƒ³ãƒ‰ãŒå®Ÿè¡Œã•れã¾ã™ï¼š" #. Translators: do not translate the term sudo #: ../install.py:1614 ../install.py:3834 ../install.py:3841 msgid "sudo may prompt you for the sudo password." msgstr "sudoãŒsudoパスワードを尋ã­ã‚‹ã‹ã‚‚ã—れã¾ã›ã‚“." #: ../install.py:1618 msgid "Would you like to run the command now?" msgstr "ã“ã®ã‚³ãƒžãƒ³ãƒ‰ã‚’ã„ã¾å®Ÿè¡Œã—ã¾ã™ã‹ï¼Ÿ" #: ../install.py:1620 msgid "Answer is not yes, exiting." msgstr "回答ãŒã€Œã¯ã„ã€ã§ã¯ã‚りã¾ã›ã‚“ã§ã—ãŸã®ã§çµ‚了ã—ã¾ã™ï¼Ž" #: ../install.py:1631 ../install.py:2259 ../install.py:2318 ../install.py:2793 msgid "Command failed" msgstr "コマンド失敗" #: ../install.py:1633 ../install.py:2260 ../install.py:2319 ../install.py:2794 msgid "Exiting" msgstr "終了ã—ã¾ã™" #: ../install.py:1661 msgid "The Universe repository must be enabled." msgstr "Universeリãƒã‚¸ãƒˆãƒªã‚’有効ã«ã—ãªãã¦ã¯ãªã‚Šã¾ã›ã‚“." #. Translators: do not translate the term EPEL #: ../install.py:1701 msgid "The EPEL repository must be enabled." msgstr "EPELリãƒã‚¸ãƒˆãƒªã‚’有効ã«ã—ãªãã¦ã¯ãªã‚Šã¾ã›ã‚“." #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1749 msgid "The RPM Fusion Free repository must be enabled." msgstr "RPM Fusion Freeリãƒã‚¸ãƒˆãƒªã‚’有効ã«ã—ãªãã¦ã¯ãªã‚Šã¾ã›ã‚“." #: ../install.py:1790 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "å¤ã„ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã®Rapid Photo Downloaderをアンインストールã—ã¾ã™ã‹ï¼Ÿ" #: ../install.py:2237 ../install.py:2267 ../install.py:2299 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "旧版ã®é«˜é€Ÿå†™çœŸãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ€ãŒå°Žå…¥æ¸ˆã¿ã‹ãƒ‘ッケージシステムã«å•ã„åˆã‚ã›ã¦ã„ã¾ã™ï¼ˆã“れã«ã¯æ™‚é–“ã‚’è¦ã™ã‚‹ã“ã¨ãŒã‚りã¾ã™ï¼‰â€¦" #: ../install.py:2252 msgid "Uninstalling system package" msgstr "システムパッケージをアンインストールã—ã¦ã„ã¾ã™" #: ../install.py:2277 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "パッケージシステムã«å•ã„åˆã‚ã›ã‚‹ã“ã¨ãŒã§ãã¾ã›ã‚“ã§ã—ãŸã€‚インターãƒãƒƒãƒˆæŽ¥ç¶šã‚’確èªã—ã¦ã€å†åº¦å®Ÿè¡Œã—ã¦ãã ã•ã„。" #. Translators: do not translate the term pip #: ../install.py:2324 msgid "Checking if previous version installed with pip..." msgstr "旧版ãŒå°Žå…¥æ¸ˆã¿ã‹pipã§ç¢ºèªã—ã¦ã„ã¾ã™â€¦" #: ../install.py:2477 ../install.py:2534 ../install.py:2650 msgid "The following package is unknown on your system: {}\n" msgstr "次ã®ãƒ‘ッケージã¯ã‚·ã‚¹ãƒ†ãƒ ä¸Šã§æ—¢çŸ¥ã§ã¯ã‚りã¾ã›ã‚“:{}\n" #: ../install.py:2548 ../install.py:2706 ../install.py:2803 msgid "" "To continue, some packages required to run the application will be installed." msgstr "ç¶šã‘ã‚‹ã¨ï¼Œã‚¢ãƒ—リケーションを実行ã™ã‚‹ã®ã«å¿…è¦ãªãƒ‘ッケージãŒå°Žå…¥ã•れã¾ã™ï¼Ž" #: ../install.py:2642 ../install.py:2663 msgid "Querying installed and available packages (this may take a while)" msgstr "導入済ã¿ã§åˆ©ç”¨ã§ãるパッケージをå•ã„åˆã‚ã›ã¦ã„ã¾ã™ï¼ˆã“れã«ã¯æ™‚é–“ã‚’è¦ã™ã‚‹ã“ã¨ãŒã‚りã¾ã™ï¼‰" #: ../install.py:2785 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "å¿…è¦ãªãƒ‘ッケージãŒå°Žå…¥æ¸ˆã¿ã‹zypperã«å•ã„åˆã‚ã›ã¦ã„ã¾ã™ï¼ˆã“れã«ã¯æ™‚é–“ã‚’è¦ã™ã‚‹ã“ã¨ãŒã‚りã¾ã™ï¼‰â€¦ " #: ../install.py:2852 msgid "Query to confirm action at each step." msgstr "儿®µéšŽã§ã®æ“作確èªã‚’求ã‚ã‚‹" #: ../install.py:2862 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "最新版をダウンロードã™ã‚‹éš›ï¼Œé–‹ç™ºç‰ˆãŒå®‰å®šç‰ˆã‚ˆã‚Šã‚‚æ–°ã—ã‘れã°ï¼Œãã¡ã‚‰ã‚’インストールã™ã‚‹" #: ../install.py:2873 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:2923 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:2931 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "pipã§ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã—ãŸé«˜é€Ÿå†™çœŸãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ€ã‚’,ä¾å­˜ãƒ—ログラムã¯ä¿æŒã—ãŸã¾ã¾ï¼Œã‚¢ãƒ³ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã—ã¾ã™ï¼Ž" #: ../install.py:2937 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" "高速写真ダウンローダをpipã§ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ä¸­ã«ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã—ãŸä¾å­˜ãƒ—ログラムをアンインストールã—,高速写真ダウンローダ自身もアンインストールã—ã¦ï¼Œçµ‚了ã—ã¾" "ã™ï¼Ž" #: ../install.py:2942 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "ã€è¨»ã€‘ã“ã®æ“作ã§ã¯ï¼ŒLinux頒布版ã®ãƒ‘ッケージマãƒãƒ¼ã‚¸ãƒ£ãŒã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã—ãŸé«˜é€Ÿå†™çœŸãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ€ã¯ï¼Œã‚¢ãƒ³ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•れã¾ã›ã‚“." #: ../install.py:2950 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "ä¾å­˜ãƒ—ログラムã¯ï¼Œä»–ã®ãƒ—ログラムã«ã‚ˆã£ã¦å¿…è¦ã¨ã•れã¦ã„ãªã„å ´åˆã«ã®ã¿å‰Šé™¤ã•れã¾ã™ï¼Ž" #: ../install.py:2958 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:2982 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:3000 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "インストールã™ã‚‹PyQt5ã®ç‰¹å®šãƒãƒ¼ã‚¸ãƒ§ãƒ³ï¼ˆæ—¢å®šã§ã¯æœ€æ–°ç‰ˆ{})ã§ã™ã€‚" #: ../install.py:3011 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" "PyPiã‹ã‚‰PyQt5を使用ã™ã‚‹ä»£ã‚りã«ã€ãŠä½¿ã„ã®Linux頒布ã®ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã‚’使用ã—ã¾ã™ã€‚æ—¢ã«å°Žå…¥æ¸ˆã¿ã®PyPiãƒãƒ¼ã‚¸ãƒ§ãƒ³ã¯å…¨ã¦ã‚¢ãƒ³ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•れã¾ã™ã€‚" #: ../install.py:3048 msgid "Failed to download versions file." msgstr "ãƒãƒ¼ã‚¸ãƒ§ãƒ³ãƒ•ァイルをダウンロードã™ã‚‹ã®ã«å¤±æ•—ã—ã¾ã—ãŸã€‚" #: ../install.py:3053 msgid "Got error code {} while accessing versions file" msgstr "ãƒãƒ¼ã‚¸ãƒ§ãƒ³ãƒ•ァイルã¸ã®ã‚¢ã‚¯ã‚»ã‚¹ä¸­ã«ï¼Œã‚¨ãƒ©ãƒ¼ã‚³ãƒ¼ãƒ‰{}ã‚’å—ã‘å–りã¾ã—ãŸï¼Ž" #: ../install.py:3170 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:3324 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "パッケージ{}ã®ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã«å¤±æ•—ã—ã¾ã—ãŸãŒã€Rapid Photo Downloaderã®ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã¯ç¶šã‘ã¾ã™ã€‚" #: ../install.py:3330 msgid "Received error code" msgstr "エラーコードをå—ã‘å–りã¾ã—ãŸ" #: ../install.py:3332 msgid "Failed to install application requirements: exiting." msgstr "アプリケーションã«å¿…è¦ãªã‚‚ã®ã®ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã«å¤±æ•—ã—ã¾ã—ãŸï¼Žçµ‚了ã—ã¾ã™ï¼Ž" #: ../install.py:3334 msgid "Failed to install application: exiting..." msgstr "アプリケーションã®å°Žå…¥ã«å¤±æ•—ã—ã¾ã—ãŸï¼šçµ‚了ã—ã¾ã™â€¦" #: ../install.py:3658 msgid "Installing application requirements..." msgstr "アプリケーションã®å¿…è¦ç‰©ã‚’å°Žå…¥ã—ã¦ã„ã¾ã™â€¦" #: ../install.py:3693 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "HEIF / HEICサムãƒãƒ¼ãƒ«ã‚’生æˆã™ã‚‹ãŸã‚ã®ã‚µãƒãƒ¼ãƒˆã‚’ã‚·ã‚¹ãƒ†ãƒ ãŒæä¾›ã—ã¦ã„ã¾ã›ã‚“." #: ../install.py:3710 msgid "Installing application..." msgstr "アプリケーションを導入ã—ã¦ã„ã¾ã™â€¦" #: ../install.py:3797 msgid "Do you want Rapid Photo Downloader to appear in the Windows menu?" msgstr "Rapid Photo DownloaderãŒWindowsメニューã«è¡¨ç¤ºã•れるよã†ã«ã—ã¾ã™ã‹ï¼Ÿ" #: ../install.py:3803 msgid "Adding Rapid Photo Downloader to the Windows menu" msgstr "Rapid Photo Downloaderã‚’Windowsメニューã«è¿½åŠ " #: ../install.py:3813 msgid "Failed to copy application launcher." msgstr "アプリケーションロンãƒãƒ£ãƒ¼ã®ã‚³ãƒ”ーã«å¤±æ•—ã—ã¾ã—ãŸ" #: ../install.py:3824 msgid "Man pages can be found in {}/share/man/man1" msgstr "Manページã¯{}/share/man/man1ã«ã‚りã¾ã™" #: ../install.py:3829 msgid "Do you want to install the application's man pages?" msgstr "アプリケーションã®manページを導入ã—ã¾ã™ã‹ï¼Ÿ" #: ../install.py:3830 msgid "They will be installed into {}" msgstr "ã“れらã¯{}ã«å°Žå…¥ã•れã¾ã™" #: ../install.py:3832 ../install.py:3839 msgid "If you uninstall the application, remove these manpages yourself." msgstr "アプリケーションをアンインストールã—ãŸå ´åˆã«ã¯ï¼Œã“れらã®manページをã”自身ã§å‰Šé™¤ã—ã¦ãã ã•ã„." #: ../install.py:3835 msgid "Do want to install the man pages?" msgstr "manページもインストールã—ã¾ã™ã‹ï¼Ÿ" #: ../install.py:3837 msgid "Installing man pages into {}" msgstr "manページを{}ã«ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã—ã¦ã„ã¾ã™" #: ../install.py:3855 msgid "Failed to create man page directory: exiting." msgstr "manページ用ディレクトリを作æˆã§ãã¾ã›ã‚“ã§ã—ãŸï¼Žçµ‚了ã—ã¾ã™ï¼Ž" #: ../install.py:3876 msgid "Failed to copy man page." msgstr "manページをコピーã§ãã¾ã›ã‚“ã§ã—ãŸ" #: ../install.py:3915 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:3928 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:3934 msgid "" "You may have to restart WSL to be able to run the program from the command " "line." msgstr "コマンドラインã‹ã‚‰ã“ã®ãƒ—ログラムを実行ã§ãるよã†ã«ã™ã‚‹ãŸã‚ã«ã¯ã€WSLã‚’å†èµ·å‹•ã™ã‚‹å¿…è¦ãŒã‚りã¾ã™ã€‚" #: ../install.py:3944 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line." msgstr "コマンドラインã‹ã‚‰ãƒ—ログラムを実行ã™ã‚‹ã«ã¯ã€{path}をパソコンã®$PATH環境変数ã«åŠ ãˆãªãã¦ã¯ãªã‚Šã¾ã›ã‚“。" #: ../install.py:3949 #, 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:3971 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "(終了時ã«ã‚»ã‚°ãƒ¡ãƒ³ãƒ†ãƒ¼ã‚·ãƒ§ãƒ³ãƒ•ォルトãŒèµ·ããŸã¨ã—ã¦ã‚‚,無視ã—ã¦æ§‹ã„ã¾ã›ã‚“…)" #: ../install.py:3973 msgid "Done." msgstr "完了ã—ã¾ã—ãŸã€‚" #: ../install.py:3987 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:4043 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" #. Translators: do not translate the terms --PyQt5-version or --use-system-PyQt5 #: ../install.py:4055 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "--PyQt5-versionã¾ãŸã¯--use-system-PyQt5ã®ã„ãšã‚Œã‹ä¸€ã¤ã‚’指定ã—ã¦ãã ã•ã„。" #: ../install.py:4067 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" "申ã—訳ã‚りã¾ã›ã‚“。PyQt5ã®ç‰¹å®šãƒãƒ¼ã‚¸ãƒ§ãƒ³ã‚’指定ã™ã‚‹ã«ã¯ã€Intelã¾ãŸã¯AMDã®64ビットプラットフォーム上ã§ã€Python 3.5以é™ãŒå¿…è¦ã§ã™ã€‚" #. Translators: do not translate the term PyQt5 #: ../install.py:4081 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "PyQt5ã®ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã‚’X.Xã‚ã‚‹ã„ã¯X.X.Xã®æ›¸å¼ã§å…¥åŠ›ã—ã¦ãã ã•ã„" #: ../install.py:4097 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "Rapid Photo Downloaderã‚’ç¾è¡Œã®ãƒãƒ¼ãƒãƒ£ãƒ«ç’°å¢ƒã«ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã—ã¾ã™ã‹ï¼Ÿ" #: ../install.py:4111 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:4124 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:4134 msgid "Using virtual environment for installation using pip." msgstr "pipを使ã£ãŸå°Žå…¥ã«ãƒãƒ¼ãƒãƒ£ãƒ«ç’°å¢ƒã‚’使用ã—ã¦ã„ã¾ã™ã€‚" #: ../install.py:4139 ../install.py:4153 msgid "Do not include any other command line arguments when specifying" msgstr "指定時ã«ä»–ã®ã‚³ãƒžãƒ³ãƒ‰ãƒ©ã‚¤ãƒ³å¼•数を入れãªã„ã§ãã ã•ã„" #: ../install.py:4172 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" "ã”ã‚ã‚“ãªã•ã„,ã“ã®ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ©ã¯ã‚«ã‚¹ã‚¿ãƒ pythonインストールã¯ã‚µãƒãƒ¼ãƒˆã—ã¦ã„ã¾ã›ã‚“.\n" "終了ã—ã¾ã™â€¦" #: ../install.py:4180 msgid "Restarting script using system python..." msgstr "システムpythonを使用ã—ã¦ã‚¹ã‚¯ãƒªãƒ—トをå†é–‹ã—ã¾ã™â€¦" #: ../install.py:4193 msgid "Detected Linux distribution {} {}" msgstr "Linux頒布版{}{}を検出ã—ã¾ã—ãŸ" #: ../install.py:4231 msgid "To continue, the package python3-apt must be installed." msgstr "ç¶šã‘ã‚‹ã«ã¯ï¼Œpython3-aptパッケージãŒå°Žå…¥æ¸ˆã¿ã§ãªãã¦ã¯ãªã‚Šã¾ã›ã‚“." #: ../install.py:4263 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "以下ã®ãƒ‘ッケージをLinuxã®æ¨™æº–パッケージマãƒã‚¸ãƒ£ãƒ¼ã‚’使ã£ã¦ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã—ãŸå¾Œã€ã“ã®ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ©ãƒ¼ã‚’å†åº¦å®Ÿè¡Œã—ã¦ãã ã•ã„:" #: ../install.py:4275 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:4324 msgid "Installing python requests" msgstr "python requestsã‚’å°Žå…¥ã—ã¦ã„ã¾ã™" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "高速写真ダウンローダを更新" #: ../upgrade.py:647 ../raphodo/ui/viewutils.py:679 #: ../raphodo/ui/viewutils.py:699 msgid "&Cancel" msgstr "中止(&C)" #: ../upgrade.py:651 msgid "&Upgrade" msgstr "æ›´æ–°(&U)" #: ../upgrade.py:656 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "ãƒãƒ¼ã‚¸ãƒ§ãƒ³%sã«æ›´æ–°ã™ã‚‹ã«ã¯ï¼Œæ›´æ–°ãƒœã‚¿ãƒ³ã‚’クリックã—ã¦ãã ã•ã„" #: ../upgrade.py:659 msgid "Click the Upgrade button to start the upgrade." msgstr "æ›´æ–°ã‚’é–‹å§‹ã™ã‚‹ã«ã¯ï¼Œæ›´æ–°ãƒœã‚¿ãƒ³ã‚’クリックã—ã¦ãã ã•ã„." #: ../upgrade.py:662 ../upgrade.py:668 ../raphodo/ui/viewutils.py:678 #: ../raphodo/ui/viewutils.py:698 msgid "&Close" msgstr "é–‰ã˜ã‚‹(&C)" #: ../upgrade.py:663 msgid "&Run" msgstr "実行(&R)" #: ../upgrade.py:693 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "ã“ã®æ›´æ–°ã‚’実行ã™ã‚‹å‰ã«é«˜é€Ÿå†™çœŸãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ€ãƒ¼ã‚’é–‰ã˜ã¦ãã ã•ã„。" #: ../upgrade.py:696 msgid "Upgrade running..." msgstr "更新中ã§ã™â€¦" #: ../upgrade.py:732 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "%sã¸ã®æ›´æ–°ã«æˆåŠŸã—ã¾ã—ãŸï¼Žçµ‚了ã™ã‚‹ã«ã¯é–‰ã˜ã‚‹ã‚’クリックã—ã¦ãã ã•ã„.プログラムを実行ã™ã‚‹ã«ã¯å®Ÿè¡Œã‚’クリックã—ã¦ãã ã•ã„." #: ../upgrade.py:737 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "æ›´æ–°ã¯æˆåŠŸã—ã¾ã—ãŸï¼Žçµ‚了ã™ã‚‹ã«ã¯é–‰ã˜ã‚‹ã‚’クリックã—ã¦ãã ã•ã„.プログラムを実行ã™ã‚‹ã«ã¯å®Ÿè¡Œã‚’クリックã—ã¦ãã ã•ã„." #: ../upgrade.py:741 msgid "Upgrade failed. Click Close to exit." msgstr "æ›´æ–°ã«å¤±æ•—ã—ã¾ã—ãŸï¼Žé–‰ã˜ã‚‹ã‚’クリックã—ã¦çµ‚了ã—ã¦ãã ã•ã„." #: ../upgrade.py:11330 #, python-format msgid "Upgrading %s..." msgstr "%sを更新中…" #: ../upgrade.py:11332 msgid "Press any key to continue..." msgstr "何ã‹ã‚­ãƒ¼ã‚’押ã—ã¦ç¶šã‘ã¦ãã ã•ã„…" #: ../upgrade.py:11345 msgid "Rapid Photo Downloader upgrade failed" msgstr "é«˜é€Ÿå†™çœŸãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ€ã®æ›´æ–°ã«å¤±æ•—ã—ã¾ã—ãŸ" #: ../upgrade.py:11347 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "pythonパッケージ%sã‚’æ›´æ–°ã§ãã¾ã›ã‚“ã§ã—ãŸï¼Žã‚¢ãƒƒãƒ—グレードを続ã‘ã‚‹ã“ã¨ãŒã§ãã¾ã›ã‚“." #: ../raphodo/ui/aboutdialog.py:334 msgid "Credits" msgstr "クレジット" #: ../raphodo/ui/aboutdialog.py:339 msgid "Translators" msgstr "翻訳担当" #: ../raphodo/ui/backuppanel.py:280 msgid "Backups are not configured" msgstr "ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã®è¨­å®šãŒç‚ºã•れã¦ã„ã¾ã›ã‚“" #: ../raphodo/ui/backuppanel.py:282 msgid "No backup devices detected" msgstr "ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—デãƒã‚¤ã‚¹ã‚’検出ã§ãã¾ã›ã‚“" #: ../raphodo/ui/backuppanel.py:285 msgid "Valid backup locations not yet specified" msgstr "有効ãªãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—場所ãŒã¾ã æŒ‡å®šã•れã¦ã„ã¾ã›ã‚“" #: ../raphodo/ui/backuppanel.py:465 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "ダウンロードã«éš›ã—ã¦ï¼Œå†™çœŸã‚„動画を複数ã®å ´æ‰€(例: 外部ãƒãƒ¼ãƒ‰ãƒ‡ã‚£ã‚¹ã‚¯)ã«ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ï¼Ž" #: ../raphodo/ui/backuppanel.py:473 msgid "Back up photos and videos when downloading" msgstr "ダウンロードã®éš›ï¼Œå†™çœŸã‚„動画をãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—" #: ../raphodo/ui/backuppanel.py:479 msgid "Automatically detect backup devices" msgstr "ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—デãƒã‚¤ã‚¹ã‚’自動検出" #: ../raphodo/ui/backuppanel.py:485 msgid "" "Specify the folder in which backups are stored on the " "device.

    Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" "デãƒã‚¤ã‚¹ä¸Šã§ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã‚’ä¿ç®¡ã™ã‚‹ãƒ•ォルダを指定ã—ã¦ãã ã•ã„.

    註:ã“ã®åå‰ã®ãƒ•ォルダãŒã‚ã‚‹ã‹ã©ã†ã‹ã§ï¼Œãã®ãƒ‡ãƒã‚¤ã‚¹ãŒãƒãƒƒã‚¯" "アップ用ã‹å¦ã‹ã‚’判定ã—ã¾ã™ï¼Žãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—å…ˆã¨ã—ã¦ä½¿ç”¨ã—ãŸã„デãƒã‚¤ã‚¹å…¨ã¦ã«ï¼Œã“れらã®ãƒ•ォルダåã®ã„ãšã‚Œã‹ã‚’æŒã¤ãƒ•ォルダを作æˆã—ã¦ãã ã•ã„.両方ã®ãƒ•ォルダを作" "æˆã™ã‚‹ã¨ï¼Œå†™çœŸã¨å‹•ç”»ã®ä¸¡æ–¹ã‚’åŒã˜ãƒ‡ãƒã‚¤ã‚¹ã«ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ï¼Ž" #: ../raphodo/ui/backuppanel.py:500 msgid "Photo folder name:" msgstr "写真フォルダå:" #: ../raphodo/ui/backuppanel.py:505 msgid "Video folder name:" msgstr "動画フォルダå:" #: ../raphodo/ui/backuppanel.py:510 ../raphodo/ui/nameeditor.py:1000 #: ../raphodo/ui/renamepanel.py:141 msgid "Example:" msgstr "例:" #: ../raphodo/ui/backuppanel.py:521 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "自動検出を無効ã«ã—ãŸå ´åˆã«ã¯ï¼Œæ­£ç¢ºãªãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—å ´æ‰€ã‚’é¸æŠžã—ã¦ãã ã•ã„." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:532 msgid "Photo backup location:" msgstr "写真ã®ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—場所:" #: ../raphodo/ui/backuppanel.py:542 msgid "Select Photo Backup Location" msgstr "写真ã®ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—å ´æ‰€ã‚’é¸æŠžã—ã¦ãã ã•ã„" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:554 msgid "Video backup location:" msgstr "å‹•ç”»ã®ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—場所:" #: ../raphodo/ui/backuppanel.py:560 msgid "Select Video Backup Location" msgstr "å‹•ç”»ã®ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—場所をé¸ã‚“ã§ãã ã•ã„" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:676 msgid "drive1" msgstr "ドライブ1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:679 msgid "drive2" msgstr "ドライブ2" #: ../raphodo/ui/backuppanel.py:746 msgid "Projected Backup Storage Use" msgstr "ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã®äºˆæ¸¬ä½¿ç”¨å®¹é‡" #: ../raphodo/ui/backuppanel.py:751 msgid "Backup Options" msgstr "ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ— オプション" #: ../raphodo/copyfiles.py:610 msgid "video THM" msgstr "å‹•ç”»THM" #: ../raphodo/copyfiles.py:620 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:104 ../raphodo/ui/devicedisplay.py:1408 #: ../raphodo/rpdfile.py:310 #, 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:112 ../raphodo/ui/devicedisplay.py:1414 #: ../raphodo/rpdfile.py:298 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s個ã®å‹•ç”»" #: ../raphodo/ui/destinationdisplay.py:123 msgid "Used" msgstr "使用é‡" #: ../raphodo/ui/destinationdisplay.py:124 msgid "Excess" msgstr "è¶…éŽé‡" #: ../raphodo/ui/destinationdisplay.py:133 ../raphodo/ui/devicedisplay.py:1440 msgid "Device size unknown" msgstr "デãƒã‚¤ã‚¹å®¹é‡ã¯ä¸æ˜Žã§ã™" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:146 #, python-format msgid "No space free on %(size_total)s device" msgstr "%(size_total)sデãƒã‚¤ã‚¹ä¸Šã«ç©ºããŒã‚りã¾ã›ã‚“" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:156 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_total)s中%(size_free)sã®ç©ºã" #: ../raphodo/ui/destinationdisplay.py:230 ../raphodo/ui/destinationpanel.py:74 #: ../raphodo/ui/devicedisplay.py:625 ../raphodo/rapid.py:2641 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:960 msgid "Photos" msgstr "写真" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:231 ../raphodo/ui/destinationpanel.py:78 #: ../raphodo/ui/devicedisplay.py:626 ../raphodo/rapid.py:2642 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:988 #: ../raphodo/storage/storage.py:602 msgid "Videos" msgstr "å‹•ç”»" #: ../raphodo/ui/destinationdisplay.py:232 msgid "Projected storage use after download" msgstr "ダウンロード後ã®äºˆæ¸¬ä½¿ç”¨å®¹é‡" #. Translators: Custom refers to the user choosing a non-default value that #. they customize themselves #: ../raphodo/ui/destinationdisplay.py:355 ../raphodo/ui/nameeditor.py:587 msgid "Custom..." msgstr "設定..." #: ../raphodo/ui/destinationdisplay.py:774 msgid "Configure photo subfolder creation" msgstr "写真サブフォルダ生æˆã®è¨­å®š" #: ../raphodo/ui/destinationdisplay.py:776 msgid "Configure video subfolder creation" msgstr "動画サブフォルダ生æˆã®è¨­å®š" #: ../raphodo/ui/destinationpanel.py:90 msgid "Projected Storage Use" msgstr "予測使用容é‡" #: ../raphodo/ui/destinationpanel.py:113 ../raphodo/ui/destinationpanel.py:125 msgid "Select a destination folder" msgstr "目的ã®ãƒ•ã‚©ãƒ«ãƒ€ã‚’é¸æŠžã—ã¦ãã ã•ã„" #: ../raphodo/ui/devicedisplay.py:1294 msgid "Probing device..." msgstr "デãƒã‚¤ã‚¹ã‚’検索中..." #: ../raphodo/ui/devicedisplay.py:1309 msgid "Temporarily ignore this device" msgstr "一時的ã«ã“ã®ãƒ‡ãƒã‚¤ã‚¹ã‚’無視ã™ã‚‹" #: ../raphodo/ui/devicedisplay.py:1313 msgid "Permanently ignore this device" msgstr "æ’ä¹…çš„ã«ã“ã®ãƒ‡ãƒã‚¤ã‚¹ã‚’無視ã™ã‚‹" #: ../raphodo/ui/devicedisplay.py:1316 msgid "Rescan" msgstr "å†èµ°æŸ»" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1437 #, python-format msgid "%s full" msgstr "%s使用済" #: ../raphodo/ui/devicedisplay.py:1457 msgid "Other" msgstr "ãã®ä»–" #: ../raphodo/devices.py:603 ../raphodo/devices.py:604 msgid "Cameras" msgstr "カメラ" #: ../raphodo/devices.py:605 ../raphodo/devices.py:1256 #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 ../raphodo/rapid.py:2490 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:1006 #, 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:1073 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s個ã®%(device_type)s" #: ../raphodo/devices.py:1229 ../raphodo/rapid.py:2213 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:1280 ../raphodo/devices.py:1300 #, 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:1318 #, 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:1326 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s個ã®ãƒ‡ãƒã‚¤ã‚¹" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1652 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "ダウンロードã™ã‚‹ã‹å¦ã‹ãƒžãƒ¼ã‚¯ã™ã‚‹ã«ã¯ï¼Œãƒ•ァイルã®ãƒã‚§ãƒƒã‚¯ãƒœãƒƒã‚¯ã‚¹ã‚’クリックã—ã¦ãã ã•ã„." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "ã™ã§ã«ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã•れãŸãƒ•ァイルã¯è¨˜æ†¶ã•れã¦ã„ã¾ã™ï¼Žå‰å›žãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã—ãŸãƒ•ァイルをå†åº¦ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã™ã‚‹ã‚ˆã†ã«ãƒžãƒ¼ã‚¯ã™ã‚‹ã“ã¨ã‚‚ã§ãã¾ã™ãŒï¼Œæ—¢å®šå€¤ã§ã¯ã“れらã®" "ファイルã®ãƒã‚§ãƒƒã‚¯ã¯å¤–ã•れã¦ãŠã‚Šï¼Œãã®ã‚µãƒ ãƒãƒ¼ãƒ«ã‚‚,ã“れã‹ã‚‰ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã—ãªãã¦ã¯ãªã‚‰ãªã„ファイルã‹ã‚‰åŒºåˆ¥ã™ã‚‹ãŸã‚ã«ï¼Œæ·¡è‰²è¡¨ç¤ºã•れã¦ã„ã¾ã™ï¼Ž" #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" "2ã¤ä»¥ä¸Šã®ãƒ•ァイルãŒé¸æŠžã•れã¦ã„ã‚‹å ´åˆã«ã¯ï¼Œå‰å›žãƒã‚§ãƒƒã‚¯ãƒžãƒ¼ã‚¯ãŒã•れã¦ã„ãŸã‹ã©ã†ã‹ã«é–¢ã‚らãšï¼Œãƒã‚§ãƒƒã‚¯ãƒœãƒƒã‚¯ã‚¹ãŒã‚¯ãƒªãƒƒã‚¯ã•れã¦ã„るファイルã®ãƒžãƒ¼ã‚¯ãŒç”¨ã„ら" "れã¾ã™ï¼Ž" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "デãƒã‚¤ã‚¹å†…ã®å…¨ãƒ•ァイルを,手早ããƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ç”¨ã«æŒ‡å®šã—ãŸã‚Šå¤–ã—ãŸã‚Šã™ã‚‹ã«ã¯ï¼Œãƒ‡ãƒã‚¤ã‚¹ã®ãƒã‚§ãƒƒã‚¯ãƒœãƒƒã‚¯ã‚¹ã‚’クリックã—ã¦ãã ã•ã„." #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" "ダウンロードãŒçµ‚ã‚ã£ãŸå¾Œï¼Œã‚µãƒ ãƒã‚¤ãƒ«ã®ãƒã‚§ãƒƒã‚¯ãƒœãƒƒã‚¯ã‚¹ãŒã‚¢ã‚¤ã‚³ãƒ³ã«å¤‰ã‚りã¾ã™ï¼Žã‚¢ã‚¤ã‚³ãƒ³ã®è‰²ã¯ï¼Œãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ãŒæˆåŠŸã—ãŸã®ã‹ï¼ˆç·‘色),改åã«å•題ãŒã‚ã£ãŸã®ã‹ï¼ˆ" "é»„è‰²ï¼æ©™è‰²ï¼‰ï¼Œå¤±æ•—ã—ãŸã®ã‹ï¼ˆèµ¤è‰²ï¼‰ã‚’示ã—ã¾ã™ï¼Ž" #: ../raphodo/ui/didyouknow.py:91 msgid "" "\n" "In case of any problems, a red icon will appear at the bottom of the window " "indicating \n" "how many error reports there are. Clicking on it opens the Error Report " "window." msgstr "" "\n" "å•題ãŒç”Ÿã˜ãŸå ´åˆã«ã¯ï¼Œã‚¨ãƒ©ãƒ¼ãƒ¬ãƒãƒ¼ãƒˆã®æ•°ã‚’表示ã—ãŸ\n" "赤ã„アイコンãŒã‚¦ã‚£ãƒ³ãƒ‰ã‚¦ä¸‹éƒ¨ã«è¡¨ç¤ºã•れã¾ã™ï¼Žãれを\n" "クリックã™ã‚‹ã¨ã‚¨ãƒ©ãƒ¼ãƒ¬ãƒãƒ¼ãƒˆã‚¦ã‚£ãƒ³ãƒ‰ã‚¦ãŒé–‹ãã¾ã™ï¼Ž" #: ../raphodo/ui/didyouknow.py:97 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." msgstr "" "\n" "エラーレãƒãƒ¼ãƒˆã‚¦ã‚£ãƒ³ãƒ‰ã‚¦ã«ã¯ï¼Œãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ä¸­ãŠã‚ˆã³å‰å¾Œã«ç”Ÿã˜ãŸå•題ã®å…¨ã¦ãŒ\n" "表示ã•れã¾ã™ï¼Žæ©™è‰²ã®ä¸‰è§’å½¢ã¯è­¦å‘Šã‚’赤丸ã¯ã‚¨ãƒ©ãƒ¼ã‚’,黒丸ã¯ã•ã‚‰ã«æ·±åˆ»ãªã‚¨ãƒ©ãƒ¼\n" "を示ã—ã¾ã™ï¼Žãƒã‚¤ãƒ‘ーリンクをクリックã™ã‚‹ã¨ï¼Œå½“該ファイルã‹ãƒ•ァイルマãƒãƒ¼ã‚¸ãƒ£ãƒ¼\n" "中ã«ãƒ‡ãƒã‚¤ã‚¹ãŒé–‹ãã¾ã™ï¼Žã¾ãŸï¼Œã‚¨ãƒ©ãƒ¼ãƒ¬ãƒãƒ¼ãƒˆã‚¦ã‚£ãƒ³ãƒ‰ã‚¦ã®å·¦ä¸‹ã«ã‚る検索ボッ\n" "クスã§ï¼Œãƒ¬ãƒãƒ¼ãƒˆã«å¯¾ã—ã¦æ¤œç´¢ã‚’ã‹ã‘ã‚‹ã“ã¨ã‚‚ã§ãã¾ã™ï¼Ž" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" "カメラ・スマートフォン・メモリーカード・ãƒãƒ¼ãƒ‰ãƒ‡ã‚£ã‚¹ã‚¯ãªã©ï¼ŒãŠä½¿ã„ã®ã‚³ãƒ³ãƒ”ュータãŒåŒæ™‚ã«å–り扱ã†ã“ã¨ãŒã§ãã‚‹æ•°ã®ãƒ‡ãƒã‚¤ã‚¹ã‹ã‚‰ï¼ŒåŒæ™‚ã«ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã™ã‚‹ã“ã¨ãŒ" "ã§ãã¾ã™ï¼Ž" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" "時間軸ã¯ï¼Œæ’®å½±é–“ã®çµŒéŽæ™‚é–“ã«ã‚ˆã£ã¦å†™çœŸã‚„動画をグループ化ã—ã¾ã™ï¼Ž1日もã—ãã¯æ•°æ—¥å†…ã®åˆ¥ã®æ™‚é–“å¸¯ã«æ’®ã‚‰ã‚ŒãŸå†™çœŸã‚„動画をèªè­˜ã™ã‚‹ã®ã«ãŠä½¿ã„ãã ã•" "ã„." #: ../raphodo/ui/didyouknow.py:123 msgid "" "\n" "

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

    \n" "

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

    " msgstr "" "\n" "

    上ã®ã‚¤ãƒ©ã‚¹ãƒˆã§ï¼Œæ™‚é–“è»¸ã®æœ€åˆã®è¡Œã¯ï¼Œãã®æ—¥ã®ãƒ•ァイルãŒå…¨ã¦ä»¥å‰ã«\n" "ダウンロードã•れã¦ã—ã¾ã£ã¦ã„ã‚‹ã®ã§ï¼Œé»’ããªã£ã¦ã„ã¾ã™ï¼Ž

    \n" "

    時間軸ã®ã‚¹ãƒ©ã‚¤ãƒ€ã¯ï¼Œæ™‚é–“è»¸ã®æ§‹ç¯‰ã«ä½¿ã†å„撮影間ã®çµŒéŽæ™‚間を調節\n" "ã™ã‚‹ã®ã«ä½¿ã‚れã¾ã™ï¼Ž

    " #: ../raphodo/ui/didyouknow.py:133 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" "ã‚る期間ã®å†™çœŸãƒ»å‹•画を見るã«ã¯ï¼Œãƒžã‚¦ã‚¹ã‚’使用ã—ã¦ï¼ˆå ´åˆã«ã‚ˆã‚ŠShift>ã‚„Ctrlを併用ã—ã¦ï¼‰æœŸé–“ã‚’é¸æŠžã—ã¦ãã ã•ã„." "期間ãŒé¸æŠžã•れるã¨ï¼Œãƒ¡ã‚¤ãƒ³ã‚¦ã‚£ãƒ³ãƒ‰ã‚¦ã®å·¦å´ã®æ™‚間軸ボタンãŒãƒã‚¤ãƒ©ã‚¤ãƒˆã•れã¾ã™ï¼Ž" #: ../raphodo/ui/didyouknow.py:140 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" "ダウンロードã®éš›ã¯ï¼Œæ™‚間軸ãŒä½¿ç”¨ã•れã¦ã„ã‚‹ãŸã‚ã«ç¾åœ¨è¡¨ç¤ºã•れã¦ã„ãªã„ファイルもå«ã¿ï¼Œãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ç”¨ã«ãƒã‚§ãƒƒã‚¯ã•れã¦ã„ã‚‹å…¨ã¦ã®ãƒ•ァイルãŒã¤ã­ã«ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã•" "れã¾ã™ï¼Ž" #: ../raphodo/ui/didyouknow.py:147 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "プログラムウィンドウã®å·¦ä¸Šã§ï¼Œãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ä¸­ã®ãƒ‡ãƒã‚¤ã‚¹åをクリックã™ã‚‹ã“ã¨ã§ï¼Œãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã‚½ãƒ¼ã‚¹ã‚’表示ã—ãŸã‚Šæ¶ˆã—ãŸã‚Šã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ï¼Ž" #: ../raphodo/ui/didyouknow.py:154 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 \n" "metadata (where 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 \n" "raw images, for instance.
    8. \n" "
    9. File Type: photo or video.
    10. \n" "
    11. Device: name of the device the photos and videos are being " "downloaded \n" "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/ui/didyouknow.py:172 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" "é«˜é€Ÿå†™çœŸãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ€ã®æœ€ã‚‚ä¾¿åˆ©ãªæ©Ÿèƒ½ã®ä¸€ã¤ã«ï¼Œè‡ªå‹•çš„ã«ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã™ã‚‹ã‚µãƒ–ãƒ•ã‚©ãƒ«ãƒ€ã‚’ä½œã‚Šï¼Œé¸æŠžã—ãŸã‚¹ã‚­ãƒ¼ãƒ ã«å¾“ã£ã¦ï¼Œãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã—ãŸãƒ•ァイルåを変更ã™ã‚‹ã“" "ã¨ãŒã§ãã‚‹ã“ã¨ãŒã‚りã¾ã™ï¼Ž" #: ../raphodo/ui/didyouknow.py:178 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" "ã©ã“ã«ãƒ•ァイルをダウンロードã™ã‚‹ã‹ï¼Œãれらをã©ã®ã‚ˆã†ã«å‘½åã™ã‚‹ã‹ã‚’指定ã™ã‚‹ã«ã¯ï¼Œã‚¢ãƒ—リケーション " "ウィンドウã®å³å´ã®å—入先・å称変更・ジョブコードã®ã†ã¡ï¼Œé©åˆ‡ãªãƒ‘ãƒãƒ«ã‚’é–‹ã„ã¦ãã ã•ã„." #: ../raphodo/ui/didyouknow.py:185 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 \n" "illustration below, the destination folders are "Pictures" and \n" ""Videos". The name of the destination folder is displayed in the " "grey bar \n" "directly above the folder tree, with a folder icon to its left and a gear " "icon to \n" "its far right.
      2. \n" "
      3. The download subfolders, which are directories that will be " "automatically \n" "generated by Rapid Photo Downloader. They need not already exist on your " "computer, but \n" "it's okay if they do. They will be generated under the destination " "folder.
      4. \n" "
      " msgstr "" "\n" "ダウンロード ãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªã®æ§‹é€ ã‚’考ãˆã‚‹éš›ã«ã¯ï¼Œãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªã®åž‹ãŒ2ã¤ã‚ã‚‹ã“ã¨ã‚’念頭ã«ãŠã„ã¦ãã ã•ã„:\n" "
        \n" "
      1. å—入先フォルダ(例:「ピクãƒãƒ£ã€ãƒ»ã€Œãƒ•ォトã€ãƒ»ã€Œãƒ“デオã€ï¼‰\n" "ã“ã®ãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªã¯ï¼Œã‚³ãƒ³ãƒ”ãƒ¥ãƒ¼ã‚¿ä¸Šã«æ—¢ã«ãªãã¦ã¯ãªã‚Šã¾ã›ã‚“.\n" "下ã®ã‚¤ãƒ©ã‚¹ãƒˆã§ã¯ï¼Œå—入先フォルダã¯ã€ŒPicturesã€ã¨ã€ŒVideosã€ã§ã™ï¼Ž\n" "å—入先フォルダåã¯ï¼Œãƒ•ォルダツリーã®ç›´ä¸Šã«ç°è‰²ã®ãƒãƒ¼ã§è¡¨ç¤ºã•れ,\n" "å·¦ã«ãƒ•ォルダアイコン,離れã¦å³å´ã«æ­¯è»Šã‚¢ã‚¤ã‚³ãƒ³ãŒè¡¨ç¤ºã•れã¾ã™ï¼Ž
      2. \n" "
      3. ダウンロード サブフォルダ(高速写真ダウンローダãŒè‡ªå‹•ã§\n" "生æˆã™ã‚‹ãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªï¼‰ã“ã®ãƒ•ォルダã¯ï¼Œã‚³ãƒ³ãƒ”ュータ上ã«ã¯ã‚ã£ã¦ã‚‚\n" "ãªãã¦ã‚‚æ§‹ã„ã¾ã›ã‚“.å—入先フォルダã®ä¸‹ã«è‡ªå‹•ã§ä½œæˆã•れã¾ã™ï¼Ž
      4. \n" "
      " #: ../raphodo/ui/didyouknow.py:202 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a \n" "different destination folder for each. The same applies to the download " "subfolders for \n" "photos and videos—download photos and videos to the same subfolders, " "or use a \n" "different scheme for each type." msgstr "" "\n" "写真ã¨å‹•ç”»ã¯ï¼ŒåŒã˜ãƒ•ォルダã«ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã™ã‚‹ã“ã¨ã‚‚ã§ãã¾ã™ãŒï¼Œåˆ¥ã€…ã®ãƒ•ォルダを指定ã™ã‚‹\n" "ã“ã¨ã‚‚ã§ãã¾ã™ï¼Žå†™çœŸã¨å‹•ç”»ã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ サブフォルダã«ã¤ã„ã¦ã‚‚åŒæ§˜ã§ã™ï¼Žâˆ’ 写真ã¨å‹•画を\n" "åŒã˜ã‚µãƒ–フォルダã«ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã‚’ã™ã‚‹ã“ã¨ã‚‚ã§ãã¾ã™ãŒï¼Œå„åž‹ã«åˆ¥ã€…ã®ã‚¹ã‚­ãƒ¼ãƒ ã‚’使用ã™ã‚‹ã“\n" "ã¨ã‚‚ã§ãã¾ã™ï¼Ž" #: ../raphodo/ui/didyouknow.py:211 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" "自動的ã«ç”Ÿæˆã•れãŸãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã‚µãƒ–フォルダã«ã¯ï¼Œå¿…è¦ãªã‚‰ã°ï¼Œã•らã«è‡ªå‹•çš„ã«ç”Ÿæˆã•れãŸã‚µãƒ–フォルダをå«ã‚€ã“ã¨ãŒã§ãã¾ã™ï¼Žã‚ˆãã‚るスキームã¨ã—ã¦ã¯ï¼Œå¹´ã®ã‚µãƒ–フ" "ォルダを生æˆã—,ãã®ä¸­ã«å¹´-月-æ—¥ã¨ç¶šãサブフォルダを生æˆã™ã‚‹æ–¹æ³•ãŒã‚りã¾ã™ï¼Ž" #: ../raphodo/ui/didyouknow.py:220 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to \n" "download:\n" "
        \n" "
      1. The destination folder tree shows the download subfolders already on " "your computer \n" "(those in a regular, non-italicized font), and the subfolders that will be " "created \n" "during the download (those whose names are italicized).
      2. \n" "
      3. The folder tree also shows into which subfolders the files will be " "downloaded \n" "(those colored black).
      4. \n" "
      " msgstr "" "\n" "高速写真ダウンローダã¯ï¼Œã„ã¤ã§ã‚‚å¯èƒ½ãªå ´åˆã¯ï¼Œãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã™ã‚‹å†™çœŸãƒ»å‹•ç”»ã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ サブフォルダをプレビューã—ã¾ã™ï¼š\n" "
        \n" "
      1. å—入先フォルダツリーã«ã¯ï¼Œã™ã§ã«ã‚³ãƒ³ãƒ”ュータ上ã«ã‚るダウンロード\n" "サブフォルダ(斜字体ã§ãªã„通常フォント)ã¨ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ä¸­ã«ä½œæˆã•れる\n" "ダウンフォルダ(斜字体)ãŒè¡¨ç¤ºã•れã¾ã™ï¼Ž
      2. \n" "
      3. フォルダツリーã«ã¯ï¼Œãƒ•ァイルãŒãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã•れるサブフォルダも\n" "表示ã•れã¾ã™ï¼ˆé»’色).
      4. \n" "
      " #: ../raphodo/ui/didyouknow.py:235 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following \n" "elements:\n" "
        \n" "
      1. File metadata, very often including the date the photo or video " "was created, \n" "but might also include the camera model name, camera serial number, or file " "extension \n" "e.g. JPG or CR2.
      2. \n" "
      3. A Job Code, which is free text you specify at the time the " "download occurs, \n" "such as the 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 \n" "format makes it easy to keep them sorted in a file manager, which is why " "it's the \n" "default option:" msgstr "" "\n" "ダウンロード サブフォルダåã¯ï¼Œé€šå¸¸ï¼Œä»¥ä¸‹ã®è¦ç´ ã‚’,全ã¦ã¾ãŸã¯ä¸€éƒ¨ä½¿ã£ã¦æ§‹æˆã•れã¾ã™ï¼š\n" "
        \n" "
      1. ファイル メタデータ:通常,写真や動画ãŒç”Ÿæˆã•ã‚ŒãŸæ—¥ã‚’å«ã¿ã¾ã™ãŒï¼Œ\n" "カメラã®ãƒ¢ãƒ‡ãƒ«å,カメラã®ã‚·ãƒªã‚¢ãƒ«ç•ªå·ï¼ŒJPGã‚„CR2ãªã©ã®ãƒ•ァイル拡張å­ã‚‚\n" "å«ã¾ã‚Œã‚‹ã“ã¨ãŒã‚りã¾ã™ï¼Ž
      2. \n" "
      3. ジョブコード:イベントåや地åãªã©ï¼Œ\n" "ダウンロードãŒè¡Œã‚ã‚ŒãŸæ™‚ã«æŒ‡å®šã—ãŸè‡ªç”±æ–‡ï¼Ž
      4. \n" "
      5. テキスト:ãƒã‚¤ãƒ•ンや空白ãªã©ï¼Œå¸¸æ™‚表示ã•れるè¦ç´ ï¼Ž
      6. \n" "
      \n" "å¹´æœˆæ—¥ã®æ•°å­—ã§ã‚µãƒ–フォルダを命åã™ã‚‹ã¨ï¼Œç°¡å˜ã«ãƒ•ァイルマãƒã‚¸ãƒ£ä¸­ã§æ•´åºã•れãŸçŠ¶æ…‹ã«ã§ãã¾ã™ã®ã§ï¼Œã“ã‚ŒãŒæ—¢å®šã‚ªãƒ—ションã«ãªã£ã¦ã„ã¾ã™ï¼š" #: ../raphodo/ui/didyouknow.py:254 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 \n" "preset. Click on the gear icon to bring up a drop-down menu:" msgstr "" "\n" "ダウンロードã¨åŒæ™‚ã«ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ サブフォルダを自動生æˆã™ã‚‹ã«ã¯ï¼Œ\n" "高速写真ダウンローダã®çµ„込スキームを使用ã™ã‚‹ã‹ï¼Œè¨­å®šã‚¹ã‚­ãƒ¼ãƒ ã‚’作æˆã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ï¼Ž\n" "歯車アイコンをクリックã—ã¦ï¼Œãƒ‰ãƒ­ãƒƒãƒ—ダウンメニューを開ã„ã¦ãã ã•ã„:" #: ../raphodo/ui/didyouknow.py:261 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to \n" "configure your own scheme. You create your own schemes using the Photo or " "Video \n" "Subfolder Generation Editor:" msgstr "" "\n" "ドロップダウンメニューã‹ã‚‰çµ„è¾¼ã‚¹ã‚­ãƒ¼ãƒ ã‚’é¸æŠžã™ã‚‹ã‹ï¼Œè¨­å®šã‚’クリックã—ã¦è‡ªåˆ†ã®ã‚¹ã‚­ãƒ¼ãƒ ã‚’設定ã—ã¦ãã ã•ã„.\n" "写真・動画サブフォルダ生æˆã‚¨ãƒ‡ã‚£ã‚¿ã‚’使用ã—ã¦ï¼Œè‡ªåˆ†ã®ã‚¹ã‚­ãƒ¼ãƒ ã‚’作るã“ã¨ãŒã§ãã¾ã™ï¼š" #: ../raphodo/ui/didyouknow.py:270 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" "rawç”»åƒã¨jpegç”»åƒã‚’別々ã®ãƒ•ォルダã«ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã™ã‚‹ã®ã¯ç°¡å˜ã§ã™ï¼Žãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã‚µãƒ–フォルダ生æˆã‚¹ã‚­ãƒ¼ãƒ ã®ä¸€éƒ¨ã§ãƒ•ã‚¡ã‚¤ãƒ«åæ‹¡å¼µå­ã‚’使用ã™" "ã‚‹ã ã‘ã§ã™ï¼š" #: ../raphodo/ui/didyouknow.py:276 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "ã“ã®ä¾‹ã§ã¯ï¼Œã€ŒMy custom presetã€ã¨ã„ã†åç§°ã®ä¿å­˜æ¸ˆã¿è¨­å®šã‚¹ã‚­ãƒ¼ãƒ ã‚’示ã—ã¦ã„ã¾ã™ï¼Ž" #: ../raphodo/ui/didyouknow.py:282 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 \n" "and a Job Code:" msgstr "" "\n" "入れå­çжã«ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ サブフォルダを作æˆã™ã‚‹å¿…è¦ã¯ã‚りã¾ã›ã‚“.ã“ã®ã‚¤ãƒ©ã‚¹ãƒˆã¯ï¼Œ\n" "å†™çœŸãŒæ’®ã‚‰ã‚ŒãŸæ—¥ä»˜ã¨ã‚¸ãƒ§ãƒ–コードã®ã¿ã‚’å«ã‚€ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ サブフォルダã®ç”Ÿæˆã‚’\n" "表ã—ã¦ã„ã¾ã™ï¼š" #: ../raphodo/ui/didyouknow.py:291 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 \n" "choices to generate new combinations. Supposing you wanted a date format " "that combines \n" "year (YYYY), a hyphen, and month (MM) to form YYYY-MM. You can create it " "like this \n" "(note the red circle around the hyphen):" msgstr "" "\n" "ã™ã§ã«å¤šãã®æ—¥æ™‚命åオプションãŒçµ„è¾¼ã§ç”¨æ„ã•れã¦ã„ã¾ã™ãŒï¼Œã“れらã¨ã¯é•ã†ã‚‚ã®ãŒå¿…è¦ã«ãªã‚‹ã“ã¨ã‚‚ã‚ã‚‹ã§ã—ょã†ï¼Ž\n" "自分自身ã®ã‚ªãƒ—ションを作æˆã—ã¦ã‚‚å…¨ãå•題ã‚りã¾ã›ã‚“.日時を新ã—ã„組ã¿åˆã‚ã›ã§ç”Ÿæˆã•ã›ã‚‹ã‚ˆã†ã«ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ï¼Ž\n" "暦年(YYYY)ã¨ãƒã‚¤ãƒ•ン,月(MM)を組ã¿åˆã‚ã›ã¦YYYY-MMã¨ã„ã†æ—¥ä»˜ãƒ•ã‚©ãƒ¼ãƒžãƒƒãƒˆãŒæ¬²ã—ã„ã‚‚ã®ã¨ã—ã¾ã—ょã†ï¼Ž\n" "下記ã®ã‚ˆã†ã«ã—ã¦ä½œã‚‹ã“ã¨ãŒã§ãã¾ã™ï¼ˆãƒã‚¤ãƒ•ンã®å‘¨ã‚Šã®èµ¤ä¸¸ã«æ³¨ç›®ã—ã¦ãã ã•ã„):" #: ../raphodo/ui/didyouknow.py:300 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names \n" "in the \n" "online " "\n" "documentation." msgstr "" "\n" "ダウンロード サブフォルダåã¨ãƒ•ァイルåを生æˆã™ã‚‹å…¨æ–¹æ³•ã«ã¤ã„ã¦ã¯ï¼Œã‚ªãƒ³ãƒ©ã‚¤ãƒ³èª¬æ˜Ž" "書をã”覧ãã ã•ã„." #: ../raphodo/ui/didyouknow.py:309 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. \n" "You can use them in subfolder and file names. In this illustration, some " "files have had \n" "the Job Code "Street" applied to them, and the selected files are " "about to \n" "get the Job Code "Green Bazaar":" msgstr "" "\n" "ジョブコードを使ãˆã°ï¼Œå†™çœŸã‚„å‹•ç”»ã®çµ„ã‚’å™è¿°ã™ã‚‹æ–‡ã‚’ç°¡å˜ã«å…¥åŠ›ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ï¼Ž\n" "ジョブコードã¯ï¼Œã‚µãƒ–フォルダやファイルåã«ä½¿ç”¨ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ï¼Žã“ã®ä¾‹ã§ã¯ï¼Œãƒ•ァイルã®\n" "ã„ãã¤ã‹ã¯ã€ŒStreetã€ã¨ã„ã†ã‚¸ãƒ§ãƒ–コードをã™ã§ã«æŒã£ã¦ãŠã‚Šï¼Œé¸æŠžã—ãŸãƒ•ァイルã«ã€ŒGreen Bazaarã€\n" "ã¨ã„ã†ã‚¸ãƒ§ãƒ–コードを与ãˆã‚ˆã†ã¨ã—ã¦ã„ã‚‹ã¨ã“ã‚ã§ã™ï¼Ž" #: ../raphodo/ui/didyouknow.py:317 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 \n" "prompted to enter a Job Code for them before the download begins." msgstr "" "\n" "ダウンロード開始å‰ã«æ–°è¦ã‚‚ã—ãã¯æ—¢å­˜ã®ã‚¸ãƒ§ãƒ–コードをé©ç”¨ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ï¼Ž\n" "ダウンロード中ã«ï¼Œã¾ã ã‚¸ãƒ§ãƒ–コードをé©ç”¨ã—ã¦ã„ãªã„ファイルãŒã‚ã£ãŸå ´åˆã«ã¯ï¼Œ\n" "ダウンロード開始å‰ã«ï¼Œãれらã®ã‚¸ãƒ§ãƒ–コードを入力ã™ã‚‹ã‚ˆã†ã«ä¿ƒã•れã¾ã™ï¼Ž" #: ../raphodo/ui/didyouknow.py:324 msgid "Look for hints to guide you when working with Job Codes:" msgstr "ジョブコードã«é–¢ã—ã¦ä½œæ¥­ã‚’ã—ã¦ã„る時ã«åŠ©ã‘ã¨ãªã‚‹ãƒ’ントを探ã™ï¼š" #: ../raphodo/ui/didyouknow.py:327 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "ヒントã¯ï¼Œãƒžã‚¦ã‚¹ãŒãƒœã‚¿ãƒ³ä¸Šã«ã‚ã‚‹ã¨ããªã©ï¼Œãã®æ–‡è„ˆã«ã‚ˆã£ã¦å¤‰ã‚りã¾ã™ï¼Ž" #: ../raphodo/ui/didyouknow.py:333 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!" msgstr "" "\n" "写真や動画ã«é‡è¤‡ã—ãªã„ファイルåã‚’ã¤ã‘ã‚‹ã¨ï¼Œã©ã®ãƒ•ァイルãŒã©ã‚Œã ã£ãŸã‹æ··ä¹±ã™ã‚‹\n" "ã“ã¨ã¯ã‚りã¾ã›ã‚“.ファイルåãŒé‡è¤‡ã—ãªã„よã†ã«ã™ã‚‹ãŸã‚ã«é€£ç•ªã‚’用ã„ã‚‹ã“\n" "ã¨ãŒï¼Œé«˜ã推奨ã•れã¾ã™ï¼Ž" #: ../raphodo/ui/didyouknow.py:340 msgid "" "\n" "

      Four types of sequence values are available to help you assign unique " "names to your \n" "photos and 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 \n" "last time the 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 \n" "documentation.

      " msgstr "" "\n" "

      写真・動画ã®å›ºæœ‰åを割り当ã¦ã‚‹ã®ã«ï¼Œ4種類ã®é€£ç•ªå€¤ã‚’使用\n" "ã§ãã¾ã™ï¼š\n" "

        \n" "
      1. 今日ã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰æ•°ï¼šãã®æ—¥ã«å®Œäº†ã—ãŸãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰æ•°ï¼Ž
      2. \n" "
      3. ä¿å­˜æ•°ï¼šä»Šæ—¥ã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰æ•°ã«é¡žä¼¼ã—ã¦ã„ã¾ã™ãŒï¼Œã“ã®ãƒ—ログラムを\n" "最後ã«å®Ÿè¡Œã—ã¦ã‹ã‚‰ã®æ•°ã§ã™ï¼Ž
      4. \n" "
      5. ã‚»ãƒƒã‚·ãƒ§ãƒ³æ•°ï¼šãƒ—ãƒ­ã‚°ãƒ©ãƒ å®Ÿè¡Œæ™‚ã«æ¯Žå›žãƒªã‚»ãƒƒãƒˆã•れã¾ã™ï¼Ž
      6. \n" "
      7. 連続文字:セッション数ã¨åŒæ§˜ã§ã™ãŒï¼Œæ–‡å­—を使用ã—ã¾ã™ï¼Ž
      8. \n" "

      \n" "

      \n" "連番ã«ã¤ã„ã¦è©³ã—ãã¯ï¼Œã‚ªãƒ³ãƒ©ã‚¤ãƒ³èª¬æ˜Žæ›¸<" "/a>ã‚’ã”覧ãã ã•ã„.

      " #: ../raphodo/ui/didyouknow.py:358 msgid "" "\n" "The Rename panel allows you to configure file renaming. To rename " "your files, \n" "you can choose from among existing renaming presets or define your own." msgstr "" "\n" "å称変更パãƒãƒ«ã§ã¯ï¼Œãƒ•ァイルã®å称変更を設定ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ï¼Žãƒ•ァイルã®å称変更を行ã†ã«ã¯ï¼Œ\n" "既存ã®å称変更スキームã®ä¸­ã‹ã‚‰é¸æŠžã™ã‚‹ã‹ï¼Œè‡ªä½œã®ã‚‚ã®ã‚’é¸æŠžã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ï¼Ž" #: ../raphodo/ui/didyouknow.py:364 msgid "" "\n" "

      The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature \n" "on your 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 \n" "are detected, the same sequence numbers will be applied to both photo names. " "F\n" "urthermore, sequences will be 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/ui/didyouknow.py:378 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are \n" "downloaded, such as external hard drives or network shares. Backup devices " "can be \n" "automatically detected, or exact backup locations specified." msgstr "" "\n" "ダウンロードをã—ãªãŒã‚‰ï¼Œå†™çœŸã‚„動画を,外部ãƒãƒ¼ãƒ‰ãƒ‰ãƒ©ã‚¤ãƒ–ã‚„ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯å…±æœ‰ç­‰ï¼Œè¤‡æ•°ã®å ´æ‰€ã«\n" "ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã‚’ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ï¼Žãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—デãƒã‚¤ã‚¹ã¯è‡ªå‹•検出ã•ã›ã‚‹ã“ã¨ã‚‚ã§ãã¾ã™ãŒï¼Œ\n" "ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—場所を細ã‹ã指定ã™ã‚‹ã“ã¨ã‚‚ã§ãã¾ã™ï¼Ž" #: ../raphodo/ui/didyouknow.py:385 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" "ã“ã®ä¾‹ã§ã¯ï¼Œphotobackupã¨ã„ã†ãƒ‰ãƒ©ã‚¤ãƒ–ã«Videosã¨ã„ã†ãƒ•ォルダãŒãªã„ã®ã§ï¼Œå‹•ç”»ã¯ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã•れã¾ã›ã‚“." #: ../raphodo/ui/didyouknow.py:391 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including \n" "download sources, destinations, and backups. Additionally, settings can be " "reset to \n" "their default state, and caches and remembered files cleared." msgstr "" "\n" "ダウンロードソースやå—ã‘入れ先,ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ãªã©ï¼Œãƒ—ログラム設定ã®ä¸€éƒ¨ã¯ã‚³ãƒžãƒ³ãƒ‰ãƒ©ã‚¤ãƒ³ã‹ã‚‰\n" "設定ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ï¼Žã•らã«ï¼Œè¨­å®šã¯æ—¢å®šå€¤ã«ãƒªã‚»ãƒƒãƒˆã™ã‚‹ã“ã¨ãŒã§ã,キャッシュや記憶ã•れ\n" "ã¦ã„るファイルを消去ã™ã‚‹ã“ã¨ã‚‚ã§ãã¾ã™ï¼Ž" #: ../raphodo/ui/didyouknow.py:396 msgid "You can also import program preferences from the older 0.4 version." msgstr "å¤ã„0.4版ã‹ã‚‰ã‚‚プログラム設定を読ã¿è¾¼ã‚€ã“ã¨ãŒã§ãã¾ã™ï¼Ž" #: ../raphodo/ui/didyouknow.py:401 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 \n" "your cameras, memory cards, and other devices.
      2. \n" "
      3. A temporary cache of files downloaded from a camera, one for " "photos and \n" "another for videos. They are located in temporary subfolders in the download " "\n" "destination.
      4. \n" "
      5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores \n" "thumbnails of RAW and TIFF photos once they have been downloaded. File " "browsers like \n" "Gnome Files use this cache as well, meaning they too will display thumbnails " "for those \n" "files. \n" "
      6. \n" "
      \n" "Read more about these caches and their effect on download performance in the " "online " "documentation." msgstr "" "\n" "高速写真ダウンローダã«ã¯ï¼Œ3ã¤ã®åž‹ã®ã‚­ãƒ£ãƒƒã‚·ãƒ¥ãŒã‚りã¾ã™ï¼š\n" "
        \n" "
      1. サムãƒã‚¤ãƒ« キャッシュã¯ï¼Œã‚«ãƒ¡ãƒ©ã‚„メモリカードãªã©ã®ãƒ‡ãƒã‚¤ã‚¹ã‹ã‚‰ã®ãƒ•ァイルã®ã‚µãƒ ãƒã‚¤ãƒ«ã‚’\n" "ä¿ç®¡ã™ã‚‹ã“ã¨ã‚’唯一ã®ç›®çš„ã¨ã—ã¦ã„ã¾ã™ï¼Ž
      2. \n" "
      3. カメラã‹ã‚‰ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã—ãŸãƒ•ァイルã®ä¸€æ™‚キャッシュã¯ï¼Œå†™çœŸç”¨ã¨å‹•画用ã«ä¸€ã¤ãšã¤ï¼Œ\n" "ダウンロードå—ã‘入れ先ã®ä¸€æ™‚サブフォルダã«è¨­ã‘られã¦ã„ã¾ã™ï¼Ž
      4. \n" "
      5. デスクトップ サムãƒã‚¤ãƒ«ã¯ï¼ŒRAWãŠã‚ˆã³TIFF写真ãŒãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã•れるã¨ï¼Œé«˜é€Ÿå†™çœŸãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ€ãŒ\n" "ãã®ã‚µãƒ ãƒã‚¤ãƒ«ã‚’ä¿ç®¡ã™ã‚‹å ´æ‰€ã§ã™ï¼ŽGnome Filesã®ã‚ˆã†ãªãƒ•ァイルブラウザもã“ã®ã‚­ãƒ£ãƒƒã‚·ãƒ¥ã‚’使用ã—ã¾ã™ã®ã§ï¼Œ\n" "ãã“ã§ã‚‚ã“れらã®ãƒ•ァイルã®ã‚µãƒ ãƒã‚¤ãƒ«ãŒè¡¨ç¤ºã•れるよã†ã«ãªã‚Šã¾ã™ï¼Ž\n" "
      6. \n" "
      \n" "ã“れらã®ã‚­ãƒ£ãƒƒã‚·ãƒ¥ã¨ãã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ パフォーマンスã«ã¤ã„ã¦ã®è©³ç´°ã¯ï¼Œã‚ªãƒ³ãƒ©ã‚¤ãƒ³èª¬æ˜Žæ›¸ã‚’ã”覧ãã ã•" "ã„." #: ../raphodo/ui/didyouknow.py:459 msgid "Tip of the Day" msgstr "今日ã®è±†çŸ¥è­˜" #: ../raphodo/ui/didyouknow.py:467 msgid "Did you know...?" msgstr "ã”存知ã§ã—ãŸã‹ï¼Ÿ" #: ../raphodo/ui/didyouknow.py:498 msgid "Show tips on startup" msgstr "今日ã®è±†çŸ¥è­˜ã‚’起動時ã«è¡¨ç¤º" #: ../raphodo/ui/didyouknow.py:502 msgid "&Next" msgstr "次ã¸(&N)" #: ../raphodo/ui/didyouknow.py:503 msgid "&Previous" msgstr "å‰ã¸(&P)" #: ../raphodo/downloadtracker.py:454 msgid "MB/sec" msgstr "MB/ç§’" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:584 msgid "A few seconds" msgstr "æ•°ç§’" #: ../raphodo/downloadtracker.py:643 msgid "1 second" msgstr "1 ç§’" #: ../raphodo/downloadtracker.py:645 #, python-format msgid "%d seconds" msgstr "%d ç§’" #: ../raphodo/downloadtracker.py:650 msgid "1 minute" msgstr "1 分" #: ../raphodo/downloadtracker.py:652 #, python-format msgid "%d minutes" msgstr "%d 分" #: ../raphodo/downloadtracker.py:657 ../raphodo/downloadtracker.py:839 msgid "1 hour" msgstr "1 時間" #: ../raphodo/downloadtracker.py:659 #, python-format msgid "%d hours" msgstr "%d 時間" #: ../raphodo/downloadtracker.py:664 ../raphodo/downloadtracker.py:869 #: ../raphodo/downloadtracker.py:877 msgid "1 day" msgstr "1 æ—¥" #: ../raphodo/downloadtracker.py:666 #, python-format msgid "%d days" msgstr "%d æ—¥" #: ../raphodo/downloadtracker.py:845 msgid "1 minute, 1 second" msgstr "1 分 1 ç§’" #: ../raphodo/downloadtracker.py:847 #, python-format msgid "1 minute, %d seconds" msgstr "1 分 %d ç§’" #: ../raphodo/downloadtracker.py:850 #, python-format msgid "%d minutes, 1 second" msgstr "%d 分 1 ç§’" #: ../raphodo/downloadtracker.py:852 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d 分 %(seconds)d ç§’" #: ../raphodo/downloadtracker.py:884 msgid "1 hour, 1 minute" msgstr "1 時間 1 分" #: ../raphodo/downloadtracker.py:886 #, python-format msgid "1 hour, %d minutes" msgstr "1 時間 %d 分" #: ../raphodo/downloadtracker.py:889 #, python-format msgid "%d hours, 1 minute" msgstr "%d 時間 1 分" #: ../raphodo/downloadtracker.py:891 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d 時間 %(minutes)d 分" #: ../raphodo/downloadtracker.py:918 msgid "1 day, 1 hour" msgstr "1 æ—¥ 1 時間" #: ../raphodo/downloadtracker.py:920 #, python-format msgid "1 day, %d hours" msgstr "1 æ—¥ %d 時間" #: ../raphodo/downloadtracker.py:923 #, python-format msgid "%d days, 1 hour" msgstr "%d æ—¥ 1 時間" #: ../raphodo/downloadtracker.py:925 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d æ—¥ %(hours)d 時間" #: ../raphodo/errorlog.py:80 msgid "Find" msgstr "検索" #: ../raphodo/errorlog.py:150 msgid "Error Reports - Rapid Photo Downloader" msgstr "エラーリãƒãƒ¼ãƒˆ ー 高速写真ダウンローダ" #: ../raphodo/errorlog.py:187 msgid "Find in reports" msgstr "リãƒãƒ¼ãƒˆã‚’検索" #: ../raphodo/errorlog.py:206 msgid "Find the previous occurrence of the phrase" msgstr "ã“ã®èªžå¥ãŒå‰ã«ä½¿ç”¨ã•れã¦ã„る場所を検索" #: ../raphodo/errorlog.py:211 msgid "Find the next occurrence of the phrase" msgstr "語å¥ã®æ¬¡ã®ä½¿ç”¨ä½ç½®ã‚’検索" #: ../raphodo/errorlog.py:213 msgid "&Highlight All" msgstr "ã™ã¹ã¦å¼·èª¿è¡¨ç¤º(&H)" #: ../raphodo/errorlog.py:214 msgid "Highlight all occurrences of the phrase" msgstr "ã“ã®èªžå¥ã‚’ã™ã¹ã¦å¼·èª¿è¡¨ç¤º" #: ../raphodo/errorlog.py:215 msgid "&Match Case" msgstr "大尿–‡å­—を区別(&M)" #: ../raphodo/errorlog.py:216 msgid "Search with case sensitivity" msgstr "大尿–‡å­—を区別ã—ã¦æ¤œç´¢" #: ../raphodo/errorlog.py:217 msgid "&Whole Words" msgstr "å˜èªžå…¨ä½“(&W)" #: ../raphodo/errorlog.py:218 msgid "Search whole words only" msgstr "å˜èªžå…¨ä½“ã®ã¿ã‚’検索" #: ../raphodo/errorlog.py:229 ../raphodo/errorlog.py:371 #, 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:234 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "å…¨ %(total)s 個ã®ã†ã¡ %(matchnumber)s 個ãŒä¸€è‡´ã—ã¾ã—ãŸ" #: ../raphodo/errorlog.py:256 msgid "Clear" msgstr "消去" #: ../raphodo/errorlog.py:357 msgid "Phrase not found" msgstr "語å¥ãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“ã§ã—ãŸ" #: ../raphodo/errorlog.py:516 msgid "Search pending..." msgstr "æ¤œç´¢åœæ­¢..." #: ../raphodo/errorlog.py:567 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:50 #, python-brace-format msgid "" "Please report the problem at {website}.

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

      The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" "å•題を{website}ã«ã¦ã”報告ãã ã•ã„。

      ãƒã‚°ãƒ¬ãƒãƒ¼ãƒˆä¸­ã«ã¯ã€ä½•ã‚’ã—よã†ã¨ã—ã¦ä½•ãŒèµ·ã“ã£ãŸã‹ã‚’記" "è¿°ã—ã¦ãã ã•ã„。

      ãƒã‚°ãƒ¬ãƒãƒ¼ãƒˆã«ã¯ã€ãƒ—ログラムã®è¨­å®šã¨ãƒ­ã‚°ãƒ•ァイルも必è¦ã§ã™ã€‚ã“ã®è¿½åŠ æƒ…å ±ã‚’è¨˜è¿°ã—ãŸãƒ•ァイルを生æˆã™ã‚‹ã«ã¯ã€ä¿å­˜ã‚’クリックã—" "ã¦ãã ã•ã„。" #: ../raphodo/excepthook.py:57 msgid "Additional Information Saved" msgstr "追加情報ãŒä¿å­˜ã•れã¾ã—ãŸ" #: ../raphodo/excepthook.py:62 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
      {tarfile}
      You need to attach this file to the bug " "report yourself. It will not be automatically attached.

      Click here to see the file in your file manager." msgstr "" "詳細ãªãƒã‚°å ±å‘Šæƒ…å ±ãŒãƒ›ãƒ¼ãƒ ãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªã«tarファイルã¨ã—ã¦ç”Ÿæˆã•れã¾ã—ãŸï¼š
      {tarfile}
      " "ã“ã®ãƒ•ァイルをãƒã‚°ãƒ¬ãƒãƒ¼ãƒˆã«ã”è‡ªèº«ã§æ·»ä»˜ã™ã‚‹å¿…è¦ãŒã‚りã¾ã™ã€‚自動ã§ã¯æ·»ä»˜ã•れã¾ã›ã‚“。

      ã”利用ã®ãƒ•ァイルマãƒãƒ¼ã‚¸ãƒ£ãƒ¼ã§ã€ã“ã®ãƒ•ァイルを見るã«ã¯" "ã€ã“ã“をクリックã—ã¦ãã ã•ã„。" #: ../raphodo/excepthook.py:69 msgid "Error Creating Additional Information" msgstr "追加情報ã®ç”Ÿæˆä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ" #: ../raphodo/excepthook.py:72 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "詳細ãªãƒã‚°ãƒ¬ãƒãƒ¼ãƒˆæƒ…å ±ãŒç”Ÿæˆã•れã¾ã—ãŸã€‚é©åˆ‡ãªæ–¹æ³•ã§ãƒã‚°ãƒ¬ãƒãƒ¼ãƒˆã‚’報告ã—ã¦ãã ã•ã„。" #: ../raphodo/excepthook.py:79 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

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

      Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" "ãƒã‚°ãƒ¬ãƒãƒ¼ãƒˆã«ã€ãƒ—ログラムã®ãƒ­ã‚°ãƒ•ァイルを加ãˆã¦ãã ã•ã„。ãƒã‚°ãƒ¬ãƒãƒ¼ãƒˆã«ã¯ã€{log_file}ãŒå¿…è¦ã§ã™ãŒã€ä»–ã®ãƒ­ã‚°ãƒ•ァイルも加ãˆã‚‹ã¨ã€è§£" "決ã®åŠ©ã‘ã¨ãªã‚‹ã“ã¨ãŒã—ã°ã—ã°ã‚りã¾ã™ã€‚

      å¯èƒ½ãªã‚‰ã°ã€ãƒ—ログラムã®è¨­å®šãƒ•ァイル{config_file}も加ãˆã¦ãã ã•ã„。
      ログディレクトリを開ãå ´åˆã¯ã€ã“ã“をクリックã—ã¦ãã ã•ã„。設定ディレクトリを開ãå ´åˆã¯ã€ã“ã“をクリックã—ã¦ãã ã•ã„。" #: ../raphodo/excepthook.py:88 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" "最新ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã«ã‚¢ãƒƒãƒ—グレードã™ã‚‹ã¨ã€ç¾åœ¨ã®å•題ãŒä¿®æ­£æ¸ˆã¿ã‹ã©ã†ã‹ã€ç¢ºã‹ã‚ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚" #: ../raphodo/excepthook.py:182 msgid "Problem in Rapid Photo Downloader" msgstr "高速写真ダウンローダã«å•題" #: ../raphodo/excepthook.py:186 msgid "A problem occurred in Rapid Photo Downloader" msgstr "Rapid Photo Downloaderã§ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ" #: ../raphodo/excepthook.py:189 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "プログラム終了å‰ã«åŒæ§˜ã®å•題ãŒå†ç™ºã—ãŸã¨ã—ã¦ã‚‚ã€ã“れãŒãれã«å¯¾ã™ã‚‹æœ€å¾Œã®é€šçŸ¥ã«ãªã‚Šã¾ã™ã€‚" #: ../raphodo/excepthook.py:216 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "高速写真ダウンローダã«å•題ãŒç™ºç”Ÿã—ã¾ã—ãŸ\n" #: ../raphodo/excepthook.py:218 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "ã“ã®å•題を{website}ã«å ±å‘Šã—ã¦ãã ã•ã„。\n" "ãƒã‚°ãƒ¬ãƒãƒ¼ãƒˆã«ã¯ã€{log_path}ã«ã‚るログファイルを添付ã—ã¦ãã ã•ã„。\n" "\n" #: ../raphodo/ui/filebrowse.py:173 ../raphodo/thumbnaildisplay.py:2254 msgid "Open in File Browser..." msgstr "ファイルブラウザã§é–‹ã..." #. type: Optional[QModelIndex] #: ../raphodo/ui/filebrowse.py:179 msgid "Reset" msgstr "リセット" #: ../raphodo/ui/filebrowse.py:183 msgid "Show System Folders" msgstr "システムフォルダを表示ã™ã‚‹" #: ../raphodo/foldercombo.py:140 msgid "File System" msgstr "ファイル システム" #: ../raphodo/foldercombo.py:181 msgid "Other..." msgstr "ãã®ä»–..." #: ../raphodo/foldercombo.py:272 #, python-format msgid "%s (location does not exist)" msgstr "%s (パスãŒå­˜åœ¨ã—ã¾ã›ã‚“)" #: ../raphodo/generatenameconfig.py:206 msgid "Date time" msgstr "日時" #: ../raphodo/generatenameconfig.py:207 msgid "Text" msgstr "文字列" #: ../raphodo/generatenameconfig.py:208 ../raphodo/rapid.py:2608 msgid "Filename" msgstr "ファイルå" #: ../raphodo/generatenameconfig.py:209 #: ../raphodo/prefs/preferencedialog.py:994 msgid "Metadata" msgstr "メタデータ" #: ../raphodo/generatenameconfig.py:210 msgid "Sequences" msgstr "連番" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:213 msgid "Job code" msgstr "ジョブコード" #: ../raphodo/generatenameconfig.py:214 msgid "Image date" msgstr "ç”»åƒã®æ—¥ä»˜" #: ../raphodo/generatenameconfig.py:215 msgid "Video date" msgstr "å‹•ç”»ã®æ—¥ä»˜" #: ../raphodo/generatenameconfig.py:216 msgid "Today" msgstr "今日" #: ../raphodo/generatenameconfig.py:217 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:220 msgid "Download time" msgstr "ダウンロード日時" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:223 msgid "Name" msgstr "ファイルå" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 ../raphodo/rapid.py:2609 msgid "Extension" msgstr "æ‹¡å¼µå­" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 msgid "Image number" msgstr "ç”»åƒç•ªå·" #: ../raphodo/generatenameconfig.py:230 msgid "Video number" msgstr "動画番å·" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:233 msgid "Aperture" msgstr "絞り" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "Exposure time" msgstr "露出時間" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Focal length" msgstr "焦点è·é›¢" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Camera make" msgstr "写真機メーカー" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera model" msgstr "写真機型å¼" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 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:254 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:257 msgid "Serial number" msgstr "シリアル番å·" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Shutter count" msgstr "シャッター数" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:262 msgid "File number" msgstr "ファイル番å·" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:264 msgid "Folder only" msgstr "フォルダã®ã¿" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:266 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:269 msgid "Owner name" msgstr "オーナーå" #: ../raphodo/generatenameconfig.py:270 msgid "Codec" msgstr "コーデック" #: ../raphodo/generatenameconfig.py:271 msgid "Width" msgstr "横幅" #: ../raphodo/generatenameconfig.py:272 msgid "Height" msgstr "縦幅" #: ../raphodo/generatenameconfig.py:273 msgid "Length" msgstr "é•·ã•" #: ../raphodo/generatenameconfig.py:274 msgid "Frames Per Second" msgstr "毎秒フレーム数" #: ../raphodo/generatenameconfig.py:275 msgid "Artist" msgstr "アーティスト" #: ../raphodo/generatenameconfig.py:276 msgid "Copyright" msgstr "著作権" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:279 msgid "Downloads today" msgstr "本日ã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰æ•°" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Session number" msgstr "セッション番å·" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Subfolder number" msgstr "サブフォルダ番å·" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Stored number" msgstr "ä¿å­˜ç•ªå·" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:291 msgid "Sequence letter" msgstr "アルファベット列" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:294 msgid "All digits" msgstr "å…¨æ¡" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 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:300 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:303 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:306 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:309 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:312 msgid "UPPERCASE" msgstr "大文字" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "lowercase" msgstr "å°æ–‡å­—" #: ../raphodo/generatenameconfig.py:316 msgid "One digit" msgstr "1æ¡" #: ../raphodo/generatenameconfig.py:317 msgid "Two digits" msgstr "2æ¡" #: ../raphodo/generatenameconfig.py:318 msgid "Three digits" msgstr "3æ¡" #: ../raphodo/generatenameconfig.py:319 msgid "Four digits" msgstr "4æ¡" #: ../raphodo/generatenameconfig.py:320 msgid "Five digits" msgstr "5æ¡" #: ../raphodo/generatenameconfig.py:321 msgid "Six digits" msgstr "6æ¡" #: ../raphodo/generatenameconfig.py:322 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:325 msgid "Subseconds" msgstr "秒未満" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 ../raphodo/generatenameconfig.py:415 msgid "YYYYMMDD" msgstr "YYYYMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:416 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:334 ../raphodo/generatenameconfig.py:417 msgid "YYYY_MM_DD" msgstr "YYYY_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 msgid "YYMMDD" msgstr "YYMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 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:343 msgid "YY_MM_DD" msgstr "YY_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "MMDDYYYY" msgstr "MMDDYYYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYY" msgstr "MMDDYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "DDMMYYYY" msgstr "DDMMYYYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYY" msgstr "DDMMYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 ../raphodo/generatenameconfig.py:415 #: ../raphodo/generatenameconfig.py:416 ../raphodo/generatenameconfig.py:417 #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:419 msgid "YYYY" msgstr "YYYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 msgid "YY" msgstr "YY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "Month (full)" msgstr "月(完全å)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (abbreviated)" msgstr "月(短縮å)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Weekday (full)" msgstr "曜日(完全å)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (abbreviated)" msgstr "曜日(短縮å)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 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:394 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:397 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 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:403 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:415 msgid "Date" msgstr "日付" #: ../raphodo/generatenameconfig.py:416 msgid "Date (hyphens)" msgstr "日付(ãƒã‚¤ãƒ•ン)" #: ../raphodo/generatenameconfig.py:417 msgid "Date (underscores)" msgstr "日付(アンダースコア)" #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:512 #: ../raphodo/generatenameconfig.py:699 msgid "Date and Job Code" msgstr "日付ã¨ã‚¸ãƒ§ãƒ–コード" #: ../raphodo/generatenameconfig.py:418 msgid "YYYYMM_Job Code" msgstr "YYYYMM_ジョブコード" #: ../raphodo/generatenameconfig.py:419 msgid "Date and Job Code Subfolder" msgstr "日付ã¨ã‚¸ãƒ§ãƒ–コードサブフォルダ" #: ../raphodo/generatenameconfig.py:419 msgid "YYYYMM" msgstr "YYYYMM" #: ../raphodo/generatenameconfig.py:419 ../raphodo/jobcodepanel.py:279 #: ../raphodo/ui/nameeditor.py:926 ../raphodo/rapid.py:2261 #: ../raphodo/ui/renamepanel.py:93 ../raphodo/ui/renamepanel.py:275 msgid "Job Code" msgstr "ジョブコード" #: ../raphodo/generatenameconfig.py:507 ../raphodo/generatenameconfig.py:694 msgid "Original Filename" msgstr "å…ƒã®ãƒ•ァイルå" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "Date-Time and Downloads today" msgstr "日付-時間ã¨ä»Šæ—¥ã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰æ•°" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "YYYYMMDD-HHMM-1" msgstr "YYYYMMDD-HHMM-1" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "Date and Downloads today" msgstr "日付ã¨ä»Šæ—¥ã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰æ•°" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "YYYYMMDD-1" msgstr "YYYYMMDD-1" #: ../raphodo/generatenameconfig.py:510 msgid "Date-Time and Image number" msgstr "日付-時間ã¨ç”»åƒç•ªå·" #: ../raphodo/generatenameconfig.py:510 msgid "YYYYMMDD-1234" msgstr "YYYYMMDD-1234" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "Date-Time and Job Code" msgstr "日付- 時間ã¨ã‚¸ãƒ§ãƒ–コード" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "YYYYMMDD-HHMM-ジョブコード-1" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:699 msgid "YYYYMMDD-Job Code-1" msgstr "YYYYMMDD-ジョブコード-1" #: ../raphodo/generatenameconfig.py:697 msgid "Date-Time and Video number" msgstr "日付-時間ã¨å‹•画番å·" #: ../raphodo/generatenameconfig.py:697 msgid "YYYYMMDD_1234" msgstr "YYYYMMDD_1234" #: ../raphodo/generatenameconfig.py:700 msgid "Resolution" msgstr "è§£åƒåº¦" #: ../raphodo/generatenameconfig.py:700 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "YYYYMMDD-HHMM-1-1920x1080" #: ../raphodo/jobcodepanel.py:90 msgid "Enter a new Job Code, or select a previous one" msgstr "æ–°ã—ã„ジョブコードを入力ã™ã‚‹ã‹ã€å±¥æ­´ã‹ã‚‰é¸æŠžã—ã¦ãã ã•ã„" #: ../raphodo/jobcodepanel.py:98 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "ジョブコードãŒï¼Œã¾ã ã‚¸ãƒ§ãƒ–コードã®ãªã„%sã«é©ç”¨ã•れã¾ã™ï¼Ž" #: ../raphodo/jobcodepanel.py:108 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "ジョブコードãŒï¼Œã¾ã ã‚¸ãƒ§ãƒ–コードã®ãªã„%sã«é©ç”¨ã•れã¾ã™ï¼Ž" #: ../raphodo/jobcodepanel.py:121 msgid "Apply Job Code to Download" msgstr "ジョブコードをé©ç”¨ã—ã¦ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰" #: ../raphodo/jobcodepanel.py:123 msgid "Enter a new Job Code" msgstr "æ–°ã—ã„ジョブコードを入力ã—ã¦ãã ã•ã„" #: ../raphodo/jobcodepanel.py:131 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "ヒント:ジョブコードをé©ç”¨ã•ã›ã‚‹ãŸã‚ã«ã¯ã€æ–°ã—ã„ジョブコードを入力ã™ã‚‹å‰ã«å†™çœŸã‚„ãƒ“ãƒ‡ã‚ªã‚’é¸æŠžã—ã¦ãã ã•ã„。" #: ../raphodo/jobcodepanel.py:144 #, python-format msgid "The new Job Code will be applied to %s." msgstr "æ–°è¦ã‚¸ãƒ§ãƒ–コードã¯ï¼Œ%sã«é©ç”¨ã•れã¾ã™ï¼Ž" #: ../raphodo/jobcodepanel.py:148 msgid "New Job Code" msgstr "æ–°è¦ã‚¸ãƒ§ãƒ–コード" #: ../raphodo/jobcodepanel.py:186 msgid "&Job Code:" msgstr "ジョブコード(&J)" #: ../raphodo/jobcodepanel.py:190 msgid "&Remember this Job Code" msgstr "ã“ã®ã‚¸ãƒ§ãƒ–コードを記憶ã™ã‚‹(&R)" #: ../raphodo/jobcodepanel.py:251 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "æ–°è¦ã¾ãŸã¯æ—¢å­˜ã®ã‚¸ãƒ§ãƒ–コードをé©ç”¨ã™ã‚‹å†™çœŸãƒ»å‹•ç”»ã‚’é¸æŠžã—ã¦ãã ã•ã„." #: ../raphodo/jobcodepanel.py:255 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "æ–°è¦ã‚¸ãƒ§ãƒ–コードã¯ï¼Œé¸æŠžã•れãŸå…¨ã¦ã®å†™çœŸãƒ»å‹•ç”»ã«é©ç”¨ã•れã¾ã™ï¼Ž" #: ../raphodo/jobcodepanel.py:259 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:264 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:269 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "ジョブコードを使用ã—ãŸã„å ´åˆã«ã¯ï¼Œãƒ•ァイルå称変更を設定ã—ãŸã‚Šï¼Œã‚µãƒ–フォルダåを設定ã—ãŸã‚Šã—ã¦ãã ã•ã„." #: ../raphodo/jobcodepanel.py:278 msgid "Last Used" msgstr "最後ã«ä½¿ç”¨ã—ãŸé †" #: ../raphodo/jobcodepanel.py:283 msgid "Job Code Sort:" msgstr "ã‚¸ãƒ§ãƒ–ã‚³ãƒ¼ãƒ‰ã®æ•´åº:" #: ../raphodo/jobcodepanel.py:286 ../raphodo/rapid.py:2616 msgid "Ascending" msgstr "昇順" #: ../raphodo/jobcodepanel.py:287 ../raphodo/rapid.py:2617 msgid "Descending" msgstr "é™é †" #: ../raphodo/jobcodepanel.py:297 msgid "&New..." msgstr "æ–°è¦(&N)..." #: ../raphodo/jobcodepanel.py:301 msgid "&Apply" msgstr "é©ç”¨ (&A)" #: ../raphodo/jobcodepanel.py:305 msgid "&Remove" msgstr "削除(&R)" #: ../raphodo/jobcodepanel.py:309 ../raphodo/prefs/preferencedialog.py:288 #: ../raphodo/prefs/preferencedialog.py:324 #: ../raphodo/prefs/preferencedialog.py:781 msgid "Remove All" msgstr "ã™ã¹ã¦å‰Šé™¤" #: ../raphodo/jobcodepanel.py:512 msgid "Do you really want to remove all the Job Codes?" msgstr "本当ã«å…¨ã¦ã®ã‚¸ãƒ§ãƒ–コードを削除ã—ã¾ã™ã‹ï¼Ÿ" #: ../raphodo/jobcodepanel.py:515 msgid "Remove all Job Codes" msgstr "å…¨ã¦ã®ã‚¸ãƒ§ãƒ–コードを削除" #: ../raphodo/jobcodepanel.py:578 msgid "Job Codes" msgstr "ジョブコード" #: ../raphodo/ui/messagewidget.py:67 #, python-format msgid "Hint: %(message)s" msgstr "ヒント:%(message)s" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:478 ../raphodo/ui/nameeditor.py:498 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/ui/nameeditor.py:583 msgid "Save New Custom Preset..." msgstr "æ–°è¦è¨­å®šã‚¹ã‚­ãƒ¼ãƒ ã‚’ä¿å­˜..." #: ../raphodo/ui/nameeditor.py:584 msgid "Remove All Custom Presets..." msgstr "å…¨ã¦ã®è¨­å®šã‚¹ã‚­ãƒ¼ãƒ ã‚’削除" #: ../raphodo/ui/nameeditor.py:630 msgid "(New Custom Preset)" msgstr "(新è¦è¨­å®šã‚¹ã‚­ãƒ¼ãƒ ï¼‰" #: ../raphodo/ui/nameeditor.py:647 #, python-format msgid "%s (edited)" msgstr "%s(編集済ã¿ï¼‰" #: ../raphodo/ui/nameeditor.py:650 ../raphodo/ui/nameeditor.py:1558 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "設定スキーム「%sã€ã‚’æ›´æ–°" #: ../raphodo/ui/nameeditor.py:743 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "æ–°è¦è¨­å®šã‚¹ã‚­ãƒ¼ãƒ ã‚’ä¿å­˜ ー 高速写真ダウンローダ" #: ../raphodo/ui/nameeditor.py:751 msgid "Preset Name:" msgstr "スキームå:" #: ../raphodo/ui/nameeditor.py:884 msgid "Photo Subfolder Generation Editor" msgstr "写真サブフォルダ生æˆã‚¨ãƒ‡ã‚£ã‚¿" #: ../raphodo/ui/nameeditor.py:892 msgid "Video Subfolder Generation Editor" msgstr "動画サブフォルダ生æˆã‚¨ãƒ‡ã‚£ã‚¿" #: ../raphodo/ui/nameeditor.py:900 msgid "Photo Renaming Editor" msgstr "写真å称変更エディタ" #: ../raphodo/ui/nameeditor.py:907 msgid "Video Renaming Editor" msgstr "å‹•ç”»å称変更エディタ" #: ../raphodo/ui/nameeditor.py:936 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" "警告: " "åå‰ã‚’完全ã«ç”Ÿæˆã™ã‚‹ã®ã«å分ãªãƒ‡ãƒ¼ã‚¿ãŒã‚りã¾ã›ã‚“.他ã®å称変更オプションを使用ã—ã¦ãã ã•ã„." #: ../raphodo/ui/nameeditor.py:954 #, python-format msgid "The character
      %(separator)s creates a new subfolder level." msgstr " %(separator)s ã®æ–‡å­—ã¯ï¼Œæ–°è¦ã®ã‚µãƒ–フォルダレベルを生æˆã—ã¾ã™ï¼Ž" #: ../raphodo/ui/nameeditor.py:964 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "フォルダ区切り%(separator)sã¯ï¼Œè‡ªå‹•çš„ã«ä»˜åŠ ã•れるã®ã§ï¼Œå‰å¾Œã«ä»˜ã‘ã‚‹å¿…è¦ã¯ã‚りã¾ã›ã‚“." #: ../raphodo/ui/nameeditor.py:972 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" "警告: " "排他的ãªãƒ•ァイルåãŒç”Ÿæˆã•れãªã„å¯èƒ½æ€§ãŒã‚りã¾ã™ï¼Žé€£ç•ªã®å€¤ã‚’使用ã—ã¦ãƒ•ァイルåを排他的ãªã‚‚ã®ã«ã—ã¦ãã ã•ã„." #: ../raphodo/ui/nameeditor.py:999 ../raphodo/ui/renamepanel.py:139 msgid "Preset:" msgstr "スキーム:" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1082 ../raphodo/ui/nameeditor.py:1105 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/ui/nameeditor.py:1134 ../raphodo/prefs/preferencedialog.py:1083 #: ../raphodo/wsl.py:648 msgid "Get help online..." msgstr "オンラインã§ãƒ˜ãƒ«ãƒ—ã‚’å¾—ã‚‹..." #: ../raphodo/ui/nameeditor.py:1161 msgid "Insert" msgstr "挿入" #: ../raphodo/ui/nameeditor.py:1523 msgid "Save Preset - Rapid Photo Downloader" msgstr "スキームをä¿å­˜ ー 高速写真ダウンローダ" #: ../raphodo/ui/nameeditor.py:1527 msgid "" "Do you want to save the changes in a new custom " "preset?

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

      The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" "æ–°è¦è¨­å®šã‚¹ã‚­ãƒ¼ãƒ ã®å¤‰æ›´ã‚’ä¿å­˜ã—ã¾ã™ã‹ï¼Ÿ

      設定スキームを作る必è¦ã¯ã‚りã¾ã›ã‚“ãŒï¼Œæ•´ç†ã«å½¹ç«‹ã¡ã¾ã™ï¼Ž

      æ–°è¦è¨­å®šã‚¹ã‚­ãƒ¼" "ムを作æˆã—ã¦ã‚‚ã—ãªãã¦ã‚‚,設定ã®å¤‰æ›´ã¯é©ç”¨ã•れã¾ã™ï¼Ž" #: ../raphodo/ui/nameeditor.py:1548 msgid "" "Do you want to save the changes in a custom preset?

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

      The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" "設定スキームã®å¤‰æ›´ã‚’ä¿å­˜ã—ã¾ã™ã‹ï¼Ÿ

      ã”希望ãªã‚‰ã°ï¼Œæ–°è¦è¨­å®šã‚¹ã‚­ãƒ¼ãƒ ã‚’ä½œã‚‹ã‹æ—¢å­˜ã®è¨­å®šã‚¹ã‚­ãƒ¼ãƒ ã‚’æ›´æ–°ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ï¼Ž
      " "
      æ–°è¦è¨­å®šã‚¹ã‚­ãƒ¼ãƒ ã‚’作æˆã—ã¦ã‚‚ã—ãªãã¦ã‚‚,設定ã®å¤‰æ›´ã¯é©ç”¨ã•れã¾ã™ï¼Ž" #: ../raphodo/ui/nameeditor.py:1562 msgid "Save New Custom Preset" msgstr "æ–°è¦è¨­å®šã‚¹ã‚­ãƒ¼ãƒ ã‚’ä¿å­˜" #: ../raphodo/newversion.py:326 msgid "Checking for new version..." msgstr "æ–°ã—ã„ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã‚’確èªã—ã¦ã„ã¾ã™..." #: ../raphodo/newversion.py:327 msgid "You are running the latest version." msgstr "最新ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã‚’実行ã—ã¦ã„ã¾ã™ï¼Ž" #: ../raphodo/newversion.py:328 msgid "Failed to contact the update server." msgstr "更新サーãƒã¸ã®æŽ¥ç¶šã«å¤±æ•—ã—ã¾ã—ãŸï¼Ž" #: ../raphodo/newversion.py:331 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "é«˜é€Ÿå†™çœŸãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ€ã®æ–°ã—ã„ãƒãƒ¼ã‚¸ãƒ§ãƒ³ï¼ˆ%s)ãŒã‚りã¾ã™ï¼Ž" #: ../raphodo/newversion.py:334 msgid "Do you want to download the new version?" msgstr "æ–°ã—ã„ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã‚’ダウンロードã—ã¾ã™ã‹ï¼Ÿ" #: ../raphodo/newversion.py:336 #, 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:366 ../raphodo/newversion.py:385 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:388 msgid "&Open Download Page" msgstr "ダウンロードページを開ã(&O)" #: ../raphodo/newversion.py:412 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:531 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "%(total)s 中 %(downloaded)s" #: ../raphodo/newversion.py:553 msgid "Downloading..." msgstr "ダウンロード中..." #: ../raphodo/prefs/preferencedialog.py:134 msgid "Preferences" msgstr "設定" #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 msgid "Language" msgstr "言語" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 msgid "Automation" msgstr "自動化" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Thumbnails" msgstr "サムãƒã‚¤ãƒ«" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:160 #: ../raphodo/prefs/preferencedialog.py:183 #: ../raphodo/prefs/preferencedialog.py:585 msgid "Time Zones" msgstr "タイムゾーン" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:184 #: ../raphodo/prefs/preferencedialog.py:649 msgid "Error Handling" msgstr "エラー処ç†" #: ../raphodo/prefs/preferencedialog.py:162 #: ../raphodo/prefs/preferencedialog.py:185 msgid "Warnings" msgstr "警告" #: ../raphodo/prefs/preferencedialog.py:163 msgid "Consolidation" msgstr "çµ±åˆ" #: ../raphodo/prefs/preferencedialog.py:164 #: ../raphodo/prefs/preferencedialog.py:186 msgid "Miscellaneous" msgstr "ãã®ä»–" #: ../raphodo/prefs/preferencedialog.py:221 msgid "Device Scanning" msgstr "スキャン中ã®ãƒ‡ãƒã‚¤ã‚¹" #: ../raphodo/prefs/preferencedialog.py:222 msgid "Scan only external devices" msgstr "外部デãƒã‚¤ã‚¹ã®ã¿ã‚¹ã‚­ãƒ£ãƒ³ã™ã‚‹" #: ../raphodo/prefs/preferencedialog.py:225 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" "写真・動画を探ã™éš›ï¼Œã‚«ãƒ¡ãƒ©ãƒ»ãƒ¡ãƒ¢ãƒªãƒ¼ã‚«ãƒ¼ãƒ‰ãƒ»å¤–部ãƒãƒ¼ãƒ‰ãƒ‡ã‚£ã‚¹ã‚¯ãƒ»USBフラッシュディスクãªã©ï¼Œã‚³ãƒ³ãƒ”ュータ外部ã®ãƒ‡ãƒã‚¤ã‚¹ã®ã¿ã‚’スキャンã™ã‚‹ï¼Ž" #: ../raphodo/prefs/preferencedialog.py:231 msgid "Scan only specific folders on devices" msgstr "デãƒã‚¤ã‚¹ä¸Šã®ç‰¹å®šã®ãƒ•ォルダã®ã¿èµ°æŸ»" #: ../raphodo/prefs/preferencedialog.py:233 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "ä»¥ä¸‹ã«æŒ‡å®šã™ã‚‹ãƒ•ォルダ内(無視ã™ã‚‹ãƒ‘ã‚¹ã«æŒ‡å®šã•れã¦ã„るパスã¯é™¤ã)ã®\n" "写真ã¨å‹•ç”»ã®ã¿èµ°æŸ»ã™ã‚‹ï¼Ž\n" "\n" "ã“ã®è¨­å®šã‚’変更ã™ã‚‹ã¨ï¼Œå…¨ã¦ã®ãƒ‡ãƒã‚¤ã‚¹ãŒå†èµ°æŸ»ã•れã¾ã™ï¼Ž" #: ../raphodo/prefs/preferencedialog.py:240 msgid "Folders to scan:" msgstr "走査対象フォルダ:" #: ../raphodo/prefs/preferencedialog.py:244 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "デãƒã‚¤ã‚¹ãƒ•ァイルシステムã®ãƒ™ãƒ¼ã‚¹ãƒ¬ãƒ™ãƒ«ã§å†™çœŸã‚„動画を走査ã™ã‚‹ãƒ•ォルダ" #: ../raphodo/prefs/preferencedialog.py:249 #: ../raphodo/prefs/preferencedialog.py:310 msgid "Add..." msgstr "追加..." #: ../raphodo/prefs/preferencedialog.py:252 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "写真や動画を走査ã™ã‚‹ãƒ•ォルダリストã«ãƒ•ォルダを追加ã—ã¾ã™ï¼Ž\n" "\n" "ã“ã®è¨­å®šã‚’変更ã™ã‚‹ã¨ï¼Œå…¨ã¦ã®ãƒ‡ãƒã‚¤ã‚¹ãŒå†èµ°æŸ»ã•れã¾ã™ï¼Ž" #: ../raphodo/prefs/preferencedialog.py:256 #: ../raphodo/prefs/preferencedialog.py:286 #: ../raphodo/prefs/preferencedialog.py:317 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove" msgstr "削除" #: ../raphodo/prefs/preferencedialog.py:259 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "写真や動画を走査ã™ã‚‹ãƒ•ォルダリストã‹ã‚‰ãƒ•ォルダを削除ã—ã¾ã™ï¼Ž\n" "\n" "ã“ã®è¨­å®šã‚’変更ã™ã‚‹ã¨ï¼Œå…¨ã¦ã®ãƒ‡ãƒã‚¤ã‚¹ãŒå†èµ°æŸ»ã•れã¾ã™ï¼Ž" #: ../raphodo/prefs/preferencedialog.py:278 msgid "Devices that have been set to automatically ignore or download from." msgstr "自動的ã«ç„¡è¦–ã™ã‚‹ã‹ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã™ã‚‹ã‹è¨­å®šã•れãŸãƒ‡ãƒã‚¤ã‚¹" #: ../raphodo/prefs/preferencedialog.py:279 msgid "Remembered Devices" msgstr "記憶ã•れã¦ã„るデãƒã‚¤ã‚¹" #: ../raphodo/prefs/preferencedialog.py:283 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "自動的ã«ç„¡è¦–ã—ãŸã‚Šãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã—ãŸã‚Šã™ã‚‹ãƒ‡ãƒã‚¤ã‚¹ã®ãƒªã‚¹ãƒˆã‹ã‚‰ãƒ‡ãƒã‚¤ã‚¹ã‚’削除ã—ã¾ã™ï¼Ž" #: ../raphodo/prefs/preferencedialog.py:290 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "自動的ã«ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã™ã‚‹ã‹å¦ã‹è¨­å®šã•れãŸãƒ‡ãƒã‚¤ã‚¹ãƒªã‚¹ãƒˆã‚’消去" #: ../raphodo/prefs/preferencedialog.py:304 msgid "Ignored Paths" msgstr "対象外パス" #: ../raphodo/prefs/preferencedialog.py:306 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "写真や動画ã®ã‚¹ã‚­ãƒ£ãƒ³ã‚’行ã‚ãªã„ãƒ‘ã‚¹ã®æœ€å¾Œã®éƒ¨åˆ†" #: ../raphodo/prefs/preferencedialog.py:313 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "対象外パスã®ãƒªã‚¹ãƒˆã«ãƒ‘スを追加ã—ã¾ã™ï¼Ž" #: ../raphodo/prefs/preferencedialog.py:320 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "対象外パスã®ãƒªã‚¹ãƒˆã‹ã‚‰ãƒ‘スを削除ã—ã¾ã™ï¼Ž\n" "\n" "ã“ã®è¨­å®šã‚’変更ã™ã‚‹ã¨ï¼Œå…¨ã¦ã®ãƒ‡ãƒã‚¤ã‚¹ãŒå†åº¦ã‚¹ã‚­ãƒ£ãƒ³ã•れã¾ã™ï¼Ž" #: ../raphodo/prefs/preferencedialog.py:327 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "対象外パスã®ãƒªã‚¹ãƒˆã‚’消去ã—ã¾ã™ï¼Ž\n" "\n" "ã“ã®è¨­å®šã‚’変更ã™ã‚‹ã¨ï¼Œå…¨ã¦ã®ãƒ‡ãƒã‚¤ã‚¹ãŒå†åº¦ã‚¹ã‚­ãƒ£ãƒ³ã•れã¾ã™ï¼Ž" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as well. #: ../raphodo/prefs/preferencedialog.py:338 #, python-brace-format msgid "Use python-style regular expressions" msgstr "pythonã‚¹ã‚¿ã‚¤ãƒ«ã®æ­£è¦è¡¨ç¾ã‚’使用" #: ../raphodo/prefs/preferencedialog.py:345 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "無視ã™ã‚‹ãƒ‘スã®ãƒªã‚¹ãƒˆã§æ­£è¦è¡¨ç¾ã‚’使用ã—ã¾ã™ï¼Ž\n" "\n" "ã“ã®è¨­å®šã‚’変更ã™ã‚‹ã¨ï¼Œå…¨ã¦ã®ãƒ‡ãƒã‚¤ã‚¹ãŒå†åº¦æ“作ã•れã¾ã™ï¼Ž" #: ../raphodo/prefs/preferencedialog.py:387 msgid "Language: " msgstr "言語: " #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:400 #: ../raphodo/prefs/preferencedialog.py:505 #: ../raphodo/prefs/preferencedialog.py:553 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:408 #: ../raphodo/prefs/preferencedialog.py:575 msgid "* Takes effect upon program restart" msgstr "* プログラムをå†èµ·å‹•後有効ã¨ãªã‚Šã¾ã™" #: ../raphodo/prefs/preferencedialog.py:416 msgid "Program Automation" msgstr "プログラム自動化" #: ../raphodo/prefs/preferencedialog.py:417 msgid "Mount devices not already automatically mounted" msgstr "自動ã§ãƒžã‚¦ãƒ³ãƒˆæ¸ˆã¿ä»¥å¤–ã®ãƒ‡ãƒã‚¤ã‚¹ã‚’マウントã™ã‚‹" #. Translators: This next sentence is used in a tool tip. Feel free to place the #. carriage return where you think it makes sense so that the tool tip does not #. stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:422 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" "基本ソフトウェアãŒè‡ªå‹•ã§ãƒžã‚¦ãƒ³ãƒˆã—ã¦ã„ãªã„デãƒã‚¤ã‚¹\n" "(メモリーカードや外部ドライブãªã©ï¼‰ãŒã‚ã‚‹ã¨ãã€\n" "ãれらã®ãƒ‡ãƒã‚¤ã‚¹ã‚’マウントã—ã¾ã™" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading at program startup" msgstr "プログラム開始ã¨ã¨ã‚‚ã«ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰é–‹å§‹" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Start downloading upon device insertion" msgstr "デãƒã‚¤ã‚¹æŒ¿å…¥ã¨ã¨ã‚‚ã«ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰é–‹å§‹" #: ../raphodo/prefs/preferencedialog.py:430 msgid "Unmount (eject) device upon download completion" msgstr "ダウンロード完了時ã«ãƒ‡ãƒã‚¤ã‚¹ã‚’アンマウント(å–り出ã™ï¼‰" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program when download completes" msgstr "ダウンロード完了ã¨ã¨ã‚‚ã«ãƒ—ログラムを終了" #: ../raphodo/prefs/preferencedialog.py:433 msgid "Exit program even if download had warnings or errors" msgstr "ダウンロードã«è­¦å‘Šã‚„エラーãŒã‚ã£ãŸå ´åˆã§ã‚‚プログラムを終了" #: ../raphodo/prefs/preferencedialog.py:465 msgid "Thumbnail Generation" msgstr "サムãƒã‚¤ãƒ«ã®ç”Ÿæˆ" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails" msgstr "サムãƒã‚¤ãƒ«ã‚’生æˆ" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Generate thumbnails to show in the main program window" msgstr "プログラムã®ãƒ¡ã‚¤ãƒ³ã‚¦ã‚£ãƒ³ãƒ‰ã‚¦ã«è¡¨ç¤ºã™ã‚‹ã‚µãƒ ãƒã‚¤ãƒ«ã‚’生æˆã—ã¾ã™" #: ../raphodo/prefs/preferencedialog.py:470 msgid "Cache thumbnails" msgstr "サムãƒã‚¤ãƒ«ã‚’キャッシュã™ã‚‹" #: ../raphodo/prefs/preferencedialog.py:473 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "プログラムã®ãƒ¡ã‚¤ãƒ³ã‚¦ã‚£ãƒ³ãƒ‰ã‚¦ã«è¡¨ç¤ºã•れるサムãƒã‚¤ãƒ«ã‚’,高速写真ダウンローダ固有ã®ã‚µãƒ ãƒã‚¤ãƒ«ã‚­ãƒ£ãƒƒã‚·ãƒ¥ã«ä¿å­˜ã™ã‚‹" #: ../raphodo/prefs/preferencedialog.py:477 msgid "Generate system thumbnails" msgstr "システムサムãƒã‚¤ãƒ«ã‚’生æˆ" #: ../raphodo/prefs/preferencedialog.py:480 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "ダウンロード中ã«ï¼Œãƒ‡ã‚¹ã‚¯ãƒˆãƒƒãƒ—ファイルマãƒãƒ¼ã‚¸ãƒ£ç­‰ã«ä½¿ç”¨å¯èƒ½ãªã‚µãƒ ãƒã‚¤ãƒ«ã‚’ä¿å­˜ã™ã‚‹" #: ../raphodo/prefs/preferencedialog.py:489 msgid "Number of CPU cores used to generate thumbnails." msgstr "サムãƒã‚¤ãƒ«ã‚’生æˆã™ã‚‹ã®ã«ä½¿ç”¨ã™ã‚‹CPUã‚³ã‚¢ã®æ•°" #: ../raphodo/prefs/preferencedialog.py:490 msgid "CPU cores:" msgstr "CPUコア:" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Thumbnail Cache" msgstr "サムãƒã‚¤ãƒ«ã®ã‚­ãƒ£ãƒƒã‚·ãƒ¥" #: ../raphodo/prefs/preferencedialog.py:530 msgid "Calculating..." msgstr "計算中..." #: ../raphodo/prefs/preferencedialog.py:536 msgid "days" msgstr "æ—¥" #: ../raphodo/prefs/preferencedialog.py:537 msgid "forever" msgstr "永久ã«" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Cache size:" msgstr "キャッシュ容é‡ï¼š" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Number of thumbnails:" msgstr "サムãƒã‚¤ãƒ«æ•°ï¼š" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Database size:" msgstr "データベース容é‡ï¼š" #: ../raphodo/prefs/preferencedialog.py:550 msgid "Cache unaccessed thumbnails for:" msgstr "アクセスã®ãªã„サムãƒãƒ¼ãƒ«ã®ã‚­ãƒ£ãƒƒã‚·ãƒ¥ä¿æŒæœŸé–“:" #: ../raphodo/prefs/preferencedialog.py:559 msgid "Purge Cache..." msgstr "キャッシュを削除..." #: ../raphodo/prefs/preferencedialog.py:562 msgid "Optimize Cache..." msgstr "ã‚­ãƒ£ãƒƒã‚·ãƒ¥ã®æœ€é©åŒ–..." #: ../raphodo/prefs/preferencedialog.py:588 msgid "Ignore time zone and daylight savings changes" msgstr "タイムゾーンã¨å¤æ™‚é–“ã®å¤‰æ›´ã‚’無視ã™ã‚‹" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:598 msgid "Offset resolution (minutes):" msgstr "時間差å˜ä½ï¼ˆåˆ†ï¼‰ï¼š" #: ../raphodo/prefs/preferencedialog.py:601 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "写真やビデオãŒå…ƒã€…æ’®ã‚‰ã‚ŒãŸæ™‚ã®æ™‚é–“ã‹ã‚‰ã®æ™‚間差を計算ã™ã‚‹éš›ã«ç”¨ã„られるå˜ä½åˆ†" #: ../raphodo/prefs/preferencedialog.py:615 msgid "When detecting if a file has been previously downloaded:" msgstr "ファイルãŒä»¥å‰ã«ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã•れãŸã‹ã©ã†ã‹ã‚’検出ã™ã‚‹ã‚¿ã‚¤ãƒŸãƒ³ã‚°ï¼š" #: ../raphodo/prefs/preferencedialog.py:629 msgid "Learn more about time zone handling" msgstr "タイムゾーンã®å–扱ã„ã«ã¤ã„ã¦ã‚ˆã‚Šè©³ã—ã" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Skip download" msgstr "ダウンロードをスキップ" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Don't download the file, and issue an error message" msgstr "ファイルをダウンロードã›ãšï¼Œã‚¨ãƒ©ãƒ¼ãƒ¡ãƒƒã‚»ãƒ¼ã‚¸ã‚’表示ã™ã‚‹" #: ../raphodo/prefs/preferencedialog.py:656 msgid "Add unique identifier" msgstr "é‡è¤‡ã—ãªã„識別å­ã‚’追記" #: ../raphodo/prefs/preferencedialog.py:659 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "ファイル拡張å­ã®ç›´å‰ï¼Œãƒ•ァイルåã®çµ‚ã‚りã«_1ã‚„_2ã®ã‚ˆã†ãªè­˜åˆ¥å­ã‚’追加ã—ã¾ã™ï¼Ž" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Overwrite" msgstr "上書ã" #: ../raphodo/prefs/preferencedialog.py:668 msgid "Overwrite the previously backed up file" msgstr "å‰å›žã®ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ファイルを上書ãã—ã¾ã™" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Skip" msgstr "スキップ" #: ../raphodo/prefs/preferencedialog.py:671 msgid "Don't overwrite the backup file, and issue an error message" msgstr "ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ファイルを上書ãã—ãªã„ã§ï¼Œã‚¨ãƒ©ãƒ¼ãƒ¡ãƒƒã‚»ãƒ¼ã‚¸ã‚’表示ã—ã¾ã™" #: ../raphodo/prefs/preferencedialog.py:678 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" "åŒã˜åå‰ã®å†™çœŸã‚„å‹•ç”»ãŒã™ã§ã«ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã•れã¦ã„ã‚‹å ´åˆã«ã¯ï¼Œãƒ•ァイルã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã‚’スキップã™ã‚‹ã‹é‡è¤‡ã—ãªã„識別å­ã‚’書ã加ãˆã‚‹ã‹ã‚’é¸æŠžã—ã¾ã™ï¼š" #: ../raphodo/prefs/preferencedialog.py:690 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" "é‡è¤‡ã—ãªã„ファイルåを自動生æˆã™ã‚‹ã®ã«ï¼Œé€£ç•ªã‚’用ã„ã‚‹ã“ã¨ãŒå¼·ã推奨ã•れã¾ã™ï¼Žãƒ¡ã‚¤ãƒ³ã‚¦ã‚£ãƒ³ãƒ‰ã‚¦ã®æ”¹åパãƒãƒ«ã§ãƒ•ァイル改åã®è¨­å®šã‚’ã—ã¦ãã ã•ã„." #: ../raphodo/prefs/preferencedialog.py:701 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã®éš›ï¼ŒåŒã˜åå‰ã‚’æŒã¤ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—デãƒã‚¤ã‚¹ä¸Šã«ãƒ•ァイルãŒã‚ã‚‹å ´åˆï¼Œä¸Šæ›¸ãã™ã‚‹ã‹ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã‚’ã—ãªã„ã‹ã‚’é¸æŠžã—ã¾ã™ï¼š" #: ../raphodo/prefs/preferencedialog.py:722 msgid "Program Warnings" msgstr "プログラムã®è­¦å‘Š" #: ../raphodo/prefs/preferencedialog.py:723 msgid "Show a warning when:" msgstr "警告を発ã™ã‚‹ã‚±ãƒ¼ã‚¹ï¼š" #: ../raphodo/prefs/preferencedialog.py:727 msgid "Downloading files currently not displayed" msgstr "ç¾åœ¨è¡¨ç¤ºã•れã¦ã„ãªã„ファイルをダウンロード中" #: ../raphodo/prefs/preferencedialog.py:730 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "メインウィンドウã«è¡¨ç¤ºã•れã¦ã„ãªã„ファイルをダウンロードã—よã†ã¨ã™ã‚‹ã¨ãã«ã¯è­¦å‘Šã—ã¾ã™ï¼Ž" #: ../raphodo/prefs/preferencedialog.py:734 msgid "Backup destinations are missing" msgstr "ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—å…ˆãŒãªã„" #: ../raphodo/prefs/preferencedialog.py:736 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "ファイルをãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã§ããªã„時,ダウンロード開始å‰ã«è­¦å‘Šã™ã‚‹ï¼Ž" #: ../raphodo/prefs/preferencedialog.py:740 msgid "Program libraries are missing or broken" msgstr "プログラムライブラリãŒè¦‹å½“ãŸã‚‰ãªã„ã‹ç ´æã—ã¦ã„ã‚‹" #: ../raphodo/prefs/preferencedialog.py:743 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "高速写真ダウンローダãŒä½¿ç”¨ã—ã¦ã„るソフトウェアライブラリãŒï¼Œãªã‹ã£ãŸã‚Šæ©Ÿèƒ½ã—ã¦ã„ãªã‹ã£ãŸã‚Šã—ãŸå ´åˆã«ã¯è­¦å‘Šã™ã‚‹ï¼Ž" #: ../raphodo/prefs/preferencedialog.py:747 msgid "Filesystem metadata cannot be set" msgstr "ファイルシステムã®ãƒ¡ã‚¿ãƒ‡ãƒ¼ã‚¿ã‚’設定ã™ã‚‹ã“ã¨ãŒã§ãã¾ã›ã‚“" #: ../raphodo/prefs/preferencedialog.py:749 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "ファイルシステムã®ä¿®æ­£æ—¥æ™‚ãªã©ï¼Œãƒ•ァイルシステムã®ãƒ¡ã‚¿ãƒ‡ãƒ¼ã‚¿ã‚’設定ã™ã‚‹éš›ã«ï¼Œã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ãŸå ´åˆã«ã¯è­¦å‘Šã™ã‚‹ï¼Ž" #: ../raphodo/prefs/preferencedialog.py:753 msgid "Encountering unhandled files" msgstr "éžå–扱ファイルã«é­é‡" #: ../raphodo/prefs/preferencedialog.py:755 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "デãƒã‚¤ã‚¹ã‚„ã“ã®ã‚³ãƒ³ãƒ”ュータをæ“作ã—ã¦ï¼Œãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã®å¯¾è±¡ã¨ãªã‚‰ãªã„èªè­˜ä¸å¯èƒ½ãªãƒ•ァイルãŒã‚ã£ãŸå ´åˆï¼Œè­¦å‘Šã™ã‚‹ï¼Ž" #: ../raphodo/prefs/preferencedialog.py:760 msgid "Do not warn about unhandled files with extensions:" msgstr "ã“ã‚Œã‚‰ã®æ‹¡å¼µå­ã®ãƒ•ァイルã«ã¤ã„ã¦ã¯å–り扱ã£ã¦ã„ãªãã¦ã‚‚警告ã—ãªã„:" #: ../raphodo/prefs/preferencedialog.py:765 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "ファイル拡張å­ã¯å¤§å°æ–‡å­—を区別ã›ãšï¼Œå‰ç½®ã•れるドットã¯å«ã‚ã‚‹å¿…è¦ã¯ã‚りã¾ã›ã‚“." #: ../raphodo/prefs/preferencedialog.py:769 msgid "Add" msgstr "追加" #: ../raphodo/prefs/preferencedialog.py:771 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "警告を発ã—ãªã„éžå–扱ファイル型ã®ãƒªã‚¹ãƒˆã«ãƒ•ァイル拡張å­ã‚’追加ã™ã‚‹ï¼Ž" #: ../raphodo/prefs/preferencedialog.py:776 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "警告を発ã—ãªã„éžå–扱ファイル型ã®ãƒªã‚¹ãƒˆã‹ã‚‰ãƒ•ァイル拡張å­ã‚’削除ã™ã‚‹ï¼Ž" #: ../raphodo/prefs/preferencedialog.py:783 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "警告を発ã—ãªã„éžå–扱ファイル型ã®ãƒªã‚¹ãƒˆã‚’消去ã™ã‚‹ï¼Ž" #: ../raphodo/prefs/preferencedialog.py:821 msgid "Photo and Video Consolidation" msgstr "写真ã¨å‹•ç”»ã®çµ±åˆ" #: ../raphodo/prefs/preferencedialog.py:824 msgid "Consolidate files across devices and downloads" msgstr "デãƒã‚¤ã‚¹ãŠã‚ˆã³ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã«ã¾ãŸãŒã‚‹ãƒ•ァイルã®çµ±åˆ" #: ../raphodo/prefs/preferencedialog.py:827 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" "複数ã®ãƒ‡ãƒã‚¤ã‚¹ã¨ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã‚»ãƒƒã‚·ãƒ§ãƒ³ã‚’比較ã—ã¦ï¼Œé‡è¤‡ãƒ•ァイルや一致ã™ã‚‹RAW対JPEGã®\n" "組ãŒãªã„ã‹æ¤œç´¢ã™ã‚‹ãƒ‡ãƒã‚¤ã‚¹èµ°æŸ»ã®çµæžœã‚’分æžã—ã¾ã™ï¼Ž" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Treat matching RAW and JPEG files as:" msgstr "対応ã™ã‚‹RAWファイルã¨JPEGファイルã®å–扱:" #: ../raphodo/prefs/preferencedialog.py:834 msgid "One photo" msgstr "1æžšã®å†™çœŸ" #: ../raphodo/prefs/preferencedialog.py:835 msgid "Two photos" msgstr "2æžšã®å†™çœŸ" #: ../raphodo/prefs/preferencedialog.py:837 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "一致ã™ã‚‹RAWãŠã‚ˆã³JPEG写真を一ã¤ã®å†™çœŸã¨ã—ã¦è¡¨ç¤ºã—,マークã•れãŸå ´åˆã«ã¯ä¸¡æ–¹ã¨ã‚‚ダウンロードã™ã‚‹ï¼Ž" #: ../raphodo/prefs/preferencedialog.py:842 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "一致ã™ã‚‹RAWãŠã‚ˆã³JPEG写真を別々ã®äºŒã¤ã®å†™çœŸã¨ã—ã¦è¡¨ç¤ºã™ã‚‹ï¼Žãã®ã“ã¨ã«é–¢ã‚らãšï¼Œã“れらã®é€£ç•ªã‚’åŒæœŸã™ã‚‹ã“ã¨ã¯å¯èƒ½ã§ã™ï¼Ž" #: ../raphodo/prefs/preferencedialog.py:851 msgid "With matching RAW and JPEG photos:" msgstr "一致ã™ã‚‹RAWãŠã‚ˆã³JPEG写真ã¨ã¨ã‚‚ã«ï¼š" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Do not mark JPEG for download" msgstr "JPEGをダウンロード用ã«ãƒžãƒ¼ã‚¯ã—ãªã„" #: ../raphodo/prefs/preferencedialog.py:854 msgid "Do not mark RAW for download" msgstr "RAWをダウンロード用ã«ãƒžãƒ¼ã‚¯ã—ãªã„" #: ../raphodo/prefs/preferencedialog.py:855 msgid "Mark both for download" msgstr "両方ã¨ã‚‚ダウンロード用ã«ãƒžãƒ¼ã‚¯ã™ã‚‹" #: ../raphodo/prefs/preferencedialog.py:862 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" "一致ã™ã‚‹RAWãŠã‚ˆã³JPEGå†™çœŸãŒæ¤œå‡ºã•れãŸå ´åˆï¼ŒJPEGをダウンロード対象ã¨ã—ã¦è‡ªå‹•çš„ã«\n" "マークã—ãªã„.手動ã§ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã«ãƒžãƒ¼ã‚¯ã™ã‚‹ã“ã¨ã¯å¯èƒ½ã§ã™ï¼Ž" #: ../raphodo/prefs/preferencedialog.py:868 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" "一致ã™ã‚‹RAWãŠã‚ˆã³JPEGå†™çœŸãŒæ¤œå‡ºã•れãŸå ´åˆï¼ŒRAWをダウンロード対象ã¨ã—ã¦è‡ªå‹•çš„ã«\n" "マークã—ãªã„.手動ã§ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã«ãƒžãƒ¼ã‚¯ã™ã‚‹ã“ã¨ã¯å¯èƒ½ã§ã™ï¼Ž" #: ../raphodo/prefs/preferencedialog.py:874 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "一致ã™ã‚‹RAWãŠã‚ˆã³JPEGå†™çœŸãŒæ¤œå‡ºã•れãŸå ´åˆï¼Œä¸¡æ–¹ã‚’ダウンロード対象ã¨ã—ã¦è‡ªå‹•çš„ã«ãƒžãƒ¼ã‚¯ã—ã¾ã™ï¼Ž" #: ../raphodo/prefs/preferencedialog.py:880 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "ファイル統åˆã‚’無効ã«ã—ãŸå ´åˆã«ï¼Œçµ‚了ã—ãŸãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ãŒè¡¨ç¤ºã•れãŸã¾ã¾ï¼Œãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ãƒ‡ãƒã‚¤ã‚¹ãŒæŒ¿å…¥ã•れãŸã¨ã,ã©ã†ã™ã‚‹ã‹é¸æŠžã—ã¦ãã ã•ã„:" #: ../raphodo/prefs/preferencedialog.py:886 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "終了ã—ãŸãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ãŒè¡¨ç¤ºã•れãŸã¾ã¾ï¼Œãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ãƒ‡ãƒã‚¤ã‚¹ãŒæŒ¿å…¥ã•れãŸã¨ã:" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Clear completed downloads" msgstr "完了ã—ãŸãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã‚’消去" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Keep displaying completed downloads" msgstr "完了ã—ãŸãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã®è¡¨ç¤ºã‚’ç¶­æŒ" #: ../raphodo/prefs/preferencedialog.py:906 msgid "Prompt for what to do" msgstr "ã©ã†ã™ã‚‹ã‹ãƒ—ロンプトを表示" #: ../raphodo/prefs/preferencedialog.py:911 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "æ–°ã—ã„ダウンロードデãƒã‚¤ã‚¹ãŒæŒ¿å…¥ã•れãŸéš›ï¼Œå®Œäº†åˆ†ã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã®è¡¨ç¤ºã‚’è‡ªå‹•çš„ã«æ¶ˆåŽ»ã™ã‚‹ï¼Ž" #: ../raphodo/prefs/preferencedialog.py:916 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "æ–°ã—ã„ダウンロードデãƒã‚¤ã‚¹ãŒæŒ¿å…¥ã•れãŸéš›ï¼Œå®Œäº†åˆ†ã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã®è¡¨ç¤ºã‚’ç¶­æŒã™ã‚‹ï¼Ž" #: ../raphodo/prefs/preferencedialog.py:921 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "æ–°ã—ã„ダウンロードデãƒã‚¤ã‚¹ãŒæŒ¿å…¥ã•れãŸéš›ï¼Œå®Œäº†åˆ†ã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã®è¡¨ç¤ºã‚’消去ã™ã‚‹ã‹ç¶­æŒã™ã‚‹ã‹ã®é¸æŠžã‚’表示ã™ã‚‹ï¼Ž" #: ../raphodo/prefs/preferencedialog.py:968 msgid "Version Check" msgstr "ãƒãƒ¼ã‚¸ãƒ§ãƒ³ãƒã‚§ãƒƒã‚¯" #: ../raphodo/prefs/preferencedialog.py:969 msgid "Check for new version at startup" msgstr "èµ·å‹•æ™‚ã«æ–°ã—ã„ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã‚’ãƒã‚§ãƒƒã‚¯" #: ../raphodo/prefs/preferencedialog.py:972 msgid "Check for a new version of the program each time the program starts." msgstr "プログラムを起動ã™ã‚‹ãŸã³ã«ï¼Œæ–°ã—ã„ãƒãƒ¼ã‚¸ãƒ§ãƒ³ãŒãªã„ã‹ãƒã‚§ãƒƒã‚¯ã—ã¾ã™ï¼Ž" #: ../raphodo/prefs/preferencedialog.py:976 msgid "Include development releases" msgstr "開発リリースをå«ã‚€" #: ../raphodo/prefs/preferencedialog.py:978 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/prefs/preferencedialog.py:996 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "MTPデãƒã‚¤ã‚¹ä¸Šã®DNG日時メタデータã¯ç„¡è¦–" #: ../raphodo/prefs/preferencedialog.py:999 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" "MTPデãƒã‚¤ã‚¹ä¸Šã«ã‚ã‚‹DNGãƒ•ã‚¡ã‚¤ãƒ«ã®æ—¥æ™‚メタデータã¯ç„¡è¦–ã—,代ã‚りã«ãƒ•ァイルã®ä¿®æ­£æ—¥æ™‚を使用ã—ã¾ã™ï¼Ž\n" "\n" "æ­£ã—ããªã„DNGメタデータを生æˆã™ã‚‹ä¸€éƒ¨ã®é›»è©±ãƒ»ã‚¿ãƒ–レットã®ã‚ˆã†ãªãƒ‡ãƒã‚¤ã‚¹ã«ä¾¿åˆ©ã§ã™ï¼Ž" #: ../raphodo/prefs/preferencedialog.py:1006 msgid "Read photo metadata using only ExifTool" msgstr "ExifToolã®ã¿ã‚’使ã£ã¦å†™çœŸãƒ¡ã‚¿ãƒ‡ãƒ¼ã‚¿ã‚’読む" #: ../raphodo/prefs/preferencedialog.py:1008 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" "Exiv2ã®ä»£ã‚りã«ExifToolを使用ã—ã¦ã€å†™çœŸãƒ¡ã‚¿ãƒ‡ãƒ¼ã‚¿ã‚’読ã¿ã€ã‚µãƒ ãƒãƒ¼ãƒ«ã‚’抽出ã—ã¾ã™ã€‚\n" "\n" "既定ã®è¨­å®šã¯Exiv2を使用ã—ã€èª­ã¿è¾¼ã‚€ãƒ•ァイル形å¼ã‚’Exiv2ãŒã‚µãƒãƒ¼ãƒˆã—ã¦ã„ãªã„時ã®ã¿\n" "ExifToolを使ã†ã‚ˆã†ã«ãªã£ã¦ã„ã¾ã™ã€‚\n" "\n" "Exiv2ã¯ã€æ—©ã正確ã§ã€ã»ã¨ã‚“ã©ã®å ´åˆä¿¡é ¼ãŒãŠã‘ã¾ã™ãŒã€Leica M8カメラãŒç”Ÿæˆã™ã‚‹\n" "DNGファイルã®ã‚ˆã†ãªã€ã”ã一部ã®ãƒ•ァイルã‹ã‚‰ãƒ¡ã‚¿ãƒ‡ãƒ¼ã‚¿ã‚’抽出ã™ã‚‹éš›ã€ã‚¯ãƒ©ãƒƒã‚·ãƒ¥\n" "ã™ã‚‹ã“ã¨ãŒã‚りã¾ã™ã€‚" #: ../raphodo/prefs/preferencedialog.py:1034 msgid "Completed Downloads" msgstr "完了ã—ãŸãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1140 msgid "" msgstr "<システム言語>" #: ../raphodo/prefs/preferencedialog.py:1423 #, python-format msgid "Restores default %s preference values" msgstr "%sã®æ—¢å®šè¨­å®šå€¤ã«æˆ»ã™" #: ../raphodo/prefs/preferencedialog.py:1585 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "サムãƒã‚¤ãƒ«ã‚­ãƒ£ãƒƒã‚·ãƒ¥ã‚’消去ã—ã¾ã™ã‹ï¼Ÿã‚­ãƒ£ãƒƒã‚·ãƒ¥ã¯ï¼Œæ¬¡å›žãƒ—ログラムを起動ã—ãŸéš›ã«æ¶ˆåŽ»ã•れã¾ã™ï¼Ž" #: ../raphodo/prefs/preferencedialog.py:1590 msgid "Purge Thumbnail Cache" msgstr "サムãƒã‚¤ãƒ«ã‚­ãƒ£ãƒƒã‚·ãƒ¥ã‚’消去" #: ../raphodo/prefs/preferencedialog.py:1605 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "サムãƒã‚¤ãƒ«ã‚­ãƒ£ãƒƒã‚·ãƒ¥ã‚’最é©åŒ–ã—ã¾ã™ã‹ï¼Ÿã‚­ãƒ£ãƒƒã‚·ãƒ¥ã¯ï¼Œæ¬¡å›žãƒ—ログラムを起動ã—ãŸéš›ã«æœ€é©åŒ–ã•れã¾ã™ï¼Ž" #: ../raphodo/prefs/preferencedialog.py:1610 msgid "Optimize Thumbnail Cache" msgstr "サムãƒã‚¤ãƒ«ã‚­ãƒ£ãƒƒã‚·ãƒ¥ã‚’最é©åŒ–" #: ../raphodo/prefs/preferencedialog.py:1929 msgid "Enter a Folder to Scan" msgstr "走査ã™ã‚‹ãƒ•ォルダを入力" #: ../raphodo/prefs/preferencedialog.py:1931 msgid "Specify a folder that will be scanned for photos and videos" msgstr "写真ã¨å‹•ç”»ã®èµ°æŸ»å¯¾è±¡ã¨ãªã‚‹ãƒ•ォルダを指定" #: ../raphodo/prefs/preferencedialog.py:1933 msgid "Folder:" msgstr "フォルダ:" #: ../raphodo/prefs/preferencedialog.py:1947 msgid "Enter a Path to Ignore" msgstr "対象外パスを入力ã—ã¦ãã ã•ã„" #: ../raphodo/prefs/preferencedialog.py:1949 msgid "Specify a path that will never be scanned for photos or videos" msgstr "写真や動画ã®ã‚¹ã‚­ãƒ£ãƒ³ã§æ¤œç´¢ã•れãªã„パスを指定ã—ã¦ãã ã•ã„" #: ../raphodo/prefs/preferencedialog.py:1951 msgid "Path:" msgstr "パス:" #: ../raphodo/prefs/preferencedialog.py:1965 msgid "Enter a File Extension" msgstr "ファイル拡張å­ã‚’入力ã—ã¦ãã ã•ã„" #: ../raphodo/prefs/preferencedialog.py:1966 msgid "Specify a file extension (without the leading dot)" msgstr "ファイル拡張å­ã‚’指定ã—ã¦ãã ã•ã„(最åˆã®ãƒ”リオドã¯é™¤ã)" #: ../raphodo/prefs/preferencedialog.py:1967 ../raphodo/ui/renamepanel.py:140 msgid "Extension:" msgstr "æ‹¡å¼µå­:" #: ../raphodo/prefs/preferencedialog.py:1982 msgid "Invalid File Extension" msgstr "ファイル拡張å­ãŒç„¡åйã§ã™" #: ../raphodo/prefs/preferencedialog.py:1987 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "ファイル拡張å­%sを高速写真ダウンローダã¯èªè­˜ã—ã¾ã™ã®ã§ï¼ŒãれãŒã‚ã‚‹ã“ã¨ã‚’警告ã•ã›ã‚‹ã“ã¨ã¯ç„¡æ„味ã§ã™ï¼Ž" #: ../raphodo/prefs/preferencedialog.py:1996 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" "èªè­˜ã•れるファイル型:\n" "\n" "写真:\n" "%(photos)s\n" "\n" "動画:\n" "%(videos)s\n" "\n" "音声:\n" "%(audio)s\n" "\n" "ãã®ä»–:\n" "%(other)s" #: ../raphodo/prefs/preferences.py:311 msgid "Wedding" msgstr "çµå©šå¼" #: ../raphodo/prefs/preferences.py:311 msgid "Birthday" msgstr "誕生日" #: ../raphodo/prefs/preferences.py:736 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "サブフォルダ設定ã¯%sã‹ã‚‰å§‹ã¾ã£ã¦ã¯ãªã‚Šã¾ã›ã‚“" #: ../raphodo/prefs/preferences.py:740 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "サブフォルダ設定ã¯%sã§çµ‚ã‚ã£ã¦ã¯ãªã‚Šã¾ã›ã‚“" #: ../raphodo/prefs/preferences.py:747 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "サブフォルダ設定ã§ã¯ã€2ã¤ã®%sãŒé€£ç¶šã—ã¦å…¥ã£ã¦ã„ã¦ã¯ãªã‚Šã¾ã›ã‚“" #: ../raphodo/ui/primarybutton.py:124 msgid "Download 8 Photos and 10 Videos" msgstr "8æžšã®å†™çœŸã¨10個ã®å‹•画をダウンロード" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "エラー:%(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "エラー:%s" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "GPhoto2エラー:%s" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "ãŠãらãä»–ã®ãƒ—ログラムãŒä½¿ç”¨ä¸­ã®ãŸã‚ï¼Œã‚«ãƒ¡ãƒ©ã‚’åˆæœŸåŒ–ã§ãã¾ã›ã‚“.コピーã•れãŸãƒ•ァイルã¯ã‚りã¾ã›ã‚“." #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "ディレクトリー %s を読ã¿è¾¼ã‚ã¾ã›ã‚“" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "%sã‹ã‚‰ã®ä¿®æ­£æ—¥æ™‚やサイズã«ã‚¢ã‚¯ã‚»ã‚¹ã§ãã¾ã›ã‚“" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "ファイル%sを読ã¿è¾¼ã‚€ã“ã¨ãŒã§ãã¾ã›ã‚“ã§ã—ãŸ" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "ファイル%sã«æ›¸ã込むã“ã¨ãŒã§ãã¾ã›ã‚“ã§ã—ãŸ" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "ファイル%sを移動ã™ã‚‹ã“ã¨ãŒã§ãã¾ã›ã‚“ã§ã—ãŸ" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "ファイル%sを削除ã§ãã¾ã›ã‚“ã§ã—ãŸ" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "ファイル%sをコピーã™ã‚‹ã“ã¨ãŒã§ãã¾ã›ã‚“ã§ã—ãŸ" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "ファイル%sã¯å¤§ãã•ãŒ0ãªã®ã§ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã—ã¾ã›ã‚“" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "%sã®ãƒ•ァイルシステム上ã®ä¿®æ­£æ™‚刻を知るã“ã¨ãŒã§ãã¾ã›ã‚“ã§ã—ãŸ" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "%sã‹ã‚‰ãƒ¡ã‚¿ãƒ‡ãƒ¼ã‚¿ã‚’読ã¿è¾¼ã‚ã¾ã›ã‚“ã§ã—ãŸ" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "%(name)sã‹ã‚‰ãƒ¡ã‚¿ãƒ‡ãƒ¼ã‚¿ã‚’読ã¿è¾¼ã‚ã¾ã›ã‚“ã§ã—ãŸï¼Ž%(filetype)sã¯ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã•れã¾ã›ã‚“ã§ã—ãŸï¼Ž" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" "ファイルシステム%s上ã§ï¼Œãƒ•ァイルã®ãƒ•ァイルシステム " "メタデータを設定ã™ã‚‹éš›ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸï¼ŽåŒã˜ãƒ•ァイルシステム上ã§ï¼Œã“ã®ã‚¨ãƒ©ãƒ¼ãŒå†åº¦ç™ºç”Ÿã—ãŸå ´åˆã«ã¯ï¼Œã‚‚ã†é€šçŸ¥ã•れã¾ã›ã‚“." #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "éžå–扱ファイル%sを検出ã—ã¾ã—ãŸï¼Žã“れã¯ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã•れã¾ã›ã‚“." #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)sã¯ã™ã§ã«å­˜åœ¨ã—ã¾ã™ï¼Ž" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "既存ã®%(filetype)s %(destination)sã¯ï¼Œæœ€å¾Œã«%(date)s %(time)sã«ä¿®æ­£ã•れã¾ã—ãŸï¼Ž" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "%(filetype)s %(source)sã¯%(device)sã‹ã‚‰ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã•れãŸã‚‚ã®ã§ã¯ã‚りã¾ã›ã‚“." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "%(filetype)s %(source)sã¯%(device)sã‹ã‚‰ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã•れãŸã‚‚ã®ã§ã™ï¼Ž" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "ファイルåã«éžé‡è¤‡è­˜åˆ¥å­ã€Œ%sã€ãŒè¿½åŠ ã•れã¾ã—ãŸï¼Ž" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "既存ã®ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—%(filetype)s %(destination)sã¯ï¼Œæœ€å¾Œã«%(date)s %(time)sã«ä¿®æ­£ã•れã¦ã„ã¾ã™ï¼Ž" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "%(filetype)s %(source)sã¯ï¼Œ%(device)sã‹ã‚‰ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã•れãŸã‚‚ã®ã§ã¯ã‚りã¾ã›ã‚“." #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "å‰å›žã®ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—%(filetype)s %(destination)sã¯ï¼Œæœ€å¾Œã«%(date)s %(time)sã«ä¿®æ­£ã•れã¦ã„ã¾ã™ï¼Ž" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" "%(device)sã‹ã‚‰ã®%(filetype)s %(source)sã¯ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã•れ,å‰å›žã®ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—%(filetype)sを上書ãã—ã¾ã—ãŸï¼Ž" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" "RAW + JPEGã®é€£ç•ªã‚’åŒæœŸã™ã‚‹éš›ï¼Œé‡è¤‡ã™ã‚‹%(filetype)s %(file)sãŒæ¤œå‡ºã•れãŸãŸã‚,ダウンロードã•れã¾ã›ã‚“ã§ã—ãŸï¼Ž" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "RAW + JPEGã®é€£ç•ªã‚’åŒæœŸã™ã‚‹éš›ï¼Œé•ã†æ™‚é–“ã«æ’®ã‚‰ã‚ŒãŸåŒã˜ãƒ•ァイルåã®å†™çœŸãŒæ¤œå‡ºã•れã¾ã—ãŸï¼š" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)sã¯%(image1_date)sã®%(image1_time)sã«æ’®å½±ã•れã€%(image2)sã¯%(image2_date)sã®%(" "image2_time)sã«æ’®å½±ã•れã¾ã—ãŸã€‚" #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "%sã®ãƒ•ァイルåã®çµ‚了処ç†ãŒã§ãã¾ã›ã‚“ã§ã—ãŸ" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "%(filetype)s %(source)sã®ãƒ•ァイルå%(destination)sãŒå®Œå…¨ã«ã¯ç”Ÿæˆã•れã¾ã›ã‚“ã§ã—ãŸï¼Ž" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "%(type)sã®ãƒ¡ã‚¿ãƒ‡ãƒ¼ã‚¿ãŒã‚りã¾ã›ã‚“。" #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "å³è¨˜ã®ãƒ¡ã‚¿ãƒ‡ãƒ¼ã‚¿ãŒã‚りã¾ã›ã‚“:%s" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "日時変æ›ã«å¤±æ•—ã—ã¾ã—ãŸï¼š%s" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "æœ‰åŠ¹ãªæ—¥æ™‚メタデータを抽出ã§ããªã‹ã£ãŸã‹ï¼Œã¾ãŸã¯ãƒ•ァイル修正時間を確定ã™ã‚‹ã“ã¨ãŒã§ãã¾ã›ã‚“ã§ã—ãŸï¼Ž" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "ファイルåã«æ‹¡å¼µå­ãŒã‚りã¾ã›ã‚“。" #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "ファイルåã«ã¯æ•°å­—ã®è¦ç´ ãŒã‚りã¾ã›ã‚“。" #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "コンãƒãƒ¼ãƒãƒ³ãƒˆ%(component)sã®ç”Ÿæˆæ™‚ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸï¼Žã‚¨ãƒ©ãƒ¼ï¼š%(error)s" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "%(filetype)s %(source)sã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ サブフォルダ%(folder)sã¯éƒ¨åˆ†çš„ã«ã—ã‹ç”Ÿæˆã•れã¾ã›ã‚“ã§ã—ãŸï¼Ž" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" "%(filename)sã®%(subfolder_file)sを生æˆã™ã‚‹ãŸã‚ã®ãƒ‡ãƒ¼ã‚¿ãŒã‚りã¾ã›ã‚“.%(filetype)sã¯ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã•れã¾ã›ã‚“ã§ã—ãŸï¼Ž" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" "%(folder)sã«%(filetype)s " "%(destination)sを生æˆã§ãã¾ã›ã‚“ã§ã—ãŸï¼Žãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ãƒ•ァイルã¯ï¼Œ%(device)s中ã®%(source)sã§ã—ãŸãŒï¼Œãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã•れã¾ã›ã‚“" "ã§ã—ãŸï¼Ž" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "ダウンロード サブフォルダ%sを生æˆã§ãã¾ã›ã‚“." #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ— サブフォルダ%sを生æˆã§ãã¾ã›ã‚“." #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "%sã‚’æ“作中ã«å•題発生" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "%sã‹ã‚‰ã®ã‚³ãƒ”ー中ã«å•題発生" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "ファイルåã®çµ‚了処ç†ã¨ã‚µãƒ–フォルダã®ç”Ÿæˆä¸­ã«å•題発生" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "%sã«ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—中ã«å•題発生" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 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:249 ../raphodo/proximity.py:278 #: ../raphodo/proximity.py:313 ../raphodo/proximity.py:319 #, 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:267 #, 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:288 ../raphodo/proximity.py:294 #: ../raphodo/proximity.py:1123 ../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:303 ../raphodo/proximity.py:307 #: ../raphodo/proximity.py:1130 ../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:328 #, 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:339 #, 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:473 #, 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:1135 #, python-format msgid "%(month)s %(year)s" msgstr "%(year)så¹´%(month)s月" #: ../raphodo/proximity.py:1893 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:1952 #, 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:1956 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:1962 #, python-format msgid "%(hours)dh" msgstr "%(hours)d時間" #: ../raphodo/proximity.py:2101 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:2106 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "下ã®ã‚¹ãƒ©ã‚¤ãƒ€ã‚’使用ã—ã¦ï¼Œæ™‚間軸を構築ã™ã‚‹ã®ã«ä½¿ç”¨ã™ã‚‹ï¼Œå„撮影間ã®çµŒéŽæ™‚間を調整ã—ã¦ãã ã•ã„." #: ../raphodo/proximity.py:2109 msgid "Timeline build pending..." msgstr "æ™‚é–“è»¸ã®æ§‹ç¯‰ã‚’åœæ­¢ä¸­..." #: ../raphodo/proximity.py:2110 msgid "Timeline is building..." msgstr "時間軸を構築中.." #: ../raphodo/proximity.py:2112 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:2568 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "時間軸ã®åŒæœŸã¨ã‚µãƒ ãƒã‚¤ãƒ«ã®ã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«ã‚’切替(Ctrl-T)" #: ../raphodo/rapid.py:473 ../raphodo/rapid.py:871 ../raphodo/rapid.py:4657 #: ../raphodo/rapid.py:4880 ../raphodo/rapid.py:4899 ../raphodo/rapid.py:4922 #: ../raphodo/rapid.py:4929 ../raphodo/rapid.py:5606 ../raphodo/rapid.py:6229 #: ../raphodo/rapid.py:7449 ../raphodo/ui/rememberthisdialog.py:112 #: ../raphodo/ui/viewutils.py:743 #: ../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:1156 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:1167 msgid "Problem with ExifTool" msgstr "ExifToolã«å•題" #: ../raphodo/rapid.py:1176 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:1188 msgid "Problem with libmediainfo" msgstr "libmediainfoã®å•題" #: ../raphodo/rapid.py:1367 #, python-format msgid "" "Cannot download from Apple devices

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

      Missing applications: " "%(applications)s

      Learn " "more about which software to install." msgstr "" "Apple デãƒã‚¤ã‚¹ã‹ã‚‰ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã§ãã¾ã›ã‚“ã§ã—ãŸ

      %(device)sã‹ã‚‰ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã™ã‚‹ã«ã¯ã€Apple " "デãƒã‚¤ã‚¹ã¨äº¤ä¿¡ã™ã‚‹ãŸã‚ã®è¿½åŠ ã‚½ãƒ•ãƒˆã‚¦ã‚§ã‚¢ãŒå¿…è¦ã§ã™ã€‚

      ä¸è¶³ã—ã¦ã„るアプリ:%(applications)s

      ã©ã®ã‚½ãƒ•トウェアを" "インストールã™ã¹ãã‹ã«ã¤ã„ã¦ã€è©³ã—ãå­¦ã¶ã«ã¯" "ã“ã¡ã‚‰ã€‚" #: ../raphodo/rapid.py:1766 msgid "Download failed" msgstr "ダウンロードã«å¤±æ•—ã—ã¾ã—ãŸ" #: ../raphodo/rapid.py:1769 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "ã™ã¿ã¾ã›ã‚“ï¼Œé«˜é€Ÿå†™çœŸãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ€ã®æ–°ã—ã„ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã‚’ダウンロードã™ã‚‹ã®ã«å¤±æ•—ã—ã¾ã—ãŸï¼Ž" #: ../raphodo/rapid.py:1778 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "æ–°ã—ã„ãƒãƒ¼ã‚¸ãƒ§ãƒ³ãŒç„¡äº‹ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã•れã¾ã—ãŸï¼Žé«˜é€Ÿå†™çœŸãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ€ã‚’終了ã—ã¦ï¼Œæ–°ã—ã„ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã‚’å°Žå…¥ã—ã¦è‰¯ã„ã§ã™ã‹ï¼Ÿ" #: ../raphodo/rapid.py:1782 msgid "Update Rapid Photo Downloader" msgstr "高速写真ダウンローダを更新" #: ../raphodo/rapid.py:1786 msgid "Install" msgstr "å°Žå…¥" #: ../raphodo/rapid.py:1804 msgid "New version saved" msgstr "æ–°ã—ã„ãƒãƒ¼ã‚¸ãƒ§ãƒ³ãŒä¿å­˜ã•れã¾ã—ãŸ" #: ../raphodo/rapid.py:1806 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" "tarファイルã¨å°Žå…¥ã‚¹ã‚¯ãƒªãƒ—トã¯\n" " %s\n" "ã«ä¿å­˜ã•れã¦ã„ã¾ã™" #: ../raphodo/rapid.py:1824 msgid "Upgrade failed" msgstr "アップグレードã«å¤±æ•—ã—ã¾ã—ãŸ" #: ../raphodo/rapid.py:1827 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "ã™ã¿ã¾ã›ã‚“,インストーラを開ãéš›ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ãŸãŸã‚ï¼Œé«˜é€Ÿå†™çœŸãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ€ã®æ›´æ–°ã«å¤±æ•—ã—ã¾ã—ãŸï¼Ž" #: ../raphodo/rapid.py:1873 msgid "" "\n" "

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

      \n" "

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

      " msgstr "" "\n" "

      Rapid Photo Downloader ã¯ã‚ãªãŸã®ãŸã‚ã«ä½œã‚‰ã‚Œã¦ã„ã¾ã™ã€‚ウェブサーベイã«å‚加ã—ã¦ã€æ”¹å–„を手ä¼ã†ã“ã¨ãŒã§ãã¾ã™ã€‚

      \n" "

      ã“ã®ãƒ—ログラムã¯ã€ã‚¢ãƒŠãƒªãƒ†ã‚£ã‚¯ã‚¹ã‚’åŽé›†ã—ã¦ã„ãªã„ã®ã§ã€ã“ã®ã‚µãƒ¼ãƒ™ã‚¤ã¯ã€ã“ã®ãƒ—ログラムã«ã¨ã£ã¦ã€å…¨ãé•ã†æœªæ¥ã‚’ã‚‚ãŸã‚‰ã—ã¾ã™ã€‚

      " #: ../raphodo/rapid.py:1883 msgid "The survey is in English." msgstr "サーベイã¯è‹±èªžã§ã™ã€‚" #: ../raphodo/rapid.py:1894 msgid "Do you want to take the survey?" msgstr "サーベイã«å‚加ã—ã¾ã™ã‹ï¼Ÿ" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1897 msgid "Ask me later" msgstr "後ã§å°‹ã­ã‚‹" #: ../raphodo/rapid.py:1898 msgid "Yes" msgstr "ã¯ã„" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1901 msgid "I already took it" msgstr "å‚加済ã¿" #. Translators: "Never ask me about any survey" refers to now and in the future #: ../raphodo/rapid.py:1906 msgid "Never ask me about any survey" msgstr "サーベイã«ã¤ã„ã¦ã¯ã‚‚ã†è¨Šã‹ãªã„ã§" #: ../raphodo/rapid.py:2110 ../raphodo/rapid.py:2914 msgid "Download" msgstr "ダウンロード" #: ../raphodo/rapid.py:2114 msgid "&Refresh..." msgstr "æ›´æ–°(&R)..." #: ../raphodo/rapid.py:2118 msgid "&Preferences" msgstr "設定(&P)" #: ../raphodo/rapid.py:2122 msgid "&Quit" msgstr "終了(&Q)" #: ../raphodo/rapid.py:2128 msgid "Windows &Drives" msgstr "Windowsドライブ(&D)" #: ../raphodo/rapid.py:2132 msgid "Error &Reports" msgstr "エラー報告(&R)" #: ../raphodo/rapid.py:2137 msgid "Clear Completed Downloads" msgstr "終了ã—ãŸãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã‚’削除" #: ../raphodo/rapid.py:2140 msgid "Get Help Online..." msgstr "オンラインã§ãƒ˜ãƒ«ãƒ—ã‚’å¾—ã‚‹..." #: ../raphodo/rapid.py:2144 msgid "&Tip of the Day..." msgstr "今日ã®è±†çŸ¥è­˜(&T)" #: ../raphodo/rapid.py:2147 msgid "Report a Problem..." msgstr "å•題ã®å ±å‘Š..." #: ../raphodo/rapid.py:2150 msgid "Make a Donation..." msgstr "寄付をã™ã‚‹..." #: ../raphodo/rapid.py:2153 msgid "Translate this Application..." msgstr "ã“ã®ã‚¢ãƒ—リケーションを翻訳..." #: ../raphodo/rapid.py:2158 msgid "&About..." msgstr "ã“ã®ã‚½ãƒ•トウェアã«ã¤ã„ã¦(&A)..." #: ../raphodo/rapid.py:2161 msgid "Check for Updates..." msgstr "æ›´æ–°ã®ãƒã‚§ãƒƒã‚¯..." #: ../raphodo/rapid.py:2250 msgid "Timeline" msgstr "時間軸" #: ../raphodo/rapid.py:2258 msgid "Destination" msgstr "ダウンロード先" #: ../raphodo/rapid.py:2260 msgid "Rename" msgstr "å称変更" #: ../raphodo/rapid.py:2262 msgid "Back Up" msgstr "ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—" #: ../raphodo/rapid.py:2486 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "ã“ã®ã‚³ãƒ³ãƒ”ãƒ¥ãƒ¼ã‚¿ã«æŽ¥ç¶šã—ã¦ã„るデãƒã‚¤ã‚¹ã‚’ダウンロードソースã¨ã—ã¦ä½¿ç”¨ã™ã‚‹ã‹ã©ã†ã‹ã‚’切り替ãˆã¾ã™" #: ../raphodo/rapid.py:2505 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "ã“ã®ã‚³ãƒ³ãƒ”ュータ上ã®ãƒ•ォルダをダウンロードソースã¨ã—ã¦ä½¿ç”¨ã™ã‚‹ã‹ã©ã†ã‹ã‚’切り替ãˆã¾ã™" #: ../raphodo/rapid.py:2508 msgid "This Computer" msgstr "ã“ã®ã‚³ãƒ³ãƒ”ュータ" #: ../raphodo/rapid.py:2522 msgid "Select a source folder" msgstr "ã‚½ãƒ¼ã‚¹ãƒ•ã‚©ãƒ«ãƒ€ã‚’é¸æŠžã—ã¦ãã ã•ã„" #: ../raphodo/rapid.py:2600 msgid "All" msgstr "å…¨ã¦" #: ../raphodo/rapid.py:2601 msgid "New" msgstr "æ–°è¦" #: ../raphodo/rapid.py:2603 msgid "Show:" msgstr "表示:" #: ../raphodo/rapid.py:2606 msgid "Modification Time" msgstr "修正日時" #: ../raphodo/rapid.py:2607 msgid "Checked State" msgstr "ãƒã‚§ãƒƒã‚¯çŠ¶æ…‹" #: ../raphodo/rapid.py:2610 msgid "File Type" msgstr "ファイル型" #: ../raphodo/rapid.py:2611 msgid "Device" msgstr "デãƒã‚¤ã‚¹" #: ../raphodo/rapid.py:2613 msgid "Sort:" msgstr "æ•´åº:" #: ../raphodo/rapid.py:2629 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:2894 #, python-format msgid "Download %(files)s" msgstr "%(files)sをダウンロード" #: ../raphodo/rapid.py:2910 msgid "Resume Download" msgstr "ダウンロードå†é–‹" #: ../raphodo/rapid.py:2912 msgid "Pause" msgstr "ä¸€æ™‚åœæ­¢" #: ../raphodo/rapid.py:3049 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "高速写真ダウンローダã®å•題を報告ã„ãŸã ãã‚りãŒã¨ã†ã”ã–ã„ã¾ã™" #: ../raphodo/rapid.py:3150 #, 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:3244 msgid "You cannot change the download destination while downloading." msgstr "ダウンロード中ã«ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰å…ˆã‚’変更ã™ã‚‹ã“ã¨ã¯ã§ãã¾ã›ã‚“." #: ../raphodo/rapid.py:3258 #, 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:3346 msgid "" "\n" "Downloading all files

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

      \n" "Do you want to proceed with the download?" msgstr "" "\n" "全ファイルをダウンロードã—ã¦ã„ã¾ã™

      \n" "ダウンロードã«ã¯ï¼Œãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ç”¨ã«ãƒã‚§ãƒƒã‚¯ã—ãŸå…¨ãƒ•ァイルãŒå¸¸ã«å«\n" "ã¾ã‚Œã¾ã™ï¼Žã“れã«ã¯ï¼Œæ™‚間軸ãŒä½¿ç”¨ã•れã¦ã„ãŸã‚Šæ–°è¦ãƒ•ァイルã®ã¿ãŒè¡¨\n" "示対象ã¨ãªã£ã¦ã„ã‚‹ãŸã‚,ç¾åœ¨è¡¨ç¤ºã•れã¦ã„ãªã„ファイルもå«ã¾ã‚Œã¾ã™ï¼Ž

      \n" "ダウンロードを開始ã—ã¾ã™ã‹ï¼Ÿ" #: ../raphodo/rapid.py:3511 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "下記ã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ãƒ•ォルダã¯ç„¡åйã§ã™:\n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3514 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "下記ã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ãƒ•ォルダã¯ç„¡åйã§ã™:\n" "%s" #: ../raphodo/rapid.py:3517 msgid "Download Failure" msgstr "ダウンロードエラー" #: ../raphodo/rapid.py:3518 msgid "The download cannot proceed." msgstr "ダウンロードを進ã‚ã‚‹ã“ã¨ãŒã§ãã¾ã›ã‚“." #: ../raphodo/rapid.py:3536 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:3547 ../raphodo/rapid.py:3561 #, 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:3549 ../raphodo/rpdfile.py:179 msgid "photos" msgstr "写真" #: ../raphodo/rapid.py:3563 ../raphodo/rpdfile.py:174 msgid "videos" msgstr "å‹•ç”»" #: ../raphodo/rapid.py:3573 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:3589 ../raphodo/rapid.py:3605 #, 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:3592 ../raphodo/rpdfile.py:181 ../raphodo/rpdfile.py:850 msgid "photo" msgstr "写真" #: ../raphodo/rapid.py:3608 ../raphodo/rpdfile.py:176 ../raphodo/rpdfile.py:912 msgid "video" msgstr "å‹•ç”»" #: ../raphodo/rapid.py:3616 msgid "Backup problem" msgstr "ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã«éšœå®³" #: ../raphodo/rapid.py:4447 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s — ã‚ã¨%(time_left)s(%(speed)s)" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4527 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s個ã®%(filetypes)sãŒãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã•れã¾ã—ãŸ" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4537 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s個ã®%(filetypes)sãŒãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã«å¤±æ•—ã—ã¾ã—ãŸ" #: ../raphodo/rapid.py:4543 ../raphodo/rapid.py:4650 msgid "warnings" msgstr "警告" #: ../raphodo/rapid.py:4578 msgid "All downloads complete" msgstr "全ダウンロード完了" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4588 ../raphodo/rapid.py:4603 ../raphodo/rapid.py:4619 #: ../raphodo/rapid.py:4634 ../raphodo/rapid.py:4649 #, 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:4593 ../raphodo/rapid.py:4624 #, 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:4608 ../raphodo/rapid.py:4639 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)sã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã«å¤±æ•—ã—ã¾ã—ãŸ" #: ../raphodo/rapid.py:4675 msgid "1 failure" msgstr "1エラー" #: ../raphodo/rapid.py:4677 #, python-format msgid "%d failures" msgstr "%dエラー" #: ../raphodo/rapid.py:4682 msgid "1 warning" msgstr "1警告" #: ../raphodo/rapid.py:4684 #, python-format msgid "%d warnings" msgstr "%d警告" #: ../raphodo/rapid.py:4709 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "%(devices)sã‹ã‚‰%(no_files_and_types)sをダウンロードã—ã¾ã—ãŸ" #: ../raphodo/rapid.py:4716 #, 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:4725 #, python-format msgid "No files downloaded — %(failures)s" msgstr "ファイルã¯ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã•れã¾ã›ã‚“ã§ã—㟠— %(failures)s" #: ../raphodo/rapid.py:4727 msgid "No files downloaded" msgstr "ファイルã¯ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã•れã¾ã›ã‚“ã§ã—ãŸ" #: ../raphodo/rapid.py:4767 msgid "Program preferences are invalid" msgstr "プログラム設定ãŒç„¡åйã§ã™" #: ../raphodo/rapid.py:4886 #, 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:4905 #, 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:4925 msgid "Enable access to the iOS Device" msgstr "iOSデãƒã‚¤ã‚¹ã¸ã®ã‚¢ã‚¯ã‚»ã‚¹ã‚’有効ã«ã™ã‚‹" #: ../raphodo/rapid.py:4936 msgid "&Try Again" msgstr "å†è©¦è¡Œ(&T)" #: ../raphodo/rapid.py:4937 msgid "&Ignore This Device" msgstr "ã“ã®ãƒ‡ãƒã‚¤ã‚¹ã¯ç„¡è¦–(&I)" #: ../raphodo/rapid.py:5029 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "ã™ã¿ã¾ã›ã‚“,%sを走査中ã«äºˆæœŸã—ãªã„å•題ãŒç™ºç”Ÿã—ã¾ã—ãŸï¼Ž" #: ../raphodo/rapid.py:5032 msgid "Unfortunately you cannot download from this device." msgstr "残念ãªãŒã‚‰ï¼Œã“ã®ãƒ‡ãƒã‚¤ã‚¹ã‹ã‚‰ã¯ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã§ãã¾ã›ã‚“." #: ../raphodo/rapid.py:5036 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "ã“ã®å•題ã®å›žé¿ç­–ã¨ã—ã¦ã¯ï¼Œã‚«ãƒ¼ãƒ‰ãƒªãƒ¼ãƒ€ã‚’使用ã—ã¦ï¼Œã‚«ãƒ¡ãƒ©ã®ãƒ¡ãƒ¢ãƒªã‚«ãƒ¼ãƒ‰ã‹ã‚‰ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã™ã‚‹ã“ã¨ãŒè€ƒãˆã‚‰ã‚Œã¾ã™ï¼Ž" #: ../raphodo/rapid.py:5041 msgid "Device scan failed" msgstr "デãƒã‚¤ã‚¹èµ°æŸ»å¤±æ•—" #: ../raphodo/rapid.py:5578 #, 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:5613 #, 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:5775 msgid "Completed Downloads Present" msgstr "完了ã—ãŸãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ãŒã‚りã¾ã™" #: ../raphodo/rapid.py:5777 #, python-format msgid "%s whose download have completed are displayed." msgstr "ダウンロードãŒå®Œäº†ã—ãŸ%sãŒè¡¨ç¤ºã•れã¾ã™ï¼Ž" #: ../raphodo/rapid.py:5779 msgid "Do you want to clear the completed downloads?" msgstr "完了ã—ãŸãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã‚’消去ã—ã¾ã™ã‹ï¼Ÿ" #: ../raphodo/rapid.py:5781 msgid "Completed Download Present" msgstr "完了ã—ãŸãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ãŒã‚りã¾ã™" #: ../raphodo/rapid.py:5782 #, python-format msgid "%s whose download has completed is displayed." msgstr "ダウンロードãŒå®Œäº†ã—ãŸ%sãŒè¡¨ç¤ºã•れã¾ã™ï¼Ž" #: ../raphodo/rapid.py:5783 msgid "Do you want to clear the completed download?" msgstr "完了ã—ãŸãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã‚’消去ã—ã¾ã™ã‹ï¼Ÿ" #: ../raphodo/rapid.py:5867 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "写真ã¨å‹•画をデãƒã‚¤ã‚¹%(device)sã‹ã‚‰ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã—ã¾ã™ã‹ï¼Ÿ" #: ../raphodo/rapid.py:6212 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "ã“ã®ãƒ—ログラムã®å®Ÿè¡Œä¸­ã¯ã¤ã­ã«%sを無視ã—ã¾ã™ã‹ï¼Ÿ" #: ../raphodo/rapid.py:6216 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "åŒã˜ãƒ¢ãƒ‡ãƒ«åã®ã‚«ãƒ¡ãƒ©ãƒ»æºå¸¯ãƒ»ã‚¿ãƒ–レットã¯ã™ã¹ã¦ç„¡è¦–ã•れã¾ã™ï¼Ž" #: ../raphodo/rapid.py:6222 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "ã“ã®ãƒ—ログラムã®å®Ÿè¡Œä¸­ã¯ã¤ã­ã«ãƒ‡ãƒã‚¤ã‚¹%sを無視ã—ã¾ã™ã‹ï¼Ÿ" #: ../raphodo/rapid.py:6226 msgid "Any device with the same name will be ignored." msgstr "åŒã˜åå‰ã®ãƒ‡ãƒã‚¤ã‚¹ã¯å…¨ã¦ç„¡è¦–ã•れã¾ã™ï¼Ž" #: ../raphodo/rapid.py:6645 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "ã“ã®ã‚³ãƒ³ãƒ”ュータã®%(location)sã‹ã‚‰ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã—ã¦ã„ã¾ã™ï¼Ž" #: ../raphodo/rapid.py:6649 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:6705 #, python-format msgid "Generating thumbnails for %s" msgstr "%sã®ã‚µãƒ ãƒã‚¤ãƒ«ã‚’生æˆã—ã¦ã„ã¾ã™" #: ../raphodo/rapid.py:6712 #, python-format msgid "Scanning %s" msgstr "%sを走査中" #: ../raphodo/rapid.py:6726 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "%(available files)s中%(number)sãŒãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ç”¨ã«ãƒã‚§ãƒƒã‚¯ã•れã¾ã—ãŸï¼ˆ%(hidden)séžè¡¨ç¤ºï¼‰" #: ../raphodo/rapid.py:6738 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "%(available files)s中%(number)sãŒãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ç”¨ã«ãƒã‚§ãƒƒã‚¯ã•れã¾ã—ãŸ" #: ../raphodo/rapid.py:7035 msgid "Show version numbers of program and its libraries and exit." msgstr "プログラムã¨ãƒ©ã‚¤ãƒ–ラリã®ãƒãƒ¼ã‚¸ãƒ§ãƒ³ç•ªå·ã‚’表示ã—ã¦çµ‚了ã—ã¾ã™ã€‚" #: ../raphodo/rapid.py:7042 msgid "Display program information when run from the command line." msgstr "コマンドラインã‹ã‚‰å®Ÿè¡Œã™ã‚‹éš›ï¼Œãƒ—ログラム情報を表示ã—ã¾ã™ï¼Ž" #: ../raphodo/rapid.py:7048 msgid "Display debugging information when run from the command line." msgstr "コマンドラインã‹ã‚‰å®Ÿè¡Œã™ã‚‹éš›ï¼Œãƒ‡ãƒãƒƒã‚°æƒ…報を表示ã—ã¾ã™ï¼Ž" #: ../raphodo/rapid.py:7055 msgid "List photo and video file extensions the program recognizes and exit." msgstr "プログラムãŒèªè­˜ã™ã‚‹å†™çœŸã¨å‹•ç”»ã®ãƒ•ァイル拡張å­ã‚’一覧表示ã—ã¦çµ‚了ã—ã¾ã™ï¼Ž" #: ../raphodo/rapid.py:7061 msgid "Turn on or off the the renaming of photos." msgstr "写真ã®å称変更を入切ã—ã¾ã™ï¼Ž" #: ../raphodo/rapid.py:7067 msgid "Turn on or off the the renaming of videos." msgstr "ãƒ“ãƒ‡ã‚ªã®æ”¹åを有効もã—ãã¯ç„¡åйã«ã™ã‚‹ã€‚" #: ../raphodo/rapid.py:7075 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "ダウンロード元デãƒã‚¤ã‚¹ã®è‡ªå‹•検出を入切ã—ã¾ã™ï¼Ž" #: ../raphodo/rapid.py:7083 msgid "Turn on or off downloading from this computer." msgstr "ã“ã®ã‚³ãƒ³ãƒ”ュータã‹ã‚‰ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã™ã‚‹ã‹åˆ‡ã‚Šæ›¿ãˆã¾ã™" #: ../raphodo/rapid.py:7088 ../raphodo/rapid.py:7095 ../raphodo/rapid.py:7102 #: ../raphodo/rapid.py:7146 ../raphodo/rapid.py:7156 msgid "PATH" msgstr "パス" #: ../raphodo/rapid.py:7090 msgid "The PATH on this computer from which to download." msgstr "ã“ã®ã‚³ãƒ³ãƒ”ュータã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰å…ƒã®PATH" #: ../raphodo/rapid.py:7097 msgid "The PATH where photos will be downloaded to." msgstr "写真をダウンロードã™ã‚‹ãƒ‘ス." #: ../raphodo/rapid.py:7104 msgid "The PATH where videos will be downloaded to." msgstr "動画をダウンロードã™ã‚‹ãƒ‘ス." #: ../raphodo/rapid.py:7111 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "ダウンロード中ã®å†™çœŸãƒ»å‹•ç”»ã®ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—を入切ã—ã¾ã™ï¼Ž" #: ../raphodo/rapid.py:7117 msgid "Turn on or off the automatic detection of backup devices." msgstr "ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—デãƒã‚¤ã‚¹ã®è‡ªå‹•検出を入切ã—ã¾ã™ï¼Ž" #: ../raphodo/rapid.py:7122 ../raphodo/rapid.py:7134 msgid "FOLDER" msgstr "フォルダ" #: ../raphodo/rapid.py:7125 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:7137 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:7149 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—デãƒã‚¤ã‚¹ã®è‡ªå‹•検出ãŒåˆ‡ã®ã¨ã,写真をãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã™ã‚‹ãƒ‘スã§ã™ï¼Ž" #: ../raphodo/rapid.py:7159 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—デãƒã‚¤ã‚¹ã®è‡ªå‹•検出ãŒåˆ‡ã®ã¨ã,動画をãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã™ã‚‹ãƒ‘スã§ã™ï¼Ž" #: ../raphodo/rapid.py:7167 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "無視ã™ã‚‹å†™çœŸã®æ‹¡å¼µå­ï¼š%s" #: ../raphodo/rapid.py:7177 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "プログラムãŒèµ·å‹•ã—ã¦ã™ãã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã®é–‹å§‹ã‚’入切" #: ../raphodo/rapid.py:7184 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "デãƒã‚¤ã‚¹ã®æŒ¿å…¥ã¨åŒæ™‚ã«ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã‚’é–‹å§‹ã™ã‚‹ã‹å¦ã‹ã‚’設定." #: ../raphodo/rapid.py:7191 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:7200 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "高速写真ダウンローダã®ã‚µãƒ ãƒã‚¤ãƒ«ã‚­ãƒ£ãƒƒã‚·ãƒ¥ä¸­ã®å…¨ã‚µãƒ ãƒã‚¤ãƒ«ã‚’削除ã—ã¦çµ‚了ã—ã¾ã™ï¼Ž" #: ../raphodo/rapid.py:7208 msgid "Forget which files have been previously downloaded, and exit." msgstr "以å‰ã«ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã•れãŸãƒ•ァイルを忘å´ã—ã¦çµ‚了ã—ã¾ã™ï¼Ž" #: ../raphodo/rapid.py:7215 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "å¤ã„ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã®ãƒ—ログラムã‹ã‚‰è¨­å®šã‚’インãƒãƒ¼ãƒˆã—ã¦çµ‚了ã—ã¾ã™ï¼Žã‚³ãƒžãƒ³ãƒ‰ãƒ©ã‚¤ãƒ³ãƒ—ログラムã®gconftool-2ãŒå¿…è¦ã§ã™ï¼Ž" #: ../raphodo/rapid.py:7224 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:7232 msgid "Include gphoto2 debugging information in log files." msgstr "ログファイルã«gphoto2デãƒãƒƒã‚°æƒ…報をå«ã‚ã¾ã™ï¼Ž" #: ../raphodo/rapid.py:7238 msgid "Print information to the terminal about attached cameras and exit." msgstr "接続ã•れã¦ã„ã‚‹ã‚«ãƒ¡ãƒ©ã®æƒ…報を端末ã«è¡¨ç¤ºã—ã¦çµ‚了ã—ã¾ã™ï¼Ž" #: ../raphodo/rapid.py:7245 msgid "Use the system Qt theme instead of the built-in theme" msgstr "組ã¿è¾¼ã¿ãƒ†ãƒ¼ãƒžã§ã¯ãªãQtã®ã‚·ã‚¹ãƒ†ãƒ ãƒ†ãƒ¼ãƒžã‚’使用ã™ã‚‹" #: ../raphodo/rapid.py:7255 msgid "Run this program in wayland or regular X11" msgstr "ã“ã®ãƒ—ログラムをwaylandã¾ãŸã¯é€šå¸¸ã®X11ã§å®Ÿè¡Œã™ã‚‹" #: ../raphodo/rapid.py:7348 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:7359 msgid "No prior program preferences detected: exiting." msgstr "å¤ã„ãƒ—ãƒ­ã‚°ãƒ©ãƒ è¨­å®šã¯æ¤œå‡ºã•れã¾ã›ã‚“ã§ã—ãŸã€‚終了ã—ã¾ã™ã€‚" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:7366 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "高速写真ダウンローダ%(version)sã‹ã‚‰è¨­å®šã‚’読ã¿è¾¼ã¿ã¾ã™" #: ../raphodo/rapid.py:7437 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "ä¿å­˜ã•れã¦ã„る連番(値:%d)をコピーã—ã¾ã™ã‹ï¼Ÿ" #: ../raphodo/rapid.py:7452 msgid "Program aborting." msgstr "プログラムを終了ã—ã¾ã™ï¼Ž" #: ../raphodo/rapid.py:7542 msgid "Never run this program as the sudo / root user." msgstr "sudo / rootユーザーã§ã¯ã“ã®ãƒ—ログラムを決ã—ã¦å®Ÿè¡Œã—ãªã„ã§ãã ã•ã„" #: ../raphodo/rapid.py:7547 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "高速写真ダウンローダを実行ã™ã‚‹ã«ã¯ï¼ŒExifToolã‚’å°Žå…¥ã—ãªãã¦ã¯ãªã‚Šã¾ã›ã‚“." #: ../raphodo/rapid.py:7562 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:7637 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:7842 msgid "All settings and caches have been reset." msgstr "å…¨ã¦ã®è¨­å®šã¨ã‚­ãƒ£ãƒƒã‚·ãƒ¥ãŒãƒªã‚»ãƒƒãƒˆã•れã¾ã—ãŸã€‚" #: ../raphodo/rapid.py:7850 msgid "Thumbnail Cache has been reset." msgstr "サムãƒãƒ¼ãƒ«ã‚­ãƒ£ãƒƒã‚·ãƒ¥ãŒãƒªã‚»ãƒƒãƒˆã•れã¾ã—ãŸã€‚" #: ../raphodo/rapid.py:7856 msgid "Remembered files have been forgotten." msgstr "記憶ã—ã¦ã„ãŸãƒ•ァイルを忘å´ã—ã¾ã—ãŸã€‚" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Remember this choice" msgstr "ã“ã®é¸æŠžã‚’記憶ã•ã›ã‚‹(&R)" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't ask me about this again" msgstr "ã“れã«ã¤ã„ã¦ã¯å†åº¦å°‹ã­ãªã„(&D)" #: ../raphodo/ui/rememberthisdialog.py:80 msgid "&Don't warn me about this again" msgstr "ã“れã«ã¤ã„ã¦ã¯ä»Šå¾Œè­¦å‘Šã—ãªã„(&D)" #: ../raphodo/ui/rememberthisdialog.py:87 msgid "&Don't warn me again about missing or broken program libraries" msgstr "ä¸å‚™ã®ã‚るプログラムライブラリã«ã¤ã„ã¦ã¯ï¼Œä»Šå¾Œè­¦å‘Šã—ãªã„(&D)" #: ../raphodo/renameandmovefile.py:626 msgid "subfolder and filename" msgstr "サブフォルダåŠã³ãƒ•ァイルå" #: ../raphodo/renameandmovefile.py:628 msgid "filename" msgstr "ファイルå" #: ../raphodo/renameandmovefile.py:630 msgid "subfolder" msgstr "サブフォルダ" #: ../raphodo/ui/renamepanel.py:327 msgid "A counter for how many downloads occur on each day" msgstr "儿—¥ã«è¡Œã‚れãŸãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã®ã‚«ã‚¦ãƒ³ã‚¿" #: ../raphodo/ui/renamepanel.py:328 msgid "Downloads today:" msgstr "本日ã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰" #: ../raphodo/ui/renamepanel.py:350 msgid "A counter that is remembered each time the program is run " msgstr "プログラムãŒå®Ÿè¡Œã•れãŸå›žæ•°ã‚’記憶ã™ã‚‹ã‚«ã‚¦ãƒ³ã‚¿ " #: ../raphodo/ui/renamepanel.py:351 msgid "Stored number:" msgstr "ä¿ç®¡ç•ªå·ï¼š" #: ../raphodo/ui/renamepanel.py:363 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "本日ã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã®é€£ç•ªãŒãƒªã‚»ãƒƒãƒˆã•れる時間" #: ../raphodo/ui/renamepanel.py:365 msgid "Day start:" msgstr "開始日:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:375 msgid "Synchronize RAW + JPEG" msgstr "RAWã¨JPEGã‚’åŒæœŸ" #: ../raphodo/ui/renamepanel.py:379 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" "対応ã™ã‚‹RAWãŠã‚ˆã³JPEGã®çµ„ã«ã¤ã„ã¦ï¼Œé€£ç•ªã‚’åŒæœŸã—ã¾ã™ï¼Ž\n" "\n" "詳細ã«ã¤ã„ã¦ã¯ï¼Œã‚ªãƒ³ãƒ©ã‚¤ãƒ³èª¬æ˜Žæ›¸ã‚’å‚ç…§ã—ã¦ãã ã•ã„." #: ../raphodo/ui/renamepanel.py:384 msgid "Sequence Numbers" msgstr "連番" #: ../raphodo/ui/renamepanel.py:395 msgid "Strip incompatible characters" msgstr "äº’æ›æ€§ã®ãªã„文字を削除" #: ../raphodo/ui/renamepanel.py:400 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "ä»–ã®ã‚ªãƒšãƒ¬ãƒ¼ãƒ†ã‚£ãƒ³ã‚°ã‚·ã‚¹ãƒ†ãƒ ã§ã¯è¨±ã•れã¦ã„ãªã„文字を,ã™ã¹ã¦å†™çœŸãƒ»å‹•画・フォルダåã‹ã‚‰å‰Šé™¤ã™ã‚‹ã‹å¦ã‹" #: ../raphodo/ui/renamepanel.py:404 msgid "Compatibility" msgstr "äº’æ›æ€§" #: ../raphodo/ui/renamepanel.py:484 msgid "Photo Renaming" msgstr "写真ã®å称変更" #: ../raphodo/ui/renamepanel.py:488 msgid "Video Renaming" msgstr "å‹•ç”»ã®å称変更" #: ../raphodo/ui/renamepanel.py:492 msgid "Renaming Options" msgstr "å称変更ã®ã‚ªãƒ—ション" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "写真ã¨å‹•ç”»" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "写真ã¾ãŸã¯å‹•ç”»" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:273 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s個ã®%(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:302 msgid "a video" msgstr "å‹•ç”»" #: ../raphodo/rpdfile.py:304 msgid "1 Video" msgstr "1å‹•ç”»" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:314 msgid "a photo" msgstr "写真" #: ../raphodo/rpdfile.py:316 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:830 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(camera)s上ã®%(path)s" #: ../raphodo/rpdfile.py:851 msgid "Photo" msgstr "写真" #: ../raphodo/rpdfile.py:913 msgid "Video" msgstr "å‹•ç”»" #: ../raphodo/storage/storage.py:251 msgid "File system root" msgstr "ファイルシステム ルート" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:589 msgid "Pictures" msgstr "ピクãƒãƒ£" #: ../raphodo/sudocommand.py:93 msgid "Sorry, the password was incorrect." msgstr "残念ãªãŒã‚‰ã€ãƒ‘スワードãŒé•ã„ã¾ã™ã€‚" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:100 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "管ç†è€…ã®ã‚¿ã‚¹ã‚¯ã‚’行ã†ãŸã‚ã«ã¯ã€%sã®ãƒ‘スワードを入力ã—ã¦ãã ã•ã„。" #: ../raphodo/sudocommand.py:140 msgid "Password:" msgstr "パスワード:" #: ../raphodo/thumbnaildisplay.py:583 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "%(date_time)s(%(human_readable)s)ã«å–å¾—" #: ../raphodo/thumbnaildisplay.py:593 #, 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:605 ../raphodo/thumbnaildisplay.py:668 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s(%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:623 #, python-format msgid "Memory cards: %s" msgstr "メモリーカード:%s" #: ../raphodo/thumbnaildisplay.py:628 #, python-format msgid "Memory card: %s" msgstr "メモリーカード:%s" #: ../raphodo/thumbnaildisplay.py:635 msgid "Downloaded as:" msgstr "ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰çµæžœï¼š" #: ../raphodo/thumbnaildisplay.py:682 #, python-format msgid "

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

      å‰å›žãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ï¼š
      %(filename)s
      %(path)s
      %(date)s" #: ../raphodo/thumbnaildisplay.py:691 #, python-format msgid "

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

      %(date)s ã«ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰æ¸ˆã¨æ‰‹å‹•ã§è¨­å®šã™ã‚‹" #: ../raphodo/thumbnaildisplay.py:2257 msgid "Copy Path" msgstr "パスをコピー" #: ../raphodo/thumbnaildisplay.py:2263 msgid "Mark File as Downloaded" msgstr "ファイルをダウンロード済ã¨ã—ã¦æ¨™è­˜ã™ã‚‹" #: ../raphodo/thumbnaildisplay.py:2268 msgid "Mark Files as Downloaded" msgstr "å„ファイルをダウンロード済ã¨ã—ã¦æ¨™è­˜ã™ã‚‹" #: ../raphodo/utilities.py:215 msgid "B" msgstr "B" #: ../raphodo/utilities.py:216 msgid "KB" msgstr "KB" #: ../raphodo/utilities.py:217 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:218 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:219 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:220 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:221 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:222 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:223 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:486 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s 㨠%(last_item)s" #: ../raphodo/utilities.py:570 msgid "one" msgstr "1" #: ../raphodo/utilities.py:571 msgid "two" msgstr "2" #: ../raphodo/utilities.py:572 msgid "three" msgstr "3" #: ../raphodo/utilities.py:573 msgid "four" msgstr "4" #: ../raphodo/utilities.py:574 msgid "five" msgstr "5" #: ../raphodo/utilities.py:575 msgid "six" msgstr "6" #: ../raphodo/utilities.py:576 msgid "seven" msgstr "7" #: ../raphodo/utilities.py:577 msgid "eight" msgstr "8" #: ../raphodo/utilities.py:578 msgid "nine" msgstr "9" #: ../raphodo/utilities.py:579 msgid "ten" msgstr "10" #: ../raphodo/utilities.py:580 msgid "eleven" msgstr "11" #: ../raphodo/utilities.py:581 msgid "twelve" msgstr "12" #: ../raphodo/utilities.py:582 msgid "thirteen" msgstr "13" #: ../raphodo/utilities.py:583 msgid "fourteen" msgstr "14" #: ../raphodo/utilities.py:584 msgid "fifteen" msgstr "15" #: ../raphodo/utilities.py:585 msgid "sixteen" msgstr "16" #: ../raphodo/utilities.py:586 msgid "seventeen" msgstr "17" #: ../raphodo/utilities.py:587 msgid "eighteen" msgstr "18" #: ../raphodo/utilities.py:588 msgid "ninenteen" msgstr "19" #: ../raphodo/utilities.py:589 msgid "twenty" msgstr "20" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&OK" msgstr "&OK" #: ../raphodo/ui/viewutils.py:680 ../raphodo/ui/viewutils.py:700 msgid "&Save" msgstr "ä¿å­˜(&S)" #: ../raphodo/ui/viewutils.py:681 msgid "&Help" msgstr "ヘルプ(&H)" #: ../raphodo/ui/viewutils.py:682 msgid "Restore Defaults" msgstr "æ¨™æº–ã«æˆ»ã™" #: ../raphodo/ui/viewutils.py:683 ../raphodo/ui/viewutils.py:701 msgid "&Yes" msgstr "ã¯ã„(&Y)" #: ../raphodo/ui/viewutils.py:684 ../raphodo/ui/viewutils.py:702 msgid "&No" msgstr "ã„ã„ãˆ(&N)" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:105 #, python-format msgid "Create directory %(path)s" msgstr "ディレクトリ %(path)s を作æˆã—ã¾ã™" #: ../raphodo/wsl.py:109 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "ドライブ %(drive)s: ã‚’ %(path)s ã«ãƒžã‚¦ãƒ³ãƒˆ" #: ../raphodo/wsl.py:115 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "ドライブ %(drive)s: ã‚’ %(path)s ã‹ã‚‰ã‚¢ãƒ³ãƒžã‚¦ãƒ³ãƒˆ" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:309 #, python-format msgid "Mount drives %s" msgstr "ドライブ %s をマウント" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:314 #, python-format msgid "Mount drive %s" msgstr "ドライブ %s をマウント" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:321 #, python-format msgid "Unmount drives %s" msgstr "ドライブ %s をアンマウント" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drive %s" msgstr "ドライブ %s をアンマウント" #: ../raphodo/wsl.py:390 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "申ã—訳ã‚りã¾ã›ã‚“ãŒã€ãƒ‰ãƒ©ã‚¤ãƒ– %s をマウントã™ã‚‹éš›ã€ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "申ã—訳ã‚りã¾ã›ã‚“ãŒã€ãƒ‰ãƒ©ã‚¤ãƒ– %s をアンマウントã™ã‚‹éš›ã€ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ" #: ../raphodo/wsl.py:403 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "申ã—訳ã‚りã¾ã›ã‚“ãŒã€ãƒ‰ãƒ©ã‚¤ãƒ– %s をマウントã™ã‚‹éš›ã€ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "申ã—訳ã‚りã¾ã›ã‚“ãŒã€ãƒ‰ãƒ©ã‚¤ãƒ– %s をアンマウントã™ã‚‹éš›ã€ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:558 msgid "Windows Drives" msgstr "Windowsドライブ" #: ../raphodo/wsl.py:562 msgid "Enable automatic mounting of Windows drives" msgstr "Windowsドライブã®è‡ªå‹•マウントを有効ã«ã™ã‚‹" #: ../raphodo/wsl.py:566 msgid "Automatically mount all Windows drives" msgstr "Windowsドライブを全ã¦è‡ªå‹•çš„ã«ãƒžã‚¦ãƒ³ãƒˆã™ã‚‹" #: ../raphodo/wsl.py:570 msgid "Only automatically mount Windows drives that are configured below" msgstr "以下ã§è¨­å®šã•れã¦ã„ã‚‹Windowsドライブã®ã¿è‡ªå‹•マウント" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:594 msgid "User Mounted" msgstr "ユーザーã«ã‚ˆã‚‹ãƒžã‚¦ãƒ³ãƒˆ" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:596 msgid "System Mounted" msgstr "システムã«ã‚ˆã‚‹ãƒžã‚¦ãƒ³ãƒˆ" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:598 msgid "Drive" msgstr "ドライブ" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "Mount Point" msgstr "マウントãƒã‚¤ãƒ³ãƒˆ" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "Automatic Mount" msgstr "自動マウント" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Automatic Unmount at Exit" msgstr "終了時ã«è‡ªå‹•アンマウント" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:638 msgid "Pending Operations:" msgstr "ä¿ç•™ä¸­ã®æ“作:" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:652 msgid "&Apply Pending Operations" msgstr "ä¿ç•™ä¸­ã®æ“作をé©ç”¨(&A)" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1459 #, python-format msgid "Do you want to mount drive %s?" msgstr "ドライブ %s をマウントã—ã¾ã™ã‹ï¼Ÿ" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1463 #, python-format msgid "Do you want to mount drives %s?" msgstr "ドライブ %s をマウントã—ã¾ã™ã‹ï¼Ÿ" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1606 msgid "Removable Drive" msgstr "å–り外ã—å¯èƒ½ãƒ‰ãƒ©ã‚¤ãƒ–" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1612 msgid "Local Drive" msgstr "ローカルドライブ" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "カメラãªã©ã®ãƒ‡ãƒã‚¤ã‚¹ã‹ã‚‰å†™çœŸãƒ»å‹•画をダウンロードã—ãŸã‚Šï¼Œå称変更ã—ãŸã‚Šãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã—ãŸã‚Šã—ã¾ã™ï¼Ž" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" "高速写真ダウンローダã¯ï¼Œã‚«ãƒ¡ãƒ©ã‚„æºå¸¯ï¼Œãƒ¡ãƒ¢ãƒªã‚«ãƒ¼ãƒ‰ãªã©ã®ãƒ‡ãƒã‚¤ã‚¹ã‹ã‚‰ï¼Œé«˜é€Ÿã§å†™çœŸã‚„動画をå–り込ã¿ã¾ã™ï¼Žå†™çœŸã‚„å‹•ç”»ã¯ï¼ŒæŒ‡å®šã—ãŸæ„味ã‚ã‚‹åå‰ã«å¤‰æ›´ã•れるよã†ã«" "設定ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ï¼Žãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ä¸­ã«å†™çœŸãƒ»å‹•画をãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã™ã‚‹ã“ã¨ã‚‚å¯èƒ½ã§ã™ï¼Žè¤‡æ•°ã®ãƒ‡ãƒã‚¤ã‚¹ã‹ã‚‰ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã™ã‚‹ã®ã¨ä¸¦è¡Œã—ã¦ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—も行ã†ã“ã¨ãŒ" "ã§ãã¾ã™ï¼Ž" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" "高速写真ダウンローダã«ç‰¹å¾´çš„ãªã‚‚ã®ã¨ã—ã¦æ™‚間軸ãŒã‚りã¾ã™ï¼Žã“れã¯ï¼Œæ’®å½±é–“ã®çµŒéŽæ™‚é–“ã«ã‚ˆã£ã¦å†™çœŸã‚„動画をグループ化ã™ã‚‹ã‚‚ã®ã§ã™ï¼Ž1日もã—ãã¯æ•°æ—¥å†…ã®åˆ¥ã®æ™‚é–“" "å¸¯ã«æ’®ã‚‰ã‚ŒãŸå†™çœŸã‚„動画をèªè­˜ã™ã‚‹ã®ã«ãŠä½¿ã„ãã ã•ã„." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" "高速写真ダウンローダã¯ï¼Œãƒ—ロ・アマ写真家用ã«å†™çœŸå®¶ãŒä½œæˆã—ã¦ã‚ã‚‹ã®ã§ï¼Œç°¡å˜ã«è¨­å®šã‚’行ã£ã¦ä½¿ç”¨ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ï¼Žãƒ—ログラムã®è¨­å®šã¯ï¼Œè¤‡é›‘ãªã‚³ãƒ¼ãƒ‰ã‚’書ãã“ã¨" "ãªã行ã†ã“ã¨ãŒã§ãã¾ã™ï¼Žãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰å®Œäº†å¾Œã®ãƒ¡ãƒ¢ãƒªã®ã‚¢ãƒ³ãƒžã‚¦ãƒ³ãƒˆãªã©ï¼Œã‚ˆã行ã‚れるタスクã¯è‡ªå‹•化ã•れã¦ã„ã¾ã™ï¼Ž" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "メインウィンドウ" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "åå‰ã‚’変更ã—ã¦ã„ã¾ã™" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "写真ダウンローダ" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "写真;ダウンロード;インãƒãƒ¼ãƒˆ;å‹•ç”»;ビデオ;RAW;カメラ;電話;スマホ;å–å¾—;ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—;メモリ;カード;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "写真ã¨å‹•画を高速写真ダウンローダã§ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã™ã‚‹" #~ msgid "Berlin" #~ msgstr "ベルリン" #~ msgid "Paris" #~ msgstr "パリ" #~ msgid "New York" #~ msgstr "ニューヨーク" #~ msgid "Prague" #~ msgstr "プラãƒ" #~ msgid "Manila" #~ msgstr "マニラ" #~ msgid "Wellington" #~ msgstr "ウェリントン" #~ msgid "Helsinki" #~ msgstr "ヘルシンキ" #~ msgid "Kampala" #~ msgstr "カンパラ" #~ msgid "Tehran" #~ msgstr "テヘラン" #~ msgid "Stockholm" #~ msgstr "ストックホルム" #~ msgid "Rome" #~ msgstr "ローマ" #~ msgid "Moscow" #~ msgstr "モスクワ" #~ msgid "Sydney" #~ msgstr "シドニー" #~ msgid "Budapest" #~ msgstr "ブダペスト" #~ msgid "Jakarta" #~ msgstr "ジャカルタ" #~ msgid "Madrid" #~ msgstr "マドリッド" #~ msgid "Delhi" #~ msgstr "デリー" #~ msgid "Warsaw" #~ msgstr "ワルシャワ" #~ msgid "externaldrive1" #~ msgstr "外部ドライブ1" #~ msgid "externaldrive2" #~ msgstr "外部ドライブ2" #~ msgid "scanning..." #~ msgstr "スキャン中…" #~ msgid " " #~ msgstr " " #~ msgid "Download Progress" #~ msgstr "ダウンロードã®é€²è¡Œçжæ³" #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)sã¯ãƒžã‚¦ãƒ³ãƒˆè§£é™¤ã•れã¾ã›ã‚“ã§ã—ãŸ" #~ msgid "the root of the file system" #~ msgstr "ファイルシステムã®ãƒ«ãƒ¼ãƒˆ" #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "ã“ã“ã‹ã‚‰ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã—ã¾ã™ã‹ï¼Ÿã‚·ã‚¹ãƒ†ãƒ ã«ã‚ˆã£ã¦ã¯ã€ã“ã®å ´æ‰€ã‚’スキャンã™ã‚‹ã¨ã€éžå¸¸ã«é•·ã„時間ãŒã‹ã‹ã‚Šã¾ã™ã€‚" #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "%(location)sã‹ã‚‰ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã—ã¦ã„ã¾ã™" #, python-format #~ msgid "No backup device contains a valid folder for backing up %(filetype)s" #~ msgstr "ã©ã®ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—デãƒã‚¤ã‚¹ã«ã‚‚ã€%(filetype)s ã‚’ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã™ã‚‹ã®ã«æœ‰åйãªãƒ•ォルダãŒã‚りã¾ã›ã‚“" #~ msgid "Download cannot proceed" #~ msgstr "ダウンロードを続ã‘ã‚‹ã“ã¨ãŒã§ãã¾ã›ã‚“" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "残りãŠã‚ˆã%(minutes)i分%(seconds)02iç§’" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "残りãŠã‚ˆã%iç§’" #~ msgid "About 1 minute remaining" #~ msgstr "残りãŠã‚ˆã1分" #~ msgid "About 1 second remaining" #~ msgstr "残りãŠã‚ˆã1ç§’" #~ msgid "From" #~ msgstr "複写元" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(total)s個ã®%(filetypes)s中%(number)s個ã‚" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(total)s個ã®%(filetypes)s中%(number)s個゠(残り%(remaining)s個)" #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #~ msgid "Size" #~ msgstr "å æœ‰é‡" #~ msgid "Auto Detect" #~ msgstr "自動検出" #~ msgid "Videos:" #~ msgstr "å‹•ç”»:" #~ msgid "Copy" #~ msgstr "コピー" #~ msgid "Move" #~ msgstr "移動" #~ msgid "Select a folder to download videos to" #~ msgstr "å‹•ç”»ã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰å…ˆãƒ•ã‚©ãƒ«ãƒ€ã‚’é¸æŠžã—ã¦ãã ã•ã„" #~ msgid "To" #~ msgstr "複写先" #~ msgid "and" #~ msgstr "ãŠã‚ˆã³" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "%(file_types)sã®ã‚ã‚‹ãƒ•ã‚©ãƒ«ãƒ€ã‚’é¸æŠžã—ã¦ãã ã•ã„" #~ msgid "Select a folder to download photos to" #~ msgstr "写真ã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰å…ˆãƒ•ã‚©ãƒ«ãƒ€ã‚’é¸æŠžã—ã¦ãã ã•ã„" #~ msgid "." #~ msgstr "." #, python-format #~ msgid "%(free)s free" #~ msgstr "空ãå®¹é‡ %(free)s" #~ msgid "Free space:" #~ msgstr "空ã容é‡:" #~ msgid "; " #~ msgstr "; " #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #, python-format #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "写真ã¨å‹•画を %(path)s ã«ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã—ã¦ã„ã¾ã™" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "%(path)s ã«ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã—ã¦ã„ã¾ã™" #, python-format #~ msgid "Folder: %s" #~ msgstr "フォルダ: %s" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "%(file_type)sダウンロードフォルダãŒç„¡åйã§ã™" #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "%(file_type)sã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ãƒ•ォルダãŒå­˜åœ¨ã—ã¾ã›ã‚“" #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "%(file_type)sãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ãƒ•ã‚©ãƒ«ãƒ€ãŒæ›¸ãè¾¼ã¿ç¦æ­¢ã§ã™" #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "写真を %(path)s ã«ã€å‹•画を %(path2)s ã«ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã—ã¦ã„ã¾ã™" #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #~ msgid "" #~ "Error: specify device auto-detection or manually specify a device's path " #~ "from which to download, but do not do both." #~ msgstr "エラー: デãƒã‚¤ã‚¹ã®è‡ªå‹•検出を指定ã™ã‚‹ã‹ã€ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã™ã‚‹ãƒ‡ãƒã‚¤ã‚¹ã®ãƒ‘スを指定ã™ã‚‹ã‹ã€ã©ã¡ã‚‰ã‹ä¸€ã¤ã«ã—ã¦ãã ã•ã„" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "プログラムã®å…¨è¨­å®šã‚’åˆæœŸåŒ–ã—ã¦çµ‚了ã™ã‚‹" #~ msgid "All settings and preferences have been reset" #~ msgstr "ã™ã¹ã¦ã®è¨­å®šãŒåˆæœŸåŒ–ã•れã¾ã—ãŸ" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "プログラムãŒèªè­˜ã™ã‚‹å†™çœŸãƒ»å‹•ç”»ãƒ•ã‚¡ã‚¤ãƒ«ã®æ‹¡å¼µå­ã‚’表示ã—ã¦çµ‚了ã™ã‚‹" #, python-format #~ msgid "and %s" #~ msgstr "ãŠã‚ˆã³%s" #~ msgid "only output errors to the command line" #~ msgstr "コマンドラインã«ã‚¨ãƒ©ãƒ¼ã®ã¿å‡ºåŠ›ã™ã‚‹" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "プログラム実行時ã«ãƒ—ログラム情報をコマンドラインã«è¡¨ç¤º(既定値: %default)" #~ msgid "" #~ "manually specify the PATH of the device from which to download, overwriting " #~ "existing program preferences" #~ msgstr "既存ã®ãƒ—ログラム設定を無視ã—ã¦ã€ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã™ã‚‹ãƒ‡ãƒã‚¤ã‚¹ã®ãƒ‘ã‚¹ã‚’æ‰‹å‹•ã§æŒ‡å®šã™ã‚‹" #~ msgid "" #~ "automatically detect devices from which to download, overwriting existing " #~ "program preferences" #~ msgstr "既存ã®ãƒ—ログラム設定を無視ã—ã¦ã€ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã™ã‚‹ãƒ‡ãƒã‚¤ã‚¹ã‚’è‡ªå‹•çš„ã«æ¤œå‡ºã™ã‚‹" #~ msgid "display debugging information when run from the command line" #~ msgstr "コマンドラインã‹ã‚‰å®Ÿè¡Œæ™‚ã«ãƒ‡ãƒãƒƒã‚°æƒ…報を表示ã™ã‚‹" #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "ファイル: %(file)s" #, python-format #~ msgid "Backup %(file_type)s overwritten" #~ msgstr "%(file_type)sã®ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã¯ä¸Šæ›¸ãã•れã¾ã—ãŸ" #, python-format #~ msgid "%(file_type)s not backed up" #~ msgstr "%(file_type)sã¯ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã•れã¾ã›ã‚“ã§ã—ãŸ" #, python-format #~ msgid "Backup of %(file_type)s already exists" #~ msgstr "%(file_type)sã®ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã¯æ—¢ã«å­˜åœ¨ã—ã¾ã™" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "複写先ディレクトリ %(directory)s を作æˆã§ãã¾ã›ã‚“ã§ã—ãŸ\n" #~ msgid "Device Detected" #~ msgstr "デãƒã‚¤ã‚¹ãŒæ¤œå‡ºã•れã¾ã—ãŸ" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "複写元: %(source)s\n" #~ "複写先: %(destination)s" #~ msgid "Backing up error" #~ msgstr "ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—エラー" #~ msgid "An unknown error occurred" #~ msgstr "åŽŸå› ä¸æ˜Žã®ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "エラー: %(inst)s" #~ msgid "MB/s" #~ msgstr "MB/ç§’" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "写真や動画をダウンロードã™ã‚‹ã®ã«ã€ã“ã®ãƒ‡ãƒã‚¤ã‚¹ã‚‚ã—ãã¯ãƒ‘ーティションを使用ã—ã¾ã™ã‹ï¼Ÿ" #~ msgid "Name + extension" #~ msgstr "ファイルå+拡張å­" #~ msgid "Should all Job Codes be removed?" #~ msgstr "ジョブコードを全ã¦å‰Šé™¤ã—ã¾ã™ã‹ï¼Ÿ" #~ msgid "Remove all Job Codes?" #~ msgstr "全ジョブコードã®å‰Šé™¤ï¼Ÿ" #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "動画ダウンロードサブフォルダ設定ã§ã®ã‚¨ãƒ©ãƒ¼" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "写真ダウンロードサブフォルダ設定ã§ã®ã‚¨ãƒ©ãƒ¼" #~ msgid "Error in Photo Rename preferences" #~ msgstr "写真命å設定ã§ã®ã‚¨ãƒ©ãƒ¼" #~ msgid "Job Code:" #~ msgstr "ジョブコード:" #~ msgid "Enter a Job Code" #~ msgstr "ジョブコードを入力ã—ã¦ãã ã•ã„" #~ msgid "Error in Video Rename preferences" #~ msgstr "動画命å設定ã§ã®ã‚¨ãƒ©ãƒ¼" #~ msgid "Select a folder in which to backup photos" #~ msgstr "写真をãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã™ã‚‹ãƒ•ã‚©ãƒ«ãƒ€ã‚’é¸æŠžã—ã¦ãã ã•ã„" #~ msgid "Select a folder in which to backup videos" #~ msgstr "動画をãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã™ã‚‹ãƒ•ã‚©ãƒ«ãƒ€ã‚’é¸æŠžã—ã¦ãã ã•ã„" #, python-format #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "入力ã•れãŸ%(filetype)sサブフォルダ設定ã¯ç„¡åйãªã®ã§ã€ä½¿ç”¨ã™ã‚‹ã“ã¨ãŒã§ãã¾ã›ã‚“。\n" #~ "ã“れらã¯ã€ãã®æ—¢å®šå€¤ã«åˆæœŸåŒ–ã•れã¾ã™ã€‚" #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "警告: å称を生æˆã™ã‚‹ã®ã«å分ãªãƒ¡ã‚¿ãƒ‡ãƒ¼ã‚¿ãŒã‚りã¾ã›ã‚“。他ã®å‘½åオプションを使ã£ã¦ãã ã•ã„。" #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "" #~ "警告: サブフォルダを生æˆã™ã‚‹ã®ã«å分ãªãƒ¡ã‚¿ãƒ‡ãƒ¼ã‚¿ãŒã‚りã¾ã›ã‚“。他ã®ã‚µãƒ–フォルダ命åオプションを使ã£ã¦ãã ã•ã„。" #, python-format #~ msgid "Example: %s" #~ msgstr "用例: %s" #~ msgid "Remove all Ignored Paths?" #~ msgstr "対象外パスを全削除?" #~ msgid "Should all ignored paths be removed?" #~ msgstr "対象外パスをã™ã¹ã¦å‰Šé™¤ã—ã¾ã™ã‹ï¼Ÿ" #~ msgid "Invalid regular expression" #~ msgstr "ç„¡åŠ¹ãªæ­£è¦è¡¨ç¾" #, python-format #~ msgid "" #~ "The following regular expressions are invalid, and will be removed unless " #~ "you correct them:\n" #~ " %s" #~ msgstr "" #~ "ä¸‹è¨˜ã®æ­£è¦è¡¨ç¾ã¯ç„¡åйã§ã™ã®ã§ã€ä¿®æ­£ã—ãªã„é™ã‚Šå‰Šé™¤ã•れã¾ã™ï¼š\n" #~ "%s" #, python-format #~ msgid "" #~ "This regular expression is invalid, and will be removed unless you correct " #~ "it:\n" #~ " %s" #~ msgstr "" #~ "ã“ã®æ­£è¦è¡¨ç¾ã¯ç„¡åйãªã®ã§ã€ä¿®æ­£ã—ãªã„é™ã‚Šå‰Šé™¤ã•れã¾ã™:\n" #~ "%s" #, python-format #~ msgid "Error generating component %s." #~ msgstr "è¦ç´ %sを生æˆã™ã‚‹éš›ã®ã‚¨ãƒ©ãƒ¼" #, python-format #~ msgid "Date time value %s appears invalid." #~ msgstr "日時ã®å€¤%sã¯ç„¡åйã®ã‚ˆã†ã§ã™ã€‚" #, python-format #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "%(filetype)sã®ãƒ¡ã‚¿ãƒ‡ãƒ¼ã‚¿ã‚’読ã¿å–れã¾ã›ã‚“" #, python-format #~ msgid "" #~ "%(filetype)s could not be backed up because no suitable backup locations " #~ "were found." #~ msgstr "é©åˆ‡ãªãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—場所ãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“ã§ã—ãŸã®ã§ã€%(filetype)sã‚’ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã™ã‚‹ã“ã¨ãŒã§ãã¾ã›ã‚“ã§ã—ãŸã€‚" #, python-format #~ msgid "%(filetype)s already exists" #~ msgstr "%(filetype)sã¯æ—¢ã«å­˜åœ¨ã—ã¾ã™" #, python-format #~ msgid "An error occurred when copying the %(filetype)s" #~ msgstr "%(filetype)sã®ã‚³ãƒ”ー時ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿ" #, python-format #~ msgid "%(filetype)s %(area)s could not be generated" #~ msgstr "%(filetype)s %(area)sを生æˆã™ã‚‹ã“ã¨ãŒã§ãã¾ã›ã‚“ã§ã—ãŸ" #, python-format #~ msgid "%(filetype)s was already downloaded" #~ msgstr "%(filetype)sã¯æ—¢ã«ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã•れã¾ã—ãŸ" #, python-format #~ msgid "The %(filetype)s did not download correctly" #~ msgstr "%(filetype)sã¯æ­£ã—ãダウンロードã•れã¾ã›ã‚“ã§ã—ãŸ" #, python-format #~ msgid "Error: %(errorno)s %(strerror)s" #~ msgstr "エラー: %(errorno)s %(strerror)s" #~ msgid "The metadata might be corrupt." #~ msgstr "メタデータã¯ç ´æã—ã¦ã„ã‚‹å¯èƒ½æ€§ãŒã‚りã¾ã™ã€‚" #~ msgid "" #~ "The filename, extension and Exif information indicate it has already been " #~ "downloaded." #~ msgstr "ファイルå・拡張å­ãƒ»Exif情報ã¯ã€ã“ã®ãƒ•ã‚¡ã‚¤ãƒ«ãŒæ—¢ã«ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã•れãŸã¦ã„ã‚‹ã“ã¨ã‚’示ã—ã¦ã„ã¾ã™ã€‚" #~ msgid "" #~ "File verification failed. The downloaded version is different from the " #~ "original." #~ msgstr "ãƒ•ã‚¡ã‚¤ãƒ«ã®æ¤œè¨¼ã«å¤±æ•—ã—ã¾ã—ãŸã€‚ダウンロードã—ãŸç‰ˆã¯ã€ã‚ªãƒªã‚¸ãƒŠãƒ«ã¨åŒä¸€ã§ã¯ã‚りã¾ã›ã‚“。" #, python-format #~ msgid "The existing %(filetype)s was last modified on %(date)s at %(time)s." #~ msgstr "既存ã®%(filetype)sãŒæœ€å¾Œã«ä¿®æ­£ã•れãŸã®ã¯ã€%(date)sã®%(time)sã§ã™ã€‚" #, python-format #~ msgid "" #~ "The existing %(filetype)s was last modified on %(date)s at %(time)s. Unique " #~ "identifier '%(identifier)s' added." #~ msgstr "" #~ "既存ã®%(filetype)sãŒæœ€å¾Œã«ä¿®æ­£ã•れãŸã®ã¯ã€%(date)sã®%(time)sã§ã™ã€‚é‡è¤‡ã—ãªã„識別å­ã€Œ%(identifier)sã€ãŒè¿½è¨˜ã•れã¾" #~ "ã—ãŸã€‚" #, python-format #~ msgid "There is no data with which to name the %(filetype)s." #~ msgstr "%(filetype)sを命åã™ã‚‹ãŸã‚ã®ãƒ‡ãƒ¼ã‚¿ãŒã‚りã¾ã›ã‚“。" #, python-format #~ msgid " It was backed up to %(volume)s" #~ msgstr " %(volume)sã«ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã•れã¾ã—ãŸ" #~ msgid " It was backed up to these devices: " #~ msgstr " 以下ã®ãƒ‡ãƒã‚¤ã‚¹ã«ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã•れã¾ã—ãŸï¼š " #, python-format #~ msgid "%s, " #~ msgstr "%s, " #, python-format #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #, python-format #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #~ msgid "Errors occurred when backing up on the following backup devices: " #~ msgstr "以下ã®ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—デãƒã‚¤ã‚¹ã«ã«ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã™ã‚‹éš›ã€ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸï¼š " #, python-format #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "%(volume)sã«ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã™ã‚‹éš›ã€ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚" #, python-format #~ msgid "Backup already exists on %(volume)s." #~ msgstr "%(volume)sã«ã¯æ—¢ã«ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ãŒå­˜åœ¨ã—ã¾ã™ã€‚" #, python-format #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)sãŠã‚ˆã³%(volume)s。" #, python-format #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)sãŠã‚ˆã³%(volume)s (%(inst)s)。" #, python-format #~ msgid "" #~ "Photos detected with the same filenames, but taken at different times: " #~ "%(details)s" #~ msgstr "åŒã˜ãƒ•ァイルåã‚’æŒã¤è¤‡æ•°ã®å†™çœŸãŒæ¤œå‡ºã•れã¾ã—ãŸãŒã€ç•°ãªã‚‹æ—¥æ™‚ã«æ’®ã‚‰ã‚Œã¦ã„ã¾ã™ï¼š %(details)s" #, python-format #~ msgid "An error occurred when backing up on %(volume)s: %(inst)s." #~ msgstr "%(volume)sã«ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã™ã‚‹éš›ã€ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸï¼š %(inst)s。" #, python-format #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)sãŠã‚ˆã³%(final_volume)s。" #~ msgid "Backups overwritten on these devices: " #~ msgstr "以下ã®ãƒ‡ãƒã‚¤ã‚¹æ‰€ã®ã‚¢ãƒƒã‚¯ã‚¢ãƒƒãƒ—ã¯ä¸Šæ›¸ãã•れã¾ã™ï¼š " #, python-format #~ msgid "Backup overwritten on %(volume)s." #~ msgstr "%(volume)s上ã®ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã¯ä¸Šæ›¸ãã•れã¾ã™ã€‚" #~ msgid "Backups already exist in these locations: " #~ msgstr "以下ã®å ´æ‰€ã«ã¯æ—¢ã«ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ãŒå­˜åœ¨ã—ã¾ã™ï¼š " #, python-format #~ msgid " Furthermore, there was a %(problem)s." #~ msgstr " ã•らã«%(problem)sãŒèµ·ã“りã¾ã—ãŸã€‚" #, python-format #~ msgid "%(previousproblem)s Additionally, %(newproblem)s" #~ msgstr "%(previousproblem)s ã•らã«ã€%(newproblem)s" #, python-format #~ msgid " Furthermore, there were %(problems)s." #~ msgstr " ã•らã«ã€%(problems)sãŒèµ·ã“りã¾ã—ãŸã€‚" #, python-format #~ msgid "An error occurred when creating directories on %(volume)s: %(inst)s." #~ msgstr "%(volume)s上ã«ãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªã‚’作æˆã™ã‚‹éš›ã€ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ: %(inst)s。" #~ msgid "" #~ "Errors occurred when creating directories on the following backup devices: " #~ msgstr "以下ã®ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—デãƒã‚¤ã‚¹ä¸Šã«ãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªã‚’作æˆã™ã‚‹éš›ã€ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸï¼š " #~ msgid "File verification failed on these devices: " #~ msgstr "以下ã®ãƒ‡ãƒã‚¤ã‚¹ä¸Šã§ãƒ•ァイル検証ã«å¤±æ•—ã—ã¾ã—ãŸï¼š " #, python-format #~ msgid "" #~ "File verification failed on %(volume)s. The backed up version is different " #~ "from the downloaded version." #~ msgstr "%(volume)s上ã§ãƒ•ァイル検証ã«å¤±æ•—ã—ã¾ã—ãŸã€‚ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã®ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã¯ã€ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã®ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã¨ç•°ãªã‚Šã¾ã™ã€‚" #, python-format #~ msgid "Problem in %s generation" #~ msgstr "%sã®ç”Ÿæˆã«å•題発生" #, python-format #~ msgid "Problems in %s generation" #~ msgstr "%sã®ç”Ÿæˆã«å•題発生" #, python-format #~ msgid "An error occurred when copying the %(filetype)s, but it was backed up" #~ msgstr "%(filetype)sã®ã‚³ãƒ”ー時ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸãŒã€ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã•れã¾ã—ãŸ" #, python-format #~ msgid "%(filetype)s already exists, but it was backed up" #~ msgstr "%(filetype)sã¯æ—¢ã«å­˜åœ¨ã—ã¾ã™ãŒã€ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã•れã¾ã—ãŸ" #~ msgid "Multiple problems were encountered" #~ msgstr "複数ã®å•題ãŒç™ºç”Ÿã—ã¾ã—ãŸ" #~ msgid "Problems in subfolder and filename generation" #~ msgstr "サブフォルダ・ファイルåã®ç”Ÿæˆã«å•題発生" #~ msgid "Problem in subfolder and filename generation" #~ msgstr "サブフォルダ・ファイルåã®ç”Ÿæˆã«å•題発生" #~ msgid "The following metadata is missing: " #~ msgstr "以下ã®ãƒ¡ã‚¿ãƒ‡ãƒ¼ã‚¿ãŒã‚りã¾ã›ã‚“: " #, python-format #~ msgid "%(missing_metadata_elements)s and %(final_missing_metadata_element)s." #~ msgstr "%(missing_metadata_elements)sãŠã‚ˆã³%(final_missing_metadata_element)s。" #~ msgid "there were errors backing up" #~ msgstr "ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—中ã«ã‚¨ãƒ©ãƒ¼ãŒã‚りã¾ã—ãŸ" #~ msgid "there was an error backing up" #~ msgstr "ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—中ã«ã‚¨ãƒ©ãƒ¼ãŒã‚りã¾ã—ãŸ" #~ msgid "There were errors backing up" #~ msgstr "ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—中ã«ã‚¨ãƒ©ãƒ¼ãŒã‚りã¾ã—ãŸ" #, python-format #~ msgid "%(previousproblem)s, and %(backinguperror)s" #~ msgstr "%(previousproblem)sã€ãŠã‚ˆã³%(backinguperror)s" #~ msgid "There was an error backing up" #~ msgstr "ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—中ã«ã‚¨ãƒ©ãƒ¼ãŒã‚りã¾ã—ãŸ" #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s時間%(minute)s分%(second)sç§’%(subsecond)s" #, python-format #~ msgid "scanning (found %(photos)s photos and %(videos)s videos)..." #~ msgstr "走査中ã§ã™(%(photos)s個ã®å†™çœŸã¨%(videos)s個ã®å‹•画を検出)..." #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "åŒã˜ãƒ•ァイルåã‚’æŒã¤è¤‡æ•°ã®å†™çœŸãŒæ¤œå‡ºã•れã¾ã—ãŸãŒã€ç•°ãªã‚‹æ™‚é–“ã«æ’®å½±ã•れã¦ã„ã¾ã™" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "複写元: %(source)s" #, python-format #~ msgid "Path: %s" #~ msgstr "パス: %s" #~ msgid "Failed to create download subfolder" #~ msgstr "ダウンロードサブフォルダを生æˆã™ã‚‹ã®ã«å¤±æ•—ã—ã¾ã—ãŸ" #~ msgid "About..." #~ msgstr "ã“ã®ãƒ—ログラムã«ã¤ã„ã¦..." #~ msgid "Using backup device" #~ msgstr "ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—デãƒã‚¤ã‚¹ã‚’使用" #~ msgid "Using backup devices" #~ msgstr "ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—デãƒã‚¤ã‚¹ã‚’使用" #~ msgid "Photo has already been downloaded" #~ msgstr "å†™çœŸã¯æ—¢ã«ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã•れã¾ã—ãŸ" #~ msgid "Check All Photos" #~ msgstr "写真を全ã¦ãƒã‚§ãƒƒã‚¯l" #~ msgid "Check All Videos" #~ msgstr "動画を全ã¦ãƒã‚§ãƒƒã‚¯" #~ msgid "_Uncheck All" #~ msgstr "å…¨ã¦ãƒã‚§ãƒƒã‚¯ã‚’解除(_U)" #~ msgid "_Check All" #~ msgstr "å…¨ã¦ã‚’ãƒã‚§ãƒƒã‚¯(_C)" #~ msgid "_Report a Problem..." #~ msgstr "å•題を報告(_R)..." #~ msgid "_Make a Donation..." #~ msgstr "寄付をã™ã‚‹(_M)..." #~ msgid "Download / Pause" #~ msgstr "ダウンロード / åœæ­¢" #~ msgid "_File" #~ msgstr "ファイル(_F)" #~ msgid "Help" #~ msgstr "ヘルプ" #~ msgid "Quit" #~ msgstr "終了" #~ msgid "Refresh" #~ msgstr "æ›´æ–°" #~ msgid "_Translate this Application..." #~ msgstr "ã“ã®ã‚¢ãƒ—リケーションを翻訳(_T)..." #~ msgid "_Clear Completed Downloads" #~ msgstr "完了ã—ãŸãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã‚’消去(_C)" #~ msgid "_Error Log" #~ msgstr "エラーログ(_E)" #~ msgid "_Help" #~ msgstr "ヘルプ(_H)" #~ msgid "Select All Without _Job Code" #~ msgstr "ジョブコード無ã—ã§å…¨ã¦é¸æŠž(_J)" #~ msgid "Select All Wit_h Job Code" #~ msgstr "ジョブコード付ãã§å…¨ã¦é¸æŠž(_H)" #~ msgid "_Select" #~ msgstr "é¸æŠž(_S)" #~ msgid "Next File" #~ msgstr "次ã®ãƒ•ァイル" #~ msgid "Previous File" #~ msgstr "å‰ã®ãƒ•ァイル" #~ msgid "_View" #~ msgstr "表示(_V)" #~ msgid "Example: /home/user/Pictures" #~ msgstr "例: /home/user/Pictures" #~ msgid "_Include in download" #~ msgstr "ダウンロードã«å«ã‚ã‚‹(_I)" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "設定: 高速写真ダウンローダ" #~ msgid "Photo Download Folders" #~ msgstr "写真ダウンロードフォルダ" #~ msgid "Download Folder" #~ msgstr "ダウンロードフォルダ" #~ msgid "Download Subfolders" #~ msgstr "ダウンロードサブフォルダ" #~ msgid "Photo Folders" #~ msgstr "写真フォルダ" #~ msgid "_Download" #~ msgstr "ダウンロード(_D)" #~ msgid "Download folder:" #~ msgstr "ダウンロードフォルダ:" #~ msgid "Original:" #~ msgstr "オリジナル:" #~ msgid "New:" #~ msgstr "æ–°è¦:" #~ msgid "" #~ "Sorry, video downloading functionality disabled. To download videos, please " #~ "install either the hachoir metadata and kaa metadata packages " #~ "for python, or exiftool." #~ msgstr "" #~ "申ã—訳ã‚りã¾ã›ã‚“ãŒã€å‹•画ダウンロード機能ã¯ç„¡åйã«ã•れã¦ã„ã¾ã™ã€‚動画をダウンロードã™ã‚‹ã«ã¯ã€ " #~ "python用hachoirメタデータパッケージã‹kaaメタデータパッケージã€è‹¥ã—ãã¯exiftoolã‚’å°Žå…¥ã—ã¦" #~ "ãã ã•ã„。" #~ msgid "Video Download Folders" #~ msgstr "動画ダウンロードフォルダ" #~ msgid "Example" #~ msgstr "例" #~ msgid "Photos:" #~ msgstr "写真:" #~ msgid "_Remember this choice" #~ msgstr "ã“ã®é¸æŠžã‚’記憶ã™ã‚‹(_R)" #~ msgid "Rename Options" #~ msgstr "改åオプション" #~ msgid "Video Folders" #~ msgstr "動画フォルダ" #~ msgid " hh:mm" #~ msgstr " hh:mm" #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "RAW + JPEGé€£ç•ªã‚’åŒæœŸ" #~ msgid ":" #~ msgstr ":" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "ä»–ã®åŸºæœ¬ã‚½ãƒ•トã¨ã®äº’æ›æ€§" #~ msgid "Sequence Numbers" #~ msgstr "連番" #~ msgid "Job Codes" #~ msgstr "ジョブコード" #~ msgid "Rename Options" #~ msgstr "改åオプション" #~ msgid "_Add..." #~ msgstr "追加(_A)..." #~ msgid "R_emove All" #~ msgstr "å…¨ã¦å‰Šé™¤(_R)..." #~ msgid "Job Codes" #~ msgstr "ジョブコード" #~ msgid "Devices" #~ msgstr "デãƒã‚¤ã‚¹" #~ msgid "Automatically detect devices" #~ msgstr "デãƒã‚¤ã‚¹ã‚’è‡ªå‹•çš„ã«æ¤œå‡ºã™ã‚‹" #~ msgid "Location:" #~ msgstr "場所:" #~ msgid "" #~ "If you disable automatic detection, choose the exact location of the photos " #~ "and videos." #~ msgstr "自動検出を無効ã«ã—ãŸå ´åˆã«ã¯ï¼Œå†™çœŸã¨å‹•ç”»ã®æ­£ç¢ºãªå ´æ‰€ã‚’é¸æŠžã—ã¦ãã ã•ã„." #~ msgid "" #~ "If you enable automatic detection of Portable Storage Devices, the entire " #~ "device will be scanned. On large devices, this could take some time.\n" #~ "\n" #~ "When this option is enabled, and a potential device is detected, you will be " #~ "prompted to determine if it should be scanned or not." #~ msgstr "" #~ "ãƒãƒ¼ã‚¿ãƒ–ル記憶デãƒã‚¤ã‚¹ã®è‡ªå‹•検出を有効ã«ã™ã‚‹ã¨ï¼Œãƒ‡ãƒã‚¤ã‚¹å…¨ä½“ãŒèµ°æŸ»ã•れã¾ã™ï¼Žå¤§ããªãƒ‡ãƒã‚¤ã‚¹ã§ã¯ï¼Œæ™‚é–“ã®ã‹ã‹ã‚‹å¯èƒ½æ€§ãŒã‚りã¾ã™ï¼Ž\n" #~ "\n" #~ "ã“ã®ã‚ªãƒ—ションを有効ã«ã—ã¦ï¼Œé–¢ä¿‚ã‚りãã†ãªãƒ‡ãƒã‚¤ã‚¹ãŒæ¤œå‡ºã•れるã¨ï¼Œèµ°æŸ»ã‚’行ã†ã‹ã©ã†ã‹ã‚’é¸æŠžã™ã‚‹ã‚ˆã†ä¿ƒã•れã¾ã™ï¼Ž" #~ msgid "Device Options" #~ msgstr "デãƒã‚¤ã‚¹ã‚ªãƒ—ション" #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "ãƒãƒ¼ã‚¿ãƒ–ル記憶デãƒã‚¤ã‚¹ã‚’è‡ªå‹•çš„ã«æ¤œå‡ºã™ã‚‹" #~ msgid "" #~ "Remembered paths are those associated with devices that you have chosen to " #~ "always scan or ignore when automatic detection of Portable Storage Devices " #~ "is enabled." #~ msgstr "ä¿å­˜ãƒ‘スã¯ï¼Œãƒãƒ¼ã‚¿ãƒ–ル記憶デãƒã‚¤ã‚¹ã®è‡ªå‹•æ¤œå‡ºãŒæœ‰åйãªã¨ãã«ï¼Œãƒ¦ãƒ¼ã‚¶ãƒ¼ãŒå¸¸ã«èµ°æŸ»ã™ã‚‹ã‹ç„¡è¦–ã™ã‚‹ã‹ã‚’é¸æŠžã—ãŸãƒ‡ãƒã‚¤ã‚¹ã®ãƒ‘スã®ã“ã¨ã§ã™ï¼Ž" #~ msgid "Remembered Paths" #~ msgstr "ä¿å­˜ãƒ‘ス" #~ msgid "Remove all Remembered Paths?" #~ msgstr "ä¿å­˜ãƒ‘スを全削除?" #~ msgid "Should all remembered paths be removed?" #~ msgstr "ä¿å­˜ãƒ‘スをã™ã¹ã¦å‰Šé™¤ã—ã¾ã™ã‹ï¼Ÿ" #~ msgid "Use _python-style regular expressions" #~ msgstr "_python様å¼ã®æ­£è¦è¡¨ç¾ã‚’使ã†" #~ msgid "Re_move All" #~ msgstr "å…¨ã¦å‰Šé™¤(_M)" #~ msgid "Device Options" #~ msgstr "デãƒã‚¤ã‚¹ã‚ªãƒ—ション" #~ msgid "Backup\t" #~ msgstr "ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—\t" #~ msgid "" #~ "Specify the ending portion of any paths you want ignored when scanning " #~ "devices for photos or videos. Any path ending with the values below will not " #~ "be scanned." #~ msgstr "写真や動画ã®ãƒ‡ãƒã‚¤ã‚¹ã‚’走査ã™ã‚‹éš›ï¼Œç„¡è¦–ã—ãŸã„ãƒ‘ã‚¹ã®æœ€å¾Œã®éƒ¨åˆ†ã‚’指定ã—ã¦ãã ã•ã„.以下ã®å€¤ã§çµ‚ã‚るパスã¯èµ°æŸ»ã•れã¾ã›ã‚“." #~ msgid "Backup" #~ msgstr "ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—" #~ msgid "Miscellaneous" #~ msgstr "ãã®ä»–" #~ msgid "Program Automation" #~ msgstr "プログラムã®è‡ªå‹•化" #~ msgid "Backup" #~ msgstr "ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—" #~ msgid "Video backup folder name:" #~ msgstr "å‹•ç”»ã®ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—フォルダå:" #~ msgid "Photo backup folder name:" #~ msgstr "写真ã®ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—フォルダå:" #~ msgid "" #~ "Specify the folder in which backups are stored on the device. \n" #~ "\n" #~ "Note: this will also be used to determine whether or not the device is " #~ "used for backups. For each device you wish to use for backing up to, create " #~ "a folder in it with one of these names." #~ msgstr "" #~ "デãƒã‚¤ã‚¹ä¸Šã§ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã‚’ä¿ç®¡ã™ã‚‹ãƒ•ォルダを指定ã—ã¦ãã ã•ã„. \n" #~ "\n" #~ "註: " #~ "ã“れã¯ï¼Œãƒ‡ãƒã‚¤ã‚¹ãŒãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã«ä½¿ã‚れるã‹ã©ã†ã‹ã‚’判断ã™ã‚‹ã®ã«ã‚‚使ã‚れã¾ã™ï¼Žãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—å…ˆã«ç”¨ã„ãŸã„å„デãƒã‚¤ã‚¹ã«ã¯ï¼Œã“れらã®åå‰ã®ã†ã¡ã©ã‚Œã‹ã‚’æŒã¤ãƒ•ォルダ" #~ "を作æˆã—ã¦ãã ã•ã„." #~ msgid "Example:" #~ msgstr "例:" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/media/externaldrive/Photos" #~ msgid "Automatically rotate JPEG images" #~ msgstr "JPEGç”»åƒã‚’自動的ã«å›žè»¢" #~ msgid "Verify files as they are downloaded" #~ msgstr "ダウンロードã«éš›ã—ã¦ãƒ•ァイルを検証" #~ msgid "Photo and Video Name Conflicts" #~ msgstr "写真・動画åã®è¡çª" #~ msgid "Error Handling" #~ msgstr "エラー処ç†" #~ msgid "Unmount (\"eject\") device upon download completion" #~ msgstr "ダウンロード完了ã¨ã¨ã‚‚ã«ãƒ‡ãƒã‚¤ã‚¹ã®ãƒžã‚¦ãƒ³ãƒˆã‚’解除(デãƒã‚¤ã‚¹ã‚’\"å–り出ã™\")" #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "åŒã˜åå‰ã®å†™çœŸã‚„å‹•ç”»ãŒãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰æ¸ˆã¿ã®å ´åˆï¼Œãƒ•ァイルã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã‚’スキップã™ã‚‹ã‹ï¼Œé‡è¤‡ã—ãªã„識別å­ã‚’付ã‘ã‚‹ã‹ã‚’é¸æŠžã—ã¾ã™ï¼Ž" #~ msgid "Performance" #~ msgstr "パフォーマンス" #~ msgid "Generate thumbnails (slower)" #~ msgstr "サムãƒãƒ¼ãƒ«ã‚’生æˆ(é…ã„)" #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã®éš›ï¼Œãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—デãƒã‚¤ã‚¹ä¸Šã®åŒåファイルを上書ãã™ã‚‹ã‹ï¼Œãã®ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—をスキップã™ã‚‹ã‹ã‚’é¸æŠžã—ã¾ã™ï¼Ž" #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "ã‚ãªãŸã®å†™çœŸã‚„動画を効率的ã‹ã¤ä¿¡é ¼æ€§ã‚’ã‚‚ã£ã¦èª­ã¿è¾¼ã¿ã¾ã™" #~ msgid "_Get Help Online..." #~ msgstr "オンラインã§ãƒ˜ãƒ«ãƒ—(_G)..." #~ msgid "Photo Rename" #~ msgstr "å†™çœŸã®æ”¹å" #~ msgid "Photo Rename\t" #~ msgstr "å†™çœŸã®æ”¹å\t" #~ msgid "Photo Rename" #~ msgstr "å†™çœŸã®æ”¹å" #~ msgid "Video Rename" #~ msgstr "å‹•ç”»ã®æ”¹å" #~ msgid "Video Rename\t" #~ msgstr "å‹•ç”»ã®æ”¹å\t" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ãƒ•ã‚©ãƒ«ãƒ€ã‚’é¸æŠžã—ã¦ãã ã•ã„.ã“ã®ãƒ•ォルダ中ã«ï¼Œãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã—ãŸå‹•ç”»ã®ã‚µãƒ–フォルダãŒï¼Œä»¥ä¸‹ã§æŒ‡å®šã—ãŸæ§‹é€ ã§è‡ªå‹•生æˆã•れã¾ã™ï¼Ž" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ãƒ•ã‚©ãƒ«ãƒ€ã‚’é¸æŠžã—ã¦ãã ã•ã„.ã“ã®ãƒ•ォルダ中ã«ï¼Œãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã—ãŸå†™çœŸã®ã‚µãƒ–フォルダãŒï¼Œä»¥ä¸‹ã§æŒ‡å®šã—ãŸæ§‹é€ ã§è‡ªå‹•生æˆã•れã¾ã™ï¼Ž" #~ msgid "" #~ "Specify the time in 24 hour format at which the Downloads today " #~ "sequence number should be reset." #~ msgstr "「本日ã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã€ã®é€£ç•ªã‚’åˆæœŸåŒ–ã™ã‚‹æ™‚刻を,24時間形å¼ã§æŒ‡å®šã—ã¦ãã ã•ã„." #~ msgid "" #~ "Specify whether photo, video and folder names should have any characters " #~ "removed that are not allowed by other operating systems." #~ msgstr "ä»–ã®åŸºæœ¬ã‚½ãƒ•トã§ä½¿ç”¨ã§ããªã„文字を,写真や動画,フォルダåã‹ã‚‰å‰Šé™¤ã™ã‚‹ã‹ã©ã†ã‹ã‚’指定." #~ msgid "" #~ "Devices are from where to download photos and videos, such as cameras, " #~ "memory cards or Portable Storage Devices.\n" #~ "\n" #~ "You can download from multiple devices simultaneously, or you can specify a " #~ "location on your hard drive.\n" #~ "\n" #~ "Downloading directly from cameras is currently an experimental feature. " #~ "If downloading directly from your camera works poorly or not at all, try " #~ "setting it to PTP mode. If that is not possible, a card reader must be " #~ "used." #~ msgstr "" #~ "デãƒã‚¤ã‚¹ã¯ï¼Œã‚«ãƒ¡ãƒ©ã‚„メモリーカード,ãƒãƒ¼ã‚¿ãƒ–ル記憶デãƒã‚¤ã‚¹ã®ã‚ˆã†ãªï¼Œå†™çœŸã‚„動画をダウンロードã™ã‚‹å…ƒã¨ãªã‚‹ã‚‚ã®ã§ã™ï¼Ž\n" #~ "\n" #~ "åŒæ™‚ã«è¤‡æ•°ã®ãƒ‡ãƒã‚¤ã‚¹ã‹ã‚‰ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã™ã‚‹ã“ã¨ã‚‚ã§ãã¾ã™ã—,ãƒãƒ¼ãƒ‰ãƒ‡ã‚£ã‚¹ã‚¯ä¸Šã®å ´æ‰€ã‚’指定ã™ã‚‹ã“ã¨ã‚‚ã§ãã¾ã™ï¼Ž\n" #~ "\n" #~ "カメラã‹ã‚‰ç›´æŽ¥ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã™ã‚‹ã®ã¯ã€ä»Šã®ã¨ã“ã‚実験的機能ã§ã™ï¼ŽãŠä½¿ã„ã®ã‚«ãƒ¡ãƒ©ã‹ã‚‰ã®ç›´æŽ¥ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ãŒï¼Œã†ã¾ã行ã‹ãªã‹ã£ãŸã‚Šå…¨ã動作ã—ãªã„よã†ãªå ´åˆã«" #~ "ã¯ã€PTPモードã«åˆ‡ã‚Šæ›¿ãˆã¦ã¿ã¦ãã ã•ã„.ã“れãŒã§ããªã‘れã°ï¼Œã‚«ãƒ¼ãƒ‰ãƒªãƒ¼ãƒ€ãƒ¼ãªã©ã‚’使ã‚ãªãã¦ã¯ãªã‚Šã¾ã›ã‚“." ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/po/kab.po0000644000175000017500000042162100000000000016670 0ustar00damondamon# Kabyle translation for rapid # Copyright (c) 2017 Rosetta Contributors and Canonical Ltd 2017 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2017. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2022-03-02 13:05+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: 2022-03-05 16:16+0000\n" "X-Generator: Launchpad (build 61f4697954ab70d633d14d8ceecff69a20b08a6b)\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:406 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:642 ../install.py:4330 msgid "Installer not found:" msgstr "Ulac amsebdad:" #. Translators: do not translate the term tar.gz #: ../install.py:646 ../install.py:4334 msgid "Installer not in tar.gz format:" msgstr "Ulac amsebdad s umasal tar.gz:" #: ../install.py:728 ../install.py:757 ../install.py:4210 ../install.py:4215 msgid "Exiting..." msgstr "TufÉ£a..." #: ../install.py:979 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:1065 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:1357 ../install.py:4290 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:1467 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" #: ../install.py:1610 msgid "The following command will be run:" msgstr "" #. Translators: do not translate the term sudo #: ../install.py:1614 ../install.py:3834 ../install.py:3841 msgid "sudo may prompt you for the sudo password." msgstr "" #: ../install.py:1618 msgid "Would you like to run the command now?" msgstr "" #: ../install.py:1620 msgid "Answer is not yes, exiting." msgstr "" #: ../install.py:1631 ../install.py:2259 ../install.py:2318 ../install.py:2793 msgid "Command failed" msgstr "" #: ../install.py:1633 ../install.py:2260 ../install.py:2319 ../install.py:2794 msgid "Exiting" msgstr "" #: ../install.py:1661 msgid "The Universe repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1701 msgid "The EPEL repository must be enabled." msgstr "" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1749 msgid "The RPM Fusion Free repository must be enabled." msgstr "" #: ../install.py:1790 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:2237 ../install.py:2267 ../install.py:2299 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" #: ../install.py:2252 msgid "Uninstalling system package" msgstr "" #: ../install.py:2277 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:2324 msgid "Checking if previous version installed with pip..." msgstr "" #: ../install.py:2477 ../install.py:2534 ../install.py:2650 msgid "The following package is unknown on your system: {}\n" msgstr "" #: ../install.py:2548 ../install.py:2706 ../install.py:2803 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" #: ../install.py:2642 ../install.py:2663 msgid "Querying installed and available packages (this may take a while)" msgstr "" #: ../install.py:2785 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" #: ../install.py:2852 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2862 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" #: ../install.py:2873 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2923 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:2931 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" #: ../install.py:2937 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2942 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2950 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" #: ../install.py:2958 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:2982 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:3000 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:3011 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:3048 msgid "Failed to download versions file." msgstr "Amsebdad n umsider Rapid Photo." #: ../install.py:3053 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:3170 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:3324 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:3330 msgid "Received error code" msgstr "" #: ../install.py:3332 msgid "Failed to install application requirements: exiting." msgstr "" #: ../install.py:3334 msgid "Failed to install application: exiting..." msgstr "" #: ../install.py:3658 msgid "Installing application requirements..." msgstr "" #: ../install.py:3693 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #: ../install.py:3710 msgid "Installing application..." msgstr "" #: ../install.py:3797 msgid "Do you want Rapid Photo Downloader to appear in the Windows menu?" msgstr "" #: ../install.py:3803 msgid "Adding Rapid Photo Downloader to the Windows menu" msgstr "" #: ../install.py:3813 msgid "Failed to copy application launcher." msgstr "" #: ../install.py:3824 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:3829 msgid "Do you want to install the application's man pages?" msgstr "" #: ../install.py:3830 msgid "They will be installed into {}" msgstr "" #: ../install.py:3832 ../install.py:3839 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" #: ../install.py:3835 msgid "Do want to install the man pages?" msgstr "" #: ../install.py:3837 msgid "Installing man pages into {}" msgstr "" #: ../install.py:3855 msgid "Failed to create man page directory: exiting." msgstr "" #: ../install.py:3876 msgid "Failed to copy man page." msgstr "" #: ../install.py:3915 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:3928 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:3934 msgid "" "You may have to restart WSL to be able to run the program from the command " "line." msgstr "" #: ../install.py:3944 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line." msgstr "" #: ../install.py:3949 #, 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:3971 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:3973 msgid "Done." msgstr "" #: ../install.py:3987 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:4043 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #. Translators: do not translate the terms --PyQt5-version or --use-system-PyQt5 #: ../install.py:4055 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:4067 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:4081 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:4097 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:4111 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:4124 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:4134 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:4139 ../install.py:4153 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:4172 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:4180 msgid "Restarting script using system python..." msgstr "" #: ../install.py:4193 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:4231 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:4263 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:4275 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:4324 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:647 ../raphodo/ui/viewutils.py:679 #: ../raphodo/ui/viewutils.py:699 msgid "&Cancel" msgstr "&Sefsex" #: ../upgrade.py:651 msgid "&Upgrade" msgstr "" #: ../upgrade.py:656 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" #: ../upgrade.py:659 msgid "Click the Upgrade button to start the upgrade." msgstr "" #: ../upgrade.py:662 ../upgrade.py:668 ../raphodo/ui/viewutils.py:678 #: ../raphodo/ui/viewutils.py:698 msgid "&Close" msgstr "&Mdel" #: ../upgrade.py:663 msgid "&Run" msgstr "&Selkem" #: ../upgrade.py:693 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "Amsebdad n umsider Rapid Photo." #: ../upgrade.py:696 msgid "Upgrade running..." msgstr "" #: ../upgrade.py:732 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:737 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:741 msgid "Upgrade failed. Click Close to exit." msgstr "" #: ../upgrade.py:11330 #, python-format msgid "Upgrading %s..." msgstr "" #: ../upgrade.py:11332 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:11345 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:11347 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/ui/aboutdialog.py:334 msgid "Credits" msgstr "Ismaden" #: ../raphodo/ui/aboutdialog.py:339 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:280 msgid "Backups are not configured" msgstr "Aḥraz ur ittuswel ara" #: ../raphodo/ui/backuppanel.py:282 msgid "No backup devices detected" msgstr "Ulac ibenkan n uḥraz yettwafen" #: ../raphodo/ui/backuppanel.py:285 msgid "Valid backup locations not yet specified" msgstr "Idigen n uḥraz imeÉ£ta ur ttwamlen ara yakan" #: ../raphodo/ui/backuppanel.py:465 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Aḥraz n teqlafin-ik akked tvidyutin-ik izmer ad yili É£ef des n ibenkan ticki " "ttwasidren-d, md. idebá¹£iyen iquranen izÉ£arayen." #: ../raphodo/ui/backuppanel.py:473 msgid "Back up photos and videos when downloading" msgstr "Ḥrez tiwlafin akked tvidyutin deg usider" #: ../raphodo/ui/backuppanel.py:479 msgid "Automatically detect backup devices" msgstr "Ṭṭef s wudem awurman ibenkan n uḥraz" #: ../raphodo/ui/backuppanel.py:485 msgid "" "Specify the folder in which backups are stored on the " "device.

      Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" #: ../raphodo/ui/backuppanel.py:500 msgid "Photo folder name:" msgstr "Isem n ukaram n tewlaft:" #: ../raphodo/ui/backuppanel.py:505 msgid "Video folder name:" msgstr "Isem n ularam n tvidyut:" #: ../raphodo/ui/backuppanel.py:510 ../raphodo/ui/nameeditor.py:1000 #: ../raphodo/ui/renamepanel.py:141 msgid "Example:" msgstr "Amedya:" #: ../raphodo/ui/backuppanel.py:521 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:532 msgid "Photo backup location:" msgstr "Adig n uḥraz n tewlaft:" #: ../raphodo/ui/backuppanel.py:542 msgid "Select Photo Backup Location" msgstr "Fren adig n uḥraz n tewlaft" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:554 msgid "Video backup location:" msgstr "Adig n uḥraz n tvidyut:" #: ../raphodo/ui/backuppanel.py:560 msgid "Select Video Backup Location" msgstr "Fren Adig n uḥraz n tvidyut" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:676 msgid "drive1" msgstr "ameÉ£ri1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:679 msgid "drive2" msgstr "ameÉ£ri2" #: ../raphodo/ui/backuppanel.py:746 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/ui/backuppanel.py:751 msgid "Backup Options" msgstr "IÉ£ewwaá¹›en n uḥraz" #: ../raphodo/copyfiles.py:610 msgid "video THM" msgstr "tavidyut THM" #: ../raphodo/copyfiles.py:620 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:104 ../raphodo/ui/devicedisplay.py:1408 #: ../raphodo/rpdfile.py:310 #, 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:112 ../raphodo/ui/devicedisplay.py:1414 #: ../raphodo/rpdfile.py:298 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s n tvidyutin" #: ../raphodo/ui/destinationdisplay.py:123 msgid "Used" msgstr "Yettwaseqdec" #: ../raphodo/ui/destinationdisplay.py:124 msgid "Excess" msgstr "" #: ../raphodo/ui/destinationdisplay.py:133 ../raphodo/ui/devicedisplay.py:1440 msgid "Device size unknown" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:146 #, python-format msgid "No space free on %(size_total)s device" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:156 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/ui/destinationdisplay.py:230 ../raphodo/ui/destinationpanel.py:74 #: ../raphodo/ui/devicedisplay.py:625 ../raphodo/rapid.py:2641 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:960 msgid "Photos" msgstr "Tiwlafin" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:231 ../raphodo/ui/destinationpanel.py:78 #: ../raphodo/ui/devicedisplay.py:626 ../raphodo/rapid.py:2642 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:988 #: ../raphodo/storage/storage.py:602 msgid "Videos" msgstr "Tividyutin" #: ../raphodo/ui/destinationdisplay.py:232 msgid "Projected storage use after download" msgstr "" #. Translators: Custom refers to the user choosing a non-default value that #. they customize themselves #: ../raphodo/ui/destinationdisplay.py:355 ../raphodo/ui/nameeditor.py:587 msgid "Custom..." msgstr "Yugnen..." #: ../raphodo/ui/destinationdisplay.py:774 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/ui/destinationdisplay.py:776 msgid "Configure video subfolder creation" msgstr "Swel timerna n ukaram asnawan n tvidyut" #: ../raphodo/ui/destinationpanel.py:90 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:113 ../raphodo/ui/destinationpanel.py:125 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1294 msgid "Probing device..." msgstr "" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Temporarily ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1313 msgid "Permanently ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1316 msgid "Rescan" msgstr "" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1437 #, python-format msgid "%s full" msgstr "%s n taÄÄart" #: ../raphodo/ui/devicedisplay.py:1457 msgid "Other" msgstr "Wayeá¸" #: ../raphodo/devices.py:603 ../raphodo/devices.py:604 msgid "Cameras" msgstr "Takamiá¹›at" #: ../raphodo/devices.py:605 ../raphodo/devices.py:1256 #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 ../raphodo/rapid.py:2490 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:1006 #, 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:1073 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1229 ../raphodo/rapid.py:2213 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:1280 ../raphodo/devices.py:1300 #, 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:1318 #, 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:1326 #, 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:1652 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "\n" "In case of any problems, a red icon will appear at the bottom of the window " "indicating \n" "how many error reports there are. Clicking on it opens the Error Report " "window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 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." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "\n" "

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

      \n" "

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

      " msgstr "" #: ../raphodo/ui/didyouknow.py:133 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:140 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:147 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:154 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 \n" "metadata (where 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 \n" "raw images, for instance.
      8. \n" "
      9. File Type: photo or video.
      10. \n" "
      11. Device: name of the device the photos and videos are being " "downloaded \n" "from.
      12. \n" "
      " msgstr "" #: ../raphodo/ui/didyouknow.py:172 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" #: ../raphodo/ui/didyouknow.py:178 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:185 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 \n" "illustration below, the destination folders are "Pictures" and \n" ""Videos". The name of the destination folder is displayed in the " "grey bar \n" "directly above the folder tree, with a folder icon to its left and a gear " "icon to \n" "its far right.
      2. \n" "
      3. The download subfolders, which are directories that will be " "automatically \n" "generated by Rapid Photo Downloader. They need not already exist on your " "computer, but \n" "it's okay if they do. They will be generated under the destination " "folder.
      4. \n" "
      " msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a \n" "different destination folder for each. The same applies to the download " "subfolders for \n" "photos and videos—download photos and videos to the same subfolders, " "or use a \n" "different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:211 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:220 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to \n" "download:\n" "
        \n" "
      1. The destination folder tree shows the download subfolders already on " "your computer \n" "(those in a regular, non-italicized font), and the subfolders that will be " "created \n" "during the download (those whose names are italicized).
      2. \n" "
      3. The folder tree also shows into which subfolders the files will be " "downloaded \n" "(those colored black).
      4. \n" "
      " msgstr "" #: ../raphodo/ui/didyouknow.py:235 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following \n" "elements:\n" "
        \n" "
      1. File metadata, very often including the date the photo or video " "was created, \n" "but might also include the camera model name, camera serial number, or file " "extension \n" "e.g. JPG or CR2.
      2. \n" "
      3. A Job Code, which is free text you specify at the time the " "download occurs, \n" "such as the 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 \n" "format makes it easy to keep them sorted in a file manager, which is why " "it's the \n" "default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:254 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 \n" "preset. Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:261 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to \n" "configure your own scheme. You create your own schemes using the Photo or " "Video \n" "Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:270 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:276 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:282 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 \n" "and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:291 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 \n" "choices to generate new combinations. Supposing you wanted a date format " "that combines \n" "year (YYYY), a hyphen, and month (MM) to form YYYY-MM. You can create it " "like this \n" "(note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:300 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names \n" "in the \n" "online " "\n" "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:309 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. \n" "You can use them in subfolder and file names. In this illustration, some " "files have had \n" "the Job Code "Street" applied to them, and the selected files are " "about to \n" "get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:317 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 \n" "prompted to enter a Job Code for them before the download begins." msgstr "" #: ../raphodo/ui/didyouknow.py:324 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:327 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:333 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!" msgstr "" #: ../raphodo/ui/didyouknow.py:340 msgid "" "\n" "

      Four types of sequence values are available to help you assign unique " "names to your \n" "photos and 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 \n" "last time the 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 \n" "documentation.

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

      The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature \n" "on your 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 \n" "are detected, the same sequence numbers will be applied to both photo names. " "F\n" "urthermore, sequences will be updated as if the photos were one.

      \n" "

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

      \n" msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are \n" "downloaded, such as external hard drives or network shares. Backup devices " "can be \n" "automatically detected, or exact backup locations specified." msgstr "" #: ../raphodo/ui/didyouknow.py:385 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:391 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including \n" "download sources, destinations, and backups. Additionally, settings can be " "reset to \n" "their default state, and caches and remembered files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:396 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:401 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 \n" "your cameras, memory cards, and other devices.
      2. \n" "
      3. A temporary cache of files downloaded from a camera, one for " "photos and \n" "another for videos. They are located in temporary subfolders in the download " "\n" "destination.
      4. \n" "
      5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores \n" "thumbnails of RAW and TIFF photos once they have been downloaded. File " "browsers like \n" "Gnome Files use this cache as well, meaning they too will display thumbnails " "for those \n" "files. \n" "
      6. \n" "
      \n" "Read more about these caches and their effect on download performance in the " "online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:459 msgid "Tip of the Day" msgstr "" #: ../raphodo/ui/didyouknow.py:467 msgid "Did you know...?" msgstr "" #: ../raphodo/ui/didyouknow.py:498 msgid "Show tips on startup" msgstr "" #: ../raphodo/ui/didyouknow.py:502 msgid "&Next" msgstr "" #: ../raphodo/ui/didyouknow.py:503 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:454 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:584 msgid "A few seconds" msgstr "Kra n tesinin" #: ../raphodo/downloadtracker.py:643 msgid "1 second" msgstr "1 tasint" #: ../raphodo/downloadtracker.py:645 #, python-format msgid "%d seconds" msgstr "%d tasinin" #: ../raphodo/downloadtracker.py:650 msgid "1 minute" msgstr "1 tasdat" #: ../raphodo/downloadtracker.py:652 #, python-format msgid "%d minutes" msgstr "%d tesdatin" #: ../raphodo/downloadtracker.py:657 ../raphodo/downloadtracker.py:839 msgid "1 hour" msgstr "1 n usrag" #: ../raphodo/downloadtracker.py:659 #, python-format msgid "%d hours" msgstr "%d n isragen" #: ../raphodo/downloadtracker.py:664 ../raphodo/downloadtracker.py:869 #: ../raphodo/downloadtracker.py:877 msgid "1 day" msgstr "1 n wass" #: ../raphodo/downloadtracker.py:666 #, python-format msgid "%d days" msgstr "%d dayn wussans" #: ../raphodo/downloadtracker.py:845 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:847 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:850 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:852 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:884 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:886 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:889 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:891 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:918 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:920 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:923 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:925 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:80 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:150 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:187 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:206 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:211 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:213 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:214 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:215 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:216 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:217 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:218 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:229 ../raphodo/errorlog.py:371 #, 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:234 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:256 msgid "Clear" msgstr "Sfeá¸" #: ../raphodo/errorlog.py:357 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:516 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:567 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:50 #, python-brace-format msgid "" "Please report the problem at {website}.

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

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

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

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

      Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:88 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:182 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:186 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:189 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:216 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:218 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:173 ../raphodo/thumbnaildisplay.py:2254 msgid "Open in File Browser..." msgstr "" #. type: Optional[QModelIndex] #: ../raphodo/ui/filebrowse.py:179 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:183 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:140 msgid "File System" msgstr "Anagraw n ufaylu" #: ../raphodo/foldercombo.py:181 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:272 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:206 msgid "Date time" msgstr "" #: ../raphodo/generatenameconfig.py:207 msgid "Text" msgstr "Aá¸ris" #: ../raphodo/generatenameconfig.py:208 ../raphodo/rapid.py:2608 msgid "Filename" msgstr "Isem n ufaylu" #: ../raphodo/generatenameconfig.py:209 #: ../raphodo/prefs/preferencedialog.py:994 msgid "Metadata" msgstr "Adferisefka" #: ../raphodo/generatenameconfig.py:210 msgid "Sequences" msgstr "Igzumen" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:213 msgid "Job code" msgstr "" #: ../raphodo/generatenameconfig.py:214 msgid "Image date" msgstr "" #: ../raphodo/generatenameconfig.py:215 msgid "Video date" msgstr "" #: ../raphodo/generatenameconfig.py:216 msgid "Today" msgstr "Ass-a" #: ../raphodo/generatenameconfig.py:217 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:220 msgid "Download time" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:223 msgid "Name" msgstr "Isem" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 ../raphodo/rapid.py:2609 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:229 msgid "Image number" msgstr "" #: ../raphodo/generatenameconfig.py:230 msgid "Video number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:233 msgid "Aperture" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "ISO" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 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:242 msgid "Focal length" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Camera make" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 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:251 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:254 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:257 msgid "Serial number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Shutter count" msgstr "" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:262 msgid "File number" msgstr "" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:264 msgid "Folder only" msgstr "" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:266 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:269 msgid "Owner name" msgstr "" #: ../raphodo/generatenameconfig.py:270 msgid "Codec" msgstr "" #: ../raphodo/generatenameconfig.py:271 msgid "Width" msgstr "Tehri" #: ../raphodo/generatenameconfig.py:272 msgid "Height" msgstr "Awrir" #: ../raphodo/generatenameconfig.py:273 msgid "Length" msgstr "Tanzagt" #: ../raphodo/generatenameconfig.py:274 msgid "Frames Per Second" msgstr "" #: ../raphodo/generatenameconfig.py:275 msgid "Artist" msgstr "Anaẓur" #: ../raphodo/generatenameconfig.py:276 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:279 msgid "Downloads today" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Session number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Subfolder number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Stored number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:291 msgid "Sequence letter" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:294 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:297 msgid "Last digit" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 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:303 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:306 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:309 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:312 msgid "UPPERCASE" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "lowercase" msgstr "" #: ../raphodo/generatenameconfig.py:316 msgid "One digit" msgstr "" #: ../raphodo/generatenameconfig.py:317 msgid "Two digits" msgstr "" #: ../raphodo/generatenameconfig.py:318 msgid "Three digits" msgstr "" #: ../raphodo/generatenameconfig.py:319 msgid "Four digits" msgstr "" #: ../raphodo/generatenameconfig.py:320 msgid "Five digits" msgstr "" #: ../raphodo/generatenameconfig.py:321 msgid "Six digits" msgstr "" #: ../raphodo/generatenameconfig.py:322 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:325 msgid "Subseconds" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 ../raphodo/generatenameconfig.py:415 msgid "YYYYMMDD" msgstr "DDMMYYYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:416 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:334 ../raphodo/generatenameconfig.py:417 msgid "YYYY_MM_DD" msgstr "DD_MM_YYYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 msgid "YYMMDD" msgstr "DDMMYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 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:343 msgid "YY_MM_DD" msgstr "DD_MM_YY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "MMDDYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "DDMMYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYY" msgstr "DDMMYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 ../raphodo/generatenameconfig.py:415 #: ../raphodo/generatenameconfig.py:416 ../raphodo/generatenameconfig.py:417 #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:419 msgid "YYYY" msgstr "YYYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 msgid "YY" msgstr "YY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 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:376 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:379 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 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:394 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:397 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 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:403 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:415 msgid "Date" msgstr "Azemz" #: ../raphodo/generatenameconfig.py:416 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:417 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:512 #: ../raphodo/generatenameconfig.py:699 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:418 msgid "YYYYMM_Job Code" msgstr "MMYYYY_Tangalt n Twuri" #: ../raphodo/generatenameconfig.py:419 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "YYYYMM" msgstr "MMYYYY" #: ../raphodo/generatenameconfig.py:419 ../raphodo/jobcodepanel.py:279 #: ../raphodo/ui/nameeditor.py:926 ../raphodo/rapid.py:2261 #: ../raphodo/ui/renamepanel.py:93 ../raphodo/ui/renamepanel.py:275 msgid "Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:507 ../raphodo/generatenameconfig.py:694 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "YYYYMMDD-HHMM-1" msgstr "DDMMYYYY-HHMM-1" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "YYYYMMDD-1" msgstr "DDMMYYYY-1" #: ../raphodo/generatenameconfig.py:510 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:510 msgid "YYYYMMDD-1234" msgstr "DDMMYYYY-1234" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "DDMMYYYY-HHMM-Job Code-1" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:699 msgid "YYYYMMDD-Job Code-1" msgstr "DDMMYYY-Tangalt n Twuri-1" #: ../raphodo/generatenameconfig.py:697 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "YYYYMMDD_1234" msgstr "DDMMYYYY_1234" #: ../raphodo/generatenameconfig.py:700 msgid "Resolution" msgstr "Afray" #: ../raphodo/generatenameconfig.py:700 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "DDMMYYYY-HHMM-1-1920x1080" #: ../raphodo/jobcodepanel.py:90 msgid "Enter a new Job Code, or select a previous one" msgstr "" #: ../raphodo/jobcodepanel.py:98 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:108 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:121 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:123 msgid "Enter a new Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:131 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/jobcodepanel.py:144 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:148 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:186 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:190 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:251 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:255 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:259 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:264 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:269 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:278 msgid "Last Used" msgstr "Aseqdec anneggaru" #: ../raphodo/jobcodepanel.py:283 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:286 ../raphodo/rapid.py:2616 msgid "Ascending" msgstr "S walluy" #: ../raphodo/jobcodepanel.py:287 ../raphodo/rapid.py:2617 msgid "Descending" msgstr "S usider" #: ../raphodo/jobcodepanel.py:297 msgid "&New..." msgstr "Amaynut..." #: ../raphodo/jobcodepanel.py:301 msgid "&Apply" msgstr "&Snes" #: ../raphodo/jobcodepanel.py:305 msgid "&Remove" msgstr "&Kkes" #: ../raphodo/jobcodepanel.py:309 ../raphodo/prefs/preferencedialog.py:288 #: ../raphodo/prefs/preferencedialog.py:324 #: ../raphodo/prefs/preferencedialog.py:781 msgid "Remove All" msgstr "Kkes akk" #: ../raphodo/jobcodepanel.py:512 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:515 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:578 msgid "Job Codes" msgstr "" #: ../raphodo/ui/messagewidget.py:67 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:478 ../raphodo/ui/nameeditor.py:498 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:583 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:584 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:630 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:647 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:650 ../raphodo/ui/nameeditor.py:1558 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:743 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:751 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:884 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:892 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:900 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:907 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:936 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:954 #, python-format msgid "The character
      %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:964 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:972 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:999 ../raphodo/ui/renamepanel.py:139 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1082 ../raphodo/ui/nameeditor.py:1105 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1134 ../raphodo/prefs/preferencedialog.py:1083 #: ../raphodo/wsl.py:648 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1161 msgid "Insert" msgstr "Ger" #: ../raphodo/ui/nameeditor.py:1523 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1527 msgid "" "Do you want to save the changes in a new custom " "preset?

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

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

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

      The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1562 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:326 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:327 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:328 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:331 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:334 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:336 #, 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:366 ../raphodo/newversion.py:385 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:388 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:412 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:531 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:553 msgid "Downloading..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:134 msgid "Preferences" msgstr "Ismenyifen" #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 msgid "Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Thumbnails" msgstr "" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:160 #: ../raphodo/prefs/preferencedialog.py:183 #: ../raphodo/prefs/preferencedialog.py:585 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:184 #: ../raphodo/prefs/preferencedialog.py:649 msgid "Error Handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:162 #: ../raphodo/prefs/preferencedialog.py:185 msgid "Warnings" msgstr "IlÉ£a" #: ../raphodo/prefs/preferencedialog.py:163 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:164 #: ../raphodo/prefs/preferencedialog.py:186 msgid "Miscellaneous" msgstr "Divers" #: ../raphodo/prefs/preferencedialog.py:221 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:225 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:231 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:233 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:240 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:244 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 #: ../raphodo/prefs/preferencedialog.py:310 msgid "Add..." msgstr "Rnu..." #: ../raphodo/prefs/preferencedialog.py:252 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 #: ../raphodo/prefs/preferencedialog.py:286 #: ../raphodo/prefs/preferencedialog.py:317 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove" msgstr "Kkes" #: ../raphodo/prefs/preferencedialog.py:259 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:278 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:279 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:283 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:290 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:304 msgid "Ignored Paths" msgstr "" #: ../raphodo/prefs/preferencedialog.py:306 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:313 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:320 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:327 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as well. #: ../raphodo/prefs/preferencedialog.py:338 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:345 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:387 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:400 #: ../raphodo/prefs/preferencedialog.py:505 #: ../raphodo/prefs/preferencedialog.py:553 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:408 #: ../raphodo/prefs/preferencedialog.py:575 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:416 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:417 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place the #. carriage return where you think it makes sense so that the tool tip does not #. stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:422 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading at program startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Start downloading upon device insertion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:430 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program when download completes" msgstr "" #: ../raphodo/prefs/preferencedialog.py:433 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/prefs/preferencedialog.py:465 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:470 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:473 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:477 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:480 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:489 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:490 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:530 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:536 msgid "days" msgstr "ussan" #: ../raphodo/prefs/preferencedialog.py:537 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:550 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:559 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:562 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:588 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:598 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:601 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:615 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:629 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Skip download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:656 msgid "Add unique identifier" msgstr "" #: ../raphodo/prefs/preferencedialog.py:659 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Overwrite" msgstr "SfeÉ›j" #: ../raphodo/prefs/preferencedialog.py:668 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Skip" msgstr "Zgel" #: ../raphodo/prefs/preferencedialog.py:671 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:678 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:690 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:701 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:722 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:723 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:727 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:730 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:736 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:740 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:743 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:749 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:755 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:760 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:765 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "Add" msgstr "Rnu" #: ../raphodo/prefs/preferencedialog.py:771 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:776 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:783 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:821 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:824 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:827 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:834 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:837 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:842 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:854 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:855 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:862 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:868 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:874 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:880 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:886 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:906 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:911 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:916 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:921 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:968 msgid "Version Check" msgstr "" #: ../raphodo/prefs/preferencedialog.py:969 msgid "Check for new version at startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:972 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/prefs/preferencedialog.py:976 msgid "Include development releases" msgstr "" #: ../raphodo/prefs/preferencedialog.py:978 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/prefs/preferencedialog.py:996 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:999 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1006 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1008 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1034 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1140 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1423 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1585 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1590 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1605 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1610 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1929 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1931 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1933 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1947 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1949 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1951 msgid "Path:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1965 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1966 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1967 ../raphodo/ui/renamepanel.py:140 msgid "Extension:" msgstr "AsiÉ£zef:" #: ../raphodo/prefs/preferencedialog.py:1982 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1987 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1996 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Birthday" msgstr "Azemz n tlalit" #: ../raphodo/prefs/preferences.py:736 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:740 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:747 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" #: ../raphodo/ui/primarybutton.py:124 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "Tuccá¸a: %s" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 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:249 ../raphodo/proximity.py:278 #: ../raphodo/proximity.py:313 ../raphodo/proximity.py:319 #, 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:267 #, 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:288 ../raphodo/proximity.py:294 #: ../raphodo/proximity.py:1123 ../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:303 ../raphodo/proximity.py:307 #: ../raphodo/proximity.py:1130 ../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:328 #, 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:339 #, 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:473 #, 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:1135 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1893 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:1952 #, 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:1956 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:1962 #, python-format msgid "%(hours)dh" msgstr "%(hours)dsr" #: ../raphodo/proximity.py:2101 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:2106 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2109 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2110 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2112 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:2568 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:473 ../raphodo/rapid.py:871 ../raphodo/rapid.py:4657 #: ../raphodo/rapid.py:4880 ../raphodo/rapid.py:4899 ../raphodo/rapid.py:4922 #: ../raphodo/rapid.py:4929 ../raphodo/rapid.py:5606 ../raphodo/rapid.py:6229 #: ../raphodo/rapid.py:7449 ../raphodo/ui/rememberthisdialog.py:112 #: ../raphodo/ui/viewutils.py:743 #: ../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:1156 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:1167 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1176 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:1188 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1367 #, python-format msgid "" "Cannot download from Apple devices

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

      Missing applications: " "%(applications)s

      Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1766 msgid "Download failed" msgstr "Asider ur yeddi ara" #: ../raphodo/rapid.py:1769 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1778 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1782 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1786 msgid "Install" msgstr "Sebded" #: ../raphodo/rapid.py:1804 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1806 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1824 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1827 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1873 msgid "" "\n" "

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

      \n" "

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

      " msgstr "" #: ../raphodo/rapid.py:1883 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1894 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1897 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1898 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1901 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in the future #: ../raphodo/rapid.py:1906 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:2110 ../raphodo/rapid.py:2914 msgid "Download" msgstr "Sider" #: ../raphodo/rapid.py:2114 msgid "&Refresh..." msgstr "&Smiren..." #: ../raphodo/rapid.py:2118 msgid "&Preferences" msgstr "&Ismenyifen" #: ../raphodo/rapid.py:2122 msgid "&Quit" msgstr "&Ffeɣ" #: ../raphodo/rapid.py:2128 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:2132 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:2137 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:2140 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:2144 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:2147 msgid "Report a Problem..." msgstr "Azen ugur..." #: ../raphodo/rapid.py:2150 msgid "Make a Donation..." msgstr "Mudd tawsa..." #: ../raphodo/rapid.py:2153 msgid "Translate this Application..." msgstr "Suqel asnas-agi..." #: ../raphodo/rapid.py:2158 msgid "&About..." msgstr "&Ɣef..." #: ../raphodo/rapid.py:2161 msgid "Check for Updates..." msgstr "Senqed ileqman..." #: ../raphodo/rapid.py:2250 msgid "Timeline" msgstr "Amazray" #: ../raphodo/rapid.py:2258 msgid "Destination" msgstr "Taniɣert" #: ../raphodo/rapid.py:2260 msgid "Rename" msgstr "Snifel isem" #: ../raphodo/rapid.py:2262 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2486 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2505 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2508 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2522 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2600 msgid "All" msgstr "Meṛṛa" #: ../raphodo/rapid.py:2601 msgid "New" msgstr "Amynut" #: ../raphodo/rapid.py:2603 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2606 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2607 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2610 msgid "File Type" msgstr "Anaw n ufaylu" #: ../raphodo/rapid.py:2611 msgid "Device" msgstr "" #: ../raphodo/rapid.py:2613 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2629 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:2894 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2910 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2912 msgid "Pause" msgstr "Ḥbes" #: ../raphodo/rapid.py:3049 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:3150 #, 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:3244 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:3258 #, 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:3346 msgid "" "\n" "Downloading all files

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

      \n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3511 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" #: ../raphodo/rapid.py:3514 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" #: ../raphodo/rapid.py:3517 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3518 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3536 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:3547 ../raphodo/rapid.py:3561 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3549 ../raphodo/rpdfile.py:179 msgid "photos" msgstr "" #: ../raphodo/rapid.py:3563 ../raphodo/rpdfile.py:174 msgid "videos" msgstr "" #: ../raphodo/rapid.py:3573 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:3589 ../raphodo/rapid.py:3605 #, 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:3592 ../raphodo/rpdfile.py:181 ../raphodo/rpdfile.py:850 msgid "photo" msgstr "" #: ../raphodo/rapid.py:3608 ../raphodo/rpdfile.py:176 ../raphodo/rpdfile.py:912 msgid "video" msgstr "" #: ../raphodo/rapid.py:3616 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:4447 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4527 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4537 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "" #: ../raphodo/rapid.py:4543 ../raphodo/rapid.py:4650 msgid "warnings" msgstr "" #: ../raphodo/rapid.py:4578 msgid "All downloads complete" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4588 ../raphodo/rapid.py:4603 ../raphodo/rapid.py:4619 #: ../raphodo/rapid.py:4634 ../raphodo/rapid.py:4649 #, 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:4593 ../raphodo/rapid.py:4624 #, 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:4608 ../raphodo/rapid.py:4639 #, python-format msgid "%(filetype)s failed to download" msgstr "" #: ../raphodo/rapid.py:4675 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4677 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4682 msgid "1 warning" msgstr "1 Alɣu" #: ../raphodo/rapid.py:4684 #, python-format msgid "%d warnings" msgstr "%d ilɣa" #: ../raphodo/rapid.py:4709 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4716 #, 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:4725 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4727 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4767 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4886 #, 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:4905 #, 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:4925 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4936 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4937 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:5029 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:5032 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:5036 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:5041 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5578 #, 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:5613 #, 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:5775 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5777 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5779 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5781 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5782 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5783 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5867 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:6212 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6216 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:6222 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6226 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6645 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6649 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:6705 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6712 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6726 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6738 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:7035 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:7042 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7048 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7055 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:7061 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:7067 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:7075 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:7083 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:7088 ../raphodo/rapid.py:7095 ../raphodo/rapid.py:7102 #: ../raphodo/rapid.py:7146 ../raphodo/rapid.py:7156 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:7090 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:7097 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7104 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7111 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:7117 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:7122 ../raphodo/rapid.py:7134 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:7125 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:7137 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:7149 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7159 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7167 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:7177 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:7184 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:7191 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:7200 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:7208 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:7215 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7224 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:7232 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:7238 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:7245 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:7255 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:7348 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7359 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:7366 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7437 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7452 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7542 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7547 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7562 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:7637 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:7842 msgid "All settings and caches have been reset." msgstr "" #: ../raphodo/rapid.py:7850 msgid "Thumbnail Cache has been reset." msgstr "" #: ../raphodo/rapid.py:7856 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:80 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:87 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:626 msgid "subfolder and filename" msgstr "" #: ../raphodo/renameandmovefile.py:628 msgid "filename" msgstr "" #: ../raphodo/renameandmovefile.py:630 msgid "subfolder" msgstr "" #: ../raphodo/ui/renamepanel.py:327 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:328 msgid "Downloads today:" msgstr "" #: ../raphodo/ui/renamepanel.py:350 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:351 msgid "Stored number:" msgstr "" #: ../raphodo/ui/renamepanel.py:363 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:365 msgid "Day start:" msgstr "" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:375 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:379 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:384 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:395 msgid "Strip incompatible characters" msgstr "" #: ../raphodo/ui/renamepanel.py:400 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:404 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:484 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:488 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:492 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:273 #, python-format msgid "%(number)s %(filetypes)s" msgstr "" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:302 msgid "a video" msgstr "tavidyut" #: ../raphodo/rpdfile.py:304 msgid "1 Video" msgstr "1 Tavidyut" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:314 msgid "a photo" msgstr "tawlaft" #: ../raphodo/rpdfile.py:316 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:830 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:851 msgid "Photo" msgstr "Tawlaft" #: ../raphodo/rpdfile.py:913 msgid "Video" msgstr "Tavidyut" #: ../raphodo/storage/storage.py:251 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:589 msgid "Pictures" msgstr "" #: ../raphodo/sudocommand.py:93 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:100 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:140 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:583 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:593 #, 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:605 ../raphodo/thumbnaildisplay.py:668 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:623 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:628 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:635 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:682 #, python-format msgid "

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

      Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2257 msgid "Copy Path" msgstr "" #: ../raphodo/thumbnaildisplay.py:2263 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2268 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:215 msgid "B" msgstr "B" #: ../raphodo/utilities.py:216 msgid "KB" msgstr "KAṬ" #: ../raphodo/utilities.py:217 msgid "MB" msgstr "KAṬ" #: ../raphodo/utilities.py:218 msgid "GB" msgstr "GAṬ" #: ../raphodo/utilities.py:219 msgid "TB" msgstr "" #: ../raphodo/utilities.py:220 msgid "PB" msgstr "" #: ../raphodo/utilities.py:221 msgid "EB" msgstr "" #: ../raphodo/utilities.py:222 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:223 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:486 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:570 msgid "one" msgstr "" #: ../raphodo/utilities.py:571 msgid "two" msgstr "" #: ../raphodo/utilities.py:572 msgid "three" msgstr "" #: ../raphodo/utilities.py:573 msgid "four" msgstr "" #: ../raphodo/utilities.py:574 msgid "five" msgstr "" #: ../raphodo/utilities.py:575 msgid "six" msgstr "seá¸is" #: ../raphodo/utilities.py:576 msgid "seven" msgstr "sa" #: ../raphodo/utilities.py:577 msgid "eight" msgstr "" #: ../raphodo/utilities.py:578 msgid "nine" msgstr "" #: ../raphodo/utilities.py:579 msgid "ten" msgstr "" #: ../raphodo/utilities.py:580 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:581 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:582 msgid "thirteen" msgstr "mraw krad" #: ../raphodo/utilities.py:583 msgid "fourteen" msgstr "mraw kuẓ" #: ../raphodo/utilities.py:584 msgid "fifteen" msgstr "mraw semmus" #: ../raphodo/utilities.py:585 msgid "sixteen" msgstr "mraw sá¸is" #: ../raphodo/utilities.py:586 msgid "seventeen" msgstr "mraw sa" #: ../raphodo/utilities.py:587 msgid "eighteen" msgstr "mraw á¹­am" #: ../raphodo/utilities.py:588 msgid "ninenteen" msgstr "mraw tza" #: ../raphodo/utilities.py:589 msgid "twenty" msgstr "sin imrawen" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&OK" msgstr "&Ih" #: ../raphodo/ui/viewutils.py:680 ../raphodo/ui/viewutils.py:700 msgid "&Save" msgstr "&ekles" #: ../raphodo/ui/viewutils.py:681 msgid "&Help" msgstr "&Tallalt" #: ../raphodo/ui/viewutils.py:682 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:683 ../raphodo/ui/viewutils.py:701 msgid "&Yes" msgstr "&Ih" #: ../raphodo/ui/viewutils.py:684 ../raphodo/ui/viewutils.py:702 msgid "&No" msgstr "&Ala" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:105 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:109 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:115 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:309 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:314 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:321 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:390 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:403 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:558 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:562 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:566 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:570 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:594 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:596 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:598 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:638 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:652 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1459 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1463 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1606 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1612 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/po/nb.po0000644000175000017500000057203400000000000016537 0ustar00damondamon# Norwegian Bokmal translation for rapid # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2010. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2022-03-02 13:05+0000\n" "PO-Revision-Date: 2022-02-21 17:12+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: 2022-03-05 16:16+0000\n" "X-Generator: Launchpad (build 61f4697954ab70d633d14d8ceecff69a20b08a6b)\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:406 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:642 ../install.py:4330 msgid "Installer not found:" msgstr "Fant ikke installasjonsfil:" #. Translators: do not translate the term tar.gz #: ../install.py:646 ../install.py:4334 msgid "Installer not in tar.gz format:" msgstr "Installasjonsfilen er ikke i formatet tar.gz:" #: ../install.py:728 ../install.py:757 ../install.py:4210 ../install.py:4215 msgid "Exiting..." msgstr "Avslutter …" #: ../install.py:979 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:1065 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:1357 ../install.py:4290 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:1467 #, 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:1610 msgid "The following command will be run:" msgstr "Følgende kommando vil bli kjørt:" #. Translators: do not translate the term sudo #: ../install.py:1614 ../install.py:3834 ../install.py:3841 msgid "sudo may prompt you for the sudo password." msgstr "du kan bli forespurt om ditt sudo passord." #: ../install.py:1618 msgid "Would you like to run the command now?" msgstr "Vil du kjøre kommandoen nÃ¥?" #: ../install.py:1620 msgid "Answer is not yes, exiting." msgstr "Svaret er ikke ja, avslutter." #: ../install.py:1631 ../install.py:2259 ../install.py:2318 ../install.py:2793 msgid "Command failed" msgstr "Klarte ikke Ã¥ kjøre kommandoen" #: ../install.py:1633 ../install.py:2260 ../install.py:2319 ../install.py:2794 msgid "Exiting" msgstr "Avslutter" #: ../install.py:1661 msgid "The Universe repository must be enabled." msgstr "Pakkekilden «Universe» mÃ¥ være aktivert." #. Translators: do not translate the term EPEL #: ../install.py:1701 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:1749 msgid "The RPM Fusion Free repository must be enabled." msgstr "Pakkekilden «RPM Fusion Free» mÃ¥ være aktivert." #: ../install.py:1790 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:2237 ../install.py:2267 ../install.py:2299 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:2252 msgid "Uninstalling system package" msgstr "" #: ../install.py:2277 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:2324 msgid "Checking if previous version installed with pip..." msgstr "Kontrollerer om forrige versjon var installert med pip ..." #: ../install.py:2477 ../install.py:2534 ../install.py:2650 msgid "The following package is unknown on your system: {}\n" msgstr "Følgende pakke er ukjent pÃ¥ systemet ditt: {}\n" #: ../install.py:2548 ../install.py:2706 ../install.py:2803 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:2642 ../install.py:2663 msgid "Querying installed and available packages (this may take a while)" msgstr "" "Kontrollerer installerte og tilgjengelige pakker (dette kan ta en stund)" #: ../install.py:2785 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:2852 msgid "Query to confirm action at each step." msgstr "Spør om Ã¥ bekrefte handling for hvert trinn." #: ../install.py:2862 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:2873 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:2923 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:2931 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:2937 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:2942 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:2950 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:2958 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:2982 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:3000 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:3011 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:3048 msgid "Failed to download versions file." msgstr "Klarte ikke Ã¥ laste ned versjonsfilen." #: ../install.py:3053 msgid "Got error code {} while accessing versions file" msgstr "Fikk feilkode {} ved henting av versjonsfilen" #: ../install.py:3170 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:3324 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:3330 msgid "Received error code" msgstr "Fikk feilkode" #: ../install.py:3332 msgid "Failed to install application requirements: exiting." msgstr "Klarte ikke Ã¥ installere programkrav; avslutter." #: ../install.py:3334 msgid "Failed to install application: exiting..." msgstr "Klarte ikke Ã¥ installere programmer; avslutter ..." #: ../install.py:3658 msgid "Installing application requirements..." msgstr "Installerer programkrav ..." #: ../install.py:3693 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #: ../install.py:3710 msgid "Installing application..." msgstr "Installerer programmet ..." #: ../install.py:3797 msgid "Do you want Rapid Photo Downloader to appear in the Windows menu?" msgstr "" #: ../install.py:3803 msgid "Adding Rapid Photo Downloader to the Windows menu" msgstr "" #: ../install.py:3813 msgid "Failed to copy application launcher." msgstr "" #: ../install.py:3824 msgid "Man pages can be found in {}/share/man/man1" msgstr "Man-pages finnes under {}/share/man/man1" #: ../install.py:3829 msgid "Do you want to install the application's man pages?" msgstr "Vil du installere manualsider for programmet?" #: ../install.py:3830 msgid "They will be installed into {}" msgstr "De vil bli installert til {}" #: ../install.py:3832 ../install.py:3839 msgid "If you uninstall the application, remove these manpages yourself." msgstr "Hvis du avinstallerer programmet, mÃ¥ du fjerne manualsidene manuelt." #: ../install.py:3835 msgid "Do want to install the man pages?" msgstr "Vil du installere manualsidene?" #: ../install.py:3837 msgid "Installing man pages into {}" msgstr "Installerer manualsidene til {}" #: ../install.py:3855 msgid "Failed to create man page directory: exiting." msgstr "Kunne ikke opprette mappe for manualsider: avslutter." #: ../install.py:3876 msgid "Failed to copy man page." msgstr "Klarte ikke Ã¥ kopiere manualsidene." #: ../install.py:3915 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:3928 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:3934 msgid "" "You may have to restart WSL to be able to run the program from the command " "line." msgstr "" #: ../install.py:3944 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line." msgstr "" #: ../install.py:3949 #, 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:3971 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" "(Om det oppstÃ¥r en segmenteringsfeil ved avslutning kan den ignoreres ...)" #: ../install.py:3973 msgid "Done." msgstr "" #: ../install.py:3987 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:4043 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" #. Translators: do not translate the terms --PyQt5-version or --use-system-PyQt5 #: ../install.py:4055 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:4067 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:4081 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:4097 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:4111 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:4124 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:4134 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:4139 ../install.py:4153 msgid "Do not include any other command line arguments when specifying" msgstr "Ikke ta med noen andre kommandolinjeparametre nÃ¥r du angir" #: ../install.py:4172 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:4180 msgid "Restarting script using system python..." msgstr "Starter skriptet pÃ¥ nytt med systemets python-utgave ..." #: ../install.py:4193 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:4231 msgid "To continue, the package python3-apt must be installed." msgstr "For Ã¥ fortsette mÃ¥ pakken python3-apt være installert." #: ../install.py:4263 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:4275 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:4324 msgid "Installing python requests" msgstr "Installerer python requests" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "Oppgrader Rapid Photo Downloader" #: ../upgrade.py:647 ../raphodo/ui/viewutils.py:679 #: ../raphodo/ui/viewutils.py:699 msgid "&Cancel" msgstr "&Avbryt" #: ../upgrade.py:651 msgid "&Upgrade" msgstr "&Oppgrader" #: ../upgrade.py:656 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "Klikk oppgrader-knappen for Ã¥ oppgradere til versjon %s." #: ../upgrade.py:659 msgid "Click the Upgrade button to start the upgrade." msgstr "Klikk pÃ¥ oppgrader-knappen for Ã¥ starte oppgraderingen." #: ../upgrade.py:662 ../upgrade.py:668 ../raphodo/ui/viewutils.py:678 #: ../raphodo/ui/viewutils.py:698 msgid "&Close" msgstr "&Lukk" #: ../upgrade.py:663 msgid "&Run" msgstr "&Kjør" #: ../upgrade.py:693 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "Lukk Rapid Photo Downloader før du oppgraderer." #: ../upgrade.py:696 msgid "Upgrade running..." msgstr "Oppgraderer …" #: ../upgrade.py:732 #, 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:737 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:741 msgid "Upgrade failed. Click Close to exit." msgstr "Oppgradering mislyktes. Klikk lukk for Ã¥ avslutte." #: ../upgrade.py:11330 #, python-format msgid "Upgrading %s..." msgstr "Oppgraderer %s …" #: ../upgrade.py:11332 msgid "Press any key to continue..." msgstr "Trykk pÃ¥ en tast for Ã¥ fortsette …" #: ../upgrade.py:11345 msgid "Rapid Photo Downloader upgrade failed" msgstr "Oppgradering av Rapid Photo Downloader feilet" #: ../upgrade.py:11347 #, 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/ui/aboutdialog.py:334 msgid "Credits" msgstr "Medvirkende" #: ../raphodo/ui/aboutdialog.py:339 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:280 msgid "Backups are not configured" msgstr "Sikkerhetskopiering er ikke konfigurert" #: ../raphodo/ui/backuppanel.py:282 msgid "No backup devices detected" msgstr "Fant ingen enheter for sikkerhetskopiering" #: ../raphodo/ui/backuppanel.py:285 msgid "Valid backup locations not yet specified" msgstr "Ingen gyldige steder for sikkerhetskopier er angitt" #: ../raphodo/ui/backuppanel.py:465 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Du kan ta sikkerhetskopi av bilder og videoer til flere steder etter hvert " "som de lastes ned, f.eks. til eksterne harddisker." #: ../raphodo/ui/backuppanel.py:473 msgid "Back up photos and videos when downloading" msgstr "Ta sikkerhetskopi av bilder og video ved nedlasting" #: ../raphodo/ui/backuppanel.py:479 msgid "Automatically detect backup devices" msgstr "Oppdag enheter for sikkerhetskopiering automatisk" #: ../raphodo/ui/backuppanel.py:485 msgid "" "Specify the folder in which backups are stored on the " "device.

      Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" "Angi mappen hvor sikkerhetskopier skal lagres på enheten.
      br>Merk: " "Tilstedeværelsen av en mappe med dette navnet avgjør om enheten skal brukes " "til sikkerhetskopieringer. For hver enhet du vil sikkerhetskopiere til lager " "du en mappe med et av disse mappenavnene. Ved Ã¥ legge til begge mappene kan " "samme enheten brukes til Ã¥ sikkerhetskopiere bÃ¥de bilder og videoer." #: ../raphodo/ui/backuppanel.py:500 msgid "Photo folder name:" msgstr "Navn pÃ¥ bildemappen:" #: ../raphodo/ui/backuppanel.py:505 msgid "Video folder name:" msgstr "Navn pÃ¥ videomappen:" #: ../raphodo/ui/backuppanel.py:510 ../raphodo/ui/nameeditor.py:1000 #: ../raphodo/ui/renamepanel.py:141 msgid "Example:" msgstr "Eksempel:" #: ../raphodo/ui/backuppanel.py:521 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" "Om du skrur av automatisk oppdaging, mÃ¥ du angi plasseringer for " "sikkerhetskopier." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:532 msgid "Photo backup location:" msgstr "Skkerhetskopier bilder til:" #: ../raphodo/ui/backuppanel.py:542 msgid "Select Photo Backup Location" msgstr "Velg sted for sikkerhetskopi av bilder" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:554 msgid "Video backup location:" msgstr "Skkerhetskopier videoer til:" #: ../raphodo/ui/backuppanel.py:560 msgid "Select Video Backup Location" msgstr "Velg sted for sikkerhetskopi av videoer" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:676 msgid "drive1" msgstr "lagringsenhet1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:679 msgid "drive2" msgstr "lagringsenhet2" #: ../raphodo/ui/backuppanel.py:746 msgid "Projected Backup Storage Use" msgstr "AnslÃ¥tt lagringsbruk for sikkerhetskopiering" #: ../raphodo/ui/backuppanel.py:751 msgid "Backup Options" msgstr "Alternativer for sikkerhetskopiering" #: ../raphodo/copyfiles.py:610 msgid "video THM" msgstr "video THM" #: ../raphodo/copyfiles.py:620 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:104 ../raphodo/ui/devicedisplay.py:1408 #: ../raphodo/rpdfile.py:310 #, 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:112 ../raphodo/ui/devicedisplay.py:1414 #: ../raphodo/rpdfile.py:298 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s Videoer" #: ../raphodo/ui/destinationdisplay.py:123 msgid "Used" msgstr "Brukt" #: ../raphodo/ui/destinationdisplay.py:124 msgid "Excess" msgstr "Overflødig" #: ../raphodo/ui/destinationdisplay.py:133 ../raphodo/ui/devicedisplay.py:1440 msgid "Device size unknown" msgstr "Ukjent enhetsstørrelse" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:146 #, python-format msgid "No space free on %(size_total)s device" msgstr "Ingen ledig plass pÃ¥ %(size_total)s enhet" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:156 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s ledig av %(size_total)s" #: ../raphodo/ui/destinationdisplay.py:230 ../raphodo/ui/destinationpanel.py:74 #: ../raphodo/ui/devicedisplay.py:625 ../raphodo/rapid.py:2641 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:960 msgid "Photos" msgstr "Bilder" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:231 ../raphodo/ui/destinationpanel.py:78 #: ../raphodo/ui/devicedisplay.py:626 ../raphodo/rapid.py:2642 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:988 #: ../raphodo/storage/storage.py:602 msgid "Videos" msgstr "Videoklipp" #: ../raphodo/ui/destinationdisplay.py:232 msgid "Projected storage use after download" msgstr "AnslÃ¥tt lagringsbruk etter nedlasting" #. Translators: Custom refers to the user choosing a non-default value that #. they customize themselves #: ../raphodo/ui/destinationdisplay.py:355 ../raphodo/ui/nameeditor.py:587 msgid "Custom..." msgstr "Tilpasset …" #: ../raphodo/ui/destinationdisplay.py:774 msgid "Configure photo subfolder creation" msgstr "Konfigurer oppretting av bildeundermapper" #: ../raphodo/ui/destinationdisplay.py:776 msgid "Configure video subfolder creation" msgstr "Konfigurer oppretting av videoundermapper" #: ../raphodo/ui/destinationpanel.py:90 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:113 ../raphodo/ui/destinationpanel.py:125 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1294 msgid "Probing device..." msgstr "Undersøker enhet ..." #: ../raphodo/ui/devicedisplay.py:1309 msgid "Temporarily ignore this device" msgstr "Ignorer denne enheten midlertidig" #: ../raphodo/ui/devicedisplay.py:1313 msgid "Permanently ignore this device" msgstr "Ignorer denne enheten permanent" #: ../raphodo/ui/devicedisplay.py:1316 msgid "Rescan" msgstr "Skann pÃ¥ nytt" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1437 #, python-format msgid "%s full" msgstr "%s full" #: ../raphodo/ui/devicedisplay.py:1457 msgid "Other" msgstr "Annet" #: ../raphodo/devices.py:603 ../raphodo/devices.py:604 msgid "Cameras" msgstr "Kameraer" #: ../raphodo/devices.py:605 ../raphodo/devices.py:1256 #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 ../raphodo/rapid.py:2490 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:1006 #, 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:1073 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1229 ../raphodo/rapid.py:2213 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:1280 ../raphodo/devices.py:1300 #, 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:1318 #, 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:1326 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s enheter" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1652 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" "Klikk i avkryssingsboksen for en fil for Ã¥ merke eller avmerke den for " "nedlasting." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "Filer som allerede er lastet ned, blir husket. Du kan fortsatt markere " "tidligere nedlastede filer for Ã¥ laste dem ned igjen, men de er ikke merket " "som standard, og deres miniatyrbilder er dimmet slik at du kan skille dem " "fra filer som ennÃ¥ ikke er lastet ned." #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" "Hvis mer enn en fil er valgt, vil de alle fÃ¥ merket til filen hvis " "avkryssingsboks ble klikket, uavhengig av om de tidligere hadde et merke " "eller ikke." #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" "Klikk i avkryssingsruten for en enhet for Ã¥ raskt merke eller avmerke alle " "dens filer for nedlasting." #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" "Etter en nedlasting vil et ikon erstatte avkryssingsboksen for " "miniatyrbildet. Ikonets farge indikerer om nedlastingen var vellykket " "(grønn), om det var et problem ved navngiving (gul/oransje), eller mislyktes " "(rød)." #: ../raphodo/ui/didyouknow.py:91 msgid "" "\n" "In case of any problems, a red icon will appear at the bottom of the window " "indicating \n" "how many error reports there are. Clicking on it opens the Error Report " "window." msgstr "" "\n" "Om det oppstÃ¥r 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." #: ../raphodo/ui/didyouknow.py:97 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." 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." #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" "Du kan laste ned fra flere kameraer, smarttelefoner, minnekort og harddisker " "samtidig—sÃ¥ mange enheter som datamaskinen kan hÃ¥ndtere pÃ¥ en gang." #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" "Tidslinjen grupperer bilder og videoer basert pÃ¥ hvor mye tid som er " "gÃ¥tt mellom pÃ¥følgende bilder og videoer. Bruk den for Ã¥ finne bilder og " "videoer tatt pÃ¥ ulike perioder i løpet av samme dag eller over flere dager." #: ../raphodo/ui/didyouknow.py:123 msgid "" "\n" "

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

      \n" "

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

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

      " #: ../raphodo/ui/didyouknow.py:133 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" "For å vise bilder og videoer innenfor et bestemt tidsrom, bruk musen " "(alternativt i kombinasjon med tastene Shift eller Ctrl) " "for å velge tidsintervaller. Når et tidsrom er valgt vil tidslinjeknappen " "til venstre i hovedvinduet bli uthevet." #: ../raphodo/ui/didyouknow.py:140 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" "En nedlasting inneholder alltid alle filer som er merket for nedlasting, " "inkludert de som ikke vises for øyeblikket fordi tidslinjen er i bruk." #: ../raphodo/ui/didyouknow.py:147 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" "Du kan skjule eller vise nedlastingskildene ved å klikke på navnet på " "enheten du laster ned fra øverst til venstre i programvinduet." #: ../raphodo/ui/didyouknow.py:154 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 \n" "metadata (where 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 \n" "raw images, for instance.
      8. \n" "
      9. File Type: photo or video.
      10. \n" "
      11. Device: name of the device the photos and videos are being " "downloaded \n" "from.
      12. \n" "
      " msgstr "" "\n" "Miniatyrbilder kan sorteres på en rekke kriterier:\n" "
        \n" "
      1. Endringstidspunkt: når 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/ui/didyouknow.py:172 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" "En av de mest nyttige funksjonene i Rapid Photo Downloader er muligheten til " "å automatisk generere nedlastingsundermapper og å endre filnavn under " "nedlasting, ved å bruke en organisering som passer deg." #: ../raphodo/ui/didyouknow.py:178 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:185 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 \n" "illustration below, the destination folders are "Pictures" and \n" ""Videos". The name of the destination folder is displayed in the " "grey bar \n" "directly above the folder tree, with a folder icon to its left and a gear " "icon to \n" "its far right.
      2. \n" "
      3. The download subfolders, which are directories that will be " "automatically \n" "generated by Rapid Photo Downloader. They need not already exist on your " "computer, but \n" "it's okay if they do. They will be generated under the destination " "folder.
      4. \n" "
      " msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a \n" "different destination folder for each. The same applies to the download " "subfolders for \n" "photos and videos—download photos and videos to the same subfolders, " "or use a \n" "different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:211 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" "Automatiske genererte nedlastingsundermapper kan inneholde ytterligere " "automatisk genererte undermapper om nødvendig. En vanlig organisering er Ã¥ " "lage en Ã¥rsundermappe og deretter en serie undermapper med Ã¥r-mÃ¥ned-dag " "under denne." #: ../raphodo/ui/didyouknow.py:220 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to \n" "download:\n" "
        \n" "
      1. The destination folder tree shows the download subfolders already on " "your computer \n" "(those in a regular, non-italicized font), and the subfolders that will be " "created \n" "during the download (those whose names are italicized).
      2. \n" "
      3. The folder tree also shows into which subfolders the files will be " "downloaded \n" "(those colored black).
      4. \n" "
      " msgstr "" #: ../raphodo/ui/didyouknow.py:235 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following \n" "elements:\n" "
        \n" "
      1. File metadata, very often including the date the photo or video " "was created, \n" "but might also include the camera model name, camera serial number, or file " "extension \n" "e.g. JPG or CR2.
      2. \n" "
      3. A Job Code, which is free text you specify at the time the " "download occurs, \n" "such as the 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 \n" "format makes it easy to keep them sorted in a file manager, which is why " "it's the \n" "default option:" msgstr "" "\n" "Nedlastingsundermappers navn generes vanligvis ved hjelp av noen eller alle " "følgende elementer:\n" "
        \n" "
      1. Metadata, inkluderer veldig ofte datoen for når 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 måned og dag i numerisk " "format er det \n" "enkelt å sortere dem i en filbehandler, derfor er dette standardvalget:" #: ../raphodo/ui/didyouknow.py:254 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 \n" "preset. Click on the gear icon to bring up a drop-down menu:" msgstr "" "\n" "For å lage nedlastingsundermapper automatisk når 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:" #: ../raphodo/ui/didyouknow.py:261 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to \n" "configure your own scheme. You create your own schemes using the Photo or " "Video \n" "Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:270 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:276 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" "Denne illustrasjonen viser et tilpasset forvalg kalt «My custom preset»." #: ../raphodo/ui/didyouknow.py:282 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 \n" "and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:291 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 \n" "choices to generate new combinations. Supposing you wanted a date format " "that combines \n" "year (YYYY), a hyphen, and month (MM) to form YYYY-MM. You can create it " "like this \n" "(note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:300 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names \n" "in the \n" "online " "\n" "documentation." msgstr "" "\n" "Les mer om alle måtene du kan generere navn på undermapper og filer i vår online " "dokumentasjon." #: ../raphodo/ui/didyouknow.py:309 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. \n" "You can use them in subfolder and file names. In this illustration, some " "files have had \n" "the Job Code "Street" applied to them, and the selected files are " "about to \n" "get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:317 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 \n" "prompted to enter a Job Code for them before the download begins." msgstr "" #: ../raphodo/ui/didyouknow.py:324 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:327 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" "Hintene vil variere avhengig av konteksten, for eksempel når musepekeren " "holdes over en knapp." #: ../raphodo/ui/didyouknow.py:333 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!" msgstr "" #: ../raphodo/ui/didyouknow.py:340 msgid "" "\n" "

      Four types of sequence values are available to help you assign unique " "names to your \n" "photos and 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 \n" "last time the 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 \n" "documentation.

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

      The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature \n" "on your 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 \n" "are detected, the same sequence numbers will be applied to both photo names. " "F\n" "urthermore, sequences will be updated as if the photos were one.

      \n" "

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

      \n" msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are \n" "downloaded, such as external hard drives or network shares. Backup devices " "can be \n" "automatically detected, or exact backup locations specified." msgstr "" "\n" "Du kan ta sikkerhetskopi av bilder og videoer til flere steder etter hvert " "som de lastes ned, f.eks. til eksterne harddisker." #: ../raphodo/ui/didyouknow.py:385 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:391 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including \n" "download sources, destinations, and backups. Additionally, settings can be " "reset to \n" "their default state, and caches and remembered files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:396 msgid "You can also import program preferences from the older 0.4 version." msgstr "" "Du kan også importere programinnstillinger fra den eldre 0.4-versjonen." #: ../raphodo/ui/didyouknow.py:401 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 \n" "your cameras, memory cards, and other devices.
      2. \n" "
      3. A temporary cache of files downloaded from a camera, one for " "photos and \n" "another for videos. They are located in temporary subfolders in the download " "\n" "destination.
      4. \n" "
      5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores \n" "thumbnails of RAW and TIFF photos once they have been downloaded. File " "browsers like \n" "Gnome Files use this cache as well, meaning they too will display thumbnails " "for those \n" "files. \n" "
      6. \n" "
      \n" "Read more about these caches and their effect on download performance in the " "online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:459 msgid "Tip of the Day" msgstr "Dagens tips" #: ../raphodo/ui/didyouknow.py:467 msgid "Did you know...?" msgstr "Visste du at... ?" #: ../raphodo/ui/didyouknow.py:498 msgid "Show tips on startup" msgstr "Vis tips ved oppstart" #: ../raphodo/ui/didyouknow.py:502 msgid "&Next" msgstr "&Neste" #: ../raphodo/ui/didyouknow.py:503 msgid "&Previous" msgstr "&Forrige" #: ../raphodo/downloadtracker.py:454 msgid "MB/sec" msgstr "MB/sek" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:584 msgid "A few seconds" msgstr "Et par sekunder" #: ../raphodo/downloadtracker.py:643 msgid "1 second" msgstr "1 sekund" #: ../raphodo/downloadtracker.py:645 #, python-format msgid "%d seconds" msgstr "%d sekunder" #: ../raphodo/downloadtracker.py:650 msgid "1 minute" msgstr "1 minutt" #: ../raphodo/downloadtracker.py:652 #, python-format msgid "%d minutes" msgstr "%d minutter" #: ../raphodo/downloadtracker.py:657 ../raphodo/downloadtracker.py:839 msgid "1 hour" msgstr "1 time" #: ../raphodo/downloadtracker.py:659 #, python-format msgid "%d hours" msgstr "%d timer" #: ../raphodo/downloadtracker.py:664 ../raphodo/downloadtracker.py:869 #: ../raphodo/downloadtracker.py:877 msgid "1 day" msgstr "1 dag" #: ../raphodo/downloadtracker.py:666 #, python-format msgid "%d days" msgstr "%d dager" #: ../raphodo/downloadtracker.py:845 msgid "1 minute, 1 second" msgstr "1 minutt, 1 sekund" #: ../raphodo/downloadtracker.py:847 #, python-format msgid "1 minute, %d seconds" msgstr "1 minutt, %d sekunder" #: ../raphodo/downloadtracker.py:850 #, python-format msgid "%d minutes, 1 second" msgstr "%d minutter, 1 sekund" #: ../raphodo/downloadtracker.py:852 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d minutter, %(seconds)d sekunder" #: ../raphodo/downloadtracker.py:884 msgid "1 hour, 1 minute" msgstr "1 time, 1 minutt" #: ../raphodo/downloadtracker.py:886 #, python-format msgid "1 hour, %d minutes" msgstr "1 time, %d minutter" #: ../raphodo/downloadtracker.py:889 #, python-format msgid "%d hours, 1 minute" msgstr "%d timer, 1 minutt" #: ../raphodo/downloadtracker.py:891 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d timer, %(minutes)d minutter" #: ../raphodo/downloadtracker.py:918 msgid "1 day, 1 hour" msgstr "1 dag, 1 time" #: ../raphodo/downloadtracker.py:920 #, python-format msgid "1 day, %d hours" msgstr "1 dag, %d timer" #: ../raphodo/downloadtracker.py:923 #, python-format msgid "%d days, 1 hour" msgstr "%d dager, 1 time" #: ../raphodo/downloadtracker.py:925 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d dager, %(hours)d timer" #: ../raphodo/errorlog.py:80 msgid "Find" msgstr "Finn" #: ../raphodo/errorlog.py:150 msgid "Error Reports - Rapid Photo Downloader" msgstr "Feilmeldinger - Rapid Photo Downloader" #: ../raphodo/errorlog.py:187 msgid "Find in reports" msgstr "Finn i rapporter" #: ../raphodo/errorlog.py:206 msgid "Find the previous occurrence of the phrase" msgstr "Finn den forrige forekomsten av uttrykket" #: ../raphodo/errorlog.py:211 msgid "Find the next occurrence of the phrase" msgstr "Finn den neste forekomsten av uttrykket" #: ../raphodo/errorlog.py:213 msgid "&Highlight All" msgstr "&Utheve alt" #: ../raphodo/errorlog.py:214 msgid "Highlight all occurrences of the phrase" msgstr "Utheve alle forekomstene av uttrykket" #: ../raphodo/errorlog.py:215 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:216 msgid "Search with case sensitivity" msgstr "Skill mellom store/små bokstaver" #: ../raphodo/errorlog.py:217 msgid "&Whole Words" msgstr "&Hele ord" #: ../raphodo/errorlog.py:218 msgid "Search whole words only" msgstr "Søk kun etter hele ord" #: ../raphodo/errorlog.py:229 ../raphodo/errorlog.py:371 #, 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:234 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:256 msgid "Clear" msgstr "Fjern" #: ../raphodo/errorlog.py:357 msgid "Phrase not found" msgstr "Fant ikke uttrykket" #: ../raphodo/errorlog.py:516 msgid "Search pending..." msgstr "Søk i gang …" #: ../raphodo/errorlog.py:567 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:50 #, python-brace-format msgid "" "Please report the problem at {website}.

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

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

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

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

      Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:88 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:182 msgid "Problem in Rapid Photo Downloader" msgstr "Problem i Rapid Photo Downloader" #: ../raphodo/excepthook.py:186 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:189 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:216 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "Det oppstod en feil i Rapid Photo Downloader\n" #: ../raphodo/excepthook.py:218 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:173 ../raphodo/thumbnaildisplay.py:2254 msgid "Open in File Browser..." msgstr "Åpne i filbehandler ..." #. type: Optional[QModelIndex] #: ../raphodo/ui/filebrowse.py:179 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:183 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:140 msgid "File System" msgstr "Filsystem" #: ../raphodo/foldercombo.py:181 msgid "Other..." msgstr "Andre …" #: ../raphodo/foldercombo.py:272 #, python-format msgid "%s (location does not exist)" msgstr "%s (plasseringen finnes ikke)" #: ../raphodo/generatenameconfig.py:206 msgid "Date time" msgstr "Dato tid" #: ../raphodo/generatenameconfig.py:207 msgid "Text" msgstr "Tekst" #: ../raphodo/generatenameconfig.py:208 ../raphodo/rapid.py:2608 msgid "Filename" msgstr "Filnavn" #: ../raphodo/generatenameconfig.py:209 #: ../raphodo/prefs/preferencedialog.py:994 msgid "Metadata" msgstr "Metadata" #: ../raphodo/generatenameconfig.py:210 msgid "Sequences" msgstr "Sekvenser" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:213 msgid "Job code" msgstr "Oppdragsnavn" #: ../raphodo/generatenameconfig.py:214 msgid "Image date" msgstr "Bildedato" #: ../raphodo/generatenameconfig.py:215 msgid "Video date" msgstr "Video dato" #: ../raphodo/generatenameconfig.py:216 msgid "Today" msgstr "I dag" #: ../raphodo/generatenameconfig.py:217 msgid "Yesterday" msgstr "I går" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:220 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:223 msgid "Name" msgstr "Filnavn" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 ../raphodo/rapid.py:2609 msgid "Extension" msgstr "Filtype" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 msgid "Image number" msgstr "Bildenummer" #: ../raphodo/generatenameconfig.py:230 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:233 msgid "Aperture" msgstr "Blender" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 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:242 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:245 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:248 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:251 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:254 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:257 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:260 msgid "Shutter count" msgstr "Eksponeringsteller" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:262 msgid "File number" msgstr "Filnummer" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:264 msgid "Folder only" msgstr "Bare mappe" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:266 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:269 msgid "Owner name" msgstr "Eiernavn" #: ../raphodo/generatenameconfig.py:270 msgid "Codec" msgstr "Kodek" #: ../raphodo/generatenameconfig.py:271 msgid "Width" msgstr "Bredde" #: ../raphodo/generatenameconfig.py:272 msgid "Height" msgstr "Høyde" #: ../raphodo/generatenameconfig.py:273 msgid "Length" msgstr "Lengde" #: ../raphodo/generatenameconfig.py:274 msgid "Frames Per Second" msgstr "Bilder per sekund" #: ../raphodo/generatenameconfig.py:275 msgid "Artist" msgstr "Kunstner" #: ../raphodo/generatenameconfig.py:276 msgid "Copyright" msgstr "Opphavsrett" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:279 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:282 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:285 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:288 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:291 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:294 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:297 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:300 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:303 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:306 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:309 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:312 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:315 msgid "lowercase" msgstr "små bokstaver" #: ../raphodo/generatenameconfig.py:316 msgid "One digit" msgstr "Ett tall" #: ../raphodo/generatenameconfig.py:317 msgid "Two digits" msgstr "To tall" #: ../raphodo/generatenameconfig.py:318 msgid "Three digits" msgstr "Tre tall" #: ../raphodo/generatenameconfig.py:319 msgid "Four digits" msgstr "Fire tall" #: ../raphodo/generatenameconfig.py:320 msgid "Five digits" msgstr "Fem Tall" #: ../raphodo/generatenameconfig.py:321 msgid "Six digits" msgstr "Seks tall" #: ../raphodo/generatenameconfig.py:322 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:325 msgid "Subseconds" msgstr "Delsekunder" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 ../raphodo/generatenameconfig.py:415 msgid "YYYYMMDD" msgstr "ÅÅÅÅMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:416 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:334 ../raphodo/generatenameconfig.py:417 msgid "YYYY_MM_DD" msgstr "ÅÅÅÅ_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 msgid "YYMMDD" msgstr "ÅÅMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 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:343 msgid "YY_MM_DD" msgstr "ÅÅ_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "MMDDYYYY" msgstr "MMDDÅÅÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYY" msgstr "MMDDÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "DDMMYYYY" msgstr "DDMMÅÅÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYY" msgstr "DDMMÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 ../raphodo/generatenameconfig.py:415 #: ../raphodo/generatenameconfig.py:416 ../raphodo/generatenameconfig.py:417 #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:419 msgid "YYYY" msgstr "YYYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 msgid "YY" msgstr "ÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "Month (full)" msgstr "Måned (full)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (abbreviated)" msgstr "Måned (kort)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "HHMMSS" msgstr "TTMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMM" msgstr "TTMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 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:394 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:397 msgid "HH" msgstr "TT" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 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:403 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:415 msgid "Date" msgstr "Dato" #: ../raphodo/generatenameconfig.py:416 msgid "Date (hyphens)" msgstr "Dato (bindestreker)" #: ../raphodo/generatenameconfig.py:417 msgid "Date (underscores)" msgstr "Dato (understreker)" #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:512 #: ../raphodo/generatenameconfig.py:699 msgid "Date and Job Code" msgstr "Dato og oppdragsnavn" #: ../raphodo/generatenameconfig.py:418 msgid "YYYYMM_Job Code" msgstr "ÅÅÅÅMM_Oppdragsnavn" #: ../raphodo/generatenameconfig.py:419 msgid "Date and Job Code Subfolder" msgstr "Dato og oppdragsnavn (undermappe)" #: ../raphodo/generatenameconfig.py:419 msgid "YYYYMM" msgstr "ÅÅÅÅMM" #: ../raphodo/generatenameconfig.py:419 ../raphodo/jobcodepanel.py:279 #: ../raphodo/ui/nameeditor.py:926 ../raphodo/rapid.py:2261 #: ../raphodo/ui/renamepanel.py:93 ../raphodo/ui/renamepanel.py:275 msgid "Job Code" msgstr "Oppdragsnavn" #: ../raphodo/generatenameconfig.py:507 ../raphodo/generatenameconfig.py:694 msgid "Original Filename" msgstr "Opprinnelig filnavn" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "Date-Time and Downloads today" msgstr "Dato-tid og nedlastinger i dag" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "YYYYMMDD-HHMM-1" msgstr "ÅÅÅÅMMDD-TTMM-1" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "Date and Downloads today" msgstr "Dato og nedlastinger i dag" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "YYYYMMDD-1" msgstr "ÅÅÅÅMMDD-1" #: ../raphodo/generatenameconfig.py:510 msgid "Date-Time and Image number" msgstr "Dato-Tid og bildenummer" #: ../raphodo/generatenameconfig.py:510 msgid "YYYYMMDD-1234" msgstr "ÅÅMMDD-1234" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "Date-Time and Job Code" msgstr "Dato-Tid og oppdragsnavn" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "ÅÅÅÅMMDD-TTMM-Oppdragsnavn-1" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:699 msgid "YYYYMMDD-Job Code-1" msgstr "ÅÅÅÅMMDD-Oppdragsnavn-1" #: ../raphodo/generatenameconfig.py:697 msgid "Date-Time and Video number" msgstr "Dato-Tid og videonummer" #: ../raphodo/generatenameconfig.py:697 msgid "YYYYMMDD_1234" msgstr "ÅÅÅÅMMDD_1234" #: ../raphodo/generatenameconfig.py:700 msgid "Resolution" msgstr "Oppløsning" #: ../raphodo/generatenameconfig.py:700 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "ÅÅÅÅMM-TTMM-1-1920x1080" #: ../raphodo/jobcodepanel.py:90 msgid "Enter a new Job Code, or select a previous one" msgstr "Angi et nytt oppdragsnavn, eller velg et du har brukt tidligere" #: ../raphodo/jobcodepanel.py:98 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" "Oppdragsnavnet vil bli brukt på %s som ennå ikke har et oppdragsnavn." #: ../raphodo/jobcodepanel.py:108 #, 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:121 msgid "Apply Job Code to Download" msgstr "Bruk oppdragsnavn på nedlastingen" #: ../raphodo/jobcodepanel.py:123 msgid "Enter a new Job Code" msgstr "Angi et nytt oppdragnavn" #: ../raphodo/jobcodepanel.py:131 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/jobcodepanel.py:144 #, python-format msgid "The new Job Code will be applied to %s." msgstr "Det nye oppdragsnavnet vil bli brukt på %s." #: ../raphodo/jobcodepanel.py:148 msgid "New Job Code" msgstr "Nytt oppdragsnavn" #: ../raphodo/jobcodepanel.py:186 msgid "&Job Code:" msgstr "&Oppdragsnavn:" #: ../raphodo/jobcodepanel.py:190 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:251 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:255 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:259 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:264 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:269 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:278 msgid "Last Used" msgstr "Sist brukt" #: ../raphodo/jobcodepanel.py:283 msgid "Job Code Sort:" msgstr "Sortering av oppdragsnavn:" #: ../raphodo/jobcodepanel.py:286 ../raphodo/rapid.py:2616 msgid "Ascending" msgstr "Stigende" #: ../raphodo/jobcodepanel.py:287 ../raphodo/rapid.py:2617 msgid "Descending" msgstr "Synkende" #: ../raphodo/jobcodepanel.py:297 msgid "&New..." msgstr "&Ny ..." #: ../raphodo/jobcodepanel.py:301 msgid "&Apply" msgstr "&Bruk" #: ../raphodo/jobcodepanel.py:305 msgid "&Remove" msgstr "&Fjern" #: ../raphodo/jobcodepanel.py:309 ../raphodo/prefs/preferencedialog.py:288 #: ../raphodo/prefs/preferencedialog.py:324 #: ../raphodo/prefs/preferencedialog.py:781 msgid "Remove All" msgstr "Fjern alle" #: ../raphodo/jobcodepanel.py:512 msgid "Do you really want to remove all the Job Codes?" msgstr "Vil du virkelig fjerne alle oppdragsnavnene?" #: ../raphodo/jobcodepanel.py:515 msgid "Remove all Job Codes" msgstr "Fjern alle oppdragsnavn" #: ../raphodo/jobcodepanel.py:578 msgid "Job Codes" msgstr "Oppdragsnavn" #: ../raphodo/ui/messagewidget.py:67 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:478 ../raphodo/ui/nameeditor.py:498 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/ui/nameeditor.py:583 msgid "Save New Custom Preset..." msgstr "Lagre nytt tilpasset forvalg ..." #: ../raphodo/ui/nameeditor.py:584 msgid "Remove All Custom Presets..." msgstr "Fjern alle tilpassede forvalg ..." #: ../raphodo/ui/nameeditor.py:630 msgid "(New Custom Preset)" msgstr "(Nytt tilpasset forvalg)" #: ../raphodo/ui/nameeditor.py:647 #, python-format msgid "%s (edited)" msgstr "%s (redigert)" #: ../raphodo/ui/nameeditor.py:650 ../raphodo/ui/nameeditor.py:1558 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "Oppdater tilpasset forvalg «%s»" #: ../raphodo/ui/nameeditor.py:743 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "Lagre nytt tilpasset forvalg - Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:751 msgid "Preset Name:" msgstr "Navn:" #: ../raphodo/ui/nameeditor.py:884 msgid "Photo Subfolder Generation Editor" msgstr "Valg for generering av bildeundermapper" #: ../raphodo/ui/nameeditor.py:892 msgid "Video Subfolder Generation Editor" msgstr "Valg for generering av videoundermapper" #: ../raphodo/ui/nameeditor.py:900 msgid "Photo Renaming Editor" msgstr "Valg for bildeomdøping" #: ../raphodo/ui/nameeditor.py:907 msgid "Video Renaming Editor" msgstr "Valg for videoomdøping" #: ../raphodo/ui/nameeditor.py:936 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" "Advarsel: Det er ikke nok data til å " "kunne generere navnet fullt ut. Vennligst bruk andre alternativer for " "endring av navn." #: ../raphodo/ui/nameeditor.py:954 #, python-format msgid "The character
      %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:964 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:972 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" "Advarsel: Det kan hende at unike " "filnavn ikke genereres. Gjør filnavn unike ved å bruke sekvensverdier." #: ../raphodo/ui/nameeditor.py:999 ../raphodo/ui/renamepanel.py:139 msgid "Preset:" msgstr "Forvalg:" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1082 ../raphodo/ui/nameeditor.py:1105 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/ui/nameeditor.py:1134 ../raphodo/prefs/preferencedialog.py:1083 #: ../raphodo/wsl.py:648 msgid "Get help online..." msgstr "Få hjelp på nettet …" #: ../raphodo/ui/nameeditor.py:1161 msgid "Insert" msgstr "Sett inn" #: ../raphodo/ui/nameeditor.py:1523 msgid "Save Preset - Rapid Photo Downloader" msgstr "Lagre forvalg - Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:1527 msgid "" "Do you want to save the changes in a new custom " "preset?

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

      The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" "Vil du lagre endringene som et nytt tilpasset forvalg?

      Å " "opprette et tilpasset forvalg er ikke påkrevd, men det kan hjelpe deg med å " "holde orden.

      De endrede innstillingene vil bli brukt uavhengig av om " "du lagrer dem som et nytt tilpasset forvalg eller ikke." #: ../raphodo/ui/nameeditor.py:1548 msgid "" "Do you want to save the changes in a custom preset?

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

      The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" "Vil du lagre endringene som et tilpasset forvalg?

      Om du vil så " "kan du lage et nytt tilpasset forvalg eller oppdatere et tilpasset forvalg. " "

      De endrede innstillingene vil bli brukt uavhengig av om du lagrer " "dem som et nytt tilpasset forvalg eller ikke." #: ../raphodo/ui/nameeditor.py:1562 msgid "Save New Custom Preset" msgstr "Lagre nytt tilpasset forvalg" #: ../raphodo/newversion.py:326 msgid "Checking for new version..." msgstr "Ser etter ny versjon ..." #: ../raphodo/newversion.py:327 msgid "You are running the latest version." msgstr "Du kjører den seneste versjonen." #: ../raphodo/newversion.py:328 msgid "Failed to contact the update server." msgstr "Kunne ikke kontakte oppdateringstjeneren." #: ../raphodo/newversion.py:331 #, 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:334 msgid "Do you want to download the new version?" msgstr "Vil du laste ned den nye versjonen?" #: ../raphodo/newversion.py:336 #, 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:366 ../raphodo/newversion.py:385 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:388 msgid "&Open Download Page" msgstr "&Åpne nedlastingssiden" #: ../raphodo/newversion.py:412 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:531 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "%(downloaded)s av %(total)s" #: ../raphodo/newversion.py:553 msgid "Downloading..." msgstr "Laster ned …" #: ../raphodo/prefs/preferencedialog.py:134 msgid "Preferences" msgstr "Innstillinger" #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 msgid "Automation" msgstr "Automatisering" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Thumbnails" msgstr "Miniatyrbilder" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:160 #: ../raphodo/prefs/preferencedialog.py:183 #: ../raphodo/prefs/preferencedialog.py:585 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:184 #: ../raphodo/prefs/preferencedialog.py:649 msgid "Error Handling" msgstr "Feilhåndtering" #: ../raphodo/prefs/preferencedialog.py:162 #: ../raphodo/prefs/preferencedialog.py:185 msgid "Warnings" msgstr "Advarsler" #: ../raphodo/prefs/preferencedialog.py:163 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:164 #: ../raphodo/prefs/preferencedialog.py:186 msgid "Miscellaneous" msgstr "Diverse" #: ../raphodo/prefs/preferencedialog.py:221 msgid "Device Scanning" msgstr "Enhetsskanning" #: ../raphodo/prefs/preferencedialog.py:222 msgid "Scan only external devices" msgstr "Skann kun eksterne enheter" #: ../raphodo/prefs/preferencedialog.py:225 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" "Skann etter bilder og videoer kun på eksterne enheter, inkludert\n" "kameraer, minnekort, eksterne harddisker og USB-minnepinner." #: ../raphodo/prefs/preferencedialog.py:231 msgid "Scan only specific folders on devices" msgstr "Skann kun bestemte mapper på enheten" #: ../raphodo/prefs/preferencedialog.py:233 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Skann bare etter bilder og videoer i mappene som er angitt nedenfor (unntatt " "stier\n" "som er spesifisert i Ignorerte stier).\n" "\n" "Om innstillingen endres blir alle enhetene skannet på nytt." #: ../raphodo/prefs/preferencedialog.py:240 msgid "Folders to scan:" msgstr "Mapper som skal skannes:" #: ../raphodo/prefs/preferencedialog.py:244 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 #: ../raphodo/prefs/preferencedialog.py:310 msgid "Add..." msgstr "Legg til …" #: ../raphodo/prefs/preferencedialog.py:252 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Legg til en mappe i listen over mapper som skal skannes for bilder og " "videoer.\n" "\n" "Om innstillingen endres blir alle enhetene skannet på nytt." #: ../raphodo/prefs/preferencedialog.py:256 #: ../raphodo/prefs/preferencedialog.py:286 #: ../raphodo/prefs/preferencedialog.py:317 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove" msgstr "Fjern" #: ../raphodo/prefs/preferencedialog.py:259 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Fjern en mappe i listen over mapper som skal skannes for bilder og videoer.\n" "\n" "Om innstillingen endres blir alle enhetene skannet på nytt." #: ../raphodo/prefs/preferencedialog.py:278 msgid "Devices that have been set to automatically ignore or download from." msgstr "Enheter som skal automatisk ignoreres eller lastes ned fra." #: ../raphodo/prefs/preferencedialog.py:279 msgid "Remembered Devices" msgstr "Husk enheter" #: ../raphodo/prefs/preferencedialog.py:283 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" "Fjern en enhet fra listen over enheter som skal automatisk ignoreres eller " "lastes ned fra." #: ../raphodo/prefs/preferencedialog.py:290 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" "Tøm listen over enheter som skal automatisk ignoreres eller lastes ned fra. " "\n" "\n" "Merk: Endringer trer i kraft neste gang datamaskinen skannes for enheter." #: ../raphodo/prefs/preferencedialog.py:304 msgid "Ignored Paths" msgstr "Ignorerte stier" #: ../raphodo/prefs/preferencedialog.py:306 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:313 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Legg til en sti i listen over ignorerte stier.\n" "\n" "Om innstillingen endres blir alle enhetene skannet på nytt." #: ../raphodo/prefs/preferencedialog.py:320 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Fjern en sti i fra listen over ignorerte stier.\n" "\n" "Om innstillingen endres blir alle enhetene skannet på nytt." #: ../raphodo/prefs/preferencedialog.py:327 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Tøm listen over ignorerte stier.\n" "\n" "Om innstillingen endres blir alle enhetene skannet på nytt." #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as well. #: ../raphodo/prefs/preferencedialog.py:338 #, python-brace-format msgid "Use python-style regular expressions" msgstr "Bruk python-lignende regulære uttrykk" #: ../raphodo/prefs/preferencedialog.py:345 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Bruk regulære uttrykk i listen over ignorerte stier.\n" "\n" "Om innstillingen endres blir alle enhetene skannet på nytt." #: ../raphodo/prefs/preferencedialog.py:387 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:400 #: ../raphodo/prefs/preferencedialog.py:505 #: ../raphodo/prefs/preferencedialog.py:553 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:408 #: ../raphodo/prefs/preferencedialog.py:575 msgid "* Takes effect upon program restart" msgstr "* Tar effekt etter programmet startes på nytt" #: ../raphodo/prefs/preferencedialog.py:416 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:417 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place the #. carriage return where you think it makes sense so that the tool tip does not #. stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:422 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading at program startup" msgstr "Start nedlasting når programmet starter" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Start downloading upon device insertion" msgstr "Start nedlasting når enheter settes inn" #: ../raphodo/prefs/preferencedialog.py:430 msgid "Unmount (eject) device upon download completion" msgstr "Avmonter (løs ut) enheten etter fullført nedlasting" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program when download completes" msgstr "Avslutt programmet når nedlastingen er ferdig" #: ../raphodo/prefs/preferencedialog.py:433 msgid "Exit program even if download had warnings or errors" msgstr "Avslutt programmet selv om nedlastingen hadde feil eller advarsler" #: ../raphodo/prefs/preferencedialog.py:465 msgid "Thumbnail Generation" msgstr "Generering av miniatyrbilder" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails" msgstr "Generer miniatyrbilder" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Generate thumbnails to show in the main program window" msgstr "Generer miniatyrbilder som vil vises i hovedvinduet" #: ../raphodo/prefs/preferencedialog.py:470 msgid "Cache thumbnails" msgstr "Hurtiglagre miniatyrbilder" #: ../raphodo/prefs/preferencedialog.py:473 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" "Lagre miniatyrbilder vist i hovedprogramvinduet i et hurtiglager unikt for " "Rapid Photo Downloader" #: ../raphodo/prefs/preferencedialog.py:477 msgid "Generate system thumbnails" msgstr "Generer system-miniatyrbilder" #: ../raphodo/prefs/preferencedialog.py:480 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:489 msgid "Number of CPU cores used to generate thumbnails." msgstr "Antall CPU-kjerner som skal brukes for å generere miniatyrbilder." #: ../raphodo/prefs/preferencedialog.py:490 msgid "CPU cores:" msgstr "CPU-kjerner:" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Thumbnail Cache" msgstr "Hurtiglager for miniatyrbilder" #: ../raphodo/prefs/preferencedialog.py:530 msgid "Calculating..." msgstr "Beregner …" #: ../raphodo/prefs/preferencedialog.py:536 msgid "days" msgstr "dager" #: ../raphodo/prefs/preferencedialog.py:537 msgid "forever" msgstr "alltid" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Cache size:" msgstr "Hurtiglagerets størrelse:" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Number of thumbnails:" msgstr "Antall miniatyrbilder:" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Database size:" msgstr "Databasestørrelse:" #: ../raphodo/prefs/preferencedialog.py:550 msgid "Cache unaccessed thumbnails for:" msgstr "Hurtiglagre utilgjengelige miniatyrbilder i:" #: ../raphodo/prefs/preferencedialog.py:559 msgid "Purge Cache..." msgstr "Rens hurtiglager ..." #: ../raphodo/prefs/preferencedialog.py:562 msgid "Optimize Cache..." msgstr "Optimaliser hurtiglager ..." #: ../raphodo/prefs/preferencedialog.py:588 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:598 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:601 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:615 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:629 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Skip download" msgstr "Hopp over nedlasting" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Don't download the file, and issue an error message" msgstr "Ikke last ned filen, og gi en feilmelding" #: ../raphodo/prefs/preferencedialog.py:656 msgid "Add unique identifier" msgstr "Legg til unik identifikator" #: ../raphodo/prefs/preferencedialog.py:659 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" "Legg til en identifikator som _1 eller _2 på slutten av filnavnet, rett før " "filens filtype" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Overwrite" msgstr "Overskriv" #: ../raphodo/prefs/preferencedialog.py:668 msgid "Overwrite the previously backed up file" msgstr "Overskriv den tidligere sikkerhetskopierte filen" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Skip" msgstr "Hopp over" #: ../raphodo/prefs/preferencedialog.py:671 msgid "Don't overwrite the backup file, and issue an error message" msgstr "Ikke overskriv den sikkerhetskopierte filen, og gi en feilmelding" #: ../raphodo/prefs/preferencedialog.py:678 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" "Velg du om du vil hoppe over nedlasting eller legge til en unik " "identifikator når et bilde eller en video med samme navn allerede er lastet " "ned:" #: ../raphodo/prefs/preferencedialog.py:690 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" "Bruk av sekvensnumre til å generere unike filnavn anbefales sterkt. " "Konfigurer endring av filnavn i hovedvinduet." #: ../raphodo/prefs/preferencedialog.py:701 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" "Velg om du skal overskrive en fil på sikkerhetskopienheten som har samme " "navn når du sikkerhetskopierer, eller hoppe over sikkerhetskopiering:" #: ../raphodo/prefs/preferencedialog.py:722 msgid "Program Warnings" msgstr "Programadvarsler" #: ../raphodo/prefs/preferencedialog.py:723 msgid "Show a warning when:" msgstr "Vis en advarsel ved:" #: ../raphodo/prefs/preferencedialog.py:727 msgid "Downloading files currently not displayed" msgstr "Nedlasting av filer som ikke vises for øyeblikket" #: ../raphodo/prefs/preferencedialog.py:730 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" "Advar når du skal til å laste ned filer som ikke vises i hovedvinduet." #: ../raphodo/prefs/preferencedialog.py:734 msgid "Backup destinations are missing" msgstr "Manglende sikkerhetskopieringsmål" #: ../raphodo/prefs/preferencedialog.py:736 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" "Advar før du starter en nedlasting hvis det ikke er mulig å " "sikkerhetskopiere filer." #: ../raphodo/prefs/preferencedialog.py:740 msgid "Program libraries are missing or broken" msgstr "Programbiblioteker mangler eller er skadet" #: ../raphodo/prefs/preferencedialog.py:743 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" "Advar om et programvarebibliotek som brukes av Rapid Photo Downloader " "mangler eller ikke fungerer." #: ../raphodo/prefs/preferencedialog.py:747 msgid "Filesystem metadata cannot be set" msgstr "Metadata for filsystem kan ikke settes" #: ../raphodo/prefs/preferencedialog.py:749 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" "Advar om det oppstår en feil ved å angi metadata for en fil, slik som filens " "endringstidspunkt." #: ../raphodo/prefs/preferencedialog.py:753 msgid "Encountering unhandled files" msgstr "Oppdagelse av uhåndterte filer" #: ../raphodo/prefs/preferencedialog.py:755 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" "Advar etter skanning av en enhet eller denne datamaskinen om det finnes " "ukjente filer som ikke vil bli inkludert under nedlastingen." #: ../raphodo/prefs/preferencedialog.py:760 msgid "Do not warn about unhandled files with extensions:" msgstr "Ikke advar om ubehandlede filer av filtypene:" #: ../raphodo/prefs/preferencedialog.py:765 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" "Filtyper skiller ikke forskjell på små og store bokstaver og behøver ikke et " "punktum foran." #: ../raphodo/prefs/preferencedialog.py:769 msgid "Add" msgstr "Legg til" #: ../raphodo/prefs/preferencedialog.py:771 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" "Legg til filtyper i listen over ubehandlede filtyper det ikke skal advares " "om." #: ../raphodo/prefs/preferencedialog.py:776 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" "Fjern en filtype fra listen over ubehandlede filtyper det ikke skal advares " "om." #: ../raphodo/prefs/preferencedialog.py:783 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "Tøm hele listen over ubehandlede filtyper det ikke skal advares om." #: ../raphodo/prefs/preferencedialog.py:821 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:824 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:827 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Treat matching RAW and JPEG files as:" msgstr "Behandle like RAW og JPEG filer som:" #: ../raphodo/prefs/preferencedialog.py:834 msgid "One photo" msgstr "Ett bilde" #: ../raphodo/prefs/preferencedialog.py:835 msgid "Two photos" msgstr "To bilder" #: ../raphodo/prefs/preferencedialog.py:837 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" "Vis like par av RAW og JPEG bilder som ett bilde og, om merket, last ned " "begge." #: ../raphodo/prefs/preferencedialog.py:842 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" "Vis like par av RAW og JPEG bilder som om de var to forskjellige bilder. Du " "kan fortsatt synkronisere deres sekvensnummer." #: ../raphodo/prefs/preferencedialog.py:851 msgid "With matching RAW and JPEG photos:" msgstr "Med like RAW og JPEG bilder:" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Do not mark JPEG for download" msgstr "Ikke merk JPEG for nedlasting" #: ../raphodo/prefs/preferencedialog.py:854 msgid "Do not mark RAW for download" msgstr "Ikke merk RAW for nedlasting" #: ../raphodo/prefs/preferencedialog.py:855 msgid "Mark both for download" msgstr "Merk begge for nedlasting" #: ../raphodo/prefs/preferencedialog.py:862 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" "Når like RAW og JPEG bilder oppdages, ikke automatisk merk JPEG for\n" "nedlasting. Du kan fortsatt selv merke det for nedlasting." #: ../raphodo/prefs/preferencedialog.py:868 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" "Når like RAW og JPEG bilder oppdages, ikke automatisk merk RAW for\n" "nedlasting. Du kan fortsatt selv merke det for nedlasting." #: ../raphodo/prefs/preferencedialog.py:874 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" "Når like RAW og JPEG bilder oppdager, automatisk merk begge for nedlasting." #: ../raphodo/prefs/preferencedialog.py:880 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:886 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" "Når en nedlastingsenhet blir satt inn mens fullførte nedlastinger vises:" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Clear completed downloads" msgstr "Tøm fullførte nedlastinger" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Keep displaying completed downloads" msgstr "Fortsett å vise fullførte nedlastinger" #: ../raphodo/prefs/preferencedialog.py:906 msgid "Prompt for what to do" msgstr "Spør om hva som skal gjøres" #: ../raphodo/prefs/preferencedialog.py:911 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" "Tøm automatisk visning av fullførte nedlastinger når en ny nedlastingsenhet " "blir satt inn." #: ../raphodo/prefs/preferencedialog.py:916 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" "Fortsett å vise fullførte nedlastinger når en ny nedlastingsenhet blir satt " "inn." #: ../raphodo/prefs/preferencedialog.py:921 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" "Spør om å fortsette å vise fullførte nedlastinger eller fjerne dem når en ny " "nedlastingsenhet blir satt inn." #: ../raphodo/prefs/preferencedialog.py:968 msgid "Version Check" msgstr "Kontroller versjon" #: ../raphodo/prefs/preferencedialog.py:969 msgid "Check for new version at startup" msgstr "Se etter ny versjon ved oppstart" #: ../raphodo/prefs/preferencedialog.py:972 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/prefs/preferencedialog.py:976 msgid "Include development releases" msgstr "Inkluder utviklingsutgivelser" #: ../raphodo/prefs/preferencedialog.py:978 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 når du ser etter en ny " "versjon av programmet.\n" "\n" "Hvis du for øyeblikket kjører en utviklingsversjon, vil dette alltid " "forekomme." #: ../raphodo/prefs/preferencedialog.py:996 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "Ignorer DNG dato/tid metadata på MTP enheter" #: ../raphodo/prefs/preferencedialog.py:999 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" "Ignorer dato/tid metadata i DNG filer plassert på MTP enheter, og bruk i " "stedet filens endringstidspunkt\n" "\n" "Nyttig for enheter som oppretter feil DNG-metadata, slik som noen telefoner " "og nettbrett." #: ../raphodo/prefs/preferencedialog.py:1006 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1008 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1034 msgid "Completed Downloads" msgstr "Fullførte nedlastinger" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1140 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1423 #, python-format msgid "Restores default %s preference values" msgstr "Stiller %s tilbake til standard innstillinger" #: ../raphodo/prefs/preferencedialog.py:1585 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" "Vil du rense hurtiglageret? Hurtiglageret blir renset neste gang programmet " "startes." #: ../raphodo/prefs/preferencedialog.py:1590 msgid "Purge Thumbnail Cache" msgstr "Rens hurtiglager for miniatyrbilder" #: ../raphodo/prefs/preferencedialog.py:1605 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" "Vil du optimalisere hurtiglageret? Hurtiglageret vil bli optimalisert neste " "gang programmet startes." #: ../raphodo/prefs/preferencedialog.py:1610 msgid "Optimize Thumbnail Cache" msgstr "Optimaliser hurtiglager for miniatyrbilder" #: ../raphodo/prefs/preferencedialog.py:1929 msgid "Enter a Folder to Scan" msgstr "Velg en mappe å skanne" #: ../raphodo/prefs/preferencedialog.py:1931 msgid "Specify a folder that will be scanned for photos and videos" msgstr "Velg en mappe som skal skannes for bilder og videoer" #: ../raphodo/prefs/preferencedialog.py:1933 msgid "Folder:" msgstr "Mappe:" #: ../raphodo/prefs/preferencedialog.py:1947 msgid "Enter a Path to Ignore" msgstr "Velg en sti å ignorere" #: ../raphodo/prefs/preferencedialog.py:1949 msgid "Specify a path that will never be scanned for photos or videos" msgstr "Angi en sti som aldri skal skannes for bilder eller videoer" #: ../raphodo/prefs/preferencedialog.py:1951 msgid "Path:" msgstr "Sti:" #: ../raphodo/prefs/preferencedialog.py:1965 msgid "Enter a File Extension" msgstr "Angi en filtype" #: ../raphodo/prefs/preferencedialog.py:1966 msgid "Specify a file extension (without the leading dot)" msgstr "Angi en filtype (uten punktum)" #: ../raphodo/prefs/preferencedialog.py:1967 ../raphodo/ui/renamepanel.py:140 msgid "Extension:" msgstr "Filtype:" #: ../raphodo/prefs/preferencedialog.py:1982 msgid "Invalid File Extension" msgstr "Ugyldig filtype" #: ../raphodo/prefs/preferencedialog.py:1987 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" "Filtypen %s gjenkjennes av Rapid Photo Downloader, så det gir ikke " "mening å advare om dens tilstedeværelse." #: ../raphodo/prefs/preferencedialog.py:1996 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" "Gjenkjente filtyper:\n" "\n" "Bilder:\n" "%(photos)s\n" "\n" "Videoer:\n" "%(videos)s\n" "\n" "Lyd:\n" "%(audio)s\n" "\n" "Annet:\n" "%(other)s" #: ../raphodo/prefs/preferences.py:311 msgid "Wedding" msgstr "Bryllup" #: ../raphodo/prefs/preferences.py:311 msgid "Birthday" msgstr "Fødselsdag" #: ../raphodo/prefs/preferences.py:736 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Innstillinger for undermapper bør ikke starte med %s" #: ../raphodo/prefs/preferences.py:740 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Innstillinger for undermapper bør ikke slutte med %s" #: ../raphodo/prefs/preferences.py:747 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "Innstillinger for undermapper bør ikke ha to %s etter hverandre" #: ../raphodo/ui/primarybutton.py:124 msgid "Download 8 Photos and 10 Videos" msgstr "Last ned 8 bilder og 10 videoer" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Feil: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "Feil: %s" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "GPhoto2-feil: %s" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "Kan ikke lese filen %s" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "Kan ikke skrive filen %s" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "Kan ikke flytte filen %s" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "Kan ikke fjerne filen %s" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "Kan ikke kopiere filen %s" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "Klarte ikke å laste metadata fra %s" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" "Klarte ikke å laste metadata fra %(name)s. %(filetype)s ble ikke lastet ned." #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" "Det oppstod en feil ved forsøk på sette filsystem metadata for en fil på " "filsystemet %s. Om denne feilen skjer igjen på samme filsystem så vil den " "ikke bli rapportert om på nytt." #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "Oppdaget uhåndtert fil %s. Den vil ikke bli lastet ned." #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "Den unike identifikatoren «%s» ble lagt til filnavnet." #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)s ble tatt den %(image1_date)s klokken %(image1_time)s, og " "%(image2)s den %(image2_date)s klokken %(image2_time)s." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "Klarte ikke å fullføre filnavnet for %s" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "%(type)s metadata mangler." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "Følgende metadata mangler: %s." #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "Filnavnet mangler filtype." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "Filnavnet mangler nummerdelen." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "Klarte ikke skanne %s" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "Klarte ikke å kopiere fra %s" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "Problemer med sikkerhetskopiering til %s" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 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:249 ../raphodo/proximity.py:278 #: ../raphodo/proximity.py:313 ../raphodo/proximity.py:319 #, 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:267 #, 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:288 ../raphodo/proximity.py:294 #: ../raphodo/proximity.py:1123 ../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:303 ../raphodo/proximity.py:307 #: ../raphodo/proximity.py:1130 ../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:328 #, 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:339 #, 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:473 #, 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:1135 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1893 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" "Tiden som er gått mellom påfølgende bilder og videoer som brukes til å lage " "tidslinjen" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1952 #, 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:1956 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:1962 #, python-format msgid "%(hours)dh" msgstr "%(hours)dt" #: ../raphodo/proximity.py:2101 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" "Tidslinjen grupperer bilder og videoer basert på hvor mye tid som er gått " "mellom påfølgende bilder. Bruk den til å identifisere bilder og videoer tatt " "på ulike perioder av en enkelt dag eller over påfølgende dager." #: ../raphodo/proximity.py:2106 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" "Bruk glidebryteren (under) for å justere tiden som er gått mellom påfølgende " "bilder som brukes til å lage tidslinjen." #: ../raphodo/proximity.py:2109 msgid "Timeline build pending..." msgstr "Venter på at tidslinjen settes opp ..." #: ../raphodo/proximity.py:2110 msgid "Timeline is building..." msgstr "Tidslinjen settes opp ..." #: ../raphodo/proximity.py:2112 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:2568 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:473 ../raphodo/rapid.py:871 ../raphodo/rapid.py:4657 #: ../raphodo/rapid.py:4880 ../raphodo/rapid.py:4899 ../raphodo/rapid.py:4922 #: ../raphodo/rapid.py:4929 ../raphodo/rapid.py:5606 ../raphodo/rapid.py:6229 #: ../raphodo/rapid.py:7449 ../raphodo/ui/rememberthisdialog.py:112 #: ../raphodo/ui/viewutils.py:743 #: ../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:1156 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:1167 msgid "Problem with ExifTool" msgstr "Problem med ExifTool" #: ../raphodo/rapid.py:1176 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:1188 msgid "Problem with libmediainfo" msgstr "Problem med libmediainfo" #: ../raphodo/rapid.py:1367 #, python-format msgid "" "Cannot download from Apple devices

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

      Missing applications: " "%(applications)s

      Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1766 msgid "Download failed" msgstr "Nedlasting feilet" #: ../raphodo/rapid.py:1769 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:1778 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:1782 msgid "Update Rapid Photo Downloader" msgstr "Oppdater Rapid Photo Downloader" #: ../raphodo/rapid.py:1786 msgid "Install" msgstr "Installer" #: ../raphodo/rapid.py:1804 msgid "New version saved" msgstr "Ny versjon lagret" #: ../raphodo/rapid.py:1806 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1824 msgid "Upgrade failed" msgstr "Oppgradering feilet" #: ../raphodo/rapid.py:1827 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1873 msgid "" "\n" "

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

      \n" "

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

      " msgstr "" #: ../raphodo/rapid.py:1883 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1894 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1897 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1898 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1901 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in the future #: ../raphodo/rapid.py:1906 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:2110 ../raphodo/rapid.py:2914 msgid "Download" msgstr "Last ned" #: ../raphodo/rapid.py:2114 msgid "&Refresh..." msgstr "&Oppfrisk …" #: ../raphodo/rapid.py:2118 msgid "&Preferences" msgstr "&Innstillinger" #: ../raphodo/rapid.py:2122 msgid "&Quit" msgstr "&Avslutt" #: ../raphodo/rapid.py:2128 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:2132 msgid "Error &Reports" msgstr "Feil&rapporter" #: ../raphodo/rapid.py:2137 msgid "Clear Completed Downloads" msgstr "Fjern fullførte nedlastinger" #: ../raphodo/rapid.py:2140 msgid "Get Help Online..." msgstr "Få hjelp på Internett ..." #: ../raphodo/rapid.py:2144 msgid "&Tip of the Day..." msgstr "&Dagens tips ..." #: ../raphodo/rapid.py:2147 msgid "Report a Problem..." msgstr "Rapporter et problem ..." #: ../raphodo/rapid.py:2150 msgid "Make a Donation..." msgstr "Gi en donasjon ..." #: ../raphodo/rapid.py:2153 msgid "Translate this Application..." msgstr "Oversett dette programmet …" #: ../raphodo/rapid.py:2158 msgid "&About..." msgstr "&Om ..." #: ../raphodo/rapid.py:2161 msgid "Check for Updates..." msgstr "Se etter oppdateringer ..." #: ../raphodo/rapid.py:2250 msgid "Timeline" msgstr "Tidslinje" #: ../raphodo/rapid.py:2258 msgid "Destination" msgstr "Målmappe" #: ../raphodo/rapid.py:2260 msgid "Rename" msgstr "Endre navn" #: ../raphodo/rapid.py:2262 msgid "Back Up" msgstr "Sikkerhetskopiering" #: ../raphodo/rapid.py:2486 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" "Slå på eller av bruken av enheter som er koblet til denne datamaskinen som " "nedlastingskilder" #: ../raphodo/rapid.py:2505 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:2508 msgid "This Computer" msgstr "Denne datamaskinen" #: ../raphodo/rapid.py:2522 msgid "Select a source folder" msgstr "Velg en kildemappe" #: ../raphodo/rapid.py:2600 msgid "All" msgstr "Alle" #: ../raphodo/rapid.py:2601 msgid "New" msgstr "Ny" #: ../raphodo/rapid.py:2603 msgid "Show:" msgstr "Vis:" #: ../raphodo/rapid.py:2606 msgid "Modification Time" msgstr "Endringstidspunkt" #: ../raphodo/rapid.py:2607 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2610 msgid "File Type" msgstr "Filtype" #: ../raphodo/rapid.py:2611 msgid "Device" msgstr "Enhet" #: ../raphodo/rapid.py:2613 msgid "Sort:" msgstr "Sorter:" #: ../raphodo/rapid.py:2629 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:2894 #, python-format msgid "Download %(files)s" msgstr "Last ned %(files)s" #: ../raphodo/rapid.py:2910 msgid "Resume Download" msgstr "Fortsett nedlasting" #: ../raphodo/rapid.py:2912 msgid "Pause" msgstr "Pause" #: ../raphodo/rapid.py:3049 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:3150 #, 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:3244 msgid "You cannot change the download destination while downloading." msgstr "Du kan ikke endre målmappen for nedlasting mens du laster ned." #: ../raphodo/rapid.py:3258 #, python-format msgid "" "Confirm Download Destination

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

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

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

      \n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3511 #, 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:3514 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Denne mappen for nedlasting er ugyldig:\n" "%s" #: ../raphodo/rapid.py:3517 msgid "Download Failure" msgstr "Nedlastingsfeil" #: ../raphodo/rapid.py:3518 msgid "The download cannot proceed." msgstr "Nedlastingen kan ikke fullføre." #: ../raphodo/rapid.py:3536 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:3547 ../raphodo/rapid.py:3561 #, 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:3549 ../raphodo/rpdfile.py:179 msgid "photos" msgstr "bilder" #: ../raphodo/rapid.py:3563 ../raphodo/rpdfile.py:174 msgid "videos" msgstr "videoklipp" #: ../raphodo/rapid.py:3573 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

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

      Vil du fortsatt starte nedlastingen?" #: ../raphodo/rapid.py:3589 ../raphodo/rapid.py:3605 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written " "to.

      Do you still want to start the download?" msgstr "" "MÃ¥lmappen for sikkerhetskopiering av %(filetype)s finnes ikke eller kan " "ikke skrives til.

      Vil du fortsatt starte nedlastingen?" #: ../raphodo/rapid.py:3592 ../raphodo/rpdfile.py:181 ../raphodo/rpdfile.py:850 msgid "photo" msgstr "bilde" #: ../raphodo/rapid.py:3608 ../raphodo/rpdfile.py:176 ../raphodo/rpdfile.py:912 msgid "video" msgstr "video" #: ../raphodo/rapid.py:3616 msgid "Backup problem" msgstr "Problem med sikkerhetskopiering" #: ../raphodo/rapid.py:4447 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s – %(time_left)s igjen (%(speed)s)" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4527 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s nedlastet" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4537 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "Klarte ikke a laste ned %(noFiles)s %(filetypes)s" #: ../raphodo/rapid.py:4543 ../raphodo/rapid.py:4650 msgid "warnings" msgstr "advarsler" #: ../raphodo/rapid.py:4578 msgid "All downloads complete" msgstr "Ferdig med nedlasting" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4588 ../raphodo/rapid.py:4603 ../raphodo/rapid.py:4619 #: ../raphodo/rapid.py:4634 ../raphodo/rapid.py:4649 #, 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:4593 ../raphodo/rapid.py:4624 #, 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:4608 ../raphodo/rapid.py:4639 #, python-format msgid "%(filetype)s failed to download" msgstr "Klarte ikke å laste ned %(filetype)s" #: ../raphodo/rapid.py:4675 msgid "1 failure" msgstr "1 feil" #: ../raphodo/rapid.py:4677 #, python-format msgid "%d failures" msgstr "%d feil" #: ../raphodo/rapid.py:4682 msgid "1 warning" msgstr "1 advarsel" #: ../raphodo/rapid.py:4684 #, python-format msgid "%d warnings" msgstr "%d advarsler" #: ../raphodo/rapid.py:4709 #, 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:4716 #, 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:4725 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Ingen filer lastet ned — %(failures)s" #: ../raphodo/rapid.py:4727 msgid "No files downloaded" msgstr "Ingen filer lastet ned" #: ../raphodo/rapid.py:4767 msgid "Program preferences are invalid" msgstr "Programinnstillingene er ugyldige" #: ../raphodo/rapid.py:4886 #, 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:4905 #, 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:4925 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4936 msgid "&Try Again" msgstr "&Prøv på nytt" #: ../raphodo/rapid.py:4937 msgid "&Ignore This Device" msgstr "&Ignorer denne enheten" #: ../raphodo/rapid.py:5029 #, 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:5032 msgid "Unfortunately you cannot download from this device." msgstr "Du kan dessverre ikke laste ned fra denne enheten." #: ../raphodo/rapid.py:5036 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:5041 msgid "Device scan failed" msgstr "Klarte ikke å skanne enheten" #: ../raphodo/rapid.py:5578 #, 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:5613 #, 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:5775 msgid "Completed Downloads Present" msgstr "Fant fullførte nedlastinger" #: ../raphodo/rapid.py:5777 #, python-format msgid "%s whose download have completed are displayed." msgstr "%s der nedlastingen er fullført vises." #: ../raphodo/rapid.py:5779 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5781 msgid "Completed Download Present" msgstr "Fant fullført nedlasting" #: ../raphodo/rapid.py:5782 #, python-format msgid "%s whose download has completed is displayed." msgstr "%s der nedlastingen er fullført vises." #: ../raphodo/rapid.py:5783 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5867 #, 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:6212 #, 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:6216 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:6222 #, 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:6226 msgid "Any device with the same name will be ignored." msgstr "Alle enheter med samme navn vil bli ignorert." #: ../raphodo/rapid.py:6645 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6649 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:6705 #, python-format msgid "Generating thumbnails for %s" msgstr "Genererer miniatyrbilder for %s" #: ../raphodo/rapid.py:6712 #, python-format msgid "Scanning %s" msgstr "Skanner %s" #: ../raphodo/rapid.py:6726 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6738 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:7035 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:7042 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7048 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7055 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:7061 msgid "Turn on or off the the renaming of photos." msgstr "Slå på eller av omdøping av bilder." #: ../raphodo/rapid.py:7067 msgid "Turn on or off the the renaming of videos." msgstr "Slå på eller av omdøping av videoer." #: ../raphodo/rapid.py:7075 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:7083 msgid "Turn on or off downloading from this computer." msgstr "Slå på eller av nedlasting fra denne datamaskinen." #: ../raphodo/rapid.py:7088 ../raphodo/rapid.py:7095 ../raphodo/rapid.py:7102 #: ../raphodo/rapid.py:7146 ../raphodo/rapid.py:7156 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:7090 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:7097 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7104 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7111 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:7117 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:7122 ../raphodo/rapid.py:7134 msgid "FOLDER" msgstr "MAPPE" #: ../raphodo/rapid.py:7125 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:7137 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:7149 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7159 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7167 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:7177 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:7184 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:7191 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" "Slå på eller av bruk av Rapid Photo Downloaders hurtiglager for " "miniatyrbilder. Eksisterende hurtiglagret innhold slettes ikke selv om " "bruken slås av." #: ../raphodo/rapid.py:7200 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:7208 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:7215 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:7224 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:7232 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:7238 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:7245 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:7255 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:7348 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:7359 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:7366 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "Importerer innstillinger fra Rapid Photo Downloader %(version)s" #: ../raphodo/rapid.py:7437 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7452 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7542 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7547 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7562 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:7637 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:7842 msgid "All settings and caches have been reset." msgstr "Alle innstillingene er nullstillte." #: ../raphodo/rapid.py:7850 msgid "Thumbnail Cache has been reset." msgstr "Hurtiglager for miniatyrbilder." #: ../raphodo/rapid.py:7856 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Remember this choice" msgstr "&Husk dette valget" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't ask me about this again" msgstr "&Ikke spør meg om dette igjen" #: ../raphodo/ui/rememberthisdialog.py:80 msgid "&Don't warn me about this again" msgstr "&Ikke advare meg om dette igjen" #: ../raphodo/ui/rememberthisdialog.py:87 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:626 msgid "subfolder and filename" msgstr "undermappe og filnavn" #: ../raphodo/renameandmovefile.py:628 msgid "filename" msgstr "filnavn" #: ../raphodo/renameandmovefile.py:630 msgid "subfolder" msgstr "undermappe" #: ../raphodo/ui/renamepanel.py:327 msgid "A counter for how many downloads occur on each day" msgstr "En teller for hvor mange nedlastinger som forekommer hver dag" #: ../raphodo/ui/renamepanel.py:328 msgid "Downloads today:" msgstr "Nedlastinger i dag:" #: ../raphodo/ui/renamepanel.py:350 msgid "A counter that is remembered each time the program is run " msgstr "En teller som huskes hver gang programmet kjøres " #: ../raphodo/ui/renamepanel.py:351 msgid "Stored number:" msgstr "Lagret antall:" #: ../raphodo/ui/renamepanel.py:363 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:365 msgid "Day start:" msgstr "Dag begynner:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:375 msgid "Synchronize RAW + JPEG" msgstr "Synkroniser RAW + JPEG" #: ../raphodo/ui/renamepanel.py:379 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:384 msgid "Sequence Numbers" msgstr "Sekvenstall" #: ../raphodo/ui/renamepanel.py:395 msgid "Strip incompatible characters" msgstr "Fjern inkompatible tegn" #: ../raphodo/ui/renamepanel.py:400 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:404 msgid "Compatibility" msgstr "Kompatibilitet" #: ../raphodo/ui/renamepanel.py:484 msgid "Photo Renaming" msgstr "Bildeomdøping" #: ../raphodo/ui/renamepanel.py:488 msgid "Video Renaming" msgstr "Videoomdøping" #: ../raphodo/ui/renamepanel.py:492 msgid "Renaming Options" msgstr "Valg for omdøping" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "bilder og videoer" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "bilder eller video" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:273 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:302 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:304 msgid "1 Video" msgstr "1 video" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:314 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:316 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:830 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:851 msgid "Photo" msgstr "Bilde" #: ../raphodo/rpdfile.py:913 msgid "Video" msgstr "Videoklipp" #: ../raphodo/storage/storage.py:251 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:589 msgid "Pictures" msgstr "Bilder" #: ../raphodo/sudocommand.py:93 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:100 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:140 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:583 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:593 #, 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:605 ../raphodo/thumbnaildisplay.py:668 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:623 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:628 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:635 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:682 #, python-format msgid "

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

      Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2257 msgid "Copy Path" msgstr "" #: ../raphodo/thumbnaildisplay.py:2263 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2268 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:215 msgid "B" msgstr "" #: ../raphodo/utilities.py:216 msgid "KB" msgstr "" #: ../raphodo/utilities.py:217 msgid "MB" msgstr "" #: ../raphodo/utilities.py:218 msgid "GB" msgstr "" #: ../raphodo/utilities.py:219 msgid "TB" msgstr "" #: ../raphodo/utilities.py:220 msgid "PB" msgstr "" #: ../raphodo/utilities.py:221 msgid "EB" msgstr "" #: ../raphodo/utilities.py:222 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:223 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:486 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:570 msgid "one" msgstr "én" #: ../raphodo/utilities.py:571 msgid "two" msgstr "to" #: ../raphodo/utilities.py:572 msgid "three" msgstr "tre" #: ../raphodo/utilities.py:573 msgid "four" msgstr "fire" #: ../raphodo/utilities.py:574 msgid "five" msgstr "fem" #: ../raphodo/utilities.py:575 msgid "six" msgstr "seks" #: ../raphodo/utilities.py:576 msgid "seven" msgstr "syv" #: ../raphodo/utilities.py:577 msgid "eight" msgstr "åtte" #: ../raphodo/utilities.py:578 msgid "nine" msgstr "ni" #: ../raphodo/utilities.py:579 msgid "ten" msgstr "ti" #: ../raphodo/utilities.py:580 msgid "eleven" msgstr "elleve" #: ../raphodo/utilities.py:581 msgid "twelve" msgstr "tolv" #: ../raphodo/utilities.py:582 msgid "thirteen" msgstr "tretten" #: ../raphodo/utilities.py:583 msgid "fourteen" msgstr "fjorten" #: ../raphodo/utilities.py:584 msgid "fifteen" msgstr "femten" #: ../raphodo/utilities.py:585 msgid "sixteen" msgstr "seksten" #: ../raphodo/utilities.py:586 msgid "seventeen" msgstr "sytten" #: ../raphodo/utilities.py:587 msgid "eighteen" msgstr "atten" #: ../raphodo/utilities.py:588 msgid "ninenteen" msgstr "nitten" #: ../raphodo/utilities.py:589 msgid "twenty" msgstr "tjue" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&OK" msgstr "" #: ../raphodo/ui/viewutils.py:680 ../raphodo/ui/viewutils.py:700 msgid "&Save" msgstr "&Lagre" #: ../raphodo/ui/viewutils.py:681 msgid "&Help" msgstr "" #: ../raphodo/ui/viewutils.py:682 msgid "Restore Defaults" msgstr "Bruk standardverdier" #: ../raphodo/ui/viewutils.py:683 ../raphodo/ui/viewutils.py:701 msgid "&Yes" msgstr "&Ja" #: ../raphodo/ui/viewutils.py:684 ../raphodo/ui/viewutils.py:702 msgid "&No" msgstr "&Nei" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:105 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:109 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:115 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:309 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:314 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:321 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:390 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:403 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:558 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:562 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:566 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:570 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:594 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:596 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:598 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:638 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:652 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1459 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1463 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1606 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1612 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" "Last ned, endre navn og sikkerhetskopier bilder og videoer fra kameraer og " "andre enheter" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "" #: ../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 pålitelig" #~ msgid "Copy" #~ msgstr "Kopier" #~ msgid "Backing up error" #~ msgstr "Feil ved sikkerhetskopiering" #~ msgid "Device Detected" #~ msgstr "Enhet funnet" #~ msgid "Photo Folders" #~ msgstr "Foto mapper" #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s ble ikke utløst" #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "Laster ned fra %(location)s." #~ msgid "the root of the file system" #~ msgstr "rotmappen til filsystemet" #~ msgid "Size" #~ msgstr "Størrelse" #~ msgid "scanning..." #~ msgstr "søker..." #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Omtrent %(minutes)i minutter og %(seconds)02i sekunder igjen" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Omtrent %i sekunder igjen" #~ msgid "Download cannot proceed" #~ msgstr "Kan ikke fortsette nedlasting" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s av %(total)s %(filetypes)s (%(remaining)s igjen)" #~ msgid "Photos:" #~ msgstr "Bilder:" #~ msgid "Move" #~ msgstr "Flytt" #~ msgid "From" #~ msgstr "Fra" #~ msgid "Auto Detect" #~ msgstr "Oppdag automatisk" #~ msgid "To" #~ msgstr "Til" #~ msgid "and" #~ msgstr "og" #~ msgid "Using backup device" #~ msgstr "Bruker sikkerhetskopierings enhet" #~ msgid "Using backup devices" #~ msgstr "Bruker sikkerhetskopierings enheter" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s av %(total)s %(filetypes)s" #~ msgid "Free space:" #~ msgstr "Ledig plass:" #~ msgid "; " #~ msgstr "; " #~ msgid "." #~ msgstr "." #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #, python-format #~ msgid "%(free)s free" #~ msgstr "%(free)s tilgjengelig" #, python-format #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "Sikkerhetskopierer bilder og video til %(path)s" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "Sikkerhetskopierer til %(path)s" #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "Sikkerhetskopierer bilder til %(path)s og video til %(path2)s" #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "Nedlastingsmappen til %(file_type)s er ikke skrivbar" #, python-format #~ msgid "Folder: %s" #~ msgstr "Mappe: %s" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "Nedlastingsmappe til %(file_type)s er ugyldig" #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "Nedlastningsmappe til %(file_type)s finnes ikke" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "vis programinformasjon på kommandolinjen når programmet kjører (standard: " #~ "%default)" #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "Under sikkerhetskopiering, velg om du vil overskrive eller hoppe over filer " #~ "med samme navn på sikkerhetskopierings enheten." #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "Vil du virkelig laste ned fra denne posisjonen ? På noen system kan det ta " #~ "lang tid å søke igjennom filene." #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #~ msgid "Download Progress" #~ msgstr "Status for nedlasting" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "nullstill alle programinnstillinger og avslutt" #~ msgid "All settings and preferences have been reset" #~ msgstr "Alle innstillingene er nullstillte" #~ msgid "MB/s" #~ msgstr "MB/s" #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Fil: %(file)s" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "" #~ "vis hvilke bilde- og videofiltyper programmet gjenkjenner, og avslutt" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "Klarte ikke å opprette målmappen %(directory)s\n" #~ msgid "only output errors to the command line" #~ msgstr "vis bare feil på kommandolinjen" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Feil: %(inst)s" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Kilde: %(source)s\n" #~ "Mål: %(destination)s" #~ msgid "Name + extension" #~ msgstr "Navn + filtype" #~ msgid "Should all Job Codes be removed?" #~ msgstr "Skal alle jobb koder fjernes?" #~ msgid "Remove all Job Codes?" #~ msgstr "Fjern alle jobb koder?" #~ msgid "Videos:" #~ msgstr "Videoer:" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "Feil i innstillingene til undermappene for bildenedlasting" #~ msgid "Remove all Remembered Paths?" #~ msgstr "Fjern alle huskede stier?" #~ msgid "Should all remembered paths be removed?" #~ msgstr "Skal alle huskede stier fjernes?" #~ msgid "Enter a Job Code" #~ msgstr "Skriv inn ett jobbnavn" #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "Feil i innstillingene til undermappene for videonedlasting" #~ msgid "Should all ignored paths be removed?" #~ msgstr "Skal alle undertrykte stier fjernes?" #~ msgid "display debugging information when run from the command line" #~ msgstr "vis feilrettingsinformasjon ved kjøring fra kommandolinje" #~ msgid "Job Code:" #~ msgstr "Jobbnavn" #~ msgid "Select a folder in which to backup photos" #~ msgstr "Velg en mappe for sikkerhetskopiering av bilder" #~ msgid "Select a folder in which to backup videos" #~ msgstr "Velg en mappe for sikkerhetskopiering av video" #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "" #~ "Advarsel: Det er ikke nok metadata til å generere undermapper. " #~ "Bruk andre alternativer for omdøping av undermapper." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "" #~ "Advarsel: Det er ikke nok metadata til å generere navnet fullt ut. " #~ "Bruk andre alternativer for omdøping av navn." #~ msgid "Invalid regular expression" #~ msgstr "Ugyldig regulært uttrykk" #, python-format #~ msgid "Example: %s" #~ msgstr "Eksempel: %s" #~ msgid "externaldrive1" #~ msgstr "eksterndisk1" #~ msgid "externaldrive2" #~ msgstr "eksterndisk2" #, python-format #~ msgid "%(filetype)s was already downloaded" #~ msgstr "%(filetype)s er allerede lastet ned" #, python-format #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)s og %(final_volume)s." #, python-format #~ msgid "%s, " #~ msgstr "%s, " #, python-format #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #, python-format #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #, python-format #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)s og %(volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)s og %(volume)s (%(inst)s)." #~ msgid "The following metadata is missing: " #~ msgstr "Følgende metadata mangler: " #, python-format #~ msgid "%(missing_metadata_elements)s and %(final_missing_metadata_element)s." #~ msgstr "%(missing_metadata_elements)s og %(final_missing_metadata_element)s." #, python-format #~ msgid " Furthermore, there was a %(problem)s." #~ msgstr " Dessuten, var det ett %(problem)s." #, python-format #~ msgid "%(previousproblem)s Additionally, %(newproblem)s" #~ msgstr "%(previousproblem)s i tillegg, %(newproblem)s" #, python-format #~ msgid " Furthermore, there were %(problems)s." #~ msgstr " Dessuten, var det %(problems)s." #, python-format #~ msgid "Problem in %s generation" #~ msgstr "Problem ved oppretting av %s" #, python-format #~ msgid "Problems in %s generation" #~ msgstr "Problemer ved oppretting av %s" #~ msgid "Multiple problems were encountered" #~ msgstr "Flere feil oppstod" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Kilde: %(source)s" #, python-format #~ msgid "%(previousproblem)s, and %(backinguperror)s" #~ msgstr "%(previousproblem)s, og %(backinguperror)s" #~ msgid "_File" #~ msgstr "_Fil" #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "Path: %s" #~ msgstr "Filbane: %s" #~ msgid "Failed to create download subfolder" #~ msgstr "Klarte ikke å opprette undermappe for nedlasting" #~ msgid "_Clear Completed Downloads" #~ msgstr "_Fjern fullførte nedlastinger" #~ msgid "_Error Log" #~ msgstr "_Feillogg" #~ msgid "_Help" #~ msgstr "_Hjelp" #~ msgid "Download / Pause" #~ msgstr "Last ned / Pause" #~ msgid "_Select" #~ msgstr "_Velg" #~ msgid "Next File" #~ msgstr "Neste fil" #~ msgid "Previous File" #~ msgstr "Forrige fil" #~ msgid "_View" #~ msgstr "_Vis" #~ msgid "Select All Without _Job Code" #~ msgstr "Velg alle _uten jobbnavn" #~ msgid "Example: /home/user/Pictures" #~ msgstr "Eksempel: /home/user/Pictures" #~ msgid "_Uncheck All" #~ msgstr "_Fjern all markering" #~ msgid "_Include in download" #~ msgstr "_Inkluder i nedlasting" #~ msgid "_Download" #~ msgstr "_Last ned" #~ msgid "_Check All" #~ msgstr "_Merk alle" #~ msgid "Photo Download Folders" #~ msgstr "Bildenedlastingsmapper" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "Innstillinger: Rapid Photo Downloader" #~ msgid "_Translate this Application..." #~ msgstr "_Oversett dette programmet..." #~ msgid "Download Subfolders" #~ msgstr "Nedlastingsundermapper" #~ msgid "Original:" #~ msgstr "Original:" #~ msgid "New:" #~ msgstr "Ny:" #~ msgid " " #~ msgstr " " #~ msgid "Download Folder" #~ msgstr "Nedlastingsmappe" #~ msgid "Example" #~ msgstr "Eksempel" #~ msgid "Download folder:" #~ msgstr "Nedlastingsmappe:" #~ msgid "Video Download Folders" #~ msgstr "Videonedlastingsmapper" #~ msgid "Video Folders" #~ msgstr "Videomapper" #~ msgid " hh:mm" #~ msgstr " tt:mm" #~ msgid ":" #~ msgstr ":" #~ msgid "R_emove All" #~ msgstr "_Fjern alle" #~ msgid "_Add..." #~ msgstr "_Legg til..." #~ msgid "Job Codes" #~ msgstr "Jobbnavn" #~ msgid "Devices" #~ msgstr "Enheter" #~ msgid "Remembered Paths" #~ msgstr "Huskede filbaner" #~ msgid "Device Options" #~ msgstr "Enhetsalternativer" #~ msgid "Device Options" #~ msgstr "Enhetsalternativer" #~ msgid "Backup\t" #~ msgstr "Sikkerhetskopi\t" #~ msgid "Re_move All" #~ msgstr "_Fjern alle" #~ msgid "Example:" #~ msgstr "Eksempel:" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/media/eksterndisk/Bilder" #~ msgid "Backup" #~ msgstr "Sikkerhetskopi" #~ msgid "Video backup folder name:" #~ msgstr "Mappenavn for sikkerhetskopiering av video:" #~ msgid "Backup" #~ msgstr "Sikkerhetskopi" #~ msgid "Photo and Video Name Conflicts" #~ msgstr "Bilde og video navnekonflikter" #~ msgid "Automatically rotate JPEG images" #~ msgstr "Rotèr JPEG-bilder automatisk" #~ msgid "Error Handling" #~ msgstr "Feilhåndtering" #~ msgid "Performance" #~ msgstr "Ytelse" #~ msgid "Generate thumbnails (slower)" #~ msgstr "Lag miniatyrbilder (tregere)" #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "" #~ "Velg om du skal hoppe over filen eller legge til en unik identifikator når " #~ "ett bilde eller video med det samme navnet er lastet ned fra før." #, python-format #~ msgid "" #~ "The following regular expressions are invalid, and will be removed unless " #~ "you correct them:\n" #~ " %s" #~ msgstr "" #~ "De følgende regulære uttrykkene er ugyldige, og vil bli fjernet om du ikke " #~ "endrer dem:\n" #~ "%s" #, python-format #~ msgid "" #~ "This regular expression is invalid, and will be removed unless you correct " #~ "it:\n" #~ " %s" #~ msgstr "" #~ "Dette regulære uttrykket er ugyldig, og vil bli fjernet om du ikke retter " #~ "det:\n" #~ " %s" #, python-format #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "Innstillingene til %(filetype)s undermappe er ugyldige og kan ikke brukes.\n" #~ "De vil bli satt tilbake til standard verdier." #, python-format #~ msgid "Date time value %s appears invalid." #~ msgstr "Dato tidsverdien %s fremstår som ugyldig." #~ msgid "Remove all Ignored Paths?" #~ msgstr "Fjern alle undertrykte filbaner?" #, python-format #~ msgid "" #~ "%(filetype)s could not be backed up because no suitable backup locations " #~ "were found." #~ msgstr "" #~ "%(filetype)s could not be backed up because no suitable backup locations " #~ "were found." #, python-format #~ msgid "%(filetype)s already exists" #~ msgstr "%(filetype)s finnes allerede" #, python-format #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "%(filetype)s metadata kan ikke leses" #, python-format #~ msgid "Error generating component %s." #~ msgstr "Feil ved oppretting av %s-komponenten." #, python-format #~ msgid "An error occurred when copying the %(filetype)s" #~ msgstr "En feil oppstod ved kopiering av %(filetype)s" #, python-format #~ msgid "%(filetype)s %(area)s could not be generated" #~ msgstr "%(filetype)s %(area)s kunne ikke opprettes" #~ msgid "Errors occurred when backing up on the following backup devices: " #~ msgstr "Flere feil oppstod ved sikkerhetskopiering til følgende enheter: " #, python-format #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "En feil oppstod ved sikkerhetskopiering til %(volume)s." #, python-format #~ msgid "Backup already exists on %(volume)s." #~ msgstr "Sikkerhetskopi finnes allerede på %(volume)s." #, python-format #~ msgid "An error occurred when backing up on %(volume)s: %(inst)s." #~ msgstr "En feil oppstod ved sikkerhetskopiering til %(volume)s: %(inst)s." #, python-format #~ msgid "Error: %(errorno)s %(strerror)s" #~ msgstr "Feil: %(errorno)s %(strerror)s" #~ msgid "The metadata might be corrupt." #~ msgstr "Metadataen kan være korrupt." #, python-format #~ msgid " It was backed up to %(volume)s" #~ msgstr " Det ble sikkerhetskopiert til %(volume)s" #~ msgid " It was backed up to these devices: " #~ msgstr " Det ble sikkerhetskopiert til disse enhetene: " #~ msgid "Backups overwritten on these devices: " #~ msgstr "Sikkerhetskopier overskrevet på disse enhetene: " #, python-format #~ msgid "Backup overwritten on %(volume)s." #~ msgstr "Sikkerhetskopi overskrevet på %(volume)s." #~ msgid "Backups already exist in these locations: " #~ msgstr "Sikkerhetskopier finnes allerede i disse plasseringene: " #, python-format #~ msgid "%(filetype)s already exists, but it was backed up" #~ msgstr "%(filetype)s finnes allerede, men den ble sikkerhetskopiert" #, python-format #~ msgid "An error occurred when copying the %(filetype)s, but it was backed up" #~ msgstr "" #~ "En feil oppstod ved kopiering av %(filetype)s, men den ble sikkerhetskopiert" #~ msgid "Problems in subfolder and filename generation" #~ msgstr "Flere problemer ved oppretting av undermapper og filnavn" #~ msgid "Problem in subfolder and filename generation" #~ msgstr "Problem ved oppretting av undermappe og filnavn" #, python-format #~ msgid "An error occurred when creating directories on %(volume)s: %(inst)s." #~ msgstr "En feil oppstod ved oppretting av mapper på %(volume)s: %(inst)s." #~ msgid "" #~ "Errors occurred when creating directories on the following backup devices: " #~ msgstr "" #~ "Flere feil oppstod ved oppretting av mapper på følgende enheter for " #~ "sikkerhetskopi: " #~ msgid "Photo Rename\t" #~ msgstr "Gi nytt bildenavn\t" #~ msgid "Photo Rename" #~ msgstr "Gi nytt bildenavn" #~ msgid "there were errors backing up" #~ msgstr "det oppstod flere feil ved sikkerhetskopieringen" #~ msgid "there was an error backing up" #~ msgstr "det oppstod en feil ved sikkerhetskopieringen" #~ msgid "There were errors backing up" #~ msgstr "Det oppstod flere feil ved sikkerhetskopieringen" #~ msgid "There was an error backing up" #~ msgstr "Det oppstod en feil under sikkerhetskopieringen" #~ msgid "_Make a Donation..." #~ msgstr "_Gi en donasjon..." #~ msgid "" #~ "Sorry, video downloading functionality disabled. To download videos, please " #~ "install either the hachoir metadata and kaa metadata packages " #~ "for python, or exiftool." #~ msgstr "" #~ "Beklager, funksjon for nedlasting av video deaktivert. For å laste ned " #~ "video, vær vennlig å installer enten hachoir metadata og kaa " #~ "metadata programpakkene for python, eller exiftool." #~ msgid "Video Rename" #~ msgstr "Gi nytt videonavn" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "Kompatibilitet med andre operativsystem" #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "Synkroniser RAW + JPEG sekvensnumre" #~ msgid "Photo Rename" #~ msgstr "Gi nytt bildenavn" #~ msgid "" #~ "Specify the time in 24 hour format at which the Downloads today " #~ "sequence number should be reset." #~ msgstr "" #~ "Angi tiden i 24-timers format der hvor Nedlastinger idag " #~ "sekvensnummeret skal nullstilles" #~ msgid "Rename Options" #~ msgstr "" #~ "Alternativer for å gi nytt navn" #~ msgid "Sequence Numbers" #~ msgstr "Sekvensnummre" #~ msgid "Video Rename\t" #~ msgstr "Gi nytt videonavn\t" #~ msgid "Rename Options" #~ msgstr "Alternativer for gi nytt navn" #~ msgid "" #~ "If you disable automatic detection, choose the exact location of the photos " #~ "and videos." #~ msgstr "" #~ "Om du skrur av automatisk oppdaging, velg eksakt plassering der bildene og " #~ "video er." #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "Oppdag flyttbare lagringsenheter automatisk" #~ msgid "Automatically detect devices" #~ msgstr "Oppdag enheter automatisk" #~ msgid "Use _python-style regular expressions" #~ msgstr "Bruk _python sine regulære uttrykk" #~ msgid "Program Automation" #~ msgstr "Automatisering" #, python-format #~ msgid "There is no data with which to name the %(filetype)s." #~ msgstr "Mangler data for å navngi %(filetype)s." #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Velg en mappe for nedlasting. Undermapper for bildene vil automatisk bli " #~ "opprettet i denne mappen etter de valg du har gjort for " #~ "nedlastingsundermapper." #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Velg en mappe for nedlasting. Undermapper for videoene vil automatisk bli " #~ "opprettet i denne mappen etter de valg du har gjort for " #~ "nedlastingsundermapper." #, python-format #~ msgid "" #~ "Photos detected with the same filenames, but taken at different times: " #~ "%(details)s" #~ msgstr "" #~ "Bilder funnet med samme filnavn, men tatt ved forskjellige tidspunkt: " #~ "%(details)s" #~ msgid "Miscellaneous" #~ msgstr "Diverse" #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "Bilder funnet med samme filnavn, men tatt ved forskjellige tidspunkt" #~ msgid "Job Codes" #~ msgstr "Jobbnavn" #~ msgid "Error Log" #~ msgstr "Feillogg" #~ msgid "_Report a Problem..." #~ msgstr "_Rapporter et problem..." ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/po/nl.po0000644000175000017500000070032500000000000016545 0ustar00damondamon# Dutch translation for rapid # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2010. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2022-03-02 13:05+0000\n" "PO-Revision-Date: 2022-03-01 15:21+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: 2022-03-05 16:16+0000\n" "X-Generator: Launchpad (build 61f4697954ab70d633d14d8ceecff69a20b08a6b)\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:406 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:642 ../install.py:4330 msgid "Installer not found:" msgstr "Installatierogramma niet gevonden:" #. Translators: do not translate the term tar.gz #: ../install.py:646 ../install.py:4334 msgid "Installer not in tar.gz format:" msgstr "Installeerprogramma niet in tar.gz formaat:" #: ../install.py:728 ../install.py:757 ../install.py:4210 ../install.py:4215 msgid "Exiting..." msgstr "Afsluiten..." #: ../install.py:979 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "De PyQt5 versie bestaat niet. Geldige versies zijn: {}." #: ../install.py:1065 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:1357 ../install.py:4290 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:1467 #, 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:1610 msgid "The following command will be run:" msgstr "De volgende opdracht zal uitgevoerd worden:" #. Translators: do not translate the term sudo #: ../install.py:1614 ../install.py:3834 ../install.py:3841 msgid "sudo may prompt you for the sudo password." msgstr "sudo kan je om je sudo wachtwoord vragen." #: ../install.py:1618 msgid "Would you like to run the command now?" msgstr "Wens je de opdracht nu uit te voeren?" #: ../install.py:1620 msgid "Answer is not yes, exiting." msgstr "Het antwoord was niet ja, het programma wordt verlaten." #: ../install.py:1631 ../install.py:2259 ../install.py:2318 ../install.py:2793 msgid "Command failed" msgstr "Opdracht mislukt" #: ../install.py:1633 ../install.py:2260 ../install.py:2319 ../install.py:2794 msgid "Exiting" msgstr "Afsluiten" #: ../install.py:1661 msgid "The Universe repository must be enabled." msgstr "De Universe softwarebron moet geactiveerd zijn." #. Translators: do not translate the term EPEL #: ../install.py:1701 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:1749 msgid "The RPM Fusion Free repository must be enabled." msgstr "De RPM Fusion Free softwarebron moet actief zijn." #: ../install.py:1790 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:2237 ../install.py:2267 ../install.py:2299 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:2252 msgid "Uninstalling system package" msgstr "Systeempakket verwijderen" #: ../install.py:2277 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:2324 msgid "Checking if previous version installed with pip..." msgstr "Nagaan of de vorige versie via pip werd geïnstalleerd..." #: ../install.py:2477 ../install.py:2534 ../install.py:2650 msgid "The following package is unknown on your system: {}\n" msgstr "Het volgende pakket is niet gekend binnen je systeem: {}\n" #: ../install.py:2548 ../install.py:2706 ../install.py:2803 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:2642 ../install.py:2663 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:2785 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:2852 msgid "Query to confirm action at each step." msgstr "Vraag om iedere stap te bevestigen." #: ../install.py:2862 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:2873 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:2923 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:2931 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:2937 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:2942 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:2950 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:2958 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:2982 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:3000 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:3011 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:3048 msgid "Failed to download versions file." msgstr "Kon het versiebestand niet downloaden." #: ../install.py:3053 msgid "Got error code {} while accessing versions file" msgstr "Fout code {} tijdens benaderen van het versie bestand" #: ../install.py:3170 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:3324 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:3330 msgid "Received error code" msgstr "Foutcode ontvangen" #: ../install.py:3332 msgid "Failed to install application requirements: exiting." msgstr "" "Kon de applicatie vereisten niet installeren: Programma wordt gestopt." #: ../install.py:3334 msgid "Failed to install application: exiting..." msgstr "Kan de applicatie niet installeren. Programma wordt gestopt." #: ../install.py:3658 msgid "Installing application requirements..." msgstr "Vereisten voor de applicatie aan het installeren..." #: ../install.py:3693 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "Ondersteuning om HEIF / HEIC miniaturen aan te maken ontbreekt" #: ../install.py:3710 msgid "Installing application..." msgstr "Applicatie aan het installeren..." #: ../install.py:3797 msgid "Do you want Rapid Photo Downloader to appear in the Windows menu?" msgstr "Wens je Rapid Photo Downloader in je Windows menu?" #: ../install.py:3803 msgid "Adding Rapid Photo Downloader to the Windows menu" msgstr "Rapid Photo Downloader toevoegen aan het Windows menu" #: ../install.py:3813 msgid "Failed to copy application launcher." msgstr "Kon programma starter niet kopiëren." #: ../install.py:3824 msgid "Man pages can be found in {}/share/man/man1" msgstr "Man pages kan je vinden in {}/share/man/man1" #: ../install.py:3829 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:3830 msgid "They will be installed into {}" msgstr "Ze worden geïnstalleerd in {}" #: ../install.py:3832 ../install.py:3839 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:3835 msgid "Do want to install the man pages?" msgstr "Wens je de man pages te installeren?" #: ../install.py:3837 msgid "Installing man pages into {}" msgstr "Man pages worden geïnstalleerd in {}" #: ../install.py:3855 msgid "Failed to create man page directory: exiting." msgstr "" "Kon de folder voor de man-pagina's niet aanmaken. Programma wordt gestopt." #: ../install.py:3876 msgid "Failed to copy man page." msgstr "Kon man page niet kopiëren." #: ../install.py:3915 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:3928 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:3934 msgid "" "You may have to restart WSL to be able to run the program from the command " "line." msgstr "" "Je moet mogelijks WSL herstarten om het programma vanaf de commando promp " "regel te starten." #: ../install.py:3944 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line." msgstr "" "Je moet {path} toevoegen aan de $PATH variabele om het programma vanaf de " "terminal te kunnen draaien." #: ../install.py:3949 #, 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:3971 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:3973 msgid "Done." msgstr "Voltooid." #: ../install.py:3987 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:4043 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" #. Translators: do not translate the terms --PyQt5-version or --use-system-PyQt5 #: ../install.py:4055 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "Duid ofwel --PyQt5-version of --use-system-PyQt5 aan." #: ../install.py:4067 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:4081 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:4097 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:4111 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:4124 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:4134 msgid "Using virtual environment for installation using pip." msgstr "" "We maken gebruik van een virtuele omgeving voor de installatia met pip." #: ../install.py:4139 ../install.py:4153 msgid "Do not include any other command line arguments when specifying" msgstr "Geef geen extra commandolijn argumenten mee bij het specificeren" #: ../install.py:4172 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:4180 msgid "Restarting script using system python..." msgstr "Script herstarten via systeem python..." #: ../install.py:4193 msgid "Detected Linux distribution {} {}" msgstr "Gevonden Linux distributies {} {}" #: ../install.py:4231 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:4263 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:4275 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:4324 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:647 ../raphodo/ui/viewutils.py:679 #: ../raphodo/ui/viewutils.py:699 msgid "&Cancel" msgstr "&Annuleer" #: ../upgrade.py:651 msgid "&Upgrade" msgstr "&Opwaarderen" #: ../upgrade.py:656 #, 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:659 msgid "Click the Upgrade button to start the upgrade." msgstr "Klik de Opwaardeer knop om het opwaarderen te starten." #: ../upgrade.py:662 ../upgrade.py:668 ../raphodo/ui/viewutils.py:678 #: ../raphodo/ui/viewutils.py:698 msgid "&Close" msgstr "&Afsluiten" #: ../upgrade.py:663 msgid "&Run" msgstr "&Uitvoeren" #: ../upgrade.py:693 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "Sluit Rapid Photo Downloader af alvorens het opwaarderen te starten." #: ../upgrade.py:696 msgid "Upgrade running..." msgstr "Opwaardering lopende..." #: ../upgrade.py:732 #, 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:737 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:741 msgid "Upgrade failed. Click Close to exit." msgstr "Opwaardering mislukt. Klik op Sluiten om af te sluiten." #: ../upgrade.py:11330 #, python-format msgid "Upgrading %s..." msgstr "Bezig met opwaarderen van %s ..." #: ../upgrade.py:11332 msgid "Press any key to continue..." msgstr "Druk op een toets om verder te gaan..." #: ../upgrade.py:11345 msgid "Rapid Photo Downloader upgrade failed" msgstr "Rapid Photo Downloader bijwerken mislukt" #: ../upgrade.py:11347 #, 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/ui/aboutdialog.py:334 msgid "Credits" msgstr "Met dank aan" #: ../raphodo/ui/aboutdialog.py:339 msgid "Translators" msgstr "Vertalers" #: ../raphodo/ui/backuppanel.py:280 msgid "Backups are not configured" msgstr "Back-ups zijn niet geconfigureerd" #: ../raphodo/ui/backuppanel.py:282 msgid "No backup devices detected" msgstr "Geen back-up apparaat gedetecteerd" #: ../raphodo/ui/backuppanel.py:285 msgid "Valid backup locations not yet specified" msgstr "Geldige back-up locaties nog niet gespecificeerd" #: ../raphodo/ui/backuppanel.py:465 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/ui/backuppanel.py:473 msgid "Back up photos and videos when downloading" msgstr "Back-up foto's en video's gedurende het downloaden" #: ../raphodo/ui/backuppanel.py:479 msgid "Automatically detect backup devices" msgstr "Automatisch detecteren van back-up apparaten" #: ../raphodo/ui/backuppanel.py:485 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/ui/backuppanel.py:500 msgid "Photo folder name:" msgstr "Foto folder naam:" #: ../raphodo/ui/backuppanel.py:505 msgid "Video folder name:" msgstr "Video folder naam:" #: ../raphodo/ui/backuppanel.py:510 ../raphodo/ui/nameeditor.py:1000 #: ../raphodo/ui/renamepanel.py:141 msgid "Example:" msgstr "Voorbeeld:" #: ../raphodo/ui/backuppanel.py:521 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/ui/backuppanel.py:532 msgid "Photo backup location:" msgstr "Foto back-up locatie:" #: ../raphodo/ui/backuppanel.py:542 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/ui/backuppanel.py:554 msgid "Video backup location:" msgstr "Video back-up locatie:" #: ../raphodo/ui/backuppanel.py:560 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/ui/backuppanel.py:676 msgid "drive1" msgstr "apparaat1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:679 msgid "drive2" msgstr "apparaat2" #: ../raphodo/ui/backuppanel.py:746 msgid "Projected Backup Storage Use" msgstr "Vermoedelijke ruimte nodig op Back-up Opslag" #: ../raphodo/ui/backuppanel.py:751 msgid "Backup Options" msgstr "Back-up Opties" #: ../raphodo/copyfiles.py:610 msgid "video THM" msgstr "video THM" #: ../raphodo/copyfiles.py:620 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:104 ../raphodo/ui/devicedisplay.py:1408 #: ../raphodo/rpdfile.py:310 #, 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:112 ../raphodo/ui/devicedisplay.py:1414 #: ../raphodo/rpdfile.py:298 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s Video's" #: ../raphodo/ui/destinationdisplay.py:123 msgid "Used" msgstr "Gebruikt" #: ../raphodo/ui/destinationdisplay.py:124 msgid "Excess" msgstr "Teveel" #: ../raphodo/ui/destinationdisplay.py:133 ../raphodo/ui/devicedisplay.py:1440 msgid "Device size unknown" msgstr "Apparaat grootte onbekend" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:146 #, python-format msgid "No space free on %(size_total)s device" msgstr "Geen vrije ruimte op %(size_total)s apparaat" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:156 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s vrij van %(size_total)s" #: ../raphodo/ui/destinationdisplay.py:230 ../raphodo/ui/destinationpanel.py:74 #: ../raphodo/ui/devicedisplay.py:625 ../raphodo/rapid.py:2641 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:960 msgid "Photos" msgstr "Foto’s" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:231 ../raphodo/ui/destinationpanel.py:78 #: ../raphodo/ui/devicedisplay.py:626 ../raphodo/rapid.py:2642 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:988 #: ../raphodo/storage/storage.py:602 msgid "Videos" msgstr "Video's" #: ../raphodo/ui/destinationdisplay.py:232 msgid "Projected storage use after download" msgstr "Vermoedelijke vrije ruimte na download" #. Translators: Custom refers to the user choosing a non-default value that #. they customize themselves #: ../raphodo/ui/destinationdisplay.py:355 ../raphodo/ui/nameeditor.py:587 msgid "Custom..." msgstr "Aangepast…" #: ../raphodo/ui/destinationdisplay.py:774 msgid "Configure photo subfolder creation" msgstr "Instellen van foto subfolder aanmaak" #: ../raphodo/ui/destinationdisplay.py:776 msgid "Configure video subfolder creation" msgstr "Instellen van video subfolder aanmaak" #: ../raphodo/ui/destinationpanel.py:90 msgid "Projected Storage Use" msgstr "Vooropgesteld opslag gebruik" #: ../raphodo/ui/destinationpanel.py:113 ../raphodo/ui/destinationpanel.py:125 msgid "Select a destination folder" msgstr "Kies een doelmap" #: ../raphodo/ui/devicedisplay.py:1294 msgid "Probing device..." msgstr "Apparaat polsen..." #: ../raphodo/ui/devicedisplay.py:1309 msgid "Temporarily ignore this device" msgstr "Apparaat tijdelijk negeren" #: ../raphodo/ui/devicedisplay.py:1313 msgid "Permanently ignore this device" msgstr "Apparaat definitief negeren" #: ../raphodo/ui/devicedisplay.py:1316 msgid "Rescan" msgstr "Herscannen" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1437 #, python-format msgid "%s full" msgstr "%s vol" #: ../raphodo/ui/devicedisplay.py:1457 msgid "Other" msgstr "Overige" #: ../raphodo/devices.py:603 ../raphodo/devices.py:604 msgid "Cameras" msgstr "Camera's" #: ../raphodo/devices.py:605 ../raphodo/devices.py:1256 #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 ../raphodo/rapid.py:2490 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:1006 #, 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:1073 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1229 ../raphodo/rapid.py:2213 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:1280 ../raphodo/devices.py:1300 #, 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:1318 #, 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:1326 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s Apparaten" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1652 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" "Klik op de checkbox van het bestand om het wel of niet voor download te " "markeren." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "Bestanden die al gedownload werden, worden bijgehouden. Je kan nog altijd " "bestanden die reeds gedownload werden opnieuw markeren voor download, maar " "standaard zijn deze niet aangevinkt en hun miniatuur is gedimd zodat je ze " "kan onderscheiden van deze die nog gedownload moeten worden." #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" "Als meer dan één bestand gemarkeerd is, nemen ze allemaal het merkteken over " "van deze waarvan de checkbox werd aangeklikt, ongeacht of ze voordien reeds " "aangevinkt waren of niet." #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" "Klik op de checkmark van een apparaat om snel alle bestanden voor download " "te markeren of omgekeerd." #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" "Op het einde van een download, 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/ui/didyouknow.py:91 msgid "" "\n" "In case of any problems, a red icon will appear at the bottom of the window " "indicating \n" "how many error reports there are. Clicking on it opens the Error Report " "window." 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." #: ../raphodo/ui/didyouknow.py:97 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." 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." #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" "Je kan simultaan van meerdere camera's, smartphones, geheugenkaarten en " "harde schijven downloaden—zoveel apparaten als je computer simultaan " "aankan." #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" "De Tijdslijn groepeert foto's en video's op basis van de verlopen " "tijd tussen twee opeenvolgende shoots. Gebruik het om foto's en video's te " "vinden, genomen op verschillende tijdstippen gedurende dezelfde dag, of over " "opeenvolgende dagen." #: ../raphodo/ui/didyouknow.py:123 msgid "" "\n" "

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

      \n" "

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

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

      " #: ../raphodo/ui/didyouknow.py:133 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/ui/didyouknow.py:140 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" "Een download bevat altijd all bestanden die aangevinkt werden voor download, " "ook deze die op dat moment niet zichtbaar zijn omdat de Tijdslijn gebruikt " "wordt." #: ../raphodo/ui/didyouknow.py:147 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/ui/didyouknow.py:154 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 \n" "metadata (where 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 \n" "raw images, for instance.
      8. \n" "
      9. File Type: photo or video.
      10. \n" "
      11. Device: name of the device the photos and videos are being " "downloaded \n" "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/ui/didyouknow.py:172 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/ui/didyouknow.py:178 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" "Om aan te geven waar je de gedownloade bestanden wil hebben en hoe ze " "genoemd moeten worden, open het corresponderende paneel aan de rechter zijde " "van het scherm: Bestemming, Hernoemen of Job Code." #: ../raphodo/ui/didyouknow.py:185 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 \n" "illustration below, the destination folders are "Pictures" and \n" ""Videos". The name of the destination folder is displayed in the " "grey bar \n" "directly above the folder tree, with a folder icon to its left and a gear " "icon to \n" "its far right.
      2. \n" "
      3. The download subfolders, which are directories that will be " "automatically \n" "generated by Rapid Photo Downloader. They need not already exist on your " "computer, but \n" "it's okay if they do. They will be generated under the destination " "folder.
      4. \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" "
      " #: ../raphodo/ui/didyouknow.py:202 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a \n" "different destination folder for each. The same applies to the download " "subfolders for \n" "photos and videos—download photos and videos to the same subfolders, " "or use a \n" "different scheme for each type." 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." #: ../raphodo/ui/didyouknow.py:211 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/ui/didyouknow.py:220 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to \n" "download:\n" "
        \n" "
      1. The destination folder tree shows the download subfolders already on " "your computer \n" "(those in a regular, non-italicized font), and the subfolders that will be " "created \n" "during the download (those whose names are italicized).
      2. \n" "
      3. The folder tree also shows into which subfolders the files will be " "downloaded \n" "(those colored black).
      4. \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" "
      " #: ../raphodo/ui/didyouknow.py:235 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following \n" "elements:\n" "
        \n" "
      1. File metadata, very often including the date the photo or video " "was created, \n" "but might also include the camera model name, camera serial number, or file " "extension \n" "e.g. JPG or CR2.
      2. \n" "
      3. A Job Code, which is free text you specify at the time the " "download occurs, \n" "such as the 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 \n" "format makes it easy to keep them sorted in a file manager, which is why " "it's the \n" "default option:" 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:" #: ../raphodo/ui/didyouknow.py:254 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 \n" "preset. Click on the gear icon to bring up a drop-down menu:" 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:" #: ../raphodo/ui/didyouknow.py:261 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to \n" "configure your own scheme. You create your own schemes using the Photo or " "Video \n" "Subfolder Generation Editor:" 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:" #: ../raphodo/ui/didyouknow.py:270 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/ui/didyouknow.py:276 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/ui/didyouknow.py:282 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 \n" "and a Job Code:" 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:" #: ../raphodo/ui/didyouknow.py:291 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 \n" "choices to generate new combinations. Supposing you wanted a date format " "that combines \n" "year (YYYY), a hyphen, and month (MM) to form YYYY-MM. You can create it " "like this \n" "(note the red circle around the hyphen):" 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):" #: ../raphodo/ui/didyouknow.py:300 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names \n" "in the \n" "online " "\n" "documentation." msgstr "" "\n" "Lees meer over alle mogelijkheden om download sub-folders en bestandsnamen " "aan te maken in de online " "documentatie." #: ../raphodo/ui/didyouknow.py:309 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. \n" "You can use them in subfolder and file names. In this illustration, some " "files have had \n" "the Job Code "Street" applied to them, and the selected files are " "about to \n" "get the Job Code "Green Bazaar":" 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:" #: ../raphodo/ui/didyouknow.py:317 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 \n" "prompted to enter a Job Code for them before the download begins." 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." #: ../raphodo/ui/didyouknow.py:324 msgid "Look for hints to guide you when working with Job Codes:" msgstr "Kijk voor tips om je te begeleiden bij het werken met Job Codes:" #: ../raphodo/ui/didyouknow.py:327 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" "Tips zullen variëren op basis van de context, net zoals je met een muis over " "een knop beweegt." #: ../raphodo/ui/didyouknow.py:333 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!" 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" #: ../raphodo/ui/didyouknow.py:340 msgid "" "\n" "

      Four types of sequence values are available to help you assign unique " "names to your \n" "photos and 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 \n" "last time the 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 \n" "documentation.

      " 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.

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

      The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature \n" "on your 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 \n" "are detected, the same sequence numbers will be applied to both photo names. " "F\n" "urthermore, sequences will be 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/ui/didyouknow.py:378 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are \n" "downloaded, such as external hard drives or network shares. Backup devices " "can be \n" "automatically detected, or exact backup locations specified." 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." #: ../raphodo/ui/didyouknow.py:385 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/ui/didyouknow.py:391 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including \n" "download sources, destinations, and backups. Additionally, settings can be " "reset to \n" "their default state, and caches and remembered files cleared." 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." #: ../raphodo/ui/didyouknow.py:396 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/ui/didyouknow.py:401 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 \n" "your cameras, memory cards, and other devices.
      2. \n" "
      3. A temporary cache of files downloaded from a camera, one for " "photos and \n" "another for videos. They are located in temporary subfolders in the download " "\n" "destination.
      4. \n" "
      5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores \n" "thumbnails of RAW and TIFF photos once they have been downloaded. File " "browsers like \n" "Gnome Files use this cache as well, meaning they too will display thumbnails " "for those \n" "files. \n" "
      6. \n" "
      \n" "Read more about these caches and their effect on download performance in the " "online " "documentation." 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." #: ../raphodo/ui/didyouknow.py:459 msgid "Tip of the Day" msgstr "Tip van de dag" #: ../raphodo/ui/didyouknow.py:467 msgid "Did you know...?" msgstr "Wist je dat...?" #: ../raphodo/ui/didyouknow.py:498 msgid "Show tips on startup" msgstr "Toon tips bij het starten" #: ../raphodo/ui/didyouknow.py:502 msgid "&Next" msgstr "Volge&nde" #: ../raphodo/ui/didyouknow.py:503 msgid "&Previous" msgstr "&Vorige" #: ../raphodo/downloadtracker.py:454 msgid "MB/sec" msgstr "MB/sec" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:584 msgid "A few seconds" msgstr "Nog enkele seconden" #: ../raphodo/downloadtracker.py:643 msgid "1 second" msgstr "1 seconde" #: ../raphodo/downloadtracker.py:645 #, python-format msgid "%d seconds" msgstr "%d seconden" #: ../raphodo/downloadtracker.py:650 msgid "1 minute" msgstr "1 minuut" #: ../raphodo/downloadtracker.py:652 #, python-format msgid "%d minutes" msgstr "%d minuten" #: ../raphodo/downloadtracker.py:657 ../raphodo/downloadtracker.py:839 msgid "1 hour" msgstr "1 uur" #: ../raphodo/downloadtracker.py:659 #, python-format msgid "%d hours" msgstr "%d uren" #: ../raphodo/downloadtracker.py:664 ../raphodo/downloadtracker.py:869 #: ../raphodo/downloadtracker.py:877 msgid "1 day" msgstr "1 dag" #: ../raphodo/downloadtracker.py:666 #, python-format msgid "%d days" msgstr "%d dagen" #: ../raphodo/downloadtracker.py:845 msgid "1 minute, 1 second" msgstr "1 minuut, 1 seconde" #: ../raphodo/downloadtracker.py:847 #, python-format msgid "1 minute, %d seconds" msgstr "1 minuut, %d seconden" #: ../raphodo/downloadtracker.py:850 #, python-format msgid "%d minutes, 1 second" msgstr "%d minuten, 1 seconde" #: ../raphodo/downloadtracker.py:852 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d minuten, %(seconds)d seconden" #: ../raphodo/downloadtracker.py:884 msgid "1 hour, 1 minute" msgstr "1 uur, 1 minuut" #: ../raphodo/downloadtracker.py:886 #, python-format msgid "1 hour, %d minutes" msgstr "1 uur, %d minuten" #: ../raphodo/downloadtracker.py:889 #, python-format msgid "%d hours, 1 minute" msgstr "%d uren, 1 minuut" #: ../raphodo/downloadtracker.py:891 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d uren, %(minutes)d minuten" #: ../raphodo/downloadtracker.py:918 msgid "1 day, 1 hour" msgstr "1 dag, 1 uur" #: ../raphodo/downloadtracker.py:920 #, python-format msgid "1 day, %d hours" msgstr "1 dag, %d uren" #: ../raphodo/downloadtracker.py:923 #, python-format msgid "%d days, 1 hour" msgstr "%d dagen, 1 uur" #: ../raphodo/downloadtracker.py:925 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d dagen, %(hours)d uren" #: ../raphodo/errorlog.py:80 msgid "Find" msgstr "Zoek" #: ../raphodo/errorlog.py:150 msgid "Error Reports - Rapid Photo Downloader" msgstr "Fout Rapportage - Rapid Photo Downloader" #: ../raphodo/errorlog.py:187 msgid "Find in reports" msgstr "Vind in rapporten" #: ../raphodo/errorlog.py:206 msgid "Find the previous occurrence of the phrase" msgstr "Vorige overeenkomende tekenreeks zoeken" #: ../raphodo/errorlog.py:211 msgid "Find the next occurrence of the phrase" msgstr "Volgende overeenkomende tekenreeks zoeken" #: ../raphodo/errorlog.py:213 msgid "&Highlight All" msgstr "Alles accentueren" #: ../raphodo/errorlog.py:214 msgid "Highlight all occurrences of the phrase" msgstr "Alle overeenkomende tekenreeksen accentueren" #: ../raphodo/errorlog.py:215 msgid "&Match Case" msgstr "&Hoofdletter overeenkomst" #: ../raphodo/errorlog.py:216 msgid "Search with case sensitivity" msgstr "Zoeken met hoofdletter gevoeligheid" #: ../raphodo/errorlog.py:217 msgid "&Whole Words" msgstr "&Volledige woorden" #: ../raphodo/errorlog.py:218 msgid "Search whole words only" msgstr "Zoek enkel op volledige woorden" #: ../raphodo/errorlog.py:229 ../raphodo/errorlog.py:371 #, 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:234 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "%(matchnumber)s van %(total)s treffers" #: ../raphodo/errorlog.py:256 msgid "Clear" msgstr "Wissen" #: ../raphodo/errorlog.py:357 msgid "Phrase not found" msgstr "Uitdrukking niet gevonden" #: ../raphodo/errorlog.py:516 msgid "Search pending..." msgstr "Zoeken in afwachting..." #: ../raphodo/errorlog.py:567 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:50 #, python-brace-format msgid "" "Please report the problem at {website}.

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

      The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" "Gelieve het probleem te melden op {website}.

      Beschrijf in je foutrapportage wat " "je van het programma verwachtte en wat daadwerkelijk gebeurde.

      De " "foutrapportage moet ook de programma instellingen en log bestanden bevatten. " "Om een bestand aan te maken met deze aanvullende informatie, klik op Bewaar." #: ../raphodo/excepthook.py:57 msgid "Additional Information Saved" msgstr "Extra informatie bewaard" #: ../raphodo/excepthook.py:62 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
      {tarfile}
      You need to attach this file to the bug " "report yourself. It will not be automatically attached.

      Click here to see the file in your file manager." msgstr "" "De aanvullende informatie voor de fout rapportage werd aangemaakt in je home " "folder in een tar-bestand:
      {tarfile}
      Je moet dit bestand zelf bij " "de foutrapportage voegen, want dat gebeurt niet automatisch.

      klick hier om dat bestand te zien in je bestandsbeheerder." #: ../raphodo/excepthook.py:69 msgid "Error Creating Additional Information" msgstr "Fout bij het aanmaken van de extra informatie" #: ../raphodo/excepthook.py:72 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" "De extra fout rapportage werd niet aangemaakt. Vul toch een fout rapportage " "in." #: ../raphodo/excepthook.py:79 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

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

      Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" "Voeg de log bestanden van het programma bij je foutrapportage. De " "foutrapportage moet {log_file} bevatten, maar het bijvoegen van " "andere logbestanden kan ook helpvol zijn. Indien mogelijk voeg ook het " "instellingsbestand {config_file} toe.

      Klick hier om de logbestanden map te openen en klik hier om de configuratie map te openen." #: ../raphodo/excepthook.py:88 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" "Bijwerken naar de laatste versie al je toelaten te " "bepalen of het probleem dat je tegenkwam reeds opgelost is." #: ../raphodo/excepthook.py:182 msgid "Problem in Rapid Photo Downloader" msgstr "Probleem in Rapid Photo Downloader" #: ../raphodo/excepthook.py:186 msgid "A problem occurred in Rapid Photo Downloader" msgstr "Er is een fout opgetreden in Rapid Photo Downloader" #: ../raphodo/excepthook.py:189 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" "Als dezelfde fout zich opnieuw voordoet alvorens het programma beeindigd " "wordt is dit de enige melding ervan." #: ../raphodo/excepthook.py:216 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "Een probleem werd vastgesteld in Rapid Photo Downloader\n" #: ../raphodo/excepthook.py:218 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "Gelieve het probleem te melden op {website}\n" "Kleef het log bestand bij je foutrapportage, te vinden in {log_path}\n" "\n" #: ../raphodo/ui/filebrowse.py:173 ../raphodo/thumbnaildisplay.py:2254 msgid "Open in File Browser..." msgstr "Open in Bestandsbeheerder..." #. type: Optional[QModelIndex] #: ../raphodo/ui/filebrowse.py:179 msgid "Reset" msgstr "Opnieuw instellen" #: ../raphodo/ui/filebrowse.py:183 msgid "Show System Folders" msgstr "Vertoon Systeem folders" #: ../raphodo/foldercombo.py:140 msgid "File System" msgstr "Bestandssysteem" #: ../raphodo/foldercombo.py:181 msgid "Other..." msgstr "Overig..." #: ../raphodo/foldercombo.py:272 #, python-format msgid "%s (location does not exist)" msgstr "%s (locatie bestaat niet)" #: ../raphodo/generatenameconfig.py:206 msgid "Date time" msgstr "Datum tijd" #: ../raphodo/generatenameconfig.py:207 msgid "Text" msgstr "Tekst" #: ../raphodo/generatenameconfig.py:208 ../raphodo/rapid.py:2608 msgid "Filename" msgstr "Bestandsnaam" #: ../raphodo/generatenameconfig.py:209 #: ../raphodo/prefs/preferencedialog.py:994 msgid "Metadata" msgstr "Metagegevens" #: ../raphodo/generatenameconfig.py:210 msgid "Sequences" msgstr "Reeksen" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:213 msgid "Job code" msgstr "Job code" #: ../raphodo/generatenameconfig.py:214 msgid "Image date" msgstr "Afbeeldingsdatum" #: ../raphodo/generatenameconfig.py:215 msgid "Video date" msgstr "Videodatum" #: ../raphodo/generatenameconfig.py:216 msgid "Today" msgstr "Vandaag" #: ../raphodo/generatenameconfig.py:217 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:220 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:223 msgid "Name" msgstr "Naam" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 ../raphodo/rapid.py:2609 msgid "Extension" msgstr "Extensie" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 msgid "Image number" msgstr "Afbeeldingsnummer" #: ../raphodo/generatenameconfig.py:230 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:233 msgid "Aperture" msgstr "Diafragma" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 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:242 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:245 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:248 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:251 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:254 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:257 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:260 msgid "Shutter count" msgstr "Sluiterteller" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:262 msgid "File number" msgstr "Bestandsnummer" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:264 msgid "Folder only" msgstr "Enkel folder" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:266 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:269 msgid "Owner name" msgstr "Naam eigenaar" #: ../raphodo/generatenameconfig.py:270 msgid "Codec" msgstr "Codec" #: ../raphodo/generatenameconfig.py:271 msgid "Width" msgstr "Breedte" #: ../raphodo/generatenameconfig.py:272 msgid "Height" msgstr "Hoogte" #: ../raphodo/generatenameconfig.py:273 msgid "Length" msgstr "Lengte" #: ../raphodo/generatenameconfig.py:274 msgid "Frames Per Second" msgstr "Frames per seconde" #: ../raphodo/generatenameconfig.py:275 msgid "Artist" msgstr "Artiest" #: ../raphodo/generatenameconfig.py:276 msgid "Copyright" msgstr "Auteursrecht" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:279 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:282 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:285 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:288 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:291 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:294 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:297 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:300 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:303 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:306 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:309 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:312 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:315 msgid "lowercase" msgstr "kleine letters" #: ../raphodo/generatenameconfig.py:316 msgid "One digit" msgstr "Eén cijfer" #: ../raphodo/generatenameconfig.py:317 msgid "Two digits" msgstr "Twee cijfers" #: ../raphodo/generatenameconfig.py:318 msgid "Three digits" msgstr "Drie cijfers" #: ../raphodo/generatenameconfig.py:319 msgid "Four digits" msgstr "Vier cijfers" #: ../raphodo/generatenameconfig.py:320 msgid "Five digits" msgstr "Vijf cijfers" #: ../raphodo/generatenameconfig.py:321 msgid "Six digits" msgstr "Zes cijfers" #: ../raphodo/generatenameconfig.py:322 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:325 msgid "Subseconds" msgstr "Subseconden" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 ../raphodo/generatenameconfig.py:415 msgid "YYYYMMDD" msgstr "JJJJMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:416 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:334 ../raphodo/generatenameconfig.py:417 msgid "YYYY_MM_DD" msgstr "JJJJ_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 msgid "YYMMDD" msgstr "JJMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 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:343 msgid "YY_MM_DD" msgstr "JJ_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "MMDDYYYY" msgstr "MMDDJJJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYY" msgstr "MMDDJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "DDMMYYYY" msgstr "DDMMJJJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYY" msgstr "DDMMJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 ../raphodo/generatenameconfig.py:415 #: ../raphodo/generatenameconfig.py:416 ../raphodo/generatenameconfig.py:417 #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:419 msgid "YYYY" msgstr "JJJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 msgid "YY" msgstr "JJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 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:376 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:379 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:382 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:385 msgid "HHMMSS" msgstr "UUMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMM" msgstr "UUMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 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:394 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:397 msgid "HH" msgstr "UU" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 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:403 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:415 msgid "Date" msgstr "Datum" #: ../raphodo/generatenameconfig.py:416 msgid "Date (hyphens)" msgstr "Datum (streepjes)" #: ../raphodo/generatenameconfig.py:417 msgid "Date (underscores)" msgstr "Datum (underscores)" #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:512 #: ../raphodo/generatenameconfig.py:699 msgid "Date and Job Code" msgstr "Datum en Job Code" #: ../raphodo/generatenameconfig.py:418 msgid "YYYYMM_Job Code" msgstr "JJJJMM_Job Code" #: ../raphodo/generatenameconfig.py:419 msgid "Date and Job Code Subfolder" msgstr "Datum en Job Code Subfolder" #: ../raphodo/generatenameconfig.py:419 msgid "YYYYMM" msgstr "JJJJMM" #: ../raphodo/generatenameconfig.py:419 ../raphodo/jobcodepanel.py:279 #: ../raphodo/ui/nameeditor.py:926 ../raphodo/rapid.py:2261 #: ../raphodo/ui/renamepanel.py:93 ../raphodo/ui/renamepanel.py:275 msgid "Job Code" msgstr "Job Code" #: ../raphodo/generatenameconfig.py:507 ../raphodo/generatenameconfig.py:694 msgid "Original Filename" msgstr "Originele bestandsnaam" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "Date-Time and Downloads today" msgstr "Datum-Tijd en Downloads vandaag" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "YYYYMMDD-HHMM-1" msgstr "JJJJMMDD-UUMM-1" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "Date and Downloads today" msgstr "Datum en Downloads vandaag" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "YYYYMMDD-1" msgstr "JJJJMMDD-1" #: ../raphodo/generatenameconfig.py:510 msgid "Date-Time and Image number" msgstr "Datum-Tijd en afbeeldingsnummer" #: ../raphodo/generatenameconfig.py:510 msgid "YYYYMMDD-1234" msgstr "JJJJMMDD-1234" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "Date-Time and Job Code" msgstr "Datum-Tijd en Job code" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "JJJJMMDD-UUMM-Job Code-1" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:699 msgid "YYYYMMDD-Job Code-1" msgstr "JJJJMMDD-Job Code-1" #: ../raphodo/generatenameconfig.py:697 msgid "Date-Time and Video number" msgstr "Datum-Tijd en Video nummer" #: ../raphodo/generatenameconfig.py:697 msgid "YYYYMMDD_1234" msgstr "JJJJMMDD_1234" #: ../raphodo/generatenameconfig.py:700 msgid "Resolution" msgstr "Resolutie" #: ../raphodo/generatenameconfig.py:700 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "JJJJMMDD-UUMM-1-1920x1080" #: ../raphodo/jobcodepanel.py:90 msgid "Enter a new Job Code, or select a previous one" msgstr "Geef een nieuwe Job Code in of selecteer vorige" #: ../raphodo/jobcodepanel.py:98 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" "De Job Code zal worden toegepast op %s die deze Job Code nog niet hebben." #: ../raphodo/jobcodepanel.py:108 #, 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:121 msgid "Apply Job Code to Download" msgstr "Job Code toepassen op Download" #: ../raphodo/jobcodepanel.py:123 msgid "Enter a new Job Code" msgstr "Geef een nieuwe Job Code in" #: ../raphodo/jobcodepanel.py:131 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" "Hint: Selecteer foto's en video's alvorens een nieuwe Job Code in te " "geven, zodat deze direct toegepast wordt." #: ../raphodo/jobcodepanel.py:144 #, 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:148 msgid "New Job Code" msgstr "Nieuwe Job Code" #: ../raphodo/jobcodepanel.py:186 msgid "&Job Code:" msgstr "&Job Code:" #: ../raphodo/jobcodepanel.py:190 msgid "&Remember this Job Code" msgstr "Onhoud deze Job Code" #: ../raphodo/jobcodepanel.py:251 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:255 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:259 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:264 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:269 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:278 msgid "Last Used" msgstr "Laatst gebruikt op" #: ../raphodo/jobcodepanel.py:283 msgid "Job Code Sort:" msgstr "Job Code Volgorde:" #: ../raphodo/jobcodepanel.py:286 ../raphodo/rapid.py:2616 msgid "Ascending" msgstr "Oplopend" #: ../raphodo/jobcodepanel.py:287 ../raphodo/rapid.py:2617 msgid "Descending" msgstr "Aflopend" #: ../raphodo/jobcodepanel.py:297 msgid "&New..." msgstr "&Nieuw..." #: ../raphodo/jobcodepanel.py:301 msgid "&Apply" msgstr "&Toepassen" #: ../raphodo/jobcodepanel.py:305 msgid "&Remove" msgstr "&Verwijderen" #: ../raphodo/jobcodepanel.py:309 ../raphodo/prefs/preferencedialog.py:288 #: ../raphodo/prefs/preferencedialog.py:324 #: ../raphodo/prefs/preferencedialog.py:781 msgid "Remove All" msgstr "Alles verwijderen" #: ../raphodo/jobcodepanel.py:512 msgid "Do you really want to remove all the Job Codes?" msgstr "Wens je alle Job Codes te verwijderen?" #: ../raphodo/jobcodepanel.py:515 msgid "Remove all Job Codes" msgstr "Verwijder alle Job Codes" #: ../raphodo/jobcodepanel.py:578 msgid "Job Codes" msgstr "Job Codes" #: ../raphodo/ui/messagewidget.py:67 #, python-format msgid "Hint: %(message)s" msgstr "Hint: %(message)s" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:478 ../raphodo/ui/nameeditor.py:498 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/ui/nameeditor.py:583 msgid "Save New Custom Preset..." msgstr "Opslaan nieuwe persoonlijke instellingen..." #: ../raphodo/ui/nameeditor.py:584 msgid "Remove All Custom Presets..." msgstr "Verwijder alle persoonlijke instellingen..." #: ../raphodo/ui/nameeditor.py:630 msgid "(New Custom Preset)" msgstr "(Nieuwe persoonlijke instellingen)" #: ../raphodo/ui/nameeditor.py:647 #, python-format msgid "%s (edited)" msgstr "%s (bewerkt)" #: ../raphodo/ui/nameeditor.py:650 ../raphodo/ui/nameeditor.py:1558 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "Bijwerken persoonlijke instelling \"%s\"" #: ../raphodo/ui/nameeditor.py:743 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "Opslaan nieuwe persoonlijke instelling - Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:751 msgid "Preset Name:" msgstr "Vooraf ingestelde naam:" #: ../raphodo/ui/nameeditor.py:884 msgid "Photo Subfolder Generation Editor" msgstr "Foto Subfolder Generation Editor" #: ../raphodo/ui/nameeditor.py:892 msgid "Video Subfolder Generation Editor" msgstr "Video Subfolder Generation Editor" #: ../raphodo/ui/nameeditor.py:900 msgid "Photo Renaming Editor" msgstr "Foto Hernoemen Editor" #: ../raphodo/ui/nameeditor.py:907 msgid "Video Renaming Editor" msgstr "Video Hernoemen Editor" #: ../raphodo/ui/nameeditor.py:936 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" "Opgepast: Er zijn onvoldoende gegevens " "om een volwaardige naam aan te maken. Gelieve andere hernoem opties te " "gebruiken.." #: ../raphodo/ui/nameeditor.py:954 #, 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/ui/nameeditor.py:964 #, 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/ui/nameeditor.py:972 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" "Opgepast: Unieke bestandsnamen worden " "mogelijks niet aangemaakt. Maak bestandsnamen uniek door gebruik te maken " "van volgnummers." #: ../raphodo/ui/nameeditor.py:999 ../raphodo/ui/renamepanel.py:139 msgid "Preset:" msgstr "Voorinstelling:" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1082 ../raphodo/ui/nameeditor.py:1105 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/ui/nameeditor.py:1134 ../raphodo/prefs/preferencedialog.py:1083 #: ../raphodo/wsl.py:648 msgid "Get help online..." msgstr "Online hulp zoeken..." #: ../raphodo/ui/nameeditor.py:1161 msgid "Insert" msgstr "Toevoegen" #: ../raphodo/ui/nameeditor.py:1523 msgid "Save Preset - Rapid Photo Downloader" msgstr "Voorinstelling opslaan - Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:1527 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/ui/nameeditor.py:1548 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/ui/nameeditor.py:1562 msgid "Save New Custom Preset" msgstr "Bewaar nieuwe aangemaakte voorinstelling" #: ../raphodo/newversion.py:326 msgid "Checking for new version..." msgstr "Controleren op nieuwe versies..." #: ../raphodo/newversion.py:327 msgid "You are running the latest version." msgstr "Je gebruikt momenteel de laatste versie." #: ../raphodo/newversion.py:328 msgid "Failed to contact the update server." msgstr "Kon de update server niet contacteren." #: ../raphodo/newversion.py:331 #, 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:334 msgid "Do you want to download the new version?" msgstr "Wens je de nieuwe versie te downloaden?" #: ../raphodo/newversion.py:336 #, 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:366 ../raphodo/newversion.py:385 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:388 msgid "&Open Download Page" msgstr "&Open Download Pagina" #: ../raphodo/newversion.py:412 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:531 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "%(downloaded)s van %(total)s" #: ../raphodo/newversion.py:553 msgid "Downloading..." msgstr "Downloaden…" #: ../raphodo/prefs/preferencedialog.py:134 msgid "Preferences" msgstr "Voorkeuren" #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 msgid "Language" msgstr "Taal" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 msgid "Automation" msgstr "Automatie" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Thumbnails" msgstr "Miniaturen" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:160 #: ../raphodo/prefs/preferencedialog.py:183 #: ../raphodo/prefs/preferencedialog.py:585 msgid "Time Zones" msgstr "Tijdzones" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:184 #: ../raphodo/prefs/preferencedialog.py:649 msgid "Error Handling" msgstr "Foutafhandeling" #: ../raphodo/prefs/preferencedialog.py:162 #: ../raphodo/prefs/preferencedialog.py:185 msgid "Warnings" msgstr "Waarschuwingen" #: ../raphodo/prefs/preferencedialog.py:163 msgid "Consolidation" msgstr "Consolidatie" #: ../raphodo/prefs/preferencedialog.py:164 #: ../raphodo/prefs/preferencedialog.py:186 msgid "Miscellaneous" msgstr "Overige" #: ../raphodo/prefs/preferencedialog.py:221 msgid "Device Scanning" msgstr "Apparaten aflopen" #: ../raphodo/prefs/preferencedialog.py:222 msgid "Scan only external devices" msgstr "Scan alleen externe apparaten" #: ../raphodo/prefs/preferencedialog.py:225 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/prefs/preferencedialog.py:231 msgid "Scan only specific folders on devices" msgstr "Scan enkel specifieke folders op apparaten" #: ../raphodo/prefs/preferencedialog.py:233 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/prefs/preferencedialog.py:240 msgid "Folders to scan:" msgstr "Folders die doorlopen moeten worden:" #: ../raphodo/prefs/preferencedialog.py:244 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/prefs/preferencedialog.py:249 #: ../raphodo/prefs/preferencedialog.py:310 msgid "Add..." msgstr "Toevoegen…" #: ../raphodo/prefs/preferencedialog.py:252 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/prefs/preferencedialog.py:256 #: ../raphodo/prefs/preferencedialog.py:286 #: ../raphodo/prefs/preferencedialog.py:317 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove" msgstr "Verwijder" #: ../raphodo/prefs/preferencedialog.py:259 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/prefs/preferencedialog.py:278 msgid "Devices that have been set to automatically ignore or download from." msgstr "" "Apparaten die ingesteld zijn om automatisch genegeerd of van gedownload te " "worden." #: ../raphodo/prefs/preferencedialog.py:279 msgid "Remembered Devices" msgstr "Onthouden apparaten" #: ../raphodo/prefs/preferencedialog.py:283 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" "Verwijder een apparaat van de lijst van apparaten die automatisch genegeerd " "of waarvan gedownload moet worden." #: ../raphodo/prefs/preferencedialog.py:290 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/prefs/preferencedialog.py:304 msgid "Ignored Paths" msgstr "Genegeerde paden" #: ../raphodo/prefs/preferencedialog.py:306 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/prefs/preferencedialog.py:313 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Voeg een pad toe aan de lijst van de te negeren paden.\n" "\n" "Het wijzigen van deze instelling herstart het scannen van alle apparaten." #: ../raphodo/prefs/preferencedialog.py:320 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Verwijder een pad van de lijst van de te negeren paden.\n" "\n" "Het wijzigen van deze instelling herstart het scannen van alle apparaten." #: ../raphodo/prefs/preferencedialog.py:327 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Wis de lijst van de te negeren paden.\n" "\n" "Het wijzigen van deze instelling herstart het scannen van alle apparaten." #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as well. #: ../raphodo/prefs/preferencedialog.py:338 #, python-brace-format msgid "Use python-style regular expressions" msgstr "Gebruik python-style reguliere uitdrukkingen" #: ../raphodo/prefs/preferencedialog.py:345 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Gebruik reguliere uitdrukkingen in de lijst van de te negeren paden.\n" "\n" "Het wijzigen van deze instelling herstart het scannen van alle apparaten." #: ../raphodo/prefs/preferencedialog.py:387 msgid "Language: " msgstr "Taal: " #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:400 #: ../raphodo/prefs/preferencedialog.py:505 #: ../raphodo/prefs/preferencedialog.py:553 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:408 #: ../raphodo/prefs/preferencedialog.py:575 msgid "* Takes effect upon program restart" msgstr "* Vereist een programma herstart" #: ../raphodo/prefs/preferencedialog.py:416 msgid "Program Automation" msgstr "Programma Automatisatie" #: ../raphodo/prefs/preferencedialog.py:417 msgid "Mount devices not already automatically mounted" msgstr "Koppelbare apparaten niet automatisch gekoppeld" #. Translators: This next sentence is used in a tool tip. Feel free to place the #. carriage return where you think it makes sense so that the tool tip does not #. stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:422 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" "Koppel apparaten zoals geheugenkaarten of externe schijven\n" "wanneer het besturingssysteem ze niet automatich koppelt" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading at program startup" msgstr "Start de download tijdens het opstarten van het programma" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Start downloading upon device insertion" msgstr "Start de download zodra een apparaat wordt aangekoppeld" #: ../raphodo/prefs/preferencedialog.py:430 msgid "Unmount (eject) device upon download completion" msgstr "Ontkoppel (uitwerpen) van het apparaat na afloop van de download" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program when download completes" msgstr "Beëindig programma als de download afgelopen is" #: ../raphodo/prefs/preferencedialog.py:433 msgid "Exit program even if download had warnings or errors" msgstr "" "Beëindig programma zelfs indien de download fouten of waarschuwingen had" #: ../raphodo/prefs/preferencedialog.py:465 msgid "Thumbnail Generation" msgstr "Bezig met de miniaturen aan te maken" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails" msgstr "Miniaturen aanmaken" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Generate thumbnails to show in the main program window" msgstr "Maak de miniaturen aan om in het hoofdvenster te vertonen" #: ../raphodo/prefs/preferencedialog.py:470 msgid "Cache thumbnails" msgstr "Miniaturen cachen" #: ../raphodo/prefs/preferencedialog.py:473 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/prefs/preferencedialog.py:477 msgid "Generate system thumbnails" msgstr "Systeem miniaturen aanmaken" #: ../raphodo/prefs/preferencedialog.py:480 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" "Bewaar gedurende het downloaden, miniaturen die kunnen gebruikt worden door " "bestandsbeheerders en andere programma's" #: ../raphodo/prefs/preferencedialog.py:489 msgid "Number of CPU cores used to generate thumbnails." msgstr "Aantal CPU cores gebruikt om miniaturen aan te maken." #: ../raphodo/prefs/preferencedialog.py:490 msgid "CPU cores:" msgstr "CPU cores:" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Thumbnail Cache" msgstr "Miniatuurcache" #: ../raphodo/prefs/preferencedialog.py:530 msgid "Calculating..." msgstr "Bezig met berekenen..." #: ../raphodo/prefs/preferencedialog.py:536 msgid "days" msgstr "dagen" #: ../raphodo/prefs/preferencedialog.py:537 msgid "forever" msgstr "voor altijd" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Cache size:" msgstr "Cache-grootte:" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Number of thumbnails:" msgstr "Aantal miniaturen:" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Database size:" msgstr "Database grootte:" #: ../raphodo/prefs/preferencedialog.py:550 msgid "Cache unaccessed thumbnails for:" msgstr "Plaats niet benaderde miniaturen in de cache voor:" #: ../raphodo/prefs/preferencedialog.py:559 msgid "Purge Cache..." msgstr "Cache ledigen..." #: ../raphodo/prefs/preferencedialog.py:562 msgid "Optimize Cache..." msgstr "Cache optimaliseren..." #: ../raphodo/prefs/preferencedialog.py:588 msgid "Ignore time zone and daylight savings changes" msgstr "Negeer tijdzones en zomertijd aanpassingen" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:598 msgid "Offset resolution (minutes):" msgstr "Offset resolutie in minuten:" #: ../raphodo/prefs/preferencedialog.py:601 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" "Het veelvoud gebruikt bij het berekenen van de offset van de oorspronkelijke " "tijd wanneer de foto of video genomen was." #: ../raphodo/prefs/preferencedialog.py:615 msgid "When detecting if a file has been previously downloaded:" msgstr "" "Bij het detecteren wanneer een bestand vroeger reeds gedownload werd:" #: ../raphodo/prefs/preferencedialog.py:629 msgid "Learn more about time zone handling" msgstr "Leer meer over hoe werken met tijdzones" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Skip download" msgstr "Download overslaan" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Don't download the file, and issue an error message" msgstr "Download het bestand niet en vertoon een foutbericht" #: ../raphodo/prefs/preferencedialog.py:656 msgid "Add unique identifier" msgstr "Uniek identifiecatieteken toevoegen" #: ../raphodo/prefs/preferencedialog.py:659 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/prefs/preferencedialog.py:667 msgid "Overwrite" msgstr "Overschrijven" #: ../raphodo/prefs/preferencedialog.py:668 msgid "Overwrite the previously backed up file" msgstr "Overschrijf het vorige gebackupde bestand" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Skip" msgstr "Overslaan" #: ../raphodo/prefs/preferencedialog.py:671 msgid "Don't overwrite the backup file, and issue an error message" msgstr "Overschrijf het back-up bestand niet en vertoon een foutbericht" #: ../raphodo/prefs/preferencedialog.py:678 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/prefs/preferencedialog.py:690 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/prefs/preferencedialog.py:701 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/prefs/preferencedialog.py:722 msgid "Program Warnings" msgstr "Programma verwittigingen" #: ../raphodo/prefs/preferencedialog.py:723 msgid "Show a warning when:" msgstr "Vertoon een verwittiging als:" #: ../raphodo/prefs/preferencedialog.py:727 msgid "Downloading files currently not displayed" msgstr "Downloaden van bestanden die momenteel niet worden weergegeven" #: ../raphodo/prefs/preferencedialog.py:730 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/prefs/preferencedialog.py:734 msgid "Backup destinations are missing" msgstr "Back-up bestemming ontbreekt" #: ../raphodo/prefs/preferencedialog.py:736 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/prefs/preferencedialog.py:740 msgid "Program libraries are missing or broken" msgstr "Programma bibliotheken ontbreken of zijn defect" #: ../raphodo/prefs/preferencedialog.py:743 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/prefs/preferencedialog.py:747 msgid "Filesystem metadata cannot be set" msgstr "Bestandssysteem metagegevens kunnen niet ingesteld worden" #: ../raphodo/prefs/preferencedialog.py:749 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/prefs/preferencedialog.py:753 msgid "Encountering unhandled files" msgstr "Niet opgevangen fout opgetreden" #: ../raphodo/prefs/preferencedialog.py:755 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/prefs/preferencedialog.py:760 msgid "Do not warn about unhandled files with extensions:" msgstr "Verwittig niet bij niet opgevangen bestanden met extensies:" #: ../raphodo/prefs/preferencedialog.py:765 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/prefs/preferencedialog.py:769 msgid "Add" msgstr "Toevoegen" #: ../raphodo/prefs/preferencedialog.py:771 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" "Voeg een bestandsextensie toe aan de lijst van niet behandelde " "bestandstypes, waar er niet over gewaarschuwd moet worden." #: ../raphodo/prefs/preferencedialog.py:776 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/prefs/preferencedialog.py:783 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" "Maak de lijst van niet behandelde bestandstypes, waar er niet over " "gewaarschuwd moet worden, leeg." #: ../raphodo/prefs/preferencedialog.py:821 msgid "Photo and Video Consolidation" msgstr "Foto en Video Consolidatie" #: ../raphodo/prefs/preferencedialog.py:824 msgid "Consolidate files across devices and downloads" msgstr "Consolideer bestanden over apparaten en downloads heen" #: ../raphodo/prefs/preferencedialog.py:827 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" "Analyseer de resultaten van de scans van apparaten, voor dubbele bestanden " "en bij elkaar passende RAW en JPEG paren,\n" "en vergelijk ze over meerdere apparaten en download sessies." #: ../raphodo/prefs/preferencedialog.py:833 msgid "Treat matching RAW and JPEG files as:" msgstr "Behandel passende RAW en JPEG bestanden als:" #: ../raphodo/prefs/preferencedialog.py:834 msgid "One photo" msgstr "Eén foto" #: ../raphodo/prefs/preferencedialog.py:835 msgid "Two photos" msgstr "Twee foto's" #: ../raphodo/prefs/preferencedialog.py:837 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/prefs/preferencedialog.py:842 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/prefs/preferencedialog.py:851 msgid "With matching RAW and JPEG photos:" msgstr "Met overeenkomende RAW en JPEG foto's:" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Do not mark JPEG for download" msgstr "Markeer JPEG niet voor download" #: ../raphodo/prefs/preferencedialog.py:854 msgid "Do not mark RAW for download" msgstr "Markeer RAW niet voor download" #: ../raphodo/prefs/preferencedialog.py:855 msgid "Mark both for download" msgstr "Markeer beide voor download" #: ../raphodo/prefs/preferencedialog.py:862 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/prefs/preferencedialog.py:868 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/prefs/preferencedialog.py:874 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/prefs/preferencedialog.py:880 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/prefs/preferencedialog.py:886 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/prefs/preferencedialog.py:902 msgid "Clear completed downloads" msgstr "Wis afgewerkte downloads" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Keep displaying completed downloads" msgstr "Blijf afgewerkte downloads vertonen" #: ../raphodo/prefs/preferencedialog.py:906 msgid "Prompt for what to do" msgstr "Vraag wat te doen" #: ../raphodo/prefs/preferencedialog.py:911 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/prefs/preferencedialog.py:916 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/prefs/preferencedialog.py:921 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/prefs/preferencedialog.py:968 msgid "Version Check" msgstr "Versie controle" #: ../raphodo/prefs/preferencedialog.py:969 msgid "Check for new version at startup" msgstr "Controleer op nieuwe versie bij het opstarten" #: ../raphodo/prefs/preferencedialog.py:972 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/prefs/preferencedialog.py:976 msgid "Include development releases" msgstr "Inclusief ontwikkel versies" #: ../raphodo/prefs/preferencedialog.py:978 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/prefs/preferencedialog.py:996 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "Negeer DNG datum/tijd metagegevens op MTP apparaten" #: ../raphodo/prefs/preferencedialog.py:999 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" "Negeer datum/tijd metagegevens in DNG bestanden op MTP apparaten maar " "gebruik de bestandswijzigingstijd.\n" "\n" "Nuttig voor apparaten zoals sommige telefoons en tablets die foute DNG " "metagegevens aanmaken." #: ../raphodo/prefs/preferencedialog.py:1006 msgid "Read photo metadata using only ExifTool" msgstr "Lees de fotometadata enkel met ExifTool" #: ../raphodo/prefs/preferencedialog.py:1008 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/prefs/preferencedialog.py:1034 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/prefs/preferencedialog.py:1140 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1423 #, python-format msgid "Restores default %s preference values" msgstr "Herstel de standaard %s voorkeuren" #: ../raphodo/prefs/preferencedialog.py:1585 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/prefs/preferencedialog.py:1590 msgid "Purge Thumbnail Cache" msgstr "Ledig miniaturencache" #: ../raphodo/prefs/preferencedialog.py:1605 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/prefs/preferencedialog.py:1610 msgid "Optimize Thumbnail Cache" msgstr "Optimaliseer miniaturencache" #: ../raphodo/prefs/preferencedialog.py:1929 msgid "Enter a Folder to Scan" msgstr "Geef de te doorlopen folder op" #: ../raphodo/prefs/preferencedialog.py:1931 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/prefs/preferencedialog.py:1933 msgid "Folder:" msgstr "Folder:" #: ../raphodo/prefs/preferencedialog.py:1947 msgid "Enter a Path to Ignore" msgstr "Geef het te negeren pad op" #: ../raphodo/prefs/preferencedialog.py:1949 msgid "Specify a path that will never be scanned for photos or videos" msgstr "Geef een pad op dat nooit op foto's of video's gescand zal worden" #: ../raphodo/prefs/preferencedialog.py:1951 msgid "Path:" msgstr "Pad:" #: ../raphodo/prefs/preferencedialog.py:1965 msgid "Enter a File Extension" msgstr "Geef een bestandsextensie op" #: ../raphodo/prefs/preferencedialog.py:1966 msgid "Specify a file extension (without the leading dot)" msgstr "Geef een bestandsextensie op (zonder de voorloop punt)" #: ../raphodo/prefs/preferencedialog.py:1967 ../raphodo/ui/renamepanel.py:140 msgid "Extension:" msgstr "Extensie:" #: ../raphodo/prefs/preferencedialog.py:1982 msgid "Invalid File Extension" msgstr "Ongeldige bestandsextensie" #: ../raphodo/prefs/preferencedialog.py:1987 #, 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/prefs/preferencedialog.py:1996 #, 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/prefs/preferences.py:311 msgid "Wedding" msgstr "Trouwen" #: ../raphodo/prefs/preferences.py:311 msgid "Birthday" msgstr "Verjaardag" #: ../raphodo/prefs/preferences.py:736 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Sub-foldervoorkeuren mogen niet starten met een %s" #: ../raphodo/prefs/preferences.py:740 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Sub-foldervoorkeuren mogen niet eindigen op een %s" #: ../raphodo/prefs/preferences.py:747 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "Sub-foldervoorkeuren mogen geen twee opeenvolgende %s bevatten" #: ../raphodo/ui/primarybutton.py:124 msgid "Download 8 Photos and 10 Videos" msgstr "Download 8 foto's en 10 video's" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Fout: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "Fout: %s" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "GPhoto2 fout: %s" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" "Kan de camera niet initialiseren, wellicht omdat een ander programma het " "gebruikt. Er werden geen bestanden gekopieerd." #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "Kan de folder %s niet lezen" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "Kan de wijzigingstijd of grootte van %s niet benaderen" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "Lezen van bestand %s mislukt" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "Kan bestand %s niet schrijven" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "Kan bestand %s niet verplaatsen" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "Kan bestand %s niet verwijderen" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "Kan bestand %s niet kopiëren" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "Nul lengte bestand %s zal niet gedownload worden" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "Kon de systeem wijzigingstijd voor bestand %s niet bepalen" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "Kan de metagegevens voor %s niet laden" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" "Kan de metagegevens van %(name)s niet laden. De %(filetype)s werd niet " "gedownload." #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" "Er gebeurde een fout tijdens het zetten van de metagegevens van een bestand " "op het bestandssysteem %s. Als deze fout zich opnieuw voordoet op hetzelfde " "bestandssysteem zal deze niet opnieuw gerapporteerd worden." #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" "Niet-behandeld bestand %s tegengekomen. Het zal niet gedownload worden." #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)s bestaan reeds." #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" "Bestaande %(filetype)s %(destination)s werd het laatst bijgewerkt op " "%(date)s om %(time)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "%(filetype)s %(source)s werd niet gedownload van %(device)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "%(filetype)s %(source)s werd gedownload van %(device)s." #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "De unieke identificatie '%s' werd toegevoegd aan de bestandsnaam." #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "De bestaande back-up %(filetype)s %(destination)s werd het laatst bijgewerkt " "op %(date)s om %(time)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "%(filetype)s %(source)s werd niet gebackupped vanaf %(device)s." #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "De vorige back-up %(filetype)s %(destination)s werd het laatst bijgewerkt op " "%(date)s om %(time)s." #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" "%(filetype)s %(source)s van %(device)s werd gebackupped en overschreef de " "vorige back-up %(filetype)s." #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" "Bij het synchroniseren van de RAW + JPEG volgnummers, werd een dubbele " "%(filetype)s %(file)s gevonden en deze werd dus niet gedownload." #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" "Bij het synchroniseren van de volgnummers van RAW + JPEG werden foto's " "gevonden met dezelfde bestandsnamen, maar genomen op een verschillende tijd:" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)s werd genomen op %(image1_date)s om %(image1_time)s, en %(image2)s " "op %(image2_date)s om %(image2_time)s." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "Kan de bestandsnaam voor %s niet afwerken" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" "De bestandsnaam %(destination)s werd niet volledig aangemaakt voor " "%(filetype)s %(source)s." #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "De %(type)s metagegeven ontbreekt." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "De volgende metagegevens ontbreken: %s." #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "Omzetten datum/tijd mislukt: %s." #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" "Kon de geldige datum/tijd niet uit de metagegevens halen om de " "wijzigingstijd te bepalen." #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "Bestandsnaam heeft geen extensie." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "Bestandsnaam bevat geen getallenreeks." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "Fout bij het aanmaken van component %(component)s. Fout: %(error)s" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" "De download sub-folders %(folder)s werd maar gedeeltelijk aangemaakt voor " "%(filetype)s %(source)s." #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" "Er zijn geen gegevens waarmee de %(subfolder_file)s voor %(filename)s kan " "aangemaakt worden. De %(filetype)s werd niet gedownload." #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" "Kan %(filetype)s %(destination)s in %(folder)s niet aanmaken. Het download " "bestand was %(source)s in %(device)s. Het werd niet gedownload." #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "Kan de download sub-folder %s niet aanmaken." #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "Kan de back-up sub-folder %s niet aanmaken." #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "Probleem tijdens het scannen van %s" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "Problemen tijdens het kopiëren vanaf %s" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" "Problemen bij het afwerken van bestandsnamen en het aanmaken van sub-folders" #: ../raphodo/problemnotification.py:724 #, 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:249 ../raphodo/proximity.py:278 #: ../raphodo/proximity.py:313 ../raphodo/proximity.py:319 #, 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:267 #, 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:288 ../raphodo/proximity.py:294 #: ../raphodo/proximity.py:1123 ../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:303 ../raphodo/proximity.py:307 #: ../raphodo/proximity.py:1130 ../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:328 #, 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:339 #, 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:473 #, 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:1135 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1893 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:1952 #, 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:1956 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:1962 #, python-format msgid "%(hours)dh" msgstr "%(hours)du" #: ../raphodo/proximity.py:2101 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:2106 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:2109 msgid "Timeline build pending..." msgstr "Tijdslijnopbouw hangende..." #: ../raphodo/proximity.py:2110 msgid "Timeline is building..." msgstr "Tijdslijn wordt opgebouwd..." #: ../raphodo/proximity.py:2112 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:2568 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" "Aan/uitzetten synchroniseren van de tijdslijn en miniatuur scrollen(Ctrl-T)" #: ../raphodo/rapid.py:473 ../raphodo/rapid.py:871 ../raphodo/rapid.py:4657 #: ../raphodo/rapid.py:4880 ../raphodo/rapid.py:4899 ../raphodo/rapid.py:4922 #: ../raphodo/rapid.py:4929 ../raphodo/rapid.py:5606 ../raphodo/rapid.py:6229 #: ../raphodo/rapid.py:7449 ../raphodo/ui/rememberthisdialog.py:112 #: ../raphodo/ui/viewutils.py:743 #: ../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:1156 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:1167 msgid "Problem with ExifTool" msgstr "Probleem met ExifTool" #: ../raphodo/rapid.py:1176 msgid "" "The library libmediainfo appears to be missing

      Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" "De bibliotheek ligmediainfo blijkt te ontbreken

      Rapid Photo " "Downloader gebruikt libmediainfo om de datum en tijd te verkrijgen van een " "video. Het programma kan erzonder draaien, maar installatie ervan is " "aanbevolen." #: ../raphodo/rapid.py:1188 msgid "Problem with libmediainfo" msgstr "Probleem met libmediainfo" #: ../raphodo/rapid.py:1367 #, python-format msgid "" "Cannot download from Apple devices

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

      Missing applications: " "%(applications)s

      Learn " "more about which software to install." msgstr "" "Kan niet downloaden van een Apple apparaat

      Om te downloaden " "van %(device)s moet extra software geïnstalleerd worden om met Apple " "apparaten te kunnen werken.

      Ontbrekende applicatie: " "%(applications)s

      Leer " "meer over welke software te installeren." #: ../raphodo/rapid.py:1766 msgid "Download failed" msgstr "Downloaden is mislukt" #: ../raphodo/rapid.py:1769 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:1778 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:1782 msgid "Update Rapid Photo Downloader" msgstr "Bijwerken Rapid Photo Downloader" #: ../raphodo/rapid.py:1786 msgid "Install" msgstr "Installeren" #: ../raphodo/rapid.py:1804 msgid "New version saved" msgstr "Nieuw versie opgeslagen" #: ../raphodo/rapid.py:1806 #, 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:1824 msgid "Upgrade failed" msgstr "Bijwerken mislukt" #: ../raphodo/rapid.py:1827 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:1873 msgid "" "\n" "

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

      \n" "

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

      " msgstr "" "\n" "

      Rapid Photo Downloader is gemaaakt voor jou. Je kan helpen bij het " "verbeteren ervan door deel te nemen\n" "aan deze web survey.

      \n" "

      Omdat dit programma geen analytische gegevens verzamelt, kan deze web " "survey een echter \n" "verschil maken naar de toekomst van dit programma.

      " #: ../raphodo/rapid.py:1883 msgid "The survey is in English." msgstr "De enquête is in het Engels" #: ../raphodo/rapid.py:1894 msgid "Do you want to take the survey?" msgstr "Wens je de enquête in te vullen?" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1897 msgid "Ask me later" msgstr "Later opnieuw vragen" #: ../raphodo/rapid.py:1898 msgid "Yes" msgstr "Ja" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1901 msgid "I already took it" msgstr "Ik heb de enquête reeds ingevuld" #. Translators: "Never ask me about any survey" refers to now and in the future #: ../raphodo/rapid.py:1906 msgid "Never ask me about any survey" msgstr "Ik wens geen enquêtes te doen in de toekomst" #: ../raphodo/rapid.py:2110 ../raphodo/rapid.py:2914 msgid "Download" msgstr "Download" #: ../raphodo/rapid.py:2114 msgid "&Refresh..." msgstr "Ve&rvers..." #: ../raphodo/rapid.py:2118 msgid "&Preferences" msgstr "&Voorkeuren" #: ../raphodo/rapid.py:2122 msgid "&Quit" msgstr "&Afsluiten" #: ../raphodo/rapid.py:2128 msgid "Windows &Drives" msgstr "Windows &drivers" #: ../raphodo/rapid.py:2132 msgid "Error &Reports" msgstr "Fout &Rapportages" #: ../raphodo/rapid.py:2137 msgid "Clear Completed Downloads" msgstr "Voltooide Downloads Wissen" #: ../raphodo/rapid.py:2140 msgid "Get Help Online..." msgstr "Online hulp verktijgen..." #: ../raphodo/rapid.py:2144 msgid "&Tip of the Day..." msgstr "&Tip van de dag..." #: ../raphodo/rapid.py:2147 msgid "Report a Problem..." msgstr "Een probleem melden…" #: ../raphodo/rapid.py:2150 msgid "Make a Donation..." msgstr "Doe een gift..." #: ../raphodo/rapid.py:2153 msgid "Translate this Application..." msgstr "Vertaal deze toepassing..." #: ../raphodo/rapid.py:2158 msgid "&About..." msgstr "&Over..." #: ../raphodo/rapid.py:2161 msgid "Check for Updates..." msgstr "Controleren op updates..." #: ../raphodo/rapid.py:2250 msgid "Timeline" msgstr "Tijdbalk" #: ../raphodo/rapid.py:2258 msgid "Destination" msgstr "Doel" #: ../raphodo/rapid.py:2260 msgid "Rename" msgstr "Hernoemen" #: ../raphodo/rapid.py:2262 msgid "Back Up" msgstr "Back-up" #: ../raphodo/rapid.py:2486 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" "Apparaten gekoppeld aan deze computer als downloadbronnen gebruiken aan- of " "uitzetten" #: ../raphodo/rapid.py:2505 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:2508 msgid "This Computer" msgstr "Deze computer" #: ../raphodo/rapid.py:2522 msgid "Select a source folder" msgstr "Selecteer de bronfolder" #: ../raphodo/rapid.py:2600 msgid "All" msgstr "Alles" #: ../raphodo/rapid.py:2601 msgid "New" msgstr "Nieuw" #: ../raphodo/rapid.py:2603 msgid "Show:" msgstr "Weergeven:" #: ../raphodo/rapid.py:2606 msgid "Modification Time" msgstr "Wijzigingstijd" #: ../raphodo/rapid.py:2607 msgid "Checked State" msgstr "Aanvink toestand" #: ../raphodo/rapid.py:2610 msgid "File Type" msgstr "Bestandstype" #: ../raphodo/rapid.py:2611 msgid "Device" msgstr "Apparaat" #: ../raphodo/rapid.py:2613 msgid "Sort:" msgstr "Sorteer:" #: ../raphodo/rapid.py:2629 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:2894 #, python-format msgid "Download %(files)s" msgstr "Download %(files)s" #: ../raphodo/rapid.py:2910 msgid "Resume Download" msgstr "Download hervatten" #: ../raphodo/rapid.py:2912 msgid "Pause" msgstr "Pauze" #: ../raphodo/rapid.py:3049 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:3150 #, 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:3244 msgid "You cannot change the download destination while downloading." msgstr "Je kan de bestemming niet wijzigen tijdens een download." #: ../raphodo/rapid.py:3258 #, 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:3346 msgid "" "\n" "Downloading all files

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

      \n" "Do you want to proceed with the download?" msgstr "" "\n" "Alle bestanden downloaden

      \n" "Een download bevat altijd alle bestanden die gemarkeerd zijn voor download,\n" "inclusief deze die momenteel niet 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?" #: ../raphodo/rapid.py:3511 #, 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:3514 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Deze downloadfolder is ongeldig:\n" "%s" #: ../raphodo/rapid.py:3517 msgid "Download Failure" msgstr "Download Mislukt" #: ../raphodo/rapid.py:3518 msgid "The download cannot proceed." msgstr "De download kan niet doorgaan." #: ../raphodo/rapid.py:3536 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:3547 ../raphodo/rapid.py:3561 #, 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:3549 ../raphodo/rpdfile.py:179 msgid "photos" msgstr "foto's" #: ../raphodo/rapid.py:3563 ../raphodo/rpdfile.py:174 msgid "videos" msgstr "video's" #: ../raphodo/rapid.py:3573 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:3589 ../raphodo/rapid.py:3605 #, 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:3592 ../raphodo/rpdfile.py:181 ../raphodo/rpdfile.py:850 msgid "photo" msgstr "foto" #: ../raphodo/rapid.py:3608 ../raphodo/rpdfile.py:176 ../raphodo/rpdfile.py:912 msgid "video" msgstr "video" #: ../raphodo/rapid.py:3616 msgid "Backup problem" msgstr "Back-up probleem" #: ../raphodo/rapid.py:4447 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s — %(time_left)s over (%(speed)s)" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4527 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s gedownload" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4537 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s kon niet gedownload worden" #: ../raphodo/rapid.py:4543 ../raphodo/rapid.py:4650 msgid "warnings" msgstr "waarschuwingen" #: ../raphodo/rapid.py:4578 msgid "All downloads complete" msgstr "Alle downloads zijn voltooid" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4588 ../raphodo/rapid.py:4603 ../raphodo/rapid.py:4619 #: ../raphodo/rapid.py:4634 ../raphodo/rapid.py:4649 #, 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:4593 ../raphodo/rapid.py:4624 #, 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:4608 ../raphodo/rapid.py:4639 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s werd niet gedownload" #: ../raphodo/rapid.py:4675 msgid "1 failure" msgstr "1 Mislukking" #: ../raphodo/rapid.py:4677 #, python-format msgid "%d failures" msgstr "%d mislukkingen" #: ../raphodo/rapid.py:4682 msgid "1 warning" msgstr "1 waarschuwing" #: ../raphodo/rapid.py:4684 #, python-format msgid "%d warnings" msgstr "%d waarschuwingen" #: ../raphodo/rapid.py:4709 #, 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:4716 #, 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:4725 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Geen bestanden gedownload — %(failures)s" #: ../raphodo/rapid.py:4727 msgid "No files downloaded" msgstr "Geen bestanden gedownload" #: ../raphodo/rapid.py:4767 msgid "Program preferences are invalid" msgstr "Programma voorkeuren zijn ongeldig" #: ../raphodo/rapid.py:4886 #, 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:4905 #, 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:4925 msgid "Enable access to the iOS Device" msgstr "Activeer toegang tot iOS aparaat" #: ../raphodo/rapid.py:4936 msgid "&Try Again" msgstr "Opnieu&w proberen" #: ../raphodo/rapid.py:4937 msgid "&Ignore This Device" msgstr "D&it Apparaat Negeren" #: ../raphodo/rapid.py:5029 #, 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:5032 msgid "Unfortunately you cannot download from this device." msgstr "Je kan jammer genoeg niet downloaden van dit apparaat." #: ../raphodo/rapid.py:5036 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:5041 msgid "Device scan failed" msgstr "Apparaat scan faalde" #: ../raphodo/rapid.py:5578 #, 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:5613 #, 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:5775 msgid "Completed Downloads Present" msgstr "Afgewerkte Downloads tot op nu" #: ../raphodo/rapid.py:5777 #, python-format msgid "%s whose download have completed are displayed." msgstr "%s waarvan de download voltooid zijn, worden vertoond." #: ../raphodo/rapid.py:5779 msgid "Do you want to clear the completed downloads?" msgstr "Wens je de lijst van voltooide downloads wissen?" #: ../raphodo/rapid.py:5781 msgid "Completed Download Present" msgstr "Lijst van voltooide downloads" #: ../raphodo/rapid.py:5782 #, python-format msgid "%s whose download has completed is displayed." msgstr "De download %s die voltooid is wordt vertoond." #: ../raphodo/rapid.py:5783 msgid "Do you want to clear the completed download?" msgstr "Wenst je de voltooide downloads wissen?" #: ../raphodo/rapid.py:5867 #, 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:6212 #, 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:6216 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:6222 #, 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:6226 msgid "Any device with the same name will be ignored." msgstr "Ieder apparaat met dezelfde naam zal genegeerd worden." #: ../raphodo/rapid.py:6645 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "Downloading van %(location)s naar Deze Computer." #: ../raphodo/rapid.py:6649 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:6705 #, python-format msgid "Generating thumbnails for %s" msgstr "Miniaturen genereren voor %s" #: ../raphodo/rapid.py:6712 #, python-format msgid "Scanning %s" msgstr "%s wordt doorzocht" #: ../raphodo/rapid.py:6726 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" "%(number)s van de %(available files)s gemarkeerd voor download (%(hidden)s " "verborgen)" #: ../raphodo/rapid.py:6738 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "%(number)s van de %(available files)s gemarkeerd voor download" #: ../raphodo/rapid.py:7035 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:7042 msgid "Display program information when run from the command line." msgstr "" "Vertoon programma informatie wanneer opgestart vanaf de commandolijn." #: ../raphodo/rapid.py:7048 msgid "Display debugging information when run from the command line." msgstr "Vertoon debug informatie wanneer opgestart van de commandolijn." #: ../raphodo/rapid.py:7055 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:7061 msgid "Turn on or off the the renaming of photos." msgstr "Hernoemen van foto's aan- of uitzetten." #: ../raphodo/rapid.py:7067 msgid "Turn on or off the the renaming of videos." msgstr "Hernoemen van video's aan- of uitzetten." #: ../raphodo/rapid.py:7075 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:7083 msgid "Turn on or off downloading from this computer." msgstr "Downloaden vanaf deze computer aan- of uitzetten." #: ../raphodo/rapid.py:7088 ../raphodo/rapid.py:7095 ../raphodo/rapid.py:7102 #: ../raphodo/rapid.py:7146 ../raphodo/rapid.py:7156 msgid "PATH" msgstr "PAD" #: ../raphodo/rapid.py:7090 msgid "The PATH on this computer from which to download." msgstr "Het download PAD op deze computer." #: ../raphodo/rapid.py:7097 msgid "The PATH where photos will be downloaded to." msgstr "Het PAD waar de foto's naartoe zullen gekopieerd worden." #: ../raphodo/rapid.py:7104 msgid "The PATH where videos will be downloaded to." msgstr "Het PAD waar de video's naartoe gedownload zullen worden." #: ../raphodo/rapid.py:7111 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:7117 msgid "Turn on or off the automatic detection of backup devices." msgstr "Automatische detectie van Back-up apparaten aan- of uitzetten." #: ../raphodo/rapid.py:7122 ../raphodo/rapid.py:7134 msgid "FOLDER" msgstr "FOLDER" #: ../raphodo/rapid.py:7125 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:7137 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:7149 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:7159 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:7167 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "Negeer foto's met de volgende extensie: %s" #: ../raphodo/rapid.py:7177 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:7184 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:7191 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:7200 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:7208 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:7215 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:7224 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:7232 msgid "Include gphoto2 debugging information in log files." msgstr "Voeg gphoto2 debug informatie toe in de logbestanden." #: ../raphodo/rapid.py:7238 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:7245 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" "Gebruik het systeem gebonden QT thema in plaats van het ingebakken thema." #: ../raphodo/rapid.py:7255 msgid "Run this program in wayland or regular X11" msgstr "Draai dit programma in Wayland of standaard X11" #: ../raphodo/rapid.py:7348 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:7359 msgid "No prior program preferences detected: exiting." msgstr "" "Geen vorige programma instellingen gevonden. Programma wordt verlaten." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:7366 #, 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:7437 #, 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:7452 msgid "Program aborting." msgstr "Programma wordt gestopt." #: ../raphodo/rapid.py:7542 msgid "Never run this program as the sudo / root user." msgstr "Dit programma nooit als sudo / root gebruiker draaien." #: ../raphodo/rapid.py:7547 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:7562 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:7637 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:7842 msgid "All settings and caches have been reset." msgstr "Alle instellingen en caches zijn op beginwaardes teruggezet." #: ../raphodo/rapid.py:7850 msgid "Thumbnail Cache has been reset." msgstr "Miniaturencache is op beginwaarde teruggezet." #: ../raphodo/rapid.py:7856 msgid "Remembered files have been forgotten." msgstr "Onthouden bestanden zijn nu vergeten." #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Remember this choice" msgstr "Onthoud deze keuze" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't ask me about this again" msgstr "&Stel me deze vraag niet opnieuw" #: ../raphodo/ui/rememberthisdialog.py:80 msgid "&Don't warn me about this again" msgstr "&Verwittig me daarover niet meer" #: ../raphodo/ui/rememberthisdialog.py:87 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:626 msgid "subfolder and filename" msgstr "subfolder en bestandsnaam" #: ../raphodo/renameandmovefile.py:628 msgid "filename" msgstr "bestandsnaam" #: ../raphodo/renameandmovefile.py:630 msgid "subfolder" msgstr "subfolder" #: ../raphodo/ui/renamepanel.py:327 msgid "A counter for how many downloads occur on each day" msgstr "Een teller voor het aantal downloads per dag" #: ../raphodo/ui/renamepanel.py:328 msgid "Downloads today:" msgstr "Downloads vandaag:" #: ../raphodo/ui/renamepanel.py:350 msgid "A counter that is remembered each time the program is run " msgstr "" "Een teller die bijgewerkt wordt iedere keer het programma gestart wordt " #: ../raphodo/ui/renamepanel.py:351 msgid "Stored number:" msgstr "Opgeslagen nummer:" #: ../raphodo/ui/renamepanel.py:363 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" "De tijd wanneer de Downloads Vandaag volgnummer gereset moet worden" #: ../raphodo/ui/renamepanel.py:365 msgid "Day start:" msgstr "Aanvangsdag:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:375 msgid "Synchronize RAW + JPEG" msgstr "Synchroniseer RAW + JPEG" #: ../raphodo/ui/renamepanel.py:379 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" "Synchroniseer de volgnummers voor overeenkomende RAW en JPEG paren.\n" "\n" "Neem de online documentatie door voor meer details." #: ../raphodo/ui/renamepanel.py:384 msgid "Sequence Numbers" msgstr "Volgnummers" #: ../raphodo/ui/renamepanel.py:395 msgid "Strip incompatible characters" msgstr "Verwijder niet-compatibele karakters" #: ../raphodo/ui/renamepanel.py:400 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/ui/renamepanel.py:404 msgid "Compatibility" msgstr "Compatibiliteit" #: ../raphodo/ui/renamepanel.py:484 msgid "Photo Renaming" msgstr "Foto hernoemen" #: ../raphodo/ui/renamepanel.py:488 msgid "Video Renaming" msgstr "Video hernoemen" #: ../raphodo/ui/renamepanel.py:492 msgid "Renaming Options" msgstr "Hernoem opties" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "foto's en video's" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "foto's of video's" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:273 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:302 msgid "a video" msgstr "een video" #: ../raphodo/rpdfile.py:304 msgid "1 Video" msgstr "1 Video" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:314 msgid "a photo" msgstr "een foto" #: ../raphodo/rpdfile.py:316 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:830 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s op %(camera)s" #: ../raphodo/rpdfile.py:851 msgid "Photo" msgstr "Foto" #: ../raphodo/rpdfile.py:913 msgid "Video" msgstr "Video" #: ../raphodo/storage/storage.py:251 msgid "File system root" msgstr "File system root" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:589 msgid "Pictures" msgstr "Afbeeldingen" #: ../raphodo/sudocommand.py:93 msgid "Sorry, the password was incorrect." msgstr "Sorry, fout wachtwoord." #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:100 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "Om administratieve zaken te draaien, geef het wachtwoord voor %s in." #: ../raphodo/sudocommand.py:140 msgid "Password:" msgstr "Wachtwoord:" #: ../raphodo/thumbnaildisplay.py:583 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "Genomen op %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:593 #, 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:605 ../raphodo/thumbnaildisplay.py:668 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:623 #, python-format msgid "Memory cards: %s" msgstr "Geheugenkaarten: %s" #: ../raphodo/thumbnaildisplay.py:628 #, python-format msgid "Memory card: %s" msgstr "Geheugenkaart: %s" #: ../raphodo/thumbnaildisplay.py:635 msgid "Downloaded as:" msgstr "Gedownload als:" #: ../raphodo/thumbnaildisplay.py:682 #, python-format msgid "

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

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

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

      Manueel ingesteld zoals reeds gedownload op %(date)s" #: ../raphodo/thumbnaildisplay.py:2257 msgid "Copy Path" msgstr "Kopieer Pad" #: ../raphodo/thumbnaildisplay.py:2263 msgid "Mark File as Downloaded" msgstr "Markeer bestand als gedownload" #: ../raphodo/thumbnaildisplay.py:2268 msgid "Mark Files as Downloaded" msgstr "Markeer bestanden als gedownload" #: ../raphodo/utilities.py:215 msgid "B" msgstr "B" #: ../raphodo/utilities.py:216 msgid "KB" msgstr "KB" #: ../raphodo/utilities.py:217 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:218 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:219 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:220 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:221 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:222 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:223 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:486 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s en %(last_item)s" #: ../raphodo/utilities.py:570 msgid "one" msgstr "een" #: ../raphodo/utilities.py:571 msgid "two" msgstr "twee" #: ../raphodo/utilities.py:572 msgid "three" msgstr "drie" #: ../raphodo/utilities.py:573 msgid "four" msgstr "vier" #: ../raphodo/utilities.py:574 msgid "five" msgstr "vijf" #: ../raphodo/utilities.py:575 msgid "six" msgstr "zes" #: ../raphodo/utilities.py:576 msgid "seven" msgstr "zeven" #: ../raphodo/utilities.py:577 msgid "eight" msgstr "acht" #: ../raphodo/utilities.py:578 msgid "nine" msgstr "negen" #: ../raphodo/utilities.py:579 msgid "ten" msgstr "tien" #: ../raphodo/utilities.py:580 msgid "eleven" msgstr "elf" #: ../raphodo/utilities.py:581 msgid "twelve" msgstr "twaalf" #: ../raphodo/utilities.py:582 msgid "thirteen" msgstr "dertien" #: ../raphodo/utilities.py:583 msgid "fourteen" msgstr "veertien" #: ../raphodo/utilities.py:584 msgid "fifteen" msgstr "vijftien" #: ../raphodo/utilities.py:585 msgid "sixteen" msgstr "zestien" #: ../raphodo/utilities.py:586 msgid "seventeen" msgstr "zeventien" #: ../raphodo/utilities.py:587 msgid "eighteen" msgstr "achttien" #: ../raphodo/utilities.py:588 msgid "ninenteen" msgstr "negentien" #: ../raphodo/utilities.py:589 msgid "twenty" msgstr "twintig" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&OK" msgstr "&OK" #: ../raphodo/ui/viewutils.py:680 ../raphodo/ui/viewutils.py:700 msgid "&Save" msgstr "Op&slaan" #: ../raphodo/ui/viewutils.py:681 msgid "&Help" msgstr "&Help" #: ../raphodo/ui/viewutils.py:682 msgid "Restore Defaults" msgstr "Herstel Standaard Instellingen" #: ../raphodo/ui/viewutils.py:683 ../raphodo/ui/viewutils.py:701 msgid "&Yes" msgstr "&Ja" #: ../raphodo/ui/viewutils.py:684 ../raphodo/ui/viewutils.py:702 msgid "&No" msgstr "&Nee" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:105 #, python-format msgid "Create directory %(path)s" msgstr "Aanmaken folder %(path)s" #: ../raphodo/wsl.py:109 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "Koppelen van schijf %(drive)s: aan %(path)s" #: ../raphodo/wsl.py:115 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "Ontkoppelen van schijf %(drive)s: aan %(path)s" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:309 #, python-format msgid "Mount drives %s" msgstr "Koppel schijven %s" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:314 #, python-format msgid "Mount drive %s" msgstr "Koppel schijf %s" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:321 #, python-format msgid "Unmount drives %s" msgstr "Ontkoppel schijven %s" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drive %s" msgstr "Ontkoppel schijf %s" #: ../raphodo/wsl.py:390 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "Sorry, fout gedetecteerd tijdens het koppelen van schijven %s" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "Sorry, fout gedetecteerd tijdens het ontkoppelen van schijven %s" #: ../raphodo/wsl.py:403 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "Sorry, fout gedetecteerd tijdens het koppelen van schijf %s" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "Sorry, fout gedetecteerd tijdens het ontkoppelen van schijf %s" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:558 msgid "Windows Drives" msgstr "Windows schijven" #: ../raphodo/wsl.py:562 msgid "Enable automatic mounting of Windows drives" msgstr "Activeren automatisch koppelen van schijven" #: ../raphodo/wsl.py:566 msgid "Automatically mount all Windows drives" msgstr "Automatisch koppelen van alle Windows schijven" #: ../raphodo/wsl.py:570 msgid "Only automatically mount Windows drives that are configured below" msgstr "" "Enkel de Windows schijven die hieronder geconfigureerd zijn automatisch " "koppelen" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:594 msgid "User Mounted" msgstr "Gebruiker gekoppeld" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:596 msgid "System Mounted" msgstr "Systeem gekoppeld" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:598 msgid "Drive" msgstr "Schijf" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "Mount Point" msgstr "Koppelpunt" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "Automatic Mount" msgstr "Automatisch koppelen" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Automatic Unmount at Exit" msgstr "Automatisch ontkoppelen bij einde programma" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:638 msgid "Pending Operations:" msgstr "Wachtende bewerkingen:" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:652 msgid "&Apply Pending Operations" msgstr "&Alle wachtende bewerkingen uitvoeren" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1459 #, python-format msgid "Do you want to mount drive %s?" msgstr "Wens je schijf %s te koppelen?" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1463 #, python-format msgid "Do you want to mount drives %s?" msgstr "Wens je schijven %s te koppelen?" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1606 msgid "Removable Drive" msgstr "Verwisselbare schijf" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1612 msgid "Local Drive" msgstr "Lokale schijf" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" "Download, hernoem en back-up foto's en video's van camera's en andere " "apparaten" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" "Rapid Photo Downloader importeert zeer snel foto's en video's van camera's, " "smartphones, geheugenkaartjes en andere apparaten. Het kan zo ingesteld " "worden dat het foto's en video's hernoemt naar betekenisvolle namen die je " "aangeeft. Het kan ook je foto's en video's 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" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/po/nn.po0000644000175000017500000057765700000000000016573 0ustar00damondamon# Norwegian Nynorsk translation for rapid # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2010. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2022-03-02 13:05+0000\n" "PO-Revision-Date: 2022-02-21 17:12+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: 2022-03-05 16:16+0000\n" "X-Generator: Launchpad (build 61f4697954ab70d633d14d8ceecff69a20b08a6b)\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 utgåve av Rapid Photo Downloader." #: ../install.py:406 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:642 ../install.py:4330 msgid "Installer not found:" msgstr "Fann ikkje installasjonsskriptet:" #. Translators: do not translate the term tar.gz #: ../install.py:646 ../install.py:4334 msgid "Installer not in tar.gz format:" msgstr "Installasjonsskriptet er ikkje i tar.gz-format:" #: ../install.py:728 ../install.py:757 ../install.py:4210 ../install.py:4215 msgid "Exiting..." msgstr "Avsluttar …" #: ../install.py:979 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:1065 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:1357 ../install.py:4290 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:1467 #, 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:1610 msgid "The following command will be run:" msgstr "Køyrar følgjande kommando:" #. Translators: do not translate the term sudo #: ../install.py:1614 ../install.py:3834 ../install.py:3841 msgid "sudo may prompt you for the sudo password." msgstr "«sudo» spør deg kanskje om passordet ditt." #: ../install.py:1618 msgid "Would you like to run the command now?" msgstr "Vil du køyra kommandoen no?" #: ../install.py:1620 msgid "Answer is not yes, exiting." msgstr "Svaret er ikkje ja, avsluttar." #: ../install.py:1631 ../install.py:2259 ../install.py:2318 ../install.py:2793 msgid "Command failed" msgstr "Kommandoen feila" #: ../install.py:1633 ../install.py:2260 ../install.py:2319 ../install.py:2794 msgid "Exiting" msgstr "Avsluttar" #: ../install.py:1661 msgid "The Universe repository must be enabled." msgstr "Pakkelageret «Universe» må vera skrudd på." #. Translators: do not translate the term EPEL #: ../install.py:1701 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:1749 msgid "The RPM Fusion Free repository must be enabled." msgstr "Pakkelageret «RPM Fusion Free» må vera skrudd på." #: ../install.py:1790 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "Vil du avinstallera tidlegare utgåver av Rapid Photo Downloader?" #: ../install.py:2237 ../install.py:2267 ../install.py:2299 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 utgåve av Rapid Photo Downloader er " "installert (dette kan ta ein stund) …" #: ../install.py:2252 msgid "Uninstalling system package" msgstr "Avinstallerer systempakka" #: ../install.py:2277 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:2324 msgid "Checking if previous version installed with pip..." msgstr "Sjekkar om førre utgåve var installert med pip …" #: ../install.py:2477 ../install.py:2534 ../install.py:2650 msgid "The following package is unknown on your system: {}\n" msgstr "Følgjande pakke er ukjend på systemet ditt: {}\n" #: ../install.py:2548 ../install.py:2706 ../install.py:2803 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:2642 ../install.py:2663 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:2785 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:2852 msgid "Query to confirm action at each step." msgstr "Spør om å stadfesta handlinga ved kvart steg." #: ../install.py:2862 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" "Installer utviklingsutgåva viss ho er nyare enn den stabile utgåva når me " "lastar ned nyaste utgåve." #: ../install.py:2873 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 " "utgåve frå Internett." #: ../install.py:2923 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 utgåva ({}). Det vanlege er å installera nyaste " "utgåve." #: ../install.py:2931 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" "Fjern utgåva av Rapid Photo Downloader som blei installert av pip, men la " "avhengigheitene vera." #: ../install.py:2937 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:2942 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 utgåve av Rapid Photo Downloader " "installert av pakkesystemet til Linux-distribusjonen din." #: ../install.py:2950 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:2958 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 utgåver av Rapid Photo Downloader " "installert av pakkesystemet til Linux-distribusjonen din ikkje vil bli " "fjerna." #: ../install.py:2982 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:3000 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:3011 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:3048 msgid "Failed to download versions file." msgstr "Klarte ikkje å lasta ned utgåvefila." #: ../install.py:3053 msgid "Got error code {} while accessing versions file" msgstr "Fekk feilkode {} ved henting av utgåvefila" #: ../install.py:3170 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:3324 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:3330 msgid "Received error code" msgstr "Fekk feilkode" #: ../install.py:3332 msgid "Failed to install application requirements: exiting." msgstr "Klarte ikkje installera applikasjonskrav; avsluttar." #: ../install.py:3334 msgid "Failed to install application: exiting..." msgstr "Klarte ikkje installera applikasjonen; avsluttar …" #: ../install.py:3658 msgid "Installing application requirements..." msgstr "Installerer applikasjonskrav …" #: ../install.py:3693 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #: ../install.py:3710 msgid "Installing application..." msgstr "Installerer applikasjonen …" #: ../install.py:3797 msgid "Do you want Rapid Photo Downloader to appear in the Windows menu?" msgstr "" #: ../install.py:3803 msgid "Adding Rapid Photo Downloader to the Windows menu" msgstr "" #: ../install.py:3813 msgid "Failed to copy application launcher." msgstr "" #: ../install.py:3824 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:3829 msgid "Do you want to install the application's man pages?" msgstr "Vil du installera manualsidene til programmet?" #: ../install.py:3830 msgid "They will be installed into {}" msgstr "Dei blir installerte til {}" #: ../install.py:3832 ../install.py:3839 msgid "If you uninstall the application, remove these manpages yourself." msgstr "Viss du fjernar programmet, må du fjerna manualsidene sjølv." #: ../install.py:3835 msgid "Do want to install the man pages?" msgstr "Vil du installera manualsidene?" #: ../install.py:3837 msgid "Installing man pages into {}" msgstr "Installerer manualsidene til {}" #: ../install.py:3855 msgid "Failed to create man page directory: exiting." msgstr "Klarte ikkje oppretta manual-mappa; avsluttar." #: ../install.py:3876 msgid "Failed to copy man page." msgstr "Klarte ikkje kopiera manualsidene." #: ../install.py:3915 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:3928 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:3934 msgid "" "You may have to restart WSL to be able to run the program from the command " "line." msgstr "" #: ../install.py:3944 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line." msgstr "" #: ../install.py:3949 #, 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:3971 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" "(Viss du får ein segmenteringsfeil ved avslutting, så kan du sjå bort i frå " "det …)" #: ../install.py:3973 msgid "Done." msgstr "" #: ../install.py:3987 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 utgåve av Rapid Photo " "Downloader tidlegare installert med pip.\n" "Kan ikkje fortsetja. Avsluttar." #: ../install.py:4043 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" #. Translators: do not translate the terms --PyQt5-version or --use-system-PyQt5 #: ../install.py:4055 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:4067 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:4081 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:4097 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:4111 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:4124 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:4134 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:4139 ../install.py:4153 msgid "Do not include any other command line arguments when specifying" msgstr "Ikkje inkluder andre kommandolinjeargument ved spesifisering av" #: ../install.py:4172 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:4180 msgid "Restarting script using system python..." msgstr "Startar skriptet om att med python-utgåva frå systemet …" #: ../install.py:4193 msgid "Detected Linux distribution {} {}" msgstr "Oppdaga Linux-distribusjonen {} {}" #: ../install.py:4231 msgid "To continue, the package python3-apt must be installed." msgstr "For å fortsetja må pakka python3-apt vera installert." #: ../install.py:4263 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-utgåva di, " "og køyr installasjonsprogrammet på nytt:" #: ../install.py:4275 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:4324 msgid "Installing python requests" msgstr "Installerer python requests" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "Oppgrader Rapid Photo Downloader" #: ../upgrade.py:647 ../raphodo/ui/viewutils.py:679 #: ../raphodo/ui/viewutils.py:699 msgid "&Cancel" msgstr "&Avbryt" #: ../upgrade.py:651 msgid "&Upgrade" msgstr "&Oppgrader" #: ../upgrade.py:656 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "Klikk Oppgrader-knappen for å oppgradera til utgåve %s." #: ../upgrade.py:659 msgid "Click the Upgrade button to start the upgrade." msgstr "Klikk Oppgrader-knappen for å begynna å oppgradera." #: ../upgrade.py:662 ../upgrade.py:668 ../raphodo/ui/viewutils.py:678 #: ../raphodo/ui/viewutils.py:698 msgid "&Close" msgstr "&Lukk" #: ../upgrade.py:663 msgid "&Run" msgstr "&Køyr" #: ../upgrade.py:693 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "Lukk Rapid Photo Downloader før du oppgraderer." #: ../upgrade.py:696 msgid "Upgrade running..." msgstr "Oppgraderer …" #: ../upgrade.py:732 #, 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:737 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:741 msgid "Upgrade failed. Click Close to exit." msgstr "Feil ved oppgradering. Klikk Lukk for å avslutta." #: ../upgrade.py:11330 #, python-format msgid "Upgrading %s..." msgstr "Oppgraderer %s …" #: ../upgrade.py:11332 msgid "Press any key to continue..." msgstr "Trykk ein tast for å gå vidare …" #: ../upgrade.py:11345 msgid "Rapid Photo Downloader upgrade failed" msgstr "Klarte ikkje oppgradera Rapid Photo Downloader" #: ../upgrade.py:11347 #, 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/ui/aboutdialog.py:334 msgid "Credits" msgstr "Medverkande" #: ../raphodo/ui/aboutdialog.py:339 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:280 msgid "Backups are not configured" msgstr "Tryggleikkopiering er ikkje konfigurert" #: ../raphodo/ui/backuppanel.py:282 msgid "No backup devices detected" msgstr "Fann ingen einingar for tryggleikskopiering" #: ../raphodo/ui/backuppanel.py:285 msgid "Valid backup locations not yet specified" msgstr "Ingen gyldige stader for tryggleikskopiar spesifisert" #: ../raphodo/ui/backuppanel.py:465 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Du kan ta tryggleikskopi av bilete og videoar til fleire stader når du " "lastar ned, t.d. til eksterne harddisker." #: ../raphodo/ui/backuppanel.py:473 msgid "Back up photos and videos when downloading" msgstr "Ta tryggleikskopi av bilete og videoar ved nedlasting" #: ../raphodo/ui/backuppanel.py:479 msgid "Automatically detect backup devices" msgstr "Oppdag einingar for tryggleikskopiering automatisk" #: ../raphodo/ui/backuppanel.py:485 msgid "" "Specify the folder in which backups are stored on the " "device.

      Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" "Vel mappa som tryggleikskopiar skal lagrast til på eininga.

      Merk: " "Me ser om mappa finst eller ikkje for Ã¥ avgjera om me skal ta kopien. For " "alle einingar du vil kopiera til mÃ¥ du altsÃ¥ oppretta ei mappe pÃ¥ eininga " "med eitt av desse namna. Ved Ã¥ legga til mapper kan same eininga brukast til " "Ã¥ tryggleikskopiera bÃ¥de bilete og videoar." #: ../raphodo/ui/backuppanel.py:500 msgid "Photo folder name:" msgstr "Bilet-mappenamn:" #: ../raphodo/ui/backuppanel.py:505 msgid "Video folder name:" msgstr "Video-mappenamn:" #: ../raphodo/ui/backuppanel.py:510 ../raphodo/ui/nameeditor.py:1000 #: ../raphodo/ui/renamepanel.py:141 msgid "Example:" msgstr "Døme:" #: ../raphodo/ui/backuppanel.py:521 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" "Viss du skrur av automatisk oppdaging, mÃ¥ du oppgi kor du vil ta " "tryggleikskopi til." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:532 msgid "Photo backup location:" msgstr "Ta tryggleikskopi av bilete til:" #: ../raphodo/ui/backuppanel.py:542 msgid "Select Photo Backup Location" msgstr "Vel stad for tryggleikskopiar av bilete" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:554 msgid "Video backup location:" msgstr "Ta tryggleikskopi av videoar til:" #: ../raphodo/ui/backuppanel.py:560 msgid "Select Video Backup Location" msgstr "Vel stad for tryggleikskopiar av videoar" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:676 msgid "drive1" msgstr "lagringseining1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:679 msgid "drive2" msgstr "lagringseining2" #: ../raphodo/ui/backuppanel.py:746 msgid "Projected Backup Storage Use" msgstr "AnslÃ¥tt lagringsbruk for tryggleikskopiering" #: ../raphodo/ui/backuppanel.py:751 msgid "Backup Options" msgstr "Val for tryggleikskopiering" #: ../raphodo/copyfiles.py:610 msgid "video THM" msgstr "video-THM" #: ../raphodo/copyfiles.py:620 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:104 ../raphodo/ui/devicedisplay.py:1408 #: ../raphodo/rpdfile.py:310 #, 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:112 ../raphodo/ui/devicedisplay.py:1414 #: ../raphodo/rpdfile.py:298 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s Videoar" #: ../raphodo/ui/destinationdisplay.py:123 msgid "Used" msgstr "Brukt" #: ../raphodo/ui/destinationdisplay.py:124 msgid "Excess" msgstr "Overflødig" #: ../raphodo/ui/destinationdisplay.py:133 ../raphodo/ui/devicedisplay.py:1440 msgid "Device size unknown" msgstr "Ukjend einingsstorleik" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:146 #, python-format msgid "No space free on %(size_total)s device" msgstr "Ingen meir fri diskplass pÃ¥ eining med %(size_total)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:156 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s ledig av %(size_total)s" #: ../raphodo/ui/destinationdisplay.py:230 ../raphodo/ui/destinationpanel.py:74 #: ../raphodo/ui/devicedisplay.py:625 ../raphodo/rapid.py:2641 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:960 msgid "Photos" msgstr "Bilete" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:231 ../raphodo/ui/destinationpanel.py:78 #: ../raphodo/ui/devicedisplay.py:626 ../raphodo/rapid.py:2642 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:988 #: ../raphodo/storage/storage.py:602 msgid "Videos" msgstr "Videoar" #: ../raphodo/ui/destinationdisplay.py:232 msgid "Projected storage use after download" msgstr "AnslÃ¥tt lagringsbruk etter nedlasting" #. Translators: Custom refers to the user choosing a non-default value that #. they customize themselves #: ../raphodo/ui/destinationdisplay.py:355 ../raphodo/ui/nameeditor.py:587 msgid "Custom..." msgstr "Tilpassa …" #: ../raphodo/ui/destinationdisplay.py:774 msgid "Configure photo subfolder creation" msgstr "Set opp oppretting av biletundermapper" #: ../raphodo/ui/destinationdisplay.py:776 msgid "Configure video subfolder creation" msgstr "Set opp oppretting av videoundermapper" #: ../raphodo/ui/destinationpanel.py:90 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:113 ../raphodo/ui/destinationpanel.py:125 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1294 msgid "Probing device..." msgstr "Undersøkjer eining …" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Temporarily ignore this device" msgstr "Ignorer denne eininga mellombels" #: ../raphodo/ui/devicedisplay.py:1313 msgid "Permanently ignore this device" msgstr "Ignorer denne eininga permanent" #: ../raphodo/ui/devicedisplay.py:1316 msgid "Rescan" msgstr "Skann pÃ¥ nytt" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1437 #, python-format msgid "%s full" msgstr "%s full" #: ../raphodo/ui/devicedisplay.py:1457 msgid "Other" msgstr "Anna" #: ../raphodo/devices.py:603 ../raphodo/devices.py:604 msgid "Cameras" msgstr "Kamera" #: ../raphodo/devices.py:605 ../raphodo/devices.py:1256 #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 ../raphodo/rapid.py:2490 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:1006 #, 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:1073 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1229 ../raphodo/rapid.py:2213 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:1280 ../raphodo/devices.py:1300 #, 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:1318 #, 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:1326 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s einingar" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1652 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" "Klikk i avkryssingsboksen for ei fil for Ã¥ merkja eller avmerkja ho for " "nedlasting." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "Filer som allereie er lasta ned, vert hugsa. Du kan enno markera tidlegare " "nedlasta filer for Ã¥ lasta dei ned igjen, men dei er ikkje merkt som " "standard, og miniatyrbileta deira er dimma slik at du kan skilja dei frÃ¥ " "filer som enno ikkje er lasta ned." #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" "Viss meir enn éi fil er valt, vil alle fÃ¥ merkjet til den fila som fekk eit " "klikk i sjekkboksen, uavhengig av om dei var kryssa av frÃ¥ før av eller " "ikkje." #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" "Klikk i avkryssingsruta for ei eining for Ã¥ raskt merkja eller avmerkja alle " "filene pÃ¥ eininga for nedlasting." #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" "Etter at ei nedlasting er ferdig vil eit ikon erstatta sjekkboksen til " "miniatyrbiletet. Fargen pÃ¥ ikonet markerer om nedlastinga fullførte utan " "feil (grøn) eller hadde feil med namngjeving (gul/oransje) eller feila " "fullstendig (raud)." #: ../raphodo/ui/didyouknow.py:91 msgid "" "\n" "In case of any problems, a red icon will appear at the bottom of the window " "indicating \n" "how many error reports there are. Clicking on it opens the Error Report " "window." msgstr "" "\n" "Viss eit problem oppstÃ¥r, 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." #: ../raphodo/ui/didyouknow.py:97 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." 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." #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" "Du kan lasta frÃ¥ ned fleire kamera, smarttelefoner, minnekort og harddiskar " "samstundes—sÃ¥ mange einingar som datamaskina kan handtera pÃ¥ ein gong." #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" "Tidslinja grupperer bilete og videoar basert pÃ¥ kor mykje tid som " "gjekk mellom fotografia. Bruk ho for Ã¥ finna bilete og videoar teke i ulike " "periodar pÃ¥ same dag eller etterfølgande dagar." #: ../raphodo/ui/didyouknow.py:123 msgid "" "\n" "

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

      \n" "

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

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

      " #: ../raphodo/ui/didyouknow.py:133 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" "For å visa bilete og videoar innanfor eit bestemt tidsrom, bruk musa " "(alternativt i kombinasjon med tastane Shift eller Ctrl) " "for å velja tidsintervall. Når eit tidsrom er valt, vil tidslinjeknappen til " "venstre i hovudvindauget uthevast." #: ../raphodo/ui/didyouknow.py:140 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" "Ei nedlasting inneheld alle filene merka for nedlasting, inkludert dei som " "ikkje er synlege no fordi Tidslinja er i bruk." #: ../raphodo/ui/didyouknow.py:147 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" "Du kan skjula eller visa nedlastingskjeldene ved å klikka på namnet på " "eininga du lastar ned frå øvst til venstre i programvindauget." #: ../raphodo/ui/didyouknow.py:154 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 \n" "metadata (where 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 \n" "raw images, for instance.
      8. \n" "
      9. File Type: photo or video.
      10. \n" "
      11. Device: name of the device the photos and videos are being " "downloaded \n" "from.
      12. \n" "
      " msgstr "" "\n" "Småbilete kan sorterast på ei rekke kriterie:\n" "
        \n" "
      1. Endringstidspunkt: når 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/ui/didyouknow.py:172 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" "Ein av dei meste nyttige funksjonane i Rapid Photo Downloader er at du " "automatisk kan generera nedlastingsundermapper og endra filnamn ved " "nedlasting, og bruka ei organisering som passar deg." #: ../raphodo/ui/didyouknow.py:178 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:185 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 \n" "illustration below, the destination folders are "Pictures" and \n" ""Videos". The name of the destination folder is displayed in the " "grey bar \n" "directly above the folder tree, with a folder icon to its left and a gear " "icon to \n" "its far right.
      2. \n" "
      3. The download subfolders, which are directories that will be " "automatically \n" "generated by Rapid Photo Downloader. They need not already exist on your " "computer, but \n" "it's okay if they do. They will be generated under the destination " "folder.
      4. \n" "
      " msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a \n" "different destination folder for each. The same applies to the download " "subfolders for \n" "photos and videos—download photos and videos to the same subfolders, " "or use a \n" "different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:211 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" "Automatiske genererte nedlastingsundermapper kan innehalda ytterlegare " "automatisk genererte undermapper om det trengst. Ei vanleg organisering er Ã¥ " "laga ei Ã¥rsundermappe og sÃ¥ ein serie undermapper med Ã¥r-mÃ¥nad-dag under " "denne." #: ../raphodo/ui/didyouknow.py:220 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to \n" "download:\n" "
        \n" "
      1. The destination folder tree shows the download subfolders already on " "your computer \n" "(those in a regular, non-italicized font), and the subfolders that will be " "created \n" "during the download (those whose names are italicized).
      2. \n" "
      3. The folder tree also shows into which subfolders the files will be " "downloaded \n" "(those colored black).
      4. \n" "
      " msgstr "" #: ../raphodo/ui/didyouknow.py:235 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following \n" "elements:\n" "
        \n" "
      1. File metadata, very often including the date the photo or video " "was created, \n" "but might also include the camera model name, camera serial number, or file " "extension \n" "e.g. JPG or CR2.
      2. \n" "
      3. A Job Code, which is free text you specify at the time the " "download occurs, \n" "such as the 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 \n" "format makes it easy to keep them sorted in a file manager, which is why " "it's the \n" "default option:" 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 når 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 månad og dag i numerisk format er " "det \n" "enkelt å sortera dei i ein filhandsamar, derfor er dette standardvalet:" #: ../raphodo/ui/didyouknow.py:254 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 \n" "preset. Click on the gear icon to bring up a drop-down menu:" msgstr "" "\n" "For å laga nedlastingsundermapper automatisk når 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:" #: ../raphodo/ui/didyouknow.py:261 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to \n" "configure your own scheme. You create your own schemes using the Photo or " "Video \n" "Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:270 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" "Det er enkelt å lasta ned råfiler i éi mappe og JPEG-filer i ei anna. Berre " "bruk Filtype som ein del av skjemaet for å laga undermapper ved " "nedlasting:" #: ../raphodo/ui/didyouknow.py:276 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" "Denne illustrasjonen viser eit tilpassa forval kalla «My custom preset»." #: ../raphodo/ui/didyouknow.py:282 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 \n" "and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:291 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 \n" "choices to generate new combinations. Supposing you wanted a date format " "that combines \n" "year (YYYY), a hyphen, and month (MM) to form YYYY-MM. You can create it " "like this \n" "(note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:300 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names \n" "in the \n" "online " "\n" "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:309 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. \n" "You can use them in subfolder and file names. In this illustration, some " "files have had \n" "the Job Code "Street" applied to them, and the selected files are " "about to \n" "get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:317 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 \n" "prompted to enter a Job Code for them before the download begins." msgstr "" #: ../raphodo/ui/didyouknow.py:324 msgid "Look for hints to guide you when working with Job Codes:" msgstr "Sjå etter hint for å rettleia deg når du brukar jobb-kodar:" #: ../raphodo/ui/didyouknow.py:327 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" "Hinta vil variera avhengig av konteksten, til dømes når du held musepeikaren " "over ein knapp." #: ../raphodo/ui/didyouknow.py:333 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!" msgstr "" #: ../raphodo/ui/didyouknow.py:340 msgid "" "\n" "

      Four types of sequence values are available to help you assign unique " "names to your \n" "photos and 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 \n" "last time the 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 \n" "documentation.

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

      The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature \n" "on your 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 \n" "are detected, the same sequence numbers will be applied to both photo names. " "F\n" "urthermore, sequences will be updated as if the photos were one.

      \n" "

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

      \n" msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are \n" "downloaded, such as external hard drives or network shares. Backup devices " "can be \n" "automatically detected, or exact backup locations specified." msgstr "" "\n" "Du kan ta tryggleikskopi av bilete og videoar til fleire stader når du " "lastar ned, t.d. til eksterne harddisker." #: ../raphodo/ui/didyouknow.py:385 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:391 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including \n" "download sources, destinations, and backups. Additionally, settings can be " "reset to \n" "their default state, and caches and remembered files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:396 msgid "You can also import program preferences from the older 0.4 version." msgstr "Du kan òg importera programinnstillingar frå den eldre 0.4-utgåva." #: ../raphodo/ui/didyouknow.py:401 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 \n" "your cameras, memory cards, and other devices.
      2. \n" "
      3. A temporary cache of files downloaded from a camera, one for " "photos and \n" "another for videos. They are located in temporary subfolders in the download " "\n" "destination.
      4. \n" "
      5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores \n" "thumbnails of RAW and TIFF photos once they have been downloaded. File " "browsers like \n" "Gnome Files use this cache as well, meaning they too will display thumbnails " "for those \n" "files. \n" "
      6. \n" "
      \n" "Read more about these caches and their effect on download performance in the " "online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:459 msgid "Tip of the Day" msgstr "Dagens tips" #: ../raphodo/ui/didyouknow.py:467 msgid "Did you know...?" msgstr "Visste du at …?" #: ../raphodo/ui/didyouknow.py:498 msgid "Show tips on startup" msgstr "Vis tips ved oppstart" #: ../raphodo/ui/didyouknow.py:502 msgid "&Next" msgstr "&Neste" #: ../raphodo/ui/didyouknow.py:503 msgid "&Previous" msgstr "&Førre" #: ../raphodo/downloadtracker.py:454 msgid "MB/sec" msgstr "MB/sek" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:584 msgid "A few seconds" msgstr "Eit par sekund" #: ../raphodo/downloadtracker.py:643 msgid "1 second" msgstr "1 sekund" #: ../raphodo/downloadtracker.py:645 #, python-format msgid "%d seconds" msgstr "%d sekund" #: ../raphodo/downloadtracker.py:650 msgid "1 minute" msgstr "1 minutt" #: ../raphodo/downloadtracker.py:652 #, python-format msgid "%d minutes" msgstr "%d minutt" #: ../raphodo/downloadtracker.py:657 ../raphodo/downloadtracker.py:839 msgid "1 hour" msgstr "1 time" #: ../raphodo/downloadtracker.py:659 #, python-format msgid "%d hours" msgstr "%d timar" #: ../raphodo/downloadtracker.py:664 ../raphodo/downloadtracker.py:869 #: ../raphodo/downloadtracker.py:877 msgid "1 day" msgstr "1 dag" #: ../raphodo/downloadtracker.py:666 #, python-format msgid "%d days" msgstr "%d dagar" #: ../raphodo/downloadtracker.py:845 msgid "1 minute, 1 second" msgstr "1 minutt, 1 sekund" #: ../raphodo/downloadtracker.py:847 #, python-format msgid "1 minute, %d seconds" msgstr "1 minutt, %d sekund" #: ../raphodo/downloadtracker.py:850 #, python-format msgid "%d minutes, 1 second" msgstr "%d minutt, 1 sekund" #: ../raphodo/downloadtracker.py:852 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d minutt, %(seconds)d sekund" #: ../raphodo/downloadtracker.py:884 msgid "1 hour, 1 minute" msgstr "1 time, 1 minutt" #: ../raphodo/downloadtracker.py:886 #, python-format msgid "1 hour, %d minutes" msgstr "1 time, %d minutt" #: ../raphodo/downloadtracker.py:889 #, python-format msgid "%d hours, 1 minute" msgstr "%d timar, 1 minutt" #: ../raphodo/downloadtracker.py:891 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d timar, %(minutes)d minutt" #: ../raphodo/downloadtracker.py:918 msgid "1 day, 1 hour" msgstr "1 dag, 1 time" #: ../raphodo/downloadtracker.py:920 #, python-format msgid "1 day, %d hours" msgstr "1 dag, %d timar" #: ../raphodo/downloadtracker.py:923 #, python-format msgid "%d days, 1 hour" msgstr "%d dagar, 1 time" #: ../raphodo/downloadtracker.py:925 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d dagar, %(hours)d timar" #: ../raphodo/errorlog.py:80 msgid "Find" msgstr "Finn" #: ../raphodo/errorlog.py:150 msgid "Error Reports - Rapid Photo Downloader" msgstr "Feilrapportar – Rapid Photo Downloader" #: ../raphodo/errorlog.py:187 msgid "Find in reports" msgstr "Finn i rapportar" #: ../raphodo/errorlog.py:206 msgid "Find the previous occurrence of the phrase" msgstr "Finn den førre førekomsten av uttrykket" #: ../raphodo/errorlog.py:211 msgid "Find the next occurrence of the phrase" msgstr "Finn den neste førekomsten av uttrykket" #: ../raphodo/errorlog.py:213 msgid "&Highlight All" msgstr "&Utheva alt" #: ../raphodo/errorlog.py:214 msgid "Highlight all occurrences of the phrase" msgstr "Utheva alle førekomstane av uttrykket" #: ../raphodo/errorlog.py:215 msgid "&Match Case" msgstr "&Same små/store bokstavar" #: ../raphodo/errorlog.py:216 msgid "Search with case sensitivity" msgstr "Skil mellom store/små bokstavar" #: ../raphodo/errorlog.py:217 msgid "&Whole Words" msgstr "&Heile ord" #: ../raphodo/errorlog.py:218 msgid "Search whole words only" msgstr "Søk berre etter heile ord" #: ../raphodo/errorlog.py:229 ../raphodo/errorlog.py:371 #, 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:234 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:256 msgid "Clear" msgstr "Fjern" #: ../raphodo/errorlog.py:357 msgid "Phrase not found" msgstr "Fann ikkje uttrykket" #: ../raphodo/errorlog.py:516 msgid "Search pending..." msgstr "Søk i gang …" #: ../raphodo/errorlog.py:567 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:50 #, python-brace-format msgid "" "Please report the problem at {website}.

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

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

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

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

      Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:88 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:182 msgid "Problem in Rapid Photo Downloader" msgstr "Problem i Rapid Photo Downloader" #: ../raphodo/excepthook.py:186 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:189 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:216 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "Det oppstod ein feil i Rapid Photo Downloader\n" #: ../raphodo/excepthook.py:218 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:173 ../raphodo/thumbnaildisplay.py:2254 msgid "Open in File Browser..." msgstr "Opna i filhandsamar …" #. type: Optional[QModelIndex] #: ../raphodo/ui/filebrowse.py:179 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:183 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:140 msgid "File System" msgstr "Filsystem" #: ../raphodo/foldercombo.py:181 msgid "Other..." msgstr "Andre …" #: ../raphodo/foldercombo.py:272 #, python-format msgid "%s (location does not exist)" msgstr "%s (staden finst ikkje)" #: ../raphodo/generatenameconfig.py:206 msgid "Date time" msgstr "Dato tid" #: ../raphodo/generatenameconfig.py:207 msgid "Text" msgstr "Tekst" #: ../raphodo/generatenameconfig.py:208 ../raphodo/rapid.py:2608 msgid "Filename" msgstr "Filnamn" #: ../raphodo/generatenameconfig.py:209 #: ../raphodo/prefs/preferencedialog.py:994 msgid "Metadata" msgstr "Metadata" #: ../raphodo/generatenameconfig.py:210 msgid "Sequences" msgstr "Sekvensar" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:213 msgid "Job code" msgstr "Oppdragsnamn" #: ../raphodo/generatenameconfig.py:214 msgid "Image date" msgstr "Biletdato" #: ../raphodo/generatenameconfig.py:215 msgid "Video date" msgstr "Videodato" #: ../raphodo/generatenameconfig.py:216 msgid "Today" msgstr "Idag" #: ../raphodo/generatenameconfig.py:217 msgid "Yesterday" msgstr "Igår" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:220 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:223 msgid "Name" msgstr "Namn" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 ../raphodo/rapid.py:2609 msgid "Extension" msgstr "Filtype" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 msgid "Image number" msgstr "Bilettal" #: ../raphodo/generatenameconfig.py:230 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:233 msgid "Aperture" msgstr "Blenderopning" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 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:242 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:245 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:248 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:251 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:254 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:257 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:260 msgid "Shutter count" msgstr "Eksponeringsteljar" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:262 msgid "File number" msgstr "Filnummer" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:264 msgid "Folder only" msgstr "Berre mappa" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:266 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:269 msgid "Owner name" msgstr "Namn på eigar" #: ../raphodo/generatenameconfig.py:270 msgid "Codec" msgstr "Kodek" #: ../raphodo/generatenameconfig.py:271 msgid "Width" msgstr "Breidd" #: ../raphodo/generatenameconfig.py:272 msgid "Height" msgstr "Høgd" #: ../raphodo/generatenameconfig.py:273 msgid "Length" msgstr "Lengd" #: ../raphodo/generatenameconfig.py:274 msgid "Frames Per Second" msgstr "Bilet per sekund" #: ../raphodo/generatenameconfig.py:275 msgid "Artist" msgstr "Kunstnar" #: ../raphodo/generatenameconfig.py:276 msgid "Copyright" msgstr "Opphavsrett" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:279 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:282 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:285 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:288 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:291 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:294 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:297 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:300 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:303 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:306 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:309 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:312 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:315 msgid "lowercase" msgstr "små bokstavar" #: ../raphodo/generatenameconfig.py:316 msgid "One digit" msgstr "Eitt tal" #: ../raphodo/generatenameconfig.py:317 msgid "Two digits" msgstr "To tal" #: ../raphodo/generatenameconfig.py:318 msgid "Three digits" msgstr "Tre tal" #: ../raphodo/generatenameconfig.py:319 msgid "Four digits" msgstr "Fire tal" #: ../raphodo/generatenameconfig.py:320 msgid "Five digits" msgstr "Fem tal" #: ../raphodo/generatenameconfig.py:321 msgid "Six digits" msgstr "Seks tal" #: ../raphodo/generatenameconfig.py:322 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:325 msgid "Subseconds" msgstr "Delsekund" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 ../raphodo/generatenameconfig.py:415 msgid "YYYYMMDD" msgstr "ÅÅÅÅMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:416 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:334 ../raphodo/generatenameconfig.py:417 msgid "YYYY_MM_DD" msgstr "ÅÅÅÅ_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 msgid "YYMMDD" msgstr "ÅÅMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 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:343 msgid "YY_MM_DD" msgstr "ÅÅ_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "MMDDYYYY" msgstr "MMDDÅÅÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYY" msgstr "MMDDÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "DDMMYYYY" msgstr "DDMMÅÅÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYY" msgstr "DDMMÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 ../raphodo/generatenameconfig.py:415 #: ../raphodo/generatenameconfig.py:416 ../raphodo/generatenameconfig.py:417 #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:419 msgid "YYYY" msgstr "ÅÅÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 msgid "YY" msgstr "ÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "Month (full)" msgstr "Månad (heile)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (abbreviated)" msgstr "Månad (forkorta)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 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:382 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:385 msgid "HHMMSS" msgstr "TTMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMM" msgstr "TTMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 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:394 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:397 msgid "HH" msgstr "TT" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 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:403 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:415 msgid "Date" msgstr "Dato" #: ../raphodo/generatenameconfig.py:416 msgid "Date (hyphens)" msgstr "Dato (bindestrekar)" #: ../raphodo/generatenameconfig.py:417 msgid "Date (underscores)" msgstr "Dato (understrekar)" #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:512 #: ../raphodo/generatenameconfig.py:699 msgid "Date and Job Code" msgstr "Dato og oppdragsnamn" #: ../raphodo/generatenameconfig.py:418 msgid "YYYYMM_Job Code" msgstr "ÅÅÅÅMM_Oppdragsnamn" #: ../raphodo/generatenameconfig.py:419 msgid "Date and Job Code Subfolder" msgstr "Dato og oppdragsnamn-undermapper" #: ../raphodo/generatenameconfig.py:419 msgid "YYYYMM" msgstr "ÅÅÅÅMM" #: ../raphodo/generatenameconfig.py:419 ../raphodo/jobcodepanel.py:279 #: ../raphodo/ui/nameeditor.py:926 ../raphodo/rapid.py:2261 #: ../raphodo/ui/renamepanel.py:93 ../raphodo/ui/renamepanel.py:275 msgid "Job Code" msgstr "Oppdragsnamn" #: ../raphodo/generatenameconfig.py:507 ../raphodo/generatenameconfig.py:694 msgid "Original Filename" msgstr "Opphavleg filnamn" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "Date-Time and Downloads today" msgstr "Dato-tid og nedlastingar i dag" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "YYYYMMDD-HHMM-1" msgstr "ÅÅÅÅMMDD-TTMM-1" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "Date and Downloads today" msgstr "Dato og nedlastingar i dag" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "YYYYMMDD-1" msgstr "ÅÅÅÅMMDD-1" #: ../raphodo/generatenameconfig.py:510 msgid "Date-Time and Image number" msgstr "Dato-Tid og biletnummer" #: ../raphodo/generatenameconfig.py:510 msgid "YYYYMMDD-1234" msgstr "ÅÅÅÅMMDD-1234" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "Date-Time and Job Code" msgstr "Dato-Tid og oppdragsnamn" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "ÅÅÅÅMMDD-TTMM-Oppdragsnamn-1" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:699 msgid "YYYYMMDD-Job Code-1" msgstr "ÅÅÅÅMMDD-Oppdragsnamn-1" #: ../raphodo/generatenameconfig.py:697 msgid "Date-Time and Video number" msgstr "Dato-Tid og videonummer" #: ../raphodo/generatenameconfig.py:697 msgid "YYYYMMDD_1234" msgstr "ÅÅÅÅMMDD_1234" #: ../raphodo/generatenameconfig.py:700 msgid "Resolution" msgstr "Oppløysing" #: ../raphodo/generatenameconfig.py:700 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "ÅÅÅÅMMDD-TTMM-1-1920x1080" #: ../raphodo/jobcodepanel.py:90 msgid "Enter a new Job Code, or select a previous one" msgstr "Skriv inn eit oppdragsnamn, eller vel eit du har nytta tidlegare" #: ../raphodo/jobcodepanel.py:98 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" "Oppdragsnamnet vil brukast på %s som enno ikkje har eit oppdragsnamn." #: ../raphodo/jobcodepanel.py:108 #, 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:121 msgid "Apply Job Code to Download" msgstr "Legg til oppdragsnamn til nedlasting" #: ../raphodo/jobcodepanel.py:123 msgid "Enter a new Job Code" msgstr "Skriv inn eit nytt oppdragsnamn" #: ../raphodo/jobcodepanel.py:131 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/jobcodepanel.py:144 #, python-format msgid "The new Job Code will be applied to %s." msgstr "Den nye oppdragsnamnet vil brukast på %s." #: ../raphodo/jobcodepanel.py:148 msgid "New Job Code" msgstr "Nytt oppdragsnamn" #: ../raphodo/jobcodepanel.py:186 msgid "&Job Code:" msgstr "&Oppdragsnamn:" #: ../raphodo/jobcodepanel.py:190 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:251 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:255 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:259 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:264 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:269 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:278 msgid "Last Used" msgstr "Sist brukt" #: ../raphodo/jobcodepanel.py:283 msgid "Job Code Sort:" msgstr "Oppdragsnamnsortering:" #: ../raphodo/jobcodepanel.py:286 ../raphodo/rapid.py:2616 msgid "Ascending" msgstr "Stigande" #: ../raphodo/jobcodepanel.py:287 ../raphodo/rapid.py:2617 msgid "Descending" msgstr "Søkkande" #: ../raphodo/jobcodepanel.py:297 msgid "&New..." msgstr "&Ny …" #: ../raphodo/jobcodepanel.py:301 msgid "&Apply" msgstr "&Bruk" #: ../raphodo/jobcodepanel.py:305 msgid "&Remove" msgstr "&Fjern" #: ../raphodo/jobcodepanel.py:309 ../raphodo/prefs/preferencedialog.py:288 #: ../raphodo/prefs/preferencedialog.py:324 #: ../raphodo/prefs/preferencedialog.py:781 msgid "Remove All" msgstr "Fjern alle" #: ../raphodo/jobcodepanel.py:512 msgid "Do you really want to remove all the Job Codes?" msgstr "Vil du verkeleg fjerna alle oppdragskodane?" #: ../raphodo/jobcodepanel.py:515 msgid "Remove all Job Codes" msgstr "Fjern alle oppdragskodar" #: ../raphodo/jobcodepanel.py:578 msgid "Job Codes" msgstr "Oppdragsnamn" #: ../raphodo/ui/messagewidget.py:67 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:478 ../raphodo/ui/nameeditor.py:498 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s – %(elements)s" #: ../raphodo/ui/nameeditor.py:583 msgid "Save New Custom Preset..." msgstr "Lagra nytt tilpassa forval …" #: ../raphodo/ui/nameeditor.py:584 msgid "Remove All Custom Presets..." msgstr "Fjern alle tilpassa forval …" #: ../raphodo/ui/nameeditor.py:630 msgid "(New Custom Preset)" msgstr "(Nytt tilpassa forval)" #: ../raphodo/ui/nameeditor.py:647 #, python-format msgid "%s (edited)" msgstr "%s (redigert)" #: ../raphodo/ui/nameeditor.py:650 ../raphodo/ui/nameeditor.py:1558 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "Oppdater tilpassa forval «%s»" #: ../raphodo/ui/nameeditor.py:743 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "Lagra nytt tilpassa forval – Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:751 msgid "Preset Name:" msgstr "Namn på forval:" #: ../raphodo/ui/nameeditor.py:884 msgid "Photo Subfolder Generation Editor" msgstr "Redigering av biletundermappegenerering" #: ../raphodo/ui/nameeditor.py:892 msgid "Video Subfolder Generation Editor" msgstr "Redigering av videoundermappegenerering" #: ../raphodo/ui/nameeditor.py:900 msgid "Photo Renaming Editor" msgstr "Redigering av biletomdøyping" #: ../raphodo/ui/nameeditor.py:907 msgid "Video Renaming Editor" msgstr "Redigering av videoomdøyping" #: ../raphodo/ui/nameeditor.py:936 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" "Åtvaring: Det er ikkje nok data til å " "kunna generera namnet fullt ut. Ver vennleg og bruk andre alternativ for " "endring av namn." #: ../raphodo/ui/nameeditor.py:954 #, python-format msgid "The character
      %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:964 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:972 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" "Åtvaring: Det kan henda at du ikkje får " "unike filnamn. Gjer filnamna unike ved å bruka sekvensverdiar." #: ../raphodo/ui/nameeditor.py:999 ../raphodo/ui/renamepanel.py:139 msgid "Preset:" msgstr "Forval:" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1082 ../raphodo/ui/nameeditor.py:1105 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/ui/nameeditor.py:1134 ../raphodo/prefs/preferencedialog.py:1083 #: ../raphodo/wsl.py:648 msgid "Get help online..." msgstr "Få hjelp på nettet …" #: ../raphodo/ui/nameeditor.py:1161 msgid "Insert" msgstr "Set inn" #: ../raphodo/ui/nameeditor.py:1523 msgid "Save Preset - Rapid Photo Downloader" msgstr "Lagra forval – Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:1527 msgid "" "Do you want to save the changes in a new custom " "preset?

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

      The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" "Vil du lagra endringane som eit nytt tilpassa forval?

      Å " "oppretta eit tilpassa forval er ikkje påkravd, men det kan hjelpa deg med å " "halda orden.

      Dei endra innstillingane vil brukast uavhengig av om du " "lagrar dei som eit nytt tilpassa forval eller ikkje." #: ../raphodo/ui/nameeditor.py:1548 msgid "" "Do you want to save the changes in a custom preset?

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

      The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" "Vil du lagra endringane som eit tilpassa forval?

      Om du vil, så " "kan du laga eit nytt tilpassa forval eller oppdatera eit tilpassa forval. " "

      Dei endra innstillingane vil brukast uavhengig av om du lagrar dei " "som eit nytt tilpassa forval eller ikkje." #: ../raphodo/ui/nameeditor.py:1562 msgid "Save New Custom Preset" msgstr "Lagra nytt tilpassa forval" #: ../raphodo/newversion.py:326 msgid "Checking for new version..." msgstr "Ser etter ny utgåve …" #: ../raphodo/newversion.py:327 msgid "You are running the latest version." msgstr "Du køyrer den seinaste utgåva." #: ../raphodo/newversion.py:328 msgid "Failed to contact the update server." msgstr "Kunne ikkje kontakta oppdateringstenaren." #: ../raphodo/newversion.py:331 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "Ei ny utgåve av Rapid Photo Downloader (%s) er tilgjengeleg." #: ../raphodo/newversion.py:334 msgid "Do you want to download the new version?" msgstr "Vil du lasta ned den nye utgåva?" #: ../raphodo/newversion.py:336 #, python-format msgid "Changes in the new release can be viewed here." msgstr "Endringar i den nye utgåva 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:366 ../raphodo/newversion.py:385 msgid "&Skip this release" msgstr "&Hopp over denne utgåva" #. 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:388 msgid "&Open Download Page" msgstr "&Opna nedlastingssida" #: ../raphodo/newversion.py:412 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:531 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "%(downloaded)s av %(total)s" #: ../raphodo/newversion.py:553 msgid "Downloading..." msgstr "Lastar ned …" #: ../raphodo/prefs/preferencedialog.py:134 msgid "Preferences" msgstr "Innstillingar" #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 msgid "Automation" msgstr "Automatisering" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Thumbnails" msgstr "Miniatyrbilete" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:160 #: ../raphodo/prefs/preferencedialog.py:183 #: ../raphodo/prefs/preferencedialog.py:585 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:184 #: ../raphodo/prefs/preferencedialog.py:649 msgid "Error Handling" msgstr "Feilhandtering" #: ../raphodo/prefs/preferencedialog.py:162 #: ../raphodo/prefs/preferencedialog.py:185 msgid "Warnings" msgstr "Åtvaringar" #: ../raphodo/prefs/preferencedialog.py:163 msgid "Consolidation" msgstr "Konsolidering" #: ../raphodo/prefs/preferencedialog.py:164 #: ../raphodo/prefs/preferencedialog.py:186 msgid "Miscellaneous" msgstr "Ymse" #: ../raphodo/prefs/preferencedialog.py:221 msgid "Device Scanning" msgstr "Einingsskanning" #: ../raphodo/prefs/preferencedialog.py:222 msgid "Scan only external devices" msgstr "Skann berre eksterne einingar" #: ../raphodo/prefs/preferencedialog.py:225 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:231 msgid "Scan only specific folders on devices" msgstr "Skann berre visse mapper på einingar" #: ../raphodo/prefs/preferencedialog.py:233 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Skann berre etter bilete og videoar i mappene nedanfor (unntatt stiar\n" "som står i «Ignorerte stiar»).\n" "\n" "Om du endrar innstillinga blir alle einingane skanna på nytt." #: ../raphodo/prefs/preferencedialog.py:240 msgid "Folders to scan:" msgstr "Mapper å skanna:" #: ../raphodo/prefs/preferencedialog.py:244 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 #: ../raphodo/prefs/preferencedialog.py:310 msgid "Add..." msgstr "Legg til …" #: ../raphodo/prefs/preferencedialog.py:252 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 #: ../raphodo/prefs/preferencedialog.py:286 #: ../raphodo/prefs/preferencedialog.py:317 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove" msgstr "Fjern" #: ../raphodo/prefs/preferencedialog.py:259 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:278 msgid "Devices that have been set to automatically ignore or download from." msgstr "Einingar som skal automatisk ignorerast eller lastast ned frå." #: ../raphodo/prefs/preferencedialog.py:279 msgid "Remembered Devices" msgstr "Hugsa einingar" #: ../raphodo/prefs/preferencedialog.py:283 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" "Fjern ei eining frå lista med einingar som skal automatisk ignorerast eller " "lastast ned frå." #: ../raphodo/prefs/preferencedialog.py:290 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" "Tøm lista med einingar som skal automatisk ignorerast eller lastast ned " "frå.\n" "\n" "Merk: Endringane trer i kraft neste gong me skannar etter einingar." #: ../raphodo/prefs/preferencedialog.py:304 msgid "Ignored Paths" msgstr "Oversedde stiar" #: ../raphodo/prefs/preferencedialog.py:306 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" "Slutten av ein sti som aldri skal skannast etter bilete eller videoar." #: ../raphodo/prefs/preferencedialog.py:313 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Legg til ein sti i lista over ignorerte stiar.\n" "\n" "Om du endrar innstillinga blir alle einingane skanna på nytt." #: ../raphodo/prefs/preferencedialog.py:320 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:327 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Tøm lista over ignorerte stiar.\n" "\n" "Om du endrar innstillinga blir alle einingane skanna på nytt." #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as well. #: ../raphodo/prefs/preferencedialog.py:338 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:345 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:387 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:400 #: ../raphodo/prefs/preferencedialog.py:505 #: ../raphodo/prefs/preferencedialog.py:553 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:408 #: ../raphodo/prefs/preferencedialog.py:575 msgid "* Takes effect upon program restart" msgstr "* Trår i kraft etter omstart av programmet" #: ../raphodo/prefs/preferencedialog.py:416 msgid "Program Automation" msgstr "Programautomatisering" #: ../raphodo/prefs/preferencedialog.py:417 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place the #. carriage return where you think it makes sense so that the tool tip does not #. stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:422 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading at program startup" msgstr "Gå i gang med å laste ned bilete når programmet startar" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Start downloading upon device insertion" msgstr "Gå i gang med å laste ned når einingar blir kopla til" #: ../raphodo/prefs/preferencedialog.py:430 msgid "Unmount (eject) device upon download completion" msgstr "Avmonter (løys ut) eininga når nedlastinga er ferdig" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program when download completes" msgstr "Avslutt programmet når nedlastinga er ferdig" #: ../raphodo/prefs/preferencedialog.py:433 msgid "Exit program even if download had warnings or errors" msgstr "Avslutt programmet sjølv om nedlastinga hadde feil eller åtvaringar" #: ../raphodo/prefs/preferencedialog.py:465 msgid "Thumbnail Generation" msgstr "Generering av miniatyrbilete" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails" msgstr "Generer miniatyrbilete" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Generate thumbnails to show in the main program window" msgstr "Generer miniatyrbilete som vil visast i hovudvindauget" #: ../raphodo/prefs/preferencedialog.py:470 msgid "Cache thumbnails" msgstr "Mellomlagra miniatyrbilete" #: ../raphodo/prefs/preferencedialog.py:473 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" "Lagra miniatyrbilete vist i hovudprogramvindauget i eit mellomlager " "spesifikt for Rapid Photo Downloader" #: ../raphodo/prefs/preferencedialog.py:477 msgid "Generate system thumbnails" msgstr "Generer system-miniatyrbilete" #: ../raphodo/prefs/preferencedialog.py:480 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:489 msgid "Number of CPU cores used to generate thumbnails." msgstr "" "Kor mange CPU-kjerner som skal brukast for å generera miniatyrbilete." #: ../raphodo/prefs/preferencedialog.py:490 msgid "CPU cores:" msgstr "CPU-kjernar:" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Thumbnail Cache" msgstr "Mellomlager for miniatyrbilete" #: ../raphodo/prefs/preferencedialog.py:530 msgid "Calculating..." msgstr "Reknar …" #: ../raphodo/prefs/preferencedialog.py:536 msgid "days" msgstr "dagar" #: ../raphodo/prefs/preferencedialog.py:537 msgid "forever" msgstr "alltid" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Cache size:" msgstr "Storleik på mellomlageret:" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Number of thumbnails:" msgstr "Kor mange miniatyrbilete:" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Database size:" msgstr "Databasestorleik:" #: ../raphodo/prefs/preferencedialog.py:550 msgid "Cache unaccessed thumbnails for:" msgstr "Mellomlagra utilgjengelege miniatyrbilete i:" #: ../raphodo/prefs/preferencedialog.py:559 msgid "Purge Cache..." msgstr "Reins mellomlager …" #: ../raphodo/prefs/preferencedialog.py:562 msgid "Optimize Cache..." msgstr "Optimaliser mellomlager …" #: ../raphodo/prefs/preferencedialog.py:588 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:598 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:601 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:615 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:629 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Skip download" msgstr "Hopp over nedlasting" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Don't download the file, and issue an error message" msgstr "Ikkje last ned fila, og gje ei feilmelding" #: ../raphodo/prefs/preferencedialog.py:656 msgid "Add unique identifier" msgstr "Legg til unik identifikator" #: ../raphodo/prefs/preferencedialog.py:659 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Overwrite" msgstr "Overskriv" #: ../raphodo/prefs/preferencedialog.py:668 msgid "Overwrite the previously backed up file" msgstr "Overskriv den tidlegare tryggleikskopierte fila" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Skip" msgstr "Hopp over" #: ../raphodo/prefs/preferencedialog.py:671 msgid "Don't overwrite the backup file, and issue an error message" msgstr "Ikkje overskriv den tryggleikskopierte fila, og gje ei feilmelding" #: ../raphodo/prefs/preferencedialog.py:678 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" "Vel du om du vil hoppa over nedlasting eller leggja til ein unik " "identifikator når eit bilete eller ein video med same namn allereie er lasta " "ned:" #: ../raphodo/prefs/preferencedialog.py:690 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:701 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" "Vel om du skal overskriva ei fil på tryggleikskopieininga som har same namn " "når du tryggleikskopierer, eller hoppa over tryggleikskopiering:" #: ../raphodo/prefs/preferencedialog.py:722 msgid "Program Warnings" msgstr "Programåtvaringar" #: ../raphodo/prefs/preferencedialog.py:723 msgid "Show a warning when:" msgstr "Vis ei åtvaring når:" #: ../raphodo/prefs/preferencedialog.py:727 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:730 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" "Åtvar når du skal til å lasta ned filer som ikkje vert vist i hovudvindauget." #: ../raphodo/prefs/preferencedialog.py:734 msgid "Backup destinations are missing" msgstr "Manglar tryggleikskopieringsmål" #: ../raphodo/prefs/preferencedialog.py:736 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" "Åtvar før du startar ei nedlasting viss det ikkje er mogleg å " "tryggleikskopiera filer." #: ../raphodo/prefs/preferencedialog.py:740 msgid "Program libraries are missing or broken" msgstr "Programbibliotek manglar eller er skadd" #: ../raphodo/prefs/preferencedialog.py:743 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" "Åtvar om eit programvarebibliotek som vert brukt av Rapid Photo Downloader " "manglar eller ikkje fungerer." #: ../raphodo/prefs/preferencedialog.py:747 msgid "Filesystem metadata cannot be set" msgstr "Klarte ikkje endra filsystem-metadata" #: ../raphodo/prefs/preferencedialog.py:749 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" "Åtvar om det oppstår ein feil når me endrar metadata for ei fil, slik som " "endringstidspunktet til fila." #: ../raphodo/prefs/preferencedialog.py:753 msgid "Encountering unhandled files" msgstr "Fann filer som me ikkje handterer" #: ../raphodo/prefs/preferencedialog.py:755 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" "Åtvar etter skanning av ei eining eller denne datamaskina om det finst " "ukjende filer som ikkje vil inkluderast under nedlastinga." #: ../raphodo/prefs/preferencedialog.py:760 msgid "Do not warn about unhandled files with extensions:" msgstr "Ikkje åtvar om ubehandla filar av filtypene:" #: ../raphodo/prefs/preferencedialog.py:765 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "Add" msgstr "Legg til" #: ../raphodo/prefs/preferencedialog.py:771 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" "Legg til filtyper i lista over ubehandla filtyper det ikkje skal åtvarast om." #: ../raphodo/prefs/preferencedialog.py:776 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" "Fjern ei filtype frå lista over ubehandla filtyper det ikkje skal åtvarast " "om." #: ../raphodo/prefs/preferencedialog.py:783 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "Tøm heile lista over ubehandla filtyper det ikkje skal åtvarast om." #: ../raphodo/prefs/preferencedialog.py:821 msgid "Photo and Video Consolidation" msgstr "Bilet- og videokonsolidering" #: ../raphodo/prefs/preferencedialog.py:824 msgid "Consolidate files across devices and downloads" msgstr "Konsolider filer på tvers av einingar og nedlastingar" #: ../raphodo/prefs/preferencedialog.py:827 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Treat matching RAW and JPEG files as:" msgstr "Sjå på samsvarande RAW- og JPEG-filer som:" #: ../raphodo/prefs/preferencedialog.py:834 msgid "One photo" msgstr "Eitt bilete" #: ../raphodo/prefs/preferencedialog.py:835 msgid "Two photos" msgstr "To bilete" #: ../raphodo/prefs/preferencedialog.py:837 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:842 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "With matching RAW and JPEG photos:" msgstr "Med samsvarande RAW og JPEG bilete:" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Do not mark JPEG for download" msgstr "Ikkje merk JPEG for nedlasting" #: ../raphodo/prefs/preferencedialog.py:854 msgid "Do not mark RAW for download" msgstr "Ikkje merk RAW for nedlasting" #: ../raphodo/prefs/preferencedialog.py:855 msgid "Mark both for download" msgstr "Merk begge for nedlasting" #: ../raphodo/prefs/preferencedialog.py:862 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:868 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:874 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" "Merk begge for nedlasting når me finn samsvarande RAW- og JPEG-bilete." #: ../raphodo/prefs/preferencedialog.py:880 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:886 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Clear completed downloads" msgstr "Tøm ferdige nedlastingar" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Keep displaying completed downloads" msgstr "Fortset og vis ferdige nedlastingar" #: ../raphodo/prefs/preferencedialog.py:906 msgid "Prompt for what to do" msgstr "Spør om kva me skal gjera" #: ../raphodo/prefs/preferencedialog.py:911 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:916 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:921 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:968 msgid "Version Check" msgstr "Kontroller utgåve" #: ../raphodo/prefs/preferencedialog.py:969 msgid "Check for new version at startup" msgstr "Sjå etter ny utgåve ved oppstart" #: ../raphodo/prefs/preferencedialog.py:972 msgid "Check for a new version of the program each time the program starts." msgstr "Sjå etter ei ny utgåve av programmet kvar gong programmet startar." #: ../raphodo/prefs/preferencedialog.py:976 msgid "Include development releases" msgstr "Inkluder utviklingsutgåver" #: ../raphodo/prefs/preferencedialog.py:978 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 utviklingsutgåver når du ser etter ei ny " "utgåve av programmet.\n" "\n" "Viss du for tida køyrer ei utviklingsutgåve, vil dette alltid finnast." #: ../raphodo/prefs/preferencedialog.py:996 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "Ignorer DNG dato/tid-metadata på MTP einingar" #: ../raphodo/prefs/preferencedialog.py:999 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" "Ignorer dato/tid metadata i DNG-filer plassert på MTP einingar, og bruk i " "staden endringstidspunktet til fila.\n" "\n" "Nyttig for einingar som opprettar feil DNG-metadata, slik som nokre " "telefonar og nettbrett." #: ../raphodo/prefs/preferencedialog.py:1006 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1008 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1034 msgid "Completed Downloads" msgstr "Fullførte nedlastingar" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1140 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1423 #, python-format msgid "Restores default %s preference values" msgstr "Går tilbake til standardinnstillingane for %s" #: ../raphodo/prefs/preferencedialog.py:1585 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" "Vil du reinsa mellomlageret? Mellomlageret vert reinsa neste gong programmet " "startar." #: ../raphodo/prefs/preferencedialog.py:1590 msgid "Purge Thumbnail Cache" msgstr "Reins mellomlager for miniatyrbilete" #: ../raphodo/prefs/preferencedialog.py:1605 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" "Vil du optimalisera mellomlageret? Mellomlageret vil optimaliserast neste " "gong programmet startar." #: ../raphodo/prefs/preferencedialog.py:1610 msgid "Optimize Thumbnail Cache" msgstr "Optimaliser mellomlager for miniatyrbilete" #: ../raphodo/prefs/preferencedialog.py:1929 msgid "Enter a Folder to Scan" msgstr "Vel ei mappe å skanna" #: ../raphodo/prefs/preferencedialog.py:1931 msgid "Specify a folder that will be scanned for photos and videos" msgstr "Vel ei mappe som skal skannast for bilete og videoar" #: ../raphodo/prefs/preferencedialog.py:1933 msgid "Folder:" msgstr "Mappe:" #: ../raphodo/prefs/preferencedialog.py:1947 msgid "Enter a Path to Ignore" msgstr "Oppgi ein søkjesti å oversjå" #: ../raphodo/prefs/preferencedialog.py:1949 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" "Oppgi ein sti som du vil aldri skal gjennomsøkjast etter bilete eller videoar" #: ../raphodo/prefs/preferencedialog.py:1951 msgid "Path:" msgstr "Sti:" #: ../raphodo/prefs/preferencedialog.py:1965 msgid "Enter a File Extension" msgstr "Vel ein filtype" #: ../raphodo/prefs/preferencedialog.py:1966 msgid "Specify a file extension (without the leading dot)" msgstr "Skriv ei filtype (utan punktum føre)" #: ../raphodo/prefs/preferencedialog.py:1967 ../raphodo/ui/renamepanel.py:140 msgid "Extension:" msgstr "Filtype:" #: ../raphodo/prefs/preferencedialog.py:1982 msgid "Invalid File Extension" msgstr "Ugyldig filtype" #: ../raphodo/prefs/preferencedialog.py:1987 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" "Filtypen %s vert kjent att av Rapid Photo Downloader, så det gjev " "ikkje meining å åtvara om at slike filer finst." #: ../raphodo/prefs/preferencedialog.py:1996 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" "Kjende filtyper:\n" "\n" "Bilete:\n" "%(photos)s\n" "\n" "Videoar:\n" "%(videos)s\n" "\n" "Lyd:\n" "%(audio)s\n" "\n" "Anna:\n" "%(other)s" #: ../raphodo/prefs/preferences.py:311 msgid "Wedding" msgstr "Bryllaup" #: ../raphodo/prefs/preferences.py:311 msgid "Birthday" msgstr "Fødselsdag" #: ../raphodo/prefs/preferences.py:736 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Innstillingane for undermapper burde ikkje byrje med %s" #: ../raphodo/prefs/preferences.py:740 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Innstillingane for undermapper burde ikkje ende med %s" #: ../raphodo/prefs/preferences.py:747 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "Innstillingane for undermapper burde ikkje ha to %s etter kvarandre" #: ../raphodo/ui/primarybutton.py:124 msgid "Download 8 Photos and 10 Videos" msgstr "Lasta ned 8 bilete og 10 videoar" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Feil: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "Feil: %s" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "GPhoto2-feil: %s" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "Klarte ikkje lesa mappa %s" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "Kan ikkje lesa fila %s" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "Kan ikkje skriva fila %s" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "Kan ikkje flytta fila %s" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "Kan ikkje fjerna fila %s" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "Kan ikkje kopiera fila %s" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "Den tomme fila %s blir ikkje lasta ned" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "Klarte ikkje lasta metadata frå %s" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" "Klarte ikkje å lasta metadata frå %(name)s. %(filetype)s blei ikkje lasta " "ned." #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)s finst alt." #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "Den unike identifikatoren «%s» vart lagt til filnamnet." #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)s vart teke den %(image1_date)s kl. %(image1_time)s, og %(image2)s " "den %(image2_date)s kl. %(image2_time)s." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "Klarte ikkje fullføra filnamnet for %s" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "%(type)s-metadataen manglar." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "Følgjande metadata manglar: %s." #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "Filnamnet manglar filending." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "Filnamnet manglar nummerdelen." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "Klarte ikkje skanna %s" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "Klarte ikkje kopiera frå %s" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "Problem med tryggleikskopiering til %s" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 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:249 ../raphodo/proximity.py:278 #: ../raphodo/proximity.py:313 ../raphodo/proximity.py:319 #, 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:267 #, 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:288 ../raphodo/proximity.py:294 #: ../raphodo/proximity.py:1123 ../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:303 ../raphodo/proximity.py:307 #: ../raphodo/proximity.py:1130 ../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:328 #, 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:339 #, 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:473 #, 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:1135 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1893 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:1952 #, 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:1956 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:1962 #, python-format msgid "%(hours)dh" msgstr "%(hours)dt" #: ../raphodo/proximity.py:2101 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:2106 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2109 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2110 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2112 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:2568 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:473 ../raphodo/rapid.py:871 ../raphodo/rapid.py:4657 #: ../raphodo/rapid.py:4880 ../raphodo/rapid.py:4899 ../raphodo/rapid.py:4922 #: ../raphodo/rapid.py:4929 ../raphodo/rapid.py:5606 ../raphodo/rapid.py:6229 #: ../raphodo/rapid.py:7449 ../raphodo/ui/rememberthisdialog.py:112 #: ../raphodo/ui/viewutils.py:743 #: ../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:1156 msgid "" "ExifTool has a problem

      Rapid Photo Downloader uses ExifTool " "to get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" "Det er eit problem med ExifTool

      Rapid Photo Downloader brukar " "ExifTool for å trekkja ut metadata frå videoar og bilete. Programmet vil " "kunna køyra utan det, men å installera det er sterkt tilrådd." #: ../raphodo/rapid.py:1167 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1176 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:1188 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1367 #, python-format msgid "" "Cannot download from Apple devices

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

      Missing applications: " "%(applications)s

      Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1766 msgid "Download failed" msgstr "Feil ved nedlasting" #: ../raphodo/rapid.py:1769 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" "Det oppstod dessverre ein feil ved nedlastinga av den nye utgåva av Rapid " "Photo Downloader." #: ../raphodo/rapid.py:1778 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" "Den nye utgåva vart lasta ned. Vil du lukka Rapid Photo Downloader og " "installera ho no?" #: ../raphodo/rapid.py:1782 msgid "Update Rapid Photo Downloader" msgstr "Oppdater Rapid Photo Downloader" #: ../raphodo/rapid.py:1786 msgid "Install" msgstr "Installer" #: ../raphodo/rapid.py:1804 msgid "New version saved" msgstr "Ny utgåve lagra" #: ../raphodo/rapid.py:1806 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1824 msgid "Upgrade failed" msgstr "Klarte ikkje oppgradera" #: ../raphodo/rapid.py:1827 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1873 msgid "" "\n" "

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

      \n" "

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

      " msgstr "" #: ../raphodo/rapid.py:1883 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1894 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1897 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1898 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1901 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in the future #: ../raphodo/rapid.py:1906 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:2110 ../raphodo/rapid.py:2914 msgid "Download" msgstr "Last ned" #: ../raphodo/rapid.py:2114 msgid "&Refresh..." msgstr "&Oppfrisk …" #: ../raphodo/rapid.py:2118 msgid "&Preferences" msgstr "&Innstillingar" #: ../raphodo/rapid.py:2122 msgid "&Quit" msgstr "&Avslutt" #: ../raphodo/rapid.py:2128 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:2132 msgid "Error &Reports" msgstr "Feil&rapportar" #: ../raphodo/rapid.py:2137 msgid "Clear Completed Downloads" msgstr "Fjern fullførde nedlastingar" #: ../raphodo/rapid.py:2140 msgid "Get Help Online..." msgstr "Få hjelp på Internett …" #: ../raphodo/rapid.py:2144 msgid "&Tip of the Day..." msgstr "&Dagens tips …" #: ../raphodo/rapid.py:2147 msgid "Report a Problem..." msgstr "Rapporter eit problem …" #: ../raphodo/rapid.py:2150 msgid "Make a Donation..." msgstr "Gje ein donasjon …" #: ../raphodo/rapid.py:2153 msgid "Translate this Application..." msgstr "Omsett denne applikasjonen …" #: ../raphodo/rapid.py:2158 msgid "&About..." msgstr "&Om …" #: ../raphodo/rapid.py:2161 msgid "Check for Updates..." msgstr "Sjå etter oppdateringar …" #: ../raphodo/rapid.py:2250 msgid "Timeline" msgstr "Tidslinje" #: ../raphodo/rapid.py:2258 msgid "Destination" msgstr "Mål" #: ../raphodo/rapid.py:2260 msgid "Rename" msgstr "Endra namn" #: ../raphodo/rapid.py:2262 msgid "Back Up" msgstr "Tryggleikskopi" #: ../raphodo/rapid.py:2486 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2505 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2508 msgid "This Computer" msgstr "Denne datamaskina" #: ../raphodo/rapid.py:2522 msgid "Select a source folder" msgstr "Vel ei kjeldemappe" #: ../raphodo/rapid.py:2600 msgid "All" msgstr "Alle" #: ../raphodo/rapid.py:2601 msgid "New" msgstr "Ny" #: ../raphodo/rapid.py:2603 msgid "Show:" msgstr "Vis:" #: ../raphodo/rapid.py:2606 msgid "Modification Time" msgstr "Endringstid" #: ../raphodo/rapid.py:2607 msgid "Checked State" msgstr "Avkryssa" #: ../raphodo/rapid.py:2610 msgid "File Type" msgstr "Filtype" #: ../raphodo/rapid.py:2611 msgid "Device" msgstr "Eining" #: ../raphodo/rapid.py:2613 msgid "Sort:" msgstr "Sorter:" #: ../raphodo/rapid.py:2629 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:2894 #, python-format msgid "Download %(files)s" msgstr "Last ned %(files)s" #: ../raphodo/rapid.py:2910 msgid "Resume Download" msgstr "Hald fram nedlasting" #: ../raphodo/rapid.py:2912 msgid "Pause" msgstr "Pause" #: ../raphodo/rapid.py:3049 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:3150 #, 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:3244 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:3258 #, 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:3346 msgid "" "\n" "Downloading all files

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

      \n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3511 #, 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:3514 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Mappa er ugyldig:\n" "%s" #: ../raphodo/rapid.py:3517 msgid "Download Failure" msgstr "Nedlastingsfeil" #: ../raphodo/rapid.py:3518 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3536 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:3547 ../raphodo/rapid.py:3561 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3549 ../raphodo/rpdfile.py:179 msgid "photos" msgstr "bilete" #: ../raphodo/rapid.py:3563 ../raphodo/rpdfile.py:174 msgid "videos" msgstr "videoar" #: ../raphodo/rapid.py:3573 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:3589 ../raphodo/rapid.py:3605 #, 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:3592 ../raphodo/rpdfile.py:181 ../raphodo/rpdfile.py:850 msgid "photo" msgstr "bilete" #: ../raphodo/rapid.py:3608 ../raphodo/rpdfile.py:176 ../raphodo/rpdfile.py:912 msgid "video" msgstr "video" #: ../raphodo/rapid.py:3616 msgid "Backup problem" msgstr "Problem med tryggleikskopiering" #: ../raphodo/rapid.py:4447 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s – %(time_left)s igjen (%(speed)s)" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4527 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "Lasta ned %(noFiles)s %(filetypes)s" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4537 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "Klarte ikkje å laste ned %(noFiles)s %(filetypes)s" #: ../raphodo/rapid.py:4543 ../raphodo/rapid.py:4650 msgid "warnings" msgstr "åtvaringar" #: ../raphodo/rapid.py:4578 msgid "All downloads complete" msgstr "Alle nedlastingar er ferdige" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4588 ../raphodo/rapid.py:4603 ../raphodo/rapid.py:4619 #: ../raphodo/rapid.py:4634 ../raphodo/rapid.py:4649 #, 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:4593 ../raphodo/rapid.py:4624 #, 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:4608 ../raphodo/rapid.py:4639 #, python-format msgid "%(filetype)s failed to download" msgstr "Klarte ikkje å laste ned %(filetype)s" #: ../raphodo/rapid.py:4675 msgid "1 failure" msgstr "1 feil" #: ../raphodo/rapid.py:4677 #, python-format msgid "%d failures" msgstr "%d feil" #: ../raphodo/rapid.py:4682 msgid "1 warning" msgstr "1 åtvaring" #: ../raphodo/rapid.py:4684 #, python-format msgid "%d warnings" msgstr "%d åtvaringar" #: ../raphodo/rapid.py:4709 #, 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:4716 #, 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:4725 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Ingen filer lasta ned — %(failures)s" #: ../raphodo/rapid.py:4727 msgid "No files downloaded" msgstr "Ingen filer lasta ned" #: ../raphodo/rapid.py:4767 msgid "Program preferences are invalid" msgstr "Programinnstillingane er ugyldige" #: ../raphodo/rapid.py:4886 #, 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:4905 #, 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:4925 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4936 msgid "&Try Again" msgstr "&Prøv på nytt" #: ../raphodo/rapid.py:4937 msgid "&Ignore This Device" msgstr "&Ignorer denne eininga" #: ../raphodo/rapid.py:5029 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:5032 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:5036 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:5041 msgid "Device scan failed" msgstr "Klarte ikkje skanna eininga" #: ../raphodo/rapid.py:5578 #, 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:5613 #, 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:5775 msgid "Completed Downloads Present" msgstr "Fann fullførte nedlastingar" #: ../raphodo/rapid.py:5777 #, python-format msgid "%s whose download have completed are displayed." msgstr "%s der nedlastinga er fullført er synlege." #: ../raphodo/rapid.py:5779 msgid "Do you want to clear the completed downloads?" msgstr "Vil du fjerna merkinga som nedlasta?" #: ../raphodo/rapid.py:5781 msgid "Completed Download Present" msgstr "Fann fullført nedlasting" #: ../raphodo/rapid.py:5782 #, python-format msgid "%s whose download has completed is displayed." msgstr "%s der nedlastinga er fullført er synleg." #: ../raphodo/rapid.py:5783 msgid "Do you want to clear the completed download?" msgstr "Vil du fjerna merkinga som nedlasta?" #: ../raphodo/rapid.py:5867 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:6212 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6216 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:6222 #, 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:6226 msgid "Any device with the same name will be ignored." msgstr "Alle einingar med same namn blir ignorert." #: ../raphodo/rapid.py:6645 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "Lastar ned frå %(location)s på denne maskina." #: ../raphodo/rapid.py:6649 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:6705 #, python-format msgid "Generating thumbnails for %s" msgstr "Lagar miniatyrbilete for %s" #: ../raphodo/rapid.py:6712 #, python-format msgid "Scanning %s" msgstr "Skannar %s" #: ../raphodo/rapid.py:6726 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" "%(number)s av %(available files)s kontrollert for nedlasting (%(hidden)s " "skjulte)" #: ../raphodo/rapid.py:6738 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "%(number)s av %(available files)s kontrollert for nedlasting" #: ../raphodo/rapid.py:7035 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:7042 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7048 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7055 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:7061 msgid "Turn on or off the the renaming of photos." msgstr "Skru av eller på omdøyping av bilete." #: ../raphodo/rapid.py:7067 msgid "Turn on or off the the renaming of videos." msgstr "Skru av eller på omdøyping av videoar." #: ../raphodo/rapid.py:7075 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:7083 msgid "Turn on or off downloading from this computer." msgstr "Skru av eller på nedlasting frå denne maskina." #: ../raphodo/rapid.py:7088 ../raphodo/rapid.py:7095 ../raphodo/rapid.py:7102 #: ../raphodo/rapid.py:7146 ../raphodo/rapid.py:7156 msgid "PATH" msgstr "STI" #: ../raphodo/rapid.py:7090 msgid "The PATH on this computer from which to download." msgstr "Stien på denne maskina som me skal lasta ned frå." #: ../raphodo/rapid.py:7097 msgid "The PATH where photos will be downloaded to." msgstr "Stien me skal lasta ned bilete til." #: ../raphodo/rapid.py:7104 msgid "The PATH where videos will be downloaded to." msgstr "Stien me skal lasta ned videoar til." #: ../raphodo/rapid.py:7111 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:7117 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:7122 ../raphodo/rapid.py:7134 msgid "FOLDER" msgstr "MAPPE" #: ../raphodo/rapid.py:7125 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:7137 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:7149 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7159 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7167 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "Ignorer foto med følgande filtyper: %s" #: ../raphodo/rapid.py:7177 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:7184 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:7191 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:7200 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:7208 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:7215 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" "Importer innstillingar frå ei eldre programutgåve og avslutt. Krev " "kommandolinjeprogrammet gconftool-2." #: ../raphodo/rapid.py:7224 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:7232 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:7238 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:7245 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:7255 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:7348 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" "For å kunna importera innstillingar frå den eldre utgåva av Rapid Photo " "Downloader må du installera programmet gconftool-2." #: ../raphodo/rapid.py:7359 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:7366 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "Importerer innstillingar frå Rapid Photo Downloader %(version)s" #: ../raphodo/rapid.py:7437 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7452 msgid "Program aborting." msgstr "Programmet avsluttar." #: ../raphodo/rapid.py:7542 msgid "Never run this program as the sudo / root user." msgstr "Aldri køyr dette programmet som sudo / root-brukaren." #: ../raphodo/rapid.py:7547 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "Du må installera ExifTool for å køyra Rapid Photo Downloader." #: ../raphodo/rapid.py:7562 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:7637 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:7842 msgid "All settings and caches have been reset." msgstr "Alle innstillingar er nullstilte." #: ../raphodo/rapid.py:7850 msgid "Thumbnail Cache has been reset." msgstr "Mellomlager for miniatyrbilete." #: ../raphodo/rapid.py:7856 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Remember this choice" msgstr "&Hugs dette valet" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't ask me about this again" msgstr "&Ikkje spør meg om dette igjen" #: ../raphodo/ui/rememberthisdialog.py:80 msgid "&Don't warn me about this again" msgstr "&Ikkje åtvara meg om dette igjen" #: ../raphodo/ui/rememberthisdialog.py:87 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:626 msgid "subfolder and filename" msgstr "undermappe og filnamn" #: ../raphodo/renameandmovefile.py:628 msgid "filename" msgstr "filnamn" #: ../raphodo/renameandmovefile.py:630 msgid "subfolder" msgstr "undermappe" #: ../raphodo/ui/renamepanel.py:327 msgid "A counter for how many downloads occur on each day" msgstr "Ein teljar for kor mange nedlastingar som skjer kvar dag" #: ../raphodo/ui/renamepanel.py:328 msgid "Downloads today:" msgstr "Nedlastingar idag:" #: ../raphodo/ui/renamepanel.py:350 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:351 msgid "Stored number:" msgstr "Lagra tal:" #: ../raphodo/ui/renamepanel.py:363 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:365 msgid "Day start:" msgstr "Dag byrjar:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:375 msgid "Synchronize RAW + JPEG" msgstr "Synkroniser RAW + JPEG" #: ../raphodo/ui/renamepanel.py:379 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:384 msgid "Sequence Numbers" msgstr "Sekvenstal" #: ../raphodo/ui/renamepanel.py:395 msgid "Strip incompatible characters" msgstr "Fjern inkompatible teikn" #: ../raphodo/ui/renamepanel.py:400 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:404 msgid "Compatibility" msgstr "Kompatibilitet" #: ../raphodo/ui/renamepanel.py:484 msgid "Photo Renaming" msgstr "Biletomdøyping" #: ../raphodo/ui/renamepanel.py:488 msgid "Video Renaming" msgstr "Videoomdøyping" #: ../raphodo/ui/renamepanel.py:492 msgid "Renaming Options" msgstr "Val for omdøyping" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "bilete og videoar" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "bilete eller videoar" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:273 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:302 msgid "a video" msgstr "ein video" #: ../raphodo/rpdfile.py:304 msgid "1 Video" msgstr "1 video" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:314 msgid "a photo" msgstr "eit bilete" #: ../raphodo/rpdfile.py:316 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:830 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s på %(camera)s" #: ../raphodo/rpdfile.py:851 msgid "Photo" msgstr "Bilete" #: ../raphodo/rpdfile.py:913 msgid "Video" msgstr "Video" #: ../raphodo/storage/storage.py:251 msgid "File system root" msgstr "Filsystemrot" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:589 msgid "Pictures" msgstr "Bilete" #: ../raphodo/sudocommand.py:93 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:100 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:140 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:583 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "Tatt %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:593 #, 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:605 ../raphodo/thumbnaildisplay.py:668 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:623 #, python-format msgid "Memory cards: %s" msgstr "Minnekort: %s" #: ../raphodo/thumbnaildisplay.py:628 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:635 msgid "Downloaded as:" msgstr "Lasta ned som:" #: ../raphodo/thumbnaildisplay.py:682 #, python-format msgid "

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

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

      Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2257 msgid "Copy Path" msgstr "Kopier sti" #: ../raphodo/thumbnaildisplay.py:2263 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2268 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:215 msgid "B" msgstr "" #: ../raphodo/utilities.py:216 msgid "KB" msgstr "" #: ../raphodo/utilities.py:217 msgid "MB" msgstr "" #: ../raphodo/utilities.py:218 msgid "GB" msgstr "" #: ../raphodo/utilities.py:219 msgid "TB" msgstr "" #: ../raphodo/utilities.py:220 msgid "PB" msgstr "" #: ../raphodo/utilities.py:221 msgid "EB" msgstr "" #: ../raphodo/utilities.py:222 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:223 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:486 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s og %(last_item)s" #: ../raphodo/utilities.py:570 msgid "one" msgstr "éin" #: ../raphodo/utilities.py:571 msgid "two" msgstr "to" #: ../raphodo/utilities.py:572 msgid "three" msgstr "tre" #: ../raphodo/utilities.py:573 msgid "four" msgstr "fire" #: ../raphodo/utilities.py:574 msgid "five" msgstr "fem" #: ../raphodo/utilities.py:575 msgid "six" msgstr "seks" #: ../raphodo/utilities.py:576 msgid "seven" msgstr "sju" #: ../raphodo/utilities.py:577 msgid "eight" msgstr "åtte" #: ../raphodo/utilities.py:578 msgid "nine" msgstr "ni" #: ../raphodo/utilities.py:579 msgid "ten" msgstr "ti" #: ../raphodo/utilities.py:580 msgid "eleven" msgstr "elleve" #: ../raphodo/utilities.py:581 msgid "twelve" msgstr "tolv" #: ../raphodo/utilities.py:582 msgid "thirteen" msgstr "tretten" #: ../raphodo/utilities.py:583 msgid "fourteen" msgstr "fjorten" #: ../raphodo/utilities.py:584 msgid "fifteen" msgstr "femten" #: ../raphodo/utilities.py:585 msgid "sixteen" msgstr "seksten" #: ../raphodo/utilities.py:586 msgid "seventeen" msgstr "sytten" #: ../raphodo/utilities.py:587 msgid "eighteen" msgstr "atten" #: ../raphodo/utilities.py:588 msgid "ninenteen" msgstr "nitten" #: ../raphodo/utilities.py:589 msgid "twenty" msgstr "tjue" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&OK" msgstr "&OK" #: ../raphodo/ui/viewutils.py:680 ../raphodo/ui/viewutils.py:700 msgid "&Save" msgstr "&Lagra" #: ../raphodo/ui/viewutils.py:681 msgid "&Help" msgstr "&Hjelp" #: ../raphodo/ui/viewutils.py:682 msgid "Restore Defaults" msgstr "Tilbake til standardverdiar" #: ../raphodo/ui/viewutils.py:683 ../raphodo/ui/viewutils.py:701 msgid "&Yes" msgstr "&Ja" #: ../raphodo/ui/viewutils.py:684 ../raphodo/ui/viewutils.py:702 msgid "&No" msgstr "&Nei" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:105 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:109 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:115 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:309 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:314 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:321 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:390 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:403 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:558 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:562 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:566 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:570 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:594 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:596 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:598 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:638 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:652 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1459 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1463 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1606 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1612 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" "Last ned, endra namn og tryggleikskopier bilete og videoar frå kamera og " "andre einingar" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "Hovudvindauget" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "Biletnedlastar" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" "foto;bilete;nedlasting;fotografi;import;video;RAW;kamera;telefon;ingest;backu" "p;tryggleikskopi;minne;kort;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "Last ned bilete og videoar med Rapid Photo Downloader" #~ msgid "Berlin" #~ msgstr "Berlin" #~ msgid "Paris" #~ msgstr "Paris" #~ msgid "New York" #~ msgstr "New York" #~ msgid "Prague" #~ msgstr "Praha" #~ msgid "Manila" #~ msgstr "Manila" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Helsinki" #~ msgstr "Helsinki" #~ msgid "Kampala" #~ msgstr "Kampala" #~ msgid "Tehran" #~ msgstr "Teheran" #~ msgid "Stockholm" #~ msgstr "Stockholm" #~ msgid "Rome" #~ msgstr "Roma" #~ msgid "Moscow" #~ msgstr "Moskva" #~ msgid "Sydney" #~ msgstr "Sydney" #~ msgid "Budapest" #~ msgstr "Budapest" #~ msgid "Jakarta" #~ msgstr "Jakarta" #~ msgid "Madrid" #~ msgstr "Madrid" #~ msgid "Delhi" #~ msgstr "Delhi" #~ msgid "Warsaw" #~ msgstr "Warszawa" #~ msgid "Error in Photo Rename preferences" #~ msgstr "Feil i innstillingane til biletomdøping" #~ msgid "Error in Video Rename preferences" #~ msgstr "Feil i innstillingane til videoomdøping" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "Feil i innstillingane til undermapper for biletnedlasting" #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "Feil i innstillingane til undermapper for videonedlasting" #~ msgid "Select a folder to download photos to" #~ msgstr "Vel ei mappe å laste inn bilete til" #~ msgid "Select a folder to download videos to" #~ msgstr "Vel ei mappe å laste inn video til" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Vel ei mappe med %(file_types)s" #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "" #~ "Åtvaring: Det er ikkje nok metadata for å fullt ut\n" #~ "generere namnet. Ver vennleg og nytt andre omdøpingsval." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "" #~ "Åtvaring: Det er ikkje nok metadata for å fullt ut\n" #~ "generere undermappene. Ver vennleg og nytt andre omdøpingsval.<" #, python-format #~ msgid "Example: %s" #~ msgstr "Døme: %s" #~ msgid "externaldrive1" #~ msgstr "eksterndisk1" #~ msgid "externaldrive2" #~ msgstr "eksterndisk2" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgid "Download cannot proceed" #~ msgstr "Kan ikkje gå vidare med nedlasting" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Kjelde: %(source)s\n" #~ "Mål: %(destination)s" #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "Fann bilete med like filnamn, tatt på ulike datoar" #~ msgid "Photo has already been downloaded" #~ msgstr "Biletet er allereie lasta ned" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Kjelde: %(source)s" #~ msgid "Backing up error" #~ msgstr "Feil ved tryggleikskopiering" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "Klarte ikkje å opprette målmappa %(directory)s\n" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Feil: %(inst)s" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s av %(total)s %(filetypes)s" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s av %(total)s %(filetypes)s (%(remaining)s igjen)" #~ msgid "Size" #~ msgstr "Storleik" #~ msgid "Download Progress" #~ msgstr "Nedlastingsframgang" #~ msgid "Device Detected" #~ msgstr "Oppdaga eining" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "Vil du laste ned bilete eller videoar frå denne eininga/partisjonen?" #~ msgid "_Remember this choice" #~ msgstr "_Hugs dette valet" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "Tek tryggleikskopi til %(path)s" #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #~ msgid "and" #~ msgstr "og" #~ msgid "Using backup devices" #~ msgstr "Nyttar einingar for tryggleikskopiering" #~ msgid "Using backup device" #~ msgstr "Nyttar eining for tryggleikskopiering" #~ msgid "MB/s" #~ msgstr "MB/s" #~ msgid "About 1 second remaining" #~ msgstr "Omtrent eitt sekund igjen" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Omtrent %i sekund igjen" #~ msgid "About 1 minute remaining" #~ msgstr "Omtrent eitt minutt igjen" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Omtrent %(minutes)i minutt og %(seconds)02i sekund igjen" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "vis programinformasjon på kommandolinja når programmet køyrer \n" #~ "(standard: %default)" #~ msgid "only output errors to the command line" #~ msgstr "vis berre feil på kommandolinja" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "" #~ "vis kva for bilet- og videofiltypane programmet gjenkjenner, og avslutt" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "nullstill alle programinnstillingar og avslutt" #~ msgid "Photos:" #~ msgstr "Bilete:" #~ msgid "Videos:" #~ msgstr "Videoar:" #, python-format #~ msgid "and %s" #~ msgstr "og %s" #~ msgid "All settings and preferences have been reset" #~ msgstr "Alle innstillingar er nullstilte" #~ msgid "Name + extension" #~ msgstr "Namn + filtype" #~ msgid " " #~ msgstr " " #~ msgid " hh:mm" #~ msgstr " tt:mm" #~ msgid ":" #~ msgstr ":" #~ msgid "Backup" #~ msgstr "Tryggleikskopi" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "Kompatibilitet med andre operativsystem" #~ msgid "Download Folder" #~ msgstr "Nedlastingsmappe" #~ msgid "Download Subfolders" #~ msgstr "Nedlastingsundermapper" #~ msgid "Example" #~ msgstr "Døme" #~ msgid "Photo Rename" #~ msgstr "Omdøping av bilete" #~ msgid "Photo and Video Name Conflicts" #~ msgstr "Namnekonfliktar i bilete og video" #~ msgid "Program Automation" #~ msgstr "Automatisering" #~ msgid "Sequence Numbers" #~ msgstr "Sekvenstal" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/media/eksterndisk/Bilete" #~ msgid "Example: /home/user/Pictures" #~ msgstr "Døme: /home/brukar/Bilete" #~ msgid "Example:" #~ msgstr "Døme:" #~ msgid "New:" #~ msgstr "Ny:" #~ msgid "Original:" #~ msgstr "Opphavleg:" #~ msgid "Backup\t" #~ msgstr "Tryggleikskopi\t" #~ msgid "Devices" #~ msgstr "Einingar" #~ msgid "Error Handling" #~ msgstr "Feilhandtering" #~ msgid "Photo Download Folders" #~ msgstr "Biletnedlastingsmapper" #~ msgid "Photo Rename\t" #~ msgstr "Omdøping av bilete\t" #~ msgid "Rename Options" #~ msgstr "Omdøpingsval" #~ msgid "Video Download Folders" #~ msgstr "Videonedlastingsmapper" #~ msgid "Video Rename\t" #~ msgstr "Omdøping av videoar\t" #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "Oppdag portable lagringseiningar automatisk" #~ msgid "Automatically detect devices" #~ msgstr "Oppdag einingar automatisk" #~ msgid "Backup" #~ msgstr "Tryggleikskopi" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Vel ei nedlastingsmappe. Når du nyttar strukturen nedanfor blir det \n" #~ "automatisk oppretta undermapper for dei nedlasta bileta i denne mappa." #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Vel ei nedlastingsmappe. Når du nyttar strukturen nedanfor blir det \n" #~ "automatisk oppretta undermapper for dei nedlasta videoane i denne mappa." #~ msgid "Download / Pause" #~ msgstr "Last ned / Pause" #~ msgid "Download folder:" #~ msgstr "Nedlastingsmappe:" #~ msgid "Error Log" #~ msgstr "Feillogg" #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "Importer bileta og videoane dine trygt og effektivt" #~ msgid "Location:" #~ msgstr "Stad:" #~ msgid "Photo Folders" #~ msgstr "Biletmapper" #~ msgid "Photo Rename" #~ msgstr "Omdøping av bilete" #~ msgid "Photo backup folder name:" #~ msgstr "Mappenamn for tryggleikskopiering av bilete:" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "Innstillingar: Rapid Photo Downloader" #~ msgid "R_emove All" #~ msgstr "_Fjern alle" #~ msgid "Rename Options" #~ msgstr "Omdøpingsval" #~ msgid "" #~ "Specify the folder in which backups are stored on the device. \n" #~ "\n" #~ "Note: this will also be used to determine whether or not the device is " #~ "used for backups. For each device you wish to use for backing up to, create " #~ "a folder in it with one of these names." #~ msgstr "" #~ "Oppgi mappa på eininga kor tryggleikskopiar er lagra. \n" #~ "\n" #~ "Merk: dette blir au nytta for å finne ut om eininga er nytta til " #~ "tryggleikskopiering. Lag ei mappe med eitt av desse namna på kvar eining som " #~ "du vil ta tryggleikskopi til." #~ msgid "" #~ "Specify the time in 24 hour format at which the Downloads today " #~ "sequence number should be reset." #~ msgstr "" #~ "Oppgi tida i 24-timarsformat som sekvensteljaren Nedlastingar idag " #~ "skal nullstillast til." #~ msgid "" #~ "Specify whether photo, video and folder names should have any characters " #~ "removed that are not allowed by other operating systems." #~ msgstr "" #~ "Oppgi om du vil fjerne teikn som andre operativsystem ikkje forstår frå " #~ "bilete, videoar eller mappenamn." #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "Synkroniser sekvenstal for RAW og JPEG" #~ msgid "Unmount (\"eject\") device upon download completion" #~ msgstr "Avmonter (kople ut) eining når nedlastinga er fullført" #~ msgid "Video Folders" #~ msgstr "Videomapper" #~ msgid "Video Rename" #~ msgstr "Omdøping av videoar" #~ msgid "Video backup folder name:" #~ msgstr "Mappenamn for tryggleikskopiering av video:" #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "" #~ "Vel om du skal hoppe over fila eller leggje til ein unik identifikator når " #~ "eit bilete eller ein video med det same namnet allereie er lasta ned." #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "Ved tryggleikskopiering, vel om du skal overskrive filer på eininga som har " #~ "same namn, eller hoppe over den fila." #~ msgid "_Clear Completed Downloads" #~ msgstr "_Fjern fullførte nedlastingar" #~ msgid "_Error Log" #~ msgstr "_Feillogg" #~ msgid "_File" #~ msgstr "_Fil" #~ msgid "_Help" #~ msgstr "_Hjelp" #~ msgid "_Report a Problem..." #~ msgstr "_Meld frå om eit problem" #~ msgid "_Select" #~ msgstr "_Vel" #~ msgid "_View" #~ msgstr "_Vis" #, python-format #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "Innstillingane til undermapper for filtypen %(filetype)s er ugyldige\n" #~ "og kan ikkje nyttast.\n" #~ "Dei blir endra til standardverdiar." #~ msgid "display debugging information when run from the command line" #~ msgstr "vis avlusingsinformasjon ved køyring frå kommandolinja" #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #~ msgid "Free space:" #~ msgstr "Ledig plass:" #~ msgid "; " #~ msgstr "; " #~ msgid "." #~ msgstr "." #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "Nedlastingsmappa til %(file_type)s er ikkje skrivbar" #, python-format #~ msgid "Folder: %s" #~ msgstr "Mappe: %s" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "Nedlastingsmappa til %(file_type)s er ugyldig" #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "Nedlastingsmappa til %(file_type)s finst ikkje" #, python-format #~ msgid "%(free)s free" #~ msgstr "%(free)s tilgjengeleg" #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "Tek tryggleikskopi av bilete til %(path)s og videoar til %(path2)s" #, python-format #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "Tek tryggleikskopi av bilete og videoar til %(path)s" #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Fil: %(file)s" #~ msgid "Remove all Remembered Paths?" #~ msgstr "Fjern alle hugsa søkjestiar?" #~ msgid "Should all remembered paths be removed?" #~ msgstr "Skal alle hugsa søkjestiar fjernast?" #~ msgid "Remove all Ignored Paths?" #~ msgstr "Fjern alle oversedde søkjestiar?" #~ msgid "Should all ignored paths be removed?" #~ msgstr "Skal alle oversedde søkjestiar fjernast?" #, python-format #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "Klarte ikkje å lesa metadata i %(filetype)s." #, python-format #~ msgid "Error generating component %s." #~ msgstr "Feil ved oppretting av %s-komponenten." #~ msgid "Invalid regular expression" #~ msgstr "Ugyldig regulært uttrykk" #, python-format #~ msgid "" #~ "The following regular expressions are invalid, and will be removed unless " #~ "you correct them:\n" #~ " %s" #~ msgstr "" #~ "Dei følgjande regulære uttrykka er ugyldige, og vil bli fjerna om du ikkje " #~ "endrar dei:\n" #~ "%s" #, python-format #~ msgid "" #~ "This regular expression is invalid, and will be removed unless you correct " #~ "it:\n" #~ " %s" #~ msgstr "" #~ "Det følgjande regulære uttrykket er ugyldig, og vil bli fjerna om du ikkje " #~ "endrar det:\n" #~ "%s" #~ msgid "Select a folder in which to backup photos" #~ msgstr "Vel ei mappe kor du vil tryggleikskopiera bilete" #~ msgid "Select a folder in which to backup videos" #~ msgstr "Vel ei mappe kor du vil tryggleikskopiera videoar" #, python-format #~ msgid "Date time value %s appears invalid." #~ msgstr "Dato-/tidsverdien %s synest ugyldig." #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s vart ikkje avmontert" #, python-format #~ msgid "" #~ "%(filetype)s could not be backed up because no suitable backup locations " #~ "were found." #~ msgstr "" #~ "Kunne ikkje ta tryggleikskopi av %(filetype)s, fann inga målmappe for " #~ "tryggleikskopiar." #, python-format #~ msgid "%(filetype)s already exists" #~ msgstr "%(filetype)s finst allereie" #, python-format #~ msgid "%(filetype)s was already downloaded" #~ msgstr "%(filetype)s er allereie lasta ned" #, python-format #~ msgid "An error occurred when copying the %(filetype)s" #~ msgstr "Ein feil oppstod ved kopiering av %(filetype)s" #, python-format #~ msgid "%(filetype)s %(area)s could not be generated" #~ msgstr "Klarte ikkje å oppretta %(filetype)s %(area)s." #, python-format #~ msgid "The existing %(filetype)s was last modified on %(date)s at %(time)s." #~ msgstr "" #~ "Den eksisterande %(filetype)s-en var sist endra den %(date)s kl. %(time)s." #, python-format #~ msgid "" #~ "The existing %(filetype)s was last modified on %(date)s at %(time)s. Unique " #~ "identifier '%(identifier)s' added." #~ msgstr "" #~ "Den eksisterande %(filetype)s-en vart sist endra sist den %(date)s kl. " #~ "%(time)s, og har fått «%(identifier)s» som unik ID." #, python-format #~ msgid "There is no data with which to name the %(filetype)s." #~ msgstr "Manglar data for å namngi %(filetype)s." #, python-format #~ msgid "Error: %(errorno)s %(strerror)s" #~ msgstr "Feil: %(errorno)s %(strerror)s" #~ msgid "Errors occurred when backing up on the following backup devices: " #~ msgstr "Ein feil oppstod ved tryggleikskopiering til følgjande einingar: " #, python-format #~ msgid "" #~ "Photos detected with the same filenames, but taken at different times: " #~ "%(details)s" #~ msgstr "Fann bilete med same filnamn, men tekne ved ulike tider: %(details)s" #, python-format #~ msgid "An error occurred when backing up on %(volume)s: %(inst)s." #~ msgstr "Ein feil oppstod ved tryggleikskopiering til %(volume)s: %(inst)s." #, python-format #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "Ein feil oppstod ved tryggleikskopiering til %(volume)s." #~ msgid "The metadata might be corrupt." #~ msgstr "Metadataen kan vera korrupt." #~ msgid "" #~ "The filename, extension and Exif information indicate it has already been " #~ "downloaded." #~ msgstr "Filnamnet, filendinga og Exif-informasjonen er allereie overført." #, python-format #~ msgid " It was backed up to %(volume)s" #~ msgstr " Han vart tryggleikskopiert til %(volume)s" #~ msgid " It was backed up to these devices: " #~ msgstr " Han vart tryggleikskopiert til dei følgjande einingane: " #, python-format #~ msgid "%s, " #~ msgstr "%s, " #, python-format #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)s og %(final_volume)s." #~ msgid "Backups overwritten on these devices: " #~ msgstr "Tryggleikskopien vart overskriven på følgjande einingar: " #, python-format #~ msgid "Backup overwritten on %(volume)s." #~ msgstr "Tryggleikskopien vart overskriven på %(volume)s." #, python-format #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #, python-format #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #~ msgid "Backups already exist in these locations: " #~ msgstr "Tryggleikskopien finst allereie på følgjande stader: " #, python-format #~ msgid "Backup already exists on %(volume)s." #~ msgstr "Tryggleikskopien finst allereie på %(volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)s og %(volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)s og %(volume)s (%(inst)s)." #, python-format #~ msgid "An error occurred when creating directories on %(volume)s: %(inst)s." #~ msgstr "Ein feil oppstod ved oppretting av mapper på %(volume)s: %(inst)s." #~ msgid "" #~ "Errors occurred when creating directories on the following backup devices: " #~ msgstr "" #~ "Feil oppstod ved oppretting av mapper på følgjande einingar for " #~ "tryggleikskopiering: " #, python-format #~ msgid "Problems in %s generation" #~ msgstr "Problem ved oppretting av %s" #~ msgid "Problems in subfolder and filename generation" #~ msgstr "Problem ved oppretting av undermappe og filnamn" #~ msgid "Problem in subfolder and filename generation" #~ msgstr "Problem ved oppretting av undermappe og filnamn" #~ msgid "The following metadata is missing: " #~ msgstr "Følgjande metadata manglar: " #, python-format #~ msgid "%(missing_metadata_elements)s and %(final_missing_metadata_element)s." #~ msgstr "%(missing_metadata_elements)s og %(final_missing_metadata_element)s." #, python-format #~ msgid " Furthermore, there was a %(problem)s." #~ msgstr " I tillegg oppstod %(problem)s." #, python-format #~ msgid "%(previousproblem)s Additionally, %(newproblem)s" #~ msgstr "%(previousproblem)s I tillegg, %(newproblem)s" #, python-format #~ msgid " Furthermore, there were %(problems)s." #~ msgstr " I tillegg oppstod %(problems)s." #, python-format #~ msgid "An error occurred when copying the %(filetype)s, but it was backed up" #~ msgstr "" #~ "Ein feil oppstod ved kopiering av %(filetype)s-en, men han blei " #~ "tryggleikskopiert" #, python-format #~ msgid "%(filetype)s already exists, but it was backed up" #~ msgstr "%(filetype)s finst allereie, men blei tryggleikskopiert" #~ msgid "there were errors backing up" #~ msgstr "det oppstod feil i tryggleikskopieringa" #~ msgid "Multiple problems were encountered" #~ msgstr "Fleire feil oppstod" #~ msgid "there was an error backing up" #~ msgstr "det oppstod ein feil i tryggleikskopieringa" #~ msgid "There were errors backing up" #~ msgstr "Det oppstod feil i tryggleikskopieringa" #, python-format #~ msgid "%(previousproblem)s, and %(backinguperror)s" #~ msgstr "%(previousproblem)s, og %(backinguperror)s" #, python-format #~ msgid "Path: %s" #~ msgstr "Sti: %s" #~ msgid "Failed to create download subfolder" #~ msgstr "Klarte ikkje å lasta ned undermappa" #~ msgid "Next File" #~ msgstr "Neste fil" #~ msgid "Previous File" #~ msgstr "Førre fil" #~ msgid "_Uncheck All" #~ msgstr "Merk _ingen" #~ msgid "_Include in download" #~ msgstr "Inkluder i _nedlastinga" #~ msgid "_Download" #~ msgstr "_Last ned" #~ msgid "_Check All" #~ msgstr "_Merk alle" #~ msgid "Device Options" #~ msgstr "Einingsinnstillingar" #~ msgid "Miscellaneous" #~ msgstr "Ymse" #~ msgid "" #~ "If you disable automatic detection, choose the exact location of the photos " #~ "and videos." #~ msgstr "" #~ "Viss du skrur av automatisk oppdaging, må du oppgi kor bileta og videoane er." #~ msgid "Device Options" #~ msgstr "Val for einingar" #~ msgid "Generate thumbnails (slower)" #~ msgstr "Lag miniatyrbilete (treigare)" #, python-format #~ msgid "Problem in %s generation" #~ msgstr "Problem ved oppretting av %s" #~ msgid "There was an error backing up" #~ msgstr "Det oppstod ein feil i tryggleikskopieringa" #~ msgid "Remembered Paths" #~ msgstr "Hugsa stiar" #~ msgid "Re_move All" #~ msgstr "_Fjern alle" #~ msgid "" #~ "Remembered paths are those associated with devices that you have chosen to " #~ "always scan or ignore when automatic detection of Portable Storage Devices " #~ "is enabled." #~ msgstr "" #~ "Hugsa stiar er kopla til einingar som du har valt å alltid søkja gjennom, " #~ "eller alltid oversjå, ved automatisk oppdaging av berbare lagringseiningar." #~ msgid "Performance" #~ msgstr "Yting" #~ msgid "" #~ "If you enable automatic detection of Portable Storage Devices, the entire " #~ "device will be scanned. On large devices, this could take some time.\n" #~ "\n" #~ "When this option is enabled, and a potential device is detected, you will be " #~ "prompted to determine if it should be scanned or not." #~ msgstr "" #~ "Viss du skrur på automatisk oppdaging på ei berbar lagringseining, vil heile " #~ "eininga gjennomsøkjast. På store einingar kan dette ta litt tid.\n" #~ "Når dette er skrudd på, og programmet oppdagar ei mogleg eining, vil det " #~ "spørja deg om du vil søkja gjennom eininga eller ikkje." #~ msgid "" #~ "Devices are from where to download photos and videos, such as cameras, " #~ "memory cards or Portable Storage Devices.\n" #~ "\n" #~ "You can download from multiple devices simultaneously, or you can specify a " #~ "location on your hard drive.\n" #~ "\n" #~ "Downloading directly from cameras is currently an experimental feature. " #~ "If downloading directly from your camera works poorly or not at all, try " #~ "setting it to PTP mode. If that is not possible, a card reader must be " #~ "used." #~ msgstr "" #~ "Einingar er der du lastar ned bilete og videoar frå, til dømes fotoapparat, " #~ "minnekort eller berbare lagringseiningar.\n" #~ "\n" #~ "Du kan lasta ned frå fleire einingar samtidig, eller oppgi ein stad på " #~ "harddisken din.\n" #~ "\n" #~ "Nedlasting rett frå fotoapparat er ein eksperimentell funksjon for no. " #~ "Viss det fungerer dårleg eller ikkje i det heile, prøv å setja apparatet i " #~ "PTP-modus. Viss det ikkje går an, må du bruka ein kortlesar." #~ msgid "Use _python-style regular expressions" #~ msgstr "Bruk _python sine regulære uttrykk" #~ msgid "" #~ "Specify the ending portion of any paths you want ignored when scanning " #~ "devices for photos or videos. Any path ending with the values below will not " #~ "be scanned." #~ msgstr "" #~ "Oppgi endinga av stiane som du vil oversjå når du søkjer gjennom einingar " #~ "etter bilete eller videoar. Stiar som ender med verdiane under vil ikkje bli " #~ "gjennomsøkt." #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "Vil du verkeleg lasta ned herfrå? På visse system kan det ta veldig lang tid " #~ "å skanna dette." #~ msgid "the root of the file system" #~ msgstr "rotmappa til filsystemet" #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "Lastar ned frå %(location)s." #~ msgid "Copy" #~ msgstr "Kopier" #~ msgid "Move" #~ msgstr "Flytt" #~ msgid "From" #~ msgstr "Frå" #~ msgid "Auto Detect" #~ msgstr "Oppdag automatisk" #~ msgid "To" #~ msgstr "Til" #~ msgid "Automatically rotate JPEG images" #~ msgstr "Roter JPEG-bilete automatisk" #~ msgid "" #~ "Sorry, video downloading functionality disabled. To download videos, please " #~ "install either the hachoir metadata and kaa metadata packages " #~ "for python, or exiftool." #~ msgstr "" #~ "Orsak, videonedlasting er skrudd av. Ver venleg og last ned anten python-" #~ "pakkene hachoir metadata og kaa metadata, eller " #~ "exiftool, for å lasta ned videoar." #~ msgid "" #~ "Error: specify device auto-detection or manually specify a device's path " #~ "from which to download, but do not do both." #~ msgstr "" #~ "Feil: Bruk auto-oppdaging av einingar eller oppgi ei sti til ei eining du " #~ "vil lasta ned frå, men ikkje gjer begge på ein gong." #~ msgid "Check All Videos" #~ msgstr "Sjekk alle videoar" #~ msgid "Check All Photos" #~ msgstr "Sjekk alle bilete" #~ msgid "Help" #~ msgstr "Hjelp" #~ msgid "" #~ "manually specify the PATH of the device from which to download, overwriting " #~ "existing program preferences" #~ msgstr "" #~ "manuelt spesifiser stien til eininga du vil lasta ned frå, overstyrer " #~ "eksisterande innstillingar" #~ msgid "" #~ "automatically detect devices from which to download, overwriting existing " #~ "program preferences" #~ msgstr "" #~ "oppdag automatisk einingar du vil lasta ned frå, overstyrer eksisterande " #~ "innstillingar" #, python-format #~ msgid "scanning (found %(photos)s photos and %(videos)s videos)..." #~ msgstr "skannar (fann %(photos)s bilete og %(videos)s videoar) …" #~ msgid "Refresh" #~ msgstr "Frisk opp att" #~ msgid "Quit" #~ msgstr "Avslutt" #~ msgid "" #~ "File verification failed. The downloaded version is different from the " #~ "original." #~ msgstr "Klarte ikkje validera fila. Den nedlasta utgåva er ulik originalen." #, python-format #~ msgid "Backup %(file_type)s overwritten" #~ msgstr "Skreiv over tryggleikskopi av %(file_type)s" #, python-format #~ msgid "%(file_type)s not backed up" #~ msgstr "%(file_type)s ikkje tryggleikskopiert" #, python-format #~ msgid "Backup of %(file_type)s already exists" #~ msgstr "Tryggleikskopi av %(file_type)s finst alt" #, python-format #~ msgid "" #~ "File verification failed on %(volume)s. The backed up version is different " #~ "from the downloaded version." #~ msgstr "" #~ "Klarte ikkje validera fil på %(volume)s. Den tryggleikskopierte utgåva er " #~ "ulik den nedlasta utgåva." #, python-format #~ msgid "The %(filetype)s did not download correctly" #~ msgstr "%(filetype)s blei ikkje lasta ned rett" #~ msgid "An unknown error occurred" #~ msgstr "Det oppsto en ukjend feil" #~ msgid "File verification failed on these devices: " #~ msgstr "Klarte ikkje validera filer på desse einingane: " #, python-format #~ msgid "No backup device contains a valid folder for backing up %(filetype)s" #~ msgstr "" #~ "Fann inga eining å ta tryggleikskopi til som har ei gyldig mappe for " #~ "%(filetype)s" #~ msgid "Verify files as they are downloaded" #~ msgstr "Valider filer ved nedlasting" #~ msgid "scanning..." #~ msgstr "leiter …" #~ msgid "Remove all Job Codes?" #~ msgstr "Fjern alle oppdragsnamn?" #~ msgid "Should all Job Codes be removed?" #~ msgstr "Skal alle oppdragsnamn fjernast?" #~ msgid "Enter a Job Code" #~ msgstr "Skriv inn eit oppdragsnamn" #~ msgid "Job Code:" #~ msgstr "Oppdragsnamn:" #~ msgid "Job Codes" #~ msgstr "Oppdragsnamn" #~ msgid "Job Codes" #~ msgstr "Oppdragsnamn" #~ msgid "Select All Wit_h Job Code" #~ msgstr "Vel alle med _oppdragsnamn" #~ msgid "Select All Without _Job Code" #~ msgstr "Vel alle _utan oppdragsnamn" #~ msgid "_Add..." #~ msgstr "_Legg til …" #~ msgid "_Get Help Online..." #~ msgstr "_Få hjelp på nettet …" #~ msgid "_Make a Donation..." #~ msgstr "_Doner …" #~ msgid "_Translate this Application..." #~ msgstr "_Omset dette programmet …" #~ msgid "About..." #~ msgstr "Om  …" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/po/oc.po0000644000175000017500000042272600000000000016543 0ustar00damondamon# Occitan (post 1500) translation for rapid # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2010. # #: ../raphodo/jobcodepanel.py:137 msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2022-02-27 16:56-0500\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:406 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:642 ../install.py:4330 msgid "Installer not found:" msgstr "" #. Translators: do not translate the term tar.gz #: ../install.py:646 ../install.py:4334 msgid "Installer not in tar.gz format:" msgstr "" #: ../install.py:728 ../install.py:757 ../install.py:4210 ../install.py:4215 msgid "Exiting..." msgstr "" #: ../install.py:979 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:1065 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:1357 ../install.py:4290 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:1467 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" #: ../install.py:1610 msgid "The following command will be run:" msgstr "" #. Translators: do not translate the term sudo #: ../install.py:1614 ../install.py:3834 ../install.py:3841 msgid "sudo may prompt you for the sudo password." msgstr "" #: ../install.py:1618 msgid "Would you like to run the command now?" msgstr "" #: ../install.py:1620 msgid "Answer is not yes, exiting." msgstr "" #: ../install.py:1631 ../install.py:2259 ../install.py:2318 ../install.py:2793 msgid "Command failed" msgstr "" #: ../install.py:1633 ../install.py:2260 ../install.py:2319 ../install.py:2794 msgid "Exiting" msgstr "" #: ../install.py:1661 msgid "The Universe repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1701 msgid "The EPEL repository must be enabled." msgstr "" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1749 msgid "The RPM Fusion Free repository must be enabled." msgstr "" #: ../install.py:1790 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "" #: ../install.py:2237 ../install.py:2267 ../install.py:2299 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" #: ../install.py:2252 msgid "Uninstalling system package" msgstr "" #: ../install.py:2277 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:2324 msgid "Checking if previous version installed with pip..." msgstr "" #: ../install.py:2477 ../install.py:2534 ../install.py:2650 msgid "The following package is unknown on your system: {}\n" msgstr "" #: ../install.py:2548 ../install.py:2706 ../install.py:2803 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" #: ../install.py:2642 ../install.py:2663 msgid "Querying installed and available packages (this may take a while)" msgstr "" #: ../install.py:2785 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" #: ../install.py:2852 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2862 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" #: ../install.py:2873 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2923 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:2931 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" #: ../install.py:2937 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2942 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2950 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" #: ../install.py:2958 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:2982 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:3000 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:3011 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:3048 msgid "Failed to download versions file." msgstr "" #: ../install.py:3053 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:3170 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:3324 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:3330 msgid "Received error code" msgstr "" #: ../install.py:3332 msgid "Failed to install application requirements: exiting." msgstr "" #: ../install.py:3334 msgid "Failed to install application: exiting..." msgstr "" #: ../install.py:3658 msgid "Installing application requirements..." msgstr "" #: ../install.py:3693 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #: ../install.py:3710 msgid "Installing application..." msgstr "" #: ../install.py:3797 msgid "Do you want Rapid Photo Downloader to appear in the Windows menu?" msgstr "" #: ../install.py:3803 #, fuzzy msgid "Adding Rapid Photo Downloader to the Windows menu" msgstr "Rapid Photo Downloader" #: ../install.py:3813 msgid "Failed to copy application launcher." msgstr "" #: ../install.py:3824 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:3829 msgid "Do you want to install the application's man pages?" msgstr "" #: ../install.py:3830 msgid "They will be installed into {}" msgstr "" #: ../install.py:3832 ../install.py:3839 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" #: ../install.py:3835 msgid "Do want to install the man pages?" msgstr "" #: ../install.py:3837 msgid "Installing man pages into {}" msgstr "" #: ../install.py:3855 msgid "Failed to create man page directory: exiting." msgstr "" #: ../install.py:3876 msgid "Failed to copy man page." msgstr "" #: ../install.py:3915 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:3928 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:3934 msgid "" "You may have to restart WSL to be able to run the program from the command " "line." msgstr "" #: ../install.py:3944 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line." msgstr "" #: ../install.py:3949 #, 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:3971 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:3973 msgid "Done." msgstr "" #: ../install.py:3987 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:4043 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #. Translators: do not translate the terms --PyQt5-version or --use-system-PyQt5 #: ../install.py:4055 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:4067 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:4081 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:4097 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:4111 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:4124 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:4134 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:4139 ../install.py:4153 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:4172 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:4180 msgid "Restarting script using system python..." msgstr "" #: ../install.py:4193 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:4231 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:4263 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:4275 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:4324 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:647 ../raphodo/ui/viewutils.py:679 #: ../raphodo/ui/viewutils.py:699 msgid "&Cancel" msgstr "" #: ../upgrade.py:651 msgid "&Upgrade" msgstr "" #: ../upgrade.py:656 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" #: ../upgrade.py:659 msgid "Click the Upgrade button to start the upgrade." msgstr "" #: ../upgrade.py:662 ../upgrade.py:668 ../raphodo/ui/viewutils.py:678 #: ../raphodo/ui/viewutils.py:698 msgid "&Close" msgstr "" #: ../upgrade.py:663 msgid "&Run" msgstr "" #: ../upgrade.py:693 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" #: ../upgrade.py:696 msgid "Upgrade running..." msgstr "" #: ../upgrade.py:732 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:737 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:741 msgid "Upgrade failed. Click Close to exit." msgstr "" #: ../upgrade.py:11320 #, python-format msgid "Upgrading %s..." msgstr "" #: ../upgrade.py:11322 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:11335 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:11337 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/ui/aboutdialog.py:334 msgid "Credits" msgstr "" #: ../raphodo/ui/aboutdialog.py:339 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:280 msgid "Backups are not configured" msgstr "" #: ../raphodo/ui/backuppanel.py:282 msgid "No backup devices detected" msgstr "" #: ../raphodo/ui/backuppanel.py:285 msgid "Valid backup locations not yet specified" msgstr "" #: ../raphodo/ui/backuppanel.py:465 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" #: ../raphodo/ui/backuppanel.py:473 msgid "Back up photos and videos when downloading" msgstr "" #: ../raphodo/ui/backuppanel.py:479 msgid "Automatically detect backup devices" msgstr "" #: ../raphodo/ui/backuppanel.py:485 msgid "" "Specify the folder in which backups are stored on the device." "

      Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" #: ../raphodo/ui/backuppanel.py:500 msgid "Photo folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:505 msgid "Video folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:510 ../raphodo/ui/nameeditor.py:1000 #: ../raphodo/ui/renamepanel.py:141 msgid "Example:" msgstr "" #: ../raphodo/ui/backuppanel.py:521 msgid "If you disable automatic detection, choose the exact backup locations." msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:532 msgid "Photo backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:542 msgid "Select Photo Backup Location" msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:554 msgid "Video backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:560 msgid "Select Video Backup Location" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:676 msgid "drive1" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:679 msgid "drive2" msgstr "" #: ../raphodo/ui/backuppanel.py:746 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/ui/backuppanel.py:751 msgid "Backup Options" msgstr "" #: ../raphodo/copyfiles.py:609 msgid "video THM" msgstr "" #: ../raphodo/copyfiles.py:619 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:104 ../raphodo/ui/devicedisplay.py:1408 #: ../raphodo/rpdfile.py:310 #, 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:112 ../raphodo/ui/devicedisplay.py:1414 #: ../raphodo/rpdfile.py:298 #, python-format msgid "%(no_videos)s Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:123 msgid "Used" msgstr "" #: ../raphodo/ui/destinationdisplay.py:124 msgid "Excess" msgstr "" #: ../raphodo/ui/destinationdisplay.py:133 ../raphodo/ui/devicedisplay.py:1440 msgid "Device size unknown" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:146 #, python-format msgid "No space free on %(size_total)s device" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:156 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/ui/destinationdisplay.py:230 ../raphodo/ui/destinationpanel.py:74 #: ../raphodo/ui/devicedisplay.py:625 ../raphodo/rapid.py:2640 #: ../raphodo/rapid.py:7587 ../raphodo/rpdfile.py:960 msgid "Photos" msgstr "" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:231 ../raphodo/ui/destinationpanel.py:78 #: ../raphodo/ui/devicedisplay.py:626 ../raphodo/rapid.py:2641 #: ../raphodo/rapid.py:7587 ../raphodo/rpdfile.py:988 #: ../raphodo/storage/storage.py:602 msgid "Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:232 msgid "Projected storage use after download" msgstr "" #. Translators: Custom refers to the user choosing a non-default value that #. they customize themselves #: ../raphodo/ui/destinationdisplay.py:355 ../raphodo/ui/nameeditor.py:587 msgid "Custom..." msgstr "" #: ../raphodo/ui/destinationdisplay.py:774 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/ui/destinationdisplay.py:776 msgid "Configure video subfolder creation" msgstr "" #: ../raphodo/ui/destinationpanel.py:90 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:113 ../raphodo/ui/destinationpanel.py:125 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1294 msgid "Probing device..." msgstr "" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Temporarily ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1313 msgid "Permanently ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1316 msgid "Rescan" msgstr "" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1437 #, python-format msgid "%s full" msgstr "" #: ../raphodo/ui/devicedisplay.py:1457 msgid "Other" msgstr "" #: ../raphodo/devices.py:603 ../raphodo/devices.py:604 msgid "Cameras" msgstr "" #: ../raphodo/devices.py:605 ../raphodo/devices.py:1256 #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 ../raphodo/rapid.py:2489 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:1006 #, 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:1073 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1229 ../raphodo/rapid.py:2212 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:1280 ../raphodo/devices.py:1300 #, 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:1318 #, 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:1326 #, python-format msgid "%(no_devices)s Devices" msgstr "" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1652 #, python-format msgid "%s + %s" msgstr "" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "\n" "In case of any problems, a red icon will appear at the bottom of the window " "indicating \n" "how many error reports there are. Clicking on it opens the Error Report " "window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 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." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "\n" "

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

      \n" "

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

      " msgstr "" #: ../raphodo/ui/didyouknow.py:133 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:140 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:147 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:154 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 \n" "metadata (where available) or according to the filesystem (as a fallback).\n" "
      2. Checked State: whether the file is marked for download.
      3. \n" "
      4. Filename: the full filename, including extension.
      5. \n" "
      6. Extension: the filename's extension. You can use this to group " "jpeg and \n" "raw images, for instance.
      7. \n" "
      8. File Type: photo or video.
      9. \n" "
      10. Device: name of the device the photos and videos are being " "downloaded \n" "from.
      11. \n" "
      " msgstr "" #: ../raphodo/ui/didyouknow.py:172 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" #: ../raphodo/ui/didyouknow.py:178 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:185 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 \n" "illustration below, the destination folders are "Pictures" and \n" ""Videos". The name of the destination folder is displayed in the " "grey bar \n" "directly above the folder tree, with a folder icon to its left and a gear " "icon to \n" "its far right.
      2. \n" "
      3. The download subfolders, which are directories that will be " "automatically \n" "generated by Rapid Photo Downloader. They need not already exist on your " "computer, but \n" "it's okay if they do. They will be generated under the destination folder.\n" "
      " msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a \n" "different destination folder for each. The same applies to the download " "subfolders for \n" "photos and videos—download photos and videos to the same subfolders, " "or use a \n" "different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:211 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:220 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to \n" "download:\n" "
        \n" "
      1. The destination folder tree shows the download subfolders already on " "your computer \n" "(those in a regular, non-italicized font), and the subfolders that will be " "created \n" "during the download (those whose names are italicized).
      2. \n" "
      3. The folder tree also shows into which subfolders the files will be " "downloaded \n" "(those colored black).
      4. \n" "
      " msgstr "" #: ../raphodo/ui/didyouknow.py:235 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following \n" "elements:\n" "
        \n" "
      1. File metadata, very often including the date the photo or video " "was created, \n" "but might also include the camera model name, camera serial number, or file " "extension \n" "e.g. JPG or CR2.
      2. \n" "
      3. A Job Code, which is free text you specify at the time the " "download occurs, \n" "such as the 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 \n" "format makes it easy to keep them sorted in a file manager, which is why " "it's the \n" "default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:254 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 \n" "preset. Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:261 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to \n" "configure your own scheme. You create your own schemes using the Photo or " "Video \n" "Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:270 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:276 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:282 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 \n" "and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:291 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 \n" "choices to generate new combinations. Supposing you wanted a date format " "that combines \n" "year (YYYY), a hyphen, and month (MM) to form YYYY-MM. You can create it " "like this \n" "(note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:300 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names \n" "in the \n" "online \n" "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:309 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. \n" "You can use them in subfolder and file names. In this illustration, some " "files have had \n" "the Job Code "Street" applied to them, and the selected files are " "about to \n" "get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:317 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 \n" "prompted to enter a Job Code for them before the download begins." msgstr "" #: ../raphodo/ui/didyouknow.py:324 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:327 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:333 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!" msgstr "" #: ../raphodo/ui/didyouknow.py:340 msgid "" "\n" "

      Four types of sequence values are available to help you assign unique " "names to your \n" "photos and 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 \n" "last time the 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 \n" "documentation.

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

      The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature \n" "on your 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 \n" "are detected, the same sequence numbers will be applied to both photo names. " "F\n" "urthermore, sequences will be updated as if the photos were one.

      \n" "

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

      \n" msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are \n" "downloaded, such as external hard drives or network shares. Backup devices " "can be \n" "automatically detected, or exact backup locations specified." msgstr "" #: ../raphodo/ui/didyouknow.py:385 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:391 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including \n" "download sources, destinations, and backups. Additionally, settings can be " "reset to \n" "their default state, and caches and remembered files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:396 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:401 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 \n" "your cameras, memory cards, and other devices.
      2. \n" "
      3. A temporary cache of files downloaded from a camera, one for " "photos and \n" "another for videos. They are located in temporary subfolders in the " "download \n" "destination.
      4. \n" "
      5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores \n" "thumbnails of RAW and TIFF photos once they have been downloaded. File " "browsers like \n" "Gnome Files use this cache as well, meaning they too will display thumbnails " "for those \n" "files. \n" "
      6. \n" "
      \n" "Read more about these caches and their effect on download performance in the " "online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:459 msgid "Tip of the Day" msgstr "" #: ../raphodo/ui/didyouknow.py:467 msgid "Did you know...?" msgstr "" #: ../raphodo/ui/didyouknow.py:498 msgid "Show tips on startup" msgstr "" #: ../raphodo/ui/didyouknow.py:502 msgid "&Next" msgstr "" #: ../raphodo/ui/didyouknow.py:503 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:454 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:584 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:643 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:645 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:650 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:652 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:657 ../raphodo/downloadtracker.py:839 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:659 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:664 ../raphodo/downloadtracker.py:869 #: ../raphodo/downloadtracker.py:877 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:666 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:845 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:847 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:850 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:852 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:884 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:886 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:889 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:891 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:918 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:920 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:923 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:925 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:80 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:150 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:187 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:206 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:211 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:213 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:214 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:215 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:216 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:217 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:218 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:229 ../raphodo/errorlog.py:371 #, 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:234 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:256 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:357 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:516 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:567 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:50 #, python-brace-format msgid "" "Please report the problem at {website}.

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

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

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

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

      Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:88 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:182 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:186 #, fuzzy msgid "A problem occurred in Rapid Photo Downloader" msgstr "Rapid Photo Downloader" #: ../raphodo/excepthook.py:189 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:216 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:218 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:173 ../raphodo/thumbnaildisplay.py:2251 msgid "Open in File Browser..." msgstr "" #. type: Optional[QModelIndex] #: ../raphodo/ui/filebrowse.py:179 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:183 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:140 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:181 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:272 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:206 msgid "Date time" msgstr "" #: ../raphodo/generatenameconfig.py:207 msgid "Text" msgstr "Tèxte" #: ../raphodo/generatenameconfig.py:208 ../raphodo/rapid.py:2607 msgid "Filename" msgstr "Nom del fichièr" #: ../raphodo/generatenameconfig.py:209 #: ../raphodo/prefs/preferencedialog.py:994 msgid "Metadata" msgstr "Metadonadas" #: ../raphodo/generatenameconfig.py:210 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:213 msgid "Job code" msgstr "Etiqueta de transferiment" #: ../raphodo/generatenameconfig.py:214 msgid "Image date" msgstr "Data de l'imatge" #: ../raphodo/generatenameconfig.py:215 msgid "Video date" msgstr "" #: ../raphodo/generatenameconfig.py:216 msgid "Today" msgstr "Uèi" #: ../raphodo/generatenameconfig.py:217 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:220 msgid "Download time" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:223 msgid "Name" msgstr "Nom" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 ../raphodo/rapid.py:2608 msgid "Extension" msgstr "Extension" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 msgid "Image number" msgstr "Numèro de l'imatge" #: ../raphodo/generatenameconfig.py:230 msgid "Video number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:233 msgid "Aperture" msgstr "Dobertura" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 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:242 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:245 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:248 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:251 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:254 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:257 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:260 msgid "Shutter count" msgstr "" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:262 msgid "File number" msgstr "" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:264 msgid "Folder only" msgstr "" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:266 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:269 msgid "Owner name" msgstr "" #: ../raphodo/generatenameconfig.py:270 msgid "Codec" msgstr "" #: ../raphodo/generatenameconfig.py:271 msgid "Width" msgstr "" #: ../raphodo/generatenameconfig.py:272 msgid "Height" msgstr "" #: ../raphodo/generatenameconfig.py:273 msgid "Length" msgstr "" #: ../raphodo/generatenameconfig.py:274 msgid "Frames Per Second" msgstr "" #: ../raphodo/generatenameconfig.py:275 msgid "Artist" msgstr "" #: ../raphodo/generatenameconfig.py:276 msgid "Copyright" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:279 msgid "Downloads today" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Session number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Subfolder number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Stored number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:291 msgid "Sequence letter" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:294 msgid "All digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "Last digit" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 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:303 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:306 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:309 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:312 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:315 msgid "lowercase" msgstr "minuscula" #: ../raphodo/generatenameconfig.py:316 msgid "One digit" msgstr "Una chifra" #: ../raphodo/generatenameconfig.py:317 msgid "Two digits" msgstr "Doas chifras" #: ../raphodo/generatenameconfig.py:318 msgid "Three digits" msgstr "Tres chifras" #: ../raphodo/generatenameconfig.py:319 msgid "Four digits" msgstr "Quatre chifras" #: ../raphodo/generatenameconfig.py:320 msgid "Five digits" msgstr "Cinc chifras" #: ../raphodo/generatenameconfig.py:321 msgid "Six digits" msgstr "Sièis chifras" #: ../raphodo/generatenameconfig.py:322 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:325 msgid "Subseconds" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 ../raphodo/generatenameconfig.py:415 msgid "YYYYMMDD" msgstr "AAAAMMJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:416 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:334 ../raphodo/generatenameconfig.py:417 msgid "YYYY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 msgid "YYMMDD" msgstr "AAMMJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 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:343 msgid "YY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "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:349 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:352 msgid "MMDD" msgstr "MMJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "DDMMYYYY" msgstr "JJMMAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYY" msgstr "JJMMAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 ../raphodo/generatenameconfig.py:415 #: ../raphodo/generatenameconfig.py:416 ../raphodo/generatenameconfig.py:417 #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:419 msgid "YYYY" msgstr "AAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 msgid "YY" msgstr "AA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "DD" msgstr "JJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "Month (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 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:394 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:397 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 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:403 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:415 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:416 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:417 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:512 #: ../raphodo/generatenameconfig.py:699 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:418 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:419 ../raphodo/jobcodepanel.py:279 #: ../raphodo/ui/nameeditor.py:926 ../raphodo/rapid.py:2260 #: ../raphodo/ui/renamepanel.py:93 ../raphodo/ui/renamepanel.py:275 msgid "Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:507 ../raphodo/generatenameconfig.py:694 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:510 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:510 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:699 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:700 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:700 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/jobcodepanel.py:90 msgid "Enter a new Job Code, or select a previous one" msgstr "" #: ../raphodo/jobcodepanel.py:98 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:108 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:121 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:123 msgid "Enter a new Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:131 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/jobcodepanel.py:144 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:148 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:186 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:190 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:251 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:255 msgid "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:259 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:264 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:269 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:278 msgid "Last Used" msgstr "" #: ../raphodo/jobcodepanel.py:283 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:286 ../raphodo/rapid.py:2615 msgid "Ascending" msgstr "" #: ../raphodo/jobcodepanel.py:287 ../raphodo/rapid.py:2616 msgid "Descending" msgstr "" #: ../raphodo/jobcodepanel.py:297 msgid "&New..." msgstr "" #: ../raphodo/jobcodepanel.py:301 msgid "&Apply" msgstr "" #: ../raphodo/jobcodepanel.py:305 msgid "&Remove" msgstr "" #: ../raphodo/jobcodepanel.py:309 ../raphodo/prefs/preferencedialog.py:288 #: ../raphodo/prefs/preferencedialog.py:324 #: ../raphodo/prefs/preferencedialog.py:781 msgid "Remove All" msgstr "" #: ../raphodo/jobcodepanel.py:512 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:515 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:578 msgid "Job Codes" msgstr "" #: ../raphodo/ui/messagewidget.py:67 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:478 ../raphodo/ui/nameeditor.py:498 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:583 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:584 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:630 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:647 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:650 ../raphodo/ui/nameeditor.py:1558 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:743 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:751 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:884 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:892 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:900 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:907 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:936 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:954 #, python-format msgid "The character
      %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:964 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:972 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:999 ../raphodo/ui/renamepanel.py:139 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1082 ../raphodo/ui/nameeditor.py:1105 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1134 ../raphodo/prefs/preferencedialog.py:1083 #: ../raphodo/wsl.py:648 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1161 msgid "Insert" msgstr "" #: ../raphodo/ui/nameeditor.py:1523 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1527 msgid "" "Do you want to save the changes in a new custom preset?

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

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

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

      The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1562 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:326 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:327 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:328 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:331 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:334 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:336 #, 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:366 ../raphodo/newversion.py:385 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:388 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:412 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:531 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:553 msgid "Downloading..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:134 msgid "Preferences" msgstr "" #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 msgid "Automation" msgstr "Automatizacion" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Thumbnails" msgstr "" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:160 #: ../raphodo/prefs/preferencedialog.py:183 #: ../raphodo/prefs/preferencedialog.py:585 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:184 #: ../raphodo/prefs/preferencedialog.py:649 msgid "Error Handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:162 #: ../raphodo/prefs/preferencedialog.py:185 msgid "Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:163 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:164 #: ../raphodo/prefs/preferencedialog.py:186 msgid "Miscellaneous" msgstr "" #: ../raphodo/prefs/preferencedialog.py:221 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:225 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:231 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:233 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:240 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:244 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 #: ../raphodo/prefs/preferencedialog.py:310 msgid "Add..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:252 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 #: ../raphodo/prefs/preferencedialog.py:286 #: ../raphodo/prefs/preferencedialog.py:317 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove" msgstr "" #: ../raphodo/prefs/preferencedialog.py:259 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:278 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:279 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:283 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:290 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:304 msgid "Ignored Paths" msgstr "" #: ../raphodo/prefs/preferencedialog.py:306 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:313 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:320 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:327 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as well. #: ../raphodo/prefs/preferencedialog.py:338 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:345 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:387 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:400 #: ../raphodo/prefs/preferencedialog.py:505 #: ../raphodo/prefs/preferencedialog.py:553 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:408 #: ../raphodo/prefs/preferencedialog.py:575 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:416 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:417 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place the #. carriage return where you think it makes sense so that the tool tip does not #. stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:422 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading at program startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Start downloading upon device insertion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:430 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program when download completes" msgstr "" #: ../raphodo/prefs/preferencedialog.py:433 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/prefs/preferencedialog.py:465 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:470 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:473 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:477 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:480 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:489 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:490 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:530 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:536 msgid "days" msgstr "" #: ../raphodo/prefs/preferencedialog.py:537 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:550 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:559 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:562 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:588 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:598 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:601 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:615 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:629 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Skip download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:656 msgid "Add unique identifier" msgstr "" #: ../raphodo/prefs/preferencedialog.py:659 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Overwrite" msgstr "Espotir" #: ../raphodo/prefs/preferencedialog.py:668 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Skip" msgstr "Ignorar" #: ../raphodo/prefs/preferencedialog.py:671 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:678 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:690 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:701 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:722 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:723 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:727 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:730 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:736 msgid "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:740 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:743 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:749 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:755 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:760 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:765 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:771 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:776 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:783 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:821 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:824 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:827 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:834 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:837 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:842 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:854 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:855 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:862 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:868 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:874 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:880 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:886 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:906 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:911 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:916 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:921 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:968 msgid "Version Check" msgstr "" #: ../raphodo/prefs/preferencedialog.py:969 msgid "Check for new version at startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:972 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/prefs/preferencedialog.py:976 msgid "Include development releases" msgstr "" #: ../raphodo/prefs/preferencedialog.py:978 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/prefs/preferencedialog.py:996 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:999 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1006 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1008 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1034 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1140 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1423 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1585 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1590 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1605 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1610 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1929 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1931 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1933 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1947 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1949 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1951 msgid "Path:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1965 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1966 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1967 ../raphodo/ui/renamepanel.py:140 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1982 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1987 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1996 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:736 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:740 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:747 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" #: ../raphodo/ui/primarybutton.py:124 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 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:249 ../raphodo/proximity.py:278 #: ../raphodo/proximity.py:313 ../raphodo/proximity.py:319 #, 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:267 #, 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:288 ../raphodo/proximity.py:294 #: ../raphodo/proximity.py:1123 ../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:303 ../raphodo/proximity.py:307 #: ../raphodo/proximity.py:1130 ../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:328 #, 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:339 #, 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:473 #, 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:1135 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1893 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:1952 #, 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:1956 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:1962 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2101 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:2106 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2109 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2110 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2112 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:2568 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:473 ../raphodo/rapid.py:871 ../raphodo/rapid.py:4656 #: ../raphodo/rapid.py:4879 ../raphodo/rapid.py:4898 ../raphodo/rapid.py:4921 #: ../raphodo/rapid.py:4928 ../raphodo/rapid.py:5605 ../raphodo/rapid.py:6228 #: ../raphodo/rapid.py:7448 ../raphodo/ui/rememberthisdialog.py:112 #: ../raphodo/ui/viewutils.py:743 #: ../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:1156 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:1167 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1176 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:1188 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1367 #, python-format msgid "" "Cannot download from Apple devices

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

      Missing applications: " "%(applications)s

      Learn more about which software to install." msgstr "" #: ../raphodo/rapid.py:1766 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1769 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1778 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1782 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1786 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1804 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1806 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1824 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1827 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1873 msgid "" "\n" "

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

      \n" "

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

      " msgstr "" #: ../raphodo/rapid.py:1883 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1894 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1897 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1898 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1901 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in the future #: ../raphodo/rapid.py:1906 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:2110 ../raphodo/rapid.py:2913 msgid "Download" msgstr "" #: ../raphodo/rapid.py:2114 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:2118 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:2122 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:2127 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:2131 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:2136 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:2139 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:2143 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:2146 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:2149 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:2152 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:2157 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:2160 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:2249 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:2257 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:2259 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:2261 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2485 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2504 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2507 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2521 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2599 msgid "All" msgstr "" #: ../raphodo/rapid.py:2600 msgid "New" msgstr "" #: ../raphodo/rapid.py:2602 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2605 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2606 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2609 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2610 msgid "Device" msgstr "Periferic" #: ../raphodo/rapid.py:2612 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2628 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:2893 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2909 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2911 msgid "Pause" msgstr "" #: ../raphodo/rapid.py:3048 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:3149 #, 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:3243 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:3257 #, 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:3345 msgid "" "\n" "Downloading all files

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

      \n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3510 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" #: ../raphodo/rapid.py:3513 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" #: ../raphodo/rapid.py:3516 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3517 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3535 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:3546 ../raphodo/rapid.py:3560 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3548 ../raphodo/rpdfile.py:179 msgid "photos" msgstr "" #: ../raphodo/rapid.py:3562 ../raphodo/rpdfile.py:174 msgid "videos" msgstr "" #: ../raphodo/rapid.py:3572 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:3588 ../raphodo/rapid.py:3604 #, 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:3591 ../raphodo/rpdfile.py:181 ../raphodo/rpdfile.py:850 msgid "photo" msgstr "" #: ../raphodo/rapid.py:3607 ../raphodo/rpdfile.py:176 ../raphodo/rpdfile.py:912 msgid "video" msgstr "" #: ../raphodo/rapid.py:3615 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:4446 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4526 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4536 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "" #: ../raphodo/rapid.py:4542 ../raphodo/rapid.py:4649 msgid "warnings" msgstr "avertiments" #: ../raphodo/rapid.py:4577 msgid "All downloads complete" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4587 ../raphodo/rapid.py:4602 ../raphodo/rapid.py:4618 #: ../raphodo/rapid.py:4633 ../raphodo/rapid.py:4648 #, 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:4592 ../raphodo/rapid.py:4623 #, 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:4607 ../raphodo/rapid.py:4638 #, python-format msgid "%(filetype)s failed to download" msgstr "" #: ../raphodo/rapid.py:4674 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4676 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4681 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4683 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4708 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4715 #, 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:4724 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4726 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4766 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4885 #, 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:4904 #, 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:4924 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4935 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4936 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:5028 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:5031 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:5035 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:5040 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5577 #, 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:5612 #, 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:5774 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5776 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5778 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5780 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5781 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5782 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5866 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:6211 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6215 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:6221 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6225 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6644 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6648 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:6704 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6711 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6725 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6737 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:7034 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:7041 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7047 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7054 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:7060 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:7066 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:7074 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:7082 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:7087 ../raphodo/rapid.py:7094 ../raphodo/rapid.py:7101 #: ../raphodo/rapid.py:7145 ../raphodo/rapid.py:7155 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:7089 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:7096 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7103 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7110 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:7116 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:7121 ../raphodo/rapid.py:7133 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:7124 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:7136 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:7148 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7158 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7166 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:7176 msgid "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:7183 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:7190 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:7199 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:7207 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:7214 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7223 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:7231 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:7237 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:7244 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:7254 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:7347 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7358 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:7365 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7436 #, python-format msgid "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7451 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7541 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7546 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7561 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:7636 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:7841 msgid "All settings and caches have been reset." msgstr "" #: ../raphodo/rapid.py:7849 msgid "Thumbnail Cache has been reset." msgstr "" #: ../raphodo/rapid.py:7855 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:80 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:87 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:626 msgid "subfolder and filename" msgstr "" #: ../raphodo/renameandmovefile.py:628 msgid "filename" msgstr "" #: ../raphodo/renameandmovefile.py:630 msgid "subfolder" msgstr "" #: ../raphodo/ui/renamepanel.py:327 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:328 msgid "Downloads today:" msgstr "" #: ../raphodo/ui/renamepanel.py:350 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:351 msgid "Stored number:" msgstr "" #: ../raphodo/ui/renamepanel.py:363 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:365 msgid "Day start:" msgstr "" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:375 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:379 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:384 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:395 msgid "Strip incompatible characters" msgstr "" #: ../raphodo/ui/renamepanel.py:400 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:404 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:484 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:488 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:492 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:273 #, python-format msgid "%(number)s %(filetypes)s" msgstr "" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:302 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:304 msgid "1 Video" msgstr "" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:314 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:316 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:830 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:851 msgid "Photo" msgstr "" #: ../raphodo/rpdfile.py:913 msgid "Video" msgstr "" #: ../raphodo/storage/storage.py:251 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:589 msgid "Pictures" msgstr "" #: ../raphodo/sudocommand.py:93 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:100 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:140 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:583 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:593 #, 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:605 ../raphodo/thumbnaildisplay.py:668 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:623 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:628 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:635 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:682 #, python-format msgid "

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

      Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2254 msgid "Copy Path" msgstr "" #: ../raphodo/thumbnaildisplay.py:2260 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2265 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:215 msgid "B" msgstr "" #: ../raphodo/utilities.py:216 msgid "KB" msgstr "" #: ../raphodo/utilities.py:217 msgid "MB" msgstr "" #: ../raphodo/utilities.py:218 msgid "GB" msgstr "" #: ../raphodo/utilities.py:219 msgid "TB" msgstr "" #: ../raphodo/utilities.py:220 msgid "PB" msgstr "" #: ../raphodo/utilities.py:221 msgid "EB" msgstr "" #: ../raphodo/utilities.py:222 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:223 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:486 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:570 msgid "one" msgstr "" #: ../raphodo/utilities.py:571 msgid "two" msgstr "" #: ../raphodo/utilities.py:572 msgid "three" msgstr "" #: ../raphodo/utilities.py:573 msgid "four" msgstr "" #: ../raphodo/utilities.py:574 msgid "five" msgstr "" #: ../raphodo/utilities.py:575 msgid "six" msgstr "" #: ../raphodo/utilities.py:576 msgid "seven" msgstr "" #: ../raphodo/utilities.py:577 msgid "eight" msgstr "" #: ../raphodo/utilities.py:578 msgid "nine" msgstr "" #: ../raphodo/utilities.py:579 msgid "ten" msgstr "" #: ../raphodo/utilities.py:580 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:581 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:582 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:583 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:584 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:585 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:586 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:587 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:588 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:589 msgid "twenty" msgstr "" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&OK" msgstr "" #: ../raphodo/ui/viewutils.py:680 ../raphodo/ui/viewutils.py:700 msgid "&Save" msgstr "" #: ../raphodo/ui/viewutils.py:681 msgid "&Help" msgstr "" #: ../raphodo/ui/viewutils.py:682 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:683 ../raphodo/ui/viewutils.py:701 msgid "&Yes" msgstr "" #: ../raphodo/ui/viewutils.py:684 ../raphodo/ui/viewutils.py:702 msgid "&No" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:105 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:109 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:115 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:309 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:314 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:321 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:390 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:403 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:558 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:562 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:566 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:570 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:594 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:596 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:598 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 #, fuzzy msgid "Automatic Mount" msgstr "Automatizacion" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:638 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:652 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1459 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1463 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1606 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1612 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;" "memory;card;" msgstr "" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "" #~ msgid "Paris" #~ msgstr "París" #~ msgid "Berlin" #~ msgstr "Berlin" #~ msgid "New York" #~ msgstr "Nòva York" #~ msgid "Prague" #~ msgstr "Praga" #~ msgid "Manila" #~ msgstr "Manilha" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Helsinki" #~ msgstr "Helsinki" #~ msgid "Tehran" #~ msgstr "Teheran" #~ msgid "Kampala" #~ msgstr "Kampala" #~ msgid "Stockholm" #~ msgstr "Estocòlme" #~ msgid "Rome" #~ msgstr "Roma" #~ msgid "Moscow" #~ msgstr "Moscòu" #~ msgid "Sydney" #~ msgstr "Sydney" #~ msgid "Budapest" #~ msgstr "Budapèst" #~ msgid "Jakarta" #~ msgstr "Jakarta" #~ msgid "Madrid" #~ msgstr "Madrid" #~ msgid "Delhi" #~ msgstr "Delhi" #~ msgid "Warsaw" #~ msgstr "Varsòvia" #~ msgid "Example: %s" #~ msgstr "Exemple : %s" #~ msgid "externaldrive1" #~ msgstr "discextèrne1" #~ msgid "externaldrive2" #~ msgstr "discextèrne2" #~ msgid "Source: %(source)s" #~ msgstr "Font : %(source)s" #~ msgid "Size" #~ msgstr "Talha" #~ msgid "Download Progress" #~ msgstr "Progression del telecargament" #~ msgid "_View" #~ msgstr "_Afichatge" #~ msgid "scanning..." #~ msgstr "Deteccion en cors..." #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Font : %(source)s\n" #~ "Destinacion : %(destination)s" #~ msgid "Download cannot proceed" #~ msgstr "Impossible de procedir al transferiment" #~ msgid "and" #~ msgstr "e" #~ msgid "MB/s" #~ msgstr "Mio/s" #~ msgid "and %s" #~ msgstr "e %s" #~ msgid "Name + extension" #~ msgstr "Nom + extension" #~ msgid " " #~ msgstr " " #~ msgid " hh:mm" #~ msgstr " hh:mm" #~ msgid ":" #~ msgstr ":" #~ msgid "Download Folder" #~ msgstr "Dorsièr de destinacion" #~ msgid "Example" #~ msgstr "Exemple" #~ msgid "Original:" #~ msgstr "Original :" #~ msgid "Example:" #~ msgstr "Exemple :" #~ msgid "Error Handling" #~ msgstr "Gestion de las errors" #~ msgid "Backup" #~ msgstr "Salvament" #~ msgid "Download / Pause" #~ msgstr "Transferiment / Pausa" #~ msgid "_Add..." #~ msgstr "_Apondre..." #~ msgid "_Translate this Application..." #~ msgstr "_Traduire aquesta aplicacion..." #~ msgid "_Make a Donation..." #~ msgstr "_Far un don..." #~ msgid "_Help" #~ msgstr "_Ajuda" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/po/pl.po0000644000175000017500000057221300000000000016552 0ustar00damondamon# Polish translation for rapid # Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2009. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2022-03-02 13:05+0000\n" "PO-Revision-Date: 2022-02-21 17:12+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: 2022-03-05 16:16+0000\n" "X-Generator: Launchpad (build 61f4697954ab70d633d14d8ceecff69a20b08a6b)\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:406 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 "" "Repozytorium oprogramowania RPM Fusion Free zostaÅ‚o dodane do twojego " "systemu, aby (1) umożliwić generowanie miniatur dla szerszego zakresu " "formatów wideo oraz (2) włączyć obsÅ‚ugÄ™ formatu obrazu HEIC / HEIF." #: ../install.py:642 ../install.py:4330 msgid "Installer not found:" msgstr "Nie znaleziono instalatora:" #. Translators: do not translate the term tar.gz #: ../install.py:646 ../install.py:4334 msgid "Installer not in tar.gz format:" msgstr "Instalator nie jest w formacie tar.gz:" #: ../install.py:728 ../install.py:757 ../install.py:4210 ../install.py:4215 msgid "Exiting..." msgstr "WychodzÄ™..." #: ../install.py:979 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "OkreÅ›lona wersja PyQt5 nie istnieje. PrawidÅ‚owe wersje to: {}." #: ../install.py:1065 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:1357 ../install.py:4290 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" "Wskazane pakiety Python3 zostanÄ… zaktualizowane dla Twojego użytkownika (tj. " "nie dla caÅ‚ego systemu): {}" #: ../install.py:1467 #, 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:1610 msgid "The following command will be run:" msgstr "Uruchomiona zostanie nastÄ™pujÄ…ca komenda:" #. Translators: do not translate the term sudo #: ../install.py:1614 ../install.py:3834 ../install.py:3841 msgid "sudo may prompt you for the sudo password." msgstr "sudo może wymagać podania hasÅ‚a." #: ../install.py:1618 msgid "Would you like to run the command now?" msgstr "Czy chcesz teraz uruchomić polecenie?" #: ../install.py:1620 msgid "Answer is not yes, exiting." msgstr "Odpowiedź nie byÅ‚a twierdzÄ…ca. zakaÅ„czam." #: ../install.py:1631 ../install.py:2259 ../install.py:2318 ../install.py:2793 msgid "Command failed" msgstr "Polecenie nie powiodÅ‚o siÄ™" #: ../install.py:1633 ../install.py:2260 ../install.py:2319 ../install.py:2794 msgid "Exiting" msgstr "KoÅ„czenie dziaÅ‚ania" #: ../install.py:1661 msgid "The Universe repository must be enabled." msgstr "Repozytorium Universe musi być włączone." #. Translators: do not translate the term EPEL #: ../install.py:1701 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:1749 msgid "The RPM Fusion Free repository must be enabled." msgstr "Repozytorium RPM Fusion Free musi być włączone." #: ../install.py:1790 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:2237 ../install.py:2267 ../install.py:2299 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:2252 msgid "Uninstalling system package" msgstr "Odinstalowywanie pakietu systemowego" #: ../install.py:2277 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:2324 msgid "Checking if previous version installed with pip..." msgstr "Sprawdzanie, czy poprzednia wersja zostaÅ‚a zainstalowana z pip ..." #: ../install.py:2477 ../install.py:2534 ../install.py:2650 msgid "The following package is unknown on your system: {}\n" msgstr "NastÄ™pujÄ…cy pakiet nie jest znany w twoim systemie: {}\n" #: ../install.py:2548 ../install.py:2706 ../install.py:2803 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:2642 ../install.py:2663 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:2785 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:2852 msgid "Query to confirm action at each step." msgstr "Zapytanie w celu potwierdzenia dziaÅ‚ania na każdym kroku." #: ../install.py:2862 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:2873 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:2923 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:2931 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:2937 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:2942 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:2950 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:2958 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:2982 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:3000 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" "OkreÅ›lona wersja PyQt5 do zainstalowania (domyÅ›lnie jest to najnowsza " "wersja{})." #: ../install.py:3011 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" "Zamiast używać PyQt5 z PyPi, użyj wersji swojej dystrybucji Linuksa. " "Odinstalowuje wszystkie już zainstalowane wersje PyPi." #: ../install.py:3048 msgid "Failed to download versions file." msgstr "Nie udaÅ‚o siÄ™ pobrać pliku wersji." #: ../install.py:3053 msgid "Got error code {} while accessing versions file" msgstr "DostaÅ‚em kod błędu {} podczas uzyskiwania dostÄ™pu do pliku wersji" #: ../install.py:3170 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:3324 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" "Instalacja pakietu {} nie powiodÅ‚a siÄ™, ale instalacja Rapid Photo " "Downloader bÄ™dzie kontynuowana." #: ../install.py:3330 msgid "Received error code" msgstr "Otrzymano kod błędu" #: ../install.py:3332 msgid "Failed to install application requirements: exiting." msgstr "Nie udaÅ‚o siÄ™ zainstalować wymagaÅ„ aplikacji: wychodzÄ™." #: ../install.py:3334 msgid "Failed to install application: exiting..." msgstr "Nie udaÅ‚o siÄ™ zainstalować aplikacji: wychodzÄ™ ..." #: ../install.py:3658 msgid "Installing application requirements..." msgstr "Instalowanie wymagaÅ„ aplikacji ..." #: ../install.py:3693 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "ObsÅ‚uga systemowa generowania miniatur HEIF / HEIC jest niedostÄ™pna" #: ../install.py:3710 msgid "Installing application..." msgstr "Instalowanie aplikacji..." #: ../install.py:3797 msgid "Do you want Rapid Photo Downloader to appear in the Windows menu?" msgstr "" #: ../install.py:3803 msgid "Adding Rapid Photo Downloader to the Windows menu" msgstr "" #: ../install.py:3813 msgid "Failed to copy application launcher." msgstr "" #: ../install.py:3824 msgid "Man pages can be found in {}/share/man/man1" msgstr "Strony podrÄ™cznika można znaleźć w {}/share/man/man1" #: ../install.py:3829 msgid "Do you want to install the application's man pages?" msgstr "Czy chcesz zainstalować podrÄ™cznik obsÅ‚ugi aplikacji?" #: ../install.py:3830 msgid "They will be installed into {}" msgstr "ZostanÄ… zainstalowane w {}" #: ../install.py:3832 ../install.py:3839 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" "JeÅ›li odinstalujesz aplikacjÄ™, usuÅ„ podrÄ™cznik aplikacji samodzielnie." #: ../install.py:3835 msgid "Do want to install the man pages?" msgstr "Czy chcesz zainstalować podrÄ™cznik aplikacji?" #: ../install.py:3837 msgid "Installing man pages into {}" msgstr "Instalowanie stron podrÄ™cznika w {}" #: ../install.py:3855 msgid "Failed to create man page directory: exiting." msgstr "Nie udaÅ‚o siÄ™ utworzyć katalogu podrÄ™cznika aplikacji: wychodzÄ™." #: ../install.py:3876 msgid "Failed to copy man page." msgstr "Nie udaÅ‚o siÄ™ skopiować podrÄ™cznika aplikacji." #: ../install.py:3915 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:3928 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:3934 msgid "" "You may have to restart WSL to be able to run the program from the command " "line." msgstr "" #: ../install.py:3944 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line." msgstr "" #: ../install.py:3949 #, 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 "" "Musisz dodać {path} do zmiennej $PATH komputera, aby uruchomić program z " "wiersza poleceÅ„ lub programu uruchamiajÄ…cego aplikacje." #: ../install.py:3971 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:3973 msgid "Done." msgstr "" #: ../install.py:3987 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 "" "NarzÄ™dzie python3 pip jest wymagane do odinstalowania wersji Rapid Photo " "Downloader, która zostaÅ‚a zainstalowana wraz z pip.\n" "Nie można kontynuować. WyjÅ›cie." #: ../install.py:4043 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" "Nie uruchamiaj tego skryptu instalatora jako użytkownik sudo / root.\n" "Uruchom go za pomocÄ… użytkownika, który uruchomi program.\n" #. Translators: do not translate the terms --PyQt5-version or --use-system-PyQt5 #: ../install.py:4055 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "OkreÅ›l tylko jednÄ… z --PyQt5-version lub --use-system-PyQt5." #: ../install.py:4067 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" "Przepraszam, okreÅ›lenie konkretnej wersji PyQt5 wymaga Pythona 3.5 lub " "nowszego na 64-bitowej platformie Intel lub AMD." #. Translators: do not translate the term PyQt5 #: ../install.py:4081 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "ProszÄ™ podać wersjÄ™ PyQt5 w formacie X.X lub X.X.X" #: ../install.py:4097 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:4111 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:4124 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:4134 msgid "Using virtual environment for installation using pip." msgstr "Korzystanie z wirtualnego Å›rodowiska do instalacji za pomocÄ… pip." #: ../install.py:4139 ../install.py:4153 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:4172 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:4180 msgid "Restarting script using system python..." msgstr "Ponowne uruchamianie skryptu za pomocÄ… systemowego pytona ..." #: ../install.py:4193 msgid "Detected Linux distribution {} {}" msgstr "Wykryto dystrybucjÄ™ Linuksa {} {}" #: ../install.py:4231 msgid "To continue, the package python3-apt must be installed." msgstr "Aby kontynuować, pakiet python3-apt musi być zainstalowany." #: ../install.py:4263 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:4275 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:4324 msgid "Installing python requests" msgstr "Instalowanie python requests" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "Uaktualnij Rapid Photo Downloader" #: ../upgrade.py:647 ../raphodo/ui/viewutils.py:679 #: ../raphodo/ui/viewutils.py:699 msgid "&Cancel" msgstr "&Anuluj" #: ../upgrade.py:651 msgid "&Upgrade" msgstr "&Aktualizacja" #: ../upgrade.py:656 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "Kliknij przycisk Uaktualnij, aby uaktualnić do wersji %s." #: ../upgrade.py:659 msgid "Click the Upgrade button to start the upgrade." msgstr "Kliknij przycisk Uaktualnij, aby rozpocząć aktualizacjÄ™." #: ../upgrade.py:662 ../upgrade.py:668 ../raphodo/ui/viewutils.py:678 #: ../raphodo/ui/viewutils.py:698 msgid "&Close" msgstr "&Zamknij" #: ../upgrade.py:663 msgid "&Run" msgstr "&Uruchom" #: ../upgrade.py:693 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "Zamknij Rapid Photo Downloader przed uruchomieniem tej aktualizacji." #: ../upgrade.py:696 msgid "Upgrade running..." msgstr "Aktualizacja w toku.." #: ../upgrade.py:732 #, 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:737 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:741 msgid "Upgrade failed. Click Close to exit." msgstr "Aktualizacja nie powiodÅ‚a siÄ™. Kliknij Zamknij, aby wyjść." #: ../upgrade.py:11330 #, python-format msgid "Upgrading %s..." msgstr "Aktualizacja %s..." #: ../upgrade.py:11332 msgid "Press any key to continue..." msgstr "NaciÅ›nij dowolny klawisz by kontynuować…" #: ../upgrade.py:11345 msgid "Rapid Photo Downloader upgrade failed" msgstr "Aktualizacja Rapid Photo Downloader nie powiodÅ‚a siÄ™" #: ../upgrade.py:11347 #, 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/ui/aboutdialog.py:334 msgid "Credits" msgstr "Autorzy" #: ../raphodo/ui/aboutdialog.py:339 msgid "Translators" msgstr "TÅ‚umacze" #: ../raphodo/ui/backuppanel.py:280 msgid "Backups are not configured" msgstr "Kopie zapasowe nie sÄ… skonfigurowane" #: ../raphodo/ui/backuppanel.py:282 msgid "No backup devices detected" msgstr "Nie wykryto urzÄ…dzeÅ„ na których można utworzyć kopiÄ™ zapasowÄ…" #: ../raphodo/ui/backuppanel.py:285 msgid "Valid backup locations not yet specified" msgstr "" "PrawidÅ‚owe lokalizacje kopii zapasowych nie zostaÅ‚y jeszcze okreÅ›lone" #: ../raphodo/ui/backuppanel.py:465 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Możliwe jest utworzenie wielu kopii zapasowych dla pobieranych zdjęć i " "filmów, np. na zewnÄ™trznych dyskach twardych." #: ../raphodo/ui/backuppanel.py:473 msgid "Back up photos and videos when downloading" msgstr "Utwórz kopiÄ™ zapasowÄ… zdjęć i filmów podczas pobierania" #: ../raphodo/ui/backuppanel.py:479 msgid "Automatically detect backup devices" msgstr "" "Automatycznie wykryj urzÄ…dzenia na których można utworzyć kopiÄ™ zapasowÄ…" #: ../raphodo/ui/backuppanel.py:485 msgid "" "Specify the folder in which backups are stored on the " "device.

      Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" "Określ folder, w którym kopie zapasowe są przechowywane na urządzeniu.
      " "
      Uwaga: obecność folderu o tej nazwie jest używana do okreÅ›lenia, " "czy urzÄ…dzenie jest używane do tworzenia kopii zapasowych. Dla każdego " "urzÄ…dzenia, którego chcesz użyć do tworzenia kopii zapasowej, utwórz w nim " "folder z jednÄ… z tych nazw folderów. DodajÄ…c oba foldery, można użyć tego " "samego urzÄ…dzenia do tworzenia kopii zapasowych zdjęć i filmów. " #: ../raphodo/ui/backuppanel.py:500 msgid "Photo folder name:" msgstr "Nazwa folderu zdjęć:" #: ../raphodo/ui/backuppanel.py:505 msgid "Video folder name:" msgstr "Nazwa folderu wideo:" #: ../raphodo/ui/backuppanel.py:510 ../raphodo/ui/nameeditor.py:1000 #: ../raphodo/ui/renamepanel.py:141 msgid "Example:" msgstr "PrzykÅ‚ad:" #: ../raphodo/ui/backuppanel.py:521 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" "W przypadku wyłączenia wykrywania automatycznego, proszÄ™ wybrać dokÅ‚adne " "poÅ‚ożenie kopii zapasowej." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:532 msgid "Photo backup location:" msgstr "PoÅ‚ożenie kopii zapasowej:" #: ../raphodo/ui/backuppanel.py:542 msgid "Select Photo Backup Location" msgstr "Wybierz lokalizacjÄ™ kopii zapasowej zdjęć" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:554 msgid "Video backup location:" msgstr "PoÅ‚ożenie kopii zapasowej filmów:" #: ../raphodo/ui/backuppanel.py:560 msgid "Select Video Backup Location" msgstr "Wybierz lokalizacjÄ™ kopii zapasowej wideo" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:676 msgid "drive1" msgstr "dysk 1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:679 msgid "drive2" msgstr "dysk 2" #: ../raphodo/ui/backuppanel.py:746 msgid "Projected Backup Storage Use" msgstr "Prognozowane użycie magazynu kopii zapasowej" #: ../raphodo/ui/backuppanel.py:751 msgid "Backup Options" msgstr "Opcje tworzenia kopii zapasowych" #: ../raphodo/copyfiles.py:610 msgid "video THM" msgstr "wideo THM" #: ../raphodo/copyfiles.py:620 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:104 ../raphodo/ui/devicedisplay.py:1408 #: ../raphodo/rpdfile.py:310 #, 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:112 ../raphodo/ui/devicedisplay.py:1414 #: ../raphodo/rpdfile.py:298 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s Filmy" #: ../raphodo/ui/destinationdisplay.py:123 msgid "Used" msgstr "Używane" #: ../raphodo/ui/destinationdisplay.py:124 msgid "Excess" msgstr "Nadmiar" #: ../raphodo/ui/destinationdisplay.py:133 ../raphodo/ui/devicedisplay.py:1440 msgid "Device size unknown" msgstr "Rozmiar urzÄ…dzenia nieznany" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:146 #, python-format msgid "No space free on %(size_total)s device" msgstr "Brak miejsca na urzÄ…dzeniu %(size_total)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:156 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s wolne z %(size_total)s" #: ../raphodo/ui/destinationdisplay.py:230 ../raphodo/ui/destinationpanel.py:74 #: ../raphodo/ui/devicedisplay.py:625 ../raphodo/rapid.py:2641 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:960 msgid "Photos" msgstr "ZdjÄ™cia" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:231 ../raphodo/ui/destinationpanel.py:78 #: ../raphodo/ui/devicedisplay.py:626 ../raphodo/rapid.py:2642 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:988 #: ../raphodo/storage/storage.py:602 msgid "Videos" msgstr "Filmy" #: ../raphodo/ui/destinationdisplay.py:232 msgid "Projected storage use after download" msgstr "Przewidywane użycie pamiÄ™ci po pobraniu" #. Translators: Custom refers to the user choosing a non-default value that #. they customize themselves #: ../raphodo/ui/destinationdisplay.py:355 ../raphodo/ui/nameeditor.py:587 msgid "Custom..." msgstr "Dostosuj…" #: ../raphodo/ui/destinationdisplay.py:774 msgid "Configure photo subfolder creation" msgstr "Skonfiguruj tworzenie podfolderów zdjęć" #: ../raphodo/ui/destinationdisplay.py:776 msgid "Configure video subfolder creation" msgstr "Skonfiguruj tworzenie podfolderów wideo" #: ../raphodo/ui/destinationpanel.py:90 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:113 ../raphodo/ui/destinationpanel.py:125 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1294 msgid "Probing device..." msgstr "Sprawdzanie urzÄ…dzenia..." #: ../raphodo/ui/devicedisplay.py:1309 msgid "Temporarily ignore this device" msgstr "Tymczasowo zignoruj to urzÄ…dzenie" #: ../raphodo/ui/devicedisplay.py:1313 msgid "Permanently ignore this device" msgstr "Zignoruj to urzÄ…dzenie na staÅ‚e" #: ../raphodo/ui/devicedisplay.py:1316 msgid "Rescan" msgstr "Skanuj ponownie" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1437 #, python-format msgid "%s full" msgstr "%s peÅ‚ny" #: ../raphodo/ui/devicedisplay.py:1457 msgid "Other" msgstr "PozostaÅ‚e" #: ../raphodo/devices.py:603 ../raphodo/devices.py:604 msgid "Cameras" msgstr "Aparaty" #: ../raphodo/devices.py:605 ../raphodo/devices.py:1256 #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 ../raphodo/rapid.py:2490 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:1006 #, 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:1073 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1229 ../raphodo/rapid.py:2213 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:1280 ../raphodo/devices.py:1300 #, 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:1318 #, python-format msgid "%(no_cameras)s Cameras" msgstr "%(no_cameras)s Aparatów" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1326 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s UrzÄ…dzeÅ„" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1652 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" "Kliknij pole wyboru pliku, aby zaznaczyć lub odznaczyć go do pobrania." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "Pliki, które zostaÅ‚y już pobrane, zostanÄ… zapamiÄ™tane. Nadal możesz oznaczyć " "wczeÅ›niej pobrane pliki do ponownego pobrania, ale sÄ… one domyÅ›lnie " "odznaczone, a ich miniatury sÄ… przyciemnione, dziÄ™ki czemu możesz odróżnić " "je od plików, które dopiero zostanÄ… pobrane." #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" "JeÅ›li zostanie wybrany wiÄ™cej niż jeden plik, wszystkie przyjmÄ… oznaczenie " "pliku, którego pole wyboru zostaÅ‚o klikniÄ™te, niezależnie od tego, czy " "poprzednio byÅ‚y zaznaczone, czy nie." #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" "Kliknij pole wyboru urzÄ…dzenia, aby szybko zaznaczyć lub odznaczyć wszystkie " "pliki do pobrania." #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" "Po zakoÅ„czeniu pobierania ikona zastÄ™puje pole wyboru miniatury. Kolor ikony " "wskazuje, czy pobieranie siÄ™ powiodÅ‚o (zielony), wystÄ…piÅ‚y problemy ze " "zmianÄ… nazwy pliku (żółty / pomaraÅ„czowy), czy nie powiodÅ‚o siÄ™ (czerwony)." #: ../raphodo/ui/didyouknow.py:91 msgid "" "\n" "In case of any problems, a red icon will appear at the bottom of the window " "indicating \n" "how many error reports there are. Clicking on it opens the Error Report " "window." 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." #: ../raphodo/ui/didyouknow.py:97 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." msgstr "" "\n" "Okno Raport o błędach zawiera listÄ™ wszelkich problemów napotkanych przed, w " "trakcie lub po \n" "pobraniu. PomaraÅ„czowy trójkÄ…t oznacza ostrzeżenie, czerwone kółko oznacza " "awariÄ™, \n" "a czarne kółko oznacza poważniejsze awarie. Możesz kliknąć hiperłącza, aby \n" "otworzyć plik lub urzÄ…dzenie w menedżerze plików. Możesz również " "przeszukiwać raporty za pomocÄ… \n" "pola wyszukiwania w lewym dolnym rogu okna Raport o błędach." #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" "Możesz jednoczeÅ›nie pobierać z wielu kamer, smartfonów, kart pamiÄ™ci i " "dysków twardych. Z tylu urzÄ…dzeÅ„ , ile komputer może obsÅ‚użyć jednoczeÅ›nie." #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" " OÅ› czasu grupuje zdjÄ™cia i filmy na podstawie czasu, jaki upÅ‚ynÄ…Å‚ " "miÄ™dzy kolejnymi zdjÄ™ciami. Użyj go, aby zidentyfikować zdjÄ™cia i filmy " "zrobione w różnych okresach w ciÄ…gu jednego dnia lub w ciÄ…gu kolejnych dni." #: ../raphodo/ui/didyouknow.py:123 msgid "" "\n" "

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

      \n" "

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

      " msgstr "" #: ../raphodo/ui/didyouknow.py:133 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" "Aby wyświetlić zdjęcia i filmy z określonego przedziału czasowego, użyj " "myszy (opcjonalnie w połączeniu z klawiszami Shift lub Ctrl " "), aby wybrać przedziały czasu. Po wybraniu zakresu czasu przycisk Oś " "czasu po lewej stronie okna głównego zostanie podświetlony." #: ../raphodo/ui/didyouknow.py:140 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" "Pobieranie zawsze obejmuje wszystkie pliki sprawdzone do pobrania, w tym te, " "które nie są aktualnie wyświetlane, ponieważ używana jest Oś czasu." #: ../raphodo/ui/didyouknow.py:147 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" "Możesz ukryć lub wyświetlić źródła pobierania, klikając nazwę urządzenia, z " "którego pobierasz plik, w lewym górnym rogu okna programu." #: ../raphodo/ui/didyouknow.py:154 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 \n" "metadata (where 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 \n" "raw images, for instance.
      8. \n" "
      9. File Type: photo or video.
      10. \n" "
      11. Device: name of the device the photos and videos are being " "downloaded \n" "from.
      12. \n" "
      " msgstr "" #: ../raphodo/ui/didyouknow.py:172 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" "Jedną z najbardziej przydatnych funkcji programu Rapid Photo Downloader jest " "jego zdolność do automatycznego generowania podfolderów pobierania i zmiany " "nazw plików podczas pobierania, przy użyciu wybranego schematu." #: ../raphodo/ui/didyouknow.py:178 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" "Aby określić, gdzie chcesz pobierać pliki i jak chcesz je nazwać, otwórz " "odpowiedni panel po prawej stronie okna aplikacji: Miejsce docelowe " ", Zmień nazwę lub Kod pracy ." #: ../raphodo/ui/didyouknow.py:185 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 \n" "illustration below, the destination folders are "Pictures" and \n" ""Videos". The name of the destination folder is displayed in the " "grey bar \n" "directly above the folder tree, with a folder icon to its left and a gear " "icon to \n" "its far right.
      2. \n" "
      3. The download subfolders, which are directories that will be " "automatically \n" "generated by Rapid Photo Downloader. They need not already exist on your " "computer, but \n" "it's okay if they do. They will be generated under the destination " "folder.
      4. \n" "
      " msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a \n" "different destination folder for each. The same applies to the download " "subfolders for \n" "photos and videos—download photos and videos to the same subfolders, " "or use a \n" "different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:211 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" "Automatycznie generowane podfoldery pobierania mogÄ… w razie potrzeby " "zawierać dalsze automatycznie generowane podfoldery. Powszechnym schematem " "jest utworzenie w nim podfolderu zawierajÄ…cego rok, a nastÄ™pnie serii " "podfolderów rok-miesiÄ…c-dzieÅ„." #: ../raphodo/ui/didyouknow.py:220 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to \n" "download:\n" "
        \n" "
      1. The destination folder tree shows the download subfolders already on " "your computer \n" "(those in a regular, non-italicized font), and the subfolders that will be " "created \n" "during the download (those whose names are italicized).
      2. \n" "
      3. The folder tree also shows into which subfolders the files will be " "downloaded \n" "(those colored black).
      4. \n" "
      " msgstr "" #: ../raphodo/ui/didyouknow.py:235 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following \n" "elements:\n" "
        \n" "
      1. File metadata, very often including the date the photo or video " "was created, \n" "but might also include the camera model name, camera serial number, or file " "extension \n" "e.g. JPG or CR2.
      2. \n" "
      3. A Job Code, which is free text you specify at the time the " "download occurs, \n" "such as the 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 \n" "format makes it easy to keep them sorted in a file manager, which is why " "it's the \n" "default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:254 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 \n" "preset. Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:261 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to \n" "configure your own scheme. You create your own schemes using the Photo or " "Video \n" "Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:270 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" "Åatwo jest pobrać obrazy RAW do jednego folderu, a obrazy JPEG do innego. " "Po prostu użyj rozszerzenia nazwy pliku jako części schematu " "generowania podfolderów pobierania:" #: ../raphodo/ui/didyouknow.py:276 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:282 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 \n" "and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:291 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 \n" "choices to generate new combinations. Supposing you wanted a date format " "that combines \n" "year (YYYY), a hyphen, and month (MM) to form YYYY-MM. You can create it " "like this \n" "(note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:300 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names \n" "in the \n" "online " "\n" "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:309 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. \n" "You can use them in subfolder and file names. In this illustration, some " "files have had \n" "the Job Code "Street" applied to them, and the selected files are " "about to \n" "get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:317 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 \n" "prompted to enter a Job Code for them before the download begins." msgstr "" #: ../raphodo/ui/didyouknow.py:324 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:327 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:333 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!" msgstr "" #: ../raphodo/ui/didyouknow.py:340 msgid "" "\n" "

      Four types of sequence values are available to help you assign unique " "names to your \n" "photos and 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 \n" "last time the 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 \n" "documentation.

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

      The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature \n" "on your 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 \n" "are detected, the same sequence numbers will be applied to both photo names. " "F\n" "urthermore, sequences will be updated as if the photos were one.

      \n" "

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

      \n" msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are \n" "downloaded, such as external hard drives or network shares. Backup devices " "can be \n" "automatically detected, or exact backup locations specified." msgstr "" "\n" "Możliwe jest utworzenie wielu kopii zapasowych dla pobieranych zdjęć i " "filmów, np. na zewnętrznych dyskach twardych." #: ../raphodo/ui/didyouknow.py:385 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" "W tym przykładzie dysk photobackup nie zawiera folderu o nazwie " " Wideo , więc nie będzie można tworzyć kopii zapasowej filmów." #: ../raphodo/ui/didyouknow.py:391 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including \n" "download sources, destinations, and backups. Additionally, settings can be " "reset to \n" "their default state, and caches and remembered files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:396 msgid "You can also import program preferences from the older 0.4 version." msgstr "Możesz także importować ustawienia programu ze starszej wersji 0.4." #: ../raphodo/ui/didyouknow.py:401 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 \n" "your cameras, memory cards, and other devices.
      2. \n" "
      3. A temporary cache of files downloaded from a camera, one for " "photos and \n" "another for videos. They are located in temporary subfolders in the download " "\n" "destination.
      4. \n" "
      5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores \n" "thumbnails of RAW and TIFF photos once they have been downloaded. File " "browsers like \n" "Gnome Files use this cache as well, meaning they too will display thumbnails " "for those \n" "files. \n" "
      6. \n" "
      \n" "Read more about these caches and their effect on download performance in the " "online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:459 msgid "Tip of the Day" msgstr "Porada dnia" #: ../raphodo/ui/didyouknow.py:467 msgid "Did you know...?" msgstr "Czy wiesz, że...?" #: ../raphodo/ui/didyouknow.py:498 msgid "Show tips on startup" msgstr "Pokaż porady po uruchomieniu" #: ../raphodo/ui/didyouknow.py:502 msgid "&Next" msgstr "&Następny" #: ../raphodo/ui/didyouknow.py:503 msgid "&Previous" msgstr "&Poprzedni" #: ../raphodo/downloadtracker.py:454 msgid "MB/sec" msgstr "MB/sec" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:584 msgid "A few seconds" msgstr "Chwilka" #: ../raphodo/downloadtracker.py:643 msgid "1 second" msgstr "1 sekunda" #: ../raphodo/downloadtracker.py:645 #, python-format msgid "%d seconds" msgstr "%d sekund" #: ../raphodo/downloadtracker.py:650 msgid "1 minute" msgstr "1 minuta" #: ../raphodo/downloadtracker.py:652 #, python-format msgid "%d minutes" msgstr "%d minuta(y)" #: ../raphodo/downloadtracker.py:657 ../raphodo/downloadtracker.py:839 msgid "1 hour" msgstr "1 godzina" #: ../raphodo/downloadtracker.py:659 #, python-format msgid "%d hours" msgstr "%d godzin(a)" #: ../raphodo/downloadtracker.py:664 ../raphodo/downloadtracker.py:869 #: ../raphodo/downloadtracker.py:877 msgid "1 day" msgstr "1 dzień" #: ../raphodo/downloadtracker.py:666 #, python-format msgid "%d days" msgstr "%d dni" #: ../raphodo/downloadtracker.py:845 msgid "1 minute, 1 second" msgstr "1 minuta, 1 sekunda" #: ../raphodo/downloadtracker.py:847 #, python-format msgid "1 minute, %d seconds" msgstr "1 minuta, %d sekund(a)" #: ../raphodo/downloadtracker.py:850 #, python-format msgid "%d minutes, 1 second" msgstr "%d minut, 1 sekunda" #: ../raphodo/downloadtracker.py:852 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:884 msgid "1 hour, 1 minute" msgstr "1 godzina, 1 minuta" #: ../raphodo/downloadtracker.py:886 #, python-format msgid "1 hour, %d minutes" msgstr "1 godzina, %d minuty(a)" #: ../raphodo/downloadtracker.py:889 #, python-format msgid "%d hours, 1 minute" msgstr "%d godzin(a), 1 minuta" #: ../raphodo/downloadtracker.py:891 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:918 msgid "1 day, 1 hour" msgstr "1 dzień, 1 godzina" #: ../raphodo/downloadtracker.py:920 #, python-format msgid "1 day, %d hours" msgstr "1 dzień, %d godzin(y)" #: ../raphodo/downloadtracker.py:923 #, python-format msgid "%d days, 1 hour" msgstr "%d dni, 1 godzina" #: ../raphodo/downloadtracker.py:925 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:80 msgid "Find" msgstr "Znajdź" #: ../raphodo/errorlog.py:150 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:187 msgid "Find in reports" msgstr "Znajdź w raportach" #: ../raphodo/errorlog.py:206 msgid "Find the previous occurrence of the phrase" msgstr "Znajduje poprzednie wystąpienie frazy" #: ../raphodo/errorlog.py:211 msgid "Find the next occurrence of the phrase" msgstr "Znajduje następne wystąpienie frazy" #: ../raphodo/errorlog.py:213 msgid "&Highlight All" msgstr "&Podświetl wszystko" #: ../raphodo/errorlog.py:214 msgid "Highlight all occurrences of the phrase" msgstr "Podświetl wszystkie wystąpienia frazy" #: ../raphodo/errorlog.py:215 msgid "&Match Case" msgstr "&Dopasuj wyrażenie" #: ../raphodo/errorlog.py:216 msgid "Search with case sensitivity" msgstr "Szukaj z rozróżnianiem wielkości liter" #: ../raphodo/errorlog.py:217 msgid "&Whole Words" msgstr "&całe wyrazy" #: ../raphodo/errorlog.py:218 msgid "Search whole words only" msgstr "Szukaj tylko całych wyrazów" #: ../raphodo/errorlog.py:229 ../raphodo/errorlog.py:371 #, 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:234 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:256 msgid "Clear" msgstr "Wyczyść" #: ../raphodo/errorlog.py:357 msgid "Phrase not found" msgstr "Wyrażenie nie zostało znalezione" #: ../raphodo/errorlog.py:516 msgid "Search pending..." msgstr "Wyszukiwanie w toku ..." #: ../raphodo/errorlog.py:567 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:50 #, python-brace-format msgid "" "Please report the problem at {website}.

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

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

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

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

      Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:88 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:182 msgid "Problem in Rapid Photo Downloader" msgstr "Problem w Rapid Photo Downloader" #: ../raphodo/excepthook.py:186 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:189 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:216 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:218 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:173 ../raphodo/thumbnaildisplay.py:2254 msgid "Open in File Browser..." msgstr "Otwórz w przeglądarce plików ..." #. type: Optional[QModelIndex] #: ../raphodo/ui/filebrowse.py:179 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:183 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:140 msgid "File System" msgstr "Systemy plików" #: ../raphodo/foldercombo.py:181 msgid "Other..." msgstr "Inne…" #: ../raphodo/foldercombo.py:272 #, python-format msgid "%s (location does not exist)" msgstr "%s (lokalizacja nie istnieje)" #: ../raphodo/generatenameconfig.py:206 msgid "Date time" msgstr "Data czas" #: ../raphodo/generatenameconfig.py:207 msgid "Text" msgstr "Tekst" #: ../raphodo/generatenameconfig.py:208 ../raphodo/rapid.py:2608 msgid "Filename" msgstr "Nazwa pliku" #: ../raphodo/generatenameconfig.py:209 #: ../raphodo/prefs/preferencedialog.py:994 msgid "Metadata" msgstr "Metadane" #: ../raphodo/generatenameconfig.py:210 msgid "Sequences" msgstr "Sekwencje" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:213 msgid "Job code" msgstr "Etykiety" #: ../raphodo/generatenameconfig.py:214 msgid "Image date" msgstr "Data zdjęcia" #: ../raphodo/generatenameconfig.py:215 msgid "Video date" msgstr "Data filmu" #: ../raphodo/generatenameconfig.py:216 msgid "Today" msgstr "Dzisiaj" #: ../raphodo/generatenameconfig.py:217 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:220 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:223 msgid "Name" msgstr "Nazwa" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 ../raphodo/rapid.py:2609 msgid "Extension" msgstr "Rozszerzenie" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 msgid "Image number" msgstr "Numer obrazu" #: ../raphodo/generatenameconfig.py:230 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:233 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:236 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 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:242 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:245 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:248 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:251 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:254 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:257 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:260 msgid "Shutter count" msgstr "Licznik migawki" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:262 msgid "File number" msgstr "Numer pliku" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:264 msgid "Folder only" msgstr "Tylko katalog" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:266 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:269 msgid "Owner name" msgstr "Nazwa właściciela" #: ../raphodo/generatenameconfig.py:270 msgid "Codec" msgstr "Kodek" #: ../raphodo/generatenameconfig.py:271 msgid "Width" msgstr "Szerokość" #: ../raphodo/generatenameconfig.py:272 msgid "Height" msgstr "Wysokość" #: ../raphodo/generatenameconfig.py:273 msgid "Length" msgstr "Długość" #: ../raphodo/generatenameconfig.py:274 msgid "Frames Per Second" msgstr "Klatki na sekundę" #: ../raphodo/generatenameconfig.py:275 msgid "Artist" msgstr "Wykonawca" #: ../raphodo/generatenameconfig.py:276 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:279 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:282 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:285 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:288 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:291 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:294 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:297 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:300 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:303 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:306 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:309 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:312 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:315 msgid "lowercase" msgstr "małe litery" #: ../raphodo/generatenameconfig.py:316 msgid "One digit" msgstr "Jedna cyfra" #: ../raphodo/generatenameconfig.py:317 msgid "Two digits" msgstr "Dwie cyfry" #: ../raphodo/generatenameconfig.py:318 msgid "Three digits" msgstr "Trzy cyfry" #: ../raphodo/generatenameconfig.py:319 msgid "Four digits" msgstr "Cztery cyfry" #: ../raphodo/generatenameconfig.py:320 msgid "Five digits" msgstr "Pięć cyfr" #: ../raphodo/generatenameconfig.py:321 msgid "Six digits" msgstr "Sześć cyfr" #: ../raphodo/generatenameconfig.py:322 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:325 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:328 ../raphodo/generatenameconfig.py:415 msgid "YYYYMMDD" msgstr "RRRRMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:416 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:334 ../raphodo/generatenameconfig.py:417 msgid "YYYY_MM_DD" msgstr "RRRR_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 msgid "YYMMDD" msgstr "RRMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 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:343 msgid "YY_MM_DD" msgstr "RR_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "MMDDYYYY" msgstr "MMDDRRRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYY" msgstr "MMDDRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "DDMMYYYY" msgstr "DDMMRRRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYY" msgstr "DDMMRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 ../raphodo/generatenameconfig.py:415 #: ../raphodo/generatenameconfig.py:416 ../raphodo/generatenameconfig.py:417 #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:419 msgid "YYYY" msgstr "RRRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 msgid "YY" msgstr "RR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 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:376 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:379 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:382 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:385 msgid "HHMMSS" msgstr "GGMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMM" msgstr "GGMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 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:394 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:397 msgid "HH" msgstr "GG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 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:403 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:415 msgid "Date" msgstr "Data" #: ../raphodo/generatenameconfig.py:416 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:417 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:512 #: ../raphodo/generatenameconfig.py:699 msgid "Date and Job Code" msgstr "Data i kod zadania" #: ../raphodo/generatenameconfig.py:418 msgid "YYYYMM_Job Code" msgstr "YYYYMM_kod zadania" #: ../raphodo/generatenameconfig.py:419 msgid "Date and Job Code Subfolder" msgstr "Podfolder daty i kodu zadania" #: ../raphodo/generatenameconfig.py:419 msgid "YYYYMM" msgstr "RRRRMM" #: ../raphodo/generatenameconfig.py:419 ../raphodo/jobcodepanel.py:279 #: ../raphodo/ui/nameeditor.py:926 ../raphodo/rapid.py:2261 #: ../raphodo/ui/renamepanel.py:93 ../raphodo/ui/renamepanel.py:275 msgid "Job Code" msgstr "Etykieta" #: ../raphodo/generatenameconfig.py:507 ../raphodo/generatenameconfig.py:694 msgid "Original Filename" msgstr "Oryginalna nazwa pliku" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "YYYYMMDD-HHMM-1" msgstr "RRRRMMDD-GGMM-1" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "YYYYMMDD-1" msgstr "RRRRMMDD-1" #: ../raphodo/generatenameconfig.py:510 msgid "Date-Time and Image number" msgstr "Data - godzina oraz numer zdjęcia" #: ../raphodo/generatenameconfig.py:510 msgid "YYYYMMDD-1234" msgstr "RRRRMMDD-1234" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:699 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "YYYYMMDD_1234" msgstr "RRRMMDD_1234" #: ../raphodo/generatenameconfig.py:700 msgid "Resolution" msgstr "Rozdzielczość" #: ../raphodo/generatenameconfig.py:700 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "RRRRMMDD-GGMM-1-1920x1080" #: ../raphodo/jobcodepanel.py:90 msgid "Enter a new Job Code, or select a previous one" msgstr "Proszę wprowadzić nową Etykietę, lub wybrać poprzednią" #: ../raphodo/jobcodepanel.py:98 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:108 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:121 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:123 msgid "Enter a new Job Code" msgstr "Proszę wprowadzić nową nazwę Etykiety" #: ../raphodo/jobcodepanel.py:131 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/jobcodepanel.py:144 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:148 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:186 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:190 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:251 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:255 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:259 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:264 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:269 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:278 msgid "Last Used" msgstr "Ostatnio użyty" #: ../raphodo/jobcodepanel.py:283 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:286 ../raphodo/rapid.py:2616 msgid "Ascending" msgstr "Rosnąco" #: ../raphodo/jobcodepanel.py:287 ../raphodo/rapid.py:2617 msgid "Descending" msgstr "Malejąco" #: ../raphodo/jobcodepanel.py:297 msgid "&New..." msgstr "&Nowy..." #: ../raphodo/jobcodepanel.py:301 msgid "&Apply" msgstr "&Zastosuj" #: ../raphodo/jobcodepanel.py:305 msgid "&Remove" msgstr "&Usuń" #: ../raphodo/jobcodepanel.py:309 ../raphodo/prefs/preferencedialog.py:288 #: ../raphodo/prefs/preferencedialog.py:324 #: ../raphodo/prefs/preferencedialog.py:781 msgid "Remove All" msgstr "Usuń wszystko" #: ../raphodo/jobcodepanel.py:512 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:515 msgid "Remove all Job Codes" msgstr "Usuń wszystkie etykiety" #: ../raphodo/jobcodepanel.py:578 msgid "Job Codes" msgstr "Etykiety" #: ../raphodo/ui/messagewidget.py:67 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:478 ../raphodo/ui/nameeditor.py:498 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:583 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:584 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:630 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:647 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:650 ../raphodo/ui/nameeditor.py:1558 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:743 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:751 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:884 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:892 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:900 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:907 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:936 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:954 #, python-format msgid "The character
      %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:964 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:972 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:999 ../raphodo/ui/renamepanel.py:139 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1082 ../raphodo/ui/nameeditor.py:1105 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1134 ../raphodo/prefs/preferencedialog.py:1083 #: ../raphodo/wsl.py:648 msgid "Get help online..." msgstr "Uzyskaj pomoc w sieci..." #: ../raphodo/ui/nameeditor.py:1161 msgid "Insert" msgstr "Wstaw" #: ../raphodo/ui/nameeditor.py:1523 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1527 msgid "" "Do you want to save the changes in a new custom " "preset?

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

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

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

      The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1562 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:326 msgid "Checking for new version..." msgstr "Sprawdzanie nowej wersji ..." #: ../raphodo/newversion.py:327 msgid "You are running the latest version." msgstr "Używasz najnowszej wersji." #: ../raphodo/newversion.py:328 msgid "Failed to contact the update server." msgstr "Nie udało się skontaktować z serwerem aktualizacji." #: ../raphodo/newversion.py:331 #, 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:334 msgid "Do you want to download the new version?" msgstr "Czy chcesz pobrać nową wersję?" #: ../raphodo/newversion.py:336 #, 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:366 ../raphodo/newversion.py:385 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:388 msgid "&Open Download Page" msgstr "&Otwórz stronę pobierania" #: ../raphodo/newversion.py:412 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:531 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:553 msgid "Downloading..." msgstr "Pobieranie..." #: ../raphodo/prefs/preferencedialog.py:134 msgid "Preferences" msgstr "Preferencje" #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 msgid "Automation" msgstr "Automatyzacja" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Thumbnails" msgstr "Miniatury" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:160 #: ../raphodo/prefs/preferencedialog.py:183 #: ../raphodo/prefs/preferencedialog.py:585 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:184 #: ../raphodo/prefs/preferencedialog.py:649 msgid "Error Handling" msgstr "Obsługa błędów" #: ../raphodo/prefs/preferencedialog.py:162 #: ../raphodo/prefs/preferencedialog.py:185 msgid "Warnings" msgstr "Ostrzeżenia" #: ../raphodo/prefs/preferencedialog.py:163 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:164 #: ../raphodo/prefs/preferencedialog.py:186 msgid "Miscellaneous" msgstr "Różne" #: ../raphodo/prefs/preferencedialog.py:221 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "Scan only external devices" msgstr "Skanuj tylko urządzenia zewnętrzne" #: ../raphodo/prefs/preferencedialog.py:225 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:231 msgid "Scan only specific folders on devices" msgstr "Skanuj tylko określone foldery na urządzeniach" #: ../raphodo/prefs/preferencedialog.py:233 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:240 msgid "Folders to scan:" msgstr "Foldery do skanowania:" #: ../raphodo/prefs/preferencedialog.py:244 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 #: ../raphodo/prefs/preferencedialog.py:310 msgid "Add..." msgstr "Dodaj..." #: ../raphodo/prefs/preferencedialog.py:252 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 #: ../raphodo/prefs/preferencedialog.py:286 #: ../raphodo/prefs/preferencedialog.py:317 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove" msgstr "Usuń" #: ../raphodo/prefs/preferencedialog.py:259 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:278 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:279 msgid "Remembered Devices" msgstr "Zapamiętane urządzenia" #: ../raphodo/prefs/preferencedialog.py:283 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:290 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:304 msgid "Ignored Paths" msgstr "Ścieżki ignorowane" #: ../raphodo/prefs/preferencedialog.py:306 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:313 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:320 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:327 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as well. #: ../raphodo/prefs/preferencedialog.py:338 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:345 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:387 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:400 #: ../raphodo/prefs/preferencedialog.py:505 #: ../raphodo/prefs/preferencedialog.py:553 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:408 #: ../raphodo/prefs/preferencedialog.py:575 msgid "* Takes effect upon program restart" msgstr "* Zmiany będą zastosowane po ponownym uruchomieniu programu" #: ../raphodo/prefs/preferencedialog.py:416 msgid "Program Automation" msgstr "Automatyzacja programu" #: ../raphodo/prefs/preferencedialog.py:417 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place the #. carriage return where you think it makes sense so that the tool tip does not #. stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:422 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading at program startup" msgstr "Rozpocznij pobieranie przy uruchomieniu programu" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Start downloading upon device insertion" msgstr "Rozpocznij pobieranie po podłączeniu urządzenia" #: ../raphodo/prefs/preferencedialog.py:430 msgid "Unmount (eject) device upon download completion" msgstr "Odmontuj (wysuń) urządzenie po zakończeniu pobierania" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program when download completes" msgstr "Opuść program po zakończeniu pobierania" #: ../raphodo/prefs/preferencedialog.py:433 msgid "Exit program even if download had warnings or errors" msgstr "" "Zakończ program nawet jeśli wystąpią błędy i ostrzeżenia podczas pobierania" #: ../raphodo/prefs/preferencedialog.py:465 msgid "Thumbnail Generation" msgstr "Generowanie miniatur" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails" msgstr "Generuj miniatury" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Generate thumbnails to show in the main program window" msgstr "Generuj miniatury do pokazania w głównym oknie programu" #: ../raphodo/prefs/preferencedialog.py:470 msgid "Cache thumbnails" msgstr "Buforuj miniatury" #: ../raphodo/prefs/preferencedialog.py:473 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" "Zapisz miniatury pokazane w głównym oknie programu w pamięci podręcznej " "miniatur unikalnej dla Rapid Photo Downloader" #: ../raphodo/prefs/preferencedialog.py:477 msgid "Generate system thumbnails" msgstr "Generuj miniatury systemowe" #: ../raphodo/prefs/preferencedialog.py:480 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" "Podczas pobierania zapisz miniatury, z których mogą korzystać menedżer " "plików i inne programy" #: ../raphodo/prefs/preferencedialog.py:489 msgid "Number of CPU cores used to generate thumbnails." msgstr "Liczba rdzeni procesora użytych do wygenerowania miniatur." #: ../raphodo/prefs/preferencedialog.py:490 msgid "CPU cores:" msgstr "Liczba rdzeni procesora:" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Thumbnail Cache" msgstr "Pamięć podręczna miniatur" #: ../raphodo/prefs/preferencedialog.py:530 msgid "Calculating..." msgstr "Obliczanie..." #: ../raphodo/prefs/preferencedialog.py:536 msgid "days" msgstr "dni" #: ../raphodo/prefs/preferencedialog.py:537 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Cache size:" msgstr "Rozmiar pamięci podręcznej:" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Number of thumbnails:" msgstr "Liczba miniatur:" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Database size:" msgstr "Rozmiar bazy danych:" #: ../raphodo/prefs/preferencedialog.py:550 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:559 msgid "Purge Cache..." msgstr "Wyczyść pamięć podręczną ..." #: ../raphodo/prefs/preferencedialog.py:562 msgid "Optimize Cache..." msgstr "Optymalizuj pamięć podręczną ..." #: ../raphodo/prefs/preferencedialog.py:588 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:598 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:601 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:615 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:629 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Skip download" msgstr "Pomiń pobieranie" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:656 msgid "Add unique identifier" msgstr "Dodaj unikatowy identyfikator" #: ../raphodo/prefs/preferencedialog.py:659 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Overwrite" msgstr "Nadpisz" #: ../raphodo/prefs/preferencedialog.py:668 msgid "Overwrite the previously backed up file" msgstr "Zastąp poprzednio utworzony plik" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Skip" msgstr "Pomiń" #: ../raphodo/prefs/preferencedialog.py:671 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:678 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:690 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:701 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:722 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:723 msgid "Show a warning when:" msgstr "Pokaż ostrzeżenie, gdy:" #: ../raphodo/prefs/preferencedialog.py:727 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:730 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:736 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:740 msgid "Program libraries are missing or broken" msgstr "Brakuje bibliotek programu lub są uszkodzone" #: ../raphodo/prefs/preferencedialog.py:743 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:749 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:755 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:760 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:765 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "Add" msgstr "Dodaj" #: ../raphodo/prefs/preferencedialog.py:771 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:776 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:783 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:821 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:824 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:827 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:834 msgid "One photo" msgstr "Jedno zdjęcie" #: ../raphodo/prefs/preferencedialog.py:835 msgid "Two photos" msgstr "Dwa zdjęcia" #: ../raphodo/prefs/preferencedialog.py:837 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:842 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Do not mark JPEG for download" msgstr "Nie zaznaczaj pliku JPEG do pobrania" #: ../raphodo/prefs/preferencedialog.py:854 msgid "Do not mark RAW for download" msgstr "Nie zaznaczaj pliku RAW do pobrania" #: ../raphodo/prefs/preferencedialog.py:855 msgid "Mark both for download" msgstr "Zaznacz oba do pobrania" #: ../raphodo/prefs/preferencedialog.py:862 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:868 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:874 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:880 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:886 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Clear completed downloads" msgstr "Wyczyść ukończone pobrania" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:906 msgid "Prompt for what to do" msgstr "Pytaj, co robić" #: ../raphodo/prefs/preferencedialog.py:911 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:916 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:921 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:968 msgid "Version Check" msgstr "Sprawdzenie wersji" #: ../raphodo/prefs/preferencedialog.py:969 msgid "Check for new version at startup" msgstr "Sprawdż przy starcie, czy jest nowa wersja" #: ../raphodo/prefs/preferencedialog.py:972 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/prefs/preferencedialog.py:976 msgid "Include development releases" msgstr "Uwzględnij wersje rozwojowe" #: ../raphodo/prefs/preferencedialog.py:978 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/prefs/preferencedialog.py:996 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:999 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1006 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1008 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1034 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1140 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1423 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1585 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1590 msgid "Purge Thumbnail Cache" msgstr "Wyczyść pamięć podręczną miniatur" #: ../raphodo/prefs/preferencedialog.py:1605 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" "Czy chcesz zoptymalizować pamięć podręczną miniatur? Pamięć podręczna " "zostanie zoptymalizowana przy następnym uruchomieniu programu." #: ../raphodo/prefs/preferencedialog.py:1610 msgid "Optimize Thumbnail Cache" msgstr "Zoptymalizuj pamięć podręczną miniatur" #: ../raphodo/prefs/preferencedialog.py:1929 msgid "Enter a Folder to Scan" msgstr "Wprowadź folder do skanowania" #: ../raphodo/prefs/preferencedialog.py:1931 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1933 msgid "Folder:" msgstr "Katalog:" #: ../raphodo/prefs/preferencedialog.py:1947 msgid "Enter a Path to Ignore" msgstr "Wprowadź Ścieżkę ignorowaną" #: ../raphodo/prefs/preferencedialog.py:1949 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" "Proszę określić ścieżkę, która nigdy nie będzie sprawdzana w poszukiwaniu " "zdjęć lub obrazów" #: ../raphodo/prefs/preferencedialog.py:1951 msgid "Path:" msgstr "Ścieżka:" #: ../raphodo/prefs/preferencedialog.py:1965 msgid "Enter a File Extension" msgstr "Wprowadź rozszerzenie pliku" #: ../raphodo/prefs/preferencedialog.py:1966 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1967 ../raphodo/ui/renamepanel.py:140 msgid "Extension:" msgstr "Rozszerzenie:" #: ../raphodo/prefs/preferencedialog.py:1982 msgid "Invalid File Extension" msgstr "Nieprawidłowe rozszerzenie pliku" #: ../raphodo/prefs/preferencedialog.py:1987 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1996 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Wedding" msgstr "Ślub" #: ../raphodo/prefs/preferences.py:311 msgid "Birthday" msgstr "Urodziny" #: ../raphodo/prefs/preferences.py:736 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Preferencje podkatalogu nie powinny zaczynać się od %s" #: ../raphodo/prefs/preferences.py:740 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Preferencje podkatalogu nie powinny kończyć się na %s" #: ../raphodo/prefs/preferences.py:747 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" "Preferencje podkatalogu nie powinny zawierać dwóch %s jeden po drugim" #: ../raphodo/ui/primarybutton.py:124 msgid "Download 8 Photos and 10 Videos" msgstr "Pobierz 8 zdjęć i 10 filmów" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "Błąd: %s" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "Błąd GPhoto2: %s" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" "Nie można zainicjować aparatu, prawdopodobnie dlatego, że używa go inny " "program. Nie skopiowano z niego żadnych plików." #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "Nie można odczytać pliku %s" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "Nie można zapisać pliku %s" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "Nie można przenieść pliku %s" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "Nie można usunąć pliku %s" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "Nie można skopiować pliku %s" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "Plik o zerowej długości %s nie zostanie pobrany" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" "Podczas synchronizacji wartości sekwencji RAW + JPEG wykryto zdjęcia o tych " "samych nazwach plików, ale zrobione w różnym czasie:" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)s zostało zrobione %(image1_date)s o %(image1_time)s, a %(image2)s " "%(image2_date)s o %(image2_time)s." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "Brak metadanych %(type)s." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "Brakuje następujących metadanych: %s." #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "Konwersja daty/godziny nie powiodła się: %s." #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "Nazwa pliku nie posiada rozszerzenia." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "Plik nie posiada cyfr w swojej nazwie." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "Nie można utworzyć podfolderu pobierania %s." #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 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:249 ../raphodo/proximity.py:278 #: ../raphodo/proximity.py:313 ../raphodo/proximity.py:319 #, 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:267 #, 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:288 ../raphodo/proximity.py:294 #: ../raphodo/proximity.py:1123 ../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:303 ../raphodo/proximity.py:307 #: ../raphodo/proximity.py:1130 ../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:328 #, 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:339 #, 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:473 #, 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:1135 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1893 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:1952 #, 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:1956 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:1962 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2101 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:2106 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2109 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2110 msgid "Timeline is building..." msgstr "Oś czasu jest tworzona..." #: ../raphodo/proximity.py:2112 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:2568 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:473 ../raphodo/rapid.py:871 ../raphodo/rapid.py:4657 #: ../raphodo/rapid.py:4880 ../raphodo/rapid.py:4899 ../raphodo/rapid.py:4922 #: ../raphodo/rapid.py:4929 ../raphodo/rapid.py:5606 ../raphodo/rapid.py:6229 #: ../raphodo/rapid.py:7449 ../raphodo/ui/rememberthisdialog.py:112 #: ../raphodo/ui/viewutils.py:743 #: ../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:1156 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:1167 msgid "Problem with ExifTool" msgstr "Problem z ExifTool" #: ../raphodo/rapid.py:1176 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:1188 msgid "Problem with libmediainfo" msgstr "Problem z libmediainfo" #: ../raphodo/rapid.py:1367 #, python-format msgid "" "Cannot download from Apple devices

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

      Missing applications: " "%(applications)s

      Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1766 msgid "Download failed" msgstr "Błąd pobierania" #: ../raphodo/rapid.py:1769 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:1778 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:1782 msgid "Update Rapid Photo Downloader" msgstr "Zaktualizuj Rapid Photo Downloader" #: ../raphodo/rapid.py:1786 msgid "Install" msgstr "Zainstaluj" #: ../raphodo/rapid.py:1804 msgid "New version saved" msgstr "Nowa wersja została zapisana" #: ../raphodo/rapid.py:1806 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1824 msgid "Upgrade failed" msgstr "Aktualizacja nie powiodła się" #: ../raphodo/rapid.py:1827 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1873 msgid "" "\n" "

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

      \n" "

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

      " msgstr "" #: ../raphodo/rapid.py:1883 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1894 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1897 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1898 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1901 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in the future #: ../raphodo/rapid.py:1906 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:2110 ../raphodo/rapid.py:2914 msgid "Download" msgstr "Pobierz" #: ../raphodo/rapid.py:2114 msgid "&Refresh..." msgstr "&Odśwież..." #: ../raphodo/rapid.py:2118 msgid "&Preferences" msgstr "&Ustawienia" #: ../raphodo/rapid.py:2122 msgid "&Quit" msgstr "&Zakończ" #: ../raphodo/rapid.py:2128 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:2132 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:2137 msgid "Clear Completed Downloads" msgstr "Wyczyść ukończone pobrania" #: ../raphodo/rapid.py:2140 msgid "Get Help Online..." msgstr "Uzyskaj pomoc online..." #: ../raphodo/rapid.py:2144 msgid "&Tip of the Day..." msgstr "Porada dnia..." #: ../raphodo/rapid.py:2147 msgid "Report a Problem..." msgstr "Zgłoś błąd..." #: ../raphodo/rapid.py:2150 msgid "Make a Donation..." msgstr "Przekaż darowiznę..." #: ../raphodo/rapid.py:2153 msgid "Translate this Application..." msgstr "Przetłumacz ten program..." #: ../raphodo/rapid.py:2158 msgid "&About..." msgstr "&O programie..." #: ../raphodo/rapid.py:2161 msgid "Check for Updates..." msgstr "Sprawdź dostępność aktualizacji..." #: ../raphodo/rapid.py:2250 msgid "Timeline" msgstr "Oś czasu" #: ../raphodo/rapid.py:2258 msgid "Destination" msgstr "Cel" #: ../raphodo/rapid.py:2260 msgid "Rename" msgstr "Zmiana nazwy" #: ../raphodo/rapid.py:2262 msgid "Back Up" msgstr "Kopie zapasowe" #: ../raphodo/rapid.py:2486 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2505 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2508 msgid "This Computer" msgstr "Ten komputer" #: ../raphodo/rapid.py:2522 msgid "Select a source folder" msgstr "Wybierz folder źródłowy" #: ../raphodo/rapid.py:2600 msgid "All" msgstr "Wszystko" #: ../raphodo/rapid.py:2601 msgid "New" msgstr "Nowy" #: ../raphodo/rapid.py:2603 msgid "Show:" msgstr "Wyświetl:" #: ../raphodo/rapid.py:2606 msgid "Modification Time" msgstr "Czas modyfikacji" #: ../raphodo/rapid.py:2607 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2610 msgid "File Type" msgstr "Typ pliku" #: ../raphodo/rapid.py:2611 msgid "Device" msgstr "Urządzenie" #: ../raphodo/rapid.py:2613 msgid "Sort:" msgstr "Sortowanie:" #: ../raphodo/rapid.py:2629 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:2894 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2910 msgid "Resume Download" msgstr "Wznów pobieranie" #: ../raphodo/rapid.py:2912 msgid "Pause" msgstr "Wstrzymaj" #: ../raphodo/rapid.py:3049 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:3150 #, 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:3244 msgid "You cannot change the download destination while downloading." msgstr "Podczas pobierania nie można zmienić miejsca docelowego pobierania." #: ../raphodo/rapid.py:3258 #, 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:3346 msgid "" "\n" "Downloading all files

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

      \n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3511 #, 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:3514 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Nieprawidłowy katalog pobierania:\n" "%s" #: ../raphodo/rapid.py:3517 msgid "Download Failure" msgstr "Błąd pobierania" #: ../raphodo/rapid.py:3518 msgid "The download cannot proceed." msgstr "Pobieranie nie może być kontynuowane." #: ../raphodo/rapid.py:3536 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:3547 ../raphodo/rapid.py:3561 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3549 ../raphodo/rpdfile.py:179 msgid "photos" msgstr "zdjęcia" #: ../raphodo/rapid.py:3563 ../raphodo/rpdfile.py:174 msgid "videos" msgstr "filmy" #: ../raphodo/rapid.py:3573 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:3589 ../raphodo/rapid.py:3605 #, 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:3592 ../raphodo/rpdfile.py:181 ../raphodo/rpdfile.py:850 msgid "photo" msgstr "zdjęcie" #: ../raphodo/rapid.py:3608 ../raphodo/rpdfile.py:176 ../raphodo/rpdfile.py:912 msgid "video" msgstr "film" #: ../raphodo/rapid.py:3616 msgid "Backup problem" msgstr "Problem z zapisem kopii zapasowej" #: ../raphodo/rapid.py:4447 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4527 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "Pobrane pliki typu %(filetypes)s: %(noFiles)s" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4537 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "Nieudanych pobrań plików typu %(filetypes)s: %(noFiles)s" #: ../raphodo/rapid.py:4543 ../raphodo/rapid.py:4650 msgid "warnings" msgstr "ostrzeżenia" #: ../raphodo/rapid.py:4578 msgid "All downloads complete" msgstr "Ukończono wszystkie pobierania" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4588 ../raphodo/rapid.py:4603 ../raphodo/rapid.py:4619 #: ../raphodo/rapid.py:4634 ../raphodo/rapid.py:4649 #, 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:4593 ../raphodo/rapid.py:4624 #, 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:4608 ../raphodo/rapid.py:4639 #, python-format msgid "%(filetype)s failed to download" msgstr "Nie udało się pobrać pliku typu %(filetype)s" #: ../raphodo/rapid.py:4675 msgid "1 failure" msgstr "1 niepowodzenie" #: ../raphodo/rapid.py:4677 #, python-format msgid "%d failures" msgstr "%d niepowodzeń" #: ../raphodo/rapid.py:4682 msgid "1 warning" msgstr "1 ostrzeżenie" #: ../raphodo/rapid.py:4684 #, python-format msgid "%d warnings" msgstr "%d ostrzeżeń" #: ../raphodo/rapid.py:4709 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4716 #, 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:4725 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4727 msgid "No files downloaded" msgstr "Nie pobrano żadnych plików" #: ../raphodo/rapid.py:4767 msgid "Program preferences are invalid" msgstr "Preferencje programu są nieprawidłowe" #: ../raphodo/rapid.py:4886 #, 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:4905 #, 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:4925 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4936 msgid "&Try Again" msgstr "&Spróbuj ponownie" #: ../raphodo/rapid.py:4937 msgid "&Ignore This Device" msgstr "&Ignoruj to urządzenie" #: ../raphodo/rapid.py:5029 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:5032 msgid "Unfortunately you cannot download from this device." msgstr "Niestety nie można pobrać z tego urządzenia." #: ../raphodo/rapid.py:5036 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:5041 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5578 #, 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:5613 #, 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:5775 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5777 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5779 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5781 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5782 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5783 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5867 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:6212 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6216 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:6222 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6226 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6645 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6649 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:6705 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6712 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6726 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6738 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:7035 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:7042 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7048 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7055 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:7061 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:7067 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:7075 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:7083 msgid "Turn on or off downloading from this computer." msgstr "Włącz lub wyłącz pobieranie z tego komputera." #: ../raphodo/rapid.py:7088 ../raphodo/rapid.py:7095 ../raphodo/rapid.py:7102 #: ../raphodo/rapid.py:7146 ../raphodo/rapid.py:7156 msgid "PATH" msgstr "Ścieżka" #: ../raphodo/rapid.py:7090 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:7097 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7104 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7111 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:7117 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:7122 ../raphodo/rapid.py:7134 msgid "FOLDER" msgstr "FOLDER" #: ../raphodo/rapid.py:7125 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:7137 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:7149 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7159 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7167 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "Zignoruj zdjęcia z następującymi rozszerzeniami: %s" #: ../raphodo/rapid.py:7177 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:7184 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:7191 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:7200 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:7208 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:7215 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7224 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:7232 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:7238 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:7245 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:7255 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:7348 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7359 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:7366 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7437 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7452 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7542 msgid "Never run this program as the sudo / root user." msgstr "Nigdy nie uruchamiaj tego programu jako użytkownik sudo / root." #: ../raphodo/rapid.py:7547 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7562 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:7637 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:7842 msgid "All settings and caches have been reset." msgstr "Wszystkie ustawienia i pamięć podręczna zostały zresetowane." #: ../raphodo/rapid.py:7850 msgid "Thumbnail Cache has been reset." msgstr "Pamięć podręczna miniatur została zresetowana." #: ../raphodo/rapid.py:7856 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Remember this choice" msgstr "&Zapamiętaj ten wybór" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't ask me about this again" msgstr "&Nie pytaj mnie o to ponownie" #: ../raphodo/ui/rememberthisdialog.py:80 msgid "&Don't warn me about this again" msgstr "&Nie ostrzegaj mnie o tym ponownie" #: ../raphodo/ui/rememberthisdialog.py:87 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:626 msgid "subfolder and filename" msgstr "podkatalog i nazwa pliku" #: ../raphodo/renameandmovefile.py:628 msgid "filename" msgstr "nazwa pliku" #: ../raphodo/renameandmovefile.py:630 msgid "subfolder" msgstr "podkatalog" #: ../raphodo/ui/renamepanel.py:327 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:328 msgid "Downloads today:" msgstr "Pobierań dzisiaj:" #: ../raphodo/ui/renamepanel.py:350 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:351 msgid "Stored number:" msgstr "Numer zachowany:" #: ../raphodo/ui/renamepanel.py:363 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:365 msgid "Day start:" msgstr "Początek dnia:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:375 msgid "Synchronize RAW + JPEG" msgstr "Synchronizuj RAW + JPEG" #: ../raphodo/ui/renamepanel.py:379 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:384 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:395 msgid "Strip incompatible characters" msgstr "Usuń niezgodne znaki" #: ../raphodo/ui/renamepanel.py:400 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:404 msgid "Compatibility" msgstr "Zgodność" #: ../raphodo/ui/renamepanel.py:484 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:488 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:492 msgid "Renaming Options" msgstr "Opcje zmiany nazw" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "zdjęcia i filmy" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "zdjęcia lub filmy" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:273 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:302 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:304 msgid "1 Video" msgstr "" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:314 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:316 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:830 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:851 msgid "Photo" msgstr "Zdjęcie" #: ../raphodo/rpdfile.py:913 msgid "Video" msgstr "Film" #: ../raphodo/storage/storage.py:251 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:589 msgid "Pictures" msgstr "" #: ../raphodo/sudocommand.py:93 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:100 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:140 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:583 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:593 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "Zmodyfikowano %(date_time)s (%(human_readable)s)" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:605 ../raphodo/thumbnaildisplay.py:668 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:623 #, python-format msgid "Memory cards: %s" msgstr "Karty pamięci: %s" #: ../raphodo/thumbnaildisplay.py:628 #, python-format msgid "Memory card: %s" msgstr "Karta pamięci: %s" #: ../raphodo/thumbnaildisplay.py:635 msgid "Downloaded as:" msgstr "Pobrano jako:" #: ../raphodo/thumbnaildisplay.py:682 #, python-format msgid "

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

      Poprzednie pobieranie:
      %(filename)s
      %(path)s
      %(date)s" #: ../raphodo/thumbnaildisplay.py:691 #, python-format msgid "

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

      Ustaw ręcznie jako pobraną wcześniej w dniu %(date)s" #: ../raphodo/thumbnaildisplay.py:2257 msgid "Copy Path" msgstr "Kopiuj ścieżkę" #: ../raphodo/thumbnaildisplay.py:2263 msgid "Mark File as Downloaded" msgstr "Oznacz plik jako pobrany" #: ../raphodo/thumbnaildisplay.py:2268 msgid "Mark Files as Downloaded" msgstr "Oznacz pliki jako pobrane" #: ../raphodo/utilities.py:215 msgid "B" msgstr "B" #: ../raphodo/utilities.py:216 msgid "KB" msgstr "KB" #: ../raphodo/utilities.py:217 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:218 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:219 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:220 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:221 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:222 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:223 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:486 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s i %(last_item)s" #: ../raphodo/utilities.py:570 msgid "one" msgstr "jeden" #: ../raphodo/utilities.py:571 msgid "two" msgstr "dwa" #: ../raphodo/utilities.py:572 msgid "three" msgstr "trzy" #: ../raphodo/utilities.py:573 msgid "four" msgstr "cztery" #: ../raphodo/utilities.py:574 msgid "five" msgstr "pięć" #: ../raphodo/utilities.py:575 msgid "six" msgstr "sześć" #: ../raphodo/utilities.py:576 msgid "seven" msgstr "siedem" #: ../raphodo/utilities.py:577 msgid "eight" msgstr "osiem" #: ../raphodo/utilities.py:578 msgid "nine" msgstr "dziewięć" #: ../raphodo/utilities.py:579 msgid "ten" msgstr "dziesięć" #: ../raphodo/utilities.py:580 msgid "eleven" msgstr "jedenaście" #: ../raphodo/utilities.py:581 msgid "twelve" msgstr "dwanaście" #: ../raphodo/utilities.py:582 msgid "thirteen" msgstr "trzynaście" #: ../raphodo/utilities.py:583 msgid "fourteen" msgstr "czternaście" #: ../raphodo/utilities.py:584 msgid "fifteen" msgstr "piętnaście" #: ../raphodo/utilities.py:585 msgid "sixteen" msgstr "szesnaście" #: ../raphodo/utilities.py:586 msgid "seventeen" msgstr "siedemnaście" #: ../raphodo/utilities.py:587 msgid "eighteen" msgstr "osiemnaście" #: ../raphodo/utilities.py:588 msgid "ninenteen" msgstr "dziewiętnaście" #: ../raphodo/utilities.py:589 msgid "twenty" msgstr "dwadzieścia" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&OK" msgstr "&OK" #: ../raphodo/ui/viewutils.py:680 ../raphodo/ui/viewutils.py:700 msgid "&Save" msgstr "&Zapisz" #: ../raphodo/ui/viewutils.py:681 msgid "&Help" msgstr "&Pomoc" #: ../raphodo/ui/viewutils.py:682 msgid "Restore Defaults" msgstr "Przywróć domyślne" #: ../raphodo/ui/viewutils.py:683 ../raphodo/ui/viewutils.py:701 msgid "&Yes" msgstr "&Tak" #: ../raphodo/ui/viewutils.py:684 ../raphodo/ui/viewutils.py:702 msgid "&No" msgstr "&Nie" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:105 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:109 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:115 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:309 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:314 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:321 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:390 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:403 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:558 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:562 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:566 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:570 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:594 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:596 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:598 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:638 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:652 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1459 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1463 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1606 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1612 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" "Pobieraj, zmieniaj nazwy i twórz kopie zapasowe zdjęć i filmów z aparatów i " "innych urządzeń" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" "Rapid Photo Downloader importuje zdjęcia i filmy z aparatów, telefonów, kart " "pamięci i innych urządzeń z dużą prędkością. Można go skonfigurować do " "zmiany nazw zdjęć i filmów z określonymi nazwami plików. Może także tworzyć " "kopie zapasowe zdjęć i filmów podczas ich pobierania. Pobiera i tworzy kopie " "zapasowe z wielu urządzeń jednocześnie." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" "Unikalną funkcją Rapid Photo Downloader jest oś czasu, która grupuje zdjęcia " "i filmy na podstawie czasu, jaki upłynął między kolejnymi zdjęciami. Użyj " "go, aby zidentyfikować zdjęcia i filmy zrobione w różnych okresach w ciągu " "jednego dnia lub w ciągu kolejnych dni." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" "Rapid Photo Downloader, napisany przez fotografa dla profesjonalnych " "fotografów i amatorów, jest łatwy w konfiguracji i obsłudze. Preferencje " "programu są konfigurowane bez potrzeby skomplikowanych kodów. Typowe zadania " "można zautomatyzować, takie jak odmontowanie karty pamięci po zakończeniu " "pobierania." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "Okno główne" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "Zmiana nazwy" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "Photo Downloader" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" "zdjęcia;pobieranie;fotografia;importowanie;wideo;RAW;aparat;telefon;przetwarz" "anie;kopia zapasowa;pamięć;karta;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "Pobieraj zdjęcia i filmy z Rapid Photo Downloader" #, python-format #~ msgid "Example: %s" #~ msgstr "Przykład: %s" #~ msgid "_View" #~ msgstr "_Widok" #~ msgid "Download folder:" #~ msgstr "Katalog pobierania:" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Proszę wybrać katalog pobierania. Podkatalogi dla pobranych zdjęć zostaną w " #~ "nim automatycznie utworzone w oparciu o poniższą specyfikację." #~ msgid "Download Folder" #~ msgstr "Katalog pobierania" #~ msgid "Download Subfolders" #~ msgstr "Podkatalogi pobierania" #~ msgid "Example:" #~ msgstr "Przykład:" #~ msgid "Example" #~ msgstr "Przykład" #~ msgid " hh:mm" #~ msgstr " gg:mm" #~ msgid " " #~ msgstr " " #~ msgid ":" #~ msgstr ":" #~ msgid "Backup" #~ msgstr "Kopia zapasowa" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "Zgodność z innymi systemami operacyjnymi" #~ msgid "Backup" #~ msgstr "Kopia zapasowa" #~ msgid "Error Handling" #~ msgstr "Obsługa błędów" #~ msgid "Program Automation" #~ msgstr "Automatyzacja programu" #~ msgid "_Get Help Online..." #~ msgstr "Z_najdź pomoc w sieci..." #~ msgid "_Report a Problem..." #~ msgstr "Zgłoś _błąd w programie..." #~ msgid "_Make a Donation..." #~ msgstr "_Darowizna" #~ msgid "_Error Log" #~ msgstr "_Dziennik błędów" #~ msgid "Error Log" #~ msgstr "Dziennik błędów" #~ msgid "_Clear Completed Downloads" #~ msgstr "Wyczyść _ukończone pobierania" #~ msgid "Download Progress" #~ msgstr "Postęp pobierania" #~ msgid "Rename Options" #~ msgstr "Opcje zmiany nazw" #~ msgid "Size" #~ msgstr "Rozmiar" #~ msgid "Select a folder to download photos to" #~ msgstr "Wybór katalogu dla pobieranych zdjęć" #~ msgid "scanning..." #~ msgstr "wyszukiwanie..." #~ msgid "Rename Options" #~ msgstr "Opcje zmiany nazw" #~ msgid "New:" #~ msgstr "Nowa:" #~ msgid "Original:" #~ msgstr "Oryginalna:" #~ msgid "externaldrive1" #~ msgstr "dyskzewnętrzny1" #~ msgid "externaldrive2" #~ msgstr "dyskzewnętrzny2" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Pozostało około %i sekund" #~ msgid "About 1 second remaining" #~ msgstr "Pozostała około sekunda" #~ msgid "About 1 minute remaining" #~ msgstr "Pozostała około minuta" #~ msgid "Name + extension" #~ msgstr "Nazwa + rozszerzenie" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/media/dyskzewnętrzny/Photos" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "Preferencje: Rapid Photo Downloader" #~ msgid "Backup\t" #~ msgstr "Kopia zapasowa\t" #~ msgid "_Translate this Application..." #~ msgstr "_Przetłumacz ten program..." #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Źródło: %(source)s\n" #~ "Cel: %(destination)s" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Pozostało około %(minutes)i:%(seconds)02i minut" #~ msgid "Download / Pause" #~ msgstr "Pobierz / Wstrzymaj" #~ msgid "Backing up error" #~ msgstr "Błąd tworzenia kopii zapasowej" #~ msgid "Download cannot proceed" #~ msgstr "Pobieranie nie może się odbyć" #~ msgid "and" #~ msgstr "oraz" #~ msgid "Using backup devices" #~ msgstr "Użycie urządzeń do zapisu kopii zapasowej" #~ msgid "Using backup device" #~ msgstr "Użycie urządzenia do zapisu kopii zapasowej" #~ msgid "MB/s" #~ msgstr "MB/s" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "wyświetl informacje programu w linii komend podczas działania programu " #~ "(domyślnie: %default)" #~ msgid "only output errors to the command line" #~ msgstr "wyświetlaj jedynie błędy w linii komend" #, python-format #~ msgid "and %s" #~ msgstr "oraz %s" #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "Automatycznie wykryj przenośne magazyny danych" #~ msgid "" #~ "Specify the time in 24 hour format at which the Downloads today " #~ "sequence number should be reset." #~ msgstr "" #~ "Proszę określić czas, w formacie 24-godzinnym, w którym numer sekwencji " #~ "Pobierań dzisiaj powinien zostać zresetowany." #~ msgid "Sequence Numbers" #~ msgstr "Numery sekwencji" #~ msgid "Job Codes" #~ msgstr "Kody pracy" #~ msgid "Job Code:" #~ msgstr "Kod pracy:" #~ msgid "Job Codes" #~ msgstr "Kody pracy" #~ msgid "Prague" #~ msgstr "Praga" #~ msgid "Berlin" #~ msgstr "Berlin" #~ msgid "Paris" #~ msgstr "Paryż" #~ msgid "New York" #~ msgstr "Nowy Jork" #~ msgid "Helsinki" #~ msgstr "Helsinki" #~ msgid "Tehran" #~ msgstr "Teheran" #~ msgid "Stockholm" #~ msgstr "Sztokholm" #~ msgid "Rome" #~ msgstr "Rzym" #~ msgid "Moscow" #~ msgstr "Moskwa" #~ msgid "Budapest" #~ msgstr "Budapeszt" #~ msgid "Madrid" #~ msgstr "Madryt" #~ msgid "Warsaw" #~ msgstr "Warszawa" #~ msgid "Sydney" #~ msgstr "Sydney" #~ msgid "Jakarta" #~ msgstr "Dżakarta" #~ msgid "Delhi" #~ msgstr "Delhi" #~ msgid "Manila" #~ msgstr "Manila" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Kampala" #~ msgstr "Kampala" #~ msgid "_Remember this choice" #~ msgstr "Zapa_miętaj ten wybór" #~ msgid "Device Detected" #~ msgstr "Znalezione urządzenie" #~ msgid "Enter a Job Code" #~ msgstr "Wprowadzenie kodu pracy" #~ msgid "_Add..." #~ msgstr "_Dodaj..." #~ msgid "R_emove All" #~ msgstr "U_suń wszystko" #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "Synchronizuj numery sekwencji RAW + JPEG" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Źródło: %(source)s" #~ msgid "Should all Job Codes be removed?" #~ msgstr "Usunąć wszystkie kody pracy?" #~ msgid "Remove all Job Codes?" #~ msgstr "Usunąć wszystkie kody pracy?" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "Katalog docelowy nie mógł zostać utworzony: %(directory)s\n" #~ msgid "Photo backup folder name:" #~ msgstr "Nazwa katalogu z kopią zapasową zdjęć:" #~ msgid "Location:" #~ msgstr "Położenie:" #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "Importuj zdjęcia i wideo wydajnie i niezawodnie" #~ msgid "Photo Folders" #~ msgstr "Katalogi zdjęć" #, python-format #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "Wprowadzone preferencje podkatalogu %(filetype)s są nieprawidłowe i nie mogą " #~ "zostać użyte.\n" #~ "Zostaną przywrócone ich domyślne wartości." #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "Pobierać zdjęcia lub filmy z tego urządzenia lub partycji?" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "wypisz typy plików rozpoznawane przez program i zakończ" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "zresetuj wszystkie ustawienia oraz preferencje programu i zakończ" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "Tworzenie kopii zapasowej w %(path)s" #~ msgid "All settings and preferences have been reset" #~ msgstr "Wszystkie ustawienia oraz preferencje zostały zresetowane" #~ msgid "Photos:" #~ msgstr "Zdjęcia:" #~ msgid "Videos:" #~ msgstr "Filmy:" #~ msgid "Example: /home/user/Pictures" #~ msgstr "Przykład: /home/użytkownik/Obrazy" #~ msgid "Photo Rename" #~ msgstr "Zmiana nazw zdjęć" #~ msgid "Photo and Video Name Conflicts" #~ msgstr "Konflikty między nazwami zdjęć i filmów" #~ msgid "Photo Rename\t" #~ msgstr "Zmiana nazw zdjęć\t" #~ msgid "Photo Download Folders" #~ msgstr "" #~ "Katalogi pobierania zdjęć" #~ msgid "Video Download Folders" #~ msgstr "" #~ "Katalogi pobierania filmów" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Proszę wybrać katalog pobierania. Podkatalogi dla pobranych filmów zostaną w " #~ "nim automatycznie utworzone w oparciu o poniższą specyfikację." #~ msgid "Video Rename\t" #~ msgstr "Zmiana nazw filmów\t" #~ msgid "Automatically detect devices" #~ msgstr "Automatycznie wykryj urządzenia" #~ msgid "Devices" #~ msgstr "Urządzenia" #~ msgid "Video Folders" #~ msgstr "Katalogi filmów" #~ msgid "Photo Rename" #~ msgstr "Zmiana nazw zdjęć" #~ msgid "Error in Photo Rename preferences" #~ msgstr "Błąd w preferencjach zmiany nazw obrazów" #~ msgid "Video Rename" #~ msgstr "Zmiana nazw filmów" #~ msgid "Error in Video Rename preferences" #~ msgstr "Błąd w preferencjach zmiany nazw filmów" #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "" #~ "Ostrzeżenie: Metadane są niewystarczające do pełnego wygenerowania " #~ "podkatalogów. Proszę użyć innej opcji określenia nazw podkatalogów." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "" #~ "Ostrzeżenie: Metadane są niewystarczające do pełnego wygenerowania " #~ "nazwy. Proszę użyć innej opcji zmiany nazwy." #~ msgid "Unmount (\"eject\") device upon download completion" #~ msgstr "Odmontuj (\"wysuń\") urządzenie po ukończeniu pobierania" #~ msgid "" #~ "Specify whether photo, video and folder names should have any characters " #~ "removed that are not allowed by other operating systems." #~ msgstr "" #~ "Proszę określić czy znaki, które są niedozwolone przez inne systemy " #~ "operacyjne, powinny zostać usunięte z nazw obrazów i katalogów." #~ msgid "Video backup folder name:" #~ msgstr "Nazwa katalogu z kopią zapasową filmów:" #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "Błąd w preferencjach podkatalogów pobierania filmów" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "Błąd w preferencjach podkatalogów pobierania zdjęć" #~ msgid "Select a folder to download videos to" #~ msgstr "Wybór katalogu dla pobieranych filmów" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Wybór katalogu zawierającego %(file_types)s" #~ msgid "" #~ "Specify the folder in which backups are stored on the device. \n" #~ "\n" #~ "Note: this will also be used to determine whether or not the device is " #~ "used for backups. For each device you wish to use for backing up to, create " #~ "a folder in it with one of these names." #~ msgstr "" #~ "Proszę określić katalog dla tego urządzenia w którym przechowywana będzie " #~ "kopia zapasowa. \n" #~ "\n" #~ "Uwaga: zostanie to również wykorzystane do określenia czy urządzenie " #~ "będzie używane do tworzenia kopii zapasowych. Proszę utworzyć katalog o " #~ "podanej nazwie dla każdego urządzenia, które będzie używane do zapisu kopii " #~ "zapasowych." #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s z %(total)s plików typu %(filetypes)s" #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Błąd: %(inst)s" #~ msgid "Select All Wit_h Job Code" #~ msgstr "Zaznacz wszystkie z _kodem pracy" #~ msgid "_Select" #~ msgstr "_Zaznaczenie" #~ msgid "Select All Without _Job Code" #~ msgstr "Zaznacz wszystkie _bez kodu pracy" #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "" #~ "Proszę określić działanie w przypadku, gdy zdjęcie lub film o tej samej " #~ "nazwie został już pobrany." #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "Proszę wybrać, czy podczas tworzenia kopii zapasowej nadpisać czy pominąć " #~ "plik o tej samej nazwie na urządzeniu docelowym." #~ msgid "Photo has already been downloaded" #~ msgstr "Zdjęcie zostało już pobrane" #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "Zdjęcia z taką samą nazwą, ale zrobione w różnym czasie" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "" #~ "%(number)s z %(total)s plików typu %(filetypes)s (pozostało: %(remaining)s)" #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #~ msgid "display debugging information when run from the command line" #~ msgstr "" #~ "wyświetlanie informacji o błędach w przypadku uruchomienia z linii poleceń" #~ msgid "; " #~ msgstr "; " #~ msgid "." #~ msgstr "." #, python-format #~ msgid "Folder: %s" #~ msgstr "Katalog: %s" #, python-format #~ msgid "%(filetype)s already exists" #~ msgstr "%(filetype)s już istnieje" #, python-format #~ msgid "Error: %(errorno)s %(strerror)s" #~ msgstr "Błąd: %(errorno)s %(strerror)s" #~ msgid "The metadata might be corrupt." #~ msgstr "Metadane mogą być uszkodzone." #, python-format #~ msgid "%s, " #~ msgstr "%s, " #, python-format #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #, python-format #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #, python-format #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)s oraz %(volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)s oraz %(volume)s (%(inst)s)." #~ msgid "The following metadata is missing: " #~ msgstr "Brak następujących metadanych: " #~ msgid "Problems in subfolder and filename generation" #~ msgstr "Problemy przy tworzeniu podkatalogów i nazw plików" #, python-format #~ msgid "Problems in %s generation" #~ msgstr "Problemy w tworzeniu %s" #, python-format #~ msgid "Problem in %s generation" #~ msgstr "Problem w tworzeniu %s" #~ msgid "Problem in subfolder and filename generation" #~ msgstr "Problem w tworzeniu podkatalogu i nazwy pliku" #, python-format #~ msgid "" #~ "Photos detected with the same filenames, but taken at different times: " #~ "%(details)s" #~ msgstr "" #~ "Zdjęcia o tej samej nazwie pliku, ale zrobione w innym czasie: %(details)s" #, python-format #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)s oraz %(final_volume)s." #, python-format #~ msgid "%(missing_metadata_elements)s and %(final_missing_metadata_element)s." #~ msgstr "" #~ "%(missing_metadata_elements)s oraz %(final_missing_metadata_element)s." #, python-format #~ msgid "%(previousproblem)s, and %(backinguperror)s" #~ msgstr "%(previousproblem)s, oraz %(backinguperror)s" #, python-format #~ msgid "Path: %s" #~ msgstr "Ścieżka: %s" #~ msgid "Next File" #~ msgstr "Następny plik" #~ msgid "Previous File" #~ msgstr "Poprzedni plik" #~ msgid "Free space:" #~ msgstr "Wolne miejsce:" #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #~ msgid "Performance" #~ msgstr "Wydajność" #~ msgid "_File" #~ msgstr "_Plik" #~ msgid "_Help" #~ msgstr "Pomo_c" #~ msgid "_Uncheck All" #~ msgstr "_Odznacz wszystko" #~ msgid "_Check All" #~ msgstr "Zaznacz _wszystko" #~ msgid "_Download" #~ msgstr "Pobie_rz" #~ msgid "Generate thumbnails (slower)" #~ msgstr "Utwórz miniatury (wolniej)" #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "katalog pobierania %(file_type)s nie jest zapisywalny" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "katalog pobierania %(file_type)s jest nieprawidłowy" #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "katalog pobierania %(file_type)s nie istnieje" #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Plik: %(file)s" #, python-format #~ msgid "%(free)s free" #~ msgstr "%(free)s wolnego miejsca" #, python-format #~ msgid "" #~ "%(filetype)s could not be backed up because no suitable backup locations " #~ "were found." #~ msgstr "" #~ "Nie można utworzyć kopii zapasowej pliku %(filetype)s ponieważ nie udało się " #~ "znaleźć właściwego miejsca na kopię." #, python-format #~ msgid "%(filetype)s was already downloaded" #~ msgstr "Plik %(filetype)s już został pobrany" #, python-format #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "metadane pliku %(filetype)s nie mogą zostać odczytane" #, python-format #~ msgid "An error occurred when copying the %(filetype)s" #~ msgstr "Wystąpił błąd przy kopiowaniu %(filetype)s" #~ msgid "Errors occurred when backing up on the following backup devices: " #~ msgstr "" #~ "Wystąpiły błędy podczas tworzenia kopii zapasowej na następujących " #~ "nośnikach: " #, python-format #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "Wystąpił błąd podczas tworzenia kopii zapasowej na %(volume)s." #~ msgid "Backups already exist in these locations: " #~ msgstr "Kopia zapasowa już istnieje w następujących miejscach: " #, python-format #~ msgid "Backup already exists on %(volume)s." #~ msgstr "Kopia zapasowa już istnieje na %(volume)s." #~ msgid "there were errors backing up" #~ msgstr "wystąpiły błędy podczas tworzenia kopii zapasowej" #~ msgid "Multiple problems were encountered" #~ msgstr "Wystąpiło kilka problemów" #~ msgid "There were errors backing up" #~ msgstr "Wystąpiły błędy podczas tworzenia kopii zapasowej" #, python-format #~ msgid "%(previousproblem)s Additionally, %(newproblem)s" #~ msgstr "%(previousproblem)s Dodatkowo, %(newproblem)s" #~ msgid "there was an error backing up" #~ msgstr "wystąpił błąd podczas tworzenia kopii zapasowej" #~ msgid "There was an error backing up" #~ msgstr "Wystąpił błąd podczas tworzenia kopii zapasowej" #~ msgid "Failed to create download subfolder" #~ msgstr "Nie udało się utworzyć podkatalogu pobierania" #~ msgid "Miscellaneous" #~ msgstr "Różności" #, python-format #~ msgid "Error generating component %s." #~ msgstr "Błąd w generowaniu składowej %s." #, python-format #~ msgid "The existing %(filetype)s was last modified on %(date)s at %(time)s." #~ msgstr "" #~ "Istniejący plik %(filetype)s został ostatnio zmodyfikowany %(date)s o " #~ "%(time)s." #, python-format #~ msgid "" #~ "The existing %(filetype)s was last modified on %(date)s at %(time)s. Unique " #~ "identifier '%(identifier)s' added." #~ msgstr "" #~ "Istniejący plik %(filetype)s został ostatnio zmodyfikowany %(date)s o " #~ "%(time)s. Dodano unikalny identyfikator '%(identifier)s'." #, python-format #~ msgid "%(filetype)s %(area)s could not be generated" #~ msgstr "Nie można wygenerować %(filetype)s %(area)s" #, python-format #~ msgid "Date time value %s appears invalid." #~ msgstr "Wartość daty %s wydaje się nieprawidłowa." #, python-format #~ msgid "There is no data with which to name the %(filetype)s." #~ msgstr "Brak danych aby nazwać %(filetype)s." #~ msgid "" #~ "The filename, extension and Exif information indicate it has already been " #~ "downloaded." #~ msgstr "Nazwa pliku, rozszerzenie i informacje Exif zostały już pobrane." #~ msgid "Backups overwritten on these devices: " #~ msgstr "Kopia zapasowa nadpisana na nośnikach: " #, python-format #~ msgid "Backup overwritten on %(volume)s." #~ msgstr "Kopia zapasowa nadpisana na %(volume)s." #, python-format #~ msgid "%(filetype)s already exists, but it was backed up" #~ msgstr "%(filetype)s już istnieje, ale została utworzona kopia zapasowa" #, python-format #~ msgid " Furthermore, there were %(problems)s." #~ msgstr " Oprócz tego wystąpiły %(problems)s." #, python-format #~ msgid "An error occurred when backing up on %(volume)s: %(inst)s." #~ msgstr "" #~ "Wystąpił błąd podczas tworzenia kopii zapasowej na %(volume)s: %(inst)s." #, python-format #~ msgid " It was backed up to %(volume)s" #~ msgstr " Kopia zapasowa została utworzona na %(volume)s" #, python-format #~ msgid " Furthermore, there was a %(problem)s." #~ msgstr " Oprócz tego wystąpił %(problem)s." #~ msgid " It was backed up to these devices: " #~ msgstr " Kopia zapasowa została utworzona na nośnikach: " #, python-format #~ msgid "An error occurred when creating directories on %(volume)s: %(inst)s." #~ msgstr "Wystąpił błąd podczas tworzenia katalogów na %(volume)s: %(inst)s." #~ msgid "" #~ "Errors occurred when creating directories on the following backup devices: " #~ msgstr "" #~ "Wystąpił błąd podczas tworzenia katalogów na następujących nośnikach: " #~ msgid "_Include in download" #~ msgstr "Zaw_rzyj w pobieraniu" #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "Nie odmontowano %(device)s" #, python-format #~ msgid "An error occurred when copying the %(filetype)s, but it was backed up" #~ msgstr "" #~ "Wystąpił błąd podczas kopiowania %(filetype)s, ale została utworzona kopia " #~ "zapasowa" #~ msgid "" #~ "If you enable automatic detection of Portable Storage Devices, the entire " #~ "device will be scanned. On large devices, this could take some time.\n" #~ "\n" #~ "When this option is enabled, and a potential device is detected, you will be " #~ "prompted to determine if it should be scanned or not." #~ msgstr "" #~ "Jeżeli automatyczne wykrywanie przenośnych magazynów danych jest aktywne, " #~ "obrazy będą wyszukiwane na całym nośniku. W przypadku nośników o dużych " #~ "pojemnościach, może to chwilę potrwać.\n" #~ "\n" #~ "Jeżeli ta opcja jest zaznaczona, a potencjalne urządzenie zostanie wykryte, " #~ "pojawi się komunikat z pytaniem o przeprowadzenie skanowania." #~ msgid "" #~ "Devices are from where to download photos and videos, such as cameras, " #~ "memory cards or Portable Storage Devices.\n" #~ "\n" #~ "You can download from multiple devices simultaneously, or you can specify a " #~ "location on your hard drive.\n" #~ "\n" #~ "Downloading directly from cameras is currently an experimental feature. " #~ "If downloading directly from your camera works poorly or not at all, try " #~ "setting it to PTP mode. If that is not possible, a card reader must be " #~ "used." #~ msgstr "" #~ "Urządzenia z których można pobrać zdjęcia i filmy, takie jak aparaty " #~ "fotograficzne, karty pamięci czy przenośne magazyny danych.\n" #~ "\n" #~ "Pobieranie może następować z kilku urządzeń jednocześnie, lub z określonego " #~ "położenia na dysku.\n" #~ "\n" #~ "Pobieranie bezpośrednio z aparatu jest obecnie w fazie eksperymentalnej. " #~ "Jeśli pobieranie bezpośrednio z aparatu fotograficznego działa nieprawidłowo " #~ "lub wcale, proszę spróbować przestawić go do trybu PTP. Jeśli nie jest to " #~ "możliwe, zalecane jest użycie czytnika kart pamięci." #~ msgid "Device Options" #~ msgstr "Opcje urządzenia" #~ msgid "Device Options" #~ msgstr "Opcje urządzenia" #~ msgid "" #~ "If you disable automatic detection, choose the exact location of the photos " #~ "and videos." #~ msgstr "" #~ "W przypadku wyłączenia wykrywania automatycznego, proszę wybrać dokładne " #~ "położenie zdjęć i filmów." #~ msgid "Invalid regular expression" #~ msgstr "Nieprawidłowe wyrażenie regularne" #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "Tworzenie kopii zapasowej zdjęć w %(path)s a filmów w %(path2)s" #, python-format #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "Tworzenie kopii zapasowej zdjęć i filmów w %(path)s" #~ msgid "Remembered Paths" #~ msgstr "Ścieżki pamiętane" #, python-format #~ msgid "" #~ "The following regular expressions are invalid, and will be removed unless " #~ "you correct them:\n" #~ " %s" #~ msgstr "" #~ "Następujące wyrażenia regularne są niepoprawne, i zostaną usunięte, jeśli " #~ "nie będą poprawione:\n" #~ " %s" #, python-format #~ msgid "" #~ "This regular expression is invalid, and will be removed unless you correct " #~ "it:\n" #~ " %s" #~ msgstr "" #~ "To wyrażenie regularne są niepoprawne, i zostanie usunięte, jeśli nie będzie " #~ "poprawione:\n" #~ " %s" #~ msgid "Select a folder in which to backup photos" #~ msgstr "Proszę wybrać katalog dla tworzenia kopii zapasowej zdjęć" #~ msgid "Remove all Remembered Paths?" #~ msgstr "Usunąć wszystkie Ścieżki pamiętane?" #~ msgid "Select a folder in which to backup videos" #~ msgstr "Proszę wybrać katalog dla tworzenia kopii zapasowej filmów" #~ msgid "Remove all Ignored Paths?" #~ msgstr "Usunąć wszystkie Ścieżki ignorowane?" #~ msgid "Should all ignored paths be removed?" #~ msgstr "Czy wszystkie ignorowane ścieżki powinny zostać usunięte?" #~ msgid "Should all remembered paths be removed?" #~ msgstr "Czy wszystkie zapamiętane ścieżki powinny zostać usunięte?" #~ msgid "" #~ "Remembered paths are those associated with devices that you have chosen to " #~ "always scan or ignore when automatic detection of Portable Storage Devices " #~ "is enabled." #~ msgstr "" #~ "Zapamiętane ścieżki to te przypisane do urządzeń, które zostały wybrane do " #~ "ignorowania lub sprawdzania zawsze, kiedy Automatyczne wykrywanie " #~ "przenośnych magazynów danych jest aktywne." #~ msgid "Re_move All" #~ msgstr "U_suń wszystkie" #~ msgid "Use _python-style regular expressions" #~ msgstr "Używaj wyrażeń regularnych w stylu _python" #~ msgid "" #~ "Specify the ending portion of any paths you want ignored when scanning " #~ "devices for photos or videos. Any path ending with the values below will not " #~ "be scanned." #~ msgstr "" #~ "Proszę określić końcowy fragment dowolnej ścieżki, która ma być ignorowana " #~ "podczas skanowania urządzeń. Każda ścieżka mająca na końcu poniższe wartości " #~ "nie będzie skanowana." #~ msgid "Copy" #~ msgstr "Skopiuj" #~ msgid "Move" #~ msgstr "Przenieś" #~ msgid "From" #~ msgstr "Źródło" #~ msgid "Auto Detect" #~ msgstr "Wykrywanie automatyczne" #~ msgid "To" #~ msgstr "Cel" #~ msgid "Automatically rotate JPEG images" #~ msgstr "Automatycznie obracaj obrazy JPEG" #~ msgid "" #~ "Sorry, video downloading functionality disabled. To download videos, please " #~ "install either the hachoir metadata and kaa metadata packages " #~ "for python, or exiftool." #~ msgstr "" #~ "Przepraszamy, pobieranie filmów jest wyłączone. Aby pobierać filmy, należy " #~ "zainstalować pakiety dla pythona hachoir metadata oraz kaa " #~ "metadata, lub exiftool." #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "Naprawdę pobierać z tego miejsca? W niektórych systemach, skanowanie tego " #~ "położenia może potrwać bardzo długo." #~ msgid "the root of the file system" #~ msgstr "katalog główny systemu plików" #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "Pobieranie z %(location)s." #, python-format #~ msgid "scanning (found %(photos)s photos and %(videos)s videos)..." #~ msgstr "" #~ "wyszukiwanie (znalezionych zdjęć: %(photos)s znalezionych filmów: " #~ "%(videos)s)..." #~ msgid "" #~ "manually specify the PATH of the device from which to download, overwriting " #~ "existing program preferences" #~ msgstr "" #~ "ręcznie określ ścieżkę dostępu do urządzenia z którego ma nastąpić " #~ "pobieranie, nadpisując istniejące ustawienia programu" #~ msgid "" #~ "automatically detect devices from which to download, overwriting existing " #~ "program preferences" #~ msgstr "" #~ "automatyczne wykrywaj urządzenia z których ma nastąpić pobieranie, " #~ "nadpisując istniejące ustawienia programu" #~ msgid "" #~ "Error: specify device auto-detection or manually specify a device's path " #~ "from which to download, but do not do both." #~ msgstr "" #~ "Błąd: określ automatyczne wykrywanie urządzeń lub określ ścieżkę dostępu do " #~ "urządzenia z którego ma nastąpić pobieranie, ale nie obydwie rzeczy " #~ "jednocześnie." #~ msgid "Help" #~ msgstr "Pomoc" #~ msgid "Check All Photos" #~ msgstr "Zaznacz wszystkie zdjęcia" #~ msgid "Check All Videos" #~ msgstr "Zaznacz wszystkie filmy" #~ msgid "About..." #~ msgstr "O programie..." #~ msgid "Quit" #~ msgstr "Zakończ" #~ msgid "Refresh" #~ msgstr "Odśwież" #, python-format #~ msgid "No backup device contains a valid folder for backing up %(filetype)s" #~ msgstr "" #~ "Żadne urządzenie do zapisu kopii zapasowej nie zawiera katalogu do " #~ "utworzenia kopii %(filetype)s" #, python-format #~ msgid "Backup of %(file_type)s already exists" #~ msgstr "Kopia zapasowa %(file_type)s już istnieje" #, python-format #~ msgid "Backup %(file_type)s overwritten" #~ msgstr "Nadpisano kopię zapasową %(file_type)s" #, python-format #~ msgid "%(file_type)s not backed up" #~ msgstr "%(file_type)s nie ma kopii zapasowej" #, python-format #~ msgid "The %(filetype)s did not download correctly" #~ msgstr "Niepoprawne pobranie %(filetype)s" #~ msgid "An unknown error occurred" #~ msgstr "Wystąpił nieznany błąd" #~ msgid "Verify files as they are downloaded" #~ msgstr "Weryfikuj pliki podczas pobierania" #~ msgid "" #~ "File verification failed. The downloaded version is different from the " #~ "original." #~ msgstr "Nieudana weryfikacja plików. Pobrana wersja różni się od oryginału." #, python-format #~ msgid "" #~ "File verification failed on %(volume)s. The backed up version is different " #~ "from the downloaded version." #~ msgstr "" #~ "Nieudana weryfikacja plików na %(volume)s. Kopia zapasowa różni się od " #~ "wersji pobranej." #~ msgid "File verification failed on these devices: " #~ msgstr "Nieudana weryfikacja plików na tych urządzeniach: " ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/po/pt.po0000644000175000017500000051646400000000000016570 0ustar00damondamon# Portuguese translation for rapid # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2010. # #: ../raphodo/jobcodepanel.py:137 msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2022-02-27 16:56-0500\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:406 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:642 ../install.py:4330 msgid "Installer not found:" msgstr "" #. Translators: do not translate the term tar.gz #: ../install.py:646 ../install.py:4334 msgid "Installer not in tar.gz format:" msgstr "" #: ../install.py:728 ../install.py:757 ../install.py:4210 ../install.py:4215 msgid "Exiting..." msgstr "" #: ../install.py:979 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:1065 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:1357 ../install.py:4290 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:1467 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" #: ../install.py:1610 msgid "The following command will be run:" msgstr "" #. Translators: do not translate the term sudo #: ../install.py:1614 ../install.py:3834 ../install.py:3841 msgid "sudo may prompt you for the sudo password." msgstr "" #: ../install.py:1618 msgid "Would you like to run the command now?" msgstr "" #: ../install.py:1620 msgid "Answer is not yes, exiting." msgstr "" #: ../install.py:1631 ../install.py:2259 ../install.py:2318 ../install.py:2793 msgid "Command failed" msgstr "" #: ../install.py:1633 ../install.py:2260 ../install.py:2319 ../install.py:2794 msgid "Exiting" msgstr "" #: ../install.py:1661 msgid "The Universe repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1701 msgid "The EPEL repository must be enabled." msgstr "" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1749 msgid "The RPM Fusion Free repository must be enabled." msgstr "" #: ../install.py:1790 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "" #: ../install.py:2237 ../install.py:2267 ../install.py:2299 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" #: ../install.py:2252 msgid "Uninstalling system package" msgstr "" #: ../install.py:2277 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:2324 msgid "Checking if previous version installed with pip..." msgstr "" #: ../install.py:2477 ../install.py:2534 ../install.py:2650 msgid "The following package is unknown on your system: {}\n" msgstr "" #: ../install.py:2548 ../install.py:2706 ../install.py:2803 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" #: ../install.py:2642 ../install.py:2663 msgid "Querying installed and available packages (this may take a while)" msgstr "" #: ../install.py:2785 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" #: ../install.py:2852 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2862 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" #: ../install.py:2873 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2923 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:2931 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" #: ../install.py:2937 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2942 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2950 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" #: ../install.py:2958 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:2982 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:3000 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:3011 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:3048 msgid "Failed to download versions file." msgstr "Falha ao criar subpasta descarga." #: ../install.py:3053 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:3170 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:3324 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:3330 msgid "Received error code" msgstr "" #: ../install.py:3332 msgid "Failed to install application requirements: exiting." msgstr "" #: ../install.py:3334 msgid "Failed to install application: exiting..." msgstr "" #: ../install.py:3658 msgid "Installing application requirements..." msgstr "" #: ../install.py:3693 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #: ../install.py:3710 msgid "Installing application..." msgstr "" #: ../install.py:3797 msgid "Do you want Rapid Photo Downloader to appear in the Windows menu?" msgstr "" #: ../install.py:3803 #, fuzzy msgid "Adding Rapid Photo Downloader to the Windows menu" msgstr "Transferidor Rápido de Foto" #: ../install.py:3813 msgid "Failed to copy application launcher." msgstr "" #: ../install.py:3824 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:3829 msgid "Do you want to install the application's man pages?" msgstr "" #: ../install.py:3830 msgid "They will be installed into {}" msgstr "" #: ../install.py:3832 ../install.py:3839 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" #: ../install.py:3835 msgid "Do want to install the man pages?" msgstr "" #: ../install.py:3837 msgid "Installing man pages into {}" msgstr "" #: ../install.py:3855 msgid "Failed to create man page directory: exiting." msgstr "" #: ../install.py:3876 msgid "Failed to copy man page." msgstr "" #: ../install.py:3915 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:3928 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:3934 msgid "" "You may have to restart WSL to be able to run the program from the command " "line." msgstr "" #: ../install.py:3944 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line." msgstr "" #: ../install.py:3949 #, 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:3971 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:3973 msgid "Done." msgstr "" #: ../install.py:3987 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:4043 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #. Translators: do not translate the terms --PyQt5-version or --use-system-PyQt5 #: ../install.py:4055 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:4067 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:4081 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:4097 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:4111 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:4124 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:4134 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:4139 ../install.py:4153 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:4172 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:4180 msgid "Restarting script using system python..." msgstr "" #: ../install.py:4193 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:4231 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:4263 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:4275 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:4324 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:647 ../raphodo/ui/viewutils.py:679 #: ../raphodo/ui/viewutils.py:699 msgid "&Cancel" msgstr "" #: ../upgrade.py:651 msgid "&Upgrade" msgstr "" #: ../upgrade.py:656 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" #: ../upgrade.py:659 msgid "Click the Upgrade button to start the upgrade." msgstr "" #: ../upgrade.py:662 ../upgrade.py:668 ../raphodo/ui/viewutils.py:678 #: ../raphodo/ui/viewutils.py:698 msgid "&Close" msgstr "" #: ../upgrade.py:663 msgid "&Run" msgstr "" #: ../upgrade.py:693 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" #: ../upgrade.py:696 msgid "Upgrade running..." msgstr "" #: ../upgrade.py:732 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:737 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:741 msgid "Upgrade failed. Click Close to exit." msgstr "" #: ../upgrade.py:11320 #, python-format msgid "Upgrading %s..." msgstr "" #: ../upgrade.py:11322 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:11335 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:11337 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/ui/aboutdialog.py:334 msgid "Credits" msgstr "" #: ../raphodo/ui/aboutdialog.py:339 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:280 msgid "Backups are not configured" msgstr "" #: ../raphodo/ui/backuppanel.py:282 msgid "No backup devices detected" msgstr "Nenhum dispositivo de backup detectado" #: ../raphodo/ui/backuppanel.py:285 msgid "Valid backup locations not yet specified" msgstr "" #: ../raphodo/ui/backuppanel.py:465 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Ao descarregar fotografias e vídeos, há a possibilidade de que seja feita " "uma cópia de segurança em vários locais diferentes, como, por exemplo, em " "discos rígidos externos." #: ../raphodo/ui/backuppanel.py:473 msgid "Back up photos and videos when downloading" msgstr "Fazer backup de fotografias e vídeos ao transferir" #: ../raphodo/ui/backuppanel.py:479 msgid "Automatically detect backup devices" msgstr "Detectar automaticamente dispositivos de backup" #: ../raphodo/ui/backuppanel.py:485 msgid "" "Specify the folder in which backups are stored on the device." "

      Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" #: ../raphodo/ui/backuppanel.py:500 msgid "Photo folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:505 msgid "Video folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:510 ../raphodo/ui/nameeditor.py:1000 #: ../raphodo/ui/renamepanel.py:141 msgid "Example:" msgstr "" #: ../raphodo/ui/backuppanel.py:521 msgid "If you disable automatic detection, choose the exact backup locations." msgstr "" "Se desactivar a detecção automática, seleccione o caminho exacto do local do " "backup." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:532 msgid "Photo backup location:" msgstr "Local do backup de fotografias:" #: ../raphodo/ui/backuppanel.py:542 msgid "Select Photo Backup Location" msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:554 msgid "Video backup location:" msgstr "Local do backup de Vídeos:" #: ../raphodo/ui/backuppanel.py:560 msgid "Select Video Backup Location" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:676 msgid "drive1" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:679 msgid "drive2" msgstr "" #: ../raphodo/ui/backuppanel.py:746 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/ui/backuppanel.py:751 msgid "Backup Options" msgstr "" #: ../raphodo/copyfiles.py:609 msgid "video THM" msgstr "" #: ../raphodo/copyfiles.py:619 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:104 ../raphodo/ui/devicedisplay.py:1408 #: ../raphodo/rpdfile.py:310 #, 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:112 ../raphodo/ui/devicedisplay.py:1414 #: ../raphodo/rpdfile.py:298 #, python-format msgid "%(no_videos)s Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:123 msgid "Used" msgstr "" #: ../raphodo/ui/destinationdisplay.py:124 msgid "Excess" msgstr "" #: ../raphodo/ui/destinationdisplay.py:133 ../raphodo/ui/devicedisplay.py:1440 msgid "Device size unknown" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:146 #, python-format msgid "No space free on %(size_total)s device" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:156 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/ui/destinationdisplay.py:230 ../raphodo/ui/destinationpanel.py:74 #: ../raphodo/ui/devicedisplay.py:625 ../raphodo/rapid.py:2640 #: ../raphodo/rapid.py:7587 ../raphodo/rpdfile.py:960 msgid "Photos" msgstr "" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:231 ../raphodo/ui/destinationpanel.py:78 #: ../raphodo/ui/devicedisplay.py:626 ../raphodo/rapid.py:2641 #: ../raphodo/rapid.py:7587 ../raphodo/rpdfile.py:988 #: ../raphodo/storage/storage.py:602 msgid "Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:232 msgid "Projected storage use after download" msgstr "" #. Translators: Custom refers to the user choosing a non-default value that #. they customize themselves #: ../raphodo/ui/destinationdisplay.py:355 ../raphodo/ui/nameeditor.py:587 msgid "Custom..." msgstr "" #: ../raphodo/ui/destinationdisplay.py:774 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/ui/destinationdisplay.py:776 msgid "Configure video subfolder creation" msgstr "" #: ../raphodo/ui/destinationpanel.py:90 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:113 ../raphodo/ui/destinationpanel.py:125 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1294 msgid "Probing device..." msgstr "" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Temporarily ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1313 msgid "Permanently ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1316 msgid "Rescan" msgstr "" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1437 #, python-format msgid "%s full" msgstr "" #: ../raphodo/ui/devicedisplay.py:1457 msgid "Other" msgstr "" #: ../raphodo/devices.py:603 ../raphodo/devices.py:604 msgid "Cameras" msgstr "" #: ../raphodo/devices.py:605 ../raphodo/devices.py:1256 #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 ../raphodo/rapid.py:2489 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:1006 #, 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:1073 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1229 ../raphodo/rapid.py:2212 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:1280 ../raphodo/devices.py:1300 #, 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:1318 #, 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:1326 #, python-format msgid "%(no_devices)s Devices" msgstr "" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1652 #, python-format msgid "%s + %s" msgstr "" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "\n" "In case of any problems, a red icon will appear at the bottom of the window " "indicating \n" "how many error reports there are. Clicking on it opens the Error Report " "window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 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." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "\n" "

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

      \n" "

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

      " msgstr "" #: ../raphodo/ui/didyouknow.py:133 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:140 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:147 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:154 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 \n" "metadata (where available) or according to the filesystem (as a fallback).\n" "
      2. Checked State: whether the file is marked for download.
      3. \n" "
      4. Filename: the full filename, including extension.
      5. \n" "
      6. Extension: the filename's extension. You can use this to group " "jpeg and \n" "raw images, for instance.
      7. \n" "
      8. File Type: photo or video.
      9. \n" "
      10. Device: name of the device the photos and videos are being " "downloaded \n" "from.
      11. \n" "
      " msgstr "" #: ../raphodo/ui/didyouknow.py:172 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" #: ../raphodo/ui/didyouknow.py:178 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:185 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 \n" "illustration below, the destination folders are "Pictures" and \n" ""Videos". The name of the destination folder is displayed in the " "grey bar \n" "directly above the folder tree, with a folder icon to its left and a gear " "icon to \n" "its far right.
      2. \n" "
      3. The download subfolders, which are directories that will be " "automatically \n" "generated by Rapid Photo Downloader. They need not already exist on your " "computer, but \n" "it's okay if they do. They will be generated under the destination folder.\n" "
      " msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a \n" "different destination folder for each. The same applies to the download " "subfolders for \n" "photos and videos—download photos and videos to the same subfolders, " "or use a \n" "different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:211 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:220 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to \n" "download:\n" "
        \n" "
      1. The destination folder tree shows the download subfolders already on " "your computer \n" "(those in a regular, non-italicized font), and the subfolders that will be " "created \n" "during the download (those whose names are italicized).
      2. \n" "
      3. The folder tree also shows into which subfolders the files will be " "downloaded \n" "(those colored black).
      4. \n" "
      " msgstr "" #: ../raphodo/ui/didyouknow.py:235 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following \n" "elements:\n" "
        \n" "
      1. File metadata, very often including the date the photo or video " "was created, \n" "but might also include the camera model name, camera serial number, or file " "extension \n" "e.g. JPG or CR2.
      2. \n" "
      3. A Job Code, which is free text you specify at the time the " "download occurs, \n" "such as the 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 \n" "format makes it easy to keep them sorted in a file manager, which is why " "it's the \n" "default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:254 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 \n" "preset. Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:261 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to \n" "configure your own scheme. You create your own schemes using the Photo or " "Video \n" "Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:270 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:276 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:282 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 \n" "and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:291 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 \n" "choices to generate new combinations. Supposing you wanted a date format " "that combines \n" "year (YYYY), a hyphen, and month (MM) to form YYYY-MM. You can create it " "like this \n" "(note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:300 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names \n" "in the \n" "online \n" "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:309 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. \n" "You can use them in subfolder and file names. In this illustration, some " "files have had \n" "the Job Code "Street" applied to them, and the selected files are " "about to \n" "get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:317 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 \n" "prompted to enter a Job Code for them before the download begins." msgstr "" #: ../raphodo/ui/didyouknow.py:324 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:327 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:333 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!" msgstr "" #: ../raphodo/ui/didyouknow.py:340 msgid "" "\n" "

      Four types of sequence values are available to help you assign unique " "names to your \n" "photos and 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 \n" "last time the 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 \n" "documentation.

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

      The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature \n" "on your 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 \n" "are detected, the same sequence numbers will be applied to both photo names. " "F\n" "urthermore, sequences will be updated as if the photos were one.

      \n" "

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

      \n" msgstr "" #: ../raphodo/ui/didyouknow.py:378 #, fuzzy msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are \n" "downloaded, such as external hard drives or network shares. Backup devices " "can be \n" "automatically detected, or exact backup locations specified." msgstr "" "Ao descarregar fotografias e vídeos, há a possibilidade de que seja feita " "uma cópia de segurança em vários locais diferentes, como, por exemplo, em " "discos rígidos externos." #: ../raphodo/ui/didyouknow.py:385 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:391 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including \n" "download sources, destinations, and backups. Additionally, settings can be " "reset to \n" "their default state, and caches and remembered files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:396 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:401 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 \n" "your cameras, memory cards, and other devices.
      2. \n" "
      3. A temporary cache of files downloaded from a camera, one for " "photos and \n" "another for videos. They are located in temporary subfolders in the " "download \n" "destination.
      4. \n" "
      5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores \n" "thumbnails of RAW and TIFF photos once they have been downloaded. File " "browsers like \n" "Gnome Files use this cache as well, meaning they too will display thumbnails " "for those \n" "files. \n" "
      6. \n" "
      \n" "Read more about these caches and their effect on download performance in the " "online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:459 msgid "Tip of the Day" msgstr "" #: ../raphodo/ui/didyouknow.py:467 msgid "Did you know...?" msgstr "" #: ../raphodo/ui/didyouknow.py:498 msgid "Show tips on startup" msgstr "" #: ../raphodo/ui/didyouknow.py:502 msgid "&Next" msgstr "" #: ../raphodo/ui/didyouknow.py:503 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:454 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:584 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:643 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:645 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:650 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:652 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:657 ../raphodo/downloadtracker.py:839 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:659 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:664 ../raphodo/downloadtracker.py:869 #: ../raphodo/downloadtracker.py:877 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:666 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:845 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:847 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:850 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:852 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:884 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:886 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:889 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:891 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:918 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:920 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:923 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:925 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:80 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:150 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:187 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:206 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:211 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:213 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:214 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:215 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:216 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:217 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:218 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:229 ../raphodo/errorlog.py:371 #, 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:234 #, fuzzy, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "%(number)s de %(total)s %(filetypes)s" #: ../raphodo/errorlog.py:256 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:357 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:516 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:567 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:50 #, python-brace-format msgid "" "Please report the problem at {website}.

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

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

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

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

      Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:88 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:182 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:186 #, fuzzy msgid "A problem occurred in Rapid Photo Downloader" msgstr "Definições: Rapid Photo Downloader" #: ../raphodo/excepthook.py:189 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:216 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:218 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:173 ../raphodo/thumbnaildisplay.py:2251 msgid "Open in File Browser..." msgstr "" #. type: Optional[QModelIndex] #: ../raphodo/ui/filebrowse.py:179 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:183 #, fuzzy msgid "Show System Folders" msgstr "Pastas de Fotografias" #: ../raphodo/foldercombo.py:140 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:181 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:272 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:206 msgid "Date time" msgstr "Data e hora" #: ../raphodo/generatenameconfig.py:207 msgid "Text" msgstr "Texto" #: ../raphodo/generatenameconfig.py:208 ../raphodo/rapid.py:2607 msgid "Filename" msgstr "Nome do ficheiro" #: ../raphodo/generatenameconfig.py:209 #: ../raphodo/prefs/preferencedialog.py:994 msgid "Metadata" msgstr "Detalhes" #: ../raphodo/generatenameconfig.py:210 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:213 msgid "Job code" msgstr "Etiqueta" #: ../raphodo/generatenameconfig.py:214 msgid "Image date" msgstr "Imagem de dados" #: ../raphodo/generatenameconfig.py:215 msgid "Video date" msgstr "Dados de vídeo" #: ../raphodo/generatenameconfig.py:216 msgid "Today" msgstr "Hoje" #: ../raphodo/generatenameconfig.py:217 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:220 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:223 msgid "Name" msgstr "Nome" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 ../raphodo/rapid.py:2608 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:229 msgid "Image number" msgstr "Número da imagem" #: ../raphodo/generatenameconfig.py:230 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:233 msgid "Aperture" msgstr "Abertura" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 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:242 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:245 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:248 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:251 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:254 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:257 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:260 msgid "Shutter count" msgstr "Contagem de Disparos" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:262 msgid "File number" msgstr "Número de ficheiro" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:264 msgid "Folder only" msgstr "Apenas pasta" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:266 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:269 msgid "Owner name" msgstr "Nome do proprietário" #: ../raphodo/generatenameconfig.py:270 msgid "Codec" msgstr "Codec" #: ../raphodo/generatenameconfig.py:271 msgid "Width" msgstr "Largura" #: ../raphodo/generatenameconfig.py:272 msgid "Height" msgstr "Altura" #: ../raphodo/generatenameconfig.py:273 msgid "Length" msgstr "Duração" #: ../raphodo/generatenameconfig.py:274 msgid "Frames Per Second" msgstr "Quadros por Segundo" #: ../raphodo/generatenameconfig.py:275 msgid "Artist" msgstr "Artista" #: ../raphodo/generatenameconfig.py:276 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:279 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:282 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:285 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:288 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:291 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:294 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:297 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:300 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:303 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:306 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:309 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:312 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:315 msgid "lowercase" msgstr "minúsculas" #: ../raphodo/generatenameconfig.py:316 msgid "One digit" msgstr "Um dígito" #: ../raphodo/generatenameconfig.py:317 msgid "Two digits" msgstr "Dois dígitos" #: ../raphodo/generatenameconfig.py:318 msgid "Three digits" msgstr "Três dígitos" #: ../raphodo/generatenameconfig.py:319 msgid "Four digits" msgstr "Quatro dígitos" #: ../raphodo/generatenameconfig.py:320 msgid "Five digits" msgstr "Cinco dígitos" #: ../raphodo/generatenameconfig.py:321 msgid "Six digits" msgstr "Seis dígitos" #: ../raphodo/generatenameconfig.py:322 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:325 msgid "Subseconds" msgstr "Subsegundos" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 ../raphodo/generatenameconfig.py:415 msgid "YYYYMMDD" msgstr "AAAAMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:416 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:334 ../raphodo/generatenameconfig.py:417 msgid "YYYY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 msgid "YYMMDD" msgstr "AAMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 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:343 msgid "YY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "MMDDYYYY" msgstr "MMDDAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYY" msgstr "MMDDAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "DDMMYYYY" msgstr "DDMMAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYY" msgstr "DDMMAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 ../raphodo/generatenameconfig.py:415 #: ../raphodo/generatenameconfig.py:416 ../raphodo/generatenameconfig.py:417 #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:419 msgid "YYYY" msgstr "AAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 msgid "YY" msgstr "AA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 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:376 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:379 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 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:394 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:397 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 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:403 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:415 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:416 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:417 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:512 #: ../raphodo/generatenameconfig.py:699 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:418 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:419 ../raphodo/jobcodepanel.py:279 #: ../raphodo/ui/nameeditor.py:926 ../raphodo/rapid.py:2260 #: ../raphodo/ui/renamepanel.py:93 ../raphodo/ui/renamepanel.py:275 msgid "Job Code" msgstr "Código de Tarefa" #: ../raphodo/generatenameconfig.py:507 ../raphodo/generatenameconfig.py:694 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:510 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:510 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:699 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:700 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:700 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/jobcodepanel.py:90 msgid "Enter a new Job Code, or select a previous one" msgstr "Defina um novo Código de Tarefa or seleccione um já existente" #: ../raphodo/jobcodepanel.py:98 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:108 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:121 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:123 msgid "Enter a new Job Code" msgstr "Introduza um novo Código de Tarefa" #: ../raphodo/jobcodepanel.py:131 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/jobcodepanel.py:144 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:148 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:186 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:190 #, fuzzy msgid "&Remember this Job Code" msgstr "_Recordar esta escolha" #: ../raphodo/jobcodepanel.py:251 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:255 msgid "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:259 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:264 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:269 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:278 msgid "Last Used" msgstr "" #: ../raphodo/jobcodepanel.py:283 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:286 ../raphodo/rapid.py:2615 msgid "Ascending" msgstr "" #: ../raphodo/jobcodepanel.py:287 ../raphodo/rapid.py:2616 msgid "Descending" msgstr "" #: ../raphodo/jobcodepanel.py:297 msgid "&New..." msgstr "" #: ../raphodo/jobcodepanel.py:301 msgid "&Apply" msgstr "" #: ../raphodo/jobcodepanel.py:305 msgid "&Remove" msgstr "" #: ../raphodo/jobcodepanel.py:309 ../raphodo/prefs/preferencedialog.py:288 #: ../raphodo/prefs/preferencedialog.py:324 #: ../raphodo/prefs/preferencedialog.py:781 msgid "Remove All" msgstr "" #: ../raphodo/jobcodepanel.py:512 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:515 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:578 msgid "Job Codes" msgstr "Códigos de Tarefa" #: ../raphodo/ui/messagewidget.py:67 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:478 ../raphodo/ui/nameeditor.py:498 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:583 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:584 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:630 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:647 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:650 ../raphodo/ui/nameeditor.py:1558 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:743 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:751 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:884 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:892 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:900 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:907 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:936 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:954 #, python-format msgid "The character
      %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:964 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:972 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:999 ../raphodo/ui/renamepanel.py:139 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1082 ../raphodo/ui/nameeditor.py:1105 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1134 ../raphodo/prefs/preferencedialog.py:1083 #: ../raphodo/wsl.py:648 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1161 msgid "Insert" msgstr "" #: ../raphodo/ui/nameeditor.py:1523 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1527 msgid "" "Do you want to save the changes in a new custom preset?

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

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

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

      The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1562 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:326 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:327 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:328 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:331 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:334 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:336 #, 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:366 ../raphodo/newversion.py:385 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:388 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:412 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:531 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:553 msgid "Downloading..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:134 msgid "Preferences" msgstr "Definições" #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 msgid "Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Thumbnails" msgstr "Miniaturas" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:160 #: ../raphodo/prefs/preferencedialog.py:183 #: ../raphodo/prefs/preferencedialog.py:585 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:184 #: ../raphodo/prefs/preferencedialog.py:649 msgid "Error Handling" msgstr "Gestão de Erros" #: ../raphodo/prefs/preferencedialog.py:162 #: ../raphodo/prefs/preferencedialog.py:185 msgid "Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:163 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:164 #: ../raphodo/prefs/preferencedialog.py:186 msgid "Miscellaneous" msgstr "Vários" #: ../raphodo/prefs/preferencedialog.py:221 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:225 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:231 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:233 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:240 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:244 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 #: ../raphodo/prefs/preferencedialog.py:310 msgid "Add..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:252 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 #: ../raphodo/prefs/preferencedialog.py:286 #: ../raphodo/prefs/preferencedialog.py:317 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove" msgstr "" #: ../raphodo/prefs/preferencedialog.py:259 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:278 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:279 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:283 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:290 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:304 msgid "Ignored Paths" msgstr "Caminhos Ignorados" #: ../raphodo/prefs/preferencedialog.py:306 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:313 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:320 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:327 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as well. #: ../raphodo/prefs/preferencedialog.py:338 #, fuzzy, python-brace-format msgid "Use python-style regular expressions" msgstr "Usar expressões regulares no estilo _python" #: ../raphodo/prefs/preferencedialog.py:345 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:387 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:400 #: ../raphodo/prefs/preferencedialog.py:505 #: ../raphodo/prefs/preferencedialog.py:553 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:408 #: ../raphodo/prefs/preferencedialog.py:575 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:416 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:417 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place the #. carriage return where you think it makes sense so that the tool tip does not #. stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:422 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading at program startup" msgstr "Iniciar a transferência após o início do programa" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Start downloading upon device insertion" msgstr "Iniciar a transferência ao conectar o dispositivo" #: ../raphodo/prefs/preferencedialog.py:430 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program when download completes" msgstr "Sair do programa quando a transferência terminar" #: ../raphodo/prefs/preferencedialog.py:433 msgid "Exit program even if download had warnings or errors" msgstr "Sair do programa mesmo que o download tivesse avisos ou erros" #: ../raphodo/prefs/preferencedialog.py:465 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:470 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:473 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:477 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:480 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:489 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:490 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:530 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:536 msgid "days" msgstr "" #: ../raphodo/prefs/preferencedialog.py:537 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:550 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:559 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:562 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:588 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:598 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:601 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:615 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:629 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Skip download" msgstr "Ignorar transferência" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:656 msgid "Add unique identifier" msgstr "Adicionar um identificador único" #: ../raphodo/prefs/preferencedialog.py:659 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Overwrite" msgstr "Sobrescrever" #: ../raphodo/prefs/preferencedialog.py:668 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Skip" msgstr "Ignorar" #: ../raphodo/prefs/preferencedialog.py:671 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:678 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:690 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:701 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:722 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:723 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:727 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:730 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:736 msgid "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:740 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:743 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:749 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:755 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:760 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:765 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:771 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:776 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:783 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:821 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:824 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:827 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:834 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:837 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:842 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:854 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:855 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:862 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:868 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:874 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:880 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:886 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:906 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:911 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:916 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:921 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:968 msgid "Version Check" msgstr "" #: ../raphodo/prefs/preferencedialog.py:969 msgid "Check for new version at startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:972 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/prefs/preferencedialog.py:976 msgid "Include development releases" msgstr "" #: ../raphodo/prefs/preferencedialog.py:978 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/prefs/preferencedialog.py:996 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:999 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1006 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1008 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1034 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1140 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1423 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1585 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1590 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1605 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1610 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1929 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1931 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1933 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1947 msgid "Enter a Path to Ignore" msgstr "Introduza um Caminho a ser Ignorado" #: ../raphodo/prefs/preferencedialog.py:1949 msgid "Specify a path that will never be scanned for photos or videos" msgstr "Especifique um caminho onde fotos e vídeos não devem ser procurados" #: ../raphodo/prefs/preferencedialog.py:1951 msgid "Path:" msgstr "Caminho:" #: ../raphodo/prefs/preferencedialog.py:1965 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1966 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1967 ../raphodo/ui/renamepanel.py:140 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1982 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1987 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1996 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:736 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Preferências de subpasta não devem começar com %s" #: ../raphodo/prefs/preferences.py:740 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Preferências de subpasta não devem terminar com %s" #: ../raphodo/prefs/preferences.py:747 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "Preferências de subpasta não devem conter dois %s um após o outro" #: ../raphodo/ui/primarybutton.py:124 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)s foi tirada em %(image1_date)s em %(image1_time)s, e %(image2)s em " "%(image2_date)s em %(image2_time)s." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "Os metadados %(type)s estão em falta." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "Nome do arquivo não tem extensão." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "Nome do arquivo não tem um componente número." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 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:249 ../raphodo/proximity.py:278 #: ../raphodo/proximity.py:313 ../raphodo/proximity.py:319 #, 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:267 #, 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:288 ../raphodo/proximity.py:294 #: ../raphodo/proximity.py:1123 ../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:303 ../raphodo/proximity.py:307 #: ../raphodo/proximity.py:1130 ../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:328 #, 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:339 #, 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:473 #, 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:1135 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1893 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:1952 #, 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:1956 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:1962 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2101 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:2106 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2109 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2110 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2112 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:2568 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:473 ../raphodo/rapid.py:871 ../raphodo/rapid.py:4656 #: ../raphodo/rapid.py:4879 ../raphodo/rapid.py:4898 ../raphodo/rapid.py:4921 #: ../raphodo/rapid.py:4928 ../raphodo/rapid.py:5605 ../raphodo/rapid.py:6228 #: ../raphodo/rapid.py:7448 ../raphodo/ui/rememberthisdialog.py:112 #: ../raphodo/ui/viewutils.py:743 #: ../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:1156 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:1167 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1176 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:1188 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1367 #, python-format msgid "" "Cannot download from Apple devices

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

      Missing applications: " "%(applications)s

      Learn more about which software to install." msgstr "" #: ../raphodo/rapid.py:1766 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1769 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1778 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1782 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1786 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1804 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1806 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1824 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1827 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1873 msgid "" "\n" "

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

      \n" "

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

      " msgstr "" #: ../raphodo/rapid.py:1883 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1894 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1897 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1898 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1901 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in the future #: ../raphodo/rapid.py:1906 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:2110 ../raphodo/rapid.py:2913 msgid "Download" msgstr "Transferir" #: ../raphodo/rapid.py:2114 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:2118 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:2122 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:2127 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:2131 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:2136 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:2139 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:2143 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:2146 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:2149 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:2152 msgid "Translate this Application..." msgstr "Traduzir esta Aplicação..." #: ../raphodo/rapid.py:2157 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:2160 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:2249 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:2257 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:2259 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:2261 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2485 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2504 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2507 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2521 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2599 msgid "All" msgstr "" #: ../raphodo/rapid.py:2600 msgid "New" msgstr "" #: ../raphodo/rapid.py:2602 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2605 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2606 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2609 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2610 msgid "Device" msgstr "Dispositivo" #: ../raphodo/rapid.py:2612 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2628 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:2893 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2909 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2911 msgid "Pause" msgstr "Pausa" #: ../raphodo/rapid.py:3048 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:3149 #, 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:3243 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:3257 #, 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:3345 msgid "" "\n" "Downloading all files

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

      \n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3510 #, 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:3513 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Essa pasta de download é inválida:\n" "%s" #: ../raphodo/rapid.py:3516 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3517 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3535 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:3546 ../raphodo/rapid.py:3560 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3548 ../raphodo/rpdfile.py:179 msgid "photos" msgstr "fotografias" #: ../raphodo/rapid.py:3562 ../raphodo/rpdfile.py:174 msgid "videos" msgstr "vídeos" #: ../raphodo/rapid.py:3572 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:3588 ../raphodo/rapid.py:3604 #, 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:3591 ../raphodo/rpdfile.py:181 ../raphodo/rpdfile.py:850 msgid "photo" msgstr "foto" #: ../raphodo/rapid.py:3607 ../raphodo/rpdfile.py:176 ../raphodo/rpdfile.py:912 msgid "video" msgstr "vídeo" #: ../raphodo/rapid.py:3615 msgid "Backup problem" msgstr "Problema no Backup" #: ../raphodo/rapid.py:4446 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4526 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s descarregados" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4536 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s não puderam ser descarregados" #: ../raphodo/rapid.py:4542 ../raphodo/rapid.py:4649 msgid "warnings" msgstr "avisos" #: ../raphodo/rapid.py:4577 msgid "All downloads complete" msgstr "Todas transferências completas" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4587 ../raphodo/rapid.py:4602 ../raphodo/rapid.py:4618 #: ../raphodo/rapid.py:4633 ../raphodo/rapid.py:4648 #, 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:4592 ../raphodo/rapid.py:4623 #, 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:4607 ../raphodo/rapid.py:4638 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s falhou a transferência" #: ../raphodo/rapid.py:4674 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4676 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4681 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4683 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4708 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4715 #, 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:4724 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4726 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4766 msgid "Program preferences are invalid" msgstr "Preferências do programa são inválidas" #: ../raphodo/rapid.py:4885 #, 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:4904 #, 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:4924 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4935 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4936 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:5028 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:5031 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:5035 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:5040 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5577 #, 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:5612 #, 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:5774 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5776 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5778 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5780 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5781 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5782 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5866 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:6211 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6215 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:6221 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6225 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6644 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6648 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:6704 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6711 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6725 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6737 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:7034 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:7041 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7047 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7054 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:7060 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:7066 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:7074 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:7082 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:7087 ../raphodo/rapid.py:7094 ../raphodo/rapid.py:7101 #: ../raphodo/rapid.py:7145 ../raphodo/rapid.py:7155 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:7089 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:7096 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7103 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7110 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:7116 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:7121 ../raphodo/rapid.py:7133 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:7124 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:7136 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:7148 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7158 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7166 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:7176 msgid "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:7183 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:7190 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:7199 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:7207 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:7214 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7223 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:7231 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:7237 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:7244 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:7254 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:7347 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7358 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:7365 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7436 #, python-format msgid "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7451 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7541 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7546 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7561 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:7636 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:7841 msgid "All settings and caches have been reset." msgstr "Todas as configurações e preferências foram redefinidas." #: ../raphodo/rapid.py:7849 msgid "Thumbnail Cache has been reset." msgstr "Todas as configurações e preferências foram redefinidas." #: ../raphodo/rapid.py:7855 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:80 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:87 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:626 msgid "subfolder and filename" msgstr "subdiretório e nome do ficheiro" #: ../raphodo/renameandmovefile.py:628 msgid "filename" msgstr "nome do ficheiro" #: ../raphodo/renameandmovefile.py:630 msgid "subfolder" msgstr "subpasta" #: ../raphodo/ui/renamepanel.py:327 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:328 msgid "Downloads today:" msgstr "Transferências de hoje:" #: ../raphodo/ui/renamepanel.py:350 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:351 msgid "Stored number:" msgstr "Número acumulado:" #: ../raphodo/ui/renamepanel.py:363 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:365 msgid "Day start:" msgstr "Dia de início:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:375 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:379 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:384 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:395 msgid "Strip incompatible characters" msgstr "Omitir caracteres incompatíveis" #: ../raphodo/ui/renamepanel.py:400 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:404 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:484 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:488 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:492 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "fotos e vídeos" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "fotos ou vídeos" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:273 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:302 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:304 msgid "1 Video" msgstr "" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:314 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:316 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:830 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:851 msgid "Photo" msgstr "Fotografia" #: ../raphodo/rpdfile.py:913 msgid "Video" msgstr "Vídeo" #: ../raphodo/storage/storage.py:251 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:589 msgid "Pictures" msgstr "" #: ../raphodo/sudocommand.py:93 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:100 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:140 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:583 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:593 #, 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:605 ../raphodo/thumbnaildisplay.py:668 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:623 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:628 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:635 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:682 #, python-format msgid "

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

      Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2254 msgid "Copy Path" msgstr "" #: ../raphodo/thumbnaildisplay.py:2260 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2265 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:215 msgid "B" msgstr "" #: ../raphodo/utilities.py:216 msgid "KB" msgstr "" #: ../raphodo/utilities.py:217 msgid "MB" msgstr "" #: ../raphodo/utilities.py:218 msgid "GB" msgstr "" #: ../raphodo/utilities.py:219 msgid "TB" msgstr "" #: ../raphodo/utilities.py:220 msgid "PB" msgstr "" #: ../raphodo/utilities.py:221 msgid "EB" msgstr "" #: ../raphodo/utilities.py:222 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:223 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:486 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:570 msgid "one" msgstr "" #: ../raphodo/utilities.py:571 msgid "two" msgstr "" #: ../raphodo/utilities.py:572 msgid "three" msgstr "" #: ../raphodo/utilities.py:573 msgid "four" msgstr "" #: ../raphodo/utilities.py:574 msgid "five" msgstr "" #: ../raphodo/utilities.py:575 msgid "six" msgstr "" #: ../raphodo/utilities.py:576 msgid "seven" msgstr "" #: ../raphodo/utilities.py:577 msgid "eight" msgstr "" #: ../raphodo/utilities.py:578 msgid "nine" msgstr "" #: ../raphodo/utilities.py:579 msgid "ten" msgstr "" #: ../raphodo/utilities.py:580 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:581 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:582 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:583 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:584 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:585 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:586 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:587 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:588 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:589 msgid "twenty" msgstr "" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&OK" msgstr "" #: ../raphodo/ui/viewutils.py:680 ../raphodo/ui/viewutils.py:700 msgid "&Save" msgstr "" #: ../raphodo/ui/viewutils.py:681 msgid "&Help" msgstr "" #: ../raphodo/ui/viewutils.py:682 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:683 ../raphodo/ui/viewutils.py:701 msgid "&Yes" msgstr "" #: ../raphodo/ui/viewutils.py:684 ../raphodo/ui/viewutils.py:702 msgid "&No" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:105 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:109 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:115 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:309 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:314 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:321 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:390 #, fuzzy, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "Ocorreu um erro ao copiar %(filetype)s" #: ../raphodo/wsl.py:396 #, fuzzy, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "Ocorreu um erro ao copiar %(filetype)s" #: ../raphodo/wsl.py:403 #, fuzzy, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "Ocorreu um erro ao copiar %(filetype)s" #: ../raphodo/wsl.py:409 #, fuzzy, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "Ocorreu um erro ao copiar %(filetype)s" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:558 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:562 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:566 #, fuzzy msgid "Automatically mount all Windows drives" msgstr "Rodar imagens JPEG automaticamente" #: ../raphodo/wsl.py:570 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:594 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:596 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:598 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:638 #, fuzzy msgid "Pending Operations:" msgstr "Opções do Dispositivo" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:652 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1459 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1463 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1606 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1612 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 #, 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 "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 "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 "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 " " #~ 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 "" #~ "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 "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 "Error Handling" #~ msgstr "Gestão de Erros" #~ msgid "Performance" #~ msgstr "Perfomance" #~ msgid "Generate thumbnails (slower)" #~ msgstr "Criar miniaturas (mais lento)" #~ msgid "Verify files as they are downloaded" #~ msgstr "Verificar os ficheiros assim que são transferidos" #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, " #~ "choose whether to skip downloading the file, or to add a unique " #~ "indentifier." #~ msgstr "" #~ "Escolha como o programa deverá proceder caso ao copiar uma fotografia ou " #~ "vídeo haja um arquivo de mesmo nome." #~ msgid "" #~ "If you enable automatic detection of Portable Storage Devices, the entire " #~ "device will be scanned. On large devices, this could take some time.\n" #~ "\n" #~ "When this option is enabled, and a potential device is detected, you will " #~ "be prompted to determine if it should be scanned or not." #~ msgstr "" #~ "Se activar a detecção de Dispositivos de Armazenamento Portáteis, todo o " #~ "dispositivo será analisado. Em dispositivos muito grandes, isso pode " #~ "levar algum tempo.\n" #~ "Quando esta opção esta activada e um potencial dispositivo é detectado, " #~ "será perguntado se o mesmo deve ser analisado ou não." #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "Escolha como o programa deverá proceder caso ao fazer uma cópia de " #~ "segurança haja um arquivo de mesmo nome." #~ msgid "" #~ "Remembered paths are those associated with devices that you have chosen " #~ "to always scan or ignore when automatic detection of Portable Storage " #~ "Devices is enabled." #~ msgstr "" #~ "Caminhos recordados são os que estão associados com dispositivos que " #~ "escolheu analisar sempre ou ignorar quando a detecção automatica de " #~ "dispositivos está activada." #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "Importar fotografias e vídeos de forma eficiente e confiável" #~ msgid "" #~ "Specify the ending portion of any paths you want ignored when scanning " #~ "devices for photos or videos. Any path ending with the values below will " #~ "not be scanned." #~ msgstr "" #~ "Especifique a porção final de qualquer caminho que queira ignorado quando " #~ "a analisar de dispositivos à procura de fotografias ou vídeos. Qualquer " #~ "caminho que termine nos valores abaixo referidos não será analisado." #~ msgid "Backup" #~ msgstr "Backup" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/po/pt_BR.po0000644000175000017500000066411600000000000017151 0ustar00damondamon# Brazilian Portuguese translation for rapid # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2010. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2022-03-02 13:05+0000\n" "PO-Revision-Date: 2022-02-21 17:13+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: 2022-03-05 16:16+0000\n" "X-Generator: Launchpad (build 61f4697954ab70d633d14d8ceecff69a20b08a6b)\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 "" "Para continuar você precisa instalar o pacote python3 setuptools utilizando " "o gerenciador de pacotes do seu sistema." #: ../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 "Baixe e instale a última versão do Rapid Photo Downloader." #: ../install.py:406 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 "" "O repositório de software RPM Fusion Free foi adicionado ao seu sistema para " "(1) permitir a geração de miniaturas para uma ampla gama de formatos de " "vídeo e (2) permitir o suporte para o formato de imagem HEIC / HEIF." #: ../install.py:642 ../install.py:4330 msgid "Installer not found:" msgstr "Instalador não encontrado:" #. Translators: do not translate the term tar.gz #: ../install.py:646 ../install.py:4334 msgid "Installer not in tar.gz format:" msgstr "Instalador não está no formato tar.gz:" #: ../install.py:728 ../install.py:757 ../install.py:4210 ../install.py:4215 msgid "Exiting..." msgstr "Saindo..." #: ../install.py:979 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" "Esta versão específica do PyQt5 não existe. As versões válidas são: {}" #: ../install.py:1065 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:1357 ../install.py:4290 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" "Este pacote de Python3 será atualizado pra seu usuário apenas, porém não " "para outros usuários: {}" #: ../install.py:1467 #, 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:1610 msgid "The following command will be run:" msgstr "O seguinte comando será executado:" #. Translators: do not translate the term sudo #: ../install.py:1614 ../install.py:3834 ../install.py:3841 msgid "sudo may prompt you for the sudo password." msgstr "sudo pode solicitar sua senha de usuário." #: ../install.py:1618 msgid "Would you like to run the command now?" msgstr "Você gostaria de executar o comando agora?" #: ../install.py:1620 msgid "Answer is not yes, exiting." msgstr "A resposta não é sim, terminando." #: ../install.py:1631 ../install.py:2259 ../install.py:2318 ../install.py:2793 msgid "Command failed" msgstr "Falha ao executar o comando" #: ../install.py:1633 ../install.py:2260 ../install.py:2319 ../install.py:2794 msgid "Exiting" msgstr "Saindo" #: ../install.py:1661 msgid "The Universe repository must be enabled." msgstr "O repositório Universe deve ser habilitado." #. Translators: do not translate the term EPEL #: ../install.py:1701 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:1749 msgid "The RPM Fusion Free repository must be enabled." msgstr "O repositório RPM Fusion Free deve ser habilitado." #: ../install.py:1790 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:2237 ../install.py:2267 ../install.py:2299 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:2252 msgid "Uninstalling system package" msgstr "Desinstalando pacotes do sistema" #: ../install.py:2277 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:2324 msgid "Checking if previous version installed with pip..." msgstr "Checando se a versão anterior foi instalada com pip..." #: ../install.py:2477 ../install.py:2534 ../install.py:2650 msgid "The following package is unknown on your system: {}\n" msgstr "O seguinte pacote é desconhecido no seu sistema: {}\n" #: ../install.py:2548 ../install.py:2706 ../install.py:2803 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:2642 ../install.py:2663 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:2785 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:2852 msgid "Query to confirm action at each step." msgstr "Consulta para confirmar ação a cada etapa." #: ../install.py:2862 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:2873 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:2923 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:2931 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:2937 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:2942 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:2950 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:2958 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:2982 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:3000 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" "Versão específica do PyQt5 será instalada (o padrão é a versão mais recente " "{})." #: ../install.py:3011 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" "Em vez de usar o PyQt5 do PyPi, use a versão da sua distribuição Linux. " "Desinstale qualquer versão do PyPi já instalada." #: ../install.py:3048 msgid "Failed to download versions file." msgstr "Falha ao baixar as versões dos arquivos." #: ../install.py:3053 msgid "Got error code {} while accessing versions file" msgstr "Mensagem de erro recebida {} durante o acesso as versões do arquivo" #: ../install.py:3170 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:3324 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" "Pacote {} falhou ao ser instalado, porém, a instalação do Rapid Photo " "Downloader continuará." #: ../install.py:3330 msgid "Received error code" msgstr "Código de erro recebido" #: ../install.py:3332 msgid "Failed to install application requirements: exiting." msgstr "Falha ao instalar os requerimentos da aplicação: saindo." #: ../install.py:3334 msgid "Failed to install application: exiting..." msgstr "Falha ao instalar a aplicação: saindo..." #: ../install.py:3658 msgid "Installing application requirements..." msgstr "Instalando os requerimentos da aplicação..." #: ../install.py:3693 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" "Não há suporte neste sistema para geração de miniaturas de HEIF / HEIC" #: ../install.py:3710 msgid "Installing application..." msgstr "Instalando a aplicação..." #: ../install.py:3797 msgid "Do you want Rapid Photo Downloader to appear in the Windows menu?" msgstr "" #: ../install.py:3803 msgid "Adding Rapid Photo Downloader to the Windows menu" msgstr "" #: ../install.py:3813 msgid "Failed to copy application launcher." msgstr "" #: ../install.py:3824 msgid "Man pages can be found in {}/share/man/man1" msgstr "Páginas de manual podem ser encontrandas em {}/share/man/man1" #: ../install.py:3829 msgid "Do you want to install the application's man pages?" msgstr "Você quer instalar o manual do aplicativo no man?" #: ../install.py:3830 msgid "They will be installed into {}" msgstr "Eles serão instalados em {}" #: ../install.py:3832 ../install.py:3839 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:3835 msgid "Do want to install the man pages?" msgstr "Você quer instalar os manuais do man?" #: ../install.py:3837 msgid "Installing man pages into {}" msgstr "Instalando os manuais do man em {}" #: ../install.py:3855 msgid "Failed to create man page directory: exiting." msgstr "Falha ao criar o diretório dos manuais man: saindo." #: ../install.py:3876 msgid "Failed to copy man page." msgstr "Falha ao copiar os manuais man." #: ../install.py:3915 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:3928 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:3934 msgid "" "You may have to restart WSL to be able to run the program from the command " "line." msgstr "" #: ../install.py:3944 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line." msgstr "" #: ../install.py:3949 #, 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 "" "Você deve adicionar {path} à variável $PATH do seu computador para executar " "o programa a partir da linha de comando ou do lançador de aplicativo." #: ../install.py:3971 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:3973 msgid "Done." msgstr "" #: ../install.py:3987 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:4043 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" #. Translators: do not translate the terms --PyQt5-version or --use-system-PyQt5 #: ../install.py:4055 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "Especifique apenas um entre --PyQt5-version ou --use-system-PyQt5." #: ../install.py:4067 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" "A versão específica do PyQt5 requer o Python 3.5 ou mais recente na " "plataforma Intel, ou AMD de 64 bits." #. Translators: do not translate the term PyQt5 #: ../install.py:4081 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "Especifique uma versão do PyQt5 no formato X.X ou X.X.X" #: ../install.py:4097 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:4111 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:4124 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:4134 msgid "Using virtual environment for installation using pip." msgstr "Usando ambiente virtual para instalar usando pip." #: ../install.py:4139 ../install.py:4153 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:4172 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:4180 msgid "Restarting script using system python..." msgstr "Reiniciando o script usando o sistema python..." #: ../install.py:4193 msgid "Detected Linux distribution {} {}" msgstr "Distribuição Linux detectada {} {}" #: ../install.py:4231 msgid "To continue, the package python3-apt must be installed." msgstr "Para continuar, o pacote python3-apt precisa ser instalado." #: ../install.py:4263 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:4275 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:4324 msgid "Installing python requests" msgstr "Instalando python requests" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "Atualizar Rapid Photo Downloader" #: ../upgrade.py:647 ../raphodo/ui/viewutils.py:679 #: ../raphodo/ui/viewutils.py:699 msgid "&Cancel" msgstr "&Cancelar" #: ../upgrade.py:651 msgid "&Upgrade" msgstr "&Atualizar" #: ../upgrade.py:656 #, 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:659 msgid "Click the Upgrade button to start the upgrade." msgstr "Clique no botão Atualizar para iniciar a atualização." #: ../upgrade.py:662 ../upgrade.py:668 ../raphodo/ui/viewutils.py:678 #: ../raphodo/ui/viewutils.py:698 msgid "&Close" msgstr "&Fechar" #: ../upgrade.py:663 msgid "&Run" msgstr "&Executar" #: ../upgrade.py:693 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "Feche o Rapid Photo Downloader antes de executar este upgrade." #: ../upgrade.py:696 msgid "Upgrade running..." msgstr "Executando upgrade..." #: ../upgrade.py:732 #, 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:737 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:741 msgid "Upgrade failed. Click Close to exit." msgstr "A atualização falhou. Clique Fechar para sair." #: ../upgrade.py:11330 #, python-format msgid "Upgrading %s..." msgstr "Atualizando %s..." #: ../upgrade.py:11332 msgid "Press any key to continue..." msgstr "Pressione qualquer tecla para continuar..." #: ../upgrade.py:11345 msgid "Rapid Photo Downloader upgrade failed" msgstr "A atualização do Rapid Photo Downloader falhou" #: ../upgrade.py:11347 #, 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/ui/aboutdialog.py:334 msgid "Credits" msgstr "Créditos" #: ../raphodo/ui/aboutdialog.py:339 msgid "Translators" msgstr "Tradutores" #: ../raphodo/ui/backuppanel.py:280 msgid "Backups are not configured" msgstr "Backups não estão configurados" #: ../raphodo/ui/backuppanel.py:282 msgid "No backup devices detected" msgstr "Nenhum dispositivo de backup detectado" #: ../raphodo/ui/backuppanel.py:285 msgid "Valid backup locations not yet specified" msgstr "Locais válidos de backup ainda não especificados" #: ../raphodo/ui/backuppanel.py:465 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Você pode salvar suas fotos e vídeos em vários locais a medida que são " "baixados, por exemplo, em discos rígidos externos." #: ../raphodo/ui/backuppanel.py:473 msgid "Back up photos and videos when downloading" msgstr "Fazer backup de fotos e vídeos ao baixar" #: ../raphodo/ui/backuppanel.py:479 msgid "Automatically detect backup devices" msgstr "Detectar automaticamente dispositivos de backup" #: ../raphodo/ui/backuppanel.py:485 msgid "" "Specify the folder in which backups are stored on the " "device.

      Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" "Especifique a pasta onde os backups serão salvos no " "dispositivo.

      Observação: a presença de uma pasta com este nome é " "usada para determinar se o dispositivo é usado para backups. Crie uma pasta " "com um destes nomes em cada dispositivo designado para salvar backups. Ao " "adicionar ambas as pastas, o dispositivo poderá ser utilizado para backups " "tanto de fotos como de vídeos." #: ../raphodo/ui/backuppanel.py:500 msgid "Photo folder name:" msgstr "Nome da pasta de fotos:" #: ../raphodo/ui/backuppanel.py:505 msgid "Video folder name:" msgstr "Nome da pasta de vídeos:" #: ../raphodo/ui/backuppanel.py:510 ../raphodo/ui/nameeditor.py:1000 #: ../raphodo/ui/renamepanel.py:141 msgid "Example:" msgstr "Exemplo:" #: ../raphodo/ui/backuppanel.py:521 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" "Se você desabilitar a detecção automática, selecione o caminho exato do " "local de backup." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:532 msgid "Photo backup location:" msgstr "Local do backup de Fotos:" #: ../raphodo/ui/backuppanel.py:542 msgid "Select Photo Backup Location" msgstr "Selecione Local de Backup para Fotos" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:554 msgid "Video backup location:" msgstr "Local do backup de Vídeos:" #: ../raphodo/ui/backuppanel.py:560 msgid "Select Video Backup Location" msgstr "Selecione Local de Backup para Vídeos" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:676 msgid "drive1" msgstr "disco1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:679 msgid "drive2" msgstr "drive2" #: ../raphodo/ui/backuppanel.py:746 msgid "Projected Backup Storage Use" msgstr "Projeção de Uso do disco para Backup" #: ../raphodo/ui/backuppanel.py:751 msgid "Backup Options" msgstr "Opções de Backup" #: ../raphodo/copyfiles.py:610 msgid "video THM" msgstr "thumbnail do vídeo" #: ../raphodo/copyfiles.py:620 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:104 ../raphodo/ui/devicedisplay.py:1408 #: ../raphodo/rpdfile.py:310 #, 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:112 ../raphodo/ui/devicedisplay.py:1414 #: ../raphodo/rpdfile.py:298 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s Vídeos" #: ../raphodo/ui/destinationdisplay.py:123 msgid "Used" msgstr "Em uso" #: ../raphodo/ui/destinationdisplay.py:124 msgid "Excess" msgstr "Excesso" #: ../raphodo/ui/destinationdisplay.py:133 ../raphodo/ui/devicedisplay.py:1440 msgid "Device size unknown" msgstr "Tamanho desconhecido do dispositivo" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:146 #, python-format msgid "No space free on %(size_total)s device" msgstr "Sem espaço livre no dispositivo %(size_total)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:156 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s livre de %(size_total)s" #: ../raphodo/ui/destinationdisplay.py:230 ../raphodo/ui/destinationpanel.py:74 #: ../raphodo/ui/devicedisplay.py:625 ../raphodo/rapid.py:2641 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:960 msgid "Photos" msgstr "Fotos" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:231 ../raphodo/ui/destinationpanel.py:78 #: ../raphodo/ui/devicedisplay.py:626 ../raphodo/rapid.py:2642 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:988 #: ../raphodo/storage/storage.py:602 msgid "Videos" msgstr "Vídeos" #: ../raphodo/ui/destinationdisplay.py:232 msgid "Projected storage use after download" msgstr "Uso de disco projetado após o download" #. Translators: Custom refers to the user choosing a non-default value that #. they customize themselves #: ../raphodo/ui/destinationdisplay.py:355 ../raphodo/ui/nameeditor.py:587 msgid "Custom..." msgstr "Personalizar..." #: ../raphodo/ui/destinationdisplay.py:774 msgid "Configure photo subfolder creation" msgstr "Configure criação de sub pastas de fotos" #: ../raphodo/ui/destinationdisplay.py:776 msgid "Configure video subfolder creation" msgstr "Configure criação de sub pastas de vídeos" #: ../raphodo/ui/destinationpanel.py:90 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:113 ../raphodo/ui/destinationpanel.py:125 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1294 msgid "Probing device..." msgstr "Examinando dispositivo..." #: ../raphodo/ui/devicedisplay.py:1309 msgid "Temporarily ignore this device" msgstr "Ignore este dispositivo temporariamente" #: ../raphodo/ui/devicedisplay.py:1313 msgid "Permanently ignore this device" msgstr "Ignore este disposition permanentemente" #: ../raphodo/ui/devicedisplay.py:1316 msgid "Rescan" msgstr "Reexaminar" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1437 #, python-format msgid "%s full" msgstr "%s cheio" #: ../raphodo/ui/devicedisplay.py:1457 msgid "Other" msgstr "Outro" #: ../raphodo/devices.py:603 ../raphodo/devices.py:604 msgid "Cameras" msgstr "Câmeras" #: ../raphodo/devices.py:605 ../raphodo/devices.py:1256 #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 ../raphodo/rapid.py:2490 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:1006 #, 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:1073 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1229 ../raphodo/rapid.py:2213 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:1280 ../raphodo/devices.py:1300 #, 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:1318 #, 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:1326 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s Dispositivos" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1652 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" "Clique na caixa de seleção do arquivo para marcá-lo ou desmarcá-lo para " "download." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "Arquivos que já foram baixados serão lembrados. Você pode continuar a marcá-" "los antes de baixar para baixá-los novamente, mas eles serão desmarcados por " "padrão suas miniaturas serão esmaecidas para você poder diferenciá-los dos " "arquivos que ainda serão baixados." #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" "Se mais de um arquivo é selecionado ao mesmo tempo com o botão direito do " "mouse, ao se marcar um deles todos os outros arquivos serão marcados junto, " "independentemente se eles já tinham marca ou não." #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" "Clique na caixa de seleção do dispositivo para rapidamente marcar ou " "desmarcar todos os seus arquivos para download." #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" "Após o download terminar, um ícone substituirá a caixa de seleção das " "miniaturas. As cores dos ícones indicarão se o download foi concluído com " "sucesso (verde), se teve arquivos com problema (amarelo/laranja), ou se o " "download falhou (vermelho)." #: ../raphodo/ui/didyouknow.py:91 msgid "" "\n" "In case of any problems, a red icon will appear at the bottom of the window " "indicating \n" "how many error reports there are. Clicking on it opens the Error Report " "window." 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." #: ../raphodo/ui/didyouknow.py:97 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." 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." #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" "Você pode fazer o download simultâneo de várias câmeras, smartphones, memory " "cards e discos externos—quantos dispositivos o seu computador puder " "conectar ao mesmo tempo." #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" "A Timeline agrupa fotos e vídeos baseados no tempo decorrido entre " "cada foto. Use-o para identificar fotos e vídeos tiradas em diferentes " "períodos em um único dia ou em consecutivos dias." #: ../raphodo/ui/didyouknow.py:123 msgid "" "\n" "

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

      \n" "

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

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

      " #: ../raphodo/ui/didyouknow.py:133 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" "Para visualizar as fotos e vídeos num período de tempo particular, use o " "mouse (opcionalmente em combinação com as teclas Shift or " "Ctrl) para selecionar os períodos de tempo. Quando um período é " "selecionado, o botão da Timeline no lado esquerdo da janela principal será " "destacada." #: ../raphodo/ui/didyouknow.py:140 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" "Um download sempre inclui todos os arquivos que estão marcados para " "download, incluindo aqueles que não estão atualmente sendo mostrados porque " "a Timeline está sendo usada." #: ../raphodo/ui/didyouknow.py:147 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" "Você pode esconder ou mostrar os recursos de download apenas clicando no " "nome do dispositivo que você está descarregando no topo esquerdo da janela " "principal." #: ../raphodo/ui/didyouknow.py:154 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 \n" "metadata (where 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 \n" "raw images, for instance.
      8. \n" "
      9. File Type: photo or video.
      10. \n" "
      11. Device: name of the device the photos and videos are being " "downloaded \n" "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/ui/didyouknow.py:172 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" "Uma das mais úteis funcionalidades do Rapid Photo Downloader é sua " "habilidade para gerar automaticamente download em subpastas e renomear " "arquivos durante o download, usando o esquema que você escolheu." #: ../raphodo/ui/didyouknow.py:178 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" "Para especificar onde você quer salvar seus arquivos descarregados e como " "você quer que eles sejam nomeados, abra o painel apropriado no lado direito " "da aplicação: Destino, Renomear, ou Código de Trabalho." #: ../raphodo/ui/didyouknow.py:185 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 \n" "illustration below, the destination folders are "Pictures" and \n" ""Videos". The name of the destination folder is displayed in the " "grey bar \n" "directly above the folder tree, with a folder icon to its left and a gear " "icon to \n" "its far right.
      2. \n" "
      3. The download subfolders, which are directories that will be " "automatically \n" "generated by Rapid Photo Downloader. They need not already exist on your " "computer, but \n" "it's okay if they do. They will be generated under the destination " "folder.
      4. \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" "
      " #: ../raphodo/ui/didyouknow.py:202 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a \n" "different destination folder for each. The same applies to the download " "subfolders for \n" "photos and videos—download photos and videos to the same subfolders, " "or use a \n" "different scheme for each type." 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." #: ../raphodo/ui/didyouknow.py:211 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" "Gerar automaticamente subpastas de download podem conter subpastas " "adicionais geradas automaticamente se necessário. Um esquema comum é criar " "uma subpasta ano dentro dela uma série de subpastas com ano-mes-dia." #: ../raphodo/ui/didyouknow.py:220 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to \n" "download:\n" "
        \n" "
      1. The destination folder tree shows the download subfolders already on " "your computer \n" "(those in a regular, non-italicized font), and the subfolders that will be " "created \n" "during the download (those whose names are italicized).
      2. \n" "
      3. The folder tree also shows into which subfolders the files will be " "downloaded \n" "(those colored black).
      4. \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" "
      " #: ../raphodo/ui/didyouknow.py:235 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following \n" "elements:\n" "
        \n" "
      1. File metadata, very often including the date the photo or video " "was created, \n" "but might also include the camera model name, camera serial number, or file " "extension \n" "e.g. JPG or CR2.
      2. \n" "
      3. A Job Code, which is free text you specify at the time the " "download occurs, \n" "such as the 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 \n" "format makes it easy to keep them sorted in a file manager, which is why " "it's the \n" "default option:" 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:" #: ../raphodo/ui/didyouknow.py:254 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 \n" "preset. Click on the gear icon to bring up a drop-down menu:" 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:" #: ../raphodo/ui/didyouknow.py:261 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to \n" "configure your own scheme. You create your own schemes using the Photo or " "Video \n" "Subfolder Generation Editor:" 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:" #: ../raphodo/ui/didyouknow.py:270 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" "É fácil baixar imagens raw para uma pasta, e imagens jpeg para outra. " "Simplesmente use a Extensão de Nome de Arquivo como parte do esquema " "de geração de subpastas de download:" #: ../raphodo/ui/didyouknow.py:276 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" "Esta ilustração mostra um ajuste customizado salvo com o nome "My " "custom preset"." #: ../raphodo/ui/didyouknow.py:282 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 \n" "and a Job Code:" 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:" #: ../raphodo/ui/didyouknow.py:291 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 \n" "choices to generate new combinations. Supposing you wanted a date format " "that combines \n" "year (YYYY), a hyphen, and month (MM) to form YYYY-MM. You can create it " "like this \n" "(note the red circle around the hyphen):" 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):" #: ../raphodo/ui/didyouknow.py:300 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names \n" "in the \n" "online " "\n" "documentation." 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." #: ../raphodo/ui/didyouknow.py:309 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. \n" "You can use them in subfolder and file names. In this illustration, some " "files have had \n" "the Job Code "Street" applied to them, and the selected files are " "about to \n" "get the Job Code "Green Bazaar":" 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":" #: ../raphodo/ui/didyouknow.py:317 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 \n" "prompted to enter a Job Code for them before the download begins." 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." #: ../raphodo/ui/didyouknow.py:324 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" "Procure por dicas para guiar você quando estiver trabalhando com os Códigos " "de Trabalho:" #: ../raphodo/ui/didyouknow.py:327 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" "Dicas podem variar dependendo do contexto, como quando o mouse estiver sobre " "um botão." #: ../raphodo/ui/didyouknow.py:333 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!" 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!" #: ../raphodo/ui/didyouknow.py:340 msgid "" "\n" "

      Four types of sequence values are available to help you assign unique " "names to your \n" "photos and 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 \n" "last time the 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 \n" "documentation.

      " 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.

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

      The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature \n" "on your 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 \n" "are detected, the same sequence numbers will be applied to both photo names. " "F\n" "urthermore, sequences will be 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/ui/didyouknow.py:378 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are \n" "downloaded, such as external hard drives or network shares. Backup devices " "can be \n" "automatically detected, or exact backup locations specified." 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." #: ../raphodo/ui/didyouknow.py:385 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" "Neste exemplo, o drive photobackup não contém uma pasta chamada " "Videos, então vídeos não serão salvos nele." #: ../raphodo/ui/didyouknow.py:391 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including \n" "download sources, destinations, and backups. Additionally, settings can be " "reset to \n" "their default state, and caches and remembered files cleared." 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." #: ../raphodo/ui/didyouknow.py:396 msgid "You can also import program preferences from the older 0.4 version." msgstr "" "Você também pode importar as preferências de programa da antiga versão 0.4." #: ../raphodo/ui/didyouknow.py:401 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 \n" "your cameras, memory cards, and other devices.
      2. \n" "
      3. A temporary cache of files downloaded from a camera, one for " "photos and \n" "another for videos. They are located in temporary subfolders in the download " "\n" "destination.
      4. \n" "
      5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores \n" "thumbnails of RAW and TIFF photos once they have been downloaded. File " "browsers like \n" "Gnome Files use this cache as well, meaning they too will display thumbnails " "for those \n" "files. \n" "
      6. \n" "
      \n" "Read more about these caches and their effect on download performance in the " "online " "documentation." 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." #: ../raphodo/ui/didyouknow.py:459 msgid "Tip of the Day" msgstr "Dica do Dia" #: ../raphodo/ui/didyouknow.py:467 msgid "Did you know...?" msgstr "Você sabia...?" #: ../raphodo/ui/didyouknow.py:498 msgid "Show tips on startup" msgstr "Mostrar dicas ao iniciar" #: ../raphodo/ui/didyouknow.py:502 msgid "&Next" msgstr "&Próximo" #: ../raphodo/ui/didyouknow.py:503 msgid "&Previous" msgstr "&Anterior" #: ../raphodo/downloadtracker.py:454 msgid "MB/sec" msgstr "MB/seg" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:584 msgid "A few seconds" msgstr "Alguns segundos" #: ../raphodo/downloadtracker.py:643 msgid "1 second" msgstr "1 segundo" #: ../raphodo/downloadtracker.py:645 #, python-format msgid "%d seconds" msgstr "%d segundos" #: ../raphodo/downloadtracker.py:650 msgid "1 minute" msgstr "1 minuto" #: ../raphodo/downloadtracker.py:652 #, python-format msgid "%d minutes" msgstr "%d minutos" #: ../raphodo/downloadtracker.py:657 ../raphodo/downloadtracker.py:839 msgid "1 hour" msgstr "1 hora" #: ../raphodo/downloadtracker.py:659 #, python-format msgid "%d hours" msgstr "%d horas" #: ../raphodo/downloadtracker.py:664 ../raphodo/downloadtracker.py:869 #: ../raphodo/downloadtracker.py:877 msgid "1 day" msgstr "1 dia" #: ../raphodo/downloadtracker.py:666 #, python-format msgid "%d days" msgstr "%d dias" #: ../raphodo/downloadtracker.py:845 msgid "1 minute, 1 second" msgstr "1 minuto, 1 segundo" #: ../raphodo/downloadtracker.py:847 #, python-format msgid "1 minute, %d seconds" msgstr "1 minuto, %d segundos" #: ../raphodo/downloadtracker.py:850 #, python-format msgid "%d minutes, 1 second" msgstr "%d minutos, 1 segundo" #: ../raphodo/downloadtracker.py:852 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d minutos, %(seconds)d segundos" #: ../raphodo/downloadtracker.py:884 msgid "1 hour, 1 minute" msgstr "1 hora, 1 minuto" #: ../raphodo/downloadtracker.py:886 #, python-format msgid "1 hour, %d minutes" msgstr "1 hora, %d minutos" #: ../raphodo/downloadtracker.py:889 #, python-format msgid "%d hours, 1 minute" msgstr "%d horas, 1 minuto" #: ../raphodo/downloadtracker.py:891 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d horas, %(minutes)d minutos" #: ../raphodo/downloadtracker.py:918 msgid "1 day, 1 hour" msgstr "1 dia, 1 hora" #: ../raphodo/downloadtracker.py:920 #, python-format msgid "1 day, %d hours" msgstr "1 dia, %d horas" #: ../raphodo/downloadtracker.py:923 #, python-format msgid "%d days, 1 hour" msgstr "%d dias, 1 hora" #: ../raphodo/downloadtracker.py:925 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d dias, %(hours)d horas" #: ../raphodo/errorlog.py:80 msgid "Find" msgstr "Localizar" #: ../raphodo/errorlog.py:150 msgid "Error Reports - Rapid Photo Downloader" msgstr "Erros Reportados - Rapid Photo Downloader" #: ../raphodo/errorlog.py:187 msgid "Find in reports" msgstr "Localizar nos relatórios" #: ../raphodo/errorlog.py:206 msgid "Find the previous occurrence of the phrase" msgstr "Localizar a ocorrência anterior da frase" #: ../raphodo/errorlog.py:211 msgid "Find the next occurrence of the phrase" msgstr "Localizar a próxima ocorrência da frase" #: ../raphodo/errorlog.py:213 msgid "&Highlight All" msgstr "&Destacar tudo" #: ../raphodo/errorlog.py:214 msgid "Highlight all occurrences of the phrase" msgstr "Destacar todas as ocorrências da frase" #: ../raphodo/errorlog.py:215 msgid "&Match Case" msgstr "&Corresponder Caso" #: ../raphodo/errorlog.py:216 msgid "Search with case sensitivity" msgstr "Localizar com distinção de maiúscula e minúscula" #: ../raphodo/errorlog.py:217 msgid "&Whole Words" msgstr "&Palavras Inteiras" #: ../raphodo/errorlog.py:218 msgid "Search whole words only" msgstr "Localizar somente palavras inteiras" #: ../raphodo/errorlog.py:229 ../raphodo/errorlog.py:371 #, 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:234 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "%(matchnumber)s of %(total)s matches" #: ../raphodo/errorlog.py:256 msgid "Clear" msgstr "Limpar" #: ../raphodo/errorlog.py:357 msgid "Phrase not found" msgstr "Frase não localizada" #: ../raphodo/errorlog.py:516 msgid "Search pending..." msgstr "Pesquisa pendente..." #: ../raphodo/errorlog.py:567 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:50 #, python-brace-format msgid "" "Please report the problem at {website}.

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

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

      Em seu " "relatório de erro, descreva o que você esperava que acontecesse e o que " "observou acontecendo.
      < br>O relatório de erro também deve incluir as " "configurações do programa e arquivos de log. Para criar um arquivo com essas " "informações adicionais, clique em Salvar." #: ../raphodo/excepthook.py:57 msgid "Additional Information Saved" msgstr "Informações adicionais salvas" #: ../raphodo/excepthook.py:62 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
      {tarfile}
      You need to attach this file to the bug " "report yourself. It will not be automatically attached.

      Click here to see the file in your file manager." msgstr "" "As informações adicionais do relatório de erro foram criadas em seu " "diretório pessoal em um arquivo tar:
      {tarfile}
      Você mesmo precisa " "anexar este arquivo ao relatório de erro. Ele não será anexado " "automaticamente.

      Clique aqui para ver o arquivo " "em seu gerenciador de arquivos." #: ../raphodo/excepthook.py:69 msgid "Error Creating Additional Information" msgstr "Erro ao criar informações adicionais" #: ../raphodo/excepthook.py:72 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" "As informações adicionais do relatório de erro não foram criadas. Mesmo " "assim, envie um relatório de erro." #: ../raphodo/excepthook.py:79 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

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

      Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" "Inclua em seu relatório de erro os arquivos de log do programa. O relatório " "de erro deve incluir {log_file}, mas anexar outros arquivos de log " "geralmente ajuda muitol.

      Se possível, inclua também o arquivo de " "configuração do programa {config_file}.

      Clique aqui para abrir o diretório de registro e aqui para abrir o diretório de configuração." #: ../raphodo/excepthook.py:88 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" "Atualizar para a versão mais recente permitirá " "que você determine se esse problema já foi corrigido." #: ../raphodo/excepthook.py:182 msgid "Problem in Rapid Photo Downloader" msgstr "Problema no Rapid Photo Downloader" #: ../raphodo/excepthook.py:186 msgid "A problem occurred in Rapid Photo Downloader" msgstr "Um problema ocorreu com o Rapid Photo Downloader" #: ../raphodo/excepthook.py:189 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" "Se o mesmo problema ocorrer novamente antes de encerrar o programa, esta é a " "única notificação sobre ele." #: ../raphodo/excepthook.py:216 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "Um problema ocorreu no Rapid Photo Downloader\n" #: ../raphodo/excepthook.py:218 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "Relate o problema em {website}\n" "Anexe o arquivo de registro ao seu relatório de erro, encontrado em " "{log_path}\n" "\n" #: ../raphodo/ui/filebrowse.py:173 ../raphodo/thumbnaildisplay.py:2254 msgid "Open in File Browser..." msgstr "Abrir no navegador de Arquivos..." #. type: Optional[QModelIndex] #: ../raphodo/ui/filebrowse.py:179 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:183 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:140 msgid "File System" msgstr "Sistema de Arquivos" #: ../raphodo/foldercombo.py:181 msgid "Other..." msgstr "Outro..." #: ../raphodo/foldercombo.py:272 #, python-format msgid "%s (location does not exist)" msgstr "%s (caminho não existe)" #: ../raphodo/generatenameconfig.py:206 msgid "Date time" msgstr "Data e hora" #: ../raphodo/generatenameconfig.py:207 msgid "Text" msgstr "Texto" #: ../raphodo/generatenameconfig.py:208 ../raphodo/rapid.py:2608 msgid "Filename" msgstr "Nome do arquivo" #: ../raphodo/generatenameconfig.py:209 #: ../raphodo/prefs/preferencedialog.py:994 msgid "Metadata" msgstr "Metadados" #: ../raphodo/generatenameconfig.py:210 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:213 msgid "Job code" msgstr "Código de Trabalho" #: ../raphodo/generatenameconfig.py:214 msgid "Image date" msgstr "Data da imagem" #: ../raphodo/generatenameconfig.py:215 msgid "Video date" msgstr "Data do vídeo" #: ../raphodo/generatenameconfig.py:216 msgid "Today" msgstr "Hoje" #: ../raphodo/generatenameconfig.py:217 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:220 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:223 msgid "Name" msgstr "Nome" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 ../raphodo/rapid.py:2609 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:229 msgid "Image number" msgstr "Número da imagem" #: ../raphodo/generatenameconfig.py:230 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:233 msgid "Aperture" msgstr "Abertura" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 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:242 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:245 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:248 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:251 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:254 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:257 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:260 msgid "Shutter count" msgstr "Contagem de Disparos" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:262 msgid "File number" msgstr "Numero do arquivo" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:264 msgid "Folder only" msgstr "Apenas pasta" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:266 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:269 msgid "Owner name" msgstr "Nome do dono" #: ../raphodo/generatenameconfig.py:270 msgid "Codec" msgstr "Codec" #: ../raphodo/generatenameconfig.py:271 msgid "Width" msgstr "Largura" #: ../raphodo/generatenameconfig.py:272 msgid "Height" msgstr "Altura" #: ../raphodo/generatenameconfig.py:273 msgid "Length" msgstr "Comprimento" #: ../raphodo/generatenameconfig.py:274 msgid "Frames Per Second" msgstr "Quadros Por Segundo" #: ../raphodo/generatenameconfig.py:275 msgid "Artist" msgstr "Artista" #: ../raphodo/generatenameconfig.py:276 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:279 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:282 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:285 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:288 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:291 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:294 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:297 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:300 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:303 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:306 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:309 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:312 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:315 msgid "lowercase" msgstr "caixa baixa" #: ../raphodo/generatenameconfig.py:316 msgid "One digit" msgstr "Um dígito" #: ../raphodo/generatenameconfig.py:317 msgid "Two digits" msgstr "Dois dígitos" #: ../raphodo/generatenameconfig.py:318 msgid "Three digits" msgstr "Três dígitos" #: ../raphodo/generatenameconfig.py:319 msgid "Four digits" msgstr "Quatro dígitos" #: ../raphodo/generatenameconfig.py:320 msgid "Five digits" msgstr "Cinco dígitos" #: ../raphodo/generatenameconfig.py:321 msgid "Six digits" msgstr "Seis dígitos" #: ../raphodo/generatenameconfig.py:322 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:325 msgid "Subseconds" msgstr "Subsegundos" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 ../raphodo/generatenameconfig.py:415 msgid "YYYYMMDD" msgstr "AAAAMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:416 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:334 ../raphodo/generatenameconfig.py:417 msgid "YYYY_MM_DD" msgstr "AAAA_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 msgid "YYMMDD" msgstr "AAMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 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:343 msgid "YY_MM_DD" msgstr "AA_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "MMDDYYYY" msgstr "MMDDAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYY" msgstr "MMDDAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "DDMMYYYY" msgstr "DDMMAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYY" msgstr "DDMMAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 ../raphodo/generatenameconfig.py:415 #: ../raphodo/generatenameconfig.py:416 ../raphodo/generatenameconfig.py:417 #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:419 msgid "YYYY" msgstr "AAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 msgid "YY" msgstr "AA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 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:376 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:379 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:382 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:385 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 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:394 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:397 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 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:403 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:415 msgid "Date" msgstr "Data" #: ../raphodo/generatenameconfig.py:416 msgid "Date (hyphens)" msgstr "Data (hifenizado)" #: ../raphodo/generatenameconfig.py:417 msgid "Date (underscores)" msgstr "Data (underline)" #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:512 #: ../raphodo/generatenameconfig.py:699 msgid "Date and Job Code" msgstr "Data e Código de Trabalho" #: ../raphodo/generatenameconfig.py:418 msgid "YYYYMM_Job Code" msgstr "AAAAMM_Codigo Trabalho" #: ../raphodo/generatenameconfig.py:419 msgid "Date and Job Code Subfolder" msgstr "Subpasta Data e Código de Trabalho" #: ../raphodo/generatenameconfig.py:419 msgid "YYYYMM" msgstr "AAAAMM" #: ../raphodo/generatenameconfig.py:419 ../raphodo/jobcodepanel.py:279 #: ../raphodo/ui/nameeditor.py:926 ../raphodo/rapid.py:2261 #: ../raphodo/ui/renamepanel.py:93 ../raphodo/ui/renamepanel.py:275 msgid "Job Code" msgstr "Código de Trabalho" #: ../raphodo/generatenameconfig.py:507 ../raphodo/generatenameconfig.py:694 msgid "Original Filename" msgstr "Nome do arquivo original" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "Date-Time and Downloads today" msgstr "Data-Hora e Downloads hoje" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "YYYYMMDD-HHMM-1" msgstr "AAAAMMDD-HHMM-1" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "Date and Downloads today" msgstr "Data e Downloads hoje" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "YYYYMMDD-1" msgstr "AAAAMMDD-1" #: ../raphodo/generatenameconfig.py:510 msgid "Date-Time and Image number" msgstr "Data-Hora e Número da Imagem" #: ../raphodo/generatenameconfig.py:510 msgid "YYYYMMDD-1234" msgstr "AAAAMMDD-1234" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "Date-Time and Job Code" msgstr "Data-Hora e Código de Trabalho" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "AAAAMMDD-HHMM-Codigo Trabalho-1" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:699 msgid "YYYYMMDD-Job Code-1" msgstr "AAAAMMDD-Codigo Trabalho1" #: ../raphodo/generatenameconfig.py:697 msgid "Date-Time and Video number" msgstr "Data-Hora e Número do Vídeo" #: ../raphodo/generatenameconfig.py:697 msgid "YYYYMMDD_1234" msgstr "AAAAMMDD_1234" #: ../raphodo/generatenameconfig.py:700 msgid "Resolution" msgstr "Resolução" #: ../raphodo/generatenameconfig.py:700 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "AAAAMMDD-HHMM-1-1920x1080" #: ../raphodo/jobcodepanel.py:90 msgid "Enter a new Job Code, or select a previous one" msgstr "Entre um novo Código de trabalho, ou selecione um anterior" #: ../raphodo/jobcodepanel.py:98 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" "O Código de Trabalho será aplicado para %s que ainda não tem um Código de " "Trabalho." #: ../raphodo/jobcodepanel.py:108 #, 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:121 msgid "Apply Job Code to Download" msgstr "Aplicar Código de Trabalho para Download" #: ../raphodo/jobcodepanel.py:123 msgid "Enter a new Job Code" msgstr "Entre um novo Código de Trabalho" #: ../raphodo/jobcodepanel.py:131 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" "Dica: Selecione fotos ou vídeos antes de inserir um novo Código de " "Trabalho para que o Código de Trabalho seja aplicado nelas." #: ../raphodo/jobcodepanel.py:144 #, 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:148 msgid "New Job Code" msgstr "Novo Código de Trabalho" #: ../raphodo/jobcodepanel.py:186 msgid "&Job Code:" msgstr "&Codigo Trabalho:" #: ../raphodo/jobcodepanel.py:190 msgid "&Remember this Job Code" msgstr "&Lembre-se deste Código de Trabalho" #: ../raphodo/jobcodepanel.py:251 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:255 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:259 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:264 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:269 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:278 msgid "Last Used" msgstr "Último uso" #: ../raphodo/jobcodepanel.py:283 msgid "Job Code Sort:" msgstr "Ordenar Código de Trabalho:" #: ../raphodo/jobcodepanel.py:286 ../raphodo/rapid.py:2616 msgid "Ascending" msgstr "Ascendente" #: ../raphodo/jobcodepanel.py:287 ../raphodo/rapid.py:2617 msgid "Descending" msgstr "Descendente" #: ../raphodo/jobcodepanel.py:297 msgid "&New..." msgstr "&Novo..." #: ../raphodo/jobcodepanel.py:301 msgid "&Apply" msgstr "&Aplicar" #: ../raphodo/jobcodepanel.py:305 msgid "&Remove" msgstr "&Remover" #: ../raphodo/jobcodepanel.py:309 ../raphodo/prefs/preferencedialog.py:288 #: ../raphodo/prefs/preferencedialog.py:324 #: ../raphodo/prefs/preferencedialog.py:781 msgid "Remove All" msgstr "Remover Todos" #: ../raphodo/jobcodepanel.py:512 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:515 msgid "Remove all Job Codes" msgstr "Remover todos os Códigos de Trabalho" #: ../raphodo/jobcodepanel.py:578 msgid "Job Codes" msgstr "Códigos de Trabalho" #: ../raphodo/ui/messagewidget.py:67 #, python-format msgid "Hint: %(message)s" msgstr "Dica: %(message)s" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:478 ../raphodo/ui/nameeditor.py:498 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/ui/nameeditor.py:583 msgid "Save New Custom Preset..." msgstr "Salvar novo Ajuste Customizado..." #: ../raphodo/ui/nameeditor.py:584 msgid "Remove All Custom Presets..." msgstr "Remover todos os Ajustes Customizados..." #: ../raphodo/ui/nameeditor.py:630 msgid "(New Custom Preset)" msgstr "(Novo Ajuste Customizado)" #: ../raphodo/ui/nameeditor.py:647 #, python-format msgid "%s (edited)" msgstr "%s (editado)" #: ../raphodo/ui/nameeditor.py:650 ../raphodo/ui/nameeditor.py:1558 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "Atualizar Ajuste Customizado \"%s\"" #: ../raphodo/ui/nameeditor.py:743 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "Salvar Novo Ajuste Customizado - Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:751 msgid "Preset Name:" msgstr "Nome do Ajuste:" #: ../raphodo/ui/nameeditor.py:884 msgid "Photo Subfolder Generation Editor" msgstr "Editor de Geração de Subpasta de Foto" #: ../raphodo/ui/nameeditor.py:892 msgid "Video Subfolder Generation Editor" msgstr "Editor de Geração de Subpasta de Vídeo" #: ../raphodo/ui/nameeditor.py:900 msgid "Photo Renaming Editor" msgstr "Editor de Renomeação de Foto" #: ../raphodo/ui/nameeditor.py:907 msgid "Video Renaming Editor" msgstr "Editor de Renomeação de Vídeo" #: ../raphodo/ui/nameeditor.py:936 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" "Atenção: Há dados insuficientes para " "gerar o nome. Favor usar outras opções de Renomeação" #: ../raphodo/ui/nameeditor.py:954 #, python-format msgid "The character
      %(separator)s creates a new subfolder level." msgstr "O caracter %(separator)s cria um novo nível de subpasta." #: ../raphodo/ui/nameeditor.py:964 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" "Não precisa iniciar ou finalizar com o separador de pasta " "%(separator)s, porque ele será adicionado automaticamente." #: ../raphodo/ui/nameeditor.py:972 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" "Atenção: Nomes de arquivos únicos podem " "não ser gerados. Faça-os usando valores de sequência." #: ../raphodo/ui/nameeditor.py:999 ../raphodo/ui/renamepanel.py:139 msgid "Preset:" msgstr "Predefinição:" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1082 ../raphodo/ui/nameeditor.py:1105 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/ui/nameeditor.py:1134 ../raphodo/prefs/preferencedialog.py:1083 #: ../raphodo/wsl.py:648 msgid "Get help online..." msgstr "Obter ajuda online..." #: ../raphodo/ui/nameeditor.py:1161 msgid "Insert" msgstr "Inserir" #: ../raphodo/ui/nameeditor.py:1523 msgid "Save Preset - Rapid Photo Downloader" msgstr "Salvar predefinição - Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:1527 msgid "" "Do you want to save the changes in a new custom " "preset?

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

      The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" "Você quer salvar as mudanças em um novo ajuste " "customizado?

      Criar um novo ajuste customizado não é requerido, " "mas pode te ajudar a manter a organização.

      As mudanças nas " "preferências ainda serão aplicadas independente se você criar um novo ajuste " "customizado ou não." #: ../raphodo/ui/nameeditor.py:1548 msgid "" "Do you want to save the changes in a custom preset?

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

      The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" "Você quer salvar as mudanças em um ajuste customizado?

      Se " "preferir, você pode criar um novo ajuste customizado ou atualizar o " "existente.

      As mudanças nas preferências ainda serão aplicadas " "independente se você salvar o ajuste ou não." #: ../raphodo/ui/nameeditor.py:1562 msgid "Save New Custom Preset" msgstr "Salvar Novo Ajuste Customizado" #: ../raphodo/newversion.py:326 msgid "Checking for new version..." msgstr "Procurando uma nova versão..." #: ../raphodo/newversion.py:327 msgid "You are running the latest version." msgstr "VocÊ está rodando a última versão." #: ../raphodo/newversion.py:328 msgid "Failed to contact the update server." msgstr "Falha ao acessar o servidor de atualização." #: ../raphodo/newversion.py:331 #, 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:334 msgid "Do you want to download the new version?" msgstr "Você quer baixar a nova versão?" #: ../raphodo/newversion.py:336 #, 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:366 ../raphodo/newversion.py:385 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:388 msgid "&Open Download Page" msgstr "&Abrir Página de Download" #: ../raphodo/newversion.py:412 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:531 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "%(downloaded)s de %(total)s" #: ../raphodo/newversion.py:553 msgid "Downloading..." msgstr "Baixando..." #: ../raphodo/prefs/preferencedialog.py:134 msgid "Preferences" msgstr "Preferências" #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 msgid "Language" msgstr "Idioma" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 msgid "Automation" msgstr "Automatização" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Thumbnails" msgstr "Miniaturas" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:160 #: ../raphodo/prefs/preferencedialog.py:183 #: ../raphodo/prefs/preferencedialog.py:585 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:184 #: ../raphodo/prefs/preferencedialog.py:649 msgid "Error Handling" msgstr "Tratamento de Erros" #: ../raphodo/prefs/preferencedialog.py:162 #: ../raphodo/prefs/preferencedialog.py:185 msgid "Warnings" msgstr "Avisos" #: ../raphodo/prefs/preferencedialog.py:163 msgid "Consolidation" msgstr "Consolidação" #: ../raphodo/prefs/preferencedialog.py:164 #: ../raphodo/prefs/preferencedialog.py:186 msgid "Miscellaneous" msgstr "Diversos" #: ../raphodo/prefs/preferencedialog.py:221 msgid "Device Scanning" msgstr "Pesquisando Dispositivo" #: ../raphodo/prefs/preferencedialog.py:222 msgid "Scan only external devices" msgstr "Somente pesquisar em dispositivos externos" #: ../raphodo/prefs/preferencedialog.py:225 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" "Procurar fotos and vídeos somente em dispositivos externos ao computador,\n" "incluindo câmeras, memory cards, discos rígidos externos, e pendrives." #: ../raphodo/prefs/preferencedialog.py:231 msgid "Scan only specific folders on devices" msgstr "Procurar somente em pastas específicas no dispositivo" #: ../raphodo/prefs/preferencedialog.py:233 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Procurar por fotos e vídeos somente nas pastas especificadas abaixo (exceto " "caminhos\n" "especificados em Caminhos Ignorados).\n" "\n" "Mudar esse ajuste fará que todos os dispositivos sejam escaneados novamente." #: ../raphodo/prefs/preferencedialog.py:240 msgid "Folders to scan:" msgstr "Pastas para procurar:" #: ../raphodo/prefs/preferencedialog.py:244 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" "Pastas na raiz do sistema de arquivos do dispositivo que serão pesquisados\n" "por fotos e vídeos." #: ../raphodo/prefs/preferencedialog.py:249 #: ../raphodo/prefs/preferencedialog.py:310 msgid "Add..." msgstr "Adicionar..." #: ../raphodo/prefs/preferencedialog.py:252 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Adicionar uma pasta à lista de pastas para escanear por fotos e vídeos.\n" "\n" "Mudar este ajuste fará com que todos os dispositivos sejam escaneados " "novamente." #: ../raphodo/prefs/preferencedialog.py:256 #: ../raphodo/prefs/preferencedialog.py:286 #: ../raphodo/prefs/preferencedialog.py:317 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove" msgstr "Remover" #: ../raphodo/prefs/preferencedialog.py:259 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Remove uma pasta da lista de pastas para escanear por fotos e vídeos.\n" "\n" "Mudar este ajustes fará com que todos os dispositivos sejam escaneados " "novamente." #: ../raphodo/prefs/preferencedialog.py:278 msgid "Devices that have been set to automatically ignore or download from." msgstr "" "Dispositivos que foram configurados para ignorar ou baixar automaticamente." #: ../raphodo/prefs/preferencedialog.py:279 msgid "Remembered Devices" msgstr "Dispositivos lembrados" #: ../raphodo/prefs/preferencedialog.py:283 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" "Remova um dispositivo da lista de dispositivos que são automaticamente " "ignorados ou descarregdos." #: ../raphodo/prefs/preferencedialog.py:290 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" "Limpar a lista de dispositivos que são automaticamente ignorados ou " "descarregdos.\n" "\n" "Nota: Mudanças terão efeito na próxima busca por dispositivos." #: ../raphodo/prefs/preferencedialog.py:304 msgid "Ignored Paths" msgstr "Caminhos Ignorados" #: ../raphodo/prefs/preferencedialog.py:306 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" "A parte final de um caminho que nunca deve ser pesquisada por fotos ou " "vídeos." #: ../raphodo/prefs/preferencedialog.py:313 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Adiciona um caminho na lista de caminhos para ignorar.\n" "\n" "Mudar este ajuste fará com que todos os dispositivos sejam escaneados " "novamente." #: ../raphodo/prefs/preferencedialog.py:320 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Remova um caminho da lista de caminhos para ignorar.\n" "\n" "Mudar este ajuste fará com que todos os dispositivos sejam escaneados " "novamente." #: ../raphodo/prefs/preferencedialog.py:327 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Limpar a lista de caminhos para ignorar.\n" "\n" "Mudar este ajuste fará com que todos os dispositivos sejam escaneados " "novamente." #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as well. #: ../raphodo/prefs/preferencedialog.py:338 #, python-brace-format msgid "Use python-style regular expressions" msgstr "Usar estilo-python expressões regulares" #: ../raphodo/prefs/preferencedialog.py:345 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Usar expressões regulares na lista de caminhos ignorados.\n" "\n" "Mudar este ajuste fará com que todos os dispositivos sejam escaneados " "novamente." #: ../raphodo/prefs/preferencedialog.py:387 msgid "Language: " msgstr "Idioma: " #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:400 #: ../raphodo/prefs/preferencedialog.py:505 #: ../raphodo/prefs/preferencedialog.py:553 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:408 #: ../raphodo/prefs/preferencedialog.py:575 msgid "* Takes effect upon program restart" msgstr "*Terá efeito após reiniciar o programa" #: ../raphodo/prefs/preferencedialog.py:416 msgid "Program Automation" msgstr "Automação de programa" #: ../raphodo/prefs/preferencedialog.py:417 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place the #. carriage return where you think it makes sense so that the tool tip does not #. stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:422 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading at program startup" msgstr "Iniciar download ao iniciar o programa" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Start downloading upon device insertion" msgstr "Iniciar o download após conectar o dispositivo" #: ../raphodo/prefs/preferencedialog.py:430 msgid "Unmount (eject) device upon download completion" msgstr "Desmontar (ejetar) o dispositivo após o término do download" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program when download completes" msgstr "Sair do programa quando o download terminar" #: ../raphodo/prefs/preferencedialog.py:433 msgid "Exit program even if download had warnings or errors" msgstr "Sair do programa mesmo se o download teve avisos ou erros" #: ../raphodo/prefs/preferencedialog.py:465 msgid "Thumbnail Generation" msgstr "Gerador de Miniaturas" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails" msgstr "Gerar miniatura" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Generate thumbnails to show in the main program window" msgstr "Gerar miniaturas para mostrar na janela principal do programa" #: ../raphodo/prefs/preferencedialog.py:470 msgid "Cache thumbnails" msgstr "Armazenar miniaturas" #: ../raphodo/prefs/preferencedialog.py:473 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" "Salvar miniaturas exibidas na janela principal em um cache de miniaturas " "exclusivo do Rapid Photo Downloader" #: ../raphodo/prefs/preferencedialog.py:477 msgid "Generate system thumbnails" msgstr "Gerar sistema de miniaturas" #: ../raphodo/prefs/preferencedialog.py:480 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" "Durante o download, salvar as miniaturas que podem ser usadas pelo " "gerenciador de arquivos e outros programas" #: ../raphodo/prefs/preferencedialog.py:489 msgid "Number of CPU cores used to generate thumbnails." msgstr "Número de núcleos do CPU usados para gerar miniaturas." #: ../raphodo/prefs/preferencedialog.py:490 msgid "CPU cores:" msgstr "Núcleos do CPU:" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Thumbnail Cache" msgstr "Cache de Miniaturas" #: ../raphodo/prefs/preferencedialog.py:530 msgid "Calculating..." msgstr "Calculando..." #: ../raphodo/prefs/preferencedialog.py:536 msgid "days" msgstr "dias" #: ../raphodo/prefs/preferencedialog.py:537 msgid "forever" msgstr "para sempre" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Cache size:" msgstr "Tamanho do cache:" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Number of thumbnails:" msgstr "Número de miniaturas:" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Database size:" msgstr "Tamanho do banco de dados:" #: ../raphodo/prefs/preferencedialog.py:550 msgid "Cache unaccessed thumbnails for:" msgstr "Armazenar miniaturas não acessadas para:" #: ../raphodo/prefs/preferencedialog.py:559 msgid "Purge Cache..." msgstr "Limpar o Cache..." #: ../raphodo/prefs/preferencedialog.py:562 msgid "Optimize Cache..." msgstr "Otimizar o Cache..." #: ../raphodo/prefs/preferencedialog.py:588 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:598 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:601 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:615 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:629 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Skip download" msgstr "Pular o download" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Don't download the file, and issue an error message" msgstr "Não baixar o arquivo e enviar uma mensagem de erro" #: ../raphodo/prefs/preferencedialog.py:656 msgid "Add unique identifier" msgstr "Adicionar identificador único" #: ../raphodo/prefs/preferencedialog.py:659 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" "Adicionar um identificador como _1 ou _2 no fim do nome, imediatamente antes " "da extensão do arquivo" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Overwrite" msgstr "Sobrescrever" #: ../raphodo/prefs/preferencedialog.py:668 msgid "Overwrite the previously backed up file" msgstr "Sobrescrever o arquivo de backup anterior" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Skip" msgstr "Pular" #: ../raphodo/prefs/preferencedialog.py:671 msgid "Don't overwrite the backup file, and issue an error message" msgstr "Não sobrescrever o arquivo de backup e enviar uma mensagem de erro" #: ../raphodo/prefs/preferencedialog.py:678 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" "Quando uma foto ou vídeo ter o mesmo nome de um já baixado, escolha pular o " "download do arquivo ou adicionar um identificador único:" #: ../raphodo/prefs/preferencedialog.py:690 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" "Usar sequência de números para gerar automaticamente nomes de arquivos " "únicos é altamente recomendado. Configure a renomeação de arquivos no painel " "Renomear na janela principal." #: ../raphodo/prefs/preferencedialog.py:701 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" "Durante o backup, escolha se quer sobrescrever os arquivos com o mesmo nome " "no dispositivo de destino ou pular o backup deles:" #: ../raphodo/prefs/preferencedialog.py:722 msgid "Program Warnings" msgstr "Avisos do Programa" #: ../raphodo/prefs/preferencedialog.py:723 msgid "Show a warning when:" msgstr "Mostrar avisos quando:" #: ../raphodo/prefs/preferencedialog.py:727 msgid "Downloading files currently not displayed" msgstr "Baixando arquivos atualmente não exibidos" #: ../raphodo/prefs/preferencedialog.py:730 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" "Avisar sobre baixar arquivos que não foram exibidos na janela principal." #: ../raphodo/prefs/preferencedialog.py:734 msgid "Backup destinations are missing" msgstr "Destinos de backup faltando" #: ../raphodo/prefs/preferencedialog.py:736 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" "Avisar antes de iniciar o download se não for possível salvar os arquivos." #: ../raphodo/prefs/preferencedialog.py:740 msgid "Program libraries are missing or broken" msgstr "Bibliotecas do programa estão faltando ou quebradas" #: ../raphodo/prefs/preferencedialog.py:743 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" "Avisar se uma biblioteca usada pelo Rapid Photo Downloader está faltando ou " "não está funcionando." #: ../raphodo/prefs/preferencedialog.py:747 msgid "Filesystem metadata cannot be set" msgstr "Metadados do Sistema de arquivos não pode ser configurado" #: ../raphodo/prefs/preferencedialog.py:749 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" "Avisar se há um erro ao configurar os metadados do sistema de arquivos de um " "arquivo, como o tempo de modificação." #: ../raphodo/prefs/preferencedialog.py:753 msgid "Encountering unhandled files" msgstr "Encontrando arquivos não tratados" #: ../raphodo/prefs/preferencedialog.py:755 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" "Avisar após pesquisar um dispositivo ou este computador se há arquivos não " "reconhecidos que não serão incluídos no download." #: ../raphodo/prefs/preferencedialog.py:760 msgid "Do not warn about unhandled files with extensions:" msgstr "Não avisar sobre arquivos não tratados com extensões:" #: ../raphodo/prefs/preferencedialog.py:765 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" "As extensões de arquivo são insensíveis às maiúsculas e minúsculas e não " "precisam incluir o ponto inicial." #: ../raphodo/prefs/preferencedialog.py:769 msgid "Add" msgstr "Adicionar" #: ../raphodo/prefs/preferencedialog.py:771 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" "Adicionar uma extensão de arquivo na lista de tipos de arquivos não tratados " "para não ser avisado." #: ../raphodo/prefs/preferencedialog.py:776 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" "Remover uma extensão de arquivo na lista de tipos de arquivos não tratados " "para não ser avisado." #: ../raphodo/prefs/preferencedialog.py:783 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" "Limpar uma extensão de arquivo na lista de tipos de arquivos não tratados " "para não ser avisado." #: ../raphodo/prefs/preferencedialog.py:821 msgid "Photo and Video Consolidation" msgstr "Consolidação de Foto e Vídeo" #: ../raphodo/prefs/preferencedialog.py:824 msgid "Consolidate files across devices and downloads" msgstr "Consolidar arquivos em dispositivos e downloads" #: ../raphodo/prefs/preferencedialog.py:827 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" "Analisar os resultados de pesquisar por arquivos duplicados e combinando " "pares de arquivos RAW e JPEG,\n" "comparando-os em multiplos dispositivos e sessões de download." #: ../raphodo/prefs/preferencedialog.py:833 msgid "Treat matching RAW and JPEG files as:" msgstr "Tratar combinando arquivos RAW e JPEG como:" #: ../raphodo/prefs/preferencedialog.py:834 msgid "One photo" msgstr "Uma foto" #: ../raphodo/prefs/preferencedialog.py:835 msgid "Two photos" msgstr "Duas fotos" #: ../raphodo/prefs/preferencedialog.py:837 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" "Mostrar pares de fotos RAW e JPEG combinados como uma foto, e se marcado, " "baixar ambas." #: ../raphodo/prefs/preferencedialog.py:842 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" "Mostrar pares de fotos RAW e JPEG como duas fotos diferentes. Você pode " "ainda sincronizar a sequência de números delas." #: ../raphodo/prefs/preferencedialog.py:851 msgid "With matching RAW and JPEG photos:" msgstr "Com fotos RAW e JPEG combinadas:" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Do not mark JPEG for download" msgstr "Não marcar JPEG para download" #: ../raphodo/prefs/preferencedialog.py:854 msgid "Do not mark RAW for download" msgstr "Não marcar RAW para download" #: ../raphodo/prefs/preferencedialog.py:855 msgid "Mark both for download" msgstr "Marcar ambas para download" #: ../raphodo/prefs/preferencedialog.py:862 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" "Quando fotos RAW e JPEG combinadas são encontradas, não marcar " "automaticamente a JPEG para\n" "download. Você mesmo pode ainda marcá-la para download." #: ../raphodo/prefs/preferencedialog.py:868 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" "Quando fotos RAW e JPEG combinadas são encontradas, não marcar " "automaticamente a RAW para\n" "download. Você mesmo pode ainda marcá-la para download." #: ../raphodo/prefs/preferencedialog.py:874 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" "Quando fotos RAW e JPEG combinadas são encontradas, marcar automaticamente " "ambas para download." #: ../raphodo/prefs/preferencedialog.py:880 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" "Se você desabilitar a consolidação de arquivo, escolha o que fazer quando um " "dispositivo de download é inserido enquanto os downloads concluídos são " "exibidos:" #: ../raphodo/prefs/preferencedialog.py:886 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" "Quando um dispositivo de download é inserido enquanto os downloads " "concluídos são exibidos:" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Clear completed downloads" msgstr "Limpar os downloads concluídos" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Keep displaying completed downloads" msgstr "Continue mostrando os downloads concluídos" #: ../raphodo/prefs/preferencedialog.py:906 msgid "Prompt for what to do" msgstr "Perguntar o que fazer" #: ../raphodo/prefs/preferencedialog.py:911 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" "Limpe automaticamente a exibição de downloads concluídos sempre que um novo " "dispositivo de download for inserido." #: ../raphodo/prefs/preferencedialog.py:916 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" "Continue mostrando os downloads concluídos sempre que um novo dispositivo de " "download for inserido." #: ../raphodo/prefs/preferencedialog.py:921 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" "Perguntar se continua mostrando os downloads concluídos ou limpá-los sempre " "que um novo dispositivo de download é inserido." #: ../raphodo/prefs/preferencedialog.py:968 msgid "Version Check" msgstr "Verificar Versão" #: ../raphodo/prefs/preferencedialog.py:969 msgid "Check for new version at startup" msgstr "Procurar por nova atualização ao iniciar" #: ../raphodo/prefs/preferencedialog.py:972 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/prefs/preferencedialog.py:976 msgid "Include development releases" msgstr "Incluir versões em desenvolvimento" #: ../raphodo/prefs/preferencedialog.py:978 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/prefs/preferencedialog.py:996 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "Ignorar metadados data/hora DNG em dispositivos MTP" #: ../raphodo/prefs/preferencedialog.py:999 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" "Ignorar metadados de data/hora dos arquivos DNG em dispositivos MTP, e usar " "a hora da modificação do arquivo.\n" "\n" "Útil para dispositivos como alguns celulares e tablets que criam metadados " "DNG incorretamente." #: ../raphodo/prefs/preferencedialog.py:1006 msgid "Read photo metadata using only ExifTool" msgstr "Leia metadados de fotos usando apenas ExifTool" #: ../raphodo/prefs/preferencedialog.py:1008 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" "Use ExifTool em vez de Exiv2 para ler metadados de fotos e extrair " "miniaturas.\n" "\n" "O padrão é usar Exiv2, usando ExifTool apenas quando Exiv2 não suportar\n" "o formato de arquivo que está sendo lido.\n" "\n" "O Exiv2 é rápido, preciso e quase sempre confiável, mas trava ao extrair\n" "metadados de um pequeno número de arquivos, como arquivos DNG produzidos \n" "pelas câmeras Leica M8." #: ../raphodo/prefs/preferencedialog.py:1034 msgid "Completed Downloads" msgstr "Downloads completados" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1140 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1423 #, python-format msgid "Restores default %s preference values" msgstr "Restaura os valores de preferência padrão para %s" #: ../raphodo/prefs/preferencedialog.py:1585 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" "VocÊ quer limpar o cache de miniaturas? O cache será limpo quando o programa " "for reiniciado." #: ../raphodo/prefs/preferencedialog.py:1590 msgid "Purge Thumbnail Cache" msgstr "Limpar Cache de Miniaturas" #: ../raphodo/prefs/preferencedialog.py:1605 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" "Você quer otimizar o cache de miniaturas? O cache será otimizado quando o " "programa reiniciar." #: ../raphodo/prefs/preferencedialog.py:1610 msgid "Optimize Thumbnail Cache" msgstr "Otimizar Cache de Miniaturas" #: ../raphodo/prefs/preferencedialog.py:1929 msgid "Enter a Folder to Scan" msgstr "Entre uma pasta para pesquisar" #: ../raphodo/prefs/preferencedialog.py:1931 msgid "Specify a folder that will be scanned for photos and videos" msgstr "Especificar uma pasta que será pesquisada por fotos e vídeos" #: ../raphodo/prefs/preferencedialog.py:1933 msgid "Folder:" msgstr "Pasta:" #: ../raphodo/prefs/preferencedialog.py:1947 msgid "Enter a Path to Ignore" msgstr "Entre um Caminho a ser Ignorado" #: ../raphodo/prefs/preferencedialog.py:1949 msgid "Specify a path that will never be scanned for photos or videos" msgstr "Especifique um caminho onde fotos e vídeos não devem ser procurados" #: ../raphodo/prefs/preferencedialog.py:1951 msgid "Path:" msgstr "Caminho:" #: ../raphodo/prefs/preferencedialog.py:1965 msgid "Enter a File Extension" msgstr "Entre uma Extensão de Arquivo" #: ../raphodo/prefs/preferencedialog.py:1966 msgid "Specify a file extension (without the leading dot)" msgstr "Especificar uma extensão de arquivo (sem o ponto)" #: ../raphodo/prefs/preferencedialog.py:1967 ../raphodo/ui/renamepanel.py:140 msgid "Extension:" msgstr "Extensão:" #: ../raphodo/prefs/preferencedialog.py:1982 msgid "Invalid File Extension" msgstr "Extensão de arquivo inválida" #: ../raphodo/prefs/preferencedialog.py:1987 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" "A extensão de arquivo %s é reconhecida pelo Rapid Photo Downloader, " "portanto não faz sentido avisar sua presença." #: ../raphodo/prefs/preferencedialog.py:1996 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" "Reconhecer tipos de arquivos:\n" "\n" "Fotos:\n" "%(photos)s\n" "\n" "Vídeos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Outros:\n" "%(other)s" #: ../raphodo/prefs/preferences.py:311 msgid "Wedding" msgstr "Casamento" #: ../raphodo/prefs/preferences.py:311 msgid "Birthday" msgstr "Aniversário" #: ../raphodo/prefs/preferences.py:736 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Preferências de subpasta não deve começar com uma %s" #: ../raphodo/prefs/preferences.py:740 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Preferências subpasta não deve terminar com uma %s" #: ../raphodo/prefs/preferences.py:747 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "Preferências subpasta não deve conter dois %s um após o outro" #: ../raphodo/ui/primarybutton.py:124 msgid "Download 8 Photos and 10 Videos" msgstr "Baixar 8 Fotos e 10 Vídeos" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Erro: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "Erro: %s" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "Erro GPhoto2: %s" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" "Incapaz de inicializar a câmera, provavelmente porque outro programa está " "usando-a. Nenhum arquivo foi copiado." #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "Incapaz de ler diretorio %s" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "Incapaz de acessar hora da modificação ou o tamanho de %s" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "Incapaz de ler o arquivo %s" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "Incapaz de gravar o arquivo %s" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "Incapaz de mover o arquivo %s" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "Incapaz de remover o arquivo %s" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "Incapaz de copiar o arquivo %s" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "Arquivo vazio %s não será baixado" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "Não foi possível determinar a data de modificação para %s" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "Incapaz de carregar os metadados de %s" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" "Incapaz de carregar os metadados de %(name)s. Os %(filetype)s não serão " "baixados." #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" "Ocorreu um erro ajustando os metadados do arquivo %s. Se o erro ocorrer " "novamente no mesmo sistema de arquivos, ele não será reportado de novo." #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "Encontrado arquivo não tratado %s. Ele não será baixado." #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)s já existe." #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" "O arquivo %(filetype)s %(destination)s foi modificado pela última vez em " "%(date)s às %(time)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "O arquivo %(filetype)s %(source)s não foi baixado de %(device)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "O arquivo %(filetype)s %(source)s foi baixado de %(device)s." #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "O identificador único '%s' foi adicionado ao nome do arquivo." #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "O backup existente %(filetype)s %(destination)s foi modificado pela última " "vez em %(date)s às %(time)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "O arquivo %(filetype)s %(source)s não foi salvo do %(device)s." #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "O backup anterior %(filetype)s %(destination)s foi modificado pela última " "vez em %(date)s às %(time)s." #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" "O arquivo %(filetype)s %(source)s de %(device)s foi salvo, sobrescrevendo o " "backup anterior %(filetype)s." #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" "Durante a sincronização dos valores de sequência RAW + JPEG, uma duplicata " "%(filetype)s %(file)s foi encontrada e não foi baixada." #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" "Durante a sincronização dos valores de sequência RAW + JPEG, fotos foram " "detectadas com o mesmo nome de arquivo, mas tiradas em momentos diferentes:" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)s was tirada em %(image1_date)s às %(image1_time)s, e %(image2)s em " "%(image2_date)s às %(image2_time)s." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "Incapaz de finalizar o nome de arquivo para %s" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" "O nome de arquivo %(destination)s não foi totalmente gerado para " "%(filetype)s %(source)s." #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "O metadados %(type)s está faltando." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "O seguinte metadado está faltando: %s." #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "A conversão Data/Hora falhou: %s." #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" "Não foi possível extrair metadados de data/hora válidos ou determinar a hora " "de modificação do arquivo." #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "O nome do arquivo não possui uma extensão." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "Nome do arquivo não tem um componente número." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "Erro ao gerar componente %(component)s. Erro: %(error)s" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" "As subpastas de download %(folder)s foram somente geradas parcialmente para " "%(filetype)s %(source)s." #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" "Não há dados suficientes para gerar o %(subfolder_file)s para %(filename)s. " "O %(filetype)s não foi baixado." #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" "Incapaz de criar o %(filetype)s %(destination)s em %(folder)s. O arquivo " "baixado era %(source)s em %(device)s. Ele não foi baixado." #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "Incapaz de criar a subpasta de download %s." #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "Incapaz de criar a subpasta de backup %s." #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "Problemas ao pesquisar %s" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "Problemas ao copiar de %s" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" "Problemas durante a finalização dos nomes de arquivos e geração de subpastas" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "Problemas ao salvar para %s" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 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:249 ../raphodo/proximity.py:278 #: ../raphodo/proximity.py:313 ../raphodo/proximity.py:319 #, 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:267 #, 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:288 ../raphodo/proximity.py:294 #: ../raphodo/proximity.py:1123 ../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:303 ../raphodo/proximity.py:307 #: ../raphodo/proximity.py:1130 ../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:328 #, 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:339 #, 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:473 #, 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:1135 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1893 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:1952 #, 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:1956 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:1962 #, python-format msgid "%(hours)dh" msgstr "%(hours)dh" #: ../raphodo/proximity.py:2101 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:2106 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:2109 msgid "Timeline build pending..." msgstr "Construção da Timeline pendente..." #: ../raphodo/proximity.py:2110 msgid "Timeline is building..." msgstr "A Timeline está sendo montada..." #: ../raphodo/proximity.py:2112 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:2568 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:473 ../raphodo/rapid.py:871 ../raphodo/rapid.py:4657 #: ../raphodo/rapid.py:4880 ../raphodo/rapid.py:4899 ../raphodo/rapid.py:4922 #: ../raphodo/rapid.py:4929 ../raphodo/rapid.py:5606 ../raphodo/rapid.py:6229 #: ../raphodo/rapid.py:7449 ../raphodo/ui/rememberthisdialog.py:112 #: ../raphodo/ui/viewutils.py:743 #: ../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:1156 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:1167 msgid "Problem with ExifTool" msgstr "Problema com ExifTool" #: ../raphodo/rapid.py:1176 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:1188 msgid "Problem with libmediainfo" msgstr "Problemas com o libmediainfo" #: ../raphodo/rapid.py:1367 #, python-format msgid "" "Cannot download from Apple devices

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

      Missing applications: " "%(applications)s

      Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1766 msgid "Download failed" msgstr "O download falhou" #: ../raphodo/rapid.py:1769 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:1778 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:1782 msgid "Update Rapid Photo Downloader" msgstr "Atualização do Rapid Photo Downloader" #: ../raphodo/rapid.py:1786 msgid "Install" msgstr "Instalar" #: ../raphodo/rapid.py:1804 msgid "New version saved" msgstr "Nova versão salva" #: ../raphodo/rapid.py:1806 #, 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:1824 msgid "Upgrade failed" msgstr "Atualização falhou" #: ../raphodo/rapid.py:1827 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:1873 msgid "" "\n" "

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

      \n" "

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

      " msgstr "" #: ../raphodo/rapid.py:1883 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1894 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1897 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1898 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1901 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in the future #: ../raphodo/rapid.py:1906 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:2110 ../raphodo/rapid.py:2914 msgid "Download" msgstr "Download" #: ../raphodo/rapid.py:2114 msgid "&Refresh..." msgstr "&Atualizar..." #: ../raphodo/rapid.py:2118 msgid "&Preferences" msgstr "&Preferências" #: ../raphodo/rapid.py:2122 msgid "&Quit" msgstr "&Sair" #: ../raphodo/rapid.py:2128 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:2132 msgid "Error &Reports" msgstr "Erro &Reports" #: ../raphodo/rapid.py:2137 msgid "Clear Completed Downloads" msgstr "Limpar Downloads Completados" #: ../raphodo/rapid.py:2140 msgid "Get Help Online..." msgstr "Obter Ajuda Online..." #: ../raphodo/rapid.py:2144 msgid "&Tip of the Day..." msgstr "&Dica do Dia..." #: ../raphodo/rapid.py:2147 msgid "Report a Problem..." msgstr "Reportar um Problema..." #: ../raphodo/rapid.py:2150 msgid "Make a Donation..." msgstr "Faça uam doação..." #: ../raphodo/rapid.py:2153 msgid "Translate this Application..." msgstr "Traduzir esta Aplicação..." #: ../raphodo/rapid.py:2158 msgid "&About..." msgstr "&Sobre..." #: ../raphodo/rapid.py:2161 msgid "Check for Updates..." msgstr "Verificar atualizações..." #: ../raphodo/rapid.py:2250 msgid "Timeline" msgstr "Timeline" #: ../raphodo/rapid.py:2258 msgid "Destination" msgstr "Destino" #: ../raphodo/rapid.py:2260 msgid "Rename" msgstr "Renomear" #: ../raphodo/rapid.py:2262 msgid "Back Up" msgstr "Backup" #: ../raphodo/rapid.py:2486 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" "Habilitar ou desabilitar o uso de dispositivos anexados neste computador " "como origens de download" #: ../raphodo/rapid.py:2505 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:2508 msgid "This Computer" msgstr "Este Computador" #: ../raphodo/rapid.py:2522 msgid "Select a source folder" msgstr "Selecione uma pasta de origem" #: ../raphodo/rapid.py:2600 msgid "All" msgstr "Todos" #: ../raphodo/rapid.py:2601 msgid "New" msgstr "Novo" #: ../raphodo/rapid.py:2603 msgid "Show:" msgstr "Exibir:" #: ../raphodo/rapid.py:2606 msgid "Modification Time" msgstr "Hora da modificação" #: ../raphodo/rapid.py:2607 msgid "Checked State" msgstr "Verificar estado" #: ../raphodo/rapid.py:2610 msgid "File Type" msgstr "Tipo de Arquivo" #: ../raphodo/rapid.py:2611 msgid "Device" msgstr "Dispositivo" #: ../raphodo/rapid.py:2613 msgid "Sort:" msgstr "Ordenar:" #: ../raphodo/rapid.py:2629 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:2894 #, python-format msgid "Download %(files)s" msgstr "Baixar %(files)s" #: ../raphodo/rapid.py:2910 msgid "Resume Download" msgstr "Continuar Download" #: ../raphodo/rapid.py:2912 msgid "Pause" msgstr "Pausar" #: ../raphodo/rapid.py:3049 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "Obrigado por reportar um problema no Rapid Photo Downloader" #: ../raphodo/rapid.py:3150 #, 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:3244 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:3258 #, 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:3346 msgid "" "\n" "Downloading all files

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

      \n" "Do you want to proceed with the download?" msgstr "" "\n" "Baixando todos os arquivos

      \n" "Um download sempre inclui todos os arquivos que estão marcados para " "download,\n" "incluindo aqueles que não sendo mostrados porque a Timeline\n" "está sendo usada ou porque somente novos arquivos estão sendo " "mostrados.

      \n" "Você quer continuar com o download?" #: ../raphodo/rapid.py:3511 #, 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:3514 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Essa pasta de download é inválida:\n" "%s" #: ../raphodo/rapid.py:3517 msgid "Download Failure" msgstr "O download falhou" #: ../raphodo/rapid.py:3518 msgid "The download cannot proceed." msgstr "O download não pode continuar." #: ../raphodo/rapid.py:3536 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:3547 ../raphodo/rapid.py:3561 #, 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:3549 ../raphodo/rpdfile.py:179 msgid "photos" msgstr "fotos" #: ../raphodo/rapid.py:3563 ../raphodo/rpdfile.py:174 msgid "videos" msgstr "vídeos" #: ../raphodo/rapid.py:3573 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:3589 ../raphodo/rapid.py:3605 #, 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:3592 ../raphodo/rpdfile.py:181 ../raphodo/rpdfile.py:850 msgid "photo" msgstr "foto" #: ../raphodo/rapid.py:3608 ../raphodo/rpdfile.py:176 ../raphodo/rpdfile.py:912 msgid "video" msgstr "vídeo" #: ../raphodo/rapid.py:3616 msgid "Backup problem" msgstr "Problema no backup" #: ../raphodo/rapid.py:4447 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s — %(time_left)s restante (%(speed)s)" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4527 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s baixados" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4537 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s falhou ao baixar" #: ../raphodo/rapid.py:4543 ../raphodo/rapid.py:4650 msgid "warnings" msgstr "avisos" #: ../raphodo/rapid.py:4578 msgid "All downloads complete" msgstr "Todos os downloads completos" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4588 ../raphodo/rapid.py:4603 ../raphodo/rapid.py:4619 #: ../raphodo/rapid.py:4634 ../raphodo/rapid.py:4649 #, 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:4593 ../raphodo/rapid.py:4624 #, 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:4608 ../raphodo/rapid.py:4639 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s falhou em baixar" #: ../raphodo/rapid.py:4675 msgid "1 failure" msgstr "1 falha" #: ../raphodo/rapid.py:4677 #, python-format msgid "%d failures" msgstr "%d falhas" #: ../raphodo/rapid.py:4682 msgid "1 warning" msgstr "1 aviso" #: ../raphodo/rapid.py:4684 #, python-format msgid "%d warnings" msgstr "%d avisos" #: ../raphodo/rapid.py:4709 #, 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:4716 #, 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:4725 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Nenhum arquivo baixado — %(failures)s" #: ../raphodo/rapid.py:4727 msgid "No files downloaded" msgstr "Nenhum arquivo baixado" #: ../raphodo/rapid.py:4767 msgid "Program preferences are invalid" msgstr "Preferências do programa são inválidas" #: ../raphodo/rapid.py:4886 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

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

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

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

      Alternatively, you can ignore " "the %(camera)s." msgstr "" "Todos os arquivos nas %(camera)s estão inacessíveis.

      Ela pode " "estar bloqueada ou não configurada para transferência de arquivos usando " "USB. Você pode desbloqueá-la e tentar novamente.

      Em alguns modelos, " "você também precisa alterar a configuração para permitir o uso de USB para " "Transferência de arquivos.

      Saiba mais sobre d" "ownload de câmeras e ha" "bilitando o download de telefones.

      Alternativamente, você pode " "ignorar asa %(camera)s." #: ../raphodo/rapid.py:4905 #, python-format msgid "" "The %(camera)s appears to be in use by another " "application.

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

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

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

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

      Alternatively, you can ignore " "the %(camera)s." msgstr "" "As %(camera)s parecem estar sendo usadas por outro " "aplicativo.

      O Rapid Photo Downloader não pode acessar um telefone " "ou câmera que está sendo usado por outro aplicativo, como um gerenciador de " "arquivos.< br>
      Se o dispositivo estiver montado em seu gerenciador de " "arquivos, você deve primeiro "ejetá-lo" desse aplicativo enquanto " "mantém as %(camera)s conectadas.

      Se isso não funcionar, desconecte as " "%(camera)s do computador e reconecte-a novamente.

      Saiba mais sobre b" "aixar de câmeras e permitindo baixar de telefones.

      Alternativamente, você pode " "ignorar as %(camera)s." #: ../raphodo/rapid.py:4925 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4936 msgid "&Try Again" msgstr "&Tentar Novamente" #: ../raphodo/rapid.py:4937 msgid "&Ignore This Device" msgstr "&Ignorar Este Dispositivo" #: ../raphodo/rapid.py:5029 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "Desculpe, um erro inesperado ocorreu enquanto pesquisava %s." #: ../raphodo/rapid.py:5032 msgid "Unfortunately you cannot download from this device." msgstr "" "Infelizmente você não pode baixar arquivos a partir deste dispositivo." #: ../raphodo/rapid.py:5036 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:5041 msgid "Device scan failed" msgstr "Pesquisa ao dispositivo falhou" #: ../raphodo/rapid.py:5578 #, 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:5613 #, 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:5775 msgid "Completed Downloads Present" msgstr "Completado os Download Atuais" #: ../raphodo/rapid.py:5777 #, python-format msgid "%s whose download have completed are displayed." msgstr "%s cujo download terminou é exibido." #: ../raphodo/rapid.py:5779 msgid "Do you want to clear the completed downloads?" msgstr "Você quer limpar os downloads terminados?" #: ../raphodo/rapid.py:5781 msgid "Completed Download Present" msgstr "Completado Download atual" #: ../raphodo/rapid.py:5782 #, python-format msgid "%s whose download has completed is displayed." msgstr "%s cujo download terminou é exibido." #: ../raphodo/rapid.py:5783 msgid "Do you want to clear the completed download?" msgstr "Você quer limpar os downloas terminados?" #: ../raphodo/rapid.py:5867 #, 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:6212 #, 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:6216 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:6222 #, 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:6226 msgid "Any device with the same name will be ignored." msgstr "Qualquer dispositivo com o mesmo nome será ignorado." #: ../raphodo/rapid.py:6645 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "Baixando de %(location)s para este computador." #: ../raphodo/rapid.py:6649 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:6705 #, python-format msgid "Generating thumbnails for %s" msgstr "Gerando miniaturas para %s" #: ../raphodo/rapid.py:6712 #, python-format msgid "Scanning %s" msgstr "Procurando %s" #: ../raphodo/rapid.py:6726 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" "%(number)s de %(available files)s marcados para download (%(hidden)s hidden)" #: ../raphodo/rapid.py:6738 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "%(number)s de %(available files)s marcados para download" #: ../raphodo/rapid.py:7035 msgid "Show version numbers of program and its libraries and exit." msgstr "Mostra a versão do programa e suas bibliotecas e sai." #: ../raphodo/rapid.py:7042 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:7048 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:7055 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:7061 msgid "Turn on or off the the renaming of photos." msgstr "Habilite ou desabilite o renomeador de fotos." #: ../raphodo/rapid.py:7067 msgid "Turn on or off the the renaming of videos." msgstr "Habilite ou desabilite o renomeador de vídeos." #: ../raphodo/rapid.py:7075 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:7083 msgid "Turn on or off downloading from this computer." msgstr "Habilite ou desabilite o download a partir deste computador." #: ../raphodo/rapid.py:7088 ../raphodo/rapid.py:7095 ../raphodo/rapid.py:7102 #: ../raphodo/rapid.py:7146 ../raphodo/rapid.py:7156 msgid "PATH" msgstr "CAMINHO" #: ../raphodo/rapid.py:7090 msgid "The PATH on this computer from which to download." msgstr "O CAMINHO neste computador que será feito o download." #: ../raphodo/rapid.py:7097 msgid "The PATH where photos will be downloaded to." msgstr "O CAMINHO onde as fotos serão baixadas." #: ../raphodo/rapid.py:7104 msgid "The PATH where videos will be downloaded to." msgstr "O CAMINHO onde os vídeos serão baixados." #: ../raphodo/rapid.py:7111 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:7117 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:7122 ../raphodo/rapid.py:7134 msgid "FOLDER" msgstr "PASTA" #: ../raphodo/rapid.py:7125 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:7137 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:7149 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:7159 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:7167 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "Ignorar fotos com as seguintes extensões: %s" #: ../raphodo/rapid.py:7177 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:7184 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:7191 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:7200 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:7208 msgid "Forget which files have been previously downloaded, and exit." msgstr "Esquecer os arquivos que já foram anteriormente baixados e sair." #: ../raphodo/rapid.py:7215 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:7224 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:7232 msgid "Include gphoto2 debugging information in log files." msgstr "Incluir informações de depuração do gphoto2 nos arquivos de log." #: ../raphodo/rapid.py:7238 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:7245 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:7255 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:7348 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:7359 msgid "No prior program preferences detected: exiting." msgstr "Nenhuma preferência de programa anterior detectada: saindo." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:7366 #, 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:7437 #, 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:7452 msgid "Program aborting." msgstr "Programa abortando." #: ../raphodo/rapid.py:7542 msgid "Never run this program as the sudo / root user." msgstr "Nunca execute este programa como usuário sudo / root." #: ../raphodo/rapid.py:7547 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:7562 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:7637 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:7842 msgid "All settings and caches have been reset." msgstr "Todos os ajustes e caches foram redefinidos." #: ../raphodo/rapid.py:7850 msgid "Thumbnail Cache has been reset." msgstr "O Cache de Miniaturas foi redefinido." #: ../raphodo/rapid.py:7856 msgid "Remembered files have been forgotten." msgstr "Arquivos Lembrados foram esquecidos." #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Remember this choice" msgstr "&Lembrar esta escolha" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't ask me about this again" msgstr "&Não pergunte-me sobre isso novamente" #: ../raphodo/ui/rememberthisdialog.py:80 msgid "&Don't warn me about this again" msgstr "&Não avise-me sobre isso novamente" #: ../raphodo/ui/rememberthisdialog.py:87 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:626 msgid "subfolder and filename" msgstr "subpasta e nome de arquivo" #: ../raphodo/renameandmovefile.py:628 msgid "filename" msgstr "nome de arquivo" #: ../raphodo/renameandmovefile.py:630 msgid "subfolder" msgstr "subpasta" #: ../raphodo/ui/renamepanel.py:327 msgid "A counter for how many downloads occur on each day" msgstr "Um contador para quantos downloads ocorreram em cada dia" #: ../raphodo/ui/renamepanel.py:328 msgid "Downloads today:" msgstr "Downloads de hoje:" #: ../raphodo/ui/renamepanel.py:350 msgid "A counter that is remembered each time the program is run " msgstr "Um contador que é aumentado cada vez que o programa é executado " #: ../raphodo/ui/renamepanel.py:351 msgid "Stored number:" msgstr "Número armazenado:" #: ../raphodo/ui/renamepanel.py:363 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" "A hora em que a sequência de números dos Downloads de hoje deve ser " "redefinido" #: ../raphodo/ui/renamepanel.py:365 msgid "Day start:" msgstr "Dia de início:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:375 msgid "Synchronize RAW + JPEG" msgstr "Sincronizar RAW + JPEG" #: ../raphodo/ui/renamepanel.py:379 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" "Sincronizar a sequência de números para os pares de RAW + JPEG combinados.\n" "\n" "Veja a documentação online para mais detalhes." #: ../raphodo/ui/renamepanel.py:384 msgid "Sequence Numbers" msgstr "Sequência de Números" #: ../raphodo/ui/renamepanel.py:395 msgid "Strip incompatible characters" msgstr "Omitir caracteres incompatíveis" #: ../raphodo/ui/renamepanel.py:400 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" "Se fotos, vídeos e nomes de pasta devem ter qualquer caracter removido que " "não é permitido por outros sistemas operacionais" #: ../raphodo/ui/renamepanel.py:404 msgid "Compatibility" msgstr "Compatibilidade" #: ../raphodo/ui/renamepanel.py:484 msgid "Photo Renaming" msgstr "Renomeação de Fotos" #: ../raphodo/ui/renamepanel.py:488 msgid "Video Renaming" msgstr "Renomeação de Vídeos" #: ../raphodo/ui/renamepanel.py:492 msgid "Renaming Options" msgstr "Opções de renomeação" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "fotos e vídeos" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "fotos ou vídeos" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:273 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:302 msgid "a video" msgstr "um vídeo" #: ../raphodo/rpdfile.py:304 msgid "1 Video" msgstr "1 vídeo" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:314 msgid "a photo" msgstr "uma foto" #: ../raphodo/rpdfile.py:316 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:830 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s na %(camera)s" #: ../raphodo/rpdfile.py:851 msgid "Photo" msgstr "Foto" #: ../raphodo/rpdfile.py:913 msgid "Video" msgstr "Vídeo" #: ../raphodo/storage/storage.py:251 msgid "File system root" msgstr "Raiz do sistema de arquivos" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:589 msgid "Pictures" msgstr "Imagens" #: ../raphodo/sudocommand.py:93 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:100 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:140 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:583 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "Tirada em %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:593 #, 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:605 ../raphodo/thumbnaildisplay.py:668 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:623 #, python-format msgid "Memory cards: %s" msgstr "Cartões de memória: %s" #: ../raphodo/thumbnaildisplay.py:628 #, python-format msgid "Memory card: %s" msgstr "Cartão de memória: %s" #: ../raphodo/thumbnaildisplay.py:635 msgid "Downloaded as:" msgstr "Baixado como:" #: ../raphodo/thumbnaildisplay.py:682 #, python-format msgid "

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

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

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

      Configurado manualmente como baixado anteriormente em %(date)s" #: ../raphodo/thumbnaildisplay.py:2257 msgid "Copy Path" msgstr "Copiar caminho" #: ../raphodo/thumbnaildisplay.py:2263 msgid "Mark File as Downloaded" msgstr "Marcar arquivo como baixado" #: ../raphodo/thumbnaildisplay.py:2268 msgid "Mark Files as Downloaded" msgstr "Marcar arquivos como baixados" #: ../raphodo/utilities.py:215 msgid "B" msgstr "B" #: ../raphodo/utilities.py:216 msgid "KB" msgstr "KB" #: ../raphodo/utilities.py:217 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:218 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:219 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:220 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:221 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:222 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:223 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:486 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s e %(last_item)s" #: ../raphodo/utilities.py:570 msgid "one" msgstr "um" #: ../raphodo/utilities.py:571 msgid "two" msgstr "dois" #: ../raphodo/utilities.py:572 msgid "three" msgstr "três" #: ../raphodo/utilities.py:573 msgid "four" msgstr "quatro" #: ../raphodo/utilities.py:574 msgid "five" msgstr "cinco" #: ../raphodo/utilities.py:575 msgid "six" msgstr "seis" #: ../raphodo/utilities.py:576 msgid "seven" msgstr "sete" #: ../raphodo/utilities.py:577 msgid "eight" msgstr "oito" #: ../raphodo/utilities.py:578 msgid "nine" msgstr "nove" #: ../raphodo/utilities.py:579 msgid "ten" msgstr "dez" #: ../raphodo/utilities.py:580 msgid "eleven" msgstr "onze" #: ../raphodo/utilities.py:581 msgid "twelve" msgstr "doze" #: ../raphodo/utilities.py:582 msgid "thirteen" msgstr "treze" #: ../raphodo/utilities.py:583 msgid "fourteen" msgstr "quatorze" #: ../raphodo/utilities.py:584 msgid "fifteen" msgstr "quinze" #: ../raphodo/utilities.py:585 msgid "sixteen" msgstr "dezesseis" #: ../raphodo/utilities.py:586 msgid "seventeen" msgstr "dezessete" #: ../raphodo/utilities.py:587 msgid "eighteen" msgstr "dezoito" #: ../raphodo/utilities.py:588 msgid "ninenteen" msgstr "dezenove" #: ../raphodo/utilities.py:589 msgid "twenty" msgstr "vinte" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&OK" msgstr "&OK" #: ../raphodo/ui/viewutils.py:680 ../raphodo/ui/viewutils.py:700 msgid "&Save" msgstr "&Salvar" #: ../raphodo/ui/viewutils.py:681 msgid "&Help" msgstr "&Ajuda" #: ../raphodo/ui/viewutils.py:682 msgid "Restore Defaults" msgstr "Restaurar Padrão" #: ../raphodo/ui/viewutils.py:683 ../raphodo/ui/viewutils.py:701 msgid "&Yes" msgstr "&Sim" #: ../raphodo/ui/viewutils.py:684 ../raphodo/ui/viewutils.py:702 msgid "&No" msgstr "&Não" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:105 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:109 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:115 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:309 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:314 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:321 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:390 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:403 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:558 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:562 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:566 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:570 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:594 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:596 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:598 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:638 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:652 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1459 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1463 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1606 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1612 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" "Baixar, renomear e salvar em backup fotos e vídeos de câmeras e outros " "dispositivos" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" "Rapid Photo Downloader importa fotos e vídeos de câmeras, smartphones, " "cartões de memória e outros dispositivos em alta velocidade. Ele pode ser " "configurado para renomear fotos e vídeos com nomes de arquivos legiveis de " "acordo com o que você especificar. Ele também pode salvar cópias de " "segurança das fotos e vídeos conforme elas forem baixadas. Ele baixa e salva " "em múltiplos dispositivos simultaneamente." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" "Recurso importante para o Rapid Photo Downloader é a sua Timeline, que " "agrupa fotos e vídeos baseados no tempo decorrido entre fotos consecutivas. " "Use-o para identificar fotos e vídeos tiradas em diferentes períodos de um " "dia ou em dias consecutivos." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" "Escrito por um fotógrafo para fotógrafos profissionais e amadores, Rapid " "Photo Downloader é fácil de configurar e usar. As preferências de programa " "são configuradas sem a necessidade de códigos complicados. Tarefas comuns " "podem ser automatizadas, como desmontar um cartão de memória quando o " "download estiver completado." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "A tela principal" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "Renomeando" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "Photo Downloader" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" "foto;download;fotografia;importart;vídeo;RAW;câmera;smartphone;ingest;backup;" "memória;cartão;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "Baixe fotos e vídeos com Rapid Photo Downloader" #~ msgid "Berlin" #~ msgstr "Berlim" #~ msgid "Paris" #~ msgstr "Paris" #~ msgid "Prague" #~ msgstr "Praga" #~ msgid "Manila" #~ msgstr "Manila" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Helsinki" #~ msgstr "Helsinque" #~ msgid "Kampala" #~ msgstr "Kampala" #~ msgid "Tehran" #~ msgstr "Teerã" #~ msgid "Stockholm" #~ msgstr "Estocolmo" #~ msgid "Rome" #~ msgstr "Roma" #~ msgid "Moscow" #~ msgstr "Moscou" #~ msgid "Sydney" #~ msgstr "Sydney" #~ msgid "Budapest" #~ msgstr "Budapeste" #~ msgid "Jakarta" #~ msgstr "Jacarta" #~ msgid "Madrid" #~ msgstr "Madri" #~ msgid "Delhi" #~ msgstr "Deli" #~ msgid "Warsaw" #~ msgstr "Varsóvia" #~ msgid "_Translate this Application..." #~ msgstr "_Traduzir este aplicativo..." #~ msgid "_View" #~ msgstr "E_xibir" #~ msgid "_Get Help Online..." #~ msgstr "_Ajuda Online..." #~ msgid "_Make a Donation..." #~ msgstr "Fazer uma _doação..." #~ msgid "_Help" #~ msgstr "Aj_uda" #~ msgid "_File" #~ msgstr "_Arquivo" #~ msgid "_Select" #~ msgstr "_Selecionar" #~ msgid "_Report a Problem..." #~ msgstr "_Reportar um problema..." #~ msgid "Video backup folder name:" #~ msgstr "Nome da pasta para cópia de segurança de vídeos:" #~ msgid "_Clear Completed Downloads" #~ msgstr "_Limpar tarefas conluídas" #~ msgid "Video Rename" #~ msgstr "Renomear Vídeo" #~ msgid "_Error Log" #~ msgstr "Registro de _Erros" #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "" #~ "Escolha como o programa deverá proceder caso ao copiar uma fotografia ou " #~ "vídeo haja um arquivo de mesmo nome." #~ msgid "_Add..." #~ msgstr "_Adicionar..." #~ msgid "Video Folders" #~ msgstr "Pasta de Vídeo" #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "Escolha como o programa deverá proceder caso ao fazer uma cópia de segurança " #~ "haja um arquivo de mesmo nome." #~ msgid "Unmount (\"eject\") device upon download completion" #~ msgstr "" #~ "Desmontar ou ejetar o dispositivo após conclusão da tarefa de descarga" #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "Sincronizar números seqüênciais em pares RAW-JPEG" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "" #~ "Restabelecer todas as configurações e preferências do programa e fechá-lo" #~ msgid " " #~ msgstr " " #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "" #~ "Erro causado pelas preferêcias de subdiretórios em \"diretórios de vídeo\"" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "" #~ "Erro causado pelas preferêcias de subdiretórios em \"diretórios de " #~ "fotografias\"" #~ msgid "Error in Video Rename preferences" #~ msgstr "Erro causado pelas preferêcias em \"renomear vídeos\"" #~ msgid "Error in Photo Rename preferences" #~ msgstr "Erro causado pelas preferêcias em \"renomear fotografias\"" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Escolha um diretório que contenha %(file_types)s" #, python-format #~ msgid "Example: %s" #~ msgstr "Exemplo: %s" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #~ msgid "externaldrive1" #~ msgstr "disco_externo_1" #~ msgid "externaldrive2" #~ msgstr "disco_externo_2" #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Origem: %(source)s\n" #~ "Destino: %(destination)s" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Origem: %(source)s" #~ msgid "Backing up error" #~ msgstr "Erro ao criar cópias de segurança" #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "" #~ "Foram detectadas fotografias de mesmo nome, mas de horários diferentes" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Erro: %(inst)s" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s de %(total)s %(filetypes)s (%(remaining)s restantes)" #~ msgid "Size" #~ msgstr "Tamanho" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s de %(total)s %(filetypes)s" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "" #~ "Deverá ser feita uma descarga das fotografias ou vídeos presentes neste " #~ "dispositivo ou partição?" #~ msgid "Device Detected" #~ msgstr "Dispositivo detectado" #~ msgid "Job Code:" #~ msgstr "Etiqueta:" #~ msgid "Should all Job Codes be removed?" #~ msgstr "Deseja realmente remover todas as etiquetas?" #~ msgid "Remove all Job Codes?" #~ msgstr "Remover todas as etiquetas?" #~ msgid "Enter a Job Code" #~ msgstr "Definir uma etiqueta" #~ msgid "" #~ "Specify whether photo, video and folder names should have any characters " #~ "removed that are not allowed by other operating systems." #~ msgstr "" #~ "Escolha se um caractere do nome de uma foto, vídeo ou diretório deverá ser " #~ "omitido, caso o mesmo não seja suportado por outros sistemas operacionais." #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "A criar cópias de segurança em %(path)s" #~ msgid "New York" #~ msgstr "Nova Iorque" #~ msgid "Select a folder to download videos to" #~ msgstr "Selecione o diretório para baixar os vídeos para" #~ msgid "Select a folder to download photos to" #~ msgstr "Selecione o diretório para baixar as fotos para" #~ msgid "scanning..." #~ msgstr "verificando..." #~ msgid "Photo has already been downloaded" #~ msgstr "A foto já foi baixada" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "Diretório de destino não pôde ser criado: %(directory)s\n" #~ msgid "_Remember this choice" #~ msgstr "_Relembrar esta escolha" #~ msgid "Download Progress" #~ msgstr "Progresso da transferência" #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #~ msgid "and" #~ msgstr "e" #~ msgid "Using backup device" #~ msgstr "Usando o dispositivo de backup" #~ msgid "Using backup devices" #~ msgstr "Usando dispositivos de backup" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Faltando %(minutes)i:%(seconds)02i minutos aproximadamente" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Faltando %i segundos aproximadamente" #~ msgid "About 1 minute remaining" #~ msgstr "Faltando 1 minuto aproximadamente" #~ msgid "MB/s" #~ msgstr "MB/s" #~ msgid "About 1 second remaining" #~ msgstr "Faltando 1 segundo aproximadamente" #~ msgid "Free space:" #~ msgstr "Espaço livre:" #~ msgid "; " #~ msgstr "; " #~ msgid "." #~ msgstr "." #~ msgid "Photos:" #~ msgstr "Fotos:" #~ msgid "Videos:" #~ msgstr "Vídeos:" #, python-format #~ msgid "%(free)s free" #~ msgstr "%(free)s livres" #~ msgid "All settings and preferences have been reset" #~ msgstr "Todas as configurações e preferências foram redefinidas" #, python-format #~ msgid "and %s" #~ msgstr "e %s" #, python-format #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "As preferências definidas para os subdiretórios de %(filetype)s são " #~ "inválidas e não poderão ser usadas.\n" #~ "Elas serão redefinidas para seus valores padrão." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "" #~ "Aviso: As meta-Informações disponíveis são insuficientes para " #~ "gerar um nome de arquivo. Por favor, use outras opções de renomeação." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "" #~ "Aviso: As meta-Informações disponíveis são insuficientes para " #~ "gerar nomes de subdiretórios. Por favor, use de outras opções de " #~ "nomeação." #, python-format #~ msgid "%(filetype)s already exists" #~ msgstr "%(filetype)s já existe." #, python-format #~ msgid "%s, " #~ msgstr "%s, " #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s não desmontado" #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "%(file_type)s pasta de download não é gravável" #, python-format #~ msgid "Folder: %s" #~ msgstr "Pasta: %s" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "%(file_type)s pasta de download e inválida" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "Listar extensões de foto vídeo que o programa reconhece e sair" #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Arquivo: %(file)s" #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "%(file_type)s pasta de download não existe" #~ msgid "only output errors to the command line" #~ msgstr "Ouvir apenas os erros de saída para a linha de comando" #~ msgid "display debugging information when run from the command line" #~ msgstr "" #~ "mostrar informações de depuração quando executado a partir da linha de " #~ "comando" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "exibir informaçá¹es do programa na linha de comando enquando o programa é " #~ "executado (default: %default)" #~ msgid "Name + extension" #~ msgstr "Nome + extensão" #, python-format #~ msgid "Date time value %s appears invalid." #~ msgstr "Data e hora %s valor aparece inválido." #, python-format #~ msgid "" #~ "%(filetype)s could not be backed up because no suitable backup locations " #~ "were found." #~ msgstr "" #~ "%(filetype)s não pôde ser feito backup porque nenhum local de backup foi " #~ "encontrado." #, python-format #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "%(filetype)s metadados não podem ser lidos" #, python-format #~ msgid "Error generating component %s." #~ msgstr "Erro ao gerar o componente %s" #, python-format #~ msgid "An error occurred when copying the %(filetype)s" #~ msgstr "Ocorreu um erro ao copiar %(filetype)s" #, python-format #~ msgid "%(filetype)s was already downloaded" #~ msgstr "%(filetype)s já foi baixado" #, python-format #~ msgid "%(filetype)s %(area)s could not be generated" #~ msgstr "%(filetype)s %(area)s não pode ser gerado" #, python-format #~ msgid "" #~ "The existing %(filetype)s was last modified on %(date)s at %(time)s. Unique " #~ "identifier '%(identifier)s' added." #~ msgstr "" #~ "O atual%(filetype)s foi modificada pela última vez em%(date)s em%(time)s. " #~ "Identificador exclusivo '%(identifier)s'' acrescentou." #, python-format #~ msgid "" #~ "Photos detected with the same filenames, but taken at different times: " #~ "%(details)s" #~ msgstr "" #~ "Fotos detectadas com o mesmo nome, mas tiradas em momentos diferentes: " #~ "%(details)s" #, python-format #~ msgid "The existing %(filetype)s was last modified on %(date)s at %(time)s." #~ msgstr "" #~ "O %(filetype)s existente foi modificado pela ultima vez em %(date)s as " #~ "%(time)s." #, python-format #~ msgid " It was backed up to %(volume)s" #~ msgstr " Foi feito backup para %(volume)s" #, python-format #~ msgid "Error: %(errorno)s %(strerror)s" #~ msgstr "Erro: %(errorno)s %(strerror)s" #, python-format #~ msgid "An error occurred when backing up on %(volume)s: %(inst)s." #~ msgstr "Ouvir Ocorreu um erro ao fazer backup em %(volume)s: %(inst)s." #~ msgid "" #~ "The filename, extension and Exif information indicate it has already been " #~ "downloaded." #~ msgstr "" #~ "A extensão do arquivo e informações Exif indicam que já foram baixados." #, python-format #~ msgid "There is no data with which to name the %(filetype)s." #~ msgstr "Não há dados com os quais o nome %(filetype)s." #~ msgid "The metadata might be corrupt." #~ msgstr "Os metadados podem estar corrompidos." #~ msgid " It was backed up to these devices: " #~ msgstr " Foi feito backup destes dispositivos: " #, python-format #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)s e %(final_volume)s." #~ msgid "Backups overwritten on these devices: " #~ msgstr "Backups substituídos nestes dispositivos: " #, python-format #~ msgid "Backup overwritten on %(volume)s." #~ msgstr "Backup substituído em %(volume)s." #, python-format #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #, python-format #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #~ msgid "Errors occurred when backing up on the following backup devices: " #~ msgstr "Ocorreram erros ao fazer backup em dispositivos de backup a seguir: " #~ msgid "Backups already exist in these locations: " #~ msgstr "Os backups já existem nestes locais: " #, python-format #~ msgid "Backup already exists on %(volume)s." #~ msgstr "Backup já existe no %(volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)s e %(volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)s e %(volume)s (%(inst)s)." #, python-format #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "Ouvir Ocorreu um erro ao fazer backup em %(volume)s." #~ msgid "Problems in subfolder and filename generation" #~ msgstr "Problemas na subpasta e arquivo de geração" #~ msgid "Problem in subfolder and filename generation" #~ msgstr "Problema na subpasta e arquivo de geração" #~ msgid "The following metadata is missing: " #~ msgstr "Os metadados seguinte estão em falta: " #, python-format #~ msgid "%(missing_metadata_elements)s and %(final_missing_metadata_element)s." #~ msgstr "%(missing_metadata_elements)s e %(final_missing_metadata_element)s." #, python-format #~ msgid " Furthermore, there was a %(problem)s." #~ msgstr " Além disso, houve um %(problem)s." #, python-format #~ msgid "%(previousproblem)s Additionally, %(newproblem)s" #~ msgstr "%(previousproblem)s Adicionalmente, %(newproblem)s" #, python-format #~ msgid " Furthermore, there were %(problems)s." #~ msgstr " Além disso, houve %(problems)s." #, python-format #~ msgid "An error occurred when creating directories on %(volume)s: %(inst)s." #~ msgstr "Ocorreu um erro ao criar diretórios em %(volume)s: %(inst)s." #~ msgid "" #~ "Errors occurred when creating directories on the following backup devices: " #~ msgstr "" #~ "Ocorreram erros ao criar diretórios nos dispositivos de backup a seguir: " #, python-format #~ msgid "Problem in %s generation" #~ msgstr "Problema na geração de %s" #, python-format #~ msgid "Problems in %s generation" #~ msgstr "Problemas na geração de %s" #, python-format #~ msgid "An error occurred when copying the %(filetype)s, but it was backed up" #~ msgstr "Ocorreu um erro ao copiar %(filetype)s, mas foi feito backup" #, python-format #~ msgid "%(filetype)s already exists, but it was backed up" #~ msgstr "%(filetype)s já existe, mas foi feito backup" #~ msgid "there were errors backing up" #~ msgstr "houve erros de backup" #~ msgid "Multiple problems were encountered" #~ msgstr "Vários problemas foram encontrados" #~ msgid "there was an error backing up" #~ msgstr "Ocorreu um erro ao fazer backup" #~ msgid "There were errors backing up" #~ msgstr "Houve erros de backup" #, python-format #~ msgid "%(previousproblem)s, and %(backinguperror)s" #~ msgstr "%(previousproblem)s, e %(backinguperror)s" #~ msgid "There was an error backing up" #~ msgstr "Houve um erro ao fazer backup" #~ msgid "Download / Pause" #~ msgstr "Download / Pausa" #, python-format #~ msgid "Path: %s" #~ msgstr "Caminho: %s" #~ msgid "Failed to create download subfolder" #~ msgstr "Falha ao criar subpasta download" #~ msgid "Select All Without _Job Code" #~ msgstr "Selecionar Tudo Sem Código _Job" #~ msgid "Select All Wit_h Job Code" #~ msgstr "Selecionar o código de trabalho Wit_h" #~ msgid "Next File" #~ msgstr "Próximo Arquivo" #~ msgid "Previous File" #~ msgstr "Arquivo Anterior" #~ msgid "_Uncheck All" #~ msgstr "_Desmarcar Tudo" #~ msgid "_Include in download" #~ msgstr "_Incluir no download" #~ msgid "_Check All" #~ msgstr "_Verificar Tudo" #~ msgid " hh:mm" #~ msgstr " hh:mm" #~ msgid "Backup" #~ msgstr "Backup" #~ msgid ":" #~ msgstr ":" #~ msgid "Download Folder" #~ msgstr "Pasta de Download " #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "Compatibilidade com Outros Sistemas Operacionais" #~ msgid "_Download" #~ msgstr "_Baixar" #~ msgid "Photo Rename" #~ msgstr "Renomear Foto" #~ msgid "Program Automation" #~ msgstr "Programa de Automação" #~ msgid "Photo and Video Name Conflicts" #~ msgstr "Conflitos de Nomes de Fotos e Vídeos" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/midia/ldriveexterno/Fotos" #~ msgid "Example: /home/user/Pictures" #~ msgstr "Exemplo: /home/usuário/Fotos" #~ msgid "Example:" #~ msgstr "Exemplo:" #~ msgid "Example" #~ msgstr "Exemplo" #~ msgid "Download Subfolders" #~ msgstr "Subpastas de Download" #~ msgid "Job Codes" #~ msgstr "Job Códigos" #~ msgid "Sequence Numbers" #~ msgstr "Números de sequência" #~ msgid "Photo Rename\t" #~ msgstr "Renomear Foto\t" #~ msgid "Rename Options" #~ msgstr "Renomear Opções" #~ msgid "Miscellaneous" #~ msgstr "Miscellaneous" #~ msgid "Original:" #~ msgstr "Original:" #~ msgid "New:" #~ msgstr "Novo:" #~ msgid "Job Codes" #~ msgstr "Job Codes" #~ msgid "Photo Download Folders" #~ msgstr "" #~ "Pasta de Download de Fotos" #~ msgid "Error Handling" #~ msgstr "Error Handling" #~ msgid "Backup\t" #~ msgstr "Backup\t" #~ msgid "Devices" #~ msgstr "Devices" #~ msgid "Backup" #~ msgstr "Backup" #~ msgid "Video Download Folders" #~ msgstr "" #~ "Pasta de Download de Vídeos" #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "Detectar automaticamente dispositivos de armazenamento portátil" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Escolher pasta de download. Subpastas para as fotos serão criados " #~ "automaticamente nesta pasta usando a estrutura a seguir especificados." #~ msgid "Video Rename\t" #~ msgstr "Renomear Vídeos\t" #~ msgid "Automatically detect devices" #~ msgstr "Detectar automaticamente dispositivos" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Escolher pasta de download. Subpastas para os vídeos baixados serão criados " #~ "automaticamente nesta pasta usando a estrutura a seguir especificados." #~ msgid "Download folder:" #~ msgstr "Pasta de Downloads:" #~ msgid "Location:" #~ msgstr "Localização" #~ msgid "Performance" #~ msgstr "Performance" #~ msgid "Generate thumbnails (slower)" #~ msgstr "Gerar miniaturas (mais lento)" #~ msgid "Photo Folders" #~ msgstr "Pastas de Fotos" #~ msgid "Photo backup folder name:" #~ msgstr "Nome da Pasta de Backup de Fotos" #~ msgid "" #~ "Specify the folder in which backups are stored on the device. \n" #~ "\n" #~ "Note: this will also be used to determine whether or not the device is " #~ "used for backups. For each device you wish to use for backing up to, create " #~ "a folder in it with one of these names." #~ msgstr "" #~ "Especifique a pasta no qual os backups serão armazenados no dispositivo. \n" #~ "\n" #~ "Nota: isso também será utilizado para determinar se o dispositivo é ou " #~ "não utilizado para backups. Para cada dispositivo que deseja usar para fazer " #~ "backup, criar uma pasta com um desses nomes." #~ msgid "Rename Options" #~ msgstr "Renomear Opções" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "Preferências: Photo Downloader Rapid" #~ msgid "Photo Rename" #~ msgstr "Renomear Foto" #~ msgid "" #~ "Specify the time in 24 hour format at which the Downloads today " #~ "sequence number should be reset." #~ msgstr "" #~ "Especifique o tempo em formato de 24 horas em que a sequência numérica de " #~ " Downloads de Hoje devem reiniciar." #~ msgid "R_emove All" #~ msgstr "R_emover Tudo" #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "Importar fotos e vídeos de forma eficiente e confiável" #~ msgid "Error Log" #~ msgstr "Log de Erro" #~ msgid "" #~ "Devices are from where to download photos and videos, such as cameras, " #~ "memory cards or Portable Storage Devices.\n" #~ "\n" #~ "You can download from multiple devices simultaneously, or you can specify a " #~ "location on your hard drive.\n" #~ "\n" #~ "Downloading directly from cameras is currently an experimental feature. " #~ "If downloading directly from your camera works poorly or not at all, try " #~ "setting it to PTP mode. If that is not possible, a card reader must be " #~ "used." #~ msgstr "" #~ "Dispositivos são de onde as fotos e vídeos são baixados, como câmeras, " #~ "cartões de memória ou dispositivos de armazenamento portátil.\n" #~ "\n" #~ "Você pode baixar de vários dispositivos simultaneamente, ou pode especificar " #~ "um local em seu disco rígido.\n" #~ "\n" #~ "Baixar diretamente de câmeras é atualmente um recurso experimental. Caso " #~ "ele não funcione corretamente, tente ativar o modo PTP. Caso isso não seja " #~ "possível, um leitor de cartões deve ser utilizado." #~ msgid "Device Options" #~ msgstr "Opções do dispositivo" #~ msgid "Device Options" #~ msgstr "Opções do dispositivo" #~ msgid "Re_move All" #~ msgstr "Re_mover todos" #~ msgid "the root of the file system" #~ msgstr "a raiz do sistema de arquivos" #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "Tranferindo de %(location)s." #~ msgid "Download cannot proceed" #~ msgstr "A transferência não pôde continuar" #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "Você realmente deseja realizar o download deste local? Em alguns sistemas, " #~ "varrer este local pode leavar muito tempo." #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "Criando o backup das fotos em %(path)s e vídeos em %(path2)s" #, python-format #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "Criando o backup das fotos e vídeos em %(path)s" #~ msgid "Select a folder in which to backup photos" #~ msgstr "Selecione uma pasta onde será executado o backup das fotos" #~ msgid "Select a folder in which to backup videos" #~ msgstr "Selecione uma pasta onde será executado o backup dos vídeos" #~ msgid "Remove all Remembered Paths?" #~ msgstr "Remover todos os caminhos lembrados" #~ msgid "Should all remembered paths be removed?" #~ msgstr "Todos os caminhos lembrados devem ser removidos?" #~ msgid "Remove all Ignored Paths?" #~ msgstr "Remover todos os Caminhos Ignorados?" #~ msgid "Should all ignored paths be removed?" #~ msgstr "Todos os caminhos ignorados devem ser removidos?" #~ msgid "Remembered Paths" #~ msgstr "Caminhos Lembrados" #, python-format #~ msgid "" #~ "The following regular expressions are invalid, and will be removed unless " #~ "you correct them:\n" #~ " %s" #~ msgstr "" #~ "As seguintes expressões regulares não são válidas e serão removidas a não " #~ "ser que sejam corrigidas:\n" #~ "%s" #, python-format #~ msgid "" #~ "This regular expression is invalid, and will be removed unless you correct " #~ "it:\n" #~ " %s" #~ msgstr "" #~ "Esta expressão regular é inválida e será removida a não ser que seja " #~ "corrigida:\n" #~ "%s" #~ msgid "" #~ "Sorry, video downloading functionality disabled. To download videos, please " #~ "install either the hachoir metadata and kaa metadata packages " #~ "for python, or exiftool." #~ msgstr "" #~ "Desculpe, a funcionalidade de download de vídeo foi desabilitada. Para " #~ "executar o download de vídeos, por favor instale os pacotes hachoir " #~ "metadata e kaa metadata do python, ou exiftool." #~ msgid "" #~ "If you disable automatic detection, choose the exact location of the photos " #~ "and videos." #~ msgstr "" #~ "Se você desabilitar a detecção automática, escolha o local exato das fotos e " #~ "vídeos." #~ msgid "" #~ "If you enable automatic detection of Portable Storage Devices, the entire " #~ "device will be scanned. On large devices, this could take some time.\n" #~ "\n" #~ "When this option is enabled, and a potential device is detected, you will be " #~ "prompted to determine if it should be scanned or not." #~ msgstr "" #~ "Se vovê habilitar a detecção de Dispositivos de Armazenamento Portateis, " #~ "todo o dispositivo será varrido. Em dispositivos muito grandes, isso pode " #~ "levar algum tempo.\n" #~ "Quando esta opção esta habilitada e um dispositivo potêncial é detectado, " #~ "será perguntado se o mesmo deve ser varrido ou não." #~ msgid "Invalid regular expression" #~ msgstr "Expressão regular inválida" #~ msgid "Copy" #~ msgstr "Copiar" #~ msgid "Move" #~ msgstr "Mover" #~ msgid "From" #~ msgstr "De" #~ msgid "To" #~ msgstr "Para" #~ msgid "Auto Detect" #~ msgstr "Detectar Automaticamente" #~ msgid "Use _python-style regular expressions" #~ msgstr "Usar expressões regulares no estilo _python" #~ msgid "Automatically rotate JPEG images" #~ msgstr "Rotacionar imagens JPEG automaticamente" #~ msgid "An unknown error occurred" #~ msgstr "Ocorreu um erro desconhecido" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023206.0 rapid-photo-downloader-0.9.33/po/rapid-photo-downloader.pot0000644000175000017500000041477700000000000022717 0ustar00damondamon# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #: ../raphodo/ui/jobcodepanel.py:137 #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2022-03-11 13:26-0500\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:406 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:642 ../install.py:4301 msgid "Installer not found:" msgstr "" #. Translators: do not translate the term tar.gz #: ../install.py:646 ../install.py:4305 msgid "Installer not in tar.gz format:" msgstr "" #: ../install.py:728 ../install.py:757 ../install.py:4181 ../install.py:4186 msgid "Exiting..." msgstr "" #: ../install.py:979 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:1065 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:1362 ../install.py:4261 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:1472 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" #: ../install.py:1615 msgid "The following command will be run:" msgstr "" #. Translators: do not translate the term sudo #: ../install.py:1619 ../install.py:3805 ../install.py:3812 msgid "sudo may prompt you for the sudo password." msgstr "" #: ../install.py:1623 msgid "Would you like to run the command now?" msgstr "" #: ../install.py:1625 msgid "Answer is not yes, exiting." msgstr "" #: ../install.py:1636 ../install.py:2231 ../install.py:2290 ../install.py:2765 msgid "Command failed" msgstr "" #: ../install.py:1638 ../install.py:2232 ../install.py:2291 ../install.py:2766 msgid "Exiting" msgstr "" #: ../install.py:1666 msgid "The Universe repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1706 msgid "The EPEL repository must be enabled." msgstr "" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1754 msgid "The RPM Fusion Free repository must be enabled." msgstr "" #: ../install.py:1795 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "" #: ../install.py:2209 ../install.py:2239 ../install.py:2271 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" #: ../install.py:2224 msgid "Uninstalling system package" msgstr "" #: ../install.py:2249 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:2296 msgid "Checking if previous version installed with pip..." msgstr "" #: ../install.py:2449 ../install.py:2506 ../install.py:2622 msgid "The following package is unknown on your system: {}\n" msgstr "" #: ../install.py:2520 ../install.py:2678 ../install.py:2775 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" #: ../install.py:2614 ../install.py:2635 msgid "Querying installed and available packages (this may take a while)" msgstr "" #: ../install.py:2757 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" #: ../install.py:2824 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2834 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" #: ../install.py:2845 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2895 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:2903 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" #: ../install.py:2909 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2914 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2922 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" #: ../install.py:2930 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:2954 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:2972 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:2983 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:3020 msgid "Failed to download versions file." msgstr "" #: ../install.py:3025 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:3142 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:3296 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:3302 msgid "Received error code" msgstr "" #: ../install.py:3304 msgid "Failed to install application requirements: exiting." msgstr "" #: ../install.py:3306 msgid "Failed to install application: exiting..." msgstr "" #: ../install.py:3630 msgid "Installing application requirements..." msgstr "" #: ../install.py:3664 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #: ../install.py:3681 msgid "Installing application..." msgstr "" #: ../install.py:3768 msgid "Do you want Rapid Photo Downloader to appear in the Windows menu?" msgstr "" #: ../install.py:3774 msgid "Adding Rapid Photo Downloader to the Windows menu" msgstr "" #: ../install.py:3784 msgid "Failed to copy application launcher." msgstr "" #: ../install.py:3795 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:3800 msgid "Do you want to install the application's man pages?" msgstr "" #: ../install.py:3801 msgid "They will be installed into {}" msgstr "" #: ../install.py:3803 ../install.py:3810 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" #: ../install.py:3806 msgid "Do want to install the man pages?" msgstr "" #: ../install.py:3808 msgid "Installing man pages into {}" msgstr "" #: ../install.py:3826 msgid "Failed to create man page directory: exiting." msgstr "" #: ../install.py:3847 msgid "Failed to copy man page." msgstr "" #: ../install.py:3886 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:3899 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:3905 msgid "" "You may have to restart WSL to be able to run the program from the command " "line." msgstr "" #: ../install.py:3915 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line." msgstr "" #: ../install.py:3920 #, 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:3942 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:3944 msgid "Done." msgstr "" #: ../install.py:3958 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:4014 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #. Translators: do not translate the terms --PyQt5-version or --use-system-PyQt5 #: ../install.py:4026 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:4038 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:4052 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:4068 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:4082 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:4095 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:4105 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:4110 ../install.py:4124 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:4143 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:4151 msgid "Restarting script using system python..." msgstr "" #: ../install.py:4164 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:4202 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:4234 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:4246 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:4295 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:647 ../raphodo/ui/viewutils.py:681 #: ../raphodo/ui/viewutils.py:701 msgid "&Cancel" msgstr "" #: ../upgrade.py:651 msgid "&Upgrade" msgstr "" #: ../upgrade.py:656 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" #: ../upgrade.py:659 msgid "Click the Upgrade button to start the upgrade." msgstr "" #: ../upgrade.py:662 ../upgrade.py:668 ../raphodo/ui/viewutils.py:680 #: ../raphodo/ui/viewutils.py:700 msgid "&Close" msgstr "" #: ../upgrade.py:663 msgid "&Run" msgstr "" #: ../upgrade.py:693 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" #: ../upgrade.py:696 msgid "Upgrade running..." msgstr "" #: ../upgrade.py:732 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:737 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:741 msgid "Upgrade failed. Click Close to exit." msgstr "" #: ../upgrade.py:11333 #, python-format msgid "Upgrading %s..." msgstr "" #: ../upgrade.py:11335 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:11348 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:11350 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/ui/aboutdialog.py:334 msgid "Credits" msgstr "" #: ../raphodo/ui/aboutdialog.py:339 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:280 msgid "Backups are not configured" msgstr "" #: ../raphodo/ui/backuppanel.py:282 msgid "No backup devices detected" msgstr "" #: ../raphodo/ui/backuppanel.py:285 msgid "Valid backup locations not yet specified" msgstr "" #: ../raphodo/ui/backuppanel.py:465 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" #: ../raphodo/ui/backuppanel.py:473 msgid "Back up photos and videos when downloading" msgstr "" #: ../raphodo/ui/backuppanel.py:479 msgid "Automatically detect backup devices" msgstr "" #: ../raphodo/ui/backuppanel.py:485 msgid "" "Specify the folder in which backups are stored on the device." "

      Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" #: ../raphodo/ui/backuppanel.py:500 msgid "Photo folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:505 msgid "Video folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:510 ../raphodo/ui/nameeditor.py:1000 #: ../raphodo/ui/renamepanel.py:141 msgid "Example:" msgstr "" #: ../raphodo/ui/backuppanel.py:521 msgid "If you disable automatic detection, choose the exact backup locations." msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:532 msgid "Photo backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:542 msgid "Select Photo Backup Location" msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:554 msgid "Video backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:560 msgid "Select Video Backup Location" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:676 msgid "drive1" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:679 msgid "drive2" msgstr "" #: ../raphodo/ui/backuppanel.py:746 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/ui/backuppanel.py:751 msgid "Backup Options" msgstr "" #: ../raphodo/copyfiles.py:610 msgid "video THM" msgstr "" #: ../raphodo/copyfiles.py:620 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:104 ../raphodo/ui/devicedisplay.py:1408 #: ../raphodo/rpdfile.py:310 #, 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:112 ../raphodo/ui/devicedisplay.py:1414 #: ../raphodo/rpdfile.py:298 #, python-format msgid "%(no_videos)s Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:123 msgid "Used" msgstr "" #: ../raphodo/ui/destinationdisplay.py:124 msgid "Excess" msgstr "" #: ../raphodo/ui/destinationdisplay.py:133 ../raphodo/ui/devicedisplay.py:1440 msgid "Device size unknown" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:146 #, python-format msgid "No space free on %(size_total)s device" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:156 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/ui/destinationdisplay.py:230 ../raphodo/ui/destinationpanel.py:74 #: ../raphodo/ui/devicedisplay.py:625 ../raphodo/rapid.py:2641 #: ../raphodo/rapid.py:7587 ../raphodo/rpdfile.py:960 msgid "Photos" msgstr "" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:231 ../raphodo/ui/destinationpanel.py:78 #: ../raphodo/ui/devicedisplay.py:626 ../raphodo/rapid.py:2642 #: ../raphodo/rapid.py:7587 ../raphodo/rpdfile.py:988 #: ../raphodo/storage/storage.py:602 msgid "Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:232 msgid "Projected storage use after download" msgstr "" #. Translators: Custom refers to the user choosing a non-default value that #. they customize themselves #: ../raphodo/ui/destinationdisplay.py:355 ../raphodo/ui/nameeditor.py:587 msgid "Custom..." msgstr "" #: ../raphodo/ui/destinationdisplay.py:774 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/ui/destinationdisplay.py:776 msgid "Configure video subfolder creation" msgstr "" #: ../raphodo/ui/destinationpanel.py:90 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:113 ../raphodo/ui/destinationpanel.py:125 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1294 msgid "Probing device..." msgstr "" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Temporarily ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1313 msgid "Permanently ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1316 msgid "Rescan" msgstr "" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1437 #, python-format msgid "%s full" msgstr "" #: ../raphodo/ui/devicedisplay.py:1457 msgid "Other" msgstr "" #: ../raphodo/devices.py:603 ../raphodo/devices.py:604 msgid "Cameras" msgstr "" #: ../raphodo/devices.py:605 ../raphodo/devices.py:1256 #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 ../raphodo/rapid.py:2490 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:1006 #, 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:1073 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1229 ../raphodo/rapid.py:2213 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:1280 ../raphodo/devices.py:1300 #, 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:1318 #, 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:1326 #, python-format msgid "%(no_devices)s Devices" msgstr "" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1652 #, python-format msgid "%s + %s" msgstr "" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "\n" "In case of any problems, a red icon will appear at the bottom of the window " "indicating \n" "how many error reports there are. Clicking on it opens the Error Report " "window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 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." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "\n" "

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

      \n" "

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

      " msgstr "" #: ../raphodo/ui/didyouknow.py:133 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:140 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:147 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:154 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 \n" "metadata (where available) or according to the filesystem (as a fallback).\n" "
      2. Checked State: whether the file is marked for download.
      3. \n" "
      4. Filename: the full filename, including extension.
      5. \n" "
      6. Extension: the filename's extension. You can use this to group " "jpeg and \n" "raw images, for instance.
      7. \n" "
      8. File Type: photo or video.
      9. \n" "
      10. Device: name of the device the photos and videos are being " "downloaded \n" "from.
      11. \n" "
      " msgstr "" #: ../raphodo/ui/didyouknow.py:172 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" #: ../raphodo/ui/didyouknow.py:178 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:185 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 \n" "illustration below, the destination folders are "Pictures" and \n" ""Videos". The name of the destination folder is displayed in the " "grey bar \n" "directly above the folder tree, with a folder icon to its left and a gear " "icon to \n" "its far right.
      2. \n" "
      3. The download subfolders, which are directories that will be " "automatically \n" "generated by Rapid Photo Downloader. They need not already exist on your " "computer, but \n" "it's okay if they do. They will be generated under the destination folder.\n" "
      " msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a \n" "different destination folder for each. The same applies to the download " "subfolders for \n" "photos and videos—download photos and videos to the same subfolders, " "or use a \n" "different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:211 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:220 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to \n" "download:\n" "
        \n" "
      1. The destination folder tree shows the download subfolders already on " "your computer \n" "(those in a regular, non-italicized font), and the subfolders that will be " "created \n" "during the download (those whose names are italicized).
      2. \n" "
      3. The folder tree also shows into which subfolders the files will be " "downloaded \n" "(those colored black).
      4. \n" "
      " msgstr "" #: ../raphodo/ui/didyouknow.py:235 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following \n" "elements:\n" "
        \n" "
      1. File metadata, very often including the date the photo or video " "was created, \n" "but might also include the camera model name, camera serial number, or file " "extension \n" "e.g. JPG or CR2.
      2. \n" "
      3. A Job Code, which is free text you specify at the time the " "download occurs, \n" "such as the 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 \n" "format makes it easy to keep them sorted in a file manager, which is why " "it's the \n" "default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:254 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 \n" "preset. Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:261 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to \n" "configure your own scheme. You create your own schemes using the Photo or " "Video \n" "Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:270 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:276 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:282 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 \n" "and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:291 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 \n" "choices to generate new combinations. Supposing you wanted a date format " "that combines \n" "year (YYYY), a hyphen, and month (MM) to form YYYY-MM. You can create it " "like this \n" "(note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:300 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names \n" "in the \n" "online \n" "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:309 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. \n" "You can use them in subfolder and file names. In this illustration, some " "files have had \n" "the Job Code "Street" applied to them, and the selected files are " "about to \n" "get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:317 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 \n" "prompted to enter a Job Code for them before the download begins." msgstr "" #: ../raphodo/ui/didyouknow.py:324 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:327 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:333 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!" msgstr "" #: ../raphodo/ui/didyouknow.py:340 msgid "" "\n" "

      Four types of sequence values are available to help you assign unique " "names to your \n" "photos and 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 \n" "last time the 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 \n" "documentation.

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

      The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature \n" "on your 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 \n" "are detected, the same sequence numbers will be applied to both photo names. " "F\n" "urthermore, sequences will be updated as if the photos were one.

      \n" "

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

      \n" msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are \n" "downloaded, such as external hard drives or network shares. Backup devices " "can be \n" "automatically detected, or exact backup locations specified." msgstr "" #: ../raphodo/ui/didyouknow.py:385 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:391 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including \n" "download sources, destinations, and backups. Additionally, settings can be " "reset to \n" "their default state, and caches and remembered files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:396 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:401 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 \n" "your cameras, memory cards, and other devices.
      2. \n" "
      3. A temporary cache of files downloaded from a camera, one for " "photos and \n" "another for videos. They are located in temporary subfolders in the " "download \n" "destination.
      4. \n" "
      5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores \n" "thumbnails of RAW and TIFF photos once they have been downloaded. File " "browsers like \n" "Gnome Files use this cache as well, meaning they too will display thumbnails " "for those \n" "files. \n" "
      6. \n" "
      \n" "Read more about these caches and their effect on download performance in the " "online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:459 msgid "Tip of the Day" msgstr "" #: ../raphodo/ui/didyouknow.py:467 msgid "Did you know...?" msgstr "" #: ../raphodo/ui/didyouknow.py:498 msgid "Show tips on startup" msgstr "" #: ../raphodo/ui/didyouknow.py:502 msgid "&Next" msgstr "" #: ../raphodo/ui/didyouknow.py:503 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:454 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:584 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:643 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:645 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:650 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:652 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:657 ../raphodo/downloadtracker.py:839 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:659 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:664 ../raphodo/downloadtracker.py:869 #: ../raphodo/downloadtracker.py:877 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:666 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:845 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:847 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:850 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:852 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:884 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:886 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:889 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:891 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:918 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:920 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:923 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:925 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:80 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:150 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:187 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:206 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:211 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:213 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:214 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:215 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:216 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:217 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:218 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:229 ../raphodo/errorlog.py:371 #, 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:234 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:256 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:357 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:516 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:567 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:50 #, python-brace-format msgid "" "Please report the problem at {website}.

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

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

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

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

      Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:88 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:182 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:186 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:189 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:216 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:218 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:173 ../raphodo/thumbnaildisplay.py:2254 msgid "Open in File Browser..." msgstr "" #. type: Optional[QModelIndex] #: ../raphodo/ui/filebrowse.py:179 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:183 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:140 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:181 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:272 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:206 msgid "Date time" msgstr "" #: ../raphodo/generatenameconfig.py:207 msgid "Text" msgstr "" #: ../raphodo/generatenameconfig.py:208 ../raphodo/rapid.py:2608 msgid "Filename" msgstr "" #: ../raphodo/generatenameconfig.py:209 #: ../raphodo/prefs/preferencedialog.py:994 msgid "Metadata" msgstr "" #: ../raphodo/generatenameconfig.py:210 msgid "Sequences" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:213 msgid "Job code" msgstr "" #: ../raphodo/generatenameconfig.py:214 msgid "Image date" msgstr "" #: ../raphodo/generatenameconfig.py:215 msgid "Video date" msgstr "" #: ../raphodo/generatenameconfig.py:216 msgid "Today" msgstr "" #: ../raphodo/generatenameconfig.py:217 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:220 msgid "Download time" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:223 msgid "Name" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 ../raphodo/rapid.py:2609 msgid "Extension" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 msgid "Image number" msgstr "" #: ../raphodo/generatenameconfig.py:230 msgid "Video number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:233 msgid "Aperture" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "ISO" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "Exposure time" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Focal length" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Camera make" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera model" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 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:254 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:257 msgid "Serial number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Shutter count" msgstr "" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:262 msgid "File number" msgstr "" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:264 msgid "Folder only" msgstr "" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:266 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:269 msgid "Owner name" msgstr "" #: ../raphodo/generatenameconfig.py:270 msgid "Codec" msgstr "" #: ../raphodo/generatenameconfig.py:271 msgid "Width" msgstr "" #: ../raphodo/generatenameconfig.py:272 msgid "Height" msgstr "" #: ../raphodo/generatenameconfig.py:273 msgid "Length" msgstr "" #: ../raphodo/generatenameconfig.py:274 msgid "Frames Per Second" msgstr "" #: ../raphodo/generatenameconfig.py:275 msgid "Artist" msgstr "" #: ../raphodo/generatenameconfig.py:276 msgid "Copyright" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:279 msgid "Downloads today" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Session number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Subfolder number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Stored number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:291 msgid "Sequence letter" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:294 msgid "All digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "Last digit" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 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:303 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:306 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:309 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:312 msgid "UPPERCASE" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "lowercase" msgstr "" #: ../raphodo/generatenameconfig.py:316 msgid "One digit" msgstr "" #: ../raphodo/generatenameconfig.py:317 msgid "Two digits" msgstr "" #: ../raphodo/generatenameconfig.py:318 msgid "Three digits" msgstr "" #: ../raphodo/generatenameconfig.py:319 msgid "Four digits" msgstr "" #: ../raphodo/generatenameconfig.py:320 msgid "Five digits" msgstr "" #: ../raphodo/generatenameconfig.py:321 msgid "Six digits" msgstr "" #: ../raphodo/generatenameconfig.py:322 msgid "Seven digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:325 msgid "Subseconds" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 ../raphodo/generatenameconfig.py:415 msgid "YYYYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:416 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:334 ../raphodo/generatenameconfig.py:417 msgid "YYYY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 msgid "YYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 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:343 msgid "YY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "MMDDYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "DDMMYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 ../raphodo/generatenameconfig.py:415 #: ../raphodo/generatenameconfig.py:416 ../raphodo/generatenameconfig.py:417 #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:419 msgid "YYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 msgid "YY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "Month (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "HHMMSS" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 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:394 msgid "HH-MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "MM (minutes)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "SS" msgstr "" #: ../raphodo/generatenameconfig.py:415 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:416 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:417 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:512 #: ../raphodo/generatenameconfig.py:699 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:418 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:419 ../raphodo/ui/jobcodepanel.py:279 #: ../raphodo/ui/nameeditor.py:926 ../raphodo/rapid.py:2261 #: ../raphodo/ui/renamepanel.py:93 ../raphodo/ui/renamepanel.py:275 msgid "Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:507 ../raphodo/generatenameconfig.py:694 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:510 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:510 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:699 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:700 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:700 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/ui/jobcodepanel.py:90 msgid "Enter a new Job Code, or select a previous one" msgstr "" #: ../raphodo/ui/jobcodepanel.py:98 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:108 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:121 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/ui/jobcodepanel.py:123 msgid "Enter a new Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:131 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:144 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/ui/jobcodepanel.py:148 msgid "New Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:186 msgid "&Job Code:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:190 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/ui/jobcodepanel.py:251 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:255 msgid "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/ui/jobcodepanel.py:259 msgid "" "Click the Apply button to apply the current Job Code to all selected photos " "and/or videos. You can also simply double click the Job Code." msgstr "" #: ../raphodo/ui/jobcodepanel.py:264 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not " "from any photos or videos that it may have been applied to." msgstr "" #: ../raphodo/ui/jobcodepanel.py:269 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/ui/jobcodepanel.py:278 msgid "Last Used" msgstr "" #: ../raphodo/ui/jobcodepanel.py:283 msgid "Job Code Sort:" msgstr "" #: ../raphodo/ui/jobcodepanel.py:286 ../raphodo/rapid.py:2616 msgid "Ascending" msgstr "" #: ../raphodo/ui/jobcodepanel.py:287 ../raphodo/rapid.py:2617 msgid "Descending" msgstr "" #: ../raphodo/ui/jobcodepanel.py:297 msgid "&New..." msgstr "" #: ../raphodo/ui/jobcodepanel.py:301 msgid "&Apply" msgstr "" #: ../raphodo/ui/jobcodepanel.py:305 msgid "&Remove" msgstr "" #: ../raphodo/ui/jobcodepanel.py:309 ../raphodo/prefs/preferencedialog.py:288 #: ../raphodo/prefs/preferencedialog.py:324 #: ../raphodo/prefs/preferencedialog.py:781 msgid "Remove All" msgstr "" #: ../raphodo/ui/jobcodepanel.py:512 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/ui/jobcodepanel.py:515 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/ui/jobcodepanel.py:579 msgid "Job Codes" msgstr "" #: ../raphodo/ui/messagewidget.py:67 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:478 ../raphodo/ui/nameeditor.py:498 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:583 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:584 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:630 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:647 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:650 ../raphodo/ui/nameeditor.py:1558 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:743 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:751 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:884 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:892 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:900 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:907 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:936 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:954 #, python-format msgid "The character
      %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:964 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:972 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:999 ../raphodo/ui/renamepanel.py:139 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1082 ../raphodo/ui/nameeditor.py:1105 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1134 ../raphodo/prefs/preferencedialog.py:1083 #: ../raphodo/wsl.py:648 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1161 msgid "Insert" msgstr "" #: ../raphodo/ui/nameeditor.py:1523 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1527 msgid "" "Do you want to save the changes in a new custom preset?

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

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

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

      The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1562 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:326 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:327 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:328 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:331 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:334 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:336 #, 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:366 ../raphodo/newversion.py:385 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:388 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:412 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:531 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:553 msgid "Downloading..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:134 msgid "Preferences" msgstr "" #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 msgid "Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Thumbnails" msgstr "" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:160 #: ../raphodo/prefs/preferencedialog.py:183 #: ../raphodo/prefs/preferencedialog.py:585 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:184 #: ../raphodo/prefs/preferencedialog.py:649 msgid "Error Handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:162 #: ../raphodo/prefs/preferencedialog.py:185 msgid "Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:163 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:164 #: ../raphodo/prefs/preferencedialog.py:186 msgid "Miscellaneous" msgstr "" #: ../raphodo/prefs/preferencedialog.py:221 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:225 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:231 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:233 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:240 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:244 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 #: ../raphodo/prefs/preferencedialog.py:310 msgid "Add..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:252 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 #: ../raphodo/prefs/preferencedialog.py:286 #: ../raphodo/prefs/preferencedialog.py:317 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove" msgstr "" #: ../raphodo/prefs/preferencedialog.py:259 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:278 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:279 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:283 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:290 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:304 msgid "Ignored Paths" msgstr "" #: ../raphodo/prefs/preferencedialog.py:306 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:313 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:320 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:327 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as well. #: ../raphodo/prefs/preferencedialog.py:338 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:345 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:387 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:400 #: ../raphodo/prefs/preferencedialog.py:505 #: ../raphodo/prefs/preferencedialog.py:553 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:408 #: ../raphodo/prefs/preferencedialog.py:575 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:416 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:417 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place the #. carriage return where you think it makes sense so that the tool tip does not #. stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:422 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading at program startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Start downloading upon device insertion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:430 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program when download completes" msgstr "" #: ../raphodo/prefs/preferencedialog.py:433 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/prefs/preferencedialog.py:465 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:470 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:473 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:477 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:480 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:489 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:490 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:530 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:536 msgid "days" msgstr "" #: ../raphodo/prefs/preferencedialog.py:537 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:550 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:559 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:562 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:588 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:598 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:601 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:615 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:629 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Skip download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:656 msgid "Add unique identifier" msgstr "" #: ../raphodo/prefs/preferencedialog.py:659 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Overwrite" msgstr "" #: ../raphodo/prefs/preferencedialog.py:668 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Skip" msgstr "" #: ../raphodo/prefs/preferencedialog.py:671 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:678 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:690 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:701 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:722 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:723 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:727 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:730 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:736 msgid "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:740 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:743 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:749 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:755 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:760 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:765 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:771 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:776 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:783 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:821 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:824 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:827 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:834 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:837 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:842 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:854 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:855 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:862 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:868 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:874 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:880 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:886 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:906 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:911 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:916 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:921 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:968 msgid "Version Check" msgstr "" #: ../raphodo/prefs/preferencedialog.py:969 msgid "Check for new version at startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:972 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/prefs/preferencedialog.py:976 msgid "Include development releases" msgstr "" #: ../raphodo/prefs/preferencedialog.py:978 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/prefs/preferencedialog.py:996 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:999 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1006 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1008 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1034 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1140 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1423 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1585 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1590 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1605 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1610 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1929 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1931 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1933 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1947 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1949 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1951 msgid "Path:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1965 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1966 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1967 ../raphodo/ui/renamepanel.py:140 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1982 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1987 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1996 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:308 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:308 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:733 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:737 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:744 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" #: ../raphodo/ui/primarybutton.py:124 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 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:249 ../raphodo/proximity.py:278 #: ../raphodo/proximity.py:313 ../raphodo/proximity.py:319 #, 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:267 #, 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:288 ../raphodo/proximity.py:294 #: ../raphodo/proximity.py:1123 ../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:303 ../raphodo/proximity.py:307 #: ../raphodo/proximity.py:1130 ../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:328 #, 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:339 #, 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:473 #, 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:1135 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1893 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:1952 #, 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:1956 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:1962 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2101 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:2106 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2109 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2110 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2112 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:2568 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:473 ../raphodo/rapid.py:871 ../raphodo/rapid.py:4657 #: ../raphodo/rapid.py:4880 ../raphodo/rapid.py:4899 ../raphodo/rapid.py:4922 #: ../raphodo/rapid.py:4929 ../raphodo/rapid.py:5606 ../raphodo/rapid.py:6229 #: ../raphodo/rapid.py:7448 ../raphodo/ui/rememberthisdialog.py:112 #: ../raphodo/ui/viewutils.py:745 #: ../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:1156 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:1167 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1176 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:1188 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1367 #, python-format msgid "" "Cannot download from Apple devices

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

      Missing applications: " "%(applications)s

      Learn more about which software to install." msgstr "" #: ../raphodo/rapid.py:1766 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1769 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1778 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1782 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1786 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1804 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1806 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1824 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1827 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1873 msgid "" "\n" "

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

      \n" "

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

      " msgstr "" #: ../raphodo/rapid.py:1883 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1894 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1897 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1898 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1901 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in the future #: ../raphodo/rapid.py:1906 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:2110 ../raphodo/rapid.py:2914 msgid "Download" msgstr "" #: ../raphodo/rapid.py:2114 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:2118 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:2122 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:2128 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:2132 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:2137 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:2140 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:2144 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:2147 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:2150 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:2153 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:2158 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:2161 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:2250 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:2258 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:2260 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:2262 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2486 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2505 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2508 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2522 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2600 msgid "All" msgstr "" #: ../raphodo/rapid.py:2601 msgid "New" msgstr "" #: ../raphodo/rapid.py:2603 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2606 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2607 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2610 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2611 msgid "Device" msgstr "" #: ../raphodo/rapid.py:2613 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2629 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:2894 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2910 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2912 msgid "Pause" msgstr "" #: ../raphodo/rapid.py:3049 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:3150 #, 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:3244 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:3258 #, 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:3346 msgid "" "\n" "Downloading all files

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

      \n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3511 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" #: ../raphodo/rapid.py:3514 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" #: ../raphodo/rapid.py:3517 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3518 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3536 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:3547 ../raphodo/rapid.py:3561 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3549 ../raphodo/rpdfile.py:179 msgid "photos" msgstr "" #: ../raphodo/rapid.py:3563 ../raphodo/rpdfile.py:174 msgid "videos" msgstr "" #: ../raphodo/rapid.py:3573 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:3589 ../raphodo/rapid.py:3605 #, 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:3592 ../raphodo/rpdfile.py:181 ../raphodo/rpdfile.py:850 msgid "photo" msgstr "" #: ../raphodo/rapid.py:3608 ../raphodo/rpdfile.py:176 ../raphodo/rpdfile.py:912 msgid "video" msgstr "" #: ../raphodo/rapid.py:3616 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:4447 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4527 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4537 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "" #: ../raphodo/rapid.py:4543 ../raphodo/rapid.py:4650 msgid "warnings" msgstr "" #: ../raphodo/rapid.py:4578 msgid "All downloads complete" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4588 ../raphodo/rapid.py:4603 ../raphodo/rapid.py:4619 #: ../raphodo/rapid.py:4634 ../raphodo/rapid.py:4649 #, 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:4593 ../raphodo/rapid.py:4624 #, 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:4608 ../raphodo/rapid.py:4639 #, python-format msgid "%(filetype)s failed to download" msgstr "" #: ../raphodo/rapid.py:4675 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4677 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4682 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4684 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4709 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4716 #, 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:4725 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4727 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4767 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4886 #, 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:4905 #, 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:4925 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4936 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4937 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:5029 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:5032 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:5036 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:5041 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5578 #, 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:5613 #, 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:5775 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5777 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5779 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5781 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5782 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5783 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5867 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:6212 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6216 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:6222 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6226 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6645 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6649 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:6705 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6712 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6726 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6738 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:7034 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:7041 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7047 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7054 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:7060 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:7066 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:7074 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:7082 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:7087 ../raphodo/rapid.py:7094 ../raphodo/rapid.py:7101 #: ../raphodo/rapid.py:7145 ../raphodo/rapid.py:7155 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:7089 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:7096 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7103 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7110 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:7116 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:7121 ../raphodo/rapid.py:7133 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:7124 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:7136 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:7148 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7158 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7166 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:7176 msgid "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:7183 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:7190 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:7199 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:7207 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:7214 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7223 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:7231 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:7237 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:7244 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:7254 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:7347 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7358 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:7365 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7436 #, python-format msgid "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7451 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7541 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7546 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7561 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:7636 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:7841 msgid "All settings and caches have been reset." msgstr "" #: ../raphodo/rapid.py:7849 msgid "Thumbnail Cache has been reset." msgstr "" #: ../raphodo/rapid.py:7855 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:80 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:87 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:626 msgid "subfolder and filename" msgstr "" #: ../raphodo/renameandmovefile.py:628 msgid "filename" msgstr "" #: ../raphodo/renameandmovefile.py:630 msgid "subfolder" msgstr "" #: ../raphodo/ui/renamepanel.py:327 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:328 msgid "Downloads today:" msgstr "" #: ../raphodo/ui/renamepanel.py:350 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:351 msgid "Stored number:" msgstr "" #: ../raphodo/ui/renamepanel.py:363 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:365 msgid "Day start:" msgstr "" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:375 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:379 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:384 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:395 msgid "Strip incompatible characters" msgstr "" #: ../raphodo/ui/renamepanel.py:400 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:404 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:485 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:490 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:494 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:273 #, python-format msgid "%(number)s %(filetypes)s" msgstr "" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:302 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:304 msgid "1 Video" msgstr "" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:314 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:316 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:830 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:851 msgid "Photo" msgstr "" #: ../raphodo/rpdfile.py:913 msgid "Video" msgstr "" #: ../raphodo/storage/storage.py:251 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:589 msgid "Pictures" msgstr "" #: ../raphodo/sudocommand.py:93 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:100 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:140 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:583 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:593 #, 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:605 ../raphodo/thumbnaildisplay.py:668 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:623 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:628 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:635 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:682 #, python-format msgid "

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

      Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2257 msgid "Copy Path" msgstr "" #: ../raphodo/thumbnaildisplay.py:2263 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2268 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:215 msgid "B" msgstr "" #: ../raphodo/utilities.py:216 msgid "KB" msgstr "" #: ../raphodo/utilities.py:217 msgid "MB" msgstr "" #: ../raphodo/utilities.py:218 msgid "GB" msgstr "" #: ../raphodo/utilities.py:219 msgid "TB" msgstr "" #: ../raphodo/utilities.py:220 msgid "PB" msgstr "" #: ../raphodo/utilities.py:221 msgid "EB" msgstr "" #: ../raphodo/utilities.py:222 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:223 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:486 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:570 msgid "one" msgstr "" #: ../raphodo/utilities.py:571 msgid "two" msgstr "" #: ../raphodo/utilities.py:572 msgid "three" msgstr "" #: ../raphodo/utilities.py:573 msgid "four" msgstr "" #: ../raphodo/utilities.py:574 msgid "five" msgstr "" #: ../raphodo/utilities.py:575 msgid "six" msgstr "" #: ../raphodo/utilities.py:576 msgid "seven" msgstr "" #: ../raphodo/utilities.py:577 msgid "eight" msgstr "" #: ../raphodo/utilities.py:578 msgid "nine" msgstr "" #: ../raphodo/utilities.py:579 msgid "ten" msgstr "" #: ../raphodo/utilities.py:580 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:581 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:582 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:583 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:584 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:585 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:586 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:587 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:588 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:589 msgid "twenty" msgstr "" #: ../raphodo/ui/viewutils.py:679 ../raphodo/ui/viewutils.py:699 msgid "&OK" msgstr "" #: ../raphodo/ui/viewutils.py:682 ../raphodo/ui/viewutils.py:702 msgid "&Save" msgstr "" #: ../raphodo/ui/viewutils.py:683 msgid "&Help" msgstr "" #: ../raphodo/ui/viewutils.py:684 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:685 ../raphodo/ui/viewutils.py:703 msgid "&Yes" msgstr "" #: ../raphodo/ui/viewutils.py:686 ../raphodo/ui/viewutils.py:704 msgid "&No" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:105 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:109 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:115 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:309 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:314 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:321 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:390 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:403 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:558 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:562 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:566 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:570 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:594 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:596 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:598 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:638 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:652 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1459 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1463 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1606 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1612 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;" "memory;card;" msgstr "" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/po/ro.po0000644000175000017500000045545600000000000016570 0ustar00damondamon# Romanian translation for rapid # Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2011. # #: ../raphodo/jobcodepanel.py:137 msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2022-02-27 16:56-0500\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:406 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:642 ../install.py:4330 msgid "Installer not found:" msgstr "" #. Translators: do not translate the term tar.gz #: ../install.py:646 ../install.py:4334 msgid "Installer not in tar.gz format:" msgstr "" #: ../install.py:728 ../install.py:757 ../install.py:4210 ../install.py:4215 msgid "Exiting..." msgstr "" #: ../install.py:979 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:1065 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:1357 ../install.py:4290 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:1467 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" #: ../install.py:1610 msgid "The following command will be run:" msgstr "" #. Translators: do not translate the term sudo #: ../install.py:1614 ../install.py:3834 ../install.py:3841 msgid "sudo may prompt you for the sudo password." msgstr "" #: ../install.py:1618 msgid "Would you like to run the command now?" msgstr "" #: ../install.py:1620 msgid "Answer is not yes, exiting." msgstr "" #: ../install.py:1631 ../install.py:2259 ../install.py:2318 ../install.py:2793 msgid "Command failed" msgstr "" #: ../install.py:1633 ../install.py:2260 ../install.py:2319 ../install.py:2794 msgid "Exiting" msgstr "" #: ../install.py:1661 msgid "The Universe repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1701 msgid "The EPEL repository must be enabled." msgstr "" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1749 msgid "The RPM Fusion Free repository must be enabled." msgstr "" #: ../install.py:1790 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "" #: ../install.py:2237 ../install.py:2267 ../install.py:2299 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" #: ../install.py:2252 msgid "Uninstalling system package" msgstr "" #: ../install.py:2277 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:2324 msgid "Checking if previous version installed with pip..." msgstr "" #: ../install.py:2477 ../install.py:2534 ../install.py:2650 msgid "The following package is unknown on your system: {}\n" msgstr "" #: ../install.py:2548 ../install.py:2706 ../install.py:2803 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" #: ../install.py:2642 ../install.py:2663 msgid "Querying installed and available packages (this may take a while)" msgstr "" #: ../install.py:2785 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" #: ../install.py:2852 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2862 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" #: ../install.py:2873 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2923 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:2931 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" #: ../install.py:2937 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2942 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2950 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" #: ../install.py:2958 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:2982 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:3000 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:3011 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:3048 msgid "Failed to download versions file." msgstr "Selectează un dosar unde descarc video." #: ../install.py:3053 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:3170 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:3324 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:3330 msgid "Received error code" msgstr "" #: ../install.py:3332 msgid "Failed to install application requirements: exiting." msgstr "" #: ../install.py:3334 msgid "Failed to install application: exiting..." msgstr "" #: ../install.py:3658 msgid "Installing application requirements..." msgstr "" #: ../install.py:3693 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #: ../install.py:3710 msgid "Installing application..." msgstr "" #: ../install.py:3797 msgid "Do you want Rapid Photo Downloader to appear in the Windows menu?" msgstr "" #: ../install.py:3803 #, fuzzy msgid "Adding Rapid Photo Downloader to the Windows menu" msgstr "Rapid Foto Descărcător" #: ../install.py:3813 msgid "Failed to copy application launcher." msgstr "" #: ../install.py:3824 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:3829 msgid "Do you want to install the application's man pages?" msgstr "" #: ../install.py:3830 msgid "They will be installed into {}" msgstr "" #: ../install.py:3832 ../install.py:3839 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" #: ../install.py:3835 msgid "Do want to install the man pages?" msgstr "" #: ../install.py:3837 msgid "Installing man pages into {}" msgstr "" #: ../install.py:3855 msgid "Failed to create man page directory: exiting." msgstr "" #: ../install.py:3876 msgid "Failed to copy man page." msgstr "" #: ../install.py:3915 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:3928 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:3934 msgid "" "You may have to restart WSL to be able to run the program from the command " "line." msgstr "" #: ../install.py:3944 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line." msgstr "" #: ../install.py:3949 #, 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:3971 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:3973 msgid "Done." msgstr "" #: ../install.py:3987 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:4043 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #. Translators: do not translate the terms --PyQt5-version or --use-system-PyQt5 #: ../install.py:4055 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:4067 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:4081 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:4097 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:4111 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:4124 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:4134 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:4139 ../install.py:4153 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:4172 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:4180 msgid "Restarting script using system python..." msgstr "" #: ../install.py:4193 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:4231 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:4263 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:4275 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:4324 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:647 ../raphodo/ui/viewutils.py:679 #: ../raphodo/ui/viewutils.py:699 msgid "&Cancel" msgstr "" #: ../upgrade.py:651 msgid "&Upgrade" msgstr "" #: ../upgrade.py:656 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" #: ../upgrade.py:659 msgid "Click the Upgrade button to start the upgrade." msgstr "" #: ../upgrade.py:662 ../upgrade.py:668 ../raphodo/ui/viewutils.py:678 #: ../raphodo/ui/viewutils.py:698 msgid "&Close" msgstr "" #: ../upgrade.py:663 msgid "&Run" msgstr "" #: ../upgrade.py:693 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" #: ../upgrade.py:696 msgid "Upgrade running..." msgstr "" #: ../upgrade.py:732 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:737 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:741 msgid "Upgrade failed. Click Close to exit." msgstr "" #: ../upgrade.py:11320 #, python-format msgid "Upgrading %s..." msgstr "" #: ../upgrade.py:11322 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:11335 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:11337 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/ui/aboutdialog.py:334 msgid "Credits" msgstr "" #: ../raphodo/ui/aboutdialog.py:339 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:280 msgid "Backups are not configured" msgstr "" #: ../raphodo/ui/backuppanel.py:282 msgid "No backup devices detected" msgstr "Nu am găsit copie de siguranță a dispozitivului" #: ../raphodo/ui/backuppanel.py:285 msgid "Valid backup locations not yet specified" msgstr "" #: ../raphodo/ui/backuppanel.py:465 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Puteţi avea fotografiile şi video copiate de siguranță în mai multe locaţii " "în care sunt descărcate, de exemplu, hard diskuri externe." #: ../raphodo/ui/backuppanel.py:473 msgid "Back up photos and videos when downloading" msgstr "Copiază de siguranță fotografiile șî video cănd descărci" #: ../raphodo/ui/backuppanel.py:479 msgid "Automatically detect backup devices" msgstr "Detectare automată a copiilor de siguranță a dispozitivelor" #: ../raphodo/ui/backuppanel.py:485 msgid "" "Specify the folder in which backups are stored on the device." "

      Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" #: ../raphodo/ui/backuppanel.py:500 msgid "Photo folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:505 msgid "Video folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:510 ../raphodo/ui/nameeditor.py:1000 #: ../raphodo/ui/renamepanel.py:141 msgid "Example:" msgstr "" #: ../raphodo/ui/backuppanel.py:521 msgid "If you disable automatic detection, choose the exact backup locations." msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:532 msgid "Photo backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:542 msgid "Select Photo Backup Location" msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:554 msgid "Video backup location:" msgstr "" #: ../raphodo/ui/backuppanel.py:560 msgid "Select Video Backup Location" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:676 msgid "drive1" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:679 msgid "drive2" msgstr "" #: ../raphodo/ui/backuppanel.py:746 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/ui/backuppanel.py:751 msgid "Backup Options" msgstr "" #: ../raphodo/copyfiles.py:609 msgid "video THM" msgstr "" #: ../raphodo/copyfiles.py:619 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:104 ../raphodo/ui/devicedisplay.py:1408 #: ../raphodo/rpdfile.py:310 #, 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:112 ../raphodo/ui/devicedisplay.py:1414 #: ../raphodo/rpdfile.py:298 #, python-format msgid "%(no_videos)s Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:123 msgid "Used" msgstr "" #: ../raphodo/ui/destinationdisplay.py:124 msgid "Excess" msgstr "" #: ../raphodo/ui/destinationdisplay.py:133 ../raphodo/ui/devicedisplay.py:1440 msgid "Device size unknown" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:146 #, python-format msgid "No space free on %(size_total)s device" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:156 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/ui/destinationdisplay.py:230 ../raphodo/ui/destinationpanel.py:74 #: ../raphodo/ui/devicedisplay.py:625 ../raphodo/rapid.py:2640 #: ../raphodo/rapid.py:7587 ../raphodo/rpdfile.py:960 msgid "Photos" msgstr "" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:231 ../raphodo/ui/destinationpanel.py:78 #: ../raphodo/ui/devicedisplay.py:626 ../raphodo/rapid.py:2641 #: ../raphodo/rapid.py:7587 ../raphodo/rpdfile.py:988 #: ../raphodo/storage/storage.py:602 msgid "Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:232 msgid "Projected storage use after download" msgstr "" #. Translators: Custom refers to the user choosing a non-default value that #. they customize themselves #: ../raphodo/ui/destinationdisplay.py:355 ../raphodo/ui/nameeditor.py:587 msgid "Custom..." msgstr "" #: ../raphodo/ui/destinationdisplay.py:774 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/ui/destinationdisplay.py:776 msgid "Configure video subfolder creation" msgstr "" #: ../raphodo/ui/destinationpanel.py:90 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:113 ../raphodo/ui/destinationpanel.py:125 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1294 msgid "Probing device..." msgstr "" #: ../raphodo/ui/devicedisplay.py:1309 msgid "Temporarily ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1313 msgid "Permanently ignore this device" msgstr "" #: ../raphodo/ui/devicedisplay.py:1316 msgid "Rescan" msgstr "" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1437 #, python-format msgid "%s full" msgstr "" #: ../raphodo/ui/devicedisplay.py:1457 msgid "Other" msgstr "" #: ../raphodo/devices.py:603 ../raphodo/devices.py:604 msgid "Cameras" msgstr "" #: ../raphodo/devices.py:605 ../raphodo/devices.py:1256 #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 ../raphodo/rapid.py:2489 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:1006 #, 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:1073 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1229 ../raphodo/rapid.py:2212 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:1280 ../raphodo/devices.py:1300 #, 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:1318 #, 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:1326 #, python-format msgid "%(no_devices)s Devices" msgstr "" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1652 #, python-format msgid "%s + %s" msgstr "" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "\n" "In case of any problems, a red icon will appear at the bottom of the window " "indicating \n" "how many error reports there are. Clicking on it opens the Error Report " "window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 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." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "\n" "

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

      \n" "

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

      " msgstr "" #: ../raphodo/ui/didyouknow.py:133 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:140 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:147 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:154 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 \n" "metadata (where available) or according to the filesystem (as a fallback).\n" "
      2. Checked State: whether the file is marked for download.
      3. \n" "
      4. Filename: the full filename, including extension.
      5. \n" "
      6. Extension: the filename's extension. You can use this to group " "jpeg and \n" "raw images, for instance.
      7. \n" "
      8. File Type: photo or video.
      9. \n" "
      10. Device: name of the device the photos and videos are being " "downloaded \n" "from.
      11. \n" "
      " msgstr "" #: ../raphodo/ui/didyouknow.py:172 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" #: ../raphodo/ui/didyouknow.py:178 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:185 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 \n" "illustration below, the destination folders are "Pictures" and \n" ""Videos". The name of the destination folder is displayed in the " "grey bar \n" "directly above the folder tree, with a folder icon to its left and a gear " "icon to \n" "its far right.
      2. \n" "
      3. The download subfolders, which are directories that will be " "automatically \n" "generated by Rapid Photo Downloader. They need not already exist on your " "computer, but \n" "it's okay if they do. They will be generated under the destination folder.\n" "
      " msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a \n" "different destination folder for each. The same applies to the download " "subfolders for \n" "photos and videos—download photos and videos to the same subfolders, " "or use a \n" "different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:211 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:220 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to \n" "download:\n" "
        \n" "
      1. The destination folder tree shows the download subfolders already on " "your computer \n" "(those in a regular, non-italicized font), and the subfolders that will be " "created \n" "during the download (those whose names are italicized).
      2. \n" "
      3. The folder tree also shows into which subfolders the files will be " "downloaded \n" "(those colored black).
      4. \n" "
      " msgstr "" #: ../raphodo/ui/didyouknow.py:235 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following \n" "elements:\n" "
        \n" "
      1. File metadata, very often including the date the photo or video " "was created, \n" "but might also include the camera model name, camera serial number, or file " "extension \n" "e.g. JPG or CR2.
      2. \n" "
      3. A Job Code, which is free text you specify at the time the " "download occurs, \n" "such as the 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 \n" "format makes it easy to keep them sorted in a file manager, which is why " "it's the \n" "default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:254 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 \n" "preset. Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:261 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to \n" "configure your own scheme. You create your own schemes using the Photo or " "Video \n" "Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:270 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:276 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:282 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 \n" "and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:291 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 \n" "choices to generate new combinations. Supposing you wanted a date format " "that combines \n" "year (YYYY), a hyphen, and month (MM) to form YYYY-MM. You can create it " "like this \n" "(note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:300 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names \n" "in the \n" "online \n" "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:309 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. \n" "You can use them in subfolder and file names. In this illustration, some " "files have had \n" "the Job Code "Street" applied to them, and the selected files are " "about to \n" "get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:317 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 \n" "prompted to enter a Job Code for them before the download begins." msgstr "" #: ../raphodo/ui/didyouknow.py:324 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:327 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:333 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!" msgstr "" #: ../raphodo/ui/didyouknow.py:340 msgid "" "\n" "

      Four types of sequence values are available to help you assign unique " "names to your \n" "photos and 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 \n" "last time the 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 \n" "documentation.

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

      The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature \n" "on your 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 \n" "are detected, the same sequence numbers will be applied to both photo names. " "F\n" "urthermore, sequences will be updated as if the photos were one.

      \n" "

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

      \n" msgstr "" #: ../raphodo/ui/didyouknow.py:378 #, fuzzy msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are \n" "downloaded, such as external hard drives or network shares. Backup devices " "can be \n" "automatically detected, or exact backup locations specified." msgstr "" "Puteţi avea fotografiile şi video copiate de siguranță în mai multe locaţii " "în care sunt descărcate, de exemplu, hard diskuri externe." #: ../raphodo/ui/didyouknow.py:385 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:391 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including \n" "download sources, destinations, and backups. Additionally, settings can be " "reset to \n" "their default state, and caches and remembered files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:396 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:401 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 \n" "your cameras, memory cards, and other devices.
      2. \n" "
      3. A temporary cache of files downloaded from a camera, one for " "photos and \n" "another for videos. They are located in temporary subfolders in the " "download \n" "destination.
      4. \n" "
      5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores \n" "thumbnails of RAW and TIFF photos once they have been downloaded. File " "browsers like \n" "Gnome Files use this cache as well, meaning they too will display thumbnails " "for those \n" "files. \n" "
      6. \n" "
      \n" "Read more about these caches and their effect on download performance in the " "online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:459 msgid "Tip of the Day" msgstr "" #: ../raphodo/ui/didyouknow.py:467 msgid "Did you know...?" msgstr "" #: ../raphodo/ui/didyouknow.py:498 msgid "Show tips on startup" msgstr "" #: ../raphodo/ui/didyouknow.py:502 msgid "&Next" msgstr "" #: ../raphodo/ui/didyouknow.py:503 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:454 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:584 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:643 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:645 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:650 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:652 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:657 ../raphodo/downloadtracker.py:839 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:659 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:664 ../raphodo/downloadtracker.py:869 #: ../raphodo/downloadtracker.py:877 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:666 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:845 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:847 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:850 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:852 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:884 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:886 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:889 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:891 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:918 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:920 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:923 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:925 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:80 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:150 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:187 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:206 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:211 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:213 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:214 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:215 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:216 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:217 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:218 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:229 ../raphodo/errorlog.py:371 #, 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:234 #, fuzzy, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "%(number)s din %(total)s %(filetypes)s" #: ../raphodo/errorlog.py:256 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:357 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:516 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:567 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:50 #, python-brace-format msgid "" "Please report the problem at {website}.

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

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

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

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

      Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:88 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:182 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:186 #, fuzzy msgid "A problem occurred in Rapid Photo Downloader" msgstr "Preferințe: Rapid Foto Descărcător" #: ../raphodo/excepthook.py:189 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:216 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:218 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:173 ../raphodo/thumbnaildisplay.py:2251 msgid "Open in File Browser..." msgstr "" #. type: Optional[QModelIndex] #: ../raphodo/ui/filebrowse.py:179 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:183 #, fuzzy msgid "Show System Folders" msgstr "Dosar Fotografii" #: ../raphodo/foldercombo.py:140 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:181 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:272 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:206 msgid "Date time" msgstr "Dată timp" #: ../raphodo/generatenameconfig.py:207 msgid "Text" msgstr "Text" #: ../raphodo/generatenameconfig.py:208 ../raphodo/rapid.py:2607 msgid "Filename" msgstr "Nume fișier" #: ../raphodo/generatenameconfig.py:209 #: ../raphodo/prefs/preferencedialog.py:994 msgid "Metadata" msgstr "Metadata" #: ../raphodo/generatenameconfig.py:210 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:213 msgid "Job code" msgstr "Cod sarcină" #: ../raphodo/generatenameconfig.py:214 msgid "Image date" msgstr "Dată imagine" #: ../raphodo/generatenameconfig.py:215 msgid "Video date" msgstr "Dată video" #: ../raphodo/generatenameconfig.py:216 msgid "Today" msgstr "Astăzi" #: ../raphodo/generatenameconfig.py:217 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:220 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:223 msgid "Name" msgstr "Nume" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 ../raphodo/rapid.py:2608 msgid "Extension" msgstr "Extensie" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 msgid "Image number" msgstr "Număr imagine" #: ../raphodo/generatenameconfig.py:230 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:233 msgid "Aperture" msgstr "Diafragmă" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 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:242 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:245 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:248 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:251 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:254 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:257 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:260 msgid "Shutter count" msgstr "Calcul obturator" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:262 msgid "File number" msgstr "" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:264 msgid "Folder only" msgstr "" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:266 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:269 msgid "Owner name" msgstr "Nume proprietar" #: ../raphodo/generatenameconfig.py:270 msgid "Codec" msgstr "Codec" #: ../raphodo/generatenameconfig.py:271 msgid "Width" msgstr "Lățime" #: ../raphodo/generatenameconfig.py:272 msgid "Height" msgstr "Înălțime" #: ../raphodo/generatenameconfig.py:273 msgid "Length" msgstr "Lungime" #: ../raphodo/generatenameconfig.py:274 msgid "Frames Per Second" msgstr "Cadre pe secundă" #: ../raphodo/generatenameconfig.py:275 msgid "Artist" msgstr "" #: ../raphodo/generatenameconfig.py:276 msgid "Copyright" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:279 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:282 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:285 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:288 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:291 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:294 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:297 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:300 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:303 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:306 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:309 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:312 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:315 msgid "lowercase" msgstr "minuscule" #: ../raphodo/generatenameconfig.py:316 msgid "One digit" msgstr "Un digit" #: ../raphodo/generatenameconfig.py:317 msgid "Two digits" msgstr "Doi digiți" #: ../raphodo/generatenameconfig.py:318 msgid "Three digits" msgstr "Trei digiți" #: ../raphodo/generatenameconfig.py:319 msgid "Four digits" msgstr "Patru digiți" #: ../raphodo/generatenameconfig.py:320 msgid "Five digits" msgstr "Cinci digiți" #: ../raphodo/generatenameconfig.py:321 msgid "Six digits" msgstr "Șase digiți" #: ../raphodo/generatenameconfig.py:322 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:325 msgid "Subseconds" msgstr "Milisecunde" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 ../raphodo/generatenameconfig.py:415 msgid "YYYYMMDD" msgstr "AAAALLZZ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:416 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:334 ../raphodo/generatenameconfig.py:417 msgid "YYYY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 msgid "YYMMDD" msgstr "AALLZZ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 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:343 msgid "YY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "MMDDYYYY" msgstr "LLZZAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYY" msgstr "LLZZAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDD" msgstr "LLZZ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "DDMMYYYY" msgstr "ZZLLAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYY" msgstr "ZZLLAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 ../raphodo/generatenameconfig.py:415 #: ../raphodo/generatenameconfig.py:416 ../raphodo/generatenameconfig.py:417 #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:419 msgid "YYYY" msgstr "AAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 msgid "YY" msgstr "AA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "MM" msgstr "LL" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "DD" msgstr "ZZ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "Month (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "HHMMSS" msgstr "OOMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMM" msgstr "OOMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 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:394 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:397 msgid "HH" msgstr "OO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 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:403 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:415 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:416 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:417 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:512 #: ../raphodo/generatenameconfig.py:699 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:418 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:419 ../raphodo/jobcodepanel.py:279 #: ../raphodo/ui/nameeditor.py:926 ../raphodo/rapid.py:2260 #: ../raphodo/ui/renamepanel.py:93 ../raphodo/ui/renamepanel.py:275 msgid "Job Code" msgstr "Cod Sarcină" #: ../raphodo/generatenameconfig.py:507 ../raphodo/generatenameconfig.py:694 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:510 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:510 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:699 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:700 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:700 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/jobcodepanel.py:90 msgid "Enter a new Job Code, or select a previous one" msgstr "Introduceți un nou Cod Sarcină, sau selectați unul precedent" #: ../raphodo/jobcodepanel.py:98 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:108 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:121 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:123 msgid "Enter a new Job Code" msgstr "Introduceți un nou Cod Sarcină" #: ../raphodo/jobcodepanel.py:131 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/jobcodepanel.py:144 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:148 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:186 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:190 #, fuzzy msgid "&Remember this Job Code" msgstr "_Amintiţi-vă această alegere" #: ../raphodo/jobcodepanel.py:251 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:255 msgid "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:259 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:264 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:269 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:278 msgid "Last Used" msgstr "" #: ../raphodo/jobcodepanel.py:283 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:286 ../raphodo/rapid.py:2615 msgid "Ascending" msgstr "" #: ../raphodo/jobcodepanel.py:287 ../raphodo/rapid.py:2616 msgid "Descending" msgstr "" #: ../raphodo/jobcodepanel.py:297 msgid "&New..." msgstr "" #: ../raphodo/jobcodepanel.py:301 msgid "&Apply" msgstr "" #: ../raphodo/jobcodepanel.py:305 msgid "&Remove" msgstr "" #: ../raphodo/jobcodepanel.py:309 ../raphodo/prefs/preferencedialog.py:288 #: ../raphodo/prefs/preferencedialog.py:324 #: ../raphodo/prefs/preferencedialog.py:781 msgid "Remove All" msgstr "" #: ../raphodo/jobcodepanel.py:512 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:515 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:578 msgid "Job Codes" msgstr "Coduri Sarcină" #: ../raphodo/ui/messagewidget.py:67 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:478 ../raphodo/ui/nameeditor.py:498 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:583 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:584 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:630 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:647 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:650 ../raphodo/ui/nameeditor.py:1558 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:743 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:751 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:884 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:892 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:900 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:907 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:936 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:954 #, python-format msgid "The character
      %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:964 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:972 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:999 ../raphodo/ui/renamepanel.py:139 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1082 ../raphodo/ui/nameeditor.py:1105 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1134 ../raphodo/prefs/preferencedialog.py:1083 #: ../raphodo/wsl.py:648 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1161 msgid "Insert" msgstr "" #: ../raphodo/ui/nameeditor.py:1523 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1527 msgid "" "Do you want to save the changes in a new custom preset?

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

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

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

      The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1562 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:326 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:327 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:328 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:331 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:334 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:336 #, 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:366 ../raphodo/newversion.py:385 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:388 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:412 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:531 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:553 msgid "Downloading..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:134 msgid "Preferences" msgstr "" #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 msgid "Automation" msgstr "Automatizare" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Thumbnails" msgstr "" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:160 #: ../raphodo/prefs/preferencedialog.py:183 #: ../raphodo/prefs/preferencedialog.py:585 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:184 #: ../raphodo/prefs/preferencedialog.py:649 msgid "Error Handling" msgstr "Tratarea erorilor" #: ../raphodo/prefs/preferencedialog.py:162 #: ../raphodo/prefs/preferencedialog.py:185 msgid "Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:163 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:164 #: ../raphodo/prefs/preferencedialog.py:186 msgid "Miscellaneous" msgstr "" #: ../raphodo/prefs/preferencedialog.py:221 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:225 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:231 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:233 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:240 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:244 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 #: ../raphodo/prefs/preferencedialog.py:310 msgid "Add..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:252 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 #: ../raphodo/prefs/preferencedialog.py:286 #: ../raphodo/prefs/preferencedialog.py:317 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove" msgstr "" #: ../raphodo/prefs/preferencedialog.py:259 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:278 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:279 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:283 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:290 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:304 msgid "Ignored Paths" msgstr "" #: ../raphodo/prefs/preferencedialog.py:306 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:313 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:320 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:327 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as well. #: ../raphodo/prefs/preferencedialog.py:338 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:345 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:387 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:400 #: ../raphodo/prefs/preferencedialog.py:505 #: ../raphodo/prefs/preferencedialog.py:553 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:408 #: ../raphodo/prefs/preferencedialog.py:575 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:416 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:417 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place the #. carriage return where you think it makes sense so that the tool tip does not #. stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:422 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading at program startup" msgstr "Pornire descărcare la pornirea programului" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Start downloading upon device insertion" msgstr "Pornire descărcare la introducerea dispozitivului" #: ../raphodo/prefs/preferencedialog.py:430 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program when download completes" msgstr "" #: ../raphodo/prefs/preferencedialog.py:433 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/prefs/preferencedialog.py:465 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:470 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:473 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:477 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:480 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:489 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:490 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:530 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:536 msgid "days" msgstr "" #: ../raphodo/prefs/preferencedialog.py:537 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:550 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:559 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:562 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:588 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:598 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:601 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:615 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:629 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Skip download" msgstr "Omite descărcare" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:656 msgid "Add unique identifier" msgstr "Adaugă identificator unic" #: ../raphodo/prefs/preferencedialog.py:659 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Overwrite" msgstr "Suprascrie" #: ../raphodo/prefs/preferencedialog.py:668 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Skip" msgstr "Omite" #: ../raphodo/prefs/preferencedialog.py:671 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:678 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:690 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:701 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:722 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:723 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:727 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:730 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:736 msgid "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:740 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:743 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:749 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:755 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:760 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:765 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:771 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:776 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:783 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:821 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:824 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:827 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:834 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:837 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:842 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:854 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:855 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:862 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:868 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:874 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:880 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:886 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:906 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:911 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:916 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:921 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:968 msgid "Version Check" msgstr "" #: ../raphodo/prefs/preferencedialog.py:969 msgid "Check for new version at startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:972 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/prefs/preferencedialog.py:976 msgid "Include development releases" msgstr "" #: ../raphodo/prefs/preferencedialog.py:978 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/prefs/preferencedialog.py:996 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:999 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1006 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1008 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1034 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1140 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1423 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1585 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1590 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1605 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1610 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1929 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1931 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1933 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1947 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1949 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1951 msgid "Path:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1965 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1966 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1967 ../raphodo/ui/renamepanel.py:140 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1982 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1987 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1996 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:736 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Preferințele subdosarului nu se poate începe cu %s" #: ../raphodo/prefs/preferences.py:740 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Preferințele subdosarului nu se pot termina cu %s" #: ../raphodo/prefs/preferences.py:747 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "Preferințele subdosarului nu trebuie să conțină două %s una după alta" #: ../raphodo/ui/primarybutton.py:124 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 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:249 ../raphodo/proximity.py:278 #: ../raphodo/proximity.py:313 ../raphodo/proximity.py:319 #, 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:267 #, 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:288 ../raphodo/proximity.py:294 #: ../raphodo/proximity.py:1123 ../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:303 ../raphodo/proximity.py:307 #: ../raphodo/proximity.py:1130 ../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:328 #, 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:339 #, 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:473 #, 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:1135 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1893 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:1952 #, 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:1956 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:1962 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2101 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:2106 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2109 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2110 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2112 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:2568 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:473 ../raphodo/rapid.py:871 ../raphodo/rapid.py:4656 #: ../raphodo/rapid.py:4879 ../raphodo/rapid.py:4898 ../raphodo/rapid.py:4921 #: ../raphodo/rapid.py:4928 ../raphodo/rapid.py:5605 ../raphodo/rapid.py:6228 #: ../raphodo/rapid.py:7448 ../raphodo/ui/rememberthisdialog.py:112 #: ../raphodo/ui/viewutils.py:743 #: ../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:1156 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:1167 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1176 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:1188 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1367 #, python-format msgid "" "Cannot download from Apple devices

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

      Missing applications: " "%(applications)s

      Learn more about which software to install." msgstr "" #: ../raphodo/rapid.py:1766 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1769 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1778 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1782 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1786 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1804 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1806 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1824 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1827 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1873 msgid "" "\n" "

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

      \n" "

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

      " msgstr "" #: ../raphodo/rapid.py:1883 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1894 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1897 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1898 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1901 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in the future #: ../raphodo/rapid.py:1906 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:2110 ../raphodo/rapid.py:2913 msgid "Download" msgstr "" #: ../raphodo/rapid.py:2114 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:2118 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:2122 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:2127 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:2131 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:2136 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:2139 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:2143 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:2146 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:2149 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:2152 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:2157 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:2160 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:2249 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:2257 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:2259 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:2261 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2485 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2504 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2507 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2521 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2599 msgid "All" msgstr "" #: ../raphodo/rapid.py:2600 msgid "New" msgstr "" #: ../raphodo/rapid.py:2602 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2605 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2606 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2609 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2610 msgid "Device" msgstr "Dispozitiv" #: ../raphodo/rapid.py:2612 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2628 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:2893 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2909 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2911 msgid "Pause" msgstr "" #: ../raphodo/rapid.py:3048 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:3149 #, 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:3243 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:3257 #, 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:3345 msgid "" "\n" "Downloading all files

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

      \n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3510 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" #: ../raphodo/rapid.py:3513 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" #: ../raphodo/rapid.py:3516 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3517 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3535 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:3546 ../raphodo/rapid.py:3560 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3548 ../raphodo/rpdfile.py:179 msgid "photos" msgstr "fotografii" #: ../raphodo/rapid.py:3562 ../raphodo/rpdfile.py:174 msgid "videos" msgstr "video" #: ../raphodo/rapid.py:3572 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:3588 ../raphodo/rapid.py:3604 #, 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:3591 ../raphodo/rpdfile.py:181 ../raphodo/rpdfile.py:850 msgid "photo" msgstr "fotografie" #: ../raphodo/rapid.py:3607 ../raphodo/rpdfile.py:176 ../raphodo/rpdfile.py:912 msgid "video" msgstr "video" #: ../raphodo/rapid.py:3615 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:4446 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4526 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s descărcate" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4536 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s descărcare eșuată" #: ../raphodo/rapid.py:4542 ../raphodo/rapid.py:4649 msgid "warnings" msgstr "avertismente" #: ../raphodo/rapid.py:4577 msgid "All downloads complete" msgstr "Toate descărcările complecte" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4587 ../raphodo/rapid.py:4602 ../raphodo/rapid.py:4618 #: ../raphodo/rapid.py:4633 ../raphodo/rapid.py:4648 #, 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:4592 ../raphodo/rapid.py:4623 #, 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:4607 ../raphodo/rapid.py:4638 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s au eşuat la descărcare" #: ../raphodo/rapid.py:4674 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4676 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4681 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4683 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4708 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4715 #, 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:4724 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4726 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4766 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4885 #, 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:4904 #, 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:4924 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4935 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4936 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:5028 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:5031 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:5035 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:5040 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5577 #, 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:5612 #, 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:5774 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5776 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5778 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5780 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5781 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5782 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5866 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:6211 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6215 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:6221 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6225 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6644 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6648 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:6704 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6711 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6725 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6737 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:7034 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:7041 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7047 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7054 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:7060 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:7066 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:7074 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:7082 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:7087 ../raphodo/rapid.py:7094 ../raphodo/rapid.py:7101 #: ../raphodo/rapid.py:7145 ../raphodo/rapid.py:7155 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:7089 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:7096 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7103 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7110 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:7116 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:7121 ../raphodo/rapid.py:7133 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:7124 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:7136 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:7148 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7158 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7166 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:7176 msgid "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:7183 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:7190 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:7199 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:7207 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:7214 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7223 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:7231 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:7237 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:7244 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:7254 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:7347 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7358 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:7365 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7436 #, python-format msgid "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7451 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7541 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7546 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7561 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:7636 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:7841 msgid "All settings and caches have been reset." msgstr "Toate setările și preferințele au fost resetate." #: ../raphodo/rapid.py:7849 msgid "Thumbnail Cache has been reset." msgstr "Toate setările și preferințele au fost resetate." #: ../raphodo/rapid.py:7855 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:80 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:87 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:626 msgid "subfolder and filename" msgstr "subdosare si nume fișiere" #: ../raphodo/renameandmovefile.py:628 msgid "filename" msgstr "nume fișier" #: ../raphodo/renameandmovefile.py:630 msgid "subfolder" msgstr "subdosar" #: ../raphodo/ui/renamepanel.py:327 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:328 msgid "Downloads today:" msgstr "Descărcări de azi:" #: ../raphodo/ui/renamepanel.py:350 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:351 msgid "Stored number:" msgstr "Număr stocare:" #: ../raphodo/ui/renamepanel.py:363 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:365 msgid "Day start:" msgstr "Ziua de început:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:375 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:379 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:384 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:395 msgid "Strip incompatible characters" msgstr "Curăță caractere incompatibile" #: ../raphodo/ui/renamepanel.py:400 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:404 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:484 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:488 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:492 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "fotografii și video" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "fotografii și video" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:273 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:302 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:304 msgid "1 Video" msgstr "" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:314 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:316 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:830 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:851 msgid "Photo" msgstr "Fotografie" #: ../raphodo/rpdfile.py:913 msgid "Video" msgstr "Video" #: ../raphodo/storage/storage.py:251 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:589 msgid "Pictures" msgstr "" #: ../raphodo/sudocommand.py:93 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:100 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:140 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:583 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:593 #, 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:605 ../raphodo/thumbnaildisplay.py:668 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:623 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:628 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:635 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:682 #, python-format msgid "

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

      Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2254 msgid "Copy Path" msgstr "" #: ../raphodo/thumbnaildisplay.py:2260 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2265 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:215 msgid "B" msgstr "" #: ../raphodo/utilities.py:216 msgid "KB" msgstr "" #: ../raphodo/utilities.py:217 msgid "MB" msgstr "" #: ../raphodo/utilities.py:218 msgid "GB" msgstr "" #: ../raphodo/utilities.py:219 msgid "TB" msgstr "" #: ../raphodo/utilities.py:220 msgid "PB" msgstr "" #: ../raphodo/utilities.py:221 msgid "EB" msgstr "" #: ../raphodo/utilities.py:222 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:223 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:486 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:570 msgid "one" msgstr "" #: ../raphodo/utilities.py:571 msgid "two" msgstr "" #: ../raphodo/utilities.py:572 msgid "three" msgstr "" #: ../raphodo/utilities.py:573 msgid "four" msgstr "" #: ../raphodo/utilities.py:574 msgid "five" msgstr "" #: ../raphodo/utilities.py:575 msgid "six" msgstr "" #: ../raphodo/utilities.py:576 msgid "seven" msgstr "" #: ../raphodo/utilities.py:577 msgid "eight" msgstr "" #: ../raphodo/utilities.py:578 msgid "nine" msgstr "" #: ../raphodo/utilities.py:579 msgid "ten" msgstr "" #: ../raphodo/utilities.py:580 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:581 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:582 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:583 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:584 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:585 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:586 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:587 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:588 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:589 msgid "twenty" msgstr "" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&OK" msgstr "" #: ../raphodo/ui/viewutils.py:680 ../raphodo/ui/viewutils.py:700 msgid "&Save" msgstr "" #: ../raphodo/ui/viewutils.py:681 msgid "&Help" msgstr "" #: ../raphodo/ui/viewutils.py:682 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:683 ../raphodo/ui/viewutils.py:701 msgid "&Yes" msgstr "" #: ../raphodo/ui/viewutils.py:684 ../raphodo/ui/viewutils.py:702 msgid "&No" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:105 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:109 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:115 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:309 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:314 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:321 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:390 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:403 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:558 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:562 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:566 #, fuzzy msgid "Automatically mount all Windows drives" msgstr "Detectare automată dispozitive" #: ../raphodo/wsl.py:570 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:594 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:596 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:598 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 #, fuzzy msgid "Automatic Mount" msgstr "Automatizare" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:638 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:652 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1459 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1463 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1606 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1612 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 #, 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 "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 "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 "Import your photos and videos efficiently and reliably" #~ msgstr "ImportaÈ›i fotografii È™i video eficien È™i fiabil" #~ 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ță" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/po/ru.po0000644000175000017500000102730600000000000016564 0ustar00damondamon# Russian translation for rapid # Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2009. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2022-03-02 13:05+0000\n" "PO-Revision-Date: 2022-03-02 08:30+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: 2022-03-05 16:16+0000\n" "X-Generator: Launchpad (build 61f4697954ab70d633d14d8ceecff69a20b08a6b)\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:406 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:642 ../install.py:4330 msgid "Installer not found:" msgstr "УÑтановщик не найден:" #. Translators: do not translate the term tar.gz #: ../install.py:646 ../install.py:4334 msgid "Installer not in tar.gz format:" msgstr "УÑтановщие не в формате tar.gz:" #: ../install.py:728 ../install.py:757 ../install.py:4210 ../install.py:4215 msgid "Exiting..." msgstr "Выход..." #: ../install.py:979 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "Ð£ÐºÐ°Ð·Ð°Ð½Ð°Ñ Ð²ÐµÑ€ÑÐ¸Ñ PyQt5 отÑутÑтвует. ДопуÑтимые верÑии:{}." #: ../install.py:1065 msgid "{} will be upgraded from version {} to version {}" msgstr "{} будет обновлен Ñ Ð²ÐµÑ€Ñии {} до верÑии {}" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:1357 ../install.py:4290 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" "Эти пакеты Python3 будут обновлены Ð´Ð»Ñ Ð²Ð°ÑˆÐµÐ³Ð¾ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ (Ñ‚.е. не Ð´Ð»Ñ Ð²Ñей " "ÑиÑтемы): {}" #: ../install.py:1467 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" "Обнаружена Ð½ÐµÐºÐ¾Ñ€Ñ€ÐµÐºÑ‚Ð½Ð°Ñ Ð¿Ñ€Ð¸Ð½Ð°Ð´Ð»ÐµÐ¶Ð½Ð¾Ñть папки. Изменение принадлежноÑти и " "ÑÐ±Ñ€Ð¾Ñ Ñ€Ð°Ð·Ñ€ÐµÑˆÐµÐ½Ð¸Ð¹ Ð´Ð»Ñ {file_system_path}." #: ../install.py:1610 msgid "The following command will be run:" msgstr "Будет выполнена ÑÐ»ÐµÐ´ÑƒÑŽÑ‰Ð°Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ð°:" #. Translators: do not translate the term sudo #: ../install.py:1614 ../install.py:3834 ../install.py:3841 msgid "sudo may prompt you for the sudo password." msgstr "команда sudo может запроÑить пароль админиÑтратора." #: ../install.py:1618 msgid "Would you like to run the command now?" msgstr "Ð’Ñ‹ хотите выполнить Ñту команду ÑейчаÑ?" #: ../install.py:1620 msgid "Answer is not yes, exiting." msgstr "Ответ не Да, выход." #: ../install.py:1631 ../install.py:2259 ../install.py:2318 ../install.py:2793 msgid "Command failed" msgstr "ДейÑтвие не удалоÑÑŒ" #: ../install.py:1633 ../install.py:2260 ../install.py:2319 ../install.py:2794 msgid "Exiting" msgstr "Выход" #: ../install.py:1661 msgid "The Universe repository must be enabled." msgstr "Должны быть включены репозитории Universe." #. Translators: do not translate the term EPEL #: ../install.py:1701 msgid "The EPEL repository must be enabled." msgstr "Репозиторий EPEL должен быть разрешен." #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1749 msgid "The RPM Fusion Free repository must be enabled." msgstr "Репозиторий RPM Fusion Free должен быть разрешен." #: ../install.py:1790 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "Ð’Ñ‹ хотите удалить предыдущую верÑию Rapid Photo Downloader?" #: ../install.py:2237 ../install.py:2267 ../install.py:2299 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:2252 msgid "Uninstalling system package" msgstr "Удаление ÑиÑтемных пакетов" #: ../install.py:2277 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" "Ðевозможно опроÑить ÑиÑтему пакетов. ПожалуйÑта, проверьте Ñоединение Ñ " "Интернет и попробуйте Ñнова." #. Translators: do not translate the term pip #: ../install.py:2324 msgid "Checking if previous version installed with pip..." msgstr "Проверка, не уÑтановлена ли Ð¿Ñ€ÐµÐ´Ñ‹Ð´ÑƒÑ‰Ð°Ñ Ð²ÐµÑ€ÑÐ¸Ñ Ð¿Ñ€Ð¸ помощи pip..." #: ../install.py:2477 ../install.py:2534 ../install.py:2650 msgid "The following package is unknown on your system: {}\n" msgstr "Следующий пакет неизвеÑтен на вашей ÑиÑтеме: {}\n" #: ../install.py:2548 ../install.py:2706 ../install.py:2803 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" "Ð”Ð»Ñ Ð¿Ñ€Ð¾Ð´Ð¾Ð»Ð¶ÐµÐ½Ð¸Ñ Ð±ÑƒÐ´ÑƒÑ‚ уÑтановлены некоторые пакеты, необходимые Ð´Ð»Ñ Ð·Ð°Ð¿ÑƒÑка " "приложениÑ." #: ../install.py:2642 ../install.py:2663 msgid "Querying installed and available packages (this may take a while)" msgstr "" "Проверка уÑтановленных и доÑтупных пакетов (может занÑть некоторое времÑ)" #: ../install.py:2785 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" "Проверка, на наличие уÑтановленных пакетов из ÑпиÑка необходимых (может " "занÑть некоторое времÑ)... " #: ../install.py:2852 msgid "Query to confirm action at each step." msgstr "Ð—Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° подтверждение дейÑтвий на каждом шаге." #: ../install.py:2862 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" "При загрузке поÑледней верÑии, уÑтанавливать верÑию в разработке, еÑли она " "новее, чем ÑÑ‚Ð°Ð±Ð¸Ð»ÑŒÐ½Ð°Ñ Ð²ÐµÑ€ÑиÑ." #: ../install.py:2873 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:2923 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:2931 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" "Удалить Rapid Photo Downloader, уÑтановленный при помощи pip, оÑтавив " "завиÑимоÑти." #: ../install.py:2937 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:2942 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:2950 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" "ЗавиÑимоÑти будут удалены только еÑли они не нужны другим программам." #: ../install.py:2958 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:2982 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:3000 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" "Определенные верÑии PyQt5 Ð´Ð»Ñ ÑƒÑтановки (по умолчанию ÑÐ°Ð¼Ð°Ñ Ð½Ð¾Ð²Ð°Ñ Ð²ÐµÑ€ÑиÑ{})." #: ../install.py:3011 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:3048 msgid "Failed to download versions file." msgstr "Загрузка файла верÑий не удалаÑÑŒ." #: ../install.py:3053 msgid "Got error code {} while accessing versions file" msgstr "При обращении к файлу верÑий получен код ошибки {}" #: ../install.py:3170 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:3324 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" "Сбой уÑтановки пакета {} но уÑтановка Rapid Photo Downloader будет " "продолжена." #: ../install.py:3330 msgid "Received error code" msgstr "Получен код ошибки" #: ../install.py:3332 msgid "Failed to install application requirements: exiting." msgstr "УÑтановка необходимых программе компонентов не удалаÑÑŒ: выход." #: ../install.py:3334 msgid "Failed to install application: exiting..." msgstr "УÑтановка программы не удалаÑÑŒ: выход..." #: ../install.py:3658 msgid "Installing application requirements..." msgstr "УÑтановка необходимых программе компонентов..." #: ../install.py:3693 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "Поддержка ÑиÑтемы Ð´Ð»Ñ Ñ„Ð¾Ñ€Ð¼Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¼Ð¸Ð½Ð¸Ð°Ñ‚ÑŽÑ€ HEIF / HEIC недоÑтупна" #: ../install.py:3710 msgid "Installing application..." msgstr "УÑтановка программы..." #: ../install.py:3797 msgid "Do you want Rapid Photo Downloader to appear in the Windows menu?" msgstr "Хотите, чтобы Rapid Photo Downloader отображалÑÑ Ð² меню Windows?" #: ../install.py:3803 msgid "Adding Rapid Photo Downloader to the Windows menu" msgstr "Добавление Rapid Photo Downloader в меню Windows" #: ../install.py:3813 msgid "Failed to copy application launcher." msgstr "Ошибка ÐºÐ¾Ð¿Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·Ñ‡Ð¸ÐºÐ° приложениÑ." #: ../install.py:3824 msgid "Man pages can be found in {}/share/man/man1" msgstr "Страницы Man могут быть найдены в {}/share/man/man1" #: ../install.py:3829 msgid "Do you want to install the application's man pages?" msgstr "Ð’Ñ‹ хотите уÑтановить man Ñтраницы программы?" #: ../install.py:3830 msgid "They will be installed into {}" msgstr "Они будут уÑтановлены в {}" #: ../install.py:3832 ../install.py:3839 msgid "If you uninstall the application, remove these manpages yourself." msgstr "При удалении программы, удалите Ñти man Ñтраницы Ñами." #: ../install.py:3835 msgid "Do want to install the man pages?" msgstr "Ð’Ñ‹ хотите уÑтановить man Ñтраницы?" #: ../install.py:3837 msgid "Installing man pages into {}" msgstr "УÑтановка man Ñтраниц в {}" #: ../install.py:3855 msgid "Failed to create man page directory: exiting." msgstr "Создание папки Ð´Ð»Ñ man Ñтраниц не удалоÑÑŒ: выход." #: ../install.py:3876 msgid "Failed to copy man page." msgstr "Копирование man Ñтраниц не удалоÑÑŒ." #: ../install.py:3915 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:3928 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:3934 msgid "" "You may have to restart WSL to be able to run the program from the command " "line." msgstr "" "Ð”Ð»Ñ Ñ‚Ð¾Ð³Ð¾, чтобы программу можно было запуÑкать из командной Ñтроки может " "понадобитьÑÑ Ð¿ÐµÑ€ÐµÐ·Ð°Ð¿ÑƒÑк WSL." #: ../install.py:3944 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line." msgstr "" "Ð”Ð»Ñ Ð·Ð°Ð¿ÑƒÑка Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð¸Ð· командной Ñтроки вы должны добавить {path} в " "переменную Ñреды $PATH вашего компьютера" #: ../install.py:3949 #, 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:3971 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" "(еÑли при выходе возникла ошибка Ñегментации, вы можете игнорировать ее...)" #: ../install.py:3973 msgid "Done." msgstr "Готово." #: ../install.py:3987 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:4043 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" #. Translators: do not translate the terms --PyQt5-version or --use-system-PyQt5 #: ../install.py:4055 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "Укажите только одно из --PyQt5-version или --use-system-PyQt5." #: ../install.py:4067 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:4081 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "ПожалуйÑта, укажите верÑию PyQt5 в формате X.X или X.X.X" #: ../install.py:4097 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" "Ð’Ñ‹ хотите уÑтановить Rapid Photo Downloader в текущую виртуальную Ñреду?" #: ../install.py:4111 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:4124 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:4134 msgid "Using virtual environment for installation using pip." msgstr "ИÑпользование виртуальной Ñреды при уÑтановке Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ pip." #: ../install.py:4139 ../install.py:4153 msgid "Do not include any other command line arguments when specifying" msgstr "Ðе включайте другие параметры командной Ñтроки, когда задаете" #: ../install.py:4172 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" "Очень жаль, но Ñтот уÑтановщик не поддерживает выборочную уÑтановку python.\n" "Выход..." #: ../install.py:4180 msgid "Restarting script using system python..." msgstr "ПерезапуÑк Ñкрипта Ñ Ð¸Ñпользованием ÑиÑитемного python..." #: ../install.py:4193 msgid "Detected Linux distribution {} {}" msgstr "Определен диÑтрибутив Linux {} {}" #: ../install.py:4231 msgid "To continue, the package python3-apt must be installed." msgstr "Пакет python3-apt должен быть уÑтановлен Ð´Ð»Ñ Ð¿Ñ€Ð¾Ð´Ð¾Ð»Ð¶ÐµÐ½Ð¸Ñ." #: ../install.py:4263 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" "ИÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ñтандартный менеджер пакетов вашего диÑтрибутива Linux, уÑтановите " "Ñледующие пакеты и затем перезапуÑтите уÑтановщик:" #: ../install.py:4275 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:4324 msgid "Installing python requests" msgstr "УÑтановка python requests" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "Обновить Rapid Photo Downloader" #: ../upgrade.py:647 ../raphodo/ui/viewutils.py:679 #: ../raphodo/ui/viewutils.py:699 msgid "&Cancel" msgstr "Отмена" #: ../upgrade.py:651 msgid "&Upgrade" msgstr "Обновить" #: ../upgrade.py:656 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "Чтобы обновить до верÑии %s, нажмите кнопку Обновить." #: ../upgrade.py:659 msgid "Click the Upgrade button to start the upgrade." msgstr "Чтобы начать обновление нажмите кнопку Обновить." #: ../upgrade.py:662 ../upgrade.py:668 ../raphodo/ui/viewutils.py:678 #: ../raphodo/ui/viewutils.py:698 msgid "&Close" msgstr "Закрыть" #: ../upgrade.py:663 msgid "&Run" msgstr "ЗапуÑтить" #: ../upgrade.py:693 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "Закройте Rapid Photo Downloader перед запуÑком Ñтого обновлениÑ." #: ../upgrade.py:696 msgid "Upgrade running..." msgstr "ВыполнÑетÑÑ Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ðµ..." #: ../upgrade.py:732 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" "Обновление до верÑии %s прошло уÑпешно. Ðажмите Выход Ð´Ð»Ñ Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð¸Ñ Ð¸Ð»Ð¸ " "ЗапуÑтить Ð´Ð»Ñ Ð·Ð°Ð¿ÑƒÑка программы." #: ../upgrade.py:737 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" "Обновление уÑпешно завершено. Ðажмите Выход Ð´Ð»Ñ Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð¸Ñ Ð¸Ð»Ð¸ ЗапуÑтить Ð´Ð»Ñ " "запуÑка программы." #: ../upgrade.py:741 msgid "Upgrade failed. Click Close to exit." msgstr "Обновление не удалоÑÑŒ. Ðажмите Выход Ð´Ð»Ñ Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð¸Ñ." #: ../upgrade.py:11330 #, python-format msgid "Upgrading %s..." msgstr "Обновление %s..." #: ../upgrade.py:11332 msgid "Press any key to continue..." msgstr "Ð”Ð»Ñ Ð¿Ñ€Ð¾Ð´Ð¾Ð»Ð¶ÐµÐ½Ð¸Ñ Ð½Ð°Ð¶Ð¼Ð¸Ñ‚Ðµ любую клавишу..." #: ../upgrade.py:11345 msgid "Rapid Photo Downloader upgrade failed" msgstr "Обновление Rapid Photo Downloader не удалоÑÑŒ" #: ../upgrade.py:11347 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" "Пакет python %s не может быть обновлен. Обновление не может продолжатьÑÑ." #: ../raphodo/ui/aboutdialog.py:334 msgid "Credits" msgstr "БлагодарноÑти" #: ../raphodo/ui/aboutdialog.py:339 msgid "Translators" msgstr "Переводчики" #: ../raphodo/ui/backuppanel.py:280 msgid "Backups are not configured" msgstr "Резервное копирование не наÑтроено" #: ../raphodo/ui/backuppanel.py:282 msgid "No backup devices detected" msgstr "Ðе обнаружен ноÑитель Ð´Ð»Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ñ‹Ñ… копий" #: ../raphodo/ui/backuppanel.py:285 msgid "Valid backup locations not yet specified" msgstr "МеÑто Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ñ‹Ñ… копий не указано" #: ../raphodo/ui/backuppanel.py:465 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "ЕÑть возможноÑть ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ð¾Ð¹ копии ваших фотографий и видеороликов " "прÑмо во Ð²Ñ€ÐµÐ¼Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸, в том чиÑле на внешних жёÑтких диÑках." #: ../raphodo/ui/backuppanel.py:473 msgid "Back up photos and videos when downloading" msgstr "" "Создавать резервные копии фотографий и видеороликов во Ð²Ñ€ÐµÐ¼Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸" #: ../raphodo/ui/backuppanel.py:479 msgid "Automatically detect backup devices" msgstr "ÐвтоматичеÑки определÑть ноÑители Ð´Ð»Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ð¾Ð³Ð¾ копированиÑ" #: ../raphodo/ui/backuppanel.py:485 msgid "" "Specify the folder in which backups are stored on the " "device.

      Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" "Укажите папку на уÑтройÑтве, где будут хранитьÑÑ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ñ‹Ðµ " "копии.

      Замечание: наличие папки Ñ Ñ‚Ð°ÐºÐ¸Ð¼ именем будет иÑпользовано " "Ð´Ð»Ñ Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ñ, иÑпользуетÑÑ Ð»Ð¸ уÑтройÑтво Ð´Ð»Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ð¾Ð³Ð¾ копированиÑ. " "Создайте папку Ñ Ð¾Ð´Ð½Ð¸Ð¼ из Ñтих имен на каждом уÑтройÑтве, на котором вы " "хотите хранить резервные копии. При добавлении обеих папок уÑтройÑтво будет " "иÑпользоватьÑÑ Ð´Ð»Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ð¾Ð³Ð¾ ÐºÐ¾Ð¿Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ ÐºÐ°Ðº фото, так и видео." #: ../raphodo/ui/backuppanel.py:500 msgid "Photo folder name:" msgstr "Ð˜Ð¼Ñ Ð¿Ð°Ð¿ÐºÐ¸ Ð´Ð»Ñ Ñ„Ð¾Ñ‚Ð¾:" #: ../raphodo/ui/backuppanel.py:505 msgid "Video folder name:" msgstr "Ð˜Ð¼Ñ Ð¿Ð°Ð¿ÐºÐ¸ Ð´Ð»Ñ Ð²Ð¸Ð´ÐµÐ¾:" #: ../raphodo/ui/backuppanel.py:510 ../raphodo/ui/nameeditor.py:1000 #: ../raphodo/ui/renamepanel.py:141 msgid "Example:" msgstr "Пример:" #: ../raphodo/ui/backuppanel.py:521 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" "ЕÑли вы отключаете автоопределение, выберите точное меÑто Ð´Ð»Ñ Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ " "резервных копий." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:532 msgid "Photo backup location:" msgstr "МеÑто Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ñ‹Ñ… копий фото:" #: ../raphodo/ui/backuppanel.py:542 msgid "Select Photo Backup Location" msgstr "Выберите меÑто Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ñ‹Ñ… копий фото" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:554 msgid "Video backup location:" msgstr "МеÑто Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ñ‹Ñ… копий видео:" #: ../raphodo/ui/backuppanel.py:560 msgid "Select Video Backup Location" msgstr "Выберите меÑто Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ñ‹Ñ… копий видео" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:676 msgid "drive1" msgstr "диÑк1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:679 msgid "drive2" msgstr "диÑк 2" #: ../raphodo/ui/backuppanel.py:746 msgid "Projected Backup Storage Use" msgstr "ИÑпользование хранилища резервных копий" #: ../raphodo/ui/backuppanel.py:751 msgid "Backup Options" msgstr "ÐаÑтройки резервного копированиÑ" #: ../raphodo/copyfiles.py:610 msgid "video THM" msgstr "миниатюры видео" #: ../raphodo/copyfiles.py:620 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:104 ../raphodo/ui/devicedisplay.py:1408 #: ../raphodo/rpdfile.py:310 #, 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:112 ../raphodo/ui/devicedisplay.py:1414 #: ../raphodo/rpdfile.py:298 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s Видео" #: ../raphodo/ui/destinationdisplay.py:123 msgid "Used" msgstr "ЗанÑто" #: ../raphodo/ui/destinationdisplay.py:124 msgid "Excess" msgstr "Превышение" #: ../raphodo/ui/destinationdisplay.py:133 ../raphodo/ui/devicedisplay.py:1440 msgid "Device size unknown" msgstr "Объем уÑтройÑтва неизвеÑтен" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:146 #, python-format msgid "No space free on %(size_total)s device" msgstr "Ðа уÑтройÑтве %(size_total)s нет Ñвободного меÑта" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:156 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s Ñвободно из %(size_total)s" #: ../raphodo/ui/destinationdisplay.py:230 ../raphodo/ui/destinationpanel.py:74 #: ../raphodo/ui/devicedisplay.py:625 ../raphodo/rapid.py:2641 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:960 msgid "Photos" msgstr "Фото" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:231 ../raphodo/ui/destinationpanel.py:78 #: ../raphodo/ui/devicedisplay.py:626 ../raphodo/rapid.py:2642 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:988 #: ../raphodo/storage/storage.py:602 msgid "Videos" msgstr "Видео" #: ../raphodo/ui/destinationdisplay.py:232 msgid "Projected storage use after download" msgstr "ИÑпользование хранилища поÑле загрузки" #. Translators: Custom refers to the user choosing a non-default value that #. they customize themselves #: ../raphodo/ui/destinationdisplay.py:355 ../raphodo/ui/nameeditor.py:587 msgid "Custom..." msgstr "Свой..." #: ../raphodo/ui/destinationdisplay.py:774 msgid "Configure photo subfolder creation" msgstr "ÐаÑтройка ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð¿Ð¾Ð´Ð¿Ð°Ð¿Ð¾Ðº Ð´Ð»Ñ Ñ„Ð¾Ñ‚Ð¾" #: ../raphodo/ui/destinationdisplay.py:776 msgid "Configure video subfolder creation" msgstr "ÐаÑтройка ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð¿Ð¾Ð´Ð¿Ð°Ð¿Ð¾Ðº Ð´Ð»Ñ Ð²Ð¸Ð´ÐµÐ¾" #: ../raphodo/ui/destinationpanel.py:90 msgid "Projected Storage Use" msgstr "Предполагаемое иÑпользование хранилища" #: ../raphodo/ui/destinationpanel.py:113 ../raphodo/ui/destinationpanel.py:125 msgid "Select a destination folder" msgstr "Выберите папку назначениÑ" #: ../raphodo/ui/devicedisplay.py:1294 msgid "Probing device..." msgstr "Проверка уÑтройÑтв..." #: ../raphodo/ui/devicedisplay.py:1309 msgid "Temporarily ignore this device" msgstr "Временно игнорировать Ñто уÑтройÑтво" #: ../raphodo/ui/devicedisplay.py:1313 msgid "Permanently ignore this device" msgstr "ПоÑтоÑнно игнорировать Ñто уÑтройÑтво" #: ../raphodo/ui/devicedisplay.py:1316 msgid "Rescan" msgstr "Обновить" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1437 #, python-format msgid "%s full" msgstr "ЗанÑто %s" #: ../raphodo/ui/devicedisplay.py:1457 msgid "Other" msgstr "Другие" #: ../raphodo/devices.py:603 ../raphodo/devices.py:604 msgid "Cameras" msgstr "Камеры" #: ../raphodo/devices.py:605 ../raphodo/devices.py:1256 #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 ../raphodo/rapid.py:2490 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:1006 #, 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:1073 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1229 ../raphodo/rapid.py:2213 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:1280 ../raphodo/devices.py:1300 #, 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:1318 #, 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:1326 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s УÑтройÑтв" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1652 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" "Кликните по флажку файла чтобы отметить его Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ или ÑнÑть отметку." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "Файлы, которые уже были загружены запоминаютÑÑ. Ð’Ñ‹ по-прежнему можете Ñнова " "отметить уже загруженные файлы Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸, но по умолчанию отметки Ñ Ð½Ð¸Ñ… " "ÑнÑты, и их миниатюры Ñлегка затуманены чтобы вы могли их отличить от " "файлов, которые еще будт загружатьÑÑ." #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" "ЕÑли выбрано более одного файла, незавиÑимо от того были они отмечены или " "нет они вÑе примут отметку файла, по флажку которого вы кликните." #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" "Кликните по флажку уÑтройÑтва, чтобы быÑтро отметить вÑе его файлы Ð´Ð»Ñ " "загрузки или ÑнÑть Ñ Ð½Ð¸Ñ… отметку." #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" "ПоÑле Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð¸Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ флажок будет заменен значком. Цвет значка " "показывает была ли загрузка уÑпешной (зеленый), были ли проблемы Ñ " "переименованием (желтый) или загрузка не удалаÑÑŒ (краÑный)." #: ../raphodo/ui/didyouknow.py:91 msgid "" "\n" "In case of any problems, a red icon will appear at the bottom of the window " "indicating \n" "how many error reports there are. Clicking on it opens the Error Report " "window." msgstr "" "\n" "При наличии каких-либо проблем в нижней чаÑти окна поÑвитÑÑ ÐºÑ€Ð°Ñный значок,\n" "отображающий количеÑтво возникших ошибок. Ðажатие на него откроет окно \n" "Отчета об ошибках." #: ../raphodo/ui/didyouknow.py:97 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." msgstr "" "\n" "Окно Отчета об ошибках отображает ÑпиÑок ошибок, возникших до, во Ð²Ñ€ÐµÐ¼Ñ Ð¸Ð» " "поÑле \n" "загрузки. Оранжевые треугольники отмечают предупреждениÑ, краÑные кружки - " "Ñбои, \n" "а черные кружки - более Ñерьезные Ñбои. Ð’Ñ‹ можете нажать на ÑÑылку, чтобы " "открыть \n" "ее файл или уÑтройÑтво в файл менеджере. Ð’Ñ‹ также можете выполнÑть поиÑк в " "отчете, \n" "иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ð¿Ð¾Ð»Ðµ поиÑка в нижней левой чаÑти окна Отчета об ошибках." #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" "Ð’Ñ‹ можете одновременно выполнÑть загрузку Ñ Ð½ÐµÑкольких камер, Ñмартфонов, " "карт памÑти и жеÑтких диÑков—Ñ Ð»ÑŽÐ±Ð¾Ð³Ð¾ количеÑтва уÑтройÑтв, которое " "ваша ÑиÑтема Ñможет обÑлуживать одновременно." #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" "Шкала времени группирует фото и видео на оÑновании того, Ñколько " "времени прошло между Ñнимками. Ð’Ñ‹ можете иÑпользовать ее Ð´Ð»Ñ Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ñ " "фото и видео, ÑнÑтых в разные периоды одного Ð´Ð½Ñ Ð¸Ð»Ð¸ за неÑколько дней " "подрÑд." #: ../raphodo/ui/didyouknow.py:123 msgid "" "\n" "

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

      \n" "

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

      " msgstr "" "\n" "

      Ðа иллюÑтрации выше Ð¿ÐµÑ€Ð²Ð°Ñ Ñтрока шкалы времени окрашена черным, потому \n" "что вÑе файлы за Ñту дату уже были загружены.

      \n" "

      Ползунок Шкалы времени определÑет прошедшее между Ñнимками \n" "времÑ, которое иÑпользуетÑÑ Ð´Ð»Ñ Ð¿Ð¾ÑÑ‚Ñ€Ð¾ÐµÐ½Ð¸Ñ Ð¨ÐºÐ°Ð»Ñ‹ времени:

      " #: ../raphodo/ui/didyouknow.py:133 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" "Ð”Ð»Ñ Ð¿Ñ€Ð¾Ñмотра фото и видео за определенный период времени иÑпользуйте мышь " "(при необходимоÑти в Ñочетании Ñ ÐºÐ»Ð°Ð²Ð¸ÑˆÐ°Ð¼Ð¸ Shift и Ctrl) " "Ð´Ð»Ñ Ð²Ñ‹Ð±Ð¾Ñ€Ð° временных интервалов. Когда период времени выбран, кнопка Шкалы " "времени Ñ Ð»ÐµÐ²Ð¾Ð¹ Ñтороны главного окна будет подÑвечена." #: ../raphodo/ui/didyouknow.py:140 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" "Ð’ загрузку вÑегда включаютÑÑ Ð²Ñе файлы, отмеченные Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸, Ð²ÐºÐ»ÑŽÑ‡Ð°Ñ Ð¸ " "те, которые в данный момент не отображаютÑÑ Ð¿Ð¾ причине иÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¨ÐºÐ°Ð»Ñ‹ " "времени." #: ../raphodo/ui/didyouknow.py:147 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" "Ð’Ñ‹ можете Ñкрывать или отображать иÑточники загрузки ÐºÐ»Ð¸ÐºÐ°Ñ Ð¿Ð¾ имени " "уÑтройÑтва Ñ ÐºÐ¾Ñ‚Ð¾Ñ€Ð¾Ð³Ð¾ вы загружаете в окне программы вверху Ñлева." #: ../raphodo/ui/didyouknow.py:154 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 \n" "metadata (where 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 \n" "raw images, for instance.
      8. \n" "
      9. File Type: photo or video.
      10. \n" "
      11. Device: name of the device the photos and videos are being " "downloaded \n" "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/ui/didyouknow.py:172 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" "Одна из наиболее полезных возможноÑтей Rapid Photo Downloader - Ñто " "ÑпоÑобноÑть автоматичеÑки генерировать подпапки и переименовывать файлы во " "Ð²Ñ€ÐµÐ¼Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸, иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ñхему по вашему выбору." #: ../raphodo/ui/didyouknow.py:178 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" "Чтобы указать, куда вы хотите загружать файлы и как вы хотите, чтобы они " "называлиÑÑŒ, откройте ÑоответÑтвующую панель Ñ Ð¿Ñ€Ð°Ð²Ð¾Ð¹ Ñтороны окна " "приложениÑ: МеÑто хранениÑ, Переименование, или Метка." #: ../raphodo/ui/didyouknow.py:185 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 \n" "illustration below, the destination folders are "Pictures" and \n" ""Videos". The name of the destination folder is displayed in the " "grey bar \n" "directly above the folder tree, with a folder icon to its left and a gear " "icon to \n" "its far right.
      2. \n" "
      3. The download subfolders, which are directories that will be " "automatically \n" "generated by Rapid Photo Downloader. They need not already exist on your " "computer, but \n" "it's okay if they do. They will be generated under the destination " "folder.
      4. \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" "
      " #: ../raphodo/ui/didyouknow.py:202 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a \n" "different destination folder for each. The same applies to the download " "subfolders for \n" "photos and videos—download photos and videos to the same subfolders, " "or use a \n" "different scheme for each type." msgstr "" "\n" "Ð’Ñ‹ можете загружать фото и видео в одно меÑто хранениÑ, или указать разные \n" "меÑта хранениÑ. То же Ñамое каÑаетÑÑ Ð¸ подпапок Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ фото и " "видео—\n" "загружать фото и видео в одни и те же подпапки, или же иÑпользовать разные " "Ñхемы \n" "Ð´Ð»Ñ ÐºÐ°Ð¶Ð´Ð¾Ð³Ð¾ типа." #: ../raphodo/ui/didyouknow.py:211 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" "ÐвтоматичеÑки Ñозданные подпапки загрузки могут Ñодержать вложенные " "автоматичеÑки Ñозданные подпапки, еÑли необходимо. ÐžÐ±Ñ‹Ñ‡Ð½Ð°Ñ Ñхема - Ñоздание " "папки года и внутри нее Ñерии подпапок год-меÑÑц-день." #: ../raphodo/ui/didyouknow.py:220 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to \n" "download:\n" "
        \n" "
      1. The destination folder tree shows the download subfolders already on " "your computer \n" "(those in a regular, non-italicized font), and the subfolders that will be " "created \n" "during the download (those whose names are italicized).
      2. \n" "
      3. The folder tree also shows into which subfolders the files will be " "downloaded \n" "(those colored black).
      4. \n" "
      " msgstr "" "\n" "Где возможно, программа отображает подпапки загрузки Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ¶Ð°ÐµÐ¼Ñ‹Ñ… фото и " "видео:\n" "
        \n" "
      1. Дерево папок меÑта Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ð¾Ñ‚Ð¾Ð±Ñ€Ð°Ð¶Ð°ÐµÑ‚ уже ÑущеÑтвующие на вашем " "компьютере подпапки \n" "(имена обычным шрифтом, не курÑивом), и подпапки, которые будут Ñозданы при " "загрузке \n" "(имена курÑивом).
      2. \n" "
      3. Дерево папок также показывает, в какую подпапку будут загружены файлы " "(окрашены \n" "в черный цвет).
      4. \n" "
      " #: ../raphodo/ui/didyouknow.py:235 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following \n" "elements:\n" "
        \n" "
      1. File metadata, very often including the date the photo or video " "was created, \n" "but might also include the camera model name, camera serial number, or file " "extension \n" "e.g. JPG or CR2.
      2. \n" "
      3. A Job Code, which is free text you specify at the time the " "download occurs, \n" "such as the 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 \n" "format makes it easy to keep them sorted in a file manager, which is why " "it's the \n" "default option:" msgstr "" "\n" "Имена подпапок загрузки обычно ÑоздаютÑÑ Ñ Ð¸Ñпользованием Ñледующих " "Ñлементов:\n" "
        \n" "
      1. Метаданных файла, очень чаÑто Ñодержат дату ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ñ„Ð¾Ñ‚Ð¾ или " "видео, но могут \n" "также \n" "Ñодержать название камеры, ее Ñерийный номер, или раÑширение файла Ñ‚.е. JPG " "или CR2.
      2. \n" "
      3. A Метки, любого текÑта, который вы задаете во Ð²Ñ€ÐµÐ¼Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸, " "такого как\n" "название ÑÐ¾Ð±Ñ‹Ñ‚Ð¸Ñ Ð¸Ð»Ð¸ меÑта.
      4. \n" "
      5. ТекÑта который вы хотите, чтобы поÑвлÑлÑÑ Ð²Ñегда, как тире или " "пробел.
      6. \n" "
      \n" "Создание имен подпапок из года, Ñледующего за ним меÑÑца, и, напоÑледок, Ð´Ð½Ñ " "в цифровом виде \n" "упрощает их Ñортировку в файл менеджере, и поÑтому выбрано по умолчанию:" #: ../raphodo/ui/didyouknow.py:254 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 \n" "preset. Click on the gear icon to bring up a drop-down menu:" msgstr "" "\n" "Ð”Ð»Ñ Ð°Ð²Ñ‚Ð¾Ð¼Ð°Ñ‚Ð¸Ñ‡ÐµÑкого ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð¿Ð¾Ð´Ð¿Ð°Ð¿Ð¾Ðº при загрузке, вы можете иÑпользовать \n" "одну из вÑтроенных предуÑтановок Rapid Photo Downloader, или Ñоздать Ñвою. " "Кликните по \n" "значку Ñ ÑˆÐµÑтеренкой Ð´Ð»Ñ Ð¾Ñ‚ÐºÑ€Ñ‹Ñ‚Ð¸Ñ Ð²Ñ‹Ð¿Ð°Ð´Ð°ÑŽÑ‰ÐµÐ³Ð¾ меню:" #: ../raphodo/ui/didyouknow.py:261 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to \n" "configure your own scheme. You create your own schemes using the Photo or " "Video \n" "Subfolder Generation Editor:" msgstr "" "\n" "ИÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ð²Ñ‹Ð¿Ð°Ð´Ð°ÑŽÑ‰ÐµÐµ меню, выберите вÑтроенную предуÑтановку или кликните на " "Ð¡Ð²Ð¾Ñ Ð´Ð»Ñ Ð·Ð°Ð´Ð°Ð½Ð¸Ñ \n" "Ñвоей Ñхемы. Ð’Ñ‹ Ñоздадите Ñвою Ñхему, иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ð ÐµÐ´Ð°ÐºÑ‚Ð¾Ñ€ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð¿Ð¾Ð´Ð¿Ð°Ð¿Ð¾Ðº " "Ð´Ð»Ñ Ñ„Ð¾Ñ‚Ð¾ и видео:" #: ../raphodo/ui/didyouknow.py:270 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" "Очень легко загружать raw файлы в одну папку, а jpeg файлы - в другую. " "ПроÑто иÑпользуйте РаÑширение файла как чаÑть Ñхемы ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð¿Ð¾Ð´Ð¿Ð°Ð¿Ð¾Ðº " "загрузки:" #: ../raphodo/ui/didyouknow.py:276 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" "Ðа Ñтой иллюÑтрации показана ÑÐ¾Ñ…Ñ€Ð°Ð½ÐµÐ½Ð½Ð°Ñ Ð¿Ñ€ÐµÐ´ÑƒÑтановка Ñ Ð¸Ð¼ÐµÐ½ÐµÐ¼ "My " "custom preset"." #: ../raphodo/ui/didyouknow.py:282 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 \n" "and a Job Code:" msgstr "" "\n" "Ð’Ñ‹ не обÑзаны Ñоздавать вложенные подпапки загрузки. Эта иллюÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ \n" "показывает Ñоздание подпапок загрузки, Ñодержащих только дату, когда Ñделан " "Ñнимок \n" "и метку:" #: ../raphodo/ui/didyouknow.py:291 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 \n" "choices to generate new combinations. Supposing you wanted a date format " "that combines \n" "year (YYYY), a hyphen, and month (MM) to form YYYY-MM. You can create it " "like this \n" "(note the red circle around the hyphen):" msgstr "" "\n" "ÐеÑÐ¼Ð¾Ñ‚Ñ€Ñ Ð½Ð° то, что еÑть много вÑтроеных Ñхем Ð¿ÐµÑ€ÐµÐ¸Ð¼ÐµÐ½Ð¾Ð²Ð°Ð½Ð¸Ñ Ñ " "иÑпользованием даты/времени, вы можете решить, что \n" "вам надо что-то другое. Ð’Ñ‹ можете без проблем Ñоздать Ñвою Ñхему. Ð’Ñ‹ можете " "комбинировать варианты даты/времени, \n" "чтобы Ñоздать новые комбинации. Предположим вам нужен формат даты, " "Ñодержащий год (ГГГГ), Ð´ÐµÑ„Ð¸Ñ Ð¸ меÑÑц (ММ) Ð´Ð»Ñ \n" "Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ Ð“Ð“Ð“Ð“-ММ. Ð’Ñ‹ можете Ñоздать его как показано здеÑÑŒ (обратите " "внимание на краÑный кружок вокруг дефиÑа:" #: ../raphodo/ui/didyouknow.py:300 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names \n" "in the \n" "online " "\n" "documentation." msgstr "" "\n" "ПрочеÑть больше о вÑех ÑпоÑобах ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð¸Ð¼ÐµÐ½ файлов и подпапок загрузки вы " "можете в \n" "докумен" "тации в Ñети." #: ../raphodo/ui/didyouknow.py:309 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. \n" "You can use them in subfolder and file names. In this illustration, some " "files have had \n" "the Job Code "Street" applied to them, and the selected files are " "about to \n" "get the Job Code "Green Bazaar":" msgstr "" "\n" "Метки позволÑÑŽÑ‚ вам легко задать текÑÑ‚, опиÑывающий набор фото и " "видео. Ð’Ñ‹ \n" "можете иÑпользовать их в именах файлов и подпапок. Ðа Ñтой иллюÑтрации к " "некоторым \n" "файлам применена метка "Street", а выбранные файлы должны получить " "метку \n" ""Green Bazaar":" #: ../raphodo/ui/didyouknow.py:317 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 \n" "prompted to enter a Job Code for them before the download begins." msgstr "" "\n" "Ð’Ñ‹ можете применÑть новые или ÑущеÑтвующие Метки перед началом загрузки. " "ЕÑли Ñреди \n" "загружаемых файлов еÑть такие, к которым еще не была применена Метка, вам " "будет предложено \n" "задать Метку Ð´Ð»Ñ Ñтих файлов перед тем как начнетÑÑ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ°." #: ../raphodo/ui/didyouknow.py:324 msgid "Look for hints to guide you when working with Job Codes:" msgstr "Ищите подÑказки, которые направÑÑ‚ Ð²Ð°Ñ Ð¿Ñ€Ð¸ работе Ñ ÐœÐµÑ‚ÐºÐ°Ð¼Ð¸:" #: ../raphodo/ui/didyouknow.py:327 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" "ПодÑказки будут завиÑеть от контекÑта, например когда наводите мышь на " "кнопку." #: ../raphodo/ui/didyouknow.py:333 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!" msgstr "" "\n" "ЕÑли вы дадите вашим файлам фото и видео уникальные имена, вы никогда не " "будете в них \n" "путитьÑÑ. ÐаÑтоÑтельно рекомендуетÑÑ Ð´Ð»Ñ Ð·Ð°Ð´Ð°Ð½Ð¸Ñ ÑƒÐ½Ð¸ÐºÐ°Ð»ÑŒÐ½Ñ‹Ñ… имен файлов " "иÑпользовать \n" "Ðумерацию!" #: ../raphodo/ui/didyouknow.py:340 msgid "" "\n" "

      Four types of sequence values are available to help you assign unique " "names to your \n" "photos and 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 \n" "last time the 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 \n" "documentation.

      " msgstr "" "\n" "

      Ð”Ð»Ñ Ñ‚Ð¾Ð³Ð¾, чтобы помочь вам в назначении уникальных имен вашим фото и " "видео еÑть \n" "четыре вида нумерации:\n" "

        \n" "
      1. Загружено ÑегоднÑ: подÑчитывает завершенные загрузки в течение " "днÑ.
      2. \n" "
      3. Ð¡ÐºÐ²Ð¾Ð·Ð½Ð°Ñ Ð½ÑƒÐ¼ÐµÑ€Ð°Ñ†Ð¸Ñ: похожа на Загружено ÑегоднÑ, но ее значение " "ÑохранÑетÑÑ \n" "Ñ Ð¿Ñ€Ð¾ÑˆÐ»Ð¾Ð³Ð¾ запуÑка программы.
      4. \n" "
      5. СеанÑÐ¾Ð²Ð°Ñ Ð½ÑƒÐ¼ÐµÑ€Ð°Ñ†Ð¸Ñ: ÑбраÑываетÑÑ Ð¿Ñ€Ð¸ каждом запуÑке " "программы.
      6. \n" "
      7. Ð¡Ð¸Ð¼Ð²Ð¾Ð»ÑŒÐ½Ð°Ñ Ð½ÑƒÐ¼ÐµÑ€Ð°Ñ†Ð¸Ñ: как ÑеанÑÐ¾Ð²Ð°Ñ Ð½ÑƒÐ¼ÐµÑ€Ð°Ñ†Ð¸Ñ, но иÑпользует " "буквы.
      8. \n" "

      \n" "

      \n" "ПрочеÑть больше о нумерации вы можете в \n" "документа" "ции в Ñети.

      " #: ../raphodo/ui/didyouknow.py:358 msgid "" "\n" "The Rename panel allows you to configure file renaming. To rename " "your files, \n" "you can choose from among existing renaming presets or define your own." msgstr "" "\n" "Панель Переименование позволÑет наÑтроить переименование файлов. Ð”Ð»Ñ " "Ð¿ÐµÑ€ÐµÐ¸Ð¼ÐµÐ½Ð¾Ð²Ð°Ð½Ð¸Ñ Ñ„Ð°Ð¹Ð»Ð¾Ð² вы\n" "можете выбрать одну из ÑущеÑтвующих предуÑтановок Ð¿ÐµÑ€ÐµÐ¸Ð¼ÐµÐ½Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¸Ð»Ð¸ задать " "Ñвои правила." #: ../raphodo/ui/didyouknow.py:364 msgid "" "\n" "

      The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature \n" "on your 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 \n" "are detected, the same sequence numbers will be applied to both photo names. " "F\n" "urthermore, sequences will be 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/ui/didyouknow.py:378 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are \n" "downloaded, such as external hard drives or network shares. Backup devices " "can be \n" "automatically detected, or exact backup locations specified." msgstr "" "\n" "Во Ð²Ñ€ÐµÐ¼Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ вы можете Ñоздавать резервные копии ваших фото и видео в " "неÑкольких меÑтах, таких \n" "как внешние жеÑткие диÑки или Ñетевые хранилища. УÑтройÑтва Ð´Ð»Ñ Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ " "резервных копий могут \n" "быть определены автоматичеÑки или вы можете точно задать меÑто Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ " "резервных копий." #: ../raphodo/ui/didyouknow.py:385 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" "Ð’ Ñтом примере накопитель photobackup не Ñодержит папки Ñ Ð¸Ð¼ÐµÐ½ÐµÐ¼ " "Videos, поÑтому резервное копирование видео на него выполнено не " "будет." #: ../raphodo/ui/didyouknow.py:391 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including \n" "download sources, destinations, and backups. Additionally, settings can be " "reset to \n" "their default state, and caches and remembered files cleared." msgstr "" "\n" "Ðекоторые параметры программы могут быть заданы из командной Ñтроки, Ð²ÐºÐ»ÑŽÑ‡Ð°Ñ " "иÑточники загрузки, меÑта Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ð¸ меÑта Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ñ‹Ñ… копий. " "Дополнительно, наÑтройки могут быть Ñброшены на Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð¿Ð¾ умолчанию, и " "может быть очищен кÑш и запомненные файлы." #: ../raphodo/ui/didyouknow.py:396 msgid "You can also import program preferences from the older 0.4 version." msgstr "" "Также вы можете импортировать наÑтройки из Ñтарой 0.4 верÑии программы." #: ../raphodo/ui/didyouknow.py:401 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 \n" "your cameras, memory cards, and other devices.
      2. \n" "
      3. A temporary cache of files downloaded from a camera, one for " "photos and \n" "another for videos. They are located in temporary subfolders in the download " "\n" "destination.
      4. \n" "
      5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores \n" "thumbnails of RAW and TIFF photos once they have been downloaded. File " "browsers like \n" "Gnome Files use this cache as well, meaning they too will display thumbnails " "for those \n" "files. \n" "
      6. \n" "
      \n" "Read more about these caches and their effect on download performance in the " "online " "documentation." 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" "документации в " "Ñети." #: ../raphodo/ui/didyouknow.py:459 msgid "Tip of the Day" msgstr "Совет днÑ" #: ../raphodo/ui/didyouknow.py:467 msgid "Did you know...?" msgstr "Знаете ли вы...?" #: ../raphodo/ui/didyouknow.py:498 msgid "Show tips on startup" msgstr "Показывать Ñоветы при запуÑке" #: ../raphodo/ui/didyouknow.py:502 msgid "&Next" msgstr "Далее" #: ../raphodo/ui/didyouknow.py:503 msgid "&Previous" msgstr "Ðазад" #: ../raphodo/downloadtracker.py:454 msgid "MB/sec" msgstr "МБ/Ñ" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:584 msgid "A few seconds" msgstr "ÐеÑколько Ñекунд" #: ../raphodo/downloadtracker.py:643 msgid "1 second" msgstr "1 Ñекунда" #: ../raphodo/downloadtracker.py:645 #, python-format msgid "%d seconds" msgstr "%d Ñекунд" #: ../raphodo/downloadtracker.py:650 msgid "1 minute" msgstr "1 минута" #: ../raphodo/downloadtracker.py:652 #, python-format msgid "%d minutes" msgstr "%d минут(Ñ‹)" #: ../raphodo/downloadtracker.py:657 ../raphodo/downloadtracker.py:839 msgid "1 hour" msgstr "1 чаÑ" #: ../raphodo/downloadtracker.py:659 #, python-format msgid "%d hours" msgstr "%d чаÑа(ов)" #: ../raphodo/downloadtracker.py:664 ../raphodo/downloadtracker.py:869 #: ../raphodo/downloadtracker.py:877 msgid "1 day" msgstr "1 день" #: ../raphodo/downloadtracker.py:666 #, python-format msgid "%d days" msgstr "%d днÑ(ей)" #: ../raphodo/downloadtracker.py:845 msgid "1 minute, 1 second" msgstr "1 минута, 1 Ñекунда" #: ../raphodo/downloadtracker.py:847 #, python-format msgid "1 minute, %d seconds" msgstr "1 минута, %d Ñекунд(а)" #: ../raphodo/downloadtracker.py:850 #, python-format msgid "%d minutes, 1 second" msgstr "%d минут(Ñ‹), 1 Ñекунда" #: ../raphodo/downloadtracker.py:852 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d минут(а), %(seconds)d Ñекунд(а)" #: ../raphodo/downloadtracker.py:884 msgid "1 hour, 1 minute" msgstr "1 чаÑ, 1 минута" #: ../raphodo/downloadtracker.py:886 #, python-format msgid "1 hour, %d minutes" msgstr "1 чаÑ, %d минут(а)" #: ../raphodo/downloadtracker.py:889 #, python-format msgid "%d hours, 1 minute" msgstr "%d чаÑ(а/ов), 1 минута" #: ../raphodo/downloadtracker.py:891 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d чаÑ(а/ов), %(minutes)d минут(а)" #: ../raphodo/downloadtracker.py:918 msgid "1 day, 1 hour" msgstr "1 день, 1 чаÑ" #: ../raphodo/downloadtracker.py:920 #, python-format msgid "1 day, %d hours" msgstr "1 день, %d чаÑ(а/ов)" #: ../raphodo/downloadtracker.py:923 #, python-format msgid "%d days, 1 hour" msgstr "%d дней, 1 чаÑ" #: ../raphodo/downloadtracker.py:925 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d дней, %(hours)d чаÑ(а/ов)" #: ../raphodo/errorlog.py:80 msgid "Find" msgstr "ПоиÑк" #: ../raphodo/errorlog.py:150 msgid "Error Reports - Rapid Photo Downloader" msgstr "Отчет об ошибках - Rapid Photo Downloader" #: ../raphodo/errorlog.py:187 msgid "Find in reports" msgstr "Ðайти в отчетах" #: ../raphodo/errorlog.py:206 msgid "Find the previous occurrence of the phrase" msgstr "Ðайти предыдущее Ñовпадение Ñ Ñ„Ñ€Ð°Ð·Ð¾Ð¹" #: ../raphodo/errorlog.py:211 msgid "Find the next occurrence of the phrase" msgstr "Ðайти Ñледующее Ñовпадение Ñ Ñ„Ñ€Ð°Ð·Ð¾Ð¹" #: ../raphodo/errorlog.py:213 msgid "&Highlight All" msgstr "ПодÑветить вÑе ÑовпадениÑ" #: ../raphodo/errorlog.py:214 msgid "Highlight all occurrences of the phrase" msgstr "ПодÑветить вÑе ÑÐ¾Ð²Ð¿Ð°Ð´ÐµÐ½Ð¸Ñ Ñ Ñ„Ñ€Ð°Ð·Ð¾Ð¹" #: ../raphodo/errorlog.py:215 msgid "&Match Case" msgstr "Учитывать региÑтр" #: ../raphodo/errorlog.py:216 msgid "Search with case sensitivity" msgstr "ИÑкать Ñ ÑƒÑ‡ÐµÑ‚Ð¾Ð¼ региÑтра" #: ../raphodo/errorlog.py:217 msgid "&Whole Words" msgstr "Слова целиком" #: ../raphodo/errorlog.py:218 msgid "Search whole words only" msgstr "ИÑкать только целые Ñлова" #: ../raphodo/errorlog.py:229 ../raphodo/errorlog.py:371 #, 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:234 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "%(matchnumber)s из %(total)s Ñовпадений" #: ../raphodo/errorlog.py:256 msgid "Clear" msgstr "ОчиÑтить" #: ../raphodo/errorlog.py:357 msgid "Phrase not found" msgstr "Фраза не найдена" #: ../raphodo/errorlog.py:516 msgid "Search pending..." msgstr "Ожидание поиÑка..." #: ../raphodo/errorlog.py:567 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:50 #, python-brace-format msgid "" "Please report the problem at {website}.

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

      The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" "ПожалуйÑта, Ñообщите о проблеме в {website}.

      В вашем отчете об ошибке опишите " "что вы ожидали и что произошло.

      Отчет об ошибке также должен " "Ñодержать наÑтройки программы и файлы журналов. Ð”Ð»Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ñ„Ð°Ð¹Ð»Ð° Ñ " "дополнительной информацией нажмите Сохранить." #: ../raphodo/excepthook.py:57 msgid "Additional Information Saved" msgstr "Ð”Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¡Ð¾Ñ…Ñ€Ð°Ð½ÐµÐ½Ð°" #: ../raphodo/excepthook.py:62 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
      {tarfile}
      You need to attach this file to the bug " "report yourself. It will not be automatically attached.

      Click here to see the file in your file manager." msgstr "" "Ð”Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð´Ð»Ñ Ð¾Ñ‚Ñ‡ÐµÑ‚Ð° об ошибке Ñоздана в tar-файле в " "домашней папке:
      {tarfile}
      Вам необходимо ÑобÑтвенноручно " "прикрепить Ñтот файл к отчету об ошибке. Он не будет прикреплен " "автоматичеÑки.

      Ðажмите здеÑÑŒ Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñмтра файла " "в вашем ДиÑпетчере файлов." #: ../raphodo/excepthook.py:69 msgid "Error Creating Additional Information" msgstr "Ошибка при Ñоздании Дополнительной Информации" #: ../raphodo/excepthook.py:72 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" "Ð”Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð´Ð»Ñ Ð¾Ñ‚Ñ‡ÐµÑ‚Ð° об ошибке не была Ñоздана. Ð’Ñе равно " "Ñообщите об ошибке, пожалуйÑта." #: ../raphodo/excepthook.py:79 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

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

      Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" "Включите в ваш отчет об ошибке файлы журнала программы. Отчет об ошибке " "должен Ñодержать {log_file}, но включение других файлов журналов " "чаÑто бывает полезно.

      ЕÑли возможно, пожалуйÑта также добавьте файл " "наÑтроек программы {config_file}.

      Ðажмите здеÑÑŒ Ð´Ð»Ñ Ð¾Ñ‚ÐºÑ€Ñ‹Ñ‚Ð¸Ñ Ð¿Ð°Ð¿ÐºÐ¸ Ñ Ð¶ÑƒÑ€Ð½Ð°Ð»Ð°Ð¼Ð¸, и здеÑÑŒ Ð´Ð»Ñ Ð¾Ñ‚ÐºÑ€Ñ‹Ñ‚Ð¸Ñ Ð¿Ð°Ð¿ÐºÐ¸ наÑтроек." #: ../raphodo/excepthook.py:88 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" "Обновление до latest version позволит вам " "определить была ли уÑтранена Ð·Ð°Ð¼ÐµÑ‡ÐµÐ½Ð°Ñ Ð²Ð°Ð¼Ð¸ проблема." #: ../raphodo/excepthook.py:182 msgid "Problem in Rapid Photo Downloader" msgstr "Проблема в Rapid Photo Downloader" #: ../raphodo/excepthook.py:186 msgid "A problem occurred in Rapid Photo Downloader" msgstr "Ð’ Rapid Photo Downloader обнаружена проблема" #: ../raphodo/excepthook.py:189 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" "ЕÑли Ð¿Ð¾Ð´Ð¾Ð±Ð½Ð°Ñ Ð¿Ñ€Ð¾Ð±Ð»ÐµÐ¼Ð° возникнет Ñнова до выхода из программы, больше " "уведомлений о ней не будет." #: ../raphodo/excepthook.py:216 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "Ð’ Rapid Photo Downloader возникла проблема\n" #: ../raphodo/excepthook.py:218 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "ПожалуйÑта, Ñообщите о проблеме в {website}\n" "Прикрепите к отчету об ошибке файл журнала, который вы Ñможете найти в " "{log_path}\n" "\n" #: ../raphodo/ui/filebrowse.py:173 ../raphodo/thumbnaildisplay.py:2254 msgid "Open in File Browser..." msgstr "Открыть в файл менеджере..." #. type: Optional[QModelIndex] #: ../raphodo/ui/filebrowse.py:179 msgid "Reset" msgstr "СброÑ" #: ../raphodo/ui/filebrowse.py:183 msgid "Show System Folders" msgstr "Показывать ÑиÑтемные папки" #: ../raphodo/foldercombo.py:140 msgid "File System" msgstr "Ð¤Ð°Ð¹Ð»Ð¾Ð²Ð°Ñ ÑиÑтема" #: ../raphodo/foldercombo.py:181 msgid "Other..." msgstr "Обзор..." #: ../raphodo/foldercombo.py:272 #, python-format msgid "%s (location does not exist)" msgstr "%s (хранилище не ÑущеÑтвует)" #: ../raphodo/generatenameconfig.py:206 msgid "Date time" msgstr "Дата и времÑ" #: ../raphodo/generatenameconfig.py:207 msgid "Text" msgstr "ТекÑÑ‚" #: ../raphodo/generatenameconfig.py:208 ../raphodo/rapid.py:2608 msgid "Filename" msgstr "Ð˜Ð¼Ñ Ñ„Ð°Ð¹Ð»Ð°" #: ../raphodo/generatenameconfig.py:209 #: ../raphodo/prefs/preferencedialog.py:994 msgid "Metadata" msgstr "Метаданные" #: ../raphodo/generatenameconfig.py:210 msgid "Sequences" msgstr "ÐумерациÑ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:213 msgid "Job code" msgstr "Метка" #: ../raphodo/generatenameconfig.py:214 msgid "Image date" msgstr "Дата Ñнимка" #: ../raphodo/generatenameconfig.py:215 msgid "Video date" msgstr "Дата видео" #: ../raphodo/generatenameconfig.py:216 msgid "Today" msgstr "СегоднÑ" #: ../raphodo/generatenameconfig.py:217 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:220 msgid "Download time" msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:223 msgid "Name" msgstr "ИмÑ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 ../raphodo/rapid.py:2609 msgid "Extension" msgstr "РаÑширение" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 msgid "Image number" msgstr "Ðомер Ñнимка" #: ../raphodo/generatenameconfig.py:230 msgid "Video number" msgstr "Ðомер видео" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:233 msgid "Aperture" msgstr "Диафрагма" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "Exposure time" msgstr "Выдержка" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Focal length" msgstr "ФокуÑное раÑÑтоÑние" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Camera make" msgstr "Производитель камеры" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera model" msgstr "Модель камеры" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 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:254 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:257 msgid "Serial number" msgstr "Серийный номер" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Shutter count" msgstr "Счётчик кадров" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:262 msgid "File number" msgstr "Ðомер файла" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:264 msgid "Folder only" msgstr "Только папка" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:266 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:269 msgid "Owner name" msgstr "Ð˜Ð¼Ñ Ð²Ð»Ð°Ð´ÐµÐ»ÑŒÑ†Ð°" #: ../raphodo/generatenameconfig.py:270 msgid "Codec" msgstr "Кодек" #: ../raphodo/generatenameconfig.py:271 msgid "Width" msgstr "Ширина" #: ../raphodo/generatenameconfig.py:272 msgid "Height" msgstr "Ð’Ñ‹Ñота" #: ../raphodo/generatenameconfig.py:273 msgid "Length" msgstr "ДлительноÑть" #: ../raphodo/generatenameconfig.py:274 msgid "Frames Per Second" msgstr "Кадров в Ñекунду" #: ../raphodo/generatenameconfig.py:275 msgid "Artist" msgstr "Ðвтор" #: ../raphodo/generatenameconfig.py:276 msgid "Copyright" msgstr "ÐвторÑкие права" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:279 msgid "Downloads today" msgstr "Загружено ÑегоднÑ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Session number" msgstr "СеÑÑÐ¸Ð¾Ð½Ð½Ð°Ñ Ð½ÑƒÐ¼ÐµÑ€Ð°Ñ†Ð¸Ñ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Subfolder number" msgstr "Ðомер подпапки" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Stored number" msgstr "Ð¡ÐºÐ²Ð¾Ð·Ð½Ð°Ñ Ð½ÑƒÐ¼ÐµÑ€Ð°Ñ†Ð¸Ñ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:291 msgid "Sequence letter" msgstr "Ð¡Ð¸Ð¼Ð²Ð¾Ð»ÑŒÐ½Ð°Ñ Ð½ÑƒÐ¼ÐµÑ€Ð°Ñ†Ð¸Ñ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:294 msgid "All digits" msgstr "Ð’Ñе цифры" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "Last digit" msgstr "ПоÑледнÑÑ Ñ†Ð¸Ñ„Ñ€Ð°" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 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:303 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:306 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:309 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:312 msgid "UPPERCASE" msgstr "ЗÐГЛÐÐ’ÐЫЕ БУКВЫ" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "lowercase" msgstr "пропиÑные буквы" #: ../raphodo/generatenameconfig.py:316 msgid "One digit" msgstr "Одна цифра" #: ../raphodo/generatenameconfig.py:317 msgid "Two digits" msgstr "Две цифры" #: ../raphodo/generatenameconfig.py:318 msgid "Three digits" msgstr "Три цифры" #: ../raphodo/generatenameconfig.py:319 msgid "Four digits" msgstr "Четыре цифры" #: ../raphodo/generatenameconfig.py:320 msgid "Five digits" msgstr "ПÑть цифр" #: ../raphodo/generatenameconfig.py:321 msgid "Six digits" msgstr "ШеÑть цифр" #: ../raphodo/generatenameconfig.py:322 msgid "Seven digits" msgstr "Семь цифр" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:325 msgid "Subseconds" msgstr "Доли Ñекунды" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 ../raphodo/generatenameconfig.py:415 msgid "YYYYMMDD" msgstr "ГГГГММДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:416 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:334 ../raphodo/generatenameconfig.py:417 msgid "YYYY_MM_DD" msgstr "ГГГГ_ММ_ДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 msgid "YYMMDD" msgstr "ГГММДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 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:343 msgid "YY_MM_DD" msgstr "ГГ_ММ_ДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "MMDDYYYY" msgstr "ММДДГГГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYY" msgstr "ММДДГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDD" msgstr "ММДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "DDMMYYYY" msgstr "ДДММГГГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYY" msgstr "ДДММГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 ../raphodo/generatenameconfig.py:415 #: ../raphodo/generatenameconfig.py:416 ../raphodo/generatenameconfig.py:417 #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:419 msgid "YYYY" msgstr "ГГГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 msgid "YY" msgstr "ГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "MM" msgstr "ММ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "DD" msgstr "ДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "Month (full)" msgstr "МеÑÑц (полноÑтью)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (abbreviated)" msgstr "МеÑÑц (кратко)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Weekday (full)" msgstr "День недели (полный)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (abbreviated)" msgstr "День недели (Ñокращенный)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "HHMMSS" msgstr "ЧЧММСС" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMM" msgstr "ЧЧММ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 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:394 msgid "HH-MM" msgstr "ЧЧ-ММ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH" msgstr "ЧЧ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "MM (minutes)" msgstr "ММ (мин.)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "SS" msgstr "СС" #: ../raphodo/generatenameconfig.py:415 msgid "Date" msgstr "Дата" #: ../raphodo/generatenameconfig.py:416 msgid "Date (hyphens)" msgstr "Дата (Ñ Ð´ÐµÑ„Ð¸Ñами)" #: ../raphodo/generatenameconfig.py:417 msgid "Date (underscores)" msgstr "Дата (Ñ Ð¿Ð¾Ð´Ñ‡ÐµÑ€ÐºÐ°Ð¼Ð¸)" #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:512 #: ../raphodo/generatenameconfig.py:699 msgid "Date and Job Code" msgstr "Дата и Метка" #: ../raphodo/generatenameconfig.py:418 msgid "YYYYMM_Job Code" msgstr "ГГГГММ_Метка" #: ../raphodo/generatenameconfig.py:419 msgid "Date and Job Code Subfolder" msgstr "Дата и подпапка Метки" #: ../raphodo/generatenameconfig.py:419 msgid "YYYYMM" msgstr "ГГГГММ" #: ../raphodo/generatenameconfig.py:419 ../raphodo/jobcodepanel.py:279 #: ../raphodo/ui/nameeditor.py:926 ../raphodo/rapid.py:2261 #: ../raphodo/ui/renamepanel.py:93 ../raphodo/ui/renamepanel.py:275 msgid "Job Code" msgstr "Метка" #: ../raphodo/generatenameconfig.py:507 ../raphodo/generatenameconfig.py:694 msgid "Original Filename" msgstr "ИÑходное Ð¸Ð¼Ñ Ñ„Ð°Ð¹Ð»Ð°" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "Date-Time and Downloads today" msgstr "Дата-Ð’Ñ€ÐµÐ¼Ñ Ð¸ Загружено ÑегоднÑ" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "YYYYMMDD-HHMM-1" msgstr "ГГГГММДД-ЧЧММСС-1" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "Date and Downloads today" msgstr "Дата и Загружено ÑегоднÑ" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "YYYYMMDD-1" msgstr "ГГГГММДД-1" #: ../raphodo/generatenameconfig.py:510 msgid "Date-Time and Image number" msgstr "Дата-Ð’Ñ€ÐµÐ¼Ñ Ð¸ Ðомер Ñнимка" #: ../raphodo/generatenameconfig.py:510 msgid "YYYYMMDD-1234" msgstr "ГГГГММДД-1234" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "Date-Time and Job Code" msgstr "Дата-Ð’Ñ€ÐµÐ¼Ñ Ð¸ Метка" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "ГГГГММДД-ЧЧММ-Метка-1" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:699 msgid "YYYYMMDD-Job Code-1" msgstr "ГГГГММДД-Метка-1" #: ../raphodo/generatenameconfig.py:697 msgid "Date-Time and Video number" msgstr "Дата-Ð’Ñ€ÐµÐ¼Ñ Ð¸ Ðомер видео" #: ../raphodo/generatenameconfig.py:697 msgid "YYYYMMDD_1234" msgstr "ГГГГММДД_1234" #: ../raphodo/generatenameconfig.py:700 msgid "Resolution" msgstr "Разрешение" #: ../raphodo/generatenameconfig.py:700 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "ГГГГММДД-ЧЧММ-1-1920x1080" #: ../raphodo/jobcodepanel.py:90 msgid "Enter a new Job Code, or select a previous one" msgstr "Задайте новую Метку или выберите из ÑущеÑтвующих" #: ../raphodo/jobcodepanel.py:98 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "Метка будет применена к %s, еще не имеющему Метки." #: ../raphodo/jobcodepanel.py:108 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "Метка будет применена к %s, еще не имеющим Метки." #: ../raphodo/jobcodepanel.py:121 msgid "Apply Job Code to Download" msgstr "Применить Метку к Загрузке" #: ../raphodo/jobcodepanel.py:123 msgid "Enter a new Job Code" msgstr "Задайте новую Метку" #: ../raphodo/jobcodepanel.py:131 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" "ПодÑказка: Перед вводом нового Кода Задачи выберите фото или видео и " "он применитÑÑ Ðº ним." #: ../raphodo/jobcodepanel.py:144 #, python-format msgid "The new Job Code will be applied to %s." msgstr "ÐÐ¾Ð²Ð°Ñ ÐœÐµÑ‚ÐºÐ° будет применена к %s." #: ../raphodo/jobcodepanel.py:148 msgid "New Job Code" msgstr "ÐÐ¾Ð²Ð°Ñ ÐœÐµÑ‚ÐºÐ°" #: ../raphodo/jobcodepanel.py:186 msgid "&Job Code:" msgstr "Метка:" #: ../raphodo/jobcodepanel.py:190 msgid "&Remember this Job Code" msgstr "&Запомнить Ñтот Код Задачи" #: ../raphodo/jobcodepanel.py:251 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" "Выберите фото и видео, к которым можно применить новую или ÑущеÑтвующую " "Метку." #: ../raphodo/jobcodepanel.py:255 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "ÐÐ¾Ð²Ð°Ñ ÐœÐµÑ‚ÐºÐ° будет применена ко вÑем выбранным фото и/или видео." #: ../raphodo/jobcodepanel.py:259 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:264 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:269 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" "ЕÑли вы хотите иÑпользовать Метки, наÑтройте переименование файлов или " "Ñоздание имен подпапок Ñ Ð¸Ñ… иÑпользованием." #: ../raphodo/jobcodepanel.py:278 msgid "Last Used" msgstr "ПоÑледние" #: ../raphodo/jobcodepanel.py:283 msgid "Job Code Sort:" msgstr "Сортировка Меток:" #: ../raphodo/jobcodepanel.py:286 ../raphodo/rapid.py:2616 msgid "Ascending" msgstr "По возраÑтанию" #: ../raphodo/jobcodepanel.py:287 ../raphodo/rapid.py:2617 msgid "Descending" msgstr "По убыванию" #: ../raphodo/jobcodepanel.py:297 msgid "&New..." msgstr "ÐоваÑ..." #: ../raphodo/jobcodepanel.py:301 msgid "&Apply" msgstr "Применить" #: ../raphodo/jobcodepanel.py:305 msgid "&Remove" msgstr "Удалить" #: ../raphodo/jobcodepanel.py:309 ../raphodo/prefs/preferencedialog.py:288 #: ../raphodo/prefs/preferencedialog.py:324 #: ../raphodo/prefs/preferencedialog.py:781 msgid "Remove All" msgstr "Удалить вÑе" #: ../raphodo/jobcodepanel.py:512 msgid "Do you really want to remove all the Job Codes?" msgstr "Ð’Ñ‹ дейÑтвительно хотите удалить вÑе Метки?" #: ../raphodo/jobcodepanel.py:515 msgid "Remove all Job Codes" msgstr "Удалить вÑе Метки" #: ../raphodo/jobcodepanel.py:578 msgid "Job Codes" msgstr "Метки" #: ../raphodo/ui/messagewidget.py:67 #, python-format msgid "Hint: %(message)s" msgstr "ПодÑказка: %(message)s" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:478 ../raphodo/ui/nameeditor.py:498 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/ui/nameeditor.py:583 msgid "Save New Custom Preset..." msgstr "Сохранить новую предуÑтановку..." #: ../raphodo/ui/nameeditor.py:584 msgid "Remove All Custom Presets..." msgstr "Удалить вÑе предуÑтановки..." #: ../raphodo/ui/nameeditor.py:630 msgid "(New Custom Preset)" msgstr "(ÐÐ¾Ð²Ð°Ñ Ð¿Ñ€ÐµÐ´ÑƒÑтановка)" #: ../raphodo/ui/nameeditor.py:647 #, python-format msgid "%s (edited)" msgstr "%s (изменена)" #: ../raphodo/ui/nameeditor.py:650 ../raphodo/ui/nameeditor.py:1558 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "Обновить предуÑтановку \"%s\"" #: ../raphodo/ui/nameeditor.py:743 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "Сохранить новую предуÑтановку - Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:751 msgid "Preset Name:" msgstr "Ð˜Ð¼Ñ Ð¿Ñ€ÐµÐ´ÑƒÑтановки:" #: ../raphodo/ui/nameeditor.py:884 msgid "Photo Subfolder Generation Editor" msgstr "Редактор ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð¿Ð¾Ð´Ð¿Ð°Ð¿Ð¾Ðº фото" #: ../raphodo/ui/nameeditor.py:892 msgid "Video Subfolder Generation Editor" msgstr "Редактор ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð¿Ð¾Ð´Ð¿Ð°Ð¿Ð¾Ðº видео" #: ../raphodo/ui/nameeditor.py:900 msgid "Photo Renaming Editor" msgstr "Редактор Ð¿ÐµÑ€ÐµÐ¸Ð¼ÐµÐ½Ð¾Ð²Ð°Ð½Ð¸Ñ Ñ„Ð¾Ñ‚Ð¾" #: ../raphodo/ui/nameeditor.py:907 msgid "Video Renaming Editor" msgstr "Редактор Ð¿ÐµÑ€ÐµÐ¸Ð¼ÐµÐ½Ð¾Ð²Ð°Ð½Ð¸Ñ Ð²Ð¸Ð´ÐµÐ¾" #: ../raphodo/ui/nameeditor.py:936 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" "Внимание: ÐедоÑтаточно данных Ð´Ð»Ñ " "полного ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð¸Ð¼ÐµÐ½Ð¸. ПожалуйÑта иÑпользуйте другие наÑтройки " "переименованиÑ." #: ../raphodo/ui/nameeditor.py:954 #, python-format msgid "The character
      %(separator)s creates a new subfolder level." msgstr "Символ %(separator)s Ñоздает новый уровень подпапок." #: ../raphodo/ui/nameeditor.py:964 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" "Ðет необходимоÑти начинать Ñ Ñимвола Ñ€Ð°Ð·Ð´ÐµÐ»Ð¸Ñ‚ÐµÐ»Ñ Ð¿Ð°Ð¿Ð¾Ðº %(separator)s " "или заканчивать им, потому что он добавлÑетÑÑ Ð°Ð²Ñ‚Ð¾Ð¼Ð²Ñ‚Ð¸Ñ‡ÐµÑки." #: ../raphodo/ui/nameeditor.py:972 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" "Внимание: Уникальные имена файлов не " "будут Ñозданы. Сделайте имена файлов уникальными, иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ðумерацию." #: ../raphodo/ui/nameeditor.py:999 ../raphodo/ui/renamepanel.py:139 msgid "Preset:" msgstr "ПредуÑтановка:" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1082 ../raphodo/ui/nameeditor.py:1105 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/ui/nameeditor.py:1134 ../raphodo/prefs/preferencedialog.py:1083 #: ../raphodo/wsl.py:648 msgid "Get help online..." msgstr "Помощь онлайн..." #: ../raphodo/ui/nameeditor.py:1161 msgid "Insert" msgstr "Ð’Ñтавить" #: ../raphodo/ui/nameeditor.py:1523 msgid "Save Preset - Rapid Photo Downloader" msgstr "Сохранить предуÑтановку - Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:1527 msgid "" "Do you want to save the changes in a new custom " "preset?

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

      The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" "Ð’Ñ‹ хотите Ñохранить Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð² новой предуÑтановке?

      Создание " "Ñвоих предуÑтановок не ÑвлÑетÑÑ Ð¾Ð±Ñзательным, но может помочь вам навеÑти " "порÑдок.

      Ð˜Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð² наÑтройках вÑе равно будут применены, незавиÑимо " "от того, Ñоздадите ли вы Ñвою предуÑтановку или нет." #: ../raphodo/ui/nameeditor.py:1548 msgid "" "Do you want to save the changes in a custom preset?

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

      The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" "Ð’Ñ‹ хотите Ñохранить Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð² предуÑтановке?

      ЕÑли хотите, вы " "можете Ñоздать новую предуÑтановку или обновить " "ÑущеÑтвующую.

      Ð˜Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð² наÑтройках вÑе равно будут применены, " "незавиÑимо от того, Ñоздадите ли вы Ñвою предуÑтановку или нет." #: ../raphodo/ui/nameeditor.py:1562 msgid "Save New Custom Preset" msgstr "Сохранить новую предуÑтановку" #: ../raphodo/newversion.py:326 msgid "Checking for new version..." msgstr "Проверка наличие новой верÑии..." #: ../raphodo/newversion.py:327 msgid "You are running the latest version." msgstr "Ð’Ñ‹ иÑпользуете поÑледнюю верÑию." #: ../raphodo/newversion.py:328 msgid "Failed to contact the update server." msgstr "Ошибка ÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ñ Ñервером обновлений." #: ../raphodo/newversion.py:331 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "ДоÑтупна Ð½Ð¾Ð²Ð°Ñ Ð²ÐµÑ€ÑÐ¸Ñ Rapid Photo Downloader (%s)." #: ../raphodo/newversion.py:334 msgid "Do you want to download the new version?" msgstr "Ð’Ñ‹ хотите загрузить новую верÑию?" #: ../raphodo/newversion.py:336 #, 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:366 ../raphodo/newversion.py:385 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:388 msgid "&Open Download Page" msgstr "Открыть Ñтраницу загрузки" #: ../raphodo/newversion.py:412 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:531 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "%(downloaded)s из %(total)s" #: ../raphodo/newversion.py:553 msgid "Downloading..." msgstr "Загрузка..." #: ../raphodo/prefs/preferencedialog.py:134 msgid "Preferences" msgstr "ÐаÑтройки" #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 msgid "Language" msgstr "Язык" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 msgid "Automation" msgstr "ÐвтоматизациÑ" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Thumbnails" msgstr "Миниатюры" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:160 #: ../raphodo/prefs/preferencedialog.py:183 #: ../raphodo/prefs/preferencedialog.py:585 msgid "Time Zones" msgstr "ЧаÑовые поÑÑа" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:184 #: ../raphodo/prefs/preferencedialog.py:649 msgid "Error Handling" msgstr "Обработка ошибок" #: ../raphodo/prefs/preferencedialog.py:162 #: ../raphodo/prefs/preferencedialog.py:185 msgid "Warnings" msgstr "ПредупреждениÑ" #: ../raphodo/prefs/preferencedialog.py:163 msgid "Consolidation" msgstr "Объединение" #: ../raphodo/prefs/preferencedialog.py:164 #: ../raphodo/prefs/preferencedialog.py:186 msgid "Miscellaneous" msgstr "Разное" #: ../raphodo/prefs/preferencedialog.py:221 msgid "Device Scanning" msgstr "Сканирование уÑтройÑтв" #: ../raphodo/prefs/preferencedialog.py:222 msgid "Scan only external devices" msgstr "Сканировать только внешние уÑтройÑтва" #: ../raphodo/prefs/preferencedialog.py:225 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" "Сканировать фото и видео только на внешних уÑтройÑтвах по отношению к Ñтому " "компьютеру.\n" "Ð’ÐºÐ»ÑŽÑ‡Ð°Ñ ÐºÐ°Ð¼ÐµÑ€Ñ‹, карты памÑти, внешние жеÑткие диÑки и USB флеш диÑки." #: ../raphodo/prefs/preferencedialog.py:231 msgid "Scan only specific folders on devices" msgstr "Сканировать на уÑьройÑтве только определенные папки" #: ../raphodo/prefs/preferencedialog.py:233 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Сканировать на наличие фото и видео только папки, указанные ниже (за\n" "иÑключением папок заданных в ПутÑÑ… Ð´Ð»Ñ Ð¸ÑключениÑ).\n" "\n" "Изменение Ñтой наÑтройки приведет к повторному Ñканированию вÑех уÑтройÑтв." #: ../raphodo/prefs/preferencedialog.py:240 msgid "Folders to scan:" msgstr "Папки Ð´Ð»Ñ ÑканированиÑ:" #: ../raphodo/prefs/preferencedialog.py:244 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" "Папки в корне файловой ÑиÑтемы уÑтройÑтва, которые будут\n" "проÑканированы на наличие фото и видео." #: ../raphodo/prefs/preferencedialog.py:249 #: ../raphodo/prefs/preferencedialog.py:310 msgid "Add..." msgstr "Добавить…" #: ../raphodo/prefs/preferencedialog.py:252 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Добавить папку в ÑпиÑок папок Ð´Ð»Ñ ÑÐºÐ°Ð½Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð½Ð° наличие фото и видео.\n" "\n" "Изменение Ñтой наÑтройки приведет к повторному Ñканированию вÑех уÑтройÑтв." #: ../raphodo/prefs/preferencedialog.py:256 #: ../raphodo/prefs/preferencedialog.py:286 #: ../raphodo/prefs/preferencedialog.py:317 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove" msgstr "Удалить" #: ../raphodo/prefs/preferencedialog.py:259 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Удалить папку из ÑпиÑка папок Ð´Ð»Ñ ÑÐºÐ°Ð½Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð½Ð° наличие фото и видео.\n" "\n" "Изменение Ñтой наÑтройки приведет к повторному Ñканированию вÑех уÑтройÑтв." #: ../raphodo/prefs/preferencedialog.py:278 msgid "Devices that have been set to automatically ignore or download from." msgstr "" "УÑтройÑтва могут быть наÑтроены Ð´Ð»Ñ Ð°Ð²Ñ‚Ð¾Ð¼Ð°Ñ‚Ð¸Ñ‡ÐµÑкого их Ð¸Ð³Ð½Ð¾Ñ€Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¸Ð»Ð¸ " "автоматичеÑкой загрузки Ñ Ð½Ð¸Ñ…." #: ../raphodo/prefs/preferencedialog.py:279 msgid "Remembered Devices" msgstr "Сохраненные уÑтройÑтва" #: ../raphodo/prefs/preferencedialog.py:283 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" "Удалить уÑтройÑтво из ÑпиÑка уÑтройÑтв Ð´Ð»Ñ Ð°Ð²Ñ‚Ð¾Ð¼Ð°Ñ‚Ð¸Ñ‡ÐµÑкой загрузки или " "игнорированиÑ." #: ../raphodo/prefs/preferencedialog.py:290 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" "ОчиÑтить ÑпиÑок уÑтройÑтв Ð´Ð»Ñ Ð°Ð²Ñ‚Ð¾Ð¼Ð°Ñ‚Ð¸Ñ‡ÐµÑкой загрузки или игнорированиÑ.\n" "\n" "Замечание: Ð˜Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð²ÑтупÑÑ‚ в Ñилу при Ñледующем Ñканировании уÑтройÑтв." #: ../raphodo/prefs/preferencedialog.py:304 msgid "Ignored Paths" msgstr "Игнорируемые пути" #: ../raphodo/prefs/preferencedialog.py:306 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" "ÐšÐ¾Ð½ÐµÑ‡Ð½Ð°Ñ Ñ‡Ð°Ñть путей, которые никогда не будут ÑканироватьÑÑ Ð½Ð° наличие фото " "или видео." #: ../raphodo/prefs/preferencedialog.py:313 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Добавить путь в ÑпиÑок путей Ð´Ð»Ñ Ð¸Ð³Ð½Ð¾Ñ€Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ.\n" "\n" "Изменение Ñтого параметра приведет к повторному Ñканированию вÑех уÑтройÑтв." #: ../raphodo/prefs/preferencedialog.py:320 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Удалить путь из ÑпиÑка путей Ð´Ð»Ñ Ð¸Ð³Ð½Ð¾Ñ€Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ.\n" "\n" "Изменение Ñтого параметра приведет к повторному Ñканированию вÑех уÑтройÑтв." #: ../raphodo/prefs/preferencedialog.py:327 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "ОчиÑтить ÑпиÑок путей Ð´Ð»Ñ Ð¸Ð³Ð½Ð¾Ñ€Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ.\n" "\n" "Изменение Ñтого параметра приведет к повторному Ñканированию вÑех уÑтройÑтв." #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as well. #: ../raphodo/prefs/preferencedialog.py:338 #, python-brace-format msgid "Use python-style regular expressions" msgstr "ИÑпользовать регулÑрные Ð²Ñ‹Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ Ð² Ñтиле Python" #: ../raphodo/prefs/preferencedialog.py:345 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "ИÑпользовать регулÑрные Ð²Ñ‹Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ Ð² ÑпиÑке игнорируемых путей.\n" "\n" "Изменение Ñтого параметра приведет к повторному Ñканированию вÑех уÑтройÑтв." #: ../raphodo/prefs/preferencedialog.py:387 msgid "Language: " msgstr "Язык: " #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:400 #: ../raphodo/prefs/preferencedialog.py:505 #: ../raphodo/prefs/preferencedialog.py:553 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:408 #: ../raphodo/prefs/preferencedialog.py:575 msgid "* Takes effect upon program restart" msgstr "* Ð’Ñтупит в Ñилу поÑле перезапуÑка программы" #: ../raphodo/prefs/preferencedialog.py:416 msgid "Program Automation" msgstr "ÐÐ²Ñ‚Ð¾Ð¼Ð°Ñ‚Ð¸Ð·Ð°Ñ†Ð¸Ñ Ð¿Ñ€Ð¾Ð³Ñ€Ð°Ð¼Ð¼Ñ‹" #: ../raphodo/prefs/preferencedialog.py:417 msgid "Mount devices not already automatically mounted" msgstr "Подключаемые уÑтройÑтва не подключены автоматичеÑки" #. Translators: This next sentence is used in a tool tip. Feel free to place the #. carriage return where you think it makes sense so that the tool tip does not #. stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:422 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" "Подключаемые уÑтройÑтва такие как карты памÑти или внешние диÑки\n" "когда Ð¾Ð¿ÐµÑ€Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð°Ñ ÑиÑтема не подключает их автоматичеÑки" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading at program startup" msgstr "Ðачать загрузку при запуÑке программы" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Start downloading upon device insertion" msgstr "Ðачать загрузку Ñразу поÑле Ð¿Ð¾Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ Ð½Ð¾ÑителÑ" #: ../raphodo/prefs/preferencedialog.py:430 msgid "Unmount (eject) device upon download completion" msgstr "Отмонтировать (извлечь) уÑтройÑтво по окончании загрузки" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program when download completes" msgstr "Завершить программу поÑле загрузки" #: ../raphodo/prefs/preferencedialog.py:433 msgid "Exit program even if download had warnings or errors" msgstr "Завершить программу даже при ошибках загрузки" #: ../raphodo/prefs/preferencedialog.py:465 msgid "Thumbnail Generation" msgstr "Создание миниатюр" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails" msgstr "Создать миниатюры" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Generate thumbnails to show in the main program window" msgstr "Создать миниатюры Ð´Ð»Ñ Ð¾Ñ‚Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ Ð² главном окне программы" #: ../raphodo/prefs/preferencedialog.py:470 msgid "Cache thumbnails" msgstr "КÑшировать миниатюры" #: ../raphodo/prefs/preferencedialog.py:473 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" "СохранÑть отображаемые в главном окне программы миниатюры в перÑональном " "кеше миниатюр Rapid Photo Downloader" #: ../raphodo/prefs/preferencedialog.py:477 msgid "Generate system thumbnails" msgstr "Создать миниатюры в ÑиÑтеме" #: ../raphodo/prefs/preferencedialog.py:480 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" "Во Ð²Ñ€ÐµÐ¼Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ ÑохранÑть миниатюры, которые могут быть иÑпользованы файл " "менеджерами и другими программами" #: ../raphodo/prefs/preferencedialog.py:489 msgid "Number of CPU cores used to generate thumbnails." msgstr "КоличеÑтво Ñдер процеÑÑора Ð´Ð»Ñ Ð¸ÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¿Ñ€Ð¸ Ñоздании миниатюр." #: ../raphodo/prefs/preferencedialog.py:490 msgid "CPU cores:" msgstr "Ядра процеÑÑора:" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Thumbnail Cache" msgstr "КÑш миниатюр" #: ../raphodo/prefs/preferencedialog.py:530 msgid "Calculating..." msgstr "ВычиÑление…" #: ../raphodo/prefs/preferencedialog.py:536 msgid "days" msgstr "день(днÑ,дней)" #: ../raphodo/prefs/preferencedialog.py:537 msgid "forever" msgstr "вÑегда" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Cache size:" msgstr "Размер кÑша:" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Number of thumbnails:" msgstr "КоличеÑтво миниатюр:" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Database size:" msgstr "Размер базы данных:" #: ../raphodo/prefs/preferencedialog.py:550 msgid "Cache unaccessed thumbnails for:" msgstr "Ð’ кÑше недоÑтупны миниатюры длÑ:" #: ../raphodo/prefs/preferencedialog.py:559 msgid "Purge Cache..." msgstr "ОчиÑтка кÑша..." #: ../raphodo/prefs/preferencedialog.py:562 msgid "Optimize Cache..." msgstr "ÐžÐ¿Ñ‚Ð¸Ð¼Ð¸Ð·Ð°Ñ†Ð¸Ñ ÐºÑша..." #: ../raphodo/prefs/preferencedialog.py:588 msgid "Ignore time zone and daylight savings changes" msgstr "Игнорировать Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ñ‡Ð°Ñового поÑÑа и зимнего времени" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:598 msgid "Offset resolution (minutes):" msgstr "Шаг ÑÐ¼ÐµÑ‰ÐµÐ½Ð¸Ñ (минут)" #: ../raphodo/prefs/preferencedialog.py:601 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" "При вычиÑлении ÑÐ¼ÐµÑ‰ÐµÐ½Ð¸Ñ Ð¾Ñ‚Ð½Ð¾Ñительно времени когда Ñделано фото или видео " "иÑпользуетÑÑ Ð½ÐµÑколько" #: ../raphodo/prefs/preferencedialog.py:615 msgid "When detecting if a file has been previously downloaded:" msgstr "При определении, был ли файл уже загружен:" #: ../raphodo/prefs/preferencedialog.py:629 msgid "Learn more about time zone handling" msgstr "Узнать больше о работе Ñ Ñ‡Ð°Ñовыми поÑÑами" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Skip download" msgstr "ПропуÑтить загрузку" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Don't download the file, and issue an error message" msgstr "Ðе загружать файл, и выдать Ñообщение об ошибке" #: ../raphodo/prefs/preferencedialog.py:656 msgid "Add unique identifier" msgstr "Добавить уникальную метку" #: ../raphodo/prefs/preferencedialog.py:659 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" "Добавить метку вида _1 или _2 в конец имени файла, непоÑредÑтвенно перед " "раÑширением" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Overwrite" msgstr "ПерезапиÑать" #: ../raphodo/prefs/preferencedialog.py:668 msgid "Overwrite the previously backed up file" msgstr "ПерезапиÑать предыдущую резервную копию файла" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Skip" msgstr "ПропуÑтить" #: ../raphodo/prefs/preferencedialog.py:671 msgid "Don't overwrite the backup file, and issue an error message" msgstr "Ðе перезапиÑывать резервную копию, выдать Ñообщение об ошибке" #: ../raphodo/prefs/preferencedialog.py:678 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" "ЕÑли фото или видео Ñ Ñ‚Ð°ÐºÐ¸Ð¼ именем уже было загружено, выберите, пропуÑтить " "ли загрузку файла или добавить уникальную метку:" #: ../raphodo/prefs/preferencedialog.py:690 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" "Ð”Ð»Ñ Ð°Ð²Ñ‚Ð¾Ð¼Ð°Ñ‚Ð¸Ñ‡ÐµÑкого ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ ÑƒÐ½Ð¸ÐºÐ°Ð»ÑŒÐ½Ñ‹Ñ… имен файлов наÑтоÑтельно " "рекомендуетÑÑ Ð¸Ñпользовать нумерацию. ÐаÑтройте переименование файлов на " "панели Переименование в главном окне." #: ../raphodo/prefs/preferencedialog.py:701 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" "При Ñоздании резервной копии, выберите, перезапиÑывать ли файл Ñ Ñ‚Ð°ÐºÐ¸Ð¼ " "именем на уÑтройÑтве Ð´Ð»Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ð¾Ð³Ð¾ ÐºÐ¾Ð¿Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¸Ð»Ð¸ пропуÑтить Ñоздание " "резервной копии:" #: ../raphodo/prefs/preferencedialog.py:722 msgid "Program Warnings" msgstr "ÐŸÑ€ÐµÐ´ÑƒÐ¿Ñ€ÐµÐ¶Ð´ÐµÐ½Ð¸Ñ Ð¿Ñ€Ð¾Ð³Ñ€Ð°Ð¼Ð¼Ñ‹" #: ../raphodo/prefs/preferencedialog.py:723 msgid "Show a warning when:" msgstr "Показывать предупреждение когда:" #: ../raphodo/prefs/preferencedialog.py:727 msgid "Downloading files currently not displayed" msgstr "Загружаемые файлы ÑÐµÐ¹Ñ‡Ð°Ñ Ð½Ðµ отображаютÑÑ" #: ../raphodo/prefs/preferencedialog.py:730 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" "Предупреждать о загрузке файлов, которые не отображаютÑÑ Ð² главном окне." #: ../raphodo/prefs/preferencedialog.py:734 msgid "Backup destinations are missing" msgstr "МеÑта Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ñ‹Ñ… копий отÑутÑтвуют" #: ../raphodo/prefs/preferencedialog.py:736 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" "Предупреждать перед началом загрузки, еÑли Ñоздание резервных копий " "невозможно." #: ../raphodo/prefs/preferencedialog.py:740 msgid "Program libraries are missing or broken" msgstr "Библиотеки программы отÑутÑтвуют или повреждены" #: ../raphodo/prefs/preferencedialog.py:743 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" "Предупреждать, еÑли библиотеки, иÑпользуемые Rapid Photo Downloader " "отÑутÑтвуют или не работают." #: ../raphodo/prefs/preferencedialog.py:747 msgid "Filesystem metadata cannot be set" msgstr "Метаданные файловой ÑиÑтемы не могут быть уÑтановлены" #: ../raphodo/prefs/preferencedialog.py:749 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" "Предупреждать об ошибке уÑтановки метаданных файловой ÑиÑтемы, таких как " "Ð²Ñ€ÐµÐ¼Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ." #: ../raphodo/prefs/preferencedialog.py:753 msgid "Encountering unhandled files" msgstr "Ðайдены необÑлуживаемые файлы" #: ../raphodo/prefs/preferencedialog.py:755 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" "Предупреждать поÑле ÑÐºÐ°Ð½Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ ÑƒÑтройÑтв или Ñтого компьютера, еÑли еÑть " "неопознанные файлы, которые не будет включены в загрузку." #: ../raphodo/prefs/preferencedialog.py:760 msgid "Do not warn about unhandled files with extensions:" msgstr "Ðе Ñообщать о необÑлуживаемых файлах Ñ Ñ€Ð°ÑширениÑми:" #: ../raphodo/prefs/preferencedialog.py:765 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" "РаÑÑˆÐ¸Ñ€ÐµÐ½Ð¸Ñ Ñ„Ð°Ð¹Ð»Ð¾Ð² не чувÑтвительны к региÑтру и не обÑзаны Ñодержать " "предшеÑтвующую точку." #: ../raphodo/prefs/preferencedialog.py:769 msgid "Add" msgstr "Добавить" #: ../raphodo/prefs/preferencedialog.py:771 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" "Добавить раÑширение файла в ÑпиÑок необÑлуживаемых типов файлов, Ñообщать о " "которых не нужно." #: ../raphodo/prefs/preferencedialog.py:776 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" "Удалить раÑширение файла из ÑпиÑка необÑлуживаемых типов файлов, Ñообщать о " "которых не нужно." #: ../raphodo/prefs/preferencedialog.py:783 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" "ОчиÑтить ÑпиÑок необÑлуживаемых типов файлов, Ñообщать о которых не нужно." #: ../raphodo/prefs/preferencedialog.py:821 msgid "Photo and Video Consolidation" msgstr "Объединение фото и видео" #: ../raphodo/prefs/preferencedialog.py:824 msgid "Consolidate files across devices and downloads" msgstr "ОбъединÑть файлы между уÑтройÑтвами и загрузками" #: ../raphodo/prefs/preferencedialog.py:827 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" "Ðнализировать результаты ÑÐºÐ°Ð½Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ ÑƒÑтройÑтв в поиÑках дубликатов и пар " "RAW и JPEG,\n" "ÑÑ€Ð°Ð²Ð½Ð¸Ð²Ð°Ñ Ð¸Ñ… между различными уÑтройÑтвами и ÑеанÑами загрузки." #: ../raphodo/prefs/preferencedialog.py:833 msgid "Treat matching RAW and JPEG files as:" msgstr "РаÑÑматривать ÑоответÑтвующие RAW и JPEG файлы как:" #: ../raphodo/prefs/preferencedialog.py:834 msgid "One photo" msgstr "Одно фото" #: ../raphodo/prefs/preferencedialog.py:835 msgid "Two photos" msgstr "Два фото" #: ../raphodo/prefs/preferencedialog.py:837 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" "Отображать пары RAW и JPEG как одно фото, и, еÑли отмечены Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸, " "загружать оба файла." #: ../raphodo/prefs/preferencedialog.py:842 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" "Отображать пары RAW и JPEG как два разных фото. Ð’Ñ‹ по-прежнему можете " "Ñинхронизировать их нумерацию." #: ../raphodo/prefs/preferencedialog.py:851 msgid "With matching RAW and JPEG photos:" msgstr "С парами RAW и JPEG фото:" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Do not mark JPEG for download" msgstr "Ðе отмечать JPEG Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸" #: ../raphodo/prefs/preferencedialog.py:854 msgid "Do not mark RAW for download" msgstr "Ðе отмечать RAW Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸" #: ../raphodo/prefs/preferencedialog.py:855 msgid "Mark both for download" msgstr "Отмечать Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ оба" #: ../raphodo/prefs/preferencedialog.py:862 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" "При обнаружении пар RAW и JPEG фото, не отмечать автоматичеÑки JPEG файлы\n" "Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸. Ð’Ñ‹ по-прежнему можете отметить их Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ Ñами." #: ../raphodo/prefs/preferencedialog.py:868 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" "При обнаружении пар RAW и JPEG фото, не отмечать автоматичеÑки RAW файлы\n" "Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸. Ð’Ñ‹ по-прежнему можете отметить их Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ Ñами." #: ../raphodo/prefs/preferencedialog.py:874 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" "При обнаружении пар RAW и JPEG фото, автоматичеÑки отмечать Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ оба " "файла." #: ../raphodo/prefs/preferencedialog.py:880 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" "ЕÑли вы отключили объединение файлов, выберите, что делать еÑли подключено " "уÑтройÑтво Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ в то Ð²Ñ€ÐµÐ¼Ñ ÐºÐ°Ðº отображаютÑÑ Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð½Ñ‹Ðµ загрузки:" #: ../raphodo/prefs/preferencedialog.py:886 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" "ЕÑли уÑтройÑтво Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ подключено в то Ð²Ñ€ÐµÐ¼Ñ ÐºÐ°Ðº отображаютÑÑ " "завершенные загрузки:" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Clear completed downloads" msgstr "ОчиÑтить завершенные загрузки" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Keep displaying completed downloads" msgstr "Продолжить отображение завершенных загрузок" #: ../raphodo/prefs/preferencedialog.py:906 msgid "Prompt for what to do" msgstr "СпроÑить что делать" #: ../raphodo/prefs/preferencedialog.py:911 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" "ÐвтоматичеÑки очищать отображаемые завершенные загрузки каждый раз, когда " "подключаетÑÑ Ð½Ð¾Ð²Ð¾Ðµ уÑтройÑтво Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸." #: ../raphodo/prefs/preferencedialog.py:916 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" "Продолжать отображать завершенные загрузки каждый раз, когда подключаетÑÑ " "новое уÑтройÑтво Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸." #: ../raphodo/prefs/preferencedialog.py:921 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" "СпроÑить, очищать отображаемые завершенные загрузки или продолжать их " "отображение каждый раз, когда подключаетÑÑ Ð½Ð¾Ð²Ð¾Ðµ уÑтройÑтво Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸." #: ../raphodo/prefs/preferencedialog.py:968 msgid "Version Check" msgstr "Проверка верÑии" #: ../raphodo/prefs/preferencedialog.py:969 msgid "Check for new version at startup" msgstr "ПроверÑть наличие новых верÑий при запуÑке" #: ../raphodo/prefs/preferencedialog.py:972 msgid "Check for a new version of the program each time the program starts." msgstr "ПроверÑть наличие новых верÑий программы при каждом ее запуÑке." #: ../raphodo/prefs/preferencedialog.py:976 msgid "Include development releases" msgstr "Ð’ÐºÐ»ÑŽÑ‡Ð°Ñ Ð²Ñ‹Ð¿ÑƒÑки в разработке" #: ../raphodo/prefs/preferencedialog.py:978 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/prefs/preferencedialog.py:996 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "Игнорировать метаданные даты/времени DNG файлов на уÑтройÑтвах MTP" #: ../raphodo/prefs/preferencedialog.py:999 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" "Игнорировать метаданные даты/времени DNG файлов, раÑположенных науÑтройÑтвах " "MTP, и иÑпользовать вмеÑто них Ð²Ñ€ÐµÐ¼Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ.\n" "\n" "Полезно Ð´Ð»Ñ Ñ‚Ð°ÐºÐ¸Ñ… уÑтройÑтв, как некоторые телефоны и планшеты, которые " "Ñоздают некорректные метаданные DNG." #: ../raphodo/prefs/preferencedialog.py:1006 msgid "Read photo metadata using only ExifTool" msgstr "Считывать метаданные Ñнимков иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ñ‚Ð¾Ð»ÑŒÐºÐ¾ ExifTool" #: ../raphodo/prefs/preferencedialog.py:1008 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" "Ð”Ð»Ñ Ñ‡Ñ‚ÐµÐ½Ð¸Ñ Ð¼ÐµÑ‚Ð°Ð´Ð°Ð½Ð½Ñ‹Ñ… и Ð¸Ð·Ð²Ð»ÐµÑ‡ÐµÐ½Ð¸Ñ Ð¼Ð¸Ð½Ð¸Ð°Ñ‚ÑŽÑ€ иÑпользовать ExifTool вмеÑто " "Exiv2.\n" "\n" "По умолчанию иÑпользуетÑÑ Exiv2, полагаÑÑÑŒ на ExifTool только когда Exiv2 " "не\n" "поддерживает формат Ñчитываемого файла.\n" "\n" "Exiv2 быÑтр, точен, и почти вÑегда надежен, но он не ÑправлÑетÑÑ Ñ " "извлечением\n" "метаданных из некоторых файлов, таких как DNG файлы, Ñоздаваемые камерами\n" " Leica M8." #: ../raphodo/prefs/preferencedialog.py:1034 msgid "Completed Downloads" msgstr "Завершенные загрузки" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1140 msgid "" msgstr "<Язык ÑиÑтемы>" #: ../raphodo/prefs/preferencedialog.py:1423 #, python-format msgid "Restores default %s preference values" msgstr "СброÑить наÑтройки %s на Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð¿Ð¾ умолчанию" #: ../raphodo/prefs/preferencedialog.py:1585 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" "Ð’Ñ‹ хотите очиÑтить кÑш миниатюр? КÑш будет очищен при Ñледующем запуÑке " "программы." #: ../raphodo/prefs/preferencedialog.py:1590 msgid "Purge Thumbnail Cache" msgstr "ОчиÑтить кÑш миниатюр" #: ../raphodo/prefs/preferencedialog.py:1605 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" "Ð’Ñ‹ хотите оптимизировать кÑш миниатюр? КÑш будет Ñоптимизирован при " "Ñледующем запуÑке программы." #: ../raphodo/prefs/preferencedialog.py:1610 msgid "Optimize Thumbnail Cache" msgstr "Оптимизировать кÑш миниатюр" #: ../raphodo/prefs/preferencedialog.py:1929 msgid "Enter a Folder to Scan" msgstr "Укажите папку Ð´Ð»Ñ ÑканированиÑ" #: ../raphodo/prefs/preferencedialog.py:1931 msgid "Specify a folder that will be scanned for photos and videos" msgstr "Укажите папку Ð´Ð»Ñ ÑÐºÐ°Ð½Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð½Ð° наличие фото и видео" #: ../raphodo/prefs/preferencedialog.py:1933 msgid "Folder:" msgstr "Папка:" #: ../raphodo/prefs/preferencedialog.py:1947 msgid "Enter a Path to Ignore" msgstr "Введите путь, который хотите игнорировать" #: ../raphodo/prefs/preferencedialog.py:1949 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" "Задайте путь, который никогда не будет проверÑтьÑÑ Ð½Ð° наличие фото и видео" #: ../raphodo/prefs/preferencedialog.py:1951 msgid "Path:" msgstr "Путь:" #: ../raphodo/prefs/preferencedialog.py:1965 msgid "Enter a File Extension" msgstr "Введите раÑширение файла" #: ../raphodo/prefs/preferencedialog.py:1966 msgid "Specify a file extension (without the leading dot)" msgstr "Задайте раÑширение файла (без предшеÑтвующей точки)" #: ../raphodo/prefs/preferencedialog.py:1967 ../raphodo/ui/renamepanel.py:140 msgid "Extension:" msgstr "РаÑширение:" #: ../raphodo/prefs/preferencedialog.py:1982 msgid "Invalid File Extension" msgstr "Ðеверное раÑширение файла" #: ../raphodo/prefs/preferencedialog.py:1987 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" "РаÑширение файлов %s извеÑтно Rapid Photo Downloader, поÑтому нет " "необходимоÑти предупреждать об их наличии." #: ../raphodo/prefs/preferencedialog.py:1996 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" "ИзвеÑтные типы файлов:\n" "\n" "Фото:\n" "%(photos)s\n" "\n" "Видео:\n" "%(videos)s\n" "\n" "Ðудио:\n" "%(audio)s\n" "\n" "Другие:\n" "%(other)s" #: ../raphodo/prefs/preferences.py:311 msgid "Wedding" msgstr "Свадьба" #: ../raphodo/prefs/preferences.py:311 msgid "Birthday" msgstr "День рождениÑ" #: ../raphodo/prefs/preferences.py:736 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Ð˜Ð¼Ñ ÐºÐ°Ñ‚Ð°Ð»Ð¾Ð³Ð° не должно начинатьÑÑ Ñ %s" #: ../raphodo/prefs/preferences.py:740 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Ð˜Ð¼Ñ ÐºÐ°Ñ‚Ð°Ð»Ð¾Ð³Ð° не должно закачинатьÑÑ Ð½Ð° %s" #: ../raphodo/prefs/preferences.py:747 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "Ð˜Ð¼Ñ ÐºÐ°Ñ‚Ð°Ð»Ð¾Ð³Ð° не может Ñодержать две %s, одну за другой" #: ../raphodo/ui/primarybutton.py:124 msgid "Download 8 Photos and 10 Videos" msgstr "Загрузка 8фото и 10 видео" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Ошибка: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "Ошибка: %s" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "Ошибка GPhoto2: %s" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" "Ðевозможно инициализировать камеру, возможно из-за ее иÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ð´Ñ€ÑƒÐ³Ð¾Ð¹ " "программой. Файлы Ñ Ð½ÐµÐµ Ñкопированы не будут." #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "Ðевозможно прочеÑть каталог %s" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "Ðевозможно получить доÑтуп к времени Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð¸Ð»Ð¸ размеру Ð´Ð»Ñ %s" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "Ðевозможно прочеÑть файл %s" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "Ðевозможно запиÑать файл %s" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "Ðевозможно перемеÑтить файл %s" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "Ðевозможно удалить файл %s" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "Ðевозможно Ñкопировать файл %s" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "Файл %s Ñ Ð½ÑƒÐ»ÐµÐ²Ð¾Ð¹ длиной не будет загружен" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "ÐÐµÐ»ÑŒÐ·Ñ Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»Ð¸Ñ‚ÑŒ Ð²Ñ€ÐµÐ¼Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð¸Ð· файловой ÑиÑтемы Ð´Ð»Ñ %s" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "Ðевозможно прочеÑть метаданные из %s" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" "Ðевозможно загрузить метаданные из %(name)s. Файл %(filetype)s не был " "загружен." #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" "Ошибка уÑтановки метаданных файла на файловой ÑиÑтеме %s. ЕÑли Ñта ошибка " "повторитÑÑ Ð½Ð° той же файловой ÑиÑтеме, повторного отчета не будет." #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "Обнаружен необÑлуживаемый файл %s. Он не будет загружен." #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)s уже ÑущеÑтвует." #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" "ПоÑледнее изменение ÑущеÑтвующего %(filetype)s %(destination)s было %(date)s " "в %(time)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" "Файл %(filetype)s %(source)s не был загружен Ñ ÑƒÑтройÑтва %(device)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "Файл %(filetype)s %(source)s был загружен Ñ ÑƒÑтройÑтва %(device)s." #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "К имени файла была добавлена ÑƒÐ½Ð¸ÐºÐ°Ð»ÑŒÐ½Ð°Ñ Ð¼ÐµÑ‚ÐºÐ° '%s'." #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "ПоÑледнее изменение ÑущеÑтвующей резервной копии %(filetype)s " "%(destination)s было %(date)s в %(time)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" "Ð”Ð»Ñ Ñ„Ð°Ð¹Ð»Ð° %(filetype)s %(source)s Ñ ÑƒÑтройÑтва %(device)s не была Ñоздана " "Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ð°Ñ ÐºÐ¾Ð¿Ð¸Ñ." #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "ПоÑледнее изменение предыдущей резервной копии %(filetype)s %(destination)s " "было %(date)s в %(time)s." #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" "Ð”Ð»Ñ Ñ„Ð°Ð¹Ð»Ð° %(filetype)s %(source)s Ñ ÑƒÑтройÑтва %(device)s была Ñоздана " "Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ð°Ñ ÐºÐ¾Ð¿Ð¸Ñ, перезапиÑÐ°Ð²ÑˆÐ°Ñ Ð¿Ñ€ÐµÐ´Ñ‹Ð´ÑƒÑ‰ÑƒÑŽ резервную копию файла " "%(filetype)s." #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" "При Ñинхронизации нумерации RAW + JPEG обнаружен дубликат %(filetype)s " "%(file)s, который не был загружен." #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" "При Ñинхронизации нумерации RAW + JPEG обнаружены фото Ñ Ñ‚ÐµÐ¼Ð¸ же именами, но " "ÑнÑтые в другое времÑ:" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)s было ÑнÑто %(image1_date)s в %(image1_time)s, и %(image2)s - " "%(image2_date)s в %(image2_time)s." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "Ðевозможно завершить Ð¸Ð¼Ñ Ñ„Ð°Ð¹Ð»Ð° Ð´Ð»Ñ %s" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" "Ð˜Ð¼Ñ Ñ„Ð°Ð¹Ð»Ð° %(destination)s не было полноÑтью Ñоздано Ð´Ð»Ñ %(filetype)s " "%(source)s." #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "ОтÑутÑтвуют метаданные %(type)s." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "ОтÑутÑтвуют Ñледующие метаданные: %s." #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "Ошибка Ð¿Ñ€ÐµÐ¾Ð±Ñ€Ð°Ð·Ð¾Ð²Ð°Ð½Ð¸Ñ Ð´Ð°Ñ‚Ñ‹/времени: %s." #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" "ÐÐµÐ»ÑŒÐ·Ñ Ð¸Ð·Ð²Ð»ÐµÑ‡ÑŒ корректные метаданные даты/времени или определить Ð²Ñ€ÐµÐ¼Ñ " "Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ñ„Ð°Ð¹Ð»Ð°." #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "Ð˜Ð¼Ñ Ñ„Ð°Ð¹Ð»Ð° не Ñодержит раÑширениÑ." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "Ð’ имени файла нет порÑдкового номера." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "Ошибка ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÐµÐ½Ñ‚Ð° %(component)s. Ошибка: %(error)s" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" "Подпапки загрузки %(folder)s Ð´Ð»Ñ %(filetype)s %(source)s были Ñозданы только " "чаÑтично." #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" "Ðет данных Ð´Ð»Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ %(subfolder_file)s Ð´Ð»Ñ %(filename)s. Файл " "%(filetype)s не загружен." #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" "Ðевозможно Ñоздать %(filetype)s %(destination)s в %(folder)s. Загружаемый " "файл был %(source)s в %(device)s. Он не загружен." #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "Ðевозможно Ñоздать подпапки загрузки %s." #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "Ðевозможно Ñоздать подпапки Ð´Ð»Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ñ‹Ñ… копий %s." #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "Проблема ÑÐºÐ°Ð½Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ %s" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "Проблема ÐºÐ¾Ð¿Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¸Ð· %s" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "Проблемы Ñ Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð¸ÐµÐ¼ имен файлов и Ñозданием подпапок" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "Проблемы ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ñ‹Ñ… копий в %s" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 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:249 ../raphodo/proximity.py:278 #: ../raphodo/proximity.py:313 ../raphodo/proximity.py:319 #, 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:267 #, 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:288 ../raphodo/proximity.py:294 #: ../raphodo/proximity.py:1123 ../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:303 ../raphodo/proximity.py:307 #: ../raphodo/proximity.py:1130 ../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:328 #, 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:339 #, 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:473 #, 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:1135 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1893 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:1952 #, 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:1956 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:1962 #, python-format msgid "%(hours)dh" msgstr "%(hours)d ч" #: ../raphodo/proximity.py:2101 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:2106 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" "ИÑпользуйте ползунок (ниже) Ð´Ð»Ñ Ñ€ÐµÐ³ÑƒÐ»Ð¸Ñ€Ð¾Ð²ÐºÐ¸ времени между Ñнимками, которое " "иÑпользуетÑÑ Ð´Ð»Ñ Ð¿Ð¾ÑÑ‚Ñ€Ð¾ÐµÐ½Ð¸Ñ Ð¨ÐºÐ°Ð»Ñ‹ времени." #: ../raphodo/proximity.py:2109 msgid "Timeline build pending..." msgstr "Ожидание поÑÑ‚Ñ€Ð¾ÐµÐ½Ð¸Ñ Ð¨ÐºÐ°Ð»Ñ‹ времени..." #: ../raphodo/proximity.py:2110 msgid "Timeline is building..." msgstr "ПоÑтроение шкалы времени..." #: ../raphodo/proximity.py:2112 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:2568 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "Переключить Ñинхронизацию Шкалы времени и проÑмотр миниатюр (Ctrl-T)" #: ../raphodo/rapid.py:473 ../raphodo/rapid.py:871 ../raphodo/rapid.py:4657 #: ../raphodo/rapid.py:4880 ../raphodo/rapid.py:4899 ../raphodo/rapid.py:4922 #: ../raphodo/rapid.py:4929 ../raphodo/rapid.py:5606 ../raphodo/rapid.py:6229 #: ../raphodo/rapid.py:7449 ../raphodo/ui/rememberthisdialog.py:112 #: ../raphodo/ui/viewutils.py:743 #: ../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:1156 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:1167 msgid "Problem with ExifTool" msgstr "Проблемы Ñ ExifTool" #: ../raphodo/rapid.py:1176 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:1188 msgid "Problem with libmediainfo" msgstr "Проблема Ñ libmediainfo" #: ../raphodo/rapid.py:1367 #, python-format msgid "" "Cannot download from Apple devices

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

      Missing applications: " "%(applications)s

      Learn " "more about which software to install." msgstr "" "Ðевозможно загрузить Ñ ÑƒÑтройÑтв Apple

      Ð”Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ Ñ " "%(device)s, Ñтой программе необходима уÑтановка дополнительных приложений " "Ð´Ð»Ñ ÑвÑзи Ñ ÑƒÑтройÑтвами Apple.

      ÐедоÑтающие приложениÑ: " "%(applications)s

      Подробн" "ее об уÑтанавливаемых программах." #: ../raphodo/rapid.py:1766 msgid "Download failed" msgstr "Загрузка не удалаÑÑŒ" #: ../raphodo/rapid.py:1769 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" "Очень жаль, но загрузка новой верÑии Rapid Photo Downloader не удалаÑÑŒ." #: ../raphodo/rapid.py:1778 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:1782 msgid "Update Rapid Photo Downloader" msgstr "Обновить Rapid Photo Downloader" #: ../raphodo/rapid.py:1786 msgid "Install" msgstr "УÑтановить" #: ../raphodo/rapid.py:1804 msgid "New version saved" msgstr "ÐÐ¾Ð²Ð°Ñ Ð²ÐµÑ€ÑÐ¸Ñ Ñохранена" #: ../raphodo/rapid.py:1806 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" "Файл tar и Ñкрипт уÑтановки Ñохранены в :\n" "\n" " %s" #: ../raphodo/rapid.py:1824 msgid "Upgrade failed" msgstr "Обновление не удалоÑÑŒ" #: ../raphodo/rapid.py:1827 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" "Очень жаль, но обновление Rapid Photo Downloader не удалоÑÑŒ из-за ошибки " "Ð¾Ñ‚ÐºÑ€Ñ‹Ñ‚Ð¸Ñ ÑƒÑтановщика." #: ../raphodo/rapid.py:1873 msgid "" "\n" "

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

      \n" "

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

      " msgstr "" "\n" "

      Rapid Photo Downloader Ñоздан Ð´Ð»Ñ Ð²Ð°Ñ. Ð’Ñ‹ можете помочь улучшить его\n" "учаÑÑ‚Ð²ÑƒÑ Ð² опроÑе.

      \n" "

      ПоÑкольку Ñта программа не Ñобирает данные, данные опроÑа \n" "на Ñамом деле повлиÑÑŽÑ‚ на будущее программы.

      " #: ../raphodo/rapid.py:1883 msgid "The survey is in English." msgstr "ÐžÐ¿Ñ€Ð¾Ñ Ð½Ð° английÑком Ñзыке" #: ../raphodo/rapid.py:1894 msgid "Do you want to take the survey?" msgstr "Хотите поучаÑтвовать в опроÑе?" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1897 msgid "Ask me later" msgstr "СпроÑить позже" #: ../raphodo/rapid.py:1898 msgid "Yes" msgstr "Да" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1901 msgid "I already took it" msgstr "Уже поучаÑтвовал" #. Translators: "Never ask me about any survey" refers to now and in the future #: ../raphodo/rapid.py:1906 msgid "Never ask me about any survey" msgstr "Больше не напоминать мне об опроÑе" #: ../raphodo/rapid.py:2110 ../raphodo/rapid.py:2914 msgid "Download" msgstr "Загрузка" #: ../raphodo/rapid.py:2114 msgid "&Refresh..." msgstr "Обновить..." #: ../raphodo/rapid.py:2118 msgid "&Preferences" msgstr "ÐаÑтройки" #: ../raphodo/rapid.py:2122 msgid "&Quit" msgstr "Выход" #: ../raphodo/rapid.py:2128 msgid "Windows &Drives" msgstr "&ДиÑки Windows" #: ../raphodo/rapid.py:2132 msgid "Error &Reports" msgstr "Отчет об ошибках" #: ../raphodo/rapid.py:2137 msgid "Clear Completed Downloads" msgstr "ОчиÑтить завершенные загрузки" #: ../raphodo/rapid.py:2140 msgid "Get Help Online..." msgstr "Справка в Сети..." #: ../raphodo/rapid.py:2144 msgid "&Tip of the Day..." msgstr "Совет днÑ..." #: ../raphodo/rapid.py:2147 msgid "Report a Problem..." msgstr "Сообщить о проблеме…" #: ../raphodo/rapid.py:2150 msgid "Make a Donation..." msgstr "Сделать взноÑ..." #: ../raphodo/rapid.py:2153 msgid "Translate this Application..." msgstr "ПеревеÑти Ñто приложение..." #: ../raphodo/rapid.py:2158 msgid "&About..." msgstr "О программе..." #: ../raphodo/rapid.py:2161 msgid "Check for Updates..." msgstr "Проверить обновлениÑ..." #: ../raphodo/rapid.py:2250 msgid "Timeline" msgstr "Шкала Времени" #: ../raphodo/rapid.py:2258 msgid "Destination" msgstr "МеÑто хранениÑ" #: ../raphodo/rapid.py:2260 msgid "Rename" msgstr "Переименование" #: ../raphodo/rapid.py:2262 msgid "Back Up" msgstr "Резервное копирование" #: ../raphodo/rapid.py:2486 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" "Включить или отключить иÑпользование подключенных к Ñтому компьютеру " "уÑтройÑтв в качеÑтве иÑточников Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸" #: ../raphodo/rapid.py:2505 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" "Включить или отключить иÑпользование папок Ñтого компьютера в качеÑтве " "иÑточников Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸" #: ../raphodo/rapid.py:2508 msgid "This Computer" msgstr "Этот компьютер" #: ../raphodo/rapid.py:2522 msgid "Select a source folder" msgstr "Выбор иÑточника" #: ../raphodo/rapid.py:2600 msgid "All" msgstr "Ð’Ñе" #: ../raphodo/rapid.py:2601 msgid "New" msgstr "Ðовые" #: ../raphodo/rapid.py:2603 msgid "Show:" msgstr "Показать:" #: ../raphodo/rapid.py:2606 msgid "Modification Time" msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ" #: ../raphodo/rapid.py:2607 msgid "Checked State" msgstr "СоÑтоÑнию отметки" #: ../raphodo/rapid.py:2610 msgid "File Type" msgstr "Типу файла" #: ../raphodo/rapid.py:2611 msgid "Device" msgstr "УÑтройÑтву" #: ../raphodo/rapid.py:2613 msgid "Sort:" msgstr "Сортировать по:" #: ../raphodo/rapid.py:2629 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:2894 #, python-format msgid "Download %(files)s" msgstr "Загрузка %(files)s" #: ../raphodo/rapid.py:2910 msgid "Resume Download" msgstr "Продолжить загрузку" #: ../raphodo/rapid.py:2912 msgid "Pause" msgstr "Пауза" #: ../raphodo/rapid.py:3049 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "Благодарим Ð²Ð°Ñ Ð·Ð° отче о проблеме в Rapid Photo Downloader" #: ../raphodo/rapid.py:3150 #, 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:3244 msgid "You cannot change the download destination while downloading." msgstr "Ð’Ñ‹ не можете изменить меÑто Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ð²Ð¾ Ð²Ñ€ÐµÐ¼Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸." #: ../raphodo/rapid.py:3258 #, 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:3346 msgid "" "\n" "Downloading all files

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

      \n" "Do you want to proceed with the download?" msgstr "" "\n" "Загрузка вÑех файлов

      \n" "Ð’ загрузку вÑегда включаютÑÑ Ð²Ñе файлы, отмеченные Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸, Ð²ÐºÐ»ÑŽÑ‡Ð°Ñ " "те,\n" "которые не отображаютÑÑ Ð² данный момент времени по причине иÑпользованиÑ\n" "Шкалы времени или потому, что отображаютÑÑ Ñ‚Ð¾Ð»ÑŒÐºÐ¾ новые файлы.

      \n" "Ð’Ñ‹ хотите продолжить загрузку?" #: ../raphodo/rapid.py:3511 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "Ðеправильно указанные папки загрузки:\n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3514 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Ðеправильно указана папка загрузки:\n" "%s" #: ../raphodo/rapid.py:3517 msgid "Download Failure" msgstr "Сбой загрузки" #: ../raphodo/rapid.py:3518 msgid "The download cannot proceed." msgstr "Загрузка не может быть продолжена." #: ../raphodo/rapid.py:3536 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:3547 ../raphodo/rapid.py:3561 #, 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:3549 ../raphodo/rpdfile.py:179 msgid "photos" msgstr "фото" #: ../raphodo/rapid.py:3563 ../raphodo/rpdfile.py:174 msgid "videos" msgstr "видео" #: ../raphodo/rapid.py:3573 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:3589 ../raphodo/rapid.py:3605 #, 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:3592 ../raphodo/rpdfile.py:181 ../raphodo/rpdfile.py:850 msgid "photo" msgstr "фото" #: ../raphodo/rapid.py:3608 ../raphodo/rpdfile.py:176 ../raphodo/rpdfile.py:912 msgid "video" msgstr "видео" #: ../raphodo/rapid.py:3616 msgid "Backup problem" msgstr "Проблема резервного копированиÑ" #: ../raphodo/rapid.py:4447 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s — %(time_left)s оÑталоÑÑŒ (%(speed)s)" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4527 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s файлов загружено" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4537 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s файлов загрузить не удалоÑÑŒ" #: ../raphodo/rapid.py:4543 ../raphodo/rapid.py:4650 msgid "warnings" msgstr "предупреждениÑ" #: ../raphodo/rapid.py:4578 msgid "All downloads complete" msgstr "Ð’Ñе загрузки завершены" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4588 ../raphodo/rapid.py:4603 ../raphodo/rapid.py:4619 #: ../raphodo/rapid.py:4634 ../raphodo/rapid.py:4649 #, 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:4593 ../raphodo/rapid.py:4624 #, 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:4608 ../raphodo/rapid.py:4639 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s не удалоÑÑŒ загрузить" #: ../raphodo/rapid.py:4675 msgid "1 failure" msgstr "1 Ñбой" #: ../raphodo/rapid.py:4677 #, python-format msgid "%d failures" msgstr "%d Ñбо(Ñ/ев)" #: ../raphodo/rapid.py:4682 msgid "1 warning" msgstr "1 предупреждение" #: ../raphodo/rapid.py:4684 #, python-format msgid "%d warnings" msgstr "%d Предупреждени(Ñ/й)" #: ../raphodo/rapid.py:4709 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "Загружено %(no_files_and_types)s из %(devices)s" #: ../raphodo/rapid.py:4716 #, 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:4725 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Файлы не загружены — %(failures)s" #: ../raphodo/rapid.py:4727 msgid "No files downloaded" msgstr "Файлы не загружены" #: ../raphodo/rapid.py:4767 msgid "Program preferences are invalid" msgstr "ÐаÑтройки программы не корректны" #: ../raphodo/rapid.py:4886 #, 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:4905 #, 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:4925 msgid "Enable access to the iOS Device" msgstr "Разрешить доÑтуп к уÑтройÑтву iOS" #: ../raphodo/rapid.py:4936 msgid "&Try Again" msgstr "Попробовать еще" #: ../raphodo/rapid.py:4937 msgid "&Ignore This Device" msgstr "Игнорировать Ñто уÑтройÑтво" #: ../raphodo/rapid.py:5029 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "Очень жаль,но при Ñканировании %s возникла Ð½ÐµÐ¿Ñ€ÐµÐ´Ð²Ð¸Ð´ÐµÐ½Ð½Ð°Ñ Ð¿Ñ€Ð¾Ð±Ð»ÐµÐ¼Ð°." #: ../raphodo/rapid.py:5032 msgid "Unfortunately you cannot download from this device." msgstr "К Ñожалению вы не можете загружать Ñ Ñтого уÑтройÑтва." #: ../raphodo/rapid.py:5036 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" "Возможным решением проблемы может быть загрузка Ñ ÐºÐ°Ñ€Ñ‚Ñ‹ памÑти камеры через " "кард-ридер." #: ../raphodo/rapid.py:5041 msgid "Device scan failed" msgstr "Сканирование уÑтройÑтв не удалоÑÑŒ" #: ../raphodo/rapid.py:5578 #, 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:5613 #, 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:5775 msgid "Completed Downloads Present" msgstr "ЕÑть завершенные загрузки" #: ../raphodo/rapid.py:5777 #, python-format msgid "%s whose download have completed are displayed." msgstr "%s, Ñ‡ÑŒÑ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ° завершена, отображаютÑÑ." #: ../raphodo/rapid.py:5779 msgid "Do you want to clear the completed downloads?" msgstr "Ð’Ñ‹ хотите очиÑтить завершенные загрузки?" #: ../raphodo/rapid.py:5781 msgid "Completed Download Present" msgstr "ЕÑть Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð½Ð°Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ°" #: ../raphodo/rapid.py:5782 #, python-format msgid "%s whose download has completed is displayed." msgstr "%s, Ñ‡ÑŒÑ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ° завершена, отображаетÑÑ." #: ../raphodo/rapid.py:5783 msgid "Do you want to clear the completed download?" msgstr "Ð’Ñ‹ хотите очиÑтить завершенную загрузку?" #: ../raphodo/rapid.py:5867 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "Ð’Ñ‹ хотите загрузить фото и видео Ñ ÑƒÑтройÑтва %(device)s?" #: ../raphodo/rapid.py:6212 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "Ð’Ñ‹ хотите игнорировать %s при каждом запуÑке программы?" #: ../raphodo/rapid.py:6216 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" "Ð’Ñе камеры, телефоны и планшеты Ñ Ñ‚Ð°ÐºÐ¸Ð¼ названием модели будут " "игнорироватьÑÑ." #: ../raphodo/rapid.py:6222 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" "Ð’Ñ‹ хотите игнорировать уÑтройÑтво %s при каждом запуÑке программы?" #: ../raphodo/rapid.py:6226 msgid "Any device with the same name will be ignored." msgstr "Ð’Ñе уÑтройÑтва Ñ Ñ‚Ð°ÐºÐ¸Ð¼ именем будут игнорироватьÑÑ." #: ../raphodo/rapid.py:6645 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "Загрузка из %(location)s на Этом компьютере." #: ../raphodo/rapid.py:6649 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:6705 #, python-format msgid "Generating thumbnails for %s" msgstr "Создание миниатр Ð´Ð»Ñ %s" #: ../raphodo/rapid.py:6712 #, python-format msgid "Scanning %s" msgstr "ПроÑканировано %s" #: ../raphodo/rapid.py:6726 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" "%(number)s из %(available files)s отмечено Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ (%(hidden)s Ñкрыто)" #: ../raphodo/rapid.py:6738 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "%(number)s из %(available files)s отмечено Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸" #: ../raphodo/rapid.py:7035 msgid "Show version numbers of program and its libraries and exit." msgstr "Показать верÑию программы и ее библиотек и выйти." #: ../raphodo/rapid.py:7042 msgid "Display program information when run from the command line." msgstr "Показывать информацию программы при запуÑке из командной Ñтроки." #: ../raphodo/rapid.py:7048 msgid "Display debugging information when run from the command line." msgstr "Показывать отладочную информацию при запуÑке из командной Ñтроки." #: ../raphodo/rapid.py:7055 msgid "List photo and video file extensions the program recognizes and exit." msgstr "Показать раÑÑˆÐ¸Ñ€ÐµÐ½Ð¸Ñ Ñ„Ð¾Ñ‚Ð¾ и видео, извеÑтные программе и завершить." #: ../raphodo/rapid.py:7061 msgid "Turn on or off the the renaming of photos." msgstr "Включить или выключить переименование фото." #: ../raphodo/rapid.py:7067 msgid "Turn on or off the the renaming of videos." msgstr "Включить или выключить переименование видео." #: ../raphodo/rapid.py:7075 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" "Включить или выключить автоматичеÑкое определение уÑтройÑтв, Ñ ÐºÐ¾Ñ‚Ð¾Ñ€Ñ‹Ñ… " "оÑущеÑтвлÑть загрузку." #: ../raphodo/rapid.py:7083 msgid "Turn on or off downloading from this computer." msgstr "Включить или выключить загрузку Ñ Ñтого компьютера." #: ../raphodo/rapid.py:7088 ../raphodo/rapid.py:7095 ../raphodo/rapid.py:7102 #: ../raphodo/rapid.py:7146 ../raphodo/rapid.py:7156 msgid "PATH" msgstr "ПУТЬ" #: ../raphodo/rapid.py:7090 msgid "The PATH on this computer from which to download." msgstr "" "ПУТЬ на Ñтом компьютере из компьютере, из которого оÑущеÑтвлÑть загрузку." #: ../raphodo/rapid.py:7097 msgid "The PATH where photos will be downloaded to." msgstr "ПУТЬ куда будут загружатьÑÑ Ñ„Ð¾Ñ‚Ð¾." #: ../raphodo/rapid.py:7104 msgid "The PATH where videos will be downloaded to." msgstr "ПУТЬ куда будут загружатьÑÑ Ð²Ð¸Ð´ÐµÐ¾." #: ../raphodo/rapid.py:7111 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" "Включение или выключение ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ñ‹Ñ… копий фото и видео во Ð²Ñ€ÐµÐ¼Ñ " "загрузки." #: ../raphodo/rapid.py:7117 msgid "Turn on or off the automatic detection of backup devices." msgstr "" "Включение или выключение автоматичеÑкого Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ñ ÑƒÑтройÑтв Ð´Ð»Ñ Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ " "резервных копий." #: ../raphodo/rapid.py:7122 ../raphodo/rapid.py:7134 msgid "FOLDER" msgstr "ПÐПКÐ" #: ../raphodo/rapid.py:7125 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:7137 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:7149 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" "ПУТЬ, где будут хранитьÑÑ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ñ‹Ðµ копии фото в Ñлучае, когда " "автоматичеÑкое определение уÑтройÑтв Ð´Ð»Ñ Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ñ‹Ñ… копий отключено." #: ../raphodo/rapid.py:7159 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" "ПУТЬ, где будут хранитьÑÑ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ñ‹Ðµ копии видео в Ñлучае, когда " "автоматичеÑкое определение уÑтройÑтв Ð´Ð»Ñ Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ñ‹Ñ… копий отключено." #: ../raphodo/rapid.py:7167 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "Игнорировать фото Ñо Ñледующими раÑширениÑми: %s" #: ../raphodo/rapid.py:7177 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" "Включение или выключение запуÑка загрузки Ñразу поÑле Ñтарта программы." #: ../raphodo/rapid.py:7184 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" "Включение или выключение запуÑка загрузки Ñразу поÑле Ð¿Ð¾Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ ÑƒÑтройÑтва." #: ../raphodo/rapid.py:7191 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:7200 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" "Удалить вÑе миниатюры в кÑше миниатюр Rapid Photo Downloader и выйти." #: ../raphodo/rapid.py:7208 msgid "Forget which files have been previously downloaded, and exit." msgstr "Забыть файлы, которые уже были загружены и выйти." #: ../raphodo/rapid.py:7215 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" "Импортировать наÑтройки из Ñтарой верÑии программы и выйти. ТребуетÑÑ " "программа командной Ñтроки gconftool-2." #: ../raphodo/rapid.py:7224 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:7232 msgid "Include gphoto2 debugging information in log files." msgstr "Включать отладочную информацию gphoto2 в лог файлы." #: ../raphodo/rapid.py:7238 msgid "Print information to the terminal about attached cameras and exit." msgstr "ВывеÑти в терминал информацию о подключенных камерах и выйти." #: ../raphodo/rapid.py:7245 msgid "Use the system Qt theme instead of the built-in theme" msgstr "ИÑпользовать ÑиÑтемную тему Qt вмеÑто вÑтроеной темы" #: ../raphodo/rapid.py:7255 msgid "Run this program in wayland or regular X11" msgstr "ЗапуÑтить программу в wayland или обычном X11" #: ../raphodo/rapid.py:7348 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:7359 msgid "No prior program preferences detected: exiting." msgstr "ÐаÑтройки от предыдущей программы не найдены: завершение." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:7366 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "Импорт наÑтроек от Rapid Photo Downloader %(version)s" #: ../raphodo/rapid.py:7437 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" "Ð’Ñ‹ хотите Ñкопировать значение Ñквозной нумерации, которое Ñодержит значение " "%d?" #: ../raphodo/rapid.py:7452 msgid "Program aborting." msgstr "Работы программы прервана." #: ../raphodo/rapid.py:7542 msgid "Never run this program as the sudo / root user." msgstr "" "Ðикогда не запуÑкайте Ñту программу от имени админиÑтратора (sudo / root)." #: ../raphodo/rapid.py:7547 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "Ð”Ð»Ñ Ð·Ð°Ð¿ÑƒÑка Rapid Photo Downloader вы должны уÑтановить ExifTool." #: ../raphodo/rapid.py:7562 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:7637 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:7842 msgid "All settings and caches have been reset." msgstr "Ð’Ñе наÑтройки и кÑш Ñброшены." #: ../raphodo/rapid.py:7850 msgid "Thumbnail Cache has been reset." msgstr "КÑш миниатюр Ñброшен." #: ../raphodo/rapid.py:7856 msgid "Remembered files have been forgotten." msgstr "Файлы, которые уже были загружены, забыты." #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Remember this choice" msgstr "Запомнить Ñтот выбор" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't ask me about this again" msgstr "Ðе Ñпрашивать Ð¼ÐµÐ½Ñ Ð¾Ð± Ñтом Ñнова" #: ../raphodo/ui/rememberthisdialog.py:80 msgid "&Don't warn me about this again" msgstr "Ðе предупреждать Ð¼ÐµÐ½Ñ Ð¾Ð± Ñтом Ñнова" #: ../raphodo/ui/rememberthisdialog.py:87 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" "Ðе предупреждать Ð¼ÐµÐ½Ñ Ñнова об отÑутÑтвующих или нерабочих библиотеках " "программы" #: ../raphodo/renameandmovefile.py:626 msgid "subfolder and filename" msgstr "подпапка и Ð¸Ð¼Ñ Ñ„Ð°Ð¹Ð»Ð°" #: ../raphodo/renameandmovefile.py:628 msgid "filename" msgstr "Ð¸Ð¼Ñ Ñ„Ð°Ð¹Ð»Ð°" #: ../raphodo/renameandmovefile.py:630 msgid "subfolder" msgstr "подпапка" #: ../raphodo/ui/renamepanel.py:327 msgid "A counter for how many downloads occur on each day" msgstr "Счетчик количеÑтва загрузок за каждый день" #: ../raphodo/ui/renamepanel.py:328 msgid "Downloads today:" msgstr "Загружено ÑегоднÑ:" #: ../raphodo/ui/renamepanel.py:350 msgid "A counter that is remembered each time the program is run " msgstr "Счетчик, который запоминаетÑÑ Ð¿Ñ€Ð¸ каждом запуÑке программы " #: ../raphodo/ui/renamepanel.py:351 msgid "Stored number:" msgstr "СквознаÑнумерациÑ:" #: ../raphodo/ui/renamepanel.py:363 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" "ВремÑ, в которое должно быть Ñброшено значение нумерации Загружено " "ÑегоднÑ" #: ../raphodo/ui/renamepanel.py:365 msgid "Day start:" msgstr "Ðачало днÑ:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:375 msgid "Synchronize RAW + JPEG" msgstr "Синхронизировать RAW + JPEG" #: ../raphodo/ui/renamepanel.py:379 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" "Синхронизировать нумерацию Ð´Ð»Ñ Ð¿Ð°Ñ€ RAW и JPEG.\n" "\n" "Ð”Ð»Ñ Ð´Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð¾Ð¹ информации Ñмотрите документацию в Ñети." #: ../raphodo/ui/renamepanel.py:384 msgid "Sequence Numbers" msgstr "ÐумерациÑ" #: ../raphodo/ui/renamepanel.py:395 msgid "Strip incompatible characters" msgstr "Убрать неÑовмеÑтимые Ñимволы" #: ../raphodo/ui/renamepanel.py:400 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" "Могут ли имена фото, видео и папок Ñодержать Ñимволы, удалÑемые как " "недопуÑтимые другими операционными ÑиÑтемами" #: ../raphodo/ui/renamepanel.py:404 msgid "Compatibility" msgstr "СовмеÑтимоÑть" #: ../raphodo/ui/renamepanel.py:484 msgid "Photo Renaming" msgstr "Переименование фото" #: ../raphodo/ui/renamepanel.py:488 msgid "Video Renaming" msgstr "Переименование видео" #: ../raphodo/ui/renamepanel.py:492 msgid "Renaming Options" msgstr "Параметры переименованиÑ" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "фото и видео" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "фото или видео" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:273 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:302 msgid "a video" msgstr "видео" #: ../raphodo/rpdfile.py:304 msgid "1 Video" msgstr "1 видео" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:314 msgid "a photo" msgstr "фото" #: ../raphodo/rpdfile.py:316 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:830 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s в %(camera)s" #: ../raphodo/rpdfile.py:851 msgid "Photo" msgstr "Фото" #: ../raphodo/rpdfile.py:913 msgid "Video" msgstr "Видео" #: ../raphodo/storage/storage.py:251 msgid "File system root" msgstr "Корень файловой ÑиÑтемы" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:589 msgid "Pictures" msgstr "ИзображениÑ" #: ../raphodo/sudocommand.py:93 msgid "Sorry, the password was incorrect." msgstr "Извините, пароль был некорректен." #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:100 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "Ð”Ð»Ñ Ð²Ñ‹Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ñ Ð°Ð´Ð¼Ð¸Ð½Ð¸Ñтративных задач введите пароль Ð´Ð»Ñ %s." #: ../raphodo/sudocommand.py:140 msgid "Password:" msgstr "Пароль:" #: ../raphodo/thumbnaildisplay.py:583 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "СнÑто %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:593 #, 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:605 ../raphodo/thumbnaildisplay.py:668 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:623 #, python-format msgid "Memory cards: %s" msgstr "Карты памÑти: %s" #: ../raphodo/thumbnaildisplay.py:628 #, python-format msgid "Memory card: %s" msgstr "Карта памÑти: %s" #: ../raphodo/thumbnaildisplay.py:635 msgid "Downloaded as:" msgstr "Загружено как:" #: ../raphodo/thumbnaildisplay.py:682 #, python-format msgid "

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

      ÐŸÑ€ÐµÐ´Ñ‹Ð´ÑƒÑ‰Ð°Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ°:
      %(filename)s
      %(path)s
      %(date)s" #: ../raphodo/thumbnaildisplay.py:691 #, python-format msgid "

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

      отметить как ранее загруженные %(date)s" #: ../raphodo/thumbnaildisplay.py:2257 msgid "Copy Path" msgstr "Копировать путь" #: ../raphodo/thumbnaildisplay.py:2263 msgid "Mark File as Downloaded" msgstr "Отметить файл как загруженный" #: ../raphodo/thumbnaildisplay.py:2268 msgid "Mark Files as Downloaded" msgstr "Отметить файлы как загруженные" #: ../raphodo/utilities.py:215 msgid "B" msgstr "Б" #: ../raphodo/utilities.py:216 msgid "KB" msgstr "кБ" #: ../raphodo/utilities.py:217 msgid "MB" msgstr "МБ" #: ../raphodo/utilities.py:218 msgid "GB" msgstr "ГБ" #: ../raphodo/utilities.py:219 msgid "TB" msgstr "ТБ" #: ../raphodo/utilities.py:220 msgid "PB" msgstr "ПБ" #: ../raphodo/utilities.py:221 msgid "EB" msgstr "ЭБ" #: ../raphodo/utilities.py:222 msgid "ZB" msgstr "ЗБ" #: ../raphodo/utilities.py:223 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:486 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s и %(last_item)s" #: ../raphodo/utilities.py:570 msgid "one" msgstr "1" #: ../raphodo/utilities.py:571 msgid "two" msgstr "2" #: ../raphodo/utilities.py:572 msgid "three" msgstr "3" #: ../raphodo/utilities.py:573 msgid "four" msgstr "4" #: ../raphodo/utilities.py:574 msgid "five" msgstr "5" #: ../raphodo/utilities.py:575 msgid "six" msgstr "6" #: ../raphodo/utilities.py:576 msgid "seven" msgstr "7" #: ../raphodo/utilities.py:577 msgid "eight" msgstr "8" #: ../raphodo/utilities.py:578 msgid "nine" msgstr "9" #: ../raphodo/utilities.py:579 msgid "ten" msgstr "10" #: ../raphodo/utilities.py:580 msgid "eleven" msgstr "11" #: ../raphodo/utilities.py:581 msgid "twelve" msgstr "12" #: ../raphodo/utilities.py:582 msgid "thirteen" msgstr "13" #: ../raphodo/utilities.py:583 msgid "fourteen" msgstr "14" #: ../raphodo/utilities.py:584 msgid "fifteen" msgstr "15" #: ../raphodo/utilities.py:585 msgid "sixteen" msgstr "16" #: ../raphodo/utilities.py:586 msgid "seventeen" msgstr "17" #: ../raphodo/utilities.py:587 msgid "eighteen" msgstr "18" #: ../raphodo/utilities.py:588 msgid "ninenteen" msgstr "19" #: ../raphodo/utilities.py:589 msgid "twenty" msgstr "20" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&OK" msgstr "Да" #: ../raphodo/ui/viewutils.py:680 ../raphodo/ui/viewutils.py:700 msgid "&Save" msgstr "Сохранить" #: ../raphodo/ui/viewutils.py:681 msgid "&Help" msgstr "Помощь" #: ../raphodo/ui/viewutils.py:682 msgid "Restore Defaults" msgstr "ВоÑÑтановить Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð¿Ð¾ умолчанию" #: ../raphodo/ui/viewutils.py:683 ../raphodo/ui/viewutils.py:701 msgid "&Yes" msgstr "Да" #: ../raphodo/ui/viewutils.py:684 ../raphodo/ui/viewutils.py:702 msgid "&No" msgstr "Ðет" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:105 #, python-format msgid "Create directory %(path)s" msgstr "Создать папку %(path)s" #: ../raphodo/wsl.py:109 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "Примонтировать раздел %(drive)s: в %(path)s" #: ../raphodo/wsl.py:115 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "Размонтировать раздел %(drive)s: из %(path)s" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:309 #, python-format msgid "Mount drives %s" msgstr "Примонтировать разделы %s" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:314 #, python-format msgid "Mount drive %s" msgstr "Примонтировать раздел %s" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:321 #, python-format msgid "Unmount drives %s" msgstr "Отмонтировать разделы %s" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drive %s" msgstr "Отмонтировать раздел %s" #: ../raphodo/wsl.py:390 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "Извините, при монтировании разделов %s возникла ошибка" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "Извините, при размонтировании разделов %s возникла ошибка" #: ../raphodo/wsl.py:403 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "Извините, при монтировании раздела %s возникла ошибка" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "Извините, при размонтировании раздела %s возникла ошибка" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:558 msgid "Windows Drives" msgstr "Разделы Windows" #: ../raphodo/wsl.py:562 msgid "Enable automatic mounting of Windows drives" msgstr "Разрешить автоматичеÑкое монтирование разделов Windows" #: ../raphodo/wsl.py:566 msgid "Automatically mount all Windows drives" msgstr "ÐвтоматичеÑки монтировать вÑе разделы Windows" #: ../raphodo/wsl.py:570 msgid "Only automatically mount Windows drives that are configured below" msgstr "ÐвтоматичеÑки монтировать только разделы Windows, указаные ниже" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:594 msgid "User Mounted" msgstr "Примонтировано пользователем" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:596 msgid "System Mounted" msgstr "Примонтировано ÑиÑтемой" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:598 msgid "Drive" msgstr "Раздел" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "Mount Point" msgstr "Точка монтированиÑ" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "Automatic Mount" msgstr "Монтировать автоматичеÑки" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Automatic Unmount at Exit" msgstr "ÐвтоматичеÑки размонтировать при выходе" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:638 msgid "Pending Operations:" msgstr "Запланированые операции:" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:652 msgid "&Apply Pending Operations" msgstr "Выполнить запланированые операции" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1459 #, python-format msgid "Do you want to mount drive %s?" msgstr "Хотите примонтировать раздел %s?" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1463 #, python-format msgid "Do you want to mount drives %s?" msgstr "Хотите примонтировать разделы %s?" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1606 msgid "Removable Drive" msgstr "Сменный диÑк" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1612 msgid "Local Drive" msgstr "Локальный диÑк" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" "Загружайте, переименовывайте и Ñоздавайте резервные копии фото и видео Ñ " "камер и других уÑтройÑтв" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" "Rapid Photo Downloader импортирует фото и видео Ñ ÐºÐ°Ð¼ÐµÑ€, телефонов, карт " "памÑти и других уÑтройÑтв на выÑокой ÑкороÑти. Он может быть наÑтроен Ð´Ð»Ñ " "Ð¿ÐµÑ€ÐµÐ¸Ð¼ÐµÐ½Ð¾Ð²Ð°Ð½Ð¸Ñ Ñ„Ð¾Ñ‚Ð¾ и видео оÑмыÑленными именами, заданными вами. Он также " "может Ñоздавать во Ð²Ñ€ÐµÐ¼Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ резервные копии фото и видео. Он загружает " "Ñ Ð¸ Ñоздает резервные копии на неÑкольких уÑтройÑтвах одновременно." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" "ОÑобенноÑть Rapid Photo Downloader - его Шкала времени, на которой фото и " "видео группируютÑÑ Ð½Ð° оÑновании времени, прошедшего между Ñнимками. " "ИÑпользуйте Ñто Ð´Ð»Ñ Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ñ Ñ„Ð¾Ñ‚Ð¾ и видео, ÑнÑтых в разное Ð²Ñ€ÐµÐ¼Ñ Ð¾Ð´Ð½Ð¾Ð³Ð¾ " "днÑ, или за неÑколько дней." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" "ÐапиÑанный фотографом Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñ„ÐµÑÑионалов и любителей фотографии, Rapid Photo " "Downloader легко наÑтроить и иÑпользовать. ÐаÑтройки программы изменÑÑŽÑ‚ÑÑ " "без необходимоÑти в Ñложном кодировании. Общие задачи, такие как " "отмонтирование карты памÑти по окончании загрузки, могут быть " "автоматизированы." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "Главное окно" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "Переименование" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "Загрузчик фото" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" "фото;загрузка;фотографиÑ;импорт;видео;RAW;камера;телефон;ingest;резрвные " "копии;памÑть;карта;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "Загружайте фото и видео Ñ Rapid Photo Downloader" #, python-format #~ msgid "Example: %s" #~ msgstr "Пример: %s" #~ msgid "Backing up error" #~ msgstr "Ошибка резервного копированиÑ" #~ msgid "Size" #~ msgstr "Размер" #~ msgid "and" #~ msgstr "и" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "ОÑталоÑÑŒ %i Ñекунд" #~ msgid "About 1 minute remaining" #~ msgstr "ОÑталаÑÑŒ примерно 1 минута" #~ msgid "About 1 second remaining" #~ msgstr "ОÑталаÑÑŒ примерно 1 Ñекунда" #~ msgid "Name + extension" #~ msgstr "Ð˜Ð¼Ñ + раÑширение" #~ msgid "_Report a Problem..." #~ msgstr "_Сообщить о проблеме..." #~ msgid "_Translate this Application..." #~ msgstr "_ПеревеÑти Ñто приложение..." #~ msgid "_Get Help Online..." #~ msgstr "_Получить помощь в интернете..." #~ msgid "_Error Log" #~ msgstr "_Журнал ошибок" #~ msgid "_Help" #~ msgstr "_Помощь" #~ msgid "_Make a Donation..." #~ msgstr "_Сделать пожервование" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "ОÑталоÑÑŒ примерно %(minutes)i:%(seconds)02i" #, python-format #~ msgid "and %s" #~ msgstr "и %s" #~ msgid "only output errors to the command line" #~ msgstr "выводить в командную Ñтроку только ошибки" #~ msgid " " #~ msgstr " " #~ msgid ":" #~ msgstr ":" #~ msgid "Backup" #~ msgstr "Резервное копирование" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "СовмеÑтимоÑть Ñ Ð´Ñ€ÑƒÐ³Ð¸Ð¼Ð¸ операционными ÑиÑтемами" #~ msgid "Example" #~ msgstr "Пример" #~ msgid "Example:" #~ msgstr "Пример:" #~ msgid "Error Log" #~ msgstr "Журнал ошибок" #~ msgid "Program Automation" #~ msgstr "ÐÐ²Ñ‚Ð¾Ð¼Ð°Ñ‚Ð¸Ð·Ð°Ñ†Ð¸Ñ Ð¿Ñ€Ð¾Ð³Ñ€Ð°Ð¼Ð¼Ñ‹" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/media/externaldrive/Photos" #~ msgid "Backup" #~ msgstr "Резервное копирование" #~ msgid "_View" #~ msgstr "_ПроÑмотр" #~ msgid " hh:mm" #~ msgstr " чч:мм" #~ msgid "Backup\t" #~ msgstr "" #~ "Резервное копирование\t" #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "ÐвтоматичеÑки определÑть внешние Ñъёмные ноÑители" #~ msgid "Using backup devices" #~ msgstr "ИÑпользование ноÑÐ¸Ñ‚ÐµÐ»Ñ Ð´Ð»Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ð¾Ð³Ð¾ копированиÑ" #~ msgid "Using backup device" #~ msgstr "ИÑпользование ноÑÐ¸Ñ‚ÐµÐ»Ñ Ð´Ð»Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ð¾Ð³Ð¾ копированиÑ" #~ msgid "Error Handling" #~ msgstr "Обработка ошибок" #~ msgid "New:" #~ msgstr "Ðовое название:" #~ msgid "Rename Options" #~ msgstr "Параметры переименованиÑ" #~ msgid "Rename Options" #~ msgstr "" #~ "Параметры переименованиÑ" #~ msgid "Sequence Numbers" #~ msgstr "ПоÑледовательноÑти номеров" #~ msgid "Job Codes" #~ msgstr "Метки" #~ msgid "Job Code:" #~ msgstr "Метка:" #~ msgid "Job Codes" #~ msgstr "Метки" #~ msgid "Enter a Job Code" #~ msgstr "Введите метку" #~ msgid "Berlin" #~ msgstr "Берлин" #~ msgid "Paris" #~ msgstr "Париж" #~ msgid "New York" #~ msgstr "Ðью-Йорк" #~ msgid "Prague" #~ msgstr "Прага" #~ msgid "Manila" #~ msgstr "Манила" #~ msgid "Wellington" #~ msgstr "Веллингтон" #~ msgid "Helsinki" #~ msgstr "ХельÑинки" #~ msgid "Kampala" #~ msgstr "Кампала" #~ msgid "Tehran" #~ msgstr "Тегеран" #~ msgid "Rome" #~ msgstr "Рим" #~ msgid "Moscow" #~ msgstr "МоÑква" #~ msgid "Sydney" #~ msgstr "Сидней" #~ msgid "Budapest" #~ msgstr "Будапешт" #~ msgid "Jakarta" #~ msgstr "Джакарта" #~ msgid "Madrid" #~ msgstr "Мадрид" #~ msgid "Delhi" #~ msgstr "Дели" #~ msgid "Warsaw" #~ msgstr "Варшава" #~ msgid "Stockholm" #~ msgstr "Стокгольм" #~ msgid "_Remember this choice" #~ msgstr "_Запомнить мой выбор" #~ msgid "Device Detected" #~ msgstr "Обнаружен ноÑитель" #~ msgid "_Add..." #~ msgstr "_Добавить..." #~ msgid "MB/s" #~ msgstr "МБ/Ñ" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "ИÑточник: %(source)s" #~ msgid "R_emove All" #~ msgstr "У_далить вÑе" #~ msgid "Remove all Job Codes?" #~ msgstr "Удалить вÑе метки?" #~ msgid "Should all Job Codes be removed?" #~ msgstr "Ð’Ñ‹ дейÑтвительно хотите удалить вÑе метки?" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Выберите каталог, Ñодержащий %(file_types)s" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "Резервное копирование в %(path)s" #~ msgid "Example: /home/user/Pictures" #~ msgstr "Пример: /home/user/Pictures" #~ msgid "Automatically detect devices" #~ msgstr "ÐвтоматичеÑки обнаруживать ноÑители" #~ msgid "externaldrive1" #~ msgstr "внешнийдиÑк1" #~ msgid "externaldrive2" #~ msgstr "внешнийдиÑк2" #~ msgid "Download cannot proceed" #~ msgstr "Ðевозможно загрузить" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s из %(total)s %(filetypes)s" #~ msgid "Download Progress" #~ msgstr "Ход загрузки" #~ msgid "Download / Pause" #~ msgstr "Загрузка / Пауза" #~ msgid "Unmount (\"eject\") device upon download completion" #~ msgstr "Отключить (\"извлечь\") ноÑитель поÑле Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð¸Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸" #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "Синхронизировать поÑледовательноÑть номеров при загрузке RAW + JPEG" #~ msgid "Download Folder" #~ msgstr "Каталог Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ фотографий" #~ msgid "Download Subfolders" #~ msgstr "Подкаталоги Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ фотографий" #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "" #~ "Внимание: ÐедоÑтаточно метаданных Ð´Ð»Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð¸Ð¼ÐµÐ½ файлов. " #~ "ПожалуйÑта, иÑпользуйте другие варианты переименованиÑ." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "" #~ "Warning: ÐедоÑтаточно метаданных Ð´Ð»Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð½Ð°Ð·Ð²Ð°Ð½Ð¸Ð¹ " #~ "подкаталогов. ПожалуйÑта, иÑпользуйте другие варианты Ð¸Ð¼ÐµÐ½Ð¾Ð²Ð°Ð½Ð¸Ñ " #~ "подкаталогов." #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "ИÑточник: %(source)s\n" #~ "Ðазначение: %(destination)s" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "Каталог Ð½Ð°Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð½Ðµ может быть Ñоздан: %(directory)s\n" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "ÑброÑить вÑе наÑтройки и выйти" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "" #~ "вывеÑти раÑÑˆÐ¸Ñ€ÐµÐ½Ð¸Ñ Ñ„Ð¾Ñ‚Ð¾- и видеофайлов, которые раÑпознает программа, и выйти" #~ msgid "All settings and preferences have been reset" #~ msgstr "Ð’Ñе уÑтановки и наÑтройки были Ñброшены" #~ msgid "Original:" #~ msgstr "ИÑходное название:" #~ msgid "Download folder:" #~ msgstr "Каталог загрузки:" #~ msgid "Location:" #~ msgstr "РаÑположение:" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "ÐаÑтройки: Rapid Photo Downloader" #~ msgid "_Clear Completed Downloads" #~ msgstr "_Убрать завершённые загрузки" #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "Во Ð²Ñ€ÐµÐ¼Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ð¾Ð³Ð¾ ÐºÐ¾Ð¿Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ñледует перезапиÑать файл, имеющий тоже " #~ "Ñамое название, или пропуÑтить его?" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Ошибка: %(inst)s" #~ msgid "_File" #~ msgstr "_Файл" #~ msgid "_Select" #~ msgstr "_Выделить" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "" #~ "Обнаружены фотографии Ñ Ð¾Ð´Ð¸Ð½Ð°ÐºÐ¾Ð²Ñ‹Ð¼Ð¸ названиÑми, но Ñделанные в разное времÑ" #~ msgid "Videos:" #~ msgstr "Видео:" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s из %(total)s %(filetypes)s (%(remaining)s оÑталоÑÑŒ)" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "Ошибка в параметрах Подкаталогов Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ фото" #~ msgid "Select a folder to download photos to" #~ msgstr "Выберите каталог Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ фото" #~ msgid "Error in Photo Rename preferences" #~ msgstr "Ошибка в параметрах ÐŸÐµÑ€ÐµÐ¸Ð¼ÐµÐ½Ð¾Ð²Ð°Ð½Ð¸Ñ Ñ„Ð¾Ñ‚Ð¾" #~ msgid "Photo has already been downloaded" #~ msgstr "Фото уже загружено" #~ msgid "Photo Rename" #~ msgstr "Переименование фото" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "Следует ли загрузить фото или видео Ñ Ñтого ноÑÐ¸Ñ‚ÐµÐ»Ñ Ð¸Ð»Ð¸ раздела?" #~ msgid "Photos:" #~ msgstr "Фото:" #~ msgid "Photo Rename\t" #~ msgstr "Переименование фото\t" #~ msgid "Photo and Video Name Conflicts" #~ msgstr "Конфликт названий между фото и видео" #~ msgid "Photo Download Folders" #~ msgstr "" #~ "Каталоги Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ фото" #~ msgid "Photo Folders" #~ msgstr "Каталоги фото" #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "Импортируйте ваши фото и видео быÑтро и надёжно" #~ msgid "Photo backup folder name:" #~ msgstr "Ðазвание каталога резервного ÐºÐ¾Ð¿Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ñ„Ð¾Ñ‚Ð¾" #~ msgid "Photo Rename" #~ msgstr "Переименование фото" #~ msgid "" #~ "Specify whether photo, video and folder names should have any characters " #~ "removed that are not allowed by other operating systems." #~ msgstr "" #~ "Укажите, Ñледует ли удалить Ñимволы в названиÑÑ… фото, видео, каталогов, " #~ "которые не раÑпознаютÑÑ Ð² других операционных ÑиÑтемах." #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "Ошибка в параметрах Подкаталогов Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ видео" #~ msgid "Select a folder to download videos to" #~ msgstr "Выберите каталог Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ видео" #~ msgid "Error in Video Rename preferences" #~ msgstr "Ошибка в параметрах ÐŸÐµÑ€ÐµÐ¸Ð¼ÐµÐ½Ð¾Ð²Ð°Ð½Ð¸Ñ Ð²Ð¸Ð´ÐµÐ¾" #~ msgid "Video Download Folders" #~ msgstr "" #~ "Каталоги Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ видео" #~ msgid "Video Rename\t" #~ msgstr "Переименование видео\t" #~ msgid "Video backup folder name:" #~ msgstr "Ðазвание каталога резервного ÐºÐ¾Ð¿Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð²Ð¸Ð´ÐµÐ¾" #~ msgid "Video Rename" #~ msgstr "Переименование видео" #~ msgid "Video Folders" #~ msgstr "Каталоги видео" #, python-format #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "Введённые наÑтройки подкаталога Ð´Ð»Ñ %(filetype)s неверны и не могут быть " #~ "иÑпользованы.\n" #~ "Они Ñброшены до значений по умолчанию." #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Выберите каталог, в котором будут хранитьÑÑ Ñ„Ð¾Ñ‚Ð¾Ð³Ñ€Ð°Ñ„Ð¸Ð¸. Подкаталоги Ð´Ð»Ñ " #~ "загружаемых фотографий будут автоматичеÑки Ñозданы в каждом каталоге, " #~ "иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ñтруктуру, указанную вами ниже." #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Выберите каталог, в котором будут хранитьÑÑ Ð²Ð¸Ð´ÐµÐ¾Ñ€Ð¾Ð»Ð¸ÐºÐ¸. Подкаталоги Ð´Ð»Ñ " #~ "загружаемых видеороликов будут автоматичеÑки Ñозданы в каждом каталоге, " #~ "иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ñтруктуру, указанную вами ниже." #~ msgid "Select All Without _Job Code" #~ msgstr "Выбрать вÑÑ‘ _без меток" #~ msgid "Select All Wit_h Job Code" #~ msgstr "Выбрать вÑÑ‘ Ñ _метками" #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "" #~ "ЕÑли Ñ„Ð¾Ñ‚Ð¾Ð³Ñ€Ð°Ñ„Ð¸Ñ Ð¸Ð»Ð¸ видеоролик Ñ Ñ‚Ð°ÐºÐ¸Ð¼ названием уже загружен, выберите, " #~ "пропуÑтить загрузку или добавить уникальный идентификатор." #~ msgid "" #~ "Specify the folder in which backups are stored on the device. \n" #~ "\n" #~ "Note: this will also be used to determine whether or not the device is " #~ "used for backups. For each device you wish to use for backing up to, create " #~ "a folder in it with one of these names." #~ msgstr "" #~ "Укажите каталог Ð´Ð»Ñ Ñ€Ð°Ð·Ð¼ÐµÑ‰ÐµÐ½Ð¸Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ñ‹Ñ… копий на ноÑителе. \n" #~ "\n" #~ "Примечение: Ñта наÑтройка также определÑет, иÑпользуетÑÑ Ð»Ð¸ ноÑитель Ð´Ð»Ñ " #~ "резервного копированиÑ. Ðа каждом ноÑителе, который вы хотите иÑпользовать " #~ "Ð´Ð»Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ð¾Ð³Ð¾ копированиÑ, Ñоздайте каталог Ñ Ð¾Ð´Ð½Ð¸Ð¼ из Ñтих имен." #~ msgid "" #~ "Specify the time in 24 hour format at which the Downloads today " #~ "sequence number should be reset." #~ msgstr "" #~ "Укажите Ð²Ñ€ÐµÐ¼Ñ Ð² 24-чаÑовом формате, когда Ñледует обнулÑть параметр " #~ "Загрузок ÑегоднÑ." #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #~ msgid "display debugging information when run from the command line" #~ msgstr "отображать отладочную информацию при запуÑке из командной Ñтроки" #~ msgid "Free space:" #~ msgstr "Свободное меÑто:" #, python-format #~ msgid "Folder: %s" #~ msgstr "Каталог: %s" #, python-format #~ msgid "%(filetype)s already exists" #~ msgstr "%(filetype)s уже ÑущеÑтвует" #, python-format #~ msgid "%(filetype)s was already downloaded" #~ msgstr "%(filetype)s уже был загружен" #, python-format #~ msgid "An error occurred when copying the %(filetype)s" #~ msgstr "Произошла ошибка при копировании %(filetype)s" #, python-format #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "Произошла ошибка при Ñоздании резервной копии на %(volume)s." #~ msgid "Errors occurred when backing up on the following backup devices: " #~ msgstr "" #~ "Произошли ошибки при Ñоздании резервной копии на Ñледующих ноÑителÑÑ…: " #, python-format #~ msgid "An error occurred when backing up on %(volume)s: %(inst)s." #~ msgstr "" #~ "Произошла ошибка при Ñоздании резервной копии на %(volume)s: %(inst)s." #~ msgid "The metadata might be corrupt." #~ msgstr "Метаданные могут быть повреждены." #~ msgid "_Uncheck All" #~ msgstr "_СнÑть вÑе отметки" #~ msgid "_Include in download" #~ msgstr "_Включить в загрузку" #~ msgid "_Download" #~ msgstr "_Загрузить" #, python-format #~ msgid "Error generating component %s." #~ msgstr "Ошибка ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÐµÐ½Ñ‚Ð° %s." #, python-format #~ msgid "%(filetype)s %(area)s could not be generated" #~ msgstr "%(filetype)s %(area)s не удалоÑÑŒ Ñоздать" #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Файл: %(file)s" #, python-format #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #, python-format #~ msgid "" #~ "Photos detected with the same filenames, but taken at different times: " #~ "%(details)s" #~ msgstr "" #~ "Обнаружены фотографии Ñ Ð¾Ð´Ð¸Ð½Ð°ÐºÐ¾Ð²Ñ‹Ð¼Ð¸ названиÑми, но Ñделанные в разное времÑ: " #~ "%(details)s" #, python-format #~ msgid " It was backed up to %(volume)s" #~ msgstr " Сделана Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ð°Ñ ÐºÐ¾Ð¿Ð¸Ñ Ð½Ð° %(volume)s" #~ msgid " It was backed up to these devices: " #~ msgstr " Сделана Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ð°Ñ ÐºÐ¾Ð¿Ð¸Ñ Ð½Ð°: " #, python-format #~ msgid "%s, " #~ msgstr "%s, " #, python-format #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)s и %(final_volume)s." #~ msgid "Backups already exist in these locations: " #~ msgstr "Уже ÑущеÑтвует Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ð°Ñ ÐºÐ¾Ð¿Ð¸Ñ Ð½Ð°: " #, python-format #~ msgid "Backup already exists on %(volume)s." #~ msgstr "Уже ÑущеÑтвует Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ð°Ñ ÐºÐ¾Ð¿Ð¸Ñ Ð½Ð° %(volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)s и %(volume)s." #, python-format #~ msgid "An error occurred when creating directories on %(volume)s: %(inst)s." #~ msgstr "Произошла ошибка при Ñоздании каталогов на %(volume)s: %(inst)s." #~ msgid "" #~ "Errors occurred when creating directories on the following backup devices: " #~ msgstr "Произошла ошибка при Ñоздании каталогов на Ñледующих уÑтройÑтвах: " #~ msgid "The following metadata is missing: " #~ msgstr "Эти метаданные пропущены: " #~ msgid "Multiple problems were encountered" #~ msgstr "Обнаружены многочиÑленные проблемы" #, python-format #~ msgid "Path: %s" #~ msgstr "Путь: %s" #~ msgid "Next File" #~ msgstr "Следующий файл" #~ msgid "Previous File" #~ msgstr "Предыдущий файл" #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s не отÑоединён" #, python-format #~ msgid "%(free)s free" #~ msgstr "%(free)s Ñвободно" #~ msgid "; " #~ msgstr "; " #~ msgid "." #~ msgstr "." #~ msgid "_Check All" #~ msgstr "_Отметить вÑе" #~ msgid "Failed to create download subfolder" #~ msgstr "Ðе удалоÑÑŒ Ñоздать каталог Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸" #, python-format #~ msgid "Error: %(errorno)s %(strerror)s" #~ msgstr "Ошибка: %(errorno)s %(strerror)s" #~ msgid "Performance" #~ msgstr "БыÑтродейÑтвие" #, python-format #~ msgid "The existing %(filetype)s was last modified on %(date)s at %(time)s." #~ msgstr "Файл %(filetype)s был изменен %(date)s в %(time)s" #, python-format #~ msgid "Backup overwritten on %(volume)s." #~ msgstr "Ð ÐµÐ·ÐµÑ€Ð²Ð½Ð°Ñ ÐºÐ¾Ð¿Ð¸Ñ Ð½Ð° %(volume)s перезапиÑана." #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "ДоÑтупно %(free)s Ð´Ð»Ñ %(file_type)s" #, python-format #~ msgid "Date time value %s appears invalid." #~ msgstr "Значение даты и времени %s уÑтановлено неверно." #~ msgid "scanning..." #~ msgstr "поиÑк файлов..." #~ msgid "Backups overwritten on these devices: " #~ msgstr "ПерезапиÑана Ñ€ÐµÐ·ÐµÑ€Ð½Ð°Ñ ÐºÐ¾Ð¿Ð¸Ñ Ð½Ð° ноÑителе: " #, python-format #~ msgid " Furthermore, there was a %(problem)s." #~ msgstr " К тому же была %(problem)s." #, python-format #~ msgid " Furthermore, there were %(problems)s." #~ msgstr " К тому же еÑть %(problems)s." #, python-format #~ msgid "Problems in %s generation" #~ msgstr "Возникли ошибки при Ñоздании %s" #, python-format #~ msgid "%(filetype)s already exists, but it was backed up" #~ msgstr "Ð¥Ð¾Ñ‚Ñ %(filetype)s уже ÑущеÑтвует, Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ð°Ñ ÐºÐ¾Ð¿Ð¸Ñ Ð²Ñе равно Ñоздана." #~ msgid "there were errors backing up" #~ msgstr "ошибки при Ñоздании резервной копии" #~ msgid "There were errors backing up" #~ msgstr "Ошибки при Ñоздании резервной копии" #~ msgid "Problems in subfolder and filename generation" #~ msgstr "При задании имени каталога и файла возникли ошибки." #~ msgid "Problem in subfolder and filename generation" #~ msgstr "Ошибка при задании имени каталога и файла." #, python-format #~ msgid "Problem in %s generation" #~ msgstr "Ошибка при Ñоздании %s" #~ msgid "there was an error backing up" #~ msgstr "была ошибка при резевном копировании" #~ msgid "There was an error backing up" #~ msgstr "Была ошибка при резевном копировании" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "Ð´Ð»Ñ %(file_type)s папка загрузки указана неверно." #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "каталог Ð´Ð»Ñ %(file_type)s доÑтупен только Ð´Ð»Ñ Ñ‡Ñ‚ÐµÐ½Ð¸Ñ" #, python-format #~ msgid "" #~ "%(filetype)s could not be backed up because no suitable backup locations " #~ "were found." #~ msgstr "" #~ "Ð ÐµÐ·ÐµÑ€Ð²Ð½Ð°Ñ ÐºÐ¾Ð¿Ð¸Ñ %(filetype)s не может быть Ñоздана, так как не найдено " #~ "хранилище резервных копий." #~ msgid "" #~ "The filename, extension and Exif information indicate it has already been " #~ "downloaded." #~ msgstr "Файл Ñ Ñ‚Ð°ÐºÐ¸Ð¼ именем, раÑширением и метаданными уже еÑть." #, python-format #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #, python-format #~ msgid "%(missing_metadata_elements)s and %(final_missing_metadata_element)s." #~ msgstr "%(missing_metadata_elements)s, %(final_missing_metadata_element)s." #, python-format #~ msgid "%(previousproblem)s, and %(backinguperror)s" #~ msgstr "%(previousproblem)s, еще %(backinguperror)s" #~ msgid "Miscellaneous" #~ msgstr "ОÑтальные наÑтройки" #~ msgid "Generate thumbnails (slower)" #~ msgstr "Создавать миниатюры (дольше копируетÑÑ)" #, python-format #~ msgid "" #~ "The existing %(filetype)s was last modified on %(date)s at %(time)s. Unique " #~ "identifier '%(identifier)s' added." #~ msgstr "" #~ "Файл %(filetype)s изменен %(date)s в %(time)s. Добавлен уникальный код " #~ "'%(identifier)s'." #, python-format #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)s и %(volume)s (%(inst)s)." #, python-format #~ msgid "There is no data with which to name the %(filetype)s." #~ msgstr "ÐедоÑтаточно данных Ð´Ð»Ñ Ð¿ÐµÑ€ÐµÐ¸Ð¼ÐµÐ½Ð¾Ð²Ð°Ð½Ð¸Ñ Ñ„Ð°Ð¹Ð»Ð° %(filetype)s." #, python-format #~ msgid "%(previousproblem)s Additionally, %(newproblem)s" #~ msgstr "Ð’ дополнение к %(previousproblem)s: %(newproblem)s" #~ msgid "" #~ "If you disable automatic detection, choose the exact location of the photos " #~ "and videos." #~ msgstr "" #~ "ЕÑли вы отключаете автоопределение, выберите меÑто Ð´Ð»Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ð¾Ð³Ð¾ " #~ "ÐºÐ¾Ð¿Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ñ„Ð¾Ñ‚Ð¾ и видео." #, python-format #~ msgid "An error occurred when copying the %(filetype)s, but it was backed up" #~ msgstr "" #~ "При копировании %(filetype)s возникла ошибка, но Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ð°Ñ ÐºÐ¾Ð¿Ð¸Ñ Ð²Ñе равно " #~ "Ñоздана." #~ msgid "" #~ "If you enable automatic detection of Portable Storage Devices, the entire " #~ "device will be scanned. On large devices, this could take some time.\n" #~ "\n" #~ "When this option is enabled, and a potential device is detected, you will be " #~ "prompted to determine if it should be scanned or not." #~ msgstr "" #~ "ЕÑли вы включили автоопределение переноÑного накопителÑ, будет проÑканирован " #~ "веÑÑŒ накопитель. Ðа уÑтройÑтвах большой емкоÑти Ñто может занÑть времÑ\n" #~ "\n" #~ "Когда Ñта Ð¾Ð¿Ñ†Ð¸Ñ Ð²ÐºÐ»ÑŽÑ‡ÐµÐ½Ð°, и подходÑщее уÑтройÑтво обнаружено, программа " #~ "ÑпроÑит ваÑ, нужно ли его Ñканировать." #~ msgid "Device Options" #~ msgstr "ÐаÑтройки уÑтройÑтва" #~ msgid "Re_move All" #~ msgstr "У_далить вÑе" #~ msgid "" #~ "Devices are from where to download photos and videos, such as cameras, " #~ "memory cards or Portable Storage Devices.\n" #~ "\n" #~ "You can download from multiple devices simultaneously, or you can specify a " #~ "location on your hard drive.\n" #~ "\n" #~ "Downloading directly from cameras is currently an experimental feature. " #~ "If downloading directly from your camera works poorly or not at all, try " #~ "setting it to PTP mode. If that is not possible, a card reader must be " #~ "used." #~ msgstr "" #~ "УÑтройÑтва - Ñ Ð½Ð¸Ñ… загружаетÑÑ Ñ„Ð¾Ñ‚Ð¾ и видео, например, камера, карта памÑти " #~ "или переноÑной накопитель.\n" #~ "\n" #~ "Ð’Ñ‹ можете наÑтроить загрузку Ñ Ð½ÐµÑкольких уÑтройÑтв одновременно или указать " #~ "меÑто Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ на жеÑтком диÑке\n" #~ "\n" #~ "Загрузки напрÑмую Ñ ÐºÐ°Ð¼ÐµÑ€Ñ‹ пока что ÑвлÑÑŽÑ‚ÑÑ Ð¿Ñ€Ð¾Ð±Ð½Ð¾Ð¹ возможноÑтью. ЕÑли " #~ "загрузка напрÑмую Ñ ÐºÐ°Ð¼ÐµÑ€Ñ‹ работает плохо или не работает вообще, " #~ "переключите ее в режим PTP. ЕÑли Ñто невозможно, иÑпользуйте уÑтройÑтво Ð´Ð»Ñ " #~ "Ñ‡Ñ‚ÐµÐ½Ð¸Ñ ÐºÐ°Ñ€Ñ‚ памÑти." #~ msgid "Device Options" #~ msgstr "ÐаÑтройки уÑтройÑтв" #~ msgid "Devices" #~ msgstr "УÑтройÑтва" #, python-format #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "Ð´Ð»Ñ %(filetype)s не удаетÑÑ Ð¿Ñ€Ð¾Ñ‡Ð¸Ñ‚Ð°Ñ‚ÑŒ метаданные" #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "Указанный Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ каталог %(file_type)s не ÑущеÑтвует" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "выводить информацию в командной Ñтроке во Ð²Ñ€ÐµÐ¼Ñ Ð²Ñ‹Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ñ Ð¿Ñ€Ð¾Ð³Ñ€Ð°Ð¼Ð¼Ñ‹ (по " #~ "умолчанию: %default)" #~ msgid "Select a folder in which to backup photos" #~ msgstr "Выберите папку в которой будут хранить резервные копии фотографий" #~ msgid "Select a folder in which to backup videos" #~ msgstr "" #~ "Выберите папку в которой будут хранитьÑÑ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ñ‹Ðµ копии видеофрагментов" #~ msgid "Remove all Remembered Paths?" #~ msgstr "Удалить вÑе запомненные раÑположениÑ?" #~ msgid "Should all remembered paths be removed?" #~ msgstr "Должны ли быть удалены вÑе запомненные раÑположениÑ?" #~ msgid "Remove all Ignored Paths?" #~ msgstr "Удалить вÑе пропуÑкаемые раÑположениÑ?" #~ msgid "Should all ignored paths be removed?" #~ msgstr "Должны ли быть удалены вÑе пропуÑкаемые раÑположениÑ?" #~ msgid "Invalid regular expression" #~ msgstr "ÐедопуÑтимое регулÑрное выражение" #~ msgid "Remembered Paths" #~ msgstr "Запомненные раÑположениÑ" #~ msgid "Use _python-style regular expressions" #~ msgstr "ИÑпользовать регулÑрные Ð²Ñ‹Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ ÑÑ‚Ð¸Ð»Ñ _python" #, python-format #~ msgid "" #~ "The following regular expressions are invalid, and will be removed unless " #~ "you correct them:\n" #~ " %s" #~ msgstr "" #~ "Следующие регулÑрные Ð²Ñ‹Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ Ð½ÐµÐ´Ð¾Ð¿ÑƒÑтимы и будут удалены, еÑли вы не " #~ "иÑправите их:\n" #~ " %s" #, python-format #~ msgid "" #~ "This regular expression is invalid, and will be removed unless you correct " #~ "it:\n" #~ " %s" #~ msgstr "" #~ "РегулÑрное выражение недопуÑтимо и будет удалено, еÑли вы не иÑправите его:\n" #~ " %s" #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #~ msgid "" #~ "Remembered paths are those associated with devices that you have chosen to " #~ "always scan or ignore when automatic detection of Portable Storage Devices " #~ "is enabled." #~ msgstr "" #~ "Запоминаемыми адреÑами ÑвлÑÑŽÑ‚ÑÑ Ñ‚Ðµ, которые аÑÑоциируютÑÑ Ñ ÑƒÑтройÑтвами " #~ "выбранными вами Ð´Ð»Ñ Ð²Ñ‹Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ñ Ð¸Ñ… поÑтоÑнного ÑÐºÐ°Ð½Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¸Ð»Ð¸ " #~ "игнорированиÑ, при задейÑтвованной возможноÑти автоматичеÑкого Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ñ " #~ "Портативного уÑтройÑтва хранениÑ." #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "" #~ "Резервное копирование фотографий в %(path)s и видеозапиÑей в %(path2)s" #, python-format #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "Резервное копирование фотографий и видеозапиÑей в %(path)s" #~ msgid "" #~ "Specify the ending portion of any paths you want ignored when scanning " #~ "devices for photos or videos. Any path ending with the values below will not " #~ "be scanned." #~ msgstr "" #~ "Укажите окончание любого адреÑа, которое вы хотите игнорировать при " #~ "Ñканировании уÑтройÑтв, на наличие фотографий и видеозапиÑей. Ð’Ñе адреÑа " #~ "оканчивающиеÑÑ Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñми указанными ниже, ÑканироватьÑÑ Ð½Ðµ будут." #~ msgid "To" #~ msgstr "к" #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "Ð’Ñ‹ точно хотите загрузить отÑюда? Ðа некоторых ÑиÑтемах Ñканирование Ñтого " #~ "меÑÑ‚Ð¾Ð¿Ð¾Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð¼Ð¾Ð¶ÐµÑ‚ занÑть много времени." #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "Загрузка из %(location)s." #~ msgid "Copy" #~ msgstr "Копировать" #~ msgid "Move" #~ msgstr "ПеремеÑтить" #~ msgid "From" #~ msgstr "Из" #~ msgid "Auto Detect" #~ msgstr "Ðвтоопределение" #~ msgid "" #~ "Sorry, video downloading functionality disabled. To download videos, please " #~ "install either the hachoir metadata and kaa metadata packages " #~ "for python, or exiftool." #~ msgstr "" #~ "Извините, но закачка видео отключена. Ð”Ð»Ñ Ñ‚Ð¾Ð³Ð¾ чтобы иметь возможноÑть " #~ "загружать видео, пожалуйÑта, уÑтановите пакеты hachoir metadata и " #~ "kaa metadata Ð´Ð»Ñ ÐŸÐ¸Ñ‚Ð¾Ð½Ð° или exiftool." #~ msgid "the root of the file system" #~ msgstr "корень файловой ÑиÑтемы" #~ msgid "Automatically rotate JPEG images" #~ msgstr "ÐвтоматичеÑки поворачивать Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ JPEG" #~ msgid "" #~ "manually specify the PATH of the device from which to download, overwriting " #~ "existing program preferences" #~ msgstr "" #~ "ÑамоÑтоÑтельно укажите раÑположение (PATH) уÑтройÑтва, Ñ ÐºÐ¾Ñ‚Ð¾Ñ€Ð¾Ð³Ð¾ будет " #~ "производитьÑÑ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ°, заменÑÑ ÑущеÑтвующие наÑтройки программы" #~ msgid "" #~ "automatically detect devices from which to download, overwriting existing " #~ "program preferences" #~ msgstr "" #~ "автоматичеÑки определÑть уÑтройÑтво, Ñ ÐºÐ¾Ñ‚Ð¾Ñ€Ð¾Ð³Ð¾ будет производитьÑÑ " #~ "загрузка, заменÑÑ ÑущеÑтвующие наÑтройки программы" #, python-format #~ msgid "scanning (found %(photos)s photos and %(videos)s videos)..." #~ msgstr "" #~ "проверка (найдено %(photos)s фотографий и %(videos)s видеозапиÑей)..." #~ msgid "" #~ "Error: specify device auto-detection or manually specify a device's path " #~ "from which to download, but do not do both." #~ msgstr "" #~ "Ошибка: укажите автоматичеÑкое определение уÑтройÑтва или ÑамоÑтоÑтельно " #~ "укажите раÑположение уÑтройÑтва, Ñ ÐºÐ¾Ñ‚Ð¾Ñ€Ð¾Ð³Ð¾ будет производитьÑÑ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ°, но " #~ "не иÑпользуйте Ñразу оба варианта." #, python-format #~ msgid "Backup %(file_type)s overwritten" #~ msgstr "Резервные копии %(file_type)s перезапиÑаны" #, python-format #~ msgid "Backup of %(file_type)s already exists" #~ msgstr "Резервные копии %(file_type)s уже ÑущеÑтвуют" #, python-format #~ msgid "No backup device contains a valid folder for backing up %(filetype)s" #~ msgstr "" #~ "Ðи одно уÑтройÑтво Ð´Ð»Ñ Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ñ‹Ñ… копий не Ñодержит папок Ð´Ð»Ñ " #~ "Ñ€ÐµÐ·ÐµÑ€Ð²Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ %(filetype)s" #, python-format #~ msgid "%(file_type)s not backed up" #~ msgstr "Резервные копии %(file_type)s не Ñозданы" #~ msgid "Quit" #~ msgstr "Выход" #~ msgid "Refresh" #~ msgstr "Обновить" #~ msgid "Verify files as they are downloaded" #~ msgstr "Проверить файлы поÑле загрузки" #~ msgid "Check All Videos" #~ msgstr "Проверить вÑе видео" #~ msgid "Help" #~ msgstr "Помощь" #~ msgid "Check All Photos" #~ msgstr "Проверить вÑе фото" #~ msgid "An unknown error occurred" #~ msgstr "Произошла неизвеÑÑ‚Ð½Ð°Ñ Ð¾ÑˆÐ¸Ð±ÐºÐ°" #~ msgid "About..." #~ msgstr "О..." #, python-format #~ msgid "The %(filetype)s did not download correctly" #~ msgstr "Файлы %(filetype)s не были корректно загружены" #~ msgid "File verification failed on these devices: " #~ msgstr "Ошибка проверки файлов на Ñледующих уÑтройÑтвах: " #, python-format #~ msgid "" #~ "File verification failed on %(volume)s. The backed up version is different " #~ "from the downloaded version." #~ msgstr "" #~ "Ошибка проверки файла на %(volume)s. Ð ÐµÐ·ÐµÑ€Ð²Ð½Ð°Ñ ÐºÐ¾Ð¿Ð¸Ñ Ð¾Ñ‚Ð»Ð¸Ñ‡Ð°ÐµÑ‚ÑÑ Ð¾Ñ‚ " #~ "загруженной верÑии." #~ msgid "" #~ "File verification failed. The downloaded version is different from the " #~ "original." #~ msgstr "Ошибка проверки файла. Ð—Ð°Ð³Ñ€ÑƒÐ¶ÐµÐ½Ð½Ð°Ñ Ð²ÐµÑ€ÑÐ¸Ñ Ð¾Ñ‚Ð»Ð¸Ñ‡Ð°ÐµÑ‚ÑÑ Ð¾Ñ‚ оригинала." ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/po/sk.po0000644000175000017500000045551700000000000016563 0ustar00damondamon# Slovak translation for rapid # Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2009. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2022-03-02 13:05+0000\n" "PO-Revision-Date: 2022-02-21 17:13+0000\n" "Last-Translator: Damon Lynch \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2022-03-05 16:16+0000\n" "X-Generator: Launchpad (build 61f4697954ab70d633d14d8ceecff69a20b08a6b)\n" "Language: sk\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:406 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:642 ../install.py:4330 msgid "Installer not found:" msgstr "" #. Translators: do not translate the term tar.gz #: ../install.py:646 ../install.py:4334 msgid "Installer not in tar.gz format:" msgstr "" #: ../install.py:728 ../install.py:757 ../install.py:4210 ../install.py:4215 msgid "Exiting..." msgstr "" #: ../install.py:979 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:1065 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:1357 ../install.py:4290 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:1467 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" #: ../install.py:1610 msgid "The following command will be run:" msgstr "" #. Translators: do not translate the term sudo #: ../install.py:1614 ../install.py:3834 ../install.py:3841 msgid "sudo may prompt you for the sudo password." msgstr "" #: ../install.py:1618 msgid "Would you like to run the command now?" msgstr "" #: ../install.py:1620 msgid "Answer is not yes, exiting." msgstr "" #: ../install.py:1631 ../install.py:2259 ../install.py:2318 ../install.py:2793 msgid "Command failed" msgstr "" #: ../install.py:1633 ../install.py:2260 ../install.py:2319 ../install.py:2794 msgid "Exiting" msgstr "" #: ../install.py:1661 msgid "The Universe repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1701 msgid "The EPEL repository must be enabled." msgstr "" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1749 msgid "The RPM Fusion Free repository must be enabled." msgstr "" #: ../install.py:1790 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "" #: ../install.py:2237 ../install.py:2267 ../install.py:2299 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" #: ../install.py:2252 msgid "Uninstalling system package" msgstr "" #: ../install.py:2277 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:2324 msgid "Checking if previous version installed with pip..." msgstr "" #: ../install.py:2477 ../install.py:2534 ../install.py:2650 msgid "The following package is unknown on your system: {}\n" msgstr "" #: ../install.py:2548 ../install.py:2706 ../install.py:2803 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" #: ../install.py:2642 ../install.py:2663 msgid "Querying installed and available packages (this may take a while)" msgstr "" #: ../install.py:2785 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" #: ../install.py:2852 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2862 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" #: ../install.py:2873 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2923 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:2931 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" #: ../install.py:2937 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2942 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2950 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" #: ../install.py:2958 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:2982 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:3000 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:3011 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:3048 msgid "Failed to download versions file." msgstr "Vyberte prieÄinok pre stiahnuté videá." #: ../install.py:3053 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:3170 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:3324 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:3330 msgid "Received error code" msgstr "" #: ../install.py:3332 msgid "Failed to install application requirements: exiting." msgstr "" #: ../install.py:3334 msgid "Failed to install application: exiting..." msgstr "" #: ../install.py:3658 msgid "Installing application requirements..." msgstr "" #: ../install.py:3693 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #: ../install.py:3710 msgid "Installing application..." msgstr "" #: ../install.py:3797 msgid "Do you want Rapid Photo Downloader to appear in the Windows menu?" msgstr "" #: ../install.py:3803 msgid "Adding Rapid Photo Downloader to the Windows menu" msgstr "" #: ../install.py:3813 msgid "Failed to copy application launcher." msgstr "" #: ../install.py:3824 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:3829 msgid "Do you want to install the application's man pages?" msgstr "" #: ../install.py:3830 msgid "They will be installed into {}" msgstr "" #: ../install.py:3832 ../install.py:3839 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" #: ../install.py:3835 msgid "Do want to install the man pages?" msgstr "" #: ../install.py:3837 msgid "Installing man pages into {}" msgstr "" #: ../install.py:3855 msgid "Failed to create man page directory: exiting." msgstr "" #: ../install.py:3876 msgid "Failed to copy man page." msgstr "" #: ../install.py:3915 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:3928 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:3934 msgid "" "You may have to restart WSL to be able to run the program from the command " "line." msgstr "" #: ../install.py:3944 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line." msgstr "" #: ../install.py:3949 #, 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:3971 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:3973 msgid "Done." msgstr "" #: ../install.py:3987 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:4043 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #. Translators: do not translate the terms --PyQt5-version or --use-system-PyQt5 #: ../install.py:4055 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:4067 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:4081 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:4097 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:4111 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:4124 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:4134 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:4139 ../install.py:4153 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:4172 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:4180 msgid "Restarting script using system python..." msgstr "" #: ../install.py:4193 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:4231 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:4263 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:4275 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:4324 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:647 ../raphodo/ui/viewutils.py:679 #: ../raphodo/ui/viewutils.py:699 msgid "&Cancel" msgstr "" #: ../upgrade.py:651 msgid "&Upgrade" msgstr "" #: ../upgrade.py:656 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" #: ../upgrade.py:659 msgid "Click the Upgrade button to start the upgrade." msgstr "" #: ../upgrade.py:662 ../upgrade.py:668 ../raphodo/ui/viewutils.py:678 #: ../raphodo/ui/viewutils.py:698 msgid "&Close" msgstr "" #: ../upgrade.py:663 msgid "&Run" msgstr "" #: ../upgrade.py:693 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" #: ../upgrade.py:696 msgid "Upgrade running..." msgstr "" #: ../upgrade.py:732 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:737 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:741 msgid "Upgrade failed. Click Close to exit." msgstr "" #: ../upgrade.py:11330 #, python-format msgid "Upgrading %s..." msgstr "" #: ../upgrade.py:11332 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:11345 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:11347 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/ui/aboutdialog.py:334 msgid "Credits" msgstr "PoÄakovanie" #: ../raphodo/ui/aboutdialog.py:339 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:280 msgid "Backups are not configured" msgstr "Zálohy nie sú nakonfigurované" #: ../raphodo/ui/backuppanel.py:282 msgid "No backup devices detected" msgstr "Neboli nájdené žiadne zariadenia pre zálohu" #: ../raphodo/ui/backuppanel.py:285 msgid "Valid backup locations not yet specified" msgstr "EÅ¡te nie sú zvolené miesta pre zálohy" #: ../raphodo/ui/backuppanel.py:465 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Svoje fotografie a videá môžete popri sÅ¥ahovaní zálohovaÅ¥ na rôzne " "zariadenia, napr. externé disky." #: ../raphodo/ui/backuppanel.py:473 msgid "Back up photos and videos when downloading" msgstr "ZálohovaÅ¥ fotky a videá popri sÅ¥ahovaní" #: ../raphodo/ui/backuppanel.py:479 msgid "Automatically detect backup devices" msgstr "Automatická detekcia zálohovacích zariadení" #: ../raphodo/ui/backuppanel.py:485 msgid "" "Specify the folder in which backups are stored on the " "device.

      Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" "Zvoľte názov adresára, v ktorom budú na zariadeniach uložené " "zálohy.

      Poznámka: Existencia tohoto adresára je predpokladom pre " "identifikovanie zariadenia ako úložiska záloh. Na každom zariadení, ktoré " "chcete používaÅ¥ pre uloženie záloh, vytvorte adresár s jedným z týchto " "názvov. Ak vytvoríte oba adresáre, budú na zariadenie zálohované fotky aj " "videá." #: ../raphodo/ui/backuppanel.py:500 msgid "Photo folder name:" msgstr "Názov adresára pre fotky:" #: ../raphodo/ui/backuppanel.py:505 msgid "Video folder name:" msgstr "Názov adresára pre videá:" #: ../raphodo/ui/backuppanel.py:510 ../raphodo/ui/nameeditor.py:1000 #: ../raphodo/ui/renamepanel.py:141 msgid "Example:" msgstr "Príklad:" #: ../raphodo/ui/backuppanel.py:521 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "Ak vypnete automatickú detekciu, vyberte presné umiestnenie záloh." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:532 msgid "Photo backup location:" msgstr "Umiestnenie zálohy fotiek:" #: ../raphodo/ui/backuppanel.py:542 msgid "Select Photo Backup Location" msgstr "Vyberte umiestnenie pre zálohu fotiek" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:554 msgid "Video backup location:" msgstr "Umiestnenie zálohy videa:" #: ../raphodo/ui/backuppanel.py:560 msgid "Select Video Backup Location" msgstr "Vyberte umiestnenie pre zálohu videa" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:676 msgid "drive1" msgstr "disk1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:679 msgid "drive2" msgstr "disk2" #: ../raphodo/ui/backuppanel.py:746 msgid "Projected Backup Storage Use" msgstr "Predpokladaná veľkosÅ¥ zálohy" #: ../raphodo/ui/backuppanel.py:751 msgid "Backup Options" msgstr "Nastavenia zálohy" #: ../raphodo/copyfiles.py:610 msgid "video THM" msgstr "video THM" #: ../raphodo/copyfiles.py:620 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:104 ../raphodo/ui/devicedisplay.py:1408 #: ../raphodo/rpdfile.py:310 #, 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:112 ../raphodo/ui/devicedisplay.py:1414 #: ../raphodo/rpdfile.py:298 #, python-format msgid "%(no_videos)s Videos" msgstr "PoÄet videí: %(no_videos)s" #: ../raphodo/ui/destinationdisplay.py:123 msgid "Used" msgstr "Použitých" #: ../raphodo/ui/destinationdisplay.py:124 msgid "Excess" msgstr "Prebytok" #: ../raphodo/ui/destinationdisplay.py:133 ../raphodo/ui/devicedisplay.py:1440 msgid "Device size unknown" msgstr "Neznáma veľkosÅ¥ zariadenia" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:146 #, python-format msgid "No space free on %(size_total)s device" msgstr "Na zariadení %(size_total)s nie je miesto" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:156 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s voľných z %(size_total)s" #: ../raphodo/ui/destinationdisplay.py:230 ../raphodo/ui/destinationpanel.py:74 #: ../raphodo/ui/devicedisplay.py:625 ../raphodo/rapid.py:2641 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:960 msgid "Photos" msgstr "Fotky" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:231 ../raphodo/ui/destinationpanel.py:78 #: ../raphodo/ui/devicedisplay.py:626 ../raphodo/rapid.py:2642 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:988 #: ../raphodo/storage/storage.py:602 msgid "Videos" msgstr "Videá" #: ../raphodo/ui/destinationdisplay.py:232 msgid "Projected storage use after download" msgstr "Predpokladané miesto pre stiahnutie" #. Translators: Custom refers to the user choosing a non-default value that #. they customize themselves #: ../raphodo/ui/destinationdisplay.py:355 ../raphodo/ui/nameeditor.py:587 msgid "Custom..." msgstr "Vlastné..." #: ../raphodo/ui/destinationdisplay.py:774 msgid "Configure photo subfolder creation" msgstr "NastaviÅ¥ vytváranie podadresárov pre fotky" #: ../raphodo/ui/destinationdisplay.py:776 msgid "Configure video subfolder creation" msgstr "NastaviÅ¥ vytváranie podadresárov pre videá" #: ../raphodo/ui/destinationpanel.py:90 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:113 ../raphodo/ui/destinationpanel.py:125 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1294 msgid "Probing device..." msgstr "Overuje sa zariadenie..." #: ../raphodo/ui/devicedisplay.py:1309 msgid "Temporarily ignore this device" msgstr "DoÄasne ignorovaÅ¥ toto zariadenie" #: ../raphodo/ui/devicedisplay.py:1313 msgid "Permanently ignore this device" msgstr "Trvalo ignorovaÅ¥ toto zariadenie" #: ../raphodo/ui/devicedisplay.py:1316 msgid "Rescan" msgstr "PrehľadaÅ¥ znovu" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1437 #, python-format msgid "%s full" msgstr "Plné na %s" #: ../raphodo/ui/devicedisplay.py:1457 msgid "Other" msgstr "Iné" #: ../raphodo/devices.py:603 ../raphodo/devices.py:604 msgid "Cameras" msgstr "Fotoaparáty" #: ../raphodo/devices.py:605 ../raphodo/devices.py:1256 #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 ../raphodo/rapid.py:2490 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:1006 #, 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:1073 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1229 ../raphodo/rapid.py:2213 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:1280 ../raphodo/devices.py:1300 #, 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:1318 #, 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:1326 #, python-format msgid "%(no_devices)s Devices" msgstr "Zariadení: %(no_devices)s" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1652 #, python-format msgid "%s + %s" msgstr "" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "OznaÄte súbory, ktoré majú byÅ¥ stiahnuté." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "Súbory, ktoré už boli v minulosti stiahnuté, nie sú oznaÄené pre stiahnutie " "a ich náhľad je mierne stlmený. Môžete ich vybraÅ¥ a budú stiahnuté znovu." #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" "Ak je vybratých viac súborov, prenesie sa oznaÄenie aj na ne, nezáleží, Äi " "už predtým boli oznaÄené." #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" "Kliknutím na oznaÄovacie políÄko zariadenia oznaÄíte vÅ¡etky súbory na ňom." #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "\n" "In case of any problems, a red icon will appear at the bottom of the window " "indicating \n" "how many error reports there are. Clicking on it opens the Error Report " "window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 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." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" "SÅ¥ahovaÅ¥ môžete aj z viacerých fotoaparátov, telefónov, pamäťových kariet a " "diskov—záleží, koľko zvládne váš poÄítaÄ." #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" "ÄŒasová os zoskupuje fotky a videá podľa toho, koľko Äasu ubehlo medzi " "za sebou nasledujúcimi záznamami. To vám pomôže identifikovaÅ¥, ktoré fotky a " "videá ste urobili krátko po sebe v rámci jedného, ale aj viacerých dní." #: ../raphodo/ui/didyouknow.py:123 msgid "" "\n" "

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

      \n" "

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

      " msgstr "" #: ../raphodo/ui/didyouknow.py:133 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" "Ak chcete zobraziÅ¥ fotky a videá vytvorené v konkrétnom Äasovom úseku, " "môžete ho vyznaÄiÅ¥ pomocou myÅ¡i (prípade v kombinácii s tlaÄidlami " "Shift alebo Ctrl) Po výbere Äasového úseku bude tlaÄidlo " "ÄŒasová os v ľavej Äasti okna zvýraznené." #: ../raphodo/ui/didyouknow.py:140 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:147 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:154 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 \n" "metadata (where 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 \n" "raw images, for instance.
      8. \n" "
      9. File Type: photo or video.
      10. \n" "
      11. Device: name of the device the photos and videos are being " "downloaded \n" "from.
      12. \n" "
      " msgstr "" #: ../raphodo/ui/didyouknow.py:172 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" #: ../raphodo/ui/didyouknow.py:178 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:185 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 \n" "illustration below, the destination folders are "Pictures" and \n" ""Videos". The name of the destination folder is displayed in the " "grey bar \n" "directly above the folder tree, with a folder icon to its left and a gear " "icon to \n" "its far right.
      2. \n" "
      3. The download subfolders, which are directories that will be " "automatically \n" "generated by Rapid Photo Downloader. They need not already exist on your " "computer, but \n" "it's okay if they do. They will be generated under the destination " "folder.
      4. \n" "
      " msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a \n" "different destination folder for each. The same applies to the download " "subfolders for \n" "photos and videos—download photos and videos to the same subfolders, " "or use a \n" "different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:211 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:220 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to \n" "download:\n" "
        \n" "
      1. The destination folder tree shows the download subfolders already on " "your computer \n" "(those in a regular, non-italicized font), and the subfolders that will be " "created \n" "during the download (those whose names are italicized).
      2. \n" "
      3. The folder tree also shows into which subfolders the files will be " "downloaded \n" "(those colored black).
      4. \n" "
      " msgstr "" #: ../raphodo/ui/didyouknow.py:235 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following \n" "elements:\n" "
        \n" "
      1. File metadata, very often including the date the photo or video " "was created, \n" "but might also include the camera model name, camera serial number, or file " "extension \n" "e.g. JPG or CR2.
      2. \n" "
      3. A Job Code, which is free text you specify at the time the " "download occurs, \n" "such as the 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 \n" "format makes it easy to keep them sorted in a file manager, which is why " "it's the \n" "default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:254 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 \n" "preset. Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:261 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to \n" "configure your own scheme. You create your own schemes using the Photo or " "Video \n" "Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:270 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:276 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:282 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 \n" "and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:291 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 \n" "choices to generate new combinations. Supposing you wanted a date format " "that combines \n" "year (YYYY), a hyphen, and month (MM) to form YYYY-MM. You can create it " "like this \n" "(note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:300 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names \n" "in the \n" "online " "\n" "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:309 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. \n" "You can use them in subfolder and file names. In this illustration, some " "files have had \n" "the Job Code "Street" applied to them, and the selected files are " "about to \n" "get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:317 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 \n" "prompted to enter a Job Code for them before the download begins." msgstr "" #: ../raphodo/ui/didyouknow.py:324 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:327 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:333 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!" msgstr "" #: ../raphodo/ui/didyouknow.py:340 msgid "" "\n" "

      Four types of sequence values are available to help you assign unique " "names to your \n" "photos and 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 \n" "last time the 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 \n" "documentation.

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

      The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature \n" "on your 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 \n" "are detected, the same sequence numbers will be applied to both photo names. " "F\n" "urthermore, sequences will be updated as if the photos were one.

      \n" "

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

      \n" msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are \n" "downloaded, such as external hard drives or network shares. Backup devices " "can be \n" "automatically detected, or exact backup locations specified." msgstr "" #: ../raphodo/ui/didyouknow.py:385 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:391 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including \n" "download sources, destinations, and backups. Additionally, settings can be " "reset to \n" "their default state, and caches and remembered files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:396 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:401 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 \n" "your cameras, memory cards, and other devices.
      2. \n" "
      3. A temporary cache of files downloaded from a camera, one for " "photos and \n" "another for videos. They are located in temporary subfolders in the download " "\n" "destination.
      4. \n" "
      5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores \n" "thumbnails of RAW and TIFF photos once they have been downloaded. File " "browsers like \n" "Gnome Files use this cache as well, meaning they too will display thumbnails " "for those \n" "files. \n" "
      6. \n" "
      \n" "Read more about these caches and their effect on download performance in the " "online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:459 msgid "Tip of the Day" msgstr "Tip dňa" #: ../raphodo/ui/didyouknow.py:467 msgid "Did you know...?" msgstr "Vedeli ste...?" #: ../raphodo/ui/didyouknow.py:498 msgid "Show tips on startup" msgstr "Zobraziť tipy pri spustení" #: ../raphodo/ui/didyouknow.py:502 msgid "&Next" msgstr "Ď&alší" #: ../raphodo/ui/didyouknow.py:503 msgid "&Previous" msgstr "&Späť" #: ../raphodo/downloadtracker.py:454 msgid "MB/sec" msgstr "MB/s" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:584 msgid "A few seconds" msgstr "Pár sekúnd" #: ../raphodo/downloadtracker.py:643 msgid "1 second" msgstr "1 sekunda" #: ../raphodo/downloadtracker.py:645 #, python-format msgid "%d seconds" msgstr "%d sekúnd(y)" #: ../raphodo/downloadtracker.py:650 msgid "1 minute" msgstr "1 minúta" #: ../raphodo/downloadtracker.py:652 #, python-format msgid "%d minutes" msgstr "%d minút(y)" #: ../raphodo/downloadtracker.py:657 ../raphodo/downloadtracker.py:839 msgid "1 hour" msgstr "1 hodina" #: ../raphodo/downloadtracker.py:659 #, python-format msgid "%d hours" msgstr "%d hodín(y)" #: ../raphodo/downloadtracker.py:664 ../raphodo/downloadtracker.py:869 #: ../raphodo/downloadtracker.py:877 msgid "1 day" msgstr "1 deň" #: ../raphodo/downloadtracker.py:666 #, python-format msgid "%d days" msgstr "%d dní" #: ../raphodo/downloadtracker.py:845 msgid "1 minute, 1 second" msgstr "1 minúta, 1 sekunda" #: ../raphodo/downloadtracker.py:847 #, python-format msgid "1 minute, %d seconds" msgstr "1 minúta, %d sekúnd(y)" #: ../raphodo/downloadtracker.py:850 #, python-format msgid "%d minutes, 1 second" msgstr "%d minút(y), 1 sekunda" #: ../raphodo/downloadtracker.py:852 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d minút(y), %(seconds)d sekúnd(y)" #: ../raphodo/downloadtracker.py:884 msgid "1 hour, 1 minute" msgstr "1 hodina, 1 minúta" #: ../raphodo/downloadtracker.py:886 #, python-format msgid "1 hour, %d minutes" msgstr "1 hodina, %d minút(y)" #: ../raphodo/downloadtracker.py:889 #, python-format msgid "%d hours, 1 minute" msgstr "%d hodín(y), 1 sekúnd" #: ../raphodo/downloadtracker.py:891 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d hodín(y), %(minutes)d minút(y)" #: ../raphodo/downloadtracker.py:918 msgid "1 day, 1 hour" msgstr "1 deň, 1 hodina" #: ../raphodo/downloadtracker.py:920 #, python-format msgid "1 day, %d hours" msgstr "1 deň, %d hodín(y)" #: ../raphodo/downloadtracker.py:923 #, python-format msgid "%d days, 1 hour" msgstr "%d dní, 1 hodina" #: ../raphodo/downloadtracker.py:925 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d dní, %(hours)d hodín(y)" #: ../raphodo/errorlog.py:80 msgid "Find" msgstr "Nájsť" #: ../raphodo/errorlog.py:150 msgid "Error Reports - Rapid Photo Downloader" msgstr "Hlásenia o chybách - Rapid Photo Downloader" #: ../raphodo/errorlog.py:187 msgid "Find in reports" msgstr "Nájsť v hláseniach" #: ../raphodo/errorlog.py:206 msgid "Find the previous occurrence of the phrase" msgstr "Nájsť predošlý výskyt frázy" #: ../raphodo/errorlog.py:211 msgid "Find the next occurrence of the phrase" msgstr "Nájsť nasledujúci výskyt frázy" #: ../raphodo/errorlog.py:213 msgid "&Highlight All" msgstr "&Zvýrazniť všetko" #: ../raphodo/errorlog.py:214 msgid "Highlight all occurrences of the phrase" msgstr "Zvýrazniť všetky výskyty frázy" #: ../raphodo/errorlog.py:215 msgid "&Match Case" msgstr "&Dodržať veľkosť písmen" #: ../raphodo/errorlog.py:216 msgid "Search with case sensitivity" msgstr "Vyhľadávať brať ohľad na veľkosť písmen" #: ../raphodo/errorlog.py:217 msgid "&Whole Words" msgstr "&Celé slová" #: ../raphodo/errorlog.py:218 msgid "Search whole words only" msgstr "Hľadať len celé slová" #: ../raphodo/errorlog.py:229 ../raphodo/errorlog.py:371 #, 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:234 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:256 msgid "Clear" msgstr "Zmazať" #: ../raphodo/errorlog.py:357 msgid "Phrase not found" msgstr "Fráza nenájdená" #: ../raphodo/errorlog.py:516 msgid "Search pending..." msgstr "Prehľadáva sa..." #: ../raphodo/errorlog.py:567 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:50 #, python-brace-format msgid "" "Please report the problem at {website}.

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

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

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

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

      Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:88 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:182 msgid "Problem in Rapid Photo Downloader" msgstr "Chyba v Rapid Photo Downloader" #: ../raphodo/excepthook.py:186 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:189 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:216 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "V Rapid Photo Downloader doÅ¡lo k chybe\n" #: ../raphodo/excepthook.py:218 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:173 ../raphodo/thumbnaildisplay.py:2254 msgid "Open in File Browser..." msgstr "OtvoriÅ¥ v správcovi súborov..." #. type: Optional[QModelIndex] #: ../raphodo/ui/filebrowse.py:179 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:183 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:140 msgid "File System" msgstr "Súborový systém" #: ../raphodo/foldercombo.py:181 msgid "Other..." msgstr "Iný..." #: ../raphodo/foldercombo.py:272 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:206 msgid "Date time" msgstr "Dátum a Äas" #: ../raphodo/generatenameconfig.py:207 msgid "Text" msgstr "Text" #: ../raphodo/generatenameconfig.py:208 ../raphodo/rapid.py:2608 msgid "Filename" msgstr "Názov súboru" #: ../raphodo/generatenameconfig.py:209 #: ../raphodo/prefs/preferencedialog.py:994 msgid "Metadata" msgstr "Metadáta" #: ../raphodo/generatenameconfig.py:210 msgid "Sequences" msgstr "Sekvencie" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:213 msgid "Job code" msgstr "Pracovný kód" #: ../raphodo/generatenameconfig.py:214 msgid "Image date" msgstr "Dátum obrázku" #: ../raphodo/generatenameconfig.py:215 msgid "Video date" msgstr "Dátum nahratia videa" #: ../raphodo/generatenameconfig.py:216 msgid "Today" msgstr "Dnes" #: ../raphodo/generatenameconfig.py:217 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:220 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:223 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:226 ../raphodo/rapid.py:2609 msgid "Extension" msgstr "Koncovka" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 msgid "Image number" msgstr "Číslo obrázka" #: ../raphodo/generatenameconfig.py:230 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:233 msgid "Aperture" msgstr "Clona" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 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:242 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:245 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:248 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:251 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:254 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:257 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:260 msgid "Shutter count" msgstr "PoÄet cyklov uzávierky" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:262 msgid "File number" msgstr "Poradové Äíslo súboru" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:264 msgid "Folder only" msgstr "Len adresár" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:266 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:269 msgid "Owner name" msgstr "Meno vlastníka" #: ../raphodo/generatenameconfig.py:270 msgid "Codec" msgstr "Kodek" #: ../raphodo/generatenameconfig.py:271 msgid "Width" msgstr "" #: ../raphodo/generatenameconfig.py:272 msgid "Height" msgstr "" #: ../raphodo/generatenameconfig.py:273 msgid "Length" msgstr "" #: ../raphodo/generatenameconfig.py:274 msgid "Frames Per Second" msgstr "" #: ../raphodo/generatenameconfig.py:275 msgid "Artist" msgstr "" #: ../raphodo/generatenameconfig.py:276 msgid "Copyright" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:279 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:282 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:285 msgid "Subfolder number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Stored number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:291 msgid "Sequence letter" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:294 msgid "All digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "Last digit" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 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:303 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:306 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:309 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:312 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:315 msgid "lowercase" msgstr "malé písmená" #: ../raphodo/generatenameconfig.py:316 msgid "One digit" msgstr "Jedna Äíslica" #: ../raphodo/generatenameconfig.py:317 msgid "Two digits" msgstr "Dve Äíslice" #: ../raphodo/generatenameconfig.py:318 msgid "Three digits" msgstr "Tri Äíslice" #: ../raphodo/generatenameconfig.py:319 msgid "Four digits" msgstr "Å tyri Äíslice" #: ../raphodo/generatenameconfig.py:320 msgid "Five digits" msgstr "Päť Äíslic" #: ../raphodo/generatenameconfig.py:321 msgid "Six digits" msgstr "Å esÅ¥ Äíslic" #: ../raphodo/generatenameconfig.py:322 msgid "Seven digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:325 msgid "Subseconds" msgstr "Subsekundy" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 ../raphodo/generatenameconfig.py:415 msgid "YYYYMMDD" msgstr "RRRRMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:416 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:334 ../raphodo/generatenameconfig.py:417 msgid "YYYY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 msgid "YYMMDD" msgstr "RRMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 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:343 msgid "YY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "MMDDYYYY" msgstr "MMDDRRRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYY" msgstr "MMDDRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "DDMMYYYY" msgstr "DDMMRRRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYY" msgstr "DDMMRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 ../raphodo/generatenameconfig.py:415 #: ../raphodo/generatenameconfig.py:416 ../raphodo/generatenameconfig.py:417 #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:419 msgid "YYYY" msgstr "RRRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 msgid "YY" msgstr "RR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "Month (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 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:394 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:397 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 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:403 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:415 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:416 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:417 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:512 #: ../raphodo/generatenameconfig.py:699 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:418 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:419 ../raphodo/jobcodepanel.py:279 #: ../raphodo/ui/nameeditor.py:926 ../raphodo/rapid.py:2261 #: ../raphodo/ui/renamepanel.py:93 ../raphodo/ui/renamepanel.py:275 msgid "Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:507 ../raphodo/generatenameconfig.py:694 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:510 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:510 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:699 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:700 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:700 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/jobcodepanel.py:90 msgid "Enter a new Job Code, or select a previous one" msgstr "" #: ../raphodo/jobcodepanel.py:98 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:108 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:121 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:123 msgid "Enter a new Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:131 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/jobcodepanel.py:144 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:148 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:186 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:190 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:251 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:255 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:259 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:264 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:269 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:278 msgid "Last Used" msgstr "" #: ../raphodo/jobcodepanel.py:283 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:286 ../raphodo/rapid.py:2616 msgid "Ascending" msgstr "" #: ../raphodo/jobcodepanel.py:287 ../raphodo/rapid.py:2617 msgid "Descending" msgstr "" #: ../raphodo/jobcodepanel.py:297 msgid "&New..." msgstr "" #: ../raphodo/jobcodepanel.py:301 msgid "&Apply" msgstr "" #: ../raphodo/jobcodepanel.py:305 msgid "&Remove" msgstr "" #: ../raphodo/jobcodepanel.py:309 ../raphodo/prefs/preferencedialog.py:288 #: ../raphodo/prefs/preferencedialog.py:324 #: ../raphodo/prefs/preferencedialog.py:781 msgid "Remove All" msgstr "" #: ../raphodo/jobcodepanel.py:512 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:515 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:578 msgid "Job Codes" msgstr "Pracovné kódy" #: ../raphodo/ui/messagewidget.py:67 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:478 ../raphodo/ui/nameeditor.py:498 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:583 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:584 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:630 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:647 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:650 ../raphodo/ui/nameeditor.py:1558 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:743 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:751 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:884 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:892 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:900 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:907 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:936 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:954 #, python-format msgid "The character
      %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:964 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:972 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:999 ../raphodo/ui/renamepanel.py:139 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1082 ../raphodo/ui/nameeditor.py:1105 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1134 ../raphodo/prefs/preferencedialog.py:1083 #: ../raphodo/wsl.py:648 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1161 msgid "Insert" msgstr "" #: ../raphodo/ui/nameeditor.py:1523 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1527 msgid "" "Do you want to save the changes in a new custom " "preset?

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

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

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

      The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1562 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:326 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:327 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:328 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:331 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:334 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:336 #, 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:366 ../raphodo/newversion.py:385 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:388 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:412 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:531 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:553 msgid "Downloading..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:134 msgid "Preferences" msgstr "Nastavenia" #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 msgid "Automation" msgstr "Automatizácia" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Thumbnails" msgstr "Náhľad" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:160 #: ../raphodo/prefs/preferencedialog.py:183 #: ../raphodo/prefs/preferencedialog.py:585 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:184 #: ../raphodo/prefs/preferencedialog.py:649 msgid "Error Handling" msgstr "Obsluha chýb" #: ../raphodo/prefs/preferencedialog.py:162 #: ../raphodo/prefs/preferencedialog.py:185 msgid "Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:163 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:164 #: ../raphodo/prefs/preferencedialog.py:186 msgid "Miscellaneous" msgstr "" #: ../raphodo/prefs/preferencedialog.py:221 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:225 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:231 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:233 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:240 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:244 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 #: ../raphodo/prefs/preferencedialog.py:310 msgid "Add..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:252 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 #: ../raphodo/prefs/preferencedialog.py:286 #: ../raphodo/prefs/preferencedialog.py:317 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove" msgstr "" #: ../raphodo/prefs/preferencedialog.py:259 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:278 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:279 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:283 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:290 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:304 msgid "Ignored Paths" msgstr "" #: ../raphodo/prefs/preferencedialog.py:306 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:313 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:320 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:327 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as well. #: ../raphodo/prefs/preferencedialog.py:338 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:345 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:387 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:400 #: ../raphodo/prefs/preferencedialog.py:505 #: ../raphodo/prefs/preferencedialog.py:553 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:408 #: ../raphodo/prefs/preferencedialog.py:575 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:416 msgid "Program Automation" msgstr "Automatizácia programu" #: ../raphodo/prefs/preferencedialog.py:417 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place the #. carriage return where you think it makes sense so that the tool tip does not #. stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:422 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading at program startup" msgstr "SpustiÅ¥ sÅ¥ahovanie pri Å¡tarte programu" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Start downloading upon device insertion" msgstr "SpustiÅ¥ sÅ¥ahovanie po pripojení zariadenia" #: ../raphodo/prefs/preferencedialog.py:430 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program when download completes" msgstr "UkonÄiÅ¥ program po skonÄení sÅ¥ahovania" #: ../raphodo/prefs/preferencedialog.py:433 msgid "Exit program even if download had warnings or errors" msgstr "UkonÄíť program aj ak pri sÅ¥ahovaní doÅ¡lo k chybám" #: ../raphodo/prefs/preferencedialog.py:465 msgid "Thumbnail Generation" msgstr "Generovanie náhľadov" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails" msgstr "GenerovaÅ¥ náhľady" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:470 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:473 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:477 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:480 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:489 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:490 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:530 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:536 msgid "days" msgstr "" #: ../raphodo/prefs/preferencedialog.py:537 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:550 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:559 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:562 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:588 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:598 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:601 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:615 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:629 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Skip download" msgstr "VynechaÅ¥ sÅ¥ahovanie" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:656 msgid "Add unique identifier" msgstr "PridaÅ¥ unikátny identifikátor" #: ../raphodo/prefs/preferencedialog.py:659 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Overwrite" msgstr "PrapísaÅ¥" #: ../raphodo/prefs/preferencedialog.py:668 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Skip" msgstr "PreskoÄiÅ¥" #: ../raphodo/prefs/preferencedialog.py:671 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:678 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:690 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:701 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:722 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:723 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:727 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:730 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:736 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:740 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:743 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:749 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:755 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:760 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:765 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:771 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:776 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:783 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:821 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:824 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:827 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:834 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:837 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:842 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:854 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:855 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:862 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:868 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:874 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:880 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:886 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:906 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:911 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:916 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:921 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:968 msgid "Version Check" msgstr "" #: ../raphodo/prefs/preferencedialog.py:969 msgid "Check for new version at startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:972 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/prefs/preferencedialog.py:976 msgid "Include development releases" msgstr "" #: ../raphodo/prefs/preferencedialog.py:978 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/prefs/preferencedialog.py:996 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:999 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1006 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1008 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1034 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1140 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1423 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1585 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1590 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1605 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1610 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1929 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1931 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1933 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1947 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1949 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1951 msgid "Path:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1965 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1966 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1967 ../raphodo/ui/renamepanel.py:140 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1982 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1987 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1996 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:736 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:740 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" #: ../raphodo/prefs/preferences.py:747 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" #: ../raphodo/ui/primarybutton.py:124 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 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:249 ../raphodo/proximity.py:278 #: ../raphodo/proximity.py:313 ../raphodo/proximity.py:319 #, 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:267 #, 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:288 ../raphodo/proximity.py:294 #: ../raphodo/proximity.py:1123 ../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:303 ../raphodo/proximity.py:307 #: ../raphodo/proximity.py:1130 ../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:328 #, 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:339 #, 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:473 #, 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:1135 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1893 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:1952 #, 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:1956 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:1962 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2101 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:2106 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2109 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2110 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2112 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:2568 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:473 ../raphodo/rapid.py:871 ../raphodo/rapid.py:4657 #: ../raphodo/rapid.py:4880 ../raphodo/rapid.py:4899 ../raphodo/rapid.py:4922 #: ../raphodo/rapid.py:4929 ../raphodo/rapid.py:5606 ../raphodo/rapid.py:6229 #: ../raphodo/rapid.py:7449 ../raphodo/ui/rememberthisdialog.py:112 #: ../raphodo/ui/viewutils.py:743 #: ../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:1156 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:1167 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1176 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:1188 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1367 #, python-format msgid "" "Cannot download from Apple devices

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

      Missing applications: " "%(applications)s

      Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1766 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1769 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1778 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1782 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1786 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1804 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1806 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1824 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1827 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1873 msgid "" "\n" "

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

      \n" "

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

      " msgstr "" #: ../raphodo/rapid.py:1883 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1894 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1897 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1898 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1901 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in the future #: ../raphodo/rapid.py:1906 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:2110 ../raphodo/rapid.py:2914 msgid "Download" msgstr "Stiahnuť" #: ../raphodo/rapid.py:2114 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:2118 msgid "&Preferences" msgstr "&Nastavenia" #: ../raphodo/rapid.py:2122 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:2128 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:2132 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:2137 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:2140 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:2144 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:2147 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:2150 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:2153 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:2158 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:2161 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:2250 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:2258 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:2260 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:2262 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2486 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2505 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2508 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2522 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2600 msgid "All" msgstr "" #: ../raphodo/rapid.py:2601 msgid "New" msgstr "" #: ../raphodo/rapid.py:2603 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2606 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2607 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2610 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2611 msgid "Device" msgstr "Zariadenie" #: ../raphodo/rapid.py:2613 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2629 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:2894 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2910 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2912 msgid "Pause" msgstr "Pozastaviť" #: ../raphodo/rapid.py:3049 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:3150 #, 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:3244 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:3258 #, 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:3346 msgid "" "\n" "Downloading all files

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

      \n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3511 #, 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:3514 #, 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:3517 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3518 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3536 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:3547 ../raphodo/rapid.py:3561 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3549 ../raphodo/rpdfile.py:179 msgid "photos" msgstr "fotografie" #: ../raphodo/rapid.py:3563 ../raphodo/rpdfile.py:174 msgid "videos" msgstr "videá" #: ../raphodo/rapid.py:3573 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:3589 ../raphodo/rapid.py:3605 #, 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:3592 ../raphodo/rpdfile.py:181 ../raphodo/rpdfile.py:850 msgid "photo" msgstr "fotografia" #: ../raphodo/rapid.py:3608 ../raphodo/rpdfile.py:176 ../raphodo/rpdfile.py:912 msgid "video" msgstr "video" #: ../raphodo/rapid.py:3616 msgid "Backup problem" msgstr "Chyba zálohovania" #: ../raphodo/rapid.py:4447 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4527 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s stiahnutých" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4537 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s sa nepodarilo stiahnuÅ¥" #: ../raphodo/rapid.py:4543 ../raphodo/rapid.py:4650 msgid "warnings" msgstr "varovania" #: ../raphodo/rapid.py:4578 msgid "All downloads complete" msgstr "VÅ¡etka sÅ¥ahovania bola dokonÄená" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4588 ../raphodo/rapid.py:4603 ../raphodo/rapid.py:4619 #: ../raphodo/rapid.py:4634 ../raphodo/rapid.py:4649 #, 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:4593 ../raphodo/rapid.py:4624 #, 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:4608 ../raphodo/rapid.py:4639 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s failed to download" #: ../raphodo/rapid.py:4675 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4677 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4682 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4684 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4709 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4716 #, 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:4725 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4727 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4767 msgid "Program preferences are invalid" msgstr "Nastavenia aplikácie sú neplatné" #: ../raphodo/rapid.py:4886 #, 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:4905 #, 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:4925 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4936 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4937 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:5029 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:5032 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:5036 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:5041 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5578 #, 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:5613 #, 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:5775 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5777 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5779 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5781 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5782 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5783 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5867 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:6212 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6216 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:6222 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6226 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6645 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6649 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:6705 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6712 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6726 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6738 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:7035 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:7042 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7048 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7055 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:7061 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:7067 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:7075 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:7083 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:7088 ../raphodo/rapid.py:7095 ../raphodo/rapid.py:7102 #: ../raphodo/rapid.py:7146 ../raphodo/rapid.py:7156 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:7090 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:7097 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7104 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7111 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:7117 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:7122 ../raphodo/rapid.py:7134 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:7125 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:7137 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:7149 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7159 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7167 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:7177 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:7184 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:7191 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:7200 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:7208 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:7215 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7224 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:7232 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:7238 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:7245 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:7255 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:7348 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7359 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:7366 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7437 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7452 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7542 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7547 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7562 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:7637 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:7842 msgid "All settings and caches have been reset." msgstr "VÅ¡etky nastavenia boli uvedené do pôvodného stavu." #: ../raphodo/rapid.py:7850 msgid "Thumbnail Cache has been reset." msgstr "VÅ¡etky nastavenia boli uvedené do pôvodného stavu." #: ../raphodo/rapid.py:7856 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:80 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:87 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:626 msgid "subfolder and filename" msgstr "podprieÄinok a meno súboru" #: ../raphodo/renameandmovefile.py:628 msgid "filename" msgstr "názov súboru" #: ../raphodo/renameandmovefile.py:630 msgid "subfolder" msgstr "podprieÄinok" #: ../raphodo/ui/renamepanel.py:327 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:328 msgid "Downloads today:" msgstr "" #: ../raphodo/ui/renamepanel.py:350 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:351 msgid "Stored number:" msgstr "Skladované Äíslo:" #: ../raphodo/ui/renamepanel.py:363 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:365 msgid "Day start:" msgstr "" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:375 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:379 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:384 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:395 msgid "Strip incompatible characters" msgstr "OdstrániÅ¥ nekompatibilné znaky" #: ../raphodo/ui/renamepanel.py:400 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:404 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:484 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:488 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:492 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "fotografie a videá" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "fotografie a videá" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:273 #, python-format msgid "%(number)s %(filetypes)s" msgstr "" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:302 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:304 msgid "1 Video" msgstr "" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:314 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:316 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:830 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:851 msgid "Photo" msgstr "Fotografia" #: ../raphodo/rpdfile.py:913 msgid "Video" msgstr "Video" #: ../raphodo/storage/storage.py:251 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:589 msgid "Pictures" msgstr "" #: ../raphodo/sudocommand.py:93 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:100 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:140 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:583 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:593 #, 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:605 ../raphodo/thumbnaildisplay.py:668 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:623 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:628 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:635 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:682 #, python-format msgid "

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

      Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2257 msgid "Copy Path" msgstr "" #: ../raphodo/thumbnaildisplay.py:2263 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2268 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:215 msgid "B" msgstr "" #: ../raphodo/utilities.py:216 msgid "KB" msgstr "" #: ../raphodo/utilities.py:217 msgid "MB" msgstr "" #: ../raphodo/utilities.py:218 msgid "GB" msgstr "" #: ../raphodo/utilities.py:219 msgid "TB" msgstr "" #: ../raphodo/utilities.py:220 msgid "PB" msgstr "" #: ../raphodo/utilities.py:221 msgid "EB" msgstr "" #: ../raphodo/utilities.py:222 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:223 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:486 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:570 msgid "one" msgstr "" #: ../raphodo/utilities.py:571 msgid "two" msgstr "" #: ../raphodo/utilities.py:572 msgid "three" msgstr "" #: ../raphodo/utilities.py:573 msgid "four" msgstr "" #: ../raphodo/utilities.py:574 msgid "five" msgstr "" #: ../raphodo/utilities.py:575 msgid "six" msgstr "" #: ../raphodo/utilities.py:576 msgid "seven" msgstr "" #: ../raphodo/utilities.py:577 msgid "eight" msgstr "" #: ../raphodo/utilities.py:578 msgid "nine" msgstr "" #: ../raphodo/utilities.py:579 msgid "ten" msgstr "" #: ../raphodo/utilities.py:580 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:581 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:582 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:583 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:584 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:585 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:586 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:587 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:588 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:589 msgid "twenty" msgstr "" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&OK" msgstr "" #: ../raphodo/ui/viewutils.py:680 ../raphodo/ui/viewutils.py:700 msgid "&Save" msgstr "" #: ../raphodo/ui/viewutils.py:681 msgid "&Help" msgstr "" #: ../raphodo/ui/viewutils.py:682 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:683 ../raphodo/ui/viewutils.py:701 msgid "&Yes" msgstr "" #: ../raphodo/ui/viewutils.py:684 ../raphodo/ui/viewutils.py:702 msgid "&No" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:105 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:109 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:115 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:309 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:314 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:321 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:390 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:403 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:558 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:562 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:566 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:570 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:594 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:596 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:598 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:638 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:652 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1459 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1463 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1606 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1612 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "" #~ msgid "MB/s" #~ msgstr "MB/s" #~ msgid " " #~ msgstr " " #~ msgid "Berlin" #~ msgstr "Berlín" #~ msgid "Paris" #~ msgstr "Paríž" #~ msgid "New York" #~ msgstr "New York" #~ msgid "Prague" #~ msgstr "Praha" #~ msgid "Rome" #~ msgstr "Rím" #~ msgid "Sydney" #~ msgstr "Sydney" #~ msgid "Madrid" #~ msgstr "Madrid" #~ msgid "Backing up error" #~ msgstr "Chyba zálohovanie" #~ msgid "Size" #~ msgstr "VeľkosÅ¥" #~ msgid "Download Progress" #~ msgstr "Priebeh sÅ¥ahovania" #~ msgid "and" #~ msgstr "a" #~ msgid "Moscow" #~ msgstr "Moskva" #~ msgid "Budapest" #~ msgstr "Budapešť" #~ msgid "Jakarta" #~ msgstr "Jakarta" #~ msgid "Warsaw" #~ msgstr "VarÅ¡ava" #~ msgid "Manila" #~ msgstr "Manila" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Helsinki" #~ msgstr "Helsinki" #~ msgid "Kampala" #~ msgstr "Kampala" #~ msgid "Tehran" #~ msgstr "Teherán" #, python-format #~ msgid "Example: %s" #~ msgstr "Príklad: %s" #~ msgid "Job Code:" #~ msgstr "Pracovný kód:" #~ msgid "Delhi" #~ msgstr "Dillí" #~ msgid "externaldrive1" #~ msgstr "externýdisk1" #~ msgid "externaldrive2" #~ msgstr "externýdisk2" #~ msgid "Download cannot proceed" #~ msgstr "SÅ¥ahovanie nemôže pokraÄovaÅ¥" #~ msgid "_Translate this Application..." #~ msgstr "_PÅ™eložit túto aplikáciu ..." #~ msgid "_View" #~ msgstr "_ZobraziÅ¥" #~ msgid "_Get Help Online..." #~ msgstr "_Nápoveda online..." #~ msgid "_Error Log" #~ msgstr "_Záznam chyb" #~ msgid "_Make a Donation..." #~ msgstr "_Dejte príspevok ..." #~ msgid "_Help" #~ msgstr "_Nápoveda" #~ msgid "Stockholm" #~ msgstr "Å tokholm" #~ msgid "_Clear Completed Downloads" #~ msgstr "_VyÄistit kompletné sÅ¥ahovanie" #~ msgid "Select a folder to download photos to" #~ msgstr "Vyberte zložku do ktorej majú byÅ¥ obrázky stiahnuté" #~ msgid "_Report a Problem..." #~ msgstr "_OhlásiÅ¥ problém" #~ msgid " hh:mm" #~ msgstr " hh:mm" #~ msgid "Backup" #~ msgstr "Záloha" #~ msgid ":" #~ msgstr ":" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "Kompatibilita s inými operaÄnými systémami" #~ msgid "Program Automation" #~ msgstr "Automatizácia programu" #~ msgid "Download Folder" #~ msgstr "Zložka sÅ¥ahovanie" #~ msgid "Example" #~ msgstr "Príklad" #~ msgid "Download Subfolders" #~ msgstr "Podzložky sÅ¥ahovanie" #~ msgid "Job Codes" #~ msgstr "Pracovné kódy" #~ msgid "Sequence Numbers" #~ msgstr "SekvenÄná Äísla" #~ msgid "Original:" #~ msgstr "Originálný:" #~ msgid "Example:" #~ msgstr "Príklad:" #~ msgid "New:" #~ msgstr "Nový:" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/media/externaldrive/Photos" #~ msgid "Error Handling" #~ msgstr "Obsluha chýb" #~ msgid "Backup\t" #~ msgstr "Záloha\t" #~ msgid "Backup" #~ msgstr "Záloha" #~ msgid "Job Codes" #~ msgstr "Pracovné kódy" #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "Automatická detekcia vreckových pamäťových zariadení" #~ msgid "Rename Options" #~ msgstr "Možnosti premenovanie" #, python-format #~ msgid "and %s" #~ msgstr "a %s" #~ msgid "Name + extension" #~ msgstr "Názov + koncovka" #~ msgid "_Add..." #~ msgstr "_PridaÅ¥..." #~ msgid "R_emove All" #~ msgstr "O_dstrániÅ¥ vÅ¡etko" #~ msgid "Rename Options" #~ msgstr "Nastavenie premenovanie" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "Nastavenie: Rapid Photo Downloader" #~ msgid "Error Log" #~ msgstr "Správa o chybách" #~ msgid "Download folder:" #~ msgstr "Adresár pre stahované súbory:" #~ msgid "Download / Pause" #~ msgstr "Stiahnutie / Pauza" #~ msgid "Device Detected" #~ msgstr "Zariadenie detekované" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Zdroj: %(source)s\n" #~ "Destinácia: %(destination)s" #~ msgid "_Remember this choice" #~ msgstr "_ZapamatovaÅ¥ si túto voľbu" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Zdroj: %(source)s" #~ msgid "Enter a Job Code" #~ msgstr "Vložte pracovný kód" #~ msgid "Select a folder to download videos to" #~ msgstr "Vyberte prieÄinok pre stiahnuté videá" #~ msgid "Photo has already been downloaded" #~ msgstr "Fotografie už boli stiahnuté" #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "Fotografie detekované s rovnakým názvom, ale urobené v rozliÄný Äas" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Zostáva približné %i sekúnd" #~ msgid "About 1 second remaining" #~ msgstr "Zostáva približne 1 sekunda" #~ msgid "About 1 minute remaining" #~ msgstr "Ostáva približne 1 minúta." #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Ostáva približne %(minutes)i:%(seconds)02i minút." #~ msgid "Photos:" #~ msgstr "Fotky:" #~ msgid "Videos:" #~ msgstr "Videá:" #~ msgid "Copy" #~ msgstr "KopírovaÅ¥" #~ msgid "Move" #~ msgstr "Presunúť" #~ msgid "Free space:" #~ msgstr "Voľné miesto:" #~ msgid "To" #~ msgstr "Do" #~ msgid "the root of the file system" #~ msgstr "koreň súborového systému" #~ msgid "scanning..." #~ msgstr "prehľadávanie..." #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "Prebieha sÅ¥ahovanie z %(location)s." #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s nebolo možné odpojiÅ¥" #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "Na niektorých systémoch môže prehľadávanie tejto lokality trvaÅ¥ veľmi dlho. " #~ "SkutoÄne z nej chcete sÅ¥ahovaÅ¥?" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s z %(total)s %(filetypes)s (%(remaining)s ostáva)" #, python-format #~ msgid "No backup device contains a valid folder for backing up %(filetype)s" #~ msgstr "" #~ "Žiadne zariadenie urÄené na zálohovanie neobsahuje platný adresár pre " #~ "zálohovanie súborov typu %(filetype)s" #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #~ msgid "From" #~ msgstr "Z" #~ msgid "Auto Detect" #~ msgstr "DetegovaÅ¥ automaticky" #~ msgid "; " #~ msgstr "; " #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s z %(total)s %(filetypes)s" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Vyberte zložku, ktorá obsahuje %(file_types)s" #, python-format #~ msgid "Folder: %s" #~ msgstr "Adresár: %s" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "Adresár %(file_type)s je neplatný" #~ msgid "." #~ msgstr "." #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "Adresár %(file_type)s neexistuje" #, python-format #~ msgid "%(free)s free" #~ msgstr "%(free)s voľné" #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "Fokty sa zálohujú do %(path)s a videá do %(path2)s" #, python-format #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "ZálohovaÅ¥ fotky a videá do %(path)s" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "Zálohuje sa do %(path)s" #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "Do adresára %(file_type)s nie je možný zápis" #~ msgid "" #~ "Error: specify device auto-detection or manually specify a device's path " #~ "from which to download, but do not do both." #~ msgstr "" #~ "Chyba: vyberte autodetekciu zariadenia alebo ruÄne nastavne cestu pre " #~ "sÅ¥ahovanie, nie oboje." #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "vypísaÅ¥ prípony súborov, ktoré program pozná a skonÄiÅ¥" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "uviesÅ¥ nastavenia programu do pôvodného stavu a skonÄiÅ¥" #~ msgid "only output errors to the command line" #~ msgstr "len výstup do konzoly" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "zobraziÅ¥ informácie o behu programu v konzole (default: %default)" #~ msgid "" #~ "manually specify the PATH of the device from which to download, overwriting " #~ "existing program preferences" #~ msgstr "" #~ "ruÄne vybraÅ¥ cestu k zariadeniu pre sÅ¥ahovanie, prepíše existujúce " #~ "nastavenie programu" #~ msgid "" #~ "automatically detect devices from which to download, overwriting existing " #~ "program preferences" #~ msgstr "" #~ "automaticky detegovaÅ¥ zariadenia pre stiahnutie, prepíše existujúce " #~ "nastavenie programu" #~ msgid "display debugging information when run from the command line" #~ msgstr "" #~ "ZobraziÅ¥ informácie pre ladenie pri spustení programu z príkazového riadku" #~ msgid "All settings and preferences have been reset" #~ msgstr "VÅ¡etky nastavenia boli uvedené do pôvodného stavu" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "Majú byÅ¥ z tohoto zariadenia stiahnuté fotografie alebo videá?" #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Súbor: %(file)s" #, python-format #~ msgid "Backup %(file_type)s overwritten" #~ msgstr "Záloha %(file_type)s prepísaná" #, python-format #~ msgid "%(file_type)s not backed up" #~ msgstr "Záloha %(file_type)s neprebehla" #, python-format #~ msgid "Backup of %(file_type)s already exists" #~ msgstr "Záloha %(file_type)s už existuje" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "Cieľový adresár nebolo možné vytvoriÅ¥: %(directory)s\n" #~ msgid "An unknown error occurred" #~ msgstr "Nastala neznáma chyba" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Chyba: %(inst)s" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/po/sq.po0000644000175000017500000063075000000000000016563 0ustar00damondamon# Albanian translation for rapid # Copyright (c) 2020 Rosetta Contributors and Canonical Ltd 2020 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2020. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2022-03-02 13:05+0000\n" "PO-Revision-Date: 2022-02-28 09:52+0000\n" "Last-Translator: Algent Albrahimi \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2022-03-05 16:16+0000\n" "X-Generator: Launchpad (build 61f4697954ab70d633d14d8ceecff69a20b08a6b)\n" "Language: sq\n" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "" "Për të vazhduar, ju lutemi instaloni së pari paketën setuptools të python3 " "duke përdorur menaxherin e paketave të sistemit tuaj." #: ../install.py:84 msgid "Rapid Photo Downloader installer" msgstr "Instaluesi i Shkarkuesit të Shpejtë të Fotove" #: ../install.py:85 msgid "Download and install latest version of Rapid Photo Downloader." msgstr "" "Shkarkoni dhe instaloni versionin më të fundit të Shkarkuesit të Shpejtë të " "Fotove." #: ../install.py:406 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 "" "Depoja e programit RPM Fusion Free u shtua në sistemin tuaj për të (1) " "mundësuar krijimin e miniaturave për një gamë më të gjerë të formateve të " "videos, dhe (2) mundësimin e mbështetjes për formatin e imazhit HEIC / HEIF." #: ../install.py:642 ../install.py:4330 msgid "Installer not found:" msgstr "Instaluesi nuk u gjet:" #. Translators: do not translate the term tar.gz #: ../install.py:646 ../install.py:4334 msgid "Installer not in tar.gz format:" msgstr "Instalues jo në formatin tar.gz:" #: ../install.py:728 ../install.py:757 ../install.py:4210 ../install.py:4215 msgid "Exiting..." msgstr "Duke dalë..." #: ../install.py:979 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" "Versioni i specifikuar PyQt5 nuk ekziston. Versione të vlefshme janë: {}." #: ../install.py:1065 msgid "{} will be upgraded from version {} to version {}" msgstr "{} do të përditësohet nga versioni {} në versionin {}" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:1357 ../install.py:4290 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" "Këto paketa Python3 do të përditësohen për përdoruesin tuaj (d.m.th. jo në " "të gjithë sistemin): {}" #: ../install.py:1467 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" "Pronësi e pasaktë e dosjes u zbulua. Ndryshimi i pronësisë dhe rivendosja e " "lejeve për {file_system_path}." #: ../install.py:1610 msgid "The following command will be run:" msgstr "Do të ekzekutohet komanda e mëposhtme:" #. Translators: do not translate the term sudo #: ../install.py:1614 ../install.py:3834 ../install.py:3841 msgid "sudo may prompt you for the sudo password." msgstr "sudo mund t'ju kërkojë fjalëkalimin e sudo." #: ../install.py:1618 msgid "Would you like to run the command now?" msgstr "Dëshironi të ekzekutoni komandën tani?" #: ../install.py:1620 msgid "Answer is not yes, exiting." msgstr "Përgjigja nuk është po, duke dalë." #: ../install.py:1631 ../install.py:2259 ../install.py:2318 ../install.py:2793 msgid "Command failed" msgstr "Komanda dështoi" #: ../install.py:1633 ../install.py:2260 ../install.py:2319 ../install.py:2794 msgid "Exiting" msgstr "Duke dalë" #: ../install.py:1661 msgid "The Universe repository must be enabled." msgstr "Depoja Universe duhet të aktivizohet." #. Translators: do not translate the term EPEL #: ../install.py:1701 msgid "The EPEL repository must be enabled." msgstr "Depoja EPEL duhet të aktivizohet." #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1749 msgid "The RPM Fusion Free repository must be enabled." msgstr "Depoja RPM Fusion Free duhet të aktivizohet." #: ../install.py:1790 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "" "Dëshiron të çinstalosh versionin e mëparshëm të Shkarkuestit të Shpejtë të " "Fotove?" #: ../install.py:2237 ../install.py:2267 ../install.py:2299 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" "Duke kërkuar sistemin e paketave për të parë nëse është instaluar një " "version i vjetër i Shkarkuresit të Shpejtë të Fotove (kjo mund të zgjasë " "pak)..." #: ../install.py:2252 msgid "Uninstalling system package" msgstr "Duke çinstaluar paketën e sistemit" #: ../install.py:2277 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" "Pamundësi për të kërkuar paketën e sistemit. Ju lutemi kontrolloni lidhjen " "tuaj të Internetit dhe provoni përsëri." #. Translators: do not translate the term pip #: ../install.py:2324 msgid "Checking if previous version installed with pip..." msgstr "" "Duke kontrolluar nëse versioni i mëparshëm është instaluar me anë të pip ..." #: ../install.py:2477 ../install.py:2534 ../install.py:2650 msgid "The following package is unknown on your system: {}\n" msgstr "Paketa e mëposhtme është e panjohur në sistemin tuaj: {}\n" #: ../install.py:2548 ../install.py:2706 ../install.py:2803 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" "Për të vazhduar, disa paketa të kërkuara për të ekzekutuar aplikacionin do " "të instalohen." #: ../install.py:2642 ../install.py:2663 msgid "Querying installed and available packages (this may take a while)" msgstr "" "Duke kërkuar paketat e instaluara dhe të disponueshme (kjo mund të zgjasë " "pak)" #: ../install.py:2785 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" "Duke kërkuar zypper për të parë nëse ndonjë prej paketave të kërkuara janë " "instaluar tashmë (kjo mund të zgjasë pak)... " #: ../install.py:2852 msgid "Query to confirm action at each step." msgstr "Kërkoni për të konfirmuar veprimin në çdo hap." #: ../install.py:2862 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" "Kur shkarkoni versionin e fundit, instaloni versionin e zhvillimit nëse " "është më i ri se versioni i qëndrueshëm." #: ../install.py:2873 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" "Arkiv instalues opsional në tar.gz për Shkarkuesin e Shpejtë të Fotove. Nëse " "nuk specifikohet, versioni i fundit shkarkohet nga interneti." #: ../install.py:2923 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 "" "Mos e ekzekutoni instaluesin në arkivin e instaluesit tar.gz të Shkarkuesit " "të Shpejtë të Fotove nëse është më i ri se ky version ({}). Parazgjedhja " "është të ekzekutohet cilado instalues është më i ri." #: ../install.py:2931 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" "Çinstaloni Shkarkuesin e Shpejtë të Fotove që ishte instaluar me pip, duke " "mbajtur varësitë e tij." #: ../install.py:2937 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" "Çinstaloni varësitë e instaluara nga pip gjatë instalimit të Shkarkuesit të " "Shpejtë të Fotove dhe vetë Shkarkuesin e Shpejtë të Fotove, pastaj dilni." #: ../install.py:2942 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" "Shënim: kjo nuk do të çinstalojë asnjë version të Shkarkuesit të Shpejtë të " "Fotove të instaluar nga menaxheri i paketave të sistemit tuaj Linux." #: ../install.py:2950 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "Varësitë do të hiqen vetëm nëse nuk kërkohen nga programet e tjera." #: ../install.py:2958 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 "" "Shënim: ky opsion do të heqë varësitë pavarësisht nëse ato kërkohen nga një " "program tjetër që është instaluar nga pip. Përditësoni pip në 9.0 ose më " "lart nëse doni të shmangni këtë sjellje. Ju mund ta bëni këtë duke përdorur " "komandën 'python3 -m pip install pip -U --user'. Gjithashtu vini re se çdo " "version i Shkarkuesit të Shpejtë të Fotove i instaluar nga menaxheri i " "paketave të sistemit tuaj Linux nuk do të çinstalohet." #: ../install.py:2982 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" "Instaloni në mjedisin aktual virtual Python. Ambientet virtuale të krijuara " "me opsionin --system-site-packages nuk mbështeten." #: ../install.py:3000 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" "Version specifik i PyQt5 për tu instaluar (I parazgjedhur është versioni më " "i fundit {})." #: ../install.py:3011 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" "Në vend që të përdorni PyQt5 nga PyPi, përdorni versionin nga sistemi juaj " "Linux. Çinstalon çdo version PyPi të instaluar tashmë." #: ../install.py:3048 msgid "Failed to download versions file." msgstr "Shkarkimi i skedarit të versioneve dështoi." #: ../install.py:3053 msgid "Got error code {} while accessing versions file" msgstr "Mori kodin e gabimit {} gjatë qasjes në skedarin e versioneve" #: ../install.py:3170 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 "" "Na vjen keq, nuk mund ta lokalizoj instaluesin. Ju lutemi kontrolloni " "lidhjen tuaj të Internetit dhe verifikoni nëse mund të arrini në " "https://www.damonlynch.net\n" "\n" "Duke dalë.\n" #: ../install.py:3324 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" "Paketa {} dështoi të instalohej, por instalimi i Shkarkuesit të Shpejtë të " "Fotove do të vazhdojë." #: ../install.py:3330 msgid "Received error code" msgstr "U mor kod gabimi" #: ../install.py:3332 msgid "Failed to install application requirements: exiting." msgstr "Dështoi instalimi i kërkesave të aplikacionit: duke dalë." #: ../install.py:3334 msgid "Failed to install application: exiting..." msgstr "Dështoi instalimi i aplikacionit: duke dalë." #: ../install.py:3658 msgid "Installing application requirements..." msgstr "Duke instaluar kërkesat e aplikacionit..." #: ../install.py:3693 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" "Mbështetja e sistemit për gjenerimin e fotografive HEIF / HEIC nuk është në " "dispozicion" #: ../install.py:3710 msgid "Installing application..." msgstr "Duke instaluar aplikacionin..." #: ../install.py:3797 msgid "Do you want Rapid Photo Downloader to appear in the Windows menu?" msgstr "" "Dëshironi që Shkarkuesi i Shpejtë i Fotove të shfaqet në menunë e Windows?" #: ../install.py:3803 msgid "Adding Rapid Photo Downloader to the Windows menu" msgstr "Duke shtuar Shkarkuesin e Shpejtë të Fotove në menynë e Windows" #: ../install.py:3813 msgid "Failed to copy application launcher." msgstr "Kopjimi i lëshuesit të aplikacionit dështoi." #: ../install.py:3824 msgid "Man pages can be found in {}/share/man/man1" msgstr "Faqet e manualit mund të gjenden në {}/share/man/man1" #: ../install.py:3829 msgid "Do you want to install the application's man pages?" msgstr "Dëshironi të instaloni faqet e manualit të aplikacionit?" #: ../install.py:3830 msgid "They will be installed into {}" msgstr "Ato do të instalohen në {}" #: ../install.py:3832 ../install.py:3839 msgid "If you uninstall the application, remove these manpages yourself." msgstr "Nëse çinstaloni aplikacionin, hiqni vetë këto manuale." #: ../install.py:3835 msgid "Do want to install the man pages?" msgstr "Dëshironi të instaloni faqet e manualit?" #: ../install.py:3837 msgid "Installing man pages into {}" msgstr "Duke instaluar faqet e manualit në {}" #: ../install.py:3855 msgid "Failed to create man page directory: exiting." msgstr "Dështoi në krijimin e drejtorisë të faqeve të manualit: duke dalë." #: ../install.py:3876 msgid "Failed to copy man page." msgstr "Kopjimi i faqeve man dështoi." #: ../install.py:3915 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" "Shkarkuesi i Shpejtë i Fotove mund të fillohet pa aktivizuar mjedisin " "virtual duke ekzekutuar {}/ bin/rapid-photo-downloader" #: ../install.py:3928 msgid "" "You may have to restart the computer to be able to run the program from the " "command line or application launcher." msgstr "" "Ju mund të duhet të rindizni kompjuterin për të qenë në gjendje të " "ekzekutoni programin nga rreshti i komandës ose lëshuesi i aplikacionit." #: ../install.py:3934 msgid "" "You may have to restart WSL to be able to run the program from the command " "line." msgstr "" "Ju mund të duhet të rinisni WSL për të qenë në gjendje të ekzekutoni " "programin nga linja e komandës." #: ../install.py:3944 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line." msgstr "" "Duhet të shtoni {path} në variablin $PATH të kompjuterit tuaj për të " "ekzekutuar programin nga linja e komandës." #: ../install.py:3949 #, 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 "" "Ju duhet të shtoni {path} në variablin $PATH të kompjuterit tuaj për të " "ekzekutuar programin nga rreshti i komandave ose lëshuesi i aplikacionit." #: ../install.py:3971 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" "(Nëse gjatë daljes ndodh një defekt i segmentimit, mund ta injoroni atë ...)" #: ../install.py:3973 msgid "Done." msgstr "U krye." #: ../install.py:3987 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 "" "Mjeti instalues pip i python3 kërkohet për të çinstaluar një version të " "Shkarkuresit të Shpejtë të Fotove që ishte instaluar me pip. \n" "Nuk mund të vazhdojë. Duke dalë." #: ../install.py:4043 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" "Mos e ekzekutoni këtë skript të instaluesit si përdorues sudo / root.\n" "Ekzekutojeni atë duke përdorur përdoruesin që do të ekzekutojë programin.\n" #. Translators: do not translate the terms --PyQt5-version or --use-system-PyQt5 #: ../install.py:4055 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "Specifikoni vetëm një nga --PyQt5-version ose --use-system-PyQt5." #: ../install.py:4067 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" "Na vjen keq, specifikimi i një versioni specifik të PyQt5 kërkon Python 3.5 " "ose më të ri në një platformë Intel ose AMD 64 bit." #. Translators: do not translate the term PyQt5 #: ../install.py:4081 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "Ju lutem specifikoni një version PyQt5 në formatin X.X ose X.X.X" #: ../install.py:4097 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" "Dëshironi të instaloni Shkarkuesin e Shpejtë të Fotove në mjedisin aktual " "virtual?" #: ../install.py:4111 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 "" "Na vjen keq, instalimi i Shkarkuesit të Shpejtë të Fotove në një mjedis " "virtual Python kërkon Python 3.5 ose më të ri në një platformë Intel ose AMD " "64 bit." #: ../install.py:4124 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" "Për të instaluar Shkarkuesin e Shpejtë të Fotove në një mjedis virtual " "Python, krijoni dhe aktivizoni mjedisin virtual para se të filloni këtë " "skript." #: ../install.py:4134 msgid "Using virtual environment for installation using pip." msgstr "Përdorimi i mjedisit virtual për instalim duke përdorur pip." #: ../install.py:4139 ../install.py:4153 msgid "Do not include any other command line arguments when specifying" msgstr "Mos përfshini asnjë argument tjetër të komandës kur specifikoni" #: ../install.py:4172 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" "Na vjen keq, ky instalues nuk mbështet një instalim të personalizuar të " "python.\n" "Duke dalë..." #: ../install.py:4180 msgid "Restarting script using system python..." msgstr "Po rinis skriptin duke përdorur python të sistemit..." #: ../install.py:4193 msgid "Detected Linux distribution {} {}" msgstr "Zbulohet sistemi Linux {} {}" #: ../install.py:4231 msgid "To continue, the package python3-apt must be installed." msgstr "Për të vazhduar, duhet të instalohet paketa python3-apt." #: ../install.py:4263 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" "Instaloni paketat e mëposhtme duke përdorur menaxherin standard të paketave " "të sistemit tuaj Linux, dhe më pas rishfaqni këtë instalues:" #: ../install.py:4275 msgid "" "To run this program, programs to assist Python 3 and its package management " "must be installed." msgstr "" "Për të ekzekutuar këtë program, duhet të instalohen programe për të ndihmuar " "Python 3 dhe menaxherin e tij të paketave." #. Translators: do not translate the term python or requests #: ../install.py:4324 msgid "Installing python requests" msgstr "Duke instaluar python requests" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "Përditësoni Shkarkuesin e Shpejtë të Fotove" #: ../upgrade.py:647 ../raphodo/ui/viewutils.py:679 #: ../raphodo/ui/viewutils.py:699 msgid "&Cancel" msgstr "&Anullo" #: ../upgrade.py:651 msgid "&Upgrade" msgstr "&Përditëso" #: ../upgrade.py:656 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "Klikoni në butonin Përditëso për të përditësuar në versionin %s." #: ../upgrade.py:659 msgid "Click the Upgrade button to start the upgrade." msgstr "Klikoni në butonin Përditëso për të filluar përditësimin." #: ../upgrade.py:662 ../upgrade.py:668 ../raphodo/ui/viewutils.py:678 #: ../raphodo/ui/viewutils.py:698 msgid "&Close" msgstr "&Mbyll" #: ../upgrade.py:663 msgid "&Run" msgstr "&Ekzekuto" #: ../upgrade.py:693 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" "Mbyllni Shkarkuesin e Shpejtë të Fotove përpara se të ekzekutoni këtë " "përditësim." #: ../upgrade.py:696 msgid "Upgrade running..." msgstr "Përditësimi në ekzekutim..." #: ../upgrade.py:732 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" "U përditëua me sukses në %s. Klikoni Mbyll për të dalë, ose Ekzekuto për të " "nisur programin." #: ../upgrade.py:737 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" "Përditësimi përfundoi me sukses. Klikoni Mbyll për të dalë, ose Ekzekuto për " "të nisur programin." #: ../upgrade.py:741 msgid "Upgrade failed. Click Close to exit." msgstr "Përditësimi dështoi. Klikoni Mbyll për të dalë." #: ../upgrade.py:11330 #, python-format msgid "Upgrading %s..." msgstr "Duke përditësuar %s..." #: ../upgrade.py:11332 msgid "Press any key to continue..." msgstr "Shtyp ndonjë buton për të vazhduar..." #: ../upgrade.py:11345 msgid "Rapid Photo Downloader upgrade failed" msgstr "Përditësimi i Shkarkuesit të Shpejtë të Fotove dështoi" #: ../upgrade.py:11347 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" "Paketa python %s nuk mund të përditësohej. Përditësimi nuk mund të vazhdojë." #: ../raphodo/ui/aboutdialog.py:334 msgid "Credits" msgstr "Falenderime" #: ../raphodo/ui/aboutdialog.py:339 msgid "Translators" msgstr "Përkthyesit" #: ../raphodo/ui/backuppanel.py:280 msgid "Backups are not configured" msgstr "Rezervimet nuk janë konfiguruar" #: ../raphodo/ui/backuppanel.py:282 msgid "No backup devices detected" msgstr "Nuk u zbuluan pajisje për rezervat" #: ../raphodo/ui/backuppanel.py:285 msgid "Valid backup locations not yet specified" msgstr "Vendndodhjet e vlefshme të rezervimit nuk janë specifikuar ende" #: ../raphodo/ui/backuppanel.py:465 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Fotot dhe videot tuaja mund të rezervohen në shumë vendndodhje ndërsa " "shkarkohen, p.sh. disqet e jashtme." #: ../raphodo/ui/backuppanel.py:473 msgid "Back up photos and videos when downloading" msgstr "Rezervoni fotot dhe videot kur shkarkoni" #: ../raphodo/ui/backuppanel.py:479 msgid "Automatically detect backup devices" msgstr "Zbuloni automatikisht pajisjet e rezervimit" #: ../raphodo/ui/backuppanel.py:485 msgid "" "Specify the folder in which backups are stored on the " "device.

      Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" "Specifikoni dosjen në të cilën ruhen kopjet rezervë në pajisje.

      " "Shënim: prania e një dosje me këtë emër përdoret për të përcaktuar nëse " "pajisja përdoret për rezervime. Për secilën pajisje që dëshironi të përdorni " "për të krijuar kopje rezervë, krijoni një dosje në të me një nga këto emra " "të dosjeve. Duke shtuar të dy dosjet, e njëjta pajisje mund të përdoret për " "të rezervuar si fotografi ashtu edhe video." #: ../raphodo/ui/backuppanel.py:500 msgid "Photo folder name:" msgstr "Emri i dosjes të fotove:" #: ../raphodo/ui/backuppanel.py:505 msgid "Video folder name:" msgstr "Emri i dosjes të videove:" #: ../raphodo/ui/backuppanel.py:510 ../raphodo/ui/nameeditor.py:1000 #: ../raphodo/ui/renamepanel.py:141 msgid "Example:" msgstr "Shembull:" #: ../raphodo/ui/backuppanel.py:521 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" "Nëse çaktivizoni zbulimin automatik, zgjidhni saktë vendet e rezervimit." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:532 msgid "Photo backup location:" msgstr "Vendndodhja e rezervimit të fotove:" #: ../raphodo/ui/backuppanel.py:542 msgid "Select Photo Backup Location" msgstr "Zgjidhni Vendndodhjen e Rezervimit të Fotove" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:554 msgid "Video backup location:" msgstr "Vendndodhja e rezervimit të videos:" #: ../raphodo/ui/backuppanel.py:560 msgid "Select Video Backup Location" msgstr "Zgjidhni Vendndodhjen e Rezervimit të Videove" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:676 msgid "drive1" msgstr "pajisja1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:679 msgid "drive2" msgstr "pajisja2" #: ../raphodo/ui/backuppanel.py:746 msgid "Projected Backup Storage Use" msgstr "Përdorimi i parashikuar i hapësirës ruajtëse të Rezervave" #: ../raphodo/ui/backuppanel.py:751 msgid "Backup Options" msgstr "Opsionet e Rezervimit" #: ../raphodo/copyfiles.py:610 msgid "video THM" msgstr "video THM" #: ../raphodo/copyfiles.py:620 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:104 ../raphodo/ui/devicedisplay.py:1408 #: ../raphodo/rpdfile.py:310 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s Fotove" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:112 ../raphodo/ui/devicedisplay.py:1414 #: ../raphodo/rpdfile.py:298 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s Videove" #: ../raphodo/ui/destinationdisplay.py:123 msgid "Used" msgstr "Përdorur" #: ../raphodo/ui/destinationdisplay.py:124 msgid "Excess" msgstr "Tejkalim" #: ../raphodo/ui/destinationdisplay.py:133 ../raphodo/ui/devicedisplay.py:1440 msgid "Device size unknown" msgstr "Madhësia e pajisjes nuk dihet" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:146 #, python-format msgid "No space free on %(size_total)s device" msgstr "Nuk ka hapësirë të lirë në pajisjen %(size_total)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:156 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s e lirë nga %(size_total)s" #: ../raphodo/ui/destinationdisplay.py:230 ../raphodo/ui/destinationpanel.py:74 #: ../raphodo/ui/devicedisplay.py:625 ../raphodo/rapid.py:2641 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:960 msgid "Photos" msgstr "Fotot" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:231 ../raphodo/ui/destinationpanel.py:78 #: ../raphodo/ui/devicedisplay.py:626 ../raphodo/rapid.py:2642 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:988 #: ../raphodo/storage/storage.py:602 msgid "Videos" msgstr "Videot" #: ../raphodo/ui/destinationdisplay.py:232 msgid "Projected storage use after download" msgstr "Parashikimi i përdorimit të hapësirës pas shkarkimit" #. Translators: Custom refers to the user choosing a non-default value that #. they customize themselves #: ../raphodo/ui/destinationdisplay.py:355 ../raphodo/ui/nameeditor.py:587 msgid "Custom..." msgstr "I Vetëzgjedhur..." #: ../raphodo/ui/destinationdisplay.py:774 msgid "Configure photo subfolder creation" msgstr "Konfiguroni krijimin e nën-dosjes së fotove" #: ../raphodo/ui/destinationdisplay.py:776 msgid "Configure video subfolder creation" msgstr "Konfiguroni krijimin e nën-dosjes së videove" #: ../raphodo/ui/destinationpanel.py:90 msgid "Projected Storage Use" msgstr "Përdorimi i parashikuar i hapësirës ruajtëse" #: ../raphodo/ui/destinationpanel.py:113 ../raphodo/ui/destinationpanel.py:125 msgid "Select a destination folder" msgstr "Zgjidhni një dosje destinacioni" #: ../raphodo/ui/devicedisplay.py:1294 msgid "Probing device..." msgstr "Duke hetuar pajisjen..." #: ../raphodo/ui/devicedisplay.py:1309 msgid "Temporarily ignore this device" msgstr "Injorojeni përkohësisht këtë pajisje" #: ../raphodo/ui/devicedisplay.py:1313 msgid "Permanently ignore this device" msgstr "Injorojeni përgjithmonë këtë pajisje" #: ../raphodo/ui/devicedisplay.py:1316 msgid "Rescan" msgstr "Skano përsëri" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1437 #, python-format msgid "%s full" msgstr "%s plot" #: ../raphodo/ui/devicedisplay.py:1457 msgid "Other" msgstr "Tjetër" #: ../raphodo/devices.py:603 ../raphodo/devices.py:604 msgid "Cameras" msgstr "Kamerat" #: ../raphodo/devices.py:605 ../raphodo/devices.py:1256 #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 ../raphodo/rapid.py:2490 msgid "Devices" msgstr "Pajisjet" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1006 #, python-format msgid "Downloading from %(device_names)s" msgstr "Duke shkarkuar nga %(device_names)s" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1073 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1229 ../raphodo/rapid.py:2213 msgid "Select Source" msgstr "Zgjidh Burimin" #. Translators: this text shows the devices being downloaded from, and #. is shown at the top of the window. The plus sign is used instead of #. 'and' to leave as much room as possible for the device names. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: this text shows the devices being downloaded #. from, and is shown at the top of the window. The plus sign is #. used instead of 'and' to leave as much room as possible for #. the device names. #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1280 ../raphodo/devices.py:1300 #, 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:1318 #, python-format msgid "%(no_cameras)s Cameras" msgstr "%(no_cameras)s Kamerave" #. Translators: %(variable)s represents Python code, not a plural #. of the term variable. You must keep the %(variable)s #. untranslated, or the program will crash. #: ../raphodo/devices.py:1326 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s Pajisjeve" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1652 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" "Klikoni në kutinë e zgjedhjes së një skedari për ta shënuar ose hequr nga " "shënimi për ta shkarkuar." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "Skedarët që janë shkarkuar tashmë mbahen mend. Ende mund të shënoni skedarët " "e shkarkuar më parë për të shkarkuar përsëri, por ato nuk zgjidhen si " "parazgjedhje dhe fotografitë e tyre janë errësuar, kështu që mund t'i " "dalloni ato nga skedarët që janë ende për t'u shkarkuar." #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" "Nëse zgjidhen më shumë se një skedar, të gjithë ata do të marrin shenjën e " "skedarit, kutia e zgjedhjes së të cilit është klikuar, pavarësisht nëse ata " "kishin më parë një shenjë kontrolli apo jo." #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" "Klikoni në kutinë e zgjedhjes së një pajisjeje për të shënuar ose çshënuar " "shpejt të gjitha skedarët e saj për shkarkim." #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" "Pas përfundimit të një shkarkimi, një ikonë zëvendëson kutinë e zgjedhjes së " "miniaturës. Ngjyra e ikonës tregon nëse shkarkimi ishte i suksesshëm " "(jeshil), kishte probleme me riemërimin e skedarit (e verdhë/portokalli), " "ose dështoi (e kuqe)." #: ../raphodo/ui/didyouknow.py:91 msgid "" "\n" "In case of any problems, a red icon will appear at the bottom of the window " "indicating \n" "how many error reports there are. Clicking on it opens the Error Report " "window." msgstr "" "\n" "Në rast të ndonjë problemi, një ikonë e kuqe do të shfaqet në fund të " "dritares duke \n" "treguar se sa raporte gabimesh ka. Duke klikuar mbi të hapet dritarja e " "Raportimit \n" "të Gabimit." #: ../raphodo/ui/didyouknow.py:97 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." msgstr "" "\n" "Dritarja e Raportit të Gabimit liston çdo problem që haset para, gjatë ose " "pas shkarkimit. \n" "Një trekëndësh portokalli përfaqëson një paralajmërim, një rreth i kuq " "tregon një dështim, \n" "dhe një rreth i zi tregon dështime më serioze. Ju mund të klikoni në " "hiperlidhje për të hapur \n" "skedarin ose pajisjen e saj në një menaxher skedarësh. Ju gjithashtu mund të " "kërkoni në \n" "raporte duke përdorur kutinë e kërkimit poshtë majtas dritares së Raportit " "të Gabimeve." #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" "Mund të shkarkoni njëkohësisht nga shumë kamera, telefona inteligjentë, " "karta memorie dhe disqe të ngurta; aq pajisje sa kompjuteri juaj mund të " "trajtojë në të njëjtën kohë." #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" "Kohështrirja grupon fotot dhe videot bazuar në sa kohë ka kaluar " "midis shkrepjeve të njëpasnjëshme. Përdoreni atë për të identifikuar fotot " "dhe videot e bëra në periudha të ndryshme në një ditë të vetme ose në ditë " "rresht." #: ../raphodo/ui/didyouknow.py:123 msgid "" "\n" "

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

      \n" "

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

      " msgstr "" "\n" "

      Në ilustrimin e mësipërm, rreshti i parë i Kohështrirjes është i zi sepse " "të gjithë skedarët janë të aktivizuar \n" "në atë datë ishte shkarkuar më parë.

      \n" "

      Rrëshqitësi i Kohështrirjes rregullon kohën e kaluar midis shkrepjeve të " "njëpasnjëshme që përdoret për të ndërtuar \n" "Kohështrirjen:

      " #: ../raphodo/ui/didyouknow.py:133 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" "Për të parë fotot dhe videot për një interval të caktuar kohor, përdorni " "mausin (opsionalisht në kombinim me tastat Shift ose Ctrl) " "për të zgjedhur periudhat kohore. Kur zgjidhet një interval kohor, butoni " "Kohështrirja në anën e majtë të dritares kryesore do të theksohet." #: ../raphodo/ui/didyouknow.py:140 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" "Një shkarkim gjithmonë përfshin të gjithë skedarët që janë kontrolluar për " "shkarkim, përfshirë ato që nuk shfaqen aktualisht sepse po përdoret " "Kohështrirja." #: ../raphodo/ui/didyouknow.py:147 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" "Ju mund të fshehni ose shfaqni burimet e shkarkimit duke klikuar në emrin e " "pajisjes nga e cila po shkarkoni në të majtë sipër të dritares së programit." #: ../raphodo/ui/didyouknow.py:154 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 \n" "metadata (where 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 \n" "raw images, for instance.
      8. \n" "
      9. File Type: photo or video.
      10. \n" "
      11. Device: name of the device the photos and videos are being " "downloaded \n" "from.
      12. \n" "
      " msgstr "" "\n" "Miniaturat mund të renditen duke përdorur një larmi kriteresh:\n" "
        \n" "
      1. Koha e Modifikimit: kur skedari u modifikua për herë të fundit, " "sipas metadatave të tij (ku \n" " në dispozicion) ose sipas sistemit të skedarëve (si rikthim).
      2. \n" "
      3. Gjendja e kontrolluar: nëse skedari është shënuar për " "shkarkim.
      4. \n" "
      5. Emri i skedarit: emri i plotë i skedarit, duke përfshirë " "shtesën.
      6. \n" "
      7. Shtesa: shtesa e emrit të skedarit. Mund ta përdorni për të " "grupuar jpeg dhe imazhe të papërpunuara, për \n" "shembull.
      8. \n" "
      9. Lloji i Skedarit: foto ose video.
      10. \n" "
      11. Pajisja: emri i pajisjes nga të cilat po shkarkohen fotot dhe " "videot.
      12. \n" "
      " #: ../raphodo/ui/didyouknow.py:172 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" "Një nga veçoritë më të dobishme të Shkarkuesit të Shpejtë të Fotove është " "aftësia e tij për të gjeneruar automatikisht nën-dosje të shkarkimit dhe për " "të riemërtuar skedarët ndërsa shkarkohen, duke përdorur një skemë të " "zgjedhur nga ju." #: ../raphodo/ui/didyouknow.py:178 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" "Për të specifikuar se ku doni të shkarkohen skedarët tuaj dhe si i doni të " "emërtohen, hapni panelin e duhur në anën e djathtë të dritares së " "aplikacionit: Destinacioni, Riemërtimi ose Kod Pune." #: ../raphodo/ui/didyouknow.py:185 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 \n" "illustration below, the destination folders are "Pictures" and \n" ""Videos". The name of the destination folder is displayed in the " "grey bar \n" "directly above the folder tree, with a folder icon to its left and a gear " "icon to \n" "its far right.
      2. \n" "
      3. The download subfolders, which are directories that will be " "automatically \n" "generated by Rapid Photo Downloader. They need not already exist on your " "computer, but \n" "it's okay if they do. They will be generated under the destination " "folder.
      4. \n" "
      " msgstr "" "\n" "Kur mendoni për strukturën tuaj të direktorisë së shkarkimit, kini parasysh " "dy lloje të ndryshme\n" "të direktorive:\n" "
        \n" "
      1. Dosja e destinacionit, p.sh. "Figurat", " ""Fotot", ose\n" ""Videot". Kjo direktori duhet të jetë ekzistuese në kompjuterin " "tuaj. Në ilustrimin \n" "më poshtë, dosjet e destinacionit janë "Figurat" dhe " ""Videot".\n" "Emri i dosjes së destinacionit shfaqet në shiritin gri direkt mbi pemën e " "dosjes, \n" "me një ikonë dosje në të majtë të saj dhe një ikonë ingranazhi në të " "djathtën e saj.
      2. \n" "
      3. Nën-dosjet e shkarkimit , të cilat janë direktori që do të " "gjenerohen automatikisht \n" "nga Shkarkuesi i Shpejtë i Fotove. Ato nuk duhet të jenë ekzistuse në " "kompjuterin tuaj, por është në rregull nëse ekzistojnë.\n" "Ato do të gjenerohen në dosjen e destinacionit.
      4. \n" "
      " #: ../raphodo/ui/didyouknow.py:202 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a \n" "different destination folder for each. The same applies to the download " "subfolders for \n" "photos and videos—download photos and videos to the same subfolders, " "or use a \n" "different scheme for each type." msgstr "" "\n" "Mund të shkarkoni foto dhe video në të njëjtën dosje destinacioni, ose të " "specifikoni te tjera \n" "dosje destinacioni për secilën. E njëjta gjë vlen për nën-dosjet e " "shkarkimit për foto dhe \n" "video;shkarkoni foto dhe video në të njëjtat nën-dosje, ose përdorni një " "skemë të ndryshme për secilën \n" "lloj." #: ../raphodo/ui/didyouknow.py:211 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" "Nën-dosjet e shkarkimeve të krijuara automatikisht mund të përmbajnë edhe " "nën-dosje të tjera të krijuara automatikisht nëse është e nevojshme. Një " "skemë e zakonshme është krijimi i një nën-dosjeje viti dhe më pas një seri " "të nën-dosjeve të muajit-vit brenda saj." #: ../raphodo/ui/didyouknow.py:220 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to \n" "download:\n" "
        \n" "
      1. The destination folder tree shows the download subfolders already on " "your computer \n" "(those in a regular, non-italicized font), and the subfolders that will be " "created \n" "during the download (those whose names are italicized).
      2. \n" "
      3. The folder tree also shows into which subfolders the files will be " "downloaded \n" "(those colored black).
      4. \n" "
      " msgstr "" "\n" "Kurdoherë që është e mundur, programi paraprakisht shikon nën-dosjet e " "shkarkimit të fotove dhe videove për të shkarkuar:\n" "
        \n" "
      1. Pema e dosjes së destinacionit tregon nën-dosjet e shkarkimit tashmë në " "kompjuterin tuaj (ato në \n" "një font të rregullt, jo i pjerrët), dhe nën-dosjet që do të krijohen gjatë " "shkarkimit \n" "(ata emrat e të cilëve janë të pjerrët).
      2. \n" "
      3. Pema e dosjes gjithashtu tregon se në cilat nën-dosje do të shkarkohen " "skedarët (ato me ngjyrë \n" "të zezë).
      4. \n" "
      " #: ../raphodo/ui/didyouknow.py:235 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following \n" "elements:\n" "
        \n" "
      1. File metadata, very often including the date the photo or video " "was created, \n" "but might also include the camera model name, camera serial number, or file " "extension \n" "e.g. JPG or CR2.
      2. \n" "
      3. A Job Code, which is free text you specify at the time the " "download occurs, \n" "such as the 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 \n" "format makes it easy to keep them sorted in a file manager, which is why " "it's the \n" "default option:" msgstr "" "\n" "Emrat e nën-dosjeve të shkarkimit zakonisht krijohen duke përdorur disa ose " "të gjithë elementët e mëposhtëm:\n" "
        \n" "
      1. Metadatat e skedarit, shumë shpesh duke përfshirë datën e " "krijimit të fotografisë ose videos, por mundet \n" "gjithashtu \n" "të përfshini emrin e modelit të kamerës, numrin e serisë të kamerës ose " "tipin e skedarit p.sh. JPG ose CR2.
      2. \n" "
      3. Një Kod Pune, i cili është tekst që ju specifikoni në kohën kur " "ndodh shkarkimi, siç është\n" "emri i një ngjarjeje ose vendndodhjeje.
      4. \n" "
      5. Tekst të cilin e dëshironi të shfaqet çdo herë, të tilla si një " "vizë vizatimi ose një hapësirë.
      6. \n" "
      \n" "Emërtimi i nën-dosjeve me vitin, i ndjekur nga muaji dhe më në fund dita në " "format numerik e bën\n" "të lehtë t'i mbash të renditura në një menaxher skedarësh, prandaj ky është " "opsioni i paracaktuar:" #: ../raphodo/ui/didyouknow.py:254 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 \n" "preset. Click on the gear icon to bring up a drop-down menu:" msgstr "" "\n" "Për të krijuar automatikisht nën-dosjet e shkarkimit ndërsa shkarkoni, \n" "mund të përdorni një nga paravendosjet e integruara të Shkarkuesit të " "Shpejtë të Fotove, ose të bëni një personalizim. Klikoni mbi \n" "ikona e ingranazhit për të sjellë një menu rënëse:" #: ../raphodo/ui/didyouknow.py:261 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to \n" "configure your own scheme. You create your own schemes using the Photo or " "Video \n" "Subfolder Generation Editor:" msgstr "" "\n" "Duke përdorur menunë rënëse, zgjidhni një paravendosje të integruar ose " "klikoni mbi Personalizim për të konfiguruar vetë \n" "skemën. Ju krijoni skemat tuaja duke përdorur Redaktorin e Gjenerimit të Nën-" "Dosjeve Foto ose Video:" #: ../raphodo/ui/didyouknow.py:270 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" "Është e lehtë të shkarkosh imazhe të papërpunuara në një dosje, dhe imazhe " "jpeg në një tjetër. Thjesht përdorni Tipi i Skedarit si pjesë e " "skemës së gjenerimit të nën-dosjes tuaj të shkarkimit:" #: ../raphodo/ui/didyouknow.py:276 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" "Ky ilustrim tregon një paravendosje të personalizuar të ruajtur me emrin " ""Paravendosja ime e personalizuar"." #: ../raphodo/ui/didyouknow.py:282 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 \n" "and a Job Code:" msgstr "" "\n" "Ju nuk keni pse të krijoni nën-dosje të mbivendosur të shkarkimit. Ky " "ilustrim tregon \n" "gjenerimin e nën-dosjeve të shkarkimit që përmbajnë vetëm datën e marrjes së " "fotove dhe një \n" "Kod Pune:" #: ../raphodo/ui/didyouknow.py:291 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 \n" "choices to generate new combinations. Supposing you wanted a date format " "that combines \n" "year (YYYY), a hyphen, and month (MM) to form YYYY-MM. You can create it " "like this \n" "(note the red circle around the hyphen):" msgstr "" "\n" "Megjithëse ka shumë opsione të emërtimit të datës/kohës, ju mund ta shihni " "nëse ju \n" "duhet diçka ndryshe. Nuk është problem të krijoni tuajin. Ju mund të " "kombinoni zgjedhjet e datës/orës që të \n" "gjenerojnë kombinime të reja. Duke supozuar se keni dashur një format datë " "që kombinon vitin (YYYY), një vizë lidhëse, \n" "dhe muajin (MM) për të formuar YYYY-MM. Mund ta krijoni kështu (vini re " "rrethin e kuq rreth vizës):" #: ../raphodo/ui/didyouknow.py:300 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names \n" "in the \n" "online " "\n" "documentation." msgstr "" "\n" "Lexoni më shumë për të gjitha mënyrat se si mund të gjeneroni emra të nën-" "dosjeve të shkarkimit dhe emra të skedarëve në dokumen" "tacioni në internet \"." #: ../raphodo/ui/didyouknow.py:309 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. \n" "You can use them in subfolder and file names. In this illustration, some " "files have had \n" "the Job Code "Street" applied to them, and the selected files are " "about to \n" "get the Job Code "Green Bazaar":" msgstr "" "\n" "Kodet e puneve ju lejojnë të futni me lehtësi tekstin që përshkruan " "grupe fotografish dhe video. Ti mundesh \n" "që t'i përdorësh ato në emrat e nën-dosjeve dhe skedarëve. Në këtë ilustrim, " "disa skedarë kanë patur Kod Pune\n" ""Rruga" aplikuar në to, dhe skedarët e zgjedhur do të marrin këtë " "Kod Pune \n" ""Pazari i Gjelbër":" #: ../raphodo/ui/didyouknow.py:317 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 \n" "prompted to enter a Job Code for them before the download begins." msgstr "" "\n" "Mund të aplikoni Kode Pune të reja ose ekzistuese përpara se të filloni një " "shkarkim. Nëse ka ndonjë \n" "skedar në shkarkim që nuk kanë aplikuar ende një Kod Pune, do t'ju kërkohet " "të futni \n" "një Kod Pune për ta para se të fillojë shkarkimi" #: ../raphodo/ui/didyouknow.py:324 msgid "Look for hints to guide you when working with Job Codes:" msgstr "Kërkoni sugjerime për t'ju udhëzuar kur punoni me Kode Pune:" #: ../raphodo/ui/didyouknow.py:327 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" "Sugjerimet do të ndryshojnë në varësi të kontekstit, të tilla si kur mausi " "rri pezull mbi një buton." #: ../raphodo/ui/didyouknow.py:333 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!" msgstr "" "\n" "Kur u jepni fotove dhe videove tuaja emra unikë skedarësh, nuk do të " "ngatërroheni kurrë \n" "cili skedar është cili. Përdorimi i numrave të sekuencës për t'i bërë " "emrat e skedarëve unik është shumë \n" "i rekomanduar!" #: ../raphodo/ui/didyouknow.py:340 msgid "" "\n" "

      Four types of sequence values are available to help you assign unique " "names to your \n" "photos and 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 \n" "last time the 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 \n" "documentation.

      " msgstr "" "\n" "

      Katër lloje të vlerave të sekuencës janë në dispozicion për t'ju ndihmuar " "të caktoni emra unikë në fotot dhe\n" "videot tuaja:\n" "

        \n" "
      1. Shkarkimet sot: gjurmon shkarkimet e përfunduara gjatë asaj " "dite.
      2. \n" "
      3. Numri i ruajtur: i ngjashëm me Shkarkimet sot, por mbahet mend " "nga hera e fundit \n" "që u ekzekutua programi.
      4. \n" "
      5. Numri i seancës: rivendos sa herë që ekzekutohet programi.
      6. \n" "
      7. Shkronja e sekuencës: si numri i seancës por përdor " "shkronja.
      8. \n" "

      \n" "

      \n" "Lexoni më shumë rreth numrave të sekuencës në dokumenta" "cionin në internet.

      " #: ../raphodo/ui/didyouknow.py:358 msgid "" "\n" "The Rename panel allows you to configure file renaming. To rename " "your files, \n" "you can choose from among existing renaming presets or define your own." msgstr "" "\n" "Paneli Rename ju lejon të konfiguroni riemërtimin e skedarit. Për të " "riemërtuar skedarët tuaj, mund të zgjidhni\n" "nga mesi i paravendosjeve ekzistuese të riemërtimit ose përcaktoni tuajin." #: ../raphodo/ui/didyouknow.py:364 msgid "" "\n" "

      The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature \n" "on your 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 \n" "are detected, the same sequence numbers will be applied to both photo names. " "F\n" "urthermore, sequences will be updated as if the photos were one.

      \n" "

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

      \n" msgstr "" "\n" "

      Opsioni Synchronize RAW + JPEG është i dobishëm nëse përdorni " "veçorinë RAW + JPEG në pajisjen tuaj \n" "kamera dhe ju përdorni numrat e sekuencës në riemërtimin e fotografisë suaj. " "Aktivizimi i këtij opsioni \n" "do të bëjë që programi të zbulojë çifte që përputhen me fotografi RAW dhe " "JPEG, dhe kur ato zbulohen,\n" "numrat e njëjtë të sekuencës do të zbatohen për të dy emrat e fotove. Për më " "tepër, sekuencat do të jenë \n" "përditësuar sikur fotografitë të ishin një.

      \n" "

      \n" "Lexoni më shumë rreth riemërtimit të skedarit në dokumentacionin " "në internet.

      \n" #: ../raphodo/ui/didyouknow.py:378 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are \n" "downloaded, such as external hard drives or network shares. Backup devices " "can be \n" "automatically detected, or exact backup locations specified." msgstr "" "\n" "Fotot dhe videot tuaja mund të rezervohen në shumë vendndodhje ndërsa " "shkarkohen, si p.sh. \n" "disqet e jashtme ose në shpërndarje rrjeti. Pajisjet e rezervave mund të " "zbulohen automatikisht, ose të \n" "specifikohet vendndodhja e saktë e rezervimit." #: ../raphodo/ui/didyouknow.py:385 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" "Në këtë shembull, disku Photobackup nuk përmban një dosje të quajtur " "Videot, kështu që videot nuk do të rezervohen në të." #: ../raphodo/ui/didyouknow.py:391 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including \n" "download sources, destinations, and backups. Additionally, settings can be " "reset to \n" "their default state, and caches and remembered files cleared." msgstr "" "\n" "Disa nga preferencat e programit mund të vendosen nga komanda terminali, " "përfshirë \n" "burimet e shkarkimit, destinacionet dhe kopjet rezervë. Për më tepër, " "cilësimet mund të rivendosen në \n" "gjendjen e tyre të paracaktuar, dhe memoriet cache dhe skedarët e mbajtur " "mend pastrohen." #: ../raphodo/ui/didyouknow.py:396 msgid "You can also import program preferences from the older 0.4 version." msgstr "" "Mund të importoni gjithashtu preferenca të programit nga versioni i vjetër " "0.4." #: ../raphodo/ui/didyouknow.py:401 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 \n" "your cameras, memory cards, and other devices.
      2. \n" "
      3. A temporary cache of files downloaded from a camera, one for " "photos and \n" "another for videos. They are located in temporary subfolders in the download " "\n" "destination.
      4. \n" "
      5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores \n" "thumbnails of RAW and TIFF photos once they have been downloaded. File " "browsers like \n" "Gnome Files use this cache as well, meaning they too will display thumbnails " "for those \n" "files. \n" "
      6. \n" "
      \n" "Read more about these caches and their effect on download performance in the " "online " "documentation." msgstr "" "\n" "Shkarkuesi i Shpejtë i Fotove merret me tre lloje të memorjes cache:\n" "
        \n" "
      1. Një memorie cache e miniaturës qëllimi i vetëm i së cilës është " "të ruajë miniaturat nga kamerat tuaja, \n" "kartat memorie dhe pajisjet e tjera.
      2. \n" "
      3. Një memorie cache e përkohshme e skedarëve të shkarkuar nga një " "aparat fotografik, një për fotot dhe një tjetër për \n" "videot. Ato janë të vendosura në nën-dosje të përkohshme në destinacionin e " "shkarkimit.
      4. \n" "
      5. Memorie cache e miniaturës së desktopit, në të cilën Shkarkuesi " "i Shpejtë i Fotove ruan miniaturat e \n" "fotove RAW dhe TIFF pasi të jenë shkarkuar. Shfletuesit e skedarëve si Gnome " "Files përdorin këtë memorje cache \n" "gjithashtu, që do të thotë se edhe ata do të shfaqin miniatura për ato " "skedarë. \n" "
      6. \n" "
      \n" "Lexoni më shumë rreth këtyre memorjeve cache dhe efektit të tyre në " "performancën e shkarkimit në dokumentacionin " "në internet." #: ../raphodo/ui/didyouknow.py:459 msgid "Tip of the Day" msgstr "Këshilla e Ditës" #: ../raphodo/ui/didyouknow.py:467 msgid "Did you know...?" msgstr "A e dini...?" #: ../raphodo/ui/didyouknow.py:498 msgid "Show tips on startup" msgstr "Shfaq këshilla që në nisje" #: ../raphodo/ui/didyouknow.py:502 msgid "&Next" msgstr "&Tjetra" #: ../raphodo/ui/didyouknow.py:503 msgid "&Previous" msgstr "&E mëparshme" #: ../raphodo/downloadtracker.py:454 msgid "MB/sec" msgstr "MB/sek" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:584 msgid "A few seconds" msgstr "Disa sekonda" #: ../raphodo/downloadtracker.py:643 msgid "1 second" msgstr "1 sekondë" #: ../raphodo/downloadtracker.py:645 #, python-format msgid "%d seconds" msgstr "%d sekonda" #: ../raphodo/downloadtracker.py:650 msgid "1 minute" msgstr "1 minutë" #: ../raphodo/downloadtracker.py:652 #, python-format msgid "%d minutes" msgstr "%d minuta" #: ../raphodo/downloadtracker.py:657 ../raphodo/downloadtracker.py:839 msgid "1 hour" msgstr "1 orë" #: ../raphodo/downloadtracker.py:659 #, python-format msgid "%d hours" msgstr "%d orë" #: ../raphodo/downloadtracker.py:664 ../raphodo/downloadtracker.py:869 #: ../raphodo/downloadtracker.py:877 msgid "1 day" msgstr "1 ditë" #: ../raphodo/downloadtracker.py:666 #, python-format msgid "%d days" msgstr "%d ditë" #: ../raphodo/downloadtracker.py:845 msgid "1 minute, 1 second" msgstr "1 minutë, 1 sekondë" #: ../raphodo/downloadtracker.py:847 #, python-format msgid "1 minute, %d seconds" msgstr "1 minutë, %d sekonda" #: ../raphodo/downloadtracker.py:850 #, python-format msgid "%d minutes, 1 second" msgstr "%d minuta, 1 sekondë" #: ../raphodo/downloadtracker.py:852 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d minuta, %(seconds)d sekonda" #: ../raphodo/downloadtracker.py:884 msgid "1 hour, 1 minute" msgstr "1 orë, 1 minutë" #: ../raphodo/downloadtracker.py:886 #, python-format msgid "1 hour, %d minutes" msgstr "1 orë, %d minuta" #: ../raphodo/downloadtracker.py:889 #, python-format msgid "%d hours, 1 minute" msgstr "%d orë, 1 minutë" #: ../raphodo/downloadtracker.py:891 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d orë, %(minutes)d minuta" #: ../raphodo/downloadtracker.py:918 msgid "1 day, 1 hour" msgstr "1 ditë, 1 orë" #: ../raphodo/downloadtracker.py:920 #, python-format msgid "1 day, %d hours" msgstr "1 ditë, %d orë" #: ../raphodo/downloadtracker.py:923 #, python-format msgid "%d days, 1 hour" msgstr "%d ditë, 1 orë" #: ../raphodo/downloadtracker.py:925 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d ditë, %(hours)d orë" #: ../raphodo/errorlog.py:80 msgid "Find" msgstr "Gjej" #: ../raphodo/errorlog.py:150 msgid "Error Reports - Rapid Photo Downloader" msgstr "Raportet e gabimeve - Shkarkues i Shpejtë i Fotove" #: ../raphodo/errorlog.py:187 msgid "Find in reports" msgstr "Gjeni në raporte" #: ../raphodo/errorlog.py:206 msgid "Find the previous occurrence of the phrase" msgstr "Gjeni shfaqjen e mëparshme të frazës" #: ../raphodo/errorlog.py:211 msgid "Find the next occurrence of the phrase" msgstr "Gjeni shfaqjen tjetër të frazës" #: ../raphodo/errorlog.py:213 msgid "&Highlight All" msgstr "&Thekso të gjitha" #: ../raphodo/errorlog.py:214 msgid "Highlight all occurrences of the phrase" msgstr "Theksoni të gjitha shfaqjet e frazës" #: ../raphodo/errorlog.py:215 msgid "&Match Case" msgstr "&Rasti përputhje" #: ../raphodo/errorlog.py:216 msgid "Search with case sensitivity" msgstr "Kërkoni me ndjeshmëri të shkronjave" #: ../raphodo/errorlog.py:217 msgid "&Whole Words" msgstr "&Fjalë të tëra" #: ../raphodo/errorlog.py:218 msgid "Search whole words only" msgstr "Kërkoni vetëm fjalë të tëra" #: ../raphodo/errorlog.py:229 ../raphodo/errorlog.py:371 #, python-format msgid "%s of %s matches" msgstr "%s nga %s përputhje" #. Translators: match number of total matches in a search, e.g. 1 of 10 matches #: ../raphodo/errorlog.py:234 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "%(matchnumber)s nga %(total)s përputhje" #: ../raphodo/errorlog.py:256 msgid "Clear" msgstr "Pastro" #: ../raphodo/errorlog.py:357 msgid "Phrase not found" msgstr "Fraza nuk u gjet" #: ../raphodo/errorlog.py:516 msgid "Search pending..." msgstr "Kërkimi është në pritje..." #: ../raphodo/errorlog.py:567 msgid "" "The number of new entries added to the Error Report since it was last open. " "Click to open the Error Report." msgstr "" "Numri i hyrjeve të reja të shtuara në Raportin e Gabimit që kur u hap për " "herë të fundit. Klikoni për të hapur Raportin e Gabimit." #: ../raphodo/excepthook.py:50 #, python-brace-format msgid "" "Please report the problem at {website}.

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

      The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" "Ju lutemi raportoni problemin në {website}.

      Në raportin tuaj të defektit " "përshkruani atë që prisnit të ndodhte dhe atë që keni vërejtur se po " "ndodh.
      < br>Raporti i defektit duhet të përfshijë gjithashtu cilësimet e " "programit dhe skedarët e regjistrave. Për të krijuar një skedar me këtë " "informacion shtesë, klikoni Ruaj." #: ../raphodo/excepthook.py:57 msgid "Additional Information Saved" msgstr "Informacioni Shtesë u Ruajt" #: ../raphodo/excepthook.py:62 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
      {tarfile}
      You need to attach this file to the bug " "report yourself. It will not be automatically attached.

      Click here to see the file in your file manager." msgstr "" "Informacioni shtesë i raportit të gabimeve u krijua në direktorinë tuaj të " "shtëpisë në një skedar tar:
      {tarfile}
      Ju duhet ta bashkëngjitni " "vetë këtë skedar në raportin e defektit. Nuk do të bashkëngjitet " "automatikisht.

      Klikoni këtu për të parë " "skedarin në menaxherin tuaj të skedarëve." #: ../raphodo/excepthook.py:69 msgid "Error Creating Additional Information" msgstr "Gabim në Krijimin e Informacionit Shtesë" #: ../raphodo/excepthook.py:72 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" "Informacioni shtesë i raportit të difekteve nuk u krijua. Ju lutemi, " "paraqisni një raport difekti gjithsesi." #: ../raphodo/excepthook.py:79 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

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

      Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" "Përfshini në raportin tuaj të defekteve, skedarët e regjistrave të " "programit. Raporti i defektit duhet të përmbajë {log_file}, por " "bashkëngjitja e skedarëve të tjerë të regjistrit është shpesh e " "dobishme.

      Nëse është e mundur, ju lutemi gjithashtu përfshini " "skedarin e konfigurimit të programit {config_file}.

      Kliko këtupër të hapur direktorinë e regjistrave, dhe këtu për të hapur direktorinë e konfigurimit." #: ../raphodo/excepthook.py:88 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" "Përditësimi në versionin e fundit do t'ju lejojë " "të përcaktoni nëse problemi që keni hasur është rregulluar tashmë." #: ../raphodo/excepthook.py:182 msgid "Problem in Rapid Photo Downloader" msgstr "Problem në Shkarkuesin e Shpejtë të Fotove" #: ../raphodo/excepthook.py:186 msgid "A problem occurred in Rapid Photo Downloader" msgstr "Ndodhi një problem në Shkarkuesin e Shpejtë të Fotove" #: ../raphodo/excepthook.py:189 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" "Nëse i njëjti problem ndodh përsëri para se të dalë programi, ky është " "njoftimi i vetëm për të." #: ../raphodo/excepthook.py:216 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "Ndodhi një problem në Shkarkuesin e Shpejtë të Fotove\n" #: ../raphodo/excepthook.py:218 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "Ju lutemi raportoni problemin në {website}\n" "Bashkëngjitni skedarin e regjistrit në raportin tuaj të defektit, që gjendet " "në {log_path}\n" "\n" #: ../raphodo/ui/filebrowse.py:173 ../raphodo/thumbnaildisplay.py:2254 msgid "Open in File Browser..." msgstr "Hap në Shfletuesin e Skedarëve..." #. type: Optional[QModelIndex] #: ../raphodo/ui/filebrowse.py:179 msgid "Reset" msgstr "Rivendos" #: ../raphodo/ui/filebrowse.py:183 msgid "Show System Folders" msgstr "Shfaq dosjet e sistemit" #: ../raphodo/foldercombo.py:140 msgid "File System" msgstr "Sistemi i Skedarëve" #: ../raphodo/foldercombo.py:181 msgid "Other..." msgstr "Tjetër..." #: ../raphodo/foldercombo.py:272 #, python-format msgid "%s (location does not exist)" msgstr "%s (vendndodhja nuk ekziston)" #: ../raphodo/generatenameconfig.py:206 msgid "Date time" msgstr "Koha e datës" #: ../raphodo/generatenameconfig.py:207 msgid "Text" msgstr "Tekst" #: ../raphodo/generatenameconfig.py:208 ../raphodo/rapid.py:2608 msgid "Filename" msgstr "Emër skedari" #: ../raphodo/generatenameconfig.py:209 #: ../raphodo/prefs/preferencedialog.py:994 msgid "Metadata" msgstr "Metadata" #: ../raphodo/generatenameconfig.py:210 msgid "Sequences" msgstr "Sekuencat" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:213 msgid "Job code" msgstr "Kod Detyre" #: ../raphodo/generatenameconfig.py:214 msgid "Image date" msgstr "Data e imazhit" #: ../raphodo/generatenameconfig.py:215 msgid "Video date" msgstr "Data e videos" #: ../raphodo/generatenameconfig.py:216 msgid "Today" msgstr "Sot" #: ../raphodo/generatenameconfig.py:217 msgid "Yesterday" msgstr "Dje" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:220 msgid "Download time" msgstr "Koha e shkarkimit" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:223 msgid "Name" msgstr "Emri" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 ../raphodo/rapid.py:2609 msgid "Extension" msgstr "Shtesa" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 msgid "Image number" msgstr "Numri i imazhit" #: ../raphodo/generatenameconfig.py:230 msgid "Video number" msgstr "Numri i videos" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:233 msgid "Aperture" msgstr "Hapja" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "Exposure time" msgstr "Koha e ekspozimit" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Focal length" msgstr "Gjatësia e lentes" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Camera make" msgstr "Prodhuesi i kamerës" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera model" msgstr "Modeli i kamerës" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 msgid "Short camera model" msgstr "Modeli i kamerës shkurt" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:254 msgid "Hyphenated short camera model" msgstr "Modeli i kamerës shkurt e vizuar" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:257 msgid "Serial number" msgstr "Numri i serisë" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Shutter count" msgstr "Numri i grilave" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:262 msgid "File number" msgstr "Numri i skedarit" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:264 msgid "Folder only" msgstr "Vetëm dosje" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:266 msgid "Folder and file" msgstr "Dosje dhe skedarë" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:269 msgid "Owner name" msgstr "Emri i zotëruesit" #: ../raphodo/generatenameconfig.py:270 msgid "Codec" msgstr "Kodeks" #: ../raphodo/generatenameconfig.py:271 msgid "Width" msgstr "Gjerësia" #: ../raphodo/generatenameconfig.py:272 msgid "Height" msgstr "Lartësia" #: ../raphodo/generatenameconfig.py:273 msgid "Length" msgstr "Gjatësia" #: ../raphodo/generatenameconfig.py:274 msgid "Frames Per Second" msgstr "Frame për sekondë" #: ../raphodo/generatenameconfig.py:275 msgid "Artist" msgstr "Artisti" #: ../raphodo/generatenameconfig.py:276 msgid "Copyright" msgstr "E drejta e autorit" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:279 msgid "Downloads today" msgstr "Shkarkimet sot" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Session number" msgstr "Numri i seancës" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Subfolder number" msgstr "Numri i nën-folderit" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Stored number" msgstr "Numri i ruajtur" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:291 msgid "Sequence letter" msgstr "Shkronjat e sekuencës" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:294 msgid "All digits" msgstr "Të gjitha shifrat" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "Last digit" msgstr "Shifra e fundit" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 msgid "Last 2 digits" msgstr "2 shifrat e fundit" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:303 msgid "Last 3 digits" msgstr "3 shifrat e fundit" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:306 msgid "Last 4 digits" msgstr "4 shifrat e fundit" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:309 msgid "Original Case" msgstr "Rasti origjinal" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:312 msgid "UPPERCASE" msgstr "ME TË MËDHAJA" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "lowercase" msgstr "me të vogla" #: ../raphodo/generatenameconfig.py:316 msgid "One digit" msgstr "Një shifër" #: ../raphodo/generatenameconfig.py:317 msgid "Two digits" msgstr "Dy shifra" #: ../raphodo/generatenameconfig.py:318 msgid "Three digits" msgstr "Tre shifra" #: ../raphodo/generatenameconfig.py:319 msgid "Four digits" msgstr "Katër shifra" #: ../raphodo/generatenameconfig.py:320 msgid "Five digits" msgstr "Pesë shifra" #: ../raphodo/generatenameconfig.py:321 msgid "Six digits" msgstr "Gjashtë shifra" #: ../raphodo/generatenameconfig.py:322 msgid "Seven digits" msgstr "Shtatë shifra" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:325 msgid "Subseconds" msgstr "Nën sekonda" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 ../raphodo/generatenameconfig.py:415 msgid "YYYYMMDD" msgstr "VVVVMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:416 msgid "YYYY-MM-DD" msgstr "VVVV-MM-DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:334 ../raphodo/generatenameconfig.py:417 msgid "YYYY_MM_DD" msgstr "VVVV_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 msgid "YYMMDD" msgstr "VVMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 msgid "YY-MM-DD" msgstr "VV-MM-DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:343 msgid "YY_MM_DD" msgstr "VV_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "MMDDYYYY" msgstr "MMDDVVVV" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYY" msgstr "MMDDVV" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "DDMMYYYY" msgstr "DDMMVVVV" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYY" msgstr "DDMMVV" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 ../raphodo/generatenameconfig.py:415 #: ../raphodo/generatenameconfig.py:416 ../raphodo/generatenameconfig.py:417 #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:419 msgid "YYYY" msgstr "VVVV" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 msgid "YY" msgstr "VV" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "Month (full)" msgstr "Muaji (i plotë)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (abbreviated)" msgstr "Muaji (shkurtuar)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Weekday (full)" msgstr "Ditë jave (e plotë)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (abbreviated)" msgstr "Ditë jave (shkurtuar)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "HHMMSS" msgstr "OOMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMM" msgstr "OOMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 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:394 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:397 msgid "HH" msgstr "OO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "MM (minutes)" msgstr "MM (minuta)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:415 msgid "Date" msgstr "Data" #: ../raphodo/generatenameconfig.py:416 msgid "Date (hyphens)" msgstr "Data (me viza)" #: ../raphodo/generatenameconfig.py:417 msgid "Date (underscores)" msgstr "Data (nën-viza)" #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:512 #: ../raphodo/generatenameconfig.py:699 msgid "Date and Job Code" msgstr "Data dhe Kode Pune" #: ../raphodo/generatenameconfig.py:418 msgid "YYYYMM_Job Code" msgstr "VVVVMM_Kod Pune" #: ../raphodo/generatenameconfig.py:419 msgid "Date and Job Code Subfolder" msgstr "Nën-dosja për Datë dhe Kod Pune" #: ../raphodo/generatenameconfig.py:419 msgid "YYYYMM" msgstr "VVVVMM" #: ../raphodo/generatenameconfig.py:419 ../raphodo/jobcodepanel.py:279 #: ../raphodo/ui/nameeditor.py:926 ../raphodo/rapid.py:2261 #: ../raphodo/ui/renamepanel.py:93 ../raphodo/ui/renamepanel.py:275 msgid "Job Code" msgstr "Kod Pune" #: ../raphodo/generatenameconfig.py:507 ../raphodo/generatenameconfig.py:694 msgid "Original Filename" msgstr "Emri origjinal i skedarit" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "Date-Time and Downloads today" msgstr "Data-Koha dhe Shkarkimet sot" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "YYYYMMDD-HHMM-1" msgstr "VVVVMMDD-OOMM-1" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "Date and Downloads today" msgstr "Data dhe Shkarkimet sot" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "YYYYMMDD-1" msgstr "VVVVMMDD-1" #: ../raphodo/generatenameconfig.py:510 msgid "Date-Time and Image number" msgstr "Data-Koha dhe numër Imazhit" #: ../raphodo/generatenameconfig.py:510 msgid "YYYYMMDD-1234" msgstr "VVVVMMDD-1234" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "Date-Time and Job Code" msgstr "Data-Koha dhe Kod Pune" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "VVVVMMDD-OOMM-Kod Pune-1" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:699 msgid "YYYYMMDD-Job Code-1" msgstr "VVVVMMDD-Kod Pune-1" #: ../raphodo/generatenameconfig.py:697 msgid "Date-Time and Video number" msgstr "Data-Koha dhe numër video" #: ../raphodo/generatenameconfig.py:697 msgid "YYYYMMDD_1234" msgstr "VVVVMMDD_1234" #: ../raphodo/generatenameconfig.py:700 msgid "Resolution" msgstr "Rezolucioni" #: ../raphodo/generatenameconfig.py:700 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "VVVMMDD-OOMM-1-1920x1080" #: ../raphodo/jobcodepanel.py:90 msgid "Enter a new Job Code, or select a previous one" msgstr "Vendos një Kod Pune të ri, ose zgjidhni një të mëparshëm" #: ../raphodo/jobcodepanel.py:98 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "Ky Kod Pune do të zbatohet në %s që nuk ka ende një Kod Pune." #: ../raphodo/jobcodepanel.py:108 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "Ky Kod Pune do të zbatohet në %s që nuk kanë ende një Kod Pune." #: ../raphodo/jobcodepanel.py:121 msgid "Apply Job Code to Download" msgstr "Apliko Kod Pune për ta Shkarkuar" #: ../raphodo/jobcodepanel.py:123 msgid "Enter a new Job Code" msgstr "Vendos nje Kod Pune të ri" #: ../raphodo/jobcodepanel.py:131 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" "Sugjerim: Zgjidhni fotot ose videot përpara se të futni një Kod Pune " "të ri që të zbatohet ky Kod Pune për to." #: ../raphodo/jobcodepanel.py:144 #, python-format msgid "The new Job Code will be applied to %s." msgstr "Ky Kod Pune i ri do të zbatohet në %s." #: ../raphodo/jobcodepanel.py:148 msgid "New Job Code" msgstr "Kod Pune i ri" #: ../raphodo/jobcodepanel.py:186 msgid "&Job Code:" msgstr "&Kod Punee:" #: ../raphodo/jobcodepanel.py:190 msgid "&Remember this Job Code" msgstr "&Mos harro këtë Kod Pune" #: ../raphodo/jobcodepanel.py:251 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" "Zgjidhni foto dhe video për të qenë në gjendje të zbatoni një Kod Pune të ri " "ose ekzistues për to." #: ../raphodo/jobcodepanel.py:255 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" "Ky Kod Pune i ri do të zbatohet për të gjitha fotot dhe / ose videot e " "zgjedhura." #: ../raphodo/jobcodepanel.py:259 msgid "" "Click the Apply button to apply the current Job Code to all selected photos " "and/or videos. You can also simply double click the Job Code." msgstr "" "Klikoni në butonin Zbato për të aplikuar Kod Pune aktual për të gjitha fotot " "dhe / ose videot e zgjedhura. Ju thjesht mund të klikoni dy herë mbi Kod " "Pune." #: ../raphodo/jobcodepanel.py:264 msgid "" "Removing a Job Code removes it only from the list of saved Job Codes, not " "from any photos or videos that it may have been applied to." msgstr "" "Heqja e një Kodi Pune e heq atë vetëm nga lista e Kodeve Pune të ruajtura, " "jo nga asnjë foto ose video ku mund të jetë aplikuar." #: ../raphodo/jobcodepanel.py:269 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" "Nëse dëshironi të përdorni Kode Pune, konfiguroni emrat e nën-dosjeve të " "riemërtimit të skedarit ose destinacionit për t'i përdorur ato." #: ../raphodo/jobcodepanel.py:278 msgid "Last Used" msgstr "Përdorur së fundmi" #: ../raphodo/jobcodepanel.py:283 msgid "Job Code Sort:" msgstr "Rendit Kode Pune:" #: ../raphodo/jobcodepanel.py:286 ../raphodo/rapid.py:2616 msgid "Ascending" msgstr "Në ngjitje" #: ../raphodo/jobcodepanel.py:287 ../raphodo/rapid.py:2617 msgid "Descending" msgstr "Në zbritje" #: ../raphodo/jobcodepanel.py:297 msgid "&New..." msgstr "&I Ri..." #: ../raphodo/jobcodepanel.py:301 msgid "&Apply" msgstr "&Apliko" #: ../raphodo/jobcodepanel.py:305 msgid "&Remove" msgstr "&Hiqe" #: ../raphodo/jobcodepanel.py:309 ../raphodo/prefs/preferencedialog.py:288 #: ../raphodo/prefs/preferencedialog.py:324 #: ../raphodo/prefs/preferencedialog.py:781 msgid "Remove All" msgstr "Hiqi të Gjitha" #: ../raphodo/jobcodepanel.py:512 msgid "Do you really want to remove all the Job Codes?" msgstr "Dëshironi të hiqni të gjitha këto Kode Pune?" #: ../raphodo/jobcodepanel.py:515 msgid "Remove all Job Codes" msgstr "Hiq të gjitha Kodet e Punës" #: ../raphodo/jobcodepanel.py:578 msgid "Job Codes" msgstr "Kode Pune" #: ../raphodo/ui/messagewidget.py:67 #, python-format msgid "Hint: %(message)s" msgstr "Sugjerim:%(message)s" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:478 ../raphodo/ui/nameeditor.py:498 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/ui/nameeditor.py:583 msgid "Save New Custom Preset..." msgstr "Ruaj paravendosjen e re të personalizuar..." #: ../raphodo/ui/nameeditor.py:584 msgid "Remove All Custom Presets..." msgstr "Hiq të gjitha Paravendosjet e personalizuara..." #: ../raphodo/ui/nameeditor.py:630 msgid "(New Custom Preset)" msgstr "(Paravendosja e re e personalizuar)" #: ../raphodo/ui/nameeditor.py:647 #, python-format msgid "%s (edited)" msgstr "%s (redaktuar)" #: ../raphodo/ui/nameeditor.py:650 ../raphodo/ui/nameeditor.py:1558 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "Përditëso Paravendosjen e Personalizuar \"%s\"" #: ../raphodo/ui/nameeditor.py:743 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" "Ruaj Paravendosjen e Re të Personalizuar - Shkarkues i Shpejtë i Fotove" #: ../raphodo/ui/nameeditor.py:751 msgid "Preset Name:" msgstr "Emri Paravendosur:" #: ../raphodo/ui/nameeditor.py:884 msgid "Photo Subfolder Generation Editor" msgstr "Redaktori i Gjenerimit të Nën-dosjeve të fotove" #: ../raphodo/ui/nameeditor.py:892 msgid "Video Subfolder Generation Editor" msgstr "Redaktori i Gjenerimit të Nën-dosjeve të videove" #: ../raphodo/ui/nameeditor.py:900 msgid "Photo Renaming Editor" msgstr "Redaktori i Riemërtimit të Fotove" #: ../raphodo/ui/nameeditor.py:907 msgid "Video Renaming Editor" msgstr "Redaktori i Riemërtimit të Videove" #: ../raphodo/ui/nameeditor.py:936 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" "Paralajmërim:Nuk ka të dhëna të " "mjaftueshme për të gjeneruar plotësisht emrin. Ju lutemi përdorni opsione të " "tjera të riemërtimit." #: ../raphodo/ui/nameeditor.py:954 #, python-format msgid "The character
      %(separator)s creates a new subfolder level." msgstr "Karakteri%(separator)s krijon një nivel të ri të nën-dosjeje." #: ../raphodo/ui/nameeditor.py:964 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" "Nuk ka nevojë të filloni ose të mbaroni me ndarësin e dosjeve " "%(separator)s, sepse do të shtohet automatikisht." #: ../raphodo/ui/nameeditor.py:972 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" "Paralajmërim:Emrat unikë të skedarëve " "mund të mos krijohen. Bëni emrat e skedarëve unik duke përdorur vlerat e " "Sekuencës." #: ../raphodo/ui/nameeditor.py:999 ../raphodo/ui/renamepanel.py:139 msgid "Preset:" msgstr "Paravendosur:" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1082 ../raphodo/ui/nameeditor.py:1105 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/ui/nameeditor.py:1134 ../raphodo/prefs/preferencedialog.py:1083 #: ../raphodo/wsl.py:648 msgid "Get help online..." msgstr "Merrni ndihmë në internet..." #: ../raphodo/ui/nameeditor.py:1161 msgid "Insert" msgstr "Vendos" #: ../raphodo/ui/nameeditor.py:1523 msgid "Save Preset - Rapid Photo Downloader" msgstr "Ruaj Paravendosjen - Shkarkues i Shpejtë i Fotove" #: ../raphodo/ui/nameeditor.py:1527 msgid "" "Do you want to save the changes in a new custom " "preset?

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

      The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" "A doni të ruani ndryshimet në një paravendosje të re të " "personalizuar?

      Krijimi i një paravendosjeje të personalizuar nuk " "kërkohet, por mund t'ju ndihmojë të jeni të organizuar.

      Ndryshimet në " "preferencat do të zbatohen përsëri pavarësisht nëse krijoni një paravendosje " "të re të personalizuar apo jo." #: ../raphodo/ui/nameeditor.py:1548 msgid "" "Do you want to save the changes in a custom preset?

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

      The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" "A doni të ruani ndryshimet në një paravendosje të " "personalizuar?

      Nëse të pëlqen, mund të krijosh një paravendosje " "të re të personalizuar ose të përditësosh paravendosjen ekzistuese të " "personalizuar.

      Ndryshimet në preferencat do të zbatohen përsëri, " "pavarësisht nëse ruani një paravendosje të personalizuar apo jo." #: ../raphodo/ui/nameeditor.py:1562 msgid "Save New Custom Preset" msgstr "Ruaj Paravendosjen e Re të Personalizuar" #: ../raphodo/newversion.py:326 msgid "Checking for new version..." msgstr "Duke kontrolluar për version të ri..." #: ../raphodo/newversion.py:327 msgid "You are running the latest version." msgstr "Ju jeni duke përdorur versionin e fundit." #: ../raphodo/newversion.py:328 msgid "Failed to contact the update server." msgstr "Kontaktimi i serverit të përditësimit dështoi." #: ../raphodo/newversion.py:331 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" "Një version i ri i Shkarkuesit të Shpejtë të Fotove (%s) është në " "dispozicion." #: ../raphodo/newversion.py:334 msgid "Do you want to download the new version?" msgstr "Dëshironi të shkarkoni versionin e ri?" #: ../raphodo/newversion.py:336 #, python-format msgid "Changes in the new release can be viewed here." msgstr "" "Ndryshimet në versionin e ri mund të shikohen këtu." #. 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:366 ../raphodo/newversion.py:385 msgid "&Skip this release" msgstr "&Kapërce këtë 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:388 msgid "&Open Download Page" msgstr "&Hap Faqen e Shkarkimit" #: ../raphodo/newversion.py:412 msgid "Rapid Photo Downloader updates" msgstr "Përditësime në Shkarkuesin e Shpejtë të Fotove" #. 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:531 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "%(downloaded)s nga %(total)s" #: ../raphodo/newversion.py:553 msgid "Downloading..." msgstr "Duke shkarkuar..." #: ../raphodo/prefs/preferencedialog.py:134 msgid "Preferences" msgstr "Preferencat" #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 msgid "Language" msgstr "Gjuha" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 msgid "Automation" msgstr "Automatizimi" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Thumbnails" msgstr "Miniatura" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:160 #: ../raphodo/prefs/preferencedialog.py:183 #: ../raphodo/prefs/preferencedialog.py:585 msgid "Time Zones" msgstr "Zonat Kohore" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:184 #: ../raphodo/prefs/preferencedialog.py:649 msgid "Error Handling" msgstr "Trajtimi i Gabimeve" #: ../raphodo/prefs/preferencedialog.py:162 #: ../raphodo/prefs/preferencedialog.py:185 msgid "Warnings" msgstr "Paralajmërimet" #: ../raphodo/prefs/preferencedialog.py:163 msgid "Consolidation" msgstr "Konsolidimi" #: ../raphodo/prefs/preferencedialog.py:164 #: ../raphodo/prefs/preferencedialog.py:186 msgid "Miscellaneous" msgstr "Të ndryshme" #: ../raphodo/prefs/preferencedialog.py:221 msgid "Device Scanning" msgstr "Skanim Pajisjesh" #: ../raphodo/prefs/preferencedialog.py:222 msgid "Scan only external devices" msgstr "Skano vetëm pajisjet e jashtme" #: ../raphodo/prefs/preferencedialog.py:225 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" "Skano për foto dhe video vetëm në pajisjet që janë të jashtme të " "kompjuterit,\n" "përfshirë kamerat, kartat e memories, disqet e jashtme dhe flash-et USB." #: ../raphodo/prefs/preferencedialog.py:231 msgid "Scan only specific folders on devices" msgstr "Skano vetëm dosje specifike në pajisje" #: ../raphodo/prefs/preferencedialog.py:233 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Skano për foto dhe video vetëm në dosjet e specifikuara më poshtë (përveç " "shtigjeve\n" "të specifikuar në Shtigjet e Injoruara).\n" "\n" "Ndryshimi i këtij cilësimi bën që të gjitha pajisjet të skanohen përsëri." #: ../raphodo/prefs/preferencedialog.py:240 msgid "Folders to scan:" msgstr "Dosjet për të skanuar:" #: ../raphodo/prefs/preferencedialog.py:244 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" "Dosjet në nivelin bazë të sistemeve të skedarëve të pajisjes që do të " "skanohen\n" "për foto dhe video." #: ../raphodo/prefs/preferencedialog.py:249 #: ../raphodo/prefs/preferencedialog.py:310 msgid "Add..." msgstr "Shto..." #: ../raphodo/prefs/preferencedialog.py:252 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Shtoni një dosje në listën e dosjeve për të skanuar për foto dhe video.\n" "\n" "Ndryshimi i këtij cilësimi bën që të gjitha pajisjet të skanohen përsëri." #: ../raphodo/prefs/preferencedialog.py:256 #: ../raphodo/prefs/preferencedialog.py:286 #: ../raphodo/prefs/preferencedialog.py:317 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove" msgstr "Hiq" #: ../raphodo/prefs/preferencedialog.py:259 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Hiq një dosje nga lista e dosjeve për të skanuar foto dhe video.\n" "\n" "Ndryshimi i këtij cilësimi bën që të gjitha pajisjet të skanohen përsëri." #: ../raphodo/prefs/preferencedialog.py:278 msgid "Devices that have been set to automatically ignore or download from." msgstr "" "Pajisjet që janë vendosur të injorohen ose shkarkohet automatikisht prej " "tyre." #: ../raphodo/prefs/preferencedialog.py:279 msgid "Remembered Devices" msgstr "Pajisjet e ruajtura në kujtesë" #: ../raphodo/prefs/preferencedialog.py:283 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" "Hiq një pajisje nga lista e pajisjeve që injorohet ose shkarkohet " "automatikisht prej tyre." #: ../raphodo/prefs/preferencedialog.py:290 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" "Pastroni listën e pajisjeve të cilat injorohen ose shkarkohet automatikisht " "prej tyre.\n" "\n" "Shënim: Ndryshimet hyjnë në fuqi pas skanimit te ardhshëm nga kompjuteri për " "pajisje." #: ../raphodo/prefs/preferencedialog.py:304 msgid "Ignored Paths" msgstr "Shtigjet e injoruara" #: ../raphodo/prefs/preferencedialog.py:306 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" "Pjesa fundore e një shtegu që nuk duhet të skanohet kurrë për foto ose video." #: ../raphodo/prefs/preferencedialog.py:313 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Shto një shteg në listën e shtigjeve për të injoruar.\n" "\n" "Ndryshimi i këtij cilësimi bën që të gjitha pajisjet të skanohen përsëri." #: ../raphodo/prefs/preferencedialog.py:320 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Hiq një shteg nga lista e shtigjeve për të injoruar.\n" "\n" "Ndryshimi i këtij cilësimi bën që të gjitha pajisjet të skanohen përsëri." #: ../raphodo/prefs/preferencedialog.py:327 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Pastroni listën e shtigjeve për të injoruar.\n" "\n" "Ndryshimi i këtij cilësimi bën që të gjitha pajisjet të skanohen përsëri." #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as well. #: ../raphodo/prefs/preferencedialog.py:338 #, python-brace-format msgid "Use python-style regular expressions" msgstr "Përdorni python-stil në shprehjet e rregullta" #: ../raphodo/prefs/preferencedialog.py:345 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Përdorni shprehje të rregullta në listën e shtigjeve të injoruara.\n" "\n" "Ndryshimi i këtij cilësimi bën që të gjitha pajisjet të skanohen përsëri." #: ../raphodo/prefs/preferencedialog.py:387 msgid "Language: " msgstr "Gjuha: " #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:400 #: ../raphodo/prefs/preferencedialog.py:505 #: ../raphodo/prefs/preferencedialog.py:553 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:408 #: ../raphodo/prefs/preferencedialog.py:575 msgid "* Takes effect upon program restart" msgstr "* Hyn në fuqi pas rinisjes së programit" #: ../raphodo/prefs/preferencedialog.py:416 msgid "Program Automation" msgstr "Automatizimi i Programit" #: ../raphodo/prefs/preferencedialog.py:417 msgid "Mount devices not already automatically mounted" msgstr "Montoni pajisjet që nuk janë montuar tashmë automatikisht" #. Translators: This next sentence is used in a tool tip. Feel free to place the #. carriage return where you think it makes sense so that the tool tip does not #. stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:422 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" "Montoni pajisje si kartat e kujtesës ose disqet e jashtme kur\n" "sistemi operativ nuk i monton automatikisht ato" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading at program startup" msgstr "Shkarkimi të fillojë sapo të niset programi" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Start downloading upon device insertion" msgstr "Shkarkimi të fillojë sapo të vendoset pajisja" #: ../raphodo/prefs/preferencedialog.py:430 msgid "Unmount (eject) device upon download completion" msgstr "Çmonto (nxirr) pajisjen pas përfundimit të shkarkimit" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program when download completes" msgstr "Dil nga programi kur të përfundojë shkarkimi" #: ../raphodo/prefs/preferencedialog.py:433 msgid "Exit program even if download had warnings or errors" msgstr "" "Dilni nga programi edhe nëse shkarkimi kishte paralajmërime ose gabime" #: ../raphodo/prefs/preferencedialog.py:465 msgid "Thumbnail Generation" msgstr "Gjenerimi i miniaturave" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails" msgstr "Gjenero miniaturat" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Generate thumbnails to show in the main program window" msgstr "Gjenero miniatura për t'i shfaqur në dritaren kryesore të programit" #: ../raphodo/prefs/preferencedialog.py:470 msgid "Cache thumbnails" msgstr "Ruaj në memorien cache miniaturat" #: ../raphodo/prefs/preferencedialog.py:473 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" "Ruaj miniaturat e paraqitura në dritaren kryesore të programit në një " "memorie cache unike për miniaturat unike të Shkarkuesit të Shpejtë të Fotove" #: ../raphodo/prefs/preferencedialog.py:477 msgid "Generate system thumbnails" msgstr "Gjenero miniaturat e sistemit" #: ../raphodo/prefs/preferencedialog.py:480 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" "Gjatë shkarkimit, të ruhen miniaturat që mund të përdoren nga menaxherët e " "skedarëve të desktopit dhe programe të tjerë" #: ../raphodo/prefs/preferencedialog.py:489 msgid "Number of CPU cores used to generate thumbnails." msgstr "" "Numri i bërthamave të CPU-së të përdorura për të gjeneruar miniatura." #: ../raphodo/prefs/preferencedialog.py:490 msgid "CPU cores:" msgstr "Bërthamat e CPU-së:" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Thumbnail Cache" msgstr "Memoria cache e miniaturave" #: ../raphodo/prefs/preferencedialog.py:530 msgid "Calculating..." msgstr "Duke llogaritur..." #: ../raphodo/prefs/preferencedialog.py:536 msgid "days" msgstr "ditë" #: ../raphodo/prefs/preferencedialog.py:537 msgid "forever" msgstr "përgjithmonë" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Cache size:" msgstr "Madhësia e memories cache:" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Number of thumbnails:" msgstr "Numri i miniaturave:" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Database size:" msgstr "Madhësia e databazës:" #: ../raphodo/prefs/preferencedialog.py:550 msgid "Cache unaccessed thumbnails for:" msgstr "Ruaj në memorien cache miniaturat e paarritura për:" #: ../raphodo/prefs/preferencedialog.py:559 msgid "Purge Cache..." msgstr "Spastro memorien cache..." #: ../raphodo/prefs/preferencedialog.py:562 msgid "Optimize Cache..." msgstr "Optimizo memorien cache..." #: ../raphodo/prefs/preferencedialog.py:588 msgid "Ignore time zone and daylight savings changes" msgstr "Injoroni ndryshimet e zonës kohore dhe të kursimeve të ditës" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:598 msgid "Offset resolution (minutes):" msgstr "Rezolucioni i kompensuar (minuta):" #: ../raphodo/prefs/preferencedialog.py:601 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" "Shumëfishi i përdorur gjatë llogaritjes së kompensimit nga momenti kur u " "shkrep fillimisht fotografia ose videoja" #: ../raphodo/prefs/preferencedialog.py:615 msgid "When detecting if a file has been previously downloaded:" msgstr "Kur zbuloni nëse një skedar është shkarkuar më parë:" #: ../raphodo/prefs/preferencedialog.py:629 msgid "Learn more about time zone handling" msgstr "Mësoni më shumë rreth trajtimit të zonës kohore" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Skip download" msgstr "Kapërce shkarkimin" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Don't download the file, and issue an error message" msgstr "Mos e shkarkoni skedarin dhe lëshoni një mesazh gabimi" #: ../raphodo/prefs/preferencedialog.py:656 msgid "Add unique identifier" msgstr "Shto identifikues unik" #: ../raphodo/prefs/preferencedialog.py:659 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" "Shto një identifikues si _1 ose _2 në fund të emrit të skedarit, menjëherë " "para shtesës së skedarit" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Overwrite" msgstr "Mbishkruaj" #: ../raphodo/prefs/preferencedialog.py:668 msgid "Overwrite the previously backed up file" msgstr "Mbishkruaj skedarin e rezervuar më parë" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Skip" msgstr "Kapërce" #: ../raphodo/prefs/preferencedialog.py:671 msgid "Don't overwrite the backup file, and issue an error message" msgstr "Mos e mbishkruaj skedarin rezervë dhe lësho një mesazh gabimi" #: ../raphodo/prefs/preferencedialog.py:678 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" "Kur një foto ose video me të njëjtin emër është shkarkuar tashmë, zgjidh " "nëse do të kapërceni shkarkimin e skedarit, ose të shto një identifikues " "unik:" #: ../raphodo/prefs/preferencedialog.py:690 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" "Rekomandohet fuqimisht përdorimi i numrave të sekuencave për të gjeneruar " "automatikisht emra unikë skedarësh. Konfiguroni riemërimin e skedarit në " "panelin Riemërto në dritaren kryesore." #: ../raphodo/prefs/preferencedialog.py:701 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" "Kur bëni kopje rezervë, zgjidhni nëse do të mbishkruani një skedar në " "pajisjen rezervë që ka të njëjtin emër, ose kapërceni rezervimin:" #: ../raphodo/prefs/preferencedialog.py:722 msgid "Program Warnings" msgstr "Paralajmërimet e Programit" #: ../raphodo/prefs/preferencedialog.py:723 msgid "Show a warning when:" msgstr "Shfaq një paralajmërim kur:" #: ../raphodo/prefs/preferencedialog.py:727 msgid "Downloading files currently not displayed" msgstr "Shkarkimi i skedarëve aktualisht nuk shfaqet" #: ../raphodo/prefs/preferencedialog.py:730 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" "Paralajmëro kur do të shkarkohen skedarë që nuk shfaqen në dritaren kryesore." #: ../raphodo/prefs/preferencedialog.py:734 msgid "Backup destinations are missing" msgstr "Destinacionet e rezervimit mungojnë" #: ../raphodo/prefs/preferencedialog.py:736 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" "Paralajmëro para se të fillojë një shkarkim nëse nuk është e mundur të bëhet " "kopje rezervë të skedarëve." #: ../raphodo/prefs/preferencedialog.py:740 msgid "Program libraries are missing or broken" msgstr "Bibliotekat e programeve mungojnë ose janë prishur" #: ../raphodo/prefs/preferencedialog.py:743 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" "Paralajmëro nëse një bibliotekë programesh e përdorur nga Shkarkuesi i " "Shpejtë i Fotove mungon ose nuk funksionon." #: ../raphodo/prefs/preferencedialog.py:747 msgid "Filesystem metadata cannot be set" msgstr "Metadatat e sistemit të skedarëve nuk mund të vendosen" #: ../raphodo/prefs/preferencedialog.py:749 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" "Paralajmëro nëse ekziston një gabim në vendosjen e metadatave të sistemit të " "skedarëve, siç është koha e modifikimit të tij." #: ../raphodo/prefs/preferencedialog.py:753 msgid "Encountering unhandled files" msgstr "Përballja me skedarë të pa trajtuar" #: ../raphodo/prefs/preferencedialog.py:755 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" "Paralajmëro pasi skanohet një pajisje ose këtë kompjuter nëse ka skedarë të " "panjohur që nuk do të përfshihen në shkarkim." #: ../raphodo/prefs/preferencedialog.py:760 msgid "Do not warn about unhandled files with extensions:" msgstr "Mos paralajmëro për skedarë të pa trajtuar me shtesat:" #: ../raphodo/prefs/preferencedialog.py:765 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" "Shtesat e skedarëve janë të pandjeshme ndaj shkronjave dhe nuk kanë nevojë " "të përfshijnë pikën kryesore." #: ../raphodo/prefs/preferencedialog.py:769 msgid "Add" msgstr "Shto" #: ../raphodo/prefs/preferencedialog.py:771 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" "Shto një shtesë skedari në listën e llojeve të skedarëve të pa trajtuar për " "të mos u paralajmëruar." #: ../raphodo/prefs/preferencedialog.py:776 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" "Hiq një shtesë skedari në listën e llojeve të skedarëve të pa trajtuar për " "të mos u paralajmëruar." #: ../raphodo/prefs/preferencedialog.py:783 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" "Pastro listën e shtesave të skedarëve të llojeve të skedarëve të pa trajtuar " "për të mos u paralajmëruar." #: ../raphodo/prefs/preferencedialog.py:821 msgid "Photo and Video Consolidation" msgstr "Konsolidimi i Fotove dhe Videove" #: ../raphodo/prefs/preferencedialog.py:824 msgid "Consolidate files across devices and downloads" msgstr "Konsolidoni skedarët nëpër pajisje dhe shkarkime" #: ../raphodo/prefs/preferencedialog.py:827 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" "Analizo rezultatet e skanimeve të pajisjeve në kërkim të skedarëve dublikatë " "dhe përputhjen e çifteve RAW dhe JPEG,\n" "duke i krahasuar ato nëpër pajisje të shumta dhe seancat e shkarkimit." #: ../raphodo/prefs/preferencedialog.py:833 msgid "Treat matching RAW and JPEG files as:" msgstr "Trajto skedarët që përputhen RAW dhe JPEG si:" #: ../raphodo/prefs/preferencedialog.py:834 msgid "One photo" msgstr "Një foto" #: ../raphodo/prefs/preferencedialog.py:835 msgid "Two photos" msgstr "Dy foto" #: ../raphodo/prefs/preferencedialog.py:837 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" "Shfaq çiftet që përputhen të fotove RAW dhe JPEG si një foto dhe nëse " "shënohen, shkarkoni të dyja." #: ../raphodo/prefs/preferencedialog.py:842 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" "Shfaq çiftet e përputhura të fotove RAW dhe JPEG si dy foto të ndryshme. " "Mund të sinkronizoni përsëri numrat e tyre të sekuencave." #: ../raphodo/prefs/preferencedialog.py:851 msgid "With matching RAW and JPEG photos:" msgstr "Me fotot e përputhura RAW dhe JPEG:" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Do not mark JPEG for download" msgstr "Mos e shëno JPEG për shkarkim" #: ../raphodo/prefs/preferencedialog.py:854 msgid "Do not mark RAW for download" msgstr "Mos shëno RAW për shkarkim" #: ../raphodo/prefs/preferencedialog.py:855 msgid "Mark both for download" msgstr "Shënoji të dy për shkarkim" #: ../raphodo/prefs/preferencedialog.py:862 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" "Kur gjenden foto RAW dhe JPEG që përputhen, mos e shënoni automatikisht JPEG " "për të\n" "shkarkim. Mund ta shënoni për shkarkim vetë." #: ../raphodo/prefs/preferencedialog.py:868 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" "Kur gjenden foto RAW dhe JPEG që përputhen, mos shënjoni automatikisht RAW " "për të\n" "shkarkuar. Mund ta shënoni për shkarkim vetë." #: ../raphodo/prefs/preferencedialog.py:874 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" "Kur gjenden foto RAW dhe JPEG që përputhen, shënoni automatikisht të dy për " "shkarkim." #: ../raphodo/prefs/preferencedialog.py:880 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" "Nëse e çaktivizoni konsolidimin e skedarit, zgjidhni se çfarë të bëni kur " "futet një pajisje shkarkimi ndërsa shfaqen shkarkimet e përfunduara:" #: ../raphodo/prefs/preferencedialog.py:886 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" "Kur futet një pajisje shkarkimi ndërsa shfaqen shkarkimet e përfunduara:" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Clear completed downloads" msgstr "Pastro shkarkimet e përfunduara" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Keep displaying completed downloads" msgstr "Të vazhdojë shfaqja e shkarkimeve të përfunduara" #: ../raphodo/prefs/preferencedialog.py:906 msgid "Prompt for what to do" msgstr "Kërkoni çfarë të bëj" #: ../raphodo/prefs/preferencedialog.py:911 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" "Pastro automatikisht shfaqjen e shkarkimeve të përfunduara sa herë që futet " "një pajisje e re për shkarkim." #: ../raphodo/prefs/preferencedialog.py:916 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" "Vazhdo shfaqjen e shkarkimeve të përfunduara sa herë që futet një pajisje e " "re për shkarkim." #: ../raphodo/prefs/preferencedialog.py:921 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" "Kërko nëse duhet të vazhdojë shfaqja e shkarkimeve të përfunduara ose të " "pastrohen ato sa herë që futet një pajisje e re për shkarkim." #: ../raphodo/prefs/preferencedialog.py:968 msgid "Version Check" msgstr "Kontrolli i Versionit" #: ../raphodo/prefs/preferencedialog.py:969 msgid "Check for new version at startup" msgstr "Kontrollo për version të ri gjatë fillimit" #: ../raphodo/prefs/preferencedialog.py:972 msgid "Check for a new version of the program each time the program starts." msgstr "" "Kontrollo për një version të ri të programit sa herë që programi fillon." #: ../raphodo/prefs/preferencedialog.py:976 msgid "Include development releases" msgstr "Përfshi lëshimet e zhvillimit" #: ../raphodo/prefs/preferencedialog.py:978 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 "" "Përfshini lëshimet alfa, beta dhe zhvillime të tjera kur kontrolloni për një " "version të ri të programit.\n" "\n" "Nëse jeni duke ekzekutuar një version zhvillimi, kontrolli do të ndodhë " "gjithmonë." #: ../raphodo/prefs/preferencedialog.py:996 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "Injoro metadatat për datën/orën e DNG në pajisjet MTP" #: ../raphodo/prefs/preferencedialog.py:999 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" "Injoroni metadatat për datën/orën në skedarët DNG të vendosur në pajisjet " "MTP dhe në vend të tyre përdorni kohën e modifikimit të skedarit.\n" "\n" "E dobishme për pajisje si disa telefona dhe tableta që krijojnë metadata të " "pasakta DNG." #: ../raphodo/prefs/preferencedialog.py:1006 msgid "Read photo metadata using only ExifTool" msgstr "Lexoni metadatat e fotove duke përdorur vetëm ExifTool" #: ../raphodo/prefs/preferencedialog.py:1008 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" "Përdorni ExifTool në vend të Exiv2 për të lexuar metadatat e fotove dhe për " "të nxjerrë miniaturat.\n" "\n" "E parazgjedhur është që të përdorni Exiv2, duke u mbështetur në ExifTool " "vetëm kur Exiv2 nuk e mbështet\n" "formatin e skedarit që lexohet.\n" "\n" "Exiv2 është i shpejtë, i saktë dhe pothuajse gjithmonë i besueshëm, por " "prishet gjatë nxjerrjes\n" "së metadatave nga një numër i vogël skedarësh, të tilla si skedarët DNG të " "prodhuar nga kamerat\n" "Leica M8." #: ../raphodo/prefs/preferencedialog.py:1034 msgid "Completed Downloads" msgstr "Shkarkimet e Përfunduara" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1140 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1423 #, python-format msgid "Restores default %s preference values" msgstr "Rikthen vlerat e parazgjedhura të preferencës %s" #: ../raphodo/prefs/preferencedialog.py:1585 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" "Dëshironi të spastroni memorjen cache të miniaturave? Memoria cache do të " "pastrohet në nisjen tjetër të programit." #: ../raphodo/prefs/preferencedialog.py:1590 msgid "Purge Thumbnail Cache" msgstr "Spastro Memorjen Cache të Miniaturave" #: ../raphodo/prefs/preferencedialog.py:1605 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" "Dëshironi të optimizoni memorjen cache të miniaturave? Cache do të " "optimizohet në nisjen tjetër të programit." #: ../raphodo/prefs/preferencedialog.py:1610 msgid "Optimize Thumbnail Cache" msgstr "Optimizo Memorjen Cache të Miniaturave" #: ../raphodo/prefs/preferencedialog.py:1929 msgid "Enter a Folder to Scan" msgstr "Shkruaj një Dosje për të Skanuar" #: ../raphodo/prefs/preferencedialog.py:1931 msgid "Specify a folder that will be scanned for photos and videos" msgstr "Specifiko një dosje që do të skanohet për foto dhe video" #: ../raphodo/prefs/preferencedialog.py:1933 msgid "Folder:" msgstr "Dosje:" #: ../raphodo/prefs/preferencedialog.py:1947 msgid "Enter a Path to Ignore" msgstr "Shkruaj një shteg për të injoruar" #: ../raphodo/prefs/preferencedialog.py:1949 msgid "Specify a path that will never be scanned for photos or videos" msgstr "Specifiko një shteg që nuk do të skanohet kurrë për foto ose video" #: ../raphodo/prefs/preferencedialog.py:1951 msgid "Path:" msgstr "Shtegu:" #: ../raphodo/prefs/preferencedialog.py:1965 msgid "Enter a File Extension" msgstr "Shkruaj një Shtesë Skedari" #: ../raphodo/prefs/preferencedialog.py:1966 msgid "Specify a file extension (without the leading dot)" msgstr "Specifikoni një shtesë skedari (pa pikën kryesore)" #: ../raphodo/prefs/preferencedialog.py:1967 ../raphodo/ui/renamepanel.py:140 msgid "Extension:" msgstr "Shtesë:" #: ../raphodo/prefs/preferencedialog.py:1982 msgid "Invalid File Extension" msgstr "Shtesë Skedari e Pavlefshme" #: ../raphodo/prefs/preferencedialog.py:1987 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" "Shtesa e skedarit %s njihet nga Shkarkuesi i Shpejtë i Fotove, kështu " "që nuk ka kuptim të paralajmëroni për praninë e tij." #: ../raphodo/prefs/preferencedialog.py:1996 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" "Llojet e njohura të skedarëve:\n" "\n" "Fotot:\n" "%(photos)s\n" "\n" "Videot:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Të tjera:\n" "%(other)s" #: ../raphodo/prefs/preferences.py:311 msgid "Wedding" msgstr "Dasma" #: ../raphodo/prefs/preferences.py:311 msgid "Birthday" msgstr "Ditëlindja" #: ../raphodo/prefs/preferences.py:736 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Preferencat e nën-dosjeve nuk duhet të fillojnë me një %s" #: ../raphodo/prefs/preferences.py:740 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Preferencat e nën-dosjeve nuk duhet të përfundojnë me një %s" #: ../raphodo/prefs/preferences.py:747 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" "Preferencat e nën-dosjeve nuk duhet të përmbajnë dy %s njëra pas tjetrës" #: ../raphodo/ui/primarybutton.py:124 msgid "Download 8 Photos and 10 Videos" msgstr "Shkarko 8 Foto dhe 10 Video" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Gabim: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "Gabim: %s" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "Gabim i GPhoto2: %s" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" "Nuk mund të niset kamera, ndoshta sepse një program tjetër po e përdor atë. " "Asnjë skedar nuk u kopjua prej tij." #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "E pamundur të lexohet direktoria %s" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "Nuk mund të qaset koha ose madhësia e modifikimit nga %s" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "E pamundur të lexojë skedarin %s" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "E pamundur të shkruajë skedarin %s" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "E pamundur të zhvendosë skedarin %s" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "E pamundur të heqë skedarin %s" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "E pamundur të kopjojë skedarin %s" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "Skedari me gjatësi zero %s nuk do të shkarkohet" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" "Nuk mund të përcaktohet koha e modifikimit të sistemit të skedarit për %s" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "E pamundur të ngarkohen metadatat nga %s" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" "E pamundur të ngarkohen metadatat nga %(name)s. %(filetype)s nuk u shkarkua." #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" "Ndodhi një gabim gjatë vendosjes së metadatave të sistemit të skedarit në " "sistemin e skedarëve %s. Nëse ky gabim ndodh përsëri në të njëjtin sistem të " "skedarëve, ai nuk do të raportohet përsëri." #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "Skedari i pa trajtuar %s u ndesh. Nuk do të shkarkohet." #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)s tashmë ekziston." #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" "%(filetype)s në %(destination)s ekzistues u modifikua për herë të fundit në " "%(date)s në %(time)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "%(filetype)s në %(source)s nuk u shkarkua nga %(device)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "%(filetype)s në %(source)s u shkarkua nga %(device)s." #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "Identifikuesi unik '%s' u shtua në emrin e skedarit." #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "Rezervimi ekzistues i %(filetype)s në %(destination)s u modifikua për herë " "të fundit në %(date)s në %(time)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "%(filetype)s në %(source)s nuk u rezervua nga %(device)s." #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "Rezervimi i mëparshëm i %(filetype)s në %(destination)s u modifikua për herë " "të fundit në %(date)s në %(time)s." #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" "%(filetype)s %(source)s nga %(device)s u rezervua, duke mbrishkruar " "rezervimin e mëparshëm %(filetype)s." #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" "Gjatë sinkronizimit të vlerave të sekuencës RAW + JPEG, u has një dublikatë " "%(filetype)s i %(file)s, dhe nuk u shkarkua." #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" "Gjatë sinkronizimit të vlerave të sekuencës RAW + JPEG, u zbuluan foto me të " "njëjtët emra skedarësh, por të marrë në kohë të ndryshme:" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)s u mor në %(image1_date)s në %(image1_time)s, dhe %(image2)s në " "%(image2_date)s në %(image2_time)s." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "Nuk mund të finalizohet emri i skedarit për %s" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" "Emri i skedarit në %(destination)s nuk u gjenerua plotësisht për " "%(filetype)s në %(source)s." #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "Metadata për %(type)s mungon." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "Metadatat e mëposhtme mungojnë: %s." #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "Konvertimi datë/orë dështoi: %s." #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" "Nuk mund të nxirren metadatat e vlefshme të datës/orës ose të përcaktohet " "koha e modifikimit të skedarit." #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "Emri i skedarit nuk ka një shtesë." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "Emri i skedarit nuk ka një përbërës numerik." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "Gabim gjatë gjenerimit të përbërësit %(component)s. Gabim: %(error)s" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" "Nën-dosjet e shkarkimit %(folder)s u gjeneruan vetëm pjesërisht për " "%(filetype)s në %(source)s." #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" "Nuk ka të dhëna me të cilat mund të gjenerohet %(subfolder_file)s për " "%(filename)s. %(filetype)s nuk u shkarkua." #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" "Nuk mundi të krijojë %(filetype)s në %(destination)s në %(folder)s. Skedari " "për shkarkim ishte në %(source)s në %(device)s. Nuk u shkarkua." #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "Nuk mundi të krijojë nën-dosjen e shkarkimit %s." #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "Nuk mundi të krijojë nën-dosjen e rezervimit %s." #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "Probleme në skanim %s" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "Probleme në kopjimin nga %s" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" "Probleme gjatë finalizimit të emrave të skedarëve dhe gjenerimit të nën-" "dosjeve" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "Probleme gjatë rezervimit në %s" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 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:249 ../raphodo/proximity.py:278 #: ../raphodo/proximity.py:313 ../raphodo/proximity.py:319 #, 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:267 #, 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:288 ../raphodo/proximity.py:294 #: ../raphodo/proximity.py:1123 ../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:303 ../raphodo/proximity.py:307 #: ../raphodo/proximity.py:1130 ../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:328 #, 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:339 #, 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:473 #, 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:1135 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1893 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" "Koha e kaluar midis fotove dhe videove të njëpasnjëshme që përdoret për të " "ndërtuar Kohështrirjen" #. Translators: e.g. "45m", which is short for 45 minutes. #. Replace the very last character (after the d) with the correct #. localized value, keeping everything else. In other words, change #. only the m character. #: ../raphodo/proximity.py:1952 #, 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:1956 msgid "1.5h" msgstr "1.5o" #. Translators: e.g. "5h", which is short for 5 hours. #. Replace the very last character (after the d) with the correct localized #. value, keeping everything else. In other words, change only the h #. character. #: ../raphodo/proximity.py:1962 #, python-format msgid "%(hours)dh" msgstr "%(hours)do" #: ../raphodo/proximity.py:2101 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" "Kohështrirja grupon fotot dhe videot bazuar në sa kohë ka kaluar midis " "shkrepjeve radhazi. Përdoreni atë për të identifikuar fotot dhe videot e " "bëra në periudha të ndryshme në një ditë të vetme ose në disa ditë rresht." #: ../raphodo/proximity.py:2106 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" "Përdorni rrëshqitësin (më poshtë) për të rregulluar kohën e kaluar midis " "shkrepjeve të njëpasnjëshme që përdoret për të ndërtuar Kohështrirjen." #: ../raphodo/proximity.py:2109 msgid "Timeline build pending..." msgstr "Ndërtimi i Kohështrirjes në pritje..." #: ../raphodo/proximity.py:2110 msgid "Timeline is building..." msgstr "Kohështrirja është duke u ndërtuar..." #: ../raphodo/proximity.py:2112 msgid "" "The Timeline needs to be rebuilt because the file modification time does not " "match the time a shot was taken for one or more shots.

      The Timeline " "shows when shots were taken. The time a shot was taken is found in a photo " "or video's metadata. Reading the metadata is time consuming, so Rapid Photo " "Downloader avoids reading the metadata while scanning files. Instead it uses " "the time the file was last modified as a proxy for when the shot was taken. " "The time a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." msgstr "" "Kohështrirja duhet të rindërtohet sepse koha e modifikimit të skedarit nuk " "përputhet me kohën kur është bërë shkrepja për një ose më shumë shkrepje. " "

      Kohështrirja tregon se kur janë bërë shkrepjet. Koha kur është bërë " "shkrepja gjendet në metadatat e një fotoje ose video. Leximi i metadatave " "kërkon kohë, kështu që Shkarkuesi i Shpejtë i Fotove shmang leximin e " "metadatave gjatë skanimit të skedarëve. Në vend të kësaj, ajo përdor kohën " "kur skedari u modifikua për herë të fundit si një përfaqësues për të se kur " "u shkrep. Koha kur është shkrepur konfirmohet gjatë gjenerimit të " "miniaturave ose shkarkimit, e cila është koha kur lexohen metadatat." #: ../raphodo/proximity.py:2568 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" "Aktivizo sinkronizimin e Kohështrirjes dhe lëvizjes së miniaturave (Ctrl-T)" #: ../raphodo/rapid.py:473 ../raphodo/rapid.py:871 ../raphodo/rapid.py:4657 #: ../raphodo/rapid.py:4880 ../raphodo/rapid.py:4899 ../raphodo/rapid.py:4922 #: ../raphodo/rapid.py:4929 ../raphodo/rapid.py:5606 ../raphodo/rapid.py:6229 #: ../raphodo/rapid.py:7449 ../raphodo/ui/rememberthisdialog.py:112 #: ../raphodo/ui/viewutils.py:743 #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:1 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:3 msgid "Rapid Photo Downloader" msgstr "Shkarkues i Shpejtë Fotosh" #: ../raphodo/rapid.py:1156 msgid "" "ExifTool has a problem

      Rapid Photo Downloader uses ExifTool " "to get metadata from videos and photos. The program will run without it, but " "installing it is highly recommended." msgstr "" "ExifTool ka një problem

      Shkarkuesi i Shpejtë i Fotove përdor " "ExifTool për të marrë metadata nga videot dhe fotot. Programi do të " "ekzekutohet pa të, por instalimi i tij rekomandohet shumë." #: ../raphodo/rapid.py:1167 msgid "Problem with ExifTool" msgstr "Probleme me ExifTool" #: ../raphodo/rapid.py:1176 msgid "" "The library libmediainfo appears to be missing

      Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" "Libraria libmediainfo duket se mungon

      Shkarkuesi i Shpejtë i " "Fotove përdor libmediainfo për të marrë datën dhe orën e shkrepjes së një " "videoje. Programi do të funksionojë edhe pa të, por instalimi i tij është i " "rekomanduar." #: ../raphodo/rapid.py:1188 msgid "Problem with libmediainfo" msgstr "Problem me libmediainfo" #: ../raphodo/rapid.py:1367 #, python-format msgid "" "Cannot download from Apple devices

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

      Missing applications: " "%(applications)s

      Learn " "more about which software to install." msgstr "" "Nuk mund të shkarkohet nga pajisjet Apple

      Për të shkarkuar nga " "%(device)s, ky program kërkon të instalohet një program shtesë që " "bashkëvepron me pajisjet e Apple.

      Aplikacionet që mungojnë: " "%(applications)s

      Mësoni " "më shumë se cilin softuer të instaloni." #: ../raphodo/rapid.py:1766 msgid "Download failed" msgstr "Shkarkimi dështoi" #: ../raphodo/rapid.py:1769 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" "Na vjen keq, shkarkimi i versionit të ri të Shkarkuesit të Shpejtë të Fotove " "dështoi." #: ../raphodo/rapid.py:1778 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" "Versioni i ri u shkarkua me sukses. Dëshironi të mbyllni Shkarkuesin e " "Shpejtë të Fotove dhe ta instaloni tani?" #: ../raphodo/rapid.py:1782 msgid "Update Rapid Photo Downloader" msgstr "Përditëso Shkarkuesin e Shpejtë të Fotove" #: ../raphodo/rapid.py:1786 msgid "Install" msgstr "Instalo" #: ../raphodo/rapid.py:1804 msgid "New version saved" msgstr "Versioni i ri u ruajt" #: ../raphodo/rapid.py:1806 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" "Skedari tar dhe skripti i instaluesit ruhen në:\n" "\n" " %s" #: ../raphodo/rapid.py:1824 msgid "Upgrade failed" msgstr "Përditësimi dështoi" #: ../raphodo/rapid.py:1827 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" "Na vjen keq, përditësimi i Shkarkuesit të Shpejtë të Fotove dështoi sepse " "kishte një gabim në hapjen e instaluesit." #: ../raphodo/rapid.py:1873 msgid "" "\n" "

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

      \n" "

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

      " msgstr "" "\n" "

      Shkarkuesi i Shpejtë i Fotove është krijuar për ju. Ju mund të ndihmoni " "në përmirësimin e tij duke marrë pjesë në një\n" "sondazh në internet.

      \n" "

      Për shkak se ky program nuk mbledh analitikë, sondazhi bën një ndryshim \n" "të vërtetë në të ardhmen e programit.

      " #: ../raphodo/rapid.py:1883 msgid "The survey is in English." msgstr "Sondazhi është në anglisht." #: ../raphodo/rapid.py:1894 msgid "Do you want to take the survey?" msgstr "Dëshironi të merrni pjesë në sondazh?" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1897 msgid "Ask me later" msgstr "Më pyesni më vonë" #: ../raphodo/rapid.py:1898 msgid "Yes" msgstr "Po" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1901 msgid "I already took it" msgstr "Unë tashmë e kam bërë atë" #. Translators: "Never ask me about any survey" refers to now and in the future #: ../raphodo/rapid.py:1906 msgid "Never ask me about any survey" msgstr "Asnjëherë mos më pyet për ndonjë sondazh" #: ../raphodo/rapid.py:2110 ../raphodo/rapid.py:2914 msgid "Download" msgstr "Shkarko" #: ../raphodo/rapid.py:2114 msgid "&Refresh..." msgstr "&Rifresko..." #: ../raphodo/rapid.py:2118 msgid "&Preferences" msgstr "&Preferencat" #: ../raphodo/rapid.py:2122 msgid "&Quit" msgstr "&Dil" #: ../raphodo/rapid.py:2128 msgid "Windows &Drives" msgstr "&Disqet Windows" #: ../raphodo/rapid.py:2132 msgid "Error &Reports" msgstr "Gabimet e &Raporteve" #: ../raphodo/rapid.py:2137 msgid "Clear Completed Downloads" msgstr "Pastro Shkarkimet e Përfunduara" #: ../raphodo/rapid.py:2140 msgid "Get Help Online..." msgstr "Kërko Ndihmë në Internet..." #: ../raphodo/rapid.py:2144 msgid "&Tip of the Day..." msgstr "&Këshilla e Ditës..." #: ../raphodo/rapid.py:2147 msgid "Report a Problem..." msgstr "Raporto një Problem..." #: ../raphodo/rapid.py:2150 msgid "Make a Donation..." msgstr "Bëni një Dhurim..." #: ../raphodo/rapid.py:2153 msgid "Translate this Application..." msgstr "Përkthe këtë Aplikacion..." #: ../raphodo/rapid.py:2158 msgid "&About..." msgstr "&Rreth..." #: ../raphodo/rapid.py:2161 msgid "Check for Updates..." msgstr "Kontrollo për Përditësime..." #: ../raphodo/rapid.py:2250 msgid "Timeline" msgstr "Kohështrirje" #: ../raphodo/rapid.py:2258 msgid "Destination" msgstr "Destinacioni" #: ../raphodo/rapid.py:2260 msgid "Rename" msgstr "Riemërto" #: ../raphodo/rapid.py:2262 msgid "Back Up" msgstr "Rezervo" #: ../raphodo/rapid.py:2486 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" "Aktivizoni ose çaktivizoni përdorimin e pajisjeve të bashkangjitura në këtë " "kompjuter si burime shkarkimi" #: ../raphodo/rapid.py:2505 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" "Aktivizoni ose çaktivizoni përdorimin e një dosjeje në këtë kompjuter si një " "burim shkarkimi" #: ../raphodo/rapid.py:2508 msgid "This Computer" msgstr "Ky Kompjuter" #: ../raphodo/rapid.py:2522 msgid "Select a source folder" msgstr "Zgjidhni një dosje si burim" #: ../raphodo/rapid.py:2600 msgid "All" msgstr "Të gjitha" #: ../raphodo/rapid.py:2601 msgid "New" msgstr "I Ri" #: ../raphodo/rapid.py:2603 msgid "Show:" msgstr "Shfaq:" #: ../raphodo/rapid.py:2606 msgid "Modification Time" msgstr "Koha e Modifikimit" #: ../raphodo/rapid.py:2607 msgid "Checked State" msgstr "Gjendja e Kontrolluar" #: ../raphodo/rapid.py:2610 msgid "File Type" msgstr "Lloji i Skedarit" #: ../raphodo/rapid.py:2611 msgid "Device" msgstr "Pajisja" #: ../raphodo/rapid.py:2613 msgid "Sort:" msgstr "Rendit:" #: ../raphodo/rapid.py:2629 msgid "Select All:" msgstr "Përzgjidh të gjitha:" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:2894 #, python-format msgid "Download %(files)s" msgstr "Shkarko %(files)s" #: ../raphodo/rapid.py:2910 msgid "Resume Download" msgstr "Vazhdo Shkarkimin" #: ../raphodo/rapid.py:2912 msgid "Pause" msgstr "Pusho" #: ../raphodo/rapid.py:3049 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" "Faleminderit për raportimin e një problemi në Shkarkuesin e Shpejtë të Fotove" #: ../raphodo/rapid.py:3150 #, python-format msgid "" "Changing This Computer source path

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

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

      If you do change the path, the current download " "from This Computer will be cancelled." msgstr "" "Ndryshimi i shtegut të burimit të Këtij Kompjuteri

      A doni " "vërtet ta ndryshoni shtegun e burimit në %(new_path)s?

      Tani jeni duke " "shkarkuar nga %(source_path)s.

      Nëse ndryshoni këtë shteg, shkarkimi " "aktual nga Ky Kompjuter do të anulohet." #: ../raphodo/rapid.py:3244 msgid "You cannot change the download destination while downloading." msgstr "" "Ju nuk mund ta ndryshoni destinacionin e shkarkimit gjatë shkarkimit." #: ../raphodo/rapid.py:3258 #, python-format msgid "" "Confirm Download Destination

      Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" "Konfirmo Destinacionin e Shkarkimit

      A jeni i sigurt që " "dëshironi të vendosni destinacionin e shkarkimit të %(file_type)s në " "%(path)s?" #: ../raphodo/rapid.py:3346 msgid "" "\n" "Downloading all files

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

      \n" "Do you want to proceed with the download?" msgstr "" "\n" "Shkarkimi i të gjithë skedarëve

      \n" "Një shkarkim gjithmonë përfshin të gjitha skedarët që janë kontrolluar për " "shkarkim,\n" "përfshirë ato që nuk shfaqen aktualisht sepse Kohështrirja\n" "po përdoret ose sepse po shfaqen vetëm skedarë të rinj.
      \n" "Dëshironi të vazhdoni me shkarkimin?" #: ../raphodo/rapid.py:3511 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "Këto dosje të shkarkimit janë të pavlefshme:\n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3514 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Kjo dosje e shkarkimit është e pavlefshme:\n" "%s" #: ../raphodo/rapid.py:3517 msgid "Download Failure" msgstr "Dështim në Shkarkim" #: ../raphodo/rapid.py:3518 msgid "The download cannot proceed." msgstr "Shkarkimi nuk mund të vazhdojë." #: ../raphodo/rapid.py:3536 msgid "" "Photos and videos will not be backed up because there is nowhere to back " "them up. Do you still want to start the download?" msgstr "" "Fotot dhe videot nuk do të rezervohen sepse nuk ka ku të bëhet kopja " "rezervë. Dëshironi akoma të filloni shkarkimin?" #: ../raphodo/rapid.py:3547 ../raphodo/rapid.py:3561 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" "Nuk ekziston asnjë pajisje rezervimi për rezervimin e %(filetype)s. " "Dëshironi akoma të filloni shkarkimin?" #: ../raphodo/rapid.py:3549 ../raphodo/rpdfile.py:179 msgid "photos" msgstr "fotot" #: ../raphodo/rapid.py:3563 ../raphodo/rpdfile.py:174 msgid "videos" msgstr "videot" #: ../raphodo/rapid.py:3573 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

      Do you still want to start the download?" msgstr "" "Destinacionet e rezervimit të fotove dhe videove nuk ekzistojnë ose nuk " "mund të shkruhen.

      Dëshironi akoma të filloni shkarkimin?" #: ../raphodo/rapid.py:3589 ../raphodo/rapid.py:3605 #, python-format msgid "" "The %(filetype)s backup destination does not exist or cannot be written " "to.

      Do you still want to start the download?" msgstr "" "Destinacioni i rezervimit të %(filetype)s nuk ekziston ose nuk mund të " "shkruhet.

      Dëshironi akoma të filloni shkarkimin?" #: ../raphodo/rapid.py:3592 ../raphodo/rpdfile.py:181 ../raphodo/rpdfile.py:850 msgid "photo" msgstr "foto" #: ../raphodo/rapid.py:3608 ../raphodo/rpdfile.py:176 ../raphodo/rpdfile.py:912 msgid "video" msgstr "video" #: ../raphodo/rapid.py:3616 msgid "Backup problem" msgstr "Problemi i rezervimit" #: ../raphodo/rapid.py:4447 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s — %(time_left)s mbetur (%(speed)s)" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4527 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s të shkarkuar" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4537 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s dështuan të shkarkohen" #: ../raphodo/rapid.py:4543 ../raphodo/rapid.py:4650 msgid "warnings" msgstr "paralajmërimes" #: ../raphodo/rapid.py:4578 msgid "All downloads complete" msgstr "Të gjitha shkarkimet u përfunduan" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4588 ../raphodo/rapid.py:4603 ../raphodo/rapid.py:4619 #: ../raphodo/rapid.py:4634 ../raphodo/rapid.py:4649 #, 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:4593 ../raphodo/rapid.py:4624 #, python-format msgid "%(filetype)s downloaded" msgstr "%(filetype)s u shkarkuan" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4608 ../raphodo/rapid.py:4639 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s dështuan të shkarkohen" #: ../raphodo/rapid.py:4675 msgid "1 failure" msgstr "1 dështim" #: ../raphodo/rapid.py:4677 #, python-format msgid "%d failures" msgstr "%d dështime" #: ../raphodo/rapid.py:4682 msgid "1 warning" msgstr "1 paralajmërim" #: ../raphodo/rapid.py:4684 #, python-format msgid "%d warnings" msgstr "%d paralajmërime" #: ../raphodo/rapid.py:4709 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "U shkarkuan %(no_files_and_types)s nga %(devices)s" #: ../raphodo/rapid.py:4716 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "U shkarkuan %(no_files_and_types)s nga %(devices)s — %(failures)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4725 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Asnjë skedar nuk u shkarkua — %(failures)s" #: ../raphodo/rapid.py:4727 msgid "No files downloaded" msgstr "Asnjë skedar nuk u shkarkua" #: ../raphodo/rapid.py:4767 msgid "Program preferences are invalid" msgstr "Preferencat e programit janë të pavlefshme" #: ../raphodo/rapid.py:4886 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

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

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

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

      Alternatively, you can ignore " "the %(camera)s." msgstr "" "Të gjitha skedarët në %(camera)s janë të paarritshëm.

      Mund të " "jetë i kyçur ose jo i konfiguruar për transferimin e skedarëve duke përdorur " "USB. Mund ta zhbllokoni dhe provoni përsëri.

      Në disa modele " "gjithashtu duhet të ndryshoni cilësimin për të lejuar përdorimin e USB për " "Transferimin e Skedarëve.

      Mësoni më shumë rreth s" "hkarkimi nga kamerat dhe " "aktivizimi i shkarkimit nga telefonat.

      Përndryshe, ju mund të " "injoroni %(camera)s." #: ../raphodo/rapid.py:4905 #, python-format msgid "" "The %(camera)s appears to be in use by another " "application.

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

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

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

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

      Alternatively, you can ignore " "the %(camera)s." msgstr "" "%(camera)s duket se po përdoret nga një aplikacion " "tjetër.

      Shkarkuesi i Shpejtë i Fotove nuk mund të ketë qasje në " "një telefon ose aparat fotografik që po përdoret nga një program tjetër si " "një menaxher skedarësh.< br>
      Nëse pajisja është montuar në menaxherin " "tuaj të skedarëve, së pari duhet të "nxirrni" atë nga programi " "tjetër duke mbajtur të lidhur %(camera)s.

      Nëse kjo nuk funksionon, " "shkëputni %(camera)s nga kompjuteri dhe futeni përsëri.

      Mësoni më " "shumë rreth s" "hkarkimit nga kamerat dhe " "aktivizimi i shkarkimit nga telefonat.

      Përndryshe, ju mund të " "injoroni %(camera)s." #: ../raphodo/rapid.py:4925 msgid "Enable access to the iOS Device" msgstr "Aktivizoni aksesin në pajisjen iOS" #: ../raphodo/rapid.py:4936 msgid "&Try Again" msgstr "&Provoje Përsëri" #: ../raphodo/rapid.py:4937 msgid "&Ignore This Device" msgstr "&Injoro këtë pajisje" #: ../raphodo/rapid.py:5029 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "Na vjen keq, një problem i papritur ndodhi gjatë skanimit të %s." #: ../raphodo/rapid.py:5032 msgid "Unfortunately you cannot download from this device." msgstr "Fatkeqësisht nuk mund të shkarkoni nga kjo pajisje." #: ../raphodo/rapid.py:5036 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" "Një zgjidhje e mundshme për problemin mund të jetë shkarkimi nga karta e " "memorjes së kamerës duke përdorur një lexues kartash." #: ../raphodo/rapid.py:5041 msgid "Device scan failed" msgstr "Dështoi skanimi i pajisjes" #: ../raphodo/rapid.py:5578 #, python-format msgid "" "The %(camera)s cannot be scanned because it cannot be " "unmounted.

      You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again." msgstr "" "%(camera)s nuk mund të skanohet sepse nuk mund të " "çmontohet.

      Ju mund të mbyllni çdo aplikacion tjetër (të tillë si " "një shfletues skedari) që po e përdor atë dhe të provoni përsëri. Nëse kjo " "nuk funksionon, shkëputni %(camera)s nga kompjuteri dhe lidheni përsëri." #: ../raphodo/rapid.py:5613 #, python-format msgid "" "The download cannot start because the %(camera)s cannot be " "unmounted.

      You can close any other application (such as a file " "browser) that is using it and try again. If that does not work, unplug the " "%(camera)s from the computer and plug it in again, and choose which files " "you want to download from it." msgstr "" "Shkarkimi nuk mund të fillojë sepse %(camera)s nuk mund të " "çmontohet.

      Mund të mbyllni çdo aplikacion tjetër (të tillë si një " "shfletues skedari) që po e përdor atë dhe të provoni përsëri. Nëse kjo nuk " "funksionon, shkëputni %(camera)s nga kompjuteri dhe lidheni përsëri, dhe " "zgjidhni cilat skedarë dëshironi të shkarkoni prej tij." #: ../raphodo/rapid.py:5775 msgid "Completed Downloads Present" msgstr "Shkarkimet e Përfunduara të Pranishëm" #: ../raphodo/rapid.py:5777 #, python-format msgid "%s whose download have completed are displayed." msgstr "Shfaqen %s shkarkimi i të cilave ka përfunduar." #: ../raphodo/rapid.py:5779 msgid "Do you want to clear the completed downloads?" msgstr "Dëshironi të pastroni shkarkimet e përfunduara?" #: ../raphodo/rapid.py:5781 msgid "Completed Download Present" msgstr "Prania e Shkarkimeve të Përfunduar" #: ../raphodo/rapid.py:5782 #, python-format msgid "%s whose download has completed is displayed." msgstr "Shfaqet %s shkarkimi i të cilave ka përfunduar." #: ../raphodo/rapid.py:5783 msgid "Do you want to clear the completed download?" msgstr "Dëshironi të pastroni shkarkimin e përfunduar?" #: ../raphodo/rapid.py:5867 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "Dëshironi të shkarkoni foto dhe video nga pajisja %(device)s?" #: ../raphodo/rapid.py:6212 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "Dëshironi të injoroni %s sa herë që ekzekutohet ky program?" #: ../raphodo/rapid.py:6216 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" "Të gjitha kamerat, telefonat dhe tabletët me të njëjtin emër modeli do të " "injorohen." #: ../raphodo/rapid.py:6222 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" "Dëshiron të injoroni pajisjen %s sa herë që ekzekutohet ky program?" #: ../raphodo/rapid.py:6226 msgid "Any device with the same name will be ignored." msgstr "Çdo pajisje me të njëjtin emër do të injorohet." #: ../raphodo/rapid.py:6645 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "Duke shkarkuar nga%(location)s në Këtë Kompjuter." #: ../raphodo/rapid.py:6649 msgid "" "Do you really want to download from here?

      On some systems, scanning " "this location can take a very long time." msgstr "" "Dëshironi vërtet të shkarkoni nga këtu?

      Në disa sisteme, skanimi i " "këtij vendndodhje mund të zgjasë shumë." #: ../raphodo/rapid.py:6705 #, python-format msgid "Generating thumbnails for %s" msgstr "Duke gjeneruar miniaturat për %s" #: ../raphodo/rapid.py:6712 #, python-format msgid "Scanning %s" msgstr "Duke skanuar %s" #: ../raphodo/rapid.py:6726 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" "%(number)s nga %(available files)s të kontrolluar për shkarkim (%(hidden)s " "hidden)" #: ../raphodo/rapid.py:6738 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "%(number)s nga %(available files)s janë kontrolluar për shkarkim" #: ../raphodo/rapid.py:7035 msgid "Show version numbers of program and its libraries and exit." msgstr "Shfaq numrat e versionit të programit dhe libraritë tij dhe dil." #: ../raphodo/rapid.py:7042 msgid "Display program information when run from the command line." msgstr "" "Shfaq informacionin e programit kur ekzekutohet nga komanda në terminal." #: ../raphodo/rapid.py:7048 msgid "Display debugging information when run from the command line." msgstr "" "Shfaq informacionin e kontrollit të gabimeve kur ekzekutohet nga komanda në " "terminal." #: ../raphodo/rapid.py:7055 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" "Rendit shtesat e skedarëve për foto dhe video që programi njeh dhe dil." #: ../raphodo/rapid.py:7061 msgid "Turn on or off the the renaming of photos." msgstr "Aktivizoni ose çaktivizoni riemërtimin e fotove." #: ../raphodo/rapid.py:7067 msgid "Turn on or off the the renaming of videos." msgstr "Aktivizoni ose çaktivizoni riemërtimin e videove." #: ../raphodo/rapid.py:7075 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" "Aktivizoni ose çaktivizoni zbulimin automatik të pajisjeve nga të cilat mund " "të shkarkoni." #: ../raphodo/rapid.py:7083 msgid "Turn on or off downloading from this computer." msgstr "Aktivizoni ose çaktivizoni shkarkimin nga ky kompjuter." #: ../raphodo/rapid.py:7088 ../raphodo/rapid.py:7095 ../raphodo/rapid.py:7102 #: ../raphodo/rapid.py:7146 ../raphodo/rapid.py:7156 msgid "PATH" msgstr "SHTEG" #: ../raphodo/rapid.py:7090 msgid "The PATH on this computer from which to download." msgstr "SHTEGU në këtë kompjuter nga e cila mund të shkarkohet." #: ../raphodo/rapid.py:7097 msgid "The PATH where photos will be downloaded to." msgstr "SHTEGU, në të cilën do të shkarkohen fotot." #: ../raphodo/rapid.py:7104 msgid "The PATH where videos will be downloaded to." msgstr "SHTEGU, në të cilën do të shkarkohen videot." #: ../raphodo/rapid.py:7111 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" "Aktivizoni ose çaktivizoni rezervimin e fotove dhe videove gjatë shkarkimit." #: ../raphodo/rapid.py:7117 msgid "Turn on or off the automatic detection of backup devices." msgstr "" "Aktivizoni ose çaktivizoni zbulimin automatik të pajisjeve rezervimit." #: ../raphodo/rapid.py:7122 ../raphodo/rapid.py:7134 msgid "FOLDER" msgstr "DOSJE" #: ../raphodo/rapid.py:7125 msgid "" "The FOLDER in which backups are stored on the automatically detected photo " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "photos up to, create a folder on it with this name." msgstr "" "DOSJA në të cilën ruhen kopjet rezervë në pajisjen e rezervimit të fotove të " "zbuluar automatikisht, me emrin e dosjes që përdoret për të identifikuar " "nëse pajisja përdoret ose jo për rezervime. Për secilën pajisje që dëshironi " "të përdorni për të rezervuar fotot, krijoni një dosje në të me këtë emër." #: ../raphodo/rapid.py:7137 msgid "" "The FOLDER in which backups are stored on the automatically detected video " "backup device, with the folder's name being used to identify whether or not " "the device is used for backups. For each device you wish to use for backing " "up videos to, create a folder on it with this name." msgstr "" "DOSJA në të cilën ruhen kopjet rezervë në pajisjen e rezervimit të videove " "të zbuluar automatikisht, me emrin e dosjes që përdoret për të identifikuar " "nëse pajisja përdoret ose jo për rezervime. Për secilën pajisje që dëshironi " "të përdorni për të rezervuar videot, krijoni një dosje në të me këtë emër." #: ../raphodo/rapid.py:7149 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" "SHTEGU ku do të rezervohen fotot kur çaktivizohet zbulimi automatik i " "pajisjeve të rezervimit." #: ../raphodo/rapid.py:7159 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" "SHTEGU ku do të rezervohen videot kur çaktivizohet zbulimi automatik i " "pajisjeve të rezervimit." #: ../raphodo/rapid.py:7167 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "Injoroni fotot me shtesat e mëposhtme: %s" #: ../raphodo/rapid.py:7177 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" "Aktivizo ose çaktivizo fillimin e shkarkimeve sapo fillon vetë programi." #: ../raphodo/rapid.py:7184 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" "Aktivizo ose çaktivizo fillimin e shkarkimeve sapo të lidhet një pajisje." #: ../raphodo/rapid.py:7191 msgid "" "Turn on or off use of the Rapid Photo Downloader Thumbnail Cache. Turning it " "off does not delete existing cache contents." msgstr "" "Aktivizo ose çaktivizo përdorimin e Memorjes Cache të Miniaturave të " "Shkarkuesit të Shpejtë të Fotove. Çaktivizimi i tij nuk fshin përmbajtjet " "ekzistuese të memorjes cache." #: ../raphodo/rapid.py:7200 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" "Fshi të gjitha miniaturat në Memorjen Cache të Miniaturave të Shkarkuesit të " "Shpejtë të Fotove dhe dil." #: ../raphodo/rapid.py:7208 msgid "Forget which files have been previously downloaded, and exit." msgstr "Harro se cilat skedarë janë shkarkuar më parë dhe dil." #: ../raphodo/rapid.py:7215 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" "Importo preferencat nga një version i vjetër i programit dhe dil. Kërkon " "programin e rreshtit komandës gconftool-2." #: ../raphodo/rapid.py:7224 msgid "" "Reset all program settings to their default values, delete all thumbnails in " "the Thumbnail cache, forget which files have been previously downloaded, and " "exit." msgstr "" "Rivendos të gjitha cilësimet e programit në vlerat e tyre të paracaktuara, " "fshi të gjitha miniaturat në memorjen cache të Miniaturave, harro cilat " "skedarë janë shkarkuar më parë dhe dil." #: ../raphodo/rapid.py:7232 msgid "Include gphoto2 debugging information in log files." msgstr "" "Përfshi informacionin e kontrollit te gabimeve të gphoto2 në skedarët e " "regjistrave." #: ../raphodo/rapid.py:7238 msgid "Print information to the terminal about attached cameras and exit." msgstr "" "Shtyp informacionin në terminal për kamerat e bashkangjitura dhe dil." #: ../raphodo/rapid.py:7245 msgid "Use the system Qt theme instead of the built-in theme" msgstr "Përdorni temën Qt të sistemit në vend të temës së integruar" #: ../raphodo/rapid.py:7255 msgid "Run this program in wayland or regular X11" msgstr "Ekzekutoni këtë program në wayland ose në X11 e zakonshëm" #: ../raphodo/rapid.py:7348 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" "Për të importuar preferenca nga versioni i vjetër i Shkarkuesit të Shpejtë " "të Fotove, duhet të instaloni programin gconftool-2." #: ../raphodo/rapid.py:7359 msgid "No prior program preferences detected: exiting." msgstr "Asnjë preferencë mëparshme e programit nuk është zbuluar: duke dalë." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:7366 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" "Duke importuar preferencat nga Shkarkuesi i Shpejtë i Fotove %(version)s" #: ../raphodo/rapid.py:7437 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" "Dëshironi të kopjoni numrin e ruajtur të sekuencës, i cili ka vlerën %d?" #: ../raphodo/rapid.py:7452 msgid "Program aborting." msgstr "Programi po aborton." #: ../raphodo/rapid.py:7542 msgid "Never run this program as the sudo / root user." msgstr "Asnjëherë mos e ekzekutoni këtë program si përdorues sudo / root." #: ../raphodo/rapid.py:7547 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" "Duhet të instaloni ExifTool për të ekzekutuar Shkarkuesin e Shpejtë të " "Fotove." #: ../raphodo/rapid.py:7562 msgid "" "Rapid Photo Downloader is installed in multiple locations.\n" "\n" "Uninstall all copies except the version you want to run." msgstr "" "Shkarkuesi i Shpejtë i Fotove është instaluar në shumë vende.\n" "\n" "Çinstaloni të gjitha kopjet përveç versionit që dëshironi të ekzekutoni." #: ../raphodo/rapid.py:7637 msgid "" "When specifying a path on the command line, do not also specify an\n" "option for device auto detection or a path on \"This Computer\"." msgstr "" "Kur specifikoni një shteg në rreshtin e komandës, mos specifikoni gjithashtu " "një\n" "mundësi për zbulimin automatik të pajisjes ose një shteg në \"Ky Kompjuter\"." #: ../raphodo/rapid.py:7842 msgid "All settings and caches have been reset." msgstr "Të gjitha cilësimet dhe memorjet cache janë rivendosur." #: ../raphodo/rapid.py:7850 msgid "Thumbnail Cache has been reset." msgstr "Memorja Cache e Miniaturave është rivendosur." #: ../raphodo/rapid.py:7856 msgid "Remembered files have been forgotten." msgstr "Dosjet e ruajtura në kujtesë janë harruar." #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Remember this choice" msgstr "&Mbaj mënd këtë zgjedhje" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't ask me about this again" msgstr "&Mos më pyet përsëri për këtë" #: ../raphodo/ui/rememberthisdialog.py:80 msgid "&Don't warn me about this again" msgstr "&Mos më paralajmëro përsëri për këtë" #: ../raphodo/ui/rememberthisdialog.py:87 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" "&Mos më paralajmëroni përsëri për libraritë e programeve që mungojnë ose " "janë dëmtuar" #: ../raphodo/renameandmovefile.py:626 msgid "subfolder and filename" msgstr "nëndosja dhe emri i skedarit" #: ../raphodo/renameandmovefile.py:628 msgid "filename" msgstr "emri i skedarit" #: ../raphodo/renameandmovefile.py:630 msgid "subfolder" msgstr "nëndosje" #: ../raphodo/ui/renamepanel.py:327 msgid "A counter for how many downloads occur on each day" msgstr "Një numërues për sa shkarkime ndodhin çdo ditë" #: ../raphodo/ui/renamepanel.py:328 msgid "Downloads today:" msgstr "Shkarkimet sot:" #: ../raphodo/ui/renamepanel.py:350 msgid "A counter that is remembered each time the program is run " msgstr "Një numërues që mbahet mend sa herë që ekzekutohet programi " #: ../raphodo/ui/renamepanel.py:351 msgid "Stored number:" msgstr "Numri i ruajtur:" #: ../raphodo/ui/renamepanel.py:363 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" "Koha në të cilën Shkarkimet sot numri i sekuencës duhet të rivendoset" #: ../raphodo/ui/renamepanel.py:365 msgid "Day start:" msgstr "Fillimi i ditës:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:375 msgid "Synchronize RAW + JPEG" msgstr "Sinkronizo RAW + JPEG" #: ../raphodo/ui/renamepanel.py:379 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" "Sinkronizoni numrat e sekuencave për përputhjen e çifteve RAW dhe JPEG.\n" "\n" "Shihni dokumentacionin në internet për më shumë detaje." #: ../raphodo/ui/renamepanel.py:384 msgid "Sequence Numbers" msgstr "Numrat e sekuencës" #: ../raphodo/ui/renamepanel.py:395 msgid "Strip incompatible characters" msgstr "Zhvesh karaktere të papajtueshme" #: ../raphodo/ui/renamepanel.py:400 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" "Nëse fotot, videot dhe emrat e dosjeve duhet të heqin ndonjë karakter që nuk " "lejohet nga sistemet e tjera operative" #: ../raphodo/ui/renamepanel.py:404 msgid "Compatibility" msgstr "Përputhshmëria" #: ../raphodo/ui/renamepanel.py:484 msgid "Photo Renaming" msgstr "Riemërtimi i Fotove" #: ../raphodo/ui/renamepanel.py:488 msgid "Video Renaming" msgstr "Riemërtimi i Videove" #: ../raphodo/ui/renamepanel.py:492 msgid "Renaming Options" msgstr "Mundësitë e Riemertimit" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "fotot dhe videot" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "fotot ose videot" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:273 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:302 msgid "a video" msgstr "një video" #: ../raphodo/rpdfile.py:304 msgid "1 Video" msgstr "1 Video" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:314 msgid "a photo" msgstr "një foto" #: ../raphodo/rpdfile.py:316 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:830 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s në %(camera)s" #: ../raphodo/rpdfile.py:851 msgid "Photo" msgstr "Foto" #: ../raphodo/rpdfile.py:913 msgid "Video" msgstr "Video" #: ../raphodo/storage/storage.py:251 msgid "File system root" msgstr "Rrënja e sistemit të skedarit" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:589 msgid "Pictures" msgstr "Figurat" #: ../raphodo/sudocommand.py:93 msgid "Sorry, the password was incorrect." msgstr "Na vjen keq, fjalëkalimi ishte i pasaktë." #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:100 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "Për të kryer detyra administrative, futni fjalëkalimin për %s." #: ../raphodo/sudocommand.py:140 msgid "Password:" msgstr "Fjalëkalimi:" #: ../raphodo/thumbnaildisplay.py:583 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "Marrë në %(date_time)s (%(human_readable)s" #: ../raphodo/thumbnaildisplay.py:593 #, python-format msgid "Modified on %(date_time)s (%(human_readable)s)" msgstr "Modifikuar më %(date_time)s (%(human_readable)s)" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/thumbnaildisplay.py:605 ../raphodo/thumbnaildisplay.py:668 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:623 #, python-format msgid "Memory cards: %s" msgstr "Kartat e memorjes: %s" #: ../raphodo/thumbnaildisplay.py:628 #, python-format msgid "Memory card: %s" msgstr "Kartë memorje: %s" #: ../raphodo/thumbnaildisplay.py:635 msgid "Downloaded as:" msgstr "Shkarkuar si:" #: ../raphodo/thumbnaildisplay.py:682 #, python-format msgid "

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

      Shkarkimi i mëparshëm:
      %(filename)s
      %(path)s
      %(date)s" #: ../raphodo/thumbnaildisplay.py:691 #, python-format msgid "

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

      Vendosni manualisht si të shkarkuar më parë në %(date)s" #: ../raphodo/thumbnaildisplay.py:2257 msgid "Copy Path" msgstr "Kopjo Shtegun" #: ../raphodo/thumbnaildisplay.py:2263 msgid "Mark File as Downloaded" msgstr "Shënoje Skedarin si të Shkarkuar" #: ../raphodo/thumbnaildisplay.py:2268 msgid "Mark Files as Downloaded" msgstr "Shënoji Skedarët si të Shkarkuar" #: ../raphodo/utilities.py:215 msgid "B" msgstr "B" #: ../raphodo/utilities.py:216 msgid "KB" msgstr "KB" #: ../raphodo/utilities.py:217 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:218 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:219 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:220 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:221 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:222 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:223 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:486 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s dhe %(last_item)s" #: ../raphodo/utilities.py:570 msgid "one" msgstr "një" #: ../raphodo/utilities.py:571 msgid "two" msgstr "dy" #: ../raphodo/utilities.py:572 msgid "three" msgstr "tre" #: ../raphodo/utilities.py:573 msgid "four" msgstr "katër" #: ../raphodo/utilities.py:574 msgid "five" msgstr "pesë" #: ../raphodo/utilities.py:575 msgid "six" msgstr "gjashtë" #: ../raphodo/utilities.py:576 msgid "seven" msgstr "shtatë" #: ../raphodo/utilities.py:577 msgid "eight" msgstr "tetë" #: ../raphodo/utilities.py:578 msgid "nine" msgstr "nëntë" #: ../raphodo/utilities.py:579 msgid "ten" msgstr "dhjetë" #: ../raphodo/utilities.py:580 msgid "eleven" msgstr "njëmbëdhjetë" #: ../raphodo/utilities.py:581 msgid "twelve" msgstr "dymbëdhjetë" #: ../raphodo/utilities.py:582 msgid "thirteen" msgstr "trembëdhjetë" #: ../raphodo/utilities.py:583 msgid "fourteen" msgstr "katërmbëdhjetë" #: ../raphodo/utilities.py:584 msgid "fifteen" msgstr "pesëmbëdhjetë" #: ../raphodo/utilities.py:585 msgid "sixteen" msgstr "gjashtëmbëdhjetë" #: ../raphodo/utilities.py:586 msgid "seventeen" msgstr "shtatëmbëdhjetë" #: ../raphodo/utilities.py:587 msgid "eighteen" msgstr "tetëmbëdhjetë" #: ../raphodo/utilities.py:588 msgid "ninenteen" msgstr "nëntëmbëdhjetë" #: ../raphodo/utilities.py:589 msgid "twenty" msgstr "njëzet" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&OK" msgstr "&Në rregull" #: ../raphodo/ui/viewutils.py:680 ../raphodo/ui/viewutils.py:700 msgid "&Save" msgstr "&Ruaj" #: ../raphodo/ui/viewutils.py:681 msgid "&Help" msgstr "&Ndihmë" #: ../raphodo/ui/viewutils.py:682 msgid "Restore Defaults" msgstr "Rikthe Parazgjedhjet" #: ../raphodo/ui/viewutils.py:683 ../raphodo/ui/viewutils.py:701 msgid "&Yes" msgstr "&Po" #: ../raphodo/ui/viewutils.py:684 ../raphodo/ui/viewutils.py:702 msgid "&No" msgstr "&Jo" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:105 #, python-format msgid "Create directory %(path)s" msgstr "Krijo direktorinë %(path)s" #: ../raphodo/wsl.py:109 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "Monto diskun %(drive)s: në %(path)s" #: ../raphodo/wsl.py:115 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "Çmonto diskun %(drive)s: nga %(path)s" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:309 #, python-format msgid "Mount drives %s" msgstr "Monto disqet %s" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:314 #, python-format msgid "Mount drive %s" msgstr "Monto diskun %s" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:321 #, python-format msgid "Unmount drives %s" msgstr "Çmonto disqet %s" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drive %s" msgstr "Çmonto diskun %s" #: ../raphodo/wsl.py:390 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "Na vjen keq, ndodhi një gabim gjatë montimit të disqeve %s" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "Na vjen keq, ndodhi një gabim gjatë çmontimit të disqeve %s" #: ../raphodo/wsl.py:403 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "Na vjen keq, ndodhi një gabim gjatë montimit të diskut %s" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "Na vjen keq, ndodhi një gabim gjatë çmontimit të diskut %s" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:558 msgid "Windows Drives" msgstr "Disqet e Windows" #: ../raphodo/wsl.py:562 msgid "Enable automatic mounting of Windows drives" msgstr "Aktivizo montimin automatik të disqeve të Windows" #: ../raphodo/wsl.py:566 msgid "Automatically mount all Windows drives" msgstr "Montoni automatikisht të gjithë disqet e Windows" #: ../raphodo/wsl.py:570 msgid "Only automatically mount Windows drives that are configured below" msgstr "" "Montoni automatikisht vetëm disqet Windows që janë konfiguruar më poshtë" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:594 msgid "User Mounted" msgstr "Montuar nga Përdoruesi" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:596 msgid "System Mounted" msgstr "Montuar nga Sistemi" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:598 msgid "Drive" msgstr "Disku" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "Mount Point" msgstr "Pika e Montimit" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "Automatic Mount" msgstr "Montimi Automatik" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Automatic Unmount at Exit" msgstr "Çmontimin Automatik në Dalje" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:638 msgid "Pending Operations:" msgstr "Operacionet në Pritje:" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:652 msgid "&Apply Pending Operations" msgstr "&Apliko Operacionet në Pritje" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1459 #, python-format msgid "Do you want to mount drive %s?" msgstr "Dëshironi të montoni diskun %s?" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1463 #, python-format msgid "Do you want to mount drives %s?" msgstr "Dëshironi të montoni disqet %s?" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1606 msgid "Removable Drive" msgstr "Disku i lëvizshëm" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1612 msgid "Local Drive" msgstr "Disku Lokal" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" "Shkarkoni, riemërtoni dhe bëni kopje rezervë të fotove dhe videove nga " "kamerat dhe pajisjet e tjera" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" "Shkarkuesi i Shpejtë i Fotove importon foto dhe video nga kamerat, " "telefonat, kartat e kujtesës dhe pajisjet e tjera me shpejtësi të lartë. " "Mund të konfigurohet për të riemërtuar fotot dhe videot me emra të " "kuptimplote të skedarëve që specifikoni. Gjithashtu mund të rezervojë " "fotografi dhe video ndërsa shkarkohen. Shkarkon dhe rezervon njëkohësisht në " "pajisje të shumta." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" "E veçantë për Shkarkuesin e Shpejtë të Fotove është Kohështrirja e tij, e " "cila grupon fotot dhe videot bazuar në sa kohë ka kaluar midis shkrepjeve " "radhazi. Përdoreni atë për të identifikuar fotot dhe videot e bëra në " "periudha të ndryshme në një ditë të vetme ose në ditë rresht." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" "Shkruar nga një fotograf për fotografë profesionistë dhe amatorë, Shkarkuesi " "i shpejtë i Fotove është i lehtë për tu konfiguruar dhe përdorur. " "Preferencat e programit konfigurohen pa pasur nevojë për kode të " "komplikuara. Detyrat e zakonshme mund të automatizohen, siç është heqja e " "një karte memorie kur përfundon shkarkimi." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "Dritarja kryesore" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "Riemërtimi" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "Shkarkues fotosh" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" "foto;shkarko;fotografi;importo;video;RAW;kamera;telefon;gëlltis;rezervo;memor" "je;kartë;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "Shkarkoni Foto dhe Video me Shkarkuesin e Shpejtë të Fotove" #~ msgid "Berlin" #~ msgstr "Berlin" #~ msgid "Paris" #~ msgstr "Paris" #~ msgid "Prague" #~ msgstr "Praga" #~ msgid "Kampala" #~ msgstr "Kampala" #~ msgid "Helsinki" #~ msgstr "Helsinki" #~ msgid "Tehran" #~ msgstr "Teherani" #~ msgid "Rome" #~ msgstr "Romë" #~ msgid "Moscow" #~ msgstr "Moskë" #~ msgid "Sydney" #~ msgstr "Sidnei" #~ msgid "Budapest" #~ msgstr "Budapest" #~ msgid "Jakarta" #~ msgstr "Xhakarta" #~ msgid "Delhi" #~ msgstr "Delhi" #~ msgid "Warsaw" #~ msgstr "Varshavë" #~ msgid "Madrid" #~ msgstr "Madrid" #~ msgid "Select a folder to download photos to" #~ msgstr "Zgjidhni një dosje për të shkarkuar fotot" #~ msgid "Stockholm" #~ msgstr "Stokholm" #~ msgid "Manila" #~ msgstr "Manila" #, python-format #~ msgid "Example: %s" #~ msgstr "Shembull: %s" #~ msgid "Download cannot proceed" #~ msgstr "Shkarkimi nuk mund të vazhdojë" #~ msgid "scanning..." #~ msgstr "duke skanuar..." #~ msgid "externaldrive1" #~ msgstr "pajisje-e-jashtme-1" #~ msgid "externaldrive2" #~ msgstr "pajisje-e-jashtme-2" #~ msgid "New York" #~ msgstr "Nju Jork" #~ msgid "Wellington" #~ msgstr "Uellington" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Burimi: %(source)s\n" #~ "Destinacioni: %(destination)s" #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "Dëshironi vërtet të shkarkoni nga këtu? Në disa sisteme, skanimi i kësaj " #~ "vendndodhje mund të marrë shumë kohë." #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s nuk u çmontua" #~ msgid "the root of the file system" #~ msgstr "rrënja e sistemit të skedarëve" #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "Duke shkarkuar nga %(location)s." #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #~ msgid "Size" #~ msgstr "Përmasa" #~ msgid "Download Progress" #~ msgstr "Progresi i Shkarkimit" #, python-format #~ msgid "No backup device contains a valid folder for backing up %(filetype)s" #~ msgstr "" #~ "Asnjë pajisje rezervimi nuk përmban një dosje të vlefshme për rezervimin " #~ "%(filetype)s" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Rreth %(minutes)i:%(seconds)02i minuta të mbetura" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Rreth %i sekonda të mbetura" #~ msgid "About 1 minute remaining" #~ msgstr "Rreth 1 minutë e mbetur" #~ msgid "About 1 second remaining" #~ msgstr "Rreth 1 sekondë e mbetur" #~ msgid "From" #~ msgstr "Nga" #~ msgid "Auto Detect" #~ msgstr "Zbulo automatikisht" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s nga %(total)s %(filetypes)s" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s nga %(total)s %(filetypes)s (%(remaining)s të mbetur)" #~ msgid "Photos:" #~ msgstr "Fotot:" #~ msgid "Videos:" #~ msgstr "Videot:" #~ msgid "Copy" #~ msgstr "Kopjo" #~ msgid "Move" #~ msgstr "Lëviz" #~ msgid "Select a folder to download videos to" #~ msgstr "Zgjidhni një dosje për të shkarkuar video" #~ msgid "To" #~ msgstr "Tek" #~ msgid "and" #~ msgstr "dhe" #~ msgid "Using backup device" #~ msgstr "Përdorimi i pajisjes së rezervimit" #~ msgid "Using backup devices" #~ msgstr "Përdorimi i pajisjeve së rezervimit" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Zgjidhni një dosje që përmban %(file_types)s" #~ msgid "Free space:" #~ msgstr "Hapësira e lirë:" #~ msgid "; " #~ msgstr "; " #~ msgid "." #~ msgstr "." #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #, python-format #~ msgid "%(free)s free" #~ msgstr "%(free)s e lirë" #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "Duke rezervuar fotot në %(path)s dhe videot në %(path2)s" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "Duke rezervuar në %(path)s" #, python-format #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "Duke rezervuar fotot dhe videot në %(path)s" #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "%(file_type)s dosja e shkarkimit nuk mund të shkruhet" #, python-format #~ msgid "Folder: %s" #~ msgstr "Dosja: %s" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "%(file_type)s dosja e shkarkimit është e pavlefshme" #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "%(file_type)s dosja e shkarkimit nuk ekziston" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "listo shtesat e skedarëve foto dhe video që programi njeh dhe dil" #~ msgid "only output errors to the command line" #~ msgstr "vetëm gabimet ekzekutimit të programit në vijën e komandës" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "shfaqni informacionin e programit në terminal ndërsa programi ekzekutohet " #~ "(default: %default)" #~ msgid "display debugging information when run from the command line" #~ msgstr "" #~ "shfaq informacionin e kontrollit të gabimeve kur ekzekutohet nga rreshti i " #~ "komandës" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/po/sr.po0000644000175000017500000101764600000000000016570 0ustar00damondamon# Serbian translation for rapid # Copyright © 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the rapid package. # МироÑлав Ðиколић , 2012—2020. msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2022-03-02 13:05+0000\n" "PO-Revision-Date: 2022-02-21 17:12+0000\n" "Last-Translator: МироÑлав Ðиколић \n" "Language-Team: Serbian <(nothing)>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2022-03-05 16:16+0000\n" "X-Generator: Launchpad (build 61f4697954ab70d633d14d8ceecff69a20b08a6b)\n" "Language: sr\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 "ИнÑталер Брзог преноÑиоца фотографија" #: ../install.py:85 msgid "Download and install latest version of Rapid Photo Downloader." msgstr "" "Преузмите и инÑталирајте најновије издање Брзог преноÑиоца фотографија." #: ../install.py:406 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:642 ../install.py:4330 msgid "Installer not found:" msgstr "ÐиÑам нашао инÑталера:" #. Translators: do not translate the term tar.gz #: ../install.py:646 ../install.py:4334 msgid "Installer not in tar.gz format:" msgstr "ИнÑталер није у „tar.gz“ запиÑу:" #: ../install.py:728 ../install.py:757 ../install.py:4210 ../install.py:4215 msgid "Exiting..." msgstr "Излазим..." #: ../install.py:979 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "Ðаведено „PyQt5“ издање не поÑтоји. ИÑправна издања Ñу: {}." #: ../install.py:1065 msgid "{} will be upgraded from version {} to version {}" msgstr "{} биће надограђено Ñа издања {} на издање {}" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:1357 ../install.py:4290 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" "Пакети Питона3 биће надограђени за вашег кориÑника (тј. ниÑу Ñвеопште " "ÑиÑтемÑки): {}" #: ../install.py:1467 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" "Откривено је погрешно влаÑништво фаÑцикле. Мењам влаÑништво и враћам " "овлашћења за „{file_system_path}“." #: ../install.py:1610 msgid "The following command will be run:" msgstr "Биће покренута Ñледећа наредба:" #. Translators: do not translate the term sudo #: ../install.py:1614 ../install.py:3834 ../install.py:3841 msgid "sudo may prompt you for the sudo password." msgstr "„sudo“ вам може поÑтавити упит за Ñудо лозинку." #: ../install.py:1618 msgid "Would you like to run the command now?" msgstr "Да ли желите Ñада да покренете наредбу?" #: ../install.py:1620 msgid "Answer is not yes, exiting." msgstr "Одговор није позитиван, излазим." #: ../install.py:1631 ../install.py:2259 ../install.py:2318 ../install.py:2793 msgid "Command failed" msgstr "Ðаредба није уÑпела" #: ../install.py:1633 ../install.py:2260 ../install.py:2319 ../install.py:2794 msgid "Exiting" msgstr "Излазим" #: ../install.py:1661 msgid "The Universe repository must be enabled." msgstr "Ризница универзума мора бити укључена." #. Translators: do not translate the term EPEL #: ../install.py:1701 msgid "The EPEL repository must be enabled." msgstr "Ризница „EPEL“ мора бити укључена." #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1749 msgid "The RPM Fusion Free repository must be enabled." msgstr "Ризница „RPM Fusion Free“ мора бити укључена." #: ../install.py:1790 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "" "Да ли желите да дизинÑталирате претходно издање Брзог преноÑиоца фотографија?" #: ../install.py:2237 ../install.py:2267 ../install.py:2299 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" "Пропитујем ÑиÑтем пакета да видим да ли је инÑталирано Ñтарије издање Брзог " "преноÑиоца фотографија (ово може потрајати)..." #: ../install.py:2252 msgid "Uninstalling system package" msgstr "Уклањам ÑиÑтемÑки пакет" #: ../install.py:2277 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" "Ðе могу да пропитам ÑиÑтем пакета. Проверите вашу Интернет везу и покушајте " "поново." #. Translators: do not translate the term pip #: ../install.py:2324 msgid "Checking if previous version installed with pip..." msgstr "Проверавам да ли је претходно издање инÑталирано „pip“-ом..." #: ../install.py:2477 ../install.py:2534 ../install.py:2650 msgid "The following package is unknown on your system: {}\n" msgstr "Следећи пакет није познат на вашем ÑиÑтему: {}\n" #: ../install.py:2548 ../install.py:2706 ../install.py:2803 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" "За наÑтавак, неки пакети потребни за покретање програма биће инÑталирани." #: ../install.py:2642 ../install.py:2663 msgid "Querying installed and available packages (this may take a while)" msgstr "Пропитујем инÑталиране и доÑтупне пакете (ово може потрајати)" #: ../install.py:2785 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" "Пропитујем „zypper“ да видим да ли је неки од потребних пакета већ " "инÑталиран (ово може да потраје)... " #: ../install.py:2852 msgid "Query to confirm action at each step." msgstr "Пропитај за потврђивање радње при Ñваком кораку." #: ../install.py:2862 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" "Приликом преузимања поÑледњег издања, инÑталирај развојно издање ако је " "новије од Ñтабилног издања." #: ../install.py:2873 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:2923 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:2931 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" "Уклони Брзог преноÑника фотографија који је инÑталиран пип-ом, задржавајући " "његове завиÑноÑти." #: ../install.py:2937 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" "Уклони завиÑноÑти инÑталиране пип-ом приликом инÑталације Брзог преноÑника " "фотографија, и њега Ñамог, затим изађи." #: ../install.py:2942 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" "Ðапомена: ово неће уклонити ниједно издање Брзог преноÑника фотографија " "инÑталираног управником пакета ваше Ð›Ð¸Ð½ÑƒÐºÑ Ð´Ð¸Ñтрибуције." #: ../install.py:2950 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "ЗавиÑноÑти ће бити уклоњене Ñамо ако их други програми не захтевају." #: ../install.py:2958 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 9.0“ или новије ако " "желите да избегнете ово понашање. То можете урадити помоћу наредбе „python3 -" "m pip install pip -U --user“. Знајте такође да било које издање Брзог " "преноÑника фотографија које је инÑталирао управник пакета ваше Ð›Ð¸Ð½ÑƒÐºÑ " "диÑтрибуције неће бити уклоњено." #: ../install.py:2982 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" "ИнÑталира текуће виртуелно окружење Питона. Виртуелна окружења Ñтворена " "опцијом „--system-site-packages“ ниÑу подржана." #: ../install.py:3000 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" "Специфично издање „PyQt5“ за инÑталирање (подразумева Ñе најновије издање{})." #: ../install.py:3011 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" "УмеÑто да кориÑти „PyQt5“ из „PyPi“-ја, кориÑти издање ваше Ð›Ð¸Ð½ÑƒÐºÑ " "диÑтрибуције. Уклања Ñва „PyPi“ издања већ инÑталирана." #: ../install.py:3048 msgid "Failed to download versions file." msgstr "ÐиÑам уÑпео да преузмем датотеку издања." #: ../install.py:3053 msgid "Got error code {} while accessing versions file" msgstr "Добих код грешке {} приликом приÑтупа датотеци издања" #: ../install.py:3170 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:3324 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" "Пакет „{}“ није уÑпео да Ñе инÑталира али ће Ñе инÑталација програма " "наÑтавити." #: ../install.py:3330 msgid "Received error code" msgstr "Примих код грешке" #: ../install.py:3332 msgid "Failed to install application requirements: exiting." msgstr "ÐиÑам уÑпео да инÑталирам потрепштине програма: излазим." #: ../install.py:3334 msgid "Failed to install application: exiting..." msgstr "ÐиÑам уÑпео да инÑталирам програм: излазим..." #: ../install.py:3658 msgid "Installing application requirements..." msgstr "ИнÑталирам потрепштине програма..." #: ../install.py:3693 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "Подршка ÑиÑтема за Ñтварање „HEIF / HEIC“ Ñличица није доÑтупно" #: ../install.py:3710 msgid "Installing application..." msgstr "ИнÑталирам програм..." #: ../install.py:3797 msgid "Do you want Rapid Photo Downloader to appear in the Windows menu?" msgstr "" #: ../install.py:3803 msgid "Adding Rapid Photo Downloader to the Windows menu" msgstr "" #: ../install.py:3813 msgid "Failed to copy application launcher." msgstr "" #: ../install.py:3824 msgid "Man pages can be found in {}/share/man/man1" msgstr "Странице упутÑтва можете наћи у „{}/share/man/man1“" #: ../install.py:3829 msgid "Do you want to install the application's man pages?" msgstr "Да ли желите да инÑталирате Ñтранице упутÑтва програма?" #: ../install.py:3830 msgid "They will be installed into {}" msgstr "Биће инÑталиране у „{}“" #: ../install.py:3832 ../install.py:3839 msgid "If you uninstall the application, remove these manpages yourself." msgstr "Ðко дизинÑталирате програм, Ñами уклоните ове Ñтранице упутÑтва." #: ../install.py:3835 msgid "Do want to install the man pages?" msgstr "Да ли желите да инÑталирате упутÑтво?" #: ../install.py:3837 msgid "Installing man pages into {}" msgstr "ИнÑталирам Ñтранице упутÑтва у „{}“" #: ../install.py:3855 msgid "Failed to create man page directory: exiting." msgstr "ÐиÑам уÑпео да направим директоријум Ñтранице упутÑтва: одлазим." #: ../install.py:3876 msgid "Failed to copy man page." msgstr "ÐиÑам уÑпео да умножим Ñтраницу упутÑтва." #: ../install.py:3915 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" "Брзи преноÑник фотографија Ñе може покренути без активирања виртуелног " "окружења покретањем наредбе „{}/bin/rapid-photo-downloader“" #: ../install.py:3928 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:3934 msgid "" "You may have to restart WSL to be able to run the program from the command " "line." msgstr "" #: ../install.py:3944 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line." msgstr "" #: ../install.py:3949 #, 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:3971 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" "(Ðко дође до неуÑпеха Ñегментације на излаÑку, можете је занемарити...)" #: ../install.py:3973 msgid "Done." msgstr "" #: ../install.py:3987 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 tool pip“ за уклањање издања Брзог преноÑника " "фотографија који је инÑталиран пип-ом.\n" "Ðе могу да наÑтавим. Излазим." #: ../install.py:4043 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" "Покрените је као кориÑник који ће покретати програм.\n" #. Translators: do not translate the terms --PyQt5-version or --use-system-PyQt5 #: ../install.py:4055 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "Ðаведите Ñамо „--PyQt5-version“ или „--use-system-PyQt5“." #: ../install.py:4067 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-битној платформи." #. Translators: do not translate the term PyQt5 #: ../install.py:4081 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "Ðаведите „PyQt5“ издање у облику „X.X“ или „X.X.X“" #: ../install.py:4097 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" "Да ли желите да инÑталирате Брзог преноÑника фотографија у текуће виртуелно " "окружење?" #: ../install.py:4111 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 "" "Извините, инÑталирање Брзог преноÑника фотографија у Питоновим виртуелном " "окружењу захтева „Python 3.5“ или новије на Интеловој или ÐМД 64-битној " "платформи." #: ../install.py:4124 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" "Да инÑталирате Брзог преноÑника фотографија у Питоново виртуелно окружење, " "направите и активирајте виртуелно окружење пре покретања ове Ñкрипте." #: ../install.py:4134 msgid "Using virtual environment for installation using pip." msgstr "КориÑтим виртуелно окружење за инÑталацију коришћењем пип-а." #: ../install.py:4139 ../install.py:4153 msgid "Do not include any other command line arguments when specifying" msgstr "Ðе укључује никакве друге аргументе линијенаредби приликом навођења" #: ../install.py:4172 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" "Извините, овај инÑталер не подржава произвољну инÑталацију питона.\n" "Излазим..." #: ../install.py:4180 msgid "Restarting script using system python..." msgstr "Поново покрећем Ñкрипту кориÑтећи питона ÑиÑтема..." #: ../install.py:4193 msgid "Detected Linux distribution {} {}" msgstr "Откривена Ð›Ð¸Ð½ÑƒÐºÑ Ð´Ð¸Ñтрибуција је „{} {}“" #: ../install.py:4231 msgid "To continue, the package python3-apt must be installed." msgstr "За наÑтавак, пакет „python3-apt“ мора бити инÑталиран." #: ../install.py:4263 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" "ИнÑталирајте Ñледеће пакете кориÑтећи Ñтандардног управника пакета ваше " "Ð›Ð¸Ð½ÑƒÐºÑ Ð´Ð¸Ñтрибуције, и онда поново покрените овај инÑталер:" #: ../install.py:4275 msgid "" "To run this program, programs to assist Python 3 and its package management " "must be installed." msgstr "" "Да покренете овај програм, програми за иÑпомоћ Питону 3 и његовом управнику " "пакета морају бити инÑталирани." #. Translators: do not translate the term python or requests #: ../install.py:4324 msgid "Installing python requests" msgstr "ИнÑталирам „python requests“" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "Ðадоградите Брзог преноÑиоца фотографија" #: ../upgrade.py:647 ../raphodo/ui/viewutils.py:679 #: ../raphodo/ui/viewutils.py:699 msgid "&Cancel" msgstr "&Откажи" #: ../upgrade.py:651 msgid "&Upgrade" msgstr "&Ðадогради" #: ../upgrade.py:656 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "Кликните на дугме „Ðадогради“ да надоградите на издање %s." #: ../upgrade.py:659 msgid "Click the Upgrade button to start the upgrade." msgstr "Кликните на дугме „Ðадогради“ да започнете Ñа надоградњом." #: ../upgrade.py:662 ../upgrade.py:668 ../raphodo/ui/viewutils.py:678 #: ../raphodo/ui/viewutils.py:698 msgid "&Close" msgstr "&Затвори" #: ../upgrade.py:663 msgid "&Run" msgstr "&Покрени" #: ../upgrade.py:693 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "Затворите Брзог преноÑника фотографија пре покретања ове надоградње." #: ../upgrade.py:696 msgid "Upgrade running..." msgstr "Ðадоградња је у току..." #: ../upgrade.py:732 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" "Ðадоградња на „%s“ је уÑпела. Кликните „Затвори“ да изађете, или „Покрени“ " "да покренете програм." #: ../upgrade.py:737 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" "Ðадоградња је уÑпешно завршена. Кликните „Затвори“ да изађете, или „Покрени“ " "да покренете програм." #: ../upgrade.py:741 msgid "Upgrade failed. Click Close to exit." msgstr "Ðадоградња није уÑпела. Кликните „Затвори“ да изађете." #: ../upgrade.py:11330 #, python-format msgid "Upgrading %s..." msgstr "Ðадограђујем „%s“..." #: ../upgrade.py:11332 msgid "Press any key to continue..." msgstr "ПритиÑните неки таÑтер да наÑтавите..." #: ../upgrade.py:11345 msgid "Rapid Photo Downloader upgrade failed" msgstr "Ðадоградња Брзог преноÑиоца фотографија није уÑпела" #: ../upgrade.py:11347 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" "Пакет Питона „%s“ Ñе не може оÑвежити. Ðадоградња Ñе не може наÑтавити." #: ../raphodo/ui/aboutdialog.py:334 msgid "Credits" msgstr "ЗаÑлуге" #: ../raphodo/ui/aboutdialog.py:339 msgid "Translators" msgstr "Преводиоци" #: ../raphodo/ui/backuppanel.py:280 msgid "Backups are not configured" msgstr "Резерве ниÑу подешене" #: ../raphodo/ui/backuppanel.py:282 msgid "No backup devices detected" msgstr "ÐиÑам открио уређаје резерве" #: ../raphodo/ui/backuppanel.py:285 msgid "Valid backup locations not yet specified" msgstr "ИÑправна меÑте за резерве још ниÑу наведена" #: ../raphodo/ui/backuppanel.py:465 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Можете направити резерве фотографија и Ñнимака на више меÑта у току " "преузимања, нпр. на Ñпољним диÑковима." #: ../raphodo/ui/backuppanel.py:473 msgid "Back up photos and videos when downloading" msgstr "Ðаправи резерву фотографија и Ñнимака за време преузимања" #: ../raphodo/ui/backuppanel.py:479 msgid "Automatically detect backup devices" msgstr "Сам пронађи уређаје за резерве" #: ../raphodo/ui/backuppanel.py:485 msgid "" "Specify the folder in which backups are stored on the " "device.

      Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" "Ðаведите фаÑциклу на уређају у којој Ñе чувају резерве.

      Ðапомена: " "приÑуÑтво фаÑцикле Ñа овим називом Ñе кориÑти да одреди да ли Ñе уређај " "кориÑти за резерве. За Ñваки уређај који желите да кориÑтите за резерве, " "направите фаÑциклу на њему Ñа једним од ових назива фаÑцикли. Додавањем обе " "фаÑцикле, иÑти уређај Ñе може кориÑтити за резерве и фотографија и " "Ñнимака." #: ../raphodo/ui/backuppanel.py:500 msgid "Photo folder name:" msgstr "Ðазив фаÑцикле за фотографије:" #: ../raphodo/ui/backuppanel.py:505 msgid "Video folder name:" msgstr "Ðазив фаÑцикле за Ñнимке:" #: ../raphodo/ui/backuppanel.py:510 ../raphodo/ui/nameeditor.py:1000 #: ../raphodo/ui/renamepanel.py:141 msgid "Example:" msgstr "Пример:" #: ../raphodo/ui/backuppanel.py:521 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" "Ðко иÑкључите аутоматÑко налажење уређаја, изаберите тачна меÑта за резерве." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:532 msgid "Photo backup location:" msgstr "Путања до резерве фотографија:" #: ../raphodo/ui/backuppanel.py:542 msgid "Select Photo Backup Location" msgstr "Изаберите меÑто за резерву фотографија" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:554 msgid "Video backup location:" msgstr "Путања до резерве Ñнимака:" #: ../raphodo/ui/backuppanel.py:560 msgid "Select Video Backup Location" msgstr "Изаберите меÑто за резерву Ñнимака" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:676 msgid "drive1" msgstr "1. уређај" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:679 msgid "drive2" msgstr "2. уређај" #: ../raphodo/ui/backuppanel.py:746 msgid "Projected Backup Storage Use" msgstr "Пројектовано коришћење Ñмештаја резерве" #: ../raphodo/ui/backuppanel.py:751 msgid "Backup Options" msgstr "Опције резерве" #: ../raphodo/copyfiles.py:610 msgid "video THM" msgstr "THM Ñнимак" #: ../raphodo/copyfiles.py:620 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:104 ../raphodo/ui/devicedisplay.py:1408 #: ../raphodo/rpdfile.py:310 #, 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:112 ../raphodo/ui/devicedisplay.py:1414 #: ../raphodo/rpdfile.py:298 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s Ñнимка" #: ../raphodo/ui/destinationdisplay.py:123 msgid "Used" msgstr "Коришћено" #: ../raphodo/ui/destinationdisplay.py:124 msgid "Excess" msgstr "Превише" #: ../raphodo/ui/destinationdisplay.py:133 ../raphodo/ui/devicedisplay.py:1440 msgid "Device size unknown" msgstr "Величина уређаја није позната" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:146 #, python-format msgid "No space free on %(size_total)s device" msgstr "Ðема Ñлободног меÑта на уређају од %(size_total)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:156 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s је Ñлободно од %(size_total)s" #: ../raphodo/ui/destinationdisplay.py:230 ../raphodo/ui/destinationpanel.py:74 #: ../raphodo/ui/devicedisplay.py:625 ../raphodo/rapid.py:2641 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:960 msgid "Photos" msgstr "Фотографије" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:231 ../raphodo/ui/destinationpanel.py:78 #: ../raphodo/ui/devicedisplay.py:626 ../raphodo/rapid.py:2642 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:988 #: ../raphodo/storage/storage.py:602 msgid "Videos" msgstr "Снимци" #: ../raphodo/ui/destinationdisplay.py:232 msgid "Projected storage use after download" msgstr "Пројектован Ñмештај Ñе кориÑти након преузимања" #. Translators: Custom refers to the user choosing a non-default value that #. they customize themselves #: ../raphodo/ui/destinationdisplay.py:355 ../raphodo/ui/nameeditor.py:587 msgid "Custom..." msgstr "Произвољно..." #: ../raphodo/ui/destinationdisplay.py:774 msgid "Configure photo subfolder creation" msgstr "ПодеÑите Ñтварање Ñадржане фаÑцикле фотографија" #: ../raphodo/ui/destinationdisplay.py:776 msgid "Configure video subfolder creation" msgstr "ПодеÑите Ñтварање Ñадржане фаÑцикле Ñнимака" #: ../raphodo/ui/destinationpanel.py:90 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:113 ../raphodo/ui/destinationpanel.py:125 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1294 msgid "Probing device..." msgstr "ИÑпробавам уређај..." #: ../raphodo/ui/devicedisplay.py:1309 msgid "Temporarily ignore this device" msgstr "Привремено занемари овај уређај" #: ../raphodo/ui/devicedisplay.py:1313 msgid "Permanently ignore this device" msgstr "Трајно занемари овај уређај" #: ../raphodo/ui/devicedisplay.py:1316 msgid "Rescan" msgstr "Поново прегледај" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1437 #, python-format msgid "%s full" msgstr "%s је пун" #: ../raphodo/ui/devicedisplay.py:1457 msgid "Other" msgstr "Друго" #: ../raphodo/devices.py:603 ../raphodo/devices.py:604 msgid "Cameras" msgstr "Фото-апарати" #: ../raphodo/devices.py:605 ../raphodo/devices.py:1256 #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 ../raphodo/rapid.py:2490 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:1006 #, 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:1073 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1229 ../raphodo/rapid.py:2213 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:1280 ../raphodo/devices.py:1300 #, 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:1318 #, 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:1326 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s уређаји" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1652 #, python-format msgid "%s + %s" msgstr "„%s“ + „%s“" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" "Кликните на кућицу датотеке да је означите или одзначите за преузимање." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "Датотеке које Ñу већ преузете Ñе памте. И даље можете означити раније " "преузете датотеке за поновно преузимање, али Ñу унапред одзначене, и њихове " "Ñличице Ñу затамњене, тако да их можете разликовати од датотека које тек " "треба да Ñе преузмете." #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" "Ðко је изабрано више од једне датотеке, Ñве ће добити ознаку датотеке на " "чије поље за потврду Ñте кликнули, без обзира на то да ли Ñу пре тога биле " "означене или не." #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" "Кликните на поље за означавање уређаја да брзо означите или одзначите Ñве " "његове датотеке за преузимање." #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" "Ðакон завршеног преузимања, иконица мења поље за штиклирање Ñличице. Боја " "иконице означава да ли је преузимање било уÑпешно (зелена), да ли је било " "проблема преименовања (жута/наранџаÑта) или није уÑпело (црвена)." #: ../raphodo/ui/didyouknow.py:91 msgid "" "\n" "In case of any problems, a red icon will appear at the bottom of the window " "indicating \n" "how many error reports there are. Clicking on it opens the Error Report " "window." msgstr "" "\n" "У Ñлучају било каквих проблема, црвена иконица ће Ñе појавити при дну " "прозора\n" "показујући колико има извештаја о грешкама. Кликом на њу отвориће Ñе прозор " "за извештавање \n" "о грешкама." #: ../raphodo/ui/didyouknow.py:97 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." msgstr "" "\n" "Прозор извештаја о грешкама иÑпиÑује Ñве проблеме пре, за време или након \n" "преузимања. ÐаранџаÑти троугао предÑтавља упозорење, црвени круг означава " "неуÑпех, \n" "и црни круг означава озбиљније неуÑпехе. Можете кликнути на хипервезе да \n" "отворите њихову датотеку или уређај у управнику датотека. Можете такође " "тражити извештаје кориÑтећи \n" "поље за претрагу у доњем левом делу прозора извештаја о грешкама." #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" "Можете иÑтовремено преузети Ñа више фото-апарат, паметних телефона, " "меморијÑких картица, и чврÑтих диÑкова—Ñа онолико уређаја Ñа колико " "ваш рачунар може иÑтовремено да ради." #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" "ВременÑка линија групише фотографије и Ñнимке на оÑнову тога колико " "је времена прошло између узаÑтопних Ñнимака. КориÑтите је да препознате " "фотографије и Ñнимке Ñнимљене у различитим периодима у једном дану или у " "току узаÑтопних дана." #: ../raphodo/ui/didyouknow.py:123 msgid "" "\n" "

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

      \n" "

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

      " msgstr "" "\n" "

      Ðа илуÑтрацији изнад, први ред временÑке линије је црн јер Ñу Ñве " "датотеке \n" "тог датума претходно преузете.

      \n" "

      Клизач временÑке линије подешава време протекло између узаÑтопних Ñнимака " "коришћено за изградњу \n" "временÑке линије:

      " #: ../raphodo/ui/didyouknow.py:133 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" "Да видите фотографије и Ñнимке за одређени временÑки опÑег, кориÑтите миша " "(по могућÑтву у комбинацији Ñа таÑтерима Помак или Ктрл) " "да изаберете периоде времена. Када Ñе изабере опÑег времена, дугме временÑке " "линије на левој Ñтрани главног прозора биће иÑтакнуто." #: ../raphodo/ui/didyouknow.py:140 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" "Преузимање увек укључује Ñве датотеке које Ñу означене за преузимање, " "укључујући и оне које тренутно ниÑу приказане јер Ñе кориÑти временÑка " "линија." #: ../raphodo/ui/didyouknow.py:147 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" "Можете Ñакрити или приказати изворе преузимања кликом на назив уређаја Ñа " "кога преузимате у горњем левом углу прозора програма." #: ../raphodo/ui/didyouknow.py:154 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 \n" "metadata (where 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 \n" "raw images, for instance.
      8. \n" "
      9. File Type: photo or video.
      10. \n" "
      11. Device: name of the device the photos and videos are being " "downloaded \n" "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/ui/didyouknow.py:172 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" "Једна од најкориÑнијих функција Брзог преноÑиоца фотографија је његова " "ÑпоÑобноÑÑ‚ да аутоматÑки Ñтвори Ñадржане фаÑцикле преузимања и да преименује " "датотеке како их преузима, кориÑтећи шему по вашем избору." #: ../raphodo/ui/didyouknow.py:178 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" "Да наведете где желите да ваше датотеке буду преузете и како желите да Ñе " "именују, отворите одговарајући панел на деÑној Ñтрани прозора програма: " "Одредиште, Преименуј, или Шифра поÑла." #: ../raphodo/ui/didyouknow.py:185 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 \n" "illustration below, the destination folders are "Pictures" and \n" ""Videos". The name of the destination folder is displayed in the " "grey bar \n" "directly above the folder tree, with a folder icon to its left and a gear " "icon to \n" "its far right.
      2. \n" "
      3. The download subfolders, which are directories that will be " "automatically \n" "generated by Rapid Photo Downloader. They need not already exist on your " "computer, but \n" "it's okay if they do. They will be generated under the destination " "folder.
      4. \n" "
      " msgstr "" "\n" "Када размишљате о Ñтруктури вашег директоријума преузимања, имајте на уму " "две различите врÑте\n" "директоријума:\n" "
        \n" "
      1. Одредишна фаÑцикла, тј. „Слике“, „Фотографије“, или\n" "„Снимци“. Овај директоријум треба већ да поÑтоји на вашем рачунару. Ðа " "иÑлуÑтрацији \n" "иÑпод, одредишне фаÑцикле Ñу „Слике“ и „Снимци“.\n" "Ðазив одредишне фаÑцикле је приказан на Ñивој траци одмах изнад Ñтабла " "фаÑцикли, \n" "Ñа иконицом фаÑцикле Ñа леве Ñтране и иконицом зупчаника ÑаÑвим на деÑној " "Ñтрани.
      2. \n" "
      3. ПодфаÑцикле преузимања, а то Ñу директоријуми које ће Брзи " "преноÑилац фотографија \n" "Ñам да напеави. Ðе морају већ поÑтојати на вашем рачунару, али је ÑаÑвим у " "реду ако их имате.\n" "Биће Ñтворене у одредишној фаÑцикли.
      4. \n" "
      " #: ../raphodo/ui/didyouknow.py:202 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a \n" "different destination folder for each. The same applies to the download " "subfolders for \n" "photos and videos—download photos and videos to the same subfolders, " "or use a \n" "different scheme for each type." msgstr "" "\n" "Можете преузети фотографије и Ñнимке у иÑту одредишну фаÑциклу, или да " "наведете различиту \n" "за Ñваку појединачно. ИÑто Ñе примењује на Ñадржане одредишне фаÑцикле за " "фотографије и \n" "Ñнимке—преузмите фотографије и Ñнимке у иÑте одредишне подфаÑцикле, " "или кориÑтите другачију шему за Ñваку \n" "врÑту." #: ../raphodo/ui/didyouknow.py:211 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" "ÐутоматÑки Ñтворене подфаÑцикле преузимања могу Ñадржати даље аутоматÑки " "Ñтворене подфаÑцикле ако је потребно. Уобичајена шема је да Ñе Ñтвори " "подфаÑцикла године, а затим низ подфаÑцикли година-меÑеци-дана унутар ње." #: ../raphodo/ui/didyouknow.py:220 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to \n" "download:\n" "
        \n" "
      1. The destination folder tree shows the download subfolders already on " "your computer \n" "(those in a regular, non-italicized font), and the subfolders that will be " "created \n" "during the download (those whose names are italicized).
      2. \n" "
      3. The folder tree also shows into which subfolders the files will be " "downloaded \n" "(those colored black).
      4. \n" "
      " msgstr "" "\n" "Кад год је могуће, програм приказује преглед подфаÑцикли преузимања " "фотографија и Ñнимака за преузимање:\n" "
        \n" "
      1. Стабло одредишне фаÑцикле показује подфаÑцикле преузимања које Ñу већ на " "рачунару (иÑпиÑане \n" "обичним, неиÑкошеним фонтом), и подфаÑцикле које ће бити направљене за време " "преузимања \n" "(Ñа иÑкошеним називима).
      2. \n" "
      3. Стабло фаÑцикли такође показује у којим подфаÑциклама ће датотеке бити " "преузете (обојене у \n" "црно).
      4. \n" "
      " #: ../raphodo/ui/didyouknow.py:235 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following \n" "elements:\n" "
        \n" "
      1. File metadata, very often including the date the photo or video " "was created, \n" "but might also include the camera model name, camera serial number, or file " "extension \n" "e.g. JPG or CR2.
      2. \n" "
      3. A Job Code, which is free text you specify at the time the " "download occurs, \n" "such as the 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 \n" "format makes it easy to keep them sorted in a file manager, which is why " "it's the \n" "default option:" msgstr "" "\n" "Ðазиви подфаÑцикли преузимања Ñе углавном Ñтварају коришћењем неког или Ñвих " "од пратећих елемената:\n" "
        \n" "
      1. Мета подаци датотеке, врло чеÑто укључују датум Ñтварања " "фотографија или Ñнимака, али такође \n" "могу \n" "да укључе назив модела фото-апарата, ÑеријÑки број фото-апарата или наÑтавак " "датотеке нпр. ЈПГ или ЦР2.
      2. \n" "
      3. Шифра поÑла, је Ñлободан текÑÑ‚ који наводите у време преузимања, " "као што је\n" "назив догађаја или меÑто.
      4. \n" "
      5. ТекÑÑ‚ који желите да Ñе увек појави, као што је цртица или " "размак.
      6. \n" "
      \n" "Именовање подфаÑцикли годином, меÑецом и на крају даном у бројевном облику " "чини лаким \n" "њихово ређање у прегледнику датотека, што би било његова подразумевана " "опција:" #: ../raphodo/ui/didyouknow.py:254 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 \n" "preset. Click on the gear icon to bring up a drop-down menu:" msgstr "" "\n" "Да аутоматÑки Ñтворите подфаÑцикле као што преузимате, \n" "можете кориÑтити једну од уграђених подешеноÑти Брзог преноÑиоца " "фотографија, или да Ñтворите произвољну подешеноÑÑ‚. Кликните на \n" "иконицу зупчаника да прикажете падајући изборник:" #: ../raphodo/ui/didyouknow.py:261 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to \n" "configure your own scheme. You create your own schemes using the Photo or " "Video \n" "Subfolder Generation Editor:" msgstr "" "\n" "КориÑтећи падајући изборник, изаберите уграђену подешеноÑÑ‚ или кликните на " "Произвољно да подеÑите Ñвоју \n" "шему. Створите Ñвоју шему кориÑтећи уређивач творца подфаÑцикли фотографија " "или Ñнимка:" #: ../raphodo/ui/didyouknow.py:270 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" "Лако је преузети Ñирове Ñлике у једну фаÑциклу, а ЈПЕГ Ñлике у другу. " "ЈедноÑтавно кориÑтите ÐаÑтавак назива датотеке као део ваше шеме " "Ñтварања подфаÑцикле преузимања:" #: ../raphodo/ui/didyouknow.py:276 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" "Ова илуÑтрација показује Ñачувану произвољну подешеноÑÑ‚ под називом „Моја " "произвољна подешеноÑт“." #: ../raphodo/ui/didyouknow.py:282 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 \n" "and a Job Code:" msgstr "" "\n" "Ðе морате да направите угнеждене подфаÑцикле преузимања. Ова илуÑтрација " "показује \n" "Ñтварање подфаÑцикли преузимања које Ñадрже Ñамо датум Ñнимања фотографија и " "\n" "шифру поÑла:" #: ../raphodo/ui/didyouknow.py:291 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 \n" "choices to generate new combinations. Supposing you wanted a date format " "that combines \n" "year (YYYY), a hyphen, and month (MM) to form YYYY-MM. You can create it " "like this \n" "(note the red circle around the hyphen):" msgstr "" "\n" "Иако има много уграђених опција именовања датума/времена, може Ñе деÑити да " "вам \n" "треба нешто другачије. Ðије проблем да Ñами Ñтворите једну. Можете " "комбиновати изборе датума/времена да \n" "Ñтворите нове комбинације. ПретпоÑтавимо да Ñте хтели формат датума који " "комбинује годину (ГГГГ), цртицу, \n" "и меÑец (ММ) да даје ММ.ГГГГ.. Можете га направити овако (обратите пажњу на " "црвени круг око цртице):" #: ../raphodo/ui/didyouknow.py:300 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names \n" "in the \n" "online " "\n" "documentation." msgstr "" "\n" "Прочитајте више о Ñвим начинима на које можете Ñтворити назив подфаÑцикле " "преузимања и називе датотека у докумен" "тацији на мрежи." #: ../raphodo/ui/didyouknow.py:309 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. \n" "You can use them in subfolder and file names. In this illustration, some " "files have had \n" "the Job Code "Street" applied to them, and the selected files are " "about to \n" "get the Job Code "Green Bazaar":" msgstr "" "\n" "Шифре поÑлова вам омогућавају да лако унеÑете текÑÑ‚ који опиÑује " "Ñкупове фотографија и Ñнимака. Можете \n" "их кориÑтити у називима подфаÑцикли и датотека. У овој илуÑтрацији, неке " "датотеке имају примењену\n" "шифру поÑла „Улица“, а изабране датотеке ће добити шифру поÑла \n" "„Зелена пијаца“:" #: ../raphodo/ui/didyouknow.py:317 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 \n" "prompted to enter a Job Code for them before the download begins." msgstr "" "\n" "Можете применити нове или поÑтојеће шифре поÑлова пре него што почнете Ñа " "преузимањем. Ðко поÑтоје неке \n" "датотеке у преузимању које још немају примењену шифру поÑла, биће вам " "затражено да унеÑете \n" "шифру поÑла пре него што преузимање почне." #: ../raphodo/ui/didyouknow.py:324 msgid "Look for hints to guide you when working with Job Codes:" msgstr "Потражите Ñавете да Ð²Ð°Ñ Ð²Ð¾Ð´Ðµ у раду Ñа шифрама поÑлова:" #: ../raphodo/ui/didyouknow.py:327 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" "Савети ће Ñе разликовати у завиÑноÑти од контекÑта, као када миш лебди изнад " "дугмета." #: ../raphodo/ui/didyouknow.py:333 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!" msgstr "" "\n" "Када дајете јединÑтвене називе датотека вашим фотографијама и Ñнимцима, " "никада Ñе нећете збунити \n" "о томе које је чија датотека. Коришћење бојеве низа за јединÑтвено " "означавање назива датотека Ñе \n" "препоручује!" #: ../raphodo/ui/didyouknow.py:340 msgid "" "\n" "

      Four types of sequence values are available to help you assign unique " "names to your \n" "photos and 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 \n" "last time the 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 \n" "documentation.

      " msgstr "" "\n" "

      Четири врÑте вредноÑти низа Ñу доÑтупне да вам помогну да доделите " "јединÑтвене називе вашим фотографијама и \n" "Ñнимцима:\n" "

        \n" "
      1. Данашња преузимања: прати преузимања обављена током тог " "дана.
      2. \n" "
      3. Сачувани број: Ñлично као данашња преузимања, али Ñе памти из " "поÑледњег покретања \n" "програма.
      4. \n" "
      5. Број ÑеÑије: поништава Ñе приликом Ñваког покретања " "програма.
      6. \n" "
      7. Слово низа: као бројеви низа, али кориÑти Ñлова.
      8. \n" "

      \n" "

      \n" "Прочитајте више о бројевима низа у документа" "цији на мрежи.

      " #: ../raphodo/ui/didyouknow.py:358 msgid "" "\n" "The Rename panel allows you to configure file renaming. To rename " "your files, \n" "you can choose from among existing renaming presets or define your own." msgstr "" "\n" "Панел Преименуј вам омогућава да подеÑите преименовање датотека. Да " "преименујте ваше датотеке, можете изабрати\n" "из већ поÑтојећих подешеноÑти преименовања или да одредите неку вашу." #: ../raphodo/ui/didyouknow.py:364 msgid "" "\n" "

      The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature \n" "on your 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 \n" "are detected, the same sequence numbers will be applied to both photo names. " "F\n" "urthermore, sequences will be 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/ui/didyouknow.py:378 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are \n" "downloaded, such as external hard drives or network shares. Backup devices " "can be \n" "automatically detected, or exact backup locations specified." msgstr "" "\n" "Можете имати резерве Ñвојих фотографија и Ñнимака на више меÑта након " "њиховог преузимања, као што Ñу \n" "Ñпољни чврÑти диÑкови или меÑта на мрежи. Уређаји резерве Ñе могу аутоматÑки " "открити, или тачна \n" "наведена меÑта резерве." #: ../raphodo/ui/didyouknow.py:385 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" "У овом примеру, уређај резерва_фотографија не Ñадржи фаÑциклу " "Снимци, тако да на њему неће бити прављене резерве Ñнимака." #: ../raphodo/ui/didyouknow.py:391 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including \n" "download sources, destinations, and backups. Additionally, settings can be " "reset to \n" "their default state, and caches and remembered files cleared." msgstr "" "\n" "Ðекe поÑтавке програма Ñе могу подеÑити Ñа линије наредби, укључујући изворе " "\n" "преузимања, одредишта и резерве. ОÑим тога, подешавања Ñе могу вратити на " "њихова \n" "подразумевана Ñтања, а оÑтава и запамћене датотеке очишћене." #: ../raphodo/ui/didyouknow.py:396 msgid "You can also import program preferences from the older 0.4 version." msgstr "Можете такође да увезете поÑтавке програма из Ñтаријег издања 0.4." #: ../raphodo/ui/didyouknow.py:401 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 \n" "your cameras, memory cards, and other devices.
      2. \n" "
      3. A temporary cache of files downloaded from a camera, one for " "photos and \n" "another for videos. They are located in temporary subfolders in the download " "\n" "destination.
      4. \n" "
      5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores \n" "thumbnails of RAW and TIFF photos once they have been downloaded. File " "browsers like \n" "Gnome Files use this cache as well, meaning they too will display thumbnails " "for those \n" "files. \n" "
      6. \n" "
      \n" "Read more about these caches and their effect on download performance in the " "online " "documentation." msgstr "" "\n" "Брзи преноÑилац фотографија ради Ñа три врÑте оÑтава:\n" "
        \n" "
      1. ОÑтава Ñличица чија је једина Ñврха да Ñачува Ñличице датотека Ñа " "вашег фото-апарата, \n" "меморијÑких картица, и других уређаја.
      2. \n" "
      3. Привремена оÑтава датотека преузетих Ñа фото-апарата, једна за " "фотографије а друга за \n" "Ñнимке. Ðалазе Ñе у привременим подфаÑциклама у одредишту преузимања.
      4. \n" "
      5. ОÑтава Ñличица радне површи, у којој Брзи преноÑилац фотографија " "чува Ñличице \n" "Ñирових и ТИФФ фотографија након њиховог преузимања. Прегледачи датотека као " "Гномове датотеке \n" "такође кориÑте ову оÑтаву, што значи да ће и они приказати Ñличице за ове " "датотеке. \n" "
      6. \n" "
      \n" "Прочитајте више о овим оÑтавама и њиховом дејÑтву на учинковитоÑÑ‚ преузимања " "у документацији на " "мрежи." #: ../raphodo/ui/didyouknow.py:459 msgid "Tip of the Day" msgstr "Савет дана" #: ../raphodo/ui/didyouknow.py:467 msgid "Did you know...?" msgstr "Да ли занте...?" #: ../raphodo/ui/didyouknow.py:498 msgid "Show tips on startup" msgstr "Прикажи Ñавете при покретању" #: ../raphodo/ui/didyouknow.py:502 msgid "&Next" msgstr "&Следеће" #: ../raphodo/ui/didyouknow.py:503 msgid "&Previous" msgstr "&Претходно" #: ../raphodo/downloadtracker.py:454 msgid "MB/sec" msgstr "MB/Ñек" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:584 msgid "A few seconds" msgstr "Ðеколико Ñекунде" #: ../raphodo/downloadtracker.py:643 msgid "1 second" msgstr "1 Ñекунда" #: ../raphodo/downloadtracker.py:645 #, python-format msgid "%d seconds" msgstr "%d Ñекунде" #: ../raphodo/downloadtracker.py:650 msgid "1 minute" msgstr "1 минут" #: ../raphodo/downloadtracker.py:652 #, python-format msgid "%d minutes" msgstr "%d минута" #: ../raphodo/downloadtracker.py:657 ../raphodo/downloadtracker.py:839 msgid "1 hour" msgstr "1 Ñат" #: ../raphodo/downloadtracker.py:659 #, python-format msgid "%d hours" msgstr "%d Ñата" #: ../raphodo/downloadtracker.py:664 ../raphodo/downloadtracker.py:869 #: ../raphodo/downloadtracker.py:877 msgid "1 day" msgstr "1 дан" #: ../raphodo/downloadtracker.py:666 #, python-format msgid "%d days" msgstr "%d дана" #: ../raphodo/downloadtracker.py:845 msgid "1 minute, 1 second" msgstr "1 минут, 1 Ñекунда" #: ../raphodo/downloadtracker.py:847 #, python-format msgid "1 minute, %d seconds" msgstr "1 минут, %d Ñекунде" #: ../raphodo/downloadtracker.py:850 #, python-format msgid "%d minutes, 1 second" msgstr "%d минута, 1 Ñекунда" #: ../raphodo/downloadtracker.py:852 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d минута, %(seconds)d Ñекунде" #: ../raphodo/downloadtracker.py:884 msgid "1 hour, 1 minute" msgstr "1 Ñат, 1 минут" #: ../raphodo/downloadtracker.py:886 #, python-format msgid "1 hour, %d minutes" msgstr "1 Ñат, %d минута" #: ../raphodo/downloadtracker.py:889 #, python-format msgid "%d hours, 1 minute" msgstr "%d Ñат, 1 минут" #: ../raphodo/downloadtracker.py:891 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d Ñата, %(minutes)d минута" #: ../raphodo/downloadtracker.py:918 msgid "1 day, 1 hour" msgstr "1 дан, 1 Ñат" #: ../raphodo/downloadtracker.py:920 #, python-format msgid "1 day, %d hours" msgstr "1 дан, %d Ñата" #: ../raphodo/downloadtracker.py:923 #, python-format msgid "%d days, 1 hour" msgstr "%d дан, 1 Ñат" #: ../raphodo/downloadtracker.py:925 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d дана, %(hours)d Ñата" #: ../raphodo/errorlog.py:80 msgid "Find" msgstr "Ðађи" #: ../raphodo/errorlog.py:150 msgid "Error Reports - Rapid Photo Downloader" msgstr "Извештаји о грешкама — Брзи преноÑилац фотографија" #: ../raphodo/errorlog.py:187 msgid "Find in reports" msgstr "Ðађи у извештајима" #: ../raphodo/errorlog.py:206 msgid "Find the previous occurrence of the phrase" msgstr "Ðађите претходну појаву израза" #: ../raphodo/errorlog.py:211 msgid "Find the next occurrence of the phrase" msgstr "Ðађите Ñледећу појаву израза" #: ../raphodo/errorlog.py:213 msgid "&Highlight All" msgstr "&ИÑтакни Ñве" #: ../raphodo/errorlog.py:214 msgid "Highlight all occurrences of the phrase" msgstr "ИÑтакните Ñве појаве израза" #: ../raphodo/errorlog.py:215 msgid "&Match Case" msgstr "&Упореди величину Ñлова" #: ../raphodo/errorlog.py:216 msgid "Search with case sensitivity" msgstr "Тражите Ñа разликовањем величине Ñлова" #: ../raphodo/errorlog.py:217 msgid "&Whole Words" msgstr "&Целе речи" #: ../raphodo/errorlog.py:218 msgid "Search whole words only" msgstr "Тражите Ñамо целе речи" #: ../raphodo/errorlog.py:229 ../raphodo/errorlog.py:371 #, 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:234 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "%(matchnumber)s од %(total)s поклапања" #: ../raphodo/errorlog.py:256 msgid "Clear" msgstr "ОчиÑти" #: ../raphodo/errorlog.py:357 msgid "Phrase not found" msgstr "ÐиÑам нашао израз" #: ../raphodo/errorlog.py:516 msgid "Search pending..." msgstr "Претрага је на чекању..." #: ../raphodo/errorlog.py:567 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:50 #, python-brace-format msgid "" "Please report the problem at {website}.

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

      The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" "Пријавите проблем на {website}.

      У вашем " "извештају о грешци опишите шта Ñте очекивали да Ñе деÑи и оно што Ñе заправо " "догодило.

      Извештај о грешци мора такође да Ñадржи поÑтавке програма и " "датотеке дневника. Да Ñтворите датотеку Ñа тим додатним информацијама, " "кликните „Сачувај“." #: ../raphodo/excepthook.py:57 msgid "Additional Information Saved" msgstr "Сачуване Ñу додатне информације" #: ../raphodo/excepthook.py:62 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
      {tarfile}
      You need to attach this file to the bug " "report yourself. It will not be automatically attached.

      Click here to see the file in your file manager." msgstr "" "Додатне информације извештаја о грешци Ñу направљене у вашој личној фаÑцикли " "у тар датотеци:
      {tarfile}
      Ви Ñами треба да прикачите ту датотеку у " "извештају о грешци. Ðеће бити аутоматÑки прикачена.

      Кликните овде да видите датотеку у управнику датотека." #: ../raphodo/excepthook.py:69 msgid "Error Creating Additional Information" msgstr "Грешка Ñтварања додатних информација" #: ../raphodo/excepthook.py:72 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" "Додатне информације извештаја о грешци ниÑу направљене. Ипак попуните " "извештај о грешци." #: ../raphodo/excepthook.py:79 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

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

      Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" "Укључите у ваш извештај о грешци датотеке дневника програма. Извештај о " "грешци мора да Ñадржи {log_file}, али додавање и других датотека " "дневника чеÑто може бити од помоћи.

      Ðко је могуће, такође укључите " "датотеку подешавања програма {config_file}.

      Кликните овде да отворите директоријум дневника, и овде да отворите директоријум подешавања." #: ../raphodo/excepthook.py:88 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" "Ðадограђивање на најновије издање ће вам омогућити " "да одредите да ли је проблем на који Ñте наишли већ иÑправљен." #: ../raphodo/excepthook.py:182 msgid "Problem in Rapid Photo Downloader" msgstr "Проблем у Брзом преноÑиоцу фотографија" #: ../raphodo/excepthook.py:186 msgid "A problem occurred in Rapid Photo Downloader" msgstr "Дошло је до проблема у Брзом преноÑиоцу фотографија" #: ../raphodo/excepthook.py:189 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" "Ðко Ñе иÑти проблем догоди још једном пре затварања програма, то је Ñамо " "обавештење о томе." #: ../raphodo/excepthook.py:216 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "Дошло је до проблема у Брзом преноÑиоцу фотографија\n" #: ../raphodo/excepthook.py:218 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "Пријавите проблем на {website}\n" "Прикачите датотеку дневника у ваш извештај о грешци, коју нађете у " "„{log_path}“\n" "\n" #: ../raphodo/ui/filebrowse.py:173 ../raphodo/thumbnaildisplay.py:2254 msgid "Open in File Browser..." msgstr "Отвори у прегледачу датотека..." #. type: Optional[QModelIndex] #: ../raphodo/ui/filebrowse.py:179 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:183 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:140 msgid "File System" msgstr "СиÑтем датотека" #: ../raphodo/foldercombo.py:181 msgid "Other..." msgstr "Друго..." #: ../raphodo/foldercombo.py:272 #, python-format msgid "%s (location does not exist)" msgstr "„%s“ (меÑто не поÑтоји)" #: ../raphodo/generatenameconfig.py:206 msgid "Date time" msgstr "Датум" #: ../raphodo/generatenameconfig.py:207 msgid "Text" msgstr "ТекÑÑ‚" #: ../raphodo/generatenameconfig.py:208 ../raphodo/rapid.py:2608 msgid "Filename" msgstr "Ðазив датотеке" #: ../raphodo/generatenameconfig.py:209 #: ../raphodo/prefs/preferencedialog.py:994 msgid "Metadata" msgstr "Метаподаци" #: ../raphodo/generatenameconfig.py:210 msgid "Sequences" msgstr "Ðизови" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:213 msgid "Job code" msgstr "Шифра поÑла" #: ../raphodo/generatenameconfig.py:214 msgid "Image date" msgstr "Датум Ñлике" #: ../raphodo/generatenameconfig.py:215 msgid "Video date" msgstr "Датум Ñнимка" #: ../raphodo/generatenameconfig.py:216 msgid "Today" msgstr "ДанаÑ" #: ../raphodo/generatenameconfig.py:217 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:220 msgid "Download time" msgstr "Време преузимања" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:223 msgid "Name" msgstr "Ðазив" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 ../raphodo/rapid.py:2609 msgid "Extension" msgstr "ÐаÑтавак" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 msgid "Image number" msgstr "Број Ñлике" #: ../raphodo/generatenameconfig.py:230 msgid "Video number" msgstr "Број Ñнимка" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:233 msgid "Aperture" msgstr "Отвор бленде" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "ISO" msgstr "ИСО" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "Exposure time" msgstr "Време излагања" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Focal length" msgstr "Жижна даљина" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Camera make" msgstr "Произвођач фото-апарата" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera model" msgstr "Модел фото-апарата" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 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:254 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:257 msgid "Serial number" msgstr "СеријÑки број" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Shutter count" msgstr "Број окидања" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:262 msgid "File number" msgstr "Број датотеке" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:264 msgid "Folder only" msgstr "Само фаÑцикла" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:266 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:269 msgid "Owner name" msgstr "Име влаÑника" #: ../raphodo/generatenameconfig.py:270 msgid "Codec" msgstr "Кодек" #: ../raphodo/generatenameconfig.py:271 msgid "Width" msgstr "Ширина" #: ../raphodo/generatenameconfig.py:272 msgid "Height" msgstr "ВиÑина" #: ../raphodo/generatenameconfig.py:273 msgid "Length" msgstr "Дужина" #: ../raphodo/generatenameconfig.py:274 msgid "Frames Per Second" msgstr "Кадрова у Ñекунди" #: ../raphodo/generatenameconfig.py:275 msgid "Artist" msgstr "Ðутор" #: ../raphodo/generatenameconfig.py:276 msgid "Copyright" msgstr "ÐуторÑка права" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:279 msgid "Downloads today" msgstr "Данашња преузимања" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Session number" msgstr "Број ÑеÑије" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Subfolder number" msgstr "Број Ñадржане фаÑцикле" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Stored number" msgstr "Сачувани број" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:291 msgid "Sequence letter" msgstr "Ðиз Ñлова" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:294 msgid "All digits" msgstr "Све цифре" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "Last digit" msgstr "ПоÑледња цифра" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 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:303 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:306 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:309 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:312 msgid "UPPERCASE" msgstr "ВЕЛИКРСЛОВÐ" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "lowercase" msgstr "мала Ñлова" #: ../raphodo/generatenameconfig.py:316 msgid "One digit" msgstr "Једна цифра" #: ../raphodo/generatenameconfig.py:317 msgid "Two digits" msgstr "Две цифре" #: ../raphodo/generatenameconfig.py:318 msgid "Three digits" msgstr "Три цифре" #: ../raphodo/generatenameconfig.py:319 msgid "Four digits" msgstr "Четири цифре" #: ../raphodo/generatenameconfig.py:320 msgid "Five digits" msgstr "Пет цифре" #: ../raphodo/generatenameconfig.py:321 msgid "Six digits" msgstr "ШеÑÑ‚ цифре" #: ../raphodo/generatenameconfig.py:322 msgid "Seven digits" msgstr "Седам цифара" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:325 msgid "Subseconds" msgstr "Стотинке" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 ../raphodo/generatenameconfig.py:415 msgid "YYYYMMDD" msgstr "ГГГГММДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:416 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:334 ../raphodo/generatenameconfig.py:417 msgid "YYYY_MM_DD" msgstr "ГГГГ_ММ_ДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 msgid "YYMMDD" msgstr "ГГММДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 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:343 msgid "YY_MM_DD" msgstr "ГГ_ММ_ДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "MMDDYYYY" msgstr "ММДДГГГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYY" msgstr "ММДДГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDD" msgstr "ММДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "DDMMYYYY" msgstr "ДД.ММ.ГГГГ." #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYY" msgstr "ДД.ММ.ГГ." #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 ../raphodo/generatenameconfig.py:415 #: ../raphodo/generatenameconfig.py:416 ../raphodo/generatenameconfig.py:417 #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:419 msgid "YYYY" msgstr "ГГГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 msgid "YY" msgstr "ГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "MM" msgstr "ММ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "DD" msgstr "ДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "Month (full)" msgstr "МеÑец (пун)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (abbreviated)" msgstr "МеÑец (Ñкраћено)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Weekday (full)" msgstr "Викендом (потпуно)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (abbreviated)" msgstr "Викендом (Ñкраћено)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "HHMMSS" msgstr "ЧЧММСС" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMM" msgstr "ЧЧММ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 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:394 msgid "HH-MM" msgstr "ЧЧ:ММ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH" msgstr "ЧЧ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "MM (minutes)" msgstr "ММ (минута)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "SS" msgstr "СС" #: ../raphodo/generatenameconfig.py:415 msgid "Date" msgstr "Датум" #: ../raphodo/generatenameconfig.py:416 msgid "Date (hyphens)" msgstr "Датум (цртице)" #: ../raphodo/generatenameconfig.py:417 msgid "Date (underscores)" msgstr "Датум (подвлаке)" #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:512 #: ../raphodo/generatenameconfig.py:699 msgid "Date and Job Code" msgstr "Датум и шифра поÑла" #: ../raphodo/generatenameconfig.py:418 msgid "YYYYMM_Job Code" msgstr "ММГГГГ_Шифра поÑла" #: ../raphodo/generatenameconfig.py:419 msgid "Date and Job Code Subfolder" msgstr "ПодфаÑцикла датума и шифре поÑла" #: ../raphodo/generatenameconfig.py:419 msgid "YYYYMM" msgstr "ММ.ГГГГ." #: ../raphodo/generatenameconfig.py:419 ../raphodo/jobcodepanel.py:279 #: ../raphodo/ui/nameeditor.py:926 ../raphodo/rapid.py:2261 #: ../raphodo/ui/renamepanel.py:93 ../raphodo/ui/renamepanel.py:275 msgid "Job Code" msgstr "Шифра поÑла" #: ../raphodo/generatenameconfig.py:507 ../raphodo/generatenameconfig.py:694 msgid "Original Filename" msgstr "Изворни назив датотеке" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "Date-Time and Downloads today" msgstr "Датум-време и данашња преузимања" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "YYYYMMDD-HHMM-1" msgstr "ДД.ММ.ГГГГ.—ЧЧ:ММ—1" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "Date and Downloads today" msgstr "Датум и данашња преузимања" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "YYYYMMDD-1" msgstr "ДД.ММ.ГГГГ.—1" #: ../raphodo/generatenameconfig.py:510 msgid "Date-Time and Image number" msgstr "Датум-време и број Ñлике" #: ../raphodo/generatenameconfig.py:510 msgid "YYYYMMDD-1234" msgstr "ДД.ММ.ГГГГ.—1234" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "Date-Time and Job Code" msgstr "Датум-време и шифра поÑла" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "ДД.ММ.ГГГГ.—Шифра поÑла-1" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:699 msgid "YYYYMMDD-Job Code-1" msgstr "ДД.ММ.ГГГГ.—Шифра поÑла-1" #: ../raphodo/generatenameconfig.py:697 msgid "Date-Time and Video number" msgstr "Датум-време и број Ñнимка" #: ../raphodo/generatenameconfig.py:697 msgid "YYYYMMDD_1234" msgstr "ДД.ММ.ГГГГ._1234" #: ../raphodo/generatenameconfig.py:700 msgid "Resolution" msgstr "Резолуција" #: ../raphodo/generatenameconfig.py:700 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "ДД.ММ.ГГГГ.—ЧЧ:ММ-1-1920x1080" #: ../raphodo/jobcodepanel.py:90 msgid "Enter a new Job Code, or select a previous one" msgstr "Упишите нову шифру поÑла, или изаберите неку претходну" #: ../raphodo/jobcodepanel.py:98 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "Шифра поÑла биће примењена на „%s“ које још нема шифру поÑла." #: ../raphodo/jobcodepanel.py:108 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "Шифра поÑла биће примењена на „%s“ које још нема шифру поÑла." #: ../raphodo/jobcodepanel.py:121 msgid "Apply Job Code to Download" msgstr "Примени шифру поÑла на преузимање" #: ../raphodo/jobcodepanel.py:123 msgid "Enter a new Job Code" msgstr "Упишите нову шифру поÑла" #: ../raphodo/jobcodepanel.py:131 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" "Савет: Изаберите фотографије или видео Ñнимке пре уношења нови код " "поÑла да би Ñе применио на њима." #: ../raphodo/jobcodepanel.py:144 #, python-format msgid "The new Job Code will be applied to %s." msgstr "Ðова шифра поÑла биће примењена на „%s“." #: ../raphodo/jobcodepanel.py:148 msgid "New Job Code" msgstr "Ðова шифра поÑла" #: ../raphodo/jobcodepanel.py:186 msgid "&Job Code:" msgstr "&Шифра поÑла:" #: ../raphodo/jobcodepanel.py:190 msgid "&Remember this Job Code" msgstr "&Запамти овај код поÑла" #: ../raphodo/jobcodepanel.py:251 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" "Изаберите фотографије и Ñнимке да биÑте били у могућноÑти да примените нову " "или поÑтојећу шифру поÑла на њих." #: ../raphodo/jobcodepanel.py:255 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" "Ðова шифра поÑла биће примењена на Ñве изабране фотографије и/или Ñнимке." #: ../raphodo/jobcodepanel.py:259 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:264 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:269 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" "Ðко желите да кориÑтите шифре поÑлова, подеÑите датотеку преименовањем или " "називе одредишних подфаÑцикли да их кориÑте." #: ../raphodo/jobcodepanel.py:278 msgid "Last Used" msgstr "ПоÑледње коришћено" #: ../raphodo/jobcodepanel.py:283 msgid "Job Code Sort:" msgstr "Ређање шифре поÑла:" #: ../raphodo/jobcodepanel.py:286 ../raphodo/rapid.py:2616 msgid "Ascending" msgstr "РаÑтуће" #: ../raphodo/jobcodepanel.py:287 ../raphodo/rapid.py:2617 msgid "Descending" msgstr "Опадајуће" #: ../raphodo/jobcodepanel.py:297 msgid "&New..." msgstr "&Ðово..." #: ../raphodo/jobcodepanel.py:301 msgid "&Apply" msgstr "&Примени" #: ../raphodo/jobcodepanel.py:305 msgid "&Remove" msgstr "&Уклони" #: ../raphodo/jobcodepanel.py:309 ../raphodo/prefs/preferencedialog.py:288 #: ../raphodo/prefs/preferencedialog.py:324 #: ../raphodo/prefs/preferencedialog.py:781 msgid "Remove All" msgstr "Уклони Ñве" #: ../raphodo/jobcodepanel.py:512 msgid "Do you really want to remove all the Job Codes?" msgstr "Да ли заиÑта желите да уклоните Ñве шифре поÑлова?" #: ../raphodo/jobcodepanel.py:515 msgid "Remove all Job Codes" msgstr "Уклоните Ñве шифре поÑлова" #: ../raphodo/jobcodepanel.py:578 msgid "Job Codes" msgstr "Шифре поÑлова" #: ../raphodo/ui/messagewidget.py:67 #, python-format msgid "Hint: %(message)s" msgstr "Савет: %(message)s" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:478 ../raphodo/ui/nameeditor.py:498 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s — %(elements)s" #: ../raphodo/ui/nameeditor.py:583 msgid "Save New Custom Preset..." msgstr "Сачувај нову произвољну подешеноÑÑ‚..." #: ../raphodo/ui/nameeditor.py:584 msgid "Remove All Custom Presets..." msgstr "Уклони Ñве произвољне подешеноÑти..." #: ../raphodo/ui/nameeditor.py:630 msgid "(New Custom Preset)" msgstr "(Ðова произвољна подешеноÑÑ‚)" #: ../raphodo/ui/nameeditor.py:647 #, python-format msgid "%s (edited)" msgstr "%s (уређено)" #: ../raphodo/ui/nameeditor.py:650 ../raphodo/ui/nameeditor.py:1558 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "ОÑвежи произвољну подешеноÑÑ‚ „%s“" #: ../raphodo/ui/nameeditor.py:743 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "Сачувајте нову произвољну подешеноÑÑ‚ — Брзи преноÑилац фотографија" #: ../raphodo/ui/nameeditor.py:751 msgid "Preset Name:" msgstr "Ðазив подешеноÑти:" #: ../raphodo/ui/nameeditor.py:884 msgid "Photo Subfolder Generation Editor" msgstr "Уређивач творца подфаÑцикле фотографија" #: ../raphodo/ui/nameeditor.py:892 msgid "Video Subfolder Generation Editor" msgstr "Уређивач творца подфаÑцикле Ñнимака" #: ../raphodo/ui/nameeditor.py:900 msgid "Photo Renaming Editor" msgstr "Уређивач преименовања фотографија" #: ../raphodo/ui/nameeditor.py:907 msgid "Video Renaming Editor" msgstr "Уређивач преименовања Ñнимака" #: ../raphodo/ui/nameeditor.py:936 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" "Упозорење: Ðема довољно података за " "Ñтварање пуног назива. КориÑтите друге опције за преименовање." #: ../raphodo/ui/nameeditor.py:954 #, python-format msgid "The character
      %(separator)s creates a new subfolder level." msgstr "Знак %(separator)s прави нови ниво подфаÑцикле." #: ../raphodo/ui/nameeditor.py:964 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" "Ðема потребе за почетком или завршавањем Ñа раздвојником фаÑцикле " "%(separator)s, јер Ñе додаје аутоматÑки." #: ../raphodo/ui/nameeditor.py:972 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" "Упозорење: ЈединÑтвени називи датотека " "Ñе не могу Ñтворити. Учините називе датотека јединÑтвеним кориÑтећи " "вредноÑти низа." #: ../raphodo/ui/nameeditor.py:999 ../raphodo/ui/renamepanel.py:139 msgid "Preset:" msgstr "ПодешеноÑÑ‚:" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1082 ../raphodo/ui/nameeditor.py:1105 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/ui/nameeditor.py:1134 ../raphodo/prefs/preferencedialog.py:1083 #: ../raphodo/wsl.py:648 msgid "Get help online..." msgstr "Ðађи помоћ на мрежи..." #: ../raphodo/ui/nameeditor.py:1161 msgid "Insert" msgstr "Уметни" #: ../raphodo/ui/nameeditor.py:1523 msgid "Save Preset - Rapid Photo Downloader" msgstr "Сачувајте подешеноÑÑ‚ — Брзи преноÑилац фотографија" #: ../raphodo/ui/nameeditor.py:1527 msgid "" "Do you want to save the changes in a new custom " "preset?

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

      The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" "Да ли желите да Ñачувате измене у новој произвољној " "подешеноÑти?

      Прављење произвољне подешеноÑти није потребно, али " "вам може помоћи да будете организовани.

      Измене у поÑтавкама ће и даље " "бити примењене без обзира на то да ли Ñте направили нову произвољну " "подешеноÑÑ‚ или не." #: ../raphodo/ui/nameeditor.py:1548 msgid "" "Do you want to save the changes in a custom preset?

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

      The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" "Да ли желите да Ñачувате измене у произвољној подешеноÑти?

      Ðко " "желите, можете направити нову произвољну подешеноÑÑ‚ или да оÑвежите " "поÑтојећу произвољну подешеноÑÑ‚.

      Измене у поÑтавкама ће и даље бити " "примењене без обзира на то да ли Ñте Ñачували нову произвољну подешеноÑÑ‚ или " "не." #: ../raphodo/ui/nameeditor.py:1562 msgid "Save New Custom Preset" msgstr "Сачувајте нову произвољну подешеноÑÑ‚" #: ../raphodo/newversion.py:326 msgid "Checking for new version..." msgstr "Тражим ново издање..." #: ../raphodo/newversion.py:327 msgid "You are running the latest version." msgstr "Радите Ñа најновијим издањем." #: ../raphodo/newversion.py:328 msgid "Failed to contact the update server." msgstr "ÐиÑам уÑпео да Ñтупим у везу Ñа Ñервером за оÑвежавања." #: ../raphodo/newversion.py:331 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "Ðово издање Брзог преноÑиоца фотографија (%s) је доÑтупно." #: ../raphodo/newversion.py:334 msgid "Do you want to download the new version?" msgstr "Да ли желите да преузмете ново издање?" #: ../raphodo/newversion.py:336 #, 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:366 ../raphodo/newversion.py:385 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:388 msgid "&Open Download Page" msgstr "&Отвори Ñтраницу преузимања" #: ../raphodo/newversion.py:412 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:531 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "%(downloaded)s од %(total)s" #: ../raphodo/newversion.py:553 msgid "Downloading..." msgstr "Преузимам..." #: ../raphodo/prefs/preferencedialog.py:134 msgid "Preferences" msgstr "ПоÑтавке" #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 msgid "Language" msgstr "Језик" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 msgid "Automation" msgstr "Ðутоматизација" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Thumbnails" msgstr "Минијатуре" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:160 #: ../raphodo/prefs/preferencedialog.py:183 #: ../raphodo/prefs/preferencedialog.py:585 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:184 #: ../raphodo/prefs/preferencedialog.py:649 msgid "Error Handling" msgstr "Рад Ñа грешкама" #: ../raphodo/prefs/preferencedialog.py:162 #: ../raphodo/prefs/preferencedialog.py:185 msgid "Warnings" msgstr "Упозорења" #: ../raphodo/prefs/preferencedialog.py:163 msgid "Consolidation" msgstr "КонÑолидација" #: ../raphodo/prefs/preferencedialog.py:164 #: ../raphodo/prefs/preferencedialog.py:186 msgid "Miscellaneous" msgstr "ОÑтало" #: ../raphodo/prefs/preferencedialog.py:221 msgid "Device Scanning" msgstr "Прегледање уређаја" #: ../raphodo/prefs/preferencedialog.py:222 msgid "Scan only external devices" msgstr "Прегледај Ñамо Ñпољне уређаје" #: ../raphodo/prefs/preferencedialog.py:225 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" "Потражите фотографије и Ñнимке Ñамо на уређајима који Ñу ван рачунара, " "укључујући\n" "фото-апарате, меморијÑке картице, Ñпољне чврÑте диÑкове и УСБ флеш диÑкове." #: ../raphodo/prefs/preferencedialog.py:231 msgid "Scan only specific folders on devices" msgstr "Скенирај Ñамо поÑебне фаÑцикле на уређајима" #: ../raphodo/prefs/preferencedialog.py:233 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Тражиће фотографије и Ñнимке Ñамо у фаÑциклама наведеним иÑпод (оÑим путања\n" "наведених у занемареним путањама).\n" "\n" "Промена овог подешавања ће довеÑти до поновног прегледања Ñвих уређаја." #: ../raphodo/prefs/preferencedialog.py:240 msgid "Folders to scan:" msgstr "ФаÑцикле за Ñкенирање:" #: ../raphodo/prefs/preferencedialog.py:244 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" "ФаÑцикле на оÑновном нивоу ÑиÑтема датотека уређаја у којима ће Ñе\n" "тражити фотографије и Ñнимци." #: ../raphodo/prefs/preferencedialog.py:249 #: ../raphodo/prefs/preferencedialog.py:310 msgid "Add..." msgstr "Додај..." #: ../raphodo/prefs/preferencedialog.py:252 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Додајте фаÑциклу на ÑпиÑак фаÑцикли у којима ће Ñе тражити фотографије и " "Ñнимци.\n" "\n" "Измена овог подешавања доводи до поновног прегледања Ñвих уређаја." #: ../raphodo/prefs/preferencedialog.py:256 #: ../raphodo/prefs/preferencedialog.py:286 #: ../raphodo/prefs/preferencedialog.py:317 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove" msgstr "Уклони" #: ../raphodo/prefs/preferencedialog.py:259 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Уклоните фаÑциклу Ñа ÑпиÑка фаÑцикли у којима ће Ñе тражити фотографије и " "Ñнимци.\n" "\n" "Измена овог подешавања доводи до поновног прегледања Ñвих уређаја." #: ../raphodo/prefs/preferencedialog.py:278 msgid "Devices that have been set to automatically ignore or download from." msgstr "Уређаји који Ñу подешени за аутоматÑко занемаривање или преузимање." #: ../raphodo/prefs/preferencedialog.py:279 msgid "Remembered Devices" msgstr "Запамћени уређаји" #: ../raphodo/prefs/preferencedialog.py:283 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" "Уклоните уређај Ñа ÑпиÑка уређаја за аутоматÑко занемаривање или преузимање." #: ../raphodo/prefs/preferencedialog.py:290 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" "ОчиÑтите ÑпиÑак уређаја за аутоматÑко занемаривање или преузимање.\n" "\n" "Ðапомена: Измене ће Ñтупити на Ñнагу приликом Ñледећег прегледања рачунара " "за уређајима." #: ../raphodo/prefs/preferencedialog.py:304 msgid "Ignored Paths" msgstr "Занемарене путање" #: ../raphodo/prefs/preferencedialog.py:306 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" "Крајњи део путање која никада неће бити прегледана за фотографијама или " "Ñнимцима." #: ../raphodo/prefs/preferencedialog.py:313 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Додајте путању на ÑпиÑак путања за занемаривање.\n" "\n" "Измена овог подешавања доводи до поновног прегледања Ñвих уређаја." #: ../raphodo/prefs/preferencedialog.py:320 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Уклоните путању Ñа ÑпиÑка путања за занемаривање.\n" "\n" "Измена овог подешавања доводи до поновног прегледања Ñвих уређаја." #: ../raphodo/prefs/preferencedialog.py:327 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "ОчиÑтите ÑпиÑак путања за занемаривање.\n" "\n" "Измена овог подешавања доводи до поновног прегледања Ñвих уређаја." #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as well. #: ../raphodo/prefs/preferencedialog.py:338 #, python-brace-format msgid "Use python-style regular expressions" msgstr "КориÑтите регуларне изразе у питон-Ñтилу" #: ../raphodo/prefs/preferencedialog.py:345 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "КориÑтите регуларне израе на ÑпиÑку путања за занемаривање.\n" "\n" "Измена овог подешавања доводи до поновног прегледања Ñвих уређаја." #: ../raphodo/prefs/preferencedialog.py:387 msgid "Language: " msgstr "Језик: " #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:400 #: ../raphodo/prefs/preferencedialog.py:505 #: ../raphodo/prefs/preferencedialog.py:553 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:408 #: ../raphodo/prefs/preferencedialog.py:575 msgid "* Takes effect upon program restart" msgstr "* Ступа на Ñнагу након пновног покретања програма" #: ../raphodo/prefs/preferencedialog.py:416 msgid "Program Automation" msgstr "Ðутоматизација програма" #: ../raphodo/prefs/preferencedialog.py:417 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place the #. carriage return where you think it makes sense so that the tool tip does not #. stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:422 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading at program startup" msgstr "Започни преузимање по покретању програма" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Start downloading upon device insertion" msgstr "Започни преузимање по прикључивању уређаја" #: ../raphodo/prefs/preferencedialog.py:430 msgid "Unmount (eject) device upon download completion" msgstr "Откачи (избаци) уређај након обављеног преузимања" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program when download completes" msgstr "Изађи из програма након обављеног преузимања" #: ../raphodo/prefs/preferencedialog.py:433 msgid "Exit program even if download had warnings or errors" msgstr "Изађи из програма чак и када поÑтоје грешке у преузимању" #: ../raphodo/prefs/preferencedialog.py:465 msgid "Thumbnail Generation" msgstr "Стварање Ñличица" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails" msgstr "Ðаправи Ñличице" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Generate thumbnails to show in the main program window" msgstr "Ðаправи Ñличице за приказ у главном прозору програма" #: ../raphodo/prefs/preferencedialog.py:470 msgid "Cache thumbnails" msgstr "СмеÑти Ñличице у оÑтаву" #: ../raphodo/prefs/preferencedialog.py:473 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" "Сачувајте Ñличице приказане у главном прозору програма у оÑтави Ñличица " "јединÑтвеној за Брзог преноÑиоца фотографија" #: ../raphodo/prefs/preferencedialog.py:477 msgid "Generate system thumbnails" msgstr "Ðаправи ÑиÑтемÑке Ñличице" #: ../raphodo/prefs/preferencedialog.py:480 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" "Прилико преузимања, Ñачувајте Ñличице које могу кориÑтити управници датотека " "радне површи и други програми" #: ../raphodo/prefs/preferencedialog.py:489 msgid "Number of CPU cores used to generate thumbnails." msgstr "Број језгара процеÑора која ће Ñе кориÑтити за Ñтварање Ñличица." #: ../raphodo/prefs/preferencedialog.py:490 msgid "CPU cores:" msgstr "Језгра процеÑора:" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Thumbnail Cache" msgstr "ОÑтава Ñличица" #: ../raphodo/prefs/preferencedialog.py:530 msgid "Calculating..." msgstr "Израчунавам..." #: ../raphodo/prefs/preferencedialog.py:536 msgid "days" msgstr "дана" #: ../raphodo/prefs/preferencedialog.py:537 msgid "forever" msgstr "заувек" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Cache size:" msgstr "Величина оÑтаве:" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Number of thumbnails:" msgstr "Број Ñличица:" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Database size:" msgstr "Величина базе података:" #: ../raphodo/prefs/preferencedialog.py:550 msgid "Cache unaccessed thumbnails for:" msgstr "ÐеприÑтупљене Ñличице оÑтаве за:" #: ../raphodo/prefs/preferencedialog.py:559 msgid "Purge Cache..." msgstr "ОчиÑти оÑтаву..." #: ../raphodo/prefs/preferencedialog.py:562 msgid "Optimize Cache..." msgstr "Оптимизуј оÑтаву..." #: ../raphodo/prefs/preferencedialog.py:588 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:598 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:601 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:615 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:629 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Skip download" msgstr "ПреÑкочи преузимање" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Don't download the file, and issue an error message" msgstr "Ðе преузима датотеку, и даје поруку грешке" #: ../raphodo/prefs/preferencedialog.py:656 msgid "Add unique identifier" msgstr "Додај јединÑтвену реч" #: ../raphodo/prefs/preferencedialog.py:659 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" "Додаје одредник као _1 или _2 на крај назива датотеке, одмах пре наÑтавка " "датотеке" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Overwrite" msgstr "Препиши" #: ../raphodo/prefs/preferencedialog.py:668 msgid "Overwrite the previously backed up file" msgstr "ПрепиÑује претходно направљену резерву датотеке" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Skip" msgstr "ПреÑкочи" #: ../raphodo/prefs/preferencedialog.py:671 msgid "Don't overwrite the backup file, and issue an error message" msgstr "Ðе препиÑује датотеку резерве, и даје поруку грешке" #: ../raphodo/prefs/preferencedialog.py:678 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" "Када је већ преузета фотографија или Ñнимак Ñа иÑтим називом, изаберите или " "да је преÑкочите или да јој додате јединÑтвену ознаку:" #: ../raphodo/prefs/preferencedialog.py:690 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" "Коришћење бројева у низу за аутоматÑко Ñтварање јединÑтвених назива датотека " "Ñе Ñтрого препоручује. ПодеÑите преименовање датотека у панелу преименовања " "у главном прозору." #: ../raphodo/prefs/preferencedialog.py:701 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" "Приликом прављења резерве, изаберите да ли ће датотека на уређају резерве Ñа " "иÑтим називом бити препиÑана или ће бити преÑкочена:" #: ../raphodo/prefs/preferencedialog.py:722 msgid "Program Warnings" msgstr "Упозорења програма" #: ../raphodo/prefs/preferencedialog.py:723 msgid "Show a warning when:" msgstr "Покажи упозорење када:" #: ../raphodo/prefs/preferencedialog.py:727 msgid "Downloading files currently not displayed" msgstr "Датотеке преузимања тренутно ниÑу приказане" #: ../raphodo/prefs/preferencedialog.py:730 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" "Упозорава приликом преузимања датотека које ниÑу приказане у главном прозору." #: ../raphodo/prefs/preferencedialog.py:734 msgid "Backup destinations are missing" msgstr "ÐедоÑтају одредишта резерве" #: ../raphodo/prefs/preferencedialog.py:736 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" "Упозорава пре почетка преузимања ако није могуће направити резерву датотека." #: ../raphodo/prefs/preferencedialog.py:740 msgid "Program libraries are missing or broken" msgstr "ÐедоÑтају или Ñу оштећене библиотеке програма" #: ../raphodo/prefs/preferencedialog.py:743 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" "Упозорава ако ÑофтверÑке библиотеке које кориÑти Брзи преноÑилац фотографија " "недоÑтају или не функционишу." #: ../raphodo/prefs/preferencedialog.py:747 msgid "Filesystem metadata cannot be set" msgstr "Мета подаци ÑиÑтема датотека не могу бити подешени" #: ../raphodo/prefs/preferencedialog.py:749 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" "Упозорава ако поÑтоји грешка подешавања метаподатака ÑиÑтема датотека, као " "што је њено време измене." #: ../raphodo/prefs/preferencedialog.py:753 msgid "Encountering unhandled files" msgstr "Ðаиђе на необрадиве датотеке" #: ../raphodo/prefs/preferencedialog.py:755 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" "Упозорава након прегледања уређаја или овог рачунара ако поÑтоје " "непрепознате датотеке које неће бити укључене у преузимање." #: ../raphodo/prefs/preferencedialog.py:760 msgid "Do not warn about unhandled files with extensions:" msgstr "Ðе упозоравај о необрађеним датотекама Ñа наÑтавцима:" #: ../raphodo/prefs/preferencedialog.py:765 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" "ÐаÑтавци датотека не разликују величину Ñлова и не морају да укључе водећу " "тачку." #: ../raphodo/prefs/preferencedialog.py:769 msgid "Add" msgstr "Додај" #: ../raphodo/prefs/preferencedialog.py:771 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" "Додајте наÑтавак датотеке на ÑпиÑак необрађених врÑта датотека о којима неће " "упозоравати." #: ../raphodo/prefs/preferencedialog.py:776 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" "Уклоните наÑтавак датотеке Ñа ÑпиÑка необрађених врÑта датотека о којима " "неће упозоравати." #: ../raphodo/prefs/preferencedialog.py:783 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" "ОчиÑтите ÑпиÑак наÑтавака датотека необрађених врÑта датотека о којима неће " "упозоравати." #: ../raphodo/prefs/preferencedialog.py:821 msgid "Photo and Video Consolidation" msgstr "КонÑолидација фотографија и Ñнимака" #: ../raphodo/prefs/preferencedialog.py:824 msgid "Consolidate files across devices and downloads" msgstr "КонÑолидујте датотеке кроз уређаје и преузимања" #: ../raphodo/prefs/preferencedialog.py:827 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" "Ðнализирајте резултате Ñкенирања уређаја тражећи удвоÑтручене датотеке и " "поклапајући СИРОВЕ и ЈПЕГ парове,\n" "упоређујући их кроз више уређаја и ÑеÑија преузимања." #: ../raphodo/prefs/preferencedialog.py:833 msgid "Treat matching RAW and JPEG files as:" msgstr "Сматрај одговарајуће СИРОВЕ и ЈПЕГ датотеке као:" #: ../raphodo/prefs/preferencedialog.py:834 msgid "One photo" msgstr "Једну фотографију" #: ../raphodo/prefs/preferencedialog.py:835 msgid "Two photos" msgstr "Две фотографије" #: ../raphodo/prefs/preferencedialog.py:837 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" "Прикажите поклопљене парове СИРОВИХ и ЈПЕГ фотографија као једну " "фотографију, и ако Ñу означене, преузмите обе." #: ../raphodo/prefs/preferencedialog.py:842 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" "Прикажите поклопљене СИРОВЕ и ЈПЕГ фотографије као две различите " "фотографије. Још увек можете да уÑаглаÑите њихове бројеве низа." #: ../raphodo/prefs/preferencedialog.py:851 msgid "With matching RAW and JPEG photos:" msgstr "Са подударањем СИРОВИХ и ЈПЕГ фотографија:" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Do not mark JPEG for download" msgstr "Ðе обележавај ЈПЕГ за преузимање" #: ../raphodo/prefs/preferencedialog.py:854 msgid "Do not mark RAW for download" msgstr "Ðе обележавај СИРОВЕ за преузимање" #: ../raphodo/prefs/preferencedialog.py:855 msgid "Mark both for download" msgstr "Обележи обе за преузимање" #: ../raphodo/prefs/preferencedialog.py:862 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" "Када Ñу пронађене Ñирове и ЈПЕГ фотографије, неће Ñам означавати ЈПЕГ за\n" "преузимање. То ћете моћи још увек Ñами да урадите." #: ../raphodo/prefs/preferencedialog.py:868 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" "Када Ñу пронађене Ñирове и ЈПЕГ фотографије, неће Ñам означавати Ñирове " "Ñлике за\n" "преузимање. То ћете моћи још увек Ñами да урадите." #: ../raphodo/prefs/preferencedialog.py:874 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" "Када Ñе пронађу одговарајуће СИРОВЕ и ЈПЕГ фотографије, Ñам обележи обе за " "преузимање." #: ../raphodo/prefs/preferencedialog.py:880 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" "Ðко иÑкључите конÑолидацију датотека, изаберите шта ће Ñе радити приликом " "убацивања уређаја преузимања када Ñе прикажу завршена преузимања:" #: ../raphodo/prefs/preferencedialog.py:886 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" "Када је убачен уређај преузимања када Ñу завршена преузимања приказана:" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Clear completed downloads" msgstr "ОчиÑти завршена преузимања" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Keep displaying completed downloads" msgstr "ÐаÑтави да приказујеш завршена преузимања" #: ../raphodo/prefs/preferencedialog.py:906 msgid "Prompt for what to do" msgstr "Питај шта да Ñе ради" #: ../raphodo/prefs/preferencedialog.py:911 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" "Сам очиÑти приказ завршених преузимања без обзира да ли је убачен нови " "уређај преузимања." #: ../raphodo/prefs/preferencedialog.py:916 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" "ÐаÑтави да приказујеш завршена преузимања без обзира да ли је убачен нови " "уређај преузимања." #: ../raphodo/prefs/preferencedialog.py:921 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" "Питај да ли да наÑтавиш Ñа приказивањем завршених преузимања или да их " "очиÑтиш без обзира да ли је убачен нови уређај преузимања." #: ../raphodo/prefs/preferencedialog.py:968 msgid "Version Check" msgstr "Провера издања" #: ../raphodo/prefs/preferencedialog.py:969 msgid "Check for new version at startup" msgstr "Провери има ли новог издања при покретању" #: ../raphodo/prefs/preferencedialog.py:972 msgid "Check for a new version of the program each time the program starts." msgstr "" "Проверите има ли новог издања програма приликом Ñваког покретања програма." #: ../raphodo/prefs/preferencedialog.py:976 msgid "Include development releases" msgstr "Укључи развојна издања" #: ../raphodo/prefs/preferencedialog.py:978 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/prefs/preferencedialog.py:996 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "Занемари ДÐГ мета податке датума/времена на МТП уређајима" #: ../raphodo/prefs/preferencedialog.py:999 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" "Занемарите мета податке датума/времена у ДÐГ датотекама које Ñе налазе на " "МТП уређајима, већ кориÑтите време измене датотеке.\n" "\n" "КориÑно за уређаје као што Ñу телефони и таблични уређаји који праве " "неиÑправне ДÐГ мета податке." #: ../raphodo/prefs/preferencedialog.py:1006 msgid "Read photo metadata using only ExifTool" msgstr "Читај метаподатке фотографија кориÑтећи Ñамо „ExifTool“" #: ../raphodo/prefs/preferencedialog.py:1008 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" "КориÑти „ExifTool“ умеÑто „Exiv2“ за читање метаподатака фотографија и " "извуци Ñличице.\n" "\n" "Подразумевано Ñе кориÑти „Exiv2“, оÑлањајући Ñе на „ExifTool“ Ñамо када " "„Exiv2“ не подржава\n" "Ð·Ð°Ð¿Ð¸Ñ Ð´Ð°Ñ‚Ð¾Ñ‚ÐµÐºÐµ који Ñе чита.\n" "\n" "„Exiv2“ је брз, тачан, и Ñкоро увек поуздан, али Ñе урушава приликом " "извлачења\n" "метаподатака из малог броја датотека, као што Ñу „DNG“ датотеке које " "производи „Leica M8“\n" "фото-апарат." #: ../raphodo/prefs/preferencedialog.py:1034 msgid "Completed Downloads" msgstr "Завршена преузимања" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1140 msgid "" msgstr "„Језик ÑиÑтема“" #: ../raphodo/prefs/preferencedialog.py:1423 #, python-format msgid "Restores default %s preference values" msgstr "Враћа подразумеване вредноÑти „%s“ поÑтавке" #: ../raphodo/prefs/preferencedialog.py:1585 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" "Да ли желите да очиÑтите оÑтаву Ñличица? ОÑтава ће бити очишћена приликом " "Ñледећег покретања програма." #: ../raphodo/prefs/preferencedialog.py:1590 msgid "Purge Thumbnail Cache" msgstr "ОчиÑти оÑтаву Ñличица" #: ../raphodo/prefs/preferencedialog.py:1605 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" "Да ли желите да оптимизујете оÑтаву Ñличица? ОÑтава ће бити оптимизована " "приликом Ñледећег покретања програма." #: ../raphodo/prefs/preferencedialog.py:1610 msgid "Optimize Thumbnail Cache" msgstr "Оптимизуј оÑтаву Ñличица" #: ../raphodo/prefs/preferencedialog.py:1929 msgid "Enter a Folder to Scan" msgstr "УнеÑи фаÑциклу за Ñкенирање" #: ../raphodo/prefs/preferencedialog.py:1931 msgid "Specify a folder that will be scanned for photos and videos" msgstr "Ðаведите фаÑциклу у којој ће бити тражене фотографије и Ñнимци" #: ../raphodo/prefs/preferencedialog.py:1933 msgid "Folder:" msgstr "ФаÑцикла:" #: ../raphodo/prefs/preferencedialog.py:1947 msgid "Enter a Path to Ignore" msgstr "УнеÑите путање за занемаривање" #: ../raphodo/prefs/preferencedialog.py:1949 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" "Одредите путању која никада неће бити прегледана за фотографијама и Ñнимцима" #: ../raphodo/prefs/preferencedialog.py:1951 msgid "Path:" msgstr "Путања:" #: ../raphodo/prefs/preferencedialog.py:1965 msgid "Enter a File Extension" msgstr "УнеÑите наÑтавак датотеке" #: ../raphodo/prefs/preferencedialog.py:1966 msgid "Specify a file extension (without the leading dot)" msgstr "Ðаведите наÑтавак датотеке (без водеће тачке)" #: ../raphodo/prefs/preferencedialog.py:1967 ../raphodo/ui/renamepanel.py:140 msgid "Extension:" msgstr "ÐаÑтавак:" #: ../raphodo/prefs/preferencedialog.py:1982 msgid "Invalid File Extension" msgstr "ÐеиÑправан наÑтавак датотеке" #: ../raphodo/prefs/preferencedialog.py:1987 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" "ÐаÑтавак датотеке %s препознаје Брзи преноÑилац фотографија, тако да " "упозоравање на приÑутноÑÑ‚ нема ÑмиÑла." #: ../raphodo/prefs/preferencedialog.py:1996 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" "Препознате врÑте датотека:\n" "\n" "Фотографије:\n" "%(photos)s\n" "\n" "Снимци:\n" "%(videos)s\n" "\n" "Звук:\n" "%(audio)s\n" "\n" "Друго:\n" "%(other)s" #: ../raphodo/prefs/preferences.py:311 msgid "Wedding" msgstr "Венчање" #: ../raphodo/prefs/preferences.py:311 msgid "Birthday" msgstr "Рођендан" #: ../raphodo/prefs/preferences.py:736 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "ПоÑтавке Ñадржане фаÑцикле не треба да почињу на „%s“" #: ../raphodo/prefs/preferences.py:740 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "ПоÑтавке Ñадржане фаÑцикле не треба да Ñе завршавају на „%s“" #: ../raphodo/prefs/preferences.py:747 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" "ПоÑтавке Ñадржане фаÑцикле не треба да Ñадрже два „%s“ један за другим" #: ../raphodo/ui/primarybutton.py:124 msgid "Download 8 Photos and 10 Videos" msgstr "Преузех 8 фотографија и 10 Ñнимака" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Грешка: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "Грешка: %s" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "Грешка Г-фотоа 2: %s" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" "Ðе могу да покренем фото-апарат, вероватно зато што га кориÑти други " "програм. Датотеке ниÑу умножене Ñ ÑšÐµÐ³Ð°." #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "Ðе могу да прочитам директоријум „%s“" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "Ðе могу да приÑтупим времену измене или величини из „%s“" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "Ðе могу да прочитам датотеку „%s“" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "Ðе могу да запишем датотеку „%s“" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "Ðе могу да премеÑтим датотеку „%s“" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "Ðе могу да уклоним датотеку „%s“" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "Ðе могу да умножим датотеку „%s“" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "Датотека нулте дужине „%s“ неће бити преузета" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "Ðе могу да одредим време измене ÑиÑтема датотека за „%s“" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "Ðе могу да учитам мета податке из „%s“" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" "Ðе могу да учитам мета податке из „%(name)s“. „%(filetype)s“ није преузет." #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" "Дошло је до грешке подешавања мета података ÑиÑтема датотека датотеке на " "ÑиÑтему датотека „%s“. Ðко поново дође до ове грешке на иÑтом ÑиÑтему " "датотека, неће бити поново пријављена." #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "Ðаиђох на необрађену датотеку „%s“. Ðеће бити преузета." #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "„%(filetype)s %(destination)s“ већ поÑтоји." #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" "ПоÑтојећа „%(filetype)s“ „%(destination)s“ је поÑледњи пут измењена %(date)s " "у %(time)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "„%(filetype)s“ „%(source)s“ није преузета Ñа „%(device)s“." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "„%(filetype)s“ „%(source)s“ је преузета Ñа „%(device)s“." #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "ЈединÑтвен одредник „%s“ је додат на назив датотеке." #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "ПоÑтојећа резерва „%(filetype)s“ „%(destination)s“ је поÑледњи пут измењена " "%(date)s у %(time)s." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" "За „%(filetype)s“ „%(source)s“ није направљена резерва Ñа „%(device)s“." #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "Претходна резерва „%(filetype)s“ „%(destination)s“ је поÑледњи пут измењена " "%(date)s у %(time)s." #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" "Ðаправљена је резерва за „%(filetype)s“ „%(source)s“ Ñа „%(device)s“, " "препиÑујем претходну резерву „%(filetype)s“." #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" "Приликом уÑклађивања вредноÑти низа Ñирове + ЈПЕГ, наиђох на удвоÑтручену " "„%(filetype)s“ „%(file)s“, и није преузета." #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" "Приликом уÑклађивања вредноÑти низа Ñирове + ЈПЕГ, откривене Ñу фотографије " "Ñа иÑтим називима датотека, али Ñнимљене у различим тренуцима:" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "„%(image1)s“ је Ñликана %(image1_date)s у %(image1_time)s, а „%(image2)s“ " "%(image2_date)s у %(image2_time)s." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "Ðе могу да завршим назив датотеке за „%s“" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" "Ðазив датотеке „%(destination)s“ није потпуно направљен за „%(filetype)s“ " "„%(source)s“." #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "ÐедоÑтају „%(type)s“ метаподаци." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "Следећи метаподаци недоÑтају: %s." #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "Претварање датума/времена није уÑпело: %s." #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" "Ðе могу да извучем иÑправне мета податке датума/времена или да одредим време " "измене датотеке." #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "Ðазив датотеке не Ñадржи проширење." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "Ðазив датотеке нема бројевни ÑаÑтојак." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "Грешка Ñтварања ÑаÑтојка „%(component)s“. Грешка: %(error)s" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" "ПодфаÑцикле преузимања „%(folder)s“ Ñу Ñамо делимично направљене за " "„%(filetype)s“ „%(source)s“." #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" "Ðе поÑтоје подаци Ñа којима ће Ñе направити „%(subfolder_file)s“ за " "„%(filename)s“. „%(filetype)s“ није преузета." #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" "Ðе могу да направим „%(filetype)s“ „%(destination)s“ у „%(folder)s“. " "Датотека преузимања беше „%(source)s“ у „%(device)s“. Ðије преузета." #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "Ðе могу да направим подфаÑциклу преузимања „%s“." #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "Ðе могу да направим подфаÑциклу резерве „%s“." #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "Проблеми прегледања „%s“" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "Проблеми умножавања из „%s“" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "Проблеми приликом довршавања назива датотека и Ñтварања подфаÑцикли" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "Проблеми прављења резерве у „%s“" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 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:249 ../raphodo/proximity.py:278 #: ../raphodo/proximity.py:313 ../raphodo/proximity.py:319 #, 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:267 #, 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:288 ../raphodo/proximity.py:294 #: ../raphodo/proximity.py:1123 ../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:303 ../raphodo/proximity.py:307 #: ../raphodo/proximity.py:1130 ../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:328 #, 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:339 #, 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:473 #, 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:1135 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1893 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:1952 #, 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:1956 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:1962 #, python-format msgid "%(hours)dh" msgstr "%(hours)dh" #: ../raphodo/proximity.py:2101 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:2106 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" "КориÑтите клизач (иÑпод) да дотерате време протекло између узаÑтопних " "Ñнимака које је коришћено за изградњу временÑке линије." #: ../raphodo/proximity.py:2109 msgid "Timeline build pending..." msgstr "Изградња временÑке линије на чекању..." #: ../raphodo/proximity.py:2110 msgid "Timeline is building..." msgstr "ВременÑка линија Ñе изграђује..." #: ../raphodo/proximity.py:2112 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:2568 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "Пребаци Ñинхронизацију временÑке линије и премицања Ñличице (Ctrl-T)" #: ../raphodo/rapid.py:473 ../raphodo/rapid.py:871 ../raphodo/rapid.py:4657 #: ../raphodo/rapid.py:4880 ../raphodo/rapid.py:4899 ../raphodo/rapid.py:4922 #: ../raphodo/rapid.py:4929 ../raphodo/rapid.py:5606 ../raphodo/rapid.py:6229 #: ../raphodo/rapid.py:7449 ../raphodo/ui/rememberthisdialog.py:112 #: ../raphodo/ui/viewutils.py:743 #: ../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:1156 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:1167 msgid "Problem with ExifTool" msgstr "Проблем Ñа библиотеком „ExifTool“" #: ../raphodo/rapid.py:1176 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:1188 msgid "Problem with libmediainfo" msgstr "Проблем Ñа библиотеком „libmediainfo“" #: ../raphodo/rapid.py:1367 #, python-format msgid "" "Cannot download from Apple devices

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

      Missing applications: " "%(applications)s

      Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1766 msgid "Download failed" msgstr "Преузимање није уÑпело" #: ../raphodo/rapid.py:1769 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" "Извините, преузимање новог издања Брзог преноÑиоца фотографија није уÑпело." #: ../raphodo/rapid.py:1778 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" "Ðово издање је уÑпешно преузето. Да ли желите да затворите програм и да га " "инÑталирате?" #: ../raphodo/rapid.py:1782 msgid "Update Rapid Photo Downloader" msgstr "ОÑвежите Брзог преноÑиоца фотографија" #: ../raphodo/rapid.py:1786 msgid "Install" msgstr "ИнÑталирај" #: ../raphodo/rapid.py:1804 msgid "New version saved" msgstr "Ðово издање је Ñачувано" #: ../raphodo/rapid.py:1806 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" "Тар датотека и Ñкрипта инÑталера Ñу Ñачувани у:\n" "\n" " %s" #: ../raphodo/rapid.py:1824 msgid "Upgrade failed" msgstr "Ðадоградња није уÑпела" #: ../raphodo/rapid.py:1827 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" "Извините, надоградња Брзог преноÑиоца фотографија није уÑпела због грешке " "отварања инÑталера." #: ../raphodo/rapid.py:1873 msgid "" "\n" "

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

      \n" "

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

      " msgstr "" #: ../raphodo/rapid.py:1883 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1894 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1897 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1898 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1901 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in the future #: ../raphodo/rapid.py:1906 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:2110 ../raphodo/rapid.py:2914 msgid "Download" msgstr "Преузми" #: ../raphodo/rapid.py:2114 msgid "&Refresh..." msgstr "&ОÑвежи..." #: ../raphodo/rapid.py:2118 msgid "&Preferences" msgstr "&ПоÑтавке" #: ../raphodo/rapid.py:2122 msgid "&Quit" msgstr "&Изађи" #: ../raphodo/rapid.py:2128 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:2132 msgid "Error &Reports" msgstr "&Извештаји грешака" #: ../raphodo/rapid.py:2137 msgid "Clear Completed Downloads" msgstr "ОчиÑти завршена преузимања" #: ../raphodo/rapid.py:2140 msgid "Get Help Online..." msgstr "Ðађи помоћ на мрежи..." #: ../raphodo/rapid.py:2144 msgid "&Tip of the Day..." msgstr "&Савет дана..." #: ../raphodo/rapid.py:2147 msgid "Report a Problem..." msgstr "ИзвеÑти о проблему..." #: ../raphodo/rapid.py:2150 msgid "Make a Donation..." msgstr "Приложите неки динар..." #: ../raphodo/rapid.py:2153 msgid "Translate this Application..." msgstr "Преведите овај програм..." #: ../raphodo/rapid.py:2158 msgid "&About..." msgstr "&О програму..." #: ../raphodo/rapid.py:2161 msgid "Check for Updates..." msgstr "Потражи оÑвежења..." #: ../raphodo/rapid.py:2250 msgid "Timeline" msgstr "ВременÑка линија" #: ../raphodo/rapid.py:2258 msgid "Destination" msgstr "Одредиште" #: ../raphodo/rapid.py:2260 msgid "Rename" msgstr "Преименуј" #: ../raphodo/rapid.py:2262 msgid "Back Up" msgstr "Резерва" #: ../raphodo/rapid.py:2486 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" "Укључите или иÑкључите коришћење уређаја прикачених на овај рачунар као " "извора преузимања" #: ../raphodo/rapid.py:2505 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" "Укључите или иÑкључите коришћење фаÑцикле на овом рачунару као извор " "преузимања" #: ../raphodo/rapid.py:2508 msgid "This Computer" msgstr "Овај рачунар" #: ../raphodo/rapid.py:2522 msgid "Select a source folder" msgstr "Изаберите фаÑциклу извора" #: ../raphodo/rapid.py:2600 msgid "All" msgstr "Све" #: ../raphodo/rapid.py:2601 msgid "New" msgstr "Ðово" #: ../raphodo/rapid.py:2603 msgid "Show:" msgstr "Покажи:" #: ../raphodo/rapid.py:2606 msgid "Modification Time" msgstr "Време измене" #: ../raphodo/rapid.py:2607 msgid "Checked State" msgstr "Проверено Ñтање" #: ../raphodo/rapid.py:2610 msgid "File Type" msgstr "Ð’Ñ€Ñта датотеке" #: ../raphodo/rapid.py:2611 msgid "Device" msgstr "Уређај" #: ../raphodo/rapid.py:2613 msgid "Sort:" msgstr "Поређај:" #: ../raphodo/rapid.py:2629 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:2894 #, python-format msgid "Download %(files)s" msgstr "Преузми „%(files)s“" #: ../raphodo/rapid.py:2910 msgid "Resume Download" msgstr "ÐаÑтави преузимање" #: ../raphodo/rapid.py:2912 msgid "Pause" msgstr "Паузирај" #: ../raphodo/rapid.py:3049 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "Хвала вам за пријаву проблема у Брзом преноÑиоцу фотографија" #: ../raphodo/rapid.py:3150 #, 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:3244 msgid "You cannot change the download destination while downloading." msgstr "Ðе можете изменити одредиште преузимања приликом преузимања." #: ../raphodo/rapid.py:3258 #, 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:3346 msgid "" "\n" "Downloading all files

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

      \n" "Do you want to proceed with the download?" msgstr "" "\n" "Преузимам Ñве датотеке

      \n" "Преузимање увек обухвата Ñве датотеке које Ñу означене за преузимање,\n" "укључујући оне које тренутно ниÑу приказане зато што Ñе кориÑти временÑка\n" "линија или зато што Ñу приказане нове датотеке.

      \n" "Да ли желите да наÑтавите Ñа преузимањем?" #: ../raphodo/rapid.py:3511 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "Ове фаÑцикле преузимања Ñу неиÑправне:\n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3514 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Ова фаÑцикла преузимања је неиÑправна:\n" "%s" #: ../raphodo/rapid.py:3517 msgid "Download Failure" msgstr "ÐеуÑпех преузимања" #: ../raphodo/rapid.py:3518 msgid "The download cannot proceed." msgstr "Преузимање Ñе не може наÑтавити." #: ../raphodo/rapid.py:3536 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:3547 ../raphodo/rapid.py:3561 #, 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:3549 ../raphodo/rpdfile.py:179 msgid "photos" msgstr "фотографије" #: ../raphodo/rapid.py:3563 ../raphodo/rpdfile.py:174 msgid "videos" msgstr "Ñнимци" #: ../raphodo/rapid.py:3573 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:3589 ../raphodo/rapid.py:3605 #, 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:3592 ../raphodo/rpdfile.py:181 ../raphodo/rpdfile.py:850 msgid "photo" msgstr "фотографија" #: ../raphodo/rapid.py:3608 ../raphodo/rpdfile.py:176 ../raphodo/rpdfile.py:912 msgid "video" msgstr "Ñнимак" #: ../raphodo/rapid.py:3616 msgid "Backup problem" msgstr "Проблем Ñа резервом" #: ../raphodo/rapid.py:4447 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s — оÑтало је %(time_left)s (%(speed)s)" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4527 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s је преузето" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4537 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s није преузето" #: ../raphodo/rapid.py:4543 ../raphodo/rapid.py:4650 msgid "warnings" msgstr "упозорења" #: ../raphodo/rapid.py:4578 msgid "All downloads complete" msgstr "Сва преузимања Ñу завршена" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4588 ../raphodo/rapid.py:4603 ../raphodo/rapid.py:4619 #: ../raphodo/rapid.py:4634 ../raphodo/rapid.py:4649 #, 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:4593 ../raphodo/rapid.py:4624 #, 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:4608 ../raphodo/rapid.py:4639 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s није преузето" #: ../raphodo/rapid.py:4675 msgid "1 failure" msgstr "1 неуÑпех" #: ../raphodo/rapid.py:4677 #, python-format msgid "%d failures" msgstr "%d неуÑпеха" #: ../raphodo/rapid.py:4682 msgid "1 warning" msgstr "1 упозорење" #: ../raphodo/rapid.py:4684 #, python-format msgid "%d warnings" msgstr "%d упозорења" #: ../raphodo/rapid.py:4709 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "Преузето је %(no_files_and_types)s Ñа „%(devices)s“" #: ../raphodo/rapid.py:4716 #, 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:4725 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Ðије преузета ниједна датотека — %(failures)s" #: ../raphodo/rapid.py:4727 msgid "No files downloaded" msgstr "Ðије преузета ниједна датотека" #: ../raphodo/rapid.py:4767 msgid "Program preferences are invalid" msgstr "ПоÑтавке програма Ñу неиÑправне" #: ../raphodo/rapid.py:4886 #, python-format msgid "" "All files on the %(camera)s are inaccessible.

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

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

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

      Alternatively, you can ignore " "the %(camera)s." msgstr "" "Све датотека на „%(camera)s“ Ñу неприÑтупачне.

      Можда је " "закључан или није подешен за Ð¿Ñ€ÐµÐ½Ð¾Ñ Ð´Ð°Ñ‚Ð¾Ñ‚ÐµÐºÐ° помоћу УСБ-а. Можете да га " "откључате и да покушате поново.

      Ðа неким моделима треба такође да " "измените подешавање да омогућите коришћење УСБ-а за ÐŸÑ€ÐµÐ½Ð¾Ñ " "датотека.

      Сазнајте више о п" "реузимању Ñа фото-апарат и ом" "огућавању преузимања Ñа телефона.

      Или једноÑтавно, занемарите " "„%(camera)s“." #: ../raphodo/rapid.py:4905 #, python-format msgid "" "The %(camera)s appears to be in use by another " "application.

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

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

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

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

      Alternatively, you can ignore " "the %(camera)s." msgstr "" "Изгледа да Ñе „%(camera)s“ кориÑти у другом програму.

      Брзи " "преноÑилац фотографија не може да приÑтупи телефону или фото-апарату који Ñе " "кориÑти у другом програму као што је управник датотека.

      Ðко је уређај " "прикачен у вашем управнику датотека, морате прво да га „избаците“ из другог " "програма док је „%(camera)s“ прикључен.

      Ðко ово не делује, иÑкључите " "„%(camera)s“ из рачунара и поново га прикључите.

      Сазнајте више о п" "реузимању Ñа фото-апарата и ом" "огућавању преузимања Ñа телефона.

      Или једноÑтавно занемарите " "„%(camera)s“." #: ../raphodo/rapid.py:4925 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4936 msgid "&Try Again" msgstr "&Пробај поново" #: ../raphodo/rapid.py:4937 msgid "&Ignore This Device" msgstr "&Занемари овај уређај" #: ../raphodo/rapid.py:5029 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" "Извините, дошло је до неочекиваног проблема приликом прегледања „%s“." #: ../raphodo/rapid.py:5032 msgid "Unfortunately you cannot download from this device." msgstr "Ðа жалоÑÑ‚ не можете преузети Ñа овог уређаја." #: ../raphodo/rapid.py:5036 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" "Могуће решење проблема може бити преузимање Ñа меморијÑке картице фото-" "апарата коришћењем читача картица." #: ../raphodo/rapid.py:5041 msgid "Device scan failed" msgstr "Преглед уређаја није уÑпео" #: ../raphodo/rapid.py:5578 #, 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:5613 #, 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:5775 msgid "Completed Downloads Present" msgstr "Приказ завршених преузимања" #: ../raphodo/rapid.py:5777 #, python-format msgid "%s whose download have completed are displayed." msgstr "„%s“ чије преузимање је завршено Ñу приказане." #: ../raphodo/rapid.py:5779 msgid "Do you want to clear the completed downloads?" msgstr "Да ли желите да очиÑтите завршена преузимања?" #: ../raphodo/rapid.py:5781 msgid "Completed Download Present" msgstr "Приказ завршеног преузимања" #: ../raphodo/rapid.py:5782 #, python-format msgid "%s whose download has completed is displayed." msgstr "„%s“ чије преузимање је завршено је приказано." #: ../raphodo/rapid.py:5783 msgid "Do you want to clear the completed download?" msgstr "Да ли желите да очиÑтите завршено преузимање?" #: ../raphodo/rapid.py:5867 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" "Да ли желите да преузмете фотографије и Ñнимке Ñа уређаја " "„%(device)s“?" #: ../raphodo/rapid.py:6212 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" "Да ли желите да занемарите „%s“ приликом Ñваког покретања програма?" #: ../raphodo/rapid.py:6216 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" "Сви фото-апарати, телефони и таблични уређаји Ñа иÑтим називом модела биће " "занемарени." #: ../raphodo/rapid.py:6222 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" "Да ли желите да занемарите уређај „%s“ приликом Ñваког покретања " "програма?" #: ../raphodo/rapid.py:6226 msgid "Any device with the same name will be ignored." msgstr "Било који уређај Ñа иÑтим називом биће занемарен." #: ../raphodo/rapid.py:6645 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "Преузимам Ñа „%(location)s“ на овом рачунару." #: ../raphodo/rapid.py:6649 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:6705 #, python-format msgid "Generating thumbnails for %s" msgstr "Стварам Ñличице за „%s“" #: ../raphodo/rapid.py:6712 #, python-format msgid "Scanning %s" msgstr "Претражујем „%s“" #: ../raphodo/rapid.py:6726 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" "%(number)s од %(available files)s је означено за преузимање (Ñкривених " "%(hidden)s)" #: ../raphodo/rapid.py:6738 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "%(number)s од %(available files)s је означено за преузимање" #: ../raphodo/rapid.py:7035 msgid "Show version numbers of program and its libraries and exit." msgstr "Приказује бројеве издања програма и његових библиотека и излази." #: ../raphodo/rapid.py:7042 msgid "Display program information when run from the command line." msgstr "Приказује податке о програму када ради Ñа линије наредби." #: ../raphodo/rapid.py:7048 msgid "Display debugging information when run from the command line." msgstr "Приказује податке прочишћавања када ради Ñа линије наредби." #: ../raphodo/rapid.py:7055 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" "ИÑпиÑује наÑтавке датотека фотографија и Ñнимака које програм препознаје и " "излази." #: ../raphodo/rapid.py:7061 msgid "Turn on or off the the renaming of photos." msgstr "Укључите или иÑкључите преименовање фотографија." #: ../raphodo/rapid.py:7067 msgid "Turn on or off the the renaming of videos." msgstr "Укључите или иÑкључите преименовање Ñнимака." #: ../raphodo/rapid.py:7075 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" "Укључите или иÑкључите аутоматÑко откривање уређаја Ñа кога преузимати." #: ../raphodo/rapid.py:7083 msgid "Turn on or off downloading from this computer." msgstr "Укључите или иÑкључите преузимање Ñа овог рачунара." #: ../raphodo/rapid.py:7088 ../raphodo/rapid.py:7095 ../raphodo/rapid.py:7102 #: ../raphodo/rapid.py:7146 ../raphodo/rapid.py:7156 msgid "PATH" msgstr "ПУТÐЊÐ" #: ../raphodo/rapid.py:7090 msgid "The PATH on this computer from which to download." msgstr "ПУТÐЊРна овом рачунару Ñа које ће Ñе вршити преузимање." #: ../raphodo/rapid.py:7097 msgid "The PATH where photos will be downloaded to." msgstr "ПУТÐЊРна коју ће фотографије бити преузете." #: ../raphodo/rapid.py:7104 msgid "The PATH where videos will be downloaded to." msgstr "ПУТÐЊРна коју ће Ñнимци бити преузети." #: ../raphodo/rapid.py:7111 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" "Укључите или иÑкључите прављење резерви фотографија и Ñнимака за време " "преузимања." #: ../raphodo/rapid.py:7117 msgid "Turn on or off the automatic detection of backup devices." msgstr "Укључите или иÑкључите аутоматÑко откривање уређаја преузимања." #: ../raphodo/rapid.py:7122 ../raphodo/rapid.py:7134 msgid "FOLDER" msgstr "ФÐСЦИКЛÐ" #: ../raphodo/rapid.py:7125 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:7137 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:7149 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" "ПУТÐЊРгде ће бити направљена резерва фотографија када је аутоматÑко " "откривање уређаја резерве иÑкључено." #: ../raphodo/rapid.py:7159 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" "ПУТÐЊРгде ће бити направљена резерва Ñнимака када је аутоматÑко откривање " "уређаја резерве иÑкључено." #: ../raphodo/rapid.py:7167 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "Занемари фотографије Ñа Ñледећим наÑтавцима: %s" #: ../raphodo/rapid.py:7177 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" "Укључите или иÑкључите започињање преузимања по Ñамом покретању програма." #: ../raphodo/rapid.py:7184 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" "Укључите или иÑкључите започињање преузимања по Ñамом уметању уређаја." #: ../raphodo/rapid.py:7191 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:7200 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" "Обришите Ñве Ñличице у оÑтави Ñличица Брзог преноÑиоца фотографија, и " "изађите." #: ../raphodo/rapid.py:7208 msgid "Forget which files have been previously downloaded, and exit." msgstr "Заборавите које Ñу датотеке претходно биле преузете, и изађите." #: ../raphodo/rapid.py:7215 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" "Увезите поÑтавке из из Ñтарог издања програма и изађите. Захтева програм " "линије наредби „gconftool“-2." #: ../raphodo/rapid.py:7224 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:7232 msgid "Include gphoto2 debugging information in log files." msgstr "Укључите „gphoto2“ податке прочишћавања у датотеке дневника." #: ../raphodo/rapid.py:7238 msgid "Print information to the terminal about attached cameras and exit." msgstr "ИÑпишите податке у терминал о прикаченим фото-апаратима и изађите." #: ../raphodo/rapid.py:7245 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:7255 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:7348 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:7359 msgid "No prior program preferences detected: exiting." msgstr "ÐиÑам открио претходне поÑтавке програма: излазим." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:7366 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "Увозим поÑтавке из Брзог преноÑиоца фотографија %(version)s" #: ../raphodo/rapid.py:7437 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "Да ли желите да умножите Ñачувани број низа, који има вредноÑÑ‚ %d?" #: ../raphodo/rapid.py:7452 msgid "Program aborting." msgstr "Прекид програма." #: ../raphodo/rapid.py:7542 msgid "Never run this program as the sudo / root user." msgstr "Ðикада не покрећите овај програм као админиÑтратор." #: ../raphodo/rapid.py:7547 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" "Морате да инÑталирате „ExifTool“ да биÑте покренули Брзог преноÑиоца " "фотографија." #: ../raphodo/rapid.py:7562 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:7637 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:7842 msgid "All settings and caches have been reset." msgstr "Сва подешавања и оÑтаве Ñу враћене на оÑновне вредноÑти." #: ../raphodo/rapid.py:7850 msgid "Thumbnail Cache has been reset." msgstr "ОÑтава Ñличица је повраћена." #: ../raphodo/rapid.py:7856 msgid "Remembered files have been forgotten." msgstr "Запамћене датотеке Ñу заборављене." #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Remember this choice" msgstr "&Запамти овај избор" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't ask me about this again" msgstr "&Ðе питај ме о овоме поново" #: ../raphodo/ui/rememberthisdialog.py:80 msgid "&Don't warn me about this again" msgstr "&Ðе упозоравај ме о овоме поново" #: ../raphodo/ui/rememberthisdialog.py:87 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" "&Ðе упозоравај ме опет о библиотекама програма које недоÑтају или Ñу оштећене" #: ../raphodo/renameandmovefile.py:626 msgid "subfolder and filename" msgstr "подфаÑцикла и назив датотеке" #: ../raphodo/renameandmovefile.py:628 msgid "filename" msgstr "назив датотеке" #: ../raphodo/renameandmovefile.py:630 msgid "subfolder" msgstr "подфаÑцикла" #: ../raphodo/ui/renamepanel.py:327 msgid "A counter for how many downloads occur on each day" msgstr "Бројач преузимања у једном дану" #: ../raphodo/ui/renamepanel.py:328 msgid "Downloads today:" msgstr "Данашња преузимања:" #: ../raphodo/ui/renamepanel.py:350 msgid "A counter that is remembered each time the program is run " msgstr "Бројач који Ñе памти при Ñваком покретању програма " #: ../raphodo/ui/renamepanel.py:351 msgid "Stored number:" msgstr "Сачувани бројеви:" #: ../raphodo/ui/renamepanel.py:363 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "Време на које ће број низа данашњих преузимања бити враћено" #: ../raphodo/ui/renamepanel.py:365 msgid "Day start:" msgstr "Почетак дана:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:375 msgid "Synchronize RAW + JPEG" msgstr "УÑаглаÑи СИРОВУ и ЈПЕГ" #: ../raphodo/ui/renamepanel.py:379 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" "УÑаглаÑите бројеве низа за поклапање парова Ñирових и ЈПЕГ.\n" "\n" "Погледајте документацију на мрежи за више појединоÑти." #: ../raphodo/ui/renamepanel.py:384 msgid "Sequence Numbers" msgstr "Ðиз бројева" #: ../raphodo/ui/renamepanel.py:395 msgid "Strip incompatible characters" msgstr "Избаци неподржане знакове" #: ../raphodo/ui/renamepanel.py:400 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" "Да ли из назива фотографија, Ñнимака и фаÑцикли треба уклонити знакове који " "ниÑу подржани на другим оперативним ÑиÑтемима" #: ../raphodo/ui/renamepanel.py:404 msgid "Compatibility" msgstr "СаглаÑноÑÑ‚" #: ../raphodo/ui/renamepanel.py:484 msgid "Photo Renaming" msgstr "Преименовање фотографија" #: ../raphodo/ui/renamepanel.py:488 msgid "Video Renaming" msgstr "Преименовање Ñнимака" #: ../raphodo/ui/renamepanel.py:492 msgid "Renaming Options" msgstr "Опције преименовања" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "фотографије и Ñнимци" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "фотографије или Ñнимци" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:273 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:302 msgid "a video" msgstr "Ñнимак" #: ../raphodo/rpdfile.py:304 msgid "1 Video" msgstr "1 Ñнимак" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:314 msgid "a photo" msgstr "фотографија" #: ../raphodo/rpdfile.py:316 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:830 #, python-format msgid "%(path)s on %(camera)s" msgstr "„%(path)s“ на „%(camera)s“" #: ../raphodo/rpdfile.py:851 msgid "Photo" msgstr "Фотографија" #: ../raphodo/rpdfile.py:913 msgid "Video" msgstr "Снимак" #: ../raphodo/storage/storage.py:251 msgid "File system root" msgstr "Корен ÑиÑтема датотека" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:589 msgid "Pictures" msgstr "Слике" #: ../raphodo/sudocommand.py:93 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:100 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:140 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:583 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "Снимљено %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:593 #, 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:605 ../raphodo/thumbnaildisplay.py:668 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:623 #, python-format msgid "Memory cards: %s" msgstr "МеморијÑке картице: %s" #: ../raphodo/thumbnaildisplay.py:628 #, python-format msgid "Memory card: %s" msgstr "МеморијÑка картица: %s" #: ../raphodo/thumbnaildisplay.py:635 msgid "Downloaded as:" msgstr "Преузето као:" #: ../raphodo/thumbnaildisplay.py:682 #, python-format msgid "

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

      Претходно преузимање:
      %(filename)s
      %(path)s
      %(date)s" #: ../raphodo/thumbnaildisplay.py:691 #, python-format msgid "

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

      Ручно подеÑите као претходно преузето %(date)s" #: ../raphodo/thumbnaildisplay.py:2257 msgid "Copy Path" msgstr "Путања умножавања" #: ../raphodo/thumbnaildisplay.py:2263 msgid "Mark File as Downloaded" msgstr "Означи датотеку преузетом" #: ../raphodo/thumbnaildisplay.py:2268 msgid "Mark Files as Downloaded" msgstr "Означи датотеке преузетим" #: ../raphodo/utilities.py:215 msgid "B" msgstr "B" #: ../raphodo/utilities.py:216 msgid "KB" msgstr "KB" #: ../raphodo/utilities.py:217 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:218 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:219 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:220 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:221 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:222 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:223 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:486 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "„%(first_item)s“ и „%(last_item)s“" #: ../raphodo/utilities.py:570 msgid "one" msgstr "један" #: ../raphodo/utilities.py:571 msgid "two" msgstr "два" #: ../raphodo/utilities.py:572 msgid "three" msgstr "три" #: ../raphodo/utilities.py:573 msgid "four" msgstr "четири" #: ../raphodo/utilities.py:574 msgid "five" msgstr "пет" #: ../raphodo/utilities.py:575 msgid "six" msgstr "шеÑÑ‚" #: ../raphodo/utilities.py:576 msgid "seven" msgstr "Ñедам" #: ../raphodo/utilities.py:577 msgid "eight" msgstr "оÑам" #: ../raphodo/utilities.py:578 msgid "nine" msgstr "девет" #: ../raphodo/utilities.py:579 msgid "ten" msgstr "деÑет" #: ../raphodo/utilities.py:580 msgid "eleven" msgstr "једанаеÑÑ‚" #: ../raphodo/utilities.py:581 msgid "twelve" msgstr "дванаеÑÑ‚" #: ../raphodo/utilities.py:582 msgid "thirteen" msgstr "тринаеÑÑ‚" #: ../raphodo/utilities.py:583 msgid "fourteen" msgstr "четрнаеÑÑ‚" #: ../raphodo/utilities.py:584 msgid "fifteen" msgstr "петнаеÑÑ‚" #: ../raphodo/utilities.py:585 msgid "sixteen" msgstr "шеÑнаеÑÑ‚" #: ../raphodo/utilities.py:586 msgid "seventeen" msgstr "ÑедамнаеÑÑ‚" #: ../raphodo/utilities.py:587 msgid "eighteen" msgstr "оÑамнаеÑÑ‚" #: ../raphodo/utilities.py:588 msgid "ninenteen" msgstr "деветнаеÑÑ‚" #: ../raphodo/utilities.py:589 msgid "twenty" msgstr "двадеÑет" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&OK" msgstr "&У реду" #: ../raphodo/ui/viewutils.py:680 ../raphodo/ui/viewutils.py:700 msgid "&Save" msgstr "&Сачувај" #: ../raphodo/ui/viewutils.py:681 msgid "&Help" msgstr "По&моћ" #: ../raphodo/ui/viewutils.py:682 msgid "Restore Defaults" msgstr "Врати подразумевано" #: ../raphodo/ui/viewutils.py:683 ../raphodo/ui/viewutils.py:701 msgid "&Yes" msgstr "&Да" #: ../raphodo/ui/viewutils.py:684 ../raphodo/ui/viewutils.py:702 msgid "&No" msgstr "&Ðе" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:105 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:109 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:115 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:309 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:314 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:321 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:390 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:403 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:558 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:562 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:566 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:570 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:594 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:596 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:598 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:638 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:652 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1459 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1463 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1606 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1612 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" "Преузмите, преименујте и направите резерву фотографија и Ñнимака Ñа фото-" "апарата и других уређаја" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" "Брзи преноÑилац фотографија увози фотографије и Ñнимке Ñа фото-апарата, " "телефона, меморијÑких картица и оÑталих уређаја великом брзином. Може бити " "подешен да преименује фотографије и Ñнимке Ñхавтљивим називима датотека које " "наведете. Може такође да направи резерве фотографија и Ñнимака по њиховом " "преузимању. Преузима Ñа и прави резерву на више уређаја иÑтовремено." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" "ЈединÑтвено за Брзог преноÑиоца фотографија је његова временÑка линија, која " "групише фотографије и Ñнимке на оÑнову тога колико је времена прошло између " "узаÑтопних Ñнимака. КориÑтите је да препознате фотографије и Ñнимке Ñнимљене " "у различитим периодима у једном дану или у току узаÑтопних дана." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" "ÐапиÑао га је фотограф за фотографе профеÑионалце и аматере, Брзи преноÑилац " "фотографија је лак за подешавање и коришћење. ПоÑтавке програма Ñу подешене " "без потребе за компликованим шифрама. Општи задаци могу бити аутоматизовани, " "као откачињање меморијÑке картице када Ñе заврши преузимање." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "Главни прозор" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "Преименујем" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "ПреноÑилац фотографија" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" "фотографија;преузми;увези;Ñнимак;фото-" "апарат;телефон;резерва;меморија;картица;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "Преузмите фотографије и Ñнимке Ñа Брзим преноÑиоцем фотографија" #~ msgid "Berlin" #~ msgstr "Берлин" #~ msgid "Paris" #~ msgstr "Париз" #~ msgid "New York" #~ msgstr "Београд" #~ msgid "Prague" #~ msgstr "Праг" #~ msgid "Manila" #~ msgstr "Софија" #~ msgid "Wellington" #~ msgstr "Ðови Сад" #~ msgid "Helsinki" #~ msgstr "Зајечар" #~ msgid "Kampala" #~ msgstr "Будва" #~ msgid "Rome" #~ msgstr "Рим" #~ msgid "Moscow" #~ msgstr "МоÑква" #~ msgid "Budapest" #~ msgstr "Будимпешта" #~ msgid "Warsaw" #~ msgstr "Варшава" #~ msgid "Madrid" #~ msgstr "Мадрид" #, python-format #~ msgid "Example: %s" #~ msgstr "Пример: %s" #~ msgid "Download cannot proceed" #~ msgstr "Ðе могу да наÑтавим преузимање" #~ msgid "scanning..." #~ msgstr "претражујем уређај..." #~ msgid "Size" #~ msgstr "Величина" #~ msgid "Download Progress" #~ msgstr "Ðапредак преузимања" #~ msgid "_Remember this choice" #~ msgstr "_Запамти овај избор" #~ msgid "and" #~ msgstr "и" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "ПреоÑтало је %(minutes)i:%(seconds)02i" #~ msgid "MB/s" #~ msgstr "MB/s" #~ msgid "About 1 second remaining" #~ msgstr "ПреоÑтала је 1 Ñекунда" #~ msgid "About 1 minute remaining" #~ msgstr "ПреоÑтао је 1 минут" #, python-format #~ msgid "and %s" #~ msgstr "и %s" #~ msgid "Name + extension" #~ msgstr "Ðазив + наÑтавак" #~ msgid ":" #~ msgstr ":" #~ msgid " " #~ msgstr " " #~ msgid " hh:mm" #~ msgstr " чч:мм" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "СаглаÑноÑÑ‚ Ñа оÑталим оперативним ÑиÑтемима" #~ msgid "Example" #~ msgstr "Пример" #~ msgid "Example:" #~ msgstr "Пример:" #~ msgid "New:" #~ msgstr "Ðова:" #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "Сам пронађи преноÑне меморијÑке уређаје" #~ msgid "Rename Options" #~ msgstr "Опције за преименовање" #~ msgid "Device Detected" #~ msgstr "Пронађен је нови уређај" #~ msgid "_Clear Completed Downloads" #~ msgstr "_ОчиÑти завршена преузимања" #~ msgid "_Add..." #~ msgstr "_Додај..." #~ msgid "Error Log" #~ msgstr "ИÑÐ¿Ð¸Ñ Ð³Ñ€ÐµÑˆÐ°ÐºÐ°" #~ msgid "Sequence Numbers" #~ msgstr "Ðиз бројева" #~ msgid "Rename Options" #~ msgstr "Опције преименовања" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Извор: %(source)s" #~ msgid "Error in Photo Rename preferences" #~ msgstr "Грешка у поÑтавкама за преименовање фотографија" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Изаберите фаÑциклу која Ñадржи %(file_types)s" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s од %(total)s %(filetypes)s" #~ msgid "Photos:" #~ msgstr "Фотографије:" #~ msgid "Photo Rename\t" #~ msgstr "" #~ "Преименовање фотографија\t" #~ msgid "Photo Rename" #~ msgstr "Преименовање фотографија" #~ msgid "Automatically detect devices" #~ msgstr "Сам пронађи уређаје" #~ msgid "Devices" #~ msgstr "Уређаји" #~ msgid "Photo Rename" #~ msgstr "Преименовање фотографија" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s од %(total)s %(filetypes)s (преоÑтаје %(remaining)s)" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Грешка: %(inst)s" #~ msgid "Photo has already been downloaded" #~ msgstr "Фотографије Ñу већ преузете" #~ msgid "_File" #~ msgstr "_Датотека" #~ msgid "_Select" #~ msgstr "_Изабери" #~ msgid "Free space:" #~ msgstr "Слободан проÑтор:" #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #, python-format #~ msgid "Folder: %s" #~ msgstr "ФаÑцикла: %s" #~ msgid "; " #~ msgstr "; " #~ msgid "." #~ msgstr "." #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Датотека: %(file)s" #, python-format #~ msgid "Error: %(errorno)s %(strerror)s" #~ msgstr "Грешка: %(errorno)s %(strerror)s" #~ msgid "The metadata might be corrupt." #~ msgstr "Метаподаци Ñу можда неиÑправни." #, python-format #~ msgid "%s, " #~ msgstr "%s, " #, python-format #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #, python-format #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #~ msgid "The following metadata is missing: " #~ msgstr "ÐедоÑтају Ñледећи метаподаци: " #, python-format #~ msgid "%(previousproblem)s, and %(backinguperror)s" #~ msgstr "%(previousproblem)s, и %(backinguperror)s" #, python-format #~ msgid "Path: %s" #~ msgstr "Путања: %s" #~ msgid "_Download" #~ msgstr "_Преузми" #~ msgid "Next File" #~ msgstr "Следећа датотека" #~ msgid "Previous File" #~ msgstr "Претходна датотека" #~ msgid "Miscellaneous" #~ msgstr "ОÑтало" #~ msgid "Generate thumbnails (slower)" #~ msgstr "Изгради умањене приказе (Ñпорије)" #~ msgid "_Include in download" #~ msgstr "_Укључи у преузето" #~ msgid "Remove all Remembered Paths?" #~ msgstr "Да уклоним Ñве запамћене путање?" #~ msgid "Should all remembered paths be removed?" #~ msgstr "Да ли да уклоним Ñве запамћене путање?" #~ msgid "Remove all Ignored Paths?" #~ msgstr "Да уклоним Ñве занемарене путање?" #~ msgid "Should all ignored paths be removed?" #~ msgstr "Да ли да уклоним Ñве занемарене путање?" #~ msgid "Invalid regular expression" #~ msgstr "ÐеиÑправан регуларни израз" #~ msgid "Device Options" #~ msgstr "Опције уређаја" #~ msgid "Device Options" #~ msgstr "Опције уређаја" #~ msgid "Use _python-style regular expressions" #~ msgstr "КориÑти _регуларни израз у Питоновом Ñтилу" #~ msgid "Remembered Paths" #~ msgstr "Запамћене путање" #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "Да ли заиÑта желите да преузмете Ñлике одавде? Ðа неким ÑиÑтемима " #~ "претраживање те путање може да потраје." #~ msgid "Auto Detect" #~ msgstr "Сам одреди" #~ msgid "Move" #~ msgstr "ПремеÑти" #~ msgid "To" #~ msgstr "У" #~ msgid "Automatically rotate JPEG images" #~ msgstr "Сам окрени Ñлике" #~ msgid "Copy" #~ msgstr "Умножи" #~ msgid "Backing up error" #~ msgstr "Грешка прављења резерве" #~ msgid "" #~ "The filename, extension and Exif information indicate it has already been " #~ "downloaded." #~ msgstr "" #~ "Ðазив датотеке, проширење и ЕкÑиф подаци указују да је датотека већ преузета." #~ msgid "Errors occurred when backing up on the following backup devices: " #~ msgstr "Грешка приликом прављења резерве на Ñледећим уређајима: " #~ msgid "Backups already exist in these locations: " #~ msgstr "Већ поÑтоји резерва на овим меÑтима: " #~ msgid "Multiple problems were encountered" #~ msgstr "Дошло је до више грешака" #~ msgid "there were errors backing up" #~ msgstr "дошло је до грешака при прављењу резерве" #~ msgid "There were errors backing up" #~ msgstr "Дошло је до грешака при прављењу резерве" #~ msgid "there was an error backing up" #~ msgstr "дошло је до грешке при прављењу резерве" #~ msgid "There was an error backing up" #~ msgstr "Дошло је до грешке при прављењу резерве" #~ msgid "_Make a Donation..." #~ msgstr "_Приложите неки динар..." #~ msgid "_Translate this Application..." #~ msgstr "_Преведите овај програм..." #~ msgid "_Check All" #~ msgstr "Изабери _Ñве" #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "УÑаглаÑи називе РÐÐ’ и ЈПЕГ Ñлика" #~ msgid "" #~ "If you enable automatic detection of Portable Storage Devices, the entire " #~ "device will be scanned. On large devices, this could take some time.\n" #~ "\n" #~ "When this option is enabled, and a potential device is detected, you will be " #~ "prompted to determine if it should be scanned or not." #~ msgstr "" #~ "Уколико омогућите аутоматÑко налажење преноÑних уређаја, то може да потраје " #~ "када је преноÑни уређај велики јер ће бити претражен у потпуноÑти.\n" #~ "\n" #~ "При налажењу одговарајућег уређаја бићете упитани да ли желите да га " #~ "претражите или не." #~ msgid "Backup\t" #~ msgstr "Резерва\t" #~ msgid "Backup" #~ msgstr "Резерва" #~ msgid "Backup" #~ msgstr "Резерва" #~ msgid "Performance" #~ msgstr "Учинак" #~ msgid "Help" #~ msgstr "Помоћ" #~ msgid "Check All Photos" #~ msgstr "Изабери Ñве фотографије" #~ msgid "Check All Videos" #~ msgstr "Изабери Ñве Ñнимке" #~ msgid "About..." #~ msgstr "О програму..." #~ msgid "Quit" #~ msgstr "Изађи" #~ msgid "Refresh" #~ msgstr "ОÑвежи" #, python-format #~ msgid "No backup device contains a valid folder for backing up %(filetype)s" #~ msgstr "" #~ "Ðиједан уређај резерве не Ñадржи иÑправну фаÑциклу за Ñтварање резерве " #~ "„%(filetype)s“" #, python-format #~ msgid "Backup %(file_type)s overwritten" #~ msgstr "Резерва „%(file_type)s“ је препиÑана" #, python-format #~ msgid "%(file_type)s not backed up" #~ msgstr "није направљена резерва за „%(file_type)s“" #, python-format #~ msgid "The %(filetype)s did not download correctly" #~ msgstr "„%(filetype)s“ није иÑправно преузета" #~ msgid "An unknown error occurred" #~ msgstr "Дошло је до непознате грешке" #~ msgid "" #~ "File verification failed. The downloaded version is different from the " #~ "original." #~ msgstr "" #~ "Провера датотеке није уÑпела. Преузето издање Ñе разликује од изворног." #, python-format #~ msgid "" #~ "File verification failed on %(volume)s. The backed up version is different " #~ "from the downloaded version." #~ msgstr "" #~ "Провера датотеке на „%(volume)s“ није уÑпела. Издање резерве Ñе разликује од " #~ "преузетог издања." #~ msgid "File verification failed on these devices: " #~ msgstr "Провера датотеке није уÑпела на овим уређајима: " #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s није откачен" #~ msgid "the root of the file system" #~ msgstr "корен ÑиÑтема датотека" #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "Преузми Ñа „%(location)s“." #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "ПреоÑтало је %i Ñекунде" #~ msgid "From" #~ msgstr "Са" #~ msgid "Select a folder to download photos to" #~ msgstr "Изаберите фаÑциклу за Ñмештај фотографија" #~ msgid "Videos:" #~ msgstr "Снимке:" #~ msgid "Select a folder to download videos to" #~ msgstr "Изаберите фаÑциклу за Ñмештај Ñнимака" #~ msgid "Using backup devices" #~ msgstr "Употреба уређаја резерве" #~ msgid "Using backup device" #~ msgstr "Употреба уређаја резерве" #, python-format #~ msgid "%(free)s free" #~ msgstr "%(free)s је Ñлободно" #, python-format #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "Правим резерву фотографија и Ñнимака у „%(path)s“" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "Правим резерву у „%(path)s“" #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "Правим резерву Ñлика у „%(path)s“ и Ñнимака у „%(path2)s“" #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. у „%(backuppaths)s“." #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "ФаÑцикла за преузимање „%(file_type)s“ датотека не поÑтоји" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "ФаÑцикла за преузимање „%(file_type)s“ датотека је неиÑправна" #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "ФаÑцикла за преузимање „%(file_type)s“ датотека није упиÑива" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "иÑпиÑује податке о програму на линији наредби за време рада програма " #~ "(оÑновно: %default)" #~ msgid "display debugging information when run from the command line" #~ msgstr "приказује податке прочишћавања када ради Ñа линије наредби" #~ msgid "only output errors to the command line" #~ msgstr "иÑпиÑује грешке Ñамо на линији наредби" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "" #~ "иÑпиÑује проширења подржаних Ñлика и Ñнимака које програм препознаје и излази" #~ msgid "" #~ "automatically detect devices from which to download, overwriting existing " #~ "program preferences" #~ msgstr "" #~ "Ñам открива уређаје Ñа којих ће преузети, препиÑујући поÑтојеће поÑтавке " #~ "програма" #~ msgid "" #~ "manually specify the PATH of the device from which to download, overwriting " #~ "existing program preferences" #~ msgstr "" #~ "ручно наводи ПУТÐЊУ уређаја Ñа ког ће преузети, препиÑујући поÑтојеће " #~ "поÑтавке програма" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "враћа Ñве поÑтавке на оÑновне и излази" #~ msgid "" #~ "Error: specify device auto-detection or manually specify a device's path " #~ "from which to download, but do not do both." #~ msgstr "" #~ "Грешка: наведите Ñамо-откривање уређаја или ручно наведите путању уређаја Ñа " #~ "којих Ñе преузима, али не оба иÑтовремено." #~ msgid "All settings and preferences have been reset" #~ msgstr "Сва подешавања и поÑтавке Ñу враћене на оÑновне вредноÑти" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "Ðе могу да направим директоријум одредишта: %(directory)s\n" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Извор: %(source)s\n" #~ "Одредиште: %(destination)s" #, python-format #~ msgid "Backup of %(file_type)s already exists" #~ msgstr "Већ поÑтоји резерва за „%(file_type)s“" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "Да ли да преузмем фотографије или Ñнимке Ñа овог уређаја/партиције?" #~ msgid "Remove all Job Codes?" #~ msgstr "Да уклоним Ñве шифре поÑлова?" #~ msgid "Should all Job Codes be removed?" #~ msgstr "Да ли да уклоним Ñве шифре поÑлова?" #~ msgid "Error in Video Rename preferences" #~ msgstr "Грешка у поÑтавкама за преименовање Ñнимака" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "Грешка у поÑтавкама Ñадржаних фаÑцикли за преузете фотографије" #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "Грешка у поÑтавкама Ñадржаних фаÑцикли за преузети Ñнимак" #~ msgid "Enter a Job Code" #~ msgstr "УнеÑите шифру поÑла" #~ msgid "Job Code:" #~ msgstr "Шифра поÑла:" #~ msgid "Select a folder in which to backup photos" #~ msgstr "Изаберите фаÑциклу за Ñмештај резерви фотографија" #~ msgid "Select a folder in which to backup videos" #~ msgstr "Изаберите фаÑциклу за Ñмештај резерви Ñнимака" #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "" #~ "Упозорење: Ðема довољно метаподатака за образовање пуног назива. " #~ "ИÑкориÑтите друге опције за преименовање." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "" #~ "Упозорење: Ðема довољно метаподатака за образовање Ñадржаних " #~ "фаÑцикли. ИÑкориÑтите другу опцију за именовање Ñадржаних фаÑцикли." #, python-format #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "Унете поÑтавке Ñадржане фаÑцикле „%(filetype)s“ ниÑу иÑправне и неће бити " #~ "коришћене.\n" #~ "Враћам поÑтавке на оÑновне вредноÑти." #, python-format #~ msgid "" #~ "The following regular expressions are invalid, and will be removed unless " #~ "you correct them:\n" #~ " %s" #~ msgstr "" #~ "Следећи изрази Ñу неиÑправни и биће уклоњени уколико их не иÑправите:\n" #~ " %s" #, python-format #~ msgid "" #~ "This regular expression is invalid, and will be removed unless you correct " #~ "it:\n" #~ " %s" #~ msgstr "" #~ "Следећи израз је неиÑправан и биће уклоњен уколико га не иÑправите:\n" #~ " %s" #~ msgid "externaldrive1" #~ msgstr "1. Ñпољни уређај" #~ msgid "externaldrive2" #~ msgstr "2. Ñпољни уређај" #~ msgid "Tehran" #~ msgstr "Ðиш" #~ msgid "Sydney" #~ msgstr "Пирот" #~ msgid "Delhi" #~ msgstr "Ваљево" #~ msgid "Jakarta" #~ msgstr "Чачак" #~ msgid "Stockholm" #~ msgstr "Вршац" #, python-format #~ msgid "Date time value %s appears invalid." #~ msgstr "ВредноÑÑ‚ датума и времена „%s“ изгледа да је неиÑправна." #, python-format #~ msgid "Error generating component %s." #~ msgstr "Грешка Ñтварања ÑаÑтојка назива „%s“." #, python-format #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "Ðе могу да читам „%(filetype)s“ метаподатке" #, python-format #~ msgid "%(filetype)s %(area)s could not be generated" #~ msgstr "Ðе могу да Ñтворим „%(filetype)s %(area)s“" #, python-format #~ msgid "An error occurred when copying the %(filetype)s" #~ msgstr "Грешка приликом умножавања „%(filetype)s“" #, python-format #~ msgid "%(filetype)s already exists" #~ msgstr "Већ поÑтоји „%(filetype)s“" #, python-format #~ msgid "" #~ "%(filetype)s could not be backed up because no suitable backup locations " #~ "were found." #~ msgstr "" #~ "Ðе могу да направим резерву „%(filetype)s“ датотека јер ниÑам нашао " #~ "одговарајућу путању." #, python-format #~ msgid "%(filetype)s was already downloaded" #~ msgstr "„%(filetype)s“ је већ преузето" #, python-format #~ msgid "" #~ "The existing %(filetype)s was last modified on %(date)s at %(time)s. Unique " #~ "identifier '%(identifier)s' added." #~ msgstr "" #~ "ПоÑтојећи „%(filetype)s“ је измењен %(date)s у %(time)s. Додат је " #~ "јединÑтвени одредник „%(identifier)s“." #, python-format #~ msgid "The existing %(filetype)s was last modified on %(date)s at %(time)s." #~ msgstr "ПоÑтојећи „%(filetype)s“ је измењен %(date)s у %(time)s." #, python-format #~ msgid "There is no data with which to name the %(filetype)s." #~ msgstr "Ðе поÑтоје подаци Ñа којима ће Ñе именовати „%(filetype)s“." #, python-format #~ msgid " It was backed up to %(volume)s" #~ msgstr " Резерва је Ñмештена на „%(volume)s“" #~ msgid " It was backed up to these devices: " #~ msgstr " Резерва је Ñмештена на Ñледећим уређајима: " #, python-format #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "„%(volumes)s“ и „%(final_volume)s“." #, python-format #~ msgid "" #~ "Photos detected with the same filenames, but taken at different times: " #~ "%(details)s" #~ msgstr "" #~ "Откривене Ñу фотографије Ñа иÑтим називом датотека, али Ñликане у различито " #~ "време: %(details)s" #, python-format #~ msgid "An error occurred when backing up on %(volume)s: %(inst)s." #~ msgstr "Грешка приликом прављења резерве на „%(volume)s“: %(inst)s." #, python-format #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "Грешка приликом прављења резерве на „%(volume)s“." #, python-format #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "„%(volumes)s“ и „%(volume)s“ (%(inst)s)." #, python-format #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "„%(volumes)s“ и „%(volume)s“." #, python-format #~ msgid "Backup already exists on %(volume)s." #~ msgstr "Већ поÑтоји резерва на „%(volume)s“." #, python-format #~ msgid "Backup overwritten on %(volume)s." #~ msgstr "ПрепиÑана је резерва на „%(volume)s“." #~ msgid "Backups overwritten on these devices: " #~ msgstr "ПрепиÑане Ñу резерве на овим уређајима: " #, python-format #~ msgid "An error occurred when creating directories on %(volume)s: %(inst)s." #~ msgstr "Грешка приликом Ñтварања директоријума на „%(volume)s“: %(inst)s." #~ msgid "" #~ "Errors occurred when creating directories on the following backup devices: " #~ msgstr "Грешка приликом Ñтварања директоријума на Ñледећим уређајима: " #, python-format #~ msgid "%(previousproblem)s Additionally, %(newproblem)s" #~ msgstr "„%(previousproblem)s“ додатно, %(newproblem)s" #, python-format #~ msgid " Furthermore, there were %(problems)s." #~ msgstr " Такође, дошло је и до „%(problems)s“." #, python-format #~ msgid " Furthermore, there was a %(problem)s." #~ msgstr " Такође, дошло је и до „%(problem)s“." #, python-format #~ msgid "%(missing_metadata_elements)s and %(final_missing_metadata_element)s." #~ msgstr "" #~ "„%(missing_metadata_elements)s“ и „%(final_missing_metadata_element)s“." #~ msgid "Problems in subfolder and filename generation" #~ msgstr "Проблеми Ñтварања Ñадржане фаÑцикле и назива датотеке" #~ msgid "Problem in subfolder and filename generation" #~ msgstr "Проблем Ñтварања Ñадржане фаÑцикле и назива датотеке" #, python-format #~ msgid "Problems in %s generation" #~ msgstr "Проблеми Ñтварања „%s“" #, python-format #~ msgid "Problem in %s generation" #~ msgstr "Проблем Ñтварања „%s“" #, python-format #~ msgid "%(filetype)s already exists, but it was backed up" #~ msgstr "Већ поÑтоји „%(filetype)s“, али је направљена резерва" #, python-format #~ msgid "An error occurred when copying the %(filetype)s, but it was backed up" #~ msgstr "" #~ "Дошло је до грешке приликом умножавања „%(filetype)s“, али је направљена " #~ "резерва" #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "" #~ "Откривене Ñу фотографије Ñа иÑтим називом, које Ñу Ñликане у различито време" #, python-format #~ msgid "scanning (found %(photos)s photos and %(videos)s videos)..." #~ msgstr "прегледам (нађох %(photos)s фотографије и %(videos)s Ñнимка)..." #~ msgid "Failed to create download subfolder" #~ msgstr "Ðе могу да направим Ñадржану фаÑциклу за преузимање" #~ msgid "_Get Help Online..." #~ msgstr "Помоћ на _мрежи..." #~ msgid "_Report a Problem..." #~ msgstr "_Пријавите грешке..." #~ msgid "_Uncheck All" #~ msgstr "_Поништи избор" #~ msgid "Download / Pause" #~ msgstr "Преузми / ЗаÑтани" #~ msgid "Select All Without _Job Code" #~ msgstr "Изабери Ñве _без шифре поÑла" #~ msgid "Select All Wit_h Job Code" #~ msgstr "Изабери Ñве _Ñа шифром поÑла" #~ msgid "_View" #~ msgstr "_Преглед" #~ msgid "_Error Log" #~ msgstr "Дневник _грешака" #~ msgid "_Help" #~ msgstr "По_моћ" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "ПоÑтавке Брзог преноÑиоца фотографија" #~ msgid "Photo Download Folders" #~ msgstr "" #~ "ФаÑцикле за преузете " #~ "фотографије" #~ msgid "Example: /home/user/Pictures" #~ msgstr "Пример: „/home/user/Фотографије“" #~ msgid "Download Subfolders" #~ msgstr "Садржане фаÑцикле за преузимања" #~ msgid "Download folder:" #~ msgstr "ФаÑцикла за Ñмештај:" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Изаберите фаÑциклу за чување преузетих фотографија. Садржане фаÑцикле биће " #~ "направљене на оÑнову задатог редоÑледа." #~ msgid "Download Folder" #~ msgstr "ФаÑцикла за преузимања" #~ msgid "Photo Folders" #~ msgstr "ФаÑцикле за фотографије" #~ msgid "Original:" #~ msgstr "Изворна:" #~ msgid "Video Download Folders" #~ msgstr "" #~ "ФаÑцикла за преузете Ñнимке" #~ msgid "" #~ "Sorry, video downloading functionality disabled. To download videos, please " #~ "install either the hachoir metadata and kaa metadata packages " #~ "for python, or exiftool." #~ msgstr "" #~ "Извините, преузимање Ñнимака је иÑкључено. За преузимање Ñнимака " #~ "инÑталирајте „hachoir metadata“ и „kaa metadata“ за Питон, или " #~ "„exiftool“." #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Изаберите фаÑциклу за чување Ñнимака. Садржане фаÑцикле биће направљене на " #~ "оÑнову задатог редоÑледа." #~ msgid "Video Folders" #~ msgstr "ФаÑцикле Ñнимака" #~ msgid "Video Rename\t" #~ msgstr "Преименовање Ñнимака\t" #~ msgid "Video Rename" #~ msgstr "Преименовање Ñнимака" #~ msgid "" #~ "Specify the time in 24 hour format at which the Downloads today " #~ "sequence number should be reset." #~ msgstr "" #~ "Ðаведите време 24-чаÑовног запиÑа на које ће вредноÑÑ‚ данашњих " #~ "преузимања бити враћена." #~ msgid "" #~ "Specify whether photo, video and folder names should have any characters " #~ "removed that are not allowed by other operating systems." #~ msgstr "" #~ "Одредите да ли из назива фотографија, Ñнимака и фаÑцикли треба уклонити " #~ "знакове који ниÑу подржани на другим оперативним ÑиÑтемима." #~ msgid "Job Codes" #~ msgstr "Шифре поÑлова" #~ msgid "Job Codes" #~ msgstr "Шифре поÑлова" #~ msgid "R_emove All" #~ msgstr "Уклони _Ñве" #~ msgid "" #~ "Devices are from where to download photos and videos, such as cameras, " #~ "memory cards or Portable Storage Devices.\n" #~ "\n" #~ "You can download from multiple devices simultaneously, or you can specify a " #~ "location on your hard drive.\n" #~ "\n" #~ "Downloading directly from cameras is currently an experimental feature. " #~ "If downloading directly from your camera works poorly or not at all, try " #~ "setting it to PTP mode. If that is not possible, a card reader must be " #~ "used." #~ msgstr "" #~ "Уређаји Ñа којих Ñе преузимају Ñлике или Ñнимци, као што Ñу фото-апарати, " #~ "меморијÑке картице или преноÑна Ñкладишта.\n" #~ "\n" #~ "Можете преузимати податке Ñа више уређаја у иÑто време или умеÑто уређаја " #~ "изабрати одређено меÑто Ñа вашег диÑка.\n" #~ "\n" #~ "Директно преузимање Ñа фото-апарата је још увек у развојној фази. Уколико " #~ "приметите да је брзина преузимања мала, или да преузимање уопште не ради, " #~ "поÑтавите апарат у ПТП режим или купите читач картица." #~ msgid "Location:" #~ msgstr "Путања:" #~ msgid "" #~ "If you disable automatic detection, choose the exact location of the photos " #~ "and videos." #~ msgstr "" #~ "Уколико иÑкључите аутоматÑко налажење уређаја, изаберите меÑто до " #~ "фотографија и Ñнимака." #~ msgid "" #~ "Remembered paths are those associated with devices that you have chosen to " #~ "always scan or ignore when automatic detection of Portable Storage Devices " #~ "is enabled." #~ msgstr "" #~ "Запамћене путање Ñу оне придружене уређајима које желите увек да претражите " #~ "или занемарите при ÑамоÑталном тражењу уређаја." #~ msgid "" #~ "Specify the ending portion of any paths you want ignored when scanning " #~ "devices for photos or videos. Any path ending with the values below will not " #~ "be scanned." #~ msgstr "" #~ "УнеÑите део назива путања које желите да занемарите приликом претраживања " #~ "уређаја. Све путање које Ñе завршавају овим називом биће занемарене." #~ msgid "Re_move All" #~ msgstr "Уклони _Ñве" #~ msgid "" #~ "Specify the folder in which backups are stored on the device. \n" #~ "\n" #~ "Note: this will also be used to determine whether or not the device is " #~ "used for backups. For each device you wish to use for backing up to, create " #~ "a folder in it with one of these names." #~ msgstr "" #~ "Ðаведите фаÑциклу на уређају у којој Ñе чувају резерве. \n" #~ "\n" #~ "Ðапомена: ово одређује и да ли Ñе уређаји кориÑте као резервни. Унутар " #~ "Ñваког резервног уређаја морате направити фаÑциклу Ñа неким од ових " #~ "назива." #~ msgid "Photo backup folder name:" #~ msgstr "Ðазив фаÑцикле резерве за фотографије:" #~ msgid "/media/externaldrive/Photos" #~ msgstr "„/media/Спољни_уређај/Фотографије“" #~ msgid "Video backup folder name:" #~ msgstr "Ðазив фаÑцикле резерве за Ñнимке:" #~ msgid "Program Automation" #~ msgstr "ОÑамоÑтаљивање програма" #~ msgid "Unmount (\"eject\") device upon download completion" #~ msgstr "Откачи (избаци) уређај након уÑпешног преузимања" #~ msgid "Verify files as they are downloaded" #~ msgstr "Провери датотеке након преузимања" #~ msgid "Error Handling" #~ msgstr "Руковање грешкама" #~ msgid "Photo and Video Name Conflicts" #~ msgstr "Сукоби назива Ñнимака и фотографија" #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "" #~ "Када је већ преузета фотографија или Ñнимак Ñа иÑтим називом, изаберите или " #~ "да је преÑкочите или да јој додате јединÑтвену ознаку." #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "Приликом прављења резерве, изаберите да ли ће датотека Ñа иÑтим називом бити " #~ "препиÑана на уређају резерве или ће бити преÑкочена приликом прављења " #~ "резерве." #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "Увезите ваше фотографије и Ñнимке брзо и поуздано" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/po/sv.po0000644000175000017500000053707700000000000016600 0ustar00damondamon# Swedish translation for rapid # Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2009. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2022-03-02 13:05+0000\n" "PO-Revision-Date: 2022-02-21 17:12+0000\n" "Last-Translator: Damon Lynch \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2022-03-05 16:16+0000\n" "X-Generator: Launchpad (build 61f4697954ab70d633d14d8ceecff69a20b08a6b)\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 mÃ¥ste 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:406 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örrÃ¥det 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:642 ../install.py:4330 msgid "Installer not found:" msgstr "Installationsprogrammet hittades inte" #. Translators: do not translate the term tar.gz #: ../install.py:646 ../install.py:4334 msgid "Installer not in tar.gz format:" msgstr "Installationsprogrammet är inte i tar.gz-format:" #: ../install.py:728 ../install.py:757 ../install.py:4210 ../install.py:4215 msgid "Exiting..." msgstr "Avslutar..." #: ../install.py:979 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:1065 msgid "{} will be upgraded from version {} to version {}" msgstr "{} kommer att uppgraderas frÃ¥n version {} till version {}" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:1357 ../install.py:4290 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:1467 #, 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:1610 msgid "The following command will be run:" msgstr "Följande kommando kommer att köras:" #. Translators: do not translate the term sudo #: ../install.py:1614 ../install.py:3834 ../install.py:3841 msgid "sudo may prompt you for the sudo password." msgstr "sudo kan komma att frÃ¥ga efter sudo-lösenord." #: ../install.py:1618 msgid "Would you like to run the command now?" msgstr "Vill du köra kommandot nu?" #: ../install.py:1620 msgid "Answer is not yes, exiting." msgstr "Svaret är inte ja. Avslutar." #: ../install.py:1631 ../install.py:2259 ../install.py:2318 ../install.py:2793 msgid "Command failed" msgstr "Kommandot misslyckades" #: ../install.py:1633 ../install.py:2260 ../install.py:2319 ../install.py:2794 msgid "Exiting" msgstr "Avslutar" #: ../install.py:1661 msgid "The Universe repository must be enabled." msgstr "FörrÃ¥det Universe mÃ¥ste aktiveras" #. Translators: do not translate the term EPEL #: ../install.py:1701 msgid "The EPEL repository must be enabled." msgstr "FörrÃ¥det EPEL mÃ¥ste aktiveras" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1749 msgid "The RPM Fusion Free repository must be enabled." msgstr "FörrÃ¥det RPM Fusion Free mÃ¥ste aktiveras" #: ../install.py:1790 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:2237 ../install.py:2267 ../install.py:2299 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:2252 msgid "Uninstalling system package" msgstr "Avinstallerar systempaket" #: ../install.py:2277 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" "Det gÃ¥r inte att söka paketsystemet. Kontrollera din internetanslutning och " "försök igen." #. Translators: do not translate the term pip #: ../install.py:2324 msgid "Checking if previous version installed with pip..." msgstr "Kontrollerar om tidigare versioner installerats med hjälp av pip ..." #: ../install.py:2477 ../install.py:2534 ../install.py:2650 msgid "The following package is unknown on your system: {}\n" msgstr "Följande paket är okända för ditt system: {}\n" #: ../install.py:2548 ../install.py:2706 ../install.py:2803 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:2642 ../install.py:2663 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:2785 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 nÃ¥gra nödvändiga paket redan är " "installerade. Detta kan ta en stund ... " #: ../install.py:2852 msgid "Query to confirm action at each step." msgstr "Bekräfta varje steg" #: ../install.py:2862 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" "När du laddar ner den senaste versionen, välj utvecklarversionen om den är " "nyare än den senaste stabila versionen." #: ../install.py:2873 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" "Valfritt tar.gz-installationsarkiv för Rapid Photo Downloader. Om inte annat " "anges laddas den senaste versionen ner frÃ¥n internet." #: ../install.py:2923 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 "" "Använd inte installeraren i tar.gz-installationsarkivet för Rapid Photo " "Downloader om den är nyare än version ({}). Grundinställningen är att köra " "den som är nyast." #: ../install.py:2931 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" "Avinstallera Rapid Photo Downloader som tidigare installerats med pip, men " "behÃ¥ll beroendefiler." #: ../install.py:2937 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" "Avinstallera beroendefiler som tidigare installerats med pip, och Rapid " "Photo Downloader. Avsluta sedan." #: ../install.py:2942 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" "Observera: Detta kommer inte att avinstallera Rapid Photo Downloader som " "installerats med din pakethanterare." #: ../install.py:2950 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" "Beroendefiler kommer bara att tas bort om de inte används av andra program." #: ../install.py:2958 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 "" "Obeservera: Det här kommer att ta bort filberoenden oavsett om de behövs av " "andra program som installerats med pip. Uppgradera till pip 9.0 eller senare " "om du vill undvika detta. Använd kommandot 'python3 -m pip install pip -U --" "user'. Observera dessutom att detta kommer inte att avinstallera Rapid " "Photo Downloader som installerats med din pakethanterare." #: ../install.py:2982 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:3000 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:3011 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:3048 msgid "Failed to download versions file." msgstr "Misslyckades med att skapa nedladdningmappen." #: ../install.py:3053 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:3170 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 "" "Tyvärr hittades inte installeraren. Kontrollera din internetuppkoppling och " "se till att du nÃ¥r https://www.damonlynch.net\n" "\n" "Avslutar.\n" #: ../install.py:3324 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:3330 msgid "Received error code" msgstr "" #: ../install.py:3332 msgid "Failed to install application requirements: exiting." msgstr "" #: ../install.py:3334 msgid "Failed to install application: exiting..." msgstr "" #: ../install.py:3658 msgid "Installing application requirements..." msgstr "" #: ../install.py:3693 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" "Systemet saknar stöd för att generera HEIF- och HEIC-förhandsvisningar" #: ../install.py:3710 msgid "Installing application..." msgstr "Installerar programmet ..." #: ../install.py:3797 msgid "Do you want Rapid Photo Downloader to appear in the Windows menu?" msgstr "" #: ../install.py:3803 msgid "Adding Rapid Photo Downloader to the Windows menu" msgstr "" #: ../install.py:3813 msgid "Failed to copy application launcher." msgstr "" #: ../install.py:3824 msgid "Man pages can be found in {}/share/man/man1" msgstr "Manualsidorna hittar du i {}/share/man/man1" #: ../install.py:3829 msgid "Do you want to install the application's man pages?" msgstr "Vill du installera programmets manualsidor?" #: ../install.py:3830 msgid "They will be installed into {}" msgstr "De installeras i {}" #: ../install.py:3832 ../install.py:3839 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" "Manualsidorna tas inte bort när du avinstallerar programmet. Ta bort dessa " "pÃ¥ egen hand." #: ../install.py:3835 msgid "Do want to install the man pages?" msgstr "Vill du installera manualsidorna?" #: ../install.py:3837 msgid "Installing man pages into {}" msgstr "Installerar manualsidorna i {}" #: ../install.py:3855 msgid "Failed to create man page directory: exiting." msgstr "Misslyckades med att skapa mappen för manualsidorna. Avslutar." #: ../install.py:3876 msgid "Failed to copy man page." msgstr "Det gick inte att kopiera manualsidan." #: ../install.py:3915 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" "Rapid Photo Downloader kan startas utan att aktivera den virtuella miljön " "genom att köra kommandot {}/bin/rapid-photo-downloader" #: ../install.py:3928 msgid "" "You may have to restart the computer to be able to run the program from the " "command line or application launcher." msgstr "" "Du kan behöva starta om datorn innan du kan köra programmet frÃ¥n " "kommandoraden eller programstartaren." #: ../install.py:3934 msgid "" "You may have to restart WSL to be able to run the program from the command " "line." msgstr "" #: ../install.py:3944 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line." msgstr "" #: ../install.py:3949 #, 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 "" "Du mÃ¥ste lägga till {path} till datorns $PATH variabel för att köra " "programmet frÃ¥n kommandoraden eller programstartaren." #: ../install.py:3971 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" "(Om ett segmenteringsfel uppstÃ¥r när du avslutar programmet kan du lugnt " "ignorera det)" #: ../install.py:3973 msgid "Done." msgstr "Klart." #: ../install.py:3987 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-verktyget \"pip\" krävs för att avinstallera Rapid Photo Downloader " "som installerats med pip.\n" "Kan inte fortsätta. Avslutar." #: ../install.py:4043 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" "Kör inte installations-skriptet som sudo- eller root-användare.\n" "Kör det som den användare som ska använda programmet.\n" #. Translators: do not translate the terms --PyQt5-version or --use-system-PyQt5 #: ../install.py:4055 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "Specificera enbart en --PyQt5-version eller --use-system-PyQt5." #: ../install.py:4067 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" "Tyvärr, för att ange en specifik PyQt5-version krävs Python 3.5 eller senare " "för Intel eller AMD 64 bit-plattformar." #. Translators: do not translate the term PyQt5 #: ../install.py:4081 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "Ange PyQt5-versionen i form av X.X eller X.X.X" #: ../install.py:4097 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" "Vill du installera Rapid Photo Downloader i den nuvarande virtuella miljön?" #: ../install.py:4111 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 "" "Tyvärr, för att installera Rapid Photo Downloader i en virtuell Python-miljö " "krävs Python 3.5 eller senare för Intel eller AMD 64 bit-plattformar." #: ../install.py:4124 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:4134 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:4139 ../install.py:4153 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:4172 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:4180 msgid "Restarting script using system python..." msgstr "" #: ../install.py:4193 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:4231 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:4263 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:4275 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:4324 msgid "Installing python requests" msgstr "Installerar python requests" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "Uppgradera Rapid Photo Downloader" #: ../upgrade.py:647 ../raphodo/ui/viewutils.py:679 #: ../raphodo/ui/viewutils.py:699 msgid "&Cancel" msgstr "&Avbryt" #: ../upgrade.py:651 msgid "&Upgrade" msgstr "&Uppgradera" #: ../upgrade.py:656 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "Klicka pÃ¥ Uppgradera för att uppgradera till version %s." #: ../upgrade.py:659 msgid "Click the Upgrade button to start the upgrade." msgstr "Klicka pÃ¥ Uppgradera för att starta uppgraderingen" #: ../upgrade.py:662 ../upgrade.py:668 ../raphodo/ui/viewutils.py:678 #: ../raphodo/ui/viewutils.py:698 msgid "&Close" msgstr "&Stäng" #: ../upgrade.py:663 msgid "&Run" msgstr "&Kör" #: ../upgrade.py:693 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "Stäng Rapid Photo Downloader innan du uppgraderar." #: ../upgrade.py:696 msgid "Upgrade running..." msgstr "Kör uppgraderingen.." #: ../upgrade.py:732 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" "Lyckad uppgradering till %s. Klicka Stäng för att avsluta eller Kör för att " "starta programmet." #: ../upgrade.py:737 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" "Uppgraderingen lyckades. Klicka Stäng för att avsluta eller Kör för att " "starta programmet." #: ../upgrade.py:741 msgid "Upgrade failed. Click Close to exit." msgstr "Uppgradering misslyckades. Klicka Stäng för att avsluta." #: ../upgrade.py:11330 #, python-format msgid "Upgrading %s..." msgstr "Uppgraderar %s..." #: ../upgrade.py:11332 msgid "Press any key to continue..." msgstr "Tryck pÃ¥ valfri tangent för att fortsätta..." #: ../upgrade.py:11345 msgid "Rapid Photo Downloader upgrade failed" msgstr "Uppgraderingen av Rapid Photo Downloader misslyckades" #: ../upgrade.py:11347 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/ui/aboutdialog.py:334 msgid "Credits" msgstr "Tack till" #: ../raphodo/ui/aboutdialog.py:339 msgid "Translators" msgstr "Översättare" #: ../raphodo/ui/backuppanel.py:280 msgid "Backups are not configured" msgstr "" #: ../raphodo/ui/backuppanel.py:282 msgid "No backup devices detected" msgstr "Hittade inga enheter för säkerhetskopiering" #: ../raphodo/ui/backuppanel.py:285 msgid "Valid backup locations not yet specified" msgstr "" #: ../raphodo/ui/backuppanel.py:465 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Du kan säkerhetskopiera dina bilder och filmer till flera mÃ¥l när de " "överförs, till exempel externa hÃ¥rddiskar." #: ../raphodo/ui/backuppanel.py:473 msgid "Back up photos and videos when downloading" msgstr "Säkerhetskopiera bilder och filmer under överföringen" #: ../raphodo/ui/backuppanel.py:479 msgid "Automatically detect backup devices" msgstr "Hitta enheter för säkerhetskopiering automatiskt" #: ../raphodo/ui/backuppanel.py:485 msgid "" "Specify the folder in which backups are stored on the " "device.

      Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" #: ../raphodo/ui/backuppanel.py:500 msgid "Photo folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:505 msgid "Video folder name:" msgstr "" #: ../raphodo/ui/backuppanel.py:510 ../raphodo/ui/nameeditor.py:1000 #: ../raphodo/ui/renamepanel.py:141 msgid "Example:" msgstr "Exempel:" #: ../raphodo/ui/backuppanel.py:521 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" "Om du inaktiverar automatisk sökning, mÃ¥ste du ange exakta platser för " "säkerhetskopiorna." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:532 msgid "Photo backup location:" msgstr "Plats för säkerhetskopiering av bilder:" #: ../raphodo/ui/backuppanel.py:542 msgid "Select Photo Backup Location" msgstr "Välj plats för säkerhetskopiering av bilder" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:554 msgid "Video backup location:" msgstr "Plats för säkerhetskopiering av filmer:" #: ../raphodo/ui/backuppanel.py:560 msgid "Select Video Backup Location" msgstr "Välj plats för säkerhetskopiering av filmer" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:676 msgid "drive1" msgstr "disk1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:679 msgid "drive2" msgstr "disk2" #: ../raphodo/ui/backuppanel.py:746 msgid "Projected Backup Storage Use" msgstr "Uppskattad storlek för säkerhetskopian" #: ../raphodo/ui/backuppanel.py:751 msgid "Backup Options" msgstr "Säkerhetskopieringsalternativ" #: ../raphodo/copyfiles.py:610 msgid "video THM" msgstr "" #: ../raphodo/copyfiles.py:620 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:104 ../raphodo/ui/devicedisplay.py:1408 #: ../raphodo/rpdfile.py:310 #, 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:112 ../raphodo/ui/devicedisplay.py:1414 #: ../raphodo/rpdfile.py:298 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s filmer" #: ../raphodo/ui/destinationdisplay.py:123 msgid "Used" msgstr "Används" #: ../raphodo/ui/destinationdisplay.py:124 msgid "Excess" msgstr "" #: ../raphodo/ui/destinationdisplay.py:133 ../raphodo/ui/devicedisplay.py:1440 msgid "Device size unknown" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:146 #, python-format msgid "No space free on %(size_total)s device" msgstr "Ledigt utrymme saknas pÃ¥ %(size_total)s enheten" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:156 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s ledigt av %(size_total)s" #: ../raphodo/ui/destinationdisplay.py:230 ../raphodo/ui/destinationpanel.py:74 #: ../raphodo/ui/devicedisplay.py:625 ../raphodo/rapid.py:2641 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:960 msgid "Photos" msgstr "Bilder" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:231 ../raphodo/ui/destinationpanel.py:78 #: ../raphodo/ui/devicedisplay.py:626 ../raphodo/rapid.py:2642 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:988 #: ../raphodo/storage/storage.py:602 msgid "Videos" msgstr "Filmer" #: ../raphodo/ui/destinationdisplay.py:232 msgid "Projected storage use after download" msgstr "Uppskattad lagringsanvändning efter hämtning" #. Translators: Custom refers to the user choosing a non-default value that #. they customize themselves #: ../raphodo/ui/destinationdisplay.py:355 ../raphodo/ui/nameeditor.py:587 msgid "Custom..." msgstr "Anpassad..." #: ../raphodo/ui/destinationdisplay.py:774 msgid "Configure photo subfolder creation" msgstr "Ställ in skapandet av undermappar för bilder" #: ../raphodo/ui/destinationdisplay.py:776 msgid "Configure video subfolder creation" msgstr "Ställ in skapandet av undermappar för filmer" #: ../raphodo/ui/destinationpanel.py:90 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:113 ../raphodo/ui/destinationpanel.py:125 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1294 msgid "Probing device..." msgstr "Undersöker enheten..." #: ../raphodo/ui/devicedisplay.py:1309 msgid "Temporarily ignore this device" msgstr "Ignorera enheten tillfälligt" #: ../raphodo/ui/devicedisplay.py:1313 msgid "Permanently ignore this device" msgstr "Ignorera enheten permanent" #: ../raphodo/ui/devicedisplay.py:1316 msgid "Rescan" msgstr "Sök igen" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1437 #, python-format msgid "%s full" msgstr "%s använt" #: ../raphodo/ui/devicedisplay.py:1457 msgid "Other" msgstr "Annan" #: ../raphodo/devices.py:603 ../raphodo/devices.py:604 msgid "Cameras" msgstr "Kameror" #: ../raphodo/devices.py:605 ../raphodo/devices.py:1256 #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 ../raphodo/rapid.py:2490 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:1006 #, python-format msgid "Downloading from %(device_names)s" msgstr "Hämtar frÃ¥n %(device_names)s" #. Translators: e.g. Three Devices #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/devices.py:1073 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1229 ../raphodo/rapid.py:2213 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:1280 ../raphodo/devices.py:1300 #, 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:1318 #, 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:1326 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s enheter" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1652 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "\n" "In case of any problems, a red icon will appear at the bottom of the window " "indicating \n" "how many error reports there are. Clicking on it opens the Error Report " "window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 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." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "\n" "

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

      \n" "

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

      " msgstr "" #: ../raphodo/ui/didyouknow.py:133 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:140 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:147 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:154 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 \n" "metadata (where 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 \n" "raw images, for instance.
      8. \n" "
      9. File Type: photo or video.
      10. \n" "
      11. Device: name of the device the photos and videos are being " "downloaded \n" "from.
      12. \n" "
      " msgstr "" #: ../raphodo/ui/didyouknow.py:172 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" #: ../raphodo/ui/didyouknow.py:178 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:185 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 \n" "illustration below, the destination folders are "Pictures" and \n" ""Videos". The name of the destination folder is displayed in the " "grey bar \n" "directly above the folder tree, with a folder icon to its left and a gear " "icon to \n" "its far right.
      2. \n" "
      3. The download subfolders, which are directories that will be " "automatically \n" "generated by Rapid Photo Downloader. They need not already exist on your " "computer, but \n" "it's okay if they do. They will be generated under the destination " "folder.
      4. \n" "
      " msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a \n" "different destination folder for each. The same applies to the download " "subfolders for \n" "photos and videos—download photos and videos to the same subfolders, " "or use a \n" "different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:211 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:220 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to \n" "download:\n" "
        \n" "
      1. The destination folder tree shows the download subfolders already on " "your computer \n" "(those in a regular, non-italicized font), and the subfolders that will be " "created \n" "during the download (those whose names are italicized).
      2. \n" "
      3. The folder tree also shows into which subfolders the files will be " "downloaded \n" "(those colored black).
      4. \n" "
      " msgstr "" #: ../raphodo/ui/didyouknow.py:235 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following \n" "elements:\n" "
        \n" "
      1. File metadata, very often including the date the photo or video " "was created, \n" "but might also include the camera model name, camera serial number, or file " "extension \n" "e.g. JPG or CR2.
      2. \n" "
      3. A Job Code, which is free text you specify at the time the " "download occurs, \n" "such as the 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 \n" "format makes it easy to keep them sorted in a file manager, which is why " "it's the \n" "default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:254 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 \n" "preset. Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:261 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to \n" "configure your own scheme. You create your own schemes using the Photo or " "Video \n" "Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:270 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:276 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:282 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 \n" "and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:291 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 \n" "choices to generate new combinations. Supposing you wanted a date format " "that combines \n" "year (YYYY), a hyphen, and month (MM) to form YYYY-MM. You can create it " "like this \n" "(note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:300 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names \n" "in the \n" "online " "\n" "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:309 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. \n" "You can use them in subfolder and file names. In this illustration, some " "files have had \n" "the Job Code "Street" applied to them, and the selected files are " "about to \n" "get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:317 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 \n" "prompted to enter a Job Code for them before the download begins." msgstr "" #: ../raphodo/ui/didyouknow.py:324 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:327 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:333 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!" msgstr "" #: ../raphodo/ui/didyouknow.py:340 msgid "" "\n" "

      Four types of sequence values are available to help you assign unique " "names to your \n" "photos and 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 \n" "last time the 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 \n" "documentation.

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

      The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature \n" "on your 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 \n" "are detected, the same sequence numbers will be applied to both photo names. " "F\n" "urthermore, sequences will be updated as if the photos were one.

      \n" "

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

      \n" msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are \n" "downloaded, such as external hard drives or network shares. Backup devices " "can be \n" "automatically detected, or exact backup locations specified." msgstr "" #: ../raphodo/ui/didyouknow.py:385 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:391 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including \n" "download sources, destinations, and backups. Additionally, settings can be " "reset to \n" "their default state, and caches and remembered files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:396 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:401 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 \n" "your cameras, memory cards, and other devices.
      2. \n" "
      3. A temporary cache of files downloaded from a camera, one for " "photos and \n" "another for videos. They are located in temporary subfolders in the download " "\n" "destination.
      4. \n" "
      5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores \n" "thumbnails of RAW and TIFF photos once they have been downloaded. File " "browsers like \n" "Gnome Files use this cache as well, meaning they too will display thumbnails " "for those \n" "files. \n" "
      6. \n" "
      \n" "Read more about these caches and their effect on download performance in the " "online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:459 msgid "Tip of the Day" msgstr "" #: ../raphodo/ui/didyouknow.py:467 msgid "Did you know...?" msgstr "" #: ../raphodo/ui/didyouknow.py:498 msgid "Show tips on startup" msgstr "" #: ../raphodo/ui/didyouknow.py:502 msgid "&Next" msgstr "" #: ../raphodo/ui/didyouknow.py:503 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:454 msgid "MB/sec" msgstr "MB/s" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:584 msgid "A few seconds" msgstr "Ett par sekunder" #: ../raphodo/downloadtracker.py:643 msgid "1 second" msgstr "En sekund" #: ../raphodo/downloadtracker.py:645 #, python-format msgid "%d seconds" msgstr "%d sekunder" #: ../raphodo/downloadtracker.py:650 msgid "1 minute" msgstr "1 minut" #: ../raphodo/downloadtracker.py:652 #, python-format msgid "%d minutes" msgstr "%d minuter" #: ../raphodo/downloadtracker.py:657 ../raphodo/downloadtracker.py:839 msgid "1 hour" msgstr "1 timme" #: ../raphodo/downloadtracker.py:659 #, python-format msgid "%d hours" msgstr "%d timmar" #: ../raphodo/downloadtracker.py:664 ../raphodo/downloadtracker.py:869 #: ../raphodo/downloadtracker.py:877 msgid "1 day" msgstr "1 dygn" #: ../raphodo/downloadtracker.py:666 #, python-format msgid "%d days" msgstr "%d dygn" #: ../raphodo/downloadtracker.py:845 msgid "1 minute, 1 second" msgstr "1 minut, 1 sekund" #: ../raphodo/downloadtracker.py:847 #, python-format msgid "1 minute, %d seconds" msgstr "1 minut, %d sekunder" #: ../raphodo/downloadtracker.py:850 #, python-format msgid "%d minutes, 1 second" msgstr "%d minuter, 1 sekund" #: ../raphodo/downloadtracker.py:852 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d minuter, %(seconds)d sekunder" #: ../raphodo/downloadtracker.py:884 msgid "1 hour, 1 minute" msgstr "1 timme, 1 minut" #: ../raphodo/downloadtracker.py:886 #, python-format msgid "1 hour, %d minutes" msgstr "1 timme, %d minuter" #: ../raphodo/downloadtracker.py:889 #, python-format msgid "%d hours, 1 minute" msgstr "%d timmar, 1 minut" #: ../raphodo/downloadtracker.py:891 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d timmar, %(minutes)d minuter" #: ../raphodo/downloadtracker.py:918 msgid "1 day, 1 hour" msgstr "1 dygn, 1 timme" #: ../raphodo/downloadtracker.py:920 #, python-format msgid "1 day, %d hours" msgstr "1 dygn, %d timmar" #: ../raphodo/downloadtracker.py:923 #, python-format msgid "%d days, 1 hour" msgstr "%d dygn, 1 timme" #: ../raphodo/downloadtracker.py:925 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d dygn, %(hours)d timmar" #: ../raphodo/errorlog.py:80 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:150 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:187 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:206 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:211 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:213 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:214 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:215 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:216 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:217 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:218 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:229 ../raphodo/errorlog.py:371 #, 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:234 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:256 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:357 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:516 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:567 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:50 #, python-brace-format msgid "" "Please report the problem at {website}.

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

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

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

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

      Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:88 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:182 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:186 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:189 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:216 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:218 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:173 ../raphodo/thumbnaildisplay.py:2254 msgid "Open in File Browser..." msgstr "" #. type: Optional[QModelIndex] #: ../raphodo/ui/filebrowse.py:179 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:183 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:140 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:181 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:272 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:206 msgid "Date time" msgstr "Datumtid" #: ../raphodo/generatenameconfig.py:207 msgid "Text" msgstr "Text" #: ../raphodo/generatenameconfig.py:208 ../raphodo/rapid.py:2608 msgid "Filename" msgstr "Filnamn" #: ../raphodo/generatenameconfig.py:209 #: ../raphodo/prefs/preferencedialog.py:994 msgid "Metadata" msgstr "Metadata" #: ../raphodo/generatenameconfig.py:210 msgid "Sequences" msgstr "Sekvenser" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:213 msgid "Job code" msgstr "Fototillfälle" #: ../raphodo/generatenameconfig.py:214 msgid "Image date" msgstr "Bilddatum" #: ../raphodo/generatenameconfig.py:215 msgid "Video date" msgstr "Filmdatum" #: ../raphodo/generatenameconfig.py:216 msgid "Today" msgstr "Idag" #: ../raphodo/generatenameconfig.py:217 msgid "Yesterday" msgstr "Igår" #. Translators: Download time is the time and date that the download started #. (when the user clicked the Download button) #: ../raphodo/generatenameconfig.py:220 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:223 msgid "Name" msgstr "Namn" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 ../raphodo/rapid.py:2609 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:229 msgid "Image number" msgstr "Bildnummer" #: ../raphodo/generatenameconfig.py:230 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:233 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:236 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 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:242 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:245 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:248 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:251 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:254 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:257 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:260 msgid "Shutter count" msgstr "Antal exponeringar" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:262 msgid "File number" msgstr "Filnummer" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:264 msgid "Folder only" msgstr "Enbart mappen" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:266 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:269 msgid "Owner name" msgstr "Ägarens namn" #: ../raphodo/generatenameconfig.py:270 msgid "Codec" msgstr "Avkodare" #: ../raphodo/generatenameconfig.py:271 msgid "Width" msgstr "Bredd" #: ../raphodo/generatenameconfig.py:272 msgid "Height" msgstr "Höjd" #: ../raphodo/generatenameconfig.py:273 msgid "Length" msgstr "Längd" #: ../raphodo/generatenameconfig.py:274 msgid "Frames Per Second" msgstr "Bildrutor per sekund" #: ../raphodo/generatenameconfig.py:275 msgid "Artist" msgstr "Artist" #: ../raphodo/generatenameconfig.py:276 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:279 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:282 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:285 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:288 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:291 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:294 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:297 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:300 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:303 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:306 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:309 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:312 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:315 msgid "lowercase" msgstr "gemener" #: ../raphodo/generatenameconfig.py:316 msgid "One digit" msgstr "En siffra" #: ../raphodo/generatenameconfig.py:317 msgid "Two digits" msgstr "Två siffror" #: ../raphodo/generatenameconfig.py:318 msgid "Three digits" msgstr "Tre siffror" #: ../raphodo/generatenameconfig.py:319 msgid "Four digits" msgstr "Fyra siffror" #: ../raphodo/generatenameconfig.py:320 msgid "Five digits" msgstr "Fem siffror" #: ../raphodo/generatenameconfig.py:321 msgid "Six digits" msgstr "Sex siffror" #: ../raphodo/generatenameconfig.py:322 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:325 msgid "Subseconds" msgstr "Sekunddelar" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 ../raphodo/generatenameconfig.py:415 msgid "YYYYMMDD" msgstr "ÅÅÅÅMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:416 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:334 ../raphodo/generatenameconfig.py:417 msgid "YYYY_MM_DD" msgstr "ÅÅÅÅ_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 msgid "YYMMDD" msgstr "ÅÅMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 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:343 msgid "YY_MM_DD" msgstr "ÅÅ_MM_DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "MMDDYYYY" msgstr "MMDDÅÅÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYY" msgstr "MMDDÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "DDMMYYYY" msgstr "DDMMÅÅÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYY" msgstr "DDMMÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 ../raphodo/generatenameconfig.py:415 #: ../raphodo/generatenameconfig.py:416 ../raphodo/generatenameconfig.py:417 #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:419 msgid "YYYY" msgstr "ÅÅÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 msgid "YY" msgstr "ÅÅ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "Month (full)" msgstr "Månad (fullständigt namn)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (abbreviated)" msgstr "Månad (förkortad)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 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:394 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:397 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 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:403 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:415 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:416 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:417 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:512 #: ../raphodo/generatenameconfig.py:699 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:418 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:419 ../raphodo/jobcodepanel.py:279 #: ../raphodo/ui/nameeditor.py:926 ../raphodo/rapid.py:2261 #: ../raphodo/ui/renamepanel.py:93 ../raphodo/ui/renamepanel.py:275 msgid "Job Code" msgstr "Fototillfälle" #: ../raphodo/generatenameconfig.py:507 ../raphodo/generatenameconfig.py:694 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:510 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:510 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:699 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:700 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:700 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/jobcodepanel.py:90 msgid "Enter a new Job Code, or select a previous one" msgstr "Ange ett nytt fototillfälle, eller välj något av de tidigare" #: ../raphodo/jobcodepanel.py:98 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:108 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:121 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:123 msgid "Enter a new Job Code" msgstr "Ange ett nytt fototillfälle" #: ../raphodo/jobcodepanel.py:131 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/jobcodepanel.py:144 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:148 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:186 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:190 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:251 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:255 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:259 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:264 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:269 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:278 msgid "Last Used" msgstr "" #: ../raphodo/jobcodepanel.py:283 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:286 ../raphodo/rapid.py:2616 msgid "Ascending" msgstr "Stigande" #: ../raphodo/jobcodepanel.py:287 ../raphodo/rapid.py:2617 msgid "Descending" msgstr "Fallande" #: ../raphodo/jobcodepanel.py:297 msgid "&New..." msgstr "" #: ../raphodo/jobcodepanel.py:301 msgid "&Apply" msgstr "" #: ../raphodo/jobcodepanel.py:305 msgid "&Remove" msgstr "" #: ../raphodo/jobcodepanel.py:309 ../raphodo/prefs/preferencedialog.py:288 #: ../raphodo/prefs/preferencedialog.py:324 #: ../raphodo/prefs/preferencedialog.py:781 msgid "Remove All" msgstr "" #: ../raphodo/jobcodepanel.py:512 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:515 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:578 msgid "Job Codes" msgstr "Fototillfällen" #: ../raphodo/ui/messagewidget.py:67 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:478 ../raphodo/ui/nameeditor.py:498 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:583 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:584 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:630 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:647 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:650 ../raphodo/ui/nameeditor.py:1558 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:743 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:751 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:884 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:892 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:900 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:907 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:936 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:954 #, python-format msgid "The character
      %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:964 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:972 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:999 ../raphodo/ui/renamepanel.py:139 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1082 ../raphodo/ui/nameeditor.py:1105 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1134 ../raphodo/prefs/preferencedialog.py:1083 #: ../raphodo/wsl.py:648 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1161 msgid "Insert" msgstr "" #: ../raphodo/ui/nameeditor.py:1523 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1527 msgid "" "Do you want to save the changes in a new custom " "preset?

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

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

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

      The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1562 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:326 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:327 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:328 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:331 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:334 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:336 #, 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:366 ../raphodo/newversion.py:385 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:388 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:412 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:531 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:553 msgid "Downloading..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:134 msgid "Preferences" msgstr "Inställningar" #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 msgid "Automation" msgstr "Automatisering" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Thumbnails" msgstr "Miniatyrbilder" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:160 #: ../raphodo/prefs/preferencedialog.py:183 #: ../raphodo/prefs/preferencedialog.py:585 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:184 #: ../raphodo/prefs/preferencedialog.py:649 msgid "Error Handling" msgstr "Felhantering" #: ../raphodo/prefs/preferencedialog.py:162 #: ../raphodo/prefs/preferencedialog.py:185 msgid "Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:163 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:164 #: ../raphodo/prefs/preferencedialog.py:186 msgid "Miscellaneous" msgstr "Diverse" #: ../raphodo/prefs/preferencedialog.py:221 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:225 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:231 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:233 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:240 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:244 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 #: ../raphodo/prefs/preferencedialog.py:310 msgid "Add..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:252 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 #: ../raphodo/prefs/preferencedialog.py:286 #: ../raphodo/prefs/preferencedialog.py:317 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove" msgstr "" #: ../raphodo/prefs/preferencedialog.py:259 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:278 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:279 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:283 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:290 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:304 msgid "Ignored Paths" msgstr "Ignorerade sökvägar" #: ../raphodo/prefs/preferencedialog.py:306 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:313 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:320 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:327 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as well. #: ../raphodo/prefs/preferencedialog.py:338 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:345 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:387 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:400 #: ../raphodo/prefs/preferencedialog.py:505 #: ../raphodo/prefs/preferencedialog.py:553 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:408 #: ../raphodo/prefs/preferencedialog.py:575 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:416 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:417 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place the #. carriage return where you think it makes sense so that the tool tip does not #. stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:422 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading at program startup" msgstr "Påbörja överföringen när programmet startar" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Start downloading upon device insertion" msgstr "Påbörja överföring när en enhet sätts i" #: ../raphodo/prefs/preferencedialog.py:430 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program when download completes" msgstr "Avsluta programmet när överföringen är färdig" #: ../raphodo/prefs/preferencedialog.py:433 msgid "Exit program even if download had warnings or errors" msgstr "Avsluta programmet även om fel eller varningar uppstod" #: ../raphodo/prefs/preferencedialog.py:465 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:470 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:473 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:477 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:480 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:489 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:490 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:530 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:536 msgid "days" msgstr "" #: ../raphodo/prefs/preferencedialog.py:537 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:550 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:559 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:562 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:588 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:598 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:601 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:615 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:629 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Skip download" msgstr "Hoppa över överföring" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:656 msgid "Add unique identifier" msgstr "Lägg till unik identifierare" #: ../raphodo/prefs/preferencedialog.py:659 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Overwrite" msgstr "Skriv över" #: ../raphodo/prefs/preferencedialog.py:668 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Skip" msgstr "Hoppa över" #: ../raphodo/prefs/preferencedialog.py:671 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:678 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:690 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:701 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:722 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:723 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:727 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:730 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:736 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:740 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:743 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:749 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:755 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:760 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:765 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:771 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:776 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:783 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:821 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:824 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:827 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:834 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:837 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:842 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:854 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:855 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:862 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:868 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:874 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:880 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:886 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:906 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:911 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:916 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:921 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:968 msgid "Version Check" msgstr "" #: ../raphodo/prefs/preferencedialog.py:969 msgid "Check for new version at startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:972 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/prefs/preferencedialog.py:976 msgid "Include development releases" msgstr "" #: ../raphodo/prefs/preferencedialog.py:978 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/prefs/preferencedialog.py:996 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:999 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1006 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1008 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1034 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1140 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1423 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1585 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1590 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1605 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1610 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1929 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1931 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1933 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1947 msgid "Enter a Path to Ignore" msgstr "Ange sökväg att ignorera" #: ../raphodo/prefs/preferencedialog.py:1949 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" "Ange en sökväg som aldrig kommer att avsökas efter bilder eller videor" #: ../raphodo/prefs/preferencedialog.py:1951 msgid "Path:" msgstr "Sökväg:" #: ../raphodo/prefs/preferencedialog.py:1965 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1966 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1967 ../raphodo/ui/renamepanel.py:140 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1982 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1987 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1996 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:736 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Inställningen för undermappar ska inte börja med %s" #: ../raphodo/prefs/preferences.py:740 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Inställningen för undermappar ska inte sluta med %s" #: ../raphodo/prefs/preferences.py:747 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "Inställningen för undermappen ska inte innehålla två %s i rad" #: ../raphodo/ui/primarybutton.py:124 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)s togs den %(image1_date)s kl. %(image1_time)s och %(image2)s den " "%(image2_date)s kl. %(image2_time)s." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "%(type)s metadata saknas." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "Filnamnet saknar filändelse." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "Filnamnet saknar sekvensnummer." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 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:249 ../raphodo/proximity.py:278 #: ../raphodo/proximity.py:313 ../raphodo/proximity.py:319 #, 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:267 #, 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:288 ../raphodo/proximity.py:294 #: ../raphodo/proximity.py:1123 ../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:303 ../raphodo/proximity.py:307 #: ../raphodo/proximity.py:1130 ../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:328 #, 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:339 #, 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:473 #, 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:1135 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1893 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:1952 #, 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:1956 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:1962 #, python-format msgid "%(hours)dh" msgstr "%(hours)dt" #: ../raphodo/proximity.py:2101 msgid "" "The Timeline groups photos and videos based on how much time elapsed between " "consecutive shots. Use it to identify photos and videos taken at different " "periods in a single day or over consecutive days." msgstr "" "Tidslinjen grupperar bilder och filmer baserat på hur lång tid som förflutit " "mellan tagningarna. Använd den för att identifiera bilder och filmer som " "tagits vid olika tidpunkter samma dag, eller över flera dagar." #: ../raphodo/proximity.py:2106 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:2109 msgid "Timeline build pending..." msgstr "Tidslinjen byggs nu upp..." #: ../raphodo/proximity.py:2110 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2112 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:2568 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:473 ../raphodo/rapid.py:871 ../raphodo/rapid.py:4657 #: ../raphodo/rapid.py:4880 ../raphodo/rapid.py:4899 ../raphodo/rapid.py:4922 #: ../raphodo/rapid.py:4929 ../raphodo/rapid.py:5606 ../raphodo/rapid.py:6229 #: ../raphodo/rapid.py:7449 ../raphodo/ui/rememberthisdialog.py:112 #: ../raphodo/ui/viewutils.py:743 #: ../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:1156 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:1167 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1176 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:1188 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1367 #, python-format msgid "" "Cannot download from Apple devices

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

      Missing applications: " "%(applications)s

      Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1766 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1769 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1778 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1782 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1786 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1804 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1806 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1824 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1827 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1873 msgid "" "\n" "

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

      \n" "

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

      " msgstr "" #: ../raphodo/rapid.py:1883 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1894 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1897 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1898 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1901 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in the future #: ../raphodo/rapid.py:1906 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:2110 ../raphodo/rapid.py:2914 msgid "Download" msgstr "Starta överföringen" #: ../raphodo/rapid.py:2114 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:2118 msgid "&Preferences" msgstr "&Inställningar" #: ../raphodo/rapid.py:2122 msgid "&Quit" msgstr "&Avsluta" #: ../raphodo/rapid.py:2128 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:2132 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:2137 msgid "Clear Completed Downloads" msgstr "Rensa genomförda hämtningar" #: ../raphodo/rapid.py:2140 msgid "Get Help Online..." msgstr "Få hjälp på nätet..." #: ../raphodo/rapid.py:2144 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:2147 msgid "Report a Problem..." msgstr "Rapportera problem..." #: ../raphodo/rapid.py:2150 msgid "Make a Donation..." msgstr "Donera..." #: ../raphodo/rapid.py:2153 msgid "Translate this Application..." msgstr "Översätt detta program..." #: ../raphodo/rapid.py:2158 msgid "&About..." msgstr "&Om..." #: ../raphodo/rapid.py:2161 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:2250 msgid "Timeline" msgstr "Tidslinje" #: ../raphodo/rapid.py:2258 msgid "Destination" msgstr "Mål" #: ../raphodo/rapid.py:2260 msgid "Rename" msgstr "Byt namn" #: ../raphodo/rapid.py:2262 msgid "Back Up" msgstr "Säkerhetskopiera" #: ../raphodo/rapid.py:2486 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "Slå på eller stäng av anslutna enheter som källa för hämtningen" #: ../raphodo/rapid.py:2505 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:2508 msgid "This Computer" msgstr "Den här datorn" #: ../raphodo/rapid.py:2522 msgid "Select a source folder" msgstr "Välj en källmapp" #: ../raphodo/rapid.py:2600 msgid "All" msgstr "Alla" #: ../raphodo/rapid.py:2601 msgid "New" msgstr "" #: ../raphodo/rapid.py:2603 msgid "Show:" msgstr "Visa:" #: ../raphodo/rapid.py:2606 msgid "Modification Time" msgstr "Ändringstid" #: ../raphodo/rapid.py:2607 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2610 msgid "File Type" msgstr "Filtyp" #: ../raphodo/rapid.py:2611 msgid "Device" msgstr "Enhet" #: ../raphodo/rapid.py:2613 msgid "Sort:" msgstr "Sortera:" #: ../raphodo/rapid.py:2629 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:2894 #, python-format msgid "Download %(files)s" msgstr "Hämta %(files)s" #: ../raphodo/rapid.py:2910 msgid "Resume Download" msgstr "Återuppta hämtning" #: ../raphodo/rapid.py:2912 msgid "Pause" msgstr "Pausa" #: ../raphodo/rapid.py:3049 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:3150 #, 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:3244 msgid "You cannot change the download destination while downloading." msgstr "Du kan inte ändra målet för hämtningen när en hämtning pågår." #: ../raphodo/rapid.py:3258 #, python-format msgid "" "Confirm Download Destination

      Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" "Bekräfta ändring av målmapp

      Är du säker på att %(file_type)s " "ska hämtas till %(path)s?" #: ../raphodo/rapid.py:3346 msgid "" "\n" "Downloading all files

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

      \n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3511 #, 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:3514 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Denna nedladdningsmapp är ogiltig:\n" "%s" #: ../raphodo/rapid.py:3517 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3518 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3536 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:3547 ../raphodo/rapid.py:3561 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3549 ../raphodo/rpdfile.py:179 msgid "photos" msgstr "bilder" #: ../raphodo/rapid.py:3563 ../raphodo/rpdfile.py:174 msgid "videos" msgstr "filmer" #: ../raphodo/rapid.py:3573 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:3589 ../raphodo/rapid.py:3605 #, 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:3592 ../raphodo/rpdfile.py:181 ../raphodo/rpdfile.py:850 msgid "photo" msgstr "bild" #: ../raphodo/rapid.py:3608 ../raphodo/rpdfile.py:176 ../raphodo/rpdfile.py:912 msgid "video" msgstr "film" #: ../raphodo/rapid.py:3616 msgid "Backup problem" msgstr "Ett problem uppstod vid säkerhetskopieringen" #: ../raphodo/rapid.py:4447 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s — %(time_left)s återstår (%(speed)s)" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4527 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s hämtades" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4537 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s gick inte att hämta" #: ../raphodo/rapid.py:4543 ../raphodo/rapid.py:4650 msgid "warnings" msgstr "varningar" #: ../raphodo/rapid.py:4578 msgid "All downloads complete" msgstr "Alla överföringar är färdiga" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4588 ../raphodo/rapid.py:4603 ../raphodo/rapid.py:4619 #: ../raphodo/rapid.py:4634 ../raphodo/rapid.py:4649 #, 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:4593 ../raphodo/rapid.py:4624 #, 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:4608 ../raphodo/rapid.py:4639 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s gick inte att hämta" #: ../raphodo/rapid.py:4675 msgid "1 failure" msgstr "1 fel" #: ../raphodo/rapid.py:4677 #, python-format msgid "%d failures" msgstr "%d fel" #: ../raphodo/rapid.py:4682 msgid "1 warning" msgstr "1 varning" #: ../raphodo/rapid.py:4684 #, python-format msgid "%d warnings" msgstr "%d varningar" #: ../raphodo/rapid.py:4709 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "Hämtade %(no_files_and_types)s från %(devices)s" #: ../raphodo/rapid.py:4716 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "Hämtade %(no_files_and_types)s från %(devices)s — %(failures)s" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4725 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Inga filer hämtades— %(failures)s" #: ../raphodo/rapid.py:4727 msgid "No files downloaded" msgstr "Inga filer hämtades" #: ../raphodo/rapid.py:4767 msgid "Program preferences are invalid" msgstr "Programinställningarna är ogiltiga" #: ../raphodo/rapid.py:4886 #, 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:4905 #, 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:4925 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4936 msgid "&Try Again" msgstr "&Försök igen" #: ../raphodo/rapid.py:4937 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:5029 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:5032 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:5036 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:5041 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5578 #, 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:5613 #, 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:5775 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5777 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5779 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5781 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5782 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5783 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5867 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:6212 #, 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:6216 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:6222 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6226 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6645 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6649 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:6705 #, python-format msgid "Generating thumbnails for %s" msgstr "Skapar förhandsvisningar för %s" #: ../raphodo/rapid.py:6712 #, python-format msgid "Scanning %s" msgstr "Läser in %s" #: ../raphodo/rapid.py:6726 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" "%(number)s av %(available files)s markerade för hämtning (%(hidden)s hidden)" #: ../raphodo/rapid.py:6738 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "%(number)s av %(available files)s markerade för hämtning" #: ../raphodo/rapid.py:7035 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:7042 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7048 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7055 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:7061 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:7067 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:7075 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:7083 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:7088 ../raphodo/rapid.py:7095 ../raphodo/rapid.py:7102 #: ../raphodo/rapid.py:7146 ../raphodo/rapid.py:7156 msgid "PATH" msgstr "SÖKVÄG" #: ../raphodo/rapid.py:7090 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:7097 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7104 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7111 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:7117 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:7122 ../raphodo/rapid.py:7134 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:7125 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:7137 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:7149 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7159 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7167 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:7177 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:7184 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:7191 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:7200 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:7208 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:7215 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7224 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:7232 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:7238 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:7245 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:7255 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:7348 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7359 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:7366 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7437 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7452 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7542 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7547 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7562 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:7637 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:7842 msgid "All settings and caches have been reset." msgstr "Alla inställningar har nollställts." #: ../raphodo/rapid.py:7850 msgid "Thumbnail Cache has been reset." msgstr "Alla inställningar har nollställts." #: ../raphodo/rapid.py:7856 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:80 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:87 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:626 msgid "subfolder and filename" msgstr "undermapp och filnamn" #: ../raphodo/renameandmovefile.py:628 msgid "filename" msgstr "filnamn" #: ../raphodo/renameandmovefile.py:630 msgid "subfolder" msgstr "undermapp" #: ../raphodo/ui/renamepanel.py:327 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:328 msgid "Downloads today:" msgstr "Antalet överföringar idag:" #: ../raphodo/ui/renamepanel.py:350 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:351 msgid "Stored number:" msgstr "Lagrat nummer:" #: ../raphodo/ui/renamepanel.py:363 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:365 msgid "Day start:" msgstr "Dagen börjar:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:375 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:379 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:384 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:395 msgid "Strip incompatible characters" msgstr "Avlägsna inkompatibla tecken" #: ../raphodo/ui/renamepanel.py:400 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:404 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:484 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:488 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:492 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "bilder och filmer" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "bilder eller filmer" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:273 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:302 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:304 msgid "1 Video" msgstr "" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:314 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:316 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:830 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:851 msgid "Photo" msgstr "Bild" #: ../raphodo/rpdfile.py:913 msgid "Video" msgstr "Film" #: ../raphodo/storage/storage.py:251 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:589 msgid "Pictures" msgstr "" #: ../raphodo/sudocommand.py:93 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:100 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:140 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:583 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:593 #, 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:605 ../raphodo/thumbnaildisplay.py:668 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:623 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:628 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:635 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:682 #, python-format msgid "

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

      Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2257 msgid "Copy Path" msgstr "" #: ../raphodo/thumbnaildisplay.py:2263 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2268 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:215 msgid "B" msgstr "" #: ../raphodo/utilities.py:216 msgid "KB" msgstr "" #: ../raphodo/utilities.py:217 msgid "MB" msgstr "" #: ../raphodo/utilities.py:218 msgid "GB" msgstr "" #: ../raphodo/utilities.py:219 msgid "TB" msgstr "" #: ../raphodo/utilities.py:220 msgid "PB" msgstr "" #: ../raphodo/utilities.py:221 msgid "EB" msgstr "" #: ../raphodo/utilities.py:222 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:223 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:486 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:570 msgid "one" msgstr "" #: ../raphodo/utilities.py:571 msgid "two" msgstr "" #: ../raphodo/utilities.py:572 msgid "three" msgstr "" #: ../raphodo/utilities.py:573 msgid "four" msgstr "" #: ../raphodo/utilities.py:574 msgid "five" msgstr "" #: ../raphodo/utilities.py:575 msgid "six" msgstr "" #: ../raphodo/utilities.py:576 msgid "seven" msgstr "" #: ../raphodo/utilities.py:577 msgid "eight" msgstr "" #: ../raphodo/utilities.py:578 msgid "nine" msgstr "" #: ../raphodo/utilities.py:579 msgid "ten" msgstr "" #: ../raphodo/utilities.py:580 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:581 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:582 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:583 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:584 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:585 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:586 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:587 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:588 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:589 msgid "twenty" msgstr "" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&OK" msgstr "" #: ../raphodo/ui/viewutils.py:680 ../raphodo/ui/viewutils.py:700 msgid "&Save" msgstr "" #: ../raphodo/ui/viewutils.py:681 msgid "&Help" msgstr "" #: ../raphodo/ui/viewutils.py:682 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:683 ../raphodo/ui/viewutils.py:701 msgid "&Yes" msgstr "" #: ../raphodo/ui/viewutils.py:684 ../raphodo/ui/viewutils.py:702 msgid "&No" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:105 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:109 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:115 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:309 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:314 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:321 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:390 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:403 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:558 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:562 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:566 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:570 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:594 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:596 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:598 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:638 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:652 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1459 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1463 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1606 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1612 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "" #, python-format #~ msgid "Example: %s" #~ msgstr "Exempel: %s" #~ msgid "MB/s" #~ msgstr "MB/s" #~ msgid " " #~ msgstr " " #~ msgid ":" #~ msgstr ":" #~ msgid "externaldrive1" #~ msgstr "extern_enhet_1" #~ msgid "externaldrive2" #~ msgstr "extern_enhet_2" #~ msgid "scanning..." #~ msgstr "söker av..." #~ msgid "Backing up error" #~ msgstr "Fel vid säkerhetskopiering" #~ msgid "Size" #~ msgstr "Storlek" #~ msgid "Download Progress" #~ msgstr "Överföringsförlopp" #~ msgid "Sequence Numbers" #~ msgstr "Sekvensnummer" #~ msgid "and" #~ msgstr "och" #~ msgid "Using backup device" #~ msgstr "Använder enhet för säkerhetskopiering" #~ msgid "Using backup devices" #~ msgstr "Använder enheter för säkerhetskopiering" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Ungefär %(minutes)i:%(seconds)02i minuter återstår" #, python-format #~ msgid "and %s" #~ msgstr "och %s" #~ msgid "Name + extension" #~ msgstr "Namn + filändelse" #~ msgid " hh:mm" #~ msgstr " hh:mm" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "Kompatibilitet med andra operativsystem" #~ msgid "Example" #~ msgstr "Exempel" #~ msgid "Original:" #~ msgstr "Original:" #~ msgid "Example:" #~ msgstr "Exempel:" #~ msgid "New:" #~ msgstr "Ny:" #~ msgid "Error Handling" #~ msgstr "Felhantering" #~ msgid "Backup\t" #~ msgstr "Säkerhetskopiering\t" #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "Hitta bärbara lagringsenheter automatiskt" #~ msgid "Error Log" #~ msgstr "Fellogg" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "Inställningar: Rapid Photo Downloader" #~ msgid "_Report a Problem..." #~ msgstr "_Rapportera ett fel..." #~ msgid "_Clear Completed Downloads" #~ msgstr "_Töm slutförda överföringar" #~ msgid "_Get Help Online..." #~ msgstr "_Få hjälp online" #~ msgid "_Error Log" #~ msgstr "_Fellogg" #~ msgid "_Make a Donation..." #~ msgstr "_Donera..." #~ msgid "_Help" #~ msgstr "_Hjälp" #~ msgid "_Translate this Application..." #~ msgstr "_Översätt programmet..." #~ msgid "_View" #~ msgstr "_Visa" #~ msgid "Job Code:" #~ msgstr "Fototillfälle:" #~ msgid "Job Codes" #~ msgstr "Fototillfällen" #~ msgid "Job Codes" #~ msgstr "Fototillfällen" #~ msgid "Enter a Job Code" #~ msgstr "Ange fototillfälle" #~ msgid "Sydney" #~ msgstr "Sydney" #~ msgid "Berlin" #~ msgstr "Berlin" #~ msgid "Paris" #~ msgstr "Paris" #~ msgid "New York" #~ msgstr "New York" #~ msgid "Prague" #~ msgstr "Prag" #~ msgid "Manila" #~ msgstr "Manilla" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Helsinki" #~ msgstr "Helsingfors" #~ msgid "Kampala" #~ msgstr "Kampala" #~ msgid "Tehran" #~ msgstr "Teheran" #~ msgid "Stockholm" #~ msgstr "Stockholm" #~ msgid "Rome" #~ msgstr "Rom" #~ msgid "Moscow" #~ msgstr "Moskva" #~ msgid "Budapest" #~ msgstr "Budapest" #~ msgid "Madrid" #~ msgstr "Madrid" #~ msgid "Delhi" #~ msgstr "Delhi" #~ msgid "Warsaw" #~ msgstr "Warszawa" #~ msgid "Device Detected" #~ msgstr "Enhet hittad" #~ msgid "_Remember this choice" #~ msgstr "_Kom ihåg mitt val" #~ msgid "_Add..." #~ msgstr "_Lägg till..." #~ msgid "R_emove All" #~ msgstr "_Ta bort alla" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Källa: %(source)s" #~ msgid "Remove all Job Codes?" #~ msgstr "Ta bort alla fototillfällen?" #~ msgid "Should all Job Codes be removed?" #~ msgstr "Vill du ta bort alla fototillfällen?" #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "Fel i inställningarna för filmöverföring" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "Fel i inställningarna för bildöverföring" #~ msgid "Select a folder to download videos to" #~ msgstr "Välj en katalog att överföra filmer till" #~ msgid "Error in Video Rename preferences" #~ msgstr "Fel i inställningarna för filmnamnbyte" #~ msgid "Error in Photo Rename preferences" #~ msgstr "Fel i inställningarna för bildnamnbyte" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s av %(total)s %(filetypes)s" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "nollställ alla inställningar och avsluta" #~ msgid "All settings and preferences have been reset" #~ msgstr "Alla inställningar har nollställts" #~ msgid "Photos:" #~ msgstr "Bilder:" #~ msgid "Videos:" #~ msgstr "Filmer:" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "Säkerhetskopierar till %(path)s" #~ msgid "Example: /home/user/Pictures" #~ msgstr "Exempel: /home/user/Bilder" #~ msgid "Photo and Video Name Conflicts" #~ msgstr "Bild- och filmnamnkonflikter" #~ msgid "Devices" #~ msgstr "Enheter" #~ msgid "Video Download Folders" #~ msgstr "Filmöverföringsmappar" #~ msgid "Automatically detect devices" #~ msgstr "Hitta enheter automatiskt" #~ msgid "Location:" #~ msgstr "Plats:" #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "Överför dina bilder och filmer snabbt och enkelt" #~ msgid "Backup" #~ msgstr "Säkerhetskopia" #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s enheter avmonterades inte" #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #, python-format #~ msgid "%(free)s free" #~ msgstr "%(free)s tillgängligt" #~ msgid "Free space:" #~ msgstr "Ledigt utrymme:" #~ msgid "; " #~ msgstr "; " #~ msgid "." #~ msgstr "." #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #, python-format #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "Säkerhetskopierar bilder och filmer till %(path)s" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s av %(total)s %(filetypes)s (%(remaining)s återstår)" #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "%(file_type)s nedladdningsmapp är inte skrivbar" #, python-format #~ msgid "Folder: %s" #~ msgstr "Mapp: %s" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "%(file_type)s nedladdningsmapp är ogiltig" #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "%(file_type)s nedladdningsmapp saknas" #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Fil: %(file)s" #~ msgid "Remove all Remembered Paths?" #~ msgstr "Ta bort alla sparade sökvägar?" #~ msgid "Should all remembered paths be removed?" #~ msgstr "Ska alla sparade sökvägar tas bort?" #~ msgid "Should all ignored paths be removed?" #~ msgstr "Ska alla ignorerade sökvägar tas bort?" #~ msgid "Remove all Ignored Paths?" #~ msgstr "Ta bort alla ignorerade sökvägar?" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Fel: %(inst)s" #~ msgid "Invalid regular expression" #~ msgstr "Ogiltigt reguljärt uttryck" #, python-format #~ msgid "Error generating component %s." #~ msgstr "Ett fel uppstod när nummer %s skulle skapas." #, python-format #~ msgid "An error occurred when copying the %(filetype)s" #~ msgstr "Ett fel uppstod när %(filetype)s skulle kopieras" #, python-format #~ msgid "%(filetype)s %(area)s could not be generated" #~ msgstr "%(filetype)s %(area)s kunde inte skapas." #, python-format #~ msgid "%(filetype)s already exists" #~ msgstr "%(filetype)s finns redan" #, python-format #~ msgid "" #~ "%(filetype)s could not be backed up because no suitable backup locations " #~ "were found." #~ msgstr "" #~ "%(filetype)s kunde inte säkerhetskopieras, eftersom ingen plats för " #~ "säkerhetskopior hittades." #, python-format #~ msgid "%(filetype)s was already downloaded" #~ msgstr "%(filetype)s är redan nedladdad" #, python-format #~ msgid "" #~ "The existing %(filetype)s was last modified on %(date)s at %(time)s. Unique " #~ "identifier '%(identifier)s' added." #~ msgstr "" #~ "Den existerande %(filetype)s ändrades senast den %(date)s kl %(time)s. Den " #~ "har fått '%(identifier)s' som unik identifierare." #, python-format #~ msgid "There is no data with which to name the %(filetype)s." #~ msgstr "Det saknas data för att namnge %(filetype)s." #, python-format #~ msgid "Error: %(errorno)s %(strerror)s" #~ msgstr "Fel: %(errorno)s %(strerror)s" #, python-format #~ msgid " It was backed up to %(volume)s" #~ msgstr " Den har säkerhetskopierats till %(volume)s" #, python-format #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #, python-format #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #, python-format #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)s och %(volume)s (%(inst)s)." #~ msgid " It was backed up to these devices: " #~ msgstr " Den har säkerhetskopierats till följande enheter: " #, python-format #~ msgid "%s, " #~ msgstr "%s, " #, python-format #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)s och %(final_volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)s och %(volume)s." #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgid "Photo has already been downloaded" #~ msgstr "Bilden har redan överförts" #, python-format #~ msgid "Path: %s" #~ msgstr "Sökväg: %s" #~ msgid "Select All Without _Job Code" #~ msgstr "Markera alla som sakna_r fototillfälle" #~ msgid "Next File" #~ msgstr "Nästa fil" #~ msgid "Previous File" #~ msgstr "Föregående fil" #~ msgid "Miscellaneous" #~ msgstr "Diverse" #~ msgid "_Uncheck All" #~ msgstr "_Avmarkera allt" #~ msgid "_Include in download" #~ msgstr "_Ta med i överföring" #~ msgid "_Download" #~ msgstr "_Överför" #~ msgid "_Check All" #~ msgstr "_Markera allt" #~ msgid "_File" #~ msgstr "_Arkiv" #~ msgid "_Select" #~ msgstr "_Markera" #~ msgid "Device Options" #~ msgstr "Enhetsinställningar" #~ msgid "Device Options" #~ msgstr "Enhetsinställningar" #~ msgid "Performance" #~ msgstr "Prestanda" #, python-format #~ msgid "%(filetype)s already exists, but it was backed up" #~ msgstr "%(filetype)s finns redan, men säkerhetskopierades" #~ msgid "The following metadata is missing: " #~ msgstr "Följande metadata saknas: " #~ msgid "Remembered Paths" #~ msgstr "Sparade sökvägar" #~ msgid "Re_move All" #~ msgstr "Ta bo_rt alla" #~ msgid "" #~ "Remembered paths are those associated with devices that you have chosen to " #~ "always scan or ignore when automatic detection of Portable Storage Devices " #~ "is enabled." #~ msgstr "" #~ "Sparade sökvägar är sådana som förknippas med enheter där du har valt att " #~ "alltid avsöka eller ignorera, när automatisk avsökning är påslaget." #~ msgid "" #~ "Specify the ending portion of any paths you want ignored when scanning " #~ "devices for photos or videos. Any path ending with the values below will not " #~ "be scanned." #~ msgstr "Ange namnändelse på sökvägar som du inte vill att de ska avsökas." #~ msgid "Copy" #~ msgstr "Kopiera" #~ msgid "Move" #~ msgstr "Flytta" #~ msgid "From" #~ msgstr "Från" #~ msgid "Auto Detect" #~ msgstr "Upptäck automatiskt" #~ msgid "To" #~ msgstr "Till" #~ msgid "the root of the file system" #~ msgstr "filsystemets rotmapp" #~ msgid "Automatically rotate JPEG images" #~ msgstr "Rotera JPEG-bilder automatiskt" #~ msgid "Select a folder to download photos to" #~ msgstr "Välj en mapp att överföra bilder till" #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "Säkerhetskopierar bilder till %(path)s och filmer till %(path2)s" #~ msgid "display debugging information when run from the command line" #~ msgstr "visa debug-information när programmet körs från kommandoraden" #~ msgid "" #~ "Error: specify device auto-detection or manually specify a device's path " #~ "from which to download, but do not do both." #~ msgstr "" #~ "Fel: Aktivera antingen automatisk upptäckt av enheter eller ange en sökvägen " #~ "manuellt. Du kan inte välja båda." #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "visa de filändelser som programmet stödjer och avsluta" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "Målmappen kunde inte skapas: %(directory)s\n" #~ msgid "" #~ "manually specify the PATH of the device from which to download, overwriting " #~ "existing program preferences" #~ msgstr "" #~ "ange SÖKVÄGEN manuellt till den enhet från vilken du önskar hämta objekt och " #~ "ersätt de nuvarande programinställningarna" #~ msgid "" #~ "automatically detect devices from which to download, overwriting existing " #~ "program preferences" #~ msgstr "" #~ "upptäck automatiskt enheter att hämta objekt från och ersätt de nuvarande " #~ "programinställningarna" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "Skall denna enhet användas för bild- och filmöverföring?" #~ msgid "Select a folder in which to backup photos" #~ msgstr "Välj den mapp där du vill säkerhetskopiera bilderna" #~ msgid "Select a folder in which to backup videos" #~ msgstr "Välj den mapp där du vill säkerhetskopiera filmerna" #, python-format #~ msgid "" #~ "The following regular expressions are invalid, and will be removed unless " #~ "you correct them:\n" #~ " %s" #~ msgstr "" #~ "Följande reguljära uttryck är ogiltiga och kommer att tas bort om du inte " #~ "ändrar dem:\n" #~ " %s" #, python-format #~ msgid "" #~ "This regular expression is invalid, and will be removed unless you correct " #~ "it:\n" #~ " %s" #~ msgstr "" #~ "Detta reguljära uttryck är ogiltigt och kommer att tas bort om du inte " #~ "ändrar det:\n" #~ " %s" #, python-format #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "Undermappen för %(filetype)s har felaktiga inställningar som inte kan " #~ "användas.\n" #~ "Återställer till standardvärden." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "" #~ "Varning: Metadata saknas för att namnge filerna. Ändra " #~ "namngivningsinställningarna." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "" #~ "Varning:Metadata saknas för att namnge undermappar. Ändra " #~ "namngivningsinställningarna." #~ msgid "Jakarta" #~ msgstr "Jakarta" #, python-format #~ msgid "Date time value %s appears invalid." #~ msgstr "Datum/tid-värdet %s verkar vara ogiltigt." #, python-format #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "Metadata i %(filetype)s kan inte avläsas." #~ msgid "The metadata might be corrupt." #~ msgstr "Metadatan kan vara skadad." #~ msgid "" #~ "The filename, extension and Exif information indicate it has already been " #~ "downloaded." #~ msgstr "Filnamnet, filändelsen och exif-informationen har redan överförts." #~ msgid "Errors occurred when backing up on the following backup devices: " #~ msgstr "Ett fel uppstod vid säkerhetskopiering till följande enheter: " #, python-format #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "Ett fel uppstod vid säkerhetskopiering till %(volume)s." #~ msgid "Backups already exist in these locations: " #~ msgstr "En säkerhetskopia finns redan i: " #, python-format #~ msgid "Backup already exists on %(volume)s." #~ msgstr "En säkerhetskopia finns redan på %(volume)s." #, python-format #~ msgid "" #~ "Photos detected with the same filenames, but taken at different times: " #~ "%(details)s" #~ msgstr "" #~ "Hittade bilder med samma filnamn tagna vid olika tillfällen: %(details)s" #, python-format #~ msgid "An error occurred when backing up on %(volume)s: %(inst)s." #~ msgstr "Ett fel uppstod vid säkerhetskopiering till %(volume)s: %(inst)s." #~ msgid "Backups overwritten on these devices: " #~ msgstr "Den befintliga säkerhetskopian skrevs över på: " #, python-format #~ msgid "Backup overwritten on %(volume)s." #~ msgstr "Den befintliga säkerhetskopian skrevs över på %(volume)s." #, python-format #~ msgid "%(missing_metadata_elements)s and %(final_missing_metadata_element)s." #~ msgstr "" #~ "%(missing_metadata_elements)s och %(final_missing_metadata_element)s." #, python-format #~ msgid "%(previousproblem)s Additionally, %(newproblem)s" #~ msgstr "%(previousproblem)s Dessutom, %(newproblem)s" #, python-format #~ msgid " Furthermore, there were %(problems)s." #~ msgstr " Dessutom uppstod %(problems)s." #, python-format #~ msgid "An error occurred when creating directories on %(volume)s: %(inst)s." #~ msgstr "Ett fel uppstod när mappar skulle skapas på %(volume)s: %(inst)s." #~ msgid "" #~ "Errors occurred when creating directories on the following backup devices: " #~ msgstr "Ett fel uppstod när mappar skulle skapas på följande enheter: " #, python-format #~ msgid " Furthermore, there was a %(problem)s." #~ msgstr " Dessutom uppstod %(problem)s." #, python-format #~ msgid "Problem in %s generation" #~ msgstr "Problem vid namngivning av %s" #, python-format #~ msgid "Problems in %s generation" #~ msgstr "Problem vid namngivning av %s" #~ msgid "there were errors backing up" #~ msgstr "det uppstod fel vid säkerhetskopieringen" #~ msgid "Multiple problems were encountered" #~ msgstr "Flera fel uppstod" #~ msgid "There were errors backing up" #~ msgstr "Det uppstod fel vid säkerhetskopieringen" #~ msgid "Problems in subfolder and filename generation" #~ msgstr "Problem vid namngivning av undermappar och filnamn" #~ msgid "Problem in subfolder and filename generation" #~ msgstr "Problem vid namngivning av undermappar och filnamn" #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "Bilder med samma filnamn, tagna vid olika tillfällen, hittades" #~ msgid "there was an error backing up" #~ msgstr "det uppstod ett fel vid säkerhetskopieringen" #, python-format #~ msgid "%(previousproblem)s, and %(backinguperror)s" #~ msgstr "%(previousproblem)s och %(backinguperror)s" #~ msgid "There was an error backing up" #~ msgstr "Det uppstod ett fel vid säkerhetskopieringen" #~ msgid "Failed to create download subfolder" #~ msgstr "Misslyckades med att skapa nedladdningmappen" #, python-format #~ msgid "scanning (found %(photos)s photos and %(videos)s videos)..." #~ msgstr "söker igenom (har hittat %(photos)s bilder och %(videos)s filmer)…" #~ msgid "Download / Pause" #~ msgstr "Överför / Pausa" #~ msgid "Select All Wit_h Job Code" #~ msgstr "Markera alla med ett fototillf_älle" #~ msgid "Photo Download Folders" #~ msgstr "Bildöverföringsmapp" #~ msgid "Photo Rename\t" #~ msgstr "" #~ "Namngivning av bilder\t" #~ msgid "Photo Rename" #~ msgstr "Namngivning av bilder" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Ange en överföringsmapp. Undermappar kommer att skapas automatiskt enligt " #~ "strukturen nedan." #~ msgid "Download Folder" #~ msgstr "Överföringsmapp" #~ msgid "Download Subfolders" #~ msgstr "Inkludera undermappar i överföringen" #~ msgid "Photo Folders" #~ msgstr "Bildmapp" #~ msgid "Download folder:" #~ msgstr "Överföringsmapp:" #~ msgid "Rename Options" #~ msgstr "" #~ "Alternativ för namngivning" #~ msgid "" #~ "Sorry, video downloading functionality disabled. To download videos, please " #~ "install either the hachoir metadata and kaa metadata packages " #~ "for python, or exiftool." #~ msgstr "" #~ "Ledsen, men filmhämtningsfunktionen har inaktiverats. För att föra över " #~ "filmer, installera antingen paketen hachoir metadata och kaa " #~ "metadata för python, eller exiftool." #~ msgid "Photo Rename" #~ msgstr "Namngivning av bilder" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Välj överföringsmapp. Undermappar kommer att skapas automatiskt enligt " #~ "strukturen nedan." #~ msgid "Video Rename\t" #~ msgstr "" #~ "Namngivning av filmer\t" #~ msgid "Video Folders" #~ msgstr "Filmmapp" #~ msgid "Video Rename" #~ msgstr "Namngivning av filmer" #~ msgid "" #~ "Specify whether photo, video and folder names should have any characters " #~ "removed that are not allowed by other operating systems." #~ msgstr "" #~ "Ange om specialtecken som inte tillåts i andra operativsystem ska tas bort " #~ "från fil- och mappnamn." #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "Använd samma sekvensnummer för både RAW- och JPEG-filer" #~ msgid "" #~ "Specify the time in 24 hour format at which the Downloads today " #~ "sequence number should be reset." #~ msgstr "" #~ "Ange tiden i 24-timmarsformat då Antalet överföringar idag ska " #~ "nollställas." #~ msgid "" #~ "Devices are from where to download photos and videos, such as cameras, " #~ "memory cards or Portable Storage Devices.\n" #~ "\n" #~ "You can download from multiple devices simultaneously, or you can specify a " #~ "location on your hard drive.\n" #~ "\n" #~ "Downloading directly from cameras is currently an experimental feature. " #~ "If downloading directly from your camera works poorly or not at all, try " #~ "setting it to PTP mode. If that is not possible, a card reader must be " #~ "used." #~ msgstr "" #~ "Du kan överföra bilder och filmer från kameror, minneskort eller externa " #~ "enheter som t.ex hårddiskar.\n" #~ "\n" #~ "Du kan överföra från flera enheter samtidigt, eller ange en plats på din " #~ "hårddisk.\n" #~ "\n" #~ "Överföring direkt från kameran är en experimentell funktion. Om det " #~ "fungerar dåligt eller inte alls, prova att aktivera PTP läge på din kamera. " #~ "Om det ändå inte fungerar måste du använda en kortläsare." #~ msgid "Rename Options" #~ msgstr "Inställningar för namngivning" #~ msgid "" #~ "If you disable automatic detection, choose the exact location of the photos " #~ "and videos." #~ msgstr "" #~ "Om du inaktiverar automatisk sökning, måste du ange exakt plats för bilder " #~ "och filmer." #~ msgid "" #~ "If you enable automatic detection of Portable Storage Devices, the entire " #~ "device will be scanned. On large devices, this could take some time.\n" #~ "\n" #~ "When this option is enabled, and a potential device is detected, you will be " #~ "prompted to determine if it should be scanned or not." #~ msgstr "" #~ "Om du aktiverar sökning av externa enheter så kommer hela enheten att " #~ "avsökas. På stora enheter kan det ta en stund.\n" #~ "\n" #~ "När denna inställning är påslagen och en möjlig enhet hittas, så kommer du " #~ "att tillfrågas om den ska avsökas eller ej." #~ msgid "Use _python-style regular expressions" #~ msgstr "Använd _Python-kompatibla reguljära uttryck" #~ msgid "" #~ "Specify the folder in which backups are stored on the device. \n" #~ "\n" #~ "Note: this will also be used to determine whether or not the device is " #~ "used for backups. For each device you wish to use for backing up to, create " #~ "a folder in it with one of these names." #~ msgstr "" #~ "Välj i vilken mapp på enheten som används till säkerhetskopior.\n" #~ "\n" #~ "Observera att mappen kommer användas för att avgöra om enheten används " #~ "till säkerhetskopior. För varje enhet du vill använda till säkerhetskopior " #~ "kan du skapa en mapp med ett av dessa namn." #~ msgid "Program Automation" #~ msgstr "Automatisera programmet" #~ msgid "Backup" #~ msgstr "Säkerhetskopia" #~ msgid "Video backup folder name:" #~ msgstr "Säkerhetskopieringsmapp för filmer:" #~ msgid "Photo backup folder name:" #~ msgstr "Säkerhetskopieringsmapp för bilder:" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/media/extern_enhet/Bilder" #~ msgid "Unmount (\"eject\") device upon download completion" #~ msgstr "Avmontera och mata ut enheter när överföringen är färdig" #~ msgid "Generate thumbnails (slower)" #~ msgstr "Skapa miniatyrbilder (långsammare)" #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "" #~ "Ange om en bild eller film med ett namn som redan finns, ska hoppas över " #~ "eller tilldelas ett unikt nummer." #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "Ange om en bild eller film med ett namn som redan finns på säkerhetskopian, " #~ "ska hoppas över eller skrivas över." #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Ungefär %i sekunder återstår" #~ msgid "About 1 minute remaining" #~ msgstr "Ungefär en minut återstår" #~ msgid "About 1 second remaining" #~ msgstr "Ungefär en sekund återstår" #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "Vill du verkligen föra över härifrån? På vissa filsystem kan det ta väldigt " #~ "lång tid att söka av den här platsen." #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "För över från %(location)s." #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Välj en mapp innehållande %(file_types)s" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "visa programinformation i kommandoraden när programmet körs (default: " #~ "%default)" #~ msgid "only output errors to the command line" #~ msgstr "visa fel endast på kommandoraden" #~ msgid "Help" #~ msgstr "Hjälp" #~ msgid "Check All Photos" #~ msgstr "Markera alla bilder" #~ msgid "Check All Videos" #~ msgstr "Markera alla filmer" #~ msgid "About..." #~ msgstr "Om..." #~ msgid "Quit" #~ msgstr "Avsluta" #~ msgid "Refresh" #~ msgstr "Läs om" #, python-format #~ msgid "Backup %(file_type)s overwritten" #~ msgstr "Säkerhetskopian av %(file_type)s skrevs över" #, python-format #~ msgid "%(file_type)s not backed up" #~ msgstr "%(file_type)s säkerhetskopierades inte" #, python-format #~ msgid "Backup of %(file_type)s already exists" #~ msgstr "En säkerhetskopia av %(file_type)s finns redan" #, python-format #~ msgid "" #~ "File verification failed on %(volume)s. The backed up version is different " #~ "from the downloaded version." #~ msgstr "" #~ "Filverifikationen misslyckades på %(volume)s. Säkerhetskopian skiljer sig " #~ "från originalet." #, python-format #~ msgid "The %(filetype)s did not download correctly" #~ msgstr "%(filetype)s hämtades inte på ett korrekt sätt" #~ msgid "An unknown error occurred" #~ msgstr "Ett okänt fel inträffade" #~ msgid "File verification failed on these devices: " #~ msgstr "Filverifikationen misslyckades på dessa enheter: " #, python-format #~ msgid "No backup device contains a valid folder for backing up %(filetype)s" #~ msgstr "" #~ "Ingen enhet innehåller en giltig mapp för att säkerhetskopiera %(filetype)s" #~ msgid "" #~ "File verification failed. The downloaded version is different from the " #~ "original." #~ msgstr "" #~ "Filverifikationen misslyckades. Den hämtade versionen skiljer sig från " #~ "originalet." #~ msgid "Verify files as they are downloaded" #~ msgstr "Verifiera filerna när de hämtas" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Källa: %(source)s\n" #~ "Mål: %(destination)s" #, python-format #~ msgid "The existing %(filetype)s was last modified on %(date)s at %(time)s." #~ msgstr "" #~ "Den existerande %(filetype)s ändrades senast den %(date)s kl. %(time)s." #, python-format #~ msgid "An error occurred when copying the %(filetype)s, but it was backed up" #~ msgstr "" #~ "Ett fel uppstod vid kopiering av %(filetype)s, men den säkerhetskopierades" #~ msgid "Download cannot proceed" #~ msgstr "Hämtningen kan inte fortsätta" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/po/tr.po0000644000175000017500000061333600000000000016566 0ustar00damondamon# Turkish translation for rapid # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2010. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2022-03-02 13:05+0000\n" "PO-Revision-Date: 2022-02-21 17:13+0000\n" "Last-Translator: Damon Lynch \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2022-03-05 16:16+0000\n" "X-Generator: Launchpad (build 61f4697954ab70d633d14d8ceecff69a20b08a6b)\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:406 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:642 ../install.py:4330 msgid "Installer not found:" msgstr "Program kurucu bulunamadı:" #. Translators: do not translate the term tar.gz #: ../install.py:646 ../install.py:4334 msgid "Installer not in tar.gz format:" msgstr "Kurucu tar.gz biçiminde değil:" #: ../install.py:728 ../install.py:757 ../install.py:4210 ../install.py:4215 msgid "Exiting..." msgstr "Çıkılıyor..." #: ../install.py:979 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:1065 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:1357 ../install.py:4290 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:1467 #, 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:1610 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:1614 ../install.py:3834 ../install.py:3841 msgid "sudo may prompt you for the sudo password." msgstr "Sizden sudo şifresi istenebilir." #: ../install.py:1618 msgid "Would you like to run the command now?" msgstr "Komutu şimdi çalıştırmak ister misin?" #: ../install.py:1620 msgid "Answer is not yes, exiting." msgstr "Cevap evet değil, çıkılıyor." #: ../install.py:1631 ../install.py:2259 ../install.py:2318 ../install.py:2793 msgid "Command failed" msgstr "Komut başarısız oldu" #: ../install.py:1633 ../install.py:2260 ../install.py:2319 ../install.py:2794 msgid "Exiting" msgstr "Çıkılıyor" #: ../install.py:1661 msgid "The Universe repository must be enabled." msgstr "Evren deposu etkinleştirilmelidir." #. Translators: do not translate the term EPEL #: ../install.py:1701 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:1749 msgid "The RPM Fusion Free repository must be enabled." msgstr "RPM Fusion Free deposu etkinleştirilmiş olmalıdır." #: ../install.py:1790 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:2237 ../install.py:2267 ../install.py:2299 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:2252 msgid "Uninstalling system package" msgstr "Sistem paketi kaldırılıyor" #: ../install.py:2277 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:2324 msgid "Checking if previous version installed with pip..." msgstr "Önceki sürümün pip ile kurulu olup olmadığı kontrol ediliyor..." #: ../install.py:2477 ../install.py:2534 ../install.py:2650 msgid "The following package is unknown on your system: {}\n" msgstr "Bu paket sisteminizde bilinmiyor: {}\n" #: ../install.py:2548 ../install.py:2706 ../install.py:2803 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:2642 ../install.py:2663 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:2785 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:2852 msgid "Query to confirm action at each step." msgstr "Her adımda eylemi onaylamak için sorgula." #: ../install.py:2862 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:2873 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:2923 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:2931 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:2937 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:2942 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:2950 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:2958 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:2982 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:3000 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:3011 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:3048 msgid "Failed to download versions file." msgstr "Sürüm dosyası indirilemedi." #: ../install.py:3053 msgid "Got error code {} while accessing versions file" msgstr "Sürüm dosyasına erişirken {} hata kodu alındı" #: ../install.py:3170 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:3324 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:3330 msgid "Received error code" msgstr "Hata kodu alındı" #: ../install.py:3332 msgid "Failed to install application requirements: exiting." msgstr "Uygulama gereksinimleri kurulamadı: çıkılıyor." #: ../install.py:3334 msgid "Failed to install application: exiting..." msgstr "Uygulama kurulamadı: çıkılıyor..." #: ../install.py:3658 msgid "Installing application requirements..." msgstr "Uygulama gereksinimleri kuruluyor..." #: ../install.py:3693 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" #: ../install.py:3710 msgid "Installing application..." msgstr "Uygulama kuruluyor..." #: ../install.py:3797 msgid "Do you want Rapid Photo Downloader to appear in the Windows menu?" msgstr "" "Rapid Photo Downloader'ın Windows menüsünde görünmesini istiyor musunuz?" #: ../install.py:3803 msgid "Adding Rapid Photo Downloader to the Windows menu" msgstr "Windows menüsüne Rapid Photo Downloader ekleme" #: ../install.py:3813 msgid "Failed to copy application launcher." msgstr "Uygulama başlatıcısı kopyalanamadı." #: ../install.py:3824 msgid "Man pages can be found in {}/share/man/man1" msgstr "Manuel sayfaları {}/share/man/man1 içinde bulunabilir" #: ../install.py:3829 msgid "Do you want to install the application's man pages?" msgstr "Uygulamanın manuel sayfalarını kurmak ister misiniz?" #: ../install.py:3830 msgid "They will be installed into {}" msgstr "{} içine kurulacaklar" #: ../install.py:3832 ../install.py:3839 msgid "If you uninstall the application, remove these manpages yourself." msgstr "Uygulamayı kaldırırsanız, bu manuel sayfalarını kendiniz silin." #: ../install.py:3835 msgid "Do want to install the man pages?" msgstr "Manuel sayfalarını kurmak ister misiniz?" #: ../install.py:3837 msgid "Installing man pages into {}" msgstr "Manuel sayfaları {} içine kuruluyor" #: ../install.py:3855 msgid "Failed to create man page directory: exiting." msgstr "Manuel sayfa dizini oluşturulamadı: çıkılıyor." #: ../install.py:3876 msgid "Failed to copy man page." msgstr "Manuel sayfası kopyalanamadı." #: ../install.py:3915 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:3928 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:3934 msgid "" "You may have to restart WSL to be able to run the program from the command " "line." msgstr "" "Programı komut satırından çalıştırabilmek için WSL'yi yeniden başlatmanız " "gerekebilir." #: ../install.py:3944 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line." msgstr "" #: ../install.py:3949 #, 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:3971 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:3973 msgid "Done." msgstr "Tamamlandı." #: ../install.py:3987 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:4043 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" #. Translators: do not translate the terms --PyQt5-version or --use-system-PyQt5 #: ../install.py:4055 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:4067 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:4081 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:4097 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:4111 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:4124 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:4134 msgid "Using virtual environment for installation using pip." msgstr "Pip kullanarak kurulum için sanal ortam kullanımı." #: ../install.py:4139 ../install.py:4153 msgid "Do not include any other command line arguments when specifying" msgstr "Belirtirken başka bir komut satırı argümanı eklemeyin" #: ../install.py:4172 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:4180 msgid "Restarting script using system python..." msgstr "Komut dosyası python kullanarak yeniden başlatılıyor..." #: ../install.py:4193 msgid "Detected Linux distribution {} {}" msgstr "{} {} Linux dağıtımı tespit edildi" #: ../install.py:4231 msgid "To continue, the package python3-apt must be installed." msgstr "Devam etmek için python3-apt paketinin kurulu olması gerekir." #: ../install.py:4263 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:4275 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:4324 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:647 ../raphodo/ui/viewutils.py:679 #: ../raphodo/ui/viewutils.py:699 msgid "&Cancel" msgstr "&İptal" #: ../upgrade.py:651 msgid "&Upgrade" msgstr "&Yükselt" #: ../upgrade.py:656 #, 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:659 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:662 ../upgrade.py:668 ../raphodo/ui/viewutils.py:678 #: ../raphodo/ui/viewutils.py:698 msgid "&Close" msgstr "&Kapat" #: ../upgrade.py:663 msgid "&Run" msgstr "&Çalıştır" #: ../upgrade.py:693 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "Bu yükseltmeyi çalıştırmadan önce Rapid Photo Downloader'ı kapatın." #: ../upgrade.py:696 msgid "Upgrade running..." msgstr "Sürüm yükseltme çalışıyor..." #: ../upgrade.py:732 #, 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:737 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:741 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:11330 #, python-format msgid "Upgrading %s..." msgstr "%s sürümüne yükseltiiyor..." #: ../upgrade.py:11332 msgid "Press any key to continue..." msgstr "Devam etmek için herhangi bir tuşa basın..." #: ../upgrade.py:11345 msgid "Rapid Photo Downloader upgrade failed" msgstr "Rapid Photo Downloader sürüm yükseltmesi başarısız" #: ../upgrade.py:11347 #, 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/ui/aboutdialog.py:334 msgid "Credits" msgstr "Emeği Geçenler" #: ../raphodo/ui/aboutdialog.py:339 msgid "Translators" msgstr "Çevirmenler" #: ../raphodo/ui/backuppanel.py:280 msgid "Backups are not configured" msgstr "Yedeklemeler yapılandırılmadı" #: ../raphodo/ui/backuppanel.py:282 msgid "No backup devices detected" msgstr "Yedekleme cihazı bulunamadı" #: ../raphodo/ui/backuppanel.py:285 msgid "Valid backup locations not yet specified" msgstr "Geçerli yedekleme konumları henüz belirtilmedi" #: ../raphodo/ui/backuppanel.py:465 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Fotoğraflarınızın ve videolarınızın, indirildikçe birden fazla yere " "yedeklenmesini sağlayabilirsiniz, örn. harici sabit sürücüler." #: ../raphodo/ui/backuppanel.py:473 msgid "Back up photos and videos when downloading" msgstr "İndirirken fotoğrafları ve videoları yedekle" #: ../raphodo/ui/backuppanel.py:479 msgid "Automatically detect backup devices" msgstr "Yedekleme cihazlarını otomatik olarak algıla" #: ../raphodo/ui/backuppanel.py:485 msgid "" "Specify the folder in which backups are stored on the " "device.

      Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" "Cihazda yedeklemelerin bulunduğu klasörü belirtin.

      Not: Bu adda " "bir klasörün varlığı, cihazın yedekleme için kullanılıp kullanılmadığını " "belirlemek için kullanılır. Yedeklemek için kullanmak istediÄŸiniz her cihaz " "için, bu klasör adlarından biriyle içinde bir klasör oluÅŸturun. Her iki " "klasörü de ekleyerek, aynı cihaz hem fotoÄŸrafları hem de videoları " "yedeklemek için kullanılabilir." #: ../raphodo/ui/backuppanel.py:500 msgid "Photo folder name:" msgstr "FotoÄŸraf klasörü adı:" #: ../raphodo/ui/backuppanel.py:505 msgid "Video folder name:" msgstr "Video klasörü adı:" #: ../raphodo/ui/backuppanel.py:510 ../raphodo/ui/nameeditor.py:1000 #: ../raphodo/ui/renamepanel.py:141 msgid "Example:" msgstr "Örnek:" #: ../raphodo/ui/backuppanel.py:521 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" "Otomatik algılamayı devre dışı bırakırsanız, tam yedekleme konumlarını seçin." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:532 msgid "Photo backup location:" msgstr "FotoÄŸraf yedekleme konumu:" #: ../raphodo/ui/backuppanel.py:542 msgid "Select Photo Backup Location" msgstr "FotoÄŸraf Yedekleme Konumunu Seçin" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:554 msgid "Video backup location:" msgstr "Video yedekleme konumu:" #: ../raphodo/ui/backuppanel.py:560 msgid "Select Video Backup Location" msgstr "Video Yedekleme Konumunu Seçin" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:676 msgid "drive1" msgstr "sürücü1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:679 msgid "drive2" msgstr "sürücü2" #: ../raphodo/ui/backuppanel.py:746 msgid "Projected Backup Storage Use" msgstr "Öngörülen Yedek Depolama Kullanımı" #: ../raphodo/ui/backuppanel.py:751 msgid "Backup Options" msgstr "Yedekleme Seçenekleri" #: ../raphodo/copyfiles.py:610 msgid "video THM" msgstr "video THM" #: ../raphodo/copyfiles.py:620 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:104 ../raphodo/ui/devicedisplay.py:1408 #: ../raphodo/rpdfile.py:310 #, 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:112 ../raphodo/ui/devicedisplay.py:1414 #: ../raphodo/rpdfile.py:298 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s adet Video" #: ../raphodo/ui/destinationdisplay.py:123 msgid "Used" msgstr "Kullanımda" #: ../raphodo/ui/destinationdisplay.py:124 msgid "Excess" msgstr "Aşırı" #: ../raphodo/ui/destinationdisplay.py:133 ../raphodo/ui/devicedisplay.py:1440 msgid "Device size unknown" msgstr "Cihazın boyutu bilinmiyor" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:146 #, python-format msgid "No space free on %(size_total)s device" msgstr "%(size_total)s cihazında boÅŸ alan yok" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:156 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s / %(size_total)s boÅŸ" #: ../raphodo/ui/destinationdisplay.py:230 ../raphodo/ui/destinationpanel.py:74 #: ../raphodo/ui/devicedisplay.py:625 ../raphodo/rapid.py:2641 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:960 msgid "Photos" msgstr "FotoÄŸraflar" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:231 ../raphodo/ui/destinationpanel.py:78 #: ../raphodo/ui/devicedisplay.py:626 ../raphodo/rapid.py:2642 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:988 #: ../raphodo/storage/storage.py:602 msgid "Videos" msgstr "Videolar" #: ../raphodo/ui/destinationdisplay.py:232 msgid "Projected storage use after download" msgstr "İndirme iÅŸleminden sonra öngörülen depolama kullanımı" #. Translators: Custom refers to the user choosing a non-default value that #. they customize themselves #: ../raphodo/ui/destinationdisplay.py:355 ../raphodo/ui/nameeditor.py:587 msgid "Custom..." msgstr "Özel..." #: ../raphodo/ui/destinationdisplay.py:774 msgid "Configure photo subfolder creation" msgstr "FotoÄŸraf alt klasörü oluÅŸturmak için yapılandır" #: ../raphodo/ui/destinationdisplay.py:776 msgid "Configure video subfolder creation" msgstr "Video alt klasörü oluÅŸturmak için yapılandır" #: ../raphodo/ui/destinationpanel.py:90 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:113 ../raphodo/ui/destinationpanel.py:125 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1294 msgid "Probing device..." msgstr "Cihaz yoklanıyor..." #: ../raphodo/ui/devicedisplay.py:1309 msgid "Temporarily ignore this device" msgstr "Bu cihazı geçici olarak görmezden gel" #: ../raphodo/ui/devicedisplay.py:1313 msgid "Permanently ignore this device" msgstr "Bu cihazı kalıcı olarak görmezden gel" #: ../raphodo/ui/devicedisplay.py:1316 msgid "Rescan" msgstr "Yeniden tara" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1437 #, python-format msgid "%s full" msgstr "%s dolu" #: ../raphodo/ui/devicedisplay.py:1457 msgid "Other" msgstr "DiÄŸer" #: ../raphodo/devices.py:603 ../raphodo/devices.py:604 msgid "Cameras" msgstr "Kameralar" #: ../raphodo/devices.py:605 ../raphodo/devices.py:1256 #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 ../raphodo/rapid.py:2490 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:1006 #, 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:1073 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1229 ../raphodo/rapid.py:2213 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:1280 ../raphodo/devices.py:1300 #, 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:1318 #, 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:1326 #, 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:1652 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" "İndirmek üzere iÅŸaretlemek veya iÅŸaretini kaldırmak için bir dosyanın onay " "kutusuna tıklayın." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "Zaten indirilmiÅŸ olan dosyalar hatırlanır. Önceden indirilen dosyaları " "tekrar indirmek için iÅŸaretleyebilirsiniz, ancak varsayılan olarak " "iÅŸaretlenmezler ve küçük resimleri soluktur, böylece onları henüz " "indirilmemiÅŸ olan dosyalardan ayırt edebilirsiniz." #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" "Birden fazla dosya seçildiyse, önceden onay iÅŸareti olup olmadıklarına " "bakılmaksızın, onay kutusu tıklatılmış olan dosyanın iÅŸaretini alırlar." #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" "İndirmek üzere tüm dosyalarını hızlı bir ÅŸekilde iÅŸaretlemek veya " "iÅŸaretlerini kaldırmak için bir cihazın onay kutusuna tıklayın." #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" "Bir indirme bittikten sonra, bir simge küçük resmin onay kutusunun yerini " "alır. Simgenin rengi, indirme iÅŸleminin baÅŸarılı (yeÅŸil), dosya yeniden " "adlandırmada sorunlu (sarı/turuncu) veya baÅŸarısız (kırmızı) olduÄŸunu " "gösterir." #: ../raphodo/ui/didyouknow.py:91 msgid "" "\n" "In case of any problems, a red icon will appear at the bottom of the window " "indicating \n" "how many error reports there are. Clicking on it opens the Error Report " "window." 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." #: ../raphodo/ui/didyouknow.py:97 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." 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." #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" "Aynı anda birden fazla kameradan, akıllı telefondan, hafıza kartından ve " "sabit diskten indirebilirsiniz; bilgisayarınızın bir kerede baÄŸlayabileceÄŸi " "kadar çok cihaz kullanabilir." #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" "Zaman Çizelgesi, ardışık çekimler arasında geçen süreye baÄŸlı olarak " "fotoÄŸrafları ve videoları gruplandırır. Tek bir günde veya ardışık günlerde " "farklı dönemlerde çekilmiÅŸ fotoÄŸrafları ve videoları tanımlamak için " "kullanın." #: ../raphodo/ui/didyouknow.py:123 msgid "" "\n" "

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

      \n" "

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

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

      " #: ../raphodo/ui/didyouknow.py:133 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" "Fotoğrafları ve videoları belirli bir zaman aralığında görüntülemek için " "fareyi (isteğe bağlı olarak Shift veya Ctrl tuşlarıyla " "birlikte) zaman periyodlarını seçmek için kullanın. Bir zaman aralığı " "seçildiğinde, ana pencerenin sol tarafındaki Zaman Çizelgesi düğmesi " "vurgulanır." #: ../raphodo/ui/didyouknow.py:140 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" "Bir indirme işlemi, Zaman Çizelgesi kullanıldığından şu anda " "görüntülenmeyenler de dahil olmak üzere, indirmek için işaretlenen tüm " "dosyaları içerir." #: ../raphodo/ui/didyouknow.py:147 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" "İndirdiğiniz kaynakları, program penceresinin sol üst köşesinde, " "indirdiğiniz cihazın adına tıklayarak gizleyebilir veya " "görüntüleyebilirsiniz." #: ../raphodo/ui/didyouknow.py:154 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 \n" "metadata (where 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 \n" "raw images, for instance.
      8. \n" "
      9. File Type: photo or video.
      10. \n" "
      11. Device: name of the device the photos and videos are being " "downloaded \n" "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/ui/didyouknow.py:172 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" "Rapid Photo Downloader'in en kullanışlı özelliklerinden biri, seçtiğiniz bir " "düzeni kullanarak indirme alt klasörlerini otomatik olarak oluşturma ve " "indirme sırasında dosyaları yeniden adlandırma yeteneğidir." #: ../raphodo/ui/didyouknow.py:178 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" "Dosyalarınızın nereden indirilmesini istediğinizi ve bunların nasıl " "adlandırılmasını istediğinizi belirlemek için, uygulama penceresinin sağ " "tarafındaki uygun paneli açın: Hedef, Yeniden Adlandır veya " "İş Kodu." #: ../raphodo/ui/didyouknow.py:185 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 \n" "illustration below, the destination folders are "Pictures" and \n" ""Videos". The name of the destination folder is displayed in the " "grey bar \n" "directly above the folder tree, with a folder icon to its left and a gear " "icon to \n" "its far right.
      2. \n" "
      3. The download subfolders, which are directories that will be " "automatically \n" "generated by Rapid Photo Downloader. They need not already exist on your " "computer, but \n" "it's okay if they do. They will be generated under the destination " "folder.
      4. \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" "
      " #: ../raphodo/ui/didyouknow.py:202 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a \n" "different destination folder for each. The same applies to the download " "subfolders for \n" "photos and videos—download photos and videos to the same subfolders, " "or use a \n" "different scheme for each type." 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." #: ../raphodo/ui/didyouknow.py:211 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" "Otomatik olarak oluÅŸturulan indirme alt klasörleri, gerektiÄŸinde otomatik " "olarak oluÅŸturulan alt klasörleri içerebilir. Yaygın bir düzen, bir yıl alt " "klasör ve ardından bir dizi yıl-ay günlük alt klasör oluÅŸturmaktır." #: ../raphodo/ui/didyouknow.py:220 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to \n" "download:\n" "
        \n" "
      1. The destination folder tree shows the download subfolders already on " "your computer \n" "(those in a regular, non-italicized font), and the subfolders that will be " "created \n" "during the download (those whose names are italicized).
      2. \n" "
      3. The folder tree also shows into which subfolders the files will be " "downloaded \n" "(those colored black).
      4. \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" "
      " #: ../raphodo/ui/didyouknow.py:235 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following \n" "elements:\n" "
        \n" "
      1. File metadata, very often including the date the photo or video " "was created, \n" "but might also include the camera model name, camera serial number, or file " "extension \n" "e.g. JPG or CR2.
      2. \n" "
      3. A Job Code, which is free text you specify at the time the " "download occurs, \n" "such as the 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 \n" "format makes it easy to keep them sorted in a file manager, which is why " "it's the \n" "default option:" 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:" #: ../raphodo/ui/didyouknow.py:254 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 \n" "preset. Click on the gear icon to bring up a drop-down menu:" 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:" #: ../raphodo/ui/didyouknow.py:261 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to \n" "configure your own scheme. You create your own schemes using the Photo or " "Video \n" "Subfolder Generation Editor:" 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:" #: ../raphodo/ui/didyouknow.py:270 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" "Ham (raw) görüntüleri bir klasöre ve jpeg görüntüleri bir başkasına indirmek " "kolaydır. İndirme alt klasör oluşturma düzeninizin bir parçası olarak " "Dosya Adı Uzantısı 'nı kullanmanız yeterlidir:" #: ../raphodo/ui/didyouknow.py:276 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" "Bu resimde "My custom preset" olarak adlandırılmış kaydedilmiş bir " "özel ön ayar gösterilmektedir." #: ../raphodo/ui/didyouknow.py:282 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 \n" "and a Job Code:" 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:" #: ../raphodo/ui/didyouknow.py:291 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 \n" "choices to generate new combinations. Supposing you wanted a date format " "that combines \n" "year (YYYY), a hyphen, and month (MM) to form YYYY-MM. You can create it " "like this \n" "(note the red circle around the hyphen):" 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):" #: ../raphodo/ui/didyouknow.py:300 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names \n" "in the \n" "online " "\n" "documentation." 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." #: ../raphodo/ui/didyouknow.py:309 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. \n" "You can use them in subfolder and file names. In this illustration, some " "files have had \n" "the Job Code "Street" applied to them, and the selected files are " "about to \n" "get the Job Code "Green Bazaar":" 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:" #: ../raphodo/ui/didyouknow.py:317 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 \n" "prompted to enter a Job Code for them before the download begins." 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." #: ../raphodo/ui/didyouknow.py:324 msgid "Look for hints to guide you when working with Job Codes:" msgstr "İş Kodları ile çalışırken sizi yönlendirecek ipuçlarını arayın:" #: ../raphodo/ui/didyouknow.py:327 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" "İpuçları farenin bir düğmenin üzerine gelişindeki gibi, içeriğe bağlı olarak " "değişir." #: ../raphodo/ui/didyouknow.py:333 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!" 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!" #: ../raphodo/ui/didyouknow.py:340 msgid "" "\n" "

      Four types of sequence values are available to help you assign unique " "names to your \n" "photos and 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 \n" "last time the 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 \n" "documentation.

      " 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.

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

      The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature \n" "on your 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 \n" "are detected, the same sequence numbers will be applied to both photo names. " "F\n" "urthermore, sequences will be 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/ui/didyouknow.py:378 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are \n" "downloaded, such as external hard drives or network shares. Backup devices " "can be \n" "automatically detected, or exact backup locations specified." 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." #: ../raphodo/ui/didyouknow.py:385 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" "Bu örnekte, photobackup sürücüsü Videos adlı bir klasör " "içermez, bu nedenle videolar ona yedeklenmez." #: ../raphodo/ui/didyouknow.py:391 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including \n" "download sources, destinations, and backups. Additionally, settings can be " "reset to \n" "their default state, and caches and remembered files cleared." 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." #: ../raphodo/ui/didyouknow.py:396 msgid "You can also import program preferences from the older 0.4 version." msgstr "Program tercihlerini eski 0.4 sürümünden de aktarabilirsiniz." #: ../raphodo/ui/didyouknow.py:401 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 \n" "your cameras, memory cards, and other devices.
      2. \n" "
      3. A temporary cache of files downloaded from a camera, one for " "photos and \n" "another for videos. They are located in temporary subfolders in the download " "\n" "destination.
      4. \n" "
      5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores \n" "thumbnails of RAW and TIFF photos once they have been downloaded. File " "browsers like \n" "Gnome Files use this cache as well, meaning they too will display thumbnails " "for those \n" "files. \n" "
      6. \n" "
      \n" "Read more about these caches and their effect on download performance in the " "online " "documentation." 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." #: ../raphodo/ui/didyouknow.py:459 msgid "Tip of the Day" msgstr "Günün İpucu" #: ../raphodo/ui/didyouknow.py:467 msgid "Did you know...?" msgstr "Biliyor muydunuz...?" #: ../raphodo/ui/didyouknow.py:498 msgid "Show tips on startup" msgstr "Açılışta ipuçlarını göster" #: ../raphodo/ui/didyouknow.py:502 msgid "&Next" msgstr "&Sonraki" #: ../raphodo/ui/didyouknow.py:503 msgid "&Previous" msgstr "&Önceki" #: ../raphodo/downloadtracker.py:454 msgid "MB/sec" msgstr "MB/saniye" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:584 msgid "A few seconds" msgstr "Birkaç saniye" #: ../raphodo/downloadtracker.py:643 msgid "1 second" msgstr "1 saniye" #: ../raphodo/downloadtracker.py:645 #, python-format msgid "%d seconds" msgstr "%d saniye" #: ../raphodo/downloadtracker.py:650 msgid "1 minute" msgstr "1 dakika" #: ../raphodo/downloadtracker.py:652 #, python-format msgid "%d minutes" msgstr "%d dakika" #: ../raphodo/downloadtracker.py:657 ../raphodo/downloadtracker.py:839 msgid "1 hour" msgstr "1 saat" #: ../raphodo/downloadtracker.py:659 #, python-format msgid "%d hours" msgstr "%d saat" #: ../raphodo/downloadtracker.py:664 ../raphodo/downloadtracker.py:869 #: ../raphodo/downloadtracker.py:877 msgid "1 day" msgstr "1 gün" #: ../raphodo/downloadtracker.py:666 #, python-format msgid "%d days" msgstr "%d gün" #: ../raphodo/downloadtracker.py:845 msgid "1 minute, 1 second" msgstr "1 dakika, 1 saniye" #: ../raphodo/downloadtracker.py:847 #, python-format msgid "1 minute, %d seconds" msgstr "1 dakika, %d saniye" #: ../raphodo/downloadtracker.py:850 #, python-format msgid "%d minutes, 1 second" msgstr "%d dakika, 1 saniye" #: ../raphodo/downloadtracker.py:852 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d dakika, %(seconds)d saniye" #: ../raphodo/downloadtracker.py:884 msgid "1 hour, 1 minute" msgstr "1 saat, 1 dakika" #: ../raphodo/downloadtracker.py:886 #, python-format msgid "1 hour, %d minutes" msgstr "1 saat, %d dakika" #: ../raphodo/downloadtracker.py:889 #, python-format msgid "%d hours, 1 minute" msgstr "%d saat, 1 dakika" #: ../raphodo/downloadtracker.py:891 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d saat, %(minutes)d dakika" #: ../raphodo/downloadtracker.py:918 msgid "1 day, 1 hour" msgstr "1 gün, 1 saat" #: ../raphodo/downloadtracker.py:920 #, python-format msgid "1 day, %d hours" msgstr "1 gün, %d saat" #: ../raphodo/downloadtracker.py:923 #, python-format msgid "%d days, 1 hour" msgstr "%d gün, 1 saat" #: ../raphodo/downloadtracker.py:925 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d gün, %(hours)d saat" #: ../raphodo/errorlog.py:80 msgid "Find" msgstr "Bul" #: ../raphodo/errorlog.py:150 msgid "Error Reports - Rapid Photo Downloader" msgstr "Hata Raporları - Rapid Photo Downloader" #: ../raphodo/errorlog.py:187 msgid "Find in reports" msgstr "Raporlarda bul" #: ../raphodo/errorlog.py:206 msgid "Find the previous occurrence of the phrase" msgstr "Önceki eşleşmeyi bul" #: ../raphodo/errorlog.py:211 msgid "Find the next occurrence of the phrase" msgstr "Sonraki eşleşmeyi bul" #: ../raphodo/errorlog.py:213 msgid "&Highlight All" msgstr "&Tümünü Vurgula" #: ../raphodo/errorlog.py:214 msgid "Highlight all occurrences of the phrase" msgstr "İfadenin tüm örneklerini vurgula" #: ../raphodo/errorlog.py:215 msgid "&Match Case" msgstr "&Büyük / Küçük Harfe Duyarlı" #: ../raphodo/errorlog.py:216 msgid "Search with case sensitivity" msgstr "Büyük / küçük harfe duyarlılık ile ara" #: ../raphodo/errorlog.py:217 msgid "&Whole Words" msgstr "&Tam Kelimeler" #: ../raphodo/errorlog.py:218 msgid "Search whole words only" msgstr "Yalnız tam kelimelerle ara" #: ../raphodo/errorlog.py:229 ../raphodo/errorlog.py:371 #, 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:234 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "toplam %(total)s adedin %(matchnumber)s adedi eşleşiyor" #: ../raphodo/errorlog.py:256 msgid "Clear" msgstr "Temizle" #: ../raphodo/errorlog.py:357 msgid "Phrase not found" msgstr "İfade bulunamadı" #: ../raphodo/errorlog.py:516 msgid "Search pending..." msgstr "Arama beklemede..." #: ../raphodo/errorlog.py:567 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:50 #, python-brace-format msgid "" "Please report the problem at {website}.

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

      The bug report must also include the program settings and " "log files. To create a file with this additional information, click Save." msgstr "" "Lütfen sorunu şurada bildirin:{website}.

      Hata raporunuzda, neler olmasını " "beklediğinizi ve neler olduğunu gözlemlediğinizi açıklayın.

      Hata " "raporu, program ayarlarını ve günlük dosyalarını da içermelidir. Bu ek " "bilgileri içeren bir dosya oluşturmak için Kaydet'i tıklayın." #: ../raphodo/excepthook.py:57 msgid "Additional Information Saved" msgstr "Kaydedilen Ek Bilgiler" #: ../raphodo/excepthook.py:62 #, python-brace-format msgid "" "The additional bug report information was created in your home directory in " "a tar file:
      {tarfile}
      You need to attach this file to the bug " "report yourself. It will not be automatically attached.

      Click here to see the file in your file manager." msgstr "" "Ek hata raporu bilgileri, ana dizininizdeki bir tar dosyasında oluşturuldu: " "
      {tarfile}
      Bu dosyayı hata raporuna kendiniz eklemelisiniz. " "Otomatik olarak eklenmez.

      Dosyayı dosya yöneticinizde görmek için buraya tıklayın." #: ../raphodo/excepthook.py:69 msgid "Error Creating Additional Information" msgstr "Ek Bilgi Oluşturma Hatası" #: ../raphodo/excepthook.py:72 msgid "" "The additional bug report information was not created. Please file a bug " "report anyway." msgstr "" "Ek hata raporu bilgileri oluşturulmadı. Lütfen yine de bir hata raporu " "gönderin." #: ../raphodo/excepthook.py:79 #, python-brace-format msgid "" "Include in your bug report the program's log files. The bug report must " "include {log_file}, but attaching the other log files is often " "helpful.

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

      Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" "Hata raporunuza programın günlük dosyalarını ekleyin. Hata raporu " "{log_file} dosyasını içermelidir, ancak diğer günlük dosyalarını da " "eklemek genellikle yararlıdır.

      Mümkünse, lütfen programın " "yapılandırma dosyasını da ekleyin: {config_file}.

      Günlük " "dizinini açmak için buraya ve yapılandırma " "dizinini açmak için buraya tıklayın." #: ../raphodo/excepthook.py:88 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" "Son sürüme yükseltme yapmak, karşılaştığınız " "sorunun zaten çözülüp çözülmediğini belirlemenizi sağlayacaktır." #: ../raphodo/excepthook.py:182 msgid "Problem in Rapid Photo Downloader" msgstr "Rapid Photo Downloader'da Sorun" #: ../raphodo/excepthook.py:186 msgid "A problem occurred in Rapid Photo Downloader" msgstr "Rapid Photo Downloader'da bir sorun oluştu" #: ../raphodo/excepthook.py:189 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" "Programdan çıkmadan önce aynı sorun tekrar ortaya çıkarsa, bu konuda yeni " "bildirim olmayacaktır." #: ../raphodo/excepthook.py:216 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "Rapid Photo Downloader'da bir sorun oldu\n" #: ../raphodo/excepthook.py:218 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "Lütfen sorunu şurada bildirin: {website}\n" "Günlük dosyasını {log_path} adresinde bulunan hata raporunuza ekleyin\n" "\n" #: ../raphodo/ui/filebrowse.py:173 ../raphodo/thumbnaildisplay.py:2254 msgid "Open in File Browser..." msgstr "Dosya Tarayıcıda Aç ..." #. type: Optional[QModelIndex] #: ../raphodo/ui/filebrowse.py:179 msgid "Reset" msgstr "Sıfırla" #: ../raphodo/ui/filebrowse.py:183 msgid "Show System Folders" msgstr "Sistem Klasörlerini Göster" #: ../raphodo/foldercombo.py:140 msgid "File System" msgstr "Dosya Sistemi" #: ../raphodo/foldercombo.py:181 msgid "Other..." msgstr "Diğer..." #: ../raphodo/foldercombo.py:272 #, python-format msgid "%s (location does not exist)" msgstr "%s (konum mevcut değil)" #: ../raphodo/generatenameconfig.py:206 msgid "Date time" msgstr "Tarih saat" #: ../raphodo/generatenameconfig.py:207 msgid "Text" msgstr "Metin" #: ../raphodo/generatenameconfig.py:208 ../raphodo/rapid.py:2608 msgid "Filename" msgstr "Dosya adı" #: ../raphodo/generatenameconfig.py:209 #: ../raphodo/prefs/preferencedialog.py:994 msgid "Metadata" msgstr "Üst veri" #: ../raphodo/generatenameconfig.py:210 msgid "Sequences" msgstr "Diziler" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:213 msgid "Job code" msgstr "İş kodu" #: ../raphodo/generatenameconfig.py:214 msgid "Image date" msgstr "Görüntü tarihi" #: ../raphodo/generatenameconfig.py:215 msgid "Video date" msgstr "Video tarihi" #: ../raphodo/generatenameconfig.py:216 msgid "Today" msgstr "Bugün" #: ../raphodo/generatenameconfig.py:217 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:220 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:223 msgid "Name" msgstr "İsim" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 ../raphodo/rapid.py:2609 msgid "Extension" msgstr "Eklenti" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 msgid "Image number" msgstr "Görüntü numarası" #: ../raphodo/generatenameconfig.py:230 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:233 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:236 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 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:242 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:245 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:248 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:251 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:254 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:257 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:260 msgid "Shutter count" msgstr "Obtüratör sayacı" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:262 msgid "File number" msgstr "Dosya numarası" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:264 msgid "Folder only" msgstr "Sadece klasör" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:266 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:269 msgid "Owner name" msgstr "Sahip adı" #: ../raphodo/generatenameconfig.py:270 msgid "Codec" msgstr "Kodek" #: ../raphodo/generatenameconfig.py:271 msgid "Width" msgstr "Genişlik" #: ../raphodo/generatenameconfig.py:272 msgid "Height" msgstr "Yükseklik" #: ../raphodo/generatenameconfig.py:273 msgid "Length" msgstr "Süre" #: ../raphodo/generatenameconfig.py:274 msgid "Frames Per Second" msgstr "Saniyedeki Kare Sayısı" #: ../raphodo/generatenameconfig.py:275 msgid "Artist" msgstr "Sanatçı" #: ../raphodo/generatenameconfig.py:276 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:279 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:282 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:285 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:288 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:291 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:294 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:297 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:300 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:303 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:306 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:309 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:312 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:315 msgid "lowercase" msgstr "küçük harf" #: ../raphodo/generatenameconfig.py:316 msgid "One digit" msgstr "Bir karakter" #: ../raphodo/generatenameconfig.py:317 msgid "Two digits" msgstr "İki karakter" #: ../raphodo/generatenameconfig.py:318 msgid "Three digits" msgstr "Üç karakter" #: ../raphodo/generatenameconfig.py:319 msgid "Four digits" msgstr "Dört karakter" #: ../raphodo/generatenameconfig.py:320 msgid "Five digits" msgstr "Beş karakter" #: ../raphodo/generatenameconfig.py:321 msgid "Six digits" msgstr "Altı karakter" #: ../raphodo/generatenameconfig.py:322 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:325 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:328 ../raphodo/generatenameconfig.py:415 msgid "YYYYMMDD" msgstr "YYYYAAGG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:416 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:334 ../raphodo/generatenameconfig.py:417 msgid "YYYY_MM_DD" msgstr "YYYY_AA_GG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 msgid "YYMMDD" msgstr "YYAAGG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 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:343 msgid "YY_MM_DD" msgstr "YY_AA_GG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "MMDDYYYY" msgstr "AAGGYYYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYY" msgstr "AAGGYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDD" msgstr "AAGG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "DDMMYYYY" msgstr "GGAAYYYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYY" msgstr "GGAAYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 ../raphodo/generatenameconfig.py:415 #: ../raphodo/generatenameconfig.py:416 ../raphodo/generatenameconfig.py:417 #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:419 msgid "YYYY" msgstr "YYYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 msgid "YY" msgstr "YY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "MM" msgstr "AA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "DD" msgstr "GG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 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:376 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:379 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:382 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:385 msgid "HHMMSS" msgstr "SaSaDDSnSn" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMM" msgstr "SaSaDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 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:394 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:397 msgid "HH" msgstr "SaSa" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 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:403 msgid "SS" msgstr "SnSn" #: ../raphodo/generatenameconfig.py:415 msgid "Date" msgstr "Tarih" #: ../raphodo/generatenameconfig.py:416 msgid "Date (hyphens)" msgstr "Tarih (tireli)" #: ../raphodo/generatenameconfig.py:417 msgid "Date (underscores)" msgstr "Tarih (alt çizgili)" #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:512 #: ../raphodo/generatenameconfig.py:699 msgid "Date and Job Code" msgstr "Tarih ve İş Kodu" #: ../raphodo/generatenameconfig.py:418 msgid "YYYYMM_Job Code" msgstr "YYYYAA_İş Kodu" #: ../raphodo/generatenameconfig.py:419 msgid "Date and Job Code Subfolder" msgstr "Tarih ve İş Kodu Alt Klasörü" #: ../raphodo/generatenameconfig.py:419 msgid "YYYYMM" msgstr "YYYYAA" #: ../raphodo/generatenameconfig.py:419 ../raphodo/jobcodepanel.py:279 #: ../raphodo/ui/nameeditor.py:926 ../raphodo/rapid.py:2261 #: ../raphodo/ui/renamepanel.py:93 ../raphodo/ui/renamepanel.py:275 msgid "Job Code" msgstr "İş Kodu" #: ../raphodo/generatenameconfig.py:507 ../raphodo/generatenameconfig.py:694 msgid "Original Filename" msgstr "Orijinal Dosya Adı" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "Date-Time and Downloads today" msgstr "Tarih-Saat ve Bugün İndirilenler" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "YYYYMMDD-HHMM-1" msgstr "YYYYAAGG-SaSaDD-1" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "Date and Downloads today" msgstr "Tarih ve Bugün İndirilenler" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "YYYYMMDD-1" msgstr "YYYYAAGG-1" #: ../raphodo/generatenameconfig.py:510 msgid "Date-Time and Image number" msgstr "Tarih-Saat ve Görüntü Numarası" #: ../raphodo/generatenameconfig.py:510 msgid "YYYYMMDD-1234" msgstr "YYYYAAGG-1234" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "Date-Time and Job Code" msgstr "Tarih-Saat ve İş Kodu" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "YYYYAAGG-SaSaDD-İş Kodu-1" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:699 msgid "YYYYMMDD-Job Code-1" msgstr "YYYYAAGG-İş Kodu-1" #: ../raphodo/generatenameconfig.py:697 msgid "Date-Time and Video number" msgstr "Tarih-Saat ve Video No" #: ../raphodo/generatenameconfig.py:697 msgid "YYYYMMDD_1234" msgstr "YYYYAAGG_1234" #: ../raphodo/generatenameconfig.py:700 msgid "Resolution" msgstr "Çözünürlük" #: ../raphodo/generatenameconfig.py:700 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "YYYYAAGG-SaSaDD-1-1920x1080" #: ../raphodo/jobcodepanel.py:90 msgid "Enter a new Job Code, or select a previous one" msgstr "Yeni bir İş Kodu girin veya öncekilerden birini seçin" #: ../raphodo/jobcodepanel.py:98 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" "İş Kodu, henüz bir İş Koduna sahip olmayan %s öğesine uygulanacaktır." #: ../raphodo/jobcodepanel.py:108 #, 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:121 msgid "Apply Job Code to Download" msgstr "İş Kodunu İndirilene Uygula" #: ../raphodo/jobcodepanel.py:123 msgid "Enter a new Job Code" msgstr "Yeni Bir İş Kodu girin" #: ../raphodo/jobcodepanel.py:131 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" "İpucu: İş Kodunun uygulanmasını sağlamak için, yeni bir İş Kodu " "girmeden önce fotoğrafları veya videoları seçin." #: ../raphodo/jobcodepanel.py:144 #, python-format msgid "The new Job Code will be applied to %s." msgstr "Yeni İş Kodu %s öğesine uygulanacak." #: ../raphodo/jobcodepanel.py:148 msgid "New Job Code" msgstr "Yeni İş Kodu" #: ../raphodo/jobcodepanel.py:186 msgid "&Job Code:" msgstr "&İş Kodu:" #: ../raphodo/jobcodepanel.py:190 msgid "&Remember this Job Code" msgstr "&Bu İş Kodunu hatırla" #: ../raphodo/jobcodepanel.py:251 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:255 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:259 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:264 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:269 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:278 msgid "Last Used" msgstr "Son Kullanılan" #: ../raphodo/jobcodepanel.py:283 msgid "Job Code Sort:" msgstr "İş Kodu Sıralama:" #: ../raphodo/jobcodepanel.py:286 ../raphodo/rapid.py:2616 msgid "Ascending" msgstr "Artan" #: ../raphodo/jobcodepanel.py:287 ../raphodo/rapid.py:2617 msgid "Descending" msgstr "Azalan" #: ../raphodo/jobcodepanel.py:297 msgid "&New..." msgstr "&Yeni..." #: ../raphodo/jobcodepanel.py:301 msgid "&Apply" msgstr "&Uygula" #: ../raphodo/jobcodepanel.py:305 msgid "&Remove" msgstr "&Kaldır" #: ../raphodo/jobcodepanel.py:309 ../raphodo/prefs/preferencedialog.py:288 #: ../raphodo/prefs/preferencedialog.py:324 #: ../raphodo/prefs/preferencedialog.py:781 msgid "Remove All" msgstr "Tümünü Kaldır" #: ../raphodo/jobcodepanel.py:512 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:515 msgid "Remove all Job Codes" msgstr "Tüm İş Kodlarını kaldır" #: ../raphodo/jobcodepanel.py:578 msgid "Job Codes" msgstr "İş Kodları" #: ../raphodo/ui/messagewidget.py:67 #, python-format msgid "Hint: %(message)s" msgstr "İpucu: %(message)s" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:478 ../raphodo/ui/nameeditor.py:498 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/ui/nameeditor.py:583 msgid "Save New Custom Preset..." msgstr "Yeni Özel Hazır Ayarı Kaydet..." #: ../raphodo/ui/nameeditor.py:584 msgid "Remove All Custom Presets..." msgstr "Tüm Özel Hazır Ayarları kaldır..." #: ../raphodo/ui/nameeditor.py:630 msgid "(New Custom Preset)" msgstr "(Yeni Özel Hazır Ayar)" #: ../raphodo/ui/nameeditor.py:647 #, python-format msgid "%s (edited)" msgstr "%s (derlenmiş)" #: ../raphodo/ui/nameeditor.py:650 ../raphodo/ui/nameeditor.py:1558 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "\"%s\" Özel Hazır Ayarını Güncelle" #: ../raphodo/ui/nameeditor.py:743 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "Yeni Özel Hazır Ayarı Kaydet - Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:751 msgid "Preset Name:" msgstr "Hazır Ayar Adı:" #: ../raphodo/ui/nameeditor.py:884 msgid "Photo Subfolder Generation Editor" msgstr "Fotoğraf Alt Klasörü Oluşturma Düzenleyicisi" #: ../raphodo/ui/nameeditor.py:892 msgid "Video Subfolder Generation Editor" msgstr "Video Alt Klasörü Oluşturma Düzenleyicisi" #: ../raphodo/ui/nameeditor.py:900 msgid "Photo Renaming Editor" msgstr "Fotoğraf Yeniden Adlandırma Düzenleyicisi" #: ../raphodo/ui/nameeditor.py:907 msgid "Video Renaming Editor" msgstr "Video Yeniden Adlandırma Düzenleyicisi" #: ../raphodo/ui/nameeditor.py:936 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" "Uyarı: Adı tam olarak oluşturmak için " "yeterli veri yok. Lütfen diğer yeniden adlandırma seçeneklerini kullanın." #: ../raphodo/ui/nameeditor.py:954 #, python-format msgid "The character
      %(separator)s creates a new subfolder level." msgstr "" " %(separator)s karakteri yeni bir alt klasör seviyesi oluşturur." #: ../raphodo/ui/nameeditor.py:964 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" "Otomatik olarak eklendiğinden, klasör ayracı %(separator)s ile " "başlamaya veya bitirmeye gerek yoktur." #: ../raphodo/ui/nameeditor.py:972 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" "Warning: Benzersiz dosya adları " "oluşturulamayabilir. Dizi değerlerini kullanarak dosya adlarını benzersiz " "yapın." #: ../raphodo/ui/nameeditor.py:999 ../raphodo/ui/renamepanel.py:139 msgid "Preset:" msgstr "Hazır Ayar:" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1082 ../raphodo/ui/nameeditor.py:1105 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/ui/nameeditor.py:1134 ../raphodo/prefs/preferencedialog.py:1083 #: ../raphodo/wsl.py:648 msgid "Get help online..." msgstr "Çevrimiçi yardım alın..." #: ../raphodo/ui/nameeditor.py:1161 msgid "Insert" msgstr "Araya Ekle" #: ../raphodo/ui/nameeditor.py:1523 msgid "Save Preset - Rapid Photo Downloader" msgstr "Hazır Ayarı Kaydet - Rapid Photo Downloader" #: ../raphodo/ui/nameeditor.py:1527 msgid "" "Do you want to save the changes in a new custom " "preset?

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

      The changes to the preferences will still be " "applied regardless of whether you create a new custom preset or not." msgstr "" "Değişiklikleri yeni bir özel hazır ayarda kaydetmek istiyor " "musunuz?

      Özel bir hazır ayar oluşturmak gerekli değildir, ancak " "düzenli kalmanıza yardımcı olabilir.

      Tercihlerde yapılan " "değişiklikler, yeni bir özel hazır ayar oluşturup oluşturmadığınıza " "bakılmaksızın yine de uygulanacaktır." #: ../raphodo/ui/nameeditor.py:1548 msgid "" "Do you want to save the changes in a custom preset?

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

      The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" "Değişiklikleri özel bir hazır ayarda kaydetmek istiyor " "musunuz?

      İsterseniz, yeni bir özel hazır ayar oluşturabilir veya " "mevcut özel hazır ayarı güncelleyebilirsiniz.

      Tercihlerde yapılan " "değişiklikler, özel bir hazır ayarı kaydedip kaydetmediğinize bakılmaksızın " "yine de uygulanır." #: ../raphodo/ui/nameeditor.py:1562 msgid "Save New Custom Preset" msgstr "Yeni Özel Hazır Ayarı Kaydet" #: ../raphodo/newversion.py:326 msgid "Checking for new version..." msgstr "Yeni sürüm denetleniyor..." #: ../raphodo/newversion.py:327 msgid "You are running the latest version." msgstr "En son sürümü kullanıyorsunuz." #: ../raphodo/newversion.py:328 msgid "Failed to contact the update server." msgstr "Güncelleme sunucusuyla bağlantı kurulamadı." #: ../raphodo/newversion.py:331 #, 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:334 msgid "Do you want to download the new version?" msgstr "Yeni sürümü indirmek ister misiniz?" #: ../raphodo/newversion.py:336 #, 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:366 ../raphodo/newversion.py:385 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:388 msgid "&Open Download Page" msgstr "&İndirme Sayfasını Aç" #: ../raphodo/newversion.py:412 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:531 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "%(downloaded)s / %(total)s" #: ../raphodo/newversion.py:553 msgid "Downloading..." msgstr "Indiriliyor..." #: ../raphodo/prefs/preferencedialog.py:134 msgid "Preferences" msgstr "Tercihler" #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 msgid "Language" msgstr "Dil" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 msgid "Automation" msgstr "Otomasyon" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Thumbnails" msgstr "Küçük resimler" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:160 #: ../raphodo/prefs/preferencedialog.py:183 #: ../raphodo/prefs/preferencedialog.py:585 msgid "Time Zones" msgstr "Zaman Dilimleri" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:184 #: ../raphodo/prefs/preferencedialog.py:649 msgid "Error Handling" msgstr "Hata Yönetimi" #: ../raphodo/prefs/preferencedialog.py:162 #: ../raphodo/prefs/preferencedialog.py:185 msgid "Warnings" msgstr "Uyarılar" #: ../raphodo/prefs/preferencedialog.py:163 msgid "Consolidation" msgstr "Birleştirme" #: ../raphodo/prefs/preferencedialog.py:164 #: ../raphodo/prefs/preferencedialog.py:186 msgid "Miscellaneous" msgstr "Çeşitli" #: ../raphodo/prefs/preferencedialog.py:221 msgid "Device Scanning" msgstr "Cihaz Tarama" #: ../raphodo/prefs/preferencedialog.py:222 msgid "Scan only external devices" msgstr "Sadece harici cihazları tara" #: ../raphodo/prefs/preferencedialog.py:225 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" "Fotoğraf ve videoları kamera, bellek kartı, harici sabit disk ve USB flash\n" "sürücüler dahil olmak üzere yalnızca bilgisayarın dışındaki aygıtlarda " "tarayın." #: ../raphodo/prefs/preferencedialog.py:231 msgid "Scan only specific folders on devices" msgstr "Aygıtlardaki yalnızca belirli klasörleri tara" #: ../raphodo/prefs/preferencedialog.py:233 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Fotoğrafları ve videoları yalnızca aşağıda belirtilen klasörlerde tarayın \n" "(Yok Sayılan Yollarda belirtilen konumlar dışında).\n" "\n" "Bu ayarın değiştirilmesi tüm cihazların tekrar taranmasına neden olur." #: ../raphodo/prefs/preferencedialog.py:240 msgid "Folders to scan:" msgstr "Taranacak klasörler:" #: ../raphodo/prefs/preferencedialog.py:244 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" "Fotoğraflar ve videolar için taranacak olan cihaz dosya sistemlerinin \n" "temel düzeyindeki klasörler." #: ../raphodo/prefs/preferencedialog.py:249 #: ../raphodo/prefs/preferencedialog.py:310 msgid "Add..." msgstr "Ekle..." #: ../raphodo/prefs/preferencedialog.py:252 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Fotoğraflar ve videolar için taranacak klasörler listesine bir klasör " "ekleyin.\n" "\n" "Bu ayarın değiştirilmesi tüm cihazların tekrar taranmasına neden olur." #: ../raphodo/prefs/preferencedialog.py:256 #: ../raphodo/prefs/preferencedialog.py:286 #: ../raphodo/prefs/preferencedialog.py:317 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove" msgstr "Kaldır" #: ../raphodo/prefs/preferencedialog.py:259 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Fotoğraflar ve videolar için taranacak klasörler listesinden bir klasörü " "kaldırın.\n" "\n" "Bu ayarın değiştirilmesi tüm cihazların tekrar taranmasına neden olur." #: ../raphodo/prefs/preferencedialog.py:278 msgid "Devices that have been set to automatically ignore or download from." msgstr "Otomatik olarak yok saymak veya indirmek için ayarlanmış cihazlar." #: ../raphodo/prefs/preferencedialog.py:279 msgid "Remembered Devices" msgstr "Hatırlanan Cihazlar" #: ../raphodo/prefs/preferencedialog.py:283 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" "Bir cihazı otomatik olarak yok sayılacak veya indirilecek cihazlar " "listesinden kaldırın." #: ../raphodo/prefs/preferencedialog.py:290 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" "Otomatik olarak yok sayılacak veya indirilecek cihazlar listesini " "temizleyin.\n" "\n" "Not: Değişiklikler bilgisayar cihazlar için yeniden tarandığında etkili olur." #: ../raphodo/prefs/preferencedialog.py:304 msgid "Ignored Paths" msgstr "Yok Sayılan Yollar" #: ../raphodo/prefs/preferencedialog.py:306 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" "Fotoğraf veya videolar için asla taranmaması gereken yolun son kısmı." #: ../raphodo/prefs/preferencedialog.py:313 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Yok sayılacak yollar listesine bir yol ekleyin.\n" "\n" "Bu ayarın değiştirilmesi tüm cihazların tekrar taranmasına neden olur." #: ../raphodo/prefs/preferencedialog.py:320 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Yok sayılacak yollar listesinden bir yolu kaldırın.\n" "\n" "Bu ayarın değiştirilmesi tüm cihazların tekrar taranmasına neden olur." #: ../raphodo/prefs/preferencedialog.py:327 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Yok sayılacak yolların listesini temizleyin. Bu ayarın değiştirilmesi tüm " "cihazların tekrar taranmasına neden olur." #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as well. #: ../raphodo/prefs/preferencedialog.py:338 #, python-brace-format msgid "Use python-style regular expressions" msgstr "Python stili normal ifadeler kullanın" #: ../raphodo/prefs/preferencedialog.py:345 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "Yok sayılan yollar listesinde düzenli ifadeler kullanın.\n" "\n" "Bu ayarın değiştirilmesi tüm cihazların tekrar taranmasına neden olur." #: ../raphodo/prefs/preferencedialog.py:387 msgid "Language: " msgstr "Dil: " #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:400 #: ../raphodo/prefs/preferencedialog.py:505 #: ../raphodo/prefs/preferencedialog.py:553 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:408 #: ../raphodo/prefs/preferencedialog.py:575 msgid "* Takes effect upon program restart" msgstr "* Programın yeniden başlatılmasıyla etkili olur" #: ../raphodo/prefs/preferencedialog.py:416 msgid "Program Automation" msgstr "Program Otomasyonu" #: ../raphodo/prefs/preferencedialog.py:417 msgid "Mount devices not already automatically mounted" msgstr "Henüz otomatik olarak bağlanmamış cihazları bağlayın" #. Translators: This next sentence is used in a tool tip. Feel free to place the #. carriage return where you think it makes sense so that the tool tip does not #. stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:422 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" "İşletim sistemi bunları otomatik olarak bağlamadığında\n" "bellek kartları veya harici sürücüler gibi aygıtları bağlayın" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading at program startup" msgstr "Program başlangıcında indirmeye başla" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Start downloading upon device insertion" msgstr "Cihaz bağlandıktan sonra indirmeye başla" #: ../raphodo/prefs/preferencedialog.py:430 msgid "Unmount (eject) device upon download completion" msgstr "İndirme işlemi tamamlandığında cihazın bağlantısını kes (çıkar)" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program when download completes" msgstr "İndirme işlemi tamamlandığında programdan çık" #: ../raphodo/prefs/preferencedialog.py:433 msgid "Exit program even if download had warnings or errors" msgstr "İndirme uyarıları veya hataları olsa bile programdan çık" #: ../raphodo/prefs/preferencedialog.py:465 msgid "Thumbnail Generation" msgstr "Küçük Resim Oluşturma" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails" msgstr "Küçük resimler oluştur" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Generate thumbnails to show in the main program window" msgstr "Ana program penceresinde gösterilecek küçük resimler oluştur" #: ../raphodo/prefs/preferencedialog.py:470 msgid "Cache thumbnails" msgstr "Küçük resimleri önbellekte tut" #: ../raphodo/prefs/preferencedialog.py:473 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" "Ana program penceresinde gösterilen küçük resimleri Rapid Photo Downloader'a " "özgü bir küçük resim önbelleğinde kaydet" #: ../raphodo/prefs/preferencedialog.py:477 msgid "Generate system thumbnails" msgstr "Sistem küçük resimlerini oluştur" #: ../raphodo/prefs/preferencedialog.py:480 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" "İndirirken, masaüstü dosya yöneticileri ve diğer programlar tarafından " "kullanılabilecek küçük resimleri kaydet" #: ../raphodo/prefs/preferencedialog.py:489 msgid "Number of CPU cores used to generate thumbnails." msgstr "Küçük resimler oluşturmak için kullanılan CPU çekirdeği sayısı." #: ../raphodo/prefs/preferencedialog.py:490 msgid "CPU cores:" msgstr "CPU çekirdekleri:" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Thumbnail Cache" msgstr "Küçük Resim Önbelleği" #: ../raphodo/prefs/preferencedialog.py:530 msgid "Calculating..." msgstr "Hesaplanıyor..." #: ../raphodo/prefs/preferencedialog.py:536 msgid "days" msgstr "günler" #: ../raphodo/prefs/preferencedialog.py:537 msgid "forever" msgstr "sonsuza dek" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Cache size:" msgstr "Önbellek boyutu:" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Number of thumbnails:" msgstr "Küçük resim sayısı:" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Database size:" msgstr "Veritabanı boyutu:" #: ../raphodo/prefs/preferencedialog.py:550 msgid "Cache unaccessed thumbnails for:" msgstr "Erişimsiz küçük resimleri önbellekte sakla:" #: ../raphodo/prefs/preferencedialog.py:559 msgid "Purge Cache..." msgstr "Önbelleği Temizle..." #: ../raphodo/prefs/preferencedialog.py:562 msgid "Optimize Cache..." msgstr "Önbelleği En İyi Hale Getir..." #: ../raphodo/prefs/preferencedialog.py:588 msgid "Ignore time zone and daylight savings changes" msgstr "Saat dilimini ve gün ışığından yararlanma değişikliklerini yoksay" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:598 msgid "Offset resolution (minutes):" msgstr "Ofset çözünürlüğü (dakika):" #: ../raphodo/prefs/preferencedialog.py:601 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" "Fotoğrafın veya videonun orijinal olarak çekildiği zamandan ofset " "hesaplanırken kullanılan katsayı" #: ../raphodo/prefs/preferencedialog.py:615 msgid "When detecting if a file has been previously downloaded:" msgstr "Bir dosyanın daha önce indirilip indirilmediğini tespit ederken:" #: ../raphodo/prefs/preferencedialog.py:629 msgid "Learn more about time zone handling" msgstr "Saat dilimi işleme hakkında daha fazla bilgi edinin" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Skip download" msgstr "İndirmeyi Atla" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Don't download the file, and issue an error message" msgstr "Dosyayı indirme ve bir hata mesajı yayınla" #: ../raphodo/prefs/preferencedialog.py:656 msgid "Add unique identifier" msgstr "Benzersiz tanımlayıcı ekle" #: ../raphodo/prefs/preferencedialog.py:659 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" "Dosyanın uzantısından hemen önce dosya adının sonuna _1 veya _2 gibi bir " "tanımlayıcı ekleyin" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Overwrite" msgstr "Üzerine Yaz" #: ../raphodo/prefs/preferencedialog.py:668 msgid "Overwrite the previously backed up file" msgstr "Önceden yedeklenmiş dosyanın üzerine yaz" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Skip" msgstr "Atla" #: ../raphodo/prefs/preferencedialog.py:671 msgid "Don't overwrite the backup file, and issue an error message" msgstr "Yedekleme dosyasının üzerine yazma ve bir hata mesajı ver" #: ../raphodo/prefs/preferencedialog.py:678 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" "Aynı adda bir fotoğraf veya video zaten indirilmişse, dosyayı indirmeyi " "atlamayı veya benzersiz bir tanımlayıcı eklemeyi seçin:" #: ../raphodo/prefs/preferencedialog.py:690 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" "Otomatik olarak benzersiz dosya isimleri oluşturmak için sıra numaralarının " "kullanılması şiddetle tavsiye edilir. Ana pencerede Yeniden Adlandır " "panelinde dosya yeniden adlandırmayı ayarlayın." #: ../raphodo/prefs/preferencedialog.py:701 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" "Yedeklerken, yedekleme cihazında aynı adı taşıyan bir dosyanın üzerine " "yazmayı veya yedeklemeyi atlamayı seçin:" #: ../raphodo/prefs/preferencedialog.py:722 msgid "Program Warnings" msgstr "Program Uyarıları" #: ../raphodo/prefs/preferencedialog.py:723 msgid "Show a warning when:" msgstr "Şu durumda bir uyarı göster:" #: ../raphodo/prefs/preferencedialog.py:727 msgid "Downloading files currently not displayed" msgstr "Şu anda görüntülenmeyen dosyalar indiriliyor" #: ../raphodo/prefs/preferencedialog.py:730 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "Ana pencerede gösterilmeyen dosyaları indirmek üzereyken uyar." #: ../raphodo/prefs/preferencedialog.py:734 msgid "Backup destinations are missing" msgstr "Yedekleme hedefleri eksik" #: ../raphodo/prefs/preferencedialog.py:736 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "Dosyaları yedeklemek mümkün değilse, indirmeye başlamadan önce uyar." #: ../raphodo/prefs/preferencedialog.py:740 msgid "Program libraries are missing or broken" msgstr "Program kütüphaneleri eksik veya bozuk" #: ../raphodo/prefs/preferencedialog.py:743 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" "Rapid Photo Downloader tarafından kullanılan bir yazılım kütüphanesi eksikse " "veya çalışmıyorsa uyar." #: ../raphodo/prefs/preferencedialog.py:747 msgid "Filesystem metadata cannot be set" msgstr "Dosya sistemi meta verileri ayarlanamıyor" #: ../raphodo/prefs/preferencedialog.py:749 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" "Bir dosyanın dosya sistemi meta verilerini ayarlarken, değiştirme zamanı " "gibi bir hata olursa uyar." #: ../raphodo/prefs/preferencedialog.py:753 msgid "Encountering unhandled files" msgstr "İşlenmeyen dosyalarla karşılaşma" #: ../raphodo/prefs/preferencedialog.py:755 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" "Bir cihazı veya bu bilgisayarı taradıktan sonra, indirmeye dahil edilmeyecek " "tanınmayan dosyalar varsa uyar." #: ../raphodo/prefs/preferencedialog.py:760 msgid "Do not warn about unhandled files with extensions:" msgstr "Şu uzantıya sahip işlenmeyen dosyalar hakkında uyarı yapma:" #: ../raphodo/prefs/preferencedialog.py:765 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" "Dosya uzantıları büyük / küçük harf duyarsızdır ve baştaki noktayı içermesi " "gerekmez." #: ../raphodo/prefs/preferencedialog.py:769 msgid "Add" msgstr "Ekle" #: ../raphodo/prefs/preferencedialog.py:771 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" "Hakkında uyarı olmayan işlenmemiş dosya türleri listesine bir dosya uzantısı " "ekleyin." #: ../raphodo/prefs/preferencedialog.py:776 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" "Hakkında uyarı olmayan işlenmemiş dosya türleri listesinden bir dosya " "uzantısını kaldırın." #: ../raphodo/prefs/preferencedialog.py:783 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" "Hakkında uyarı olmayan işlenmemiş dosya türlerinin dosya uzantı listesini " "temizleyin." #: ../raphodo/prefs/preferencedialog.py:821 msgid "Photo and Video Consolidation" msgstr "Fotoğraf ve Video Bir Araya Getirme" #: ../raphodo/prefs/preferencedialog.py:824 msgid "Consolidate files across devices and downloads" msgstr "Dosyaları cihazlar ve indirmeler arasında bir araya getirin" #: ../raphodo/prefs/preferencedialog.py:827 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" "Birden fazla cihaz ve indirme oturumları arasında karşılaştırma yapıp, çift " "dosyaları ve \n" "eşleşen RAW ve JPEG çiftlerini arayarak cihaz taramalarının sonuçlarını " "analiz edin." #: ../raphodo/prefs/preferencedialog.py:833 msgid "Treat matching RAW and JPEG files as:" msgstr "Eşleşen RAW ve JPEG dosyalarını şu şekilde ele al:" #: ../raphodo/prefs/preferencedialog.py:834 msgid "One photo" msgstr "Bir fotoğraf" #: ../raphodo/prefs/preferencedialog.py:835 msgid "Two photos" msgstr "İki fotoğraf" #: ../raphodo/prefs/preferencedialog.py:837 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" "Eşleşen RAW ve JPEG fotoğraf çiftlerini bir fotoğraf olarak görüntüle ve " "işaretliyse ikisini de indir." #: ../raphodo/prefs/preferencedialog.py:842 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" "Eşleşen RAW ve JPEG fotoğraf çiftlerini iki farklı fotoğraf olarak " "görüntüle. Sıra numaralarını hala senkronize edebilirsiniz." #: ../raphodo/prefs/preferencedialog.py:851 msgid "With matching RAW and JPEG photos:" msgstr "Eşleşen RAW ve JPEG fotoğraflarla:" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Do not mark JPEG for download" msgstr "JPEG dosyalarını indirmek için işaretleme" #: ../raphodo/prefs/preferencedialog.py:854 msgid "Do not mark RAW for download" msgstr "RAW dosyalarını indirmek için işaretleme" #: ../raphodo/prefs/preferencedialog.py:855 msgid "Mark both for download" msgstr "İkisini de indirmek için işaretle" #: ../raphodo/prefs/preferencedialog.py:862 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" "Eşleşen RAW ve JPEG fotoğraflar bulunduğunda, indirmek için JPEG'i otomatik " "olarak \n" "işaretleme. Kendiniz indirmek için hala işaretleyebilirsiniz." #: ../raphodo/prefs/preferencedialog.py:868 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" "Eşleşen RAW ve JPEG fotoğraflar bulunduğunda, indirmek için RAW'ı otomatik " "olarak \n" "işaretleme. Kendiniz indirmek için hala işaretleyebilirsiniz." #: ../raphodo/prefs/preferencedialog.py:874 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" "Eşleşen RAW ve JPEG fotoğraflar bulunduğunda, indirmek için ikisini de " "otomatik olarak işaretle." #: ../raphodo/prefs/preferencedialog.py:880 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" "Dosya birleştirmeyi devre dışı bırakırsanız, tamamlanan indirme işlemleri " "görüntülenirken bir indirme cihazı takılı olduğunda ne yapılacağını seçin:" #: ../raphodo/prefs/preferencedialog.py:886 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "Tamamlanan indirmeler gösterilirken bir indirme cihazı takıldığında:" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Clear completed downloads" msgstr "Tamamlanan indirmeleri temizle" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Keep displaying completed downloads" msgstr "Tamamlanan indirmeleri görüntülemeye devam et" #: ../raphodo/prefs/preferencedialog.py:906 msgid "Prompt for what to do" msgstr "Ne yapılacağını sor" #: ../raphodo/prefs/preferencedialog.py:911 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" "Yeni bir indirme cihazı takıldığında, tamamlanmış indirme ekranını otomatik " "olarak temizle." #: ../raphodo/prefs/preferencedialog.py:916 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" "Yeni bir indirme cihazı takıldığında tamamlanmış indirme işlemlerini " "görüntülemeye devam et." #: ../raphodo/prefs/preferencedialog.py:921 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" "Tamamlanan indirmeleri görüntülemeye devam edip etmeyeceğini veya yeni bir " "indirme cihazı takıldığında bunları temizleyip temizlemeyeceğini sor." #: ../raphodo/prefs/preferencedialog.py:968 msgid "Version Check" msgstr "Sürüm Denetleme" #: ../raphodo/prefs/preferencedialog.py:969 msgid "Check for new version at startup" msgstr "Başlangıçta güncellemeleri denetle" #: ../raphodo/prefs/preferencedialog.py:972 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/prefs/preferencedialog.py:976 msgid "Include development releases" msgstr "Geliştirme sürümlerini dahil et" #: ../raphodo/prefs/preferencedialog.py:978 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/prefs/preferencedialog.py:996 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "MTP cihazlarında DNG tarih/saat meta verilerini yoksay" #: ../raphodo/prefs/preferencedialog.py:999 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" "MTP aygıtlarında bulunan DNG dosyalarındaki tarih/saat meta verilerini yok " "say ve bunun yerine dosyanın değişiklik zamanını kullan.\n" "\n" "Yanlış DNG meta verileri oluşturan bazı telefonlar ve tabletler gibi " "cihazlar için kullanışlıdır." #: ../raphodo/prefs/preferencedialog.py:1006 msgid "Read photo metadata using only ExifTool" msgstr "Fotoğraf meta verilerini yalnızca ExifTool'u kullanarak oku" #: ../raphodo/prefs/preferencedialog.py:1008 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" "Fotoğraf meta verilerini okumak ve küçük resimleri çıkarmak için Exiv2 " "yerine ExifTool'u kullanın.\n" "\n" "Varsayılan değer, yalnızca Exiv2 okunan dosya biçimini desteklemediğinde " "ExifTool'a dayanarak \n" "Exiv2'yi kullanmaktır.\n" "\n" "Exiv2 hızlı, doğru ve neredeyse her zaman güvenilirdir, ancak Leica M8 " "kameralar tarafından \n" "üretilen DNG dosyaları gibi az sayıda dosyadan meta veriler çıkarırken " "çöküyor." #: ../raphodo/prefs/preferencedialog.py:1034 msgid "Completed Downloads" msgstr "Tamamlanan İndirmeler" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1140 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1423 #, python-format msgid "Restores default %s preference values" msgstr "Varsayılan %s tercih değerlerini geri yükler" #: ../raphodo/prefs/preferencedialog.py:1585 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" "Küçük resim önbelleğini temizlemek istiyor musunuz? Programın sonraki " "başlatılmasında önbellek temizlenir." #: ../raphodo/prefs/preferencedialog.py:1590 msgid "Purge Thumbnail Cache" msgstr "Küçük Resim Önbelleğini Temizle" #: ../raphodo/prefs/preferencedialog.py:1605 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" "Küçük resim önbelleğini en uygun hale getirmek ister misiniz? Programın " "sonraki başlatılmasında önbellek en uygun hale getirilir." #: ../raphodo/prefs/preferencedialog.py:1610 msgid "Optimize Thumbnail Cache" msgstr "Küçük resim önbelleğini en uygun hale getir" #: ../raphodo/prefs/preferencedialog.py:1929 msgid "Enter a Folder to Scan" msgstr "Taranacak Bir Klasör Girin" #: ../raphodo/prefs/preferencedialog.py:1931 msgid "Specify a folder that will be scanned for photos and videos" msgstr "Fotoğraflar ve videolar için taranacak bir klasör belirtin" #: ../raphodo/prefs/preferencedialog.py:1933 msgid "Folder:" msgstr "Dizin:" #: ../raphodo/prefs/preferencedialog.py:1947 msgid "Enter a Path to Ignore" msgstr "Yok sayılacak Bir Yol Girin" #: ../raphodo/prefs/preferencedialog.py:1949 msgid "Specify a path that will never be scanned for photos or videos" msgstr "Fotoğraflar veya videolar için asla taranmayacak bir yol belirtin" #: ../raphodo/prefs/preferencedialog.py:1951 msgid "Path:" msgstr "Yol:" #: ../raphodo/prefs/preferencedialog.py:1965 msgid "Enter a File Extension" msgstr "Bir Dosya Uzantısı Girin" #: ../raphodo/prefs/preferencedialog.py:1966 msgid "Specify a file extension (without the leading dot)" msgstr "Bir dosya uzantısı belirtin (başlangıçtaki nokta olmadan)" #: ../raphodo/prefs/preferencedialog.py:1967 ../raphodo/ui/renamepanel.py:140 msgid "Extension:" msgstr "Uzantı:" #: ../raphodo/prefs/preferencedialog.py:1982 msgid "Invalid File Extension" msgstr "Geçersiz Dosya Uzantısı" #: ../raphodo/prefs/preferencedialog.py:1987 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" "%s dosya uzantısı Rapid Photo Downloader tarafından tanınıyor, bu " "nedenle varlığı konusunda uyarmak anlamlı değil." #: ../raphodo/prefs/preferencedialog.py:1996 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" "Tanınan dosya türleri:\n" "\n" "Fotoğraflar:\n" "%(photos)s\n" "\n" "Videolar:\n" "%(videos)s\n" "\n" "Ses:\n" "%(audio)s\n" "\n" "Diğer:\n" "%(other)s" #: ../raphodo/prefs/preferences.py:311 msgid "Wedding" msgstr "Düğün" #: ../raphodo/prefs/preferences.py:311 msgid "Birthday" msgstr "Doğum Günü" #: ../raphodo/prefs/preferences.py:736 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Alt klasör tercihleri %s ile başlamamalı" #: ../raphodo/prefs/preferences.py:740 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Alt klasör tercihleri %s ile bitmemeli" #: ../raphodo/prefs/preferences.py:747 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "Alt klasör tercihleri art arda iki %s içermemelidir" #: ../raphodo/ui/primarybutton.py:124 msgid "Download 8 Photos and 10 Videos" msgstr "8 Fotoğraf ve 10 Video İndir" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Hata: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "Hata: %s" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "GPhoto2 Hatası: %s" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" "Kamera başlatılamıyor, muhtemelen başka bir program onu kullanıyor. Hiçbir " "dosya ondan kopyalanmadı." #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "%s dizini okunamadı" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "Değişiklik süresine veya boyutuna %s öğesinden erişilemiyor" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "%s dosyası okunamıyor" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "%s dosyası yazılamıyor" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "%s dosyası taşınamıyor" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "%s dosyası kaldırılamıyor" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "%s dosyası kopyalanamıyor" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "Sıfır uzunluklu dosya %s indirilmeyecek" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "%s için dosya sistemi değişiklik zamanı belirlenemedi" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "%s konumundan meta veri yüklenemiyor" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" "%(name)s konumundan meta veri yüklenemiyor. %(filetype)s indirilmedi." #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" "Bir dosyanın %s dosya sistemi üzerindeki dosya sistemi meta verilerini " "ayarlarken bir hata oluştu. Bu hata aynı dosya sisteminde tekrar oluşursa, " "bir daha rapor edilmeyecektir." #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "İşlenmemiş dosya %s ile karşılaşıldı. İndirilmeyecek." #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)s zaten mevcut." #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" "Mevcut %(filetype)s %(destination)s, en son %(date)s tarihinde %(time)s " "saatinde değiştirildi." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "%(filetype)s %(source)s, %(device)s cihazından indirilmedi." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "%(filetype)s %(source)s, %(device)s cihazından indirildi." #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "'%s' benzersiz tanımlayıcısı dosya adına eklendi." #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "Mevcut yedekleme %(filetype)s %(destination)s, en son %(date)s tarihinde " "%(time)s saatinde değiştirildi." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "%(filetype)s %(source)s, %(device)s cihazından yedeklenmedi." #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" "Önceki yedekleme %(filetype)s %(destination)s, en son %(date)s tarihinde " "saat %(time)s iken değiştirildi." #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" "%(device)s cihazından gelen %(filetype)s %(source)s, önceki yedekleme " "%(filetype)s öğesinin üzerine yazılarak yedeklendi." #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" "RAW + JPEG dizi değerlerini senkronize ederken, bir %(filetype)s %(file)s " "kopyasına rastlandı ve indirilmedi." #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" "RAW + JPEG dizi değerlerini senkronize ederken, aynı dosya adlarıyla ancak " "farklı zamanlarda çekilmiş fotoğraflar tespit edildi:" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)s görüntüsü %(image1_date)s tarihinde saat %(image1_time)s iken, " "%(image2)s ise %(image2_date)s tarihinde saat %(image2_time)s iken çekilmiş." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "%s için dosya adı sonlandırılamadı" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" "%(filetype)s %(source)s için %(destination)s dosya adı tam olarak " "oluşturulamadı." #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "%(type)s meta verileri eksik." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "Şuradaki meta veriler eksik: %s." #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "Tarih/saat dönüşümü başarısız oldu: %s." #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" "Geçerli tarih/saat meta verileri alınamadı veya dosya değiştirme zamanı " "belirlenemedi." #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "Dosya adı bir uzantıya sahip değil." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "Dosya adı bir sayı bileşenine sahip değil." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "%(component)s bileşenini yaratma hatası. Hata: %(error)s" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" "İndirilen %(folder)s alt klasörleri yalnızca %(filetype)s %(source)s için " "kısmen oluşturuldu." #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" "%(filename)s için %(subfolder_file)s alt klasörünü oluşturacak veri yok. " "%(filetype)s indirilmedi." #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" "%(folder)s klasörü içinde %(filetype)s %(destination)s oluşturulamıyor. " "İndirme dosyası %(device)s cihazı içindeki %(source)s öğesidir. İndirilmedi." #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "%s indirme alt klasörü oluşturulamıyor." #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "%s yedekleme alt klasörü oluşturulamıyor." #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "Sorunlar taranıyor %s" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "Sorunlar %s öğesinden kopyalanıyor" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" "Dosya adlarını sonlandırırken ve alt klasörleri oluştururken oluşan " "problemler" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "%s 'a kadar yedekleme problemleri" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 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:249 ../raphodo/proximity.py:278 #: ../raphodo/proximity.py:313 ../raphodo/proximity.py:319 #, 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:267 #, 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:288 ../raphodo/proximity.py:294 #: ../raphodo/proximity.py:1123 ../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:303 ../raphodo/proximity.py:307 #: ../raphodo/proximity.py:1130 ../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:328 #, 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:339 #, 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:473 #, 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:1135 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1893 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:1952 #, 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:1956 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:1962 #, python-format msgid "%(hours)dh" msgstr "%(hours)dsaat" #: ../raphodo/proximity.py:2101 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:2106 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:2109 msgid "Timeline build pending..." msgstr "Zaman Çizelgesi oluşturulmayı bekliyor..." #: ../raphodo/proximity.py:2110 msgid "Timeline is building..." msgstr "Zaman Çizelgesi inşa ediyor ..." #: ../raphodo/proximity.py:2112 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:2568 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:473 ../raphodo/rapid.py:871 ../raphodo/rapid.py:4657 #: ../raphodo/rapid.py:4880 ../raphodo/rapid.py:4899 ../raphodo/rapid.py:4922 #: ../raphodo/rapid.py:4929 ../raphodo/rapid.py:5606 ../raphodo/rapid.py:6229 #: ../raphodo/rapid.py:7449 ../raphodo/ui/rememberthisdialog.py:112 #: ../raphodo/ui/viewutils.py:743 #: ../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:1156 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:1167 msgid "Problem with ExifTool" msgstr "ExifTool sorunu" #: ../raphodo/rapid.py:1176 msgid "" "The library libmediainfo appears to be missing

      Rapid Photo " "Downloader uses libmediainfo to get the date and time a video was shot. The " "program will run without it, but installing it is recommended." msgstr "" "libmediainfo kitaplığı eksik görünüyor

      Rapid Photo " "Downloader, bir videonun çekildiği tarih ve saati almak için libmediainfo'yu " "kullanır. Program onsuz çalışacaktır, ancak yüklenmesi önerilir." #: ../raphodo/rapid.py:1188 msgid "Problem with libmediainfo" msgstr "libmediainfo sorunu" #: ../raphodo/rapid.py:1367 #, python-format msgid "" "Cannot download from Apple devices

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

      Missing applications: " "%(applications)s

      Learn " "more about which software to install." msgstr "" "Apple cihazlarından indirilemiyor

      %(device)s'den indirmek " "için, bu program Apple cihazlarıyla etkileşime giren ek yazılımın " "yüklenmesini gerektirir.

      Yükleyeceğiniz yazılım için eksik " "uygulamalar: %(applications)s

      Daha " "fazla bilgi edinin." #: ../raphodo/rapid.py:1766 msgid "Download failed" msgstr "İndirme başarısız" #: ../raphodo/rapid.py:1769 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:1778 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:1782 msgid "Update Rapid Photo Downloader" msgstr "Rapid Photo Downloader'ı Güncelle" #: ../raphodo/rapid.py:1786 msgid "Install" msgstr "Kur" #: ../raphodo/rapid.py:1804 msgid "New version saved" msgstr "Yeni sürüm kaydedildi" #: ../raphodo/rapid.py:1806 #, 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:1824 msgid "Upgrade failed" msgstr "Yükseltme başarısız" #: ../raphodo/rapid.py:1827 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:1873 msgid "" "\n" "

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

      \n" "

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

      " msgstr "" "\n" "

      Rapid Photo Downloader sizin için yapılmıştır. Bir web anketine katılarak " "bunu \n" "geliştirmeye yardımcı olabilirsiniz.

      \n" "

      Bu program analiz toplamadığı için anket, programın geleceği için \n" "gerçek bir fark yaratıyor.

      " #: ../raphodo/rapid.py:1883 msgid "The survey is in English." msgstr "Anket İngilizcedir." #: ../raphodo/rapid.py:1894 msgid "Do you want to take the survey?" msgstr "Ankete katılmak ister misiniz?" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1897 msgid "Ask me later" msgstr "Daha sonra sor" #: ../raphodo/rapid.py:1898 msgid "Yes" msgstr "Evet" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1901 msgid "I already took it" msgstr "Ben zaten katıldım" #. Translators: "Never ask me about any survey" refers to now and in the future #: ../raphodo/rapid.py:1906 msgid "Never ask me about any survey" msgstr "Bana asla herhangi bir anket hakkında soru sorma" #: ../raphodo/rapid.py:2110 ../raphodo/rapid.py:2914 msgid "Download" msgstr "İndir" #: ../raphodo/rapid.py:2114 msgid "&Refresh..." msgstr "%Yenile..." #: ../raphodo/rapid.py:2118 msgid "&Preferences" msgstr "&Tercihler" #: ../raphodo/rapid.py:2122 msgid "&Quit" msgstr "&Çık" #: ../raphodo/rapid.py:2128 msgid "Windows &Drives" msgstr "Windows &Sürücüler" #: ../raphodo/rapid.py:2132 msgid "Error &Reports" msgstr "Hata &Raporlar" #: ../raphodo/rapid.py:2137 msgid "Clear Completed Downloads" msgstr "Tamamlanan İndirmeleri Temizle" #: ../raphodo/rapid.py:2140 msgid "Get Help Online..." msgstr "Çevrimiçi Yardım Alın..." #: ../raphodo/rapid.py:2144 msgid "&Tip of the Day..." msgstr "%Günün İpucu..." #: ../raphodo/rapid.py:2147 msgid "Report a Problem..." msgstr "Sorun Bildirin..." #: ../raphodo/rapid.py:2150 msgid "Make a Donation..." msgstr "Bağış Yapın..." #: ../raphodo/rapid.py:2153 msgid "Translate this Application..." msgstr "Bu Uygulamayı Tercüme Edin..." #: ../raphodo/rapid.py:2158 msgid "&About..." msgstr "&Hakkında..." #: ../raphodo/rapid.py:2161 msgid "Check for Updates..." msgstr "Güncellemeleri denetle..." #: ../raphodo/rapid.py:2250 msgid "Timeline" msgstr "Zaman Çizelgesi" #: ../raphodo/rapid.py:2258 msgid "Destination" msgstr "Hedef" #: ../raphodo/rapid.py:2260 msgid "Rename" msgstr "Yeniden Adlandır" #: ../raphodo/rapid.py:2262 msgid "Back Up" msgstr "Yedekle" #: ../raphodo/rapid.py:2486 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" "Bu bilgisayara bağlı cihazların indirme kaynağı olarak kullanımını açın veya " "kapatın" #: ../raphodo/rapid.py:2505 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:2508 msgid "This Computer" msgstr "Bu Bilgisayar" #: ../raphodo/rapid.py:2522 msgid "Select a source folder" msgstr "Bir kaynak klasör seç" #: ../raphodo/rapid.py:2600 msgid "All" msgstr "Tümü" #: ../raphodo/rapid.py:2601 msgid "New" msgstr "Yeni" #: ../raphodo/rapid.py:2603 msgid "Show:" msgstr "Göster:" #: ../raphodo/rapid.py:2606 msgid "Modification Time" msgstr "Değiştirilme Zamanı" #: ../raphodo/rapid.py:2607 msgid "Checked State" msgstr "Denetlenmiş Durum" #: ../raphodo/rapid.py:2610 msgid "File Type" msgstr "Dosya Türü" #: ../raphodo/rapid.py:2611 msgid "Device" msgstr "Cihaz" #: ../raphodo/rapid.py:2613 msgid "Sort:" msgstr "Sırala:" #: ../raphodo/rapid.py:2629 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:2894 #, python-format msgid "Download %(files)s" msgstr "%(files)s dosyasını indir" #: ../raphodo/rapid.py:2910 msgid "Resume Download" msgstr "İndirmeye Devam Et" #: ../raphodo/rapid.py:2912 msgid "Pause" msgstr "Duraklat" #: ../raphodo/rapid.py:3049 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:3150 #, 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:3244 msgid "You cannot change the download destination while downloading." msgstr "İndirme hedefini indirme sürerken değiştiremezsiniz." #: ../raphodo/rapid.py:3258 #, 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:3346 msgid "" "\n" "Downloading all files

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

      \n" "Do you want to proceed with the download?" msgstr "" "\n" "Tüm dosyalar indiriliyor

      \n" "Bir indirme işlemi, Zaman Çizelgesi kullanıldığından veya yalnızca \n" "yeni dosyalar gösterildiğinden dolayı şu anda görüntülenmeyenler de \n" "dahil olmak üzere, indirilmek üzere işaretlenen tüm dosyaları " "içerir.

      \n" "İndirmeye devam etmek istiyor musunuz?" #: ../raphodo/rapid.py:3511 #, 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:3514 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Bu indirme klasörü geçersiz:\n" "%s" #: ../raphodo/rapid.py:3517 msgid "Download Failure" msgstr "İndirme Başarısız" #: ../raphodo/rapid.py:3518 msgid "The download cannot proceed." msgstr "İndirme devam edemiyor." #: ../raphodo/rapid.py:3536 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:3547 ../raphodo/rapid.py:3561 #, 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:3549 ../raphodo/rpdfile.py:179 msgid "photos" msgstr "fotoğraflar" #: ../raphodo/rapid.py:3563 ../raphodo/rpdfile.py:174 msgid "videos" msgstr "videolar" #: ../raphodo/rapid.py:3573 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:3589 ../raphodo/rapid.py:3605 #, 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:3592 ../raphodo/rpdfile.py:181 ../raphodo/rpdfile.py:850 msgid "photo" msgstr "fotoğraf" #: ../raphodo/rapid.py:3608 ../raphodo/rpdfile.py:176 ../raphodo/rpdfile.py:912 msgid "video" msgstr "video" #: ../raphodo/rapid.py:3616 msgid "Backup problem" msgstr "Yedekleme sorunu" #: ../raphodo/rapid.py:4447 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s — %(time_left)s kaldı (%(speed)s)" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4527 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s indirildi" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4537 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s indirme başarısız oldu" #: ../raphodo/rapid.py:4543 ../raphodo/rapid.py:4650 msgid "warnings" msgstr "uyarılar" #: ../raphodo/rapid.py:4578 msgid "All downloads complete" msgstr "Bütün indirmeler tamamlandı" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4588 ../raphodo/rapid.py:4603 ../raphodo/rapid.py:4619 #: ../raphodo/rapid.py:4634 ../raphodo/rapid.py:4649 #, 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:4593 ../raphodo/rapid.py:4624 #, 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:4608 ../raphodo/rapid.py:4639 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s indirme başarısız oldu" #: ../raphodo/rapid.py:4675 msgid "1 failure" msgstr "1 başarısızlık" #: ../raphodo/rapid.py:4677 #, python-format msgid "%d failures" msgstr "%d başarısızlık" #: ../raphodo/rapid.py:4682 msgid "1 warning" msgstr "1 uyarı" #: ../raphodo/rapid.py:4684 #, python-format msgid "%d warnings" msgstr "%d uyarı" #: ../raphodo/rapid.py:4709 #, 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:4716 #, 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:4725 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Hiç dosya indirilmedi — %(failures)s" #: ../raphodo/rapid.py:4727 msgid "No files downloaded" msgstr "Hiç dosya indirilmedi" #: ../raphodo/rapid.py:4767 msgid "Program preferences are invalid" msgstr "Program tercihleri geçersiz" #: ../raphodo/rapid.py:4886 #, 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:4905 #, 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:4925 msgid "Enable access to the iOS Device" msgstr "iOS Aygıtına erişimi etkinleştir" #: ../raphodo/rapid.py:4936 msgid "&Try Again" msgstr "&Tekrar Dene" #: ../raphodo/rapid.py:4937 msgid "&Ignore This Device" msgstr "& Bu Cihazı Yok Say" #: ../raphodo/rapid.py:5029 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "Maalesef, %s taranırken beklenmeyen bir sorun oluştu." #: ../raphodo/rapid.py:5032 msgid "Unfortunately you cannot download from this device." msgstr "Ne yazık ki bu cihazdan indiremezsiniz." #: ../raphodo/rapid.py:5036 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:5041 msgid "Device scan failed" msgstr "Cihaz taraması başarısız oldu" #: ../raphodo/rapid.py:5578 #, 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:5613 #, 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:5775 msgid "Completed Downloads Present" msgstr "Tamamlanan İndirmeler Mevcut" #: ../raphodo/rapid.py:5777 #, 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:5779 msgid "Do you want to clear the completed downloads?" msgstr "Tamamlanan indirmeleri temizlemek istiyor musunuz?" #: ../raphodo/rapid.py:5781 msgid "Completed Download Present" msgstr "Tamamlanmış İndirme Mevcut" #: ../raphodo/rapid.py:5782 #, python-format msgid "%s whose download has completed is displayed." msgstr "%s için indirme tamamlandı ve gösterildi." #: ../raphodo/rapid.py:5783 msgid "Do you want to clear the completed download?" msgstr "Tamamlanan indirmeyi temizlemek istiyor musunuz?" #: ../raphodo/rapid.py:5867 #, 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:6212 #, 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:6216 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:6222 #, 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:6226 msgid "Any device with the same name will be ignored." msgstr "Aynı ada sahip herhangi bir cihaz göz ardı edilecek." #: ../raphodo/rapid.py:6645 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "Bu Bilgisayardaki %(location)s konumundan indiriliyor." #: ../raphodo/rapid.py:6649 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:6705 #, python-format msgid "Generating thumbnails for %s" msgstr "%s için küçük resimler oluşturuluyor" #: ../raphodo/rapid.py:6712 #, python-format msgid "Scanning %s" msgstr "%s Taranıyor" #: ../raphodo/rapid.py:6726 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" "%(available files)s dosyadan %(number)s adedi indirme için işaretlendi " "(%(hidden)s gizli dosya)" #: ../raphodo/rapid.py:6738 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" "%(available files)s dosyadan %(number)s adedi indirme için işaretlendi" #: ../raphodo/rapid.py:7035 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:7042 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:7048 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:7055 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:7061 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:7067 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:7075 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:7083 msgid "Turn on or off downloading from this computer." msgstr "Bu bilgisayardan indirmeyi aç veya kapat." #: ../raphodo/rapid.py:7088 ../raphodo/rapid.py:7095 ../raphodo/rapid.py:7102 #: ../raphodo/rapid.py:7146 ../raphodo/rapid.py:7156 msgid "PATH" msgstr "YOL" #: ../raphodo/rapid.py:7090 msgid "The PATH on this computer from which to download." msgstr "Bu bilgisayarda indirilecek YOL." #: ../raphodo/rapid.py:7097 msgid "The PATH where photos will be downloaded to." msgstr "Fotoğrafların indirileceği YOL." #: ../raphodo/rapid.py:7104 msgid "The PATH where videos will be downloaded to." msgstr "Videoların indirileceği YOL." #: ../raphodo/rapid.py:7111 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:7117 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:7122 ../raphodo/rapid.py:7134 msgid "FOLDER" msgstr "KLASÖR" #: ../raphodo/rapid.py:7125 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:7137 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:7149 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:7159 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:7167 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "Şu uzantılara sahip fotoğrafları yoksay: %s" #: ../raphodo/rapid.py:7177 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:7184 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:7191 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:7200 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:7208 msgid "Forget which files have been previously downloaded, and exit." msgstr "Hangi dosyaların daha önce indirildiğini unut ve çık." #: ../raphodo/rapid.py:7215 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:7224 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:7232 msgid "Include gphoto2 debugging information in log files." msgstr "gphoto2 hata ayıklama bilgilerini günlük dosyalarına ekle." #: ../raphodo/rapid.py:7238 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:7245 msgid "Use the system Qt theme instead of the built-in theme" msgstr "Yerleşik tema yerine sistem Qt temasını kullan" #: ../raphodo/rapid.py:7255 msgid "Run this program in wayland or regular X11" msgstr "Bu programı wayland'de veya normal X11'de çalıştır" #: ../raphodo/rapid.py:7348 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:7359 msgid "No prior program preferences detected: exiting." msgstr "Önceye ait program tercihleri tespit edilmedi: çıkılıyor." #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:7366 #, 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:7437 #, 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:7452 msgid "Program aborting." msgstr "Program iptal ediliyor." #: ../raphodo/rapid.py:7542 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:7547 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:7562 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:7637 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:7842 msgid "All settings and caches have been reset." msgstr "Tüm ayarlar ve önbellekler sıfırlandı." #: ../raphodo/rapid.py:7850 msgid "Thumbnail Cache has been reset." msgstr "Küçük Resim Önbelleği sıfırlandı." #: ../raphodo/rapid.py:7856 msgid "Remembered files have been forgotten." msgstr "Hatırlanan dosyalar unutuldu." #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Remember this choice" msgstr "&Bu seçimi hatırla" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't ask me about this again" msgstr "&Bana bunu tekrar sorma" #: ../raphodo/ui/rememberthisdialog.py:80 msgid "&Don't warn me about this again" msgstr "&Beni bu konuda tekrar uyarma" #: ../raphodo/ui/rememberthisdialog.py:87 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:626 msgid "subfolder and filename" msgstr "alt klasör ve dosya adı" #: ../raphodo/renameandmovefile.py:628 msgid "filename" msgstr "dosya adı" #: ../raphodo/renameandmovefile.py:630 msgid "subfolder" msgstr "alt klasör" #: ../raphodo/ui/renamepanel.py:327 msgid "A counter for how many downloads occur on each day" msgstr "Her gün kaç indirme gerçekleştiğine ilişkin bir sayaç" #: ../raphodo/ui/renamepanel.py:328 msgid "Downloads today:" msgstr "Bugünkü indirmeler:" #: ../raphodo/ui/renamepanel.py:350 msgid "A counter that is remembered each time the program is run " msgstr "Programın her çalıştırılmasında hatırlanan bir sayaç " #: ../raphodo/ui/renamepanel.py:351 msgid "Stored number:" msgstr "Kayıtlı sayı:" #: ../raphodo/ui/renamepanel.py:363 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" "Bugünkü indirmeler sıra numarasının sıfırlanması gereken zaman" #: ../raphodo/ui/renamepanel.py:365 msgid "Day start:" msgstr "Gün başlangıcı:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:375 msgid "Synchronize RAW + JPEG" msgstr "Eş zamanlı RAW + JPEG" #: ../raphodo/ui/renamepanel.py:379 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" "RAW ve JPEG çiftlerini eşleştirmek için sıra numaralarını eş zamanla.\n" "\n" "Daha fazla ayrıntı için çevrimiçi belgelere bakın." #: ../raphodo/ui/renamepanel.py:384 msgid "Sequence Numbers" msgstr "Sıra Numaraları" #: ../raphodo/ui/renamepanel.py:395 msgid "Strip incompatible characters" msgstr "Uyumsuz karakterleri ayıkla" #: ../raphodo/ui/renamepanel.py:400 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" "Fotoğraf, video ve klasör adlarının diğer işletim sistemleri tarafından izin " "verilmeyen herhangi bir karaktere sahip olması gerekip gerekmediği" #: ../raphodo/ui/renamepanel.py:404 msgid "Compatibility" msgstr "Uyumluluk" #: ../raphodo/ui/renamepanel.py:484 msgid "Photo Renaming" msgstr "Fotoğraf Yeniden Adlandırma" #: ../raphodo/ui/renamepanel.py:488 msgid "Video Renaming" msgstr "Video Yeniden Adlandırma" #: ../raphodo/ui/renamepanel.py:492 msgid "Renaming Options" msgstr "Yeniden Adlandırma Seçenekleri" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "fotoğraflar ve videolar" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "fotoğraflar veya videolar" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:273 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:302 msgid "a video" msgstr "bir video" #: ../raphodo/rpdfile.py:304 msgid "1 Video" msgstr "1 Video" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:314 msgid "a photo" msgstr "bir fotoğraf" #: ../raphodo/rpdfile.py:316 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:830 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s on %(camera)s" #: ../raphodo/rpdfile.py:851 msgid "Photo" msgstr "Fotoğraf" #: ../raphodo/rpdfile.py:913 msgid "Video" msgstr "Video" #: ../raphodo/storage/storage.py:251 msgid "File system root" msgstr "Dosya sistemi kökü" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:589 msgid "Pictures" msgstr "Resimler" #: ../raphodo/sudocommand.py:93 msgid "Sorry, the password was incorrect." msgstr "Üzgünüz, şifre yanlıştı." #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:100 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "Yönetim görevlerini gerçekleştirmek için %s şifresini girin." #: ../raphodo/sudocommand.py:140 msgid "Password:" msgstr "Şifre:" #: ../raphodo/thumbnaildisplay.py:583 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "Alındı: %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:593 #, 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:605 ../raphodo/thumbnaildisplay.py:668 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:623 #, python-format msgid "Memory cards: %s" msgstr "Bellek kartları: %s" #: ../raphodo/thumbnaildisplay.py:628 #, python-format msgid "Memory card: %s" msgstr "Bellek kartı: %s" #: ../raphodo/thumbnaildisplay.py:635 msgid "Downloaded as:" msgstr "Şu olarak indirildi:" #: ../raphodo/thumbnaildisplay.py:682 #, python-format msgid "

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

      Önceki indirme:
      %(filename)s
      %(path)s
      %(date)s" #: ../raphodo/thumbnaildisplay.py:691 #, python-format msgid "

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

      %(date)s tarihinde önceden indirilmiÅŸ gibi elle ayarla" #: ../raphodo/thumbnaildisplay.py:2257 msgid "Copy Path" msgstr "Yolu Kopyala" #: ../raphodo/thumbnaildisplay.py:2263 msgid "Mark File as Downloaded" msgstr "Dosyayı İndirildi Olarak İşaretle" #: ../raphodo/thumbnaildisplay.py:2268 msgid "Mark Files as Downloaded" msgstr "Dosyaları İndirildi Olarak İşaretle" #: ../raphodo/utilities.py:215 msgid "B" msgstr "B" #: ../raphodo/utilities.py:216 msgid "KB" msgstr "KB" #: ../raphodo/utilities.py:217 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:218 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:219 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:220 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:221 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:222 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:223 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:486 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s ve %(last_item)s" #: ../raphodo/utilities.py:570 msgid "one" msgstr "bir" #: ../raphodo/utilities.py:571 msgid "two" msgstr "iki" #: ../raphodo/utilities.py:572 msgid "three" msgstr "üç" #: ../raphodo/utilities.py:573 msgid "four" msgstr "dört" #: ../raphodo/utilities.py:574 msgid "five" msgstr "beÅŸ" #: ../raphodo/utilities.py:575 msgid "six" msgstr "altı" #: ../raphodo/utilities.py:576 msgid "seven" msgstr "yedi" #: ../raphodo/utilities.py:577 msgid "eight" msgstr "sekiz" #: ../raphodo/utilities.py:578 msgid "nine" msgstr "dokuz" #: ../raphodo/utilities.py:579 msgid "ten" msgstr "on" #: ../raphodo/utilities.py:580 msgid "eleven" msgstr "on bir" #: ../raphodo/utilities.py:581 msgid "twelve" msgstr "on iki" #: ../raphodo/utilities.py:582 msgid "thirteen" msgstr "on üç" #: ../raphodo/utilities.py:583 msgid "fourteen" msgstr "on dört" #: ../raphodo/utilities.py:584 msgid "fifteen" msgstr "on beÅŸ" #: ../raphodo/utilities.py:585 msgid "sixteen" msgstr "on altı" #: ../raphodo/utilities.py:586 msgid "seventeen" msgstr "on yedi" #: ../raphodo/utilities.py:587 msgid "eighteen" msgstr "on sekiz" #: ../raphodo/utilities.py:588 msgid "ninenteen" msgstr "on dokuz" #: ../raphodo/utilities.py:589 msgid "twenty" msgstr "yirmi" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&OK" msgstr "&Tamam" #: ../raphodo/ui/viewutils.py:680 ../raphodo/ui/viewutils.py:700 msgid "&Save" msgstr "&Kaydet" #: ../raphodo/ui/viewutils.py:681 msgid "&Help" msgstr "&Yardım" #: ../raphodo/ui/viewutils.py:682 msgid "Restore Defaults" msgstr "Öntanımlıları Geri Yükle" #: ../raphodo/ui/viewutils.py:683 ../raphodo/ui/viewutils.py:701 msgid "&Yes" msgstr "&Evet" #: ../raphodo/ui/viewutils.py:684 ../raphodo/ui/viewutils.py:702 msgid "&No" msgstr "&Hayır" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:105 #, python-format msgid "Create directory %(path)s" msgstr "%(path)s dizini oluÅŸtur" #: ../raphodo/wsl.py:109 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "%(drive)s: at %(path)s sürücüyü baÄŸla" #: ../raphodo/wsl.py:115 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "%(drive)s: from %(path)s sürücünün bağını kaldır" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:309 #, python-format msgid "Mount drives %s" msgstr "%s sürücülerini baÄŸla" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:314 #, python-format msgid "Mount drive %s" msgstr "%s sürücüsünü baÄŸla" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:321 #, python-format msgid "Unmount drives %s" msgstr "%s sürücülerinin bağını kaldır" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drive %s" msgstr "%s sürücüsünün bağını kaldır" #: ../raphodo/wsl.py:390 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "Üzgünüz, %s sürücüleri baÄŸlanırken bir hata oluÅŸtu" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "Üzgünüz, %s sürücülerinin bağını kaldırırken bir hata oluÅŸtu" #: ../raphodo/wsl.py:403 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "Üzgünüz, %s sürücüsü baÄŸlanırken bir hata oluÅŸtu" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "Üzgünüz, %s sürücüsünün bağını kaldırırken bir hata oluÅŸtu" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:558 msgid "Windows Drives" msgstr "Windows Sürücüleri" #: ../raphodo/wsl.py:562 msgid "Enable automatic mounting of Windows drives" msgstr "Windows sürücülerinin otomatik baÄŸlanmasını etkinleÅŸtir" #: ../raphodo/wsl.py:566 msgid "Automatically mount all Windows drives" msgstr "Tüm Windows sürücülerini otomatik olarak baÄŸla" #: ../raphodo/wsl.py:570 msgid "Only automatically mount Windows drives that are configured below" msgstr "" "Yalnızca aÅŸağıda yapılandırılan Windows sürücülerini otomatik olarak baÄŸla" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:594 msgid "User Mounted" msgstr "Kullanıcı Tarafından BaÄŸlanan" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:596 msgid "System Mounted" msgstr "Sistem Tarafından BaÄŸlanan" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:598 msgid "Drive" msgstr "Sürücü" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "Mount Point" msgstr "BaÄŸlama Noktası" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "Automatic Mount" msgstr "Otomatik BaÄŸlama" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Automatic Unmount at Exit" msgstr "Çıkışta Otomatik BaÄŸlamayı Kaldır" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:638 msgid "Pending Operations:" msgstr "Bekleyen İşlemler:" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:652 msgid "&Apply Pending Operations" msgstr "&Bekleyen İşlemleri Uygula" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1459 #, python-format msgid "Do you want to mount drive %s?" msgstr "%s sürücüsünü baÄŸlamak istiyor musunuz?" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1463 #, python-format msgid "Do you want to mount drives %s?" msgstr "%s sürücülerini baÄŸlamak istiyor musunuz?" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1606 msgid "Removable Drive" msgstr "Çıkarılabilir Sürücü" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1612 msgid "Local Drive" msgstr "Yerel Sürücü" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" "Kameralardan ve diÄŸer cihazlardan fotoÄŸrafları ve videoları indirin, yeniden " "adlandırın ve yedekleyin" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" "Rapid Photo Downloader kameralardan, telefonlardan, hafıza kartlarından ve " "diÄŸer cihazlardan yüksek hızda fotoÄŸraf ve video aktarır. BelirlediÄŸiniz " "anlamlı dosya adları ile fotoÄŸrafları ve videoları yeniden adlandırmak üzere " "yapılandırılabilir. Ayrıca fotoÄŸrafları ve videoları indirilirken " "yedekleyebilir. Aynı anda birden fazla cihazdan indirir ve yedekler." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" "Rapid Photo Downloader'a özgü olan, fotoÄŸraf ve videoları ardışık çekimler " "arasında geçen süreye baÄŸlı olarak gruplandıran Zaman Çizelgesidir. Tek bir " "günde veya ardışık günlerde farklı dönemlerde çekilmiÅŸ fotoÄŸrafları ve " "videoları tanımlamak için kullanın." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" "Profesyonel ve amatör fotoÄŸrafçılar için bir fotoÄŸrafçı tarafından yazılan " "Rapid Photo Downloader'ın yapılandırması ve kullanımı kolaydır. Program " "tercihleri karmaşık kodlara ihtiyaç duyulmaksızın yapılandırılmıştır. " "İndirme iÅŸlemi tamamlandığında hafıza kartının baÄŸlantısının kesilmesi gibi " "genel iÅŸlemler otomatikleÅŸtirilebilir." #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "Ana pencere" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "Yeniden Adlandırma" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "Photo Downloader" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" "fotoÄŸraf;indirme;fotoÄŸrafçılık;içe aktarma;video;RAW;kamera;telefon,içe " "alma;yedekleme;bellek;kart;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "Rapid Photo Downloader ile FotoÄŸraf ve Video İndirin" #~ msgid "Paris" #~ msgstr "Paris" #~ msgid "Berlin" #~ msgstr "Berlin" #~ msgid "New York" #~ msgstr "New York" #~ msgid "Prague" #~ msgstr "Prag" #~ msgid "Manila" #~ msgstr "Manila" #~ msgid "Wellington" #~ msgstr "Wellington" #~ msgid "Helsinki" #~ msgstr "Helsinki" #~ msgid "Tehran" #~ msgstr "Tahran" #~ msgid "Stockholm" #~ msgstr "Stockholm" #~ msgid "Rome" #~ msgstr "Roma" #~ msgid "Moscow" #~ msgstr "Moskova" #~ msgid "Sydney" #~ msgstr "Sidney" #~ msgid "Budapest" #~ msgstr "BudapeÅŸte" #~ msgid "Jakarta" #~ msgstr "Jakarta" #~ msgid "Delhi" #~ msgstr "Delhi" #~ msgid "Warsaw" #~ msgstr "VarÅŸova" #~ msgid "Madrid" #~ msgstr "Madrid" #~ msgid " " #~ msgstr " " #~ msgid "Size" #~ msgstr "Boyut" #~ msgid "Download Progress" #~ msgstr "İndirme Süreci" #~ msgid "scanning..." #~ msgstr "taranıyor..." #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Yaklaşık %(minutes)i:%(seconds)02i dakika kaldı" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "Yaklaşık %i saniye kaldı" #~ msgid "About 1 second remaining" #~ msgstr "Yaklaşık 1 saniye kaldı" #~ msgid "About 1 minute remaining" #~ msgstr "Yaklaşık 1 dakika kaldı" #~ msgid "and" #~ msgstr "ve" #~ msgid "Using backup devices" #~ msgstr "Yedekleme ünitelerini kullanma" #~ msgid "Free space:" #~ msgstr "BoÅŸ alan:" #~ msgid "; " #~ msgstr "; " #~ msgid "." #~ msgstr "," #~ msgid "Using backup device" #~ msgstr "Yedekleme ünitesi kullanma" #, python-format #~ msgid "Folder: %s" #~ msgstr "Klasör: %s" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "Uygulama bilgilerini, uygulama çalışırken komut satırında göster(öntanımlı: " #~ "%default)" #~ msgid "display debugging information when run from the command line" #~ msgstr "Komut satırında çalışırken hata ayıklama bilgisini göster" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "Bütün uygulama ayarlarını ve tercihlerini sıfırla ve çık" #~ msgid "All settings and preferences have been reset" #~ msgstr "Bütün uygulama ayarları ve tercihleri sıfırlandı" #~ msgid "Photos:" #~ msgstr "FotoÄŸraflar:" #~ msgid "Videos:" #~ msgstr "Videolar:" #, python-format #~ msgid "and %s" #~ msgstr "ve %s" #~ msgid "only output errors to the command line" #~ msgstr "sadece hataqları komut satırında göster" ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/po/uk.po0000644000175000017500000054373100000000000016561 0ustar00damondamon# Ukrainian translation for rapid # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2010. # Sergiy Gavrylov , 2010. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2022-03-02 13:05+0000\n" "PO-Revision-Date: 2022-02-21 17:13+0000\n" "Last-Translator: Damon Lynch \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2022-03-05 16:16+0000\n" "X-Generator: Launchpad (build 61f4697954ab70d633d14d8ceecff69a20b08a6b)\n" "Language: uk\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:406 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:642 ../install.py:4330 msgid "Installer not found:" msgstr "" #. Translators: do not translate the term tar.gz #: ../install.py:646 ../install.py:4334 msgid "Installer not in tar.gz format:" msgstr "" #: ../install.py:728 ../install.py:757 ../install.py:4210 ../install.py:4215 msgid "Exiting..." msgstr "" #: ../install.py:979 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:1065 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:1357 ../install.py:4290 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:1467 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" #: ../install.py:1610 msgid "The following command will be run:" msgstr "" #. Translators: do not translate the term sudo #: ../install.py:1614 ../install.py:3834 ../install.py:3841 msgid "sudo may prompt you for the sudo password." msgstr "" #: ../install.py:1618 msgid "Would you like to run the command now?" msgstr "" #: ../install.py:1620 msgid "Answer is not yes, exiting." msgstr "" #: ../install.py:1631 ../install.py:2259 ../install.py:2318 ../install.py:2793 msgid "Command failed" msgstr "" #: ../install.py:1633 ../install.py:2260 ../install.py:2319 ../install.py:2794 msgid "Exiting" msgstr "" #: ../install.py:1661 msgid "The Universe repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1701 msgid "The EPEL repository must be enabled." msgstr "" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1749 msgid "The RPM Fusion Free repository must be enabled." msgstr "" #: ../install.py:1790 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "" #: ../install.py:2237 ../install.py:2267 ../install.py:2299 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" #: ../install.py:2252 msgid "Uninstalling system package" msgstr "" #: ../install.py:2277 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:2324 msgid "Checking if previous version installed with pip..." msgstr "" #: ../install.py:2477 ../install.py:2534 ../install.py:2650 msgid "The following package is unknown on your system: {}\n" msgstr "" #: ../install.py:2548 ../install.py:2706 ../install.py:2803 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" #: ../install.py:2642 ../install.py:2663 msgid "Querying installed and available packages (this may take a while)" msgstr "" #: ../install.py:2785 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" #: ../install.py:2852 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2862 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" #: ../install.py:2873 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2923 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:2931 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" #: ../install.py:2937 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2942 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2950 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" #: ../install.py:2958 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:2982 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:3000 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:3011 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:3048 msgid "Failed to download versions file." msgstr "Ðе вдалоÑÑ Ñтворити каталог Ð´Ð»Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ." #: ../install.py:3053 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:3170 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:3324 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:3330 msgid "Received error code" msgstr "" #: ../install.py:3332 msgid "Failed to install application requirements: exiting." msgstr "" #: ../install.py:3334 msgid "Failed to install application: exiting..." msgstr "" #: ../install.py:3658 msgid "Installing application requirements..." msgstr "" #: ../install.py:3693 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #: ../install.py:3710 msgid "Installing application..." msgstr "" #: ../install.py:3797 msgid "Do you want Rapid Photo Downloader to appear in the Windows menu?" msgstr "" #: ../install.py:3803 msgid "Adding Rapid Photo Downloader to the Windows menu" msgstr "" #: ../install.py:3813 msgid "Failed to copy application launcher." msgstr "" #: ../install.py:3824 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:3829 msgid "Do you want to install the application's man pages?" msgstr "" #: ../install.py:3830 msgid "They will be installed into {}" msgstr "" #: ../install.py:3832 ../install.py:3839 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" #: ../install.py:3835 msgid "Do want to install the man pages?" msgstr "" #: ../install.py:3837 msgid "Installing man pages into {}" msgstr "" #: ../install.py:3855 msgid "Failed to create man page directory: exiting." msgstr "" #: ../install.py:3876 msgid "Failed to copy man page." msgstr "" #: ../install.py:3915 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:3928 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:3934 msgid "" "You may have to restart WSL to be able to run the program from the command " "line." msgstr "" #: ../install.py:3944 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line." msgstr "" #: ../install.py:3949 #, 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:3971 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:3973 msgid "Done." msgstr "" #: ../install.py:3987 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:4043 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #. Translators: do not translate the terms --PyQt5-version or --use-system-PyQt5 #: ../install.py:4055 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:4067 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:4081 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:4097 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:4111 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:4124 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:4134 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:4139 ../install.py:4153 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:4172 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:4180 msgid "Restarting script using system python..." msgstr "" #: ../install.py:4193 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:4231 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:4263 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:4275 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:4324 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:647 ../raphodo/ui/viewutils.py:679 #: ../raphodo/ui/viewutils.py:699 msgid "&Cancel" msgstr "" #: ../upgrade.py:651 msgid "&Upgrade" msgstr "" #: ../upgrade.py:656 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" #: ../upgrade.py:659 msgid "Click the Upgrade button to start the upgrade." msgstr "" #: ../upgrade.py:662 ../upgrade.py:668 ../raphodo/ui/viewutils.py:678 #: ../raphodo/ui/viewutils.py:698 msgid "&Close" msgstr "" #: ../upgrade.py:663 msgid "&Run" msgstr "" #: ../upgrade.py:693 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" #: ../upgrade.py:696 msgid "Upgrade running..." msgstr "" #: ../upgrade.py:732 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:737 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:741 msgid "Upgrade failed. Click Close to exit." msgstr "" #: ../upgrade.py:11330 #, python-format msgid "Upgrading %s..." msgstr "" #: ../upgrade.py:11332 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:11345 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:11347 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/ui/aboutdialog.py:334 msgid "Credits" msgstr "ПодÑки" #: ../raphodo/ui/aboutdialog.py:339 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:280 msgid "Backups are not configured" msgstr "Резервні копії не налаштовано" #: ../raphodo/ui/backuppanel.py:282 msgid "No backup devices detected" msgstr "ПриÑтроїв Ð´Ð»Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ð¾Ð³Ð¾ ÐºÐ¾Ð¿Ñ–ÑŽÐ²Ð°Ð½Ð½Ñ Ð½Ðµ виÑвлено" #: ../raphodo/ui/backuppanel.py:285 msgid "Valid backup locations not yet specified" msgstr "ДійÑні міÑÑ†Ñ Ð´Ð»Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ð¾Ð³Ð¾ ÐºÐ¾Ð¿Ñ–ÑŽÐ²Ð°Ð½Ð½Ñ Ñ‰Ðµ не задано" #: ../raphodo/ui/backuppanel.py:465 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Ви можете Ñтворювати резервні копії фото та відео в кількох міÑцÑÑ… прÑмо під " "Ñ‡Ð°Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ, наприклад, на зовнішніх жорÑтких диÑках." #: ../raphodo/ui/backuppanel.py:473 msgid "Back up photos and videos when downloading" msgstr "Резервне ÐºÐ¾Ð¿Ñ–ÑŽÐ²Ð°Ð½Ð½Ñ Ñ„Ð¾Ñ‚Ð¾ та відео під Ñ‡Ð°Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ" #: ../raphodo/ui/backuppanel.py:479 msgid "Automatically detect backup devices" msgstr "Ðвтоматичне виÑвлÑти приÑтрої Ð´Ð»Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ð¾Ð³Ð¾ копіюваннÑ" #: ../raphodo/ui/backuppanel.py:485 msgid "" "Specify the folder in which backups are stored on the " "device.

      Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" "Вкажіть папку Ð´Ð»Ñ Ð·Ð±ÐµÑ€ÐµÐ¶ÐµÐ½Ð½Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ð¸Ñ… копій на " "приÑтрої.

      Примітка: наÑвніÑть папки з цим іменем викориÑтовуєтьÑÑ " "Ð´Ð»Ñ Ð²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ñ‚Ð¾Ð³Ð¾, чи приÑтрій викориÑтовуєтьÑÑ Ð´Ð»Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ð¾Ð³Ð¾ копіюваннÑ. " "Створіть папку з однією з цих назв Ð´Ð»Ñ ÐºÐ¾Ð¶Ð½Ð¾Ð³Ð¾ приÑтрою, Ñкий хочете " "викориÑтовувати Ð´Ð»Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ð¾Ð³Ð¾ копіюваннÑ. Додавши обидві папки, один Ñ– той " "Ñамий приÑтрій може викориÑтовуватиÑÑ Ð´Ð»Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ð¾Ð³Ð¾ ÐºÐ¾Ð¿Ñ–ÑŽÐ²Ð°Ð½Ð½Ñ Ñ– фотографій " "Ñ– відео." #: ../raphodo/ui/backuppanel.py:500 msgid "Photo folder name:" msgstr "Ðазва папки Ð´Ð»Ñ Ñ„Ð¾Ñ‚Ð¾Ð³Ñ€Ð°Ñ„Ñ–Ð¹:" #: ../raphodo/ui/backuppanel.py:505 msgid "Video folder name:" msgstr "Ðазва папки Ð´Ð»Ñ Ð²Ñ–Ð´ÐµÐ¾:" #: ../raphodo/ui/backuppanel.py:510 ../raphodo/ui/nameeditor.py:1000 #: ../raphodo/ui/renamepanel.py:141 msgid "Example:" msgstr "Приклад:" #: ../raphodo/ui/backuppanel.py:521 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" "Якщо ви вимикаєте автовизначеннÑ, оберіть міÑце Ð´Ð»Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ð¾Ð³Ð¾ копіюваннÑ." #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:532 msgid "Photo backup location:" msgstr "Ð Ð¾Ð·Ð¼Ñ–Ñ‰ÐµÐ½Ð½Ñ Ð´Ð»Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ð¾Ð³Ð¾ ÐºÐ¾Ð¿Ñ–ÑŽÐ²Ð°Ð½Ð½Ñ Ñ„Ð¾Ñ‚Ð¾:" #: ../raphodo/ui/backuppanel.py:542 msgid "Select Photo Backup Location" msgstr "" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:554 msgid "Video backup location:" msgstr "Ð Ð¾Ð·Ð¼Ñ–Ñ‰ÐµÐ½Ð½Ñ Ð´Ð»Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ð¾Ð³Ð¾ ÐºÐ¾Ð¿Ñ–ÑŽÐ²Ð°Ð½Ð½Ñ Ð²Ñ–Ð´ÐµÐ¾:" #: ../raphodo/ui/backuppanel.py:560 msgid "Select Video Backup Location" msgstr "" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:676 msgid "drive1" msgstr "диÑк1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:679 msgid "drive2" msgstr "диÑк2" #: ../raphodo/ui/backuppanel.py:746 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/ui/backuppanel.py:751 msgid "Backup Options" msgstr "" #: ../raphodo/copyfiles.py:610 msgid "video THM" msgstr "" #: ../raphodo/copyfiles.py:620 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:104 ../raphodo/ui/devicedisplay.py:1408 #: ../raphodo/rpdfile.py:310 #, 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:112 ../raphodo/ui/devicedisplay.py:1414 #: ../raphodo/rpdfile.py:298 #, python-format msgid "%(no_videos)s Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:123 msgid "Used" msgstr "" #: ../raphodo/ui/destinationdisplay.py:124 msgid "Excess" msgstr "" #: ../raphodo/ui/destinationdisplay.py:133 ../raphodo/ui/devicedisplay.py:1440 msgid "Device size unknown" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:146 #, python-format msgid "No space free on %(size_total)s device" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:156 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/ui/destinationdisplay.py:230 ../raphodo/ui/destinationpanel.py:74 #: ../raphodo/ui/devicedisplay.py:625 ../raphodo/rapid.py:2641 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:960 msgid "Photos" msgstr "" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:231 ../raphodo/ui/destinationpanel.py:78 #: ../raphodo/ui/devicedisplay.py:626 ../raphodo/rapid.py:2642 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:988 #: ../raphodo/storage/storage.py:602 msgid "Videos" msgstr "" #: ../raphodo/ui/destinationdisplay.py:232 msgid "Projected storage use after download" msgstr "" #. Translators: Custom refers to the user choosing a non-default value that #. they customize themselves #: ../raphodo/ui/destinationdisplay.py:355 ../raphodo/ui/nameeditor.py:587 msgid "Custom..." msgstr "Змінити ..." #: ../raphodo/ui/destinationdisplay.py:774 msgid "Configure photo subfolder creation" msgstr "Ðалаштувати ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð¿Ñ–Ð´Ñ‚ÐµÐºÐ¸ Ð´Ð»Ñ Ñ„Ð¾Ñ‚Ð¾Ð³Ñ€Ð°Ñ„Ñ–Ð¹" #: ../raphodo/ui/destinationdisplay.py:776 msgid "Configure video subfolder creation" msgstr "Ðалаштувати ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð¿Ñ–Ð´Ñ‚ÐµÐºÐ¸ Ð´Ð»Ñ Ð²Ñ–Ð´ÐµÐ¾" #: ../raphodo/ui/destinationpanel.py:90 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:113 ../raphodo/ui/destinationpanel.py:125 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1294 msgid "Probing device..." msgstr "Зондувальний приÑтрій..." #: ../raphodo/ui/devicedisplay.py:1309 msgid "Temporarily ignore this device" msgstr "ТимчаÑово нехтувати цей приÑтрій" #: ../raphodo/ui/devicedisplay.py:1313 msgid "Permanently ignore this device" msgstr "ПоÑтійно нехтувати цей приÑтрій" #: ../raphodo/ui/devicedisplay.py:1316 msgid "Rescan" msgstr "ПереÑканувати" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1437 #, python-format msgid "%s full" msgstr "" #: ../raphodo/ui/devicedisplay.py:1457 msgid "Other" msgstr "Інше" #: ../raphodo/devices.py:603 ../raphodo/devices.py:604 msgid "Cameras" msgstr "Камери" #: ../raphodo/devices.py:605 ../raphodo/devices.py:1256 #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 ../raphodo/rapid.py:2490 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:1006 #, 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:1073 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1229 ../raphodo/rapid.py:2213 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:1280 ../raphodo/devices.py:1300 #, 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:1318 #, 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:1326 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s приÑтрій(ої,оїв)" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1652 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" "Клацніть прапорець файлу, щоб вибрати або ÑкаÑувати його вибір Ð´Ð»Ñ " "звантаженнÑ." #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "Файли, Ñкі вже звантажено, запам'ÑтовуютьÑÑ. Ви можете позначати звантажені " "файли Ð´Ð»Ñ Ð¿Ð¾Ð²Ñ‚Ð¾Ñ€Ð½Ð¾Ð³Ð¾ звантаженнÑ, але типово вони не позначаютьÑÑ Ñ– їхні " "мініатюри затінюютьÑÑ, щоб Ñ—Ñ… було легше відрізнити від тих, що ще мають " "звантажуватиÑÑŒ." #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "\n" "In case of any problems, a red icon will appear at the bottom of the window " "indicating \n" "how many error reports there are. Clicking on it opens the Error Report " "window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 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." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "\n" "

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

      \n" "

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

      " msgstr "" #: ../raphodo/ui/didyouknow.py:133 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:140 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:147 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:154 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 \n" "metadata (where 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 \n" "raw images, for instance.
      8. \n" "
      9. File Type: photo or video.
      10. \n" "
      11. Device: name of the device the photos and videos are being " "downloaded \n" "from.
      12. \n" "
      " msgstr "" #: ../raphodo/ui/didyouknow.py:172 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "" #: ../raphodo/ui/didyouknow.py:178 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:185 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 \n" "illustration below, the destination folders are "Pictures" and \n" ""Videos". The name of the destination folder is displayed in the " "grey bar \n" "directly above the folder tree, with a folder icon to its left and a gear " "icon to \n" "its far right.
      2. \n" "
      3. The download subfolders, which are directories that will be " "automatically \n" "generated by Rapid Photo Downloader. They need not already exist on your " "computer, but \n" "it's okay if they do. They will be generated under the destination " "folder.
      4. \n" "
      " msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a \n" "different destination folder for each. The same applies to the download " "subfolders for \n" "photos and videos—download photos and videos to the same subfolders, " "or use a \n" "different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:211 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "" #: ../raphodo/ui/didyouknow.py:220 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to \n" "download:\n" "
        \n" "
      1. The destination folder tree shows the download subfolders already on " "your computer \n" "(those in a regular, non-italicized font), and the subfolders that will be " "created \n" "during the download (those whose names are italicized).
      2. \n" "
      3. The folder tree also shows into which subfolders the files will be " "downloaded \n" "(those colored black).
      4. \n" "
      " msgstr "" #: ../raphodo/ui/didyouknow.py:235 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following \n" "elements:\n" "
        \n" "
      1. File metadata, very often including the date the photo or video " "was created, \n" "but might also include the camera model name, camera serial number, or file " "extension \n" "e.g. JPG or CR2.
      2. \n" "
      3. A Job Code, which is free text you specify at the time the " "download occurs, \n" "such as the 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 \n" "format makes it easy to keep them sorted in a file manager, which is why " "it's the \n" "default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:254 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 \n" "preset. Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:261 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to \n" "configure your own scheme. You create your own schemes using the Photo or " "Video \n" "Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:270 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:276 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:282 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 \n" "and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:291 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 \n" "choices to generate new combinations. Supposing you wanted a date format " "that combines \n" "year (YYYY), a hyphen, and month (MM) to form YYYY-MM. You can create it " "like this \n" "(note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:300 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names \n" "in the \n" "online " "\n" "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:309 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. \n" "You can use them in subfolder and file names. In this illustration, some " "files have had \n" "the Job Code "Street" applied to them, and the selected files are " "about to \n" "get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:317 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 \n" "prompted to enter a Job Code for them before the download begins." msgstr "" #: ../raphodo/ui/didyouknow.py:324 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:327 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:333 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!" msgstr "" #: ../raphodo/ui/didyouknow.py:340 msgid "" "\n" "

      Four types of sequence values are available to help you assign unique " "names to your \n" "photos and 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 \n" "last time the 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 \n" "documentation.

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

      The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature \n" "on your 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 \n" "are detected, the same sequence numbers will be applied to both photo names. " "F\n" "urthermore, sequences will be updated as if the photos were one.

      \n" "

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

      \n" msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are \n" "downloaded, such as external hard drives or network shares. Backup devices " "can be \n" "automatically detected, or exact backup locations specified." msgstr "" #: ../raphodo/ui/didyouknow.py:385 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:391 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including \n" "download sources, destinations, and backups. Additionally, settings can be " "reset to \n" "their default state, and caches and remembered files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:396 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:401 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 \n" "your cameras, memory cards, and other devices.
      2. \n" "
      3. A temporary cache of files downloaded from a camera, one for " "photos and \n" "another for videos. They are located in temporary subfolders in the download " "\n" "destination.
      4. \n" "
      5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores \n" "thumbnails of RAW and TIFF photos once they have been downloaded. File " "browsers like \n" "Gnome Files use this cache as well, meaning they too will display thumbnails " "for those \n" "files. \n" "
      6. \n" "
      \n" "Read more about these caches and their effect on download performance in the " "online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:459 msgid "Tip of the Day" msgstr "" #: ../raphodo/ui/didyouknow.py:467 msgid "Did you know...?" msgstr "" #: ../raphodo/ui/didyouknow.py:498 msgid "Show tips on startup" msgstr "" #: ../raphodo/ui/didyouknow.py:502 msgid "&Next" msgstr "" #: ../raphodo/ui/didyouknow.py:503 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:454 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:584 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:643 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:645 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:650 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:652 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:657 ../raphodo/downloadtracker.py:839 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:659 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:664 ../raphodo/downloadtracker.py:869 #: ../raphodo/downloadtracker.py:877 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:666 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:845 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:847 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:850 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:852 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:884 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:886 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:889 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:891 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:918 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:920 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:923 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:925 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:80 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:150 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:187 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:206 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:211 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:213 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:214 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:215 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:216 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:217 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:218 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:229 ../raphodo/errorlog.py:371 #, 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:234 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:256 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:357 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:516 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:567 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:50 #, python-brace-format msgid "" "Please report the problem at {website}.

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

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

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

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

      Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:88 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:182 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:186 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:189 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:216 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:218 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:173 ../raphodo/thumbnaildisplay.py:2254 msgid "Open in File Browser..." msgstr "" #. type: Optional[QModelIndex] #: ../raphodo/ui/filebrowse.py:179 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:183 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:140 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:181 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:272 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:206 msgid "Date time" msgstr "Дата Ñ– чаÑ" #: ../raphodo/generatenameconfig.py:207 msgid "Text" msgstr "ТекÑÑ‚" #: ../raphodo/generatenameconfig.py:208 ../raphodo/rapid.py:2608 msgid "Filename" msgstr "Ðазва файлу" #: ../raphodo/generatenameconfig.py:209 #: ../raphodo/prefs/preferencedialog.py:994 msgid "Metadata" msgstr "Метадані" #: ../raphodo/generatenameconfig.py:210 msgid "Sequences" msgstr "ПоÑлідовноÑті" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:213 msgid "Job code" msgstr "Мітка" #: ../raphodo/generatenameconfig.py:214 msgid "Image date" msgstr "Дата фото" #: ../raphodo/generatenameconfig.py:215 msgid "Video date" msgstr "Дата відео" #: ../raphodo/generatenameconfig.py:216 msgid "Today" msgstr "Сьогодні" #: ../raphodo/generatenameconfig.py:217 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:220 msgid "Download time" msgstr "Ð§Ð°Ñ Ñ‚Ð° дата завантаженнÑ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:223 msgid "Name" msgstr "Ðазва" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 ../raphodo/rapid.py:2609 msgid "Extension" msgstr "РозширеннÑ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 msgid "Image number" msgstr "Ðомер фото" #: ../raphodo/generatenameconfig.py:230 msgid "Video number" msgstr "Ðомер відео" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:233 msgid "Aperture" msgstr "Діафрагма" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "Exposure time" msgstr "Ð§Ð°Ñ ÐµÐºÑпозиції" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Focal length" msgstr "ФокуÑна відÑтань" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Camera make" msgstr "Виробник камери" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera model" msgstr "Модель камери" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 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:254 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:257 msgid "Serial number" msgstr "Серійний номер" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Shutter count" msgstr "КількіÑть затворів" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:262 msgid "File number" msgstr "Ðомер файлу" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:264 msgid "Folder only" msgstr "Лише тека" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:266 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:269 msgid "Owner name" msgstr "Ð†Ð¼â€™Ñ Ð²Ð»Ð°Ñника" #: ../raphodo/generatenameconfig.py:270 msgid "Codec" msgstr "Кодек" #: ../raphodo/generatenameconfig.py:271 msgid "Width" msgstr "Ширина" #: ../raphodo/generatenameconfig.py:272 msgid "Height" msgstr "ВиÑота" #: ../raphodo/generatenameconfig.py:273 msgid "Length" msgstr "ТриваліÑть" #: ../raphodo/generatenameconfig.py:274 msgid "Frames Per Second" msgstr "Кадрів за Ñекунду" #: ../raphodo/generatenameconfig.py:275 msgid "Artist" msgstr "Виконавець" #: ../raphodo/generatenameconfig.py:276 msgid "Copyright" msgstr "ÐвторÑьке право" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:279 msgid "Downloads today" msgstr "Завантажень Ñьогодні" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Session number" msgstr "Ðомер ÑеанÑу" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Subfolder number" msgstr "Ðомер підтеки" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Stored number" msgstr "Ðомер збереженнÑ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:291 msgid "Sequence letter" msgstr "ПоÑлідовніÑть знаків" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:294 msgid "All digits" msgstr "Ð’ÑÑ– цифри" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 msgid "Last digit" msgstr "ОÑÑ‚Ð°Ð½Ð½Ñ Ñ†Ð¸Ñ„Ñ€Ð°" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:300 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:303 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:306 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:309 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:312 msgid "UPPERCASE" msgstr "ВЕРХÐІЙ РЕГІСТР" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "lowercase" msgstr "нижній регіÑтр" #: ../raphodo/generatenameconfig.py:316 msgid "One digit" msgstr "Одна цифра" #: ../raphodo/generatenameconfig.py:317 msgid "Two digits" msgstr "Дві цифри" #: ../raphodo/generatenameconfig.py:318 msgid "Three digits" msgstr "Три цифри" #: ../raphodo/generatenameconfig.py:319 msgid "Four digits" msgstr "Чотири цифри" #: ../raphodo/generatenameconfig.py:320 msgid "Five digits" msgstr "П’Ñть цифр" #: ../raphodo/generatenameconfig.py:321 msgid "Six digits" msgstr "ШіÑть цифр" #: ../raphodo/generatenameconfig.py:322 msgid "Seven digits" msgstr "Сім цифр" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:325 msgid "Subseconds" msgstr "ПідÑекунди" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 ../raphodo/generatenameconfig.py:415 msgid "YYYYMMDD" msgstr "РРРРММДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:416 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:334 ../raphodo/generatenameconfig.py:417 msgid "YYYY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 msgid "YYMMDD" msgstr "РРММДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 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:343 msgid "YY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "MMDDYYYY" msgstr "ММДДРРРР" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYY" msgstr "ММДДРР" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDD" msgstr "ММДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "DDMMYYYY" msgstr "ДДММГГГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYY" msgstr "ДДММРР" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 ../raphodo/generatenameconfig.py:415 #: ../raphodo/generatenameconfig.py:416 ../raphodo/generatenameconfig.py:417 #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:419 msgid "YYYY" msgstr "РРРР" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 msgid "YY" msgstr "РР" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "MM" msgstr "ММ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "DD" msgstr "ДД" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "Month (full)" msgstr "МіÑÑць (повніÑтю)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (abbreviated)" msgstr "МіÑÑць (коротко)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "HHMMSS" msgstr "ГГХХСС" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMM" msgstr "ГГХХ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 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:394 msgid "HH-MM" msgstr "ГГ-ХХ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:397 msgid "HH" msgstr "ГГ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 msgid "MM (minutes)" msgstr "ХХ (хвилин)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:403 msgid "SS" msgstr "СС" #: ../raphodo/generatenameconfig.py:415 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:416 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:417 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:512 #: ../raphodo/generatenameconfig.py:699 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:418 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:419 ../raphodo/jobcodepanel.py:279 #: ../raphodo/ui/nameeditor.py:926 ../raphodo/rapid.py:2261 #: ../raphodo/ui/renamepanel.py:93 ../raphodo/ui/renamepanel.py:275 msgid "Job Code" msgstr "Мітка" #: ../raphodo/generatenameconfig.py:507 ../raphodo/generatenameconfig.py:694 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:510 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:510 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:699 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:700 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:700 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/jobcodepanel.py:90 msgid "Enter a new Job Code, or select a previous one" msgstr "Введіть нову мітку або виберіть попередню" #: ../raphodo/jobcodepanel.py:98 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:108 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:121 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:123 msgid "Enter a new Job Code" msgstr "Введіть нову мітку" #: ../raphodo/jobcodepanel.py:131 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/jobcodepanel.py:144 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:148 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:186 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:190 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:251 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:255 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:259 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:264 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:269 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:278 msgid "Last Used" msgstr "" #: ../raphodo/jobcodepanel.py:283 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:286 ../raphodo/rapid.py:2616 msgid "Ascending" msgstr "" #: ../raphodo/jobcodepanel.py:287 ../raphodo/rapid.py:2617 msgid "Descending" msgstr "" #: ../raphodo/jobcodepanel.py:297 msgid "&New..." msgstr "" #: ../raphodo/jobcodepanel.py:301 msgid "&Apply" msgstr "" #: ../raphodo/jobcodepanel.py:305 msgid "&Remove" msgstr "" #: ../raphodo/jobcodepanel.py:309 ../raphodo/prefs/preferencedialog.py:288 #: ../raphodo/prefs/preferencedialog.py:324 #: ../raphodo/prefs/preferencedialog.py:781 msgid "Remove All" msgstr "" #: ../raphodo/jobcodepanel.py:512 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:515 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:578 msgid "Job Codes" msgstr "Мітки" #: ../raphodo/ui/messagewidget.py:67 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:478 ../raphodo/ui/nameeditor.py:498 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:583 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:584 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:630 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:647 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:650 ../raphodo/ui/nameeditor.py:1558 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:743 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:751 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:884 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:892 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:900 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:907 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:936 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:954 #, python-format msgid "The character
      %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:964 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:972 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:999 ../raphodo/ui/renamepanel.py:139 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1082 ../raphodo/ui/nameeditor.py:1105 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1134 ../raphodo/prefs/preferencedialog.py:1083 #: ../raphodo/wsl.py:648 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1161 msgid "Insert" msgstr "" #: ../raphodo/ui/nameeditor.py:1523 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1527 msgid "" "Do you want to save the changes in a new custom " "preset?

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

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

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

      The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1562 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:326 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:327 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:328 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:331 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:334 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:336 #, 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:366 ../raphodo/newversion.py:385 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:388 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:412 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:531 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:553 msgid "Downloading..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:134 msgid "Preferences" msgstr "" #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 msgid "Automation" msgstr "ÐвтоматизаціÑ" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Thumbnails" msgstr "Мініатюри" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:160 #: ../raphodo/prefs/preferencedialog.py:183 #: ../raphodo/prefs/preferencedialog.py:585 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:184 #: ../raphodo/prefs/preferencedialog.py:649 msgid "Error Handling" msgstr "Обробка помилок" #: ../raphodo/prefs/preferencedialog.py:162 #: ../raphodo/prefs/preferencedialog.py:185 msgid "Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:163 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:164 #: ../raphodo/prefs/preferencedialog.py:186 msgid "Miscellaneous" msgstr "Інше" #: ../raphodo/prefs/preferencedialog.py:221 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:225 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:231 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:233 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:240 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:244 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 #: ../raphodo/prefs/preferencedialog.py:310 msgid "Add..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:252 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 #: ../raphodo/prefs/preferencedialog.py:286 #: ../raphodo/prefs/preferencedialog.py:317 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove" msgstr "" #: ../raphodo/prefs/preferencedialog.py:259 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:278 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:279 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:283 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:290 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:304 msgid "Ignored Paths" msgstr "Ігноровані розміщеннÑ" #: ../raphodo/prefs/preferencedialog.py:306 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:313 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:320 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:327 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as well. #: ../raphodo/prefs/preferencedialog.py:338 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:345 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:387 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:400 #: ../raphodo/prefs/preferencedialog.py:505 #: ../raphodo/prefs/preferencedialog.py:553 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:408 #: ../raphodo/prefs/preferencedialog.py:575 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:416 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:417 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place the #. carriage return where you think it makes sense so that the tool tip does not #. stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:422 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading at program startup" msgstr "Розпочинати Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð¿Ñ–Ð´ Ñ‡Ð°Ñ Ð·Ð°Ð¿ÑƒÑку програми" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Start downloading upon device insertion" msgstr "Розпочинати Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð¿Ñ–ÑÐ»Ñ Ð¿Ñ–Ð´â€™Ñ”Ð´Ð½Ð°Ð½Ð½Ñ Ð¿Ñ€Ð¸Ñтрою" #: ../raphodo/prefs/preferencedialog.py:430 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program when download completes" msgstr "Закінчити програму піÑÐ»Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ" #: ../raphodo/prefs/preferencedialog.py:433 msgid "Exit program even if download had warnings or errors" msgstr "Закінчити програму навіть при помилках завантаженнÑ" #: ../raphodo/prefs/preferencedialog.py:465 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:470 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:473 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:477 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:480 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:489 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:490 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:530 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:536 msgid "days" msgstr "" #: ../raphodo/prefs/preferencedialog.py:537 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:550 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:559 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:562 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:588 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:598 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:601 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:615 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:629 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Skip download" msgstr "ПропуÑтити завантаженнÑ" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:656 msgid "Add unique identifier" msgstr "Додати унікальний ідентифікатор" #: ../raphodo/prefs/preferencedialog.py:659 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Overwrite" msgstr "ПерезапиÑати" #: ../raphodo/prefs/preferencedialog.py:668 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Skip" msgstr "ПропуÑтити" #: ../raphodo/prefs/preferencedialog.py:671 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:678 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:690 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:701 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:722 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:723 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:727 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:730 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:736 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:740 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:743 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:749 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:755 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:760 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:765 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:771 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:776 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:783 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:821 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:824 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:827 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:834 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:837 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:842 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:854 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:855 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:862 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:868 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:874 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:880 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:886 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:906 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:911 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:916 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:921 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:968 msgid "Version Check" msgstr "" #: ../raphodo/prefs/preferencedialog.py:969 msgid "Check for new version at startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:972 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/prefs/preferencedialog.py:976 msgid "Include development releases" msgstr "" #: ../raphodo/prefs/preferencedialog.py:978 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/prefs/preferencedialog.py:996 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:999 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1006 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1008 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1034 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1140 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1423 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1585 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1590 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1605 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1610 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1929 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1931 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1933 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1947 msgid "Enter a Path to Ignore" msgstr "Введіть розміщеннÑ, Ñке бажаєте ігнорувати" #: ../raphodo/prefs/preferencedialog.py:1949 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" "Вкажіть розміщеннÑ, Ñке не буде ÑкануватиÑÑ Ð½Ð° наÑвніÑть фотографій або " "відеофрагментів" #: ../raphodo/prefs/preferencedialog.py:1951 msgid "Path:" msgstr "ШлÑÑ…:" #: ../raphodo/prefs/preferencedialog.py:1965 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1966 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1967 ../raphodo/ui/renamepanel.py:140 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1982 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1987 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1996 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:736 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Параметри підтеки не повинні починатиÑÑŒ з %s" #: ../raphodo/prefs/preferences.py:740 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Параметри підтеки не повинні завершуватиÑÑŒ %s" #: ../raphodo/prefs/preferences.py:747 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "Параметри підтеки не повинні міÑтити два %s одне за одним" #: ../raphodo/ui/primarybutton.py:124 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" "%(image1)s було Ñтворено %(image1_date)s у %(image1_time)s та %(image2)s " "Ñтворено %(image2_date)s у %(image2_time)s." #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "У метаданих пропущено %(type)s." #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "Ð’ імені файлу відÑутнє розширеннÑ." #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "Ð’ імені файлу відÑутній чиÑловий компонент." #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 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:249 ../raphodo/proximity.py:278 #: ../raphodo/proximity.py:313 ../raphodo/proximity.py:319 #, 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:267 #, 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:288 ../raphodo/proximity.py:294 #: ../raphodo/proximity.py:1123 ../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:303 ../raphodo/proximity.py:307 #: ../raphodo/proximity.py:1130 ../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:328 #, 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:339 #, 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:473 #, 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:1135 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1893 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:1952 #, 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:1956 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:1962 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2101 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:2106 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2109 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2110 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2112 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:2568 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:473 ../raphodo/rapid.py:871 ../raphodo/rapid.py:4657 #: ../raphodo/rapid.py:4880 ../raphodo/rapid.py:4899 ../raphodo/rapid.py:4922 #: ../raphodo/rapid.py:4929 ../raphodo/rapid.py:5606 ../raphodo/rapid.py:6229 #: ../raphodo/rapid.py:7449 ../raphodo/ui/rememberthisdialog.py:112 #: ../raphodo/ui/viewutils.py:743 #: ../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:1156 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:1167 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1176 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:1188 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1367 #, python-format msgid "" "Cannot download from Apple devices

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

      Missing applications: " "%(applications)s

      Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1766 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1769 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1778 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1782 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1786 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1804 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1806 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1824 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1827 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1873 msgid "" "\n" "

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

      \n" "

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

      " msgstr "" #: ../raphodo/rapid.py:1883 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1894 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1897 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1898 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1901 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in the future #: ../raphodo/rapid.py:1906 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:2110 ../raphodo/rapid.py:2914 msgid "Download" msgstr "Завантажити" #: ../raphodo/rapid.py:2114 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:2118 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:2122 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:2128 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:2132 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:2137 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:2140 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:2144 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:2147 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:2150 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:2153 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:2158 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:2161 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:2250 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:2258 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:2260 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:2262 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2486 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2505 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2508 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2522 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2600 msgid "All" msgstr "" #: ../raphodo/rapid.py:2601 msgid "New" msgstr "" #: ../raphodo/rapid.py:2603 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2606 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2607 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2610 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2611 msgid "Device" msgstr "ПриÑтрій" #: ../raphodo/rapid.py:2613 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2629 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:2894 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2910 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2912 msgid "Pause" msgstr "Призупинити" #: ../raphodo/rapid.py:3049 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:3150 #, 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:3244 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:3258 #, 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:3346 msgid "" "\n" "Downloading all files

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

      \n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3511 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "Ці каталоги Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ñ” некоректними:\n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3514 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Ці каталоги Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ñ” некоректними:\n" "%s" #: ../raphodo/rapid.py:3517 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3518 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3536 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:3547 ../raphodo/rapid.py:3561 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3549 ../raphodo/rpdfile.py:179 msgid "photos" msgstr "фото" #: ../raphodo/rapid.py:3563 ../raphodo/rpdfile.py:174 msgid "videos" msgstr "відео" #: ../raphodo/rapid.py:3573 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:3589 ../raphodo/rapid.py:3605 #, 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:3592 ../raphodo/rpdfile.py:181 ../raphodo/rpdfile.py:850 msgid "photo" msgstr "фото" #: ../raphodo/rapid.py:3608 ../raphodo/rpdfile.py:176 ../raphodo/rpdfile.py:912 msgid "video" msgstr "відео" #: ../raphodo/rapid.py:3616 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:4447 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4527 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "Завантажено %(noFiles)s %(filetypes)s" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4537 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s не вдалоÑÑŒ завантажити" #: ../raphodo/rapid.py:4543 ../raphodo/rapid.py:4650 msgid "warnings" msgstr "заÑтереженнÑ" #: ../raphodo/rapid.py:4578 msgid "All downloads complete" msgstr "Ð’ÑÑ– Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ñ–" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4588 ../raphodo/rapid.py:4603 ../raphodo/rapid.py:4619 #: ../raphodo/rapid.py:4634 ../raphodo/rapid.py:4649 #, 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:4593 ../raphodo/rapid.py:4624 #, 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:4608 ../raphodo/rapid.py:4639 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s не вдалоÑÑŒ завантажити" #: ../raphodo/rapid.py:4675 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4677 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4682 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4684 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4709 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4716 #, 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:4725 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4727 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4767 msgid "Program preferences are invalid" msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ñ€Ð¾Ð³Ñ€Ð°Ð¼Ð¸ Ñ” хибними" #: ../raphodo/rapid.py:4886 #, 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:4905 #, 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:4925 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4936 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4937 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:5029 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:5032 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:5036 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:5041 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5578 #, 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:5613 #, 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:5775 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5777 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5779 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5781 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5782 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5783 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5867 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:6212 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6216 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:6222 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6226 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6645 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6649 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:6705 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6712 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6726 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6738 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:7035 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:7042 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7048 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7055 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:7061 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:7067 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:7075 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:7083 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:7088 ../raphodo/rapid.py:7095 ../raphodo/rapid.py:7102 #: ../raphodo/rapid.py:7146 ../raphodo/rapid.py:7156 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:7090 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:7097 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7104 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7111 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:7117 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:7122 ../raphodo/rapid.py:7134 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:7125 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:7137 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:7149 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7159 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7167 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:7177 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:7184 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:7191 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:7200 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:7208 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:7215 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7224 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:7232 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:7238 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:7245 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:7255 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:7348 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7359 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:7366 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7437 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7452 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7542 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7547 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7562 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:7637 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:7842 msgid "All settings and caches have been reset." msgstr "Ð’ÑÑ– параметри та Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ñкинуті." #: ../raphodo/rapid.py:7850 msgid "Thumbnail Cache has been reset." msgstr "Ð’ÑÑ– параметри та Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ñкинуті." #: ../raphodo/rapid.py:7856 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:80 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:87 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:626 msgid "subfolder and filename" msgstr "підтека та назва файлу" #: ../raphodo/renameandmovefile.py:628 msgid "filename" msgstr "назва файлу" #: ../raphodo/renameandmovefile.py:630 msgid "subfolder" msgstr "підтека" #: ../raphodo/ui/renamepanel.py:327 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:328 msgid "Downloads today:" msgstr "Завантажень Ñьогодні:" #: ../raphodo/ui/renamepanel.py:350 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:351 msgid "Stored number:" msgstr "Ðомер зберіганнÑ:" #: ../raphodo/ui/renamepanel.py:363 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:365 msgid "Day start:" msgstr "Початок днÑ:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:375 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:379 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:384 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:395 msgid "Strip incompatible characters" msgstr "Вилучати неÑуміÑні Ñимволи" #: ../raphodo/ui/renamepanel.py:400 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:404 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:484 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:488 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:492 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "фото та відео" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "фото або відео" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:273 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:302 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:304 msgid "1 Video" msgstr "" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:314 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:316 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:830 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:851 msgid "Photo" msgstr "Фото" #: ../raphodo/rpdfile.py:913 msgid "Video" msgstr "Відео" #: ../raphodo/storage/storage.py:251 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:589 msgid "Pictures" msgstr "" #: ../raphodo/sudocommand.py:93 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:100 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:140 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:583 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:593 #, 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:605 ../raphodo/thumbnaildisplay.py:668 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:623 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:628 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:635 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:682 #, python-format msgid "

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

      Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2257 msgid "Copy Path" msgstr "" #: ../raphodo/thumbnaildisplay.py:2263 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2268 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:215 msgid "B" msgstr "" #: ../raphodo/utilities.py:216 msgid "KB" msgstr "" #: ../raphodo/utilities.py:217 msgid "MB" msgstr "" #: ../raphodo/utilities.py:218 msgid "GB" msgstr "" #: ../raphodo/utilities.py:219 msgid "TB" msgstr "" #: ../raphodo/utilities.py:220 msgid "PB" msgstr "" #: ../raphodo/utilities.py:221 msgid "EB" msgstr "" #: ../raphodo/utilities.py:222 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:223 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:486 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:570 msgid "one" msgstr "" #: ../raphodo/utilities.py:571 msgid "two" msgstr "" #: ../raphodo/utilities.py:572 msgid "three" msgstr "" #: ../raphodo/utilities.py:573 msgid "four" msgstr "" #: ../raphodo/utilities.py:574 msgid "five" msgstr "" #: ../raphodo/utilities.py:575 msgid "six" msgstr "" #: ../raphodo/utilities.py:576 msgid "seven" msgstr "" #: ../raphodo/utilities.py:577 msgid "eight" msgstr "" #: ../raphodo/utilities.py:578 msgid "nine" msgstr "" #: ../raphodo/utilities.py:579 msgid "ten" msgstr "" #: ../raphodo/utilities.py:580 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:581 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:582 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:583 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:584 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:585 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:586 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:587 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:588 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:589 msgid "twenty" msgstr "" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&OK" msgstr "" #: ../raphodo/ui/viewutils.py:680 ../raphodo/ui/viewutils.py:700 msgid "&Save" msgstr "" #: ../raphodo/ui/viewutils.py:681 msgid "&Help" msgstr "" #: ../raphodo/ui/viewutils.py:682 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:683 ../raphodo/ui/viewutils.py:701 msgid "&Yes" msgstr "" #: ../raphodo/ui/viewutils.py:684 ../raphodo/ui/viewutils.py:702 msgid "&No" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:105 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:109 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:115 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:309 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:314 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:321 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:390 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:403 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:558 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:562 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:566 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:570 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:594 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:596 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:598 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:638 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:652 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1459 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1463 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1606 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1612 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "" #~ msgid "New York" #~ msgstr "Ðью-Йорк" #~ msgid "Prague" #~ msgstr "Прага" #~ msgid "Helsinki" #~ msgstr "ГельÑінкі" #~ msgid "Wellington" #~ msgstr "Веллінгтон" #~ msgid "Tehran" #~ msgstr "Тегеран" #~ msgid "Kampala" #~ msgstr "Кампала" #~ msgid "Paris" #~ msgstr "Париж" #~ msgid "Berlin" #~ msgstr "Берлін" #~ msgid "Sydney" #~ msgstr "Сідней" #~ msgid "Budapest" #~ msgstr "Будапешт" #~ msgid "Rome" #~ msgstr "Рим" #~ msgid "Moscow" #~ msgstr "МоÑква" #~ msgid "Delhi" #~ msgstr "Делі" #~ msgid "Warsaw" #~ msgstr "Варшава" #~ msgid "Jakarta" #~ msgstr "Джакарта" #~ msgid "Madrid" #~ msgstr "Мадрид" #~ msgid "Stockholm" #~ msgstr "Стокгольм" #~ msgid "Error in Photo Rename preferences" #~ msgstr "Помилка в параметрі Â«ÐŸÐµÑ€ÐµÐ¹Ð¼ÐµÐ½ÑƒÐ²Ð°Ð½Ð½Ñ Ñ„Ð¾Ñ‚Ð¾Â»" #~ msgid "Error in Video Rename preferences" #~ msgstr "Помилка в налаштуваннÑÑ… Â«ÐŸÐµÑ€ÐµÐ¹Ð¼ÐµÐ½ÑƒÐ²Ð°Ð½Ð½Ñ Ð²Ñ–Ð´ÐµÐ¾Â»" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "Помилка в налаштуваннÑÑ… «Підтеки Ð´Ð»Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ñ„Ð¾Ñ‚Ð¾Â»" #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "Помилка в налаштуваннÑÑ… «Підтеки Ð´Ð»Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð²Ñ–Ð´ÐµÐ¾Â»" #~ msgid "Select a folder to download photos to" #~ msgstr "Виберіть теку Ð´Ð»Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ñ„Ð¾Ñ‚Ð¾" #~ msgid "Select a folder to download videos to" #~ msgstr "Виберіть теку Ð´Ð»Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð²Ñ–Ð´ÐµÐ¾" #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Виберіть теку, що міÑтить %(file_types)s" #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "" #~ "Увага: ÐедоÑтатньо метаданих Ð´Ð»Ñ Ð¿Ð¾Ð²Ð½Ð¾Ð³Ð¾ ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð½Ð°Ð·Ð²Ð¸. " #~ "ВикориÑтовуйте інші варіанти перейменуваннÑ." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "" #~ "Увага: ÐедоÑтатньо метаданих Ð´Ð»Ñ Ð¿Ð¾Ð²Ð½Ð¾Ð³Ð¾ ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð¿Ñ–Ð´Ñ‚ÐµÐº. " #~ "ВикориÑтовуйте інші варіанти Ð½Ð°Ð¹Ð¼ÐµÐ½ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ñ–Ð´Ñ‚ÐµÐº." #, python-format #~ msgid "Example: %s" #~ msgstr "Приклад: %s" #, python-format #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "Введені параметри підтеки %(filetype)s помилкові, вони не " #~ "викориÑтовуватимутьÑÑ.\n" #~ "Ці Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð±ÑƒÐ´ÑƒÑ‚ÑŒ Ñкинуті до типових." #~ msgid "externaldrive1" #~ msgstr "зовнішній приÑтрій 1" #~ msgid "externaldrive2" #~ msgstr "зовнішній приÑтрій 2" #~ msgid "scanning..." #~ msgstr "ÑкануваннÑ..." #~ msgid "Download cannot proceed" #~ msgstr "Ðеможливо продовжити завантаженнÑ" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Джерело: %(source)s\n" #~ "ÐдреÑат: %(destination)s" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "Джерело: %(source)s" #~ msgid "Backing up error" #~ msgstr "Помилка резервного копіюваннÑ" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "Ðе вдалоÑÑŒ Ñтворити теку адреÑата: %(directory)s\n" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s з %(total)s %(filetypes)s" #~ msgid "Size" #~ msgstr "Розмір" #~ msgid "Download Progress" #~ msgstr "ПоÑтуп завантаженнÑ" #~ msgid "Device Detected" #~ msgstr "ВиÑвлений приÑтрій" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "" #~ "Чи викориÑтовувати цей приÑтрій або розділ Ð´Ð»Ñ Ð²Ð¸Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð· нього фото та " #~ "відео?" #~ msgid "_Remember this choice" #~ msgstr "_Пам’Ñтати цей вибір" #~ msgid "Remove all Job Codes?" #~ msgstr "Вилучити вÑÑ– мітки?" #~ msgid "Should all Job Codes be removed?" #~ msgstr "Чи потрібно вилучити вÑÑ– мітки?" #~ msgid "Enter a Job Code" #~ msgstr "Введіть мітку" #~ msgid "Job Code:" #~ msgstr "Мітка:" #~ msgid "and" #~ msgstr "та" #~ msgid "Using backup devices" #~ msgstr "ВикориÑÑ‚Ð°Ð½Ð½Ñ Ð¿Ñ€Ð¸Ñтроїв Ð´Ð»Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ð¾Ð³Ð¾ копіюваннÑ" #~ msgid "Using backup device" #~ msgstr "ВикориÑÑ‚Ð°Ð½Ð½Ñ Ð¿Ñ€Ð¸Ñтрою Ð´Ð»Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ð¾Ð³Ð¾ копіюваннÑ" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "Резервне ÐºÐ¾Ð¿Ñ–ÑŽÐ²Ð°Ð½Ð½Ñ Ð´Ð¾ %(path)s" #~ msgid "MB/s" #~ msgstr "МБ/Ñ" #~ msgid "About 1 second remaining" #~ msgstr "ЗалишилоÑÑŒ Ð±Ñ–Ð»Ñ 1 Ñекунди" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "ЗалишилоÑÑŒ Ð±Ñ–Ð»Ñ %i Ñекунд" #~ msgid "About 1 minute remaining" #~ msgstr "ЗалишилоÑÑŒ Ð±Ñ–Ð»Ñ 1 хвилини" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "ЗалишилоÑÑŒ Ð±Ñ–Ð»Ñ %(minutes)i:%(seconds)02i" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "" #~ "показати дані програми в командному Ñ€Ñдку під Ñ‡Ð°Ñ Ð·Ð°Ð¿ÑƒÑку (типово: %default)" #~ msgid "only output errors to the command line" #~ msgstr "виводити в командний Ñ€Ñдок лише помилки" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "" #~ "вивеÑти ÑпиÑок розширень фото та відео файлів, розпізнаних програмою Ñ– вийти" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "Ñкинути вÑÑ– параметри та Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ñ€Ð¾Ð³Ñ€Ð°Ð¼Ð¸ Ñ– вийти" #~ msgid "Photos:" #~ msgstr "Фото:" #~ msgid "Videos:" #~ msgstr "Відео:" #, python-format #~ msgid "and %s" #~ msgstr "та %s" #~ msgid "All settings and preferences have been reset" #~ msgstr "Ð’ÑÑ– параметри та Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ñкинуті" #~ msgid "Name + extension" #~ msgstr "Ðазва + розширеннÑ" #~ msgid " " #~ msgstr " " #~ msgid " hh:mm" #~ msgstr " гг:Ñ…Ñ…" #~ msgid ":" #~ msgstr ":" #~ msgid "Backup" #~ msgstr "Резервне копіюваннÑ" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "СуміÑніÑть з іншими операційними ÑиÑтемами" #~ msgid "Download Folder" #~ msgstr "Тека Ð´Ð»Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ" #~ msgid "Download Subfolders" #~ msgstr "Підтеки Ð´Ð»Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ" #~ msgid "Example" #~ msgstr "Приклад" #~ msgid "Job Codes" #~ msgstr "Мітки" #~ msgid "Photo Rename" #~ msgstr "ÐŸÐµÑ€ÐµÐ¹Ð¼ÐµÐ½ÑƒÐ²Ð°Ð½Ð½Ñ Ñ„Ð¾Ñ‚Ð¾" #~ msgid "Photo and Video Name Conflicts" #~ msgstr "Конфлікти назв фото та відео" #~ msgid "Program Automation" #~ msgstr "ÐÐ²Ñ‚Ð¾Ð¼Ð°Ñ‚Ð¸Ð·Ð°Ñ†Ñ–Ñ Ð¿Ñ€Ð¾Ð³Ñ€Ð°Ð¼Ð¸" #~ msgid "Sequence Numbers" #~ msgstr "ПоÑлідовніÑть номерів" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/media/externaldrive/Photos" #~ msgid "Example: /home/user/Pictures" #~ msgstr "Приклад: /home/user/Pictures" #~ msgid "Example:" #~ msgstr "Приклад:" #~ msgid "New:" #~ msgstr "Ðова назва:" #~ msgid "Original:" #~ msgstr "Початкова назва:" #~ msgid "Backup\t" #~ msgstr "Резервне копіюваннÑ\t" #~ msgid "Devices" #~ msgstr "ПриÑтрої" #~ msgid "Error Handling" #~ msgstr "Обробка помилок" #~ msgid "Job Codes" #~ msgstr "Мітки" #~ msgid "Photo Download Folders" #~ msgstr "" #~ "Теки Ð´Ð»Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ñ„Ð¾Ñ‚Ð¾" #~ msgid "Photo Rename\t" #~ msgstr "ÐŸÐµÑ€ÐµÐ¹Ð¼ÐµÐ½ÑƒÐ²Ð°Ð½Ð½Ñ Ñ„Ð¾Ñ‚Ð¾\t" #~ msgid "Rename Options" #~ msgstr "" #~ "Параметри перейменуваннÑ" #~ msgid "Video Download Folders" #~ msgstr "" #~ "Теки Ð´Ð»Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð²Ñ–Ð´ÐµÐ¾" #~ msgid "Video Rename\t" #~ msgstr "ÐŸÐµÑ€ÐµÐ¹Ð¼ÐµÐ½ÑƒÐ²Ð°Ð½Ð½Ñ Ð²Ñ–Ð´ÐµÐ¾\t" #~ msgid "Backup" #~ msgstr "Резервне копіюваннÑ" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Виберіть теку Ð´Ð»Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ. Ð’ цій теці автоматично ÑтворюватимутьÑÑ " #~ "підтеки Ð´Ð»Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð¸Ñ… фото викориÑтовуючи Ñтруктуру, зазначену нижче." #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "" #~ "Виберіть теку Ð´Ð»Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ. Ð’ цій теці автоматично ÑтворюватимутьÑÑ " #~ "підтеки Ð´Ð»Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð¸Ñ… відео викориÑтовуючи Ñтруктуру, зазначену нижче." #~ msgid "Download folder:" #~ msgstr "Тека Ð´Ð»Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ:" #~ msgid "Error Log" #~ msgstr "Журнал помилок" #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "Імпортуйте фото та відео ефективно та надійно" #~ msgid "Location:" #~ msgstr "РозташуваннÑ:" #~ msgid "Photo Folders" #~ msgstr "Теки з фото" #~ msgid "Photo Rename" #~ msgstr "ÐŸÐµÑ€ÐµÐ¹Ð¼ÐµÐ½ÑƒÐ²Ð°Ð½Ð½Ñ Ñ„Ð¾Ñ‚Ð¾" #~ msgid "Photo backup folder name:" #~ msgstr "Ðазва теки Ð´Ð»Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ð¾Ð³Ð¾ ÐºÐ¾Ð¿Ñ–ÑŽÐ²Ð°Ð½Ð½Ñ Ñ„Ð¾Ñ‚Ð¾:" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "Параметри: Rapid Photo Downloader" #~ msgid "R_emove All" #~ msgstr "Ð’_илучити вÑе" #~ msgid "Rename Options" #~ msgstr "Параметри перейменуваннÑ" #~ msgid "" #~ "Specify the folder in which backups are stored on the device. \n" #~ "\n" #~ "Note: this will also be used to determine whether or not the device is " #~ "used for backups. For each device you wish to use for backing up to, create " #~ "a folder in it with one of these names." #~ msgstr "" #~ "Вкажіть каталог, в Ñкому зберігатимутьÑÑ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ñ– копії на приÑтрої. \n" #~ "\n" #~ "Примітка: це також визначатиме, чи викориÑтовуєтьÑÑ Ð¿Ñ€Ð¸Ñтрій Ð´Ð»Ñ " #~ "резервного копіюваннÑ, чи ні. Ð”Ð»Ñ ÐºÐ¾Ð¶Ð½Ð¾Ð³Ð¾ приÑтрою, Ñкий ви " #~ "викориÑтовуватимете, в цьому каталозі ÑтворюватиметьÑÑ Ñ‚ÐµÐºÐ° з відповідною " #~ "назвою." #~ msgid "" #~ "Specify the time in 24 hour format at which the Downloads today " #~ "sequence number should be reset." #~ msgstr "" #~ "Вкажіть Ñ‡Ð°Ñ Ð² 24-годинному форматі, коли буде Ñкинута поÑлідовніÑть номерів " #~ "Ð´Ð»Ñ Ð¿Ð°Ñ€Ð°Ð¼ÐµÑ‚Ñ€Ð° Завантажень Ñьогодні." #~ msgid "" #~ "Specify whether photo, video and folder names should have any characters " #~ "removed that are not allowed by other operating systems." #~ msgstr "" #~ "Вкажіть, чи вилучати з назв фото, відео та тек вÑÑ– Ñимволи, що не дозволені " #~ "в інших операційних ÑиÑтемах." #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "Синхронізувати поÑлідовніÑть номерів RAW + JPEG" #~ msgid "Unmount (\"eject\") device upon download completion" #~ msgstr "Від’єднати («витÑгти») приÑтрій піÑÐ»Ñ Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð½Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ" #~ msgid "Video Folders" #~ msgstr "Теки відео" #~ msgid "Video Rename" #~ msgstr "ÐŸÐµÑ€ÐµÐ¹Ð¼ÐµÐ½ÑƒÐ²Ð°Ð½Ð½Ñ Ð²Ñ–Ð´ÐµÐ¾" #~ msgid "Video backup folder name:" #~ msgstr "Ðазва теки Ð´Ð»Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ð¾Ð³Ð¾ ÐºÐ¾Ð¿Ñ–ÑŽÐ²Ð°Ð½Ð½Ñ Ð²Ñ–Ð´ÐµÐ¾:" #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "" #~ "Чи Ñлід під Ñ‡Ð°Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ð¾Ð³Ð¾ ÐºÐ¾Ð¿Ñ–ÑŽÐ²Ð°Ð½Ð½Ñ Ð¿ÐµÑ€ÐµÐ·Ð°Ð¿Ð¸Ñати файл, що має однакову " #~ "назву з файлом на приÑтрої, чи пропуÑтити його?" #~ msgid "_Add..." #~ msgstr "Д_одати..." #~ msgid "_Clear Completed Downloads" #~ msgstr "_ОчиÑтити завершені завантаженнÑ" #~ msgid "_Error Log" #~ msgstr "_Журнал помилок" #~ msgid "_Get Help Online..." #~ msgstr "О_тримати довідку онлайн..." #~ msgid "_Help" #~ msgstr "_Довідка" #~ msgid "_Make a Donation..." #~ msgstr "_Зробити пожертву..." #~ msgid "_Report a Problem..." #~ msgstr "Зв_Ñ–Ñ‚ про помилку..." #~ msgid "_Translate this Application..." #~ msgstr "_ПереклаÑти цю програму..." #~ msgid "_View" #~ msgstr "_ПереглÑд" #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s з %(total)s %(filetypes)s (%(remaining)s залишилоÑÑŒ)" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "Помилка: %(inst)s" #~ msgid "Photo has already been downloaded" #~ msgstr "Фото вже були завантажені" #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "ВиÑвлені фото з однаковою назвою, але зроблені в різний чаÑ" #~ msgid "Select All Wit_h Job Code" #~ msgstr "Вибрати вÑÑ– з _мітками" #~ msgid "Select All Without _Job Code" #~ msgstr "Вибрати вÑÑ– без _міток" #~ msgid "_File" #~ msgstr "_Файл" #~ msgid "_Select" #~ msgstr "_Вибрати" #, python-format #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #~ msgid "display debugging information when run from the command line" #~ msgstr "" #~ "показувати інÑтрукцію зі Ð·Ð½ÐµÐ²Ð°Ð´Ð¶ÐµÐ½Ð½Ñ Ð¿Ñ–Ð´ Ñ‡Ð°Ñ Ð·Ð°Ð¿ÑƒÑку з командного Ñ€Ñдка" #~ msgid "Free space:" #~ msgstr "Вільний проÑтір:" #~ msgid "; " #~ msgstr "; " #~ msgid "." #~ msgstr "," #, python-format #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #, python-format #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #, python-format #~ msgid "Folder: %s" #~ msgstr "Каталог: %s" #, python-format #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "%(file_type)s каталог Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ñ” хибним" #, python-format #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "%(file_type)s каталог Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð½Ðµ Ñ–Ñнує" #, python-format #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "%(file_type)s каталог Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð½Ðµ доÑтупний Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñу" #, python-format #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Файл: %(file)s" #, python-format #~ msgid "%(free)s free" #~ msgstr "%(free)s вільно" #, python-format #~ msgid "" #~ "%(filetype)s could not be backed up because no suitable backup locations " #~ "were found." #~ msgstr "" #~ "%(filetype)s не може бути збережений в резервну копію, тому, що не вказано " #~ "міÑце Ð´Ð»Ñ Ð·Ð±ÐµÑ€ÐµÐ¶ÐµÐ½Ð½Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ð¸Ñ… копій." #, python-format #~ msgid "%(filetype)s was already downloaded" #~ msgstr "%(filetype)s вже було завантажено" #, python-format #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "%(filetype)s не можливо прочитати метадані" #, python-format #~ msgid "Error generating component %s." #~ msgstr "Помилка ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÐµÐ½Ñ‚Ð° %s." #, python-format #~ msgid "%(filetype)s %(area)s could not be generated" #~ msgstr "%(filetype)s %(area)s не може бути згенерованим" #, python-format #~ msgid "%(filetype)s already exists" #~ msgstr "%(filetype)s вже Ñ–Ñнує" #, python-format #~ msgid "The existing %(filetype)s was last modified on %(date)s at %(time)s." #~ msgstr "ІÑнуючий фал %(filetype)s було модифіковано %(date)s в %(time)s." #, python-format #~ msgid "" #~ "The existing %(filetype)s was last modified on %(date)s at %(time)s. Unique " #~ "identifier '%(identifier)s' added." #~ msgstr "" #~ "ІÑнуючий фал %(filetype)s було модифіковано %(date)s в %(time)s. Додано " #~ "унікальний ідентифікатор '%(identifier)s' ." #, python-format #~ msgid "There is no data with which to name the %(filetype)s." #~ msgstr "Ðе Ñ–Ñнує даних з ім’Ñм %(filetype)s." #, python-format #~ msgid "Error: %(errorno)s %(strerror)s" #~ msgstr "Помилка: %(errorno)s %(strerror)s" #~ msgid "The metadata might be corrupt." #~ msgstr "Метадані можуть бути пошкодженими." #~ msgid "" #~ "The filename, extension and Exif information indicate it has already been " #~ "downloaded." #~ msgstr "Файл, Ñ€Ð¾Ð·ÑˆÐ¸Ñ€ÐµÐ½Ð½Ñ Ñ‚Ð° Exif Ñ–Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ñ–Ñ Ð²Ð¶Ðµ були завантажені." #, python-format #~ msgid " It was backed up to %(volume)s" #~ msgstr " Було Ñтворено резервну копію на %(volume)s" #~ msgid " It was backed up to these devices: " #~ msgstr " Було Ñтворено резервну копію на цих приÑтроÑÑ…: " #, python-format #~ msgid "%s, " #~ msgstr "%s, " #, python-format #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)s та %(final_volume)s." #, python-format #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #, python-format #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #, python-format #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "СталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° при Ñтворенні резервної копії на %(volume)s." #~ msgid "Backups already exist in these locations: " #~ msgstr "Резервна ÐºÐ¾Ð¿Ñ–Ñ Ð²Ð¶Ðµ Ñ–Ñнує на: " #, python-format #~ msgid "Backup already exists on %(volume)s." #~ msgstr "Резервна ÐºÐ¾Ð¿Ñ–Ñ Ð²Ð¶Ðµ Ñ–Ñнує на %(volume)s." #, python-format #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)s та %(volume)s." #, python-format #~ msgid "" #~ "Photos detected with the same filenames, but taken at different times: " #~ "%(details)s" #~ msgstr "" #~ "ВиÑвлені файли з однаковими назвами, проте Ñтворені в різний чаÑ: %(details)s" #, python-format #~ msgid "An error occurred when backing up on %(volume)s: %(inst)s." #~ msgstr "" #~ "СталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° при Ñтворенні резервної копії на %(volume)s: %(inst)s." #, python-format #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)s та %(volume)s (%(inst)s)." #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s не від’єднано" #~ msgid "the root of the file system" #~ msgstr "корінь файлової ÑиÑтеми" #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "" #~ "Ви Ñправді бажаєте завантажити звідÑи? Ðа деÑких ÑиÑтемах ÑÐºÐ°Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ñ†ÑŒÐ¾Ð³Ð¾ " #~ "міÑÑ†ÐµÐ·Ð½Ð°Ñ…Ð¾Ð´Ð¶ÐµÐ½Ð½Ñ Ð¼Ð¾Ð¶Ðµ зайнÑти багато чаÑу." #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "Ð—Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð· %(location)s." #~ msgid "Copy" #~ msgstr "Копіювати" #~ msgid "From" #~ msgstr "З" #~ msgid "Auto Detect" #~ msgstr "Ðвтоматичне визначеннÑ" #~ msgid "Move" #~ msgstr "ПереміщеннÑ" #~ msgid "To" #~ msgstr "До" #, python-format #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "" #~ "Резервне ÐºÐ¾Ð¿Ñ–ÑŽÐ²Ð°Ð½Ð½Ñ Ñ„Ð¾Ñ‚Ð¾Ð³Ñ€Ð°Ñ„Ñ–Ð¹ до %(path)s та відеозапиÑів до %(path2)s" #, python-format #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "Резервне ÐºÐ¾Ð¿Ñ–ÑŽÐ²Ð°Ð½Ð½Ñ Ñ„Ð¾Ñ‚Ð¾Ð³Ñ€Ð°Ñ„Ñ–Ð¹ та відеозапиÑів до %(path)s" #~ msgid "" #~ "Error: specify device auto-detection or manually specify a device's path " #~ "from which to download, but do not do both." #~ msgstr "" #~ "Помилка: вкажіть автоматичне Ð²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¸Ñтрою або ÑамоÑтійно вкажіть " #~ "Ñ€Ð¾Ð·Ð¼Ñ–Ñ‰ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¸Ñтрою, з Ñкого буде виконуватиÑÑ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ, але не " #~ "викориÑтовуйте відразу обидва варіанти." #~ msgid "" #~ "manually specify the PATH of the device from which to download, overwriting " #~ "existing program preferences" #~ msgstr "" #~ "ÑамоÑтійно вкажіть Ñ€Ð¾Ð·Ð¼Ñ–Ñ‰ÐµÐ½Ð½Ñ (PATH) приÑтрою, з Ñкого буде виконуватиÑÑ " #~ "завантаженнÑ, замінюючи Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ñ€Ð¾Ð³Ñ€Ð°Ð¼Ð¸ що Ñ–Ñнують" #~ msgid "Remove all Remembered Paths?" #~ msgstr "Вилучити уÑÑ– запам’Ñтовані розміщеннÑ?" #~ msgid "Remove all Ignored Paths?" #~ msgstr "Вилучити уÑÑ– Ñ€Ð¾Ð·Ð¼Ñ–Ñ‰ÐµÐ½Ð½Ñ Ñ‰Ð¾ ігноруютьÑÑ?" #~ msgid "Should all ignored paths be removed?" #~ msgstr "Чи має бути вилучено уÑÑ– ігноровані розміщеннÑ?" #~ msgid "Select a folder in which to backup videos" #~ msgstr "Оберіть теку у Ñкій будуть зберігатиÑÑ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ñ– копії відеофрагметів" #~ msgid "Select a folder in which to backup photos" #~ msgstr "Оберіть теку у Ñкій будуть зберігатиÑÑ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ñ– копії фотографій" #~ msgid "Invalid regular expression" #~ msgstr "ÐеприпуÑтимий регулÑрний вираз" #, python-format #~ msgid "" #~ "The following regular expressions are invalid, and will be removed unless " #~ "you correct them:\n" #~ " %s" #~ msgstr "" #~ "ÐаÑтупні регулÑрні вирази неприпуÑтимі й будуть вилучені, Ñкщо ви не " #~ "виправите Ñ—Ñ…:\n" #~ " %s" #, python-format #~ msgid "" #~ "This regular expression is invalid, and will be removed unless you correct " #~ "it:\n" #~ " %s" #~ msgstr "" #~ "РегулÑрний вираз неприпуÑтимий й буде вилучено, Ñкщо ви не виправите його:\n" #~ " %s" #~ msgid "Manila" #~ msgstr "Маніла" #, python-format #~ msgid "Date time value %s appears invalid." #~ msgstr "Ð—Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð´Ð°Ñ‚Ð¸ та чаÑу %s вÑтановлено неправильно." #~ msgid "Backups overwritten on these devices: " #~ msgstr "ПерезапиÑано резервну копію на приÑтрої: " #, python-format #~ msgid "Backup overwritten on %(volume)s." #~ msgstr "Резервну копію на %(volume)s перезапиÑано." #~ msgid "The following metadata is missing: " #~ msgstr "Ці метадані пропущено: " #, python-format #~ msgid "%(missing_metadata_elements)s and %(final_missing_metadata_element)s." #~ msgstr "%(missing_metadata_elements)s, %(final_missing_metadata_element)s." #, python-format #~ msgid " Furthermore, there was a %(problem)s." #~ msgstr " До того ж була %(problem)s." #, python-format #~ msgid "%(previousproblem)s Additionally, %(newproblem)s" #~ msgstr "У Ð´Ð¾Ð¿Ð¾Ð²Ð½ÐµÐ½Ð½Ñ Ð´Ð¾ %(previousproblem)s: %(newproblem)s" #, python-format #~ msgid " Furthermore, there were %(problems)s." #~ msgstr " До того ж Ñ” %(problems)s." #, python-format #~ msgid "An error occurred when creating directories on %(volume)s: %(inst)s." #~ msgstr "СталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° при Ñтворені каталогів на %(volume)s: %(inst)s." #~ msgid "" #~ "Errors occurred when creating directories on the following backup devices: " #~ msgstr "СталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° при Ñтворені каталогів на наÑтупних приÑтроÑÑ…: " #, python-format #~ msgid "Problem in %s generation" #~ msgstr "Помилка %s при Ñтворенні" #, python-format #~ msgid "Problems in %s generation" #~ msgstr "СталиÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ¸ при Ñтворенні %s" #, python-format #~ msgid "An error occurred when copying the %(filetype)s, but it was backed up" #~ msgstr "" #~ "При копіюванні %(filetype)s ÑталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ°, але резервна ÐºÐ¾Ð¿Ñ–Ñ Ð²Ñе одно " #~ "Ñтворена." #, python-format #~ msgid "%(filetype)s already exists, but it was backed up" #~ msgstr "Хоч %(filetype)s вже Ñ–Ñнує, резервна ÐºÐ¾Ð¿Ñ–Ñ Ð²Ñе одно Ñтворена." #~ msgid "there were errors backing up" #~ msgstr "Помилки при Ñтворенні резервної копії" #~ msgid "Multiple problems were encountered" #~ msgstr "ВиÑвлено чиÑельні проблеми" #~ msgid "There were errors backing up" #~ msgstr "Помилки при Ñтворенні резервної копії" #~ msgid "Problems in subfolder and filename generation" #~ msgstr "При Ñтворенні Ñ–Ð¼â€™Ñ ÐºÐ°Ñ‚Ð°Ð»Ð¾Ð³Ñƒ та файлу ÑталиÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ¸." #~ msgid "Problem in subfolder and filename generation" #~ msgstr "Помилка при Ñтворенні імені каталогу та файлу." #, python-format #~ msgid "%(previousproblem)s, and %(backinguperror)s" #~ msgstr "%(previousproblem)s, ще %(backinguperror)s" #~ msgid "there was an error backing up" #~ msgstr "була помилка при резевному копіюванні" #~ msgid "There was an error backing up" #~ msgstr "Була помилка при резевному копіюванні" #~ msgid "Failed to create download subfolder" #~ msgstr "Ðе вдалоÑÑ Ñтворити каталог Ð´Ð»Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ" #, python-format #~ msgid "scanning (found %(photos)s photos and %(videos)s videos)..." #~ msgstr "" #~ "перевірка (знайдено %(photos)s фотографій та %(videos)s відеозапиÑів)..." #, python-format #~ msgid "Path: %s" #~ msgstr "ШлÑÑ…: %s" #~ msgid "Previous File" #~ msgstr "Попередній Файл" #~ msgid "_Uncheck All" #~ msgstr "_СкаÑувати позначку вÑього" #~ msgid "_Include in download" #~ msgstr "Включити у завантаженнÑ" #~ msgid "_Check All" #~ msgstr "_Позначити вÑе" #~ msgid "Next File" #~ msgstr "ÐаÑтупний файл" #~ msgid "" #~ "Devices are from where to download photos and videos, such as cameras, " #~ "memory cards or Portable Storage Devices.\n" #~ "\n" #~ "You can download from multiple devices simultaneously, or you can specify a " #~ "location on your hard drive.\n" #~ "\n" #~ "Downloading directly from cameras is currently an experimental feature. " #~ "If downloading directly from your camera works poorly or not at all, try " #~ "setting it to PTP mode. If that is not possible, a card reader must be " #~ "used." #~ msgstr "" #~ "ПриÑтрої - з них завантажуєтьÑÑ Ñ„Ð¾Ñ‚Ð¾ та відео, наприклад, камера, карта " #~ "пам’Ñті або переноÑний накопичувач.\n" #~ "\n" #~ "Ви можете налаштувати Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð· декількох приÑтроїв одночаÑно або " #~ "вказати міÑце Ð´Ð»Ñ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð½Ð° жорÑткому диÑку\n" #~ "\n" #~ "Ð—Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð½Ð°Ð¿Ñ€Ñму з камери поки що Ñ” пробною можливіÑтю. Якщо " #~ "Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð½Ð°Ð¿Ñ€Ñму з камери працює погано або не працює взагалі, " #~ "перемикніть Ñ—Ñ— у режим PTP. Якщо це неможливо, викориÑтовуйте приÑтрій Ð´Ð»Ñ " #~ "Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ ÐºÐ°Ñ€Ñ‚ пам’Ñті." #~ msgid "Remembered Paths" #~ msgstr "Ð Ð¾Ð·Ð¼Ñ–Ñ‰ÐµÐ½Ð½Ñ Ñкі запам’Ñтовано" #~ msgid "" #~ "If you disable automatic detection, choose the exact location of the photos " #~ "and videos." #~ msgstr "" #~ "Якщо ви вимикаєте автовизначеннÑ, оберіть міÑтце Ð´Ð»Ñ Ñ€ÐµÐ·ÐµÑ€Ð²Ð½Ð¾Ð³Ð¾ ÐºÐ¾Ð¿Ñ–ÑŽÐ²Ð°Ð½Ð½Ñ " #~ "фото та відео." #~ msgid "" #~ "If you enable automatic detection of Portable Storage Devices, the entire " #~ "device will be scanned. On large devices, this could take some time.\n" #~ "\n" #~ "When this option is enabled, and a potential device is detected, you will be " #~ "prompted to determine if it should be scanned or not." #~ msgstr "" #~ "Якщо ви увімкнули Ð°Ð²Ñ‚Ð¾Ð²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð¿ÐµÑ€ÐµÐ½Ð¾Ñного накопичувача, буде проÑкановано " #~ "увеÑÑŒ накопичувач. Ðа приÑтроÑÑ… більшої ємноÑті це може зайнÑти чаÑ\n" #~ "\n" #~ "Коли цей параметр увімкнено, й відповідний приÑтрій знайдено, програма " #~ "Ñпитає ваÑ, чи потрібно його Ñканувати." #~ msgid "Device Options" #~ msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ñ€Ð¸Ñтроїв" #~ msgid "" #~ "Remembered paths are those associated with devices that you have chosen to " #~ "always scan or ignore when automatic detection of Portable Storage Devices " #~ "is enabled." #~ msgstr "" #~ "Запам’Ñтованими адреÑами Ñ” ті, Ñкі аÑоціюютьÑÑ Ð· приÑтроÑми вибраними вами " #~ "Ð´Ð»Ñ Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ Ñ—Ñ… поÑтійного ÑÐºÐ°Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ð°Ð±Ð¾ ігноруваннÑ, при залученій " #~ "можливоÑті автоматичного Ð²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ ÐŸÐ¾Ñ€Ñ‚Ð°Ñ‚Ð¸Ð²Ð½Ð¾Ð³Ð¾ приÑтрою зберіганнÑ." #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "Ðвтоматично виÑвлÑти портативні приÑтрої зберіганнÑ" #~ msgid "" #~ "Specify the ending portion of any paths you want ignored when scanning " #~ "devices for photos or videos. Any path ending with the values below will not " #~ "be scanned." #~ msgstr "" #~ "Вкажіть кінцівку будь-Ñкої адреÑи, Ñку ви бажаєте ігнорувати при Ñкануванні " #~ "приÑтроїв, на вміÑÑ‚ фотографій та відеозапиÑів. УÑÑ– адреÑи що закінчуютьÑÑ " #~ "значеннÑми вказаними нижче, ÑкануватиÑÑ Ð½Ðµ будуть." #~ msgid "Automatically detect devices" #~ msgstr "Ðвтоматично виÑвлÑти приÑтрої" #~ msgid "Use _python-style regular expressions" #~ msgstr "ВикориÑтовувати регулÑрні вирази Ñтилю _python" #~ msgid "Re_move All" #~ msgstr "Вилучити вÑе" #~ msgid "Device Options" #~ msgstr "Параметри приÑтрою" #~ msgid "Miscellaneous" #~ msgstr "Решта налаштувань" #~ msgid "Automatically rotate JPEG images" #~ msgstr "Ðвтоматично повертати Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ JPEG" #~ msgid "Performance" #~ msgstr "ШвидкодіÑ" #~ msgid "Generate thumbnails (slower)" #~ msgstr "Створювати мініатюри (довше копіюєтьÑÑ)" #~ msgid "" #~ "automatically detect devices from which to download, overwriting existing " #~ "program preferences" #~ msgstr "" #~ "автоматично визначати приÑтрій, з Ñкого буде виконуватиÑÑ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ, " #~ "замінюючи Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ñ€Ð¾Ð³Ñ€Ð°Ð¼Ð¸ що Ñ–Ñнують" #~ msgid "Should all remembered paths be removed?" #~ msgstr "Чи має бути вилучено уÑÑ– заппам’Ñтовані розміщеннÑ?" #, python-format #~ msgid "An error occurred when copying the %(filetype)s" #~ msgstr "СталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° при копіюванні %(filetype)s" #~ msgid "Errors occurred when backing up on the following backup devices: " #~ msgstr "" #~ "СталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° при Ñтворенні резервної копії на наÑтупних приÑтроÑÑ…: " #~ msgid "Download / Pause" #~ msgstr "Ð—Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ / Призупинити" #~ msgid "_Download" #~ msgstr "_Завантажити" #~ msgid "" #~ "Sorry, video downloading functionality disabled. To download videos, please " #~ "install either the hachoir metadata and kaa metadata packages " #~ "for python, or exiftool." #~ msgstr "" #~ "Вибачте, але ÑÑ‚ÑÐ³Ð½ÐµÐ½Ð½Ñ Ð²Ñ–Ð´ÐµÐ¾ вимкнено. Ð”Ð»Ñ Ñ‚Ð¾Ð³Ð¾ щоб мати можливіÑть " #~ "завантажувати відео, будь-лаÑка, вÑтановіть пакунки hachoir metadata " #~ "та kaa metadata Ð´Ð»Ñ ÐŸÑ–Ñ‚Ð¾Ð½Ð° або exiftool." #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "" #~ "Коли фото або відео з такою ж назвою вже завантажені, виберіть, чи " #~ "пропуÑтити Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ñ†ÑŒÐ¾Ð³Ð¾ файлу, чи додати унікальний ідентифікатор." ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023200.0 rapid-photo-downloader-0.9.33/po/zh_CN.po0000644000175000017500000045734000000000000017143 0ustar00damondamon# Chinese (Simplified) translation for rapid # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 # This file is distributed under the same license as the rapid package. # FIRST AUTHOR , 2010. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2022-03-02 13:05+0000\n" "PO-Revision-Date: 2020-04-28 05:42+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: 2022-03-05 16:16+0000\n" "X-Generator: Launchpad (build 61f4697954ab70d633d14d8ceecff69a20b08a6b)\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 "请先在您的系统包管ç†å™¨ä¸­å®‰è£…Python3版本的setuptools包,以继续æ“作" #: ../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:406 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:642 ../install.py:4330 msgid "Installer not found:" msgstr "安装器未找到:" #. Translators: do not translate the term tar.gz #: ../install.py:646 ../install.py:4334 msgid "Installer not in tar.gz format:" msgstr "å®‰è£…åŒ…ä¸æ˜¯.tar.gzæ ¼å¼" #: ../install.py:728 ../install.py:757 ../install.py:4210 ../install.py:4215 msgid "Exiting..." msgstr "" #: ../install.py:979 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "需è¦çš„PyQt5版本ä¸å­˜åœ¨ï¼Œéœ€è¦çš„版本是" #: ../install.py:1065 msgid "{} will be upgraded from version {} to version {}" msgstr "{}将从版本{}更新到版本{}" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:1357 ../install.py:4290 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "这些Python3包将会为你所在的用户å‡çº§(䏿˜¯ç³»ç»Ÿä¸­æ‰€æœ‰ç”¨æˆ·)" #: ../install.py:1467 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "文件夹æ“作æƒé™ä¸ç¬¦åˆï¼Œæ›´æ”¹æ‰€æœ‰è€…并在系统目录{file_system_path}中é‡ç½®è®¸å¯" #: ../install.py:1610 msgid "The following command will be run:" msgstr "以下命令将会被执行:" #. Translators: do not translate the term sudo #: ../install.py:1614 ../install.py:3834 ../install.py:3841 msgid "sudo may prompt you for the sudo password." msgstr "输入超级用户(root)密ç " #: ../install.py:1618 msgid "Would you like to run the command now?" msgstr "æ‚¨çŽ°åœ¨æƒ³è¦æ‰§è¡Œæ­¤å‘½ä»¤å—?" #: ../install.py:1620 msgid "Answer is not yes, exiting." msgstr "选择了å¦ï¼Œé€€å‡º" #: ../install.py:1631 ../install.py:2259 ../install.py:2318 ../install.py:2793 msgid "Command failed" msgstr "命令执行失败" #: ../install.py:1633 ../install.py:2260 ../install.py:2319 ../install.py:2794 msgid "Exiting" msgstr "退出" #: ../install.py:1661 msgid "The Universe repository must be enabled." msgstr "通用仓库必须å¯ç”¨ã€‚" #. Translators: do not translate the term EPEL #: ../install.py:1701 msgid "The EPEL repository must be enabled." msgstr "å¿…é¡»å¯ç”¨EPEL仓库" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1749 msgid "The RPM Fusion Free repository must be enabled." msgstr "å¿…é¡»å¯ç”¨RPM Fusion Free仓库" #: ../install.py:1790 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "您想å¸è½½ä¸Šä¸€ä¸ªç‰ˆæœ¬çš„Rapid Photo Downloaderå—?" #: ../install.py:2237 ../install.py:2267 ../install.py:2299 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" #: ../install.py:2252 msgid "Uninstalling system package" msgstr "" #: ../install.py:2277 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:2324 msgid "Checking if previous version installed with pip..." msgstr "" #: ../install.py:2477 ../install.py:2534 ../install.py:2650 msgid "The following package is unknown on your system: {}\n" msgstr "" #: ../install.py:2548 ../install.py:2706 ../install.py:2803 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" #: ../install.py:2642 ../install.py:2663 msgid "Querying installed and available packages (this may take a while)" msgstr "" #: ../install.py:2785 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" #: ../install.py:2852 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2862 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" #: ../install.py:2873 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2923 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:2931 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" #: ../install.py:2937 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2942 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2950 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" #: ../install.py:2958 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:2982 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:3000 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:3011 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:3048 msgid "Failed to download versions file." msgstr "" #: ../install.py:3053 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:3170 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:3324 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:3330 msgid "Received error code" msgstr "" #: ../install.py:3332 msgid "Failed to install application requirements: exiting." msgstr "" #: ../install.py:3334 msgid "Failed to install application: exiting..." msgstr "无法安装应用:退出..." #: ../install.py:3658 msgid "Installing application requirements..." msgstr "" #: ../install.py:3693 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #: ../install.py:3710 msgid "Installing application..." msgstr "正在安装应用..." #: ../install.py:3797 msgid "Do you want Rapid Photo Downloader to appear in the Windows menu?" msgstr "" #: ../install.py:3803 msgid "Adding Rapid Photo Downloader to the Windows menu" msgstr "" #: ../install.py:3813 msgid "Failed to copy application launcher." msgstr "" #: ../install.py:3824 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:3829 msgid "Do you want to install the application's man pages?" msgstr "您想安装这个应用的man说明页å—?" #: ../install.py:3830 msgid "They will be installed into {}" msgstr "将被安装到{}" #: ../install.py:3832 ../install.py:3839 msgid "If you uninstall the application, remove these manpages yourself." msgstr "如果您å¸è½½äº†åº”用程åºï¼Œæ‚¨éœ€è¦è‡ªå·±åˆ é™¤man说明页。" #: ../install.py:3835 msgid "Do want to install the man pages?" msgstr "您想安装man说明页å—?" #: ../install.py:3837 msgid "Installing man pages into {}" msgstr "正在把man说明页安装到{}" #: ../install.py:3855 msgid "Failed to create man page directory: exiting." msgstr "" #: ../install.py:3876 msgid "Failed to copy man page." msgstr "无法å¤åˆ¶man说明页。" #: ../install.py:3915 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:3928 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:3934 msgid "" "You may have to restart WSL to be able to run the program from the command " "line." msgstr "" #: ../install.py:3944 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line." msgstr "" #: ../install.py:3949 #, 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:3971 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:3973 msgid "Done." msgstr "" #: ../install.py:3987 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:4043 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #. Translators: do not translate the terms --PyQt5-version or --use-system-PyQt5 #: ../install.py:4055 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:4067 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:4081 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:4097 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:4111 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:4124 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:4134 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:4139 ../install.py:4153 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:4172 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:4180 msgid "Restarting script using system python..." msgstr "" #: ../install.py:4193 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:4231 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:4263 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:4275 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:4324 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:647 ../raphodo/ui/viewutils.py:679 #: ../raphodo/ui/viewutils.py:699 msgid "&Cancel" msgstr "" #: ../upgrade.py:651 msgid "&Upgrade" msgstr "å‡çº§(&U)" #: ../upgrade.py:656 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "å•å‡»æ›´æ–°é”®æ¥æ›´æ–°è‡³ç‰ˆæœ¬ %s。" #: ../upgrade.py:659 msgid "Click the Upgrade button to start the upgrade." msgstr "å•击更新键æ¥å¼€å§‹æ›´æ–°ã€‚" #: ../upgrade.py:662 ../upgrade.py:668 ../raphodo/ui/viewutils.py:678 #: ../raphodo/ui/viewutils.py:698 msgid "&Close" msgstr "关闭(&C)" #: ../upgrade.py:663 msgid "&Run" msgstr "è¿è¡Œ(&R)" #: ../upgrade.py:693 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" #: ../upgrade.py:696 msgid "Upgrade running..." msgstr "正在更新..." #: ../upgrade.py:732 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "æˆåŠŸæ›´æ–°è‡³ %s。å•击关闭键退出,或者å•击è¿è¡Œé”®æ¥è¿è¡Œç¨‹åºã€‚" #: ../upgrade.py:737 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "æ›´æ–°æˆåŠŸã€‚å•击关闭键退出,或者å•击è¿è¡Œé”®æ¥è¿è¡Œç¨‹åºã€‚" #: ../upgrade.py:741 msgid "Upgrade failed. Click Close to exit." msgstr "更新失败。å•击关闭键退出。" #: ../upgrade.py:11330 #, python-format msgid "Upgrading %s..." msgstr "正在更新至%s..." #: ../upgrade.py:11332 msgid "Press any key to continue..." msgstr "按任æ„键继续..." #: ../upgrade.py:11345 msgid "Rapid Photo Downloader upgrade failed" msgstr "Rapid Photo Downloader 更新失败" #: ../upgrade.py:11347 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "Python软件包 %s 无法更新。更新无法继续。" #: ../raphodo/ui/aboutdialog.py:334 msgid "Credits" msgstr "鸣谢" #: ../raphodo/ui/aboutdialog.py:339 msgid "Translators" msgstr "" #: ../raphodo/ui/backuppanel.py:280 msgid "Backups are not configured" msgstr "尚未进行备份é…ç½®" #: ../raphodo/ui/backuppanel.py:282 msgid "No backup devices detected" msgstr "没有检测到备份驱动器" #: ../raphodo/ui/backuppanel.py:285 msgid "Valid backup locations not yet specified" msgstr "尚未指定有效的备份ä½ç½®" #: ../raphodo/ui/backuppanel.py:465 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "下载åŽä½ å¯ä»¥æŠŠç…§ç‰‡æˆ–视频备份到多个ä½ç½®ï¼Œæ¯”如:外置硬盘。" #: ../raphodo/ui/backuppanel.py:473 msgid "Back up photos and videos when downloading" msgstr "下载时备份照片和视频" #: ../raphodo/ui/backuppanel.py:479 msgid "Automatically detect backup devices" msgstr "自动检测备份设备" #: ../raphodo/ui/backuppanel.py:485 msgid "" "Specify the folder in which backups are stored on the " "device.

      Note: the presence of a folder with this name is used to " "determine if the device is used for backups. For each device you wish to use " "for backing up to, create a folder in it with one of these folder names. By " "adding both folders, the same device can be used to back up both photos and " "videos." msgstr "" #: ../raphodo/ui/backuppanel.py:500 msgid "Photo folder name:" msgstr "照片文件夹å称:" #: ../raphodo/ui/backuppanel.py:505 msgid "Video folder name:" msgstr "视频文件夹å称:" #: ../raphodo/ui/backuppanel.py:510 ../raphodo/ui/nameeditor.py:1000 #: ../raphodo/ui/renamepanel.py:141 msgid "Example:" msgstr "例å­" #: ../raphodo/ui/backuppanel.py:521 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "如果你选择关闭自动检测功能,请选择确切的备份ä½ç½®ã€‚" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:532 msgid "Photo backup location:" msgstr "照片备份ä½ç½®" #: ../raphodo/ui/backuppanel.py:542 msgid "Select Photo Backup Location" msgstr "选择照片备份ä½ç½®" #. Translators: the word 'location' is optional in your translation. The left #. side of the folder chooser combo box will always line up with the left side of #. the the text entry boxes where the user can enter the photo folder name and #. the video folder name. See #. http://damonlynch.net/rapid/documentation/thumbnails/backup.png #: ../raphodo/ui/backuppanel.py:554 msgid "Video backup location:" msgstr "视频备份ä½ç½®" #: ../raphodo/ui/backuppanel.py:560 msgid "Select Video Backup Location" msgstr "选择视频备份ä½ç½®" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:676 msgid "drive1" msgstr "驱动器1" #. Translators: this value is used as an example device when automatic backup #. device detection is enabled. You should translate this. #: ../raphodo/ui/backuppanel.py:679 msgid "drive2" msgstr "驱动器2" #: ../raphodo/ui/backuppanel.py:746 msgid "Projected Backup Storage Use" msgstr "预计备份大å°" #: ../raphodo/ui/backuppanel.py:751 msgid "Backup Options" msgstr "备份选项" #: ../raphodo/copyfiles.py:610 msgid "video THM" msgstr "视频缩略图" #: ../raphodo/copyfiles.py:620 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:104 ../raphodo/ui/devicedisplay.py:1408 #: ../raphodo/rpdfile.py:310 #, 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. #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:112 ../raphodo/ui/devicedisplay.py:1414 #: ../raphodo/rpdfile.py:298 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s 段视频" #: ../raphodo/ui/destinationdisplay.py:123 msgid "Used" msgstr "已使用" #: ../raphodo/ui/destinationdisplay.py:124 msgid "Excess" msgstr "" #: ../raphodo/ui/destinationdisplay.py:133 ../raphodo/ui/devicedisplay.py:1440 msgid "Device size unknown" msgstr "设备空间未知" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:146 #, python-format msgid "No space free on %(size_total)s device" msgstr "在 %(size_total)s 设备上没有空间" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/destinationdisplay.py:156 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/ui/destinationdisplay.py:230 ../raphodo/ui/destinationpanel.py:74 #: ../raphodo/ui/devicedisplay.py:625 ../raphodo/rapid.py:2641 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:960 msgid "Photos" msgstr "照片" #. translators: the name of the Videos folder #: ../raphodo/ui/destinationdisplay.py:231 ../raphodo/ui/destinationpanel.py:78 #: ../raphodo/ui/devicedisplay.py:626 ../raphodo/rapid.py:2642 #: ../raphodo/rapid.py:7588 ../raphodo/rpdfile.py:988 #: ../raphodo/storage/storage.py:602 msgid "Videos" msgstr "视频" #: ../raphodo/ui/destinationdisplay.py:232 msgid "Projected storage use after download" msgstr "预计下载使用存储空间" #. Translators: Custom refers to the user choosing a non-default value that #. they customize themselves #: ../raphodo/ui/destinationdisplay.py:355 ../raphodo/ui/nameeditor.py:587 msgid "Custom..." msgstr "自定义..." #: ../raphodo/ui/destinationdisplay.py:774 msgid "Configure photo subfolder creation" msgstr "æ–°å»ºç…§ç‰‡å­æ–‡ä»¶å¤¹è§„则é…ç½®" #: ../raphodo/ui/destinationdisplay.py:776 msgid "Configure video subfolder creation" msgstr "æ–°å»ºè§†é¢‘å­æ–‡ä»¶å¤¹è§„则é…ç½®" #: ../raphodo/ui/destinationpanel.py:90 msgid "Projected Storage Use" msgstr "" #: ../raphodo/ui/destinationpanel.py:113 ../raphodo/ui/destinationpanel.py:125 msgid "Select a destination folder" msgstr "" #: ../raphodo/ui/devicedisplay.py:1294 msgid "Probing device..." msgstr "检测设备中..." #: ../raphodo/ui/devicedisplay.py:1309 msgid "Temporarily ignore this device" msgstr "暂时忽略此设备" #: ../raphodo/ui/devicedisplay.py:1313 msgid "Permanently ignore this device" msgstr "永久忽略此设备" #: ../raphodo/ui/devicedisplay.py:1316 msgid "Rescan" msgstr "釿–°æ‰«æ" #. Translators: percentage full e.g. 75% full #: ../raphodo/ui/devicedisplay.py:1437 #, python-format msgid "%s full" msgstr "已使用 %s" #: ../raphodo/ui/devicedisplay.py:1457 msgid "Other" msgstr "å…¶ä»–" #: ../raphodo/devices.py:603 ../raphodo/devices.py:604 msgid "Cameras" msgstr "相机" #: ../raphodo/devices.py:605 ../raphodo/devices.py:1256 #: ../raphodo/prefs/preferencedialog.py:156 #: ../raphodo/prefs/preferencedialog.py:179 ../raphodo/rapid.py:2490 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:1006 #, 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:1073 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s å° %(device_type)s 设备" #: ../raphodo/devices.py:1229 ../raphodo/rapid.py:2213 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:1280 ../raphodo/devices.py:1300 #, 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:1318 #, 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:1326 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s å°è®¾å¤‡" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1652 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/ui/didyouknow.py:54 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "å•击å¤é€‰æ¡†ä»¥ç¡®è®¤æˆ–å–æ¶ˆä¸‹è½½ã€‚" #: ../raphodo/ui/didyouknow.py:59 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unmarked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/ui/didyouknow.py:68 msgid "" "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." msgstr "" #: ../raphodo/ui/didyouknow.py:76 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "å•击设备å‰çš„å¤é€‰æ¡†ä»¥ç¡®è®¤æˆ–å–æ¶ˆä¸‹è½½è®¾å¤‡ä¸Šæ‰€æœ‰çš„æ–‡ä»¶ã€‚" #: ../raphodo/ui/didyouknow.py:83 msgid "" "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had file " "renaming problems (yellow/orange), or failed (red)." msgstr "" #: ../raphodo/ui/didyouknow.py:91 msgid "" "\n" "In case of any problems, a red icon will appear at the bottom of the window " "indicating \n" "how many error reports there are. Clicking on it opens the Error Report " "window." msgstr "" #: ../raphodo/ui/didyouknow.py:97 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." msgstr "" #: ../raphodo/ui/didyouknow.py:108 msgid "" "You can simultaneously download from multiple cameras, smartphones, memory " "cards, and hard drives—as many devices as your computer can handle at " "one time." msgstr "" #: ../raphodo/ui/didyouknow.py:116 msgid "" "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." msgstr "" #: ../raphodo/ui/didyouknow.py:123 msgid "" "\n" "

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

      \n" "

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

      " msgstr "" #: ../raphodo/ui/didyouknow.py:133 msgid "" "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl keys) to " "select time periods. When a time range is selected, the Timeline button on " "the left side of the main window will be highlighted." msgstr "" #: ../raphodo/ui/didyouknow.py:140 msgid "" "A download always includes all files that are marked for download, including " "those that are not currently displayed because the Timeline is being used." msgstr "" #: ../raphodo/ui/didyouknow.py:147 msgid "" "You can hide or display the download sources by clicking on the name of the " "device you're downloading from at the top left of the program window." msgstr "" #: ../raphodo/ui/didyouknow.py:154 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 \n" "metadata (where 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 \n" "raw images, for instance.
      8. \n" "
      9. File Type: photo or video.
      10. \n" "
      11. Device: name of the device the photos and videos are being " "downloaded \n" "from.
      12. \n" "
      " msgstr "" #: ../raphodo/ui/didyouknow.py:172 msgid "" "One of Rapid Photo Downloader's most useful features is its ability to " "automatically generate download subfolders and rename files as it downloads, " "using a scheme of your choosing." msgstr "Rapid Photo Downloader的最强大功能之一就是在下载过程中å¯ä»¥æ ¹æ®ä½ é€‰æ‹©çš„æ–¹æ¡ˆè‡ªåŠ¨æ–°å»ºå­æ–‡ä»¶å¤¹å¹¶é‡å‘½å文件。" #: ../raphodo/ui/didyouknow.py:178 msgid "" "To specify where you want your files downloaded and how you want them named, " "open the appropriate panel on the right-side of the application window: " "Destination, Rename, or Job Code." msgstr "" #: ../raphodo/ui/didyouknow.py:185 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 \n" "illustration below, the destination folders are "Pictures" and \n" ""Videos". The name of the destination folder is displayed in the " "grey bar \n" "directly above the folder tree, with a folder icon to its left and a gear " "icon to \n" "its far right.
      2. \n" "
      3. The download subfolders, which are directories that will be " "automatically \n" "generated by Rapid Photo Downloader. They need not already exist on your " "computer, but \n" "it's okay if they do. They will be generated under the destination " "folder.
      4. \n" "
      " msgstr "" #: ../raphodo/ui/didyouknow.py:202 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a \n" "different destination folder for each. The same applies to the download " "subfolders for \n" "photos and videos—download photos and videos to the same subfolders, " "or use a \n" "different scheme for each type." msgstr "" #: ../raphodo/ui/didyouknow.py:211 msgid "" "Automatically generated download subfolders can contain further " "automatically generated subfolders if need be. A common scheme is to create " "a year subfolder and then a series of year-month-day subfolders within it." msgstr "如果需è¦ï¼Œè‡ªåŠ¨ç”Ÿæˆçš„æ–‡ä»¶å¤¹å†…åŒæ ·å¯è‡ªåŠ¨æ–°å»ºå­æ–‡ä»¶å¤¹ã€‚å¸¸è§æ–¹æ¡ˆå¦‚在代表æŸä¸€å¹´çš„å­æ–‡ä»¶å¤¹å†…按ä¸ç”¨çš„æ—¥æœŸå»ºç«‹å­æ–‡ä»¶å¤¹ã€‚" #: ../raphodo/ui/didyouknow.py:220 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to \n" "download:\n" "
        \n" "
      1. The destination folder tree shows the download subfolders already on " "your computer \n" "(those in a regular, non-italicized font), and the subfolders that will be " "created \n" "during the download (those whose names are italicized).
      2. \n" "
      3. The folder tree also shows into which subfolders the files will be " "downloaded \n" "(those colored black).
      4. \n" "
      " msgstr "" #: ../raphodo/ui/didyouknow.py:235 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following \n" "elements:\n" "
        \n" "
      1. File metadata, very often including the date the photo or video " "was created, \n" "but might also include the camera model name, camera serial number, or file " "extension \n" "e.g. JPG or CR2.
      2. \n" "
      3. A Job Code, which is free text you specify at the time the " "download occurs, \n" "such as the 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 \n" "format makes it easy to keep them sorted in a file manager, which is why " "it's the \n" "default option:" msgstr "" #: ../raphodo/ui/didyouknow.py:254 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 \n" "preset. Click on the gear icon to bring up a drop-down menu:" msgstr "" #: ../raphodo/ui/didyouknow.py:261 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to \n" "configure your own scheme. You create your own schemes using the Photo or " "Video \n" "Subfolder Generation Editor:" msgstr "" #: ../raphodo/ui/didyouknow.py:270 msgid "" "It's easy to download raw images into one folder, and jpeg images into " "another. Simply use the Filename Extension as part of your download " "subfolder generation scheme:" msgstr "" #: ../raphodo/ui/didyouknow.py:276 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/ui/didyouknow.py:282 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 \n" "and a Job Code:" msgstr "" #: ../raphodo/ui/didyouknow.py:291 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 \n" "choices to generate new combinations. Supposing you wanted a date format " "that combines \n" "year (YYYY), a hyphen, and month (MM) to form YYYY-MM. You can create it " "like this \n" "(note the red circle around the hyphen):" msgstr "" #: ../raphodo/ui/didyouknow.py:300 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names \n" "in the \n" "online " "\n" "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:309 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. \n" "You can use them in subfolder and file names. In this illustration, some " "files have had \n" "the Job Code "Street" applied to them, and the selected files are " "about to \n" "get the Job Code "Green Bazaar":" msgstr "" #: ../raphodo/ui/didyouknow.py:317 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 \n" "prompted to enter a Job Code for them before the download begins." msgstr "" #: ../raphodo/ui/didyouknow.py:324 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/ui/didyouknow.py:327 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/ui/didyouknow.py:333 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!" msgstr "" #: ../raphodo/ui/didyouknow.py:340 msgid "" "\n" "

      Four types of sequence values are available to help you assign unique " "names to your \n" "photos and 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 \n" "last time the 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 \n" "documentation.

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

      The Synchronize RAW + JPEG option is useful if you use the RAW + " "JPEG feature \n" "on your 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 \n" "are detected, the same sequence numbers will be applied to both photo names. " "F\n" "urthermore, sequences will be updated as if the photos were one.

      \n" "

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

      \n" msgstr "" #: ../raphodo/ui/didyouknow.py:378 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are \n" "downloaded, such as external hard drives or network shares. Backup devices " "can be \n" "automatically detected, or exact backup locations specified." msgstr "" #: ../raphodo/ui/didyouknow.py:385 msgid "" "In this example, the drive photobackup does not contain a folder " "named Videos, so videos will not be backed up to it." msgstr "" #: ../raphodo/ui/didyouknow.py:391 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including \n" "download sources, destinations, and backups. Additionally, settings can be " "reset to \n" "their default state, and caches and remembered files cleared." msgstr "" #: ../raphodo/ui/didyouknow.py:396 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/ui/didyouknow.py:401 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 \n" "your cameras, memory cards, and other devices.
      2. \n" "
      3. A temporary cache of files downloaded from a camera, one for " "photos and \n" "another for videos. They are located in temporary subfolders in the download " "\n" "destination.
      4. \n" "
      5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores \n" "thumbnails of RAW and TIFF photos once they have been downloaded. File " "browsers like \n" "Gnome Files use this cache as well, meaning they too will display thumbnails " "for those \n" "files. \n" "
      6. \n" "
      \n" "Read more about these caches and their effect on download performance in the " "online " "documentation." msgstr "" #: ../raphodo/ui/didyouknow.py:459 msgid "Tip of the Day" msgstr "" #: ../raphodo/ui/didyouknow.py:467 msgid "Did you know...?" msgstr "你知é“å—?" #: ../raphodo/ui/didyouknow.py:498 msgid "Show tips on startup" msgstr "在å¯åŠ¨æ—¶æ˜¾ç¤ºæ­¤æ¶ˆæ¯" #: ../raphodo/ui/didyouknow.py:502 msgid "&Next" msgstr "" #: ../raphodo/ui/didyouknow.py:503 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:454 msgid "MB/sec" msgstr "兆字节/ç§’" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:584 msgid "A few seconds" msgstr "几分钟åŽ" #: ../raphodo/downloadtracker.py:643 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:645 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:650 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:652 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:657 ../raphodo/downloadtracker.py:839 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:659 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:664 ../raphodo/downloadtracker.py:869 #: ../raphodo/downloadtracker.py:877 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:666 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:845 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:847 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:850 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:852 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:884 msgid "1 hour, 1 minute" msgstr "1å°æ—¶ï¼Œ1分钟" #: ../raphodo/downloadtracker.py:886 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:889 #, python-format msgid "%d hours, 1 minute" msgstr "%då°æ—¶ï¼Œ1分钟" #: ../raphodo/downloadtracker.py:891 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:918 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:920 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:923 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:925 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:80 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:150 msgid "Error Reports - Rapid Photo Downloader" msgstr "错误报告 - Rapid Photo Downloader" #: ../raphodo/errorlog.py:187 msgid "Find in reports" msgstr "在报告中查找" #: ../raphodo/errorlog.py:206 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:211 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:213 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:214 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:215 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:216 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:217 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:218 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:229 ../raphodo/errorlog.py:371 #, 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:234 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:256 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:357 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:516 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:567 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:50 #, python-brace-format msgid "" "Please report the problem at {website}.

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

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

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

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

      Click here to " "open the log directory, and here to open the " "configuration directory." msgstr "" #: ../raphodo/excepthook.py:88 #, python-brace-format msgid "" "Upgrading to the latest version will allow you to " "determine if the problem you encountered has already been fixed." msgstr "" #: ../raphodo/excepthook.py:182 msgid "Problem in Rapid Photo Downloader" msgstr "在Rapid Photo Downloader中的错误" #: ../raphodo/excepthook.py:186 msgid "A problem occurred in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:189 msgid "" "If the same problem occurs again before the program exits, this is the only " "notification about it." msgstr "" #: ../raphodo/excepthook.py:216 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:218 #, python-brace-format msgid "" "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/ui/filebrowse.py:173 ../raphodo/thumbnaildisplay.py:2254 msgid "Open in File Browser..." msgstr "在文件æµè§ˆå™¨ä¸­æ‰“å¼€..." #. type: Optional[QModelIndex] #: ../raphodo/ui/filebrowse.py:179 msgid "Reset" msgstr "" #: ../raphodo/ui/filebrowse.py:183 msgid "Show System Folders" msgstr "" #: ../raphodo/foldercombo.py:140 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:181 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:272 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:206 msgid "Date time" msgstr "日期时间" #: ../raphodo/generatenameconfig.py:207 msgid "Text" msgstr "" #: ../raphodo/generatenameconfig.py:208 ../raphodo/rapid.py:2608 msgid "Filename" msgstr "文件å" #: ../raphodo/generatenameconfig.py:209 #: ../raphodo/prefs/preferencedialog.py:994 msgid "Metadata" msgstr "元数æ®" #: ../raphodo/generatenameconfig.py:210 msgid "Sequences" msgstr "åºåˆ—" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:213 msgid "Job code" msgstr "任务代ç " #: ../raphodo/generatenameconfig.py:214 msgid "Image date" msgstr "å›¾åƒæ—¥æœŸ" #: ../raphodo/generatenameconfig.py:215 msgid "Video date" msgstr "视频日期" #: ../raphodo/generatenameconfig.py:216 msgid "Today" msgstr "今日" #: ../raphodo/generatenameconfig.py:217 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:220 msgid "Download time" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:223 msgid "Name" msgstr "åç§°" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:226 ../raphodo/rapid.py:2609 msgid "Extension" msgstr "扩展å" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:229 msgid "Image number" msgstr "" #: ../raphodo/generatenameconfig.py:230 msgid "Video number" msgstr "视频数é‡" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:233 msgid "Aperture" msgstr "光圈" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:236 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:239 msgid "Exposure time" msgstr "æ›å…‰æ—¶é—´" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:242 msgid "Focal length" msgstr "焦è·" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:245 msgid "Camera make" msgstr "相机制造商" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:248 msgid "Camera model" msgstr "相机型å·" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:251 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:254 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:257 msgid "Serial number" msgstr "åºåˆ—å·" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:260 msgid "Shutter count" msgstr "快门数" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:262 msgid "File number" msgstr "" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:264 msgid "Folder only" msgstr "" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:266 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:269 msgid "Owner name" msgstr "机主姓å" #: ../raphodo/generatenameconfig.py:270 msgid "Codec" msgstr "" #: ../raphodo/generatenameconfig.py:271 msgid "Width" msgstr "" #: ../raphodo/generatenameconfig.py:272 msgid "Height" msgstr "" #: ../raphodo/generatenameconfig.py:273 msgid "Length" msgstr "" #: ../raphodo/generatenameconfig.py:274 msgid "Frames Per Second" msgstr "æ¯ç§’帧数" #: ../raphodo/generatenameconfig.py:275 msgid "Artist" msgstr "" #: ../raphodo/generatenameconfig.py:276 msgid "Copyright" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:279 msgid "Downloads today" msgstr "今日下载" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:282 msgid "Session number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:285 msgid "Subfolder number" msgstr "å­ç›®å½•ç¼–å·" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:288 msgid "Stored number" msgstr "存储编å·" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:291 msgid "Sequence letter" msgstr "åºåˆ—å­—æ¯" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:294 msgid "All digits" msgstr "æ‰€æœ‰ä½æ•°" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:297 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:300 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:303 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:306 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:309 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:312 msgid "UPPERCASE" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same #. if your language features capitalization #: ../raphodo/generatenameconfig.py:315 msgid "lowercase" msgstr "å°å†™" #: ../raphodo/generatenameconfig.py:316 msgid "One digit" msgstr "一ä½" #: ../raphodo/generatenameconfig.py:317 msgid "Two digits" msgstr "两ä½" #: ../raphodo/generatenameconfig.py:318 msgid "Three digits" msgstr "三ä½" #: ../raphodo/generatenameconfig.py:319 msgid "Four digits" msgstr "å››ä½" #: ../raphodo/generatenameconfig.py:320 msgid "Five digits" msgstr "五ä½" #: ../raphodo/generatenameconfig.py:321 msgid "Six digits" msgstr "å…­ä½" #: ../raphodo/generatenameconfig.py:322 msgid "Seven digits" msgstr "七ä½" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:325 msgid "Subseconds" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:328 ../raphodo/generatenameconfig.py:415 msgid "YYYYMMDD" msgstr "YYYYMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:331 ../raphodo/generatenameconfig.py:416 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:334 ../raphodo/generatenameconfig.py:417 msgid "YYYY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:337 msgid "YYMMDD" msgstr "YYMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:340 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:343 msgid "YY_MM_DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:346 msgid "MMDDYYYY" msgstr "MMDDYYYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:349 msgid "MMDDYY" msgstr "MMDDYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:352 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:355 msgid "DDMMYYYY" msgstr "DDMMYYYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:358 msgid "DDMMYY" msgstr "DDMMYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:361 ../raphodo/generatenameconfig.py:415 #: ../raphodo/generatenameconfig.py:416 ../raphodo/generatenameconfig.py:417 #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:419 msgid "YYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:364 msgid "YY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:367 msgid "MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:370 msgid "DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:373 msgid "Month (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:376 msgid "Month (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:379 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:382 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:385 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:388 msgid "HHMM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:391 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:394 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:397 msgid "HH" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:400 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:403 msgid "SS" msgstr "" #: ../raphodo/generatenameconfig.py:415 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:416 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:417 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:418 ../raphodo/generatenameconfig.py:512 #: ../raphodo/generatenameconfig.py:699 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:418 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:419 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:419 ../raphodo/jobcodepanel.py:279 #: ../raphodo/ui/nameeditor.py:926 ../raphodo/rapid.py:2261 #: ../raphodo/ui/renamepanel.py:93 ../raphodo/ui/renamepanel.py:275 msgid "Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:507 ../raphodo/generatenameconfig.py:694 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:508 ../raphodo/generatenameconfig.py:695 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:509 ../raphodo/generatenameconfig.py:696 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:510 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:510 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:511 ../raphodo/generatenameconfig.py:698 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:512 ../raphodo/generatenameconfig.py:699 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:697 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:700 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:700 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/jobcodepanel.py:90 msgid "Enter a new Job Code, or select a previous one" msgstr "" #: ../raphodo/jobcodepanel.py:98 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:108 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:121 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:123 msgid "Enter a new Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:131 msgid "" "Hint: Select photos or videos before entering a new Job Code to have " "the Job Code applied to them." msgstr "" #: ../raphodo/jobcodepanel.py:144 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:148 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:186 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:190 msgid "&Remember this Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:251 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:255 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:259 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:264 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:269 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:278 msgid "Last Used" msgstr "" #: ../raphodo/jobcodepanel.py:283 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:286 ../raphodo/rapid.py:2616 msgid "Ascending" msgstr "" #: ../raphodo/jobcodepanel.py:287 ../raphodo/rapid.py:2617 msgid "Descending" msgstr "" #: ../raphodo/jobcodepanel.py:297 msgid "&New..." msgstr "" #: ../raphodo/jobcodepanel.py:301 msgid "&Apply" msgstr "" #: ../raphodo/jobcodepanel.py:305 msgid "&Remove" msgstr "" #: ../raphodo/jobcodepanel.py:309 ../raphodo/prefs/preferencedialog.py:288 #: ../raphodo/prefs/preferencedialog.py:324 #: ../raphodo/prefs/preferencedialog.py:781 msgid "Remove All" msgstr "" #: ../raphodo/jobcodepanel.py:512 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:515 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:578 msgid "Job Codes" msgstr "" #: ../raphodo/ui/messagewidget.py:67 #, python-format msgid "Hint: %(message)s" msgstr "" #. Translators: this text appears in menus and combo boxes. It displays the #. description of an item, and its elements. #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/ui/nameeditor.py:478 ../raphodo/ui/nameeditor.py:498 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/ui/nameeditor.py:583 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/ui/nameeditor.py:584 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/ui/nameeditor.py:630 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/ui/nameeditor.py:647 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/ui/nameeditor.py:650 ../raphodo/ui/nameeditor.py:1558 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/ui/nameeditor.py:743 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:751 msgid "Preset Name:" msgstr "" #: ../raphodo/ui/nameeditor.py:884 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:892 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:900 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:907 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/ui/nameeditor.py:936 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/ui/nameeditor.py:954 #, python-format msgid "The character
      %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/ui/nameeditor.py:964 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/ui/nameeditor.py:972 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/ui/nameeditor.py:999 ../raphodo/ui/renamepanel.py:139 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/ui/nameeditor.py:1082 ../raphodo/ui/nameeditor.py:1105 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/ui/nameeditor.py:1134 ../raphodo/prefs/preferencedialog.py:1083 #: ../raphodo/wsl.py:648 msgid "Get help online..." msgstr "" #: ../raphodo/ui/nameeditor.py:1161 msgid "Insert" msgstr "" #: ../raphodo/ui/nameeditor.py:1523 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/ui/nameeditor.py:1527 msgid "" "Do you want to save the changes in a new custom " "preset?

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

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

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

      The changes to the preferences will still be applied " "regardless of whether you save a custom preset or not." msgstr "" #: ../raphodo/ui/nameeditor.py:1562 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:326 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:327 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:328 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:331 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:334 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:336 #, 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:366 ../raphodo/newversion.py:385 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:388 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:412 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:531 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:553 msgid "Downloading..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:134 msgid "Preferences" msgstr "" #: ../raphodo/prefs/preferencedialog.py:157 #: ../raphodo/prefs/preferencedialog.py:180 msgid "Language" msgstr "" #: ../raphodo/prefs/preferencedialog.py:158 #: ../raphodo/prefs/preferencedialog.py:181 msgid "Automation" msgstr "自动" #: ../raphodo/prefs/preferencedialog.py:159 #: ../raphodo/prefs/preferencedialog.py:182 msgid "Thumbnails" msgstr "" #. Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling #: ../raphodo/prefs/preferencedialog.py:160 #: ../raphodo/prefs/preferencedialog.py:183 #: ../raphodo/prefs/preferencedialog.py:585 msgid "Time Zones" msgstr "" #: ../raphodo/prefs/preferencedialog.py:161 #: ../raphodo/prefs/preferencedialog.py:184 #: ../raphodo/prefs/preferencedialog.py:649 msgid "Error Handling" msgstr "错误处ç†" #: ../raphodo/prefs/preferencedialog.py:162 #: ../raphodo/prefs/preferencedialog.py:185 msgid "Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:163 msgid "Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:164 #: ../raphodo/prefs/preferencedialog.py:186 msgid "Miscellaneous" msgstr "" #: ../raphodo/prefs/preferencedialog.py:221 msgid "Device Scanning" msgstr "" #: ../raphodo/prefs/preferencedialog.py:222 msgid "Scan only external devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:225 msgid "" "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash drives." msgstr "" #: ../raphodo/prefs/preferencedialog.py:231 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:233 msgid "" "Scan for photos and videos only in the folders specified below (except " "paths\n" "specified in Ignored Paths).\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:240 msgid "Folders to scan:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:244 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:249 #: ../raphodo/prefs/preferencedialog.py:310 msgid "Add..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:252 msgid "" "Add a folder to the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:256 #: ../raphodo/prefs/preferencedialog.py:286 #: ../raphodo/prefs/preferencedialog.py:317 #: ../raphodo/prefs/preferencedialog.py:779 msgid "Remove" msgstr "" #: ../raphodo/prefs/preferencedialog.py:259 msgid "" "Remove a folder from the list of folders to scan for photos and videos.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:278 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:279 msgid "Remembered Devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:283 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/prefs/preferencedialog.py:290 msgid "" "Clear the list of devices from which to automatically ignore or download " "from.\n" "\n" "Note: Changes take effect when the computer is next scanned for devices." msgstr "" #: ../raphodo/prefs/preferencedialog.py:304 msgid "Ignored Paths" msgstr "" #: ../raphodo/prefs/preferencedialog.py:306 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/prefs/preferencedialog.py:313 msgid "" "Add a path to the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:320 msgid "" "Remove a path from the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:327 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #. Translators: you must include {link} exactly as it is below. #. Do not translate the term link. Be sure to include the and as well. #: ../raphodo/prefs/preferencedialog.py:338 #, python-brace-format msgid "Use python-style regular expressions" msgstr "" #: ../raphodo/prefs/preferencedialog.py:345 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/prefs/preferencedialog.py:387 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/prefs/preferencedialog.py:400 #: ../raphodo/prefs/preferencedialog.py:505 #: ../raphodo/prefs/preferencedialog.py:553 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this #. annotation #: ../raphodo/prefs/preferencedialog.py:408 #: ../raphodo/prefs/preferencedialog.py:575 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/prefs/preferencedialog.py:416 msgid "Program Automation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:417 msgid "Mount devices not already automatically mounted" msgstr "" #. Translators: This next sentence is used in a tool tip. Feel free to place the #. carriage return where you think it makes sense so that the tool tip does not #. stretch too far horizontally across the screen. #: ../raphodo/prefs/preferencedialog.py:422 msgid "" "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" msgstr "" #: ../raphodo/prefs/preferencedialog.py:426 msgid "Start downloading at program startup" msgstr "程åºå¯åŠ¨æ—¶å¼€å§‹ä¸‹è½½" #: ../raphodo/prefs/preferencedialog.py:428 msgid "Start downloading upon device insertion" msgstr "设备æ’å…¥åŽè‡ªåŠ¨å¼€å§‹ä¸‹è½½" #: ../raphodo/prefs/preferencedialog.py:430 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/prefs/preferencedialog.py:431 msgid "Exit program when download completes" msgstr "" #: ../raphodo/prefs/preferencedialog.py:433 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/prefs/preferencedialog.py:465 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:466 msgid "Generate thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:468 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/prefs/preferencedialog.py:470 msgid "Cache thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:473 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/prefs/preferencedialog.py:477 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/prefs/preferencedialog.py:480 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/prefs/preferencedialog.py:489 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/prefs/preferencedialog.py:490 msgid "CPU cores:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:528 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:530 msgid "Calculating..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:536 msgid "days" msgstr "" #: ../raphodo/prefs/preferencedialog.py:537 msgid "forever" msgstr "" #: ../raphodo/prefs/preferencedialog.py:544 msgid "Cache size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:546 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:548 msgid "Database size:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:550 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:559 msgid "Purge Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:562 msgid "Optimize Cache..." msgstr "" #: ../raphodo/prefs/preferencedialog.py:588 msgid "Ignore time zone and daylight savings changes" msgstr "" #. Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution #: ../raphodo/prefs/preferencedialog.py:598 msgid "Offset resolution (minutes):" msgstr "" #: ../raphodo/prefs/preferencedialog.py:601 msgid "" "The multiple used when calculating the offset from the time the photo or " "video was originally taken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:615 msgid "When detecting if a file has been previously downloaded:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:629 msgid "Learn more about time zone handling" msgstr "" #: ../raphodo/prefs/preferencedialog.py:652 msgid "Skip download" msgstr "跳过下载" #: ../raphodo/prefs/preferencedialog.py:654 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:656 msgid "Add unique identifier" msgstr "添加唯一标识符" #: ../raphodo/prefs/preferencedialog.py:659 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:667 msgid "Overwrite" msgstr "覆盖" #: ../raphodo/prefs/preferencedialog.py:668 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/prefs/preferencedialog.py:669 msgid "Skip" msgstr "跳过" #: ../raphodo/prefs/preferencedialog.py:671 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/prefs/preferencedialog.py:678 msgid "" "When a photo or video of the same name has already been downloaded, choose " "whether to skip downloading the file, or to add a unique identifier:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:690 msgid "" "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in the " "main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:701 msgid "" "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:722 msgid "Program Warnings" msgstr "" #: ../raphodo/prefs/preferencedialog.py:723 msgid "Show a warning when:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:727 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/prefs/preferencedialog.py:730 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/prefs/preferencedialog.py:734 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/prefs/preferencedialog.py:736 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/prefs/preferencedialog.py:740 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/prefs/preferencedialog.py:743 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/prefs/preferencedialog.py:747 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/prefs/preferencedialog.py:749 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/prefs/preferencedialog.py:753 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/prefs/preferencedialog.py:755 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:760 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:765 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/prefs/preferencedialog.py:769 msgid "Add" msgstr "" #: ../raphodo/prefs/preferencedialog.py:771 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:776 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:783 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/prefs/preferencedialog.py:821 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/prefs/preferencedialog.py:824 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:827 msgid "" "Analyze the results of device scans looking for duplicate files and matching " "RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." msgstr "" #: ../raphodo/prefs/preferencedialog.py:833 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:834 msgid "One photo" msgstr "" #: ../raphodo/prefs/preferencedialog.py:835 msgid "Two photos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:837 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/prefs/preferencedialog.py:842 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/prefs/preferencedialog.py:851 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:853 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:854 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:855 msgid "Mark both for download" msgstr "" #: ../raphodo/prefs/preferencedialog.py:862 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "JPEG for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:868 msgid "" "When matching RAW and JPEG photos are found, do not automatically mark the " "RAW for\n" "download. You can still mark it for download yourself." msgstr "" #: ../raphodo/prefs/preferencedialog.py:874 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/prefs/preferencedialog.py:880 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:886 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:902 msgid "Clear completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:904 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/prefs/preferencedialog.py:906 msgid "Prompt for what to do" msgstr "" #: ../raphodo/prefs/preferencedialog.py:911 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:916 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:921 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/prefs/preferencedialog.py:968 msgid "Version Check" msgstr "" #: ../raphodo/prefs/preferencedialog.py:969 msgid "Check for new version at startup" msgstr "" #: ../raphodo/prefs/preferencedialog.py:972 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/prefs/preferencedialog.py:976 msgid "Include development releases" msgstr "" #: ../raphodo/prefs/preferencedialog.py:978 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/prefs/preferencedialog.py:996 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/prefs/preferencedialog.py:999 msgid "" "Ignore date/time metadata in DNG files located on MTP devices, and use the " "file's modification time instead.\n" "\n" "Useful for devices like some phones and tablets that create incorrect DNG " "metadata." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1006 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1008 msgid "" "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n" "\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n" "\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by Leica " "M8\n" "cameras." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1034 msgid "Completed Downloads" msgstr "" #. Translators: this is an option when the user chooses the language to use for #. Rapid Photo Downloader and it allows them to reset it back to whatever their #. system language settings are. The < and > are not HTML codes. They are there #. simply to set this choice apart from all the other choices in the drop down #. list. You can keep the < > if you like, or replace them with whatever you #. typically use in your language. #: ../raphodo/prefs/preferencedialog.py:1140 msgid "" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1423 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1585 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1590 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1605 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1610 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1929 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1931 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1933 msgid "Folder:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1947 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1949 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1951 msgid "Path:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1965 msgid "Enter a File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1966 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1967 ../raphodo/ui/renamepanel.py:140 msgid "Extension:" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1982 msgid "Invalid File Extension" msgstr "" #: ../raphodo/prefs/preferencedialog.py:1987 #, python-format msgid "" "The file extension %s is recognized by Rapid Photo Downloader, so it " "makes no sense to warn about its presence." msgstr "" #: ../raphodo/prefs/preferencedialog.py:1996 #, python-format msgid "" "Recognized file types:\n" "\n" "Photos:\n" "%(photos)s\n" "\n" "Videos:\n" "%(videos)s\n" "\n" "Audio:\n" "%(audio)s\n" "\n" "Other:\n" "%(other)s" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Wedding" msgstr "" #: ../raphodo/prefs/preferences.py:311 msgid "Birthday" msgstr "" #: ../raphodo/prefs/preferences.py:736 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "å­ç›®å½•首选项ä¸åº”以 %s 开头" #: ../raphodo/prefs/preferences.py:740 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "å­ç›®å½•首选项ä¸åº”以 %s 结尾" #: ../raphodo/prefs/preferences.py:747 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "å­ç›®å½•首选项ä¸åº”包å«ä¸¤ä¸ªç›¸é‚»çš„ %s" #: ../raphodo/ui/primarybutton.py:124 msgid "Download 8 Photos and 10 Videos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:96 ../raphodo/problemnotification.py:251 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:100 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:129 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:141 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:154 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:161 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:205 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:213 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:224 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:236 #, python-format msgid "" "An error occurred setting a file's filesystem metadata on the filesystem %s. " "If this error occurs again on the same filesystem, it will not be reported " "again." msgstr "" #: ../raphodo/problemnotification.py:261 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/problemnotification.py:273 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:285 ../raphodo/problemnotification.py:320 #, python-format msgid "" "The existing %(filetype)s %(destination)s was last modified on %(date)s at " "%(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:301 #, python-format msgid "The %(filetype)s %(source)s was not downloaded from %(device)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:336 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:343 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:363 #, python-format msgid "" "The existing backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/problemnotification.py:379 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:398 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:415 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:438 #, python-format msgid "" "When synchronizing RAW + JPEG sequence values, a duplicate %(filetype)s " "%(file)s was encountered, and was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:449 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:462 #, python-format msgid "" "%(image1)s was taken on %(image1_date)s at %(image1_time)s, and %(image2)s " "on %(image2_date)s at %(image2_time)s." msgstr "" #: ../raphodo/problemnotification.py:480 #, python-format msgid "Unable to finalize the filename for %s" msgstr "" #: ../raphodo/problemnotification.py:526 #, python-format msgid "" "The filename %(destination)s was not fully generated for %(filetype)s " "%(source)s." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of #. the term variable. You must keep the %(variable)s untranslated, or #. the program will crash. #: ../raphodo/problemnotification.py:542 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:548 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:554 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:562 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:569 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:572 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:576 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:591 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:605 #, python-format msgid "" "There is no data with which to generate the %(subfolder_file)s for " "%(filename)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:623 #, python-format msgid "" "Unable to create the %(filetype)s %(destination)s in %(folder)s. The " "download file was %(source)s in %(device)s. It was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:638 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:648 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:704 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:710 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:717 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:724 #, python-format msgid "Problems backing up to %s" msgstr "" #. Translators: for example Nov 3 2015, 11:25 AM #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #. Translators: for example, Nov 3, 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:249 ../raphodo/proximity.py:278 #: ../raphodo/proximity.py:313 ../raphodo/proximity.py:319 #, 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:267 #, 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:288 ../raphodo/proximity.py:294 #: ../raphodo/proximity.py:1123 ../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:303 ../raphodo/proximity.py:307 #: ../raphodo/proximity.py:1130 ../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:328 #, 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:339 #, 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:473 #, 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:1135 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1893 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:1952 #, 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:1956 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:1962 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:2101 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:2106 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:2109 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:2110 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:2112 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:2568 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:473 ../raphodo/rapid.py:871 ../raphodo/rapid.py:4657 #: ../raphodo/rapid.py:4880 ../raphodo/rapid.py:4899 ../raphodo/rapid.py:4922 #: ../raphodo/rapid.py:4929 ../raphodo/rapid.py:5606 ../raphodo/rapid.py:6229 #: ../raphodo/rapid.py:7449 ../raphodo/ui/rememberthisdialog.py:112 #: ../raphodo/ui/viewutils.py:743 #: ../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:1156 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:1167 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1176 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:1188 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1367 #, python-format msgid "" "Cannot download from Apple devices

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

      Missing applications: " "%(applications)s

      Learn " "more about which software to install." msgstr "" #: ../raphodo/rapid.py:1766 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1769 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1778 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1782 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1786 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1804 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1806 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1824 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1827 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1873 msgid "" "\n" "

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

      \n" "

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

      " msgstr "" #: ../raphodo/rapid.py:1883 msgid "The survey is in English." msgstr "" #: ../raphodo/rapid.py:1894 msgid "Do you want to take the survey?" msgstr "" #. Use custom buttons, thereby avoiding button icons #: ../raphodo/rapid.py:1897 msgid "Ask me later" msgstr "" #: ../raphodo/rapid.py:1898 msgid "Yes" msgstr "" #. Translators: "I already took it" means "I already took the survey" #: ../raphodo/rapid.py:1901 msgid "I already took it" msgstr "" #. Translators: "Never ask me about any survey" refers to now and in the future #: ../raphodo/rapid.py:1906 msgid "Never ask me about any survey" msgstr "" #: ../raphodo/rapid.py:2110 ../raphodo/rapid.py:2914 msgid "Download" msgstr "下载" #: ../raphodo/rapid.py:2114 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:2118 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:2122 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:2128 msgid "Windows &Drives" msgstr "" #: ../raphodo/rapid.py:2132 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:2137 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:2140 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:2144 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:2147 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:2150 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:2153 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:2158 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:2161 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:2250 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:2258 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:2260 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:2262 msgid "Back Up" msgstr "" #: ../raphodo/rapid.py:2486 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #: ../raphodo/rapid.py:2505 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2508 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2522 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2600 msgid "All" msgstr "" #: ../raphodo/rapid.py:2601 msgid "New" msgstr "" #: ../raphodo/rapid.py:2603 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2606 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2607 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2610 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2611 msgid "Device" msgstr "设备" #: ../raphodo/rapid.py:2613 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2629 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:2894 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2910 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2912 msgid "Pause" msgstr "æš‚åœ" #: ../raphodo/rapid.py:3049 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:3150 #, 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:3244 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:3258 #, 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:3346 msgid "" "\n" "Downloading all files

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

      \n" "Do you want to proceed with the download?" msgstr "" #: ../raphodo/rapid.py:3511 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "下列下载文件夹无效 :\n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3514 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "下列下载文件夹无效:\n" "%s" #: ../raphodo/rapid.py:3517 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3518 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3536 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:3547 ../raphodo/rapid.py:3561 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3549 ../raphodo/rpdfile.py:179 msgid "photos" msgstr "相片" #: ../raphodo/rapid.py:3563 ../raphodo/rpdfile.py:174 msgid "videos" msgstr "视频" #: ../raphodo/rapid.py:3573 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:3589 ../raphodo/rapid.py:3605 #, 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:3592 ../raphodo/rpdfile.py:181 ../raphodo/rpdfile.py:850 msgid "photo" msgstr "照片" #: ../raphodo/rapid.py:3608 ../raphodo/rpdfile.py:176 ../raphodo/rpdfile.py:912 msgid "video" msgstr "视频" #: ../raphodo/rapid.py:3616 msgid "Backup problem" msgstr "备份故障" #: ../raphodo/rapid.py:4447 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4527 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s å·² 下载" #. Translators: e.g. 2 videos failed to download #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4537 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s 下载失败" #: ../raphodo/rapid.py:4543 ../raphodo/rapid.py:4650 msgid "warnings" msgstr "警告" #: ../raphodo/rapid.py:4578 msgid "All downloads complete" msgstr "所有下载已完æˆ" #. Translators: e.g. 23 photos downloaded #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rapid.py:4588 ../raphodo/rapid.py:4603 ../raphodo/rapid.py:4619 #: ../raphodo/rapid.py:4634 ../raphodo/rapid.py:4649 #, 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:4593 ../raphodo/rapid.py:4624 #, 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:4608 ../raphodo/rapid.py:4639 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s 下载失败" #: ../raphodo/rapid.py:4675 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4677 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4682 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4684 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4709 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4716 #, 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:4725 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4727 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4767 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4886 #, 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:4905 #, 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:4925 msgid "Enable access to the iOS Device" msgstr "" #: ../raphodo/rapid.py:4936 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4937 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:5029 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:5032 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:5036 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:5041 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:5578 #, 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:5613 #, 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:5775 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5777 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5779 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5781 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5782 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5783 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5867 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:6212 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6216 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:6222 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:6226 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:6645 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:6649 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:6705 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:6712 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:6726 #, python-format msgid "" "%(number)s of %(available files)s marked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:6738 #, python-format msgid "%(number)s of %(available files)s marked for download" msgstr "" #: ../raphodo/rapid.py:7035 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:7042 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7048 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:7055 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:7061 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:7067 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:7075 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:7083 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:7088 ../raphodo/rapid.py:7095 ../raphodo/rapid.py:7102 #: ../raphodo/rapid.py:7146 ../raphodo/rapid.py:7156 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:7090 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:7097 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7104 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:7111 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:7117 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:7122 ../raphodo/rapid.py:7134 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:7125 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:7137 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:7149 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7159 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:7167 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:7177 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:7184 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:7191 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:7200 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:7208 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:7215 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7224 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:7232 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:7238 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:7245 msgid "Use the system Qt theme instead of the built-in theme" msgstr "" #: ../raphodo/rapid.py:7255 msgid "Run this program in wayland or regular X11" msgstr "" #: ../raphodo/rapid.py:7348 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:7359 msgid "No prior program preferences detected: exiting." msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the #. term variable. You must keep the %(variable)s untranslated, or the #. program will crash. #: ../raphodo/rapid.py:7366 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:7437 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:7452 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:7542 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:7547 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:7562 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:7637 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:7842 msgid "All settings and caches have been reset." msgstr "" #: ../raphodo/rapid.py:7850 msgid "Thumbnail Cache has been reset." msgstr "" #: ../raphodo/rapid.py:7856 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/ui/rememberthisdialog.py:76 msgid "&Remember this choice" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:78 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:80 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/ui/rememberthisdialog.py:87 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:626 msgid "subfolder and filename" msgstr "å­æ–‡ä»¶å¤¹å’Œæ–‡ä»¶å" #: ../raphodo/renameandmovefile.py:628 msgid "filename" msgstr "文件å" #: ../raphodo/renameandmovefile.py:630 msgid "subfolder" msgstr "å­ç›®å½•" #: ../raphodo/ui/renamepanel.py:327 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/ui/renamepanel.py:328 msgid "Downloads today:" msgstr "今日下载:" #: ../raphodo/ui/renamepanel.py:350 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/ui/renamepanel.py:351 msgid "Stored number:" msgstr "" #: ../raphodo/ui/renamepanel.py:363 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/ui/renamepanel.py:365 msgid "Day start:" msgstr "开始日:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/ui/renamepanel.py:375 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/ui/renamepanel.py:379 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/ui/renamepanel.py:384 msgid "Sequence Numbers" msgstr "" #: ../raphodo/ui/renamepanel.py:395 msgid "Strip incompatible characters" msgstr "去掉ä¸å…¼å®¹å­—符" #: ../raphodo/ui/renamepanel.py:400 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/ui/renamepanel.py:404 msgid "Compatibility" msgstr "" #: ../raphodo/ui/renamepanel.py:484 msgid "Photo Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:488 msgid "Video Renaming" msgstr "" #: ../raphodo/ui/renamepanel.py:492 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:169 msgid "photos and videos" msgstr "图片和视频" #: ../raphodo/rpdfile.py:171 msgid "photos or videos" msgstr "照片或视频" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/rpdfile.py:273 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:302 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:304 msgid "1 Video" msgstr "" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:314 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:316 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:830 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:851 msgid "Photo" msgstr "" #: ../raphodo/rpdfile.py:913 msgid "Video" msgstr "视频" #: ../raphodo/storage/storage.py:251 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage/storage.py:589 msgid "Pictures" msgstr "" #: ../raphodo/sudocommand.py:93 msgid "Sorry, the password was incorrect." msgstr "" #. Translators: here %s refers to the username (you must keep %s or the #. program will crash). This is what it looks like: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/sudocommand.py:100 #, python-format msgid "To perform administrative tasks, enter the password for %s." msgstr "" #: ../raphodo/sudocommand.py:140 msgid "Password:" msgstr "" #: ../raphodo/thumbnaildisplay.py:583 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:593 #, 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:605 ../raphodo/thumbnaildisplay.py:668 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:623 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:628 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:635 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:682 #, python-format msgid "

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

      Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:2257 msgid "Copy Path" msgstr "" #: ../raphodo/thumbnaildisplay.py:2263 msgid "Mark File as Downloaded" msgstr "" #: ../raphodo/thumbnaildisplay.py:2268 msgid "Mark Files as Downloaded" msgstr "" #: ../raphodo/utilities.py:215 msgid "B" msgstr "" #: ../raphodo/utilities.py:216 msgid "KB" msgstr "" #: ../raphodo/utilities.py:217 msgid "MB" msgstr "" #: ../raphodo/utilities.py:218 msgid "GB" msgstr "" #: ../raphodo/utilities.py:219 msgid "TB" msgstr "" #: ../raphodo/utilities.py:220 msgid "PB" msgstr "" #: ../raphodo/utilities.py:221 msgid "EB" msgstr "" #: ../raphodo/utilities.py:222 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:223 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:486 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:570 msgid "one" msgstr "" #: ../raphodo/utilities.py:571 msgid "two" msgstr "" #: ../raphodo/utilities.py:572 msgid "three" msgstr "" #: ../raphodo/utilities.py:573 msgid "four" msgstr "" #: ../raphodo/utilities.py:574 msgid "five" msgstr "" #: ../raphodo/utilities.py:575 msgid "six" msgstr "" #: ../raphodo/utilities.py:576 msgid "seven" msgstr "" #: ../raphodo/utilities.py:577 msgid "eight" msgstr "" #: ../raphodo/utilities.py:578 msgid "nine" msgstr "" #: ../raphodo/utilities.py:579 msgid "ten" msgstr "" #: ../raphodo/utilities.py:580 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:581 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:582 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:583 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:584 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:585 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:586 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:587 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:588 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:589 msgid "twenty" msgstr "" #: ../raphodo/ui/viewutils.py:677 ../raphodo/ui/viewutils.py:697 msgid "&OK" msgstr "" #: ../raphodo/ui/viewutils.py:680 ../raphodo/ui/viewutils.py:700 msgid "&Save" msgstr "" #: ../raphodo/ui/viewutils.py:681 msgid "&Help" msgstr "" #: ../raphodo/ui/viewutils.py:682 msgid "Restore Defaults" msgstr "" #: ../raphodo/ui/viewutils.py:683 ../raphodo/ui/viewutils.py:701 msgid "&Yes" msgstr "" #: ../raphodo/ui/viewutils.py:684 ../raphodo/ui/viewutils.py:702 msgid "&No" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png #. Please keep the html tags and #: ../raphodo/wsl.py:105 #, python-format msgid "Create directory %(path)s" msgstr "" #: ../raphodo/wsl.py:109 #, python-format msgid "Mount drive %(drive)s: at %(path)s" msgstr "" #: ../raphodo/wsl.py:115 #, python-format msgid "Unmount drive %(drive)s: from %(path)s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be mounted. This screenshot shows only #. one drive, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:309 #, python-format msgid "Mount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be mounted. This screenshot illustrates: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:314 #, python-format msgid "Mount drive %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in plural #. form, where two or more drives will be unmounted. This screenshot shows #. only one drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:321 #, python-format msgid "Unmount drives %s" msgstr "" #. Translators: This is part of a title for a dialog box, and is in singular #. form, where only one drive will be unmounted. This screenshot shows a #. drive being mounted, but you get the idea: #. https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png #: ../raphodo/wsl.py:327 #, python-format msgid "Unmount drive %s" msgstr "" #: ../raphodo/wsl.py:390 #, python-format msgid "Sorry, an error occurred when mounting drives %s" msgstr "" #: ../raphodo/wsl.py:396 #, python-format msgid "Sorry, an error occurred when unmounting drives %s" msgstr "" #: ../raphodo/wsl.py:403 #, python-format msgid "Sorry, an error occurred when mounting drive %s" msgstr "" #: ../raphodo/wsl.py:409 #, python-format msgid "Sorry, an error occurred when unmounting drive %s" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:558 msgid "Windows Drives" msgstr "" #: ../raphodo/wsl.py:562 msgid "Enable automatic mounting of Windows drives" msgstr "" #: ../raphodo/wsl.py:566 msgid "Automatically mount all Windows drives" msgstr "" #: ../raphodo/wsl.py:570 msgid "Only automatically mount Windows drives that are configured below" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:594 msgid "User Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:596 msgid "System Mounted" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:598 msgid "Drive" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:600 msgid "Mount Point" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:602 msgid "Automatic Mount" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:604 msgid "Automatic Unmount at Exit" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:638 msgid "Pending Operations:" msgstr "" #. Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png #: ../raphodo/wsl.py:652 msgid "&Apply Pending Operations" msgstr "" #. Translators: this will appear in a small dialog asking the user #. if they want to mount a single drive #: ../raphodo/wsl.py:1459 #, python-format msgid "Do you want to mount drive %s?" msgstr "" #. translators: this will appear in a small dialog asking the user #. if they want to mount two or more drives #: ../raphodo/wsl.py:1463 #, python-format msgid "Do you want to mount drives %s?" msgstr "" #. Translators: this is the name Windows uses for a removable drive, #. like a USB drive #: ../raphodo/wsl.py:1606 msgid "Removable Drive" msgstr "" #. Translators: this is the name Windows uses for a drive that is #. normally part of the computer, like an internal hard drive #. (although for some reason some USB drives are classified by #. Windows as local drives) #: ../raphodo/wsl.py:1612 msgid "Local Drive" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:2 #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "" "Download, rename and back up photos and videos from cameras and other devices" msgstr "从相机和其他设备上下载ã€é‡å‘½å并备份照片和视频。" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:3 msgid "" "Rapid Photo Downloader imports photos and videos from cameras, phones, " "memory cards and other devices at high speed. It can be configured to rename " "photos and videos with meaningful filenames you specify. It can also back up " "photos and videos as they are downloaded. It downloads from and backs up to " "multiple devices simultaneously." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:4 msgid "" "Unique to Rapid Photo Downloader is its Timeline, which groups photos and " "videos based on how much time elapsed between consecutive shots. Use it to " "identify photos and videos taken at different periods in a single day or " "over consecutive days." msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:5 msgid "" "Written by a photographer for professional and amateur photographers, Rapid " "Photo Downloader is easy to configure and use. Program preferences are " "configured without the need for complicated codes. Common tasks can be " "automated, such as unmounting a memory card when the download is complete." msgstr "" "Rapid Photo Downloaderé…置方便易于使用,åŒä¸ºæ‘„影师作者兼顾专业和业余摄影师的需求。 " "å®ƒå¤æ‚çš„ä»£ç æ¥é…置,自动执行常规任务,如下载完æˆåŽå¼¹å‡ºè®°å¿†å¡ã€‚" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:6 msgid "The main window" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in.h:7 msgid "Renaming" msgstr "" #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:2 msgid "Photo Downloader" msgstr "照片下载器" #. TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: ../data/net.damonlynch.rapid_photo_downloader.desktop.in.h:5 msgid "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" msgstr "" "photo;download;photography;import;video;RAW;camera;phone;ingest;backup;memory" ";card;" #: ../data/kde/net.damonlynch.rapid_photo_downloader.desktop.in.h:1 msgid "Download Photos and Videos with Rapid Photo Downloader" msgstr "使用Rapid Photo Downloader下载照片和视频。" #~ msgid "Berlin" #~ msgstr "æŸæž—" #~ msgid "Paris" #~ msgstr "巴黎" #~ msgid "New York" #~ msgstr "纽约" #~ msgid "Prague" #~ msgstr "布拉格" #~ msgid "Manila" #~ msgstr "马尼拉" #~ msgid "Wellington" #~ msgstr "惠çµé¡¿" #~ msgid "Helsinki" #~ msgstr "赫尔辛基" #~ msgid "Kampala" #~ msgstr "åŽå¸•拉" #~ msgid "Tehran" #~ msgstr "德黑兰" #~ msgid "Stockholm" #~ msgstr "斯德哥尔摩" #~ msgid "Rome" #~ msgstr "罗马" #~ msgid "Moscow" #~ msgstr "莫斯科" #~ msgid "Sydney" #~ msgstr "悉尼" #~ msgid "Budapest" #~ msgstr "布达佩斯" #~ msgid "Jakarta" #~ msgstr "雅加达" #~ msgid "Madrid" #~ msgstr "马德里" #~ msgid "Delhi" #~ msgstr "德里" #~ msgid "Warsaw" #~ msgstr "åŽæ²™" #~ msgid "Select a folder to download photos to" #~ msgstr "选择下载相片的目录..." #~ msgid "Select a folder to download videos to" #~ msgstr "选择下载视频的目录..." #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "选择目录ä¿å­˜ %(file_types)s" #~ msgid "Error in Video Rename preferences" #~ msgstr "视频é‡å‘½å设置出错." #~ msgid "Error in Photo Rename preferences" #~ msgstr "照片é‡å‘½å设置出错" #~ msgid "Error in Video Download Subfolders preferences" #~ msgstr "è§†é¢‘ä¸‹è½½å­æ–‡ä»¶å¤¹å‡ºé”™" #~ msgid "Error in Photo Download Subfolders preferences" #~ msgstr "ç…§ç‰‡ä¸‹è½½å­æ–‡ä»¶å¤¹è®¾ç½®å‡ºé”™." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate the " #~ "name. Please use other renaming options." #~ msgstr "警告: æ²¡æœ‰è¶³å¤Ÿçš„æ•°æ®æ¥å®Œæˆå‘½å, 请使用其它的é‡å‘½å选项." #~ msgid "" #~ "Warning: There is insufficient metadata to fully generate " #~ "subfolders. Please use other subfolder naming options." #~ msgstr "警告: æ²¡æœ‰è¶³å¤Ÿçš„æ•°æ®æ¥å®Œæˆè‡ªæ–‡ä»¶å¤¹å‘½å, 请使用其它的é‡å‘½å文件夹选项." #, python-format #~ msgid "Example: %s" #~ msgstr "范例: %s" #~ msgid "externaldrive1" #~ msgstr "外部驱动器1" #~ msgid "externaldrive2" #~ msgstr "外部驱动器2" #~ msgid "scanning..." #~ msgstr "正在扫æ..." #~ msgid "Download cannot proceed" #~ msgstr "下载无法进行" #~ msgid "Photo has already been downloaded" #~ msgstr "照片已ç»ä¸‹è½½è¿‡" #~ msgid "Photos detected with the same filenames, but taken at different times" #~ msgstr "检测到文件å相åŒï¼Œä½†æ‹æ‘„æ—¶é—´ä¸åŒçš„照片。" #~ msgid "Backing up error" #~ msgstr "备份错误" #, python-format #~ msgid "" #~ "%(date)s\n" #~ "%(time)s" #~ msgstr "" #~ "%(date)s\n" #~ "%(time)s" #, python-format #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(date)s %(hour)s:%(minute)s:%(second)s:%(subsecond)s" #, python-format #~ msgid "%(date)s %(time)s" #~ msgstr "%(date)s %(time)s" #, python-format #~ msgid "Source: %(source)s" #~ msgstr "æº: %(source)s" #, python-format #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "目标目录ä¸èƒ½è¢«åˆ›å»º: %(directory)s\n" #, python-format #~ msgid "Error: %(inst)s" #~ msgstr "错误: %(inst)s" #, python-format #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "音频输入: %(source)s\n" #~ "音频输出: %(destination)s" #~ msgid "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "è¦ä½¿ç”¨æ­¤è®¾å¤‡æˆ–分区æ¥ä¸‹è½½ç…§ç‰‡æˆ–视频å—?" #~ msgid "Download Progress" #~ msgstr "下载进度" #~ msgid "Device Detected" #~ msgstr "检测到驱动器" #, python-format #~ msgid "Backing up to %(path)s" #~ msgstr "备份至 %(path)s" #~ msgid "Using backup device" #~ msgstr "正在使用备份驱动器" #~ msgid "Using backup devices" #~ msgstr "正在使用备份驱动器" #, python-format #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "约剩余 %(minutes)i:%(seconds)02i 分钟" #, python-format #~ msgid "About %i seconds remaining" #~ msgstr "约剩余 %i ç§’" #~ msgid "About 1 minute remaining" #~ msgstr "约剩余 1 ç§’é’Ÿ" #~ msgid "MB/s" #~ msgstr "å…†/ç§’" #~ msgid "About 1 second remaining" #~ msgstr "剩余约1ç§’é’Ÿ" #, python-format #~ msgid "" #~ "display program information on the command line as the program runs " #~ "(default: %default)" #~ msgstr "程åºè¿è¡Œæ—¶åœ¨å‘½ä»¤è¡Œæ˜¾ç¤ºç¨‹åºä¿¡æ¯ (默认:%default)" #~ msgid "reset all program settings and preferences and exit" #~ msgstr "é‡ç½®æ‰€æœ‰ç¨‹åºè®¾ç½®å’Œé¦–选项并退出" #~ msgid "list photo and video file extensions the program recognizes and exit" #~ msgstr "åˆ—å‡ºç¨‹åºæ”¯æŒçš„照片和视频文件扩展å并退出" #~ msgid "only output errors to the command line" #~ msgstr "åªåœ¨å‘½ä»¤è¡Œæ˜¾ç¤ºé”™è¯¯ä¿¡æ¯" #~ msgid " hh:mm" #~ msgstr " hh:mm" #~ msgid "Photo Rename" #~ msgstr "照片é‡å‘½å" #~ msgid "Photo and Video Name Conflicts" #~ msgstr "照片和视频å字冲çª" #~ msgid "Backup" #~ msgstr "备份" #~ msgid "Download Folder" #~ msgstr "下载目录" #~ msgid "Compatibility with Other Operating Systems" #~ msgstr "兼容其它æ“作系统" #~ msgid "Download Subfolders" #~ msgstr "下载å­ç›®å½•" #~ msgid "Job Codes" #~ msgstr "任务代ç " #~ msgid "Program Automation" #~ msgstr "程åºè‡ªåŠ¨åŒ–" #~ msgid "Example: /home/user/Pictures" #~ msgstr "例如:/home/user/Pictures" #~ msgid "Original:" #~ msgstr "原始的:" #~ msgid "Example:" #~ msgstr "例如:" #~ msgid "New:" #~ msgstr "新的:" #~ msgid "/media/externaldrive/Photos" #~ msgstr "/媒体/外部驱动器/照片" #~ msgid "Error Handling" #~ msgstr "错误处ç†" #~ msgid "Backup\t" #~ msgstr "备份\t" #~ msgid "Sequence Numbers" #~ msgstr "åºåˆ—æ•°å­—" #~ msgid "Devices" #~ msgstr "驱动器" #~ msgid "Photo Rename\t" #~ msgstr "照片é‡å‘½å\t" #~ msgid "Rename Options" #~ msgstr "é‡å‘½å选项" #~ msgid "Photo Download Folders" #~ msgstr "照片下载目录" #~ msgid "Video Download Folders" #~ msgstr "视频下载目录" #~ msgid "Video Rename\t" #~ msgstr "视频é‡å‘½å\t" #~ msgid "Automatically detect devices" #~ msgstr "自动检测设备" #~ msgid "Automatically detect Portable Storage Devices" #~ msgstr "自动检测å¯ç§»åŠ¨å­˜å‚¨è®¾å¤‡" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded photos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "选择下载目录。下载照片的å­ç›®å½•将使用下列指定结构在此目录内自动创建。" #~ msgid "Backup" #~ msgstr "备份" #~ msgid "" #~ "Choose the download folder. Subfolders for the downloaded videos will be " #~ "automatically created in this folder using the structure specified below." #~ msgstr "选择下载目录。下载视频的å­ç›®å½•将使用下列指定结构在此目录内自动创建。" #~ msgid "Download / Pause" #~ msgstr "下载 / æš‚åœ" #~ msgid "Download folder:" #~ msgstr "下载目录:" #~ msgid "Error Log" #~ msgstr "错误日志" #~ msgid "Photo backup folder name:" #~ msgstr "照片备份目录åç§°" #~ msgid "Photo Rename" #~ msgstr "照片é‡å‘½å" #~ msgid "Photo Folders" #~ msgstr "照片目录" #~ msgid "Import your photos and videos efficiently and reliably" #~ msgstr "高效å¯é åœ°å¯¼å…¥ä½ çš„照片和视频" #~ msgid "Rename Options" #~ msgstr "é‡å‘½å选项" #~ msgid "R_emove All" #~ msgstr "全部删除 (_E)" #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "åŒæ­¥RAW+JPEGåºåˆ—å·" #~ msgid "" #~ "Specify whether photo, video and folder names should have any characters " #~ "removed that are not allowed by other operating systems." #~ msgstr "指定照片ã€è§†é¢‘或文件夹å称时应删除任何与其他æ“作系统ä¸å…¼å®¹çš„字符。" #~ msgid "Video backup folder name:" #~ msgstr "视频备份目录" #~ msgid "Video Rename" #~ msgstr "视频é‡å‘½å" #~ msgid "Unmount (\"eject\") device upon download completion" #~ msgstr "下载完æˆåŽå¸è½½ï¼ˆå¼¹å‡ºï¼‰è®¾å¤‡" #~ msgid "" #~ "When backing up, choose whether to overwrite a file on the backup device " #~ "that has the same name, or skip backing it up." #~ msgstr "备份时,选择是å¦è¦†ç›–或忽略备份设备上的åŒå文件。" #~ msgid "Video Folders" #~ msgstr "视频目录" #~ msgid "_Report a Problem..." #~ msgstr "报告问题... (_R)" #~ msgid "_Get Help Online..." #~ msgstr "获å–在线帮助... (_G)" #~ msgid "_Error Log" #~ msgstr "错误日志 (_E)" #~ msgid "_Make a Donation..." #~ msgstr "æˆ‘è¦æèµ ... (_M)" #~ msgid "_Help" #~ msgstr "帮助 (_H)" #~ msgid "_File" #~ msgstr "文件(_F)" #~ msgid "_Translate this Application..." #~ msgstr "翻译本程åº...(_T)" #~ msgid "_Select" #~ msgstr "选择(_S)" #~ msgid "_Clear Completed Downloads" #~ msgstr "清除已完æˆçš„下载(_C)" #~ msgid "" #~ "Specify the folder in which backups are stored on the device. \n" #~ "\n" #~ "Note: this will also be used to determine whether or not the device is " #~ "used for backups. For each device you wish to use for backing up to, create " #~ "a folder in it with one of these names." #~ msgstr "" #~ "指定备份存储于设备的目录。 \n" #~ "\n" #~ "注æ„:这还会被用æ¥ç¡®è®¤ä¸€ä¸ªè®¾å¤‡æ˜¯å¦ç”¨æ¥å¤‡ä»½ã€‚请对æ¯ä¸€ä¸ªå¸Œæœ›ç”¨äºŽå¤‡ä»½çš„设备创建一个有以上å称的目录。" #~ msgid "" #~ "When a photo or video of the same name has already been downloaded, choose " #~ "whether to skip downloading the file, or to add a unique indentifier." #~ msgstr "当åŒå照片或视频已存在时,选择忽略下载或者增加唯一标识符。" #~ msgid "_Add..." #~ msgstr "添加(_A)..." #~ msgid "Location:" #~ msgstr "ä½ç½®ï¼š" #~ msgid "Preferences: Rapid Photo Downloader" #~ msgstr "首选项:急速照片下载器" #~ msgid "Example" #~ msgstr "例å­" #~ msgid "Enter a Job Code" #~ msgstr "输入一个任务代ç " #~ msgid "_Remember this choice" #~ msgstr "è®°ä½æ­¤é€‰æ‹© (_R)" #~ msgid "Job Code:" #~ msgstr "任务代ç ï¼š" #~ msgid "Name + extension" #~ msgstr "åç§°+扩展å" #~ msgid "Job Codes" #~ msgstr "任务代ç " #~ msgid " " #~ msgstr " " #~ msgid "Size" #~ msgstr "容é‡" #, python-format #~ msgid "and %s" #~ msgstr "å’Œ %s" #, python-format #~ msgid "%(number)s of %(total)s %(filetypes)s" #~ msgstr "%(number)s/%(total)s %(filetypes)s" #~ msgid "_View" #~ msgstr "查看(_V)" #, python-format #~ msgid "" #~ "The %(filetype)s subfolder preferences entered are invalid and cannot be " #~ "used.\n" #~ "They will be reset to their default values." #~ msgstr "" #~ "%(filetype)s å­æ–‡ä»¶å¤¹è¾“å…¥çš„å‚æ•°æ— æ•ˆï¼Œä¸èƒ½ä½¿ç”¨ã€‚\n" #~ "它们将被é‡ç½®ä¸ºé»˜è®¤å€¼" #~ msgid "the root of the file system" #~ msgstr "文件系统根目录" #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "从 %(location)s 下载" #, python-format #~ msgid "%(device)s did not unmount" #~ msgstr "%(device)s 并未å¸è½½" #~ msgid "" #~ "Do you really want to download from here? On some systems, scanning this " #~ "location can take a very long time." #~ msgstr "您确定从这儿下载å—?在æŸäº›ç³»ç»Ÿä¸Šï¼Œæ‰«æè¯¥ä½ç½®éœ€è¦æ¶ˆè€—éžå¸¸é•¿çš„æ—¶é—´ã€‚" #, python-format #~ msgid "No backup device contains a valid folder for backing up %(filetype)s" #~ msgstr "备份设备上没有å¯ç”¨çš„æ–‡ä»¶å¤¹ä»¥ä¾›å¤‡ä»½ %(filetype)s 文件" ././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1647023206.3078413 rapid-photo-downloader-0.9.33/raphodo/0000755000175000017500000000000000000000000016603 5ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/__about__.py0000644000175000017500000000267200000000000021072 0ustar00damondamon# Copyright (C) 2016-2022 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . # Directly modelled on Donald Stufft's readme_renderer code: # https://github.com/pypa/readme_renderer/blob/master/readme_renderer/__about__.py __all__ = [ "__title__", "__summary__", "__uri__", "__version__", "__author__", "__email__", "__license__", "__copyright__", ] __title__ = "rapid-photo-downloader" __summary__ = ( "Downloads, renames and backs up photos and videos from cameras, phones, " "memory cards and other devices" ) __uri__ = "https://damonlynch.net/rapid" __version__ = "0.9.33" __author__ = "Damon Lynch" __email__ = "damonlynch@gmail.com" __license__ = "GPL 3+" __copyright__ = "Copyright 2007-2022 {}".format(__author__) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/__init__.py0000644000175000017500000000704100000000000020716 0ustar00damondamon# Copyright (C) 2016-2021 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Initialize gettext translations. """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2016-2021, Damon Lynch" from typing import Optional import os import gettext import locale from pathlib import Path import builtins from PyQt5.QtCore import QSettings, QStandardPaths 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 data_home = QStandardPaths.writableLocation(QStandardPaths.GenericDataLocation) assert Path(data_home).is_dir() for path in (data_home, "/usr/share"): locale_path = os.path.join(path, "locale") sample_path = os.path.join(locale_path, sample_lang_path) if os.path.isfile(sample_path) and os.access(sample_path, os.R_OK): 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() try: gnulang = gettext.translation( i18n_domain, localedir=localedir, languages=[lang] ) gnulang.install() lang_installed = True except FileNotFoundError: pass except Exception: pass if not lang_installed: # Building on what lang.install() does above - but in this case, pretend we are # translating files builtins.__dict__["_"] = no_translation_performed ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/backupfile.py0000755000175000017500000003155600000000000021277 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2011-2021 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2011-2021, 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.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() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023204.0 rapid-photo-downloader-0.9.33/raphodo/cache.py0000644000175000017500000005743000000000000020231 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2015-2021 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ 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-2021, 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.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) -> bool: try: if not os.path.exists(dir): os.makedirs(dir, 0o700) logging.debug("Created %s cache at %s", descrtiption, dir) elif not os.path.isdir(dir): os.remove(dir) logging.warning("Removed file %s", dir) os.makedirs(dir, 0o700) logging.debug("Created %s cache at %s", descrtiption, dir) except OSError: logging.error("Failed to create %s cache at %s", descrtiption, dir) return False return True def save_thumbnail( self, full_file_name: str, size: int, modification_time: Union[float, int], generation_failed: bool, thumbnail: QImage, camera_model: str = None, free_desktop_org: bool = True, ) -> Optional[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, ) -> Optional[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 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() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/camera.py0000644000175000017500000011132500000000000020410 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2015-2022 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-2022, Damon Lynch. Copyright 2012-2015 Jim Easterbrook." import io import logging import os import re from typing import Optional, List, Tuple, Union import gphoto2 as gp from raphodo.storage.storage import StorageSpace, udev_attributes from raphodo.constants import CameraErrorCode from raphodo.utilities import format_size_for_user from raphodo.cameraerror import CameraError, CameraProblemEx 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") 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 def camera_is_mtp_device(camera_port: str) -> bool: devname = generate_devname(camera_port) if devname is not None: udev_attr = udev_attributes(devname) if udev_attr is not None: return udev_attr.is_mtp_device logging.error("Could not determine udev values for camera at port %s", camera_port) return False class Camera: """Access a camera via libgphoto2.""" def __init__( self, model: str, port: str, is_mtp_device: bool, get_folders: bool = True, raise_errors: bool = False, 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 self.is_mtp_device = is_mtp_device # class method _concise_model_name discusses why a display name is # needed self.display_name = model self.camera_config = None 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 logging.debug( "Folders located on %s: %s", self.display_name, ", ".join(", ".join(map(str, sl)) for sl in self.specific_folders), ) except gp.GPhoto2Error as e: logging.error( "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 @staticmethod def _locate_specific_subfolders(subfolders, subpath, specific_folders): return [ os.path.join(subpath, folder) for folder in specific_folders if folder in subfolders ] def _locate_specific_folders( self, path: str, specific_folders: Optional[List[str]] ) -> List[Optional[List[str]]]: """ Scan camera looking for folders such as DCIM, PRIVATE, and MP_ROOT. For MTP devices, looks in either the root of the path passed, or in one of the root folders subfolders (it does not scan subfolders of those subfolders) For PTP devices, also look into subfolders of the subfolders, e.g. not just /store_00020001/DCIM , but also /store_10000001/SLOT 1/DCIM Returns all instances of the specific folders, which is helpful for cameras that have more than one storage (memory card / internal memory) slot. Returns a list of lists: 1. Top level list is length 2 if camera has two memory card slots and they are both have a DCIM folder 2. Else top level will be length 1 (or 0 if empty) No error checking: exceptions must be caught by the caller :param path: the root folder to start scanning in :param specific_folders: the subfolders to look for. If None, return the root of each storage device :return: the paths including the specific folders (if found), or empty list """ # turn list of two items into a dictionary, for easier access # no error checking as exceptions are caught by the caller folders = dict(self.camera.folder_list_folders(path, 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 = self._locate_specific_subfolders( subfolders=subfolders, subpath=subpath, specific_folders=specific_folders, ) if ff: found_folders.append(ff) elif not self.is_mtp_device: # look at subfolders of subfolders, e.g. Fujifilm dual slot cameras # which use "SLOT 1" and "SLOT 2": # /store_10000001/SLOT 1/DCIM # /store_10000001/SLOT 2/DCIM found_subfolders = [] for nested_subfolder in subfolders: nested_subpath = os.path.join(subpath, nested_subfolder) nested_subfolders = dict( self.camera.folder_list_folders( nested_subpath, self.context ) ) ff = self._locate_specific_subfolders( subfolders=nested_subfolders, subpath=nested_subpath, specific_folders=specific_folders, ) if ff: found_subfolders.extend(ff) if found_subfolders: found_folders.append(found_subfolders) self._dual_slots_active = len(found_folders) > 1 return found_folders def get_file_info(self, folder, file_name) -> Tuple[int, int]: """ Returns modification time and file size :type folder: str :type file_name: str :param folder: full path where file is located :param file_name: :return: tuple of modification time and file size """ info = self.camera.file_get_info(folder, file_name, 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: is_mtp_device = camera_is_mtp_device(camera_port=port) c = Camera( model=model, port=port, is_mtp_device=is_mtp_device, 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(f"\nMTP: {is_mtp_device}") print() if not c.specific_folder_located: print("Specific folder was not located") else: print( "Specific folders:", ", ".join(itertools.chain.from_iterable(c.specific_folders)), ) print("Can fetch thumbnails:", c.can_fetch_thumbnails) sc = c.get_storage_media_capacity() if not sc: print("Unable to determine storage media capacity") else: title = "Storage capacity" print("\n{}\n{}".format(title, "-" * len(title))) for ss in sc: print( "\nPath: {}\nCapacity: {}\nFree {}".format( ss.path, format_size_for_user(ss.bytes_total), format_size_for_user(ss.bytes_free), ) ) sd = c.get_storage_descriptions() if not sd: print("Unable to determine storage descriptions") else: title = "Storage description(s)" print("\n{}\n{}".format(title, "-" * len(title))) for ss in sd: print("\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) is_mtp_device = camera_is_mtp_device(camera_port=port) c = Camera( model=camera, port=port, is_mtp_device=is_mtp_device, specific_folders=["DCIM", "MISC"], ) # c = Camera(model=camera, port=port) print(c.no_storage_media(), c.dual_slots_active, c.specific_folders) for name, value in c.camera.folder_list_files("/", c.context): print(name, value) c.free_camera() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/cameraerror.py0000644000175000017500000000642000000000000021461 0ustar00damondamon# Copyright (C) 2015-2021 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Class to handle exceptions related to camera access via gPhoto2 and libimobiledevice """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2015-2021, Damon Lynch." from typing import Optional import gphoto2 as gp from raphodo.constants import CameraErrorCode class CameraError(Exception): def __init__(self, code: CameraErrorCode) -> None: self.code = code def __repr__(self) -> str: return self.code.name def __str__(self) -> str: if self.code == CameraErrorCode.inaccessible: return "The camera is inaccessible" elif self.code == CameraErrorCode.locked: return "The camera is locked" class CameraProblemEx(CameraError): """Handle gPhoto2 errors""" def __init__( self, code: CameraErrorCode, gp_exception: 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()) class iOSDeviceError(CameraError): """Handle iOS Device errors""" def __init__( self, code: CameraErrorCode, imobile_error: int, imobile_error_output: str, udid: str, display_name: str, ) -> None: super().__init__(code) self.imobile_error = imobile_error self.imobile_error_output = imobile_error_output self.udid = udid self.display_name = display_name def __str__(self) -> str: if self.code in ( CameraErrorCode.pair, CameraErrorCode.mount, CameraErrorCode.devicename, ): message = self.imobile_error_output.replace( self.udid, "'{}'".format(self.display_name) ) if message.startswith("ERROR: "): message = message[7:] return message else: return str(super()) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/constants.py0000644000175000017500000003677600000000000021214 0ustar00damondamon# Copyright (C) 2007-2022 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-2022, Damon Lynch" from enum import Enum, IntEnum, auto 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://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 WindowsDriveType(IntEnum): removable_disk = 2 local_disk = 3 network_drive = 4 class DestinationDisplayType(Enum): folder_only = 1 usage_only = 2 folders_and_usage = 3 class ExifSource(Enum): raw_bytes = 1 app1_segment = 2 actual_file = 3 class DestinationDisplayMousePos(Enum): normal = 1 menu = 2 class DestinationDisplayTooltipState(Enum): menu = 1 path = 2 storage_space = 3 class DeviceType(Enum): camera = 1 # camera accessed using PTP camera_fuse = 2 # a camera-like device accessed using fuse, e.g. Apple iOS device volume = 3 # a memory card or external drive, etc. path = 4 # file system path class BackupDeviceType: volume = 1 path = 2 class DeviceState(Enum): pre_scan = 1 scanning = 2 idle = 3 thumbnailing = 4 downloading = 5 finished = 6 class FileType(IntEnum): photo = 1 video = 2 class FileExtension(Enum): raw = 1 jpeg = 2 heif = 3 other_photo = 4 video = 5 audio = 6 unknown = 7 class FileSortPriority(IntEnum): high = 1 low = 2 class KnownDeviceType(IntEnum): volume_whitelist = 1 volume_blacklist = 2 camera_blacklist = 3 class RenameAndMoveStatus(Enum): download_started = 1 download_completed = 2 class BackupStatus(Enum): backup_started = 1 backup_completed = 2 class ThumbnailSize(IntEnum): width = 160 height = 120 class ApplicationState(Enum): normal = 1 exiting = 2 class PostCameraUnmountAction(Enum): scan = 1 download = 2 nothing = 3 class Show(IntEnum): all = 1 new_only = 2 class Sort(IntEnum): modification_time = 1 checked_state = 2 filename = 3 extension = 4 file_type = 5 device = 6 class JobCodeSort(IntEnum): last_used = 1 code = 2 Checked_Status = { Qt.Checked: "checked", Qt.Unchecked: "unchecked", Qt.PartiallyChecked: "partially checked", } class Roles(IntEnum): previously_downloaded = Qt.UserRole extension = Qt.UserRole + 1 download_status = Qt.UserRole + 2 has_audio = Qt.UserRole + 3 secondary_attribute = Qt.UserRole + 4 path = Qt.UserRole + 5 uri = Qt.UserRole + 6 camera_memory_card = Qt.UserRole + 7 scan_id = Qt.UserRole + 8 device_details = Qt.UserRole + 9 storage = Qt.UserRole + 10 mtp = Qt.UserRole + 11 is_camera = Qt.UserRole + 12 sort_extension = Qt.UserRole + 13 filename = Qt.UserRole + 14 highlight = Qt.UserRole + 16 folder_preview = Qt.UserRole + 17 download_subfolder = Qt.UserRole + 18 device_type = Qt.UserRole + 19 download_statuses = Qt.UserRole + 20 job_code = Qt.UserRole + 21 uids = Qt.UserRole + 22 class ExtractionTask(Enum): undetermined = 1 bypass = 2 load_file_directly = 3 load_file_and_exif_directly = 4 load_file_directly_metadata_from_secondary = 5 load_from_bytes = 6 load_from_bytes_metadata_from_temp_extract = 7 load_from_exif = 8 extract_from_file = 9 extract_from_file_and_load_metadata = 10 load_from_exif_buffer = 11 load_heif_directly = 12 load_heif_and_exif_directly = 13 class ExtractionProcessing(Enum): resize = 1 orient = 2 strip_bars_photo = 3 strip_bars_video = 4 add_film_strip = 5 # Approach device uses to store timestamps # i.e. whether assumes are located in utc timezone or local class DeviceTimestampTZ(Enum): undetermined = 1 unknown = 2 is_utc = 3 is_local = 4 class CameraErrorCode(Enum): inaccessible = 1 locked = 2 read = 3 write = 4 pair = 5 mount = 6 devicename = 7 class ViewRowType(Enum): header = 1 content = 2 class Align(Enum): top = 1 bottom = 2 class NameGenerationType(Enum): photo_name = 1 video_name = 2 photo_subfolder = 3 video_subfolder = 4 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 ButtonHoverIntensity = 110 PaleGray = "#d7d6d5" DarkGray = "#35322f" MediumGray = "#5d5b59" DoubleDarkGray = "#1e1b18" DarkModeMediumGray = "#2b2b2b" ExtensionColorDict = { FileExtension.raw: CustomColors.color1, FileExtension.video: CustomColors.color2, FileExtension.jpeg: CustomColors.color4, FileExtension.heif: CustomColors.color5, FileExtension.other_photo: CustomColors.color5, } class SyncButtonState(IntEnum): active = 1 inactive = 2 regular = 3 def extensionColor(ext_type: FileExtension) -> QColor: try: return QColor(ExtensionColorDict[ext_type].value) except KeyError: return QColor(0, 0, 0) FileTypeColorDict = { FileType.photo: CustomColors.color1, FileType.video: CustomColors.color1, # was color2 } def fileTypeColor(file_type: FileType) -> QColor: try: return QColor(FileTypeColorDict[file_type].value) except KeyError: return QColor(CustomColors.color3.value) # Position of preference values in file renaming and subfolder generation editor: class PrefPosition(Enum): on_left = 1 at = 2 on_left_and_at = 3 positioned_in = 4 not_here = 5 # Values in minutes: proximity_time_steps = [5, 10, 15, 30, 45, 60, 90, 120, 180, 240, 480, 960, 1440] class TemporalProximityState(Enum): empty = 1 pending = 2 # e.g. 2 devices scanning, only 1 scan finished generating = 3 regenerate = 4 generated = 5 ctime_rebuild = 6 ctime_rebuild_proceed = 7 class StandardFileLocations(Enum): home = 1 desktop = 2 file_system = 3 documents = 4 music = 5 pictures = 6 videos = 7 downloads = 8 max_remembered_destinations = 10 ThumbnailBackgroundName = MediumGray DarkModeThumbnailBackgroundName = DarkModeMediumGray HeaderBackgroundName = ThumbnailBackgroundName DarkModeHeaderBackgroundName = DarkModeThumbnailBackgroundName EmptyViewHeight = 20 DeviceDisplayPadding = 6 DeviceShadingIntensity = 104 # How many steps with which to highlight thumbnail cells FadeSteps = 20 FadeMilliseconds = 700 # horizontal and vertical margin for thumbnail rectangles thumbnail_margin = 10 def minPanelWidth() -> int: """ Minimum width of panels on left and right side of main window. Derived from standard font size. Typically around 250 pixels or so. :return: size in pixels """ return int(QFontMetrics(QFont()).height() * 13.5) def minFileSystemViewHeight() -> int: """ Minimum height of file system views on left and right side of main window. Derived from standard font size. :return: size in pixels """ return QFontMetrics(QFont()).height() * 7 def minGridColumnWidth() -> int: return int(QFontMetrics(QFont()).height() * 1.3333333333333333) def standardProgressBarWidth() -> int: return int(QFontMetrics(QFont()).height() * 20) # Sync with value in install.py class Distro(Enum): debian = auto() ubuntu = auto() fedora = auto() neon = auto() linuxmint = auto() zorin = auto() arch = auto() opensuse = auto() manjaro = auto() galliumos = auto() peppermint = auto() elementary = auto() centos_stream9 = auto() centos_stream8 = auto() centos8 = auto() centos7 = auto() gentoo = auto() deepin = auto() kylin = auto() popos = auto() debian_derivative = auto() ubuntu_derivative = auto() fedora_derivative = auto() raspbian = auto() unknown = auto() orientation_offset = dict( arw=106, cr2=126, cr3=60000, # assuming ExifTool (exiv2 >= 0.28 required for CR3) dcr=7684, dng=144, mef=144, mrw=152580, nef=144, nrw=94, orf=132, pef=118, raf=8000000, raw=742404, rw2=1004548, sr2=82, srw=46, ) orientation_offset["3fr"] = 132 orientation_offset_exiftool = dict( arw=350, cr2=320, cr3=60000, crw=20, dcr=8196, dng=644, iiq=20, mef=376, mrw=152580, nef=392, nrw=94, orf=6148, pef=332, raf=70660, raw=548, rw2=709636, sr2=276, srw=126, ) orientation_offset_exiftool["3fr"] = 376 datetime_offset = dict( arw=1540, cr2=1028, cr3=60000, # assuming ExifTool dng=119812, mef=772, mrw=152580, nef=14340, nrw=1540, orf=6660, pef=836, raf=8000000, raw=964, rw2=3844, sr2=836, srw=508, mts=5000, m2t=5000, m2ts=5000, mp4=50000, 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=8000000, raw=890885, rw2=1205458, sr2=1080, srw=614, ) all_tags_offset["3fr"] = 1848 all_tags_offset_exiftool = dict( arw=1540, cr2=104453, cr3=60000, dng=143774, dcr=10450, mef=965, mrw=183096, nef=77213623, nrw=1848, orf=29113613, pef=183096, raf=84792, raw=890885, rw2=1205458, sr2=1080, srw=222418, x3f=7380128, mp4=130000, 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=8000000, 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 = "." filtered_file_browser_directories = { "$RECYCLE.BIN", "System Volume Information", "msdownld.tmp", } non_system_root_folders = [ "/home", "/media", "/mnt", ] ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/copyfiles.py0000755000175000017500000006027500000000000021167 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2011-2021 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2011-2021, 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.storage import get_uri from raphodo.prefs.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( model=args.device.camera_model, port=args.device.camera_port, is_mtp_device=args.device.is_mtp_device, raise_errors=True, specific_folders=prefs.folders_to_scan, ) except CameraProblemEx as e: self.problems.append(CameraInitializationProblem(gp_code=e.gp_code)) logging.error( "Could not initialize camera %s %s", args.device.camera_model, args.device.camera_port, ) self.terminate_camera_removed() else: rescan = RescanCamera(camera=self.camera, prefs=prefs) rescan.rescan_camera(rpd_files=rescan_check) rescan_check = rescan.rpd_files if rescan.missing_rpd_files: logging.error( "%s files could not be relocated on %s", len(rescan.missing_rpd_files), self.camera.display_name, ) rescan_check = list(chain(rescan_check, rescan.missing_rpd_files)) rpd_files = list(chain(rescan_check, no_rescan)) random_filename = GenerateRandomFileName() rpd_cache_same_device = defaultdict( lambda: None ) # type: 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.update_progress(rpd_file.size, rpd_file.size) else: copy_succeeded = self.copy_from_camera(rpd_file) else: # Scenario 1 source = rpd_file.full_file_name destination = rpd_file.temp_full_file_name copy_succeeded = self.copy_from_filesystem( source, destination, rpd_file ) # increment this amount regardless of whether the copy actually # succeeded or not. It's necessary to keep the user informed. self.total_downloaded += rpd_file.size mdata_exceptions = None if not copy_succeeded: rpd_file.status = DownloadStatus.download_failed logging.debug("Download failed for %s", rpd_file.full_file_name) else: if rpd_file.from_camera: mdata_exceptions = copy_camera_file_metadata( float(rpd_file.modification_time), temp_full_file_name ) else: mdata_exceptions = copy_file_metadata( rpd_file.full_file_name, temp_full_file_name ) # copy THM (video thumbnail file) if there is one if rpd_file.thm_full_name: rpd_file.temp_thm_full_name = self.copy_associate_file( # translators: refers to the video thumbnail file that some # cameras generate -- it has a .THM file extension rpd_file, temp_name, dest_dir, rpd_file.thm_full_name, _("video THM"), ) # copy audio file if there is one if rpd_file.audio_file_full_name: rpd_file.temp_audio_full_name = self.copy_associate_file( rpd_file, temp_name, dest_dir, rpd_file.audio_file_full_name, _("audio"), ) # copy XMP file if there is one if rpd_file.xmp_file_full_name: rpd_file.temp_xmp_full_name = self.copy_associate_file( rpd_file, temp_name, dest_dir, rpd_file.xmp_file_full_name, "XMP", ) # copy Magic Lantern LOG file if there is one if rpd_file.log_file_full_name: rpd_file.temp_log_full_name = self.copy_associate_file( rpd_file, temp_name, dest_dir, rpd_file.log_file_full_name, "LOG", ) download_count = idx + 1 self.content = pickle.dumps( CopyFilesResults( copy_succeeded=copy_succeeded, rpd_file=rpd_file, download_count=download_count, mdata_exceptions=mdata_exceptions, ), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() if len(self.problems): logging.debug( "Encountered %s problems while copying from %s", len(self.problems), self.display_name, ) self.send_problems() if self.camera is not None: self.camera.free_camera() self.disconnect_logging() self.send_finished_command() if __name__ == "__main__": copy = CopyFilesWorker() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023204.0 rapid-photo-downloader-0.9.33/raphodo/devices.py0000644000175000017500000021104300000000000020600 0ustar00damondamon# 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-2021, Damon Lynch" import sys import shutil import os import logging import itertools from collections import Counter, defaultdict from typing import Tuple, List, Optional, Set, Dict, DefaultDict, NamedTuple from PyQt5.QtCore import QStorageInfo, QSize from PyQt5.QtWidgets import QFileIconProvider from PyQt5.QtGui import QIcon, QPixmap from raphodo.constants import ( DeviceType, BackupLocationType, FileType, DeviceState, DownloadStatus, ExifSource, DownloadingFileTypes, BackupFailureType, ) from raphodo.rpdfile import FileTypeCounter, FileSizeSum, Photo, Video, RPDFile from raphodo.storage.storage import ( StorageSpace, udev_attributes, get_path_display_name, validate_download_folder, CameraDetails, get_uri, fs_device_details, ) from raphodo.storage.storageidevice import ( idevice_get_name, idevice_serial_to_udid, idevice_do_unmount, utilities_present, ) from raphodo.camera import generate_devname, autodetect_cameras from raphodo.utilities import ( number, make_internationalized_list, stdchannel_redirected, same_device, ) import raphodo.metadata.exiftool as exiftool from raphodo.problemnotification import FsMetadataWriteProblem display_devices = (DeviceType.volume, DeviceType.camera, DeviceType.camera_fuse) camera_devices = (DeviceType.camera, DeviceType.camera_fuse) class SampleFileComplete(NamedTuple): full_file_name: str file_type: FileType class DeviceNameUri(NamedTuple): name: str uri: str class Device: r""" Representation of a camera, or a device, or a path. Files will be downloaded from it. To run the doctests, ensure at least one camera is plugged in but not mounted! >>> d = Device() >>> d.set_download_from_volume('/media/damon/EOS_DIGITAL', 'EOS_DIGITAL') >>> d 'EOS_DIGITAL':'/media/damon/EOS_DIGITAL' >>> str(d) '/media/damon/EOS_DIGITAL (EOS_DIGITAL)' >>> d.display_name 'EOS_DIGITAL' >>> d.camera_model >>> d.camera_port >>> 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: Optional[str] self.camera_port = None # type: Optional[str] # Assume an MTP device is likely a smart phone or tablet self.is_mtp_device = False self.is_apple_mobile = False self.is_camera_fuse = False self.udev_serial = None # type: Optional[str] self.idevice_udid = None # type: Optional[str] self.udev_name = None # type: Optional[str] self.storage_space = [] # type: List[StorageSpace] # Name of storage on a camera self.storage_descriptions = [] # type: List[str] self.path = None # type: Optional[str] self.display_name = None # type: Optional[str] self.have_optimal_display_name = False # iOS devices can report their device name when the device is already paired self.have_canoncial_ios_name = False self.device_type = None # type: Optional[DeviceType] self.icon_name = None # type: Optional[str] self.can_eject = None # type: Optional[bool] self.photo_cache_dir = None # type: Optional[str] self.video_cache_dir = None # type: Optional[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: Optional[bool] self.entire_photo_required = None # type: Optional[bool] def __repr__(self): if self.device_type == DeviceType.camera: return "%r:%r" % (self.camera_model, self.camera_port) elif self.device_type == DeviceType.camera_fuse: return "%r:%r:%r:%r" % ( self.camera_model, self.camera_port, self.display_name, self.path, ) 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.camera_fuse: return "{} on port {}. Mount point: {}; Display name: {}".format( self.camera_model, self.camera_port, self.display_name, self.path ) elif self.device_type == DeviceType.volume: if self.path != self.display_name: return "%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) @staticmethod def _get_valid_icon_name(possible_names): if possible_names is not None: for icon_name in possible_names: if QIcon.hasThemeIcon(icon_name): return icon_name return None @property def uri(self) -> str: if self._uri: return self._uri if self.device_type == DeviceType.camera: if self.storage_descriptions: storage_desc = self.storage_descriptions[0] else: storage_desc = "" camera_details = CameraDetails( model=self.camera_model, port=self.camera_port, display_name=self.display_name, is_mtp=self.is_mtp_device, storage_desc=storage_desc, ) self._uri = get_uri(camera_details=camera_details) else: self._uri = get_uri(path=self.path) return self._uri def set_download_from_camera(self, camera_model: str, camera_port: str) -> None: self.clear() self.device_type = DeviceType.camera self.camera_model = camera_model # Set default display name, for when all else fails. # Try to override this value below self.display_name = camera_model self.camera_port = camera_port self.icon_name = self._get_valid_icon_name(("camera-photo", "camera")) # Assign default udev name if cannot determine from udev itself self.udev_name = camera_model devname = generate_devname(camera_port) if devname is not None: udev_attr = udev_attributes(devname) if udev_attr is not None: self.is_mtp_device = udev_attr.is_mtp_device self.udev_name = udev_attr.model self.display_name = udev_attr.model self.is_apple_mobile = udev_attr.is_apple_mobile self.udev_serial = udev_attr.serial if self.is_apple_mobile: self.is_camera_fuse = True self.device_type = DeviceType.camera_fuse self.idevice_udid = idevice_serial_to_udid(self.udev_serial) if not utilities_present(): return if self.idevice_udid: name = idevice_get_name(self.idevice_udid) if name: logging.debug("%s is now known as %s", self.display_name, name) self.display_name = name self.have_canoncial_ios_name = True else: logging.error( "Could not determine udev values for %s %s", self.camera_model, camera_port, ) def update_camera_attributes( self, display_name: str, storage_space: List[StorageSpace], storage_descriptions: List[str], mount_point: str, is_apple_mobile: bool, ) -> None: assert is_apple_mobile == self.is_apple_mobile self.display_name = display_name self.have_optimal_display_name = True self.storage_space = storage_space self.storage_descriptions = storage_descriptions # For cameras mounted using FUSE: if mount_point: self.path = mount_point def set_download_from_volume( self, path: str, display_name: str, icon_names=None, can_eject=None, mount: QStorageInfo = None, ) -> None: self.clear() self.device_type = DeviceType.volume self.path = path self.icon_name = self._get_valid_icon_name(icon_names) if not display_name.find(os.sep) >= 0: self.display_name = display_name else: self.display_name = os.path.basename(display_name) self.have_optimal_display_name = True self.can_eject = can_eject if not mount: mount = QStorageInfo(path) self.storage_space.append( StorageSpace( bytes_free=mount.bytesAvailable(), bytes_total=mount.bytesTotal(), path=path, ) ) def set_download_from_path(self, path: str) -> None: self.clear() self.device_type = DeviceType.path self.path = path if path.endswith(os.sep): path = path[:-1] display_name = os.path.basename(path) if display_name: self.display_name = display_name self.have_optimal_display_name = True else: self.display_name = path # the next value is almost certainly ("folder",), but I guess it's # better to generate it from code self.icon_name = "{}".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 containing the name """ if self.device_type in camera_devices: 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 in camera_devices if self.is_mtp_device or self.is_apple_mobile: if self.camera_model.lower().find("tablet") >= 0: # TODO use tablet icon pass return QIcon(":/icons/smartphone.svg") return QIcon(":/icons/camera.svg") def get_pixmap( self, size: QSize = QSize(30, 30), device_pixel_ratio: 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) def unmount_fuse(self) -> None: """ Unmount file system mounted using FUSE, e.g. iOS device. Also handles cases where the device was removed while it was mounted, creating an invalid mount. """ if self.path: mount = QStorageInfo(self.path) if not (mount.isReady() or mount.isValid()): logging.debug("Removing invalid mount %s", self.path) # Remove mounts regardless of whether they are valid or not idevice_do_unmount( udid=self.idevice_udid, display_name=self.display_name, mount_point=self.path, ) self.path = None else: logging.debug( "Path does not exist for '%s': nothing to unmount", self.display_name ) class DeviceCollection: """ Maintain collection of devices that are being scanned, where a device is of type Device. When a device is added, a scan_id is generated and returned. >>> d = Device() >>> d.set_download_from_volume('/media/damon/EOS_DIGITAL', 'EOS_DIGITAL') >>> c = Device() >>> c.set_download_from_camera('Canon EOS 1D X', 'usb:001,002') >>> e = Device() >>> e.set_download_from_volume('/media/damon/EOS_DIGITAL', 'EOS_DIGITAL') >>> dc = DeviceCollection() >>> d_scan_id = dc.add_device(d) >>> d_scan_id 0 >>> d_scan_id in dc True >>> dc.known_path(d.path, DeviceType.volume) True >>> dc.known_path(d.path) True >>> dc[d_scan_id] == d True >>> len(dc.volumes_and_cameras) 1 >>> len(dc.this_computer) 0 >>> dc.known_path('/root', DeviceType.path) False >>> dc.known_path('/root') False >>> c_scan_id = dc.add_device(c) >>> c_scan_id 1 >>> len(dc) 2 >>> len(dc.volumes_and_cameras) 2 >>> len(dc.this_computer) 0 >>> dc[d_scan_id] == dc[c_scan_id] False >>> dc.known_camera('Canon EOS 1D X', 'usb:001,002') True >>> dc.known_camera('Canon EOS 1D X', 'usb:001,003') False >>> dc.delete_device(c) True >>> len(dc.cameras) 0 >>> len(dc.volumes_and_cameras) 1 >>> len(dc.this_computer) 0 >>> dc.known_camera('Canon EOS 1D X', 'usb:001,002') False >>> len(dc) 1 >>> dc.known_device(e) True >>> del dc[d_scan_id] >>> len(dc) 0 >>> len(dc.volumes_and_cameras) 0 >>> len(dc.this_computer) 0 >>> dc.delete_device(e) False """ def __init__( self, exiftool_process: 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, DeviceNameUri] # Used to assign scan ids self.scan_counter = 0 # type: int # scan_id: DeviceState self.device_state = {} # type: Dict[int, DeviceState] # Track which devices are being scanned, by scan_id self.scanning = set() # type: Set[int] # Track which downloads are running, by scan_id self.downloading = set() # type: Set[int] # Track which devices have been downloaded from during one # download, by display name. Must do it by display name # because some devices could be removed before all devices # have been downloaded from. self.have_downloaded_from = set() # type: Set[str] # Track which devices are thumbnailing, by scan_id self.thumbnailing = set() # type: Set[int] # Track the unmounting of unscanned cameras by port and model # port: model self.cameras_to_gvfs_unmount_for_scan = {} # type: Dict[str, str] # Which scanned cameras need to be unmounted for a download to start, by scan_id self.cameras_to_gvfs_unmount_for_download = set() # type: Set[int] self.cameras_to_stop_thumbnailing = set() # Automatically detected devices where the user has explicitly said to ignore it # port: model self.ignored_cameras = {} # type: Dict[str, str] # List[path] self.ignored_volumes = [] # type: List[str] # Devices that were set to autodownload while the program # is in a paused state self.queued_to_download = set() # type: Set[int] self.volumes_and_cameras = set() # type: Set[int] self.this_computer = set() # type: Set[int] # List of devices that were detected at program startup # scan_id self.startup_devices = [] # type: List[int] # Sample exif bytes of photo on most recent device scanned self._sample_photo = None # type: Optional[Photo] self._sample_video = None # type: Optional[Video] self._sample_files_complete = [] # type: List[SampleFileComplete] self.exiftool_process = exiftool_process # Cache camera Devices when determining whether to scan it or not self.camera_device_cache = {} # type: Dict[Tuple[str, str], Device] self._map_set = { DeviceType.path: self.this_computer, DeviceType.camera: self.volumes_and_cameras, DeviceType.volume: self.volumes_and_cameras, DeviceType.camera_fuse: self.volumes_and_cameras, } self._map_plural_types = { DeviceType.camera: _("Cameras"), DeviceType.camera_fuse: _("Cameras"), DeviceType.volume: _("Devices"), } def cache_camera(self, device: Device) -> None: """ When handling a camera to determine if it should be scanned or not, cache preliminary device probing results here :param device: the camera """ assert device.device_type in camera_devices self.camera_device_cache[(device.camera_model, device.camera_port)] = device def remove_camera_from_cache(self, model: str, port) -> Optional[Device]: """ Get camera from cache, if it's cached, and remove it from the cache :param model: camera model as returned by gPhoto2 :param port: camera port :return: camera device or None if it was not cached """ return self.camera_device_cache.pop((model, port), None) def download_start_blocked(self) -> bool: """ Determine if a camera needs to be unmounted or thumbnailing needs to be terminated for a camera in order for a download to proceed :return: True if so, else False """ if len(self.cameras_to_gvfs_unmount_for_download) > 0 and len( self.cameras_to_stop_thumbnailing ): logging.debug( "Download is blocked because %s camera(s) are being unmounted from GVFS " "and %s camera(s) are having their thumbnailing terminated", len(self.cameras_to_gvfs_unmount_for_download), len(self.cameras_to_stop_thumbnailing), ) elif len(self.cameras_to_gvfs_unmount_for_download) > 0: logging.debug( "Download is blocked because %s camera(s) are being unmounted from GVFS", len(self.cameras_to_gvfs_unmount_for_download), ) elif len(self.cameras_to_stop_thumbnailing) > 0: logging.debug( "Download is blocked because %s camera(s) are having their thumbnailing " "terminated", len(self.cameras_to_stop_thumbnailing), ) return ( len(self.cameras_to_gvfs_unmount_for_download) > 0 or len(self.cameras_to_stop_thumbnailing) > 0 ) def logState(self) -> None: logging.debug("-- Device Collection --") logging.debug( "%s devices: %s volumes/cameras (%s cameras), %s this computer", len(self.devices), len(self.volumes_and_cameras), len(self.cameras), len(self.this_computer), ) logging.debug( "Device states: %s", ", ".join( "%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] = DeviceNameUri(device.display_name, device.uri) return scan_id def set_device_state(self, scan_id: int, state: DeviceState) -> None: logging.debug( "Setting device state for %s to %s", self.devices[scan_id].display_name, state.name, ) self.device_state[scan_id] = state if state == DeviceState.scanning: self.scanning.add(scan_id) elif state == DeviceState.downloading: self.downloading.add(scan_id) self.have_downloaded_from.add(self.devices[scan_id].display_name) elif state == DeviceState.thumbnailing: self.thumbnailing.add(scan_id) if state != DeviceState.scanning and scan_id in self.scanning: self.scanning.remove(scan_id) if state != DeviceState.downloading and scan_id in self.downloading: self.downloading.remove(scan_id) if state != DeviceState.thumbnailing and scan_id in self.thumbnailing: self.thumbnailing.remove(scan_id) def ignore_device(self, scan_id: int) -> None: """ For the remainder of this program's instantiation, don't automatically detect this device. A limitation of this is that when a camera is physically removed and plugged in again, it gets a new port. In which casae it's a "different" device. :param scan_id: scan id of the device to ignore """ device = self.devices[scan_id] if device.device_type in camera_devices: logging.debug( "Marking camera %s on port %s as explicitly removed. Will ignore it " "until program exit.", device.camera_model, device.camera_port, ) self.ignored_cameras[device.camera_port] = device.camera_model elif device.device_type == DeviceType.volume: logging.debug( "Marking volume %s as explicitly removed. Will ignore it until program " "exit.", device.path, ) self.ignored_volumes.append(device.path) else: logging.error( "Device collection unexpectedly received path to ignore: ignoring" ) def user_marked_camera_as_ignored(self, model: str, port: str) -> bool: """ Check if camera is in set of devices to ignore because they were explicitly removed by the user :param model: camera model :param port: camera port :return: return True if camera is in set of devices to ignore """ if port in self.ignored_cameras: return self.ignored_cameras[port] == model return False def user_marked_volume_as_ignored(self, path: str) -> bool: """ Check if volume's path is in list of devices to ignore because they were explicitly removed by the user :param: path: the device's path :return: return True if camera is in set of devices to ignore """ return path in self.ignored_volumes def known_camera(self, model: str, port: str) -> bool: """ Check if the camera is already in the list of devices :param model: camera model as specified by libgohoto2 :param port: camera port as specified by libgohoto2 :return: True if this camera is already being processed, else False """ if port in self.cameras: assert self.cameras[port] == model return True return False def known_path(self, path: str, device_type: 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 in camera_devices and device.camera_model == model and device.camera_port == port ): return scan_id return None def delete_device(self, device: Device) -> bool: """ Delete the device from the collection. :param device: the device to delete :return: True if device was deleted, else return False """ for scan_id in self.devices: if self.devices[scan_id] == device: del self[scan_id] return True return False def delete_cache_dirs_and_sample_video(self) -> None: """ Delete all Download Caches and their contents any devices might have, as well as any sample video. """ for device in self.devices.values(): device.delete_cache_dirs() self._delete_sample_photo_video(at_program_close=True) def unmount_fuse_devices(self) -> None: """ Unmount any devices whose file systems were mounted using FUSE e.g. iOS devices """ for device in self.devices.values(): if device.is_camera_fuse: device.unmount_fuse() def _add_complete_sample_file(self, sample_photo_video: RPDFile) -> None: """ Don't delete this fully downloaded file, as it might be downloaded by the user, in which case it's already been recorded as a RPDFile.cache_full_file_name Instead add it to a list of files to possibly expunge at program exit. :param sample_photo_video: sample photo or video """ logging.debug( "Adding %s to list of complete sample %s files to potentially delete " "at program exit", sample_photo_video.temp_sample_full_file_name, sample_photo_video.file_type.name, ) self._sample_files_complete.append( SampleFileComplete( sample_photo_video.temp_sample_full_file_name, sample_photo_video.file_type, ) ) def _do_delete_sample_photo_video(self, sample_photo_video: RPDFile) -> None: """ Delete a temporary sample photo or video from the file system :param sample_photo_video: file to delete :param sample_type: "photo" or "video" """ if ( sample_photo_video is not None and sample_photo_video.temp_sample_full_file_name is not None and sample_photo_video.from_camera ): try: sample_type = sample_photo_video.file_type.name except Exception: sample_type = "unknown" try: assert sample_photo_video.temp_sample_full_file_name except Exception: logging.error("Expected sample file name in sample %s", sample_type) else: if os.path.isfile(sample_photo_video.temp_sample_full_file_name): logging.info( "Removing temporary sample %s %s", sample_type, sample_photo_video.temp_sample_full_file_name, ) try: os.remove(sample_photo_video.temp_sample_full_file_name) except Exception: logging.exception( "Error removing temporary sample %s file %s", sample_type, sample_photo_video.temp_sample_full_file_name, ) def _delete_sample_photo_video( self, at_program_close: bool, file_type: 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 logging.debug("Deleting %s device from device collection", d.device_type.name) if d.device_type in camera_devices: del self.cameras[d.camera_port] if d.camera_port in self.cameras_to_gvfs_unmount_for_scan: del self.cameras_to_gvfs_unmount_for_scan[d.camera_port] if d.device_type == DeviceType.camera_fuse: d.unmount_fuse() self.map_set(d).remove(scan_id) d.delete_cache_dirs() del self.devices[scan_id] if scan_id in self.scanning: self.scanning.remove(scan_id) if scan_id in self.downloading: self.downloading.remove(scan_id) if scan_id in self.queued_to_download: self.queued_to_download.remove(scan_id) if scan_id in self.thumbnailing: self.thumbnailing.remove(scan_id) if scan_id in self.cameras_to_gvfs_unmount_for_download: self.cameras_to_gvfs_unmount_for_download.remove(scan_id) if scan_id in self.cameras_to_stop_thumbnailing: self.cameras_to_stop_thumbnailing.remove(scan_id) if scan_id in self.this_computer: self.this_computer.remove(scan_id) if scan_id in self.volumes_and_cameras: self.volumes_and_cameras.remove(scan_id) del self.device_state[scan_id] def __getitem__(self, scan_id: int) -> Device: return self.devices[scan_id] def __len__(self) -> int: return len(self.devices) def __contains__(self, scan_id: int) -> bool: return scan_id in self.devices def __iter__(self): return iter(self.devices) def _mixed_devices(self, device_type_text: str) -> str: try: text_number = number(len(self.volumes_and_cameras)).number.capitalize() except KeyError: text_number = len(self.volumes_and_cameras) # Translators: e.g. Three Devices # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. return _("%(no_devices)s %(device_type)s") % dict( no_devices=text_number, device_type=device_type_text ) def _update_sample_file(self, file_type: FileType) -> None: if file_type == FileType.photo: assert self._sample_photo.file_type == FileType.photo full_file_name = self._sample_photo.get_current_sample_full_file_name() rpd_file = self._sample_photo else: assert self._sample_video.file_type == FileType.video full_file_name = self._sample_video.get_current_sample_full_file_name() rpd_file = self._sample_video if not os.path.isfile(full_file_name): # file no longer exists - it may have been downloaded or deleted # attempt to find an appropriate file from the in memory sql database of # displayed files scan_id = rpd_file.scan_id if 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] try: assert len(non_pc_devices) == len(self.volumes_and_cameras) except AssertionError: logging.critical( "len(non_pc_devices): %s len(self.volumes_and_cameras): %s", len(non_pc_devices), len(self.volumes_and_cameras), ) raise device_types = Counter(d.device_type for d in non_pc_devices) if len(device_types) == 1: device_type = list(device_types)[0] device_type_text = self._map_plural_types[device_type] else: device_type = None device_type_text = _("Devices") if len(self.this_computer) == 1: assert len(self.this_computer) < 2 assert len(self.this_computer) > 0 icon = QIcon(":/icons/computer.svg") devices = list(self.volumes_and_cameras) computer_display_name = self.devices[ list(self.this_computer)[0] ].display_name if len(self.volumes_and_cameras) == 1: device_display_name = self.devices[devices[0]].display_name else: assert len(self.volumes_and_cameras) > 1 device_display_name = self._mixed_devices(device_type_text) # Translators: this text shows the devices being downloaded from, and # is shown at the top of the window. The plus sign is used instead of # 'and' to leave as much room as possible for the device names. # Translators: %(variable)s represents Python code, not a plural of the # term variable. You must keep the %(variable)s untranslated, or the # program will crash. text = _("%(device1)s + %(device2)s") % { "device1": device_display_name, "device2": computer_display_name, } return text, icon else: assert len(self.this_computer) == 0 mtp_devices = [d for d in non_pc_devices if d.is_mtp_device] if len(device_types) == 1: if len(self) == 2: devices = non_pc_devices # Translators: this text shows the devices being downloaded # from, and is shown at the top of the window. The plus sign is # used instead of 'and' to leave as much room as possible for # the device names. # Translators: %(variable)s represents Python code, not a plural # of the term variable. You must keep the %(variable)s # untranslated, or the program will crash. text = _("%(device1)s + %(device2)s") % { "device1": devices[0].display_name, "device2": devices[1].display_name, } if device_type in camera_devices and len(mtp_devices) != 2: return text, QIcon(":/icons/camera.svg") return text, devices[0].get_icon() try: text_number = number( len(self.volumes_and_cameras) ).number.capitalize() except KeyError: text_number = len(self.volumes_and_cameras) if device_type in camera_devices: # Translators: Number of cameras e.g. 3 Cameras # Translators: %(variable)s represents Python code, not a plural # of the term variable. You must keep the %(variable)s # untranslated, or the program will crash. text = _("%(no_cameras)s Cameras") % {"no_cameras": text_number} if len(mtp_devices) == len(self.volumes_and_cameras): return text, non_pc_devices[0].get_icon() return text, QIcon(":/icons/camera.svg") elif device_type == DeviceType.volume: # Translators: %(variable)s represents Python code, not a plural # of the term variable. You must keep the %(variable)s # untranslated, or the program will crash. text = _("%(no_devices)s Devices") % dict( no_devices=text_number ) return text, QIcon(":/icons/drive-removable-media.svg") else: device_display_name = self._mixed_devices(device_type_text) icon = QIcon(":/icons/computer.svg") return device_display_name, icon class BackupDevice(NamedTuple): mount: Optional[QStorageInfo] backup_type: BackupLocationType class BackupVolumeDetails(NamedTuple): mount: QStorageInfo name: str path: str backup_type: BackupLocationType os_stat_device: int def nth(iterable, n, default=None): "Returns the nth item or a default value" return next(itertools.islice(iterable, n, None), default) class BackupDeviceCollection: r""" Track and manage devices (and manual paths) used for backing up. Photos can be backed up to one location, and videos to another; or they can be backed up to the same location. If a BackupDevice's mount is None, then it is assumed to be a manually specified path. Backup devices are indexed by path, not id >>> b = BackupDeviceCollection() >>> len(b) 0 >>> p = BackupDevice(mount=None, backup_type=BackupLocationType.photos) >>> p2 = BackupDevice(mount=None, backup_type=BackupLocationType.photos) >>> v = BackupDevice(mount=None, backup_type=BackupLocationType.videos) >>> pv = BackupDevice(mount=None, ... backup_type=BackupLocationType.photos_and_videos) >>> pv2 = BackupDevice(mount=None, ... backup_type=BackupLocationType.photos_and_videos) >>> b['/some/photo/path'] = p >>> b {'/some/photo/path':None 0} >>> b.device_id('/some/photo/path') 0 >>> b['/some/other/photo/path'] = p2 >>> del b['/some/other/photo/path'] >>> b['/some/video/path'] = v >>> len(b) 2 >>> b.device_id('/some/video/path') 2 >>> b.device_id('/unknown/path') >>> >>> '/some/photo/path' in b True >>> b['/some/photo/path'] BackupDevice(mount=None, backup_type=) >>> len(b.photo_backup_devices) 1 >>> len(b.video_backup_devices) 1 >>> b['/some/photo/video/path'] = pv >>> len(b.photo_backup_devices) 2 >>> len(b.video_backup_devices) 2 >>> del b['/some/photo/path'] >>> len(b.photo_backup_devices) 1 >>> len(b.video_backup_devices) 2 >>> b['/some/video/path'] = pv2 >>> len(b.photo_backup_devices) 2 >>> len(b.video_backup_devices) 2 >>> del b['/some/video/path'] >>> del b['/some/photo/video/path'] >>> len(b) 0 >>> len(b.photo_backup_devices) 0 >>> len(b.video_backup_devices) 0 """ def __init__(self, rapidApp: "RapidWindow" = None): 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 self.rapidApp.is_wsl2 and self.rapidApp.wsl_drives_probed: return self.rapidApp.wslDrives.displayName(mount.rootPath()) else: if not shorten: return mount.displayName() else: name = mount.name() if name: return name else: return get_path_display_name(mount.rootPath())[0] def backup_type(self, path) -> BackupLocationType: return self.devices[path].backup_type def multiple_backup_devices(self, file_type: FileType) -> bool: """ :param file_type: whether the file is a photo or video :return: True if more than one backup device is being used for the file type """ return (file_type == FileType.photo and len(self.photo_backup_devices) > 1) or ( file_type == FileType.video and len(self.video_backup_devices) > 1 ) def get_download_backup_device_overlap( self, photo_download_folder: str, video_download_folder: str ) -> 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 ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/downloadtracker.py0000644000175000017500000010040600000000000022341 0ustar00damondamon# Copyright (C) 2011-2021 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2011-2021, 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) -> List[int]: return self.auto_delete[scan_id] def clear_auto_delete(self, scan_id: int) -> None: if scan_id in self.auto_delete: del self.auto_delete[scan_id] def thumbnail_generated_post_download(self, scan_id: int) -> None: """ Increment the number of files that have had their thumbnail generated after they were downloaded :param scan_id: the device from which the file came """ if scan_id in self._devices_removed_mid_download: return self.post_download_thumb_generation[scan_id] += 1 def file_backed_up(self, scan_id: int, uid: bytes) -> None: if scan_id in self._devices_removed_mid_download: return self.backups_performed_by_uid[uid] += 1 self.backups_performed_by_scan_id[scan_id] += 1 def file_backed_up_to_all_locations(self, uid: bytes, file_type: FileType) -> bool: """ Determine if this particular file has been backed up to all locations it should be :param uid: unique id of the file :param file_type: photo or video :return: True if backups for this particular file have completed, else False """ if uid in self.backups_performed_by_uid: if file_type == FileType.photo: return ( self.backups_performed_by_uid[uid] == self.no_photo_backup_devices ) else: return ( self.backups_performed_by_uid[uid] == self.no_video_backup_devices ) else: logging.critical("Unexpected uid in self.backups_performed_by_uid") return True def all_files_backed_up(self, scan_id: 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 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 * 0.9 + speed * 0.1 amt_to_download = t.total_download_size - t.total_downloaded_so_far if not t.smoothed_speed: t.time_remaining = Infinity else: time_remaining = amt_to_download / t.smoothed_speed # Use the previous value to help determine the current value, # which avoids values that jump around if math.isinf(t.time_remaining): t.time_remaining = time_remaining else: t.time_remaining = get_time_left(time_remaining, t.time_remaining) def time_remaining(self, detailed_time_remaining: bool) -> 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) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/errorlog.py0000644000175000017500000004740500000000000021022 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2017-2021 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Error log window for Rapid Photo Downloader """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2017-2021, Damon Lynch" import math from collections import deque import re 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 from raphodo.constants import ErrorType from raphodo.problemnotification import Problem, Problems from raphodo.ui.viewutils import translateDialogBoxButtons, darkModeIcon from showinfm import show_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(darkModeIcon(path=":/icons/up.svg", size=QSize(100, 100))) self.up.setIconSize(size) self.up.clicked.connect(self.upClicked) self.up.setToolTip(_("Find the previous occurrence of the phrase")) self.down = QPushButton() self.down.setIcon(darkModeIcon(path=":/icons/down.svg", size=QSize(100, 100))) self.down.setIconSize(size) self.down.clicked.connect(self.downClicked) self.down.setToolTip(_("Find the next occurrence of the phrase")) self.highlightAll = QPushButton(_("&Highlight All")) self.highlightAll.setToolTip(_("Highlight all occurrences of the phrase")) self.matchCase = QPushButton(_("&Match Case")) self.matchCase.setToolTip(_("Search with case sensitivity")) self.wholeWords = QPushButton(_("&Whole Words")) self.wholeWords.setToolTip(_("Search whole words only")) for widget in (self.highlightAll, self.matchCase, self.wholeWords): widget.setCheckable(True) widget.setFlat(True) self.highlightAll.toggled.connect(self.highlightAllToggled) self.matchCase.toggled.connect(self.matchCaseToggled) self.wholeWords.toggled.connect(self.wholeWordsToggled) self.findResults = QLabel() self.findResults.setMinimumWidth( QFontMetrics(QFont()) .boundingRect(_("%s of %s matches") % (1000, 1000)) .width() + spacing ) # Translators: match number of total matches in a search, e.g. 1 of 10 matches _("%(matchnumber)s of %(total)s matches") # TODO implement this once translations done findLayout = QHBoxLayout() findLayout.setSpacing(0) spacing = 8 findLayout.addWidget(self.find) findLayout.addWidget(self.up) findLayout.addWidget(self.down) findLayout.addSpacing(spacing) findLayout.addWidget(self.highlightAll) findLayout.addSpacing(spacing) findLayout.addWidget(self.matchCase) findLayout.addSpacing(spacing) findLayout.addWidget(self.wholeWords) findLayout.addSpacing(spacing) findLayout.addWidget(self.findResults) buttons = QDialogButtonBox(QDialogButtonBox.Close) translateDialogBoxButtons(buttons) self.clear = buttons.addButton( _("Clear"), QDialogButtonBox.ActionRole ) # type: QPushButton buttons.rejected.connect(self.reject) self.clear.clicked.connect(self.clearClicked) self.clear.setEnabled(False) layout.addWidget(self.log) layout.addLayout(findLayout) layout.addSpacing(6) layout.addWidget(buttons) self.setLayout(layout) self.onFindChanged("") self.icon_lookup = { ErrorType.warning: ":/report/warning.svg", ErrorType.serious_error: ":/report/error.svg", ErrorType.critical_error: ":/report/critical.svg", } @pyqtSlot() def textChanged(self) -> None: self.clear.setEnabled(bool(self.log.document().characterCount())) def _makeFind(self, back: bool = False) -> 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: # see documentation for self._saveUrls() fake_uri = url.url() index = int(fake_uri[fake_uri.find("///") + 3 :]) uri = self.uris[index] show_in_file_manager(path_or_uri=uri) def _saveUrls(self, text: str) -> str: """ Sadly QTextBrowser uses QUrl, which doesn't understand the kind of URIs used by Gnome. It totally mangles them, in fact. So solution is to substitute in a dummy uri and then replace it in self.anchorClicked() when the user clicks on it """ anchor_start = '" start = text.find(anchor_start) if start < 0: return text new_text = text[:start] while start >= 0: href_end = text.find('">', start + 9) href = text[start + 9 : href_end] end = text.find(anchor_end, href_end + 2) next_start = text.find(anchor_start, end + 4) if next_start >= end + 4: extra_text = text[end + 4 : next_start] else: extra_text = text[end + 4 :] new_text = '{}{}{}'.format( new_text, len(self.uris), text[href_end + 2 : end], extra_text ) self.uris.append(href) start = next_start return new_text def _getBody(self, problem: Problem) -> str: """ Get the body (subject) of the problem, and any details """ line = self._saveUrls(problem.body) if len(problem.details) == 1: line = "{}
      {}".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_() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/excepthook.py0000644000175000017500000001743300000000000021336 0ustar00damondamon# Copyright (C) 2016-2022 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-2022, Damon Lynch" import logging import traceback import io import os from PyQt5.QtWidgets import QMessageBox, QApplication try: from easygui import codebox have_easygui = True except: # if import failed for any reason, ignore it have_easygui = False from raphodo.iplogging import full_log_file_path from raphodo.storage.storage import get_uri from raphodo.prefs.preferences import Preferences from raphodo.utilities import create_bugreport_tar, bug_report_full_tar_path from raphodo.ui.viewutils import standardMessageBox message_box_displayed = False exceptions_notified = set() # Translators: do not translate the HTML tags such as or
      , or the Python # string formatting tags such as website. please_report_problem_body = _( 'Please report the problem at
      {website}.

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

      " "The bug report must also include the program settings and log files. To create a " "file with this additional information, click Save." ) tar_created_title = _("Additional Information Saved") # Translators: do not translate the HTML tags such as
      , , or 
      , or the Python # string formatting tags tarfile and uri. tar_created_body = _( "The additional bug report information was created in your home directory in " "a tar file:
      {tarfile}
      " "You need to attach this file to the bug report yourself. It will not be " "automatically attached.

      " 'Click
      here to see the file in your file manager.' ) tar_error_title = _("Error Creating Additional Information") tar_error_header = _( "The additional bug report information was not created. Please file a bug report " "anyway." ) # Translators: do not translate the HTML tags such as , , or
      , or the Python # string formatting tags log_file, etc. tar_error_body = _( "Include in your bug report the program's log files. The bug report must include " "{log_file}, but attaching the other log files is often helpful.

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

      " 'Click
      here to open the log directory, and ' 'here to open the configuration directory.' ) upgrade_message = _( 'Upgrading to the latest version will allow you to ' "determine if the problem you encountered has already been fixed." ) def save_bug_report_tar(config_file: str, full_log_file_path: str) -> None: """ Save a tar file in the user's home directory with logging files and config file. Inform the user of the result using QMessageBox. :param config_file: full path to the config file :param full_log_file_path: full path to the directory with the log files """ bug_report_full_tar = bug_report_full_tar_path() logging.info("Creating bug report tar file %s", bug_report_full_tar) log_path, log_file = os.path.split(full_log_file_path) if create_bugreport_tar( full_tar_name=bug_report_full_tar, log_path=log_path, full_config_file=config_file, ): body = tar_created_body.format( tarfile=os.path.split(bug_report_full_tar)[1], uri=get_uri(full_file_name=bug_report_full_tar), ) messagebox = standardMessageBox( message=body, rich_text=True, title=tar_created_title, standardButtons=QMessageBox.Ok, ) messagebox.exec_() else: # There was some kind of problem generating the tar file, e.g. no free space log_uri = get_uri(log_path) config_path, config_file = os.path.split(config_file) config_uri = get_uri(path=config_path) body = tar_error_body.format( log_path=log_uri, log_file=log_file, config_path=config_uri, config_file=config_file, ) message = "{header}

      {body}".format( header=tar_error_header, body=body ) messageBox = standardMessageBox( message=message, rich_text=True, title=tar_error_title, standardButtons=QMessageBox.Ok, ) messageBox.exec_() def excepthook(exception_type, exception_value, traceback_object) -> None: """ Global function to catch unhandled exceptions. Inspired by function of the same name in the Eric project, but subsequently heavily modified. """ if traceback_object is not None: frame = traceback_object.tb_frame filename = frame.f_code.co_filename lineno = traceback_object.tb_lineno else: lineno = -1 filename = "unknown" key = "{}{}".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) prefs = Preferences() title = _("Problem in Rapid Photo Downloader") if QApplication.instance(): header = _("A problem occurred in Rapid Photo Downloader") only_notification = _( "If the same problem occurs again before the program exits, this is " "the only notification about it." ) body = please_report_problem_body.format( website="https://bugs.rapidphotodownloader.com" ) message = "{}

      {}

      {}".format( header, body, only_notification ) errorbox = standardMessageBox( message=message, rich_text=True, title=title, standardButtons=QMessageBox.Save | QMessageBox.Cancel, defaultButton=QMessageBox.Save, ) errorbox.setDetailedText(traceback_info) if errorbox.exec_() == QMessageBox.Save: save_bug_report_tar( config_file=prefs.settings_path(), full_log_file_path=full_log_file_path(), ) elif have_easygui: message = _("A problem occurred in Rapid Photo Downloader\n") prefix = _( "Please report the problem at {website}\n" "Attach the log file to your bug report, found at {log_path}\n\n" ).format( website="https://bugs.rapidphotodownloader.com", log_path=full_log_file_path(), ) text = prefix + traceback_info codebox(msg=message, title=title, text=text) message_box_displayed = False ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023204.0 rapid-photo-downloader-0.9.33/raphodo/filesystemurl.py0000644000175000017500000000243300000000000022066 0ustar00damondamon# Copyright (C) 2020-2021 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Handle when the user clicks on a URL in Qt and the URL scheme is file:// The point is to open a file manager which selects the file in the URI, rather than opening the file directly. """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2020-2021, Damon Lynch" from PyQt5.QtCore import QObject, QUrl, pyqtSlot from showinfm import show_in_file_manager class FileSystemUrlHandler(QObject): @pyqtSlot(QUrl) def openFileBrowser(self, url: QUrl): show_in_file_manager(url.url(options=QUrl.FullyEncoded)) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/foldercombo.py0000644000175000017500000002663200000000000021461 0ustar00damondamon# 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 from raphodo.constants import ( StandardFileLocations, FileType, max_remembered_destinations, ) from raphodo.prefs.preferences import Preferences from raphodo.storage.storage import ( platform_desktop_directory, platform_photos_directory, platform_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.rapidApp = parent.rapidApp self.is_wsl2 = self.rapidApp.is_wsl2 if self.is_wsl2: self.wslDrives = self.rapidApp.wslDrives self.file_chooser_title = file_chooser_title self.file_type = file_type self.valid_mounts = valid_mounts self.special_dirs = special_dirs # Flag to indicate whether the combo box is displaying a path error self.invalid_path = False self.activated.connect(self.processPath) self._setup_entries() def _setup_entries(self) -> None: logging.debug("Rebuilding %s combobox entries...", self.file_type.name) # Track where the remembered destinations (paths) are in the pop up menu # -1 indicates there are none. self.destinations_start = -1 # Home directory home_dir = os.path.expanduser("~") home_label = os.path.basename(home_dir) # Desktop directory, if it exists desktop_dir = platform_desktop_directory(home_on_failure=False) if desktop_dir is not None and os.path.isdir(desktop_dir): desktop_label = os.path.basename(desktop_dir) else: desktop_label = None # Any external mounts mounts = () if not self.is_wsl2: if self.valid_mounts is not None: mounts = tuple( ( (mount.name(), mount.rootPath()) for mount in self.valid_mounts.mountedValidMountPoints() ) ) else: if self.valid_mounts is not None: mounts = tuple( ( (self.wslDrives.displayName(mount.rootPath()), mount.rootPath()) for mount in self.valid_mounts.mountedValidMountPoints() ) ) # Pictures and Videos directories, if required and if they exist pictures_dir = pictures_label = videos_dir = videos_label = None if self.special_dirs is not None: for dir in self.special_dirs: if dir == StandardFileLocations.pictures: pictures_dir = platform_photos_directory(home_on_failure=False) if pictures_dir is not None and os.path.isdir(pictures_dir): pictures_label = os.path.basename(pictures_dir) elif dir == StandardFileLocations.videos: videos_dir = platform_videos_directory(home_on_failure=False) if videos_dir is not None and os.path.isdir(videos_dir): videos_label = os.path.basename(videos_dir) self.addItem(QIcon(":/icons/home.svg"), home_label, home_dir) idx = 1 if desktop_label: self.addItem(QIcon(":/icons/desktop.svg"), desktop_label, desktop_dir) idx += 1 self.addItem(QIcon(":/icons/drive-harddisk.svg"), _("File System"), "/") idx += 1 if mounts: for name, path in mounts: self.addItem(QIcon(":icons/drive-removable-media.svg"), name, path) idx += 1 if pictures_label is not None or videos_label is not None: self.insertSeparator(idx) idx += 1 if pictures_label is not None: self.addItem( QIcon(":/icons/pictures-folder.svg"), pictures_label, pictures_dir ) idx += 1 if videos_label is not None: self.addItem( QIcon(":/icons/videos-folder.svg"), videos_label, videos_dir ) idx += 1 # Remembered paths / destinations dests = self._get_dests() valid_dests = [dest for dest in dests if dest and os.path.isdir(dest)] 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) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/folderpreviewmanager.py0000644000175000017500000002601700000000000023373 0ustar00damondamon# Copyright (C) 2016-2021 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2016-2021, Damon Lynch" import logging from typing import List from PyQt5.QtCore import QObject, pyqtSlot from raphodo.devices import DeviceCollection from raphodo.ui.filebrowse import FileSystemModel, FileSystemView, FileSystemFilter from raphodo.folderspreview import FoldersPreview, DownloadDestination from raphodo.interprocess import OffloadData from raphodo.prefs.preferences import Preferences from raphodo.rpdfile import RPDFile class FolderPreviewManager(QObject): """ Manages sending FoldersPreview() off to the offload process to generate new provisional download subfolders, and removing provisional download subfolders in the main process, using QFileSystemModel. Queues operations if they need to be, or runs them immediately when it can. Sadly we must delete provisional download folders only in the main process, using QFileSystemModel. Otherwise the QFileSystemModel is liable to issue a large number of messages like this: QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory Yet we must generate and create folders in the offload process, because that can be expensive for a large number of rpd_files. New for PyQt 5.7: Inherits from QObject to allow for Qt signals and slots using PyQt slot decorator. """ def __init__( self, fsmodel: FileSystemModel, prefs: Preferences, photoDestinationFSView: FileSystemView, videoDestinationFSView: FileSystemView, fileSystemFilter: FileSystemFilter, devices: DeviceCollection, rapidApp: "RapidWindow", ) -> None: """ :param fsmodel: FileSystemModel powering the destination and this computer views :param prefs: program preferences :param photoDestinationFSView: photo destination view :param videoDestinationFSView: video destination view :param devices: the device collection :param rapidApp: main application window """ super().__init__() self.rpd_files_queue = [] # type: List[RPDFile] self.clean_for_scan_id_queue = [] # type: List[int] self.change_destination_queued = False # type: bool self.subfolder_rebuild_queued = False # type: bool self.offloaded = False self.process_destination = False self.fsmodel = fsmodel self.prefs = prefs self.devices = devices self.rapidApp = rapidApp self.photoDestinationFSView = photoDestinationFSView self.videoDestinationFSView = videoDestinationFSView self.fileSystemFilter = fileSystemFilter self.folders_preview = FoldersPreview() # Set the initial download destination values, using the values # in the program prefs: self._change_destination() def add_rpd_files(self, rpd_files: List[RPDFile]) -> None: """ Generate new provisional download folders for the rpd_files, either by sending them off for generation to the offload process, or if some are already being generated, queueing the operation :param rpd_files: the list of rpd files """ if self.offloaded: self.rpd_files_queue.extend(rpd_files) else: if self.rpd_files_queue: rpd_files = rpd_files + self.rpd_files_queue self.rpd_files_queue = [] # type: List[RPDFile] self._generate_folders(rpd_files=rpd_files) def _generate_folders(self, rpd_files: List[RPDFile]) -> None: if not self.devices.scanning or self.rapidApp.downloadIsRunning(): logging.info( "Generating provisional download folders for %s files", len(rpd_files) ) data = OffloadData( rpd_files=rpd_files, strip_characters=self.prefs.strip_characters, folders_preview=self.folders_preview, ) self.offloaded = True self.rapidApp.sendToOffload(data=data) def change_destination(self) -> None: if self.offloaded: self.change_destination_queued = True else: self._change_destination() self._update_model_and_views() def change_subfolder_structure(self) -> None: self.change_destination() if self.offloaded: assert self.change_destination_queued == True self.subfolder_rebuild_queued = True else: self._change_subfolder_structure() def _change_destination(self) -> None: destination = DownloadDestination( photo_download_folder=self.prefs.photo_download_folder, video_download_folder=self.prefs.video_download_folder, photo_subfolder=self.prefs.photo_subfolder, video_subfolder=self.prefs.video_subfolder, ) self.folders_preview.process_destination( destination=destination, fsmodel=self.fsmodel ) def _change_subfolder_structure(self) -> None: rpd_files = self.rapidApp.thumbnailModel.getAllDownloadableRPDFiles() if rpd_files: self.add_rpd_files(rpd_files=rpd_files) @pyqtSlot(FoldersPreview) def folders_generated(self, folders_preview: FoldersPreview) -> None: """ Receive the folders_preview from the offload process, and handle any tasks that may have been queued in the time it was being processed in the offload process :param folders_preview: the folders_preview as worked on by the offload process """ logging.debug("Provisional download folders received") self.offloaded = False self.folders_preview = folders_preview dirty = self.folders_preview.dirty self.folders_preview.dirty = False if dirty: logging.debug("Provisional download folders change detected") if not self.rapidApp.downloadIsRunning(): for scan_id in self.clean_for_scan_id_queue: dirty = True self._remove_provisional_folders_for_device(scan_id=scan_id) self.clean_for_scan_id_queue = [] # type: List[int] if self.change_destination_queued: self.change_destination_queued = False dirty = True logging.debug("Changing destination of provisional download folders") self._change_destination() if self.subfolder_rebuild_queued: self.subfolder_rebuild_queued = False logging.debug("Rebuilding provisional download folders") self._change_subfolder_structure() else: logging.debug( "Not removing or moving provisional download folders because a " "download is running" ) if dirty: self._update_model_and_views() if self.rpd_files_queue: logging.debug( "Assigning queued provisional download folders to be generated" ) self._generate_folders(rpd_files=self.rpd_files_queue) self.rpd_files_queue = [] # type: List[RPDFile] # self.folders_preview.dump() def _update_model_and_views(self): logging.debug("Updating file system model and views") self.fsmodel.preview_subfolders = self.folders_preview.preview_subfolders() self.fsmodel.download_subfolders = self.folders_preview.download_subfolders() # Update the view self.photoDestinationFSView.reset() self.videoDestinationFSView.reset() # Set the root index so the views do not show the / folder index = self.fileSystemFilter.mapFromSource(self.fsmodel.index("/")) self.photoDestinationFSView.setRootIndex(index) self.videoDestinationFSView.setRootIndex(index) # Ensure the file system model caches are refreshed: self.fsmodel.setRootPath(self.folders_preview.photo_download_folder) self.fsmodel.setRootPath(self.folders_preview.video_download_folder) self.fsmodel.setRootPath("/") self.photoDestinationFSView.expandPreviewFolders( self.prefs.photo_download_folder ) self.videoDestinationFSView.expandPreviewFolders( self.prefs.video_download_folder ) def remove_folders_for_device(self, scan_id: int) -> None: """ Remove provisional download folders unique to this scan_id using the offload process. :param scan_id: scan id of the device """ if self.offloaded: self.clean_for_scan_id_queue.append(scan_id) else: self._remove_provisional_folders_for_device(scan_id=scan_id) self._update_model_and_views() def queue_folder_removal_for_device(self, scan_id: int) -> None: """ Queues provisional download files for removal after all files have been downloaded for a device. :param scan_id: scan id of the device """ self.clean_for_scan_id_queue.append(scan_id) def remove_folders_for_queued_devices(self) -> None: """ Once all files have been downloaded (i.e. no more remain to be downloaded) and there was a disparity between modification times and creation times that was discovered during the download, clean any provisional download folders now that the download has finished. """ for scan_id in self.clean_for_scan_id_queue: self._remove_provisional_folders_for_device(scan_id=scan_id) self.clean_for_scan_id_queue = [] # type: List[int] self._update_model_and_views() def _remove_provisional_folders_for_device(self, scan_id: int) -> None: if scan_id in self.devices: logging.info( "Cleaning provisional download folders for %s", self.devices[scan_id].display_name, ) else: logging.info("Cleaning provisional download folders for device %d", scan_id) self.folders_preview.clean_generated_folders_for_scan_id( scan_id=scan_id, fsmodel=self.fsmodel ) def remove_preview_folders(self) -> None: """ Called when application is exiting. """ self.folders_preview.clean_all_generated_folders(fsmodel=self.fsmodel) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/folderspreview.py0000644000175000017500000005207100000000000022222 0ustar00damondamon# Copyright (C) 2016-2021 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ 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-2021, Damon Lynch" import os from collections import namedtuple, defaultdict import logging from typing import Tuple, Set, Sequence, Dict, Optional 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.storage import validate_download_folder DownloadDestination = namedtuple( "DownloadDestination", "photo_download_folder, video_download_folder, photo_subfolder, video_subfolder", ) class FoldersPreview: """ Core tasks of this class are to be able to handle these scenarios: * the user changing the download destination * the user changing the generated subfolder structure * download destination being invalid or not yet specified * knowing which download subfolders already existed * files from more than one device be downloaded to the same subfolders * photos and videos being downloaded to overlapping subfolders folders * the download not proceeding, and the generated subfolders needing to be removed * the device being removed, and the generated subfolders needing to be removed """ def __init__(self): # Subfolders to generate, in simple string format # Independent of the specific download folder they're created under # e.g. '2015/2015-07-20' , not '/home/user/Pictures/2015/2015-07-20' self.generated_photo_subfolders = set() # type: Set[str] self.generated_video_subfolders = set() # type: Set[str] # Scan ids associated with generated subfolders # key exactly matches those found in self.generated_photo_subfolders & # self.generated_video_subfolders self.generated_photo_subfolders_scan_ids = defaultdict( set ) # type: Dict[str, Set[int]] self.generated_video_subfolders_scan_ids = defaultdict( set ) # type: Dict[str, Set[int]] # Subfolders actually created by this class, differentiated by level. # Need to differentiate levels because of need for fine grained control # due to scenarios outlined above. # Dependent on the 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) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/generatename.py0000644000175000017500000006711100000000000021616 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2007-2021 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . ### USA __author__ = "Damon Lynch" __copyright__ = "Copyright 2007-2021, Damon Lynch" import re from datetime import datetime, timedelta from collections import namedtuple import logging from typing import 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.prefs.preferences import DownloadsTodayTracker from raphodo.problemnotification import ( RenamingProblems, FilenameNotFullyGeneratedProblem, make_href, FolderNotFullyGeneratedProblemProblem, ) from raphodo.rpdfile import RPDFile from raphodo.storage.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 + 1, ) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023204.0 rapid-photo-downloader-0.9.33/raphodo/generatenameconfig.py0000644000175000017500000010745500000000000023012 0ustar00damondamon#!/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) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/heif.py0000644000175000017500000001162300000000000020073 0ustar00damondamon# Copyright (C) 2020-2021 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2020-2021, 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 except FileNotFoundError: if not _error_logged: if process_name: process_id = "the %s" % process_name else: process_id = "this" logging.error( "FileNotFoundError using pyheif to load HEIF file %s ." "If encountered on another file, this error message will only be " "repeated once for %s process.", full_file_name, process_id, ) _error_logged = True if not catch_pyheif_exceptions: raise return None pillow_image = Image.frombytes(mode=image.mode, size=image.size, data=image.data) if pillow_image.mode not in ("RGB", "RGBA", "1", "L", "P"): pillow_image = pillow_image.convert("RGBA") imageqt = ImageQt.ImageQt(pillow_image) if imageqt is not None and not imageqt.isNull(): return imageqt return None if __name__ == "__main__": # test stub import sys if len(sys.argv) != 2: print("Usage: " + sys.argv[0] + " path/to/heif") else: file = sys.argv[1] import os from PyQt5.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()) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/interprocess.py0000644000175000017500000020523000000000000021677 0ustar00damondamon# Copyright (C) 2015-2022 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Handle interprocess communication using 0MQ """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2015-2022, Damon Lynch" import argparse import sys import logging import pickle import os import shlex import time from collections import deque 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, BackupStatus, ) from raphodo.proximity import TemporalProximityGroups from raphodo.storage.storage import StorageSpace from raphodo.iplogging import ZeroMQSocketHandler from raphodo.ui.viewutils import ThumbnailDataForProximity from raphodo.folderspreview import 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(0.01) # Send data to process to tell it what to work on self.send_message_to_worker(data=data, worker_id=worker_id) def _get_command_line(self, worker_id: int) -> str: cmd = self._get_cmd() return ( "{} --receive {} --send {} --controller {} --syncclient {} " "--filter {} --logging " "{}".format( cmd, self.ventilator_port, self.receiver_port, self.controller_port, self.sync_service_port, worker_id, self.logging_port, ) ) def __len__(self) -> int: return len(self.workers) def __contains__(self, item) -> bool: return item in self.workers def pause(self) -> None: for worker_id in self.workers: message = [make_filter_from_worker_id(worker_id), b"PAUSE"] self.controller_socket.send_multipart(message) def resume(self, worker_id: bytes) -> None: 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, error_message: Optional[str] = None, scan_id: Optional[int] = None, optimal_display_name: Optional[str] = None, storage_space: Optional[List[StorageSpace]] = None, storage_descriptions: Optional[List[str]] = None, mount_point: Optional[str] = None, is_apple_mobile: Optional[bool] = False, 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 if error_code and error_message is None: self.error_message = "" else: self.error_message = error_message self.scan_id = scan_id self.optimal_display_name = optimal_display_name self.storage_space = storage_space self.storage_descriptions = storage_descriptions self.mount_point = mount_point self.is_apple_mobile = is_apple_mobile self.sample_photo = sample_photo self.sample_video = sample_video self.problems = problems self.fatal_error = fatal_error self.camera_removed = camera_removed self.entire_video_required = entire_video_required self.entire_photo_required = entire_photo_required class CopyFilesArguments: """ Pass arguments to the copyfiles process """ def __init__( self, scan_id: int, device: Device, photo_download_folder: str, video_download_folder: str, files: List[RPDFile], verify_file: bool, generate_thumbnails: bool, log_gphoto2: bool, ) -> None: self.scan_id = scan_id self.device = device self.photo_download_folder = photo_download_folder self.video_download_folder = video_download_folder self.files = files self.generate_thumbnails = generate_thumbnails self.verify_file = verify_file self.log_gphoto2 = log_gphoto2 class CopyFilesResults: """ Receive results from the copyfiles process """ def __init__( self, scan_id: 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, is_mtp_device: Optional[bool] = 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.is_mtp_device = is_mtp_device self.log_gphoto2 = log_gphoto2 self.entire_video_required = entire_video_required self.entire_photo_required = entire_photo_required class GenerateThumbnailsResults: def __init__( self, rpd_file: 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, str) deviceDetails = pyqtSignal(int, "PyQt_PyObject", "PyQt_PyObject", str, str, bool) scanProblems = pyqtSignal(int, "PyQt_PyObject") fatalError = pyqtSignal(int) cameraRemovedDuringScan = pyqtSignal(int) def __init__(self, logging_port: int) -> None: super().__init__(logging_port=logging_port, thread_name=ThreadNames.scan) self._process_name = "Scan Manager" self._process_to_run = "scan.py" def process_sink_data(self) -> None: data = pickle.loads(self.content) # type: ScanResults if data.rpd_files is not None: assert data.file_type_counter assert data.file_size_sum assert data.entire_video_required is not None assert data.entire_photo_required is not None self.scannedFiles.emit( data.rpd_files, (data.sample_photo, data.sample_video), data.file_type_counter, data.file_size_sum, data.entire_video_required, data.entire_photo_required, ) else: assert data.scan_id is not None if data.error_code is not None: assert data.error_message is not None self.deviceError.emit(data.scan_id, data.error_code, data.error_message) elif data.optimal_display_name is not None or data.mount_point is not None: # Some values might have value None, so give them default value in case self.deviceDetails.emit( data.scan_id, data.storage_space or [], data.storage_descriptions or [], data.optimal_display_name, data.mount_point or "", data.is_apple_mobile or False, ) elif data.problems is not None: self.scanProblems.emit(data.scan_id, data.problems) elif data.camera_removed is not None: self.cameraRemovedDuringScan.emit(data.scan_id) else: assert data.fatal_error self.fatalError.emit(data.scan_id) class BackupManager(PublishPullPipelineManager): """ Each backup "device" (it could be an external drive, or a user- specified path on the local file system) has associated with it one worker process. For example if photos and videos are both being backed up to the same external hard drive, one worker process handles both the photos and the videos. However if photos are being backed up to one drive, and videos to another, there would be a worker process for each drive (2 in total). """ message = pyqtSignal(int, bool, bool, RPDFile, str, "PyQt_PyObject") bytesBackedUp = pyqtSignal("PyQt_PyObject", "PyQt_PyObject") backupProblems = pyqtSignal(int, "PyQt_PyObject") def __init__(self, logging_port: int) -> None: super().__init__(logging_port=logging_port, thread_name=ThreadNames.backup) self._process_name = "Backup Manager" self._process_to_run = "backupfile.py" def process_sink_data(self) -> None: data = pickle.loads(self.content) # type: BackupResults if data.total_downloaded is not None: assert data.scan_id is not None assert data.chunk_downloaded >= 0 assert data.total_downloaded >= 0 self.bytesBackedUp.emit(data.scan_id, data.chunk_downloaded) elif data.backup_succeeded is not None: assert data.do_backup is not None assert data.rpd_file is not None self.message.emit( data.device_id, data.backup_succeeded, data.do_backup, data.rpd_file, data.backup_full_file_name, data.mdata_exceptions, ) else: assert data.problems is not None self.backupProblems.emit(data.device_id, data.problems) class CopyFilesManager(PublishPullPipelineManager): """ Manage the processes that copy files from devices to the computer during the download process """ message = pyqtSignal(bool, RPDFile, int, "PyQt_PyObject") tempDirs = pyqtSignal(int, str, str) bytesDownloaded = pyqtSignal(int, "PyQt_PyObject", "PyQt_PyObject") copyProblems = pyqtSignal(int, "PyQt_PyObject") cameraRemoved = pyqtSignal(int) def __init__(self, logging_port: int) -> None: super().__init__(logging_port=logging_port, thread_name=ThreadNames.copy) self._process_name = "Copy Files Manager" self._process_to_run = "copyfiles.py" def process_sink_data(self) -> None: data = pickle.loads(self.content) # type: CopyFilesResults if data.total_downloaded is not None: assert data.scan_id is not None if data.chunk_downloaded < 0: logging.critical( "Chunk downloaded is less than zero: %s", data.chunk_downloaded ) if data.total_downloaded < 0: logging.critical( "Chunk downloaded is less than zero: %s", data.total_downloaded ) self.bytesDownloaded.emit( data.scan_id, data.total_downloaded, data.chunk_downloaded ) elif data.copy_succeeded is not None: assert data.rpd_file is not None assert data.download_count is not None self.message.emit( data.copy_succeeded, data.rpd_file, data.download_count, data.mdata_exceptions, ) elif data.problems is not None: self.copyProblems.emit(data.scan_id, data.problems) elif data.camera_removed is not None: self.cameraRemoved.emit(data.scan_id) else: assert data.photo_temp_dir is not None and data.video_temp_dir is not None assert data.scan_id is not None self.tempDirs.emit(data.scan_id, data.photo_temp_dir, data.video_temp_dir) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/iplogging.py0000644000175000017500000000721600000000000021142 0ustar00damondamon# Copyright (C) 2016-2021 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Specify logging setup. Log all messages to file log Log messages at user specified level to console """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2016-2021, 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.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 ././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1647023206.3178413 rapid-photo-downloader-0.9.33/raphodo/metadata/0000755000175000017500000000000000000000000020363 5ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/metadata/__init__.py0000644000175000017500000000000000000000000022462 0ustar00damondamon././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1647023206.3178413 rapid-photo-downloader-0.9.33/raphodo/metadata/analysis/0000755000175000017500000000000000000000000022206 5ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/metadata/analysis/__init__.py0000644000175000017500000000000000000000000024305 0ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/metadata/analysis/analyzephotos.py0000755000175000017500000004502500000000000025471 0ustar00damondamon#!/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 from typing import List, Tuple import gi gi.require_version("GExiv2", "0.10") from raphodo.metadata.analysis.photoattributes import ( PhotoAttributes, vmtouch_output, ExifToolPhotoAttributes, ) from raphodo.utilities import stdchannel_redirected, show_errors, confirm from raphodo.rpdsql import FileFormatSQL from raphodo.metadata.exiftool import ExifTool from raphodo.metadata.analysis.videoattributes import VideoAttributes from raphodo.utilities import format_size_for_user import raphodo.metadata.metadataphoto as mp from raphodo.metadata.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() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/metadata/analysis/photoattributes.py0000644000175000017500000007063400000000000026032 0ustar00damondamon# Copyright (C) 2015-2021 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ 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-2021, 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 from raphodo.metadata.metadataphoto import MetaData, photo_date_time from raphodo.metadata.metadataexiftool import MetadataExiftool from raphodo.metadata.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_memory ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/metadata/analysis/videoattributes.py0000644000175000017500000002237500000000000026006 0ustar00damondamon# Copyright (C) 2016-2021 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ 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-2021, Damon Lynch" from tempfile import NamedTemporaryFile, TemporaryDirectory import os import datetime import raphodo.metadata.exiftool as exiftool from raphodo.metadata.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.metadata.analysis.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 ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/metadata/exiftool.py0000644000175000017500000003232300000000000022571 0ustar00damondamon# -*- 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] ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/metadata/fileformats.py0000644000175000017500000001710500000000000023254 0ustar00damondamon# Copyright (C) 2011-2022 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-2022, Damon Lynch" import logging import subprocess 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. """ try: v = subprocess.check_output(["exiv2", "-V", "-v"]).strip().decode() return v.find("enable_bmff=1\n") >= 0 except (OSError, subprocess.CalledProcessError): return False _exiv2_cr3 = exiv2_cr3() def cr3_capable() -> bool: """ :return: True if either ExifTool or exiv2 can read CR3 files """ return _exiftool_cr3 or _exiv2_cr3 def heif_capable() -> bool: return _exiftool_heif RAW_EXTENSIONS = [ "3fr", "arw", "dcr", "cr2", "crw", "dng", "fff", "iiq", "mos", "mef", "mrw", "nef", "nrw", "orf", "ori", "pef", "raf", "raw", "rw2", "sr2", "srw", "x3f", ] HEIF_EXTENTIONS = ["heif", "heic", "hif"] if cr3_capable(): RAW_EXTENSIONS.append("cr3") RAW_EXTENSIONS.sort() EXIFTOOL_ONLY_EXTENSIONS_STRINGS_AND_PREVIEWS = ["mos", "mrw", "x3f"] if not _exiv2_cr3 and _exiftool_cr3: EXIFTOOL_ONLY_EXTENSIONS_STRINGS_AND_PREVIEWS.append("cr3") JPEG_EXTENSIONS = ["jpg", "jpe", "jpeg"] JPEG_TYPE_EXTENSIONS = ["jpg", "jpe", "jpeg", "mpo"] OTHER_PHOTO_EXTENSIONS = ["tif", "tiff", "mpo"] if heif_capable(): OTHER_PHOTO_EXTENSIONS.extend(HEIF_EXTENTIONS) NON_RAW_IMAGE_EXTENSIONS = JPEG_EXTENSIONS + OTHER_PHOTO_EXTENSIONS PHOTO_EXTENSIONS = RAW_EXTENSIONS + NON_RAW_IMAGE_EXTENSIONS PHOTO_EXTENSIONS_WITHOUT_OTHER = RAW_EXTENSIONS + JPEG_EXTENSIONS PHOTO_EXTENSIONS_SCAN = PHOTO_EXTENSIONS AUDIO_EXTENSIONS = ["wav", "mp3"] VIDEO_EXTENSIONS = [ "3gp", "avi", "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.unknown ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/metadata/metadataexiftool.py0000644000175000017500000005754000000000000024302 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2007-2021 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Read photo and video metadata using ExifTool daemon process. """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2007-2021, Damon Lynch" import datetime import re import logging from typing import Optional, Union, Any, Tuple, List from collections import OrderedDict import raphodo.metadata.exiftool as exiftool from raphodo.utilities import flexible_date_time_parser from raphodo.constants import FileType import raphodo.programversions as programversions import raphodo.metadata.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()) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/metadata/metadataphoto.py0000755000175000017500000004373700000000000023610 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2007-2021 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2007-2021, 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.metadata.exiftool as exiftool import raphodo.metadata.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() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/metadata/metadatavideo.py0000755000175000017500000002577600000000000023570 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2011-2021 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2011-2021, 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.metadata.exiftool as exiftool import raphodo.metadata.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()) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/newversion.py0000644000175000017500000005231300000000000021360 0ustar00damondamon# Copyright (C) 2017-2021 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Widgets and program logic to check for new program versions and to download them. """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2017-2021, Damon Lynch" import logging from collections import namedtuple import pkg_resources import hashlib import os 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.ui.viewutils import translateDialogBoxButtons 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( "rapid-photo-downloader", suppress_errors=False ) 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) translateDialogBoxButtons(cancelBox) cancelBox.rejected.connect(self.reject) self.downloadItBox = QDialogButtonBox( QDialogButtonBox.Yes | QDialogButtonBox.No ) translateDialogBoxButtons(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) translateDialogBoxButtons(closeBox) closeBox.rejected.connect(self.reject) openDownloadPageBox = QDialogButtonBox(QDialogButtonBox.Close) translateDialogBoxButtons(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) translateDialogBoxButtons(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) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/offload.py0000755000175000017500000000573700000000000020606 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2015-2021 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2015-2021, 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, ) from raphodo.proximity import TemporalProximityGroups class OffloadWorker(DaemonProcess): def __init__(self) -> None: super().__init__("Offload") def run(self) -> None: try: while True: directive, content = self.receiver.recv_multipart() self.check_for_command(directive, content) data = pickle.loads(content) # type: OffloadData if data.thumbnail_rows: groups = TemporalProximityGroups( thumbnail_rows=data.thumbnail_rows, temporal_span=data.proximity_seconds, ) self.content = pickle.dumps( OffloadResults(proximity_groups=groups), pickle.HIGHEST_PROTOCOL ) self.send_message_to_sink() else: assert data.folders_preview assert data.rpd_files data.folders_preview.generate_subfolders( rpd_files=data.rpd_files, strip_characters=data.strip_characters ) self.content = pickle.dumps( OffloadResults(folders_preview=data.folders_preview), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() except Exception: logging.error( "An unhandled exception occurred while processing offloaded tasks" ) logging.exception("Traceback:") except SystemExit as e: sys.exit(e) if __name__ == "__main__": # Must initialize QGuiApplication to use QFont() and QFontMetrics app = QGuiApplication(sys.argv) offload = OffloadWorker() offload.run() ././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1647023206.3178413 rapid-photo-downloader-0.9.33/raphodo/prefs/0000755000175000017500000000000000000000000017722 5ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/prefs/__init__.py0000644000175000017500000000000000000000000022021 0ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/prefs/preferencedialog.py0000644000175000017500000024210300000000000023574 0ustar00damondamon# Copyright (C) 2017-2022 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-2022, 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.prefs.preferences import Preferences from raphodo.constants import ( KnownDeviceType, CompletedDownloads, TreatRawJpeg, MarkRawJpeg, ) from raphodo.ui.viewutils import ( QNarrowListWidget, translateDialogBoxButtons, standardMessageBox, StyledLinkLabel, ) 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, available_cpu_count, format_size_for_user, thousands, ) from raphodo.ui.viewutils import darkModePixmap from raphodo.metadata.fileformats import ( PHOTO_EXTENSIONS, AUDIO_EXTENSIONS, VIDEO_EXTENSIONS, VIDEO_THUMBNAIL_EXTENSIONS, ALL_KNOWN_EXTENSIONS, ) 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"), _("Time Zones"), _("Error Handling"), _("Warnings"), _("Consolidation"), _("Miscellaneous"), ) icons = ( ":/prefs/devices.svg", ":/prefs/language.svg", ":/prefs/automation.svg", ":/prefs/thumbnails.svg", ":/prefs/timezone.svg", ":/prefs/error-handling.svg", ":/prefs/warnings.svg", ":/prefs/consolidation.svg", ":/prefs/miscellaneous.svg", ) else: self.chooser_items = ( _("Devices"), _("Language"), _("Automation"), _("Thumbnails"), _("Time Zones"), _("Error Handling"), _("Warnings"), _("Miscellaneous"), ) icons = ( ":/prefs/devices.svg", ":/prefs/language.svg", ":/prefs/automation.svg", ":/prefs/thumbnails.svg", ":/prefs/timezone.svg", ":/prefs/error-handling.svg", ":/prefs/warnings.svg", ":/prefs/miscellaneous.svg", ) for prefIcon, label in zip(icons, self.chooser_items): # make the selected icons be the same colour as the selected text icon = QIcon() pixmap = QPixmap(prefIcon) selected = QPixmap(pixmap.size()) selected.fill(selectedColour) selected.setMask(pixmap.createMaskFromColor(Qt.transparent)) pixmap = darkModePixmap(pixmap=pixmap) icon.addPixmap(pixmap, QIcon.Normal) icon.addPixmap(selected, QIcon.Selected) item = QListWidgetItem(icon, label, self.chooser) item.setFont(QFont()) width = fontMetrics.width(label) + icon_width + icon_padding * 2 item.setSizeHint(QSize(width, icon_height * 2)) self.chooser.currentRowChanged.connect(self.rowChanged) self.chooser.setSelectionMode(QAbstractItemView.SingleSelection) self.chooser.setSizePolicy(QSizePolicy.Minimum, QSizePolicy.MinimumExpanding) self.devices = QWidget() self.scanBox = QGroupBox(_("Device Scanning")) self.onlyExternal = QCheckBox(_("Scan only external devices")) self.onlyExternal.setToolTip( _( "Scan for photos and videos only on devices that are external to the " "computer,\n" "including cameras, memory cards, external hard drives, and USB flash " "drives." ) ) self.scanSpecificFolders = QCheckBox(_("Scan only specific folders on devices")) tip = _( "Scan for photos and videos only in the folders specified below " "(except paths\n" "specified in Ignored Paths).\n\n" "Changing this setting causes all devices to be scanned again." ) self.scanSpecificFolders.setToolTip(tip) self.foldersToScanLabel = QLabel(_("Folders to scan:")) self.foldersToScan = QNarrowListWidget(minimum_rows=5) self.foldersToScan.setToolTip( _( "Folders at the base level of device file systems that will be " "scanned\n" "for photos and videos." ) ) self.addFolderToScan = QPushButton(_("Add...")) self.addFolderToScan.setToolTip( _( "Add a folder to the list of folders to scan for photos and videos.\n\n" "Changing this setting causes all devices to be scanned again." ) ) self.removeFolderToScan = QPushButton(_("Remove")) self.removeFolderToScan.setToolTip( _( "Remove a folder from the list of folders to scan for photos and " "videos.\n\n" "Changing this setting causes all devices to be scanned again." ) ) self.addFolderToScan.clicked.connect(self.addFolderToScanClicked) self.removeFolderToScan.clicked.connect(self.removeFolderToScanClicked) scanLayout = QGridLayout() scanLayout.setHorizontalSpacing(18) scanLayout.addWidget(self.onlyExternal, 0, 0, 1, 3) scanLayout.addWidget(self.scanSpecificFolders, 1, 0, 1, 3) scanLayout.addWidget(self.foldersToScanLabel, 2, 1, 1, 2) scanLayout.addWidget(self.foldersToScan, 3, 1, 3, 1) scanLayout.addWidget(self.addFolderToScan, 3, 2, 1, 1) scanLayout.addWidget(self.removeFolderToScan, 4, 2, 1, 1) self.scanBox.setLayout(scanLayout) tip = _("Devices that have been set to automatically ignore or download from.") self.knownDevicesBox = QGroupBox(_("Remembered Devices")) self.knownDevices = QNarrowListWidget(minimum_rows=5) self.knownDevices.setToolTip(tip) tip = _( "Remove a device from the list of devices to automatically ignore or " "download from." ) self.removeDevice = QPushButton(_("Remove")) self.removeDevice.setToolTip(tip) self.removeAllDevice = QPushButton(_("Remove All")) tip = _( "Clear the list of devices from which to automatically ignore or download " "from.\n\n" "Note: Changes take effect when the computer is next scanned for devices." ) self.removeAllDevice.setToolTip(tip) self.removeDevice.clicked.connect(self.removeDeviceClicked) self.removeAllDevice.clicked.connect(self.removeAllDeviceClicked) knownDevicesLayout = QGridLayout() knownDevicesLayout.setHorizontalSpacing(18) knownDevicesLayout.addWidget(self.knownDevices, 0, 0, 3, 1) knownDevicesLayout.addWidget(self.removeDevice, 0, 1, 1, 1) knownDevicesLayout.addWidget(self.removeAllDevice, 1, 1, 1, 1) self.knownDevicesBox.setLayout(knownDevicesLayout) self.ignoredPathsBox = QGroupBox(_("Ignored Paths")) tip = _( "The end part of a path that should never be scanned for photos or videos." ) self.ignoredPaths = QNarrowListWidget(minimum_rows=4) self.ignoredPaths.setToolTip(tip) self.addPath = QPushButton(_("Add...")) self.addPath.setToolTip( _( "Add a path to the list of paths to ignore.\n\n" "Changing this setting causes all devices to be scanned again." ) ) self.removePath = QPushButton(_("Remove")) self.removePath.setToolTip( _( "Remove a path from the list of paths to ignore.\n\n" "Changing this setting causes all devices to be scanned again." ) ) self.removeAllPath = QPushButton(_("Remove All")) self.removeAllPath.setToolTip( _( "Clear the list of paths to ignore.\n\n" "Changing this setting causes all devices to be scanned again." ) ) self.addPath.clicked.connect(self.addPathClicked) self.removePath.clicked.connect(self.removePathClicked) self.removeAllPath.clicked.connect(self.removeAllPathClicked) self.ignoredPathsRe = QCheckBox() self.ignorePathsReLabel = ClickableLabel( # Translators: you must include {link} exactly as it is below. # Do not translate the term link. Be sure to include the and as well. _("Use python-style regular expressions").format( link='style="text-decoration:none; color: palette(highlight);"' 'href="http://damonlynch.net/rapid/documentation/#regularexpressions"' ) ) self.ignorePathsReLabel.setToolTip( _( "Use regular expressions in the list of ignored paths.\n\n" "Changing this setting causes all devices to be scanned again." ) ) self.ignorePathsReLabel.setTextInteractionFlags(Qt.TextBrowserInteraction) self.ignorePathsReLabel.setOpenExternalLinks(True) self.ignorePathsReLabel.clicked.connect(self.ignorePathsReLabelClicked) reLayout = QHBoxLayout() reLayout.setSpacing(5) reLayout.addWidget(self.ignoredPathsRe) reLayout.addWidget(self.ignorePathsReLabel) reLayout.addStretch() ignoredPathsLayout = QGridLayout() ignoredPathsLayout.setHorizontalSpacing(18) ignoredPathsLayout.addWidget(self.ignoredPaths, 0, 0, 4, 1) ignoredPathsLayout.addWidget(self.addPath, 0, 1, 1, 1) ignoredPathsLayout.addWidget(self.removePath, 1, 1, 1, 1) ignoredPathsLayout.addWidget(self.removeAllPath, 2, 1, 1, 1) ignoredPathsLayout.addLayout(reLayout, 4, 0, 1, 2) self.ignoredPathsBox.setLayout(ignoredPathsLayout) self.setDeviceWidgetValues() # connect these next 3 only after having set their values, so rescan / search # again in rapidApp is not triggered self.onlyExternal.stateChanged.connect(self.onlyExternalChanged) self.scanSpecificFolders.stateChanged.connect(self.noDcimChanged) self.ignoredPathsRe.stateChanged.connect(self.ignoredPathsReChanged) devicesLayout = QVBoxLayout() devicesLayout.addWidget(self.scanBox) devicesLayout.addWidget(self.ignoredPathsBox) devicesLayout.addWidget(self.knownDevicesBox) devicesLayout.addStretch() devicesLayout.setSpacing(18) self.devices.setLayout(devicesLayout) devicesLayout.setContentsMargins(0, 0, 0, 0) self.language = QWidget() self.languages = QComboBox() self.languages.setEditable(False) self.languagesLabel = QLabel(_("Language: ")) self.languages.setSizeAdjustPolicy(QComboBox.AdjustToContents) # self.languages.setSizePolicy(QSizePolicy.Minimum, QSizePolicy.Minimum) self.setLanguageWidgetValues() self.languages.currentIndexChanged.connect(self.languagesChanged) languageWidgetsLayout = QHBoxLayout() languageWidgetsLayout.addWidget(self.languagesLabel) languageWidgetsLayout.addWidget(self.languages) # Translators: the * acts as an asterisk to denote a reference to an annotation # such as '* Takes effect upon program restart' languageWidgetsLayout.addWidget(QLabel(_("*"))) languageWidgetsLayout.addStretch() languageWidgetsLayout.setSpacing(5) languageLayout = QVBoxLayout() languageLayout.addLayout(languageWidgetsLayout) # Translators: the * acts as an asterisk to denote a reference to this # annotation languageLayout.addWidget(QLabel(_("* Takes effect upon program restart"))) languageLayout.addStretch() languageLayout.setContentsMargins(0, 0, 0, 0) languageLayout.setSpacing(18) self.language.setLayout(languageLayout) self.automation = QWidget() self.automationBox = QGroupBox(_("Program Automation")) self.autoMount = QCheckBox(_("Mount devices not already automatically mounted")) tooltip = _( # Translators: This next sentence is used in a tool tip. Feel free to place the # carriage return where you think it makes sense so that the tool tip does not # stretch too far horizontally across the screen. "Mount devices like memory cards or external drives when\n" "the operating system does not automatically mount them" ) self.autoMount.setToolTip(tooltip) self.autoDownloadStartup = QCheckBox(_("Start downloading at program startup")) self.autoDownloadInsertion = QCheckBox( _("Start downloading upon device insertion") ) self.autoEject = QCheckBox(_("Unmount (eject) device upon download completion")) self.autoExit = QCheckBox(_("Exit program when download completes")) self.autoExitError = QCheckBox( _("Exit program even if download had warnings or errors") ) self.setAutomationWidgetValues() self.autoMount.stateChanged.connect(self.autoMountChanged) self.autoDownloadStartup.stateChanged.connect(self.autoDownloadStartupChanged) self.autoDownloadInsertion.stateChanged.connect( self.autoDownloadInsertionChanged ) self.autoEject.stateChanged.connect(self.autoEjectChanged) self.autoExit.stateChanged.connect(self.autoExitChanged) self.autoExitError.stateChanged.connect(self.autoExitErrorChanged) automationBoxLayout = QGridLayout() automationBoxLayout.addWidget(self.autoMount, 0, 0, 1, 2) automationBoxLayout.addWidget(self.autoDownloadStartup, 1, 0, 1, 2) automationBoxLayout.addWidget(self.autoDownloadInsertion, 2, 0, 1, 2) automationBoxLayout.addWidget(self.autoEject, 3, 0, 1, 2) automationBoxLayout.addWidget(self.autoExit, 4, 0, 1, 2) automationBoxLayout.addWidget(self.autoExitError, 5, 1, 1, 1) checkbox_width = self.autoExit.style().pixelMetric(QStyle.PM_IndicatorWidth) automationBoxLayout.setColumnMinimumWidth(0, checkbox_width) self.automationBox.setLayout(automationBoxLayout) automationLayout = QVBoxLayout() automationLayout.addWidget(self.automationBox) automationLayout.addStretch() automationLayout.setContentsMargins(0, 0, 0, 0) self.automation.setLayout(automationLayout) self.performance = QWidget() self.performanceBox = QGroupBox(_("Thumbnail Generation")) self.generateThumbnails = QCheckBox(_("Generate thumbnails")) self.generateThumbnails.setToolTip( _("Generate thumbnails to show in the main program window") ) self.useThumbnailCache = QCheckBox(_("Cache thumbnails")) self.useThumbnailCache.setToolTip( _( "Save thumbnails shown in the main program window in a thumbnail cache " "unique to Rapid Photo Downloader" ) ) self.fdoThumbnails = QCheckBox(_("Generate system thumbnails")) self.fdoThumbnails.setToolTip( _( "While downloading, save thumbnails that can be used by desktop file " "managers and other programs" ) ) self.generateThumbnails.stateChanged.connect(self.generateThumbnailsChanged) self.useThumbnailCache.stateChanged.connect(self.useThumbnailCacheChanged) self.fdoThumbnails.stateChanged.connect(self.fdoThumbnailsChanged) self.maxCores = QComboBox() self.maxCores.setEditable(False) tip = _("Number of CPU cores used to generate thumbnails.") self.coresLabel = QLabel(_("CPU cores:")) self.coresLabel.setToolTip(tip) self.maxCores.setSizeAdjustPolicy(QComboBox.AdjustToContents) self.maxCores.setSizePolicy(QSizePolicy.Minimum, QSizePolicy.Minimum) self.maxCores.setToolTip(tip) self.setPerformanceValues() self.maxCores.currentIndexChanged.connect(self.maxCoresChanged) coresLayout = QHBoxLayout() coresLayout.addWidget(self.coresLabel) coresLayout.addWidget(self.maxCores) # Translators: the * acts as an asterisk to denote a reference to an annotation # such as '* Takes effect upon program restart' coresLayout.addWidget(QLabel(_("*"))) coresLayout.addStretch() performanceBoxLayout = QVBoxLayout() performanceBoxLayout.addWidget(self.generateThumbnails) performanceBoxLayout.addWidget(self.useThumbnailCache) performanceBoxLayout.addWidget(self.fdoThumbnails) performanceBoxLayout.addLayout(coresLayout) self.performanceBox.setLayout(performanceBoxLayout) self.thumbnail_cache = ThumbnailCacheSql(create_table_if_not_exists=False) self.cacheSize = CacheSize() self.cacheSizeThread = QThread() self.cacheSizeThread.started.connect(self.cacheSize.start) self.getCacheSize.connect(self.cacheSize.getCacheSize) self.cacheSize.size.connect(self.setCacheSize) self.cacheSize.moveToThread(self.cacheSizeThread) QTimer.singleShot(0, self.cacheSizeThread.start) self.getCacheSize.emit() self.cacheBox = QGroupBox(_("Thumbnail Cache")) self.thumbnailCacheSize = QLabel() self.thumbnailCacheSize.setText(_("Calculating...")) self.thumbnailNumber = QLabel() self.thumbnailSqlSize = QLabel() self.thumbnailCacheDaysKeep = QSpinBox() self.thumbnailCacheDaysKeep.setMinimum(0) self.thumbnailCacheDaysKeep.setMaximum(360 * 3) self.thumbnailCacheDaysKeep.setSuffix(" " + _("days")) self.thumbnailCacheDaysKeep.setSpecialValueText(_("forever")) self.thumbnailCacheDaysKeep.valueChanged.connect( self.thumbnailCacheDaysKeepChanged ) cacheBoxLayout = QVBoxLayout() cacheLayout = QGridLayout() cacheLayout.addWidget(QLabel(_("Cache size:")), 0, 0, 1, 1) cacheLayout.addWidget(self.thumbnailCacheSize, 0, 1, 1, 1) cacheLayout.addWidget(QLabel(_("Number of thumbnails:")), 1, 0, 1, 1) cacheLayout.addWidget(self.thumbnailNumber, 1, 1, 1, 1) cacheLayout.addWidget(QLabel(_("Database size:")), 2, 0, 1, 1) cacheLayout.addWidget(self.thumbnailSqlSize, 2, 1, 1, 1) cacheLayout.addWidget(QLabel(_("Cache unaccessed thumbnails for:")), 3, 0, 1, 1) cacheDays = QHBoxLayout() cacheDays.addWidget(self.thumbnailCacheDaysKeep) cacheDays.addWidget(QLabel(_("*"))) cacheLayout.addLayout(cacheDays, 3, 1, 1, 1) cacheBoxLayout.addLayout(cacheLayout) cacheButtons = QDialogButtonBox() self.purgeCache = cacheButtons.addButton( _("Purge Cache..."), QDialogButtonBox.ResetRole ) self.optimizeCache = cacheButtons.addButton( _("Optimize Cache..."), QDialogButtonBox.ResetRole ) self.purgeCache.clicked.connect(self.purgeCacheClicked) self.optimizeCache.clicked.connect(self.optimizeCacheClicked) cacheBoxLayout.addWidget(cacheButtons) self.cacheBox.setLayout(cacheBoxLayout) self.setCacheValues() performanceLayout = QVBoxLayout() performanceLayout.addWidget(self.performanceBox) performanceLayout.addWidget(self.cacheBox) performanceLayout.addWidget(QLabel(_("* Takes effect upon program restart"))) performanceLayout.addStretch() performanceLayout.setContentsMargins(0, 0, 0, 0) performanceLayout.setSpacing(18) self.performance.setLayout(performanceLayout) self.timeZone = QWidget() # Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling self.timeZoneBox = QGroupBox(_("Time Zones")) # Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling self.ignoreTimeZone = QCheckBox( _("Ignore time zone and daylight savings changes") ) self.timeZoneOffsetResolution = QComboBox() self.timeZoneOffsetResolution.setEditable(False) self.timeZoneOffsetResolution.setSizeAdjustPolicy(QComboBox.AdjustToContents) self.timeZoneOffsetResolution.setSizePolicy( QSizePolicy.Minimum, QSizePolicy.Minimum ) self.timeZoneOffsetResolution.addItems(("60", "30", "15")) # Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution self.timeZoneOffsetLabel = QLabel(_("Offset resolution (minutes):")) # Translators: for an explanation of what an offset resolution is, see https://damonlynch.net/rapid/documentation/#timezoneoffsetresolution tooltip = _( "The multiple used when calculating the offset from the time the photo or " "video was originally taken" ) self.timeZoneOffsetLabel.setToolTip(tooltip) self.timeZoneOffsetResolution.setToolTip(tooltip) self.timeZoneOffset = QWidget() timeZoneOffsetLayout = QHBoxLayout() timeZoneOffsetLayout.addWidget(self.timeZoneOffsetResolution) timeZoneOffsetLayout.addStretch() timeZoneOffsetLayout.setContentsMargins(0, 0, 0, 0) self.timeZoneOffset.setLayout(timeZoneOffsetLayout) # Translators: see explanation at https://damonlynch.net/rapid/documentation/#timezonehandling timeZoneExplanation = QLabel( _("When detecting if a file has been previously downloaded:") ) timeZoneBoxLayout = QGridLayout() timeZoneBoxLayout.addWidget(timeZoneExplanation, 0, 0, 1, 3) timeZoneBoxLayout.addWidget(self.ignoreTimeZone, 1, 0, 1, 3) timeZoneBoxLayout.addWidget(self.timeZoneOffsetLabel, 2, 1, 1, 1) timeZoneBoxLayout.addWidget(self.timeZoneOffset, 2, 2, 1, 1) timeZoneBoxLayout.setColumnMinimumWidth(0, checkbox_width) self.timeZoneBox.setLayout(timeZoneBoxLayout) timeZoneHelpLink = StyledLinkLabel() timeZoneHelpLink.setLink( url="https://damonlynch.net/rapid/documentation#timezonehandling", text=_("Learn more about time zone handling"), ) timeZoneHelpLink.setWordWrap(True) timeZoneHelpLink.setOpenExternalLinks(True) timeZoneLayout = QVBoxLayout() timeZoneLayout.addWidget(self.timeZoneBox) timeZoneLayout.addWidget(timeZoneHelpLink) timeZoneLayout.addStretch() timeZoneLayout.setContentsMargins(0, 0, 0, 0) timeZoneLayout.setSpacing(18) self.timeZone.setLayout(timeZoneLayout) self.setTimeZoneValues() self.ignoreTimeZone.stateChanged.connect(self.ignoreTimeZoneChanged) self.timeZoneOffsetResolution.currentIndexChanged.connect( self.timeZoneOffsetResolutionChanged ) self.errorBox = QGroupBox(_("Error Handling")) self.downloadErrorGroup = QButtonGroup() self.skipDownload = QRadioButton(_("Skip download")) self.skipDownload.setToolTip( _("Don't download the file, and issue an error message") ) self.addIdentifier = QRadioButton(_("Add unique identifier")) self.addIdentifier.setToolTip( _( "Add an identifier like _1 or _2 to the end of the filename, " "immediately before the file's extension" ) ) self.downloadErrorGroup.addButton(self.skipDownload) self.downloadErrorGroup.addButton(self.addIdentifier) self.backupErrorGroup = QButtonGroup() self.overwriteBackup = QRadioButton(_("Overwrite")) self.overwriteBackup.setToolTip(_("Overwrite the previously backed up file")) self.skipBackup = QRadioButton(_("Skip")) self.skipBackup.setToolTip( _("Don't overwrite the backup file, and issue an error message") ) self.backupErrorGroup.addButton(self.overwriteBackup) self.backupErrorGroup.addButton(self.skipBackup) errorBoxLayout = QVBoxLayout() lbl = _( "When a photo or video of the same name has already been downloaded, " "choose whether to skip downloading the file, or to add a unique " "identifier:" ) self.downloadError = QLabel(lbl) self.downloadError.setWordWrap(True) errorBoxLayout.addWidget(self.downloadError) errorBoxLayout.addWidget(self.skipDownload) errorBoxLayout.addWidget(self.addIdentifier) lbl = ( "" + _( "Using sequence numbers to automatically generate unique filenames is " "strongly recommended. Configure file renaming in the Rename panel in " "the main window." ) + "" ) self.recommended = QLabel(lbl) self.recommended.setWordWrap(True) errorBoxLayout.addWidget(self.recommended) errorBoxLayout.addSpacing(18) lbl = _( "When backing up, choose whether to overwrite a file on the backup device " "that has the same name, or skip backing it up:" ) self.backupError = QLabel(lbl) self.backupError.setWordWrap(True) errorBoxLayout.addWidget(self.backupError) errorBoxLayout.addWidget(self.overwriteBackup) errorBoxLayout.addWidget(self.skipBackup) self.errorBox.setLayout(errorBoxLayout) self.setErrorHandingValues() self.downloadErrorGroup.buttonClicked.connect(self.downloadErrorGroupClicked) self.backupErrorGroup.buttonClicked.connect(self.backupErrorGroupClicked) self.errorWidget = QWidget() errorLayout = QVBoxLayout() self.errorWidget.setLayout(errorLayout) errorLayout.addWidget(self.errorBox) errorLayout.addStretch() errorLayout.setContentsMargins(0, 0, 0, 0) self.warningBox = QGroupBox(_("Program Warnings")) lbl = _("Show a warning when:") self.warningLabel = QLabel(lbl) self.warningLabel.setWordWrap(True) self.warnDownloadingAll = QCheckBox( _("Downloading files currently not displayed") ) tip = _( "Warn when about to download files that are not displayed in the main " "window." ) self.warnDownloadingAll.setToolTip(tip) self.warnBackupProblem = QCheckBox(_("Backup destinations are missing")) tip = _( "Warn before starting a download if it is not possible to back up files." ) self.warnBackupProblem.setToolTip(tip) self.warnMissingLibraries = QCheckBox( _("Program libraries are missing or broken") ) tip = _( "Warn if a software library used by Rapid Photo Downloader is missing or " "not functioning." ) self.warnMissingLibraries.setToolTip(tip) self.warnMetadata = QCheckBox(_("Filesystem metadata cannot be set")) tip = _( "Warn if there is an error setting a file's filesystem metadata, " "such as its modification time." ) self.warnMetadata.setToolTip(tip) self.warnUnhandledFiles = QCheckBox(_("Encountering unhandled files")) tip = _( "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." ) self.warnUnhandledFiles.setToolTip(tip) self.exceptTheseFilesLabel = QLabel( _("Do not warn about unhandled files with extensions:") ) self.exceptTheseFilesLabel.setWordWrap(True) self.exceptTheseFiles = QNarrowListWidget(minimum_rows=4) tip = _( "File extensions are case insensitive and do not need to include the " "leading dot." ) self.exceptTheseFiles.setToolTip(tip) self.addExceptFiles = QPushButton(_("Add")) tip = _( "Add a file extension to the list of unhandled file types to not warn " "about." ) self.addExceptFiles.setToolTip(tip) tip = _( "Remove a file extension from the list of unhandled file types to not warn " "about." ) self.removeExceptFiles = QPushButton(_("Remove")) self.removeExceptFiles.setToolTip(tip) self.removeAllExceptFiles = QPushButton(_("Remove All")) tip = _( "Clear the list of file extensions of unhandled file types to not warn " "about." ) self.removeAllExceptFiles.setToolTip(tip) self.addExceptFiles.clicked.connect(self.addExceptFilesClicked) self.removeExceptFiles.clicked.connect(self.removeExceptFilesClicked) self.removeAllExceptFiles.clicked.connect(self.removeAllExceptFilesClicked) self.setWarningValues() self.warnDownloadingAll.stateChanged.connect(self.warnDownloadingAllChanged) self.warnBackupProblem.stateChanged.connect(self.warnBackupProblemChanged) self.warnMissingLibraries.stateChanged.connect(self.warnMissingLibrariesChanged) self.warnMetadata.stateChanged.connect(self.warnMetadataChanged) self.warnUnhandledFiles.stateChanged.connect(self.warnUnhandledFilesChanged) warningBoxLayout = QGridLayout() warningBoxLayout.addWidget(self.warningLabel, 0, 0, 1, 3) warningBoxLayout.addWidget(self.warnDownloadingAll, 1, 0, 1, 3) warningBoxLayout.addWidget(self.warnBackupProblem, 2, 0, 1, 3) warningBoxLayout.addWidget(self.warnMissingLibraries, 3, 0, 1, 3) warningBoxLayout.addWidget(self.warnMetadata, 4, 0, 1, 3) warningBoxLayout.addWidget(self.warnUnhandledFiles, 5, 0, 1, 3) warningBoxLayout.addWidget(self.exceptTheseFilesLabel, 6, 1, 1, 2) warningBoxLayout.addWidget(self.exceptTheseFiles, 7, 1, 4, 1) warningBoxLayout.addWidget(self.addExceptFiles, 7, 2, 1, 1) warningBoxLayout.addWidget(self.removeExceptFiles, 8, 2, 1, 1) warningBoxLayout.addWidget(self.removeAllExceptFiles, 9, 2, 1, 1) warningBoxLayout.setColumnMinimumWidth(0, checkbox_width) self.warningBox.setLayout(warningBoxLayout) self.warnings = QWidget() warningLayout = QVBoxLayout() self.warnings.setLayout(warningLayout) warningLayout.addWidget(self.warningBox) warningLayout.addStretch() warningLayout.setContentsMargins(0, 0, 0, 0) if consolidation_implemented: self.consolidationBox = QGroupBox(_("Photo and Video Consolidation")) self.consolidateIdentical = QCheckBox( _("Consolidate files across devices and downloads") ) tip = _( "Analyze the results of device scans looking for duplicate files and " "matching RAW and JPEG pairs,\n" "comparing them across multiple devices and download sessions." ) self.consolidateIdentical.setToolTip(tip) self.treatRawJpegLabel = QLabel(_("Treat matching RAW and JPEG files as:")) self.oneRawJpeg = QRadioButton(_("One photo")) self.twoRawJpeg = QRadioButton(_("Two photos")) tip = _( "Display matching pairs of RAW and JPEG photos as one photo, and if " "marked, download both." ) self.oneRawJpeg.setToolTip(tip) tip = _( "Display matching pairs of RAW and JPEG photos as two different " "photos. You can still synchronize their sequence numbers." ) self.twoRawJpeg.setToolTip(tip) self.treatRawJpegGroup = QButtonGroup() self.treatRawJpegGroup.addButton(self.oneRawJpeg) self.treatRawJpegGroup.addButton(self.twoRawJpeg) self.markRawJpegLabel = QLabel(_("With matching RAW and JPEG photos:")) self.noJpegWhenRaw = QRadioButton(_("Do not mark JPEG for download")) self.noRawWhenJpeg = QRadioButton(_("Do not mark RAW for download")) self.markRawJpeg = QRadioButton(_("Mark both for download")) self.markRawJpegGroup = QButtonGroup() for widget in (self.noJpegWhenRaw, self.noRawWhenJpeg, self.markRawJpeg): self.markRawJpegGroup.addButton(widget) tip = _( "When matching RAW and JPEG photos are found, do not automatically " "mark the JPEG for\n" "download. You can still mark it for download yourself." ) self.noJpegWhenRaw.setToolTip(tip) tip = _( "When matching RAW and JPEG photos are found, do not automatically " "mark the RAW for\n" "download. You can still mark it for download yourself." ) self.noRawWhenJpeg.setToolTip(tip) tip = _( "When matching RAW and JPEG photos are found, automatically mark both " "for download." ) self.markRawJpeg.setToolTip(tip) explanation = _( "If you disable file consolidation, choose what to do when a download " "device is inserted while completed downloads are displayed:" ) else: explanation = _( "When a download device is inserted while completed downloads are " "displayed:" ) self.noconsolidationLabel = QLabel(explanation) self.noconsolidationLabel.setWordWrap(True) self.noconsolidationLabel.setSizePolicy( QSizePolicy.Ignored, QSizePolicy.Minimum ) # Unless this next call is made, for some reason the widget is far too high! :-( self.noconsolidationLabel.setContentsMargins(0, 0, 1, 0) self.noConsolidationGroup = QButtonGroup() self.noConsolidationGroup.buttonClicked.connect( self.noConsolidationGroupClicked ) self.clearCompletedDownloads = QRadioButton(_("Clear completed downloads")) self.keepCompletedDownloads = QRadioButton( _("Keep displaying completed downloads") ) self.promptCompletedDownloads = QRadioButton(_("Prompt for what to do")) self.noConsolidationGroup.addButton(self.clearCompletedDownloads) self.noConsolidationGroup.addButton(self.keepCompletedDownloads) self.noConsolidationGroup.addButton(self.promptCompletedDownloads) tip = _( "Automatically clear the display of completed downloads whenever a new " "download device is inserted." ) self.clearCompletedDownloads.setToolTip(tip) tip = _( "Keep displaying completed downloads whenever a new download device is " "inserted." ) self.keepCompletedDownloads.setToolTip(tip) tip = _( "Prompt whether to keep displaying completed downloads or clear them " "whenever a new download device is inserted." ) self.promptCompletedDownloads.setToolTip(tip) if consolidation_implemented: consolidationBoxLayout = QGridLayout() consolidationBoxLayout.addWidget(self.consolidateIdentical, 0, 0, 1, 3) consolidationBoxLayout.addWidget(self.treatRawJpegLabel, 1, 1, 1, 2) consolidationBoxLayout.addWidget(self.oneRawJpeg, 2, 1, 1, 2) consolidationBoxLayout.addWidget(self.twoRawJpeg, 3, 1, 1, 2) consolidationBoxLayout.addWidget(self.markRawJpegLabel, 4, 2, 1, 1) consolidationBoxLayout.addWidget(self.noJpegWhenRaw, 5, 2, 1, 1) consolidationBoxLayout.addWidget(self.noRawWhenJpeg, 6, 2, 1, 1) consolidationBoxLayout.addWidget(self.markRawJpeg, 7, 2, 1, 1, Qt.AlignTop) consolidationBoxLayout.addWidget(self.noconsolidationLabel, 8, 0, 1, 3) consolidationBoxLayout.addWidget(self.keepCompletedDownloads, 9, 0, 1, 3) consolidationBoxLayout.addWidget(self.clearCompletedDownloads, 10, 0, 1, 3) consolidationBoxLayout.addWidget(self.promptCompletedDownloads, 11, 0, 1, 3) consolidationBoxLayout.setColumnMinimumWidth(0, checkbox_width) consolidationBoxLayout.setColumnMinimumWidth(1, checkbox_width) consolidationBoxLayout.setRowMinimumHeight(7, checkbox_width * 2) self.consolidationBox.setLayout(consolidationBoxLayout) self.consolidation = QWidget() consolidationLayout = QVBoxLayout() consolidationLayout.addWidget(self.consolidationBox) consolidationLayout.addStretch() consolidationLayout.setContentsMargins(0, 0, 0, 0) consolidationLayout.setSpacing(18) self.consolidation.setLayout(consolidationLayout) self.setCompletedDownloadsValues() self.setConsolidatedValues() self.consolidateIdentical.stateChanged.connect( self.consolidateIdenticalChanged ) self.treatRawJpegGroup.buttonClicked.connect(self.treatRawJpegGroupClicked) self.markRawJpegGroup.buttonClicked.connect(self.markRawJpegGroupClicked) 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\n" "If 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\n" "Useful for devices like some phones and tablets that create incorrect " "DNG metadata." ) self.ignoreMdatatimeMtpDng.setToolTip(tip) self.forceExiftool = QCheckBox(_("Read photo metadata using only ExifTool")) tip = _( "Use ExifTool instead of Exiv2 to read photo metadata and extract " "thumbnails.\n\n" "The default is to use Exiv2, relying on ExifTool only when Exiv2 does not " "support\n" "the file format being read.\n\n" "Exiv2 is fast, accurate, and almost always reliable, but it crashes when " "extracting\n" "metadata from a small number of files, such as DNG files produced by " "Leica M8\n" "cameras." ) self.forceExiftool.setToolTip(tip) self.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.timeZone) self.panels.addWidget(self.errorWidget) self.panels.addWidget(self.warnings) if consolidation_implemented: self.panels.addWidget(self.consolidation) self.panels.addWidget(self.miscWidget) layout = QVBoxLayout() self.setLayout(layout) layout.setSpacing(layout.contentsMargins().left() * 2) layout.setContentsMargins(18, 18, 18, 18) buttons = QDialogButtonBox( QDialogButtonBox.RestoreDefaults | QDialogButtonBox.Close | QDialogButtonBox.Help ) translateDialogBoxButtons(buttons) self.restoreButton = buttons.button( QDialogButtonBox.RestoreDefaults ) # type: QPushButton self.restoreButton.clicked.connect(self.restoreDefaultsClicked) self.helpButton = buttons.button(QDialogButtonBox.Help) # type: QPushButton self.helpButton.clicked.connect(self.helpButtonClicked) self.helpButton.setToolTip(_("Get help online...")) self.closeButton = buttons.button(QDialogButtonBox.Close) # type: QPushButton self.closeButton.clicked.connect(self.close) controlsLayout = QHBoxLayout() controlsLayout.addWidget(self.chooser) controlsLayout.addWidget(self.panels) controlsLayout.setStretch(0, 0) controlsLayout.setStretch(1, 1) controlsLayout.setSpacing(layout.contentsMargins().left()) layout.addLayout(controlsLayout) layout.addWidget(buttons) self.device_right_side_buttons = ( self.removeDevice, self.removeAllDevice, self.addPath, self.removePath, self.removeAllPath, ) self.device_list_widgets = (self.knownDevices, self.ignoredPaths) self.chooser.setCurrentRow(0) def reject(self) -> None: # If not called, rejecting this dialog will cause Rapid Photo Downloader to # crash self.close() def _addItems(self, pref_list: str, pref_type: int) -> None: if self.prefs.list_not_empty(key=pref_list): for value in self.prefs[pref_list]: QListWidgetItem(value, self.knownDevices, pref_type) def setDeviceWidgetValues(self) -> None: self.onlyExternal.setChecked(self.prefs.only_external_mounts) self.scanSpecificFolders.setChecked(self.prefs.scan_specific_folders) self.setFoldersToScanWidgetValues() self.knownDevices.clear() self._addItems("volume_whitelist", KnownDeviceType.volume_whitelist) self._addItems("volume_blacklist", KnownDeviceType.volume_blacklist) self._addItems("camera_blacklist", KnownDeviceType.camera_blacklist) if self.knownDevices.count(): self.knownDevices.setCurrentRow(0) self.removeDevice.setEnabled(self.knownDevices.count()) self.removeAllDevice.setEnabled(self.knownDevices.count()) self.setIgnorePathWidgetValues() def setLanguageWidgetValues(self) -> None: # Translators: this is an option when the user chooses the language to use for # Rapid Photo Downloader and it allows them to reset it back to whatever their # system language settings are. The < and > are not HTML codes. They are there # simply to set this choice apart from all the other choices in the drop down # list. You can keep the < > if you like, or replace them with whatever you # typically use in your language. self.languages.addItem(_(""), system_language) for code, language in available_languages( display_locale_code=self.prefs.language ): self.languages.addItem(language, code) value = self.prefs.language if value: index = self.languages.findData(value) self.languages.setCurrentIndex(index) def setFoldersToScanWidgetValues(self) -> None: self.foldersToScan.clear() if self.prefs.list_not_empty("folders_to_scan"): self.foldersToScan.addItems(self.prefs.folders_to_scan) self.foldersToScan.setCurrentRow(0) self.setFoldersToScanState() def setFoldersToScanState(self) -> None: scan_specific = self.prefs.scan_specific_folders self.foldersToScanLabel.setEnabled(scan_specific) self.foldersToScan.setEnabled(scan_specific) self.addFolderToScan.setEnabled(scan_specific) self.removeFolderToScan.setEnabled( scan_specific and self.foldersToScan.count() > 1 ) def setIgnorePathWidgetValues(self) -> None: self.ignoredPaths.clear() if self.prefs.list_not_empty("ignored_paths"): self.ignoredPaths.addItems(self.prefs.ignored_paths) self.ignoredPaths.setCurrentRow(0) self.removePath.setEnabled(self.ignoredPaths.count()) self.removeAllPath.setEnabled(self.ignoredPaths.count()) self.ignoredPathsRe.setChecked(self.prefs.use_re_ignored_paths) def setAutomationWidgetValues(self) -> None: self.autoMount.setChecked(self.prefs.auto_mount) self.autoDownloadStartup.setChecked(self.prefs.auto_download_at_startup) self.autoDownloadInsertion.setChecked( self.prefs.auto_download_upon_device_insertion ) self.autoEject.setChecked(self.prefs.auto_unmount) self.autoExit.setChecked(self.prefs.auto_exit) self.setAutoExitErrorState() def setAutoExitErrorState(self) -> None: if self.prefs.auto_exit: self.autoExitError.setChecked(self.prefs.auto_exit_force) self.autoExitError.setEnabled(True) else: self.autoExitError.setChecked(False) self.autoExitError.setEnabled(False) def setPerformanceValues(self, check_boxes_only: bool = False) -> None: self.generateThumbnails.setChecked(self.prefs.generate_thumbnails) self.useThumbnailCache.setChecked( self.prefs.use_thumbnail_cache and self.prefs.generate_thumbnails ) self.fdoThumbnails.setChecked( self.prefs.save_fdo_thumbnails and self.prefs.generate_thumbnails ) if not check_boxes_only: available = available_cpu_count(physical_only=True) self.maxCores.addItems(str(i + 1) for i in range(0, available)) self.maxCores.setCurrentText(str(self.prefs.max_cpu_cores)) def setPerfomanceEnabled(self) -> None: enable = self.prefs.generate_thumbnails self.useThumbnailCache.setEnabled(enable) self.fdoThumbnails.setEnabled(enable) self.maxCores.setEnabled(enable) self.coresLabel.setEnabled(enable) def setCacheValues(self) -> None: self.thumbnailNumber.setText(thousands(self.thumbnail_cache.no_thumbnails())) self.thumbnailSqlSize.setText( format_size_for_user(self.thumbnail_cache.db_size()) ) self.thumbnailCacheDaysKeep.setValue(self.prefs.keep_thumbnails_days) @pyqtSlot("PyQt_PyObject") def setCacheSize(self, size: int) -> None: self.thumbnailCacheSize.setText(format_size_for_user(size)) def setTimeZoneValues(self) -> None: ignore = self.prefs.ignore_time_zone_changes self.ignoreTimeZone.setChecked(ignore) self.timeZoneOffsetResolution.setCurrentText( str(self.prefs.time_zone_offset_resolution) ) self.timeZoneOffset.setEnabled(ignore) self.timeZoneOffsetLabel.setEnabled(ignore) def setErrorHandingValues(self) -> None: if self.prefs.conflict_resolution == int(ConflictResolution.skip): self.skipDownload.setChecked(True) else: self.addIdentifier.setChecked(True) if self.prefs.backup_duplicate_overwrite: self.overwriteBackup.setChecked(True) else: self.skipBackup.setChecked(True) def setWarningValues(self) -> None: self.warnDownloadingAll.setChecked(self.prefs.warn_downloading_all) if self.prefs.backup_files: self.warnBackupProblem.setChecked(self.prefs.warn_backup_problem) else: self.warnBackupProblem.setChecked(False) self.warnMissingLibraries.setChecked( self.prefs.warn_broken_or_missing_libraries ) self.warnMetadata.setChecked(self.prefs.warn_fs_metadata_error) self.warnUnhandledFiles.setChecked(self.prefs.warn_unhandled_files) self.setAddExceptFilesValues() self.setBackupWarningEnabled() self.setUnhandledWarningEnabled() def setAddExceptFilesValues(self) -> None: self.exceptTheseFiles.clear() if self.prefs.list_not_empty("ignore_unhandled_file_exts"): self.exceptTheseFiles.addItems(self.prefs.ignore_unhandled_file_exts) self.exceptTheseFiles.setCurrentRow(0) def setBackupWarningEnabled(self) -> None: self.warnBackupProblem.setEnabled(self.prefs.backup_files) def setUnhandledWarningEnabled(self) -> None: enabled = self.prefs.warn_unhandled_files for widget in ( self.exceptTheseFilesLabel, self.exceptTheseFiles, self.addExceptFiles, ): widget.setEnabled(enabled) count = bool(self.exceptTheseFiles.count()) for widget in (self.removeExceptFiles, self.removeAllExceptFiles): widget.setEnabled(enabled and count) def setConsolidatedValues(self) -> None: enabled = self.prefs.consolidate_identical self.consolidateIdentical.setChecked(enabled) self.setTreatRawJpeg() self.setMarkRawJpeg() if enabled: # Must turn off the exclusive button group feature, or else # it's impossible to set all the radio buttons to False self.noConsolidationGroup.setExclusive(False) for widget in ( self.clearCompletedDownloads, self.keepCompletedDownloads, self.promptCompletedDownloads, ): widget.setChecked(False) # Now turn it back on again self.noConsolidationGroup.setExclusive(True) else: self.setCompletedDownloadsValues() self.setConsolidatedEnabled() def setTreatRawJpeg(self) -> None: if self.prefs.consolidate_identical: if self.prefs.treat_raw_jpeg == int(TreatRawJpeg.one_photo): self.oneRawJpeg.setChecked(True) else: self.twoRawJpeg.setChecked(True) else: # Must turn off the exclusive button group feature, or else # it's impossible to set all the radio buttons to False self.treatRawJpegGroup.setExclusive(False) self.oneRawJpeg.setChecked(False) self.twoRawJpeg.setChecked(False) # Now turn it back on again self.treatRawJpegGroup.setExclusive(True) def setMarkRawJpeg(self) -> None: if self.prefs.consolidate_identical and self.twoRawJpeg.isChecked(): v = self.prefs.mark_raw_jpeg if v == int(MarkRawJpeg.no_jpeg): self.noJpegWhenRaw.setChecked(True) elif v == int(MarkRawJpeg.no_raw): self.noRawWhenJpeg.setChecked(True) else: self.markRawJpeg.setChecked(True) else: # Must turn off the exclusive button group feature, or else # it's impossible to set all the radio buttons to False self.markRawJpegGroup.setExclusive(False) for widget in (self.noJpegWhenRaw, self.noRawWhenJpeg, self.markRawJpeg): widget.setChecked(False) # Now turn it back on again self.markRawJpegGroup.setExclusive(True) def setConsolidatedEnabled(self) -> None: enabled = self.prefs.consolidate_identical for widget in self.treatRawJpegGroup.buttons(): widget.setEnabled(enabled) self.treatRawJpegLabel.setEnabled(enabled) self.setMarkRawJpegEnabled() for widget in ( self.noconsolidationLabel, self.clearCompletedDownloads, self.keepCompletedDownloads, self.promptCompletedDownloads, ): widget.setEnabled(not enabled) def setMarkRawJpegEnabled(self) -> None: mark_enabled = self.prefs.consolidate_identical and self.twoRawJpeg.isChecked() for widget in self.markRawJpegGroup.buttons(): widget.setEnabled(mark_enabled) self.markRawJpegLabel.setEnabled(mark_enabled) def setVersionCheckValues(self) -> None: self.checkNewVersion.setChecked(self.prefs.check_for_new_versions) self.includeDevRelease.setChecked( self.prefs.include_development_release or self.is_prerelease ) self.setVersionCheckEnabled() def setVersionCheckEnabled(self) -> None: self.includeDevRelease.setEnabled( not (self.is_prerelease or not self.prefs.check_for_new_versions) ) def setMetdataValues(self) -> None: self.ignoreMdatatimeMtpDng.setChecked(self.prefs.ignore_mdatatime_for_mtp_dng) self.forceExiftool.setChecked(self.prefs.force_exiftool) def setCompletedDownloadsValues(self) -> None: s = self.prefs.completed_downloads if s == int(CompletedDownloads.keep): self.keepCompletedDownloads.setChecked(True) elif s == int(CompletedDownloads.clear): self.clearCompletedDownloads.setChecked(True) else: self.promptCompletedDownloads.setChecked(True) @pyqtSlot(int) def onlyExternalChanged(self, state: int) -> None: self.prefs.only_external_mounts = state == Qt.Checked if self.rapidApp is not None: self.rapidApp.search_for_devices_again = True @pyqtSlot(int) def noDcimChanged(self, state: int) -> None: self.prefs.scan_specific_folders = state == Qt.Checked self.setFoldersToScanState() if self.rapidApp is not None: self.rapidApp.scan_non_cameras_again = True @pyqtSlot(int) def ignoredPathsReChanged(self, state: int) -> None: self.prefs.use_re_ignored_paths = state == Qt.Checked if self.rapidApp is not None: self.rapidApp.scan_all_again = True def _equalizeWidgetWidth(self, widget_list) -> None: max_width = round(max(widget.width() for widget in widget_list)) for widget in widget_list: widget.setFixedWidth(max_width) def showEvent(self, e: QShowEvent): self.chooser.minimum_width = self.restoreButton.width() self._equalizeWidgetWidth(self.device_right_side_buttons) self._equalizeWidgetWidth(self.device_list_widgets) super().showEvent(e) @pyqtSlot(int) def rowChanged(self, row: int) -> None: self.panels.setCurrentIndex(row) # Translators: substituted value is a description for the set of preferences # shown in the preference dialog window, e.g. Devices, Automation, etc. # This string is shown in a tooltip for the "Restore Defaults" button self.restoreButton.setToolTip( _("Restores default %s preference values") % self.chooser_items[row] ) @pyqtSlot() def removeDeviceClicked(self) -> None: row = self.knownDevices.currentRow() item = self.knownDevices.takeItem(row) # type: QListWidgetItem known_device_type = item.type() if known_device_type == KnownDeviceType.volume_whitelist: self.prefs.del_list_value("volume_whitelist", item.text()) elif known_device_type == KnownDeviceType.volume_blacklist: self.prefs.del_list_value("volume_blacklist", item.text()) else: assert known_device_type == KnownDeviceType.camera_blacklist self.prefs.del_list_value("camera_blacklist", item.text()) self.removeDevice.setEnabled(self.knownDevices.count()) self.removeAllDevice.setEnabled(self.knownDevices.count()) if self.rapidApp is not None: self.rapidApp.search_for_devices_again = True @pyqtSlot() def removeAllDeviceClicked(self) -> None: self.knownDevices.clear() self.prefs.volume_whitelist = [""] self.prefs.volume_blacklist = [""] self.prefs.camera_blacklist = [""] self.removeDevice.setEnabled(False) self.removeAllDevice.setEnabled(False) if self.rapidApp is not None: self.rapidApp.search_for_devices_again = True @pyqtSlot() def removeFolderToScanClicked(self) -> None: row = self.foldersToScan.currentRow() if row >= 0 and self.foldersToScan.count() > 1: item = self.foldersToScan.takeItem(row) self.prefs.del_list_value("folders_to_scan", item.text()) self.removeFolderToScan.setEnabled(self.foldersToScan.count() > 1) if self.rapidApp is not None: self.rapidApp.scan_all_again = True @pyqtSlot() def addFolderToScanClicked(self) -> None: dlg = FoldersToScanDialog(prefs=self.prefs, parent=self) if dlg.exec(): self.setFoldersToScanWidgetValues() if self.rapidApp is not None: self.rapidApp.scan_all_again = True @pyqtSlot() def removePathClicked(self) -> None: row = self.ignoredPaths.currentRow() if row >= 0: item = self.ignoredPaths.takeItem(row) self.prefs.del_list_value("ignored_paths", item.text()) self.removePath.setEnabled(self.ignoredPaths.count()) self.removeAllPath.setEnabled(self.ignoredPaths.count()) if self.rapidApp is not None: self.rapidApp.scan_all_again = True @pyqtSlot() def removeAllPathClicked(self) -> None: self.ignoredPaths.clear() self.prefs.ignored_paths = [""] self.removePath.setEnabled(False) self.removeAllPath.setEnabled(False) if self.rapidApp is not None: self.rapidApp.scan_all_again = True @pyqtSlot() def addPathClicked(self) -> None: dlg = IgnorePathDialog(prefs=self.prefs, parent=self) if dlg.exec(): self.setIgnorePathWidgetValues() if self.rapidApp is not None: self.rapidApp.scan_all_again = True @pyqtSlot() def ignorePathsReLabelClicked(self) -> None: self.ignoredPathsRe.click() @pyqtSlot(int) def languagesChanged(self, index: int) -> None: if index == 0: self.prefs.language = "" logging.info("Resetting user interface language to system default") elif index > 0: self.prefs.language = self.languages.currentData() logging.info("Setting user interface language to %s", self.prefs.language) @pyqtSlot(int) def autoMountChanged(self, state: int) -> None: on = state == Qt.Checked self.prefs.auto_mount = on if self.rapidApp.use_udsisks: if not on: self.rapidApp.start_monitoring_mount_count = True self.rapidApp.stop_monitoring_mount_count = False else: self.rapidApp.stop_monitoring_mount_count = True self.rapidApp.start_monitoring_mount_count = False @pyqtSlot(int) def autoDownloadStartupChanged(self, state: int) -> None: self.prefs.auto_download_at_startup = state == Qt.Checked @pyqtSlot(int) def autoDownloadInsertionChanged(self, state: int) -> None: self.prefs.auto_download_upon_device_insertion = state == Qt.Checked @pyqtSlot(int) def autoEjectChanged(self, state: int) -> None: self.prefs.auto_unmount = state == Qt.Checked @pyqtSlot(int) def autoExitChanged(self, state: int) -> None: auto_exit = state == Qt.Checked self.prefs.auto_exit = auto_exit self.setAutoExitErrorState() if not auto_exit: self.prefs.auto_exit_force = False @pyqtSlot(int) def autoExitErrorChanged(self, state: int) -> None: self.prefs.auto_exit_force = state == Qt.Checked @pyqtSlot(int) def generateThumbnailsChanged(self, state: int) -> None: self.prefs.generate_thumbnails = state == Qt.Checked self.setPerformanceValues(check_boxes_only=True) self.setPerfomanceEnabled() @pyqtSlot(int) def useThumbnailCacheChanged(self, state: int) -> None: if self.prefs.generate_thumbnails: self.prefs.use_thumbnail_cache = state == Qt.Checked @pyqtSlot(int) def fdoThumbnailsChanged(self, state: int) -> None: if self.prefs.generate_thumbnails: self.prefs.save_fdo_thumbnails = state == Qt.Checked @pyqtSlot(int) def thumbnailCacheDaysKeepChanged(self, value: int) -> None: self.prefs.keep_thumbnails_days = value @pyqtSlot(int) def maxCoresChanged(self, index: int) -> None: if index >= 0: self.prefs.max_cpu_cores = int(self.maxCores.currentText()) @pyqtSlot() def purgeCacheClicked(self) -> None: message = _( "Do you want to purge the thumbnail cache? The cache will be purged when " "the program is next started." ) msgBox = standardMessageBox( parent=self, title=_("Purge Thumbnail Cache"), message=message, standardButtons=QMessageBox.Yes | QMessageBox.No, rich_text=False, ) if msgBox.exec_() == QMessageBox.Yes: self.prefs.purge_thumbnails = True self.prefs.optimize_thumbnail_db = False else: self.prefs.purge_thumbnails = False @pyqtSlot() def optimizeCacheClicked(self) -> None: message = _( "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." ) msgBox = standardMessageBox( parent=self, title=_("Optimize Thumbnail Cache"), message=message, standardButtons=QMessageBox.Yes | QMessageBox.No, rich_text=False, ) if msgBox.exec_() == QMessageBox.Yes: self.prefs.purge_thumbnails = False self.prefs.optimize_thumbnail_db = True else: self.prefs.optimize_thumbnail_db = False @pyqtSlot(int) def ignoreTimeZoneChanged(self, state: int) -> None: ignore = state == Qt.Checked self.prefs.ignore_time_zone_changes = ignore self.timeZoneOffset.setEnabled(ignore) self.timeZoneOffsetLabel.setEnabled(ignore) @pyqtSlot(int) def timeZoneOffsetResolutionChanged(self, index: int) -> None: self.prefs.time_zone_offset_resolution = int( self.timeZoneOffsetResolution.currentText() ) @pyqtSlot(QAbstractButton) def downloadErrorGroupClicked(self, button: QRadioButton) -> None: if self.downloadErrorGroup.checkedButton() == self.skipDownload: self.prefs.conflict_resolution = int(ConflictResolution.skip) else: self.prefs.conflict_resolution = int(ConflictResolution.add_identifier) @pyqtSlot(QAbstractButton) def backupErrorGroupClicked(self, button: QRadioButton) -> None: self.prefs.backup_duplicate_overwrite = ( self.backupErrorGroup.checkedButton() == self.overwriteBackup ) @pyqtSlot(int) def warnDownloadingAllChanged(self, state: int) -> None: self.prefs.warn_downloading_all = state == Qt.Checked @pyqtSlot(int) def warnBackupProblemChanged(self, state: int) -> None: self.prefs.warn_backup_problem = state == Qt.Checked @pyqtSlot(int) def warnMissingLibrariesChanged(self, state: int) -> None: self.prefs.warn_broken_or_missing_libraries = state == Qt.Checked @pyqtSlot(int) def warnMetadataChanged(self, state: int) -> None: self.prefs.warn_fs_metadata_error = state == Qt.Checked @pyqtSlot(int) def warnUnhandledFilesChanged(self, state: int) -> None: self.prefs.warn_unhandled_files = state == Qt.Checked self.setUnhandledWarningEnabled() @pyqtSlot() def addExceptFilesClicked(self) -> None: dlg = ExceptFileExtDialog(prefs=self.prefs, parent=self) if dlg.exec(): self.setAddExceptFilesValues() @pyqtSlot() def removeExceptFilesClicked(self) -> None: row = self.exceptTheseFiles.currentRow() if row >= 0: item = self.exceptTheseFiles.takeItem(row) self.prefs.del_list_value("ignore_unhandled_file_exts", item.text()) self.removeExceptFiles.setEnabled(self.exceptTheseFiles.count()) self.removeAllExceptFiles.setEnabled(self.exceptTheseFiles.count()) @pyqtSlot() def removeAllExceptFilesClicked(self) -> None: self.exceptTheseFiles.clear() self.prefs.ignore_unhandled_file_exts = [""] self.removeExceptFiles.setEnabled(False) self.removeAllExceptFiles.setEnabled(False) @pyqtSlot(int) def consolidateIdenticalChanged(self, state: int) -> None: self.prefs.consolidate_identical = state == Qt.Checked self.setConsolidatedValues() self.setConsolidatedEnabled() @pyqtSlot(QAbstractButton) def treatRawJpegGroupClicked(self, button: QRadioButton) -> None: if button == self.oneRawJpeg: self.prefs.treat_raw_jpeg = int(TreatRawJpeg.one_photo) else: self.prefs.treat_raw_jpeg = int(TreatRawJpeg.two_photos) self.setMarkRawJpeg() self.setMarkRawJpegEnabled() @pyqtSlot(QAbstractButton) def markRawJpegGroupClicked(self, button: QRadioButton) -> None: if button == self.noJpegWhenRaw: self.prefs.mark_raw_jpeg = int(MarkRawJpeg.no_jpeg) elif button == self.noRawWhenJpeg: self.prefs.mark_raw_jpeg = int(MarkRawJpeg.no_raw) else: self.prefs.mark_raw_jpeg = int(MarkRawJpeg.both) @pyqtSlot(int) def noJpegWhenRawChanged(self, state: int) -> None: self.prefs.do_not_mark_jpeg = state == Qt.Checked @pyqtSlot(int) def noRawWhenJpegChanged(self, state: int) -> None: self.prefs.do_not_mark_raw = state == Qt.Checked @pyqtSlot(int) def checkNewVersionChanged(self, state: int) -> None: do_check = state == Qt.Checked self.prefs.check_for_new_versions = do_check self.setVersionCheckEnabled() @pyqtSlot(int) def includeDevReleaseChanged(self, state: int) -> None: self.prefs.include_development_release = state == Qt.Checked @pyqtSlot(int) def ignoreMdatatimeMtpDngChanged(self, state: int) -> None: self.prefs.ignore_mdatatime_for_mtp_dng = state == Qt.Checked @pyqtSlot(int) def forceExiftoolChanged(self, state: int) -> None: self.prefs.force_exiftool = state == Qt.Checked @pyqtSlot(QAbstractButton) def noConsolidationGroupClicked(self, button: QRadioButton) -> None: if button == self.keepCompletedDownloads: self.prefs.completed_downloads = int(CompletedDownloads.keep) elif button == self.clearCompletedDownloads: self.prefs.completed_downloads = int(CompletedDownloads.clear) else: self.prefs.completed_downloads = int(CompletedDownloads.prompt) @pyqtSlot() def restoreDefaultsClicked(self) -> None: row = self.chooser.currentRow() if row == 0: for value in ( "only_external_mounts", "scan_specific_folders", "folders_to_scan", "ignored_paths", "use_re_ignored_paths", ): self.prefs.restore(value) self.removeAllDeviceClicked() self.setDeviceWidgetValues() elif row == 1: self.prefs.restore("language") self.languages.setCurrentIndex(0) elif row == 2: for value in ( "auto_mount", "auto_download_at_startup", "auto_download_upon_device_insertion", "auto_unmount", "auto_exit", "auto_exit_force", ): self.prefs.restore(value) self.setAutomationWidgetValues() elif row == 3: for value in ( "generate_thumbnails", "use_thumbnail_cache", "save_fdo_thumbnails", "max_cpu_cores", "keep_thumbnails_days", ): self.prefs.restore(value) self.setPerformanceValues(check_boxes_only=True) self.maxCores.setCurrentText(str(self.prefs.max_cpu_cores)) self.setPerfomanceEnabled() self.thumbnailCacheDaysKeep.setValue(self.prefs.keep_thumbnails_days) elif row == 4: for value in ("ignore_time_zone_changes", "time_zone_offset_resolution"): self.prefs.restore(value) self.setTimeZoneValues() elif row == 5: for value in ("conflict_resolution", "backup_duplicate_overwrite"): self.prefs.restore(value) self.setErrorHandingValues() elif row == 6: for value in ( "warn_downloading_all", "warn_backup_problem", "warn_broken_or_missing_libraries", "warn_fs_metadata_error", "warn_unhandled_files", "ignore_unhandled_file_exts", ): self.prefs.restore(value) self.setWarningValues() elif row == 7 and consolidation_implemented: for value in ( "completed_downloads", "consolidate_identical", "one_raw_jpeg", "do_not_mark_jpeg", "do_not_mark_raw", ): self.prefs.restore(value) self.setConsolidatedValues() elif (row == 8 and consolidation_implemented) or ( row == 7 and not consolidation_implemented ): 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 = "#timezonehandling" elif row == 5: location = "#errorhandlingpreferences" elif row == 6: location = "#warningpreferences" elif row == 7: if consolidation_implemented: location = "#consolidationpreferences" else: location = "#miscellaneousnpreferences" elif row == 8: location = "#miscellaneousnpreferences" else: location = "" webbrowser.open_new_tab( "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) translateDialogBoxButtons(buttons) buttons.rejected.connect(self.reject) buttons.accepted.connect(self.accept) layout.addWidget(self.instructionLabel) layout.addLayout(formLayout) layout.addWidget(buttons) def accept(self): value = self.valueEdit.text() if value: self.prefs.add_list_value(self.pref_value, value) super().accept() class FoldersToScanDialog(PreferenceAddDialog): """ Dialog prompting for a folder on devices to scan for photos and videos """ def __init__(self, prefs: Preferences, parent=None) -> None: super().__init__( prefs=prefs, title=_("Enter a Folder to Scan"), instruction=_( "Specify a folder that will be scanned for photos and videos" ), label=_("Folder:"), pref_value="folders_to_scan", parent=parent, ) class IgnorePathDialog(PreferenceAddDialog): """ Dialog prompting for a path to ignore when scanning devices """ def __init__(self, prefs: Preferences, parent=None) -> None: super().__init__( prefs=prefs, title=_("Enter a Path to Ignore"), instruction=_( "Specify a path that will never be scanned for photos or videos" ), label=_("Path:"), pref_value="ignored_paths", parent=parent, ) class ExceptFileExtDialog(PreferenceAddDialog): """ Dialog prompting for file extensions never to warn about """ def __init__(self, prefs: Preferences, parent=None) -> None: super().__init__( prefs=prefs, title=_("Enter a File Extension"), instruction=_("Specify a file extension (without the leading dot)"), label=_("Extension:"), pref_value="ignore_unhandled_file_exts", parent=parent, ) def exts(self, exts: List[str]) -> str: return make_internationalized_list([ext.upper() for ext in exts]) def accept(self): value = self.valueEdit.text() if value: while value.startswith("."): value = value[1:] value = value.upper() if value.lower() in ALL_KNOWN_EXTENSIONS: title = _("Invalid File Extension") # Translators: please do not change HTML codes like
      , , , # or , etc. message = ( _( "The file extension %s is recognized by Rapid Photo " "Downloader, so it makes no sense to warn about its presence." ) % value ) # Translators: %(variable)s represents Python code, not a plural of # the term variable. You must keep the %(variable)s untranslated, or the # program will crash. details = _( "Recognized file types:\n\n" "Photos:\n%(photos)s\n\nVideos:\n%(videos)s\n\n" "Audio:\n%(audio)s\n\nOther:\n%(other)s" ) % dict( photos=self.exts(PHOTO_EXTENSIONS), videos=self.exts(VIDEO_EXTENSIONS + VIDEO_THUMBNAIL_EXTENSIONS), audio=self.exts(AUDIO_EXTENSIONS), other=self.exts(["xmp"]), ) msgBox = standardMessageBox( parent=self, title=title, message=message, rich_text=True, standardButtons=QMessageBox.Ok, iconType=QMessageBox.Information, ) msgBox.setDetailedText(details) msgBox.exec() self.valueEdit.setText(value) self.valueEdit.selectAll() return else: self.prefs.add_list_value(self.pref_value, value) QDialog.accept(self) class CacheSize(QObject): size = pyqtSignal("PyQt_PyObject") # don't convert python int to C++ int @pyqtSlot() def start(self) -> None: self.thumbnail_cache = ThumbnailCacheSql(create_table_if_not_exists=False) @pyqtSlot() def getCacheSize(self) -> None: self.size.emit(self.thumbnail_cache.cache_size()) if __name__ == "__main__": # Application development test code: app = QApplication([]) app.setOrganizationName("Rapid Photo Downloader") app.setOrganizationDomain("damonlynch.net") app.setApplicationName("Rapid Photo Downloader") prefs = Preferences() prefDialog = PreferencesDialog(prefs) prefDialog.show() app.exec_() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/prefs/preferences.py0000644000175000017500000012707600000000000022612 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2011-2022 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-2022, Damon Lynch" import datetime import logging from pathlib import Path import pkg_resources import re from typing import List, NamedTuple from PyQt5.QtCore import QSettings, QTime, Qt from raphodo.storage.storage import ( platform_photos_directory, platform_videos_directory, platform_photos_identifier, platform_videos_identifier, get_media_dir, ) 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.metadata.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 WSLWindowsDrivePrefs(NamedTuple): drive_letter: str label: str auto_mount: bool auto_unmount: bool is_devel_env = os.getenv("RPD_DEVEL_DEFAULTS") is not None class Preferences: """ Program preferences, being a mix of user facing and non-user facing prefs. """ program_defaults = dict(program_version="") rename_defaults = dict( photo_download_folder=platform_photos_directory(), video_download_folder=platform_videos_directory(), photo_subfolder=DEFAULT_SUBFOLDER_PREFS, video_subfolder=DEFAULT_VIDEO_SUBFOLDER_PREFS, photo_rename=DEFAULT_PHOTO_RENAME_PREFS, video_rename=DEFAULT_VIDEO_RENAME_PREFS, # following two extension values introduced in 0.9.0a4: photo_extension=LOWERCASE, video_extension=LOWERCASE, day_start="03:00", downloads_today=[today(), "0"], stored_sequence_no=0, strip_characters=True, synchronize_raw_jpg=False, job_codes=[_("Wedding"), _("Birthday")], remember_job_code=True, ignore_mdatatime_for_mtp_dng=True, ) # custom preset prefs are define below in code such as get_preset() timeline_defaults = dict(proximity_seconds=3600) display_defaults = dict( detailed_time_remaining=False, warn_downloading_all=True, warn_backup_problem=True, warn_broken_or_missing_libraries=True, warn_fs_metadata_error=True, warn_unhandled_files=True, ignore_unhandled_file_exts=["TMP", "DAT"], job_code_sort_key=0, job_code_sort_order=0, did_you_know_on_startup=False if is_devel_env else 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="", show_system_folders=False, # Introduced in 0.9.27b2 survey_countdown=10, # Introduced in 0.9.29 survey_taken=2022 if is_devel_env else 0, # Year. Introduced in 0.9.29 never_prompt_for_survey=False, # Introduced in 0.9.29 ) device_defaults = dict( only_external_mounts=True, device_autodetection=True, this_computer_source=False, this_computer_path="", scan_specific_folders=True, # pre 0.9.3a1 value: device_without_dcim_autodetection=False, is now replaced by # scan_specific_folders folders_to_scan=["DCIM", "PRIVATE", "MP_ROOT"], ignored_paths=[".Trash", ".thumbnails", "THMBNL", "__MACOSX", "Screenshots"], use_re_ignored_paths=False, volume_whitelist=[""], volume_blacklist=[""], camera_blacklist=[""], ) backup_defaults = dict( backup_files=False, backup_device_autodetection=True, photo_backup_identifier=platform_photos_identifier(), video_backup_identifier=platform_videos_identifier(), backup_photo_location=os.path.expanduser("~"), backup_video_location=os.path.expanduser("~"), ) automation_defaults = dict( auto_download_at_startup=False, auto_download_upon_device_insertion=False, auto_unmount=False, auto_exit=False, auto_exit_force=False, move=False, verify_file=False, auto_mount=True, # new in 0.9.29a1 ) performance_defaults = dict( generate_thumbnails=True, use_thumbnail_cache=True, save_fdo_thumbnails=True, max_cpu_cores=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, ignore_time_zone_changes=True, # new in 0.9.29a1 time_zone_offset_resolution=60, # new in 0.9.29a1 ) # New in 0.9.27b2: wsl_defaults = dict( wsl_automount_removable_drives=True, wsl_automount_all_removable_drives=False, ) def __init__(self) -> None: # To avoid infinite recursions arising from the use of __setattr__, # manually assign class values to the class dict self.__dict__["settings"] = QSettings( "Rapid Photo Downloader", "Rapid Photo Downloader" ) self.__dict__["valid"] = True # These next two values must be kept in sync dicts = ( self.program_defaults, self.rename_defaults, self.timeline_defaults, self.display_defaults, self.device_defaults, self.backup_defaults, self.automation_defaults, self.performance_defaults, self.error_defaults, self.destinations, self.version_check, self.restart_directives, self.metadata_defaults, self.wsl_defaults, ) group_names = ( "Program", "Rename", "Timeline", "Display", "Device", "Backup", "Automation", "Performance", "ErrorHandling", "Destinations", "VersionCheck", "RestartDirectives", "Metadata", "WindowsSubsystemLinux", ) assert len(dicts) == len(group_names) # Create quick lookup table for types of each value, including the # special case of lists, which use the type of what they contain. # While we're at it also merge the dictionaries into one dictionary # of default values. self.__dict__["types"] = {} self.__dict__["defaults"] = {} for d in dicts: for key, value in d.items(): 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 status(self) -> QSettings.Status: return self.settings.status() 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_wsl_drives(self) -> List[WSLWindowsDrivePrefs]: drives = [] self.settings.beginGroup("WindowsSubsystemLinux") setting = "drives" size = self.settings.beginReadArray(setting) for i in range(size): self.settings.setArrayIndex(i) drive = self.settings.value("drive") drives.append( WSLWindowsDrivePrefs( drive_letter=drive[0], label=drive[1], auto_mount=True if drive[2] == "true" else False, auto_unmount=True if drive[3] == "true" else False, ) ) self.settings.endArray() self.settings.endGroup() return drives def set_wsl_drives(self, drives: List[WSLWindowsDrivePrefs]): self.settings.beginGroup("WindowsSubsystemLinux") setting = "drives" self.settings.remove(setting) self.settings.beginWriteArray(setting) for i in range(len(drives)): self.settings.setArrayIndex(i) drive = drives[i] self.settings.setValue( "drive", [drive.drive_letter, drive.label, drive.auto_mount, drive.auto_unmount], ) self.settings.endArray() self.settings.endGroup() def get_proximity(self) -> int: """ Validates preference value proxmity_seconds against standard list. Given the user could enter any old value into the preferences, need to validate it. The validation technique is to match whatever value is in the preferences with the closest value we need, which is found in the list of int proximity_time_steps. For the algorithm, see: http://stackoverflow.com/questions/12141150/from-list-of-integers-get-number-closest-to-a-given-value No need to use bisect list, as our list is tiny, and using min has the advantage of getting the closest value. Note: we store the value in seconds, but use it in minutes, just in case a user one day makes a compelling case to be able to specify a proximity value less than 1 minute. :return: closest valid value in minutes """ minutes = self.proximity_seconds // 60 return min(constants.proximity_time_steps, key=lambda x: abs(x - minutes)) def set_proximity(self, minutes: int) -> None: self.proximity_seconds = minutes * 60 def _pref_list_uses_component( self, pref_list, pref_component, offset: int = 1 ) -> bool: for i in range(0, len(pref_list), 3): if pref_list[i + offset] == pref_component: return True return False def any_pref_uses_stored_sequence_no(self) -> bool: """ :return True if any of the pref lists contain a stored sequence no """ for pref_list in self.get_pref_lists(file_name_only=True): if self._pref_list_uses_component(pref_list, STORED_SEQ_NUMBER): return True return False def any_pref_uses_session_sequence_no(self) -> bool: """ :return True if any of the pref lists contain a session sequence no """ for pref_list in self.get_pref_lists(file_name_only=True): if self._pref_list_uses_component(pref_list, SESSION_SEQ_NUMBER): return True return False def any_pref_uses_sequence_letter_value(self) -> bool: """ :return True if any of the pref lists contain a sequence letter """ for pref_list in self.get_pref_lists(file_name_only=True): if self._pref_list_uses_component(pref_list, SEQUENCE_LETTER): return True return False def photo_rename_pref_uses_downloads_today(self) -> bool: """ :return: True if the photo rename pref list contains a downloads today """ return self._pref_list_uses_component(self.photo_rename, DOWNLOAD_SEQ_NUMBER) def video_rename_pref_uses_downloads_today(self) -> bool: """ :return: True if the video rename pref list contains a downloads today """ return self._pref_list_uses_component(self.video_rename, DOWNLOAD_SEQ_NUMBER) def photo_rename_pref_uses_stored_sequence_no(self) -> bool: """ :return: True if the photo rename pref list contains a stored sequence no """ return self._pref_list_uses_component(self.photo_rename, STORED_SEQ_NUMBER) def video_rename_pref_uses_stored_sequence_no(self) -> bool: """ :return: True if the video rename pref list contains a stored sequence no """ return self._pref_list_uses_component(self.video_rename, STORED_SEQ_NUMBER) def check_prefs_for_validity(self) -> Tuple[bool, str]: """ Checks photo & video rename, and subfolder generation preferences ensure they follow name generation rules. Moreover, subfolder name specifications must not: 1. start with a separator 2. end with a separator 3. have two separators in a row :return: tuple with two values: (1) bool and error message if prefs are invalid (else empty string) """ msg = "" valid = True tests = ( (self.photo_rename, DICT_IMAGE_RENAME_L0), (self.video_rename, DICT_VIDEO_RENAME_L0), (self.photo_subfolder, DICT_SUBFOLDER_L0), (self.video_subfolder, DICT_VIDEO_SUBFOLDER_L0), ) # test file renaming for pref, pref_defn in tests[:2]: try: check_pref_valid(pref_defn, pref) except PrefError as e: valid = False msg += e.msg + "\n" # test subfolder generation for pref, pref_defn in tests[2:]: try: check_pref_valid(pref_defn, pref) L1s = [pref[i] for i in range(0, len(pref), 3)] if L1s[0] == SEPARATOR: raise PrefValueKeyComboError( _("Subfolder preferences should not start with a %s") % os.sep ) elif L1s[-1] == SEPARATOR: raise PrefValueKeyComboError( _("Subfolder preferences should not end with a %s") % os.sep ) else: for i in range(len(L1s) - 1): if L1s[i] == SEPARATOR and L1s[i + 1] == SEPARATOR: raise PrefValueKeyComboError( _( "Subfolder preferences should not contain two %s " "one after the other" ) % os.sep ) except PrefError as e: valid = False msg += e.msg + "\n" return valid, msg def _filter_duplicate_generation_prefs(self, preset_type: PresetPrefType) -> None: preset_names, preset_pref_lists = self.get_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 file_type_uses_job_code(self, file_type: FileType) -> bool: """ Returns True if either the subfolder generation or file renaming for the file type uses a Job Code. """ if file_type == FileType.photo: pref_lists = self.photo_rename, self.photo_subfolder else: pref_lists = self.video_rename, self.video_subfolder for pref_list in pref_lists: 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" if previous_version < v0919b2 and self.value_is_set(key, group): # Versions prior to 0.9.19b2 did not include all the ignored paths # introduced in 0.9.16 and 0.9.19b2. If the user already has some # values, these new defaults will not be added automatically. So add # them here. for value in ("THMBNL", "__MACOSX"): # If the value is not already in the list, add it logging.info("Adding folder '%s' to list of ignored paths" % value) self.add_list_value(key=key, value=value) v0927a3 = pkg_resources.parse_version("0.9.27a3") if previous_version < v0927a3 and self.value_is_set(key, group): # Versions prior to 0.9.27a3 did not include all the ignored paths # included in that version logging.info("Adding folder 'Screenshots' to list of ignored paths") self.add_list_value(key=key, value="Screenshots") def check_show_system_folders(self) -> None: """ Determine if system folders should be shown because a download source or destination is on a system path, i.e. not in /home, /media, /mnt, or possibly /run Adjusts show_system_folders setting to True if necessary. """ if self.show_system_folders: return if self.source_or_destination_is_system_folder(): logging.info( "Forcibly setting show system folders to true", ) self.show_system_folders = True def source_or_destination_is_system_folder(self) -> bool: """ :return: True if the this computer, photo or video destination is on a system folder """ system_dir_located = False non_system_root_folders = constants.non_system_root_folders if get_media_dir().startswith("/run"): non_system_root_folders.append("/run") for path, name in ( (self.photo_download_folder, "Photo download folder"), (self.video_download_folder, "Video download folder"), (self.this_computer_path, "This computer path") ): parts = Path(path).resolve().parts if path and ( len(parts) < 2 or f"/{parts[1]}" not in non_system_root_folders ): logging.debug("'%s' %s is a system directory", name, path) system_dir_located = True break return system_dir_located def validate_max_CPU_cores(self) -> None: logging.debug("Validating CPU core count for thumbnail generation...") available = available_cpu_count(physical_only=True) logging.debug("...%s physical cores detected", available) if self.max_cpu_cores > available: logging.info("Setting CPU Cores for thumbnail generation to %s", available) self.max_cpu_cores = available def validate_ignore_unhandled_file_exts(self) -> None: # logging.debug('Validating list of file extension to not warn about...') self.ignore_unhandled_file_exts = [ ext.upper() for ext in self.ignore_unhandled_file_exts if ext.lower() not in ALL_KNOWN_EXTENSIONS ] def warn_about_unknown_file(self, ext: str) -> bool: if not self.warn_unhandled_files: return False if not self.ignore_unhandled_file_exts[0]: return True return ext.upper() not in self.ignore_unhandled_file_exts def settings_path(self) -> str: """ :return: the full path of the settings file """ return self.settings.fileName() def match_pref_list(pref_lists: List[List[str]], user_pref_list: List[str]) -> int: try: return pref_lists.index(user_pref_list) except ValueError: return -1 ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/problemnotification.py0000755000175000017500000005466400000000000023246 0ustar00damondamon# Copyright (C) 2010-2021 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ 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-2021, 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 ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/programversions.py0000644000175000017500000000454500000000000022425 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2015-2022 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-2022, 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 can be # 'exiv2 0.24 001800 (64 bit build)' # followed by the copyright & GPL try: v = subprocess.check_output(["exiv2", "-V", "-v"]).strip().decode() v = re.search("exiv2=([0-9.]+)\n", v) if v: return v.group(1) else: return None except (OSError, subprocess.CalledProcessError): return None def exiftool_version_info() -> str: """ returns the version of Exiftool being used :return version number, or None if Exiftool cannot be found """ try: return subprocess.check_output(["exiftool", "-ver"]).strip().decode() except (OSError, subprocess.CalledProcessError): return "" EXIFTOOL_VERSION = exiftool_version_info() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/proximity.py0000644000175000017500000030671100000000000021231 0ustar00damondamon# Copyright (C) 2015-2022 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-2022, 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 from typing import Dict, List, Tuple, Set, Optional, DefaultDict, Generator import arrow.arrow from arrow.arrow import Arrow from PyQt5.Qt import QWIDGETSIZE_MAX from PyQt5.QtCore import ( QAbstractTableModel, QModelIndex, Qt, QSize, QSizeF, QRect, QItemSelection, QItemSelectionModel, pyqtSignal, pyqtSlot, QRectF, QPoint, QLineF, QEvent, QObject, QCoreApplication, ) from PyQt5.QtWidgets import ( QTableView, QStyledItemDelegate, QSlider, QLabel, QVBoxLayout, QStyleOptionViewItem, QStyle, QAbstractItemView, QWidget, QHBoxLayout, QSizePolicy, QSplitter, QStackedWidget, QPushButton, QAction, QFrame, QApplication, ) from PyQt5.QtGui import ( QPainter, QFont, QColor, QGuiApplication, QPixmap, QPalette, QMouseEvent, QIcon, QFontMetricsF, QShowEvent, ) from raphodo.constants import ( FileType, Align, proximity_time_steps, TemporalProximityState, fileTypeColor, CustomColors, DarkGray, MediumGray, ) from raphodo.rpdfile import FileTypeCounter from raphodo.prefs.preferences import Preferences from raphodo.ui.viewutils import ( ThumbnailDataForProximity, TightFlexiFrame, coloredPixmap, base64_thumbnail, darkModePixmap, is_dark_mode, ) 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, SyncButtonState 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 Col 2: the proximity groups """ # @profile def __init__( self, thumbnail_rows: List[ThumbnailDataForProximity], temporal_span: int = 3600 ): self.rows = [] # type: List[ProximityRow] self.invalid_rows = tuple() # type: Tuple[int] # Store uids for each table cell self.uids = MetaUid() self.file_types_in_cell = dict() # type: Dict[Tuple[int, int], str] times_by_proximity = defaultdict(list) # type: DefaultDict[int, Arrow] # The rows the user sees in column 2 can span more than one row of the Timeline. # Each day always spans at least one row in the Timeline, possibly more. # group_no: no days spanned day_spans_by_proximity = dict() # type: Dict[int, int] # group_no: ( uids_by_day_in_proximity_group = ( dict() ) # type: Dict[int, Tuple[Tuple[int, int, int], List[bytes]]] # uid: (year, month, day) year_month_day = dict() # type: Dict[bytes, Tuple[int, int, int]] # group_no: List[uid] uids_by_proximity = defaultdict(list) # type: Dict[int, List[bytes, ...]] # Determine if proximity group contains any files have not been previously # downloaded new_files_by_proximity = defaultdict(set) # type: Dict[int, Set[bool]] # Text that will appear in column 2 -- they proximity groups text_by_proximity = deque() # (year, month, day): [uid, uid, ...] self.day_groups = defaultdict( list ) # type: DefaultDict[Tuple[int, int, int], List[bytes]] # (year, month): [uid, uid, ...] self.month_groups = defaultdict( list ) # type: DefaultDict[Tuple[int, int], List[bytes]] # year: [uid, uid, ...] self.year_groups = defaultdict(list) # type: DefaultDict[int, List[bytes]] # How many columns the Timeline will display - don't display year when the only # dates are from this year, for instance. self._depth = None # type: 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 f"TemporalProximityGroups with {len(self.rows)} rows and depth of {self.depth()}" def validate(self, thumbnailModel=None) -> Tuple[int]: """ Partial validation of proximity values :return: """ return self.uids.validate_rows(len(self.rows)) def uid_to_row(self, uid: bytes) -> int: return self.uids.uid_to_col2_row(uid=uid) def row_uids(self, row: int) -> List[bytes]: return self.uids[row, 2] class TemporalProximityModel(QAbstractTableModel): tooltip_image_size = QSize(90, 90) # 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 = f'' 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 = f'' tooltip = f"{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(f"{prow.year} | {prow.month} | {prow.day}") for col in (0, 1, 2): if row in self.groups.uids._uids[col]: uids = self.groups.uids._uids[col][row] files = ", ".join( (thumbnailModel.rpd_files[uid].name for uid in uids) ) logging.debug(f"Col {col}: {files}") def updatePreviouslyDownloaded(self, uids: List[bytes]) -> None: """ Examine Timeline data to see if any Timeline rows should have their column 2 formatting updated to reflect that there are no new files to be downloaded in that particular row :param uids: list of uids that have been manually marked as previously downloaded """ processed_rows = set() # type: Set[int] rows_to_update = [] for uid in uids: row = self.groups.uid_to_row(uid=uid) if row not in processed_rows: processed_rows.add(row) row_uids = self.groups.row_uids(row) logging.debug( "Examining row %s to see if any have not been previously " "downloaded", row, ) if not self.rapidApp.thumbnailModel.anyFileNotPreviouslyDownloaded( uids=row_uids ): proximity_row = self.groups[row] # type: ProximityRow self.groups[row] = proximity_row._replace(new_file=False) rows_to_update.append(row) logging.debug("Row %s will be updated to show it has no new files") 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: Optional[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(QLineF(1.0, 0.0, 1.0, (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( QLineF( 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( QLineF( 0.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) # Vertical scrollbar the user sees belongs to the left panel scroll area self.setVerticalScrollBarPolicy(Qt.ScrollBarAlwaysOff) self.setShowGrid(False) self.setFrameShape(QFrame.NoFrame) self.frame_width = QApplication.style().pixelMetric(QStyle.PM_DefaultFrameWidth) def contentHeight(self) -> int: return self.verticalHeader().length() def _updateSelectionRowChildColumn2( self, row: int, parent_column: int, model: TemporalProximityModel ) -> None: """ Select cells in column 2, based on selections in column 0 or 1. :param row: the row of the cell that has been selected :param parent_column: the column of the cell that has been selected :param model: the model the view operates on """ for parent_row in range(row, row + self.rowSpan(row, parent_column)): start_row = model.groups.row_span_for_column_starts_at_row[(parent_row, 2)] row_span = self.rowSpan(start_row, 2) do_selection = False if row_span > 1: all_selected = True for r in range(start_row, start_row + row_span): if not self.selectionModel().isSelected(model.index(r, 1)): all_selected = False break if all_selected: do_selection = True else: do_selection = True if do_selection: self.selectionModel().select( model.index(start_row, 2), QItemSelectionModel.Select ) model.dataChanged.emit( model.index(start_row, 2), model.index(start_row, 2) ) def _updateSelectionRowChildColumn1( self, row: int, model: TemporalProximityModel ) -> None: """ Select cells in column 1, based on selections in column 0. :param row: the row of the cell that has been selected :param model: the model the view operates on """ for r in range(row, row + self.rowSpan(row, 0)): self.selectionModel().select(model.index(r, 1), QItemSelectionModel.Select) model.dataChanged.emit(model.index(row, 1), model.index(r, 1)) def _updateSelectionRowParent( self, row: int, parent_column: int, start_column: int, examined: set, model: TemporalProximityModel, ) -> None: """ Select cells in column 0 or 1, based on selections in column 2. :param row: the row of the cell that has been selected :param parent_column: the column in which to select cells :param start_column: the column of the cell that has been selected :param examined: cells that have already been analyzed to see if they should be selected or not :param model: the model the view operates on """ start_row = model.groups.row_span_for_column_starts_at_row[(row, parent_column)] if (start_row, parent_column) not in examined: all_selected = True for r in range(start_row, start_row + self.rowSpan(row, parent_column)): if not self.selectionModel().isSelected(model.index(r, start_column)): all_selected = False break if all_selected: i = model.index(start_row, parent_column) self.selectionModel().select(i, QItemSelectionModel.Select) model.dataChanged.emit(i, i) examined.add((start_row, parent_column)) def updateSelection(self) -> None: """ Modify user selection to include extra columns. When the user is selecting table cells, need to mimic the behavior of setSelectionBehavior(QAbstractItemView.SelectRows) However in our case we need to select multiple rows, depending on the row spans in columns 0, 1 and 2. Column 2 is a special case. """ # auto_scroll = self.temporalProximityWidget.prefs.auto_scroll # if auto_scroll: # self.temporalProximityWidget.setTimelineThumbnailAutoScroll(False) self.selectionModel().blockSignals(True) model = self.model() # type: TemporalProximityModel examined = set() for i in self.selectedIndexes(): row = i.row() column = i.column() if column == 0: examined.add((row, column)) self._updateSelectionRowChildColumn1(row, model) examined.add((row, 1)) self._updateSelectionRowChildColumn2(row, 0, model) examined.add((row, 2)) if column == 1: examined.add((row, column)) self._updateSelectionRowChildColumn2(row, 1, model) self._updateSelectionRowParent(row, 0, 1, examined, model) examined.add((row, 2)) if column == 2: for r in range(row, row + self.rowSpan(row, 2)): for parent_column in (1, 0): self._updateSelectionRowParent( r, parent_column, 2, examined, model ) self.selectionModel().blockSignals(False) # if auto_scroll: # self.temporalProximityWidget.setTimelineThumbnailAutoScroll(True) @pyqtSlot(QMouseEvent) def mousePressEvent(self, event: QMouseEvent) -> None: """ Checks to see if Timeline selection should be cleared. Should be cleared if the cell clicked in already represents a selection that cannot be expanded or made smaller with the same click. A click outside the selection represents a new selection, should proceed. A click inside a selection, but one that creates a new, smaller selection, should also proceed. :param event: the mouse click event """ do_selection = True do_selection_confirmed = False index = self.indexAt(event.pos()) # type: QModelIndex if index in self.selectedIndexes(): clicked_column = index.column() clicked_row = index.row() row_span = self.rowSpan(clicked_row, clicked_column) for i in self.selectedIndexes(): column = i.column() row = i.row() # Is any selected column to the left of clicked column? if column < clicked_column: # Is the row outside the span of the clicked row? if ( row < clicked_row or row + self.rowSpan(row, column) > clicked_row + row_span ): do_selection_confirmed = True break # Is this the only selected row in the column selected? if ( row < clicked_row or row >= clicked_row + row_span ) and column == clicked_column: do_selection_confirmed = True break if not do_selection_confirmed: self.clearSelection() self.rapidApp.proximityButton.setHighlighted(False) do_selection = False thumbnailView = self.rapidApp.thumbnailView model = self.model() uids = model.data(index, Roles.uids) thumbnailView.scrollToUids(uids=uids) if do_selection: self.temporalProximityWidget.block_update_device_display = True super().mousePressEvent(event) @pyqtSlot(QMouseEvent) def mouseReleaseEvent(self, event: QMouseEvent) -> None: self.temporalProximityWidget.block_update_device_display = False self.proximitySelectionHasChanged.emit() super().mouseReleaseEvent(event) def _temporalProximityPosition(self, x: int) -> QPoint: return self.mapTo(self.rapidApp.sourcePanel, QPoint(x, 0)) def canSyncScroll(self) -> bool: point = self._temporalProximityPosition(0) return point.y() <= self.frame_width def getFirstVisibleRowUids(self) -> Optional[List[bytes]]: x = 200 point = self._temporalProximityPosition(x) # a negative value for y means the top of the timeline is above the visible area if point.y() > 0: return None y = abs(point.y()) # the y + 1 ensures the correct row is chosen when the row is exactly aligned # with the top of the viewport: index = self.indexAt(QPoint(x, y + 1)) # type: QModelIndex if index.isValid(): 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 None return self.model().data(index, Roles.uids) @pyqtSlot(int) def scrollThumbnails(self, value) -> None: self.rapidApp.temporalProximityControls.setAutoScrollState() uids = self.getFirstVisibleRowUids() if uids is not None: thumbnailView = self.rapidApp.thumbnailView thumbnailView.setScrollTogether(False) thumbnailView.scrollToUids(uids=uids) thumbnailView.setScrollTogether(True) class TemporalProximityViewFramed(TightFlexiFrame): def __init__( self, temporalProximityView: TemporalProximityView, parent: Optional[QWidget] = None, ) -> None: super().__init__(render_top_edge=True, parent=parent) self.layout().addWidget(temporalProximityView) class TemporalValuePicker(QWidget): """ Simple composite widget of QSlider and QLabel """ # Emits number of minutes valueChanged = pyqtSignal(int) def __init__(self, minutes: int, parent=None) -> None: super().__init__(parent) self.slider = QSlider(Qt.Horizontal) self.slider.setTickPosition(QSlider.TicksBelow) self.slider.setToolTip( _( "The time elapsed between consecutive photos and videos that is used " "to build the Timeline" ) ) self.slider.setMaximum(len(proximity_time_steps) - 1) self.slider.setValue(proximity_time_steps.index(minutes)) self.display = QLabel() font = QFont() font.setPointSize(font.pointSize() - 2) self.display.setFont(font) self.display.setAlignment(Qt.AlignCenter) # Determine maximum width of display label width = 0 labelMetrics = QFontMetricsF(QFont()) for m in range(len(proximity_time_steps)): boundingRect = labelMetrics.boundingRect( self.displayString(m) ) # type: QRect width = max(width, boundingRect.width()) self.display.setFixedWidth(round(width) + 6) self.slider.valueChanged.connect(self.updateDisplay) self.slider.sliderPressed.connect(self.sliderPressed) self.slider.sliderReleased.connect(self.sliderReleased) self.display.setText(self.displayString(self.slider.value())) layout = QHBoxLayout() layout.setContentsMargins(0, 0, 0, 0) layout.setSpacing(round(QFontMetricsF(font).height() / 6)) self.setLayout(layout) layout.addWidget(self.slider) layout.addWidget(self.display) @pyqtSlot() def sliderPressed(self): self.pressed_value = self.slider.value() @pyqtSlot() def sliderReleased(self): if self.pressed_value != self.slider.value(): self.valueChanged.emit(proximity_time_steps[self.slider.value()]) @pyqtSlot(int) def updateDisplay(self, value: int) -> None: self.display.setText(self.displayString(value)) if not self.slider.isSliderDown(): self.valueChanged.emit(proximity_time_steps[value]) def displayString(self, index: int) -> str: minutes = proximity_time_steps[index] if minutes < 60: # Translators: e.g. "45m", which is short for 45 minutes. # Replace the very last character (after the d) with the correct # localized value, keeping everything else. In other words, change # only the m character. return _("%(minutes)dm") % dict(minutes=minutes) elif minutes == 90: # Translators: i.e. "1.5h", which is short for 1.5 hours. # Replace the entire string with the correct localized value return _("1.5h") else: # Translators: e.g. "5h", which is short for 5 hours. # Replace the very last character (after the d) with the correct localized # value, keeping everything else. In other words, change only the h # character. return _("%(hours)dh") % dict(hours=minutes // 60) class ResizableStackedWidget(QStackedWidget): """ Default of QStackedWidget is not to resize itself to the currently displayed widget. That's a problem when dealing with a widget as potentially tall as the Timeline. """ def __init__(self, parent: Optional[QWidget] = None) -> None: super().__init__(parent=parent) self.currentChanged.connect(self.onCurrentChanged) @pyqtSlot(int) def onCurrentChanged(self, index: int) -> None: for i in range(self.count()): if i == index: verticalPolicy = QSizePolicy.MinimumExpanding else: verticalPolicy = QSizePolicy.Ignored widget = self.widget(i) widget.setSizePolicy(widget.sizePolicy().horizontalPolicy(), verticalPolicy) widget.adjustSize() self.adjustSize() def minimumSizeHint(self) -> QSize: return self.sizeHint() def sizeHint(self) -> QSize: return self.currentWidget().sizeHint() class TemporalProximityExplanation(QWidget): """ Widget to that contains an explanation of the Timeline, with the explanation broken up into two parts: 1. What the Timeline is 2. How it can be adjusted The first part is aligned with the top of the widget, and the second part with the bottom. """ def __init__( self, description: QLabel, adjust: QLabel, parent: Optional[QWidget] = None ) -> None: super().__init__(parent=parent) self.explanation = QWidget() layout = QVBoxLayout() border_width = QSplitter().lineWidth() self.border_width = border_width layout.setContentsMargins( border_width, border_width, border_width, border_width ) layout.setSpacing(0) self.explanation.setLayout(layout) layout.addWidget(description) layout.addWidget(adjust) self.setLayout(layout) self.descriptionWidget = description self.adjustWidget = adjust self.is_fixed = False def sizeHint(self) -> QSize: return self.minimumSizeHint() def setChildPositions(self, fixed: bool) -> None: """ Fixing the current position of the child widgets in place is useful when dragging the stacked widget handle :param fixed: True if should be fixed, False if should be unfixed """ if fixed and not self.is_fixed: y = self.adjustWidget.pos().y() - 1 self.descriptionWidget.setFixedHeight(y) self.layout().addStretch(10) self.is_fixed = True elif not fixed and self.is_fixed: self.descriptionWidget.setMaximumHeight(QWIDGETSIZE_MAX) self.descriptionWidget.setMinimumHeight(0) self.descriptionWidget.adjustSize() # Remove stretch self.layout().takeAt(2) self.is_fixed = False self.adjustSize() class TemporalProximity(QWidget): """ Displays Timeline and tracks its state. Main widget to display and control Timeline. """ proximitySelectionHasChanged = pyqtSignal() def __init__(self, rapidApp, prefs: Preferences, parent=None) -> None: """ :param rapidApp: main application window :type rapidApp: RapidWindow :param prefs: program & user preferences :param parent: parent widget """ super().__init__(parent) self.setObjectName("temporalProximity") self.rapidApp = rapidApp self.thumbnailModel = rapidApp.thumbnailModel self.prefs = prefs self.block_update_device_display = False self.state = TemporalProximityState.empty self.uids_manually_set_previously_downloaded = [] # type: List[bytes] # Track which uid to make visible in the Timeline when it has been # regenerated due to a value change using the slider self.uid_to_scroll_to_post_value_change = None # type: Optional[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 ) description = _( "The Timeline groups photos and videos based on how much time elapsed " "between consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." ) adjust = _( "Use the slider (below) to adjust the time elapsed between consecutive " "shots that is used to build the Timeline." ) generation_pending = _("Timeline build pending...") generating = _("Timeline is building...") ctime_vs_mtime = _( "The Timeline needs to be rebuilt because the file " "modification time does not match the time a shot was taken for one or " "more shots.

      The Timeline shows when shots were taken. The time a " "shot was taken is found in a photo or video's metadata. " "Reading the metadata is time consuming, so Rapid Photo Downloader avoids " "reading the metadata while scanning files. Instead it uses the time the " "file was last modified as a proxy for when the shot was taken. The time " "a shot was taken is confirmed when generating thumbnails or " "downloading, which is when the metadata is read." ) description = f"{description}" generation_pending = f"{generation_pending}" generating = f"{generating}" adjust = f"{adjust}" ctime_vs_mtime = f"{ctime_vs_mtime}" palette = QPalette() palette.setColor(QPalette.Window, palette.color(palette.Base)) self.description = QLabel(description) self.adjust = QLabel(adjust) self.generating = QLabel(generating) self.generationPending = QLabel(generation_pending) self.ctime_vs_mtime = QLabel(ctime_vs_mtime) margin = 6 for label in ( self.description, self.generationPending, self.generating, self.adjust, self.ctime_vs_mtime, ): label.setMargin(margin) label.setWordWrap(True) label.setAutoFillBackground(True) label.setPalette(palette) # Fixed width is set using device sample width for label in ( self.description, self.generationPending, self.generating, self.ctime_vs_mtime, ): label.setAlignment(Qt.AlignTop) label.setSizePolicy(QSizePolicy.Fixed, QSizePolicy.MinimumExpanding) self.adjust.setSizePolicy(QSizePolicy.Preferred, QSizePolicy.Minimum) layout = QVBoxLayout() self.setLayout(layout) layout.setContentsMargins(0, 0, 0, 0) self.stackedWidget = ResizableStackedWidget() self.temporalProximityViewFrame = TemporalProximityViewFramed( self.temporalProximityView ) self.stack_index_for_state = { TemporalProximityState.empty: 0, TemporalProximityState.pending: 1, TemporalProximityState.generating: 2, TemporalProximityState.regenerate: 2, TemporalProximityState.ctime_rebuild: 3, TemporalProximityState.ctime_rebuild_proceed: 3, TemporalProximityState.generated: 4, } self.suppress_auto_scroll_after_timeline_select = False def flexiFrameWidgets(self) -> Generator[QWidget, None, None]: return (self.stackedWidget.widget(i) for i in range(self.stackedWidget.count())) def setupExplanations(self, width: int) -> None: for label in ( self.description, self.generationPending, self.generating, self.adjust, self.ctime_vs_mtime, ): label.setFixedWidth(width) self.explanation = TemporalProximityExplanation( description=self.description, adjust=self.adjust ) for label in ( self.explanation, self.generationPending, self.generating, self.ctime_vs_mtime, ): container = TightFlexiFrame(render_top_edge=True) container.layout().addWidget(label) self.stackedWidget.addWidget(container) self.stackedWidget.addWidget(self.temporalProximityViewFrame) self.layout().addWidget(self.stackedWidget) self.stackedWidget.setCurrentIndex(0) self.stackedWidget.setSizePolicy( QSizePolicy.Preferred, QSizePolicy.MinimumExpanding ) @pyqtSlot(QItemSelection, QItemSelection) def proximitySelectionChanged( self, current: QItemSelection, previous: QItemSelection ) -> None: """ Respond to user selections in Temporal Proximity Table. User can select / deselect individual cells. Need to: 1. Automatically update selection to include parent or child cells in some cases 2. Filter display of thumbnails """ self.temporalProximityView.updateSelection() groups = self.temporalProximityModel.groups selected_rows_col2 = [ i.row() for i in self.temporalProximityView.selectedIndexes() if i.column() == 2 ] selected_rows_col1 = [ i.row() for i in self.temporalProximityView.selectedIndexes() if i.column() == 1 and groups.row_span_for_column_starts_at_row[(i.row(), 2)] not in selected_rows_col2 ] try: selected_col1 = [ groups.proximity_view_cell_id_col1[row] for row in selected_rows_col1 ] selected_col2 = [ groups.proximity_view_cell_id_col2[row] for row in selected_rows_col2 ] except KeyError 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 self.rapidApp.temporalProximityControls.setAutoScrollState() if state != TemporalProximityState.generated: self.rapidApp.sourcePanel.setSplitterSize() @pyqtSlot(bool) def postValueChangeScroll(self, visible: bool) -> None: if visible and self.uid_to_scroll_to_post_value_change is not None: self.scrollToUid( uid=self.uid_to_scroll_to_post_value_change, on_value_change=True ) self.uid_to_scroll_to_post_value_change = None def setGroups(self, proximity_groups: TemporalProximityGroups) -> bool: """ Display the Timeline using data from the generated proximity_groups :param proximity_groups: Timeline content and formatting hints :return: True if Timeline was updated, False if not updated due to current state """ if self.state == TemporalProximityState.regenerate: self.rapidApp.generateTemporalProximityTableData( reason="a change was made while it was already generating" ) return False if self.state == TemporalProximityState.ctime_rebuild: return False self.temporalProximityModel.groups = proximity_groups depth = proximity_groups.depth() self.temporalProximityDelegate.depth = depth if depth in (0, 1): self.temporalProximityView.hideColumn(0) else: self.temporalProximityView.showColumn(0) self.temporalProximityView.clearSpans() self.temporalProximityDelegate.row_span_for_column_starts_at_row = ( proximity_groups.row_span_for_column_starts_at_row ) self.temporalProximityDelegate.dv = proximity_groups.display_values self.temporalProximityDelegate.dv.assign_fonts() for column, row, row_span in proximity_groups.spans: self.temporalProximityView.setSpan(row, column, row_span, 1) self.temporalProximityModel.endResetModel() for idx, height in enumerate(proximity_groups.display_values.row_heights): self.temporalProximityView.setRowHeight(idx, round(height)) for idx, width in enumerate(proximity_groups.display_values.col_widths): self.temporalProximityView.setColumnWidth(idx, round(width)) # Set the minimum width for the timeline to match the content # Width of each column if depth in (0, 1): min_width = sum(proximity_groups.display_values.col_widths[1:]) else: min_width = sum(proximity_groups.display_values.col_widths) # Width of each scrollbar scrollbar_width = self.style().pixelMetric(QStyle.PM_ScrollBarExtent) # Width of frame - without it, the tableview will still be too small frame_width = QSplitter().lineWidth() * 2 self.temporalProximityView.setMinimumWidth( round(min_width) + scrollbar_width + frame_width ) self.setState(TemporalProximityState.generated) # Has the user manually set any files as previously downloaded while the # Timeline was generating? if self.uids_manually_set_previously_downloaded: self.temporalProximityModel.updatePreviouslyDownloaded( uids=self.uids_manually_set_previously_downloaded ) self.uids_manually_set_previously_downloaded = [] return True def previouslyDownloadedManuallySet(self, uids: List[bytes]) -> None: """ Possibly update the formatting of the Timeline to reflect the user manually setting files to have been previously downloaded """ logging.debug( "Updating Timeline to reflect %s files manually set as previously " "downloaded", len(uids), ) if self.state != TemporalProximityState.generated: self.uids_manually_set_previously_downloaded.extend(uids) else: self.temporalProximityModel.updatePreviouslyDownloaded(uids=uids) def setThumbnailToScrollTo(self) -> None: uids = self.temporalProximityView.getFirstVisibleRowUids() if uids: self.uid_to_scroll_to_post_value_change = uids[0] def scrollToUid(self, uid: bytes, on_value_change: Optional[bool] = False) -> None: """ Scroll to this uid in the Timeline. :param uid: uid to scroll to """ if not self.isVisible(): return verticalScrollBar = self.rapidApp.sourcePanel.verticalScrollBar() if not verticalScrollBar.isVisible(): return if self.state == TemporalProximityState.generated: if self.suppress_auto_scroll_after_timeline_select: self.suppress_auto_scroll_after_timeline_select = False else: sourcePanel = self.rapidApp.sourcePanel point = self.mapTo(sourcePanel, self.rect().topLeft()) if point.y() > 0 and not on_value_change: return # controls.setAutoScrollEnabled(True) view = self.temporalProximityView model = self.temporalProximityModel # Get the column 2 row (specific time) this file is in col2_row = model.groups.uid_to_row(uid=uid) if on_value_change: row = col2_row else: # Get the column 1 row (specific day) this row is in groups = self.temporalProximityModel.groups row = groups.row_span_for_column_starts_at_row[col2_row, 1] # Get the position of the row in the table y = view.rowViewportPosition(row) # Calculate the position of the top left of the timeline to # the source panel. Calculations depend on which widget is the # timeline's parent. delta = self.geometry().topLeft().y() if self.parent() != sourcePanel.sourcePanelWidget: delta += self.parent().geometry().topLeft().y() height = verticalScrollBar.maximum() value = round(((y + delta) / height) * height) verticalScrollBar.setValue(value) def setScrollTogether(self, on: bool) -> None: """ Turn on or off the linking of scrolling the Timeline with the Thumbnail display :param on: whether to turn on or off """ view = self.temporalProximityView panel = self.rapidApp.sourcePanel if on: panel.verticalScrollBar().valueChanged.connect(view.scrollThumbnails) else: panel.verticalScrollBar().valueChanged.disconnect(view.scrollThumbnails) def setProximityHeight(self) -> None: """ Set the height of the Timeline view to be the exact height of its contents """ self.temporalProximityView.setMinimumHeight( self.temporalProximityView.contentHeight() ) class SyncIcon(QIcon): """ Double arrow icon that changes color depending on state """ def __init__( self, path: str, state: SyncButtonState, scaling: float, on_hover: bool ) -> None: super().__init__() size = round(16 * scaling) size = QSize(size, size) if state == SyncButtonState.active: on = coloredPixmap(path=path, color=CustomColors.color1.value, size=size) elif state == SyncButtonState.inactive: on = coloredPixmap(path=path, color=CustomColors.color2.value, size=size) else: on = darkModePixmap(path=path, size=size) if on_hover: if is_dark_mode(): color = QGuiApplication.palette().color(QPalette.HighlightedText) else: color = QGuiApplication.palette().color(QPalette.Base) else: if is_dark_mode(): color = QGuiApplication.palette().color(QPalette.Light) else: color = QGuiApplication.palette().color(QPalette.Dark) off = coloredPixmap(path=path, color=color, size=size) self.addPixmap(on, QIcon.Normal, QIcon.On) self.addPixmap(off, QIcon.Normal, QIcon.Off) class SyncButton(QPushButton): def __init__(self, parent: Optional[QWidget] = None) -> None: super().__init__(parent=parent) try: scaling = self.devicePixelRatioF() except AttributeError: scaling = float(self.devicePixelRatio()) self.activeIcon = SyncIcon( path=":/icons/sync.svg", state=SyncButtonState.active, scaling=scaling, on_hover=False, ) self.inactiveIcon = SyncIcon( path=":/icons/sync.svg", state=SyncButtonState.inactive, scaling=scaling, on_hover=False, ) self.regularIcon = SyncIcon( path=":/icons/sync.svg", state=SyncButtonState.regular, scaling=scaling, on_hover=False, ) self.regularIconHover = SyncIcon( path=":/icons/sync.svg", state=SyncButtonState.regular, scaling=scaling, on_hover=True, ) self.icon_state = SyncButtonState.regular self.setIcon(self.regularIcon) self.state_mapper = { SyncButtonState.active: self.activeIcon, SyncButtonState.inactive: self.inactiveIcon, SyncButtonState.regular: self.regularIcon, } self.setFlat(True) self.setCheckable(True) self.setToolTip( _("Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)") ) if is_dark_mode(): hoverColor = QPalette().color(QPalette.Highlight).name(QColor.HexRgb) else: color = QPalette().color(QPalette.Background) hoverColor = color.darker(110).name(QColor.HexRgb) style = """ QPushButton { padding: 2px; border: none; } QPushButton::hover { background-color: %s; } """ % ( hoverColor ) self.setStyleSheet(style) self.installEventFilter(self) def setState(self, state: SyncButtonState) -> None: self.setIcon(self.state_mapper[state]) self.icon_state = state def eventFilter(self, source: QObject, event: QEvent) -> bool: """ When the button is off (unchecked), change the color on hover """ if not self.isChecked(): if event.type() == QEvent.Enter: self.setIcon(self.regularIconHover) return True elif event.type() == QEvent.Leave: self.setIcon(self.state_mapper[self.icon_state]) return True return super().eventFilter(source, event) class TemporalProximityControls(QWidget): """ Slider and button to control the Timeline """ def __init__(self, rapidApp) -> None: super().__init__() self.rapidApp = rapidApp self.prefs = rapidApp.prefs self.temporalProximity = rapidApp.temporalProximity self.temporalProximityView = rapidApp.temporalProximity.temporalProximityView self.source_scroll_bar_visible = False self.thumb_scroll_bar_visible = False self.setObjectName("temporalProximityControls") self.temporalValuePicker = TemporalValuePicker(self.prefs.get_proximity()) self.temporalValuePicker.setSizePolicy( QSizePolicy.Preferred, QSizePolicy.Minimum ) self.autoScrollButton = SyncButton(parent=self) self.autoScrollButton.setChecked(self.prefs.auto_scroll) self.autoScrollAct = QAction(parent=self.autoScrollButton) self.autoScrollAct.setShortcut("Ctrl+T") self.autoScrollButton.addAction(self.autoScrollAct) self.autoScrollAct.triggered.connect(self.autoScrollActed) self.autoScrollButtonShortcutTriggered = False self.temporalValuePicker.valueChanged.connect(self.temporalValueChanged) self.autoScrollButton.clicked.connect(self.autoScrollClicked) layout = QHBoxLayout() layout.setContentsMargins(0, 6, 0, 0) layout.setSpacing(0) layout.addWidget(self.temporalValuePicker) layout.addWidget(self.autoScrollButton) self.setLayout(layout) if self.prefs.auto_scroll: self.setTimelineThumbnailAutoScroll(self.prefs.auto_scroll) @pyqtSlot(int) def temporalValueChanged(self, minutes: int) -> None: self.prefs.set_proximity(minutes=minutes) if self.temporalProximity.state == TemporalProximityState.generated: if self.autoScrollButton.icon_state == SyncButtonState.active: self.temporalProximity.setThumbnailToScrollTo() self.temporalProximity.setState(TemporalProximityState.generating) self.rapidApp.generateTemporalProximityTableData( reason="the duration between consecutive shots has changed" ) elif self.temporalProximity.state == TemporalProximityState.generating: self.temporalProximity.state = TemporalProximityState.regenerate @pyqtSlot(bool) def sourceScrollBarVisible(self, visible: bool) -> None: self.source_scroll_bar_visible = visible self.setAutoScrollState() @pyqtSlot(bool) def thumbnailScrollBarVisible(self, visible: bool) -> None: self.thumb_scroll_bar_visible = visible self.setAutoScrollState() def setAutoScrollState(self) -> None: state = SyncButtonState.regular if self.source_scroll_bar_visible and self.thumb_scroll_bar_visible: generated = self.temporalProximity.state == TemporalProximityState.generated if generated: if ( not self.rapidApp.sourceButton.isChecked() or self.temporalProximityView.canSyncScroll() ): state = SyncButtonState.active else: state = SyncButtonState.inactive self.autoScrollButton.setState(state) @pyqtSlot(bool) def autoScrollClicked(self, checked: bool) -> None: self.prefs.auto_scroll = checked self.setAutoScrollState() self.setTimelineThumbnailAutoScroll(checked) if not (checked or self.autoScrollButtonShortcutTriggered): # The mouse is hovering over the button # Change the icon color while hovered QCoreApplication.postEvent(self.autoScrollButton, QEvent(QEvent.Enter)) self.autoScrollButtonShortcutTriggered = False @pyqtSlot(bool) def autoScrollActed(self, on: bool) -> None: self.autoScrollButtonShortcutTriggered = True self.autoScrollButton.animateClick() def setTimelineThumbnailAutoScroll(self, on: bool) -> None: """ Turn on or off synchronized scrolling between thumbnails and Timeline :param on: whether to turn on or off """ self.temporalProximity.setScrollTogether(on) self.rapidApp.thumbnailView.setScrollTogether(on) def showEvent(self, event: QShowEvent) -> None: super().showEvent(event) self.setAutoScrollState() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/qrc_resources.py0000644000175000017500007010750700000000000022055 0ustar00damondamon# -*- coding: utf-8 -*- # Resource object code # # Created by: The Resource Compiler for PyQt5 (Qt v5.15.2) # # WARNING! All changes made in this file will be lost! from PyQt5 import QtCore qt_resource_data = b"\ \x00\x00\x07\x7a\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x73\x76\x67\x0a\x20\x20\x20\x78\x6d\ \x6c\x6e\x73\x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\ \x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\ \x6e\x74\x73\x2f\x31\x2e\x31\x2f\x22\x0a\x20\x20\x20\x78\x6d\x6c\ \x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\ \x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\ \x67\x2f\x6e\x73\x23\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\ \x72\x64\x66\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\ \x32\x2d\x72\x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\ \x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x73\x76\x67\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\ \x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\ \x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\ \x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x73\x6f\x64\x69\x70\ \x6f\x64\x69\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x73\x6f\x64\x69\ \x70\x6f\x64\x69\x2e\x73\x6f\x75\x72\x63\x65\x66\x6f\x72\x67\x65\ \x2e\x6e\x65\x74\x2f\x44\x54\x44\x2f\x73\x6f\x64\x69\x70\x6f\x64\ \x69\x2d\x30\x2e\x64\x74\x64\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\ \x73\x3a\x69\x6e\x6b\x73\x63\x61\x70\x65\x3d\x22\x68\x74\x74\x70\ \x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\x70\x65\x2e\ \x6f\x72\x67\x2f\x6e\x61\x6d\x65\x73\x70\x61\x63\x65\x73\x2f\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x22\x0a\x20\x20\x20\x68\x65\x69\x67\ \x68\x74\x3d\x22\x33\x32\x70\x78\x22\x0a\x20\x20\x20\x69\x64\x3d\ \x22\x4c\x61\x79\x65\x72\x5f\x31\x22\x0a\x20\x20\x20\x73\x74\x79\ \x6c\x65\x3d\x22\x65\x6e\x61\x62\x6c\x65\x2d\x62\x61\x63\x6b\x67\ \x72\x6f\x75\x6e\x64\x3a\x6e\x65\x77\x20\x30\x20\x30\x20\x33\x32\ \x20\x33\x32\x3b\x22\x0a\x20\x20\x20\x76\x65\x72\x73\x69\x6f\x6e\ \x3d\x22\x31\x2e\x31\x22\x0a\x20\x20\x20\x76\x69\x65\x77\x42\x6f\ \x78\x3d\x22\x30\x20\x30\x20\x33\x32\x20\x33\x32\x22\x0a\x20\x20\ \x20\x77\x69\x64\x74\x68\x3d\x22\x33\x32\x70\x78\x22\x0a\x20\x20\ \x20\x78\x6d\x6c\x3a\x73\x70\x61\x63\x65\x3d\x22\x70\x72\x65\x73\ \x65\x72\x76\x65\x22\x0a\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\ \x69\x3a\x64\x6f\x63\x6e\x61\x6d\x65\x3d\x22\x73\x70\x65\x65\x63\ \x68\x2d\x62\x75\x62\x62\x6c\x65\x2e\x73\x76\x67\x22\x0a\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x76\x65\x72\x73\x69\x6f\ \x6e\x3d\x22\x30\x2e\x39\x32\x2e\x30\x20\x72\x31\x35\x32\x39\x39\ \x22\x3e\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x0a\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x6d\x65\x74\x61\x64\x61\x74\x61\x34\x35\x34\ \x33\x22\x3e\x3c\x72\x64\x66\x3a\x52\x44\x46\x3e\x3c\x63\x63\x3a\ \x57\x6f\x72\x6b\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\ \x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x3c\x64\x63\x3a\x66\ \x6f\x72\x6d\x61\x74\x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\ \x78\x6d\x6c\x3c\x2f\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x3c\ \x64\x63\x3a\x74\x79\x70\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\ \x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\x65\x2f\x53\x74\x69\ \x6c\x6c\x49\x6d\x61\x67\x65\x22\x20\x2f\x3e\x3c\x64\x63\x3a\x74\ \x69\x74\x6c\x65\x20\x2f\x3e\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\ \x3e\x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x3c\x2f\x6d\x65\x74\ \x61\x64\x61\x74\x61\x3e\x3c\x64\x65\x66\x73\x0a\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x64\x65\x66\x73\x34\x35\x34\x31\x22\x20\x2f\ \x3e\x3c\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x6e\x61\x6d\x65\x64\ \x76\x69\x65\x77\x0a\x20\x20\x20\x20\x20\x70\x61\x67\x65\x63\x6f\ \x6c\x6f\x72\x3d\x22\x23\x66\x66\x66\x66\x66\x66\x22\x0a\x20\x20\ \x20\x20\x20\x62\x6f\x72\x64\x65\x72\x63\x6f\x6c\x6f\x72\x3d\x22\ \x23\x36\x36\x36\x36\x36\x36\x22\x0a\x20\x20\x20\x20\x20\x62\x6f\ \x72\x64\x65\x72\x6f\x70\x61\x63\x69\x74\x79\x3d\x22\x31\x22\x0a\ \x20\x20\x20\x20\x20\x6f\x62\x6a\x65\x63\x74\x74\x6f\x6c\x65\x72\ \x61\x6e\x63\x65\x3d\x22\x31\x30\x22\x0a\x20\x20\x20\x20\x20\x67\ \x72\x69\x64\x74\x6f\x6c\x65\x72\x61\x6e\x63\x65\x3d\x22\x31\x30\ \x22\x0a\x20\x20\x20\x20\x20\x67\x75\x69\x64\x65\x74\x6f\x6c\x65\ \x72\x61\x6e\x63\x65\x3d\x22\x31\x30\x22\x0a\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x70\x61\x67\x65\x6f\x70\x61\ \x63\x69\x74\x79\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x70\x61\x67\x65\x73\x68\x61\x64\x6f\ \x77\x3d\x22\x32\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\x77\x69\x64\x74\x68\ \x3d\x22\x32\x34\x39\x35\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\x68\x65\x69\ \x67\x68\x74\x3d\x22\x31\x35\x37\x36\x22\x0a\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x6e\x61\x6d\x65\x64\x76\x69\x65\x77\x34\x35\x33\ \x39\x22\x0a\x20\x20\x20\x20\x20\x73\x68\x6f\x77\x67\x72\x69\x64\ \x3d\x22\x66\x61\x6c\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x7a\x6f\x6f\x6d\x3d\x22\x34\x34\x2e\ \x38\x37\x35\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x3a\x63\x78\x3d\x22\x31\x36\x22\x0a\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x79\x3d\x22\x31\x36\x22\ \x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\ \x69\x6e\x64\x6f\x77\x2d\x78\x3d\x22\x36\x35\x22\x0a\x20\x20\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\ \x77\x2d\x79\x3d\x22\x32\x34\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\x6d\x61\ \x78\x69\x6d\x69\x7a\x65\x64\x3d\x22\x31\x22\x0a\x20\x20\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x75\x72\x72\x65\x6e\ \x74\x2d\x6c\x61\x79\x65\x72\x3d\x22\x4c\x61\x79\x65\x72\x5f\x31\ \x22\x20\x2f\x3e\x3c\x67\x0a\x20\x20\x20\x20\x20\x74\x72\x61\x6e\ \x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\ \x28\x39\x36\x20\x39\x36\x29\x22\x0a\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x67\x34\x35\x33\x36\x22\x3e\x3c\x70\x61\x74\x68\x0a\x20\ \x20\x20\x20\x20\x20\x20\x64\x3d\x22\x6d\x20\x2d\x38\x30\x2e\x30\ \x30\x31\x2c\x2d\x39\x32\x2e\x34\x37\x37\x20\x63\x20\x38\x2e\x32\ \x38\x35\x2c\x30\x20\x31\x35\x2e\x30\x30\x31\x2c\x35\x2e\x30\x38\ \x33\x20\x31\x35\x2e\x30\x30\x31\x2c\x31\x31\x2e\x33\x35\x33\x20\ \x30\x2c\x33\x2e\x35\x36\x39\x20\x2d\x32\x2e\x31\x37\x38\x2c\x36\ \x2e\x37\x35\x34\x20\x2d\x35\x2e\x35\x38\x33\x2c\x38\x2e\x38\x33\ \x36\x20\x30\x2e\x35\x30\x35\x2c\x31\x2e\x33\x34\x20\x31\x2e\x32\ \x35\x34\x2c\x32\x2e\x38\x34\x34\x20\x32\x2e\x33\x35\x32\x2c\x34\ \x2e\x34\x20\x2d\x32\x2e\x36\x32\x36\x2c\x31\x2e\x31\x33\x31\x20\ \x2d\x35\x2e\x36\x31\x35\x2c\x2d\x30\x2e\x35\x38\x36\x20\x2d\x37\ \x2e\x37\x32\x36\x2c\x2d\x32\x2e\x33\x30\x32\x20\x2d\x31\x2e\x32\ \x38\x36\x2c\x30\x2e\x32\x37\x31\x20\x2d\x32\x2e\x36\x34\x32\x2c\ \x30\x2e\x34\x31\x38\x20\x2d\x34\x2e\x30\x34\x34\x2c\x30\x2e\x34\ \x31\x38\x20\x2d\x38\x2e\x32\x38\x32\x2c\x30\x20\x2d\x31\x34\x2e\ \x39\x39\x39\x2c\x2d\x35\x2e\x30\x38\x33\x20\x2d\x31\x34\x2e\x39\ \x39\x39\x2c\x2d\x31\x31\x2e\x33\x35\x32\x20\x30\x2c\x2d\x36\x2e\ \x32\x36\x39\x20\x36\x2e\x37\x31\x37\x2c\x2d\x31\x31\x2e\x33\x35\ \x32\x20\x31\x34\x2e\x39\x39\x39\x2c\x2d\x31\x31\x2e\x33\x35\x33\ \x20\x7a\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\ \x61\x74\x68\x34\x35\x33\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x73\x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\x66\x66\x30\ \x30\x30\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3a\x63\x6f\x6e\x6e\x65\x63\x74\x6f\x72\x2d\x63\ \x75\x72\x76\x61\x74\x75\x72\x65\x3d\x22\x30\x22\x20\x2f\x3e\x3c\ \x2f\x67\x3e\x3c\x2f\x73\x76\x67\x3e\ \x00\x0b\xb1\xd9\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x04\xb0\x00\x00\x03\x20\x08\x03\x00\x00\x00\x04\x3e\x6b\x30\ \x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xb1\x8f\x0b\xfc\x61\x05\ \x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x02\ \xbe\x50\x4c\x54\x45\xff\xff\xff\xc5\xc5\xc5\xcb\xcb\xcb\xc4\xc4\ \xc4\xc9\xc9\xc9\xc8\xc8\xc8\xca\xca\xca\xf9\xf9\xf9\xc7\xc7\xc7\ \xc6\xc6\xc6\xc3\xc3\xc3\xc1\xc1\xc1\xc2\xc2\xc2\xcc\xcc\xcc\xc0\ \xc0\xc0\x1c\x1c\x1c\xbf\xbf\xbf\xf8\xf8\xf8\x1e\x1e\x1e\x1b\x1b\ \x1b\xbd\xbd\xbd\xbc\xbc\xbc\x1d\x1d\x1d\xbe\xbe\xbe\x1a\x1a\x1a\ \xcd\xcd\xcd\x1f\x1f\x1f\x20\x20\x20\x21\x21\x21\x19\x19\x19\xce\ \xce\xce\xbb\xbb\xbb\x18\x18\x18\x22\x22\x22\xba\xba\xba\xcf\xcf\ \xcf\x17\x17\x17\x26\x26\x26\xb9\xb9\xb9\x24\x24\x24\x23\x23\x23\ \x25\x25\x25\xb8\xb8\xb8\x27\x27\x27\xd1\xd1\xd1\x2a\x2a\x2a\x16\ \x16\x16\x29\x29\x29\x2d\x2d\x2d\x2b\x2b\x2b\xd0\xd0\xd0\xb7\xb7\ \xb7\x28\x28\x28\x2c\x2c\x2c\x2f\x2f\x2f\x15\x15\x15\x30\x30\x30\ \x2e\x2e\x2e\xb6\xb6\xb6\x31\x31\x31\x32\x32\x32\x33\x33\x33\xb5\ \xb5\xb5\x14\x14\x14\x34\x34\x34\xb4\xb4\xb4\xf7\xf7\xf7\x35\x35\ \x35\x36\x36\x36\x37\x37\x37\xd2\xd2\xd2\xb3\xb3\xb3\x13\x13\x13\ \x38\x38\x38\x3a\x3a\x3a\x39\x39\x39\x3c\x3c\x3c\xb2\xb2\xb2\x3b\ \x3b\x3b\x3d\x3d\x3d\x00\x00\x00\xd3\xd3\xd3\x40\x40\x40\xb1\xb1\ \xb1\x3e\x3e\x3e\x42\x42\x42\x3f\x3f\x3f\xfa\xfa\xfa\x43\x43\x43\ \xb0\xb0\xb0\x44\x44\x44\x12\x12\x12\x41\x41\x41\xaf\xaf\xaf\x63\ \x63\x63\x61\x61\x61\xd4\xd4\xd4\x66\x66\x66\x65\x65\x65\x64\x64\ \x64\x67\x67\x67\x60\x60\x60\x5f\x5f\x5f\x5e\x5e\x5e\x62\x62\x62\ \xd5\xd5\xd5\x46\x46\x46\x11\x11\x11\x45\x45\x45\x6b\x6b\x6b\x68\ \x68\x68\x5d\x5d\x5d\x58\x58\x58\x48\x48\x48\x5b\x5b\x5b\x69\x69\ \x69\xae\xae\xae\x47\x47\x47\xd6\xd6\xd6\x49\x49\x49\x59\x59\x59\ \x6a\x6a\x6a\x5a\x5a\x5a\x56\x56\x56\x4b\x4b\x4b\x5c\x5c\x5c\x54\ \x54\x54\xd7\xd7\xd7\x6d\x6d\x6d\x57\x57\x57\x4e\x4e\x4e\x4a\x4a\ \x4a\x52\x52\x52\x53\x53\x53\x50\x50\x50\x10\x10\x10\x55\x55\x55\ \x4c\x4c\x4c\x4d\x4d\x4d\x6c\x6c\x6c\x4f\x4f\x4f\x51\x51\x51\xd8\ \xd8\xd8\x6e\x6e\x6e\xad\xad\xad\x0b\x0b\x0b\xac\xac\xac\x6f\x6f\ \x6f\xd9\xd9\xd9\x0f\x0f\x0f\x70\x70\x70\xda\xda\xda\xf6\xf6\xf6\ \x71\x71\x71\xab\xab\xab\x72\x72\x72\xdd\xdd\xdd\xdc\xdc\xdc\xdb\ \xdb\xdb\xaa\xaa\xaa\x73\x73\x73\x74\x74\x74\x0e\x0e\x0e\x75\x75\ \x75\x8b\x8b\x8b\xde\xde\xde\x76\x76\x76\xe0\xe0\xe0\xe1\xe1\xe1\ \x9e\x9e\x9e\xdf\xdf\xdf\x77\x77\x77\xa9\xa9\xa9\x78\x78\x78\xe2\ \xe2\xe2\x94\x94\x94\x9a\x9a\x9a\x90\x90\x90\x98\x98\x98\x09\x09\ \x09\x9b\x9b\x9b\x0d\x0d\x0d\xa8\xa8\xa8\xe3\xe3\xe3\x79\x79\x79\ \x7a\x7a\x7a\xf4\xf4\xf4\x7b\x7b\x7b\x7c\x7c\x7c\xa7\xa7\xa7\x7d\ \x7d\x7d\xe4\xe4\xe4\x7e\x7e\x7e\x7f\x7f\x7f\xf5\xf5\xf5\xe5\xe5\ \xe5\xa6\xa6\xa6\xe6\xe6\xe6\x80\x80\x80\xa5\xa5\xa5\x81\x81\x81\ \xa4\xa4\xa4\x82\x82\x82\xec\xec\xec\x83\x83\x83\x86\x86\x86\x84\ \x84\x84\x85\x85\x85\xa3\xa3\xa3\xa2\xa2\xa2\xe7\xe7\xe7\x87\x87\ \x87\x8a\x8a\x8a\xa1\xa1\xa1\x8d\x8d\x8d\x9f\x9f\x9f\x88\x88\x88\ \x8c\x8c\x8c\xf1\xf1\xf1\xf0\xf0\xf0\x9d\x9d\x9d\xe8\xe8\xe8\x8f\ \x8f\x8f\xa0\xa0\xa0\x91\x91\x91\xe9\xe9\xe9\x93\x93\x93\x96\x96\ \x96\xfc\xfc\xfc\xeb\xeb\xeb\xfe\xfe\xfe\xf3\xf3\xf3\xee\xee\xee\ \x06\x06\x06\xe4\xd5\x8f\xd3\x00\x00\x20\x00\x49\x44\x41\x54\x78\ \xda\xec\xbd\xf9\x73\xa2\xd7\x9d\xef\x7f\x59\xc3\x26\x59\xd3\x9b\ \x2c\x77\x5b\xed\x5e\xe4\xee\xb6\x2c\x4b\xb2\x25\x22\x0c\xd8\xf2\ \x15\xb2\x2d\x24\x4b\x65\x2c\x14\x9a\x91\xc1\xec\x84\x61\xc7\x84\ \x9d\x61\x1f\xd6\xe0\x0a\x29\x72\x31\x99\x18\xbe\x10\x6e\x39\x98\ \x91\xa5\x52\xcd\x17\x0a\x86\x0b\xdf\xcc\x10\xc2\xb0\xcc\x14\x84\ \x3c\xcc\xcd\x55\x28\xa9\xa6\xee\xfc\x19\xdf\x43\xfe\x85\xfe\x55\ \x1f\x49\xf0\xf0\xf0\xb0\x48\x55\xe7\xc5\xeb\x7d\x9e\x73\x8e\xfe\ \xdb\x7f\xbb\xae\xeb\x7a\x81\xd2\x5a\x8f\x54\xbb\x44\xf9\x1e\xf9\ \x20\xb0\xb3\x4a\xd9\xdf\x58\x58\x5d\xa2\x6c\x2f\xdd\xb8\xf9\xf8\ \xf1\x6b\xef\x3f\x7e\xf5\xfd\xbf\x7e\xff\x01\x73\x7d\x65\xf1\xde\ \xca\xf2\x1a\x65\x89\xca\x5e\xd9\xd6\xef\x6f\xb9\xc3\xc7\x1a\xdf\ \x11\x4b\xef\xdb\xde\x57\x84\xbc\x56\xae\x44\x7e\x10\x60\xee\x06\ \x55\x5e\xb7\x48\x29\x38\x74\x4b\xdc\x32\xa3\x5f\xab\x4b\x2a\x8f\ \x4d\xce\x48\x95\xaf\x55\x6a\x45\x3c\xa6\x34\xc8\xb0\x07\x44\x51\ \x13\xcf\xa1\x09\x07\x03\xb6\x04\x2f\x5a\x84\x74\x2a\x07\xd7\x6a\ \x75\xf3\x45\x8e\x62\x89\x63\x8c\xb8\x3d\xaa\x72\x29\x61\x73\x08\ \x55\x12\x27\x27\x24\xd1\x89\x0a\xfd\x84\x30\x66\xe1\xf3\x39\xa6\ \x62\xb3\x9d\x37\x25\x8c\x76\x65\xa8\xd2\x2d\xd4\x79\x2e\x1e\x97\ \xc3\xa9\x96\x93\x02\x9b\xda\x2c\xe4\xdb\x55\x42\x29\x5f\x90\x2c\ \x3a\xf7\x2c\x66\xa3\x43\x91\x48\x99\x62\x5c\xb7\x59\xc6\xed\xa5\ \x73\x5d\xa8\x20\xf2\xdb\x65\x5c\x70\xac\xb2\x58\xd1\x39\xb5\x1e\ \x6d\xb9\x56\x88\x2b\x4d\x21\x9b\x3c\xac\x0d\x45\xb5\x36\x61\x94\ \xaf\x16\x04\x3c\x95\x46\x3a\x97\x4a\xf3\x6d\x02\xab\x86\xe7\xd0\ \x39\x12\x31\x5e\x40\xab\xd9\xd9\xd6\x33\xf6\x77\x98\x3b\x56\x8f\ \x6b\xef\xe0\xe0\x40\xcf\x3e\x64\xb8\xad\x47\x2e\x9b\x33\xac\x71\ \xfa\x8e\xec\x6a\xab\x5d\x1e\x70\xaa\xec\x16\x99\x57\xa2\xb6\x5b\ \x55\x5a\x95\xdd\x19\xb0\x5b\xdd\x91\xa0\x2f\xe2\xf5\x85\x7d\x3e\ \xad\x4b\x63\x0d\x5b\x83\x56\x99\x37\x18\xf6\x78\xec\x76\xbf\xd8\ \x66\xe3\x9a\xad\x1e\x89\xd6\xe3\x8b\x58\x4d\x66\x8f\x41\xc3\x60\ \xb2\xd8\x07\x8c\x03\x83\x55\x0e\xde\x26\xcb\xad\x71\xb3\x5d\x81\ \x88\xda\x62\xd5\x72\x73\x50\x35\x07\xb5\xa5\x62\x85\x8e\x1f\x12\ \x86\xd2\xbc\x68\x26\x95\x8e\xc7\x63\xe9\x44\x26\x13\x8b\x25\x1c\ \x21\x47\xd1\x11\xe7\xd5\xfb\xc5\x66\xb1\x98\xe9\xd7\x4b\xbd\x4a\ \xa1\x51\xc9\xc7\x53\xe5\x4a\xa9\x59\xae\x77\xa1\xd3\xec\xc5\xf0\ \xa2\x55\x18\x5f\x5d\x41\xe3\xe1\x00\x1a\x5e\x9e\x8d\x4f\xc6\x43\ \x68\x7c\x3a\xce\x66\x47\xa3\x61\x77\x70\x75\x7e\x7e\xf2\xdd\x97\ \xdf\xbc\xfb\xd1\x77\x9f\xcc\xce\x22\x90\xf0\x1f\xff\xcb\x0f\x7e\ \xfc\x6f\x7f\xf8\xee\xe1\xc3\xd9\xe7\x7f\xf8\xee\x9f\xbe\x7e\x08\ \xbf\x75\x7f\x06\x87\xc1\xc2\x50\xb8\x87\x78\x2c\x0e\x03\x43\xe0\ \x61\xb8\x69\x2c\x02\x8b\xc2\x4e\x63\x61\x58\x0c\x1c\x3b\x8d\x40\ \xc2\x90\x38\x0c\x1a\x8f\x85\x4f\x61\x70\x78\x1c\x0c\x86\xc3\x21\ \x91\x18\x14\x0e\x87\x06\x0f\x23\xe0\x08\x04\x1c\x0e\x81\x00\x3f\ \x70\x24\x8c\x00\x9b\x21\x20\x50\x53\xb3\xaf\x63\xf1\xd7\x2d\xee\ \xba\x5e\xa8\x54\x06\xa6\x7d\x93\xcc\x74\xef\xd3\x36\x96\xd7\x77\ \x19\x4b\x4f\x9f\x2d\x91\xb6\x57\x5f\xb9\xf3\xd6\xdf\x3d\x7e\xeb\ \x6f\x1e\x7f\xfc\x77\x3f\x7c\xba\xb7\xfc\x60\xf1\xe9\x3d\xca\xca\ \xf2\xc6\x16\x63\x75\x63\x77\x8f\x1d\x3e\xdc\x62\xb8\x35\xfb\x0c\ \x1f\xfb\xc0\xea\xd9\xdd\xb6\x70\xdc\x2c\x09\x7b\xd7\xaf\xf2\xf9\ \x55\x6a\x2d\xdb\x1a\x67\x6a\xb8\x36\x5d\x32\xa1\x63\x4b\xac\x87\ \x5c\x6d\x44\x1b\xd0\x49\x03\x36\xb3\xc1\xe7\x55\x89\x73\x49\x8e\ \xcf\x6f\xa7\xdb\x94\x02\x47\x51\x25\x12\x14\x24\x72\xb3\x94\xa7\ \x84\xc6\x75\xa3\x48\x6d\xf0\x87\x2a\x79\xad\x9a\xcb\xd3\x9a\x34\ \xdc\x68\x28\x9a\xa8\x37\x14\x52\x51\x38\x68\x14\x25\x33\x50\x11\ \x70\xc4\x66\x49\x68\x43\xd5\x66\x4b\x12\x56\x28\x24\xfc\x5c\x29\ \xc4\x37\x4a\x3c\x0a\x51\x90\x67\xf2\xdb\xb8\xf1\xbc\xd9\x13\x70\ \x8b\x43\xb9\x8c\xd8\xe6\x70\x79\xbd\x7a\x69\x29\xd6\xce\x94\x20\ \x5d\x48\x15\xd0\x75\xf2\x0e\x45\xba\x95\xb2\x68\xbd\x8e\x66\xb7\ \x6e\xe2\x16\x43\x00\x0a\xa2\x98\xc9\x68\x16\xa6\xa4\x5c\x9e\x47\ \x52\xc8\xc7\x13\xad\x96\x52\xca\x71\x46\x04\xb1\xbc\xaa\x98\x13\ \x9a\xed\x8c\x03\xf2\x81\x8f\xc5\x38\xda\x0d\xda\xf7\x18\x47\x8c\ \x7d\x39\x63\xff\x28\xec\xa2\xf9\x84\x36\xbb\xcd\x6f\xd0\x78\xed\ \x7e\xa7\xc5\x26\x8e\xd8\xdd\x5b\x6a\x95\x25\xac\x3f\x0a\xb8\x44\ \xfe\x80\xdf\x1d\x31\xe8\xd9\x66\x8b\x41\xef\x0b\x73\x3d\xe1\xb0\ \xdd\x65\x76\x86\x7d\x61\x57\xc0\x1a\x56\x6b\x6d\x5a\xad\x5d\xe5\ \xb5\x47\x64\x76\xb5\xd7\x2e\xb5\xf8\x22\x47\xb4\xc3\xa3\xed\xfd\ \xe3\x7d\xbd\xdc\x67\x77\x1b\x5c\x81\x20\xd3\xea\xf3\x18\x7d\x16\ \xa7\x40\x98\xab\xd4\x1b\xbd\xbe\xce\x15\x8a\x45\x0b\xb9\x54\x26\ \x93\x4a\x08\x4c\xc9\x4c\xb7\x54\x4c\xe4\xab\xe5\x4c\x22\xe9\xc8\ \x15\x52\x8d\x7a\xbd\xd5\x6c\xe7\xca\xad\x52\xbd\x59\x4f\xa6\x4a\ \xc5\x62\x32\x15\xcd\xd4\xaa\xfd\x36\x34\x1c\x0f\xb2\xe3\x7e\xad\ \x77\x75\xd5\x19\x41\x59\xe8\x0c\xba\xbc\xb8\x3a\xeb\x67\xbf\xbf\ \xb8\x18\x0f\x2f\x07\x83\xde\xf8\xea\xf7\x67\x57\x1f\x7c\xf4\xcd\ \xfd\x0f\xfe\xf1\x73\x3c\x01\x83\x9e\xff\xdb\x7f\xf9\xab\x1f\xff\ \xd3\xef\xbf\xba\x3f\xfb\xf0\x67\x5f\x7d\xfe\xd5\x27\x18\xd8\x47\ \xf7\x31\x68\x04\x1e\x89\x86\xe1\x71\xb3\x08\x04\x12\x85\xc5\x22\ \x66\x01\x97\xd0\x18\x3c\x16\x4b\xc0\x4f\xc3\x66\xee\x63\x50\xe0\ \x0b\x40\x09\x0f\x87\x63\x09\xb0\x69\x0c\x66\x1a\x87\x99\x7a\x84\ \xc6\x61\x01\xb9\x70\x08\x2c\x06\x45\xc0\x63\x91\x58\x1c\x12\x4b\ \x20\x20\xe0\x28\x3c\x16\x3d\x83\xc3\x13\xae\x5b\xdc\x75\xbd\x50\ \x39\xe9\x64\xfa\xea\xe6\xd1\xf1\x3e\x6d\x6d\x71\x61\x79\x6b\xed\ \xc9\xd2\xe2\x32\xe9\xc1\xdd\x1b\x8f\xff\xe6\xe3\x97\x1f\xff\xf0\ \xfd\x8f\xdf\x5a\x00\x77\x3c\x59\x58\x58\xa1\x90\x36\xf5\x1a\xf2\ \x06\x93\xb2\xeb\x0a\xca\xd9\xc1\xb0\x8c\x15\x38\x3e\x60\x6b\xf6\ \x59\x2c\x49\x70\xdf\x2e\x27\x3b\x85\x6e\xb7\x56\x65\xdc\xb5\x8a\ \x99\x11\xb3\x51\x51\xaa\xeb\x0c\x61\x36\x53\x6d\x37\xb8\x54\x39\ \x8e\xd5\x28\x77\x47\x33\x0e\x65\x39\xe9\x75\x71\xfc\x32\x2d\xcf\ \x6e\x51\x9a\xb9\xa2\x98\xd3\x2f\x15\x87\x6c\xd0\xd0\xe1\x34\x9b\ \x65\x2e\x8b\x94\x63\xe6\x26\x04\x91\xb4\xc5\xcc\x97\x48\xa3\xb5\ \x1a\x8f\x6f\xd7\xf8\x39\xe2\x74\x34\x59\x16\x9a\x72\x46\x7e\x2a\ \x19\x6f\x34\xdb\x1c\x8d\x28\xc2\xe6\xb5\xe3\x3c\xae\x4e\xe9\x92\ \x8a\xd8\xaa\xb8\xd6\x11\x52\x14\xc4\x9a\xb0\x5d\x90\xca\x87\xc4\ \x8e\x9c\x3a\xa2\xb6\x4a\x73\xa1\x56\xa3\xdd\x51\x6a\x8d\xde\x7c\ \x51\x21\x2c\x39\x52\x4a\x0b\x37\xa8\x68\x37\xcb\x1c\xa9\x56\xec\ \xb3\xc9\x39\x21\x93\xc5\x2b\x2a\x48\x6d\x22\xb3\x30\x93\xe6\x29\ \xbb\x39\x8e\xd6\x14\x31\x46\x4b\x8e\x68\x2a\x2f\x72\xba\x80\x35\ \x02\x8d\x94\x1d\xec\x1a\x2c\x01\xe6\x01\x73\x67\x6f\x8f\xac\xe1\ \xba\xc3\xb6\xa8\x58\xa5\x48\x38\x59\x46\xbf\x4f\x22\x11\x99\x2c\ \x62\xaf\xcc\x23\x09\x47\x02\x2e\xae\x5f\x68\x71\x09\xac\x72\xb7\ \x53\x66\x95\xeb\x7d\x16\xbb\xd9\x6e\x0c\xbb\xc4\x1c\x6e\xd8\x23\ \x76\x07\xd9\x96\x20\xd0\xae\x60\x58\x22\xf1\x59\xad\x1c\x9f\xcb\ \xa8\xb0\xeb\xfd\x86\x03\xf7\xde\x36\x83\x4e\x75\x45\x9c\x36\x6b\ \xc0\xe6\x61\xb9\xdd\x11\xa3\x4e\x65\xf1\x4a\x94\xf1\x72\xb5\x55\ \x6b\x24\xb8\x3c\x85\xa9\x90\x52\xe8\x1c\xba\xa8\x30\x97\x8e\x67\ \x1c\x51\x5d\x32\x5f\x2a\x3a\xf2\x75\x47\xa6\x3e\x6a\xd7\xcb\xa9\ \x66\xa3\xd5\x6c\xb6\x6a\xb9\x58\xb5\x9f\xae\xe7\x4a\x8a\x5c\xad\ \x56\xe8\x9c\x5c\x0d\xa1\xef\x87\xad\xea\xf0\xfc\x6a\x78\x71\x3a\ \x04\xf8\x1a\x9f\x40\xa3\xc1\xd5\x78\xb2\x1b\x1a\x77\xae\x4e\xc7\ \xdf\xfe\xee\x9f\x3e\xfb\xfa\xf3\x37\x3e\xf9\xfc\x75\x1c\x1a\x3b\ \xf5\xf6\xcf\xff\xcf\x0f\x7e\xfc\xe7\x7f\xff\xfa\xf5\x5b\xb7\x3f\ \xff\xec\xeb\xdf\xbd\x83\x46\xbc\x33\x03\x43\x03\x43\xc2\x60\xf1\ \xb0\x69\x02\x16\x89\xc1\xa2\x09\xb7\xf0\x18\x14\x6c\x72\x6b\xfa\ \x75\x0c\x1e\x01\xc3\x20\x31\xf0\x39\x00\x32\x0c\x0c\x33\x85\x41\ \x21\x60\x70\x34\x06\x35\x37\x05\x47\x00\x62\x3d\x42\xe1\x51\x18\ \x2c\x0a\x85\x04\x2c\x84\x23\xf0\x38\x04\x06\x3b\x83\x80\xc3\xc0\ \x91\xd7\x2d\xee\xba\x5e\xa8\x0e\x48\xaf\x3c\x7b\xb6\xb0\xbe\x4f\ \x5c\x7c\xf0\xec\xde\x93\x7b\xaf\x3c\xb8\x77\xf7\xe9\xd3\x1b\x37\ \x5f\x7e\xf9\xad\xb7\xfe\xe6\xad\x8f\xff\xfa\xe3\xd7\x9e\xd2\xd7\ \x57\x96\x48\xab\xab\x44\x0a\x91\x19\x5c\xa3\xd0\x9e\x6e\xb0\x0f\ \x5c\x4c\xab\xc1\x70\xb0\xba\x40\x3a\x72\xb9\x22\x16\x4b\x64\x2b\ \xc0\x22\x6b\xcd\x6c\x9f\x56\x12\x61\xb8\xac\xdb\x4c\xaf\x38\x61\ \x36\xa9\x35\xd6\x3d\x26\xcf\xcf\x95\xaa\x62\xbc\x23\xe3\x6e\x84\ \x93\x56\x79\x75\x22\x67\x50\x2c\x67\x26\x95\x7e\x69\x8c\xcf\x55\ \x63\x9e\x7b\x3d\x6a\xa3\xa4\x55\x32\xb1\x6c\x9e\x40\xc4\x93\xa8\ \xa8\x44\xa6\xb0\x85\x2b\x48\xa8\x02\xda\x7c\x29\x26\x52\xaa\xbc\ \x9c\x42\x88\xab\x0c\x95\xc4\x62\x8e\xd3\xc4\x53\x0a\x2a\x50\x51\ \x65\x53\xba\xc3\x82\x8a\xd8\xc3\xe5\x99\xbd\x52\x69\x50\x20\x34\ \x3a\x0a\xd1\x98\x46\x63\xd6\xf2\x72\xc5\x5c\x28\xa4\xb3\x78\xbd\ \xbe\x78\xaa\xde\x88\x57\x6a\x62\xb3\xd7\x12\xd7\x85\x0a\xad\x64\ \xd4\xe2\x0d\x18\x84\xc5\x8c\xc2\xa9\x14\x99\xfd\x5c\x0d\xc8\xa7\ \x12\xa7\x28\x27\x72\x0a\xb4\xbc\xb8\x29\x5e\x6e\x25\xb4\x5c\x89\ \x46\x99\x8b\x2b\xcc\xc2\x90\xd7\xa5\x3d\x3c\x0c\xc8\x18\x54\xe6\ \x21\xd3\xe6\x67\xcb\x59\x07\x7b\x87\x07\xbb\x76\xad\x46\x6d\x11\ \xdb\x83\x6a\x81\xc7\x6b\x36\x04\x55\x6a\xae\xc4\xcf\xf5\x7a\xc3\ \xcc\x03\xaf\x98\x27\xf0\xbb\x3d\x4e\xbf\xde\x1d\xd1\x8a\x35\x72\ \x86\xc5\x6b\x16\x07\x0c\x46\xb5\x45\xa2\xf2\xd8\x83\x6c\x9f\xdd\ \x1a\x0c\x47\xfc\x76\xaf\xca\x16\xb1\x87\xed\x16\xb1\x5a\x62\x0d\ \xb0\x77\xe8\x4c\xd9\x01\x6b\x73\x97\xed\xe2\x4b\x03\x56\x8b\x4b\ \xaf\x8f\x18\x5c\x36\xb1\x2d\x68\x74\xc4\x92\xcd\x5e\xaf\x9d\x4c\ \x28\x95\x9c\x72\x51\x11\x4b\x85\x42\x85\x52\x32\x9a\x8a\x85\xe2\ \xa9\x90\x32\x99\xe0\x67\xe2\x95\x93\xf3\xb3\x7e\x3d\x15\x8d\x3b\ \xd2\xbd\xd3\x4a\x3e\xdd\xea\xe4\x0b\xc5\x4c\xa9\x55\x29\x67\xba\ \x97\x27\xc3\xd3\x7e\x16\xaa\x5c\x5e\x5d\x0c\xb3\xd9\xfe\x55\x73\ \x74\x02\xb8\x75\x79\x52\xcf\x56\x2f\x4f\x7b\xfd\x8b\x13\x68\x7c\ \x7e\x7e\xf5\xfb\x7f\xfa\xfa\x9d\x0f\x80\xf6\xa0\x91\x9f\x7e\xf1\ \xf7\xff\xf9\xa3\x2f\xfe\xf0\xcd\x57\xb3\xb7\x66\xbe\xfa\xe4\x93\ \x4f\xd0\x73\xf7\x1f\x62\xb0\x18\xfc\xec\x0c\x6c\x7a\x1a\x45\x80\ \x61\x61\x38\x3c\x02\x81\x41\x10\x30\x20\x1e\x82\x4d\x1c\x16\x06\ \x78\x04\xc7\x20\x00\xb4\x30\x53\x20\xed\x61\x30\x04\x90\x2b\x31\ \x04\x1c\x40\x1b\x0c\x8b\x9a\x47\x23\xd0\x08\x1c\x0a\x3b\xc9\x94\ \x53\x08\xc4\x0c\x0e\x86\x25\x00\xc7\x42\x5c\x47\xc2\xeb\x7a\xc1\ \x5a\x5f\xb8\xf9\xf2\xd3\x07\x0b\x13\xa9\x7a\xe5\xce\xcd\xc7\x7f\ \xf3\xf8\xe5\x1b\xf7\xee\xbd\xfa\xc3\xc7\x6f\xbd\xf6\xf2\xdf\xfd\ \xdd\xc7\xff\xcf\x5f\xdf\x5d\x3e\x5c\x5a\x5f\x59\x03\xfa\xb5\xb8\ \x40\xdb\x7b\x70\xf7\xc9\x9d\xe5\xc5\xb5\xe5\x65\xe2\xf6\xca\xdd\ \xd7\x5e\x5d\xdd\x3f\xda\xa4\xc8\xf6\x0e\x48\x2b\xab\x2b\x0c\xd6\ \x21\xcb\x70\xb4\x45\xda\x5d\x23\x1d\xc8\xf5\x1c\x5f\x70\x93\xb8\ \x41\x91\x73\xec\x5c\x9e\x4a\xac\x66\x6a\xb6\xe5\x52\xb1\x5b\x22\ \xb6\x58\xe8\x1a\xb6\x31\xee\xb4\xe7\x74\x49\x7e\xfe\x5f\x7f\xce\ \x30\x9b\x0d\x22\x4e\x4e\xed\xb6\x59\xdd\x52\x85\x83\x1f\xe6\x48\ \x64\x6a\xbf\xcb\xc1\x93\x88\x85\xd1\x4c\x54\x65\x0f\x3a\x42\x26\ \x5e\xbc\xd0\xb0\x85\x8d\x4e\x3e\x57\x62\x2b\x5c\x34\x8d\x61\xb5\ \x59\x10\x8f\x89\xcc\xb6\x88\x56\xad\x73\xca\x4d\x26\xa3\x4b\x5c\ \xd3\xc9\x5d\x5c\x17\x2f\xc9\x8f\x99\x39\x4e\x83\xdd\xc7\x8c\x16\ \x9b\x95\x6a\x33\x66\x17\x7a\x2d\x3a\x95\x33\xdd\x4e\x44\x03\x4c\ \x79\x38\x54\xc8\x09\x44\xca\x90\xcc\x67\x34\xf2\xf8\x2a\xb3\x58\ \x10\x95\x9a\x03\xce\x38\x48\x5b\xf9\xa4\xc9\x16\x52\x9a\xd3\x35\ \x9d\x40\x12\x95\x04\xfc\xfe\x9d\x43\xb9\x9e\x4e\xd6\xef\xc9\x2d\ \xbe\x2d\xcd\xee\xc6\xbe\xcc\x70\x6c\xd0\x6a\x7c\x1e\xaf\xc5\x2d\ \xd3\xba\xfc\x3a\x9f\xdf\xe0\x92\x68\xed\x5a\x0f\x83\xb1\xb7\xef\ \xd3\x72\x83\x1a\xb9\xdd\x2e\x63\xa9\x45\x6a\xcd\xa1\x9c\x49\xb7\ \x7a\xd4\x0c\x9f\xd1\x02\xfc\xcd\xe9\x63\x04\x00\xd5\xc2\x01\x9b\ \x53\x2b\x95\x78\xed\x3e\x5f\x50\xad\xb0\x48\x8e\xe5\xf2\x3d\xb9\ \x6c\x6f\x6f\x7b\x87\xa6\x09\x70\xc2\x56\xb0\x3b\xe0\xf1\x18\xcc\ \x52\xad\x8f\xaf\xe2\xa4\xaa\xad\x12\x08\xa9\x12\x13\x3f\x14\x13\ \xea\xba\x49\x5d\x28\xe1\x88\xa5\xcb\xb9\x84\x4e\x99\x2a\x14\x32\ \xa6\x5c\x0e\x1a\x9e\x0f\x6b\xb9\x72\x2c\x59\x6e\x76\xbb\xd5\x4a\ \x3e\x9f\x69\x36\x0a\xbc\x44\xa6\x5c\xca\xf4\x47\x97\x67\xc0\xa4\ \x4a\xcd\xec\xd5\xe9\xe9\x70\xd4\x1b\x0c\xce\xc6\x27\x57\xd0\xf0\ \x04\x1a\x40\xa7\xe0\xfa\xea\xa4\x73\x7e\xf9\xe7\xf3\x7f\xfe\xf3\ \x47\x9f\x7c\xf6\x10\x83\xc3\x20\xe7\xff\xf6\xd7\xff\xfa\xa3\x1f\ \xff\xe1\xeb\x77\x67\x10\x0f\xdf\xf9\xec\xbd\x8f\xe6\xb0\xf7\x09\ \xf3\x70\x20\x57\x38\xc2\xcc\x2d\x1c\x01\x8d\x42\x4c\xdf\xc2\xc0\ \x10\x70\xc4\x34\x02\x3f\x83\x04\x9a\x05\x64\x09\x36\xc1\xd6\x2c\ \x0c\x50\x88\x00\x68\x44\x20\xe0\x91\x58\xfc\x0c\x01\x3b\x3f\x05\ \x3c\x0a\x03\x64\x6b\x82\xb6\xe9\x29\xc4\xa4\x3f\x6b\x9a\x80\x40\ \x11\x50\x58\x18\x7e\x1a\x77\xdd\xe2\xae\xeb\x85\xea\xc9\xda\xd3\ \xbb\xcf\xee\x4d\x70\x75\xe3\xb5\x97\x5f\xbe\x79\xf3\xad\x9b\xaf\ \xbd\x7c\xf3\xb5\xb7\xde\x7f\xeb\xe5\xc7\xef\xbf\xff\xf1\xc7\xef\ \xbf\xbc\xac\x21\x2d\x2d\x2d\x2f\x2c\x2e\x3e\x7b\xa6\x39\xbc\xf7\ \x74\x72\xfd\x60\xf9\xce\x83\xf5\x1b\x8b\x8b\x77\xd7\x96\x1f\x2c\ \x2f\x2e\x3e\x59\x5c\x78\xf0\xe4\xc9\xca\xe6\x06\x79\x75\x61\x7d\ \x7d\x75\xf9\x29\x99\x48\xdc\xda\x5c\x5a\x7b\xb6\xf0\x6c\x7d\x7f\ \x93\x41\xb7\x6a\xa8\xcb\xe4\x15\x2a\xd8\xda\x3f\xd0\x1c\xaf\x3f\ \xa1\xc8\xfc\x2c\x99\x3a\xe0\x32\x06\x3e\xcd\x10\x5d\x96\x03\xa6\ \xc6\xe3\xa1\x47\xd8\x4c\x95\xc8\x1f\xb4\x3b\xbd\x7b\x3b\xec\x70\ \x54\xc8\xb3\x49\x85\xc5\x90\x45\x1c\xe6\x85\xaa\x69\x65\xb1\x20\ \xe2\xda\xc3\xbc\x68\x92\x5b\xeb\xc7\xf7\x64\x61\x97\x32\x97\xe3\ \x45\xf9\xbc\xa8\x56\x12\xd4\x24\x2a\x7e\x8d\x39\x2f\xd4\x5b\xec\ \x7a\x2e\x4f\x29\x0c\x72\x9d\x2e\x71\x50\x1f\xab\xa4\x52\xa9\x3c\ \xc7\x08\xbe\x42\x5c\xa3\x36\x5e\x49\x18\xc2\x06\x89\x30\xe6\x00\ \x5e\xc4\xf7\x7b\x7c\xda\x98\x58\xae\xd6\xf2\x54\x1e\x6e\xd0\x53\ \x48\xc6\x43\xbc\x98\xc9\xc9\xf3\x7b\x15\x89\x90\x42\x2a\x54\x07\ \x04\x86\x3d\xb6\xdc\xc3\x3e\x96\x1d\xc9\xfc\x06\xfa\x31\x7d\xd2\ \xe1\xce\x62\xa8\x0d\xee\x80\xd9\xcb\xf0\xdb\x5c\x26\xa7\xd5\xa2\ \x76\x4b\xf8\x3c\xbe\xfe\xd0\xe7\x3e\xb0\xba\xb8\x56\xaf\x46\x66\ \x3d\xb6\x3a\x83\x11\x70\x2c\x2b\xe8\xb4\xa9\x22\x36\xa3\x51\x6b\ \xf3\x5b\x22\x16\x8f\x2b\xec\x09\x4b\x4d\x52\x9b\x5d\xe3\x14\x7b\ \xc2\x62\xa9\x99\xeb\x0f\xc8\xe5\xb4\xc3\xed\xcd\xa3\x6d\xea\xee\ \x51\x50\x6b\x90\xdb\x9d\xc7\x32\x76\x30\xa0\x55\xd9\xbd\x5c\xa9\ \x29\x5f\xaa\x55\x0b\xcd\x90\xc8\x24\xcc\x08\xd3\xe9\xbc\xd0\x91\ \xc9\x14\x95\xc9\x42\x0a\x7c\x15\x0a\xcd\x72\xb5\xda\x84\x5a\xa5\ \x68\x3e\x51\x8e\x37\x00\x8f\x7a\xdd\x5a\xbe\x07\xd5\xa1\xa2\xb0\ \x98\xae\x95\xaa\x27\xa7\xfd\xd3\x61\x7f\x30\xc8\x37\xfe\x08\x65\ \xbb\x10\x74\x71\x75\x32\x3e\x1d\x8c\xaf\x46\x17\x10\x34\x1c\xf6\ \x47\xd0\x70\xfc\xfd\xf8\xfc\x0f\x3f\xfb\xee\xbb\x5b\xcf\x3f\xb9\ \x35\x03\xdc\xe9\xc3\x5f\xfe\xeb\x5f\x7d\xf8\xe7\x7f\x7f\x17\x8f\ \xbb\x7f\xff\xbd\xcf\x08\x6f\xe3\xde\x9b\x45\x01\x00\x4d\x13\x6e\ \xe3\x09\x20\xcf\x61\x51\x30\x02\x02\x8f\xc5\x4e\x7a\xac\x60\x18\ \x38\x1a\x8b\x00\xcc\xc2\xc3\x66\x26\x42\x05\x4c\x0c\x83\x45\x60\ \xf0\x58\x24\x01\x0b\x47\x4c\xc1\x61\x28\x24\x12\x81\xc2\xa2\x91\ \x28\x24\x06\x31\x87\x22\x60\x50\x28\x14\x78\x10\x02\x8e\x44\xc0\ \xf0\xa8\xeb\x16\x77\x5d\x2f\x54\xcf\x9e\x3d\x79\x70\xef\xd9\xd2\ \x8d\xa7\x0f\xee\xde\x79\xed\xce\x4b\x77\x1e\xdf\x79\xe9\xe6\xab\ \x77\x5e\x7d\xed\x87\xaf\x7d\xfc\xd7\xaf\xbe\xfa\xc3\xbf\x7e\x6d\ \x81\x41\x5d\x5c\x23\x2e\x2e\x3d\x59\x23\x59\x77\x6f\xdc\x78\xb2\ \xb8\x48\x5a\x25\xdd\x7d\xba\xf8\xec\xee\x93\x67\xeb\x0b\x0f\x56\ \x96\x16\x9e\x2c\x2e\x2d\x6f\xac\x3c\x5b\x79\x42\x5a\x5d\x59\x5a\ \x5f\x7d\x02\x9e\x6e\x79\x6d\x79\x7d\x85\xb8\xb0\xf0\x8c\xb8\xba\ \xbc\xf8\xe0\xc1\x93\x85\xa5\x65\xe2\xd2\x2a\xf1\xd9\xd2\xd2\xea\ \xe2\xd3\xc5\xa7\xeb\x94\x4d\x0a\x99\x48\x5e\x26\x91\xa8\x24\x22\ \x91\xb2\x7f\xb0\x09\x30\xb7\x65\x3d\xdc\xd5\x1c\xc9\x64\x47\xdb\ \xdb\x07\x7a\x0d\x8b\x2d\x17\x8b\xd9\xcc\x03\xa6\xd1\x26\x16\xf8\ \xb9\xa2\xa0\x8f\x1c\xd0\xf0\xd5\x02\x65\xd2\xb1\xb9\x7f\xcc\x8e\ \x28\x04\x7a\x8b\xde\x63\x60\x87\x37\x0f\xb8\x66\x86\xdc\xc2\x71\ \x32\xf4\xdb\xbb\x5e\x9b\xc5\x1b\x91\xd8\xf7\xe5\x5b\x11\x61\x2c\ \x0a\x9a\xba\x4a\x63\x36\x78\xf9\x5c\xa3\x4a\x97\x92\x1c\x6b\xac\ \xaa\x5c\x86\xef\x89\x18\xf9\x42\xb5\xd6\x2a\xf0\x6b\xf9\x5c\xa5\ \x47\x2c\x60\xab\x43\x62\x33\x4f\xea\xb0\x05\x2c\x2e\x95\x40\x91\ \x2e\xe8\x94\xe1\x88\x38\x48\x3d\x64\xb9\x58\x2c\x19\xdb\xe7\xa3\ \x6f\xfa\x02\x6c\xb6\xec\x88\x11\x66\x5a\xdc\x1a\x89\x2f\x68\x33\ \xb0\xc5\x01\xb7\x5f\x2d\xe6\x88\xa5\x16\xd9\x01\x53\xa6\x89\xd8\ \x9d\x1c\xb5\x6c\x4f\xce\x32\x98\xf7\x22\x47\x0c\x56\xc0\x2e\x51\ \x7b\xdd\x7e\xa7\xc7\xaf\xb5\x5b\xbc\x6e\x8d\x47\x25\xb0\x8b\xd5\ \x32\x6f\xd8\x65\xf7\x59\xfc\x42\xb1\xc1\x67\x35\x07\x8f\xb6\x57\ \x28\x34\xf2\x36\x65\x8f\x6d\x51\x6a\x23\xc7\x2e\x90\x15\x3d\x5e\ \x8e\xd6\xc5\x17\x68\xe3\xf9\x46\xa5\xdf\x6e\x46\xa5\x3c\x87\x43\ \x10\xcb\x9b\x4c\xc9\xa2\x20\xa6\x2b\x46\x75\xfc\x52\x51\x98\x2e\ \xe4\x73\xc9\x76\xa3\xe6\xe0\x26\x4a\xa5\xea\x55\xb7\xde\xaa\xb4\ \x6b\xf9\x6e\xab\x5e\xa9\xe4\x0b\x35\x08\x6a\x64\x4f\x1b\xe3\x31\ \x34\xec\xf6\x2f\x01\xba\xba\xbd\xec\xd9\xc5\x70\x34\x1a\x5d\x9c\ \x74\xfa\xd0\x10\x1a\x5f\x5d\x64\x87\xe3\x6f\x7f\xf7\xa7\xf3\xdf\ \x7d\xf7\xdd\xfd\xcf\xdf\x7b\xf7\x8d\x69\x34\xfa\x8b\x5f\xfd\xe7\ \x5f\xfd\xfc\x9b\x7f\xfa\x68\x1a\x86\x7b\xe7\xf5\x0f\x90\xf0\xdb\ \xb7\x00\x87\x08\x04\xd8\x0c\xe0\x15\x0e\xf8\x13\x0c\x8d\x03\xd0\ \xc1\xdd\xc6\x60\x70\x93\x73\x87\x30\x14\x0e\x05\x38\x46\x00\x37\ \x41\xf2\x9b\x42\xcd\xcf\xcd\xdd\x42\xa0\x70\x78\x0c\x40\x16\x61\ \x0a\x8d\x85\x81\x78\x38\x85\x82\x21\x71\x68\x50\x30\x2c\x6e\x7a\ \xd2\xe3\x85\x85\xa1\x11\xd7\x9d\xee\xd7\xf5\x62\xb5\xf0\x6c\x6d\ \xf1\x95\xc5\x85\xa7\x77\x5f\xba\x7b\xf7\xb5\x97\xee\xbc\x7a\xe3\ \xc6\xab\x8f\x5f\x7e\xe5\xe5\x57\x3e\x06\xe1\xf0\xe6\xe3\xc7\x7f\ \xf3\xfe\xdd\x3d\xe2\xe2\xda\xd3\x27\xe4\xa5\xb5\x0d\xab\xfc\xee\ \x4b\x37\xee\x3e\x25\x2d\xdf\x5b\x7c\xf0\xec\xc9\xe2\xbd\xc5\xd5\ \xe5\x85\x27\xcb\xc4\xf5\xf5\xe5\x4d\x22\x65\x79\xfd\xe9\xf2\x06\ \x11\xa0\xea\xc9\xda\xea\x32\x48\x90\x4b\xeb\x94\x67\x8b\xa4\x95\ \x0d\x2a\x71\xf5\xc9\xf2\xea\xea\x22\x71\xe3\xd9\xb3\xa7\x24\x1a\ \x85\xb2\xf2\xe4\xde\x93\x85\xe5\x27\x4b\xe4\xa5\x75\xf2\x26\x69\ \xe1\xd9\xe2\xca\xca\xce\xfa\xfa\xd2\xdd\x95\x4d\x12\x79\x7d\x65\ \x75\x75\x65\x65\x8d\x4a\xa2\x6c\xac\x53\xf6\xd9\x94\x25\x22\x89\ \x46\x3f\x96\xd3\x99\xcc\x8d\x95\xf5\x95\xcd\xbd\xcd\x7d\x7d\xd0\ \xb2\xba\x40\xa6\xed\xb3\x76\xa8\x3b\xeb\xc4\x15\xe2\xc6\xea\xc6\ \x36\x85\x44\xdc\x67\x6f\xae\x53\x9f\x52\x82\x3b\x07\x87\xdb\x06\ \xfa\x2a\x79\x95\x6e\xf7\x9b\x0d\xbe\x30\x83\x7e\x4c\x39\x0a\x04\ \xe5\x0c\x83\x5b\xbe\x4b\x5b\x97\x6b\x8d\xda\xa0\xcb\xef\x67\xed\ \x1f\x1d\x44\xf4\x3e\x60\x34\xfa\x23\xc6\x96\xd5\xa5\xf1\xba\xc2\ \x66\xb7\xcb\x2a\x17\x73\x8d\x42\x3e\x4f\x72\xa8\x67\xd1\xe9\xbb\ \xd4\xfd\x03\xfa\x31\x6d\x93\x75\x70\x18\x71\xe9\xa9\x7b\xdb\xbb\ \x8c\xc3\x5d\x0a\xc3\xc8\xb2\x7a\xf6\xb6\xe4\x4c\xda\x91\xcc\xeb\ \x51\x89\x22\xf2\x9d\xa3\x7d\x2b\xf0\x25\xb5\xd1\x2a\x07\xcf\xe8\ \x0b\xfb\x58\x47\x1a\x4b\x24\x1c\x09\x7b\x8c\x11\x7f\x58\x1d\xf6\ \xbb\x64\x1a\x0f\xcf\x1b\x34\x9b\xc3\x61\x77\xc4\x17\xb6\xfb\xed\ \xf6\xa0\x2a\x12\xf1\xef\x2c\x2f\xae\x6e\x6c\x91\xb6\xf7\x58\x6a\ \xa7\x2b\x60\xd0\xfb\x22\x93\x94\xab\x71\x49\xc4\x1c\x7e\x01\x08\ \x53\xb6\x1e\xe2\xf3\xe3\xd2\x64\x28\x93\x0e\x25\x62\x82\xb8\x22\ \x9f\x17\xa6\x32\x0e\x45\x3e\x9a\x8e\x27\x0a\x95\x62\x81\xef\xc8\ \x55\xa2\xbd\x6a\x1b\xaa\xd5\x4b\xc5\x76\xb9\xd7\xac\x3a\xa2\xe5\ \x56\xb5\x3d\xba\x18\x5f\x8c\xc7\xe3\x7e\x2d\x3b\x6e\x77\x06\xbd\ \xd3\xcb\x0e\xb8\x35\x82\x7a\xa3\x5e\x76\x7c\x71\x79\x72\x31\xee\ \x35\x4e\x7e\xff\xc7\x7f\xfe\xee\xcb\xf7\x3e\xf8\xfa\xbd\x87\xcf\ \x67\xb1\x48\xf8\x87\xff\xf2\x3f\x7e\xf2\xcd\x97\xf7\x67\x61\x84\ \x37\xbe\xbc\xfd\x26\xe2\x0d\x02\x12\x24\x3d\x2c\xec\x36\x48\x71\ \x20\xca\xcd\xe0\x11\x30\xe4\xcc\x34\x16\x40\x07\x45\x98\x25\x00\ \xd3\x82\xe1\x67\xd1\x58\x40\x3a\x1c\x16\x07\xf2\xde\xfc\x1c\x02\ \x20\x09\x85\x40\x20\xa6\x26\xbe\x05\x47\xc2\xd1\xf3\x70\x38\x12\ \x83\x47\xcc\x3f\x42\x20\x61\x38\x04\x06\x81\xc5\x60\x81\x76\x5d\ \x03\xeb\xba\x5e\xac\x3c\x61\xb7\x6c\xf7\x70\x73\x83\x46\x23\x91\ \x56\xd7\x9e\xbd\x72\xf7\xde\x4b\xaf\xde\x7c\x70\xf7\xa5\x97\x6e\ \xde\x7c\x7c\xf3\xf1\xcb\x6f\xbd\x76\x57\xb3\xf9\x64\xe9\xce\xbd\ \xf5\x0d\xd2\x92\x55\xbf\xb9\xb5\xb1\xb9\xb5\x47\x5b\x25\x51\x37\ \x49\x94\x35\xd2\x32\x69\x65\x7d\x75\x7d\x83\x48\x26\x2d\x11\x17\ \xd6\x56\xd7\x80\x30\x6d\x02\x66\x2d\x3d\x58\x78\x76\xf7\x19\x91\ \xb4\xf0\x64\x1d\x70\x66\x89\x08\x52\xe3\xfa\x3a\x85\xf8\x64\x7d\ \x79\x9d\x42\x5d\x04\x88\x24\x2f\xaf\xae\x90\x57\xd6\xd6\x37\xc8\ \x4b\xcb\x9b\xe4\xa5\xc5\xa5\x95\xa5\x95\x15\xe2\x0a\x6d\x85\xb4\ \xf1\x6c\x63\x67\x87\xb8\x4d\x21\xae\x6e\xac\x93\x28\xcb\x64\xca\ \xca\x3a\x69\x8d\xb2\x41\xa2\x02\x1b\x5b\x59\x5d\xdf\xdc\xa0\xec\ \xac\x3f\x59\x24\x91\xc1\x2b\xae\xac\x2f\xaf\x00\xa5\x03\x4e\xb7\ \x4e\x5e\xd9\xdf\x26\xaf\x2e\xaf\x53\x0f\x37\x77\x37\xd6\xd7\x01\ \x42\x01\x0b\xd7\x8f\xa9\x1b\x54\xf2\x02\x99\x42\xd9\xde\xa1\x50\ \x8f\xb6\x77\x88\x2b\x2b\x9b\x74\x22\x95\x4a\x3d\xa2\xad\xdf\x5b\ \xa5\x53\xb6\x88\xc4\x9d\xfd\xcd\x65\x12\x65\x8b\x4a\xa4\xd1\x68\ \x6c\xe6\xfe\xe6\x16\x6b\x67\x9b\xe5\x72\xb1\x36\xb7\x69\x2b\x20\ \xe0\x6e\xec\x6f\xef\x6c\x50\x77\x29\x3b\x74\xda\x06\x9d\x4c\xa5\ \xad\xad\x2e\x2e\x6d\x1d\xec\x50\xb7\x89\xe4\x09\x5d\xb7\x8f\x77\ \xf6\x64\x7b\x1b\x94\xad\x15\xda\x11\xc8\xbe\xfa\x83\x1d\xca\x21\ \xed\x90\xb5\x73\x48\xdb\x67\xc8\x99\x06\xbd\x3b\x20\x73\x7b\x03\ \x0c\xb7\x81\x7d\x60\xb0\x6b\x80\x6c\x39\x7d\xfa\xb0\xc4\x6c\xb6\ \xaa\x5d\x9e\x70\x90\xed\xa6\x90\xb7\xb7\xa8\x14\x22\xf9\xd0\x2a\ \x72\xea\xdd\x7e\xad\x4c\x6e\xf7\x18\x8d\x2e\xad\x93\xaf\x13\xe6\ \x2b\xcd\x7a\xbb\x1f\x35\x29\xa3\xd1\x4c\xa2\x92\xe0\x25\x63\x4a\ \xa5\x32\x95\x09\x65\x92\x85\x4c\x23\x99\xaf\x17\x0b\xd9\x5e\x4a\ \x90\x6e\xa4\x6a\xf5\x6a\xbf\x5f\xe9\x76\x4b\xc5\x5e\xab\x5c\x48\ \xe4\x07\xfd\x4a\x7a\x74\x39\xbe\x3c\x1d\x43\x95\xcc\xf8\x2a\xdb\ \x1f\xf7\x7b\xe3\xec\x70\x98\x1d\x9d\x5c\xf4\xb3\x97\xe3\x93\x6f\ \x87\xc3\xee\xb0\x3b\x3e\x3f\xff\xfd\xb7\x9f\x7d\xf9\x8f\xdf\x3c\ \x7f\xe7\xdd\x37\xee\x23\xe1\x8f\xfe\xd7\x7f\xe1\xbe\x7b\xfe\x3a\ \x16\x37\x7b\xff\xe1\xdc\x87\xb7\x1f\xe2\x31\x20\xfc\xa1\x08\xf7\ \x67\x66\x81\x4b\x4d\xfa\xa6\xd0\xd8\x59\x2c\x48\x77\x38\x24\x02\ \x70\x0a\x0e\xb2\x22\x0e\x86\x82\x61\xb0\x48\x24\x61\x1a\x85\x99\ \x43\xe3\x50\xe8\x29\xd4\x14\x16\x81\x44\x62\xd1\x73\x48\xf8\xdc\ \xd4\x14\x06\x09\xc3\x60\x10\xc8\x79\xf4\x3c\xa0\x1c\x0c\x37\x07\ \x9b\xc1\xc2\x30\xd3\xd7\x2d\xee\xba\x5e\xa8\x2e\xfa\x17\x85\x7c\ \xde\x11\xcf\x94\x45\x4e\x91\xc4\xce\xd8\xa6\x50\x57\x56\x37\x96\ \x97\xee\x3d\x78\x70\xe7\xce\x6b\x2f\xbf\xff\x78\x49\xbe\x72\xf7\ \xd9\x02\x69\x6b\x6b\x8b\xa2\x4f\x94\x32\x25\x10\x42\x62\x09\x1d\ \x97\xab\xe0\x72\x75\x16\x4f\xc0\x16\x76\x79\x2c\xfe\x63\x86\xcc\ \x68\x0b\x33\x0c\x61\x19\x73\x1f\xb4\xff\x3d\xfa\xee\xc6\xce\xee\ \xe1\xce\xd6\xde\x3e\x85\xbc\xb1\xb4\xb5\x4a\x26\x2d\x53\x28\x9b\ \xdb\xc4\x0d\xe2\xf2\xcd\x07\x6b\xeb\x4b\x14\xda\x06\x19\xe0\x82\ \x4a\x5e\xdd\xa0\x91\x89\x1b\x2b\xab\xe4\xf5\x55\xca\x93\x55\xe2\ \x12\x75\x7d\x7f\x9f\x4c\x5e\x21\x6e\x93\x41\xbe\xa4\xd0\x76\x48\ \xd4\xd5\x8d\x55\xe2\xf6\xce\xfa\x32\x10\x9e\xd5\xf5\x67\x4b\x6b\ \x5b\xdb\x64\xf2\xfa\xd3\x55\xd2\x32\x8d\xb4\xbc\x4c\x21\x2f\x2e\ \xaf\x52\x36\x37\x88\x9b\xe4\xad\xcd\x0d\xf2\x2e\x83\xbe\xbd\x45\ \x01\xdb\x07\x5b\x34\xea\xca\xd2\x2e\x6d\x8f\x4c\xdd\xd9\xda\x9e\ \xbc\xda\xee\xee\x04\x4b\xe4\x2d\xc0\x07\xea\x2e\x99\xb6\x42\x5d\ \xdf\xa4\x6c\x6c\x6c\x92\xb7\x49\x44\xca\x2e\x15\xbc\xe2\xd6\xce\ \xfe\x0e\xe0\x29\x95\xc6\xa4\x6e\x6c\x50\x36\x88\xab\x8b\x13\x71\ \xdc\xa2\xd3\x88\x34\xfa\xe6\xe6\x0e\x71\xeb\x80\x46\x59\x59\x23\ \x6f\xd1\x0f\x36\xc9\x3b\xdb\xdb\x24\xca\x0e\x6d\x1b\x50\x8b\xb4\ \x4a\x24\x12\xa9\xe4\xb5\xa5\x8d\xc9\xaf\x47\xdb\x59\x5a\x21\x03\ \xe2\x2e\x6c\x51\xe8\x54\x0a\x89\x76\x78\xcc\xd2\xb0\x02\x6e\xa3\ \xd5\x6b\x34\x87\x25\x3e\x8d\xc7\xe3\x74\x69\x2c\x76\x49\xd0\xc3\ \x60\xcb\x8f\x68\x54\x12\x69\xef\x80\xb6\xc5\x34\xf3\xec\x76\xa7\ \xcc\x3b\x19\xd8\x65\xe3\x7a\xcc\x2a\x89\x84\x9f\xaf\x77\xbb\x8d\ \xb6\x4e\xaa\x2c\x24\xa3\x89\x44\x1e\x90\x2a\xce\xe7\xeb\x14\x95\ \xb4\x22\xd7\xad\xa6\x13\x3c\x5d\xaa\xd7\xca\x25\x0b\xb5\x4c\xbe\ \xd2\x19\xe5\xd3\xf5\x76\xb3\x58\xeb\x40\xe5\x5c\xa1\x05\x75\x1a\ \x9d\xb3\x3f\x9d\x9f\x8d\xa1\x5a\xab\x37\x1e\x0c\xa0\x46\xa5\x73\ \x7a\x3a\xea\x9e\x5e\x40\xad\xe1\x70\x70\x75\x36\xbe\x38\x6d\x37\ \x2f\xfe\xed\x9f\xff\xfc\xc9\x1b\x5f\x3e\xbf\xff\xd1\xbb\x20\xdb\ \xcd\xbf\xf9\xe3\x7f\xf9\x2f\xf8\xf3\x4f\x6e\xc3\x10\xb3\x0f\x11\ \x3f\x7e\xf4\xf0\x8d\x69\x18\x01\x89\x9a\xbe\x7f\x0b\x8f\x03\xe0\ \xc2\xcf\x20\xb0\x58\x14\x0e\x86\x81\x61\xc1\x6d\x14\x1c\x81\x20\ \xcc\x20\x90\x28\x14\x1a\x89\xc2\x60\x60\x68\xf4\xdc\x14\x06\x85\ \x44\xcd\xc1\x91\x68\x38\x16\xdc\x81\x9e\x9c\x3a\x9c\x74\x6a\xcd\ \x03\xbe\x81\x7b\x70\xb8\x59\x02\x08\x87\xd3\x93\x71\xa4\xd7\x2d\ \xee\xba\x5e\xa8\x46\x17\x57\x9d\x1e\xd4\x6b\x40\x5d\xa8\x53\x4c\ \x3a\x8c\xdc\x88\x2a\x28\x3f\xa6\xed\x51\x49\x6b\x77\x6f\xdc\xb9\ \xf1\xf8\x87\x64\xd7\xf2\xd2\x12\x10\x25\x22\x79\x9b\xdd\xfc\x7e\ \xfc\xa7\x3f\x9f\xff\xf1\xdb\xef\xcf\xae\x4e\xce\xc6\xe7\x27\xe0\ \x53\x3c\x0b\x8d\x2f\xbe\x87\xd2\x6d\xe8\xdb\xe1\xa8\xd3\x6c\x95\ \x8b\x19\x95\x31\x95\xc8\x97\xd2\x8a\x4c\x22\x96\xe7\x48\x38\xf1\ \xb4\x4d\xeb\x14\x6a\x83\x41\xbb\xc7\x15\x30\x07\xf6\x48\x74\x79\ \x98\x19\x31\x72\xbd\x06\x8d\x35\x18\xd1\xcb\x8e\x58\x47\x87\x3b\ \xdb\x87\x74\xca\xf6\xe6\xce\xfe\x16\x9d\x4a\x3b\xa0\x6e\x6d\xad\ \xef\x50\x37\x88\x44\xd2\xca\xf2\x12\x99\xb4\xb5\xb2\xb9\x42\x5b\ \x5f\x21\x51\x37\x56\x57\x36\x40\x2c\xa4\x51\x37\x48\xcf\x16\x28\ \xe0\xee\x85\x45\xca\x64\xdc\x18\x65\x65\x69\xf9\x01\x60\xe2\xd6\ \xe6\x12\x69\x63\x75\x7b\x8b\xb6\xbd\xb2\x03\x24\x70\x8b\xb4\xb1\ \x45\xdf\xde\xde\xa6\x6c\x12\xd7\xa9\x94\x9d\x4d\xfa\xde\x0e\x79\ \x77\x7b\x8b\x48\xdd\xdb\xdd\xdb\xdb\xa1\x90\x8e\x77\x69\xf4\x7d\ \x12\x95\x76\x48\x91\x6d\x13\x97\x57\x68\xdb\x7b\x47\x7b\xe4\x3d\ \xda\xde\xf1\x36\x6d\x93\x4a\xdd\xda\xa1\xac\x03\x5a\x81\xf7\xb4\ \x4b\x3b\xdc\x26\x1e\x1e\xd0\xb7\x0d\x5b\x3b\xf2\x63\xc6\xc1\xc1\ \xe1\x0e\xfb\x90\xb1\x43\x07\x87\xef\x32\x59\x9b\x9b\x07\xbb\x3b\ \x0c\xea\x16\x75\x93\xb6\x43\xa7\xd3\x27\xb8\xd2\x1f\xed\x6e\x1c\ \x6c\xec\x18\x8e\xe9\x47\x81\x40\xc0\x6b\x00\x19\xd0\xa8\x0e\x06\ \x98\x96\xb0\x9b\x11\xf1\x1d\xea\xf5\xcc\x80\x81\xa5\x0f\xee\x6e\ \x33\xe9\x1b\xd4\xbd\x7d\xe2\xbe\xdc\xe9\xf4\xb8\x22\x7e\x91\x44\ \xea\xe4\xf2\x44\x5e\xa7\xc8\x2c\x54\xe6\x20\xe8\xa2\x0a\xc5\x39\ \x4a\x87\x29\xaa\x2b\xa4\xe3\x8e\xa8\x50\x91\x49\xe6\xdb\xf9\x7c\ \x3c\x55\x4d\xc6\x92\x75\x08\x2a\xc6\x12\xbd\x6a\xaa\x32\x68\xd5\ \x4a\x85\x7a\x25\x53\xaa\x97\xa0\x4c\x3a\x97\xef\xd4\xba\xe7\x93\ \xce\xf5\x93\xb3\x5a\xad\x9e\x1d\x36\xfa\xc3\xd3\x7e\x7b\x0c\x9d\ \x5e\xf5\x9b\x60\xef\xc5\xc5\xe8\x6a\x04\xf5\x1b\xa7\x5f\x7f\xf3\ \xed\x97\x9f\xbc\x3b\x83\x9c\xc6\x4f\x7d\x88\x44\x3f\xfa\xf1\x3f\ \xfc\xf7\xbf\xfd\xfc\x33\x14\x1c\x03\x80\xf5\x21\xfa\xf6\xc3\x69\ \xfc\x2c\x86\x00\x9b\x79\xe3\xd6\xad\x69\x1c\x0e\x33\x71\x29\xd4\ \x5f\x86\x80\xa2\x50\x78\xfc\xfc\xa4\x13\x1d\x8b\x43\x01\x32\xe1\ \x31\xd8\x19\x18\x72\x7e\x1e\xf5\x08\x8d\x98\x42\x83\x4b\x3c\x16\ \x83\x40\x61\xe1\x73\x08\x18\x0c\xf5\x08\x8e\x84\x81\x10\x89\x00\ \x0f\xc3\x4c\x76\x4d\x63\xb1\x88\xeb\x16\x77\x5d\x2f\x54\xf5\x6e\ \xab\xdf\xcf\x0e\x5b\xf5\xee\x70\xdc\x9a\x8c\xf2\x29\x09\x54\x12\ \x8d\x81\x7a\xb4\x43\x7a\x76\xe7\xd5\x3b\x2f\x3f\x26\xba\x76\xd7\ \x96\xd6\x29\x6b\xcf\x96\x96\xf5\xdd\x93\x6c\xff\xf2\xec\xe4\x72\ \x00\x75\xae\x86\xc3\xe1\xd9\x60\x3c\x1e\x9e\x5c\x8d\xaf\x7a\x97\ \xa7\x67\x57\xdf\x7f\x3b\x3e\x3d\x19\x0e\xda\xc9\x42\x63\x9c\xfd\ \xbe\x39\xbc\xfc\x7e\x78\x0a\x8d\xfb\x67\x7f\x1c\x9e\x7f\x3f\x1c\ \x64\xeb\xdd\x8b\x16\x74\x55\xe3\x7a\x54\x89\x74\xb4\x0b\x8d\x26\ \x3d\x29\xad\xcb\x61\xbf\xd6\x2d\xc6\x52\x09\x45\xb4\x98\x4c\xe4\ \xe3\x0a\xa1\xc4\x23\x32\x7a\xd8\x81\x80\xcf\xe0\x09\xb3\x65\xac\ \xc9\x88\x4d\xbd\xf5\xe0\xe8\xe8\x60\x93\xb5\xb3\x77\xb0\x41\xdd\ \x22\x92\xd6\x57\x76\x40\x12\x05\x38\xa3\xae\x92\x41\xc2\xa3\x6c\ \x3e\x5b\xa7\x50\x88\x34\x90\xf5\x00\xbc\x80\xb0\x6c\xd0\x80\x46\ \x6d\xec\xee\x6c\xad\xac\x03\x75\x22\x53\xc9\xe4\xd5\xcd\x1d\x32\ \x15\x20\x85\xb4\xb9\x43\x21\x93\x76\x37\x41\xe2\x23\xd2\xf6\x8e\ \xa8\x2b\x34\xea\xce\x2e\xc0\xd2\xee\xd6\xca\x16\x99\xbc\x47\xda\ \x98\xe0\x70\x9f\x46\x3f\xa4\x90\x88\x5b\xec\xa3\xfd\xbd\x5d\xf0\ \x6c\x07\xc7\x9b\x1b\x54\x40\xd4\x9d\xa3\x83\xbd\xc3\xed\x23\x3d\ \x75\x97\xbe\x0f\x36\x36\xf7\x8f\x98\x72\xfa\xd6\xf1\xb6\x06\xbc\ \x2f\x3a\x03\x5c\xbb\xd8\x8c\x23\x86\x4c\xa3\x77\xc9\x26\x5d\x66\ \x87\x7a\xab\x86\x61\x0d\x1b\xed\x32\x99\xcf\x60\xd0\xe8\x8f\xe9\ \x11\xf7\x36\xd3\xca\x3c\xd4\xef\x85\x19\xc7\x6c\x96\x6c\x67\x5f\ \xbe\x4b\xa7\xd1\xd6\x77\xe5\x01\x63\xd8\x6d\x71\x1a\xa5\xa2\x88\ \x51\xc7\xd3\x5a\x6c\x5c\xa9\x48\x98\xa8\xd4\xdb\xed\x9e\x42\xe4\ \x48\x2a\x92\xc9\x44\x2e\x14\x2a\x26\x62\xba\x5c\x21\x53\x48\x86\ \x32\x09\x5d\xac\xde\x1d\xa4\xa2\x8a\x78\x05\x7c\xd6\xd4\x41\x12\ \x04\xc9\xb0\xd2\xa8\x97\xe2\x99\x42\xad\xd6\x68\x37\xc6\xe3\x51\ \xf7\x4f\x27\x97\x8d\x62\xb3\xd7\xe9\x0c\x2f\x4f\xa0\xfe\x08\x3a\ \x1d\x40\x83\x2c\xd4\x3e\x39\x19\x0f\xa0\x5e\xb6\x7c\xfa\xfb\xef\ \x9e\x7f\xf2\x8f\x9f\xcc\x62\x70\x38\x1c\xe2\xf6\x34\x7e\xee\x37\ \x7f\xf5\xab\x77\x5e\x9f\x7b\x34\x85\xb8\x8f\x46\xcf\xbe\x3b\x3b\ \xd9\x3d\x8d\x25\xfc\x85\x57\xd8\xc9\x08\x05\xcc\xe4\x74\x1f\x76\ \x76\x06\x83\x01\xe9\x0f\x05\xd2\x1d\x1c\x4b\xc0\x23\xf0\x68\x60\ \x5d\x48\xf8\x3c\x08\x8a\x78\x34\x1a\xd8\x14\x62\x0a\x05\x7b\x84\ \x01\x2e\x86\xc2\x00\xf1\x02\xc7\x4d\x61\x81\x93\xcd\xcc\x62\xd0\ \x70\xd8\x34\xe1\x7a\xe0\xe8\x75\xbd\x60\x0d\xb3\xc3\xab\x8b\xc1\ \xe9\x45\xa5\x59\xad\x17\xaa\xf1\x64\x3a\xa5\x12\x2a\x9d\xbe\x80\ \x8f\x4e\xd9\x58\x79\xed\xfd\x9b\x2f\x03\x60\x3d\x5d\x06\x21\x11\ \x04\x39\x7b\xad\x33\xc8\xb6\xb3\x57\xad\xf2\x10\x1a\x0d\x06\x57\ \xfd\xec\x64\x14\x62\x1d\xca\xd6\x4e\xae\xce\x2e\xaf\x86\xcd\xe1\ \xb8\x3e\x6a\xd5\x4f\x06\xd0\xd9\x19\x74\x31\xee\x8f\x4e\x86\x23\ \x08\x3a\x39\x39\x3f\xfb\xfe\x72\xdc\xeb\xb7\x86\x17\xe3\xef\x0b\ \xa1\x72\x35\x5a\x6d\x03\x43\xbb\xba\x1a\x9f\x9c\x7f\x7b\x76\x75\ \x76\xf6\xc7\x3f\xfc\xfe\x0f\xe7\x27\xdf\xfe\xf9\x8f\xe7\x7f\x3e\ \x85\xba\xad\x2e\xd4\xed\x82\x87\x0f\xbb\x50\xad\x5a\x8d\x35\x9a\ \xc5\x56\x2e\x91\x8a\xc7\x92\x21\xb1\xda\xe3\x0f\x3a\x19\x0c\x17\ \xdb\x6a\xd1\x68\x2c\x7e\x8f\x40\x60\x34\x6a\x39\x16\x9f\xcf\xa7\ \xd2\x06\x41\x22\x95\x6b\x0c\x56\xbd\x5e\xbe\xaf\x37\x58\x99\x72\ \x99\x5e\xb6\x77\x24\x63\xef\x6f\xb1\x0f\x69\x2c\x36\x83\x46\x67\ \xb3\xe9\x87\x0c\xda\xee\x21\x7d\x0b\x60\xed\x70\x8f\x04\x92\x1d\ \x6d\x1f\xc8\xd3\xce\xe6\x26\x7d\x77\x8f\xba\xbd\xbb\x73\xb0\xb5\ \xbb\x7d\x48\x59\xa5\xed\xef\x00\x21\x63\xec\x53\x99\xc7\xb4\x2d\ \x2a\x13\x1c\x4e\xfc\x4b\x87\x3f\x7d\x7f\x7b\x7b\x7f\x7f\xfb\xe0\ \x70\x9b\x4e\xdb\xa1\x52\xb6\xe4\x74\x22\x9d\xbe\x77\xb0\xc3\xa4\ \xd1\xf6\x18\x60\x1b\xc8\x18\x23\x70\x78\xc8\x3c\x66\xd2\x76\xd8\ \xf4\x08\xc3\x1d\x90\x07\xbd\x47\xb2\x43\x19\x43\xc6\xde\xd9\xd9\ \x02\xa8\x0a\x18\x18\x32\xf9\x51\x24\xec\x62\xba\x02\x1a\xba\xfc\ \xf8\x88\xbc\xbb\xc9\xf2\x05\xd5\xde\x48\xc0\x2e\xd5\x72\xb4\x8a\ \xba\xd4\xcc\xf2\x88\x14\x1c\x13\x48\x81\xd5\x5a\x5b\xc1\x35\x95\ \x53\x39\x87\xae\xa8\x88\x09\x43\xf9\x5c\xaf\x97\x4e\xa5\x0b\x89\ \x0c\x27\x99\x6e\xe6\xf9\x95\x58\xaa\xd6\x1a\x74\xf2\xcd\x6a\xa1\ \xd8\xa8\x57\xf2\x50\x33\xd3\xca\x37\xba\xf5\x4e\xb2\x7b\x35\x3c\ \x1f\x42\xfd\xa6\xae\xdc\xcd\x8e\x87\x43\x20\xd1\x50\xe7\xb4\xd3\ \xcc\x5e\x0d\xa1\xf1\x5f\xa6\x16\x42\xcd\xf3\x3f\xfc\xec\x83\xe7\ \xdf\x7c\xf9\x2e\x62\x66\x1a\x36\x8b\x85\xbf\xf9\xd3\xff\xfc\xd1\ \xcf\x1f\xbe\x83\x83\xc3\x71\x38\x38\xfe\xd6\xec\x2d\x04\x02\x7b\ \x1b\xff\xfa\x0c\x0c\x37\x0d\x43\xc3\xf0\x04\x14\x0e\x37\x83\xc2\ \x4c\xa6\xdf\xe0\xb1\x08\x34\x06\x4e\xc0\xa2\xa6\x80\x37\x4d\x92\ \x22\x0c\x4b\x80\xa1\x60\x93\x09\x87\x28\x34\x1a\x86\x84\xa3\x10\ \x08\x3c\x0e\x86\x83\x23\xa7\xc0\x26\x61\x1a\x85\xc3\x60\x90\x28\ \x34\x76\x7e\x8e\x00\xc8\x37\x75\xdd\xe2\xae\xeb\xc5\x22\xe1\xa8\ \x33\x1c\xf5\x3a\x5d\xa8\x51\xea\x14\x13\x0e\x61\x49\xe0\x34\x0a\ \xfc\x2a\xb5\xd1\xba\x45\x23\x3d\xb9\xf9\xf8\xad\xe5\x08\x95\xb8\ \x4a\x5e\x7f\xb2\x46\x59\x71\x15\x7a\xdd\x6e\xab\x3d\xce\x9e\x4e\ \x66\xaa\x5d\x76\x46\x57\x67\xa7\x27\xa3\xe1\x78\x78\x76\x76\x76\ \x79\x32\x3a\x1b\x5f\x5e\x9e\x0d\xcf\x4f\xae\x86\x27\xa3\xec\xc9\ \xb0\x77\x7a\x09\xd2\xc7\xe9\x65\xf6\xfc\x8f\xfd\xe1\xf9\xf9\x55\ \xaf\x56\x2c\x55\xa0\x5e\xbf\x99\x0b\x15\x21\x00\xb1\xd1\xe5\xc9\ \xd5\xd5\xc9\xf0\xfb\xf3\xab\xd3\xf1\xd5\x9f\xc0\x27\xff\xf9\xef\ \xcf\x4f\xce\xa0\xc1\xf0\xe2\xfc\x6a\x0c\x0e\x00\x8d\xee\x6c\x04\ \xf6\x0c\x4f\x4e\x7a\xc3\x93\xee\xd5\xe9\xf0\xb2\x5c\xcf\xa4\xcb\ \xa1\x68\x42\x57\xab\xe7\xfa\xdd\xce\xe8\x02\x50\x72\x34\x1a\x40\ \x99\x66\xb3\x96\x2f\x25\xaa\xf5\x66\x3a\x57\x28\x46\x0b\xf9\xa4\ \xb0\x90\x48\x27\x1d\xfc\x82\x22\xe5\x48\x26\xa5\x02\xa5\x52\xc0\ \x8b\x3a\xa4\x3c\x1e\x4f\xc7\x55\x71\x9c\x4e\x29\xcf\x69\xe6\xf2\ \xfd\x11\x89\x92\x13\xb6\x7b\xed\x52\xb3\x40\x68\xb1\xf8\xcd\x46\ \x89\xd6\x1b\x89\xc8\xad\x4e\x15\xd7\x67\x8d\xb0\x18\x5a\xa7\x2b\ \xec\xf1\xb3\x64\x86\x63\xab\xd7\xe0\xf2\x3b\xbd\x36\xa3\xd9\x2a\ \xd3\xb8\xad\x56\xb6\x53\xef\x92\xbb\x5d\xd6\xb0\x41\xce\xb0\xca\ \x02\xc1\x88\x9b\x25\xd7\xb3\x5d\x96\xa0\xcf\x1e\x08\xdb\xc3\x41\ \x99\x35\xe0\x55\x1b\x7d\x7e\xbf\xd6\x2f\xf1\x18\xdc\x3e\x59\xe0\ \x40\x66\xd8\x0f\xea\xe5\x3e\xad\x45\x6d\x0f\xe8\xad\xc1\x80\xf5\ \x48\xb3\xbd\xb9\xbd\x4e\xdb\x3e\x74\x9b\x55\x11\xb3\x24\x24\x94\ \x72\xa5\x51\x91\xdf\xab\xe6\x86\x4c\x46\x47\xaa\xd5\x2b\xd5\xf3\ \x1c\x7e\xb4\x5c\x0c\xc5\x92\xb1\x54\x3c\x11\x4b\x14\xd2\x99\x42\ \x21\x9d\x0e\xa5\x2b\xc9\x4a\x28\x0a\xc8\x95\xc9\x0c\xba\xa5\x46\ \xae\x90\x6a\xb7\xa1\x72\x7b\xd8\xa9\x64\xaa\xb9\x7a\x33\xd5\x01\ \x1f\x10\x50\x77\xdc\xcf\x37\xfb\xe0\xaf\xd3\xbd\x1c\xb6\x4f\xa0\ \xc1\xe9\xd5\xc5\xc5\xd5\x30\x0b\x81\x0f\x91\x7e\xf3\xfb\xdf\x7f\ \xf5\xd5\xf3\x37\x3e\xfa\xec\x3d\xdc\xec\xe4\x1c\xe1\xdc\xcf\xff\ \xe1\x3f\x7e\xf4\xf3\x0f\x5e\xc7\x4e\x4d\xc1\xe6\xdf\x24\xdc\x9e\ \xf8\x14\x02\x31\x7d\x1f\x37\x8d\x9d\xc6\xa1\x09\xb7\x70\xf8\x5b\ \x78\xe0\x4c\xd3\x88\xd9\x59\x18\x01\x38\x17\xea\x2f\x23\xaf\x70\ \x48\xe0\x4e\x58\x90\x01\x11\x68\x2c\x6e\x0a\x09\x9c\x0a\x86\x9a\ \x43\xa1\xe1\x48\x24\x60\x14\x1a\x8d\x46\x22\xe1\x58\x0c\x0c\x86\ \x9c\x9a\xc2\xa2\x27\xa1\x72\x72\x26\xf1\xba\xc5\x5d\xd7\x0b\x15\ \xcf\x2b\x16\xfb\xc4\xc2\x68\x4c\x60\x53\xcb\x25\xe6\xb0\x47\xac\ \x32\x1f\x1c\x07\xe8\xdb\xf4\xcd\x7d\xd2\xe2\x2b\xf7\xee\x2c\x59\ \xa9\xab\x6b\x8b\x0b\x4f\xd6\x96\x88\x61\x7e\x28\xc4\x4d\xd4\xf2\ \xf9\x5a\x3d\x54\x6b\x75\xfb\xb5\xd6\xb0\x0e\x75\x5a\xfd\x1e\xa0\ \x0c\xd4\x3d\x1b\xf5\x87\xe3\xcb\xab\xce\x70\x38\x3e\xbd\x3a\x9b\ \x33\x3a\x7d\x00\x00\x20\x00\x49\x44\x41\x54\xbd\x3c\xbd\x38\x39\ \xed\x74\xae\x00\x6f\x2e\x80\x6e\x8d\xce\x4e\xa0\x8b\x5a\xaa\x92\ \x49\x66\xca\xf1\x54\xee\xe2\x6c\x78\x75\x05\x9d\x9d\x8e\xff\x78\ \x79\x36\x3a\x9b\xb4\xa4\xcb\x3f\x9e\x8f\xc7\x20\x53\x66\xa1\xab\ \xde\x15\x20\xe2\xe9\xe9\xc5\xe5\xd9\xa4\x7f\xf8\xe2\x64\x7c\x39\ \x1e\x9d\x9e\x0f\xc6\xd9\x51\xfd\xa2\x07\xd5\x06\xcd\x54\xb5\x0b\ \xbe\x4f\x2e\xa0\xf3\x13\x70\xef\x09\x04\x5e\xb1\x3d\xea\xd7\xdb\ \x83\x6c\xb6\x3e\x6c\x36\xa1\xc1\x24\x03\xd5\x07\x17\x50\x6b\x54\ \x6f\x0f\x4b\xe3\x41\xa3\x77\x01\xac\xa2\x9e\x85\x06\x50\xb6\xdd\ \xaa\x35\xaa\xf9\x46\xbb\xd6\x69\xb5\xdb\xa5\x72\x21\xe1\x88\x15\ \x7b\x40\x14\xa1\x22\xc8\x60\xdd\x4a\x39\x53\xcd\xd4\xeb\xb5\x46\ \x3c\x96\x28\x16\x62\x85\x4c\x31\x97\x49\xe5\x14\xf1\x52\xaa\x08\ \x35\x2a\xcd\x54\xb1\x55\x2c\xe4\x33\xbd\x4c\x5a\xa7\x28\x97\x4a\ \xb9\x64\xba\x10\x2f\x64\x12\x29\x45\x25\x93\xa9\xe7\x13\xe5\x7a\ \xaa\x94\x8f\x47\x5b\x8a\x78\xa1\x92\x4c\xe6\x92\x89\x4a\xce\x51\ \xce\xe7\x01\x5d\x94\x2a\xbe\x4a\xe5\x8c\x72\xa3\xca\x64\xc6\x14\ \x4f\x29\x45\x1e\xef\x01\x43\xbe\xbb\xb9\x4f\xdd\x3d\x64\xb9\x45\ \x21\x27\x47\xc7\x11\xdb\x94\x62\x89\xc7\xc9\x57\x4a\xc5\x12\x55\ \xa1\x52\xac\x34\xaa\x09\x55\x22\xa9\x8c\xc6\x12\xd1\xb8\x52\x97\ \x8c\x55\x2b\xa9\x78\x3e\x93\x76\xa4\x5b\x8d\x44\xb9\x50\x2a\x27\ \x01\x90\x80\x19\x0f\xeb\x95\x0c\xd4\x2c\xd7\xfb\x95\x6e\x7f\xd8\ \xac\xb5\x8a\xc5\xda\x9f\x4f\x06\xc3\xd3\x0b\xa8\xd2\x19\x74\x87\ \x83\xf1\x68\xd4\x83\xfa\xfd\x71\xfb\x12\x1a\x75\x07\x10\x34\xec\ \x96\xc7\x5f\x7d\xf7\xd5\xf3\xe7\xef\x7c\xf2\xfc\xf5\x19\x02\x0e\ \x86\x99\xfa\xf0\x57\xff\xeb\x3f\x7e\xf4\x9b\x87\x33\x98\x79\x38\ \xe6\x0b\xf4\xad\x69\x18\xb0\xa4\x69\x1c\x7e\x06\x37\x03\xc3\xe3\ \xf0\xd3\x84\x49\xef\x3b\x16\x8f\x9d\xf4\x9f\x63\x27\x38\x42\x20\ \x66\x10\x08\x1c\x78\x28\x1a\x8b\x25\x20\xe0\x53\x53\x08\xcc\x14\ \xea\x2f\x7d\xee\x70\x24\x01\x5c\x02\xa7\x9a\x42\xa3\x26\xdd\xf0\ \x28\x80\x2d\xf0\x88\xc9\x90\x86\x29\x24\x40\xe3\x75\x8b\xbb\xae\ \x17\x2a\x2e\x53\xb6\xbb\xce\x54\xdb\x9d\x2a\x16\x93\x12\xd4\x50\ \xf7\xac\x11\xd9\xa4\xf3\x78\x93\xbc\xbc\xb8\xf8\xf4\xd5\x9b\xaf\ \x2e\x1f\xad\x3c\x5b\xa7\xae\xaf\x2d\xad\x6e\x04\x64\x1e\xa1\xe6\ \x50\x1d\xf1\x85\x7d\x46\x73\x30\x64\xdc\xe3\x99\x8c\x12\x9d\x58\ \x24\x8e\x26\xf9\x42\x61\x2c\x94\x4b\xc6\x94\x95\x46\x9a\x17\xcf\ \x0e\x2a\xb9\x52\xbd\x1d\xcf\x95\xfa\xbd\x56\x76\xd8\x2a\x35\xf3\ \x3d\x90\x4c\x32\xa6\x34\x5f\x19\xe2\x64\xba\xcd\x62\x76\x38\xba\ \x18\x80\xc4\x78\x36\x1e\x35\x4e\xae\xce\xcf\xcf\x00\x78\x4e\x4f\ \x4f\xbe\x3f\x19\x4f\x6a\x74\x71\x36\x1a\x5f\x8d\x2f\x07\xd9\xab\ \xf3\xec\xc9\x1f\x2f\x4f\x00\x92\x3a\x93\xf5\x51\x80\x0c\x5e\x9d\ \xd6\xa0\x68\xb2\x32\xe8\x67\x87\xfd\xfe\x64\x7c\xd1\xf0\xa2\x77\ \x92\xcd\x76\x4e\xc6\xd9\x93\x8b\x11\x34\x6c\x67\xcf\xa0\x31\x90\ \xb7\xfe\xe0\xea\xac\x78\x3a\xcc\xb6\x9a\x13\xd5\x83\xba\xa7\x50\ \x13\x1a\x43\x95\x51\xbb\xd3\xcc\x17\x7a\xb5\x66\xbd\x57\xee\x9f\ \x35\x8a\xed\x6a\xa5\x94\x1d\x76\xfb\xbd\x6a\x13\xb0\xb7\x5a\xa9\ \xd4\x2b\x0d\xa8\xdd\xac\x94\x0b\xb5\x56\x3f\x9f\x2b\xd4\xab\xf5\ \x5a\xb5\xde\x49\xd5\x5b\x8d\xde\xa0\xd8\xcb\xf6\xa1\x56\xab\x5f\ \xce\x41\x59\x70\xe7\xa0\x9c\x2f\xb7\xa0\x6e\x7d\xd8\xa9\xf6\x86\ \x4d\xa0\xaa\xed\x06\x34\xe8\xd7\xba\x05\xc0\x84\x6c\xa9\x01\x95\ \xbb\xdd\x66\xbb\x5c\x00\x01\x2c\x9d\x10\xea\x24\xe9\x18\xe0\x8e\ \xc9\x91\x54\xa4\x62\x5c\xae\xc6\xba\x2b\x93\xb9\xdd\xbb\x44\xfa\ \x91\x46\x62\xe6\x71\xf9\x4a\x9e\xc7\x26\x14\xf0\x6c\x22\xad\x4d\ \x28\x92\x88\x1d\x85\x6e\xb5\x58\xd7\x09\x43\x69\x47\x2a\x91\x88\ \x39\xe2\x79\x53\xa2\xda\x04\xc4\xaa\xe7\x75\x89\x7e\x3d\xd7\xcc\ \x55\x6b\xe9\x76\x3b\x56\xe8\xf6\x86\xbd\x42\xba\x50\x69\x34\x47\ \xc3\xce\x08\x6a\x75\xfa\xad\x66\x7f\x0c\x9d\x9e\x00\x0b\x4e\x81\ \xb8\x3e\x71\xe0\x93\x5e\xe7\x34\x0b\xf5\xb2\xd0\xe5\x10\x30\xbb\ \x59\xb9\xfa\xfa\xf3\xab\x7f\xfc\xe4\x83\xdb\xaf\x7f\xf5\x10\x47\ \xb8\x8f\x47\x4d\xfd\xf4\x37\xc0\xb0\x7e\x33\x03\x7b\x34\x87\x99\ \xff\x14\x7f\x9b\x80\x20\xcc\xdc\x9a\x45\xe0\x67\x61\x78\x10\x0d\ \x61\xb0\x29\xfc\x34\x02\x3b\x99\x36\x08\x20\x44\x40\x60\x08\xc8\ \xc9\xaa\x31\x04\x1c\xe0\x16\x6c\x32\xa1\x70\x1a\x05\xc7\x12\x30\ \x48\x38\x7a\x6e\x7e\x12\x15\x11\x70\x34\x06\x8b\x46\x82\xb4\x88\ \x46\xc3\xe7\x90\x30\xd8\x64\x82\x34\x06\x83\x42\x60\xe7\xe6\xd0\ \xd7\x2d\xee\xba\x5e\x0c\x58\x2c\x03\x73\xc3\xeb\x73\xba\x44\x72\ \x06\xfd\xe8\x70\x85\x41\xdf\xdd\x0e\x1a\xb6\x36\xa8\x1b\xf7\xee\ \xdd\x7b\xf5\xc6\x9d\xf7\x97\x58\xc4\xd5\xcd\xb5\x35\xd2\x32\x71\ \x49\xcf\x66\x88\x0e\xe8\x61\xa3\x48\xed\xb6\x04\x0d\xdc\xfd\x3d\ \x9e\x58\x2d\x12\x88\xb4\xf6\x84\x20\xa0\xb6\x5a\xbc\x22\xae\xc4\ \xab\x53\xe8\x83\xe2\x62\x22\x9d\x70\x3a\xf8\x2c\xb5\x58\xa9\x14\ \x46\xc7\x49\x9b\xd6\xab\x15\xd8\xf8\xe9\x82\x48\xcd\xe7\xa9\x45\ \x89\x9c\x34\xdf\x4a\x2b\xda\xc5\xa8\xc9\xd4\x29\xd6\x73\xf9\x42\ \xbb\x57\x2e\x40\xf5\x1e\x80\x0b\x54\x2b\xf7\x47\xed\x93\x8b\xc1\ \x30\x9b\x6d\x8d\x47\x27\x20\x77\x8e\x80\x1f\x8d\x2f\x46\xa7\xa0\ \xed\x8d\x4f\xc7\x20\x47\x0e\xdb\xad\x61\xa7\x7f\x9a\x1d\x4c\x86\ \x6d\xb7\xc6\x7f\x82\xa0\xab\xf3\xf1\xf0\xe4\xfb\xfe\xd5\xb0\x07\ \x9d\x9d\x9c\x0e\x47\xe7\x23\x08\xb4\xd3\x8b\x21\x60\xda\xe0\xf2\ \x32\x3b\x04\xca\x05\x72\xe5\xe8\x14\xea\x0c\x07\xf5\x4a\x31\x07\ \x92\x11\xd0\xb0\xce\x30\xdb\x68\xb4\x5a\x43\x08\x02\x6d\xbd\xda\ \x18\x8e\xfa\x50\xaf\xdd\x68\x83\x7d\xf5\x46\xf1\x12\xea\x81\xeb\ \x52\xa9\x59\x04\x14\x2b\xe5\x1b\xa9\x52\xae\xd5\xee\x55\x8b\x85\ \x56\xba\x13\x2b\xe7\x0b\x95\x54\xa9\x50\x4b\x17\xea\xfd\x6a\xab\ \x14\xab\xb4\xaa\xd5\x7a\xbd\x51\xca\xa5\x7b\xc5\x4a\x21\x03\xd5\ \x8b\xad\x6e\xb5\xda\xae\xd4\x1d\xb1\x72\xb2\xd2\x4c\xe6\x32\x05\ \x10\xdf\x1a\x85\x0c\x3f\xe6\x88\x3a\xa2\xa1\x84\x42\xad\x67\x6a\ \xe4\x72\x2b\x6b\x6b\x8f\xad\xe1\xa6\x38\x22\x71\x42\x61\x93\xd8\ \x1c\xd2\xa0\xdd\x67\x14\x0b\xc4\xce\x44\xa7\x5e\xa8\x15\xd3\xdc\ \x78\x5a\x95\x8a\x29\x1c\x89\x7c\x21\x59\xae\x26\x93\xc9\x6a\x2d\ \x1a\xad\xf5\x8b\xc5\x72\xb4\x06\x54\xb0\x98\xcf\x76\xc0\x9f\xac\ \xd3\x2d\x37\x2f\x9a\x8d\x8b\xd3\x66\x67\x30\xa8\x56\xb3\x40\x6c\ \x3b\xad\xe1\x49\xbb\x06\x75\x4e\x1a\xe3\x8b\xe6\xe9\xc5\xc5\x29\ \x04\x24\xab\x0f\xb4\xab\xd5\xa8\x8f\xff\xed\xdd\xdf\x9d\x7d\xf7\ \xfc\x67\xef\x7c\xf6\xf9\x2d\x24\x7e\x06\x33\xf7\xc5\xcf\x7f\xfd\ \xff\xfe\xef\x1f\xfc\x9a\x80\x40\x63\x60\x1f\xa2\x3e\x78\x67\x0a\ \x89\xc0\xe1\x61\xd3\xf7\x5f\xc7\x81\x10\x87\x01\xc8\x99\x81\x4d\ \xe3\xb1\x48\x1c\x62\x32\x33\x07\x8b\x9b\x4c\x86\xc6\xc0\x70\x53\ \x93\x53\x85\x93\xa9\xce\x30\x2c\x12\x0d\xc3\xcc\xcf\x63\xa6\xb0\ \x38\x24\x1c\x8e\x9e\xc2\xc0\xd0\x88\xa9\x29\xd4\x1c\x01\x33\x3f\ \x85\x81\x3f\xc2\x20\x91\x28\xec\x0c\x81\x00\x03\xb4\xbb\x6e\x71\ \xd7\xf5\x62\xc0\x3a\x74\xe9\xe9\x61\x77\x58\xad\x90\xcb\xb7\x77\ \x57\xd6\x0e\x76\x77\x19\x2c\x3d\x75\x95\xbc\x7e\xef\xa5\x07\xaf\ \xbc\x74\xf3\xe5\x35\x19\x95\xb4\xb1\xbe\xbc\xb4\xf0\x0a\xd1\x75\ \x6c\xe5\xb0\x58\x02\x05\x37\xec\x57\xb1\x7d\x7c\xba\x5c\x69\x93\ \x8a\xb9\x1c\x8f\xbd\x68\x96\x45\xfc\x12\xa3\xd0\x68\x94\xf1\xcd\ \xbb\x72\x4b\x49\x90\x2a\x69\x43\x5c\xbd\x88\x67\x52\xd8\x79\x7d\ \x15\xd7\x4b\x97\x08\xec\x2e\x69\x5a\xea\x71\x48\x59\xaa\xa8\xc0\ \xc2\x57\x88\xdd\x29\x8e\x45\x1d\x11\x84\x42\x42\x6e\x40\x6b\x0e\ \xdb\x0b\x42\x51\xdc\x94\x8a\x49\x1d\x2a\xa1\x13\xc4\xa0\x6a\xa9\ \x50\xc8\x55\x8a\x99\x64\xb7\x58\x1c\xf6\x0b\xd5\x5a\xae\xde\xab\ \x4d\x86\x71\xd7\xfa\xf5\x4a\xb9\x5a\x69\xd7\x9a\xc0\xab\x6a\x60\ \x47\x0f\x2a\x8f\x2f\xf2\xe5\xec\x45\x65\xd8\x1d\x9c\x5f\x9e\x5c\ \x0e\xb3\x3d\xa8\x35\xec\xb7\x4f\x86\x63\xa8\x9f\xcd\x8e\x86\x00\ \x58\xa3\x13\xe8\xb4\x7f\xd5\x1f\x8d\xa1\x61\xf6\x62\xd8\x07\x97\ \xc3\xc1\xc9\xb8\xd3\x06\x09\xa9\xd3\xcc\xf5\xba\xc0\xc1\xaa\xd0\ \xa4\xb7\xbf\xde\x07\xf7\xb6\x07\x8d\xce\x69\xbb\x0a\x75\xa0\x4c\ \x63\x00\xb5\x2b\xed\x5e\x77\xb2\xf4\xd4\x45\x6b\xd0\xeb\x76\x92\ \xd5\x6a\xb1\x59\xaf\xd5\xa0\x4a\xa5\xd7\x6e\x17\x8b\xd5\x5c\x1a\ \xa4\xe3\x46\xab\xe2\x48\xa5\x32\xfd\x42\x3e\x11\x07\x41\xb2\x5b\ \x4c\x95\x32\xf1\x4c\x26\x51\x05\xa8\xca\x97\x00\xde\xea\x20\xc9\ \x35\xa2\x02\x9e\x4e\xaa\xe4\x28\x38\x4e\xbf\xfb\xf8\xc0\x1f\x61\ \xed\xb2\x99\x56\x2d\x4f\x28\x14\x2b\x05\x1c\x05\x4f\xa7\x66\xfb\ \xd5\x7e\xae\xd6\x69\xa9\xb4\x1b\xe5\x4a\x5d\x17\x0a\x25\x43\x45\ \x5e\x3e\x93\x4a\xe5\x73\x99\x52\x3c\x57\x29\xc7\xa5\xa6\xc6\x69\ \x4d\x51\x49\xb6\xea\x99\x52\xa5\x5a\xee\x65\x2b\xa5\x76\xa3\xd3\ \x2a\x14\x6b\xd5\xd1\x84\xe1\xad\x56\x07\xb8\x2b\x74\x7a\x7e\xda\ \xa8\x36\xba\x17\x7d\x68\x00\xe4\xef\x62\x34\xcc\x76\xa0\xfe\x70\ \xd0\x2a\x41\x67\x5f\x3e\xff\xec\x0f\xff\xfe\xd9\xe7\x0f\x67\x6f\ \xdd\x22\x60\x40\xd0\x43\x7f\xf1\x8b\x5f\xfe\xc3\x7f\xfc\xe0\x7f\ \xe2\x66\x6e\x61\xd1\x6f\x23\xdf\x7d\x07\x31\x39\x1d\x88\x7b\xfd\ \x3e\x8e\x80\xc0\xdf\xc2\xa3\x70\xf7\x27\x3d\xf3\xd3\x13\x8a\x01\ \xdd\xc2\x4d\x3a\xcf\x61\x18\x20\x59\x38\xe0\x5d\x20\x50\x22\x27\ \x5d\xed\x20\x16\x22\x51\xc0\xbd\xe0\x48\x38\x6a\x0e\x83\x9b\x83\ \xc1\xe1\x93\x11\x0d\x98\x09\xaf\x26\x13\xa4\xb1\x13\xca\x11\xae\ \xc7\x61\x5d\xd7\x0b\x96\x6a\xd7\xec\xdd\x55\x9b\x39\x8d\x94\x53\ \x4e\xa1\x53\x56\x0e\xdc\x6c\x79\xd8\xcd\x20\x52\xd7\x6e\xde\x78\ \xe9\xc6\xe3\xf7\x6f\xec\xb9\x36\x56\x97\x49\x6b\xa4\x8d\x95\x2d\ \xad\xcc\xa5\xda\x0b\x2a\x0a\x42\xae\xc4\xe6\xb6\x08\x0f\x59\x22\ \xb5\x34\xe4\x30\x45\x7c\x69\xef\xa1\xd3\x2e\x30\x99\xfc\x1e\x5f\ \x2c\xa4\x71\x59\x92\xf1\x54\x54\x94\xd6\xba\xcd\xb9\x4a\x5a\x2a\ \x88\x46\xbc\x1e\x36\x5f\x29\xe1\xe6\x13\x5a\x97\xdd\xa2\xb1\xe8\ \xf2\x51\x1d\x9f\xe3\x72\xa8\xac\x5a\xad\xa3\x90\xaa\xc5\xfc\x62\ \x95\xde\x23\xd0\xf2\xd3\xa6\xb2\x24\x5d\x74\x0a\xa4\x0e\x1d\xaf\ \x9b\xb2\x39\xa3\x76\x5e\x32\xaa\x55\x86\xea\xa6\x54\x85\x6b\x16\ \xa5\xe3\xb1\x58\x5e\x18\xca\x65\x52\x09\x93\xdf\x28\x56\x48\x6d\ \x39\x81\x3f\x11\x13\x88\x52\xe9\x82\x44\xc2\x31\xe6\xc0\x73\xe5\ \xcb\x49\x81\x52\x12\xab\x94\xea\xdd\x5a\x2d\xa3\x34\x65\xa2\x95\ \x44\x2a\x5e\x28\x57\xd3\xa1\x1c\x48\x88\xbd\x5a\x1b\xca\xa7\x4a\ \x79\x40\xb1\x5c\xab\xda\xaa\x42\xb9\x66\x3e\x9f\x4f\xd4\x6b\xcd\ \x42\xad\x9c\x6f\xb7\xba\xcd\x6e\xbb\xdb\xab\xd5\xcb\x8d\x4a\xa7\ \x98\x6f\xa7\xeb\x75\xa8\x18\x2f\x76\x3b\xd5\x62\x35\x0f\x0d\x2b\ \x50\xab\x57\x69\x37\x9b\xfd\x66\xbb\x53\xaf\x35\xaa\xd5\x41\x25\ \x51\x28\xd7\x1b\xe5\x7c\xbe\xd0\x6a\xe4\xd2\xc5\x46\xbd\x94\x8b\ \xe5\x2b\xb9\x62\xbb\x56\x2f\xb5\xab\xc9\x5c\xbe\x5e\x49\x82\xf7\ \x94\xc9\x00\xb8\xb5\x2a\x9d\x6a\x35\xc1\xe1\x09\xf9\x6a\xa9\x25\ \x60\x0d\x1e\x1d\xcb\x83\x4c\xa6\x27\xec\x92\x98\xb8\xbc\x9c\x42\ \xc7\x89\x67\x38\x7e\xbb\xc7\xe9\xe5\x71\x6d\xe6\x62\xaf\xde\x1f\ \x74\xe3\x02\x61\x29\x11\x53\x2a\x33\xb9\x7c\x31\x91\xca\xe9\x92\ \xf5\x62\x2a\xc9\x4b\x8f\x6a\xa6\x4c\xb3\xdf\x4e\xf4\x5b\xc5\x6a\ \xb9\xd1\x82\x5a\xd5\xc6\xa8\x54\x19\x8e\x86\xfd\x1e\x94\xed\xb5\ \xfa\x27\xdf\x0f\x4f\x2e\xae\xc6\xd9\x72\xa9\x35\x3e\x1d\x42\xc3\ \x41\x23\xdb\xc8\x42\x00\xcf\xdd\x6e\xb9\x7e\xfe\xf5\x3b\x9f\x7f\ \xf6\xc6\x7b\x3f\x7b\x7d\xf6\x9d\x77\x66\xf0\x40\x82\x90\xb0\x0f\ \x7f\xfa\xf7\xbf\xfd\x8f\x1f\xfc\x66\xf6\x3e\x01\x33\xf7\x26\xf2\ \xf6\xad\x19\x02\x06\x01\x9b\xb9\x3f\x8d\x98\xc6\xe1\x6e\xe1\x71\ \xd8\x37\x66\x09\x33\x20\xd9\xe1\x67\x01\x80\x66\x1e\xe2\x40\x4a\ \xc4\x21\xfe\xd2\x2f\x05\x43\xa2\x26\x94\x9a\x9a\x9b\xac\xd1\x80\ \xc2\xa2\x11\x68\x14\x50\x2b\x34\x06\xfd\x08\x0e\x2e\x71\x04\x20\ \x5b\xa8\x79\x34\x7c\x0a\x85\xc2\x62\xd0\x38\x14\x02\x76\x0d\xac\ \xeb\x7a\xb1\x0a\x33\x93\xe2\x40\xcc\x2c\x88\x09\x5d\xbb\x24\x3a\ \xf9\xe9\x9e\x56\x15\x70\x6b\x0e\xa8\xfb\x0b\x77\x6e\xbe\xf5\xf1\ \xc7\xaf\xbe\x42\xf6\x12\x89\x9b\x2b\x24\x1a\x99\x76\xe0\x61\x07\ \x6d\x0c\x63\x4c\x2a\x90\x0a\x2c\x32\x6d\x92\x26\x77\xda\xa2\x3a\ \xb1\x22\x20\x8a\xca\x02\x1c\x6e\x2a\x61\xe1\xba\xec\x25\xbe\x3c\ \xa8\xc8\x45\x2b\x42\x63\xd5\xa6\x8f\x26\x95\xa6\x98\x90\xa3\x91\ \x38\xf7\x05\x1c\xad\x2e\x13\xb5\x45\xd2\xa2\xb0\x5f\x51\x6f\x16\ \x1d\x21\x0b\xc7\x63\x16\x6b\x0b\x19\x9d\x23\x66\xe3\xf1\xd4\x5c\ \x8e\x4d\xa5\xc8\xe5\x25\x42\x69\x50\xa9\x34\x19\x93\xed\x0b\x93\ \x54\xa8\xe6\x86\x38\x82\x74\xb9\x9e\x2c\x35\xa5\x76\x29\xe0\x40\ \xa1\x1e\x12\xa6\xa4\x8e\x34\x2f\x62\x57\x2b\xb5\x1e\xb5\xcf\x2e\ \x55\xf9\x39\xf1\x82\xd1\x1d\x66\xbb\x24\x12\x69\x26\x1a\x0f\x30\ \xbc\x3b\xea\x7a\xb2\x18\x2b\xa7\x8d\x06\xb3\x85\xeb\x48\x0a\x78\ \x8a\x90\x2a\x6c\x0c\xa8\x1a\x05\x29\x37\x5d\x50\x05\x5d\x22\x53\ \xb2\x6c\xe2\x29\x74\x96\x10\x3f\x92\xd2\xf1\x4d\xba\x54\x9e\xc3\ \x8b\xab\x13\x45\x45\x3c\xe4\x50\x4a\x8c\x22\xb3\xd9\x68\xe3\xab\ \xfd\x76\x8b\x44\xe7\x8b\x48\x78\x5c\x85\xd9\x28\x49\x3a\x42\x80\ \x94\x40\xaf\x1a\x51\x20\x3e\x22\x5d\x9e\xcf\x51\xd8\x54\x12\xae\ \x28\x2a\x14\xe8\x74\x19\x45\x5c\xa1\x13\x2a\x62\x26\x65\xda\xc1\ \x75\x64\x62\xba\xa8\x2e\x6a\x11\xf0\x15\x69\x69\x34\x26\x95\x2a\ \x4c\x69\x93\x89\x2b\x56\xf2\xb9\x2a\x95\x4f\x13\xd0\x1b\xd8\x1a\ \x57\xe0\xe0\xd8\xeb\x89\x04\x23\x16\x2d\x27\x5e\xcc\xc7\x93\x3a\ \x89\xce\xe8\x31\xda\xc5\x62\x11\xcf\x69\x4b\x96\x5b\xcd\x72\x37\ \x21\x09\xa5\x3a\xb9\x44\xcc\x91\xab\x84\xd2\xa1\x74\xbc\x5e\x08\ \x95\x43\xbc\x22\x54\xcd\x54\xaa\xdd\x6a\x3c\x9f\xc8\x75\xbb\xe9\ \x68\x01\x9a\x70\xb8\x5b\xee\x0f\x5b\x83\x66\xad\xdd\x85\x4e\xc7\ \x17\x43\xe8\x2c\x5b\x4c\x97\x6a\xe3\x76\xb7\x35\xba\x1a\x0e\xbb\ \xd9\xde\x10\xca\x02\xba\x5e\xfd\xec\xe1\x1b\xdf\x7c\x89\xb8\xff\ \xce\xbb\xf8\xdb\x33\xb7\x70\x28\xa0\x40\x8f\x7e\xf2\xab\xbf\xff\ \xed\xff\xfd\xd1\xaf\x11\xb3\xb0\xa9\xb7\x1f\xe1\x3e\x22\x20\x70\ \x18\x38\xec\xf6\x1b\x78\xc2\xec\x2c\x1e\x37\x8d\x47\xc3\x70\xb8\ \x59\x1c\x06\x39\x0d\xfb\x8b\x59\x11\x08\x58\x10\x02\x91\x58\x38\ \x6a\x0a\x83\x87\xc1\xa6\x61\x68\x34\x16\x8d\x42\x02\x53\x83\x03\ \xe3\xc2\x20\xe7\x30\x53\xc8\x47\x93\x53\x85\x38\x0c\x1a\xb0\x0c\ \xec\x07\xa1\x11\x81\x43\xcf\x12\x30\xd7\xc0\xba\xae\x17\x2c\x0d\ \xab\x22\xdd\x57\xaa\x22\x11\x9f\xf7\x78\x79\x87\xf8\x84\xe1\x32\ \x5a\x65\xae\xcd\xf5\x9d\xc5\x97\x3e\x7e\xed\xf1\xcb\x77\x16\xe8\ \xc1\xa5\x55\x22\x71\x15\x5c\x50\x0e\xe5\x5c\xe3\x81\x3a\xa4\x0a\ \x45\xa3\xdc\xb0\x96\xc3\x34\x70\x54\x00\x47\x0e\x97\x24\xc3\xf6\ \xc6\xf9\x15\x8e\x28\xed\x35\xa5\xbc\x34\x6b\xb3\x92\x80\x1c\xbc\ \xa2\xdf\x1c\x93\x08\x63\x62\x9d\x43\x2c\x70\xeb\xf9\x0a\xbf\x28\ \x63\xf2\xda\x47\x21\x0d\x3f\x51\x8a\x9b\x8a\x05\x41\x81\xa3\x32\ \xd9\x63\x05\xa9\x4e\xa0\xe5\x99\xcd\x1c\x7b\x48\xe8\xd4\xaa\xfc\ \x42\x9b\xdd\x11\xe7\xba\xf8\x8d\xbc\x23\x2e\xb4\x38\x14\x62\x47\ \xa5\x59\x88\x29\xa2\x7c\x41\xa2\x58\x6f\x56\x2a\x7c\x45\xd4\x51\ \x4c\x79\xd4\xc9\x88\xcd\x63\x8e\x87\xa5\x5c\xb5\x48\x18\x4b\x89\ \x18\x76\x83\x58\x61\x8b\xa7\xf2\xb1\x70\xd8\xee\x4d\x34\x73\x99\ \x74\x33\xa9\x16\xd8\x7d\x9c\x42\x5c\x61\xe2\xa5\x26\x13\xf8\xa2\ \xe5\x28\xc7\xc2\xe7\xf8\x2c\xec\x80\x31\x27\x91\x24\x26\x2b\x37\ \x58\x59\xc9\x04\x3f\xc4\x53\x98\x04\x31\x95\x56\xa9\x73\x24\x33\ \x0a\x5b\x58\xef\xa6\xef\x6a\xc2\x01\xf9\x21\x9b\x6d\xd0\x6f\xb3\ \xf6\x0e\x98\xb2\xc3\x5d\x67\xcc\x60\xb5\x47\xec\x82\x20\x47\xe5\ \xe3\x3b\x78\xdc\x90\x2e\xe8\xd3\xf8\x3c\xf2\xbd\x88\xc5\x69\x08\ \x5a\x24\x11\x7b\xc4\x6b\xb7\xeb\x45\x61\x89\x55\x6f\x97\x48\xac\ \x6e\xbd\x41\xe3\xf4\x6a\xcd\x41\x37\x5b\xa3\xf6\xb9\xfc\x7e\xbd\ \xdb\xe3\x31\x68\xfc\x5a\xab\x5e\xc6\x74\x1f\xf9\x8c\xb2\xc3\x03\ \x9f\xd7\x1d\xb4\x4a\xa3\x21\x47\x31\x27\x56\x38\x04\x49\x61\xc4\ \xe5\xe1\xf8\xf9\x4a\xa3\x36\xd4\xca\x36\x0b\x2d\x11\x2f\x1a\x8a\ \xa7\x63\x89\xb8\xa0\x52\x08\x09\xe3\xe5\x42\xc6\x14\x73\x08\xdb\ \xad\x7a\xbb\x52\x83\xf2\xb1\x8c\xb2\x51\x6a\x5c\x94\x33\x85\x1a\ \xd4\x6b\x36\x2a\x93\x4e\xaa\x7e\x1d\x82\x46\xe3\xd3\xcb\x93\xe1\ \xe0\xb2\x9e\xec\x0f\x87\xad\xe6\x60\xfc\xa7\x31\x04\xb5\xda\xed\ \x56\xb9\xd9\x19\x7f\xfe\xc9\x7b\x9f\x7c\x75\x1f\xf3\xf0\xbd\x8f\ \xf0\xaf\xdf\xbe\x8f\x47\x20\x90\xc8\x4f\x7f\xf5\xcb\xdf\x00\xc3\ \xfa\x25\x01\x83\xfe\xe2\x43\x2c\x02\x0f\xb0\x83\xc7\x13\xee\xcf\ \x02\x97\xba\x3d\x33\x7b\x0b\x87\x45\x80\x2c\x07\xec\x0b\x8f\xbf\ \x85\x80\x61\xa7\xf1\x18\xdc\x34\x61\xb2\xd4\x0c\x0c\x09\x9b\xc1\ \xa1\x70\x30\xf4\x1c\x1c\x89\x79\x1b\x8e\x45\x4d\x21\x61\x40\xaa\ \xe6\x01\xa1\xbe\x98\x87\x4d\x56\x7c\x9f\x8c\x6e\x40\xc2\x26\x73\ \xa2\xa7\x60\x53\xc8\xc9\xca\x59\xd7\x2d\xee\xba\x5e\xa8\x24\xc1\ \x82\x65\xc7\xe6\xf5\x59\xcc\x3e\x26\x91\xb9\xfb\xec\xd8\x65\xf7\ \x06\xd8\xd4\x35\xca\xda\xbd\xc7\xaf\xbe\xf2\xd2\x2b\xab\x6c\xc3\ \xe2\xfa\xfa\x2a\xf1\x95\x85\x25\x22\x5b\xee\x14\xec\xab\x1d\xd2\ \x52\x21\xaf\x54\xf1\xd2\xfb\x3e\x9e\x40\xc4\xe7\x25\x7c\xfe\x90\ \xdc\xa7\x15\x15\x6c\xb6\x94\x45\x17\xd7\xec\x04\x73\x8d\x4a\xc1\ \x14\x8f\xdb\x54\x19\xae\x92\xa3\x94\x2a\x54\x3a\xbb\x9e\xab\x30\ \xaa\x14\x62\x97\xb6\xa6\x55\x6b\x4d\x79\x85\xce\x21\x50\x16\x4d\ \x1e\xa1\x99\x93\xd2\x19\x45\xdc\xbc\xd6\x27\xe4\xc5\xd4\x1c\xad\ \x94\xe3\x50\x8a\xf3\x0e\x9f\x3e\xd1\x4c\x39\x62\x09\x01\x4f\x6a\ \x53\xe4\x40\x8e\x0a\x45\x39\xc9\x4c\xa5\x99\x49\x14\xb8\x8a\x6a\ \xa9\xab\xb3\xf0\x45\x61\x6d\x50\xa5\xf0\xea\xf2\x7e\x55\x54\x90\ \x51\x1b\xc2\x6e\x4e\x22\x91\x36\x85\x1c\x61\x83\x5d\x9c\x33\xf1\ \x2d\xb1\x8c\xc9\x22\x15\xf9\x85\xdd\x18\x4f\xa1\x50\xfa\xc3\x5e\ \x7f\xbe\x16\xd5\x59\x2c\x3e\xb7\x36\x60\xe3\x38\xf2\xe5\x7c\x49\ \x64\xd4\x1e\x86\x63\x42\x2d\x37\x5a\x70\x68\xc1\x1b\xcc\x24\xd2\ \xe0\x39\x82\x6c\x89\xfe\x20\x6c\x88\x1c\xd1\x35\x32\x99\xfb\xf0\ \xd8\xcd\x92\x79\xc3\x6c\x99\x29\x15\xf0\x89\x3c\x66\x7f\xc4\x6c\ \x95\x3a\x38\x2a\x7e\x82\xe3\xb4\xb8\x35\x1e\x43\xd0\x17\xb1\x32\ \x0d\x61\x0b\x90\x25\xa6\xd5\x67\xf0\x7b\xd5\x6e\xbd\xda\x6e\x94\ \xb8\x5c\x7a\x8f\x27\xe2\x75\xb1\xf5\x47\x56\xae\xdf\x75\x1c\xb1\ \x5a\x7c\xfa\xc0\x91\xcc\xe7\xd4\xb0\x82\x01\x43\x40\xcf\x62\x04\ \x35\xc1\x20\xcb\x2b\x0d\x75\x0b\xe9\x18\x87\x17\x02\xbf\x64\xd8\ \x65\x56\x1b\x75\x62\xad\xae\x34\x68\xf5\x7b\x6d\x05\x4f\xe2\x48\ \x26\xd2\x20\xd5\x16\x0b\xb9\x54\x0a\x88\x69\xca\xe4\x10\x16\x7b\ \xdd\x4c\x3a\xd1\xc8\x29\x00\xc1\xa3\xe5\x46\xa9\x9c\xcb\x55\x5a\ \x9d\x4e\xe7\x22\xdb\x86\x06\x9d\x4e\x1b\xe4\xc0\x31\x88\x87\xed\ \x52\x7a\x70\x09\x62\x6c\x73\x38\xee\x9f\x0c\xdb\x1d\xa8\x59\x69\ \x9e\x7f\xf6\xf0\xb3\x77\x3f\x7f\x08\xa8\xf4\xde\x1b\xb7\xde\xbd\ \x3d\x03\xb8\x33\xf5\xc5\xdf\xfe\xfc\x17\xbf\xfe\xed\xff\xfe\xc1\ \x2f\x6f\xcf\xc0\x3e\xfd\x14\x30\x0a\x8f\x23\xe0\xa7\x67\xdf\x01\ \x17\xb8\xd9\x69\xfc\x43\x18\x6e\x7a\x86\x00\xc3\xcf\xa2\x10\x20\ \xe5\xa1\x60\x78\x14\x12\x18\x17\x0c\x87\x9d\x99\x9d\x99\xc6\xcf\ \x4c\xc3\x30\xf3\x8f\x50\x93\x11\x0b\x53\x6f\x4f\xba\xb1\x50\x73\ \xf3\x70\x0c\xf2\xd1\xfc\x5f\xd6\x24\x45\x20\xa7\xe6\x3f\x9c\x23\ \x20\x60\xe8\xc9\xd4\x1e\x2c\x6c\xfa\x7a\x3d\xac\xeb\x7a\xb1\xe2\ \xb3\x84\x9e\x43\x95\xc5\x15\x30\x4a\x18\x14\x0d\x63\xfd\xd0\x1e\ \xf6\x04\x35\x2b\x5b\x07\xab\x4f\x6f\xde\x79\x72\xe3\xee\x93\x6d\ \xd9\x36\x91\xf8\x6c\x79\x71\x75\x65\xeb\x58\xcf\x15\x1f\x49\x42\ \xba\x94\x2e\x64\x71\x99\x0a\x3b\x11\x89\x59\x58\x29\x0a\x8d\xdc\ \x28\x43\x15\x4f\x82\x44\x68\x0b\x2a\x2b\x66\xb6\x3a\xaa\x88\x67\ \xa4\xb1\xa8\xd6\x56\x54\xda\xf8\x5c\xa1\x49\xd8\x33\xcb\x9c\x46\ \xa3\x37\x51\x14\x88\xd2\x22\x95\xa0\xd0\xb0\x49\xb5\x62\x91\xc8\ \x24\x9a\x30\x49\x63\x13\x48\x72\x62\x9f\x28\x99\xe7\xe9\xcc\x02\ \x1b\x4f\xa2\xea\x71\x03\x91\x78\x35\x97\x6c\x9b\x9c\xc2\x88\x86\ \x5f\x4c\xf3\x81\x68\x08\x6b\x79\x85\xc0\x54\x77\x88\x75\xdd\x6e\ \x21\x96\x12\x8b\x6d\x3c\xb3\x4e\x18\x8e\x26\xbc\x4e\x8e\xa8\xe0\ \x31\x18\x5c\x62\xa1\x49\x1b\xea\xe5\xac\x56\x8b\x56\x17\x52\x09\ \x15\x19\x85\x53\xc2\xf5\xe4\xcb\x19\x29\x8f\x2f\xd0\xaa\x3d\x46\ \x47\xa9\x1d\x53\x89\xb8\x5a\x5b\x40\x9a\x09\x09\x52\x22\xa1\x24\ \x60\xa1\x87\xa3\xc0\x01\x95\x35\xa9\x30\x14\x96\x36\x72\xd5\x5c\ \xc2\xe1\xf1\x78\x8e\x8f\xd9\x5b\x11\x19\x9b\xc1\xb6\x86\x0d\x1a\ \x9f\xd5\x60\xb5\x58\x59\x21\x8e\x41\xc5\x9d\x28\x94\x59\x9b\xcb\ \x8b\xb8\xb1\x84\x82\x6b\x09\x5a\x03\x56\x83\xd7\x15\x39\x94\x05\ \xc2\x1e\xaf\xd7\x62\x67\xeb\x3d\x42\x9b\xcf\xa7\xf6\x9b\x6d\x96\ \x88\xcf\x0f\x36\x3c\x56\x37\x5b\x6f\x34\x06\xdc\xae\x63\x97\x39\ \xe0\x8b\x04\x35\x16\xb7\x9c\xad\x0f\x87\x35\x2c\x83\x2c\x28\x67\ \x1a\x24\xa2\x68\xbd\x9a\x4e\x57\x92\x0e\x81\xce\x6e\xf3\x48\x24\ \x36\x29\x57\xa9\x50\xb4\x2a\xf5\xda\x65\x9e\x93\xd0\x39\x74\x99\ \x66\xb7\x92\x88\xa6\x1b\xc5\x9c\xa2\xc0\xc9\x24\xe2\xed\x61\xd7\ \x11\x05\xc1\x53\x57\x4e\x64\x32\x50\xaf\xd5\xe8\x74\x7a\x83\x1a\ \xd4\x6a\x66\xab\xdd\x6e\xbd\x55\x1f\x9e\x4e\x46\xd9\x5e\x0e\xab\ \xd1\xfa\x08\xca\xf6\xb2\xbd\xab\xfe\xe9\xb8\x37\x6a\x75\xba\x27\ \xcf\x3f\x7f\xf8\xee\x97\x9f\xbd\x77\x1b\x8b\xbf\xff\xde\xf4\xad\ \x77\x67\x90\xf3\x68\xe4\x9b\x9f\xfe\xe4\x17\xff\xf3\xb7\xff\xf5\ \xdf\x7f\x35\x83\x47\xbd\x8d\xc1\xcd\x62\x01\x9f\xf0\xd8\xd9\xfb\ \x28\x18\x02\x37\x73\x0b\x0f\x92\x1c\xfe\x16\x01\x81\x45\xa2\x10\ \xb0\x99\x99\xc9\x1c\x42\x0c\x76\x0e\x1c\x86\x98\x9e\xc6\xc3\x10\ \x04\x02\x02\xfd\x26\x40\x14\xb0\x28\xf8\xa3\x79\x34\x1c\x86\x43\ \xcf\xbd\x3d\x37\xf7\xd3\x29\x1c\x6e\xb2\xc0\x3b\x1c\x33\xf7\xe1\ \x3c\x16\x89\x40\x00\x13\xc3\xcf\x22\x10\xd7\x03\x47\xaf\xeb\xc5\ \x8a\xc7\x4d\x1e\xef\xcb\x5c\x4e\x51\x24\x72\x7c\xa8\x97\x53\x59\ \xb2\xc0\x01\x53\xb3\x4b\x5d\x5f\x7c\xe5\x09\xe9\xce\xe3\xa7\x0f\ \xa8\x34\x0a\x69\x6d\x75\x91\xbc\x7d\xb0\xb9\xcd\xd6\x1a\x19\x52\ \x85\x4e\x91\x10\x38\xd9\x7c\xc1\x9e\xd7\xe8\xe8\x75\xe3\xe2\x48\ \x48\xea\x56\xc5\x94\x65\x1d\x57\x18\x74\x34\xcd\x1a\xa3\x2e\x2a\ \x01\x11\x2e\x6f\x97\x0a\x75\x3c\xb1\x31\xce\x13\x55\x8d\x41\xaf\ \x52\x2a\xcd\xe4\xf9\xfc\x12\x5f\x96\x1e\x24\x54\x16\xa7\x48\x91\ \xe1\xd9\xa4\x66\x71\x8c\xa7\x12\x4b\x13\x00\x58\x51\x9d\x48\x22\ \x50\x09\xb4\x46\x7b\xcd\x21\xb2\xc4\x7b\x09\x61\x59\x2a\x8a\xdb\ \x99\xe2\x4c\x43\x21\x8d\x9a\xa4\xc5\xa8\xc8\xcc\xaf\x17\xd4\x8d\ \x6e\x31\x51\x8c\x4b\x74\x7c\xaf\x97\xe7\x74\x4b\xc4\x2e\x0b\xb0\ \x38\x8f\xd1\xef\x8f\xea\xb4\xc2\x44\x2d\x6e\x34\xf1\xb5\xf1\x58\ \xbe\x97\x32\x49\x3c\x21\xbb\xca\x11\x33\x2b\x4b\x29\xa1\x2a\xcc\ \x36\xa6\x6b\x05\x87\x2e\x94\x91\xaa\x2d\xfc\xb8\x8e\xa7\xf6\x48\ \x05\x46\x5e\x44\xa8\x34\x29\xd2\xb9\x90\x2a\x97\x94\xa8\x1c\x19\ \xa1\xa3\xae\xd0\x98\xad\xcc\xb0\x55\xe6\x61\xb2\x99\x87\x6e\xe7\ \xbe\x9b\x11\x08\xf8\x7d\x56\x86\x98\x6b\x8d\x78\xc5\x1c\x6f\x4e\ \xa8\x8a\x45\xa5\x3c\x45\x2c\xaf\xb2\xf9\xd5\x2a\x83\xdb\xc3\x75\ \x7a\xd5\x16\x95\xc7\xe3\x93\x47\x7c\x2c\x03\xc7\xa3\x75\x4a\x55\ \x2e\xb3\x27\xac\xf6\x38\x7d\x6a\xa7\x21\x60\x38\x72\xcb\x5d\xbe\ \xb0\x5b\xee\xf6\x4f\x96\x48\x0e\xbb\xdc\x7e\x40\x42\x3d\x8b\x1e\ \xf6\xc9\x64\x7a\x35\x3f\x51\xcc\x57\x32\xa6\x50\x32\x2a\x0a\x7b\ \xcc\x16\xb1\x56\xe2\x97\x70\x1d\x8d\x4e\xb7\xdc\x73\x08\x4c\xa6\ \x62\x3a\xda\x2e\xc5\xe3\x71\x65\xbe\x9e\x56\x9a\x1c\x69\x81\xa9\ \xd6\x28\x3b\x52\x9d\x62\xae\x90\xcb\x15\xab\x8d\x6c\xbf\x54\x6c\ \xb5\xb2\x50\xbd\x05\x8d\x5b\xed\xee\xe9\x70\x98\x1d\x77\xb2\xe3\ \xf3\xf3\xf1\xa8\xd4\x1e\x77\x4e\x47\x67\xd9\x61\x6b\x3c\xae\x17\ \x4b\x8d\x93\xcf\xdf\x78\xef\x83\xaf\xff\xf9\x9b\x37\x66\x11\xb3\ \xf7\xdf\x79\x88\x7f\x07\x31\xf5\xe8\xed\xb7\xdf\x9c\xfb\xf4\xa7\ \xbf\xfc\x87\xff\xfc\xff\x7e\xf1\xfa\x0c\x0c\x79\xff\x21\x02\x83\ \xc1\xce\xcc\xcc\xdc\x9f\x46\x4f\xd6\x3e\x26\xc0\x26\x45\xb8\x4d\ \x40\xc1\x08\x93\xf5\xdd\x61\x48\x40\x2c\xf4\xe4\x5f\x53\xa0\x50\ \x48\xd4\xe4\x84\x21\x16\xf5\xf6\x3c\x12\x83\x81\x81\x84\x38\x85\ \x86\x03\x46\xcd\xc3\x91\xc8\x9f\x4c\x4d\xe6\x3d\x3f\x9a\xc3\x20\ \x91\x53\x18\x14\xc8\x94\x93\xbc\x08\xbc\xee\xba\x0f\xeb\xba\x5e\ \xac\xe2\x91\x24\x7b\xdb\x1a\x96\xd8\x54\x6e\xfd\xc1\xd1\xe6\xaa\ \x9c\x25\x71\x1d\x1e\x30\x76\xf7\x77\x96\xa8\x6b\x8f\x5f\x7a\xfa\ \xca\xb3\x4d\xda\xe6\x2a\x71\x99\x44\xa3\xec\xed\x69\x38\x1e\xaa\ \xc5\x2c\x69\xa9\x94\x22\x6f\x4a\x7a\xa0\x06\x86\x94\x4a\x70\xc3\ \x02\x61\xc0\xe6\x14\x84\x1c\x5a\x7e\x44\x07\x31\x3d\x6a\x6e\x92\ \xcb\xe3\x71\x12\x1c\x95\x2e\x94\xd0\x49\x74\x62\xae\xcd\xeb\x17\ \xf0\x55\xf1\x8c\x43\xa5\x55\xd8\x39\xed\x0a\x87\x13\x33\x06\xa4\ \x05\x89\x3f\xaa\xe5\x39\x94\x5c\xb5\xa4\xae\x96\x0a\x55\x26\x9d\ \xb0\x96\x12\x4b\xc5\xca\x52\xd4\xa8\x28\xe6\xa4\xc2\x94\x59\x9a\ \xb3\xb2\xc5\xf9\x5c\x1a\xec\x12\xa6\x4b\x05\x5d\x2e\xa3\x14\x76\ \x92\xfc\x72\xc2\x6b\x76\xfa\x38\x1e\x8e\xd7\x15\x35\x39\xfd\x42\ \x85\x38\xa0\xd6\xab\x75\xa1\xa4\xb2\x58\xe4\x7a\x25\x01\x67\xaa\ \x90\x4c\x94\x15\x7e\x95\xc3\x2b\xae\x70\x44\x9c\x6a\x83\x63\x0f\ \x1b\x6c\xc9\x44\x32\x95\x31\xf9\x3c\x41\x4b\x2c\x2e\x32\x1a\x3d\ \x62\xa3\x39\xec\xd7\xf2\x4c\x51\x65\x2c\x6e\x4c\x4a\x05\xe9\xb8\ \x42\x2c\x0d\x09\xe5\x1a\xd7\xb1\x9c\xee\x75\xbb\xd5\xcc\x6d\xb6\ \x91\x65\x93\x03\x7b\x62\xbb\xc3\x6e\xb3\xdb\x63\x8e\xf1\x9d\x36\ \xb5\x40\x97\xe0\x2a\x1d\x42\x93\xda\xec\xd5\x73\xbd\x66\x00\x2b\ \xa7\x44\x1b\x8c\xa8\xbd\x81\xa0\x0a\x5c\xca\xc2\x5a\xa9\xd4\xea\ \x8a\x18\x02\x1e\x97\xc7\x6b\xf3\xcb\x23\xfe\x48\xc4\x23\x67\x45\ \x22\x32\x4f\x58\xab\xf2\xb2\x82\x2e\x03\x2b\x60\x65\xb1\x65\x2e\ \xb6\xdb\x17\xd0\xf3\xa3\x09\x53\x2e\x1f\x2d\x65\xe2\x66\xa7\x5d\ \xca\xe7\x78\xd4\x2a\xc9\x47\xdd\x66\xa6\x59\xec\xe4\x38\xc2\x72\ \x3c\x9a\xaa\xa4\x95\xd1\x98\xa3\x58\x88\x26\x52\xe5\x58\x3e\xd9\ \x1b\x75\xf8\xb1\x54\xb7\x1c\x8a\xe7\x1b\xb5\x72\xbd\xda\x2d\xe5\ \xab\xbd\x4e\x13\xba\x1a\x67\x5b\xcd\x6a\xe5\x14\x6c\x9c\x8c\xaf\ \x86\xa7\xad\x4c\x17\x6a\x03\xb9\xba\xec\x36\x46\xdd\x4a\xb5\x75\ \xf1\xdd\x47\x1f\x7c\xf6\xf9\xf3\xd7\x1f\x12\xf0\x88\x99\x99\x59\ \x90\x08\xe1\x6f\x7f\xfa\xe1\x9b\x8f\xde\xfe\xf4\x8b\xbf\xff\xf5\ \xff\xf9\xbf\x3f\xbe\x7d\x0b\x83\x9f\x7d\x03\x87\xc0\x20\x09\xf8\ \xf7\xde\x81\xa1\x51\x93\xa1\xee\x33\xd3\x40\xb7\x70\x78\x02\x1a\ \x89\x42\x03\x48\x11\x70\x93\x21\x5a\x18\x0c\x0e\x3b\x49\x85\x38\ \x0c\x12\x08\x17\x0a\x85\x85\x03\x7c\x01\x52\xbd\x39\x85\x9c\x42\ \x02\x6b\xc3\x7e\xfa\x08\x8d\x45\xe2\x70\x73\xa8\x79\xec\x14\x7c\ \x32\x70\x14\x45\x00\x3a\x06\x9b\x43\x5e\xb7\xb8\xeb\x7a\xa1\x12\ \x1b\x42\xb2\x0d\x96\x58\xe5\x54\xb1\x0e\x77\x0c\xb4\x75\xd6\x91\ \xd7\x78\xc8\xd0\xef\xcb\xb7\xd6\x16\xef\xbc\x76\x63\xe1\xe9\xb3\ \x2d\xea\xd6\xc6\xea\xf2\xe2\xd2\x32\x99\x61\x35\xa9\xf7\xb5\x5c\ \x87\x52\x64\x52\xf9\x13\xea\x5d\x55\x22\x0a\x02\x9f\xda\x2b\x96\ \xb8\xc4\xe6\x50\x2e\x6e\xe2\x87\x4d\x65\xbd\x8b\x9b\xa9\x96\x14\ \x9c\x64\x5c\x19\x4f\x15\xba\x4a\x45\x9e\x67\x53\x7a\x82\x9c\x04\ \x4f\x97\x91\x06\x94\x0a\x0b\x27\x53\x34\xa5\x80\x9e\xe8\x52\x1c\ \xaf\x96\xcb\x4b\x72\x41\x5e\x33\x19\x1d\x5c\x75\xc8\xe4\x54\x4a\ \x95\x75\x5d\xa3\xae\xb3\xa5\x2b\x05\x91\x20\x16\xd7\x39\xa4\xfe\ \x5c\xcd\xa1\x2d\xf7\xe2\x3c\x9d\x32\x56\x4a\x64\xcc\xc9\x5e\x4c\ \x1a\x17\x58\xc2\x06\xa9\xc8\xab\x73\xd9\x4b\x3a\xbe\x58\x18\x13\ \x84\x83\x16\x1b\x3f\x95\xe3\x47\x1d\xdc\xa0\x30\x18\x30\x95\x43\ \x8a\x34\xd7\x16\x96\x38\x79\xdd\xb8\x52\xd8\x2a\xab\xfc\x46\x83\ \x48\x1c\xca\x64\x84\x46\xb1\x4b\x63\x8c\x09\x82\x62\x61\x4a\x15\ \xb4\x7b\xbd\x52\x41\x34\x2d\x4c\x2a\xb8\x51\x97\x2d\x69\x12\x88\ \x4d\x46\xa7\xd7\xef\xdd\x63\xb0\x8c\xae\x80\x4b\xbe\xc7\x90\xcb\ \x35\x06\xa7\xdc\x6a\x8f\x84\xdd\x4e\xbf\x51\xa2\x0e\x1a\x6c\x76\ \xa7\x4e\x27\x48\xa9\x6c\x1e\xa1\xc9\xa8\xf1\xba\x3c\x66\xbb\xd7\ \xc3\x37\x07\xd4\xf6\x48\x30\x20\x0e\x1a\x7c\x06\x96\xd1\xee\x0a\ \xf8\x39\x12\xbf\x5d\xe5\x0d\xcb\x0d\xc7\x01\x8f\xdb\x63\xf4\x19\ \x8c\x5e\x7f\x60\x92\x16\xdd\x6e\xf7\xd1\xb6\x86\xb9\x2b\x3f\xf2\ \x68\x82\x06\xab\x44\x24\x75\xc4\xe2\xf9\x4c\x21\xa6\x90\x3a\xb5\ \x4e\x9d\xca\xee\x35\x9b\x3f\x2f\xd4\x9b\xa3\x46\x3b\xa3\x55\xb6\ \x13\xb9\x44\x34\x64\xe2\x87\x32\x85\x6a\x54\x98\x49\x15\xea\xf9\ \xf2\xb0\x1a\x8f\xc6\x4a\xc5\xbc\xa2\xd0\x48\x55\xba\xad\x6e\xbd\ \xdd\xac\xb6\x3b\xc3\x41\xaf\x5b\xef\x35\xbb\xfd\x5e\xf6\xfb\xf1\ \x60\x78\x76\x51\xaa\x76\x5a\x57\x50\x63\x34\xe8\x40\xd5\x5e\x7e\ \xf4\xed\xbf\x7f\xfd\xde\x27\xcf\x9f\x83\x54\x07\xc3\x62\x67\xa7\ \xa7\x1f\xe2\x66\x30\x73\x8f\x30\xf0\xa9\x2f\x7e\xfc\xe9\xaf\x7e\ \xfd\xdb\xff\xfc\x70\x76\x06\x86\x9f\x21\xc0\x6e\xdd\xc7\xcf\xbc\ \xf1\xee\x2c\x0e\x8f\x9d\xc6\xcf\xdc\x9a\x9e\x45\xcc\x60\xa7\x09\ \xb3\x30\x02\x0a\x77\x1b\xdc\x80\x01\xf4\x60\x30\x70\x24\x82\x30\ \x21\x16\x88\x8d\x58\xd4\x64\xfe\x0d\x16\x83\x45\xa3\xd1\x20\x05\ \xce\x63\xe0\x70\x14\xfc\xed\x39\xe0\x69\xa8\xc9\x92\x0e\x18\xf8\ \x23\xf4\x14\x01\x0e\x47\xc3\xa6\xf1\x78\xf8\x35\xb0\xae\xeb\x05\ \x3b\xdd\x9d\x3c\x3d\x5d\x66\xe1\xd9\x82\x96\x5d\x16\x3f\x4c\x3e\ \xd8\xdc\x0d\x1f\x18\xac\x3b\x74\xea\xd3\x57\xee\xde\xbd\xb1\xb8\ \xb0\x46\xa6\xec\x50\x96\x37\x16\x88\x44\x32\x43\x26\x70\x6e\x8b\ \x12\x39\xb1\xc4\xac\x16\x15\xb5\xc7\xf9\xa6\x50\x24\x55\xaa\xad\ \x1c\xa5\xbb\xa9\xd0\xa5\xa5\x26\x9b\x3e\x5e\xb6\xeb\xc5\xf5\x64\ \xb2\x51\x6c\x27\x6d\xa1\x9c\x24\x59\xab\xa4\x45\x02\x9b\xd5\x56\ \xa8\xf2\x63\x3a\x87\x4e\xcc\xf7\x2a\x63\xf5\x7a\xb9\x94\x10\xe7\ \x7b\x26\xae\xd6\x21\x14\xf0\x79\x16\x4e\x3c\xec\xe5\xf1\x42\x51\ \x81\xd8\x25\x48\x38\x6a\xca\xa0\x00\xa4\x37\x5e\xa8\xe8\x88\x99\ \x42\xc6\xd2\x38\xae\x8d\xd6\x4c\x89\x98\xa3\xd7\x6c\x94\xa3\x99\ \x46\x46\x99\xd1\x99\x23\x41\x9e\xd9\x22\xb0\x6b\x75\x52\xbe\x92\ \x17\xd2\xba\x82\x41\xa3\x40\x17\xd7\x99\xe2\x46\x79\x58\x1f\x8c\ \x15\x92\xb1\xa8\x58\xad\xb2\x87\x79\xb1\x44\x23\x5e\xc8\xa9\xec\ \x2e\x2b\xd7\x14\xe3\xab\xf9\x02\x9d\xd0\xe2\xe3\x7a\x03\x71\x93\ \x40\xa2\x55\x85\x6d\x4a\xa5\x84\x27\x48\x08\xf9\x0e\x9b\x22\xa5\ \xab\xc7\xa5\x02\x8d\xd5\xaf\x67\xb9\xf4\xcc\x80\x2b\xc0\xdc\x67\ \x18\xe4\x56\xa7\x4c\x6e\xb0\xfb\x5c\x16\x4b\x30\xe8\x73\x1b\xbc\ \x61\xa9\x48\xc8\x17\x08\xc5\x7e\x8b\x58\x1c\x16\xab\xad\x41\xb3\ \xd6\xe3\xd3\xda\x03\x7c\xb5\xcf\xeb\x8a\x18\x2d\xee\x88\x95\xe3\ \x67\x86\x75\xbc\x48\xd0\x65\xb1\xba\xc0\x63\xfc\x6a\xb5\xde\xeb\ \x0b\x84\x03\x2e\xa7\x33\xe0\xf6\x30\x99\x06\x19\xeb\x68\xef\xc0\ \xab\xd1\xab\xd4\xe1\x88\xd8\x94\x4c\xc7\x4d\x8e\x58\x28\x2f\xf0\ \xda\x22\x62\xb1\xd4\xec\xb3\xa8\x78\xf9\x4e\xb3\x35\x6c\xf2\x8c\ \x9c\x4c\x29\x93\x8a\xc6\x93\x3a\x91\x2e\x5f\x4d\xe8\x92\xb5\x7c\ \xab\x91\xe9\xb5\x8b\xf1\x4a\x2d\x91\xc8\xb7\x0b\x8e\x26\x04\xd5\ \x0a\x55\xa8\x37\x00\x3f\xa9\x4a\x6b\xd4\x2a\xb7\x07\xc3\xf1\x78\ \x7c\x71\xf6\x7d\xbd\x50\x19\x5c\x4d\x56\xcc\x18\x8e\x7a\x20\x0f\ \xfe\xfe\x9b\xcf\x3e\x79\xfe\xf9\x6d\xfc\x0c\x02\x3d\x85\x7b\xe3\ \xd6\x64\x8d\x05\x40\x94\x69\xf4\xdb\x6f\xbe\xfd\x93\x5f\xfc\xe4\ \x27\x7f\x8b\xc2\xbf\x8e\x27\x4c\xe3\x71\x93\x2e\xf7\xe9\xfb\xb7\ \x60\xb3\xf8\x99\xfb\xb7\x6e\x23\x67\x81\x62\xcd\x62\x67\x08\xd3\ \x20\x20\xce\x4e\x4f\x06\xb6\xe3\xb1\x48\x18\x82\x00\xc3\xa3\x30\ \x00\x54\x38\x34\x76\xb2\x74\xcc\x64\xe6\x0e\x62\x6a\x72\x8a\x10\ \x8e\x06\xb1\xf0\xc3\x39\xcc\x3c\x0e\x89\x42\x4e\xc1\x66\xd0\x00\ \x5e\x88\xc9\xd4\x9c\x49\xc7\xfb\x75\x1f\xd6\x75\xbd\x58\xb9\x7c\ \x79\x03\x2d\xa0\x0f\xda\x94\xde\x43\x26\x57\xbe\x79\xb4\x27\x93\ \xcb\x8c\xec\xdd\xad\x85\x07\x77\x5f\x7b\xe9\x95\xa5\xcd\x35\x12\ \x91\xb4\xba\x46\x5a\x5e\x21\x52\xe9\x6e\xae\x78\x5f\x15\x4b\x83\ \xa6\xce\xe5\x54\x7d\xec\x6e\x95\x2b\x70\x0a\x43\xb6\x34\x97\x55\ \x0d\x71\x52\xbc\x94\x38\x52\x19\x7a\xb5\xe9\x38\xa7\x50\xe7\x26\ \x1d\xea\x90\x43\x1c\x2f\x27\xf2\x92\xb4\x8e\xc1\x69\x77\x32\x3a\ \x45\x54\x51\x51\x46\x44\xb9\x6a\x2e\x99\x0e\xa9\x4a\x71\x71\x92\ \x67\x4b\xa6\x78\x1c\x9f\x82\x17\x16\xf1\xa5\x9c\x74\x34\x2f\x36\ \xc7\xb8\x52\x75\x38\x99\x68\xd5\x4d\xa9\x32\x3f\x5a\x51\x09\x95\ \xed\xaa\xa0\x94\x16\xe4\xe3\xd0\xa8\x9a\x07\xe0\x0a\xe9\xf2\x45\ \x93\x4a\x25\x92\xda\x85\x09\x36\x97\xa7\x96\xea\x6c\x3a\xa3\xcf\ \xee\x31\x3a\x25\xfc\x16\x9f\x63\x64\xb0\x76\xc2\x02\x41\x54\xc7\ \xd1\x59\xc2\x1e\x7b\x2c\x97\x88\x3b\x1c\x0a\x8f\xc9\x73\x64\x0b\ \x09\xb9\x22\x8e\x34\x21\x8e\xf8\x84\x46\x0b\x57\xa8\xd4\x5a\xfc\ \x56\xad\x80\xc3\x31\xf1\x75\x3c\x45\x52\xcc\x4b\x84\x72\x26\x87\ \xd0\xa3\xf5\xea\x0d\x86\x48\xc4\x1a\xf6\x1f\xb1\xf4\xc7\x6c\x8d\ \xcb\x6e\x60\xb9\x82\xce\x88\x41\x1f\x70\x69\xac\x41\xa3\x59\xaa\ \xe0\x99\xd4\x4e\x29\x97\x17\xb4\x2a\xc5\x4e\x97\xdd\xae\xf6\x89\ \x9c\x66\x5f\xd0\x15\xb6\x86\x9d\xc6\xc8\x51\xd0\x29\x76\x8a\x27\ \x6b\x1d\xfb\x99\xc7\x41\x79\xc4\xe5\x51\x7b\x3d\x3e\x9f\xdf\xcf\ \x0e\x06\x0d\x81\xa0\xcc\x60\x65\x33\xad\x9e\x23\xb6\x2b\xe8\x76\ \xb9\xc2\x2e\x1b\x4f\xe0\xc8\x84\x24\x3a\x85\x43\xe7\x73\x0b\xb9\ \x2a\xb1\x2d\xe2\x34\x85\x9a\xd5\x6e\x1b\xaa\xeb\x04\x8a\x68\x3a\ \x1d\x4b\x3a\x8a\x19\xa1\x20\x1e\xcb\x45\xab\x95\x78\xa7\x5e\x1e\ \x76\x53\xd1\x46\x23\x13\x2f\xf5\xf2\xe9\x0a\xd4\x6b\xd7\xeb\xbd\ \x5a\xaf\xdb\xea\x34\x72\xc3\x2e\xd4\x6c\x40\xed\xf1\xf8\xb4\x3e\ \x3c\xe9\x25\x32\xbd\x2e\x34\x6e\xd6\x4f\x2b\xf9\xca\xbf\x7f\xfd\ \xd9\x57\x5f\xfd\xf9\x67\x1f\xcc\x12\xee\x13\x70\x93\x85\xf9\x66\ \xa7\x67\x10\x98\x29\x38\xe6\xd1\x87\x6f\xa3\xdf\x7e\xfb\xed\x2f\ \xde\xc6\xe3\x67\xf1\x6f\xcc\x4e\xfe\x71\xf3\xec\xcc\xcc\xc3\x99\ \xc9\xff\xc5\x99\xc6\x4f\x23\x10\xd3\x30\x1c\x02\x7f\x0b\x37\xe9\ \x5f\xc7\x3f\x04\x94\x82\xe3\x71\x93\x41\xeb\x28\xe0\x5a\x18\x34\ \x1a\x8f\x44\xc2\xe6\xe0\xd8\x39\xe4\xdc\x3c\x12\x05\xc2\x20\xfc\ \x11\x1c\xa4\xc2\x9f\xbe\x09\xfb\xcb\xdc\x43\x10\x24\xe7\x27\x23\ \x49\x09\x04\x18\x02\x81\x9a\x26\xc0\xae\x5b\xdc\x75\xbd\x50\x59\ \x23\x59\x23\x29\xe8\xf1\x71\x8d\x91\x83\xfd\xe0\x26\x8d\xce\x72\ \xb3\x8e\x99\x6c\x22\x65\x75\x71\x69\xe1\xc1\xbd\xa5\xa5\xc5\x7d\ \x32\x99\x44\x22\x6e\x6e\x2d\x91\x18\x76\x9e\x5a\x26\x75\x9a\xe2\ \x0a\xbe\x5d\x58\x96\x1d\x94\x62\x2a\x91\x2a\xae\x73\x56\x38\x6c\ \x55\x28\x95\x0f\x09\x14\xf6\x6e\x9e\xcd\x4d\xf7\xf2\xe5\x8a\x58\ \x21\xb4\xf0\xa4\x92\x76\x49\x17\x0d\x25\x04\x06\xa1\xa2\x56\xc8\ \x39\xbc\xe6\x06\x3f\xf8\xff\xb3\xf7\x36\x3e\x6e\x9b\x77\xbe\x6f\ \xf5\x0a\xbd\x9f\x41\x77\x66\x67\x95\xf6\x8c\x6f\x3c\x37\x4e\xe2\ \xd8\x37\xb6\x1b\x1b\x71\x9d\x06\x59\x24\x69\x11\xdb\xb5\xbb\xae\ \xc7\x98\x0e\xa6\xe4\x52\x22\x25\x9e\xc1\xf0\x45\x62\x06\x12\x25\ \x51\x87\x7a\x85\x24\x4a\x87\x45\x08\xf0\x82\x55\x00\x93\xa0\x21\ \xe0\x80\x25\x72\x13\x04\x0b\x31\xd2\x0a\x12\x50\x68\x55\x61\x5e\ \xba\x18\x77\x2a\x03\x8b\xdc\xb4\xf9\x47\xee\x43\x77\xbb\xdb\x76\ \xdb\x6e\x5b\xef\xde\xbd\x67\xaf\x1f\xd8\x9a\x91\x48\xf1\xe1\x50\ \x7a\x3e\xf8\x7e\x1f\xfe\x9e\xdf\x0f\x21\x63\x24\xab\x60\xfc\x41\ \x97\x66\x78\xe9\x68\x6c\xc2\x9c\x10\x2b\xa6\x71\xc6\xd0\xba\x63\ \x56\xe0\x63\xe9\x2c\xa4\xb2\x83\x31\x33\xd0\x28\x6b\x44\xa7\x89\ \xe3\x43\x51\x55\x11\x6b\x61\x4d\x0c\x43\x17\xfa\x23\x41\xd1\x61\ \x2a\xab\xb0\xe9\x52\x32\xcf\x60\x99\x1d\x3a\xde\xa3\x6a\xf9\xed\ \x76\x1e\x56\xe3\x38\x9c\x69\x6e\xa5\x6a\xb9\x58\x7f\x88\x27\x68\ \xa4\x58\xd0\x07\x06\x38\xb5\x46\x16\x6d\xd4\x15\x1e\xe5\x13\x49\ \x85\xc1\xf6\x12\x30\x4c\xe1\x68\xbc\xd8\xac\x15\x51\x16\x82\x08\ \x64\x84\x70\xa5\x0e\x6b\xb0\x12\x23\xc7\x0a\xcd\xe2\xe6\x56\xa5\ \x9c\x4a\xed\x6e\xed\xdc\xb9\x73\xfb\x56\x25\x9d\xae\x6d\x6d\x97\ \x93\x99\x66\xb5\x53\xae\x14\x4a\x30\x9d\x45\x75\x49\xa6\xb2\x9d\ \x64\xab\x95\xee\x34\x52\x7b\x4d\x2e\x59\x6a\xa6\x8a\xc5\x0a\x4e\ \x37\x8b\x8d\x6a\xb3\x9a\xcd\x16\xeb\xb5\x42\x21\x5d\xea\x6c\x6d\ \xde\xc9\x54\x0b\x9d\x56\xbe\xd6\x68\xef\xb6\x8a\x60\x7b\xf3\xd6\ \x9d\x56\x61\xe3\xce\xce\xbd\x3b\xa9\x42\xbb\x9e\x69\x17\x93\x31\ \x0c\x47\x44\x55\x50\x4c\xae\x5e\x2b\x26\xb3\x20\x58\x5a\x22\x00\ \x00\x20\x00\x49\x44\x41\x54\x76\xad\x43\xa5\x3b\x9d\x3f\x5c\x0c\ \x4c\x5d\x64\x54\x89\x65\x99\x04\x70\xc7\x14\xab\xf6\x26\xaa\x60\ \xf4\x47\x0f\x4f\xc6\xa6\xa6\xa8\x56\x57\xec\x1b\xda\xe8\xe8\x78\ \x30\xee\x0e\xe6\x47\xa3\xe1\x62\xb4\xf8\xf0\x68\x61\xf4\xc7\x07\ \x9f\x3f\x5a\x3c\x38\x79\xd8\xef\x4e\xad\x83\x0f\x8f\x3e\x9b\x2e\ \x7a\x87\x3f\xfe\xf6\xb7\xdf\xfb\xfe\xf7\xbf\x79\xea\x54\xc8\x13\ \x09\x2c\x2d\x9f\x09\xac\xd8\x6b\x65\x3c\x76\xa9\x88\xf5\xaf\x47\ \xcf\xad\x9f\xfb\xef\x7f\xe5\x8a\x9c\x0d\x2e\x07\x5d\xae\xe5\x55\ \xb7\xeb\xec\x4a\xc0\xe5\x72\xd8\x4a\x6b\x25\xb0\x14\x59\x0d\x46\ \x56\x5c\x91\x65\x7b\xed\xa0\xcb\x13\x0d\x2c\x07\xec\x64\xee\x1e\ \xa7\xd3\x05\xac\xa1\x07\x00\xcb\xe5\x75\x47\xdd\xe1\x68\xd4\xe5\ \x5c\x03\x3c\x73\x46\x9d\xde\xff\xb1\xee\x09\xf8\xfc\x76\x0e\x3f\ \x67\xd4\xeb\xf7\x84\x7d\xc0\x3e\x06\x97\x82\xfe\xa7\xc0\x7a\xda\ \x9e\xac\xe5\x39\xb3\xb0\x57\xdc\xab\x43\x9d\xce\xf6\xcd\xd6\x95\ \x0b\x77\x76\xef\x6c\xd6\x6f\xbf\xf1\xea\xcd\xf3\x57\xae\xbe\xfa\ \xe2\xf3\x17\x9f\x79\xe9\xc6\xd5\x57\xae\xbc\x71\xe5\x9d\xb7\x2f\ \x9e\xdf\x8b\xf3\xad\xdd\x78\x3a\xc6\x8e\xf8\x8e\xdc\xdb\xde\xd4\ \x29\x2a\x6b\xc7\x51\x29\x8d\x56\x9c\x34\x75\x42\xe4\xd3\x07\xdd\ \xdd\x86\x34\xee\xeb\x03\x46\x12\x20\xb6\x90\xdc\x3f\xee\x32\x9c\ \x94\xdb\xc5\x78\xb3\xa7\x97\xd2\x31\x55\xaa\xf1\x2a\x4a\xc8\x03\ \x93\xb0\xc8\xa4\xc9\x93\xca\x50\xe6\xd2\xfb\xc9\x4c\x22\x21\x5a\ \xac\x2a\xa5\x7b\x6a\xb6\x51\x43\x4d\x59\x57\xf1\x11\xc9\x58\x31\ \x94\xe5\x4f\x90\xf8\x83\x09\x3a\x5a\x18\x96\x3e\xb7\xe4\xc1\x50\ \x02\x7a\x24\x41\x09\x02\x9d\x6d\xb4\x25\xa8\x5d\x2b\xb1\x6c\x99\ \xc8\x15\xe9\x74\x9c\xc7\xe4\x62\xa1\xbc\xd7\x4c\x42\x71\x43\x15\ \xa1\x2a\x5b\x6c\xf1\xba\x2a\xab\x48\xb6\x46\xd1\x59\x01\xea\xa9\ \x31\x5e\x42\xb9\x8e\x34\x80\x8b\x74\x29\x5e\xca\x71\xf9\x18\x8b\ \xc7\xe3\x71\x22\x89\x53\xc5\xfe\xbc\xaf\x09\x12\xde\xca\x37\xb6\ \xb7\xef\xb6\x52\xc5\xed\xad\xad\x37\x5f\xbd\xb5\x99\x4d\xa3\x18\ \xbd\x93\x8f\x43\xf5\xad\xdd\x56\xb9\x9c\x84\xb2\x49\xbe\xa7\x89\ \xf1\x76\x09\x38\xc7\x74\x9d\xcb\xd6\x9b\x30\x0a\x15\x32\x74\x83\ \xee\xb2\xa5\x7a\xa3\x99\xaa\x73\x38\xbd\xc3\xe5\xab\xd5\x62\x6b\ \x67\xa7\x56\xaf\xe5\xab\x7b\xd5\x7c\x29\x5f\xd9\xab\xb7\x0b\x60\ \x73\xa1\x52\xbe\x77\x67\xf3\x5e\xa6\xd2\x2c\x54\x5a\x2d\x28\x8e\ \x91\x12\xaa\x88\x04\x49\x76\x3a\xb1\x52\x16\x4d\x27\x92\x30\x2a\ \x0f\x1e\x9d\x1c\x0e\xc7\x06\x70\x8a\x0a\x0e\xc7\x71\x11\x17\x34\ \x46\xeb\xb2\xba\x36\xd2\xa7\xe3\x83\x87\x7a\xd7\x34\x0e\x65\x40\ \x30\x73\x76\x74\x38\x9b\x2c\x1e\x4e\xe7\xfb\xb3\x99\x75\xb4\x7f\ \xb8\x98\x4e\xa6\x27\x1f\x7c\xf6\xe0\xf8\xf8\xd3\xa1\x3a\x7c\x74\ \xb0\x38\x7e\x38\x35\x1f\xfd\xe4\xbd\x77\xef\x7f\xef\xdb\x5f\x09\ \xae\xac\x02\x4b\x17\x39\x0d\x70\xb4\xe4\xf2\x7b\x5c\xbe\x4b\x61\ \xc0\x99\xb5\xb5\xe8\xd7\xff\xdb\x5f\x47\x1d\xa1\x53\xcb\x40\x7d\ \xd9\x15\xe9\x5d\x00\x52\x7e\xb7\xcb\x17\x58\x5d\x59\x5e\x06\xaf\ \xb8\x82\xab\xab\x40\x7b\x79\x7d\x1e\x40\x28\xfb\xde\xa1\xcb\xe5\ \xf6\x84\xa3\x0e\x7b\x82\xca\xe9\x76\xf8\xbc\x0e\xb7\x2b\xbc\x1e\ \x75\x3f\x2e\x38\xe1\x0d\xaf\xaf\xfd\x9f\x97\xdc\xbe\x35\xb7\x1b\ \x1c\xdb\xed\x5b\x0f\x04\x9c\x3e\x9f\xdf\xef\x8b\x78\xa2\x4f\x03\ \x47\x9f\xb6\x27\x6b\x5c\x0b\xbe\xb9\x59\xcb\x55\xb2\x89\xd6\xf5\ \x54\xf6\xf6\x95\xb7\x77\x76\xf6\x76\x6e\x6f\xbf\xf1\xd6\x4b\xd7\ \x2e\xbf\xf0\xe5\x97\x9e\x7b\xf6\xcd\xd6\xab\xb7\xce\x5f\x79\xfb\ \xf2\x2b\x17\xcf\x6f\x96\xf8\xbd\x8c\x8c\x20\xf0\x50\xcc\x67\xa5\ \x6a\xd9\x8a\x4b\x49\xa6\x4b\xe5\x06\x3b\xbb\x7d\x15\x95\xa1\x51\ \xb7\x32\x26\xf6\xca\xc2\xc1\x60\x68\xf6\x66\xc3\x04\xdf\x68\x19\ \x3d\x13\xea\xb0\xc5\xf4\x83\xae\x3e\x94\x60\x91\xed\xa7\x6b\xa2\ \x91\xe6\xa4\xae\x18\x3f\x56\x50\x3d\x0e\xf3\x22\xdb\x48\xcc\xa1\ \x36\x43\x1a\x7d\xcb\x30\x51\x01\x4e\xc7\xca\x59\x5d\x57\x8d\xfe\ \x43\x99\xec\x42\x78\x7c\x3c\xcf\xca\x27\x16\xdc\x9b\x8c\x06\xfb\ \xe3\x61\xef\xf8\x90\xed\x77\x11\x0c\x4f\xd2\x45\xa1\x53\x25\xf8\ \x46\xa3\xdb\x63\x32\x54\xae\xd6\xe0\x08\xad\x2b\xd7\xb6\x8b\xa9\ \x1d\x28\xd1\x60\x2d\x06\xe5\x12\xb5\x2c\x64\xca\x39\x82\xe2\xe8\ \x46\xb1\x17\xc7\x51\x59\x60\x13\x48\xa9\x20\xcf\x48\x38\x6b\x87\ \x48\x15\x1b\x10\xc6\x10\xb5\x18\x47\xaa\x89\x22\xd4\x1d\x90\x1a\ \x52\x2d\x92\xad\xbd\x56\x2b\x56\xc2\x6a\x95\xd6\x8d\xcd\x26\xf0\ \x9e\x2c\x8b\xe6\x6b\xc9\x22\xb0\x85\xb9\x52\xa9\x4d\x27\xd8\xa4\ \x22\x51\xf9\x5c\xad\x92\x69\x70\x99\x3d\x98\x63\x18\x0e\xcf\xe5\ \x0b\x6d\x8a\xc4\x33\xe5\xf6\x6e\x25\x0d\x61\x89\x5c\x12\xcf\x76\ \x0a\xa9\x76\xb1\x5a\xcf\xc2\xed\x7a\xa3\x43\x97\xea\x99\x7a\x39\ \x93\xce\x15\x76\xda\x95\xad\x42\x79\xa3\xd6\xc9\xa7\x36\xeb\x8d\ \x38\x92\x8e\x49\x52\x0c\x95\xbb\x50\xa7\xcd\x25\x60\x3c\x96\x83\ \x71\x44\x1a\x1c\x4c\xcd\xd9\x44\xc6\x48\x41\x65\x87\x18\x06\x31\ \xb2\xa8\x76\xbb\x84\xa5\x49\xf2\xe0\xe0\xf8\xa1\xa1\x1d\x76\x67\ \xb2\x39\x99\x0f\x7b\x93\xa1\x71\xb4\x98\x8f\x1e\x3e\xb0\xe6\x8b\ \xa3\xc1\x83\xc3\xd9\x7c\x7a\xf4\xf9\x3f\x9c\x2c\xf6\x7f\xfa\x50\ \x35\x4e\x4e\x8c\xf1\xec\xe1\x47\x3f\x7a\xf7\xbd\xef\x7f\xfb\x3b\ \x67\x4f\x2f\x2f\xbb\xfd\x2e\x47\xe0\xf4\xca\xaa\xc7\x13\x70\xb8\ \x1c\x8e\x73\x6b\x6b\x6b\x6e\x87\xc7\x1d\xbd\xb4\xee\x0d\x06\x4e\ \x9d\x5e\x59\x72\x07\x56\x4e\x9d\x3e\xbd\xe4\x72\xdb\x79\xb0\x1e\ \xd7\xa0\x00\xaf\xdb\x13\x5b\x2e\x17\x90\x4c\x0e\x8f\x1d\xbd\xee\ \x77\x78\x1d\x1e\x27\xd0\x60\x3e\xaf\xc7\xe7\xf0\x3b\xbd\x9e\x40\ \xd4\xe7\x75\x3a\x2f\x9d\x03\xce\xd0\xe3\x0e\xbb\x9d\xff\x23\xea\ \xf7\x3a\x43\xde\xb5\xe8\x25\x87\xdf\xce\x8c\xe5\xf6\x7b\xed\x8a\ \xf6\x9e\xa7\x0a\xeb\x69\x7b\xb2\xd6\xc8\xf3\x1b\xe5\x74\xac\x93\ \xa3\xb9\xad\x2c\xf4\xd6\x85\xb7\x52\xd5\xcc\xad\x7b\x37\xde\x79\ \xf3\xc5\x97\x5e\xf9\xf2\x97\x5f\xf8\xf2\x33\x37\x9a\x77\xee\x5e\ \xbb\x72\xe3\xb5\x6b\x97\xaf\x6c\x17\xa5\x9d\x0e\xd9\x40\x10\x25\ \xde\xc2\x89\x54\xdb\x24\x91\x78\x2c\xd6\x8a\x13\xb7\xef\x58\x7d\ \xc3\xe0\x47\x4a\x4d\x27\x37\xa9\xee\x43\xb3\xcb\x48\x23\x21\x89\ \xb7\xb7\x29\x41\x64\x18\x21\x5d\x3a\x1c\xaa\x3a\xce\x29\xa2\x99\ \xa5\x4d\xb1\x01\xf1\x12\x25\x2d\x10\x58\x01\x03\x55\x65\x60\x6a\ \xc4\xb4\x30\x4e\xe9\x0f\x08\x45\x34\x48\xd1\x48\x62\xe2\x70\x32\ \x9e\x1e\x11\x45\xbd\x8b\xb3\xc6\x01\x8a\x4f\xfa\xda\x70\x36\x3e\ \x7c\x38\xef\x49\xf6\xfa\xe2\x78\x22\x99\x90\xe8\x76\x7c\x2f\x4f\ \x28\x50\x96\xd0\x92\x34\x55\xed\x94\x60\x02\x55\x25\x7c\x87\xd9\ \x6c\x18\x18\xa9\x76\x29\xaa\xd8\xde\x8c\x11\x28\x04\xc5\x18\x81\ \xc3\x8a\x2a\xcf\xb0\x31\x18\x87\xa5\x06\x47\x9a\x8c\x21\x89\x5c\ \x56\x4a\xe6\x7b\x58\x02\xce\x75\xb3\x08\x9f\x88\x69\xa8\x19\x63\ \xd5\xe6\x5e\xb5\x5d\x8c\x27\x09\x04\xc1\x9a\xa9\x4c\x05\xf8\x5a\ \x51\xe9\xc9\xb1\x4e\xb2\xd1\x68\xd0\xb9\xa4\x00\x91\x71\x91\xa1\ \x98\x6c\xba\x94\xca\x36\xb2\xb9\xcd\x9d\x2c\x0d\x61\xc9\x52\xa9\ \x56\x4d\x35\xf0\x7a\x1b\x2e\x96\xf3\x4c\x2c\x9f\xc6\x79\x8c\xae\ \x6c\xd6\xf2\x9d\x76\xa6\x5d\x2b\x34\xaa\xa9\x4a\xa3\x50\x6f\x36\ \x5b\x58\x3e\x53\xb7\xcb\x24\x6e\x35\x3b\x85\x72\x06\x28\xae\x04\ \x8a\x21\xbc\x40\xa0\x82\x98\x6f\xe5\x38\x02\x66\x20\x2e\x96\x10\ \x78\xf3\xd1\x6c\x74\x34\x53\xe1\x38\x61\x2a\x0c\x84\xe1\x7c\x2c\ \xc6\x4c\xfa\xba\xaa\x0f\x26\xb3\xa3\x9f\xff\x7c\x3a\x3c\xd4\xf4\ \xc1\x5c\x55\xf7\xad\xd1\xb4\x3f\x9b\x0e\xe7\xc7\x0f\xcd\xe9\x91\ \x9d\x4f\xd1\x98\x02\x85\xf5\xd3\x93\xcf\x8e\x3f\x9b\xc9\x87\xf3\ \xa3\x93\xc9\xf4\xc3\xff\xfb\xbd\x6f\x7c\xf3\x7b\xdf\xfe\xea\xea\ \xca\x8a\xc3\x1f\x89\x84\x5c\x91\x53\x67\x5c\x1e\xbf\xcf\x1d\x5e\ \x5f\x8f\xae\x5d\x72\x7a\x81\x89\x8b\x7e\x3d\xba\x0c\x50\x15\x08\ \x86\x96\x22\xc1\x53\xab\x21\xbf\xd3\xb1\xf2\xd5\x20\x50\x57\xae\ \xd5\x10\x30\x85\x21\xbf\xc3\xb1\xba\x14\x72\xd9\x0b\x9f\xdd\x0e\ \xa7\x7b\xcd\xe3\xbd\x14\x76\x02\x99\xe5\xf3\xbb\xa2\x6e\x17\xb0\ \x87\x0e\x00\xb1\x70\x74\xcd\xb3\x06\x4c\xa2\xd3\x13\xf5\xda\x2c\ \x03\xee\xf0\x12\x78\xdd\xe3\xb1\x53\xd4\x00\xeb\xe8\xf7\x3c\x8d\ \x74\x7f\xda\x9e\xac\xb5\x5a\xf2\x6e\x01\x85\x8a\xa5\x1a\xb5\x55\ \x69\xbe\xfa\xf2\x3b\x3b\xad\xcd\xad\xcd\x77\xee\x14\xce\x3f\x7f\ \xfe\xa5\xe7\xff\xeb\xff\xf1\x5f\xdf\x6a\xde\xbc\x7c\xe1\xea\x95\ \xaf\x7d\xed\xc2\x8d\xdb\x39\xf9\xcd\x2c\x49\x32\x0c\xcb\x77\x28\ \x2b\x15\xe7\x0d\x09\x81\xa0\x3a\xc4\xdc\xcb\x08\xa2\xa5\x6b\x63\ \x2e\x6f\x25\xcb\x65\x58\x06\x52\x67\x3c\x8d\x51\xf1\xce\x76\x5e\ \x34\xba\x08\x91\xcf\xab\x86\xd2\x35\x48\x8e\x52\xa9\x9c\xd8\x43\ \x24\xc1\x44\xfa\x33\x34\xae\x75\x91\x2c\xca\xc3\x84\x9e\xe6\x78\ \x58\x13\x59\x1e\x95\x7b\x49\x46\x97\x24\x93\x1f\x1f\x18\x0b\x21\ \x0e\xf4\x04\x33\x9a\x92\xdd\x91\x6c\xcd\xf7\x0f\x4e\xe6\x46\xbc\ \x3b\x52\xac\xa1\x04\x25\xe5\x61\x8e\x22\x77\x2b\x68\xc2\xc4\x58\ \x99\x2e\x09\xf5\x46\x2e\x07\xc7\x72\xaa\x9c\x8d\xdf\xa5\xad\x38\ \x2b\xcb\x68\x0e\x4b\xa4\x19\x5e\x10\x35\x4d\x26\x49\x09\x56\x19\ \xe0\x34\xe9\x02\x4a\xd5\x29\x0c\x61\x7a\xd6\x9c\xa8\x37\x8b\x79\ \x94\x85\x18\xb1\x0b\xa3\x70\x8b\xb3\x34\xc6\x42\x63\xf5\x5c\xb2\ \x8c\x30\x5a\x4f\x89\x25\x73\xf9\x7a\x2d\x8d\x93\x8c\x6e\xf1\x99\ \x7a\x96\xab\x36\xca\x54\x96\x93\xc9\xb8\x25\xe3\x4c\xbb\x45\xd5\ \xb3\x9d\x6c\x23\x93\xcf\xa6\xd3\xf1\x1c\x9d\x86\x72\xd5\x2a\x95\ \x4a\x15\xcb\x9d\x1a\x03\x63\x38\xca\x30\xc5\xc6\x6e\xaa\x6d\x57\ \x6d\x6d\x95\x8b\xf9\x3b\x5b\xed\x66\xbb\xd9\x6c\x67\xb8\xcc\xc6\ \xe6\xce\xed\x5b\x5b\xf5\x5c\x0b\x5c\xf0\x02\x17\xa3\x12\x22\x29\ \xb2\x0c\x24\xb4\x6b\x10\x9c\xcc\x62\x08\x45\x62\x71\x72\xf8\x60\ \x32\x3e\xe8\x8b\x30\x9c\x54\x62\x10\x1c\x03\x67\xc1\x48\xb3\xe1\ \x5c\xee\x4d\xf6\xe7\x07\x9f\x3f\x98\x8e\xc7\x96\x69\x8c\xe6\xd3\ \x07\x73\xfb\x26\xe1\xa4\x3f\x39\x7c\x34\xd4\x0c\x73\x36\x78\x60\ \x5a\x8b\xe3\x93\xcf\x1e\x7e\xf4\xf9\x07\x13\x63\xf1\xe0\xe1\xe1\ \xe2\xe4\x6f\xde\xfd\xde\xf7\xde\x7d\x6f\xc9\x11\x09\xb9\xc3\x91\ \xd5\x40\x24\xb0\x14\x88\xd8\xc9\xf7\x1c\x6b\xce\xb0\xd3\x1d\x5d\ \xbf\x74\xc9\x15\x8e\x7a\xa3\xbe\x48\x24\xe2\xf2\xaf\xae\x04\x42\ \x11\x4f\xc8\x05\x8c\xdf\x69\x57\x28\xe0\x09\xad\x04\x1f\x4f\xcf\ \x87\x96\x7d\x8e\x80\xcf\x07\x74\x97\x3f\xe4\x73\x86\x80\xda\x72\ \x7a\xdd\x97\x7c\x0e\x9f\x6f\xcd\x17\x0e\x03\x51\xe5\x75\x7a\xc3\ \x51\xf0\x3f\x7c\x29\x0a\x7e\xb8\x42\xae\xb0\xdf\x6b\x6b\x2b\x4f\ \x38\xec\x73\x02\x39\xb7\xb6\xee\xf3\x79\x9f\xde\x25\x7c\xda\x9e\ \xac\xed\xb4\x72\xf7\x9a\x12\x16\xcb\x97\xdf\xbe\x99\xbe\x73\xf5\ \xed\x4c\x7b\xeb\xfa\x8d\xeb\xaf\x15\x76\x5e\x7c\xe5\x85\x17\x9e\ \xfd\x8b\xff\xed\xcf\xdf\xba\x7b\xf9\xa5\xab\x97\x2f\xbe\xfc\xca\ \x95\xcb\xd7\xf3\xec\x76\x83\xd0\x18\x4e\xe9\x95\x54\x3d\x85\x99\ \x83\x5e\x0c\x57\x38\x0e\xad\xd4\xba\xa4\xa2\x32\x42\x06\x23\x72\ \x6d\x0a\xcd\x32\x52\xcf\x3a\x86\x6b\xb5\x4a\x16\xd3\x0f\x05\xa1\ \xdb\xc8\x49\x03\xdd\x5c\xf0\x6c\x6c\x82\xc0\xc2\x90\xb7\xfa\x7c\ \xbc\x67\x30\x89\xc9\x98\xe7\x59\x36\x17\x1f\x25\xc4\xa9\x3a\x90\ \xd8\x09\xd9\xd7\xb3\x50\x4f\xee\x4e\xd4\xcf\xe6\xdd\x39\x14\x1b\ \xe9\x6c\x6c\x30\x46\x87\x87\xf2\x74\x78\x70\x3c\xee\x31\xc4\xbc\ \x1f\x57\x78\xa4\xda\x48\x74\x29\xa1\xdf\xa2\xbb\x18\x12\x27\xba\ \xb9\x3a\x57\x2c\x10\x31\x0e\xaf\x61\x14\xd7\xba\xdb\x42\x20\x51\ \x54\x98\x4c\x22\x47\x33\x43\x41\x55\x79\x1d\x63\xa0\x18\xe8\xdd\ \x88\x25\xd2\x1c\x8c\x71\x02\x99\x8e\xeb\x22\x5d\x2a\x57\x30\xa6\ \xab\xc7\x19\x05\x35\xf8\x7c\x4c\x22\x79\x21\xc9\x36\x4b\x9d\x9d\ \x64\x0c\x25\xba\x32\x9a\x6f\x16\x3a\x38\xcc\x10\x72\x97\xca\x54\ \xf1\x52\xab\x50\x8e\xb7\xf2\x72\x1e\x91\xe0\x2e\x51\x2e\x54\xeb\ \xad\x22\x5d\xcb\x6c\x25\xb3\x39\x56\xa0\xf3\x09\x9a\xae\xb5\x3a\ \xa5\x54\xbb\x55\x65\x99\x4e\x2c\x59\x2d\xd1\x8d\xbb\x9d\x4c\x25\ \x5d\xdc\xcb\xd0\x9d\x72\xbd\x58\xab\x6d\x95\x8b\xd5\x66\xad\x52\ \x2d\x57\xde\x4c\x55\xb2\xf9\x56\xb3\x50\xeb\x70\x31\x21\x86\x10\ \xa4\x00\xb1\x42\xa3\x95\x07\x27\x29\xe0\x49\x1c\x26\xf9\xe3\x47\ \xb3\x99\xa5\xcb\x78\x8c\xef\x12\x71\x1e\x47\x58\x41\x51\x8c\xd1\ \xd8\x92\xc5\xc1\xe4\xc1\xc9\xc0\x00\x5a\x6a\xac\xcd\x46\xd3\xa1\ \x09\x8c\xf4\xf4\x61\x77\x3c\x7b\x74\x74\x74\x68\x2c\x0e\x17\x47\ \xd6\x62\xba\x78\xb8\x38\xf9\xe8\x03\x0b\xe2\xf7\x0f\xa7\xc7\x3f\ \xfe\xc9\x0f\xbf\xfd\xde\x77\xce\x84\x3d\x6e\x40\x93\xa5\x15\xd7\ \x72\x28\x12\x0a\xb9\xec\x30\xce\x73\xd1\x35\xb7\xdf\xe9\x5c\x5f\ \x77\xaf\xad\x39\x9d\x9e\xc0\xea\x29\x97\x1b\x60\x2d\x78\x26\xe8\ \x73\x9d\x0e\x07\x22\x67\x96\x96\x23\x5f\x59\x8d\xac\x04\x03\x2b\ \xcb\x01\xa0\xaf\xc0\x1b\xed\xb9\x78\xbf\x0b\x70\x0a\x1c\x01\xa8\ \x30\x77\xd8\xe3\x03\x62\xcb\xe9\x01\x72\xeb\xd2\x1a\x38\xd2\x1a\ \xf0\x87\x6b\x51\x40\x31\x8f\x3f\x0c\x1e\xbd\x6e\xaf\x2f\x7c\x29\ \xec\x71\x01\xd9\xe5\xf4\x84\xdc\x4f\xe7\xb0\x9e\xb6\x27\x0c\x6b\ \x28\x6e\xbc\xd3\xc1\x68\xbc\x56\x29\x6c\x76\x76\xaf\x6e\x65\x76\ \xee\xdd\xda\xbd\xfd\x76\x3b\xf5\xd2\xf9\x8b\x5f\x7a\xfe\x4b\x7f\ \xf6\x5f\x6e\x6c\xbc\x66\x97\x4c\xbe\x7c\xe1\xc2\xe5\xeb\x0c\xf2\ \x76\x8d\x40\xa5\x18\xdf\xdf\x13\xd1\xed\xdc\xa1\xc0\xb3\x68\xa9\ \x02\x34\x4d\xcb\xd0\x15\x05\x8d\x67\x39\x3d\xbf\x45\x93\x09\xc5\ \x34\x35\xab\x8a\x26\x3a\xcd\xa4\x3e\xe6\x04\xb3\xd0\x20\x8c\xfe\ \x64\x41\x20\x64\x17\x8a\xa9\x9a\xde\x25\x50\x64\x62\xa5\xb1\xe1\ \xbe\x00\xc9\xbd\x16\x36\xa8\x13\x26\xac\x8d\xac\xa1\xa0\xe9\x71\ \x43\x87\x08\x6b\x76\x64\x4e\x3e\x25\x31\x89\xa0\x7a\xfd\x6e\x52\ \xdb\x27\x0e\x07\x8b\xe3\x81\x62\xa8\xc3\x39\x2a\xb1\xc9\x06\xc7\ \xb1\x0d\x51\xcd\x53\xbd\x78\x2e\x29\xca\x39\xba\xb6\x59\x57\x35\ \x8c\x48\x36\x80\x07\xdb\x82\x61\x51\xed\x12\x5d\x2a\x46\x95\xba\ \x43\x41\x52\x08\x06\x46\x5a\x49\x45\xe4\x07\x82\x9c\xc8\x97\x3b\ \xd9\x1e\x8b\x33\x6c\x17\x6b\x17\x4b\x10\x8e\x48\xac\x42\x22\xba\ \x40\xe9\x4c\x12\x66\x29\x08\xc8\xa5\x7a\x03\x06\x54\x54\xe3\x74\ \x25\xd5\x49\xa0\x88\xaa\xc3\xa5\x62\x3a\x5e\xad\xef\xc1\x89\x66\ \x1a\x4d\x12\x78\x52\x47\x0b\x5c\x1d\x6b\x6d\xd4\xf2\xe5\x56\xad\ \x91\xe6\xaa\x1d\xae\xb8\x57\xa9\x94\x81\xdd\xe3\x36\x4a\xf1\x64\ \xbd\x91\xe5\x3a\xe9\x72\xb3\x5e\xad\xe5\x9a\x85\x4c\xbe\xd9\x6a\ \x56\x9b\x9d\xad\x22\x5d\xda\x2c\x97\x8b\xc5\xc2\xcd\xd4\x26\xdd\ \x28\x54\x3b\x99\x62\x23\x0e\x49\x32\x8a\x00\xf9\xc9\x83\x1e\x70\ \x38\x81\xd7\x72\x04\xc9\xa0\x93\x47\x27\x47\xfb\x7a\x82\x42\x49\ \x45\x94\x45\x0c\x45\xa5\xb1\x41\xf6\xf4\x9e\x44\x0c\x66\xa3\x93\ \x99\x39\x9d\x0d\x2d\xa3\xaf\x1f\xce\xb4\xee\x68\xb6\x7f\x34\x32\ \xe7\x0b\x6b\x36\x3e\x58\x9c\x1c\xe8\xc3\xcf\xe6\x27\x9f\x7f\xf4\ \xc1\x83\xc5\x84\xed\xcd\xa6\x0f\x3e\xfa\xee\xfd\x9f\xdc\xff\xde\ \x37\x57\x43\x21\x9f\x17\x90\xc6\xb5\xb2\xe4\x00\xfe\xce\xeb\xf5\ \x86\x9c\x97\x80\x67\xf3\xf9\x7c\x61\xb7\xf7\x5c\x38\xea\x0e\x00\ \x54\xb9\x02\x8e\xa0\x1f\x40\xca\x15\x5a\xf1\x85\x96\x4e\x03\x37\ \x08\x3c\xe2\xd2\xca\x6a\x60\x39\xe8\x07\xca\xca\x11\x01\x1e\xd0\ \x61\xdf\x2d\x0c\xb8\x9c\x1e\x87\xc7\xef\xf2\xfa\x7d\x2e\x9f\xd3\ \xe1\xf1\xae\x7b\xd7\xed\xc9\x2a\xe7\x5a\xd8\xed\xf6\x83\x1e\xfc\ \xd1\xb0\xdf\x1f\x06\x88\xf4\xda\xd6\x11\x74\x17\x76\x44\x96\x5d\ \x4f\x2d\xe1\xd3\xf6\x84\x93\xee\x95\xed\x7b\x1b\x25\x18\xcf\xb6\ \x8b\x77\x1a\x95\x37\x36\x8a\x95\xe6\xf6\xe6\xe6\x8d\xd4\xd6\xcb\ \x2f\x9f\xff\xd2\x0b\x7f\xf6\xcc\x9f\xbd\xd1\xba\x79\xf5\xd5\x2b\ \x97\x2f\xbf\xf5\xf2\xb5\x56\x4f\xd8\xcc\x12\x9a\xc9\x90\x46\x32\ \xc6\xef\x96\x8e\x18\x81\x81\xb0\x26\x3f\xb9\x59\x95\xba\x13\x34\ \x81\x97\xa9\x7e\x7d\xb3\x54\xe2\xd8\x71\x0f\x26\xe3\x3c\x4a\xd5\ \x4a\x07\x03\xd4\x94\x1a\xcc\xa0\x7f\xb2\x30\xb5\x64\x17\xe1\x78\ \x88\x31\x59\x30\x0a\x05\x0d\x8e\xb3\x28\x54\x42\xf0\x6c\x5c\xcb\ \xd7\xb6\x33\xc8\x68\x36\x94\x47\x7d\x7c\xa4\xc5\xf8\xe1\xec\x58\ \x1b\x0c\xe1\xc4\x10\xee\xf4\x27\x13\x55\x1d\xf4\x8c\xfe\xc1\xf0\ \x68\xa4\x21\xc3\x09\x21\x5b\x69\x0e\xcb\xa7\x81\x71\x2b\xa4\x91\ \x2c\x9d\x1c\xc8\x58\xb2\xbc\x25\x75\x49\x94\xe7\xe0\x6a\x33\x59\ \xd5\x18\x46\x93\x2c\x82\x93\x13\x09\xc3\x12\x45\x51\x4b\x90\x22\ \x8d\xe9\xba\x24\xc4\x48\x14\x06\xde\x91\x25\x50\xb5\x87\xe4\xf2\ \x79\x48\x8e\xb1\xf1\xa4\xd4\xcd\x4d\x18\xa1\x8b\x28\x7a\x3c\xc1\ \xd5\xb8\x5a\xa6\x5d\x6f\xe0\x70\xba\x91\xab\x6e\xed\x54\xee\x14\ \xb8\xc2\x56\xb3\x91\xc6\xb6\x5a\xf9\xb8\x88\xa0\x18\xcc\x27\x19\ \x1e\xea\x60\x89\x6a\x67\xaf\x5c\xca\x96\x77\x8b\xd5\xca\xde\x5e\ \x29\x5d\xd9\xb4\xf3\xf2\xc5\x12\x85\x22\x47\x35\xa8\x12\xd6\x49\ \x57\x53\x74\xbd\x44\xd5\xca\x8d\x5a\xba\x5d\xa8\x52\x7b\xed\x62\ \xa5\x54\xeb\x74\x3a\xc5\xed\x8d\x4c\xa6\xda\x06\xfd\x34\x69\x28\ \x09\x33\x31\x58\x20\xd8\x04\xd2\xaa\x26\x38\x32\x8b\x73\x2d\x18\ \x97\xcc\x87\x8f\x3e\x5c\x1c\x4b\x28\x47\x2a\x28\x82\xc1\xb9\x24\ \x43\x28\x83\xde\xa1\xc6\xea\xd6\x7c\x7e\xf0\x60\x6a\x8e\x0e\xc6\ \x47\xd6\x6c\xa2\x4d\xed\xda\x17\xa3\x85\xd9\x1b\x1f\x0e\x27\x47\ \x47\x9f\x3d\xe8\x4d\xa7\x47\x07\x87\x3f\xff\xe0\xf3\x93\xe9\xc0\ \x38\x18\x9f\xfc\xe4\xbb\xaf\x7f\xef\x6f\x7e\xf0\xcd\xaf\xac\x86\ \xfc\x8e\xd0\x57\x42\x6b\xe1\xa5\xa5\x90\xcf\x17\xf1\xb8\x7d\x0e\ \x5b\x0c\xad\xad\xfd\x95\x17\x80\xe5\xdc\xd7\xa3\xfe\x40\x64\x65\ \x29\x04\x60\xe4\x5b\x5e\x76\xf8\x23\x67\xfc\x91\xd5\x88\x2b\x08\ \xd4\x55\x64\xc9\xe7\x8a\xb8\x02\xf6\x02\x66\x5f\x24\xe4\xf2\x04\ \x56\xdc\x5e\x87\xc3\xef\x09\x78\x1d\x3e\x40\x23\xaf\xd7\x0d\x1e\ \x3c\x5f\xbf\x14\xb6\x4b\x4e\x78\xd6\xd6\xc3\x2e\x77\xf4\x12\xb0\ \x8b\xeb\x1e\xbf\x2f\xec\xf4\x78\x81\x8a\xf3\xbb\x5c\xde\xa8\xcb\ \xe5\x73\x3f\xb5\x84\x4f\xdb\x93\xb5\x6a\x66\xf3\x7a\x53\x57\xe2\ \x58\xfe\xe6\xdd\x46\xf3\xb5\xdb\x9d\x3b\x9b\x95\xcc\xf6\xad\xcc\ \xe6\x73\xcf\xbf\xf0\xc2\xc5\x67\x9e\xfd\xe2\xdb\x3b\xaf\xbd\xfc\ \xea\xc5\x57\xaf\x5d\x7e\xf9\xea\x36\x9b\xbb\x5b\x4b\x62\xac\xc8\ \x92\x08\x81\x6e\x51\x2a\xd3\x45\x20\xb2\x36\x9c\xdd\x6b\xc6\xf4\ \x09\x41\x15\x77\xb2\x6c\xad\x99\x2b\x32\x22\x4b\xc8\x66\x92\x24\ \x6b\x0d\xb6\xa7\xa2\x5d\x21\x8f\x18\x03\x73\x3c\x14\x13\xa6\x9c\ \x93\x87\x84\x8a\x18\x46\x5c\x1c\xe6\xe8\xea\x9b\x3b\x35\x22\x5e\ \x32\xd4\xf4\xad\x57\xb7\xd2\x92\x32\xee\x29\x12\xa5\x2b\x69\x68\ \x30\x3c\x54\x47\x7a\x1e\x12\xdb\x75\xe5\x70\x31\xb4\x34\x82\x18\ \x1d\xec\x9f\x7c\x36\x92\x26\x1a\x64\x8a\x25\x1c\x42\xb8\xa2\x4a\ \xec\xc5\xd1\x1c\x2c\x0d\xe2\x45\xa6\x51\x48\x68\x09\x43\x2c\xd5\ \xf2\xb9\xf2\x1e\xab\x98\xa2\xc4\x23\x71\xa3\x96\xb0\xba\x90\x6a\ \x1a\x98\xa4\x70\x84\xa9\xf5\x54\x00\x24\x96\x2f\xd4\x11\xc5\xec\ \xa2\x78\x8e\x2b\x41\x82\x26\x43\xfa\x84\x53\x0e\xd2\xa8\x25\xa8\ \x0a\x2f\xb7\x73\x48\x79\x67\x6b\x73\x6f\x23\xb5\xd1\xce\xef\xde\ \xba\x7b\xf7\xf6\xdd\x9b\xb7\x6e\xa7\x93\x54\xac\xd0\x48\xa4\x13\ \xc9\x7c\x1e\xe6\x19\x8e\xcc\x65\xab\x95\x46\x19\x48\xa8\x74\xae\ \x9c\x2b\xe6\xb3\xf9\x44\x76\x67\xbb\xdd\xd8\xad\x72\xd9\x26\x86\ \xd5\xf6\x8a\x5c\xc9\x4e\xcd\x50\xca\x64\x30\x0c\x30\x35\x9d\xab\ \x97\xb3\x2d\x1a\x6f\xb7\x6b\xcd\x72\xb3\x7c\xfb\x56\xb3\xd9\x6a\ \xd7\xaa\xc5\x4e\x09\x49\xb3\x04\x92\x86\x90\x5e\x36\x57\x6b\xa6\ \xd3\x3c\x0f\x73\x59\xb4\x84\x6a\xf3\xe3\xd9\x58\x45\x90\x38\x8a\ \x0a\xe9\x4e\x2c\x9f\x44\x95\xb1\x62\x18\x1a\xcb\x08\xc3\xde\xe4\ \xd3\x4f\x07\x07\x8b\xb1\x29\x8d\xfa\xe3\x99\x31\x9f\x8c\xf7\xf7\ \x07\xe3\x09\x78\xd8\x97\xf6\x07\xa3\xc9\x74\xb6\xff\xf9\x47\x3f\ \xff\xec\xd1\x81\x45\x76\xa7\x1f\xdd\xff\xee\xbb\x3f\xf8\xcb\xaf\ \x04\x22\x81\x40\x70\xe9\xcc\xca\x4a\x20\xb0\x1a\x74\xd9\xc5\x50\ \x3d\xee\x35\x6f\x28\xe0\x5c\x8f\x7e\x1d\x90\x0b\xb8\xb6\xb0\x7f\ \xc5\x8e\xbd\x02\xea\x28\xb4\xe4\xf2\x03\xd1\xb4\x14\x58\x3a\xb3\ \xb4\xb2\xb4\x14\x39\x7d\x66\x69\x69\x35\x18\xf2\x03\x5b\x18\x0c\ \x38\x03\x1e\x87\xbd\x10\xda\x6f\xaf\x8a\xb6\x45\x17\x80\x90\xc7\ \xe7\x73\x46\xc3\xd1\x75\xa0\xa6\xd6\x3c\xe1\x75\x7b\x32\x3f\x6a\ \x9b\x44\x27\xe0\x9a\xcb\x8e\x7f\x07\x52\x2c\x14\x00\x7b\xbb\x1c\ \x4f\x8b\x50\x3c\x6d\x4f\x38\xe9\x9e\xeb\xbc\xb5\x23\x28\x8d\x5c\ \xa9\x70\xad\x93\xbd\xf6\xe6\xce\xf6\x56\xb3\x90\xba\xde\xd9\x7a\ \xfe\xf9\xe7\x5f\x78\xfe\xd9\x2f\x3e\xf3\xf6\x8d\xf3\x57\x2e\x3f\ \x7f\xe1\xe5\xab\x2f\x5f\xdc\x20\xe8\xdb\x12\x4f\x0a\x10\x99\xab\ \x75\x63\x19\x9d\xd0\x15\x18\x4a\x50\xca\x38\x53\x8f\x25\xd4\x01\ \x4b\x34\xf1\x5e\xa3\x9e\xe8\x4b\x3d\x99\xe5\xd5\x04\x9f\xa3\x60\ \x56\x17\x61\x49\x29\xc3\xea\xe4\x90\x57\x10\x6d\x6a\x16\x15\x43\ \x27\x18\x4b\xe7\x0d\xb3\x9a\x2c\xbc\x79\xb7\x2a\xc1\x4d\xa1\x5b\ \xbb\xfe\x76\xa6\x2d\xe8\xc7\xbc\xa8\x64\x75\xb6\x9d\x9b\xf5\x79\ \xe8\x78\x9c\x4e\xa7\xb7\x9a\xfa\xc9\x03\x6d\xaa\x30\xbd\xe1\x87\ \xd3\x47\x0f\xbb\xec\x48\x13\xd4\x18\x21\x52\x24\x5e\x1c\x93\x29\ \x38\xd9\x61\xf5\x19\x44\xe9\xa5\xa2\xae\xc9\x7a\xac\x44\xa7\x63\ \x7b\x09\x41\x90\xd1\x78\x8f\xe4\xf9\x24\x27\xa9\xbd\xfd\x19\x4b\ \xa2\x4c\x56\x1a\xc9\x3d\x53\x80\x60\x16\x2e\x09\xc2\x70\xac\xf4\ \x59\x9a\xaa\xe7\x74\x5d\xd5\x25\x19\x23\x19\x18\x36\xfb\x2c\x17\ \xd3\x77\x60\x68\xeb\xed\x9b\xa9\xc2\xc6\xed\xed\x2d\xae\x79\x6f\ \x37\xd3\x69\xde\xd9\xae\xd2\x35\x21\x57\x4c\x24\x60\xa8\xd4\x68\ \x20\x28\x0e\xc7\xe8\x72\x49\xe1\xb6\xb6\x9b\x7b\x54\xb6\xdc\x66\ \xa9\x72\x03\x29\x97\xab\xc5\xf2\x6e\xab\xde\xae\x72\x78\xbe\xd3\ \xca\xc5\xe9\x5a\xa7\xbe\xbb\x9b\x6f\xb6\xcb\x09\x0a\xce\xd5\x4b\ \xd5\x0e\x06\xd7\xab\xad\x8d\x56\x79\xfb\xfa\x46\xbb\xd3\xda\x2d\ \xb5\x9b\x9d\x7c\xae\x86\xa1\x6c\x96\x61\xe2\x2c\x9e\x2e\xb3\x10\ \x78\x6c\x80\x67\x80\xff\x8b\x43\x29\xc6\xa1\x64\x9c\x8b\xc1\x50\ \x2c\x8e\x0b\xbc\xa9\x0f\x7b\xba\xd4\x95\x07\x93\xc1\xe2\x51\xaf\ \x67\x9a\x53\x5d\xeb\xcd\x86\xd3\xa3\xc5\x64\x31\x1b\x8c\xcd\xe1\ \x7c\xb2\x18\x0c\xec\xe4\xf2\xc7\x9f\x7d\xfe\xf1\x07\x0f\x1e\xce\ \xba\x71\xeb\xef\xdf\xfd\xfe\xdf\xbc\xf7\xcd\xa0\xc3\xb7\xea\xf7\ \x06\xbe\x72\x76\xc5\x26\x8f\xcb\x17\xb0\x83\xa5\xdc\xce\xb0\xdf\ \xe6\x96\xd7\xeb\x73\x7b\xd7\xed\x04\xa1\x11\xe0\x06\x23\x4e\x7f\ \xc4\xeb\x0e\x04\x9d\xc1\x55\xd7\xa9\xaf\x7e\x75\xc9\xbf\xba\x74\ \x16\xd8\xc2\xd5\x48\xc8\x6b\xe7\x79\xf7\xfb\x81\x6c\x72\xf9\x81\ \x79\xb4\x97\xf5\xf8\xec\x05\x85\x00\x48\xf6\xba\x1b\xa7\xd3\xe9\ \x8e\x9e\xf3\x3e\x36\x86\x00\x7f\x4e\xc0\x31\xef\x9a\xd7\xe3\xf5\ \x79\x2f\xd9\xf3\x5c\x3e\x9f\x2b\xb8\x14\xf0\x3c\x5d\x4b\xf8\xb4\ \x3d\x59\x6b\xd2\xed\x37\x0b\x09\x96\x4a\xd7\x6a\xd7\xf3\xd5\x6b\ \x7b\xb5\x46\xaa\x59\x78\xfb\x46\x61\xe7\xa5\x57\x5e\x79\xe1\x99\ \x17\xbe\xf8\x5f\x5f\xf9\xda\xd5\x6b\x2f\x3e\xff\xca\xe5\x2b\x17\ \xde\x6c\x4b\xf8\x76\x77\x61\x0d\x93\x69\xa8\x80\x52\xbb\xe3\xa9\ \xc2\xe5\x99\x56\x8d\xe1\xaf\x57\x61\x9c\x4f\xa0\xe9\xaa\x72\xd8\ \x2c\xc7\x06\x03\x43\xce\x0d\xba\x0d\x28\x5b\xef\x74\x65\x1c\x53\ \xd9\x32\xb9\x3f\x92\x34\x0b\x27\xa6\x44\x4d\x1b\x68\x96\x25\x8b\ \xea\xa2\x8b\xe3\x5b\xb7\xee\x16\x55\x32\x37\xc4\x32\x3b\xf7\x28\ \x68\x78\x32\x45\x07\x5a\x42\x53\xb3\x75\x61\x14\x57\x66\x7c\x1b\ \x65\xca\xe9\xc5\x43\xa2\xf7\x40\xd5\xf4\xc1\xe4\xe8\xc3\x7d\x49\ \x39\x20\x58\x0b\xc1\xd3\x31\x43\xc0\x99\x74\x59\x41\x81\xe0\xe9\ \xc7\x90\xa3\x34\x86\x20\xe6\x00\x86\xb3\x30\x5e\xc7\x04\x9e\x97\ \x54\x93\x64\x54\x2c\x26\x8d\xf4\xae\xc2\xe5\x44\x86\xeb\x4b\xe6\ \x64\xcc\x22\x68\xac\x88\x8d\xf4\x98\xd8\x37\x63\x74\x9c\x92\xfa\ \x88\x34\x26\x49\x2c\x8e\x52\xe8\x58\x27\x49\x1e\xcf\xc4\xf0\x54\ \x66\x6b\x77\x7b\x67\xaf\xd1\x6c\x64\x36\xee\x6d\xd5\x76\x2b\xe5\ \x76\x2d\xc7\x97\x2a\xc0\xe7\xd5\x12\x39\x18\xc3\x11\x22\x9d\xe0\ \x72\x2c\x5a\x2d\xd6\x53\xed\x42\x96\x02\x06\xb1\x46\x35\x3a\x9d\ \x56\xbb\xd5\x68\xd7\xf3\xf5\x74\xb6\x5e\xe7\x6a\xd9\xfc\x4e\xbe\ \xbc\x53\x01\x82\x35\x55\xca\x16\xe3\xf9\x54\x91\xcb\x53\xd5\x4a\ \xb5\x59\xdd\xbe\xb5\x57\x68\xed\x55\x3a\xe5\x26\x94\x4e\x27\x21\ \x42\x80\x92\x6c\x2c\x0f\x03\x2a\x32\x5c\x0e\xe3\xd2\x02\x6f\xc9\ \xa3\xc5\x2c\x06\x91\x3a\x11\x27\x59\x32\x9e\xa0\x04\xa5\xdf\xef\ \x4e\x15\xb5\x8b\x5a\xe6\xf4\xf8\xe7\x1f\xf6\x2c\x6b\x6c\x98\x03\ \x6b\xd4\x9b\x0e\x66\xd3\xf9\x60\x6a\x8e\xf7\x7b\xfd\xd1\xd0\x9a\ \x2f\x16\xe3\x83\x8f\x3e\x3e\xf9\x7c\xff\x68\x24\x0e\x7e\xfa\xa3\ \xf7\xde\xfb\xce\xd9\x88\xcb\xe3\x0f\x2e\x45\x4e\x2d\x2f\x9f\x5e\ \x76\xb8\xbd\x01\xbf\x3d\x15\xbe\xb6\xe6\x01\xd4\x72\xba\xbd\x6b\ \x40\x0d\x45\xd7\xd7\x9c\x7e\x57\xe0\x74\xd0\xe1\xf6\xac\x9e\xf2\ \xb8\xfd\x81\x40\xc0\x17\x59\x5d\x3d\x13\x5c\x8e\x44\x1c\xae\xa5\ \x50\x68\x19\x1c\xc4\xe1\x08\x04\x57\x7d\x9e\x60\xc4\xe5\x70\x45\ \x42\x0e\xaf\x33\x0c\xa8\xe5\xf5\x84\xed\x38\xf7\x90\x5d\x7f\x70\ \xed\xd2\x1a\xe0\x56\x38\xea\x74\x44\x1d\x7e\xdf\xba\x9d\x8b\x06\ \x74\x15\x8d\x3a\x7d\xb6\xd3\xf4\xbb\x42\x4f\x81\xf5\xb4\x3d\x29\ \xb0\xda\xd5\x5b\x45\x32\x17\x4b\xb0\xa5\x77\x6a\xed\xcb\xb7\x6a\ \xc5\x9b\x9b\x3b\x6f\xbe\xd9\xbe\xf9\xd2\x4b\x2f\x3d\xf3\xc5\x67\ \x9f\x7b\xf6\xea\xf5\xab\x57\xce\x5f\xb8\xf0\xea\xd5\x8b\x37\x6a\ \x23\xe1\x4e\xac\xb7\x18\xf3\x70\xae\xa4\xe3\xdb\xe2\x18\x21\xb4\ \x44\x2a\xa7\x08\xb7\xe8\x18\xab\xc5\xf9\x7c\x3d\x8e\x6c\xb6\x62\ \xd6\xa0\x6f\x11\x53\x35\x89\x33\xcd\x8e\xaa\x90\x62\x9c\xe2\xe2\ \xe0\x95\xc9\x9c\x88\x8f\x90\xb4\x3a\x56\xbb\xba\x49\x11\x33\x03\ \x27\xeb\x37\x77\xa0\x81\x8c\x4e\xb0\x72\x27\x87\x6b\x23\x4d\x87\ \x54\xb1\x61\x58\x5c\x21\xcd\x08\x22\xcf\x71\xaa\x0a\xf7\x17\x16\ \xd3\x7f\x30\x50\xad\xa3\xc5\xd1\xf4\xa1\xa4\x1e\xf5\xba\x32\x5d\ \xa2\x29\x04\x43\x8d\x0a\xad\x72\x54\x57\xe5\x31\x04\xcd\x77\xb1\ \xee\x48\xcd\xe5\x69\x0a\x6a\x27\x63\x8c\xde\x1b\x58\x49\x1c\x4f\ \xb3\xda\x90\x07\x83\x3c\x61\x92\x54\x4f\xd3\x46\x52\x0f\x47\x12\ \x79\x71\xaa\x59\xaa\x26\x31\xb1\x7c\x53\x18\x8a\xba\x3c\x54\x51\ \x53\xc9\xa2\xbc\xc8\x4b\x7c\xb6\x11\x4b\xb4\xef\xee\xec\xee\x6e\ \xa7\xca\x1b\xd5\xd6\xed\x77\xee\x54\x76\xee\x34\xf7\x80\x6a\x4a\ \xd6\xca\xcd\x6a\x8d\xc2\xf1\x24\x24\x1a\x4c\x36\xd1\x68\x24\x3a\ \x42\xa3\xd4\xa6\xe3\x71\x38\xdd\xc8\xa7\x3b\x1d\x3a\x9f\xd9\xeb\ \x50\xcd\x0e\x4c\x73\xcd\xdd\x8d\x42\xba\x59\xc0\x3a\xbb\xe5\x3c\ \xdd\x68\x15\xab\x9d\x12\x9d\xa2\x48\x1a\xee\x34\x0b\x9d\xca\xdd\ \xbb\x9b\x9d\x46\xaa\x50\xcc\xd4\x70\xaa\x5c\x8a\xc5\x98\x34\x0e\ \x01\xe7\x98\xc7\x44\x2c\x99\xe0\x8a\x59\x92\x30\x4c\x6b\x24\xc6\ \x79\x52\x21\x11\x14\xe2\xb2\xb9\xa4\x61\x59\x43\x5d\x36\x55\x7d\ \x68\x0c\xb5\xc5\xe7\xc7\xf3\xc1\x60\x34\xec\xaa\x63\xe0\xb4\x27\ \x87\xfb\x73\xeb\xc4\xec\x4d\x8f\x2d\x7d\xb0\x7f\x7c\x78\x30\xfb\ \xf0\xa3\x8f\x3e\xff\xf4\x41\x5f\xdd\xff\xe0\xfb\xdf\x7f\xef\x07\ \xa7\x42\x3e\x47\x70\x69\xf5\xd4\xf2\x4a\x30\xb2\x14\xb4\x43\xce\ \x9d\x6b\x00\x2a\x51\x60\xdd\x00\xa7\xa2\x6b\xd1\x68\xd8\xeb\xf4\ \x3a\xd7\x1c\xa7\xfc\x76\x1d\xfa\x53\x7f\xb9\x6c\x97\x9a\x00\x22\ \x2c\x14\x0a\x9e\x3e\x7d\x6a\x39\xe2\xf0\x9f\xf6\x2d\x9d\x5a\x72\ \x85\x96\x80\x5b\x0c\x04\xec\xca\xf5\x0e\x5b\x59\x39\xdd\x7e\xa7\ \xcf\x13\xf6\x3b\xdc\x76\xc9\x9c\xb0\xfb\xbf\x81\xa3\xd9\x05\xea\ \xbd\xde\x35\x9f\xdb\x1f\x76\x02\x6e\x01\x9a\x01\x3c\x82\x9f\x3e\ \xa0\xe9\xdc\x76\x48\xd6\xd3\x11\xf7\xb4\x3d\x51\xab\x67\x6e\x6e\ \x50\x4c\xa2\x43\xe3\xf9\xed\x62\xfb\xd5\x1b\x1b\x95\x9b\x5b\x5b\ \xf7\x6e\xb6\xde\x79\xee\xe5\x97\x5e\x78\xe1\x99\x2f\x3e\xff\xf6\ \xc6\x1b\xf6\x9c\xfb\x85\x37\x2f\x5c\x03\x03\x6a\x0f\x41\xba\x88\ \x68\xc6\x6a\x53\x2a\x25\x4a\x3a\x61\xe5\xea\xdc\xcc\xaa\xc4\x63\ \x71\x82\xe1\x8a\xb4\x82\xdd\xd8\x14\xf7\x87\x8b\x23\xf3\x51\x2f\ \xd1\xd5\x21\x5e\x94\xbb\x02\xd4\xa8\x20\xb2\x38\xfc\xf4\x50\x8c\ \x1b\x44\xbd\xc7\xc6\x06\xbd\xfd\xbe\x3e\x53\x28\x93\x6e\xb6\xc4\ \x59\x22\xdd\xe3\xca\xe9\x18\x3e\x39\x52\x48\x6d\x86\xc7\x34\xa9\ \x71\x8f\x4b\x40\xe6\x1c\x81\x26\xa3\xc9\xac\x0b\xc6\xee\x43\x93\ \x99\x7d\x68\xf5\xad\x45\x0f\x52\x2c\x53\x86\xd3\x58\x22\xdd\x82\ \x95\x4e\x7e\xc6\x40\x48\x17\x00\xab\x94\x67\xb5\xee\xd1\x90\xe0\ \xa9\x38\x5c\x84\x58\x4d\xb7\xf4\x74\x55\xcc\x27\x24\x41\x35\x74\ \x23\xc6\x28\x70\x5c\x1c\x5b\x9a\xa8\xa1\x0c\x96\xb6\x53\xb9\xa0\ \xbc\x24\xc4\x81\xb0\xd1\xb4\x1e\x3f\xec\xa6\x11\x88\xe8\xc9\x31\ \x44\x60\x4b\xcd\x6c\xb5\xd9\x4a\x65\x36\x6e\xdf\x4d\x75\xca\xe5\ \xb7\xef\xdd\xd9\xd9\xbb\xbb\xd3\x06\x82\xa9\x85\xd5\x32\x10\x6d\ \x27\x18\x64\x10\x1e\x4f\xe0\xa5\x2a\xdd\xc6\xa1\x7c\xb1\x96\x6e\ \xd3\xa5\x12\x55\xac\x35\xeb\xd9\x32\x30\x83\x99\x0c\x96\xdf\xdc\ \xed\x94\x6a\x8d\x66\x0e\x29\xd7\x13\x76\x39\x9f\x7c\xb5\x48\x75\ \x72\x18\x55\x6b\xa5\xb6\xea\xbb\xf5\x0c\xc0\x61\x6b\x73\xa3\xb3\ \x91\x8f\x53\x50\x0c\x17\x18\x1a\x4f\x53\xed\x18\x97\x87\xf0\x04\ \x55\xa2\x63\x9a\xa2\x28\xd3\x63\x91\x60\x51\x04\x62\x12\x30\x96\ \x44\x78\xfb\x96\xa0\x62\x0d\x8c\xbe\xa6\xcc\x8c\xf9\xe7\xf3\x89\ \xd5\xeb\x4f\xb4\xfe\xa8\x3f\x38\x9c\x1e\x9e\x4c\xe4\xfd\xc9\x04\ \xe8\xac\xd9\x78\x3a\x39\x98\x1f\x7e\xfa\x3f\x3f\xf8\xf9\x47\x1f\ \x5a\xe3\x0f\x7f\x70\xff\xfe\x5f\x7e\x23\xb2\x64\xa7\x64\x3f\x7b\ \x2a\x02\x78\xb5\x1a\x00\x7a\xc9\x11\x76\x3b\x9c\xe7\x6c\x46\x79\ \x9d\x97\x9c\x51\xf7\x7a\xd8\x4e\xc6\x1e\xf6\xb8\x02\x4b\xc1\xb3\ \x5f\x39\x1d\xb1\x33\xc9\xb8\xfc\x81\xd5\xe0\xd2\xca\xd2\x69\xd7\ \xca\xe9\x50\xc8\xbe\x55\xe8\x5b\x72\x05\x82\xbe\x80\x2b\x10\x70\ \x38\x22\x7e\xb7\x07\x78\x43\xb7\x0b\x08\x28\xfb\xb6\x61\xd4\xef\ \x5d\x5b\xf7\x01\x5e\x01\x67\xe8\x71\xba\xdd\xce\xe8\x7a\xd8\x19\ \xf6\x38\x3d\x1e\xff\xba\xd7\x11\x02\xaa\xce\xe1\x3d\xb7\x6e\x27\ \xf8\x7b\x0a\xac\xa7\xed\xc9\x1a\xc6\xef\x55\x50\x36\x97\x20\xd9\ \x52\xad\x74\xe7\x8d\xbd\x9d\xe6\xe6\x6e\x65\xf3\x5e\xe6\xf6\xab\ \x17\xaf\xbe\xf8\xd2\x0b\xcf\xfc\xd9\x1b\x77\x6f\xdc\xbd\x75\xe5\ \x6b\x57\xae\x5c\xb8\x52\x35\xf0\x3a\x11\xe3\xb1\xbe\x9e\x4c\xce\ \xf3\x65\x66\x22\x29\x2a\x4e\xa3\xfb\x54\x0a\x16\x49\x1c\x17\x73\ \x6d\x8b\xd8\xcb\xd0\xe6\xd4\xd4\x90\x43\x25\xaf\x1f\x0d\x44\x66\ \x2a\x53\xa3\x5c\x5d\xd6\x26\x47\xfd\x71\x16\xb7\xac\x12\xaf\xf6\ \xfb\x8b\xe3\xfe\xe0\x84\x48\x18\xa5\x16\xa2\x0f\x31\xd8\xc4\x62\ \x9a\x60\x2c\x8e\x66\x54\xb7\x87\xa8\x07\xfd\x5c\x51\x43\xc5\xe9\ \x5c\x16\x86\x96\x39\xeb\x0d\xf8\xf9\x07\xa2\x39\x1b\x98\xca\xf8\ \x64\xac\x4f\x65\x59\xeb\xb1\x58\x02\x6e\x43\x64\x07\xe9\x4b\x82\ \x28\xf2\x98\x82\x25\x09\x42\xb7\x4c\x5d\xad\x26\x73\xb4\x00\x34\ \x9c\x4a\x64\x8b\xbc\xa0\x68\xdd\xb8\x3e\x18\x12\x84\xc2\x31\x53\ \x73\x28\xc0\x12\x49\x65\x91\x84\x64\xc6\xd1\x41\x5f\x80\x50\x0a\ \x13\x55\x9e\xd4\x08\xac\x17\x07\xe8\x32\x74\x89\xe5\x8a\x10\x5e\ \x6e\xd3\xdb\x1b\xdb\x9b\xa9\x66\x2d\x73\x7d\xab\x99\x6f\x6f\xb5\ \x73\xad\x12\x5d\xe6\x8a\x5b\x54\x82\x46\xe9\x38\x02\x27\x6a\xf5\ \x4c\xb9\x53\xc2\xe1\x58\xa3\x5a\xee\xd4\x1b\x8d\x36\x97\x6f\xd6\ \xeb\x85\x54\x96\x2a\x54\x6a\xd9\xdc\xc6\x76\x36\x9b\x2b\xdd\x69\ \xc1\xa9\x4c\x6d\x33\x93\x2c\xa5\x5b\x74\xab\xc2\x71\x5c\x32\x5f\ \xcf\x00\xdf\xd8\x7c\xe7\xce\x6e\xb1\xb0\xd1\x4c\x51\x10\x9a\xa0\ \xe2\x49\x2e\x89\x35\xaa\x79\x28\x9e\xa4\x19\x28\x4e\xa1\x84\x2a\ \x10\xfc\x74\x64\x20\x24\xcf\x52\xf1\x78\x1c\x21\x24\xb3\xd7\xd3\ \x80\xa7\x16\xad\xc9\xd0\xec\xf6\xc6\x9f\x7f\x3a\x18\xf4\x7a\x7a\ \x57\x98\xf6\xe7\xe3\x51\x7f\x62\x59\x47\xe6\xf1\x7c\x3a\x02\xbe\ \xf0\xe0\xc1\xe1\xe1\x87\x1f\x7c\xf4\xf3\x07\xd3\xfe\xc7\x3f\xfe\ \xce\xf7\x7f\xf0\xee\xd9\xd0\x72\xd0\xe5\x76\x2c\x9d\x59\x5a\x5a\ \x0a\x06\x1d\x3e\x67\xd8\x0d\xa8\xe2\x75\x02\xdb\x16\x76\xb8\xa3\ \xde\xb5\xaf\xff\x95\xd3\xbf\xe6\x0b\x38\x00\xa2\x4e\xad\xbe\xfe\ \xd5\xb3\xab\x21\xe0\xde\xfc\xee\xd0\x8a\x6b\x69\xd5\x17\x5a\x5a\ \x06\xb4\xf2\xaf\x06\x02\x80\x7b\x0e\x9f\xcf\xe5\x05\x02\x6b\x75\ \x39\xe4\xf4\x80\x27\x5e\x87\x2b\xe8\x03\x6f\xf5\xaf\xfb\xa2\x6b\ \x40\x6b\xd9\x91\xed\xf6\xbc\x95\x7b\xed\xf1\xec\xfb\x5a\xd8\xce\ \xd7\x10\x75\xfb\x1c\x01\x0f\x00\xa2\x23\x00\x9e\x3c\xbd\x4b\xf8\ \xb4\x3d\x59\xeb\xf0\xbb\x77\x58\x60\x8f\x04\x28\x5f\xe9\x6c\x5c\ \xaf\xb6\xdb\x37\x52\xa5\xfa\xd7\xee\xbd\xf3\xea\x95\x17\xbf\xfc\ \xd2\x2b\x5f\xfa\xd2\xad\xdd\x6b\x6f\x5e\xbf\xf8\xea\xd7\xae\x3e\ \x7f\x11\x56\x4a\x65\x09\x42\x59\x85\xa5\xb0\xc3\x62\x46\xb1\x44\ \x8a\x19\x23\xd4\x90\xc9\x68\x28\xcb\x0b\x83\x7c\x41\x65\x76\xe8\ \x84\x71\x34\x96\xd9\x43\x06\x9e\x4c\x87\xaa\x2a\xb1\x49\x05\xca\ \x4b\x8a\x26\x49\x16\xae\x7e\x2e\x40\xa2\x89\x48\x3d\x95\x1c\x1c\ \xe3\xfc\x5c\x54\x27\x5d\x95\x54\x17\x74\x56\xca\xb1\xc6\xe0\x08\ \xd7\xc6\x90\x7a\x34\x64\x7b\x83\xbe\x36\x5c\xf4\x70\xd4\xb2\xf6\ \xcd\x31\x6b\x8e\x08\xd5\x32\xb5\xe9\xd1\x91\x34\x1e\x74\xe5\x84\ \xca\x42\x2a\x56\x67\x63\x15\xa4\xaf\xc9\xf0\xc2\xa0\x79\x32\xa9\ \xf4\xb4\x9e\xa9\x48\x31\x3c\x5b\xd3\x16\x26\x61\x90\x8d\x9c\x81\ \xcb\x66\x4f\x33\x1f\x1d\x8c\x78\x36\x2e\xf5\x79\x5d\x87\x71\x42\ \x8a\x65\x61\x49\x47\xe5\xb1\x14\x83\xa1\x2c\x6b\xe9\x8a\x24\xc5\ \x54\x05\xea\x76\x47\xb2\xda\x45\x3a\x34\x56\xba\xbb\x71\x6b\x73\ \xa7\x05\x80\xb5\x77\x6f\xbb\xb9\x97\x29\x6e\xee\x6d\x77\x12\x8d\ \x76\xb2\x7c\xb7\x56\x4a\x53\x69\x9a\xcc\x41\xe9\x02\x75\xfb\x66\ \x15\x8e\xb7\x73\x74\x33\x95\xa7\xda\xed\x66\xbd\x8c\x53\xc5\x06\ \x5c\xda\x2a\xe4\x63\xf4\xd6\x56\xa6\xc1\x51\x3b\x4d\xb4\x9d\xd9\ \xdc\xda\xc9\x83\xcd\xe9\x7c\xa5\x55\x2e\x03\x89\xd5\xaa\x55\xf6\ \xee\x5d\xdf\xa5\xeb\xc5\x6a\xb2\x93\xa4\x6b\x74\x31\x57\xeb\xd4\ \xe8\x46\x1a\x8f\x27\x13\x31\x2b\x01\x1e\xf9\x09\xab\x28\x13\xd9\ \xae\xf7\x1c\xe7\x29\x46\x96\x00\xa1\xcd\x9e\xca\x1b\x03\xb9\xdb\ \xd7\xba\xba\x30\xfe\xfc\x64\x6c\x98\x9a\x2a\x11\x93\xd9\x87\x47\ \xfd\x81\x6e\xf5\x8e\xed\xb9\xf6\xe3\xe1\x60\xfe\x68\x31\x5b\x9c\ \xfc\xc3\x47\x1f\x7f\x38\xfb\xe9\xfd\x1f\x7c\xfb\xdd\xbf\x5d\x09\ \x2d\xad\x86\x02\x1e\xff\x52\x70\x29\x18\x5e\x73\x03\x60\x79\x80\ \xe0\x01\x66\x6e\xcd\xb7\xe6\x76\x79\xdc\x1e\xa0\xaf\xa2\x97\xd6\ \x01\x6b\xdc\xa1\xe5\x53\xa7\xcf\xbe\x7e\x66\x65\xd9\x5e\xdc\xec\ \x8b\xac\xba\xce\x9e\x5d\x02\x4f\x1c\x8e\xa5\xd0\x6a\x30\xf0\xd5\ \x15\x3f\x60\x55\x30\xec\xb4\xb7\xd9\x93\x53\x76\x9d\xe7\x25\x3b\ \xd2\x3d\xe4\x73\xdb\xd5\x08\xdd\x76\x72\xe4\xa8\xd7\xe3\x5c\x8f\ \x02\x70\xd9\x29\x92\xd7\x80\x35\x0c\x83\x8d\x9e\x80\x6f\xcd\xe3\ \x70\x85\x3c\x80\x76\x4f\x47\xdc\xd3\xf6\x64\x77\x09\xc9\xcd\x3d\ \x88\xec\xa2\x30\x16\xdf\xd9\xdb\xbe\x4c\xd1\x9b\xcd\x56\xa1\xfc\ \x46\x66\xe3\xda\xc5\xab\xcf\x3f\xf3\xcc\xff\xfe\xcc\x3b\xb7\xae\ \x5e\xbc\x7c\xed\x8d\xd7\x2e\x7e\xed\x22\x3e\x4d\x36\x15\x42\x99\ \x0f\xe3\x69\xe1\xa8\x9e\x96\x05\x26\xc6\x13\x54\x62\x5c\x6f\x2d\ \xc6\xea\xa4\x67\xe5\x33\x12\x76\xb7\x9a\x18\xee\x6b\x92\xb2\x4f\ \x20\x63\x6d\x76\x2c\x4b\x31\x5e\x6c\x34\x24\x5d\x30\x07\x7d\x49\ \x1b\x64\x51\xa0\x98\x78\x43\x90\x2c\x2b\x0e\x19\xc3\xe9\x78\x3c\ \x63\x15\xb5\x8a\xc7\x21\x1c\x21\x07\x98\xf9\x69\x7c\xb8\x10\x87\ \x3f\x3f\xec\x99\x83\x09\x2f\x19\xca\x68\x38\x62\x70\xab\x2f\x4a\ \xa3\xbe\x79\x72\xc8\xc7\x06\x9f\x1f\xf4\x18\x18\x81\xd0\x12\x2d\ \xe5\x2a\xf2\x68\xc0\xcb\xc0\x16\x92\x74\x52\x9b\x68\x9a\xde\xcf\ \x71\x78\x9e\x13\x86\x12\xd1\xeb\xc7\x79\x21\xad\xf5\xe4\x69\xaf\ \x27\x91\x06\x5a\xe5\xbb\x82\xa8\xc0\xb0\x32\x26\x72\xd2\x10\x41\ \x24\x0b\x45\x08\x58\x51\xe4\xbe\x6e\x4d\x38\xa5\x1b\xef\x11\x31\ \x5d\x57\xf0\x52\xb6\xba\xd7\xac\x6c\xde\xda\xa9\xd7\x2a\x3b\x9b\ \x1b\xcd\x52\x89\xcb\x97\xeb\x85\x42\xbd\x5d\xa1\xda\xb7\x76\xda\ \x1c\x44\x52\x24\x96\x48\x54\xc5\xce\x56\xbd\x43\xe6\x13\xb9\x56\ \x2b\x57\x2a\xef\x35\xda\x65\x2a\x5b\x6b\x16\x4a\x54\x35\xcb\x94\ \xca\x1b\x3b\x74\x6d\x6f\x87\x86\xab\x85\x6a\xbb\x06\xde\x9e\x49\ \x24\xdb\x95\x6c\x35\xdf\x28\xb5\x3a\xdb\xf7\xae\xdf\xcc\x14\x0a\ \xc5\x62\x2b\x93\x68\x34\x1a\x5c\xb1\xd3\xa9\x77\xe0\x6c\x23\x0e\ \xe7\xb0\x38\x0c\xb1\x18\xd9\x15\x63\xa4\x24\x90\x2c\x2b\xf4\x51\ \xbe\xa7\x68\x9a\xd0\x35\x4d\x4b\x96\x49\x5e\x19\xe8\xca\xc8\x98\ \x7f\x70\x20\x4b\xbd\xb9\xd9\xef\x1a\x76\xe5\xd7\xf9\xd0\xea\x0f\ \x16\x0b\xe3\xc1\xd4\x9c\x4e\x1e\x2c\x4e\x8e\xe7\x9f\x7e\xfc\xf9\ \xfe\x47\xdf\x7d\xf7\x47\xef\xcc\x25\xe0\xa0\x00\x00\x20\x00\x49\ \x44\x41\x54\x7d\xe5\x1b\x11\x8f\xdf\x1f\x3c\x13\x02\xd0\xf1\xbb\ \x02\x0e\x8f\xc7\xe5\x8e\xda\x2b\x64\x7c\xe1\x73\x6b\x40\x58\x39\ \x5d\xe1\x73\xe7\xdc\x97\xfe\x7a\xdd\xe9\xf5\x3a\x5d\xab\xa7\xbf\ \xfd\xcd\xaf\x9e\xfe\xea\xeb\xb6\xda\x0a\x45\x42\x2b\x2b\xab\x00\ \x58\xab\x6e\xc7\xe9\x53\x2b\xab\x8e\x95\x80\xcb\xe9\xf0\x03\x74\ \x45\x42\x3e\x47\x28\x02\x44\x53\xd8\xef\x88\xd8\x71\x58\x41\x6f\ \x38\xea\xf5\xae\x83\xe3\x86\x81\xf5\xf3\x39\xcf\x01\x3f\xe8\x74\ \x47\x01\xb6\xbc\x51\xaf\xdb\x67\x67\x55\xf6\x84\xed\x95\x3c\x5e\ \x7f\xf4\xff\x63\x61\x0d\xdf\x02\xed\xdc\x1f\xbc\xf7\x39\x7b\xf7\ \xff\xc4\x2c\xf8\x37\xfd\xfb\xfe\xb8\x4b\xfb\x87\xb7\x62\xbc\xba\ \x41\xc8\x71\x8e\x13\xb8\xbd\xc6\xce\xdd\x4e\xa1\x9d\x2f\xd6\x36\ \x52\xe9\x3b\xe7\x5f\x7a\xf5\xb9\x67\xbf\xf8\xcc\x5f\x5c\xbc\x70\ \xfe\xca\x6b\x97\x2f\x5c\xbb\x78\xed\xb5\xdc\xb8\xd8\x81\x58\x59\ \x25\xe1\x0a\xd6\xaf\x56\xd8\x6e\x1c\x52\x28\x9a\xe9\x15\xaa\xea\ \x58\xd6\xc7\x03\x2a\x3d\x4b\xbc\x53\x88\x19\x8b\xb9\xda\x7b\xc4\ \xa3\x47\x92\x29\xb1\x43\x56\xed\xd2\xac\x46\xaa\xda\x74\xce\x8f\ \x67\x09\x71\x36\x9b\x0f\xfb\x43\x6d\xd0\xeb\x90\xc2\xd8\x60\x15\ \x8b\x27\x8c\x36\xa4\x4d\xfb\x12\x31\x46\x1e\x7d\x14\x87\x75\xf9\ \xf0\xe1\x58\x51\xe6\x32\x6a\xea\x7c\x77\x34\xc2\xd1\x19\x8a\x29\ \xfa\xf4\xe8\xe1\x88\x15\x8e\x0e\x7b\x8a\x9e\x88\x63\xb9\x2a\xd5\ \x2d\x96\xbb\x32\x82\x58\x96\xca\x71\xe5\xb4\xb5\xaf\x76\x51\x02\ \x4e\x26\xda\x69\x5e\x05\x6e\xa9\x8b\x49\x6a\x8c\x57\x75\x93\x10\ \xa4\x04\xaf\x60\xa8\x46\xf4\xd9\x2c\x8b\x20\x89\x58\x6c\x6c\x18\ \xba\xc1\xf2\x44\x5c\xb6\xc0\xc0\xef\xf1\x04\x0b\x0b\xba\x2e\x2b\ \x62\x2c\x5d\xa2\x1a\xad\x66\xb9\xb9\x5d\xee\x34\x0a\xcd\xbd\xdb\ \x4d\x0a\xaf\xb6\xef\x95\x1b\x8d\x5a\xa5\x5e\x69\xee\x6c\x96\xe8\ \x6a\x89\x43\x54\xac\x51\x4a\xd6\x76\xcb\x70\xbe\x98\xaf\x16\x1b\ \xd5\x6c\x2d\x93\x6f\x16\x80\xe5\xdb\x6b\x95\x8b\x68\x16\xc2\x4a\ \x4d\xae\x93\xb9\x59\xc9\xe5\x9b\x7b\xad\x6c\x96\xa2\xe9\x6c\xb6\ \xd9\x29\x96\x72\x85\x6a\x23\x55\xd8\xda\x4d\x65\x0a\x5b\x99\x76\ \x6b\x2f\x19\xcb\x35\xe0\x62\xb5\x56\x2e\xd5\xc4\x46\x07\x88\x2b\ \x06\x85\xf3\x49\x56\x23\x70\x20\x63\x55\x98\x46\x93\x2a\x23\x75\ \xbb\xba\xd1\xd3\x0c\xcd\x54\x35\x56\x12\xbb\x92\x62\xce\x4e\x3e\ \x98\x77\x79\x73\x22\xaa\x92\x3e\x9a\x6a\x83\x83\xa9\x31\x9f\x1d\ \xcd\x8f\x16\x47\x47\x87\x93\xf1\xe0\x83\xa3\x09\xf0\x84\xff\xf3\ \xbd\xd7\xff\xe6\x87\x7f\x09\xc4\x95\xcf\xe3\x5a\x39\x1b\x5a\x5d\ \x0e\x06\x96\x82\xc0\xbd\x01\xe1\xe3\xf5\xfb\x7c\x0e\xa0\x88\xbc\ \x0e\xf7\x7a\x78\xed\x92\x9d\xd4\xfd\x9c\xd3\xe7\xf6\x07\x56\x96\ \xbf\xf9\x97\xa7\x96\x96\x4f\xaf\x00\x0b\x19\xf0\x2f\x9f\x8e\xb8\ \x1c\xa7\xec\x09\xf6\xa5\xe5\x50\xd0\x0e\x14\x0d\x2d\xd9\x11\x0d\ \x81\xd3\xcb\xab\x11\xbf\x9d\xb5\xc1\xe1\x7e\x9c\x73\x34\xe4\xf7\ \x86\x1f\x57\x4d\x0d\x03\x3c\x39\x3d\x9e\xb0\x73\x1d\x60\xcb\xfd\ \x57\x61\x77\x18\xbc\x12\xf6\x02\x8b\xe9\x05\x3e\xd1\xfd\x38\xbe\ \xf4\x0f\xfc\x5a\x7e\x72\xff\x84\x20\x9e\xb3\xbf\xf4\xdf\xa2\x89\ \xfb\xef\x3f\xd1\x57\xfc\x13\xe2\x5b\x1b\xef\xff\x11\xa3\xea\x67\ \xff\xdc\x37\x71\x72\xf6\x93\xff\x00\x60\x7d\x72\xff\x3e\x41\x10\ \x8f\xcf\xe0\x5b\x1b\xc4\xc9\x13\xfe\xfd\xff\xb9\x80\xb5\x43\xb6\ \xde\x82\xb0\x74\x92\x13\x3a\x55\xac\xf9\x76\x69\xb7\x56\xea\x94\ \x33\x95\xc2\x8d\x97\x5e\x79\xe5\xf9\x67\xff\xcb\x9f\x3f\x73\xed\ \xea\xb5\x37\xde\xbc\x70\xe5\xea\x85\x37\x6e\xe6\xa4\x4a\xc7\xe0\ \x13\xc0\x40\x16\x89\x87\x9d\x9a\x86\xc6\x30\x19\x6b\xf0\xfd\x6c\ \xcd\xe4\x05\x81\x64\x72\xc9\x5e\x7a\xa7\x8d\xc8\x07\xa3\xf8\xe4\ \x38\x86\xcf\x26\x3d\x29\x76\x08\xa8\x55\xe5\x51\x52\x19\xcd\x87\ \xd0\x7c\x5c\x12\x8d\xb1\x0e\x86\x20\x33\xec\x73\x9a\xd5\x27\x54\ \x43\x20\x95\x09\xcd\x8d\x3f\x1b\xf4\x07\xe3\xb8\x31\x85\x20\x5e\ \x1a\x98\x96\x4a\x1c\xf5\x29\xc3\x18\xf4\xe7\x47\xac\xbc\x2f\xe5\ \xe2\xfa\x74\xba\x3f\xc1\xa1\x23\x43\x91\xba\x2c\x0b\xf3\x70\x2d\ \x7d\xaf\x60\x59\x18\x27\x8f\xcc\x58\xa2\x01\x77\x85\xa9\x85\xb2\ \x78\x12\xaf\x63\x5d\x88\x18\xc9\x12\x1e\x13\x71\x49\x1b\x12\xaa\ \x4c\x12\x74\x8e\xec\x0b\xb2\x95\xa3\xa0\x24\x57\x03\xcc\x1a\x59\ \x52\x57\x80\xb8\xbc\xa4\x4f\x2c\x4d\x8f\xf5\x4d\x1d\xed\x0b\x52\ \x97\x24\x6b\xed\x74\xae\x9d\x6a\x35\x33\xbb\xed\x9d\x9d\x64\xe6\ \xde\x4e\xa1\x5a\xd9\xba\x5b\xa8\x55\x4a\x77\xcb\x9d\xc2\x56\xa1\ \x01\x35\x30\x84\x27\x48\x88\x49\x94\x37\xdb\xe9\x5a\x36\x9d\xe5\ \x4a\xc5\x44\x2b\xd5\x00\xc0\x4a\xe7\x76\x0b\xb5\x3a\x57\xa2\xca\ \x75\x94\xab\x57\x6b\xa9\x76\xbe\xb2\x53\xcb\x16\xe9\x12\xdd\x6e\ \x65\x52\x60\xd7\x46\x69\x7b\xab\x7a\x6f\x6f\xf3\xd6\x5e\x6a\x73\ \x2f\x53\xeb\x14\x9b\xa5\x7c\x9d\xce\x53\x79\x20\xd9\x3a\x78\x36\ \xcd\x48\x70\x3c\x86\xa3\x76\xd5\x58\x81\x4c\x02\xc1\x05\x21\x92\ \xa6\x98\x66\x7f\xac\x0f\x7a\x03\x49\xee\xa9\x2c\x2a\xa8\x87\xe3\ \x93\xfd\xae\xd2\x1f\x8a\xf2\x00\xf8\xbf\xfd\x7e\xbf\x67\x4d\x0f\ \x1e\x4c\x46\xe6\xd1\xc1\x62\x38\x99\x1e\x4c\x1f\x7e\xfe\xf9\xc7\ \xef\x7e\xf7\xdd\x77\xdf\xfd\xc6\x12\x60\x8e\x7b\xf5\x8c\xc3\x77\ \x3a\x02\xd8\xe5\xf2\x7a\xfc\xf6\x9a\x3e\x20\x85\x1c\xfe\xa8\xcf\ \x56\x3c\x4e\xb7\x2b\x7c\xe9\xdc\xfa\xba\x3f\x10\x0e\x04\x96\x4e\ \x9f\x0e\x06\x57\x4f\x9f\xf6\x07\x82\x8e\x25\xd7\xea\x52\x24\x10\ \x8c\x04\xfc\x81\x48\xc4\x11\x08\xba\x1c\xab\x01\xc7\x6a\xd0\xe1\ \x5b\x0a\x02\xeb\x68\xcf\xd2\xbb\xbd\x9e\xc7\x2b\xa0\x1d\x2e\x8f\ \x6d\xfb\x7c\xb6\x1d\x74\xbb\xbc\x76\x9e\x99\x75\x8f\xdf\x5e\x57\ \xed\x88\x86\xc3\xf6\x4d\x43\xbb\x50\xbd\x5d\xb2\x7e\xcd\xf9\x07\ \x67\x6b\x38\xf7\xad\x5f\x6b\xc4\x93\x7c\xf5\x47\xe0\x00\xcf\xfd\ \x11\xa3\xea\x37\xfa\x3e\xf9\xd9\xff\xeb\xc0\xfa\x8d\x33\x00\xa7\ \xff\xf1\xcf\x9e\x02\xeb\x1f\xe7\xb0\x88\xda\xdd\x24\x8e\x67\x31\ \x6e\xb7\x80\x6d\xbd\xbd\xb1\x51\x2f\x57\xb3\xad\x3b\xa9\x37\xae\ \xbc\x79\xf1\x95\x3f\xff\xd2\x97\x9f\xbd\x7d\xe7\x9d\xab\x6f\xbd\ \xfa\xea\x6b\x5f\xbb\x91\xa1\xe4\x52\xd5\x4a\x6a\xbc\x06\x15\x7b\ \x93\x4a\x7e\xa2\x09\x28\x1f\xa3\x48\xab\xda\xd1\x48\x01\x12\x88\ \x62\x5a\x87\x5b\x79\x56\x57\x44\xc1\x38\x88\x27\xe6\x87\x96\x44\ \xcc\x20\x71\x52\xc3\x80\xf7\x1a\xf7\x4c\x58\xd6\x21\x71\x74\x30\ \x1e\x2c\xe6\xe2\xc4\x82\xc5\xe1\x40\x55\x64\x89\x90\x10\x2e\xcd\ \x5a\x13\x75\xde\xe3\xb5\x09\xd4\x95\xd4\xbe\xf6\x60\xd2\x7b\x44\ \x52\x6a\xef\xc8\x9c\x0f\x09\xfe\xa1\xc5\x98\xd3\xf9\xe4\xd0\x64\ \x26\xc7\x7d\xbb\x34\x33\x84\xc8\xf1\x8e\x98\x49\x13\x70\x33\x8b\ \x8f\x15\x3c\xd7\x14\x48\xa8\xc7\xc3\x64\xa2\x54\xac\x0c\x0c\x46\ \xb1\xc8\x6e\x42\x84\xa8\xde\xa8\xaf\x8d\x75\x09\x85\x63\xa2\xa4\ \x77\x7b\x04\x4f\xa2\x38\x15\x63\x48\x75\x30\xe8\x92\xb9\x66\x51\ \x99\xf4\x0c\xd6\x20\x38\x09\x49\x8a\x0a\x42\x22\xf9\x7c\xb9\xd4\ \xbc\xb5\xb9\x59\xd9\x6a\x65\xb6\xef\x74\x5a\x5b\xcd\x4c\x65\x33\ \x53\x12\x4a\xd5\x4e\x33\x8f\x15\xda\xc9\x06\x86\x0b\x08\xda\x23\ \x04\x01\xa7\xab\xf9\x74\xa3\xd3\x88\xe1\xc5\x42\x22\x57\xe3\x8a\ \xc9\x2c\x95\x4b\x37\x2a\x95\x52\x9c\x6b\x96\x48\xb8\xda\xa9\x6d\ \x95\x12\x85\x6a\xb9\xd3\x6e\x76\xda\x95\x44\xa5\x55\x2a\x67\xf3\ \xa9\xbd\xbd\xca\xee\xbd\xdd\xbb\xdb\x95\x4e\x2b\x55\x44\xb8\x56\ \x3a\x0f\x73\x14\xcd\x41\x89\x7a\x3d\x16\x4f\xe7\x90\x18\x96\x63\ \x31\x19\x8d\xa3\x6c\x2c\x41\xe6\x28\x94\x1f\xce\x86\xba\xd8\x33\ \x26\x47\x93\xa1\x29\x6a\xe6\xb0\x3b\x38\x9e\x3e\x58\x3c\x3a\x36\ \xba\x43\x45\xd1\x26\xd3\xc9\xdc\x32\x0f\x0f\x26\xc6\x60\x32\x9a\ \x7d\x6a\x97\x84\x3e\xb6\xcc\xe3\x7f\xf8\xbb\x1f\xfc\xf0\xc7\xdf\ \xfb\xce\x19\x57\xd0\x15\x8c\xac\x2e\x87\x5c\xbe\x90\x07\x18\x42\ \xfb\x16\xde\xd7\xbd\xd1\x30\x00\x8c\xcf\xed\xb6\x33\x29\xd8\xab\ \x6a\x9c\x6b\xde\xe8\xba\xd3\xe9\x89\x84\x22\xa7\x4e\xad\x9c\x39\ \xf3\xfa\x4a\x30\x14\x0a\x39\x02\x4b\xcb\xab\xab\xa1\x60\x30\xb4\ \xba\x12\x71\x2d\x39\x5c\xc0\x05\x3a\x42\x2e\x57\xc8\x15\xf0\x3b\ \x80\x1c\xf3\xd8\xd9\xfc\xd6\xdc\x2e\x87\x3d\xc7\xee\x74\x07\x3c\ \xc0\x53\xba\x7d\x6b\x1e\x77\xd4\x16\x55\x6e\xd0\x8b\x6f\xcd\x6d\ \xe3\xd1\xe3\x8d\x02\x85\x05\x76\x7b\x9c\xce\xc1\xf3\xa7\x0e\xd9\ \xfb\x4f\x36\x74\x7e\xc7\xd8\xf9\x43\x80\xf5\xad\xe7\x1c\x4f\x38\ \xa0\xdf\xff\xf8\x49\x81\x05\xda\xc7\x9f\x3c\x05\x96\xdd\x68\x23\ \xb1\x95\x57\xf9\x74\x8d\xdb\x6d\x56\x6f\xdc\x2c\x6f\x15\x1b\x99\ \xbd\xdb\xb7\x77\xaf\xbd\x74\xe3\xea\x4b\x2f\x3e\xff\x67\x7f\xfe\ \xda\x5b\xe7\xaf\xbd\x7a\xfe\xea\x6b\x6f\xbe\xb1\xc9\x1a\x95\xb8\ \xc5\x9a\x73\x33\x96\x56\x86\xf7\x3a\x40\xa5\x30\x22\x0a\xf7\x0f\ \x2b\x9c\xc2\x27\x39\x0d\x6a\x10\xe3\x92\x5d\x1b\xbe\x2f\xc7\xf5\ \x11\x8d\x9b\xfb\x8f\x58\x84\x80\x27\xc3\x1a\x3a\x36\xfa\xca\x50\ \x8f\x99\x7d\x4a\x1d\x0c\xbb\xda\xd1\x24\x3e\x93\xd2\x2c\x33\x38\ \x44\x09\x43\x8e\xe1\x71\x48\x1e\x8d\xba\xaa\xa9\x3c\x50\xd4\x47\ \x56\x77\xae\x5b\x13\x63\x9c\x88\x8b\xa2\x31\x9a\xcf\x7b\xe2\x84\ \x27\x47\xb2\x36\xea\x4f\xc5\x93\x0f\x14\xc5\x14\x38\x08\x47\x5b\ \x09\xa6\x40\xb3\xe5\x06\x07\xcb\x1c\x97\xd8\xc0\xf2\x1c\xc0\x9d\ \x4c\x97\xf7\x32\x04\x81\xa8\xbd\x2e\x8f\x27\x73\xb0\x32\x14\x0e\ \xf5\x38\x05\x30\x03\xc9\x3c\xaa\xf1\x5d\x05\x4d\x52\x82\x64\xe8\ \xa4\xa8\x89\x5c\x23\xa1\xca\x02\xab\x99\x10\xa5\xe4\xc1\x73\x91\ \x97\x63\x59\xba\x54\xb9\x7e\xf7\xfa\x9d\x1b\x95\x42\xab\x52\xd8\ \x4d\xed\x6c\xa6\x36\xef\xd0\xc9\x76\xa9\xdd\x2e\xd2\xd5\x4e\x36\ \x9e\x88\xa3\x71\x4d\x46\x25\x2a\x21\xdb\x79\xdb\xcb\x1d\x0c\xc6\ \x1b\xf5\x3a\x45\x65\xf3\x5c\x1c\x13\xe8\x9d\x22\x9d\xcc\x96\x72\ \x28\x52\xa9\x66\xca\x54\xa7\x5e\xae\x54\x2b\xcd\x5a\x26\x5d\xaa\ \xb4\xb6\x3a\xe9\x7c\xb9\x55\x6d\x6f\xdc\xbe\x73\xaf\x59\xec\xb4\ \x0a\x2d\xba\x5a\x4c\x76\xb2\x25\x1a\x2b\xd2\x54\xa6\x48\xf0\x50\ \x92\xc1\x71\x41\x8a\x73\x38\x2a\x71\x71\x05\xc1\x49\x81\x30\xf7\ \xc7\xbd\x81\xa1\x1a\x6a\x77\x68\x8e\xf4\xbe\xd5\xd7\x8c\xf9\xfe\ \xe1\x83\xe3\x83\x89\xa5\xf6\xb4\xc9\xf1\xf1\x50\x3f\x9a\xce\xf5\ \xde\xd4\x1a\x8f\x0e\x87\x0f\x47\xe6\x7c\xdf\x7a\xf8\xc3\x6f\xbe\ \xfb\xfd\x9f\xfe\xed\xeb\xa7\x43\x3e\xcf\xea\xa9\xd3\xa1\xc8\xd2\ \xa9\x40\x60\x7d\xcd\xe1\x75\xb9\xd7\x00\x9a\x00\x43\xdc\x6e\x7b\ \x65\x4e\xf4\xdc\xba\xc3\x17\x3d\xb7\xe6\x8f\xae\x01\x87\x17\x0c\ \xb9\xce\x9c\x3a\xfb\x3a\xf0\x7f\x11\xb7\x33\xe8\x70\x2c\x9d\x39\ \xbd\x12\x59\x3e\x13\x88\x04\x97\x82\x4b\x40\x6b\x2d\xb9\x02\x01\ \xbf\xcb\xef\x77\xb8\x1c\xf6\x7f\x07\x60\x91\xdb\xe9\xf5\x3b\xc2\ \xf6\x4d\xc7\xb0\x1f\x3c\x02\x25\x65\xcf\xbc\xfb\xd6\x6c\x34\xad\ \x5f\xb2\x79\x15\x06\x34\xbb\xe4\xf5\x03\xb9\x05\x20\xe6\x02\x54\ \xfb\x63\xc6\xce\xfd\x73\xa0\x39\xee\x6f\x3c\x1e\xb0\x67\xff\xf4\ \xaf\xb8\xfd\xf6\x9f\xfd\x91\xc0\xfa\x45\xdf\x1f\x6f\xfc\x2a\xed\ \xfe\xb4\x01\x3d\x7a\xee\x8f\x7e\xd3\x2f\xce\xe0\xf1\x29\x9c\x3b\ \xfb\x31\xfd\x8f\xde\xf0\xfd\xa7\xc0\xb2\x3f\xcd\x83\x76\x85\x50\ \x0c\x3c\xcf\x77\x5a\xcd\x9b\x5f\x6b\xb6\xe9\x8d\xd4\xf6\xe5\x3b\ \xad\xb7\x2e\x5e\xbe\xfc\xe2\x2b\x2f\xfe\xc5\x97\x6e\xbc\x79\xf5\ \x95\x8b\xe7\xbf\x76\xed\xd5\xab\x9b\xb0\x9a\x8f\x59\xdd\xfe\x4c\ \x64\x93\xdd\x71\xaa\xc4\x8f\x75\x34\x4e\x22\xbd\x11\xc7\xcf\x0d\ \x38\xae\xb0\x2d\x64\xd1\x68\x66\x79\x43\xed\xe3\xbd\xa3\x34\x2a\ \x8e\x1f\x4e\xa7\x12\x34\x51\x8b\x28\xce\x30\x03\x49\x49\x58\xbd\ \x9c\xd2\x5f\x74\xbb\xa2\xa8\x9d\x88\x49\x0d\x55\x25\x9e\x81\x59\ \x1d\xed\xe4\x55\x65\x30\x57\x14\xf1\x10\x25\x0f\x89\xd1\x68\x7f\ \x38\x33\x74\x11\x92\x34\xab\xb7\x3f\x95\x0c\x53\x10\x2c\x73\x06\ \x86\x25\xb4\x58\x88\xc3\x58\xae\x28\xe1\xa5\x0a\x15\x2f\xe2\x44\ \x3b\x9d\x2d\x29\x30\x95\xbf\x93\xe6\xba\x23\xa4\x2b\x17\x6b\xad\ \x3a\x2f\xeb\xaa\x32\x44\xf3\x58\x51\xb4\x18\x44\xd0\x61\xae\x01\ \xd5\x25\x34\x2d\x20\x04\x87\xe6\x62\x94\xa2\xe3\x70\xd7\x10\x09\ \x96\xa6\x86\x2c\xae\x2a\x42\x12\xee\x26\x24\x43\xe9\xf5\x11\x22\ \x99\x2f\x35\xef\x6e\xdc\xbb\x7b\xaf\x95\x4a\xd1\xf5\x6b\x5b\xb7\ \xaf\x6f\x96\x77\x77\x1b\xd9\x2c\x57\x2f\xd7\x4a\x70\x8e\x8b\xa5\ \xa5\x6e\x8c\xc0\x13\x71\x99\x6f\x24\xf3\xad\x06\x0e\xc7\x29\x24\ \x99\xea\xb4\x8b\x50\xa2\x24\xb2\xd9\x0e\x50\x49\x45\x09\x58\xd8\ \x74\xa7\x9e\xa5\x6b\xed\x44\xb5\x5e\xa5\xf7\xda\xed\x5c\xbd\x59\ \xae\x17\x3b\x7b\xe5\x9d\x56\xe1\xe6\xc6\xc6\x6e\xb3\xd0\x4c\x95\ \x92\xe5\x62\xb1\x98\x4c\xd4\x60\x18\xea\x6c\xa6\xc8\xb4\xc4\xb3\ \x34\x44\xa4\x61\xa4\x01\x31\x38\x2c\x77\x79\x44\x13\xb5\x89\xae\ \x6b\x7d\xb3\xdf\x1f\x8e\x2d\xcb\xe8\x4f\x14\x75\xa6\xcf\x17\xc7\ \xa3\xc1\xc0\xd4\x05\xd9\xfc\x7c\x5f\x1b\x1e\x4f\xe6\xe3\xe3\x47\ \x47\xfb\x87\x47\xa3\x83\xc3\xbe\x65\xec\x7f\xfc\xed\xfb\x3f\xfc\ \xbb\x6f\x7c\x75\xd5\xef\xf2\x3a\x5e\x5f\x5e\x8d\x7c\x75\xc5\xe5\ \x0a\xfa\xa3\x6e\xb7\x0b\x08\xaa\x4b\xc0\x05\x3a\x3c\x80\x58\x51\ \x2f\xb0\x6c\x6e\xe0\xdf\xa2\x6e\x67\xd8\xeb\xf1\x3a\x96\x1c\xcb\ \xa7\xcf\x9c\x0e\x2e\xdb\x36\xd2\xe9\xf7\x07\xce\x2c\x07\x57\x4e\ \xdb\x93\xec\x81\xa5\x25\x80\x31\xbf\x63\x29\xe0\x0f\x45\x3c\x91\ \x88\xd7\xe3\x58\xb2\x65\x96\xbd\x46\xd0\xe3\x04\x5a\xca\xce\xd0\ \x17\x7e\xec\x35\x9d\x76\x52\xac\xb5\x28\xc0\xd5\x7a\xd8\x1d\x74\ \x3a\x1d\xce\x73\x51\xef\xba\xdb\xeb\x8d\xae\xf9\xa2\x5e\x5f\xc0\ \xff\xa7\x8c\x9d\xb3\xcf\xfd\x6e\xe4\xfc\x21\x02\xe7\xb9\xdf\x89\ \xbb\xdf\x0d\xac\x5f\x3e\xb9\xff\x98\x15\x9f\x3c\xc1\x80\xfe\x13\ \xde\xf4\x1b\x1d\xfd\xec\xfe\xe3\x0b\xf0\xdc\xfb\x4f\x81\xf5\x85\ \x2f\xd4\x66\xad\xbb\xa4\xcc\xb3\xb8\x90\xd9\xdc\xdd\x7e\x73\x6f\ \xbb\xd6\xbe\x53\xbb\x9e\xea\x5c\x3d\xff\xb5\xcb\xcf\x3f\xf7\xc2\ \x33\x5f\xbc\x75\xf3\xd5\xf3\xef\x5c\x7b\xf3\xe2\x85\xab\xf7\x62\ \xb3\x76\x9c\x24\xc4\x21\x21\xc2\x13\xab\x55\x33\x80\x40\x81\x50\ \x5c\x1b\xd3\xac\x69\xf6\x2c\x95\x29\x13\x23\xbc\xd3\x55\x85\x98\ \xc8\x08\x4a\x03\x26\x8c\x63\x6b\xaa\xc6\x4c\x2d\x07\x91\x09\x92\ \x60\x25\x76\x08\xe5\xc9\xf1\xd1\x62\x22\x48\xf2\xa7\x64\x49\x56\ \x08\xc5\x4c\x26\xd5\x51\xb2\x5c\x60\xb4\xb1\x31\x60\xb4\x87\x8c\ \x32\xc8\xed\x2f\x80\xdc\x1a\xce\x18\x92\xd7\x8c\x69\xaf\xc7\x4e\ \x66\xd0\x70\x7c\xb8\x98\x3c\x20\xa8\xe9\x48\xb2\xe0\x24\x84\x32\ \xc5\x0a\x50\x58\x88\x84\xc1\x71\xa4\x4f\xc3\x0d\x8a\x47\x4d\x11\ \xa3\xf1\x0e\x5d\xa0\xf9\x9e\xd5\x1d\x58\x28\x45\xd1\xc2\x91\x28\ \xf6\x62\x06\x03\xc5\xcb\x09\x94\x42\x70\xa8\x91\x84\x72\x39\xa3\ \x87\x62\xdd\x61\x1c\x87\x2b\xc9\xa1\xd9\x03\xbe\x34\x9d\xec\x72\ \x4c\x5c\x20\xe4\x74\x69\xa7\x96\x6d\x6d\xec\x65\xee\x6c\x64\x76\ \x3b\x8d\xcd\xb7\xb6\x76\x6f\xdf\xcc\xdc\x2d\x34\xaa\x70\xa3\x52\ \xa2\x73\xf9\x6a\x2c\x09\x09\x08\x8e\xc6\x79\x01\xd9\x69\x67\x93\ \xd5\x2a\x4e\xa4\x5b\x54\xa9\xba\xd7\xea\xc4\x10\x52\x45\xe3\xcd\ \x22\x94\xac\xe6\x63\x9d\x26\x2c\xd4\x6b\x40\x5f\xe5\x2b\x85\x4e\ \x73\x6b\x2f\x41\x15\x0b\xad\x42\xa7\xd1\x6e\x54\x6e\xee\x6e\xdc\ \xde\xdc\x6a\x17\x36\x9b\x09\x3c\xd7\xea\xe4\xd2\x69\x0a\xe1\xf2\ \x95\x4a\x83\x82\x71\x16\x29\xe6\x61\x24\x86\xa4\x21\x7e\xb6\x38\ \xd0\x75\x85\x31\x64\x75\x60\x69\x4a\x7f\x68\x6a\x3d\x1d\xc8\xac\ \x81\xd1\x3b\x1c\x1f\x9c\xcc\x86\xa3\xfe\x70\x28\x4b\xc3\x87\x63\ \xe3\xf0\xf8\x68\xb4\x3f\x1d\x4f\x4e\x1e\x0e\x66\x8b\xe9\x81\x39\ \xf9\xfc\xbd\xef\xfe\xf4\x07\xdf\x5b\x59\xf2\x79\x7c\x9e\xe5\x08\ \x90\x45\x91\x80\x3d\x79\xe5\xf5\x00\x5a\xb9\x1d\x61\x80\x15\x5f\ \xd4\x63\x37\xef\x63\x54\xb9\x9d\xee\x30\xd8\xe8\x0d\xf9\xfc\x67\ \x56\x43\xa7\x56\x97\x96\x5d\x8e\xa0\x3f\x04\x84\xd6\xe9\x95\xb3\ \x67\x57\x03\x11\x97\x7f\x65\xc5\xb1\x1c\x58\x72\xd8\x21\xa3\x3e\ \x87\xc3\x61\x83\xc7\xed\xf2\x00\xa6\xf9\xbc\xce\xb0\x3b\xe0\x0e\ \x78\x5d\x0e\xf0\x8b\xd3\xed\xf4\xf9\xdd\x3e\xe0\x31\xbd\xeb\x97\ \xa2\x4e\x3b\x80\xde\xe1\x73\x7e\x1d\xc8\x3a\xd0\x7d\xd4\x01\xf6\ \x74\xf8\xfe\xa4\xb1\xf3\xfe\xe3\xb9\xa4\x27\x18\x89\x9f\x7c\xe1\ \x4f\x05\xd6\x17\xce\xfe\xb3\x21\xfd\x8f\x02\xd6\x17\xbe\xf0\xc9\ \xe8\x57\xb8\xf9\xff\x6f\x60\xe5\xd1\xdb\xdb\x71\x19\x8a\x73\xa5\ \xad\x2a\xb7\xfd\x46\x79\x7b\x6f\xb3\xd9\xbe\x5e\xaf\x7e\xed\xe2\ \xab\x17\x2e\x3e\xf7\xdc\xf3\x5f\xba\xb1\xf5\xd6\x95\xab\x97\xaf\ \x3c\xf7\xca\x9b\x3b\xb2\xb8\x9b\xce\x33\xfa\x68\xa0\x27\x15\xbd\ \x19\x37\x06\x9a\xa6\xa1\x31\xb3\x57\x86\xc9\xae\x78\xb2\xa0\xaa\ \x93\xfd\x72\x11\x33\xcc\xc1\x88\xb5\x74\x4e\x19\x1c\x1e\xa8\x33\ \x22\xad\x41\x09\x76\xd8\xd3\x74\x59\x50\x46\x71\x1c\x55\xa6\xb3\ \xe1\x6c\xa0\x1c\x93\x68\x0c\x07\x32\x07\xc7\xb5\x61\xb2\x4c\xc7\ \xe6\x86\xb5\x90\x94\x43\x6a\x6e\xec\xc9\x47\xfd\x81\x32\x9d\xa7\ \x61\x4d\xef\x0d\x0f\x11\x72\x2a\xa3\x53\x6b\x5f\xd3\xf7\x11\x61\ \x3e\xe8\x77\x51\x38\xd6\xc8\x92\x1d\xac\x94\x21\xe5\x5a\x29\xcb\ \x30\x9b\xd9\x34\x06\x25\x11\x9e\xa4\x69\x1a\x6e\x62\x16\x21\x09\ \xa4\x4c\x25\xf3\x55\x54\xee\xea\x2c\xa1\x4a\xc0\x14\x8a\x18\x67\ \xa0\x28\x8f\xc4\xda\x18\x4e\xa2\x09\xd5\x88\x13\x18\x4d\x0a\x8c\ \xa9\x0f\x91\x84\xd8\xa3\x51\x04\x63\x29\xa4\x56\x28\xd1\x9b\x77\ \xee\x16\x5a\xed\x7b\x9b\x9b\x5b\x77\xb7\x9a\x37\x77\x33\xf7\x32\ \x9d\x46\x09\xa1\xf2\x94\x6d\xf5\x6a\x6d\x9c\x67\x90\x64\x42\x40\ \x4a\x9b\x15\xb8\x9a\xcf\x36\x8a\x54\xba\x58\x29\x62\x5c\x9e\x83\ \x6b\x1c\x54\x2c\x6c\x62\x28\x59\xab\x36\xcb\x38\x55\xa2\x93\x40\ \x96\x75\x30\x0a\xa8\xb3\x58\x3a\xd5\xa9\xa6\x9a\xa5\x52\x32\xd7\ \xda\x79\xeb\xde\x6e\xa3\xdd\xac\xec\x20\x49\x26\x1d\xa7\xb3\x8d\ \x18\xd5\x28\xd6\x5b\xf9\x38\x8f\xa0\x4c\xad\x11\xe3\x51\x09\x4e\ \x9b\xb3\xc9\x89\x05\x49\xbc\xde\x53\x0d\x81\x05\xf2\xcf\xd2\xc7\ \xdd\x61\x5f\x1f\x8f\x0d\x45\x19\x3d\x7a\x38\x37\x66\x03\x93\x55\ \xc6\xd6\x74\x38\x32\x07\xc6\xcc\x18\x99\xd6\xfe\x58\x9f\x4e\x47\ \xd3\x0f\xfe\xf6\xfb\x3f\xf8\xfb\x6f\x9e\x0a\xd9\x73\x48\xc1\xd7\ \x43\x1e\x9f\x3f\x08\x40\xe1\x8c\x46\xc3\x97\xec\x70\x83\x30\x70\ \x72\xde\x73\x40\x52\x39\xfd\x76\x09\x8a\xb5\xe8\xa5\x4b\xeb\x6b\ \xe1\xc7\x21\xea\x81\xd5\x88\x6b\xf5\xf4\xd9\x53\x4b\x11\xe0\xfd\ \x42\xc1\x95\x65\x9b\x5f\xa1\x08\x40\x97\xcb\x1f\x72\x04\x3c\xb6\ \x1f\xf4\xfa\x3d\xe0\xa7\xcf\xbf\x14\xf1\xfb\x97\xfd\xe0\x05\xbb\ \xa4\xb3\x03\x88\xab\xa0\x27\x1c\xf6\xff\x62\x15\x74\x18\x88\xaf\ \x73\x6e\xbf\x7b\x6d\xcd\xef\x8e\x86\x01\x27\xc3\x40\xca\x45\xd7\ \xd7\x3d\x00\x61\x7f\xda\xd8\x39\xf9\xdd\xf3\xe6\xff\xf6\xa3\xea\ \x37\xfa\xb6\xef\xd6\xd1\xff\xc1\xc0\xfa\xc5\x15\x78\x12\x66\xff\ \xe7\x51\x58\xd2\xf6\x1d\x2c\xc1\xb0\xc0\x2d\x35\x4a\xef\x5c\xdf\ \xd8\xca\xee\xb5\x52\xbb\x3b\x99\xb7\xaf\x5c\x7e\xe9\xca\x85\x17\ \xbf\xfc\xc2\x3b\x85\x1b\xd7\x2f\xbc\xf4\xc6\xc5\xf3\xb7\xee\xc6\ \x7b\x9b\x9c\x40\xf2\xa6\x22\x26\xe5\x71\xb3\x37\x1f\x0f\x8d\x11\ \x9e\x9e\xc9\x3b\x08\xcf\xeb\xfb\x73\xa4\x31\x33\x1b\x1d\x56\x1d\ \xce\xfa\xdd\x89\x4a\xab\xaa\xd5\xb5\x46\x5a\x4c\x43\x8b\xb2\x26\ \x76\x47\x22\x84\x18\x72\x3e\x69\x2e\xac\xee\x5c\xd1\xe6\x90\x60\ \x1a\x04\x43\xc4\x30\xa2\x9b\xe3\xba\x24\x2c\x3d\x38\xd0\xc4\x19\ \x4a\x08\x90\xb9\x3f\x3e\x98\x7c\x30\xc8\x12\xa3\xc1\x78\x3a\x07\ \x6f\x85\x12\x23\x41\x23\x54\x1d\x25\x81\x3f\xec\x23\x2c\x83\x6a\ \x72\x85\x6a\x36\x25\x68\x2b\x9f\x95\xc5\x0e\x95\xa1\x3b\x94\x21\ \xa7\xf3\xc5\x1a\x7d\xbd\x21\x73\xaa\xc4\x30\x31\x8e\xe6\x58\x4b\ \x13\x24\x24\x99\x24\xa9\xbc\xd4\xc0\xcc\x18\xc5\xe0\xc9\x02\xa4\ \xc0\x08\x25\x8b\x28\x4c\xd5\xb2\x0c\x6b\x76\x39\x24\x21\x40\x09\ \x48\xa6\x10\xc3\xc4\x8b\xc9\x6a\x21\x75\xbb\x99\xd9\xd9\xdb\xbd\ \xbb\xb3\x73\xeb\xde\xcd\x7b\xf7\x76\x30\xba\xd0\x61\x81\xbe\xca\ \xe6\x68\x8c\xee\xc4\xa1\xa4\x44\xa6\x63\x62\xbb\xb9\xd9\xa9\xe6\ \xea\x80\x40\x02\x9b\xa7\x28\x8a\x6b\x57\xca\xf9\x6a\xaa\x98\xc5\ \xb0\x6c\x16\xcb\xe5\x93\x95\x3a\xd8\xda\x6a\x14\xb3\xc5\x5c\x0b\ \x68\xb1\x7c\xba\xda\x2e\x16\x6b\x9d\xcc\xed\xed\xd4\xf5\x8d\x72\ \xbb\xb5\x51\xc9\xd2\x58\x3e\x4b\x97\x10\x92\xc4\x72\x8d\x4c\x49\ \x4e\xe0\x42\xae\x51\x4c\xb2\x49\x9c\x2d\x09\x83\xa3\x07\xfb\x92\ \x04\xcc\xa0\x35\x10\x06\x53\x63\xbc\x3f\x98\x0c\xb5\xae\x32\xea\ \x89\x3d\xb5\x7f\xfc\xe9\xa4\x67\x4c\x44\x56\x9c\xcc\x66\x43\xab\ \x37\x19\x1f\x1e\x99\xe3\xe1\xd8\x9c\xf4\xf5\xd1\xa7\x7f\xff\x77\ \x3f\xfe\xfb\xfb\xaf\xbb\x1c\x2b\x7e\x97\xef\xd4\xe9\xa0\xc3\x0f\ \x84\x91\x07\xd8\xb6\xa8\x1d\xdf\xee\x76\xae\x3b\xed\xa5\x7f\x4e\ \x1f\xf0\x6e\x0e\xc0\xa9\xf5\x73\x6b\x51\xbb\xd6\x97\x77\xdd\xe7\ \x88\xae\xbe\xbe\x7c\x66\xf9\xec\x57\x42\x6e\x47\xc0\xe5\x72\xad\ \x9e\x3a\x13\x5c\x09\xae\xae\x9e\x0e\x05\x81\x4c\xf3\xda\xe5\x57\ \x5d\x40\x97\xf9\x6c\xe5\xe6\x75\x05\x3d\xae\xa0\x9d\x04\xd0\x0d\ \xcc\xa1\x7d\x6c\xa7\x07\xf8\xc0\x35\x07\xe0\x94\xc3\x9e\xcd\xba\ \xb4\x0e\xdc\xe2\x9a\xd3\x1b\xb5\x57\xea\x00\x6c\xf9\xc3\x9e\x4b\ \x61\x4f\xc8\xff\xa7\x8d\x9d\x73\x4f\xe4\x09\x9f\x0c\x58\x8e\x7f\ \x7a\xfa\x1f\x09\xac\xc7\xf7\x3a\xff\x5d\x08\xf0\xbf\x9a\xc2\x12\ \x52\x6f\x26\x73\xa8\x02\x91\xe5\x62\xeb\x8d\x3b\xe5\x56\xbb\xd3\ \xb9\x7b\xab\xdc\xbc\xf9\xea\xcb\x2f\x5f\xbe\xf8\xd2\x8b\xcf\xbe\ \x53\x7e\xe3\xe5\x0b\x57\xde\xb9\xf0\xdc\xcd\xad\x9c\x50\xe3\x07\ \xa2\x36\x50\x11\x72\xa6\xef\x00\x21\x24\x0e\x45\x24\x37\xd4\x77\ \x54\xcd\x34\x0f\x05\xa8\x26\xe9\x55\x0e\x46\x84\xa1\x2c\x5a\xf1\ \xac\xdc\xd7\x81\x93\x93\x99\x3e\xd5\x34\x34\x45\x1d\x0d\x05\x05\ \xa9\x49\xac\x31\x38\xe9\x19\xe8\xf0\x98\xc6\x55\x1e\x1f\x98\x02\ \xa5\x99\x14\x3a\x55\x61\xc3\xd0\x45\xe5\x00\x89\x2b\x87\xe3\xd9\ \xe1\x6c\x30\xb1\x93\x58\x19\x8b\xbe\x1d\x89\x4e\x70\xba\xca\x2a\ \xbc\xc1\xf6\x0e\xc6\x84\x8c\xc6\x50\x94\x21\x76\xb1\x76\x85\x20\ \x8b\x59\xb8\x47\x24\xb3\x65\x0e\xed\x5a\x32\x52\xda\x2d\x66\xeb\ \x38\x0a\xf7\xa4\x91\x51\x4a\x56\x33\x88\x28\xcb\xb3\x01\x96\x4c\ \xe6\xe1\x74\x09\xe9\xd6\x0b\xb5\x5c\xa2\x1d\x93\x70\x32\x0d\x49\ \xb1\x52\xac\x8a\xcb\xa4\x84\x65\xe9\x04\x94\x43\x14\x25\x26\x9d\ \x98\x8d\x1a\xdd\x48\x55\x37\xee\xdc\xde\xbc\xbb\xb9\xb5\x77\x73\ \x77\x27\xd5\xba\x9e\x49\xb4\xea\x74\xb2\x5a\x2f\xe7\x8b\x54\xa3\ \x83\x89\x6c\x3c\x1e\x6f\x71\x02\x96\x2c\xdc\xac\x51\xb5\x3c\x47\ \x25\xb9\x32\xc1\xb6\x4a\xa5\x62\xb6\xb9\xd3\xca\xb1\x24\x9e\x6f\ \x50\xc5\x6c\xb5\x4d\xc5\x5b\xd9\x72\xad\xde\xe9\x94\xf2\xb9\x6a\ \x8b\xea\xb4\x52\xed\x6a\xb6\xdc\xba\x75\x6f\xf7\xce\x46\xeb\x66\ \xa7\xd3\x4e\xe0\x18\x8d\x61\xe9\x58\x3a\x4b\xa6\xdb\x18\x8b\xa7\ \x71\xac\x81\x25\x92\x7c\xac\x58\x85\x7b\xd3\xc5\xc4\xd4\x49\x7d\ \xac\xeb\xa2\x3c\xd7\xd5\xc9\x84\xef\xf5\x24\xcd\xd6\x5b\x7d\x7d\ \x70\xf2\xc1\xc3\x07\x43\xad\xa7\x74\x0f\x26\xda\x64\x3c\xd5\xfa\ \xf3\xa9\x79\x38\x9c\xf4\x0f\xc5\xc3\x8f\xff\xee\x07\x7f\xf7\xa3\ \x9f\x7c\xef\xf4\x72\x28\x14\x59\x59\x5e\x5a\x75\x3c\x9e\x25\x77\ \x01\xeb\xf6\xd7\x6b\x61\x9f\xcf\x6b\x57\xf5\xf2\xba\x7d\x6e\xa7\ \xd7\xbd\x16\x06\x18\x5b\xfb\xef\x5f\x5f\x3b\x07\xd4\x8f\x33\xec\ \x71\x79\x23\x7f\xb9\x74\xea\xd4\xd2\x19\x97\x7f\xc9\x11\x74\x7a\ \x42\xa7\x5e\x5f\x5e\x5e\x3d\x15\x04\x0f\x81\x90\x37\x10\x0c\x3f\ \x8e\x4e\x70\x01\x33\xe8\xf3\x04\xed\x9a\x13\x21\x8f\x7b\xc9\xb7\ \x1e\xf5\x86\xfc\x51\xef\xe3\x1c\xc8\x5e\x80\x24\x3b\xe2\xc1\x07\ \x9c\xe7\x5f\x45\x3d\x6b\xc0\x22\x7a\x9c\x40\xd7\x01\x76\x79\xa3\ \x3e\xb7\xc7\x19\xf5\xfc\x89\x63\xe7\xdf\xe9\xeb\xff\x87\x00\xeb\ \x13\xfb\xe9\xfb\xff\xe1\xc0\xfa\xe4\xb9\x7f\x77\x89\xf5\xbf\x04\ \xb0\x62\xd6\x9d\x5b\xa5\x3c\x0c\x73\xf0\x5e\x2d\xf9\xda\xf5\x76\ \xaa\x99\xda\xdc\xdd\x2d\x94\x6f\x5e\x3b\xff\xca\xe5\x97\x5e\x7c\ \xf9\x4b\x57\xb6\x2e\x5c\xbd\x76\xeb\x8d\x8b\xaf\xdd\xd8\x4c\xc3\ \x2d\x4c\x9a\x58\x96\xc2\xc6\x67\x6c\x99\x9f\x0e\x12\x2c\x53\x2c\ \x3d\x30\xea\x9a\x35\x10\x7b\x3d\x92\x19\x28\x1d\xac\x27\x28\x0c\ \x60\x4f\x3c\x06\xa0\xd5\x27\x2d\xd1\x1a\x14\x49\x91\x17\x99\xa9\ \xc5\x8b\xa3\x24\xaa\xea\xc3\xc5\xd0\xc4\x8f\x4f\x92\x08\xc9\x76\ \xad\x39\x12\x9f\x9b\x59\xa8\xdb\x23\x8c\x2e\x49\x3e\x5c\x50\xdd\ \xfd\xe1\xe1\xe1\x81\xa1\x0e\x63\x34\x23\x8d\x1e\x4c\x49\x54\x52\ \x10\xce\x30\x0f\x2d\xa3\xdb\x10\x87\x5d\x23\x96\xcc\x67\xb9\x2e\ \x52\x41\x53\x75\x82\x83\xd8\xb4\x40\xb2\x58\x81\x4b\xa2\x7c\x8f\ \x4c\x97\xe9\x42\x53\xca\x41\x6c\x62\x2c\x54\x59\xae\x3c\x98\xcb\ \x69\x96\x27\xf1\x56\x1b\x61\x69\x86\xa1\xf3\xb9\x24\x94\x66\x48\ \x8c\x85\x71\xa4\xcd\xd1\xd5\x1c\x55\x84\xe3\xc9\x0c\xc7\x75\x58\ \x9d\x55\x17\x1f\x19\xb5\x4e\xa3\x71\x6f\x63\xfb\xf6\xde\xc6\x8d\ \x7b\xa9\xc2\x76\xea\x76\x65\x7b\x67\x8f\xae\xd2\x8d\x22\x30\x71\ \xb5\x7a\xbb\x94\xc2\x45\x92\x82\xb1\xdd\x36\x09\x15\xca\xc5\x76\ \x3e\x5b\xcd\x37\xe9\x72\x9b\x24\x3b\x35\x80\xc5\xd4\x56\xa1\x95\ \xa5\xaa\xd5\x62\xa9\x93\xaf\xb7\xe1\x44\xa1\xd8\xc2\x8a\x6d\xae\ \xd1\x68\x17\x0a\x99\x54\xad\x96\xa9\xa4\xf6\x32\x6f\x6f\xde\xbb\ \xb7\x5b\x4e\x55\x5a\x3b\x76\x7a\x79\x82\xc2\x61\x34\x97\xae\x95\ \x12\x08\xca\xf3\x40\x6a\x71\x62\x22\x59\x6a\xa3\xe3\xc5\x64\x66\ \xf0\x14\xaf\x49\xbc\x46\x5a\x4a\x6f\x3c\xed\xca\x96\xc5\xf2\xec\ \xa1\xd2\x57\xc7\x27\x8b\x47\xfb\xb3\xb1\x21\x12\xc6\xe4\x60\x36\ \x3b\xee\xef\x5b\xb3\xc9\x58\x1f\xcd\x17\xd3\x7f\xf8\xe9\x8f\x7e\ \xf8\xa3\xfb\xdf\x7b\x7d\x75\xe5\xf4\xd2\x99\xb3\x4b\x91\xa0\xcf\ \xe7\x0b\x05\x5c\x4e\xa0\x80\xd6\xd6\xd7\x81\xa2\x8a\x9e\x8b\xba\ \xbd\xce\xa8\xcf\x7b\x09\xc8\xad\xf0\x9a\x3b\xfc\xd7\xe7\xfe\xea\ \xd2\x1a\xe0\xd5\x25\x67\xc0\x11\x39\xf3\x8d\xd7\xbf\xb2\xec\x77\ \xbb\x22\x81\x80\xd3\xb1\xba\x74\xf6\xf4\xa9\xe5\xd3\xc0\x14\x86\ \xce\xad\x39\xfc\x1e\xaf\xdb\x5e\xf8\x1c\xf2\x2e\xb9\x96\xc0\x2f\ \x5e\x2f\x78\xc9\x17\x08\xd9\xa9\xe2\xdd\x6b\x40\x73\xb9\xfd\x7e\ \x8f\xc3\xe9\x72\xb8\x3d\x40\xa0\xd9\x93\x62\x1e\x87\x1d\x38\x01\ \xf4\x1b\xe8\xc5\xb3\x1e\xf5\xbb\xd7\xdd\x97\xfe\x4d\x80\xe5\xb8\ \x6f\x07\x76\x6e\x10\xf7\x7f\x45\x73\xdd\xff\xc7\x99\xa6\x9f\x7d\ \x6c\x5b\x38\xe2\x57\xe3\x96\x7e\xf3\x58\x8e\x93\x8d\x6f\x7d\x6b\ \x63\x74\xf6\x0f\x04\xd6\x3f\xef\xf4\xcb\x0d\x9f\xdc\x07\x7d\x6c\ \x9c\xfc\x96\x88\xd3\xd1\xc6\xe3\xce\xdf\xff\xb5\x29\xfb\x7f\x6a\ \xbf\x6f\xcf\x7f\x9d\x1c\x8f\x8f\xf5\xc9\xef\x3d\xc6\xc6\xaf\xc5\ \x7f\xfc\x0c\x3c\x1b\xfd\xfa\xcd\x52\xc7\x3f\x1e\xc7\x3e\xf5\xf7\ \x4f\xe8\xdf\xf8\x2b\xfe\x45\xb7\xbf\xeb\x34\x7f\xdb\x07\xf0\xaf\ \x5d\xda\x9f\xdd\xb7\x83\x71\x7f\xed\x50\xbf\x3c\x93\xb3\xf4\x1f\ \xc1\x36\x81\xb9\x7e\x2b\x43\xd3\xf9\x4e\xb6\x59\xa7\x6f\xde\xdd\ \xd8\xba\xbe\x97\xeb\x64\x76\xb6\xae\x5c\x7d\xed\x95\xf3\xe7\x5f\ \x7c\xf6\xd9\x77\xb6\xae\x5c\x79\xeb\xad\xd7\x2e\x5e\x7b\xe5\x9e\ \xce\xef\x64\xa1\xfe\x6c\xcc\xa2\xd4\x91\xb8\xa3\x49\xba\xcc\x12\ \x54\xec\x48\xb9\xdb\x1d\x5a\xd3\xb9\x8e\xe3\xc7\x5a\x91\x46\x79\ \x93\x45\x14\x11\x49\xaa\x3d\x55\x50\x34\x99\x91\x4a\x09\xa5\xab\ \x13\xd3\xc3\xb8\xf4\x69\x2e\x2e\x42\xe6\xd1\x40\x8a\x2f\x3e\x4d\ \x43\x93\x09\xd1\x1f\x09\x90\xa8\x62\x49\x56\x50\x15\x96\x97\x67\ \x56\x5d\x19\xf7\xa7\x83\x99\x60\x1d\xc3\x9c\x01\x86\xe9\xf8\xa8\ \x1f\xd3\xc5\xe4\x68\x38\x3f\x34\x08\x5c\x9f\x49\x33\xa6\x84\x23\ \xf5\x5c\x2b\x9d\xbc\x9b\x4c\xe4\x12\x62\x96\xe8\xb0\x6c\x8b\xc5\ \xe2\x7d\x81\xce\xb7\x6b\xcd\x3d\x86\x48\x30\xa8\x1c\x6b\x61\xe9\ \xf6\x64\xa0\x14\x63\x49\x32\x01\x65\x6b\x85\x0e\x4e\xd5\xed\x32\ \x3a\x65\x98\x95\xb8\x5a\x52\xc8\xe7\x68\xba\x94\xa6\xa9\x38\xd9\ \xe6\xb8\x3c\xc5\xea\x8f\xa6\x13\xbc\x5e\x4f\xb4\x6f\xed\x34\x2b\ \x85\xfc\x56\x2a\xb3\xb9\x51\xd8\x2a\x6c\x6d\xec\xa6\xdb\xf5\x46\ \xad\x05\x2e\x51\xbd\x90\x4b\x23\x4a\x16\x8e\x57\xb3\x59\xb4\xb8\ \xd3\x2e\xd5\xcb\xd5\x4a\x29\x47\xb5\x3b\x34\x57\x4d\x63\xa5\x66\ \x2b\xd5\x2a\xd5\x70\x9c\xab\x97\x8a\x65\xae\x53\x8e\x15\xb6\x3a\ \xc5\x66\xb3\x5e\x6e\x56\x3b\xd5\x5a\xaa\xdc\x6a\xb6\xda\xbb\x99\ \xbb\xdb\xdb\xed\x8d\xf2\x66\xa6\x96\xae\x25\x79\x92\xeb\xa4\xb1\ \x6c\x5c\xae\x66\x91\x18\x81\x71\x89\x5a\x07\x63\x92\x45\x8e\x86\ \x81\x17\x3e\xec\x77\x91\xae\xd9\x55\xfb\x82\x32\x1a\xf4\xac\xc9\ \xd1\x58\x94\x95\xee\x91\x69\x4a\xd6\xc9\x87\x07\xfb\xf3\xe9\x40\ \x92\x06\xf3\x7d\xcb\x1a\x5b\xb3\xf9\xe1\x4c\xed\xca\xc6\xd1\x8f\ \xdf\x7b\xef\xfe\x8f\xbf\xfd\xcd\x6f\x9e\x8e\x00\xa5\xe4\x5b\x5e\ \x0a\xb9\xfc\xfe\x88\xcb\xef\x5d\xf3\xd9\xb9\x60\x9c\xce\x73\x8f\ \xfd\x9c\xd3\xb9\xee\xf5\x46\x3d\x7e\xf7\x5f\x3b\xc3\x40\x00\xad\ \x47\xc3\x76\xa5\x88\xb5\x80\x2b\x72\xfa\xf5\xd7\xbf\xb1\x64\x27\ \xa3\x59\xb5\x2b\x40\x87\x5c\x91\xe5\x08\x38\xd2\xaa\x0b\xec\x0f\ \x20\xe4\xf4\x3b\x42\xa1\xa0\xdb\xe3\x73\x45\x80\xf1\xf3\xb9\xbc\ \xc1\xa0\xc7\xe3\xf0\x05\xdd\xb6\x76\x73\xd8\x91\x58\x8f\xcb\x16\ \x3a\xfd\x2e\x97\xc3\xe9\xf7\xbb\x6d\x5e\xf9\xdc\x6b\xae\xb0\x33\ \x60\x4f\xce\xdb\xa1\xf5\xbe\x27\x00\xd6\x2f\x06\xeb\x27\xbf\xb8\ \x65\xf6\x9b\xc1\x49\xe7\x1e\x8f\xd5\x4f\x3e\xfe\xe7\x4d\xbf\xe3\ \x58\xe7\x36\x7e\xb9\xc7\xc6\xfb\x7f\x1a\xb0\xfe\xe9\x04\x46\xbf\ \x36\x09\xfe\x2b\x7d\x7f\x8b\x78\xff\xf7\x01\xeb\xb7\xed\xf9\xaf\ \x03\xeb\xb1\xd2\x73\xfc\xde\x63\x7c\xfc\x6b\x88\xba\xff\x6b\x13\ \x7f\x9f\xfc\xf2\x12\xfe\xe3\x95\x1a\x7d\xeb\x5f\xfc\x15\xbf\x29\ \x2d\x7f\xfb\x69\xfe\x8e\x0f\xe0\xf7\x5f\xda\x4f\x4e\xbe\xf5\xdb\ \xfb\x3b\xf7\x85\x4f\xe8\x3f\x4a\x8c\x41\xd8\x9b\x19\x88\xce\xc7\ \x72\xf4\xc6\x5e\xe1\xd6\xdb\xb7\x2b\xe5\x4a\x65\xeb\xad\xca\xd6\ \xf9\xd7\xae\x5c\x78\xee\xf2\xb3\x7f\xf6\xdc\x8d\xea\xe5\xf3\x2f\ \xbd\x72\xe5\xed\xb7\xae\xdc\x86\xa1\x42\x42\x8c\x9b\x7d\x5e\x83\ \x16\x62\x5d\x52\x47\x73\x5d\xeb\xc6\x67\xdd\x2d\x6b\xac\x1a\x47\ \xdd\x06\x3e\x55\x2a\xad\xb8\x62\x99\xf1\x7e\x3f\x9f\x1c\x1c\x0d\ \x8d\x5e\x1c\x43\x46\xb1\x12\xd1\xed\x0d\x4e\xc6\xd0\x68\x48\x27\ \x44\xe1\xe1\xa7\x27\x71\x61\x31\xee\x24\xac\x11\x4f\x74\x09\xd5\ \xe0\x1b\x31\x9d\xd7\x14\x52\x8c\x7d\x6a\x64\xb8\xee\x78\x4a\x02\ \x1b\x38\xc1\x80\x76\x1a\x68\xf2\xb4\x0b\x6c\x91\x64\xce\x47\xc7\ \x96\xa2\x1c\xcc\xcd\x49\xa2\x4c\xc6\x1a\xed\x06\x0e\x35\x21\x0e\ \xaf\xe5\x4b\x68\x55\x27\x5a\x08\x96\xeb\x27\x6b\x5c\x3b\xd7\x2a\ \x33\x2a\x41\x10\x64\x2e\x0f\x37\x10\x43\x15\x69\x48\xc3\x72\xa5\ \x1a\x46\xe7\x20\xdc\xae\x51\x51\xcc\x91\x28\x01\x11\x32\x83\xc1\ \x1d\x41\x49\xc3\x14\x2f\xd2\x3c\x8f\xc9\x07\x47\xfb\x7d\x2d\x41\ \x43\xe9\xc2\xe6\x5e\x79\xf3\xde\xd6\xf5\xbb\x5b\x99\x8d\xca\xee\ \xf6\x3b\x77\xca\x89\x76\x91\xa2\x1a\xad\x9d\x0e\x9d\xce\x73\x39\ \x32\xa1\x08\x14\x92\xce\x35\xaa\xa5\x76\xae\x96\x28\x25\x13\x49\ \xba\x93\x4c\xd7\x1a\xc9\x6a\xb9\x9d\xaf\x15\xd3\x58\x35\x57\x2b\ \xb7\xa8\xdc\x6e\xb1\xda\x29\xd4\xb3\xf9\xbd\x56\xad\xc1\xd5\x8a\ \x5c\xe5\x5e\x3d\xdd\xde\xab\x94\xb7\x33\x5b\x7b\x3b\x85\x56\xa5\ \x98\x4d\x90\x71\x96\xa1\xeb\x79\x38\x97\xcc\xd3\xd9\x84\x9c\xcf\ \x53\x45\x26\x99\xc5\x8a\x79\x1a\x39\x36\xfa\x07\x13\x3d\x06\x2b\ \x32\xd1\xe7\x2d\x45\x22\x04\x73\x34\xe8\x0e\x26\xf2\xc4\x98\x1d\ \x8d\x3e\xfb\xe8\x64\xba\x18\x6a\xda\x50\x1b\xcd\x8c\xd9\x7c\x7f\ \xb6\x38\x1c\xc8\x93\xee\xf8\xff\xfa\xdb\xf7\xbe\xfb\x93\xef\x7e\ \xf3\xab\xdf\x39\x1b\x08\xb8\xec\xaa\xcd\x2e\x97\x0b\xb0\xc8\xed\ \x0e\x39\xa2\x76\x22\x19\x6f\x14\xc8\xa2\xf5\xb5\xb0\x9d\x07\xc6\ \xed\xf5\xae\x01\x97\xe8\xbc\xb4\xe6\xbc\xb4\x0e\x10\x76\x2e\x1c\ \x5d\x0e\x9d\x3a\x75\x3a\x18\x0c\x86\x82\x2e\x4f\xc8\x1f\x58\x76\ \x45\x56\x4e\xd9\x71\xa7\x8e\x08\xd0\x54\xfe\x80\xcf\xed\x0d\xb9\ \xec\xe8\x07\xc0\xa8\x60\xd0\xce\x8d\xec\x07\xfe\x30\xe0\x71\xfb\ \x7c\x61\x4f\xd8\x63\x07\x5d\x39\x80\xb3\x8c\xae\xdb\x9c\x72\xda\ \xd5\x08\xc1\x3f\xa0\xe6\x42\x2e\x7b\x1a\xeb\x92\xd7\x6d\x83\xf2\ \x4f\x03\x96\x3d\x8f\xb4\xf1\x2b\x77\xed\xfe\xa9\xd1\xbf\x06\xac\ \x4f\xe8\x5f\xdd\xf4\xc9\x6f\x0d\x91\xf8\xd5\x77\xbf\xff\x87\x00\ \xeb\x67\xff\x04\xcb\x5f\x6c\x38\xf9\x2d\x5d\xd8\x82\x65\xe3\xd7\ \x4e\xec\xec\xef\x06\xd6\x6f\xdd\xf3\x0f\xf0\x66\xc4\xaf\x60\xf8\ \xb7\x1f\xe3\xdc\xaf\x21\x8a\xf8\x35\xc2\x39\x7e\x09\xb3\x7f\x71\ \xa5\x7e\xfb\x85\xfa\x9d\xa7\xf9\x3b\x3e\x80\xdf\x7b\x69\xdf\xff\ \x9d\x1f\x8c\xe3\x93\x8d\x6f\xfd\x51\xc0\x22\x13\xef\xa4\x04\xb6\ \x9c\x47\xa4\x5a\xa1\xfd\xea\x3b\xf5\x4e\xa9\xbc\x73\xe7\xb5\xbb\ \xb7\x2f\x5f\x38\x7f\xe5\xc5\xe7\xbf\xf8\xe7\xe7\x77\x6b\x6f\x5e\ \x78\xe5\xf9\x17\xcf\x5f\xbc\xb8\x27\x40\x77\x63\x13\x53\xd6\x79\ \x65\xba\x48\x96\x14\xbe\x3f\x26\x24\x08\x7a\x48\x36\xff\x1f\xf6\ \xde\xfd\xb7\x8d\xeb\xde\x17\x2d\x9f\x20\x29\x52\x15\x76\xec\x38\ \x6c\xb2\xe9\x9d\xb0\xce\xc3\x51\x76\x6c\xb6\xf6\xb5\xb7\xed\x1e\ \x17\xb6\x55\xf8\x51\xb9\xd2\x96\x0c\x55\xd0\x9e\x31\x87\x9c\x19\ \x5a\xd0\x90\xc3\x99\xd2\x9c\xe1\xab\x1c\xbe\x40\x72\xc8\xb0\x28\ \x0f\xe6\x60\x4a\xdf\x6b\x0e\xc6\x20\x50\xb0\x44\x9a\xc0\xe8\x25\ \x43\x96\x20\x81\x0d\x96\x15\xf4\xe8\x81\xbc\x55\x19\x28\x72\x9c\ \xe6\x1f\xb9\x6b\xe4\xc4\x96\x1c\x5b\x71\xdc\x9e\x83\xfb\x43\xc7\ \xb1\x1d\x92\x8b\x6b\x66\xd6\x78\x7d\xf4\xf9\xac\xf5\xfd\x7e\xbe\ \x55\xa9\x25\xf2\x84\x0b\xff\xa8\x5f\x8c\xb9\x59\xb1\x54\x6a\xae\ \x7b\xc8\x95\x66\x4f\x68\x96\x58\xa9\x9a\x72\xd5\xe4\x7e\x77\xa5\ \x06\xad\xd6\xa3\xee\x4a\x67\xb5\xdf\x87\x4b\x43\x39\x56\x71\xd2\ \x22\x12\x77\x11\x1d\x0f\x20\x58\xbd\x5e\xc5\xe5\xaa\x6f\xc5\x0b\ \xa4\xa7\xd2\x2d\x7b\x2b\xcd\x21\x8b\x3b\x2b\x92\x10\x2f\x97\x97\ \x1b\xae\xf6\x96\xd0\xa8\x37\x44\x7e\xab\xcf\x3a\xe9\x62\x1d\x0b\ \x85\xc3\x68\x26\x89\x61\x04\x9d\x45\x51\x54\x74\x05\xf1\x98\xab\ \x81\x85\x12\x29\xbf\x1f\xf5\xb8\x44\x94\xad\xc2\x5e\x24\x5c\x6a\ \x09\x2e\x8a\x28\x21\x9c\x9f\x8b\xa3\x2e\xc4\xe5\x76\x93\xd9\xb0\ \x47\x2e\x09\x44\xc8\xe7\x72\x17\x12\xde\x76\x29\x8c\x94\x45\x06\ \xf3\xa0\x72\x9f\x87\x58\x01\x89\x56\x43\x0b\x93\x81\xdc\xe2\xa5\ \xab\x57\xaf\x91\xc1\xd9\xe0\xb5\x0b\x17\xa7\xb3\xcc\x74\x31\x5c\ \x88\x45\x7c\x21\x12\x42\xb9\x18\xe3\x76\xc3\xb4\x2b\x3d\x9f\x08\ \x61\xc5\x5c\x8a\x0b\xb9\xa8\x50\x3e\x2c\xc0\xb9\x7c\x38\x55\x88\ \x65\x42\x29\x57\x34\x96\xcc\x84\x19\x27\x9a\x2d\xe6\xfd\x01\x86\ \x63\xb8\x70\xcc\x07\x25\xf2\x24\x60\x5d\xc1\x40\x11\xa8\xc2\xab\ \xb3\x81\xa5\xf9\x48\x2e\xed\x72\x11\x4e\x0a\x25\x71\x98\x8b\xfa\ \x83\x79\x0e\x71\x63\xc5\x20\x17\x75\xa2\x3e\x2a\x93\x72\xae\xb7\ \xab\x8d\xb6\xe0\x46\xc5\xb2\xb4\xd6\x6c\x4b\x95\xba\xa4\x64\x5b\ \x4a\xb5\x7e\xaf\x5e\x6d\x6e\x6c\xdd\xd9\xe8\x02\xb4\x2a\xf1\xb5\ \x8d\xb5\xf5\xc1\x2a\xa0\x5b\x1b\xcd\x5a\x7d\xe5\xc3\xdf\xfd\xe1\ \x77\x7f\xb8\x7d\x60\xdf\xd8\x8f\x7e\xa0\xd2\x18\x54\x87\xdf\xdc\ \x7f\x40\x67\xd7\x03\x20\xb1\x29\x60\x61\xb1\x58\x8d\x8a\x05\x8c\ \x62\xa7\xa0\x58\x17\xdb\x2c\xf6\x29\x9b\x56\xed\xb0\xea\x2c\xf6\ \x71\xa3\x75\x7c\x5c\x3d\x3a\x36\x72\x78\x54\xb1\xcf\x32\x6b\xd4\ \x16\xcd\x81\x03\x9a\x91\x83\x6f\x1c\x38\x78\xc0\xa0\x35\x9a\x35\ \x07\x34\x46\x83\xc6\xac\x54\xd6\x31\xeb\x74\x56\xad\x56\xa9\xaa\ \x3a\x62\x54\x1b\x14\xe3\x51\x83\xca\x68\xd5\x4f\xe9\x8d\x2a\x13\ \x00\x47\x83\x15\xa0\x93\x4a\xad\xd3\x6a\x4d\x06\x8d\xc1\x64\x19\ \x1f\x37\x8c\x28\xf1\x59\x56\xc0\xec\xec\x0e\xcb\x8b\x01\x16\xf1\ \x58\xeb\x00\xa6\x40\xde\x1e\xff\xe4\x5b\x9f\xa8\xba\x3b\x89\xd4\ \xf6\x34\x24\x94\x24\x16\x25\xde\x73\x9b\x03\x74\x9f\xd2\xd7\xc3\ \x49\xb5\xa9\x1a\x1f\x57\xe2\x51\x0f\x3d\x0f\x60\x1d\x7e\x84\x02\ \x0f\xe3\x39\xc1\xab\xcd\xdb\xb7\x1f\xce\xc0\xcd\x5d\xc1\x5e\xe0\ \x94\x87\xc7\xc7\x0f\x6f\x3e\x9e\xe0\x9f\x8d\x8f\x6f\x7f\x69\x3b\ \x04\x74\x7c\xaf\x96\xcf\x01\x58\x0a\xfa\x11\x7b\xf7\x71\xe8\xcb\ \xe5\xb6\x2f\x29\xd5\x63\xa2\xb9\xf9\x65\xab\xed\x91\x22\x1f\xde\ \x05\xb1\xeb\x2e\x76\x9d\xf6\x99\x97\xf9\x8c\x07\xb0\xd7\xd0\x6e\ \x83\x12\x01\xb0\xf3\xb3\xc3\xb3\x3b\x40\x6e\xfb\x4a\xbe\xc0\xff\ \xe7\x06\xac\x50\xe8\xdc\x79\x0e\xcf\xe1\xb0\x27\x10\x8e\x9e\xb8\ \x10\x48\xa5\xf2\xf9\xc2\xec\xe2\xf9\x77\x4f\x9f\x3e\xf5\xce\xab\ \x6f\xbd\xfa\xde\x52\xf2\xe4\xf7\x8f\x9c\x3a\x7d\xec\xe8\xd1\x59\ \x2c\x93\x74\x97\xf9\x5e\xa9\x1c\x92\x3f\xc5\x62\x25\x89\x6d\xd7\ \xe0\x28\xb4\x05\x27\x2b\xcb\x6b\x42\x43\x44\x89\xcf\xcb\x33\x29\ \xb1\x5e\x72\x97\xda\x43\xd4\x53\xae\x0d\xba\x1d\x09\x96\xe9\xb4\ \xb7\x2c\xd5\x87\x5d\xa2\xb6\xd5\x85\x00\x2b\x88\xb7\xbb\x08\xd1\ \xe7\x7d\xdd\x13\x33\x3f\x1e\x00\x00\x20\x00\x49\x44\x41\x54\x06\ \xc1\x36\x5a\x1e\x6f\x13\xf3\x09\xf5\xfa\xa0\x51\xe5\x6a\x9b\x6e\ \x3f\x2f\xf4\xd6\x1b\x4e\xa4\xbe\xc5\x78\x2a\x62\x7d\xa3\x5a\x15\ \x3b\x75\xb8\xdc\x96\x45\x77\x85\x97\x7a\x15\x5e\xf0\x10\x0d\x0f\ \xc5\x14\xc8\x1c\x85\xe1\x15\x02\x66\x5d\x3e\x11\x86\xc9\xb4\xbb\ \x41\x10\xd1\x44\x2e\x88\xe1\x25\x9a\x66\x69\x18\x86\x53\xf5\x06\ \xe1\x12\x44\x18\x72\xcd\x93\x25\x2f\x29\xc0\xa9\x50\x08\xcd\x86\ \x45\x37\xa0\x35\x85\x7c\x62\x3e\x54\x93\xe2\x28\x2d\x62\x50\x3c\ \x4b\x48\x51\x0f\xe5\xab\xfa\x0a\xde\xd8\xc2\xe2\xec\xd2\xb5\xfc\ \xd2\x69\x7f\x6a\xee\xca\x74\x20\xb7\x30\x37\xcd\xa5\x42\x54\x30\ \x5c\xc4\xdc\x2e\xca\x93\x47\x5d\x21\xde\x0d\x31\xc5\x74\x38\xcc\ \x84\xf3\x64\x2e\x8f\xc3\x89\x34\x83\x87\xf9\x54\xb2\x58\x88\xc5\ \x12\x61\x08\x67\xa2\x1c\x44\xc1\x4c\x50\xc9\x70\xf2\x79\x30\x1f\ \x99\xe6\x8a\x18\x17\xf5\x15\x53\x4b\xfe\x42\xf1\x5a\x64\x76\x7a\ \x3e\x1d\xc8\xe7\x0a\x10\x87\x62\xe1\x64\x34\x9f\xa5\xb0\xe4\x35\ \x94\x88\x43\xe1\x74\x86\x74\x31\x21\x3c\xa3\x94\x71\x6c\x48\xab\ \x7d\xc1\xeb\xad\x35\x07\x4d\x59\x6a\x37\xc1\x50\x76\x3b\x75\xa9\ \xdc\x6a\x77\xaa\xfc\xea\xe7\x1f\xb5\x7a\xa2\x5c\x2d\x01\xca\x55\ \x1f\xac\xf4\xb6\x06\xcb\x2d\xa1\x36\xdc\xf8\xdd\x2f\x7f\xf1\xbb\ \xff\x3a\xbc\x7f\xc4\xf4\xc6\x1b\xa6\x51\x9d\xd1\x64\x3e\x60\x52\ \xa9\x6d\x56\xad\xcd\x6e\x53\x4a\x33\x6b\xad\x06\x95\x5d\x6b\x31\ \x58\x2d\x4a\x82\xb2\xde\x6e\x73\x4c\x58\x01\xb4\xa8\xb4\x8e\xa9\ \xa9\x09\xc7\x75\x87\x45\xf3\xe6\x3e\xf3\x9b\x6f\x1c\x30\x9b\x46\ \xc6\x8c\x3a\x80\x51\x23\xa3\xa3\xe6\x83\x63\x26\xbd\x41\xa3\xd1\ \x82\xee\x34\x5a\x95\xc5\xb8\x4f\x63\x04\x8c\x4d\x35\x3a\xaa\xc0\ \x93\xc9\x38\x02\x08\x96\xce\xa4\x58\x32\x00\x94\x52\x99\xb5\x3a\ \x35\x90\x97\x3a\xa3\xd1\xa0\xd3\xaa\x55\x66\x93\x5e\xeb\xb0\x59\ \x34\x40\x2a\x1a\xac\x56\x8b\x55\x0b\x78\xd7\x0b\x01\xd6\x36\x66\ \x7c\xf9\x73\xf9\xf6\xf8\xae\x29\xf2\xc9\x0e\x72\xf1\x48\x6f\x7c\ \x46\x3e\xc1\x3b\x7e\xb2\x83\x2d\x91\xbb\xf5\xda\xd7\x01\xd6\xec\ \xa3\x29\xfd\x45\xc6\xcc\xe6\x43\xba\xb5\x2b\x9a\x75\x7b\x4a\x1e\ \x1a\xdf\xc9\x4d\x6e\x3d\x7d\xd1\x7d\x8f\x96\x5f\x03\x58\x87\x1f\ \xd1\xcc\x67\xf6\xd1\xdd\xb1\x88\x05\x9a\xcf\x3e\xe2\xa5\x0f\x6f\ \xe3\xb3\x1d\x23\xf5\x94\xbb\xd8\x79\xda\x3d\x2e\xf3\xe9\x0f\x60\ \xaf\xa1\x25\x1e\xa3\xe2\x36\xb5\xdb\xf1\x60\x00\x5e\x1d\xba\xfd\ \x4d\xf6\x7f\xbd\xf0\xd5\x2b\x69\x38\x8d\x79\x12\xb3\xe1\xcc\x91\ \x2b\x73\xf9\x44\x24\x33\x77\xe6\xca\xe4\xf1\x93\x67\x4e\x1e\x3b\ \xf9\xfe\xeb\x6f\x5f\x39\xff\xce\xbb\xa7\x8e\x00\x49\x78\xe1\x72\ \x85\x26\x59\x42\x94\x6b\x40\x16\x6e\x85\xe0\x55\x19\xe3\x65\x28\ \x0b\xaf\xd2\x19\xa9\x26\x97\x5a\x22\x42\x6c\x42\x79\x48\x5c\x91\ \x91\xf8\xa0\x87\x85\xd8\x76\xa3\xb3\xd1\x41\x5b\xe5\xb4\xb7\x49\ \x57\x6a\x92\x5b\xea\xcb\x78\xb3\xde\x15\xe4\x9a\x40\x6f\x10\x5c\ \xa5\x59\xae\xc9\xbc\x87\xbf\xe7\xc9\x56\xeb\xbd\xb5\x26\x82\x0e\ \x96\x79\x4e\x96\x01\x17\xf3\xc0\xad\x1e\x49\x94\xdc\x9d\xf5\x32\ \x22\xae\xb7\xdc\x04\x4f\xd4\xfa\x5b\x72\x7c\xab\x25\xcb\x3c\x5b\ \xf2\xf9\xf0\x08\x4a\x65\x78\x12\xe7\x38\xc2\x93\x21\x33\x90\x3b\ \x1d\x47\x30\x88\x2b\x16\x03\x61\x9c\x2e\x79\xf9\x32\xc5\x60\x45\ \xaf\x24\xf1\xf1\x12\x0e\x93\x93\xe1\x4a\x0c\x72\xfb\x10\xd8\xe9\ \xe1\x30\xd6\xe9\x61\x11\xc8\x93\x4e\xa3\x72\x9c\x11\x4a\x65\x0a\ \x11\x32\x82\x00\x7b\xdd\x38\x1f\x8a\x84\xa9\xd9\xcc\xf4\xdc\xfc\ \xd2\xc2\xd5\x42\x2c\x75\x75\x66\xee\xea\xfc\x74\xd4\x1d\x13\x69\ \x0c\xce\x84\x01\x1b\x72\xf9\x9c\x24\xd1\x24\x60\x12\xe1\xd3\x14\ \xce\xc0\xe1\x6c\x21\xca\x84\x8a\x72\xa9\x90\x61\xd2\x1e\xcc\xc9\ \x64\x29\xdc\xe5\xf5\x96\x21\x8f\x8b\x49\x14\xa2\xe1\x3c\x46\xb3\ \x44\x2c\xc6\x90\x70\x89\x75\x61\xf0\xd2\xb5\x82\x7f\xe6\xca\xcc\ \x45\x7f\x62\x26\x13\x0e\x7b\x63\x78\x34\xea\x8f\x51\x59\x06\x4a\ \x66\x5c\x5e\x1c\x82\x43\xd9\xa8\x33\xcd\x65\x0b\x31\x84\x6f\x2f\ \xb7\xd7\xbb\x5e\x0f\x52\x96\x45\x51\x94\xdb\xe5\x65\xa9\x55\xed\ \xd2\xf1\x01\x51\xeb\xac\x0c\x56\x36\x57\xd7\x1f\xac\xcb\xbc\x57\ \x6a\x0d\x57\x86\x83\xd5\xc1\x46\xa7\x2d\xf6\xef\xfe\xf1\x77\x3f\ \xfb\x9d\x12\x30\x6a\xd2\x8c\x8d\x9a\x55\xc6\x91\x31\x1d\x50\x71\ \x36\xab\xde\xa2\xd7\xab\x6d\x0e\xab\x5a\x67\xd4\xa8\x6c\x16\xad\ \xda\x6a\xb3\x39\x1c\x5a\xfd\x84\x4d\x6b\x73\xd8\x15\xaf\xe4\x89\ \x9b\x8e\x71\xc7\xb8\xdd\x62\x3c\xb8\xdf\xfc\xc6\x7e\xe3\x88\xe2\ \x2a\x6a\xdc\x67\xd4\xec\x1b\xdb\x67\x3c\x60\xd6\x69\x55\x1a\x95\ \x41\xa3\x55\xca\xa6\x5a\x01\xf6\x68\x0c\xc6\x83\x07\x46\x4c\x2a\ \xc5\x56\x0b\x50\x27\x8b\x62\xc4\x60\xd5\x29\x74\x0a\x34\x19\x35\ \x29\x66\x5b\x3a\xa0\x38\x75\x26\x9d\x51\xab\x55\xf4\xa8\x52\xb7\ \xd0\x00\xf8\x9d\xde\xa8\x73\x68\x5f\x04\xb0\x6e\x3f\x2b\x35\x87\ \x78\x02\x95\x1e\x2f\xe0\x6c\xcf\xb7\xd9\xaf\xf4\x45\xec\x44\xbe\ \x2f\xa6\xd5\xd7\x00\xd6\xed\xc7\x6d\xc6\x77\xf1\x91\x5b\x3b\xf9\ \xc5\xe6\xae\x48\xf4\x6d\x76\x42\x3c\x1d\xb0\xf6\x68\xf9\x35\x80\ \xf5\xf8\xdd\x67\xf6\x71\x78\xc7\x18\x74\xb7\xd9\xe0\x97\x30\xf3\ \xd9\xee\x68\xb2\xa7\xde\xc5\xce\xd3\x3e\xcf\x65\xee\x7a\x00\x7b\ \x0c\xad\x6a\xe7\x93\xf9\xec\x89\x07\xf3\x4d\x03\xf8\x19\xfc\x62\ \x12\x42\xb3\x78\x38\x91\xf3\x64\x4e\xcc\xcc\x5c\x9b\xb9\x16\x5e\ \x38\x75\x6d\xe6\xe8\xd1\x33\xa7\x4f\x1c\x3d\xf4\xfa\xa1\xf9\x33\ \xaf\x9e\x38\x7b\xf4\xdc\x95\xf3\x27\x2e\xc4\xf1\x74\xd5\x2d\x49\ \xa2\x10\xaf\xaf\x61\x71\xb9\xcc\xd3\x15\x24\xec\x5e\x15\x32\x2d\ \xa7\xd8\x5c\x29\x23\x8d\xcf\xf1\x3c\xd2\xea\x76\x59\x79\x79\x1d\ \x61\x2b\xf5\x32\x2f\x37\x01\xa3\x8a\xd5\xa5\x1a\x8d\x8a\x52\xb3\ \x5b\xa6\xca\xcd\x76\xb9\x59\x66\x85\x15\x57\x38\xde\x97\xca\x3c\ \x02\xcb\xeb\x68\x56\xea\xac\x7d\x2a\x86\x5c\xad\x9e\xc0\xbb\xca\ \xb5\x6a\x95\x47\x37\xaa\x14\x24\x0d\x7b\xad\x0a\x5d\xaa\x7a\x9d\ \x82\x87\xef\xae\xae\x12\xf1\x7e\x0b\x91\xe3\x2c\x98\xe9\xa9\x05\ \x1f\x93\x2b\x01\x56\xe4\xa9\x78\x52\x61\x0a\xe3\x31\x6f\x34\x1b\ \x4a\x85\x96\x96\xb2\x25\x94\xa8\x10\x74\xc2\x19\xc2\x5b\x55\x41\ \xe4\xa9\xa8\xdb\x17\x23\x5d\x09\x27\x1f\x0d\x45\xb1\x74\xda\x5d\ \x26\x29\x9e\x15\x7c\xbe\x82\x0b\x46\xbc\x4d\x2f\xef\x14\xe4\x9c\ \x3b\xee\x2a\x73\x3e\x92\x03\x60\x9d\xbf\x72\x6d\x21\x35\x79\x69\ \x31\x35\x7f\xf9\xc2\x5c\xee\xda\x6c\x32\x1e\x0d\x57\x1a\x70\x22\ \x8c\xc1\x51\xa7\x93\x45\x43\x52\xbf\xc2\x43\x5e\x39\x0a\xd1\x18\ \xea\x83\x3d\x3e\x1c\xf2\xb0\x15\xc5\x24\x99\xc6\x04\x81\x02\x8a\ \x11\x69\x88\xac\x10\x0f\xe5\xc9\x2c\x86\xba\x4b\x2e\x37\x84\x31\ \x4c\x94\xa8\x54\x11\x6f\xc2\x9f\x5b\x58\x38\x7b\xec\x52\x70\xce\ \xcf\xa5\x61\xac\x18\xa5\xc2\x64\x88\x89\x45\x7d\xf9\x3c\x19\x22\ \x3d\xa8\x8b\x84\xa9\x10\x13\xca\xf8\x30\x74\x75\xa3\x73\xa7\xe7\ \x4e\xc3\x83\x8a\x5c\x6d\xd4\x37\x06\x55\x49\x16\x1a\x2c\x31\x24\ \x2a\xf2\x6a\x7f\x70\xff\xfe\xd6\x72\x6d\x8d\x46\xab\x2b\xdd\x56\ \x7f\x63\xb9\xbb\xdc\x90\xe5\x8f\x7e\xf1\x9b\x3f\xde\xfe\xd3\x4f\ \xf7\x8f\xbd\x71\x70\x0c\x30\xab\x7d\x26\xbd\xe2\xfd\x62\xd8\xf6\ \x5b\xb7\x03\x54\x52\x1c\x40\xf5\x00\x59\x94\x10\x52\x40\x92\x74\ \x7a\x87\xc5\x32\x35\xb1\x0d\x5e\x13\x8a\x5e\x99\x70\xd8\xb4\xe6\ \xc3\x9a\x91\x37\x01\x1a\x01\xd5\x67\x36\x1a\xf7\xed\xd3\x8c\xbd\ \x69\x32\x9a\x47\x46\x01\x97\x1a\x55\x01\x08\x54\x98\x93\x52\x32\ \x7a\xbf\xb2\x4d\xa8\xb5\x69\x8d\x5a\xb3\x12\xdb\x05\xe8\x97\xb2\ \x62\xa5\xb7\x19\x0d\x46\x85\x71\xe9\x54\x56\xa5\x42\xa1\xb2\x8b\ \xa8\x07\x9d\x82\xcb\xd0\x2a\x0c\x4b\xad\x38\x62\x7d\x13\xc0\x1a\ \x7f\x98\xcf\x77\xe8\x99\xa9\x84\x3b\xe6\xe7\xf6\x17\x1e\x4f\x98\ \x87\xaf\x0f\x3f\x31\x0f\x6f\xed\x5a\xd5\xf9\x62\x95\xe7\x39\x52\ \x73\x76\x9e\x83\xdc\x05\x3d\xe4\x0e\x7a\x71\xf8\x89\xe5\x9c\x5b\ \x4f\x03\xac\xbd\x5a\x3e\x2f\x60\x3d\xbb\x8f\xcf\x76\x2c\x62\x81\ \x61\x53\x98\xd1\xed\xdd\xbb\xa8\x5f\x74\x33\xbb\xeb\x2e\x66\x9f\ \x4e\x45\xbf\xee\x32\x77\x3e\x80\xbd\x86\x96\xdc\x15\x44\xb7\xf9\ \xa8\xa7\x87\x80\xf5\x0d\x3d\x1d\xd1\xec\xb9\x25\x5f\x3e\xed\x0b\ \x85\x16\xdd\xd4\xe5\x8b\x33\xd3\xc9\x6b\x81\xc9\xd3\x0b\xd3\xef\ \x1e\x3f\x71\xfc\xd8\x6b\xaf\xbe\xf3\xfd\xa5\x0b\xef\x9c\x3c\xfd\ \xde\x7b\x27\xdf\xbf\xb0\x40\x90\x45\xa9\x5e\xaf\xb0\x80\xf6\x6c\ \x14\xa9\x8a\xbb\x25\x97\xc9\x94\xd8\x4a\x86\xaa\x72\x4d\xea\x8b\ \xb8\x7c\x9f\x28\x62\x42\x47\x29\x41\xb1\xec\x2a\x8b\x44\xcd\xdd\ \xa8\x13\x2b\x90\xfb\x5e\x5f\xea\xe2\x65\x5a\xde\x60\x51\x31\xde\ \xef\x74\x7b\x74\x6f\x1d\xce\x7a\x3b\x35\x8f\xb7\x8a\x55\xa4\x14\ \xd5\x5a\xbb\xd3\x11\xbd\x94\x50\xf3\xb9\x51\xbe\xba\xc2\xf3\xb5\ \xa1\xc8\x0e\x9a\xd5\x95\xb2\xe8\xae\x0d\x08\x0c\x62\xcb\x7c\xb3\ \x42\x37\x97\x09\x67\x99\xf6\x40\x79\x4f\x31\x4d\x14\x32\xee\x00\ \xc3\xe1\x62\x8a\x73\x51\x2e\x00\x3e\xd1\x24\x16\x8b\x45\x42\x65\ \x11\x03\x58\x89\x17\x20\x92\x94\x87\x55\xb6\x5a\x4a\x84\x9c\xa9\ \x2c\x92\xf3\xc4\x0a\x08\x45\x25\x23\x58\x99\x89\x71\x6c\xcd\x07\ \x84\x1c\xc4\x39\x05\x37\xe1\xf3\x90\x45\x8a\xae\x8b\x51\x32\x14\ \x4b\x17\x82\x91\xa5\x59\x7f\x60\xf6\xda\xec\xdc\xe5\xd9\xab\xb9\ \xf9\xb9\xa5\x82\x13\x0b\x39\x69\xae\x90\x80\x89\x72\x3c\x4e\xc3\ \x69\xb1\xdd\x68\xc4\xf9\x38\x8a\x7b\x31\x4f\x19\x75\x79\x29\xc6\ \x27\xd3\xd9\x70\xd6\x45\x43\x78\x94\xe1\x20\xf0\x99\x8b\xa7\x69\ \x2a\x8d\xc4\x68\x14\xc3\xa0\x0a\xcc\x15\x63\x1e\x97\x28\xd4\xdc\ \xc5\x4c\x72\xf6\xda\xa9\x63\x17\xce\xcf\x2c\x24\x32\xe9\x0c\x45\ \xb9\x7d\x14\x57\xc0\x48\x72\x31\x53\x64\x18\x3c\x8b\x66\x49\x5f\ \x28\xc6\xe0\x1e\x8e\xee\xf6\x96\x57\x5a\x65\x27\xdb\x91\x85\x8a\ \xdc\x51\xb4\x75\xb7\x5e\x89\x57\x2a\x0d\x49\xac\x88\xdd\xbb\x7f\ \xbe\x33\xec\xac\xb2\x88\xd0\x5d\x5e\xdb\xea\xb7\x1b\xab\xa5\xee\ \x5f\x7f\xf9\xb3\xff\xf9\xc7\x5f\xfd\x78\xff\x81\x7d\x3f\x78\xe3\ \x80\x46\xf1\xea\x03\xc2\xcf\xac\xb7\xe9\x2d\x76\x8b\xce\xee\x50\ \x30\xcb\xa0\x9b\xd0\xea\x1c\x3a\xb3\x41\xed\xb0\x00\xe4\x51\x5b\ \xd4\x36\xfb\xc4\x94\x1d\xfc\x01\x08\x96\x63\x1c\xb4\x1f\x7b\x63\ \xf4\x8d\x83\x07\x0f\xec\x1f\xd1\x19\xc7\x0c\xaa\x83\x07\x95\xac\ \x9e\x11\xc0\xa6\x46\x2c\x9a\x11\x40\xa1\xcc\x3a\x8d\x66\x74\x3f\ \xe8\x7c\xff\xe8\x88\x41\x33\xaa\x32\xeb\x00\x42\x29\x3c\xcb\xa8\ \x53\xaa\xe6\xe8\x14\x7b\x77\x2d\x40\x25\x83\x01\xa0\x95\x56\xf1\ \x59\x56\x01\xc9\xb9\x5d\x6c\x55\xf1\xb5\xd1\x02\x6d\xf9\x8d\x76\ \x09\x1f\x1f\xb3\x4f\x5f\xe2\xb8\xf5\x18\x32\xc6\x9f\xb4\x74\x20\ \x1f\xcd\xa5\xc7\xf3\xf0\xee\xae\xa9\xfa\xc5\x34\x7c\x3a\x60\x6d\ \xbf\x7b\xeb\x61\xe2\xf5\xec\x27\x5f\x01\xc1\xdd\x11\xa5\xdb\x70\ \xb0\xb3\xe3\x6d\x01\x76\xf7\x69\x80\xb5\x57\xcb\xe7\x05\xac\x3d\ \xfa\x20\x1f\xa1\x81\x4a\x81\xae\xcd\x47\xe3\xd3\x7d\x04\x1a\xcf\ \xbe\x8b\xf1\xe7\xbb\xa1\xa7\x3e\x80\x3d\x86\xf6\xd6\xee\x00\x32\ \xd5\xa3\x9e\xb6\xcf\x47\x7c\xc3\x38\xac\x28\x37\xe3\x87\xb0\x42\ \x88\x40\xe7\xbd\x85\x53\xfe\xfc\xdc\xd5\xc5\xc8\xcc\xa5\xdc\xa5\ \x23\xe7\x8e\x1f\x3d\x72\xf2\xd0\xeb\x27\x96\x4e\xbe\x73\xfa\xf4\ \xc9\x13\x47\xce\x9c\x99\x66\xc9\x0c\x5f\xaf\x8a\x74\xdc\xb9\x72\ \x3f\x1a\x62\x79\xd6\x03\x39\x8b\xac\x38\x8d\x8b\x6c\xad\xbf\x51\ \xc2\x4b\xab\x1e\x3f\x5f\x6f\x0a\x72\xb5\x33\x8c\x97\x4b\x9d\x56\ \xa9\x0c\x48\x01\x12\x26\x86\xfd\x6e\xf7\xbe\xbb\xbf\xe5\xa5\x25\ \xa2\xde\x6c\x75\xa5\x41\x2b\xe4\x93\x7a\xed\xb8\x50\xc7\xcb\x75\ \x1f\xdc\x6f\x76\x3b\xcb\x6e\x74\xb5\xcf\x10\x0d\xa8\xde\x23\xca\ \xdd\x76\xd3\x29\x09\x6c\xbb\xe2\x86\xd6\xd6\x4b\x30\x5a\x6f\x35\ \xaa\x25\x57\x67\x05\x41\x9c\x3e\x14\xe5\xa2\xe9\x34\x9c\x24\xb1\ \xa2\x3f\x5a\x41\x8a\x1c\x13\x73\xc7\x62\x6c\x3a\x45\x65\xa8\x7c\ \x82\x87\x9d\xa8\x07\x80\x44\x38\x42\x4a\xed\x16\xe1\xe2\xc9\x62\ \x38\x9d\xe5\x66\xb9\x58\x11\x46\x5d\xe9\x84\x58\x77\xfb\xfc\x4c\ \x94\x0c\xc7\xd0\x70\x9a\x27\x30\xaa\xe0\x4c\x53\x95\x6a\xb9\x44\ \x7b\x79\xaa\x88\x15\xe6\xe7\x92\x0b\xc9\xc0\xb5\x64\x7e\xfe\xca\ \xb9\xc0\xf4\xd5\x24\xe7\x86\x50\x18\x41\x49\x8a\x06\x2c\xa6\x84\ \xb9\xa1\x72\x67\xb8\xde\xad\xd5\x9c\x10\x43\xd3\x65\x81\x17\x08\ \x3c\x8a\xba\xc2\x94\x8f\x85\x0b\x4c\x3a\x86\x42\x15\xd9\x03\x61\ \x5e\x3c\x93\x45\x71\x9c\xf3\xc1\xb8\x37\x5a\xe4\x22\x88\x87\xe6\ \x5d\xbe\x74\x24\x30\x7d\xf6\xdc\xcc\xe4\xe4\x4c\x32\x93\xc8\x14\ \xc3\x64\x9a\x22\x43\xe9\x30\x97\x4f\x80\x9b\xc8\xe2\x64\x34\x84\ \x93\x85\x0c\x8a\x96\x78\x69\x28\x75\xef\x48\x32\x1b\x6f\xd7\xab\ \x52\xa5\x26\x48\xf5\x4a\xb9\x25\x12\xf5\xb2\xd0\x68\xb4\xaa\xc3\ \x07\x1f\x6f\x6e\xad\x6e\xd6\xbd\xe2\x60\x6b\xe5\xfe\x4a\x4d\x96\ \x7b\x1f\xff\xec\x17\xff\xf9\x87\xdb\x3f\x18\xdb\x7f\xd0\x34\xb6\ \x6f\x14\xd0\x23\x20\xd8\xd4\x46\x95\x5a\x6d\xb7\x03\xb0\xd0\x3a\ \xac\x4a\xfc\x95\x41\x31\x31\x36\xea\xb5\x40\x9e\x01\xa2\x65\xb7\ \xdb\x1d\xe0\x97\x7d\xfc\xfa\x84\x7d\xca\x6a\x75\x68\xb5\xc6\xb1\ \x1f\x1c\x7c\xe3\x8d\x7d\x07\x0e\x9a\x94\x2a\x85\x23\xe6\xd1\x11\ \xe3\x3e\xb3\x49\xa3\xd4\x2b\xd4\x68\x94\xa8\x51\xc0\x9f\x0c\xe6\ \x11\xbd\xe6\x80\x52\x54\x47\x29\x59\x6f\x50\x0a\x4d\xa8\x95\x55\ \x77\x93\xcd\xaa\x35\x9a\xb7\x33\x73\x54\x4a\xdd\x43\xad\x46\xa3\ \x35\xe8\x95\xc8\x78\x9d\x12\xd0\x00\x1a\x59\x6d\x8a\x99\xc3\x0b\ \x01\xd6\xdd\xaf\x0f\xca\x1c\x7f\x92\x02\xdc\xde\xbd\x56\xfe\x68\ \x3a\xdf\x7e\x32\x52\xe0\x6b\xed\x65\xc8\xcf\x76\x7e\xf0\xc9\x6e\ \xb2\x74\xeb\x2b\x1b\x78\x4f\xce\xdf\xaf\x6e\x1f\x3c\xab\xe5\xf3\ \x02\xd6\x1e\x7d\xdc\x7d\x74\x87\x9b\x0a\x5e\x1f\x7e\x74\xc1\x87\ \x76\xf3\xa8\xcf\x9e\x76\x17\x4f\x68\xe7\xaf\xbd\xcc\x9d\x37\xb7\ \xc7\xd0\xde\xde\x4d\xa3\x3e\x79\x84\x52\xe3\x2f\xe2\xc2\x11\xc5\ \x8e\xcf\x7a\x61\x9c\x70\x92\x8b\xb1\xe4\x74\x3e\x1b\x2c\xe4\x93\ \x8b\x81\xe0\xd1\x23\xe7\x26\x01\xc3\xfa\xce\x2b\x27\x22\x67\x8f\ \x9c\x78\xf7\xfb\xc7\x4e\x9e\xbb\x7c\xc1\x19\x42\x2b\x44\xb9\xd3\ \xe6\xb1\x8d\x7b\x31\xc8\x0b\x21\x72\x39\x94\xa4\xeb\x7e\xb2\x56\ \x67\x85\x21\x81\x48\x6b\x48\xde\xdd\x1a\xf6\x6a\xf1\x4a\x4f\x96\ \xa4\xb5\x41\x5d\xe2\x4b\x75\x1f\x2a\xd5\xab\xcb\xf7\x36\x84\xe5\ \x1e\xca\x4a\x42\xad\x56\x2b\x23\x83\x4d\xb7\xa7\x5e\xed\x55\x2a\ \x5e\xbc\x39\x08\x01\xd6\x25\xb7\x3b\x4d\x69\xa5\x0a\xd3\xde\xea\ \xea\x3d\xde\xdb\x92\x6a\x50\x6b\x40\xcb\x2d\x09\xdf\x5a\x11\x3d\ \xa5\xf6\xbd\x52\xbc\x8a\x75\x5b\x6e\x3a\xce\xbb\x69\x9f\x98\x49\ \xb9\xf3\x1e\x2c\x32\x9b\x0d\x21\x0c\xff\x39\x09\x15\x28\x21\x0a\ \xbb\xc3\x29\x8e\x13\x7d\x90\xd7\x59\x0e\x45\xb9\x94\xab\x53\x75\ \x41\xb0\xc7\x93\x29\xa6\x9c\x74\x16\xc1\x80\x62\xf4\xa4\xd9\x6e\ \xdd\x0b\xa7\xe1\x44\x84\xcb\xf8\x7c\x38\xed\x82\xbc\x69\x9a\x2a\ \xf2\x1d\x16\x23\xd6\x85\x58\x28\x5b\x0c\xcc\x2d\x5c\xba\x7a\x75\ \x31\x97\x5f\xba\x08\xfe\x5e\x8a\x84\x9b\x15\x0f\x92\x0d\x25\xf1\ \x52\xbb\x25\x39\x7d\x14\xed\xe9\x6f\x6e\x0c\xef\x0d\xf0\x6c\x18\ \xaa\xbb\x69\xa1\x5a\xe5\x72\x1c\xc3\x3a\x21\x2f\xc2\xc2\x54\x0a\ \x09\xc1\x84\xc7\x1d\x67\xa3\x45\x2a\x97\x86\xc2\x99\x0c\x5a\xf2\ \x85\xc3\x18\x9e\x67\x61\x8e\xcb\xe4\x96\x2e\x9f\x99\x9c\x9c\x9c\ \x9e\x9f\x0b\x16\x22\x85\x48\xb8\x88\xe1\x9e\x68\x9a\x9b\x0f\xce\ \xa6\x38\x94\xc6\x20\x8a\x89\x16\xc3\xde\x92\x33\x5e\xef\xae\x35\ \xee\xf5\x4b\x88\xab\xac\x54\xca\xe9\xb7\xab\x0d\xa9\x24\xf0\xf1\ \x4a\xab\x31\xd8\x6a\xb6\x87\xeb\xf7\x3f\xde\x5c\xff\xb8\xe9\x11\ \x6a\xad\xe6\x9d\xb5\x7e\x79\xf0\xe1\x7f\xdd\xfe\xd5\xed\x5f\xfc\ \xe2\xdf\x7e\xf0\xe6\xbe\x11\x95\x49\x89\xdb\xd4\xdb\x74\x6a\x8d\ \xde\x62\xb1\x39\x0c\x5a\x25\x59\x50\x81\x2e\xab\xd5\x36\x65\xb1\ \x5b\x95\x5c\x67\xb5\xc3\x66\x53\xf2\xfb\x94\xb7\xec\x0e\x87\xcd\ \x3a\x31\x61\xb7\x5a\x0e\xfc\xe8\x80\xe9\xc0\xe8\xd8\xa8\xd9\xac\ \xd2\x1a\x95\x52\x86\x07\x4c\x00\x8b\x54\xa3\x46\x93\x51\xaf\x1a\ \xd5\xda\xf4\x2a\xf3\xbe\xb1\x51\xad\x76\x44\xa3\x98\xd1\x8c\x5a\ \xb4\xa3\x23\x5a\x9d\x4a\x03\x70\x08\x10\x28\xbd\x5a\xa7\x01\x1d\ \x5b\x2d\x46\x25\xd0\xc1\xaa\x55\xac\xb0\xf4\x7a\x25\x7e\x42\x65\ \xb1\x28\x4b\xf1\x76\xbd\xd6\xee\x78\x31\x86\x45\x3c\x91\xf6\xfb\ \xc9\xc3\xd0\xc5\x9f\x3c\x95\x1d\x3c\xf9\xc6\xe3\xff\xfb\x0a\x3e\ \x3d\x07\x60\x1d\xba\xfd\x1c\xd1\xac\x5f\xe9\x67\x47\xd3\xdd\x5f\ \xda\xab\xe5\xf3\xee\x12\xee\xd1\xc7\xad\x47\xbc\x72\x56\xc1\x82\ \xcf\x76\x6e\x0d\xde\xfd\xba\xbb\x78\xe2\xa2\xf7\xba\xcc\xaf\x3c\ \x80\x3d\x86\x96\x78\x22\xad\x6a\xf7\x4f\x92\x6f\x6a\x41\x81\x72\ \x67\x0a\x2e\x86\x82\xf0\x74\x90\x5c\x3c\xb7\x70\xf5\x1a\xe7\x8b\ \x5d\x9b\xcd\x5d\xf8\xfe\xb9\x85\x4b\x27\x0f\x7d\xe7\x3b\x67\x96\ \xce\x9d\x3e\xf1\xfa\xa1\xd3\xe7\xcf\xbe\x77\x8d\xcd\xe2\x6c\xc5\ \xd9\x6c\xa3\x70\xad\x1d\x62\xbb\x15\x2f\xeb\x25\xd3\xed\x5e\x8a\ \x6a\x94\xbd\x74\xaf\xea\x69\x37\x38\x0e\x5b\xeb\xd7\xe3\x52\xa3\ \xc6\xaf\x0c\xa4\x56\xb7\x51\xe2\xe3\xbe\x52\x4d\x00\x70\x34\x18\ \x74\x2a\x1e\x48\xaa\x76\x65\xa9\x1e\x6f\x0f\x31\x74\x45\xe8\x95\ \x68\x27\x7b\xaf\x99\x75\x89\xb5\x7e\x43\xa8\xc6\xb7\x4a\x38\x21\ \x08\xfd\x9e\xc4\x56\x7a\x10\x1c\xef\x75\x2b\x0d\x02\x59\xdb\x60\ \xd0\xf6\x60\x79\xb5\xeb\xa4\x07\x7d\x11\x41\xc4\x9a\xd3\x4d\xe4\ \x48\x6e\x8e\x72\x17\xb2\xd9\x58\x3c\xb1\xff\xff\x25\xa0\x14\x46\ \xc4\x5c\xbe\x62\x86\x42\x96\xe3\x8b\x38\x2f\x44\x31\x2c\x0c\x7b\ \x20\x1f\xee\xa3\xa8\x4c\x30\xcf\x4a\x21\x0f\x93\x86\xd3\x91\x45\ \xbe\x42\xe1\x61\x25\xea\x8c\x24\xcb\x8d\x78\x19\x2b\xc1\x5e\x1e\ \x77\x8b\x55\xde\x85\xb0\x4c\x8e\x4a\xcd\x06\x16\x2f\x25\x73\xd7\ \xa6\xe7\x16\x2f\xcd\xcc\x4f\xcf\x45\x92\x6e\x01\x8e\x22\x94\x8f\ \xc2\x1b\xfd\x26\xeb\x8c\x31\xce\x6a\x6f\xad\x3f\xd8\xea\xe4\x13\ \xd9\x68\xd9\x47\x97\xbc\x68\x16\xe3\xc3\x69\x26\x0d\xc9\x71\x21\ \x1c\xc3\xc9\x48\xc2\x9d\xcd\x72\x49\x32\x1c\x60\x48\x7f\x26\x92\ \x70\xc1\x0c\x97\xc9\x3a\xc3\x5c\x2c\x55\x2c\x5e\x3e\x79\xf6\xe2\ \x85\x2b\x93\xe7\x2f\xcd\xe6\x32\x85\x74\x91\xc4\x19\x8a\x4a\x25\ \xf3\x73\x0b\x29\x8f\x2f\xea\x81\x17\xd3\x99\x30\xeb\x72\xbb\x89\ \x6a\x77\x65\x65\xa5\xed\x46\xe2\x72\x53\xaa\xb7\x84\x9e\x24\x80\ \x51\xab\x96\x45\xb1\xd1\xe9\x00\x9d\x7b\xff\xc3\xcd\x0f\x3f\xfa\ \x70\xa3\x52\x5f\x97\x9a\xab\x52\xb9\xf1\x97\xdf\xff\xe7\x6f\x7e\ \xff\xa3\xef\xfd\xe0\xc7\x87\xc7\xc6\xb6\x59\x90\xd1\x68\xb3\xeb\ \x0d\x66\x95\xc3\xae\xb7\xdb\x6c\x7a\xab\xcd\x02\xb0\x43\x09\x66\ \xb0\x2a\xd5\x21\x74\x4a\x0d\xd5\x71\xa5\xc2\x8d\x5d\x21\x58\x53\ \x13\x37\xae\x3b\x6e\xfc\x7c\xca\xa0\x19\x79\x73\x1f\xc0\xa0\x37\ \x46\x8c\x06\x80\x30\x2a\xf3\x88\xca\x0c\x78\x16\xe8\xd2\xa8\xd3\ \x59\xc7\x4c\x66\x40\x94\xc0\x9b\x1a\xad\x51\x63\xd4\x1c\xd8\xa7\ \x03\x20\xa6\x32\xeb\x75\x00\xce\xd4\x7a\x95\x71\x04\x08\x44\x9b\ \xd5\x64\x34\x98\x81\x16\xd4\xab\xf4\x7a\x8d\x06\x40\x98\x55\x63\ \x01\x4a\x10\x20\x98\x5d\x6d\xb0\xd9\xd5\x36\xeb\x37\x5e\x74\x1f\ \xdf\x7c\x22\xdc\x07\xc8\x0d\xe2\xab\xd1\x4d\x5f\x9d\xe3\x5f\x09\ \x50\x7f\x48\x26\xbe\xf5\x4d\x00\xeb\x50\x77\x2f\x8b\xe4\x47\xdf\ \xfe\xec\x89\x20\xf4\x9d\xf9\x3c\xbb\x01\x6b\xcf\x96\xcf\x01\x58\ \xdd\xaf\xeb\xe3\xd0\x17\x68\x70\xeb\x21\x4a\xcc\x7e\xa1\xc6\x76\ \x2c\xbf\x3f\x0f\x60\x7d\xcd\x65\x7e\xf5\x01\xec\x35\xb4\xe4\x53\ \xec\x08\x5f\x3c\x15\x88\xa7\xaf\x70\x48\x88\x88\xa1\xe9\x39\xdc\ \x7f\x2e\x12\xf4\xa7\x82\xa1\x85\x99\xd9\x73\xc7\x2e\xcf\x9c\x3c\ \xfe\xf6\x77\x5e\x7b\xef\xea\x99\x33\x67\x8e\x5c\x38\x79\xf2\xdc\ \xa9\xa5\x52\x00\x47\xc5\x8a\x18\x65\x3d\xbd\x15\xa6\xb2\xda\xa3\ \xab\x3c\x42\x75\x1b\x09\xac\x2a\xca\xc3\x66\xdd\x7b\x07\x29\xa6\ \xa0\x7a\xb3\xc7\xb6\xba\x90\x47\x68\x0d\xe4\x7a\xc5\x45\xd7\x79\ \xb4\x26\x34\xba\xbd\xa6\xb4\x2a\x23\xe5\x56\xaf\xcf\xf7\x06\x95\ \xf5\x16\x2e\x75\x86\x62\xa9\x51\x29\x6f\xc5\x39\xb6\xda\x6c\xd4\ \xf9\x78\xa9\x45\x53\xde\x6a\xb3\xbf\xde\x8d\x0f\x7b\x18\x5f\xae\ \x76\x79\x9e\x67\x7b\x1d\xce\xdb\x93\xca\x83\x35\x88\x5e\xee\x47\ \x99\x90\xd7\xc7\x11\x50\x80\x70\x15\xc2\x78\xc6\x95\x8d\xba\x53\ \x9b\xbf\x89\x84\x8a\x08\x42\x96\x98\x44\x26\xe7\x21\x5d\x48\x14\ \xa2\x8b\x48\x28\xe3\xa1\xe2\x94\xd7\x05\x65\x8b\xb1\x30\x03\xd4\ \x96\x58\x62\x93\xc1\x08\x5f\xf2\x91\x09\x0a\xdc\xb0\x40\xb1\xce\ \x72\x18\x77\x85\x44\xc4\xd7\xf1\x3a\x37\x3a\xbd\xb6\x17\x82\x17\ \x23\x7e\x7f\x20\xbf\xb8\x10\x08\x06\xe6\xfc\x01\xff\xfc\xe4\xb4\ \x93\xf5\xa0\x68\x36\x4a\x3a\xe5\x4e\x3b\x4e\xe0\xb8\x87\xa7\xeb\ \xf1\xaa\xe4\xa2\xa0\x94\x0f\xf6\xb9\xbd\x9e\x74\x86\x84\x48\x38\ \xcc\x78\x04\x96\x4c\x64\x3d\x85\x58\x84\x4a\x16\x93\x81\x40\x21\ \x96\xf5\x25\x99\x54\x81\x62\x72\x70\xc6\xcf\x45\x8a\xc5\x54\x38\ \x77\xe9\xe4\x91\x93\x17\x2e\x9d\x38\x72\x29\x5d\xcc\x26\xc2\xd9\ \xa8\x8f\x44\x39\xd4\xef\xbf\x06\x44\x2a\x05\x65\x23\x85\x22\x53\ \x2a\xf1\x10\x02\x49\x72\x77\x6d\xb3\x4d\xbb\x2b\x42\xbb\x1a\x6f\ \x0a\x4d\x29\x5e\xed\xb5\x2b\x62\xbd\xd3\xa8\x35\xdb\xd2\x70\xf3\ \xb7\xf7\x57\xee\xdc\xef\x23\xb5\x95\x4e\xbd\x57\x5b\xf9\xeb\xef\ \x7f\xf5\xc7\x3f\xdd\xfe\xe1\x01\xa0\x05\x47\x35\xe6\xfd\x46\xc3\ \x88\x4a\x0f\x14\xe0\x84\x61\x54\x67\xb7\x39\xec\xe3\x5a\xc7\x94\ \xdd\x02\xe0\xc9\x62\x51\xfc\x3f\x1d\x0e\x20\x08\x75\x56\x00\x1f\ \x5a\x9b\xdd\xea\x50\x12\x73\xc0\xef\x0f\x6e\x5e\x07\x5a\xce\x70\ \x40\x35\xa2\x2c\x44\x59\x94\xa2\x83\x63\x4a\x41\x42\xcd\x18\x90\ \x83\x46\xbd\x41\x0b\x94\xa1\x4e\x67\x32\x9a\x46\xb4\x66\x95\x59\ \xa5\x03\xbf\x8c\x5a\xc5\xad\x41\x09\x20\x35\xec\x07\xfa\x4f\x67\ \x00\x4c\xcb\x30\xa2\xd9\xde\x36\x54\x92\xa4\xd5\x1a\x2d\x60\x79\ \x80\x80\xe9\x8d\x36\xad\x55\x0f\x3a\xd1\xdb\x5f\xc4\xad\x61\x7b\ \x8b\xea\x31\xcf\xb9\x45\x3c\xe5\xdf\xfe\x73\x01\xd6\xf8\x37\x00\ \xac\x6f\xdd\x7a\x14\x38\xf5\xfc\x39\x3b\xcf\x64\x5f\x7b\x41\xd1\ \x53\xae\xe1\xd9\x81\xa3\xb7\xbf\xae\x8f\x2f\x97\xb4\xef\x3e\x04\ \xf9\xbb\x5f\xe0\x17\xf9\x78\x31\xfe\x79\x00\x6b\xcf\x53\x3c\xed\ \x01\xec\x35\xb4\x3f\xf9\xbb\x02\x56\xc3\x1d\xc9\x28\x49\x22\xae\ \xd0\xbc\x2f\xb9\x90\x9c\x0d\x32\x14\x3a\x77\x75\xee\xc4\xb9\xc9\ \xf3\xdf\x7f\xeb\xd5\x43\x6f\xbf\x7f\xed\xd8\xf1\x33\x67\x27\x4f\ \x7f\xff\xcc\xb1\x4b\xb4\xcf\xcb\xd2\xcd\xa1\xc7\x09\xdd\x1b\x66\ \x44\xa0\xda\xe2\x3c\x1c\xeb\xf7\xaf\xb9\xbc\xf5\x6e\xad\xb5\xee\ \x5e\xab\x90\x3e\x77\xad\xd1\x92\xeb\x1b\x10\xe4\x96\xa4\x52\xb3\ \xe7\xac\xac\x7a\xa0\x6e\xb5\xbe\xb5\xdc\x2e\x0d\x9a\x18\xd1\x1d\ \xf6\xfb\xcb\xbd\xc6\x66\xdf\x5d\xa9\x0f\xfa\xe5\x06\xe2\x19\x38\ \x43\x71\xa1\xe4\xe4\x9d\x4c\x7c\x8b\xa5\xdd\xd5\xfe\xca\x87\xed\ \x72\x4f\xc2\x9d\x52\xb9\xd7\x14\xbd\xc8\xb2\x0c\xb9\xab\xcd\xb6\ \xdc\x14\x89\xfb\x5d\x1f\x97\xc9\x17\xd3\x98\x27\x56\x41\x8a\x51\ \xc0\x0b\x7d\x9c\x8b\xf3\xe5\x59\x3c\x8d\x32\x51\xa1\x90\x06\x3a\ \x2d\x83\xa4\x51\xc8\x55\x48\x91\x69\x2f\x84\xf1\x2e\x1e\xf2\x85\ \x31\x57\x38\x4a\x65\xbc\xb0\x2f\xc3\x90\xf1\x78\x1c\x09\xf8\x50\ \x38\x8e\xc2\x4e\x08\x56\x92\xbe\x6b\x71\x57\x7f\xa3\x7e\x7f\x75\ \xe5\x3e\x82\x71\x81\xd9\x60\x20\x58\x98\x5b\x9c\xcb\xce\x2e\x16\ \xe7\xf3\xa9\x64\xd2\x5d\xe3\xc2\xb1\x50\x98\xe3\xc1\xed\x46\x21\ \xa4\x24\xc2\x14\x93\xc7\xcb\x21\xc8\x4d\xfa\x10\x1f\x46\x12\x91\ \x04\x9a\x8e\xa4\xc1\x19\x58\x38\x12\xa1\x7c\x61\x3c\x4d\x85\xa3\ \x78\x26\x45\xa6\xf2\x99\x28\x8e\x15\xf3\x99\x08\x03\xe4\x63\x3a\ \x98\x5a\x8a\x2c\x5e\x3a\x71\xec\xec\xc9\xa3\xe7\x4e\xfb\x63\x64\ \x36\x15\x0d\x85\x38\x8c\xf2\xa1\xf3\xd7\x92\xe9\x54\x8e\xcb\x52\ \x05\xc6\xe7\x75\x79\x61\x2a\xee\x2a\xb5\xda\xdd\x3b\x32\xe1\x2c\ \xd5\x44\x02\x60\x55\xbd\x29\x09\x0d\x51\x6a\x37\xf9\x5a\xbb\x53\ \xa9\xad\x7d\xf8\xf9\x47\xcb\x77\x3e\xed\x12\x72\xb7\xd9\x6e\x6c\ \xdc\xfd\xd5\x6f\x7e\xf6\xab\x5f\xfd\x74\x1f\xd0\x67\x23\x66\xd3\ \xc1\x37\x35\x00\x54\x6c\x0e\x9b\xde\xa2\x54\x30\x55\x16\xac\x94\ \xba\xa6\xd6\x71\x8b\x56\x71\x4f\x18\xd7\x5b\xc7\xd5\x5a\x45\x04\ \xda\x2c\x3a\x35\xc0\xab\xa9\xeb\xe3\x36\xab\x7d\xea\x7f\xfc\xfc\ \xa6\x4d\x0b\xc8\x93\xd9\x3c\xaa\x78\x89\x1a\x55\x1a\xad\xc9\x34\ \xba\x5d\x7b\xc2\xa8\x53\x39\x14\xea\xa4\x32\x19\xc6\x46\x46\x34\ \x3a\x40\xaf\x8c\x00\xf1\xc0\x9f\xa3\x66\xab\x5a\x67\x00\x74\x6c\ \xd4\x6c\x34\xa8\x75\xda\x51\x23\x50\x85\x46\xbd\x5a\xaf\x31\x1a\ \x81\x44\x1c\xd1\x6d\xef\x51\x02\x65\xa8\xc4\xbf\x1b\x2c\x1a\xed\ \x8b\x25\x3f\xdf\xde\xb9\x01\xf8\x30\xa0\x71\x3b\x74\xf1\x2b\x6b\ \x58\x7f\x4f\xc0\xfa\x26\x09\x8e\xff\x47\x00\xeb\xd1\xaa\xd0\x9e\ \x7d\x1c\xfe\x02\xd5\xc8\x87\x12\x50\xf5\xf0\x83\x4f\x9e\x15\x1e\ \xfa\x02\x80\xf5\xd4\x07\xf0\x0d\x01\xeb\xd0\x8b\x03\x16\x1d\x5d\ \x48\xa6\x39\x4f\xb5\x17\x0a\xa0\xc1\x0b\xf3\x4b\xc1\x54\xae\x78\ \xf9\x5a\xfe\xc4\xa9\xcb\xa7\x8e\xbe\xfb\xfd\xf7\xdf\x3e\xb6\x78\ \xf6\xfd\x23\x67\xcf\x9c\x3a\x71\xf6\xdd\x2b\x71\xca\x25\x7a\x57\ \x1a\x71\x17\xb1\xde\xce\x54\x6b\x22\x2f\xf0\x69\xa6\xc7\xcf\xd7\ \x44\xb9\xb5\x3c\x10\x5d\xf7\xea\x3e\x1f\xd6\xed\xd4\xbd\xcd\xfb\ \x38\x4c\x94\xa5\x52\x7b\xad\xd1\xee\x85\xbc\xeb\xd2\xca\xb0\x53\ \x75\x0e\x05\xba\xb3\xda\x5b\xdb\xda\x68\x94\x3f\x5e\xf5\xd4\x7b\ \xed\x8d\xe6\x06\xdd\x1c\x50\xee\x3a\x51\x97\x4a\x34\xd2\x1a\x56\ \x9d\x6c\xef\xce\xe6\x46\xa7\x52\x77\x73\x68\x43\xae\x0b\x72\x3c\ \x5e\xad\xb8\x24\x80\x57\x74\x5f\x6e\x0c\xe4\x32\x0f\xe4\x6b\xd8\ \x89\x66\x05\x77\xde\x53\xa5\x7d\x54\xc9\x57\x24\x58\x17\x99\xc1\ \xbc\xae\x62\x46\x09\x35\xaf\x95\x59\x36\x5e\x8a\xa1\x21\x8e\xf6\ \xe0\xae\xb0\x0b\x0f\xc7\x32\x30\xee\xc5\xb3\x1c\xc2\xe4\xf2\xac\ \x2c\xbb\x33\xa4\xe4\xc9\x62\xa4\x18\xaf\x21\x28\xcf\xc2\x3c\x14\ \x12\x9b\xf1\x7a\xa3\xd5\x03\xea\xec\xea\x52\x2e\x93\xf7\x5f\x02\ \xa0\x75\xe9\x72\x70\x71\x31\x32\xbf\x58\x0a\x45\x3d\x9e\x60\xc4\ \xe9\xe6\x31\x2f\x8e\x12\xac\x4c\xd3\xae\x42\xce\x8d\xc6\xd9\x02\ \x4c\x91\x11\x3e\xbc\x90\x21\x73\x64\xcc\xa5\x98\x91\x06\x38\x37\ \x5e\xc0\xb3\x9e\x10\x84\x27\xf3\x85\x0c\xe0\x4b\x61\x38\x17\x29\ \x52\x45\x20\x57\x73\xfe\xa2\x7f\x3a\xb5\x70\xe9\xe2\x89\xf7\x0e\ \x9d\x3d\x3e\x9b\xe5\x52\x8c\x18\x25\x7d\x10\x84\x79\x16\xfc\x31\ \x86\xe1\xb8\x50\x2a\x1d\xe5\x50\x6f\x3c\x0e\xd3\x74\xaf\xb3\xd6\ \xef\x0d\x4a\x2c\x5e\x6e\x12\xf1\x5a\xbb\x21\x08\xb5\x76\xbd\xd4\ \x52\xcc\xe8\xab\x42\x6d\xfd\xc3\xbf\x3e\xf8\xf0\xc1\x56\x8b\x96\ \x97\x87\xd5\xe5\xbb\xb7\x7f\xf8\x8b\x5f\xfd\xe1\xc7\x3f\xdc\x37\ \xa6\x32\xed\x1f\x35\x1f\x18\x3b\xb0\x4f\xa3\xb6\x5a\xec\xe3\x0e\ \x2d\x50\x61\x36\xa5\xb2\xb3\xde\x6e\x30\x38\x74\x4a\xe9\x2d\x8b\ \xd5\x60\x51\xeb\xad\x13\x53\x56\xab\x56\xa7\xc4\x60\x39\xa6\x7e\ \x7e\x43\x29\x9b\x73\xe3\xe6\x94\x56\x67\x52\x3c\xe0\x81\x22\xd4\ \x6a\x54\x2a\x25\xf6\x73\xcc\x34\x0a\x40\xca\x08\x50\x4b\x67\xd0\ \x03\xf0\xd2\x18\xcd\x26\xad\x49\xab\xd3\x00\x10\x33\x68\x14\x93\ \x2c\x9d\x0e\x80\x9b\x5a\xad\x55\x69\x8d\x4a\x71\x7b\x03\x90\x83\ \x26\x20\x1c\x35\x16\x83\x51\x3f\x6e\x52\xf2\x73\xd4\x16\x83\xda\ \xa6\x35\x3a\x6c\xca\x6e\xa1\xfa\xc5\x92\x9f\x67\x1f\x2f\xce\x6e\ \x9b\x16\x90\xe3\x4f\x5f\x74\xff\xca\x8c\xf9\xec\xff\x0c\x60\xdd\ \xfa\xca\x37\x3e\x79\xbc\xb2\xfd\x55\x2b\xc2\x67\xb5\xdc\xfb\x0a\ \x1e\x45\xdc\xef\xd9\xc7\x27\x0f\x75\xe3\x67\x5f\x0a\xb8\x43\xdb\ \xc0\xa5\xda\xb1\xee\xfd\x3c\x80\xb5\xc7\x29\x9e\xfe\x00\xbe\x0e\ \xb0\x9e\x3f\xc7\xfb\x6b\x19\x16\x3e\x99\x8f\xbb\xaa\xd5\x68\xb6\ \x00\x25\x2e\x4f\xcf\x2f\x2c\xf9\x17\x26\x17\x32\x67\x8e\x4f\x5e\ \x3c\xf9\xce\xbb\xef\xfe\xd3\xfb\x8b\xe7\x8f\x1d\x3b\x71\xec\xd8\ \xd9\x6b\x27\xe7\xcb\x61\xb4\x4a\x10\x15\xb6\xde\x1c\x56\x63\x7c\ \xb9\x2c\x88\xee\x22\xbd\x59\x2d\xb6\x4a\x95\xf6\x5a\x2b\x84\x6e\ \xd6\xc2\x5e\xe4\x41\xb7\x54\x6b\xae\x51\x50\xb5\xdd\x23\xaa\x55\ \x69\x63\x00\xa3\x22\xa0\x07\xf5\x26\x22\x09\xd0\xaa\x5c\xb9\xf7\ \xd7\x5e\xb3\xf6\x79\xa3\xd4\x2e\xcb\xcb\x71\xd6\x35\x5c\x8e\x22\ \xd5\x52\xb9\xdd\x94\x7a\xf5\x61\x8d\x96\x6b\xf7\xee\x74\x25\x51\ \x6e\x30\x40\x20\x56\xe4\x41\x9d\x5e\x83\x42\xf2\x70\xab\xdf\xef\ \x95\xaa\x6b\x6b\xf1\x16\x85\xa0\x21\x6f\x3a\x89\x47\xf2\x50\x43\ \x88\x52\x2d\x8a\x82\xd2\xa1\x70\x20\xc4\xb2\xb1\x0c\x99\xe7\x58\ \x49\xea\xc8\xde\x54\x01\x0b\x63\xb0\x33\xcc\x64\x51\x04\x0b\x17\ \x20\x17\x83\x3a\xd1\x70\xba\xa8\x78\x4f\x39\x29\x84\x85\xf2\x31\ \x9c\x96\x58\x34\x0a\x24\x9d\x40\x52\x5d\xc1\xe7\xad\xd5\x3b\x88\ \x33\x06\x44\xe5\xbc\x7f\x3e\xb0\x94\x59\x9a\xb9\x36\x97\x9b\x99\ \x89\x04\x21\xb2\x80\x44\x73\x69\x39\x94\x82\x5d\x14\x2a\xbb\x10\ \x41\x42\xd3\x05\x2a\x86\xfb\x02\x4b\x78\x94\xf1\xe4\x26\x0b\xcc\ \x6c\x21\x4d\x32\x29\x9c\xa2\x90\x68\x38\xec\xc1\x83\x57\x7c\x29\ \x70\x4d\xe1\x6c\x20\x90\x26\x8b\x11\x8e\xca\x70\xb1\x62\xb0\x98\ \x48\x15\x2e\x5d\x9b\xbf\xfc\xde\x7b\xa7\xce\x9f\x4b\xe2\x21\x8e\ \x21\xa8\x30\x8c\x12\x4e\xdf\x64\xb2\x90\xcf\x71\x98\x27\xc5\xb9\ \x9c\x30\xdd\x94\xcb\x44\x7c\xb9\xd3\x5f\x5b\x6e\x7b\x5d\xa5\xb8\ \x54\x22\xea\xad\x46\xbd\x75\x67\xb9\x2e\x3b\xa1\x0a\xdf\x6a\x36\ \xab\x62\xf7\xc1\xe6\x83\x07\x9b\x7d\x06\x1a\xf4\x97\x7f\x7d\xfb\ \xf7\xbf\xff\xd9\x2f\x7e\xf4\xbd\x83\x23\x63\xa3\x6f\x1e\x3e\xb0\ \x6f\xbf\x51\x35\x6a\xb0\x2a\x71\x55\x0e\xb5\xca\xa8\xde\xf6\xa3\ \xb2\x8e\x2b\xa8\xa2\xd7\x2b\x5b\x86\x76\xc5\x62\xdd\x3e\x65\x03\ \x98\xe6\x98\xba\x0e\xb8\xd5\xcd\xeb\x53\x37\x1c\x80\x62\x7d\xa0\ \x33\x8c\x98\x0f\x9a\x8c\x80\x66\xe9\x4c\x5a\x9b\xda\x64\x1e\x19\ \xd5\x80\x3f\xcc\x66\x83\x5e\x65\x54\x29\xa5\x6f\x00\xa2\x8d\xe9\ \x4c\x2a\xad\x4a\x65\xd2\x1a\xc7\x94\x35\x2c\x25\xa1\x10\xa8\x41\ \xbd\xc5\x0a\xa4\x9f\xd9\x6c\xd4\x2a\x0e\x0d\x5a\x83\xd5\x06\xf4\ \xdf\xb8\x4a\xa9\x21\x0d\xf8\xdd\x94\xc5\xa4\x03\x12\x55\x89\x07\ \x7b\x31\x3f\xac\x1d\x49\xbd\xb7\x77\xa5\xf0\xfd\xef\x5b\x74\xff\ \x66\x16\x12\xff\x27\x16\xdd\x1f\x47\xdc\xef\xd9\x07\xb9\xbd\x9b\ \x77\xf8\xcb\x3d\xbd\xee\xb6\x34\xbc\xbb\xa3\xbf\xbf\x71\xd1\xfd\ \x19\x0f\x60\x8f\xa1\x25\x9f\xe5\x65\xf6\x62\x6b\x58\xbe\x2b\x61\ \x16\x85\xdc\x5c\x8c\x44\xae\x9d\x5e\x0a\x5e\x99\xf3\x4f\x4f\x5f\ \x0b\x9c\x3a\x72\xf9\xca\xb1\xf7\xbf\xff\xea\x2b\x87\x02\x97\xce\ \x1f\x7d\xef\xd4\x95\xf3\x57\xce\x4e\x3a\xe7\x7c\x65\xbe\xd4\x11\ \xe2\xe5\x6e\xd9\x27\x54\xa0\x12\x82\x65\xe3\xcb\xee\x04\xeb\x45\ \x1a\x35\x1f\xcc\x6f\x09\x0c\xc5\xae\xae\xc8\x44\xad\x82\xb1\xf5\ \x4e\x93\x97\x6b\xcd\x15\x29\x5a\x96\x1a\x35\x61\xb9\x57\xab\x95\ \x5c\xa5\xfe\xea\x9d\xad\x4a\xad\xbd\x51\x62\xab\x04\x1d\xaf\x95\ \xe8\x56\x1b\x22\x78\xa1\xbd\xde\x2d\x09\x83\xbe\xd0\x69\x56\xba\ \xf7\x4a\x4e\xb1\xde\xaa\xf7\xeb\x55\x20\x8c\x08\xf9\x41\xdc\x57\ \xee\xf5\xaa\xfd\x1e\x2f\x6f\x49\x42\x27\xea\x06\xca\x2c\x32\xcf\ \xa5\x32\x29\x88\xc9\x30\x42\x08\x72\x65\xb2\x91\x3c\xc0\x0e\x82\ \x8b\xe5\x42\x4e\x96\xa8\xd4\x88\x28\xe9\x49\xf0\x62\xbc\x84\x44\ \x61\x28\x1f\xe4\x5c\x09\x52\x14\x51\x04\x0f\x87\xf0\x12\xeb\xce\ \xc6\x2a\xce\xc5\x30\xe5\x66\xc3\x3e\x9a\xf6\x32\x4d\xaf\xef\xde\ \xc0\xe5\x96\xfa\x2e\xac\x94\xce\x2c\xc5\x66\x73\xe1\xf9\xab\x73\ \x4b\xd3\xf3\xd3\xc9\xc5\xc5\xab\x05\x77\x2a\xe0\xc9\x67\xc0\x97\ \xd3\x29\x32\x84\x53\x74\xa9\xe9\x44\x33\xb1\x44\x84\x0a\xe7\x62\ \x50\x18\x63\xb8\x40\x9e\xca\xa5\x52\xb1\x70\x36\x13\xc8\x47\x43\ \x0c\x0a\x93\x4b\xb9\x6c\x2e\x4f\xa5\xb8\x70\xd8\x9f\x4c\xc7\xc8\ \x5c\x38\xe7\x8f\xe4\x31\x2e\x11\x49\xcf\x46\x22\x57\xcf\x5d\xbc\ \x78\x25\x17\x28\xe0\x3e\xc4\xed\xf1\x41\x25\x8c\xce\x5e\x09\x02\ \x50\x23\x51\x2e\x12\x75\x3a\x3d\x1e\xb1\x44\x83\xf1\x68\xf4\xc1\ \x38\x7a\x7d\x4e\xbe\xdc\xea\xb4\x9a\x92\xd8\x18\x36\x3a\x71\x9a\ \x2f\x97\xc4\xee\x6a\x6d\xf0\xe0\xc1\x83\x7b\xf7\xee\xd7\x63\x1e\ \xe9\xfe\xc7\xbf\xfa\xd1\x2f\x7f\xf9\xb3\x7f\x1b\x35\xa8\x55\xaa\ \x37\x7f\x74\x60\xcc\x3c\xf2\x86\x4e\x41\x24\x87\xd5\x6a\x33\x9a\ \x94\x1d\x41\x80\x1c\xd7\x27\xd4\x46\xbd\x41\x65\x55\xab\x01\x68\ \x8c\x3b\x2c\x8e\x89\x71\xbd\xe2\x3f\xea\xb8\x6e\xb5\x4d\x4d\x39\ \xc6\x27\x26\x6c\x37\xff\x9f\xff\xe1\xd0\x9b\x8d\x6f\x9a\xf4\x16\ \xc0\x95\x8c\xca\x3a\xd4\x98\x49\x63\x1e\x1b\x35\x68\xc7\x74\xdb\ \x8e\xca\x5a\x40\xa1\xf6\x69\x4c\xa6\xb1\x11\xa3\x4a\x3f\x36\xaa\ \x51\x12\xa8\x55\x9a\x31\x83\x62\xb5\x0c\xa8\x94\x76\x3b\x10\x4b\ \xa9\x60\xaf\x44\x34\x18\x55\x00\xf2\x54\x1a\x95\x4d\x6b\xd3\x2a\ \xc1\x0f\x5a\x87\x4a\x67\xb3\x58\x6d\x2f\x14\xe9\xbe\xf3\xd5\xa1\ \x5d\x7b\xe4\x4f\x00\xd6\x27\x4f\x2c\x51\x3f\x69\x14\x3a\xfb\xfc\ \x61\x0d\xdf\x0c\xb0\xc8\xa7\x45\x01\x10\x4f\x03\xac\xbd\x5a\xee\ \x79\x05\xb7\x1f\xaf\x7a\xef\xd9\xc7\xed\x6d\x78\xe8\x7e\xd9\xe2\ \x61\x60\x03\xb9\x23\xd4\xfc\xb9\x00\xeb\xd9\xa7\x78\xc6\x03\xd8\ \x63\x68\xbb\xcf\x0a\x5e\x78\x31\x49\x98\x5d\x74\x7a\x39\x1f\x2c\ \x14\x03\xf8\xb5\x0b\xf9\x4b\x57\x82\x4b\x0b\x57\xfd\x8b\xe7\x4e\ \x4e\x9e\x3e\x7e\xea\xd8\xcb\xdf\x7d\x67\x72\xf2\xec\xfb\x27\xce\ \x5e\xb8\x78\xfa\xe2\xa2\x37\x88\x34\xd1\x78\x57\x24\xdc\x9d\x72\ \x6c\xb5\xe9\x1d\x34\xb2\x4b\xf0\x5a\xb9\x48\x97\xdd\x8d\x0a\x8d\ \xb9\xda\x84\xc7\x55\x19\x4a\x95\xea\x70\x8d\x65\xcb\xf1\x56\xbb\ \x24\xc7\x57\x2b\x50\xa3\xde\xeb\x77\xea\x25\x64\xd8\xf4\xac\xdc\ \xe9\x2d\xaf\x76\x4b\xad\xad\x32\x52\x8f\xcb\x7c\x55\xae\x2c\xf7\ \x50\x18\x6a\x77\x06\x32\x2b\x6c\xf4\xf8\x8e\xd4\xb9\xbf\xd9\xf0\ \xf2\x62\xad\xd2\xaa\x36\x08\xa1\x19\x6f\xac\x55\xbd\xcd\x72\x67\ \x99\x95\x3b\xc3\xad\x5a\x13\xc3\x08\x54\x66\x97\xb2\xde\x4c\x8c\ \x62\x91\x18\xec\x22\xdd\x50\x8a\x4c\xb8\xf8\x10\x89\x32\xc1\xa4\ \x2f\x04\xbb\x10\xc2\x99\xc6\x62\x9c\xbb\x1c\xf7\xa0\x5e\xa0\xdf\ \x0a\x94\xd3\x4b\x43\xa8\x8b\xc0\xdc\x30\xaa\xa4\xf6\x30\x08\x92\ \x0d\x25\x4a\x62\x94\x46\xe2\xd1\x74\x29\xe4\xea\x75\x61\x8a\xa8\ \x79\xa2\xa5\x68\x62\x2e\x37\x3d\x1f\x98\x9e\x8b\xa5\xe6\x67\x93\ \xe9\x60\x70\x3e\x0d\x4d\x67\xd9\x70\xc2\x85\x47\x0b\x45\x32\xc5\ \x30\x74\x8b\x75\xfa\x5c\x58\x61\x09\x49\x4c\x67\x51\x0a\x8f\x25\ \x72\xa4\x77\x3e\x47\xc5\x82\x91\xa5\x2c\x16\x8d\x06\x22\x1c\x97\ \x0a\x45\x23\x69\x28\x5b\x4c\xe7\x13\x31\x0e\x8e\x52\x85\x48\x66\ \x31\x97\x8e\xf9\x83\x69\x3f\x17\x59\xba\x72\xf6\xf2\xe5\x14\x83\ \x79\xa3\x18\x0a\xa8\x1e\x4f\xd0\xe9\xf9\x74\x36\xcc\xc0\x18\x07\ \xf4\xa1\x33\xce\x57\x08\x67\x59\xee\x0e\x87\xed\xe5\x36\x1b\x46\ \xdd\x42\xa7\x51\xad\x34\x25\x49\x6a\xb7\x00\xf3\x94\x84\x66\xbb\ \xdb\x5f\xbe\xb3\xf5\x60\xe5\xfe\xa7\x15\xcc\xdd\xfb\xf8\x8f\xff\ \xf9\xcb\x5f\xfe\x70\xff\x1b\x63\x7a\xd5\x98\xe9\xcd\xfd\x6f\x8c\ \x1a\xcd\xfb\x94\xc2\xce\xb6\x09\x8b\x55\xaf\xb6\xa8\x95\x92\x5b\ \x4a\x5a\x8e\x41\x6b\x05\x64\x07\x40\x86\x52\x8d\x19\x28\x42\xb5\ \xce\x76\x63\xdc\xaa\x9f\x98\x00\x60\x76\x03\x50\xac\xa9\x9f\x7f\ \x70\xd3\x62\x18\x33\x1f\x3c\x00\x64\xa1\xa2\x00\x15\xf7\x2b\xf3\ \xa8\xc9\x64\xd0\xeb\x34\x06\x83\x49\xa3\x55\x1b\x4d\x80\x63\x69\ \x54\x23\x63\x8a\xcf\xcc\x88\x12\xf7\x00\x88\x96\xce\x64\xb1\x98\ \x0c\x40\xf6\x59\x2c\x7a\x9d\xcd\xaa\x01\x02\x71\x44\x01\x4f\x93\ \xca\x04\xa0\x52\x89\x89\xd8\xde\x39\xd4\xe9\xec\x7a\x40\xf6\x8c\ \xba\x17\x74\x6b\xd8\x15\xca\xfd\x93\xdd\xb3\xe2\x5b\x4f\x8f\xe9\ \x21\x77\xc7\x27\x3e\x19\x9b\xfe\x75\x81\xa3\xdf\x0c\xb0\xbe\x12\ \xa5\xb4\x63\x9f\x60\xf7\x97\xf6\x6a\xb9\xd7\x15\xdc\xda\xe1\xdf\ \xb7\x67\x1f\xb7\xb6\xc7\xe1\xd0\x97\xe0\xf6\xc9\x36\xbe\xec\x1c\ \x9b\xe7\x02\xac\x67\x9e\xe2\x59\x0f\x60\x8f\xa1\xbd\xfd\x2c\xe7\ \xc1\x17\x02\xac\x38\x97\xa2\x59\x9c\x62\x09\x26\x4f\xe5\xe7\xa3\ \xb3\xe7\x97\x82\x93\x8b\x89\xe4\x91\x23\x17\x2e\x9d\x7c\xff\xad\ \x77\x5e\x7e\xff\xda\xd2\xa5\x53\xc7\x4f\x9e\x9e\x3c\x72\x91\x84\ \x52\xf1\xba\xd3\x83\x55\xb0\x78\x37\x1e\xaa\x57\xd8\x0e\x11\x48\ \xb2\x9b\x7c\xa6\x22\x95\x25\x20\xde\xe8\x65\x37\xe3\x95\xda\xed\ \x5a\xbb\x73\x4f\x90\x6b\xed\x6a\x73\xb0\xcc\x2e\x4b\xee\xba\xc0\ \xf6\xd7\xc4\x8a\xb4\x22\x7a\x2a\xbd\x95\xe5\xd5\x8d\x7a\xe3\xc3\ \x6a\xa8\x29\xb4\x84\x12\x02\xb5\x5b\x48\x83\x68\xca\xad\xf5\x5a\ \xad\xd3\x94\xd6\x3a\x2b\x0f\x3e\x1c\x02\x40\x93\xdd\x84\xd8\xed\ \x97\xaa\xa5\xde\x3d\x82\xef\x54\xfb\x1f\x49\xcd\xce\xd6\x96\x10\ \x77\x85\xe8\x72\x85\x5c\x0a\x85\xfc\x1e\x08\x71\x63\x21\x77\xaa\ \x5c\x63\xc2\x8c\xd3\x9b\x45\x52\x31\x37\x05\xf9\x18\xd4\x5d\x04\ \xdb\xdd\xdc\x00\x00\x20\x00\x49\x44\x41\x54\xf3\xfa\xb3\x51\x94\ \x76\xba\x71\x0f\x8c\xa2\xc1\x45\x1f\xcb\x84\x70\xc4\xed\x62\xe0\ \x79\x8c\x47\x42\x4c\x9d\xc7\xf1\x5c\xd6\x5b\xf1\x10\x9e\x1e\x8b\ \xb0\x64\xbc\xdc\x29\xe1\x82\xe4\x63\x6b\xf9\xb9\x64\xc1\x9f\x5f\ \x5c\x8c\x14\x33\xd7\x16\x26\xaf\x2d\x2c\x16\xc8\xa2\x1f\xaa\x32\ \x79\x1f\xe1\xc6\x98\x04\x17\xa2\x90\x16\xef\xcd\x2a\x39\x89\xe9\ \xc2\xfc\xb5\x10\x14\x23\x63\x89\x44\x2c\x97\x8a\x2e\x05\x03\x29\ \x26\x15\xa5\xc2\x54\x8c\xf4\xf8\x98\x44\x0e\xe7\x18\x4f\x36\x91\ \x49\xc0\x9e\x70\x66\x2e\x1d\x72\x2e\x65\x13\x79\x7f\x22\x97\xbc\ \x76\xe9\xe4\xd5\xdc\x22\x9c\xf5\x31\x14\xe2\xe5\xbd\x42\x05\x5e\ \xf4\xa7\x98\x4c\x26\x9f\xc0\xe3\xee\x78\x85\xa6\x4b\x7c\xa9\x44\ \x74\x3a\xeb\x83\x95\x5e\xd9\x4d\xd7\x9b\xed\x5a\xb5\xb1\xd6\x8a\ \x37\x6a\xbd\xba\xe0\xf4\xf2\x9d\x95\x7e\x6b\xeb\xd3\x8f\xef\x6d\ \x6d\x6d\x48\xde\xc1\x6f\xff\xf4\x1f\xbf\xfc\xc3\x8f\x00\x92\xa8\ \xc6\x7e\xf8\x4b\xe3\xc8\x9b\xfb\x4c\x2a\x8d\x4e\x6b\xd0\xdb\x27\ \xec\x4a\xee\x8d\xda\x68\x00\x30\xa1\xe4\xe4\x18\x0c\x76\xab\x4e\ \x6d\xb5\xdb\xc1\x67\x76\x25\xaf\x4f\xa7\xb3\xe9\x01\xb5\x9a\x72\ \xd8\xc7\x6f\xde\xbc\x69\x1f\xff\xf9\xff\xfd\x81\xda\x38\x3a\x32\ \x62\xd6\x99\x34\x40\xe7\xa9\x74\x5a\xdd\x88\x59\x03\x24\x9f\x55\ \xa9\xb8\xa3\x52\x5b\x8c\x1a\xb3\xb2\xee\xae\x31\x8c\x80\x77\x55\ \x66\x93\xd6\x00\xde\x30\x5a\x6c\x46\x83\x49\x65\xb0\x1a\xec\x36\ \xad\x76\x7b\x33\xd1\xac\xc0\x93\xe2\xdd\x67\x51\xeb\xd5\x46\x65\ \xcd\xdf\xa0\x55\xea\x5f\xd8\x26\xac\x80\xb5\xd9\x5e\x0c\xb0\x1e\ \x85\x25\x3e\xa5\x40\xc4\x53\xd3\x66\x76\xc6\xf8\x3c\xfe\x8e\xea\ \x89\x54\x90\xd9\xbf\x17\x60\xdd\x7a\x22\xce\xfe\xf6\x8e\x85\xa9\ \xdd\xd4\x6f\xaf\x96\x7b\x5c\xc1\x36\x5e\x1d\xfa\xec\x79\xfa\x50\ \x56\xad\x6e\x3d\x86\x1b\x02\xbc\x1c\xdf\x79\x09\xcf\x05\x58\xcf\ \x3c\xc5\xb3\x1e\xc0\x1e\x43\xfb\xd9\xb3\xc2\xad\x5e\x08\xb0\x84\ \xdc\x3c\x51\xe5\xf1\xaa\xcc\x44\x9c\x89\xab\x54\xf0\xea\x5c\x6e\ \x61\xa1\x10\x39\x7b\xe4\xe8\xb1\x77\xde\x7d\xf5\xed\xd7\x8f\x65\ \x9d\xf9\x53\x47\x8e\x9d\xba\x30\x79\x35\x8b\x64\xdc\x88\x00\xa8\ \x12\x1e\x12\xa5\x68\x35\x2e\xb4\x5a\x70\xae\xbc\x19\x4a\xf1\x83\ \x4a\xa5\x5d\xab\x23\x72\x2c\xda\x68\x49\xad\xbe\xb8\xdc\xa9\x56\ \x6b\xfd\x8e\xdc\x5d\x15\x64\x3a\x2e\x77\xe8\x76\x7f\xd0\x69\xde\ \xf1\x3a\xdb\x82\xd4\x04\x48\xb5\xbc\xea\xa4\x57\x87\xc3\x5e\x83\ \xf5\x09\x82\xb3\x54\xeb\xd7\x24\xb9\x5a\xed\xc6\x6b\x95\xb5\xcd\ \xcd\xfb\x1b\xf1\xe1\x80\x2f\x8b\x42\x6b\x65\xc5\x8b\x37\x3f\xf5\ \x96\x3a\x1b\xeb\xbd\x8d\x81\xb8\xb9\x25\x4a\xa1\x94\xd3\x89\x84\ \x83\xd1\x50\xc2\xe5\x4e\x38\xf3\x1c\xc2\x88\x25\x9c\xcc\x22\x28\ \xee\x81\x50\x67\x8c\xf3\x7a\xa2\x44\x8b\x0d\x15\x43\x58\x55\x46\ \xf9\x68\x14\x0f\x51\x19\x9f\x8b\x42\x9c\x82\x0b\x75\xe7\xd3\x55\ \x09\x00\x4f\x85\x8d\xa2\xb1\x94\xbb\x0c\xf1\xde\x3a\x94\x72\xb9\ \xe2\xcd\x7a\x4b\x2e\x89\xe1\x72\x27\xb6\xb4\x98\x2e\x04\xaf\x5c\ \xbe\x96\x08\x14\xfd\x97\x17\xfc\xe7\x53\x18\x19\x72\x79\x72\x79\ \x06\xf5\x38\x91\x4c\x34\x0a\x7b\x4a\x5e\xc8\x15\x0a\xa5\x9d\x64\ \x24\x46\x01\x1c\x0c\xbb\xd2\xf3\x99\x4c\x28\x96\xcb\x25\x38\xca\ \x1f\xc3\xf0\x30\x12\xc2\x48\xa6\x88\x62\xf9\x22\xee\x0a\xcc\x2d\ \x45\x48\x38\x95\xc2\xb9\x10\xbc\xb8\x54\xe4\x16\x63\xb1\xd9\x33\ \x97\x93\x8b\x19\xc8\x97\x0e\x3b\x9d\xac\x9b\x47\xdc\x99\xe9\x22\ \x49\x71\xc5\x48\x38\xe4\x72\xd1\xd5\x72\x5c\xa8\x4a\x65\x56\x1e\ \xae\x7e\xb4\xd5\x6f\xb0\x2e\xc0\x34\x2b\xd5\xfa\x70\xad\x59\xae\ \xb4\x5b\xac\xa7\x2a\x35\x07\x83\xc1\xca\xdd\xcf\x1f\xac\x36\x6a\ \xed\x7b\x7f\xfe\xf5\x9f\x7e\xf1\xa3\x1f\xbc\x69\x56\x19\x8c\x07\ \x6f\xff\xd0\xa0\x79\x73\x44\xa5\x31\x58\xd4\x3a\x9d\xd5\x61\x53\ \x6c\x8f\x81\x04\x54\xe9\x2d\x16\x87\x5d\x6b\xb0\xd9\xc6\xb5\x00\ \xba\x6c\x56\x9b\x4e\x0d\x10\x6b\xdc\xa2\x14\xa5\xb8\x01\x00\x4b\ \x3d\xf1\xc1\xcf\xaf\xdb\x1c\x37\xff\xfb\x0d\x9b\x5a\x33\x6a\xd2\ \x69\x35\x46\xc5\x49\xd9\x02\x74\xa0\x69\xcc\x64\xd0\xd8\xf4\x1a\ \xb3\xe1\x80\x41\x29\xdf\x6c\x06\x82\x70\x44\x03\x84\xa0\x4a\xaf\ \x44\xbe\x1b\x35\x36\xa3\x51\x0d\x74\xa4\x52\x91\x5e\x07\x40\x70\ \x7b\x1f\x52\x31\x37\x35\x19\xb5\x76\x80\x58\xe0\x00\xd7\xa1\x07\ \x8a\x50\xaf\x57\xeb\xec\x4a\xa8\xea\x8b\x49\xc2\xc7\x8b\x58\xb7\ \x76\xfe\xe3\x7f\x68\xa5\xb4\x33\x78\xea\xf6\xae\xe4\x67\xe2\x2b\ \x7d\xcd\xee\x4a\xb6\xdd\xfc\xc9\xdf\x0b\xb0\x1e\xa6\xfe\xde\x7a\ \x1a\x1d\x7a\xe4\xf4\xf9\xad\xaf\x6d\xf9\xec\x2b\xb8\xbd\x3b\x9f\ \x72\xcf\x3e\xc0\x5d\x11\xb7\x1f\x0b\xba\xdb\xca\x8e\xde\x4e\xd5\ \xf9\x5c\x80\xf5\xcc\x53\x3c\xf3\x01\xec\x31\xb4\x9b\x4f\x58\x87\ \xfd\x4d\x80\x85\x16\x22\xae\xb2\x1b\xa9\x94\x52\x09\x6a\x6e\xc1\ \x7f\x69\xa1\xe0\xbf\x72\x26\xc9\xcd\x9c\x3b\xf6\xce\x3b\x6f\x7d\ \xff\xd0\xeb\x47\xd0\xf8\xe4\x89\xf3\x17\x4f\x1c\x3a\x7d\x21\x86\ \x26\xe4\x8a\x50\xaa\x55\xa9\x18\x93\xf2\x48\x22\x52\xae\xc2\xc5\ \xf2\x7d\x1f\x2a\x0e\xaa\xe5\x0a\xc5\xf8\xe7\xaf\x65\x08\xb9\x25\ \x75\x2a\x1f\xad\x78\x3b\x4a\xc1\x84\x66\x57\x18\x54\xd0\x6e\x6d\ \xb9\x4d\xb4\x7a\xfd\x75\x57\xb9\xd7\x6e\xc8\xf5\xc1\x70\x75\xdd\ \x55\xda\xdc\x18\x4a\x04\x56\x6a\xc5\xcb\xfd\x5e\x5d\xaa\x0f\x4b\ \xf4\x72\x55\x80\xc5\xf5\xcd\x15\xc0\xb7\x6a\x7c\xad\xd7\x63\x6b\ \x75\x48\xda\x1a\x46\xf9\x7a\x5f\xee\xc6\xcb\xee\x95\xb5\x16\x4f\ \xc6\x72\xfe\xa8\xbb\xe0\x0b\x45\x52\xb1\x1c\x02\xbb\x43\x3e\xd6\ \x89\xa4\x18\x14\xe2\xa8\x10\xca\xa5\xbc\x3e\x4f\x98\x25\xb0\x08\ \x43\xa1\xce\x28\xe4\xc4\x71\x16\x8d\xce\xa3\x6e\x42\x40\x20\x8a\ \x71\xa5\x19\xb9\xe5\x8d\xc2\x25\xd8\x49\x87\x78\x96\x60\xdb\xf1\ \x12\x89\x85\xc2\xf1\xe6\x8a\x5c\x15\x44\x4f\x4f\x0e\x2c\x45\x02\ \x89\x48\x60\x3e\xe0\xf7\x4f\xcf\x4f\x07\x16\xe7\x43\x8c\xd7\x47\ \x7b\x22\x09\x8a\xf5\x62\x50\x86\x4b\xb2\xce\xae\x37\xc4\x84\xdc\ \x31\x18\x8d\x84\x53\xa1\x70\x28\x95\x9c\x63\xc2\xc9\xc5\x08\x83\ \x67\xd2\xb8\x3f\xed\x42\xd3\x40\x24\x32\xf9\x00\xe3\xca\x33\xd9\ \xfc\x6c\x31\x46\xa6\xf0\x54\x22\x37\x5f\x48\x2d\x65\x0a\xc1\x85\ \x22\x35\x77\x2d\x90\xf4\x73\x2c\x8d\x39\x3d\x74\x8d\x2f\x3b\x5d\ \xc5\x6b\x28\x9a\xc8\x04\xc2\x04\xe1\x75\x13\xb2\xdb\xdb\xac\xb3\ \x34\x5f\xad\x77\x07\x5b\x55\x17\xe4\x44\xaa\xb5\x92\x24\xd7\xe4\ \x2a\x51\xaf\x89\x34\x5d\x6e\xb6\xc0\x40\xd6\x37\x7f\xbb\xb5\x1e\ \xaf\xac\xde\xfd\xcf\x3f\xfd\xf9\xa7\xdf\xfb\xb7\x1f\x7e\xcf\x64\ \xd4\x1c\xfe\xf7\x37\xf7\x29\xfb\x76\x06\x65\x9d\x5b\xaf\x07\xe0\ \x60\xb5\x00\x4e\xa5\x14\xac\xd1\x6b\xad\x5a\xad\xc3\xaa\x44\x8b\ \x02\x40\xd1\xaa\xb4\x36\x8b\xcd\x61\xb1\x2a\xa9\x39\x8a\xab\xcc\ \xcd\xeb\xd7\xa7\x7e\x3e\x3e\xf1\xc1\x4d\x95\xd1\x3c\x66\x32\x1a\ \xc7\x94\x68\x04\xf0\x7d\x9b\x1a\x48\xbe\x11\x83\x51\x21\x54\x46\ \x15\xe0\x4a\xca\x26\xa2\xca\x68\xd1\xeb\x75\x80\x68\x69\x2d\x4a\ \x43\x8b\x41\x6f\xb3\x28\x59\x82\x4a\xb2\xb3\xe2\x09\x68\x01\x6a\ \xd2\xa4\xec\x18\x5a\x75\x46\x9d\xc6\x0a\xd8\x95\x4d\x0f\xa4\xa1\ \x49\x05\xb0\xca\x62\x31\x68\x5f\xd0\x22\x59\xf5\x68\x2b\x7c\x87\ \x6d\xc0\x17\x26\x74\xbb\xa2\x3d\xbf\x40\xac\x87\xf6\x32\x5f\x8d\ \x94\x54\xed\x48\x4c\x54\x3c\x37\xc9\xbf\x17\x60\x7d\x76\x68\x47\ \x89\x68\xd5\xa1\x9d\x71\x18\xdd\xdd\xd4\x6f\x8f\x96\xcf\x3a\xd1\ \x17\x71\x9a\x87\x9f\xaf\x8f\x6d\x6f\x84\xc7\xb7\xf5\xd9\x43\x0f\ \x97\xdb\xdf\x10\xb0\x9e\x79\x8a\x67\x3d\x80\x3d\x86\x76\xbb\xaf\ \x1d\xe9\xa0\xb7\xfe\x16\xc0\x12\x0b\xb1\xa8\x52\x19\xcf\x9d\x4a\ \xf9\xe6\x66\x17\xaf\xcd\xe5\x16\x93\x93\x81\xe0\x85\x0b\x67\xdf\ \x7f\xff\xd4\xf1\x43\x2f\x1f\x71\xa3\xa7\x4e\x5c\x3d\x75\x7c\xe6\ \xec\x31\x0e\x4f\x13\x32\x2d\x77\xe4\xd0\x42\x2e\x09\xf7\xdb\xee\ \xaa\xe4\x84\x06\xf7\xa2\x68\xb5\xd3\xaa\x94\xbd\xf9\x0b\xe7\x66\ \x32\xe2\xf0\xf3\xe5\x5a\xe7\xf3\x95\xf6\xf2\xb2\xdc\x59\xed\x35\ \x84\xa6\x54\x59\x6b\x03\xbd\x27\xf7\xef\xdd\xe1\xc5\x6e\xa7\xbd\ \x36\xec\xca\x0f\xd6\x4a\x35\xa9\x2c\xc2\x22\x5c\xef\xd7\x6a\x0f\ \xba\xab\xfd\x8d\x96\xd4\xdd\x18\x54\x58\xf9\xce\x9d\x55\xb9\x5e\ \xaf\x8b\xb5\xcd\x41\x53\x10\x91\xee\x9a\x04\x49\x25\xb9\x5f\xa9\ \x60\xc4\xfa\xbd\x9e\x10\x48\x7b\xc2\x18\xea\x87\x0b\x8b\x08\x9c\ \xf2\x64\x7d\x21\x4f\x1c\x8d\x66\x43\x30\xc5\x78\x7c\x30\x99\x86\ \x60\x14\x66\x45\x38\xe6\xf3\xb9\x5c\x18\xeb\x21\xcb\x2e\x1c\xa6\ \x08\x04\xa1\x09\x1a\x45\xf3\x81\x70\xb5\x44\x40\x4e\xd4\x8d\xa2\ \x1c\xe1\x82\xdd\xb4\x50\x77\x79\xf1\x04\xdd\x68\x78\xbd\xcb\x02\ \x31\x28\x5d\x9c\x89\x2c\xe4\xfc\x8b\xb3\x81\xe9\x05\xa0\x8c\x97\ \x0a\xf3\x1c\x45\x45\xbd\x44\x24\x4b\xa3\x64\x28\x15\x01\xac\xc8\ \x25\xf1\xae\x22\x07\x38\x66\x2a\xb0\x94\x67\xc2\xfe\x48\x30\x85\ \x22\xc1\x60\x12\x73\x96\xa8\x02\x50\xaa\x29\x2c\xc3\x05\x83\x91\ \x44\x96\x4a\xc3\xd1\x5c\x1e\x07\x42\x3b\x93\x59\x2a\x92\xe9\xc4\ \x64\x31\x38\xbb\x30\xcb\xcd\x06\x83\xa9\x7c\x94\xa6\x3c\x34\x5f\ \x06\x00\x54\x42\x66\x62\xd9\xd4\xb4\x3f\xc2\xb3\x2c\x2f\x57\xc4\ \x9a\xd0\x90\x4a\x65\xb9\xdb\x04\xda\x59\xf6\xb2\x6e\xa2\x2d\xd7\ \xd6\xdb\x55\x49\x14\xfa\xa5\x92\x40\xf0\x15\xa0\x11\x3b\xfd\x0f\ \xef\x6e\x0d\x3b\x5b\xbf\xfd\xcb\xff\xfa\x5f\x7f\xfa\xde\xe1\x83\ \x23\xa6\x11\xd3\xfe\x91\x37\xf6\x8d\x8d\x28\xe1\x4f\x5a\xa5\xbc\ \x8d\xd6\x36\x6e\x05\x24\x4a\xad\xb5\x8e\xdb\xac\xca\x5a\xb7\x5e\ \x0d\xb4\xa1\xd5\xaa\xc4\xbf\x5b\x6c\x76\xb5\x5d\x6d\xd6\x8e\x03\ \xc0\xba\x3e\x75\xe3\xc6\x8d\xeb\x0e\xdb\x75\xf0\x7f\x3f\x37\x1e\ \x18\x33\x8c\x8c\x2a\x11\x0b\xa0\x0f\x20\xf0\x0c\xe0\x3f\x13\x80\ \x28\x25\xc3\xd9\x6c\x32\xeb\xb6\x7d\xb1\xac\xc6\x11\x0b\xa0\x58\ \x3a\xab\x41\xaf\x35\x8f\x29\x21\x56\x56\x8d\xd9\x6a\x57\x3c\x4c\ \x95\xe8\x78\xcd\x36\x68\x69\xcc\x26\xbd\xda\x00\xae\x46\xe9\x4a\ \x67\xb4\x29\x09\x87\xe0\x03\x35\x78\xfd\x62\x80\xf5\x58\x55\x6c\ \x6b\x13\xc5\x0b\xee\x96\xc2\x3a\x0e\xed\x06\x2c\xc5\xff\xe9\xf6\ \xf8\xb8\x6a\x73\x17\x21\x79\xd2\x35\x45\xa1\x1c\xb7\x6f\x2b\x38\ \xd2\xbd\xfd\xf7\x02\xac\x2f\xec\xeb\x08\xc5\xef\x8e\xd8\x6d\x9a\ \xb2\xfd\xc9\x2c\x38\xa3\xea\xeb\x5a\xee\x3e\xd1\xe1\x87\x66\x15\ \xb7\xbb\x0f\x33\x60\x0e\x1d\x7e\x72\x85\xe8\x19\x7d\x7c\xb2\x23\ \xd2\xe9\x71\xa0\xf9\x67\xdf\x10\xb0\x9e\x79\x8a\x67\x3d\x80\xbd\ \x86\xf6\x8b\xbe\x6e\x7f\x59\xc9\xfa\xd6\xdf\x22\x09\x49\x1f\xc2\ \x71\x3e\x84\xa5\x62\x68\x64\x36\xe8\x4f\xe6\x13\xfe\xc5\xe0\xe2\ \xd9\x8b\xe7\x8f\xbc\x7b\xe2\x9d\x57\x5e\x3e\x8a\xe0\x67\xcf\x5d\ \x78\xff\xd4\x99\xe3\xe7\x8a\x54\x42\xa8\x48\x5d\x49\xca\x26\x7c\ \x94\x4f\x1e\x78\x2b\x65\x2e\xbe\xb9\xee\x89\xaf\xf6\xd6\x5b\x15\ \x57\xf2\x5c\x6e\x3e\x2d\x0c\x5a\x40\xc9\x6d\x36\xe5\xad\x7b\xc3\ \xd6\x70\xc0\x56\x7a\x74\x79\xb0\x55\x69\x6f\xac\xc8\x2b\x43\xb1\ \xb7\xd6\x6c\x7d\xda\x8d\xd7\x57\x1a\xae\xba\xc0\x56\x60\x77\xbc\ \xb3\xd6\xab\xad\x0c\x6a\x72\xb7\xd6\xa8\xad\x54\x4a\xf7\x9a\xab\ \x77\x1e\x54\x6b\xab\x65\x54\x6e\x94\x9a\x84\x28\x36\xda\x25\xaf\ \x28\x49\xad\x46\x19\x11\x3f\xed\x09\x6e\xcc\x57\xae\x76\xe1\x00\ \x57\xc8\x47\x71\x1e\x2d\xe0\x90\x1b\x61\x50\x2e\xe6\x8e\x92\x3e\ \x32\x9c\xa5\x08\x0f\x19\xf2\xc0\x30\x10\x89\x78\x59\x74\xba\x58\ \xda\xe7\x49\x17\x69\x1f\xe6\x6e\x79\x71\x0f\xcc\xc5\xeb\x58\x69\ \x58\x45\x4a\x2c\x90\x8a\xb8\x3b\xeb\x93\xc5\xb0\xdb\x07\x57\x04\ \xde\xd5\xed\x08\xe2\x1a\x7c\xe9\xf2\xcc\x95\xdc\xd2\xdc\x5c\x32\ \x30\xb9\x18\xf0\xcf\x45\x22\x64\x94\xa2\x2a\xce\x1c\x40\xc9\x34\ \x13\xf1\x73\x80\xf2\x38\xe9\x74\x0c\x4f\xf8\xd3\xc5\x62\x30\x51\ \x2c\x92\x5c\x2e\x96\xa2\x12\x49\x2a\x32\x87\x16\x8a\x1c\x17\x42\ \xd3\x40\xdf\x01\x6d\x18\x4b\x28\x3b\x87\xd1\x4c\xce\xef\x03\x40\ \x99\x0c\xa7\xe6\x02\xf9\x99\xcb\x97\xe6\x13\x85\x64\xa0\x90\x09\ \xbb\xd3\xb0\x9b\x2d\x45\x11\xda\x15\xf5\xa7\x53\x81\xc9\x9c\x0b\ \x41\xa4\xba\x54\xe2\xf9\x8a\x20\x57\xe2\xb4\xd4\xdf\x58\xdf\x5a\ \x15\x88\xba\x18\x2f\x95\x6a\xad\x76\x95\x17\x09\xc0\xbf\x6a\xbd\ \x7a\x5b\x31\x67\xd8\xf8\x70\x63\xf0\xe0\xee\xef\x7f\xf3\xb3\xff\ \xfc\xfd\x1b\x63\x07\x4c\x66\xf3\xe8\x9b\x23\x6f\x1c\xdc\x37\xa2\ \x54\xa7\x51\xd9\x34\x6a\xab\x63\x62\x7c\xc2\xa1\xd7\xa9\x6d\x16\ \xbb\xcd\xe1\x50\x03\x39\x68\xb0\xda\xad\x76\x8b\xa2\x06\xc1\x5f\ \x36\xbb\xdd\xa4\x9d\x72\x38\x1c\x13\x53\x3f\x9f\xb2\x5f\x9f\xb2\ \x8f\x4f\x4d\xdd\xf8\xc0\x62\xd0\x1c\x18\xd5\x28\xa2\x52\x71\x73\ \x30\x69\x15\x87\x76\x0d\x90\x87\x7a\x9d\x12\xbb\xa0\x31\x00\xb1\ \xa7\xb2\xe8\x01\xaf\xd2\x69\xb4\x6a\xf5\x88\xc9\xac\x51\x01\xf2\ \xb5\x5d\xe2\x4b\xad\xb3\x01\x84\xb2\x5b\x55\x4a\xbd\x54\x8b\x52\ \x93\x07\x90\x2f\x23\x68\x6f\xd0\x69\x95\xd2\xaa\x7a\xad\x1a\x74\ \xab\x38\xce\xbc\x18\x60\x3d\x5e\xc4\xda\xe5\x82\xbc\xed\x85\xb9\ \x73\xcd\xea\xd0\xd3\x3c\x7d\x77\xf5\xb5\xb9\xcb\xab\xf7\xef\x07\ \x58\x5f\x94\xa7\xde\x61\x6a\xfe\x08\x40\x1e\x59\xc0\x7f\x5d\xcb\ \x67\xa6\x5f\x3f\x72\x0d\xfc\xd6\xb7\x9e\xa3\x0f\x62\xb7\x17\xea\ \xdd\xa7\xad\xee\x7d\x3d\x60\x3d\xeb\x14\xcf\x7a\x00\x7b\x0e\xed\ \xee\xbe\xbe\xa4\x7b\x2f\x04\x58\xb5\x8c\x07\x11\x68\x1c\x72\xe5\ \x72\x58\x18\x4c\xd1\x48\xa6\x38\x7b\x35\x33\x7d\xfe\xf2\x85\xf3\ \xef\xbd\xf3\xda\xb7\x5f\x79\x2d\xbd\x78\xfa\xe8\xd9\xb3\x57\x27\ \x4f\x5d\xca\x41\xb0\x20\xd6\xab\x42\x3c\x40\xb7\x49\xb8\xd3\xaa\ \x95\x3d\x18\xb6\xdc\x43\x6a\x43\xa9\xd5\xe5\xc9\xc5\xc5\x60\xca\ \x29\xd7\xe0\xd6\xea\xd6\x5a\x1f\x5d\x59\xdd\xda\xea\x0f\x9a\xce\ \x2e\x51\x59\x6e\x0f\x7a\xcb\xcd\x46\x43\x28\x35\xea\x9d\x8d\xd5\ \xfe\xc0\x3b\x88\x33\x55\xa1\x2a\x78\x21\xa2\xd3\x2d\xe3\x8d\x95\ \x76\xbd\x39\x6c\xb5\x87\xa0\xa3\xce\xc6\xa7\x1d\x41\xaa\x55\x58\ \x2f\xed\x95\xea\x34\x50\x46\x72\x5c\xac\x4a\x95\x3a\xef\xec\x6d\ \x36\x50\x8f\x13\x85\x9a\xeb\x78\x00\x9f\xc3\x11\x27\x0b\x2d\xd1\ \x54\x39\x0e\x21\xf9\x50\x8b\x8f\x7a\x93\x61\x3c\xe5\x71\x87\x28\ \x96\x08\xa7\x32\x28\xdb\xa6\xf1\x72\x5c\x60\xc8\x04\x57\x8a\x57\ \xc5\x2e\x0c\x43\xbe\x74\xbb\x11\xaf\xb5\x4a\x15\x27\x8e\x61\x1e\ \x38\x4e\x63\x2e\x57\x48\x70\x79\x7a\x1d\x36\x24\x0c\xcb\x9d\x55\ \x66\xb6\x90\x0b\xce\xf9\xaf\x05\x98\xe4\x6c\x72\xae\x98\xcc\xcf\ \x84\xb8\x08\x26\xa0\x59\x8c\x8a\xb2\xbe\xf9\x5c\xc8\x19\x26\x5a\ \x02\x37\x9b\x8d\x16\xb3\xe9\xbc\x3f\x48\x15\x73\x91\xc5\x02\x93\ \x65\x52\x59\x7f\x20\x95\x4f\xb9\x00\x11\x4b\xc6\x72\xb1\x68\x9e\ \x83\xd3\x39\x7f\x38\x9a\xcd\x03\xfa\x14\x4d\x85\x93\xb9\xec\x7c\ \x24\x1f\xb8\x78\x71\x69\x31\x91\xf4\x27\x93\x38\x1d\x0b\x79\x08\ \x1f\x02\xa1\x9e\xd8\x7c\x04\x40\x19\xf8\xa9\xe1\xf2\x3a\xe3\x52\ \x55\x74\x56\x25\x9a\x28\xf5\xfb\x95\x95\xf5\x9e\x17\x71\xc7\xe9\ \x2a\x51\xa9\xca\x12\xdb\x14\x2b\xb5\x86\xdc\xae\x6d\xf6\xe5\xfe\ \xf2\xe6\xe7\x5b\x9b\x77\xff\xf2\x8b\xdb\xbf\xff\xc3\x8f\xf6\x8f\ \x1c\x3c\x78\x40\x65\x3e\x70\x60\x9f\x49\x59\xfc\xb6\x3a\x00\x70\ \xe8\x1c\x37\x26\x94\x02\xf4\x4a\x18\x83\xdd\x61\x9b\x02\xba\x50\ \x6b\x03\xe0\x65\xb1\xeb\xac\x36\x87\xd5\xae\x07\x48\x65\xb1\x4d\ \x38\x2c\xe3\x13\x53\x37\x27\x6c\xd6\xeb\xe3\x00\xb1\x6e\x7c\x00\ \xbe\xaa\x51\x8d\xa8\x34\x4a\x88\x96\xc5\x66\x51\x1c\x1f\xac\x4a\ \xc6\x8d\xce\xa2\x94\x4e\x35\x03\xd5\xa7\xd6\xe8\x8c\x80\xcf\x1d\ \xd0\x28\x95\xbc\xb4\x3a\x8d\xb2\xb0\x0e\x54\xa1\x51\x6f\x35\x19\ \xc0\x67\x7a\xbd\x5e\x6b\x30\x29\xfe\x58\x6a\x00\x57\x1a\x9d\x59\ \xa7\xec\x4e\xea\x8d\xca\x22\x97\x43\xad\x52\xec\x65\x54\x2f\x08\ \x58\x77\x1f\x4d\xba\x4f\x1e\x25\x86\x90\xb7\xbe\x75\xfb\x89\xc9\ \xf6\xd8\x3b\x7c\x87\x02\x79\xc2\x90\xef\xd0\x8e\x02\x0a\x7f\x47\ \xc0\xfa\xd6\x67\xc4\x33\x6a\x33\x7c\x09\xa3\xc4\xd7\xb6\x7c\x16\ \x60\xcd\xde\xfd\x4a\x1c\xd3\x1e\x7d\xdc\xde\xbd\xfe\x7d\xeb\x09\ \xbf\x8b\xe7\x05\xac\x67\x9d\xe2\x19\x0f\x60\xef\xa1\xfd\x8c\xf8\ \x7b\x01\x16\x9f\x99\xf7\xa1\x88\x8b\xf7\xf8\xe7\xc3\x81\x85\xc8\ \x52\x32\x57\x4c\x4e\xe6\x16\x4e\x9f\x38\x77\xea\xfd\xd7\xbe\xf3\ \x4f\xef\xbd\x9b\xb9\x7a\xfc\xfc\xc5\xb3\xe7\x2e\x5d\x3c\x1d\x89\ \xa2\xbd\x0a\x2b\xb5\xe5\x54\x75\x48\xf0\x8d\x2d\xc1\xe9\xc1\xe3\ \xcb\x4d\xa6\xf6\x79\x45\x1e\x7a\x29\x2c\xb6\x98\xe2\x85\xde\xa0\ \xdf\xbe\xb3\xd9\x1b\x34\xb6\xee\x6c\xd5\x37\x7a\xf1\x1a\xdf\x69\ \xf7\x37\x56\x57\xfb\x52\x4d\xf1\xc2\x6a\x6f\x0c\x97\xfb\xf2\xfd\ \x65\x6f\x55\x6c\x3b\x3d\x65\x67\xb3\xe1\xae\x0c\x86\x9d\x95\xf5\ \x8e\xdc\xea\xba\x87\xed\x8f\xfe\xfa\xd7\xb5\x72\x6b\xc0\x2a\x36\ \x34\xfd\xf5\x5e\xbd\xf6\xa1\x2c\x74\x4b\x5e\xb6\x5f\x75\xdf\xff\ \xa8\x4b\x23\xbe\xb0\x4b\x2a\xe7\x8a\xee\x02\x53\x61\x11\x2e\x4a\ \xe3\x2c\x8f\xb8\x29\xa7\xe8\x61\xe0\x62\x8c\x64\xe3\x22\x04\xd5\ \x90\x30\x05\xa7\x81\xc2\xa2\xe3\x6e\x08\x80\x46\x3a\x8e\x20\x3c\ \xc7\x39\x51\x26\x47\xf7\x3a\x12\x5d\xf1\x22\x5e\x16\x86\xda\x43\ \x1a\x77\xfb\xa2\x10\xe4\xae\x36\xdc\x29\x69\xcb\x2b\xf2\xfe\xc9\ \xa5\xe0\x6c\x62\xf1\xcc\x62\xe8\xd2\xe4\xfc\xe2\xfc\x92\x3f\xc8\ \x51\x39\x86\x87\x8a\x51\x92\x61\x59\x1c\x77\x41\x78\xa9\x46\xf8\ \x32\xe1\x7c\x16\x0e\x04\x16\xb3\xb1\x5c\x36\x9f\xf2\xe0\xfe\x7c\ \x2a\x15\x4e\x67\xc3\x45\xce\xc3\x14\x12\xe9\xc2\x12\x99\x28\x32\ \x00\x96\x48\x8a\x89\x26\xc8\x70\xd2\x5f\x4c\x25\x98\x4c\x30\x93\ \x9b\xbc\x34\x93\x0b\x87\x13\xf9\x88\x17\xc1\xdc\x84\xd7\xe3\xc6\ \x10\x9a\x0b\x72\x9e\xf0\x7c\x94\x85\x88\xb8\x97\xa8\x57\x45\xa1\ \x24\xc5\xe3\x48\xad\x39\xb8\xff\xa0\xea\x81\xd8\x78\xab\x2a\x94\ \x5b\xbd\x41\xad\x29\xd5\x85\x56\x9b\x16\x86\x83\xb6\x34\xf8\xf4\ \xee\xbd\x07\x77\x3f\xfc\xc5\x4f\x7f\xf1\xef\xfb\xc7\x0e\x8c\x7c\ \x6f\xbf\x51\xa5\x3a\xb8\xcf\xac\x94\x95\xd8\x96\x66\x5a\xeb\xcd\ \xeb\x37\xa7\xec\x13\x16\xa3\x1a\x10\x1f\xc5\x9f\x01\x60\x8a\x4d\ \xa9\x98\xaa\x24\xf9\x39\x26\x00\x03\x03\x30\x66\xb5\x5a\x26\x00\ \xb3\x1a\x1f\x57\xf0\x6a\xdc\x71\xfd\xc6\x14\x80\xa8\x51\x8d\x51\ \xa5\x06\x94\x48\xeb\xb0\xa8\x2d\x1a\x8d\xb2\xbd\x68\x34\x68\x2c\ \x40\x1a\x1a\x80\xdc\xd3\x18\x35\x26\xcd\xb8\x46\x05\xd4\x9d\x5a\ \x0b\x50\x48\xe1\x5f\x6a\x95\xc6\xa8\xb6\x98\x14\x67\x08\xc0\xdf\ \x4c\x46\xab\x1a\x60\x9b\xc5\xa1\x04\xca\x03\x40\x33\x02\x82\x06\ \xda\x6b\x6d\x13\x5a\xad\x49\x07\x28\xd7\x0b\x02\xd6\xad\x9d\x4e\ \xbe\x77\x89\x43\x3f\x21\xb6\xeb\x53\xdd\xfe\xca\x64\x3b\xdc\x7d\ \x54\x68\xea\x59\xf2\x72\xdb\xc9\x9c\xdc\xc6\x80\xc3\x4f\x0b\x11\ \x7a\x41\xc0\x02\x17\xa9\x5c\x18\x38\xf9\xed\x27\xbd\x25\xee\x6e\ \x6f\x01\xdc\xfe\xfa\x96\x8f\xd2\x25\x89\x2f\x91\x97\x24\xee\x3e\ \xc3\x41\xf8\x99\x7d\xdc\x7a\xa2\x4c\xf6\xec\xee\x4d\xba\xe7\x06\ \xac\x67\x9e\xe2\xa9\x0f\xe0\xeb\x86\xf6\x61\x99\xaf\x9f\xcc\x12\ \x77\x0f\x7f\xf2\xb7\xac\x61\x21\x39\x3f\x84\x62\x90\x8b\x59\xca\ \xc2\xe7\x2f\x00\x82\x91\xf3\x07\xe7\x33\xb3\xc7\xce\x1f\x7d\xef\ \xec\x5b\xaf\xbd\xfc\xed\x0b\xf3\x47\x8f\x9e\x3a\x7b\xec\xd4\xc5\ \xd3\x93\x89\x79\x48\x1a\x56\x5a\x6b\x0d\xb4\x5e\x09\xbb\x5b\xcd\ \x5e\xa7\x2a\x56\x36\x5b\xf1\xd5\x7b\xdd\xd5\x6e\x09\x22\x4a\x62\ \x1c\xad\x6e\xae\x2e\x57\x07\xbf\x6d\x36\xbb\xfd\xd6\x4a\xb7\x2b\ \xf4\xb7\x2a\xfd\x7e\x6d\x65\x73\x79\xd8\x6b\x48\xc4\xea\x5f\x07\ \xf5\xd5\xad\xf5\x4e\x9f\xa7\xdc\xa5\x41\xad\xd2\x75\x4a\x3d\xbc\ \x3e\xec\x02\xd5\x58\x25\xda\x8d\xe1\xa0\xd3\xdb\xbc\xbf\xee\x6a\ \xac\xd7\x84\x46\xbd\x06\xfa\xe8\x0d\xb6\x58\xb6\x5c\xae\xb7\xbb\ \x52\xf9\xd3\x8f\x86\x08\x42\xb0\x42\x99\xcf\x61\x02\x83\x20\x40\ \xf8\x61\x02\xe6\x63\x61\x1e\xc1\xcb\x0c\x84\x86\x53\x94\xaf\x44\ \x31\x94\x8b\x25\x11\x86\xac\x12\xcb\x0d\x9e\x75\xc6\xb2\xc5\x62\ \x09\x2e\x92\x14\xc9\xe5\x83\x59\xbe\x25\xd1\x08\xd0\x95\xde\x44\ \x91\x68\x49\x4e\x91\xc8\xa2\xb0\x5b\x6c\x09\x70\x2a\x7e\x87\x97\ \xe3\x8b\xf3\xf9\x64\x6c\xe1\xdc\xd5\xc0\xd2\xcc\xe5\xdc\xfc\xc2\ \xdc\x62\xba\x0c\x73\x59\x28\x55\xc4\x62\xf9\x45\x0a\x62\xa2\x4e\ \x2c\xee\x62\x52\x29\x3c\x9d\x4a\x24\x8b\x69\x84\x4a\x01\x16\x96\ \x0f\x2d\x05\x32\xc9\x74\x38\x04\xc7\x70\x5f\xc8\x07\x47\xa9\x54\ \x6e\xbe\x10\x48\x45\xc3\x5c\x62\x29\x1d\xcb\xc6\xe6\xe7\x97\xf2\ \xd9\x6c\xb8\x10\x59\x98\xb9\x7c\x35\x18\xf6\x65\x92\xc1\xa8\x27\ \xde\xf2\xc0\x6c\x59\x80\xb1\x5c\x84\x17\x42\x11\xa7\x1b\xf5\xd2\ \x6e\x49\x72\x96\x89\xaa\x97\x77\xcb\xbd\x76\x7f\x7d\xb3\x89\x30\ \xed\x92\x24\x36\xe5\xb2\x50\x6b\xb7\x5a\x65\xa2\x52\x6f\xf5\x5a\ \x83\x41\xbb\xf7\xe0\x2f\xbf\xfe\xcb\x6f\xfe\xe3\x7b\x3f\xfe\xc1\ \xc1\x31\xc0\x89\x0e\x98\x47\x47\xcc\x1a\x93\x52\xea\xc1\xa2\xd2\ \xea\x6c\x56\xad\x65\x62\x6a\xc2\x02\xa4\x99\xde\x6a\xd7\x29\xd9\ \xcf\x4a\x6d\x67\x80\x65\x56\x87\x45\xaf\xd5\xdb\x94\xf8\x06\x45\ \x2b\x5a\xd5\xd6\xeb\x13\x76\xa0\x0a\x7f\x3e\x31\x65\x71\xdc\xfc\ \xf9\x75\xb5\x66\x6c\x74\x4c\x89\x88\xd7\xea\xd5\x76\x25\xee\x54\ \xb5\x9d\xdc\x6c\xd2\x5a\x00\x65\xd2\x99\xd5\x06\x8d\x5e\x65\xd4\ \xa8\x00\xec\x68\x15\x0f\x2c\x25\x4c\x14\xbc\xa3\x55\x81\xbe\x54\ \x5a\xad\xd6\xb0\x9d\xf3\x6c\x77\x58\xf5\x56\x8b\xce\x60\xb3\xa8\ \xb5\x3a\xa3\xca\x64\x02\xe0\x06\x1a\x01\x0e\xa6\x1b\xd1\x18\xc6\ \xbe\xf5\xbf\xe9\xf8\xbb\x16\x01\xfd\xc7\xf1\xff\xdf\x83\x98\x0b\ \xe2\x3c\x54\xc6\x8a\xc9\xc4\xfc\xec\xb5\x53\xd7\x72\x89\xd4\x95\ \x8b\x81\x85\x33\xe7\xce\x9c\x38\xfa\xd6\xa1\x6f\xff\xf3\xf1\xc0\ \x91\xa3\xa7\xcf\x9d\x3c\x72\xe2\xfc\x4c\x36\xab\xd4\x9a\xea\xb4\ \x05\x64\xd8\xf1\x96\x9a\xbd\xad\x15\xb1\xde\xbe\xb3\x2c\x34\x9a\ \xd5\xcd\x65\x2f\xc3\x0e\xb6\x68\xba\xdd\x1e\xf4\x3b\x9d\xcd\x8d\ \xe6\xd6\x40\x5e\xe9\x74\x6b\xfd\xae\x24\xad\x03\xe8\xaa\x09\xcd\ \x8f\x86\xd5\x7b\x1b\x9d\x41\xaf\xb3\xb5\xd2\xa9\xb1\x74\x5c\x6c\ \x76\x04\x57\xa3\x1d\xaf\x0d\x7a\xad\x7e\x8f\x8d\xb7\x3b\xeb\xed\ \x35\x71\xb8\xbe\xd2\xa8\x6f\xc9\x65\xd1\xdd\xef\x77\xdb\xf2\xea\ \xba\xdc\x6d\xae\xb6\x5b\xed\x92\xf8\x60\xad\x0b\xb1\x80\xe1\xd4\ \x5c\x45\xc8\x9d\xc8\x46\xf1\x68\xd1\x07\x88\x55\x08\x73\xf9\xb8\ \x38\xbd\xee\x2a\x64\xb3\x51\x9f\x17\x43\x05\x36\xcd\xf9\x7c\x7c\ \xa5\x46\x79\x60\x1c\xca\x2c\xc4\xaa\xe5\x94\x87\x45\x30\x2a\x91\ \x12\x3a\x88\x00\x8b\xde\x18\x92\xf5\x55\x08\x97\xc7\xdb\x74\xa3\ \xbe\x68\xbd\x49\xa0\x88\x20\x12\x1d\xfc\xca\xec\xac\x3f\xbc\x34\ \xb9\x30\x13\xb8\x7a\xfe\x5a\x30\x9f\x9a\x0f\x7a\x7d\x31\x9f\x2f\ \x51\x70\x31\x01\x8e\x4b\x17\x42\x2e\xd8\xcb\xe4\x8b\x19\x74\x26\ \x51\xcc\x65\x7d\xc5\x58\x32\x83\x66\x0a\xf9\xd9\x4c\x22\x17\x08\ \x92\x05\x0e\xe7\xd2\x69\x5f\x3a\x92\x2c\x24\x03\x97\xd3\x69\x9c\ \xc9\x2e\x45\xc2\x99\x70\x26\xe0\x2f\x66\x94\x78\xf7\x4b\x0b\xc1\ \xf9\xb9\x58\x21\x96\x83\xbd\xbc\xa0\x78\x32\xc0\x10\xc4\xc5\x70\ \xa1\x0d\x65\x20\x18\x89\xd7\x08\x21\x5e\x26\x3a\x25\x8c\xf6\x96\ \xa4\xd6\x72\xab\x29\x7b\x3d\x15\xf0\x33\x21\xde\x6d\xca\xb2\xd4\ \x96\x6a\x72\x77\xd8\x6d\xf6\x1a\x3d\xf1\xde\xe7\x9f\x7f\xf8\xe7\ \xdb\xbf\xfc\xd1\xbf\x1f\xd4\xbc\xb1\x4f\x59\x75\xda\x77\xf0\xc0\ \xc8\xbe\x7d\x6a\x9d\x4e\xaf\xd1\xdb\x1d\x8a\xf7\x95\xcd\x31\x6e\ \x51\xfe\x1e\xb7\x5a\x01\x30\x59\xec\x6a\xf5\x94\x45\x6f\x9d\x52\ \x6b\xad\x0e\xe5\x33\x00\x5d\x4a\xe5\x7a\xfb\xd4\x75\xc7\xf8\xf5\ \x89\xeb\x37\x6e\xd8\xa6\xae\x7f\xe0\x50\x1b\x0e\x8c\x1a\xf4\x1a\ \xa5\x8c\xb3\x45\x3d\x65\x33\x02\xfd\x67\x50\x8d\x1a\x75\x16\xab\ \x46\xa5\x14\x6e\x56\xe9\x34\x06\xad\x69\xd4\x68\x30\x18\xac\x7a\ \x83\xd1\x08\x50\x4b\xa3\x54\xf6\x52\x56\xdb\xf5\x56\x8d\x46\xad\ \x78\x21\x1b\xd4\xdb\xe5\x26\x54\x4a\xb2\x0e\xa0\x5a\xa3\xfb\xf4\ \x3a\x20\x1e\xf7\xd9\xac\x06\x0d\xf8\xaa\xf9\x1f\x80\xf5\x8f\xe3\ \x6f\x3a\xf8\xf9\x82\xc7\xe3\x73\x45\xc9\x62\x28\x76\x21\x77\x75\ \x32\x98\x2a\x2c\x9c\x0e\xce\x1c\xbf\x74\xfc\xbd\x43\xef\xbe\xfe\ \xfa\x3f\x9d\x9c\x3f\x73\xec\xfc\xe9\xf7\x4e\x9c\xbb\x3a\x3d\x97\ \x75\xcb\xdd\x96\x5c\x2b\x11\xed\x6e\xb4\xdc\x1f\x2e\xaf\xb0\x8d\ \xb5\xb6\x1c\xef\xb4\xca\x6b\xcd\x38\x1d\xaf\x49\xee\x4a\xab\xd7\ \x59\xab\x01\xc9\xd7\x5a\xdf\xe8\x77\x56\xd7\x6a\xfd\x56\xad\xb6\ \xd6\xef\xb5\x1a\x72\xfb\x53\xa9\x72\xaf\xd7\xee\x54\x2b\xc3\xfa\ \xb2\x50\x5e\xc1\x18\xa2\x5b\x97\x7b\x3d\x28\xde\xe8\xf7\xeb\x52\ \xab\xd1\x68\x97\xba\xc3\xd6\xc6\xd6\xd6\x7a\x7d\x43\x68\xdd\x69\ \xf6\x36\xb7\x9a\x9d\xe5\x3b\xdd\xda\xbd\xcd\x07\xab\x32\xed\x1d\ \xf4\xca\x38\xce\xc4\xa5\x2a\x1f\xa5\x72\x45\x98\x0b\x61\x3e\x1e\ \x45\x44\x27\x0f\x47\xbd\xac\xb3\x0d\x27\x17\x73\x14\x05\x8b\x71\ \x12\x10\x20\x2e\x1c\xe2\x60\xac\x1c\x27\xa0\xdc\x02\x22\x52\x1c\ \x0a\x95\xb3\x45\x32\xda\xe0\x5d\x18\x45\xe3\x59\x86\xf3\x96\xdc\ \x34\xc7\x22\xde\x10\xeb\x74\x95\xbc\x68\x79\xa3\x86\x36\xa3\x4b\ \x73\x73\xfe\x48\x2e\x30\xbb\x38\x3b\xb7\x70\x29\x19\x48\x27\x17\ \xa3\xd1\xa5\x28\x9d\x58\x84\x7d\x64\x34\x9a\x0a\x93\x18\xec\xc3\ \x52\x4c\x31\x12\x28\xe4\x32\x4b\x91\xc5\x7c\x3e\x47\x25\x14\x5d\ \x58\x58\x5c\x8c\xa5\xd2\xd1\x58\x38\xec\x8f\xa5\x33\xe9\xa4\x3f\ \x9b\xcb\xa6\xa2\x5c\x6e\xb6\xc0\x60\x4c\x36\x18\xc8\x14\x72\x89\ \xf4\xc2\xc2\xfc\xcc\xc2\x3c\x10\xae\x31\x1c\xa1\x11\x1a\xdc\x0b\ \xe4\x41\xa3\xf9\x50\xb5\x1c\x5b\x84\xdd\x44\x89\xae\xca\x71\xb1\ \xec\x2d\xd3\xf1\x12\xcd\xf6\x37\x36\xd6\x06\x75\xa4\x1a\xef\xac\ \xb5\x3a\xdd\xae\x28\x77\xcb\xb5\x6e\xbd\x59\x6f\x55\x4b\xe5\xde\ \xe6\xc7\x9f\xff\xfa\xb7\xbf\xfb\xf1\x0f\x0f\xef\x1f\xdb\x37\xa6\ \xd8\xed\xed\x37\xeb\x0e\x18\x8d\x46\x8b\x01\x90\x19\x9b\xc2\x9c\ \xa6\x00\x73\x72\xa8\x4d\x5a\xeb\xb8\x1d\x68\x42\xab\xcd\xa1\x9f\ \x70\x68\xf5\xf6\x71\xf0\xdb\x31\xae\xd7\x3b\xac\xe3\x56\xbb\xcd\ \xa6\xb6\x8d\x4f\x01\xb4\xba\x39\xe1\xb0\x3b\xae\x7f\xf0\xdf\x1d\ \x06\xd5\xbe\x03\x7a\xb5\xce\x66\xb1\xe9\xf5\x40\x48\xda\xd4\x00\ \x99\x14\xbf\x76\xbb\x5d\xad\x52\x99\x55\x76\x65\x09\x5e\xa9\xd8\ \x05\xe8\x94\x45\x31\x6f\x57\x1b\x4c\x26\xa0\x0d\x01\x21\x03\x02\ \xd0\xa2\xf8\x9b\xea\xb4\x2a\xad\xde\xaa\x55\x1b\x8d\x40\x46\x2a\ \x1e\x59\x1a\x00\x6b\x3a\xbd\xca\x0c\x5e\x6a\x0c\xba\xb1\x51\xe3\ \x3f\x00\xeb\x1f\xc7\xdf\x74\x60\xfe\x30\xee\xcd\x84\x43\x74\x20\ \x1f\xbc\x30\x9d\x9b\x5d\x98\xbc\x74\xe9\xec\xf4\xf4\x99\x85\x53\ \x87\x8e\xbe\xf5\xed\x57\x5f\x3f\x36\x79\xe2\xd4\x95\x93\x47\x2e\ \x9c\x39\x77\x71\x26\x8b\xb4\x9b\x60\xda\x84\xd0\xb5\x35\x81\xad\ \xb5\x87\xbd\x6e\x43\xec\xf3\xd8\xc6\x6a\x77\xd0\x14\x1b\xd2\xd6\ \x56\x4b\xe0\x07\xcd\xc1\xc6\xe6\xbd\xde\x40\x5e\xeb\xd6\xbb\x43\ \x91\x2f\x57\x57\xee\xac\x6f\xae\x2f\xf3\x72\xaf\xd2\xdf\x04\xf8\ \xd6\xe7\x09\x71\xc3\x55\xdb\x22\x28\x57\x47\x94\x96\x07\x69\xb1\ \x5c\x19\x6e\xad\x95\xab\x77\xd6\x5a\x72\xa3\x73\x67\x6d\xf9\xce\ \x72\x97\x15\xbb\x83\xe1\xbd\x35\xbe\xfa\xf9\xbd\x65\xf9\xd3\xcd\ \x46\x07\xf0\xb1\x61\xd7\x89\x51\x00\xa4\xa4\x50\x86\x49\x67\x49\ \xa5\xa8\x1f\x9d\x26\x4b\x3e\x37\x19\x93\x6a\xd5\x12\x5c\x28\x04\ \xc3\x21\x3e\xce\x7a\x9d\xc5\x54\x06\x7c\x9c\x8d\x3a\x69\x67\x2c\ \x57\x64\x9c\x09\x2e\xee\x64\x52\xb1\x18\xd6\xa6\xb1\x42\x96\x87\ \x33\x4c\x06\x89\xe3\x28\xcc\x7a\xc8\x02\xe3\x71\x96\xc4\x0e\xd2\ \x25\xf8\x1e\x06\x10\x68\x66\x3e\x3b\xbf\x14\xb9\x32\x5d\x0c\xce\ \xcc\x4c\x2e\x06\xb8\x58\xd6\x45\x14\x33\x90\x37\x93\xe5\x32\x39\ \x2a\x4a\x90\x51\x8e\x59\x0a\x26\x12\x99\x44\x30\x39\x3f\x37\x5f\ \x4c\x15\x98\x60\x66\x2e\x9f\xc8\x86\x53\xd9\x42\x02\x87\x63\xd9\ \x0c\x83\x07\x99\x6c\x22\x93\x4f\x14\xc2\xb1\x7c\x96\xcc\x64\x8a\ \xf9\x60\x21\x1d\xcc\x17\x93\xf3\xb3\xf9\xb9\x7c\xb1\x10\xc3\x5c\ \x65\x89\xf5\x40\x08\x89\xfb\xb8\x10\x5b\x2f\x67\x17\x58\x2f\xdd\ \x25\x5c\x92\xd3\xdb\xa8\xd1\x82\xd8\x2b\xf1\x8d\x61\x7f\x55\x16\ \x2b\x82\x2c\x2b\xf2\xb0\x25\x01\x54\x6f\xf5\x6a\x72\xbd\x2b\x12\ \x6b\x9f\xff\xf6\x2f\xbf\xfe\xed\x9f\xfe\xf0\xd3\x83\xfb\xfe\x6d\ \xf4\x7b\xa3\xa3\x66\xcd\xe8\x88\xce\x38\xaa\x58\xc1\x18\x6c\x13\ \x80\x41\x69\x8d\x6a\xbb\xc5\x36\x6e\x1f\xb7\xe8\xed\xd7\x81\x10\ \xb4\x5b\x27\x6c\x06\xbd\xde\xa6\xd6\x5b\x8c\xe0\x85\x43\xf1\x68\ \xb0\x03\xc1\x06\x60\xca\x01\x38\xd6\xd4\xcd\x29\x20\xe3\x6c\x37\ \x3f\xb0\xa9\x4c\x1a\x13\x68\x08\x00\x0a\x7c\x5b\xa7\xb6\xe9\x81\ \x06\xd4\x5b\x8d\x26\xc5\x80\x0f\x00\x95\x7d\x9b\x62\xe9\x2d\x36\ \x9d\x4a\x6d\x57\xa9\x2c\x0a\x16\x19\x94\x4a\x87\x16\x8b\x51\x29\ \x3c\x08\xbe\x69\xb0\x28\x11\xef\x00\xc1\xac\x06\x0b\xa0\x69\x2a\ \x20\x13\xb7\x6b\x81\xe9\x8d\x5a\xad\xca\x6c\x1a\x33\xdb\xfe\x01\ \x58\xff\x38\xfe\xa6\xe3\xf8\xfb\x67\x2f\xce\x9c\x3b\x33\x33\x73\ \xe2\xd4\xfb\xaf\x9d\x38\x7d\xe8\xd0\xbb\xa7\x4e\x1c\x79\xeb\xd0\ \xdb\xef\xbf\xff\xce\xa1\xef\xbc\xfc\x2f\xff\x7a\x28\x71\xec\xd4\ \xb9\xa3\xc7\xbe\x7f\xe1\xd2\x95\x73\x93\x19\x67\x22\x8a\x7a\xb8\ \x8c\x27\x96\xc4\xdd\x1e\x9a\xf0\x42\x61\x27\x19\x6d\x35\x06\xab\ \x55\x58\xa0\xfb\x9b\x0d\xb9\xb1\xb6\x76\x6f\x65\x6b\xbd\xd2\x1a\ \x76\xd6\xb6\x96\x6b\x6c\x55\x74\xae\xae\x76\x06\xb5\x4e\xa5\x32\ \xf4\x56\x3a\xfd\x8d\x6e\xa9\x56\xee\x6e\x79\x3a\xcd\x0e\xd1\x94\ \x90\x52\xbf\x8a\x0f\xc4\x61\x63\x6d\xb9\x13\x5f\xe9\x0f\x5b\xed\ \x7e\x6f\xd8\x6b\x0c\x5a\xde\xb8\xd8\x5e\xeb\xf6\xe4\xe1\x47\xf7\ \x5b\x1b\x1f\x6f\xd4\x3b\x42\xb9\x3a\xa8\x17\x61\xaa\x42\x23\x2e\ \x2e\x83\x64\x72\x44\x99\x64\xbc\xd9\x22\x06\x67\xe2\xe1\x74\x45\ \xf4\xc1\x61\x2a\x11\x24\x7d\x1e\x0f\x0c\x64\x9b\x2f\x19\xa2\x51\ \x12\x77\x13\x59\x3f\x13\x23\x69\x17\xe2\xf2\x64\x39\x32\x8c\x4b\ \xa2\xa7\xe8\x73\xa3\x48\x2c\x81\xbb\x51\x70\xf9\xe5\x34\x59\x44\ \x68\x4c\x42\xa8\x32\xe6\x75\xfa\xaf\xcd\x27\x66\x16\x16\x67\xae\ \x4c\x1f\x9f\x8b\x5c\x3b\x73\xe1\xec\x62\x2a\x5d\xcc\x84\xf1\x50\ \xd4\x09\x87\xf3\x31\xa6\x98\x09\xc1\x58\x34\xc4\xe5\xf3\x09\x7f\ \x2a\x15\x58\x00\x94\x29\x53\x4c\x17\xe7\x83\x4b\x99\x0c\xb3\x34\ \xcf\xe5\x12\x3e\x24\xc2\xc4\x02\x85\x45\xd4\x97\x88\x65\xa9\x2c\ \xc5\xc1\xb1\x50\x64\xb6\x40\x52\x89\x64\x22\x5f\x9c\x5b\x9a\xf5\ \xcf\x2d\xe4\x33\x31\x9f\x1b\xe1\x9d\x2c\x15\xf5\xa0\x50\x96\x72\ \x97\xa5\x50\x24\xe4\x61\x6b\x7c\xb5\x14\x67\x2b\x62\x43\xa4\x87\ \x95\x26\x18\x88\xb6\x14\x77\xc6\xc5\x78\xb5\x21\xb5\xab\xb5\x4a\ \x75\xd8\xad\x35\xfb\xd5\x12\xdd\xfd\xe3\x87\x1f\xff\xf9\xbf\xfe\ \xf4\x87\x5f\xfd\xc7\xd8\xbe\xef\x8d\x8d\xee\x1f\xd3\x8c\x8c\x19\ \xd4\x46\x93\xc9\xa0\x55\x2b\x6a\xcc\xaa\xb5\x69\x75\x16\x8b\xe3\ \xc6\xd4\x38\x80\x2d\x80\x4c\x5a\xbb\xda\x31\xa1\x56\x3c\xdc\x6d\ \x8a\x79\x9f\x62\x86\x35\x7e\xdd\x6e\xb7\xeb\x6d\x13\xe3\x36\x1b\ \x80\xa6\xeb\x37\x27\xa6\xa6\x26\x26\xa6\x94\x64\xe5\x51\xc5\x25\ \x46\xa5\xd6\xaa\x2d\x80\x2c\xe9\x0c\x66\x93\x5a\x3f\x32\xa6\xd2\ \x5b\xf4\x8a\xc1\x95\x55\xc9\x89\x36\x1a\x75\x4a\xd9\x7b\x9d\xce\ \x04\x40\xca\xa4\xc4\x93\x6a\x75\x8a\xeb\x16\x68\xa2\xd2\x69\x6d\ \x0a\x86\x69\x0d\x8a\xab\x8c\xc5\xa4\xd1\x98\x6d\x80\x7c\xe9\x55\ \xe0\xb5\x51\x29\x7b\xaf\xbe\x31\xf1\x0f\xc0\xfa\xc7\xf1\x37\x1d\ \xdf\x7d\xe9\xf5\x43\xaf\xbd\xfa\xfa\x3b\xaf\xbe\xf4\xaf\xdf\xfd\ \xe7\xd7\xff\xf5\xa5\x97\x5e\x7a\xf7\xb5\x97\xbe\xfd\xf2\xb7\x5f\ \x79\xf9\x95\x6f\xbf\xf4\xca\x4b\xff\x72\x34\x77\xe4\xdd\x23\x67\ \x2f\x1d\x3f\x75\xf1\xfc\xb1\xf7\x4f\x5f\x38\x72\xfa\xdc\xa9\x13\ \x93\xc7\x4f\xbe\x7f\xe6\xda\xf9\x4b\x57\xaf\x9c\x3b\x7e\xe6\xfd\ \xe3\x8b\xd3\x57\x8b\xfe\x99\xd4\x42\x86\x09\xf9\x5c\x42\xbc\xc4\ \xd6\x05\x48\x6c\x34\x65\x49\x92\x09\x2c\xea\x6b\x96\xe4\xba\x5c\ \xf6\x78\x08\x94\xad\x8b\x1d\xa9\xc4\xf2\xe5\x68\xcc\xc9\xbb\x3d\ \x5e\x81\xf2\x56\x38\xac\x5d\x15\x85\xbe\xe8\x25\x4a\xa8\x50\xed\ \x36\xdb\xbd\x7e\x8b\xaf\x57\xea\x9d\x66\xbf\xdb\x69\x0f\xb6\x06\ \xd5\xfe\x56\xa7\x5b\x71\xe2\xe5\x0d\x99\x49\x87\xd8\x8a\x5c\xa5\ \x42\x04\x93\xa0\x5d\x21\x12\xca\xe0\x4e\xd6\x09\x68\x52\xb5\xa6\ \xe4\x21\xfb\x33\x10\x8a\x79\x81\xbc\x45\x7d\x69\x5e\x22\x9a\x34\ \x1c\x8f\xb1\xd1\x44\x14\x12\x7d\x3e\x2a\x9b\x29\x64\x5c\xe5\x32\ \x9c\xf6\xc0\x1c\x82\xc6\xdc\x18\xef\x74\x97\x60\x12\xa6\x68\x17\ \x83\x91\x98\x08\x5e\x03\xc4\x29\x04\x17\x83\x0b\xf3\xb9\xb9\xa5\ \xfc\x95\xcc\x74\xa6\x38\x1d\x03\x50\x94\x4e\xb8\x59\x2c\x8c\xf9\ \x42\x5c\x26\x12\x0b\x79\xa3\x14\x8e\xe5\xe1\x44\x22\x55\x2c\xcc\ \x2e\x16\x96\xa8\x42\x30\x92\xa4\x98\x60\x20\xcb\xe4\xd2\xd1\x42\ \x31\x1b\x26\xc9\x60\x2e\x13\x4c\x46\xc3\xd9\x44\x98\xcc\x2f\x15\ \x12\x31\x12\x0e\x14\xb9\x74\x72\x61\x6e\x2e\x11\xbc\x38\x5d\x08\ \xa3\x88\x93\xf0\x38\xa1\x90\x0b\xf7\xc4\xb8\x12\x4b\xe0\x19\x0c\ \xe8\xd2\x78\x4d\x06\x84\x54\x20\xbc\x25\xb1\x54\xdb\x58\xeb\x29\ \xf5\x19\x3d\x62\x6b\xa5\x59\xab\x37\xb7\x5a\xb5\x76\x4d\xea\xca\ \x6c\xa5\x7e\xff\xaf\x1f\xff\xcf\x3f\xff\xf6\xd7\xff\xf5\x83\x1f\ \x1c\xfc\xb7\x7f\xd3\x1c\x38\xa8\x14\x11\x04\x18\xb3\xed\x3c\x65\ \x53\x5b\xf4\x6a\x9b\xcd\x60\x1d\x07\x08\x64\x07\xd8\x64\x57\x20\ \x6a\x7c\x42\x89\x65\x98\xd0\xdb\x2c\xea\xeb\x0e\x9b\xdd\xe2\xb0\ \x00\x0d\x38\x65\xb5\x59\x6d\x13\xd7\xaf\xdf\xb8\x31\xf5\xc1\xcd\ \xeb\x13\x13\xe3\x13\xd7\xd5\x1a\xa0\x2e\x4d\xe6\x51\xa5\x7a\x21\ \x00\x3e\xb5\x41\xa9\x47\x68\x19\x31\x18\x54\x36\x1b\x80\x2f\xab\ \xd6\xaa\xc4\x9f\x02\x1e\x65\xd1\x9b\x01\x5b\xd3\x1a\x75\x56\x40\ \xb7\x2c\x3a\xf0\xda\x60\xd5\xab\xb7\x77\x0e\xad\x5a\x9d\xda\xaa\ \xac\xc7\xab\xf4\x40\x2b\xaa\x34\x6a\xb3\x51\x6d\xd0\xaa\x34\x3a\ \xd3\x1b\xa3\x3a\xdb\xf8\x4d\xfb\x3f\x00\xeb\x1f\xc7\xdf\x74\xbc\ \xf2\xca\x4b\xaf\xbd\xfc\xda\xab\x2f\xbf\xfd\x4f\x2f\xff\xb7\x7f\ \x7e\xf9\x5f\xff\xdb\xbf\xfc\xf3\x77\xbe\xfb\xd2\x4b\xaf\x7c\xf7\ \x5f\xbf\xfd\xcf\xaf\xbc\xf2\x7f\x7d\xf7\x5f\x8e\xe5\x2e\x9d\xbb\ \x78\xe9\xc4\x91\x13\x47\xce\x9d\x79\xfb\xf5\xb7\x8e\x7e\xff\xed\ \x77\xde\x79\xeb\x9f\xde\x7e\xfd\xf5\x57\xbf\xfd\xd6\x7b\xef\xbc\ \xf6\xda\xdb\xdf\x79\xfd\xe8\x5b\x2f\x1d\x7a\xff\x9d\x93\x6f\xbd\ \xf6\xf6\xb1\x73\x17\x95\x1d\x33\x04\x26\xb3\x4a\x1a\x5f\x2c\x9f\ \x9b\x9d\xbb\x12\x4c\xc5\x7c\x61\x5f\x2a\x38\xb3\x90\x4f\x07\xfd\ \x89\x99\xc5\xd9\xa5\x2b\x73\xd3\x97\xa7\x2f\x4c\xfa\xaf\x5e\xbc\ \x32\x93\x44\x31\x14\x0f\xc1\xa9\xa5\xcb\x89\xe4\x42\x3a\x8b\x73\ \x3e\x6c\x3e\x1f\x74\x79\x29\x56\xac\x39\x1b\xfd\x46\x89\xf6\xc2\ \xa2\xdb\x53\x70\xa1\x34\x84\xc6\x22\x8c\x8b\x5f\x5a\x4a\x05\x29\ \x67\x99\x08\xe3\xb1\x88\x1b\x4e\x43\xb9\x2c\xed\xf6\xe0\x89\x60\ \x3e\xe5\xcd\x52\x5e\x84\x8f\x7a\xbc\xd9\x30\x52\xee\xc6\x71\xde\ \x57\x28\x2e\x26\xdc\xe1\x94\x1b\x46\x15\x23\x3f\xb6\x5c\x73\x97\ \x9c\x19\x2c\x9b\xf7\x12\x6e\xb1\x2c\xe3\x3e\x92\x82\x9c\x04\x0f\ \xc1\x35\xac\x52\x49\xc5\xa8\x70\x34\x8c\x71\x7c\x34\xc2\x85\xb9\ \x42\x1a\x2e\x2c\x39\xa3\x68\xd6\x17\x66\x58\xb4\x80\x25\xa8\x5c\ \xda\xc7\xe0\xae\x64\x86\x09\x27\x0a\x79\x2a\xc4\xa0\x54\x64\x7a\ \x29\x14\xce\xcd\xe6\x91\x58\xa6\x18\x4b\x17\x62\x5c\x32\x48\x15\ \x38\x5f\x32\x38\x99\x2a\xa6\x42\x99\x60\x2c\x0c\xf8\x16\xa0\x81\ \x99\x7c\x2c\xcc\xe5\xaf\x44\x12\x4b\x97\x66\xfc\x05\x86\x24\x31\ \x4f\x14\x46\xb2\x70\x96\x8b\x46\x3d\x50\x9c\x89\xb9\x9c\x70\xa5\ \x29\x34\x24\x84\x77\x55\x44\x5e\x68\xc9\xab\xeb\x6b\x9b\xfd\x7a\ \xdc\x5b\xed\xb7\x84\x6a\x59\x5c\x6e\xac\xb4\xaa\x62\x23\xde\x5c\ \xfb\xf0\xee\xdd\xdf\x7e\xfc\xeb\xdf\xfc\xf4\xc7\x3f\xfc\xf1\x8f\ \x7e\xf6\x1f\xa3\xa3\x1a\xb3\x5e\x6b\xd4\x68\x75\xdb\xf5\xb5\xb4\ \x4a\xf1\x3f\x25\x83\x6f\x7c\xea\xe1\x2e\xa0\xdd\x32\x6e\x9f\x9a\ \x98\x1a\x77\x28\x45\x6b\x80\x58\x53\x2b\xee\xa2\x0e\x87\xda\x6e\ \xb3\x4d\x4c\x4c\x38\xac\xd7\xaf\x4f\xdc\xbc\x7e\xe3\xe6\x8d\xeb\ \x53\xe3\x53\x37\x6c\x06\xa3\x4e\xa3\x51\x99\x8c\x16\x80\x7b\x76\ \x3b\xd0\x78\x56\x93\xc1\x68\x36\x1b\xd4\x36\xa3\xca\x6e\xd1\x69\ \x74\x3a\xbd\x0d\x80\x14\x80\x41\x8b\x55\x0d\x48\x9d\x02\x5d\x56\ \x80\x92\xa0\xa5\xda\x60\x01\x12\x52\xc9\xfa\x51\xeb\x01\xb1\xb3\ \xfd\x7f\xec\xbd\xfb\x6f\x1a\x67\xda\x3e\x2e\x8e\x02\xdb\x64\xa3\ \x6e\xb2\x79\xd9\xe6\x43\xde\x96\x6f\xd3\x13\x51\x53\xda\x58\x76\ \x6d\x57\xae\x6c\xa8\x7c\x28\xc8\xae\x8d\x58\xcb\x3b\xe3\x19\x18\ \x06\x23\xcf\x70\x98\xc5\x9c\xf1\x80\x01\x01\x03\xa1\x2a\x11\x15\ \x8b\xde\x5d\x10\x11\x52\x45\x51\x1a\x2b\x5a\x81\x60\x11\x48\x95\ \xeb\x5a\x3e\xec\xca\x59\xd7\x91\x56\x59\x2b\xfe\x47\xbe\xcf\xe3\ \xfd\x13\xf2\xab\xef\x36\xb5\x83\x81\x21\x91\x9e\xab\xd7\x75\xcf\ \x7d\x5f\x17\x9f\x27\x94\x01\x05\x2a\x10\x48\x3c\x36\x63\x81\x00\ \x00\x20\x00\x49\x44\x41\x54\x04\xd7\xa4\xb0\xa5\x35\x78\x43\x02\ \x08\x9d\x4a\x7c\x05\x58\x57\xf5\x5a\x75\xfb\xf7\xff\xef\x7f\x7e\ \xfb\x9b\x37\x7e\xf3\xe9\x1b\xff\xf3\xbf\xff\xfb\xff\x7e\xf3\xbf\ \xff\xdf\x6f\x7f\xff\xbb\xdf\xbc\xf9\x9b\xdf\xfd\xee\xf7\x6f\xbc\ \xf7\xc6\x6f\x7f\xf7\xc6\xbd\xa8\x7e\x62\x6a\x6c\xf4\xd3\xf1\x99\ \xf1\xf1\xf7\x3f\xbc\xf7\xce\xbd\xdb\xef\xbd\xf7\xfe\x7b\xb7\x6f\ \xbf\xf9\xee\x5b\xb7\xef\xdd\x7b\xf0\xfe\x47\x6f\x7d\x34\x32\xfc\ \xce\xc8\x83\x37\xdf\x7a\xf3\xad\x77\xef\x4f\x7e\x34\x3a\x39\xed\ \x4c\xda\xdc\xab\x9e\xed\xc4\xf6\x8a\x61\x7c\x46\x33\x3c\x31\x3a\ \x39\xa3\x5f\x99\x1c\x1d\x9e\x1e\x19\xd1\x4c\x4f\x7d\x3c\x31\x35\ \x0e\x54\xe7\xa7\xef\x7c\x3c\x35\x35\x7a\x6f\x62\x6c\xd8\xb8\x1d\ \x24\x3d\x1e\xf7\xdc\xa7\x53\x33\x23\x33\xb3\xba\xc9\xb1\xb1\xd1\ \x07\xc3\xd3\xb6\x18\x38\xd5\xae\x3c\xe3\x8b\xad\x78\xb2\xcb\x93\ \x33\x13\x1b\x13\x73\x46\xa7\x67\x7c\x62\x3b\xa5\x9b\xd2\x2d\x67\ \xd2\x89\x15\x77\x70\x4e\x6f\xdb\x5e\x8c\x2d\x6f\xe0\xa4\x23\x38\ \xb3\xe1\x89\xfa\x23\x61\x97\x0b\x4d\x3b\x97\x16\x9d\x19\x32\x61\ \x47\x51\xf7\x92\x7e\x72\xd1\x9f\x00\x7a\xd0\xe6\x88\x6f\x27\x42\ \x0e\xbb\xc5\x8a\x67\x9d\xd1\x0c\x96\x21\xcc\x14\xe3\x48\x92\x30\ \x58\x8c\x0c\xf8\xca\x64\xc3\xea\xb6\xa5\x33\xa1\x80\xdf\xe5\x70\ \xbb\xd3\xd9\x6c\x2a\x61\xf1\xa7\x2e\x7b\xe6\xd1\xa4\xdd\x11\x27\ \x8c\xfa\x55\x67\x36\xea\x4c\x05\x83\x1e\xe3\xd2\x86\x3b\x98\x71\ \xa7\xa3\xba\x55\x5d\x70\x63\x23\xb8\xe4\x01\xcf\x0f\x3a\x3d\xb6\ \x48\x38\x91\x4c\xae\x18\xe6\xf5\xba\x74\xda\x66\xdb\x70\x46\x52\ \x46\xe7\x4a\x3a\x99\x4d\xdb\xd2\xce\x40\xda\xe8\x5c\xb6\xa5\xd2\ \x91\x44\x22\x6b\xb1\x9a\xcc\x88\xdf\x1b\x41\xbd\x09\x8c\x36\x51\ \x88\x03\x33\xe1\xf5\x32\x96\xab\xe6\x0a\x4c\xb5\x8c\x95\x5b\xed\ \xc6\xd9\xe1\x5e\xdd\x07\x98\x58\xb9\x50\xef\xb6\x2a\xe0\x81\x52\ \x99\xad\xb6\x4f\x9e\xfc\xfa\xaf\x9f\xfe\xf3\xea\x0f\x9f\xdd\xbd\ \x75\xe7\xcb\x6f\x6e\xbe\x7d\x73\x00\x28\xb3\x21\xa9\x10\x86\xd4\ \x40\x4f\x06\x85\x1a\x6e\x1c\x6b\x95\x0a\xd8\x75\xd7\x2a\x2e\x53\ \x53\xb5\x6a\xa1\x5a\x09\xb8\x0f\xc4\x32\x85\x4a\xc1\x97\xab\xd4\ \x3c\x91\x4c\xa8\x05\x5a\x50\xab\x5e\x5b\x5b\x53\x02\x36\xa6\x5a\ \x50\x3f\x7c\xb8\xa0\x14\x0d\x0d\xca\x00\x40\x41\x3f\x76\x99\x8c\ \xaf\xe6\x4b\x80\x40\xe4\x0b\x06\x80\xc8\x14\x03\x91\xc8\x97\xf3\ \xb5\x72\x85\x58\xce\x03\x68\x76\x39\xc8\xae\xb8\x74\x60\x96\xa9\ \x45\xd0\x1a\x4b\x26\x06\x4a\x52\x0a\x2f\x0f\x90\x4a\xae\x02\x48\ \x36\x34\x08\x13\x2b\x84\xd7\x6f\x0d\x0e\xf1\xae\x0f\x8a\xe4\x30\ \xfd\xf0\xaa\x87\x75\x55\xaf\x57\x0f\xee\xbd\xf3\xd1\xed\xdf\xfd\ \xe6\xf6\x3b\xef\xfc\xe6\xf7\xbf\xf9\xfd\xed\xdb\xbf\xb9\xfd\xd6\ \xed\xb7\xde\x7c\xe7\xc3\xf7\xdf\x79\xff\xc3\x37\x81\x38\x9c\x0c\ \xae\x80\x13\x38\x39\x31\x3f\x3f\x36\xf7\xce\xed\xfb\xf7\xc7\xdf\ \x7b\x0b\x20\xd6\x47\x63\xef\x7d\xf8\xe1\x7b\x1f\xbd\x7f\x6f\x6c\ \xe4\xd3\xd1\xfb\xa3\x23\x9a\x7b\x1f\xdf\x7e\xf7\xc1\xd8\xdc\xe8\ \xc8\xbb\xef\x8c\x8d\x7f\x3c\x3b\x35\x3d\x3c\x39\x3d\xf6\xe0\xfe\ \xf8\xf8\xf8\xf0\xe4\xf0\xd4\xcc\xfc\xe2\xf4\xf0\xe8\xd8\xf8\x84\ \x7e\x62\x78\x78\x78\x64\x72\xfa\xe3\xf1\xe1\x07\x1a\xcd\xe4\xcc\ \xc7\x23\xd3\xfa\xf1\xd1\xb1\xa5\xc5\xb9\xc9\xd1\x8f\x1f\x4c\x4f\ \x4d\xcf\x0d\x8f\x7c\x3c\x3c\x3e\x3b\x3e\xa9\x5b\x5e\x86\x03\x4c\ \xb6\x94\x51\xa3\x9b\xbe\x7f\x6f\xf4\xdd\x4f\x3f\x9d\x18\x03\x3f\ \x9a\x18\x9d\x1a\x1e\x9e\x86\x5f\xef\x8f\x4f\x3e\x18\x19\xd3\xdc\ \x1b\x1f\x1e\x77\xce\x4d\x4f\x3d\x18\xbe\x37\x39\x3f\xa7\x9f\xd3\ \x4d\x4f\x8c\xdd\x9b\x5b\x9a\x98\x1c\x33\x18\x66\x01\x8f\xbb\x3f\ \xb1\x68\xb3\xad\xba\x67\xa7\x67\x67\x97\xb7\x01\xe3\x73\x65\x3d\ \xb3\xd3\x69\x7f\x3c\x12\x0b\x44\x8c\xcb\xb6\x48\xc2\x12\x5f\x5d\ \xc2\x88\x44\x68\x65\xc3\x13\xd4\x1b\x6c\xdb\x9e\xd5\xb9\x6d\xcf\ \x72\x2c\x98\xca\x64\xe2\x46\xa7\x37\xb1\xe8\x4c\x38\xbc\xc9\xa4\ \x4d\x63\x48\xad\x6c\xdb\x36\x56\x32\x1b\xab\xb3\x93\x93\x4b\xd1\ \xd5\xc5\xa5\x29\xbd\x61\x71\x69\xd6\x36\xb5\xe4\x71\x47\x3d\x86\ \xe9\x15\xdb\x76\x12\x28\x4a\xc3\xfc\x72\x2a\x93\x4e\x2f\x6f\x64\ \xb6\xdd\x1e\xf7\x46\xd0\x91\xce\x64\xc3\xe0\x09\x36\xb7\x7e\x76\ \x3b\x61\x77\xa6\x02\x16\x82\xb6\xfa\xc3\x0e\xc0\x42\x93\x56\xca\ \x8c\xbb\x62\xf9\x1c\x55\xac\x17\x73\x66\xae\x50\x60\x59\xa4\x40\ \x35\x0f\x0e\x9f\xf7\xda\x0c\x6e\x2e\x56\x8b\x95\x46\x9d\x6b\xb6\ \x9a\xb5\x82\xb9\x75\xfe\xe4\x62\xe7\x3f\x4f\x2e\x7e\xfd\xfa\xcb\ \x3b\x82\xc1\x4f\x3e\xfb\xe4\xfa\x35\x1e\x6f\x48\x3a\x30\xa4\x50\ \xa8\x85\x7c\xb9\x48\x28\x52\xaa\xf8\x4a\x19\xc0\x0e\xb5\x4a\xa5\ \x94\x03\x10\x83\x31\x81\x32\xf0\x00\xe0\x55\x2a\xd9\x7f\x7b\x58\ \x0a\xa1\x42\x09\x17\x0b\xc5\x62\xb9\x5a\xbb\xa0\x5c\x7b\xa4\x85\ \x4b\xd0\xda\x85\xef\x1e\x2a\x64\x03\x77\xaf\xc1\xd6\x15\x60\x66\ \x0a\x29\x00\x1f\x11\x4f\x24\x16\x8b\x64\xd0\x99\x5d\x2c\x92\x43\ \x92\xa6\x95\x2b\xa1\xd4\x03\xba\x12\xfa\x2e\xcb\x44\x7c\xe1\x65\ \x13\x5e\x24\x90\x42\xe7\x2d\x3e\x50\xa6\xd7\x24\xaa\x4b\x33\x3f\ \x28\x0c\x07\xaf\x09\x2e\x9b\x57\x37\xef\xf0\xa4\x00\x30\x01\x8c\ \xa9\xe4\x57\x80\x75\x55\xaf\x55\xb1\x4c\x60\x7b\xc3\x33\x35\xa9\ \xff\xe8\xe3\x4f\x47\xa6\x67\x27\x34\x63\x1f\xdf\x9f\xd6\x19\x27\ \xa6\x27\x67\xc7\xde\x79\xeb\xf7\x6f\x4d\xc7\x8d\x8b\x86\x99\xb1\ \x4f\x47\xc7\xe6\xf5\x73\x1f\xea\xf4\xfa\x89\x91\xa9\xe1\x89\x31\ \xcd\x8c\x66\x6e\x72\x66\x7c\xc6\xa3\x9f\x30\xea\xa6\xe6\x17\x37\ \x56\xe7\x75\x29\xe3\xf2\xa2\x66\x7a\x64\x09\x1c\xed\x15\xdd\xfc\ \xac\x61\x6e\x7c\x71\x56\xa3\x03\x5f\x47\x74\xba\xa5\xf9\xd9\x09\ \x83\x61\xce\xa0\x5b\x32\x4c\xcf\x4e\x4d\x69\x66\x97\x6c\x86\x55\ \xfd\x92\x66\x7e\x7e\x5e\xb3\xb2\x38\xaf\x59\x9e\x1a\xd1\xcc\x4f\ \x2d\x4d\x0f\x6b\xa6\x35\xe3\xb3\x1b\xfa\x7b\x80\x8f\x4d\x18\xa7\ \x87\xe7\xc6\x46\x46\x46\x26\x27\x46\xc7\x47\x86\x87\xef\x8f\x8e\ \x8f\x0e\x3f\x98\x19\x9b\x9e\x1e\xfd\xf0\xfe\xc8\xc8\xfb\xf7\x1f\ \xdc\x1f\x1d\x1d\xf9\xf0\x9d\xd1\x31\xcd\xc8\x83\x4f\x1f\x8c\x7c\ \x3c\x3e\x37\x31\x31\x39\x72\x7f\x74\x62\x6c\x54\x33\x3e\x05\xa0\ \x4d\x33\xfc\xe9\xc8\xc4\xd8\xc4\xc7\x53\xd3\x3a\x40\x12\x3f\x1c\ \x9d\x1c\xbb\x3f\x62\x9c\x7d\x30\x31\xa9\x5b\xf2\x68\x16\x27\x47\ \x34\x3a\x00\x9e\xe3\x9a\xe9\xb9\x4c\x74\xc3\x30\xa1\xd1\xad\xea\ \x0d\x4b\x1b\x06\x0d\xc0\x39\x9b\xc1\xb6\xb8\xb2\xa4\x4f\x19\x56\ \x97\xa6\x74\x33\xf3\x2b\xa9\x44\x52\x33\xae\x9f\x77\x2f\x2e\xce\ \x4d\xbb\xf5\xcb\xf7\xc1\x9f\xd8\xb3\xb1\xba\x38\x35\x37\x65\x9c\ \xc9\x26\xb6\x53\x1b\x73\x4b\xb3\x53\xc6\xed\xa5\x6d\xe7\xd2\xf2\ \x46\xd0\xe8\x49\xa6\x96\x6d\x1b\x09\xe7\xb2\x33\x9a\x76\x66\x53\ \xdb\xa1\x70\x3a\x93\x49\x1b\x16\x17\x13\x51\xbb\x37\xee\xcd\x93\ \x56\x2b\xe9\x20\xa3\xc9\x48\xd8\x41\x35\x58\x97\x83\xe3\xd8\x42\ \x8e\x2e\x14\x38\x26\x9f\xa7\x8b\xdd\x4a\x69\xaf\xb3\xfb\xbc\x99\ \x47\xd8\x62\x0e\x6e\x52\x76\xf6\xaa\xed\x66\xa5\x7e\x72\xfe\xec\ \xd7\x7f\x7f\xff\xef\x7f\x7c\xfb\x07\xc0\x5a\x78\xd7\xde\xbe\x29\ \x10\xdc\x12\x00\x19\x27\xe1\x0b\xe1\x14\x3b\x00\x15\x38\x8a\x00\ \xf8\x8d\x6c\x01\x92\x2c\x85\x58\xa1\x80\xa6\xee\xa0\x60\xd4\x17\ \x20\x57\x32\xb9\x56\x2b\x53\x80\x27\x00\x19\x27\x54\xc2\x55\x42\ \xed\xc2\xe6\xba\x76\x4d\xae\x5e\x5f\x58\x5b\x10\x4a\x79\x83\x52\ \x31\xf4\xa4\x01\x3f\x57\xc2\x90\x0a\xf0\x3b\xc0\xd2\xa0\x2b\x96\ \x08\x5a\xc8\xc8\xe1\x16\xb3\x4c\xcd\x17\xf1\xa1\x47\x83\xe4\xbf\ \x61\x60\x4a\xb1\x1a\x48\x44\x11\x60\x54\x52\xa1\x52\x28\x1e\x00\ \xaa\x91\x27\x82\x03\x5b\x62\xb1\x04\x26\xe8\x08\xae\x0f\x7e\x30\ \xa0\x12\x41\xc0\x52\x2f\x2c\xf0\xaf\x4e\xdc\x55\xbd\x56\x65\x93\ \x1c\x95\xf7\x59\x63\x71\xbd\x7e\x46\x97\x42\x70\x5f\x66\x25\x68\ \x0f\x39\xa2\xb1\x40\x7a\x59\x77\xef\xa3\x77\x75\x09\xe3\xf4\xc4\ \xd4\xdc\xa7\x40\xd1\x79\x12\xa9\x88\xd7\x6e\x09\x21\x21\x96\xa6\ \xd9\xd2\x6e\xb5\xdc\x6a\x36\xba\xfb\xb5\x6a\xd9\xcc\xd4\x0e\xaa\ \xfd\xb3\x46\xa1\x50\xa6\x98\x5a\xa7\xb7\x77\x92\xcb\x73\xd6\x2a\ \xe2\x33\xb3\xc5\x96\x8f\x66\x42\x4c\xde\x84\x53\xbe\x0a\x52\x2a\ \xd4\x6b\x39\x34\x57\xa8\x54\xca\xed\x46\x97\x22\x73\x79\x13\x19\ \xc2\xca\x79\xb4\x56\xc0\xcd\x21\x33\x8d\xba\x02\x81\x50\x24\x6c\ \xb7\xaf\xac\xa4\x13\xd9\x78\x24\x18\x4a\xb8\x8d\x4b\x46\x67\xca\ \xb3\x9c\xd6\xcf\x6a\x26\x00\xa0\xea\xc6\xe7\xc6\x1f\x7c\xf4\xe9\ \xf8\xe8\xfb\x1f\xbe\x3f\x3d\x33\x3c\x32\x3e\xfa\x60\x74\x72\xf8\ \xc1\xe8\xc4\xf0\xf4\xdc\xd8\xf8\xe4\xc8\xdc\xfd\xc9\x31\xdd\xd4\ \xa7\xb3\xb3\x23\x33\x4b\x33\xc3\x9f\x2e\xe9\x66\x75\xcb\x63\x23\ \x33\x93\x53\x1f\x4f\xe9\x74\xb3\x93\x23\x13\x23\x9a\x71\xcd\x8c\ \x6e\x76\x6e\x56\xa7\xd1\xcf\xdd\xbb\x3f\x71\x7f\x72\x66\xc4\xb8\ \xb4\xb8\xba\xa8\x77\xce\x68\x74\xf3\x4b\x2b\x46\xe3\xd8\xec\xe2\ \xd4\xe2\xf2\xcc\x98\x6e\x76\x7a\x7e\x6a\x6a\x06\xb0\x36\x63\x70\ \x63\x71\x4a\x37\xa7\x5f\x01\x50\x6c\x0c\xba\x35\x53\xcb\x46\xfd\ \xa2\xdb\x69\xd8\x5e\x9a\x35\x44\x83\x13\xee\xe0\xc6\x8a\x71\x65\ \x79\x63\x23\xb1\xb4\x94\xf2\xb8\xd3\x73\xc1\x58\x74\xc6\x18\xb4\ \x05\x33\x8b\xb6\xed\x65\x77\x3a\x1d\x0a\x64\x13\xa9\xb4\x6d\x39\ \x98\xcc\x6c\xc4\xbd\x14\x6e\xb1\xe3\xf9\x48\x22\x4e\xa2\x66\x36\ \x97\x8f\xf9\xb1\x72\xa9\x93\xb3\x62\xa5\x3c\xcb\x34\x6a\xf9\x4a\ \xa9\xd6\x3d\xd8\xed\xd4\x31\xc2\x57\xf7\xe5\x4b\x8d\x46\xb3\xde\ \x29\xef\xee\x1d\x3c\x3b\xfd\xc7\x4f\xdf\xfe\xfc\xc7\x0f\xbe\xfe\ \xec\xc6\xdb\x83\xd2\xc1\xbb\x5f\xdc\x1a\x1a\x12\x88\xc5\x52\xd1\ \x80\x48\x09\x98\x0f\x80\x8b\xcb\x86\x92\x5a\xae\x5e\xd3\x6a\xd5\ \x6a\xb5\x08\x86\xd3\xcb\xb4\x97\x6d\x77\xb1\x52\xa5\x02\x92\x0c\ \xa8\x39\xa0\x1a\xd5\x5a\x39\x80\x22\xe5\xc2\xfa\xfa\x1a\x40\xaa\ \xcd\x05\xb5\x6a\x73\x5d\xb5\x20\x13\x8a\x86\x06\x84\x00\xb0\x84\ \x97\xb7\x12\x21\x17\x13\xf3\x24\x00\x9c\x84\x03\x3c\xb1\x90\x07\ \x13\x70\x00\x77\x52\x29\x60\x9c\x84\x98\x2f\x93\x4a\x25\x72\xbe\ \x52\x04\xb0\x50\xa4\x90\xf1\x55\x0a\x81\x54\xae\xe0\x09\xe5\xd0\ \x47\x86\x2f\x11\x49\xa5\x83\x7c\x9e\x48\x38\x04\x57\xb3\x79\x00\ \xd0\x80\xc4\x54\x28\xb5\xeb\xea\xab\x13\x77\x55\xaf\x55\xa3\xfa\ \xa0\x15\x71\xb8\x12\x2b\x40\xbd\x8d\x2f\x65\x31\x02\x89\x21\x7e\ \x07\xb9\xb1\xba\x3d\xbf\x34\xfc\xce\xbb\xef\xcd\xc6\xf4\x93\x93\ \xa3\xe3\x63\x1f\xdd\xd7\x85\x1b\x16\x02\x2d\x1d\xbf\x38\x78\x7a\ \xf1\xbc\xff\xe2\xdf\x4f\x0e\x4f\x9f\xfc\x67\xe7\xe2\xd9\x8f\xe7\ \xe7\xaf\x2e\x5e\x7e\x7f\x71\x78\xf6\xf4\xec\xf4\xd5\xce\xf3\xf3\ \x8b\xf3\x9d\x27\xe7\x4f\x5e\x9e\xfd\xf8\x9f\xf3\xc7\xa7\xa7\xaf\ \x2e\x9e\x9c\x3f\x7d\x7c\xf1\xe4\xd5\xd3\x97\xe0\xbb\xf3\x27\x3b\ \xcf\x76\x9e\xfe\xfb\xfb\x67\xa7\xcf\xbe\xbf\x78\x75\xfa\xea\xe5\ \xf1\xf3\x93\xce\x8b\xf3\x97\x4f\x4e\x9f\xd6\xce\x5e\x9e\x9e\xed\ \x1f\x3f\x3f\x7e\x7c\xd4\xdb\xed\x9d\x95\xf7\x8f\xcb\xdd\x22\x57\ \xab\xd6\xda\x47\xb5\x7a\xa9\x54\xce\xa6\x22\x8e\x0c\x49\x7a\x33\ \x29\x77\xc0\xa6\x5f\x5d\x99\x5f\x9a\x59\x5c\xd4\x4c\x4c\x6b\x56\ \xe6\xe7\x66\x27\x46\x27\xa6\x34\xf3\x4b\x9a\xa9\xb9\x91\x11\xc3\ \xea\xfc\xfc\xa4\x6e\x12\x40\xd6\xf4\x1c\xbc\x95\x39\x37\xa3\x1f\ \x1f\xd1\x4d\x3d\xd0\xcc\xcd\x4e\x6a\x34\x33\x33\x4b\x4b\xfa\x99\ \x19\x20\x5a\xa7\xa6\x97\xe7\xe6\x27\x0c\x13\x86\x39\xdd\xf2\xf8\ \xa4\x7e\x76\x7e\x56\x33\xa2\xd7\x2d\x82\x1f\x01\xc4\x9b\xd5\x03\ \xfa\xb4\x3a\xb5\xb4\xaa\x01\xb4\x73\x74\xce\xb8\xb1\xa8\x99\x05\ \x54\x70\x4e\x3f\x35\x61\xf0\x2c\xcf\x4f\xcf\x01\x68\x73\xcf\x6f\ \x38\x0d\x9a\x65\xa7\x6e\x6c\x25\x9a\xf2\x80\xa7\xb8\xe7\xa3\xee\ \x8d\xe8\xca\xf2\x8a\x61\xd1\xe0\xdc\x58\x5c\x9c\xdf\x48\x2f\x2f\ \x1a\x75\x86\x78\x22\x15\x74\xbb\xdd\x00\x0a\x6d\x21\x47\x32\x4b\ \xf8\x68\xf0\xff\x04\x7b\x24\x64\x47\x51\x9a\x43\x2b\x2e\x07\x92\ \x2b\xd2\x5c\xde\x84\x96\xf3\xb9\x52\x05\xcf\x57\x5a\x67\x7b\xfd\ \xfe\x5e\x0e\x45\xf0\x52\xa3\x54\xdf\xcd\xb3\x79\xdf\x2e\xf8\x6b\ \xde\x39\x7f\xf6\xb7\x3f\x7c\xfe\xc1\x9f\x3e\x10\xdc\x1a\x10\x0d\ \xdc\xbd\x7b\x07\xe6\x2e\xcb\x85\x12\x81\x50\x0e\x64\x9e\x58\xa9\ \x06\x08\x02\x11\x07\xf6\xaf\xe4\x80\xf7\x28\x64\x5a\xb8\xed\x0c\ \x35\x1c\x50\x79\xaa\x05\xc0\x9b\xc4\x62\x15\x0c\x81\x56\xf2\x65\ \x00\xbf\x16\xd6\xd7\xd6\x16\xd6\xb4\x0a\x18\xf6\xb5\xbe\xa5\x95\ \x03\xe4\x13\x5c\x1b\x10\x8b\x61\x70\x05\x4c\x32\x14\x4b\x60\x0a\ \xaa\x4c\x2c\x50\x88\x25\xe0\xa5\x32\x1e\x1f\x46\x46\xcb\xa5\x32\ \x98\x69\x28\x19\x12\x02\x29\x2a\x86\xe8\x75\x79\x13\x92\x27\x91\ \x0b\x07\x25\x32\x15\x5f\x0a\x77\x82\xa4\xe2\x01\x91\xe8\xfa\xd0\ \xc0\x8d\x41\x9e\x42\x0c\x3b\x6b\x4a\x85\x9a\xcf\x57\x5f\x01\xd6\ \x55\xbd\x5e\xcd\xea\x3d\xc9\xe8\xb2\x66\xd9\x70\xff\x9e\x6e\x7a\ \x6a\xc6\xe0\x71\x46\x62\xe9\x45\x0f\x50\x70\x33\x70\x76\xf4\xf6\ \xc4\xf2\xd4\xd8\x87\x63\x1f\x4f\x4d\x8e\x4c\x07\x18\x8a\x62\x5b\ \x67\xa7\xbb\x7b\x7b\x67\xfb\xfd\xb3\xb3\xb3\x8b\xa7\xa7\xaf\x60\ \x04\xf1\xe3\xf3\xd3\xb3\x9d\x8b\x9d\xa3\xc7\x87\xaf\x9e\x9d\x9f\ \xbe\x3a\xbb\x38\x7f\xfc\xea\xf4\xfc\xf4\xe9\xf1\xf3\xc3\xdd\xc3\ \xf3\x97\x2f\x5f\x1c\x9f\xbf\x00\xb8\xf5\xf4\xd9\xf9\xe3\xe3\x8b\ \x9d\x57\x17\x67\x4f\x00\xba\x9d\x3f\x39\xbf\x78\x7e\xf1\x7c\xef\ \xc5\xc9\xc9\xf3\xc7\x87\xfd\x93\xb3\xfe\xc1\xf9\x93\xe7\xa7\x2f\ \xce\x1f\xbf\x3c\x7d\x7c\x08\xc0\x10\xba\x6a\xee\x9e\x9e\x9e\x82\ \x97\x9d\x1f\xb6\xfa\xad\x56\xad\xdd\x6b\x9d\x9d\xec\xd6\xfa\xbd\ \xc7\x87\xbd\xdd\x56\xbf\x4c\xe1\x3e\x0e\x41\x33\x16\x93\x29\x10\ \x77\x04\x01\xfd\xf3\x9b\x93\x29\x67\xd8\xef\x4a\x05\x12\xb1\x60\ \x3a\xba\x91\xb1\x66\xd3\xce\xed\x34\xa0\x36\x73\x4b\xc1\x55\xbd\ \x67\xc9\x66\xdb\x58\x9a\x9e\x9f\xdd\x30\xe8\x8c\xfa\x89\xb1\x55\ \xfd\xec\x92\x66\x69\xc9\x36\xbd\x62\x9c\x5a\x5c\xb5\x19\x57\x66\ \x56\x75\xcb\x36\xe3\xf8\xac\x66\xd1\x30\xbb\xa8\x9f\x9b\x5d\x1c\ \xd5\xcc\x4d\x4c\x4f\x4f\x03\x21\xeb\x9e\x9e\x9a\x5a\x9a\x9c\x32\ \x68\xa6\xa6\x67\x66\x0c\x93\x33\x93\xfa\xb9\xf9\xd5\xe9\xe9\xd9\ \x45\x1d\x90\xbe\x7a\xc3\xb2\x71\x6a\x49\xa7\x5b\xd6\x4c\xeb\xe7\ \x6d\xfa\x25\xdd\xea\x92\x71\x75\x75\x75\x5e\xe3\xdc\xd8\x30\x1a\ \x6c\x41\x67\x26\xea\x5e\x32\xc6\x3c\x4e\x5b\x82\x0c\xfb\x51\x86\ \x61\x19\x32\x6c\x32\x87\x50\x3b\x4a\x04\x7c\x45\x7f\xb6\x40\x97\ \x19\x8a\x31\xfb\x30\x33\x56\x28\x56\x8a\x85\xce\xde\x69\x77\xb7\ \x89\xbb\x70\x2a\x5f\x6e\xed\xf6\x8b\x14\x52\xbe\xf8\xf7\xc5\xc5\ \xab\x1f\xbf\xfd\xfb\xb7\x5f\x7d\xf5\xe5\xdb\xd7\x25\x3c\x21\xef\ \x93\x3b\xd7\x85\xff\xf5\xe4\xe3\xcb\x94\x2a\x40\x7f\x04\x4a\x05\ \xc0\x1a\xb9\x58\xae\x58\x7b\xa8\x82\x99\x5e\x0a\xb5\x1a\x40\x15\ \x20\x4a\x80\x57\x29\x64\x62\xa5\x42\x26\x97\x00\x8a\x24\x93\xab\ \x94\x0b\x6a\xad\x4a\xa1\xdd\xdc\x5a\x5f\xdb\x02\x04\x0b\xae\x40\ \x6f\x2d\x28\x85\x3c\xf1\xf5\x41\xc8\x90\x84\xd0\x3d\x54\xc6\x13\ \xf0\x86\x24\x52\xbe\x18\x6e\xe2\x88\x84\xa2\xcb\x80\x7b\x98\x6f\ \x28\x15\xf1\xe1\xae\xb3\x10\x90\x39\xa5\xe8\xd2\xba\x54\x0c\xc3\ \xc3\x44\x62\x81\x14\x08\x41\x50\x52\x31\x4f\x20\x00\x8a\x51\x32\ \x38\x28\x00\xd7\x92\xab\xe4\x0a\x95\x1a\x2a\x52\xbe\xfc\xea\xc4\ \x5d\xd5\x6b\x95\xd5\x4c\xe4\x51\x74\x69\x63\x7b\x76\xde\xa9\x9b\ \x9e\xd1\x18\xd2\x16\x32\x14\xf7\x06\x27\xf4\x86\xc5\xc5\x8f\xde\ \xbb\x3d\x39\x3f\x7c\xff\xe3\x09\x40\x53\x0c\x73\x61\x73\xc9\xcc\ \xee\x1d\x9f\x3e\xee\xee\x3e\x3e\x38\x3b\x04\x88\x74\x71\x76\xfa\ \xe3\xce\xd3\x0b\xc0\xa9\x00\xbe\x9c\xb6\x5f\xec\x1f\x1c\xbd\x7c\ \xf1\x64\xe7\xe2\xc9\x8f\xaf\xce\x4e\x77\x9e\x9c\x9d\x9d\xef\x9c\ \x9d\x9f\xed\x9d\x9c\x9e\x1e\x9d\xbe\xfa\xd7\xf9\xf9\xe9\xf9\xd9\ \xab\x97\x4f\x9e\x9c\xbe\x38\x3b\x7c\x7c\x7a\xf6\xf4\xf4\xf4\xec\ \xfc\xe2\xe5\xe9\x93\xd3\xf3\xc3\xd3\xa3\xe3\xf6\xee\xd3\x7e\xf7\ \xb0\x50\xe9\x3f\x7f\xb9\xbf\x7b\xf6\xec\xe2\xec\xe0\xc5\xe9\xcb\ \xb3\xd3\xe3\x8b\xa7\xc7\x67\x87\xbd\xbd\xdd\xa7\xa7\x9d\x93\x17\ \xe0\x62\x67\xcf\x77\xcf\x4e\x5e\x9c\x3f\x3f\xda\xed\xb5\xda\x47\ \x2f\x77\xdb\x9d\x3c\xc3\x15\x2a\x18\x87\xe5\x1a\x79\xd6\x6a\xb6\ \xdb\x4d\x4c\x08\x03\xea\x94\x29\xe6\x28\xae\x40\xd1\xcd\x0a\xc2\ \xd2\x0e\xce\xc4\x55\xbd\x11\xc4\x4b\xba\xa3\xe9\x64\x3c\x1c\x48\ \x6e\x67\xe3\xc9\xac\x37\x8a\xa1\xb4\x05\x8d\x27\x08\xbb\xcf\x41\ \xfa\xec\x81\x34\x45\x99\x50\x12\x25\x49\x7f\x82\x8c\x38\xb2\xe1\ \x84\x3f\x1c\x76\x84\xd2\x36\x63\x74\x55\x0f\xd8\xd4\x8a\x31\x9a\ \x89\x67\x82\xdb\xb6\x8d\x60\xc2\xe5\x4f\xa4\xfd\x2e\xab\xdd\x4e\ \x86\x50\xd2\x12\xb1\x5a\x5c\x89\xb8\xdd\xe9\xcc\xc6\x36\x32\xa1\ \x70\x2a\x19\x0e\x59\xc9\x10\xe1\x48\xc6\xb2\xa4\x3d\x12\x89\xa5\ \x0c\x1b\xcb\x41\x07\x19\xf0\x5b\xb8\x02\x0d\x38\x6c\xd2\x4e\xf8\ \xc9\x48\x88\xc4\x18\x32\x16\xf7\xe1\x4c\xbd\x9a\xcf\xfb\x8a\x79\ \xb6\x98\x6b\x72\x85\x3a\x75\x72\xd0\xda\xa3\x10\x04\xcd\xb5\xf6\ \x6a\xf5\x4a\xf5\xf8\xf9\xb3\x8b\x9d\x5f\xfe\xf1\xcf\xaf\xbe\xfe\ \xea\xeb\x2f\xdf\xbe\x71\x53\x2a\x54\xc9\x07\xaf\x5f\x13\x00\x46\ \xa3\x16\xc3\xce\x92\x42\xa9\x54\x29\xd5\x12\x3e\x1f\x30\x2a\x99\ \x58\xf5\x68\x0d\x48\x3f\xb1\x00\x32\x2a\x39\xd0\x6c\x2a\xb5\x52\ \xa9\xe0\xab\xd6\x15\x6a\xad\x04\x48\xc6\x05\x05\x4f\x09\x14\xa1\ \x42\xbb\xb6\xb9\xfe\x08\xe8\x42\x2d\xa8\xad\x47\xeb\x6a\x3e\xe4\ \x45\x30\xe8\x46\x29\x93\x49\xe0\xf8\x94\x0c\xa6\xdf\x48\xe1\xbe\ \x34\x00\x2c\x38\x2d\xaf\x92\x41\xb7\x63\x89\x50\x22\x56\xa8\xc1\ \x1b\x28\xe5\x97\x6e\x58\x6a\xa5\x04\x2e\x4c\x2b\xa0\xa3\x8d\x00\ \xaa\x3f\x91\x54\x3c\x34\x24\xe5\x0d\xdd\xe1\xc9\x81\x84\x84\xb8\ \x08\xd0\x10\xe0\x1b\x5f\x79\x75\xe2\xae\xea\xb5\xaa\x55\x44\x4b\ \x26\x06\x8b\xb8\xd2\x69\xcf\xec\x92\x7e\x2e\x13\x75\x79\x09\x24\ \xbc\xad\x5f\x59\x59\x1c\xbf\x7d\xfb\x7d\x8d\x7e\x72\xfc\xc1\xe8\ \xf4\xc4\xe8\xf8\x7c\xda\x42\xe4\x2c\xcd\xfe\xc1\xab\xe3\xe3\x93\ \x83\xce\xd1\xee\xce\x63\x88\x35\xa7\x3b\xe7\xe7\x17\x2f\x9e\x9f\ \xee\x9f\x75\xb8\x56\xfb\xf0\xec\xf1\xf3\x27\x17\x80\x41\x5d\x1c\ \xee\x1d\x01\x11\xf3\xea\xf4\xe2\x45\xbe\xde\xeb\xbd\x78\x7a\x7a\ \xf8\xfc\xe9\xd1\xfe\xd3\x57\x8f\x9f\x9d\x9e\xbd\x7a\x7e\xbc\x73\ \x7e\xfc\xf4\xc9\xc5\x8f\x40\x3b\x1e\x1d\xef\x9e\x74\x0f\x8e\x98\ \x56\x7d\xbf\x92\x2f\xe4\x2a\x74\xe3\xa8\xdb\x3f\x39\x3a\x6a\xed\ \xed\x9e\xb5\xcf\x5f\x76\xf6\x2f\x4e\x1f\x9f\x1c\x3e\x7d\xd1\xe9\ \x9d\x1c\xf4\x5f\x3c\x3b\x3f\x7c\xf9\xf2\xec\x08\xe8\xcf\x76\xb7\ \xda\xeb\x3c\x3f\xd8\xaf\x55\x4b\x66\x94\xa6\x8a\x26\xc4\xc4\x58\ \x50\x0c\xf1\x5a\x51\x8a\x41\x19\x6b\xa3\x53\x46\xca\x2d\x1f\xc7\ \xf9\x10\xda\xc4\x90\x56\x6b\xab\x56\x29\x3f\xee\xd4\x2a\x14\x91\ \x6f\xd7\x69\xd6\x67\xa6\xf3\xe5\x5a\x2e\xd7\xa8\x94\xda\x14\x46\ \x55\x7a\x8d\x4e\xbd\x71\x78\xf4\x1c\xa8\xd2\xd2\xfe\xf1\xc1\x71\ \xbb\xb1\x57\xe9\xef\x75\x0f\x0f\x4e\xda\xcd\x06\x9d\x2f\x71\x6c\ \xce\x47\x58\x51\x94\x29\xd6\xaa\xd5\x6e\xb9\xdc\xad\x17\x7b\xbb\ \x87\xad\xde\x51\xf3\xec\x0c\xfc\x6d\xec\x76\x8f\x1b\x95\x4e\xb3\ \x50\x6f\x16\x8a\xf9\x62\x25\xdf\x28\x17\x5a\xdd\x76\xb3\x54\xa6\ \x10\x53\x0b\x89\x05\x6c\x4e\x8f\x71\x39\x9a\x8c\xfa\xfd\x21\x1a\ \xb3\x86\xbd\x5e\x87\xd7\x6b\xb1\xf8\xed\x4c\xdf\xe7\xf2\x32\x2c\ \xc7\x52\x15\xca\x44\xfb\xb0\x32\x55\xe4\x2a\x9d\x5c\xb3\xdb\x6f\ \x14\x08\xbb\xb9\x52\x29\x53\x54\xad\xff\xe2\xc9\x7f\xbe\xdf\xf9\ \x09\xe8\xc1\xcf\x6f\xbc\x7d\xe7\xce\x8d\x01\xb1\x44\xad\x1a\xba\ \x2b\x92\xc0\xe4\x41\x19\x1c\x18\xd5\x42\xeb\x76\x25\x64\x57\x2a\ \x35\x00\xad\x05\x95\x5c\x0b\x6f\xd5\xa9\x54\x32\xd8\x45\x57\x42\ \x18\x93\x01\x70\x53\x69\xf9\x10\x38\x54\x42\xe8\xe7\x0e\xb4\xe0\ \xe6\xc3\xad\xb5\x47\x6b\xeb\x9b\x9b\x0b\x9b\x5b\x2a\xe8\xc5\x30\ \x34\x04\xdd\x8c\x95\x22\x85\x52\x04\x04\xa1\x6c\x50\x20\x92\xc0\ \x19\x2b\x91\x52\x24\x82\x6b\xd4\x0a\x09\x40\x4a\xfe\xe5\x88\x17\ \x6c\xcc\xab\x95\x00\x0e\xe1\x2d\x48\xa0\x3c\x45\x32\x11\x60\x60\ \xe2\xcb\xae\x3d\x0f\x70\x30\xc1\xc0\xcd\x1b\x80\x5f\xc9\xf8\x72\ \xf9\xda\x77\x8f\xb4\x0a\x19\xd4\x92\x57\x92\xf0\xaa\x5e\xaf\xb0\ \x18\xd6\x34\xa1\xe1\x90\x7d\x3b\x68\xd4\x6c\xaf\x04\x83\xc6\xd8\ \xe2\x92\x7b\x75\x49\x37\x37\xfe\xd1\xef\xde\xf8\x9f\xdb\x63\xb6\ \xf1\xb1\xe1\xc9\xb1\x91\xc9\x19\xbd\x4e\x1f\x0f\xa1\xb9\x42\xdd\ \x67\x66\x2d\x45\xab\x99\x6e\x74\x9b\x54\xa7\xca\xed\x9d\xe5\xf6\ \x77\x5b\xbd\x52\xaf\x92\xaf\x9b\x5b\xe5\x0e\x66\x47\x7d\x85\xea\ \x71\x87\xca\x33\xbb\x07\x95\xdd\x3c\x17\xf1\x63\x98\xb9\x95\xcb\ \x55\xc1\x21\xec\x76\xab\x95\x52\xb3\xd7\xac\x37\x3b\xe5\xe6\xc9\ \x51\xb3\xda\x02\x2f\x2b\x33\x74\xb1\xca\x75\xba\xed\x7c\xae\xca\ \x62\x34\x56\xaa\xf6\xfb\xed\x4e\xa7\xd8\x39\xdd\x7d\xd1\xab\x1f\ \x9c\x1e\x3d\x7d\x7e\x70\xf6\xb8\x75\xb6\xbb\x7b\xda\x7f\x7e\x74\ \xf6\xf4\xfc\xe4\x74\x7f\xf7\xe4\xb0\x9c\xab\xd6\x4f\x9e\x1e\xe7\ \x2b\x25\xce\x6e\x22\x5d\x68\x00\x23\x71\xbf\xc9\x4f\x32\x48\xc0\ \x81\x5b\xed\x6c\x3e\x87\xb3\xa6\x7c\x8e\xb1\x62\x98\x97\xc3\xec\ \xed\x7e\x77\xef\xf8\xf8\xb0\x0e\x9b\x42\xc7\xf5\x63\xa0\x43\xbb\ \x1d\x40\xdd\x8e\xf7\x4a\xed\x06\xf8\xb7\xbd\xbf\x7f\x76\xb8\xdf\ \xdc\x7f\x5c\x2f\xf5\x3a\xbd\xfd\x93\x17\xfb\xe5\x66\xab\xbd\x77\ \xd4\x68\xd4\x5a\xfd\x46\xf7\xa0\x01\xfe\xb8\x75\xb6\xde\xe5\x1a\ \xd5\xf6\xfe\xde\xfe\xf1\xd9\xd1\xe9\x09\xf8\x98\xfb\xf5\x6e\xb5\ \xd8\x7c\x7c\xbc\xdf\x3d\xda\xef\xf6\xfb\xc7\xbb\x07\xf5\xd6\x7e\ \xad\x53\xef\xf6\xba\x8d\x72\xa3\xca\x56\xca\xad\x3a\xc5\x24\xb7\ \xc9\x68\x66\x71\x3e\x15\xcc\x24\x2c\x21\xbb\xd9\x8c\x63\x88\xc5\ \x6b\xc9\x5a\x10\xc2\x4c\xe3\x15\x32\x45\xb1\xac\x19\x2f\x51\x5c\ \x1e\xf1\xf9\xaa\xe5\x5e\x73\xaf\x5b\x6d\xb4\xab\x38\x1a\xc1\xdb\ \x9d\x5c\x21\xdf\x3f\xbd\xd8\xf9\xcf\xce\xb3\x9f\xfe\xf4\xe5\xe7\ \x7f\xf8\x7c\x10\xf6\x85\x80\x78\x13\x5e\xbf\x3e\x24\x01\xe8\x03\ \x60\xe8\xbf\xb7\xf5\xe4\x7c\xbe\x0a\xa2\x82\x5a\xa6\x50\xa9\xb4\ \xf0\xce\x20\x40\x1e\x20\x05\x55\x4a\x31\x44\xab\x75\x95\x5a\xad\ \x14\x8b\xe4\x50\x1a\x02\xad\xb8\xa0\x55\xa9\x25\xca\xf5\xcd\xad\ \xbf\xfc\x65\x73\x73\x6d\xeb\xd1\xc3\x87\x5a\x39\x4f\x08\x6d\x8d\ \xc5\x42\x85\x42\xc1\x97\xf0\x85\x00\xad\x78\x40\x06\xf2\x79\x32\ \x99\x14\x9a\x88\x8a\x20\x72\xc9\x15\x12\x38\x43\x0f\x63\x9c\x15\ \x00\xa6\xc0\xbb\xc3\xb9\x88\xff\xfa\x1f\x4b\xa0\xea\x13\xf1\xc5\ \x52\x9e\x44\x2c\x11\x0c\x4a\xc0\x15\x17\x84\xca\x85\x2d\x50\x6a\ \xb5\x1a\x5c\x4f\x7e\x75\x97\xf0\xaa\x5e\xaf\x02\x36\x0a\xb3\x06\ \xbc\xe1\x48\x7a\xc9\x68\xcc\x6c\x7b\x6c\x6e\x98\xfc\x3c\xbd\xa8\ \x1f\xfd\xf4\xde\x7b\xff\xf3\xdb\xff\xd5\x6f\x8c\x8d\xce\xcc\x4f\ \x4f\x4c\xcf\x6a\x46\x47\x83\x49\x2c\x11\x0f\xd9\xc3\x21\x9b\x03\ \x45\x71\x9f\xaf\x14\x40\xb9\xa4\x3f\x64\xa5\xea\x74\xd2\xe5\x8a\ \x04\xf2\x31\xb7\xc3\xb1\x38\x6b\x70\x6e\xb8\x42\x88\x95\x74\x78\ \xc3\xae\x88\xc3\x1f\x0e\x90\x78\x38\x61\x21\x5c\xa4\x1f\xb1\x44\ \xc8\x18\x61\xf2\x5b\x30\x3f\x69\x36\xb9\x2c\x68\x3a\x90\xf0\x86\ \x90\x04\x8a\xa3\x05\xab\xcb\x64\xb2\x5a\xac\x11\x87\x89\x70\x99\ \xf0\x66\xdd\x82\xe7\x98\x72\x07\x48\xa4\x5a\xbb\xc6\x72\xa6\x72\ \xbe\xcf\xf9\x2a\xad\x5c\xb9\x5f\x69\xef\xb5\x77\x9b\xf9\xc3\x76\ \xb7\xdb\xec\xef\x16\xb9\x10\x65\xf5\x5a\x91\x00\x85\x58\x42\x66\ \x3b\x5e\x25\x71\xc6\x62\xc7\xec\x58\xb9\xda\x68\x55\x8a\x1c\xcd\ \x99\x19\x73\xc8\x4f\x97\x2b\x9d\x7d\x80\x96\xc7\x87\xbb\xad\xf6\ \xd9\x41\x6d\xff\x60\x77\x17\x10\xb4\xe3\xe3\xfd\xa3\xfe\x5e\xef\ \xf0\x6c\xef\x45\xe9\xe0\xb0\xbf\x5f\xef\xef\x1e\xf6\xfa\xbd\xe7\ \x7b\x47\x80\x2b\x55\xf6\x9b\xcd\x46\xab\xd7\xea\xbe\xda\xdb\x6d\ \x54\x4f\xf6\x9b\x9d\xfd\x52\xab\x59\x2a\x52\x0c\x5b\xe8\xef\xf9\ \xba\xb5\x6a\xb9\xd6\x2c\x77\xdb\xdd\x83\x5a\xab\x79\x70\xda\x2e\ \xd4\x2a\xfb\xbb\x30\x0b\xb6\xd5\xea\x94\xbb\x95\x7a\xa5\x56\xad\ \xb1\xbe\x3c\x4b\x5b\x13\xfe\xa4\x2b\xee\x9c\x0f\x7a\xec\x0e\x0b\ \x86\x33\x65\xf0\x97\xe3\xf2\x06\xc2\x26\x86\x31\x59\x19\x34\x90\ \x36\x95\x38\x86\x84\x93\x0d\x26\x26\x57\x2d\xd7\xd9\x46\x7d\xaf\ \x57\xa9\x51\x2e\x2e\x57\x6c\x14\x1b\xcd\x17\x4f\x7e\xfc\xdb\xb3\ \x9f\xff\xf1\xf7\x3f\x7d\xfd\xcd\xe7\x77\xef\xde\xb8\x0e\x97\x71\ \x80\x08\x1b\x18\x14\x41\x0d\x28\x57\xca\xe4\x22\x31\x9c\xbb\xe2\ \x2b\xf9\x62\x39\x74\xa4\x52\xa8\x16\x94\x6a\x2d\xf4\x43\xe6\xcb\ \xa4\x5a\x95\x0c\xc2\x93\x4a\xa1\xe2\x03\xf2\x24\x56\xab\x60\xfb\ \x5b\xac\x5c\x50\x2b\xe4\x70\x33\xe7\xbb\x87\x0f\xd7\xb5\xeb\xdf\ \xfd\xdf\x5f\x54\xd0\xc3\x18\x68\x3f\x81\x04\xbc\x21\x00\x2c\xbe\ \x44\x2a\x81\xab\x89\x22\x21\xb4\x83\x97\xcb\x45\x3c\xa9\x02\xe8\ \x45\x29\x50\x79\x10\xf6\x20\x9b\x12\xf1\x85\x32\x15\xa0\x5f\x32\ \xa9\x4c\xc8\x03\x10\x07\x7d\x65\xa4\x4a\xe1\xe0\xe0\xd0\x4d\xd1\ \x80\x54\xae\x55\x2b\xd6\xa0\x20\x5c\x5b\x7b\xb8\xa6\x96\x8b\x25\ \x62\xa5\xec\xea\xc4\x5d\xd5\x6b\x55\x24\x4e\xe1\x28\x8a\x24\xe3\ \x29\x77\xd4\xe3\x59\x4d\x2d\x7a\xd2\x1e\xdb\xb2\x61\x7e\x72\xe4\ \xde\xcc\x47\xb7\x6f\xff\xcf\x94\xfb\xe3\xc9\xf1\xb1\xd1\x8f\x26\ \x87\xe7\xa7\x36\xec\x2e\x4b\xc2\x43\xe2\xd6\xa2\x1f\xc7\x60\x76\ \x73\xc9\xee\xf3\x26\xc1\x91\xb3\xa0\xa6\x78\xc4\x02\x80\x29\x6b\ \x4b\x66\x03\xb1\xb8\x2b\x63\xe1\x18\xb3\x89\xf0\xc6\xbd\x59\x1f\ \x8a\x5a\xcd\x98\x3d\x60\x8f\xc7\xc3\x89\x54\x62\x05\x0f\x59\x7d\ \x31\x17\x6a\x25\x42\xf6\x90\x99\x8b\x84\x22\xa4\xc5\x65\xc1\x5d\ \x2e\x57\x1c\x3c\x8f\xa0\x8b\xf6\x08\x1e\x0a\x23\x39\xaa\xec\xb7\ \x9a\xcc\xb4\xc3\x6b\x0e\xa1\x79\x32\x14\xb0\x93\xa4\x3f\x13\x4e\ \x24\x88\x68\x2c\x9a\x09\x87\x33\x24\x62\x77\x59\x2d\x08\xd0\x56\ \xc1\x20\x61\xb7\x84\x19\x97\x2b\x1a\x8a\x11\xa8\x3f\x19\xb1\xdb\ \xfd\x76\xce\xe7\xf2\x71\x14\xce\x55\x10\xbc\xcc\x86\xed\x0c\x57\ \xca\x17\x76\xbb\x39\x9a\xd9\x6b\x54\x8a\x74\x65\x77\xbf\x79\x5c\ \x3d\xeb\x1e\x9c\xf5\x9e\x1f\x1e\xf6\xaa\x8d\x7e\xaf\xd2\xea\x1f\ \xf4\x9f\x9f\x1c\xef\x37\x0e\x8e\x4e\x1e\x1f\xb6\x3b\xcd\xfa\xc1\ \x6e\xa7\xd3\xee\x57\xdb\x9d\xb3\xd3\xc3\xdd\xe3\x66\xb3\xd2\xef\ \x75\xd9\x72\xa9\x58\xa0\xab\x9d\x66\x73\xb7\x06\x28\xdb\xf1\x69\ \x07\x48\xc6\xdd\x5e\xff\xa8\xd1\xeb\x56\x8a\xad\x56\xaf\xd3\x68\ \xb5\xab\x95\x66\xa7\x96\x87\xf3\x08\x07\x40\x85\x96\x2b\x26\x6b\ \x20\xec\xc8\xa4\x9c\x1b\x99\x64\xd2\x0a\xb4\x69\x81\x61\x1c\xde\ \x88\xd7\x14\x33\x33\x26\x2a\xcf\x52\x1e\x47\x35\x87\x9a\xf3\x39\ \x0a\xcf\x33\xbe\x12\x55\x2f\xe6\x7d\xad\xee\x7e\xbf\x42\x10\xbe\ \x62\xa7\x52\x69\x03\x91\x7d\xf1\xcf\x5f\x7e\xfa\xe5\x9b\x2f\x3f\ \xff\xea\xe6\xcd\x6b\x83\x00\xb1\x24\x80\x27\x89\xae\x0f\x40\x4f\ \x2b\xb5\x1c\xce\x86\x02\x61\x06\xef\xd6\xc9\x61\x67\x5d\x26\x97\ \xa9\x37\xb5\xea\xff\xf6\xc3\x95\x62\x95\x52\xa6\x94\x2f\xa8\xf8\ \xea\x05\x31\x78\x44\xae\x85\xf7\x08\x15\x32\xb5\x56\x26\x57\x69\ \x01\x92\x6c\x2e\xac\xaf\x6f\x3e\xda\xdc\xfa\x6e\x41\x2e\x82\x83\ \xed\xd7\x04\x80\xb7\x29\x54\x4a\x21\xa0\x4a\x72\x38\xc8\xc0\x83\ \xb0\x27\x96\x49\x01\x48\x2a\x15\x52\x98\x26\x21\x06\x6c\x0e\x1a\ \x9b\x82\xef\xe1\x8f\x60\xf2\xb3\x56\xf6\xdf\x9d\x68\x89\x80\xc7\ \x93\x5e\x1f\x1a\xba\x3e\x20\x83\x46\x11\x2a\xa0\x34\xb5\xda\xb5\ \x2d\xb8\xdb\x28\x84\x16\x82\x57\x27\xee\xaa\x5e\xaf\xe9\x9e\xc1\ \xca\x88\xcb\xe2\x45\x5c\x89\x65\x83\xc7\x63\x73\xa6\xd3\x1b\xb6\ \xe0\xec\xdc\xf8\xc4\xe8\xe8\xbd\x37\xff\xf7\x77\x93\xfa\xe1\x99\ \x59\xcd\xcc\xf4\x98\x66\x79\x25\x43\x32\x96\x78\x1c\xc7\xcc\x96\ \x2c\xe7\xcb\x21\x4c\x9b\x32\xe7\x92\x49\x13\x87\x98\xec\x66\x13\ \x4a\x6c\x84\x09\xaf\x09\x33\x45\x12\x0e\x8f\x0b\x40\x03\x47\xb8\ \xec\x9c\x3f\xc1\xf8\x68\x33\x41\xfa\xf0\x48\x24\x18\x77\x24\xfd\ \x11\x04\xa1\x7d\xb1\xac\xdd\x1a\x32\x9b\xed\x3e\xca\x92\x4a\xa1\ \xb8\x05\x63\x59\xd6\x67\xa7\x73\x40\x67\xe6\x42\x64\x8d\x01\xcc\ \xa3\x5c\x40\x71\x2b\x92\x73\x6d\xe3\x34\x8d\xe3\x84\x97\xb4\x13\ \x9e\xd4\xf6\x76\x22\xbb\x6d\x8b\xbb\xb2\x9e\x24\x86\x3b\x1c\xb1\ \x78\x6c\xc3\x9d\x70\x58\xf2\xb4\x35\x82\x11\x2e\x4b\xd8\x85\x31\ \x89\x58\x34\x15\xd5\xaf\x3a\x62\xcb\x6e\x6f\xd8\x1d\x70\x6d\x84\ \x2d\xd6\x10\x89\xe0\xa8\x9f\xa8\x54\xa8\xaa\xb9\xec\x25\x30\x12\ \x63\x7c\x16\x8b\xcf\x97\x2f\x52\x34\xc2\xd1\xbe\x7c\x23\x5f\xcf\ \xb3\x0d\xaa\x54\xad\x54\xb9\x76\xb1\x5a\xc1\x72\xd5\x2a\x4b\x55\ \x7d\x45\xa6\x59\xb0\x14\x1b\xf9\x52\x9e\xa1\xca\xed\x7a\xbb\xb7\ \x57\xaf\xd1\x54\xbd\x5d\xab\x77\xfb\xb5\x7e\xad\x51\xaf\x94\x2a\ \xcd\x62\xa5\xc0\xf6\x3b\xf5\x22\xeb\x6b\x34\x9a\xad\xfa\xc1\x7e\ \x93\xcd\x77\xdb\xad\xce\x5e\xef\xc5\x61\xbb\x7d\xba\x73\xd2\x41\ \xb3\x81\x90\x37\x4b\x6e\xa7\x32\x71\x97\x85\x21\x70\x8e\xe1\xac\ \xa4\xdd\x85\x05\x7c\x94\xcb\x9a\x2b\x53\xd9\x70\xae\x0c\x3e\x07\ \x43\xc1\x5c\xc2\x46\xbe\x56\xe4\xd8\xa3\x4e\xaf\x53\x2a\x02\x79\ \x5c\xcc\x9f\xbc\xda\xd9\x79\xf6\xef\x5f\xfe\xfc\xed\x57\x9f\x7d\ \xf6\xc9\xcd\xeb\xb7\xae\x0f\xdd\xb9\x0e\xa7\xa3\x94\xc2\x01\x38\ \x76\xa5\xd6\x2a\xa0\x75\x95\x40\xc2\x57\xa8\xb5\xd0\x38\x86\xaf\ \x54\xab\xe5\xeb\x9b\x80\x47\x49\x78\x22\x80\x56\xb0\x67\x25\x96\ \x68\x95\x6a\x00\x5c\x32\x99\x4a\xb1\x00\xb0\x46\xa1\x54\x0a\x65\ \x4a\x95\x72\x61\x6d\x13\x20\xd6\x43\x20\x09\xb7\xd6\xd7\x15\x32\ \xa1\x48\x0a\x73\x54\xf9\x40\xe7\x29\x2f\x27\x4e\x45\x52\x20\xf3\ \x24\x62\x99\x48\xc6\x87\x99\xf7\x00\xa8\x78\xbc\xcb\x15\x1f\x85\ \x0c\x4e\x4a\xc0\x3b\x7f\x0a\x38\x07\x2f\x16\xf3\x00\x56\x4a\x81\ \x82\x94\x48\x86\x04\xb7\x06\x05\x02\x31\xfc\xa9\x5c\xb9\xfe\xe8\ \xd1\xc3\xb5\x85\x4d\x35\x5f\xa6\xd5\x2a\x54\x6a\xf1\xd5\x5d\xc2\ \xab\x7a\xbd\xc2\x63\x35\x2a\xe4\x48\xba\x1c\x89\xa4\x6e\x3e\x9d\ \x70\x2f\xea\x0d\x1b\xfa\x15\xcd\xc6\xf4\xc8\xf8\xf8\xa7\xbf\xff\ \xdd\xef\x27\x57\x26\xa6\x34\x93\x9a\xa5\xd1\x91\xf9\xe5\x70\x06\ \xa7\x5d\x08\x67\x22\x1c\x51\xba\xc6\x99\x4c\x55\xb3\xbf\x18\x0b\ \x94\x28\xc4\x64\x62\x4d\x56\x5f\xc0\x4c\x80\x53\x18\xb3\x31\x78\ \x32\xc9\x98\x39\xcc\x6a\x89\x70\x99\x94\xdd\x04\xb4\x1f\x45\x3b\ \xc2\xe9\x38\xc7\x58\xb2\xd6\x8c\xb9\xc2\x24\x02\x2e\x92\xc4\x2d\ \xa4\x85\x76\xc4\x42\x26\x80\x5d\x3e\x3b\x53\x42\x29\xda\x55\x20\ \x09\xdc\xda\xc5\x10\x33\x5a\xa5\x03\x01\x3c\xe7\x73\xe0\x21\x14\ \xf7\x5b\x23\x24\xe1\x25\xe0\x8b\x2c\xb8\x9d\x2e\x71\xa4\x25\x5f\ \xc8\xe5\x29\xa0\x4b\x01\x5d\xe3\x0a\x27\xfd\xd6\xde\xd1\x11\x56\ \x65\x5a\xcd\x2a\x41\x04\xe2\xc6\xa0\x73\x71\x7e\x3b\xe6\x8f\xc7\ \x8d\x4b\x2e\x2b\x49\x30\x1c\x4a\x58\x02\x49\x2f\x6e\xa7\x58\x87\ \x19\xbc\x71\x38\x1a\xcd\xa6\x12\x40\xdd\x26\x13\xfa\xf9\x84\x0b\ \x47\x11\x9f\x89\xc8\xa6\xd2\xdb\x99\x2c\x81\xc7\xb7\xfd\x99\xac\ \xc3\x12\x0e\xc7\xc0\xe7\x47\xb7\xe7\x8d\x4e\x9b\x47\xb3\xb2\x92\ \x4c\x44\x63\xa9\x70\xc8\x1f\x5e\x76\xc4\x63\x1e\xa7\x05\x75\x10\ \x38\x1e\x4b\x7a\x23\x80\xcf\x45\xed\x4c\x2e\x9b\x42\x3b\x14\x61\ \xc9\x9f\xbd\x28\x3a\x6a\x9d\xd6\xc9\x5e\xe7\xf1\x37\x5f\x1f\x1f\ \x7e\xf3\xc7\xef\x9f\x3c\xaf\x84\x5d\x2e\xd2\xe1\x8c\x06\x62\x5e\ \x9c\x4e\x06\x48\x84\xc1\x43\xde\x90\x0b\x31\x57\x30\x86\xce\x9b\ \x22\x01\xdc\x4c\x53\xe5\x5c\x95\xcd\xd5\x00\x2f\xcb\x57\x73\xb9\ \xa3\x76\xa7\xdb\xc9\xb9\xec\x0c\xb5\xff\xe4\xe9\xc5\xb3\xbf\xfe\ \xe3\xef\xdf\xfe\xe1\xb3\xb7\xbf\xfc\x62\x68\xf0\xc6\x07\x83\xd7\ \x05\x32\x91\x80\x0f\x8d\x13\x64\x62\xbe\x52\x26\x86\x6b\x38\x72\ \x11\x5f\xa9\x80\x71\x39\xea\x85\x05\x95\x56\xb9\xa0\x52\xaa\xd6\ \x60\x04\x84\x88\x2f\x82\xb1\xa9\x32\x00\x70\x00\xdd\x94\x7c\xbe\ \x4a\x7d\x79\x23\x4f\x2e\x12\x01\xea\xb3\xb9\xa6\x5a\x03\x80\xb5\ \xa0\xde\xda\x5c\x03\xb0\xa7\x12\x0a\x15\x62\x35\x1f\x8e\x2c\x00\ \xa6\x06\xb7\xa9\xe1\x5a\x8e\x54\x22\x10\x2a\x80\xf6\x13\x8a\x2e\ \x57\x71\xe4\x90\xb0\xc9\x65\x00\x05\xc1\x7f\x64\x52\xe8\xaf\xa5\ \x96\xc3\xa4\x56\xc0\xb1\xa4\x3c\x00\x5a\xd7\xef\x08\xc4\x4a\xb8\ \xa6\xb8\xbe\xb6\xf5\x70\x6b\x0b\x08\x4e\x19\xb8\xb0\x0c\xbc\x3d\ \x60\x7f\x57\x27\xee\xaa\x5e\xab\xbc\x1b\x2c\xee\x37\xd9\x93\xf6\ \x8d\x54\x70\x65\x75\xc3\x98\x72\xeb\x9c\x1b\x9e\xf9\xf9\xf9\x89\ \xf1\x7b\x1f\xbd\xfb\x3f\x6f\x8c\x19\x47\xc6\x27\xc6\xc6\xa7\x86\ \xe7\x36\x36\xbc\x0e\xb3\x3f\xed\x47\xed\x26\x32\x49\xb7\xab\x74\ \x8d\xb1\xe3\xd5\x68\xa8\x4e\x71\x05\x7b\x1e\xb5\xfb\x12\x26\xc2\ \x9d\x88\x7a\x23\x08\xe5\x8f\xe4\x7c\x88\xc3\x6e\x27\x30\x4b\x10\ \xa1\x23\x0e\xb3\x99\x8c\x71\x0e\x53\x9e\xf0\xd9\x7d\x24\xc1\x11\ \x21\x32\xc9\x58\x30\x3c\x62\x2e\xf8\x51\x1c\xd0\x3b\x97\x99\x28\ \x61\x19\x02\xc7\x88\x1c\xe7\x67\xf6\xb8\x90\xcf\x6f\x86\x94\xa9\ \x64\xf2\x86\xec\x16\x8b\x99\x71\x39\x00\x2f\x42\x6a\x79\xac\x5e\ \xab\xb4\xda\x21\xc2\xd7\x6c\xe6\xaa\x7b\xb5\x12\x87\x14\x68\x5f\ \xab\xf7\xf8\xa4\xbb\x7f\xc4\x94\x81\x5c\x6b\x72\x65\xc6\x6e\xb7\ \xa2\xa4\xc5\x9a\x33\x79\x93\x91\x48\x89\xf3\x55\xfa\x79\x0c\xb7\ \x02\x01\xe6\xa3\xcc\x94\x2f\x47\xfb\xad\x80\x06\xa2\x26\x14\x65\ \x2c\x91\x44\xd8\xef\x0d\x99\xec\x08\x4e\x20\xb6\x74\x38\x14\x8c\ \xf8\xd1\x6c\xc2\x4f\x46\x32\x8e\x38\xe9\x0f\x87\x58\x87\x6e\x5c\ \x33\x37\x3f\xa7\x19\xd6\x18\x96\x74\xcb\x46\xcd\xf8\x94\xc6\x68\ \x9b\xb5\x19\x56\x32\x2b\xcb\x36\x77\x36\x63\x5b\xf6\x87\xe2\x0e\ \xcf\x36\x86\x1b\x56\x00\x75\x44\x71\xf6\xb4\x9f\x0a\xb4\x8e\x6a\ \xdd\xfd\xda\xbf\x06\xef\xee\xbd\xfc\xf3\x97\x5f\x7e\x72\xf7\xd4\ \xef\x20\x2d\xe1\x4c\x38\x9e\x89\xa0\x49\x12\x47\x8a\x26\xdc\x62\ \xc1\x42\x2e\xac\xc8\x10\x66\x13\x1d\x48\xa2\x79\x1c\x67\xcd\x45\ \x3c\x57\xc4\x91\x3c\x65\x62\x9a\xdd\xb3\x93\x06\x00\xe6\xb8\xb5\ \xf9\xe2\x97\x8b\x7f\xfd\xfa\x87\x3f\xff\xe1\xeb\xaf\x3e\xbf\x7b\ \xf7\xe6\xc0\xf5\x9b\xd7\x05\x02\x18\x5c\x2a\x93\x29\x85\x82\x21\ \x00\x18\xff\x4d\xf3\x92\x03\x3c\x91\x41\x87\x51\x99\x6a\x01\xf0\ \x27\xe5\x82\x9c\xaf\xe6\xcb\x85\x4a\x99\x90\xaf\xd5\x42\x73\x05\ \x91\x52\x2c\x53\xab\xa1\x0d\x83\x48\x20\x07\xac\x49\xc8\x07\x04\ \x6b\x73\x61\x61\xeb\xd1\xe6\xfa\xe6\xda\xda\x43\x00\x5f\x00\x7e\ \x44\x80\x2e\x09\x07\x14\x2a\x3e\x6c\x54\x09\x45\x72\x31\x5c\xcb\ \x11\x09\x20\x9f\x03\x98\x27\x07\xff\x91\x8a\xa1\x9b\x83\x0c\x46\ \x77\x2d\xa8\xe1\xac\x17\x9c\xd1\x12\x8b\xc0\xc5\x55\x22\x9e\x64\ \x68\x48\x30\xf4\xf6\xa0\x68\x7d\x4b\xab\x05\x42\x73\x6b\x6b\x73\ \x6b\x61\x4b\x25\x86\x06\x0f\x00\x5d\x01\x66\x5d\x8d\x35\x5c\xd5\ \xeb\x95\x23\xc8\xf8\x08\xc2\x8c\x66\x82\xf1\x84\x21\x96\x89\x07\ \x82\xc6\x95\xa0\x6d\x4e\x33\x71\x6f\x76\xf4\xfd\xdf\xfc\xf6\xcd\ \x91\xf9\xb9\xe5\xf9\xd1\xfb\xa3\x93\x9a\xf9\x8d\x00\xea\xf7\xba\ \x50\x92\x28\x85\xa2\x0c\x97\x47\x58\x8a\xb0\x36\xad\xde\x6a\xbe\ \x50\x05\x04\x26\xe8\x72\xd1\x11\x97\x39\x10\x0a\xd1\xfe\xac\xdd\ \xc4\xb8\x62\x99\xac\x9f\xf2\xb9\x49\x8c\xb5\x14\x31\x4b\x88\x4a\ \xa2\x28\x59\xcc\x03\xb9\xe7\xb3\xa2\xa8\xdf\x67\xe2\x70\xba\xc3\ \x22\x1c\x78\x85\x3f\x81\x9b\x0a\xac\xa9\x5b\x40\x7d\x48\x20\x48\ \xd5\x50\x06\x9c\x59\xc2\x6e\xc7\x0a\xf9\x08\x41\x86\x70\x9f\x3f\ \x63\x21\x5c\x49\xcc\x5c\xe2\xaa\xb9\x1a\x10\x8f\x8e\x7c\xbf\x51\ \x61\x69\x96\xc2\x4c\x5c\xb1\x73\x7c\x74\xf6\xb8\xb2\xd7\xf5\x59\ \xf7\x73\xe5\x76\x8d\xcb\x17\xc8\x52\x89\xeb\x1e\xf8\x38\x96\x44\ \xfd\xf5\x32\xdd\x2a\x17\xa8\x16\x4d\x52\xe6\x4e\x3e\xd7\x60\x4d\ \x66\x0b\x96\xcb\xb3\x98\xdd\x67\xf7\x33\x81\x00\xcc\x8d\x40\xcb\ \xbe\xb8\x3f\x96\x0e\x24\x63\x59\xaf\xcb\x15\x8b\xfb\xbd\x61\x07\ \xe9\xb5\x22\x5e\x94\x8b\xcd\xdf\x1f\x9b\xd5\x4d\x8e\x4c\x2d\xc3\ \x35\xc8\xb4\x67\x7e\x66\x2c\xb8\xbc\xbc\xb1\x68\x4c\x2f\x06\x75\ \xd1\xb0\x77\x39\x9a\xca\x38\xdc\x89\x10\x4d\x7a\x3c\x04\xcd\x95\ \x7d\xad\x57\x15\x4f\xa8\xb5\x7f\x78\x71\xb2\xff\x47\xde\xd7\x7b\ \x3f\x7d\xf9\xc1\x17\xd7\xaf\x9f\xa4\xd2\x96\x58\x2c\x10\x71\x24\ \x51\xc4\x15\x27\x48\x8e\xb0\x9a\x48\x8b\xd7\xef\x2b\x53\x24\xe5\ \xa3\x93\x04\x55\x60\x1a\xf5\x3c\x00\x5f\x33\xc3\xe4\xf3\x4c\xa1\ \xb1\x7f\x76\xdc\xae\x99\xb3\x96\xdd\xf3\x1f\xbf\xff\xf9\xdb\x6f\ \xfe\xf8\xcd\x9f\x3e\xf9\xfc\xc6\xdb\xb7\x6e\xdc\xbc\x76\xe3\xda\ \x9d\x3b\x52\x3e\x8f\x0f\x50\x6a\x68\xf0\x1a\x20\x3c\x72\x99\x04\ \x20\x01\x50\x69\x4a\xb5\x1c\x0e\x36\xa8\x55\x22\xb1\x5a\xa9\x02\ \x92\x50\xad\x5a\x5b\x57\xca\x16\x54\x30\x73\x42\x22\xd6\xf2\x2f\ \xef\x17\x42\xe9\x06\x04\xa1\x48\x22\x52\xca\x55\x00\xae\x1e\x01\ \x8e\xa5\x5d\x78\xb8\xbe\xb9\x2e\xbc\x36\xbf\x00\x00\x20\x00\x49\ \x44\x41\x54\xae\x54\x48\x07\x44\x43\xd2\x01\xde\x80\x0c\xc2\x9e\ \x5c\x22\x86\x86\x57\x22\xb1\x98\xff\xdf\x35\x42\x29\x4c\x16\x14\ \xc1\x44\x1d\xb9\x52\x2b\xe4\xc1\x0d\x45\x05\x50\x7d\xc2\x4b\x3d\ \xc8\x87\xee\x33\x43\x03\xd7\x6e\xc0\x99\x56\xd5\xe6\xd6\x77\x6b\ \xeb\xeb\xda\x85\xad\xcd\xcd\x47\x5b\x72\xe8\xa2\x05\xcd\x1e\x80\ \x22\x55\x5c\x9d\xb8\xab\x7a\xad\x32\xc5\x70\xca\x44\xe3\x56\xbf\ \x67\x5b\x6f\x4c\xd8\xa3\x1b\x46\xcf\x4a\x30\xe8\x74\x1b\x26\x46\ \xdf\x79\xf7\xdd\xb7\xde\x19\x19\x1d\xd6\xcd\x6a\x26\xc6\x26\x26\ \xc7\x57\x23\x5e\x70\xce\xb6\x13\xa6\x82\x37\x4b\x71\xdd\x2a\x89\ \xd9\x2d\x65\xbb\x6f\xd7\x42\x54\xaa\xe6\x50\xd2\x84\x58\x13\x11\ \x14\x25\x70\x9a\x8c\x9b\x0a\x05\xd2\x61\x71\x84\x0b\x96\x55\xbb\ \xaf\xd8\xe9\x37\x51\x1c\xb7\x54\x2b\xe1\x76\xad\xd9\x63\x8b\x18\ \xf7\xe2\xf0\xf4\x70\xaf\xc9\x99\x7c\x58\x89\x0d\x59\x50\xb2\xce\ \xd6\x4c\x9d\x67\x17\xfb\xad\x4e\x2c\x91\x67\x63\x96\x6e\xae\xd6\ \x68\xa0\xbe\xbd\x7c\x18\xfc\x4a\xa2\xa1\x18\xc1\xa0\x49\x5f\xb7\ \xd5\xde\xad\x17\x8a\x79\xda\x42\x1d\x9d\xd4\x3b\x65\xf3\x7e\x97\ \x2a\x77\x4e\x5e\xb4\x7a\x07\xcd\xfd\x62\xa9\xd4\x2e\x77\x8a\xb5\ \x12\x6b\x26\x72\xf5\x5c\x79\x37\x67\x2e\x58\x48\x14\xc1\xeb\xed\ \x76\xa1\x98\x43\xd9\x2e\xcc\x24\x2c\xb2\x45\x93\x95\x2d\xe4\xdb\ \x55\xbb\x19\xc7\x4d\x66\xd4\x8e\x94\x68\xc6\x6c\x89\x84\xfd\x8e\ \xb4\x27\x13\x0b\x21\xf6\xed\x8c\x3b\x4b\x98\x09\xbf\xd5\x9f\x0c\ \x99\x93\x1a\xfd\xea\xec\xb8\x66\xc6\xb8\xbc\x3c\x3d\x35\xe7\x59\ \xd1\xcd\xae\x18\x66\x75\xfa\xc5\xc5\xe0\x86\x73\x32\xe8\x08\x6e\ \xc4\xa2\x31\xc2\x1f\x31\xd1\xc9\x44\xdc\x9c\xf3\x16\xd8\xce\xd3\ \x7c\x02\x5c\x72\xff\xf8\xf0\xf0\x8e\xe2\xe7\xfd\xcf\x07\x04\x43\ \x43\x1f\x14\x57\x1c\xc1\x54\x30\xe9\xb7\x64\x63\x2e\x3f\x42\xe2\ \x39\x04\xf5\xbb\x7c\x35\x8c\xed\xe5\x28\x8e\x21\x23\x68\x9e\xe2\ \xd8\x06\xc2\xd1\x56\x80\xc7\x34\x95\xcb\x1f\x74\xce\x5f\xb6\x2a\ \x24\xd1\xdd\xd9\xd9\xf9\xe9\x87\xaf\xff\xf6\xf9\x27\x5f\x7d\x71\ \xf3\xe6\xcd\x5b\xb7\xae\x0f\x0e\xf1\x06\x6f\xc1\xb8\x79\xbe\x50\ \x09\xcd\x41\x95\x2a\x00\x2a\x7c\xf5\x82\x4a\x0d\xdb\xee\x3c\x00\ \x21\xd0\x4b\x81\x0f\x6d\x90\x21\x8a\x69\xb5\x80\x52\x49\xd5\x0a\ \xd8\x4f\x02\xd2\x8d\x0f\x59\x98\x5a\x2c\x56\x4a\x86\x44\x4a\xb5\ \x52\xb1\xbe\xfe\xf0\x3b\x40\xb2\xb4\xda\xff\xfb\x6e\x5d\xa1\x55\ \x49\x87\x86\x6e\x0e\x0c\xf1\x85\x22\xb1\x42\xbd\xa9\x14\xf2\xa1\ \x73\xa8\x02\x7a\xb2\xf3\x80\xd8\x54\xc8\xe4\x42\x01\x90\xa0\x30\ \x05\x0c\x7a\xd6\x28\x81\x20\x04\xe0\x27\x16\xca\x06\x06\x80\xe4\ \xe4\x4b\xae\x09\x85\x83\xbc\x81\x6b\x62\xa5\x6c\x4d\xb9\xf0\x7f\ \x6b\x9b\xeb\x2a\xe8\x23\xa8\x06\x57\x95\x43\x72\xa7\x56\x83\x8f\ \x24\xba\x3a\x71\x57\xf5\x5a\x85\xa6\x6a\x3e\x2c\x5f\xc1\x01\x51\ \x30\xe8\xdd\xb1\x68\x38\x1b\x5c\xdd\x48\x2e\x2d\xbb\x75\xc3\xf7\ \xde\x7f\xff\xbd\x7b\xf7\xef\x8f\x4c\x8d\xdf\x1f\x9f\x9a\x1a\xd1\ \xdb\xac\x64\x32\x19\x0e\x05\x10\x2a\x99\x44\x73\x2c\xee\x25\x4c\ \x48\x21\xe9\x6b\xd1\x48\x23\x0f\x73\xb7\xbc\x0c\x96\x75\x59\x02\ \x38\x87\x6c\xe0\x55\x47\x16\x65\x39\x3c\x17\x5f\xa5\x0f\x0e\x4a\ \x2f\x4e\x29\x96\xb3\x9c\xef\x17\x0f\xf2\x2f\x9e\x32\xbe\x50\xf3\ \xdf\x3f\xfe\xeb\x87\x9f\x2e\x9a\x35\xce\x74\xde\x0d\xb0\x67\xdd\ \xb3\x4a\x05\x3d\x7f\xfb\x97\x9f\x9e\x1d\x34\x69\x4b\xde\x9e\xe3\ \x1a\x87\x17\x3b\x14\x73\x52\xc2\xcf\x9e\x3d\x6f\x1e\x54\x22\x7e\ \xda\x4f\xd6\x7a\xf5\xde\x69\xb1\xd4\x3f\xea\xf6\x90\xe6\x49\x6f\ \xff\x80\x2a\x54\xf1\xb2\xa9\xf9\xaa\xdb\x02\x90\x58\x6d\xee\x75\ \x1b\x27\x70\x30\x94\xa1\xb8\x93\x46\xb1\x5e\x62\x0b\x0c\x85\x65\ \x3d\xdd\xf6\x7e\xd7\x62\xa6\x4b\xed\x5a\xab\xd2\x69\x37\xa8\x3a\ \xeb\xab\x77\x4a\xe5\x42\x9b\xa2\x08\x4b\x01\x40\x18\xc3\xe0\x04\ \x9d\x8c\xc4\x81\x12\xcc\x12\x88\xc9\x99\xca\xa4\x62\x00\x59\xac\ \x56\xc2\xce\x05\x67\x96\x56\x57\x66\xa6\xe7\xf4\x1e\xcf\x8c\x1e\ \x2e\x29\x2e\xea\xf5\x7a\xa7\xd1\xbd\x68\xdb\x5e\xd1\x87\xc3\x09\ \x7d\x2a\x93\x4d\x86\xa3\x0c\xed\x76\x3b\x0a\x45\x8e\x69\x9d\xee\ \x70\x8e\xdc\xc1\xd1\xd1\x5e\xeb\xc5\x80\x7c\xe7\xec\x73\xe1\x07\ \x37\x84\x7f\x20\x42\xb1\xa0\x33\xe5\x08\x84\x93\x8e\x80\xc5\x6c\ \x41\x5c\x0c\xee\x20\x9b\xbb\x96\x62\xcd\x84\x9b\x29\x53\x04\xa9\ \x63\x34\x56\xc9\x51\x39\xa4\xc0\xd2\x79\xb6\x52\x6f\x3d\x3f\x00\ \x3a\xd6\x5c\xbf\xb8\xf8\xf7\x3f\x7f\xf8\xea\xcf\xbf\xdc\xb9\xfb\ \xf9\x57\x77\x6f\xdd\x1a\xba\x73\xfd\xd6\xb5\x5b\xd7\xa5\x72\x21\ \xdc\x27\x86\x03\xa1\x22\xbe\x56\x0e\x08\x14\x24\x2f\x72\x89\x1c\ \x0a\x40\x05\x5f\xbd\xa6\x82\xcb\x36\x4a\xa5\x58\xc2\x57\xac\xc9\ \xf9\x70\x98\x53\x01\xb3\xea\x21\x72\xf0\xa4\xf2\x4b\xa3\x18\x29\ \x5f\xbb\x00\x29\xd0\x5f\x1e\xae\x7f\xb7\xbe\xa9\x7d\xf8\x68\x53\ \xa5\x56\x8a\x78\x52\x91\x4c\x24\x11\xca\xe5\x2a\xd5\x9a\x16\xd0\ \x22\xd1\x80\x48\x08\x68\x11\x0c\x37\xe4\x5f\xde\x1a\x14\xcb\xe0\ \xb0\x3b\x5f\x0d\x9d\x4d\x85\x72\x99\x16\x5c\x51\x28\x91\xc2\x9d\ \x43\x21\x4f\xca\x93\x0c\x0e\x89\x85\x42\x99\x72\x7d\x73\x01\x20\ \xe0\xda\x9a\x5a\x7d\xe9\x71\x03\xde\x0f\xfa\x31\x0b\x95\x40\xab\ \x5e\x9d\xb8\xab\x7a\x3d\xc0\x4a\x16\xf2\x45\x2a\x8f\xa5\x63\x76\ \x8f\xcd\x91\x49\x87\x13\xa9\x25\xf7\x32\xa4\x15\x0f\x46\x3e\x7c\ \xff\x8d\x37\x86\xc7\x26\x27\xe6\x46\x46\x86\xa7\x35\xd3\xf3\x76\ \x53\x9c\xb4\x7b\x33\x0e\x2a\xed\xef\x54\xc1\x51\xf3\x5b\x10\xcc\ \xc2\x72\x54\xa1\x53\xa6\x38\x94\x70\xd9\xcd\x61\x6f\xc6\x85\x51\ \xa8\xd3\x54\x70\x59\x0a\x64\x28\xd7\x42\xa8\x93\x8b\x27\xa7\x2f\ \xcf\x4b\x35\x86\x38\x3c\xdd\x7f\xb6\xf3\xd3\x81\x85\x89\x60\x67\ \x3f\xee\x5c\xfc\xf8\x7d\x2f\x47\xa3\x8f\x8f\xca\xdf\x5f\xfb\xea\ \xb4\x50\x34\x3f\xbb\xf9\xfd\x37\xdf\x3c\x7d\xca\x90\xf9\x50\x7b\ \x77\xff\xe8\x60\x7f\x9f\xea\x60\x74\xf3\x45\xe7\xec\xb4\xef\x08\ \xfb\x50\x53\xaf\xd9\x39\xd9\x2f\xe7\xea\xa7\x95\x52\xb5\xd7\xdb\ \x6b\x54\xd9\x62\x33\x9f\xaf\xf4\x7a\x9d\x5a\xa3\x0a\x30\xa8\xd1\ \x02\x80\x76\xbc\xdb\xaf\xd0\x95\xfe\x49\xb7\xda\x28\x55\x3a\x0c\ \x67\x8f\xe4\xab\x47\xad\x5c\xbd\xc2\x15\x4a\xed\xfe\x49\xbf\xdd\ \x2d\x73\xed\x5a\xb9\x58\x2b\x76\x8a\x1c\x65\xcd\x21\x2c\x57\x2c\ \xfa\x08\x86\x29\x53\x39\xbc\xe8\x8f\x26\x53\x46\x0c\x63\x19\xc4\ \xc4\x98\x50\x87\xdf\xb1\x31\x33\x37\x35\x6d\x18\x9f\xd5\x2f\x47\ \xe7\x74\x8b\xfa\x45\x9d\x6e\xde\xe8\xd4\xeb\x83\xdb\x1b\xe9\x6d\ \x77\x26\xed\x31\x04\xb2\xe1\x6c\x36\x42\x3b\x56\x9c\x2e\x96\x2b\ \x51\x95\x27\x4f\x30\xb2\xde\xec\x9d\x5f\x9c\xfd\x22\x93\x9c\x3f\ \xbb\x33\x78\x6b\x80\xff\x13\x12\x09\x27\x93\x0e\x7f\x3c\x10\xb1\ \xd0\x08\x8a\xc2\x71\x33\x8a\x64\x6b\x78\x85\xb2\xa0\x85\x22\x1d\ \xb0\x9a\x0b\x94\x19\x67\x70\xae\x5d\xcf\x9b\x7c\xa5\x56\xa1\x75\ \x7e\xb6\x9f\x67\xdb\xa7\xdf\xff\xf8\xeb\xcf\x7f\xfd\xea\xeb\x3b\ \x37\x3f\xf8\xec\x83\xbb\x77\xee\x5e\x7f\xfb\xe6\x67\x37\x86\x04\ \x7c\x3e\x4f\x2a\x13\x0b\x25\xbc\x01\x80\x19\x6a\x68\xf5\x29\x06\ \x6c\x48\x06\x3b\x56\x90\xea\xc0\xc5\x67\xa5\x72\x5d\xbb\x26\x02\ \xda\x70\x01\xfc\x86\x2f\x04\xaa\x0e\x32\xac\x4b\x27\x2c\xb1\x44\ \x24\x17\xa9\x15\x22\xed\xe6\x9a\x76\x4d\xbb\xb9\xb5\xf9\xe8\xe1\ \x3a\x74\xc5\xd2\x2a\x2e\x6d\xd9\x45\x32\x38\x13\xaa\x95\x29\xf8\ \x3c\xb8\x53\x08\x8d\xe2\x61\xd6\xbc\x48\x0e\x54\x24\x6c\x62\x49\ \x84\x2a\xb1\x92\x7f\xd9\x91\x07\x38\x09\xa4\xa2\x0c\x7a\xc8\x48\ \x44\x52\xb1\x74\x48\x2a\x10\x29\x45\x03\x7c\x95\x7a\x7d\xeb\xe1\ \x43\x2d\x40\x40\x85\x44\xc8\x97\xc1\x39\x54\xc8\xfb\x84\xe0\x53\ \x5d\x01\xd6\x55\xbd\x66\xd3\x3d\xd0\x30\x73\x45\x1c\xf5\xc6\x1c\ \xab\x9e\x48\x20\x65\x27\x03\xb3\x46\x8f\xce\x39\xff\x8e\x66\xea\ \x9d\xb7\xde\xfc\x2d\xc0\xaa\xfb\xd3\x53\xe3\x4b\x53\xf3\x9a\x8d\ \x88\x2b\x19\x63\x4d\x0e\x94\xb5\xb8\x1a\x14\x6b\xc5\x93\x11\x53\ \x35\xc0\xe5\xec\x56\xba\x90\x33\x93\x16\xaf\x09\x4f\x07\x62\x51\ \x82\x22\x62\x44\xc1\x57\xcd\x6f\xb8\x4c\x25\xb4\x78\x7a\x78\x7a\ \x72\xdc\x20\x58\x96\xac\xbf\x78\xfa\xaf\x7f\x9e\xa1\x61\x2c\x10\ \xc7\xcb\x2f\x2e\xfe\xb9\x93\x33\xf9\x88\x5c\xed\xfc\xeb\x2f\x4e\ \x59\x4b\xc1\xbf\x73\xe7\x3f\xdf\xff\xe9\xd9\x63\xa4\xc2\x45\x6b\ \x95\x93\x97\xb5\x72\xce\xdc\x67\xec\xf9\x62\x79\xef\xf1\x81\xd9\ \x0e\xce\x79\xa3\xbd\xdf\x69\xd5\xf3\xbd\x7e\x11\xe9\xf5\xea\xad\ \x6a\xb3\x7c\x5c\xb1\x10\x8d\x1e\x5b\x62\xd9\x7a\xd3\xdc\xc9\xf5\ \xda\xbd\xb3\x56\x69\xb7\x57\x6a\x9f\x81\x93\x7f\xb0\x5b\x2e\x9a\ \x8b\x39\xab\xab\xd5\xcc\x15\x3a\x54\x69\xaf\x56\xeb\x1e\x74\xdb\ \xdd\x46\xae\x91\xe7\xfa\xbb\xbd\x72\x89\xa1\x49\x8a\x35\x15\xba\ \xac\xdf\x4e\xd7\x8e\x5e\x3e\xdf\xed\xb0\x68\x3a\x80\xb6\x8f\xcf\ \x9e\xf7\x2b\x2d\x6f\x9a\xe4\x5c\x7a\xdd\x8c\x7e\x76\x75\xd2\x30\ \x3f\xb7\xba\xb4\x0a\x70\x7c\xd1\xb6\x1c\xdc\xd6\x2f\x7b\x36\xf4\ \x99\x44\xda\xeb\x0f\x06\xe3\x09\x7b\x28\x1a\x07\x80\x15\x06\x4a\ \x0f\x37\x57\x77\x9e\x93\xa1\x4e\x7b\xf7\xf4\xe5\xe9\x07\x6b\x92\ \x83\x9f\x07\x05\xb7\x04\xa2\x1d\x26\x62\x8b\x7b\xbd\x8e\x00\x02\ \x08\xaa\xcf\x0e\xd4\x32\x89\x26\x43\xcd\x7d\x7b\x89\xa3\xf1\x3a\ \xc7\x65\xbc\x8c\xb9\xc2\x9a\xed\x38\xd7\xe4\x38\x86\x29\x14\xa8\ \xce\xe9\xce\x59\xef\xe4\xfc\xe9\xf9\xb3\x3f\x7f\xf9\xc5\x07\x5f\ \x7d\xf1\xf6\xf5\xeb\x77\x6f\x7e\x70\xe7\xd6\xb5\x81\xeb\xb7\x86\ \xc4\x32\xa0\xd9\x06\xa4\x32\xd9\x10\x8f\x27\x56\xc9\x85\xfc\xcb\ \x76\x36\x9c\x61\x87\xc0\x20\x96\xc0\x4e\xb8\x4a\xa5\x55\x28\xd5\ \x7c\xf0\x55\x2e\x05\x48\x26\x15\x0a\xd5\xf0\x56\xa2\x50\x02\xdb\ \x52\x00\x43\xf8\x52\xbe\x5a\x0d\xfb\x56\x9b\x7f\xf9\xee\xd1\xd6\ \xd6\xe6\x9a\x62\x4d\x0b\x34\xe5\xc0\x90\x74\x40\x20\xbe\x04\x22\ \x38\x60\x05\x9b\xfb\xd0\xa2\x8f\x2f\x13\x41\x7a\x35\x00\x1e\xe4\ \x8b\x79\x4a\x68\x40\xa3\x92\xc1\x2c\x56\x00\x7e\x22\x68\x75\xca\ \x57\xc8\xc5\x02\x40\xb1\xa0\xad\xa9\x52\xbd\xb6\xb6\xa0\x96\x6b\ \x55\x97\x7d\x2f\x91\x58\xa6\x82\x73\x16\x6a\xa8\x51\x55\xca\xab\ \x1e\xd6\x55\xbd\x5e\x45\x22\x3e\xac\x5e\xca\xe3\x9e\xd5\xe8\x92\ \x2d\xb0\x98\x8c\xa5\x32\x13\xcb\xab\x33\xce\xf1\x7b\x73\xa3\xf7\ \xde\x78\xeb\xbd\xfb\xe3\x6f\x3d\x18\x9b\x35\x8c\xdc\x9f\xd3\xa5\ \xcd\x14\x61\x07\x87\xdc\xc2\x59\x08\x9c\xad\x5a\x38\xce\xc1\x31\ \x71\x9f\xcf\xc4\x7a\xab\x9c\x17\x09\xac\x58\xb1\x40\x3a\x12\xb7\ \x16\xb0\x84\x05\x2b\x61\x56\x7d\x1a\xc5\x12\x5c\xa5\x40\x17\x73\ \xb4\x3f\xef\x8b\x87\xba\x27\xc7\x27\xd6\xb0\x1f\x8f\x3b\x5c\xd6\ \xbd\xd3\x27\x7d\x94\x02\xd0\x55\x2d\xd3\x0e\x0b\x6a\xcd\x3b\xe8\ \xc7\x47\x07\xdf\x9f\x30\x11\x36\xec\xee\x16\xf3\xc7\x75\x7f\x0c\ \xd9\xb5\x04\xac\xd5\xdd\x5a\xa7\x48\x23\x48\x20\x5b\x3e\xea\x1e\ \xf4\x4b\xe5\xee\x51\xc5\x97\x3f\xe8\xd6\x5b\xb5\xea\x71\xcf\x6b\ \xda\xad\xd5\x6a\x65\xae\xd5\xa9\x74\xdb\xbd\xc3\xb3\x83\x6e\x61\ \xbf\x5f\x3d\xde\x2f\xd5\x1a\xbd\x46\xbd\x6c\x2e\x62\x96\x48\xa1\ \x0f\xf0\x09\xa7\xfb\xb5\x5e\xa3\xcf\xe6\x1b\xad\x5a\xa3\x75\xb0\ \xd7\xad\x14\x69\x96\xf6\x71\x0c\x4a\xd5\x39\xd2\x4e\x1c\x1d\xbf\ \x3c\xeb\xd7\x4a\xfe\x8c\xbd\xd6\x3f\xdb\x7b\xde\x6f\x94\x48\x6b\ \xb1\xec\x9f\x9f\x9e\x9f\x9b\x35\x2c\x4e\xe8\xa3\xfa\xd9\x19\xcd\ \x8a\x67\x71\x76\xd1\xe8\x9e\xdf\x80\xcb\xcf\x36\x47\x38\xed\x8c\ \xc6\x93\xe6\x68\x0a\x6f\x99\x52\x5e\x94\x2b\x30\x58\xeb\xd7\x5a\ \x9c\xee\xee\x3f\x3e\x3f\xd9\x19\x92\x7d\xf9\xf4\x2b\xa9\x94\xc7\ \x97\x9d\xb9\xd2\xd9\x74\x8c\xc4\xbd\xfe\xb8\x9f\x70\x20\x16\x02\ \xcd\x21\x04\x52\xed\x9a\xf2\x75\x53\x1e\x28\xbf\x24\x52\xa4\x2b\ \x25\x33\x43\x15\xea\x0c\x5d\x2c\x50\xc5\x52\xe7\xfc\x71\xb7\x73\ \xfa\xe4\xf4\xe7\x3f\x7d\xfe\xc1\x1f\xbe\xfc\xec\xb3\x9b\x83\xb7\ \x6e\xde\x19\xba\xf1\xd9\xb5\x21\xd1\xb5\xc1\x41\x89\xe4\xf2\xae\ \x9f\x48\x2a\x04\x28\xa2\x90\xab\xe4\xb0\xc3\x24\x86\xf1\xa8\x6a\ \x19\x9c\x6d\x50\xc8\x15\xaa\x35\x78\x07\x4f\xa2\x5c\x90\xc3\x1d\ \xc0\x4b\x13\x05\x85\x52\x26\x56\xa8\xd5\x12\x21\x8c\x8d\x00\x48\ \x02\x94\xdb\xfa\xc2\xda\xd6\x77\x5b\x5b\x6b\x5b\x5b\x5b\x40\x43\ \x8a\x64\x32\x38\x42\x0f\x6f\xf8\x29\x00\x39\x92\x01\x74\x13\x4b\ \x85\x12\x85\x44\x04\x87\x1a\x64\x42\xf1\x80\x5c\xa1\x90\xc0\x5e\ \x96\x48\xaa\xd0\x02\xf0\x93\x2b\xc5\xd0\x3d\x59\x2e\x86\x89\x3a\ \x03\x83\x42\xc8\xa1\xd4\x8a\x05\xed\xa3\x4d\x85\x9a\xaf\x94\x4b\ \xc4\x97\xce\x59\x32\xf0\x0a\xf0\xb8\x52\xbb\xa0\x5e\xbf\x1a\x6b\ \xb8\xaa\xd7\x95\x84\x51\x36\xc4\x92\x0c\x9b\x0e\xa2\x2b\x11\xd7\ \xbc\xdb\xeb\x9c\x9b\x0a\x6f\xcc\xad\xce\x69\xa6\x86\x3f\xbc\xfd\ \xde\x9b\x1f\x6b\x1e\x3c\xd0\x18\x66\xa6\xa6\x3f\x9e\x58\x41\x29\ \x02\xc3\x4c\x18\x99\x27\xc2\xb9\x1c\x12\xaa\x96\x93\xa5\x52\x14\ \x69\x15\xab\x14\x65\x4d\x98\x70\x70\x24\x89\x44\x22\x15\xe7\x70\ \x0f\x49\x15\xbd\x48\x38\x89\xe6\xb2\x2e\xaa\x8a\x02\xe1\xe5\xa5\ \x68\x77\x86\xb0\x86\x00\x41\xf3\x27\x22\x5c\xce\x5a\x24\x49\x87\ \xdd\xe4\x0f\xe1\x38\x16\x73\x59\x92\x38\x86\x63\x56\xfc\xe4\x9c\ \x48\x25\xe9\x98\xbb\x4c\xd7\x9f\x77\x82\xdb\x78\x33\xee\xf2\x15\ \xfd\x19\xd2\x1f\xc0\xb0\x58\x82\x6a\xb5\xba\xfd\x76\xa1\x7d\x58\ \xa1\x01\xa3\xaa\x1f\x9c\xe4\xf7\x8b\xc9\x7c\xb3\xdd\x2e\x35\x72\ \xfd\x76\xbe\x56\x69\x34\x0f\x0e\xfb\xb9\xfd\x8a\xb5\xd4\x6c\x55\ \xab\xc5\x66\xa1\x9f\xdf\x2d\x15\xab\xf9\x5a\xa1\xd3\xc2\xb8\x4a\ \xbe\xdb\x6b\x17\xc1\x8f\x4a\xdd\x72\xbb\x01\xc7\x41\x59\xaa\x86\ \x65\x09\x5f\x8e\x40\x10\xa4\xf4\xf8\x79\xaf\xbc\xdb\x73\x84\x4c\ \xf9\xd3\xd3\xd3\xf3\xbd\x02\x13\x4e\x98\x8a\x59\xdd\xdc\x92\xc7\ \x30\x3b\xa5\xcb\x24\x74\x3a\xa3\xc6\xe0\xd9\x36\xb8\x57\x66\xf5\ \x9a\x54\x64\xd9\xb8\xed\x8a\x2e\x66\xe2\x0e\xc2\x1b\x71\x71\x55\ \x57\xc6\x65\xf5\xe1\xad\xc2\xee\x39\x9d\x29\x3f\x3d\x7d\xb6\x73\ \xbe\x33\xc0\xff\xf7\x8b\x9b\x82\x5b\xf2\xcd\xa1\x8e\x3f\x00\x04\ \xa4\x37\xe9\x0c\x20\x2e\x04\xe1\x42\x04\xee\x43\x80\x64\xde\xb5\ \x96\xdb\x3e\x73\x9e\xb1\x26\xfc\x39\x8b\xb9\x92\x2b\xd2\x85\x86\ \x8f\xcd\x55\x76\xf3\x4c\xeb\xe4\xac\x7d\x70\x7a\xfa\x9f\x3f\x7d\ \x76\xf7\xe6\x27\x5f\x7d\x75\xe3\xce\x9d\xcf\xae\xdd\xfd\xe0\xe6\ \x2d\x1e\x80\x06\xe9\xd0\x75\x91\x48\xca\x83\xf1\x80\x52\x39\x5f\ \x2a\x51\xca\xd6\x00\xaf\x01\xe8\x01\x98\x8c\x4c\xa1\x14\xc1\x4d\ \x41\x95\x5c\xbb\x20\x87\x09\xce\x42\xc0\x8e\xf8\x4a\x11\xcc\xff\ \x12\x41\xf9\xa6\x04\xa8\x25\x11\x03\xc4\x12\x0c\xc8\x17\xb4\x9b\ \x9b\xaa\xad\xcd\x87\xeb\x9b\x9b\x9b\x0f\xb7\x94\x6a\xd8\x8a\x87\ \xa9\xce\x70\x88\x5d\xa5\xe0\xab\x24\x02\xd8\xb6\x87\x6e\xed\x22\ \x19\x6c\x5f\x29\xa0\x00\x04\x6f\x08\xa7\xbf\xe4\x5a\x3e\x4c\xab\ \x17\x48\x2f\xc3\x0a\xc5\x83\x02\xd1\x75\xb1\x4a\xa5\x56\xac\xad\ \x2f\x6c\x2d\xac\xad\xa9\x16\x60\x94\xa1\x18\x2e\x49\x03\xc5\x28\ \x17\xcb\x61\x06\xe2\xba\x5a\x25\xbb\x1a\x1c\xbd\xaa\xd7\x2b\x24\ \xc9\xe1\xb4\x99\x08\xa4\x13\xf4\x7c\xd0\xbb\xb4\x92\x76\xce\xcc\ \x59\x8c\xfa\x65\xc3\xec\xc4\x47\xef\xdf\x7e\xe3\xf6\x98\x7e\x52\ \xa3\x99\x1e\x9f\x9f\x19\x9b\xd0\xa5\x82\xc9\x2c\xc6\x59\x71\x2c\ \xea\xa5\x38\x32\x8e\xba\x02\x39\xd3\xaa\x03\xa3\xc0\x79\x47\x42\ \x44\x2c\x81\x06\xfc\x61\x07\x89\x37\xa9\x94\xd3\x5e\xf5\x9a\x4c\ \xf6\x7a\x3e\xe5\x60\xb8\x42\xad\xe8\x72\x54\xc2\x6e\xaf\x0b\xc1\ \x73\x95\xac\xdf\x1e\xc1\x4d\x84\xdd\x12\x4f\x58\x58\x4b\xc0\x82\ \x85\xd2\x96\x90\xcb\x62\x09\x11\x68\xbe\x5b\x74\x11\x04\xb1\x91\ \x65\xcb\xbd\xa7\x2f\xfc\xdb\x64\x31\xe0\x47\x30\xc7\x4a\xdc\x17\ \xb2\xda\x53\x58\xb7\xb3\xb7\xd7\x60\x99\xf6\x5e\x09\xf7\xf5\x3b\ \x5c\xa3\x59\xe8\x58\x42\x95\x76\xbf\x51\x6e\x50\x95\x46\x8d\x6b\ \xef\x96\x3b\x7b\xb5\x56\xab\xce\xb4\x2a\xa5\x46\xb5\xda\x68\x94\ \x0a\xe5\xd6\xd1\xe3\x4e\x31\x57\x2e\x53\xa5\x56\x83\xe5\xca\x45\ \x6c\xb7\x59\xea\x95\x2a\xbd\x82\xd9\x54\x2c\xa2\x80\xfa\xa1\x65\ \x96\xa6\x89\x5c\xb7\x73\x70\xd4\xea\xd5\x5d\x0e\xb4\xf4\xfc\xf9\ \xe3\xa7\x27\x45\x88\x29\x34\x00\xab\x25\xe7\xfc\xd8\xd4\xaa\xc7\ \x69\xd0\x2f\xdb\xb6\xe7\x27\xb7\x03\xab\x46\xc3\x8a\x13\x48\xc3\ \x68\x24\xbb\xac\x4f\x85\x03\x61\x97\xab\x9b\x4b\x87\xe9\x30\x52\ \x64\xf3\x2f\xce\x4d\x11\xee\xec\xec\xc7\x8b\xb3\x9f\x45\xda\x9f\ \xbf\xbf\x75\xeb\x86\x76\xeb\x8f\x26\x7b\x38\xbd\xed\x8c\xb8\x22\ \x49\x97\xc3\x8b\x61\x11\x2f\xcb\x98\x49\x22\xb7\x6b\x6d\x96\x73\ \x38\x63\xb6\x86\x03\x18\x97\x2b\x30\x66\x1f\x5b\x36\xd3\x66\xa0\ \x08\x99\x5c\xef\xf9\x8b\x8b\x27\x3f\xfe\xf4\xf9\x27\x5f\x7c\x70\ \xf3\xed\xbb\x6f\xdf\xbd\x71\x4b\xf0\xf6\x07\xb7\xae\xc1\xe9\xcd\ \x81\x21\xa1\x18\xc0\x01\x5f\x24\xe2\x49\x84\xb0\x73\x25\x80\xee\ \x9f\x52\xb8\x04\x2d\x87\xae\x54\x0a\x38\x92\xa0\x5e\x83\x1b\x38\ \x12\x89\x0c\x0e\x7c\x2a\x20\x72\x09\x45\x00\xc6\x00\xf6\x40\x08\ \x01\xaf\x14\x0d\xf2\xb5\xea\xf5\xad\xcd\xad\x47\x6b\x70\x39\x79\ \xfd\xd1\x9a\x4a\xa5\xe4\x4b\xa5\xe0\xbd\xf8\x8a\xcb\x88\x9d\xcb\ \xd1\x2d\xbe\x58\x2a\x80\xa9\xa8\xff\x35\x59\x06\x60\x07\x74\xa2\ \xec\x32\x3c\x0c\x8e\x56\x09\x85\x03\x3c\xe9\x80\x54\x2c\xbf\x76\ \x4d\x2a\x57\xa9\x14\x0b\x80\x5d\x7d\xf7\x10\x30\x3d\x85\x5c\x3e\ \xc4\x93\xf3\x20\x13\x94\x01\xe8\x83\x53\xf6\x22\xf9\x9a\x5a\x78\ \x05\x58\x57\xf5\x9a\xe5\x72\xe4\xa8\xb2\x29\x16\xb3\xc5\x2c\xb3\ \x9e\x44\xda\x1d\x8d\x2e\x4d\x3b\x67\x66\x53\xf3\x06\xcd\xc7\x1f\ \xbe\xf7\xc6\x5b\x1f\x4d\x4c\x4f\x4c\x4c\x3d\xd0\x8c\x4c\x4f\xce\ \x6c\x3b\x97\x23\xb4\x03\x10\xb2\xe5\x50\xce\x57\xa8\x9a\x3d\x8e\ \xbc\xcb\x90\x08\xd8\xd1\x90\x0b\x0f\x13\xa9\xed\x52\x97\xf1\xfb\ \x89\xbc\xd9\xe1\x8e\x5b\x4a\xac\xcb\x1a\xce\x11\x80\x7d\x58\x99\ \xa6\x29\x86\x16\x43\xdb\xdb\x0e\x92\xe5\x4a\x09\x2b\x1d\x42\x68\ \x0c\x2b\x59\xec\x96\x42\x20\x40\x07\xe2\xa8\x17\xd0\x0e\x24\xcc\ \x55\xda\x27\x94\x29\x14\x8c\x1b\x03\x18\x02\x8e\x32\x11\xa8\x96\ \x53\x09\x7b\x0b\x4b\xfa\xa8\x64\x32\xe2\x46\xfb\xed\xc7\xfb\xf5\ \x6a\xf5\xbc\xe5\xc3\x1a\xfb\xe5\x4a\xab\x58\xde\x43\xb0\x32\x56\ \xa8\x55\x28\x5f\x13\xee\xc9\x34\x5a\xa7\x47\xb5\x4e\x9d\xa3\x9b\ \xf5\x72\x0e\x90\xb0\xb6\x8f\xa6\xbb\x8d\xbd\x1e\x97\x2b\xef\x52\ \x54\x85\xcd\xb7\x2b\x39\xba\xc5\x72\x2c\x5d\xae\xd5\x7c\x40\x81\ \x21\x45\x4b\xc0\xe5\xf3\xfb\x5c\xb1\x72\xa3\x7c\xfc\xb8\xd3\x2f\ \x27\xb2\x2e\xf6\xb0\x7b\x70\xb2\x5b\xe7\x1a\x94\xd5\x6f\x98\x71\ \x2f\x07\xdd\x33\xb3\xab\xce\x8d\xd9\x65\x9b\x73\xde\xa0\x5b\xcc\ \xd8\x56\x0d\xee\x45\xf7\x4a\xdc\x11\xde\x06\x5f\xbd\x7e\x2f\x49\ \x96\x11\x77\x18\x77\xd0\x14\x5d\x7b\xf6\x98\xb2\xd7\x0e\x9f\xfc\ \xf2\xf3\xc5\x07\xeb\xea\x7f\xfe\x3a\x70\x4b\xa4\x7e\xf8\x67\x84\ \x8c\x3b\x33\x01\xaf\x25\xe4\xc0\x48\x33\x83\xda\xfd\xb8\xc9\x61\ \xb6\xef\x9d\x55\x5b\x85\x8a\x09\x2b\x5b\x23\x16\x96\x41\x7c\x25\ \x34\x5f\xe1\x6a\xe0\x53\x56\x60\x6c\xce\xf3\xc7\x3f\x9e\xff\xfc\ \xc5\x8d\xcf\x3e\xf9\xe2\xcb\x2f\x6e\xbd\x7d\xfd\xee\xad\x81\x21\ \xde\xd0\xb5\x01\xe9\xad\x5b\x83\x62\x18\x2a\x21\xe3\xab\x55\x30\ \xdb\x4b\xae\x06\xb0\x01\x37\x95\x15\xb0\x3d\xa5\xe0\x2b\xf9\x70\ \x53\x47\xb9\xb6\xa0\x56\xa9\x65\x3c\x00\x39\x40\xe1\xf1\xa1\x07\ \x1f\x60\x5a\x5a\x68\x34\x0a\xf4\xa1\x40\x0a\xb3\xe6\x15\x6b\xea\ \x4d\xed\xc3\xcd\xad\xcd\x35\xed\xfa\x77\x0f\x37\x37\xd7\x60\x23\ \x8a\xaf\x96\x0d\xf1\x00\x53\x02\xd8\x05\xbd\x44\x61\x3f\x4c\xc4\ \x57\x08\x79\x22\xd8\xc7\xd7\x2a\x81\x02\x15\x03\xda\x05\x6f\x19\ \x02\x84\x14\x4a\x79\x3c\xc1\xa0\x84\x2f\x1c\x90\xc0\xc9\x0a\x35\ \x90\x96\x6b\xeb\x9b\x0f\xe5\x52\x85\x58\x0a\x58\x9c\x10\xc6\x8a\ \x2d\x2c\x00\xd6\xa7\x82\xe3\xf1\x72\x98\x85\x78\xb5\x4b\x78\x55\ \xaf\xdb\xc3\xca\x9b\x68\x13\xb2\xbd\x98\xc4\x34\xce\x74\x2a\x16\ \xb1\xcd\x4f\x2e\x6a\x74\x8b\x73\xba\xfb\x1f\x0e\xbf\xf7\xfb\x77\ \xc6\xa7\x66\x3e\xba\x37\x3d\x7e\x7f\x78\x72\xc6\x96\x8d\x86\x5d\ \xde\x4c\x96\x70\xcc\x61\xb8\xbf\xd1\x73\xa5\x43\xe6\x88\x21\x9d\ \xcc\x46\x03\x8e\x64\x34\x12\xcc\x70\x56\x8b\x35\x1e\xc7\xcc\x8e\ \x2c\xc6\x98\x59\x16\x8d\x77\x4d\x1b\xde\x4a\x3c\x43\x10\x76\xb4\ \xe5\xf5\x44\xc9\xb8\x23\x5f\x0a\x59\xc0\x69\xf5\x59\x03\x0c\x4d\ \x10\x58\x9c\x28\x63\xc1\xed\x68\xd4\x53\xc6\x22\x3e\x02\xa0\x1c\ \x95\x8d\x92\xa9\x74\x84\xc4\x62\x9e\x64\xa4\xcc\xae\x26\x48\x06\ \x31\xb3\x68\x34\x10\x77\xa3\xa5\xc7\x07\xfd\x3a\x57\x7c\xda\xca\ \x97\xcb\xb5\x4e\xb1\x95\x2b\x1e\xb2\x78\xb9\xbc\x5b\xab\xe6\xb9\ \xdd\x3e\x10\x54\x6c\xa9\x77\x54\xae\xef\x33\x34\x6b\x65\x2b\x85\ \x52\xed\xb0\xc1\xf8\x29\x0e\x4e\x5f\xb5\x0f\xe9\x90\xb9\xbe\x57\ \xad\xd3\xbe\x5a\xc9\xdc\x2c\xb0\xb4\xaf\x82\x12\x14\x20\x37\x09\ \x17\x67\x0a\x79\x23\xc8\x6e\xb3\xb5\x57\x2a\x17\xe2\x21\x2a\xb7\ \xdb\x6f\x77\x5a\x7b\x47\x3d\x17\x6b\x35\x1a\xf4\x06\xa3\x7e\x7a\ \xc9\xad\xdb\x58\x36\xc6\x6c\x9a\x45\xbd\x73\x3b\xb5\xe8\xf4\xac\ \xd8\x92\x71\x87\xc3\xb8\xb4\x1c\x24\x63\x41\x17\xdb\x74\x84\xbd\ \x5c\x88\x6d\x20\xcd\x7f\x9d\x91\xe4\xd1\xe9\x7f\x76\x9e\x3d\xb9\ \xa1\x10\x3d\xfd\xdb\x35\x9e\x50\xa1\xfd\xab\x25\x90\x75\x46\x03\ \x16\x24\x16\xb3\x87\x18\x93\x99\xc2\x19\xbb\x3d\x42\x9e\x9c\x14\ \x1a\x35\x6b\xc1\x0c\x7e\x83\xe0\x18\x46\xd6\x4a\x0c\x6d\xca\x97\ \x0b\x2c\x53\x6c\x35\xda\xa7\x4f\x9e\xfd\xe3\xcf\x5f\xfe\xf0\xa7\ \x3f\xbd\xfd\xf9\x27\x9f\xdc\xbc\xfe\xe5\xad\x9b\x83\x03\x43\xd7\ \x06\xa5\x37\xae\x4b\x84\x42\xa5\x16\x8e\x29\x28\x04\x22\x00\x0b\ \x62\x38\x93\xa9\x50\x8b\xe1\x7e\x32\x64\x46\xd0\x55\x4f\x05\x64\ \xa0\x1a\x7c\xc7\x93\x29\xb5\x7c\x91\x82\xaf\x00\x0f\x88\x80\x34\ \x83\xee\x9f\x0a\xc0\xcc\x84\x70\xdb\x46\xb5\xa0\x5c\xdf\xfa\x6e\ \x4d\xfd\x68\x53\xab\x82\x0e\x7b\x0b\xd0\xf3\x41\xc8\x13\x0c\x09\ \xe4\x10\xf5\x14\x90\x20\xc1\x80\x54\xb5\x16\x8e\x90\x82\x6b\x28\ \xd4\x42\x88\x52\x22\x98\x1a\xcd\x53\xc0\x37\x04\x88\x24\x95\xf0\ \x07\x04\x00\x93\x84\x40\x0a\x6e\x01\x75\xb9\x05\x6d\x19\xe4\x62\ \x09\x64\x76\x40\x48\x2a\xe0\x28\xab\x0c\xf0\x31\xb9\x5c\xae\xdc\ \x5c\x53\x5f\xdd\x25\xbc\xaa\xd7\xab\x64\xda\x8a\x58\x91\xed\x31\ \x5b\xd2\x34\xeb\x4c\x6d\x93\xc9\x98\x6e\x7e\x63\x6e\x7c\x79\xe2\ \x9d\xf7\xef\x7d\xfc\xc6\x7b\x0f\x1e\xcc\xce\x7e\x3a\x3c\x39\x3e\ \xa5\xd3\xcd\xe8\xb2\x46\x4f\x36\x11\x24\x42\xfe\x55\x7b\x1c\xa9\ \x14\x09\x6b\x28\x10\xcf\x64\x6c\x2b\x4b\x4e\x9b\x33\x86\x67\x37\ \x70\x92\xb4\x3b\xb2\xe6\x72\xd8\x11\x42\x43\xa4\xc9\x11\x66\xc8\ \xa0\xd5\x14\x8a\x23\x39\x8a\xca\x45\xb6\x49\x93\xc9\x5a\xca\xd9\ \x99\x24\xd6\xc2\x2d\x69\xa4\x89\x23\x26\x97\x83\xb6\x46\xa2\x48\ \x3c\x93\x23\xa2\x91\xb0\xd3\x6f\x0d\x7b\xac\x58\xd6\x18\x0f\xf9\ \xb3\x69\x87\xab\xec\xdd\x26\xda\x3e\x34\x57\x76\x45\xec\x09\x4f\ \x81\x6b\x55\xea\xed\x5c\xf1\xa0\x88\x99\xd9\x7a\xa1\x58\x63\x0b\ \x75\x8e\xac\xb5\xeb\xed\x7a\xa5\x53\xae\x14\xa8\x7c\xa5\xd4\xa7\ \xcd\xad\x66\xc8\x85\x64\xa9\xdd\x7a\xa9\xda\x6b\xe0\x2b\x89\xfa\ \x7e\x03\x2b\x9e\x35\xad\x54\xb1\xda\x2e\x95\x0a\x00\xfd\xc8\x66\ \x91\x2e\x15\xad\xa6\x2a\x87\x60\x81\x28\x61\xc9\x5b\x11\x7b\x2b\ \xd7\xec\xb7\x4b\xb4\x29\x9c\xa4\xea\xad\xdd\x66\xb7\x5a\x6e\x94\ \x08\x8a\xd4\xcc\xeb\x8d\x33\x93\xb3\xcb\xcb\xab\x1b\x86\x65\xcf\ \x8a\x7e\xde\x98\x4c\x19\x96\xdd\xdb\x5e\x4f\x30\x0b\x30\x74\xc3\ \xe3\x89\x66\x63\x16\x2e\xe7\x5f\xb1\x97\xf3\x85\x0a\xd2\xfb\x7b\ \xdf\x51\x3e\xdf\xf9\x71\xe7\xd9\xaf\x22\xe5\x1f\x2e\x3e\x10\x00\ \xee\x23\x3a\x23\x2d\xd9\x4c\x2a\x1e\xb1\x47\x22\x44\xc1\x6a\xb5\ \x7a\x2d\x0c\x8a\x13\xe8\xd1\x39\xd3\x3a\x06\xe0\xe5\xe2\x42\x76\ \xa6\x8a\xf9\x0a\x79\xc6\x6c\xca\xb1\x2c\xcd\xed\xed\xb6\x0e\x2e\ \x7e\xfa\xf9\x6f\xff\xf8\xeb\x0f\x3f\xfc\x69\xf0\x8b\xcf\x6f\xde\ \x79\xfb\xb3\x1b\x37\xae\xdf\xb8\x31\x28\x1d\x18\xbc\xc6\xe3\x43\ \x38\x80\x31\x36\x02\xe8\xf3\x09\xbe\x88\xa1\xf2\x82\xd3\xee\xf0\ \x97\x12\xee\xf6\x41\x70\x02\xc0\x25\x82\x59\x14\x97\x6b\xcc\x62\ \x09\x4f\xac\xba\x9c\xa5\x12\x09\xf9\x03\x12\x01\x0f\xf6\xb6\x14\ \xeb\x9b\x6b\x9b\x5b\x5b\x0b\x6b\x70\x39\x47\xb5\xa6\x96\x09\xc5\ \x7c\x11\x5f\x02\xf7\x98\xe1\xa8\x84\x4c\xcc\xe7\x0d\x00\x89\x09\ \x04\x1e\xa0\x6f\x7c\x38\x47\x01\x2d\x6c\xd4\x7c\x99\x92\x27\x05\ \x0f\x5c\xfa\xbd\xf3\xc4\x22\xa9\x70\x4d\xa5\x55\x6f\x3d\x7c\xf8\ \x70\x4b\xbb\xa0\x92\xa9\x14\x3c\xbe\x5c\x2a\x11\xf3\x85\xf0\x9e\ \xa5\x5c\x0c\x5d\x05\xd5\x32\x68\x22\xaf\x55\x6b\xb5\x57\x27\xee\ \xaa\x5e\xab\x4c\x61\xd4\x4c\xe3\x96\xa0\x31\x19\xd1\xac\x38\xd3\ \xde\xe4\xb6\x7e\xca\x39\x3d\xbd\x34\x7b\xef\x77\xb7\xdf\x7f\xf3\ \x8d\xf7\x3f\x1e\x19\xb9\x37\xa5\x9b\x9c\x9e\x1e\x9e\x5a\xf4\xae\ \xac\xda\xa2\x71\x87\x9f\x5e\xc9\x38\x58\xd6\x5c\xb0\xd8\xc8\x8c\ \x7e\x7e\xd1\xb6\xb2\x11\x0d\x7a\xe3\xcb\x31\x9a\x74\x21\x84\x03\ \x2f\x24\x1d\x26\x7b\x28\x99\x74\x44\x28\xbb\xc3\x67\x2a\x15\x38\ \x26\x64\xa6\x83\x11\x1c\x41\xd8\x96\x2f\x6e\x4f\x9a\x0e\x70\xcc\ \x8b\xe5\x5d\x74\x39\x92\xf0\xfa\x2d\x3e\x64\xdb\x5b\xb5\x78\xe3\ \xa1\xac\x77\x3b\xbd\xe8\xa2\x3c\x04\x19\xa2\xc9\x44\x20\xe0\xb3\ \x07\xf0\xfd\xa3\x52\xc4\x1b\x8f\x93\xe9\x34\xd3\xdd\xad\xf6\x7b\ \x54\xe5\x15\x8b\x23\x5c\x29\x07\x00\xa8\xd3\xf5\x5b\x2a\x8d\x7e\ \xbf\x8d\xf9\x4a\xd6\xbc\x2f\x57\x6d\xe6\x7c\x64\xa3\x81\x06\xe3\ \xab\xf8\x6e\xa9\x58\xce\xe5\x03\x9e\x60\xa0\xd0\x20\xb0\x5e\xde\ \x54\xee\x1c\x17\x99\x6a\xb5\x52\xb6\xb2\x1d\xb6\x5e\xde\x27\x7c\ \x1c\x78\x95\x2b\x6a\x31\x63\x58\x14\x39\x28\x1f\x74\xaa\xb5\x0a\ \xc3\x64\xe8\x5e\xf7\xa0\x77\x56\xe1\x7c\x0c\x43\x46\x96\x96\x0d\ \xf3\xfa\x8f\xc6\x67\xf4\x46\xfd\x8a\x6e\xd6\xa3\x71\xbb\x83\x6e\ \xc3\xb4\x31\x48\x6e\x2c\xc5\xbd\x89\xec\x6a\x3a\x9d\xf1\x7b\x1d\ \x95\x82\x73\xde\x55\xa5\xcd\x14\x7d\xfa\x73\xd3\x55\xd9\x79\xb5\ \xf3\xeb\xbf\x7f\x92\x6b\xff\xf6\xec\xba\x58\x21\x14\x0d\xf6\x42\ \x56\x47\xc2\xef\x77\x60\x84\x1f\x47\x48\xbb\x89\x64\x48\xce\xd2\ \xd9\x3d\x39\xa6\x3a\xc7\x05\x86\x0b\xb9\x22\xfe\x12\x6b\x46\x11\ \xce\x07\x24\xac\xaf\x58\xeb\xf5\xda\x47\xaf\x7e\xfe\xf6\x97\xbf\ \x7e\xfb\xed\xb7\x7f\xff\xe3\xcd\xbb\x9f\x5d\xbf\xf3\xf6\xf5\x5b\ \x37\x06\xa4\x43\xd7\x44\xd2\x41\x29\x4f\xaa\xe0\x5f\x9a\xbb\x28\ \x04\x52\x3e\x34\x23\x96\x00\x02\x25\x91\x02\xa9\x26\x57\xc9\x79\ \x52\xbe\x5a\xa1\x90\xa9\x64\x80\x0a\x29\xe4\x02\x88\x35\x72\x20\ \x0b\xf9\x32\x81\x98\x2f\x07\xc4\x4a\x2c\x91\xf2\xc4\x62\xa9\x44\ \x06\x88\x90\x42\xbe\x06\x00\xeb\x2f\xdf\x6d\xae\x6d\xfd\xe5\xd1\ \x96\x1a\xba\xbe\x4b\xc0\x93\x44\x62\xbe\x54\x0e\xad\x00\xd5\x32\ \x70\x2d\x21\x44\x1e\xa0\x20\x61\x53\x6b\xe8\xba\x44\x02\xbe\x93\ \x41\x1f\x19\xf8\x19\x04\xd0\x02\x6b\x50\xa2\x85\x43\x14\xea\xad\ \x4d\xc0\xae\xd6\x17\x64\x32\x05\xcc\xae\x97\xc9\x54\x72\x78\x6b\ \x92\xaf\x96\x03\xfa\x05\xff\x91\x03\xd2\x27\xbf\x62\x58\x57\xf5\ \xba\x0c\x2b\x5c\xc7\x02\x66\x5f\x28\x93\xf2\xce\xc7\x88\x6c\xdc\ \x1b\x9c\x9d\x36\xce\x1a\xdc\xba\x4f\x1f\xbc\xfb\xc6\xed\x37\xde\ \xbd\x3f\xfc\xe0\xfe\xd8\xb4\x5e\x37\x7d\x7f\x7a\xd1\xe6\x34\xa6\ \xfc\x89\x14\x19\x00\xa7\x7c\x6f\x97\x35\x33\xb1\x40\x6a\xde\x30\ \xbf\x1a\x4f\x38\xe3\xfe\xb0\x2d\xe8\x42\x02\x76\x3a\xc0\xe5\x33\ \xb1\x22\x8d\x7a\x43\x01\xa2\x49\x78\x4d\x38\xd6\x66\xac\x64\xc4\ \x6c\x0b\x61\x01\x0c\x2f\xd1\x69\x93\xd7\x5a\x61\xe2\x24\x6e\x09\ \xe3\x5c\x38\xe9\xb7\x96\x98\x48\x24\x6c\xb1\x67\xad\x35\xdc\x6e\ \xdb\x5e\x46\xcd\x1e\x3c\x14\x74\x5a\x4d\xd6\x20\xc2\x39\xcc\x05\ \xc6\x91\x48\x86\x2d\xa1\x6c\x0c\x29\xd7\x5a\x47\x5d\xff\xe3\x9f\ \x73\x29\xd2\xda\xec\x96\x8b\xa5\xc3\xa6\x09\x69\xf4\xca\xcd\x16\ \x55\x6a\x73\x5c\xa9\x5a\xca\xb1\x14\xe2\xcb\xe1\x99\xd9\xf9\x70\ \xab\x86\x75\x0f\x58\x26\x3d\x67\x44\x9b\x58\xb1\x4e\x59\x49\xd4\ \x5c\x2e\x95\x73\xd5\x12\xde\x69\x30\x4c\x81\x2b\x54\x59\x32\x14\ \x41\xa3\x71\x06\x75\x44\x22\x85\x02\xd7\x3c\x3a\xa9\x59\xed\x81\ \x5c\xb5\xd1\x2f\x53\xb9\x72\x85\x0e\xf9\x83\x33\x86\x8d\x45\xdd\ \xf4\xdc\xec\xaa\x61\x7a\x75\x71\x6e\x75\x4e\x1f\xc8\x04\xe7\xf4\ \x1e\xaf\x23\xbd\x92\x24\x33\x1b\xee\x54\x20\x42\x30\x91\xbe\xd5\ \x18\xa7\x30\xac\x44\xf7\x7e\xf8\x57\x95\x3d\xb8\xf8\xf1\xd7\xbf\ \xff\xfa\xe5\xa6\xea\x6f\x3f\x08\x25\x42\x91\xfa\x46\xd5\x6a\x8f\ \xa7\xe3\x56\xd4\x67\x45\xfc\x04\x8a\x22\x71\xc6\x44\xba\xfe\xb8\ \xb3\xfb\x98\xed\xf5\x28\x1a\x81\xde\xee\xf9\x12\x82\xfa\xf2\x94\ \x99\xe6\x72\x4c\x77\xff\xf8\xe4\xf9\x2f\x3f\xfc\x1d\xd4\xe7\x7f\ \xfc\xeb\x57\x9f\xdc\xbc\xf6\xc1\x17\x83\x82\xc1\xc1\xc1\xeb\x37\ \x6e\xc9\x64\x52\x89\x50\x00\x1b\xe8\x4a\x89\x4c\x26\x1a\x90\x42\ \x33\x50\x40\x68\x94\x62\x80\x2b\x70\xd2\x0a\xc0\x12\xd0\x7d\x4a\ \x19\x74\x41\xe6\x6b\x01\xde\x08\xf9\x32\x38\x66\x0e\x08\x0e\xdc\ \x77\x16\xc1\x00\xae\x01\x1e\x50\x89\x6a\x95\x52\xa5\x58\xfb\x6e\ \x6b\x6b\xeb\xbb\xad\xcd\x75\xa0\x08\x55\x72\xbe\x5a\x36\xc8\xe3\ \xf1\x00\x00\xca\xd5\x22\x48\xd3\x80\xde\x94\x2a\x80\xa0\x83\xe1\ \xac\x62\xb5\x5c\x3a\x24\x16\x0c\xf0\x85\x7c\xbe\x44\x02\x87\xd7\ \x01\x6b\x03\xdf\xc0\xb1\x0a\xa5\x52\xbb\xb0\xfe\xe8\xe1\xd6\xfa\ \xfa\xda\x7f\x97\xb0\x45\x12\xa0\x3d\xc1\x15\x00\xef\x53\xcb\x95\ \x2a\xed\xc2\x02\xf8\xa2\x50\x2b\xaf\x00\xeb\xaa\x5e\xb7\x9c\x5e\ \x2e\x14\x63\xcc\x6e\x5d\x3c\x31\xef\xb4\x46\x9d\xdb\xa9\xa5\xd9\ \xcc\xd8\xa4\x7e\xf6\xa3\x0f\xdf\x7f\xff\x8d\xdf\xbd\x35\x31\x39\ \x39\x31\x32\xb5\xb8\x34\x35\x37\xed\x76\x2f\x2e\xdb\xb2\x59\xb7\ \xd7\xbb\x8d\x15\x4a\x2d\x2a\xee\xcf\xfa\x83\x7a\x83\x73\x23\x19\ \xdc\xce\x46\x8a\x84\xc5\x14\x49\xd9\xed\xd6\x52\x31\x82\xe1\x34\ \xe1\x0f\x45\x08\xab\x37\x82\x58\x1b\x80\x59\x99\xbc\xec\x76\x38\ \x6a\x25\xf1\x9c\x25\x63\x8e\x60\x05\x3a\x64\x21\x02\x5e\xdc\x9b\ \x45\x31\xb4\x46\x24\xd3\x7e\xf0\x21\x88\x9c\xc5\xef\xc8\xa6\xd1\ \xa4\x11\x29\x5b\xbd\xa4\x25\x99\x76\x24\x1c\xf5\xaa\xd5\x11\x0b\ \xbb\x4a\xa6\x44\xb6\xd8\xee\xed\xb7\xab\xc4\xd9\xb9\xdf\x65\x26\ \x0f\xf3\x2c\xed\xed\x14\xad\x4d\x40\x98\xaa\xe5\x7c\xb9\x41\x23\ \x2c\x46\xb1\x35\x1f\x6e\x35\x63\x71\x43\x1c\x2f\x56\xa8\x7e\xab\ \xcc\x06\x16\xe7\x91\x92\x89\x6d\xe3\x84\x5b\x17\xc4\xca\x39\x1f\ \xc5\x99\x6a\x88\x93\xac\xe5\x18\xb6\x46\xdb\xd1\x58\x80\xab\x23\ \x04\x89\xa2\x79\x33\x0b\x3d\x89\xc9\x84\x37\x5f\xee\x95\x7c\x18\ \x43\x11\x71\xd4\x38\x6d\x58\xd4\x4f\x69\xa6\xf4\x8b\xba\x89\x95\ \xc5\x25\xe3\xd2\x62\xc2\x96\xde\x58\xf1\xc4\x22\x49\x4f\x2a\x64\ \xd3\xac\x06\xb3\x11\x6b\x84\xee\x24\x3d\x0e\xd2\x97\x07\x08\xfa\ \xc7\x0b\x13\x73\xfe\xc3\xaf\xbf\xfe\xed\xd9\xd0\x5f\xc4\x17\x5f\ \x40\xa5\xb6\xf6\x19\x67\x09\x65\x82\x61\x1f\x6d\x71\xd9\x1d\x01\ \xaf\xc9\x4a\x90\xa4\xcb\x7e\xf3\xd9\xe1\x29\xde\xee\x33\x26\x93\ \x85\x48\xe2\x25\x1f\xc3\x71\xed\x3c\xc7\xb0\xd5\xf6\xfe\x8b\x27\ \x4f\xfe\xf9\xc3\x57\x7f\xfd\xe5\xe7\xbf\x7f\xf3\xcd\xd7\x5f\xbe\ \x7d\x57\xf0\xd9\x27\x6f\x0f\xf2\x24\x52\xe9\x20\x0f\x30\x2a\x85\ \x68\x90\xa7\x50\xaa\x61\x66\xcd\xd0\x75\xbe\x54\xc6\x17\xf0\x04\ \x3c\xb8\x77\xc3\x13\x8a\x45\x32\x05\xa0\x3e\xaa\xcb\x54\x79\x05\ \x80\x2e\x89\x10\x76\xe0\xc5\x62\xf0\x3d\x20\x3b\x12\xa0\xf8\x64\ \x92\x81\x81\x01\x99\x4a\x0d\xc0\x09\xf0\x31\x39\xc0\x98\x85\xcd\ \xf5\xb5\x87\x50\x12\x2e\xa8\xb5\xe2\x41\xa9\x40\xc2\x17\x88\x80\ \xf0\x83\xdd\x76\x18\xf2\xa5\x96\x5c\x9a\xf4\xc1\x6e\x3b\xd0\x81\ \x12\xb1\x48\x28\x85\xa1\x38\xe0\x29\x3c\x89\x58\x00\xc7\x51\x81\ \xee\x54\xa9\xd6\x36\x1f\x3d\x5a\x5f\xdf\x52\xf0\x2e\xfd\x1e\x60\ \xcb\x4a\xa1\x50\x6c\xa9\xe0\xc2\xe1\x02\x10\x8c\xf0\x96\xa5\x5a\ \xab\x56\x6a\xaf\x9a\xee\x57\xf5\x7a\x15\x0b\x94\x29\x1c\x27\x3c\ \xf3\x71\x8f\xc7\x9f\x8e\xaf\x38\xa3\x13\x06\xbb\xe6\x63\x83\x4d\ \xf3\xde\xfd\xa9\xf7\xde\xf8\xdd\x7d\xfd\xc4\xd8\xcc\xec\x8a\xee\ \xfe\xb8\x26\x10\xd6\x4d\xcf\xf8\x03\x36\x82\x5c\x71\x70\x3d\xcc\ \xe2\xa2\xe2\x71\xe3\xea\x72\x36\x1c\xdc\xde\x00\x82\x2f\x10\x42\ \xbd\x61\xbf\xcb\x5a\xca\x65\x92\x38\x66\xcf\x12\x2e\x0c\xcb\xfa\ \x51\x7f\x11\xad\xe7\x1c\x11\x26\x93\xf0\x58\x19\xd2\x1b\x76\x98\ \x49\xc2\xd7\xc0\x1c\x96\x70\xc0\x4e\x6c\xe7\xac\x54\x21\xeb\x4f\ \xd8\xab\xa1\xb4\xcb\x9e\xc5\x90\x48\x8c\x09\x64\x58\x8a\xae\xd0\ \xb1\x60\x94\xf0\x64\x18\x33\x13\xce\x59\x83\x66\x73\x2a\x54\xdc\ \x6b\xd5\x01\x37\xa2\x58\x2b\xc0\x44\x8e\xc8\xd7\xd8\xdd\x22\x51\ \x40\x23\x54\xb5\x5f\x29\x97\x2c\x34\x05\x30\x8c\x25\x49\x0a\x63\ \x62\x1e\x6f\xbe\x55\x2e\xec\x71\x18\x6b\x0e\x6d\xd3\x56\x14\x48\ \x3d\x26\x3a\x37\x69\xae\xe5\xfc\xf5\xb2\xd9\x97\x58\x8d\xe4\x38\ \xac\x5a\xb2\xa0\xc9\x74\x00\xa1\xe3\x68\xd1\x6c\x35\x47\xc8\x50\ \xc2\x61\xca\xc4\xfd\x56\x73\x21\x6f\xb5\xd0\xa1\x6c\x32\x12\x5d\ \x9c\x34\x2c\xdb\x0c\x73\x4e\xff\xea\xec\xd4\xe2\xca\xec\xaa\x7b\ \x7b\xc5\x30\xbf\x94\xf0\xa7\x8d\x6e\x87\x37\xb8\xe4\x8e\xa5\xc1\ \x9f\xa3\x70\xe8\x4d\x87\x4d\x25\xca\xdc\x3e\xfd\xfa\xd4\xd4\x7c\ \xf9\xec\xd7\x67\xff\xf8\x45\xf1\xdd\xe0\xf7\x1f\x88\x94\x7c\xf5\ \xc2\x3f\x28\x2c\x12\xf1\x3a\x72\x0c\x62\xf7\x73\x68\xc4\x4b\xe2\ \x68\x84\x64\x06\x9e\xed\x9d\x54\x3b\x4d\xb8\x9f\x4d\x44\xfc\x05\ \x9a\x2a\xb0\xf5\x5c\xa1\xde\x3c\x38\x3b\xd9\xfb\xf7\xaf\xff\xfc\ \xd3\x57\x7f\xfe\xf6\xef\x7f\xfe\xfa\xb3\x3f\x7c\x71\xf3\xce\x8d\ \x9b\xd7\x6e\x0e\x49\x87\xe0\xa2\x9e\x14\xae\x21\x43\x47\x51\x25\ \x5f\xa9\x94\x48\x05\x32\xa1\xf0\x06\xdc\xcf\xb9\x5c\x2b\xe4\x89\ \x54\x8a\x4b\x05\x26\x94\x2b\xe5\x52\xe8\xcb\x2e\x12\x42\x2b\x75\ \xd8\xc2\xe2\xf3\xe0\x10\x82\x58\x7e\x4d\x20\x11\xab\x15\xca\x05\ \xad\x42\xb6\xa0\x52\x2b\x61\x8e\xea\xfa\xa3\xbf\xc0\x20\x0a\x2d\ \x40\x31\x89\x54\x24\xe5\x0b\xa4\x22\x05\xb4\x2f\x15\x02\x29\xa8\ \x56\x89\x65\x22\x9e\x10\xf0\x2d\x19\xe0\x75\x72\x89\x5c\x21\x94\ \x08\x00\xc9\xe3\xc9\xf8\x12\xc1\xe0\x2d\xe9\xc2\x9a\x4c\x24\x54\ \x3e\xd4\xae\x2d\xac\x2d\x6c\xae\xa9\x15\x62\x85\x68\x48\x28\x17\ \x2b\x21\x74\x42\x97\x40\xbe\x50\x22\x53\x01\x7e\x05\x3e\x84\x52\ \xa1\x52\x6a\xaf\x00\xeb\xaa\x5e\xb3\xd2\xf6\x62\x89\x0e\x38\x1c\ \xee\x70\xc4\x13\xf5\x87\xd3\x89\xf4\x88\xcd\x38\x3e\x32\x3d\x37\ \xf1\xee\x83\x77\x3e\xfc\xf0\xf6\x87\xf7\x87\x87\x47\x26\x66\x66\ \xe6\x26\xc7\x83\x4e\xb7\x2d\x95\x46\x32\xae\xc4\x76\xd8\xdc\xaf\ \x26\x99\x92\xdf\x6f\xb4\x6d\x64\x93\xf6\xf0\x92\xdb\x1e\xca\x90\ \xde\xa4\xdd\x0b\xe8\x13\x93\x8d\x45\x08\x3c\x6d\x8d\x24\x51\xa7\ \x1d\x09\xa1\x44\x8e\x26\x19\x73\xca\x65\xf5\x9a\x51\x53\xc6\x19\ \xf6\x02\x2e\x62\xb7\x78\xbd\x2e\x2b\x92\xc0\xca\x75\x53\x36\xe1\ \x25\x18\x6f\x6a\x3b\xee\xf5\x05\x00\x13\x09\xb9\x43\xae\xb0\xd5\ \x9c\xdc\x48\xfa\x62\x89\x50\xd2\x1e\x61\xb0\x04\x16\x09\xa0\xed\ \xbd\x42\x2d\x6f\x31\xbd\xd8\x23\x42\x6c\x0b\x27\x19\xac\xd2\xa6\ \xed\x2e\x8f\xa3\x93\xcb\xd7\xc1\xc1\xa7\x72\x9d\x0a\x56\x66\x19\ \x16\xcb\xc6\xb2\x88\xa5\x52\xc0\xf7\x99\x9c\xb9\xe2\x8b\xd1\x1c\ \xe2\xcb\x97\x8a\x76\xa3\x0d\xcd\x7b\x4d\xfd\x1c\x52\xf4\xc7\xec\ \xb9\x02\x53\x61\xfc\x58\x22\x13\xb2\x9a\x11\x33\x6e\xca\x06\x33\ \xee\xed\x28\x61\xdf\x4e\x65\xbc\x08\x9d\x23\x7c\x05\xc4\x9b\x4a\ \xac\x2c\xcf\x18\x57\x3c\x06\x4d\x34\x99\x35\xcc\xac\xce\xb8\x97\ \xdd\xe9\x6d\xdb\xdc\xbc\xcd\xe9\x76\x06\x50\xc2\x66\x8b\x67\xfd\ \x49\x6b\xa8\xd2\x8d\x6c\x87\x31\x1f\x5b\xd9\x7d\xf6\xe5\x09\xb1\ \x7b\x71\xf1\xcb\x4f\xdf\x7c\xb6\xae\xfa\xdb\xbf\x6e\x89\xc4\xb2\ \x35\xf9\x85\x19\xf1\x26\x53\x16\x8c\xb5\x10\x56\x78\x1f\x15\xb5\ \xa0\x84\x85\x13\x3e\xd9\xeb\xe7\xbb\x39\x14\xa7\x48\xaf\x97\x2e\ \x57\x0b\x95\x52\x2e\x6f\xee\x1c\x9d\xbc\x7c\x7e\x76\xf1\xc3\xdf\ \x3e\xf9\xe3\x37\x5f\x7f\xfb\xc7\x6f\xbf\xf8\xe0\x8b\x6b\x43\x77\ \xef\x5c\x1f\xbc\xc6\xbb\x3e\x78\x0b\x7a\x50\x0d\x0a\xc5\x42\x25\ \x5f\xa0\x80\x4e\x7c\x02\x9e\x58\x29\x1b\x1a\x90\x8a\x00\x7f\x02\ \x40\x76\x39\xdb\xa9\x90\x00\x72\x03\x97\x8e\xe1\xe4\x83\x44\x00\ \xa0\x47\x2e\x82\x91\xa8\xe0\x17\x10\xa8\x02\x29\xcc\x4f\x55\x41\ \x37\xd0\xb5\x4d\xa5\x6c\xe1\xe1\xba\x6a\xfd\xe1\xd6\xc3\xb5\xb5\ \xad\x87\x9b\x5a\x95\x4c\x24\x05\x0c\x0b\x00\x92\x42\x01\xb7\x9b\ \xa1\x33\xb2\x9a\xaf\x80\x83\xa7\x4a\x39\x84\x20\xf9\xa5\x6b\x3b\ \x9f\x77\x4d\x0a\x98\x96\x68\x48\x0a\x6d\x6c\x80\xf8\x5c\xd8\x04\ \xef\xb3\xae\x56\xa8\x61\xcc\xaa\x1c\x1a\xbd\xc3\xa4\x1e\xb8\x69\ \x08\x05\x29\x9c\xc1\x57\x03\x91\x0a\x18\x96\x56\x79\x35\xd6\x70\ \x55\xaf\x59\x52\x8b\xf8\x02\x00\x00\x20\x00\x49\x44\x41\x54\xee\ \x44\xd5\x14\x32\x59\xb6\x57\xe2\x41\x5d\xc6\x19\x70\x45\x57\xe7\ \x3d\xc1\x11\xcd\x8a\x7e\xf8\xfe\xbd\x4f\xdf\xbc\xfd\xe9\x83\x07\ \x13\x23\xe3\xba\x89\xf1\x59\xdd\x84\xc7\x6d\xdc\x80\x49\xa0\x09\ \xbd\x3b\x1a\xf1\x15\x43\x8e\x88\x1f\x75\x06\x92\x2e\xbf\xd5\x9e\ \x8e\xe5\x5d\x31\x13\xed\x0d\xbb\xd2\xa1\x2a\x9a\xca\xb8\x4c\x26\ \xc6\xe2\x47\xf1\x30\x6a\x0e\x11\x21\x3f\x91\x28\xb0\x1e\x22\x92\ \x74\x58\x50\x87\x9d\x02\xe7\xd6\x9c\x73\xf9\x1d\x49\x97\x29\xeb\ \x35\x97\x73\xb1\x44\x1c\x01\x92\x2f\x14\x22\xac\x21\x4b\x34\x12\ \x0d\x5b\x23\x11\x4b\x22\x69\x31\xa1\x99\xa0\x37\x1e\x47\x98\x24\ \xca\x46\xa2\x74\xb3\xd7\xeb\x98\x69\xaa\xdb\x35\xdb\x99\x5e\x85\ \xc5\x10\xa6\xc2\xc6\x9d\x46\x6b\xaf\x50\xcc\x97\x31\x53\xa1\x58\ \xe0\x7c\x3e\xa6\x54\x33\xd9\x93\xb1\x0c\x4b\x9b\x4a\x5d\xd4\x9c\ \x6b\xfd\xff\xec\xbd\xfd\x6f\x1a\xe7\xda\x2e\x2a\x3e\x05\x18\x7c\ \xac\x77\x27\xaf\xc5\x7a\x97\x88\x96\x51\xd3\xae\x2e\xaa\xb6\x64\ \xb5\x6a\xd3\x26\x4a\xd4\x86\x28\xdf\xc2\x89\x7d\x5c\xcb\x99\x61\ \xbe\x07\xcb\xf3\xe1\x99\x18\x66\x18\x06\x0f\x18\x10\x30\x60\xa2\ \x60\x91\x4d\x59\x6d\x41\x74\xb3\x4f\x37\x45\x5d\x8d\xa2\xc8\x3e\ \x76\xbd\x6d\x9d\x2a\x4d\xb3\xf3\xd1\xa8\x59\x59\xa9\xd4\xbd\x9a\ \xbd\xb2\xa5\x73\xfe\x8c\xf3\x3c\x59\x7f\x42\x7e\xf5\x1d\x87\x84\ \x01\x66\x90\xa5\xb9\x74\x5d\xcf\x73\xdf\xd7\x85\x32\x7d\x13\x00\ \x9d\xc0\xf0\xda\x0a\xd9\xa0\xd5\x06\xd3\x68\xb1\x0c\x0f\x34\x58\ \xc3\x40\xe9\x62\x2a\x4f\x93\x2c\x43\xd1\x0a\x9c\x49\xd2\x44\x41\ \x28\xce\xe7\xf2\x3a\xab\x61\x2a\x92\xd5\x84\x99\xa9\xb3\x8b\x53\ \x00\xb2\xe6\x17\x2e\x24\x17\xe1\x24\x61\x5e\x4c\x4e\xaf\x2c\xad\ \xd4\x92\x95\x15\x2a\x9b\x5c\x9a\x2f\x08\x19\x84\xbe\xcb\x69\x0b\ \x4c\x7b\x73\xb0\xbb\xf9\xd3\xc5\x41\xf6\xf1\x8f\x8f\xfe\x76\xf9\ \xe8\xe8\x72\xe0\xab\x5b\x2e\x67\x60\xf9\x33\xdf\xcf\x98\x5e\x53\ \xaa\x58\xbb\xa3\x6a\x0c\x81\xca\x06\x85\xf2\xa9\x6a\xcb\xf5\xcb\ \xed\x7f\x76\x7a\x75\x1c\x1b\x90\xac\xc8\xb4\x7b\x75\x62\xc8\x71\ \xed\xcd\x07\x4f\x1f\x7e\xf9\x8f\x9b\x7f\xfb\xe4\xd0\xc9\xe3\x17\ \xaf\x1e\xbf\x7c\xf8\xe2\xa1\xfd\x07\xc6\xbc\x07\x0e\x78\x3c\xee\ \x11\x1b\xc0\x2b\x9f\x1d\x7a\x29\xc0\xdc\x54\xe8\x72\x6c\x85\xe4\ \x6a\xc4\x05\x94\x9a\xd3\x6d\xf5\x41\xc3\xbd\xa0\xcb\x0a\xc1\x01\ \xf6\x4c\xf9\x82\x76\x0b\x90\x6c\xa1\x00\x8c\x12\x84\x91\x81\x6e\ \x3b\xa0\x50\xbe\xa0\x0f\xd0\x26\x67\x34\x12\x0f\x01\x58\x5a\x4d\ \x44\x63\x09\x00\x56\xcb\xcb\xf1\x48\xc4\x1f\xb0\x78\x6c\x36\xbb\ \x77\xd4\x05\xa7\xa6\x9d\x76\x87\xeb\x45\xeb\x82\x3f\x0c\x20\x0b\ \x1a\x3f\x00\xd4\x73\x59\x2d\xd6\xa0\x0b\x90\x2b\x8b\xdd\x66\x87\ \xfe\x34\x40\x58\x46\xa3\xcb\x21\x40\xe4\xfc\xd0\x04\x19\xa0\xa2\ \x33\x10\xf0\xc1\xa5\x79\xb7\x35\x02\x50\x35\x1a\x80\x1d\xf4\x80\ \xca\x85\x63\xd1\x60\x38\xb4\x97\xfc\xbc\x57\x2f\x59\xe5\x42\x87\ \x47\x79\x2e\xb3\x52\x5c\x38\x35\x95\xce\xea\xa5\x99\xb3\xd3\x0b\ \x47\xce\x9c\x3f\xf3\xf6\x2b\x7f\x7c\xf5\x3f\xfe\xf8\xea\x3b\xc7\ \x8e\xbc\x7b\xe6\xa3\x23\xa7\xcf\x1e\x39\x31\x93\xcf\x27\xd3\x19\ \x3d\x29\xcd\x5c\x60\x54\xc4\xc4\xd9\x02\x4a\x4d\x6a\x05\x1c\x23\ \x3a\x24\xcb\xe6\xab\x64\x8b\xce\x57\x94\x4e\x97\xcc\x90\x1c\x5d\ \xef\xb6\x25\x14\x29\x33\x6d\x04\x25\x0d\x2d\xa9\xf2\x49\x49\xe5\ \x4b\x32\x96\x06\x02\x89\xc7\x68\x0c\x53\xd3\x25\x22\xa5\x19\x0c\ \x2a\xa0\x8c\x88\x50\x69\xd4\x54\x4d\x5e\xce\xe4\x94\xd3\x55\x1a\ \xa8\x40\x31\xab\x99\xfc\x6c\xb9\x48\xa7\x38\xa2\x88\xf6\xc5\x25\ \x6c\xbb\xdb\x7f\xda\x6c\xd4\xef\xf7\x69\x12\x46\x60\xb4\x85\xc6\ \x3a\x9d\x7b\x7f\x81\xdf\x5c\x6f\x0e\xb6\xdb\x8d\x16\x89\x93\x2c\ \x47\xb6\xbb\xba\xac\x95\x35\x9e\x54\x87\x7d\xa1\xdd\x50\x59\xa6\ \xd9\x94\xeb\x04\x6b\xf0\x42\x96\x50\xeb\x5d\x23\xd5\xe5\x88\x36\ \x62\x0a\x66\x97\x2c\x65\x24\xb1\xc2\xd3\x34\x43\xe1\x18\x9a\xcb\ \x95\xf1\x12\xdf\x2e\x69\x82\x58\x13\x53\x24\xdf\xd1\xd8\xec\x47\ \xd3\x93\x67\xce\xcf\x5c\x3a\x7d\x61\x72\xee\xec\xc2\x7c\x72\x6e\ \x52\x2b\x56\x57\x26\x67\x56\x8a\xb5\xd9\x12\x9b\x9f\x5b\xaa\x14\ \xb3\x52\x8a\x7f\xd2\x49\x17\x5a\xad\x4e\xb3\xf5\xf4\xf2\x2d\x19\ \xb9\xf1\xeb\xcd\x47\x5f\x7f\xed\x58\x0d\x7c\x37\x01\x58\x50\x64\ \xd5\xb6\x4e\xa2\xb4\x42\x93\xc3\x36\x95\x42\x31\x05\xe7\x30\x5d\ \xa6\xb4\x07\xa3\xf7\x77\xbe\xdc\xd8\xe0\x58\xbc\xd9\x61\x75\xaa\ \x25\x9b\x04\x0b\xe4\xe0\x97\x4f\x9f\x7e\xf3\xd3\xad\x1f\x7f\xb8\ \x7c\xf1\xf0\xa1\x4f\xbe\xfe\xe2\xca\xb9\xe3\xe3\xfb\xf6\x79\x46\ \x3c\x16\xb7\xdd\x6d\xb3\xf9\x9c\xae\x00\x1c\x04\x74\x3a\xe0\x54\ \x1e\x90\x7d\x80\xef\x38\x60\x27\x96\xcb\xee\xf2\xd8\x03\x76\x40\ \xa5\x82\x81\x48\xc8\xef\x07\x98\x15\xf6\x01\x76\x04\x9b\x1e\xec\ \xd6\x00\x78\x4b\xd8\xee\x70\x7b\xc1\x59\x7c\x70\x0a\x19\xc0\x4c\ \x62\x75\x2d\x11\x06\xa4\x27\x1e\x8d\x47\x56\x97\x13\xb1\xb5\x55\ \xd8\x0d\xe1\x1e\x03\x8a\x11\x22\xa3\xdf\x11\x09\xda\x7d\x16\x0f\ \xb4\x74\x0f\x45\xe0\x69\xac\x30\x15\xc7\xe6\x81\xad\x0c\x6e\x97\ \xc5\xe6\x70\x00\xaa\xe6\x0f\x87\x62\xa1\x70\x24\xb6\x1c\x86\x16\ \xcc\xfe\x60\x24\x1c\x71\x86\xfc\xd0\xd9\xc1\x0a\x1b\x19\x00\xfb\ \xf2\x07\x80\x20\x0d\x01\x49\x18\x09\x87\xc0\x4f\x68\x8f\x61\xed\ \xd5\x4b\x56\x95\x36\x55\x56\x27\x0b\x19\x74\x65\x32\x99\xaa\xe5\ \xab\x8b\x1f\x2c\x94\xdf\xfd\xe0\xc2\x91\x77\xff\xfc\xce\x1f\x4e\ \x3c\x2a\xbf\xf3\xfe\xfb\x6f\x1d\xb9\x70\xfe\xbd\x99\x4b\x1f\x2d\ \x96\xb2\x45\x25\xbd\x58\x53\x96\xce\x67\x39\x80\x0e\x6c\xae\xc9\ \x5d\xca\x0a\x38\xcb\x75\x79\x5c\xcf\xf0\xaa\x9c\xcf\x15\x4b\x32\ \x2f\xd4\x00\x25\x6a\x99\x52\x11\xe5\xd2\x79\x84\x44\x70\x46\x4a\ \x19\x58\x99\x96\xf1\x62\x51\x2a\xb2\x88\xc8\xa3\x38\x9f\xa7\xab\ \x62\x21\x53\x5b\x27\x44\x9d\x60\x0a\x32\x9d\xa3\xb3\x86\xcc\x93\ \xb8\x86\x56\x44\x8a\x65\x69\x9e\x49\x61\xc8\x7c\x3e\xcf\xea\x12\ \x33\x8b\xf0\x95\x4a\x6a\xb0\xbe\xbd\xb9\x33\x20\xb6\x38\xa4\xd9\ \xec\x34\xe4\x81\xd4\xb8\x8f\x0b\x67\x57\xe4\x3a\x8c\x6d\x50\x19\ \xa2\x96\xa2\xb0\x46\x63\xbd\x4d\x99\xa5\x64\x0a\x6b\x36\x9a\x03\ \xd6\xe8\xab\x5c\x4b\xae\xd7\x07\x7d\xae\xcd\xa9\x94\x31\x30\xb9\ \x0e\xdb\x6c\xe1\x5b\xcd\x8e\xc1\x75\xc8\x14\x42\x0b\x79\x94\x93\ \x71\x5d\xa2\x4b\x4a\x31\x4b\x63\x29\x1a\x65\x9b\x2c\x8a\x30\x4d\ \x53\xa9\x61\xd2\xd9\xb9\xd3\x53\xd3\xa7\x2f\x4c\x2d\xce\xcc\x7d\ \xb4\x30\xb9\x30\x39\x95\x29\xcd\xcf\xae\x4c\x67\x56\x32\x99\x1a\ \x52\x99\x29\x0b\x52\x81\x61\xd4\xa7\x9d\xaa\x32\xe0\xda\xdd\xe1\ \x93\xcb\x3f\xa8\xed\x9b\xbf\x7d\x71\xe5\xbb\x4f\x7c\x6b\x23\x3f\ \x39\xe0\x2c\x72\xec\x60\x8b\x80\xf2\x37\x3b\xc0\xb2\x28\x49\xe2\ \x75\x5c\x56\x59\x4a\xbf\x77\xe8\xe1\xdd\x1e\x7f\xb7\x29\x34\x58\ \xd2\x90\x58\x8c\x37\xfb\xdd\xed\x3b\x5f\x3e\x7e\xfa\xe5\x3f\x1f\ \x3d\xfa\xf1\xbb\x2b\x87\x26\xce\x5d\xbd\x7a\xf4\xe0\xd5\x73\xfb\ \x46\xc6\x47\x6c\x2e\x8f\xc7\x65\x71\xd8\x2d\xb0\xa3\xdc\x6f\xf3\ \x38\x02\xd1\x48\xd4\x17\x74\x79\x9c\x56\x27\x40\x23\x80\x27\x7e\ \x97\xdd\x6a\x05\x70\x14\x74\xd8\xc3\x01\x07\xec\x21\x88\x02\x89\ \xe6\xf3\xc0\x8c\x1b\xbb\x1d\xbc\x25\x1c\x74\xda\x6c\x6e\x68\x49\ \x1a\xb6\x07\x22\x31\xa0\x03\xff\xb2\x0c\x73\x54\x13\xcb\x6b\x89\ \xc4\xf5\xd5\xf8\x5f\x96\x5f\x0c\x00\x02\xe6\xe4\x71\xd9\x81\xc6\ \x74\x40\xff\x2c\xc0\xa2\xe0\xea\x95\x1f\x2e\xc0\x03\xc4\x72\xc1\ \xf1\x40\xa7\x6b\xc4\xea\x71\x7b\xdc\x91\xb0\x35\x02\xb8\xd5\xea\ \x72\x2c\x1a\x03\x78\xe4\xf7\xc1\xee\xd5\x50\x0c\x3a\xc7\xc3\xac\ \xfb\x00\xdc\x73\x0c\x44\x82\x4e\x18\x46\x11\x8d\x00\x36\x17\x00\ \x78\x66\xf5\xef\xb9\x35\xec\xd5\xcb\x55\x8d\xc2\x1b\x84\x26\x89\ \x8b\xd9\xfc\x42\x51\x13\x57\xd2\xb3\xef\x9d\x59\xfc\xf3\x99\x53\ \x67\x3f\x3a\xf3\xee\x1b\xa7\x5c\x8b\x7f\xfc\xe8\xc4\x3b\x7f\x7a\ \xfb\xd8\x91\x53\xa7\x67\x0a\x2b\x5a\x5e\xac\x65\x04\x7d\x6e\x3a\ \xc7\x20\x58\x6a\x45\x13\x90\xf9\xac\x88\x48\xdd\x6d\x3c\x83\xe8\ \x54\xa3\x2e\x26\x59\x53\xc5\xa8\xaa\x84\x73\xdd\x21\x51\xe2\xd9\ \x64\x46\x21\x49\x2d\x5b\xcc\xd4\xb3\xf3\x2c\x2e\x97\x17\xd9\x22\ \x81\x16\x31\x42\x50\x35\x20\x10\x99\x34\x95\xad\xe9\x84\x5e\x49\ \x19\xba\xa2\xd7\xcd\xa2\xa8\x67\x29\xb9\x26\x08\x1a\xa5\x31\xbc\ \x4e\xea\xe5\xbc\xc2\x16\x78\xe5\x82\xd0\x99\xaf\x1a\xeb\x5b\xdd\ \x9d\x4d\xb5\xfb\x50\xe6\xda\xd8\x70\xd8\x68\xc8\x1b\xdb\x1a\x3a\ \x93\xbe\x37\x24\x19\xe3\xbe\xaa\xe5\x2e\x55\xe5\xf5\xa1\xd1\x6b\ \xe0\x94\x96\x41\x07\x4d\xae\x23\x57\xe9\x16\x07\xb8\x18\x49\x74\ \xba\x72\x83\xef\x35\x9a\xeb\xd8\x10\x13\x49\xae\xd3\x37\x4d\x96\ \xe3\x10\x4a\xa3\x51\x54\xd6\x49\x26\x8b\x32\x79\xad\x2a\x92\x68\ \x26\x43\x73\x34\x6d\x52\x18\x41\x00\xc0\xaa\x7e\x7c\xe1\xf4\xc7\ \x73\x53\xf3\xb5\x1c\x10\x86\xd3\xa7\x56\x56\x2e\xd5\xca\x4b\x53\ \xb3\x93\x34\x93\xa9\x11\x72\x72\xa1\x96\xcd\xd4\x14\xa9\xf3\x34\ \x95\x33\x77\xd7\x6f\x0f\x36\x6f\x1c\xbf\x21\xb4\x7f\xfc\xe2\xd3\ \x73\x87\x0e\x04\x12\x07\xce\x41\xfa\x92\x48\x5c\xed\x1a\x38\x9f\ \x62\x08\x95\x13\x50\x84\x22\x1b\x3a\xae\xe2\x34\x7a\xf7\xf0\x9d\ \xe1\x03\xfa\x61\x93\x35\x10\x45\x56\x58\x84\xaf\xaf\xdf\xbe\x7d\ \x67\xfb\xe9\x37\xbf\xde\xfc\xe1\x6f\xdf\x7f\x71\xf1\xe8\xe1\x93\ \x87\x5f\x9f\x38\x79\xee\xf0\xbe\xfd\x23\x5e\x37\xa0\x3a\x0e\x97\ \xd3\x0a\xb7\x09\x83\x40\x94\xf9\xfd\x91\x10\x28\xbb\xcd\x69\x71\ \x84\x7d\x2e\x1f\x1c\xf1\x0b\x79\x7c\x56\x8b\x17\xfa\xf7\xd9\x5d\ \x0e\x00\x1d\xe1\x40\xc8\xef\x1c\xf1\x38\xfd\x61\xab\xd5\x01\xc8\ \x59\xd0\x3d\xe2\x0a\x84\x9c\x80\xec\xf8\x23\xb1\xc4\xf5\xbf\xc4\ \xd7\xe0\x7a\xfc\xea\xf2\x72\x2c\x18\x01\x9a\x70\xed\xfa\xea\x72\ \x38\xe4\x1b\x19\x73\x5b\x00\x32\xba\x82\x7e\x97\x2b\x00\x14\xad\ \xcf\x1e\xb6\x02\x06\x67\x77\xbb\x5d\xd0\x2a\x19\x88\x4b\x8f\xd5\ \xe3\x19\x05\x10\xe8\xf3\x05\xa2\xf1\xcf\xaf\xc7\x63\x89\x28\x34\ \x63\xf0\x01\xd4\x8c\x00\xfd\x19\x7c\x91\x65\xef\xb7\xfa\x02\x00\ \xea\x82\x40\x06\x5a\x81\x02\x8d\xc5\xe0\x4b\x81\x30\x10\x85\x7b\ \x0c\x6b\xaf\x5e\xae\x66\x11\x83\xc4\x75\xd5\x2c\xcb\xf9\xa9\x6c\ \xb1\x5c\x2c\x95\x8f\x4c\xcf\xbc\x73\xec\xcc\xd9\x53\xa7\xdf\x7d\ \xe7\xd5\x37\x7f\xf7\xce\x47\xc7\x3e\x7e\xe3\xa3\x23\x47\x4e\x1f\ \x3b\x9d\xad\xa6\x8b\x19\x39\xab\xd0\x73\x45\xb6\x9c\x12\x2a\x49\ \x89\x49\x2f\x60\x32\xc2\x77\x36\x4c\x05\x29\xcf\x09\xbc\x22\x02\ \x61\x88\xd6\x6a\x14\xc9\xb5\x5b\xb5\x9c\x4a\x94\xf3\x02\x23\x95\ \x52\x35\x8d\x44\x93\x94\x81\x54\x35\x2c\xa3\xb2\x69\xa2\x4b\xd7\ \x11\x01\xd5\xab\x39\x3d\xab\x90\xa5\xc2\x92\x60\xa0\x19\xb5\x43\ \x2c\xe6\xf4\x22\xc5\x6a\x98\x9e\x45\x45\xb9\x25\xb0\xd2\xbc\x22\ \x15\x6b\x48\x3e\xad\x6b\xe5\x1a\xb2\x33\xdc\x6c\x77\xb8\xfa\xed\ \x3a\xab\xf2\xbd\xde\x26\xd1\xb8\xd7\x48\x91\x05\x7a\x87\x6b\xa8\ \x9d\x0d\x84\x49\x56\x94\x6e\xbb\xae\xde\xe9\x6a\x6a\x93\xc7\x87\ \x4d\xb5\x6f\xe0\x80\x28\xf1\x2c\x66\x36\x77\x65\xb6\xd7\xee\x36\ \xef\xd6\x1b\x26\x45\xd7\xdb\x2d\xbe\xa3\x12\x9b\xaa\xa4\xa7\x75\ \x82\x68\x50\x0d\x82\x97\x44\x54\x4b\x0a\xa9\xac\x86\x92\x19\xa6\ \x89\x88\x19\x14\x2d\xd1\x78\xf9\xf4\x89\xd3\xe7\x2f\xcc\x00\xc0\ \xaa\x4c\x9e\xbf\x70\x76\xb1\x98\xac\xcd\x9e\x9d\x4b\x96\xb2\xda\ \x4c\xa5\xce\x6a\xb3\x05\x29\x83\x32\xfa\x83\xa7\xd5\x22\xd6\xd9\ \xf8\xf2\xde\xdd\x1f\xae\xdc\x63\x9f\x7c\xfd\xfd\x8f\x8f\xae\x4e\ \xac\x7e\x7e\xee\x6a\x30\x92\x58\xfb\x3c\xf1\xdc\xc0\x50\x8c\x91\ \x89\xba\x4a\x49\xac\x80\x20\xa8\x89\xd6\x49\xf2\xee\xd7\x77\xfb\ \xb7\xf1\xfb\x75\x95\x97\x31\x1e\x4d\xd3\x83\xbb\x9d\xfb\xf7\xee\ \x3e\x7d\xfa\xd7\xbf\xff\xf8\xd3\xad\xab\x57\x4f\x1e\x7c\xfd\xf8\ \xc4\xfe\x7d\x27\x3f\x39\x77\x60\xdc\xe2\xb0\xc1\xe8\x2d\xa7\xc5\ \x0d\xd3\x1e\x7c\x01\xd8\xae\x1e\x0d\x00\x39\x16\x02\x82\xcd\x02\ \xb7\xee\x82\xb0\x9f\xd3\x6d\x75\xd9\x1c\x2f\x2c\x92\x7d\x01\x40\ \x6a\x9c\xfe\xa8\x15\x48\x40\x3f\xf4\x94\x81\xed\x52\x56\x80\x6b\ \x91\x88\x0f\xa8\x54\xc0\xa8\xfe\xcb\x7f\xfb\x2f\x6b\x51\xbf\x0f\ \x0e\x3f\x03\x61\x08\x5b\x3e\xd7\xae\xc7\x13\x80\x10\x7a\x6c\x0e\ \xbb\x6d\xc4\x0d\x60\x0a\xd0\x34\x57\x18\xda\xf4\x41\x43\x3f\xa7\ \xcf\xea\x80\xc3\xd0\x30\x38\xd5\x62\xf1\x58\x82\x41\x40\xc0\x82\ \x71\x00\x44\x11\x00\x80\x00\xa3\x02\x2f\xe6\x7e\x02\x00\xb0\x7c\ \x76\x00\x56\x30\x17\x03\xd0\x32\x80\xa3\x01\xb8\x34\x16\x0e\xf8\ \x60\xc6\x57\x30\xea\xdb\x93\x84\x7b\xf5\x92\x75\x2a\x4f\x9b\x8c\ \xc6\xb2\x49\x25\x37\xb5\x22\xe5\xf3\x9a\x76\xfe\xec\x05\xe8\xfd\ \x74\xea\xc3\x37\x5e\x79\xed\xbd\x37\xde\x3b\xf3\xde\xb1\xf7\xce\ \x9e\x3a\x36\x39\x7b\x24\x63\x08\x28\x8b\x53\xa6\x3a\x9b\x32\x17\ \xe7\xb5\x45\x8d\x11\x6a\x53\x26\x06\x18\xc3\x10\x13\x88\xf2\x0a\ \xa6\x2b\x04\x5f\x65\x68\x21\x2b\x10\x1c\x4e\x94\x58\x12\x59\xaa\ \xc8\x85\x45\x96\x55\xb8\x9e\x52\xa4\x71\x1d\x50\x19\x71\x83\xc8\ \xe2\xa6\x41\x6a\xbc\x94\x4a\x49\x14\xc1\x18\x98\x92\xa9\x52\x52\ \x89\x60\xb5\x42\xba\x38\x29\x6a\x0a\x42\x31\x14\x55\xd0\x4b\x32\ \x95\x29\xad\xe4\x4a\x59\xa4\xa8\x97\x2a\x69\x63\xb7\xd7\x1f\xec\ \x34\x87\x9b\x75\x81\x6c\x3c\x18\xf0\x18\xfb\x78\xb3\x80\xb2\x9d\ \x8d\xf6\x36\xd6\xd9\xc1\xd5\x7c\x45\x68\x6d\x99\xeb\x3d\x4a\x90\ \xb1\x76\x77\x43\xe5\x1f\x34\x50\x11\x47\x49\x96\x67\xc8\x75\x1c\ \x6f\x75\x37\x3b\x03\xc2\x94\x69\xaa\xd1\xe9\x1b\x00\xcc\xba\x0d\ \x29\x25\xe4\x4d\xc0\xfb\xba\x2a\x53\x2a\xe9\xf9\x64\x3a\x27\x69\ \x55\x4d\xcb\x33\x4c\x51\xa0\xa9\x2c\xae\x2e\x9d\x5d\x9a\x9f\x9c\ \x9b\x5a\x59\x9a\x9d\x5b\x5a\x2a\xcf\x2e\x4e\x66\x32\xd5\xd3\x97\ \xaa\xb9\x5c\xbe\x52\x68\x4a\x39\x91\xe3\x69\x0e\x49\x3d\xbc\x57\ \x92\x8c\xad\xe1\xfd\x6f\x7a\x8f\x6e\x75\xe4\x5f\x6f\x7d\x71\xf5\ \xf2\xe5\xf1\xd5\xe5\x4f\xcf\x05\x56\x63\xab\xd7\x03\x3f\x9b\x00\ \xae\x24\x84\x31\x39\x12\xe5\x51\xde\x64\x09\x8e\x60\x5a\x37\xae\ \xdd\xdd\xf9\xa5\xb3\x55\x47\x71\x95\x24\x19\xa6\xbd\x7b\x77\xfd\ \xe1\x2f\xcf\x9e\x3c\xbb\xf1\xf7\x1f\x2f\x5f\xbb\x72\xf0\xe0\xc4\ \xa1\xa3\xaf\x1f\xda\x37\x71\xf4\xdc\xbe\x09\x9b\xdb\xe1\x06\x14\ \xc7\xe2\x80\x46\x0b\x0e\xd8\xfc\xe9\xf3\xc1\x9b\xdf\xef\x77\xb8\ \xac\xc1\xb0\xc3\xed\x06\x20\x66\x77\x02\x10\x81\x3b\x7b\x76\x7f\ \x00\x40\x51\x28\x00\x77\xe7\xec\x6e\xab\x33\xec\xb0\x01\xa8\xb1\ \x03\xc4\x0b\x5a\x81\x4a\xf4\x47\xe2\x89\xb5\xbf\xfc\xe5\xf3\x44\ \x24\x0a\xe4\x1b\x20\x80\x80\xf5\x00\x81\x08\x7b\xa8\x96\x43\x61\ \xbf\xc7\xe2\x72\x7b\xbd\x6e\x97\xcf\x35\xe2\x72\x82\xd3\xbb\xe0\ \x00\x73\x00\x08\x4d\x07\x74\xc7\x72\xf9\x2c\x36\xb7\x1b\x6e\x4a\ \xda\x61\xa6\x58\x30\x0a\x33\xa4\xfd\x10\x1e\x63\xe1\x00\xec\xa9\ \x0f\x43\xfb\x53\x7b\xc0\x0f\x84\xa0\x0f\x3c\x0f\x06\xa1\xe1\x0c\ \xa0\x78\x61\xd8\xe4\x05\xa7\xb1\xf7\x0c\xfc\xf6\xea\x65\x01\xab\ \xc9\x77\x74\x9d\xa3\xf3\x99\x62\x25\x2b\x2a\xb5\xf4\xd4\x85\xd3\ \x73\xe7\xcf\x4e\x4d\xbe\xf5\xf1\xb1\x3f\xbd\xd1\x2f\xbc\x7f\xfe\ \xd4\x3b\x1f\x7f\x7c\xec\xec\xa5\x95\x49\x66\x6b\x88\xf3\x1d\x1a\ \xc5\xcb\x79\x96\xca\x88\x85\x5a\x41\x9b\x9f\x92\xb2\x4d\x8a\xdb\ \x44\x34\x33\x4d\x73\x98\xc2\xa0\x94\x4a\x2a\x1a\x4f\xb4\x38\x5d\ \xc5\x64\x61\xbe\x9c\xca\xe7\x31\x52\x21\xcd\x95\x24\x89\xb2\x12\ \xc1\xd0\xaa\x41\xcb\x18\x56\xab\xe2\x4a\x56\xc9\x6b\x0c\x8b\x23\ \x4a\xb5\xaa\x17\x8a\x0d\x55\xe2\xf3\xa9\x72\x46\x2a\x22\x66\x9d\ \xeb\x23\x19\x7d\xc8\xad\x24\xcb\xa2\xda\xd0\x4a\xfa\xca\xec\x82\ \xf1\x70\xa3\x61\xf4\xc9\x8d\x0e\xcb\x1b\xdd\x41\xbf\x4f\x51\x9b\ \x2d\x81\x40\xf1\x41\x83\xa2\xfa\xeb\x29\xa9\x9a\x67\x1a\x66\xa3\ \xd9\xd6\xd1\x96\xbc\xb1\xb1\xc1\xa7\x06\x32\x8d\x64\x69\xc4\x34\ \x25\x6e\x00\xde\xd2\x69\x6d\xb5\x70\x7e\x8b\x95\xd5\x66\xdd\x30\ \x08\x8a\xc4\x4a\x79\x51\x44\x79\xd6\x94\x65\x21\x93\xc9\xcd\x2d\ \x12\x18\xba\x52\x55\x18\x41\xe1\x11\x94\xa6\xf2\x05\x65\xe6\xfc\ \xc2\xca\xc2\xec\xd4\x54\x79\xe5\xc2\xc2\x62\x75\x71\xe5\xf4\x7c\ \x21\x79\x66\x36\x93\x01\xb0\x9e\xe3\x4a\x33\x1a\x4a\xb0\x28\xc5\ \xfe\xdc\x2f\xa4\xda\xb7\x01\xe2\x0c\xbe\xfe\xcd\x94\x6f\x7c\xff\ \xfd\xf1\xe3\x57\x7c\x89\xe0\xad\x91\x50\x34\xbe\xfc\x17\xdb\x2e\ \x8e\x90\xac\x22\x60\xb8\x8c\xaa\x1d\x41\xe5\x71\x06\x27\x98\xf5\ \xbb\x57\x1f\x3f\x7e\xda\x59\xe7\xc8\x3a\x42\x8a\xc8\xfa\x97\x77\ \xb7\xb7\xee\x7f\xfb\xcb\xe3\x1b\x8f\xbe\xfb\xe2\xe2\xf1\xa3\x13\ \xa3\x13\xfb\x27\x8e\x1e\xda\x77\xfc\xd0\x84\xc7\xeb\xb1\xd9\xc3\ \x4e\x00\x3b\x30\x5c\x0b\xe8\x2d\x9b\x2b\xe0\xf3\x3b\xfd\x41\xd8\ \x66\x05\x65\x9a\xd5\xe3\x72\xc3\x9e\x85\x7f\x2d\x8c\x5b\xc3\x30\ \x38\x1e\xe2\x05\x80\x12\x9f\x0d\xe8\x32\xc7\x88\x07\x60\x90\xc5\ \x1d\xf4\xc3\x6d\x45\x20\x52\xd7\xd6\x3e\x4b\x84\x82\x89\xcf\x96\ \xe1\x02\x7d\x2c\xe8\x0b\x84\x00\x60\x2d\xc7\x57\x13\xb1\x88\xcf\ \x62\x75\x59\xbc\xe3\xd0\x7d\x0f\x7a\xf2\x39\xac\x21\xbf\x05\xa2\ \x94\x13\x80\x94\xcf\xed\xb0\xb9\xed\x36\x8f\x0b\x66\xe0\xd8\x83\ \xd0\x3a\x30\x12\x89\xc4\xac\x01\xd8\xcb\x1e\x86\xb3\x37\xe0\x4c\ \xe1\x17\xcb\x5d\x6e\x20\x09\x83\xce\x80\x35\x10\x0d\x46\x01\x13\ \x0b\x40\x33\x2c\x00\x6e\x21\x7f\x34\x1a\xdd\xbb\xe3\xf6\xea\xa5\ \x6a\x06\x37\x9b\x08\x0b\x34\x51\x76\xea\x52\xb6\x5a\xa9\xcd\xce\ \x9d\x99\x4e\xbf\x37\x97\xfe\xe0\xcf\xef\x7d\x78\xec\x4d\xe3\xc2\ \x91\xf3\x27\x8e\x1c\x79\xe3\xd4\xe9\xc9\xd9\xb9\x7c\xa7\x85\xb3\ \x58\x96\xc2\xa7\xe6\x99\x3a\x95\xd3\x67\x96\xf4\xca\x8c\x22\x72\ \x6a\xdb\xa4\x78\x44\x63\x18\x36\x57\xe4\x58\x8c\xc9\xe4\x69\xca\ \x20\x31\x01\xef\x52\xe9\x95\x4a\xb5\x26\xe8\x22\xdf\x5c\x49\x23\ \x04\x55\x63\x51\x84\x33\x50\x43\xe5\x75\x46\x2c\x53\xd2\x22\xe0\ \x59\x05\x41\xcb\xb3\xb4\x98\xa6\x00\x82\xe5\x57\xaa\xa2\x58\x35\ \x38\xb5\x51\x37\x8b\x54\x93\xc9\x6b\x3a\xd3\x20\x2b\x8b\x52\x7a\ \x2a\x7b\x6f\x9b\xdb\xea\x72\xc2\xd6\x0e\x89\xb5\xb9\xc1\x7a\x87\ \x6c\xf7\x4d\x6c\x9d\x6b\xb6\xba\x5c\x77\xa7\xa9\xa0\x25\x81\x6b\ \x37\xf8\x1e\x8f\xb4\x5a\xb0\xc1\x41\x53\x00\xc9\x33\x0d\xb9\xb1\ \xa1\x16\xda\x75\xa1\x6e\xf4\xfa\xdd\x06\x6b\xdc\x96\x08\x9e\x68\ \xf2\x1c\x89\xc9\x72\x25\x9d\x61\xf2\x3c\x4e\x62\x88\xa8\x15\x57\ \xaa\x39\x41\xa7\xf3\x69\x29\xc5\xe8\x82\x44\xd0\xd9\xbc\x92\x9a\ \x9e\x5f\x5a\x9c\x99\xba\xb0\xb4\x94\x4a\x4e\x26\x0b\xe9\xa5\xf9\ \x5c\x72\xfa\xd2\x52\xb9\x96\x29\x65\x10\xa3\x5a\xce\x94\x50\x89\ \x10\xda\x8f\x91\x54\x66\xf0\xed\xe6\xed\x8d\xdd\x03\x8f\x70\xf9\ \x6f\x3f\xfc\x70\xf5\x93\xcb\xc1\x65\xdf\xa7\xa3\xa1\x30\xe0\x2d\ \xaf\xf7\x09\x02\x91\x10\x81\x55\x68\xd4\xe4\x19\x20\x0b\x19\x9c\ \xed\x3c\x7a\xf2\xe9\xbd\x7f\xfc\xd2\xdf\x6c\xe0\x1d\x86\x41\xbb\ \xf7\x6f\x6f\x3d\xb8\x7f\xfb\xc9\xb3\xaf\x1e\x7d\xf5\xf5\x27\x5f\ \x5c\x3c\x79\x71\xff\xfe\x03\x87\x2e\x03\x86\x75\xe0\x90\xd7\x6d\ \xf3\x5a\x60\x68\x2a\xa0\x48\x0e\x57\xd8\xe7\x70\xbb\x82\x4e\x7f\ \xc4\x61\xf3\x07\xac\x16\x07\xb4\xd6\x7b\x11\x11\x0f\x67\x00\xad\ \x70\x77\xd0\x01\x88\x58\xd8\xea\xf3\x87\x03\xf6\x90\xd5\xe3\x05\ \x52\x71\xbf\xcd\xe3\x85\x61\xaa\xd0\xe4\x25\x12\x5b\xfb\xfc\xb3\ \xcf\x62\x41\x00\x52\x6b\x09\x00\x21\xd0\xd5\x3d\x14\x59\x5e\xbd\ \xfe\x79\x0c\x8a\x43\x3f\x00\x3f\x97\xcd\x03\x9b\x53\x01\xb7\xf2\ \x43\x5e\x66\x77\x5a\xdd\xa3\x0e\xb7\xc3\xe5\x72\x5a\x46\x6c\xae\ \x90\x0f\xda\x24\x5b\x03\x01\x37\x50\x7e\x70\xe7\x2f\x18\x02\x27\ \x80\x73\xd7\x70\xf7\x31\x18\x70\xc3\xcc\x68\x27\x6c\xc4\x0f\xbe\ \xc8\x5b\x0d\xc3\xce\x86\x90\x2f\x0c\xb7\x2e\xa3\x80\x17\xee\x31\ \xac\xbd\x7a\xb9\x9a\x47\x38\x19\xc7\x32\xfa\x7c\x76\x76\x4e\x29\ \xaf\x64\x17\xce\x4f\x4f\x9d\xf8\xe8\xc2\x85\xf7\xdf\x7c\xeb\xcd\ \x77\xc4\x5b\xa7\xdf\xbd\x74\xea\xcc\x89\x53\xe7\x4f\x9c\x9d\xbb\ \x54\x35\x51\xc1\x94\x14\x83\x38\x8f\x02\x3a\x44\x64\x2f\x14\xe5\ \x54\xb2\x94\x05\x37\x6f\xbb\x67\x72\x5a\x81\x46\x2a\x4b\xb8\x42\ \x72\xba\x82\x34\x36\xea\xa8\x64\x6c\xa0\x49\x5e\x2a\x96\x6b\x74\ \x8a\xed\xa6\x16\x35\x56\x57\x68\x5d\x63\x95\x8c\x3c\xe8\xd4\xf1\ \xf9\x62\x43\x58\x49\x69\x08\xaa\x25\xcb\x2c\x59\x10\x85\x5c\x46\ \x2f\x2e\x4a\x29\xad\xc2\x35\x30\xda\x40\xf3\x3a\x49\x65\x4c\x96\ \x31\xf1\xe4\x6c\x75\x76\x9e\xb9\xd7\xef\xf4\x55\x1e\xdd\xe8\x2a\ \x64\x63\x38\xdc\xe8\x23\xf5\xed\x3a\x7b\x47\xae\xdf\xe5\xc8\xd6\ \x6d\x03\xeb\x50\xba\xdc\xc7\xd5\xa1\x0a\x18\x93\xd1\xc2\x0d\x91\ \x18\x20\x42\x93\xaf\xf3\x3c\x9e\xda\x51\xf1\x5e\xb3\xdd\xec\xf3\ \x66\x63\x20\xa3\x66\x67\x68\xaa\x18\xcf\x09\xf3\x15\x49\xca\x90\ \x72\xa3\xa5\x6a\x69\x51\xcb\x64\x52\x4c\x6d\xa5\x0a\x70\xcb\x64\ \x08\xb5\xc1\x64\x6a\xc9\xe4\xf9\xe9\x99\xe9\xb9\x0b\x4b\xf3\x0b\ \x93\x17\x16\x6b\xe9\xe4\x2c\x5b\x99\x9a\x2e\x2e\x15\xb4\xec\x0a\ \x8e\x9d\x4d\x6b\x0c\x20\x4f\x68\xe7\x29\x96\x27\x86\x4f\xef\xdc\ \x5f\x7f\x72\xfc\xb9\xf2\xe0\xbb\xef\x3e\xfd\xe4\xd3\x93\x91\xc8\ \xe1\xaf\x6d\x40\x7d\xad\x2e\x1f\x06\xdf\xb6\x29\x30\x59\x8a\xd5\ \x25\x59\xa3\xb3\x05\x00\xe9\x2b\xb7\xc2\xbf\x7e\x7d\xf7\xde\x03\ \xf3\x4e\x87\x6f\xcb\xf2\xc6\xbd\xed\xf5\xdd\x07\x77\x9f\x7c\xf5\ \xb7\xaf\x6e\x5d\xbd\x76\xf1\xca\xb5\xcb\x87\xc7\x46\xbd\x13\x47\ \xf7\x8f\x8d\x8f\xee\xb3\xb8\x5c\x8e\x11\xe8\xaa\xee\x0e\xf8\x46\ \x5c\x30\xfd\xcf\x09\xb7\xf0\x2c\x00\x30\xec\x36\x38\xd1\xe7\x87\ \xa3\xc9\xf6\x40\xc0\xe1\x0c\xba\x5e\xb4\x5b\xc1\xd5\x23\x47\x20\ \x62\xb7\x86\x9c\x23\x56\x87\xdd\x32\xea\x71\xb8\x9c\x7e\x97\x1f\ \x70\xa1\xd8\xea\xea\x67\xd7\x13\xf1\x48\x2c\x16\x8d\xc4\x63\xfe\ \x60\x6c\x35\x12\x8d\xc4\x82\x89\xe5\xcf\xd7\x22\xd1\x50\x38\xe2\ \xb7\x00\xc5\x67\x73\xbf\x88\xc1\x71\x03\xfe\x66\x77\x43\x52\x67\ \x1b\x77\x78\xbc\x2e\x97\x6f\x64\xdc\x65\x8f\x01\x9a\x17\x82\xee\ \x80\xf0\xca\x80\x65\x41\xd0\x0b\x46\x82\x90\xbe\xf9\x00\xc5\x82\ \x8d\x1c\xe1\xd0\x8b\xa6\x8a\x08\xc0\x27\x27\xdc\x03\x88\x05\x02\ \x21\x70\xf6\x50\x22\x12\x8e\x84\xf6\x18\xd6\x5e\xbd\x64\x5b\x03\ \xde\xaa\xa3\xa8\x52\x9e\xae\x55\x97\xaa\xf3\x2b\x53\x85\x13\xd3\ \x8b\x67\x8e\x7c\x7c\xe6\xbd\x53\x6f\xbe\xf2\x07\xdd\xf3\xde\xdb\ \xd3\x2f\x00\x6b\x6a\x69\x72\x46\x44\x14\x1d\xa3\x25\xb1\x50\x56\ \x04\x4a\x4a\x29\xd5\x3c\xb2\xb2\x28\xe3\x12\x42\xe3\xa8\x48\x67\ \x25\x36\x93\xd1\x74\x45\x17\xc5\x5a\x4a\xe5\x78\x1c\x47\x07\x9c\ \x46\x60\xac\x98\x11\xf3\x44\x77\x25\x2d\xb1\x12\x5b\xca\x66\x37\ \x4a\x49\xae\x8d\xf1\x44\x92\x51\xc9\x69\x1a\x6f\xa3\x2b\xb9\x3c\ \xce\xe4\x4a\x04\xa5\x68\x5a\x1e\x6d\x31\x55\x42\x92\x85\x46\xa9\ \x80\xb4\xc4\x0c\xa9\x64\x11\x3d\x59\xad\x4c\xcf\x8b\xc6\x60\x77\ \xb3\xc1\xf5\x9e\xf6\x08\xb4\xd9\x69\xdc\xee\x89\xeb\x5b\x58\x6a\ \x6b\xd0\xd9\x34\x39\x7e\x28\xcb\x9b\x08\x85\xf3\x75\x73\xb3\x85\ \x01\xc2\x88\x30\x4d\x8c\xda\x64\x4a\x14\xc2\xa9\x2a\x22\xdf\x56\ \x45\x16\x51\x49\xb9\x65\x76\x7b\x88\x61\x34\x65\xda\x34\xba\x1b\ \x54\x4d\x17\x10\x8e\x25\xb0\x86\x24\x16\x45\x31\x97\x2c\x66\xcb\ \xe5\x74\xa5\xa2\x90\x75\xca\x34\x4a\x0c\x35\x99\x9c\x5b\x9a\x9e\ \x5a\x9a\x59\x48\x55\x66\xa6\x2a\xf3\xe5\x7c\xb5\x50\x58\x98\xd5\ \x8a\x85\xbc\x5e\x18\x30\xc5\x22\xcd\x60\x12\x41\xed\xfc\x03\x57\ \xcc\xe1\xed\xfa\xfa\xc6\xcd\x6b\x0f\xa4\x27\x3f\x7c\x77\xe5\xd0\ \xf1\xd1\x78\xec\xe4\x27\xd6\x70\x3c\x11\x0d\xfd\x84\x34\xbf\xdc\ \x4e\xa5\x28\x4d\xc7\x25\x4e\x58\x29\x52\x0a\xcd\x6b\xde\xff\xf6\ \xfc\xbb\xc7\x0f\x77\xb9\x6e\x1b\x31\xfb\xdd\xe1\xfd\x3b\xbb\x9b\ \x5f\x3e\xbf\xf9\xcd\xdf\x1e\x1d\xbf\x7c\xf5\xda\xd1\x83\xaf\x03\ \x86\x35\x3a\x32\xbe\x7f\x7c\xdf\x28\x04\x10\x20\xf9\xec\x7e\xab\ \x03\x80\x95\x7b\xc4\x6b\xf1\xbb\x9d\xbe\xb0\xdd\xe5\x84\x76\x57\ \xae\x00\x20\x5f\xa3\x6e\xbb\xdb\xe9\x80\x8e\xc5\x36\x00\x30\xd6\ \x40\xc4\xe9\x74\x01\x72\x03\x58\x90\x6b\xdc\x05\xf4\xa4\xc5\x12\ \xb4\xc2\x66\xd3\x50\x68\xf9\xf3\xcf\x97\xe3\x11\x80\x29\x89\x17\ \xcd\x08\x7e\x7b\x18\x3a\xcb\x2c\x2f\xaf\xae\x7d\xb6\x1a\x8b\x44\ \xc1\x19\x5d\xd0\xd3\xdd\x05\x9d\xd8\xed\x36\x8b\xd7\x66\xb7\x5b\ \x61\x0c\x85\xcd\xe1\xb0\xb8\x6d\x0e\x0f\x6c\x64\x87\xe1\x3b\xb1\ \x90\xdf\x1a\x84\x93\xd6\xb0\xc5\x2a\x14\x82\x6d\xa3\x11\x7f\x08\ \x26\x53\x04\x60\x47\x05\x00\x2a\xd8\x67\x1f\x08\x07\x82\xb1\x20\ \x9c\xc5\x86\xb1\x89\xfe\x68\xc4\x1f\x4e\xec\x8d\xe6\xec\xd5\xcb\ \x02\x96\xdc\x6f\x21\x0c\xca\x64\xd0\x95\x4b\xb5\x85\x72\x39\x7f\ \xf6\xf4\xe4\xe9\x23\x67\x3f\x78\xfb\xa3\x37\x5f\xf9\xd3\x1f\x3f\ \xfc\xb7\x77\x16\x26\x8f\x9c\x3f\x7f\xe6\xc2\xf4\xcc\x3c\xa2\xd6\ \x84\xba\x54\x2c\x29\x35\x59\xa0\x85\x85\xda\x52\x91\xce\x54\x0d\ \x83\x6b\x62\x32\x9a\x41\x04\x41\x94\x30\x31\x27\x1a\x7a\x45\x33\ \x64\x46\x50\x0a\xed\x21\x99\x4e\xe3\x1d\x56\xa2\x8b\xf5\xd6\x62\ \x29\x6b\xd0\x68\x49\xd1\x3b\x9a\xd8\xe0\x44\x24\x9b\x31\xdb\x52\ \x59\x21\xb0\x5a\x05\x26\xd7\xcf\xe4\x11\xb2\xd4\xa0\x8b\xd9\xfb\ \xcc\x62\x89\x57\x78\xbc\x5c\x63\xc8\xb4\x98\xaf\x65\x75\x51\x53\ \xf4\xf4\x14\x3f\xd8\xdc\xb8\x77\x1b\x41\xee\x99\xa8\x09\xc4\x5f\ \x8f\xd7\x8c\x4d\x8c\xdf\xdd\x69\xb4\x5b\x5b\x9b\x75\x12\xb9\xd3\ \x67\x9b\x2a\xcd\xf6\x00\x5d\x34\x48\xd4\x44\x08\xb3\x05\x44\x18\ \x4b\xca\x44\x4a\xed\xa3\xb8\xda\x21\xd6\xd7\x39\xa3\x2d\xb1\x3d\ \x1c\x50\xb2\x46\xa7\xdf\x26\x0a\x05\xb9\x2b\xf3\x46\x9d\x63\x72\ \xb5\x72\x3e\x95\x56\xa4\x42\x65\xa9\xa8\x28\x7d\x93\xe5\xd8\x42\ \x9e\x49\xce\xa7\x17\x56\x96\xce\xa7\x93\xe9\xb9\x99\x99\xe2\x62\ \x2e\x95\x97\xa4\x95\xe9\xa2\x88\x66\xb3\xc8\x50\x4a\x27\x35\x81\ \x24\xea\xe4\xb7\x0f\xf5\xec\xe6\xee\xee\x70\xa3\xf9\xe8\xe2\xae\ \x7a\xf3\xbb\xef\x3f\x39\x77\x71\xe4\x2f\x6b\x9f\x1e\x80\x16\x7a\ \xab\xd1\x5f\x28\xf3\xe9\x63\xbe\xa4\x27\x19\xbe\x49\x2b\xf9\x2c\ \x4a\xc8\xb8\xbc\xf6\xdf\x6f\x7c\xfa\xe5\xd6\x3d\x6e\xb7\x47\xb4\ \x87\x1b\xc3\xdd\xc1\x9d\x5f\x9e\xdf\xb8\xf1\xc3\xf7\x9f\x5e\xbe\ \x7a\xeb\xca\xc5\x7d\xfb\x0f\x8e\x4c\x1c\xf2\xee\x3b\x38\x36\x32\ \x3a\x6a\x77\xba\x5d\x56\x17\x74\x38\x76\xb9\x2d\x61\x87\x1b\x86\ \x6b\x85\x81\xe6\x73\x38\xa0\xa1\xb1\xc5\x61\x75\x8e\x7b\xec\x7e\ \xa7\x3d\xe8\x73\xc3\xed\x42\xb7\xdb\x1f\x76\x38\x60\x92\xa0\x03\ \xbc\x6c\x9b\xd8\x37\x62\x81\x6e\xa4\xbe\x70\x34\x12\x49\x5c\xff\ \xcb\xf5\xeb\x89\x70\x38\x16\x8f\xc7\x23\x90\xf5\x04\x22\xcb\xf1\ \xe5\xeb\x09\x80\x58\xcb\xab\x09\x20\x0f\xe3\x61\xcb\xa8\x0d\xa0\ \x93\xd3\x0f\xb8\x91\xdd\x0a\xc8\x9c\x1b\x80\x1f\x90\x83\x36\xb7\ \xc5\x03\xb4\x66\x08\x30\x28\x3b\x20\x50\x11\x9f\x15\x28\x4e\xbf\ \x35\x14\xf6\x03\x84\x82\xce\xcc\x50\x07\xfa\xfc\xb0\xf5\x1d\xda\ \xd9\x80\xa3\x7e\x20\x02\x43\xa1\x48\x30\x90\x08\x86\xe3\x61\x67\ \x20\x10\x03\x62\xd2\x1a\x89\xec\xb9\x35\xec\xd5\xcb\x55\x59\x24\ \x9b\x2a\x25\x64\xa8\xcd\xe4\x94\xa2\xe5\x8a\xc5\xe9\x53\x27\x4e\ \x1d\x39\xf1\xf1\xdb\xef\xbc\xf5\xbb\x57\x7f\xff\xda\x9f\x4e\xcf\ \x5f\x38\x76\xec\xd2\xe4\xf4\xc2\xe2\x22\x83\xb3\x2c\x51\xc8\xb3\ \x54\x4d\x55\x69\x5d\x2c\xe7\x33\x42\x51\xa9\x23\x46\xc3\xec\xcb\ \x06\xc6\xf2\x4c\xd1\x4c\xcf\xe4\x51\x61\xbe\x40\x70\x35\x45\x2b\ \x75\x36\x4b\x79\x5d\x36\x49\x94\x4e\xd5\x7b\xd5\x95\x14\x2f\xd3\ \x22\xab\xa8\x55\x05\x43\xb3\x94\x59\xc2\x4d\xad\x9c\x91\x98\x52\ \x8a\x27\xd1\x7a\x92\x95\x59\x92\xcc\x2e\x11\x3d\xa1\x2c\xa8\x25\ \x96\xc9\x32\x0d\x24\x5b\xaa\x55\x25\x81\xb9\x50\x95\x17\xa7\xb9\ \xf5\xf5\xe1\xd3\x4d\xba\x7e\x8f\x27\xeb\xcd\xd6\xd3\x7b\x43\xd1\ \x68\x6b\x8d\xc1\xd0\x30\xea\xbd\xf5\x81\x0c\xa0\x47\xee\xf5\x49\ \x63\x57\x15\x36\x5b\x04\xd5\x20\xb2\xa6\x4a\xad\x77\x95\x7e\xa7\ \xae\xcb\x2d\x9a\x57\x31\x03\xd0\x19\x4e\x25\x81\x1a\xec\x36\xeb\ \x26\x36\x90\xf1\x14\xd5\x6d\x36\xe5\x4e\x13\x63\x0a\xb5\x52\xa5\ \x3c\x9b\x13\x84\x6c\x21\x25\xf2\x2d\x1a\xef\xd1\xf9\x14\x5a\x3e\ \x75\xba\xb6\x32\xbf\x34\x95\x4b\xce\x4d\xcf\x2b\xb9\x42\xa1\xa6\ \x2d\x4e\x25\xb3\x94\x96\x97\xb0\x4d\x69\x2e\x87\x50\x94\x6c\xb4\ \x9f\x6c\xd1\xfa\xe6\xc6\x70\xfb\xde\x83\x2b\x57\x11\xfd\xe6\xc9\ \xaf\x5f\x3f\x7c\xc5\xbe\x16\xfa\x69\x1c\xdc\xb7\x91\xcf\xad\x0f\ \x71\x72\xfb\xc9\xa7\xfb\x6d\xb7\x4c\x83\xd3\x71\x59\xa0\x4c\x1e\ \xe5\xff\xe7\x7f\xff\xe7\x95\x6f\x9e\xde\x63\x37\x77\xdb\xbb\x77\ \xee\xec\xdc\xde\xba\xff\xed\xb3\x6f\xfe\xfa\xb7\x8b\x47\x2f\x7f\ \x72\xf1\xdc\xc5\x89\x89\x91\x83\x13\xfb\xf7\x4d\x1c\x1a\xb1\xec\ \x73\xc1\xfd\x38\xbf\x2d\x60\x75\xf9\xec\x0e\x37\x0c\x07\xb4\xf8\ \x7c\xd0\x3c\xcf\x0a\x48\xd6\x88\xdb\x1e\x0a\xf9\x6d\x5e\x8b\xc5\ \xe5\x77\x3a\x9d\xd0\xc6\xd8\xe9\x0b\xf8\xe0\x62\x56\x28\xe2\x87\ \xbd\xed\xfb\x3d\x0e\xb7\x1d\xae\xab\x07\x13\x6b\xcb\x6b\x89\xb5\ \x50\x2c\x11\x01\x15\x8a\x06\x03\xa1\x44\x18\x48\x42\x80\x5d\x71\ \x80\x58\x89\xe5\xd5\x58\x1c\xf0\x1f\x9b\xc5\xe5\xf5\x5a\x6c\xd0\ \x5f\x14\x86\xa6\xda\xdd\xd0\x43\x06\xe8\xc4\x51\x8b\xc3\x07\x1b\ \x48\x9d\x61\xc0\xa8\xa2\x50\x0f\xfa\xec\x80\xb2\x81\xb7\x05\xe1\ \x6c\x62\xd0\x0a\x1b\xef\x61\xf8\x45\xc8\x17\x04\x2a\x33\x10\xb4\ \xfb\x62\x91\x70\x22\x1a\xb0\x46\x01\x56\xf9\xfc\x76\xe8\xdd\x17\ \xf2\x85\x22\xa1\xbd\x3b\x6e\xaf\x5e\xaa\x92\x25\x11\xef\xb3\x0c\ \x93\xaa\x4e\x5d\xca\x67\xf3\x4b\x95\xe4\x89\x23\x1f\xbe\x3f\x7d\ \xea\xad\x37\xde\x79\xe3\x95\xff\xf8\xf7\xd7\x3e\x5e\x9c\x3b\xff\ \xd6\x99\xb3\x27\x16\xa6\x56\x50\x89\xa1\x53\x0b\x0b\x58\x5d\x22\ \x0d\xac\x90\x29\xcd\x17\xb9\x32\x25\xb7\x70\x9c\xe0\x71\x0c\xd3\ \x0c\x5e\xa1\x6b\x38\xab\xd2\x33\x55\x42\x64\x89\x14\xb3\xbe\x23\ \x89\x24\x49\x2a\x3a\x5f\xda\x32\xe7\xd3\x05\x04\x65\x52\x02\xd1\ \xc9\x64\x49\x53\x11\x78\x0d\xad\xd7\xd2\x2c\xa2\x73\x6a\x0a\x69\ \xa5\x92\x55\x8a\xe3\x31\x6d\x85\xab\x17\x4a\xb8\x24\xca\x6c\x06\ \x1b\x90\x4c\xb6\x58\x65\x88\xd2\x42\x4d\x5c\x4c\x33\xbb\x1b\xeb\ \xbd\x01\xd7\xde\x92\x53\x7c\x77\xeb\xfe\x36\x4f\xf7\xd7\xb5\x56\ \x7f\x63\xab\xde\x26\xc0\x41\x03\xa9\xb7\x87\x32\xdd\x1a\x70\x04\ \xa1\x72\x08\xcf\x08\x9c\x2c\xa8\x40\x23\xd6\xeb\x38\x09\x5e\x6c\ \x35\x5a\x66\xbd\x2f\xb7\x14\x4a\xde\xe8\x18\x0d\x04\x6b\x72\x54\ \x55\x6a\xca\xf2\xb0\x8b\x23\xc5\xa5\x74\x3e\x37\x55\x5e\x2a\x49\ \xd5\x32\x4d\x33\x0b\x22\xc3\x08\x39\x1d\xcb\x9d\x5f\x98\x9a\x5c\ \x2c\xcf\x14\xab\x4b\x4b\x93\xc9\x62\xae\x26\xd6\x26\xa7\x16\x05\ \x5a\x2f\xe5\xb0\x5e\x2d\xb9\x44\xf1\x98\xaa\x0e\xbe\x31\x32\xf8\ \xfa\x60\x77\x67\xf8\xcb\xc4\x4d\x74\xeb\xfb\x2b\x57\xae\x1c\xde\ \x1f\x5f\xf3\x5c\x75\x87\xa1\x31\xde\xbe\xad\xc1\x5d\xe2\xdc\x7f\ \xfe\xdf\xff\xfb\xff\xbe\x89\x34\x50\xd5\x44\x49\x19\x41\x07\xff\ \xeb\xff\xfa\xf6\xe4\x93\xa7\xbf\x60\xed\x8d\xfe\x6e\x6f\xd0\xdb\ \xfc\xf9\xd9\x8d\xaf\xfe\xfa\xfd\x27\x97\x3f\x99\x38\x7e\xe5\xda\ \xa1\x89\xd1\x91\x03\x23\x63\x07\xc6\x47\x0f\xd8\x3c\x0e\x9f\x03\ \x66\x79\x39\x1c\x76\x37\x90\x84\x5e\x97\xd3\x32\x0a\xdd\xa8\xac\ \x30\x5a\xd0\x3e\x0a\x23\x6c\xdc\xa3\x0e\x9f\xcd\xe2\x77\xd9\xc1\ \x23\x60\x5f\x41\x9f\xc3\x1d\x78\xc1\x71\xec\x3e\xcf\xeb\x63\x2e\ \x3b\x5c\x59\xf2\x85\x43\xf1\xb5\xeb\x6b\xf1\xb0\x2f\x90\x88\xc7\ \x42\x00\xbf\x02\x80\x0d\x45\xa3\xb1\xe5\x38\xd0\x86\x89\x44\x3c\ \x14\x8d\xae\x5e\x07\x10\x36\x36\x36\xee\xf5\x8e\x58\x3c\x56\x2b\ \x20\x54\x7e\xb7\xc5\xe6\x71\x01\x6e\xe5\xf3\x78\x2c\x8e\x50\x24\ \xe0\x0c\xc7\xa2\x3e\x17\x00\xa1\x90\xd5\x6d\xb7\xfa\x42\xd0\xcc\ \x34\x08\x93\x71\x80\x20\x04\xc4\x0d\x1a\xf4\x05\x00\xe9\x0a\x25\ \x02\xf6\x00\x0c\x66\x0d\xc5\x23\x40\x0c\x82\x07\xf0\x5f\x00\x66\ \x51\x68\x7f\xba\x77\xc7\xed\xd5\x4b\x55\x85\x67\xea\x86\x2c\xa2\ \xa9\xf2\xe9\xe9\x6a\x29\x37\xbf\x92\xfc\xe0\x8d\xb7\xff\xf4\xd6\ \x91\xf7\xfe\xfc\xe7\x0f\xfe\xfc\xc7\x7f\xfb\xc3\x64\xfa\xd8\x89\ \x77\x16\xce\x9f\x9f\x9a\xcd\x74\x59\xa2\x4b\x33\xa9\x56\x33\x27\ \x71\x25\xa6\xa8\x2c\x14\x5b\x12\xd6\xdf\x6a\xe1\x0d\x00\x0e\x44\ \x41\xa4\x29\x05\xe7\x05\x5e\x9f\x4d\x52\x29\x91\x45\xaa\xcd\xed\ \xe2\x12\xda\xef\x0b\x29\x41\xec\xc8\xf3\x5a\x86\x46\x51\x46\x60\ \x3a\xa5\x12\x21\xa2\xb4\x21\xa8\x58\x7e\x49\xa7\x14\xac\xad\xb0\ \x26\x5a\x4b\xd2\x75\x41\xd6\x2a\x1c\xc6\xd6\xd5\x12\x5d\xe7\x69\ \xad\x2d\x69\xf8\x7c\xa9\x31\x60\x8b\x42\x7e\xae\x34\xdc\x50\xcd\ \xe1\x3d\x13\x1f\x92\x48\x6b\xa3\xd7\xac\xab\x74\xb7\x9e\x33\x77\ \xb6\x9a\xed\x16\x3b\xe8\x90\x28\xdb\xc0\xfa\x18\x8d\xb6\x55\x74\ \xd0\x18\x1a\x3a\x2f\x37\x78\x9d\xc5\x80\xfc\x22\x89\xc1\x3a\x4f\ \xb4\x39\xb5\xdd\xe8\xb4\x55\x8a\x1a\xae\xd7\xcd\x4e\x93\x68\xd7\ \xb3\xb5\x0c\x49\x63\xeb\x2c\x82\x88\x95\xfc\xc2\xdc\x62\x2e\xa3\ \xe4\x73\x15\x8d\xa5\x2b\x45\x01\xa5\xf2\x34\x3b\x7b\xe1\xcc\xa5\ \xc9\xe4\x4a\xbe\x96\x4f\xd7\xaa\x4b\xc5\x95\x4a\xa9\xb0\x38\xb5\ \x24\x94\x44\x93\x52\x3b\xb5\x74\xa6\x29\x37\x8d\xc6\xce\x37\x1d\ \xca\x6c\xad\x6f\x3d\xdc\x7a\x3e\xf6\x37\xf2\xc9\xf1\x2b\x9f\x9e\ \x9b\x18\xbd\xbe\x7c\xf8\x6b\x00\x0d\xd1\xf8\xf2\xe5\x4e\xef\x61\ \xfb\x9b\xff\xef\x3f\xff\xef\xff\xf1\xac\xd1\xe9\x90\x3c\x05\xbe\ \x8f\xf6\xfc\x7f\x7d\xf6\xed\xc9\x3b\x0f\x7e\x69\xf7\xdb\xbd\x3b\ \xdb\x3b\xf7\xee\xdf\xff\xe6\x9b\x1f\x7e\xfd\xfe\xea\xb9\x73\x07\ \x0f\x1f\x3a\x79\xf2\xf5\x03\x07\x3c\x63\x1e\xaf\xcd\xed\xf5\xb8\ \xfd\x01\xab\xcd\xe2\xb6\x03\x2d\xe8\x72\xda\xdd\x0e\xa7\xc5\xe1\ \xb6\xba\x3d\x56\x67\xd0\x0a\x99\x96\xdd\xee\xf3\x79\xbd\x36\xff\ \x8b\x74\x1c\xa7\x17\xb0\x30\xbb\x0f\xe8\x44\xa7\x0b\xe6\x54\x58\ \x46\x2c\xd0\xc6\x21\xe8\xf7\x85\xfc\xe1\xf8\xea\xe7\x6b\xb1\xb5\ \x44\x28\x1a\x07\xfc\xc8\x1a\x7a\x31\xae\x1c\x0d\x24\xae\x5f\x8f\ \x46\x97\xc1\xb1\x30\x00\xaf\x98\x33\x62\xf5\x78\xdc\xe3\xd0\x81\ \xc6\x67\xb1\xdb\x7c\x41\xdb\xe8\x98\xc7\xe2\x05\x9a\x70\x04\x70\ \xae\x40\x34\x1a\x8e\x2c\x87\x03\x3e\x68\x3e\x6a\x87\x6b\x58\xe1\ \x60\x3c\x12\xb4\x06\x43\x70\x50\x28\x1a\x0a\x05\x22\x11\xd8\x53\ \x11\x89\x04\xa2\xa1\x20\xd0\x8d\xe0\x75\xc0\xaa\xc2\xe1\x08\x7c\ \x97\x3f\x12\x00\xd7\x08\xec\xad\x61\xed\xd5\x4b\x56\x0e\xd3\x65\ \xa4\x29\xe6\x6b\xc5\x53\xb3\xc5\x6a\xb2\xbc\x70\xfe\xad\x23\x7f\ \x7e\xf3\xad\x57\x5e\x7d\xf3\xb5\x3f\xbf\xfa\xa7\xd7\x5e\x5b\x5a\ \xfa\xe8\x83\x0f\x4e\x4d\x9f\xff\xe8\x44\x5a\xd0\x19\x85\x50\x19\ \x04\xd1\x69\x59\x41\x94\x5c\x49\xa4\x92\x48\x7d\x80\x36\xbb\x3c\ \xdd\x44\x25\xd4\x30\xd1\x54\x3e\xcb\xd1\x5a\x06\x15\x4a\xac\x91\ \x19\x6e\xa7\x73\xfc\xb6\x49\x66\x8b\x99\x81\x34\x99\xa2\xdb\x25\ \x4d\xa4\xe5\x46\xa9\x2a\x94\xf3\x0a\x5f\x20\x8a\x2b\x45\x85\x22\ \x31\x0c\xd7\x10\x32\x49\x35\xbb\x38\xaf\xe9\x2a\x2e\xf4\xb0\x7c\ \x99\x2d\x89\x08\xc9\xe8\x44\x59\xc3\xf1\xda\x8a\x92\x5b\x2a\x0d\ \xee\xf6\xb7\xb7\xbb\x78\xfb\x1e\x4b\x0f\x3a\xeb\xfd\x01\x8a\x0c\ \x39\x89\x1b\xf6\x07\xcd\x81\xdc\x5e\x57\xd4\xe1\x76\xa7\xdf\x00\ \x54\x8a\x10\xe5\x6e\x9b\xa3\x68\x8a\x23\x71\xb5\x81\x50\x86\x61\ \xf6\x5b\x3a\xcf\x61\xea\xa0\x61\x34\xb1\xac\xc0\x21\x64\x1b\x61\ \xf8\x06\x9b\x11\xc8\x56\xa3\x69\xb2\x94\x9e\xa9\x16\x4a\x8b\x2b\ \xd9\xa2\x56\x28\xe5\xab\x99\x9a\xa4\x70\x80\x16\x52\x85\xf3\x93\ \xc9\xd9\xd9\x0b\xe7\x4b\x8b\x8b\x33\xe0\xf7\x32\xbd\x94\xc3\xc1\ \xf3\xca\xa2\x56\xa3\xcc\x5d\x2e\x9f\x46\x30\x76\x5d\x95\x1f\x3e\ \x33\x52\xe6\xdd\xe1\xc6\xee\xce\x4f\xe3\xcf\xf1\xa7\x87\xc6\x8f\ \xee\x1b\xb5\x7c\x16\xf9\xe4\x64\x2c\x16\x5b\xbb\x1e\xff\xad\xd9\ \x1f\xdc\xae\x7f\xea\xf1\x7d\xdd\x37\x1a\x7d\x8c\x24\x70\x54\x15\ \xce\xfd\xaf\xc4\xcf\x57\xbe\x7c\xfc\xa4\xb1\xde\xef\x6e\x74\xee\ \xec\x3c\xfc\xf9\xaf\x37\x7e\xba\x7c\xf9\xe2\xf1\xfd\x87\x0e\xec\ \x3f\x38\xbe\xff\xf8\x88\xdb\xeb\xde\xe7\xb1\xf9\x1c\x36\x8f\xdd\ \xea\x04\x8c\x2a\xe2\x73\x41\x9f\x4f\xab\xd5\xe2\xb2\x07\xdc\x8e\ \x80\xdd\xef\xb7\x07\x5d\x36\x97\xdf\xe7\xf3\xb8\x61\x63\x28\x5c\ \xb3\x72\x82\xf7\x5a\x21\x76\x39\x1c\x41\x80\x38\x96\x51\x47\x38\ \x0c\xdd\xde\x61\xb3\xe8\xf2\xf2\x5a\x2c\xb4\xb6\x1a\x87\x59\x5e\ \x7e\x5f\x30\x0a\xfe\x06\xfc\xbe\xe8\x2a\x50\x88\xd1\x68\x22\x11\ \x8d\x45\x43\x61\x7f\xc8\xe9\xb1\xb9\x2c\x80\x53\x79\x9d\x6e\xbb\ \xc5\x6d\x73\x03\x66\xe5\xb1\x59\xe0\x30\xb4\xdd\x19\x0e\xf8\xc3\ \x3e\xc0\xa9\x42\x56\xdb\x8b\xc0\x8b\x20\xc0\x48\x00\x4d\xfe\x50\ \x24\x96\x00\x5c\x2a\x10\x74\x44\xc3\xbe\x88\xdf\x11\x04\xd8\x15\ \x89\x00\x84\x8a\x84\x01\x95\x0b\xc1\x75\xae\x30\x74\xc4\x02\xea\ \x31\x12\xda\x5b\xc3\xda\xab\x97\x65\x58\x22\xad\x1b\xa2\x9a\xae\ \x14\xe6\xa6\xaa\xe5\xd9\x99\xdc\xe4\x91\x77\xdf\x7b\xff\xfd\xc5\ \xf3\x5e\xcb\x00\x00\x20\x00\x49\x44\x41\x54\x37\x7e\xf7\xef\xbf\ \x7b\xe3\xd5\x3f\xfc\xfe\x95\xfc\x22\x60\x57\xc7\xa6\xe7\xa6\x8e\ \xa5\x53\x02\x56\xd4\x99\x4c\x6a\x87\x6c\x34\x07\x03\xa1\x9a\x2b\ \xea\xe9\x6a\x51\x61\x69\x95\xc7\x48\x44\xaf\x9b\x3a\x29\x69\x86\ \x49\x15\x4c\x89\xa6\x29\x55\xef\x6e\x96\xb3\x38\x2f\xf3\x72\x96\ \xed\x4b\x93\x3a\xc3\x53\x3a\x99\xa1\xb0\x4c\x56\xaa\xe6\x35\x0e\ \x67\xa5\x85\x6a\x8b\xc2\x90\x54\xb9\x84\xd0\x35\xb2\xc9\x6a\x92\ \x26\x72\x7a\x2d\xa5\xa7\x67\x05\x9c\x96\x89\x92\x26\x15\xcb\x1a\ \x5f\x9e\xd1\xd8\x42\xad\xb9\xde\x6f\xab\xc3\xf6\xee\x80\xe1\x5a\ \x6a\x6f\xb3\x2f\xd7\xb7\xeb\x05\xa3\x3d\xdc\x24\x55\x6a\xd0\x20\ \xeb\xdd\xcd\xcd\xba\xac\x36\xdb\x7c\xb3\xdd\xc6\x25\x14\xe1\xda\ \xac\xd6\x90\xf9\x66\x03\x15\x5a\xaa\x5c\x6f\x9a\xad\xb6\x89\x9b\ \x7c\x9e\xe8\xa9\x5c\x0b\x41\xda\x75\x1d\x6f\xb4\x30\xa1\xd7\x33\ \x78\x42\x49\xae\xa4\xb4\x74\x4e\x14\x99\x4a\xb1\x54\xa5\x72\x42\ \x1d\x4f\x15\xa8\xcc\xe4\x89\x85\xc5\x62\x72\x2e\xbd\xb8\xb0\x58\ \xc9\x55\x6b\x65\x11\x2f\xcd\x27\x0b\xb5\x54\x9e\x92\xef\xa8\x49\ \x91\xa4\xf1\x56\x8b\xbb\xf1\x4c\x2a\xf5\x77\x37\x86\xeb\x83\x47\ \xc7\xef\x73\x7f\x3f\xb0\xff\x80\xcb\x11\x5d\x0b\x5e\x3b\x18\x5f\ \x8b\xac\x7d\x1e\xbe\x71\xf7\xde\xe0\xee\xe0\x99\xf7\xc0\x2f\x8d\ \x3a\xd7\x06\xbf\x0b\x83\x23\x29\xcb\xff\x8c\x3c\x3f\x77\xbf\xb7\ \xbd\xd5\x6e\x75\x5b\xe6\xfa\xd3\x6f\x9e\xfc\xfd\xda\x95\x2b\xd7\ \xce\x9d\x3b\x7c\xf8\xf8\xa1\xa3\x13\x13\x47\x27\x46\x2d\x9e\xfd\ \xa3\x0e\xfb\xe8\xc4\x98\x1d\x86\x0e\x3a\x7c\x61\x17\xa4\x4e\x2e\ \x97\xd5\x62\x77\x7a\x9c\x6e\xab\x33\x60\xf7\xd9\x47\x2d\x4e\x07\ \x50\x8b\x7e\xab\xc3\xe2\x76\xb8\x1c\x0e\x8f\xc7\x61\x85\xc9\xcd\ \x76\xc0\xcb\xdc\x3e\xab\x3f\x08\xd4\x24\x6c\xb9\x5a\x5e\xfd\x6c\ \x35\x9e\xf0\x05\xe3\x00\x5c\xa2\xe1\x20\x0c\xc0\x81\x11\xa9\xc1\ \x40\x64\x75\x75\x79\x75\x39\x94\x48\x24\x42\xa1\x17\x90\x65\xd9\ \x37\xe2\xf0\xc2\xc1\xc1\x80\xd3\x65\x73\x8f\x5a\xdc\x23\xde\x31\ \x4f\x00\x08\x44\x5f\x30\x16\x70\xb9\x9c\xe1\x68\x38\x60\xb5\x03\ \xee\x04\x58\x5a\x28\xe0\xb4\x46\x81\x10\x84\xcd\xa7\x61\xe8\x55\ \x13\x0d\x38\x83\x4e\x00\xa5\xd6\x10\xf4\x91\x89\x84\x42\xf1\x50\ \x2c\xbe\x1c\xf2\x81\xcb\xc6\x21\xc1\x0a\x45\xf6\xdc\x1a\xf6\xea\ \x65\xab\xa0\xd1\x82\xc6\xa2\xf3\x17\x4a\x33\x4b\xd5\x85\x72\xa5\ \xfa\xee\x9b\x1f\xbc\xf7\xde\x1b\x6f\xbe\xf1\xca\x1f\x5e\xf9\xc3\ \x1f\xde\x7c\xb7\x30\x75\xe2\xd2\xd4\xd9\x4b\xa7\x2e\x1c\x99\x55\ \xd8\x0e\x81\x22\x2b\xec\x30\xcb\x60\x0d\x5c\x57\x44\x89\x9e\x25\ \x15\x06\x25\x54\x02\x6d\x15\x24\x86\x51\x58\x49\x21\x29\xa9\x26\ \xd0\x02\x86\xe3\x52\xcf\x04\x00\xd4\x41\x9a\xb4\x24\xf5\xf4\x39\ \x4d\xc0\x53\x59\x44\x50\x08\x38\x44\x88\x63\x12\xa2\x94\x66\xe6\ \xb5\x0a\xa6\x97\xf2\x79\x26\x2b\xc9\x2d\x04\xce\xf2\x71\x92\x28\ \x6a\x38\xc3\x9b\x0a\x82\x69\x95\x12\x4a\xd7\x89\x62\x11\x21\xf2\ \xa5\xfa\xfa\xe0\x76\xbb\xab\x0e\x37\xe4\x7a\xdb\x1c\x6c\xaa\x38\ \xdb\x96\x31\xb3\xdf\x5f\xef\x10\x7c\x1f\xc9\x36\xbb\x1c\xc0\x03\ \xaa\xde\x90\xfa\xdb\x7d\x8e\x24\x80\xf4\x62\xa9\x7a\xa7\xd1\x46\ \xab\x12\x4f\xf1\x6a\x7d\xa3\x8b\x11\x78\x8b\xad\x19\x75\x72\xd3\ \xc4\xd5\x2e\x97\x21\x7b\x3c\xc2\x6e\xee\x74\x5a\x7c\x6e\x6a\xb1\ \x94\x52\x34\x8d\x06\xff\xa4\x4a\x82\xc8\xb5\x30\xaa\xc0\x2c\x4d\ \x5e\x58\x4c\xe6\xa7\xa6\x4a\xf9\xe4\x42\xb1\x58\x54\x96\x28\x49\ \x48\xa6\xf3\xe0\x5b\xca\xbd\x87\x46\x41\x97\x71\x9e\x23\x8d\x1f\ \x37\x74\x62\xfd\xf6\xf6\xfd\x87\xdb\x27\x8f\xff\xbc\xf9\xc5\xbe\ \x03\xc7\x5d\xd6\x50\xc2\x75\xcd\x13\x81\x0b\xdd\xfe\x6f\xbe\x7d\ \xdc\x6b\x9a\xfc\xc1\x91\x4d\x13\xae\xa3\xc9\x24\x2f\x0b\x64\xec\ \xff\x09\xdc\xff\x65\xbd\xb5\x33\xdc\xe9\x98\xdb\x77\xee\x3f\xf9\ \xf6\x87\xaf\x7e\xf8\xfe\xda\xb5\x8b\x87\x4f\x1e\x3e\x7e\x00\xd4\ \xfe\x11\xaf\x6d\x74\xdc\xe3\x1b\xb1\xb9\xbc\x41\x48\x68\xec\x4e\ \x18\x94\x03\x3b\x0e\xac\x2e\x8f\xdb\x62\x05\x78\x15\x74\x86\x83\ \x40\x36\x5a\xed\x36\xbb\x1b\xa0\x0b\x90\x87\x70\xd9\xc9\xe7\x7e\ \xe1\xec\xe0\xf7\x07\xad\xae\x10\x50\x68\x81\x10\xa0\x57\xcb\x9f\ \x7f\xf6\x97\xb5\x78\x3c\x10\xb0\xfa\x01\xa8\x84\x82\x61\x38\x4d\ \x03\xe0\x2c\xe0\x8f\x26\x22\x89\xd5\x48\x64\x15\xc0\x4a\x30\x16\ \xf1\x45\xc3\x23\xfb\xbd\x00\xfb\x3c\x40\x03\xba\x1d\x16\xef\x88\ \xc5\x32\x3e\xe2\x0a\xfa\xed\x0e\x3f\x00\x20\x00\x4b\x61\x98\xcb\ \x03\x77\x01\xfd\x11\x7f\x10\x70\xac\x60\x24\x9a\x00\x30\x04\x8e\ \x3a\xad\xa1\xa0\x0f\x10\x28\x40\xac\x22\xe1\xf0\x8b\xc1\x41\x40\ \xe0\x00\xfd\x02\xcf\xa2\xc1\x20\x5c\xc0\x02\x7a\xd4\x67\xdd\x63\ \x58\x7b\xf5\x72\xb5\x24\x64\xb4\xbc\x58\x58\x3a\xbf\x72\xa6\x9c\ \x99\xaf\xcc\x4c\x1e\x79\xfb\xad\x77\xfe\xf0\xfb\xdf\xbf\xf9\xea\ \x7f\xbc\xf6\xda\x7f\xbc\x79\x24\xb3\x34\xf3\xf1\xd9\x4b\x93\x67\ \xcf\x4c\x2f\xe4\x50\x00\x28\xa5\xfc\x9d\xdd\xa2\x28\x11\x8a\x84\ \x2b\x2d\x7d\x06\x47\x51\x56\x56\x11\x96\xcd\x48\x26\xaa\xe1\x14\ \x2d\x99\x44\x9a\xca\xa2\x1b\x64\x36\xb5\x53\xaf\x21\x26\x87\x34\ \x28\x8d\x6a\x16\xca\xb2\x8c\x2a\x0c\x53\xd6\x89\x5c\x16\x47\xb3\ \x12\xcb\x49\x42\xa5\x42\x8b\x0c\x00\x0a\x85\x28\x15\x01\x71\xd2\ \x65\x9a\x50\xb5\x72\xa6\xa6\x37\x54\xb4\xd6\xef\x16\x2b\x05\x96\ \x97\x1b\x8b\xe9\xbc\xb8\x80\xdf\x19\xde\xbb\x6b\x50\xd4\x83\x0d\ \xb6\x3d\x1c\xb4\xdb\x43\x1c\x1f\xa2\xe2\x56\xbf\x77\xaf\xdf\x80\ \xbd\x0c\x9b\x77\x1b\xed\x66\x93\xec\xa1\xf9\x46\x6f\xc3\x18\x60\ \x12\x45\x91\x54\x4f\x35\xb7\x49\x81\x6d\xb1\xcd\x41\xaf\x45\x74\ \x36\xe8\x86\x9e\x23\xf9\x96\xdc\xec\x60\x04\x96\xaa\x37\xb8\x06\ \x79\x7b\xd0\x37\x4b\x99\x7c\x7e\xb1\x98\xcf\x17\xf4\x99\x74\x91\ \x96\x10\x9d\x6b\x53\x82\x48\x24\xa7\x2e\x54\x66\xe6\x66\xd2\x85\ \xe4\x5c\x6e\x36\xa7\x68\x05\xa0\x50\x17\x8b\x25\x45\x41\xe5\xde\ \xcf\x78\xb9\x40\x70\x77\x07\xf5\x07\x8f\x7e\xa1\x1a\x4f\xef\x3f\ \xdd\xde\xfe\xf9\xf8\xc4\x9d\x9d\xa3\x63\x87\x3e\xb1\x38\x96\x13\ \xfb\x0e\x01\x1a\x92\xf8\x7c\x6d\xf4\xe9\xaf\xdf\x34\x8c\x1e\xff\ \xeb\xe5\xdb\x46\xbb\xb1\x69\x92\xb2\x59\xa7\xef\x25\xfe\xeb\x81\ \xa6\x3a\xe8\x6c\xb4\x0c\xbe\xfd\xe4\x9b\xbf\xff\xf6\xd7\x6b\x97\ \x3f\xbd\x75\xf1\xe2\xeb\x07\x2f\x1e\x3e\x78\xfc\xe0\xc4\xfe\x51\ \x0b\xa0\x47\x5e\xc0\x98\x46\xe1\x60\x8c\xc3\xef\x83\xd6\xc5\xf6\ \x80\xc5\xe2\xf4\xfa\x2c\x30\x3e\xcb\x69\x79\x11\x97\x6a\xb3\xfb\ \x9c\x56\xa7\xc3\xe2\xb4\x3b\x1d\xb0\x91\x14\xf6\x6a\x01\x6c\x1b\ \xf1\x86\x83\x2f\x46\x00\x01\x66\x2e\x47\xe2\xab\x6b\xab\x09\xc0\ \x84\x56\xa3\x41\x9f\x2f\x1c\x87\x26\xca\xe1\x80\x2f\xec\x04\xa2\ \x30\x1c\x5d\x5b\x8e\x46\x23\xcb\x9f\x27\x96\x13\x89\x08\x78\xd5\ \xe9\xf2\x78\x47\x46\xdc\x23\x2e\xfb\xa8\xd7\x65\x1b\x1b\x1b\x87\ \x8b\xed\x41\x80\x83\xb0\x93\xc1\x1f\x8e\x00\x8c\xb2\x03\x24\xb2\ \x07\x60\x66\xd7\x8b\xa8\x69\xe8\xd6\x1e\xb0\x46\xa3\x76\xa8\xf7\ \x80\xb0\x04\x98\x06\x17\xb0\x00\x7d\x8b\xfa\xad\x00\xab\xc0\xb1\ \x70\x10\xa0\x55\x30\x1c\x58\x86\xd7\xde\xdb\x25\xdc\xab\x97\x6c\ \x6b\xa0\x33\xb9\x6a\x56\x5b\xbc\x94\x9f\xbe\xa4\x24\x81\xf4\x5b\ \x38\xf5\xfe\x9b\xaf\xbe\xfa\x87\x3f\xbe\xfa\xda\x1b\xff\xc7\xbf\ \xff\xe1\xd5\x13\x17\xce\xbf\x3b\x7d\xf6\xec\xdc\x85\x85\xb9\x0c\ \xcf\xa4\x54\xa9\xc2\x3d\x15\x31\xa2\x41\xd5\x99\x0a\xce\x54\x44\ \x9e\x6b\x50\x06\x8e\x31\x35\x1d\x47\x71\x8c\xcc\xd3\x2a\xa6\x90\ \xa4\xd1\x32\x44\xfa\xae\xbc\x50\x97\x69\xbe\x89\xa7\x8c\x5e\x3e\ \x4d\x70\x6a\x86\x50\x19\x3e\x53\x4d\xf5\xb2\x79\x22\xcb\x62\x68\ \x29\xcd\x42\xa8\x4a\x4b\x46\x09\xe0\x85\x24\xaa\xaa\x86\x64\x2b\ \xa2\x4e\xe0\x38\x26\xa8\xb2\x8e\xa1\x74\x8f\xa0\x2a\x35\xa1\xb0\ \xc2\xf7\x3a\x77\x80\x7c\xc3\x37\xbb\x4c\xbd\x77\xb7\x3b\x6c\x29\ \xf5\x21\x2b\xde\xde\x19\xf4\xee\xf6\x90\x1d\x9a\xba\xfb\x74\x7d\ \x30\x68\xe8\x58\x93\x56\x4d\xb3\x37\xe4\x29\x92\x93\x90\x96\x2c\ \x77\xeb\x04\x26\xeb\xc6\xa0\xdd\x51\x69\x13\xed\x6a\x14\x07\x08\ \x59\x7b\xd3\x68\xc8\x28\x02\x08\x1b\xd1\xdb\xae\x73\xd5\x62\x2e\ \x97\xab\xe4\x24\x46\xc8\x97\x15\x12\x57\x70\xb5\xc1\x2b\xa8\x56\ \x4e\x57\x2e\xcc\x4d\x2d\x26\x2b\x33\xb3\x0b\x4b\xc9\x62\x25\x4f\ \xd3\xf3\xe9\x94\x4e\xb3\x08\xbb\x3d\xc8\xe4\x75\x4e\xde\xbe\x6d\ \x3e\xf8\x6a\x1b\x33\xef\xec\x6e\xff\xbc\xf5\xf8\xc0\xe5\xdd\xdd\ \x31\xcb\xc8\x81\x11\x5b\x2c\x72\xf0\x9c\xdd\x1f\xfb\xec\xbf\x7e\ \x76\xf4\xc9\xf3\xc7\x9b\xdd\x81\x49\x3c\xec\x62\x3d\x59\xae\xa3\ \x08\x4e\x94\x9e\x47\xdc\x4f\xdb\x83\xc1\xa0\xc5\x71\xcd\xcd\x67\ \x37\x7f\xfd\xfa\x87\x2f\xce\xdd\xba\x76\xf2\xaa\xf7\xf5\x93\x07\ \x0e\x1f\xdd\x7f\xf0\xe0\xa8\x2d\x00\x53\x95\x01\xc9\xf1\x78\xac\ \x16\xb7\xd3\x07\x7d\x8e\x61\x32\x8e\xc3\xeb\xb0\x3a\xbd\x4e\xab\ \xc3\x19\x0c\xf8\xac\x56\x8b\xc5\xef\xfa\xd7\x40\xa1\xdb\x6a\x77\ \xfb\xa1\x5f\x1f\xc0\x30\x3f\x10\x89\x00\xd1\x62\xa1\x70\x20\xbc\ \xbc\xbc\x7a\x7d\x75\x35\x16\x0c\x07\x61\x77\xba\xcf\x0a\x7d\x3f\ \x83\x96\x80\x03\x10\xa5\xb0\x2f\x10\x8e\xfd\xe5\x7a\x2c\x1a\x8d\ \x47\x01\x6a\x45\x62\xe1\xb0\xd3\x3e\xe2\x19\x1b\xdd\x6f\x83\x14\ \x6b\xc4\xe2\x19\x1d\x71\x03\xe8\x03\xdf\x24\xb2\x1c\xf2\x83\x4f\ \x04\x81\x92\x74\xb8\xfd\x76\xb7\xcf\x0f\xe0\x38\x1c\x82\x01\xd1\ \xd0\xe7\x06\xda\x8e\x02\xd8\x0a\xc5\xe0\x13\x3f\x78\x1a\x00\x02\ \x30\x9e\x08\xc1\x4f\x44\xa3\xa1\x60\x20\xb6\x1a\x0f\x87\x60\xf3\ \x17\x50\x8e\x7b\x77\xdc\x5e\xbd\x54\xd5\x78\x46\x93\x4a\xb5\xf9\ \x15\xe5\xec\xe9\xf9\xa5\x0b\x73\xd3\x53\x1f\x7e\xf0\xfe\x1b\xaf\ \xbc\xfd\xca\xdb\x1f\xbc\xf6\x9f\x7e\xf7\xef\xaf\x4c\x9e\x3f\xf2\ \xf1\x99\xa9\x99\x23\x8b\xb3\xb3\x5a\x1d\x70\x25\xae\xd8\xd8\x4d\ \xb1\x25\x16\xd1\x53\x69\x0e\x4f\x4b\x0d\xa3\xc3\x35\x58\x5d\x29\ \xea\x18\x91\xd5\x11\x0a\x31\x52\x02\x8b\x9b\x8a\x82\x6c\xdc\x61\ \x17\x18\x4a\x35\x58\x41\xe2\x1a\x85\x02\xcf\x23\x22\xcd\x08\x0d\ \x5c\xd3\xa9\x2c\x23\x2b\x4a\x41\xfb\x28\x89\x57\x8b\x4a\x96\x4e\ \x75\x6b\x29\xbd\xac\x69\x0c\x93\x63\xe8\x1c\xa1\xe2\x8c\x2a\x89\ \x2c\x9e\x15\x44\xaa\x89\x96\x16\x6b\x99\xc5\x59\x75\xe7\xfe\xbd\ \x8d\x8e\x29\xec\x76\x24\xb4\xbb\xbb\xde\x35\x18\x72\x83\x1f\x0e\ \xb7\x3b\xf5\xba\x3e\x18\x32\x48\x6b\xb3\xbb\x3e\xd0\x91\x36\xaa\ \x20\x78\xbd\x55\xc7\xe8\x3a\x46\x51\x3d\xb3\xd9\x1e\xd2\x5c\x43\ \xe1\x07\xad\xee\x70\x9d\x07\xa7\x55\x8d\x16\xd9\x6f\x36\x3a\x03\ \x52\x93\x1b\xeb\x1c\xd1\xdd\x6c\x93\xba\x96\x29\x56\xab\x49\x94\ \x57\xf4\xa2\xc6\xb2\x04\x8f\x51\x84\x90\x2f\x26\xe7\x96\xaa\x4b\ \x93\x53\xb5\xb4\x54\x99\x2c\xd7\x2a\xb9\xa4\x24\x2e\x14\x0a\x15\ \x96\x32\xf8\x41\xbf\x94\x53\x87\x8d\xf5\xed\xd6\x93\xe7\xad\xd4\ \xf0\xfe\xcf\x0f\x7f\xb9\xff\xd5\xe8\xf7\x1b\xcf\x6d\x9e\xd1\x51\ \x57\x30\x16\x38\x77\x3c\x18\x8f\xae\x7e\x96\xb8\x76\xe3\x79\xbf\ \x79\x7b\xa3\x25\xa0\x84\xbc\x5e\x27\x09\xbc\x4b\xca\xea\xb3\x6b\ \x5b\xf2\xfa\xb0\x03\xe0\xb7\xde\xb9\x7f\xf3\xa7\x1f\x3e\x7d\x74\ \xf3\xd6\x27\x9f\x7c\x71\x6e\xe2\xc0\xa1\xd7\x27\xf6\x8f\xec\x3b\ \x70\x60\xcc\xe9\xf2\x3a\xa0\x99\x8c\xcd\x03\xa8\x92\x1d\xc6\xfc\ \x01\x19\xe8\xb0\xb9\x5c\x5e\x38\x53\xec\x7b\x91\xf6\x17\xf0\x8c\ \x00\x38\x83\xeb\xf2\x4e\xbf\xdd\x65\xf7\xd8\x47\x1c\x41\xa7\xdb\ \xe6\xb0\x80\x1f\x07\x14\x8d\x41\x6b\x34\x91\x58\x5e\x5d\x83\xcd\ \x05\x80\xfa\x04\xa1\xd5\x71\x14\xb6\x87\xc2\x75\x77\x00\x2f\xfe\ \x40\xfc\x2f\x40\x0d\x02\x20\x89\xc3\xee\x2c\x70\x4e\xab\xcd\x6b\ \x19\xdd\xe7\x75\x03\x46\x37\xea\xf5\x8e\xdb\x7d\x1e\x6b\xc8\xee\ \x84\xcd\xec\x70\x7d\xca\x1e\x88\xfa\x2d\x2e\x2b\x00\x4f\x70\xf2\ \x68\x38\x10\x81\xee\x0b\x40\x21\x06\x03\xf6\x60\x30\x68\xf7\x03\ \x84\xf2\x85\x61\xb3\x28\x74\xf2\x8b\x47\x83\x50\x45\x42\x49\x18\ \x0e\xc6\xa2\xf1\x44\x3c\x0a\xf8\x5d\x6c\x6f\x0d\x6b\xaf\x5e\x72\ \x97\x50\x10\x54\x3c\x9b\x3b\xbb\x52\xfc\x68\x71\x5e\x9b\xfa\x68\ \x7e\xfe\xad\x33\x1f\xbf\xf3\xc1\xfb\x6f\xbe\xf9\xf6\x5b\x6f\xbe\ \xfa\xbb\xd7\x16\x93\x1f\x9e\xb9\xb4\x78\xe9\xfc\x91\x13\x53\x26\ \xaf\xb3\xac\xa4\xdd\x7b\xcc\x22\x88\x2c\x55\xab\x85\x1e\x73\x9e\ \x6e\xab\x5c\x2a\xa5\x95\xe8\x1c\xca\x13\xac\x90\xc9\xe9\x84\x56\ \x62\x65\x54\xd2\x33\xad\x5d\xae\x92\x65\x51\x1c\x68\x28\x56\x2e\ \x64\x50\x42\x4c\x21\x25\xb1\x2e\xad\x64\x52\x79\xa2\x89\x8a\xb5\ \xea\x7b\x15\xbe\x20\x2a\x2a\x4f\x1a\xa2\x92\xca\xb0\xac\x5c\x2a\ \xa8\xa2\xc0\xe9\x84\x2c\x67\x75\x8e\xac\xa5\x52\x08\xa9\x4d\x5d\ \x22\x53\x33\xf3\xe4\xce\x4e\xb7\x85\x28\xe6\x5d\xa3\x68\xec\x76\ \xdb\xbb\x4d\xda\x1c\xd0\x83\xed\x87\x5d\xb5\x85\x34\x9b\x3a\x61\ \x74\xcc\x6e\x03\x43\x0c\x3a\x85\x75\xbb\x66\x5b\x90\x78\xb4\xc4\ \x0f\x7a\x3d\xbe\x8e\x6f\x6c\xb1\xed\x16\x6e\xd4\x3b\x98\x21\x0b\ \x48\x9f\x37\x80\x20\x24\x78\x2e\xdb\x68\xd6\x37\x1b\xdd\xdb\x0d\ \x33\x95\x5e\x99\x5f\xaa\x30\x22\x91\xab\x2a\x59\x91\x91\xf1\x75\ \x0e\xd7\x33\x95\x74\x6d\x66\x65\x71\x66\x41\xab\x56\xaa\x85\xfc\ \x52\xa6\x92\xc2\xb3\x79\x45\x62\x10\x9e\x31\x7f\x69\x8b\xd4\x7a\ \x67\x6b\xe7\xce\xf6\x8d\x1b\xb2\xb0\xfd\xcb\xd3\xe7\x4f\xee\x5f\ \xf3\xde\x6c\xfd\x38\x32\x31\x31\x6a\x89\xc4\xac\xc7\x3d\x30\xe6\ \xf8\xf3\xf0\x8f\x5f\x7d\x39\xec\xf6\xd4\xa6\x89\x37\xb1\x16\x47\ \xa0\x3a\xce\x11\x92\x21\xf7\xbb\xad\xa6\x49\x76\xd8\xdd\xed\x7f\ \xfe\xf0\xc3\xad\x1f\xbf\xba\x79\xf5\xf8\xb9\x43\xaf\x8f\x8f\x8e\ \x01\x39\x38\x3a\x6a\x01\x1c\xea\x05\x8b\xb2\x3b\x2d\x36\x3b\xe0\ \x4c\x3e\xbb\xc3\xee\xb7\x8d\x8f\x38\x7c\x76\x2f\x34\x7c\x81\xeb\ \xea\xa1\x70\xd0\x63\x1b\x81\x81\xaa\x1e\xc0\xb1\x1c\x30\x9c\xcb\ \xe6\xb6\x8e\x8c\x7b\x6d\x63\x40\xd1\xf9\xfc\x80\x96\x45\x96\xd7\ \x80\x1c\x8c\x85\x43\xd1\xd8\x32\x20\x59\x01\xb8\x0e\x1e\x09\xc1\ \xf5\x25\x7f\x30\x12\x04\xc8\x12\x8c\x26\x62\xb1\x78\x2c\x14\x8f\ \x25\xd6\xe2\x80\x81\x45\x7d\xfb\xf6\xed\xb3\x78\xdd\x6e\x87\xc7\ \xe6\x9d\xd8\xef\x0e\x04\x1c\xd6\x98\xdf\x17\x8d\xc0\x8e\x50\xf0\ \x1d\xe0\x02\x96\xd5\xe9\x0f\x04\x9c\xa1\x68\xe2\xc5\xca\x55\x2c\ \x04\xa4\x65\xd8\x07\xb7\x04\x83\x41\x20\x33\x83\x91\x98\xdf\x1e\ \x89\x46\x83\x90\xdf\xc1\x3d\xc4\x60\x1c\x8a\x46\x98\xf4\x05\x99\ \x57\x28\xb8\x97\xfc\xbc\x57\x2f\xb9\x4b\xa8\x0b\x5a\x4d\xc9\x4c\ \x97\x17\x8f\xcd\x2f\x95\x67\x66\xa6\x66\xcf\x9f\xfa\xf0\xfc\xf9\ \x8f\xdf\x7a\xeb\x4f\xef\xfc\xf9\x95\xff\xf8\xe3\xd9\x99\x4b\x1f\ \x9c\x3a\x7b\xfe\xfc\xe9\xb3\x97\x78\x66\x31\xc3\x24\x4b\x4f\x1f\ \x6a\x06\x5f\xd7\x95\x6c\x55\xd5\xca\x46\xbb\xd9\x4a\x21\x82\x42\ \x23\x0c\xcf\x6a\x8c\x52\x62\xda\x8a\x62\xa6\x18\x95\xa5\xcd\x2d\ \x3a\x97\x13\x1a\xba\x2e\xb2\x66\x67\x71\x51\xc0\x28\x46\xcc\x65\ \xb8\x42\x5a\xc9\x4a\x94\x42\x51\xa5\xf2\x4c\x49\x30\x19\xa4\x81\ \x20\x8d\x62\x56\xa7\x51\x8c\xcd\xa2\xdd\xb4\xc8\xca\x7d\x4e\xab\ \xe2\x0d\x69\x25\xaf\xe3\x3a\x33\xbf\x84\x64\xe7\x67\x01\x16\xdd\ \xed\xb2\x88\x79\x77\x48\xe0\x7d\xae\xd9\x37\xe9\xcd\x6d\xa6\xd9\ \xdd\x19\xd4\x87\x9d\x56\x1d\x27\x1a\x6d\x92\xc7\x70\x73\x93\xa6\ \x36\x00\xe3\x53\x45\xa3\xa1\x20\xed\xd6\xe6\xb0\xdb\x46\x36\x7b\ \x0c\x6e\x02\x80\xe0\x91\x86\x5a\xe0\xba\x43\x55\xee\xf1\x6a\x1b\ \x51\x3b\x1d\xb2\xd1\x69\xde\x79\xdc\x4e\x49\x19\x2d\xa3\x29\x08\ \x2f\xcd\xe6\x91\x46\x03\x13\x7b\x75\x44\x24\x8b\xb3\x39\xc0\xb2\ \xaa\x55\xb1\x38\x37\x0b\x08\x56\x5e\x60\x5b\x99\xe4\x92\x20\xe1\ \x04\xd3\xbb\xd1\xaa\x52\x9b\x5b\x1b\xf7\x77\x07\x7f\x7f\xd6\x30\ \x9e\xdd\xf8\xe5\xd9\xcf\xcf\x0e\x4e\xec\xec\x1c\xf5\x1e\xb8\x38\ \x3e\x1a\x59\xf3\x1f\xb2\x81\x7b\x33\xb6\x1a\xfe\xfb\xb7\x5f\xee\ \xac\xaf\xe3\x2c\x89\x03\x58\x25\xd4\xba\x2a\x93\x98\x2e\xab\xed\ \x6d\xb9\x55\xdf\xd8\xd8\xbe\xf7\xed\x8d\xaf\x7e\xba\xf8\xdd\xf7\ \x8f\xbe\x38\x7e\xe0\xf5\xe3\x07\xc6\x0f\x8e\xee\xdf\x3f\x36\xee\ \xb0\xbb\x00\x34\x00\x58\x82\x5e\xa1\x23\x5e\xb7\xc3\x0b\x03\x02\ \x3d\x6e\x77\xc0\xe7\x04\xe8\xe4\x76\xfa\xdd\x6e\x7f\xd0\x1f\x02\ \x74\x08\x48\x3f\xab\x3b\x60\x75\xbb\xfc\x01\x8f\xc5\x69\x77\xb9\ \xec\x00\xef\x3c\x70\x51\x1e\x28\xb4\xd5\xf8\xe7\x9f\xad\x45\x23\ \xbe\x58\x22\x1a\x01\xca\xcc\x0f\x7b\x17\x22\x80\x6a\x85\x03\x70\ \x27\x0f\x9a\x83\x86\x57\x63\x2f\x02\x73\xa2\x91\xc4\x72\x74\x35\ \x16\xf1\xd9\x46\x46\x2d\x36\x9b\xc7\xb2\xef\xc0\xa8\xcd\xe7\xf7\ \xb9\x1c\xfe\x08\xf8\x60\x2c\x0a\x27\x0d\x81\x30\x75\xc2\x54\xe9\ \x00\xb4\xb6\x82\x86\x32\x80\x5d\xc5\x22\x0e\x18\x7d\x18\x05\xb0\ \x16\x00\x1f\x0f\x42\x63\x51\x3f\x00\x46\xe8\x26\xe3\x7f\x61\xe3\ \x0e\xf7\x06\x63\x50\x37\x82\x43\xe0\xca\x7b\x0c\x6b\xaf\x5e\xae\ \x32\x05\x29\xa5\xe9\x52\x5e\xaa\x7d\xbc\x08\x53\x52\xcf\x9e\x38\ \x73\xea\xed\x0f\x3f\x7c\xef\x83\x3f\xbe\xf6\xca\xab\xaf\xfd\xdb\ \xbf\x5d\xa8\x9c\xff\xf0\xad\x0b\xf3\xe9\xe9\x13\xd3\x2b\x35\x20\ \xf4\xb4\xec\x7a\x5f\x6f\x23\x04\xa3\xe4\x93\x34\x5b\x10\xfb\xeb\ \x6d\x3a\x95\xc7\x54\x5c\x24\x53\xd5\x8c\x54\x92\x89\xf9\x62\x1d\ \x6f\xca\x2a\xde\x1e\x30\x69\x84\x20\x84\x36\x8f\x77\xfa\xc5\x34\ \x25\xe4\xf3\x52\x52\xc2\xab\x15\x94\xd1\x09\x92\x32\x4a\xc9\x29\ \x9d\x66\x08\x5a\x11\x33\x64\x3e\xa5\xf2\xac\xdc\xd6\x29\x75\x51\ \x37\x75\xbe\x91\x95\x78\x9c\x14\x53\x94\x50\x43\x95\x92\xc1\xe7\ \x92\xe6\x10\x6b\x0d\x9b\x52\xeb\x36\x4f\xe1\x00\x66\xd4\x2d\x6a\ \xb7\x93\xee\x6f\x0c\xea\xed\x46\x67\xb3\x55\x62\x1b\xdd\x2d\x5e\ \x15\x5b\x03\x11\x69\x51\xdd\x4d\x22\x4b\xee\xf0\x48\xbb\x6e\xf4\ \xdb\xf5\xf6\x0e\xaf\xc8\x9c\xdc\x5c\xe7\x10\x9e\x17\x49\x83\x87\ \x8b\xe0\xad\x07\x6a\x83\xdb\xee\xb6\xea\x77\xb6\x7e\x5e\xd7\x15\ \x46\x47\xab\x0c\xab\x57\x97\xc4\xf6\xdd\x01\x4d\x6e\xaa\x94\x48\ \xe5\xcb\xf9\x6a\x79\x61\x25\xa9\x67\x17\x93\x0b\x85\x6a\x49\x21\ \x1b\x73\x1f\x25\x75\x9e\xe3\xcc\xde\xb7\xdd\x5a\x7b\xab\xb7\x75\ \x7f\xe3\xe9\x6f\xdf\xaa\xfd\xe7\xdf\xfc\x76\xe3\xc6\x6f\xfb\x0e\ \x7d\xfb\xe4\xdc\xa1\xfd\x07\x46\xdc\xb1\xeb\xae\x2b\xfb\xc2\x80\ \xb7\xc4\x5d\xbf\x7d\xfb\x60\x67\xbd\x45\xe2\x58\xd3\x90\xeb\x75\ \x9e\x6d\x72\x66\xa3\x55\xef\x18\xad\x7a\x77\xf3\xde\xbd\xc7\x4f\ \x6e\xfc\x78\xf9\xbb\xcb\xd7\x7e\xfc\xe2\xe4\xe1\xc3\x13\x63\x07\ \x0e\x1f\x1a\xdb\xef\xdd\x37\xea\x71\x59\x03\x7e\x17\x34\x18\x75\ \xbb\xdd\x1e\x9f\xdb\x05\xc0\xcb\x69\x71\xb9\xdc\x56\x9f\xcb\x06\ \xd7\xd5\x7d\xbe\x11\x57\x30\x10\xb3\x1c\x18\x73\xb8\xfd\x3e\x67\ \x10\xe8\x47\xf0\x0a\xe0\x65\xae\x31\xdb\x88\x1b\x36\x17\xb8\x00\ \xbd\x59\x8d\xc7\x3f\x5b\x8e\xf9\x5f\xa0\xd5\x8b\x06\x74\x20\x0d\ \xc3\x91\x80\x15\x4e\x21\xbf\xc8\x65\xf6\x07\xa3\xab\x09\x38\x47\ \x18\x5f\x05\x3c\x0b\x68\xc3\x80\xdf\x61\xb3\x8d\xec\xb7\x8f\xed\ \x1b\x1b\x77\xfb\x82\x40\x69\x3a\x43\xb1\x30\x4c\xb6\x08\x38\xed\ \x4e\xbb\xdf\x6e\x87\x66\xc8\xce\x50\x04\x76\x4d\x84\x22\x7e\x7f\ \x00\x1a\x1f\x07\x7d\x3e\x88\x54\xfe\x30\x0c\xd1\x89\x40\x66\x05\ \x67\x0a\xc1\xb3\x78\x38\x0a\x13\xa6\xe1\x4c\x8e\x2f\x0a\xdb\x4b\ \x01\xc3\xdb\x03\xac\xbd\x7a\xb9\x62\xc4\x1a\xaf\x6b\xa9\x99\x62\ \xe9\x74\xb9\xb2\x32\x37\x3f\x35\x77\xe4\xcc\x7b\xef\x1d\x3b\xf3\ \xd6\xbb\x6f\xbd\xfa\xfb\x7f\xfb\x4f\xbf\x9f\x9b\xfd\xf8\xc8\xb1\ \x53\x97\xce\x9f\xbd\x30\x5b\x12\x50\x93\xd0\x85\x07\xeb\x74\x93\ \xd1\x49\x49\xcf\x63\x52\x15\xdf\xe9\xd6\x29\x36\x85\x0c\x19\xbe\ \xa1\x88\x1a\xc6\x74\xd8\xaa\xde\x20\x71\x2a\x8b\x76\x1e\x28\x65\ \xce\xc4\x24\x56\xca\x36\x77\x97\x32\x64\xa9\x50\xd5\x25\x5a\xc8\ \xe9\x4d\x12\x61\x29\x31\x25\x97\x57\x10\x81\xd2\x0b\xd5\x94\x4a\ \x95\x64\x8c\xcf\x88\x64\x4d\xc7\x72\x1a\x9f\x62\x10\x2c\x43\x61\ \xca\x42\x49\x29\xd4\x64\xaa\xc4\x31\x99\xc5\xa6\xa1\xf6\x86\x0d\ \x72\xb8\x6d\x32\xbc\xd1\xeb\x1a\x04\x3a\xe4\xc9\xad\xa1\x8c\xf4\ \x07\xdc\xba\x41\xc8\xdd\x06\xa0\x59\x7a\xcb\xc8\x34\xcc\x7e\xf7\ \x5e\x9d\x6d\xac\x23\x74\x43\x26\xd5\xcd\x8e\x89\xf0\x1c\x35\xa8\ \x73\x5b\xc3\xd6\xa6\xae\xab\x5c\x8b\x1b\xb4\xe5\xfa\x16\x6e\xf4\ \x9a\x94\x7a\xf7\xee\xbd\x2f\x8d\x5c\xad\x90\xca\xd6\x68\xa6\x92\ \xc9\x63\x46\xcb\xc0\x5a\x0f\x37\x58\x94\xae\x96\x33\xc9\xf9\x99\ \x6a\xa5\x56\x2b\xa7\x2b\xe5\x74\x46\xe7\x90\xf2\xf9\xb2\x6a\xc8\ \x6a\xf7\xc1\x37\x4d\x6a\xf0\xf3\xee\xf6\x4e\xff\xaf\xdf\x6f\x22\ \x1b\x5f\xfd\x70\xe3\xc6\x5f\xbf\xb7\x1f\xf8\xe6\xd9\xeb\xa3\x40\ \xb7\x59\x56\x97\xbd\x87\x9d\x31\xa0\xb6\x62\x23\xcf\xfe\xd1\x6f\ \xb4\x5b\x1d\x53\x6a\x60\x00\xa7\x54\x54\xee\xb4\xb9\x6e\xab\x85\ \xa9\x8d\x8d\xf5\xad\x27\x8f\xbe\x7a\xf4\xe3\xa3\xef\xbe\x38\xfe\ \xc5\xd5\x43\x13\x47\x5f\x1f\x7f\xfd\xd0\xfe\xb1\x11\xdb\xa8\xd7\ \x3b\x62\xf5\xbb\x2d\x6e\x9b\xdd\x62\x77\xc3\x01\x64\x20\xf6\x3c\ \x2e\xc0\x9f\xac\x3e\xc0\xb3\x2c\x8e\x51\xbb\xdf\xef\x72\x5a\xa3\ \x41\xc0\xbe\x5c\x36\x20\x09\x2d\x6e\x97\xc5\x35\x36\x66\x87\xbd\ \x9e\x16\x07\xb4\xd6\x73\x02\x15\xb6\xbc\xfa\x79\x62\x39\xe2\x0f\ \x01\xc0\x82\x06\x7a\x7e\xc0\xad\x9c\x21\x5f\x08\xca\x39\x40\x8f\ \x7c\xd0\x14\x34\x08\xa4\xe2\xea\xf5\x78\x3c\x1e\x8b\xae\x02\x78\ \x0b\x45\x9c\xe3\x36\xcb\xfe\x31\xcb\xbe\x7d\x8e\x30\x74\x44\x06\ \x27\x81\xd4\x09\x9a\x1d\x3b\x60\x16\x8e\x0f\x26\x0f\xfa\xac\x21\ \x38\xe8\x1c\x8e\xc3\x30\x57\x88\x58\xe0\x01\x70\xac\xb0\xcf\x07\ \xce\xee\x83\xe1\x83\x51\x18\x50\x11\xf6\x45\xa3\xd0\xcb\x21\x02\ \xe1\x32\x14\x4c\xf8\xc2\x41\x6b\x20\x1a\xdd\x93\x84\x7b\xf5\x92\ \xbb\x84\x62\x56\xa3\x68\xf4\xd2\xd4\xca\x85\x52\x7e\xa9\xb6\xa8\ \xcc\x9c\x3e\x73\xec\xd8\xf9\xc9\x23\x67\x3e\x7c\xfb\xcd\xb7\xfe\ \xe3\x8f\x97\xce\x03\xbc\x9a\x5c\x38\x36\x33\x35\x55\xa5\x10\x52\ \x40\x0b\x4f\x36\x74\x42\xe5\x5b\x80\x21\xd1\x4a\x55\xed\x11\x2d\ \x56\x50\xf0\x81\x86\x1a\x24\x93\x4b\xe9\x06\x56\x25\xeb\x3a\xe0\ \x4f\x68\xe7\x69\x31\x4d\xca\x75\x3a\x9f\x51\x86\xdc\x85\x34\x5d\ \xab\xb2\xa8\x84\x08\x65\xa6\xd5\x28\x28\x29\x1d\x63\xab\x29\x26\ \x83\xd3\x7a\x91\x96\xb1\x0c\x41\xd2\xd9\xa4\x9e\xc7\x55\x4d\x04\ \xff\x15\x90\x02\x81\xc3\xdd\x4b\xa5\x8a\x60\x05\x1c\x9f\x5f\x61\ \x5b\xeb\xdb\xc3\x4e\xa7\x7f\x17\x6b\x6f\x12\xad\x76\xbd\x81\x1b\ \x8c\x30\x18\x0e\x87\xdb\x6d\x94\xc3\x01\x98\xb5\xeb\x2d\x99\x18\ \xaa\x4c\xbb\xb5\xb3\x31\xd8\xe4\xa9\xba\xae\xd6\x49\x92\x6f\xe2\ \xac\x29\x10\xed\x4e\xab\xd7\xc4\x91\x06\x46\xb7\x7b\x8d\xee\xb0\ \x87\xf5\x3b\x3c\xda\x6c\xcb\xc8\xe0\xc1\xdd\x1d\x39\x93\x2b\x65\ \xca\x59\xac\x54\xad\x89\x68\xc3\xa0\x53\x77\x9e\x6c\xe3\xaa\x99\ \x9b\xab\x2c\x66\x8a\xe9\x6a\xbe\xba\x52\x64\x32\xa9\x82\xd0\xd6\ \x92\x4b\xd9\x3a\x69\x0e\x36\x1f\xef\xe0\xf4\xf0\x1f\x9b\xb7\x1f\ \x6c\xff\xfd\xa7\x0d\xee\xee\xad\x1b\xdf\xdc\xfc\xeb\x61\xeb\xd1\ \x9f\xaf\xd9\xbc\x5e\xcb\x98\xe7\x7a\x62\x74\xc2\x1a\x5b\x06\x08\ \xf1\xfa\x8d\xc7\xfd\x16\xd7\xe9\x93\xb8\x61\xf6\xdb\x26\x4f\x35\ \x3a\x1c\xa1\x36\x9a\xb2\xd9\x7d\xba\xf1\xf3\x5f\x7f\xbd\xfc\xe8\ \xd3\x2f\xbe\x38\x77\xf8\xea\xd1\x89\xe3\x87\x26\xc6\x0f\x8e\x8f\ \x1d\xf0\x8c\x38\xdc\x36\x2f\x74\x35\x76\xba\x6c\x76\xd7\xa8\xcd\ \x0a\x68\x96\xcb\x65\xb1\x80\x43\x40\x17\xda\x47\x6c\x16\x8b\x13\ \xf6\x43\x01\x21\xe6\xf0\x8e\x00\x02\x66\x87\xbe\x7a\x0e\x37\xf8\ \xb1\x8c\x8f\xd8\xed\xc1\xa0\xd5\x6f\xb5\x87\xa0\x83\x68\x02\x48\ \xb1\x68\xc4\x6e\x05\xf0\x04\xb8\x0f\x50\x70\x80\xb9\xc5\x22\x61\ \x67\x20\x02\xfd\x41\x83\xb0\x43\x0a\x8e\x13\x46\x83\x00\x47\x42\ \xcb\xb1\x68\x20\xe6\x3c\x38\x06\x08\xde\x01\x70\x2d\xbf\x35\x60\ \xb7\x47\x12\x91\x80\x23\x1a\x00\xd0\x06\x64\xa7\xd3\x0a\x67\x6d\ \x82\xb1\x80\x3f\x68\xb5\x07\x81\xda\x83\x71\x83\x56\x2b\x1c\x23\ \x74\x46\xac\x00\x96\x00\x83\x8a\x3a\x61\xa7\x17\x38\x6b\x34\x04\ \xa8\x59\x20\x1c\x83\x0a\x34\x02\x1e\x63\xb1\x70\x30\xe6\x0f\x2c\ \x47\xf7\x18\xd6\x5e\xbd\xe4\xa2\x3b\x26\x52\x02\x9a\x99\x9c\x3c\ \x7b\x2c\xb3\xb2\x94\x4f\xe6\x16\x4f\xcd\x9f\x3f\x75\xe1\xd4\x47\ \x1f\xbc\x7f\xec\x83\x3f\xfd\xfe\x4f\xa7\xa7\xce\x1c\x3b\x3d\x39\ \x7d\xfa\xc2\x89\x25\xa5\x5e\xc7\xd1\x2c\xf1\x98\x28\x70\x4d\x75\ \xc3\xc8\xd4\x3a\xf9\x42\x43\x6f\x0d\x65\x29\xc5\x35\x4a\x24\xc2\ \x88\x68\x1e\x1b\x76\x0b\x46\x9b\xe1\x0c\x5a\xdc\xd9\x4c\x57\x34\ \xb5\x4e\x61\x25\x76\x53\x9f\xad\x65\x99\x02\xcb\xe6\x04\x66\x89\ \x69\xd3\x35\x4d\x21\x64\xbd\xaa\x50\x62\x2e\x55\x2e\x50\x14\x2a\ \x56\x85\xbc\xa6\xeb\x92\xc1\xd7\x6a\x14\xcf\x12\x94\x2e\xae\x53\ \x45\x52\x6d\x2a\xb5\xd2\x0a\x4b\xe5\x4a\xf5\xad\xc1\x7a\xb3\x2f\ \x0c\xb7\xc5\xe6\x46\x7f\x00\x94\x9e\xb9\x63\x52\xbd\x8d\x46\x7f\ \xab\x5d\xdf\x22\x89\x4e\xaf\xde\xdf\xc0\xf8\x26\x86\x36\x76\x36\ \xda\x77\xfb\xfc\xc0\xd4\x1b\x44\x7f\xbb\xd1\x52\x4d\x42\x12\xbb\ \x7d\xd3\x6c\xf3\xdd\x3b\x06\xda\x6e\x81\xb3\xb7\x88\x0e\xd7\x69\ \x9a\x1d\x55\x6d\x6c\xde\xfd\x99\x2f\x6a\xb5\x5c\x3e\x2b\x88\xa5\ \x4a\x41\x12\x78\x26\xdb\xfd\x12\x11\x76\x6f\xa7\xb5\xa5\x45\x25\ \xb3\x50\xac\x26\x6b\x25\x96\xce\x96\x73\x24\xbd\x30\xa3\x34\x54\ \x7e\x77\xe7\x9b\xa7\x04\xf9\xe0\xf1\xe6\xfd\x3b\xed\x1f\xbf\x78\ \x48\x7c\x79\xf3\xc6\xa3\x5f\xff\x36\xee\xb8\xfc\xcf\xcb\xee\xe3\ \x1e\x8b\xd7\xbf\x1c\xdb\xef\x09\x46\x80\xc8\x72\x7e\x72\xf3\xe1\ \xd6\x3a\x4f\xf6\x4d\xde\xe4\xb8\x26\xd7\xe5\x5b\xcd\xb6\x4a\xd6\ \x5b\xdc\xfa\x60\xf7\xe7\x67\x37\x7e\xfb\xfa\xd3\xcb\x57\xaf\x4d\ \x1c\xbf\x78\x79\xe2\xe0\xf1\x43\x07\x0f\x1f\x38\xe0\xb5\x78\xdd\ \x16\x9b\xd5\x0e\xdb\xd4\x6d\x6e\xbb\xdb\xe2\xb1\xbb\xdd\x56\xb7\ \xdb\x61\x77\xba\x1d\x16\x0b\xa0\x58\x70\xcd\x3d\x00\xa7\x73\x00\ \xef\xf1\x8e\xb9\x80\x58\x74\x39\x9c\x36\xfb\x08\xcc\x13\x04\xa8\ \x16\x80\x89\x10\xc1\x50\x3c\x9e\x80\x50\x11\x8d\xc5\xe3\x80\xed\ \xf8\x7d\x10\xa6\x00\xc2\x05\x82\xf1\x10\x34\x58\x48\xc4\xc3\x3e\ \x20\xdd\xac\xc1\x58\x22\x14\x5f\x8b\xc6\x23\x00\xda\xc2\x89\x48\ \x34\x30\x3a\x71\x68\x0c\xc0\x65\x00\xfa\x9b\x86\xad\x7e\x70\xb9\ \x70\x10\x28\x50\xa0\x0f\xed\x6e\xb8\xb0\x96\x88\xc3\x7d\xc1\x17\ \xae\x32\x80\xaf\x41\x27\xac\x10\xb8\x0a\x6c\x23\x85\x6b\xf8\x11\ \xa0\x0d\x23\x21\x18\xad\x0a\x87\x75\x82\xc1\x70\xf4\x05\xe1\x5a\ \x5e\x06\x54\x2b\x96\x58\x0d\x87\x12\x7b\x92\x70\xaf\x5e\xb2\xf2\ \x2c\xc9\xd0\xa8\xb0\x72\x76\xe1\x7c\x79\x7e\xe1\xc4\xa9\xcc\xca\ \xd4\xa5\x8f\x66\xf2\x0b\x1f\xbe\xfb\xf6\x7b\xef\xfe\xe1\x77\x7f\ \x3a\x3b\x39\x3d\x79\x76\xee\xd2\xf4\xf4\xa9\x39\x06\x41\x01\x82\ \xc8\x5f\x1a\xd9\xce\x43\x7c\xdb\xcc\xeb\xcd\x4a\xb5\x8e\x0c\x3a\ \x26\x10\x87\x66\x41\xac\xcb\x04\x5f\xc9\x20\x54\x01\xe1\x53\x08\ \xa7\x11\x3b\x9d\x5a\x3e\x8b\x0c\x09\xa2\x94\xda\xa2\x67\x17\x15\ \x15\xa1\xe4\x3c\x2b\x94\x14\xb2\x92\xab\xa6\x5a\x32\x33\x57\x63\ \x0a\x45\xa1\x9a\x2f\x21\xb4\x46\x20\xd9\xb2\x90\xca\xe8\x78\x9a\ \x55\x79\x8e\xc5\x50\x8a\xc8\x66\x25\x96\xd7\x56\x66\x96\x52\x62\ \x9a\xe8\x1a\x7c\xa7\x3e\x60\x36\x87\x25\x15\x46\x40\x6f\xb0\xea\ \x40\xc2\xda\x6d\x4e\xdd\xea\x76\xfa\x04\x5a\xe7\x65\x73\xa3\xa7\ \x77\x78\xa6\x37\xbc\xd3\xef\xb2\x34\x52\xe7\xea\x26\xb7\x65\xf0\ \xed\x4d\x83\xc7\xbb\xdb\xcd\x7e\xbf\xd3\x6c\xe8\x78\x43\xee\xb5\ \xc8\x3a\xdf\x32\x9b\xdb\x1d\xa3\xd3\xee\xec\x7e\xfb\x33\x56\xd5\ \x4a\xe5\x0c\x21\x4a\x8a\x28\xe4\x19\x54\xca\xec\xde\xa3\xb1\x3b\ \xfc\x54\xad\x52\xcb\x67\x34\x56\xbb\x30\x93\xd3\xc5\x72\xa1\x44\ \x08\x0b\x8b\xa9\x7a\x6f\xcb\x58\xff\xfb\x7d\xc1\x78\xf6\xf0\xf1\ \xee\xe0\xf1\x6f\xb7\x1e\xb4\xbe\xf9\xed\xd1\xa7\xbf\xfd\xe8\xb5\ \xfd\xf5\xd9\x21\xe7\xb8\x77\x64\x14\xdc\xa0\xe3\x8e\x28\xe0\x16\ \xf1\xf0\x27\x37\x36\xbb\x6d\xa3\x4f\x60\x4d\x13\x95\x8d\xba\x21\ \xf7\x86\x3d\x14\x51\x9b\xbd\x07\x5f\x3e\xfe\xe5\xaf\x3f\xdd\xfa\ \xe1\xbb\x6b\x5f\x9f\x1c\x3b\x79\xe5\xd3\xfd\xaf\xbf\x3e\x36\x36\ \x3e\x3a\x6a\xb3\x00\x64\xb2\xd9\x1c\x56\x0b\x60\x4c\x4e\xcb\x0b\ \x07\x06\xcb\xbf\x64\xa1\x1b\x1c\x02\x47\x9c\x10\x39\xac\x0e\xa8\ \xb0\x9c\x6e\x97\xdf\xea\x07\x38\xe6\x76\x7b\xbd\xe3\xa3\x00\xe0\ \xac\xd0\xf5\xc5\x1e\x5a\x5d\x5b\x5d\x06\xb2\x2f\x12\x86\x1d\x0c\ \xd6\x70\x2c\xe8\x8f\x84\x2d\xfe\x28\xb4\xa4\x5a\x86\xd1\x36\x40\ \xa4\x05\x7d\xf6\x40\xd0\x1e\x48\x24\x42\x89\xeb\x80\x5c\xc5\x63\ \x91\xf8\xf5\x78\xc4\x3a\xf6\xfa\x21\xab\xd5\x1a\xf2\xb9\x1d\x80\ \x42\xb9\x83\x7e\xf7\xf2\xff\xeb\xdc\x0f\xf3\x26\xa0\x85\xbc\x15\ \xba\x3e\xfc\x2b\x74\x22\xec\x87\x0b\x56\xc1\x40\x04\x5a\x97\x42\ \xd7\x06\xb8\x1d\x08\xa4\x60\x04\xb6\x7c\xf9\x03\xe0\x52\x30\xcb\ \x15\x86\x53\xc0\xd0\xc2\x50\x7c\x19\x10\xb0\x68\x28\x11\xdb\x73\ \x6b\xd8\xab\x97\xac\xa5\xa6\x94\xe5\xb2\x4a\x21\x97\x9c\x9c\x9a\ \x49\x2f\x54\xab\xc9\x85\xc9\x63\x53\x95\xc5\x53\xd3\x1f\x7d\xf8\ \xe6\xab\xaf\xbd\xb9\x90\x9c\x9f\x3b\x3b\x37\x37\x37\x3f\x7b\xbe\ \x46\x53\x06\x95\x24\xff\xd9\x2a\xb1\x75\xac\x89\xd4\xaa\x52\x95\ \xe9\xe2\xbd\x75\x19\xcf\x36\x87\x5a\x0d\x53\x51\x84\xce\x22\x85\ \x3c\x46\x10\x2a\x2b\xd1\xb7\x5b\x73\x0b\x59\x8a\xc0\x29\xa0\xa6\ \xe8\x45\x41\x6a\xa1\x12\x99\xc5\x52\x33\x29\x4a\x2b\x65\x48\x0c\ \xd7\xe7\xb3\x0a\x9d\x49\x16\xc5\x12\x91\xcb\xab\x6c\x2a\x2d\x2a\ \xa2\x91\x55\x8c\x14\x86\x21\xbc\xda\x90\xa5\x3c\x63\x6a\x59\x22\ \xad\x21\x62\x09\xab\xb7\x1b\x26\xd7\xc3\xef\xf6\x6a\x24\xd5\xdb\ \x6c\xed\x62\x4d\x39\xcb\x9b\xcd\x4e\x6b\xd7\xe8\xc9\x68\xb3\xde\ \x20\xd1\x8d\x9e\xd9\xc7\x28\x6e\x7d\xd8\x34\x09\x56\xed\x88\x4d\ \x99\x30\x54\x44\x1e\xaa\xa9\xf6\xb0\x2f\xb7\xda\x48\xb3\x23\x61\ \xc3\x96\xdc\xe3\x79\xbc\x55\xe7\xfb\x8d\xee\xe0\xf6\x83\x67\xdf\ \x6c\x28\x62\x09\x68\x59\x05\xfc\x59\xcc\xea\x29\x89\x2e\xfc\x3c\ \xcc\xe0\xeb\xed\xc5\x9a\x58\xca\xe4\x14\x76\xbe\x5c\x4c\x49\xba\ \x90\xc3\xfb\x44\xb5\x4c\xb7\x86\xbb\x1b\xdf\xde\xec\xd2\xfd\xa7\ \x3b\xdb\xb7\x1f\xfe\xf2\xfd\xcd\xf6\xee\xa3\x5f\x1f\x7d\xf5\xd5\ \x27\xce\x91\x1b\x7f\x1f\x7f\x91\x32\xb3\xb6\x16\x1b\xf3\xad\x46\ \x96\x43\xf1\xc0\x23\x20\x2e\x09\xde\xc4\x8c\x16\x4b\x91\xcd\x21\ \x89\x0d\x86\x4d\x15\xad\x37\xee\x7d\xf9\xcb\xb3\xbf\xdf\xfc\xf4\ \xda\xc5\x93\x9f\x9c\x9c\x38\x3e\xf1\xc9\xd1\x03\xfb\x47\xc7\xc6\ \xdd\xa3\x8e\x11\xaf\x15\x20\xd5\x88\xc5\xee\xb7\x58\xfc\x56\xa7\ \xcf\x05\x50\xca\xe1\x70\x5a\x01\xd5\xf2\x5b\x2d\x61\xbb\x33\xe0\ \x70\xf9\x7c\x50\xf4\xf9\x9c\x4e\xef\x7e\xb7\xd7\x6d\xb7\xdb\x6c\ \xb6\x31\xaf\x65\xd4\xe6\x05\x6c\x2b\x1a\x00\x3c\x28\x72\x3d\x1e\ \x8f\x01\x7e\x03\x90\x04\xc8\x47\x00\x2a\x40\x01\x5a\x5d\x30\xa9\ \x39\x14\x8e\x46\x60\xa2\x8e\x1f\x82\x0d\x38\x0b\xb4\x00\x4d\x24\ \x96\x13\xf1\xe5\xd5\xc4\xf5\x55\x7f\xd8\xe9\x19\xb1\x43\xf5\x68\ \x77\x44\x60\x0c\x8e\x33\x68\xf9\x1f\xff\xe7\xb2\x03\x76\x52\x01\ \x5a\x15\x08\x84\x03\xd1\x20\xf8\x78\x2c\x06\x4d\x1a\xe0\xbc\x0d\ \x00\xbe\x78\xd8\x6f\x75\x00\x4c\x0a\xc6\x5e\xf4\x88\x06\xc0\x55\ \x9d\xc1\x48\x24\x1e\x81\x91\xd0\xe1\x58\x08\x7c\x89\x48\x00\xf0\ \x3a\xf0\x08\x17\xb8\x7c\x7b\x77\xdc\x5e\xbd\x54\x65\x65\x54\x13\ \x67\xb5\x54\x7e\x7a\xa9\xba\x50\xcb\x2d\x55\x96\xaa\x4b\xa7\x96\ \xaa\x97\x4e\x9f\x3d\xf1\xd1\x5b\xef\xbc\xf9\xa7\xa9\x99\xc9\x49\ \x80\x61\x67\x2e\x9d\x9e\xc9\xac\xa0\x86\x52\x33\x6f\xd6\x35\x42\ \x97\x08\xb3\x54\xe3\x97\x32\x9c\x6a\xb4\x3a\xb4\xd2\x36\x8b\x6d\ \x20\xf9\x32\x8c\x66\xf0\x59\x04\xe5\x11\x46\x61\x7a\xcd\x64\xce\ \x24\x09\x94\x4e\x12\x5d\xb6\x5c\x64\x08\x99\x60\x72\x78\x7e\x85\ \x21\x09\xaa\x02\x10\x4d\xcf\x65\xb3\xa2\x56\x13\xa5\x1a\x5b\x15\ \x05\x4a\x50\x19\x81\x52\xe9\x9a\x4a\xa0\x0c\xd5\x62\xcc\x26\x8b\ \x96\x10\x3d\x2f\xaf\x28\x74\x7a\x9a\x69\x74\xda\x1c\x42\xb1\x77\ \x71\x45\xa5\x88\xde\x7a\x83\x35\xd6\x29\xae\xd1\xdb\xd8\x1e\xb6\ \x7a\x9c\x48\xb6\x5a\x58\xa7\x8d\xb4\x76\x18\xa2\xd9\x1e\x6c\xf2\ \x24\xd5\x6f\xca\x5c\xd3\x94\x39\x0c\x69\xb2\x99\xde\x16\x4e\x62\ \xa6\xda\xec\x22\xdc\xfa\x7a\xdb\xe8\xa8\x3c\x8f\xf0\xf5\x66\xb7\ \x79\xef\xd9\xd3\xa7\x5b\xb5\x42\x56\xcb\x17\x44\x14\x63\x2b\x5a\ \xb6\x86\x61\xf8\xc3\x4d\xaa\x70\x87\x9d\xcf\xea\x4c\xb6\x2c\x6a\ \xf3\x9a\x06\x18\x68\x0a\xef\xae\x2b\x4b\x14\xd1\xea\x6d\x6c\x3c\ \x7d\xde\x49\xf5\xee\xaf\x7f\x79\xe3\x1f\xcf\xbf\x7f\xc6\x6d\xfc\ \xf8\xc3\x8d\x1f\xbe\x7e\x3d\x68\xfb\xea\x7b\xaf\xdb\xeb\xf3\x5b\ \x3f\xbf\xee\x1f\x0d\xad\x01\x55\xb6\x6c\xb9\xf6\xbc\x81\xb0\x34\ \xc6\x36\xd4\x56\xc7\xe0\x39\x53\x6d\xf5\x55\xdc\x18\xec\xfe\xe3\ \x9f\xdf\xfc\xfa\xfd\xad\x2b\x97\x8f\x1e\xba\x7c\x65\xfc\xd0\xf1\ \x83\x87\x0f\x1d\x1c\x9d\x18\x73\xed\x1b\x1b\xf3\xd8\x3c\x4e\xbb\ \xc3\x6d\xf7\x07\xec\x4e\x87\xc5\x31\xee\xf6\x39\x9c\x4e\xbb\xcb\ \xeb\xb2\xf8\xed\x9e\xb0\xdd\x63\x81\x2e\x33\x4e\x9f\xc5\xfd\x62\ \xbe\x70\x64\xd4\x63\xb1\xd8\x7c\xce\x31\xcf\xd8\xa8\x13\x5c\x1a\ \x86\x80\x05\x22\x40\xe0\x45\x60\x22\x4e\x24\x6a\x75\x39\x03\x40\ \xb7\x59\x83\x56\x87\xd3\x0f\xe7\x9d\xe3\xf1\x20\x80\x21\x00\x35\ \x00\xb1\x20\x02\x01\x30\x8b\xc6\xa1\x70\x5c\x8e\x26\x56\x83\x01\ \x27\x10\x8d\xd0\x94\xcf\x0e\x04\x26\x74\xb6\x09\xf9\x96\x57\xa1\ \x4d\x7b\x14\x36\xb2\xfb\x02\x51\x68\xd6\xf7\x62\xab\x11\x30\x37\ \x9f\x15\x50\x29\xc8\xad\xc0\xfb\x13\x80\x50\xc1\xf1\x67\xbf\x3d\ \x00\xd0\xcd\xff\xa2\x99\x01\x6a\x41\x40\xe6\x96\x23\x81\x7f\xb9\ \x6e\x85\xc3\x01\xb8\x93\xb8\x77\xc7\xed\xd5\x4b\x15\x2d\xf0\x7a\ \x75\x31\xb9\x94\x9b\x9a\xac\x54\x6a\xe5\x62\x7e\x7a\xea\xd2\x89\ \x99\x4b\x97\x4e\x7c\x74\xea\xdd\xf7\xdf\x78\xf5\x95\xd3\x33\x17\ \x26\x57\xce\x4e\x5f\xfa\x78\x72\x7e\x36\xc5\xa0\xa2\xd0\x7d\x2e\ \x13\x84\x89\x8a\x44\xb1\xa4\x57\xc5\x56\x5d\xe5\x4a\xa5\xda\xdd\ \x56\xaa\x85\x6a\x2c\xaa\xa3\xbc\x5a\x4c\x61\x32\x29\x50\xf9\x87\ \xc4\x0a\xd6\x41\x48\x9c\xc9\x91\x2d\x64\xb6\x82\xea\x0c\x2a\x64\ \xd0\x52\x01\xa9\x03\x70\x40\x05\xa9\x54\x60\x0a\x8b\x52\x16\x1c\ \xc4\xa5\x62\x89\x92\x74\x94\x55\xc9\x6c\x52\x40\x79\x99\x11\x01\ \xf0\x15\xf2\x19\x5c\xd1\x94\xf9\xf9\x4c\x2e\x4d\x18\xdd\x26\xde\ \x91\xc8\x4d\x55\xc0\x31\x7c\x7d\xd0\x54\x37\xeb\xd9\x6e\x5b\xed\ \x77\x3a\x5b\x46\x5b\x94\x0d\xa3\xd5\x62\x80\xe0\xd2\xb8\xdd\x4e\ \x6b\x63\xbd\xc7\x0e\x08\xa2\x37\x18\xb6\xda\x5c\xaa\x2b\x53\xdd\ \x66\xbb\x33\x68\xf2\x3d\x13\xe5\xee\x6f\x75\xb7\xd7\x31\xb3\xcd\ \x71\xad\x5e\xb7\x77\xff\xd9\xbd\x9d\x36\x93\xa9\xa6\xaa\x9a\xc6\ \xe8\x39\x51\xcf\x30\x8c\x82\x3c\x30\x45\x6c\x07\xcf\xe5\x6b\x85\ \x6a\x25\x5b\x28\xce\x66\x45\x41\x60\x69\xb3\x9d\xcd\xe8\x9d\xf6\ \x9d\xad\x8d\xe7\xbf\x36\x84\xd6\xc3\xc7\x4f\x9f\x7f\x79\xf3\xd3\ \xa7\xf5\x3b\x37\xbf\x7e\x74\xeb\xd6\x81\x50\xf8\xfb\x47\xfb\xbc\ \x1e\x40\x3c\xfe\x4b\xc2\xe3\x02\xc0\x10\x48\x2c\x7b\xbf\x78\x82\ \x93\x0d\xd2\x90\x5b\x8d\x8e\xda\xe6\x71\xa2\xdb\x34\x58\x79\xb8\ \xfb\xf0\xc6\xf3\x1b\x37\x7f\xfc\xe4\xf2\xd1\xc3\x17\x0f\x1f\x9c\ \x78\xfd\xf0\xd1\xc3\x63\x13\xfb\xbd\xa3\x5e\xaf\x17\x28\x3f\x97\ \xdd\xe5\x06\xbc\x28\x08\x9d\xd4\x81\xc4\x74\xbb\xad\x56\xa7\xc5\ \x05\x74\xa0\xc3\x36\xee\x76\xb8\xe0\xeb\x01\x20\xd9\x00\x0d\x8a\ \x85\xbd\x16\xb7\x0b\x4e\x1c\x02\x21\xea\x71\x87\x03\x4e\x97\xcb\ \x1a\xf8\x57\xa7\xd5\x8b\xc8\xad\x90\x13\x1a\xfa\xf9\xfc\x21\x98\ \x08\xe8\xf4\x47\xa1\xe3\xcb\xbf\x82\x6e\x00\x86\x85\x82\x51\x40\ \xc2\x12\xf1\x78\x02\x7a\xf8\xad\xad\x2d\xc7\xc3\x4e\xa7\xcf\xe1\ \x00\xa0\xe3\xb4\x5a\x6d\x36\x8b\xc3\x01\x5b\xaf\xdc\xfe\xd0\xbf\ \x02\x27\x60\x04\x4e\x04\xc0\x50\x18\xda\x3c\x04\xa2\x76\x7f\xd8\ \x1a\x85\x81\x39\x70\x26\x31\x1e\x05\x47\x22\x70\x6b\xd0\x0e\x49\ \x1c\x10\x8d\xe1\x50\x22\xb2\x9c\x80\xc9\x87\x40\x9a\x2e\xc7\xc2\ \x80\x69\x45\xa0\xbd\xdf\xde\x2c\xe1\x5e\xbd\x5c\x49\xaa\x89\x96\ \xf4\xd2\x42\x71\xe1\xcc\x4a\x71\xe6\x52\x21\x7f\x6c\xea\xcc\x47\ \x93\x73\xa7\x4f\x7c\xf8\xde\x91\x3f\xff\xa7\xdf\xfd\x7e\x7a\xee\ \xfc\xdc\x99\x4b\x8b\x0b\x67\x4e\xcc\xa5\x49\x44\xa7\x0a\xc3\xbf\ \x61\x0a\x45\xa6\x52\xa5\x29\xcd\xac\x65\x4d\x5a\xd7\x0d\x14\x7d\ \xc8\x55\x24\xdd\x94\xa4\x0a\xdd\x35\x6a\x08\xc7\xd6\x32\x05\x6d\ \x97\x59\xc4\x38\x81\xe4\x91\xac\xb2\x85\x28\x5a\x8a\x4e\xe9\xb9\ \x12\xa1\xcc\x6a\x48\x26\xdf\x64\xe8\x4c\xbe\x48\x89\x05\x1a\xe5\ \x28\x72\x2b\x5b\xcd\xb2\x40\x92\xd1\x79\xb2\x94\x64\x28\xa1\x54\ \xcc\x94\x5a\x72\xa5\x28\x88\x19\x4d\x59\x4c\xae\xd4\x14\x4e\x6e\ \x36\x3a\x5d\x0a\xdb\x54\x59\xa4\xda\xba\xdd\xe8\xd6\x37\x31\x6d\ \x6b\x30\xd8\x6d\x23\xf5\x41\x0b\x95\xb7\x36\xd7\x0d\x8c\xe8\xef\ \x4a\x72\xcf\xd8\xbd\xd7\x6f\xf5\xfb\x5a\x8a\x61\x96\x79\x05\x00\ \x00\x20\x00\x49\x44\x41\x54\x33\x38\xb5\x6f\xb0\x43\x82\x34\x90\ \xfe\x70\xf3\x5e\xa3\x49\x30\xf5\x9d\xfe\xfa\x7a\xc7\xec\x21\x7c\ \x73\x73\xbd\xdb\xbb\xf7\xfc\x97\xbb\x8d\x7c\xad\x94\xcf\x50\x08\ \x89\x8a\xa5\x7c\x8a\xa5\x04\xee\x2e\x4e\xf1\xed\x2c\x93\x2e\x48\ \x8b\x39\x3d\x3b\x93\xac\x30\x74\x29\x45\xe3\x8d\x4c\x56\xc4\xb9\ \x9f\x07\xdd\x7f\x7e\x49\xd0\xdd\xa7\xf7\x1f\xfc\xbc\xf3\xe8\xa7\ \xcd\xee\xe3\x9f\x6e\xdd\xfa\xf1\x53\x4b\xc0\xfd\xeb\xc5\x31\x8b\ \xcf\xea\xf2\xaf\x26\x6c\x96\x58\x08\xce\xbe\x8c\xff\x6d\x5d\xae\ \x03\xf1\x6b\x0e\x55\xb9\xd1\x54\x39\x4c\x6e\xc8\xe4\x9d\x9d\xfb\ \xdf\xde\xf8\xf5\xb7\x9f\xae\x5e\x39\x79\xfc\xf8\xe1\xd1\x03\xe7\ \x0e\x1f\x3e\xb0\x6f\xfc\x90\xdb\xed\x72\x3a\xfc\x56\xb7\xd7\xe6\ \x81\x69\x82\x7e\x2b\x94\x97\x8e\xd1\x91\x51\x40\x9a\xec\x30\x2a\ \xde\xe9\xb2\x59\x60\xd2\xb3\xd3\x6d\x0d\x07\x3d\x16\x87\xd5\x37\ \x3a\xe6\x1e\x71\xfb\x6c\xe3\x07\x6c\x6e\x87\xdd\xef\xb2\xf8\x7c\ \x40\xec\x45\xa3\x61\x98\x3f\x11\xb1\xda\x03\xfe\x17\xb6\xea\x3e\ \x18\x29\x61\x85\x76\xec\xf0\x25\x7f\x34\xb4\x1a\x05\xdc\xc9\x0a\ \x93\x04\x43\xb1\xd5\x44\x3c\x16\x4f\x24\x62\xab\x6b\x6b\xf1\x68\ \xc8\xe1\x72\xb9\xfc\x11\x87\xd3\x67\x75\x7b\x1c\x3e\xbb\xc3\xe7\ \x0c\x84\xad\xff\x3f\x7b\xef\xfe\x9d\xd6\x7d\xe6\xfb\x97\xeb\x80\ \x24\x84\x0e\xb2\xb1\xb8\x08\x1b\x63\x0c\x04\x64\x24\x2c\x29\x52\ \x24\x65\xc8\x11\x22\x47\x40\xd0\x82\x08\x4a\x18\x75\x23\xae\x1b\ \x71\xb8\x53\x2c\xee\xe6\xbe\xb8\x9a\xae\xd0\x45\x47\xa3\xe9\x54\ \x5a\xca\xd1\x4c\x47\xf5\xd7\x4d\x56\x56\xc6\x5e\x76\x3d\xf6\x9c\ \x8e\xe3\x66\x1c\xa7\xf9\xc6\x75\xdc\xb9\x34\x69\x32\x67\xce\xfc\ \x19\xdf\xe7\xa3\xf9\xfe\x07\xf9\xd5\xdb\x16\x42\x5c\xf6\x46\xc9\ \xda\x6f\xbf\xde\x9f\xfd\x3c\xef\x47\x60\x12\xa0\x78\x64\x01\x0a\ \xa5\x11\x99\x14\x64\x06\x05\xb4\x0b\xe1\x19\xdc\xa2\x4b\x8f\x0c\ \x95\x40\xa1\x55\x70\xe0\x08\x70\x3c\x0e\x1c\x11\x2d\xe8\x2b\x4c\ \xa8\x03\x48\x80\xa4\x92\xa3\x00\x3d\x04\x73\xb8\xa3\xe0\x88\x5e\ \x0a\xd6\xcb\xed\x3b\x5b\xc2\x6c\xad\x5b\x8e\xd9\x2b\x15\xcb\x9a\ \x25\x18\xb0\xc4\x6c\x6b\xb1\x75\x8d\xd1\xb8\xb1\xba\x24\x9f\x96\ \x8c\x0b\x67\x97\xd5\x1b\xf6\x65\x73\x33\x96\x34\xea\xcb\xa5\x6e\ \x36\x1f\xb9\xf9\xa1\xc7\x97\x72\x7a\xdd\x8d\x42\x2a\x54\x48\x45\ \xbb\xfe\x66\xa6\x84\xbd\x7f\xd3\x5e\x0b\x15\x1b\xf9\xa6\xff\xa0\ \x1a\x4b\xf9\x52\x8e\x48\x1e\xbb\x93\x09\x78\xfd\x4e\x07\xee\xc8\ \x60\x37\xb1\xdd\x86\xdf\x5d\x4a\xa5\x7c\xc5\x5a\xc7\xe9\xc8\xc4\ \xdd\x89\x54\xa3\x5a\xc3\x4b\x2e\x4f\x3e\xe2\x75\xed\x6f\x75\xfc\ \x25\x5f\x1d\x8b\xb8\xbd\xd1\x7a\xaa\xe6\x8b\xa6\x6a\xd5\x5e\xb8\ \xee\x70\x78\xdd\xd5\x26\x88\x96\xb9\x92\x76\xef\x87\x12\xee\xa8\ \xe7\x51\xa4\xd7\xaf\x87\x8f\x0e\x9c\xfe\x81\xa7\x70\x74\xff\xc9\ \x6d\x4f\x36\x71\xff\xd0\xe5\xbc\x79\xe7\xe0\x66\x6f\xaf\x7f\xc7\ \xdd\x3e\x3c\x7a\x74\x72\xbf\xd8\xeb\x47\x3c\xfb\x83\x44\x3f\xe4\ \x4f\xdc\x6d\xe3\xc0\x52\xfb\x87\x27\x27\xc5\x8e\xf7\xe9\xe0\xe6\ \xf1\xe0\x5e\xa2\xe7\x4a\xef\xdd\x3f\xda\xbb\xfd\xe2\xd6\x8b\xbb\ \x18\xde\xc8\x75\xba\x2d\x97\xdf\xdb\x68\xe1\x8e\x7c\x24\xb3\xf7\ \x08\xf3\x27\x7a\xdd\x42\x27\xe5\xcb\xc6\x53\x91\x72\x74\xb7\xd5\ \x89\x36\xf2\x45\x4f\xa4\x94\x0f\xdd\x7d\x78\x7b\xff\xd6\x0b\x1f\ \x7e\xe7\xc5\x93\x27\x4f\x3f\xf9\xc5\x97\x8f\x8a\x2f\xde\x79\xe3\ \x87\xef\xbc\x45\x23\xbe\xf5\xd5\xe5\x61\x02\x41\x45\x55\x5c\xdb\ \xa1\x30\x50\xcb\xcb\x0e\x67\xf4\x67\x77\x13\x6d\x3c\x1d\x2a\x1e\ \x87\x5d\xc7\xe9\x50\xd8\xed\xef\x1f\xdd\x7c\xf8\xf8\xbd\x5b\x5f\ \xfe\xee\xad\xd7\x7f\xf0\x8b\x37\x5f\xbb\xfa\xda\xe5\x73\xe7\xce\ \xbe\xf2\xca\x19\xd2\xf0\x10\xca\x75\x11\xd0\xc6\x28\x14\x02\x89\ \x08\x72\x45\x55\x30\x68\x04\xca\xf0\xd0\x30\x9d\x43\xa4\xa2\x2a\ \x2c\x12\x9d\x70\x8e\x34\x02\xe2\x45\x1b\xa2\x09\xc8\x20\x4d\xa2\ \xa1\x33\xa4\x33\xf0\xbe\xb3\x67\x86\x08\x60\xf4\x18\x04\x9a\xc8\ \x24\x50\x6c\x5f\x53\x51\x19\x0a\x93\x49\x80\xa6\x14\xa2\xcc\x62\ \x86\x8a\x43\x05\x09\x03\x5e\xd2\xc2\x8f\x26\xb4\x16\x2e\xa0\x92\ \x51\x88\x31\x07\xb5\xfc\xed\x6c\x83\x5e\x5d\xff\xf1\x35\x30\x91\ \x2a\xda\xc8\x30\x28\x23\x81\xc4\xa1\x0f\x53\xe0\x90\x54\x0e\xaa\ \xbd\x02\x5d\x03\x6c\x42\x19\x0f\x0a\x0e\x05\x8d\x17\x3c\x1d\xf9\ \x8c\xf6\x42\x44\xd1\xee\x44\xe4\x39\x15\x26\x15\x99\x83\xc2\x66\ \x54\x68\xe9\x1d\xb5\x0f\x6a\xb7\xd1\xf5\xc4\xd3\x62\x87\x6d\x54\ \xe3\x80\x1a\xa3\x55\x2a\x22\xf5\xe5\xa2\xfb\xcb\xed\xbb\x6d\x16\ \xbd\xc5\x12\x5c\x5b\x31\xea\x96\x74\x1a\xcd\xf2\xd2\xc2\xd2\xdc\ \xf4\xbc\x7a\x7d\x7d\x6d\x69\x75\x5e\xad\x5e\x58\x5a\x5c\xb7\xd8\ \x0d\x3a\x6b\xc5\xd2\xd9\xda\xac\x45\x0b\x78\x3e\x7b\xfb\x39\x96\ \xf0\xa7\xfd\x5e\x5f\x23\x12\xb1\xd5\x8d\xe6\xa4\x3e\x98\xf7\x7d\ \x7e\xd4\xdc\x6b\x38\xab\x78\x06\x77\x15\x9a\x8d\xa8\x33\xed\xcb\ \x44\xee\x76\x73\x79\x0c\xf3\xb9\xfc\xf5\xfc\x71\xb0\xd0\x77\xd7\ \x4b\x85\x42\xd4\x5f\x2d\xc7\x5d\x0d\x2c\xec\xc8\xfb\x3b\xad\x88\ \xc3\x99\x8e\x44\xeb\xa5\x4c\x2e\x1b\xf1\x15\xa2\x99\x8e\x0f\x2f\ \x64\x7d\x1e\x3f\x9e\x69\x25\x4e\x12\xdd\x4c\x66\xb7\x92\xcb\x55\ \x93\xbb\x9b\xb9\xf6\xd1\x93\x23\x97\x0b\x2f\x9e\xb8\x07\xce\x5c\ \xfb\xee\x9e\xdf\x7d\xe2\x2f\xdd\xdd\xbb\x7f\x18\xf7\x3b\x8f\xdd\ \x58\xa2\x7f\x38\x78\x38\xe8\x1f\xdd\xc5\xf7\x9e\xf4\x0e\xf7\x07\ \x71\xff\x49\xa2\x7d\xfb\x6e\xe8\x70\xef\xe6\xf1\x1d\xb8\x73\xef\ \x93\x93\x03\xf0\x87\xd9\xf4\x7d\xf7\xc1\x9d\xa3\x83\xde\xc0\x5f\ \x3c\xba\x93\x1e\xdc\xf9\xe6\xdb\xe7\x9f\xb9\xa3\x65\xb0\x7e\xd1\ \x70\xa2\xd1\x75\xec\xbb\x4a\xa9\x7c\xef\x8e\x23\x9e\xf0\x76\x1b\ \xb1\x72\x23\xe5\x2d\x39\x6a\xe5\x42\x09\xcf\xd7\x32\x69\x57\xb6\ \xeb\x38\x78\x70\xe7\xfe\xf3\x2f\x1f\xc6\xef\x3c\xbb\xfd\xe4\xee\ \xbd\x3f\xbc\xfb\xaf\xf7\x4f\x3e\xfc\xe8\xdd\x77\x3e\x7e\x8d\x41\ \xff\xe1\xc7\xe7\x86\x29\x44\x95\x60\xfb\x27\xa6\x51\x95\xf6\xda\ \x0d\xf0\x4b\xc3\x1f\x0c\xf6\x9d\xed\x62\xa8\xdf\x4b\xdc\x39\x18\ \x1c\x25\xfc\x8e\x7e\x7b\xff\xeb\x3f\x7c\xfd\xc1\x2f\x7e\xfb\xd6\ \x9b\x6f\xbe\xf9\xda\xdb\xaf\x9c\xbf\x7a\x71\x6c\x78\xf4\xf2\x39\ \xf2\xd8\x30\x89\x30\x44\x22\x91\x86\xe9\x64\x0a\x81\xc8\x21\x13\ \x4f\x5b\x95\xc9\x23\x74\x02\x05\xe5\xe7\x8d\x0d\x13\x69\x43\x43\ \x40\x5f\x74\x2a\x43\x84\x5c\x22\x07\x4d\x2a\x1c\x1b\x1b\x19\x39\ \x3b\x44\x20\xd1\x68\x74\x78\x13\x95\xa8\xda\x56\xa0\x94\x97\x1d\ \x14\x7f\xac\x38\xad\x41\xa7\x11\x88\xa0\x1b\x0a\x15\xea\xe2\x43\ \x1d\x33\x88\x7b\x90\xc0\x70\x80\xa6\x40\x7b\x54\xd7\x7f\xbc\x7d\ \x6d\x47\x2b\xda\xbe\x6e\x12\xc0\xb3\x14\x3a\x65\xe8\xfc\x18\x9d\ \x40\x22\x8b\xb6\x29\x20\x8d\x64\x01\xea\x1d\x14\x90\x81\xf8\x14\ \x88\xa4\xd0\x1e\x54\x26\x34\xc0\x0b\x65\x8f\x02\x43\x8a\x90\xbb\ \x44\x45\xee\x26\xd5\xe9\xb8\x2f\x2d\x4a\x6f\xd0\x9a\x76\x4e\x09\ \x0b\x5d\x26\xd5\x6e\x2b\x50\xca\xa9\xca\x64\x02\x93\x0c\x2a\x2a\ \x7a\x49\x58\x2f\xb7\xef\xb6\xad\x4f\xaf\x2c\x2c\x2c\xcc\x8a\x67\ \x95\xb3\xd3\x4a\xe5\xcc\xcc\xec\x94\x6c\x66\x6e\x79\x75\x79\x75\ \x71\x79\x79\x7a\x5a\xbd\x6a\xd4\x5b\x62\x1a\xdd\xa6\xd5\x62\xd3\ \xd9\x62\xd5\xdd\xf2\x6e\xf8\x24\xd6\xcd\xd4\x5a\xb1\xfa\x6e\xa5\ \x62\x8e\xa9\xa7\xd7\xd7\xed\x55\xff\x27\xbd\x5c\xaf\x59\x8f\x06\ \x77\xf3\xee\x68\xa5\xd0\xc0\xf1\x5a\x2d\x7d\x52\xad\x39\x8b\x7b\ \x6d\x57\xbc\xec\x3e\xb0\x74\x4a\x78\x34\x9a\xaa\xd6\x5d\xa5\xbc\ \x0f\x77\x7a\x8b\xe9\x12\x9e\x45\x83\xea\x53\xbe\x68\xb9\x55\x2b\ \xe1\xf5\x46\x21\x1e\x8f\xe7\xa3\xc9\x68\xc4\x5d\xca\xd6\x63\x0d\ \xa7\xa3\x9b\xf7\xe6\x0b\xc9\x58\x3d\xdb\xd9\xca\x7a\x8f\x9e\x9d\ \xf4\xda\xfe\x41\xc8\x17\x4e\x6d\xf9\xee\x79\x52\xf1\x3b\x58\xfb\ \x61\xfb\xee\x8b\x84\x7b\x2f\x81\xb9\x9d\x87\x27\xae\xc3\xfb\xe9\ \xc3\x76\xe1\x76\xff\xf0\xe6\xc1\x61\x2d\xf4\xd4\x75\xf0\xd9\x93\ \x3b\xc7\x21\xff\xfd\x43\x4f\xef\xe6\xcd\x9b\x07\x69\x90\x30\x6f\ \xf8\xe8\xb8\x78\x7c\xf7\xfe\xfe\xcd\xbd\xe2\xdd\xa3\xbd\xbd\xfe\ \x17\x7f\x78\x7e\x27\xe5\x2a\x65\x7c\x79\x37\xee\xcb\x16\xf2\x0e\ \x3c\xe2\xf7\xdf\xee\xc5\x23\x09\x6f\xb3\xdc\x6a\x74\x6a\x7e\xa7\ \xbf\xd6\xec\xe6\x9d\xd9\x46\xe6\x30\x14\xf7\x1d\xf4\x3f\xf9\xe4\ \xee\xe3\x6f\x07\xde\xbd\x3b\xf7\xee\x3e\x7a\xfc\xde\x57\x5f\xef\ \xdf\xff\xf6\xb7\x5f\x7d\xf9\xf1\x55\x2a\xf9\x47\xbf\x1e\x1b\x43\ \x49\x30\x26\x2d\xf9\x2c\xf1\x74\x11\x67\x7b\xf4\xeb\x9e\xb3\x58\ \x3c\x38\x38\x2a\x86\x4e\x06\xb7\x3f\xd9\x4b\x84\x07\xc5\xcf\x9e\ \x7d\xfd\xc1\xef\x7e\xf4\xd1\xeb\xaf\xbd\x72\xf9\xdc\x1b\x17\xcf\ \x5f\x1e\x1e\x1a\x1a\x3a\x3b\x02\xa0\x34\x42\x18\x1e\x19\xa1\x91\ \x4f\x73\xdc\x19\x44\x0e\x8a\x66\xe7\x80\x60\x8d\x0c\x51\xc8\x54\ \xd4\xfe\x3c\x02\xba\x44\x41\x8f\xa2\xe4\x06\x0a\x9a\x55\x38\x7c\ \xf1\xcc\xd0\xf9\x8b\x34\x1a\x91\x4c\x01\x28\x63\x98\xb6\x4f\xe5\ \x82\x48\xbc\x86\x3a\x9f\x05\x80\x53\x44\x01\x81\xa6\x38\xcd\x29\ \x16\x09\xa8\x2a\x24\x2d\x02\x34\xf3\x46\x24\x32\xa1\x39\x5e\x00\ \x58\x3b\xd7\xff\xf2\x1a\x1a\x41\x81\x2a\x1d\x40\xd0\xc8\xf4\xe1\ \xb1\xd1\xcb\x63\x68\x2e\x21\x91\x4e\xa4\x10\x89\x48\xb2\x44\xa7\ \xe3\x70\x54\x22\xd4\xcb\xa3\x35\xa1\x60\x06\xad\x4a\x64\x42\xf1\ \x7d\x28\x0f\xeb\xb4\x22\x15\xe5\xb8\x6b\xb5\x0a\x30\xa1\x48\x18\ \x4d\x60\x01\xaf\x03\x62\x9e\xc6\x9b\x2a\x04\x22\x44\x58\xc0\x5e\ \x0a\x91\x09\xf0\xeb\xe5\x20\xd5\x97\xdb\x77\xdb\xb6\x34\x2b\x4b\ \xd3\x73\xd3\x53\x73\xb3\x32\xd9\xa2\x7c\x7e\x7a\x6e\x71\x66\x46\ \xb9\xb0\xbc\xb2\x22\x41\x73\x73\x66\x16\x35\x1b\xb6\xad\xe5\x15\ \x7d\xc0\x6a\x33\xaa\x75\xea\x0d\xdd\xaa\xc1\x6c\xb0\x6e\xea\x57\ \xd7\x36\x34\xea\x35\xf5\xd2\xdc\x1c\xf0\xd8\x72\xc0\x96\x33\x6c\ \x6c\xd8\xed\x96\x0d\xb3\x41\x67\x2e\xd5\x9b\x9d\xa0\x39\x8f\x6d\ \x76\xea\x55\x47\x29\x5e\x00\x77\xa5\x89\xd5\x4b\x66\x7b\xa9\x9e\ \xab\xc6\x22\xfe\x78\xde\x9b\xc6\x23\xb5\x6c\xa5\xd4\x4d\x64\xf2\ \x51\x6f\xa1\xb6\xdb\xad\x46\xab\x8e\x62\xab\xda\x48\x36\xb3\xfe\ \x4c\xa1\x9a\x05\x3b\x56\x68\x14\x5a\xf0\x5c\xb5\xde\xdc\xdd\x0d\ \xed\x1f\x87\x8a\x7b\xf9\xf0\x51\xaa\xef\x6a\x3a\x71\x77\xcd\x7f\ \xec\x0a\x0f\xf6\xf6\xfb\x89\xec\x49\xaf\x1a\xed\xbd\xb8\x57\xec\ \x9d\xb8\x1f\xfb\xf1\x76\xbb\xf8\x60\xff\x1e\xee\x39\xc2\xd2\xfb\ \x77\x0f\xfa\x7d\xf0\x63\xd1\xc4\xe1\xcd\x43\xcf\xfe\x7e\xaf\x1d\ \x4d\x17\xf7\xee\x03\x69\xed\xf7\x43\xe9\xdb\x37\x8f\x0e\x0f\x9e\ \x7f\xf3\xe9\xcd\x0c\x56\x2a\x81\x8b\x05\xd4\xcb\x3b\xe2\xd9\xbe\ \x6b\xf0\x20\x1c\x77\x17\x1d\xe5\x6e\xb5\xdc\xcd\x45\xb1\x6e\x29\ \xd7\x29\xa1\x6e\xc9\xbb\x8e\x52\xef\xe0\xe8\xce\xf1\xf1\x67\xef\ \x1d\x47\xc2\xc5\x7b\x77\x8f\xef\x3c\xfb\xfc\x59\xe2\xce\xe7\x1f\ \x7e\xf8\xdb\x8f\xde\x1c\x7b\xe7\x83\x6f\xdf\xb8\xf8\xc6\x2b\x23\ \x23\x54\xfa\xeb\x57\x47\xc0\x51\x51\xb4\x8a\xb1\xe7\x3d\x2c\xec\ \x6f\x1f\xdf\x1f\xb8\xdb\xfb\xfb\x7b\x87\x83\x5e\x71\xff\x83\x9f\ \xff\xfc\x37\xbf\x38\x7f\xee\xed\xb7\xdf\xb8\x78\xee\xcc\x6b\xaf\ \x8c\x12\x46\xc7\x08\x67\x46\x46\xc1\x89\x11\x68\x64\x2a\x08\x11\ \x9d\x4e\x3d\xcd\x44\x20\x8c\x92\x28\xe4\x21\x3a\x99\x40\xe6\xa0\ \xd4\x76\x0a\x7d\x88\x76\x1a\xcd\x40\xa6\xd1\x39\x0c\x12\x81\xc8\ \x20\x12\xce\x9e\x19\x1d\x1d\x46\x19\xca\x34\xd2\xa9\xbd\x43\x35\ \x9d\x5a\x11\xd9\xa4\x15\x29\x18\xa0\x71\x22\x94\xfc\xc7\x51\x31\ \xc8\x54\x02\x55\x40\x04\x0f\x69\xda\x3e\x9d\xc3\xa5\x40\x65\x53\ \x68\x06\x2a\x00\xd7\x8f\x6f\x5c\x3b\x5d\x75\xd7\x82\x68\x29\x88\ \x43\xe7\xcf\x8c\x8d\xd0\x19\x54\x01\x95\x40\x41\xb5\xf6\x64\x32\ \x6a\x94\x16\x29\x54\x22\x22\xaa\x6d\x40\x2d\xd7\xa8\xda\x14\xd5\ \x61\xa1\x75\x2c\xd4\xe4\x03\xbb\x03\x41\x13\xec\x00\xd6\x01\x6f\ \xa1\x6b\x84\x20\x60\x3b\x3b\x02\x13\x2a\x27\x45\x62\x09\x2e\x11\ \xb4\xea\xba\x40\xa4\xa2\x6c\xbf\xac\xc3\x7a\xb9\x7d\xd7\x4d\xaf\ \xd3\x6b\x56\x0c\xd3\x33\x8b\x53\x53\x33\x4b\xf3\xb3\xb2\xa9\x79\ \xe9\x8c\x70\x5a\x32\xb3\xb0\x34\xa5\x5e\x5c\x9c\x99\xde\x5a\xd7\ \x2f\x4f\x9b\x2d\x9b\xad\x5d\xeb\xc2\xfc\xd2\xb2\x41\xaf\x5e\x5e\ \xd3\xaf\x1b\xf4\x56\xfd\xea\xea\xaa\x41\xbd\xb0\xba\xae\x56\xaf\ \x6f\xe8\xf4\x56\x9b\x66\x6d\x63\x45\xb7\xb2\xa2\x59\xb5\xb4\x36\ \x37\x8d\x06\xab\x71\xc9\x68\x5d\x33\xe8\x2c\xc1\x2d\xab\x7e\x3d\ \x19\x4b\xea\x37\xcd\x66\x8b\x66\xa5\x55\xb3\xd9\x0b\x8e\x60\x20\ \x68\x34\xc6\xca\xbb\xb1\x5c\xbd\x6b\x48\x1a\x72\xf5\x00\x30\xdb\ \x66\xb6\x6c\xb4\x47\xcb\xe5\x42\xad\xd6\x6a\x19\x62\x9d\x4e\x2b\ \x57\xb3\x27\x73\x96\x40\x35\xb4\xef\xef\x1f\x84\xf2\x0e\x2c\xe6\ \xf6\xe7\xf0\x63\x77\xc6\x17\xf2\xba\x6f\x1e\xa5\x7b\x8e\x12\x96\ \xe8\x64\x8f\x10\x32\xdd\xe9\xdd\x76\xb9\xf6\x8e\xf7\x4f\x1e\xdc\ \xf1\xe2\xb8\xcf\x39\x68\x1f\x1c\x79\x3c\xc7\x21\x6f\xe2\x76\xb8\ \xdd\x3e\xb8\x73\xe0\x6c\xf8\xd3\xc5\xc3\x3b\x7b\xbd\x9e\xab\xd4\ \x3e\x4c\x1c\x0e\xee\x3e\x7f\xf1\x22\xed\x88\x47\xbd\xd5\x14\xe6\ \xcc\x44\xe2\x1e\x50\x2a\x9f\x67\x50\xf4\xb6\xf7\x80\x25\xab\xe5\ \x72\xa0\x55\xe8\xc4\xb3\x91\x5a\x29\x93\x1f\x9c\x38\x71\x87\xeb\ \xf6\xcd\xfe\x83\xa7\x8f\xdc\x1d\xcc\x7b\xb0\xe7\x3c\x7a\xfc\x34\ \xed\x7d\xf8\xe9\xb3\xe7\x7f\xf8\xfa\xab\x1f\x7e\x71\xef\xf9\x6f\ \x3e\xfa\xcd\xcf\xde\x3a\x7f\x66\xe4\xa3\x77\xcf\x0c\x9f\x1b\x1a\ \xe3\xa8\x5e\x79\x52\x0c\x87\x8b\x58\x7f\xef\xa4\x9d\x4e\xb8\x07\ \x89\xbd\x9b\xb7\x9f\xfc\xfa\xdd\x77\x7f\xf4\xe6\x35\xd5\xeb\x57\ \xdf\x38\x33\x7a\xe6\xe2\xe5\xa1\xd1\x57\xce\x8c\x9e\x25\xd1\x69\ \x64\x10\x24\x14\x74\x8c\x32\x8e\xc9\x64\x24\x4d\x34\x32\xe5\xbf\ \xfe\xa2\x99\xcf\x04\x32\x03\xb4\x6b\x8c\x48\x47\x09\xef\x44\x06\ \xc0\x16\x81\x4c\x39\x3f\x4c\xa1\x90\xe8\x20\x62\x00\x3b\x26\x85\ \x48\x45\x25\x08\x14\x44\x06\x03\xe9\x09\x1a\x72\x4a\x54\x51\x51\ \x7d\xc4\xe9\x50\x54\x01\x4a\xd3\x43\x35\x9d\x02\x86\xf6\x9a\x82\ \x41\xe5\x20\x5c\x12\x11\x51\x3d\x3e\x7c\xa9\x76\x4c\x26\x95\x48\ \xcb\x21\x5d\x3c\x33\x36\x74\x96\x4e\x44\xeb\xf6\x70\x64\x2a\xbc\ \x05\xcd\x08\x13\x30\x44\x64\x15\x59\x84\x62\x1e\x90\x2b\x54\x00\ \x9f\x31\x10\xcc\x69\x45\x0c\x0e\x55\xb1\x7d\xda\x59\x8d\xd6\xad\ \x50\x15\x3c\xc8\x97\x0a\x8d\x56\x05\xe2\xda\xb9\xc6\x51\x6d\x03\ \x6f\x01\xe4\xed\x6c\x73\x38\x28\x3d\xeb\xa5\x25\x7c\xb9\x7d\xc7\ \xcd\x6c\x33\x6b\xf4\xc6\xf9\xa5\xe9\xc5\x85\xe5\xd5\xe9\x85\x79\ \xe5\x9c\x54\x3e\xb5\x38\x3d\xaf\x59\x06\xad\x52\xcb\xe5\x4b\x46\ \xc3\xaa\x7a\x63\x35\xb9\xb5\x65\x9c\x5e\x06\x79\x5a\x58\x5c\x5a\ \x5e\x5a\xd6\xd9\xd5\x6a\xf3\xba\x7e\xdd\x68\xd4\xeb\x37\xcc\x46\ \xa3\x6e\xc3\xb8\xb9\xb9\x65\x5c\xd6\x07\xad\x9b\x9b\x86\x4d\xbd\ \x2d\x60\x5c\xdf\xb4\x6e\x58\x92\x16\x5d\xd3\xbc\x61\x37\xc3\x1f\ \x4b\x50\x9f\x9c\xb7\x5a\xf5\xd6\x58\x70\xcb\x62\xd7\x68\x0c\x6a\ \xfd\xa6\xc1\xba\xb5\xa2\xdf\x5c\x5f\x5d\xb3\xeb\xf5\xb0\x37\x5d\ \xce\x68\x34\x6c\x55\x02\x1b\xbb\xe6\x0d\xfd\x5a\x25\x10\xb0\x6d\ \xd5\x37\x6c\x96\xd5\x75\xd4\xd1\x97\xca\xb8\x82\xd5\x7a\xb0\xb3\ \xa6\xab\xe6\xe3\xad\x42\xb4\x13\x77\x84\x43\x78\x29\xd6\x69\xb5\ \xf2\xa9\x90\xc3\xe1\x73\xb8\x7c\xad\x68\xdb\xeb\x49\xdf\xbd\xe9\ \xf5\x15\x2a\xfd\x44\xdc\xe3\xf1\xfb\x3d\xae\xae\x3b\x74\x9c\xe8\ \xb9\xc2\x6d\x67\xd6\xeb\xea\xdd\x1b\xa4\xd3\xc5\x74\xd7\x79\xd4\ \xdb\x3b\xfa\xf4\xeb\x6f\x9e\x0c\x32\xf8\x20\x1f\x6d\xd6\x31\x3c\ \x1b\xc1\xdc\xed\x41\xc4\x79\xc7\x5d\x77\xb8\x5b\xe5\x7a\xa5\x62\ \xcb\xd5\xb2\xa5\x46\xa1\xd0\xc8\xfa\x7c\x98\x3b\xe2\xf3\x7a\xf7\ \xf6\x4f\xbe\xf8\xc3\x53\x2c\xf4\xc9\xfd\x4f\x3e\x7b\xf1\xc5\xb7\ \xdf\xbe\x78\xfe\xd1\x2f\x7e\xf5\xf6\x1b\xef\x8c\x91\x2e\x9f\xa5\ \x9d\x2e\x40\x9b\xae\x5d\xff\xf1\x4f\xff\xf2\x6f\xff\xf6\xef\xff\ \xf8\x4f\x3f\x7d\xeb\xa1\x3b\xd4\xf7\x84\x13\x0f\x0f\x7b\xfb\x27\ \xe9\xf6\x41\xf1\xe1\xd3\xaf\xdf\x7d\xfb\x07\xaf\x5c\xe6\x9c\x7d\ \xe3\xdc\x1b\x67\xce\x0d\x9d\xbd\x78\xf6\xdc\xf9\x73\xaf\x9d\x1d\ \xa6\x0c\xd1\x86\x46\x68\xa8\x66\x81\x34\x44\x26\x00\x3f\xa1\xec\ \x76\x1a\x0d\x15\x17\x10\x49\x34\x2a\x8d\x86\x26\x05\xd2\x48\xa3\ \x44\x02\x9d\x86\xcc\x1c\x99\xc3\xa1\x12\x2e\x5e\x1e\x15\x80\xfb\ \x23\x12\x89\x82\x6d\x00\x1c\x74\x9d\x90\xc3\xa0\x52\x29\x44\x74\ \x0d\x0f\xb8\x0a\xfc\x1c\x19\xe4\x8a\x42\xa4\x71\x38\x44\xb8\xc7\ \xa0\x12\x45\x5a\x01\xba\xa6\x27\xe2\x50\x05\xa7\xe1\xc6\xdb\xd7\ \x15\x68\x6c\xfd\x35\x74\xb5\x70\x7b\x5b\xc0\x19\x1a\x3d\x3b\x3c\ \x44\x22\x82\xb2\x29\xc8\x28\x59\x14\xde\xce\xe1\x70\x04\x70\x48\ \xaa\xe8\xb4\xc0\x0a\x1c\x25\x15\x3c\x25\x83\xa1\x05\x43\x68\x3a\ \x5d\x92\xd7\x0a\x40\xfe\x90\xab\xe4\xa0\xf2\x77\x2d\xc8\x95\x09\ \x85\x63\xa1\xef\x08\xdc\x04\xdb\xd7\x14\xe8\x02\x21\x7a\x13\xe3\ \x65\x1d\xd6\xcb\xed\x3b\x6e\xae\x4c\x39\x69\x07\x33\x97\xdc\xb5\ \x97\x77\xed\x2d\x73\xc0\xba\xb5\x61\x98\x5f\x55\xaf\x2e\xaf\xaa\ \xf5\xab\x73\x52\xfd\xda\xfa\xea\xc2\xf4\xba\xb9\x69\xb0\xd9\xcc\ \xd6\x4a\xdd\x62\x0b\x26\x63\x95\x4a\xc0\x6c\xce\x6d\x19\x0c\xd6\ \xe4\xf2\x5a\xd2\xb6\x19\x8b\x99\xd7\xb6\x2c\x36\xa3\x2d\xb7\x65\ \x43\x96\xd1\x5e\xb7\x6d\x6a\xec\xc1\x4d\x8d\x2d\xb0\x61\xce\xd9\ \x72\xf5\x5d\xd8\xaf\xd9\x1a\x33\x6e\xd8\x2d\xfa\xa0\xcd\x68\x58\ \xd3\xd5\xcb\x1b\xc1\x58\xab\x96\x33\x04\xcd\x5b\xb6\x2d\x9b\x6e\ \xcb\xbe\x61\xb3\xad\x6b\xcc\x56\x8b\xcd\x9c\xdc\x8c\xed\x9a\x63\ \x36\x4b\x12\xee\x26\x2d\x66\x83\xbd\x63\xdf\x08\x56\xab\x81\x8d\ \x64\x33\x99\xcc\xe5\xca\xc1\xe4\x96\xc5\xbc\xdb\x8c\x05\xa3\x96\ \x8d\x60\x70\xc3\x16\xcb\x75\xb6\xec\x65\x7b\xb3\xb5\x15\xcb\xc4\ \xab\x55\x87\x37\x90\xdd\x0a\x74\x32\x85\x54\x39\xd5\x29\x54\x9a\ \xf1\x68\x2f\x9b\xc1\xc1\x59\x36\x13\x78\x23\x9a\x2d\xbb\x22\xa5\ \x02\x7e\x18\x71\xef\x3f\x7e\xf1\x49\xdf\x17\x71\x94\x52\xd1\x32\ \xbc\xb8\xdb\x2d\xb9\x0f\x52\xa9\xbd\x83\x5a\xcd\xeb\x68\xd4\x4a\ \xd1\x46\xa6\xd4\xa8\x55\x2c\x95\x26\x1e\x49\x65\x30\x47\x21\x12\ \xf7\x3e\xf9\xf8\x9d\xab\xaf\xbc\x7e\xf5\x95\x8b\xe7\x80\x80\x50\ \x8d\xe6\xf5\xeb\x3b\x37\xfe\xea\xa7\x37\x7e\xf2\x97\x7f\xfd\x37\ \x7f\xfb\xbf\xff\xed\x8f\xff\xf4\x9f\xff\xf2\xcf\xff\xf7\xbf\xff\ \xc9\x9f\x7c\xff\xfb\xdf\xff\xf7\x7f\xff\xc7\x5f\x1c\x27\x06\xbd\ \x5e\xb1\xf7\x78\x3f\xdd\x7f\x70\x38\xb8\x77\xf2\xf8\xeb\x2f\xdf\ \x7e\xe7\xf5\x57\xae\xbe\xf2\xda\xdb\x67\xce\x5f\x3c\x3b\x0a\xfb\ \x39\x3f\xc2\xb8\x78\x86\x4e\xa6\x10\x47\x68\xc3\x14\x3a\xe1\xb4\ \x0e\x8b\x84\xaa\x43\x87\x46\xe8\x04\xf2\x10\x81\x41\xa5\xa0\x89\ \xf1\x43\x40\x49\x68\x5a\x3c\x65\x04\x85\x20\x53\xe1\x61\xc2\x10\ \x81\x40\x20\x02\x7f\x51\x81\xad\x4c\xdb\x28\xe6\x0f\x1e\x65\x70\ \x28\xa8\x32\x14\xd4\x09\xf5\x14\x8a\x38\x2a\x01\x99\x8e\xc6\x46\ \x30\xa8\x22\x05\x05\x6c\x99\x80\x01\x52\x86\xc2\xb2\xe0\x3b\x98\ \x44\xd4\x48\x08\x10\x74\xe3\xba\x16\x8d\xfa\x22\xd2\x87\x2f\x9e\ \x3f\x47\x40\x99\xcb\x02\x22\x9d\x4e\xa6\x52\x19\x2a\x2a\x4a\x64\ \x37\x6d\x0b\xc0\x21\x12\x4f\x73\x46\x41\x04\x05\x26\x15\x91\x41\ \x45\xe9\x56\x88\xb9\xd0\xa4\x7a\x13\x38\xd2\xd3\x8b\x85\x68\x3e\ \x2b\x91\xb3\xb3\xad\x00\xfb\xc7\x51\x5d\xdb\x41\xab\x57\x26\xd5\ \xb6\x4a\x80\x1c\x28\x80\xd8\xcb\x88\xe4\x97\xdb\x77\xdb\xf0\x68\ \xdc\x57\x2e\x55\x1d\xce\x5c\xab\xe1\x76\xf9\xea\x99\x5c\xac\xb2\ \x6e\x48\xea\x35\xc6\xdd\x95\xd5\x95\x99\x29\x8d\x5e\xb7\xba\xb8\ \x62\x0c\xd6\x37\x83\x3e\xb7\xbf\x77\x3c\xf0\x7a\xc2\x21\x77\xa8\ \x18\x71\xa4\xf2\x91\x90\x03\xcb\x36\x12\x8d\x68\x17\x6f\x34\x22\ \x49\x5f\xa9\x19\x2d\xd8\x5b\xcd\x8a\xb9\x59\x2f\x94\x77\x83\xb1\ \x58\x30\x97\x6a\x94\x2d\x81\xae\xdd\xda\x6c\x6d\x58\xec\xbb\x16\ \xdb\xae\xdd\x62\xb3\x5a\x82\xc0\x56\x95\x80\x75\x23\x96\xd3\x6d\ \x6c\x6d\x99\xb7\x62\x46\x43\x30\x69\xb5\xed\x6e\x58\xcc\x01\x7b\ \x30\x60\xb7\x5b\x2d\xb1\x8a\x7d\x6b\xcb\x6e\x4b\x6e\xd8\xad\xb9\ \x4a\xab\x69\xed\x64\x0b\xd5\x40\x25\x19\xb4\x95\x0b\xc9\x58\xac\ \x53\x6f\xc6\x3b\xb5\x6a\x39\x67\xaf\x37\xba\xd5\x56\xb3\xd3\xaa\ \x56\xed\xf5\x4a\x2e\x9a\x6d\x96\xf1\x66\xa7\x56\x69\x16\x4a\xe5\ \x68\xcd\x91\xed\x96\xa2\x58\xda\xe9\xab\x95\xbc\x8d\x6c\x37\xe5\ \x8e\x34\x1a\xfe\xb6\x2b\x9a\x09\x1d\x16\xd3\xfd\x44\xf1\x61\xff\ \x64\xff\xc9\xc9\xc1\xcd\x9e\x67\xe0\x4e\x7b\x7a\xbd\x9b\xbd\xfe\ \xc1\xa3\xa7\x07\xa1\xa3\x47\xcf\x9e\x7e\xf1\xd9\xa7\x5f\xdc\x3f\ \xe9\xef\x7b\x06\xfb\x9f\x3c\xb8\x79\xe7\xd1\xbd\x93\xfb\xc5\xe8\ \x83\xd7\xc0\x10\x51\x15\x82\xed\x1b\xd7\x7e\xfc\xe3\x1b\x7f\xf9\ \xd3\xbf\xfe\x9b\xbf\xf9\xeb\xbf\xf9\x7f\xfe\xf1\x8f\xff\xf9\x2f\ \xff\xf7\xcf\xff\xfc\xbf\x7d\x1f\xe9\x14\xba\xf9\xfe\x9f\xfc\xc9\ \x9f\xfc\xb7\xef\xff\xf5\x57\x83\xfd\x76\xb1\xd7\xbb\xfb\x68\xbf\ \x7f\x70\xf3\xf0\xf1\xc1\xed\x4f\xbf\xfd\xe5\x0f\xde\x7e\xe3\xcd\ \xcb\x23\x67\xc7\x46\xcf\x9c\x1f\x3e\x03\xd6\x71\x6c\x8c\x80\x6c\ \x1d\x85\x34\x02\xdf\xe8\x20\x56\x43\x9c\x21\x82\x88\x42\x27\x13\ \xa9\x1c\x0a\x99\x02\x0e\x91\x4a\x27\xd1\x89\x34\x2a\x95\x30\x02\ \x4a\x46\x1e\x46\xe3\x9d\x89\x94\xa1\xa1\x33\xa3\x1c\x22\x89\x4a\ \x23\x0e\x11\x4d\x22\xe4\xee\x88\x1c\x78\x11\x8d\x02\x66\x90\x0c\ \xd8\xc5\xe1\x30\x68\x22\x80\x2f\xa4\x51\x1c\x34\x40\x02\xc1\x10\ \x48\x06\x15\x95\xa2\x03\x22\x69\x51\xc7\x9f\x4a\xb4\x73\x43\x8b\ \xe4\xe8\xb4\x98\xd4\x04\x4a\x43\x3a\x3f\x7a\x8e\x30\x8c\x22\x97\ \x29\x34\x2a\xec\x88\x88\x72\xdb\x55\xf0\x1c\x8d\x21\x02\x6f\x88\ \x66\xe5\x28\x50\x9b\x8e\x08\x0e\x8c\xbc\x20\x9a\x54\x8f\x28\x0c\ \x5d\x28\x14\x71\x38\x0a\x74\xa1\xd2\xa4\xa2\x82\x01\x44\x1e\x55\ \xab\xdd\xbe\x86\xe2\x1d\xd0\x70\x7b\x34\x3f\x07\x2c\xe3\xcb\x35\ \xac\x97\xdb\x77\xdb\x8a\x03\x3f\x16\xf1\xfa\xb3\x78\xa3\xd6\xcc\ \xc4\x51\x4f\x61\xcb\xa8\xdf\xb2\xea\x34\x5b\xe6\x75\xc3\xf2\xcc\ \xa2\xc6\xb0\xa9\x53\x2f\xe8\x92\xe5\x40\xdd\x91\x1f\xec\x25\x8e\ \xf7\x9d\xbd\x83\x83\x83\xdb\x87\x6e\x9f\x03\x2b\xb6\xfb\x7b\x79\ \xb7\x3b\x14\x49\x79\xfd\xad\x52\x03\x73\x39\x8a\x8e\x6a\x34\x5e\ \xee\x96\xf2\x1e\xef\xc0\x9b\xf1\xfb\xf7\x0f\x8f\xdc\x9e\x6c\x22\ \xe4\x75\x78\x42\x47\xbe\x5c\xa1\x0a\xca\x52\xad\xd7\xf3\xf1\x4e\ \xb9\xb3\x1b\x68\xd4\xba\xf5\x9a\xaf\xd2\xe9\x24\x77\x93\x9d\xdd\ \x56\x27\xd7\xad\x37\xbb\xdd\x2d\x4b\xa7\x62\xaf\x77\x63\xdd\x56\ \xad\x19\x08\x26\x77\xb7\x1a\x9d\x5a\xb9\x52\xdb\xcd\xe5\x4b\xf5\ \xce\xae\xa5\x95\xec\x44\x23\xf5\x5c\xab\x50\xca\x46\x1b\x0e\x47\ \xc4\xe1\xf2\x56\x33\xf9\x86\xb3\x50\x28\x25\xe2\x0e\x9f\x1b\xa4\ \xc7\x13\xf5\xa4\xfd\x98\xcf\x55\xc4\xdc\x9e\xfd\xc1\xc9\x71\xef\ \xa4\xdd\xeb\x1d\xa5\x8b\x7b\xed\xa3\x7b\x0f\x1e\xec\xdd\xb9\xf7\ \xe0\xde\x93\x47\x9f\x3e\x78\xfc\xf0\xf1\x67\x5f\xbf\xf7\xfe\x87\ \x1f\xdc\x7a\xfa\xf4\xf1\x93\xa7\xcf\x9f\xbf\xf7\xf8\xf9\xb3\x5b\ \x5f\xbf\xff\xfe\x07\x9f\xff\xf6\x57\x3f\xfb\xdd\xaf\x7f\xfd\xf3\ \x0f\x7f\xf9\xf3\x0f\x7f\xf3\xc6\xbb\x3f\xf8\x8b\x77\x7f\xf8\x83\ \x77\xde\xfc\xea\x6e\xe4\x29\x05\xce\x70\x11\xf9\xda\xff\xfa\xc9\ \x5f\xfd\xe5\x4f\xff\xf6\x7f\xfd\xdd\x1f\xff\xf9\xcf\xff\xe1\xcf\ \xbf\xff\xef\xdf\xfb\x8f\xff\xf8\x8f\x7f\xff\x8f\x7f\xff\xff\x37\ \xa0\x2b\xf8\xe1\x1f\x88\xdf\x1c\xf7\x3c\x89\xbb\xf7\x3f\x79\xd4\ \xeb\xdf\x39\xfc\xec\xb3\x93\x67\xdf\xde\x7a\xf7\xed\x77\x2e\x9e\ \x1d\xa3\x9f\x1f\x25\x9c\x3d\x7b\xf6\xf2\xd9\x8b\xc3\x43\x63\x23\ \xa4\x91\x91\x21\x22\x81\x8c\x7a\x6d\xa8\x02\x94\xcb\x30\x44\x63\ \x30\x14\xe0\x01\x09\x23\x74\x0a\x89\x46\xa7\x9c\x8e\xc4\xa1\x8d\ \xd0\xc1\x2e\x52\xd0\xc4\x54\xb2\x88\x48\x27\x91\x48\x88\xc9\x88\ \x22\x0e\x08\x09\xb2\x78\x02\x06\x87\x46\x23\x8c\x90\x89\x02\x06\ \x9d\x8a\x8a\xd3\xa9\xa8\x62\x1d\x5c\x18\x0a\xb4\x02\xaf\xca\x61\ \x68\x77\xc0\xa6\xc1\x0f\x70\x17\xe0\x4a\x01\x5e\x4e\x70\xed\x86\ \x69\xfb\xfa\xb5\x6d\xa4\x26\x26\xf8\x91\x43\x27\x8c\x8c\x9e\x1b\ \x13\xa1\xb2\x2e\x0a\xa8\x21\x19\xcc\x24\x55\xc4\xa0\x80\x74\xa2\ \x84\x1a\x14\x69\x85\xf6\xc4\x11\xa9\x88\x20\x43\xc0\x50\x1c\x34\ \xb6\x9e\x01\xb8\x25\x3a\x1d\x1d\xcd\xe0\x80\x60\x69\x4d\xf0\x12\ \x15\x47\x64\xd2\xa2\xaa\x51\x11\x1a\x01\x8d\x7a\x7b\xb4\x8a\x6b\ \x5a\x38\xe4\xcb\x33\xee\xe5\xf6\x9d\xb6\xde\xc1\xb1\xcf\xe7\xc3\ \xdd\xa5\xa8\xa7\x53\xe8\x76\xb3\xf5\x4a\x20\x66\xb7\xea\xad\x9b\ \xb9\x98\xc1\xa0\x54\x4e\xaf\xda\x2d\xab\x4b\xab\xcb\x96\x80\xb9\ \xb6\x1f\x2a\xba\x0f\x7a\x87\xfd\x62\x38\xbd\x77\xe7\x28\x9c\x6e\ \xa7\xd3\xfd\xbe\x0f\x0f\x7b\x22\xa5\x08\x16\x4e\xb8\x53\xae\x81\ \x2b\xed\xc2\xf3\xd9\x42\xbe\x13\xf4\x7a\xab\x79\x87\xbb\xed\x09\ \xf5\xf6\xbd\x9e\xbd\xfd\xd0\xe1\xfe\xf1\x81\x3b\xeb\xcf\xc6\xf6\ \x7c\x95\x9a\xcb\xe1\xf6\x67\x32\x1e\xdc\xef\x0d\x39\x5d\xed\x54\ \xc3\xe5\xc4\xbd\x8e\x72\x34\x55\xf3\x67\xf3\x58\x26\xde\x70\xe7\ \x6b\x85\x28\xe6\xf6\xba\xf0\x78\x1e\x77\xc5\x23\x99\x78\xb4\xe6\ \x8d\xa4\x4a\x38\xde\xad\xc5\x0b\x9d\x84\xd7\xe5\x4a\x37\x22\x1e\ \x77\x3c\xd1\x77\xe7\xfd\x1e\x67\x14\xa4\x29\x14\x72\x85\xfc\x61\ \x47\xa8\xef\xed\x85\xc2\xf9\xbd\x76\xa2\x78\xbb\xdd\xc6\xfa\x45\ \x14\x4b\x73\x38\xd8\xeb\xdf\x3e\xb8\x7f\x7c\x72\xfb\xfe\x8b\x27\ \x4f\x1e\x7e\xfa\xf8\xe1\x83\x07\xcf\xbe\xf8\xe4\xd1\xb3\xaf\xdf\ \x7b\xf6\xd9\x37\x9f\x7e\xf6\xec\xc9\xad\xa7\x2f\xde\xff\xf0\x9b\ \x4f\xff\xf0\xf5\xb7\xbf\xfc\xe0\xcb\xcf\x3f\xff\xf8\xc3\x8f\x3f\ \xfe\xdd\x97\xb7\x7e\xf5\xe5\xb7\xef\xff\xe2\xcd\x73\x67\x5f\x39\ \x7f\xf5\xcc\x28\x65\xe8\xea\x3b\xb7\x1c\x47\xef\x10\x48\x67\xcf\ \x0f\xd1\x87\xe8\xa8\xc6\x40\xf1\xbf\xff\xf3\xff\xfe\xe7\x7f\xfe\ \xf3\x3f\xfc\xcb\xff\xf9\x3f\xff\xf4\x9f\x7f\xfc\xc7\x7f\xfc\xfb\ \xbf\xfb\xb7\xff\xf7\x8f\xff\xf4\x6f\x7f\xf7\xf7\x3f\x1e\x52\x8c\ \x7e\xf0\xde\xa0\xb7\xe7\xec\x3f\xbe\x7f\x67\x70\x74\xf0\xe0\xf1\ \xb3\x6f\xbe\xf9\xf9\xe7\x6f\x9d\x7f\x73\x94\x4a\x27\x8e\x9c\xa1\ \x5f\x3d\x3f\x7a\xfe\xec\x18\x61\x64\x84\x3e\x34\x8c\xbc\x1e\x68\ \x0b\x83\x40\x51\x80\xe3\x22\x0c\xd3\x89\x1c\x11\xaa\x2d\x20\xd0\ \xe1\x28\xe0\x14\x41\x35\x80\xc1\x68\x04\x1a\x9d\xc0\xa0\x93\x18\ \x24\xd4\xac\x43\xa0\xd2\xc7\x68\x1c\xad\xe8\xb4\x4d\x99\x2e\xd2\ \x0a\xa8\x64\x0a\x79\x84\x44\x05\xe1\x23\x83\x1d\x64\x10\x15\x44\ \x1a\x87\x48\x24\x0b\x68\x00\x59\x40\x5a\x22\xd1\x8e\xe9\x34\x6b\ \x4f\x85\xd4\x8c\x88\x02\xde\x19\xaa\x9f\xfc\xd5\xf5\xeb\x3f\xbe\ \x61\xda\x39\xad\x42\x50\x89\x28\xc3\x67\x46\x47\xce\x11\x44\xda\ \xd3\xe5\x7e\x1a\x51\x45\x15\x90\xc9\x02\x94\xbc\xcc\x21\x13\x44\ \x0c\xd3\xb6\x02\x55\x8b\x8a\xb6\xb5\x02\xe0\x2d\x8e\x02\xf5\xf9\ \xa8\x18\x1c\x44\x5e\xa0\x63\x3b\x3b\x40\x6f\x0a\xe0\x36\x06\xca\ \xda\xa2\x20\xc0\x32\x09\x50\xd6\x96\x16\xb5\x48\x6f\x6b\x29\xd7\ \xb4\xa0\x70\x2f\xcf\xb8\x97\xdb\x77\x23\x2c\x77\xbb\x1c\x4d\x38\ \xd3\x58\x3c\xec\x2d\xd5\x62\xad\x72\xbc\x5c\xd9\x32\x80\x65\xb3\ \xc5\xac\x6b\x12\x89\x6c\xd5\x68\xd0\x01\x65\xc5\x1a\xb9\x66\xa2\ \xed\x4f\xf4\x7a\x83\xa3\xbb\xae\xfe\xe0\xb0\x18\xba\x19\x8a\x1c\ \xde\xb9\xe9\xce\xba\x9d\x38\xee\x49\x78\x5c\x29\xaf\xb3\x98\xd8\ \x0f\x67\x9c\xde\x88\x2f\x13\xcb\xf7\xdc\x7e\xdc\x99\x76\xbb\x42\ \xe1\xa2\x33\x51\x1c\x24\x5c\xed\xbc\x2f\x8e\x79\x22\xfe\x94\xb5\ \x1e\x2d\x78\x9d\x8e\x6c\x3c\xef\x8f\x46\x71\xa7\xaf\x54\x4d\xb8\ \x1d\x11\x3c\x15\xf1\x57\x1d\x19\x5f\x2a\xee\x71\xba\x4f\xa3\xfe\ \xbc\x1e\x0f\x56\xf5\x87\x41\x0d\xb1\xa2\xb7\xe4\x4e\x47\x80\xe9\ \xf2\x58\x3f\xe1\x49\xf8\x5d\x79\x2c\x9f\xdd\x77\x44\x8a\x8e\xb4\ \xcf\x91\xc0\xfc\xbd\x03\xa7\x3f\xed\x72\x86\x1d\x59\x97\x27\xe3\ \x1f\xb8\xfd\xe9\x74\x28\x14\xc2\x23\x3e\x67\xf1\x64\x2f\x14\x0e\ \x27\x1c\xce\x93\x83\xdb\xfb\xc5\xc1\xe0\xe6\x5e\xff\xe6\xdd\x9b\ \x77\x1f\x1e\xdf\xde\x3f\x3c\xb8\x7f\x72\xef\xee\x83\x7b\x47\x8f\ \x8f\xfa\x77\x1f\x3c\xb8\xff\xd9\xbd\xe2\x8b\xa7\x8f\x1e\x3d\x79\ \xf1\xc1\xad\xf7\x5e\x7c\xfb\xfc\xdb\x5b\xcf\x9f\x7f\x73\xeb\xeb\ \x5f\xfe\xe2\x8d\x8b\x6f\xfd\xc5\xdb\x6f\xbf\xf5\xc6\xdb\x97\xcf\ \x5c\x7d\x7f\xef\x93\x6f\xde\xff\xec\xbd\x67\x5f\x3c\x7d\xf4\xde\ \xf3\xdf\xff\xe1\xf1\xad\x5f\x7e\xfe\xc1\xcf\xff\xf5\xcb\xcf\x3f\ \xfa\xd9\x6f\xde\xfd\xf8\xab\x7f\xfd\xf0\xe3\xaf\x7e\xfb\xeb\xdf\ \x7e\xfc\xf3\xaf\x7e\x05\xd8\xf6\xf0\xa0\xb8\x7f\xd8\x2e\x3e\x7d\ \xf2\xe8\xe4\xe6\xbd\x07\x0f\x7f\xff\xe5\x57\x5f\xfe\xfa\x95\xd1\ \x31\x92\x60\x84\x02\xaa\x70\x79\x94\x32\x72\x96\x34\x42\xa2\x71\ \x08\xe7\x49\x0c\xea\x08\x99\x43\x22\xa1\x19\xa9\x44\x2a\x8d\x0e\ \xac\xc4\x21\x33\x50\x15\xd4\x10\x89\x4a\x02\x9f\x47\x65\x0c\x0d\ \xa1\xb5\x2d\x32\x85\x38\x34\xc4\x10\x50\x29\x00\x62\x1c\x1a\x6a\ \xdc\x33\xa1\xb1\xf0\x0a\x1a\x47\xc0\x20\x03\x14\xd1\xd0\xe0\x1c\ \x32\x19\xfc\x21\x95\x4a\x24\x93\x45\x02\x22\x19\x75\x16\x0a\x40\ \xfc\xb4\x68\x24\x04\x59\xc0\xa0\x6a\x4d\xa7\x4d\xcb\x54\x10\x2d\ \xd3\x8f\x7f\xf2\x93\x9f\x5c\x3b\x8d\x97\xb9\xb6\xa3\xd5\x72\x08\ \xa3\x17\xcf\x9d\x23\x8d\x90\x45\x74\x92\x80\x4a\xa5\x92\xd1\x12\ \x18\x83\x48\x55\x01\xbd\x51\xa9\x22\x81\x69\x47\xc4\x10\xa8\xa8\ \x44\x8e\x09\xad\xdb\x0b\x4e\x5b\x9c\x15\x02\xd8\x40\xc1\x18\x8a\ \xff\xca\xe8\x13\xa9\xb6\xc1\x27\xaa\xd0\xa5\x4a\x13\x6a\x89\x46\ \x91\xee\xa8\x28\x6c\x67\x9b\xa3\xb8\x0e\x6f\x7b\x79\xc6\xbd\xdc\ \xbe\xd3\xe6\xc8\x27\x70\x2c\x13\x48\x95\x6c\x95\x66\xa7\x12\xb0\ \xaf\x37\x77\x75\x3a\x0d\x08\x96\xc1\xa0\x9e\x91\xcb\x97\xd6\x8c\ \x4b\xeb\x6a\xfd\x86\xcd\x96\x4c\x36\x4b\x69\x4f\x68\x70\x18\xf6\ \xc4\x13\x89\xa2\xdb\x01\x76\x0b\xf3\x16\xd3\x91\x90\xc7\x1b\x76\ \x80\xfe\x60\x6d\xa7\xaf\x9f\xf6\x83\xbb\x74\xbb\x53\x7e\x47\xb1\ \xdf\xeb\x87\xf6\xbc\xa1\x22\xd6\x4b\xe7\xc3\x07\x58\xc6\x17\x76\ \x1f\xfa\xe3\xe1\xac\x27\xe5\xf3\xb8\x7c\x0e\xdc\x97\x8f\x67\xbc\ \xe1\xf4\xc0\xeb\xc2\xe0\x8f\x1b\xf7\xd6\xdc\x29\x5f\x3e\x1b\x4d\ \xc5\x9d\x6e\xb7\xcb\x83\x47\x52\xae\x78\x23\xe5\x4e\x14\xda\x89\ \x7c\x3f\x5f\x4b\x81\xc5\xcb\x3b\xe2\x11\xa7\x1b\xc3\x0b\xf9\x4c\ \xc4\x1b\xcd\xe7\xe3\x69\x77\x3e\x93\x4f\xa5\x23\xb8\x1f\x48\x2b\ \x1e\xc7\x7c\x3e\x20\xb7\x68\xd4\x9f\x29\x15\xaa\xbe\x72\x27\x15\ \x8d\xa4\x52\x9d\x52\x3c\xe5\xce\x44\xf1\x30\x9e\xf1\x26\xfc\xe1\ \xb4\x67\xcf\xef\x0f\xed\x7b\x7c\x5e\x17\x8a\xd1\xc2\x80\x14\x91\ \xa8\xf6\xdd\xbd\xe3\xc4\x11\x70\xe0\x71\x3b\x94\x48\xef\xf5\x6e\ \x03\x4b\x3e\x3c\x38\xd9\x3f\xb9\x7f\xf4\xf4\xf1\xe1\xbd\x4f\x3e\ \xb9\xfd\xe0\xe1\xf3\x67\x9f\xbd\xff\xec\xee\xfd\x27\x0f\x7f\xff\ \xe9\xb3\xa7\x2f\xde\x7b\xef\x8b\xf7\x9f\x7d\xf3\xed\x87\xb7\x7e\ \xfe\xbb\x0f\xbf\xfc\xdd\x07\x9f\xff\xee\x37\xbf\xfa\xf0\xcb\xdf\ \x7e\xf0\xbb\x5f\x7e\xf8\xbb\x0f\x3f\xfc\xf6\xd6\xa3\x67\x8f\xda\ \xbd\x62\xa8\x7f\xf8\xe2\xf7\x8f\xee\x1c\x3d\xfe\xec\xc5\x07\x9f\ \xff\xea\xf3\x5f\xbd\x3e\x7a\xe6\xcc\xd0\x65\x3a\xed\xec\x2b\xf0\ \x7d\x88\x44\x1f\x26\x91\x68\x43\x84\x21\x0a\x95\x80\xe6\x09\xd2\ \xd0\xc4\x79\x1a\x65\x88\x04\x9e\x8d\x44\xa0\x0d\x31\x50\x3b\x33\ \xea\x70\x26\x8c\x8d\xd0\x51\x94\x1f\x8d\x4a\x1c\x1e\x06\xea\xa2\ \x51\x29\x64\x0e\x91\xb3\xa3\x65\x98\x4c\x2a\xd0\x25\x91\x80\x43\ \xa2\x52\x86\x80\x86\x38\x0c\x1a\x09\x2d\x5d\x09\xc0\xfc\x11\xc1\ \xfb\xa1\xf0\x05\x0e\x19\x1c\xa3\x96\x83\xea\xab\xc0\x39\x52\x41\ \x3e\x28\x0c\xd4\xcd\x2c\xd0\xee\x5c\xbb\x7e\x43\x6b\xda\xd9\xb9\ \xae\xd5\x6e\x9b\x4c\x02\x32\x09\x3e\xd4\xe8\x10\x95\x03\xc2\x88\ \xea\x46\x69\x00\x6f\xe0\x05\x01\xc8\xe8\xa8\x1e\x0b\x54\x8e\xc8\ \x40\x52\x85\x50\x89\x88\xca\x24\x50\xc4\x0c\x3c\x8e\xae\x10\x2a\ \x50\xfd\x29\x98\x45\x95\xea\xbf\xc6\x3d\x03\xfb\x71\xb6\x51\x7b\ \x34\xe0\x16\x03\x15\xaf\x2a\xb4\xd7\xb5\x2f\x23\x92\x5f\x6e\xdf\ \x71\xcb\xc4\xc3\x8d\xa2\x2b\x56\x2b\x59\x5b\xf5\x7a\xcb\xba\xa1\ \xd1\x05\x56\x66\x36\x2c\x06\xab\x71\x66\x4a\xc6\x13\xce\xad\xea\ \x56\xf4\x1a\xdd\xda\xa6\xd5\xb6\x95\x4c\xe6\x32\x11\xe7\x91\xb7\ \xe3\x4f\x38\xd2\x58\x36\xe5\xac\xe5\xf2\x91\x48\xaa\x81\x35\xc2\ \x03\x5f\x26\xee\x8f\x47\xf2\x79\x3c\xd9\x75\xa4\xa2\x99\x6c\xa6\ \xe2\xdd\xf7\xb4\x43\xbd\xe2\x5e\xba\x17\x76\xbb\x07\xb8\xc7\x93\ \xc1\x0f\xdc\xe9\x70\xda\x95\x2f\xe3\x6e\xaf\x3f\x8c\xb9\x3c\xd1\ \x54\xc2\xe9\xdc\xdf\x0f\x3f\x2c\x7a\xda\xe1\x44\x22\x9e\x08\x87\ \x5d\xa9\xb0\xdf\x91\x86\xfd\x27\xdc\xe1\x6c\x24\x5e\xae\xc7\x71\ \x47\xc2\x8b\x39\xf2\x19\x97\xdb\x87\x65\xa2\x58\xb8\x18\xf7\x87\ \x9d\xf9\x68\xbe\xd4\x6d\x34\xdc\x11\x77\xbc\x95\xcb\xe6\xdd\x11\ \x00\xb2\x88\x33\x5b\x2f\x64\x5d\x79\x57\x0a\x38\x2d\xda\x2a\xd7\ \x6c\xf5\x4c\x29\x1f\x2d\x64\xeb\x55\x2c\x8d\xe1\x7e\xbf\x2b\xb1\ \x97\x76\x7a\x5d\x4e\x4f\xd1\x8b\x85\xdb\x51\x3c\xd4\xee\xa5\x5d\ \x9e\x04\x16\x77\xf4\xf0\x44\x2f\xe1\x19\xf4\x8b\x47\xa1\xf4\x71\ \xfa\xd1\xbe\xab\xdf\x0b\x0f\x42\xae\x41\xb8\x7f\x27\x71\x74\xb4\ \x97\xe8\xb7\xdb\xa1\x70\x7b\xb0\x77\x9c\x78\x72\xf7\xe8\xd1\xc3\ \xbb\x9f\x7d\xf2\xe0\xd9\xd7\xdf\xfc\xfe\xd9\x8b\xc7\xcf\xbe\x7d\ \xef\xf1\xb3\x3f\x7c\xf2\xd9\xb3\x17\x7f\xb8\xf5\xde\xad\xdf\x7d\ \xf0\xf3\x0f\xbe\xfe\xdd\x07\x7f\xb8\x75\xeb\x9b\xc7\xfd\xa3\xa3\ \x87\xc5\x62\xbb\xb8\x77\xfb\xf9\xdd\x7b\x77\x5e\x7c\xfd\xed\x87\ \x80\x5e\x1f\x5f\x1e\x7b\xf3\xdc\xd0\x55\xc2\xb9\x57\x2e\x9e\x1b\ \x19\x23\x0c\x81\xc7\x23\x93\xe9\x43\x84\x11\x34\x4a\x10\x90\x4a\ \x44\x1b\x22\x11\xa8\x04\x3a\x43\xc4\x00\x1f\x36\x04\xa6\x93\x3e\ \x44\x26\xd3\xc8\xe4\xd1\x8b\xc3\xc0\x5f\x54\x10\x36\x12\x9d\x48\ \xa1\x92\x47\x28\x34\x81\x8a\xa8\x52\xa0\xea\x75\x3a\x15\x5d\x38\ \x24\x53\x86\x46\x61\x0f\xc0\x3f\x28\x9b\x86\x81\x92\x42\xc1\x11\ \x72\xb4\x44\x0a\xc8\x96\x4a\x80\x26\x4a\xd0\xc8\x02\x54\xa2\x45\ \x15\x9d\xe6\xac\xa3\xd8\x19\xd3\x75\x40\x2b\xd5\xce\xce\x8e\xc9\ \xa4\xd8\x16\x81\x0b\x1c\x1b\x3b\x1d\x37\x8d\xac\x28\x03\xa4\x8a\ \x2c\x80\x07\x45\x60\x33\x29\xa8\x66\x5d\x45\x15\x31\x88\x0c\x01\ \x2a\x19\x45\x81\x10\x28\x60\x0b\xad\xb6\xa3\x29\x17\x2a\x34\xf1\ \x10\xcd\x3a\x44\x0d\x8c\x0c\x94\x24\xbf\x23\x50\x68\xaf\x99\x44\ \x0a\x2d\x91\x21\xda\xde\x41\xcb\xfa\x22\xc5\x8e\xf6\x65\x1d\xd6\ \xcb\xed\xbb\x6d\x85\x4e\xdc\xeb\xf7\x27\xb3\x79\x5d\xa7\xd1\xcc\ \x55\x74\x6b\x76\xdb\xdc\x8a\x2d\xb6\x69\x5c\x9a\x17\xf3\xa4\xe2\ \x85\xe9\x65\xcd\xaa\x5a\xb7\xb6\x5a\xb6\xed\x56\x72\xdd\x52\x36\ \x01\xaf\x75\x1f\x1c\x3a\x41\x33\x1a\x3a\x9f\x17\x0b\xe1\x71\x4f\ \xd7\xe3\xca\xe6\x0b\xb5\x94\xb7\x51\xc2\xaa\xb6\x7a\xae\xe2\x4f\ \x65\x3b\xee\x82\xb5\x04\xb2\x94\xf5\x45\x5d\x29\x5b\x36\xdb\x29\ \xa5\x22\x91\x46\xbe\x50\x2f\x74\x62\x19\x77\xbc\xd1\x8e\xbb\xf0\ \x54\xaf\xed\xc7\xfd\x0e\x57\xdf\x15\x0a\xb9\x22\x11\x4f\x28\x9f\ \xc7\xb0\x70\x08\x2b\x86\x40\xaf\xfc\x3e\x97\xd7\x9b\xf2\x15\x7c\ \x6e\x3c\x84\xe7\xf1\x68\x3b\xed\x4e\x37\x32\x51\x57\x3b\xe4\x76\ \x79\xa3\x58\x0a\xa0\xca\x15\x76\x87\x9d\x7e\xcc\x17\xc5\xd3\xae\ \x03\x67\x29\x9f\xea\x36\xb3\x25\x7f\xc4\xeb\xc5\xb3\xbe\x4c\xda\ \x51\x69\x78\x9b\x85\x50\x3e\xe2\x6d\xe0\x07\x11\x2c\xed\x4a\x0c\ \x9c\x61\xdc\x8f\x85\xc2\x29\x3c\x1e\x3e\x39\x08\xfb\xc2\x89\x74\ \xfa\x70\xcf\x1b\x69\x1f\x85\xb1\x70\xdf\x83\x0d\x42\x83\x9e\xb7\ \xd8\x4e\x0f\xc2\x47\xfb\x07\xfd\xbd\xbe\xa3\x57\x6c\xdf\x04\x4b\ \x79\xe2\x77\x85\x4e\x7a\x2e\x10\xdf\xdb\x27\xe9\xe3\x7b\x47\x83\ \xdb\xf7\x8f\x1e\x7c\x76\x72\xf2\xf0\xf1\x27\xcf\x7e\xff\xe9\xa3\ \xc7\x9f\xdc\xbb\xff\xfc\xc1\x8b\xfb\xf7\x1e\x7d\xf1\xe9\x8b\x17\ \xcf\x9e\x7f\xf1\xe2\x8b\xc7\x4f\xf7\xf6\xee\x9c\xdc\xdf\x07\x64\ \xbb\xfd\xe8\xf1\x83\x4f\x3e\x7b\xfe\xaf\x5f\x7d\xfc\x17\x3f\x78\ \xf3\xed\x33\x17\xdf\x38\x3b\x74\x79\xe8\xea\xd5\xe1\xd1\xb1\xb1\ \x11\x12\x81\x3c\x44\xa4\x02\x39\x91\xe1\x96\x4c\x20\x10\x69\x74\ \x32\x95\x30\x7c\x9a\xdd\x47\x1e\x21\x02\x50\x11\xc8\x04\x1a\x9d\ \x48\x1f\x19\x1e\x21\x20\x18\xa3\x0e\x9d\x23\x8c\x70\x04\x02\x34\ \xad\xd0\xb4\xbd\x23\xd2\x02\x4c\x31\xc8\x28\x5d\x8f\x41\xa6\x11\ \x50\x0c\x3c\x88\x1e\x5a\xb1\x47\x15\xa2\x2a\xb8\x45\x57\x08\xb5\ \xe8\xba\x26\x1d\x88\x48\x4b\x65\xec\x88\x68\xc8\xb1\x81\xcc\x51\ \x91\x5f\x34\xdd\x50\x5c\xfb\xc9\x0d\x2d\x90\x16\x18\x3c\x01\x08\ \x21\xe9\xcc\x30\x7d\x08\xe0\x8a\x08\x84\x25\x42\x2f\x01\x63\x48\ \x65\x50\xe9\x44\x2a\x47\xa5\x00\xaa\xa2\x12\x91\x20\xa1\x25\x75\ \x22\x55\xab\x15\x71\xb4\x40\x57\x22\x86\x02\x8d\x6a\xfd\xaf\x01\ \x62\x28\x72\xf4\xf4\xba\xa0\x49\x8b\x1a\xc0\xb7\xaf\xa3\xf1\x17\ \xd7\xb6\x4f\xa3\x48\x51\x0d\xb4\xd4\x2c\x1a\x00\x00\x20\x00\x49\ \x44\x41\x54\xe9\xcb\x33\xee\xe5\xf6\x9d\xb6\x7c\x06\x6c\x91\x2f\ \x17\xcb\xe8\xcd\x8d\x40\x30\x96\x33\x58\x37\x94\xba\x58\xd2\xbc\ \xb1\xaa\x9c\xe5\x09\xa5\x1a\x9d\x51\x67\x5c\xd5\xaf\x6f\xb4\x36\ \x72\x8d\x5a\x2a\xd3\xf0\xe4\x2d\x6e\xc0\x8d\x42\x2a\x90\xcf\xad\ \x17\x06\x83\x36\x9e\x71\x95\x13\xce\x58\xb4\x5a\xf0\xa7\x2a\x25\ \x4f\xbc\x5c\x68\xd4\xe3\xd5\x48\xc9\xdf\xb0\x37\x9a\xa9\x78\xde\ \x1d\x77\x44\x6d\x15\x6f\xd7\xbe\xeb\x28\x97\x01\xc0\xb2\x99\x6a\ \xd6\x9d\x29\xbb\x2b\x1d\x0c\x8f\xd6\x3b\x38\x5e\xca\x77\x33\x3e\ \x5f\xc9\x99\xca\xfa\xbc\x85\xb8\xd3\x9f\x28\x64\x1a\x51\x6f\xb4\ \xe5\x42\x4d\x85\xb5\x8e\x37\xd3\xf5\xed\x17\x7b\xae\x70\x28\xda\ \xf7\x38\xb1\xe2\xa0\xef\xf6\x7a\x9d\xde\xac\xdb\xb3\xdf\xdb\xeb\ \xfb\x23\x98\x03\x6f\xe3\x0e\x2f\x16\x89\xe6\xa3\x99\x02\xc0\x55\ \xa4\x94\x29\x45\x6a\x11\xb4\xb8\x95\x6e\x94\xdc\xed\xb6\x0f\x8d\ \x96\x70\x17\x5d\x0e\x3f\xe6\x09\x7b\xf7\x7a\x89\x04\xee\x2f\xee\ \xed\xf5\xd3\x27\xc7\x27\x61\x97\x2f\xdc\x3e\x74\x86\x7b\xfb\x83\ \x10\x20\x96\x6f\x90\xf0\xf4\x5d\x47\x87\x8e\xc4\x5e\x08\xe4\x30\ \xd1\x4e\xf7\xef\xef\x7b\x0e\x3d\xc5\xfd\x93\xbd\xc1\x41\x28\xb4\ \xdf\x6f\x1f\x1c\xf7\xda\x27\x77\x1f\xdd\x7c\x70\xb0\x77\xfb\xfe\ \x93\xc7\xfb\xf7\x8f\xee\xdd\x1e\x3c\x78\xba\xef\xec\xb9\xd3\x4e\ \x67\x7b\xef\x60\xbf\x77\xe7\x6e\xba\x8f\x85\x4e\xf6\x8f\xc2\x07\ \x0f\x1f\x3f\xbd\xff\xe4\xfe\x8b\xcf\x9e\x7f\xfb\xf9\x3b\x57\x7f\ \xf8\xf6\xeb\x17\xcf\x5e\x7c\xe5\xec\x6b\x23\x97\xcf\xa3\x69\x12\ \xa8\xfc\x8a\x4c\x61\x8c\x80\x1c\xa0\xca\x75\x14\xce\x4e\x43\x7d\ \x36\x04\x02\x95\x21\xa0\x92\x04\x74\x3a\x28\x1a\x05\x0c\x20\x69\ \x68\x78\x68\x04\x6e\x47\xc9\x24\x1a\x05\x2d\x6e\xd1\xc0\x96\x5d\ \xdb\xd1\x52\x55\x0c\x3a\x48\x14\xea\x97\x11\x11\x50\x17\x34\x11\ \x3d\x0d\x3a\x05\xb4\xc6\xa1\x0a\x50\x01\x17\x91\x0c\xd6\x8c\xaa\ \x12\x10\x68\x1c\xad\x82\x81\x42\x60\xfe\x2b\x29\xe6\xb4\xa5\x99\ \x81\x26\x12\xde\xb8\xb1\x7d\xed\x27\xd7\x4d\x68\xa9\x4b\x45\x1f\ \x1d\xa1\x8f\x0d\x03\x9b\xc1\x1b\x29\x0c\x40\x39\x3a\x9d\x03\x68\ \xc6\xa0\x11\x51\x6b\x0f\x95\xa8\x25\x9e\x36\x41\x03\x57\x71\x38\ \x9c\x6d\x2d\x1a\x1d\x66\x12\xa1\x3a\xaf\x9d\x6d\xb0\x83\x44\x14\ \x6f\x73\x4d\x85\x2e\x03\x08\xd0\xa2\x16\xec\x1c\xf9\xc4\x6d\x54\ \x00\x81\x52\x1b\x18\x5a\xd1\xcb\xc2\xd1\x97\xdb\x77\xdb\x4a\xf5\ \xb6\xdf\x15\xb1\xb5\xea\x6b\xc1\x92\xdd\xd6\x4d\x9a\xcd\xf6\x99\ \x4d\x73\x45\xb3\xbe\xb1\x3c\x23\x9e\x9d\x5d\x30\x6c\xae\xaf\xe9\ \x57\x35\x76\xbb\xa5\xd1\xed\xf8\x3a\x05\xb7\x37\x16\x77\x61\x91\ \xb8\xa3\xe0\x70\x06\xba\xae\xe2\xa1\xcf\x19\xef\xde\xf5\x34\xb3\ \xb5\x58\xd4\x11\xe8\x62\x99\x56\xb4\x62\x6f\xe2\xa5\x5a\x23\x16\ \xf0\xe0\x11\x10\xb9\x68\xb6\x11\x6c\x74\xfd\xbb\xb9\x48\xcd\xe7\ \x08\x56\x43\xce\x42\xc4\x1b\xcf\xba\xba\x81\x78\x1f\xf7\x15\xdc\ \x99\x88\xaf\xe3\x73\xbb\xfd\xee\x46\x2b\xea\xcf\x0d\xd0\x90\xfb\ \x68\x23\x9b\xca\xb8\x4a\x05\x30\x9d\xcd\xbc\xb7\x54\x69\x86\xd2\ \xee\x83\xc7\xce\xc2\x21\xde\xf5\xf7\x0e\x3c\x99\x46\x15\xcb\x17\ \x1c\x5e\xd7\xa0\x1d\x8e\x84\x06\xf5\x7c\xdb\xef\x75\xb9\x23\x3e\ \x57\x24\x1e\xc6\x71\xd7\x20\x9d\x4f\x95\x7c\xfb\x60\x44\x43\x85\ \x94\x2b\x1e\xc1\xb0\x74\x3f\x14\xcf\xf8\xa3\x29\x78\xd1\x20\xe1\ \xf3\x79\xc3\x29\x9f\xfb\xd0\xdf\x3b\xee\xdd\xbf\xef\x71\x14\xba\ \x69\x67\xb4\x0a\xa6\xb3\x94\x29\x86\x12\x91\xac\x17\x4b\xa5\x5d\ \x99\x4c\x24\xeb\xca\x44\x53\x6d\x8f\xc3\xd9\xdf\xbf\x93\x3e\xee\ \x0d\x42\xf1\x70\xc8\x13\x0e\x85\x3d\xae\x44\xd8\xe7\x0e\x1d\x85\ \x07\xbd\xbb\x87\xbd\x41\xa2\x77\x72\x7c\x70\x74\x70\x00\xb0\x17\ \xee\xf7\xfa\xc7\xa1\xa2\x2b\xe2\xec\x61\x05\x5f\x7a\x70\x1c\xf2\ \xbb\xee\xdd\xbf\x7f\xfb\xe8\xe4\xfd\x0f\x6f\xfd\xeb\x57\xbf\x7e\ \xe5\x07\xef\x5e\xbd\x78\xf9\xcc\xd8\xe5\xcb\x97\xc7\x00\xaf\xe8\ \x74\x3a\x0a\x3a\xa6\x83\xcb\x13\x08\x00\xa5\xc8\x34\x22\x09\x28\ \x89\x42\x23\xc1\xe3\x14\x90\x16\x32\x1d\x05\x1f\x83\x72\x8c\x0c\ \x11\x89\xc3\x74\x11\x85\x70\x6e\x08\x44\x4d\x40\xa5\xa3\x81\xf1\ \x00\x45\xe0\xff\x44\x64\xca\xa9\x7b\x63\x80\x2d\xa4\x8c\xd0\xc1\ \x33\xa2\x49\x5c\xc0\x4f\x64\x22\x0a\x7c\xa1\x10\x00\xa7\x38\x54\ \x0e\x70\x12\x85\xc6\xa0\x0a\xd0\x88\x40\x54\xa4\xa5\xa2\x22\xf8\ \x62\x08\x76\x4c\x02\x54\x87\x65\x32\xed\x5c\xbf\x66\x12\xd0\x55\ \xe4\xb3\xe7\x48\x23\xa3\x74\x34\xc4\x99\x4e\xa2\x52\xd1\x05\x00\ \x11\x9a\x2f\x46\x39\x4d\x8b\x47\x83\x08\x51\xb7\x20\x9a\x97\xaa\ \xd2\x0a\x04\x5a\x90\x42\xaa\x0a\x05\xd6\x88\xb4\x28\x6d\x54\xa1\ \x15\x11\x51\x04\x96\x40\x81\xe6\x5c\x98\xb6\x39\xaa\x1d\x54\xfe\ \x0e\xf7\x04\x14\xc1\x69\x5f\xb6\xea\xe5\x1a\xd6\xcb\xed\x3b\x0a\ \x56\x3e\xef\x28\xe4\x03\x85\x86\x21\x57\x49\x06\x5a\x1d\x90\xa6\ \x95\xe0\xae\x4d\xa3\x59\x98\x9e\x53\xce\xce\xea\x74\xeb\x2b\x06\ \x83\x7a\x63\x2b\x10\xec\x46\x3a\x91\x7c\xed\xf0\xb0\x52\x0b\x39\ \x5c\x29\x7f\xc4\xe7\xb3\x17\xf0\xa3\x93\xd0\x61\xb8\xe6\xf1\x6f\ \x65\xb2\x8d\x92\xa3\x16\x0d\x57\x9b\x78\x75\x2b\x95\x2f\x34\x1c\ \xc9\x5c\x36\x12\x76\xb9\x30\x50\x8d\x32\xee\xab\xb5\xb2\xf5\x66\ \x34\xb3\x5b\xf0\x76\xb2\xa5\x52\xb3\x9c\x2a\x07\xe3\xfd\x44\x22\ \x12\x89\xba\x1d\xe5\x38\x96\xc9\x3b\x9a\xa5\xbc\xdf\x71\xd8\x77\ \x87\x3d\x4e\x3c\x93\x8e\x47\xf2\x4e\x47\x1b\x8b\x02\xd5\xc5\x71\ \x7f\x1e\x1f\xec\x7b\x9c\x77\xdc\xbb\x20\x64\xe0\xe3\xea\x29\x57\ \xe1\x70\xe0\x0f\xef\x79\x32\x11\x4f\xcb\xb3\xbf\xd7\x4e\x17\x53\ \x0d\x0c\x77\x60\xce\x5e\xbb\xed\xc8\xf8\xeb\x78\x18\x38\x68\xbf\ \x56\x4a\x83\xc2\xc6\x51\xd1\x43\xa1\xe1\x4f\x39\xbc\x89\x62\xda\ \x1b\x0e\x67\x23\x45\x67\x18\x6b\x3f\x29\xbe\x77\x1b\xab\x45\x53\ \x51\x3c\xd5\x4c\x95\xb2\x8d\xa6\xcf\x19\xce\xd8\x0b\xae\x94\xb3\ \x50\xde\x6d\x34\x1a\x58\x1e\x0e\x1d\x0f\x0f\x0e\xef\xdc\x3c\xf6\ \x62\x89\x94\xc7\xe9\xce\x16\x3a\xe5\x52\xbe\x84\x17\xe2\xa9\x9a\ \x0f\x1c\xb0\xc7\x95\x4e\x1c\xde\x4c\xf8\x13\x2e\xcf\xc1\xc9\x81\ \x3b\x71\xd8\x8e\xb8\x1c\x6e\xb0\xb5\x0d\x3c\x9c\xee\xf5\xdc\x8e\ \xde\xe0\xe6\xc3\x87\xef\x7f\xf0\xdb\xaf\x3e\xfa\xc5\x8f\xde\xf8\ \x8b\xd7\xce\x8f\x8e\x9c\x19\xbe\x7c\xf5\xe2\xe8\x39\x70\x7a\x43\ \x54\x32\x60\x11\x8d\x43\x1e\x23\x12\x39\x34\x12\x0d\x80\x8a\x0e\ \xb7\x54\xd2\x30\x81\x82\x6a\x2c\xc9\x14\x32\x8d\x36\x84\xd2\xf4\ \x68\x02\x78\x8a\x46\xa1\x10\x08\x04\x94\xf0\x8e\x66\x70\x11\x05\ \x0a\xc6\x08\x95\x2a\x02\x33\xc9\xa0\x53\x04\x54\x0a\x1a\xd4\x0c\ \x7c\x45\x66\xa0\x85\x76\x05\x58\x45\x15\x85\xc8\x80\xd7\x31\x88\ \x44\x85\x82\x41\x26\xd2\x51\x18\xbc\x0a\x04\x8b\x80\x4a\x41\x51\ \xcd\xba\x48\x20\xda\x01\x4b\x78\x0d\x04\x6b\x07\x95\x51\x6d\x53\ \x28\x44\x70\x84\xc3\x04\x02\x83\x81\xea\xed\x51\x2c\x17\x99\x0a\ \xbb\x85\x3d\x72\x38\xa8\xf0\x02\xb5\x37\x23\x99\x02\x1f\x28\x40\ \xdd\x37\x5a\x2d\x83\x0c\xfa\xb5\x2d\x20\x9a\x44\x70\x30\x11\x4a\ \x1e\x15\x01\x56\x99\x80\xae\xd0\x38\x44\x11\xba\x7e\x08\x2f\xde\ \x16\xd1\x39\xa7\xdd\x8c\x26\xd3\xf7\x26\x98\xcc\x4b\x97\x26\xf9\ \x4a\xd9\xc4\x04\x53\xc8\xbe\x74\xe9\xd5\x09\x89\x98\x37\x2b\x64\ \xf3\x58\x42\x26\x77\x9c\x39\x7e\xe5\x12\x97\xcb\xe6\xb1\x99\x42\ \x89\x90\x3f\x39\xce\x65\xc9\x27\x98\x13\xe3\x72\x29\xeb\x02\x7b\ \x4a\xce\x67\x8d\x4f\x6d\x26\x2d\x8b\x8b\x2c\xae\x50\x22\x19\x97\ \xce\xf1\xa5\x2c\x16\x5f\x2a\x87\x77\x48\x84\x93\x3c\xe1\xf8\x15\ \x29\xeb\x55\xee\xec\x8c\xec\xc2\x05\x19\x93\xcd\xe7\xca\xb8\x62\ \x31\x93\x29\x95\x72\x61\x7f\x17\xc4\x0b\xb3\x7c\xd8\x29\x8f\x29\ \xe3\x33\x85\x17\xd8\x32\x1e\x5b\x22\x93\x88\x95\x8b\xe2\x71\x9e\ \x52\x2e\x95\x33\x2f\xc9\x94\x42\x36\x53\x22\x67\x4f\x70\x95\xd6\ \xe5\xb9\xe9\x25\xbe\x90\xc7\xe7\xcb\x85\x92\x71\x26\x9b\xc9\x93\ \x8e\xb3\x98\x7c\xa5\x58\xc8\x92\xc8\x64\x3c\x89\x54\x22\x96\xcd\ \xc2\x17\x7c\x64\x19\x5f\x2c\xe6\x71\xe5\x73\x52\x99\x04\x7e\xe0\ \x5d\xe2\xca\x95\xb3\xe3\x6c\xa1\x4c\x28\x11\x0b\x85\x7c\xae\x10\ \x3e\xdf\x94\x94\x3b\xc7\xe7\xc9\xc5\x62\xe1\xc2\x8c\x5c\x3e\x35\ \x25\x91\x5e\x60\xf2\xe7\x96\xd6\x35\x0b\x53\x9a\xc5\x19\x39\x5f\ \x0a\xaf\x64\xf2\x78\xe3\xc2\x29\x99\x4c\xc6\xe4\xb2\xb9\x7c\x16\ \x9b\xab\x59\x51\x1b\xcd\x06\x7b\x45\xb3\x69\x36\x2e\xb2\xd8\xcc\ \x2b\xe2\x05\xb1\x5c\x26\x5b\x10\x4a\x94\x73\xfa\xa5\x85\xd9\xd9\ \xc5\x29\xde\x94\x7e\x75\x56\x39\xb3\x38\x3f\x33\x37\x23\x5b\x54\ \xce\xcc\x4c\x29\xc5\x73\x52\xa9\x4c\xaa\x9c\x65\x89\x37\x0d\x2b\ \x4b\xf3\x66\xfd\xa2\xd5\xb6\xb2\x19\xdb\x58\x5b\x5c\x51\x2b\x97\ \x34\x6a\xa3\x6d\x7d\x71\xc3\x6e\x5b\x5f\xd8\x5c\xb3\x4c\xcf\xa9\ \xd5\xeb\xcb\x73\x7a\x63\x30\x59\xd9\x58\x31\xaf\xdb\xd6\x75\x9b\ \xc1\x4d\xfd\xbc\x52\xb9\xb0\x30\x3b\xad\xae\x1b\x66\x95\x0b\x86\ \x75\xdd\xe2\x72\x20\xa6\xd3\x1b\xd5\x1a\xf5\xf2\xfc\x7a\x29\x68\ \x53\xaa\x17\xd4\x86\x75\x4d\x2d\x7d\x68\x8f\xd9\x92\xd9\x92\xab\ \x5e\xe9\x36\x83\x3e\x4b\xb9\x0b\x3f\xb4\x92\xd5\x52\x37\xd7\xad\ \x35\x8d\x4b\x95\xc0\x72\xb5\x0a\x18\xb3\x6e\xad\x96\x2c\xbb\x76\ \x7b\xb7\x65\xcb\x6d\x19\xcc\x1a\xa3\xcd\xba\x5b\x2e\xc7\x2c\xb1\ \xcd\x92\xd7\xd7\x30\xa2\x20\x18\x6b\x2e\x12\xad\x96\xa2\x0d\x4b\ \xb5\xde\xb1\xd6\x3a\x66\x6b\xa5\xdc\x6a\x94\x2d\xad\x7c\xd1\x9f\ \x2e\x59\x4a\x79\x6b\xd9\x93\x4e\x87\x7a\xe9\x5c\xbe\xac\xab\xb8\ \xfd\xc5\x7c\x75\x6b\xb7\xb0\xa5\x0f\xee\x66\xeb\xc1\x0d\xe3\xc6\ \xbc\xd5\x6a\x31\xae\xce\xcd\x2d\xce\x4b\x24\x5b\xba\x75\xf5\xfa\ \xba\x1e\x7e\x9b\x8d\x4e\x23\x87\xb9\x7d\xa1\xfd\x60\x0e\xbf\xd9\ \x73\xba\x4a\x4e\xdc\x86\x1d\xf8\x43\x9e\x44\xbf\xb2\xe7\x0a\xa6\ \x7c\x8d\x60\x2a\x93\x70\x95\x1a\xfe\x78\xcb\xeb\x68\x16\xda\xad\ \x72\x24\xea\xf0\x7a\xb1\x6a\xcf\xb3\xe5\xcb\xe2\x8d\x52\x60\xb3\ \x19\xd9\xdc\xb5\x77\x5a\xb5\x52\x37\x13\x6e\x26\x0b\xfe\x86\x23\ \xef\xca\xf8\x33\x95\x2e\x16\xa9\xf5\x5c\x31\x4f\x36\x82\xf5\x7d\ \x8d\x70\xdb\x97\x1f\xd4\x0a\xf9\xfd\x28\xe6\xec\x34\x4a\xb1\x6a\ \xbc\xe8\x4e\x24\x06\xd8\xe0\xe9\x20\x13\x71\x78\x42\x03\x4f\xc9\ \x59\x68\x25\xda\xa9\xf6\xbd\x76\xc9\x1d\x09\x3a\x0e\x4e\xd2\x61\ \x3c\xdf\xc0\x33\x9e\xb4\x2b\xe4\x88\x78\x13\xbd\xbc\xdf\x8d\x25\ \x5c\xfe\x52\x08\x6b\x44\xbc\x0e\xdc\xd1\x0f\xa3\xc2\xad\x44\xdc\ \x7d\x18\x76\xf8\xdd\xc0\x73\x69\x77\xfa\xe8\x76\xfa\xb3\xdb\x19\ \xdc\xef\x2d\x44\xe3\x5d\x5f\xad\x0c\x00\x19\xcf\xc4\x3b\xa9\x70\ \x06\xef\x76\xfc\x78\xa1\x9b\xa9\x16\xbc\x29\xef\xcd\xfe\xed\x7b\ \x5f\xdc\x8d\x7a\x5c\x71\x67\x21\x53\x28\xb4\x72\x8d\x6e\xbd\x54\ \xc2\xe3\xad\x42\xbe\xdb\x72\x86\x12\xbd\xc4\x51\xc2\x71\x90\x4e\ \x27\x0e\xd2\xce\x8c\xdb\x97\xc1\xfc\x09\xaf\x3f\xec\xc4\x7a\x27\ \xa1\x5e\x38\xfd\xe8\xde\xa3\xaf\x9f\xdd\xfa\xcd\x2f\x7e\xfd\x8b\ \x1f\xbd\x76\xf9\x8d\x73\x97\x2f\x9e\x1d\x39\x37\xfc\xca\x6b\x97\ \x47\xcf\x9d\x1b\x39\x2d\xe5\xa2\x89\x18\xf4\x11\x2a\x28\xd1\x10\ \x89\x00\x82\x34\x4c\x20\x0d\xd3\x46\x46\x28\x1c\x01\x95\x41\x41\ \x85\x57\x74\x0e\x98\x45\x22\x58\x41\x3a\x69\x8c\xce\xa1\xa2\xb5\ \x25\x86\x40\x80\x8a\x09\x54\xc4\x31\x3a\x59\x84\x0a\x1c\x28\x44\ \x95\x08\x55\x7a\xd2\x80\xb2\x68\x34\xd4\x51\xc3\x40\xc3\x04\x51\ \xe6\xa8\x48\xc5\xa1\x51\x4e\x23\x8e\x51\x48\x3b\x9a\xa1\x23\xd8\ \x16\x71\x90\x75\xd3\x32\x54\x0c\xd5\x8d\xeb\xd7\xaf\x81\x62\x81\ \x5c\x99\xb6\x77\x6e\x08\xa8\xb4\x53\x4b\x48\x07\xb1\x03\x7b\x4a\ \x14\x51\xc8\x74\x91\x82\x21\xa0\x80\x75\x65\xa0\xb5\x2c\x05\x2a\ \x51\xd8\x46\x2d\x36\x28\x5f\x4b\xc5\x38\x65\x26\x14\x36\x8a\xca\ \x69\x4d\x54\x01\xca\x64\x40\x11\x0e\x5a\xb4\x70\x85\x68\x8c\xb1\ \xbd\xb3\xa3\x55\x69\xaf\x6b\x39\x20\x5a\x0a\x81\xc8\x24\xfa\xde\ \xab\xec\x4b\x13\x13\x13\x2c\x9e\x98\x79\xe1\x4f\x27\x98\xe3\xaf\ \xfe\xcf\x2b\x7c\x10\x22\xb6\x54\xc8\x83\x93\x96\x3b\x71\xe1\x7f\ \x8c\xb3\xb9\xac\x09\x26\x77\x42\x3c\xcb\x7e\xf5\x0a\x93\x09\x7a\ \xc5\x95\xcf\x4f\xb1\x58\x12\xb1\x94\xcf\xbf\x22\x37\xd8\xb6\x56\ \x17\x95\x20\x25\x12\xae\x4c\x2e\x64\x8d\x4b\x26\x58\x4a\x1e\xf3\ \x12\x0b\x1e\x00\x71\x12\x8e\xff\xe9\xa4\x52\x06\xc2\xc3\x62\xf1\ \xa4\xdc\x71\xb6\x8c\xc5\x1a\x9f\xe0\xf3\xf9\xcc\xc9\xf1\x29\x1e\ \x0f\x0e\xc0\x83\xbd\x48\xc7\x61\xe3\x8d\x4f\xf0\x40\x77\xe4\xb3\ \x52\x9e\x58\xc8\x95\x89\xb9\xb2\x39\xe1\x9c\x4c\x02\x3a\xc6\xe6\ \xcd\x6c\x6c\xce\xcd\x6b\x64\xe3\x2c\x9e\x50\x36\x23\x65\x8d\x8f\ \x4f\x4a\x64\xdc\x59\x36\x57\xc2\x1f\xe7\xc9\x67\xc5\x52\x1e\x5b\ \x0a\xaa\xc7\x66\xf1\x58\x2c\x16\x57\x2e\x93\xb0\x78\x72\xa5\x4c\ \xcc\x67\x8f\x2b\x85\x13\xe3\x12\xa1\x84\xcd\x9e\x14\x2f\x80\xe0\ \x8a\xc5\xca\x69\x16\x9f\x27\x14\xb2\x66\xe5\x62\xb9\x78\x86\x2d\ \x5e\x02\x49\x99\x97\xb0\x58\x42\xe1\xcc\xe2\xdc\xcc\xd4\xca\xca\ \xd4\xac\x54\xca\xe3\x73\xd9\xfc\x0b\x13\x13\x62\xa9\x4c\x0e\xbf\ \xf0\xc4\x04\x7b\x82\xcd\x46\xea\x62\x58\xdd\xd8\xd4\x6d\xe8\xed\ \x73\x6c\xe6\xa5\x3f\x9d\x94\xcb\xc4\xf3\xab\xab\x3c\xe1\xdc\xc2\ \xaa\x72\x41\x3d\xb3\x34\xcb\x5f\x32\x6b\x16\xe6\x17\xe7\x57\xd4\ \x0b\xd3\x92\xa5\x19\xa5\x72\x4e\x22\x96\xb0\x85\xf2\xa9\x39\x21\ \x4f\xa6\xb6\xaf\x28\xa7\x35\x7a\x8d\x41\xbf\x10\x28\x2f\x83\x00\ \x2d\xcf\xcf\x6b\xf4\x1b\xbb\xd3\xd3\x56\xc3\xaa\x71\x75\x75\xc5\ \x66\x9e\x9b\x9b\x5f\x9a\xb2\x1a\x97\x83\x95\x0d\x50\xa4\xd5\xa5\ \x65\xfd\xa6\xc1\xa2\x5b\x9b\x33\x4e\xe9\xd7\xa6\x35\xbb\xba\x79\ \xe5\xca\xba\xda\xb8\xb8\xd6\x0a\xea\xe1\xad\x86\x95\x39\x8d\xa6\ \x16\x08\x2c\xac\x2e\xcc\xe9\x56\x17\x63\xed\x03\x7b\xae\x55\xe9\ \xba\xe2\xbb\xbb\x51\x9b\xb9\xd1\x2a\xd7\x3a\xdd\x54\x39\x1b\xec\ \x64\x03\x81\x64\xbd\xa3\xdf\xd8\x5c\xcb\x95\x77\xb7\x92\x9d\xdd\ \x82\x7b\x6b\x37\x50\x4f\xf9\x0a\x81\x8d\x60\x70\xd3\x9a\x2c\xb7\ \x72\xea\x4d\x43\x2c\xe0\xdd\x8f\xd8\x6d\x56\xcb\x96\x4e\x17\xc4\ \xcb\xad\x58\x34\xb2\xd5\x0a\xd8\xca\x85\x5d\x5b\xb2\xe9\x8d\x5a\ \x2a\xeb\x96\x48\xde\x11\x8e\x07\x4b\x8d\x64\x2a\x95\x6e\x17\xfb\ \xce\x0e\xb6\x99\xf4\x45\x32\xbe\x78\xbe\x13\x6d\x18\xec\x01\x7b\ \x2c\x97\xb3\x6d\xae\x2f\x19\xf4\x81\xad\x75\xdd\xfc\xe2\xc2\x2c\ \xfc\x3a\x0b\xcb\x4b\x4b\x1a\xdb\xa6\x7d\x29\x56\x28\x45\x32\x05\ \x0c\x4f\xe6\x42\xb7\x0f\x22\xe1\x6a\xa4\x94\x74\x78\xf2\xf1\xb8\ \x3f\xdd\xd9\x2b\x76\x4b\xcd\x6e\x27\x55\x73\x7a\xb3\x85\x56\x38\ \xdf\x2d\x04\xeb\xe1\x6e\x33\x85\xe3\x6d\x7f\xbe\x84\x45\x2d\xa9\ \x5a\x3d\x95\x6f\x55\xb3\xf1\xdd\x6c\x2e\x8f\x8a\x3f\x53\xee\x56\ \x17\xdb\xc3\xe2\x98\x37\xea\x8c\x56\x22\xde\x54\x67\xdf\xd5\x48\ \xb4\x3a\x38\x56\x8d\x3a\x07\x4e\x57\xb8\xe6\x0e\x67\x1b\x58\xcb\ \x62\x6b\xee\x16\xe2\xce\xfd\x93\xe3\x3d\xcc\x73\x9c\x2f\xb9\xf6\ \xdc\xce\x48\xa6\x54\xac\x95\x3d\x61\x77\xf1\xee\x7e\x09\xcf\x94\ \xe3\xfe\xa2\x7f\xaf\x87\x3b\x22\x78\x7f\x90\xc1\x3c\xde\xd4\xde\ \x5e\x2a\x9f\x49\xfb\x13\xbe\xb8\x3b\xde\x8d\xfa\x22\x4e\xe7\xc0\ \x11\xe9\xe7\xc1\x5d\x86\x13\x7d\xbf\x03\x6b\x64\x5c\xe9\xf6\xc1\ \xcd\xc3\xe2\x17\x7b\xdd\x54\x3c\x1f\xad\x95\xe2\xee\x46\xad\xda\ \x6c\xc4\xf3\x80\x72\x9e\x48\xaa\xde\xc8\xb4\x0a\xb5\x6a\x39\x8f\ \x47\xfa\x7b\x7b\x83\x93\x47\x45\x6f\x38\x9d\xc0\x22\xbe\xb8\xa3\ \x53\xb3\x55\x3a\xd1\x52\xaa\xd0\xec\x94\xca\xb5\x6c\x3a\xe2\x71\ \x79\xdc\x98\xc7\x1d\x81\x03\x7b\x12\xf9\x7c\xda\xef\x28\x15\x00\ \xcc\xfc\x87\xc5\xc4\xe1\x5e\xfb\xe1\xa3\x27\x2f\xbe\xfd\xf2\xf3\ \x5f\xff\xec\x9d\xcb\x6f\x5c\xbe\x7a\xe6\xfc\xc5\x73\xaf\x5d\x1c\ \x3d\x7f\x99\x7e\x76\x98\x4c\xa2\x83\xd7\x23\x90\x55\x02\xca\x08\ \x8d\x4a\x1b\x1e\xa2\x93\x39\x20\x55\x68\x2c\x21\x0a\x70\xa7\x82\ \x88\xa1\xd5\x2a\x50\x2d\x3a\x6d\x84\x40\x1b\xbb\x38\x4c\xa3\x11\ \x29\xa7\x9d\x82\x20\x08\x22\x86\xc8\xc4\x19\x26\x10\x81\x85\xe8\ \x04\x01\x9a\xba\x0c\x0a\x47\xa6\x70\xe8\x34\x32\xaa\xb6\x02\x04\ \xa3\x51\x89\x5a\xad\x40\xc5\x40\xe3\x27\xe0\x11\xb4\x3c\x76\x5a\ \xe7\x40\x11\xa9\xc0\xe2\x01\x63\xa1\xe9\x5c\xd7\xae\x6d\x9b\x6e\ \x5c\x43\x09\x7b\xdb\x8a\x1d\x10\x23\xd2\xb9\x91\x33\x63\xa3\xe0\ \x52\xe9\x24\x06\xf8\x42\x3a\x9d\x28\xe2\xd0\x45\x74\x34\xa8\x9e\ \x21\x40\x39\x0c\x5a\xad\xc9\xa4\x42\x55\x13\x00\x78\x1c\x30\x89\ \x02\xad\x0a\x6e\x50\xfe\xb2\x42\xa5\x50\xec\x88\x50\xd1\x83\x40\ \x0b\xd6\x53\x84\xea\xdc\x51\xf3\x21\x5a\xf2\xda\xbe\x6e\x52\xed\ \x70\x88\x22\xd0\xb9\xef\xb1\x26\xc6\xe1\x8c\x64\x4a\x67\xa5\x13\ \x7f\x76\x65\xfc\xd2\x15\xf8\xba\x00\x8f\x8d\x03\x34\xf1\xd9\x2c\ \x26\x7b\x92\xc9\xe4\x4f\x4e\xc0\x43\x2c\x80\x24\xc0\xb1\x89\xc9\ \x4b\x4a\xf9\xec\x2c\x9f\xc7\x13\xcb\xf8\x12\xb6\xd2\x12\xb0\xaf\ \xcd\x88\xc5\xb3\x7c\xd0\x22\xf1\x2c\x97\xc9\xe5\xb2\x84\x6c\x29\ \x8b\x29\x93\xf0\x78\x7c\xe1\xa5\x2b\x97\x26\xb9\x5c\xc0\x33\x3e\ \x73\x9c\x09\xcc\x26\x66\xb1\xa4\x5c\xa9\x44\x38\x31\x31\x3e\x2b\ \x65\x4f\x8c\x4f\x72\x25\x42\xa1\x44\xca\xe7\xf1\xd9\x40\x32\x08\ \xe3\xc6\xd9\x13\x42\x99\x58\xc2\x67\x49\x66\x64\x53\x7c\x78\x42\ \x2a\x94\x2a\x8d\x46\xe5\xec\x9c\x8c\x25\x65\xc9\x24\x92\x45\xc9\ \x24\x4f\xca\x03\x41\x95\x02\xd5\x71\x25\x53\xf0\x4d\xcc\x13\x4a\ \x65\xec\x49\xbe\x5c\x2a\x15\x32\x65\x72\xb1\x74\x5c\x22\x9f\x95\ \xc9\x26\x79\xca\x69\x1e\x9b\x0f\x0c\xc6\xe7\x4b\x95\xc0\x66\xf2\ \xc5\xd9\x45\x9e\x90\xb5\x2c\x91\xcc\xca\x94\xb3\x33\xb3\xd2\x99\ \x05\xb1\x50\x09\x00\x05\x1f\x62\x51\xbf\x32\x3b\xbd\xbc\xba\x28\ \x91\xce\x4a\xd0\x7f\x90\x0b\x6c\x2e\x6f\x9c\x2b\x65\x5f\xba\x72\ \xe1\xd2\xc4\x85\x0b\xec\x15\xb3\xc6\x06\x7c\xb3\xa0\xde\x58\xb3\ \x4e\xf3\xb9\xcc\xf1\x09\x96\x70\x76\x7e\x61\x9e\xcf\x15\x2b\x97\ \xa7\x17\x34\x1a\xf5\xca\xdc\xbc\x59\xbd\xa0\x59\x58\x05\xbd\x92\ \xcf\xc1\xc9\xaa\x14\x4f\x4d\x2d\xf2\x85\x73\x53\x4a\xa9\x54\x3a\ \x9b\xd4\x4d\x29\x97\xd4\x36\xab\x5a\x6d\xac\xeb\xd6\xd4\xc6\xe5\ \x95\xc5\xd5\x55\xa3\x71\x55\xa9\x59\x9b\xdf\xd0\xa9\x97\x2c\xba\ \x85\xf9\xe5\xb5\x85\xad\xd5\x15\x63\x2e\xa0\x59\x37\xcc\xcd\xa8\ \x97\xd6\xb7\xac\x1a\xcd\x92\x61\x6e\x71\x71\x4a\x6d\xd7\x2c\xcf\ \xad\xae\x2f\x2d\xce\x69\xec\x5b\x86\x35\x0d\x68\x99\x75\x7e\x05\ \x6f\xea\x96\x74\x3a\xbd\xc5\xbc\xd4\x1c\x1c\x06\x9b\x85\x92\x1f\ \xcb\xf8\x2a\xdd\xad\x0a\xba\x62\xd7\x68\x35\x92\x5d\x5b\xb7\x13\ \xce\x6c\x75\xca\xf6\x98\x5d\x9d\xab\x16\x52\xb9\x6a\xb0\x59\xb5\ \x76\x02\x01\x7d\xbd\x9a\x0c\x04\x6c\x9b\xba\x96\xa3\x60\xb7\x6e\ \xac\x05\xd7\x2b\x85\x42\x26\x5f\xce\xd9\x92\xeb\xc1\x54\xb7\xd5\ \x32\x5a\x0b\x2d\x83\xae\xbc\x9b\xaa\xef\xee\xb6\xea\xb1\xe0\x4a\ \xc5\x53\xc3\xfc\x99\x7a\x23\xb5\x95\x49\xf8\xe3\xde\x84\xa3\x15\ \x89\x35\x5d\x5e\x00\x89\x66\x23\x52\xd5\x68\xb6\xcc\x96\xa0\x3d\ \x59\xb7\xaf\xc2\xde\xac\xab\x7a\xfd\xf2\xca\xac\x58\x1d\xd4\xcc\ \xab\x97\xd5\xc6\x4d\x9b\x66\x33\xef\x49\x55\x32\x77\xf2\xc1\x92\ \x33\x8d\x37\x1d\xbe\x68\xd5\xd6\x75\xc2\xc9\x9a\x77\x44\xfd\xa9\ \x4e\xde\x11\xe9\xfa\x9a\x09\xd7\x6e\xae\x9a\xc9\x66\x6a\xd5\x86\ \x33\x5e\x2b\x44\xfa\xe1\xa2\xa3\xe0\x8b\xeb\x52\xa9\x7a\x36\x5a\ \x6b\x39\x0b\xa0\x89\xa5\x02\xe6\xa9\xe2\xae\x4e\xb7\x9b\xce\x74\ \x1d\x0e\x4f\xda\x8b\xe5\x0b\x05\xcc\x5d\xca\x84\xeb\xf1\xbe\x23\ \xe3\xc2\x3c\xf9\x44\x28\x95\xca\xe0\xbe\x4c\x13\xbc\x6a\x6a\x37\ \x7f\x13\x0b\xef\x3d\x72\xba\xf6\xdd\xd9\x50\x3a\x54\x74\x66\x32\ \x61\x77\xa6\x8f\xbb\xc3\x77\x06\x58\xda\x1f\x71\xb4\xc3\x83\x62\ \x38\x32\x88\x64\xf7\x43\x40\x58\x1e\x9f\xb3\x5a\x00\x47\xe6\x1c\ \x78\xbc\x2e\x67\xad\xef\x74\xe1\x77\x8f\x71\x87\x37\x0a\xb6\x33\ \x52\xf2\x78\xf3\x89\x82\x23\xbc\x07\x82\xed\x3a\xfc\x34\x14\x8f\ \xc4\xb3\x51\x47\xb9\x14\x29\xf8\x52\x91\x6a\x21\x9b\x0d\x7b\xc2\ \x29\x3c\x18\xac\xc3\xff\x0a\x6f\x26\xe3\x6a\x74\x32\x19\xac\x57\ \xf4\xb6\x22\x19\x77\xba\xd5\xa9\xd6\xb3\xcd\x6e\xab\x9c\x49\x75\ \x6b\xdd\x7a\xb0\xe5\xcd\x46\xbb\x35\xcc\x15\x71\x65\xb1\x88\x3f\ \xe1\xcf\xe6\x33\x0d\xb7\x3f\x5e\x88\x82\xf2\xb9\x8a\x61\xff\xde\ \xc9\xd1\x93\x5b\xdf\x7e\xf0\xd1\xc7\x1f\xfd\xf0\x87\x3f\xf8\xd1\ \x6b\x17\x7f\x78\xf5\xfc\x9b\x67\x2f\x8e\x5e\xbe\x88\xc6\x46\x90\ \x80\xb0\x48\xc0\x4b\x02\xc6\xf0\x59\x0a\x15\xc8\x8a\x44\x04\xff\ \x46\x20\x10\xe9\xa3\x68\x4c\x2a\x01\xe5\x8a\xa2\x56\x68\x32\x28\ \x12\x7d\x6c\x74\x94\x42\x61\x50\x87\xa8\x34\xc0\x27\x81\x88\xa1\ \x55\x11\x55\x3b\x22\x02\x1d\x65\xe6\x11\x91\xeb\x03\xe0\xa2\x0a\ \xd0\xdc\x0a\x22\x85\x4a\xa1\x80\xdd\x63\x08\x88\x64\x91\x80\x84\ \xb2\x1d\xa8\x44\x74\x81\x0f\xf5\xec\x30\x90\x39\x44\x09\x80\x88\ \x8d\xb4\x02\x0e\x67\x07\x65\xba\xef\x98\xb4\xda\xed\xeb\x37\x76\ \x14\x54\xc1\xc8\xe8\xe8\x28\x69\x98\xce\x40\x63\xc5\x54\x1c\x0a\ \x18\x51\x01\x83\xa8\x15\xa1\xa2\x2d\x00\x39\xd5\xf6\xf6\x35\x24\ \x55\x22\x01\x32\x78\x20\x9a\x68\x65\x8a\x81\xa6\x82\x51\x45\x5a\ \x01\x03\xa0\x0b\x8d\x0e\x43\xd7\x1b\xc1\x2c\x82\x38\x89\x54\x0c\ \x54\x99\x45\x24\x33\x14\xda\xd3\x12\x52\x24\x58\x13\x13\x93\x6c\ \x1e\x93\xc9\x95\xf3\x2f\x5d\xba\x74\x85\xc7\x9d\x64\x5f\xb8\xc0\ \x05\xda\xe1\xcd\xf0\xc0\x12\x8e\x8b\x99\x13\x57\x26\x27\xaf\xb0\ \x98\x57\x78\x62\x2e\x1f\x5c\x23\x17\x70\x44\x36\x0b\x7a\xc0\x96\ \xf2\xb9\x12\x9e\x70\x05\xce\x1b\xf5\xb4\x14\x00\x89\x39\x29\x99\ \xe5\x83\xfb\xe2\x4d\x80\x66\x4d\x02\x19\x31\xd9\x62\xa0\xaa\x0b\ \xa0\x61\xe3\x4c\x3e\x97\xc5\x67\xf3\xb8\x7c\xf8\x23\x14\x4f\x71\ \xb9\x7c\xa6\x44\xc9\x9f\x18\xe7\x82\x7b\xe4\xb3\x65\x88\xd0\xe0\ \x13\xbc\xca\x04\x35\x9b\xe5\xb2\xc4\x73\x62\x36\x48\x20\x5f\xca\ \x9e\x04\x43\x08\x28\xa7\x5b\x9b\x92\xc8\x01\x91\x58\x5c\x70\x78\ \x12\x36\x58\x3f\x96\x54\xc2\x92\x4d\x4b\x90\x9c\xb1\xd0\xbe\x41\ \xb6\xb8\xf2\x85\x39\xa9\x5c\xcc\xe6\x4d\x49\xd8\x3c\x3e\xbc\x9c\ \x2d\x5b\x90\xcb\xc0\x9d\x01\x4c\xb1\x26\x64\xf3\x20\x5b\x92\x45\ \x39\x8f\xc5\x5d\x14\xf3\x94\x7c\xa9\x74\x5a\x2e\x9f\x99\x9f\x63\ \x09\x2f\x09\x85\x3c\xd6\xd4\xdc\xf2\xd2\xac\x06\x8c\x8c\x52\x29\ \x46\x42\x3d\x2e\xe1\x23\xb0\x64\x01\x60\xb1\x59\x93\x93\x17\x2e\ \x2d\x80\x48\x68\x74\x6b\x86\xcd\xd5\x8d\xc0\x22\x1f\x7e\x4f\x89\ \x78\x5e\x39\xbd\x3c\x2f\x03\xe1\x9b\x9e\x9b\x56\xaf\x02\x02\x4a\ \xe0\x3c\x5d\x11\xcb\xe6\xe6\x66\x66\xe4\x33\x92\xe9\x69\x09\x82\ \x2b\x84\x74\xf2\x39\xc9\x74\x76\x45\x3a\xb5\xbe\xb6\xbc\x65\x34\ \x04\xec\x96\x35\xfd\x8a\xce\xb0\xba\xbe\xbe\x6e\x85\x3b\x9a\xb5\ \xad\xcd\x85\x15\xb3\x7a\x7e\x66\xd9\xa6\x59\x33\x2e\x59\xca\xbb\ \xf3\x0b\x6b\x33\x4b\xeb\x2b\x0b\x06\x0b\x18\xbe\x15\xb9\x52\xbd\ \x68\xa8\x6c\xa8\xe7\x97\xd5\xeb\x46\xd9\x8c\xde\x90\xd4\x69\x56\ \x8c\x1a\x83\x41\xe7\xeb\x6e\x4c\x59\x35\xc1\x2d\xc3\x4c\x37\xed\ \x33\x6e\xd9\x9b\x20\x27\x4e\x6f\xa4\xbe\xd9\x2d\x77\xcb\xad\x4e\ \xbc\x5c\xb7\x36\xe3\x45\x57\xb6\x60\xb1\x37\x93\xab\xd9\x4c\xb5\ \x63\x30\x04\x4b\xb5\xcd\x46\x60\x59\x57\xe8\x9a\xb7\x8c\x1b\xeb\ \x7a\x8b\x3d\x99\x49\x05\x93\x36\x8d\x61\xb3\xd9\xe9\x96\xb2\x5d\ \xab\xc1\xdc\x69\x14\x7c\x39\x4d\x33\x19\xd3\x75\xea\xa5\x56\xa3\ \xb3\x69\xd9\xb2\x2e\xe4\x7a\x6e\xcc\xed\x68\xe1\x7e\x5b\xc6\xe1\ \x2b\x79\x8e\xfd\x55\x2c\xd6\x8c\xe0\x58\x04\x8f\xee\x46\x9a\x6b\ \xfa\xa6\x7d\x77\x37\x17\x08\x9a\x97\x74\x1b\xab\x6b\x7a\xf5\xfc\ \x94\x52\x28\x5c\xb3\x59\x34\x6a\xcd\x9a\xda\x6a\xb0\x6c\x95\x53\ \xad\x54\xef\xb1\x27\x97\x75\x24\x5c\x58\xb6\x9b\xc8\x24\xf3\xc7\ \x87\x37\xd3\x7e\xac\x9a\xae\x75\xf1\x7c\x34\x8e\xa7\xfc\x58\x30\ \x50\xaf\x75\x3b\x85\x9a\x2b\xd1\xe8\xe2\xfb\x7d\x67\x21\x12\xf5\ \x17\x2a\x05\x87\xb3\xdb\x00\x1f\x15\x48\xc6\xcb\xad\x4a\x64\x80\ \xe3\xf9\x7a\xd5\x9b\x2a\x44\x30\x47\xa9\x1d\x8f\x3a\x9d\x58\xc2\ \x93\xc5\x3c\x0d\xef\xc0\xe7\x09\xf9\xc3\x25\x47\x29\x85\x39\xfc\ \xb8\x2b\x5b\x8b\xbb\x7c\xa5\x92\xfb\xf0\x20\x5d\x8c\xba\x42\xf1\ \xec\xe1\xf1\x41\x3a\x14\x29\x0c\x6a\xfe\xb4\xbf\x74\x70\xd7\x93\ \x4d\x64\xb3\xd8\x31\x8e\xa7\xbd\x7e\x67\xa3\x94\xe8\xf7\xf6\x4f\ \x3c\xb5\x78\xac\x76\xd0\xee\xef\x1d\x86\x70\x67\xd1\x79\x38\xc0\ \xda\x03\x90\x93\x48\x3c\xed\x8b\xba\xdd\x59\xdc\x75\x18\x69\x87\ \xc2\xfd\xbd\x50\xef\xf6\x83\x74\xcd\x1d\x8d\xfa\x9d\xd9\xa8\x33\ \xd3\xcd\x7b\x7d\x19\xb7\xcb\x9b\x88\x62\xe1\x7a\xac\x13\x6b\xc5\ \x4b\x8d\x7c\xa4\xd1\x88\x66\xe3\xf9\x6c\x27\xd0\x71\xfb\x1c\xcd\ \x5a\x21\x90\xeb\x74\x5a\xf5\xa4\xbd\x5c\x2b\x34\xea\xd5\x2a\x18\ \xf6\x54\x2a\x8f\x27\x1c\x05\xbf\xaf\xed\x75\xba\xa2\x29\x97\x2f\ \x5b\xcd\x63\x98\x37\xdc\xf6\xf4\x8b\xed\x47\x5f\xbc\xf8\xed\xaf\ \x7e\xfd\xd6\x8f\xde\x7e\xeb\x8d\x9f\xbd\xfe\xf6\xdb\xaf\x9d\x7f\ \xe3\x8d\xb3\xa3\xaf\x9c\x1b\xa1\x8c\x8c\x8d\x8c\x91\x48\x34\x22\ \x87\x43\x64\xd0\xce\x8f\x0c\x91\x28\x23\x04\xb4\x30\x4e\xa3\x10\ \x09\xc0\x53\x54\x95\x80\x8a\x26\x11\xc2\x5d\x70\x8b\xa3\xa4\xd3\ \xca\x07\x0a\x87\x0c\x5a\x44\x45\x8b\x45\x0a\xaa\xea\x86\x49\x45\ \x46\x97\xee\xc0\xab\x11\x88\x28\xb6\x8a\x88\xec\x21\x72\x6f\x54\ \x02\x4a\xa0\xd1\x82\xa8\x10\x87\x48\x54\x2a\x59\x60\x12\x9d\x5e\ \x18\x44\x6b\xe6\x1c\xea\x29\x1d\x11\x45\x64\x14\x6c\xaa\xba\xfe\ \x53\x13\x2a\xc2\x42\x5f\xdb\x28\x4e\x81\x34\x7c\x6e\x94\x40\x02\ \xb3\x88\xd6\xc9\x88\x68\x28\x06\x91\x4a\x11\x09\x50\x89\x03\x9d\ \xa3\x10\xa0\x89\x39\x54\xb4\x8e\xc5\x51\xa8\xc8\x22\x54\x37\x41\ \xa6\xa2\xd5\x30\x06\xe7\x14\xba\x40\xd6\xb6\x19\x2a\x93\x56\xa5\ \x00\x23\xb8\x63\x52\x71\x4c\x02\x93\x4a\xab\x80\x4f\x0c\x62\x76\ \x1a\x1f\x68\x52\x7c\x6f\x7c\xf2\x12\x8b\x0d\x67\xa8\x8c\x37\x7e\ \x85\x35\xce\x66\x4d\xfc\xe9\xa4\x04\xce\xef\x71\xf0\x74\xdc\x71\ \xf0\x5a\x92\x89\x0b\x7f\x76\x81\xcb\x63\xfe\x4f\xa0\x16\x21\x9b\ \x25\x9e\x00\x7d\x00\x26\x9a\x9b\x95\x48\xb9\xfc\x19\x21\x7f\xc9\ \x62\xb5\xae\xaf\xcb\x25\x4c\xe6\x05\x30\x7b\x42\x1e\xda\x1b\x48\ \x04\x5b\xca\xbc\x70\x09\x1c\x1a\x7f\xfc\x12\x53\xc2\xbb\xf0\xea\ \x84\x54\x38\xc7\x67\x4f\x4c\x82\x6d\x03\x71\xe2\x0b\xc7\xb9\xc2\ \x29\x70\x56\x20\x35\x5c\x36\x13\x8c\xd3\x04\x8f\x25\x61\x4a\x79\ \xc0\x37\xd3\x3c\xb4\x2e\x05\xd8\xc4\x56\x2a\xc1\x1b\xca\xf9\x72\ \x2e\x4f\x6d\x9e\x9a\x9f\x9b\x92\x4c\x89\x65\x42\x19\x9f\xc5\x14\ \x4a\x79\xc2\x05\x29\x77\x61\x51\xca\x9d\xe4\x71\xc5\x20\x38\x7c\ \x9e\x98\x0f\x6f\x96\x4d\x81\x1d\x64\x2b\xc5\x2c\x36\x0b\xf6\xcc\ \x04\xa3\xc8\x96\x2d\xca\x81\xcb\x26\x61\x47\x12\xf6\x24\x0f\xbd\ \x79\x56\x29\x1c\x97\x4f\x89\xc5\x7c\xc0\x3d\xe5\x2c\x82\x38\x21\ \xff\x55\xa9\x64\x45\x2f\x9e\x5a\x5c\x59\x96\xc2\xb1\xf9\xdc\xc9\ \x49\x36\x73\xe2\xc2\xb8\x84\x0d\x16\x76\x52\x78\x61\xe2\xc2\xc4\ \xcc\xd6\xca\xda\xd2\xfa\x86\x55\xbf\xbc\x6a\x9e\x1b\x1f\x7f\x95\ \x29\x17\x2f\xcc\xa1\x54\xe0\x29\xfd\x92\x52\xbe\x02\x9e\x6e\x5e\ \x22\xd5\xeb\xd7\x56\x40\x1e\xe7\xe7\xc4\xc2\x19\xb9\x54\xcc\x9f\ \x5b\x5e\x5c\x9a\xe2\x5f\x62\x49\xa4\xbc\xd5\xa8\x46\x3a\xa5\x83\ \x73\x77\x63\xad\x1e\x0d\xae\xcf\xad\x03\x3a\xe9\x8d\x9a\xad\xa5\ \xa5\x35\xab\x6e\x63\x71\x59\xa3\x5b\x9d\x56\x4e\xaf\x81\x9d\x5a\ \xd9\xdc\xb4\xae\x4f\xab\x35\x1b\xab\x0b\xc0\x51\x9a\x69\xf5\xca\ \xb2\x7e\x7d\xcd\xd8\x08\xac\x4e\x4f\xab\x37\x56\x17\xd5\x66\x83\ \x7d\x0d\x1e\x5b\x5d\x5a\x5c\x0b\x75\xcd\x2b\x9b\xd3\xbb\xbb\x6b\ \x2b\xe6\x90\xdf\x90\xb4\xb4\x5a\xc1\x9a\x37\x12\xa9\x6d\x76\x0b\ \x1b\x39\x6b\x25\xd7\xb5\xad\x58\xcb\x69\xac\x65\x6f\xa2\xbc\xa9\ \x4a\x39\x56\x09\x5a\x8c\xcd\xfa\xa6\xad\x65\x0e\x46\x4b\xb5\x75\ \xbd\x71\x63\xcb\x6e\xdf\x2a\x5b\xd7\x6d\xbb\x1a\x6b\x2c\x90\x0c\ \xd4\x02\xeb\xe6\x4d\xcd\xd6\x6e\x2a\x9a\xdc\xb0\x95\xcc\xba\x5c\ \x27\x52\xdb\xb0\xd9\x0b\x49\x8b\x21\x75\x33\x91\x0e\x39\x9b\xf1\ \xc8\x56\x3d\xeb\x70\x27\x42\xb5\x52\xa2\x86\x37\x30\x57\xaa\x17\ \xaf\x7b\x62\xcb\xf6\x68\x29\x66\x6e\xd6\xca\x1b\x4b\x41\x83\xd5\ \x6c\xd4\x2f\xc2\xbf\x19\x92\x25\x8d\x5e\xbd\xb2\xba\xb2\x6e\xdd\ \xb5\xed\xe6\x72\xb1\x8e\xe3\x6e\xa8\xe9\x2d\xfa\xf2\x58\x34\x87\ \x79\x93\x4f\xf6\x06\x4e\x4f\xd8\x55\x70\x56\xcb\x51\x3c\x92\x6f\ \xe6\x9d\xfe\x1c\xf8\x4f\x1c\xce\x59\x87\xa7\xd9\x48\xb9\xb0\x90\ \x13\x77\x27\x1a\x15\x3c\x5a\x02\x0f\x9b\xc9\x67\xc1\x3a\x66\xa2\ \xbe\x70\xbd\xe4\x29\x80\x83\xf5\xba\xe3\xde\xf8\xa0\xd4\xcd\xf8\ \x42\x45\x57\xc3\xed\xe8\x14\x9d\x3e\x77\x1e\x73\x7a\x9d\xf1\x82\ \xcf\x17\x8d\x44\x30\xb0\x83\xb9\xa4\x2b\x7c\xe7\xc8\xdd\x8a\x79\ \xfb\x35\xfc\xa4\x87\x87\x3d\xa9\xb8\x23\xef\x77\xe3\xb5\xf6\x91\ \x2f\xeb\xac\xa6\xbc\x03\x87\xd3\xe9\x8b\x60\x79\xdc\x87\x87\xbd\ \x1e\x77\xc9\x9d\x4d\xed\x87\xb0\x7d\x90\x98\x41\x18\xdf\x3f\xe8\ \xa5\x1d\x58\xa6\xed\x8d\x84\xbd\x0e\x50\xb6\x78\xa2\x88\x45\xd2\ \x3e\x77\xef\xb8\xfd\xf4\x8b\xd4\xae\xc3\xe3\x77\x34\x5b\x91\x30\ \x1e\xa9\xe1\x09\x5f\x28\xef\xc4\x40\xb5\xf2\xb9\x4a\x25\x8f\xe1\ \x35\x3c\x53\xc9\xa6\xb2\xd1\xe6\xae\xad\x55\x40\xf1\xd0\xb6\x58\ \xa5\x10\x8d\x46\xab\xcd\x8d\x72\xb6\x53\x8d\x46\x9b\x8d\x42\x1e\ \xfe\x11\x71\x86\x06\x18\xee\xcb\x67\x33\x60\x1a\x7d\x79\x5f\x23\ \xe2\xf4\xfa\xc3\x89\xfd\x41\xf1\xfe\xa3\xe7\x1f\x7e\xf4\xd1\xcf\ \xde\xfe\xe1\xeb\xef\xbe\xfd\xfa\xc5\xd7\x5e\x3f\x7f\xfe\xad\xf3\ \x63\xe7\xce\x9c\x1b\x19\x19\x01\xd7\x05\x0a\x45\x26\x92\xd0\xbc\ \x1b\x2a\x1a\x8c\x83\xe6\xa6\x92\x08\x14\x06\x61\x18\x1c\xa1\x49\ \x41\x1a\x1e\xa1\xd1\x87\xe9\x64\xda\x08\x78\x34\x0a\xca\xca\x82\ \xbf\x44\x60\x15\x0a\x91\x4c\x55\x89\x50\xc4\x0b\x85\xa8\xe0\xd0\ \x18\x64\x1a\x99\x0a\x38\x75\xba\x44\x2f\x00\x2a\x22\xa2\x84\x64\ \x04\x66\x68\xf2\x0e\x81\x08\x8f\xa8\x88\x44\x22\x9d\x80\x24\x4b\ \x84\x7a\x00\x19\xa8\x7e\x9d\xa3\x50\x08\x38\xaa\x1b\x7f\x75\x63\ \xe7\xfa\xf5\x9d\x6b\xd7\x55\x2a\xc5\xf5\x6b\x5a\xf2\xf9\x73\xe7\ \x87\x87\x86\x4f\x55\x91\x8c\x0a\x1f\x40\x97\x68\x14\x13\x87\x8c\ \xd4\x52\x80\xda\x06\x51\xb7\x8e\x00\xf8\x0c\xbc\x25\x32\x7e\x02\ \x80\x3c\xd4\x7d\x8d\xf2\x20\x54\xe0\x38\x15\x3b\x37\x40\x14\x89\ \xda\xeb\xd7\xd0\x5c\x2f\x05\x07\x6e\xb4\xf0\x3c\x91\x03\x06\x11\ \x05\x26\x23\x4b\x78\x69\x52\xc8\x1c\x1f\x67\x73\x85\xcc\x3f\xe5\ \xf2\x2f\x4c\x4e\xbe\x7a\x49\x2a\xe5\x32\x27\x99\x13\x3c\xfe\xe4\ \x38\x53\xc8\x9e\xbc\xf0\x3f\x26\xc7\x5f\x9d\x98\x98\x50\x4a\xb8\ \x17\x98\x42\x1e\x62\x28\x09\x18\x3e\x21\x93\xc9\x04\x79\x58\xdd\ \xd0\x6f\x59\x97\xe0\xec\x14\xb2\x98\x2c\xb1\x4c\x32\xce\x03\xa0\ \x90\xf3\xc1\x42\xf2\xd9\x12\x78\xf1\xa5\x4b\x5c\x19\x38\x4b\xe6\ \x04\xd0\xd1\x85\x2b\xa0\x49\x7c\x39\x93\xcf\x67\x03\x72\xc9\xa7\ \xa4\x32\x26\x20\x9c\x10\x64\x91\xcd\xba\xc4\x64\xf1\xb8\x42\x78\ \x4e\xce\x92\x28\xa7\xe5\x70\x1f\x20\x88\x0f\x3c\x04\x52\x24\xd5\ \xd8\xe7\x96\x16\xa7\x25\x53\x00\x5b\x5c\x36\x8f\xc5\x56\x4e\x8c\ \x03\x61\x49\x94\x62\x21\x97\x0d\x16\x4e\x2a\x95\x81\x3f\x05\x22\ \x03\x86\xe2\x4b\x24\x4a\x2e\x17\xad\x9a\x2b\x85\x13\x40\x79\xfc\ \x39\xf9\x0c\xb0\x0e\x5f\x22\xbc\xc0\x93\xca\x59\x3c\x1e\x77\x8a\ \x2f\x9c\x14\xce\x4b\x67\x79\x72\xf1\x14\x62\x39\xf0\xc3\x52\xf8\ \x10\x2b\x46\xd9\xd4\xfc\xd2\xf4\x94\x58\x2a\x61\x33\x79\xcc\xf1\ \xc9\x0b\xf0\x8d\xcd\x63\x5f\xf9\xb3\xf1\xf1\xf1\x4b\x93\x8b\x9b\ \x60\xfb\x96\xd7\x74\xcb\x9b\xfa\x0d\xf5\x85\x2b\x57\x2e\x4c\xcd\ \x0a\x95\x4a\xf9\x8c\x8c\x3f\x37\x2b\x5d\x9c\x9e\x9f\x5a\x5f\x10\ \x8a\xf5\x2b\xd3\xd3\x33\x0b\xf3\x73\x52\x31\x6f\x4e\x09\x0c\x36\ \xb7\xa2\x56\x32\x85\x62\x89\x6c\x56\xb8\x5c\x52\xcb\x65\x4b\x73\ \x86\x55\xdd\xb2\xbe\xaa\x9b\x9b\x52\xab\xd7\xcd\xba\x69\x8d\x6e\ \x65\x61\xcd\x6a\x58\xdb\x54\x2f\x5a\x74\x8b\xd3\xcb\x8b\x73\xcb\ \xc6\xb9\xcd\x66\x52\xb7\xb4\xae\x5c\x5a\xd8\x30\x06\x73\xc6\xc5\ \xd5\xe5\xc5\xd5\xf5\x35\xb5\xdd\xb8\x22\x5e\x9c\xd7\x2f\xae\xaf\ \x5b\x8c\x81\x75\xe3\xfa\xe2\x92\x5e\xb7\x80\x35\x96\x66\xd6\x97\ \xf4\xb6\x55\x75\x20\x1e\xb7\x34\x03\xc1\x6a\x3d\x0a\x7e\xa6\xbc\ \x61\x6d\xb5\xac\xe6\xa0\xc5\x16\xd8\xb5\x9a\x33\x21\x9b\x3e\xb6\ \xbc\xb9\xa5\x87\x7f\xde\x1b\x35\xdb\x66\xac\xaa\x57\x07\xed\xb6\ \x4a\xd0\x6c\x09\x58\xd6\x2d\x9a\xac\x3d\x00\x2a\x99\x5c\x35\x58\ \x5b\x95\x52\x34\xa8\x4b\xda\xcd\xf9\x4c\xad\x61\xdf\xb5\xd5\xb7\ \x36\x4b\xad\xec\xee\xda\x96\xb9\x9a\xdc\x50\x37\x71\xcc\xeb\x73\ \x59\xf2\x99\xcd\x3a\xe6\xf1\xfb\x1c\xfe\x02\x1a\xbe\x97\x8f\x62\ \xd1\x66\xa5\x64\x5f\xdb\xe8\xd4\x0d\x5b\xc9\xad\x4d\xb3\xce\xb8\ \x66\xb1\xe8\xf5\x8b\xea\x05\xb9\x64\xd9\x6c\x33\xac\xac\x2e\xad\ \x5a\xb6\xec\x95\x5c\xd9\x55\xf5\xfe\x7e\x2f\xe3\xc4\xdc\x78\xa3\ \x12\xcf\xd4\xec\xfb\x7b\x99\x6a\xfe\x8e\xcb\xd1\xeb\x36\x52\xa9\ \x2a\x9e\x2a\x79\x1c\x41\x73\x34\x51\xaa\xe1\x39\x37\x56\x8d\xc6\ \x9d\x60\xe5\x42\xa9\x78\xa1\x8c\x45\xbb\x60\x3d\xb3\xa9\x40\xd6\ \x57\x29\xc7\xd3\x58\xc1\xe5\xe8\xba\xd3\x29\x1f\x96\x88\xfb\xb1\ \x56\xa3\xe1\xf5\x84\xb2\x4d\x6f\xb8\x52\xc2\x22\x98\xdf\x81\xa7\ \xdd\xa5\xc6\xdd\x7d\x77\x06\xcf\xa6\x6a\x81\x68\xd5\xe9\xed\x63\ \xd1\x7a\xb7\xed\x29\xb9\x9c\xa9\xb0\xcf\xe3\xf3\x14\x23\xfd\x36\ \x9e\xe9\x1d\xf8\xf1\x5e\xa1\x06\x92\xe8\x71\x67\xb3\xed\x14\xe6\ \xc1\xd2\x6d\xdc\xd1\xf0\x76\xa3\xe9\xbb\xce\x30\x10\xda\xbe\xaf\ \x11\xc6\x5c\x98\xd3\x1f\xf5\xfb\x1d\x5e\xf0\x6e\xe0\x19\x0f\xbc\ \x19\x57\x1b\x73\xbb\x0e\xda\x5f\x7c\xe1\x4d\x45\xbc\x99\x72\x29\ \xeb\x0a\x45\x4a\xf5\x88\xb3\xe6\x28\x25\xb0\xb8\xbf\x56\xe8\xee\ \x76\x53\x78\x0a\xf3\x65\x77\x53\x85\x42\xb5\x95\x29\x17\xaa\xb9\ \x66\xa9\xdc\xed\x54\xbb\xbe\x6c\x37\xd9\xcc\xc6\x01\x66\x1b\xdd\ \x7a\x24\x13\xad\x95\x3a\x59\x5f\xcf\x15\xe9\x14\xf2\x98\xdb\x99\ \xf1\x97\xf2\xf1\x48\x1e\xef\xed\x1d\x17\x5d\xc7\x9f\x7c\xfa\xc1\ \x87\xbf\xf9\xd5\x0f\x7e\xf0\xa3\x37\xaf\xbe\x75\xf5\xe2\xd5\x77\ \xde\xb8\x7c\x71\x64\x8c\x3e\x72\x16\x05\xb4\xa3\x50\xe4\x21\x2a\ \xe8\x08\x63\x84\x86\x8a\xd0\x29\x0c\x22\x79\x68\x78\x88\x40\x1b\ \x39\x33\x02\x58\x04\x0a\x83\x12\x19\xa8\x04\xda\x10\x65\x98\x0e\ \xf0\x45\x19\xa1\x88\x38\x0c\xb4\x60\x2e\x22\x02\xd6\x08\x00\x7a\ \x48\x0c\x11\x03\x70\x87\xc1\xa0\x22\x19\x62\x90\xe9\x04\x0e\x95\ \x46\x21\xa3\xe4\x2a\x90\x36\x32\x45\x80\x0a\xe9\x19\x1c\x14\xef\ \xc0\x01\x2b\x49\x46\x93\x52\xa9\x14\xc1\x36\x4a\x6b\x10\x9c\x06\ \x88\x9a\xd0\xd8\xe7\xed\x9d\x6b\x26\xf0\x6c\xd7\x76\xa8\x44\xc2\ \xd9\x91\x11\xfa\x59\xba\x88\x48\x47\xf3\x5b\x29\x74\x06\x72\x82\ \x28\x4c\x8b\x42\x41\x73\x28\x18\xaa\xd3\x02\x2c\x85\x96\x48\xe5\ \x08\x40\x80\xe0\x59\x54\x46\x0a\x7a\x49\xe5\x28\xd0\x82\xbe\x00\ \x3e\x0f\x38\x4e\x93\x76\x67\x07\x45\x36\x08\xb4\x2a\x93\xc2\x04\ \x6f\x46\x55\xa3\x68\x18\xab\x40\xf5\x3d\xee\xa5\x49\x16\xf3\xd2\ \xe4\x84\x44\xc2\xbc\xc4\x14\xb2\xd8\x97\x26\x81\x1d\x58\x93\xe3\ \x17\x58\x5c\x29\x13\x40\x05\x4e\x56\xa0\xa5\x09\xde\xe4\x05\xa9\ \x58\x3e\x09\xb2\x33\x0e\xe4\x30\xa3\x04\xbd\x1a\x97\x8f\xb3\xd8\ \xcc\x45\x83\x7d\x6b\x6b\x6d\x56\x0a\xf4\x35\x29\xe4\x8b\x67\x99\ \x68\x75\x89\x79\xe5\x02\x5b\xc8\xe5\xcb\xc5\x60\x23\xd9\x42\x89\ \x1c\x2d\xac\x9f\xae\x88\xb3\x66\x27\x26\xc0\x4a\xb2\x00\xc3\xf8\ \xc8\xfe\x09\xd9\xfc\x53\x9f\x08\x6a\x26\x45\x4b\xe8\x60\x32\xb9\ \x62\xf0\x58\xf0\x6f\xb3\x44\x0e\x86\x0a\x1d\x4e\x2e\x11\x2f\x6e\ \x18\x96\xe7\x74\x33\xb2\xa9\x19\x19\xeb\x82\x6c\x4a\xaa\x1c\x67\ \x89\x67\x64\xbc\xe9\x25\x2e\xd8\x50\xd0\x21\x99\x4c\x39\x2b\x01\ \xec\x03\x6e\x12\x0b\x81\xd1\x26\xd0\x7e\xe5\x62\x90\x0a\x2e\x3c\ \x33\x07\x2e\x8f\x2b\xe4\xf1\xe4\x72\xb9\x0c\x0e\xc6\x12\x4f\x31\ \xd9\x52\xa1\x52\x32\x2b\x03\x77\xaa\xe4\xf2\x85\x32\xae\x84\xcd\ \x57\xeb\xc5\xb3\x8b\x0b\x12\xa1\x4c\x2a\x63\x73\xa5\x3c\xf6\xc4\ \x15\x26\x17\x04\x70\xfc\x12\xe0\x21\xeb\xd2\x85\xa5\x8d\x15\x83\ \xd9\x6a\xdd\xdc\xb4\xac\x6f\x2e\x4c\x5c\xba\x32\x39\x3d\x27\x5e\ \x9e\x99\xd2\xc8\x79\x42\xf1\xec\xbc\x72\x7e\x1a\x08\x6b\x6a\x73\ \x65\x6a\x61\x61\x66\x61\x79\x5e\x2e\x5b\x9c\x52\xce\x8a\x67\xa6\ \x97\xc0\x55\xcf\xc9\xa6\xe7\x95\x2b\xb5\x5d\xb5\x7c\x65\x7d\x2b\ \x69\x9c\x37\xb4\x36\x57\xe7\xcd\xfa\x19\x0d\xa2\x35\xe3\xd2\xaa\ \x61\x6d\x3d\x60\x58\xd0\x2f\x4d\x4f\xaf\x2c\x2d\xab\x57\x57\xf5\ \x99\xe0\xf2\xc2\xb2\x7a\x7e\xd5\x62\x86\xa3\xa9\x57\xf4\xfa\x95\ \x35\xdb\x9a\x7d\x63\x6d\x0e\x20\x4f\xb7\xa9\x37\xe4\x02\x56\xbd\ \x6e\x65\x6d\xa5\xb3\xe9\x2d\x18\xd4\xba\xad\x25\x43\xd0\x60\x76\ \x66\x74\xc6\xa4\x2d\xdb\x68\xe5\xba\xde\x6e\x2c\x16\xb4\x05\xb6\ \x36\xb7\x02\x3c\x41\x0a\x25\x00\x00\x20\x00\x49\x44\x41\x54\x2d\ \xfd\x56\x33\x95\x2a\x98\xb7\x74\x9d\x80\xae\x56\xae\x17\x6c\x41\ \x73\x2c\xa0\xcb\x55\xcc\x3a\xb3\xd9\xb8\x99\xd4\xaf\x6f\xd8\x32\ \x8d\xa0\x15\x3e\x82\xb9\xb2\x5b\x33\xc6\x72\x6b\x96\x8c\x21\xe9\ \x77\xd7\x6d\xb6\x9c\xa5\xba\x66\xf1\x96\x7c\x4d\xbb\x25\x66\xaf\ \xd9\xd6\x2d\xf1\x48\xc8\x85\xe5\xba\x59\x9b\x63\x70\x18\xf6\xde\ \xc3\x6a\xbe\x72\x29\x92\xc2\xc2\x99\x72\xd5\x1d\x4d\x9a\x73\xb9\ \xdd\x5a\x73\xcb\xa0\x5b\x5a\xb1\x76\x76\x75\xa8\xac\x41\x39\xbb\ \xbe\xb5\x01\xbf\xb0\x66\x3d\x66\x9d\xb1\x65\x9c\xf1\xe8\xc1\x33\ \x7f\xca\xb5\x77\xe7\x28\xed\xc9\xef\x77\x82\x9e\x04\xa8\x40\xbb\ \xe5\x3b\xc8\x95\x0b\x91\x92\xcf\xdb\x2a\x77\x5a\xe5\x68\xaa\xdc\ \xc8\x76\x22\x58\x37\xed\xf6\xb9\xb2\xed\x42\x1c\xab\x94\x3c\x2d\ \xaf\x23\xd5\x00\x1c\xca\x66\x77\x6b\x1d\x57\xc8\xef\xc8\x34\x6e\ \x86\x71\xdc\xed\x0a\xf7\x1d\x99\x24\xf8\xbb\xdb\x11\x7f\x2f\x1c\ \x8f\xdf\xdc\x2b\x34\x7c\x0e\x77\xb8\x14\x69\xef\xb9\xbc\x61\x90\ \xb9\x8e\x2f\xe2\x77\xe5\xe3\x58\xab\x1b\xf6\x64\xc0\x37\x1e\xee\ \x87\x91\x69\x73\x7a\x5c\xce\xde\x11\x96\x71\x96\x52\xb8\xcb\x8f\ \xb7\x4b\x91\x50\xca\xe7\x47\xa8\x95\xf2\x3b\xba\x91\x50\x78\xcf\ \x1f\xf2\xb9\x1d\xbe\x78\xa6\x5a\x4b\xb7\xc3\x71\xf8\xa8\xf7\x9c\ \x59\xd7\xcd\x13\xe7\x9e\x33\x0a\xaf\xbf\xd9\x7f\x72\xe7\xeb\xcf\ \x60\xd7\xee\x6a\xdc\x59\x0b\xf9\x32\xd1\x52\xc6\x95\x71\x24\xfa\ \x2e\x4f\x3c\x55\xaa\x66\xdd\x85\x78\x03\x4f\x65\x4b\xd1\x4c\x25\ \x93\x6d\xd5\x3a\xb5\x7a\x19\xfe\x96\xc0\x09\x76\x6d\xb9\x6a\xa6\ \x5a\x4f\x39\xa2\xe5\x12\x08\x6c\x23\xef\xf6\x82\x59\xc5\xf1\x0c\ \x1e\x6d\x60\xee\x78\xa6\x84\x39\x9c\x6e\x4f\xff\x41\xff\xf0\xd1\ \x8b\x5b\x5f\x7d\xfc\xee\x5f\xbc\xfb\xc3\x37\x5f\x7f\xe5\xdd\x77\ \xdf\x78\xed\xcd\xb7\x5f\x1b\x26\x91\x08\x63\x04\x1a\x8d\x46\x66\ \xd0\x49\x43\x88\xb1\xc8\xa8\x38\x94\x46\x05\x4a\x12\xd1\x87\x86\ \x45\x40\x45\xc3\x54\x22\xd8\x2d\x01\x6d\x64\x88\x32\x36\x3a\x34\ \x36\x02\xe2\x45\x05\x78\xa2\x51\x04\x00\x39\x0c\x1a\xf5\x74\xad\ \x5b\x21\x52\x30\x48\x0c\x8e\x4a\x04\x42\x85\x16\xa5\x50\xec\x15\ \x1d\xed\x97\x0c\x7b\xa6\x72\xc8\x20\x5d\x34\x8e\x8a\x42\x16\xd0\ \xa8\x1c\x0a\x4a\x4f\x86\xa7\x68\xa8\x84\x9d\x83\xfa\x95\x29\x0c\ \x81\x56\x04\x0a\x04\x78\x75\xe3\x3a\x1a\x4c\xa8\xdd\xde\xb9\xb1\ \xc3\x51\x0d\x5d\x3c\x33\x42\x1f\x01\x9d\xa2\x31\x04\x54\x05\x91\ \x40\x27\xd2\x91\x2d\x04\x4c\x03\x8d\x04\x50\x42\x8a\xa9\x65\xa8\ \x14\x02\xb4\x36\x85\xb2\xe6\x41\x3f\xb5\x60\x38\x01\xc5\x14\x00\ \x69\xa6\xd3\x2e\x20\x85\xc2\xc4\x40\x51\xca\xa7\xb1\xa3\xf0\xf0\ \x36\x83\x0a\xee\xf1\x34\x86\xd4\xa4\xfa\x1e\x6b\xe2\x55\x26\xf3\ \xd5\x2b\x13\xf2\xb9\xf1\x2b\x7f\x76\x85\x79\x69\x82\x39\xc9\x92\ \x03\x10\xb1\xb9\xe3\x32\xee\xc4\x04\x97\xcd\x07\xb7\x06\x3f\x4f\ \x5e\x10\xce\x48\xd8\xe3\x93\x52\x90\x9d\x49\xbe\x7c\x9a\xcf\xe4\ \xf1\x2f\x31\xb9\x4c\x96\xb1\x99\x5c\x5a\x9a\x15\xb3\xc6\x85\x3c\ \xee\x24\x0b\xad\x6b\x81\x1b\xbb\x72\x01\xcc\xa0\x10\xc0\x09\x5d\ \x80\x94\xc8\x58\xe3\x7c\x10\x43\x96\x50\x38\x2e\x64\x5e\xe0\x4a\ \xf9\x2c\xbe\x8c\x0b\xf4\x32\xc1\x16\xca\xc0\x9a\xf1\x98\xd2\x09\ \x00\x33\xb4\x50\x0e\x74\x36\x3f\x35\x2b\x17\x03\x18\x89\x65\xca\ \x79\x39\x9b\xc7\x94\xaf\xcc\x88\x17\x0c\xea\xe9\x69\xdd\x3c\x4f\ \x39\xc5\x93\xb1\x58\x52\xc0\x39\xe0\x28\xa0\x31\x25\x8b\xab\x9c\ \x03\x42\x13\xce\x4a\xa6\x66\xd9\x53\x73\x1a\xdd\x2c\xbc\x5b\x08\ \xc7\xe6\x09\xa5\xe0\xf6\x84\x4a\xf1\xdc\xe2\xf4\x94\x4c\x3e\xc1\ \x83\xe3\x09\xe5\x93\x52\xb1\x58\x29\x94\x2f\x4b\x98\x42\x35\x6a\ \x75\x63\x4a\x16\x96\x24\xb3\xb3\xa0\xca\x52\xe1\x12\xdc\x5b\x9b\ \x93\x2a\x25\xf0\x81\x26\x5e\xbd\xc4\x85\x8f\x3a\x81\xc0\x10\xfd\ \x97\x60\x4d\x4e\xf0\xd5\x2b\xe6\x0d\xc3\x96\x25\x68\x5d\xb4\x1a\ \x99\xe0\xa3\x97\x56\xc5\x72\xae\x54\xbd\x28\x85\xcf\x2d\x96\x4c\ \xad\xa2\xf9\x0b\x53\xf3\x92\xb9\x29\xf9\x8c\x5a\xcd\x97\x4e\x29\ \xe1\x74\x9d\x9d\x9a\xe6\xb2\xc5\x4a\xf9\xc2\xf4\xec\x42\xc7\xbc\ \xac\x5c\x5a\x37\x2e\xac\xeb\xf4\x36\xa3\x65\x6d\x63\x7d\x7e\x65\ \xd3\x00\x28\xb2\x34\xbd\x06\x32\x04\x5e\xd2\xb0\x32\x35\xab\x5e\ \x59\xd4\xaf\x19\x6b\xad\xcd\xc5\x85\xb5\x75\x43\x65\x73\xc3\x30\ \xbf\xb0\xa4\x5b\x5d\xdd\xdc\x54\x5b\x34\x06\xc0\xaf\x35\xcd\xda\ \xa6\x39\x59\x36\xae\xaa\x17\x34\xea\x55\x8b\xaf\x6a\x5c\xd0\x6d\ \x2d\x2c\x2d\x69\x36\x31\x97\xc6\xd8\x0c\xec\x76\xeb\x8d\x40\xa1\ \x63\x76\xec\x96\xed\xad\xa4\xad\xda\x5c\xb3\x27\x3b\xe5\xe0\x56\ \x30\xe8\xc9\x6d\x56\x3a\x01\x7b\x20\xb6\xd1\x69\xe9\xba\xc1\xe4\ \x6e\xb5\x6e\xb3\xd4\x76\xd7\x72\x95\x4c\xbc\x19\x58\x35\xb6\x6c\ \x1b\xb9\x80\x7a\xd9\x6c\xdc\x2d\xaf\xd9\xf2\xd1\x6a\xa7\x92\xac\ \x74\x03\xea\x4a\x6d\x3f\xda\xd1\xac\x35\x92\xc6\x8d\xae\xc3\x81\ \xe1\x91\x40\x36\x6f\x2f\xf9\x13\xbd\xf4\x91\xbf\xe9\xca\xd5\x7c\ \x79\x47\x1b\x8f\xd9\xb2\xc9\x5c\x2e\x97\xac\xb4\x92\x1a\xdb\xfa\ \x9c\x31\x68\xde\xb0\x2e\x2c\x4d\xc9\x24\x53\x6b\x3a\x83\xd1\xbc\ \xb1\xae\x37\x58\xe7\x75\xa9\x7c\x19\x3f\x79\x94\x6f\x78\xc3\xfe\ \xf4\x5e\xaf\x14\x2d\xc4\xdb\x89\xfd\x63\xcc\xd5\xf8\xff\x68\x7a\ \x17\xdf\xc4\xee\x34\xcf\x3b\xb6\x01\x81\x6d\x0a\x0b\x52\x14\x70\ \x8e\x1d\x13\x4c\xe0\x04\x53\x80\x03\x14\x04\x48\x88\x00\xa7\xb9\ \x04\x64\x0a\x10\x61\x09\xc7\xdc\x29\x96\xeb\xa1\x5d\x1c\xae\x65\ \xae\x02\x0c\xe5\xd6\x38\x72\xab\xda\xd3\x3d\x55\xca\x4c\x69\x5b\ \xb5\xb5\x3d\xbb\x1a\xcd\x9b\x28\x3d\x51\xb7\xb4\xdb\x9d\x6d\xcd\ \xce\x6c\xab\x7b\x7a\x7a\xa4\xd1\x4c\xf4\xce\x3f\xf2\x3e\x3f\xb7\ \xde\x4e\x75\x5d\x30\x1c\x8e\x91\xce\xc7\xdf\xcf\xef\x3c\xbf\xe7\ \xa1\x2b\x31\x80\xcb\xeb\x3c\x3d\x59\x34\x9b\x93\x74\x6a\x30\x1d\ \x8e\x5b\xb3\x6e\xa5\x76\x41\xa6\x52\x74\xa1\x32\x6b\x93\x74\x75\ \xd5\x1f\x53\x95\xc4\x60\x3a\x1a\xaf\x52\x89\x5a\x63\x32\x4a\xa6\ \xab\x64\xa3\x5c\xc9\xe4\xa8\x4e\x22\x73\xd1\xa8\x16\x2e\x2a\x3d\ \xaa\xd2\x18\x54\x73\xe4\x2c\xd9\x1b\xb4\x2a\xe7\x15\x9a\x1e\x24\ \xbf\x82\x08\xf8\xbc\x45\xbe\x5a\x2d\x6f\xae\x67\xa9\x2c\xf9\xd5\ \xf3\xf6\x34\x99\x6a\xa6\xf2\xb9\xca\xab\x57\xe3\x42\x3b\x40\x67\ \x2b\x64\xf6\xd9\x45\xeb\x2a\x4f\x3e\x4f\x50\xd5\x6a\xad\x90\xa6\ \xe8\xfe\x2a\x7b\x5e\x4e\x93\x64\x26\x31\x5b\xa4\xa9\xf3\xcc\x62\ \x30\xe8\x97\x3b\xad\x5c\x23\x93\xca\xa6\x7a\xe7\x69\xf2\xf9\xc5\ \xeb\xc6\x1f\xbf\x01\x29\xed\xa5\x92\xd9\x3e\x99\x9c\xf4\xdb\x54\ \xe6\x32\x95\xa3\x2b\x99\x46\xae\x03\x60\x9d\xb6\x7b\xed\xe4\x8c\ \x9a\xf6\x11\xc5\x63\xc3\x49\x7d\x34\x1b\x0c\x8a\xc5\x49\x1f\x7c\ \x7d\xd5\x6d\xe6\x6a\x79\x6a\x4a\xf7\xe9\xcc\x80\xee\x24\x92\xa9\ \x1e\x40\xb5\xd0\x03\xbc\xd1\x68\xf8\x75\xa2\x71\x71\x79\xf1\xea\ \x57\xbf\xff\xee\xa7\xbf\xfe\xf5\x0f\x7e\xf0\xfd\x4f\x3f\x79\xff\ \x83\x77\x3f\xf8\xfe\x47\xef\xbf\x77\x6f\x6d\x1b\x0d\xc9\x59\x03\ \xb4\xac\x6f\x6c\x6f\x6c\x1e\x81\x09\xb2\x37\x37\x90\xcf\xa1\x96\ \x7d\xcc\x9d\x0d\x10\xbb\x0d\xb0\x37\x16\x03\x02\xd6\xd6\xc6\xbd\ \xb7\xb6\xdf\xdc\x60\x32\x19\x1b\x77\x38\xeb\x10\x8c\xc4\x47\x2c\ \xf6\x3a\x13\x38\x85\xe2\xd1\xc9\xe1\x6d\x0b\xe3\x75\x26\x07\xf5\ \xc4\x92\x71\x37\x6f\x8b\x1e\x80\x28\x6c\xd6\xd1\xa1\x6c\x7d\x8d\ \xcd\x42\x53\x9a\x8f\xd6\x36\xd6\xd9\x90\x91\x36\x18\xcc\x4d\x26\ \x6a\xdf\x80\xb6\x4d\x03\x56\x18\x68\x27\xb3\xec\xf4\xc7\x4f\x3e\ \x7f\x82\xba\x23\xa3\x5d\xd0\x4f\x8e\xc5\x5b\x6f\x6d\xa1\x51\x63\ \xeb\x32\x06\x9a\xc4\x83\xce\x88\x01\x67\x02\x72\xc8\x94\x41\x00\ \x64\xa1\x52\x55\xee\x1e\x5b\x8c\x76\x56\x83\x01\x6e\x33\xc4\xa0\ \x7f\x27\x88\x99\xe8\x1e\xe1\xde\xfa\xde\x6d\x7f\x86\x47\x47\xc7\ \x7f\x6a\xd3\x70\xfc\x58\x76\x8c\x16\xe8\xd1\x80\x9e\xdb\x11\x15\ \xe2\xd3\xa3\x37\x04\xa2\x03\xd1\xc1\x87\x70\xc5\xf2\x85\x82\x7d\ \x91\xe8\x40\x08\x91\x0b\x25\x27\x30\x2f\x4c\x28\x10\xf0\x15\x22\ \xd1\xfd\x03\x01\xff\x40\xb0\xcb\x03\x00\x3d\xe0\x09\x85\xbb\x82\ \xfb\x22\x42\x0e\x29\x06\xdb\x17\x61\x18\x11\x0f\xfa\xed\x6a\x9d\ \x91\x2f\x90\xe0\xf7\x85\x10\xb3\x0e\x44\x70\xfd\xef\x0b\x84\x4a\ \x78\xb1\x48\x82\x01\xf3\x24\x20\x6e\x2a\x25\xc8\x98\x10\x03\xc7\ \xc3\xa4\x12\x89\x10\xc2\x0b\xa4\x37\x11\xae\x56\x69\xe4\x84\x12\ \x82\x90\x44\xa9\xd1\x99\x75\x6a\x33\x01\x78\x51\xe8\x94\x12\x95\ \x4e\x22\xd7\x98\x09\xa1\x52\x02\xe1\x45\x6a\x8e\x85\x34\x36\x97\ \x11\xbc\x10\x12\x14\xc4\x35\x90\x2c\x42\xa5\x56\x4b\x55\x72\x5c\ \xa3\x56\x48\xcd\x18\xa6\x31\x28\x84\x06\x9d\x25\xa0\x31\xaa\x21\ \x67\xe1\x1a\x70\x40\x42\x0a\xd9\x47\xa9\x32\x1b\x0d\x3a\x15\x9c\ \x27\x00\x52\x2f\xc1\x8d\x6a\xb9\x02\x53\x48\x85\x3a\x9b\x46\xa9\ \xd0\x28\x14\x66\x3d\x06\x47\x54\x62\x7c\x85\xd1\x67\x52\xe8\x71\ \xb0\x44\xe9\x01\x86\x62\x27\x9c\xef\xfe\x7d\xc8\x7c\x3c\x9e\x40\ \x28\x3c\x10\x48\x8d\x66\x0f\x5a\x1e\x0f\xd8\xdc\x3e\x2f\xba\xbd\ \x69\xd1\x11\x10\x26\x35\x66\x10\x57\x03\xae\xb4\xd8\x5c\x0e\x88\ \x54\x4a\xc2\xa4\x56\xa8\xb5\x46\x29\x90\x58\xca\x83\x4c\x6a\x52\ \xe2\x2a\x3d\xb2\x50\x63\x3f\xaa\xd7\x3b\xdd\x9e\x88\xd7\x64\xeb\ \x46\x02\x46\xaf\x1b\xd2\x93\xcb\x57\x0a\xb8\x2c\x4e\x5b\x3c\x70\ \x16\x0a\x85\x54\x84\xd1\xe3\xb0\x3a\xbd\xb1\xe1\xc8\xe7\x75\x7b\ \x9c\xf6\xa0\xdb\xe7\xd6\xd9\x8c\x46\x87\xcd\x61\xb2\xc5\x7c\x5e\ \x9d\xd6\xe4\x73\x7a\x9d\xb1\x7e\xd1\x6f\xb1\xdb\x6c\x7e\x5f\x84\ \x1a\xc7\x2d\x36\xf0\x4a\x9b\xcb\x47\x26\x3c\xf6\xb3\x70\x78\xd8\ \xce\x86\x97\xfd\x40\x7f\x3c\xa9\x83\x81\x74\xa6\xf5\x40\x38\x16\ \x8b\x45\xbb\xb1\x6c\xd3\xd6\xad\x47\xeb\x8b\x98\x3b\x06\x4e\x32\ \x9e\x14\xc7\xc9\x92\x73\x19\xf5\x8c\x27\xe3\x60\xb7\x1e\x39\x0b\ \xba\xfc\xd1\x7a\x30\x0c\x4f\x59\x95\x7c\xcb\xfa\x68\x3e\x9c\x7a\ \x96\x63\x77\x73\x01\x36\xb5\xf0\x96\xce\x02\x91\x5a\xbe\x96\xeb\ \x8d\xe7\xd9\xce\x7c\xda\xcf\xa5\xae\xa8\x55\xbe\x52\x1f\x64\xba\ \xbd\x0c\x19\x29\x2e\xe3\x7e\xcf\x3c\x32\x0a\x06\xbc\xc5\xa0\xc5\ \x1f\x8c\x00\xb0\x6c\x3a\xa5\xca\x60\xf5\x78\x3c\x6e\xa3\xc9\x1b\ \x8a\xda\x02\xa5\x4a\x71\xf4\xf2\xab\x49\xb5\x91\xca\x64\xae\xc8\ \x4e\x66\x11\xbe\x29\x37\x32\x8d\xf3\x59\xb2\x31\x4f\x16\xe0\xd2\ \x5f\x4d\xb3\xd5\x61\xaa\x4d\x8f\xeb\x63\xea\x59\x7a\xd9\x28\x27\ \x13\xc9\x8b\xd4\xb3\xe7\x9d\x7c\x72\x30\x5e\xd5\xaa\x9d\x2b\xba\ \xd6\xeb\x77\xb2\x95\x76\x9b\x5a\x76\x2a\xbd\x64\x3a\x57\xc9\xa7\ \x2b\xbd\xdc\x45\xa2\x9c\xcd\x50\xad\x6c\x22\x75\x5e\x4e\x50\x95\ \x64\x35\x57\x18\x50\xf9\x4c\x03\x84\x2d\x75\x35\xeb\x17\x2a\xc9\ \xf3\x8b\x59\xf5\x26\x31\x49\xf6\x0a\xd7\xd9\xf6\x34\x47\x8e\xcb\ \xd9\x41\xf9\xeb\xc6\x24\x3b\x98\x16\xca\xa9\x46\x0d\x8d\x92\x47\ \xed\x6d\x1a\x64\x2f\x4f\x65\xf3\x89\x42\x35\x75\xd3\xc8\xf7\x6e\ \xc6\x83\x74\xb6\x95\x2a\x77\x66\xf9\x5e\x27\x93\xb8\xbc\xac\x64\ \x13\xcf\xca\x59\xb2\x91\xb8\x78\xf6\xb2\xfc\xdd\xe5\x72\xdc\xce\ \x55\xc7\xb3\x5a\xa5\x02\xf8\xed\xa5\xc0\x01\xd3\x9d\x5e\xaa\x47\ \xf7\xc9\xe1\x2c\x47\xa5\x2e\xab\xd3\x52\x7d\x34\x5d\x94\x16\xab\ \xda\x68\x55\x9f\x0e\x4b\x75\xb2\x0f\x3f\x2b\x16\x8b\x68\x67\xda\ \xcf\xd2\x54\xae\x9d\xcf\x53\x54\x81\x22\x33\xb3\x2a\x55\x1b\xb7\ \x5b\x85\x6a\x2e\x91\x2d\x27\x2b\xcf\x5f\x7f\xf1\x7f\x7e\xf7\xdd\ \x4f\x7f\xfa\x83\xbf\xfd\xe4\xe1\x27\x1f\xbd\xf7\xce\x07\xef\xbd\ \xf7\xce\xdb\x6f\xdd\xbb\xb7\xb3\xb5\xbd\xb5\xcd\xd9\x58\x63\x32\ \x18\x5b\x9b\x1b\x9b\xcc\xb5\xed\x0d\xe6\xf6\x16\x7b\x1d\xf2\x10\ \x9b\x0d\x31\x08\x95\x8f\x6e\xde\x41\x15\x08\xdb\x60\x78\x1b\x6f\ \xbf\xbd\xb1\x71\x67\x6d\x8d\xb9\xcd\x16\xb3\x8e\xb9\xeb\xa8\x9b\ \x3a\x8b\x89\x06\x6b\xa1\xc6\x53\x08\x56\x7b\x5c\xd4\x4c\x86\xc1\ \x12\xcb\x50\xb9\xd5\xba\x98\xcb\xdc\x63\xa0\x5d\xc9\x10\x69\xe0\ \x20\x08\x61\xc8\x17\xe1\x95\xe0\x8a\x9b\x90\x74\x38\x9c\x75\x31\ \x1b\xdd\xb5\x13\x33\xd8\xa8\xeb\xfa\xe7\x8f\x1f\xa3\x29\x14\x8f\ \x4f\x4e\x0f\x51\xcb\xaa\x3b\x77\xb6\xef\xdc\xd9\x81\x48\xc5\xd9\ \x66\x33\x37\x36\x98\x60\x9d\x7b\x68\xce\xd8\x3a\x8b\xbb\x0e\xdc\ \x3c\x04\xce\x22\xfd\x63\x71\x59\xa8\xa1\x0d\xea\x71\x03\xfa\xc9\ \xda\x83\x03\x43\x7c\x42\xc3\xc0\xc4\x87\x7f\xaa\x97\x40\xdb\xa9\ \x8f\xf7\xd0\x50\xd5\xc3\xdb\x0e\x82\x62\x80\x19\x48\xe1\xe9\xc9\ \x1b\x07\x07\x3c\x6c\x7f\x57\xc4\xc3\x77\x85\xfb\x22\x9e\x60\x57\ \x04\xff\xe1\x10\x5a\x84\x42\x81\x08\xae\xd5\x7d\x70\x3d\x78\x64\ \x1f\x22\x93\x08\x53\x0a\x76\xf7\x45\xbb\xbc\xfd\xfd\x5d\x8d\x41\ \x8b\xf3\xe1\x59\x38\x8e\xbb\xba\x21\x87\xc6\x66\x51\xe1\x2a\x29\ \x4f\x81\x63\x84\x44\x2a\xd7\x60\xc2\x5d\x9e\x44\x82\x81\x5e\xe1\ \x52\x3d\xae\x50\x48\x79\x52\xbd\xda\xa2\x51\x42\x56\x11\x0a\xa4\ \x1a\x1c\x0e\x0d\x92\xc8\x17\x28\xec\x6a\x9b\x46\x6b\x24\xe4\x12\ \xbe\xca\xa0\x53\xe8\x2c\x26\x1d\x58\x9f\xd2\xa0\x45\x0c\xd1\x9a\ \xf4\x6a\x3e\x5f\xae\xb5\x5a\xf5\x86\x61\xcc\x65\x77\xc7\xed\x5e\ \xb7\x59\xa3\x91\x4a\x15\x1a\x3d\xa1\xd6\x43\x38\x53\x68\x08\x8d\ \xc5\x4e\x98\xd0\x30\x3c\x15\xa6\x77\x68\xdd\x0e\xb7\x5e\xab\xd6\ \xe3\x06\x83\x46\x27\x57\xc3\x93\x54\x6a\xb8\xde\x2d\x10\x83\x08\ \x14\xe1\x70\x29\x2a\xfb\x52\x0a\x94\x4a\x80\x99\x44\x80\x8b\x40\ \x24\xf9\x42\x85\x4a\xa3\xd8\xc7\x74\x26\xb4\x80\xa5\x91\xeb\xf0\ \x7d\x4c\x22\x11\x40\x76\xc4\xe1\x3b\xc5\xa5\xc0\x6e\xde\x3e\x8f\ \x2f\x31\x99\xdd\x41\x8f\x2b\x14\x40\x0d\xc5\x15\x90\xcd\x2c\x66\ \x9c\x10\x62\x5a\xbb\x4a\xae\x90\xcb\xb5\x6a\x93\xd6\xa8\x57\x9a\ \x35\x72\x8d\x1e\xd7\x79\x2d\x0a\xad\x4a\xad\xd3\x4b\xb5\x1a\xb5\ \x12\x23\xb4\x0a\xb9\x52\xa5\x59\x8d\xb4\x98\xc5\xef\x77\x04\xac\ \xde\x5a\xd3\x0f\xf9\xc8\x1f\x74\xbb\xdd\x7e\xab\xc9\x66\x32\xfb\ \x42\xa5\x80\xdf\x6d\x31\x19\x4d\x66\xbb\xdf\xef\x3b\x3b\x0b\xda\ \x9d\x46\x9b\xd9\xef\x75\xc5\xdd\x3a\xb5\xc3\x69\x35\x5b\x8c\xc1\ \xa8\x5b\x6f\xd6\x39\x42\x4e\x67\x18\x50\xe2\x80\xc0\x07\x31\x86\ \x9a\x75\x2d\x76\x8b\xc9\xeb\xf4\x15\xcf\xcf\xe3\xa6\xf9\x38\x5f\ \x1d\xd4\xe2\xd3\x45\xb8\x53\x9d\x06\xeb\xe3\xc9\x62\x1a\xf6\x47\ \xc3\xae\xd8\x02\x3c\x24\xe0\x8a\x8d\x26\xf4\xb8\x19\x0d\xaf\x4a\ \xd3\x59\xd4\x1d\x69\x34\xfd\xf5\xa2\x3d\x5a\x8f\x79\xfc\xee\xd0\ \x02\x94\x77\x54\x0a\xe7\xeb\x9e\xba\xd3\x3c\x1f\x9f\x51\x1d\x38\ \xf4\xaa\xeb\xee\x2c\xd0\x2e\xc0\x78\xb7\x1b\xf1\x57\x6b\x14\x45\ \xa7\xa7\xb5\x76\xb8\xd0\x4e\xe4\x49\x72\xd0\xc9\x4f\xe8\x6c\x9f\ \xee\x4c\x8a\xc3\x71\xa0\xde\xec\x4c\x83\x91\x6e\x38\x18\x36\x04\ \x9b\x71\xbb\xd3\x6e\xb4\xaa\x2d\x6a\x6b\xd3\xe9\x0d\xf9\x5d\x9e\ \xb8\xd7\x19\xec\x24\x07\xa3\x97\xbf\x49\xd4\x92\xad\xcb\xd6\x75\ \xad\x93\x5d\x2e\x9f\x7f\x59\xcd\x3f\xbb\x58\xb6\x1b\x9d\x6a\x7b\ \x51\xa5\xfa\xa3\x46\x79\x75\x3e\xed\x4c\x7a\x6d\xfa\x3a\x9b\x6d\ \x55\xf3\xed\xd6\x79\xe1\xea\x65\x77\x52\xa0\x12\x74\xbb\x4b\x25\ \xa8\x4e\xaa\xda\x27\x0b\x74\x2e\xdb\x4f\x5f\x34\x12\x54\xed\xa2\ \xd2\xca\xe5\x5a\x24\x99\x4a\x00\x3e\x6b\xab\xdc\x55\xb9\x91\xce\ \x56\xca\xf9\x16\x80\x26\x9d\xcc\xad\x12\x95\x5e\x7b\x90\x3b\xcf\ \xf4\x40\x87\xcb\xe9\x59\xb5\x75\x9e\x49\xaf\x66\xad\xf4\xf0\x82\ \x2c\x34\x32\xe7\xf9\x46\x67\x9e\xa3\x5b\x8d\xdc\xb2\x9d\x22\xc7\ \x99\x4c\xa2\x51\xcd\x40\xf4\xe9\xa7\x33\x95\xf2\x2c\x3b\xad\xb6\ \xaa\x89\x67\xa9\xcc\x39\xb8\x5e\xb6\x47\xa7\xdb\xa9\xd6\x65\xb2\ \x70\x9e\x4b\xa7\x33\xc9\xea\x37\x5f\xdd\xfc\xe5\x0d\x45\xb5\x29\ \x72\x59\x6f\xe7\xc8\xde\x80\x6e\xe7\xc9\x6c\x3b\x9d\xaf\xbc\x48\ \x96\x6b\x54\x07\xbe\xd2\x4b\x0d\x26\xc3\x51\xb7\x5f\x8c\xf7\xa8\ \xd2\xb0\x3f\x9f\xcd\x3a\x67\xbd\xda\xbc\x3e\x5f\x50\xb5\xe1\x84\ \xaa\x8e\x3b\xed\x7e\x87\x5a\x75\xc8\x5e\x21\x57\xed\x4d\x06\xb5\ \x5e\x35\x53\xc8\x57\x7b\xd4\x45\xe5\xc5\x97\xdf\xfe\xec\x67\xff\ \xf1\x3f\xff\xee\x93\xcf\x1e\x3e\x7c\xf8\xee\x7b\x9f\x7e\xfa\xd9\ \xc7\xef\xbf\xf3\xd6\xdd\xb7\x77\xb6\x80\x47\x3b\x3b\x6b\x2c\x0e\ \x9b\xb9\x0d\xdc\xe2\xdc\xfe\x89\xa6\xd1\x33\x19\x5c\x10\x44\x0e\ \x04\x9a\x8d\x6d\x84\x15\x06\x90\x6b\x93\xbd\xc3\x04\x5f\xdc\x64\ \x71\x00\x39\x40\x08\x16\x6b\x0f\xd5\xb8\xa3\xc2\xd1\xa3\xe3\x93\ \x43\x06\xda\x65\xc3\x02\x38\xed\x31\xf6\x50\xbd\x02\x93\xb9\xce\ \x58\x63\xa1\x06\xa0\xb7\x9b\xa6\x41\x2f\xd7\x50\x1a\xe2\x72\xb8\ \x6c\xd4\x1b\x1e\x4d\xd0\xd9\x64\xaf\xaf\xa3\x8a\x2d\x2e\xbc\x0e\ \xf2\x10\x9a\xf1\x05\xe1\xea\x14\xfe\x7c\xf4\xe8\x54\xc6\xdc\xb8\ \x77\x17\x95\xaf\x32\x98\x6b\x4c\xd6\xe6\x06\xbc\x1b\x8b\x05\xcc\ \xe3\x88\xd9\x68\x89\x8c\x8d\xf6\x26\xa2\xf1\x61\xeb\x90\xb0\x90\ \xe5\xb1\xd1\x98\x0a\x2e\x9a\x19\xc6\x45\x95\xf9\x27\xa8\x51\xfc\ \xe9\xa3\x23\x31\xba\x91\x78\xfc\x18\x15\x98\xa2\xac\x75\x72\x74\ \xc2\x62\x71\x0f\xd1\xa6\x9e\x13\x00\xd6\x87\xe0\x6c\xa8\x8c\x41\ \xc5\xdf\xdd\xdf\x85\xff\x7d\x78\xc0\x13\x48\x44\xb7\x15\xee\x22\ \x01\x4f\xc0\x43\xf5\x9e\x1f\x4a\xf6\xff\xf3\x7d\x20\x95\xe4\xbe\ \xe0\x01\x88\x1d\x6f\x5f\x88\x2b\x35\xa8\x4e\x4b\x20\x12\xe0\xfe\ \x78\xd8\xa6\x35\x18\x9d\x56\x09\x5f\xae\x53\x40\x78\xc2\xa5\x3a\ \x3d\xa4\x1b\xc0\x9d\x52\x47\x48\x35\x3a\x0d\x86\x0b\x79\x2a\xb9\ \xce\x66\x32\x11\x38\x1f\xdd\xd0\x53\x48\x54\x72\x4c\xaf\x52\x61\ \x6a\xb3\xc1\x6a\x34\x98\xe4\x7a\x0b\x26\xd7\x19\x74\x0e\xab\x4a\ \xaf\xb1\x12\x98\xca\x42\x28\x25\x72\xab\x45\x67\xc4\x35\x1a\x83\ \xd9\xa5\x31\x34\xe3\x56\xf7\x99\x5f\x8b\x2e\x69\x8b\x8a\xaf\xb1\ \x9a\xcc\x56\xf8\xbf\x99\xd0\x2b\xb5\x2e\xad\xde\x08\x76\x46\x00\ \x37\xd4\x3a\xbb\xcf\xa4\x22\x54\x84\x44\x6f\x50\xe9\xe1\xea\x37\ \x40\x14\x33\x69\x20\x8c\x29\xe0\x2f\x7c\xbe\x10\x17\x62\x84\x94\ \xaf\x40\x41\x0f\x07\x82\xf1\x15\x3a\xa3\x1e\xa4\x57\xa9\x57\x49\ \x70\xf8\xbb\xc9\x00\xf6\x68\x96\x0a\x04\x18\xef\x40\x28\x38\x80\ \xbc\x78\x00\x31\xf0\x7b\x00\x72\x4c\x2a\xb4\x9b\x5c\x21\xbb\x3f\ \x6c\xb7\x07\xdc\x56\xe1\xbe\xc4\x64\x71\x12\x04\x0a\x64\x0a\x42\ \xab\x91\xab\x34\x66\xa7\xd7\x80\x9b\x35\x3a\x42\xa5\xd3\x18\x4c\ \x66\xe0\xa9\x54\x81\xa9\x4c\x56\xb9\x44\xa9\x50\x48\x08\xbd\xee\ \x2c\x68\x56\xc8\x9d\xfe\x58\xc0\xec\x18\xce\x63\x06\xb5\x37\x1e\ \x0b\x3a\x1d\x5d\x9f\xc9\x62\xb3\x86\xc2\x61\x97\xdf\x63\x57\xab\ \x4d\x56\x83\xdb\x1b\x6c\x36\x83\x36\xf8\x4e\x4d\x76\xad\x2f\xe6\ \x54\xab\xdc\x6e\x87\xc3\x61\x39\x2b\x59\x35\x3a\x83\xd3\xea\xf1\ \x9f\x15\xeb\x5e\xab\xd7\x73\x36\x2f\xfa\xe8\xdc\xd4\xe9\x8c\xb8\ \xb5\x16\x6f\x3d\x9f\x38\xf3\xd6\x07\xb5\x5c\xa7\x1d\x6c\x17\x4b\ \x9d\x7e\xd7\x5f\x9c\x2e\xfa\x8b\xb0\xb7\x5b\x0c\x07\x57\x54\x68\ \x19\xf7\x2c\xea\xf3\x55\x3b\xe2\x39\x1b\xd9\xfc\x67\xa1\xe8\x70\ \xe8\xf3\x44\x03\xd6\xb3\x51\x78\x54\xf2\xd4\xeb\x01\xbb\x7d\xda\ \x8d\xce\x86\xde\x51\xd0\x12\x3b\xab\x4f\xf2\x1d\xca\x57\x8c\xfb\ \x62\xa3\xb3\x40\x2c\x18\x2a\x86\xdd\xce\x45\xae\x3f\xe8\xd0\xf5\ \xfc\xa2\x5b\xcd\xf4\xf2\xe9\xdc\x92\x1e\x84\xe9\x41\xbe\xd9\x49\ \x8e\xce\x06\x67\xa5\xc5\xe2\xac\x58\x3c\x0b\x04\x1c\x96\x68\xd0\ \x17\x04\x23\x34\x6b\xe5\x12\x6f\x37\xe0\xf6\xdb\x4c\xce\xa0\xcf\ \xde\xcd\x37\xbb\xe3\x5f\xfc\xa6\x3d\x4b\x3c\x3b\x6f\x50\xed\x5e\ \x83\xee\xbd\x2c\x5f\x5c\xa4\xf3\x9d\x6a\xb5\x9f\xa3\xfa\xc9\x0e\ \x55\xbd\xce\x36\x6b\x1d\x3a\xdf\x5f\x26\x2e\xfa\xe0\x7c\x24\x75\ \xfe\xac\x7d\x7e\x3d\xea\x57\x27\xf9\xda\xaa\x4e\x9e\x93\xc3\xcc\ \x72\x9e\x5d\x4e\x53\xbd\xfe\x34\x43\xe5\x07\x4d\x1a\xd2\x50\xbe\ \x4c\x56\x92\x8d\x2c\xd9\xea\x64\xab\xed\xf4\xf9\x65\xb9\x7c\x55\ \xed\x65\x73\xe9\x46\xb6\xba\xaa\x35\x3a\xcb\x6a\xbb\x5c\x18\xe4\ \xc6\x54\x9a\x5a\x66\xca\x99\x42\x81\xec\x83\xca\xde\x24\x7b\xd9\ \x5f\xb4\x3a\xf9\xc1\x22\x41\xe6\xaa\xf9\x1a\x9d\x4a\x75\x72\x8d\ \x04\x79\x75\x45\x93\x13\xea\x8a\xcc\x5d\xe6\x12\xc0\xa1\x5c\x32\ \x3f\x48\x5e\x36\x06\xbd\xc1\x6a\x92\xa1\x6a\xe9\x14\x99\xcd\x25\ \xd2\x99\x72\xb9\xf2\xf3\x17\x2f\xfe\x7b\x25\xf7\x2c\x57\x4b\x37\ \xa3\x59\x72\x32\xcc\xd1\x35\xfa\x8a\xaa\x36\x72\xc9\x56\x81\xa2\ \xe9\x42\xbb\x33\xa0\x0b\x9d\x4e\x1f\x22\x56\x74\x5e\x8d\x75\x97\ \x83\xc1\xd9\x7c\xd4\xa4\xd3\x7d\xd0\xc5\xfa\x74\xd5\xc9\x75\x16\ \xf3\x5a\x67\xb5\x1c\x50\x09\xf8\x51\x50\xcd\xad\xc6\x54\x21\x99\ \xc9\xb7\x0b\xa9\xc2\xd5\xab\x57\xbf\xfb\xc3\x7f\xfc\xf4\xb7\x3f\ \xf8\xaf\xdf\xff\xec\xd3\xcf\x7e\xf4\xc1\x7b\x9f\xfc\xd9\xc7\xef\ \xdc\x7d\xf7\xdd\xf7\x36\xef\xdd\x5b\xdb\xbc\xcd\x30\x6b\xcc\xcd\ \x2d\x36\x93\xc3\x60\x73\x98\x5b\x6b\x40\x16\x54\xd4\x8e\x4a\x17\ \xd8\x2c\xf6\xda\x1a\x07\x22\x0d\x68\xe3\xce\x16\x9a\x56\x88\xd6\ \xdc\xd1\x60\x2d\xb4\x2a\xcf\x61\x30\x80\x3d\x4c\xd9\xc9\xe1\xc9\ \xc9\x09\x97\xc3\xe4\xb2\xd1\xf6\x66\xb4\xcf\x0f\xd5\x76\xb2\x98\ \xa8\xe2\x14\xb9\x1b\x5a\x1b\xdb\xe3\xee\xad\xaf\x31\x50\xc5\x14\ \x73\x1d\x2d\x7c\xc1\x83\x47\x32\x26\xe7\x4f\xad\x18\xe0\x6b\x10\ \xc6\x50\xad\xe7\x93\x27\x4f\x1f\x9f\x3e\x7e\xf2\xc3\x9f\x3c\x7a\ \x72\xb4\xf1\xe6\xdd\xb7\xdf\xdc\x7c\x7b\x0d\x5c\x90\x05\x80\xbb\ \xed\xba\x25\x46\x73\x78\x50\xf3\x2c\x70\x55\x06\x3a\x24\x10\x4a\ \x8c\x08\x8b\xea\x15\xf6\xd8\x70\xa6\x47\x62\xe6\xed\xed\x47\xd9\ \x0f\x4f\xf6\xf6\x4e\x4f\x8f\x65\x5c\xd9\xd1\xc9\x23\xb4\x29\xe7\ \x08\xf5\x8d\x47\x9d\x03\x51\x09\xc5\xde\xf1\xde\xe1\xe9\xa3\x37\ \x44\x1f\x1e\x80\xfb\x41\xf4\x91\xc3\x55\x7a\x7f\x17\x2d\x67\x89\ \xa4\x4a\x15\x26\xe0\xf3\x20\x60\xf0\xa5\x7c\xfc\xe0\xbe\x48\x22\ \x82\xaf\xec\x1f\x48\xe1\x01\x9e\x8a\x2f\x39\x90\x80\x4d\xed\x0a\ \x95\x3c\x9e\x50\xc2\x53\xc7\x8b\x56\xbb\xd3\x63\xf7\x29\x94\x0a\ \xb3\x4d\x29\xe4\x63\x1a\x54\xe4\x2d\xe7\x1d\xf0\xa5\x5a\xb9\x5c\ \x6f\x95\x0b\xa4\x12\x29\xa1\x97\xe3\x4a\x93\xdc\x60\xe0\x0b\x85\ \xe0\x7b\x6a\xb5\x52\xa3\x50\x0a\x31\x9d\xda\xe6\xb4\x6a\x84\xcd\ \x9f\x9d\xe3\x1a\x95\xce\xe1\x36\xaa\xd5\x56\x95\x54\x63\xd2\x03\ \x64\x8c\x56\xbb\x4e\x88\x99\xd5\x06\xab\x4a\xe7\x6f\x06\x22\xf3\ \x90\x5e\xab\x33\x58\x4c\x6a\x1c\xf8\x60\xd3\x3b\xcd\x6e\x23\x21\ \x80\xf7\xb4\xe8\xcd\x06\x8d\x54\x43\xe0\x0e\xad\xc5\xed\x75\xa9\ \x95\x12\xa9\xc6\xe0\xb6\x99\x4d\x2e\x87\x51\x2e\x95\x6a\xb5\x52\ \x93\x11\xe4\x0d\x42\x93\x14\x57\x62\x4a\x39\x8e\x13\xb8\x14\xd7\ \x5b\xf4\x10\xcf\xb4\x46\x95\x46\x09\x54\xc4\x24\x6a\xb9\x5a\x65\ \xb6\x1b\xf4\x72\x80\x29\xa1\x17\x3c\xd8\xdd\x7f\x40\x60\x02\x91\ \x12\x07\xa7\x85\xc0\x28\x90\xfb\x6d\x46\x83\x35\x10\x35\x39\xa3\ \x51\xab\xe4\x40\x19\xb7\x06\xb5\xb7\x8b\xfd\x4a\xa5\x5a\xa7\x90\ \x6b\x4d\x46\x8b\x4a\xa2\xb1\x58\xf4\x06\xab\x5a\xa5\x55\x1b\x34\ \x72\x85\x54\xaa\xb3\x59\x4d\x04\x06\x24\x05\x3a\x37\x8b\x46\x9e\ \x2a\x14\x08\x9b\xed\x66\xd7\x3c\x66\x0a\x38\x8d\xce\x80\x33\xd4\ \x8d\xdb\x4d\x7e\x8b\xc3\xe5\x36\xc5\x83\x2e\x95\xc6\x64\xb7\xd9\ \xbd\xce\x62\xbd\x6b\xb6\x87\x6c\x5e\x87\xd3\x1b\x09\x99\xd4\xee\ \x90\x1b\x50\x1e\x2f\x99\x54\x6a\x93\xd1\x11\x0a\x4d\xc6\x21\x93\ \xd6\xe2\x8f\xce\xa7\x81\xc1\xac\xae\xb5\xbb\x7d\x26\xb7\x3d\x34\ \x58\x46\xac\xb1\xd5\x04\xae\x9c\x7a\x9b\x02\xed\x58\xd5\x5d\xde\ \x40\x7b\x1a\x1f\x4f\xe8\x59\x7c\xdc\x8c\x0c\xc3\xa3\xda\x70\x55\ \x1d\xf8\x03\xcd\xa9\xab\xd8\x8d\x14\xdb\x93\xc0\xb0\x1b\x70\x7a\ \x47\xf5\x62\x34\xda\x2d\x45\x83\xdd\x5a\x71\x38\x0f\xc5\x87\x21\ \x6b\x60\xee\x5f\xa6\xc6\xe3\xc5\x59\x3c\xe0\x8c\x15\xc3\x91\x98\ \x2b\xba\x0c\xc6\xbb\xa8\x08\x3b\x3f\xab\x2c\xa3\x93\x34\x55\x29\ \x0c\xda\xe4\xd0\x9b\xa0\x0b\x34\xf9\x62\x56\x9a\xc5\x83\xfd\x59\ \x74\x5a\x8f\x05\xba\x21\x67\xc8\xe3\xb6\xd9\x4d\x26\xb5\x55\xa1\ \x30\x96\xe2\x0e\xaf\xc3\xe2\x89\x07\xfc\xdd\xf6\xb2\x96\xfb\xd5\ \xd7\xb5\x1a\x88\x55\x25\x95\x27\x0b\xcd\x65\xaf\x93\x6e\xa5\x2a\ \xdd\xf6\x6c\x94\xcd\xb6\x93\x59\x32\x9f\xe8\x2d\xfb\x74\x36\x39\ \x5b\xd0\x57\xf9\x61\x32\x9d\x20\x1b\x95\xc1\x4d\xa3\xd6\xef\x4f\ \xb2\xb9\x4e\x37\x7d\x93\x25\x7b\xc3\xf8\x6c\x36\xae\x0e\xa6\x9d\ \x7c\x6e\x99\x2a\x40\xd8\xca\xf7\x1a\x89\x02\xd9\xa3\xb3\xe5\x6a\ \x2d\x4d\x65\x1a\x19\xb2\xdf\xca\x8f\x7b\xed\x42\xb5\x00\x19\xeb\ \xbc\xbf\xca\x90\x95\x5c\xee\x66\x72\xf1\xbc\x52\x6d\x24\x5f\x3e\ \x6f\xe4\x52\xe4\xb2\xfa\x75\xa1\xf6\xfc\x8b\x64\xad\xd2\xa6\x07\ \xed\x41\x8f\x1c\x50\x95\xde\xaa\x9a\x2b\x53\xad\x64\x3b\x41\x25\ \xc8\x72\xa2\x91\x38\xef\x67\xdb\xf9\x44\xae\x91\xa9\x24\x0b\xe9\ \xca\xb4\x97\xcd\x8c\x2b\x39\x2a\x57\x49\xbe\xbe\xf9\xe2\x59\xeb\ \xef\x7f\xf1\x87\xff\x51\xa1\xe8\x71\xf6\xbc\x5f\x4c\xa4\xbb\x35\ \x80\x23\x9d\x4c\x16\x52\xb9\xf3\x4b\xba\xd6\x4e\xb7\xab\x74\x8d\ \xac\x4d\x47\xc5\x61\x6d\xdc\x1c\x53\x8b\xe9\x94\xec\x2f\xc7\xcd\ \x25\xda\x93\xd3\x5f\x80\x26\x8e\xab\xd5\xc9\x98\x2a\x8e\xe0\xc9\ \x03\x6a\x31\xe9\xf7\x6a\x85\xe5\x2c\x9b\xae\xa6\x13\x97\xad\x8b\ \xaf\xbe\xf9\xee\xbb\x7f\xff\xa7\x7f\xfd\x0b\x48\x56\x0f\xdf\xfb\ \xe0\xa3\x87\x1f\x7d\xfc\xde\xbb\x77\x3f\x78\xeb\x1e\x67\x73\x0d\ \x82\x13\xda\x43\xc3\x60\x6c\xbe\xb9\xc1\x40\x76\xc8\xd9\x66\x32\ \xf7\xc4\x9b\x3b\x1b\x9b\xeb\xa8\x93\xe8\xfa\xf6\xda\xda\xa6\xec\ \x70\x7d\xed\xde\xf6\x9d\x6d\x54\xfa\x0e\x01\x0b\x2e\x7d\x19\x97\ \xc9\x14\xaf\xaf\x6d\xb1\x65\xdc\xbd\xe3\x93\x53\x34\x96\x06\xe2\ \x0f\xaa\x90\xe2\x32\x20\x52\xa1\x79\xf6\x28\xa4\xa1\x85\x26\x40\ \x1b\x17\x1c\x13\x6d\x6e\x46\x8b\xe5\xa8\xc5\x3b\xd0\x4c\x8c\xa2\ \xd5\x3a\x58\x23\x83\x8d\x56\xf1\x0f\xd7\x51\x6b\xe3\xd3\xa7\x40\ \xab\x27\x8f\x9f\x3e\x7d\x72\xf2\xe8\xc9\x8f\x4f\xd8\x77\xb6\xdf\ \xbe\xbb\x76\x6f\x03\xd0\xc6\x85\x88\xc6\xe0\xb2\xd9\x47\xa8\x33\ \x3c\x6b\x7d\x0d\x74\x95\xcb\x5c\x67\x1d\x32\x99\x1c\xee\x21\x1c\ \x0b\xd1\x0f\x4d\xe0\x61\x43\xde\x03\x3c\x1e\x41\x0c\xdb\xfb\x09\ \x6a\x68\x83\xda\xd8\x9c\x70\xd1\x14\xd5\x53\x50\xd3\x63\x20\xd5\ \x21\x2a\x6b\xb8\x5d\xc3\x3a\x3c\x3e\x7c\x83\x7f\xff\x43\xc1\x2e\ \x9f\xbf\xcb\xc3\x08\xbe\x40\xc8\x13\xc1\xa5\x2a\xc2\xa4\x8a\xdd\ \x07\x7c\xc8\x53\x12\x0c\xc3\x24\xf7\x1f\xdc\x17\x0a\x30\x95\x64\ \x57\x20\x14\xe0\x0a\x74\x77\x0d\xc3\x55\x16\x25\x06\xb6\xa4\x00\ \x60\x11\xa5\x33\x97\xcd\x12\x73\x7a\x34\x1a\xa5\x5e\xc7\xc3\x31\ \xdc\xac\x57\xc2\x45\xaf\xc0\x79\x70\xa9\x6a\x08\x39\x5a\x25\xe2\ \x1f\xa8\x1d\x3a\xb9\x0e\x2d\x58\x09\x04\x88\x08\x52\x02\x72\x0e\ \x5f\x24\xc7\x15\x36\x9d\x1a\xb3\x7e\xf7\xaf\x84\xca\x60\x76\x40\ \x5a\xc2\x74\x1a\x95\xd5\x82\x9e\xa8\x36\x5b\xcd\x66\x5c\x25\x91\ \xeb\xb4\x3a\xc7\xd0\xe7\x9f\x9f\x39\xac\x46\xad\xc6\x6e\x90\x08\ \xa5\x16\xad\xc6\x62\xd0\x1a\xf4\x10\xe2\xd4\x26\x9b\xd9\x08\x06\ \xa8\xe2\x81\x97\x9a\x0d\x36\x83\x94\x50\xe9\xad\x6e\x8f\xd3\x66\ \x52\x5b\xbc\x66\x85\x42\xa3\xb3\xe8\x0c\x80\x28\xa1\x44\x8a\x01\ \x46\x74\x7a\x25\x21\x91\x68\x21\xd1\xc9\x35\x3a\x9d\x9c\x20\x54\ \x16\x23\x88\xa0\xd5\xed\x36\x69\x35\x0a\x85\x92\xd0\xa8\xd4\x4a\ \x1e\x04\x2c\x11\x5f\x84\x36\x4f\x8a\x44\x42\x0c\xfe\xc0\xc1\xf9\ \x6c\xce\x90\xd7\xe9\x8d\x15\xed\x12\xc2\xda\x34\xd9\x2d\x6a\x83\ \xdc\x64\xd3\x0b\x75\x1a\x85\xc6\xac\x31\x58\x0d\x70\xca\x0a\x83\ \x55\xab\xd6\x98\x91\x26\xc2\xf7\xa8\xd6\x69\xd5\xb8\x0a\x0e\x4f\ \x10\xfa\x51\x57\x2d\xb5\xf8\x83\x46\x43\x3c\x16\x8d\x85\xac\x5e\ \x2f\x0a\x56\xde\x51\xcc\x66\xb2\xb8\x5c\x2e\x87\xc7\x1e\xb6\x6a\ \xb4\x16\xa3\xd5\xe2\x72\x4e\x3a\x73\x87\xcb\x69\x75\xbb\xe2\xc5\ \xa0\x57\xab\x35\x78\xbd\x0e\xb7\xad\x18\x36\x6b\xec\x25\xb7\xcb\ \xe5\x1f\x76\xce\xbc\x56\xa3\xcd\xd7\xf4\x39\xe6\xf4\x52\x6e\x75\ \xba\x7c\x2e\xad\xb3\x57\x08\x87\xe1\x07\x77\x78\x59\x0d\xad\xa8\ \x78\xbd\xd8\x8c\x3a\x83\xf1\x41\x36\xbe\x84\x8b\x68\x52\xeb\x74\ \x21\x42\x75\x96\x0b\x6a\x72\x16\x2a\xc5\x3c\x93\xce\xa0\x54\x69\ \x2d\x46\x5d\x2f\x20\xb4\x57\xef\x0f\xba\x8b\x91\x35\xd2\x89\x45\ \xc3\xd3\xe0\x74\xe1\x8a\x8f\x23\xd3\xf2\x64\xda\xec\xac\x2c\xb1\ \xfa\x59\x37\x36\x74\xc7\x87\x11\xef\x98\xec\xd4\xd2\xd5\x65\xa1\ \x1f\xa2\xab\xe4\x20\x73\x31\x48\xf7\xdc\xc3\x2a\x59\x4e\x9d\xcf\ \x3a\x64\x90\xae\x2e\x82\xc3\x51\xd8\xb3\xf4\xb9\xc3\xfe\x50\xc4\ \x01\xac\xd6\xe0\x0a\x4b\x30\x14\xf2\x3b\xac\x7e\xbf\xcb\x17\x1b\ \xd7\xc3\xc1\x57\x3f\x9f\xd0\xa9\x67\xe5\x6c\x25\xd5\x19\x8f\x73\ \xe9\x72\x39\x95\x4d\xf5\x13\xbd\x3c\x35\xa8\x56\x6b\xcd\x5a\x25\ \x1f\xee\xd0\x34\x39\x1d\x53\x17\x83\x6e\xa1\x93\x4d\xbd\x6e\xcd\ \x5e\x5d\x2c\x07\x34\x68\xdf\x6a\x44\xa6\xfb\x99\x64\xbe\x4a\x52\ \xe3\x5c\x85\x6e\x27\xfa\x83\x67\x2f\x0a\x89\x2c\x1d\xce\x67\xd1\ \x20\xfb\x5e\x25\x3d\xac\x26\xae\xd3\x8d\x0a\x99\x01\x79\xcd\x24\ \x5a\x83\xde\x55\x39\x93\x9d\xb6\xc9\x4b\xb2\xf1\x9c\x6a\x7c\xdd\ \xeb\xa5\x3a\x57\x2f\x2f\x26\xfd\xce\x88\xbc\x4a\x4d\xc8\x8b\x4a\ \xbb\xd5\x99\x41\xc2\xba\x4c\xe5\x6b\xe5\x76\x9d\xaa\x76\x2a\x64\ \x62\x91\xaf\xe6\x5f\x26\xcf\x53\x89\x56\xf2\x8b\x4e\x2e\x3b\xa8\ \x36\x2e\x2a\x54\xa3\xd0\xce\xa4\xf2\xa8\x42\xfe\xa2\x9c\xa0\x32\ \xad\x42\xeb\x0f\x5f\xfd\xc3\x77\xe5\x74\xbf\x4f\x27\x3b\x9d\xe4\ \x45\x27\x9f\xed\x5d\xa6\xca\xf9\xcb\x2f\x6f\xae\x5f\xa6\x67\xc8\ \x60\xab\x74\x62\x30\x1c\xcd\x17\x67\x8b\xd5\xb2\xb6\x1a\x36\x57\ \xfd\xf1\x32\x4c\x67\xf2\xc3\x69\x67\x3c\x5b\x2d\x56\xa9\x1e\xdd\ \xa1\x66\x93\x41\xbb\xdb\x4f\x80\x3f\xf6\xdb\xd5\x76\xbe\x9d\xca\ \xb4\x32\xa9\xf3\xe7\xdf\xfc\xf1\x67\x7f\xfd\xcf\xbf\xfe\xf5\xa7\ \x0f\x7f\xf0\xfd\x87\x1f\x3f\xfc\xe4\x83\x4f\x3f\xb9\x7b\x67\xe7\ \x9d\x37\xdf\xdc\xd9\x66\xb1\x36\xd7\x36\xb7\x51\x05\xfa\x1a\x6a\ \x1b\x03\x56\x05\x09\x8a\x03\x51\x65\xed\xb6\xd2\x0a\xbe\xc4\xe1\ \xec\x6c\x83\xfd\x71\xee\xdc\x11\xa3\x26\x59\x80\xab\x3d\x19\x9b\ \x7b\xc4\x41\x81\x67\x83\x7d\x2b\x84\x27\xa7\x4f\xb9\x27\x8f\x1e\ \x71\x21\x8d\xa1\xa8\x84\x3a\xf8\xad\x73\x37\x80\x5e\x7b\xb7\x1b\ \x09\xd9\x6b\x62\x88\x54\x62\x0e\xc4\x24\xc0\x1c\x93\xc1\x3a\x3a\ \x82\x60\xb6\x01\x5e\x09\x0a\x77\x88\x8a\xb2\xd8\x0c\xd4\xcf\xe1\ \x50\x76\xfa\xf9\xa3\x47\x4f\x7f\xf8\xf4\xf3\x27\x4f\x1e\x3f\x79\ \xf2\xe7\x4f\xc4\xeb\xec\xed\x7b\xdb\x6b\xeb\xc7\x8c\xdb\x9e\x7f\ \x2c\x20\xa4\x0c\x35\x00\x84\xb7\x66\xad\x43\xba\xdb\x03\xdc\x31\ \x38\x7b\x32\x04\x45\x19\x6a\x61\x83\x5a\xd5\x00\x32\xc5\x80\x34\ \xb1\x58\xf6\x88\x83\xfa\xca\xc8\x64\xa7\xc7\x47\x0c\xee\xa3\xd3\ \xd3\x13\xd4\xcd\x6f\x0f\x12\x17\x03\xb5\xc9\x12\xdf\x4e\xd4\x79\ \x43\xf4\xe0\xe0\x81\x08\x3b\x00\x36\x29\x15\x3c\x9e\x80\x8f\xa1\ \xa5\x77\x1e\x5f\xb4\x0f\x9c\x7a\x20\x3a\xc0\xf9\x52\xc1\xbe\x70\ \x97\x27\x14\x81\x12\x12\x18\xcf\x40\x28\xc1\xab\x30\x42\x4b\x60\ \x52\x9c\xaf\x14\xe1\x42\x4d\x20\xea\xb1\xdb\x4a\x4e\x87\x5e\xa5\ \xd0\xcb\x41\x22\x35\xf0\x83\x15\x41\x43\x2e\x14\x11\x38\x66\x50\ \xa9\x09\x5c\x81\xef\x2b\x35\x06\x83\x9c\xcf\x93\xf0\x40\xb4\x20\ \x72\xe0\x7c\x10\x31\x89\x84\x50\xf2\xd0\xa2\xb4\x52\x8e\x61\x4a\ \xbd\xde\x8e\x76\xc6\x98\xa5\x12\xc2\x2c\xd5\x68\x14\x3a\xbb\xd9\ \xa4\x51\x01\xd2\x8c\x56\xb3\x2f\x16\x8e\xfb\xbc\x5a\xaf\x19\xac\ \xcf\xaa\x12\xc8\x41\x1d\xb5\x66\x2b\x04\x2b\xb9\xc1\x66\xb4\x6b\ \x0d\x6a\xa3\x4d\x2e\x50\x3b\xf4\x06\xb5\x5a\xad\x37\xc8\x55\x06\ \x5f\xc0\xe2\xb4\xca\xe5\x6a\xad\x04\x08\x65\x80\xaf\x62\x04\x48\ \xac\x11\xac\xcb\xa0\x94\xe2\xf0\x32\x9d\x59\x03\xde\x28\x41\x0e\ \x6a\x55\x9b\x74\x5a\xbb\xd5\xe7\x44\x05\x60\x12\x9d\x16\x97\x83\ \xc3\xf2\x94\x18\x0f\x3e\x0b\xf8\xbe\xe1\xf3\x10\x81\x1d\xab\xd5\ \x46\x4f\x30\x1c\x84\x4b\x2f\xec\xd2\x69\x7d\x51\x8b\xd7\x04\xa0\ \x72\x58\x95\x7c\x25\x04\x28\x8d\x0a\x04\x4e\x22\xd5\xa9\xb5\x6e\ \x93\x5c\xeb\xd0\x4b\xa5\x84\x04\xc8\xad\x52\xa9\x14\x2a\xa3\x79\ \x17\xf0\x1c\x98\x6b\x09\x6d\x24\xa8\x83\x18\x58\x9a\x85\xcd\x3a\ \xaf\x2d\xe2\xf0\xc7\xbb\x21\xab\xd9\x62\xf7\xd8\xad\x7e\x87\x03\ \x48\x67\xb7\x19\xb5\x6e\xff\xa2\x1f\xf3\x3b\x2c\x21\xa3\xd5\x55\ \x2a\xc6\x5d\x5a\xb3\x2f\xea\xf3\xba\xba\x51\xa3\xde\x16\x08\x7b\ \xac\x8e\x61\x13\x55\x79\x98\x9c\xc5\xb0\x73\x36\x0e\x5b\x7c\x5e\ \xbf\xcf\xa2\x76\xb5\xe9\xe2\xd9\x30\xbe\x6a\x76\x57\xa5\x61\x27\ \x36\x2c\x86\x43\xfe\xf8\x34\x41\xfa\xc6\x99\x29\xa4\x8f\x69\xa8\ \x53\x0a\x05\xbb\xb9\xc9\x3c\xee\x8f\x85\xdd\xa1\x71\x69\x95\xa4\ \xe2\xf1\x7e\xd8\x15\x8e\x7b\xeb\xc5\x99\xdb\x57\x8c\x74\xaa\xab\ \xe1\x70\x7a\x16\xed\x86\xce\xa6\xd3\x6e\xbd\xb9\xec\xf6\x27\xd6\ \x6e\x7f\x50\xad\x8f\x42\xb1\x91\xd3\x3a\xab\x51\xd9\x76\xa7\x9e\ \x9c\xd5\xdb\xad\x46\xa6\xfc\x6c\x45\xf5\x9b\x64\x39\xf7\xaa\x75\ \xb1\x18\xb4\xe7\xab\xd9\xa2\x14\x99\x94\xc2\x81\x80\xf7\x76\x12\ \xbd\x2f\xe8\x36\x10\x52\xfb\x99\x0b\x34\xd7\x11\x0e\x38\x9c\x45\ \x38\xa7\xe1\x8b\xbf\x9f\xf4\x5f\x5e\x5f\x66\x5b\x85\x1c\x78\xd1\ \xe5\xf3\x46\x7e\x42\xd3\xad\xdc\x24\x95\x22\xf3\xd9\x76\xe2\x3a\ \x37\xa6\x73\xb5\xf1\x6a\xd4\x4f\xf6\x97\xed\x5c\xb6\xf0\x4d\xb9\ \xf7\xd5\xf5\xa2\xde\x6f\x67\xaa\x83\x71\x03\x30\x85\xf6\x21\xe7\ \x26\xf9\x74\x2f\x5d\x18\xd4\x12\xed\x7e\x36\x3b\x19\xa5\x0b\xb9\ \x5a\x61\x95\x3f\x2f\x0c\x48\x38\xb1\x74\x65\x50\x4b\x8e\x07\xe5\ \x4c\x6a\x30\xab\x56\xd2\xd4\xd9\xa0\x57\x69\xb7\x0b\x53\x32\xb9\ \x6a\xd3\xab\x44\x32\x39\x5e\x65\xdb\x74\x25\x5b\x4b\x5c\xa5\x86\ \xd5\x21\x80\x65\x9c\xcf\xa4\xda\xe5\xda\xea\xa6\x41\x95\xc9\xf9\ \x2a\x9f\x4a\xb7\xb2\xad\x74\x2a\xdb\x69\xd4\x06\x43\xb2\x03\x48\ \xae\x51\x64\xbf\x92\xad\x9c\x93\xe5\x6c\xba\x35\xa0\xab\xe7\xc9\ \xc2\xab\xcb\x7f\xf8\x97\x76\xb2\x91\xcc\x24\x06\xf9\x4a\xae\x9d\ \xcc\xf5\x9e\x7f\x5d\x21\x0b\x57\xd7\xaf\xcf\x53\x80\xb1\x7e\xad\ \x33\xbe\x18\x9f\xcd\x3b\xb3\xd5\xac\x47\x0f\xe1\xb3\x5c\x75\x97\ \xc3\x2e\x99\x9c\x0e\x87\xdd\x65\x76\x7c\x36\x6b\x17\x97\x34\x35\ \x58\xb5\xb3\xcb\x55\x6f\x4e\x8f\x57\xd3\xe9\xa4\x97\xc8\xa6\x00\ \x7b\xcf\xbe\xfd\xe3\xdf\xfc\xf3\x6f\xff\xfd\xb7\x7f\xf7\xb7\x3f\ \xfa\xe8\x47\x9f\x7e\xf4\xf0\xe1\x07\x1f\x7f\x72\x6f\x6d\xeb\xde\ \xbd\xcd\x9d\x7b\x80\x29\x0e\x83\xb3\xb1\x8e\x2a\x9d\xd0\xb2\xba\ \x58\xb6\xb7\xbd\xb3\xc6\x45\x0d\xb1\xb6\x36\x41\x09\x39\x1b\x3b\ \x77\x76\x98\xdc\xa3\xf5\x8d\xed\x4d\x26\xaa\x86\xba\xb3\xce\x92\ \x1d\x6e\x6e\x1d\x01\xc2\x98\xcc\x0d\x06\x18\x1f\x4b\x26\x3e\x7e\ \x8c\xee\xc2\xb1\x01\x4b\xeb\x2c\xd4\xb0\x0a\x4d\xf6\x92\x89\xd1\ \x48\x1d\x36\xd8\x1e\x13\xcd\xd9\x11\xaf\x6d\x32\xf6\xf6\xc4\x6b\ \xa0\x93\x10\xb8\xd6\xd9\x3b\x2c\x19\x04\x1d\x19\x9a\xa6\xc3\xd8\ \x3b\x46\x13\x56\x39\x5c\xd9\xa3\xd3\x23\xd0\xc1\xe3\x27\x8f\x1f\ \x3f\xfd\xfc\xc7\xff\xcf\x8f\x0f\x39\x1b\x77\xd7\x18\x1b\x8c\x53\ \x08\x45\x90\xe7\xb8\x2c\xe6\x1a\xca\x64\x1c\x36\x18\x27\x07\xcc\ \x13\x5e\xce\x42\x0b\xed\x1c\x2e\x5b\x0c\x19\x6c\x83\x2b\x16\x1f\ \xb3\x36\xd6\xd9\x8c\xa3\x23\xb1\x98\x7b\xf2\x18\xe0\x05\xa7\x85\ \x7a\xd7\xa0\x01\xab\x10\xad\xd0\x3c\xe8\xc7\x00\xb4\xdb\x2e\xce\ \xc7\x68\xd2\xce\x1b\xbb\x08\x4f\x42\xc1\xfd\x5d\x8d\x92\x50\xee\ \xf3\x44\xca\xdd\xdd\xdd\xef\x3d\xd8\x07\x1d\x84\xdf\x78\x02\x09\ \x30\x4c\x24\x10\xee\xde\xe7\xe1\xbb\x02\x1c\x3f\x10\x2a\xf9\x10\ \xb5\x24\x52\xa1\x14\x47\xdb\x6a\x80\x64\x8a\x50\x2c\xee\xb4\xd8\ \xcd\x46\xb5\x04\x15\x94\x0a\xf8\xa0\x43\x84\x10\xa2\x8a\x1e\x13\ \x60\x42\x4c\xa1\x57\xe1\x12\x0d\x21\x10\x48\x15\x7c\x5c\xb2\xab\ \x20\xf8\xbb\x42\x1c\x0c\x14\x87\x57\x0a\x78\xb7\x5b\x09\x41\xd2\ \xf8\x4a\x85\x10\xe3\x81\xb7\x29\xa4\x2a\x33\xc8\x23\x48\x14\xa1\ \x22\xec\x36\x14\xa1\x08\xa3\x19\xf7\x76\xbb\x61\xab\x4d\x6d\x51\ \x1b\x8d\x06\x93\x4e\x4a\x58\xcc\x84\x52\xa9\x93\xaa\x55\x1a\x85\ \xd3\xa0\xd7\x20\xd2\xa8\x94\x06\x9b\x0e\x32\x93\x0a\xde\x5f\x02\ \xb1\xc3\xa0\xd7\x12\x84\x01\xc7\x74\x16\x10\x35\xb3\x44\xaa\xf2\ \x98\x6d\x5e\x9d\xd1\xa0\xc2\x95\x1a\xbd\x42\xa2\xd6\xab\x75\x66\ \xb3\x5c\xa3\xd1\x58\xd0\x8e\x65\xab\x51\x6d\x77\x1b\x0c\x2a\x42\ \xc0\x47\x92\x87\xef\x1f\x60\x82\x03\xe5\x83\xff\xf4\x3d\x21\x2e\ \x3c\x38\x80\x0f\x80\xaf\xd3\xaa\x3c\x8e\x70\xd7\x1b\x89\x47\x6c\ \x26\x6b\xd8\xac\xb0\x18\x01\xad\xe0\xb8\x3c\x4c\x69\xd0\xca\x95\ \x5a\xb3\x4e\xa9\xd4\x2b\x00\x5d\x66\xb5\x56\x87\x2b\xf4\x52\x1d\ \xa8\xaf\x55\x85\x13\x66\x03\xa1\xe2\x2b\x4b\x03\xbf\x4a\xed\x8b\ \xf8\x6d\x5a\xab\xaf\x1b\x35\xa9\x5c\xb6\x40\xc0\xed\x0f\x79\x6c\ \x90\xa9\xfc\x3a\xf0\xba\x88\xd5\x64\xf1\x1a\x5d\x2e\xbb\x6b\x19\ \x0d\x9b\x0d\x21\x9f\xc7\x61\x0b\x14\xfd\x2e\xa3\xd3\xe2\xf0\x78\ \xb5\xb1\xba\x5d\xef\xb5\xbb\xbd\xd6\x40\x69\x18\x75\x3a\xec\x11\ \x93\x1b\xb4\x6e\x36\xb7\x6a\x6d\x6e\xad\xcd\x11\x26\x5b\x5d\xc9\ \x8d\x6c\xa3\x00\x00\x20\x00\x49\x44\x41\x54\x6f\xb8\x3e\x8f\x0d\ \x63\xd1\xd9\x6c\xd4\x9c\x46\x47\x91\xe8\x64\xbc\x0a\x0e\x1b\x54\ \x95\x1c\x2f\xfc\xed\x45\xa0\x14\xa3\x3b\xd1\x60\x34\x50\x8a\x53\ \x4b\xdf\x3c\x37\xf4\xd5\xa7\x6e\x6f\x37\x1c\xea\xfa\x9b\x67\x41\ \x7f\x38\x97\x20\x33\xe5\xf6\x22\x12\xf3\x75\x2a\xb5\xc1\xaa\x1b\ \x9e\x2e\xba\xc1\xe2\xb4\x9d\x99\xc5\x42\xa1\xb8\xcd\x4b\x25\xfa\ \xd9\x42\x6f\xd4\xa6\x42\x60\x47\x8d\x6a\xae\x9f\x9b\x07\xa9\x64\ \x3e\x97\x29\x4c\xa3\xb5\xfa\x60\xda\x3c\x73\x77\xeb\xb1\xa8\xd3\ \x1d\xf0\x39\xcd\x46\x8f\xd5\xaa\x32\x28\x4d\x81\x90\xd3\xea\x0d\ \x46\x42\x6e\x7b\x7c\xbe\x5c\x0c\xbe\xfd\x59\x67\x90\xbc\xbc\x4c\ \xe6\xa9\x5e\x3a\x4e\xbf\x7e\x99\x6b\xd7\x3a\x54\x6e\x45\x55\x52\ \xfd\x76\x8a\x2e\x9c\xd7\x17\x83\x02\x49\x8f\x7b\x29\x72\xb4\xa2\ \x0b\xd9\xec\x4d\x8e\xfa\xfa\x7a\x5e\x4d\xe7\x2b\xad\x1e\xa4\xa2\ \x52\x2e\x55\x19\x66\xa9\x65\x2e\xb7\xa8\x26\x1b\x03\x32\xbd\xea\ \x15\xfa\xb5\x2c\x99\x4a\xa6\x06\xf9\x2c\x5d\xa7\xf2\xe7\x17\xc9\ \xd6\xa0\xd3\x9e\x4c\x33\x17\x09\x9a\x6c\xbf\x20\xe9\x65\xf2\xa6\ \x3c\x59\x51\xb5\x67\xcf\xfb\xb5\x4a\xf6\xd9\x20\x5b\x58\xb6\x81\ \x6e\x39\xfa\xf2\x0b\xb2\xdd\xc8\x0d\x69\x7a\xb6\x4a\x95\x33\xe7\ \xcd\xde\x17\x8d\x4a\xe6\x22\x37\xcf\xa6\x1a\xad\x42\x25\xdd\xc8\ \x4f\xb3\x54\xae\x40\x55\xb3\x69\xc8\x69\x85\x76\x92\x4e\xd2\xbd\ \x64\xad\x3a\xce\x5d\x7f\xf1\x65\xa6\xf2\xf2\xc5\x77\x5f\xd3\x9d\ \x56\xba\x91\x19\xcc\xae\x53\xed\x7c\xf9\xd9\xcd\x2f\xcb\x15\x90\ \xd8\xd7\xad\xda\x74\x5a\xab\xb6\x97\xdd\x24\x3d\x2e\xd5\x27\xcd\ \x7e\x7f\x3c\x1e\x0f\x27\x8b\x71\xf3\x6c\x3c\x4b\x55\xa7\xc3\x25\ \xea\x3c\x58\xa3\xe1\xa4\x52\xd4\x1c\x00\x4d\x75\xe8\xfe\xac\xbf\ \x58\xa6\xf2\xa9\x44\xe6\xfc\xf2\xe6\x17\xbf\xf9\xee\xdf\x7f\xfb\ \xd7\x7f\xf1\xa3\x4f\x1e\xfe\xe8\xbd\xb7\x3f\xfa\xb3\x4f\x3e\xfe\ \xf4\xfd\x77\x3e\xda\xbe\xf7\xd6\x9b\xa8\x71\xe8\x06\x2a\xaa\x62\ \x00\x7c\xd8\xdb\x6b\xac\xdb\x0e\xc9\x9c\x3b\x4c\x36\x87\xb3\xb6\ \xb9\x01\xb4\x5a\xe7\x6e\xb2\x59\xdb\xdb\x6b\x68\x52\x3d\x63\xf3\ \x76\x11\x9e\x09\x31\x89\xb1\x26\x3b\x62\x31\xe1\x95\xa8\x89\x16\ \x5a\xcb\x46\x7d\x89\xc5\x1b\x2c\xee\x6d\xdd\x01\xaa\x87\x82\x07\ \xe1\xeb\x80\x38\xc8\x43\x1c\x78\x0d\x90\x8d\x83\x36\x2c\xa3\xd6\ \x30\x7b\x20\x9a\x32\x26\x1b\xc8\x86\x3a\xf0\x1d\x8a\x99\xcc\x43\ \xc8\x48\xdb\x6b\x6c\xd9\xd3\x47\xa0\x85\x8f\x4f\x4f\x9f\x3e\x7e\ \xfa\xc3\xff\xf2\xbf\xfe\x9c\xb1\xc5\xbe\xbb\xc9\x01\x85\x94\xa1\ \x06\xf1\x5c\xd6\xe6\x06\x9c\xad\x18\x2d\xbc\x33\x81\xa8\x1b\xf0\ \x17\x24\xa1\xa8\x06\x95\x01\x47\x06\x4c\x72\xf7\x20\x62\x01\x42\ \x51\xa7\x77\xd6\xc9\xa9\x98\x85\xca\x18\x0e\x59\xa8\x9f\x32\xea\ \xea\xc0\x05\x68\x9d\xc8\x50\x91\xaa\xf8\x76\x11\xfe\xf4\x04\x94\ \x50\xb4\x8b\x49\x04\x3c\xa1\x94\x8f\x5a\xca\x08\xf7\xf9\x98\x74\ \x5f\x28\xc4\x21\x73\xf1\x79\x02\x29\x26\x90\xf2\xee\xef\x0b\x04\ \xbc\x03\xb0\xc6\x7d\x11\x0e\x08\x53\x4a\x15\x52\xa5\x50\x62\x95\ \x63\x92\x5d\x11\x4f\xc2\xe7\x39\xba\x7e\xb7\x4d\x0f\x0f\x43\xde\ \xc2\xf8\x3c\x91\x42\x29\xd7\x62\x42\xa9\x06\x13\x12\x12\x4c\xc0\ \x97\x83\x24\x0a\x30\x5c\xa1\xe0\xed\x03\x03\x30\x3d\xb6\x0b\xb8\ \xe3\xe3\xb8\x48\xa0\x90\x48\x14\x72\x29\xaa\xd1\xc4\xf5\x66\x29\ \xbc\x03\x5a\x66\xc2\x74\x6e\xa5\x50\x21\x37\x63\x2a\x5c\x0e\x14\ \x11\x60\x3a\xb9\x56\x2e\x30\x34\x87\x2e\x8b\xdf\x64\x04\x13\x32\ \x99\x41\xd8\x4c\x0e\x02\xb8\x60\x02\x25\x93\x6b\x95\xb8\xd6\xaa\ \x25\x34\x72\x89\xc2\xe4\x74\xaa\xe4\x5a\xb5\x56\x8b\x2b\x0d\x06\ \xa4\x8c\x26\x9d\x1e\x53\x58\x5d\x6e\xb3\xc5\x88\x63\x84\x54\xee\ \xf7\x5a\xd1\x12\x96\x1d\xac\x50\x4f\x10\x26\xb3\x4a\x6b\x56\x13\ \x36\xb7\xc9\xa4\x36\x6b\xb5\xb1\x88\x4e\x8b\x49\xa4\x72\xa5\x52\ \x0a\x67\xbc\x8b\xed\xa2\xb6\x10\x42\x29\x68\x32\x0e\x67\x2a\x31\ \xb8\x71\x73\xd0\x13\x41\xd5\xe3\x76\x8b\x33\x6e\x13\xc9\xed\x7a\ \x8d\x06\x28\xa5\xd7\xa3\x0d\x43\x3a\x9d\x45\x2f\xc5\x55\x5a\x83\ \x5c\xaf\x30\x9b\xf4\x4a\x39\x2e\xd1\x2b\x14\x5a\xa7\x1a\xa2\xa3\ \x5c\xa1\x26\x94\x91\xb6\x57\xa5\xb5\x99\x7d\x91\xb8\xd5\x1f\xf7\ \xab\xe5\xee\xa0\x3f\x14\x77\x45\x83\x01\x17\xf0\xc8\xe0\xf4\x94\ \xe2\x16\xb5\xd5\x6b\x6d\x9e\x19\x9d\x9d\x79\x48\xeb\xf4\x7b\x7c\ \x5e\xb7\x2f\x1a\x71\xd8\x1d\x6a\xaf\xcd\x64\x72\xc7\xdc\x2a\xa7\ \xd3\x1c\x77\x3a\xa3\x9d\x65\xc4\xe1\x0c\x04\x02\xc3\xe0\x7c\xb0\ \xb2\xda\x3c\x1e\x97\xdd\x5e\x4c\x5f\x82\x03\x8e\x73\xc3\x45\x38\ \x34\x19\x15\x27\x33\x57\x38\x1c\x9e\xf4\xc3\xce\xc0\x6c\xdc\x1f\ \xd1\xbd\xd0\x30\xe2\x9f\xc2\xd3\xc7\xc3\xa2\xc7\xe3\xcc\xa5\x43\ \xc5\x51\x37\x7a\x36\x0c\xc6\x57\xa5\x7a\x61\xd5\x9d\xc7\x22\xfe\ \xf6\xeb\x16\xfd\xc5\x15\x5d\x1a\xb9\xe2\xd9\x5e\x71\x39\x1e\x4d\ \x17\x31\xcf\x62\xd1\xac\xe4\xba\x9e\xd5\xd0\xe9\xaf\x26\x06\xd5\ \x54\x76\x9a\xcd\x75\x07\xc9\x44\xf6\xb2\x50\xab\xf5\x43\xd5\x5a\ \x25\xd5\xab\x74\x86\x99\x12\x44\xac\xd1\x59\x1d\x95\x35\x38\x4c\ \x7e\x8f\xc7\xed\xfa\x53\xff\x0b\x1f\x20\xd6\xea\x76\xfa\x8a\xc1\ \xb3\xe6\xb0\x3e\xfa\xdd\xff\xdb\x5f\x5d\x5e\x9c\x17\x72\x63\x8a\ \x3c\x6b\xbf\xbc\x2a\x64\xc7\x74\x21\x49\xcf\x92\x49\xb2\x92\xac\ \x26\x2e\x67\xf3\x5c\xa6\x9d\x03\xc5\x4c\x74\x0a\xbd\xc1\x78\x9c\ \x9f\xa4\xbe\x99\x2d\x73\x49\x92\x4c\x90\xbd\x6f\xe8\xb3\x42\x21\ \xdb\x5c\x66\x52\xa9\x42\x98\x2e\x67\xd2\x99\x67\xd9\xec\x55\xbb\ \x97\x9f\xd6\xda\x74\xe3\xe2\x32\x3f\x26\xf3\xe5\x4c\xb9\xda\x6e\ \x83\x2d\x5e\xa5\x2b\xf0\xef\x4a\x21\x3d\x29\xdc\x34\xe8\xfe\xb2\ \x9f\xbd\xce\xb5\xf2\xb3\x4a\xbf\x3c\xee\x4e\x96\x95\x74\xfe\xe5\ \x57\xcf\x6b\x54\xba\x43\xb6\xe8\xda\x70\x96\xb8\xb8\x5a\xcd\x92\ \xf4\x79\xa6\x56\x4d\x25\x3b\xb9\xcb\x64\xa3\x9d\x1d\x34\x2a\xd5\ \xe4\xf9\x64\x9c\x2e\xa7\xc9\x4c\x9b\xcc\xd3\x54\xee\x3c\xdb\xbe\ \x4e\x66\x6e\x9e\xbf\x78\xfe\xe5\x2f\xbe\xf9\xee\x26\xbd\x4c\x43\ \x0c\xeb\x8f\x53\xd5\x65\x27\xdb\xb8\x48\x96\xcf\x6f\xae\x5f\xdc\ \x24\x6a\xd5\xc2\x72\x39\x98\x92\xd9\x4e\x33\x5a\x1c\x4d\x26\xf3\ \x71\xb5\xbf\x2a\xd6\xfa\xc3\xe2\xaa\xda\xa1\xfa\x93\x19\x95\x1f\ \x2e\x32\xd4\x6c\x51\xa3\x87\xf4\x78\x99\x4c\x93\xd3\xc9\x62\xba\ \x9c\x80\x22\x37\xae\x6e\x5e\xfe\xe2\x77\xdf\xfd\xc7\xaf\xff\xf6\ \x9f\x3e\x7b\xf8\xe9\xa7\x0f\x3f\x7d\xfb\xd3\xcf\xee\xbe\xfd\xe9\ \xc7\x6f\xbf\xf5\xd6\x3b\x77\xb6\x76\x36\x39\xec\xad\x2d\xd6\x06\ \x9b\xbd\xc1\x02\x01\xdc\x66\x30\x20\xc3\x6c\xa0\x36\x56\x68\xdc\ \xe0\x2d\xc4\x36\x37\x37\xc5\x1b\x6b\x4c\x36\xeb\x4f\xeb\xef\xf0\ \x25\x31\x93\xb3\x89\xca\xdc\xd7\x59\x9b\x6c\x34\xb9\x8b\xcd\xe5\ \xee\x9d\x42\x32\x3a\x95\xdd\xb6\xfa\x13\x33\xc4\x7f\xea\xcd\x70\ \x24\xe6\x6c\xb0\xb7\x98\x7b\x2c\x0e\x07\x92\x17\x24\x2d\x08\x3a\ \x10\xc6\x58\x40\x15\x38\x3c\xfc\xe2\xb0\xd0\xed\xbd\x75\x90\xc8\ \x75\xd9\xfa\x11\xa0\x6d\x7d\xef\xc9\x93\xd3\x9f\x80\x0e\x3e\xfa\ \xe1\xc9\xf1\x4f\xfe\xdb\xff\xfa\x6f\xdc\xb5\xad\x9d\x77\x76\x36\ \xd6\x80\x4a\x62\xd6\xa1\x8c\xb5\x81\xd2\x14\x9a\xf7\xb5\xce\x40\ \xed\xb8\xb8\x2c\xd4\xf7\x6f\x9d\x75\x04\xa2\x89\xd6\xad\x40\x2b\ \xc1\x18\x65\x70\xbc\xbd\x63\x34\x06\x51\x2c\x3b\x3e\x05\x3d\xe4\ \x32\xf6\x0e\x51\xaf\xac\x63\xd9\xa3\x93\xa3\xa3\x53\x34\x96\xe2\ \x76\x18\xab\xf8\xf8\xc9\xa3\xbd\x37\x78\x82\xfd\x5d\x91\x40\x04\ \x0e\x84\x29\x85\x00\x29\xb4\x90\xc5\xdb\x85\x84\x75\xb0\x0b\x40\ \x92\xf2\x05\x80\x21\xb4\x11\x46\x05\xd0\xc2\x14\x12\x6c\x5f\x22\ \xd5\x48\x21\x21\x99\x08\x1c\x3d\x1d\x5c\xd1\xbb\xf0\xf8\xdd\x46\ \xa9\x40\x28\xd9\xe7\xe1\x42\xa1\x08\x5e\x88\x8b\x78\x22\x1e\xae\ \xc0\xa4\x20\x81\x10\xd2\x24\x7c\xa5\x80\xcf\x87\x63\x03\x93\x08\ \x1e\xfa\xb2\x48\x22\xda\x55\x68\x70\x3e\xba\x45\x27\x12\x48\xf8\ \x84\x4a\x29\xe2\xa3\x8d\xd1\x3c\x01\xda\x2d\xa3\x54\x2a\x74\x04\ \x5f\x61\x36\xc8\x25\x72\xb9\x9e\x50\x10\xba\xc1\x99\xd5\x14\xb7\ \x18\xe5\x36\x87\x51\xa5\xc1\x25\x46\xa7\x16\x68\xa1\x22\xe4\x16\ \x25\xa8\x1d\xba\x21\xa5\x53\x61\x52\x87\xdb\x65\xb2\x69\x54\x56\ \x1d\x1f\xb7\x18\x75\x3a\x93\xd9\xaa\x92\x48\xf5\x5a\x8b\xd3\x68\ \xb0\x13\x2a\x89\x50\x65\xd6\x98\x20\xbb\x29\xb5\x72\xa9\x5c\x85\ \xf1\x35\x7a\x8d\xd1\x65\xd5\x19\x35\x16\x93\x01\x17\xe8\x5c\x21\ \xc2\x88\x6e\x2b\xa2\x5d\xd6\xe0\x84\x20\xaf\x60\xc3\x07\x3c\xc1\ \x81\x00\xd3\xa3\x4f\xc7\xae\xb2\x39\x6d\xf5\x3a\x64\x17\xbb\xc7\ \xe7\x31\xed\x2a\x4c\x5a\x48\x64\x0a\x5c\xa9\x40\x2b\x72\x6a\x95\ \xd5\xa0\xc2\x34\x60\xb1\x1a\xc2\xea\x04\x9a\x13\x0a\xb9\x90\x0f\ \x02\x2b\xdf\x55\xea\x74\x10\xc1\xc2\x7d\x37\x2a\x1c\x0d\xd8\x43\ \xae\xd8\x22\xa8\xd1\xda\x2d\x16\x6f\xd8\x15\x08\xb8\x74\x36\xaf\ \xdd\xea\x71\x3a\x9a\x6e\xbd\xc6\xee\x70\x39\x5d\xc1\x58\x37\x64\ \xb1\x9a\xbd\x36\xa7\xd3\xe9\xb7\x00\xa4\xac\x7e\x9f\xd5\xe4\x6b\ \x7a\xcc\x96\x90\xc7\x13\xb4\xd6\x97\xf3\x98\xc1\x1b\x0d\x4f\xc7\ \xa5\xde\xa0\xe3\xf6\x44\x3c\x01\x9b\x31\x3a\x4d\xf7\x43\xb3\x55\ \xbe\x96\x03\xdb\x28\xc5\xfa\xf3\x88\xc7\x1a\x9f\xf6\x3b\x45\x5f\ \xa9\x34\x6e\x17\x7a\xde\x33\x8f\xb3\x38\x59\x8d\xf3\x67\xa0\x6c\ \xfe\x1e\x59\xec\x4c\x26\xdd\xe8\x34\x1c\xcb\xd7\x7d\xb1\xfa\x7c\ \xd8\x5d\xd9\x96\x5f\x96\x57\xc9\xcb\x78\x60\xee\xf2\x07\x3b\xd3\ \x5a\x67\x11\x5a\xc4\xfc\xd9\xc1\xa4\x16\xad\x47\xdb\x75\x63\x30\ \x49\x0e\x2e\x52\xb5\x59\xae\x5f\x9a\x5c\xe4\x0b\x2f\x6f\x66\xb5\ \x76\xa8\x9d\x3d\x4f\xd5\x2a\x9d\x44\x2a\x3c\x5e\xf5\x46\xdd\x33\ \x9f\x3f\xec\x34\xb8\x02\x4d\x57\xc8\x6b\x31\x98\x8d\x46\x63\xc8\ \xe7\xb4\xdb\x5d\x56\x8f\xc7\xdb\x0c\x87\x8b\xf4\x3f\xfe\xa1\xb7\ \x20\x3b\xbd\x41\xae\x9d\xae\x2e\xf3\x89\x67\x97\xd5\x72\x8a\x1a\ \xd0\xb3\x54\x2e\x57\x20\xf3\xe9\x97\xbd\x59\xbf\x4f\x15\x56\xa3\ \x56\x6b\x38\xcd\xcf\x3a\x1d\xaa\x97\x7a\xd9\x2f\xb5\x27\xb3\x32\ \x99\x4f\xbd\x4c\x8c\x2b\xd5\xf6\xa0\x9f\xba\x68\x17\x66\x85\x72\ \x9e\x4a\x7c\x51\xa9\xb4\x67\xe5\x04\x5d\xbe\x24\x53\xcf\xcf\x7b\ \x64\xe6\x59\x2a\xfd\xba\x5d\x4b\x57\x0b\xa9\x1a\xbc\xcb\xa0\x70\ \x91\x9c\x0d\x2e\x1b\xf9\x6a\xa1\xdb\x7f\x7d\x5d\xbb\xcc\x50\xa9\ \x5a\x66\xd6\x19\xb4\x93\x99\xec\xcf\xbf\x4c\x75\xfa\xd5\x51\xb5\ \x50\x9b\x15\x6a\x83\xf4\xcb\xfc\x8a\x1c\x0c\x92\x49\x9a\xac\xd0\ \xf9\xec\x75\x23\x53\x1b\x53\x95\x1e\xd9\x4a\xe6\xbe\xbc\x6c\x51\ \x85\x59\x36\xdf\xa3\xab\x99\x5c\xf9\xc5\xb2\x77\xde\x48\x5d\x7e\ \xfb\xf5\x57\xff\xf6\x32\x49\x57\x92\xf4\x75\xa1\xd2\xa2\xa7\x83\ \x14\x78\xe2\xf9\xf5\xcf\x6f\x5a\xcf\xab\xfd\x54\x7b\xba\x1a\x37\ \x97\xb3\x71\x74\x19\x1d\xf5\x67\xc5\x69\xa7\x3b\x8f\x82\x0b\xae\ \x26\x9d\xde\xb4\x36\xa9\x0e\xe1\xd3\x25\x73\xf4\x04\x75\x1d\x1b\ \x50\xe0\x94\xb3\x7e\xae\xd6\xce\xb6\xa9\x8b\x8b\xcb\x57\xd7\xff\ \xf2\xfb\x7f\xfb\xe7\x4f\x3f\xfb\x8b\xcf\xfe\xec\x47\x1f\xbf\xfb\ \xe9\x7b\xef\x3c\xfc\xe8\xa3\x77\xdf\xba\x7b\xf7\xad\x9d\x37\xef\ \xbd\xb9\xb3\xb5\x76\x87\xb3\x85\x96\xab\x18\x90\x9e\xb6\x59\x68\ \x6a\x20\x83\xc9\xd9\xd9\x84\xd0\xb2\xb1\xcd\x66\xb0\x11\xd0\x20\ \x84\x31\xd6\x19\x6b\x9b\xe2\x75\x34\x38\x95\x01\x20\xe3\x6c\xa3\ \x3e\x7f\x0c\x26\xba\xeb\xc7\xe2\xa0\x10\x03\x26\xf7\x68\x7d\x67\ \x0d\x42\x92\x6c\xfd\xf0\x08\x15\x63\x01\xd8\xb6\x50\x5f\x18\x16\ \x20\x83\xc3\x86\xe4\x06\xc9\x0a\x6d\xad\xde\x3b\x62\x6c\xa0\xd2\ \x75\x48\x46\xeb\x47\x47\x7b\x0c\x31\x03\x4d\x89\x58\x47\xd3\xeb\ \xd9\xe2\xc7\x8f\x8e\x7f\xf2\xf9\xc9\x53\x54\xdd\xf0\x93\xcf\xff\ \xea\xbf\x1c\xb2\x76\xee\xbd\x73\x6f\x8b\x7d\xc2\xe6\xae\xcb\x8e\ \xd6\xd7\xd8\x5c\x06\x8b\xb5\xc9\x61\x30\x50\xdf\xc0\x0d\x54\x6f\ \xb5\xce\x15\x33\xd9\xeb\xcc\x5b\x59\x5c\x47\x63\x5f\x81\x93\x68\ \xec\x2a\x2a\x28\x45\x6b\x54\xc7\x32\x19\x1a\xc8\x0a\x56\x78\x78\ \x0c\x8f\xec\xed\xa1\x46\x7e\xc7\xeb\x32\xd4\x6f\x46\x76\x78\x78\ \x72\xfa\xc6\x3e\x6f\x17\x03\x68\xdd\xe7\xab\xa4\xc0\x92\xdb\xca\ \xcf\xfd\x5d\xb8\x5a\xef\x7f\xf8\x80\x8f\xed\xef\x1f\xec\x63\x4a\ \xc1\x7d\x08\x19\x52\xd1\xae\x80\x20\x00\x3f\x7c\x00\x1a\x30\x48\ \x85\x76\x2c\x8b\x44\x02\xc0\x44\xac\x18\x30\xca\x21\x76\xf1\x0e\ \x78\x12\x8c\xcf\xdf\xff\xf0\x40\xaa\x84\x84\xa2\x52\xf2\x51\xe4\ \x12\x49\x6f\xdb\xb4\x80\x08\xf2\x44\x04\x21\x50\x49\xf7\x41\xb3\ \xf0\x5d\xc8\x6b\x4a\x25\x9f\xb7\x2b\xe5\x03\x08\x79\x1a\x0d\xff\ \x40\xaa\xe0\x29\xf4\x42\x4c\x63\x37\x4a\x31\x29\xa4\x12\xbd\x52\ \x67\xd5\xe2\xc8\xf7\x54\x72\x4d\x77\x6e\x37\x79\x8d\x84\x54\x49\ \x48\xf5\x1a\x4c\xa0\xd7\x1a\x31\xa9\x5a\xa1\xb7\xa9\xd1\x0d\x3a\ \xad\x45\x29\xd7\x59\x41\xe5\x2c\x2a\xa3\x19\x5c\x52\x8f\xe3\x7a\ \xb5\x46\x6d\xd0\x4b\x55\x90\xc6\xcc\x1a\x8d\x11\xa8\x87\xb6\x21\ \x12\x98\x5e\x81\xc2\x9e\x12\xc3\xe5\x12\xa1\x42\x67\x50\x1a\xad\ \xc0\x3f\xbd\x5a\xaf\x55\xf0\xd4\x76\x8d\x99\x90\x4b\xa4\x84\x06\ \xb5\x2a\xe4\x01\xb6\x51\xa7\x06\x91\x00\x6d\x56\x42\xad\xbc\x6c\ \x16\x9b\xd3\x3f\xea\x4e\x83\x5e\xfb\xa8\x64\x91\xec\x2b\x9c\x7a\ \x85\x52\xad\xc3\x71\x95\x1a\x62\x22\xa1\xb2\xfb\xe5\xb8\x06\xc4\ \x9a\x50\x1b\xad\xe8\x51\x1d\xce\xe3\xcb\x23\x31\xb5\x52\x6f\x33\ \x5b\xb5\x9a\x51\xd5\x65\xd0\xd8\x82\x61\x9b\x3f\xd2\xed\xba\x22\ \x6a\xb3\x27\xe0\xb4\xb9\x83\x21\x0d\x3c\xea\x0c\x05\xcc\xbe\xb0\ \x45\xae\x32\xda\x3d\x7e\xbf\x7f\x56\x8c\x79\x1c\x26\xaf\xd6\xe1\ \xf4\x37\x23\x10\x2b\x1d\x0e\xa7\xd5\x12\x1e\xd9\xcc\x46\x9f\xc5\ \xe6\x73\xa1\xdb\x84\x16\x93\x3d\x00\xe7\x32\x9c\x2e\x2d\x56\xa7\ \x37\x62\x76\xfa\x9a\xb9\xc1\x62\xb1\x1c\x75\x07\xfd\x68\x27\x16\ \x1b\x76\x47\xfe\x50\xac\x3e\xe8\x44\x7d\x3d\x6a\xd6\x1f\x8f\x5c\ \x43\xbf\xa5\xe9\x5f\x90\x93\xb0\xff\x2c\x6a\x59\x66\x57\x40\x2f\ \xb4\x5d\xb0\x9e\xec\x46\xdc\xee\x6e\x34\x36\xf5\xcd\xd2\xd9\x46\ \xb6\x50\x0f\x15\x03\xdd\xfa\xa8\xda\x0d\x37\x57\xe0\x9e\xdd\xc5\ \x62\x1a\x0f\x47\x97\x13\x6f\x8c\x1a\x2c\xb3\x8d\x5a\x97\x9e\x2f\ \x0a\x89\x5e\x35\xf3\x32\x57\xeb\xcd\x9f\x57\xe1\x3a\x4e\x4f\xc6\ \x83\xe8\x74\x3a\x9f\xcf\xa3\xee\x00\xfc\x58\x89\x87\x3d\x4e\xb7\ \x5d\x03\x59\x57\x6f\x0c\x78\xbd\x71\xbf\xd6\xe4\x0b\x84\x86\xf5\ \x55\x93\xfe\xfd\xef\xe9\x59\x2b\x93\xc8\x26\x6a\x05\x72\x46\xbf\ \x68\xcc\x52\xd7\x33\x3a\xb3\x5a\xe6\x7a\xf0\xe0\x32\x9b\x5c\x4c\ \x66\xd3\xf6\x68\x35\xce\xe5\x26\x7d\x7a\x45\xb7\xc7\xe9\xf3\x4b\ \x6a\x9e\xef\x65\xb3\xc9\x09\x55\xbe\x1a\xd3\x8b\x44\x2e\x7b\x01\ \x71\xab\x96\xa2\x73\x54\xf9\x3a\x57\xcd\x76\x73\xbd\x4e\xfe\xd9\ \xb4\x9f\xba\x1a\xcd\x5e\x65\x12\xe5\x72\xbb\x76\x4e\x66\x5a\x74\ \xaf\x40\x36\x0a\x74\x76\x41\x5f\x67\xce\xaf\xaf\xfa\xc3\x97\x99\ \xe9\x8b\x46\x1e\x14\xb4\x44\x97\xe7\x64\xfa\xfc\xab\x9f\xb7\x7a\ \xf9\xd5\x7c\x90\x00\xa9\xad\xf4\x5b\x95\x55\xaf\x3f\x69\x65\x5e\ \x54\x3b\xe7\x89\x64\xfe\xfa\x65\xe6\xa2\xd7\x6f\x43\xec\x4b\x97\ \x53\x8d\x44\x21\xdb\xae\x65\x7b\x95\x4c\x26\x9b\xbe\xce\xf5\x5e\ \x66\xf2\xa9\x7f\xfc\xcd\xd7\x7f\x59\x49\xfd\xaa\x92\xa9\x9c\x93\ \xd9\x34\x49\x5f\xbc\x6c\x5d\xde\xbc\x78\x76\x91\x7c\x71\x51\xa1\ \x86\x20\xe5\xcb\x21\x49\xd1\xb3\xe5\x74\xb6\x5c\x0e\xf3\x9d\xf1\ \x68\xbc\x1a\x2e\xc7\x63\x6a\x30\x4d\xf7\x56\xb5\x76\xb5\x5d\xc8\ \xe7\x3b\x9d\x15\x4d\x4d\xab\xe9\xda\xb8\x3d\x19\x0c\xce\xab\xbd\ \x97\x29\xb2\xf5\xd5\x3f\xfc\xf1\xbb\xbf\xfe\xed\xdf\x3d\xfc\xdb\ \xcf\xfe\xe2\xbf\x7e\xfa\xf0\x07\x0f\x3f\xfe\xe8\x3d\x54\xe2\xfe\ \xee\xdd\xcd\xb7\xef\x70\xb6\x37\x19\x9b\x90\x9a\x36\x21\x4e\x01\ \x8b\x50\xef\x18\xd6\xfa\xda\xe6\x36\xaa\x2d\x67\x6e\xdc\xd9\x5c\ \xdb\xd9\xba\xdd\x4f\xb8\xb1\xb5\xc6\xd8\x66\xde\x4e\x28\x04\xe7\ \x03\x62\xb0\xc5\xdb\x8c\x0d\xc6\x3a\x7b\x83\x8d\xb4\x4c\xb6\x77\ \x78\x8a\xe6\xa0\x6e\xc3\x71\xd8\x5c\x31\x0b\x54\x0c\x51\x8d\xb9\ \x01\x8e\x89\xa6\x18\x72\x01\x30\xdc\x3d\x2e\x13\xc8\xc1\x66\x1e\ \xaf\xaf\x8b\x39\xdb\xb7\x45\x5c\xeb\x10\x7d\x50\x83\x76\x00\x96\ \x18\xed\x56\x96\x71\x9f\x3c\x3e\x7c\xf2\xf4\xe4\xc9\xe3\xd3\xcf\ \x3f\xff\xfc\xf0\xe9\xd3\x43\xf6\x5b\x6f\xb2\xc1\x4d\x65\x60\xad\ \x9c\xbd\xbd\x75\xb0\x4d\xb0\x51\x36\x12\x4c\x54\xf4\x8e\x8a\x1d\ \x64\xb7\xf5\xf4\x7b\x32\x36\xda\x29\xb4\x07\xd2\x89\x9c\x13\x85\ \xaa\x23\x2e\x5a\xbe\x3a\x01\x37\x3c\x39\xe1\x1e\x1f\xae\xb3\x51\ \x35\x3e\x77\x4f\x06\x8f\x70\x19\x68\x93\x0e\x9a\xa0\x73\x7c\xf8\ \x86\xe8\xc1\x87\x07\xbb\xbb\x02\x01\x5f\x2a\x51\x40\xb2\x52\x48\ \x77\x05\x98\x08\x57\x41\x08\x02\x41\x14\x61\x18\xa6\xc4\x0f\x0e\ \x84\x12\xbe\x60\x97\x87\xca\xd3\x45\xe8\x21\xd4\x29\x4a\xa5\x51\ \x40\x26\x02\x3e\xe9\x4d\xf1\x92\x4b\x6b\xd6\x60\x7c\x30\x44\x3e\ \xc1\x17\x09\xf7\x85\x0a\x1c\xe7\xa1\x36\x08\x3c\x91\x44\x41\xf0\ \x51\x4f\x2d\x29\x0f\xf9\x26\x4f\xce\xc7\xf9\xf0\x6e\x38\x26\xe4\ \xe1\x60\x4d\x68\x3d\x8b\xc0\x44\xbb\x3c\xbd\x56\x29\xf8\xff\xf7\ \x2e\xdb\x6d\xb8\x50\x01\x29\x47\x2a\xd5\x59\x8d\x2a\xe0\x09\x41\ \x10\x96\xb3\xbe\xd7\x6c\xd1\x69\x8d\x84\x44\xaf\xc6\xf9\x3c\x89\ \x5e\x8b\x4b\x15\xb8\x9c\x00\xc3\xc3\x08\x9d\x4e\xc2\x43\x3b\x6a\ \x0e\x30\xa5\x9c\xc0\xd5\x56\x35\x01\x67\x06\x42\x26\x57\x68\xf4\ \x00\x2d\x0c\x20\x2b\x55\x2a\x75\x1a\x25\x6a\x0c\xc8\x93\x10\x5a\ \x82\x87\x63\x52\x9c\x30\x29\xf8\x66\x07\xe8\xa1\x8e\x10\x68\xb0\ \x5d\xb9\x49\xa9\x52\xab\x00\x6d\x2a\x74\xfa\x42\xa5\xf0\x01\x9f\ \x2f\x94\xab\x10\x6a\x31\x0c\x60\x6b\x77\x69\x1c\xb1\x52\xb8\x0b\ \x52\xe6\xf3\xab\x71\x9e\xc6\xaf\x53\x12\x1a\xb5\x04\xbf\xbd\xab\ \xa0\xd0\xfb\x3d\x7a\x88\x94\xc0\x2b\x42\x6d\xd1\x29\xe5\x1a\x85\ \x4a\xaa\x90\x7b\x63\x46\x85\xc5\xe1\xd0\x4a\x55\xcd\xe7\x25\x85\ \xdc\xe2\x8d\xbb\x03\x67\xa3\x91\xd5\x8b\x72\x95\xd1\xe8\xf1\x07\ \xe1\xbb\x32\x05\x7d\x6e\x83\x3f\xea\x36\xaa\x0d\x81\x90\xd3\x02\ \x6f\xe1\x76\x84\x3c\x3e\xad\xdf\x63\xf4\x45\xac\x10\x20\xad\x16\ \xab\xbb\x39\xb7\x69\xec\xde\x40\xc0\x67\x89\xc4\xa6\xc1\x68\xdc\ \xe9\x8d\x37\xc3\x67\xe3\xa9\xdb\xed\xf3\xb8\x6c\x4e\x4f\xd4\x5b\ \x6c\x76\x87\x23\x6b\x30\x16\xee\xba\x4d\x8b\xe1\x30\x58\x9c\x36\ \xab\x35\x5f\xb4\x90\xcd\xd2\xf9\x8e\x67\x10\xf6\x05\xed\xb1\x49\ \x9b\xf6\xc7\x9a\xfe\x55\x7d\xda\x1d\xd3\xd3\x40\xd4\x1a\x4e\x0f\ \x46\xf6\x68\xd4\x12\x6c\x5a\x46\x54\x2f\x4b\x51\x73\xa7\xd3\xba\ \x5c\x2c\xea\x83\xe9\x7c\x59\x8a\x85\x57\xf3\x45\x67\x19\xad\xc7\ \xe7\xc1\x52\x3b\x51\x28\x5c\xe7\x9b\xd9\xf9\x38\x35\x1d\x64\xd3\ \x37\xb3\x45\xbf\xdb\x4a\xf7\x66\x64\xb5\xbb\xe8\x47\x67\xe3\xb3\ \x66\x31\xea\xf6\x97\x9c\xf6\x52\xc8\x63\x33\x1a\x74\x76\x9b\x82\ \x30\x39\x5d\x01\xab\xc3\x69\x8c\xf8\x22\xc5\x59\x2e\x5a\xfd\x97\ \xaf\xa6\x64\xa3\xfc\x2c\x31\x1e\x66\x5a\xc5\x9b\xdf\xa5\xc7\xb9\ \x6c\x2d\x99\x19\x4e\x6a\xe5\x4c\xa1\x37\x4e\x34\x00\xc1\xa3\xce\ \xb0\xbf\x02\x4d\x03\x07\x1b\x53\xd5\x04\xf9\xbc\xb2\xa4\x48\xb2\ \x03\xd8\x2a\xaf\x86\xab\x5e\x03\x0d\x07\x2c\x53\x33\x34\x89\x10\ \xac\xf0\xf2\x6a\x72\xd1\x9a\xcd\x7a\x9d\xd4\x45\x72\x3e\x2b\x14\ \x7a\xb3\x5c\x82\xcc\xd5\x2a\xd7\xb5\x45\x3e\x97\xa8\xd4\x80\x04\ \xa9\xf2\x17\x37\x57\xed\xc1\x55\xa6\x93\xe9\x14\xce\xa9\xf6\xf8\ \xea\x66\x92\x9d\x55\xbe\x7c\x95\x1c\x77\xc6\x63\xf2\x15\x50\x2c\ \x31\xcb\xd5\x3a\x83\x0c\x59\x78\x56\x1e\xcf\xae\x6a\xb9\xe7\x97\ \x85\x6c\xa3\x43\x53\x55\x3a\x9f\xb8\x4e\x9e\xa7\x0a\xf9\x5c\xbe\ \x97\x68\x25\x32\x99\x67\xc9\x42\xa2\x90\xbe\xfe\xe2\x1f\xff\xf1\ \xd5\x2f\x9e\x3f\xfb\xfb\x8b\xcb\x17\x37\x95\x5e\xbe\x9d\x3c\xbf\ \xfc\xf2\xcb\x6f\x7e\xf9\xc5\xcb\xf4\x97\x57\xe9\xce\xf0\x6c\xda\ \x5d\x0d\xb3\xd5\xd9\x60\x55\x5f\xd4\xbb\xe3\x6c\xbb\xbb\x6a\xc2\ \x0f\x97\xfa\x2c\x3f\x9c\x14\x0a\x83\xc1\xa0\x3a\x20\x21\x6e\x65\ \xd3\x1d\xf8\x76\x93\x54\xbb\x40\x8e\x7b\xe5\x74\xf5\xa2\xf2\xe2\ \xf9\x1f\xff\xe3\x6f\xfe\xfd\x7f\x7f\xff\xfd\x0f\x3e\xfd\xec\x47\ \x9f\x7d\xf0\xde\xbb\x1f\xff\xe0\xe3\xb7\xdf\x7f\xff\xed\x9d\x3b\ \xf7\xb6\xb7\x37\x18\x1b\x6c\xc6\x26\x28\x20\x5a\x27\x02\x41\xe3\ \xae\x6f\x6e\xa0\x7a\x4f\xd4\x12\x86\x8b\xe8\xb5\xbd\x79\xef\xce\ \xe6\xf6\x1a\x6a\xeb\xbe\xc6\x58\x67\x42\xa2\xe2\x70\xd7\xd9\x77\ \xb7\x41\xc7\x36\x77\xd6\x98\xeb\x0c\x06\x08\x1f\x20\x62\xef\xf8\ \x10\x92\x0b\x97\xc3\x39\xe4\xae\xb1\xd7\xd6\x8f\x6f\xeb\x0e\xd0\ \x02\x3c\x03\xcd\xac\x60\xa0\x7d\xd0\xb2\xa3\xcd\x35\xd4\x59\xf4\ \xe8\x64\x0d\xed\x02\x62\x33\xd1\xad\x48\xa4\x83\x68\x58\xbd\xec\ \x18\xcd\x93\x38\x3a\x91\x3d\xfa\xfc\xf1\xd3\xcf\x9f\x3c\x7e\xfa\ \xe4\x27\x4f\x4f\x1f\x3d\xfd\xfc\x68\xed\xee\xbd\x6d\x88\x6d\x70\ \xa8\x75\x34\xa3\x62\x1d\xe4\x94\xc9\x59\x5b\x43\x6d\xe2\x41\x0a\ \x81\x9b\x47\xeb\xc0\x2d\x2e\xaa\x9e\x40\x35\xa4\x2c\x34\x62\x9a\ \x05\x6f\x88\x06\x13\xc2\xbf\x4f\x8e\x1f\x9f\x42\x74\xdb\xe3\xca\ \xd0\x5b\x9d\x1e\x1f\xa1\x62\xd1\x23\xb4\xd8\x7f\x78\x7a\x7a\x22\ \x46\xd3\xbe\xde\xc0\x20\xe5\xf0\x76\x81\x1c\x18\x1f\xed\x48\xe1\ \xf1\x44\x7c\xc1\xf7\x04\xe8\x1a\xe5\x0b\x44\x0f\x44\x2a\x4c\xa9\ \xc4\xef\x7f\x0f\xa2\x97\x44\x89\x1a\x8f\x0a\x05\x0a\x1c\x32\x96\ \x00\x33\xab\x09\x39\x06\x17\xb3\x10\xb3\x17\x8b\x1e\xab\x42\x87\ \x0b\x31\x30\x41\x0c\x43\xb5\x00\x00\x0b\x0c\x7e\xc1\xd3\x30\xbe\ \x9c\x2f\xda\xc7\x70\x42\x28\x15\x02\x38\x24\x84\x46\xa5\x10\x81\ \x70\xf2\x15\x3a\xd4\xef\x0f\x93\x08\x25\x98\x08\x68\x62\x20\x78\ \x72\x29\xf8\x1b\xa8\x94\xc1\x0c\xec\x94\x2a\xd5\xa8\x5b\x8c\x1a\ \x57\xcb\x81\x05\x72\x63\x70\x06\x17\xa5\x41\xaa\x20\xa4\x7c\x15\ \x81\xc3\x29\x03\x37\x15\x42\x85\x5a\x8e\xa1\xde\x32\x4a\xc1\xf7\ \x24\x98\x50\x28\xc0\x55\x70\x78\x85\x4a\xa1\xe7\xa1\x87\xa5\x4a\ \x3e\xdf\x66\x44\x5b\x79\x70\x9c\x40\x77\x0c\x09\xd4\x49\x02\x93\ \x4a\xd4\x6a\xa5\x02\x0e\x0d\x51\x4d\xa2\x37\x03\x10\x15\xa8\x3b\ \x2a\x0e\x40\x52\xeb\x54\x2a\x95\x5e\xc9\x23\x44\xbb\x12\x10\x62\ \xc9\xbe\x48\x22\xe4\x63\x0a\x4c\x22\x3a\xe0\xa9\xfd\x5e\xb5\xc3\ \x09\x09\x22\x16\x70\x59\xcc\x52\xa9\x50\xee\x85\x94\x29\x85\xb3\ \xc1\xf4\x06\x42\x8a\xab\x8c\x5e\x8b\x90\x2f\x57\x12\x5a\x5c\xe5\ \xd3\xf2\x71\x3d\xd0\x53\xa5\xb2\x87\x4c\x0a\xad\xc9\x2c\xd7\xa8\ \x63\xb9\x89\x46\xe9\x8b\x04\xdd\xae\x40\xb7\xe8\x44\x5b\x07\x6d\ \x2e\x8d\x35\xe2\x75\xbb\x3c\x10\x92\xc0\x05\x43\x6e\xbd\xda\xee\ \x0b\x45\x83\xc5\x71\xd1\xe7\x76\x44\x02\x56\x9b\xd7\x11\xf2\x5b\ \x1d\x36\x9b\xcd\xee\xd6\x06\xbb\x0e\xb3\xdd\xe9\x00\xc3\x8a\x4c\ \xa7\xa5\x40\x24\xe2\x89\x47\xc3\xf3\x7e\xc0\x04\x27\xe4\xf0\x3a\ \xbd\xfd\x28\xbd\x08\xce\xfb\xc1\xd0\x99\xaf\x1b\x09\xb4\x3b\xcb\ \xd8\xd9\xa8\x39\xe9\x87\xa3\xbd\x54\x3a\xd3\x99\x7a\xd2\x21\xbf\ \xc7\xbb\x2c\x76\x32\x67\x11\x00\x50\x73\x31\x4b\x4d\x46\xf1\xba\ \xcd\x3d\x1c\x17\xe3\x67\x71\x7f\x38\x66\x3b\x9b\x4d\xd2\x85\x6c\ \xd3\x33\xf7\x35\xdb\xb5\x59\xa5\x3d\x1a\x06\xe2\xc1\x58\xb3\x14\ \x2c\xf9\xa3\x91\xb0\x27\x46\x36\x2a\xbd\xe7\x9d\x79\xb2\x3d\x85\ \xeb\x6d\x92\x2e\x4f\xb2\x83\x71\x6d\x55\xa5\x7a\xe4\xb2\x38\xb6\ \x14\x97\xa3\xc0\xd9\x2a\xe2\x76\x18\x6c\xbe\x78\xd0\xa1\x33\xa8\ \x4c\x5a\x9d\xda\x64\xb2\xb9\xac\x2e\x6f\x3c\x1a\x8d\x4c\xfb\x93\ \x61\xfe\x0f\xbf\xa1\xf2\xb3\xc6\xeb\xf1\xb0\xd7\xa8\x34\x53\xaf\ \x2e\x13\xe5\x4a\xbb\xf0\xbc\xd0\xef\x5d\x0c\xe8\x24\x78\x5a\x7f\ \x98\x1f\xd4\xaa\xcb\x2e\x99\x5c\x54\xb3\xcb\x42\x25\x93\x3f\x7f\ \x59\x6d\x56\xa9\x7e\x96\x5c\xa5\xbf\xc8\x75\xe9\x46\x32\x9d\x4c\ \xe7\x2f\x72\xed\x2f\x6e\xc8\x5e\xe1\xd9\xf3\x8b\x8b\x7e\x9a\xca\ \x65\x7b\xb9\x6c\x32\x4d\x25\xc8\x74\x36\x7b\x91\xc8\x5f\xe6\x06\ \x95\x0e\xa4\x99\x1e\xd9\x1e\xd2\x54\xa1\xdc\xaa\x80\xb0\x7e\x91\ \x68\x74\x7a\x99\x46\x36\xb7\x48\xf5\xfa\x19\x3a\xff\xec\xa2\x05\ \xd0\xe8\xe6\x5f\x3c\xa3\xd2\x79\x1a\xf2\x4e\xe1\x3a\x7d\x79\x9d\ \x9c\xb5\xf3\xf4\xf9\x75\xfa\xaa\x02\xc9\xb1\xdc\xa3\x72\xf9\x4c\ \x2a\x4b\xb6\xaa\x85\x36\x7c\x9f\x8d\x0c\x9d\x48\xa7\x73\xe4\x97\ \x2f\x5b\xdf\xbe\xfe\xc5\xd7\x5f\xfd\xfc\x57\x5f\xdc\xa4\x53\xf9\ \x4e\x35\xd5\x3a\x4f\x3f\xff\xea\xf7\xbf\xfc\xe5\xf5\xf3\x57\x85\ \x1e\xdd\x5f\xd2\x9d\xc9\xa2\x53\x9d\x4e\x96\x8b\x70\x3d\xdc\x2f\ \xf7\x86\x8b\xc5\xa2\x38\x1d\x4d\xab\xb5\xd5\x98\x86\xef\x66\xda\ \x86\x6c\x38\x99\x25\x07\xfd\x59\xae\x47\x77\x72\xf9\x2c\x59\x68\ \xbd\xfa\xe6\xf5\x2f\xbe\xfd\xd9\xff\xf8\x9b\xff\xf9\xf0\xe3\x3f\ \xfb\xe0\x83\x4f\x3e\xf9\xf4\xef\x3e\xfa\xf4\xe1\x47\xef\xbf\xf5\ \xd6\x5b\xdb\x9b\x5b\xdb\x9c\x9d\x8d\x8d\xad\x4d\xce\xd6\x06\xd0\ \x8a\x09\xd1\x65\x9d\xb1\xc1\xdc\x44\x95\x51\x9c\x35\x26\x67\x9d\ \x8b\x6a\x44\x77\xb6\x37\x37\x39\x6b\xa8\xb2\x01\xb2\xd5\x1e\x03\ \xfe\x0d\x11\x6c\x6d\x67\x13\x2d\xc8\x6f\x80\xeb\x01\xd3\xd0\xfd\ \x3f\xf1\xe1\x23\x34\x36\x0b\x18\x27\x43\x2e\xc8\x46\xad\xa8\x80\ \x59\x2c\x31\x17\x19\x24\x93\x8b\xfa\x90\x72\x59\x20\x96\x0c\x26\ \xb0\x83\xbb\xc7\xd8\x00\x94\xb1\xd1\x0e\x45\xae\x8c\x29\x86\xd7\ \xc8\x50\x0b\x2b\xd4\xab\xe6\xc7\x7f\xfe\xc3\x27\x4f\x8e\x4f\x3f\ \x7f\xfa\xf4\xc9\x93\xd3\xc7\x4f\xb9\x1b\x77\xb6\xee\xbc\x7d\x77\ \x8b\x0b\x6c\x5b\x3f\x42\x25\x12\x4c\xce\x1e\x50\x6b\x13\x4d\x94\ \xde\xd8\x60\x6d\xa3\xcd\x3f\xac\x35\x06\xa4\xbe\x75\x08\x60\x62\ \xc8\x60\xeb\x10\xf2\xd0\x93\x8f\x18\xdc\x23\xb4\xa1\xf0\xf0\x18\ \x95\x5d\x9c\xa0\xf6\x7d\x68\xd2\xea\x13\xd4\x52\x66\x0f\x18\x7b\ \x2c\x7e\x7c\x7c\x72\x72\x7a\xfc\x06\x4f\x08\x57\xe6\xbe\x08\xc2\ \xc9\x81\x80\x2f\x94\x48\x71\xbe\x08\x35\x44\x06\x86\x61\xbc\xfd\ \xfb\xbb\xfb\x18\x2a\x77\x10\x88\xa4\x90\x9e\xf8\x00\x35\x09\x5c\ \xff\x08\x38\x98\xce\xa4\xd6\x28\xc0\x94\x70\x89\xd4\x5e\x0f\x58\ \xcd\x72\x3e\xb0\x40\xb0\x8f\xa3\x38\x03\x8c\x11\x49\x94\x0a\xec\ \xc1\xf7\x30\x85\x00\x90\x24\xc4\x95\x4a\x9e\x42\x80\xb6\x15\xf2\ \xf5\x2a\xe9\xc1\xf7\xe0\x31\xd4\x40\x99\xd0\x2b\x78\x70\xcd\x4b\ \xe4\x84\x92\x90\xef\x62\x42\x42\xa5\x54\x0a\x84\x46\x07\x06\x19\ \x4d\xa2\x50\xf1\x55\x4e\xad\x14\x35\xba\x02\xd9\x8b\xf6\xe2\x1e\ \xaf\x49\xa2\x54\x03\x01\xa5\x0a\x21\x9c\x1d\xce\x93\xf0\x55\x20\ \x1d\x12\x25\xc0\x69\xff\x40\xae\x91\xf0\x20\xae\xa1\x16\xef\x84\ \x4e\xc3\x07\xf4\x29\xf4\x38\x4f\x61\x32\x08\x76\x01\x63\x84\x52\ \x89\xa9\x8c\x72\x25\xea\x9e\xac\x94\x28\x55\x72\x89\x5c\x2f\x95\ \xaa\x25\x26\x97\x5c\xaf\x92\x2b\xe5\x7a\x0d\xa8\xa6\xd3\xa8\x57\ \x03\xec\x14\x10\xad\xa4\xf0\x09\x08\x05\xbb\x40\x2b\x09\xba\x8b\ \x20\x80\x8f\x82\x30\xda\xac\x6e\xab\x3b\x10\x74\x05\x9c\x6e\x02\ \x12\xa0\xc6\xaf\x02\x26\x1a\xf4\x0a\xb9\xda\xa1\x52\xcb\x15\x66\ \xb3\x04\x43\x9b\x73\xf4\xb8\xcd\xa5\x15\x0a\xf5\x84\x41\x2f\xd7\ \xb9\xdc\x72\x35\x98\xa7\x44\x65\x6e\xce\x42\x06\xb9\xd3\x55\xb2\ \x43\xdc\xe8\xfa\x3d\x6a\xa7\xdf\xa2\x56\x19\xe3\x21\xb4\xc2\xa3\ \x77\x05\xfd\x9e\xa6\xd3\x68\xf1\xf8\xdc\x1e\x9f\x33\x1c\x08\xda\ \xbd\x7e\xbb\x1d\x80\x15\x88\xd8\x0d\x4e\x93\xda\x1b\x76\x78\xba\ \x2e\xb3\xd7\x66\x01\x3f\x8c\x8e\x17\x21\x7b\xc0\x69\xf7\xc5\x8b\ \x4b\x2a\x6c\xf1\x79\x1c\x0e\xbb\xc7\x33\xab\xd5\xe6\xa3\x79\xa7\ \x9f\x2b\x96\xa6\x4d\x6f\xaf\x1a\x9e\xd7\xc3\xcd\x65\x3f\x56\x9a\ \x94\x5b\xd5\x78\xd1\x3b\x09\x6b\x8c\xb1\xd9\x62\x92\x2d\x2d\xda\ \xc5\xe0\xb0\xbb\xec\x74\x02\xee\x90\xd3\x33\x9a\x07\x82\xc1\x60\ \x74\xe8\x73\x80\x10\x4e\x1a\xad\x62\xbd\xe4\xaf\x27\xda\xc3\xce\ \xa8\x5b\x74\x19\xe3\xab\x52\x69\x5e\xf2\xf8\xa7\x67\xce\x58\x8d\ \x24\xc9\xe4\xf8\x8c\xce\x9f\xf5\xae\x72\xed\xe4\xf5\x59\x6f\xd8\ \xcf\x0d\x07\xb9\xf4\x45\xb8\x39\x0b\x9e\x0d\xeb\x81\xd8\xb8\xe4\ \x0b\x9a\x4c\xb1\x90\xdd\xe4\xb2\x28\x0c\x7a\xad\xcd\x6a\xb2\xda\ \xdc\x5e\x4f\x24\x56\xf2\x8e\x96\xc5\xc5\xe0\x57\xdf\x8c\xfb\x74\ \xea\x9c\xec\xf4\x93\xa9\x28\x99\x6a\x14\xfa\xb5\x7c\xfe\xba\xdd\ \xa1\x12\xad\xfc\x20\x93\xa4\xea\xf4\x8c\x2a\x64\x6b\xd3\x67\xe9\ \xd9\x80\x1e\x5f\x5e\x25\xd2\xa9\x9b\xf1\x3c\x55\x01\x20\xcd\x72\ \x5f\x56\xfb\x3d\x32\xdf\x23\xcb\x64\xa6\x52\xcb\x15\x52\x85\x8b\ \x9b\x56\x2a\xdd\xc9\xb6\x1b\xd9\x76\x3a\x55\x79\x91\xab\x91\x57\ \xad\xf3\xc4\x79\xe1\x75\xbb\x96\x5c\x2d\x52\x39\x32\x91\x1f\xce\ \xc8\x9b\x54\xf2\xab\xea\x32\xff\xb2\x91\x4b\x66\x12\xa9\x2c\xe0\ \x01\xed\x47\x4c\x3d\xbb\xca\x92\xa9\x4e\x2d\x9f\xc9\xa4\xcf\xe1\ \xc1\x1a\x95\xbf\xec\x55\x93\x54\x35\x35\x6b\xa7\xae\xbf\x78\xf1\ \x2c\x53\x6d\x64\xab\xd7\x17\xbd\x7c\x2f\x59\x4b\x8d\x0b\x99\x44\ \xa1\xfa\x0a\x72\xda\x15\xbc\x3e\x71\xf9\xf2\xcb\x97\x7f\xff\xea\ \xfc\x59\xeb\xea\xbc\x01\xe7\x42\x25\xcb\xd7\xe5\xab\x9f\xff\xe6\ \xe5\x37\x95\x56\x66\x56\x03\x0f\xec\x57\xbb\x93\xfc\x74\xb8\x8c\ \xc7\xce\xe6\xd3\x71\x7f\x5a\xa3\x87\xcb\x69\xb4\x34\xc8\x0f\xfa\ \xab\x4e\x9f\xec\xb7\xc7\xed\x29\x9d\x9d\xf4\x7a\xbd\x09\x9d\xc9\ \x0d\xe8\x74\x2e\x91\xaa\xbc\xfa\xf6\xab\x6f\xff\xcf\x77\xff\xf7\ \xa7\xbf\xfd\xe4\xe1\xf7\x3f\x7d\x67\xf3\xe3\xf7\x3f\x7a\xff\x83\ \xf7\xdf\x7e\xfb\xce\x3b\xef\xec\xbc\x79\x67\x6d\x6b\x67\xe3\xee\ \x1d\x48\x58\x77\x20\xb6\x88\xd7\xb6\x21\xa6\x6c\xb3\x51\xf1\xc0\ \xe6\xf6\xe6\x1a\x47\x0c\xe6\xc5\x06\xa8\x71\xd8\xec\x0d\xf8\x27\ \x93\x89\x06\x0b\x22\x05\x84\x58\x73\x67\x83\xb5\xb9\xc6\xd8\x58\ \xe3\xa2\xd9\x13\x6c\x06\x1a\x25\x71\xf2\xe8\xe4\xe8\x04\x20\xb5\ \xb6\x89\xaa\x1a\x64\xeb\xac\xbd\x23\x88\x5f\x2c\x96\x98\xb5\x89\ \xc6\xe7\xb0\xd6\x51\xf3\xac\x63\x36\x4a\x63\x10\xa7\x80\x31\xe8\ \x4e\x23\x4a\x72\x7b\x9b\xf0\x8e\xb2\x23\x99\x98\xc1\x06\x7e\xc9\ \x7e\xf8\x57\x7f\xf5\x04\x8d\x67\x7e\x72\x88\x8a\xdd\x7f\x78\x74\ \x67\x67\x73\x67\xe7\xcd\x2d\x06\x1c\x15\x75\x79\x60\xc9\x58\x4c\ \x19\x2a\xbd\xe2\x30\xd0\xe6\x42\x31\x13\x32\xd5\xb1\x98\xc9\x64\ \xc2\x3b\x71\x0f\xb9\x62\x94\xc2\xd8\x9b\x6c\x2e\x1a\xed\x2c\x83\ \x37\x3a\x91\x9d\xec\x1d\x1d\x72\x51\x1f\x19\x80\xd8\x31\xbc\xcf\ \xe9\xe1\xd1\xd1\xe3\x13\x16\x9c\xf1\xf1\x63\x10\xc2\x93\xa3\x37\ \x24\x82\x07\x07\x70\x3d\x8a\xe4\xd2\x7d\x9e\x40\xb8\x8f\x29\x85\ \xbb\xfb\x90\x13\x30\xb4\x9f\x46\x08\x0f\xf0\x94\x3c\xec\x80\x07\ \xfe\x25\x44\xa3\x25\x20\x35\xed\xa2\xb6\xee\x22\x1c\xd3\xc9\xf9\ \x20\x76\xf0\x04\x89\x23\x1e\x70\xd8\x14\xf0\x64\x09\x4f\x40\x10\ \xca\x5d\x11\x2e\xe1\xef\xc2\x0b\x14\xd8\x7f\x02\x0a\x29\x84\xc0\ \x1f\xb5\x52\x8a\x36\x54\xf3\x14\xf0\x4b\x2e\xe1\xf3\x05\xfb\x3c\ \xc8\x4a\x12\xc8\x6f\x1a\xbd\x5a\x4e\x00\x9c\x40\x2e\x05\x4a\x5c\ \x20\x27\x30\x94\xb0\x08\x05\x44\x3a\xa1\xdc\x61\xc4\x95\x2a\x9c\ \x90\x48\xa4\xee\xf1\xc8\x2e\x57\x48\x30\xa9\x80\xa7\xd0\x28\x79\ \xbb\x12\x21\x0f\xdc\x55\xa9\x50\x69\x15\xe8\xc6\x00\xce\x97\x1a\ \x25\x07\x02\x78\x44\x20\xd1\xe0\x2a\x2d\x88\xa9\x10\x17\xee\xe2\ \x10\xa0\x40\x53\x31\x5c\x05\xe2\x29\x21\x04\x90\xdc\xf8\x68\x91\ \xdc\x2c\xe5\x01\xa6\x50\x2c\xf2\xfb\x0c\x52\xa0\x14\x22\x9d\xda\ \xa1\x54\x69\x30\xa9\x5e\x4b\xdc\xbf\x2f\xd9\xdd\x17\x02\xa6\x84\ \xf0\x00\x26\x91\x4a\x01\xb4\xbb\x7c\x30\x33\xab\xc9\xee\x72\x83\ \x11\x7a\x74\x2a\x88\x97\x16\xad\x44\x4a\x80\xa4\xaa\x70\x8d\x4a\ \x2e\x57\x42\x60\x53\x2a\x55\x66\x15\xc1\xd7\x78\x4d\x52\xa1\xce\ \xa4\xc3\x35\x46\xb3\x4d\xab\xd5\xeb\xad\x7a\x89\x65\x9e\x28\xca\ \xe5\x1a\x6f\x30\x6e\xb7\xb9\xcf\xdc\x1e\xb3\x16\xd8\xe3\x77\x05\ \xed\x4e\x9b\xdb\x6a\x0c\x04\x9d\xf1\xa8\xc7\x66\x0d\x34\xfd\x46\ \xa7\x33\x18\x8f\x39\x2c\x01\x3f\xb0\xcc\xd2\x8d\x5b\xad\x1e\x9b\ \x23\xe0\x77\xc4\xbb\x71\x93\x55\x6b\xf4\x78\x43\xb1\x69\x28\xae\ \xf3\x1a\x2d\xae\x70\x70\x98\x6b\x6a\xd5\x16\x93\xdd\x61\x73\xe6\ \x7b\xf3\x7a\xbd\xb4\xa0\xa7\x8b\xf0\x59\xd8\x37\x2d\x84\xc2\xb1\ \x65\x38\x3f\xf0\x79\x4b\xbd\xfc\xac\x38\x6a\x0e\x43\x46\x53\x64\ \x35\xcd\x0d\x9d\xb1\x85\x6f\x31\xe8\x8c\x97\xd4\xb2\x18\x0d\x78\ \x9a\xc3\xe2\x22\xe2\xf6\x86\x9b\x71\xba\x97\xc8\xe6\x56\xc3\x68\ \xd4\x15\x58\x15\x87\x91\xe2\x72\x1e\x75\xf8\xba\xa5\x22\x5d\xf2\ \xc7\xc8\x61\x24\x96\xcc\xf6\xc8\x54\xb5\xde\x9e\xcf\x0b\x95\x6c\ \xa3\xf5\x72\x59\x9d\x2c\x13\xfd\x49\xbb\xbd\x88\x56\xf3\xd6\xd5\ \x38\x18\x2d\x06\xa3\x91\xa8\xd5\xe9\xf6\x46\x1c\x4e\x27\xda\xb5\ \x64\xb0\xba\x1d\xce\x78\x28\xe2\x8a\x87\x3c\x45\x7a\x58\xaa\xfe\ \x5b\xca\x1b\x9f\xa6\x1b\xc9\xec\x30\x97\x1e\x5d\x25\x13\x89\x74\ \xa5\x36\xae\xe4\x3b\x95\x8b\x54\x2f\x9f\x7d\x91\x0b\x0c\x72\xbd\ \x1a\x59\x68\x0f\x12\x54\x27\x9d\x2b\x97\x2f\xd2\xe9\xeb\xc9\x24\ \x51\xeb\xe5\x06\xcb\xcc\xc5\x6a\x52\x26\xa9\xda\xcd\x4d\xa2\x0c\ \x8f\x91\xad\xf3\x4c\x83\x2c\x77\x06\x93\x45\xad\x47\xa5\x72\x97\ \x85\xd5\x6c\x5a\x4e\x66\x2f\x5f\x9f\x27\x27\x79\x32\x41\x55\xc9\ \x2a\x49\xb6\xdb\x34\x59\xb9\x7e\x9d\xaf\x26\x2f\x1a\x54\xae\xd7\ \x2f\xe7\x16\x83\x74\x67\x40\x5e\x5c\x7e\xfb\xba\xd6\x6f\x8f\x6a\ \xc9\xc4\x64\x90\x69\x91\x74\x7f\x4e\x5e\xb7\x1a\x89\x41\x17\x54\ \x34\xfd\xec\xd5\xb3\xf3\x46\x96\x4c\x53\x85\xab\x6a\x35\xf1\xac\ \x55\x5d\xd4\x5a\xed\x4a\xee\x59\x82\xaa\xdc\xa4\x2b\x97\xd7\x17\ \x37\x5f\xff\xf2\xdb\x5f\xb6\x5a\xa9\xe7\x95\x64\xba\x4d\xa5\x92\ \xe5\xd7\xaf\xbe\xf8\xd5\xef\x9f\x97\x2f\xaf\xce\xab\xb5\x62\x7d\ \x38\x9a\x4f\x86\xd5\x71\x3c\xda\x5c\x35\xbb\xb3\xe9\x74\xdc\x9c\ \xc0\x03\x35\xaa\x37\xeb\xcf\x9a\x83\x69\x8e\x9a\xa6\x7a\xa3\x41\ \x35\x57\x9b\xe4\x56\xf9\x74\xa1\x97\xeb\x25\x32\x97\xe5\x8b\xdf\ \x7c\xfb\x1f\xff\xf7\x9f\xff\xf5\xdf\x7f\xfd\x83\xf7\xdf\xfd\xb3\ \x4f\xee\x7d\xf0\xde\xdb\xef\xbe\xfd\xc1\x07\x3b\x77\xdf\xdd\x79\ \xf3\xcd\xed\x8d\xad\xb7\x99\x77\x36\x39\x68\x0d\x6b\x8d\x03\x74\ \x42\x49\x85\x8b\x96\x86\xb6\xb6\x36\xd0\xef\x9c\x9d\xcd\x7b\x6f\ \xa2\xcd\x30\x9c\x8d\xb5\x2d\x20\xd8\xa1\x0c\x62\xce\x26\x1b\xcd\ \x46\xdd\x64\x6d\x40\x3a\x5b\xe3\xa2\x89\xd0\xdb\x2c\x31\xa8\xdf\ \xd1\xa1\x58\x76\x7a\xb2\xc1\xd9\xe4\x30\xd1\x2d\x40\x54\xbb\x8e\ \x26\x09\x32\x6e\x37\x3a\xdf\x1e\x17\x4d\x0d\x13\xa3\x5d\xcf\x68\ \x58\x33\x87\xc9\x02\xd1\x64\xad\xb1\x8f\x00\x5e\x4c\x54\x3e\x8a\ \x56\xe0\x8f\x8f\x64\x3f\xfe\x2b\xb4\xfb\xf9\x11\xc0\x44\xf6\xe4\ \xf4\x27\x3f\x3c\xe4\x80\xb7\x6e\x6e\x41\x64\x62\xa3\xf2\xad\x3d\ \x2e\x1b\xc0\x87\xd2\x19\x38\x2c\x9c\x33\x73\x9d\x03\xd4\xda\x63\ \x30\xd9\x87\x32\x16\x5b\xc6\x62\xb1\xb9\x32\xce\x9e\x78\x8b\xb3\ \xb7\x27\x83\x24\x27\x86\xc3\x1c\x8a\x0f\x8f\x65\xe0\x80\x32\x19\ \x60\x10\x4d\xcb\x38\x3d\x3a\x7a\x74\xbc\x77\x0c\xae\x78\x7c\xf2\ \x58\xbc\x77\xf4\x86\x14\x2d\xa9\x43\x70\x22\x20\x43\xe1\x07\x1f\ \xa2\xba\x4e\xf8\x8b\x5c\xaf\x57\xf2\x79\xe0\x5a\xc0\x28\x3e\x86\ \x0a\x1b\x76\xd1\xaa\x39\x04\xa0\x7d\xd4\x23\x99\xaf\x04\xf0\x40\ \xb2\xe1\x0b\x78\x7c\x21\xdf\xdd\x8d\xb8\x4d\x84\x48\x24\x94\x2a\ \x31\xbe\x0a\x7f\x20\x12\xa2\x32\x54\xc9\x2e\xb6\x7b\xf0\x40\x24\ \x90\x88\xd0\xc6\x3d\x5c\xa8\x54\x49\xa4\x2a\xc9\xbe\x50\x83\x83\ \x62\x11\x7a\x5c\xa2\xe0\x61\x04\x70\x47\xa8\x07\x88\xc8\x95\x90\ \xf4\x30\x10\x39\xa5\x94\xb0\x9a\x08\xa1\x5c\x8e\xd6\xb0\x54\x3a\ \xb3\x59\x81\x49\x15\x40\x4a\x3b\x5d\xb4\x28\xa4\xf0\x1f\x1f\x72\ \x95\x5c\x22\x52\xf2\xe1\x2d\xf8\x84\x04\x54\xf4\xfe\xee\x01\x5f\ \x09\xc7\x56\xf2\xa5\x0a\x0c\xf5\x41\xd6\x9b\x0c\x98\x00\xa2\xa0\ \x00\x4c\xd4\x60\x92\x0b\x15\x04\x6e\x92\xf3\xa4\x68\xc5\x8d\x07\ \x72\x88\xf1\x75\x0e\x35\xa6\x24\xe0\x25\x72\xbe\x35\x68\x52\x12\ \x1a\x39\x5a\x33\xb3\x18\x94\x52\xb9\x5e\xad\x03\x6c\x0a\x44\xf7\ \x45\x80\x6f\xd4\x81\x42\xa1\xd2\xc3\xe7\x43\x48\xf8\x52\x9d\xd1\ \xa8\x36\xa2\x26\xec\x66\x8f\xd7\xa6\xc3\xc1\x8a\x55\x72\x95\xc6\ \x84\x9a\xe4\x18\xd5\x52\x25\x61\x34\xca\x55\x7a\x95\x49\xa3\x10\ \xaa\x5c\x26\x95\x44\x6d\x85\x64\xa9\x57\x7b\x2c\x1a\xa9\xc2\x4c\ \x68\xf4\xfe\x6a\xd4\xa0\xb2\x06\x82\x01\x57\x30\x3e\x8a\x46\x4c\ \xe6\x10\x64\x0f\x93\x3f\xec\x36\x5a\x2d\x10\x91\xdc\xf6\xa0\x2f\ \x60\x0e\x94\x02\x26\x77\x28\x36\x2a\xd9\x6c\xbe\x70\xc0\xe3\xb7\ \x9f\x79\x6d\xce\x90\xcb\xe3\x0b\x78\xe3\x61\x9b\xd1\x86\x54\xd2\ \x1f\x29\xba\x01\x6b\xee\x80\xc3\xef\x6c\x4e\xa6\x56\x7b\xc0\xe7\ \xf6\x9a\x6d\xd3\xaa\xcf\xdb\x8c\x0f\xa7\x67\xb1\xee\x30\x1c\x5e\ \xc6\x82\xa1\x70\x70\x51\x9d\x06\xfd\xc1\x76\x25\x39\x05\x5b\x8c\ \x3a\xcc\xa1\x69\x35\x51\xf4\x47\xa2\xa1\x79\xad\x3a\xac\x0d\x22\ \xa5\x92\x3b\x04\x30\x5b\x36\x4b\x3e\x67\xd0\x57\x9a\xf6\x2e\xfb\ \x67\x81\x70\xdc\xef\x6b\x2e\xc6\x23\x6a\xda\x8c\x44\xe2\xb1\x66\ \x77\x3c\x0a\xc7\x6b\x4b\xdf\xa8\x51\xc9\xe5\x5e\xd1\xd3\xf2\x7c\ \x9e\xcd\xce\xb2\x97\x17\x5d\xc8\x09\x99\x4e\x9d\xbb\x48\x51\x00\ \x00\x20\x00\x49\x44\x41\x54\x71\xd5\xee\x05\xc7\x54\x29\xb1\x08\ \xf9\xdc\xf3\x48\x38\x62\x73\xfb\x6d\xcb\xb0\xd7\x6a\x82\x44\xab\ \x33\x85\x5d\x96\x88\xcb\x02\xc0\x0a\xf4\x27\x8b\x3e\xfd\x2a\x19\ \xab\xe7\xd1\xfe\xbf\x05\x49\x9d\x5d\x7f\x99\xe8\xbd\xbe\xee\xa7\ \x7e\x3e\xa8\xa5\x12\xa9\x72\x22\x57\xee\x97\x3a\xd5\x5c\xbf\x4b\ \xf7\xb3\xe9\x44\xad\x4a\x35\xd2\x85\xe9\x55\x66\x4c\x02\xd8\xf2\ \x1d\xc0\x4a\x2d\x43\xa5\x32\x99\xc4\x92\x3e\x5f\x8d\xcf\xc9\x72\ \x23\x97\x87\xef\x6d\xbc\xec\x2f\x20\xa2\x90\xcf\xd3\xb5\x6c\xe2\ \x2a\xd5\x4e\x24\xcf\x07\xd3\x76\x3e\xd7\xcb\x55\x2e\x20\x24\x75\ \x12\x95\x6c\xa2\x9c\xaa\xe6\xab\x74\x35\x43\x56\x2e\xd2\xcb\x5e\ \x65\x4e\xbd\xa8\xbc\x68\x9c\x17\xc6\xab\xe1\x30\x5b\xeb\xb4\x73\ \xb9\x42\x81\x1e\xb4\x12\xc9\x3c\xd9\x5b\x74\x68\xc8\x6b\x99\x4a\ \x6a\x38\x1c\x0c\x66\x85\x67\x8d\xe7\x2f\xcf\x1b\xf9\xd9\x8a\x1e\ \x94\x9f\x5f\x5f\xd4\x2e\x2f\x92\x5f\xbc\x7e\x95\x79\xfe\xab\xdf\ \xfc\xf2\xe7\xd9\x74\x2b\x95\xaf\xa5\x67\x54\xad\xf6\xfc\xea\xcb\ \x57\xcf\x5f\x7f\xf1\xec\xaa\x71\x95\xaa\xd5\x43\xbe\xfa\x72\x36\ \xab\x75\x9b\x8b\xd5\xb8\x5f\x9f\xae\xfa\xf5\xe2\x78\x4c\x77\x17\ \xb9\xc1\xbc\xb3\x5c\x8c\xa9\xc4\xb4\x5e\x9d\x75\xc7\xd3\x7e\x7b\ \x42\x75\x6b\x95\x6a\xbe\x95\xcd\x67\x5f\xbd\x7a\xfd\xdd\xbf\x7d\ \xf7\xeb\xff\xfd\x4f\x3f\xfa\xf8\x93\x8f\x3e\xfa\xe4\x83\x0f\x3e\ \xf8\xe8\xfd\x77\x76\x1e\xde\xdd\xbc\xfb\xde\xce\xbd\xed\x37\xef\ \xed\x6c\x71\x50\x2d\x13\x07\xdd\xc2\x43\xdd\x64\x58\x2c\x74\x63\ \x10\x4c\x6b\x7b\x8b\xb9\xb9\x75\x77\x67\x87\xc3\xdc\xbc\xb3\xcd\ \x04\x41\x64\xb1\x99\xa8\xa7\x28\xd0\x67\x6b\x6b\x13\x5e\xb5\xc1\ \x80\x9c\x05\x10\x62\xc3\x97\xd6\x65\xcc\x75\x54\xe3\x24\x03\xd7\ \x62\xae\x6f\x80\x53\xc2\x9f\xe8\x80\x68\x02\x18\x44\x30\xc6\x11\ \x8b\x01\xaf\x67\x03\xc8\xb6\x01\x5c\x6b\x68\xff\x32\x73\x8d\xcd\ \xda\xe4\x6c\x72\x59\x32\x14\x7c\xd0\x9e\x65\x24\x69\xe2\x3d\xd9\ \xf1\x8f\x7f\xf2\xf8\xf4\xc7\xa8\xae\xe1\x31\xf0\xe5\xf3\x9f\x1c\ \xdd\x79\x7f\xe7\xce\x36\x6a\x70\x8a\x46\x82\x41\x34\x63\x6e\xec\ \x30\xb9\x6c\x34\xcb\x95\xbd\x8e\x86\x40\x33\xd8\xb7\x77\x21\xd9\ \x32\x2e\xe4\xaa\x0d\x06\xe0\x10\x8d\xf3\x01\x1e\xae\xa3\x96\x58\ \x27\xc7\x68\xe3\xa0\xec\xe8\x88\x85\x36\xe5\x9c\x80\x1a\x1e\xa3\ \x61\x39\x40\xd7\x3d\xf1\xd3\xe3\xa3\x93\xc7\x47\xb2\x43\x00\x16\ \xea\xf5\xb9\x7f\xdb\xbe\x58\xbe\xff\xe1\x01\x78\xdf\xc1\x3e\x1f\ \xb5\x4c\x3f\x38\xe0\x81\xc3\x49\x70\x3e\xef\xc3\xff\x2c\x12\xec\ \xde\x87\x4b\x5e\xa1\xc0\x85\xfb\x68\x24\x97\x60\x97\x30\x2b\x21\ \x51\x61\x18\xc6\xe3\x69\xbb\xc3\xa0\x89\xe0\x3f\xe0\x03\x1a\x20\ \x50\x1d\xec\x3f\x38\x10\x2a\x45\x3c\xa9\x46\xb2\xcf\xc7\xe4\x18\ \xda\xa9\xa8\x50\x7d\xc8\x97\x02\x40\x20\x67\x09\x85\xfb\xbb\x38\ \x5f\x2f\x17\xf2\xee\xf3\xf8\x92\x3f\xd5\x3b\x48\x84\x7a\x1e\x2e\ \x7c\x20\x54\xe2\x84\x54\xa9\xb1\x99\xe1\x77\x39\x81\xab\x94\x7a\ \x9d\xf6\xd6\x0d\x01\xa0\x93\xae\x53\x0a\xf6\xa5\x87\x97\x10\x6a\ \xb5\x14\x52\x93\x04\x13\x60\x52\x42\x45\x08\xd0\x2d\x3d\x11\xc0\ \x46\x8a\xa9\x50\x7b\x77\x4c\x6a\x30\xa2\x6a\x2b\xc5\x3e\xae\x56\ \x98\x6d\x2a\xc0\xae\x5e\xa1\x56\xdd\x9e\x89\x08\x93\xc3\xc1\x71\ \xb5\x1c\x8e\xa2\x50\x68\x78\x98\xb5\xe4\x91\x1b\x20\x46\xe1\x7a\ \xbd\x4e\x23\xc7\xf5\x52\x15\x01\xc9\x8a\xcf\x87\x4f\x43\x20\x81\ \x20\xc7\xc7\xa4\xa8\xb7\x04\x9c\xa6\xd0\xe4\x32\xab\xd5\x66\xbb\ \x4d\xad\x77\x86\xed\x68\x14\x90\x5c\xaf\x35\x83\xee\x49\x09\x85\ \x4e\x41\x18\x4d\x56\xb5\x1e\x0e\x6c\x50\x12\x98\xc6\xe1\xd0\xcb\ \xe5\x2a\xd0\x65\x89\xce\xab\xc3\xd5\x20\xcc\x06\xb3\x8f\x3a\x53\ \xa9\xec\xa8\x4c\xe9\xcc\x1f\x0c\x86\x4c\x4e\x17\x04\x2c\x63\x7c\ \x14\xb3\x18\x35\x6a\xbb\x2d\xe2\xb2\x3b\xcd\xf6\x52\x10\x8c\xb0\ \x14\x8d\x96\x8c\x4e\x5f\x34\xe4\xf7\x47\x7c\x8e\x80\xd3\x62\x71\ \xf8\x43\xbe\x58\xd3\x69\xd3\xda\xa2\x4e\xb3\xcf\x13\x0b\x41\x6c\ \x09\x78\x03\x1e\xc7\x2c\xbb\xb4\x04\xe3\x7e\x8b\xcd\x65\x1d\xaf\ \xe6\xc6\x78\x6c\x76\x16\xf3\x2e\xfa\xe1\xe0\x24\x16\x8a\x84\xa2\ \xe3\xee\x64\x74\x36\x9c\x50\xab\x71\x29\x34\xf6\x79\xfd\xd1\x1a\ \x35\x58\x44\xa2\xc1\xf8\xa2\x5b\x5f\x51\xfd\x80\xd7\xa3\x8d\x0c\ \xcf\x86\x83\x5a\x31\xec\x0b\x9b\xa2\xcb\x6a\x7a\x5a\xf3\x45\xeb\ \xb6\x92\xaf\xbe\x6a\xf6\x83\x6e\x8f\x37\x50\x3a\xeb\xc6\x22\x67\ \x9e\x29\xed\xed\xa6\x73\xbd\x6a\x61\xd2\x27\x97\x75\xaa\xd2\x9d\ \xb5\x2a\xcb\xde\x6a\xd9\xa2\x3b\x54\xb6\x13\xac\xd5\x42\x8b\x79\ \x69\x14\x0a\x04\xdd\x71\x77\xc0\xe3\x8a\xd5\x7d\x16\x8b\xd1\x20\ \xd5\x59\xc2\x3e\xbf\xc3\x66\x33\xdb\x9c\x96\x69\x38\x3e\x2e\xfc\ \xa2\x31\x49\x36\xd2\x9d\x5c\x76\x95\x9f\xd9\xb2\x37\xf9\xf6\xcd\ \x57\xbd\xe4\xcd\xa0\xda\xce\xb7\x5e\x15\xaa\xd9\x55\x6c\x94\xae\ \xe4\xfb\xb3\xce\x4d\xb5\x4f\x51\xed\x64\xa2\x4d\x9f\x5f\x4f\x0a\ \xd9\xec\x65\xa6\x33\xbe\xbc\x19\x26\x0a\x8d\x5e\xb9\xd1\xcc\xa6\ \x86\xb9\x17\x85\x3c\x58\x54\xa2\x92\xea\x55\x41\xac\x32\xe7\xd7\ \x5f\x9d\x93\xe7\xad\x7c\x23\x9d\x1c\x3c\x07\x04\x91\xcb\x36\x55\ \xad\xdc\xb4\xc9\xc9\x38\x79\x4d\x26\xfb\xd3\x74\xaa\x9a\x6d\xb5\ \xaf\xaf\x32\x8b\x7c\x72\x7a\xf1\xea\xd9\xb3\xab\x2f\x32\xf3\xb3\ \x55\xbf\xd3\x48\x9e\x97\xf3\x13\x6a\x96\x7d\x9e\xab\x54\xb2\xfd\ \x41\x06\xad\x5a\x65\xf2\x95\x5a\x67\x36\xea\x5f\x9e\x27\x2f\x13\ \xb9\xda\x60\xd1\x29\xf4\x2a\xbf\xf9\x4d\x99\x3c\x6f\x5c\x7e\xf9\ \xe2\x75\xea\xd9\x17\x5f\x7f\xfb\x55\xaa\x95\x1b\x64\x29\x32\x87\ \xd4\xf1\xea\xeb\xaf\xbf\xfc\xf6\xe6\xe2\xe2\xfa\x25\x3d\x1d\xce\ \x47\xf5\xe5\x98\xa2\xa8\xd5\xa4\x7f\xd6\x5b\xcd\xc7\xbd\xe8\x72\ \x36\xa0\x86\xf5\xd5\x98\x6e\xce\x97\x74\x7b\x36\x20\xd3\xf4\x8a\ \xea\x0c\x7a\x9d\x5e\xae\x5a\xc8\xf6\x52\xe9\xe4\xf5\xcb\x5f\xfd\ \xe5\x1f\x7e\xf6\xd7\x3f\xfd\xbb\xcf\xbe\xff\xee\x3b\xef\x3d\xfc\ \xd1\x47\x1f\xbf\xfd\xee\xc3\x77\xdf\x03\x1b\xbc\x7b\xef\xcd\xad\ \xb7\xde\x7d\x13\x88\xc4\x61\x6f\x72\xc5\x10\x56\x50\xf7\x76\x06\ \x97\x21\xe6\x40\x76\x82\xc7\xee\x32\x36\x36\xef\xec\xac\x31\xd8\ \xdb\x9c\x0d\x86\x18\xe4\x8e\xc5\x64\xa2\x96\xa1\x2c\x2e\x67\x1b\ \xf0\x06\xc8\xda\x44\xfb\x9b\xd7\xd7\x00\x1c\x68\xf7\xa0\xec\xe8\ \x44\xc6\x78\xf4\x68\x6f\x9d\xb9\xb1\xc9\x64\x01\x7a\x58\xf0\xf4\ \xf5\x8d\x0d\x16\x04\x9d\x35\x26\x2a\xa3\x42\xf7\xf5\xd0\xaa\xb8\ \x18\x62\x16\x07\xed\x23\x04\x64\xa1\x3e\x0d\x8c\xdb\xa9\x60\x6b\ \xdc\x23\xb4\x46\x2e\x16\x1f\xfd\xf8\xf3\xd3\x63\xd4\xaf\xe1\xf4\ \x29\x90\xe5\xd1\xe7\x87\xdb\xef\xec\xac\xdd\xdb\xde\x60\x70\xd7\ \xd8\xdc\xc7\x87\xb7\xc3\x77\x80\x96\xeb\xf0\xd6\xa8\x7b\x0d\x93\ \xbd\xb6\xbe\x86\x2a\x22\x20\x73\x6d\x70\x20\xf5\x89\x51\x57\x79\ \x26\x9c\x32\x12\x42\x99\xec\xf8\x98\x09\x7f\x11\x8b\xd1\x26\x47\ \x34\x2b\xe3\xf8\xf4\x54\x86\x72\x1a\x10\x4b\x8c\x26\xd7\xa3\x15\ \xae\x37\xc0\xce\x44\x18\xce\x93\xe2\x1f\x3e\x00\x9e\x88\x04\x10\ \x79\x44\x42\xa0\x16\x26\x10\x8a\xf8\xa8\x06\x1e\xed\x19\x3c\xd8\ \x15\xee\x0a\x14\x7c\xc0\x88\x82\x87\x8a\x4c\x81\x35\x84\x51\x8d\ \x11\x42\xa1\x5c\xc5\xe7\x99\x4b\xcd\x80\x5b\x8d\xf3\x78\x7c\x85\ \x54\x82\x89\x04\x52\x1e\x64\x27\xa5\x92\x30\xa8\x50\x02\x93\xe0\ \xe0\x7f\x4a\xc9\x7d\x91\x44\x0e\x6a\x86\x0b\x31\x35\x86\x86\x71\ \x19\xf8\x60\x59\x80\x2d\x9c\x7f\x9f\xc7\x13\x48\xe5\x2a\xc9\xee\ \x2e\x8f\x0f\x9c\x92\x4b\x9d\x5e\x1c\x30\x05\x28\xc2\x75\x1a\x8d\ \x44\x2f\xd7\x63\x12\xbd\x2a\x4a\x07\x6c\x46\x4c\xae\x83\x1c\x25\ \xd7\xdc\x56\xa4\x12\x70\x82\x4a\x50\x46\x3d\x8e\xa3\x26\x10\x12\ \x29\x1a\x3f\x01\x74\xc2\x79\x0a\x3d\xae\xd2\x48\x94\x70\x0a\x6a\ \xad\xc9\x04\xda\xa8\xc6\xe5\x52\xd4\x49\x4b\x49\xe0\x10\x0c\x31\ \x85\x41\xa7\x37\x4a\x94\x72\x20\xe2\xff\x47\xd2\xbb\xff\xa8\x79\ \xe6\x69\x9f\xe1\xb8\x40\x1d\x28\x81\x8d\x39\x96\xeb\x71\x15\x01\ \x42\x61\xa0\x02\x04\x02\x24\x58\x40\x45\x1c\x02\x32\x01\x44\x58\ \x02\xc5\x19\x23\xce\x04\x73\xc6\xc5\x51\x40\x41\x68\x75\x45\x15\ \xd5\x54\x77\x4f\x95\xdc\xe3\xd6\x3b\x6e\xcf\xec\x3b\x1a\xb5\x6c\ \xc5\x89\x1c\x6d\xaf\x27\x93\xed\x4e\xf7\xa8\x7b\x7a\xd2\xda\xd1\ \xfb\xb6\xde\xde\x1f\xf6\xcf\xd8\xef\x5d\xa3\x24\x8e\xab\x0a\x1e\ \x6e\x2c\x71\xf9\xfa\xdc\xcf\xf7\xbe\x2e\xb3\xdd\x28\x53\xe8\x19\ \x3c\x31\x4f\x22\xbc\xde\xc0\x92\x09\x79\x77\xe9\xdc\x6b\xad\xe2\ \xf2\xc0\x1b\xf2\x98\xa0\xba\x4c\xd0\x2b\x96\xd2\xae\x31\x98\xcc\ \x4e\xad\x41\xa7\x77\x58\xd4\x32\x1e\x5d\xa9\x13\x8a\x78\x52\x91\ \x48\x22\x96\x4b\xc5\xf0\x4a\x06\x09\x2c\x4d\x01\x74\x28\x51\xea\ \xa5\xa8\xac\x4c\xab\xc3\x34\x6e\x13\xf8\x44\x85\x42\x28\x36\x95\ \x3a\x42\xae\xc1\x19\xb4\x1b\x2c\xee\x10\xfc\x4f\xab\x75\x06\xdc\ \x7a\x93\xaf\x6e\x30\x5a\xe4\x36\xbb\xd5\xea\xd0\xca\xb5\x21\xb7\ \xcd\x6e\xb7\xba\x3c\x6e\xa3\xdb\xed\xb6\x9a\x3a\x01\xa7\xc5\x64\ \x73\xb9\x2d\x66\xab\x2d\xe4\xf3\x58\xad\x76\xaf\xcf\x59\x0e\xb4\ \x26\x6e\x6d\xd9\x6e\x06\xe3\x15\xea\xd7\x8d\x0e\xbb\xdd\xa0\x50\ \xeb\x96\xfd\x40\xd0\x9d\x5d\x76\x66\x33\xe7\xc0\x63\xef\x75\x7c\ \xfe\x5c\x36\x3b\x9b\xf9\xfb\xf1\x41\xb7\x32\x59\x78\x96\x73\xf7\ \x60\x36\x6e\x4d\xc7\xe5\xdc\xc0\xb6\x2c\xf5\x16\xcb\x41\xc8\xe9\ \x34\xd8\x8b\x45\xcf\x00\xd8\xa5\xe3\xd3\x7b\x82\xed\x76\xb0\xec\ \xae\xcd\xf5\xf5\x50\xb6\x3e\x5e\x84\x40\x3f\x03\xb9\x5c\xa8\xe3\ \x2f\xfb\xb3\x43\xef\x32\xd5\xc8\x54\x62\xe3\x4e\xbc\x33\x4a\xc5\ \x7b\xa3\x44\xb5\xd3\x1a\x0c\x2b\x8b\x58\xba\xb8\xcc\x56\xa6\x80\ \x9e\xb5\x7a\xce\x61\x33\xdb\xed\x21\xb7\x2f\xe8\x74\x9b\x74\x52\ \xb9\x4c\xa8\xf4\xdb\x4d\x06\xbd\x29\xe8\x08\xf9\x07\x81\xf2\xb2\ \xf5\xf5\x45\x16\x88\x2c\xd6\x6b\x37\x62\x63\x77\x21\x71\x9c\x3a\ \x7d\x96\x4c\x46\x2b\xf1\x56\x2b\x1d\x5d\x75\x5b\xa5\x60\x6b\x15\ \x4b\xf7\x3a\xe3\xea\x20\xdb\x2d\xa6\x32\xd1\xc8\xa8\x50\xed\x15\ \xd2\xc5\x2f\x0b\xe3\xd6\xe5\x55\xab\x52\x8a\x27\x0b\xc5\x7e\xb5\ \x39\x5c\x9e\x87\x27\xcd\xd3\xe3\x54\x26\x96\x1a\x17\x00\x0f\x53\ \x85\x8b\x7e\x23\x51\xc8\x14\x4e\x22\x99\xe3\x68\x11\x0c\x16\x80\ \x16\x3a\xfd\x5c\x0f\xc6\x5f\xac\x22\xbd\x6e\xfa\xb4\x9a\x29\x86\ \x2f\xf3\xe9\x7e\xfa\xa4\x7a\xfa\xea\x49\xe1\xc5\xf3\xc8\x78\x30\ \xa9\x14\xe2\xa7\xb1\x8b\x4a\x3f\xd9\x8b\xfc\xb6\x79\x9c\x2a\x4e\ \x0a\x67\xe9\xf0\xe5\xd3\xc7\x2b\xf0\x5f\xa9\x45\x09\x9d\xbf\x3e\ \xad\x4e\x27\x83\x62\x21\x1e\x7e\xfe\x32\x9c\xbc\x48\x36\x9b\x85\ \x68\xfe\xf8\xf8\xe5\x1f\xce\xc2\x67\x67\xc9\x78\x26\x7e\xb6\x2a\ \xae\x56\xa0\x60\x4f\x9f\x3f\xae\x1e\xaf\xce\x06\xf5\x5a\xbb\xbe\ \x9c\x77\x16\xa5\x46\x79\xd2\x19\xb6\x07\xd3\xe9\x6c\xb9\x9c\xf5\ \x7a\xf5\xe0\xac\x17\x2e\xcd\x7a\xed\xd1\xb4\x17\x09\x87\x27\xbd\ \x46\xa9\xd8\x5b\x76\xa3\xab\x76\x32\x71\x7c\x75\xf5\xea\x2f\x7f\ \xf9\xcb\xbf\xff\xcd\x2f\xff\xfd\x6f\x3f\xbe\xfd\xd6\x27\x1f\x7d\ \x7c\xef\xbd\xb7\xdf\xba\xf3\xc1\x87\x37\x6e\xdd\xdc\x5a\x5f\xbb\ \x79\x7b\xf3\xc6\xe6\x3a\x8d\x8c\x5b\x87\xcf\x3e\x08\x16\xb8\x25\ \x90\x2c\xda\x3a\x69\x1b\xbf\x4e\x5d\xbf\x01\xce\x89\x88\xdb\xdc\ \x40\xdb\xed\x78\x3c\xb8\x98\x1b\xd4\x8d\xeb\xb4\x19\x0e\x1e\x4f\ \xa2\x10\x28\x38\xc2\x1a\x20\xde\x06\xd8\x28\xf4\x25\x8e\x73\xb8\ \x0d\x38\x77\xff\xd1\x11\x1e\x35\x6d\xe1\xc9\x1b\xbb\x88\xff\x50\ \xcd\x33\x71\x1b\x41\x1b\x6d\x1f\x8f\x46\x52\x01\xd2\x90\x96\x90\ \x29\xdb\x28\x60\x19\x6c\x1d\x07\xcf\xd9\xa6\x82\x96\xa1\x8e\x66\ \xd4\x67\xbf\x41\xde\x7f\xf4\x10\x8d\x60\x5d\x8f\xba\x3f\x3c\x78\ \xf0\xd3\x83\xb5\x1b\x5b\x34\x1a\x8e\x8a\xea\x53\x39\xfb\x68\xf2\ \x6b\x83\x4c\xc5\xa3\x62\x55\x12\x15\x4f\xa1\x70\x28\x04\x58\x28\ \x60\x2b\x95\x4a\x20\xed\x5e\x57\x68\x80\x46\xe2\x39\xc4\x5d\xb0\ \x6e\x28\xbc\xe6\x00\x56\x81\xe6\xae\x88\x28\x99\x06\x8f\xdf\x3d\ \x7c\x74\x80\xdf\xde\x3e\x7c\x70\xb0\xbd\xcd\xd9\x47\x65\x62\x87\ \x87\x6f\xf0\x59\x74\xa0\x1f\x26\x9b\xbb\x23\xe0\xf2\xc5\x02\x14\ \xde\xc7\x12\xdc\x65\x62\xa0\x3f\xa8\x36\x47\x00\xc8\x27\x11\x32\ \x98\x20\x5e\x2c\x26\x93\x2b\xe1\x33\x59\x62\x8c\xce\xd8\xdb\xe1\ \xaa\xf5\x2a\x34\x67\x25\xa0\x0b\x24\xf6\x89\xd3\x62\x11\xb2\xee\ \x82\x1a\x61\x60\x9c\x98\x7c\x3e\x3a\x36\xcd\xc0\xf8\x02\x3a\x7b\ \x8f\xbe\xc3\xe3\xb2\x24\x7c\xf6\x5d\x01\x13\xc5\xba\x70\x85\x06\ \x35\xc6\x15\x89\xc5\x5c\x31\x4b\xa6\x95\x61\xe8\xa4\x8f\x08\xa4\ \x4b\xc2\xdd\xe1\xf2\xf9\x00\x59\x62\xb5\xcd\xc0\x93\x30\x00\xdc\ \x74\x7c\x89\x44\x23\x92\xea\x81\x25\x45\x58\xae\x91\x33\xe9\x55\ \x12\x54\xd9\xc5\xe7\x73\xd1\x88\x3d\x17\x9e\xcb\x65\xc8\x79\x68\ \x8f\x0c\xdd\x0d\xe0\xb3\x59\x7c\x70\x56\x4c\x1e\x13\x74\x84\x27\ \xe4\x4a\x84\x3c\xa9\x54\x84\x36\xd9\x41\xf1\x80\x62\x51\x0f\x2b\ \x77\xe7\x1d\x26\x48\x89\x50\x29\x92\x2b\x84\x52\x29\x1f\xd3\xdb\ \x1c\x52\xb9\x8e\xcf\x63\x49\x54\x3a\x23\x3c\x58\x28\x16\xf3\x40\ \xbd\xc5\x8c\x77\xf6\x04\xe0\xfd\xd0\xde\x1e\x82\x55\x2e\x0b\x7e\ \x67\xd0\xdb\x9d\x76\xbf\xc6\x6c\xd4\xea\x0d\x2a\x21\x97\x69\xb2\ \xca\xa5\x42\x09\xa8\x94\x16\x5e\x56\x28\x51\x03\x18\x4a\xd5\x2a\ \x99\x5a\xa6\xb2\xda\x44\x7c\x15\xc0\xac\x5e\xa3\x34\x18\x85\x98\ \x48\xae\x94\xa9\x14\xc5\x85\x5e\x64\xcf\x79\x9c\x76\x83\xd5\x19\ \xb2\x5b\x74\x36\x4f\xce\x61\xf2\x03\xf3\xd9\x3c\x21\x87\xdb\x6a\ \x73\xd8\x64\x56\x9b\x3e\x14\x72\x99\x9d\x7e\xbf\xd3\xee\x72\x7b\ \x03\x35\x0f\x98\x29\x83\x39\x67\x36\xa8\x4d\xce\x5c\xd0\xa1\xd1\ \x7a\xfc\x16\xab\xa7\xef\xf3\xbb\xad\x66\x8b\x15\xa4\x6f\x5a\x06\ \xa0\x74\x59\xcd\x7a\xf9\xa0\x1b\xf0\x67\xbd\xb3\xfa\x70\x3c\x19\ \xd6\xed\x83\x5a\x2e\x14\xc8\x06\x06\x43\x5f\x67\x9a\x6c\x95\x87\ \x0b\x4f\xd0\x6a\x72\xd8\x46\xf5\x45\x28\x90\xf3\x58\x2b\xb1\x72\ \xd0\xee\x59\x04\xdd\x46\x5f\xbd\x9d\x2b\x87\x42\xa6\x5a\xd6\xe3\ \xeb\x2c\x8a\x41\x0f\x78\x2a\xa3\x1f\x7e\x37\x0f\x84\xfc\x21\x9f\ \x2b\xeb\xf6\x7a\xbd\xc1\x72\xce\xa2\x1f\x16\x01\xb0\x22\xa5\x49\ \x77\xb8\x68\x14\xaa\xc9\x70\x64\x98\x5e\x84\xda\xe1\x52\xb2\x9d\ \x59\xa6\x67\x9e\xc9\xd0\xe7\xab\x5b\x75\x06\x80\x59\xa7\x27\xe7\ \xf2\xe9\x35\x16\xbd\x52\x62\xb5\x99\x6d\x66\x93\xce\xd4\xf1\x65\ \xdb\xbd\xa1\x6f\xfc\x6d\x7c\xd4\xed\x75\x9b\xf9\x65\xf8\x69\x65\ \x58\x2a\xb5\xbb\x60\x9d\x8a\xd5\x58\x3a\x0c\x1f\xfe\x58\xbf\xd9\ \x1d\x75\xab\xb1\x4c\x63\x36\x59\x4d\xe7\xc9\x42\xa4\x11\xad\x46\ \x4e\x57\xe3\xc2\x69\xfe\xea\x24\x12\xab\xe6\x53\x8d\x52\xa5\x98\ \xc8\x54\x57\x20\xc2\xc7\x8d\x7e\xfc\x32\xd6\x6c\x26\x4b\xe9\x78\ \xb1\xd5\x1b\xe4\xcf\x53\xbd\x14\xda\x1d\x4b\x9e\x16\x92\xc5\x62\ \x2b\x5c\x01\x2b\x97\x3a\x69\x4f\xc2\xa7\xa7\x57\x31\xd0\xaf\x42\ \x33\x1c\xbb\x3a\x8f\xf5\x50\xfb\x43\xfe\x24\xd3\xfc\xf2\x71\xa4\ \x53\x1e\xc4\x2f\x52\x8b\x46\x35\x1e\x89\x15\xc3\xcf\xce\xaa\xf9\ \x34\x0a\xc6\x6a\x5e\xbc\x78\xf5\xa4\xda\x8a\x87\xdb\xe9\x6a\xb3\ \x94\xca\xa7\xfa\xa5\x70\xb2\x1a\x5b\xe5\xaf\x8e\x33\x97\xc5\xc2\ \x6f\x1e\xe7\x8f\xcf\x9e\x7d\xf9\xaa\x50\x49\x9e\x25\x9f\x9e\x67\ \x12\xd5\x55\xe1\xf2\xfc\xea\xe5\x65\x35\x1f\x7d\x5e\x6d\xcd\xb2\ \xd9\xf9\xa4\xb7\x18\x34\xd2\xf5\x79\x7d\x52\x9f\x74\xa6\x91\x62\ \xbf\x3c\x5a\x4c\x46\x8b\x79\x65\xd9\x9e\x2e\x27\xdd\x6e\x0b\x54\ \x7b\x0a\x6e\x6e\xda\x4d\x56\x9f\x5c\xc5\x5b\xa9\xe8\xea\xe9\x9f\ \xfe\xe9\x7f\xfd\xfe\xf7\x1f\x7d\xf0\xe9\x47\x6f\xdd\xb9\xf7\xde\ \xbd\x0f\x6f\xdf\xb9\xf9\xe6\xbd\xf7\x3e\x58\xdb\x7c\x9b\x4a\xd8\ \xbc\xb9\x86\x5b\x5f\x5f\x43\x41\xee\x64\x32\x0a\x73\xc7\x91\x69\ \x14\x1a\x2a\xa6\xdf\x25\x51\x09\x37\xc1\xd6\xe0\x50\xad\x33\xf8\ \x2b\x0a\x81\x80\xe4\x00\xb5\x2e\x6f\x50\x88\xdb\x54\x2a\x69\x8b\ \x00\xbf\xe0\x28\x80\x5d\x1b\x44\x02\x28\x13\x05\x35\x06\xee\xdf\ \xdf\x3f\x3c\xdc\x26\xac\x83\xe1\xd9\xa0\x02\x45\x6e\xac\xa3\xed\ \xad\x9b\x6b\xd7\x39\x7b\x78\xd2\xf5\xb6\x3b\xc8\xe2\xc6\xf5\x21\ \x67\xa4\x8d\xc4\x6d\x1c\x2a\xc0\x01\xd1\x03\x09\xb9\x76\x77\x07\ \x44\xdc\xc6\x21\xe8\xd4\x67\x8f\x1e\x1e\xed\x1f\x3d\x38\x7a\xf4\ \xc5\xcf\x7e\x06\x08\x7a\xe3\xe6\x0d\x14\x2c\xbf\x71\x78\xb8\xbb\ \x8d\x47\xc7\x1e\xc9\xb4\x35\x1a\x09\x47\x23\xc2\x1a\x50\x72\x3c\ \x89\x8a\x6e\x70\xc2\x52\xa9\x68\x83\x0b\xcc\x1d\x1e\xcd\x40\x90\ \xb7\x39\xbb\x1b\x70\x15\x94\xd5\xb0\xbd\xbb\x4d\xc0\x91\x0f\x0e\ \x0f\xaf\xa7\xc5\xee\x1f\x1c\x3d\x7a\xb8\x8d\x64\xeb\xe1\xf6\xfe\ \xc3\xfd\x83\x37\xe8\x6c\x14\xaa\x77\x97\x05\xff\x63\x88\xf8\x77\ \xc1\x61\x31\xd8\x7b\x77\x51\xd6\xe8\xce\x5d\x36\x0f\x63\xbf\xcf\ \x66\xf3\xc5\xec\xbb\xef\x08\x58\x98\x78\x47\xc0\x63\x21\x5a\x44\ \x96\x4b\xa2\xb4\xca\x99\xa8\x23\x4c\x20\xe0\xb9\xfa\x1d\xa3\x42\ \x46\xa7\xef\xa0\xc9\x51\x30\x27\xa8\x75\x06\x94\x0c\x45\x8c\xb2\ \x05\xcc\x1d\x1e\x26\xe6\x32\x76\x98\xdc\x3d\xba\x98\xc7\x45\x23\ \xe0\x3c\x64\x3f\xe8\x42\xbe\x5c\x28\xc6\x30\x11\x93\x2b\xe2\xf2\ \x00\xfb\x00\x30\xf9\x32\x89\x4c\x2e\x34\x29\x45\x22\x3a\x86\x49\ \x64\x98\x4c\xa7\x52\x2a\x41\xcb\xe8\x02\x9e\x67\x1c\xd0\x09\x75\ \x32\x30\x53\x74\xbe\x1c\x84\x95\x05\xf2\xc6\x60\x83\xae\xf1\x51\ \xf6\x20\x93\xc5\xe2\x8b\x98\x3b\x5c\x29\x58\x3c\xf0\x81\x42\x29\ \x13\xe0\xf0\x3a\xac\x19\x83\x0b\x4b\xb9\x08\x4b\x79\x68\x2a\x16\ \x44\x17\x5e\x4a\xa5\xe7\x8b\xd5\x22\x29\x82\x48\xb3\x43\xc5\x95\ \xf2\x40\x5f\x64\x0a\xa5\x4e\x24\xe4\x01\x27\xf2\xf9\x2c\x2e\x1b\ \xed\xda\x33\xde\x17\xd0\xd1\x38\xec\x1e\x13\x58\x97\xcd\xb2\x28\ \x6d\x0e\xa7\x59\xa1\x33\xdb\x4c\x3a\x54\x09\x2d\x33\xca\x95\x62\ \x9e\x1c\x93\xea\xe0\x1d\x61\x98\x4c\x26\xe2\x4a\xe1\x33\xaa\x56\ \x4a\xf5\x1a\x11\x43\x24\xe1\x03\xb0\xaa\xf5\xe8\x34\xa1\x58\x22\ \x17\xa9\x47\x65\x93\xca\xef\xb7\xe9\x1d\x3e\x40\x2d\xa7\x41\x6f\ \xb0\xda\x9c\xb6\x79\x40\xaf\x08\x95\x7d\x76\x8d\x25\x14\x72\x6a\ \xcc\x66\x17\xf8\x28\x87\xcf\xeb\x0c\x84\x3c\x65\x9f\xc7\x5d\xab\ \x99\xad\x56\x83\xcd\xe4\x70\xe8\x9d\x9d\x80\x41\x63\xb4\x18\x4c\ \x1e\x67\x39\xe4\xb0\x3b\x94\x1a\xbd\xdb\x13\x98\x07\x8d\x5e\x87\ \xcb\xe1\x50\x9b\xb3\x6d\xaf\x77\x96\x5d\x0e\xc1\x0f\x8d\x03\x8e\ \x6c\xd9\xb9\x00\xc9\x9a\x76\x9d\xa1\x5c\x3f\x52\xf1\xba\x6c\x6e\ \x9d\x39\xeb\xae\x17\x17\x9d\x90\xcb\x65\xec\x0d\x82\x21\xf7\xb0\ \xe3\xf1\x1a\xbc\xc1\xe5\xcc\xe7\x0b\xf8\x7d\x26\xff\x70\x56\xee\ \x4d\xeb\xe6\xa0\xcf\x10\x8c\x74\x3a\x73\xbb\xc7\x09\xf2\xea\x70\ \xa2\xb3\x87\x2e\x87\x56\x33\xac\xf4\x5a\x95\x71\xaa\xd4\x08\x05\ \x1b\xbd\x44\x3c\x1d\x59\xc4\x1b\xbd\xde\x74\xdc\x4f\x27\x67\xfd\ \x5e\x76\xec\xcd\x7a\xe6\x1e\x8d\xd5\xa6\xb6\x1b\xed\x41\x7f\xdd\ \xa6\x34\x02\x42\x9b\xbc\x56\xad\xd5\xa8\x33\xfb\xeb\xc3\xc5\x78\ \xe6\xed\x7e\x7f\x11\x2f\xcd\xe2\xf1\x58\x2b\x15\x1e\x05\x1a\xcd\ \x52\xb8\x99\x28\x86\x33\xdd\x71\x34\x9a\x0f\x2f\x46\xa7\xad\x7e\ \xb2\x18\xad\xb4\x06\xa9\x68\xae\x9c\x08\x47\x22\x91\x54\xf1\x69\ \xbe\x9b\x0f\x17\xe2\x27\xa8\x49\x70\x9a\x8c\x9f\xa4\x32\xf9\x68\ \x3e\xd3\xc9\x44\xa6\xd1\x62\xb1\x92\xaa\xa6\x07\xd3\xca\xbc\x52\ \x2a\xe6\xcf\x80\xcf\xc2\x99\x69\x25\x9a\x3c\x6d\xc4\x23\x95\x41\ \x29\x76\x9a\x3f\x39\x1e\x35\xce\x2e\x56\x97\xf9\xf6\x24\x9a\x89\ \x57\xc3\xa7\xd1\x0a\x3a\x8b\xdc\x8f\xe6\x57\xf1\xd3\xd3\xde\x64\ \x56\x3a\x29\x96\x06\xa9\xb3\x1e\x9a\x70\x7f\x5a\x68\x56\xd3\xed\ \x52\xa5\xd4\x4c\x87\x5f\x14\x52\xa3\xf8\x71\xa3\xfa\xbc\xd8\x45\ \xeb\x4b\x77\x9b\x27\xdd\xb3\xb3\x17\x4f\xcf\xf2\xe9\xfc\x8b\x8b\ \x6a\xf8\xea\xe4\xe9\xeb\x55\x04\x96\xf8\xe4\x32\x11\xc9\x37\x4f\ \x5e\x3e\x6d\x5e\x1c\x37\xf3\xe1\xe6\x2a\x36\xc9\xd5\x86\xa3\xde\ \x62\x91\x6e\xd5\x66\x9d\xec\x64\x54\xea\x97\x1a\xfd\x5e\xbb\x5c\ \xae\xd7\x4b\x8d\x59\x69\x32\x1d\xf5\x4b\xb3\x52\xb1\x54\x6a\x8c\ \xfb\x8d\x74\x34\x7f\x9a\xaf\x24\x4e\xce\xcf\x7f\xf8\x1f\xff\xf3\ \xdf\xfe\xed\xab\x8f\x3f\xfe\xe0\xcd\x77\x3f\xfc\xf0\xde\x5b\xef\ \xbd\xf9\xe1\xbb\x6f\xde\xba\x7d\x87\xb6\x7e\x07\x47\xb8\x89\xb8\ \x70\x1d\x34\x87\x4a\xbb\x4e\xe8\xa3\xad\xa1\x14\x77\x02\x09\xec\ \x11\x81\xb8\xf6\xe6\xcd\xeb\xa0\xf7\x0d\x32\x01\x94\x85\x44\xda\ \x20\x00\xd6\x51\x40\x79\x10\x80\xe1\xa8\xb7\x68\x84\x5b\x14\x0a\ \x0e\x1c\x12\x19\xf5\x42\x10\x81\x1c\xc9\xbb\x87\xf7\x51\xba\x27\ \x6e\x8d\x4c\x02\x47\xb6\x41\x41\xc1\xcb\x1b\x70\xd5\xcd\x0d\xb0\ \x50\xa8\xf4\x14\xed\xbe\xe3\xa9\xb8\x6d\xe0\x42\xc0\x45\xf4\x44\ \x32\x1e\xe5\xc5\xe0\xd1\x7d\xc3\x0d\x2a\xc2\x36\xe0\xc6\xdd\xc3\ \xcf\x8e\x0e\xef\x3f\x78\x04\x3c\x78\x74\xf8\xe0\x67\x3f\xfb\x7c\ \x03\xdd\x1c\x78\xeb\x36\x5c\x77\x17\x7c\xd1\x7d\x3c\x81\x84\xdb\ \xde\xa0\x11\x00\x4c\x71\xeb\x38\x12\x7e\x83\x40\xe0\x90\xc9\x38\ \x02\x9a\xa3\xc7\xe1\x60\xed\x04\x0e\x9e\x48\xdd\xe0\x1c\x6c\xa0\ \x14\x41\xe0\xd4\x5d\xf2\xc1\x7d\x3c\x32\x75\x14\x1a\x91\xb3\xbf\ \x7b\x04\x6b\x7c\x70\x04\xd7\xd9\x46\xbc\xf8\xf0\x3e\x2a\xfa\x7a\ \x83\x85\x5a\x09\x19\x74\x01\xc0\x9b\x80\xcf\xc3\x04\x7b\x74\x89\ \x80\xcd\x60\x00\x16\x32\xff\x77\xb6\x98\xb5\x87\x6e\xf9\xf1\xb9\ \x77\xdf\xd9\x41\x59\xee\x98\x18\xcd\x92\x82\xb0\x81\x23\x03\xa7\ \x24\xe7\x32\xe9\x74\x31\x8b\x1e\x6c\xd5\xed\x6a\xc9\x0e\x9d\x87\ \xca\x52\x31\xa0\x48\xb8\xa0\x88\xbd\x03\x8f\x63\x03\x09\x82\x9a\ \xf0\x58\x82\x9d\x77\xb8\x3b\x4c\x09\x86\x81\x7f\x11\x72\x59\x62\ \x3a\x78\xb7\x3d\xae\x0c\x03\x18\x44\xb3\x58\x98\x90\x4e\x07\x91\ \xe3\xf1\x45\xc0\x6d\x3a\xad\x0c\xdd\x3e\x44\xed\x10\x1a\xa9\x90\ \x21\x54\x29\xc4\x0c\x51\x6e\x99\x75\xa8\xa5\x72\x15\x0f\xa3\xf3\ \x91\xeb\x51\x49\x78\x22\x1e\x8b\x2f\xbd\x8e\xb9\x61\x4a\xe0\x4d\ \x20\x8a\x15\xd1\x59\x3c\x89\x5c\x25\x07\x29\x42\x89\xf2\x20\x3d\ \x4a\x11\x5f\xa2\x92\x4a\x85\x74\xb1\x14\xc3\x04\x28\xf9\x58\xc4\ \x90\xe8\x74\x4c\x9e\x0c\x98\x93\x2e\x95\x3a\x6c\x4a\x91\x54\x25\ \xe7\x49\x34\x3a\x83\x49\x2c\x93\x4b\x24\x62\x3e\x9b\x2e\x61\x30\ \xe8\x3b\x7c\x06\xea\xb8\x67\xa1\xa8\x68\xbe\x78\x67\x87\x67\xd4\ \x2a\xed\x36\xbd\xdb\xec\xd0\xea\x4d\x72\x31\x9d\xab\xd6\x28\x54\ \x2a\x15\xd8\x34\xb9\x5a\x2e\xc1\xf8\x5a\xbd\x54\x2a\x35\x6b\x84\ \x7c\x31\xd7\xea\x92\xb0\x24\x00\x98\x52\xa1\xce\x69\x16\xd2\x45\ \x52\xa5\x9a\x2f\x4c\xc4\x3d\x22\x97\xcf\xa1\x37\xf8\x9d\x7e\x6f\ \x56\xef\xd4\xd8\xac\x16\x5b\x2e\x64\x50\x1a\xc0\x24\xe9\x75\x6e\ \x8f\x4b\x21\x37\x84\x6a\x3e\xa7\xc7\xe5\xcf\xb9\x9d\x7e\xbb\xdd\ \x69\x0e\xf9\x40\xac\x2c\x3a\xa3\x23\x6b\xb5\xdb\x5d\x3a\x9b\xd3\ \x6a\xb3\xfb\xad\x83\x90\x5b\x6b\xb3\xfa\x5d\xee\x40\x6e\x10\x72\ \x95\x5d\x76\x87\x59\x67\x5a\xb6\x10\x95\x35\x5a\xed\x60\x70\xea\ \xb5\x96\x5d\x66\x5f\xd0\x33\xec\xa6\x6a\xb5\x61\x31\xdc\xaa\x05\ \xf5\x21\x8b\xab\xee\x0a\xb6\x86\x83\x7a\xdd\x65\xaa\x4f\x06\xb5\ \xfa\xb8\xe6\x98\x59\x9d\xb9\x01\x90\x8a\xcf\x5b\xb7\xda\x83\xe5\ \xde\x6c\x19\x52\x0e\xda\xc6\x4e\xa3\x03\xd6\xa0\xe6\xf1\xd9\x1c\ \x01\xbf\x3f\x54\x1b\x58\xdd\x36\x73\x28\x99\x69\xf4\x8a\xc9\xd1\ \x34\x3b\xea\xd6\x4b\xc9\x54\x6b\x9e\x59\x2c\x23\xa5\xe2\xb4\x1f\ \xeb\x64\xfa\xf3\x88\x3f\xe0\xa9\x0d\xfc\x43\xbb\xce\x99\xf5\x87\ \xfc\x75\x87\x41\xa7\x14\xc9\x9c\x21\xb3\xc1\xae\x77\x98\xec\x5e\ \xef\x30\x5d\x0b\x1d\xff\xf7\xab\x76\xb7\x74\x72\xd9\x9e\x8d\xd3\ \xc1\x7a\xe6\x59\x37\x76\xf5\x24\xd3\x6a\x2c\x23\x95\xd2\xc9\x68\ \x38\x3a\x1e\xd7\xd2\xf1\x70\x2b\x3c\xea\xb7\x02\xf3\x52\xab\x19\ \x9f\x26\xd3\x67\xd1\x49\x2c\x91\x39\x39\x4e\xb7\x4f\xaa\xe3\x2e\ \x88\x55\xb2\x3a\x0d\x9f\xf6\x4f\x56\x85\xc2\x38\x16\x6f\x46\xd3\ \x99\x49\xa6\x97\x8a\x82\xed\xea\xf6\x32\xe1\xb3\x02\xf0\xe1\x71\ \xa9\x9f\xe9\xa2\xdc\x86\x54\x22\xba\x18\x45\x01\xd5\x4e\x93\xf0\ \xa2\x4f\x9a\xcd\x68\x32\xd6\x1a\xe4\x81\x6c\xab\x5f\x3e\x7e\x7c\ \x91\x88\x2c\xc7\x60\xd0\x92\xe1\xe3\x46\x21\xdf\xca\x9f\x45\x8f\ \x57\xb1\x52\x1c\xb0\x32\x9e\xcf\x57\x13\xa5\xea\xe3\x42\xf5\x69\ \xfe\xea\xc9\xaa\x1b\x2f\x8c\x4f\x56\xc9\xf8\xf1\xe9\xaa\x5a\x28\ \x5e\xbd\x38\x3f\x39\xbb\x38\x7e\xfe\x6d\x38\xd5\x8c\x27\x33\x57\ \xc7\xe9\xb3\xd3\x93\x6a\x3e\xbc\x3a\x0e\x67\xce\x0b\x17\xf9\xfe\ \xbc\x53\x5f\x94\xa6\x95\x70\xab\x33\xed\x01\x5a\x8f\x5a\x8d\xf2\ \x68\x98\x9e\xd4\x3a\x9d\xc5\x74\xd6\x98\x56\x26\xd3\x92\xaf\x91\ \x9e\xb6\x87\x43\x94\x26\x71\x91\x8f\x14\x0b\xe7\xaf\x5e\xfc\xf1\ \x7f\xfe\xfe\xd7\xff\xfa\xaf\x1f\x7d\xf8\xf1\x07\x1f\x7d\xf2\xf1\ \xa7\x1f\x7f\xf2\xd1\x07\xf7\x6e\xdc\xda\xba\x7d\xe3\xcd\x75\xdc\ \xfa\xe6\xe6\xed\x2d\x1c\xb0\x1f\xaa\xee\xc2\x93\xd0\x09\xc0\x35\ \x12\x09\x3c\xcf\x1a\x01\x1d\x7d\x59\xa3\x6e\xae\x23\x17\x85\x27\ \x71\xc8\xe8\xd0\xce\x3a\x89\x8c\x43\x5d\x5d\xbb\xf8\x0d\x1c\x81\ \xb0\x4e\xa5\x50\xc1\xe0\x50\x36\xd1\x80\xfc\x06\x32\x4f\x1c\x80\ \xae\x23\xd0\xac\x0d\x1a\x0e\x99\x26\x0e\xea\x51\x5d\x23\xa2\x83\ \x39\x40\x7f\xc0\x94\x68\x82\x9e\x88\x6a\x72\x48\xdb\x68\xa7\x6a\ \x9b\x4c\x21\x20\xc4\x43\xdb\xf6\x1b\x78\x22\x81\xb3\x0f\xcf\xc2\ \xdf\x47\x45\x37\x0f\x80\x08\xf7\x1f\x7c\xf6\x19\xfc\xe6\xb3\xa3\ \x07\x3f\x7b\xc4\xd9\x5a\xdb\xba\xb5\x49\xa3\xd1\xc8\x87\xff\xe7\ \x3f\x7c\x7e\xb4\x4d\x42\x07\x7a\x90\x43\xa3\x90\x69\x04\x54\x02\ \x4d\xa3\xac\xe3\x76\x01\x52\xc1\x17\xa2\x54\x40\xfc\x2e\xca\x4c\ \x3e\xe0\x50\xae\xa1\x10\xf4\x6a\x63\xfb\x3e\x19\x7f\xc8\xa1\x12\ \xb6\x68\xf8\x6d\xf2\x01\x07\xcd\xa9\x1e\xdc\xdf\x46\x09\xa4\x87\ \xfb\xfb\x47\x47\xe0\xb0\x58\x18\xb8\x13\x16\xb6\xc3\xa0\x33\xd1\ \xe0\x02\x78\x2d\x09\x97\x7b\x97\x81\x6a\x22\x98\x40\x5c\x74\x26\ \x32\x4d\x3c\x34\xbe\x8e\x36\x74\x18\x52\x34\x1a\xc0\x93\x88\xb8\ \xe0\x1e\x74\x42\x16\x0b\x54\x89\x47\x57\x0c\x7d\x0e\xb3\x0c\x1e\ \x86\x2a\xea\xd1\x26\xd2\x0e\x03\x9d\xc3\xc3\x50\x55\x34\x88\x17\ \x98\x20\xfa\x3b\xf0\x3b\x09\x13\xf5\xa8\x8a\x30\x2e\x40\x27\x1d\ \x7c\x10\x83\x21\x94\x33\xf8\x62\x3a\x2a\x4b\xc5\xc4\xf4\x1d\x14\ \xf1\x20\x06\xe4\x94\x29\x79\x3c\xd4\xc3\x8a\xa9\x54\x36\xbb\x94\ \xcd\xe2\xa2\xe9\x29\x7b\x69\x1e\xd0\xc9\xe9\x98\x44\xa5\x00\xdc\ \xdc\x43\xe7\x6b\x30\xb8\x86\x5c\xca\xe3\x0b\x79\x6c\x54\xd5\x2a\ \x92\x5c\x6f\xf1\x4b\x50\x7c\x8d\x10\x64\x47\xc5\x55\x4a\x99\x12\ \x19\x03\x10\x55\x2c\x96\x49\xc4\x62\x90\xaf\x3d\x36\x58\x3a\x36\ \xa6\x51\x83\xb7\x92\xa9\x54\x7c\xa9\x14\x28\x4c\xce\x97\x62\x22\ \xbd\x46\xae\x53\x08\x55\x72\x2e\x57\x29\x66\xa1\x9e\x20\xd6\x5d\ \x54\x65\x06\x5c\x0b\x14\x8a\xd2\xa0\xf7\xc4\x66\x9b\xc2\x12\x74\ \x7b\x75\x26\x83\xdd\xad\x51\x61\x74\x95\x55\x26\x94\xcb\xd5\x40\ \xac\x6a\xa1\x94\x21\xd1\xda\x64\x2c\x4c\x28\x57\x82\x5e\xba\x1c\ \x42\x14\x0d\x2d\x97\x8a\xe5\x26\xa7\x0a\xc8\x54\xae\xe4\xc9\x46\ \x11\x9f\xca\x1f\x44\x07\x03\x83\xf5\x50\xce\xe2\x72\xd5\xcc\x7a\ \x47\x36\x60\xd1\x5a\x1d\x1a\xbd\x41\x67\xac\x39\x65\x0a\x4d\xc0\ \x17\xa8\x9b\x3c\xf3\x8e\xd3\xed\x74\xd9\xbd\x26\x87\x3d\x64\x55\ \xd8\x34\x4e\x7f\xc7\x3e\xf0\x6b\xa4\x5a\x87\xc6\x1b\xb4\x80\x7d\ \x0a\x29\xb4\x4e\xdf\xc4\xed\xcc\xcd\x06\x4e\x87\xdd\xe3\xb6\x9b\ \x74\xad\x91\xc3\x39\x5b\xcc\x3b\x7e\x4f\xae\x34\x37\x81\x20\x65\ \x73\x56\x6f\xbf\xe2\x1c\xd4\xa6\xb1\x51\x3b\xe8\xee\xd8\xad\x3e\ \x9b\x77\xb8\xec\xe6\x6a\x06\x53\xa0\x31\x0b\x95\x17\x0e\xe7\xd4\ \x52\xeb\xe4\x66\xe3\x45\xd9\xef\xb3\xd8\x3b\x9d\x5a\xa8\xec\x32\ \x0e\xe7\x8e\x40\x2e\x57\x9e\x06\xb3\xee\x9c\xdd\x3c\xce\xf9\x02\ \x8e\x99\x27\x68\x31\xd4\x2e\xa3\x27\x91\x6a\x7b\x99\xca\x0d\xba\ \x8d\x62\xb7\x10\xeb\xf5\x3b\xb3\x6a\x21\x1d\xae\x94\xda\xe1\xd0\ \x38\x5a\x0e\x04\xbc\x43\x7b\xc0\xad\xf0\xc0\xfb\xf3\x58\x4d\x7a\ \xa5\x52\x06\xcb\x35\xbb\x8d\x46\x9b\xcf\xaa\x1d\x86\xc3\xed\xe1\ \xe3\x9f\xe7\x27\xc5\xe8\x69\x2c\x38\xee\x66\x3a\xf5\xf8\xb3\x27\ \xd1\x70\x6c\x91\xc9\xf4\x93\xb1\x4c\x33\xd5\xcb\x9c\x2e\xfc\xa9\ \x4c\xaa\xdf\x87\x15\x05\xda\x99\x93\x64\xa3\x90\x48\x5d\x54\x3a\ \x89\x54\xfa\x2c\xd9\x4b\xc6\x92\xa3\xc8\x69\xe2\xe2\x2c\x39\x6a\ \xc4\xc1\x9b\x44\xe2\x20\x6e\x17\xc9\x49\xbf\xd8\xcd\x8f\xd2\x8d\ \xd8\xaa\xd5\x2d\x35\xab\xf9\x58\x32\x1e\x6d\x55\x22\xa5\x6e\xaa\ \x71\x95\xbc\xe8\x8e\x93\x67\x97\x97\x11\xb0\x49\xcf\x57\x27\xa7\ \xd1\xc4\xea\xd4\xd7\xa8\x76\xfb\x89\xfc\xe9\xe5\xab\xd7\xdd\xca\ \x74\xb6\x8a\x24\x33\xcd\xb3\x71\x61\xd5\x6d\x16\x0a\x17\x27\x17\ \xdd\xe3\x78\xfa\x2c\x7f\x15\xb9\x88\x8c\x9f\xaf\x32\x89\xe8\xc5\ \xe5\xb3\x7c\xfa\x2c\x32\x8a\x84\xbb\xf9\xa7\xe7\xf9\xe3\xe3\xf4\ \x45\xfe\xec\xe2\xd9\xf3\xb3\xef\xbe\x4d\x56\xe2\xe1\x7c\xac\x7a\ \x7e\x75\x5a\xa9\x1e\x3f\xb9\x3c\x7f\x02\x42\xb6\xca\x87\x5b\xf3\ \xf9\x02\x74\x6a\x9a\x6c\xcf\x7b\xdd\x76\x6d\x30\xac\xf4\xc7\xc3\ \xf2\xa0\x5b\x5e\xcc\x4a\xd3\x71\xa5\x37\x59\x76\xa7\xf3\x4c\x64\ \xd4\x68\xf7\xd2\xad\x4c\xf4\x1c\x00\xf6\xe4\xcb\xef\xff\xf8\xd7\ \x7f\xfd\xfd\x27\xbf\xfc\xd1\xa7\x9f\x7c\xf4\xab\xbf\xbd\xf7\xee\ \x47\xf7\x3e\xfa\xe8\xdd\x77\xef\xdc\xba\x75\x73\xed\x26\x8e\x46\ \xd8\xdc\xba\x41\xa1\x82\x0e\xd0\x36\xc1\x32\xad\xe3\x29\x04\x1c\ \x0d\x8f\x07\xa1\x59\x5f\x5b\xc3\x6d\xae\x51\xa8\xeb\xeb\x44\x14\ \xd8\x80\xc7\xef\x13\x49\xd4\x4d\x14\x2b\xba\xb1\x0b\x56\x08\x35\ \x49\x00\x82\x91\xd6\x80\x1d\xf1\x34\x90\x2f\x94\x48\x03\xd4\x07\ \x82\xf5\xf0\xf0\xe1\xc1\x06\x8a\x5d\x27\x90\xd1\x68\xd4\x36\x0a\ \x6a\xa0\x51\x09\x1c\x78\x26\x28\x16\xca\x52\x06\x41\x42\x67\x70\ \x00\x0e\x69\x70\x61\x80\x43\x0a\x1e\x75\xd8\x93\xf0\x9c\x6d\xd0\ \x39\xe2\xee\xc1\x06\x71\x63\xfb\xf3\x9f\x7d\x71\xff\xe1\xe7\x8f\ \x8e\x8e\x3e\x7f\xf0\xe8\xe1\x4f\x7e\xb2\xbb\x7e\x67\x6b\x0d\x47\ \xc5\xed\xe2\xff\xef\x37\xfe\xdf\x5f\x1c\xa1\x76\x09\x30\x76\x14\ \x50\x29\xb0\x65\x34\xc4\xaa\xc0\xb4\xbb\x28\x35\x02\x47\x3c\xc0\ \x03\x15\x1e\xa0\x20\x2e\x34\x7a\x8f\x46\xe8\x0f\x0f\xc8\x1c\xf0\ \x54\x64\x94\x6b\x8a\x27\xc0\x7a\xaf\x4f\xe4\x6c\xef\xde\x7f\xc0\ \xe1\xec\x6e\xef\xef\x1f\x3c\x38\x3c\x3a\x78\x83\xcd\x02\x17\xc4\ \xe6\x33\x05\x7b\x77\xd9\x0c\x30\x3e\xf4\xf7\xd9\x3b\x74\xf0\x54\ \x68\xbe\x1b\xec\x10\xe0\x16\x43\xf5\x5f\x9f\x60\x3a\x0f\xe3\x8a\ \xe4\x0c\xd4\x63\xcf\x44\xd3\x98\x22\x25\xc6\xe6\xee\xb1\x25\xac\ \x3d\x91\x6f\x18\x34\x29\xd1\x84\x03\xda\xb3\xe7\xd2\x99\xc8\x81\ \xb1\xd9\x77\x45\x0c\x26\x1a\x98\x42\x95\xa4\x4c\x36\x1d\x8c\xd7\ \x0e\x13\x18\x0d\x0c\x17\xc6\xe6\x81\x7a\x30\x98\x22\x15\x8a\x05\ \x04\xdd\xc1\xc4\x22\xc6\x5d\xae\x08\x5e\x56\x88\x49\x55\x0a\x4c\ \x25\x41\x13\x05\x4a\xb5\x41\x28\xe2\xc9\xf9\xa8\x0a\x4c\x3b\x5c\ \x38\x65\x62\x10\x3b\x26\x5f\x82\x2a\x99\x31\x39\x0f\xe3\x83\x3d\ \x94\xd2\x85\x42\x11\x9b\x89\x50\x13\xe0\x50\x0a\x34\x07\x18\x87\ \x09\x19\x52\x58\x97\x18\xd8\x52\x28\x01\x07\xc7\x64\xf3\x44\x5c\ \x86\x04\xdd\x5b\x60\x88\x51\xaf\xa1\x51\x21\x01\xff\x23\x12\xf1\ \x85\x1a\xa3\x51\x26\x95\x49\x34\x1e\x85\x10\xf5\x09\x0a\x85\x3c\ \xba\x80\x01\x6f\x55\x80\xf6\xe9\xe8\x3c\x15\x3c\x91\x8b\x61\xa0\ \x5c\x6c\x86\x56\x6f\x73\xd6\x3c\x6e\x40\x34\xab\x4f\x01\x8f\xc3\ \x34\xc0\x80\x52\xb5\x94\x0e\xfc\x07\x5a\x2e\x33\xab\xde\x67\x0b\ \x35\x32\x25\x26\xb2\xb8\xe1\x17\x0c\xb5\xf6\xc8\xf5\x66\x21\x98\ \x3d\x85\x14\x93\xf7\xa3\x7e\xa1\xbe\xe6\x00\x9a\xf3\xd7\x42\x06\ \x23\x80\x99\xda\xe8\x00\x35\x30\x3a\xb3\x16\xa5\x55\x6b\xf1\xda\ \x2c\x96\xd0\x22\xe4\xb1\x9b\xfc\x95\x8e\xd5\xd7\xc9\x82\xb9\xb2\ \xe7\x72\x20\x58\x4e\x7b\x70\xe8\x77\x79\xbc\x5a\xb5\x5d\xaf\x35\ \x68\x6d\xf5\xb2\xd5\xe1\x34\x19\x80\x28\x43\xb5\xb9\xdd\x1e\xb4\ \x3a\xed\x1a\xfd\xac\xe4\x71\x2d\xda\xd9\x89\x2f\x97\x9b\x75\x7c\ \xcb\x89\x3f\xe0\x34\xd5\x52\x4b\x5f\x67\xba\x98\x87\x86\x33\x5f\ \xce\xe4\xee\x2c\x3c\xd9\xda\xd4\x6f\xaf\x19\x72\xa3\x46\x20\x17\ \xf4\x78\x3c\xb6\xc0\xb4\x3f\x59\x74\x82\x60\xa6\x0c\x8b\x69\xc0\ \xef\x1d\x78\x7c\x4e\x63\x28\x0b\x2e\xca\x63\xb3\xb8\xed\x86\x89\ \xd7\xe3\xf1\x0e\xbd\xb9\xa0\xb9\x86\xfa\x11\x56\xb3\x7a\x33\xd0\ \x8b\xc4\xc3\xf1\xea\x6a\x59\x09\xf6\x4e\x12\xd3\x56\xaf\x94\x8d\ \x2f\xfc\x6d\x57\xd6\xef\xb6\x1b\x43\x76\xa9\xd9\xe7\x36\x29\x8d\ \x46\xab\x41\x29\x57\x1a\xea\x2e\x9f\xde\xea\x00\x79\xce\x66\xc6\ \x41\xdf\xf1\x9f\xd2\xdd\x48\x33\x53\x09\x0c\xc6\xb1\x72\x25\xda\ \x4f\xc4\x4b\xa3\x65\x24\xda\xeb\x9f\x5e\x25\x7b\xd3\x64\x61\x5c\ \x8b\x87\x7b\xbd\xfe\x2c\xdc\xcf\x0e\x22\x91\x56\x2f\x5a\x69\x24\ \xfa\xad\x7c\xbc\x0d\x44\x56\xc8\x57\x46\xa9\x66\xfe\x38\xd1\x48\ \xad\x9a\xcb\x74\x32\xd9\x48\x55\xa3\xed\x44\xa3\x32\x6a\xb7\x8a\ \xed\x4e\xec\xbc\x91\x29\x94\x00\x29\xbb\x89\x6e\xac\x70\xda\xeb\ \x37\x0a\x91\xab\x8b\xe8\x32\x7c\x7a\xd2\x1c\x95\x52\xc9\x67\xab\ \x68\xa2\x54\x5a\x9d\x8f\xfb\xa5\x76\xe2\xfc\xf4\xa4\x70\xf1\xb4\ \x37\x2a\x0d\xf2\xc7\x27\xc9\xe3\x6a\xba\x09\x94\x78\x7a\xf1\xec\ \x38\xd2\x0c\xf7\x2b\x97\x7f\xb8\x3c\xfb\xfa\xa2\xfa\x6d\xaa\x72\ \x5e\x4d\x36\x9f\x36\xc7\xfd\xf9\x32\x9a\x7e\xf1\xf8\xbb\x7c\xbc\ \x19\x5b\x9d\x9e\x45\x4e\xcf\x5e\xbd\xf8\xcd\xe3\x68\xe2\xf4\xf8\ \xf8\xb4\x70\xfe\xfc\x2c\x11\x8d\x5e\x5d\x5d\x46\xcf\x33\xb1\x4c\ \x74\x39\x1f\x96\xa7\xd9\xec\x60\x1c\xa9\xe5\xa6\xe3\x81\xd7\x35\ \xcf\xa4\x46\xb9\xc1\x60\xb4\xa8\x2d\x1a\xa5\xc9\xac\x3d\x1f\x8d\ \xda\x93\xd4\x74\xda\x6b\x37\xd2\xf1\x78\x34\xda\x4c\xac\x7e\xf7\ \x87\x7f\xfa\xcb\x5f\xff\xdb\xbf\xfc\xed\x2f\xbf\xfa\x97\x1f\xdf\ \xfb\xf8\xd3\x7b\x1f\x7c\x78\xe7\xde\x27\x77\xee\xbd\x7d\xeb\xc6\ \x1a\x89\xb0\x46\xc5\xdd\xba\x73\x83\x00\x60\x85\xa3\x52\xd0\xfe\ \x10\x9e\xb6\x49\xc5\xe1\x77\xc9\x64\xc2\x1a\xd0\x21\x0e\x87\xdb\ \xba\x4d\x05\x60\xc3\x93\xc9\x6b\x14\x32\x8e\xb6\x85\x62\x8c\xc1\ \x38\xe1\xd1\xde\x10\xc8\x15\x8d\xb6\x4e\x41\xd1\xef\x20\x43\x40\ \x66\x78\x60\xc6\x6d\xd4\xa6\x7a\x74\x88\x72\xb0\xf0\x28\x53\x6b\ \x83\x08\x0e\x0c\xf4\x8e\x84\x5a\x55\xa9\x24\xe0\x3d\x22\xba\x0d\ \x88\x1a\xe4\x0f\x88\xdb\x44\xf2\x2e\x07\xdd\x1b\x24\x92\x0f\x48\ \xe8\xee\x23\x99\x03\x74\xb7\x8e\x07\x27\xb4\xcf\xb9\xff\xf9\xe7\ \x8f\x7e\xfa\xe0\xc1\xe7\x47\x8f\x1e\x7d\xf1\xd9\x4f\x7e\xf1\x90\ \x76\xfb\xe6\x0d\x02\x8e\xba\x7b\xf8\xbf\xbd\xf1\xc6\xff\x85\x3a\ \xe8\x09\x9b\x04\x2a\xfc\x02\x8b\x5b\xbb\x73\x8b\xca\x21\xd1\xe0\ \xfa\x78\x0a\x1e\xd0\x95\x48\x44\x37\x06\xa8\x64\x2a\xba\x2b\x08\ \x36\x8b\x8c\x07\xeb\xb6\x7d\xff\xfe\x2e\x01\x1d\x8b\x26\xdd\xde\ \xc4\x91\xd1\x09\x68\xf0\x5f\x07\x87\xf0\x8d\xdd\x07\x8f\x8e\xee\ \x1f\xdd\xe7\xbc\xc1\x60\x30\xde\xdf\x61\xf2\x58\x74\xe6\x0e\x9d\ \x85\x92\xeb\xee\xee\xed\x31\x31\xb6\x80\xcd\x06\x99\xb9\x4b\xe7\ \xb1\x99\x74\x31\x1f\x6d\xc8\x80\x53\xc2\x58\x74\x95\x98\x2e\xd8\ \xb9\x2b\xe0\xc1\x17\x5a\xa5\x44\xb0\x23\xa0\x33\x76\x58\xb2\xdc\ \xc8\x63\x52\x22\x47\xc6\x62\x72\xc5\xf0\x0d\x0c\x65\xa2\x33\x98\ \x12\x3e\x13\x7d\x0f\x04\x10\x50\x6c\x0f\xe1\x22\x9a\xec\xe2\xa3\ \x93\x7a\x5c\x60\x49\x3e\x93\x21\x62\xde\x05\xaa\x14\x49\x45\x62\ \x2e\x4b\x00\xd2\x84\x81\x3f\x13\xc9\xf5\x7c\x95\xe8\xfa\xd4\x0b\ \xc6\x02\x5d\x11\x4b\xc4\x52\x39\xc3\x91\x1e\xfb\xb5\x2a\x3e\xda\ \x88\xe2\x0a\x31\x06\x17\xcd\x83\x81\x42\x21\x3a\xe5\xf3\x51\x1f\ \x17\x8f\xc7\xdd\x83\x15\xb2\x77\x04\x5c\x90\x1d\x70\x6b\x74\x9e\ \x58\xa4\x42\x71\x5c\x62\x2e\xda\x4e\x02\xf7\x23\xe3\x63\x42\x16\ \x1a\x88\x37\xe8\x25\x5c\x21\x1f\x04\x96\x27\x33\x19\xac\x0a\xb9\ \x54\xe9\xd1\x2b\x35\x76\x21\x4f\xaa\x92\xf0\xb9\x6c\x16\x4f\x24\ \xde\xe3\xd2\xef\xb2\xf7\xf8\x3c\x58\x3c\xc8\x1d\x97\x0d\xb2\x2b\ \xd5\x48\xd5\x4e\x97\xcf\xad\x37\x6a\x9c\x4a\xf8\x16\x57\x01\x8b\ \x15\x8a\x44\x3c\xb1\x58\x84\x31\x58\x6a\x19\xc6\xa5\xcb\xb4\x42\ \xb9\x44\xa1\xb1\x68\xb8\x98\x4c\x24\xa6\x4b\x95\x1a\xa5\x5a\xa4\ \x93\x48\x84\x22\x59\xbc\xe9\x10\x5a\x7c\x5a\x9b\xc5\x64\x1e\xce\ \xfd\xa6\x90\x59\x69\x0f\x98\x2c\x01\x87\xc2\xec\xf4\x19\x4c\x2e\ \x93\x59\x61\xb4\xd4\x67\x03\x87\xd7\xee\x1f\x67\x5d\xc1\x80\x3d\ \x17\x0c\x5a\x72\x65\x97\xcd\x8b\x4e\x10\x1a\x8c\x73\xbf\x5a\x6b\ \x77\x58\xbd\xa1\x50\xbd\xe6\xf6\xe7\x0c\x66\xa3\xd7\xe1\x1c\xf4\ \xd4\x5a\xaf\xdd\x69\xd5\xd9\xda\x3d\xa7\xa5\xbe\x0c\x7a\xe6\x41\ \xef\x64\x68\xf2\x78\x82\x56\xb3\x7d\xde\x9e\x38\xe6\xb1\xd6\xa4\ \x56\xee\x85\xb2\x76\x47\x76\xd6\x18\x4c\x06\x56\x4f\xc8\x1c\x1c\ \xd5\xb3\xbe\x90\xdb\x33\xb7\xf9\x67\xbd\xa1\xdb\xe1\x73\xd5\xca\ \x5a\x67\xa7\x16\xf4\xd7\x01\x34\x3d\xf5\xe9\x7c\x58\x0b\xb8\xfd\ \x4e\x87\x3f\x68\x09\xce\x87\x59\xad\x27\x27\x73\x14\xa7\xa5\xca\ \xe9\xbc\x1f\xb6\x03\xc9\x34\x66\x4a\x63\x64\x00\x00\x20\x00\x49\ \x44\x41\x54\xc2\x67\x99\x36\xa8\xca\x09\x48\x4a\xbb\x53\x4e\x75\ \x3c\x69\x87\xd7\x17\x0c\x18\xbc\x3a\x89\xb9\x66\xb4\x38\xac\x36\ \x85\x4e\xa6\x51\xa2\x91\x58\x87\xcb\x62\x75\xdb\x6d\xc1\xf1\x68\ \xf4\xec\xe7\xc9\x6e\xaa\x5a\xed\xb6\x67\xed\x54\xb9\xdd\xe8\xf6\ \x26\xd3\xd4\xa2\x9a\x9a\x14\x4e\x5b\x91\xd8\x22\x52\x5d\xfa\xaa\ \x67\xa3\x65\xd9\x93\xea\xd7\x06\xe9\x6e\x37\x9f\x88\x80\xf3\x9a\ \xa7\x9b\xb1\xd3\x48\x3a\xff\x34\x32\xad\x24\xc2\xa3\x48\x31\x5e\ \x2d\xb4\x12\x17\x91\xe6\xc9\x49\xab\x19\xed\xc7\xda\x7d\x10\xa1\ \xd6\x2a\x36\x4c\x66\xe2\xc9\x46\xb8\x95\x4e\x35\x1a\x85\x69\xb7\ \x92\x89\xe4\xcf\xfb\x75\x50\xb7\xe2\xa8\x15\x4d\x9c\x34\x8f\xab\ \xb1\xe3\xe3\x42\xa4\x57\xe8\x47\x57\xc7\xaf\xce\x5e\x9e\x8c\x2a\ \xa5\xc6\xd9\x93\xaf\xf3\xf9\x6e\xf5\xec\x24\x7f\x9a\xff\xe6\x0f\ \xc7\xdd\x56\x3f\x5c\x2c\xbc\xfe\xf2\x8f\x3f\x3c\x2b\x36\x23\xd5\ \xcb\x6a\xfe\xea\xea\xb8\xb4\x1c\x4f\x9b\xcd\xab\x6f\x7e\xb8\xac\ \x14\xfa\x85\x33\x58\x54\xb5\x7a\xf5\xe2\x2a\x9d\x4a\xa6\x22\x89\ \x58\xf3\xec\x38\x1e\x4e\x57\xcf\xf3\x29\xc0\xd5\x4c\xa2\x55\x2f\ \x8f\xfa\x8d\xd2\x78\x39\xaf\x87\xda\x59\xcf\xbc\xbc\xcc\x4f\x46\ \xe5\xc9\xa8\x36\x1c\x2e\x22\xed\x41\xbd\xb7\x28\x2f\x96\x8d\xe8\ \x72\x59\x2a\x16\xe3\xc7\x99\x62\xec\xac\xfa\xf8\xf5\x9f\xfe\xed\ \x9f\xbf\xfa\xea\x93\x1f\xfd\xf8\x47\x1f\x7e\xf8\xe9\x2f\x7f\xfc\ \xde\xdf\x7e\x7a\xfb\xcd\x4f\xee\x6c\xdd\xbb\x73\xe7\xf6\x3a\x61\ \x9d\x86\xbb\xb9\x06\xaa\xb5\x49\x20\xd0\xd0\xb6\x3a\x0e\xc9\x0c\ \x0e\x4f\xdc\xbc\xb5\x09\x2a\x83\x36\x97\x88\xe8\x6c\x31\x99\xb4\ \x4d\xa5\xa1\x1c\x07\x1c\x79\xf3\x16\x9a\x76\x42\x37\x00\x29\x04\ \x12\x15\x95\x52\xe0\xd0\xae\x10\x89\xb4\x86\xac\x0e\xb8\x27\x60\ \xad\xdd\xa3\x47\xfb\x68\x20\x1d\xe5\xbc\x20\x74\x03\x00\x24\xc3\ \xb3\x89\x24\x14\xbb\x87\x6e\x0b\x12\x71\xa8\xb1\x90\x83\x12\xdd\ \xf1\x54\x70\x73\x6b\xe8\xa6\xde\x06\x99\x88\x8c\x1b\x65\x03\xc5\ \x2f\x80\x45\x3b\x40\x47\x08\x1f\x3c\xfa\xec\xc1\xfd\xfd\x87\x47\ \x9f\xff\xf4\x3e\xf5\xcd\x9b\x37\x40\x42\x89\xe0\xb0\xde\xf8\x07\ \x3c\x87\x48\x42\x89\xce\xeb\xeb\x20\x58\x9b\x5b\xb4\x75\x32\x95\ \x40\x40\x93\x58\x44\xd4\x33\x4d\x21\x02\xdc\xe2\x51\x37\xc6\x01\ \x87\x7c\x78\xb8\x0d\x7a\x05\xe6\x6a\xff\xd1\xd1\x36\x85\xb8\xcd\ \x21\x82\xd0\xad\xad\x6d\xa0\xe3\xd6\x1b\xe4\x43\xa0\xc7\xdd\xfd\ \x07\xfb\x47\x87\xbb\x9c\x37\x00\xbd\x40\x4d\xb8\x2c\x2e\x53\x00\ \xcc\xc4\x66\x60\x77\xd9\xe0\x56\x04\x80\x77\xcc\xf7\x05\x6c\xae\ \x00\x4c\x13\x53\x24\xc1\xc4\x62\x96\x04\x9c\x8e\x4a\x29\x61\x81\ \x98\xd1\xc1\x65\x61\xa8\x3c\x1e\x94\x68\x67\x87\xae\x0d\xf4\x3c\ \x28\x2b\x18\x6c\x15\x13\xdb\x01\x30\xe4\x5e\x37\xea\x08\xe8\x3c\ \x96\x00\x94\x88\xcb\x45\x93\x4d\x80\x96\xa0\x1b\x98\x84\x2b\xe6\ \x73\x59\x28\x82\x8b\x81\x32\xdd\x59\x00\x9d\x4c\x86\x90\x0e\xde\ \x87\xbf\xc3\x65\xf2\x31\x01\x93\xab\x53\xb3\x80\xf3\x24\x62\x11\ \x5f\xcc\x50\xab\xa5\x18\x0a\x35\x16\x9b\x8b\x49\x97\x42\xcd\x65\ \xf0\x78\x74\x1e\x1a\x7e\x62\x82\x55\x12\xa3\x5b\x80\x74\x1e\x88\ \x0a\x57\x04\xfa\x21\x42\xfd\xac\xa0\x93\x5c\xa9\x42\xc7\xe7\x8b\ \x61\xcd\x72\xa9\x5c\x0d\x98\x89\x9a\x97\x85\x7c\xa5\x14\x70\x10\ \x13\xa2\x56\x20\xa9\x5c\x84\xa9\x40\xb9\xb8\x6a\x95\x53\xa3\xe5\ \x89\xa5\x0a\x0d\x7c\xb6\x1c\x0a\x2e\xbc\x25\xb9\x98\xcb\x95\x32\ \x18\x3b\xf0\x2f\x0f\xc4\x91\x87\x31\x41\x03\x19\x3c\xfa\x5d\x81\ \xd0\xa8\xf7\xdb\x6d\x1e\x97\xc3\xed\x70\x2b\x40\xef\x78\x6a\xb1\ \x04\xe4\x09\x93\x08\x55\x12\x1d\x8f\x77\xdd\xc9\xaa\xd4\x89\x80\ \x0f\xe5\x1a\x19\x26\x97\x71\x95\x3c\x95\xc2\x65\x55\x4a\xd0\x6a\ \x44\xca\x62\xde\xa7\x30\x04\xfc\x6e\xad\xd9\xd9\x29\x9b\x14\x5e\ \xbb\xd9\x99\xb3\x3b\xea\x4e\xb5\xc9\x65\xd3\xdb\xb4\x96\x90\xd1\ \xaa\xf3\xd5\x5d\xc1\x79\x30\x10\x0a\x39\xfc\x2e\xab\x23\x18\x50\ \x87\xfc\x76\x87\xd1\xed\xb0\x5b\x44\xbe\x51\xc8\x6c\x45\xa7\x70\ \x3c\xb9\x71\xdd\x6b\xb6\x59\x9c\x66\xbb\x63\xd2\x1f\xdb\x8c\x1e\ \x4f\xa7\x63\x0a\xb5\x47\x7e\x53\x30\x97\x5b\x54\xca\xb6\x72\xcf\ \x62\xf3\x96\xed\x7a\x67\xb6\x55\xa9\x0d\xc6\x8d\x8e\x77\x98\xf3\ \xfa\x3c\xee\x60\x6e\xba\x68\x4c\x83\x1d\xaf\xa1\xbc\xac\x65\x07\ \x7e\x8b\xc3\xa3\x75\x97\x73\xf5\x81\xc7\xdf\x99\x78\x0c\xb5\x8e\ \x6f\xee\x33\xaa\x6c\x36\x47\xc0\x1d\xf2\x64\xfd\x5e\x74\x7f\x70\ \xe8\x0f\xb5\xed\x76\x7f\x2d\x20\xf3\x15\x97\xdd\x76\xbc\xd3\x2a\ \x7a\x06\x85\x4a\xe3\x34\x16\x99\x17\x27\xe5\x78\xbb\xdf\x2a\x4e\ \xcb\xad\xfa\x60\xe9\x0d\xd5\x80\x47\xe7\x1e\xa1\x37\x64\x06\xa3\ \xe5\xd0\xeb\x0c\x5a\x95\x1c\x04\xd6\x67\xf0\xd8\x2d\x3e\xfb\x2c\ \x9e\x6e\x3c\x7f\xdd\xcd\x44\x53\xc9\xc8\x55\x64\x59\xa9\xcf\x93\ \xd1\x6e\x29\xd3\x9e\x9f\xa6\x2a\x85\xa7\x89\x70\x7c\xd9\x5d\x8d\ \xcb\xe9\x78\x2b\x59\x19\x55\xc6\xe5\x41\x24\x1e\x69\x96\x5a\xa9\ \xc7\xdd\x5c\x38\x55\xc8\x8f\x2b\xd5\xcb\xe4\xa2\x18\x6b\x95\x5b\ \xf1\xca\xf1\x71\x2a\x16\xeb\x86\x33\xc5\xd4\x49\xbe\x94\x8e\x57\ \x2b\x95\x70\x35\x5e\xea\x37\xe2\x89\x70\x38\x1f\x4f\x47\xd2\xb1\ \x48\x37\x7c\xd2\x4b\x15\x9a\x95\x5e\xe5\xf2\x71\x2c\x9e\x38\xbd\ \x7c\x7c\x12\x6d\x9e\x56\x9f\xbc\x7e\x51\x8c\x96\x0a\x4f\x5e\xfc\ \xf6\xcb\xf3\xcb\x7e\x61\x79\x75\xf5\xec\xfc\x71\xac\x12\x79\x8c\ \xfa\x0f\x7f\xf3\xdb\x97\xa7\xf1\x55\xf2\xf8\xf8\xe5\x8b\xdf\x3d\ \xef\xa6\x8e\x8b\xe7\xcf\x9e\x7f\xf7\xe5\x37\x17\xe1\x54\x3b\xfa\ \xfa\xf2\xfc\xd5\x0f\x4f\xd3\x89\xc4\xf9\xc5\xe9\x2a\xd6\x4c\x25\ \x9e\xbe\xe8\x16\x23\xc9\x44\xfe\xb2\x0a\xdc\x0a\xc6\xef\xf1\xc9\ \xc9\xf9\x49\x24\x55\xe9\xf6\x96\xb3\x65\x6b\x3c\x4e\x35\xe7\xa1\ \x65\xd9\x37\x59\x8e\x93\xe3\xc1\x62\x19\xca\x2d\x66\x95\x93\xf9\ \x62\xd2\x6b\x97\x52\xd3\x70\x78\xb4\x48\x16\x32\x89\x4c\xf3\xe4\ \xf4\xf1\x8b\xd7\xbf\xfb\xc7\x7f\xff\xcf\x5f\xfd\xea\xc7\x1f\xbc\ \xf7\xd1\x07\x1f\x7e\xf8\xc1\x7b\x6f\x7d\xf0\xc1\x9b\xb7\xde\x7a\ \x73\xeb\x0e\x7c\xd6\x6f\x11\xa8\x37\xb6\x68\xf0\xcb\xda\x1d\xd2\ \xda\x16\x61\x9d\x42\x43\xf2\x03\x1f\x7b\xc2\xe6\x9b\x34\x2a\x3a\ \x32\x03\x44\x48\xbe\xbe\xd5\x47\xa5\xa2\x89\xcf\x0d\x2a\x95\xb4\ \x4e\x41\xdd\x38\x87\x78\x32\x0d\xc5\x28\x03\x80\xa1\xdb\x83\x24\ \x02\x68\x17\x61\x03\xb5\xa6\x6e\x1f\x80\xc0\x3c\xbc\xbf\x41\x42\ \x59\x2f\x28\xab\xfd\xbf\x50\x11\xf4\x6d\x9d\x80\xc2\x1d\x88\x20\ \x2d\x44\x94\xd4\x87\x76\xb2\x10\x57\x82\xfe\xad\xa3\x41\x09\x0e\ \x4a\x6b\x27\x83\xe6\xac\x51\x40\xca\x38\x1b\x87\x0f\x8e\x8e\x1e\ \x3c\xf8\xec\xfe\xfd\xc3\xfd\xa3\x07\x3f\xfd\xd9\x21\x69\x8b\x40\ \xa3\xa1\x0e\xb2\xfb\xff\xcf\xff\x77\x84\xa2\x91\xf1\x68\x96\x82\ \xb3\x49\xc1\x6d\xe1\x88\xb0\x2e\x1a\x38\xba\x4d\x54\x70\x41\x41\ \x91\x0d\x68\xa0\x1d\x5c\xd8\xc6\xf6\xf6\xc1\xee\xc1\xe1\xfe\xee\ \xc1\xee\xee\xc6\xa3\xcf\x1f\x6d\xd3\x36\xae\x5f\x64\x0d\xc4\x93\ \x74\x70\x7f\x97\x73\x80\x92\x04\x0f\x40\xaf\x0e\x50\xa6\x3b\x4b\ \xc4\xba\x0b\xc4\xc6\xe3\x73\x25\xe8\xcc\x20\xb8\x1f\x86\x08\x99\ \x25\x26\x86\x6e\xbe\xed\x30\x40\x11\x18\x5c\x06\x13\x25\xee\xed\ \xed\xf0\xa5\x32\xc5\x0e\x7c\x43\xf0\x8e\x80\x21\xb7\x18\x31\x3a\ \x4a\xff\x63\xca\x43\x4b\xb7\x59\x03\xfe\x05\xe3\xc1\x87\x97\xcf\ \x78\x87\x8e\x1c\x07\xfd\x1d\x31\x1f\x5c\x1b\x2a\xb8\x40\xf1\x7f\ \x74\xa6\x80\x25\x45\x43\x09\x4a\x3e\x6a\x3e\xe5\x03\xa1\x09\xb8\ \x0a\x3e\x1d\x1e\xb1\x23\xe2\xb3\x30\x09\xf3\x1d\x40\x53\x11\x50\ \x9e\x0c\xae\x83\x5e\x52\x8c\xf1\xc5\x3a\x99\x94\xcb\xe3\xf1\xe5\ \x2a\x5d\x67\x1a\xd2\xcb\x84\x42\x70\x7a\x7c\xa1\x14\x63\x88\x55\ \x98\x48\x24\x66\xc9\x24\xe0\xb9\xb8\x74\x0c\x45\x3e\xf0\x81\x60\ \x19\x20\x37\x98\x5c\x61\x04\x7f\x05\x22\xc1\xe0\x8a\xb4\x42\x90\ \x1d\x4c\x29\xe2\x61\x98\x10\x63\x89\x24\x12\x16\x0b\x63\xaa\xf5\ \x2a\x89\x18\x1d\x7a\x54\x48\xcd\x36\x85\x94\x2b\xb7\x9b\xe5\x52\ \x9d\xcd\x81\xf1\x84\x62\xbe\x02\x93\x2a\x51\x9c\x97\x00\x54\x9b\ \xcf\xe3\x4b\xb8\x02\x78\x17\xb0\x7a\xbe\x5a\x6f\xd0\xbb\xfd\x36\ \x97\x49\xa1\x74\x6a\xd5\x20\x7e\x72\x25\x0a\x95\x60\x71\x25\x4a\ \xb5\x1c\x9e\x6a\x50\xf3\x44\x5a\xbd\x50\xaa\x94\xaa\x5d\x46\x89\ \x42\x21\x91\x30\x24\x0a\xb7\x49\x2d\x91\x60\xa0\x95\x58\xbd\x19\ \x74\x68\x5d\x0e\xb3\xc9\x9e\xab\xe7\xfc\x6a\xab\xc7\x6f\x75\x78\ \x5d\x8b\xac\xde\xe5\xb6\x6a\xec\x16\xbd\xc7\x61\x53\xd9\x66\x5e\ \x6f\xd9\xef\xf0\x78\xfc\x41\xbf\xd1\xec\xf6\x6a\x82\x36\x87\x56\ \x6f\x31\xfa\x5c\x32\xef\xdc\x2e\xb3\x6b\x6d\x36\x83\xd5\x57\x0f\ \xf8\xf5\x21\x97\xde\x64\x32\xd8\x47\x0b\x73\x68\xe6\xf4\xda\x0d\ \xb6\x52\xc9\xad\x9f\xcd\xb2\x6d\x8f\xa7\x56\x9f\xb8\x1c\x9d\xa1\ \x2f\xe4\xaf\xc3\xdf\xed\xbe\xf2\xb0\x9d\xf5\xd9\xcc\x1e\xa3\xb3\ \xee\x0d\x4e\xfb\xf3\x5a\xc8\xa3\x1f\x8d\x16\x01\x80\x3d\x7f\xce\ \xef\x6a\x2f\xfd\xb9\xa0\x7f\x3e\x0f\x69\x7c\xad\xac\x2f\xe0\xb7\ \x99\x5c\xf6\x5e\xd0\x1e\x0c\x06\x86\x9d\x49\xd0\x57\x9b\xe4\xe6\ \x4e\x78\xc9\x90\x6c\x92\xec\x85\x2b\xd1\xf1\x64\x99\x2b\xb5\xe2\ \xcb\x74\xbe\xbd\x48\x97\x27\x95\x52\x65\x9a\x8c\xd6\x22\xf3\x5c\ \x4e\xe3\x9d\x0f\x83\x40\xab\x5a\xb3\xc3\xe9\xb2\xdb\x5d\x4a\x9d\ \xc6\xa8\xd0\x97\x87\x8d\xac\xd3\x15\x32\x39\xfd\xe3\x52\x7f\x7e\ \xfe\x7d\x2c\x9c\x88\xae\x40\x8b\x66\x29\xcf\xe4\xf4\xa4\xd2\x4e\ \x56\xe6\xa7\xe1\x76\x21\x7a\x76\x71\xdc\x4f\x3d\xeb\x4d\x8a\xa7\ \xfd\xde\x74\x31\x0a\x04\x3a\xe9\x0c\x48\x46\xbf\x71\x9e\x5c\x56\ \xe3\xe1\x52\xaa\x98\x39\x69\xd7\xbb\xc5\x74\x23\x5f\xc8\x44\x5a\ \xdd\x56\x3c\x33\x8d\xb7\x8a\xf1\xd2\x38\x3f\x9d\xf4\xbb\xe3\xe2\ \x79\xa6\x14\x89\x24\x63\xf1\x46\xbc\x78\xdc\x8d\xc5\x4b\xc5\x70\ \xb2\x18\x69\xa2\xc3\x7f\x2f\x9f\x9f\x3f\x7b\x91\x7f\x7e\x9c\x2a\ \x16\xae\xbe\x7c\x5a\x00\x9d\x7b\xf9\xf2\xdb\x1f\xfe\xfc\xfd\xe3\ \x7e\xaa\xf8\xec\xcb\x42\xe1\x32\xd6\xbf\xbc\x04\x36\x3b\x7f\xf2\ \xec\xf5\x2b\xc0\xcc\x97\x2f\xff\xf0\x8f\xdf\x9c\x87\x2f\xa3\xcd\ \x2f\x7f\xf3\xe7\xd7\xbf\x79\x91\xe9\x9e\xa5\x2e\xbe\xaf\xc6\x7f\ \xf8\xcb\xe3\x54\xa2\x79\x76\x71\x71\x06\xf8\xd9\x7c\x99\xef\x36\ \x56\xd1\xd8\xd9\x49\xb4\x10\x4f\x45\xe2\xc9\x48\x74\x75\xf1\xec\ \xb4\x5f\xed\x65\xe1\xef\x82\xc1\xac\x78\xd2\xcf\x96\x07\x93\x5c\ \x60\xd8\x4b\x0f\x16\xb3\xf1\x78\x30\x5e\x76\xf3\xe3\x51\x76\xd1\ \x6a\x8d\x46\xc9\xee\xac\x92\x89\x57\x12\xcd\xe4\xd5\xf1\x8b\xef\ \xff\xf4\x4f\xff\xf9\xaf\xff\xf9\xcb\x8f\x7e\xf4\xc9\xdb\xef\x7e\ \xf4\xf1\xc7\x1f\xdc\xb8\xf9\xf6\x9b\x37\xb7\xde\xbd\xb1\x79\xfb\ \xd6\x3a\xe1\xce\x16\x69\x6b\x6d\xed\xd6\xda\xcd\x5b\x37\x89\x6b\ \xeb\xeb\x04\xdc\x1a\x69\x9d\xb0\x49\x23\x51\x69\x9b\xeb\x38\x1c\ \x61\x8d\xb2\x49\xdc\x00\x63\xb4\x8b\x32\x48\x91\x68\x11\x00\x11\ \x71\x44\xb4\xbf\xc4\xe1\xec\x72\x28\x38\x22\x85\x80\xee\xcb\x51\ \x29\x44\x10\x32\xb0\x67\xd7\x2e\x89\xb3\x8b\x62\xa6\xb6\x49\x38\ \x32\x58\x20\xd4\x08\x41\x26\xa1\xa0\x62\x0e\x89\x40\x46\x9b\x4e\ \x44\x0e\x95\x40\x22\x81\x7a\x00\x0d\x92\x51\x4e\x16\x0e\x34\x0e\ \xd0\x94\x48\x45\xc7\x91\x39\x6b\x04\x12\x79\x1d\x7e\xcc\xe1\xe0\ \x51\x4b\xfd\x67\x0f\xd0\x1c\xd6\xd1\xd1\xfd\x9f\xfe\xdd\x36\xe1\ \xd6\x9d\x37\x6f\x6c\x11\xa8\x9c\xa3\x47\x0f\xc0\xbd\x81\x40\x12\ \x28\x20\x49\x60\x13\xa9\x04\x50\x5d\x14\x8d\x43\x26\x71\xd0\x59\ \xc4\x8d\x6d\xd2\xc6\xc1\x01\x91\x83\x6a\x12\xc1\xf5\x81\x74\xed\ \xe3\xf7\x77\xf1\x9c\x83\x47\x9f\x7d\xb1\x4b\x45\x67\xae\x41\x76\ \xe1\x67\xbb\xfb\xbb\xa4\x7d\x0a\x99\x73\x84\x66\xdf\xe1\x8b\x37\ \x58\xe8\xde\xd9\x3b\x74\x36\x58\x1d\x1e\x1b\x5c\x83\x60\x0f\x4c\ \x85\x88\xc9\x04\xe7\xb5\xc3\x46\x1b\x39\x3c\x26\x5f\x24\x02\x68\ \x64\xee\xf1\x77\xf6\x76\x76\x44\x52\xf0\x38\x7c\x2e\x5d\xc0\xe4\ \x6b\x8d\x8c\x3d\x9e\x52\xce\xe2\x73\x1d\x83\x99\x4f\x89\x7a\xe0\ \x45\x40\x5e\x5c\xb8\x98\x04\xa3\x73\x05\x4c\x29\xd8\x35\x24\x56\ \x18\x73\x07\x55\x86\x61\x5c\x1e\x8b\xcd\xd8\xc1\xa4\x62\x01\x57\ \xc4\x97\xc8\x99\x7b\x5c\x21\xef\xee\x1e\x83\x27\x54\x09\xe1\x35\ \x78\xec\x3d\xe0\x44\xf8\x4a\x2a\x53\x32\xa4\x12\x09\x57\x2a\xe5\ \x89\xb5\x72\x21\x18\x24\xb9\x42\xa5\x9e\xcd\x7d\x7a\x1d\x8a\xbb\ \x51\xaa\x24\x60\xd7\xb8\x7c\x31\x6a\xb5\x01\xe5\x13\xa0\x5b\x02\ \x6c\xa6\x80\x29\x44\x93\xf9\x62\xb1\x50\xae\xd0\xe8\x30\x26\x8b\ \x21\x15\x81\xb8\xa9\x41\x13\xaf\xbb\x72\xd8\x2c\xb1\x98\x2f\x10\ \xa1\x5b\x92\x6c\x99\x0e\x1d\x2a\xe4\x62\x42\x85\xca\x6a\xb4\x88\ \xb9\x1a\x9b\x43\x2c\xd5\x06\x0d\x20\x4f\x22\xa9\x12\x96\xc9\xe4\ \x32\xe8\xef\xb3\x78\x18\x1a\x8c\x60\xb1\xd9\x5c\x06\x80\xad\x40\ \xa4\xd1\x1a\x5c\x39\x87\x57\xab\x33\xe9\x15\x7c\x96\x18\x53\x6a\ \x84\x42\xa5\x8c\x41\x07\xc7\x06\x52\xad\x32\x6a\xc5\x62\x9d\x46\ \x29\x57\xeb\x0c\x39\xab\x0c\x96\x09\xc6\x50\x1b\x70\x1b\xd1\x09\ \x1e\x4c\x22\x0f\x25\xfa\x0e\x85\xc1\x04\x44\x98\x1b\x7b\xad\x3a\ \xb3\xd9\xe1\xf6\xba\xcd\x59\xb7\xc5\xe7\xd6\xfa\x43\x7e\x83\xd1\ \x6a\xd1\xd6\xdb\x59\x7f\x76\x19\x2a\xbb\xcd\x39\x8f\xdb\x1b\x70\ \xbb\x43\x2e\xaf\xc3\x66\x0c\xb9\x6c\x66\x6b\xdd\x63\xb6\x9a\x9c\ \x6e\x93\x27\x34\x19\xfa\xb4\x7e\xa7\x3d\x17\xb0\x05\x83\x3e\x7b\ \x6d\xd1\xc9\x69\xb5\x86\x6e\xca\xaa\xcb\x96\x03\x35\x5f\xc8\x5a\ \x1e\x6a\x1d\xd3\x74\x2d\x97\x9d\x2c\x4b\x21\x4f\x67\xd0\x1e\x2f\ \x6c\x56\xa7\xd5\xe2\x0d\x05\x6b\x95\x91\xc3\x64\xb1\x4c\xea\xf3\ \x40\x3d\x90\xf3\x05\xed\xae\xd9\xb8\x53\x0b\x04\x6b\x01\xbf\x36\ \x57\xb3\x3a\x9d\x01\x9b\xde\xee\x2a\xd5\x1d\xbd\xd9\x30\x98\x75\ \xd9\xad\x81\x85\xdf\x65\x72\x05\x87\x1d\xf5\xa4\x92\x68\x8d\xd2\ \xc5\xca\xc8\x52\x2f\xc5\xa7\xc9\x7c\x71\x1c\xf6\xf7\x8b\xb1\x52\ \x70\x9c\xae\xf5\x86\xa5\x8a\xaf\x56\xf7\x84\x02\x1e\x2d\x18\xd0\ \xac\xd7\xe2\xb6\x99\x75\x32\x85\xd6\xe4\x0b\x04\xe7\x6e\xb3\xc5\ \x62\x72\x56\x02\xb9\xce\x0f\xbf\x1d\x4c\x92\x91\x54\xbf\xdb\x1b\ \x56\xdc\xf5\x44\xa2\xdb\x8f\x24\xeb\x89\x65\x29\x53\x8d\x9f\xc4\ \xfb\x85\xa7\xb3\x45\xf3\xb2\x3b\x99\x8d\xcb\xe5\xe0\x34\x7a\x3c\ \x8a\x34\x53\xf1\xcb\xe2\xb2\x10\x0f\xf7\x93\xe1\x93\xf3\xd4\x24\ \x13\x01\x09\x8b\xc4\x0a\xe9\x46\xec\x14\xc4\xa9\xdb\x8d\x36\x16\ \xbd\x79\x39\x9a\x1a\xf5\x93\xc9\x52\x24\x1f\xcb\xb4\xfa\x91\xd3\ \xf8\xa4\x92\x6c\x2c\x96\xad\x4a\xba\xd9\xcf\xfc\xe1\x87\xdf\xfd\ \xe6\xdb\x3f\x3f\x7e\xf6\x34\xdd\x4d\x44\xae\x4e\x33\xe1\x46\x38\ \xfe\xfc\xf1\x77\x7f\xf8\xee\x87\xd3\xc9\xb8\x5b\x38\x3e\x7b\x72\ \xb1\xca\x9c\x9f\x9d\xc5\xe3\xcd\x67\x2f\x5e\x3d\x4e\x14\x0a\xaf\ \x5e\xfd\xe1\xbf\x7f\x79\x15\x89\xb5\x56\xcf\xff\xf2\xf3\x27\xdf\ \x3e\x3b\x0e\xc7\x5b\x67\x2f\x9f\x5f\x3c\x7f\x92\x09\x17\xc0\x59\ \x3d\x7e\xba\x7a\x9a\xac\x3e\xaf\x76\xc7\xf1\x7c\xa1\xba\x4a\x25\ \x62\x99\x64\xa3\x99\x88\x95\x32\x4f\xf3\x89\x6a\x7b\xb2\xe8\xcf\ \x3a\xfe\x4a\x71\xd6\xe9\x00\x0a\x4e\x6a\x25\x70\xa0\xe5\x79\xbf\ \xd7\x6e\x45\xd2\x83\x65\x6d\xdc\xed\x36\x2a\xe1\x5e\x31\x9e\x49\ \xc5\x33\xb1\xea\x37\x17\x5f\xff\xf9\x0f\xff\xfc\x1f\xbf\xfa\x9b\ \xaf\x3e\xf8\x97\xbf\xf9\xf4\xd7\x6f\xbf\xf7\xc9\x47\x6f\xbf\x79\ \xef\xd6\x8d\x0f\x6e\xdf\xba\x75\xfb\xe6\xe6\xfa\x3a\x05\x8f\xa3\ \xd2\x08\xeb\xb7\xee\xdc\xc0\x21\x3a\x5c\xa7\x52\x50\xd6\x0b\x8d\ \x48\x59\x5f\x43\x63\x4e\xeb\x24\x14\xd4\xf0\xd9\xc3\x0d\xd4\x9f\ \x43\x43\x45\xf5\x6b\x60\xab\x50\x93\x2a\x91\xb2\xbd\x0b\x46\x09\ \xb7\x06\xff\x6c\xe2\xd0\x71\x3e\xf0\x3b\xf8\xc3\x5d\x3c\x89\xb8\ \x7d\x70\xf0\x10\x34\x03\x25\x90\x22\x84\xe4\xa0\x47\x10\x91\x0d\ \xa3\x72\xc8\xeb\xff\x15\x31\x43\x44\x95\x5c\x44\x22\x07\xe5\xbe\ \xaf\x6d\xe2\xb7\x0f\x68\x34\xca\x75\x1b\xd8\x36\x7a\x71\xda\x26\ \x11\xc5\x28\x6c\x80\x5a\xdd\x3f\x7a\xf8\x08\xb5\x86\x3d\x7a\xf8\ \x8b\x9f\xec\x52\x6e\xde\xbb\x75\xf3\xc6\xda\x5b\xd7\xcd\x61\x07\ \x07\x64\x2a\x2a\x7b\x05\x1a\x25\xd0\x28\x44\x02\x85\x4c\x21\xa3\ \x7d\x7f\xd4\x37\x8d\x0a\x28\xf0\xfb\xfb\x9c\xfb\x1c\x20\x41\x60\ \x4d\xe2\xc1\xee\x21\x79\x83\x42\xda\xdd\x3e\x7c\xf8\x93\xcf\xe1\ \xcd\xec\xee\x73\x50\xc8\x04\x71\x1f\xf8\x70\x77\x9b\x42\xde\x3e\ \xbc\xff\xe0\x73\xd4\x9a\xc3\x42\x3b\x53\xf0\x79\x67\x70\xd9\x7b\ \x2c\x34\x93\x40\xe7\x32\xee\xb2\x31\x1e\x5d\xc8\xe2\xee\xed\x81\ \xb3\x00\x63\x24\x14\xf3\xc0\x33\xed\xd1\xf9\x4c\x01\xa6\xd3\x88\ \xe9\xbc\xeb\x21\x52\xa9\x55\xcf\x67\x89\xe4\x6a\x3e\x5f\xe6\xc9\ \xf9\x5c\x4e\x19\x20\x21\x1f\xa0\x0c\x2e\xb8\x07\xd0\xc7\xdc\xd9\ \x11\xd0\xd9\x6c\xc1\x5d\x26\x0b\x1d\xef\x01\xc5\x13\x71\x45\x42\ \x26\x8b\x4d\x17\xed\x08\xd0\xc1\x64\x09\x08\x96\x5c\xcc\xa0\x33\ \x44\xe8\x74\x8b\x4a\x84\x44\x10\x54\x53\x22\xe0\x59\xcc\x22\x31\ \x70\x29\x57\x22\x51\x68\xd4\x7c\xae\x48\xa5\x90\x73\x75\xe5\x92\ \x5b\xab\x54\x4a\xc1\x16\x49\xd4\x62\x26\x4b\x24\x93\x02\x76\x72\ \x79\x6a\x09\x80\x27\x1a\x9d\xc0\x30\x2e\x13\xed\xc3\xd3\x99\x7c\ \x9e\x5c\x05\xa2\x2a\x56\x4a\xe9\x62\xb1\xd2\x00\x0b\xc2\x76\xc4\ \x60\x1a\x55\x62\x24\x3f\x5c\x11\x6f\x87\xab\xe2\xb3\x98\xfc\xeb\ \xb1\x4f\xb3\x49\x87\x69\xad\x5e\x0f\x68\x49\xc8\xa6\x40\xd3\xf1\ \x4a\x11\x00\xaa\x90\xc5\xba\x0b\x2e\x4f\xc0\x05\x09\x63\xa0\x48\ \x77\x1e\xd0\xb2\x5c\x63\x72\xda\xcc\x2e\x9b\xcd\x66\x35\x89\x78\ \x72\xb1\x4e\x2f\x57\xc9\x65\x2a\x91\x44\x2d\x14\x49\xe5\x7a\x83\ \x59\x2a\x96\xeb\x64\x5a\x85\x4c\x61\xb6\xf1\xc5\x7c\xa1\x5a\x21\ \x14\x7a\x9d\x06\xb1\x90\xcb\x95\xab\xf5\xde\xc8\xd8\xe6\xb0\x87\ \x9c\x2e\x97\x77\x36\x00\x89\xb1\x18\x9c\x16\xa3\x37\x67\xd7\xd9\ \x02\x6e\xbb\x27\xe8\xb5\xa3\x43\xc3\xed\x5e\x07\x24\x6b\x08\x40\ \x58\xf7\x39\xc1\xaa\xe4\xea\x7e\x9d\x46\xeb\xf2\xf9\x5c\x6e\xb7\ \xc9\xa0\x70\x7b\x40\xe5\x3c\x33\x60\x48\x8f\xc3\x55\xf6\xbb\xea\ \xa5\xa0\xad\x5c\xeb\xe4\x2c\x66\x7b\x3a\xed\xd4\x4e\x66\xc1\x79\ \x76\x91\xf3\x65\x6d\x9e\x49\x19\x28\xb0\xd6\x2f\x5a\xcc\x9d\x54\ \xa6\x99\xf4\x04\x82\x60\xb1\xb2\xf0\x83\x80\xcd\xe1\x36\xd6\x3c\ \xe5\x6c\x6d\xe8\xf3\x38\xcd\xd6\x40\x2e\x90\x9b\x2f\xcb\xa0\x34\ \x4e\xaf\xd9\xef\xf3\xf9\x9c\xde\xd0\x64\x31\x99\xe7\x5c\xb5\x90\ \x45\xef\x18\xf5\x3a\xf6\xac\xbf\x9c\xcb\x99\xc7\x89\x4c\xaf\xd4\ \xe8\x4c\x7b\xce\x69\xb1\x18\xaf\x5e\xc6\x17\xb1\x5c\x2f\x85\xc6\ \x3f\x23\xa3\xe6\x62\x92\xf6\x66\x97\xb5\x41\xd0\xe7\x70\xbb\x7d\ \x41\x87\xc3\xa1\x33\x6b\xb4\x7a\xbd\x3e\x54\x06\x40\x74\x7a\xbd\ \x7a\xef\x3c\x10\x98\xbe\x3a\x9b\xb6\xaa\x95\x56\x6a\x5c\x6a\x27\ \x03\xad\x66\xb3\x30\x2e\x75\x83\xf1\xf1\x32\x93\x4a\x66\x92\xb3\ \x7c\x75\x38\x0a\x37\xa3\xd3\xd2\x78\x00\xf2\x99\xc9\xe7\x13\xe7\ \xfd\x67\xcd\x62\xe3\xb4\xd7\x48\x1d\x3f\x59\x9d\x0f\x7a\xad\x55\ \x33\x1d\x4f\xa4\xf3\xfd\xc6\x49\x3e\x13\x4d\xa6\x92\x89\x74\x31\ \xd6\x00\xf7\xd5\x2d\xe6\x33\xc7\xcd\xb3\x70\x2c\x19\xcb\x64\xa2\ \xed\x70\xa3\x3b\x9d\x8c\x4b\x89\x62\x27\xfc\xc7\xdf\xfd\xf0\xf2\ \x9b\x2f\xaf\x63\x98\xaf\xae\x1e\xaf\x2e\x5e\x9e\x15\xe2\xdf\x7d\ \xf7\xbb\xef\xaa\x5f\x26\xba\xdd\x64\xfe\xfc\x9b\x3f\x5c\x3e\x6f\ \xa6\xce\x23\xc5\xf3\x27\x5f\xbe\xfa\xee\x45\x22\x9c\xff\xf6\xc5\ \x0f\xaf\xbf\x7f\x79\x92\xcf\x47\xcf\xbe\xff\xee\xfb\x6f\x9f\xa5\ \x13\xcd\x6e\xea\xea\xfb\x17\x67\x4f\xf3\x17\xcd\xd4\xd9\xd7\xbf\ \x79\xfe\xfc\xc5\xf1\xd3\x17\xb1\x4c\x29\x85\x56\xb3\x3a\x29\x86\ \xc3\x95\x44\x21\x7a\x92\x7f\xd2\xbc\x8c\xb5\xfb\xd3\x7e\xa5\x37\ \x4f\x15\x67\xf3\x59\xbf\xdf\x5e\xd6\x16\xa5\xfa\x64\x30\x5f\xcc\ \x8a\xfd\x62\x63\x39\xed\x2f\xc7\xad\x41\xab\x51\xe9\x95\x9a\xd1\ \x93\xf0\xf1\xf9\xf3\x3f\xfe\xe5\xff\xf8\xa7\xff\xfc\xea\x47\x7f\ \xfb\xeb\xf7\x3e\xfc\xf1\x2f\x7f\xfc\xc1\x47\x5f\x7d\xfc\xf6\xbb\ \xef\xdd\xbe\xf3\xf6\xdb\xb7\x69\x5b\x9b\x6b\x34\xc0\x28\x0a\x85\ \xb2\x86\xa3\xdd\xda\x44\xbe\xea\x06\x98\x22\x02\x81\xba\xb6\x85\ \x2a\xe9\x49\xeb\x6b\x38\xc2\xc6\x36\x60\xdc\xe1\x36\x05\x87\x43\ \x55\xcb\x78\x32\x69\xf3\x06\x1a\x40\x20\x83\xe0\x90\xf0\x54\x1c\ \x8a\xa1\xa2\x12\x49\x54\x34\xeb\x40\xa5\xae\xa3\x3a\x08\x0a\x0e\ \x55\x2a\x73\xf6\x0f\x69\x24\x34\x86\xb5\x46\xc5\x13\x70\x64\x22\ \x4a\x93\x21\x6c\x70\x28\x04\x90\x30\x50\x29\x3c\xba\x5b\x88\x66\ \x51\xff\x6b\xe3\x0a\xdc\x16\x01\xb0\x93\xc3\xa1\xa2\x96\x54\x78\ \xc4\x36\xca\x14\xe5\x3c\xfc\x29\x10\x21\xa2\xcb\x07\xfb\x0f\x1e\ \xfe\xe2\x17\xdb\x84\xcd\xdb\xb4\xf5\x5b\x37\x36\xd1\x79\xc6\x6d\ \xfc\x06\x99\xc0\xb9\x3e\xf9\x8c\xae\x47\xc2\xa1\xbd\x36\xd4\xf6\ \xbc\xcd\x21\xc2\xcf\xf7\xb7\x49\x68\x46\x94\x88\xf6\xd0\x76\x77\ \xd1\x9d\x4b\xf0\x4f\x1b\xbb\x20\x83\x8f\xfe\xfe\xb3\x7d\x74\x46\ \x9b\x4a\xa5\x6d\x01\xcf\xa2\x4d\x7f\xe2\xee\x01\xda\x26\xbb\x7f\ \x1f\x09\x16\xa8\x09\x48\x95\x04\x43\xb3\x57\x22\x16\xb8\x2c\x26\ \x9b\xc9\xe3\x01\x32\xf1\x98\xac\x3d\x3a\x43\x4c\xc7\x18\x0c\x3e\ \x1b\xf5\xc7\xd0\xd9\x4c\xa1\x4e\x26\x42\x7b\x52\x40\x6f\x4a\xb3\ \x4d\x0e\xbc\xa6\x13\xf2\x65\x8e\x90\xcf\xa5\x16\xa2\x79\x2e\x16\ \x08\x0a\x3a\xcd\xc2\xe2\x71\x59\xef\x33\xc1\x6c\xd1\x77\xf8\x3c\ \xd0\x3c\x2e\x08\x20\x93\x2e\x94\xbc\xc3\xe5\x63\x5c\x2e\x9a\x90\ \xa0\xa3\x9d\x2c\xa9\x0a\xe8\x8f\x2e\x02\x45\x14\x8b\x58\x3b\x74\ \x4c\x2c\x92\x4a\x05\x5c\xb5\x5a\xc6\x07\x15\x13\x49\xc5\x7a\x83\ \x8c\xc1\x95\x2a\x0d\x72\x91\x2a\xdb\x76\x18\x94\x6a\x2e\xc6\xd8\ \x61\x49\xa4\x4a\x3e\x53\x82\x6e\x09\x62\x22\x15\xa8\x12\x2a\x28\ \x63\xf0\xb8\x3c\xb0\x4f\x20\x5b\x62\x3a\x53\x2c\x17\x32\x50\x1a\ \xe0\x0e\x97\xaf\x54\xb0\x78\x3c\xa9\x18\x55\xe5\xa8\xc4\x2c\xb4\ \xe5\x05\xde\x4a\xa5\x04\x4a\x93\x08\xe1\xb1\x32\x63\xc8\xa6\xb4\ \x58\x1d\x4e\x8f\x45\x6f\xb4\x1b\xe1\xf5\x65\x72\x95\x98\xc7\x50\ \xf3\xd9\x18\x88\x1c\x9b\xcb\x93\x80\x46\xa2\x41\x32\x40\x55\xb3\ \x51\x6d\x73\x3b\x8c\x16\xab\xd9\x6c\x51\x71\x25\x7c\xb9\x4e\x2a\ \x81\x87\x8b\x24\x0a\x99\x4c\x2e\x96\x1b\xb5\x52\x21\x5f\xa2\x92\ \x4b\x24\x1a\x87\x19\x10\x5b\x63\x53\x4a\x54\x76\x83\x4c\xcc\x07\ \xfb\xa5\xd2\xd6\x12\x23\x1b\x6a\x6e\x77\x65\xbd\xb5\x41\x47\xa1\ \x00\xba\x74\x84\x42\x6e\x9b\x5c\xe1\xf0\x98\x1d\x76\x47\xce\xa9\ \x97\xf9\xe7\xa3\x69\xd0\xe8\xf0\xd7\xbc\xf6\xc0\xc0\x65\x35\xd8\ \x72\x3e\x8b\xd5\x60\xf5\xfb\x72\x35\xaf\xdb\x68\xb2\xdb\x1d\x66\ \x67\x27\xe4\xee\x58\x4c\x7e\xb3\xd7\x6a\x76\x87\xaa\x7d\x93\xc5\ \x6e\x71\x6a\x8c\x8e\x76\xd2\xae\x2f\xcd\xed\xd9\xe0\xa2\x3e\x2c\ \x87\xbc\xed\x54\x2e\x9b\xf3\x4e\xea\x0e\xdf\x24\xdd\xec\xd6\x6c\ \xc1\xf2\xdc\xe8\x19\x66\x27\xc1\x72\x70\x3e\xd7\xb8\x83\x96\xd0\ \x2c\xe4\x76\x2f\xfc\xce\xf2\xb8\x32\xf4\xe4\x72\xbe\xa1\x3e\xe8\ \xf5\x78\x72\x75\x8b\x1b\x48\x71\x3c\x9b\xcd\x73\xde\xba\x4f\xe1\ \xca\x4e\xe7\xf5\x6e\xcd\x3b\x09\x99\x2b\x17\xa9\x69\xaa\xd1\x1b\ \xa7\xea\xad\xd8\x49\x2c\x92\x2f\xfa\xfa\xf5\x41\xb2\x3d\xe9\x85\ \xdb\xed\xe3\x7e\x27\x52\x76\x86\x16\xe0\xea\xec\x16\xbb\xcb\xef\ \x9c\xbb\x34\x3a\x93\x4c\x2e\x77\x0c\x5d\x1e\xab\x3d\x1b\xf2\x6a\ \x5c\xc3\xd9\xb2\xf2\xf4\xe5\xb2\x94\xaf\x54\x22\xa9\x51\x3b\x35\ \x6c\x1f\x67\x5a\x91\x68\x66\x1e\xed\xa6\x62\xe9\x78\x77\xd0\x8b\ \x47\xca\xfd\xe2\x45\xa2\x9a\x6e\xbb\xed\xae\x51\x29\x1e\x4e\xb6\ \x32\x2f\x4f\xc3\xf1\x6a\x23\x99\x3e\x79\x52\x38\xee\xf6\x4e\x56\ \xd1\xe8\x71\xa5\x12\x4f\xa6\x13\xe7\xdd\xcc\xd5\xa8\x17\x49\x87\ \xf3\xa9\x56\xbb\x5f\x8a\xbf\x6c\x2e\xab\xa9\xea\x69\xa1\x90\xbc\ \x88\xcc\x9b\xe1\xde\xa8\xd5\x48\x87\x23\xdd\xf3\x3f\xfd\xe5\x87\ \xdf\x7c\x73\x5e\xec\x2e\x9b\x4f\x9e\x5f\x5e\x9d\xbd\xc8\xa7\xc3\ \xd5\xa7\xaf\x5f\xbf\xb8\xfc\x3a\xd1\x06\x93\x73\xf6\xfd\xab\x17\ \xaf\x9f\x84\x13\xc7\x17\xaf\x5e\xff\xe1\xfb\x57\xa7\xa3\xc8\xe9\ \xd5\xd3\xef\xfe\xc7\x0f\xbf\x39\xed\xb6\xd2\x57\x97\xe7\x2f\x2f\ \x2f\xe2\xb1\x70\x3f\xfe\xf8\xe5\x65\xf1\xec\x74\x95\x6c\x9f\x3f\ \xbf\x78\xf6\xf5\x2a\xff\xf8\xeb\x7c\x37\x72\x76\x51\x38\x6e\x15\ \xe2\xfd\x7e\x22\xdc\x8c\x65\x1e\x9f\x3c\x4d\xac\x22\x00\xa8\xb3\ \x59\xaf\x91\x4c\xb6\xa7\xb3\xd9\x64\x34\x18\x8f\x26\x65\xf8\xfb\ \xa1\x3d\x1f\x0d\x46\xa5\x76\x77\x34\x99\x8e\xeb\x8b\xf6\x74\x92\ \xaa\xc6\x56\x99\xfc\x37\x3f\xfc\xf9\x7f\xfd\xb7\xff\xf8\xfd\x8f\ \x7f\xfd\xeb\xaf\x6e\x7f\xfc\xcb\x7b\xf7\x3e\xfa\xe0\xed\x9b\xf7\ \xde\x7e\x1b\xb5\x3c\x6f\x82\x65\xa2\x6e\x6e\xe2\xa8\x38\x12\x69\ \xed\xd6\xad\xb5\x75\xdc\x26\x69\x7d\x0b\x1d\x26\xc6\xe1\xd6\x68\ \x78\xd4\x93\xb3\x45\x43\xd5\x5b\x48\x43\xd6\x50\xda\x02\xd8\x99\ \x1b\xf0\x05\x67\x93\x40\x00\x88\xe3\xec\x6e\x70\x68\x04\x3c\x69\ \x1d\x40\x11\x6d\x4c\x01\x7c\x91\x40\x8c\x08\x24\x90\x9f\x03\x10\ \x2c\xce\x36\x81\x08\xa6\x07\x9d\x54\x06\xd9\x02\xd4\x24\xe1\x70\ \xc0\x86\x48\x62\xf0\x1b\x44\x10\x18\xfc\x36\xe5\x3a\x6e\x6f\x17\ \x4d\xa8\x82\xb9\x42\x91\x81\x1c\x22\xea\x94\x5e\x07\x27\x86\x06\ \x12\xc8\x9f\x7f\x71\xf4\x39\x78\xac\xcf\x8e\x1e\xc1\x7f\x3f\xfd\ \xc5\xe1\xda\x9d\x37\x6f\x6d\xdd\xb9\x01\x7a\x8a\xa3\x81\x1a\x51\ \x41\x77\x50\xa8\x29\xee\xda\xf4\x11\xd7\x09\x54\x78\x0f\x9c\x6d\ \x12\x48\xf0\xe1\xfe\x36\x85\xb3\x41\xe1\x70\x08\x64\x3c\x08\x17\ \xfe\x10\xd4\xea\x60\x1b\x7f\x1f\xd6\xb5\xff\xb3\x2f\x7e\xf2\xd9\ \x06\x95\xb3\x0b\x0b\xa2\x81\x0e\x6f\x1c\xec\x6e\xa0\x06\xe8\x07\ \xf7\x77\x0f\x77\xdf\xe0\xb3\x90\x78\x30\x30\x3e\x1f\x7c\x05\x8f\ \xcf\x04\x77\xc5\xe0\x5d\xef\x0b\xd1\x51\xaa\x0a\x17\x15\x43\x2b\ \x85\x22\x54\xaa\xca\x12\xec\x30\x45\x06\x21\x7b\x87\xb1\x23\x78\ \x67\x4f\xa0\x32\x99\x85\x74\x2e\x1d\x98\x4d\xa9\xcf\xcd\xad\x26\ \x3d\x83\xc9\xa7\xa3\x14\x17\x0c\x1e\xc7\x67\x03\x55\xbe\xc3\x47\ \x69\xee\x02\x16\x4b\x80\xb1\xf8\xc2\x9d\xbb\x00\x7c\x7b\x4c\x9e\ \x44\x82\xe6\x52\xb9\xcc\xeb\xf3\x3b\xa0\x82\x7b\x74\x4c\xc9\xa5\ \xf3\x55\x0c\x70\x79\x7c\x15\x26\x61\x8a\x94\x06\x11\xac\x81\x27\ \x67\xf0\x54\x1a\xbd\x54\x25\x92\x2b\xe4\x42\x89\x7f\xee\xb7\x28\ \xb0\xf7\x25\xdc\xeb\xd1\x50\x80\x57\x50\x0c\x2e\x6a\x3e\x04\x1a\ \x43\x72\xb2\x47\xe7\x89\xf8\x7c\x8c\xce\x07\x42\x04\x0f\x46\x67\ \x08\x31\x94\xc4\xa5\xd3\xab\x80\x49\x79\x22\x58\x83\x44\xcc\x13\ \xa9\x30\xb0\x7a\x2c\xa9\x5a\x0e\x4f\xc5\x40\x1f\x85\x32\x97\x49\ \x29\x52\xa8\x8d\x0e\x27\x58\x1c\x2d\xea\x40\xd4\xa8\xc4\x42\x0c\ \xe3\xed\xb1\x45\x62\x06\x3c\x15\x6d\xb5\x89\x45\x00\xba\x4c\x95\ \xc5\x60\xb6\x39\xed\x7a\x93\x57\xab\x35\xc9\xe5\x18\x1d\xcc\x18\ \x5f\x2c\x05\x34\x54\x08\xc5\x42\x9e\xca\xa8\x10\x4b\xa4\x0a\x99\ \x58\xab\xd6\x59\x74\x7c\x4c\xa2\x34\xc8\x30\xa1\xc3\x22\x16\x89\ \xc1\x84\xca\x15\xd9\xf8\xdc\x06\x3c\xe7\x0c\xba\x14\xc1\x61\xcd\ \xa8\x30\xda\x83\xe0\xb6\x9c\x7e\x9d\xc1\xe6\x70\xa2\x9d\x1f\x93\ \x41\x5e\x9f\x66\x7d\x7e\xb0\x55\x65\x57\x2e\x10\xf0\xf8\x0c\x96\ \x9c\xd3\xeb\x32\xd8\xdd\x01\x83\xd3\xd7\xf1\xea\xcd\x6e\xb7\xd3\ \xee\xf3\x0d\xa7\x7e\x93\x41\x63\x85\x1f\xf9\x22\x53\xbb\xdb\x63\ \xf7\x9a\xf5\xfe\x24\x5c\xbe\x34\xaa\x85\xda\xe5\x9c\x6f\xe0\xf4\ \x8d\x3b\xee\x90\xc3\x3e\x5f\x98\x2c\x48\x22\xca\x4e\x67\x3d\x64\ \xf7\x0d\x1a\x9d\xe5\xcc\xe5\x9a\x58\x66\xe5\x6c\xdd\xe9\xf3\x18\ \x5d\x66\xef\xa2\x97\xcb\xfa\x3d\xd3\x89\xdb\x30\xa9\xd4\x9d\x9e\ \x80\xd3\x5b\x73\x05\xca\xcb\xd1\x74\x12\xec\x94\xbd\x9e\x5a\x3d\ \xe7\x9b\x05\xca\x03\xb7\x69\x9a\x4c\xf7\xa3\xd1\x74\xbb\xe8\x9d\ \xc4\xa2\x89\x93\x4c\xab\xd6\x2d\x57\x5a\xfd\x7e\xfa\xa4\x57\xef\ \x8e\xc6\xfd\x40\x70\x38\x9b\xf9\x3c\x36\x9b\xc9\x6f\x77\x0c\x1d\ \x32\xb3\x50\x6a\x52\xaa\x7d\x66\x3f\x58\xca\x90\xdf\x62\x9b\x8f\ \x96\xc5\xdf\x3d\x9e\x4f\xab\xd5\x78\xb2\x31\x99\x86\x17\x91\x44\ \x3b\x97\x88\x55\xca\xf1\x58\x2a\x9d\xae\x96\x82\x8d\x42\x3c\xd7\ \xea\xc7\xd3\xc9\x5e\x39\x67\x5f\xa4\x53\xad\x48\x38\x15\x3d\x59\ \x65\x8a\xd1\x64\x2b\x95\x4f\x9e\x3f\xab\x57\x4e\xc3\x91\x62\x14\ \x9c\xcf\x34\x91\x0f\xc7\x93\x99\x74\x6b\x54\x1f\x54\xa2\xa9\x68\ \x34\xd2\x7c\xbc\x4a\x3f\x5f\x9d\x5c\x1c\x47\x8e\x9f\x9d\x64\xa2\ \x55\x00\xc4\x4c\x31\x15\xed\x5d\xfc\xe9\x7f\xbc\xfa\xf9\xcf\x9f\ \x56\x2f\xe2\xe9\x8b\xe7\x91\xcb\x64\x62\x36\x4e\x26\x5f\x3c\x79\ \x76\xfa\xfc\x65\xba\x55\x29\x56\x4e\xbf\xfd\xee\xc5\x55\x35\x92\ \x6c\x5e\x7d\x73\xf5\xac\x5a\x4d\xa7\xd2\xb1\xf0\xea\xcb\xd7\xcf\ \x4e\xa2\xfd\x4a\x2a\x1f\x8f\x44\x0a\x85\x58\x34\x59\x0a\xc3\x85\ \x5b\xed\x6e\x6b\x5a\xac\x26\xf2\x27\x57\x89\xd5\xab\x97\x27\x89\ \x68\x22\x96\x48\x44\x92\x85\x56\x3a\x9c\x49\xa5\xc2\xa7\x2f\xae\ \xe2\xd5\x78\xbb\xb3\x5c\x8c\xe7\xad\x64\x6a\xb9\xa8\xcf\x17\xb5\ \xe9\x74\x30\x1a\xd4\x5a\xcb\x79\xaf\xde\x6b\xc3\x1f\x5e\xb7\xd6\ \x29\xcd\x06\xc5\xcc\xb4\x94\xca\x83\x1e\xbe\xfe\xc7\xbf\xfe\xd3\ \x57\xbf\xfe\xf0\xa3\x7f\xff\xd5\xbb\xef\x7e\xfa\xcb\x4f\xde\x7c\ \xfb\xe3\xf7\xee\xdc\xbb\xf9\xe6\xcd\x3b\x37\xd6\xd7\xb7\x36\xd7\ \x6f\xdd\xda\xc4\x11\x09\xb7\xd6\xd7\x08\x34\xc2\x0d\x22\x8e\x06\ \xdf\x24\x50\xd0\xde\x15\x11\x44\x0b\x6c\x0a\x8a\x07\x05\xcb\x85\ \x70\x8f\x46\xba\x49\xa3\xa0\xdf\x91\x49\xeb\x38\x0a\x09\xa5\x29\ \x6c\x6f\x6f\x50\x40\x89\x80\x20\x51\x2e\x0d\x19\xcd\x62\x81\x65\ \xda\xa0\x50\x39\x28\x8a\x18\xb5\xa4\x82\x9e\x80\x7e\x01\x7c\x11\ \xd7\xc9\xe4\x8d\x6d\xd4\xb4\x43\x21\xa1\x39\x4f\x0a\x91\x74\x9d\ \xe7\x77\x9d\xf6\x8e\xa3\x5c\xc7\xb1\x13\x77\x41\x02\xd1\xf6\x3b\ \xbc\x3e\x80\xe8\x36\x71\x63\xe3\xe1\x17\x47\x9f\x7d\xf6\xd9\xa3\ \x2f\xc0\x67\x3d\xfa\xe2\xa7\x7f\x77\x9f\xf0\xf6\x8d\xad\xdb\xb7\ \xc0\xf7\xad\x6f\xde\xa6\x92\x89\xeb\x54\x2a\x1e\x2e\x4d\xb9\x9e\ \xbd\xc7\x83\xdf\x22\xc0\xea\xb6\xb7\x29\x20\x83\xfb\xfb\xdb\x20\ \xa9\x64\xf2\x2e\x85\x4a\xde\xde\x3f\x44\x9b\x6e\xa8\x7a\xe2\x11\ \x87\x0c\x56\xeb\xf0\xef\xfe\xe1\x8b\x0d\x1c\x07\x8f\xae\x80\x23\ \xe1\x41\xd4\x0e\x40\x64\x1f\x3e\xd8\xdd\xdd\x7e\x03\x19\x27\x1e\ \x28\x16\x9f\x27\xd8\x63\x83\x26\xed\x09\x18\x7c\x74\xea\xef\x1d\ \xe0\x44\x8c\x2b\x60\x31\xe8\xa0\x01\x92\xbb\x6c\x01\x0f\xe3\xb2\ \x01\x8b\x8c\x80\x6e\x28\xf4\x8f\xb9\xc7\xd0\x6b\xc5\x74\x2e\x17\ \x4d\x34\xd9\x83\x3d\x97\x42\xcd\x63\x31\x98\x18\x0f\x93\xf0\xe8\ \xef\xec\x08\x76\x58\x28\x97\x94\x85\xb1\x76\x40\x87\x18\x48\x01\ \x05\x02\x80\x41\x26\x9f\xcf\x03\xf3\xc5\x10\xf3\x04\x6c\x16\x9d\ \xcb\x17\x03\xa7\xf1\x40\x1a\x59\x3c\x15\x3a\xb4\x27\x54\x62\x3c\ \xb6\x48\xa7\xe1\x81\xa6\xa9\xa4\x18\x9b\x61\x36\x6b\xd4\x60\x4f\ \xc4\x52\x43\xa8\x11\xb2\x3a\x55\x02\xd0\x20\xa6\x18\x03\xa1\xc4\ \x24\x68\x5a\x4c\x2a\xe2\x8b\x60\xc5\x28\x52\x81\x89\x6e\xdc\x49\ \x00\x40\x05\x3c\x89\x0e\xcd\x35\x48\x18\xa0\x49\x7c\xbd\x86\xcb\ \xdd\x01\xcb\xb8\xc3\x94\x2b\xc5\x42\x15\x9d\xc5\x12\x61\x12\xbd\ \x19\x16\x7a\x1d\x6d\x6c\x0c\xd8\x94\x4a\x89\xd0\x60\x31\x6a\xb4\ \x46\xa5\x52\x21\x51\x2b\xc5\x0c\x3e\x5d\x8c\x0e\x78\xf3\xe8\x02\ \x4c\x48\x67\xb2\xf7\xf8\x68\xa6\x9f\x29\x34\x29\x1d\x46\x93\xd3\ \xee\x32\x19\x8d\x16\xa5\x0a\x7b\x5f\x28\x87\xf7\x2e\x53\xb1\x44\ \x6a\x31\x48\xb2\x44\xab\x55\xf1\xe4\x0a\x25\x5f\x2a\x16\x1a\x34\ \x12\xa1\x1a\xe8\x99\xcf\x33\x6b\x54\x12\xa1\x5c\x2c\x53\xeb\x1c\ \xdd\x8e\xdf\xe0\x76\x5b\x2c\x0e\x73\x36\xe8\x96\x68\x1d\x26\xd4\ \xf2\x55\xb3\xab\x74\x16\x74\xfb\xcf\xe1\x35\x99\x34\x8e\x79\xcd\ \x19\xf0\x85\x06\xc3\x5c\x76\x61\x0f\xb9\x3c\x96\x90\xdd\xad\xb7\ \xf9\xdc\x5e\xad\xcd\xb7\xac\x59\x14\x6e\xa3\xde\x33\xaf\x4d\x66\ \x33\xb3\x51\x6f\xb0\x79\x2c\xfe\xd9\xd2\x62\x2c\xdb\x6d\x36\x4b\ \x28\xde\x0a\xaa\x83\x1d\x5f\x70\x36\xf1\xd7\x96\xe6\xc0\x22\x00\ \xba\x61\x9b\x0d\xac\xfe\xce\xbc\x52\x4d\x4d\xb2\x7e\x6d\x76\x3e\ \x98\x04\xe6\x59\xbf\xd1\xec\x2c\x67\x07\xf3\xe5\xd0\x6d\x76\xb8\ \x82\xb9\x72\xa0\x9e\xb5\x06\xeb\x7e\xcf\x70\x3c\x18\xd6\x43\x6e\ \x9f\xc7\x94\x0d\x75\x46\xe5\x59\x7d\xe1\xb3\x85\xb2\xee\x41\xc0\ \x1e\xf4\xf9\x1c\xf6\xd4\xb0\xd2\x68\x5d\xf4\xfb\xa5\xc0\x28\xd2\ \x8a\x27\x92\x93\x46\x3a\x57\xe9\x2e\x8b\x95\x42\x7f\x96\x28\x57\ \xc2\xf3\x72\xc0\xeb\xf1\x9b\xf4\x76\xb7\xdd\x91\xf5\x3b\x74\x36\ \xbd\x44\x26\x55\xda\xbd\x01\x9f\xc3\xef\xb7\x98\xcc\xf5\x74\xaa\ \xf2\xc3\x8b\x79\x3f\xff\x24\xdd\x4d\xf6\x2a\xc5\x40\x37\x1e\x9b\ \x8f\x32\x81\x65\xa2\x52\x4a\x97\xd2\xad\x65\x31\x9e\xf4\x2f\xd2\ \x91\x58\x1c\x3e\xd6\x93\xc1\xa4\xd2\x88\x66\xa6\x99\x67\x57\x85\ \x38\x68\x04\x68\x5a\x2c\x39\x88\xe7\x8b\x8d\x56\x26\x75\xf9\xac\ \xd7\xa8\xa4\xa3\x4f\xab\xb1\x6e\xa9\xdc\x8d\x84\xc3\x85\xe3\x42\ \x3e\x9c\x0c\x87\x9f\x24\x0a\x20\x6c\xf1\x54\xbc\x9d\x4c\x16\xd3\ \x6d\xb0\x39\xa5\xf6\xe9\xcb\x6f\x4e\x9f\x55\xa3\xcd\x66\xf4\xb8\ \x1a\x4e\x16\x2b\xe3\xe2\xa8\x9f\x8f\x46\xa7\xe7\xd1\x76\x6b\x3e\ \x8d\x87\x1f\x5f\x9e\xe6\x93\xb1\x62\xf8\xec\xe9\x45\xa4\xd8\x1d\ \xc7\x2b\xdd\xd5\xb3\xcb\xd5\xaa\x5a\x2a\x82\x64\xf6\x23\x8d\xd8\ \x49\x71\x95\x29\xa5\xe3\xb1\xc6\xa4\x37\x89\x56\xfa\xdd\xf8\xf3\ \x68\xbc\x59\xfc\xfa\x8f\xf9\x42\xa1\x9a\xa8\x56\x62\x99\x4a\xbf\ \x55\x0c\xa7\x12\xa7\x67\xaf\x9f\xa5\x41\x5e\xfb\xcb\x7a\x7b\xd2\ \x69\x76\x7d\xa1\x1a\x38\xe9\xd9\x74\x39\x9d\xcf\x17\x93\xc5\xbc\ \xd3\x3b\x6b\xb4\x4b\xa5\x4e\xa7\x58\xef\x5e\xc4\xe3\xad\xd5\xc5\ \xd3\xab\x6f\xff\xf1\xaf\xff\xf1\x6f\x5f\xfd\xeb\xaf\x7e\xf4\xe9\ \x2f\xdf\xfb\xf8\x57\x1f\x7f\xf0\xf1\x9d\xb7\xdf\xba\xf3\xd6\xad\ \x37\x6f\xbe\xb9\xb5\x46\xdd\xa4\x50\x36\xa9\xb4\xb5\x75\x70\x59\ \x6b\x37\xb6\xd0\xb1\x16\x14\xe2\x87\xc3\x6d\x12\xb6\x70\xa0\x3c\ \x5b\x94\x0d\xd2\x06\x79\x9d\x44\xa2\xa1\x62\x1c\x2a\x09\xbf\xb6\ \x86\x86\x1e\xa8\x5b\x34\xda\x26\x10\xd8\x36\x19\xf8\x8d\x44\x80\ \x9f\x83\x68\xa1\xc4\x17\xd0\x98\x35\x3c\x8d\x4a\x02\x9d\xda\xde\ \x7f\xb0\x7b\x70\x70\x48\x20\xe0\xc9\x64\xf8\xd9\x06\x65\x13\xb8\ \x90\x74\x40\x04\xb1\x42\x31\x7e\x54\x74\x34\x91\x0a\xbc\x78\x5d\ \x55\x08\x46\x0a\xa8\x92\x72\xed\xaa\xd0\x28\x3d\x0e\xed\xa1\xc3\ \x33\x29\x1b\xfb\xdb\x87\x9f\xef\x1f\xfe\xf4\xf3\x07\x9f\x1d\xed\ \x7f\x0e\x3e\xeb\xb3\x03\x84\x83\x80\xae\x14\x60\xc3\x9b\x37\x71\ \xe8\xbe\xe4\x26\x81\x7a\x13\x35\x25\xd2\x88\x28\x05\x15\xdd\x04\ \x40\x9d\x61\x80\x93\xdb\x64\x30\x72\xc8\x20\xa2\xce\x9c\x03\x22\ \xc8\x15\x8a\xf4\xdb\xde\xe6\x6c\xec\x92\xf1\x8f\xfe\xfe\x17\x8f\ \xc8\x00\x8f\x24\xea\x16\x81\x46\xc4\x53\x77\x0f\x76\x0f\x81\x63\ \x77\xf7\x0f\xde\x10\xbc\x03\x9f\x48\xd6\x5d\x3a\x1d\x7c\x04\x9f\ \xc9\xe3\xa2\x5e\x09\xc1\x8e\x88\x71\x97\xc9\x60\x33\x40\xa5\xe8\ \x7b\x0c\x3a\x9d\x27\x10\x70\xf9\x68\x9b\x8b\x8b\x2a\xe1\xf9\x6c\ \xc6\x3b\x2c\x78\x94\x44\x23\x62\x88\xf9\x12\xb5\x94\xaf\x2d\x2f\ \x1d\x3a\x15\x83\xce\xe3\x02\xb2\xf1\x58\xec\xbb\x7b\xef\xec\xb1\ \x78\x4c\x1e\xc0\x1a\x9d\xce\xbc\x2b\x10\x00\x55\xb1\x59\x02\x3e\ \xc6\x62\x89\x79\x3b\x22\x21\x0b\x45\x6e\xd1\x81\xb7\x30\xb5\x10\ \x63\xb0\xb8\xc8\xc7\x48\x45\x4c\x64\x85\xc4\x60\x80\x74\x70\x49\ \xa6\x50\x24\x02\x31\xd2\xbb\x0c\x32\xa9\x56\xa2\xc2\xd4\xf6\xee\ \xc0\xe2\xd4\x63\x48\x2d\x31\x0c\x35\x4e\x0b\x31\x34\x52\xcf\x17\ \xf1\xe0\x42\x62\x16\x2c\x0e\x6c\x10\x9b\xc9\x15\xa2\xa3\xd5\x72\ \x31\x58\x1e\x20\x50\x90\x42\x0d\x1a\x80\xe5\x02\xa8\xd2\x35\x3a\ \x11\xe8\xa4\x18\xae\x2b\xd5\xa1\x53\xd7\x0a\xb1\x54\xca\xd5\x5a\ \xcd\x32\x74\x86\xc4\xac\x97\xe8\x9c\x6a\xb1\x88\x2b\x95\x88\x85\ \x32\x2e\x76\xbd\xdf\xc5\x16\x60\x52\x3a\x53\x80\xc6\xd4\xd0\x1f\ \x90\x46\xab\xd3\x98\xfd\x66\x8b\xd9\x68\x74\xc2\x73\x04\x72\x8d\ \x08\x53\xc9\xe4\x2c\x96\x0a\xc8\x51\x28\x52\x9b\x84\x3c\x99\x56\ \x8d\x9a\x5c\x0d\x2a\x89\x5c\x26\x95\xc9\x44\x74\x85\x5a\x26\x54\ \x2b\x95\x5a\x8d\xc2\x1f\xee\xd9\x65\x2e\x9f\x41\xaf\x75\xf8\x6a\ \x41\x9b\xcb\xa5\x57\x78\xbc\xb6\x90\x19\x10\xd3\xe5\x34\x3a\x5c\ \xe0\x93\xd4\xa6\x5a\x39\x54\xab\x67\x27\x43\xbf\x63\x9e\x1d\xda\ \xdd\xae\x5c\xcd\x6d\x72\xd9\x7d\x41\x9b\xd3\x37\xcb\x01\x08\x5a\ \x4c\xd6\x5c\xad\x93\x5d\x38\x9d\x46\xad\x5e\x6f\xf4\xd4\xe7\x16\ \x7b\xcd\xe5\xb0\xeb\x0c\xfd\x6e\x5d\x1d\x1a\xd5\xe6\xcb\x29\xc0\ \x97\xb5\x1c\x9e\x3b\x03\xde\x72\x7f\x61\x76\x55\x26\x93\x45\x3b\ \xe8\xc9\x19\xac\xd9\x49\xd9\xef\xf7\xf8\x5d\x59\x7f\xce\xe5\x0d\ \xf4\x26\x0e\xbf\xc7\xe9\xf7\x05\x6a\xe0\xc6\x02\x36\x93\x21\x3b\ \x1b\xc4\x06\x3e\xb3\xcf\x68\xca\x95\x6b\x39\xe0\xca\x9a\xc7\x37\ \x2b\xcf\xa6\xed\xb2\xdb\x5b\xb3\xba\x8b\xa3\x71\xa9\xd8\xf5\x67\ \x5a\xb6\x5a\xb8\x55\xc9\xc7\xfa\xe3\x62\xb9\x9b\x1a\x24\xfb\x91\ \xc5\xa0\xea\x19\xcf\x1b\x03\xaf\xc3\xe1\x76\x3a\x8c\x66\xb3\xbf\ \x6e\x33\x1b\x6e\xa0\x1d\x46\x00\x00\x20\x00\x49\x44\x41\x54\x0c\ \x0a\xf8\x83\xd5\x38\x43\x21\xa7\xc3\xe5\xf5\x2a\x74\x8e\x69\xe6\ \xec\xe7\xaf\x7a\xcd\xfc\x69\xa2\xd4\xe8\x14\xbb\xb3\x4e\xbf\x30\ \x4e\x44\x4a\x99\x93\xd2\xb0\x97\xcf\x27\x96\x93\x78\xcf\x3f\x6b\ \x27\xce\x12\xd5\x54\x33\xd5\xe9\x9e\x24\x2e\x22\xed\xcc\x93\xf3\ \x58\x37\x59\x88\x47\x8b\xf1\x93\x6e\x23\x9a\x8a\x35\xe3\xf1\xe8\ \x49\x7e\x99\x29\x64\xf2\x89\xcb\xb3\x44\x6b\x1a\x2f\xa4\xaa\xc9\ \x7e\x2c\x9c\x89\x27\x1e\x5f\x1d\xaf\x32\xa9\x26\xd8\x9c\x74\xac\ \x70\x56\x2d\xae\x8e\xc1\x82\xa5\x62\x57\x97\xf9\xf4\xea\xc9\x69\ \x18\x5c\xe1\x34\x19\x5e\x46\xa6\xa3\x48\xa4\x75\x7c\x16\x69\x64\ \xda\x8d\x70\xbe\x79\xd2\xbc\x5a\x35\xe3\x89\x27\xd5\x55\x2b\x92\ \xe8\x16\xa3\xad\x42\xe2\xe2\x78\x15\x9e\x34\xda\xe9\x54\x3b\xd5\ \xad\x36\xa7\xe7\xe1\x56\xb5\x19\x2b\x80\xb9\xbb\x2c\xf6\xc3\x2f\ \x9e\x86\x13\x67\x57\x2f\x9e\x65\x62\x91\x78\x2b\x95\x29\x16\xa7\ \xc5\x54\x24\x59\x4d\x9d\x3d\x7b\x7d\x9e\xcf\xf7\xc7\x83\xc1\x78\ \x50\x2b\x37\xc2\xe5\x45\xd9\x37\xaf\xd5\xcb\xd3\xca\x62\x39\x02\ \xc6\xae\xb7\x22\xdd\xfe\xb8\x3b\x9b\x8c\x4b\x95\x66\x33\xb5\x7a\ \xf2\xf4\x9b\xdf\xfe\xe5\x2f\xff\xf1\xcf\xff\xf2\xa3\x5f\xfd\xfe\ \x57\x3f\x7e\xef\xdd\x0f\x3e\xf8\xf0\xbd\x1f\x7f\xfc\xd6\xcd\x2d\ \xf8\xd4\xaf\xbd\x75\x8b\xb6\xb6\x46\x84\x0f\x3c\xee\xd6\x2d\x02\ \x8d\x06\xa2\x05\x22\x41\xa0\x6d\xdd\xbc\x41\xa3\x80\x88\x5d\x6f\ \x08\x01\x58\xa1\x0a\x2d\xd2\xf5\x66\x3a\x30\x22\x95\x40\xa5\x82\ \x40\x81\xc1\xa1\x70\x50\xcf\x16\x91\x43\x01\x3b\x46\x41\x27\x08\ \x71\xd7\xcd\x15\x24\xea\x06\x89\x83\x82\xdd\x0f\xf7\x39\xdb\x47\ \xbb\x1c\x1c\xa8\x19\x7c\x89\xee\x0b\x52\x37\x88\x24\x0a\x18\x2d\ \x90\x0f\x3c\x09\x9c\x1a\x72\x56\x24\x74\x4a\xe7\xda\x76\xc1\x63\ \xa8\x54\x1a\x8a\xd9\x42\x5b\x53\x04\x02\x95\x80\x27\x52\x09\x94\ \x03\xce\xc1\xc3\xc3\xc3\x87\x87\x47\x0f\xf6\xb7\x8f\x1e\x1c\x7c\ \xfe\xb3\x5d\xca\xcd\xdb\x04\xda\x26\x3c\x63\x8d\x40\xb8\xb3\xbe\ \x4e\xa2\xad\xdf\x5e\xa3\xde\x5a\x87\x15\x13\xc9\x04\x12\x6a\x9e\ \x46\xd0\x89\x18\x90\xb3\x81\x46\x31\x88\x28\x49\x70\x17\xac\xd5\ \x3e\xbc\x30\xe7\x68\x9f\x48\x06\x4d\x42\x27\x71\x1e\x7c\xf1\xf7\ \x9f\x6d\xe3\xc1\x84\x81\x3a\x12\x48\x68\xa8\x01\x35\x3f\xdf\xe7\ \x1c\xbc\xc1\x06\x07\x84\x86\xdd\xe9\x68\x88\x01\xac\xd6\xce\x0e\ \x38\x23\x36\x9d\x2d\x60\x62\x82\xf7\xf7\x78\xdc\x1d\x01\x1f\xa5\ \x8f\x0a\xc0\x6d\xa0\xe9\x52\x16\x9f\xcb\xda\xe3\x02\xfa\x09\xf8\ \x62\xa5\x46\x28\x12\x32\xe4\x52\x89\x44\x15\xcc\xb9\x7d\xc0\x71\ \x5c\x16\x0b\x63\x83\x84\xc0\x43\xd9\x02\x2e\x83\x8e\x42\x3d\x81\ \xe1\x40\x4e\xe8\x28\xb2\x85\xc7\xa6\xab\x01\xc9\x30\xb4\x0b\x86\ \x89\xe8\x3c\x06\x5f\x2e\xc1\xe8\x3b\x74\x26\x43\xaa\x02\x01\x61\ \x32\x25\x2a\x90\x2c\x1e\x57\x61\x95\xd1\xd9\x40\x6f\x22\x85\xd0\ \x6a\x53\x88\xe5\x56\xad\x52\x2c\xb3\xe4\x5a\x21\x85\x4e\x04\x02\ \xc7\xe0\x8a\x91\xd1\x12\x61\x28\x4c\x41\x28\x15\x31\xe0\x82\x20\ \xb1\x98\x4a\xc4\xdc\x01\x1c\x64\x08\x45\x62\x9d\x94\xcb\x60\xf1\ \x79\x12\x36\x4b\xa8\x16\xc3\xa5\x31\xa9\x48\x8c\xc9\x65\x42\x3a\ \x8b\x2d\x44\x03\x0e\x3a\x00\x3a\x4c\x05\xcc\xcb\x95\x5b\xcc\x5a\ \x54\x67\x2d\xd1\xa8\xcd\x0e\x9b\x48\x88\x00\x4e\x2c\xe6\x09\x25\ \x02\x78\x9b\xa8\xa7\x9a\x4e\x67\xb0\x05\x74\x06\x63\xef\x7d\x86\ \xcd\x60\xb0\x3a\xed\x36\x8b\xd1\xae\xb1\x49\x44\xbc\xbb\x5c\xe0\ \x3f\xa5\x52\x2c\x11\xab\x54\x22\xa9\x58\xaa\xd0\x4b\x31\x89\x46\ \xa9\x55\x48\x84\x46\xb3\x04\xad\x42\x27\x16\xe9\x75\x52\xa5\x5e\ \xae\x51\xa8\xa5\xc3\xe7\x65\x9b\xd1\xe9\x75\x5a\xad\x46\x8f\xcf\ \xee\xb6\xd9\xbd\x2e\xa7\x23\xd7\x71\xd8\x8c\x36\xaf\xc3\xe0\x32\ \x3b\xbd\x06\x9d\xb5\x3e\x1b\xf9\xea\xf5\xdc\xbc\xe6\x0d\xd4\x3b\ \x59\xbb\xdd\xe3\xb5\xa8\x5d\x5e\xcf\x22\x60\x71\xf5\x43\x06\xc3\ \xdc\x69\xf3\x07\x5c\xb3\x79\x50\x61\x72\x0d\x6d\x1a\xad\x35\x1b\ \x70\x5b\x81\xe2\x1c\x3a\x7d\x3a\x15\xd4\x67\xc7\x83\x72\x67\x60\ \xcf\xba\x74\x86\xde\xc8\x5f\x0b\xd6\x47\xcb\x90\x75\x5e\x1b\x8c\ \x97\x59\x4b\x30\xe0\x98\xd4\x96\xc1\x7a\xd0\x3b\xac\xd9\x3c\x01\ \xb7\xbb\xb2\xb4\x78\xbd\x8e\x5c\xb1\x32\x0a\xa7\xeb\x36\x9b\xde\ \xdb\xb9\x4a\x14\xea\x01\x93\xc3\x6a\x1f\x47\x9b\xc5\xc1\x20\x97\ \x9b\xb9\x06\x93\x52\xb1\xd8\x9e\x04\x6b\x66\xe3\x7c\x3c\x1f\xf7\ \x1b\xd9\x6e\xdf\xb2\x6c\x24\x53\xf9\x66\xbb\xd4\xf5\xa6\x4b\xa9\ \x7e\xa9\xb4\xec\xb4\xea\x93\xca\xc2\x1d\xe8\xf8\x02\x59\xaf\xc9\ \xec\xab\xf9\xbd\x46\xad\x4c\x0d\xfa\xae\xc8\x79\x3d\x01\xa3\x2d\ \xe4\x76\x58\xe7\xcb\x41\xf3\xcf\x97\xdd\xc4\xf9\xf9\x45\xb4\xd5\ \x2d\x26\x67\xcb\x70\xa2\x1d\x8e\x55\x62\xf9\xf1\xb2\x95\x88\x1e\ \x4f\xd2\x57\xd3\xd0\x2c\x7a\xfe\xe2\x2c\xde\x48\x94\x6a\xd5\x2f\ \xbf\x49\x46\x52\xf1\x17\xf9\x62\xba\x90\x69\xc6\xaa\xc7\xf9\xe4\ \x34\x9d\x09\xe7\xa3\xf1\x4c\x34\xdf\x8a\x36\x57\xe1\xc2\x59\xbc\ \x79\x1c\x3e\x7f\xfc\xf5\x93\x4c\xbb\x18\x4f\x25\x9a\x17\xa7\xa7\ \x99\x68\xe4\xf4\x38\x9c\x59\x5d\x5e\x7e\xf7\xe4\x2c\x7f\xda\x98\ \xd6\x3b\xe7\x67\xd5\x93\xb3\xc2\xe9\x55\x22\x72\x9e\x06\xa2\x1d\ \xf6\x47\xb3\x7e\xb8\xf4\xfa\x65\xba\x18\x4e\x97\x46\xd1\xf3\xc7\ \xab\x2f\x13\x67\xc5\xfc\xd7\x17\xab\x48\x32\x1a\x99\xf6\xbb\xb1\ \x58\xf3\x34\xd6\x9a\xf6\x16\xa5\x74\xb1\x71\x72\x5c\x41\x59\x80\ \xe9\x54\x32\x1d\x2e\x45\x8e\x9b\x85\x7c\x26\x1d\x79\xf6\xe2\xf1\ \xcb\x8b\xe3\x6a\xba\x95\x89\xb4\x52\x91\xfe\xb2\x9b\xee\x9e\x9e\ \x9f\x5e\xbe\x8c\xc5\x23\x40\x8d\xe3\xc1\x72\x31\x0a\xa7\x90\x49\ \x6d\xd5\x67\x83\x41\x6f\x59\x99\x4e\x96\x93\x52\xa4\xd0\xcd\x8e\ \xfa\x9d\x56\xb7\x52\x58\x45\x33\xd5\x2f\x5f\xfc\xf6\xaf\xff\xfc\ \x9f\xff\xf2\xcb\x7f\xff\xd1\x8f\x7f\xf9\xf6\x27\xf7\xee\x7d\x70\ \xf3\xed\x4f\xde\xfb\xf0\xce\x4d\xc2\x26\x7c\xd4\x6f\xdc\x5c\xc7\ \x11\x36\x09\x9b\xeb\xe8\xe3\x4e\xa2\xdd\xda\x44\x5b\x58\xeb\xb7\ \x70\xb8\x75\x1a\x00\xd9\x26\x0a\x3a\xd8\xc0\xe1\xc8\x94\x4d\xdc\ \x01\xf9\xba\x5a\x15\x9d\x76\x21\xe3\x09\xeb\xeb\x04\x70\x4b\x6b\ \x24\x0a\x9e\x0a\x88\x87\x47\x13\xee\x60\xb3\x50\x65\x21\x38\x32\ \x32\xf8\x27\x3c\x05\x7f\x40\xde\x45\xa9\x78\xdb\x44\xc2\x75\x63\ \x20\xf1\xba\xa9\x9e\x8a\x43\x29\x10\xe8\xb0\x33\x87\x0a\xaf\x08\ \xf2\xb7\x46\x21\x92\xa9\x9c\x0d\x34\xe3\x49\xb9\x76\x59\xc8\x7e\ \x81\x01\xe3\x10\x69\xb8\x4d\xdc\x06\x1e\x9d\x13\x3c\xfc\x1c\x55\ \x73\x3d\x7c\x70\xb8\xff\xf0\xc1\xd1\x17\x7f\x77\x9f\x72\xe3\x2d\ \x54\x92\x41\x58\x43\x5b\x6e\xb0\xfe\x5b\x20\xb2\xa0\xb4\xd4\x2d\ \x74\x67\x93\x40\x45\x7d\x3a\xa8\x00\x11\xc8\x12\xc5\x76\x71\xe0\ \xc5\x0e\xb6\xf1\x1c\x0e\x07\x30\x90\xb3\x8f\x32\x24\xf6\xef\xe3\ \xd1\xed\x80\x6d\xfc\xfd\xbf\xff\xbb\xcf\x8f\x48\x1b\xfb\x44\x2a\ \x0a\xc8\x21\x00\x3e\xa2\xc4\xf7\xc3\x8d\x37\x18\x2c\xf0\x50\xc0\ \x6d\x6c\x4c\xb0\xc3\x60\x30\xd9\xfc\x3d\x3e\x3a\x42\xb3\x03\x9f\ \x53\xc6\x3b\x00\x73\xec\x3d\x34\x89\x45\x07\xb8\x61\xd3\x19\x28\ \xb2\x53\x85\x21\x96\xe3\x31\x04\x7c\x8d\x82\xc7\x93\x4b\x65\x2a\ \x99\x42\x1e\x1a\xda\xf5\x5a\x09\x9d\x49\xa7\xef\x31\xb9\x62\x26\ \x97\xc1\xdd\xd9\x03\xd6\xc4\xa4\x80\x89\x3c\x86\x54\xc8\xe2\x09\ \xe8\x5c\x01\x83\xce\x94\x80\xbe\xa0\xfc\x4e\xf4\x4d\x89\x08\x98\ \x8d\x21\x60\xa1\x0d\x71\x2e\x4f\x24\x65\xec\x60\x42\x80\x34\xbe\ \x54\xa2\x95\x83\x75\xe3\x83\xcc\x48\x4d\x5a\xad\xd2\xa8\x56\xe8\ \x30\x89\x62\xde\x0a\x39\x1c\x62\xa9\x18\x54\x4e\x02\x7e\x8f\x27\ \xa1\xf3\x19\x7b\x62\x89\x9a\xcf\x50\xa9\xc0\x42\x81\x19\x92\x30\ \xe9\xa0\x61\xa8\xfe\xc1\x22\x13\x33\x24\x32\x99\x4a\xaa\x11\x2a\ \x55\x20\xb3\x60\xad\x40\x3b\x95\x18\x17\xa5\xfd\x09\x55\x0c\x99\ \x46\x04\xf6\x0f\xcc\x1d\x4f\x69\xb6\x6b\x64\x2a\xa5\x12\x33\x6a\ \xdd\x26\x9d\x42\x2d\x52\x2b\x65\x3c\x86\x48\x09\xe4\x8b\x36\xf1\ \xb9\xa8\x9c\x9a\xce\x02\x2e\xe6\xbe\xcf\xd2\x6a\x8c\xe6\x50\xd6\ \x67\xd3\xda\x6d\x5e\x9b\x90\xc7\x66\x69\x55\x42\xa5\x5c\x8c\x89\ \x64\x18\x13\xbc\x96\xde\xa1\xc6\xa4\x3a\xa9\x50\x2d\x97\x6a\x34\ \x22\x91\x52\xa2\x16\x0a\x95\x6a\x9d\x50\x26\x97\xaa\xd4\x66\x75\ \xee\x37\xe1\xa0\xd5\xed\x75\x59\x6d\x0e\x10\x1d\x83\xc3\xe7\xb0\ \xd9\x5c\xd6\x90\xd3\xe5\x05\xc1\x32\xfa\x4d\x2e\x93\x4b\x66\xed\ \x64\x6b\xb5\xfa\x2c\x00\x82\x95\x0d\xf9\xb2\x1e\x6b\x19\x1e\x1f\ \x70\xd9\x03\x81\x80\xd3\x17\xb0\xbb\x73\x7e\x93\xd3\x66\x18\x2c\ \x82\x0e\x9d\xdb\x6d\x32\x39\x7d\xf5\x80\xcb\x8f\xf6\xb9\xd5\x8a\ \x51\x2b\xa0\x1c\xb6\x3a\xf3\xc1\xdc\x1a\xb4\x0a\x0d\xa1\xac\xbf\ \xdc\x59\x2c\xba\x65\xd0\xbf\x51\xa3\x52\xce\xb6\x6b\xce\xde\x64\ \x56\x9e\x77\x7c\x33\xa7\x34\xd7\xc9\xe6\xe6\x1d\xb3\xdf\x65\xc8\ \xb5\xf3\x67\xc7\xc7\x49\xb3\xcd\x5a\x3e\x7e\xbc\x8a\x2d\xb3\x36\ \xa3\xd9\xfb\xea\xf5\xe3\xd4\x60\x1e\x19\x4f\x3c\x8b\xe5\xbc\x5b\ \x6c\x94\x16\x65\x97\x6e\xd2\xef\x4f\x4a\xc9\x5e\x7b\xea\x1c\x24\ \xbb\xe9\xe4\x69\xb1\x15\x0b\x8c\xe3\xed\x4c\x61\x39\xeb\x37\x67\ \xa3\xe4\x78\xe1\x0b\xf8\x3c\x5e\x83\xd9\x5d\xaf\x2d\xfc\x7a\xb5\ \x4e\x22\x95\xc9\xf5\x1e\x97\xdb\x6a\xf3\xbb\x6d\x01\x7b\x69\x58\ \x4b\xfe\x71\x35\x4a\x5c\x36\xab\xa7\x95\x74\xbe\x5a\xeb\x87\x53\ \x93\x7e\x6b\x12\x5f\xf5\xfb\xa9\xe3\x56\x71\x91\x6c\xf6\x3b\xa9\ \xf0\x45\x74\x95\x1a\xc7\x5a\xa5\xb3\xea\x79\xf8\x49\xb3\x75\x7e\ \xd9\x8d\xa7\x22\xe0\xa2\x22\x27\x19\xf0\x27\x95\x74\xf8\xb4\x1f\ \x6f\x56\xa3\xc7\xe7\x99\x70\x01\xd8\xac\xfa\xec\xc9\xeb\x6f\xaf\ \xaa\xc5\x93\xe3\x54\xf2\xcb\x8b\xf8\x65\x7e\x54\x58\xf5\xc3\xcd\ \x6f\x9e\xbd\x7a\x09\x42\x55\x4c\xf5\xc7\x68\xd4\xf3\xe2\xf2\xf4\ \xfb\x42\x23\x1a\x19\xa7\xc3\x89\xf3\xf6\x14\xac\x4e\x32\x5e\x88\ \x44\x2b\xa3\x56\xf4\xc9\xf9\xd3\x42\x1c\x90\xb2\x79\x7a\xd2\x2d\ \x25\x53\x95\x4a\x7c\x95\x2f\x9c\xad\xd2\xa9\xfe\x60\x50\x2a\x24\ \x8b\xbf\x39\xeb\xe5\x2b\x99\x54\x3a\x1c\x89\x66\xe0\x05\x53\xab\ \x44\x32\x73\xf1\xfc\xc5\xf7\x67\x89\x7c\x22\x15\xbd\x28\x66\x52\ \x91\x66\xb7\x58\x09\x9f\x5d\x3e\x7b\x9d\x3f\x4d\x77\x7b\x8d\x69\ \x7b\x34\x98\x9c\x34\x02\xb5\xe0\x75\xa6\x4c\xba\xd8\x19\x4e\x96\ \xbd\xce\xbc\xdf\xed\x4d\x5a\xbd\x65\x35\x39\x6d\xc4\x62\xe1\xc7\ \xdf\xfe\xfc\x1f\xff\xfa\xd5\x8f\x3f\xfd\xf8\xd3\x4f\x7f\xf4\xe9\ \xbd\x4f\x3f\xbe\xf7\xe1\x27\x6f\xbe\xfb\xf6\xbb\x6f\x6f\x6e\xdd\ \xb8\x03\xfe\x64\x9d\xb6\x45\xd8\x22\xdc\x58\xdb\xc4\xad\xaf\xaf\ \x6f\xd1\x48\xf0\x91\x5f\x03\x36\x24\x13\x36\x49\xa8\x54\x62\x13\ \xdd\xfe\xc3\xd1\xc0\xf2\xec\x1e\x50\x69\x34\xe4\x5e\x00\xb1\x90\ \x22\x81\x23\x21\xac\x93\x91\xf3\x22\x71\xc8\x84\x75\x94\x86\x47\ \x20\x91\xd0\xc0\x15\x6a\xd2\xd9\x25\x13\x80\xbd\x38\xbb\x0f\xee\ \x1f\x1d\x1d\x5d\x5b\x26\x1c\x3a\x6c\x43\x46\x05\x62\x64\xc2\x1a\ \x81\x86\x2e\x41\xc2\xa1\x89\x2e\x74\x42\x06\xc5\x9a\x72\x76\x29\ \x54\x50\x35\x80\x46\xd4\x55\xb8\x01\x0f\x47\x1d\x17\xd7\xf0\x48\ \x3a\xfa\xc9\xf5\x58\xc3\x83\xc3\xed\x07\x0f\x0f\xbe\xf8\xc9\x23\ \x3c\xed\xce\x16\xbc\x38\x99\x80\xd2\x19\x28\xc0\x91\xa0\x9e\x84\ \x1b\x9b\x84\x35\x22\xb8\x2e\xe4\x17\x41\x20\x51\xf0\x28\x78\xba\ \x6d\x22\xe8\x16\x91\x8c\x06\x25\x76\x81\x04\xf7\x77\x1f\x1d\x1e\ \xa1\xc2\x54\xce\x01\x87\xb8\x7b\x7f\xff\xe0\xf0\x27\xbf\x78\xc4\ \x21\x6c\x1f\xec\x93\xd7\xa8\x38\x1a\x05\x96\xb1\x0d\x56\x8c\xfc\ \x06\xea\x3f\x65\xf1\xf6\xd8\x4c\x36\xfb\x1d\x16\x4b\x08\xb6\xe8\ \x1d\x01\x93\x2f\x60\x83\x27\x62\xdf\x15\xf0\xd8\x0c\x3e\x9f\x2e\ \xc0\xf8\x42\x2e\x9a\x7a\x62\x32\x04\x0c\x19\x9f\x7f\x97\xc1\x43\ \x07\x56\x24\x1a\x19\x97\xaf\xd1\xc8\x14\x0c\xee\xff\xcf\xd2\xbb\ \xf8\x26\x7e\xdf\x79\xbf\xe1\x2a\xae\xc6\x02\x1b\x63\xc0\x1e\x33\ \x36\x03\x0c\x66\x00\x07\x18\x08\x90\x12\x01\x6e\xb9\x14\x34\x04\ \x10\xe1\x10\x18\xee\x0c\x87\x3b\x65\xb8\x33\xdc\x0f\xd7\x38\xaa\ \x23\x47\xae\x37\x5b\x8f\xbc\x3b\xab\xee\x34\xea\xd9\xaa\x8a\x12\ \x65\x12\x25\x52\xd4\xa4\x55\xdb\xa7\xd5\x9e\x6d\xf3\x48\xab\xa7\ \x8f\xce\xfe\x23\xe7\xf3\xf5\x9e\x38\xf1\x78\x30\xfe\xf1\x63\xa2\ \xdf\x7b\xde\xaf\xef\xef\xf3\x7d\xbf\x6d\xa3\x9a\xdd\x68\x40\x8f\ \xa1\x76\x55\xb1\x80\x0b\x08\xc5\x46\xd5\xc9\x07\x07\x47\x3c\x31\ \x87\xcf\x65\x1d\xb0\xd8\xa8\x89\x06\xbc\xcc\x1e\xdb\xc8\xff\x3f\ \x8f\xf6\xf8\x2a\xbe\x98\xcb\x93\xa3\x09\x4f\xb4\xb9\x85\xa9\x92\ \x32\x91\x4a\x49\x04\x12\xae\xca\x26\x17\x49\x45\x0c\x06\x72\x58\ \x2e\xad\x5c\x69\x90\x6a\x24\x22\x79\x2f\x1c\xd2\x9b\x51\x46\x83\ \x80\x69\x50\xc1\x79\x82\xd7\x13\x48\x24\x22\xa9\x80\xa9\xe4\x0a\ \xf8\x7b\x7b\x2c\xb1\x90\x2d\x80\xc7\x50\x67\xb4\x0d\xce\x49\xca\ \x97\x82\x9e\xb0\xa5\x7a\x1e\x4a\xf4\xe3\x71\xf8\x12\xa1\x58\xcc\ \x05\x45\x15\x48\x04\x5a\xbd\x4e\xc8\x17\xca\x98\x02\xb1\xd4\x61\ \xd3\xf0\x44\x42\x89\xcc\x69\xb5\xd9\xb4\x0a\x29\x5f\x24\x53\xf1\ \xe1\x61\x35\xd0\xf1\x1e\x13\x4e\x9c\x2b\x04\xd0\x04\x25\x66\x8a\ \xa5\x32\x9d\xdc\x19\x08\x5a\x5d\x66\xad\xde\xa9\x97\xa8\xf8\x12\ \x1d\x57\x22\x55\x2b\x59\x02\x81\x9c\xcf\x13\x2a\x0d\x36\x15\x5b\ \x66\x30\xc8\xf4\x0a\xa5\x56\x27\x95\xa3\x44\x40\x93\x4c\xa5\x55\ \xc8\xe5\x2a\xb5\xdc\xa8\xaf\xdf\x24\x7c\x6a\x97\xc3\xea\xb4\x98\ \x42\x35\x9f\xc1\x62\xb3\x6a\x42\x1d\xbd\xd7\xa7\xb5\xfa\x34\x26\ \x6b\xc8\xed\x34\x5b\x8d\xc6\xe0\x7c\x98\x6b\x67\xcb\x3e\xb8\xc2\ \x3d\x39\xbb\xd3\xef\x74\x9b\x6d\x7e\xbd\xcd\xd1\xc9\xd9\x02\x3e\ \x93\x2d\x04\x48\x67\x77\xae\x46\x01\xbb\xcd\xec\x72\xd9\x4c\xfe\ \x46\xc8\x66\xcf\xb9\x0c\x06\x47\xa8\xd5\x0a\xea\x86\xc5\xd0\x6c\ \x18\xb2\x94\x7d\x52\x87\x3b\xe0\xb3\x07\x6a\x83\xae\xc7\xb4\x18\ \x4d\xc6\xa9\x45\x6d\xe1\x70\x4e\xe7\xb3\xc9\xac\xe6\xf2\x06\x0d\ \xde\x59\x2d\x38\x04\x97\xe5\xb4\x74\x5a\xb3\xea\x59\x3a\x1c\xf0\ \x5b\x7c\x2f\x5e\xc5\x52\x95\x90\x3b\x10\xc8\xfe\xfb\x4d\xbe\x10\ \xf2\xac\xa6\x39\x67\x32\x5a\x4d\x14\xd7\x9e\x5a\xc9\x2d\x9f\xa7\ \xbb\x8d\x46\x69\x3e\x58\x7b\xd2\x85\x76\xaf\x7b\x19\x6b\x47\x82\ \xb3\xd2\xa0\x55\x48\xf6\x16\x31\xeb\x2a\x3c\x1a\xd7\x43\xce\x50\ \x56\x6f\xaa\x4f\x83\x23\xb3\x1c\xfe\x96\x51\xe8\x0d\x1a\x87\xa3\ \xe6\x74\x04\x4d\x81\x9a\xab\x53\xea\x36\xff\x78\x81\x02\xff\x8a\ \xd5\xd8\x2a\x3e\xce\xce\xda\xbd\xfa\xb8\x3d\x8f\x37\x67\xb3\xd2\ \x05\xf8\x94\x49\x77\x90\x4b\x75\xcf\xae\x62\xb1\xfc\x59\xbc\xdd\ \x7f\x75\x76\xf5\xaa\x9a\x79\x19\x9f\xc5\x0a\x97\x89\xc4\x45\x64\ \xb9\xcc\x80\xa9\xeb\xa7\xab\xe1\xf3\x65\xfc\x22\x11\x47\xe3\x0d\ \xcb\x62\xe4\xc5\xab\xab\x2f\xaf\x12\xc5\xdf\x5e\x0e\xaa\xf1\xea\ \x32\xfa\xf1\xd9\x75\x74\x70\x76\xf9\xf5\xf5\xf5\x55\x24\xdc\x9a\ \x0d\x12\xf1\xfe\x75\x3f\x95\xf8\xfc\xf9\xe7\x4d\x50\x95\x4a\x72\ \x52\xcc\xaf\x26\x95\xd6\x24\xb3\xec\x56\x12\xd3\x74\x37\x76\x75\ \x56\xa8\x34\x12\xf1\xe8\x59\xb3\x10\x45\x01\xa2\x8d\x70\xb5\x1a\ \x5f\xb6\x2a\xb3\xe1\x30\xd5\xed\x57\x33\x5f\xf5\xc7\xc9\x4a\x35\ \x13\x2b\xe5\x9b\x83\xc4\x79\x2b\x7d\x96\x48\x5d\xfc\xf6\xcb\x4f\ \xff\x70\x15\x0f\x57\xcf\x2f\xaa\xb3\x41\x34\x96\x2f\x9e\x77\x4b\ \x91\xab\x4f\x5f\xe4\x97\x89\x78\xad\x54\x1c\x4c\x87\xab\x64\xa5\ \x9c\x5b\x97\x16\xbd\x45\xaf\x58\x1a\x8f\x41\xa7\x56\xab\x54\x64\ \xbd\x28\x4d\xc3\xc9\x46\x24\xdf\x2f\x7c\x7c\xf3\x87\xef\xbf\xff\ \xf5\x6f\xbe\xf9\xe2\x17\xef\xbe\xfd\x93\x77\x7f\xf9\x93\x77\xde\ \x7c\xeb\x9d\x37\xde\x7e\xfd\x8d\x1d\xf2\xeb\x6f\x6e\xdd\x01\x3b\ \x05\xe6\x8a\x82\xd9\xc4\x00\x55\xe1\xc8\x00\x87\xe0\x58\xa8\x9b\ \x38\xb0\x54\x34\xb4\xe2\x8d\xbb\xad\x14\x24\xa3\x2d\x79\x20\x36\ \x44\x1c\x89\x8e\xa1\x61\x51\x57\x21\xe8\x15\x9d\x42\xa3\x6e\x00\ \x33\x82\x6b\x41\x63\x0c\xfb\xc4\x5d\x40\x38\x80\x31\x3c\x01\xed\ \xe3\xc1\x12\x0f\xf7\x89\x87\xa7\xa7\xa7\x8f\x1e\x3d\xc5\x53\xc9\ \x24\x12\xda\xf6\x8c\xa6\xb1\xa8\x24\x02\x28\x23\x2a\x33\x24\x92\ \xf1\x24\x0c\x1a\x84\x40\x75\x5d\x18\xf8\x41\x32\x96\x80\xa7\xe3\ \x08\xbb\xb7\x2a\x88\xee\xfa\x11\xe1\xb4\x48\xa8\x12\x07\x04\xeb\ \x14\x14\xeb\xf8\xc9\x93\xa7\x8f\x0e\x3f\xfc\xd7\x0f\xf1\x9b\x3b\ \x6f\x6c\xa1\x35\x77\x3c\x85\x84\x01\xd5\xa2\x6c\x6d\x50\x29\xa0\ \xb7\x44\xd4\x44\x81\x41\x31\xa8\x44\xfa\x2e\x89\x0c\xee\x10\x4b\ \xde\x3d\xa1\xa3\x84\x41\x54\xc0\x03\xb6\xed\xe4\xf1\xfe\xfe\xe9\ \xfe\x6d\x75\xfd\x2e\x20\x2b\x9c\xf5\x7b\xff\xf0\xe1\x53\x22\xf9\ \x64\x1f\xc4\x13\xd5\x9b\x1d\xee\xef\xef\x3f\xa5\x9f\xbc\x26\x38\ \x60\xb3\xb8\x07\x0f\x39\x70\x1d\x73\xd1\x4c\xc3\x83\xbd\x87\x07\ \x0f\xd8\x28\x57\x54\xc4\x47\xf3\x4d\x52\xb1\x68\x8f\x83\x6e\xe7\ \x31\xe5\x40\x76\x2c\x06\x47\x02\xb8\x08\x1f\x68\x37\xa1\x4e\x26\ \x11\x2b\x65\x52\x31\x43\x65\xee\xac\xbd\x26\x15\x03\x85\x91\xb2\ \x24\x0c\xe6\x1e\x83\xc3\x66\xa3\xae\x54\x54\x1c\x06\x4a\x85\x6a\ \xef\xe5\x8c\x23\x1e\x8f\x25\xe6\x89\xd9\x3c\x19\x73\x0f\x01\x28\ \x87\xcb\xe7\xa1\xe1\x09\xd4\xcd\x2a\x38\x92\xea\xe0\xf5\xf8\x5c\ \xa9\x9c\xcd\x12\x1a\x34\x7c\xb6\x58\xc4\x13\xaa\x95\x56\xbb\x46\ \xaa\xd0\xf0\xa4\x72\xad\xb9\x56\xcc\x29\x15\x2a\xae\x9c\xcf\xd9\ \x13\xca\x04\xdc\x03\x16\xeb\x48\x29\x14\x89\x84\xe0\x87\x18\x0c\ \xb1\x94\xcd\x95\xcb\x99\x28\x74\x59\xaa\x94\xa0\xdb\x8a\xb7\x24\ \xcb\x67\x32\x24\x4a\x38\xa8\x8a\xc7\xe7\xa9\x74\x32\x80\x40\x34\ \x6c\x2a\x65\x2a\xf4\x22\xa1\x1c\xcc\x22\xd8\x35\xab\xdb\xa4\x16\ \x4b\x14\xf6\x80\xdd\xe1\x37\xab\xd9\x62\xae\x50\xa9\x14\xb2\xb8\ \x52\x60\x64\x50\x55\x26\xbc\x77\x26\x5a\x85\x3f\x60\x4b\x40\x81\ \x24\x26\xaf\x47\x63\xf5\x5b\x0d\x76\x05\x5f\xc8\xe7\x48\xa5\x12\ \xbe\x56\x2b\x05\x27\x28\x13\x2a\xa5\x5a\x9b\x98\xa1\xd3\x98\x0d\ \x06\xb9\x44\x21\x53\x69\x24\x68\xc4\x5d\xa8\xd6\x2b\x05\x70\x78\ \x83\x7b\x35\xbe\x49\xb9\xcd\x66\x8b\x2d\x58\x36\x7a\xa6\x1e\x87\ \xd9\xe2\x56\xda\xdd\x46\x8b\x5b\xa3\xb6\x28\xdc\x26\xbb\xc1\xe5\ \x37\x18\xcd\xeb\x50\xc0\xb3\x0a\x7a\x02\x2e\x87\x37\x18\x32\xbb\ \x02\x5e\x8f\x59\xe3\xd0\x3b\xb2\x8b\xba\x35\xe4\x37\xb8\x6d\x0e\ \x57\xb0\x93\xab\x87\x6c\x46\x8f\x21\x14\x74\x9b\x2c\xd3\xa0\xc9\ \xe6\xb1\xc9\x4d\xbe\x40\x65\x6c\x97\x77\x6a\x9e\xd9\x74\xe5\xd0\ \xeb\x55\x36\xab\x3b\xe8\x59\x64\xdb\x6b\xa7\xab\x16\x0c\x4d\x46\ \x1d\x9f\x4d\x6f\x5c\xac\x27\xd1\xf8\xc8\xbf\xe8\xb8\x6c\xc3\x71\ \x60\x3c\xa9\x7b\xdd\x8e\x4e\xc9\x33\x9b\x35\xce\x1c\x0e\x73\xe0\ \xd5\xef\x9f\x27\xea\x66\x5b\xcd\x53\xfb\x34\x7a\x11\xcf\xd9\xd5\ \x7e\xbb\xbf\xfa\x7c\x19\x6d\x8f\xb2\x81\x9c\x49\x37\x9a\x2d\x52\ \x6d\x70\x07\xf3\x79\xbc\xd1\x6a\x17\x0b\xb3\x76\xa6\x96\xea\x26\ \x27\xe3\x76\x3b\x38\x35\x0e\x3b\x2e\xdf\x6a\xe4\xf5\x97\xe1\x0c\ \xd1\xda\xbb\x01\x78\x50\x6f\x90\xca\x0c\xd6\x91\xcf\x6a\xb7\x5a\ \x1c\xd6\x61\xaf\x1d\xfe\x3a\x36\xb9\x2a\x86\xc3\x99\xf8\x78\x34\ \xac\x97\x62\xc5\x75\xaf\xb4\xc8\x64\x4a\x83\xe2\x4d\xb4\x35\x4f\ \x36\xea\xbe\x59\x26\xdf\x4c\x26\x8a\x67\x99\xe2\xc5\xab\xf3\x17\ \x5f\xa7\x06\x17\x89\x56\x35\x1f\xcf\x14\x13\x91\x6a\xb2\x12\x19\ \x24\x22\xcb\x4a\xf1\xc5\x32\x79\x16\x89\x16\x12\x91\x52\xbc\x35\ \x88\x5e\xe5\x7f\x7b\x53\xe8\xe6\xcf\x93\xfd\x68\x38\x95\xbe\x3e\ \x7f\xd9\x1a\xc7\x13\xd5\x70\xb8\x9f\x4f\x34\x5b\xeb\x4c\x3c\x73\ \x5e\x2d\xf4\x3f\xfb\xfa\x6a\x59\xa8\xa6\xdb\x95\x55\x37\x1d\xea\ \x80\xc9\xc9\x5f\x14\x93\xd1\x76\xa4\x5b\xbd\x8c\xc5\x2b\xc9\x42\ \x24\x79\xd6\xee\x45\x0a\x83\xc1\x62\x38\x29\x36\xaf\x2f\x13\x9d\ \x71\xa9\x07\x5a\x94\x38\xfb\xb8\xdb\x2a\x4d\x9b\xf1\x44\x34\xdc\ \x07\xb1\x2b\x55\xaa\xc9\xee\xc5\xe7\xbf\xfd\xea\x4f\xe7\x95\x54\ \x12\x2c\x69\xb7\x98\xe9\x46\xd2\x89\xb3\xf8\xf9\x67\x2f\xfa\xcd\ \xf3\x62\x69\x31\xab\x8f\x07\x93\xd5\xa4\x3b\xe9\x4d\x4b\xc3\x45\ \x1d\x0d\xba\xcf\xd6\x68\x76\x34\x13\x99\xaf\x67\xed\x6e\x37\x12\ \xbe\xc8\x5f\xbc\xf8\xd3\xff\xfa\xeb\x7f\xfd\xbf\x7f\xfe\xe6\xdb\ \x2f\xde\xfd\xf9\x27\x6f\xef\x6c\xbf\x7b\xef\xad\xd7\x5f\xff\xe1\ \x1b\xef\xdc\xd9\xb8\x77\xef\xce\xe6\xce\x36\x1a\x13\xdd\x24\x51\ \xa8\x34\x1a\xf8\xa7\x0d\x3c\xf5\xce\x0e\x85\x42\xc6\x92\x68\x54\ \x0c\x11\xed\x9b\x01\xd2\x42\x19\xed\xa0\x28\x28\x8f\x01\x8b\x21\ \x51\x28\x24\xb4\x42\x0e\xaa\x86\xdf\xa4\xd2\x36\x68\x54\xfc\xa3\ \x13\x3c\x6e\x9b\x82\x52\x43\x77\xd1\x4e\x41\x12\x8e\x46\xc6\x62\ \x51\xa5\x04\x16\xa5\x0f\x9f\x1e\x1e\xee\x62\x36\xd1\x2a\x18\x16\ \xa8\x0b\xc5\x02\xe2\x89\x28\xb1\x14\xd9\x9f\x0d\xb4\x9b\x87\xbc\ \x81\x1e\xde\x3d\x44\xf9\x7f\xc4\x7d\x12\x1e\xbc\x11\x0e\x8f\xfa\ \xe9\xb1\x34\x1a\x12\x40\x2a\xd8\x24\xcc\xe9\x3f\x7f\xf8\xf4\xd9\ \xd3\xa7\xc7\x1f\xbc\xf7\xde\x93\x93\x67\xff\xfc\x94\x7c\x87\x86\ \xf6\x0f\xed\x50\x81\x55\x09\xb8\x2d\x0a\xba\x41\x40\xa5\x60\xe0\ \x25\xc8\x18\x74\xe6\x27\x74\x2c\x81\x8c\x72\xb6\x28\x58\xb0\x5c\ \x68\x3d\x1f\x29\x24\x96\x84\x22\xe2\xb1\xc8\x43\x3d\x3e\xdc\x3d\ \x39\xd9\x3d\x3d\x79\xb4\x7b\x08\x98\xf9\xe1\x07\x58\x12\x05\xde\ \x1d\x65\x13\x15\x45\xd3\xc1\x1b\x9e\xbc\xc6\xda\x7b\xc8\xda\xe3\ \x30\x1e\x00\x2a\xb1\xb9\x9c\x07\x68\xa6\x09\xed\x49\x41\xd9\x56\ \x72\x06\x8b\xc9\xe3\xa2\x02\x79\x34\x16\x8e\x36\xbd\xf0\x99\x7b\ \x5c\xb1\x00\xdc\x12\x2a\xd9\x62\x4b\x15\x5a\xa5\x48\x20\x55\x4b\ \xf8\x0a\x53\x70\x9e\x33\xab\x98\x2c\x1e\x8f\xfd\xe0\x88\x7f\x70\ \xc0\xe6\x73\xf7\x18\x8c\x3d\x06\x13\x7d\x82\x03\x82\x94\x81\x8c\ \xb1\x59\x07\x5c\x10\x12\x90\x01\x70\x6a\x9c\x3d\x34\xdf\x25\x50\ \x09\xd8\x1c\xd4\xa7\x7a\x20\x92\x21\x94\xe4\x00\x14\x32\x85\x3a\ \x3e\x97\xc1\x44\x77\xd7\x54\x06\x93\x41\xa6\x96\x69\xb5\x32\xb5\ \x33\xdb\x9b\xfa\xf4\x42\xc4\x76\x4c\xb1\x4c\x29\x15\x71\xb9\x3c\ \x29\x97\xad\xd2\x89\xf6\xf8\x3c\xb6\x90\xcf\x12\x88\x55\x5c\x0e\ \x1f\x4c\x14\x9c\xad\xc6\xac\xe2\x82\xf6\x3c\xdc\x83\xa7\x8a\xc1\ \x82\xa1\x3d\xcd\x4c\x15\x5c\xc8\x7c\x36\x87\xc5\x95\x08\x35\x46\ \xa9\x98\xab\x34\xea\xf4\x42\x99\xd5\x69\xd3\x2b\x34\xae\x9a\xd3\ \x65\x45\x11\x99\x32\x8e\x08\x9c\x99\x98\x2f\x10\x32\xd9\x28\xd8\ \x94\x2b\x94\x1e\x09\x00\x71\xb9\x0c\x11\x4b\xaa\x35\x19\x1c\x4e\ \x8b\xd3\xaa\x35\x5a\xbd\x6a\x89\xf8\x40\xa5\xe4\x0a\xc1\x52\x89\ \x75\x32\x20\x43\x91\xca\x24\x61\xe8\xa4\x7a\x93\x57\x27\x55\x28\ \x85\x2a\x29\x9f\x2b\x96\xcb\x15\x46\xb5\x5c\x28\x51\x7a\x6a\x93\ \xc8\xe7\xb1\x9c\xc3\x6d\xb3\xab\xad\x5e\x4f\xc8\xaf\x77\x79\xec\ \x16\x83\x5e\xef\xf6\x2b\x84\x66\xa3\x5f\xeb\x70\x79\x82\x46\x9d\ \xc5\x37\xf4\x84\xa6\xc3\x80\x23\xa4\xf3\x96\x01\x0a\x2d\x46\xb7\ \x45\xeb\x72\xdb\x82\x39\x9f\xc3\x53\x37\x99\x1c\xe5\x9a\x7f\x54\ \xf6\xcf\xe7\x56\xb3\xcb\x17\xf0\xba\xbc\xbd\x85\xd7\x17\x72\x82\ \x1c\x98\x2a\xa5\x91\xcc\xd7\x71\xb6\x2b\x73\x67\x28\xa4\xf2\x76\ \x86\xc1\x5a\x30\xb0\x9e\x84\x3c\x1e\xef\xbc\x01\x8a\xe1\xb1\xeb\ \x43\xed\x40\x25\x0f\x76\xa9\x66\xae\x37\x16\xe5\xac\xdb\xee\xcf\ \xda\x42\xe5\x45\xb7\x0c\xcf\x0c\x6a\xb4\xeb\x76\xba\x15\xf2\xf8\ \x6b\x3e\x5f\x3a\xbc\x6c\x36\xe7\x36\xab\xd9\x96\xaa\x2e\xcf\xfa\ \xad\xa9\xcf\xef\xd6\xcd\xa3\xed\xc1\x72\xd0\x99\x8d\xb2\xad\x4c\ \xa5\x08\xd7\x7c\xab\x31\x2c\xa5\x0a\xd3\x59\x0f\xbc\x84\x7f\x3a\ \xce\xf9\xca\x40\x41\x35\xb7\xd1\xed\x71\x05\xac\x56\x95\x42\xa9\ \x04\x63\xe9\x77\xf8\xfd\x26\x85\xd9\x6e\x31\x8f\xd3\xd3\xcb\x7f\ \xcb\x4f\xf3\xb1\x58\x3a\x39\x9d\x4f\xb2\xc1\x41\x31\xd2\x6b\x4d\ \x16\xe1\x6a\xab\x9b\x8c\xe5\x23\xf5\x52\xca\xe6\x9b\x45\xa2\xe7\ \xfd\x7e\x26\x9f\x6e\xbc\x8c\xc5\x9e\x7f\xd9\x4f\x55\x0b\x93\xf3\ \xb3\x66\x26\xd2\x6a\xc5\x22\x93\x48\x78\x59\x8d\xc7\x33\x17\xd1\ \x46\xa6\x59\x68\x45\xaa\x95\x74\x2c\x7d\x71\x06\x97\x7f\x21\x71\ \x56\x3d\xfb\xaa\x9f\x8a\x45\xab\xcd\x54\xaa\x98\xcf\x14\x22\x83\ \x7e\xbe\x9f\x4c\x57\xc2\xf1\x44\xfc\xba\xd8\x7c\xf9\xf2\xd3\xe8\ \xf3\x6e\xa7\xd8\x2b\x83\x10\x55\xa2\xad\xc6\xc7\x9f\x37\x52\xb3\ \x45\xba\xf9\xf5\x9f\xa2\xf1\x62\xaa\x91\x3a\xeb\x47\xba\xe9\xf8\ \x6c\xde\x68\xcd\x56\x8d\xfc\x57\x9f\x15\x2b\xf1\x59\x29\x16\x4d\ \x25\x97\x99\xe2\xb4\x97\x2a\x82\x86\xa5\x0a\xd7\xd7\xb1\x46\xfa\ \xc5\xd5\xcd\xef\xfb\xff\xe3\x8f\xe9\x42\x3c\xdd\x8f\xc4\x93\xad\ \x54\x23\x9a\xac\x26\xe3\x67\x17\x1f\x5f\xc5\xcf\x4a\xc3\x76\x0f\ \x5c\xe7\xac\x9d\x9c\xae\x87\x9d\x69\xb9\x3c\x1d\x55\xe6\xed\x76\ \x6f\x34\x99\xb7\x92\xc0\xb4\xd3\x41\x37\x1d\xce\x57\xcf\xbf\xfb\ \xea\xaf\xbf\xfa\xd5\xdf\xfe\xe3\xdb\x9f\x7f\xf3\xc5\xcf\xde\x79\ \xfb\xfd\xf7\xdf\xfe\xf1\x1b\x3f\xfe\xe9\x7d\xca\x9d\x7b\x77\xb7\ \x77\x76\xb6\xa8\x5b\xdb\x1b\xd4\x1d\x0a\x86\x40\xa0\xed\xc0\x07\ \x95\x0a\xc8\xb6\x8d\xdb\x42\x61\x31\x80\x6a\x68\xf2\x9d\x80\x76\ \x0d\xe2\xc9\x78\x1c\x01\xb3\x8b\xea\xe5\x69\x54\xc4\x83\x64\x22\ \x91\x82\xc3\xe0\x89\xa8\x9a\x1e\x69\x13\x01\x4c\xda\x2d\x29\xa2\ \xd5\x72\x1c\x72\x63\xa8\x6b\x67\x17\x25\xcf\x9c\xee\xc2\xb7\x29\ \x1b\x14\xf4\x20\x09\x4f\xc1\xe0\x40\x31\x70\x24\x32\x18\x37\x30\ \x52\x14\x02\x15\x83\xb9\x5d\x22\xa7\x9f\x80\xb5\x42\x37\x0c\xc9\ \x18\xf0\x62\x64\x24\x59\x04\xcc\x1d\x32\x96\x4c\xc4\xe0\xb0\xbb\ \xc4\xf7\x3e\x7a\xf2\xe1\x93\xc7\xe0\xaf\x9e\x3c\x7e\xf6\xf8\xa3\ \x0f\x9f\x60\xee\xec\x6c\x6e\x6e\x6e\xd0\x70\x24\x2a\x3c\x7f\x83\ \x4c\xdd\xdc\x40\xa5\x63\x18\x0a\x0a\x9a\x20\x10\x48\x87\x70\x74\ \x00\x4b\x2c\x01\x47\xa3\xe3\x09\xc4\x93\x7d\x64\xb8\xb0\x87\x20\ \x9e\xc7\xa0\xa3\x27\x74\x22\x9a\x46\xc5\x12\xe9\x8f\x1f\x9f\xa0\ \x9e\x8b\x47\x1f\x3c\x21\x82\x34\xe3\xa8\xe0\xf2\x28\x40\xbf\xa0\ \x68\xaf\xb1\xb8\xc8\x30\x3d\x78\x78\xb0\x87\x36\xfc\x81\x1e\x71\ \xb8\xec\x07\x60\xa0\xc0\x89\x48\xc1\x7d\xf1\xb8\x62\x26\x5b\xa0\ \x12\xb2\x58\x4c\x39\xaa\xa2\x61\x0b\x65\x32\x15\x5a\x95\x67\x1c\ \x70\x55\x1a\x99\x98\x21\x90\xa8\xd5\x52\xa9\xc2\x33\x75\x5b\xd4\ \xb7\x11\xe8\x47\xc0\x6a\x2c\xde\xed\xd8\xfa\x0f\x50\xc3\xfd\x8f\ \x18\xa8\x8c\x94\x09\x8e\x0d\xdd\x6c\xdb\x63\x8a\x04\xb7\xf9\x07\ \x6c\x31\x83\x2f\x64\x1d\x30\x05\x6c\xa6\x08\xcd\x51\x08\x44\x4c\ \xf6\x9e\x84\xc7\x90\xa2\x10\x3f\x99\x4c\x24\x56\x0a\x15\x2a\xa1\ \x50\x65\x37\xab\x44\x42\xb1\x4e\x21\x33\x07\xd3\x23\x9b\x49\xc8\ \x62\x83\xcc\x89\xe4\x62\xa5\x88\x2b\x97\x88\x25\x3c\x81\xd2\x28\ \xe6\xb1\x24\x52\xee\x01\x87\x2f\x12\x49\xa4\x4a\x11\x88\xaa\x44\ \x01\x3f\xcb\x14\x82\x39\xe2\x8a\xd5\x6a\xa1\x58\xad\x50\x0a\x00\ \x17\xe5\x4a\x15\x93\x07\x62\x2b\x17\xaa\x6d\x66\x89\x48\x63\x34\ \x99\x0c\x4a\xbd\xcb\xa4\x50\xb8\x9c\x21\x3b\xfc\xc6\x02\xbe\x8b\ \xa9\x92\x81\xbc\x89\xe5\x52\x70\x97\xec\x23\x36\x47\x24\x7a\x08\ \xa4\xcc\x97\xf0\xe0\x8f\xc2\xe0\x36\xeb\xd4\x72\x9b\x41\xad\x32\ \xda\xe1\x6a\x14\x5a\x64\x62\xa9\x5c\x2a\x94\xcb\xc0\xbc\xb1\xf9\ \x3a\x8b\x90\x21\x16\xe9\x34\xc0\x42\x72\x99\x50\x24\x96\xa0\xb2\ \x76\xb5\x41\xa3\xd6\xa8\xd5\xc1\x8e\x27\x70\xd5\xef\x78\x3c\x01\ \xb7\xc6\xe4\xcc\x0e\xb2\x36\xad\x4d\xeb\x34\x6b\x8c\x5e\xbb\x5e\ \x6d\x75\x81\x74\xd9\x03\x7e\x93\xc6\xec\x9d\x97\x72\x6b\x5f\xae\ \x1e\xd4\xb8\x3a\x9e\x72\xce\x6c\x05\x35\x72\xba\xcb\x3e\x8f\xd7\ \xbf\xa8\x1b\x55\xce\xda\x34\xe8\xca\xd6\x87\x41\x8b\xd9\xef\x31\ \x3b\x2c\xfe\x76\xc7\x96\xf3\xba\x03\x0e\xbb\x7d\x54\x5c\x38\xb2\ \x73\x5b\x32\x36\x33\x07\xca\x8a\x5a\xab\x31\xcd\xf9\xfc\xc3\x9e\ \xdf\x38\xf2\xf8\x56\xab\x8e\x73\x54\x37\x7a\x7c\xc1\x41\x7a\x1e\ \x28\xd7\x74\xb6\xd5\x62\x31\xb6\x19\x2d\x1e\x63\xad\xe4\xeb\x64\ \x7d\x9e\xda\xd4\x6e\xab\xf4\xc7\x3e\xbb\xdf\x54\xf7\x78\x16\xe3\ \xd6\x74\x3d\x76\xfb\x66\xee\x5c\x70\x9d\x2a\x84\x57\xb5\x80\x5e\ \xbd\xae\x36\xca\x95\x48\x27\x5d\xcc\x96\xda\xa5\xe4\x4d\xbc\x5d\ \x8e\x4f\x8a\xe3\x46\xaa\x37\xe8\x95\xe2\xd9\xd5\x3c\xe4\x1d\xae\ \x7c\xfe\x90\x15\xc4\x3c\xe0\xf3\x83\xf4\xcb\x64\x0a\xa9\xd6\x07\ \xac\x6b\xb5\xba\x9d\x76\x7f\xa3\xdb\xfa\xfc\xfb\xc2\x2c\x93\xa8\ \xae\x33\x8d\xc9\xac\xb5\x9e\x4f\x22\xbd\x4a\xaf\x14\x0e\x4f\xc2\ \x89\x48\x2c\xb1\x18\x24\x2d\xfe\x68\x3a\xdc\x8c\x66\x62\x1f\x37\ \x1b\xd1\xb3\xcb\xcb\x65\x3c\x7c\x93\x18\x44\x33\x2f\x0b\xd1\x48\ \xe4\x3a\x93\x29\xc4\x0b\xd5\x78\xab\x70\xdd\x6f\xaf\xdb\xe1\x64\ \x31\x1c\x3d\x2b\xa4\x2e\xfb\x99\xeb\xcb\x7e\xf4\x2a\x92\xbc\xb9\ \x8e\x7e\x7c\x79\xd9\x8c\xc4\xe3\xcf\x2f\xf2\x91\xe5\xa7\xf9\x4c\ \xb8\x34\x39\xff\xfc\xba\x00\x14\xf6\xd9\xd7\xf9\x54\x3e\x39\x4c\ \x0e\x66\x83\x62\x39\x9d\x68\xc5\xbf\x7b\x19\xad\x4f\xa7\x83\x38\ \x68\x50\xb3\xd4\xae\x54\xce\x9b\xf9\x54\x38\x9f\x4c\x17\x5b\x85\ \x76\x27\xfc\xf1\x79\xbb\x19\x1b\x65\x92\xe1\x52\x2b\xdc\x6e\xcd\ \x01\x43\xcf\x96\xcd\x42\xbf\x0f\x6a\x59\x3c\xaf\x7e\xfe\x87\xb3\ \x57\xff\x9e\x3c\xeb\x37\xab\xe1\x48\x26\xd1\x6f\x25\x93\x57\x67\ \xe1\xc2\xf3\xef\xfa\x2f\x3e\x3f\x2f\xcd\x06\xab\xce\x7a\xd5\x2d\ \x2d\x3a\x73\xdf\xbc\xde\x5e\x0d\xa6\xf3\x05\xbc\xd0\x3c\x57\x6f\ \x54\x16\x8b\x76\x2c\x9d\x6a\xc6\x7f\xfb\xe5\x3f\xfd\xcf\xdf\xff\ \xfa\x17\x7f\xfe\xcf\x6f\x7e\xfc\xfe\x2f\x7f\xfc\x93\x9f\x7c\xf1\ \xee\x1b\x77\xef\xdd\xdf\x7e\x63\xeb\xde\xf6\xe6\xdd\x2d\xda\xc6\ \xc6\xd6\x16\x99\xfa\xfa\xce\x0e\x6a\x9f\xa7\x6e\x81\xab\x42\x33\ \x59\x64\x1a\x05\x75\x0b\x02\x69\xe1\x49\x58\x32\x2a\x7a\xc6\x60\ \xe9\x24\x1a\x06\x1c\x10\x19\x55\x67\xe1\x01\x03\xc9\x38\x1c\x0e\ \xb3\x01\x22\x85\xa7\x83\x9b\x21\xa0\x10\x3e\x12\xe9\x84\x4e\xa6\ \x12\xd0\x6e\x66\x2c\x38\x34\x34\xbc\x45\x3a\xa4\xc3\xa5\x7f\x7c\ \x4c\xc4\x61\x90\x26\xdd\xce\x2a\xd0\x70\x44\x3a\x09\x54\x88\x8c\ \xee\x13\x82\x51\xc3\xa1\xaa\x42\x32\x69\x1f\x70\x0d\x0b\xaf\x40\ \x27\xa3\x06\x2f\x1c\x81\x0e\x9e\x8e\xb2\x89\x21\xd2\xb0\xc4\x4d\ \x12\x71\xf7\xd9\x07\xc7\x1f\x7c\xf0\x0c\x95\x3f\x3f\x79\xf4\xe8\ \x5f\xfe\xf9\x11\xa8\x2b\xed\xde\x36\x89\xb4\xbb\x4b\xdc\x25\x51\ \x36\x36\xb7\x36\xa9\xa0\x36\x20\x9b\xa0\x5a\x1b\x1b\x54\x12\x9d\ \x84\xe6\x5e\x49\x24\x1c\x06\xce\x01\xbf\x7f\x88\xc5\xee\xd3\x49\ \x58\x80\x40\x02\x4a\x90\x38\xdd\xa5\xe2\x40\xbc\x0e\x4f\xf6\x77\ \x8f\x4f\x51\x57\xe1\xf1\xe9\x07\x78\x2c\x9d\xb6\x89\x6e\x33\x82\ \x1c\xa3\x54\x52\x10\x2c\x2e\xf7\x80\x7b\x84\x8a\x8e\xd1\xa6\x16\ \x31\x88\x0a\xef\x88\x71\xc4\x61\xb2\x00\xca\xd0\x0d\x3c\x10\x08\ \x06\x4f\xca\xe0\x70\x24\x68\x82\x8a\x05\xae\x41\x84\x02\xde\x19\ \x0c\x30\x17\x16\x15\x4f\x2c\xd6\xa9\x85\x6a\xad\x67\xe4\x33\x6b\ \x45\x3c\x11\x17\x0d\x5b\xb2\x1e\xa0\x38\x74\x31\x6b\x4f\x00\x3e\ \x65\x8f\xc5\x65\x20\xea\x13\xf3\xd9\x42\xb4\x25\x8f\x23\xe2\xb1\ \xf8\x1c\x38\x2a\x8f\x2d\x78\xc0\x95\x8b\x19\x2c\xf0\x58\x5c\x2e\ \xf3\xbf\xfb\x2b\xf8\x2c\x89\x58\x20\xd1\x2b\x65\x4a\x05\x00\xa1\ \x84\x29\xb3\x9b\xc1\xc8\xe9\xd4\x16\x8b\x73\x98\xcc\xfa\xf5\x1a\ \x10\x0e\x16\x17\xd5\x50\xa0\x50\x50\xae\x98\xcd\x15\x6b\xc4\x0f\ \xb9\x12\x39\x1c\x0d\x45\xf9\xc1\xd9\x69\x04\x7c\xa6\x54\x26\x55\ \xf1\xa5\x60\xe0\x84\x5c\xa5\x5e\xc1\x17\xeb\xf8\x4c\x3e\x4b\xa4\ \x56\x89\x05\xc8\x31\x4a\xc5\x12\xb3\x56\x2e\x33\x1b\x40\x74\x64\ \x66\xa7\x46\xa5\x35\x18\x6b\x1e\x93\xdd\x6a\x15\x4a\x95\x6a\x89\ \x48\xaa\x12\xa8\x40\xf8\x6e\x33\xdd\x59\x12\x09\x93\x03\x7e\x92\ \xc7\x06\x9e\xd5\x18\x9c\x5a\xa5\x4e\x6f\xd0\x18\x8c\x26\x78\x09\ \xb1\x46\x28\x96\x2a\x40\xb8\xa4\x6a\x95\x5c\xcc\x53\x99\xa5\x3c\ \x89\x4e\x67\x33\x29\xd4\x26\xb3\x48\xa4\x93\xcb\x85\x22\x19\x88\ \x95\x4a\x2b\x0f\x4e\xb2\x6e\x47\x62\x59\xd3\x7b\x51\xd6\x8a\xc9\ \xbd\x08\x38\x75\x46\x73\xc0\xa2\x32\x79\x9c\x1a\xa5\xc3\xa2\x30\ \x58\x6d\x81\x90\x55\xaf\xf6\x8f\xa6\x81\x80\xbf\x9c\xad\xf9\xdd\ \xc1\xac\x37\xeb\x31\xf9\x42\x56\x8f\xd9\xeb\x72\xb8\xad\xed\x9a\ \xc1\x1a\xb2\x65\xe7\xce\xc0\x7a\x65\x37\xb9\x02\x6e\x87\xd3\x6d\ \x9f\x4c\x8d\x8e\x60\xd9\x62\x74\x18\xe6\xf3\x80\xab\x36\xf2\x74\ \x33\xf1\x75\x36\xa4\xc8\x55\x66\x93\x79\xb9\xbc\x5e\xfb\xdd\xab\ \xd1\x68\x36\xae\xe5\xb2\x8e\x6c\x2b\x3e\x2a\xb7\x82\x76\x7b\x48\ \x63\x08\x2d\x32\x33\xa7\xc9\xe1\xd5\x96\x83\xbe\xa0\xbb\x36\x0a\ \x04\x1c\xfe\xd8\xd8\xef\xb0\x98\xdd\x41\x9f\x37\x3d\x2e\xa1\x90\ \xd1\xd5\xc7\x3e\xcf\x6a\xba\x9e\xd4\xdd\x43\x9f\x42\xd6\x4b\xa4\ \x5b\x83\xca\x22\xb5\xb2\x97\x5a\xa9\xe4\xd9\xe5\xbc\x58\xec\xb4\ \x8a\xc5\xc4\xa0\x34\x1c\x57\x86\xab\xb9\x3b\xb4\x0e\xb8\x73\x23\ \x07\x9c\x6a\xae\xee\x56\xc8\x75\x3a\xb5\x56\x6a\x08\xf9\xdc\x41\ \xab\xd5\x65\x73\x86\x4a\x8d\xf9\xcb\xef\xd2\xe1\x42\xf2\x65\xb7\ \x99\x5a\xb4\x17\xf5\xd4\xa4\x58\xba\x8e\xad\x12\xa9\x40\xa1\x1f\ \x8b\x26\x07\xb1\x8a\xbb\x0e\xa2\x11\x06\xeb\x72\xd5\x6b\x35\xfb\ \xd5\x78\xac\x5a\x38\xcb\xa4\x8a\x85\x68\x21\xda\x8d\x7c\x16\x2f\ \x16\x8b\xd1\x6a\xb5\x14\x7f\x19\x2d\x5e\xe4\x8b\xf1\x4c\x33\x7e\ \xd5\xee\x36\x5f\x26\xae\xae\xaa\xd1\xf3\x68\xa6\x9f\xcf\x54\x23\ \xd5\x6e\xb1\xdb\xf8\xf4\x3c\x0e\x8c\x16\xcb\x2f\xc7\x8d\xfe\xd9\ \xcd\x79\xb5\xdf\xfc\xfd\xc7\x17\xa9\xe8\x73\xb0\x52\xe3\x4a\xdb\ \x57\x5c\x16\x4b\xc5\x7c\xaf\xd5\xeb\x0c\xa2\x89\x70\x38\x1e\x2e\ \x95\xba\xcb\x70\x3c\x92\xb8\x2a\x8d\x93\xad\x48\xa4\x12\x8b\xcd\ \xd7\x91\xee\xe2\x79\x22\x9d\x6c\x17\x8b\xe1\x42\x2f\x11\x19\x54\ \x5b\xa9\x14\x68\xe6\x4d\x62\x19\xbf\xfa\xf2\xf2\xeb\xaf\xe2\xc5\ \x65\xb8\xdb\x6e\xc4\xf2\x89\x48\x6a\x50\x38\x5b\x5e\x3e\x7f\xd9\ \x5c\x5e\x66\x26\xe5\x61\xa3\xb5\x5e\x77\x81\x02\x1b\xc3\xc5\xb0\ \x54\x6c\x8f\xc6\xbd\xde\xa2\xd1\x19\x96\x32\xa5\xee\x20\x1d\xef\ \x46\xa2\x17\xaf\xbe\xfe\xeb\x3f\xfd\xe6\xef\xbf\xf8\xe2\x2f\x5f\ \xbc\xff\xf3\x9f\xff\xfc\x67\xef\xbc\xfb\xf6\x9b\x1b\xb8\xd7\x77\ \xee\xbf\x75\x7f\xf3\xde\xbd\xed\x0d\x1a\x2a\x9e\xd8\xdc\xa6\x6d\ \xdc\xd9\xde\xa4\xde\xdd\xa6\x52\xe1\x6b\x0a\x30\x16\x05\x47\x06\ \x61\xa2\x12\x40\x78\xfe\x3b\xb9\x1d\xb4\x87\x4e\x00\x91\x21\x02\ \x5b\xd1\x48\xa8\x46\x99\x8c\x16\xa4\x70\x18\xf8\x2e\x69\x17\x7c\ \x0c\x06\x4f\xa0\x01\x90\xc1\x13\x69\x34\x3a\x11\x95\x3b\x93\x50\ \x11\x04\x4a\x57\x78\xf4\xe8\xe9\x6d\x3a\x15\x01\x4f\xd8\xb8\x1d\ \x97\x42\xd1\x34\xe0\x64\x88\x18\x94\xb0\x40\xc0\xa0\x5b\x87\x00\ \x71\xa8\xa3\x9e\x40\x44\x59\x30\xc0\x80\xbb\x58\xb0\x62\x44\x94\ \x52\x43\x23\xc1\x0b\x92\xb0\x4f\x3e\x78\xfc\xde\x7b\x4f\x9f\x3e\ \x7a\xfc\x04\x6d\x7e\xfe\xe8\x98\x72\x7f\x6b\xe7\x0e\x38\x22\x78\ \x79\xb4\x5b\x7a\x73\x93\x86\xdb\xa4\xc0\x49\x61\x70\x04\x24\x99\ \x38\x34\x85\x45\xba\x5d\x78\xbf\xcd\x87\xa0\xe3\x41\xc2\xc8\xc7\ \xa8\xef\xe2\x70\x9f\x00\x16\x0b\x18\x74\xf7\xf1\x3e\xf6\x98\x48\ \x3c\x06\xc1\x3a\x39\x3e\x3c\xde\x3f\x3d\x41\x53\x14\x58\x2a\x81\ \x42\xc1\xee\x9f\x9c\xbe\xf6\x90\x05\xb8\x76\xbb\x51\x66\x8f\x21\ \x66\x0a\x38\x60\x79\xf6\xd8\x02\x0e\x68\xd2\x43\x0e\x7b\x8f\xb5\ \x87\xd6\xb6\xb9\xfc\xdb\x00\x63\xbe\x80\x2b\x62\x72\xa5\x22\xbe\ \x80\xbf\xc7\x63\xb2\xb8\x72\x99\x45\x2f\x92\xcb\xb5\x5a\xa5\x49\ \x61\x0b\x85\xcc\x66\x70\x4b\xb7\xc9\x50\xc0\x7a\x07\x7c\xd1\xc1\ \x03\xb4\x0d\x87\x71\xc0\x3c\xe0\x72\xc0\xd6\x08\x41\x9e\xd0\x74\ \xc4\x81\x58\x88\xe6\x05\x24\x20\x2e\x68\x6c\x4b\x2a\xe2\xa1\xb2\ \x40\xd4\xfb\xc0\xe7\x30\x04\x28\x0c\x46\xcc\x53\xcb\x45\x22\x91\ \x5c\x2f\x93\x88\x54\x7a\x93\x5e\xac\x54\xe8\x6d\x2e\x47\xb9\x51\ \xf1\xeb\x6d\x2a\x9e\x00\xf0\x4e\x26\xe3\x01\x57\x8a\xa4\x7c\x29\ \x57\x00\x86\x4e\x8a\x66\x53\xc5\x6c\x89\x5c\xc4\xe4\x01\x64\xf2\ \x78\x72\x85\x9a\x8f\x5e\x95\xc5\xe6\x2b\xa5\x20\x39\xe0\x78\x84\ \x4c\x89\x51\xc9\xe0\xb2\x40\x4f\x45\x42\xa1\x42\x23\xd1\xa9\xe1\ \x5b\x02\x81\xde\xe2\x30\x2a\xf4\x5e\x4f\xce\x06\x5a\x62\x00\x13\ \x26\x94\xf0\xe4\x42\x99\x0a\x94\x9b\xcb\x66\x8b\xf6\x04\x62\xee\ \x03\x36\x0b\xed\xd2\x11\xaa\xf5\x16\x83\x43\xa6\xd7\x69\x64\x6a\ \x83\xd1\x60\x52\xb3\x54\x06\xa1\x18\xe8\x4f\x2a\x55\x09\x65\x52\ \xbe\xc9\x61\x10\xea\x34\x1a\x87\x56\xad\x92\xe9\xe5\x12\x85\x51\ \xa5\x54\x0b\x35\x0a\x83\x5a\x22\x77\xac\xeb\x36\xd7\xc5\xe5\xc8\ \x62\x76\x7a\xdd\x7a\xa3\x39\x64\xd1\x9a\x35\x2e\xbb\xd9\x6a\x09\ \xf9\x9d\x16\xaf\x5b\xe7\xf1\x5b\x87\x7e\x87\xd6\x98\x1d\x8d\x03\ \xae\x60\x2d\x3b\xf4\x4e\xeb\x73\x5f\x30\xa4\x77\xd8\x75\x7a\xa7\ \x31\x94\xf3\x18\xeb\x65\xa3\xa6\xe3\xcc\xe5\x6a\xb5\xd1\x2c\xe7\ \x70\x66\xdd\x26\xa7\xc3\xba\x2a\x99\x4c\x21\xb3\x7f\xe4\xb3\x4d\ \xa6\x6e\xfd\xdc\x53\x9f\xa4\x63\xd3\x60\xd6\xd0\x4b\xa6\x26\xf3\ \x9a\xaf\xb7\xb0\x0f\x33\x8b\x61\x67\x14\x08\x4d\x6b\xae\x4a\x78\ \x52\x6e\x77\x7c\x0e\xb7\xce\x56\xf6\x4f\x3b\x6e\x6d\x20\xe0\xaa\ \xa7\x47\xe0\xb1\x3a\x3e\xa7\x49\xed\x9e\x8d\xfc\xb7\x1b\x01\x1c\ \x02\x71\x18\x00\x00\x20\x00\x49\x44\x41\x54\x5d\x01\xe7\xbc\xe3\ \xf3\x5b\xea\x51\x20\xd9\x1c\x58\x3d\xe7\xac\xec\xd7\xf7\xe2\xc5\ \xd5\xb8\x58\x8e\x8c\xdd\x89\x78\xa4\xd0\x4a\xae\xd6\xeb\x5a\xa5\ \xd2\x6b\x94\x5a\xc3\x59\x32\x58\x29\x7b\x7c\xbe\x5a\x3d\x37\xb1\ \xba\x42\x1e\x5f\xd9\xab\xd7\x9a\xc1\xaa\x6a\xf4\x0e\x97\x2f\xe7\ \xcc\xb9\xea\x9e\xd0\xb0\xb5\xbe\xfc\x3a\x1a\x49\x24\x97\xe1\xc8\ \x7a\x5d\xaa\xad\xe1\xcb\x74\x2c\x39\x6b\xa6\xb3\x8d\x17\xcd\x46\ \x7a\x90\x48\x8c\x16\xc5\xd8\x4d\xf1\x3c\x12\xbb\x8c\x54\x5e\xe4\ \xf3\x28\x2d\xe6\x6a\x99\xc8\x24\x62\xa5\x44\x2c\x76\x59\xe9\xf6\ \x8a\xb1\x42\xbf\x14\xb9\x89\xf5\x5e\xdc\xcc\xc0\xdf\xc4\xce\x53\ \xdd\xfe\xe5\x79\xfe\x26\x01\x48\x19\x4e\xc4\x97\x89\xfe\x79\xb7\ \x5f\x2a\xf5\x9b\xcd\xeb\x4c\x35\x7f\x1d\xa9\x77\x2f\x6e\xfa\x85\ \x42\xb2\xff\xc7\xcf\xf3\xa0\x5f\x89\x4a\x65\x31\xef\xd6\x4a\x99\ \x49\x24\x56\x68\xc5\xd2\xf3\xd4\x79\xa6\x1b\xb9\x48\x95\x26\xdd\ \x8b\x42\x2a\x95\x58\xae\x4b\xad\x46\x31\xba\x8c\x85\x63\xdd\x4c\ \x38\x12\x4d\xb5\x7a\x0d\xa0\xc5\xd6\x20\x96\x8c\x26\x8a\xa9\xf6\ \xab\x65\xf4\xfa\xd5\xab\xf8\xe5\xcb\xcf\x3f\x5f\x26\xbb\x89\xd9\ \x59\xac\x58\x69\xb6\xe2\xa9\x06\xd0\xe4\xe5\x8b\x8f\x2f\x2e\xaf\ \x1b\xeb\xd2\x6c\xdc\x5e\x0d\x7b\xdd\x75\xab\x34\x1e\xa2\xd2\x8c\ \xd4\x64\xd1\x1b\x4f\x16\xb5\x5e\x3b\xd3\x8a\x17\x0a\xfd\xfc\xf2\ \xe5\x5f\xff\xed\x57\xbf\xfa\xf6\xdb\xdf\xfd\xc7\x2f\xdf\xff\xe9\ \x37\x3f\xfd\xe4\xfd\x1f\xbf\xfd\xd3\x37\x41\xaa\x5e\xbf\xf7\xd6\ \xfd\xed\x6d\x10\xac\x4d\x1c\x15\xb3\xb1\xb3\x41\xdd\x06\x87\x45\ \xa5\xd0\x68\xd4\x8d\x4d\x0a\x65\x87\x84\xf6\xc6\x00\x5a\xd1\x90\ \xd5\x01\x4d\x02\xcb\x01\xea\x43\x26\x52\xc1\xff\xa0\x12\x54\x12\ \x4a\xc4\x03\x37\x83\xb2\x49\x01\xfc\x50\xc1\x3b\xda\xbb\x83\x21\ \x60\x48\xb4\x7d\x3c\x85\x0c\xa8\x05\xee\xea\x36\x99\xfd\x14\xe5\ \xb9\x9c\xec\xe3\x70\x24\x0a\x09\xcd\x0d\xec\xd2\x30\x78\x0c\x95\ \x72\x3b\x7a\x80\x72\xfb\x6e\xab\x9a\x6f\xb3\xdc\xc1\x02\xa1\x12\ \x1c\x32\x9e\x8a\x03\x21\xdb\x07\xa3\x85\xc7\xe3\x28\x5b\x70\x58\ \x0c\xe6\xf0\x10\x0b\x40\x78\x0a\x72\x75\xfc\x08\x59\xac\xf7\x3e\ \x7a\x4c\xb9\x7b\xf7\xce\x1d\x2a\x99\x82\x25\xdf\x05\xa0\xa5\x51\ \x00\x09\x31\x38\x3c\x80\x2c\xca\x99\x41\x67\x07\x5e\x0e\xc4\x8b\ \x48\xdc\xdf\x47\xd1\x35\x44\xfa\x3e\xba\x0b\xb9\xbf\x8b\xb6\x3e\ \xa3\x74\xf9\x43\xd4\x43\x0d\xee\x0c\xfe\x3d\xde\x05\x9b\x85\xda\ \xe9\x9f\x3e\xa2\x63\xe8\xc7\xbb\x78\x2a\x19\x2c\xd9\xfe\x6b\x0f\ \xc1\x2c\xa1\x74\x2a\x36\xda\xf1\x8c\x52\xd5\xe1\x3a\x67\xb3\x98\ \x07\x2c\x26\x0b\x4d\x90\xa2\xd9\x04\x24\x67\xdc\x07\x07\x3c\x2e\ \xea\xff\xe2\x8a\x50\x25\x2a\x8b\xc3\x97\xc0\x87\x4e\x25\x16\x29\ \x55\x72\x85\x56\xa1\xa9\xcf\xcd\x5a\x95\x84\xcd\xe3\x03\x37\xf2\ \x44\x20\x7b\x12\x0e\xeb\x01\x8b\xcf\x7d\xf0\x60\x8f\xc5\x3f\x40\ \x9d\x11\xdc\x07\x2c\x11\x9f\xab\x42\xfb\xfd\xf8\xfc\x23\x96\x90\ \xc1\x40\x5b\x79\x34\x22\x1e\x13\xc5\x22\x08\x24\x62\xb4\x73\x0f\ \x40\x0a\x54\x51\xaa\x13\x09\x99\x22\x05\x1a\xb2\xd2\xfb\x35\x02\ \x89\x59\x61\x31\x19\xbc\xa5\xb5\xc7\x65\xe3\xb3\xf9\x5c\xbe\xd8\ \x00\xd4\x06\x47\x82\x1f\xe4\x83\xb5\x41\xfd\x3e\x22\xe6\x03\xa6\ \x4e\x8e\xfa\x58\x01\x40\x51\xfd\x29\x17\x05\x09\x22\x65\x54\x28\ \xc5\x52\xa5\x50\x00\xc7\xd2\x00\x51\x82\x86\x31\x04\x6c\xb5\x03\ \x39\x24\x05\xfc\x80\x48\x6f\xd2\x69\x44\x42\xb7\x27\x64\x41\x21\ \xea\x42\x15\xe2\x50\x8d\x40\xa8\x95\xf2\x41\x79\xc5\x7c\x2e\x8a\ \x7c\x06\x3f\x09\x06\x54\xa0\xd5\x1a\xb4\x5a\x95\x5a\x6f\xd6\x6a\ \x8c\x46\xa3\x5d\xce\xd0\x6a\x25\x5c\x99\x42\x25\x45\x7d\x8a\x22\ \xa9\xc5\xae\x95\xa8\x54\x4a\xa3\x59\xa7\x53\x68\xe4\x72\xa9\x46\ \xa1\xd4\x2a\x8c\x26\x85\x4a\xa2\xb2\xf8\xc7\x01\x7f\x35\x51\x37\ \x98\x83\x21\x87\xdf\x67\x09\xf8\xac\x7a\x97\xde\xae\x07\x5b\xa5\ \x70\x3a\x8c\x26\x83\xcd\x3e\xaa\xe7\x2c\x1a\xe3\x68\x5a\x76\xd4\ \x3b\x9e\xd1\xd0\x3a\x1a\x75\x6c\x41\x8b\xd5\x99\xd5\xa2\x22\x07\ \x9f\x5b\x37\xee\x98\x65\xa1\xa0\x33\x1b\xf2\x05\xc7\x1e\x67\x36\ \x1b\xb4\x3b\xf4\xa6\xc1\xd0\x69\xf4\xdb\x2d\x7e\x8b\x79\xde\x2a\ \xeb\x6a\x59\x8b\xbf\xd5\x0a\xfa\x67\x9e\x7a\xbb\x5b\xf2\x7b\x17\ \xeb\xa2\xcd\xdb\x48\x77\xca\x83\x81\x6f\x0c\x80\xd8\x68\xc5\xe2\ \x6d\xef\xbc\x6d\xcc\x4d\xb3\x81\x90\xc3\xec\x1d\x9b\x26\x2f\xc7\ \xf9\x9a\xdf\xeb\x0f\x69\xb4\xd9\x79\xd0\xeb\xb2\x7b\x46\x1e\xd7\ \xa8\x5e\xea\x78\xcc\x16\x7b\x2f\x50\x6b\xf5\xea\x81\xba\x6f\x36\ \xb3\x39\x2b\xcb\xf8\x6a\x95\x5e\xb4\x27\x20\x7c\xe1\x65\x2b\x3f\ \x0f\x36\x6a\x95\x55\x3b\xdc\x4b\x4f\x57\xed\x72\x63\xb4\xc8\x0e\ \xeb\x39\x37\xd8\x36\xff\xa8\x36\x0a\x19\x8c\x52\x99\x56\x0d\xff\ \xd7\xec\x3e\x9f\x35\xeb\xcb\x05\xe1\x48\xad\x2f\xff\x90\xea\x55\ \x33\xe9\x49\x77\x3a\x6b\x79\xe6\x99\x74\x73\xd9\xba\x68\xa4\xf2\ \xeb\xf4\x8b\x42\x32\x39\x6f\x74\xfd\xe5\xd8\x59\xbf\xfa\x32\xd6\ \x3f\x6f\x45\xce\x5f\x34\xa3\x97\x99\x46\x3e\x16\xc9\x17\x2a\x68\ \x7d\xe9\xa2\x32\x99\xa5\x22\xcb\x44\xa7\xfb\x55\x66\x9c\x58\x16\ \x13\x17\xcb\x59\x37\x99\xf9\xf4\x72\x79\x73\x99\x8f\x5f\x44\x93\ \xf1\xe5\x45\xa1\xd0\xed\x26\x92\xa9\xd8\x79\xfe\x3c\x9c\xbf\x28\ \x8c\x47\xfd\x3e\x78\x9f\x48\xba\xf9\xc7\x3f\x5c\xb6\xe3\xe1\x42\ \xb7\xb8\x6e\x35\x46\xeb\x70\x38\x56\x98\x25\x9b\x40\xb3\xc9\x6a\ \x2a\xda\xef\x0d\xe6\xed\x58\x3f\xda\xa8\x9e\x2f\xda\x8d\x74\xab\ \xb4\x4c\xa7\xa3\xc3\x68\x74\xd8\x98\xe4\x53\x99\x42\x3a\xd5\x18\ \xc4\xab\x67\xe1\xb3\x66\xe2\x3a\xd2\x7f\x7e\x7d\x71\xfe\xf2\xf9\ \x77\x37\xfd\x6e\x71\x52\x29\xa6\xd3\x91\x48\xab\xdb\x4e\x46\x0b\ \xf1\xf8\xd5\x4d\xf3\xaa\x5a\x6f\xcd\x66\xbe\xc5\xba\x57\x9c\x8d\ \x56\xc3\x79\xbb\x34\x9e\xa4\x1b\xab\x5c\xab\x34\x59\x4c\xd2\xd1\ \x48\x31\xb1\x8c\xf6\x6f\xbe\xfa\xe3\x7f\xfd\xea\xbf\x7e\xf1\x97\ \xff\xfb\x9b\x6f\x7e\xf7\xf3\x2f\x7e\xf2\xcb\xff\x7c\xe7\x9d\xb7\ \xdf\xda\xba\xb7\x45\xb9\x7f\x77\x63\x7b\x8b\x0a\x7a\xf5\x36\x0d\ \xb7\xb3\xbd\x41\x05\xe6\xc2\x51\x37\xa9\x80\x82\x54\x2a\x75\x1b\ \x15\x27\x1f\x12\x70\x78\x30\x2d\x44\xca\x0e\x06\x43\x21\x60\x36\ \x41\x82\x70\x74\x22\x09\x2d\x87\xe3\x30\xc4\xdb\x59\x29\x0a\x4a\ \xf5\xc3\xe1\x01\xef\x08\xc4\x7d\xa4\x6f\x24\x12\x95\x84\xa7\x51\ \xd1\x0d\x3e\x0c\x9d\x4c\x23\xa1\x94\x4f\x80\x2e\x00\xaf\x5d\x38\ \x06\x1e\xcd\x35\xe0\x71\x20\x27\x44\xd0\x2b\xcc\x06\x3c\x9f\xb0\ \x4b\xc7\x81\x2f\x03\xfa\xa4\x10\xc1\x0b\xe1\x37\xd0\xa6\x1a\x3c\ \x48\x1b\x78\x2a\x3c\x0e\x74\x0f\x8d\xde\x93\x41\x3f\x09\x87\x87\ \x8f\xde\x7b\xfc\xf8\xe9\x53\xb0\x6b\x4f\x9f\x3c\x7b\xf2\xec\x1f\ \x4e\x37\x5f\xbf\xbb\x73\x7f\x07\x47\x25\x62\x7e\x88\x23\x92\xb6\ \xb7\x36\xb6\xe0\x6d\x90\xc9\xa8\xdf\x9e\x4c\x42\x93\xad\xf4\x5b\ \x4b\x87\xc5\x12\xd0\x1a\x3b\xf6\x11\xf6\x18\x8f\x66\x27\x50\xa2\ \x29\xfd\x90\x84\x45\x53\xa4\x24\x3c\xa2\xc1\x5d\x34\x2b\xf6\x84\ \x88\x7d\xb2\xbf\xff\xec\x1f\x1f\xd1\xf7\x4f\x0f\xb1\xb7\xf4\x4a\ \x7f\x6d\x0f\x45\x78\x72\x0f\xf6\x1e\xb0\xf9\xfc\x03\xb6\x0a\x2c\ \x0a\x1a\x1d\xe5\xb0\x7e\x80\x72\xb1\xf6\x0e\x0e\x18\x68\x57\xdf\ \x03\x00\xaa\x3d\x34\x99\x85\x82\x61\xc4\x62\x09\xf3\x88\x29\x41\ \x6b\xdb\x0a\xa5\x5c\xaa\xe7\x0b\x44\x7c\xa9\xb0\xbc\xf2\xe9\x64\ \x3c\x14\x26\xc3\x00\x6d\xe2\x08\x50\xbb\xe1\x01\x87\x2f\x47\x77\ \x08\x8f\x0e\xd0\x76\x69\xc6\x1e\x1b\x0d\x99\x8b\x6e\x13\x98\xf7\ \xf6\x94\x00\x71\x02\xa0\x4d\x34\x33\x8f\xea\xc1\xb8\xc0\x8c\x7c\ \xa9\x48\x22\xe4\x0a\xc4\x2a\x83\x5c\x2a\x53\x08\xc5\x32\xa9\x54\ \x6b\x51\x0a\x94\x6a\xb5\x5a\xc9\x33\xad\x26\x35\x8b\x84\x01\xf2\ \xc6\xe0\x21\x03\xc4\x63\x3c\x80\x53\xe2\xaa\xc4\x0c\x1e\xba\x97\ \xc7\xe3\xf2\xe5\x28\x9d\x59\xc9\x61\x8a\xc5\xe0\x91\x78\x0c\x0e\ \x1b\xa5\x3a\xcb\xf5\x6a\xb1\x84\x2d\xe2\xf1\x80\x11\x75\x0a\x01\ \xfc\x30\x9c\xb9\x48\xa3\x10\xcb\x75\x26\x95\x0c\x5c\x93\x59\xa3\ \x56\xa8\xb4\x0e\xbb\xc3\xe9\x71\x9b\xa4\x12\x80\x3c\x95\x84\x25\ \x33\xca\x51\x94\x17\x6a\x34\x03\xca\xe5\x71\x99\x9c\x3d\x0e\x57\ \x69\x32\x2b\xad\x1a\xa3\x4e\xaf\x37\x98\xf5\x36\xb3\x4c\xac\x31\ \x09\x24\x0a\x9d\x5a\x02\xae\x50\x20\x53\xc9\xa4\x32\xb6\x54\x28\ \x30\x03\x32\x2a\x8c\x4a\x9e\x5c\x6a\xd4\xcb\x65\x56\x8b\x5c\xa5\ \x54\xda\xb3\x83\x52\xfb\xe2\xe5\x10\x9c\xa8\x2d\xe4\x72\x7a\x83\ \x5e\xbb\xc1\xad\xd0\x6a\x1c\x21\x8f\xcd\xe2\xd5\xeb\x2d\x5e\xb3\ \xcf\xed\xb5\xaa\xf5\xf6\xc5\xc2\x9f\xab\x75\x3a\x23\x5b\xce\xe7\ \xd1\x78\x6d\x2e\x77\x50\xe6\xf0\x18\x2d\x56\x64\x7a\x2c\xd6\x51\ \x30\x64\x07\xaf\xb9\x18\x78\xbc\x1a\xaf\xd9\xa9\x37\x4d\x16\x36\ \x8d\xcb\x0a\x9e\x4d\xed\xed\xd9\x55\xb9\x86\xb5\x96\x5d\x94\xa7\ \x23\xbd\x75\xd4\x29\x79\x9d\xbe\xe2\xc0\x10\x98\xae\x7d\x93\x52\ \xaf\x96\x75\x74\xd6\xf6\x4c\x2a\xda\x34\xd7\xa7\x5a\xcf\xa4\x94\ \xf3\xfa\x1c\xbe\xb9\xb1\x36\xb3\x5f\xbe\x1c\xda\x9d\x21\x63\xb6\ \x63\xcf\xf9\xad\x9e\x5a\xd9\x69\x9d\x77\x66\x73\x5f\xc8\x58\x5b\ \x38\xed\xdd\xb3\x95\xcb\xe3\xf5\xf5\xcc\xfa\xee\xa0\x52\x8c\xb6\ \x6a\xe9\x7a\xa8\x52\x5c\x0f\x5a\xc9\x5e\xa9\x55\x2b\xa5\x8a\xed\ \xc9\xac\xd3\xee\x95\x67\xf5\xf9\x7a\x95\xf5\x3a\xfc\xb6\xe0\x22\ \x67\xf4\x39\x4c\x46\xa5\x54\x03\x36\xcb\xe9\x74\x7a\x5d\x2e\xa7\ \xdb\xe9\xac\xa4\xda\x7f\xfa\xb7\x79\xf8\x22\xd1\x9e\x4c\x06\xf5\ \x4a\xad\xde\x18\xaf\xd3\x85\xe7\xdd\x62\xa1\x37\x0b\x47\xf2\xdd\ \xf9\xa0\xda\x19\x17\x9a\xe1\xcc\x79\xf4\xf2\x6c\x16\xeb\x37\x51\ \x7d\x7d\xe5\x3a\x1d\x5e\x9e\x15\x53\xb1\x54\x38\x99\xee\xa2\x48\ \x84\x78\x2f\x76\x93\x29\xbd\xac\x16\xf2\x17\xcd\x42\xb1\xdb\xbc\ \x49\x55\xa3\xe1\x70\xa6\x10\xcb\x74\x0b\xcb\xf0\x20\xd3\xa8\xb4\ \xd2\x67\x00\x81\xdd\x44\xb5\x59\x9a\xa6\xf3\xcd\xc2\xe5\x8b\xc8\ \xd5\xf7\xdf\x15\x1b\x8d\x75\xfa\x3a\x5d\x6f\xcf\x6a\x8d\xcb\x69\ \x23\xdf\x9b\xb4\x6b\x8d\x6e\x29\x91\x8a\x9c\x77\x8b\xad\x4a\x23\ \x7f\x1e\x8d\xa7\x17\xa5\x36\xda\xf5\x93\x5f\x02\xbe\x15\x8a\xed\ \xcc\x67\xe1\xab\xf3\x48\x61\xda\x28\x5c\x15\x92\x99\xd4\xf2\xba\ \x1a\x7f\xf5\x32\xd6\xbc\x7c\x79\xf3\xf1\x32\x5d\x5c\xa7\x2b\xa5\ \x74\xbc\x90\x89\xb5\x32\xc9\x48\xfc\xc5\xd5\xb2\x79\x93\x28\xb6\ \x06\xed\x69\x7a\x50\x6c\x0d\x7b\xa3\x51\x78\x30\xac\xb5\x66\xad\ \x79\x79\xde\x6e\x4f\x67\xb1\x64\x3b\x12\xed\xbf\xec\x7f\xfa\x6f\ \xbf\xfa\xf5\xaf\x7f\xfd\xb7\xbf\x7f\xfb\xc9\xcf\x7f\xf2\xb3\x9f\ \xdd\x16\xe5\xbc\xf5\xf6\xfd\xed\x9d\xcd\xfb\x5b\xb8\xd7\xdf\xda\ \xde\xa2\x6c\xdc\xdb\x21\x61\xc8\x34\xea\x16\x95\xb6\x45\xd9\x02\ \x3a\xc4\x6d\x6d\x80\xa9\xc2\xa3\x01\x04\x1a\x11\x87\x82\x62\x08\ \x24\x94\x0e\x8a\xa1\xd3\x31\xa4\x5d\x3a\x1e\xe5\x37\xa0\xec\x74\ \x1a\x8e\x4a\x42\x0b\x3e\x40\x8d\x24\x0c\x22\x3c\x94\x2d\x83\xdd\ \x00\x7c\x23\x11\xd0\x12\x38\x99\x8e\x1c\x15\x8a\x4a\xd8\xdd\x3d\ \x3d\x3c\x39\xc4\x62\xb0\x00\x80\x24\x0a\x76\x03\xed\x9e\x06\xd1\ \xc0\xa0\x68\x40\xf8\x75\x13\x3e\xa1\x2f\xe8\x74\xf4\x83\xa8\x2d\ \x0c\xbc\x1d\x01\xd0\x0c\x07\x0f\x52\x37\xd0\xee\x20\x1a\x98\x40\ \x60\xba\x27\x4f\x9e\x3d\x7b\x72\x7a\x08\x0e\xeb\xe9\xc9\xe3\x8f\ \x4e\x31\x77\x5f\xbf\xbf\x89\xd9\xd8\x00\x31\xc2\xe2\x29\x70\xd6\ \x3b\xb4\xcd\x1d\x0a\x15\xf0\x14\x2d\x97\x81\xfb\xc3\xdf\x72\x2b\ \xb2\x87\x60\xae\x88\x8f\xf6\x51\xcd\x34\x11\x7b\x72\x88\xe6\x53\ \xb1\xbb\x60\xfc\xe8\xb7\xf1\x33\xc7\x87\x78\x14\xe4\xbc\x4f\x7c\ \x72\xb2\x7b\xfa\xe1\xb3\xc3\x7d\xda\x2e\xc8\x2b\xb0\x29\xfe\x35\ \x26\xe7\x01\x1a\x73\xe7\x3c\x04\x17\x71\x80\x42\x8c\xb9\x0f\x7e\ \xc0\x00\x75\x79\xc0\x64\x82\x57\x61\x71\xd8\x07\x8c\x03\x0e\x43\ \xc4\x64\x80\x21\xe2\x72\x79\x6c\x74\xcf\x90\xcb\x65\xed\x3d\x00\ \x4a\xe2\xeb\xb5\x32\x81\x88\xc7\x95\xca\xd5\x5a\x8f\xc7\x6d\x54\ \x0a\x40\x73\x78\x4c\xbe\xe8\x68\x8f\xcb\x3b\x02\x77\x86\xc6\x97\ \x98\x1c\x01\x97\x89\x72\x66\x04\xa8\xac\x19\xad\x70\xed\x31\x40\ \xa8\xd8\x42\x39\x3c\x99\x8f\x44\x0b\xa5\x9b\xb2\x99\x7b\x12\x29\ \x03\x05\xc9\xa3\x41\x73\x85\x49\x21\x91\x2a\x25\x52\x9d\x4a\x69\ \xd0\x01\x60\xa9\x94\x68\x7e\xa0\x36\xf2\xab\xc5\x60\xd5\xc4\x02\ \xa6\x40\xc6\x63\x71\x19\x5c\xc9\x1e\x4b\x22\xd1\x30\x59\x70\x58\ \x3e\x73\x8f\x09\x44\x78\x24\x50\x32\x05\xc0\x9a\x32\x29\x0a\x66\ \x17\xf2\xf8\x3c\x99\x4d\xc1\x65\xa3\x10\x42\x1e\x4f\x04\x3a\x07\ \x3e\x11\x45\xc4\xcb\xb4\x52\xa1\x3d\xa0\x50\x89\x64\x46\xb4\x1c\ \x25\x97\x5a\x8c\x06\x99\xd6\xa2\x17\xaa\x85\x52\x19\x3c\x5f\xae\ \x17\x32\xf6\x0e\x90\x9a\xb3\xe1\x1d\xb2\xc0\x83\x82\x00\x0b\x34\ \x26\xb3\xc2\xe6\xb0\xdb\xf4\x16\x9b\xc9\x69\x54\x8b\xa4\x7a\x85\ \x44\x24\x51\xa1\x76\x6a\x11\x7c\x21\x06\x2f\xa5\xd1\xa9\x64\x6a\ \xa5\xdc\xa2\xe4\xeb\x64\x7a\xb3\x54\x2c\x33\xc8\x04\x72\x83\x23\ \xbb\x18\xb5\xf2\xa9\xb1\x23\x68\x32\xba\xec\x41\x4f\x2e\xe8\x00\ \xd5\xd3\x68\x2c\x76\x57\xc8\xea\x30\x1a\xcc\x6e\xab\xc5\x11\x72\ \x58\x8d\xce\x40\x2f\xe0\x6b\x07\xa7\x35\xa7\x21\x97\xcd\xb9\x83\ \x3e\x5f\xd0\x62\xb4\x98\xec\xd9\x9a\xb7\x53\x77\xbb\xcc\x76\x6f\ \xc0\x69\x2b\x8f\xca\x66\x83\xdc\xee\xf6\xf9\xfd\xa3\x95\x41\x0d\ \x86\xcf\xea\x90\xd7\x27\x41\x93\xab\x16\x9c\xf9\xa7\x65\x5f\x40\ \x17\xc8\x75\xa6\x8b\x5a\xa0\x92\xb6\x79\x86\xd9\x55\x25\x33\x0d\ \x8e\x82\x65\xd0\xc2\x4a\xb1\xe9\xf1\xd7\x64\xf6\xfa\xc0\x3f\x1e\ \xd8\x42\x1d\x9d\xd3\x1d\x0a\xa7\x46\xce\x50\xce\x61\xce\x66\xeb\ \xf6\xfa\xc4\x35\xee\xe9\x1d\xab\x99\x77\xba\xb6\xd6\x87\x7a\xeb\ \xaa\xb2\xaa\x7b\xac\xa1\xb6\xd3\x92\x49\x4f\x87\xdd\xd2\xb4\x38\ \xf1\xf5\x7a\xe3\x52\x2b\x3f\x4b\xa6\x86\xb3\x55\xb8\xd8\x6e\xad\ \xc6\x83\xe0\xa2\x3d\xcf\x96\x6b\x2e\x87\xcf\xea\xcb\x7a\x9d\x0e\ \x97\xcd\x62\x96\x48\xe0\x6f\x03\x57\xd0\x3f\xf2\xf8\xbd\x35\x4b\ \xb6\x17\x1e\x7e\xf9\xfb\x46\xeb\xb2\x5b\x6c\x0c\x07\xed\x56\x28\ \xdb\x98\xb4\xaa\xfd\xe4\xac\x30\x2b\xa6\xaa\xe1\xcb\xd6\x2c\x19\ \x2d\xcf\x33\xd1\x64\xa4\xd9\xba\x3e\x4f\x2d\x0b\xf1\xf3\xe5\x65\ \x2c\x9d\x88\x24\x53\x09\x30\x37\xe1\x7c\x33\xb9\x2e\x2c\xab\x89\ \xcc\x34\xd3\x4c\x80\x85\x2a\xc6\xfa\xc5\x48\xa1\x1b\xa9\xa6\xba\ \x99\xf3\xea\x59\x14\xcc\x63\x2c\x15\xaf\x44\x4b\xed\x4a\xf4\xac\ \x7f\x11\xbb\x6a\x5e\x9c\xb7\x2a\xd5\x68\xf5\x1c\x7e\xfa\xf9\xbf\ \x7f\x9e\x4a\xcd\x26\xcd\x66\x6f\xd0\xab\x77\x0a\xcb\x52\x3e\x36\ \x1f\x2c\x86\xa5\x42\xb1\x5a\x4a\x67\x1a\xb1\x62\xf1\xbc\x9b\x8f\ \x46\x2a\xa8\x7b\xab\xd7\x88\x9c\x5d\x44\xd0\xaf\xcd\x42\xb2\xd5\ \x8f\xb5\x62\xbd\xd6\x59\xbe\xdb\x6a\x5e\x9d\xdf\xc4\xfa\xd7\x2f\ \xf2\x2f\xff\xf0\xe5\xe7\xe7\xf1\x64\xa6\xd5\x8e\x47\x1a\xc9\xb3\ \x58\x2c\x5d\x48\xa5\x97\xe7\x97\x85\xb3\xf3\x02\x88\xf1\x70\x35\ \xcc\x95\x8b\x8b\xe1\x64\x54\x2a\x8f\x42\xeb\x41\xa5\x37\x9e\xb7\ \x3b\x83\x46\x64\x19\x06\x54\x7d\x79\xfd\xf1\xf7\x7f\xfb\xd5\xbf\ \xfd\xe6\x17\x7f\xfe\xe2\x17\xdf\xbc\xfb\xf6\x27\xef\xbe\xfb\xe3\ \xf7\xdf\xfe\xf1\x0f\x37\x36\xb6\xb7\xef\xdc\xbd\x77\xff\x8d\x9d\ \xed\xed\xbb\x9b\x1b\x44\x32\x75\x03\xb7\xb5\x09\x56\x66\x93\x4a\ \xdd\xa0\x50\x36\x08\x70\xb5\x12\x28\x34\x3c\xea\x68\xc6\x10\x6f\ \xbb\x25\xd0\xbe\x1c\x54\xd1\x0c\x9f\x41\x6d\xd0\xdd\xc3\x1d\x2a\ \x38\x2a\xca\x26\x8e\xb4\x81\xa1\xa1\x8a\x42\x74\x53\x11\x47\xa2\ \xdd\xce\x81\x12\x48\xa0\x6a\xbb\x44\x0a\x2a\xd8\x22\x12\x01\xc1\ \x8e\x8f\x0f\xd1\x3e\x1b\x2c\x18\x38\x02\x38\x2d\x10\x03\x1c\x06\ \x64\x0e\x74\x86\x82\xb8\x6f\x17\x55\x08\xd2\xd1\xb4\x01\xf1\x16\ \x45\xb7\x36\x09\x38\x1a\x8e\x46\xa0\x50\xa8\x34\x60\x4e\xda\xfd\ \x7b\x3b\x18\x40\xb4\x27\xe8\x1e\xe1\xe3\x47\x8f\x1f\x3f\x3a\xde\ \x7f\xfa\xd1\x23\xfc\x16\x9c\x3f\x95\x46\xdd\x3d\x3c\x21\x60\x28\ \x54\x00\x44\xca\xe6\x0e\x0e\x0d\xd1\xc3\xfb\x41\x93\x60\x38\xd2\ \x2e\x01\x4e\x1a\x2c\x14\xba\x5f\x49\x3f\xa4\xe2\x41\x09\xe9\x24\ \xfa\x09\x01\x70\x10\xad\xff\xef\x3e\xde\x47\x9b\xb6\xe9\x68\x35\ \x8b\x78\x78\xfc\xe8\x31\x4a\xc8\x7a\xf6\x84\x48\xd8\x45\x77\x31\ \x09\xe4\xd7\x18\x7c\x14\x1c\xc3\xe7\xfd\x68\x8f\x7d\xf0\x90\xc3\ \x00\xaf\x72\xf0\x90\xc9\x01\x5b\x04\x56\x86\x23\x06\xa6\x63\x1c\ \x71\x50\xf9\xb1\x80\xc3\x95\x30\xd1\xa6\x65\x9e\x04\x81\x1f\x88\ \x1b\x8f\x2d\x35\x4a\x05\x62\x09\xe8\x8e\xc6\xa8\x0a\x4c\xbc\x76\ \xa3\x8e\xcf\xe6\xb1\x0f\x38\xf0\x1f\x57\xc8\x66\xf0\xf7\x40\x46\ \x8e\xf6\x8e\xf8\x42\x36\x98\x15\xa6\x58\x24\x62\xb1\x39\x0f\x39\ \x5c\x3e\x43\xcc\x01\x11\x94\xf2\xd9\x07\x2c\x06\x5f\x28\x64\x80\ \x24\x70\x0e\x58\x72\x60\x4f\x3e\x93\x2b\xe6\x4a\xc4\x3a\x03\x1a\ \x0c\x50\x1a\x8c\x1a\xad\xc5\xa6\x53\x69\xc4\x22\x29\x5b\xac\xf1\ \xcc\x73\x28\x0f\x4b\x24\x65\x31\x85\x52\xc9\x03\xa1\x48\xc4\x84\ \x83\x83\x4e\x30\xd1\xce\x3f\x2e\x17\x94\x82\xb9\xc7\xe7\x73\x25\ \x5c\xb6\x4a\x2f\x87\x2f\x44\x06\x29\x53\x24\xd4\xca\xd0\x24\x05\ \x17\x0e\x0e\x7e\x90\x2b\x16\xf0\x45\xfc\x23\x8e\x5c\x21\x94\xd8\ \xbc\x4a\x83\x52\xa2\x31\xd9\xe0\xc5\xe4\x0a\x8d\x55\x63\x76\xc9\ \xa4\x26\x21\x57\x23\xe1\xb1\x25\x32\xc1\xc1\xde\x1e\x1b\x98\x95\ \x29\x11\xb3\x8f\x18\xa8\x89\x82\xc5\xd7\xaa\xc1\x3b\x39\xf4\x56\ \x9f\xd9\xe2\xf2\x1b\x0d\x02\xb5\x49\x09\xe8\x27\x17\x73\x35\x22\ \xb6\x50\x04\x38\x29\x51\x2b\x74\x1a\x9d\xce\x6c\x77\x28\x44\x72\ \xb9\x44\xad\x91\x4a\x0c\x26\xa1\x46\xaf\x56\x1b\xac\xee\x46\x6b\ \xee\xb4\x3a\x3d\x39\x67\xd0\xb9\x72\x98\xe4\x0a\xa3\xdd\x6b\xb3\ \xdb\x2c\x3a\x83\xcb\x68\xd0\xb8\x34\xe6\x9c\x4d\xa7\x77\xa2\x8d\ \xc6\x9d\xec\x34\x67\xd4\xd8\xeb\xd9\x9c\x37\xe4\xf2\xb8\xf5\x7a\ \xbb\x3d\x34\xb5\x0f\xe7\x4e\x87\xd3\x1a\x72\x58\x7c\xf5\xe1\xdc\ \x61\xd2\xfa\x5d\x3e\xa7\x71\x3e\x37\xa9\x9d\x6e\xa3\xd3\xa4\x0d\ \xd6\xed\x1a\xef\x7a\x34\x2a\x8f\x3d\xe3\x95\xd3\x0d\xc8\x97\x1d\ \x75\x56\x9d\x4e\x6d\xdc\x9e\xcd\x0a\x15\x4b\xcd\x6f\xcf\x8d\x46\ \xa1\x5e\xd7\x97\xf3\x9a\x9c\x95\x85\xb1\x34\xf2\x87\xec\x9a\xda\ \x54\x5f\x0b\xba\xad\xb9\xb6\x43\xe7\x19\xe4\x5c\x01\x9f\x6b\x52\ \x37\x78\x46\x0b\xdb\xbc\x67\x1e\xcd\x6c\xb5\x74\xb7\x52\xf6\x59\ \xdd\x15\x8f\xab\x52\x9d\x35\x22\xeb\x62\xa2\x31\x8f\x80\x6d\x08\ \x67\x06\xdd\x79\xb9\x9a\x6c\x84\x8b\x89\x79\xaf\x9b\x1b\xce\xba\ \x8b\xda\xca\x55\x9e\x2a\x6d\x75\x67\x28\xe0\xb6\xba\x75\x1a\xb9\ \x42\x1b\xc8\xd5\xe0\x55\xac\x16\xaf\xdb\x9e\xcd\x74\x7f\xfb\xff\ \x24\x92\xf9\xe9\xa4\x34\x5b\x24\x2a\xd9\x62\xac\x70\xbe\x8c\x67\ \xda\x91\xe1\x22\x7f\x79\x16\x6b\x0d\xd6\xc9\x55\xba\x3a\x6b\x17\ \x33\x99\x9b\x66\xa4\x9f\x0f\x17\xa2\x37\xf1\xfe\x75\x78\xdc\xaa\ \x56\x2a\x8d\xb3\xf8\xf3\x7e\xa5\xdb\x4c\xc4\x23\xed\x78\xb5\x12\ \x39\x8b\xa4\x12\xc9\xe8\x65\xaa\xd8\xec\x03\xe9\x9d\x37\xc3\x89\ \x78\xfe\x65\xe4\x26\x7a\xde\x2a\x76\x1b\xc5\xab\x26\x70\x64\xe1\ \x22\xd6\x4a\x2d\x9b\xe1\x68\x3f\x1a\xfe\xec\xd5\x4d\x2c\x16\x8e\ \x5f\xe5\xd7\xcd\xcb\xd9\xb4\x15\x85\x77\xd1\x9b\x0c\xa6\xed\xe6\ \x79\x32\xd6\x2d\xc5\xfa\x70\xb4\x6e\x32\xd2\x2d\xf6\x5a\x93\xf4\ \x65\xaa\x12\xcd\x47\x1b\xbd\xc6\x20\x1c\x0d\xa7\xbb\xeb\x41\x71\ \xba\x5e\xc6\xbb\xe7\x67\x97\x85\x17\xf1\xf0\xe5\xab\xe8\xd9\x6f\ \x5f\x7d\xf5\x59\x06\x2d\xef\xa7\x23\xa5\x4c\x3f\x12\xaf\x66\x52\ \xb1\xab\xcb\x97\xcf\xfb\x57\x99\xd9\x70\x36\x4e\xd5\x6b\xb3\x49\ \xaf\x5d\xaa\x4d\x26\xeb\x69\xaf\xd1\x68\xaf\xe6\xeb\x59\xb4\x0f\ \x6a\xb5\x3c\x8b\x7d\xfa\xdd\xff\xf8\xeb\x9f\xff\xfc\xeb\xdf\xfc\ \xf2\x93\x9f\x7e\xf3\xed\xdf\xbe\xf9\xf3\xfb\xf7\xdf\x7a\xfd\xfe\ \xf6\x3d\xb8\xa0\xef\xdd\xb9\xff\xc3\xb7\xee\xd2\x36\xb6\xee\xde\ \xdd\xda\x40\xdd\xf3\x80\x5e\x24\xdc\x36\x82\xaa\x2d\x2a\x86\x0a\ \x66\x68\x93\x86\x46\xda\x89\x18\xd0\x12\x12\x01\x5c\x13\xaa\x24\ \xdd\xc5\xa2\xcd\xc8\xbb\xf8\x4d\xb4\xae\x4e\xc5\xe0\x91\xf9\x01\ \xb9\x42\x75\xa8\x28\xf9\xea\x36\x22\x19\x87\x26\xaa\x08\x24\xd4\ \xc4\x0a\x0f\xa1\xf6\xd2\xc3\xd3\x47\xef\xbd\x77\x48\x40\xf7\x1a\ \xc9\x38\x0a\xf6\x76\xdd\x0a\x0b\xc6\x0c\x87\x47\x4f\x23\x83\xf3\ \x3a\x24\x62\x8f\x89\x58\x3a\xea\xb7\x47\x45\xaa\xc4\x1d\x1c\x89\ \x8a\xc3\xa2\x79\x85\x0d\x38\x9d\x9d\xad\x37\x5e\xa7\x62\x0f\x77\ \x0f\x3f\x78\xfa\xf8\xf8\x83\xd3\x67\x8f\x8e\x0f\x0f\xf7\x1f\x7f\ \xf4\x98\x74\x7f\x9b\xb2\xb9\xb5\x81\x7a\x2c\x48\x14\x1a\x95\xba\ \xb5\x41\xd9\x21\x63\x69\x34\x3c\x60\x2d\x8e\x78\x88\x27\xe3\x89\ \x20\x47\x28\xb3\x06\xa5\xd2\x63\xf1\x87\xa8\x91\x90\x8e\xb4\x8b\ \xb0\x7b\x3b\x7a\x75\xf2\xe8\xf8\xf8\x14\xad\xc9\xd3\x1f\x9f\xd2\ \xd1\xc6\x1d\x50\x42\x2c\xf9\xf8\xd9\x07\x27\x68\x04\x0c\x43\xa3\ \xbe\xc6\x78\xc8\x62\x72\x1f\x08\xf8\x3f\xf8\x11\x03\xb5\x74\x49\ \x38\x40\x6b\x07\x0f\x8e\x38\x07\x22\x3e\x97\xcb\x01\x59\x42\x53\ \xa2\x4c\xbe\x44\xfa\x40\x24\x64\x30\x59\x62\x16\x53\x2a\xe4\x31\ \x59\x0f\xd9\xc8\xe7\x18\x94\x4c\x89\x54\x2a\x11\xa8\x2d\x42\xe7\ \xc4\x6f\xd2\x08\xf9\x07\x00\x83\x47\x4c\xee\x01\x5b\xc4\xe7\xa3\ \xf0\x52\x1e\xe0\x25\x5b\x80\x7a\x9a\x85\x6c\x8e\x94\xc9\x01\x0f\ \xc5\x14\xa0\x45\x77\x2e\x53\xc8\xe5\xee\x1d\xf0\x45\x42\xf8\x5a\ \x08\x2f\xca\x44\x8d\xf3\x20\x8c\x02\x89\x4a\xae\x91\xcb\x0d\x2a\ \xa5\x10\xd4\xc1\xa0\x33\xe8\x05\x02\xa1\x5a\x26\x60\xaa\x5d\xab\ \xb2\xd3\x20\x61\x08\x85\x6c\xbe\x02\x0e\x25\x90\x49\x78\x7b\x2c\ \x96\x08\xc5\x0f\x0b\x40\x88\xb8\x3c\xb1\xf4\xb6\x47\x47\xce\x64\ \x08\x74\x5a\x78\x08\xb8\x90\x25\x02\xd5\x42\x46\x4e\xc2\x60\xf3\ \x14\x66\x05\x9f\x05\xef\x05\xa5\x85\xea\xb4\x32\x8b\x4f\xa1\x91\ \x0a\x15\x26\xaf\x46\x2b\x57\x09\xd5\x6a\x85\x2b\x60\x91\x28\x24\ \x1c\xb9\x46\x29\xe1\xab\xf8\x1c\x78\x93\x40\xc2\x6c\x99\x8c\xcf\ \x3f\x42\x73\xae\x1c\xa6\x4a\x61\x31\xdb\xcc\x0a\xa7\x5d\xaf\x33\ \x9a\xb5\x46\x89\x4a\xab\x12\xf0\xd5\x4a\x01\x53\x29\x65\x8b\xe4\ \x0a\x9b\x54\x60\x52\x80\xaf\xd2\x2b\xd5\x56\x25\x57\xa4\x16\x8a\ \x54\x20\xbe\x26\x9d\x88\x2f\xd1\x6b\x14\x96\x6e\x37\xa8\x77\x3a\ \xad\x3e\xbb\xce\x35\x74\x9a\xf5\x26\x83\x4d\x6f\x0b\xb8\x3d\x06\ \x83\xdb\x61\xd0\xdb\x1c\x2e\x9f\xc5\xac\xf3\x7b\xfc\x73\xab\x23\ \x57\xb3\x9b\x9c\xae\x40\x79\x5a\x0b\x58\x02\x21\xa3\x49\xeb\x76\ \x4f\x42\xc3\xb2\x5b\x63\xf3\x8f\xac\x3a\x7f\xb0\xe3\x76\xfa\x82\ \x20\x5e\x16\xc7\xca\x67\xd2\x18\x6b\x1e\xb7\x59\x1f\x1c\xba\x15\ \xb5\xf5\xb0\x33\x9c\x94\x87\x53\xad\xc5\x3f\xae\xcd\x4b\xa1\xfa\ \xc8\x59\x9f\xac\x56\x93\x5e\xc7\x32\x32\x07\xeb\xa1\xf9\xa8\x93\ \x75\x78\xea\x96\xfa\x68\x9d\xb5\x87\xec\x01\x9f\xdc\x96\xcd\x0d\ \xc6\x3e\xaf\x7f\x61\xf6\x96\xe7\xe5\x71\xce\xed\x0e\x7a\xf4\xb5\ \x41\xd9\xe5\x9f\x18\x9d\x0b\x4f\xa3\x38\x49\x74\xbc\x26\xcf\xd8\ \x62\x29\xc6\x97\xe9\xe8\x64\x91\xe9\x76\x5a\xad\x34\xb0\xe0\xb4\ \x91\x1d\x3d\x9f\xa4\x1b\xc9\xe8\x2c\xdd\xb6\xb7\x07\xab\xec\x68\ \xe8\xca\x76\x94\xce\x49\x28\x58\xd6\x5b\x5c\x5a\xa5\x4c\xaf\xb3\ \x95\x3d\x76\x47\xd0\x6b\xb0\x7a\x6d\xc3\xe6\xe5\xf7\x2f\xcb\xd5\ \xfe\x20\x15\x4b\xcf\x66\x99\xfa\x3c\xfa\x2a\x96\x48\x74\xc7\xc0\ \x6a\x97\x97\x17\xfd\xe2\x22\x13\x1e\x35\xba\x8d\x55\xaa\x1b\xbf\ \x8a\x01\xf7\x25\xa3\xd5\x58\xa6\x7a\x3d\x28\x81\xc5\x0a\x87\xab\ \xe1\xfe\x32\x9d\x09\x3f\xcf\x9c\x87\x23\x85\x46\xba\x14\xcb\x9f\ \x65\xd2\xcd\x70\xa5\xfa\xe9\x67\xd5\xd4\x8b\xcb\x6a\xa6\x91\x8f\ \x16\x6e\x96\xfd\x52\x3b\x3c\x4c\xdf\x9c\xf7\xf3\xf1\x58\x3a\x99\ \x0f\x47\x93\x89\xf3\x70\xaa\xfa\x87\xcf\x5e\x64\x22\xe7\xcd\xd8\ \xb2\xd1\x88\x8e\x17\xa9\xb3\x5e\xa5\x32\x2f\x66\xca\xd1\x4c\xe2\ \xac\x90\x5a\xf5\x62\xa5\x74\x3e\x1e\x8e\x83\x65\xaa\x96\xf2\x67\ \x89\x78\x3c\x1f\xcb\xa7\x26\xe1\xe4\x3a\x1d\xab\x0c\x26\x91\x48\ \x3c\x9c\x4c\x5c\x46\x97\x37\x67\xd5\xd8\x97\x5f\x2d\x0b\xbf\xfd\ \xea\xfb\x2f\x0b\xa8\x44\x22\x99\x82\x73\xcb\x24\xfa\xb1\xf4\xcd\ \xd5\xf9\xc7\xf9\xf0\xb2\xd9\x58\xaf\x57\xe5\xce\xaa\xd1\x18\x8e\ \x4b\xe5\x6c\x69\x10\x89\x14\x33\xe3\xe0\x74\xd0\x28\xa6\x12\xf1\ \x6e\xb8\x7f\xfe\xe2\xf7\x7f\xfd\xdf\xdf\x7c\xf3\xe7\xdf\xfd\xfa\ \xcf\x3f\xfd\xf9\xfb\x3f\x7d\xff\xe7\xef\xbf\xf5\xf6\xbd\x7b\x9b\ \x9b\x77\x28\xb8\x7b\x6f\x6e\xdc\xd9\xa1\x6e\xde\xd9\xda\xde\xde\ \xda\xa4\x50\x77\x5e\xbf\x4b\xd9\xa2\x6e\x6c\xef\xd0\xee\xdc\xa3\ \xec\x6c\x52\xd1\xe4\x38\x8e\x06\xd2\x81\xa7\xed\xef\xde\x0e\x45\ \x61\xc1\x64\x11\xd1\x3e\x64\x0a\x8d\x80\x62\x8c\x89\x78\x0a\xee\ \x10\x0c\x12\x06\xa4\xe2\x90\x48\x27\x61\xf1\x40\x51\x78\x2c\xca\ \xc0\x02\x71\xa3\xd1\x10\x48\xee\xd3\x28\x14\x02\xca\xcb\x7b\x74\ \x7a\x72\x88\x07\x9d\x00\xef\x83\xb6\x22\x62\xc0\x6c\x11\x71\xb4\ \x0d\x90\x38\x0a\x7c\x10\xe0\x37\xf4\x13\x32\x09\x5e\x83\x80\xd6\ \xd7\x09\x3b\x24\x2c\x79\x93\x8a\xdd\xdc\x02\xb7\xb6\xb3\x4d\xbb\ \x7b\xff\xde\x26\xa8\x19\xf1\xf0\x5f\xfe\xf9\xbd\x27\xa7\xb7\x0d\ \xcd\xc7\xd8\x27\xff\xf8\x84\xfe\xd6\x26\x6e\x67\x63\x1b\x83\x3d\ \x3e\xc1\xd1\x68\x3b\xf7\x77\xc8\x98\x0d\x2a\x91\xba\x89\x16\xd7\ \xa9\x68\xfc\x14\x0f\xf6\x0a\xce\x0b\xb3\x8b\xb6\x5c\x63\xb0\x87\ \xc7\x27\x64\x0a\x1a\x95\x38\x41\xc5\x62\xa8\x3b\x75\x9f\x7e\xfc\ \x88\x84\xdf\x3f\x3e\x7e\x74\xb2\x7b\x82\x3d\xde\x3d\x3d\x3d\xc1\ \xd3\x76\x9f\x7d\xf8\x0c\x74\x7a\x17\x47\xc1\xbd\xb6\x77\x20\x10\ \x30\xd8\x62\xf6\x83\x03\x90\x2a\xb0\x43\x28\xbc\x8f\x71\xb0\xf7\ \x80\x81\x56\xcf\xf7\xf6\x38\x00\x7e\xcc\x23\x16\x98\x1f\xd0\x19\ \x01\xb0\xd2\x1e\x58\x20\xce\x01\x9b\x2d\x10\x83\x15\x92\x83\x16\ \xc8\x55\x2a\x25\xf8\x0c\xef\xd4\x23\xd7\x09\x19\xb7\xf4\xc4\xe6\ \x3c\x60\xb0\x01\xd9\x0e\x1e\x32\x1e\x30\xb8\x07\xf0\x6c\xce\x83\ \x5b\xf6\x63\xec\xb1\x25\xa0\x2e\x7b\x68\x04\x61\x0f\xd5\x52\xa0\ \x7a\x53\x78\x41\x26\xf8\x2f\x09\x78\x24\x16\x47\x28\xe0\xc9\x84\ \x42\xa5\xc6\x20\x53\x6b\x84\x42\x89\x4c\x26\x94\x89\x45\x7c\x9d\ \x41\x2e\xe2\xca\x1c\xb5\x90\x03\x25\xef\x89\xb9\x5c\x99\x08\x94\ \x42\x2a\x56\x4b\xf8\x22\xb5\x18\x40\x13\x25\x32\xb0\x59\x12\x15\ \x1c\x04\x8c\x17\xe8\xa1\x5c\xc9\xe5\x0b\x45\x62\x3e\x9b\xcb\x10\ \x8b\x59\x12\xb9\x4a\xc4\xe6\x31\xe5\x26\xa1\x88\xb1\x07\x27\xc2\ \x16\x09\x8d\x7a\x95\xd1\x6b\xd2\xa8\xa4\x6a\x93\x59\x29\x53\x01\ \xbb\xc9\x74\x7e\xa7\x56\xa6\x14\xb3\xc1\x53\x31\x39\x4c\x36\xba\ \x47\x00\xac\x0c\xa0\xc9\xba\xed\xcc\x78\x78\xc0\x92\x99\xf5\x06\ \x9b\xc1\xe6\xb6\xe9\xd4\x46\x8d\x5c\xf7\xdf\x6b\x6e\x5a\x99\x58\ \x2c\x11\xb1\x99\x22\xb9\x5a\x23\x56\xe8\xe5\x7a\x85\x4c\x21\x95\ \xe9\x44\x4c\x20\x4d\x19\x53\xa0\x53\x8a\xe4\x32\xb9\x46\x25\x76\ \xa5\x2a\x5e\xa5\xdf\xa2\xf5\xdb\xac\x5e\x9f\xd9\xa8\x35\x69\x2d\ \x06\x93\xdb\x13\xb0\x2a\x4d\x06\x93\xd9\x6f\xf4\x3a\x3d\x0e\xa5\ \x2b\x50\x5f\x85\x1c\xb5\x80\xc3\x92\xcb\x75\x02\x9d\xa0\x27\x18\ \x70\x1a\xac\x5a\xab\x69\x64\xeb\x04\x6c\x3a\x67\x30\x6b\x71\x39\ \x83\x80\x91\x2e\x87\xdf\xe1\xb0\xda\xa6\x41\x8b\xd7\x94\xad\x95\ \x43\x86\x51\x25\xa8\xf0\x2c\x82\xf5\xfa\xa8\xbc\xc8\xda\xfc\xc3\ \xc1\x62\x34\xac\xcd\x73\xce\x5c\xce\x53\xeb\xad\x47\xfe\xa0\xc3\ \xda\xf6\xf8\x06\xf3\xa0\xc9\x33\xf2\x8e\x42\xc3\xa0\xdd\x6e\xf6\ \x7b\x15\xbe\xc2\x72\xd1\x48\x4f\x72\x35\xb3\x23\x6b\x0b\xb5\xd2\ \x1e\xa3\xdf\xa9\xef\x56\x83\xa1\xf5\xcc\xe6\x2d\x87\xba\xd1\x51\ \xd6\x63\xf6\x34\x92\x56\xd3\x20\x75\x96\x4a\x15\x47\xe9\x52\xae\ \x11\x0e\x67\xd2\xb1\x41\xb2\x97\x4c\xac\x67\x8d\x56\xb7\xd2\x5d\ \x7b\xd7\xed\xf5\xb0\x95\x33\xd5\x42\x0a\x4b\x20\xeb\x2f\xd7\x2c\ \x7a\xa3\xd2\xa8\x54\xea\xfd\x8e\x80\xd7\xe8\xf5\x86\xec\xde\x56\ \x2c\xfd\xc7\x57\xa5\x70\xa6\x93\x3c\xbf\x1a\xac\x06\xf3\x72\xa9\ \x50\x2a\x46\xa7\xe5\x4c\xa4\x14\x4d\xa5\x12\x95\xee\xd5\x24\xd7\ \x02\x09\x68\xe5\xc1\x16\x75\xd3\x85\x48\xf3\x2c\x1f\x69\x36\xd7\ \x25\xb0\x50\xa0\x3e\xcb\x44\x34\xbd\xcc\x74\xdb\xe1\x46\x25\x39\ \x29\x64\xce\x5e\x86\xd3\xb1\x58\xaa\x7d\x76\x55\x58\x9e\x9f\xc5\ \x97\xd5\x54\xe6\xf2\x22\x7e\x5d\x4d\xc4\x93\xdd\x68\xaa\xfa\x3c\ \xdd\x8c\x26\xfa\xc5\x49\x7f\x99\xf8\xb8\xd0\x5c\x7e\xf7\xea\x66\ \xda\x8e\xa7\x32\xcb\xde\xba\x97\xad\xb5\x3b\xb3\x52\x26\x15\x49\ \x66\xc7\x99\x68\x3c\x1a\x9e\xcc\xd2\xb3\xc1\xf2\xfa\x2c\x3d\x48\ \x15\xc2\xbd\x44\x61\x10\x4d\x65\x1a\x37\xe9\xde\x2c\x95\xea\x5f\ \x5f\xae\xe3\x99\x62\x7a\xd6\xce\x5c\x16\x12\x37\xfd\xea\x9f\x3e\ \x3f\xaf\x36\xbf\x7b\xf5\xa7\x7c\x38\xd3\x48\xa7\x7b\xe3\x68\x3e\ \x5f\x4c\xe6\x97\x67\x37\x97\xe7\xcf\xf3\xd1\x66\x62\xb8\x1e\xd6\ \x46\xeb\x62\x3f\x3c\x6b\x8d\x3b\xc3\x75\xa7\x17\x2d\xb6\x27\xab\ \x52\x7b\xd2\x05\x3f\x18\x0d\xdf\xbc\xfa\xd3\x5f\xbf\xff\xcd\xcf\ \xff\xfe\x9b\xbf\x7c\xf2\xf7\xdf\xfd\xe2\x2f\x6f\xff\xf0\x93\x9f\ \xbe\xfb\xe6\xdb\x3f\xde\xd9\xda\xa4\xee\x80\xb1\xc2\xdc\xc3\xdd\ \x7b\x03\x54\x8b\xb6\x4d\xdb\x00\x27\x43\xdd\xa4\xd2\x70\x77\xb7\ \x40\xb0\x28\x9b\x14\xd0\x2b\x22\x09\x1c\x0a\x40\x1a\xd8\x1e\x0c\ \x01\x83\xf6\xe0\x00\x67\xd1\xf7\xe9\x38\x34\x37\x80\x23\xe0\x71\ \x20\x4e\xa0\x38\x18\x32\x96\x4a\xdf\xdd\x3f\xc4\x1f\xee\xa3\x88\ \x1a\x2a\x01\xe5\xf6\x01\xcc\x21\x2e\x24\x01\x33\x62\xb0\xfb\xbb\ \x8f\x1f\x1f\x9e\x9e\xa0\x7c\xbc\xdb\x99\x29\x32\x99\x44\xdc\x87\ \x43\xee\xd0\x80\x21\xe1\x60\x28\xf9\x85\x8e\x3a\x24\x40\x10\x09\ \x64\xca\xce\x06\x19\x43\x22\x6e\x6e\xa3\x30\x51\x1a\x79\xf3\xce\ \x9b\x6f\xdc\xbf\x83\x7d\x74\x8a\x25\xe0\x4f\xff\xe5\xc3\xc7\x4f\ \x51\xc1\xe9\xa3\xa7\x4f\xf6\x9f\x7d\xf4\x84\xb8\x41\xd9\xb8\x03\ \x9e\x10\xb7\x8f\xc5\xed\xdc\xdd\xdc\xdc\xb8\x8d\x20\xdc\xd9\x24\ \xec\xe2\x50\xbc\x0d\xba\x1f\xf0\xff\x6f\xf5\xd9\x25\x82\xb7\xc3\ \x02\xf9\xa1\xd5\x36\x1c\xfe\x10\x4b\x44\x41\xc9\xfb\x8f\xe8\x87\ \x68\x1d\x6b\x1f\x8c\xd6\xee\xfe\xa3\xc3\xc7\x74\x54\x4d\x41\xd8\ \x3f\x7e\xfc\xde\xb3\x7d\x10\x5c\x3c\xe9\x35\x06\x10\x1a\x38\xa1\ \xa3\x87\x7b\x07\xec\x23\xce\xd1\x83\x1f\x1c\xa0\x1e\xc1\x07\x07\ \x2c\x16\x5c\xb8\x3c\x26\x5b\xc0\x61\x1d\x1d\x09\xe0\xe2\x3f\x40\ \x3d\x15\x0c\x0e\x87\x25\xe0\xf1\x58\x20\x32\x48\x09\x78\x32\xe0\ \x38\xb1\x44\xad\x13\xaa\x8c\x73\x9f\x45\x2f\xe5\x80\x72\xb0\x59\ \x7b\xac\x1f\xec\xc1\xf5\xce\xe4\x1d\x1d\x30\x0f\x7e\xf4\x83\xbd\ \x23\x31\x97\x01\xc7\xe5\xa3\x82\x56\x2e\x53\xc0\xff\xd1\x1e\x17\ \x30\xf3\x01\x0b\x21\xe0\x01\x98\x2b\x91\x52\xcc\x17\x88\x85\x62\ \x2e\x6a\x20\x14\xc8\xd5\x3a\x15\x9a\x6d\x92\x08\x55\x62\x89\x54\ \x69\x52\x09\xe4\x0a\xa5\x58\xce\x67\x99\x6a\x1e\xb3\x98\x2d\x56\ \x81\x15\x13\x29\x15\x0a\x81\x8a\x27\x11\x0a\x44\x32\x91\x88\xc7\ \xe0\x0a\x18\x62\x10\x41\x40\x43\xbe\x52\x2a\x14\xb0\x98\x32\x09\ \x5b\x2c\x54\x2b\xf8\xb7\x15\xd0\x0c\x21\x0a\x66\xe0\xb0\xc4\x5a\ \xa9\x54\x24\x10\x49\x79\x6c\xb6\xca\xa0\x95\x1b\x8d\x5a\x85\x4c\ \x25\xd7\x6b\x50\x54\x32\x5f\x20\xd7\x9b\x14\x2a\x15\xd0\x2b\x70\ \x2d\x9c\xea\xd1\x03\x96\x80\x09\xf6\xf0\x88\x2f\x66\x0b\xa4\xf0\ \x2e\x05\x47\x1c\xa9\xcd\xeb\xaa\xb9\x4c\x06\xb7\xd1\x80\xd2\x53\ \x84\x22\x8d\x4c\xa6\xd5\xa9\xd1\x48\x96\x04\x25\x98\xaa\x14\x26\ \x95\x5a\xa2\xd5\xab\x2d\x72\x95\x4c\xa1\x91\x49\x85\x42\xb1\x5c\ \xc5\x93\x01\xf6\xe9\x94\xea\xf9\xc2\xaa\x76\x83\x9d\xd3\x9a\x3d\ \x36\xa3\x4d\xa3\xb1\x82\xe8\xe9\xbd\x1e\x9b\x0a\x2c\x9b\xdd\x2b\ \xd3\x64\x01\x12\x03\xeb\x91\x6f\x14\xac\x8f\x02\x66\x93\x2b\x98\ \x9d\x8e\x7c\x76\xaf\xd3\x61\x33\x5b\xcc\xf6\x40\xbd\x63\xb4\x66\ \xdd\x3e\xbf\xd7\xee\xae\xd5\x6c\x66\xb5\xde\xe6\xd2\xd9\xcb\x23\ \x6b\x39\x98\xf5\x06\x9c\x8e\x51\xc3\xad\x74\x4c\xea\xc3\xb2\x2f\ \xb0\x58\x18\xbd\xa3\xfa\x70\x5c\xcf\x0e\xd7\xd6\xd0\x68\x5d\x1f\ \x57\xc6\xfe\x95\x43\x5f\x2b\x7b\x27\xe3\x80\xd5\xec\x30\xba\x56\ \xc3\x40\x7d\xe2\xce\x06\x55\x8e\x75\x3b\xb4\xae\xce\x7c\x65\x6f\ \xb0\xee\x1e\x25\x8b\x59\xb7\xc7\x61\x98\x56\x5c\x2e\x7f\xcd\x09\ \xe6\x2e\x98\x19\x59\x4d\x66\x4f\xaf\x68\xb2\x34\x1a\xdd\x4a\x34\ \x33\x2f\xb4\xa6\xe1\x4a\xaa\x12\xee\x8f\x63\xe3\xda\x79\x21\x0d\ \x0a\xb2\x2e\x56\x6a\x9d\xf9\x6a\x30\x0d\xb9\x43\x0e\x85\xd9\x13\ \xb2\x78\x42\x36\xbd\x5a\xa5\x36\x68\x8d\x1e\xb3\xd7\x19\xf2\x5a\ \xec\x56\x67\xbd\x3b\xf8\xf2\xd3\x5e\xb8\x35\x9d\xb6\x63\xa3\x56\ \x65\xde\xe9\xf5\x06\x8d\xf8\x64\x5d\x19\x34\xba\x89\xca\x64\x5c\ \x8a\x4d\x1c\xd3\x6e\x38\xd6\x6d\x15\x07\x93\x4c\x72\x59\x6d\x01\ \xb0\x9d\x7d\x5c\x99\xf6\x62\xe1\xc8\x4d\x3f\xd2\x2c\x35\xc3\xa9\ \x56\xb7\x5d\x0a\xf7\xdb\xad\x70\xb4\x90\x89\xa4\x7a\xe9\xf8\xf9\ \x79\x3c\xdd\x3c\x0f\xf7\xbb\xad\xcb\x17\xe7\xcf\x5f\x82\x89\x5a\ \xb6\x2e\x52\x85\x7e\xb3\x7a\xb9\x3c\xaf\x14\xae\xf3\x37\x37\x57\ \xaf\xaa\xbf\x7f\xf5\xb2\x12\xab\xcc\xda\xd1\xf5\x6c\x36\x4c\xa5\ \x67\xeb\x59\xb2\xd8\x28\x85\x16\xc5\x7c\xa6\x9d\x4e\x57\x0b\xeb\ \xb3\xf3\x68\x63\x96\x49\xa5\x2b\x93\x6e\x35\x1c\x49\xa4\xda\x85\ \xca\x7a\x96\x8a\x36\xf3\xf9\x41\xa2\xd3\xca\x14\x07\x91\xe5\xe7\ \x70\xc4\xfe\xa7\x37\xcf\xab\xcd\xab\xb3\x3f\x25\x8a\x67\xd1\x78\ \x38\xda\x1a\x9c\x9d\xc7\xc2\xf9\x65\xfe\xe6\xab\x8f\x9f\x37\xab\ \xe1\xf6\xb4\x35\x00\x06\x2f\x55\x23\x8d\x72\xb9\x33\xea\xcd\xa7\ \xe9\xd2\x78\xdc\x1b\xa7\xe2\xe9\x65\x33\x71\x79\xf5\xd9\xf7\x7f\ \xfd\x9f\xff\xf9\xeb\x2f\xfe\xfe\x1f\xdf\xfe\xec\xdb\x9f\x7d\xf1\ \xcb\xbf\xbc\xff\xc5\x27\xef\x6e\xbf\xf9\xc6\xeb\x6f\x6c\x6d\xde\ \xdf\xd9\xdc\xda\xda\xdc\xb8\xfb\xce\xeb\x20\x5f\xaf\x83\x82\x61\ \x28\x77\xef\xed\x6c\x6f\xe3\xd0\x46\x1b\x44\x65\x24\x70\x58\x78\ \xec\xfe\x09\x1d\x5c\x16\x2a\x1a\x04\xad\x41\x93\xec\x27\xbb\x64\ \x0c\x91\x82\xe2\x49\x51\xb8\x1f\x01\x0d\x6c\x61\x0e\x89\xbb\x44\ \x94\x3f\x8c\x25\x50\xf0\xe8\x16\x20\xda\xbc\x8c\x03\x3a\xdc\x05\ \x1a\xa3\x11\x30\x58\xd2\x3e\xaa\xbb\x41\xd8\x06\x3a\xb8\x0b\x2e\ \x8b\x42\x05\x61\x22\xd0\x29\x18\x22\x80\x21\x86\x8c\x07\x15\x44\ \xfd\x84\x64\x1c\x10\x25\x89\x80\xa1\xe2\xe8\x34\x1a\xe8\xe7\xbd\ \x4d\xda\xe6\xce\x5d\xb0\x80\x1b\xa4\x27\x68\x79\x9c\x74\xf8\xcf\ \x1f\x3d\xfd\xe0\xd9\xd3\xa7\x4f\x1e\x1d\x9f\x60\xdf\xfb\xd7\x67\ \xd8\x3b\x77\x37\x36\x37\x77\x28\x68\xc0\x14\xb3\x81\x76\xe5\x50\ \xc0\xb6\x51\x51\x17\x2c\x0d\xbb\x8b\xc1\x11\x30\x70\xf2\x88\x32\ \x49\xe0\x00\xe1\xfc\xe9\x68\xc7\x0f\x70\x2d\x86\x86\xc7\x13\x4f\ \x8e\xb1\x58\x3a\x0a\x09\xdc\xdf\xc5\x1e\x03\x39\xa2\xfc\x06\xf8\ \x0a\x3c\x16\x1d\x7f\xf2\xe8\xc9\x87\x27\xa8\x80\xe7\xb5\x87\x7b\ \x0f\xe0\x12\x45\xab\x41\x07\x7b\x47\x7c\xc0\x39\x3e\x83\x79\xc4\ \xe1\xb2\xf7\xf8\x80\x6f\x4c\x50\x2f\x16\x83\x8f\x56\xdc\xd1\x96\ \x16\x60\x46\x86\x90\x81\x8a\x62\x38\x07\x3f\x60\xf1\xd0\x68\x27\ \xca\xc1\x53\x89\x55\x32\xa5\x69\xe4\xb7\x6a\xa5\x4c\xe0\x48\x01\ \x97\xc1\x43\x4d\x60\x0f\x41\x92\x58\x6c\xee\xd1\x8f\x98\x68\xa9\ \xfd\xe0\x21\x78\x16\x36\x97\xc5\x83\x43\xfd\xe0\x08\x25\xc5\x33\ \xc1\xfd\x80\x74\x08\x41\x48\xd4\x72\x3e\x43\x28\x60\x08\x58\x07\ \x6c\xa9\x4a\x25\xe1\x71\x41\x42\x84\x72\x81\x4a\xc6\xe4\x29\x8d\ \x7a\x36\x17\x40\x51\x25\x13\x69\xbd\x76\x8b\x52\xc8\xe0\x8a\xf8\ \xa8\x46\x47\x0e\x04\xf9\x40\xcc\x05\x35\x41\xb5\x3a\x4c\x14\x5f\ \xca\x47\xa8\x09\xda\x21\x60\xf3\x05\x02\x11\x53\x08\x5a\x21\x95\ \x48\x45\x22\x01\x30\x27\x5b\x24\x61\x09\x84\x62\x95\x98\xc9\x67\ \x8b\x38\x0c\xb5\x52\xc6\x07\xe7\x23\x13\x82\x16\x2b\x79\x5c\x91\ \x40\x29\x90\xb0\x79\x12\x99\x94\x7b\x1b\xe0\xce\x13\x33\xb9\x62\ \x9e\x08\xbe\xa9\xe2\xb1\x25\x7c\xa9\x90\x09\x2e\x8a\x25\x96\x99\ \xad\x06\xc0\x54\x8b\x4b\xaf\x37\x5a\x0c\x22\xb1\xd8\xa6\x50\xcb\ \x54\x0a\x85\x49\xab\x32\x48\x34\x0a\x8d\xd2\x60\x04\xd5\x53\x68\ \x8c\x1a\xb5\xc1\xa4\x30\xa3\xed\x74\x6a\xad\x5c\x29\xd3\x2a\x35\ \x2a\x99\xd6\x64\xb6\x58\xcc\x16\x85\x54\xa7\x57\xdb\x6d\x56\x99\ \x56\x6f\x56\x8a\xf4\x0a\xa3\x4e\x65\x30\x1b\x6d\x26\xb4\x88\xa6\ \x34\xe5\xdc\x76\x57\x2e\xe7\xf2\x3b\x75\xa6\x80\xdf\xe5\x0a\x59\ \xbc\x21\x97\xd9\x60\x74\x3a\xcc\x6e\x5f\xdd\xa2\xf3\xda\xcc\x7e\ \x97\xa3\x36\x76\x99\xed\x66\xbb\xd1\x6c\x77\x0e\xcb\x26\x43\xd0\ \xef\xd5\x28\x0c\x81\x8e\x45\x6d\x9d\x4e\x51\x99\x57\x60\x6c\x32\ \x05\xbc\xc1\x11\xc0\x49\xc0\xed\x28\xaf\xe6\xc1\x7a\xae\x3e\xcd\ \xda\x7d\xbd\xe0\x74\x0e\x52\xe4\x57\x64\x3d\x3d\x9f\x27\xeb\x70\ \xdb\x15\xe3\x86\xd3\x6d\x5d\x4c\x43\x1d\x93\x13\x78\xd1\x97\xf5\ \x87\x3a\x6e\x4b\xa8\x9c\xed\xcc\xcb\x0e\x9f\xc7\x9a\xed\x4d\x6b\ \x1e\x57\xb0\xdb\x31\x7a\xa3\xc5\xd9\x24\x02\xfe\x68\x38\x5a\x45\ \x06\x91\x6a\x7c\x58\x5c\xe7\xc2\x99\x44\x25\x92\x5e\x8d\x7b\xf3\ \xd6\x30\x17\x9c\x87\x7c\x41\x9b\xc5\x61\xcb\xc3\x28\xcb\xba\x00\ \x00\x20\x00\x49\x44\x41\x54\xba\x03\x01\xa3\xc3\xa8\xd1\xe9\x4d\ \x76\xab\x25\xe8\xcd\x96\xfd\x26\xa7\xa7\x56\x1f\xbf\xfc\xb2\x5e\ \x69\x4d\x87\xeb\xd5\xbc\x94\xce\x0e\x2a\x8d\x4a\xb1\xd1\x4d\x87\ \x27\xbd\x78\x61\xd6\xf1\x4f\xdb\x03\x4f\xba\x52\x4c\x17\x4b\xa9\ \x70\x23\xdc\xaf\x56\xd2\xe7\xe1\xd9\x45\x62\x3d\xac\x14\x8a\xf1\ \x54\x25\x1d\xaf\x84\xc3\x89\xfc\x75\x69\x5c\x68\x36\x86\x91\x76\ \x33\xd3\xcc\xa7\x23\xc9\xd4\xf5\x72\x59\x88\x27\x2e\xf2\xeb\x66\ \x34\x5a\xed\x17\x56\x85\x68\x2b\x5d\x4d\x57\xe2\x85\x6a\xe4\xac\ \x57\xfd\xf2\xfc\xfc\xfc\xea\xf9\x67\x5f\x7f\x59\x0d\x27\x33\xc9\ \xd2\x60\x32\xef\x75\xd3\xcb\x64\xf2\xf9\x59\xb3\x3b\xed\xc6\xd3\ \xd1\x4c\x2b\x91\x4a\x4f\x66\xb1\x52\x35\x56\x4a\xb4\x5b\xa5\x35\ \xd8\xb9\x78\x26\xd2\x4e\x37\xa6\x85\x22\xb0\x60\x38\x9c\x1e\x34\ \x96\x28\xdf\xef\xa6\x7a\x7d\x5d\xb8\xea\xe7\x0b\xd7\x17\xd7\x9f\ \x37\x9b\xf9\x64\x32\x9e\x6e\xc5\x3f\xaf\x26\xd2\xa9\xf8\xf2\xf9\ \xef\x3f\xbd\x8c\x9f\xf7\x7b\xab\x55\x69\x31\x0f\x8e\x07\x95\x41\ \x7b\xd1\x1b\x81\x88\x77\x67\xad\x5e\xb2\x01\x18\x7b\x71\x75\xf3\ \xe5\xd7\x7f\xfd\x5f\xbf\xfa\xf5\x7f\xfe\xf9\xe7\x7f\xff\xfb\x7f\ \x7c\xf2\x1f\x7f\xf9\xdb\x4f\x7e\xf9\xed\x27\x6f\xde\xbf\x7f\xff\ \xee\xdd\x7b\xb4\xad\x7b\x1b\xa0\x56\x1b\xd4\xfb\x3f\xb9\xb7\x7d\ \x67\x73\x9b\x4a\xa3\x61\x70\x9b\x3b\xd4\x3b\xdb\x18\xda\xc6\xdd\ \x1d\xdc\x0e\x06\x4f\xa2\xe0\xb0\xa8\xa8\x9e\x44\xc2\x23\x0a\x04\ \xc6\xc2\x93\x50\x84\x27\x86\x42\xc4\x92\xa9\x04\x40\x3e\x0c\x5a\ \x2f\x47\xe5\x7f\x28\xb9\x9d\x8c\xdf\xa5\x83\xcc\x50\x41\x7d\x90\ \xda\x91\x50\x47\x05\x01\x0f\xb2\x86\x80\xef\x70\xff\xf0\x64\xff\ \xf8\x10\x8d\x26\x20\x42\x23\xe1\xe9\x1b\x04\x0c\x01\x4f\xa5\xa0\ \xa9\x53\x2c\x9e\x88\x26\xa7\x08\xbb\x00\x6d\x84\x5d\x2a\x1c\x8e\ \x4c\xa5\xdd\xa1\x52\xc8\xd4\x0d\xea\x9d\x37\x76\x76\xc8\x74\x84\ \x72\x27\xa8\xa2\x79\xf7\x5f\x3f\x7a\xf6\xec\xf1\xe9\x23\x60\xc2\ \x67\x27\x4f\xff\xe1\x18\x77\xff\x3e\x75\x6b\x63\x07\x35\x48\xc3\ \x01\xb6\xef\xdc\xdf\x24\x13\x29\x68\x2a\x03\x0f\xce\x0d\xd0\x73\ \x9f\x48\x00\xc6\x24\xec\x62\x41\xaa\xd0\x28\x03\x50\x2d\x98\x46\ \x0c\x4a\x49\xa5\xef\x1f\xef\xc3\xc9\x9c\xec\xef\x9e\x3c\x42\x01\ \x34\xc7\x24\xc2\xfe\xc9\xe1\x31\xf6\xf4\xf8\xf4\xf8\x64\x1f\xce\ \xf6\x83\xa7\xc0\xb0\x27\xaf\xf1\x8e\xfe\xaf\x23\x16\x67\x0f\xb5\ \x10\x02\xa3\x09\xd8\x2a\x1e\x38\x2e\x20\x3e\x36\x8b\x23\x92\x72\ \x39\x0c\xf8\x05\x15\x4b\x70\x40\x6d\x50\x40\xdf\x03\x06\x47\x24\ \xe4\x0b\xf9\xac\xff\x03\xa0\x91\x27\x54\x0b\x98\x2c\x81\x5c\x00\ \x97\xbe\x61\x64\x31\xc1\xcf\xa2\x68\x03\x2e\xda\x36\xb8\xc7\xdc\ \x3b\x60\x31\x19\xa8\x31\x47\x84\x60\xf0\xe8\x07\x0c\xc1\x43\x34\ \x2f\xc1\x66\x33\x8e\x38\xfc\xbd\x23\x50\xc0\x23\x06\xfb\x40\x20\ \xdd\xe3\xf0\x91\x6c\x08\x05\x6c\xf6\xc1\x81\x58\xa4\x12\xa2\x8c\ \x3f\x09\x97\xc3\x13\xf3\x85\x3c\xa9\x56\x6b\x95\x8b\x6e\x8b\x07\ \xf9\x3a\x9b\x51\x21\x17\x32\xf6\x00\xfb\x14\x12\x31\x1b\x45\x73\ \xa1\xb8\x52\xa9\x10\x64\x90\xc5\x14\xdd\xd6\x4e\x83\xd6\x88\xf8\ \x02\x20\x4c\xb9\x80\xc1\x43\xb1\xee\x5c\x39\x17\x8e\x2e\xd8\x63\ \xf0\x25\x12\x80\x58\x05\x42\x43\x16\x1f\x20\x4d\x2a\x16\x48\xe4\ \x42\x2e\x1f\x0c\x1b\xd8\x23\xb9\x42\x21\x67\x1f\xdc\xce\x64\xb0\ \x38\x0c\x24\x52\x20\x8b\x02\x50\x3a\x85\x0e\xad\xd5\x29\x84\x52\ \xa9\x58\x69\x80\x0b\xd0\x60\xd6\x5a\xcc\x1a\x9d\xd7\x60\x94\x4a\ \xf5\x22\xb3\x59\x2f\x17\xaa\x8d\x5a\xa5\x41\xa3\x54\xeb\x35\x68\ \xf2\xca\xe8\x34\xe9\xd5\x6a\xbd\xd3\x6c\x36\x6a\x8c\x7a\xa5\xcd\ \xa4\x37\xe8\xb4\x1a\x83\xc2\x64\x32\x84\x3c\x0a\xab\xd1\xa8\x56\ \x3a\x14\x3a\x8b\x4d\xab\x37\x1a\x4d\x12\xbd\x51\xa5\x51\x6a\x35\ \x26\xab\x4e\xe3\xb2\x18\x95\x7a\xab\xcb\x6d\xb1\x5b\xf4\x66\x85\ \xcc\x8f\x72\x1d\x8c\x56\xab\xcd\x24\x77\x18\x94\x7a\xa3\x35\x10\ \x70\x01\x63\x29\x8d\x06\xbd\xaf\x66\xd7\x1b\x2c\x36\x8b\xdc\xe8\ \xac\xd4\x4c\x36\x97\xdf\xa5\xd0\x9a\xfc\x1e\x9b\xc1\xe3\xf7\x78\ \x9c\x59\x4f\xae\x6c\xb0\xf8\x6b\x39\x7f\x30\x34\x0e\x3a\xec\xb5\ \xb2\xbb\x8c\xe6\x0a\x6a\x9e\x45\x2d\x50\x0f\x5a\xdd\x35\x9f\xd5\ \xe6\x1a\xc4\x7d\x06\x8d\x4a\x63\x98\x57\x42\xb9\xac\x77\xe4\x75\ \xea\xdd\xed\x56\xd0\x92\xf3\x78\xbb\x65\x8d\xd6\x61\xf1\x81\x5c\ \x65\xbd\x96\x4e\xcd\xeb\x59\xdb\x9d\xc9\xbc\xc7\x15\xbe\x98\x0c\ \x1b\xa9\x69\xa5\xb6\x68\xb5\xc0\xc8\x14\xcb\xad\x61\x2d\x32\x4c\ \x15\x67\xdd\x7a\x63\x3d\x48\x57\x86\xee\x60\xd0\x64\xf7\xa0\x9a\ \x0d\x78\x2d\x9d\xc5\x68\x74\xa2\x4c\xd4\x75\x67\xda\xad\x64\xad\ \xfe\x72\xd6\xd3\xfa\xc3\xb2\xd7\x4b\x67\x92\xc9\x76\x64\x90\x2c\ \xb7\x8b\x8b\xf6\x60\xd5\x68\x25\xdb\xc5\xf3\x65\x72\x34\x1f\x57\ \xd6\x9e\x79\xfb\x3c\xbe\x6e\x27\x62\xdd\x5e\x21\x96\x6a\xbe\x4c\ \x94\xae\x63\xf5\x76\x38\x11\x09\x77\x67\xb1\x33\x30\x48\xd1\x58\ \xa9\x51\x3c\x8b\xa5\xe3\xe9\x49\x23\x12\x4b\xc1\x59\x74\xfb\x91\ \x54\x69\x0c\x7e\x2c\x9e\x38\x8b\x26\x2f\xa2\xbd\x7c\xb2\x1b\x2f\ \xc4\x93\x99\xab\x66\x3f\xbf\x88\x5e\x45\x13\x57\x9f\x85\xcf\x3f\ \xfb\xba\x9f\x4c\xa4\x23\xa5\x75\x70\x98\x59\xb4\x2b\xa5\xb3\x8f\ \xab\xdd\xc9\xb4\x53\x4c\xb6\xc6\xf9\x17\x91\xc9\xaa\xd5\x0a\x9f\ \x65\x1a\x83\x49\x3b\xdd\xad\x14\x2a\xd1\x5e\xa4\x14\x06\xd1\x0c\ \xc7\x07\xc3\x0a\x30\x6f\x25\x5a\xcc\x5c\x7c\xfd\xf9\xd5\x79\x22\ \xf1\x79\x3e\x55\xbd\xfa\x3e\xbf\x5c\x36\x23\xa5\x56\x3a\x9d\x3c\ \xff\x6d\x3c\xd2\x8c\x47\x80\x09\x5f\x7c\x1e\x2e\x34\x07\x95\x5e\ \x05\xa8\x33\x30\x98\x0d\x01\x96\x17\xf5\xf1\xb8\x34\x9b\xa6\x22\ \xe7\x95\x4a\x38\x7a\xf6\xe2\xb3\xef\xff\xf7\x6f\xfe\xf6\x8b\xdf\ \xfc\xf2\xdb\x6f\xe0\x03\x3e\xff\xe4\x9d\x9f\xbe\x71\xff\xad\xed\ \x7b\x5b\xf7\x5e\x27\x6c\xdd\xa5\xdc\xd9\xdc\xd8\xdc\xda\xb9\xbf\ \x43\x7d\x73\x7b\x83\x4a\xdd\xc0\x6d\xde\xc5\x50\x37\x76\x68\x9b\ \xe8\x66\x21\x98\x2c\x0c\x4a\xd2\x23\x91\x37\xa9\x68\xc8\x9d\x00\ \xda\x42\x83\xcb\x9a\x4e\xc7\x03\x80\xa1\x12\x9d\x1d\x1c\x19\x54\ \x61\x93\x40\x42\x95\xcd\x54\x10\x15\xf8\x2e\x89\x02\xf4\x48\x21\ \x10\x88\x38\xd2\xed\x76\x3e\x34\x96\x45\x06\xe1\xd8\xa7\x63\x4f\ \xe8\xbb\x27\xc8\x78\xed\xa2\xf4\x76\x3c\x9d\x8e\xba\x70\xe8\xf0\ \xa2\x18\x1a\x2a\x28\x24\x93\x29\x38\x22\x78\x33\x0c\x8d\x4c\x45\ \xfb\xab\x49\x94\xed\xfb\x68\x8f\xe3\xce\x0f\xdf\xa0\x81\x8e\x00\ \x97\x1e\x82\xb8\x1c\x9e\x3e\xfa\xf0\x1f\xdf\xfb\xf0\x31\xea\x8f\ \x78\xef\xbd\xd3\x67\xff\x78\x4a\xdb\xde\xde\x02\x77\x48\x03\xcd\ \x03\x9c\x04\x79\xbb\xb3\x49\xde\xde\xc4\x51\xa9\x68\x97\x35\x8d\ \x40\xd8\x3f\x45\xe3\xf4\x74\x3a\xf0\x1f\x1e\xcd\x5f\x61\x77\x09\ \x38\x14\x36\xbf\x8b\xa7\x3f\x39\x01\xad\x22\x62\x0e\x4f\xf1\x00\ \x82\x87\x8f\xb0\x87\x58\x40\xc2\xc3\x63\x10\xad\x47\x60\xb0\x1e\ \xef\xef\xa3\x81\x2f\x22\xf6\x35\xb8\xd4\xc1\x96\xc0\x95\xcf\x42\ \x45\x7e\xa8\x88\x0f\x04\x0a\x55\xbb\x73\x50\x41\xbb\x48\xc2\x64\ \x88\x90\xa3\x01\xc3\xb2\xc7\x53\x49\x45\x0c\x01\x57\xa2\x54\x88\ \xf9\x1c\x89\x80\x21\x44\x0b\x4f\x28\x12\x59\x88\x36\xdf\xe9\x0d\ \x20\x2f\x12\xae\x08\xed\x65\xe6\x31\xf9\xa8\xdc\x90\xc9\x3b\x60\ \x89\xd1\x4a\x10\x83\x07\x74\x29\xe0\x70\x78\xbc\x03\x36\x9b\x25\ \x11\x33\x44\xac\x3d\x26\x13\x0d\x26\x08\x50\x32\x3b\x20\x18\x4f\ \x20\x12\xa1\x1a\x0b\xa1\x50\x28\x11\xc9\xd0\xfe\x66\xa9\x52\xce\ \x16\x0b\xa4\x3a\xad\x5c\xc4\x13\x4b\x45\xa8\x8c\x50\x20\x50\x4a\ \xb8\xa8\x3c\x95\x8d\x66\x08\x18\x2a\xa9\x5a\xca\xe7\x33\xd4\x22\ \x34\xa7\x20\x42\x01\x56\x62\x9e\x54\x2e\x12\x49\x24\x72\x9e\x58\ \xc8\xe3\xab\x24\x12\x19\x88\x9e\x90\xcf\x43\xf3\xf3\xe0\xda\x78\ \x42\x89\x54\x28\x52\xf3\x19\xa8\xee\x50\xa5\xd4\x2a\xe1\xc5\x6e\ \x5b\x7f\x54\xc0\x77\x32\x11\x3c\x5b\x28\x12\x29\xb9\x22\x89\x4e\ \x22\x53\x8a\x04\x0a\x85\x4a\x29\x56\x6a\x85\x32\x10\x1c\xbd\x53\ \xa3\xb3\xba\xc1\xeb\xd8\xdd\x26\x2d\x00\xa1\xdd\xac\x54\x01\x13\ \xea\x83\xa3\x4e\x6f\x36\xee\x65\xe7\xf3\x5c\x7d\xe4\xf1\x85\x42\ \x7e\xd4\x10\x63\xd2\xba\x6d\x4e\xbf\xc3\x69\x37\x99\xed\x16\x8b\ \x5b\xa3\xb3\x28\x4c\x16\x33\xba\xe3\x69\xb0\x98\xc0\x59\x69\xad\ \x6e\xa3\xc2\x08\x50\x68\x32\xd8\x14\x2a\xb5\x4e\xab\xb3\x98\x34\ \x76\x9b\x59\x63\xd2\x98\xf4\x16\xbd\xc6\x0d\xc6\xcc\x09\xe6\xc4\ \x64\xb7\xa8\x4d\x46\xa3\xcd\xa0\xd2\xa2\x4e\x1b\x93\x5a\x61\x36\ \x9a\x8d\x5a\x90\x44\x83\xd5\x08\xd2\xa5\x33\xba\x8c\x86\x9c\x45\ \x6f\xf7\x3a\x8c\x46\xbb\x59\x6f\xf7\x98\x43\x6e\x8f\xd9\x6c\xd0\ \xeb\xbc\x41\xb7\xdd\xee\x0f\xda\x14\x56\x97\xc3\x9e\x75\x7a\x8c\ \x26\x93\xb3\x6c\x0d\x85\xec\x56\xbd\xc9\xac\x35\xb8\x1c\x0b\xa7\ \xd7\x21\x52\x19\x5c\x81\x6c\x7a\xd5\x09\xd9\xec\x26\x5f\xd7\x6d\ \x33\xf8\x82\xb9\x32\x70\xa2\x4b\xef\xb2\x66\xad\x06\x97\x3d\xe7\ \x0d\xf8\x9d\xbe\x5c\xe5\xd7\x56\x6d\xaf\x3d\xef\x74\x06\xc1\xba\ \xcf\x12\x2c\xa5\x86\xbd\xca\xa8\x13\xc8\xb6\x66\x95\x5e\x6d\x18\ \x98\xd6\xe7\xf5\x5a\x68\x34\x0f\x39\x2d\x36\x83\xd6\xe2\x72\x59\ \x8d\x7a\x9d\x48\xa8\xf7\xe6\x7c\xa3\x3c\x70\x64\xa2\x63\xb7\xd9\ \x73\xb9\xd9\x59\x2a\x18\x4d\xae\x9a\xf1\x6e\x6f\x32\x5e\xcc\x2a\ \xab\xd5\xa0\x34\x9b\xf4\x56\xdd\x58\x26\x3c\x99\x04\xb3\x75\x5b\ \x7d\x58\x69\xa7\x1a\xb1\x7c\x69\x10\x4f\x87\x13\xcb\x7e\xfe\xac\ \x17\xec\xa6\x62\xc9\x54\x24\x3d\x1b\x4c\x5a\xe1\xe2\x78\x32\x88\ \x37\xc3\x93\xee\xbc\x15\x4d\x27\x5b\xc9\xe2\x24\x72\x79\xd6\x4a\ \xc4\xa3\xdd\x70\x23\xdd\x4c\x8d\xe3\x83\x62\x64\x3c\xad\x34\x63\ \x91\x78\x3a\x1d\x06\xa8\xbc\x8e\x27\x5e\xbd\x48\x9c\xbd\x78\x75\ \xd3\xcd\x24\x07\x95\x36\x2a\xf9\x58\xb4\xe2\xf0\xfd\xde\xa2\x97\ \x6d\x94\x1a\x95\x61\x66\x3d\xc9\x00\x9b\x46\x5b\x99\x78\x29\xde\ \x1e\x37\x22\x2d\xb4\x49\x39\x3d\x49\x27\x92\x95\x6e\xa5\x32\x2b\ \xb5\xbb\xdd\x71\xfc\xea\xab\xaf\x3e\x5e\x86\xaf\xae\x53\x91\xca\ \xf9\x75\xf4\x45\xb5\x15\x69\x55\x8b\x99\xf8\xd5\xb2\x00\xbf\x3f\ \x2f\x84\x2f\xbe\x7a\x91\x89\x66\x06\xe3\x4a\x6f\xda\xab\x4d\x1a\ \x83\xf9\x70\x9c\x2d\x4f\x57\xe3\xce\x64\x9c\x1e\x24\x53\x83\x46\ \xf8\xd5\x77\xff\xf4\x5f\xbf\xfa\xdb\x6f\xfe\xf2\xb7\x9f\x7d\xf3\ \xbb\x5f\xfe\xe5\x77\x9f\x7c\xf1\xc5\x3b\x6f\xbc\xf3\xfa\xfd\x1f\ \xde\xdf\xda\xb8\xbb\xbd\x71\x6f\x0b\xb3\x75\x77\xe7\xfe\x36\x65\ \x63\x6b\xf3\xde\x9b\x3b\x34\xda\xf6\xe6\x0e\x86\x42\xc6\x6d\x6f\ \x01\x21\xd2\x70\x34\x2c\x8e\x8a\x41\x4b\xd6\x70\x89\x63\xd0\x84\ \x14\x30\x16\xda\x7d\x8c\x7a\x94\x31\x54\x40\x2c\xe0\x2e\x3c\x79\ \x03\x10\x0c\x35\x96\xa2\xf2\x89\xe3\x7d\x2c\x9d\x8c\xa3\x93\x49\ \x68\x92\x14\x8c\x15\x0e\x47\xa6\xe3\xe1\x13\x1e\x47\xdb\x25\x62\ \x8f\x51\xa1\x03\x85\x86\x56\xb4\xc0\x4e\x91\x41\xeb\x28\x04\x1a\ \x69\x03\x4f\xa2\xd2\x08\x48\xa0\x76\x09\x68\x2b\x0e\x9d\x40\x05\ \x58\x03\x72\xc4\xed\x50\xc8\x68\x5b\xf3\xeb\xf7\x70\x80\x6d\xbb\ \x44\x32\xfd\x10\xe5\x61\xed\xee\xbe\xf7\x8f\xa7\x4f\x1e\x3d\x7b\ \xba\x7f\xf8\xde\xb3\xfd\xa7\x1f\x3d\xc5\xdf\xfb\x21\xf0\x22\x8e\ \x82\x27\xa2\x4a\xaf\xad\x37\x76\xa8\x54\x0a\x60\xe4\x16\x15\xe5\ \x69\x91\xc8\x18\x1c\x9d\x40\x03\x6e\xc5\xed\xdf\xce\xb8\x12\xf6\ \xf1\x74\x2c\x89\x8c\x25\xe1\x0f\x89\xfb\xa8\x1a\x67\xf7\x04\x0f\ \xe6\xea\xe4\x94\x70\x72\x42\x3c\x46\x2d\x3a\x68\x44\x0b\xd8\xf3\ \xf0\x18\x85\x8d\x9e\x3e\x7d\x7c\x42\x78\x8d\x2f\x50\x49\x54\x72\ \xb9\x5c\xa8\x55\xa8\x55\x5c\x9d\x42\xa4\x96\xaa\xd4\x20\x0d\x62\ \x95\x42\x08\xd7\xb9\x94\x2f\x95\x69\x84\x2a\x95\x4c\x0a\x57\xbe\ \x50\xa7\x52\xaa\xa4\x2a\xa1\xf4\x80\x27\x51\x8a\x24\x7a\x99\x4a\ \xa4\x56\x2b\x54\x72\xb5\x56\x01\x1e\x05\x8c\x96\x52\x74\xc4\x17\ \x8b\x41\x36\xb8\x20\x7d\xe0\x9b\xb8\x5c\x9e\x0c\x8d\x81\xa3\xc5\ \x26\x30\x6d\x02\xb0\x51\x5c\x06\x5b\x28\x11\xa3\x7f\x44\x20\x26\ \x2a\x35\xda\x25\xcc\x62\xab\x74\x12\x50\x28\x11\xf7\xd6\xa9\xc8\ \x64\x72\xa5\x50\x29\x55\x28\x25\x40\x53\x72\x15\x47\x2c\x95\x09\ \x65\x5a\xb5\x0e\xc0\x53\x2d\x43\x1b\x8d\xc1\x11\x09\xc1\xd7\xc9\ \x45\x4a\x95\x58\x2a\x56\xc1\x3b\x90\x4a\xe0\xa0\x2a\xb3\x54\xa2\ \x52\x88\x85\x72\x19\x60\xa0\x50\xa2\x14\xab\xe4\x28\x7e\x46\x2f\ \x56\x1b\xe5\x68\xd3\xb2\x5a\x66\x54\x0b\x75\x3a\xad\x50\x05\x30\ \x26\xd7\x59\xb4\x70\xdd\x6a\xad\x7e\x9b\xd7\x12\xb2\x59\xd5\x32\ \xad\xc5\x68\xf1\xbb\xdd\x2e\x4b\x2e\xe4\x01\xe0\xd2\xa8\xed\x26\ \x1b\xa8\x8b\x46\x0e\xc2\xa0\x37\xb8\x95\x0a\x93\xcb\xa8\xb1\xf8\ \x1d\x16\x8b\xd3\x00\x2a\x60\x55\x2b\xa5\x5c\xa6\x1b\x2d\x96\x9c\ \x5f\x14\xce\xf2\xd5\x7c\x3a\x9a\x6e\x35\x56\xab\xf2\x7c\x3a\x0a\ \x66\xbd\xf6\x8e\x2f\x10\x1a\x2d\x7c\x9e\xa0\xd9\xe2\x33\x1b\x1c\ \x5e\x9f\x13\xbc\x90\xc3\xea\xb6\x99\x6d\x66\xaf\xc5\x66\x34\x68\ \x0d\x0e\xab\xc1\xad\x75\x58\xed\x26\x8d\xd1\x65\xf7\x5a\xc0\x94\ \xa8\x6d\x36\xf0\x65\x0e\x99\xdc\xe1\xb2\x98\x8c\x60\xe6\x0c\x1e\ \xad\x25\x64\xf6\x5b\x0d\x26\x9b\x4e\xa9\x33\x5a\x4d\x56\x78\xa2\ \xde\xe5\x34\x99\xac\x36\xa7\xce\x62\xd6\xc9\x4c\x3a\xb3\xd6\x64\ \x32\xeb\x41\xa6\x6c\x66\xb9\x51\xa7\x51\x68\xd1\xcd\x55\x9b\x5e\ \x67\x34\xd9\x75\x7a\xb3\xc5\x60\xb5\x1a\x91\x86\x99\x6c\x06\x87\ \xdb\xeb\xd7\x18\x8c\x06\xb3\x45\x6f\x35\xf9\x0d\x0a\x3d\x9c\x81\ \x1d\xd4\x0a\xf4\x44\x3f\xf2\xb9\xfd\x46\xb7\xc9\x24\x34\xea\x2d\ \x46\x97\xcd\xee\x76\x38\x1d\x56\x07\xa8\xae\x11\xbe\x1b\xd4\x9b\ \x5d\x1e\x2d\xfc\x39\x81\x9e\xaa\x5d\x2e\x8f\xc9\x12\xb0\x6b\x75\ \xf6\x9a\x33\xe8\x71\x3a\x4d\xc0\xb4\x6a\xad\x09\xce\xcd\xaa\xd5\ \xea\xe0\x8f\xc9\x6c\x32\x1b\x95\x22\xa9\xca\x52\xce\x8e\xea\x81\ \x6c\x3d\xbb\xf6\xd6\xfd\xb9\x9a\xc7\x17\x0c\xd4\x43\xc6\xce\xc0\ \x0f\x72\xea\x0e\xd5\xcc\x21\xdf\x64\x11\x28\x07\x43\xb9\x55\xae\ \x5e\xf3\x06\x02\xbe\x51\x2d\x97\x9b\x2f\xe6\xf3\x6c\x39\x38\x6f\ \xcc\xe7\xf3\x60\xc7\xe9\x2b\xcd\x16\x93\xf9\x6a\xd1\x59\xaf\xda\ \x99\xc1\xaa\x5d\x9f\x2e\xa6\xae\xfa\x62\xd2\x1a\x80\x0f\x9b\xce\ \x1b\xe1\xcc\x3a\xd9\x2c\x01\x8b\x2d\xd6\xad\x75\x7a\xd0\x2e\x8f\ \x00\x39\x07\xc9\x5e\x65\xd0\x5b\xac\x8a\xb1\x62\xfa\x79\x21\x9d\ \x4a\x44\x4b\xb3\x52\xba\x31\x1c\x07\x56\x0b\xdf\x7c\x5d\x29\x65\ \xd2\xbd\xf6\x24\x58\x6f\xaf\x92\x9d\xd9\x74\xba\xee\x0c\xc2\xe9\ \x76\xb1\x31\x5d\xac\x87\xdd\xc5\x22\x96\xea\x96\xda\xd3\x71\x6d\ \x3e\x9e\x55\x2a\xad\x56\x23\x93\xca\x5c\x7d\xf6\x71\xfe\x3c\x92\ \xfa\xfa\xea\x2a\x5f\x8a\x46\xba\xd1\x48\xaf\x01\x0f\x27\x13\xd5\ \x78\x32\x11\x8f\x35\x0b\x57\xd7\x37\x17\xcb\x8b\x54\xbb\x3d\x1b\ \x05\x26\xeb\xc9\x6a\x32\xa9\x0c\x1a\xad\x71\x3b\xd5\xeb\x26\x8b\ \xa5\x64\x32\x12\x3b\xff\xfe\xbb\x3f\xfe\xd7\x6f\x7e\xf1\x9b\xdf\ \xfd\xfd\xdb\x2f\xfe\xf2\xb7\xbf\xfc\xec\x93\x6f\x7e\xf6\xce\xd6\ \x3b\x3f\xbc\x77\xef\x2d\xe4\xb0\xb6\xef\x60\x36\xef\xdc\xbd\xfb\ \xf6\xf6\xce\xf6\xdd\x9d\x1d\x34\x4a\x75\x67\x07\x43\xc3\x6c\x52\ \x36\xee\xfe\x7f\x24\xbd\x8b\x6f\x62\xe9\x99\xee\xdb\xdc\x2c\xee\ \x46\xd8\x06\x1b\xb0\x5d\xd8\x45\x01\x85\x69\xc0\x05\x04\x0a\xa8\ \x59\xad\xb5\x70\xf6\x5a\xd0\x6b\xa9\x08\x20\x9a\x4d\xa0\x30\xe6\ \xd2\x08\x9b\x8b\x9b\x06\x73\x6b\x73\xdd\x80\x21\x6e\xb5\x47\x8e\ \x2a\x95\xa4\xab\x54\x3b\x35\x1a\x75\x6a\xcf\xec\x51\xd4\xa7\x5b\ \xdd\x69\x25\x3a\x51\x6e\xca\x9c\x93\x9c\x39\xd1\xe4\x48\xd1\xcc\ \x68\xcf\x3f\x72\xde\xaf\x76\xb7\xaa\xca\x36\xb0\x2e\x98\xf5\xac\ \xe7\xf7\x7d\xef\xf7\xbc\xef\xb0\x58\xf7\xc4\x42\x34\xcb\xb7\x85\ \xda\x41\xf0\xf8\x2c\x89\x80\x25\x41\x09\xc9\x70\xcd\xaf\xa3\x1a\ \xa9\x95\x1d\x36\x1f\x45\xb8\xf0\xf9\x7c\x36\x4b\x24\x04\x69\xe3\ \x08\x78\x12\x50\x16\x70\x46\x3c\x1e\x07\x45\x1e\x0b\x57\x56\x00\ \x05\x05\x28\x77\x01\x05\xd3\xec\x1f\x1c\x00\xcf\x89\x64\xbc\x37\ \x95\xf2\x12\xd4\x82\x15\xd5\x2c\x08\x59\x1c\x91\x18\x75\xfc\xe2\ \xa3\x56\xf4\x12\x3e\x20\x1b\x7a\xb1\xf8\x01\x18\x3d\x25\x48\x8f\ \x92\xb5\x83\xb2\x8c\x77\xb6\xf8\x20\x27\xfb\x02\x2e\x6f\xe7\x7b\ \x3f\x01\x20\x7c\xff\x60\xeb\xf1\xf7\x3e\xda\xfa\xe8\xfb\x07\xac\ \x7b\xf7\x36\x1e\x48\x59\xec\x43\x36\x57\xc4\x79\x70\x7f\x4f\x2c\ \x43\x25\x63\x62\xd4\xf1\x50\x08\x96\x8b\x85\x5a\x1e\xc2\x41\xa2\ \x6a\x30\xb6\x00\xe1\x21\xaa\x26\xe3\xb0\x78\x3b\x12\x1e\x0a\x77\ \x97\xec\x08\x76\x90\xb1\x42\x49\x59\x07\x47\x47\xfb\x92\x83\x9d\ \xc7\x8f\x25\xa0\x63\x28\x8b\x74\x5f\x72\xf4\xbd\x0f\xf7\xdf\x0a\ \xc0\x07\x90\xf2\x39\xdd\x36\x0b\x86\x13\x16\x37\xee\x86\xaf\xdc\ \x56\xf8\x78\xfb\x5c\x5a\xab\xcf\x62\x73\x38\x6d\x16\x9b\xc7\x6d\ \x74\x5b\x5c\x56\x93\x17\x4c\x87\xcb\x66\x33\xcb\x5d\xa4\xc3\x41\ \x12\x4e\xb3\xc5\xe2\x82\x4b\xc5\x61\xf1\x78\x1d\xb8\xdb\x6b\xb6\ \x38\x4c\x26\x9d\xcd\xe3\x20\x11\xbb\x38\x5c\x16\x9d\xc5\x8e\x99\ \xed\x66\xbb\x49\x6e\x56\x9b\x1c\x46\x97\xc9\xe5\xd0\xd8\x1c\x5a\ \x0d\x68\x86\x1f\x04\xc2\x62\x31\x7b\x40\x8b\x6c\x2e\x87\xcd\x61\ \x31\x3a\xdc\x46\xab\xcb\x61\xd7\xd9\x5c\x20\x7e\x66\x9b\x05\x64\ \xc2\xea\xb6\x9a\x5d\x72\x93\x0b\x2e\x36\x0a\xf3\xd8\x60\xbb\x7e\ \xcc\xe9\x22\x30\xaf\xdb\x6d\xb5\x39\xac\x2e\x0b\x66\x85\xab\xd8\ \x64\xb5\xbb\x1d\x5e\x5f\x80\xf0\xda\xdc\x0e\xcc\xe9\x77\x79\xcd\ \xf0\x24\xab\xdb\x85\x81\x33\xb2\xba\xe3\xd1\x00\x18\x9d\x60\x24\ \x88\x51\x7e\x97\x27\x10\xf4\xb9\x48\x02\x2c\x4a\xac\x58\x8c\xd4\ \xeb\x81\x48\x29\x11\x8e\xd6\x8b\x71\x2c\x10\x29\x32\x9d\xc1\xac\ \x14\xf1\xc7\xa2\x51\xd2\x45\x93\x4e\x90\x2a\xb3\xd7\x6b\xb3\x82\ \x4a\x62\x2e\xab\x1b\x36\xec\x74\x27\xfc\x34\xe6\x0f\xc2\xe6\x09\ \x12\x4e\x76\x55\x85\xdd\x5c\x67\x2e\x33\xc9\x4c\x37\x77\x9e\x4e\ \xb5\x1b\x45\x30\x28\xd5\x48\x63\xe8\xc3\x49\x8c\x61\x28\x3a\x1c\ \x23\x83\x44\x34\xd1\xc0\x02\x4e\x9a\x4a\xf8\xfd\x41\x8a\xa2\x30\ \xba\xd8\xa9\x86\xc2\x34\x19\x09\x06\x3a\x09\x3a\x5a\x05\x94\x2a\ \x85\x1a\xa1\x62\x20\x11\x87\x6b\x36\x82\x27\x86\x24\xe1\xa7\xbd\ \x01\x6f\x98\xf2\xd1\x44\xc0\x03\x00\x17\xc6\xe8\x04\xed\xb5\x04\ \x02\x64\x28\x16\xf5\xb9\xdc\x20\x98\xa4\xcf\xe7\xc2\x02\x38\xe1\ \x02\x5d\xf2\x58\xad\x04\x8e\x01\x5a\xe2\x2e\x38\x65\x4f\x90\x74\ \x99\x5d\xb8\xd7\xc5\x60\x20\x8a\x38\x66\xf5\x62\xb8\xd7\x89\x5b\ \xfd\x51\xc2\x83\xfa\x8c\x05\xfd\x1e\x3f\xee\xf4\x12\x00\xae\x34\ \x3c\xdd\xef\x75\x13\x81\x80\xdb\x15\x0d\x53\x34\x4d\x63\x2e\xbb\ \x9f\x22\xa8\x60\x8c\x00\x50\x0d\x11\x94\x2b\xd0\x20\x6d\x4e\x0f\ \x45\x84\x29\x2c\xe0\xf1\x80\xc2\x11\xde\xa0\x87\xf2\x79\x83\x6e\ \x10\x61\xd0\x56\x32\x40\x92\x94\xd7\x6b\x72\x92\x2e\x2b\xc8\x9e\ \xdb\x61\x25\xbc\x3e\x8f\xd5\xe9\x82\x4f\x92\xaf\x51\xa5\xc2\xc1\ \x78\xa4\x14\x1b\x0e\x4a\xa5\x79\x2c\x90\x60\xe8\x70\xa8\x51\x8d\ \xe2\x21\x2a\xc0\xd0\x58\x8c\x8a\x24\xe2\xc1\x30\x03\x6e\x74\x1e\ \x8b\x2f\x1b\xc5\x49\xb0\xd8\x29\x06\x13\xf5\xe1\x00\x34\xbf\x04\ \x4c\x1a\x4d\x44\x22\xa5\x68\x75\x9e\x88\xcc\x16\xb1\xd8\x6c\xb8\ \x18\x2c\x41\xcd\x02\xf0\x8b\x9a\x74\x2b\xf3\x58\x24\x36\x1e\xf5\ \x27\xdd\x45\xb5\xb6\x5c\x8c\xaa\xb3\x65\x6f\x39\x5c\x8c\x46\xa5\ \x68\x03\x94\xb2\x5e\x5a\x56\xfa\x95\x79\xa3\x3d\x19\x4e\x06\xb3\ \xce\x62\x34\xee\xc4\xeb\xd5\xe1\x70\x58\x1d\x56\x86\xa5\x04\xdd\ \xa8\x0f\xeb\xf5\x49\xa5\x53\x5c\xcc\x82\x8d\xe5\x74\x38\x9f\xf7\ \x4b\xf1\x62\x73\x50\x05\xd5\x5a\x4e\x22\x83\x71\xa3\x34\x19\x0d\ \x7a\x60\xc2\x6a\xd9\xf4\xd3\xe3\xab\xf4\xd3\x7c\x3e\x3f\xcd\xe4\ \xd2\xe9\x72\xae\x3b\xea\x96\xd3\xdd\xd4\x59\xbe\x5c\x6b\x5f\xe7\ \xa7\xe9\x64\xa1\x05\x0e\x2e\x5d\xce\x36\x0b\xbd\xde\xc9\x59\xab\ \x70\x96\x2c\x37\x47\xb9\xc2\x71\x32\x7f\x92\x4a\x9f\x5f\x9f\x3f\ \xfd\xc3\x57\xff\xf6\xbf\xfe\xe3\x77\xff\xfe\xab\x4f\x7f\xf5\xc1\ \x4f\x3f\xf9\xf4\x93\xcf\xdf\xfd\xe9\xbb\x1f\x3c\x7a\xb0\x77\xff\ \xd1\xbd\xfb\xeb\x7b\xbb\x1b\x62\x25\x7f\x5d\xb4\xf7\x60\x7d\xe3\ \xe1\xde\xfa\x3d\xa9\x40\xcc\x12\x28\xa5\x42\x11\x17\xd8\x50\xb0\ \x2e\x93\xdd\x17\x72\x64\x7c\x94\x79\x85\x52\x17\x38\xac\x15\x99\ \x48\xc0\x41\x6b\x89\x05\x28\x71\x8f\x0b\x10\x28\x00\x71\x63\xa3\ \x95\x85\xac\x37\x9d\x9f\x45\x02\xd6\xca\x9b\xda\x4f\x31\x78\x34\ \xb1\x40\x8a\xc2\xae\x38\x42\x21\x87\x03\xfc\x87\x56\xe9\xec\xec\ \xec\x1c\x1c\x1d\xac\x88\x77\xd1\x08\x93\x94\xc3\x17\xa0\x6a\x51\ \xa1\x52\xc6\x83\x7f\xf8\x4a\xb1\x54\x80\x92\x98\x57\x50\x0b\x1e\ \x2e\x9a\xd7\x53\x3e\x5c\x17\x6e\xac\xf3\x51\x3e\x20\x6a\x14\xc1\ \xdd\x39\xe4\xf1\x51\xef\xb0\x7d\xfe\xd6\x8f\xbf\x7f\x70\xf8\x04\ \xad\xa2\x39\x78\xcc\xfe\xf0\xfb\x12\x29\x1c\xfd\x23\xa5\x12\xc4\ \x87\x2f\x56\x7e\xfb\xfe\x86\x4c\xc4\xe2\x71\x84\x6f\x02\xb4\x50\ \xe5\xfd\x0a\x08\xe0\x16\x9b\x25\x41\xc9\xee\xa8\xbb\x17\x5a\xa3\ \x23\xe1\xb1\x04\x3c\xf0\x57\xa8\x13\xa2\x04\xe5\xf9\x1d\x1d\x1c\ \x1c\xb0\xd9\xfb\x3b\x2b\x3b\x5b\x3b\x4f\x8e\x8e\x3e\x3c\x38\x44\ \xf1\xc8\xa8\x33\xd9\xce\xe3\xf7\x8f\xde\x0a\x44\xc3\x16\xc6\xeb\ \xf5\xe1\x78\x20\x18\x76\x91\x98\x1b\x23\xac\xae\x00\xe5\xf7\x86\ \x9c\x6e\x5f\x34\x4c\x78\x09\x9f\x17\xb0\xc2\x89\xe1\x98\x1e\x77\ \x38\xcc\x06\x93\xd3\x63\xb3\x11\x91\x12\x72\x19\x34\x4e\xf9\xc3\ \x09\x0a\x0f\xd0\x3e\x4f\xd0\x47\xf9\x03\x38\x13\x22\xc0\x0b\x60\ \x04\x06\x0e\xc0\x87\x31\x01\xdc\xef\x73\xbb\x68\xcc\xe9\x71\x10\ \x34\x88\x8d\x0f\x64\xcc\xed\x23\x31\x60\x26\x82\xa1\xbd\x4c\x22\ \x90\xf0\x47\xc3\xe1\xb0\xdf\x0b\x36\x80\xa4\x29\x9f\xd5\x62\x22\ \x49\xd0\x3f\x9f\x35\x11\x0c\xc6\x13\x64\x98\xa2\xbc\xe1\xd0\x3c\ \xc4\x60\x74\x2c\x12\x4c\xc4\xe2\xc1\x52\xb4\x18\x64\x1a\xb1\x50\ \xac\x54\xad\x33\x0c\x46\x86\x63\xe1\x10\x9d\x60\xc2\xc5\x58\xac\ \x5e\xf2\xc1\x1d\x7f\x36\x2c\x46\x82\x60\x95\x88\x40\x34\x5e\xf5\ \x7b\xfd\xf1\x48\x30\x56\x0c\xc5\x18\xb8\xa9\x87\x41\x36\x28\x2a\ \x10\x0e\xb8\x69\xba\x5e\x6a\x74\xa6\x9d\x58\x35\x54\x8a\x30\xd5\ \xce\x24\x1c\x89\x77\x22\xb3\x6a\x68\x51\x27\xa3\x09\xc6\xe7\xf0\ \x39\xcc\x56\xe0\x44\x8f\x55\x6f\xb1\x69\xc0\xf4\x58\x09\xa7\x17\ \x64\x3d\x16\xc0\xe0\x3c\x5c\x84\xcd\xe9\x35\x5a\x4c\xab\x0a\x7f\ \xf7\xf9\x55\x3e\x53\x9e\x16\x26\xed\xc1\x6c\x18\x2b\x85\x40\xa3\ \x8a\xd1\x30\x49\x32\x34\x6a\x36\x08\x07\xe7\x0f\x51\x41\x02\xf3\ \xbb\x31\x9f\xd5\xe0\xf0\xbb\x80\x24\x31\x86\xc4\x68\xdc\xea\xf5\ \x3b\x83\x61\x9a\x20\x22\x24\x80\x64\x02\x2e\xe6\x78\xa4\x3a\xba\ \xae\xc6\x8b\xd5\x45\x04\x44\xd7\xe1\x71\x35\xc2\xa1\x21\xbc\x07\ \xd5\xf8\x68\x48\xcf\x5a\x0d\x38\xa7\x79\xa7\x1a\x0f\x36\x22\x74\ \x3c\x01\xe7\x5b\x8f\x44\x88\x68\x28\x11\xf2\x87\x8a\xa1\x2a\x13\ \x0d\xd1\x51\x26\x02\x67\x8d\x07\xc8\x12\x13\x05\x07\xe5\x0f\xf9\ \x09\x92\xa2\x81\x06\xc9\x68\x90\x76\x81\x45\xf2\xe3\xa4\xd7\x4b\ \x33\x7e\x77\xc8\x49\x92\x78\x00\xf3\xe0\x70\x62\x28\xd4\x94\x00\ \xfc\xc3\x08\x1f\x19\x08\xc3\x27\xc0\x17\x08\xb9\xe1\x17\x12\xf0\ \x92\x60\xe4\x5c\x70\x2e\x1e\x9f\xc3\x09\x1f\x11\x6b\x08\xac\x19\ \x46\xc2\x67\xc3\x47\x78\xa3\x31\x1f\x1e\x8e\x7a\x19\x78\xa2\xcf\ \x13\x0e\x63\xa8\x36\xc3\xe9\x85\x3b\x9d\xd3\xe6\xf6\x04\x30\xf8\ \xd8\x58\xec\x6e\x0c\xde\x89\x28\xd8\xaa\x52\xb5\x18\xaa\x47\xe6\ \xc1\x44\xc4\x5f\x2a\x96\x1a\x70\x43\x08\x31\x3e\x8a\xae\xc6\x4b\ \xd1\x68\xc3\x4f\xd1\x4c\xa2\x11\x8b\x96\x8a\x8d\x78\x35\x16\xa9\ \x16\x1b\x91\x79\x31\x31\x07\x8d\x0a\x4f\x66\xc3\x44\x31\xc2\xc4\ \x8a\x95\x68\x69\xbe\xa8\x0f\xe2\xa5\x61\xb5\xd1\x98\xce\x13\xc5\ \xf9\x82\x19\x54\x3b\xcb\xd1\x7c\xb2\x1c\xd7\x1b\x93\xe5\x7c\x8e\ \xfa\xff\x81\x9c\x2d\x96\x8d\xc5\x60\x30\xe8\xf5\x16\xf3\x11\xd8\ \xae\xf6\x72\x11\xef\x14\x47\xd3\xc5\x70\xb6\x98\x0c\xe2\xc5\xd1\ \xa4\x53\x2f\x76\xc6\x20\x68\xa1\x44\x67\xd8\x28\x56\x41\x95\x40\ \xe2\x3a\x83\x61\x63\x38\xa8\x94\x86\x93\x2a\x7c\x2c\xaa\x83\x6a\ \xb5\x37\xaa\x76\x3a\xd3\x5e\x7b\xd8\xeb\x1d\x37\x0b\x27\xc9\x64\ \x2a\x77\x71\x9a\x4a\xd5\xda\xfd\x54\xbe\x99\xcf\xb5\x0a\xa9\x73\ \x14\xf4\xd0\x4a\x26\x5f\xe6\xb2\xb7\x37\x17\xad\xcb\x72\x3a\x57\ \xb9\xc8\x5c\x64\x73\x17\x17\xf9\x5a\x26\x97\x3a\xce\x76\x53\x85\ \xcb\xf3\x8b\xcb\xb3\xc2\xc5\x67\x5f\x80\xbd\xfa\xc7\x3f\x7d\xfe\ \xab\x4f\x3f\xf9\xf9\xa7\x1f\x7c\xfc\xe9\x4f\x3f\xfe\xce\xa3\xfb\ \xf7\x36\xee\xef\xbd\xfb\x40\xba\xf7\xf0\xc1\xae\x4c\xb8\xb1\x21\ \xdc\xd8\xdb\xdb\xdd\x93\x6d\xec\xde\x93\x89\xa4\x42\xf1\x2e\x47\ \x2c\x12\x8a\xd0\x80\xf5\xfa\xde\xba\xf4\x4d\xa8\x94\x54\x2c\x5a\ \xe1\x8b\x04\x3c\xa0\x3c\xb1\x54\x2c\xe5\xf0\xf8\x22\x11\x58\x2e\ \xa5\x00\x65\xaf\xa0\x48\xe2\x37\x68\x27\xe6\xc3\x13\xf9\x5b\xec\ \x1d\x30\x49\x68\x15\x0f\x4f\x20\x93\xb2\x84\x3b\x5c\xa1\x88\x83\ \xea\xdf\x59\xe0\xa3\x00\xe6\x76\xf6\x8f\x76\x44\xeb\x22\x99\x58\ \xc8\x47\x23\x57\x42\x19\x1b\x76\x06\x9e\x4d\x2c\x05\x06\x05\x83\ \x27\x64\xf1\x64\xe0\xc8\x44\xeb\x60\xf3\x36\x36\x1e\xc8\xd6\xef\ \xf1\x50\xba\x02\x6a\xaa\x2a\x00\x39\xe2\x0b\x94\x22\xf8\x66\xe5\ \x47\xdf\x07\x27\xf4\xe4\xf1\xd1\xc1\xe1\x91\xe4\x7b\x3f\x61\x8b\ \x95\xeb\xf7\x36\x36\x36\x04\x1c\x16\x57\xbc\xb1\x0b\x74\xb8\x27\ \x5d\x97\x0a\x85\xa8\xff\x33\xea\xbe\xca\x79\xb3\x10\x7a\x05\x15\ \xa6\x72\xc1\x23\xa2\xe5\xcf\x7c\x24\x5a\xff\xdb\x22\x82\xe7\x12\ \x6c\x1d\x1e\x4a\x0e\x9f\x70\x79\x68\x90\x6c\x1f\xcd\x13\x1e\x1e\ \xc0\x17\x12\x00\xd8\xc3\xfd\x27\x8f\xd9\x92\xf7\xdf\xf2\xfb\xc2\ \x94\x97\x62\x70\x2c\x8a\xe2\x30\xe1\xd3\xe7\x87\x8f\x20\x5c\xe1\ \x41\x0c\x87\x0f\x5b\x00\x6e\x82\x34\xee\xc5\x83\x04\x01\xee\xc4\ \x63\xf3\x04\x3d\x3a\x2f\x6e\x32\x61\x89\x62\x34\x1a\x2f\x61\x84\ \x1f\x7d\xdc\x70\xdc\x4f\x04\x3a\x61\x10\x97\x30\x4d\x93\x56\xb8\ \xb0\xb1\x20\x28\x1f\x5c\xd7\xc1\x38\xe5\x73\xfb\x70\xc2\xe6\x75\ \x3b\x7d\xd1\x80\x15\x3e\xff\x5e\x67\x82\x71\x52\x38\xdc\xd4\xa3\ \xd1\x50\x35\x04\x56\x25\x4c\x84\x19\x1a\xa7\x13\x01\xb8\x38\xbc\ \x6e\xb3\xc7\xe7\xf1\x10\xa8\x85\x68\xb4\x33\x8c\x86\x1b\xf3\x39\ \x7c\xf4\x8a\x21\xba\x13\x4a\x14\x67\xd5\x6a\x35\x16\xaf\x37\xe2\ \xdd\x7a\x74\xde\x1e\x15\x61\xf3\x64\x62\x5e\xa2\x67\xf5\x78\xb1\ \x88\xda\x87\x52\xf5\x61\xa8\x53\x6f\xcf\x62\x78\x94\xa6\xfc\xfe\ \x48\x35\x4a\x63\x14\x13\x8d\xd0\x41\xa6\x54\xaf\x83\xbf\x61\xe8\ \x12\x09\xf7\xec\x00\x89\x97\xe6\x95\x46\xa3\x34\x1a\xcd\xc6\xa3\ \xe8\xa2\xd9\x09\x55\xeb\xc5\x62\xb1\x1e\x89\x32\x74\x67\x4e\x53\ \xe0\xf5\xdc\x0e\x9d\xc1\xea\xf6\x38\x8c\x40\xa6\x36\x87\xde\x66\ \x31\x69\xb5\x26\x06\x27\xc2\x51\x8f\x17\xe8\xcb\x6f\x54\xeb\x14\ \xdb\xf8\xf4\x38\xd5\x6a\x0f\xda\x8b\x46\xbe\x5f\x9d\x95\xa2\xfe\ \x28\x33\x1f\x75\x42\xe1\x68\x31\x9e\x00\x07\xe5\xf7\x79\x29\x87\ \xd5\x66\x72\x99\x31\xc2\xae\x37\x5b\x3c\x16\xbb\xd3\x66\xf7\x50\ \xe0\x50\x5c\x84\xce\xe6\x75\xf9\x7c\x56\x8f\x1f\xe4\x82\xa0\x80\ \x02\x23\xb3\x51\x3a\x3f\x49\x44\x63\x00\x83\x6e\x9b\xc9\x4e\x7a\ \x3d\x34\x4e\x32\xc1\x70\xbd\x11\x49\xcc\x62\xc1\x59\x23\x1e\x9a\ \x0f\x87\x95\x4e\x68\x10\xa1\x22\xa5\x10\x13\x47\x85\xe4\xc3\xe0\ \x70\xd4\x49\x94\x9a\xcb\x76\x6f\x36\x5a\x56\x63\xd5\x58\xa2\xc3\ \x44\x42\x33\xaa\x14\x67\x50\x37\xd4\x71\x23\x10\x98\xd5\x1b\x25\ \x3a\x10\xa5\x8b\x74\x3d\x3e\xe8\x8c\x4b\xb1\xea\x2c\x31\x9b\x0f\ \x5a\x23\x30\x77\x8d\x61\xa9\xbe\x5c\x56\x47\x89\x65\x7f\x10\x89\ \x74\x62\x89\x79\x7c\x38\x07\x4f\xd2\x6d\x2e\x27\xa3\x71\x65\x14\ \x81\xcd\xcf\x67\x93\x46\x67\x1e\x5f\xf6\x47\x93\xf9\x78\x3a\x6f\ \xcc\x07\xd5\xc5\x62\xd6\x5e\x4e\xf2\x83\x41\x73\x39\x6f\x27\xe3\ \xf1\xe1\xb0\xb7\xe8\xc4\x86\xd5\x7a\xbc\x4e\x27\xe0\x16\x44\x51\ \x74\x22\x42\xbb\xc8\x60\xbc\x98\x68\x00\x07\x33\xc5\xf9\x2c\xbb\ \x9c\xf5\x5a\x37\x99\xde\x60\x99\xed\x57\xc6\x8b\xc1\xb8\x9b\xea\ \x36\xdb\xf9\xe5\xa4\x32\x6a\x9f\x8f\xeb\xb5\xd4\xbc\x32\x6e\x2d\ \x07\xf5\x66\xab\xdc\xcf\x75\x73\xb5\x6c\xaa\x5f\xab\x15\xfa\xcb\ \x5a\xa6\xd7\x4f\x96\xcb\x17\xad\x54\xfa\xa4\xd9\x3c\xe9\x76\x53\ \xa9\x4c\xb6\x99\x3c\xc9\xd5\x92\x17\xc9\x42\x3e\x95\xcf\xe5\x52\ \x2f\xaf\x52\xf9\xf3\x67\xc9\x7e\xb3\x8b\x86\xa8\x0a\x27\xa9\x6e\ \x39\x93\x2d\x64\xc0\x13\x65\x27\xe5\x93\xf4\x79\xbe\x59\x6d\x77\ \x96\xad\x7c\x39\xd3\x44\x6b\x93\xbb\x93\x11\xdc\x68\x0a\xe3\x6e\ \xb2\xd0\x3d\xcb\x27\xf3\xb5\x72\x7f\x7c\x9c\x82\xdf\x66\x2d\x9d\ \xce\x67\x8e\x6b\xdd\xcc\x49\xb6\x9f\x39\xbe\x3c\x3b\xbf\x7e\x79\ \x73\xf6\xfc\xd7\xcf\xaf\xae\x9e\xdd\x5e\x5e\x25\x33\x2f\x6f\x5f\ \x3c\xbd\xbd\x79\xfe\xf2\xd9\x73\x78\xe4\xfa\x79\xfa\xfc\xe5\xd3\ \xdb\x67\xa7\x37\xcf\x9f\x5e\xbe\xbe\x05\x32\x7c\x7e\x9b\xbe\x79\ \xf6\xfa\xf2\xf2\xe5\x67\xb7\xe7\xd7\xe9\xcb\xa7\xd7\x17\x2f\x5e\ \xbf\xf8\xf5\x5f\xfe\xed\x1f\xfe\xe1\xaf\x3f\xff\xf4\xe3\x0f\x3e\ \xff\xe0\x57\xbf\xfb\xe4\xdd\x9f\xbe\xf7\xf1\x7b\xef\xdc\x57\x0a\ \xf7\x1e\xbc\x73\x5f\xb6\x77\xef\xde\x83\xfb\x32\x34\xa4\x2d\x5a\ \x7f\x70\x6f\x03\x75\xf9\x92\xc2\x7f\x22\x0e\x6b\xfd\x9e\x92\x23\ \xdc\x15\x89\x65\x42\x31\x47\x0a\xc6\x49\x88\xca\x47\x85\xa8\x54\ \x4a\x20\xe2\xf0\x78\xac\x15\x96\x58\xca\xe3\xb2\x51\x44\x1e\xea\ \x21\x21\x40\xb6\x0b\xf5\x2e\x65\x09\x59\x5b\xc8\x04\x09\xd0\xf0\ \x39\x8f\xcd\x63\xc1\x2b\xf8\x20\x1a\xa8\x47\x21\xd2\x24\x0e\x5a\ \xbe\x77\xb4\x73\xc8\x97\x8a\xa4\xa8\xb3\x8d\x18\xf5\xb3\x41\xaf\ \x07\x3b\x06\x62\xb7\xae\x14\xa1\x38\x08\x16\x67\x05\x0d\x37\xb1\ \x04\xa2\xfb\xef\xdc\x17\x09\xb8\x60\x7a\x78\xfc\xc3\x1d\x94\xf7\ \x80\x6a\xe7\x79\xec\xc3\xc3\xfd\xfd\xef\xff\xe8\xc3\xc3\x27\x8f\ \xf7\x1f\x3f\x7e\x72\xb4\xf3\xd1\x8f\x0e\x38\xbb\x0f\x76\x41\x6a\ \x25\x87\x3c\x01\x6f\xef\xc1\xbd\x75\xa9\x48\x0c\x27\x22\x42\x8b\ \x73\x38\x7c\x19\x17\xe0\x55\x02\xfb\xe3\xa3\x6a\x32\x38\x07\x21\ \x6f\x85\xc3\xe3\x88\x59\xfc\xc3\x2d\x01\x82\x58\x01\x60\x2e\x1a\ \xcc\xda\xdf\x3a\x00\xf3\x76\xb0\x83\xac\xd5\xce\xfe\xe3\x43\x00\ \x4c\xf6\xe1\x93\x43\xd8\xd1\xce\xd1\x5b\x34\x66\xf6\x38\x41\x77\ \x7c\x41\x3a\x80\xb9\x6c\x4c\x10\x23\x5d\x60\xb6\x50\xf9\x4f\x80\ \x62\x50\x93\x98\x38\x20\x06\x86\x56\xa2\xd0\x98\xcf\xe3\xd2\x99\ \x4c\x34\x81\x45\x62\x44\x8c\x4c\xc4\xc3\x24\x7a\x95\x17\x6b\x44\ \x48\x7f\x38\x5e\x0f\xd3\x0c\x9d\xc0\x1d\x3e\x1f\x11\x80\xcf\x2b\ \xe9\xf4\x38\x3d\x5e\xd2\xe3\xf2\xbb\xfc\x4e\x70\x3a\x18\x1e\x02\ \x92\x02\x9b\x45\xfa\x19\x22\x14\x24\x3c\x74\x62\x18\xa5\xeb\x5e\ \x07\x16\x8a\x07\x23\x0c\x16\x08\x04\x83\x24\x69\x75\x3b\x3c\x44\ \xd0\xe5\x63\x1a\xa3\x4e\xa4\x98\xa0\xfb\xcb\xe2\x32\xe2\x74\x39\ \x3c\xd1\x70\xa0\x31\x9f\x80\xe7\x00\x5a\x88\x2f\x07\xe1\xda\xa2\ \x3e\xa4\x43\xe1\x62\x24\x00\xc8\xd1\x48\x94\x4a\x91\x46\xbd\x14\ \x03\x87\x14\x6f\x0c\x66\xb3\x08\x19\x0c\xfb\x83\xd1\x60\x22\x48\ \x35\x06\x55\x90\xb5\x60\x38\x14\x2d\xc6\x82\x81\x28\x1c\x75\x24\ \x02\xe7\x17\x8e\x2c\x66\xf1\xe5\x12\x6c\x51\x91\x60\xe6\x8d\x68\ \xa4\x04\xa7\x4d\x24\x02\x5e\x70\x8d\x66\x8b\xd6\x4e\x98\xd5\x28\ \x5a\x47\x23\x47\x4b\xb4\x57\x15\x5a\xfd\xa6\x66\xf3\x6d\x53\x80\ \x48\x50\x3e\x9c\xa6\x30\xaf\x4d\xb1\xad\xd0\x98\xa8\x08\x86\xa0\ \x8d\xf6\x78\x48\x0a\x8e\x12\x5e\x1c\x0e\x57\x87\xe0\x0c\x4b\xd5\ \x50\x94\x0a\x00\x6e\x01\xa0\xda\xcc\x66\xbd\xce\x62\x36\x13\x2e\ \x97\xd9\xe2\xf6\x39\xf4\x98\xc7\xe2\x73\x79\xed\x16\x07\x30\xb8\ \xd7\x8d\x7b\x9c\x24\xe1\x73\x9b\x4d\x6e\xbc\xd4\xa9\x07\xf1\xc4\ \xac\x37\xf4\x7b\x6d\xa8\x3b\x98\x1f\x8c\x56\xa8\x14\xa4\x42\x21\ \x8c\x8c\x87\xe3\xd3\x68\x64\x12\x8c\x14\x29\x2c\x48\x38\x2d\x66\ \x97\xcf\xe1\xc1\x08\x0f\x80\x2e\x09\xf7\x8d\x7a\x89\xa0\x80\xb8\ \xfc\x24\x88\x61\x80\xc2\xc0\xc3\x91\x36\x6b\x34\x1a\x08\x06\x68\ \xa7\x35\x40\xfa\x31\x8f\x29\xec\xa3\x49\x26\x1c\x2c\x35\xe6\xd1\ \x00\x15\xa0\x27\xb5\xf1\xb0\x44\x32\x7e\x3f\x13\x03\x17\xd3\x00\ \x15\xa3\x70\xba\x4a\x32\xf1\x6a\x3c\x9e\x98\x95\xbb\xc3\x59\x67\ \xdc\xab\xf5\xfb\x9d\xe1\x70\x3c\x9d\x34\xaa\xf0\x46\x96\x3a\xcd\ \x5c\xaa\x9b\x6f\x2f\x07\xc3\x62\x77\xd4\x5e\x1e\x17\x2a\x9d\xde\ \xb0\x3f\xae\x8d\xcb\xe3\x5e\xa4\x32\xe8\x8c\x46\x43\x54\xc4\x80\ \x47\xc2\x51\xd0\xeb\x40\x10\x6c\x73\xa2\x58\x8a\xc2\x6e\x89\x6a\ \xe1\x2c\xdb\xce\x57\x32\xd7\x2f\xca\x99\xab\xe3\x64\xf9\x2a\x77\ \x92\xad\x9d\xe7\xaf\x2f\x4f\x0a\xb9\x5e\x2d\x8d\xca\x14\x2e\xd2\ \x97\xcf\x52\x4f\xbf\x49\xe5\x6e\x2e\x6f\xae\xd3\xcf\xae\x5e\xff\ \xf2\x9f\x7f\xf1\xd5\xaf\x6f\x6e\x5f\x7d\xf9\xcf\x7f\x39\xc9\xbd\ \x78\xfd\xc5\x4d\xe6\xe4\xfc\xd9\xaf\xbf\x7a\xf1\xd9\xf5\xf9\xcd\ \xc5\xb3\x2f\x5e\x3f\x7d\xf5\xf2\xc5\x65\xfa\xfa\x59\xa6\x70\xfc\ \xf2\xe9\xd3\x6f\x5e\xbd\xfc\xe6\x9b\xaf\x9f\x5e\x9e\x9e\xbf\x3c\ \xbf\x7e\x76\xfd\xd9\xb3\xe4\xf1\xd9\x49\x21\x75\x72\x99\xca\x5c\ \x9d\x9d\xe4\x33\xdd\x66\xee\xe4\xf6\xf2\x59\x61\x59\x38\x2e\x5c\ \x9c\xbf\xba\x2e\x9c\x1c\x5f\x5e\x15\xae\xce\xd2\xe7\x97\x37\x97\ \x67\xc7\x99\xcb\xe7\x57\x17\xdd\xab\xaf\x9f\xdf\x9c\x1d\x5f\x9d\ \x7e\xf3\xfb\xa7\x9f\xbd\x38\x7b\xf6\xdb\x97\xff\xfc\x97\xcf\xbe\ \xfe\xfd\xef\x9f\x7f\x79\xfb\xf5\x37\x5f\x7e\xfd\xe2\x8b\xdb\x93\ \x57\x9f\xfd\xe2\xb7\x9f\x7d\xf5\xc5\x8b\x2f\xbe\x7e\x79\xfd\x12\ \x24\xe9\xb3\x6f\x2e\x4f\x9f\xff\xf2\xf5\xd3\xeb\xcb\xcb\xcb\x2f\ \x7f\xf1\xe5\xd7\x7f\x79\xfa\xe2\xd5\x8b\x2f\x5e\xc1\x51\xbc\xbe\ \x79\xfa\xf4\xf9\x2f\xae\x5f\xff\xe1\x3f\xfe\xe9\xef\xff\xfa\x9b\ \x4f\xbf\xfb\x9d\x8f\x7f\xf0\xe9\x7b\x1f\xff\xfc\x83\x1f\x7c\xe7\ \xdb\xdf\x7e\xf8\xed\x87\x20\x4e\x1b\xf7\x64\xf7\xa4\x4a\x25\x58\ \x98\x5d\x00\x28\xe9\xbd\x8d\x7b\x60\xa7\x40\xbc\x64\x32\xbe\x40\ \xc4\x12\x3d\xd8\xe3\xc8\x80\xd0\xd6\x65\x52\xb4\x80\x19\x40\x4d\ \x2c\xe0\x8a\x95\x2c\xc9\x0a\x9f\x23\xdb\x00\x77\x25\x14\x00\xb8\ \x89\x45\x3c\x09\xd8\x26\x36\x2a\x78\xe2\x73\xc4\x28\xcc\x8a\x85\ \x06\xbb\x40\x02\x44\x20\x52\xa8\x46\x01\x14\x08\x8c\x0e\xe8\x99\ \x50\x08\x1a\x24\xe0\x1e\x82\xc1\xda\xdf\x11\x28\x37\xf8\x42\xf0\ \x66\x42\x40\x48\x3e\x97\x2f\x64\x81\x74\x01\x0b\x4a\xe1\x0f\x0f\ \x54\x86\xcb\xe5\xc2\x5e\x94\xbb\xca\xdd\x3d\xd1\x9b\x46\xac\x3b\ \x7c\x96\x44\xc2\xe3\x70\x44\x3b\x48\x72\x24\x2b\xec\x95\xfd\x9f\ \xfc\xdd\xfb\x87\x07\x87\x8f\x1f\x1f\xbd\x7f\xb4\xf3\xe4\xc7\xef\ \x73\x1f\x3d\x92\x0a\x44\x22\x90\x27\x40\xd9\x75\xe5\xde\xc3\xbd\ \x0d\xb1\x40\x04\x48\x0a\xa7\x21\x44\xf1\x80\xa8\x6f\x34\x07\xb5\ \xc7\xe0\xa1\x64\x2c\x3e\xaa\x9c\x10\x72\xd0\xea\x6c\x36\xea\x69\ \xf1\xa6\x51\xeb\xe1\xca\x16\xca\x43\x05\xf2\xdc\x07\x49\x94\xec\ \x1f\x3d\x46\x35\x59\x12\x30\x72\x07\x87\x12\xf6\x5b\x94\xdb\xe2\ \xa2\x48\x3f\x6e\x05\x90\xb3\xba\x5c\x00\x59\x1e\x27\xe6\x25\x03\ \x14\x4d\xf8\x5c\x01\xaf\x0f\x3c\x00\x05\xaa\x15\xa6\x9d\x1e\x17\ \x16\xf5\xb9\x9c\x4e\x9c\x20\x41\x09\xfc\x01\xb0\x23\x4c\x90\x8c\ \xf9\x28\x2a\x14\xc1\x43\x01\x0f\x11\x0b\x45\x18\x1a\xb3\x9a\xb1\ \x20\x09\xb2\xe7\xf1\xbb\x82\x01\x0a\x38\xc1\x8d\xe3\x0c\xee\x20\ \x02\x04\x11\xa3\xfd\x00\x98\x18\x5d\x4c\x04\x7c\x51\x9c\x88\x84\ \xab\x34\x1d\x07\x33\xe1\x8b\xc7\x22\x01\x1a\x23\x71\x74\xf5\x92\ \xe1\x40\x78\xe8\x21\x3c\x91\xde\x74\x50\x1a\x36\x46\xad\xf9\x82\ \xb4\x18\x7c\x74\x90\x8c\xd6\xe3\xc1\x50\xbd\x38\x8a\xc6\x13\xc5\ \x01\xdc\xe2\x1b\xa5\x48\x1c\x5c\x4d\x24\x48\x03\x4c\x74\x80\x10\ \x8b\xf5\x50\x75\x31\x9b\x0f\xeb\x9d\x79\x75\x10\x09\x25\x62\xb1\ \x19\x98\xa6\xe0\xb8\x1a\x20\xe0\x16\x1f\x24\xc8\x10\x15\x88\x7a\ \x70\x60\x1f\x3b\x49\x80\x88\x61\x98\x87\x8c\xf9\xa9\x28\x72\x74\ \x4e\xdc\x03\xdc\x43\x11\x26\xb7\xc5\x6d\xd6\x1a\xb4\x5a\x97\x4e\ \xb5\xba\xb6\xa6\x5a\xdd\x54\x6b\x57\xe5\xaa\x35\xf9\xea\xdb\xab\ \x6f\x6f\x3a\x82\x74\xdc\x1f\x20\x70\x0a\xc3\x71\xf9\xa6\xdc\xe0\ \x8d\xb9\x57\xe5\x66\x30\x43\x76\xbd\xd1\xa8\x42\x2d\x84\xf0\x98\ \xd7\x4b\x91\x54\xd8\x62\x34\xd9\xdc\x6e\x8b\xc3\x6e\x76\xea\x8d\ \x2e\x24\x58\x36\x6f\x22\xea\xf7\xa2\xb5\x86\x66\x92\xf2\xa0\x30\ \x2e\xb7\x1b\xa9\x55\xc0\xea\xa1\xfd\x3e\xbb\x13\xf5\x31\x34\x3b\ \x3c\x5e\x07\x1d\x0e\xfb\x50\x81\x84\xc7\xe9\x66\x9c\x2e\x8f\x3f\ \x12\x8b\x86\x29\xb0\x8f\x44\xb8\x17\x25\x4a\x45\x86\x20\x5c\x4e\ \xaf\xc5\x8a\x46\xdc\x5d\x0e\x33\xe6\xc0\xa9\x40\x20\x82\x4a\x36\ \xdd\x6e\x27\x81\xfb\x9c\x4e\x9f\x0b\x55\x7c\xe1\x68\x34\xd2\x85\ \x63\x66\x97\xd9\xea\x23\x70\xb3\xcd\x4d\x93\x98\xcd\xe5\x67\xa2\ \x40\x7e\x40\x75\x54\x3c\x00\xbc\x4d\xd0\x1e\x6f\x38\x00\xcf\x27\ \x69\x3c\x4c\x10\x34\xfc\x8e\x18\xcc\x8d\x07\xa9\x18\x83\xbb\xc9\ \x68\x78\x0e\xc6\x0a\x5c\x36\x1d\x89\xc7\x69\x94\xd8\x1c\x9d\xf5\ \x12\x31\x3f\xdd\x68\x0c\x97\x78\x53\x72\x1e\x00\x00\x20\x00\x49\ \x44\x41\x54\xed\x52\x3d\xd6\xe8\x4d\x41\xbc\xda\xa9\x4a\x26\xdf\ \x89\x2c\x6a\x83\x59\xa5\xce\x50\x4e\x2b\x45\x54\x03\xb4\xdf\xec\ \xa6\xa2\x03\x8c\x00\xb0\xa4\xe0\xd7\x37\x4c\x37\x6b\x93\x72\xae\ \x9b\xcf\x8f\x06\xcb\xea\xb4\x04\xdc\x36\x1a\xe7\xca\x8b\x29\x18\ \xb5\xc9\xa4\xb6\x08\xa5\x50\x18\xd5\xb3\xee\xf1\x49\x2e\x5f\x6b\ \x57\xce\xce\xce\x9f\xfe\xfa\xab\xd3\x93\xe4\xcd\xc9\xab\xeb\x17\ \xd7\xcf\x8f\x0b\xed\xc2\xc5\x65\xe6\xec\xea\xd5\x8b\x2c\x4a\x52\ \x48\xbd\xf8\xea\x69\xfa\xf9\xb3\xe7\x67\x67\x4f\xf3\xb7\xcb\x76\ \xb3\x77\x75\x73\xfd\xcd\xcb\x2f\x5f\x7f\x73\xf3\xbc\x3c\xed\x8d\ \x5a\xe5\xca\xf1\x71\x36\xd9\x05\x80\x6b\xf6\xc0\x2c\xb6\x0a\xe5\ \x76\x25\xff\xf2\xc5\xf5\x25\x10\xe0\xf4\x3c\x9f\x6c\x65\x9a\x20\ \xc6\xdd\x7e\xa5\x39\x6d\x1d\x37\x5b\xed\xd1\x45\xb2\x5c\xbb\xa9\ \x94\x5b\xe7\xcf\x0b\xc9\xcc\x59\xe1\xe6\xf5\xab\x67\xe7\xd3\xec\ \x67\x5f\x7c\xf6\xfa\xe9\xe9\xf5\x8b\xf3\x57\x5f\x5d\x7d\xf5\xfc\ \x45\xe1\x24\x7d\x76\xf9\xf4\xd5\x17\xcf\x9f\xbd\x78\xfe\xc5\x55\ \x3a\x97\x3b\x3d\xcf\x5e\x7e\x96\x3a\x49\xa6\x9e\xdd\x9e\x3c\xbf\ \x3a\x7d\xf5\xea\xb3\xaf\x5f\xa6\x33\xaf\x5e\xdc\xe4\x53\xe5\xab\ \x9b\xdc\xe5\xf5\x0b\x50\xb5\xe7\x7f\xf8\x8f\x9f\xfd\xf9\xe3\x9f\ \xfd\xf5\x4f\xbf\xfb\xfc\xe3\xcf\x7f\xf0\xd3\xef\x7e\xf0\xf9\xc7\ \x8f\x76\x1f\x3d\x7a\xf8\xe0\xdb\x7b\x7b\xca\x8d\xfb\xeb\xeb\xb2\ \xfb\x22\xb1\x72\x77\x03\x28\x51\x04\x00\x26\x13\xee\x6e\xb0\x56\ \x84\x8f\x44\xeb\xef\xec\x0a\x50\xe2\xb0\x4c\x06\xd0\x26\x14\xcb\ \x00\xb5\xf8\x5c\x31\x9a\x08\x44\x71\x0e\x62\x30\x57\x3c\x9e\x18\ \xe4\x01\x45\xbc\x0b\x00\x16\x59\x2c\xae\x50\x28\x5a\x07\x0f\x03\ \x86\x08\x05\xb8\x8b\x95\x22\x11\x6a\xff\xc0\x11\x82\xb5\x42\x05\ \x55\x62\x21\xf8\x31\xb6\xe0\x10\x10\xeb\x70\x47\x2a\x53\x0a\xd8\ \x3c\x3e\xea\x23\x8f\x16\x3e\x8b\x84\x1c\xa9\x4c\x2a\xdd\x95\xa2\ \x18\x53\x8e\x48\x04\xd2\x27\x44\x4b\x85\x58\x62\x3e\x9b\xc3\x91\ \xec\xec\x4b\x50\xb7\x42\x40\x3a\xbe\x04\xf5\xb9\x39\x3a\x90\xb0\ \x0f\x7f\xf8\xc3\xc7\x07\x47\x40\x6d\x07\x20\x27\x1f\xfd\xe8\x7d\ \xee\x3b\xdf\xde\x03\x55\x5d\x59\x61\x09\x58\xca\x5d\xd9\xc6\x83\ \x75\x2e\x07\xe8\x95\xc3\x55\xae\xf3\xf8\x3b\x42\x0e\xf8\x3c\x1e\ \xef\x10\x65\xff\xbd\x89\xdb\x62\x49\x78\x3c\x21\x1b\x8d\x9c\xa1\ \x3e\x8b\x5b\xa8\x51\xd9\xca\x16\x6c\x17\x75\xa2\x40\x11\x38\x92\ \xc3\xfd\x95\xfd\xc7\x47\x02\xc9\x3e\x1b\x84\x6c\x07\xf4\x6b\xe7\ \x2d\x9b\xd9\x62\xd2\x9b\x1d\x16\xbb\xc9\x68\xd1\x3a\x6d\x2e\xcc\ \x6e\x07\x6c\xf1\x9a\xbd\x98\xde\xe5\xb0\x3b\xe0\x1a\x34\x3b\x9d\ \x2e\xaf\xdb\x6e\xb7\xd9\x5d\x56\xa7\xcd\x00\x7c\x64\x76\xb8\x00\ \xdb\xe0\x1e\x4e\x05\x30\x0a\x77\xe1\x11\xd2\x0a\x8a\xc6\x04\x28\ \x1c\x1c\x05\xe6\x77\x39\xe1\xaa\x71\x59\x51\x59\x92\x9b\xc0\xdc\ \x16\xbb\x39\x00\xdf\x3b\x41\x1d\x08\x2f\x66\x45\xfd\x8d\xad\x04\ \x11\x86\x7f\x08\x84\x9f\x26\x87\x05\x23\x09\x8f\x0b\x3c\x06\x01\ \xb0\xe5\xf3\xe2\x61\x8c\x30\x5b\x5d\xd1\x30\x3d\x8f\x84\xe6\x31\ \x30\x44\x41\x9d\xcd\x8d\xe1\x41\xb8\x6d\xc3\x2e\x30\x9f\x63\x18\ \x99\xd7\xc3\xd1\x28\xe9\x25\x23\x4c\xd1\x17\x62\xd0\xc4\x19\x1d\ \x8a\x80\xd1\xc0\x98\xb0\x1f\xbc\x4b\x08\x54\x2f\x40\x7a\x40\x2f\ \xad\x7e\xc6\x4d\x3b\x3c\x68\xf4\xdd\xa0\x77\x18\x75\x6e\x93\x5d\ \x67\xd4\x99\xf4\x26\x47\xc0\x6c\x37\x9a\x75\x5e\xcc\xee\x70\xa1\ \xc0\x50\xbd\xdd\x01\x67\x87\x79\xed\x6e\xa7\xd9\x06\x57\xba\xd6\ \x6d\xd0\x1b\xe5\x1a\xa3\x7a\x5b\xa5\x5d\x45\x51\x10\x06\x85\x4a\ \xa1\x30\xc1\xe1\xd0\x8c\xd7\xef\xb7\x7a\x5d\x2a\xb9\x5c\xe3\x61\ \x9c\x26\xb3\xc5\xa8\xb7\x98\x4c\x20\x49\x6e\xb7\xf5\x8e\x23\xe4\ \x0f\xf8\x71\x78\x13\x0c\xf0\x6e\x3a\x74\x5a\x23\xec\x50\x67\xd2\ \xda\x4d\x2e\xa7\xbf\x37\xf3\x7b\xbc\x1e\x3b\xee\x21\x8a\xa1\xb0\ \xc3\xe1\x75\x79\x2c\x66\xb8\x96\x1d\xde\xa0\x13\x73\x7a\x75\x5e\ \x86\x70\xc1\xc1\x23\xad\xf1\x93\x7e\x32\xec\x61\xc2\x61\x27\x86\ \x61\x14\x11\x0c\x06\x07\xe1\x84\x2f\x4c\x92\x74\x08\xa7\xbc\x00\ \xd7\x7e\x27\xe1\xf3\xe9\x1d\x7e\xb0\x56\x8e\x00\x6c\x28\x1c\x0a\ \xf9\x31\xbf\xcf\xcd\xf8\x31\xda\x8f\xe3\x74\xa9\x44\x12\x76\xcc\ \xec\x67\xe8\x28\x6c\x0e\xde\x36\xb7\x2b\x41\x85\xc1\xe9\xf8\x99\ \x52\xd4\x15\x0e\xba\x18\xc2\x4d\x90\x7e\x82\x49\xe0\x58\x34\xc1\ \xf8\x09\xbc\x44\xd3\x01\x5f\x38\x1e\xc0\x68\x3a\x8a\x3a\x08\x45\ \x89\x20\x88\x5a\xa2\x5d\x2f\x75\xa2\x9d\x48\x74\x58\x04\x32\xc5\ \x49\x9a\xa1\x22\x0c\xb8\x54\x2a\xbc\x6c\xf6\xc7\x40\x78\xa3\x41\ \x6a\x31\xce\xf7\xdb\xdd\x72\xb6\xd5\xab\xf5\x7a\x8d\x65\xd8\x1b\ \x08\x07\x08\xa7\x09\xc3\xe1\xde\x04\xe7\x04\xbf\x87\x70\x2c\xca\ \x50\xe3\x42\xab\x9c\x49\x9d\x9c\x67\xbb\xb3\xc1\x38\x32\x9b\xf6\ \xda\xbd\x4a\xfb\x14\x55\x27\xd4\xc0\x34\xc7\x96\x8d\xe6\xa8\x9f\ \x4d\x65\x9b\xa9\x7e\x3e\x99\x4c\x03\x63\x3d\x7d\xf9\xeb\xd3\x5c\ \xb7\x52\x4b\xa6\xda\xcf\x52\xb9\xc1\x6c\x98\x6d\xa6\xcf\x53\xb9\ \x4c\x2a\xd7\xee\xe7\x92\xb7\x4f\xbf\xfc\xe2\xf4\x2a\x7d\x72\xfd\ \xc5\xab\xdb\x93\x76\xf2\xfc\xe4\x8b\x7f\xf9\xed\x1f\xbe\xfe\xf2\ \xb3\x5f\xdf\xa6\xd2\x37\xa8\x35\x4f\x21\x95\x1f\x8f\xbb\x93\x6c\ \xbb\x55\x19\x8c\x96\x67\x37\xa9\x71\xf6\xea\xe5\xd7\x2f\xce\x9a\ \x85\xb3\x71\x76\x9c\xc9\x95\xe1\xef\x62\x6e\xd6\x98\xf6\xc6\xcd\ \xe6\x74\xba\xa8\x8e\xf2\xbd\xfe\xf1\xe9\xe5\x8b\xb3\x72\xb6\xbb\ \x4c\x1d\x5f\xdc\x9e\xa6\xc0\xa5\xdd\x5c\x5c\xbd\x4e\x9f\xa7\x33\ \x2f\x7f\xf9\xec\xab\xeb\xaf\x5f\x5f\x3d\xfd\xf2\xab\xdb\x6f\x5e\ \xde\x7c\x76\xfd\xea\xf4\xe9\xf9\xe5\xf1\xf5\x29\xa0\xdf\xc9\xf5\ \xc9\xed\xcb\xcb\x17\x97\x17\xbf\x78\xf1\xf2\xe6\xcb\x2f\x5f\x3d\ \x7b\x7a\x96\x4e\xe6\xfb\xd3\x64\xea\xfc\xfc\xaa\x75\xf3\xd5\xff\ \xf7\x2f\x3f\xfb\xa7\xbf\xff\xf9\xcf\xfe\xf1\x8f\x9f\x7c\xfe\xf1\ \x4f\x3f\xfd\xf4\xa7\x9f\xbc\xf7\xe8\x11\xd0\xa0\x72\xef\xd1\xc3\ \xdd\x0d\xd9\xee\x83\x0d\xa5\x68\x43\xa0\x14\x6e\xac\x4b\xef\xef\ \xde\xdf\x7b\xd3\xbb\x41\x0a\x1c\x28\xdb\x53\x72\xd0\xd2\x16\x04\ \x88\x2c\xa1\x18\xcd\xd7\x71\xb9\x3c\x21\x6a\x99\x23\x00\x5f\xc4\ \x43\x25\x0b\x6c\x2e\x1f\x1e\x78\x33\x15\x07\x6e\x8a\xb5\x87\xd2\ \x88\xf9\x62\x2e\x8f\xc7\x03\x39\x61\xb3\xd0\x94\xa1\x40\xf0\x26\ \x42\x8f\xcf\x13\xf1\xc5\xfc\x37\x7d\x49\xd9\x07\x07\x8f\x8f\x0e\ \xd9\xe2\x15\x54\x42\xbf\xc5\x65\xb1\xf9\x52\xd6\x0a\xf2\x41\xe0\ \xb1\x94\x22\x80\x38\xa1\x50\xb8\x01\x26\x49\x2c\x16\xdd\x97\x89\ \xb8\x48\xad\x80\x31\x77\x50\x70\x03\x6f\x45\x02\x76\xea\xa3\x0f\ \xbf\xf7\xf8\xfd\x27\x07\xdc\xc3\x1f\xfd\xf0\xc3\xa3\x03\x34\x87\ \xf7\xe1\xfb\x5b\x7f\xfb\x3f\x9e\x08\x1e\x3e\x7c\x28\xdb\x90\xb2\ \x51\xcb\xe7\xbd\x87\xf7\x00\x08\x65\x62\xa4\x82\x2c\x80\x42\xae\ \x50\xc6\xe5\xad\xb0\xc1\x56\x49\x04\x62\xee\x0a\x38\x2a\x54\x7d\ \x0f\x47\x8a\xa6\x30\xe1\xa8\xd9\x5b\x40\xb9\x7c\xd0\xbe\x27\x07\ \x07\x5b\x8f\x77\xd8\xb0\xc3\xfd\xc7\x07\x92\x03\x54\x45\xba\xb5\ \x75\xf0\xe4\xc9\x16\x20\xe8\xd6\x5b\x80\x3c\x8a\xff\x7a\x67\x7b\ \xdb\xa0\x01\xf2\x41\x71\xa2\x1a\xb9\x51\xab\x5e\x45\xc1\x7d\x5a\ \xf5\x1d\xbd\x76\x6d\x7b\x53\x63\x30\xa2\x68\x61\xf9\xaa\xfc\xee\ \xf6\xf6\x9a\x5d\xa3\x51\xa9\x0c\xab\x3a\x3d\x0a\x6a\xb7\x06\x3d\ \x2e\x23\x16\xc4\x41\xcf\x9c\x04\xe1\x34\x5a\xf4\x36\xbd\xc6\xad\ \xd7\x82\x39\xd1\x6a\x35\x5a\xb5\x42\x6e\x30\x69\x56\x15\xa8\xa3\ \xbc\x46\xab\xd2\x68\xf5\x46\x8d\x49\xab\xd0\xe8\x51\x55\x82\x56\ \x67\xb1\xeb\x75\xa8\x91\x96\xc6\x80\x62\x21\xe4\x1a\x83\x0d\x14\ \xc2\x6e\x77\x18\x8d\x0a\xb3\x4e\xb7\xaa\x36\xd9\x31\x8f\x4e\x67\ \x77\x99\xcd\x6e\xbd\x51\xb7\x6a\x88\x46\x42\x5e\xb7\xc7\x2e\x37\ \x39\x9d\x66\x9f\x17\x05\x67\x19\xb5\xc0\x6a\x66\x9d\x16\xfe\xf7\ \x58\xd5\x6a\x3d\xc8\x06\xda\xbc\x41\x67\x37\x59\x0c\x06\xb3\x56\ \x71\xc7\xe8\xb0\x39\x6c\x5a\x9d\xc9\xa2\x53\xdc\x59\x35\xd9\x2d\ \x72\x1d\x08\xb4\xda\x60\xf4\x85\xbc\x3a\xa3\x0d\x8c\x85\xd5\x61\ \xb3\x7a\x2c\x36\x0d\x38\x10\xc2\x6a\x71\xaa\xf5\x01\x9f\xdb\x6a\ \xb1\x9a\xed\x7a\x38\x5e\x35\xea\x9b\xa8\xd3\x28\x36\x57\xe1\x20\ \x37\xd7\xe4\xf6\x58\xbd\x14\xc5\x03\x01\xaf\xc5\x6c\x75\xe8\xe5\ \x66\x2f\x61\xd1\xfb\x74\x9b\x70\xae\x26\xb7\xc9\x64\x0f\xb8\x15\ \xf6\x60\x89\x22\x69\xb3\xcb\x6b\xd2\xb9\xdd\x0e\x93\xc2\x6c\x02\ \xc7\xe6\x72\x5a\x9d\x5e\xbc\xde\xaf\x33\xfe\x10\x86\x85\x31\x6f\ \xb8\x91\xf0\x13\x7e\x87\xc7\x41\xfa\x03\xa4\xd5\x1b\xc5\xfc\x7e\ \xdc\xe7\x0f\x05\x30\xd2\x87\x11\x24\x15\x62\x70\x17\x16\x4f\x0c\ \x3a\x41\xd0\x1f\xb8\x4d\x30\x2e\x3f\x40\x9c\x2f\xe0\x0c\x84\x08\ \x0b\xe5\xf6\xd4\xe3\x34\xee\x0d\xfa\xcd\x36\x0f\x0d\xda\x42\x78\ \x40\xe4\xfc\x4e\x8c\x41\xa5\xa3\x61\x72\x58\x04\x4b\x56\x8d\x95\ \xe2\x1e\xd2\x1f\x8b\x37\x42\x20\x32\xa5\x18\xe6\x74\x44\x1b\x21\ \x40\x34\x06\xe8\x9b\x20\x8a\x91\x12\xe9\x0e\x30\x94\xcb\x1f\x0b\ \xf8\x8b\xd1\xa8\x9b\x08\xc4\x22\x91\x44\xbd\xda\x89\x7a\x63\xf5\ \x78\x24\x44\xf8\x03\x58\xbc\xd7\x19\x8e\xca\x95\xde\x2c\x5e\x6a\ \x44\xaa\x55\x70\xad\xf3\x78\x35\x58\x5f\xce\x23\x81\x10\x53\xed\ \x8d\x96\xa3\xf6\x6c\xd6\x99\x77\x2b\x27\xe9\xfc\x28\x77\xd3\xaf\ \xdd\xf6\xc7\x83\x18\x3d\x88\x05\xa9\xe0\x10\xec\x3a\xe1\x74\x92\ \x4e\x8c\x0a\xd2\x70\x43\x89\x86\xb1\xfe\x60\x54\xeb\x57\x7a\xd3\ \xec\x75\x76\x5a\xac\x37\x7a\x95\xd4\x72\xd1\x6c\x15\xf2\x99\x7c\ \xb2\x17\xa9\xcf\x17\xa1\x59\x75\x59\xce\xf5\xa6\xfd\xea\x7c\x30\ \x18\x24\x8f\xb3\xbd\xfc\xf1\xc9\x59\x25\xdf\xbf\xcd\x9e\x7c\x95\ \x4e\x8d\x17\xd3\x79\xbb\xdc\x1d\xb5\xf2\xb9\x49\x2f\x95\x4c\xbf\ \x3e\xbe\x78\xd6\x5a\x1e\x97\x73\xd7\x2f\x6f\xcf\xc0\xba\x65\x2e\ \xff\xe5\x97\xbf\xf8\xec\x17\x5f\xdc\x14\x9a\xc7\x2f\x7f\x7b\x91\ \xb9\xee\x9e\xbc\x4a\x96\xbb\xbd\x69\xf7\x2c\xdd\xca\xe5\x0a\xc9\ \x6c\x7b\x9a\xbd\xbc\xca\xa5\xda\xcd\xe7\x27\xe7\xa9\x72\x2e\x3f\ \x49\x2d\x16\xbd\xf6\xb8\xd5\xec\x67\xb2\xb5\x69\x7b\xdc\x3e\x39\ \xb9\xbc\xbd\xfc\xe6\xd9\x59\xb9\x97\x4b\x1d\xe7\xd3\xe9\xd3\xcb\ \xe7\xbf\xff\xea\xec\xe4\xe9\xeb\x2f\x5e\x03\x78\x7e\xf5\xfa\xe9\ \xd3\xb3\x8b\xeb\xdb\x2f\x9f\xa6\x5f\x9e\x80\x44\x25\x33\xb9\xe3\ \xca\xc5\xe9\xf9\xeb\xcb\xb3\xcc\xe9\xed\xd5\x79\xe1\x34\x79\x72\ \x71\x72\xd6\x3e\x3e\xb9\xfa\xec\x45\xfa\x2c\xd3\xbb\x38\x4d\x1f\ \x9f\x5c\x3e\x3b\x7b\xfa\x87\xff\xf9\xd7\xff\xfc\xcd\x3f\xfe\xfd\ \x1f\x7f\xf5\xf9\xaf\x3e\xf8\xdd\xa7\xbf\x79\xef\x07\xdf\xfd\xf6\ \x3b\x0f\x65\x8f\xee\x6f\xac\xdf\xbb\xff\x40\x06\x04\x28\x5a\x07\ \x3b\x22\xe3\x4b\x65\xac\x07\xf7\xee\x6d\x28\xa5\x22\x99\x4c\x2c\ \x62\xf1\x00\xae\x36\xa4\x52\xa1\x6c\x57\xb9\x81\x4a\xc5\x65\x7c\ \x96\x10\x11\x15\x5a\xa1\x2c\x13\xc9\x04\x70\x95\x6f\x00\x4d\x49\ \x04\x1b\x02\x8e\x92\xcb\x86\x47\x57\x56\x44\x52\x19\x6a\x1a\x81\ \xe6\xf0\xb8\x68\xfc\x49\xc0\xe5\xc0\x2b\x57\xb6\x50\xd3\x7b\xc1\ \x0a\x5f\xc4\x11\xb3\xa4\x02\x81\x60\x07\xf5\x00\xe4\x4a\x57\xd8\ \x48\xa4\x90\x66\x48\xa5\x5c\x96\x90\xb5\xce\xe2\xa0\x61\x78\x31\ \x0b\x94\x6e\x43\x24\x52\xee\x6d\xec\xc9\x50\xa6\x3b\x0b\x85\x53\ \xf1\xe0\xf5\xdc\xc3\xfd\x83\x9d\x27\x3f\xfa\xd1\xdf\x7e\x08\x7a\ \x75\xb8\xc5\x66\x7f\xff\xef\x3e\x7c\x7c\xf4\xe4\xc9\xd1\x21\x30\ \xe1\x8f\xff\xc7\x87\xbc\x47\x7b\xf0\x1a\x11\xaa\xad\x12\xef\xdd\ \xdf\x55\x0a\x79\x1b\xeb\x1c\xb0\x6c\x3c\x8e\x8c\xb5\xc5\x42\xad\ \x31\x40\x94\x58\x6c\x94\x2b\xbf\x82\xe4\x89\x87\x72\x22\x58\x42\ \x2e\x38\x2d\x3e\x17\x74\x49\xc2\xde\x5f\x41\x81\xee\xfb\x8f\x81\ \x0e\x25\x28\x04\x07\x35\xa8\x3f\x44\x85\xf9\x40\x9e\x87\xc0\x86\ \x6f\x6d\xde\x59\x5d\xfb\x9b\xcd\xed\x55\x85\x5e\xaf\x58\x45\xeb\ \x63\x56\x51\x27\xd5\x6f\xad\x6e\xaf\xaa\xe5\xdb\x68\x89\xce\x9d\ \xbb\x9b\xdb\x0a\x94\xa3\x7c\x77\xf3\xbf\xac\xad\x6e\x6b\x14\x72\ \x94\xe3\xb9\xad\x55\xaf\xc9\xd7\xb6\x15\x60\x00\xf4\x8e\x00\x5c\ \xe9\x36\x9d\xd5\xe9\xd6\xbb\x74\x70\x59\x2b\x56\xdf\x56\x6d\xde\ \x85\x97\xac\xbe\x59\x7f\x08\x3a\xa8\x58\x55\xac\xdd\xb9\xab\xd6\ \xc3\x76\x14\x5a\x85\x7c\x75\x7b\x6d\x4d\xb1\x7d\x17\xb5\xac\x58\ \x53\x29\xd6\x40\x07\x37\x15\x77\x57\x51\x5e\x83\x11\xb5\x98\x50\ \xab\xb5\x2a\xb9\x45\xb3\xa6\xd7\xda\x1c\x56\x14\x2e\x65\x36\xeb\ \x6d\x3a\xf5\xb6\x16\x2b\xcd\x50\xa3\x1b\x95\xdc\xac\xd2\x98\xcc\ \xab\x2a\x8b\x76\x6d\xf5\xee\xaa\xc2\x66\xd2\x6c\xdf\x5d\x55\xaf\ \x81\x17\x52\x19\xf4\x26\x8b\x46\xae\xd0\xab\x8d\x0e\xb5\xc9\xac\ \x33\xc8\x35\x3a\x9d\xd5\xac\x30\xea\xcc\x9a\x4d\x85\x42\x6b\x37\ \xea\xdd\x76\xa3\xd1\x60\xd0\x38\x30\x87\x8d\xc2\x29\x8f\xcb\x83\ \xf9\x68\x9b\xd9\x0d\x36\xc8\xeb\xb3\x79\x48\x30\x5a\xb8\xd3\xa9\ \x83\xbd\x9a\x40\x68\xd5\x6b\x6f\xc3\x9b\xa0\x57\xad\x6a\x14\x2a\ \x74\xe0\x7a\x22\x42\x83\xb3\x03\x84\xb4\xfa\x9c\x1a\x33\x15\xf3\ \x99\xec\x0e\xbb\x41\xa3\x36\xea\x9c\x2e\x9b\xd1\x6b\xd5\x19\x7d\ \x04\xc8\x90\xdb\x8a\x69\x35\xe0\x48\x35\x5a\x87\x5e\x6f\xd2\x61\ \x3e\x1b\x30\xf6\x20\xb9\x08\xf8\x69\x92\xb4\xe2\xe1\x78\x3c\x48\ \x32\x01\x17\xe6\xa4\x7d\x78\xc0\x66\xc1\x18\x1f\x98\x56\x5f\xd4\ \x65\x46\x2e\x95\x01\x23\x19\xf0\xa0\x64\x96\x62\x38\xc6\x78\x48\ \x0f\xd0\x75\x22\x40\x12\x74\xc0\x4a\x85\x48\x9c\xc1\x68\x26\x44\ \x93\x6e\x12\x73\xbb\x7d\x11\xc2\x69\x71\x7a\x42\x8c\xcb\xec\x09\ \xc5\xc0\xf4\x46\xc2\x71\xe0\xec\xa1\xdf\x43\x57\xeb\x41\x9a\x0e\ \x26\x68\x5f\xb0\x51\xec\x94\xc2\x34\xe1\x0f\x45\x67\x11\xa2\x33\ \x0f\x12\x7e\x9f\xbf\x1a\x65\x02\x60\x4b\x29\x02\x51\x72\x24\x4e\ \x3b\x09\x2a\x32\x9f\x0f\xe2\xd5\x52\x3c\x41\x87\x8a\xb1\xe8\x24\ \x52\x0a\x57\x46\xf1\xc6\x12\xa8\x9c\xc1\xeb\xf5\x20\x3e\xeb\x34\ \xc0\x52\x05\xcb\x83\x46\x7f\xd4\x9e\xf4\x06\x83\x51\xa3\x3a\xad\ \x64\x6b\x93\x5a\xbf\x70\x36\xad\xf4\xda\xed\xd1\xac\x34\x88\x82\ \x3a\x32\x18\x9a\x12\x76\xfb\x4c\x7a\xf0\xd0\x51\x54\x05\xc6\x04\ \xc0\xd9\x25\xfa\x27\xbd\x52\x75\x92\x4b\x65\x16\xcd\x76\xa3\xd2\ \xeb\xf6\xe6\x4d\xb0\x67\xe9\x76\xbb\x3f\x1d\x2f\xe6\xb3\x51\x67\ \x9e\x6f\xe6\xa7\xcb\xf9\xbc\x3d\x0e\xcd\x2b\xe3\x51\xad\x97\x4b\ \x4f\xda\xd3\x5c\xad\x9c\xcd\xa5\x52\xa5\x51\x33\x3f\x5a\x9c\x00\ \xaf\xd5\xfa\xd9\xfe\x49\x2a\x75\x9a\xad\xf5\xbb\xcd\x42\xf2\xf8\ \xb4\xd9\xae\xb4\x46\x97\xbf\xcd\x9e\x5d\xdf\x64\x5a\x85\x93\xcc\ \xed\x17\x67\xe7\xc7\xb9\x5a\x2a\x77\xfe\x34\x9d\x7b\x7a\x9e\xbc\ \xca\x4f\x67\xe5\xd6\x28\xb7\x00\xe2\xcb\x57\x46\x85\xf3\xb3\xf3\ \x45\xa3\xd9\x1a\xcc\xe6\xb1\x49\x7b\xd0\x6b\x37\x53\xb9\x5e\x1f\ \xa5\xc5\xa4\x53\xd3\x66\x25\xd7\x1c\xb5\x5b\xd3\x6e\xb3\xd6\xcc\ \x5f\x3f\x7f\x7a\x7b\x7a\xfe\xf2\xc5\xd3\x67\x4f\x8f\x0b\xc9\xb3\ \xab\x69\x39\x75\x91\x69\x9d\x9c\xa2\x98\x86\x72\xb2\x9c\xcf\x5f\ \x14\x2a\xb9\xd3\xe3\x17\x57\xe9\xcb\x53\xd0\xa8\xfc\x04\xde\x87\ \xc5\xbc\x7b\xd6\xef\xc1\x29\x65\xd3\xc9\x93\xdc\xcd\x57\x5f\xfd\ \xe1\x3f\xfe\xd7\x3f\xfe\xfd\xc7\x7f\xfe\xfc\x57\x7f\xfe\xf9\xef\ \x3e\xfd\xf4\xcf\x9f\xbe\xf3\xde\x77\x1f\x3d\xba\x7f\xff\x21\x40\ \xde\x3a\xd8\x11\xa5\x54\xb9\xbb\xb7\x27\x14\x2a\x01\xd0\xa4\xbb\ \xf7\x1e\xac\x83\xa1\x5a\xdf\x58\x47\x63\xd5\xa2\x0d\xd9\xc6\xae\ \x52\x2a\x5e\x5f\x47\x3e\x09\xb5\x88\x47\xc1\x57\x1c\x11\x5a\xa3\ \x2c\x42\x0d\x04\x05\x28\x8f\x81\xc3\xe1\x0a\x05\x42\xde\x0a\x5f\ \xbc\xc2\x17\x48\xc5\x42\x91\x52\x28\x13\xb2\xb7\x38\x22\x21\x4b\ \xc9\xe7\xf3\x59\x62\x19\x97\x25\x02\x1a\x13\xf3\x59\x3c\xb4\xc0\ \x87\x2f\x58\x41\x6d\xe1\xf7\x25\x22\xe1\x8a\x10\x75\x3b\xe4\x73\ \xf6\x80\xdb\x50\xfd\x02\x4f\x26\x15\xbd\xe9\xd7\x23\x96\x8a\xd0\ \x02\x21\xa1\x0c\x58\x8c\xbd\x05\xcf\x3f\x90\xf0\xd9\xc0\x99\x5b\ \x47\x1f\x1e\x6c\x01\x9b\xb1\xf9\x3b\xfb\x6c\x0e\x77\xe7\x6f\x7f\ \xf2\x11\x0a\x6b\x38\x7a\x72\xf4\x64\xff\x7b\x3f\x7a\xcc\xdf\x7d\ \x77\x63\x5d\xcc\xe1\xa3\x54\x2d\xd1\xde\x83\x0d\x99\x00\xf4\x56\ \x29\x65\x01\xf9\xf1\x25\xa8\xd6\x1d\xc4\x92\x0f\xaa\xbb\x82\x32\ \x08\x85\x20\x5a\x20\xa7\x7c\xd4\x8a\x1e\xfe\x63\xb3\x77\x50\x8e\ \x9f\xe4\x09\x20\xe1\xd1\xd1\xd6\xa1\x04\x20\x14\x76\xb2\x7f\xb0\ \xbf\x23\xd9\x3f\x3c\xd8\xdf\xda\xdf\x3f\x94\xec\xbc\xb5\x7d\x67\ \x7b\xf3\xae\x06\x84\x03\xad\xa2\xd3\x6c\xaf\x1a\xd0\x2a\x64\xf9\ \xb6\x11\x3c\xd2\xe6\x9d\x4d\xb9\x62\x7b\x7b\x13\x0c\xc4\xb7\x36\ \x55\x6a\xed\x9d\x55\xf9\xea\xb7\xe4\x28\x69\x4f\xbb\x2a\x07\x61\ \x32\x6a\x35\x72\x97\xdf\xe2\xb5\x5a\x7d\x9e\x88\xcb\xe2\xf2\xb8\ \x4c\x4e\x8b\x59\x03\xb6\x6a\xd5\xa4\x02\xe5\xd9\x34\x80\x18\x6d\ \xa3\xe6\xab\x8a\x6d\x0d\xec\x07\x3c\xdc\xf6\x9d\xcd\xd5\x55\x95\ \x76\x6d\x13\xe5\xc8\xcb\xf5\xfa\xd5\x3b\x77\x40\x29\x37\xe5\x6b\ \x46\x8d\x5a\xab\xd6\x68\x34\x6b\x6a\x13\x6a\x26\x01\x56\xcc\xa8\ \xd5\x1b\xc0\x61\xb9\x09\xaf\xcb\xaa\x53\x03\xa7\xea\x34\xae\x61\ \x35\xe4\xd6\x59\x8c\x76\x83\x5e\x6f\x31\xc2\x5f\x26\x23\x0a\x43\ \xd5\xbb\xe1\x78\x56\x15\xab\xdb\x9b\x6a\xad\x49\xa7\xd1\x99\x0c\ \x3a\xa3\x4a\x6d\xb1\xa3\x0d\xc8\xb5\x7a\xb9\x0b\x47\x3c\xab\xb5\ \x58\xf4\x46\x8b\x51\xe3\x30\x19\xb4\x5a\x15\x18\x42\xab\x37\x11\ \x25\xdc\x80\xbd\x78\x10\x9c\x95\xc9\x60\x77\x3a\x6d\x7e\xda\xe9\ \xf6\xe0\x6e\x33\xee\x56\xdb\x1d\x5a\x83\x66\x15\x7c\xa6\x56\xf1\ \x66\x41\xb4\xe2\x4d\x2e\xb4\x0f\x80\x29\xc4\x50\x7e\x8f\xd3\xe3\ \x54\x3b\xe2\x21\xcc\x01\x88\x69\x80\x63\x72\x90\x76\x8b\xc3\x6e\ \x34\x59\xdd\x66\x8b\x45\x27\x37\x81\xdf\x33\x3b\xdd\x3a\x8f\xc7\ \x68\xb7\xe9\xed\xa8\xfe\xc9\x1f\x4a\xb5\x43\xce\x20\xe9\xf4\xba\ \xa9\x68\x3d\xe2\x0f\xb8\x9d\x24\xe6\x73\x7b\x19\xaf\xc7\x1f\xc5\ \x3d\x4e\x7f\xa0\x4a\x98\xbd\xc1\x52\x9c\x0c\x87\x63\x84\xd3\xc7\ \x74\xea\xf1\x44\xb5\xe4\x25\x09\xcc\xe9\x09\x86\x99\x68\x95\x76\ \x05\x83\x5e\x7f\x88\x21\x4a\x51\x2f\x5a\x3d\x4d\xe0\xc1\x18\xe6\ \xb3\x63\x7e\x9a\x8a\x12\xbe\x40\xd1\x1b\xaf\xc7\x62\xf5\x28\x11\ \xa9\xfb\xf0\x78\x3d\x1c\x2e\x85\xa3\x0d\x97\x2b\x3e\xaa\x2f\x97\ \x94\x3f\x1c\xc1\x98\x41\x68\xd6\x1b\x06\xe3\x73\x92\x98\x33\x78\ \xa3\x1e\xc4\xfc\xb0\xbf\x44\xa3\xca\x04\x31\x0c\x0f\xc7\xea\xf3\ \x48\x30\x12\x8f\x06\xe9\x2a\x15\x9e\xce\x06\x81\xda\x38\x30\x58\ \x0e\x22\xf5\x61\x7d\x14\xf7\xd2\xe5\xe6\xa8\x36\x2e\x4e\x93\xa5\ \xc0\xa4\xdb\x2f\xd7\x16\x93\xda\x30\x32\xee\x2e\x5b\xed\xca\xa0\ \x32\x9c\x34\x97\xf5\x65\x98\x0e\x95\x02\x9e\xc6\xd0\x47\x52\x2e\ \xc0\x7c\xab\x49\xef\xb2\xbb\x99\x30\x43\xe2\x74\x20\x54\xec\xc4\ \x9f\xfd\x72\x54\x6a\xb7\xce\x73\x93\x4a\x25\xb3\x8c\x2e\xdb\xe3\ \x71\xbb\x3f\xee\x35\xe3\xed\x5c\xae\xd9\x6a\x8c\x46\x83\x22\x28\ \xcf\x72\x31\x9b\x4c\x97\x8d\x7e\xbb\x96\xed\xb6\x4e\x32\x83\x79\ \xa5\xd3\xef\x8e\xdb\x99\x54\x63\x70\xd1\x9f\x8e\xf2\xa7\xfd\x5c\ \x6a\xd4\xbd\x2d\x54\xda\xc9\xda\x59\xe5\xfa\x3a\x99\xcb\x56\x72\ \x97\x97\xf9\xc2\xe9\xe5\xf9\xed\x69\x2b\x79\xda\xed\xa6\x4f\x8e\ \x5f\x5c\x54\x2a\x85\xda\xf1\x79\x21\x73\xf6\xf2\x18\xf4\x68\xb9\ \xe8\x2d\xba\x8d\x6a\x63\x32\x1c\x54\x17\x85\x76\xf3\xa2\xd2\x1b\ \x2d\x66\x39\xf0\x6d\x35\x10\xce\x7e\xb7\x35\x9d\x94\x4f\x17\x95\ \xfe\xb2\x38\xac\x74\x17\xcb\x61\x6f\xb1\x3c\x6e\x16\xb2\x67\xe9\ \xf2\xe5\xd5\x69\xf3\xf8\xb2\x99\x4b\xe5\xfa\xfd\x72\xa1\x90\x2c\ \x37\x0b\xaf\x5e\xe6\xca\xb9\x66\x32\x95\xad\x1d\x1f\x57\x6e\xcf\ \x4f\x9f\x82\xc7\xbb\xbe\x7c\x76\xd9\xca\xf6\x96\x85\xf2\x74\x5c\ \x28\xf7\xc6\x69\x38\xc7\x56\xed\xfc\xc5\xd3\xd7\xff\xf2\x9f\x7f\ \xfd\xd9\xbf\xfe\xf1\x4f\x7f\xfd\xf7\x1f\xfc\xe6\xa7\x9f\x7c\xf0\ \xf1\x27\xef\xdc\x7f\xf7\xdb\x1b\x0f\xee\x6d\x3c\x14\x8a\x1f\xec\ \xae\xcb\xd6\x1f\xec\x2a\xc1\x6b\xc9\x44\xd2\x5d\xd9\xfa\xfa\xee\ \xc6\xfa\xc6\xde\xae\x18\x4d\xd3\x09\xc1\x67\x29\x45\xca\x5d\x54\ \x65\x20\x63\x71\xc0\x21\x71\x78\x5c\xb8\xf4\x11\xfd\xa1\x01\xf2\ \x37\xcd\xbb\x58\x3c\x96\x68\x9d\xb3\x85\x42\xd3\x85\x62\x80\x2b\ \xbe\x80\x27\x96\xb2\x84\x52\x9e\x04\x9e\x2a\x40\x15\x0c\x3b\x62\ \x29\x5a\x1a\x2d\x13\xa3\x80\x63\x8e\xe4\x4d\x24\x3c\x9f\x8d\x32\ \x11\xb6\x38\x7c\x91\x8c\x85\x92\xfb\x44\x1c\x2e\x4f\x24\x12\xa2\ \x6a\x78\xd1\x06\xec\x4f\x04\xaa\x25\x5d\xdf\x13\x72\x57\xc4\x12\ \x36\xea\xbc\x25\x91\x6c\x09\xa5\x28\x01\x02\x34\x65\x7f\x9f\xc5\ \xdb\xdf\x79\x23\x2e\x3b\x8f\xff\xf6\xc7\x1f\xee\x1f\xa0\x0a\xa9\ \xc7\x47\x07\x3f\xfe\xc9\x13\xbe\xf2\xc1\x3d\xd4\x41\x63\x85\x0b\ \x3b\x54\xde\x57\x8a\x95\xeb\x02\xb1\x68\x03\xcc\x14\x0f\x7c\x14\ \x6f\x07\xa5\x4a\x70\x94\x6c\x36\xff\x4d\x42\x17\xea\x3f\x86\xba\ \x5d\xa0\x9f\xa3\xf6\xd3\x3c\x89\x80\xcf\x66\xa3\x71\xab\x03\xc9\ \x8a\x64\xff\x08\x76\x88\x42\x93\xf7\xd9\x28\x40\xf9\x68\x6b\x0b\ \xad\x36\x7c\xeb\xed\xff\xb6\xaa\x42\xcb\x89\xd5\x9a\xed\xcd\x35\ \x10\x2e\x14\x2e\x8c\x7a\x1e\x6f\xca\xdf\x5e\x93\xcb\x57\xd7\xee\ \x68\x50\x77\x2f\xb5\x66\xcd\xa0\xbe\xb3\x06\xea\xb3\x76\x77\x13\ \x85\xf6\xdd\xdd\x34\x99\x6d\x46\x80\x22\x37\x0e\xd7\x1d\xe3\x09\ \x7b\x75\x41\x06\x77\xda\x2c\x0a\x05\x3c\x71\x55\x8d\x62\x8f\x15\ \x06\xd5\xf6\xdb\x6f\xdf\x45\x2b\xa7\xb5\x46\x20\x3f\xf9\x1a\xea\ \x0f\xb6\xa6\x56\xe8\x37\x15\x28\x7b\x5d\x61\xd0\xdc\xd9\x5c\x53\ \x83\xac\xa9\x0d\xea\x4d\x39\xa8\x8e\x46\xaf\x56\x18\x8d\x6a\x95\ \x5e\xa7\x07\xae\x03\x4a\x33\x1b\x75\x56\x17\x66\x34\xd8\xac\x36\ \xbb\x4b\x63\x8f\x0e\x28\xb3\xdb\xa6\x42\x99\x0c\x66\xad\x01\xa0\ \xcf\xad\x97\xab\xd4\x3a\xd4\xf9\x59\xa5\x32\x6a\xb7\xe5\x26\xaf\ \x5d\xaf\xd6\x6c\xea\x1d\xc0\x83\x66\xa3\x5d\x8f\x32\xe7\x57\x2d\ \x18\xae\x57\x6b\x51\x58\xbc\x1d\xb5\x0e\xb3\x98\xac\x26\x95\xd1\ \xe3\x77\x9a\xe8\xb0\x15\xd4\xcd\x49\xfa\x40\xf3\xec\x26\xad\xd1\ \x89\xf9\x43\x5e\x0b\xf8\x16\xab\xcb\xa5\x30\xd9\x4c\x60\xe0\x36\ \x35\x6a\x8d\x11\x0e\xd6\xb0\x06\xc4\xba\xa6\x31\x82\x50\x24\x86\ \x70\x0d\x3a\xdd\x01\xdb\xaa\x33\x41\xe1\x66\x15\x50\xb0\xde\x61\ \xb3\x19\x8c\x0e\x2b\x12\x2e\x20\x38\xd2\x66\x73\x39\xd4\x06\x33\ \xe3\xf3\x79\xd1\xca\x70\x95\xde\x49\x92\x18\x11\x3b\x6d\x85\xf1\ \x52\x15\x23\x3c\xbe\x40\xa2\x84\x3b\x30\x27\x15\xc0\xf0\x00\xe6\ \x73\x85\x13\x1e\x8f\x8f\x8c\xc6\xbc\x6e\xd0\x22\x2a\x08\x48\x45\ \x51\x9e\xc8\xb8\x58\x0f\x85\x63\x51\x9f\xcf\x9f\xa0\x48\x30\x45\ \x89\x88\xc3\x1b\xa9\x33\x4c\xd8\x4f\x7a\x5d\x3e\x1c\xac\x1c\x46\ \x84\x8b\x94\xc9\x11\x60\xe8\x30\xee\xa1\x63\xde\x50\xb4\xd3\x28\ \x05\xbd\xa1\x84\x3b\xd1\x1b\xc5\x48\x1c\x67\x86\x41\x82\x29\xf6\ \x5a\xed\x44\x24\x01\x12\x19\x1b\x0c\x66\x31\x2a\x58\xb2\xc6\x23\ \x14\x15\x8b\x11\x44\x9c\xc0\xea\x83\x59\x35\x91\x08\xe0\x34\x9e\ \x18\xc4\x13\x4c\x27\x5a\xa4\x7c\xc3\x78\xa7\xb8\x9c\x07\x1a\x4c\ \xa8\x31\x1a\x47\x16\x93\xd9\x28\xe8\x08\x1e\xb7\x5a\xed\xc5\x72\ \x99\x2d\x0d\x93\xfd\x4e\x26\x35\x2e\xb6\x66\x91\x79\xbb\x3a\xe9\ \x8d\xeb\xc5\x7a\xbf\x52\x8e\x4f\x1a\x71\x66\x1c\x76\x05\x3d\xa4\ \x97\x66\x30\x8f\xc7\x69\xf3\x7a\xe0\x10\xc0\x2e\x92\xa4\x27\x94\ \x98\xd5\x6f\x7e\x3d\x18\x9d\xf5\x2b\xad\xc9\xb8\x96\x59\x36\xfb\ \xd9\x4a\xaf\xd0\xea\x4f\x27\xf3\x56\x6a\x9c\xcd\xc7\x97\x93\x4e\ \xaf\x32\xe9\xf6\x9a\x8d\x7c\xa1\x3e\x3a\x49\x95\x81\xda\x52\xdd\ \x4e\xbb\x35\xca\x66\x5b\xdd\x7c\x79\xdc\xce\xb6\xcb\x85\x7c\x65\ \x9c\x69\x8e\x93\xd5\x59\xbe\xd5\x7a\x76\xdc\x2f\xa4\x2e\xbb\x95\ \x64\xe1\xf8\xa4\x99\x7e\xf9\xb2\x90\xf9\x32\x95\xb9\xaa\x95\x8f\ \x0b\x17\x57\xa8\x06\x3d\x7f\x7e\x39\x4d\x5f\x9e\xe5\x7a\x8d\x49\ \xbd\x9d\x99\x34\x9b\xc5\x68\xa7\x58\xef\x00\x8b\x76\xf3\xd3\xde\ \x6c\x3e\xce\x4f\xc1\xa0\x55\xb2\xa3\xce\x49\x2a\x3f\x6a\x1d\x57\ \x96\x9d\x51\x65\x3a\xce\xcf\x17\xcd\x5e\xbc\x76\x9e\x3e\x49\x67\ \xaf\x6e\x2f\x53\x67\xad\x76\xae\xdc\x6e\x9d\xf5\x9a\xb5\x64\x37\ \x3f\xae\x15\x4e\x5f\xa7\x2a\xcd\xf4\x79\x25\x93\x07\x41\xfc\xe2\ \x65\xe1\xac\x70\x7a\x75\xf5\x3c\x7f\x9b\x5b\x8c\x06\xb9\x5c\xb7\ \xb7\x4c\xb6\xb2\xa9\x42\xb9\x3b\x3e\x7b\xf1\xcb\xff\xfb\x9f\xfe\ \xe7\x3f\xfe\xeb\xbf\xfe\xee\xf3\xcf\x7f\xf3\xbb\xef\xfc\xe6\x93\ \xcf\x3f\xf9\xf9\x07\x8f\x1e\x7c\x67\x43\xf6\x68\x57\xa4\xdc\xb8\ \xff\xe8\xbe\x0c\x0d\x7c\x8b\x84\xd2\x7b\x7b\xeb\xca\xf5\x75\x14\ \x3a\xba\xf1\x60\x7d\x57\xca\x11\x49\x05\x7b\x32\x99\x88\x23\xdb\ \x93\x8a\x38\x52\x91\x98\xb3\x2e\x16\xf0\x44\x28\x46\x54\x8a\x26\ \x06\x59\x4a\x90\x2f\xa9\x90\x0f\x26\x4b\x29\x66\x09\x76\xd8\x20\ \x6f\xa8\x48\x54\x02\x6e\x09\x58\x52\xba\xbe\xf2\x26\x95\xf4\x4d\ \x83\x68\x2e\x1f\x8d\x77\x49\x45\x02\xc9\x0e\x17\x70\x4f\xc9\x67\ \xb1\x56\xb6\xf6\x1f\x3f\xde\xdf\x17\x72\x59\x40\x6b\x3c\x96\x54\ \x29\xe2\x8b\x85\x40\xa1\x68\xea\x91\xa5\x94\xf1\x39\x1b\xbb\x0f\ \x77\x85\x42\xc9\x0a\x7f\x6b\xe5\x4d\xdb\xc0\x7d\x16\xaa\x3d\x05\ \x67\x05\xdf\xf2\xb6\xb6\x78\xfb\x07\x68\x55\x10\x8f\x7d\xf0\xa3\ \x1f\x3f\x39\x7a\x7c\xb0\x7f\xf4\xd1\x87\x87\x4f\x7e\xf8\x93\x27\ \x82\x8d\xbd\x77\xc0\x13\x0a\x80\x6e\x85\x70\xf8\xf7\x44\x2c\x34\ \x7a\x25\x13\x22\x38\x95\xb0\x59\x60\xb2\x24\x7c\x94\xb3\xcc\xe7\ \xf2\xb9\x22\x14\x0d\x28\xe1\x0b\x51\x85\x03\x10\xeb\x0a\x9b\x0b\ \x5b\x45\x73\x8f\x87\x92\x43\xb0\x5c\xec\xa3\x1d\xf8\x7b\x1f\xcd\ \x18\x72\xb7\x76\xde\x3f\xdc\xda\x3a\x38\x7c\xbc\x05\x48\x78\x77\ \x55\xbb\xad\x06\xe0\x51\xcb\xd5\x48\x90\x14\x70\x8d\x1a\xe4\x0a\ \xb4\x0e\x10\xdc\x10\x98\x0c\xb0\x17\xea\x6d\x95\x42\xa3\x05\x0b\ \x03\x5f\xaf\xde\xf9\x96\x4a\x67\x94\x2b\x74\x36\x93\xd9\xae\x35\ \x38\x3c\x01\x97\x0e\xaf\x07\x68\xd2\xe9\xf2\x27\x08\xbb\x5b\xf5\ \xf6\x5d\x95\x0a\xa5\x2a\xaf\xa9\xe5\x5a\xb8\xe2\x15\x0a\xb9\x7a\ \x53\x8d\x46\xc0\x54\x6b\xab\x68\x27\x0a\x03\x88\x9e\x62\x55\x7e\ \xe7\x6d\xb9\x51\xb1\xaa\x95\x03\xa9\xad\xca\xb5\x6a\x15\xa8\x82\ \xd1\x66\x53\xac\xa2\xa5\x7f\x46\x8b\x0e\x75\x4c\xb5\xba\x4d\x1a\ \xbd\x95\x0c\xfa\x1c\x56\x8b\xd5\xe2\xb2\x5a\x1b\x8b\x92\xce\x69\ \xd6\xa3\x95\x82\x76\x8f\xce\x60\xd6\x99\x9d\x46\x2d\xea\xc2\xa3\ \x51\xe8\x55\x76\x8b\xce\xa0\xb7\x80\x5e\x19\xb4\x46\x52\x67\xb0\ \xe8\x54\x66\xe0\x3c\x8d\x46\x65\x42\xdd\xb8\x8c\xf0\x80\x4e\x87\ \x54\xcc\xe2\xc5\x4c\x60\xc5\x5c\x5e\x87\xcf\x6d\xd0\x39\xf4\x1e\ \xca\xab\x35\xd8\x6c\x00\x85\x04\xe9\xc7\xcd\x58\xd0\x4a\xbb\x2c\ \x26\xa3\x4e\x27\x97\xaf\x81\x76\xab\x35\x8a\xed\x55\xe0\x5b\xad\ \x0e\x2c\xa8\xda\x61\xc3\x13\x41\xa6\x51\xc5\x3c\xb8\x59\x4b\x44\ \xfc\x1e\xbb\x06\xcc\x9f\xc5\x46\x85\xbc\x7e\xdc\x6d\x32\x19\xdd\ \x11\x26\x4c\x77\xea\x6e\xab\xc5\xe2\x02\x6f\xc2\x38\x4c\x7a\xa3\ \x5c\xed\x74\x61\x84\x3f\x98\x6d\x12\x24\x1d\xf2\x93\x34\x19\x9d\ \x27\xc2\x58\x9c\xb0\x3a\x9c\xc0\xa4\x6e\x47\x20\x61\xf5\xf8\x3d\ \xc1\x22\xe1\x08\xc4\xe9\x80\x87\x2a\xc5\xe2\x7e\xb2\xd3\xec\xcc\ \x62\xa1\x28\x19\xc0\xb0\x10\xe5\xb5\x31\xa0\x45\x5e\xd0\x13\x3a\ \x14\x24\xe3\x14\x19\xc7\xdc\xa4\x0f\x8b\x36\x8a\x1e\xb4\x52\x39\ \x1e\x0d\x0c\xe3\xb1\x68\x8c\x99\x14\x4b\x61\xff\xac\xe1\x8f\xf6\ \x07\x89\x10\x1e\x08\x55\xa2\x81\xfa\xac\x93\x88\xd1\x91\x88\x9f\ \x8e\xc7\x13\x9d\x49\x3d\x4a\xd1\xf8\x90\x09\x05\xea\x09\x5f\x94\ \xf6\x81\x9e\x8d\xe7\x8d\xa2\x9f\xc4\x4a\xc3\x52\x22\x90\xa0\x23\ \x33\x1f\xdd\x2e\xce\xab\x31\x90\x98\x44\xac\x3b\x1f\x94\xaa\xa1\ \xf8\x68\xe0\xa7\xc7\xfd\x6e\x63\x3e\x99\x64\x1a\x93\x64\x21\x5f\ \x4b\x2d\x06\xad\x6a\xa7\x92\x9d\x8c\x7a\xc3\x6a\x27\x31\xee\x37\ \xa7\xf3\x59\x91\x29\x81\xfd\xf4\x21\x66\x0e\xe0\x98\x0b\x33\x99\ \x28\x12\x2f\x11\x36\x67\x80\x49\x90\xf3\xd9\xe5\x3f\x2f\x5a\xd7\ \xc9\x4a\x6e\x3c\xae\x74\xc7\x93\xca\x71\xfe\x3c\x93\x6f\x9e\x8f\ \x9a\xb9\xe3\x5e\x77\xb9\x1c\xcd\x86\xc3\x54\xae\x36\x3a\x69\x35\ \xfb\xf3\xf6\xc5\xc5\x59\xa1\xdd\x3f\x4e\x76\xbb\xfd\x71\xaa\x32\ \x5e\x76\x2f\x16\x93\x69\xf3\xf8\x2a\xdf\x5c\xd4\x8e\x33\xa9\x7e\ \x25\x53\xeb\x66\x53\xcd\x64\xf6\xbc\x09\x52\x73\x9e\xce\x7f\xf6\ \xf5\xb3\x9b\x8b\xd7\xe0\x87\x92\xa7\x2f\x6f\xbf\xba\x38\xcd\x5c\ \xe5\x6a\x37\xcf\xce\xca\xc9\x64\xbb\x3d\xae\x0e\xb2\xe5\x51\x67\ \x39\x8f\xcf\xea\xf3\x59\x3d\xdb\x9b\x2c\x06\xe3\x45\xaf\x56\xc9\ \xf7\x5b\xd3\xd1\x7c\x5c\xb9\xbe\x19\xb7\x47\xbd\x49\x73\xba\x98\ \xf6\x73\xb9\x5e\x1e\xd5\x96\x3d\x7f\x76\x79\xfe\xfc\xe2\xe2\x32\ \xd9\x4a\x55\xca\xa3\x5a\xb3\xd2\x19\xf7\x41\x3b\x93\x27\xd9\x97\ \xaf\xca\xcd\x64\x2b\x97\x3c\xb9\xba\xb8\xe8\x5f\x1c\x67\xcf\x5e\ \x5c\x27\x6f\x5f\x3c\x7b\x96\x59\x74\x9a\xb5\x7c\x6f\x34\x4d\x16\ \x72\x99\x6c\xfa\x38\x77\xfb\xcf\xbf\xff\xcb\xcf\xfe\xfd\x3f\xff\ \xfc\xc7\xdf\xfc\xea\x83\x87\x7f\xfc\xf8\x83\xdf\xfd\xfb\x27\x8f\ \xde\x7d\xf4\xf0\xd1\x3b\x1b\x4a\x10\x22\x30\x53\x80\x5d\xf7\x39\ \x28\x57\x66\x03\xe8\x49\xbc\x2e\x92\x3d\x78\xf8\xce\x83\x7b\x60\ \xb3\xa4\x62\x3e\x9a\x31\x04\x5a\x54\x8a\xa4\x62\x90\x12\x94\x77\ \x07\xd2\x24\x04\xdd\x42\x45\x58\x28\xc5\x5d\x28\x5d\xd9\xe2\x82\ \x78\x89\x05\x5c\xd4\xea\x4f\xc0\x97\x89\xb9\x3c\x29\xc8\x96\x0c\ \x9e\xb4\xb5\x0f\x0e\x86\x2b\x44\x49\x7f\x1c\x14\x96\xb5\x82\xdc\ \x17\xea\x67\x21\x95\xf0\xc4\x3c\x36\x8a\x48\x3e\x10\xa0\x91\x7d\ \x96\x94\x05\x8a\x28\x12\xa1\xfa\x09\x50\x16\x0e\x07\x2d\x66\xbc\ \x0f\x87\xc3\x45\x8d\xed\x77\xb6\x78\x6c\xf6\xd1\xc1\x0a\x17\x15\ \xa9\xf3\x76\x0e\xd9\xac\x1d\x2e\x8b\xcd\xe3\xa2\x86\xaa\x2b\x2b\ \xdc\xf7\x7f\xf4\xfd\x27\x87\x8f\x1f\x3f\xfe\xe8\xa3\x0f\x3f\xfc\ \xe8\xc7\x3f\x7c\xcc\x5f\x7f\xf0\xf0\x1e\x30\xa1\x78\x77\x4f\x06\ \xe4\x2a\x42\xd3\x07\xf0\x1d\x47\xc9\xe5\x8a\xd0\x2a\xeb\x15\xb6\ \x50\xb8\xc3\x12\xee\xf0\x45\x4a\x11\x9a\xe0\x44\x11\x12\xa0\x7f\ \x02\x14\x24\x8f\x92\x50\x25\x2b\x3b\x68\x4d\xf5\xe1\x01\x5a\xab\ \xc3\x96\x70\x25\xc0\xa3\x47\x3b\x82\x1d\xf0\x76\x12\x94\x97\x73\ \xb0\xff\xd6\xe6\xda\xb6\x4a\xbd\xb9\xb9\x66\xb0\x19\xb7\xd1\x48\ \x90\x51\xb5\xad\xd5\x6c\xae\x6d\xaa\x34\x9b\x8a\x3b\x9b\x5a\x23\ \x58\x23\x00\x43\xb9\x5a\xbf\xba\x7d\x57\xb1\x0d\x3f\x52\xc1\x43\ \x7a\xf5\xb6\x16\xa8\xcc\x6e\xb3\x38\x71\x8b\x41\xe5\x09\x91\x3e\ \x8a\x70\xd9\xc9\x80\xd5\xb2\xb6\x7a\x07\xe5\x21\xcb\x35\x20\x7a\ \xab\x6a\x15\x92\x0f\xed\x9a\x06\x25\xc2\xcb\xd1\x10\x93\xfc\x0e\ \x4a\x6d\x59\x35\xe8\xb4\x77\x55\x46\xf5\xaa\x6a\x73\x55\x6d\xd7\ \x28\xe4\x26\xb5\x5c\xa5\x30\x5a\x1c\x20\x58\x28\xdd\x54\xa7\xd1\ \x98\xf4\x2a\x9d\xdd\xa9\x33\xea\xc0\x46\x78\x4d\x36\x87\x49\x67\ \xb3\xfa\x26\xa5\xb0\xd5\x61\xb3\x68\xec\x1a\x95\xdd\x67\xd4\xeb\ \xc0\xf3\xa0\xa1\x7c\x35\x72\x88\xdb\x1a\xa3\x66\xf3\x2e\xec\x43\ \x0b\x18\x68\xb1\x83\x74\x29\x0c\x06\xab\x05\x1c\x98\xcd\x0b\xaa\ \x62\xd7\x19\xb4\x66\xa3\xd5\xa1\x37\x78\xbc\x56\x87\x41\xae\xf3\ \xd0\x1e\xb3\xd1\x68\x04\x19\x0c\x92\x66\x9b\xc5\x62\x33\xea\xbc\ \xa4\xdf\x6a\xc1\x98\x18\xe6\xb2\x1a\x0c\x26\xb3\x46\x0e\xa4\x0c\ \x36\x53\xae\x00\xc9\x02\x91\x54\xdc\xb9\xa3\xb2\x7a\x48\xca\x4d\ \x95\x86\x3e\x3f\x81\x39\x62\x01\x93\x1d\x50\xd2\x64\xd2\x53\xc5\ \xd1\xbc\x9a\x70\x9b\xec\x3e\x62\xd0\x2c\xc6\x86\x45\xc2\xa3\x77\ \x56\x4a\x9d\x7e\x35\x88\x3b\xdc\x28\x7e\xc7\x8d\x47\x87\xe9\xfc\ \xd0\x4f\x51\x78\xc0\x4b\x60\xf3\xba\xdd\x41\x33\x01\xc2\xc9\x50\ \x2e\xbb\x3f\xc1\xf8\x3c\x0e\x1c\x83\xed\x79\x12\x45\xc2\x47\x46\ \xea\x1d\xdc\x59\x6a\xc7\x1b\xc3\x06\x13\x08\x62\x94\x0f\x8f\xf8\ \x99\x70\x29\x88\x05\x69\x54\x6e\x40\x0f\x63\x24\x48\x98\x8b\x09\ \x85\x96\x8c\x0f\x77\xf8\xa2\x84\xc7\x49\x0d\x17\x4c\x20\x56\x8d\ \x07\x49\x57\x7d\x82\x81\x87\x2b\x56\x71\x7f\x7d\x96\x60\x06\xf3\ \x62\x27\x16\x8c\x76\x28\xff\x64\x3a\xed\x75\xaa\x43\x10\x93\x62\ \x64\xde\x58\xc6\x43\xb3\x92\xd3\x45\x96\x1a\xf3\x69\x1c\x15\x08\ \x57\x67\x71\xdc\x1f\x0f\xf5\xc2\xc4\x72\xd4\xeb\xc4\xc2\xd1\xca\ \xd0\x37\xa9\x36\x4a\xa5\x58\xa2\xd6\xc1\x03\xcd\x41\x7b\xda\x1c\ \x36\x2f\x26\xad\x5c\x2d\x5f\xcb\x4e\xdb\xe7\xd5\xe2\xb8\x37\x3b\ \xcb\xcd\x23\xa3\xc6\xa4\xd5\x9d\xc7\x96\x71\x70\x7f\x4c\x94\x09\ \x3b\x1d\x56\x7f\xd8\x4d\x38\x2d\x26\x2f\xe1\x0b\x91\xb4\x97\x0e\ \x53\xcc\x62\xf2\xfa\x2f\xe3\x65\xae\x5c\x49\xe5\xba\xf9\xe6\xbc\ \xd7\x5e\xf6\xce\x32\xd9\xfe\xcd\x78\x98\x39\x3f\x86\x0d\xe6\x0b\ \xd5\x51\xba\x3d\x6a\x74\x9a\xe5\xda\x38\xd7\x2d\xb4\xb3\x27\xdd\ \x93\x64\x1f\x24\x6c\xd4\x6e\xa7\x92\xa9\x7a\x2b\x9b\x3b\x3e\xee\ \x26\x5b\xb5\x6c\xf2\x34\xd3\x3d\x3e\xeb\x36\xbb\xa9\xeb\xe7\xe7\ \xd9\xd6\x38\xf7\x2a\x79\x76\xfd\xe2\xb3\xa7\xe9\xe7\x85\x8b\x76\ \xf2\xfa\xf4\xf5\xb3\x93\x8b\x8b\xf3\xf6\xf8\xea\x17\x37\xd9\xee\ \x34\x97\x9a\x76\xa6\xf3\x45\x6f\xbe\xe8\xc4\xe3\x8d\xd9\xa2\x9e\ \x9f\xe6\x41\x30\x17\xf5\x6e\xb7\xd9\x2b\xc3\x61\x4c\xb2\x2f\x8f\ \xdb\xdd\xd1\x14\xc1\x61\x03\xe4\xb0\x35\x5a\x96\x47\xcd\xdb\x67\ \x5f\xdc\xbe\x3a\x3f\x3f\xcd\xe6\xbb\x67\xc7\xdd\x65\xbb\xd5\xaa\ \xe5\x52\xdd\x6c\x3f\x9b\x7c\x75\x9b\x9f\x96\x9b\x70\x24\x17\xc7\ \x99\x76\x3e\x5f\xb8\x39\x3f\x3b\x79\x71\xf9\xf2\xc5\x74\xbc\x4c\ \xb5\xb2\xcd\x5e\xf7\xa2\x7c\x96\x4a\x67\x2e\x5e\x7c\xf3\x7f\xfd\ \xf7\x7f\xfb\xd9\x4f\xff\xf8\xe9\xc7\x9f\xff\xe6\x07\x1f\xfc\xe9\ \x57\x3f\xff\xd3\x7b\x9f\x7e\x7b\x6f\xef\x9e\x52\xa9\xdc\x50\xa2\ \xd5\x79\x52\x8e\x54\x2a\x95\xed\x6d\xec\xad\xbf\xc9\xeb\x7b\x08\ \x8a\xb5\x7b\x6f\x43\x2c\x92\x6d\xf0\xc5\xa2\x5d\xe5\x2e\xb8\x9e\ \x75\xe5\x86\x50\xaa\x14\x0b\x04\x5c\x09\x8b\x05\x86\x45\xc0\xe5\ \x03\xba\xad\xf0\xc4\x4a\x94\x23\x0a\xf6\x08\x00\x11\xb0\x90\x2f\ \x59\x61\x81\xc9\x12\x71\xe1\x31\x34\x61\x28\x58\x01\xab\xc5\x17\ \x71\xf8\x62\xf0\x38\x62\x25\x48\x94\xec\xfe\x06\x8b\xc5\x67\xc1\ \x63\x3c\x60\x31\x94\xab\xb5\xcf\x5a\x07\xf4\x14\x8b\x58\x22\x54\ \xfd\x00\xe4\xa8\x14\x8b\x59\x3c\x11\x30\xea\xee\x3a\x6f\x4b\xc2\ \xe7\xad\xec\x4b\xd8\xfb\x3b\x00\x85\x5c\x2e\x07\x2d\x77\xe6\xbd\ \x69\x4b\xc1\xe6\x70\xb9\xa8\x6d\x34\x97\x27\x94\x3c\xf9\xe8\x7b\ \x1f\x1e\x3d\x7e\xfc\xe1\xf7\xde\x7f\x7c\xf4\xfe\x8f\x7f\xf2\x3d\ \xd6\xc3\x77\xef\xed\x89\x04\x42\x8e\x68\x5d\x26\x05\xe3\xa8\xe4\ \x70\x44\x4a\xa1\x90\xcd\x65\x09\x44\x62\x3e\xa8\xdd\x0a\x8b\xc3\ \x03\x0d\x45\x93\x97\xa8\x3a\x9f\xc3\x03\x97\x05\x3f\x90\x6c\x6d\ \x71\xd9\x5b\xa8\x09\x19\x90\xea\xd6\xc1\x16\x0b\xb5\xf5\x61\x1f\ \x1e\x1e\xac\x6c\x1d\x1d\x02\x41\xc2\x97\x28\x90\x19\x7c\xd7\x5b\ \xf2\x3b\x20\x2c\x6f\xf8\xcd\xf6\xf6\xb7\xb6\x57\x8d\x76\xad\x5a\ \xab\xd8\x56\x83\xa6\x18\x0c\xdb\x7f\xb3\xb9\xaa\x37\xa8\xc1\x00\ \xa9\x0c\xc0\x77\x9b\xdf\x7a\x1b\xb0\xd1\xa0\x95\x6b\xd4\x28\xc9\ \xca\x60\xf7\x62\x56\xd0\x0d\x05\x5c\x70\x5e\x8f\x1f\xf3\x38\xc9\ \x00\x65\xd3\x6b\xc0\xa3\x6d\x2a\x0c\x26\x14\x24\xa3\x46\x93\x85\ \xda\x6d\xb8\xec\xb5\x6b\x2a\xc5\xff\x16\x31\x94\x25\xb3\xba\xaa\ \x53\xaf\x02\x6a\x21\x43\x27\x37\xca\x57\xd5\x16\x15\xea\x2d\xa6\ \xb1\xd8\x55\x0a\xb5\x41\x8e\x0a\x01\xcc\x7a\x95\xde\xa8\xb3\xd9\ \x2d\x0e\x92\xf6\x5b\x75\x7a\xad\xd1\x6a\x31\x2f\xc6\x38\x1d\x30\ \x01\x11\xea\x74\x7a\xd4\x87\x4b\xbd\xb6\x8a\xbe\xb1\x18\x36\xd5\ \xa8\x5e\x0a\xd4\x4f\x8f\x9a\x1e\x1a\x8d\x3a\xa3\x11\x25\x39\xcb\ \xd5\x28\x98\xd4\xed\xd2\xc3\x21\x5b\x6c\x7a\xa3\xcf\x85\x69\x14\ \x56\x8b\xdf\xa1\x56\xeb\x74\x1e\x97\xc3\x61\xd3\xdb\xed\x66\x37\ \xe1\xb3\x9a\xcd\x6e\x93\xd5\x63\x46\x6d\x50\x7d\x0c\x69\xb7\xe9\ \x8c\x56\xa7\x4a\xb5\x79\x57\xa1\x55\xab\xf5\x06\x70\x8c\x2a\x95\ \x49\xbf\xb9\x69\x30\xb9\x30\xd2\x43\x53\x7e\xb7\xc7\x19\x4d\x54\ \x3d\x1a\xb3\x5b\x6b\x32\xe9\xec\xd5\xd8\xa2\x3e\xa3\xbc\x24\xe5\ \x0b\xf5\xda\xcd\xca\x30\x46\x11\x66\xac\x3a\x9f\x44\x69\x3f\x6e\ \x43\xb5\x0d\x66\x1b\x8e\xd3\xb9\x45\x8c\x0a\x07\xc8\x80\xc7\x17\ \xaa\x52\x0e\x3c\xea\x27\x43\x81\x48\xd8\x85\x93\x24\x8e\x05\xcd\ \xbe\x60\xc9\xe5\xc1\x29\x8c\xb6\xba\xa2\x74\x8c\xc0\x12\xad\xe2\ \x70\xd0\x88\x85\x83\x3e\x92\x60\x22\x8d\x50\x31\xc1\x10\x01\xca\ \x9b\xa0\xfd\x74\x30\x16\x0a\xe0\xa1\x30\x56\x24\x3a\x1d\xcc\xe9\ \xf3\xfa\xbc\x7e\x07\x3c\x27\xd6\xa0\x23\x09\x10\xd2\x41\xc9\x4a\ \xc6\x26\x8b\x04\x43\x0f\xc7\x09\x3c\x1e\x1f\x17\x07\xa5\x78\x95\ \xc6\x07\xb9\xc2\x20\x1e\x05\xbb\x85\xc7\x87\xf3\x62\x71\x1e\x8e\ \x55\x49\x9c\x8c\x87\xab\xf5\x44\x94\xc1\xa8\x46\xa4\x1a\xaf\x56\ \xc3\xc3\x68\x78\x32\x9d\x47\x7a\xd5\xf8\x68\xe9\x4c\x8c\x86\xcb\ \x51\xa2\xde\x8b\xfb\x8a\xc7\xed\x6c\xb6\xdf\x19\xa4\xe2\x93\x64\ \xba\xdc\xec\x2f\x46\xcd\xd2\xb4\x37\x6f\x16\xa6\xcb\x79\x6b\xb6\ \xcc\x77\x67\xcb\x62\x94\xe9\x51\x7e\x66\x10\x72\x86\xc1\xcf\x39\ \x1c\x2e\xb7\x79\x6e\xc5\x14\x00\x00\x20\x00\x49\x44\x41\x54\x93\ \x22\x3b\xe1\x60\x98\x20\xc3\x81\xf8\x3c\xf3\x8b\x9b\xc5\x0c\xfc\ \xcc\x49\x26\x5b\x6e\x0d\xa6\xe5\x4a\x33\x79\x55\x1b\x16\x5a\xc3\ \xe3\xeb\xf2\x79\x65\x91\xac\x2c\x2e\xba\xe5\xe1\x62\xd8\xcb\x25\ \xab\x67\x85\xdb\x4c\xb7\x3b\xba\xcd\xcf\xb2\xf9\x59\xa5\x3c\x48\ \xa6\x33\xe3\x7c\x3b\x97\xcb\xd6\x40\x09\x72\xb5\x93\x72\x12\x0e\ \xe6\xe2\x26\x97\xb9\xbc\xca\xa7\xd3\xc7\x17\xe9\xdc\xd7\xbf\xbf\ \x7c\x76\x59\xc8\x5f\x94\x73\x97\x37\x57\xf0\x83\x74\x76\xdc\x7e\ \xf9\x22\x79\x9a\xca\x5d\x67\x32\xfd\xd1\x7c\x39\xe8\x8c\x26\x83\ \x61\xa9\x3e\x9d\x8f\x27\xc7\xf9\xc1\x62\x36\x9c\x5e\x64\xa6\x99\ \x7e\x1f\x08\xf3\xec\xba\xd0\x03\xeb\x95\x6a\x77\x6b\xc9\x5c\xb7\ \x3d\x6c\xb4\x93\x97\x37\xaf\xbf\x7e\x7e\x73\x99\xcd\xe5\xd2\x99\ \xe3\xd3\xf2\xb4\x96\x6d\x36\x93\x95\x64\x1e\x74\xf4\xcb\xb3\xee\ \x49\xae\x5f\xc8\xf7\xae\x2e\x53\xfd\x93\xfe\x65\xfa\x26\xf3\xec\ \xe4\xe4\x22\x39\xad\x24\xb3\xb5\x65\xa1\x52\x38\x2b\xc3\xab\x2e\ \xae\xbe\xfe\xa7\xbf\xfc\xc7\xef\x7e\xfe\xbb\x9f\x7f\xf2\xc1\x27\ \x9f\xff\xe0\xd3\x8f\x1f\x7c\xfe\xde\x77\x3e\x79\xf8\x68\x57\xc6\ \x41\x73\x82\xca\x8d\x5d\xb1\x58\x2a\x5a\x47\x55\xa2\xbb\x52\x99\ \x6c\x4f\x79\xef\xbe\x94\x25\x5a\x5f\x7f\x20\x05\xbd\xe2\x6f\xc8\ \xf6\x44\xbb\xe0\x87\xde\xf4\x51\x5d\x07\x69\x13\xb3\x05\x02\x21\ \x6b\x9d\xc3\x47\xad\xea\x45\x62\x34\x24\xc5\x43\xc5\x4c\x1c\x96\ \x92\x23\x46\xed\x1d\x24\x22\x19\x17\x75\x9a\xe0\xac\x88\x50\x8d\ \x28\x6a\xe6\x2c\x96\xb1\x40\x3d\x64\x52\xa9\x92\xcf\xd9\x95\xad\ \xb3\x56\x38\x1c\xb4\x1e\x91\xc3\x5d\x41\x5d\x0b\x77\x84\xc0\x9c\ \x2b\xc2\x75\xf1\xae\x48\xc0\x51\x8a\x58\xc2\x0d\x25\xe8\xa7\x70\ \xfd\xe1\x83\x5d\xf1\x16\x6a\xf0\x85\x4a\x0f\x76\xf6\xd9\x3c\x3e\ \x7b\x87\xbf\xf5\x04\x15\x4a\xf0\x59\x07\x5c\x3e\x58\xb7\xc3\x15\ \x94\x74\xb3\x72\x78\xf0\xe1\x0f\x9f\x1c\x1e\x1c\x3d\x7e\xff\xc3\ \x27\x60\xb3\x7e\xfc\xbe\x60\xfd\x3e\x5a\xf2\x2c\x16\x0b\x85\xc2\ \x75\x19\xb0\x20\xaa\x73\x47\xb3\x8e\x02\x29\x4a\xed\x7b\x93\x19\ \x0f\x46\x0d\x36\x0e\xaa\xcb\x82\xed\x72\x78\x28\x75\x9e\xc3\xe6\ \xb2\x57\x58\xa0\x57\x7c\x09\x4a\xa9\x67\x4b\xd8\x87\x47\x60\xaa\ \xb6\xe0\x18\x8f\x1e\xef\xb3\x57\x50\xa0\x1f\x00\xe9\x3e\x3c\xf6\ \xd6\x9d\xb5\x4d\xc5\xdd\xff\x72\x17\x98\x10\xcd\xd9\x29\xf4\x16\ \xd4\x67\x5e\xb5\xa6\xd1\xeb\x4c\x46\xad\x5a\xa1\x40\x3d\x05\xd5\ \xea\x3b\xc0\x5c\x06\xd5\xdf\xdc\x51\xc9\xdf\xe0\x97\xfa\x8e\x5c\ \xaf\x37\x28\x74\x3e\xdc\x66\xb6\xe8\xf5\x04\xed\xf1\x79\xec\x56\ \x3c\x40\xba\xdc\x86\xb5\xb5\x3b\x6f\x64\xe8\x8e\x42\xad\xdd\x5e\ \x7d\x33\x74\x75\x57\xa5\x01\xd3\x05\x42\x07\x66\x6a\x53\xbd\xa6\ \xd0\xae\xde\xd1\x1a\xb6\x57\x15\x5a\x8d\x01\xc4\xcd\xa0\x07\xcb\ \x66\x84\x47\xe5\x72\x33\x30\x24\x7c\x6d\xd4\xd8\x6c\x68\x68\xdc\ \x8d\x39\xdc\x4e\x3b\xee\x25\x6c\x26\x93\xda\xec\xf3\x78\x8a\xe3\ \x90\xc3\xeb\xd6\xc1\xf1\x19\xad\x1e\xbd\x5e\xbf\xa6\x55\x1b\x34\ \x2a\xa7\xd3\xac\x32\x19\x14\xa0\x8c\x5a\x33\xf0\x97\x49\x63\x46\ \x68\xe8\xf6\xc0\x4f\xd4\x28\x6d\xc6\x6c\xd5\x6f\xcb\xe5\xc0\x82\ \x06\x67\x00\x37\x19\x8d\x0e\x3b\x60\xa7\xdd\x66\x37\xfb\xfc\xa8\ \xe6\xca\x41\x85\x9d\x26\x8b\xcb\x04\xaf\xb0\x58\xec\x56\x2b\x19\ \xa6\xd0\x12\x70\xc0\x53\x80\x62\xb5\x56\xaf\x31\xea\xf4\xab\x6f\ \x3a\x86\x81\xb2\xda\x9c\xa8\xa7\xab\xcb\xe6\xc4\x89\x58\x28\xe6\ \x06\x39\xb4\x99\xf5\x72\x3d\x3d\x9b\x45\x00\xd6\xbc\x44\x80\xee\ \x03\x68\x34\xc2\x7e\xcc\x6e\xc6\xf0\x28\x69\x36\x79\xdd\xe0\xe3\ \x4c\x16\xb7\x9f\x08\x65\x6a\x25\x3a\x16\xa4\x12\x14\x19\x9c\x33\ \x2e\x17\xe5\xc4\x00\x0e\x8b\x01\x97\x03\x27\x83\x8c\xd5\x43\xc4\ \xfc\x5e\x4f\x78\x18\x61\x82\x91\x12\xf8\x93\xe9\xb4\x5d\x8c\x15\ \x17\x51\xda\x15\x88\x51\x91\x58\xbd\x5a\xc2\x1d\x31\x0a\x27\x6d\ \x58\x10\x2d\x1c\x24\x60\x2b\x20\x34\x71\xdc\xeb\x22\x42\xf0\x0d\ \x99\x88\xc5\xdb\x54\x29\x18\x71\x05\xab\x01\x6b\x38\x52\x9c\x93\ \x89\x50\xac\x4a\x07\xaa\x83\xce\x60\x1a\x8d\x87\x82\xe1\xf0\xb4\ \x1b\x2a\x86\x22\xe1\x44\x62\x39\x69\x44\xe7\x11\x6a\x08\x2f\x44\ \x7d\xe5\xc3\x8d\x70\xd0\x4b\x31\xc5\x41\xbc\x1e\x89\xce\xc9\x7a\ \x75\xb6\x88\x34\x12\x20\x73\x74\xa3\x51\x2c\x8d\xe3\x4c\xa4\x4e\ \xc4\x9b\xb5\x5c\xe6\xb8\xd7\xbb\x68\xcc\x9a\xb5\x76\xf2\x64\xda\ \xe9\x4e\xc6\xb5\x6a\x7b\x9c\x2a\x77\xfa\xa5\x71\x77\x54\x59\xd4\ \x03\x78\x89\x89\xd2\x0c\x15\x03\x8c\x0d\xb8\x1d\x16\x78\x9b\x28\ \x8a\x09\xba\xbc\x9e\x60\x90\x5a\x26\x8f\xcf\x2b\x83\x45\xf3\xa2\ \x90\xac\x1d\xe7\x87\xb5\xd3\x72\xed\x3c\xd9\xce\x26\x7b\x73\xd4\ \xb3\x74\x1c\xcb\x74\x97\xad\x5a\xb3\x5f\x59\x2e\xb2\x99\x65\xf2\ \xf9\xcd\x57\xa7\xed\x7c\xa6\xdf\x6b\xb6\xdb\xb5\x5c\x2b\xd5\x4a\ \xd6\x92\x99\x5a\x2e\x77\x75\x7a\x71\x92\x2d\x4c\x6f\x33\xb5\xe6\ \xf8\x38\x9d\x3f\xb9\xbc\x3c\xcb\xb5\x93\xe7\xd9\xe4\xf5\x8b\x17\ \xcf\x2e\x53\xc9\x42\xe1\xf2\xe6\x39\x58\xac\xd3\xf4\xd3\x6e\xef\ \xf5\x67\x67\x17\x37\xe7\x2f\xb3\xc9\x42\x65\x32\xab\x8e\xdb\x73\ \x66\x58\x6f\xb4\x27\xb5\xfe\x71\xb9\x53\xed\xf4\x72\x79\xb0\x47\ \xd9\x71\xab\xd5\x3a\xa9\x4c\x87\xf3\x49\xaf\x32\xc9\xde\xa6\x9a\ \xc7\xb9\x11\xd8\xa8\xeb\xa7\xaf\x52\x57\x37\xc7\xb5\xf2\x34\x79\ \x7e\x96\x04\xc8\xeb\xd7\xca\xc7\xcd\x93\x6c\x3e\x75\xfd\xe5\xd5\ \xc9\x71\xea\x22\xd5\xcf\x67\xcb\xd3\xcc\x45\x37\x97\x3a\xfd\xfa\ \xe5\x6d\xfa\xfa\x24\x79\x9c\x2b\x24\x0b\xfd\xe6\xe5\x53\x90\xd3\ \x8b\x2f\xbe\xf8\xc3\x7f\xfe\xe9\x67\xff\xfa\xe7\x4f\x7f\xf7\xd3\ \x3f\xfe\xfc\x07\x9f\x7c\xf7\xf3\xef\x7c\xfc\xc9\x07\xef\xbe\xbb\ \x71\xff\x1e\xe8\x10\xc2\x40\xb0\x34\x4a\x34\xb8\xbd\x21\xda\x10\ \x81\xe5\x12\xad\xef\xca\x80\x00\xa5\xf7\xee\xad\x4b\x65\xca\x75\ \xb1\x10\xb5\xcd\x11\xef\x82\x9c\xb0\xe0\x1b\x99\x40\x20\x03\x35\ \x12\x20\xf3\xc4\x93\xca\x58\x2c\x16\x9b\x05\xd4\xc4\x11\x72\xb9\ \x52\x99\x94\xc3\x46\xcd\x4b\x51\x41\x02\x28\x92\x58\xc0\x01\x21\ \x42\x3c\x86\x96\xbd\xa0\xe4\x05\x29\x47\xa0\x7c\xb3\x80\x47\xca\ \x63\x89\xd7\xa5\x1c\xd4\x1b\xec\x70\xeb\x10\x18\x52\xcc\x53\xee\ \x3e\x80\xd7\xb3\x38\xa0\x63\x62\xf1\xfa\xba\xf2\xc1\xa3\x75\x16\ \x5a\x3b\xbd\x75\x28\xe1\xb2\x77\x24\x28\xe6\x73\x65\x87\x07\x50\ \x26\x14\xb2\xb6\xc0\x23\xed\xb0\xf9\xbc\xad\xc3\x15\x40\x42\x1e\ \x7f\xeb\xf1\xdf\xfe\xf0\x7b\x6f\xda\x48\x1f\x1d\x1c\x1d\x7d\xff\ \x27\x8f\xc5\xb2\xf5\x7b\xef\x3d\x10\xf1\x79\x42\x0e\x4f\x24\x93\ \x09\x58\xac\xf5\x5d\xa9\x90\x8f\x8c\x94\x80\x07\x8a\x8b\x96\x67\ \xb3\x78\x2b\x7c\x01\x47\xaa\xe4\x0a\xd1\x88\x16\xca\xda\xe2\x01\ \x7b\x82\x7b\xe3\xc2\xfe\xd8\xa8\x23\xe1\x91\x44\xb2\xbf\x22\xd9\ \x3f\x10\x48\x76\xe0\xab\x83\x7d\x38\xda\xad\x43\xb4\x5e\x07\xbe\ \x7c\x0b\xdc\xcf\x9a\xfa\xce\x7f\x5d\x03\x6f\xa5\x5e\xdb\xd4\x00\ \x5f\x69\x8c\x5a\x23\xc0\x1f\xea\xdf\x8c\x9a\x0b\x02\x10\xaa\xe4\ \x6a\xf8\xc2\xa0\x58\xdb\x36\xe8\x34\xdb\x72\xa3\x46\x03\x8e\x45\ \x8e\xca\x9b\x9c\x6e\x07\xc8\x8b\x95\x20\x6c\x16\xa3\xc7\x13\x0d\ \xd8\x6c\x3a\xd5\xaa\x66\xf3\x0e\xe0\x1f\x6a\x3d\xba\xa9\x00\x7b\ \x22\xdf\x7e\x7b\xf3\x5b\x2a\xf5\x9a\x5e\xb1\x06\x02\x78\x17\x35\ \x8b\x50\xdd\x51\xa3\x52\x09\x14\xc5\xb5\xa6\xd2\xa3\x81\x2b\x23\ \x98\x20\xf9\x2a\x6c\x6b\x5b\x65\x30\xa8\x54\x06\xa3\xc3\xa4\x30\ \x11\xb8\xdd\xe1\xb5\x38\x3c\x94\x4b\xef\x36\xa9\xed\x2e\x67\x74\ \x54\x72\x3b\x3c\x76\xbd\x5e\x65\x44\x55\xe4\x72\x90\x39\xd0\x44\ \x50\x24\x9b\x5d\x8f\xe2\xb5\x56\xb5\x26\x33\xe0\xa6\x19\x4c\x8f\ \xd1\xe6\x95\xeb\xe5\xab\xa8\xa7\x8d\xde\x61\x46\xe5\x5a\x28\xe9\ \xcf\xe1\x76\xc8\x0d\x7a\xa3\xc5\x60\xd0\xbb\x6c\x5a\x9b\xdb\x61\ \xb2\x98\xbd\x61\x94\x5b\xe0\xb0\xd9\x3c\x3a\xab\x17\x64\x8b\x2e\ \xd2\x84\xdf\x67\xd6\x68\xb5\xf2\x35\x3d\x80\xb1\x1a\x35\xb8\x90\ \xa3\xc9\x82\xb5\x3b\x2a\x8f\xd3\x84\xca\xc6\x6d\x56\x9c\xa1\xa2\ \x61\xab\x56\x6e\x77\xea\x75\x36\x8d\xab\xd3\xac\xc4\xe2\x11\x3f\ \xee\xa3\x26\xf5\xe1\x24\x46\x63\x3e\xab\x09\xfc\x92\xc5\xa0\x73\ \xbb\x3d\xc0\xb6\x56\x17\xe8\x4b\x6a\x1c\x03\x1c\x63\xfc\x14\x46\ \xc5\x80\x3b\x31\x3c\x48\x39\xe9\x84\xdb\xef\xf5\x7b\x19\x9f\x2b\ \x40\x33\x7e\x0b\x11\x08\xd5\x43\x64\xac\x18\xf4\x12\xd5\x37\x0d\ \x6e\x12\x25\x06\x23\x3b\xf5\x08\x1e\x2a\x85\x30\x6f\x9d\xa2\x13\ \x0e\x33\x1e\x43\x0b\xa7\x7c\x21\xa6\x13\x6e\xc4\xa3\x24\x38\x2e\ \x9c\xc6\x9c\xfe\x40\xa0\x53\x5c\x56\xeb\x34\xc6\x44\x40\x28\x8a\ \xf1\x68\x24\xdc\x68\x84\xe8\xea\x20\xde\xea\x30\x4c\x3c\x12\x4a\ \x0c\xbb\x9d\x60\x68\x56\x84\x8d\x34\xc2\xf3\x18\xe5\x8d\xd6\x19\ \x86\x89\x84\xf0\x22\x5a\xb0\x6d\x1d\xe4\xbb\xf1\x7a\x29\xda\x63\ \x22\x93\x59\x73\x52\x8c\x86\xaa\x0d\x6c\x34\xa9\x46\x63\x54\xb4\ \x1e\x0f\x15\xc7\xcd\xca\xf2\x7c\xdc\x4f\x95\xe6\xa9\xee\x20\x97\ \x6b\x25\xa6\xf5\x5e\x6f\x34\x2e\x9c\x2d\x27\xe3\x4e\xb9\x30\xa9\ \x4d\x63\xf1\x28\xed\x65\xc2\xa0\x59\x36\x1f\x11\xb6\x99\x4d\x0e\ \x37\x45\xe2\x54\x98\x49\xd0\x51\x8c\x2c\x96\x5f\x5d\x4c\xa7\xcd\ \x34\x98\xa3\x4a\x6d\x12\x1a\x3f\xff\x45\xb3\x5f\x48\x95\xd3\xe3\ \xd9\x6d\xfa\xf2\x64\x3a\x4d\xf7\x9a\xb5\x66\x73\xba\x58\x2c\x52\ \x19\xf0\x5e\x37\xe7\x99\x5e\xa1\x9b\xed\x75\xbb\xa9\x56\x2d\xd3\ \x6e\x96\x73\x85\x5c\x0f\xf4\xaa\x9d\x3f\x6b\x16\x00\xd2\xda\x97\ \xe7\x85\xda\xe9\xd9\xb3\x4c\x6e\xd0\x3e\x7f\x95\x4c\xbf\xf8\xf2\ \xab\x57\x57\xd7\x95\x93\x4c\xe6\xa4\x70\x7c\xfd\xfc\xf6\xf5\xd3\ \x5c\xeb\xc5\xf3\xdb\xd3\xe3\xeb\x6b\x40\xce\x54\xb2\x39\x6b\xf7\ \xf2\x8d\x41\x64\x38\x2a\x1f\xe7\xfb\xed\xc5\xb2\x38\xea\x2f\xdb\ \xfd\xdc\x02\x90\xb0\x96\xed\x0f\xaa\xc3\x7e\xb3\x3b\x6b\x5f\xd4\ \x92\xa7\xd7\x27\xe7\xd9\xfc\xe5\xe5\xd3\xeb\xd7\x4f\xf3\xa7\xa7\ \x93\xd1\xe9\x65\x3a\x9f\x4c\x9d\x77\x6b\x99\xf2\x79\xb7\x70\x72\ \x76\x93\x19\x75\x0b\xe9\x4c\xb9\x99\x86\x9f\x83\xb9\xcb\x5d\x3d\ \xff\xe2\xe6\xfc\xe4\x36\x7d\xd2\xcd\x96\x4f\x6a\xe9\xd7\xe9\xe3\ \x97\xe9\xab\xcf\x7e\xff\xdf\xff\xfa\xc7\x7f\xff\xd7\x4f\xbe\xfd\ \xde\xe7\x9f\xfe\xe0\xd1\x77\xde\xfb\xf4\xa7\xdf\x7d\xb4\xbb\xfb\ \xe0\x9d\xf7\xf6\xa4\x22\xf1\xde\xfa\x06\xea\x95\xba\x0e\x38\xb8\ \x71\x5f\x29\xdb\x45\x03\x5a\x40\x7f\x4a\xb1\x50\xba\x81\x96\x15\ \xca\xa4\x6f\xea\xc4\x95\xb2\x8d\x3d\xa9\x94\x0b\xc2\x85\x96\x10\ \x8b\x91\xb9\x92\x4a\x45\x3c\x70\x4d\x80\x55\xe2\x15\x54\x44\x2a\ \x11\x2b\x25\x9c\x5d\x34\x7b\x08\xa6\x46\x80\x62\x14\xd0\x78\x3c\ \x2a\xc2\xe2\xc8\x76\xf7\xa4\x2c\x14\xe8\x27\x12\x09\x05\xa0\x4a\ \x5c\xbe\x98\xcd\x47\x65\x5c\xdc\xc3\x43\xc9\xd1\xca\x0e\x4b\xcc\ \x12\xa1\x51\x7f\x99\x40\xb9\x2b\xdd\x45\xe5\x5f\x7b\x0f\xd1\x2b\ \x50\x7b\x0b\x2e\xea\x4a\xc1\xdb\x3a\x58\x11\xf3\x77\xd0\x78\xf8\ \x0a\x67\x4b\xb0\x0e\xa0\xb9\xc5\x06\x1d\x5b\x41\x41\xc7\x3c\x89\ \x50\x78\xf8\x04\xf4\xea\xfd\x83\xfd\xc7\x47\x4f\x0e\x1f\xff\xdd\ \xff\x79\x24\x7b\x74\x0f\xce\x88\xb3\xc3\x55\x72\x56\xc0\x17\xf2\ \x79\x4a\x8e\x6c\x5d\x09\x3b\xe4\xbd\xe9\xc7\x2a\x00\x8b\x05\xaf\ \x06\x25\xe5\xb1\x51\x69\x96\x60\x05\x3c\x9b\x58\xc8\x42\x2b\xa1\ \xd1\xea\x20\xee\x0a\x6f\x87\xcb\x46\xd9\x83\x28\x20\x19\x4c\x15\ \x17\x6c\xd5\xfe\xce\x8a\x50\x20\x39\xdc\xe1\xc2\x9f\x83\x9d\xb7\ \xd4\x8a\x3b\xdb\x9b\xdf\x02\x9f\x25\x37\xc8\xd1\x34\x9e\x4a\xa5\ \x06\x3f\xb0\x76\xf7\xee\x9a\xda\xa8\x80\x9f\xae\x2a\x50\x4b\x79\ \xc0\x44\x04\x47\x9b\xa0\x35\x77\x15\x9a\x35\xb9\x71\x0d\xd8\x50\ \xa3\x45\xa4\xa6\xd3\x68\xed\x2e\xab\xdd\xae\x37\xe3\x51\xc2\xe2\ \xd5\x01\x04\xae\x6a\x8d\x06\xed\xea\xda\xda\xda\xdb\x77\x36\x75\ \x86\x55\xc5\xe6\xdb\x6b\xe0\xe3\x34\x6a\x0d\x50\x21\xc0\xa5\x47\ \x6f\x5f\x03\x51\x53\x59\x34\xa0\x4f\x5a\xa3\x46\x67\x50\xa8\x50\ \x1c\xb1\x02\x0d\x8e\x69\x0c\x72\x84\x75\x76\xb3\xc7\x64\xc4\xad\ \x06\x30\x30\x36\x3f\xed\x36\x58\x54\x06\xb3\x4e\x1f\x1e\x24\xc2\ \x1e\xa7\xc5\x62\x51\xa3\x8a\x51\xb3\xc6\x64\x37\x1a\xf4\x1a\xb9\ \xde\xf0\x26\x1e\x14\x5c\xa1\xc6\x04\x87\x63\xd0\xdb\x2c\x06\x07\ \xee\x33\xa0\x11\x7e\x38\x18\x1d\x4a\x84\x77\x68\xe5\x6a\xb9\xde\ \x0a\x5b\x35\x99\x2d\x36\x9b\xd1\xe4\x72\xea\xf4\x6e\x17\xe6\xb6\ \x11\x60\x71\xcc\x16\xbb\x13\x73\x99\xec\x60\xb8\x40\x8b\x08\x1f\ \x6d\xb1\x98\x0c\x00\xa7\x46\xed\xe6\xdd\x6d\xad\x45\xad\xd1\xc3\ \xfb\x02\x27\x2f\x77\xa1\xe4\x27\x97\x1f\xb3\xf9\x5c\x16\x27\x63\ \x07\x44\x74\xeb\x6d\x76\x85\xcd\x8b\x87\x83\x18\x4e\x79\x3d\x76\ \x2a\x48\xf8\x28\x9f\x85\x0c\x6b\x4d\x2e\x9b\xc5\x65\xb5\x38\xbd\ \x6e\xd8\xa1\xdd\x1f\x21\x9b\xe5\x04\x05\x4f\x23\x49\x2a\x10\x8b\ \x45\x31\x80\xb8\x70\x14\x0f\x5a\xdd\x01\x26\x1c\xc3\xfc\x71\x86\ \x26\x2d\x38\xc3\x24\xc2\x91\xf8\x2c\x14\x0c\x55\xc7\xa3\x52\x88\ \x00\x9d\x22\xa9\x52\x22\x40\x04\x50\x7b\xae\x50\x28\x12\x74\x3a\ \x7c\xf1\x80\x2f\x0a\xcf\x0e\xc7\x98\xc6\x32\xa2\xb3\xc5\x18\x06\ \x77\xe1\xa5\x10\x1e\x26\x16\x73\x2a\x4a\x30\x41\x7f\x24\xd1\x9e\ \x07\x29\x7a\xd8\x29\x05\x3b\x8b\xc5\xbc\x11\xf2\xd7\x43\xd4\x7c\ \xb6\x98\x2c\xe7\x45\xc2\xeb\xa2\x8b\x8d\x62\xb1\xce\x44\x16\xb0\ \xb7\x52\xa8\x4e\x93\xf1\x78\xdc\x39\x4f\xf7\x51\xec\x4a\x27\x1c\ \x1d\x56\x27\xe3\x52\x9d\x70\x31\xc4\xb0\x9a\x88\x87\x71\x7f\xbd\ \x58\xaa\x37\x67\x8b\xfc\xcd\xa2\x7f\x55\x9d\x27\xaf\x52\x99\xcb\ \xca\xbc\x12\x69\xf7\x97\xb3\x74\x6e\x50\xca\xd4\xc7\x99\xf1\x78\ \x1a\xa2\xdd\xa8\xae\x2c\x0e\x0a\x85\x52\x3a\x70\xb7\xd9\x46\x53\ \x78\x22\x48\xc0\xff\x4c\x7c\xd1\xfb\xea\x6a\xda\xea\x45\x96\xb9\ \xe9\xa2\x35\x8d\x5f\xfd\xe5\x17\xa9\xe3\x97\xf9\x65\xab\x57\x39\ \xbd\xfe\xe2\xfc\xa4\x56\x1b\xcd\xb3\x67\xfd\x72\x7b\x96\xad\x65\ \x2b\x99\xec\xf1\xcd\xf1\xe8\xf8\xa4\x3c\xce\xa7\xf3\xdd\xd4\x71\ \xae\xdc\x2c\x1f\x27\xbb\xcd\x9b\x6c\x25\x37\xcd\x1f\xd7\x4e\xb2\ \x80\x84\xe5\x6c\x33\x77\x9c\xcf\xa7\xca\x99\xdb\xc2\xcd\x17\xcf\ \x6e\x41\x2a\x52\xcf\x32\x27\x17\x37\x57\xa7\x27\x67\xd7\x17\xad\ \xec\xc5\xe5\x37\x9f\x9d\x3f\xbd\x4d\x01\x2a\xe6\xa7\xcd\xf2\xe9\ \x72\x52\x2a\x95\x06\xe5\x51\xb9\xdb\x19\x35\x97\xc7\x67\xe5\xde\ \xfc\x1a\x84\x70\x58\x4b\xb7\x47\xad\x36\xd8\xb8\xc5\xa8\x90\x03\ \x93\x96\xce\x56\x5a\x97\x67\x57\xcf\x6e\xd2\x95\x74\x6f\x51\x2b\ \x9c\x26\x53\xd9\x5c\xb3\x5c\xc8\xb5\x8e\xdb\x67\xe7\xb9\x74\xad\ \x96\x2c\x74\x73\xfd\xe4\xd5\x49\x2e\x75\x72\x92\x3e\x3b\xbb\x7e\ \xf5\xfc\xea\xfc\xf9\x55\x65\x50\xce\x9e\x5f\xbf\x7a\x5a\xc8\xbc\ \xf8\xec\xeb\xdf\xfe\xe5\x1f\xfe\xfd\x37\x9f\x7f\xfe\xdd\x77\x3f\ \x78\xef\x3b\xdf\x79\xef\xdd\x87\x3f\x7d\xef\xe1\x77\x76\x37\xd0\ \x82\x60\x21\x80\xe0\xc6\xee\xee\x3d\xa9\x70\x77\x6f\x7d\x7d\x0f\ \xf4\x4a\xc6\x92\x2a\x77\x51\xb3\x67\x96\x00\xdc\xd7\xc6\xc6\x2e\ \x1f\x95\x05\x48\x39\x1b\xca\xdd\x7b\xbb\xa8\xca\x80\x27\x7e\xb3\ \x82\x06\x3c\x93\x50\x24\x04\x00\x14\x73\xf9\x4a\xa0\x3d\x21\x7f\ \x85\x2d\x52\xbe\x41\x30\x19\xca\x47\xe6\x70\xa4\x40\x5e\x9c\x8d\ \x5d\xb0\x33\x68\xc1\xb1\x12\x24\xef\x4d\x79\x83\x48\xc8\x11\x82\ \x5a\xf1\x44\x40\x7e\xa8\xc9\xfc\x8e\x04\xa0\xef\x4d\x15\xbd\x72\ \x57\x28\x15\xec\xed\x3e\xd8\x13\x49\x37\xf6\xf6\xd6\x45\xa8\x02\ \x1d\x45\xf4\x81\x46\xad\xa0\x95\xd5\x28\x0f\x82\x27\xd9\xe2\x73\ \xb8\x62\x11\x6c\x07\x1e\xe3\x73\xb7\x24\x3c\xde\xd6\xce\x16\x87\ \xc3\x7b\xfc\xd1\x47\x8f\x9f\x1c\x3d\x39\x7a\xff\xc3\x8f\x1e\xff\ \x1f\xff\xcf\x47\xa2\x47\x7b\xbb\xb2\x7b\x1c\xb6\xf0\xbe\x58\xb0\ \x21\x03\xa3\x25\x63\xa1\x36\x85\x22\xb0\x86\x60\xb1\x50\x83\x44\ \xa0\x3e\x96\x14\xd5\x5f\xf1\x85\x5c\xc4\x9d\x68\xd9\x21\x48\x29\ \x17\x9d\x1d\x5f\xc2\xe5\x6d\x01\x82\xbe\x99\x97\x7c\x72\x78\xb8\ \xb5\xc3\x7e\x93\x34\x28\x11\xb0\x0f\x25\x12\x09\x7b\x5f\x72\xb4\ \xf5\xd6\xea\x9d\x6d\xb5\x0a\x75\x19\x34\x58\x14\x6b\x0a\xc5\xf6\ \xf6\x1d\x34\x65\x27\xdf\x04\x85\x59\x5d\x03\xb3\xa5\x58\x5d\x05\ \xa1\x59\x55\xc3\x3f\x5a\x34\xb7\xff\xf6\xe6\xe6\xf6\x36\xf8\xa5\ \x35\xa3\x51\x87\x4a\x05\x2c\x7a\x93\xda\xe0\x30\x2b\x74\x06\x9d\ \x93\x20\x70\x54\xcb\xb9\xa9\x93\x5b\xf4\xab\xdb\x6f\x23\x8e\xd2\ \xe8\xe5\x5a\xdd\xb6\x02\xc4\x68\x53\x0d\xde\x4d\xa3\x51\x29\xf4\ \x5a\xb0\x5e\x6a\x15\x1a\xd1\xd7\xc0\x9e\xef\x00\x12\x6e\xab\x54\ \x1a\xa3\xde\x6e\x04\xd9\xb2\x98\xac\x6a\xd4\x4b\xd5\x4c\xb9\x0d\ \x68\x69\x90\x5a\xed\x20\x1d\x4e\x10\x29\xb3\xd3\xed\x2d\x76\x62\ \x34\x4e\x58\x57\x41\x9e\x54\x7a\x1d\x00\x9c\xc5\xa2\x33\xa1\xfe\ \xd0\x2a\x8d\xd6\x68\x01\x3b\xa3\x36\x59\xb4\x26\xd4\x14\xc2\xa1\ \x33\x59\x54\x72\xa3\x41\x6d\x81\x3f\x76\x87\x43\xa7\x53\x19\x74\ \xa0\x50\x0e\x9f\xc3\xa6\x33\xa2\x65\x7b\x98\xdd\x62\x24\x7d\x7e\ \xd2\x85\x7b\xad\x5e\x83\xd6\xe4\xb5\xdb\x7c\x18\x5a\x88\xe7\x0b\ \x10\xbe\x00\x66\x33\x18\x8c\x3a\x23\x60\xb2\x56\x05\xe0\xa9\xb1\ \x99\x51\x07\x59\x8b\xc6\x04\xce\xce\xe7\xc2\x7c\x16\x38\x1a\xc2\ \xa8\x57\xe8\x1c\x0e\x1b\x66\x53\xdb\xbc\x2e\x20\x20\xa7\xcd\xe3\ \x55\xdb\x3c\x66\x9b\xc9\x62\x27\xdc\x6a\xbd\xc9\xea\xf6\x20\xef\ \x69\x37\x5b\xbc\xce\x40\xc8\x9f\x6d\x0e\x29\x86\x26\x08\x60\xba\ \x62\x27\xe0\x63\x98\x20\x85\x07\x1a\x94\xd3\x83\xc7\x23\xf0\x37\ \xc8\xb1\x1d\x8f\x06\x17\xf1\xe1\x68\x90\xf0\x33\xa3\xea\x30\xde\ \x88\x86\x4a\xd5\x20\x11\xf0\x51\x55\x6f\x7c\xc8\x78\x03\xed\x76\ \x9d\xf6\x06\x8b\xb1\xb0\x7f\x48\xe0\xc1\x04\x31\x1a\xf8\x8d\x9e\ \x10\x18\x31\x7f\x60\xb1\x8c\x26\xc2\x45\x86\xa1\x83\x89\x18\x51\ \x9c\xcd\x86\xe1\x68\xa2\xda\x89\x50\x75\x3a\x54\x5a\x84\xfc\xb1\ \x44\x67\x36\x19\x4c\x67\x9d\x78\x22\x11\x0e\xcd\x87\x40\x7c\x0c\ \x55\x0a\x47\x12\xd1\xf0\x80\xa6\x00\x0a\x03\xcb\x4a\xbc\x18\xf2\ \x30\xb3\x30\x31\x9f\xf5\x27\xf3\x79\xac\x14\xa4\x66\xf0\x7c\xaf\ \x27\xd0\x18\x50\xb3\x42\xa6\x59\x3e\x99\xe4\x2e\x47\xf5\x7e\xea\ \x38\x7f\xd6\x9e\xb4\x43\xfd\x56\xaf\x9f\xcc\x15\x23\x15\x7f\x27\ \x37\x5e\x76\x17\x11\x6f\x94\x09\x45\x87\x4c\x28\x41\x60\x5e\x2b\ \x61\xb6\x9b\xfd\x0c\x16\x24\x71\x38\xe3\xd2\xbc\x37\xff\xc5\x8b\ \x5a\xb7\x9f\x6f\xf7\x07\xe3\x5c\x7f\x99\xfb\x7f\xbf\x3c\xcb\x3c\ \xaf\x94\x6f\xc7\xbd\xf3\x57\x17\xf9\x76\x36\x93\xf9\xff\x39\x7a\ \x17\xdf\xc4\xd2\x2b\xdd\xbb\xb9\x8a\x9b\x01\x61\x2e\x36\x60\x63\ \x5c\x85\x37\xdb\xd4\x6e\x36\x55\x40\x43\x01\x1d\x4a\x40\x95\xb8\ \x04\x54\x34\x20\x1a\x11\x68\xee\x34\x87\x3b\xa1\xb9\x3b\x60\x6c\ \x0b\x1b\x1c\x47\xf1\x91\x47\x15\x9f\x33\x6d\xab\xf2\xf9\x9b\x51\ \xa5\x74\xce\x44\xad\xa8\x5a\xdd\x13\x25\xfa\xa2\x4c\x66\x94\x64\ \x32\xca\xc9\x4c\x46\x8a\x26\xd1\xc9\x3f\xf2\xad\xd7\x55\x2d\x37\ \xc6\xb0\xf7\xa6\x4a\xef\x53\xbf\xe7\xdd\x6b\x3d\xeb\xb0\x58\x6e\ \x17\x26\xfd\x61\xbf\x3d\xa9\xa5\x0b\xa9\x49\xa9\x76\x9b\x6a\xa6\ \xfa\x83\x6c\x71\x36\xac\xf7\xfb\xb9\x5c\x29\x5d\x2c\x35\x66\xe3\ \x93\x51\xba\x0c\xa2\xd9\xc8\xe4\x8a\x99\x49\x67\x9a\x5e\xd5\xae\ \x46\xb9\x8b\x5a\x1f\xe0\xa7\x53\xaf\x97\x97\xb7\x99\xab\xda\xf4\ \x32\x5f\xe8\xfc\xfa\xf6\xf6\xa7\x57\xb7\xa9\xda\xcd\xab\xec\xb0\ \x7f\xdc\x28\xb5\xaa\x95\xf3\xc3\xd3\x54\xa1\x78\xb2\x3a\xeb\x9f\ \xad\x86\xf5\x7a\x3b\xd5\x1e\x95\xda\x9d\x4e\x76\x96\xce\x2f\x46\ \x60\x40\x27\xed\x61\x71\xd8\xe8\x1f\x4f\x86\x85\x8b\xdb\x01\x68\ \xd5\x64\x32\xcd\xd4\x32\xe5\x52\x7d\x30\xe8\x17\xb2\x37\x97\x83\ \x74\xfd\x6d\xb6\x5d\x2e\x17\x6b\xb9\xcc\x65\x27\x0b\x44\x97\xae\ \xe7\xaf\x6f\xae\xde\x75\x6e\x27\xa3\x76\xa3\x99\xe9\xe4\xa7\x57\ \x37\x97\xef\xfe\xe5\xaf\x7f\xfa\xf3\xbf\xfd\xe2\x27\xff\xf4\x93\ \x6f\xfe\xe8\x7b\x2f\x7e\xf4\xd1\x8b\x0f\x3f\x7a\xf1\xcd\x17\x4f\ \xf7\x77\x85\x7c\x0a\xd8\x3e\x19\x38\x33\x58\xca\xe8\x76\xa0\x8c\ \xcf\x97\x71\x55\x7c\x3e\x5f\x22\x94\x80\x41\x54\x49\x76\xb9\x42\ \x19\x17\x7e\xa9\x76\xc1\x27\x0a\xf7\x55\x6c\x3e\x87\x47\x07\x79\ \xa1\xa0\xc2\x50\x0e\xda\x79\x67\x31\x68\x2c\x9e\x98\xc3\xe5\xc9\ \x40\xa2\xe8\x28\x51\x94\x4e\x05\x9b\xc5\xe2\x71\xe8\xa8\x13\x90\ \x2f\xe6\x02\xa9\xb0\x28\xe8\xf6\x1f\x8a\x8c\x01\x53\xc6\x64\x31\ \x18\x60\xc7\x40\x37\x40\xb2\x50\x8c\x1e\x65\x73\x9b\x4e\xe3\x52\ \xf8\x62\x19\x8f\x25\x93\xed\xf1\xb9\x2a\x89\x6a\x9f\x87\x0e\x0d\ \x7a\xc8\x44\xe3\xc3\x50\xd0\x1e\xa8\x26\xba\x33\x89\x52\x92\x37\ \xe9\x34\x16\x95\x85\x22\x61\xa8\xd4\x4d\xd0\x96\x6d\x26\x83\xc2\ \xdc\x7e\xfe\xf2\xd3\xe7\xdf\xfd\x2e\x08\xd6\x27\x7f\xfb\xdd\xbf\ \xfb\xff\x3e\xe5\x7e\xf8\xe4\x29\x5f\xc6\x59\x13\xab\xc4\xa0\xc7\ \x14\x3e\x97\xc5\xe2\xf3\x90\xd0\x72\x58\x28\xc6\x59\x82\x6a\x1a\ \x50\x76\x17\x07\xa5\x76\x51\xc0\xd1\xf2\xb8\x54\x06\x9a\xad\x01\ \xd6\x90\xb9\xc9\xa4\xa2\x81\x84\x68\x8e\xea\xf6\x83\x47\xdb\x60\ \x11\x1f\xdf\xc7\xf9\x3d\x07\x79\x5c\x7b\xf0\x78\x9b\xf9\xe0\xc1\ \xe3\xc7\xef\x61\x1b\x1b\x72\xb9\xe0\x83\x9d\x0d\xb9\x52\xf1\xfe\ \x0e\x2a\x16\x15\x6c\x7d\xf0\xc1\xce\xce\xba\x40\xb0\xb5\xb3\xa1\ \x55\x2b\xc1\x17\x8a\xb4\xa8\x30\x73\x5d\x01\xfe\xeb\xfd\x87\x4a\ \xf9\x43\x01\xa2\x2d\xd4\x5f\x03\x9c\x05\x44\xb4\xa5\xd4\xa9\xd7\ \x95\x98\x0e\x56\x9b\x0b\x8d\x90\x10\x6c\xad\xeb\x70\xc1\xc6\xba\ \x40\x84\xe3\x0a\x0d\xa6\x37\x6e\xad\xcb\xa5\x8a\x8d\x8d\xf7\x05\ \xe8\x38\x68\x16\xf4\x86\x48\xa3\x16\x28\x44\x82\x2d\xe9\xc3\x87\ \x02\x4c\x8f\xc1\xbb\x31\x25\x4e\x02\xaf\x61\x0a\x2d\xa1\x56\xe8\ \x80\x89\xdc\xe0\xdb\x34\xa4\x4b\x6b\xb2\xf8\x3d\x76\x82\xb4\x13\ \x46\xab\x3e\xd0\xf3\x92\x0e\xaf\x61\x47\x0e\x47\xd5\xe1\x16\xbb\ \x8e\xd4\x18\xb5\x72\xbd\xd5\x8e\xeb\x48\xb9\x9a\xc4\x30\x1d\x06\ \x50\xa5\x53\x6b\x70\x13\x68\x23\x6e\xd0\x68\xb5\x06\xb0\x8f\x26\ \x8b\x46\xa9\xd0\x63\x26\x8d\x9e\xb4\xdb\xad\x46\xbd\xd1\x84\x61\ \x26\xb7\x11\x27\x49\xab\xc3\x04\x12\xe6\xad\xe0\x7a\x2b\x41\x58\ \xec\x4e\xa7\x01\x8c\x5c\x38\xe8\x71\x38\xf5\x08\xfc\xa4\x0f\x05\ \x02\xa4\xb8\x28\xc8\x19\xd8\x4f\x0a\x96\xd3\x4c\x5a\x2d\x66\x8b\ \x81\x24\xac\xee\xa8\x09\xd7\x69\xdc\x2e\x8b\x95\xc4\x70\xc2\x6c\ \x26\xf5\x5a\x9d\xc3\x2a\x52\x93\xf0\xd0\x69\x33\x19\xf5\x26\x1d\ \xa6\x37\x3b\x70\x83\x01\x6c\xad\xdf\x6b\x77\xfb\x9b\x3d\xbf\x3b\ \xe6\x8b\xbb\xad\x66\x6f\x3c\xe0\x73\xc6\x43\xae\xb0\xaf\xe2\x0d\ \xa2\x88\x51\xbf\x53\x6f\x4e\xc6\x63\x16\x5b\xa2\x5a\x8d\xb6\x4e\ \xbb\xa1\x88\xb7\x7a\xd0\x8c\x25\xe2\xfe\x60\x02\x8d\x40\x74\x9c\ \xc5\xa3\x2b\xb7\x3d\x74\xb8\x68\x85\xdd\x96\xf8\xbc\x12\xf2\x5b\ \x3c\xd1\xae\x23\xdc\x4f\x9a\x3d\xf3\x44\xa2\x17\xf2\xc6\x7b\xf1\ \x5e\xf5\x2c\x11\xae\x06\x03\x09\x67\xf4\x28\x1c\x0b\xfb\xdc\xfe\ \xd3\xb0\x2f\x1a\xeb\xf6\x86\xad\x50\xb4\x12\x18\xf7\xc6\x89\x56\ \xd4\x13\x49\x46\xbc\x47\xbd\x5e\x2f\x91\x8c\xc7\x03\xc1\x78\x6f\ \x7e\x1a\x0f\xd8\x93\x0e\x5f\x2f\x14\x19\x1d\xda\x13\x8d\x6a\xf5\ \xe4\x10\x5e\x17\xf1\x55\x62\x9e\x56\xab\x1a\xf5\x5b\x6c\x51\xaf\ \x25\x5c\x2a\x9f\xf4\xcb\xf3\xfe\x4d\xf7\x6c\xd8\x99\xe4\x3b\x47\ \xab\x46\xf5\x70\xd4\x5c\x0c\x9b\x91\xa3\x4c\xf0\x00\x2d\xf6\xa3\ \x56\xa2\x4a\xa2\x48\x2d\x14\xf4\xe5\x50\xea\xad\x66\x83\xbf\xe2\ \x45\x5b\x6e\xfe\xa4\x77\x7c\xb8\xf8\x69\xad\x7f\xd4\x6c\x14\x8b\ \x67\xb3\x72\xf7\x34\x75\xf9\xf6\xaa\x50\x6f\x36\x87\xe3\xe1\xd5\ \xb2\x30\x3c\x6f\x64\x86\xc7\x93\x46\xbf\x5d\xef\x2f\xf2\x00\x53\ \xfd\x5c\xbb\xdc\xcf\xbe\x1b\x9e\x94\xd3\xcd\x54\xbe\x3d\xca\x96\ \x16\xc5\x74\x7b\x52\x9c\x64\x2e\x17\xa5\xfc\x20\x75\x79\x55\x2f\ \x0f\xda\xc5\x62\x21\x33\xec\x17\xea\xcb\x51\x69\x70\xf3\x2a\x3d\ \x98\xde\x5c\x75\x3a\x77\xb9\x57\x3f\xbb\xba\xb9\x59\x4e\xeb\xef\ \xee\x7e\xfe\x9b\x5f\xdf\xa4\xd2\xcb\xdc\x70\x78\x76\x98\x9a\x55\ \x56\xc3\xe6\xc9\x49\x69\x78\x34\x3b\x18\x1f\xa1\x00\x9d\xf4\x41\ \xb9\x7c\x7c\xdc\x5e\x96\x17\xc7\x8d\x76\x7a\xd2\x3e\xca\x4d\x86\ \x99\x76\x71\x52\x3a\x98\x76\xb2\xb5\x69\xb6\x70\x89\xa2\x96\xcb\ \x8d\x5c\xba\x9f\x5b\x02\x61\x01\x5e\x15\x73\xd7\x3f\x4b\x1d\xe5\ \xfa\xa3\x7c\xaa\x98\x4b\xb5\x17\xb5\xab\xf2\xf2\xf5\xe5\xcd\xed\ \xf4\xa6\xd4\xec\x4f\x0b\x8d\xab\x57\xf9\x8b\x9b\x37\x3f\xff\x3f\ \xbf\xfe\xbf\x7f\xfd\xd3\x2f\xfe\xf4\xa7\xdf\x7d\xff\x5b\x7f\xf8\ \xc5\xe7\xfb\x4f\x9f\x3d\x7b\xfa\xed\x17\x7b\xb2\xdd\x5d\x15\x9f\ \xbe\xbb\x27\x11\xab\xf8\x3c\x2e\x8f\x43\x63\xca\x64\xa8\xfd\x46\ \xb5\xff\xa1\xf8\xd9\x0b\x95\x4a\x2c\x83\xff\x80\x63\x54\xfc\x5d\ \x78\xfe\x19\xe8\x1a\xa8\x16\x8f\x2b\xdb\x43\x52\x03\xa0\x84\x6e\ \xea\x71\xd8\xa8\xbb\x8f\x26\xe3\x6e\xa3\x6c\x2c\x06\x9a\x29\x08\ \xd6\x10\x34\x80\xc7\xe5\x53\x98\x60\x27\x59\x1c\x9a\x10\x65\x57\ \x51\x28\x5c\x09\x8d\xb9\x46\x45\xa5\x56\x60\xf1\x40\xab\xd0\x24\ \x69\xa1\x0c\xc5\xc3\x53\xa8\xcf\x99\x6b\x14\x78\x82\x2f\x13\x0a\ \x3f\x7c\x82\xc6\xf5\x00\x65\xa1\x99\xd1\x2c\x1a\x8f\xca\x04\x81\ \xe1\x8b\xd9\x6c\x1e\x9f\xc7\xd9\xa4\x72\xd0\x1c\x8b\x35\x94\xaf\ \x80\x7a\x6e\x98\x14\xc6\xfd\x76\x3c\x95\xc5\x61\xb1\x36\x5f\x7e\ \xf6\xe9\xa3\xe7\xdf\xfd\xec\xe5\xa7\x9f\xbe\xfc\xee\xff\xfb\x77\ \x8f\x59\xaa\x8f\x55\x62\x50\x52\x19\x97\x29\x11\xa2\x4c\x64\xb8\ \x66\x94\x8e\xc3\xe1\x00\x3c\xa2\x31\x62\xf7\x05\x11\x6c\x2e\x9b\ \x49\xa7\x71\x58\x28\x1f\x19\xdd\x43\xb8\x9f\x9e\xc3\x44\x93\x76\ \x50\x18\x04\x7d\x93\xb5\xb6\xb9\xf6\x60\x8d\x41\x7f\xfe\x7c\x9b\ \x89\xe6\xff\xd0\x39\x20\x8d\x0f\x1e\x6c\x3e\x78\xfc\x68\xed\x3d\ \x2d\x58\x37\xc0\x29\xc1\xfb\xeb\x4a\xe9\xc6\xc6\xc3\x87\x1b\x4a\ \xc5\x86\x74\xe7\xfd\x87\xef\x2b\x36\x3e\xf8\x60\x0b\x74\x4a\xbd\ \xbe\x25\x95\x0a\xb4\x0a\xa9\x52\xab\x58\x07\xf2\x7a\x5f\xaa\x04\ \x75\x13\xa1\x49\x15\x02\xc5\xce\x43\x24\x74\x1a\x33\x1a\x06\xa8\ \x34\xbb\xec\x56\x12\xcc\x21\x9a\xc4\x8c\x89\x94\x82\xf5\x1d\x81\ \x56\xa9\x90\x6b\x50\xbf\xcd\x3a\xaa\x95\x10\x89\xc0\x54\xa9\xb7\ \xd6\x05\x72\x2d\x8e\x09\x36\xe4\xd2\x1d\x05\xbc\x46\x89\x5b\x70\ \xa9\x5a\x2b\x52\x82\x6e\x59\x31\x81\x16\x57\x12\xa0\x32\x46\x0b\ \x61\xd2\x83\xf0\x18\xf4\x7a\xbb\xdf\x82\x9b\x4c\x56\x97\x01\xf7\ \x9e\xb4\x1c\xa1\xb0\x51\xa4\xc5\x15\x4a\x2b\xea\xda\xd6\xc1\x23\ \x11\x66\xb3\x82\x56\x00\xff\x18\x71\x23\xae\xd6\x08\xb4\xf0\x03\ \xa3\x14\xa4\x4c\x6f\x54\x6a\x8d\x80\x7e\xde\x90\xce\xa8\x57\x12\ \x66\x0d\xbc\xcc\xa8\xd3\x62\x1a\x8d\x16\x37\x3a\x7d\x26\x93\xde\ \x63\x33\xd9\x9d\x36\x9f\xdb\x4c\xc0\x7b\x49\xb0\x9f\x84\xc1\xa8\ \x01\xaf\xa5\xb7\x19\xd4\x46\x9b\x48\xae\xdd\x92\x6b\xd1\x8e\xde\ \xba\x52\x29\x55\x28\x44\x0a\x85\xd1\x17\xb2\x59\xec\xa4\xc1\x64\ \x45\x61\x32\x26\xb9\xd6\x65\x31\x9a\xc0\x89\x1a\xb4\xa4\x91\x34\ \x3a\x83\x66\x2d\x41\x12\x26\xbb\x8d\x30\x9b\x48\x50\x35\xf4\xcb\ \x6e\x35\x1b\xad\xa4\xcb\xe2\x8d\xad\x2a\x16\x5b\xc4\x1f\x0f\x98\ \xdd\xf6\xf9\x38\xe2\x8c\x78\xad\x5e\x7f\x34\xec\x33\xb9\x5c\xb6\ \x80\xdd\xec\x76\x46\x42\x7e\xb3\x2b\xe4\x8d\x46\x42\xd1\xb8\xcb\ \x7f\x7a\x7a\x70\x32\x8f\x86\x92\x01\x8b\xd7\xec\xb0\x7b\xc3\x89\ \x88\xdb\xe9\x0f\xf5\xc6\x31\x67\xc8\x9d\xf0\x47\x22\xd1\x79\x6c\ \x1c\x0e\x9f\xc6\x1c\xb1\x4a\xc5\x9f\xf4\xbb\x22\x49\x67\x37\x7e\ \x7a\x16\x4b\x06\xa2\x41\x67\xe5\x24\x14\x0e\xd8\x3c\x95\x56\xd4\ \x19\x1e\x1f\x4d\x9a\xf3\x50\x2c\x9c\x0c\x1d\x1e\xb4\xe2\xa0\x90\ \x2b\x5f\xa4\x1a\x1f\xcf\x63\x5e\x77\xd4\x1e\x4a\xc6\xba\xfd\x96\ \x27\x90\xb0\x78\x5a\x95\xc5\xe1\x59\xd2\x37\x4e\x76\x4f\xa2\x95\ \x70\x60\x15\xea\xb5\xdc\xbd\x70\x20\x19\xf3\xb9\xbd\x4e\x7b\x2c\ \x5d\x3a\x3b\x3c\x5c\x35\xb3\x91\xf1\x55\xf1\xe4\x2a\x7d\x32\xcb\ \xc5\x2b\xa3\xd9\xa8\x5c\x3e\x5c\x35\x7a\x47\x07\xcd\xc9\xea\x30\ \x9c\xe8\xba\x50\xa8\x8e\xdb\x1b\x0d\xb9\x75\xf0\xb7\xa1\xf7\x44\ \xec\xe1\x00\xf8\xdf\x50\x34\xb4\x28\xbd\xcb\xb4\x0e\x4b\xc5\x4e\ \x7e\x34\x9a\x84\x8f\x0e\xae\x7f\x75\x53\xe8\x94\x46\x9d\xf3\xe2\ \x20\x5d\x1c\x2d\x96\xd3\xd9\x78\x54\x18\x1e\x64\x72\xf3\x54\x16\ \x14\x62\x38\x19\x1e\x67\x6b\x47\xbd\x4e\xbd\x33\x2d\x0c\x3b\xcb\ \xd9\x79\xbd\xd8\xaf\x35\xa6\x93\x34\xb8\xb1\x62\xb6\x50\x2a\x4c\ \x86\x93\x62\x79\x32\x4c\x65\x2f\x5e\x4f\x9b\xa5\x4e\x6a\xf0\xe5\ \x55\x36\x9d\x59\x96\x2f\x33\xf9\xeb\xd7\x57\x57\xb7\xd9\xcc\xd5\ \xf2\xed\xef\x7f\xf5\xd3\xcc\x4f\xeb\x83\x4c\x71\x36\x1b\x35\xba\ \xdd\xd9\xaa\xbf\x28\x37\x8f\x46\x93\xfe\x49\x6b\x3c\x1f\x36\x3b\ \xb7\x47\xa0\xba\xa9\x54\xbf\x34\xe9\x4c\x26\x85\x61\xad\x7c\x57\ \x4f\x67\x32\x93\x51\xfa\x6d\x3d\x97\xbf\xcc\x16\x0b\x43\x70\x7d\ \xfd\x54\x33\xbd\xac\x95\x72\x37\xd3\xdc\xb2\x76\x50\x7b\x97\x19\ \x16\xce\x67\x20\xae\xb5\x41\x7f\x78\x79\x71\x7b\xf7\x7a\xf9\xe5\ \xb2\x76\xdd\x98\x8c\x0e\x96\xb9\x46\xe9\xf2\xe6\xf5\xdb\x9f\xfe\ \xfe\xaf\x5f\xfc\xe5\x4f\x7f\xf8\xdd\x2f\x3e\xfe\xf0\xe9\x8f\x7e\ \xf2\x6f\xdf\xfa\xe8\xd9\x93\x17\xcf\xd0\x78\x86\x3d\x2e\x85\x8b\ \xc6\x10\xee\xee\xf2\x29\x1c\x0e\x9f\xa7\x42\x77\x08\xb9\x32\x95\ \xf0\xe9\x9e\x50\x2c\x94\xc0\x57\x21\x9b\x26\x94\xf0\xf8\xe0\xce\ \x54\x7b\x3c\x9a\x0c\x94\x04\x1e\xf3\x10\x58\x71\x29\xe0\x0b\xe9\ \x0c\x1e\x9d\x86\x2a\xb2\x84\x42\x3a\xea\x1b\xa6\x73\xb9\x6c\x10\ \x31\x3e\xda\x70\xa7\xaf\x31\x41\xfe\xb8\x7c\x84\x52\x6c\x36\x80\ \x9b\x44\xc6\x40\x31\x33\x5c\x19\xea\xc8\x61\xf1\x28\x3c\x1e\x0d\ \xec\x23\x8d\xc3\xa0\x51\x1f\x6f\x32\x84\xe0\x18\xb9\x2c\x0a\x1a\ \x89\x28\x51\x89\x85\xaa\x3d\x21\x8d\xcb\xa1\xa2\x00\x1a\x16\x95\ \xc1\x97\x70\xee\x77\xc8\xd9\xa8\x49\x99\x01\x7c\x86\x18\x89\x46\ \xb9\x9f\x21\x4d\xa1\x3f\x46\x39\x0b\x3c\xfa\x83\x4f\x3e\xd9\x7e\ \xfc\xfc\xe5\xe3\x47\x9f\x7e\xfa\xc9\x77\xff\x9f\xbf\xfb\x8c\x29\ \x7b\x26\xdc\xdd\x65\xf3\x38\x4f\x68\x1c\x19\x5c\x31\x87\x0f\x86\ \x10\x95\x55\xc0\x43\x90\x24\x3e\x17\x6d\x5c\xa1\xdc\xae\x4d\x34\ \x35\x87\xce\xa2\x51\xe9\xa8\xb8\x95\x81\x06\x91\xd1\xd7\xa8\xe0\ \x35\x59\xcc\x35\xfa\xe6\x83\xb5\x6d\x36\xa0\x1c\xea\x77\x5c\x7b\ \xb4\x49\x5d\x63\x71\x18\x8f\x1e\x3c\x7f\xc4\x64\x6e\x33\xdf\x53\ \x80\x54\x7d\xb0\x2e\x92\xee\x48\x95\x0a\xc5\xce\x37\x36\x44\x5b\ \x1b\x22\xf9\xc6\x86\x74\x1d\xdf\xd8\xd9\xd9\xda\x90\x6f\x89\x44\ \x02\x80\x28\xa9\x12\x56\x2b\xa8\x8b\x74\xeb\x1b\x3b\xd2\xf5\x87\ \xeb\x0a\x58\xc3\x18\x2e\xdf\x11\xc9\x71\x5c\x8b\x03\x70\xe9\x08\ \x91\xd5\x63\xf7\x3b\x8c\x18\x8e\x26\x56\xa0\x82\x2e\x54\x6e\xa9\ \x50\x3e\x5c\x17\xbd\x2f\x95\xae\x6b\x94\x1b\xe0\xe3\x94\x1b\x5b\ \xeb\x68\xea\x1f\xd8\xb7\xf5\x8d\xfb\xd8\x16\xc1\xba\x82\x70\x20\ \xb5\xd2\x0a\xa4\x4a\xb9\x56\xaf\x36\xea\xe5\x68\x10\x85\x8e\xd4\ \xeb\x6c\x60\xee\x4c\x16\xbd\x3d\x62\x56\x6a\x09\x34\x16\xde\x73\ \x7c\x00\x0e\x4a\xa3\xc4\x8c\x18\xf0\x90\x46\x8d\xa3\x51\xaa\x5a\ \x5c\x67\x35\xa1\x79\x37\x72\x4c\x6d\x34\x62\x1a\x4c\xad\x51\x00\ \x11\x99\x2d\x46\xa3\x4e\x21\xd2\x8b\x94\x06\x47\xd8\x82\x6b\x14\ \xa4\xc1\x6a\xd4\x18\xf4\x6a\x83\x0e\x78\x4e\x67\x32\xd9\xcc\x04\ \x69\x33\x99\x50\x9c\xba\xc5\xa4\xc3\x75\xf7\x4d\x8b\x26\xab\x1e\ \x85\xa1\xba\xc0\x82\x5a\x0d\xa8\x2b\x47\x2d\x27\xf4\x72\xf0\xc5\ \xb8\x76\x03\x5c\xb3\x51\x63\xf7\x93\x36\x33\x78\x4c\xd2\x80\xd2\ \xa3\xd5\x22\x13\x89\x19\x4d\x28\x18\x86\xd0\x9b\xac\x4e\xbb\x11\ \xb7\x78\x08\xab\xc5\x6a\xb7\x9b\x70\x0d\x69\xb2\x98\x30\x4d\xd0\ \x6f\x01\xd1\x32\x78\x7c\x96\x6e\xd7\x6c\xf5\xfb\x3d\x1e\x9f\xdf\ \x05\xba\x61\x45\x99\xc4\xfe\x58\xdc\x6b\x76\xba\x48\x9f\xc7\x4f\ \x38\x83\x09\xa7\x39\x18\xed\xfa\xfc\x89\x5e\xc4\x13\x18\xa7\x17\ \xbd\x55\xb5\x9a\x00\x77\xe5\xb0\x58\x9c\xa1\x78\x0f\x64\x2b\x19\ \x9d\x77\x7d\xbe\x18\x1a\xea\x10\x0a\x04\x62\xd5\xc5\xb9\xcb\x15\ \x89\xbb\x82\x31\xa7\x2f\xe0\xb7\x7b\x7a\x2d\xaf\x29\xec\x09\x06\ \xad\xb1\x70\xf7\x34\xec\xf6\xcf\x13\x31\x67\x72\x7e\x38\xec\x57\ \xdd\xb1\x48\x78\x71\x02\xa6\xb0\xe2\x8c\x26\xbc\x47\xc9\x50\x25\ \xd9\x05\x94\x0c\xc6\x5a\x11\xcf\xe9\x59\x20\x12\xf1\x7b\x7b\xf3\ \xb8\x17\xed\xf2\x83\x2a\x26\x93\xab\x6e\x2b\xd8\x48\xfa\x8e\x4f\ \xe3\x95\xc3\x40\xa4\x15\xf3\x8f\xfb\x8d\x5c\xfb\x74\x7e\xdc\x0e\ \x9f\x1d\xa7\x9a\xf5\xda\xc1\x28\xd7\x5b\x9d\xcc\x16\xb3\xe1\x61\ \x32\xdb\xeb\x1f\xad\x9a\x60\x42\xbb\xa7\x4e\x34\xfd\x22\x90\xf0\ \xf9\x2c\x3a\xbb\x55\xa1\xf3\x44\xe0\x73\xfb\x83\xf1\x70\x25\xb2\ \x2a\xfd\x71\x79\x0a\x48\xd6\x1f\x9e\x56\x4e\x92\x67\xa5\x77\xcb\ \x6c\xa3\x50\x3e\x98\xa0\x3d\xb1\x5c\xfb\xac\x9c\x4f\x9d\x34\x8a\ \x27\xc5\xfc\xac\xbf\x38\x2a\xd4\xfb\xc5\xd2\x00\x7e\x3c\x3a\x6c\ \xd6\x8b\x9d\xe1\x28\x77\xd9\x2f\xb5\x1b\xa3\xd2\x45\x7a\x58\x1c\ \xa5\x8a\x93\xf4\x64\xd2\xcc\x0f\x72\xc5\x6c\x7a\x99\xe9\xe4\xea\ \x99\x62\xfe\x75\xe6\xd5\xf5\xeb\xd1\x28\x55\xa8\x5f\xd6\x3b\x57\ \xb5\xfa\x12\xb4\x30\x5f\xbf\xfa\xed\xaf\x7e\xde\xf9\xed\x6d\x2d\ \xd3\x68\x1e\x34\xd2\x47\xc7\xc7\x07\xb3\x59\x66\xd2\x2f\xcc\x86\ \xa3\xb3\xb3\x83\xc2\xe2\xe2\xed\xd9\xa2\xbd\xe8\xa4\x0e\x0a\x68\ \x98\xf5\xf1\x24\x95\x2e\x2f\xdf\x80\x1a\x36\x9b\x37\xd7\x29\x70\ \xbe\xc5\xe1\xe8\xea\x6d\xaa\x59\x28\x76\x06\xe5\x46\xf6\x62\x70\ \x77\x93\x6d\x80\x18\x0e\x9a\x45\xf0\x8c\x85\x6c\xba\x5d\xbe\xbc\ \xbc\xb8\xa9\x0d\xbe\xaa\xbd\xea\x14\x9b\xa3\x73\x34\x9f\xf5\xf6\ \xf6\xcd\xbb\x5f\xfd\xd7\x5f\xbf\xf8\xf1\xef\xfe\xf9\x47\xdf\x7b\ \xf6\xd1\xf7\x7f\xf2\x83\x17\xdf\xfb\xf6\xb3\xbd\xa7\xfb\xfb\x7b\ \x42\x60\x05\xe1\x2e\x88\x96\xf0\x09\x90\x0e\x8d\xbb\xaf\x92\x49\ \x64\x60\x00\xc5\x62\x1a\x3c\x04\xc8\x51\x81\xa1\x02\x0a\xda\xe3\ \x8b\xf7\xc5\x12\xd9\x2e\x28\x1b\xda\x93\xe7\x8a\x85\x2c\xb6\x0a\ \xe5\xc9\x70\xf9\x2c\xa4\x1c\x3c\x2e\x9b\x06\xc6\x8f\x42\xe3\x31\ \x58\x3c\x21\x8d\x82\x9c\x17\x8f\x82\x26\xd3\x88\xc1\x07\x0a\x29\ \x74\x8a\x10\xa0\x06\xc0\x0d\x04\x69\x93\xa6\x02\xc8\x41\x5b\xf1\ \x60\xc4\x84\x1c\xa1\x44\x8c\xc2\xb2\xd6\x1e\x30\x28\x42\x99\x44\ \x48\x43\x47\xdf\x7f\xb2\x27\xa6\x73\x01\xe5\xf8\xa0\x58\x2c\x16\ \x93\xc2\xa3\x83\xb1\x44\x05\xab\x2c\x14\xf7\xc7\x46\x01\xca\x68\ \xdb\x8c\xce\xa3\xb1\x51\x3b\x22\x40\xcf\xda\x26\x93\xc6\x66\x31\ \xff\x3b\x88\xd5\xf3\x47\x2f\x1f\x3c\xf8\xf4\xb3\xbf\xfd\x1f\x7f\ \xf3\x09\xeb\xc9\x93\x0f\x77\xf7\x28\x6b\x34\x89\x98\xc7\x85\xeb\ \x93\x89\x51\xfa\x28\xf8\x5e\x0e\x6a\x2b\xe2\x72\x19\x2c\x21\x05\ \x95\xe7\x53\xd8\x80\x54\xa8\x12\xf6\x01\x1d\xfc\x21\x87\x41\x65\ \xf3\x98\x1c\xfa\xfd\x00\xb3\xc7\x54\xc6\x26\x13\x65\x63\x6d\xa3\ \x69\xf5\x74\xe6\xe3\xfb\x1d\x79\xd6\xf6\x23\xd0\x2b\xea\xe3\xed\ \xf7\x94\x1b\xdf\xf8\x60\x5d\x2a\xdf\xda\x91\x62\xf8\xce\xd6\x07\ \xeb\x38\x10\x0f\x1a\xc1\x0c\x3c\x24\x05\xed\xc2\x30\x50\x14\x5c\ \x09\x7e\xee\x7d\x5c\xaf\x78\xb8\x23\x15\x6c\x08\x04\x20\x53\xca\ \x87\x0f\x31\x0d\x42\x0f\xb5\x51\xab\x16\x01\x4f\xe1\x84\xda\x11\ \xf1\x84\xcc\x88\x79\x40\xc8\x40\xf2\xde\x57\x88\x44\x3b\x4a\x2d\ \x1c\x64\x7d\x6b\x0b\x35\xf8\xdc\xcf\x84\x06\xd7\x09\xcf\x4b\xe5\ \xd8\xc6\xc3\x8d\x75\x2d\xe0\x14\xae\x23\xcc\x7a\x70\x98\x5a\x1d\ \xe0\x10\x4e\xe8\x74\x84\x4e\xaa\x15\x19\x41\x6f\x0c\xa4\x59\x47\ \x92\x7a\x53\x28\xa0\xd3\x69\x08\x07\xae\xd0\x79\x27\xe3\xb1\xc7\ \x66\xc4\xb4\x5a\x34\x25\xd5\x60\x20\x8c\xa4\xc6\x80\xab\x45\x24\ \x40\x1d\x86\x2b\xd4\x1a\x4c\x67\xc0\xa5\x52\xad\x5a\x0b\x2c\x64\ \x33\xe0\x98\x06\x3d\x36\x9b\x83\x0e\xc2\xa2\xd3\x18\x8d\x46\x87\ \xdd\xae\x31\x9a\x71\x1c\x5c\xa2\xd5\x6e\xc4\x0c\x7e\x42\x6f\xf1\ \xda\xe3\x41\x52\x89\xe3\x56\xbd\x5a\x6f\x30\xeb\x31\x5b\xb7\xe2\ \x77\xd8\x70\x83\x83\xc0\x74\x6a\xb9\x1a\xb5\x2c\xaa\x95\x4a\x8c\ \x90\x83\x9c\xea\x51\xfa\x0c\x11\x04\x80\x42\x13\x21\xcc\x06\x1c\ \xb7\x1b\x45\xa4\x05\x34\x10\x65\x33\x10\x66\x9b\x42\xe9\xf0\x9b\ \x4d\xae\x90\xc3\xae\xc3\x00\x14\x75\x3a\x5c\x61\xb7\x9a\x48\x60\ \x32\xb7\x59\x13\xed\xe9\x4d\x11\x0f\xe9\x89\x55\xec\xee\x90\xd3\ \x62\x0b\xd9\x23\xde\x60\xc4\x67\x32\x58\x5d\xf1\x56\x20\xd8\x4d\ \x44\xed\xf6\x60\x22\x10\x8b\x9e\x9f\x27\x1d\xd1\x52\x23\x7d\x16\ \x6a\x75\x57\x5e\x9b\xcf\x63\xf6\x86\xe2\xce\x4a\xc8\xee\x06\x21\ \xe9\x7a\x49\xef\x69\xcc\xed\x0b\x45\x2c\x01\xef\x3c\xee\x73\x44\ \x83\xfe\x4a\xa4\x12\x89\x45\xbd\x36\x4f\xc2\xeb\x0c\x47\x62\x09\ \x67\x24\x7e\x7e\x12\x22\x3d\xbe\xaa\xc7\x1e\x3d\x3d\xee\x1d\x26\ \x51\x0e\xf5\xe9\xe2\x70\x58\x38\x0e\xf6\x92\xee\x68\x35\x11\xef\ \xc6\x62\x95\x98\x23\x3e\xef\xc5\x22\x55\x67\x6f\x0e\xea\x96\x4c\ \x8c\xc7\xfe\xd8\x30\xee\xaf\xb6\x7a\xa3\xc3\x80\xbd\x37\x4f\x9e\ \x56\x62\x89\xc5\x7c\xdc\xef\x25\x43\xa3\x54\xaa\xd1\xe8\xb5\xfb\ \xf3\xc3\xf3\x54\xfd\x62\xd9\x98\xf7\x9d\xa3\x72\x73\x52\x6f\xe5\ \xfc\x40\x73\x00\x00\x20\x00\x49\x44\x41\x54\xb4\x86\xcb\xca\xa4\ \x71\x32\xf2\x24\x63\x89\xb9\xc5\x1b\x39\x05\xc9\x73\x7b\x0c\x46\ \x9b\x09\x37\x78\x92\x6e\xa7\xdb\x17\xf3\x05\x83\xbe\x56\xff\xeb\ \xfa\xf9\xa4\x74\x3c\x1e\xf7\x56\xa9\x56\x34\xff\x66\xd9\x2f\x66\ \xfa\xfd\x7e\xf4\x3c\x9b\x2f\x9f\x37\x1b\xf9\xc6\xe1\x79\x63\xd6\ \xe8\x0c\xf2\xf9\xcc\xf4\x76\x5a\x6a\x4f\xfa\xa9\x4e\x73\x92\xce\ \xa7\xaf\x97\x8d\xd1\xb4\xd5\x1c\xe4\x73\xed\x54\x23\x9d\x1d\x16\ \x33\xc5\xe2\x49\x3f\xd7\xb9\xec\x37\xd3\xb5\xeb\x72\xbd\x5c\x2f\ \xb6\xb3\xd7\x99\xab\xaf\x6f\x47\xaf\xbe\x2c\x4f\x07\x6f\xf2\x9d\ \x7c\x67\x3a\x2b\x5c\xbc\xbe\xf9\xd7\x5f\xff\xe6\xf5\xab\x9f\xdf\ \xe5\x16\xfd\xfe\xe9\xa2\x30\x69\x9e\x2c\x16\xb9\x74\xba\x59\x1c\ \xce\x86\xcd\x54\x3b\x9b\xc9\x94\x46\x88\xe4\x2e\xdb\xad\x51\xaa\ \x5c\x5f\x80\xa8\x7d\x39\xad\x17\x6a\xe5\x46\x67\x59\xbf\x2a\x0c\ \x46\xfd\x62\x7b\x70\xd9\x87\x8b\xc8\x74\x32\xed\xdb\x57\xcb\x9b\ \xc1\x72\x5a\xbb\x2e\xa2\x60\xf7\x52\x3b\x0d\xd6\xf4\xea\xee\x26\ \xb7\x9c\x0c\x7e\xfb\x7a\x59\x1f\x4e\xfa\xe5\x7a\x3a\x7f\xf9\xab\ \xb7\x6f\x7e\xfb\x9f\x3f\xfe\xe2\x2f\x5f\xfc\xe8\xa3\x6f\x7d\xfe\ \xd1\xb7\xbe\xf7\x83\xcf\x9f\x7e\xfc\xb1\x44\xb6\x07\xd2\xc3\xe3\ \xa1\xb2\x05\x40\xa6\x5d\x99\x98\xbf\xcf\x17\x3e\x11\xcb\x50\x9a\ \x8c\x50\x42\x13\x3e\x7d\xb6\xfb\x64\x77\x5f\xc5\x05\x8f\xc8\x13\ \xee\xef\x3e\xdd\xe5\x72\x85\x34\x30\x54\x28\x34\x19\xf5\xe7\x30\ \xd8\x42\xf0\x63\x34\x2e\x18\xae\x35\x34\x80\x90\x83\xda\x5e\x68\ \x6c\x26\x57\xc5\xe3\xd0\x81\x5d\x50\xe0\x28\x85\x26\xe6\xca\xd0\ \x0f\x50\x54\x1e\x8f\x27\x14\x0a\x39\xf7\x92\x04\xd2\xc8\x61\xb3\ \xe1\x25\x34\x99\x4c\x02\xb8\x06\x30\x03\x7a\x41\x83\x93\xcb\xd8\ \x5c\x2e\x47\xb6\xfb\x44\xc6\xe5\xdc\x57\x41\x30\x18\x7c\x1e\x9b\ \x09\x32\x25\x16\xb3\x41\x60\xd0\x6c\x30\x06\xda\xe6\xa7\x49\x80\ \x81\xa8\x32\x15\x7b\xfb\x01\x8b\xc2\x67\x3c\xa6\xae\x3d\x60\xd2\ \x19\xac\x35\x40\xab\x47\x9f\x7c\xf2\xe9\x27\xcf\x3f\xfd\xce\xff\ \xfc\xdb\xbf\x59\xa3\x3d\x7b\x22\x7c\x21\x66\x31\x51\xc6\x84\x18\ \xa8\x6a\x5f\xc6\xe7\x51\xc4\xbb\x1c\x54\xcf\xc0\x13\x72\xc1\x06\ \xa2\x40\x2c\x36\xe7\xbe\xaf\x91\x06\x8a\x88\x2a\x1d\x28\x62\x50\ \x43\x94\x9a\xcc\x84\x63\x6e\x3f\x06\xdd\xa2\x32\x98\x14\x14\x91\ \xbc\xbd\x09\x1c\x46\xd9\xde\x5c\x03\xa5\x7a\xf4\x88\xba\x4d\x5d\ \xa3\xbe\x47\xae\x7f\xb0\x23\x78\x7f\x63\xfd\xe1\x8e\x42\x23\x58\ \x47\x75\x0c\x28\x01\x4a\xbe\x03\x20\x25\x7d\xb8\xb5\x83\xe9\xb5\ \x3b\x82\x1d\x35\xaa\xf5\xd6\x02\xf7\x6c\x08\x40\x7a\x04\x5b\x52\ \x4c\xbb\x23\x02\x51\x10\x69\x45\x52\x8d\x0e\xd3\x62\x52\x8c\x30\ \x12\x16\x97\xdf\x6d\xb7\x29\xd7\xd5\xf2\x0d\x34\xd5\x54\x2a\x92\ \x4b\x15\x72\x85\x40\x01\x80\xa2\x10\x49\xd7\x95\x02\x11\xda\xc4\ \xd6\x6a\x95\x40\x70\x4a\xad\x48\x04\xce\x51\xad\xd5\x62\x7a\xa3\ \xde\xa4\x95\x03\xfb\x28\xb5\x26\x93\x52\x2e\xc2\xd5\x60\xc3\x8c\ \x0e\x9b\xc5\x82\xe1\x04\x41\x92\xe6\x58\xc4\x40\xea\x74\x36\xe0\ \x1f\xdb\xe9\x51\x25\x62\xc7\x34\x3a\x83\x5e\x63\x20\xd4\x6a\xdc\ \x8c\x1b\x6d\x5a\x5c\x6f\x36\x83\xa0\xa8\x95\x98\x5a\xab\x33\x69\ \x8d\x06\xb0\x75\xa4\x06\x0d\x8b\x87\x2b\x56\xea\x94\x7a\xa7\xc5\ \x60\xb5\x02\xef\xe0\x46\x8b\xdd\xa9\xd6\x91\x16\x5c\x04\x5f\xdd\ \x0e\xc2\xe4\x22\x70\x20\xa3\x64\xcb\xa2\xc5\x8c\x36\xb3\x19\x10\ \xcc\xaa\x77\x44\x92\x5e\xe0\x28\x9d\xc3\xaa\xc6\x01\xb2\xe0\x23\ \x18\x34\xf2\x75\xad\x86\x44\x9f\x43\x69\x33\x3b\x1d\x7e\x1b\x58\ \x47\x9d\x3b\x68\x31\xc9\xd5\x56\x02\xd7\x1b\xb4\xb8\xe6\xfe\x9a\ \xcc\x16\x85\xd6\xec\x89\xd9\x6d\x76\x9b\xd5\x65\x04\xf4\x42\xed\ \xd6\x0e\xbb\x59\xaf\x71\x81\x54\x9a\xc6\x3d\x3d\xe9\xf2\xd8\xfc\ \x21\x8f\xa7\x3a\x77\x39\xa2\x31\xa7\xd3\x16\x8e\xba\x51\x94\x74\ \xbc\xe5\x75\xfb\xc2\x5e\x9f\x2b\x10\xeb\xc6\x82\x87\x47\x2b\x6f\ \xa4\x3b\x2c\x0f\xab\xc1\xde\x22\x41\x06\x3d\x16\x5f\x10\x14\x2d\ \xe0\xf3\x45\xc7\xdd\xaa\xdf\x11\x3e\x8d\x3a\x7c\xbe\xa0\xd9\x12\ \x5c\x1d\xc4\x2c\xa1\xa4\xb7\x1a\xee\x79\x82\xbe\xd0\x3c\x12\x4e\ \x26\x62\x81\x50\xcb\xe1\x4f\x9c\xc6\x03\x81\x64\x22\x1c\x8a\x54\ \x7b\xa7\x95\xc3\xc3\x68\x2c\x96\xec\xf5\x4e\xba\xbd\x7e\xec\xac\ \xeb\x74\xc6\x93\x95\x80\x27\xd9\x8b\x58\x7d\xce\x64\xa2\x1b\x8d\ \xb4\xc6\x16\xef\xb8\x1a\x8d\x8f\xfd\x8e\x93\x56\xa5\x7b\x76\x78\ \xda\x8d\xb9\xa2\x95\x40\xab\x77\x18\x3d\xa9\xac\x40\x45\xab\xa9\ \xd9\xaa\xde\x3c\x1f\x4d\x2a\xcd\xdc\xa4\x50\xea\x1c\x75\x9b\x91\ \xd9\x72\x52\x4c\xa5\xcf\x66\xa3\xd6\x41\xbb\x7f\x36\x3f\x4c\x24\ \xa2\x9e\x64\xa0\x17\x09\x85\x9d\x56\x23\x09\xa2\xae\x0b\x9d\xfa\ \x02\xb1\x40\x24\x18\x70\x55\x66\x93\xdf\x2e\x5b\xc7\xcd\xf2\xf8\ \xf0\xb4\x59\x08\xf7\xb2\xb5\xcb\xf2\x60\xb0\x28\x35\xc6\x8d\x69\ \x6a\x34\x6a\xa7\x6e\x32\x27\xa5\x4c\x29\xbb\x5c\x96\x6a\x8d\xe1\ \xeb\xdb\xec\xac\x50\xcf\x95\xda\xe5\xf4\x30\xd5\x28\x8f\x1a\xaf\ \xda\xc5\x57\xcd\x7a\xb9\xd8\xc8\x64\xfa\x07\xe5\xd4\x9b\x41\xba\ \x9c\xbb\x28\xd4\xea\xb5\x54\x31\x3f\x78\x95\x99\x95\xef\xae\x07\ \x37\x83\x61\xae\x0e\xc7\x7d\x5d\xce\x0e\x2e\xeb\xf9\xf2\xed\x74\ \xf0\xe5\x9b\x37\x97\x57\x5f\xdf\xdc\x5e\xa6\x0e\x66\x93\xd9\xf1\ \xf8\xf8\x7c\xd2\x49\x67\x86\xb9\xdc\xf1\xf9\x70\x52\xe8\x17\xda\ \xa5\x76\x7f\x36\xca\x4e\xd3\xc3\xd9\xa8\x9f\x6a\xb7\x33\x9d\xaf\ \x07\x8d\x62\x61\x92\xb9\x4b\x8d\xc0\xbd\x16\xb2\xb5\x52\x39\x35\ \x2c\x15\x72\xf5\x9b\xeb\xf2\xf2\xee\xd5\xf4\xe6\x32\xff\xf6\xa6\ \xd4\x86\xd3\x1f\x94\x52\xb7\xa5\x51\xe6\xf2\xf5\xf5\x45\xe6\xf5\ \x57\x17\xd3\xd7\xe5\x83\x62\x26\xd5\x2f\x2e\x7f\xf8\xb3\x5f\xfe\ \xc3\xff\xfa\xcb\x17\x5f\xfc\xee\xf3\x6f\xfd\xe8\xf3\x8f\xbe\xfd\ \x8f\xdf\x7a\xb6\xbf\xbb\xb7\xfb\x44\xa2\x12\x72\xc4\x40\x38\x32\ \x2e\x5f\x28\x16\x8b\xf7\xb9\x7c\x2e\x90\x92\xf0\xa9\x84\xc6\xe7\ \x8b\xf9\x62\x31\x57\x0c\x32\xc6\x97\x08\xf7\x54\x34\x19\x4f\x88\ \x02\x1a\xee\x7f\x2e\xe1\x48\xf6\xf8\x3c\x19\x85\xb1\x86\x52\x8b\ \x29\x3c\x3e\x8d\xb2\x49\x47\xf2\xc3\x63\xd0\xf8\x5c\x0a\x95\x23\ \xe4\xd3\x38\x34\x3e\x05\x25\x38\xd0\x58\x32\x19\xbc\x8a\x0b\x06\ \x92\xc3\xe2\xa2\xf3\x08\x59\x68\x0c\x05\x8b\x07\x7a\x24\x04\x96\ \xe1\x52\xd0\x66\x12\x95\xb5\x86\xfa\x6b\x58\x32\xb8\x20\x2e\x87\ \xbf\x0b\x96\x0d\xac\x27\x15\x04\x0b\x04\x04\xdd\x08\xa0\xd1\x79\ \x42\x3e\x15\x2c\x24\x4d\x06\xe6\x0d\x65\x3f\xb0\xb9\x28\xe8\x8f\ \x2f\xe3\x31\x98\x68\x96\x04\x6a\x48\x7e\xcc\x04\x07\xba\xf9\xdd\ \xef\x7c\xf2\xc9\xf3\xe7\x9f\x7e\x06\x5f\x3f\xfd\xdb\x6d\x8e\x44\ \x2c\x7c\x2a\x66\xb3\x39\x7c\xa1\x6c\x97\x4f\x67\xef\x0a\xf9\x08\ \x0f\xb9\xa8\x42\x0c\xd4\x12\x98\x8c\x41\x43\x81\x0d\x54\x1a\x85\ \x89\x78\x8b\xbe\x86\xea\x46\x29\x14\x3a\xba\xa9\xc0\x66\x52\xd9\ \x0c\x94\x30\xb3\xb9\x89\x82\x1b\xb6\x99\x8c\xed\x6d\x26\x8a\x0d\ \xdc\x5e\x63\xa3\xec\xbe\x47\x0f\x98\x9b\x0f\xde\x53\xa3\xad\xaa\ \x75\xd1\xfa\x37\xd0\xf8\xd0\x75\xa9\x60\x67\x67\x7d\x07\x25\x2d\ \xbc\xff\xc1\xc3\xf5\x9d\xf7\x11\x71\xbd\xff\xdf\x76\x74\x98\x7c\ \x47\x00\xb4\xa5\x81\x1f\xc0\x6b\xd6\x37\x44\x0a\xe9\xc3\x75\x0c\ \x43\xba\xa4\x23\xb5\x0a\x5c\x6b\x25\x49\x9d\xc6\x1a\xf0\xfb\x09\ \x70\x51\x82\x0d\x34\x3a\x19\xf4\x4a\x89\x9c\xde\xba\x7a\x43\x20\ \x95\x2b\x45\x6a\xf9\x96\x5a\x8d\x42\x65\x94\xd2\x1d\x91\x06\x69\ \x1d\xea\xd5\x53\x60\x46\x8d\xce\xa8\x33\x5a\x49\xb5\x54\x6b\xd0\ \xac\xbf\x0f\x4c\x84\xc9\xf5\x0a\xc2\x1b\x44\x77\xfd\x30\xc2\x61\ \x72\x45\xed\x7a\x83\xd3\x62\x31\x6a\x6c\xbd\x83\x84\xcd\x86\x93\ \x26\x8d\x96\xb0\x82\xd6\x01\xc4\xe8\xcd\x98\xde\xe4\x32\x08\xb4\ \x6a\xb5\x41\xa1\xc3\x74\x66\xa5\xda\xa0\x07\xfd\xd0\xe8\x49\xa3\ \xda\x82\xb0\x4d\x81\xb2\xb1\xc0\x8e\x9a\xf4\x72\xa3\xd1\x42\x2a\ \xb4\x5e\x9b\x7c\x5d\x6e\x34\x7b\x4d\x98\x95\x74\xc0\xcb\x2c\x31\ \x9f\xd9\x6c\x04\x00\x33\x61\x06\x50\x3a\x73\xc0\xe3\x74\x7a\x08\ \x5c\x67\x14\x09\x30\xb9\x08\xbc\xb0\x16\x03\x4f\xac\xd3\x3c\xfc\ \xc6\xba\x5c\x67\x37\x9b\x2c\x36\x8f\xd5\x6a\x30\x9b\xec\x06\x13\ \xa6\x24\x80\xf7\x08\xa3\x11\x3e\xa9\x1e\x44\xcb\xa6\xd3\x38\xdd\ \xf6\xa0\xd9\x4a\x9a\x2d\xea\x75\xad\x49\x0d\x24\xe8\x76\x20\x1a\ \xb3\xd8\x6d\x44\x32\x41\x92\xce\x6a\xc0\xe1\xb7\x9a\xe3\x2d\xbf\ \x29\xd4\x8b\x3b\xdd\xe1\x84\x03\xc5\xaf\x74\xdd\x41\x4f\x38\xec\ \x0f\xb9\x2a\xd5\x33\xa7\x33\x3a\xef\x79\x0c\xc9\xa3\x83\x71\xc5\ \xd3\xeb\x25\x2c\x5e\xab\xc3\xe7\xaf\x56\xba\x7e\x8b\x33\x1a\x8c\ \x57\xd0\xac\xfa\xb0\xc3\xe1\x0a\x7b\xed\x87\xc7\x4d\x8f\x3b\x1a\ \xf6\x55\x7b\xd5\x6a\x34\x14\x3b\x4a\x26\xaa\x91\x80\xab\x1a\x0e\ \x84\xcf\x2b\x3d\xbf\x33\x96\x8c\xfa\x9c\xdd\xe3\xd6\x71\x3b\x11\ \x40\xd9\xca\xf1\xd3\x93\x68\x32\x94\x6c\xd9\xbd\xe1\x6a\x34\x1c\ \x88\x77\xfd\x3a\x67\xb4\x1a\x49\xf8\x83\xe1\xa4\x2f\x19\xee\x06\ \xd1\x64\xc5\x84\x3f\x76\xd6\x6a\x35\x4e\x2b\x2e\x54\xae\x9a\x88\ \xc7\x5b\xbe\x5e\xd0\xef\x48\xa6\x46\x07\xb3\x46\x65\x74\xbc\x28\ \x4e\x8e\xe7\xe9\xfa\xf1\xf1\x28\x79\x9e\x4d\x15\x86\xb9\xa3\xd3\ \xc3\x56\x71\xb4\x3a\x1b\xb7\x7c\x89\xa8\x13\x58\x2e\x00\x2f\x77\ \x3a\xbc\x36\x87\x41\xef\x0e\xc7\x92\xde\x58\x34\x10\xf1\x47\x1a\ \xed\xbb\xc6\xea\xf8\x3c\x9f\x3e\x4a\x74\x8f\xe2\x95\x5c\x7a\xb8\ \xca\x2c\xcf\x8a\x8b\xf1\x68\x92\x5e\x9d\xcf\x87\xaf\x87\x87\xfd\ \x42\xb9\x73\x51\x1c\x4e\xd3\x99\xc1\xab\x4e\xfe\xb6\x33\x6c\x1c\ \x36\xf3\xb3\x66\x3b\x5d\x4a\x95\x66\xa5\x42\xa9\x50\x6c\xd7\x4b\ \xfd\x51\xbe\x54\xba\xce\x14\x57\xd9\x9b\x52\xa9\x90\x5d\x66\xd3\ \xfd\xbb\x72\x2e\x3f\xad\x77\xae\x81\xac\xda\xa9\xc1\xe5\xa0\x36\ \x9d\xbe\xcd\x16\xd2\x97\xd3\xcb\xbb\xdb\xbb\xeb\x9b\xb7\xf5\x41\ \xbd\xb1\x18\x1d\x9d\x75\x8f\x4f\x56\xe7\x99\x5c\x7f\x94\x9e\xcd\ \x93\x87\xd9\xc6\x30\x3b\x1c\x9e\x0c\x8f\x8e\x1a\x8d\xf6\x0c\x34\ \xb3\x5c\xca\xe6\x97\xf5\x7c\x6d\x0a\xe7\xc9\x8e\x52\xa5\x4c\xad\ \x94\x5d\x4c\x0a\xed\x7e\x61\x98\x5a\xbe\xbe\x2a\xd5\xa7\x9d\x7a\ \x36\xd3\x79\x75\x31\xcc\xce\x66\xc3\x45\x31\x3b\x18\x55\xda\x17\ \x5f\xde\x5c\x77\xee\xde\xbe\x79\x7d\x9d\x1a\x4d\x8a\xe9\x69\xe6\ \xe6\x5f\xff\xf5\x87\x7f\xfc\xf1\x9f\xfe\xf0\xf7\xff\xfc\xfd\x17\ \x3f\xf8\xc7\x9f\x7c\xfc\xfd\x6f\xed\xef\x89\xf7\xf7\x9e\xee\x09\ \x51\x94\x01\x4f\x82\x6e\x05\x72\xb9\x32\x09\xac\x61\xee\xbe\x18\ \x9c\x21\xd0\x92\x8a\xbb\xf7\x44\x2c\xdc\x55\xf1\x55\xaa\x3d\x89\ \x8c\xb2\x4b\xe3\x71\x55\x42\xe1\xfd\xee\x16\x87\x47\xe3\xd1\xc5\ \x62\x21\x83\xc5\x47\x76\x91\x2d\x44\x99\x0a\x28\xba\x13\xdc\x22\ \x30\x10\x8d\x27\x94\xf0\x50\xb9\x02\x8f\xc3\xe7\xf3\x69\x40\x5b\ \x5c\xb6\x98\xc3\x43\x1d\x86\x20\x53\xe0\x0e\x69\x74\xae\x8c\x27\ \x06\x55\x40\x2c\xb5\x2b\xe4\xf1\x65\x7c\x1a\x8b\x49\xa7\x30\xd9\ \x3c\xce\x9e\x58\xa5\x7a\x02\x17\x25\x16\x73\xf6\xf8\x1c\x1a\x4d\ \xbc\x07\x08\xf8\xf4\xa9\x90\xbd\xc6\x11\xa3\x7b\x8a\x00\x53\x1c\ \x1a\xf2\x6c\x34\x1a\xe8\x0d\x93\xc3\x97\x88\x01\xb8\x50\x92\x0d\ \x05\x0d\x95\x00\x2b\xf7\x00\xcd\xdf\x62\x7e\xf2\x29\xea\x54\xfe\ \xf4\x7f\x3c\x12\xee\x3d\x43\x9b\xee\x34\x1a\x98\x4c\x3e\x88\xa8\ \x58\xbc\x07\x72\xac\x92\xc9\xe0\xad\x42\x0a\x8f\xc5\x66\xf0\x85\ \x7c\x0e\x03\x25\xe4\x30\x50\xe2\x17\x0a\xbc\xe1\xa1\x2d\x2d\x36\ \x85\xce\x61\xb2\xa8\xdb\x0c\xfa\x26\x03\x05\x8e\x52\x99\x6b\x6b\ \x54\xfa\xf6\x1a\xf3\xc1\x36\x93\x4a\x65\xd3\xd6\x50\xe1\xe8\xa3\ \xed\xe7\x0f\xde\x93\xae\x3f\x14\xc8\x81\x76\x04\x4a\x35\x26\xf8\ \xe0\x83\x8d\xad\x1d\x64\xe7\xe4\x02\xe9\xc6\xd6\xc6\xce\xd6\xfb\ \xeb\xb0\xb6\xb7\xb6\x8c\x0a\xa5\x48\xb0\x2e\xd2\xa8\x15\x52\x81\ \x72\x4b\x09\x06\x12\x13\xc9\xe5\x18\xa6\x50\xe8\x31\xb3\x81\xc4\ \xd5\x06\xd2\x64\xd3\x19\x9d\xc9\xb0\xdf\x84\x69\xb0\x87\x1b\xd2\ \x75\x91\x5c\x84\xe2\x19\x50\xbf\xb3\x08\x96\x3d\xa2\x2e\xb9\x5c\ \xa9\x95\x4b\xd7\xd7\x31\x85\x5c\x2e\x90\x13\xca\x1d\xb9\x02\x15\ \x79\x01\x81\x6d\xa9\xcd\xa8\x4b\x59\x0f\xe6\x52\x20\x37\xa1\x7d\ \x6e\x8d\xd6\x05\xf4\xa3\x31\x60\x26\xc2\x60\x86\xd5\x69\x72\x7a\ \x2c\x84\xd3\x11\x5f\x9d\xc5\xcd\x3a\x03\x66\x26\x4c\x56\x93\x59\ \x6b\xc0\xc1\x86\x99\xb4\x1a\x27\xa9\x16\xe9\x2c\xa4\xce\xa4\x31\ \xe9\x0d\x7a\x93\xc6\x88\x2b\x34\x26\x0b\x8e\x61\xa4\x41\xa3\x01\ \xec\x32\x18\x94\x84\x8e\x24\xf4\x04\x2a\xaf\xd2\x99\x71\x83\x4e\ \xad\x47\x46\xce\xa0\x23\xe1\x6d\x64\x30\x69\x76\x19\x70\x03\xfc\ \xd0\xa8\x27\x71\x67\x38\xe8\x05\xff\x86\x1b\x31\x25\xda\xd7\x53\ \x2a\x30\x0d\x48\xb9\x42\xb7\xb1\xa1\x58\xc7\x70\x93\xd5\x62\xb7\ \xd8\x6c\x66\xd2\x62\xf1\x93\x66\x5c\xaa\xd3\xeb\x0d\x3a\x1c\xc7\ \x8c\x70\x38\xcc\x6a\x36\x12\x26\x9b\x37\xe2\xb3\x5b\x3c\x56\x0c\ \xf4\x57\xab\x51\x2a\xac\x7e\xa7\xd1\xac\x33\xdb\xed\x84\x6d\x6c\ \x33\x78\x43\x7e\x9b\xcb\xe1\x08\x54\xe3\xf6\xd0\x18\x38\xc9\xeb\ \x0a\x05\x2c\x6e\x47\x32\xe4\xf5\x04\xfd\x56\xab\x63\x7e\xd8\x73\ \x7a\x22\x47\x31\x6f\x60\x3e\x9e\x45\xab\xc1\xf9\x3c\xe9\x0a\xf8\ \x1c\xa1\x6e\x65\x71\x6e\x77\xf8\xa3\xbd\x4a\x22\xec\xee\x75\x03\ \xae\x50\xcc\x6f\x0f\xf8\x8e\x1b\x71\x57\x3c\x18\x8c\x76\x83\xa1\ \x5e\xd8\xef\xf6\x24\x47\xf0\x5d\x6b\x1e\xf6\x25\xa3\xa1\xb8\xdb\ \x15\xee\x79\x1d\xc9\x4a\xf4\x70\x1c\xed\x75\xc3\xe1\x6a\x17\x35\ \xea\x04\xc2\x21\x57\x3c\x16\x8f\x86\xdc\x49\x34\x96\x31\x59\xf5\ \x27\xc3\xb1\x60\xdc\x13\x5b\x9d\x06\x12\x5d\x70\xa1\xfe\x6e\x65\ \x3e\x6f\x9c\x24\x83\xad\x58\xb8\xd7\x3a\x9d\x47\xbd\xbe\x64\xc5\ \x3e\x2e\xcd\xda\xed\xe1\xc9\xf1\xa8\x3b\x3f\x2d\x17\x72\xef\x8e\ \x9b\xc7\xd1\xa3\x59\xaa\x50\x4a\x47\xc7\x27\xe3\xd1\x0a\xe4\x60\ \xee\x0b\x8f\x9d\xc1\xc3\x56\xdc\x15\xf4\x59\x6d\x66\xc2\x46\x58\ \xe2\x8b\x40\xc8\xeb\xf3\x85\xbc\x8e\x68\x75\x76\x9b\x9e\x9f\xaf\ \xc6\x27\x27\xad\xe8\xc9\xb8\x77\x7c\x31\x9a\xa7\x3b\xfd\x45\xf9\ \x60\x56\x9c\x14\x66\xb3\x45\x71\x94\x69\xb4\x73\xf9\x65\x06\x4c\ \x60\x76\x98\xcb\xbe\xca\xa6\x87\xa5\x5e\xb3\x74\x2f\x18\xc5\xe6\ \x01\x60\x51\xa1\x56\x42\xb7\x0b\x73\xc5\xd9\x74\x94\x1a\xa6\x72\ \x85\xf4\x6d\xa6\x5e\x2f\x74\x72\xf5\x7a\x7d\x7a\xf9\xe6\x4d\x39\ \x53\xaf\xf5\x73\x37\x37\x97\xc3\xfe\x64\x9a\xee\x5f\x7c\x79\x79\ \xf7\xf5\xd5\xf4\xea\x37\xaf\x0a\x99\x1c\xa8\xed\xac\xd7\x3f\x3b\ \x2b\xd7\x06\x93\x49\xba\xb9\xa8\x9e\xe6\xda\xa5\xd2\xb0\xb1\x3a\ \x69\x1d\xa5\x53\xe5\xc1\x6d\x3a\x9b\x5a\xa4\x2e\x06\x9d\x5a\x2a\ \x33\xc8\x0e\xf3\x99\xab\x5a\xa9\x53\xae\xe7\xfa\xb3\x54\x71\x50\ \x6c\x2c\xaf\xcb\x93\x6c\x3d\x97\x2e\x0f\x6a\x37\xf5\x54\xbe\x5e\ \x2a\x35\x4b\xb5\xd4\xac\x51\x7a\xf5\x26\x73\x75\xf1\xf6\xdd\x9b\ \x9b\x65\xbd\x53\x28\x64\xa6\xb5\xe9\xbf\xff\xe5\xaf\x5f\xfc\xef\ \x3f\xfc\xe3\x9f\x7f\xf4\xe4\xd9\xf7\x3f\xff\xe6\x47\xdf\x7b\xfa\ \x42\x22\x54\xa1\xfa\x81\x5d\x89\x84\x23\x04\x33\x08\xa6\x4c\xb8\ \xcb\xdb\x03\xf2\x00\x4f\x86\x42\x5d\xd0\x46\x16\x58\x35\x31\x2a\ \x72\x57\xed\x22\x2d\x13\x83\x78\xf1\x38\x5c\xb1\x6a\x57\xb5\xcf\ \xa1\xa0\xea\x2d\x96\x50\x02\x4c\x82\xda\x97\x29\xbc\x7b\xd4\x42\ \x2d\x2f\x08\xc2\x38\x14\x3e\x85\x85\xba\x9c\x41\xbd\x68\x42\x36\ \x1a\xf5\x85\x46\xfd\x31\x29\x80\x68\x5c\x1e\x52\x0f\x99\x98\x4d\ \x05\x89\xe3\x80\x43\xe4\x81\x51\x14\x73\x58\x4c\x38\x00\x6b\x0d\ \xdc\x29\xf2\x9e\x2a\x50\x31\x3e\x0a\x74\xe7\xab\xf6\x81\xec\x78\ \x1c\xda\x1a\x8b\xc3\x07\x51\xa2\x50\x50\x47\x0d\x97\x4d\x13\x83\ \x34\xa2\x1e\x6a\x9e\x8c\x86\x8a\xbf\x50\xca\x0d\x0d\x15\x3a\xb0\ \x37\x3f\x79\xfe\x60\xf3\x31\x0a\xd7\xfa\xf4\x93\xcd\xef\xfc\xcd\ \x63\xee\xde\xb3\x0f\xf7\x77\x39\x54\x9a\x50\x22\xe4\x80\xe8\xa1\ \x2e\x45\xf8\x3f\xb0\x9f\x90\xc7\x91\xc9\x28\x3c\x04\x58\x34\x26\ \xe8\x20\x85\x2e\xa3\xb1\xf8\xa8\xbf\x88\x0e\x04\xc7\xa0\xf3\x79\ \xcc\x6d\xfa\xe3\x4d\x36\x9d\xba\xb6\xb6\xf9\x18\x35\x3b\x6e\xa3\ \x16\x9d\x47\x0f\xe0\x7b\x26\x90\x18\x0a\xfd\xa3\x3e\x7f\x40\x7f\ \x4f\xa3\x96\x6e\x3d\xdc\x12\xc8\x05\x4a\x05\x8e\x2b\xb6\x04\x8a\ \x8d\x75\x30\x73\xc0\x48\xeb\x0a\x94\x79\x85\x3c\xa0\x5c\xae\x16\ \x68\x30\xf9\xba\xd2\xa8\xd5\x68\x77\x74\x02\xa5\x40\xaa\x24\x70\ \xd1\x96\x00\x53\x0a\x94\x5a\xb3\xdf\x8c\x69\x4c\x56\xbd\xcd\xa8\ \x31\x78\x63\x01\x92\x50\xca\x95\x20\x3e\x1b\x70\x5c\x39\xd8\x47\ \xa5\x14\xd5\x03\x6c\x29\x36\xc0\x4b\x6a\x81\x55\x3e\x10\x6c\xe1\ \x3a\x91\x72\x4b\xaa\x91\x4a\x95\x1a\xad\x52\x21\x92\xaf\xe3\x0a\ \x38\xa7\x56\x2b\x37\xca\x95\x1a\xb9\xc8\xa0\xc4\x09\x03\xae\x75\ \xfb\x2d\x84\xc8\x64\xb2\x90\x56\x5f\x22\x69\xc3\x2c\xa0\x58\x26\ \x32\x7a\xd0\x8c\xfa\x48\x14\x9a\x07\x3c\xe4\xc0\x40\x61\xb4\x46\ \x54\xf3\x60\xc5\x0d\x84\x83\xd0\x62\x0a\x0b\x69\x30\xda\x35\x5a\ \x39\xae\xb4\xc1\xcb\x94\xb8\x91\x30\x6a\x31\x02\x00\x4a\x87\x61\ \x06\x3d\x69\x77\x7a\x71\x93\x01\x8c\xa3\xc9\x80\xfb\xbd\x26\x9d\ \xd2\x0a\x32\x4b\x04\x12\x56\xbb\xd9\x49\x12\x84\x51\xad\x36\x12\ \x0e\xf0\x54\x1e\x87\x46\x47\x1a\xb5\x4a\x35\x1a\x3a\x8d\x81\xdb\ \x5b\x17\xa9\x15\x02\x74\xa5\x04\xb8\x5e\x3d\x69\xb5\xf9\xf5\x66\ \xaf\x81\xc4\x94\x66\x90\x36\xa5\x5a\x07\x94\xa8\x37\x1b\xf4\x76\ \x83\x86\xf0\x38\xed\x16\x23\xe9\xb6\x90\x6a\xc2\x48\x9a\xf4\x6a\ \x47\x95\x04\x26\x74\xfa\x43\x8e\xc8\xc8\x67\xb4\x79\x2d\x3e\xbf\ \xcb\x13\x0a\xba\xcc\xce\x48\x37\x16\xf0\x3b\xfd\x36\x6b\x28\xec\ \x0b\x04\x1c\x68\x62\xb3\xd3\x1f\xa9\x1e\x87\x7a\xbd\xb8\x27\x78\ \x74\x72\x3a\xae\x54\xaa\xc9\xa4\x37\xd8\x75\x38\x2b\xf1\x6e\xa5\ \x1a\x0f\xce\x83\x11\x4f\x72\x7e\x36\x8e\xfb\xaa\x01\xbf\x2f\xe9\ \xec\x17\xe2\x76\x5f\x35\x16\xaf\xf8\xc1\x55\x26\x5b\x2e\x7b\x35\ \x18\x0a\x76\xbb\x6e\x9b\x07\x54\x28\x12\x0d\xc7\x3c\x96\xea\x38\ \x78\x56\x09\x55\x5b\x00\x66\xbd\x5e\x24\x9e\x4c\x46\x92\x91\x79\ \xb5\x3a\x8f\x47\x62\x11\x8f\x33\xda\xab\xba\xc7\xbd\xa0\x3b\xea\ \xf6\x9e\xad\x12\x68\x84\xe0\x22\x71\x7a\x70\xda\x5d\x9c\xcd\xfd\ \x89\x60\xac\x75\x78\x3e\x07\x1d\x9a\x1d\x79\x63\x8b\xf6\xac\x99\ \x69\x37\x67\xa7\x67\x8d\x62\x63\x78\x7b\xda\x6e\xb7\x56\xa7\xfd\ \x45\x23\x1d\x6e\x1f\xf5\x1a\xe9\x42\xfb\xa4\xe7\xf2\x04\xfc\xa1\ \x4a\x3c\x19\x0b\xda\x3c\x16\xbd\xc9\x66\x72\xb9\xba\xa1\x40\xdc\ \x15\x0a\xf9\x03\x27\xd5\xf2\xdd\xd0\x3b\x2e\x34\x5b\xe5\xc9\x49\ \x7f\xd4\xeb\x81\x09\xab\x67\x27\xf9\x8b\xd9\x02\xd6\x7d\xb9\x5d\ \x4a\x15\x40\xaf\x8a\xcb\xd2\x70\x02\xc2\x58\x2f\x67\xca\xa3\x52\ \xfd\x70\x05\x27\x6d\x34\xd3\x60\xf5\x8e\x8f\xcb\xd3\x4c\x26\x7b\ \x52\x6e\xae\x3a\x99\x4e\xae\x94\x3f\x6a\x17\x8a\xd7\x97\xd9\xd4\ \x75\x36\x3b\x5d\x1e\xe7\x2e\x5f\xdf\x5d\xe4\x3a\xc5\xfc\x71\x26\ \xd3\xa9\x75\xea\xc5\xce\xb4\x5c\xbb\xba\x5d\xbe\xc9\x2e\xdf\xfe\ \xf1\x5f\x2e\xf2\xb3\xb3\xf3\x7a\x76\xb1\x48\xc5\x67\xa5\x41\x6a\ \x58\x3c\x38\x5e\x1d\x35\x67\x85\x72\xbe\xd4\x6f\x34\x16\xd9\x5c\ \x63\x56\x1b\x96\x1b\xc5\xc1\x34\x9b\x9b\x66\x97\x97\xf9\xe2\xb4\ \x70\x97\x9f\x96\xfb\xcb\xd2\x79\x3a\x9d\xaf\xd7\x8a\x37\xef\x96\ \x48\x42\x5f\x5d\x65\xf3\xf9\x74\x7d\x79\x05\x9a\x96\x2a\x67\xdb\ \xe9\xda\x97\x57\xd9\xbb\x9b\x77\x17\x37\x5f\xdd\xe4\x8b\xfd\xe5\ \xf2\xf5\x57\xff\xf9\xbf\x7f\xfc\xe3\x2f\x7e\xfc\xf7\x7f\xf8\xfe\ \xe7\x2f\x3e\x7a\xfa\xd1\x0f\x3e\xda\xff\xf0\xa3\x7d\x50\xa4\x3d\ \x19\x85\xcf\xe5\xf1\xb8\x00\x4c\xbb\x42\x9a\x4a\x0c\x40\x74\x5f\ \x81\x85\x82\xfb\xf6\x78\xe0\x9a\x64\xbc\xfd\x27\xfb\xfb\x6c\xd5\ \x2e\x98\x42\xb1\x4a\x86\xd4\x0a\xc9\x98\x70\x4f\xc2\xdb\xa7\x08\ \xc1\x04\x0a\xef\x67\x43\x00\xe1\xa8\x18\x68\x06\x8d\x84\x23\x46\ \x43\x0a\x79\x6c\xbe\x0a\x75\xe0\xd0\xc1\x6e\x71\x91\x39\x44\x49\ \x5a\x28\x3f\x94\xa6\xe2\xee\xa2\x7d\x24\x3e\xe5\x5e\xd9\x84\x68\ \x3c\x2b\x8d\x4b\xe3\x03\x50\xb1\x1e\x71\x51\x1b\xb4\x0a\xa4\x53\ \x05\x5a\x09\x20\x06\xfa\x04\x2a\x24\x44\xd5\xf6\x42\x3a\x8b\x05\ \xd6\x91\x4e\x43\x9d\x35\x6c\x1e\x95\xcb\x40\x53\xa6\xc1\x83\xf2\ \x51\x7b\xb5\x8c\xbe\x86\x6e\x1c\xa2\xfd\xf1\x4d\x06\x7b\xfb\x93\ \xcf\x9e\x7f\xfa\x08\xa5\xba\xbf\xfc\x04\xdc\xe1\x23\xf6\xde\xc7\ \x2f\xf6\x25\xec\x6d\xbe\x70\x6f\x97\x4b\xa1\x53\xd8\x9c\x0f\xe1\ \xe2\xc4\xf7\x39\x13\x20\x78\x32\x1e\x5c\x38\x8d\x8f\x86\xf4\x50\ \x50\x8b\x0e\x9f\xc2\xa4\x23\x76\xe3\xb0\xe8\x2c\xc6\x1a\x95\x4d\ \xa5\xb0\x36\x37\xb7\xb7\x1f\x6c\xb2\x19\xec\x07\x8f\x51\x9d\xc3\ \x26\x75\x73\xed\x11\x88\x30\x95\x8e\x0a\x2b\x36\xe9\x6b\xef\x29\ \xd5\x0f\xbf\xb1\x03\x6b\x11\xf4\x47\x63\x54\x0a\x14\x6a\x29\x90\ \xd0\xba\x48\xfa\x81\x00\xd3\xc8\xb7\x36\x36\x94\x4a\xd1\xba\x5a\ \x2d\xc2\x71\xe0\x1e\x13\xa9\xc1\x94\x7a\xa9\x40\xa4\x55\xea\x8c\ \x5b\x0f\xb5\xa8\x31\x98\xd0\x05\xec\x06\x8c\x24\x0c\x36\x1d\xe9\ \xb6\x7b\x7c\x0e\x9d\x5c\xad\xd4\xea\xe4\xb8\x4e\x2a\xc5\x70\xad\ \x5a\x2b\xc7\xc0\x0b\x4a\x51\x10\xb2\x54\xad\xd4\xc9\x1f\xae\x6f\ \x68\x31\xc1\x8e\x40\x2e\x97\x82\xa1\x54\xe3\x22\xb4\x37\xa6\xd4\ \xa2\xb2\x4c\x2d\xca\x95\xd1\x62\x46\x35\x66\x34\xe8\x35\xae\xa8\ \x8b\x44\x99\xf2\x66\x6f\x20\x1c\xb3\x6a\x2c\x76\xbb\xd9\x60\x8b\ \xb4\x9b\x1e\x17\xa9\x21\x74\x40\x34\x6e\x72\x5d\xa4\x37\xe9\x2d\ \x06\x02\xfe\x29\x27\xac\x1a\x9d\x46\x83\x69\xed\x84\x51\x67\xb2\ \xa8\x8d\xe0\xc2\x0c\x1a\x4c\xa7\x31\x5a\x8d\x1a\xb3\xde\xe1\xc2\ \xc1\xb7\x6a\x30\xa3\xc3\xe5\xc6\x70\x02\x8e\x6a\xb2\x9b\x6c\x0e\ \xc2\xa2\xb7\x58\x9c\x6e\xa7\x3f\xa9\x27\xdd\x6e\x9d\x5e\x03\x87\ \xc5\x35\xd6\x84\xdf\x03\xc6\xcf\x63\x24\x74\x5a\xb5\x5c\x21\xd7\ \xe2\x76\x33\x2a\xc1\xc2\xd1\xbd\x42\xb5\xce\x61\x31\x5b\x2c\x36\ \x80\x30\x67\xc0\xa0\x33\x61\x98\x15\x57\x82\xa3\xc5\x94\x46\x93\ \xc6\x6c\xb4\xea\x30\x13\x98\x3f\xbb\x41\xe7\x0a\x92\xb8\x9e\xb0\ \x92\x84\xc6\x9d\x74\xe9\x35\x84\x35\x1a\x0f\xf7\x8e\x3d\x84\xd5\ \xe5\x88\xdb\x9c\xee\xea\xd7\x55\xbb\xdf\x1b\xf5\xd9\x3c\xce\x80\ \xcb\x11\x0c\x3a\x63\x2e\x5b\x34\xe6\xf2\x04\x43\xee\xee\x38\x18\ \x9d\x77\xdd\x91\xde\xb0\x1a\xaf\x26\x46\x81\x68\xb8\x1a\x0a\xf9\ \x02\xae\xd3\x55\xc2\xeb\x89\x7a\x7b\xd1\x58\x22\x1e\x49\xb8\x63\ \xc1\xa4\x27\x1a\x3d\x3b\x8a\x38\xfd\x51\x97\x3d\xd1\x4d\x9e\x27\ \x62\x27\x89\x48\x78\x1e\x70\xfb\x92\x1e\x4b\x38\x11\x8a\x25\x03\ \xde\x58\xd8\x31\x5f\x74\x7b\x07\x91\x58\x34\xea\x8a\x9f\x26\x2a\ \xe7\x09\xf8\x57\xc5\x1b\x38\x19\x85\x2b\x51\xcf\x3c\x69\x0e\x9d\ \x8e\x63\xc9\x58\x24\x1e\xf5\x1f\x1e\x36\x57\xf3\xae\x27\x71\x1e\ \x88\x9d\xb4\x7a\x93\x79\x2b\xba\xaa\x06\x7b\x47\x89\xd5\xca\x5b\ \x39\x6f\x99\xfd\x07\xcd\x83\xd4\xdd\xc9\x2c\x5d\x99\x15\x67\xed\ \x42\xfe\xec\x70\xd8\x9a\x0d\x67\xe9\x6c\x66\xbc\x38\x0a\xcd\x8a\ \x8b\xe3\x93\xaa\x27\x1e\xf2\x47\x83\x3e\xc0\x35\xa7\xc3\x44\x9a\ \x4c\x7a\x34\x4f\x16\x44\x39\x14\x0f\xc5\x4e\x13\xc3\xfa\x49\xa2\ \xdb\x68\x9f\x1f\x0d\x8f\x8f\x5a\xbd\xb3\xf9\x61\x73\x90\x2b\x66\ \xee\x0e\x8a\x99\x66\x7a\xd2\xee\x97\x0f\x56\x07\xe9\x74\xba\x30\ \x9a\x64\x73\xa0\x38\xf9\x46\x36\x53\x98\x1c\xb6\x1b\x93\xe1\xc5\ \x75\x33\x9b\x19\xd6\x97\xaf\x27\xcb\xcb\x5c\x2d\xdd\x2c\xd4\x53\ \x93\x7c\xbd\xdf\xc9\x95\x6f\xb3\xaf\xea\xf5\x74\x71\x50\xce\xa5\ \x96\x57\xaf\xa7\xb3\x42\x73\xd8\x48\xa7\xde\x94\xa7\xd9\x41\xa1\ \x9e\xbf\x68\x64\xf3\xaf\x72\x17\x77\xbf\xff\xed\xc5\x74\x74\xd2\ \xee\x0c\x4e\x4a\xfd\xea\x51\xae\x9e\x4e\x0f\xce\x66\xe7\x07\xcd\ \x55\xff\x70\xd1\x5e\xa6\x8f\x47\xed\x66\xbb\xd9\x1f\x4e\x27\x85\ \xda\xe5\x5d\xed\xcd\x9b\x9b\x5a\xad\x74\x33\xc9\xe4\xcb\x8b\x61\ \x27\x3d\x49\x0f\x3a\xd9\x7a\xe7\xd5\x5d\x3d\xfb\xb3\xb7\x9d\x7c\ \x27\x95\xcb\x4d\x0a\x99\xd7\xb5\xfa\xa4\x9c\xcb\x14\x0b\xcb\xeb\ \x5a\xed\xfa\xee\xed\xd7\x6f\xde\xbe\x9a\x76\x52\x83\xd4\x4f\x7f\ \xff\x5f\x7f\xf9\xe2\x8b\xbf\xfe\x02\x7e\xfd\xe8\xa3\x0f\xbf\xf7\ \xf4\xe3\x17\x1f\xbe\xd8\xdd\x03\xa0\xe2\xab\x90\x92\x50\xd0\x10\ \x08\xd9\xfd\xed\x38\xf4\x9b\x22\x14\xef\x82\x5a\xec\xf2\x24\x7c\ \x3e\x97\xfb\xe1\xd3\xdd\x5d\x9e\xf8\xc9\x1e\x2a\xd7\x12\x0a\x85\ \x3c\x09\x72\x68\xc8\x18\x0a\x39\x80\x23\x0c\x21\x1f\xf9\x28\xb0\ \x83\xe0\xc6\x18\x2c\x16\x8f\x25\xe4\xb2\xe8\x5c\x2e\xff\x09\x4a\ \xb3\x92\x01\x0d\xd1\x01\x84\xf8\x80\x5c\x42\x1a\x9a\x9e\x8a\xa6\ \x57\xf0\xee\xcb\xb7\xd8\x20\x7e\xa8\x40\x95\xc7\xe7\xc1\x41\xf7\ \x79\x1c\x16\x15\x05\xb6\xf3\x9f\x8a\xc1\x08\x8a\xef\x43\xb7\x84\ \xe8\xfe\x1f\x47\x28\x06\x06\x53\x01\xfe\x00\xa5\xa1\xc8\x1a\x44\ \x59\xa8\xd6\x9d\xcd\xbb\x9f\xa8\xc3\x46\xed\x81\x4c\x14\x03\xf8\ \x80\x46\x67\x6e\xae\x71\xd9\xcc\xe7\xdf\xf9\x9b\xe7\x8f\xd1\xaf\ \x47\x8f\xa9\x9f\x7c\x67\x93\x27\x51\x3d\x91\x70\xd6\xa8\x14\xee\ \xde\x3e\x07\x2c\x24\x17\x0c\x30\x0f\x2e\x08\xed\xba\x83\x03\xe6\ \x02\x1d\x0a\xd9\xa0\x64\xe8\x56\x27\x9b\x4d\x65\xb3\xe8\x6c\xc4\ \x5c\x14\x3a\x4a\x4a\x46\x09\x5e\x8c\x4d\xe6\x26\xfd\xc1\x1a\x03\ \xa4\x6a\x9b\x85\xfa\x78\x18\x0f\xd6\xe8\x70\x62\x16\x95\xbe\xb6\ \xb6\xc6\xa2\xd3\xdf\x23\xd4\xa8\xd9\x66\x03\x1c\xa0\x80\xb0\xad\ \xff\x37\x80\x29\x91\x42\x2d\x37\x8a\xb6\xbe\x21\x52\x6e\x7c\xa0\ \x44\x59\x05\xeb\x22\x10\x1a\xad\x52\x8b\x69\xcc\x84\x08\x85\x31\ \x28\x8c\x04\x61\x91\x2a\xad\xa8\x7c\x54\x60\xb2\x59\x70\x9d\xd6\ \x68\x30\x5b\x09\xb3\xcb\x1d\x02\x8d\x01\x3e\x13\x28\x8c\x38\x18\ \x4b\x85\xdc\xa8\x06\xfe\x10\xec\x48\xd1\xdb\x1e\x62\x6a\x25\x78\ \x4a\x91\x42\xb0\xb1\xb3\x0e\x42\xa6\x15\x29\xd5\x46\xc5\x06\xc8\ \xd4\x86\x52\xa3\x57\x08\xf4\x98\x02\x33\xa1\x76\x66\x50\x2c\xbd\ \xd1\x15\xf3\xea\x4d\xb8\xde\x60\xf6\xf7\x8e\xe7\x0e\xab\xcd\x69\ \xb3\x9a\x34\xc1\xfe\x2a\xe4\x20\xd0\x84\x7b\x33\x2c\x75\xe0\x2f\ \x03\x61\x02\xaf\xe7\x27\x35\x7a\x35\xa1\xd1\xe1\x0a\x34\x71\x1a\ \xa8\x8c\xd4\x5b\xcc\x1a\xa3\x86\x34\x93\xfa\x0d\xa5\xd9\x4e\xda\ \xf4\x1a\x0d\x0e\x76\xd0\x64\x36\x59\x4c\x26\xb3\x15\x10\xcb\x62\ \x33\x5b\x4c\xa0\x28\x4e\x93\xc5\x11\x76\x5b\x9d\x3e\x9b\x1d\x3e\ \x82\x4e\xa7\xb3\x7a\x42\x61\x27\x06\xef\x05\x00\xd3\x6b\xb5\x02\ \x91\x86\x34\x88\x00\x06\xd5\x38\x38\x5b\x35\xd0\x9a\xd7\x61\x77\ \xc7\x9c\x2e\xab\x93\xb4\x19\x00\xaa\x34\x1a\xb3\x46\xae\xd3\x88\ \xf4\x24\x5c\x85\x76\xdd\x68\x0b\x90\xa4\x15\xc5\xce\x13\x06\x8d\ \x0e\x4c\xab\x27\x68\xc1\xb4\x7a\x5b\x37\x91\x38\x3c\xb3\x1b\x2c\ \x1e\xbf\xdb\xea\x72\x47\xfe\xbe\x40\x78\xbc\x49\x97\xcb\x12\xf0\ \x39\x3d\x36\x4f\xa4\x1b\x72\x8d\xe3\x7e\x93\xb3\x95\x3c\x8e\x47\ \x82\x67\xf3\xa8\x27\x59\x98\x8d\x02\x91\xf3\x79\xcc\xdb\x8a\x45\ \xdc\xfe\x60\xe2\xb4\xe7\xa8\x26\x42\xd5\xae\x3d\xd8\x43\x13\x6a\ \x6d\x70\xd1\xad\xd9\x69\x38\x14\xef\x45\xa3\xe7\x07\xbe\x70\xc0\ \x7d\xb6\x8a\x56\x2b\x6e\x87\x2f\xea\xf7\x06\xbd\xfe\x58\x20\x18\ \x4e\xb8\x3d\xbd\x93\x78\xf5\xec\x34\xd1\xf3\xdb\xa3\xd5\x68\x72\ \x7e\xd4\xeb\x7a\x03\xbe\x83\xb3\x40\x34\x11\xec\x56\xbd\xee\xc4\ \x69\xd5\xe7\x4f\xcc\xbb\xa1\x79\xf7\x64\x95\x88\xfa\xa2\xa3\x4a\ \x6c\xd6\x9a\x8c\xc2\xf3\xca\x31\xa0\x18\x9c\x7d\x1e\xaa\x1c\x83\ \x4f\x1c\x2f\xe6\xd9\xcb\xde\x51\xb3\x3a\xa9\xdf\xb4\x2f\xea\xfd\ \x93\xf4\xf9\xa2\x54\x68\x64\x4b\xab\xd1\x41\x72\xd4\x49\xf5\xfb\ \xbd\x08\x60\x5f\x34\xe0\xab\xb6\x1c\x66\xbb\x19\xfe\x14\x4c\x60\ \x87\x1d\x01\x7b\xac\xe7\xf5\x01\x1c\x1e\x17\xe3\xe1\xee\xd9\xc9\ \xe8\x68\x38\x3c\x6d\x9d\x17\xe7\xee\x28\x9a\x12\x58\x38\x2e\x37\ \x0a\xa5\x5a\x7b\x96\x5b\x4c\x52\xc5\xd9\x55\x3a\xdd\x6e\x80\xe8\ \xf4\xeb\xf9\xf4\x61\xba\x70\x9c\xcd\x96\x8b\xd9\x5c\x71\x92\x6f\ \xa4\x3b\x83\x7a\x36\x9b\x6a\x94\x17\xa3\xcb\xc1\x72\x59\x5e\x5c\ \x15\x67\xe5\x62\x61\x7a\x91\x9f\xa4\xfa\x85\xf4\xf5\xeb\xe5\x65\ \x7a\x79\x97\xaf\x75\x96\xf5\xf2\x32\x77\x53\xaf\x65\x1b\xed\xce\ \xcd\xd7\xb9\xfa\xe5\xaf\x7e\x9e\xae\x17\x27\xb9\xe1\xc1\x49\xe9\ \x64\x56\x2c\x0c\x4f\x27\xe9\xd1\xf1\xf9\xe8\xaa\x33\xeb\x37\x17\ \x85\xc9\x79\x2a\x93\x9d\x0c\x32\xb9\x65\x36\x9d\xba\xbd\x78\xfd\ \xd5\xcd\xab\x0c\x90\x5a\x3b\x5d\xb8\xa9\x5f\xde\xd4\xcb\xd9\x72\ \x76\x32\x1b\xdc\x5d\x2f\x52\x97\xef\xf2\x57\xe5\xdc\xdd\x74\x38\ \xc9\x77\xb2\xc3\x62\x21\x97\xcf\xe4\x33\x77\xaf\xde\xd4\xbe\xfe\ \xf5\xcf\x7e\xfa\xe6\x4d\xbe\x5c\xb8\xbc\xfb\xe9\x3f\xfc\xee\xef\ \xff\xf0\xc5\x7f\xfc\xe3\x8f\xfe\xfc\x83\x6f\x83\x1f\x7c\xfa\xed\ \x67\x2f\xbe\x29\x96\x31\x50\xe9\x02\x6f\x57\xcc\xa0\x70\x64\x40\ \x29\x34\x95\x50\xb6\x0b\x56\x10\x6d\x8b\x83\x21\xe3\x3e\xd9\xdd\ \x17\x73\x55\x62\xf1\xfe\xfe\xee\xde\x93\x27\x7b\x62\xc9\x2e\x0f\ \xb5\xff\xf1\x54\x62\x78\x9b\x04\x5e\xb6\xc7\x41\x6d\x39\x88\x94\ \x68\x68\x92\x20\xf0\x0d\xac\x7c\x19\x78\xc0\x35\x16\x1c\x11\x88\ \x88\xc6\x15\x73\x39\x0c\xae\xe4\x7e\x4b\x8c\x02\x5a\x40\x65\xb2\ \x40\x03\x85\x32\x1a\x9d\x01\x9e\x51\xcc\x43\xbb\x66\xfb\xa8\x86\ \x9e\x2f\xd9\xe7\xd2\xe8\xa0\x3d\x3c\xbe\xe4\xe9\x0b\x15\x0f\xc1\ \x1d\x8d\xc6\x47\x49\xec\x5c\xf0\x9b\x5c\x1e\x57\x42\xe3\xa0\xac\ \x40\x36\x83\x49\xa5\x03\x11\x52\x68\x6c\x94\x5c\xcc\x66\xb1\x84\ \xa8\x02\x83\x42\x91\x49\xd6\xb6\xd7\xe8\xdb\xcf\x37\x19\x1c\x36\ \xfd\xd1\x67\x0f\xb6\x5f\xbe\xdc\x7e\xfe\xe9\x36\xf5\xe5\x7f\xa7\ \xf2\x54\x2a\x89\x90\xbf\xc9\xe6\xef\x8a\x9f\x70\xd7\xd6\x28\xe0\ \x0a\x29\x28\xd4\x4b\xc2\x66\x73\x50\x9b\x10\x1f\xdd\x79\x04\x05\ \x13\x33\x50\x69\x03\xbc\x1d\xd0\x91\x06\x9c\x85\x12\xfd\x38\x0c\ \xc6\x1a\x85\x4d\x67\x6c\xae\xdd\x67\xd7\x30\xe9\xec\xfb\xd1\x3f\ \x9b\x60\x0f\xa9\x1c\xf6\x1a\x93\xc9\x61\x6d\xd3\x39\xef\xe9\xb0\ \xad\x0f\x1e\xee\xac\x2b\x15\x1b\x4a\x92\x10\x3d\x94\xe3\xc0\x47\ \x0a\x0d\xda\xd0\xd2\x82\x51\x13\xe9\xe4\x18\x81\x89\xa4\xb0\x52\ \x31\x85\xd6\x66\x15\x6d\x6d\x00\x30\x01\xac\x68\xb4\x80\x46\x4a\ \x4c\xb3\x21\x35\xda\x1c\x20\x56\xc8\x26\xe9\x9c\x2e\x73\x02\x8c\ \xd4\x96\xe0\xfe\x66\x23\x7c\x91\x2a\xf4\x72\xa5\x08\x93\xbf\x8f\ \x02\x86\x3f\x90\xe2\x0a\x14\xfd\xa7\x90\xca\xb7\x3e\x10\x00\x5d\ \x89\xd6\x45\x98\x7a\x43\x8d\xa9\x8d\x70\x1e\x38\x2d\x6e\x25\x75\ \x76\x5c\xae\xc6\x30\x13\xae\xd5\x58\x93\x26\x85\xde\x6c\x32\x93\ \xc1\x64\xaf\x6a\x36\x1a\x9d\x01\xbf\xd9\x18\x3e\x6e\x26\x22\xa4\ \xd1\x0e\xaa\xa4\xf7\xba\x09\x52\xa7\x06\xc9\x30\x5b\x40\xc3\x74\ \x7a\x42\x4f\xa0\x9d\x6f\x8b\xc9\x40\x12\x7a\x9b\xd3\xe8\x20\x41\ \xcf\xcc\x7a\xdc\x68\x76\x04\xed\x26\x13\x81\x5b\xcc\x56\xb3\xc5\ \x6b\xd5\x3b\x3c\x36\x0b\xa1\x03\xc2\x72\x18\x71\xd2\xec\x34\xe9\ \xdd\x15\x17\x61\x27\x49\x82\xc4\xd4\xc8\x37\x7a\xc2\xb1\x90\xdf\ \xe6\xf4\x3a\x0d\x28\x48\x50\xa3\x36\x59\x8d\x84\x02\x27\x70\x4c\ \xa1\x50\x48\x09\x8f\xc5\x4c\x90\x0e\xbb\x55\x6f\x09\xdb\xf4\x26\ \x8d\xce\xaa\xd5\x2a\xe4\x1a\x03\x21\x32\x18\x49\xd2\x4e\x8a\x70\ \x53\xd0\x66\xb2\xab\x41\xb8\x31\x30\xb9\x3a\xb5\xd6\xec\xb0\xe8\ \xd4\x56\x5f\x34\xe2\x4c\x4e\x2c\x5a\x9b\xc7\xe1\x70\x78\xfd\x2e\ \xaf\xdd\x19\x0e\xa2\xda\x86\x80\xd3\x6d\x33\xbb\x23\x61\xa7\x63\ \x5e\x09\x39\x2c\x89\x50\x38\x16\xef\x9e\x1d\x46\xbc\x07\x85\xe2\ \xf1\xbc\x75\x16\xf7\x46\x02\x16\xbf\x33\x12\x8e\x24\xe3\xbe\x48\ \x28\x14\x08\x45\x62\xe3\x48\xd2\x17\xf3\xfa\xfc\x66\xd0\xb3\xa8\ \x3b\x10\x05\xe3\xe8\xf6\xb7\x7c\x56\x6f\x34\xde\xf2\x54\xbd\x91\ \x04\x1a\xe6\xec\x1e\xcf\x03\xa7\x89\x88\x7f\xb5\x3a\x8b\xb7\x2a\ \xad\x78\x28\x32\x5e\xad\x5a\xc7\x87\xa8\x96\x7e\x36\x5b\x55\x5a\ \xb1\xe8\xd9\x59\x28\x9e\x3c\x4b\xf6\xc6\x5e\xd0\xb0\x50\x38\x5a\ \x39\x1b\x45\x42\x87\x95\xee\x3c\xba\x3a\xec\x25\xba\x07\xdd\xe0\ \x6a\x7e\xb4\x9a\xc7\xba\xe3\x63\xef\x71\x2e\xdb\x28\xd6\x57\xa5\ \x61\xaf\x9c\x2e\x15\x6b\xe9\xb3\x52\x7a\x5c\x1a\xa5\xfb\xa3\x66\ \xaf\xd4\x88\x8c\xd2\xc3\xfe\x38\xe1\xf2\x27\xc3\x67\x81\xc8\x69\ \x2b\xe1\x4f\x80\xac\x5b\x6d\x46\x8f\xc7\x12\x70\x86\x22\x16\x47\ \xcb\x5b\x99\x64\xce\x5b\x89\x93\x7e\xf3\xe0\xe0\xb0\x7d\xde\x1b\ \x36\x0f\x82\xbe\x63\x80\x9a\x62\x7e\x99\x2f\x4d\x0e\x72\xbf\x3a\ \x01\x83\x95\x2a\x16\x1a\x8b\x5a\xb1\x50\x4b\x2f\xcb\x8d\xd1\xb2\ \x34\x2b\x95\x3b\xa9\x7a\xa9\xbf\xac\x1f\xa6\xf3\xb7\xd3\x45\xbb\ \x9f\x29\xce\x26\x99\x52\x31\x3b\x6a\x97\x9b\xb9\x65\xa1\x70\x95\ \xce\x0e\x6e\xf2\xfd\x5a\xe7\xea\x55\x6d\x3a\x78\xd5\x69\xe6\x5f\ \x5d\xe5\xcb\x99\x4e\xb9\x93\xad\x15\x53\x57\x97\xa9\xd2\xab\xdf\ \xff\x4b\x3e\x9b\x4e\xdf\x64\x4a\xc3\x45\xab\x99\x1d\x94\x26\x80\ \x42\xed\x52\xf3\xb2\xd8\xcc\x17\x72\x17\xed\x61\xe7\x72\x99\xce\ \x95\x1a\x9d\xfc\xe4\xdd\x2f\x2f\x52\x5f\xdd\x96\xfb\xe7\xe5\x8b\ \x4e\x7a\x3a\x05\xb2\x6a\xb4\xdb\x9d\xcb\x5c\xe3\xe6\x6e\x99\xcb\ \xde\xbd\xbe\x9b\x66\xb3\xb7\x57\xb9\xec\x72\x39\xcd\x81\x79\xbc\ \x48\xa7\x72\x83\xcc\xf5\xd7\x77\xbf\xb9\xbe\x7d\x57\x4f\x37\x3a\ \xef\x7e\xf8\xb3\xbf\xfc\xf9\xdf\xfe\xfc\xe3\xff\xf8\x8f\x3f\x7c\ \xff\xa3\x8f\xbf\xff\xf4\x99\xea\x43\x14\x21\x8a\x4a\x0b\x58\x28\ \x8f\x8f\x27\x54\xc9\xb8\xbb\x2a\xa1\x98\x2f\x13\xf3\x58\x20\x46\ \x5c\xe1\x93\x7d\x78\xf2\xe9\x53\x00\x2c\xa1\x50\x02\xcf\xec\x3e\ \x93\xc8\xd0\x00\x08\x95\x4c\x2c\x11\x73\xd0\x36\x17\x8d\x2f\x43\ \x65\x0a\x20\x4d\x1c\x0e\x97\xc6\x02\x4f\xc5\x67\xf1\x84\x12\x21\ \x9b\x2d\x46\xc5\xf2\x68\x9b\x9e\x43\xa1\x49\x68\x28\xe0\x98\x8f\ \x3c\x21\x9b\x45\x81\xa5\x0e\xaa\xc8\x55\xc9\x68\x14\xe4\x3b\x51\ \x94\xa8\x64\xf7\x43\x15\x9f\xa7\x92\x49\xd0\x0b\x38\x4f\xc4\x20\ \x8a\x42\x3e\xd2\x0c\x1a\x3a\x1c\x87\x0f\xac\xc3\xe2\xb0\x40\x50\ \x39\x20\x66\x54\x2a\x9b\x47\x63\xb2\x84\x1f\xee\xc2\xc1\x78\xa0\ \x27\x7c\x1e\x77\x17\x4e\x26\x04\x5c\xe3\x30\x37\x1f\x6c\x32\x1f\ \x3f\x5e\x63\xb0\x36\xb7\xbf\xf3\xf2\xf1\xcb\xe7\x9f\xbd\x7c\xf4\ \xfc\x93\xb5\x47\x9f\x6d\xd3\x54\x1f\x7e\x28\x83\x4b\x50\x81\xc6\ \xca\xe8\x34\x9e\x70\x77\x0f\x3e\x30\x8f\x2b\xa3\x71\x50\x95\x84\ \x10\x55\xbf\x72\x58\x42\x1a\x70\x20\x38\x54\x0e\xba\xbf\xc9\x11\ \xf3\x19\x6b\xe0\x6d\xd1\x0c\x9d\x4d\x1a\x1a\xa4\x01\xc6\x8f\xb9\ \xb6\x86\x5a\x87\xe8\x28\x6c\x06\x6d\xcc\xf3\xd9\x6b\x6b\xdb\x2c\ \xf6\x1a\x83\xfa\x9e\x5a\xa9\xfe\xc6\xfb\x5b\x52\xa9\x48\x2e\xd0\ \xeb\xb1\x1d\x39\x78\x38\xf5\xba\x4e\xa9\xc3\x51\xf8\x8b\x76\x03\ \x5c\x9c\x51\x2f\x92\x02\x78\x6d\x28\x51\x4d\xa7\x52\x49\xaa\xe5\ \x20\x64\x5a\xa3\x12\x2c\xa1\x12\x03\xa9\xb1\xe9\x31\x83\x89\x0c\ \xd9\x4d\x7a\x9f\xdf\x1d\xf3\x90\x5a\xb9\x42\x0a\x5a\x84\x06\x4e\ \x28\xb4\x5a\xb9\x40\x8a\x2b\x05\x22\xd4\xf9\x0c\xdf\xa1\x10\x77\ \xd4\x53\xfd\xbe\x5c\x8a\x61\x22\x0c\x2c\xa8\x1c\x10\x0c\x33\x2a\ \x04\x02\xcc\x24\xd7\x1a\xf5\x56\x42\x01\x0e\x94\x50\x82\x40\xc5\ \xf4\x46\x1b\xac\x68\x8b\xcf\x13\x8b\x58\x34\x0e\x58\x0b\x1e\xb3\ \xb7\x7f\x16\x76\xfb\xb1\x90\x99\xd4\x18\xcc\x16\x02\xdf\x50\x83\ \x6f\x23\x2d\x36\x52\x0b\x82\xa4\xd3\x9b\x08\x13\x0a\xa4\x31\x19\ \x15\x06\x27\x40\xa0\xc9\x60\x45\x77\xff\xac\x16\xa7\xcb\x80\xe6\ \x94\xda\x48\x97\x23\x46\x82\x82\x38\x2d\x84\x5c\xe3\x36\x6b\xf4\ \x20\x6c\x7e\xaf\xab\x95\x70\x10\x76\xbd\x96\x30\x49\x51\x6d\xa8\ \xc5\x1b\x8f\x05\x9d\x36\x0b\x58\x50\xb5\x46\x23\xd5\xe8\x35\x0e\ \x92\x94\x63\x38\x88\xa8\xf6\xe1\x3a\x66\x20\xcc\x7a\xb3\x8e\xb4\ \x92\xa1\x98\xdb\x60\x30\x2a\xcd\x7a\xa9\x12\xc3\xf4\x26\x2d\xa6\ \x03\x3b\x69\x52\x3a\x1c\x60\x00\x2d\x3a\x83\xc7\x84\x11\x7a\x52\ \x87\xab\x4d\x76\x70\xd2\xb6\xd8\x3c\xe2\x49\x34\x3c\xb8\x35\x14\ \x6b\x25\x93\x2d\x9f\xdd\xa6\x4f\xc4\xdc\x4e\x9b\xdd\xee\xf6\x98\ \x23\x7e\x07\x3c\x48\x8c\x43\xfe\x60\xcf\xef\x49\x24\xc2\xa7\xbd\ \x50\xfc\x70\xd6\x1f\xc6\x7d\x67\x73\xbf\xd3\xeb\x0a\x76\xfd\xd1\ \x6e\x32\x61\x77\x56\x02\xc1\x58\x25\xd6\x0d\x07\x82\x3e\x6f\xc8\ \xef\x39\x6b\x9c\x04\x1d\x01\x6f\xa4\x12\xf0\x25\x5b\x01\xd2\x9d\ \x88\x56\xa2\xad\x98\x2f\x02\x90\xe8\x4b\x46\x5a\xd1\x44\xc4\x1d\ \x99\xb5\x0e\x03\xb1\x64\xa5\xdb\x8b\xcc\xc7\x47\xa3\xd5\x2c\x11\ \x8d\x25\xcf\x16\x8d\x71\x2f\x19\x1f\x57\xc3\xbd\x00\x1a\x20\x6f\ \x01\xdc\x8a\xc6\x2b\xf1\x5e\x22\x18\x5b\xc5\x2b\xa3\x83\xea\xec\ \xa4\x72\xd6\xf0\x44\xcf\x16\x20\x89\xa1\x68\xab\xea\x4a\x16\x32\ \xc5\xdc\xf2\xa4\x36\xac\xf6\xeb\xe5\x7c\x69\x74\x3e\x6b\xc6\x86\ \xf9\xd2\xd1\xe2\xfc\x34\xbb\xea\xb6\x87\xfd\x93\xd3\x8a\x3d\x10\ \x0a\x84\x5b\xee\x68\x25\xec\x8e\xb8\xec\x01\x93\xc6\xea\x71\xd9\ \x23\xc9\xa0\x3b\x12\x0f\xc6\xba\xe9\xd4\x6a\x1c\xaf\x80\x58\x81\ \xf5\x3b\xed\x2d\xd2\x37\xcd\x64\x37\x5d\x1a\x0e\x61\xe5\xe7\x56\ \xab\xf2\x60\x9c\xca\x15\xf2\xe9\x83\xf3\x61\x2e\x3d\xb9\x18\x4c\ \x33\x27\xf9\xeb\xc5\xea\x3e\xcd\x6a\x34\xc9\x54\xa6\xbd\x0f\x00\ \x00\x20\x00\x49\x44\x41\x54\x4c\xce\xca\xd7\xf5\xce\xac\x9c\xbe\ \xe8\x17\x4b\xf9\x51\xba\x33\x3b\xc9\xf7\x4b\xa9\x65\xa1\x9e\x2b\ \xa7\x2e\x72\xe5\xb7\x83\xd4\x60\x30\x81\x23\x0d\xf3\x60\xdb\xf2\ \xf5\xfc\x72\x79\x71\x5b\xcb\x5e\x4d\x33\xb9\xaf\x7e\xf3\xdb\x6c\ \xb9\x50\xba\xca\xce\x56\xc3\x93\x55\x23\x53\x6c\x4f\x8a\xd9\xe2\ \xb0\x94\xa9\x17\xd2\xf9\xc6\xe5\x45\x7b\x90\xce\xe5\x4b\xd3\x7a\ \xbd\x9e\xea\xe4\xae\xde\x7e\x59\x6f\x9d\x1f\x2c\x5f\x5d\x4f\x97\ \x85\xe2\x60\x3a\x9c\x0d\x72\x83\x5a\xfa\xea\xee\x6d\xfe\xe2\xf6\ \x06\x25\x90\xbe\xbe\xb8\xb8\xb9\xfc\xe9\xd5\x45\xbd\x50\x5f\xa6\ \xae\x6a\xa9\x32\x3c\xf5\xf3\xbb\xaf\x6e\xd3\xc5\x8b\xdf\xfe\xf1\ \x57\x7f\xfc\xaf\xff\xf8\xe2\x9f\x7e\xf2\xa7\x7f\xfb\xc1\x0f\xbe\ \xff\xe1\x47\xdf\x04\x91\xd8\xdb\xdd\xa5\x50\xf8\x42\x2e\xfd\x7e\ \x43\x89\xc7\x07\x29\xda\x17\xee\xa1\x21\xf1\x34\xc0\x1e\x2e\x50\ \x14\x97\x2f\xdb\xdd\x13\x73\x24\xc2\xfd\x8f\x24\xc2\xa7\xfb\x20\ \x40\x7b\x32\x1e\x1d\xcd\x29\x04\xe3\x88\xf6\xc9\x25\x3c\x94\xe3\ \x8e\xc6\xbd\x8b\x25\xf7\x1e\x8e\x41\x83\xe3\xb0\x99\x34\x31\x1f\ \xed\x2c\xed\x49\xd0\xde\x15\xf8\x46\x00\x36\x0e\x9f\x81\xac\x23\ \xca\x24\x16\x02\x4f\x89\xc5\x68\x9c\x3d\xe8\x13\xda\xc2\x42\x52\ \x05\xa7\x7b\xf6\x0c\xdd\xa6\x7b\xa1\x12\x72\x40\x1f\x69\xe8\x9a\ \x84\x42\x99\x0c\xed\x8f\xd1\x99\x70\x9d\x42\x1a\x95\x8f\x92\xb3\ \x78\x0c\x3a\x9a\x54\x4f\x59\xa3\x50\x84\xf7\x33\xc5\x54\x00\x5b\ \x2c\x0e\x1f\x8d\xb5\xa0\x6e\x82\x9e\x6c\x82\x2f\xdc\x7c\xfe\xe9\ \x27\x2f\x3f\x7b\xf0\xe8\xe5\xcb\x4f\xbe\x43\x67\x3e\xa7\xca\x5e\ \x80\xad\x15\xf2\x78\x62\xa6\x18\x74\x88\x2f\x03\x57\x0b\x6e\x53\ \x08\x74\x09\x3c\xc7\xe1\xf0\xa9\x34\x99\x8c\x45\x13\xb3\x18\x68\ \x2a\x06\xda\xd3\xe2\xcb\x64\x42\x2e\x9a\xa3\x41\xd9\x64\xb1\x59\ \x54\x74\xec\xb5\x4d\xea\x26\x85\xfd\x80\xca\xa4\xc3\x07\xa6\xae\ \x6d\x3f\x40\xd3\x17\xd7\xb6\xe9\xdb\x54\x3a\x4b\xcc\x7c\xcf\xa0\ \x94\xef\x6c\x7d\x43\xaa\xc5\xb5\x52\x11\xd0\x95\x60\x03\xe5\x85\ \x2a\x95\xc8\x00\xa2\x6f\xe5\xb0\x84\x75\x4a\x84\x5c\x6a\x91\x56\ \x6f\xc0\x05\x6a\x13\x80\x86\x51\x27\x32\xaa\x05\x5b\x5a\x0d\x86\ \x4b\x95\x86\xfb\xdc\x23\x87\x4e\x67\x76\x7a\xbc\x5e\x8f\x19\x17\ \xa9\xa5\x72\x34\xa5\x62\x63\x4b\x4d\xe0\x22\x85\x48\x24\xd2\x62\ \x6a\x91\x5c\x24\x95\x6a\x40\xa2\xb6\xe4\x1b\xeb\x02\xb5\x52\xaa\ \x54\x02\x7f\x60\x4a\x70\x89\x98\x68\x5d\x2a\xd7\xa8\xf1\x75\x11\ \x2e\x32\x82\x34\x18\x34\x84\xc1\x88\x03\x00\xe1\xd6\x88\xd9\x6b\ \x71\x07\x1d\x21\x8f\x1e\xf7\xfb\xc3\x41\x8f\x6f\x3c\x3a\x4e\x38\ \x5d\x36\x23\xaa\x4c\x27\x50\x08\xbc\xd2\x80\xbb\x82\x6e\x12\xc3\ \x8d\x46\xb7\xcd\x48\x18\x2c\x7a\xa3\xd9\x6a\x05\xa5\xd0\xeb\x9d\ \xa0\x2b\x04\x4e\x38\x70\x1c\x78\xcc\x6e\x26\x34\x36\xab\x9b\x74\ \x91\x98\xcd\x60\xb1\xea\x71\x83\xd9\x46\x1a\x0c\x36\x93\xc1\x62\ \x09\x26\xed\x3a\xc2\xa2\x25\x08\xad\x00\xcc\xa8\xd3\x0d\x78\xe2\ \x72\xea\xe1\x5d\xc8\xcf\x82\x76\x9a\x09\xad\x02\xf0\x10\xc7\xb4\ \x52\x9d\xc6\xe2\x45\xb7\xbf\x6c\x76\x6b\x30\x16\x32\x1b\x70\x39\ \xa1\xc3\x40\xe1\x8d\x06\xe0\x2c\x4c\xe7\x74\xde\x9f\x92\x24\x15\ \x84\x13\x24\xd0\x44\x68\x2c\x98\x23\x62\xd4\x1a\x92\xf3\x56\xc0\ \x9b\xe8\xfb\x4c\xce\x60\xab\x3d\x4a\xf4\x92\x91\xa0\x39\xd9\x8b\ \xd8\x1c\x2e\x50\x64\x67\x32\x9e\x70\x79\x7c\xc1\x9e\xc3\x12\x4e\ \x44\x7a\x91\x78\xfc\x2c\xee\x8e\x9e\x9c\xcc\x4a\xd1\x56\x37\x14\ \xb0\x84\x82\xee\x44\xb8\xda\x3b\x9d\x7b\x9d\x89\x50\xd0\x73\x7e\ \xb8\x8a\x80\xa9\x0c\xc6\x83\x81\xc5\x49\xcb\x63\xf7\x59\x5c\x81\ \x50\xc2\xef\x8b\x39\xc3\x55\x7f\xd2\x17\x72\x77\xcf\x7d\xa1\x44\ \xc0\x07\x2a\x55\x3d\x77\x27\x5a\x89\xee\xfc\x2c\x1a\x5f\x25\x5b\ \x5d\x60\x9f\xb3\xd3\x8a\x3f\x14\x5c\x1d\x1d\x24\x2a\xb1\x68\x2b\ \xec\x8e\x47\xbb\xdd\x48\xa5\x12\x88\x07\x02\xf3\xf9\xf8\xf0\x34\ \x5a\x69\x1c\x46\xce\x4b\x27\xd5\x71\xef\x3c\x1d\x75\x1f\xf7\xc6\ \x5d\x8f\xbd\x72\x98\xf0\x57\xfb\xc3\xdc\x65\xfe\xb4\x30\x0a\x97\ \x8a\xe9\x61\x27\x3b\x3a\x5f\x80\xaf\x3b\x3b\x4f\x1f\xb4\xca\xa3\ \xe4\x61\xbb\x91\x04\xd8\x0b\x46\x62\xd5\x68\xc4\xe7\x8b\x45\xc6\ \x31\x6f\x10\xc7\xcd\x3e\xa7\x3d\x54\x89\xd8\x5c\x31\x4f\xb2\xb5\ \x9c\x9c\x46\x4e\x46\x9d\xc9\xf1\xe8\xb4\x78\xdc\xae\x1d\xe5\xd2\ \xb3\xf3\x83\x76\x31\xdb\x59\x82\x9e\xf4\x87\xfd\x7e\x29\x9d\x03\ \x98\x19\x15\x27\xc3\x4e\xbb\x5f\xcc\x95\x4a\xd9\x51\x72\x52\xc8\ \x5f\xe6\xda\x83\x42\xaa\xd0\xc8\x64\x9b\xe9\x62\x76\x99\x3d\x2e\ \x67\x72\xcd\x7e\xb3\xd1\xec\x97\x33\xc5\x51\x39\x0d\xfc\x53\xae\ \xd5\xc0\xd1\xd5\x0b\x8d\x4e\xbb\x90\x4f\x75\xa6\x37\x97\xa9\x69\ \xaa\xf0\x2a\x3b\xfd\xba\x96\x49\xbf\xfd\xe1\xf5\xcd\x34\x57\xae\ \xd7\x4a\xe3\x59\x6f\x3c\xbc\x6a\x0c\x6a\x47\xa7\xe3\xc5\x28\x9f\ \x1b\x8e\xda\xa9\x65\xed\x20\xdb\x58\xa6\x1a\xd3\xd4\xe5\x00\x8c\ \xe5\xdb\xaf\x5e\xb7\x27\x8d\xf4\xe0\xe7\xd9\x4e\xfe\x2a\x57\x7b\ \x55\x3a\x6f\xa7\xf2\xaf\x06\xe5\xdb\x9b\xec\xf5\x55\x3e\x93\xed\ \x4c\xdf\x5c\xb6\x6b\x17\x57\xb9\x4c\xbb\xb1\xcc\xa5\x3a\xf9\xf6\ \xd5\xa0\xf6\xf3\x7f\x79\xf3\xf5\xbb\xec\xf2\xf2\x37\xff\xfe\x9f\ \xff\xf0\xc5\x3f\xff\xc7\x3f\xff\xdb\x3f\x7d\xf1\xcf\x1f\xbf\x10\ \x3f\xfb\xf0\xd9\xfe\xbe\x8c\x2f\x66\xd0\xc0\xff\x71\x54\x32\x58\ \xef\x2a\xbe\x4c\x02\x92\x23\x7e\xca\xe7\xd3\x58\xbc\x5d\x09\x88\ \x12\x80\xd2\x1e\x68\x94\x90\xcb\x55\xed\x8b\x9f\x82\x23\x14\xee\ \x4a\xc4\x3c\x36\x13\xe5\xcc\xec\xf2\x85\xfb\xbb\x12\xde\x7d\x7d\ \x02\x47\xc8\xa6\xf1\xd9\x68\x66\x3d\xb0\x99\xf0\x3e\x85\x41\xc8\ \x65\xf1\xe0\x88\x7b\x32\x0e\x7a\xc0\x05\x65\x60\x70\x99\x3c\x34\ \x7e\x47\xc2\x01\x25\x10\xef\xcb\x24\x0c\x16\xa8\x06\xa8\x1a\x0a\ \x60\x96\xec\x82\xbf\x14\xde\x8f\xeb\x01\xeb\x28\xe4\x22\xc2\xd9\ \xdb\xdf\x93\xa9\xc4\x12\x21\x87\x41\x05\x04\x92\x71\xf9\x62\x21\ \x85\x47\xdf\x66\x33\xa8\x68\x37\x9c\x2f\x63\x31\xd0\x84\x56\x26\ \x17\x6c\x27\x1a\x4a\x01\xa4\xc5\x60\x50\x81\xad\x58\xf4\xb5\x6d\ \x0a\x8d\xf5\xfc\xd3\xe7\x8f\x1e\x83\x60\x3d\x7e\xfe\x92\xf1\xe0\ \x3b\x2c\x36\xef\xc9\xb3\x0f\xc5\x70\x20\x36\x5f\xc2\x67\x50\x24\ \x62\xa1\xec\x09\x10\x17\x67\x0f\xc5\x25\xb3\xb8\x14\xaa\x58\x2c\ \x44\x18\x48\x65\x80\xfa\xc1\x9f\x09\x0d\x2e\x96\xc7\xa5\x52\x41\ \xbc\x19\x14\xe6\x03\x2a\x9b\xc1\x66\x33\xc1\x70\x32\xd8\x6b\x14\ \x16\x63\x8d\x89\x82\x56\x1f\xaf\xc1\x73\x9b\x74\x2a\x9a\x7b\xcd\ \xa1\xbf\xa7\xc5\x89\x2d\x54\x4e\x85\xad\x6f\x68\xac\xb8\x42\x8a\ \xa6\x04\x0a\x14\x28\x50\x4f\xab\xdb\x12\xdc\x8f\xc6\x52\xca\x95\ \x26\xa5\x5c\x2d\xdd\xc0\x80\x15\x94\x3a\x30\x83\x20\x61\x7a\xe0\ \x2f\xbd\x0e\x56\xab\xce\x6a\x26\xf4\x18\x68\x0c\xea\xc4\xf3\xc5\ \x7c\x66\x9d\x54\xa1\x84\x17\x6f\x08\xd6\x45\x6a\x23\x81\x29\xe5\ \xf2\x8d\x0d\x91\x42\xa0\x45\xe9\x31\xb8\x11\x87\xb7\x8b\x94\x46\ \x3d\xb6\x2e\x82\x97\xe1\x3a\xb0\x9b\xb8\x46\xad\x10\x29\xd7\x45\ \x22\x25\xae\xd4\xe8\xd6\x35\x04\x8e\x6b\xb4\x6a\xa3\xdd\xa6\xb3\ \x47\xcc\x36\x33\xa9\x73\x54\x7c\xe0\xd0\x82\x49\xaf\x37\x7c\x54\ \x1e\x27\x6d\x84\xd1\x41\xc0\xa1\x83\x24\x8e\xa1\x8d\x12\xbf\xcf\ \x6b\xc1\x8d\x84\x88\xb0\x1a\x08\xd2\xac\x33\x5a\xad\x80\x2b\x26\ \x83\x1e\xcc\x9b\x5e\x0f\xdf\xa0\xa1\x35\xa4\x19\x40\x47\xef\xb0\ \xe1\x26\x0b\x66\x35\x59\x50\x19\xbd\x81\xd0\x8b\x70\xa3\xc9\x81\ \x12\x3f\x3d\xb8\xc9\x06\x96\xd1\x40\x5a\xcd\x0e\x9b\x27\x16\xf0\ \xba\x03\x26\xcc\xac\x53\xe8\xd0\xc8\x44\xf4\x40\x2a\xc5\x40\xc4\ \x41\xb9\x35\x26\x38\x28\x69\x76\xbb\xdd\xb1\x60\x50\xa7\x53\x6f\ \xe9\x8d\x18\x81\x2b\x8d\x24\xa6\xc1\xf4\x84\x9d\x00\x81\xd3\x1b\ \x8c\x1a\xad\xc5\xa9\xd7\x82\x4b\x35\xeb\x30\x93\xcb\xa5\xc7\x03\ \x67\x70\xdd\xe1\x13\xab\xc6\x31\x8f\x1e\x8c\x5b\xbd\xb0\xbb\x9b\ \x4c\x26\x12\x81\x78\x32\x69\x27\xc1\x33\x45\x42\x2e\xb7\xbb\xe5\ \xb1\x44\x56\xe3\xa4\x3f\x54\xe9\x26\x63\xe1\xb3\xf1\x70\x34\x9e\ \x27\x22\x2e\x7f\x34\x16\x07\x49\x8b\xc5\x7b\xb6\x40\x24\x19\x49\ \xcc\x7b\x07\x91\x48\x30\x12\x4c\x24\x7d\x81\xde\xdc\x6d\x4f\xc6\ \xfc\xe1\x78\xb0\x5a\x4d\x78\x22\xbd\x78\x32\x9c\xb4\x84\xc6\xe1\ \x58\x75\x1e\xf0\xcd\xab\xf3\x83\x44\xb0\x35\x3f\x3f\x3a\xae\x04\ \xcf\x93\xdd\x96\xe3\x34\x71\x7a\xd4\xf5\x87\x5d\x27\x67\x95\x60\ \xcf\x17\x6a\x55\x3d\x89\xc0\xf8\x10\xfe\x00\x9d\xa8\x8c\x74\x7c\ \x7c\x18\x8f\xb8\x67\xe1\x50\xf3\x7c\x74\x7e\x78\x5a\xec\xb7\x12\ \xa3\xd9\x61\xd4\xef\xaf\x94\xce\x5c\xe3\xc2\x6c\x54\x2f\x55\x9a\ \xe3\xc8\x71\x31\xb7\xc8\xd5\x47\x47\xf3\xe8\x51\xf2\x34\x9b\x5a\ \x9c\x67\xe2\xb1\x93\xe2\xc9\x6a\x51\x09\xb6\x92\xa1\x84\xcf\x5b\ \x89\x57\x63\x27\x1e\xf8\xab\xd3\x03\xcc\x7a\xbc\xa1\x40\xd2\x1d\ \x8e\xc4\x5a\xe5\x83\x71\x77\x96\xbb\xbb\x69\x2e\x4e\x66\x95\xf3\ \xf4\x64\x79\x39\xec\x1d\x66\x1b\xe5\x9b\x37\xf9\x62\x3f\x55\x5e\ \x4e\x8e\x1a\x85\x72\xb6\x50\x6e\x16\x66\xb9\x4c\x7f\x52\x28\x9d\ \xf5\x67\x67\xe9\x42\xae\x98\x81\x13\xb7\x57\x8b\x59\x3b\x33\xa8\ \xd7\xf3\x8d\xf3\xa3\x4c\xa9\x91\x2d\x15\xcb\xc3\xf2\x5d\xaa\xdd\ \xe8\xa4\xa6\xaf\xfb\xc5\x65\x29\x5b\xcf\x95\x5e\x75\x1a\x8d\x25\ \xaa\x72\xc8\xdc\xde\x0c\x1a\xb3\xa3\xcc\x74\x3a\x7d\xf5\xd3\xdf\ \xdf\xbd\x1d\x64\x3b\xbf\xbc\x6e\x9f\x1f\x35\x27\xe9\xec\x24\xbd\ \x5c\x9d\x1f\x9c\x17\xd3\x47\xa3\x72\x2e\x3b\x68\x9f\xa7\x72\xd3\ \xd2\x24\x93\xbe\xbe\xc9\x67\x2e\x6e\xde\x5e\x94\x32\xf0\xdf\x65\ \x16\xe4\x30\x77\x37\x2d\x34\x26\x9d\x69\xbd\x90\xff\xb2\x73\xf1\ \xee\xe2\xfa\xa6\x50\x7f\xf3\xa6\xd6\x28\xd5\x2e\xcb\x93\xf2\x24\ \x9b\xcf\xd4\x6a\xd9\x8b\xab\xf2\xbb\xaf\xdf\x7e\x79\xfd\xea\xdd\ \xcf\xff\xf8\x5f\xff\xfe\xc3\x2f\x7e\xf1\xc5\xe7\x3f\xf9\xf6\x0f\ \x7e\xf0\xcd\xfd\xbd\x27\xfb\x4f\xc0\x10\x09\x77\xd1\xd0\x1a\xa1\ \x44\x4c\x63\xf3\x78\x32\x9a\x44\xa2\xda\x55\xed\x4a\xf8\x5c\xa0\ \x18\xf1\xbe\x58\xf5\x84\xcf\xe3\x8b\xc5\xaa\x7d\x40\x27\x3e\x5f\ \xa8\x7a\xb2\x8f\x26\x50\x88\x79\x14\xbe\x98\xc3\x97\xa9\xf8\xa8\ \xf8\x93\x2f\xbe\xdf\x15\x47\xe9\x55\x14\x9e\x0c\xd8\x45\x28\x44\ \xee\x8d\xc5\x05\xde\x02\xdf\x07\xb2\xc0\xa1\xb0\xc4\x40\x32\xb0\ \xf8\x55\x40\x59\x32\x78\x92\x85\x5a\x74\xe0\x34\x74\x2a\x97\x2b\ \x91\xec\x4a\x84\xa8\xac\x4b\xb5\xcb\x11\x8a\x51\x25\x3d\xbc\x83\ \xc9\x91\xa0\x0d\xa6\x8f\xf6\x76\x85\x7c\x9a\x0c\xce\xc3\xe2\xed\ \x81\x0b\x05\x10\xe2\x03\x39\x51\xe0\xa2\x64\x68\x36\x18\xd0\x99\ \x70\x8f\xcd\x11\xa2\x71\x5c\x2c\xe6\x1a\x9f\xcb\xa0\xd3\xa9\x9b\ \x2c\x06\x9d\x0a\xaa\x46\x61\xaf\x7d\xf6\x00\x85\x28\x3c\x7a\xf0\ \xd9\x73\xfa\xe6\x67\x0c\xce\xfe\xb7\x3e\x7a\xc1\x59\x63\xf3\x79\ \xbb\x2f\x76\xd9\x20\x7e\x42\x3e\x9c\x8d\xc5\x97\x71\xd0\xfd\x51\ \xc0\x29\xbe\x4c\xc8\x97\xa0\x4d\x36\xf0\x88\x60\x70\x51\x5b\x11\ \x8f\x83\x72\x08\xc1\x31\x0a\xd7\x36\xd9\x0c\x3a\x83\xfe\x80\x4a\ \x05\xcb\x49\xa7\xd0\x37\x1f\x6f\x32\xd8\xf0\x43\x3a\x93\xc6\x62\ \x53\x19\x3c\xf6\xf6\xf6\xe6\x7b\x18\x61\xbc\x77\x76\x6a\x60\x25\ \x82\x50\xca\x51\xad\xa4\x54\xa1\x51\x2b\xb7\xc0\x24\x2a\x45\x5b\ \x28\x2d\x19\x2c\x8f\x56\xab\x54\xcb\xd1\x6d\x42\x29\xa6\x53\x02\ \x40\xa9\x09\x13\xea\xe8\x03\x17\x24\xd7\x13\x00\x1a\x6a\x8d\xc5\ \x6c\x37\xba\xbb\x61\xb3\xd1\x80\xeb\x34\x6a\x80\x33\x34\x67\x90\ \x34\xe2\x6a\xb5\x56\xb0\x23\x05\xab\x65\x54\xe3\x22\x9d\x5a\x24\ \x00\x3a\x42\xd1\x55\x52\xa5\x40\x8a\xf2\x90\x31\x42\xa1\xc5\x45\ \x98\x49\xa1\x03\xcf\xa5\xd1\xc9\xb5\x20\x3b\x1a\x1d\x48\x80\xcb\ \x62\x30\xb9\x6d\xa4\xc6\x48\xb8\xab\x61\x8f\x23\x10\xf0\x75\x63\ \xb1\xd3\xf6\xec\x30\x68\x32\x98\x2c\x7a\x13\x69\xb3\x92\x16\xd2\ \x44\x10\xa0\x4c\x70\x1d\x7a\x4c\xa7\xb7\x1a\xac\xa4\xde\x80\xd8\ \x09\x48\xca\x68\xd0\x59\xcc\x56\x27\x0a\xac\xb2\x1b\x09\xbd\x13\ \xb5\xc8\xd8\x08\xb3\x47\x6f\xb0\x59\x4c\x56\xb7\xc3\x66\x35\xe3\ \x98\xd5\x01\x0c\xe0\xf1\x38\x0c\x46\xab\x23\x1a\x89\x78\xfd\x2e\ \x8f\x23\xe4\xb6\xb9\xec\x41\x33\xe9\xd1\xe0\x5a\x44\x55\x00\x86\ \x08\x11\x95\xb8\x48\xae\xd5\xe2\x4e\x8b\xcd\x60\xb5\x3b\x82\x6e\ \xb7\xcb\x43\xaa\x15\x4a\xd2\x6a\x35\x80\x9d\x34\x12\x3a\x91\x56\ \xe3\xb4\x69\x45\x3a\xd4\x95\x48\x3a\x7c\x46\xb5\x99\x04\x19\xc4\ \x3d\x5e\x07\x66\xb4\x57\x82\x26\xbb\x67\xe4\x31\xda\x4f\xa3\xd5\ \x58\x25\x1c\xf7\xfb\x9d\xc1\x70\xe0\xac\x17\x8f\xfa\xdd\x1e\x57\ \x2c\xea\x72\xd8\xe2\x51\xaf\x77\x3c\x9b\x57\x23\x87\xe3\x70\x37\ \xe6\x58\x01\x57\xb4\x0f\xa3\xa7\xf1\x60\x32\xea\x0b\xc4\xc7\x00\ \x69\xc1\xd6\xea\xb0\x35\x99\x9d\xcc\x2b\xc9\x60\x24\x39\x3a\x49\ \xba\x4e\xe6\x41\x7b\xb7\x72\x5a\x3c\x1c\x1f\x9f\x76\xc9\x60\xd7\ \xe7\x8b\x46\x5c\xa1\x8a\x2f\xd1\x4b\x78\x43\xb1\x48\xa5\xea\xf7\ \x74\x13\xe3\x78\x7c\x15\x5a\x8d\xa3\xf1\xd8\xe8\xb0\x9a\xe8\x56\ \x62\x20\x41\xad\x58\x20\x1c\x0c\x57\x5d\xbe\xca\x59\x22\xe4\xf5\ \xb9\x92\x8e\x68\x72\xd5\x3d\xec\xc6\x22\xa7\xee\xf0\x49\xfa\xa0\ \x39\x4c\xb4\xf2\x67\xb1\xc3\x45\x3f\xec\x8d\x8c\x4f\xe2\xae\xe3\ \xd9\xf1\xbc\x3d\xac\x4c\xda\xfe\xe6\x74\x32\xa9\x5f\x2f\x46\xa5\ \xc4\xfc\x68\xd6\x2e\x14\xce\x4b\xe7\x67\x8b\x93\xd5\xea\x78\x54\ \x5d\xc4\xc3\xd5\x50\xd4\xef\xf5\x26\x0f\x1c\x04\x69\x73\x3b\xc0\ \x98\xc6\xfc\xf6\x58\x08\xa5\x9a\xe6\x4b\xe3\xd5\xe4\x28\x5b\xea\ \x9d\x37\xfa\xdd\x46\xa1\xf4\x6e\xda\xe8\x37\x17\xc3\x6c\xa6\x96\ \x2e\x36\x9b\xc5\xf2\xd1\x79\xbe\x34\x48\xcd\x8e\x67\xc5\xc5\x2c\ \x73\x93\xc9\x34\x1a\xed\xe6\xe1\x51\xae\x79\x92\x2e\x67\x32\xa5\ \xc5\xa2\x3d\x4c\xe5\x6f\x53\x85\x51\x7f\x94\x3a\x2e\x64\xd2\xd9\ \x8b\x6c\xf6\x0a\xbe\xcf\x2d\x3b\xd7\xe9\xe2\xdd\xf2\xe2\xfa\x55\ \xf1\xe6\xe2\x55\x3a\x97\xed\x64\x53\xcb\x5c\x3e\x5d\x9e\x16\x2e\ \xae\xae\x2f\x6e\x7f\xfe\xc3\xbb\x37\x6f\x1a\xe9\x9b\xdb\xe1\xf9\ \xc9\x6a\x94\x4d\x95\xb2\x9d\xf9\x71\xbb\x99\x29\xd5\xb3\x57\xe9\ \xc2\x60\x38\xbc\xad\xa5\x27\xd3\xc2\xbb\xbb\x1b\x70\x85\x5f\x2e\ \xcb\xa9\x54\xae\x9c\xaf\x5f\xa4\xd2\xb9\xce\xd5\xab\xce\xf2\xd5\ \xb4\x9e\x99\x5e\x5c\xbc\x7a\x75\x7b\xb9\xbc\x9b\x2e\x2f\xde\xd4\ \x0a\x85\x54\x2a\x95\xee\x14\x26\xa5\x46\xf1\xf2\xee\xfa\xaa\xf3\ \xf6\xe6\xee\xab\xbb\xbb\x3f\xfe\xfe\x5f\xff\xef\x17\xff\xeb\xc7\ \x7f\xfe\xc5\xe7\x1f\x7f\xf4\xcd\xbd\xa7\x4f\x54\x92\xbd\xa7\xc2\ \x7d\x16\x5b\x26\xe1\xb1\x40\x95\xd8\x14\x1e\x1a\xcf\xc0\xe7\x8a\ \x85\x48\xb0\xf8\x1c\x0a\xaa\x21\xdd\xdd\x05\xd6\xda\x45\xf5\x05\ \x32\x89\x64\x5f\x82\xd2\x65\x50\xd9\x3b\xea\x1a\x96\x48\xc4\x7c\ \x30\x6e\x5c\x21\xf7\x7e\xd4\x2a\xac\x6f\x2e\x80\x12\x57\x88\x5a\ \x94\xd9\xe8\x7e\x20\x1b\x0d\x61\x15\xa3\x5b\x82\x1c\x0a\x85\x86\ \xa2\x17\xd8\x34\x89\x98\x8b\x62\x20\xc0\xd0\xd1\xf8\x3c\xa4\x92\ \xa8\xad\x4f\x2c\x01\xa5\x40\x01\xf1\x80\x74\x4f\x9e\xa8\x68\x6c\ \x15\x6a\xbd\x41\x77\x0e\x25\x4f\x78\x70\x3d\x70\x7d\xa8\xdf\x1a\ \x8c\x1b\xf8\x39\xae\x98\x83\x72\xd6\x29\xf7\xcd\x3a\xf7\x19\xc7\ \x2a\x1e\x9c\x8b\x8a\xc4\x84\x8d\x64\x8b\x4d\xa7\xd2\x36\xd7\x98\ \x4c\x06\x93\x46\x61\xbd\x7c\xbc\xfd\xe8\xf9\x83\x47\xcf\x5f\x3e\ \xa2\x3e\x78\xc9\xe4\x3d\xfd\xf8\xc5\x37\x01\x93\x64\x7b\xa8\x90\ \x0c\xce\x4a\xe1\xa1\xda\x7c\x94\x5d\x0f\x8f\x85\x48\x5a\x85\xf7\ \x0e\x55\xc6\x41\xb9\x5d\x08\x15\x51\x84\x17\x7c\x10\xf8\x40\xa0\ \x5a\x74\x26\x93\x85\x7e\xb3\x18\x54\x2a\x13\xd8\xee\x01\x8a\x50\ \xa6\xd0\x68\xc0\x66\xf0\xcc\xe6\xcb\x97\xcf\xdf\xb3\x19\x0d\x4a\ \x54\x72\x85\x26\x33\x13\x26\xf5\xfb\x5b\x02\x81\x4e\x2d\xc7\x94\ \x1a\xb9\x16\x20\x4b\xb9\x2e\x87\x45\x2a\x55\x4b\x31\xb9\x02\x15\ \x73\x9b\x95\x52\x0c\xd6\xad\x02\x53\x13\x7a\xa9\xc2\xa8\xc5\xc1\ \xd5\x19\x63\x16\x3d\x66\x70\x59\x49\xd2\xe4\xae\xfa\x5d\x24\xa1\ \x27\x49\xb5\xde\xa8\x10\xad\xcb\xb5\x3a\xdc\x0a\x87\x52\xef\x48\ \x45\x26\x52\x0f\xef\x20\x30\xf9\xba\xde\x4b\x1a\x45\x02\x58\xe4\ \x02\x29\x61\xd4\xeb\x34\x26\xbd\x5a\x2e\x55\x87\xac\x7a\x33\x49\ \x92\x3a\x4c\x6f\x21\x48\x27\x01\x06\xcf\x63\x23\x70\xa7\xdf\x64\ \x06\xf1\x88\xfb\x2d\xfe\x56\x28\x72\x5e\x19\x2f\xf2\xe9\x6a\xd8\ \xeb\x26\x09\xab\x51\x47\x68\xd4\x98\x09\x0c\x98\x11\xc3\x0d\x06\ \xb5\x09\x2e\xc0\xe0\x20\x1d\x1a\xdc\x86\x72\xcd\x63\x6e\x83\x05\ \x53\xa3\x9a\x28\x9b\xc9\x64\xb0\xd9\x1c\x11\xbb\x2f\xe0\x75\x11\ \x2e\x1f\xe1\x0d\xfa\x23\x8e\xa8\xcb\xee\x32\x1b\x0c\xde\xa8\xcf\ \x4e\xda\x93\x5e\x7b\x10\x4d\x03\x0c\x7a\x03\x5e\xbb\xdd\xe7\x37\ \x9b\x9d\x26\xa3\x96\x30\xa3\x41\xd2\x72\x4c\x4b\xe8\x0d\x5a\x91\ \x42\xab\xc4\x44\x5a\x05\x1e\xf4\x90\x26\xa7\xd7\xe5\xb7\x1a\x82\ \x6e\xc2\x84\x6b\xad\x26\x23\x5c\x2d\x80\x97\x09\x23\x08\x97\x5d\ \x67\xb4\x69\x0c\x3a\x83\xdd\xe2\x42\x52\xeb\x30\xe8\x6c\xb6\x88\ \x5f\xa7\xd3\xe9\x49\x2b\xe9\x58\x9c\x9a\x6c\x81\x6a\xb8\x92\xf4\ \x56\x2a\x3e\x97\xbf\x15\xa8\x54\x6d\xbe\xa8\xc7\xe9\x1d\xc7\x43\ \xc9\x48\xb7\x15\xf5\xfb\x82\xf1\xf3\xb3\x56\xa5\x1a\x0e\xfb\xba\ \xb3\x52\x33\x7d\xd6\x3d\xaa\x84\xa2\xdd\x50\xb0\x7a\x78\x38\x39\ \x0e\xad\xd2\xe9\x79\x7b\x72\xde\x3a\xed\xc5\x80\xd3\x0e\xbb\xe1\ \x51\xb4\xe7\xf6\xb4\x46\xc3\xee\xf1\x71\xbf\x62\xb7\xfb\xc3\xb1\ \x48\xd0\x17\xad\x7a\xa3\xf3\x50\x08\x6d\xdf\x9f\x39\x02\xab\xd8\ \x61\x25\x7a\x18\xed\x01\x75\x81\x42\x8e\x12\xd1\x78\x38\x14\x9f\ \x9f\x05\x13\x31\x6f\x34\xe8\x0c\x85\xcf\x63\xbd\x6a\x24\x1e\x89\ \x45\x0f\xc7\xf1\xc3\xb1\x2f\x7a\x98\x4c\xac\x16\x67\xe7\xc7\xd5\ \xb3\xf6\x79\x2c\xd1\xed\x45\x0c\xee\xea\x30\xee\x1c\xc3\xf2\x6c\ \xa4\x0e\x27\xed\xd6\xac\x93\x9f\xe4\x07\x47\xfd\x5c\xf4\xe8\xa4\ \x5d\x4f\xf7\x93\x93\x7e\x72\x34\x39\x3e\x9e\x1d\xfa\xc6\x51\x5f\ \x38\x3a\x0e\x07\xe6\xb1\x84\xdf\x1d\xb2\x9b\xed\x96\x6a\x12\x09\ \x27\x5c\x52\x64\x75\xd9\x4c\x74\x27\xc3\xa3\xee\xf9\x71\xb3\x3f\ \x3b\x40\xcd\xcb\xf9\x66\x6b\x38\x58\x74\x1a\xb5\x7c\x63\x96\x1b\ \x2e\x86\xa9\x76\xa1\x76\xd0\xce\x36\xfa\xfd\x62\xba\x3d\xbc\x2c\ \xd4\x4f\xce\xd2\x83\x61\xba\x59\x68\x4c\x73\x07\xed\xfa\x20\x55\ \x48\x95\x0a\xd9\x7e\xa6\x5c\x3c\x49\xe7\x4a\x99\x66\xfd\xf6\xd5\ \x20\x9d\xb9\x1e\xdc\x75\x96\xbf\x2c\x64\xae\x32\xe9\x41\xa3\x38\ \x59\x16\x32\xd9\xcc\x30\x3b\x28\x14\x2f\xde\x4d\xf3\xe9\xaf\x5e\ \xff\xf2\xf7\xd7\x17\x57\x93\xe3\xf6\x6d\xb3\x34\x49\xb4\x2f\xcb\ \x99\x69\x79\xb1\x3a\xe8\x67\x26\x99\x66\xe6\x55\xaa\x96\x29\x5e\ \x97\x8a\xf5\x5c\xae\xf6\xd5\xb4\x70\x7b\xf1\xee\xb2\x03\xe6\x73\ \x98\xb9\x7d\x97\xb9\xac\xa5\x5e\x5f\x95\x6b\xef\x72\xe5\xe9\xf5\ \xf5\x6b\xb0\x95\xd3\xda\xe5\xf4\xdd\xdb\x9f\x0d\x4a\xb7\x77\x97\ \xb7\xd3\x41\x71\x98\x5d\xd6\x07\x6f\x6f\xae\x7e\xf9\x2f\xbf\xfd\ \xf9\xff\xf9\xd5\xcd\xd7\xbf\xfe\xe3\xef\x7e\xf7\x87\xcf\xbf\xff\ \xf9\xc7\xdf\xfa\xf0\x5b\xcf\x54\xfb\x2a\x10\x0b\x70\x81\x0c\x54\ \x7d\x4e\x01\x51\x00\x07\x07\x2b\x95\x26\x93\x70\xf7\x77\xf7\xf9\ \x28\xf9\x0a\x64\x02\xd4\x44\x26\xe6\x3e\x55\xed\xee\x02\x57\x3d\ \xdb\x45\x75\xa3\x4f\xc5\x00\x62\x42\x1e\x9a\x27\x08\x30\x25\x11\ \xee\x0b\x29\x68\xb4\x20\x87\xcf\xe1\xb0\x78\x32\x06\x8d\xcb\xe3\ \xb1\x79\x08\x7a\x50\xb1\x38\x0f\x55\x64\xa2\xc2\x51\x0a\x45\x45\ \x13\xf2\x39\xa8\xfc\x81\x87\xc6\x37\x83\x26\xb0\xc5\x92\x3d\x31\ \x62\x3c\x3e\x0f\x6d\x78\x73\xc4\x92\x27\x4f\x01\xc0\xb8\x1c\x9a\ \x04\x94\x8a\x26\xdb\xdb\xdb\x43\x29\x82\x6c\x2e\x97\x0b\x10\x45\ \x11\xde\x6b\x13\xe8\x1a\x9f\xc2\x5d\xdb\xa4\x33\xd7\xd6\xd8\x1c\ \x2e\x8d\xcd\x10\x73\x19\xf7\x25\x07\x6c\x10\x2b\x3a\x9d\x81\xa2\ \x96\x69\x0c\xd4\xa1\xcc\x12\x32\xb6\x3f\xfd\x64\xf3\xf9\x63\x54\ \xef\xfe\x9c\x81\xfa\x75\x9e\x7e\xfb\x43\x3e\x9b\xc9\xd9\x13\xf2\ \xf7\xc1\xfb\xc1\x07\x01\x9d\x02\x51\x62\x83\x2a\xcb\x38\xe8\x63\ \xf0\x39\x5c\x26\x93\x8b\x46\xf5\xb0\x58\x3c\x3a\x50\x16\x0f\xd5\ \xde\x73\x59\x34\x0a\x2a\x6f\x60\xac\xa1\xfc\xe4\x35\xf0\x7f\x4c\ \x26\x85\x4e\x17\x52\x19\x74\x14\xe4\x75\xdf\x0c\x84\xa6\xf6\x7c\ \xf2\xb7\xef\xb9\xd5\x46\xf9\xc6\x3a\xea\x47\x56\xe2\xa4\x5d\xbb\ \x25\xda\x02\x8d\x42\x41\x7b\x72\xa5\x68\x67\x07\xb9\x34\x42\xbf\ \x25\x57\xca\x45\x0a\x85\x54\xa1\xd6\xa0\x0e\x41\x25\x3c\x92\xe2\ \x68\x28\x8d\x56\xa4\x56\x23\xd2\x21\x94\xb8\xd1\x0c\xc2\xa3\x89\ \x87\xed\xc0\x45\x46\x8d\x86\xb0\x93\x20\x76\x4a\xdc\x4a\xaa\x31\ \xb9\x72\xe3\x03\x80\x15\x30\x56\x18\xa1\x55\x4b\x71\xa7\x5b\xe3\ \x30\x19\x75\x52\x81\xc8\x46\xe2\x1a\x8b\xc1\xac\x53\x0a\x94\x1e\ \x2b\xe1\xb0\xb8\x0d\xa0\x43\x66\x50\x19\x07\x49\x82\x86\xe0\x26\ \xaf\xd7\x1f\xf0\xfa\x3c\x41\x8f\xc5\x13\x9f\x87\xab\xa7\x8b\x52\ \x7a\x78\x18\x73\x19\x08\x1b\xa9\xd0\x93\x06\x23\x61\xb9\x2f\x0a\ \x35\x1b\x94\x6a\xbd\xc9\x62\xb0\xdb\xec\x5e\x8d\xc6\xd5\x42\xa3\ \xfc\x02\x4e\xbb\xd7\xe7\x74\x58\x3c\xbe\xa0\xd3\x6c\x35\x7b\x62\ \x7e\x97\xcb\xed\x42\x76\x71\x1e\xef\xb6\x42\x89\xb0\x0d\x1e\x5a\ \x3d\x7e\x9f\x8b\x08\x06\x9c\x7e\x7b\xd0\x13\xf1\x39\x80\xb7\x5c\ \x4e\x4f\xf2\xff\x27\xe9\x5d\x9c\x12\xbf\xf3\x74\xff\x20\x62\x71\ \x13\x28\x04\x51\x40\x11\x6c\x6e\x22\x0d\x28\x10\x10\xe8\xa5\x0b\ \xb0\x97\x4b\x7f\xa9\x26\x40\xd1\x2c\x81\xe6\x4e\x73\xb8\x13\x82\ \x80\xd8\x28\x62\xa9\x68\x48\x8d\x29\x52\x8e\x67\x12\x2d\xe7\x78\ \xce\x6e\xc7\x93\x99\xa9\xa9\x39\xdd\x95\x4c\x2a\xa9\x9d\x9a\xcb\ \xd6\x5c\x6b\x76\x93\x4c\xd5\xd4\x66\x6a\xe6\x1f\xf9\xbd\x3f\xfe\ \x4c\x62\xb7\xdc\xa1\xf2\x7d\x7c\x3d\x9f\xef\xfb\xf3\x3c\x2e\x8b\ \x43\x6d\xd4\xea\x94\x68\x29\x9f\x3b\xcb\x37\x8a\xef\xe2\x4c\x55\ \x5a\x3e\x4f\xc8\xb4\xf8\x01\x86\x8c\x56\xb3\xd9\xe0\x34\x80\xdd\ \x14\x8a\x55\x32\x8d\x12\x6d\x2f\xd2\xe9\xf4\x26\x80\x29\x99\x06\ \x54\x58\xa6\xb4\x60\x06\x39\xa0\xa2\x5e\xac\xb7\x05\x1d\x1a\xb9\ \x56\xab\x56\x8b\x95\xa7\x55\xa5\xd1\xe9\x00\xc1\x0a\xba\xf2\x41\ \x93\xf3\x24\xdf\xd8\xee\xfb\xc3\x0e\x4d\xe4\xf0\x74\xbb\x50\x68\ \x1e\x57\x83\x6e\x6f\x63\xaf\xd0\xdc\x3e\x09\xf4\x23\xd5\x4a\xa2\ \x9c\x06\x72\x89\xb8\x22\xf9\x70\xa8\x79\xda\xa9\x1f\x06\x43\x5b\ \xd9\xfd\xd3\x83\xe3\x50\xa0\x71\xb4\xd3\x6f\x36\xe1\xe2\x46\xc1\ \xec\x08\x75\xba\xdb\x7b\x27\x27\x21\xb3\x05\x34\xca\x16\x70\x07\ \x22\x2e\x53\x28\xe4\x77\xf9\x03\xbe\x90\xc1\xd5\x3c\x89\x04\xf2\ \xfd\x42\xb0\x8f\x1d\x85\xbd\xfd\xed\xe3\xa3\xbd\xb0\xa5\x51\xc8\ \x3b\xb0\x88\x2f\xd0\xf4\xa0\x24\x86\x60\xde\xef\xf5\x39\xdd\xfd\ \xea\x29\x58\xba\xc6\x31\xca\xfd\xcb\x6f\xf7\x8f\x9a\x9d\x42\x75\ \xd0\x6c\xfa\x9d\x16\xff\x61\xdf\x75\x1a\xdf\xad\xc5\x62\x81\xda\ \x4e\xa8\x0c\x5e\x29\x91\x3c\x38\xdd\x0d\xef\xdc\xd5\xdc\x04\xca\ \xed\xed\x4c\x65\x70\x0c\x32\x1b\xf2\x7b\x3c\x3e\x67\xf8\xb8\x5f\ \x2d\x60\x26\xb3\x06\x04\xdc\xe9\xf5\xbb\x3c\x2e\x2f\xe6\x72\x55\ \x87\xc5\xe3\xdd\x74\xb9\x73\xb0\x5f\x38\xea\xe4\xf7\xb6\xc1\xd6\ \xa5\x63\x27\xe5\xf4\x6e\xaa\x55\x1c\x95\x77\x8a\x99\x6e\xa6\xdd\ \x1e\xb6\xea\xe5\x4a\xab\x92\x89\x75\x01\x80\x32\xe9\xfd\x93\x18\ \xc8\x4f\x37\x1a\xcd\xa4\x77\xa3\xf1\x6e\x34\x59\x2f\xc7\xb6\x76\ \x46\x89\xfa\x6e\x36\x79\x90\xca\x24\x86\x57\xe9\xd6\xc5\xd9\xe8\ \x2c\x5d\x2f\x16\xc7\xc9\x4c\x37\x07\xde\xb1\x14\x6d\xa5\xe2\xe5\ \xe2\xb0\x5d\x8b\x15\x93\xa9\x78\xfd\xfc\xeb\x3f\x94\xea\xf5\xf2\ \x60\xa7\x55\x2b\x97\x3b\xb1\x52\x32\xd7\xca\x55\xa2\xed\x4a\x27\ \x35\x4e\xf6\xa2\xf1\x61\x39\x7a\x7e\x7d\x1b\xbb\x3a\x6b\x5d\xd5\ \x5b\x57\xb7\xd7\xd1\xf6\x56\xa9\x58\xcb\x5c\xf6\xce\xae\x5a\xb9\ \x52\x29\x5d\xaa\xb7\x8a\xd7\x99\xcf\x7f\x3d\x7c\xd5\x1b\x5d\xc6\ \x87\xa3\xaf\x7e\x59\x1f\xbe\xfe\xfd\xef\x5f\x8e\x8a\xb9\x71\xef\ \xf6\xe6\xfa\xe5\x67\xb7\x2f\x7f\xff\xed\xef\x7e\xff\xdb\x6f\xbf\ \xfd\xdd\xa7\xdf\xfc\xd7\x2f\xde\x7f\xfc\xc9\xc7\x8f\x1f\xbf\xf3\ \x40\x84\x96\xa7\x70\x28\x68\x80\x82\x92\x3a\x69\x1c\x34\xf9\x04\ \xb6\x48\xc4\x00\x60\xa1\xa1\x99\x50\x00\x10\x96\x48\x02\x06\x91\ \xfd\x40\x44\x93\xb0\x39\x22\xd0\x38\xa0\x2c\x0e\x1c\xcd\x0c\x01\ \x9a\xa5\x62\x71\xf0\x24\xf0\x78\x12\x01\x18\x3f\x1a\x91\x4a\x22\ \x02\x65\xa1\x38\x77\x1a\x0d\xf0\x8a\x82\xc7\x51\xa8\x04\x32\x05\ \x71\x18\x19\x8f\x03\x8b\x89\x36\xd3\xc0\x75\x00\x45\x20\x13\x48\ \x6b\x28\x6c\x11\xb8\x44\x06\x0b\x0d\xd1\xaf\x70\x04\x80\x3c\x0f\ \x19\xc0\x2b\x00\x52\x28\x83\x8b\xc3\x59\x47\xdf\xc1\x7d\x92\x41\ \xf3\x04\x34\x3c\x0b\x61\x18\x8d\x86\xc6\x21\xc8\x68\xab\x33\xda\ \x41\xc3\xa6\x11\x00\x7c\x48\x24\x2a\x1e\x45\x18\x03\x61\x91\xe6\ \x91\x88\xc0\x3f\x13\x13\xd3\xe8\xa7\x17\x4f\x08\x8b\x28\xaf\x01\ \x2c\xe1\xf2\x26\x88\xdb\xa3\x47\x2b\x38\xa2\x44\xc0\x90\xac\x83\ \xa4\xb2\x51\xdb\x06\x9e\xca\xe6\x50\xd1\x68\x3e\x2a\x10\xa3\x20\ \xd7\x49\x26\x11\x68\xd4\xbb\x21\xfd\x49\x74\x7e\x10\xe5\x4c\x00\ \x78\x81\xdd\x05\x1d\x9e\x44\x6b\xff\xc4\x69\xb4\x7b\x88\x34\x45\ \x22\x12\xd0\xd0\xd8\xe4\xe2\xe4\xe6\xbb\x4f\x16\x27\x71\xf8\xa9\ \x27\x6f\x98\xf5\x72\x19\x73\x86\xbe\x74\x9f\xbe\xc0\x57\x8a\x65\ \x33\x0b\xb3\xbc\x05\x3a\x7f\x0e\x55\x14\xf2\xe6\x16\x84\x0a\xa1\ \x50\x88\x06\x3c\xa5\x3c\x99\x74\xee\xbe\x54\x87\x9a\x45\x75\x52\ \x1e\x5d\x81\x66\xaa\xd0\x7e\x9d\x05\xa9\x56\xa8\xd4\x72\xc5\x4a\ \xa5\x4e\xa5\x34\x04\x23\x76\x85\xd9\x22\xe4\x89\xe1\x20\xe6\xd3\ \xc5\x3c\xbe\x56\x4c\x17\x2a\x54\x5c\xba\x4c\x2b\x15\x6b\x55\x62\ \x20\x0d\xa6\xd8\xe0\x10\xeb\xe0\x90\xe6\x32\xc1\x33\xa9\x54\xa0\ \x3a\x62\xb5\x8c\x6b\xd1\xe9\x4c\x41\xbb\xe1\xae\x26\xc7\xe5\x00\ \x89\x31\xd8\x82\x06\x9d\xd7\xe9\x0b\xb9\xac\x70\x1c\x60\x5e\xb7\ \xd7\xed\xe9\x37\xda\x07\x07\xcd\x60\xc1\x66\xd6\x1b\xd5\x26\x8b\ \x5e\xa3\x87\x5f\xe2\x0e\xa5\xde\xa9\x92\xeb\x2d\x26\x9b\xdd\xe7\ \xb7\xe9\xf5\x7a\xd7\x71\xc4\xac\xb7\x3b\xd4\x06\x15\x96\x40\x63\ \x9e\x76\xa7\x5a\x2c\xb6\xfa\xc2\x76\x8b\xc3\x61\xb7\x19\x0a\xa7\ \xe5\xdd\x42\x28\x50\xf0\xb9\x8d\x0e\xbb\xd9\x16\xf1\x98\x00\x71\ \xdc\x36\xb3\xcb\x65\x05\x71\x34\x18\x74\x7a\x4f\xd0\x0a\x06\xd7\ \x68\x52\xcc\x2a\x95\xda\xd9\x59\xae\x50\xc3\x67\x2a\x50\xe1\x34\ \x5d\x36\x2b\xb5\x7a\x30\xb3\x4e\x63\xb1\x99\x1c\x06\x93\xcb\xa8\ \x52\x80\x27\x35\x6a\x64\x52\x15\x4f\x6a\x94\xcb\xad\x16\x05\x30\ \xa7\x5c\xa9\x36\x98\x6c\x1a\x95\xcd\xc8\x03\x47\x6c\xf5\xbb\xb5\ \x6a\xa1\x56\x23\xd4\x5a\xcb\x03\x9b\xce\x1f\x88\x78\x22\xa1\xc2\ \x51\xc0\xee\x3a\x3e\xee\x6f\xed\xe6\x9b\x7d\xb5\x6f\x50\xdb\xf6\ \x60\xf9\xa6\xd9\x87\x79\x23\xfd\x40\xa3\x3b\x28\x78\x1c\xbb\xe9\ \x1e\x9a\x36\x3a\x0c\x39\x4e\x0f\xfa\x9d\x93\xa3\x9d\x74\x25\x3c\ \xc8\xee\x0f\xb6\xb7\xf7\x0a\x8e\x66\x33\xe0\x8a\xb8\x7d\x7b\x7d\ \x6f\xc0\x7e\xbc\x75\xb8\x77\xb4\xb3\xd7\x88\x18\x75\x0d\xcc\x1e\ \xf0\xfa\x8f\x0f\x3d\x3e\xbf\xcb\xed\xf7\xf9\xfc\x79\xab\xde\x57\ \xf5\x9e\x34\x7d\x91\x90\xcf\x11\x3e\xcd\x57\x7d\xfd\x40\x20\x62\ \x09\xfa\x22\x7d\x5f\xb5\xd1\xd8\x73\x62\xd5\x48\xd8\x11\xf0\x60\ \x11\x6b\x61\x7b\xef\x38\xef\xf4\x16\x42\xa1\xea\x5e\x7f\xaf\x1a\ \xc4\xdc\x7b\x7d\x7f\x3e\xe4\x72\xb8\x1d\xd5\xed\x86\x77\x90\xdb\ \xed\xd6\x4a\x8d\xc1\x61\x65\xa7\xdc\xae\xe4\x7a\x83\x9d\xc3\x7c\ \x6d\xb0\xd5\xed\x76\xfb\x99\xbd\x4e\x74\xf7\x64\x70\x70\xe0\xab\ \xfa\xad\x26\x37\x16\x8a\xb8\x1b\x55\xab\xd1\x64\xd0\xd8\xbd\xc1\ \x42\x24\x1c\xf1\x9d\x38\xf5\xce\x42\xaa\x78\x7a\x90\xcd\x1e\xa4\ \xbb\x7b\x95\xdc\x51\xb4\x52\xab\x27\xba\x07\xbb\x99\x68\x25\x5e\ \x2f\x8d\x6b\xb5\x7a\x7c\x27\x9b\x4e\x5d\x9c\xa5\x76\xbb\xdd\x83\ \xc3\x5a\xaf\x3d\xe8\xd6\xda\x3b\x95\x74\x36\x77\x58\x49\x17\x87\ \xbb\x83\x54\x79\xa7\x3c\x1a\xb6\xd3\xa7\x37\xa3\x72\x66\x18\xcb\ \xc4\x8b\xe5\x58\x22\x9e\xee\x15\x6b\xc5\x8b\x6c\x69\x88\xe6\xa8\ \x92\xad\xb3\x6c\x31\x95\xcc\x9d\xef\xc6\xce\xb3\xed\x52\xbd\x57\ \x2a\xb7\x8a\xf5\x5f\x7f\x3b\x1e\xe6\x3a\xfb\xb9\x78\x79\xb7\x5d\ \x39\x89\xc6\x76\xd2\xf1\x6e\x2e\x57\x49\x5e\xd4\xa2\x99\x58\x69\ \x9c\x2c\xe7\x3e\xbf\x49\x5f\x25\x72\xaf\x4a\xa0\x7d\xe7\xe5\xd3\ \xce\xcb\x6b\x00\xb5\xd1\xed\x4d\xeb\xfc\x65\xa9\x75\x5d\x8a\xc6\ \xc7\xc5\x1b\x24\x60\xd7\xb7\xaf\x5b\x57\x5f\x7e\x7e\xf6\xfa\x97\ \x7f\xf8\xf5\xeb\xcb\x71\xef\x7c\x74\x7d\x73\xf3\xdb\xaf\xbe\xba\ \xfe\xf2\xeb\x6f\xff\xfe\xfb\x1f\x7e\xfa\xf5\x37\xff\xf8\xf9\x5b\ \x6f\x7d\xff\x9d\x07\x1b\x92\xf5\xf5\x95\x75\xb4\xc0\xcc\x61\x11\ \xf1\xa0\x03\x34\x06\x68\x16\x48\x12\x7b\x0a\xf7\x50\xb4\x2e\x40\ \x99\xee\x38\x01\x1b\xcf\x16\xb0\x58\xa8\x1d\x59\xb0\x22\xe1\x30\ \x18\x80\x5a\x0c\x0e\x4a\x7c\xa1\xe0\x28\x0f\x18\x38\x22\x38\x47\ \xc9\xca\x3a\x05\x75\xfc\x31\x38\xe8\x18\x06\x99\x22\xc3\x01\x8e\ \x67\xb0\x04\x68\x2f\x33\x03\x3f\x41\x44\xe0\x45\xa3\x02\xa5\xa0\ \x55\x78\x0a\x0b\x4d\x0a\x70\x28\x34\xf6\xff\xbf\xb5\x90\xb3\x21\ \x62\xad\x00\xa3\xc1\xf3\x53\xa9\x2c\x06\x7b\x45\x84\xa3\xde\x11\ \x1f\x0e\xac\x1f\xaa\x3f\x64\xd3\x70\x64\x0e\x5e\x00\x78\x46\x5d\ \x67\xa3\x20\x2d\x14\x0d\x48\x83\x57\x84\x9f\x42\x49\x7b\x14\xea\ \x04\x05\x6c\xe3\x24\x28\x1a\x91\x84\x42\x61\xf0\x14\x3c\x15\xc5\ \xb0\x13\xa7\xa7\x26\x70\x28\xa2\x9d\x36\xfd\xe4\xf9\xe2\xf4\xea\ \xf3\xd5\xe7\x9b\x8b\x13\xab\xef\xce\x13\x05\x0f\xd7\x1f\xe1\xa7\ \x69\x02\xd6\x53\x36\x08\x2e\x08\x33\x40\x25\x1b\xb8\x91\x4c\x16\ \x00\xbe\xb1\x68\x12\x78\xc3\x20\xa6\x64\x0e\x71\x91\xc1\x86\xef\ \x93\x60\x6d\x29\x9c\x49\x12\x07\xb4\x96\x48\x42\xd9\xa4\xc0\x56\ \x04\xfc\x3c\x18\xcf\x69\xfc\xc4\x24\x8e\x40\xa5\x12\x97\x57\x51\ \x72\x03\x91\x38\x8f\xa3\x52\x27\xdf\x70\x6b\xf9\xb3\x4b\xf7\xe8\ \x73\x4b\x5c\xd9\x92\x58\x21\xa7\x33\x97\x66\x17\xb8\x73\xb3\x5c\ \x99\x74\x86\x3e\xcb\x94\x72\xe7\xb8\x74\xbe\x98\xc9\x53\x28\x64\ \x33\x4c\xae\xd4\xc6\x9d\xe1\xce\x31\xe9\x20\x60\x72\xee\xbd\x7b\ \xcc\xb9\x19\xae\x90\x2e\x13\x4a\xa5\x7c\x20\x2a\x90\x1e\x83\x37\ \xe2\xd1\x69\xd0\x0a\x3d\x5c\xc6\x44\x4b\x3e\x5a\x05\x5f\xa3\xd4\ \xc8\x99\x33\x3c\x29\x17\xac\x92\x5c\x8a\xf6\x25\xcb\xe5\x68\xbb\ \x8b\x58\xac\xd1\x6a\xf5\x66\x30\x72\x62\x2e\x73\x46\x6f\xb5\x1a\ \xd1\xff\xe2\xe0\xab\xd4\x36\x8b\x41\xa3\xd1\x59\x30\xb5\xd6\xef\ \x70\x38\xdd\xc1\x80\xdf\x6d\xb1\x78\x50\x99\xba\x63\xaf\x92\xdc\ \xc7\x1a\x27\x41\x8b\xc5\x60\xb1\x6a\x34\x26\xa7\xde\x6c\xb5\xa9\ \x9d\x1a\xa3\xc3\x13\x0e\xda\xf4\x66\x1d\x9a\x5d\xf0\xf5\xb3\xbd\ \xf1\x67\x5f\xfd\xf9\x47\x7f\x14\xfc\xe8\x37\x7f\xff\xed\xe7\xe7\ \x99\xee\xbe\x3f\xec\xf7\xda\x40\x93\x9c\x7a\x43\x60\x6f\xcf\xe3\ \x8b\xdc\xf5\x11\xeb\xec\xee\x80\xdf\xe8\x71\x98\x8d\x5a\xa3\xd1\ \x6a\x04\xda\x53\x2b\xd5\x4e\xb7\x13\x33\x1b\x5c\x4a\x50\x52\xbe\ \x4c\x2c\x17\xa2\xb6\x31\xad\x5c\xce\x17\xa2\x48\x7b\xad\xc1\xe3\ \xd0\x1b\x8c\x1e\x8f\xde\x02\xdc\x66\xd4\xf2\x35\x40\x57\x52\x21\ \x4f\x85\x9a\x0f\xc5\x68\x3f\x23\xc0\xa3\x4e\x61\x30\x39\x74\x72\ \xbd\x52\x2a\x96\x4b\x95\x2e\x37\x62\x41\x00\x2c\x5b\xe5\xd0\x29\ \x35\x07\xbc\xe1\xd3\x83\x3c\xb0\x88\x3f\x52\x08\xf7\x5d\x58\x23\ \x82\x81\x20\x04\x9a\xfe\xe3\x5a\xd0\x61\xf5\x04\x0b\x7b\xfb\x9d\ \x3e\xbc\xa4\x93\xd8\x79\x2a\x93\xcd\x6c\xe7\xed\xdb\x83\xc2\xce\ \x76\x33\x7c\xb2\x5b\x1d\xa4\x4f\x0f\x9a\xfb\xcd\xa3\xed\x7c\xb8\ \x51\x68\x84\x8f\xba\xdd\x66\x24\xb0\x5b\xee\x9e\x6c\x9f\xf4\xf3\ \x4d\x8d\xad\x8a\x59\xfa\xa1\x40\x35\x64\xf2\x47\x1c\x98\x3f\xe4\ \x8a\x9c\xe4\xdd\x41\xac\x7a\xe4\x69\x04\x42\x01\xac\xda\xf0\xfb\ \x42\x61\x2c\x1f\xf1\xf9\x9a\x8d\xe6\x76\x28\xe0\x0b\x5b\xb0\xed\ \x6a\x33\x1c\x86\x8f\xc6\xec\x3d\x0d\x87\xf2\x3e\xbb\xef\xb8\x00\ \x1a\xb3\xd7\x0c\x39\xf2\x87\x40\x6f\x0e\xb7\xdd\xae\xf2\x35\xfc\ \xea\x93\x68\x29\xb7\x05\x6e\xe9\x70\xbb\x02\x22\xd5\x2a\xef\xa4\ \x73\xf9\xdd\x9d\xfd\xf6\x30\xdb\x28\x1f\x04\x0e\x3a\x47\x07\x3b\ \x4d\x7b\xc8\x61\x73\xba\x7c\x4e\xaf\x33\x18\x70\x5b\xbd\x26\xad\ \xdb\xe3\xdb\x1b\x1c\x14\x42\x07\x7e\xb3\xf7\xa8\xb6\xef\x3f\xcd\ \xc6\xb6\x32\xf1\x83\xdc\xd6\xf6\xee\xd6\x6e\x3a\xd6\x1d\xec\x6e\ \x55\x3a\x89\x68\x37\x13\x8d\x8e\x33\xb5\xcc\xb0\x75\x51\xca\xb4\ \x47\x5b\x3b\xd1\x5a\x34\xb1\xd5\xcd\xa4\x0e\xb3\x99\xf4\xd6\x69\ \xa2\x96\x28\x65\xa2\x87\xe5\x6e\xfb\x0a\xb0\xac\x12\x4d\x44\x33\ \xc9\x54\x2e\x9d\x3e\x28\xa5\x13\xd1\xd4\x28\x56\x6f\xa5\x4b\xe3\ \xb3\x54\x3c\x95\x00\xb1\x2a\xb5\x62\x89\x51\x32\x35\x2a\x65\x5b\ \xa9\xd6\x78\xb7\x93\xee\x7d\xf1\xdb\xeb\x51\x6b\xab\x78\x1d\xdd\ \x3d\xcc\x1d\xb5\x73\xc9\x6c\xb4\x9c\xec\x34\xca\xbd\x5e\x16\x3c\ \x5d\xf4\x32\x9d\xbb\x28\xc5\x63\xf5\xdc\xe8\xf3\x52\xbc\x78\x19\ \xdf\x8a\x75\x6e\xaf\x2a\xc5\x44\xf9\xe2\xe2\xf6\xe2\xba\x95\xa8\ \x97\x4b\xc5\xf1\xf9\xc5\x65\x31\x79\x7d\x3d\x2c\xf5\x46\xaf\xce\ \xcf\x7f\xfd\xed\x2f\xbf\xfa\xe2\xd5\xf9\xd9\xc5\xe8\x7a\x7c\xfd\ \xcb\x3f\xfc\xfd\xcb\xdf\xfe\xe7\x0f\x7f\xfc\xbb\xbf\xfd\xe3\xaf\ \x3f\xfd\xee\x4f\x7f\x7a\xff\xf1\xfb\xef\x3c\x7e\xe7\x11\x98\x2d\ \x2a\x19\x8d\x5b\x01\x13\x4d\x4d\x92\xf1\x80\x10\x34\x16\x1b\x34\ \x4a\x72\x37\xb7\xc0\xe6\x70\xe0\x2a\x36\x9b\xc2\xa1\x50\xe1\x47\ \xc9\x06\x0b\x85\x53\xa1\xf5\x71\x01\x48\x0b\xc0\x13\x89\x42\x62\ \xe3\x18\x6c\x91\x48\x22\x12\x81\x96\x90\x09\x64\xd0\x28\x1a\x58\ \x33\x50\x89\x75\x16\x58\x4d\x01\x3c\x30\x95\x02\x1e\x91\x03\xb4\ \x46\x45\x0e\x92\x86\xfe\xa4\x4d\xa0\xf1\x51\x3c\x1e\xa4\x0c\x85\ \x2c\xd3\xd8\x0c\x1a\x1b\x6d\xad\x41\xe2\xc5\xa6\xa1\xf4\x29\xc2\ \x24\x0e\xc7\x62\x0b\x36\xd8\x0c\x44\x7c\xac\x0d\x74\x36\x12\x3d\ \x38\x0a\x96\x47\xa1\xca\xec\x15\xb0\x9e\x84\xe9\x09\xb0\x91\xc4\ \x49\x06\x0d\x0f\x28\x48\x22\xa0\xcd\x35\xf8\x3b\xdb\x46\x42\x33\ \x0e\x13\x54\x10\x16\xe0\x47\xe2\xda\xe6\xe6\xe6\xea\xea\xda\xe2\ \x93\xb5\xa9\xe5\xe5\x17\xf3\x04\xf6\x3b\x6f\x3f\xc6\x6d\x82\xb1\ \x7d\xb4\xc1\x06\x29\x42\x21\xf1\x0c\xb6\x84\xc6\x59\xa1\x89\xd8\ \x34\x09\x65\x0a\x9e\x91\x03\x22\x8b\x13\x51\x51\xdc\x0c\xda\xaa\ \x84\xe6\xbe\x70\x38\x06\xe0\x13\x91\xc4\x01\xa2\x22\x2c\x4f\xa2\ \x33\x90\x93\x24\x3c\x69\x6a\x62\x71\x1e\x75\xb9\xc2\x93\xcc\x13\ \xe0\x75\x70\xd8\x6c\xf2\x1b\x41\xa3\x58\x7a\xef\x9f\x67\x50\x9e\ \xfb\x12\x4f\xa5\x9c\xa5\x2f\xa1\x03\x93\x37\x2b\xbc\xeb\xb1\x99\ \x59\x5a\xe2\x02\x09\xcd\xd1\xb9\xbc\xd9\xb9\x39\x60\x25\xe1\xdc\ \x12\x1d\x55\x35\x33\xe9\xb2\xb9\x05\x14\x65\x20\x93\x49\x81\x22\ \xa4\x7c\x38\x56\x75\x72\x35\x76\xe4\x36\xa8\x78\x42\xe4\x20\xb9\ \x3c\xd9\x2c\x7f\x8e\x2b\xe6\xcb\x99\x0a\xb9\x6c\x01\x0c\x24\x9d\ \xcb\xd7\xa2\xc4\x2b\x90\x37\x14\x86\xac\x10\x33\xf9\x74\x85\x42\ \x23\x45\xbd\xac\x5c\xbd\x45\x2d\x95\x6a\x15\x1a\xb9\x52\xa6\x31\ \xda\x0c\x52\xa5\xd1\x65\x51\x49\xd5\x66\xab\xde\xe4\xf7\xfb\x03\ \x5e\xb5\xd3\xef\x74\x44\x82\xa1\x4a\xba\x13\x09\x45\x1a\x41\xb7\ \xcb\x7b\x12\x54\xea\x6d\x6a\xbd\xda\x24\x34\xea\x54\x5a\x83\xdb\ \xa1\xd1\x58\x9c\x76\x4b\xfe\xfc\x4f\x0f\xc8\x44\x20\x4c\x22\x6e\ \x72\x75\x75\xf9\xd9\x93\xe7\xef\xbd\xfb\xe2\xdd\x09\xdc\xca\xf7\ \x7e\xf5\xbd\x77\xbe\xf7\xc7\xcf\x8f\x6c\x3a\xb3\xce\xe1\x30\x05\ \x3d\x76\xa5\xcd\xee\x80\xc3\x4a\xe9\xb3\xeb\x54\x16\xab\xce\x64\ \x50\x68\x4d\x76\x23\x56\xf0\xbb\x02\x56\x97\x55\xac\x57\x8a\x8d\ \x68\xa0\x55\xa7\xd1\x08\x41\x7c\x79\x4c\x21\x9f\x29\x36\xba\x4d\ \x3a\xb3\xc3\xe9\xb7\x2a\xcd\x16\xa3\x59\xaf\x55\xea\x55\x0a\xb1\ \x56\x2e\xd5\x2a\x85\x0a\xb1\xc9\xac\xe2\xa9\xd5\x5a\x95\x54\x69\ \xf5\x1a\xc4\x42\xad\xd6\x20\x96\xca\x1c\x66\xbd\x4a\x2a\x93\x6b\ \x0d\xb6\xdd\x2d\x8c\x6f\xf0\x86\x9d\x4d\xf0\x82\x61\xd0\x8e\x7c\ \x78\xdb\x0e\xda\x69\x77\x84\x3c\xa6\xa0\xbf\x79\x50\xb5\x3b\x3c\ \xfb\x07\xe5\x93\x60\xc8\xe7\xb5\x1e\x97\x07\xa5\xc3\xca\xf1\x76\ \xd5\x1d\x69\x06\x01\xbf\x22\xfd\xdd\xfe\x5e\xae\x1e\x3b\xe8\x34\ \xd3\xdd\x66\x20\x0f\xb6\x36\x1f\xd8\x2e\xfb\xf2\x5b\xc5\x4c\x35\ \x3f\x38\x6d\x06\xd4\xa6\x7c\xd0\x93\x77\x7b\xf2\x61\xb5\x2d\xec\ \x43\x65\x80\xf9\x23\xbf\x27\xec\x0f\x34\x7c\x79\x6f\x3f\xe0\xed\ \x1f\x47\x02\xe1\x48\xa0\x1f\xb2\xe6\x4f\x8e\x1b\x47\x4e\x57\xd0\ \x6d\x74\x36\xbd\x47\x7d\x8f\x13\xf5\x21\x86\xbc\x66\x7f\xc8\xed\ \x1f\xe4\x5d\xfd\x66\xb8\xda\x84\xd7\x03\xaa\xe7\x76\xc1\x47\xe5\ \x3b\x0c\x98\x0f\x2b\xfb\xb5\xde\x59\xad\xd8\x09\x1d\x6e\xb5\xd3\ \xc3\xcc\x7e\x05\x64\xb4\x7c\xd0\x8e\x9d\x86\xf7\xf7\x0a\x87\x9d\ \xda\xe1\xce\x51\x30\x14\x0e\x9f\xe4\x7d\xa1\xa0\xd3\xe5\xf7\x1a\ \xf4\x16\x8b\xd9\x1c\x39\x8e\xd5\x8e\x77\x7c\x1e\x07\x56\xed\xee\ \xf6\xdb\xf1\xee\xd6\x5e\xe2\x38\xb1\x77\x02\x54\xb8\x1f\xbd\xd8\ \x29\x54\x76\xa3\xe7\xb7\xa3\x5d\x9e\x8d\x11\x00\x00\x20\x00\x49\ \x44\x41\x54\x7a\x36\x73\xd6\x4e\xc7\xc6\xc9\x51\x6e\xff\x38\x91\ \xd9\xcd\xa5\x3b\x83\xc3\x44\x22\xba\x73\x00\x54\xb4\x5f\xd9\x4d\ \x95\xda\xed\x9d\x6e\xbc\x95\xca\xd6\x76\x6b\x99\x64\x66\x9c\x4a\ \xc4\xa3\xb9\x6c\xb2\x08\xc2\x54\x4e\xd7\x5b\xb9\x68\xe9\x1a\x75\ \x45\x5f\x8f\xb6\xea\xaf\x7b\xad\x5e\x79\x2b\x5e\x4a\xc4\xe2\x2f\ \x6f\x63\xfb\x99\xcf\xbe\xba\x38\x2b\x9e\x27\x8a\xb7\x89\xd3\xfd\ \xdd\xe3\x9d\x68\x69\x54\x6b\x57\xb2\x7b\x5b\xd1\xd6\xcb\x58\xa9\ \x78\xfb\xc5\xf0\xe2\x3c\x97\xbc\x8c\xc6\xae\xae\x6b\xc5\xd6\x38\ \xd1\x6b\xc5\x5f\x8e\xcb\x99\x64\x29\x17\xbf\xbc\x02\x29\x4b\x24\ \x2f\x6e\x4a\x17\xd7\xe7\xf1\xdb\xab\xf3\x9b\x8b\xd1\xcd\xcd\xab\ \xc4\xd9\xab\xcf\xbf\x7c\xf5\x2a\x95\x1b\xb6\xc6\xad\x4b\xf8\xfb\ \xcb\xff\xf8\xc3\xd7\x3f\xfe\xfa\xc7\x9f\xfe\xe4\x6f\xbf\xfa\xfe\ \x2f\x3e\x5e\xdf\x78\xeb\x81\x44\x22\xe2\x50\x00\x08\xa8\x54\x14\ \xa4\xc7\x20\xe1\x51\x19\x0e\x1e\xc7\xa1\x89\x04\x02\x34\x6e\x80\ \x36\xac\xac\x3f\x44\x26\x0d\x5c\x19\x20\x17\x67\xfd\x21\x8b\x86\ \x86\xd5\x41\xe1\xf0\xec\xbb\x85\x1d\x2a\x45\x42\x13\x80\xc6\x71\ \x56\x1e\x32\xc8\x38\x34\x8a\x89\xe6\xab\x38\x78\x32\x72\x4f\x64\ \x3c\x85\x21\xa0\xe0\xd1\xc8\xa7\x04\x9d\x89\x43\x39\x34\x24\x34\ \x8b\x89\xee\x88\xba\x51\x01\x60\x38\x04\x12\x00\xdb\xba\x88\xc3\ \xa2\xb0\x29\x8c\x95\x47\x1c\x12\x4a\xa6\xc2\x91\x50\xc7\x2a\x0b\ \x84\x0c\x98\x8e\xc2\x60\xa1\x91\x30\x90\x2e\x0a\x5a\xf6\xc2\x53\ \x56\x40\x60\xd8\xeb\x54\x34\x1f\x4f\x20\xa3\xae\x68\x91\x08\x29\ \x0c\xe9\x6e\x7a\x93\x4a\x24\x10\xa8\xa4\x29\x64\x0d\xa7\x10\x08\ \xc1\xdf\x08\xcb\xef\x3d\x07\x35\x99\x07\x04\x9a\x9f\x9f\x7a\x6f\ \x7e\x6a\xfd\x93\x47\xeb\xf3\x8b\xf0\x76\x00\x30\x71\x64\x1a\xbc\ \x23\x78\x16\xd4\x85\xc1\x62\x23\x73\x0a\x52\x4c\x16\xb0\xd0\x0e\ \x23\x1a\x30\x21\x02\x43\xc0\x2a\xb4\x2f\x9c\x46\xa2\x91\x27\x09\ \x2c\xdc\xf4\x24\x40\x24\x61\x62\x0a\xd5\x60\x4c\xc1\x77\xe2\xf4\ \x04\x8e\x34\x35\x49\x40\x4c\xba\xb2\xf2\x80\x83\x7b\xc3\xad\xd3\ \x4a\xe9\xf7\xe7\xe8\xcc\x7b\x6f\xce\x0a\x75\x46\x31\x53\x28\x9d\ \xa3\xcf\x2e\xa0\x42\x3e\x3a\x77\x81\x3e\xb3\xc4\xe7\x09\x67\xe6\ \xb8\x42\xee\xcc\xcc\x0c\x5d\xa8\x11\x2f\xcc\x80\x4c\x89\xf9\x33\ \xfc\xbb\x3e\x7a\xee\xcc\x3d\x85\x9c\x27\x54\x70\xe7\x14\x4a\xa9\ \x4e\xa5\x56\x7b\x30\x87\x96\x2b\x53\x80\xc4\xd1\xf9\xfc\x99\x59\ \x3a\x6f\x66\x4e\x38\x2b\xe5\xf1\xb8\x42\xde\x02\x0f\x30\x4b\xad\ \xd4\xca\x84\x7c\x25\x4f\x26\x54\x99\xb8\x73\x52\x78\x16\x99\x54\ \xa6\x10\xcf\xaa\x50\xbf\x21\x57\x0a\x07\x36\x00\x9b\x58\xad\x03\ \x0d\xb0\xfa\x35\x32\x05\x58\x33\xbb\xc5\xd6\x38\xf0\x89\xdd\x26\ \xa7\xd9\x6c\x3f\xca\x26\x63\x79\x6f\x64\xfb\x30\xf6\xbb\x3f\xff\ \x63\x63\xe3\x17\xdf\x7c\x1e\x4f\x9c\x9e\xee\x86\xb6\xf7\x0f\x63\ \xf1\xab\x57\xb7\x17\xad\xaf\x3e\xde\x78\xc0\xc0\x13\x25\x22\x1c\ \x99\x3c\xb1\xb6\x89\x2a\x69\xdf\xfd\xe0\xc5\x93\x17\xef\x3d\x7f\ \xf1\xe1\x87\xa8\x52\xfb\x09\xf9\x17\x75\x97\x82\xaf\x0e\x7b\xed\ \x16\x33\x98\x4a\x8d\x58\xed\xc2\x3c\x6e\xbb\x4e\x07\x4f\x2b\x55\ \x5a\xf4\xea\x46\x13\x14\x32\x68\xf3\xba\xf9\x0a\x39\x0a\x6b\x10\ \x2b\x15\x60\x8b\x79\x62\xe6\xec\x1c\x18\x3f\x3b\x66\x35\x98\x9d\ \x56\xbd\xc1\xea\xb6\x3a\xed\x42\x85\x4e\xa5\x50\x28\xe4\xaa\x59\ \x8d\x4e\xae\xb5\xda\x15\x5c\x80\x4d\x9d\x55\xa3\xb0\xdb\x15\x42\ \xb9\x41\x2f\x57\xc9\x4d\x4e\xa5\x58\x6b\x54\xf2\x75\x96\xc3\x61\ \x41\xe7\x88\xd8\x1c\x9e\x40\xa4\x51\x0d\x04\xb0\x48\xc1\xeb\x0e\ \x05\x1a\x7e\xb3\xcf\x67\xf1\xfb\x3c\xe1\xed\x80\x2b\xbf\xb5\x3b\ \x38\xf5\x07\x03\x1e\x7d\xf5\xa4\xd3\x8d\x1f\x1f\x57\x7c\x56\xb4\ \xe8\xd5\xd8\xcf\xef\xd7\x22\x47\xd1\x78\xa2\xba\x17\xda\x69\xf8\ \x0b\xa1\xe6\x76\xd3\xe5\x3e\x3c\x08\xfb\x3a\xa3\xdd\x6a\x30\x70\ \x14\xc6\x4c\xd6\xbd\xb0\x3a\xe2\x0e\xe6\xf7\xfc\x91\x3d\x97\xc7\ \x1a\xc4\x0a\xa7\x7d\xab\xc7\xdb\xf0\xe7\xb7\xab\xa7\x05\x6f\x67\ \x67\xb7\x93\xf7\x79\xc3\x36\xd7\xd1\x76\xf5\x18\xf5\x11\x36\x6c\ \x0e\x7b\xb0\x1a\xf2\xa2\x32\x9f\x40\x13\x8b\xf8\x1a\xae\xe0\x96\ \x1f\x3b\x08\x35\xbc\x79\x6f\xa1\x03\xbf\x2a\x82\x4e\x7f\xc4\x3b\ \xe8\x04\x4c\xbb\xdd\xca\x79\x71\x6b\xbf\x3c\x08\x0e\x72\xd9\x76\ \xba\xdc\x6f\x1f\x37\x6a\xa7\x87\xb5\xf6\x69\x64\xab\x93\x8f\xa2\ \x8e\xf6\x82\xc3\xe7\x72\x00\x0e\x07\x0a\x9e\x48\xd8\xaa\x30\x58\ \x6d\x0e\x7d\xd8\xdf\xec\xfb\x7c\x58\x28\x14\x18\xd4\xa2\xfb\x83\ \xe8\x7e\x26\x79\x5c\x48\xb7\xb7\x77\xe3\xb5\x61\xb4\xdd\x6d\xec\ \xb4\x53\x37\x9f\xf7\x2a\xed\x8b\x68\x34\xdb\x1a\x45\xa3\xad\xf2\ \x56\x62\xab\x93\x8c\xa5\xdb\xc5\x5e\x22\x51\x3d\xc9\xe5\xda\x5b\ \x27\xfb\x89\xde\xe1\x56\x39\x1a\xcd\xd5\x6b\xed\x6c\x36\x55\x4c\ \x16\x93\x23\x10\xa5\x74\x3c\x91\x88\x01\x24\x5d\x9d\xd7\xd2\xbd\ \x9b\x7a\x2c\x5e\x1a\x95\x06\xa0\x38\xad\xf3\x6c\x74\x9c\xeb\xb6\ \xd3\x67\xe7\xad\xe1\x67\xad\xd7\xaf\x93\xf1\x56\x19\xf5\xfc\xa4\ \x12\x83\x58\x6c\x78\x03\x1a\x17\xcf\xa4\x77\x62\xdd\x4e\x2d\xf1\ \xd9\x65\x34\x77\x96\x88\xdd\xf6\x62\xf1\x5c\x3a\x91\xaa\x17\x87\ \xe9\xc4\xcb\x44\xf2\xec\x72\x34\xbe\x3c\xbf\xb8\x19\x8d\xe2\xad\ \xe2\x68\xb4\x7b\x79\xfd\xf2\xf2\x97\xc0\x55\x97\xbd\xaf\xae\xba\ \xa9\xd6\x45\x72\x04\x4a\x96\x4e\x21\xc1\xbc\x7e\xf5\xe5\x9f\xff\ \xfb\xd3\xbf\xfd\xe5\x47\x7f\xfd\xc9\x9f\x7e\xf6\xf8\xe9\xca\xfa\ \xe3\xc7\x20\x40\x02\x11\x15\xbf\xc2\x20\xd2\x68\x93\x78\x0e\x83\ \x74\xd7\xd0\xcc\x26\xd3\xa8\x2c\xb4\xaa\xcd\x58\x07\x97\x46\x65\ \xb1\xa8\xeb\x2c\x86\x00\x4f\xe5\x08\x44\x1b\xa2\x75\x06\x28\x16\ \x9e\xca\x16\xe0\x40\x80\xc8\x44\xbc\x88\x4c\x66\x89\x90\x84\x51\ \xd9\x0c\xf0\x45\x8c\xbb\xc1\x00\x34\x8e\x40\x42\x13\xf2\x1c\x2a\ \x9e\x85\xd0\x84\x4c\x62\x50\x40\xd9\x58\x54\x0a\x79\x03\x3c\x18\ \xda\xd2\x2c\xa2\x90\xa8\x78\x34\x0d\x2a\x22\xe3\x01\xe9\x58\x14\ \xc1\x0a\x5e\xc4\xba\xab\x1e\x64\x31\x50\xcc\x0c\x71\x8a\x8a\xdc\ \x28\x15\x3d\x1d\x99\x8c\x23\x4f\x92\xd9\x34\xc6\x9d\xbc\xd2\x40\ \x49\xc1\xaa\x6e\xac\x4b\xa8\x93\xe0\xce\x28\x20\x58\x70\x39\x42\ \x1d\x12\x1e\x37\x49\x62\xe1\xa9\x93\x1c\xca\xfc\xf4\xe4\xe4\xe2\ \xe2\xf4\xf2\x5d\xc9\x05\x79\xf3\xd9\xea\xe6\xda\xe2\xf2\xea\x93\ \xe5\x35\xdc\xe4\x87\xcb\x44\xc1\xa3\xa7\xac\xa9\x29\xd1\x06\x6b\ \xe5\x11\x8d\x40\x13\x30\xa8\x38\x00\x2b\xda\x8a\x84\x4c\x93\x50\ \xc1\x01\x33\x26\xa7\xf0\x0c\x12\xbc\x2b\x3c\xbc\x4b\xfc\x5d\xc9\ \x0f\x8a\xa2\xc7\x73\x38\x38\x16\x99\x40\x42\x6b\xfa\x04\x32\x89\ \x38\xbf\xfc\x7c\x6d\x79\x73\x93\x40\x9c\x9a\x9a\xc7\x73\x26\xc8\ \x02\x2a\xa0\x27\x47\x22\x99\x5c\x9e\x7a\xc3\xa7\x54\xf0\xef\xcd\ \xf1\x66\xe5\x68\x3b\x8d\x46\x2c\x9f\x9b\xa5\xff\x8f\x7b\xdc\xb9\ \x7b\x52\x2d\x7f\x66\x81\x39\x73\xff\x1e\x93\xc7\x97\xc1\x71\xca\ \x43\x49\x58\x42\x99\x7a\xe9\x3e\xfa\x83\x7f\x6f\x89\x3e\x73\x6f\ \x86\x29\x44\x6d\x80\x73\xa8\xbb\x70\x96\x29\x54\xc9\x14\x46\x87\ \xd3\x0c\x6a\xc4\xe7\xa1\x69\x77\xee\x5d\xc6\xcc\x02\x13\x05\x32\ \x08\xc5\xa0\x69\x74\x3a\x5d\xae\x92\x82\xfa\x01\xa3\x71\x85\x62\ \x54\x03\x2d\x9b\x15\x8b\xa5\x6a\x9d\x59\x29\x67\xca\xb4\x42\x9e\ \x58\x01\x10\xa3\x02\xa7\xa5\x52\x5a\xf5\x0e\x1b\x0f\x20\x47\x6f\ \xb4\x1b\x23\x55\xbb\xde\xef\xb1\x3b\xed\xee\xfc\x69\x6a\xe7\xf4\ \x28\x9f\xbb\xf9\xf6\x1f\x3f\xfe\xdb\x4f\x7e\xf2\x14\x95\xb8\x3d\ \x78\xf4\xf8\xe3\xdf\xfc\xea\x6f\xbf\xfb\xb2\x95\x3a\xed\x27\x62\ \xc3\x5f\xff\xf4\x1d\xc0\x5f\x32\x7c\xc0\x14\xf2\xc4\xe2\x14\x7c\ \xa2\x4f\x16\x71\x6b\x4f\xd6\x80\xb4\xde\x5d\x7d\xf2\x62\x6d\xed\ \xc3\x1f\xac\xbe\x9d\xf4\x3b\xec\x06\xb5\xdc\xec\xd5\x5b\x74\x2a\ \x97\xcf\xa5\xb6\x18\xc4\x0a\x85\x18\xec\x9e\xc5\x14\xf0\x5b\x5d\ \x7e\xb7\xd5\x63\x9e\x51\x69\x84\x3c\xa9\x4a\xa1\x92\x6a\x84\x33\ \x74\x31\x8f\x0b\xf8\xa9\x36\x58\x4d\x16\xb4\x9f\x46\x6b\x36\x5a\ \xcc\x7a\xa9\x50\x25\x15\x9b\x55\x62\xbd\x56\xa5\x91\x09\x15\x06\ \xb1\x4c\xab\x02\xa2\x52\xca\x4d\x7a\xed\xac\x58\x6d\x30\x28\xc4\ \x7e\xb7\x9c\xab\xd5\x6a\xb4\x46\xc3\x51\xc5\xa3\x73\x05\x5c\xfe\ \x60\x38\x12\xf6\x39\xcc\xb6\xa0\xd7\xe4\xf5\x05\xc2\x36\x35\xca\ \x72\xc0\x82\x85\xed\x80\x35\x10\x68\x54\xf7\xc2\x21\x5b\x48\xbf\ \x3d\x38\xe9\x66\x9b\x3b\x07\x0d\xbf\xbb\x11\x70\xfa\xc0\xe9\x0d\ \x9c\xfe\x6c\xa7\x56\xdd\x0f\xee\x1d\x07\x31\xab\x17\xf3\x01\xcf\ \xec\x84\x0a\xdd\xdc\xe0\xd8\xe3\x2d\x54\x3d\x3a\x5b\xd8\xa5\xf7\ \xfa\x9c\x68\x7d\xea\x28\x12\x02\x1f\x1d\x09\x7b\x8c\xfe\x70\x28\ \x10\x6a\x16\x8e\xfc\xb6\x7e\xbf\x70\xe4\xf1\x15\x0a\x58\xe0\xe8\ \x24\xef\xcf\xef\x39\x5c\x3e\x9b\xcf\xe1\x69\xe6\x3d\x7e\x4f\x10\ \xc3\x42\x79\xbb\x1d\xfe\xb2\x13\x70\x37\x30\x6b\xf8\xc8\xdb\xd8\ \x69\x78\x9c\x1e\x93\xdb\x6e\x3d\x08\x79\xb0\xad\x6c\xaa\x94\xab\ \x85\xe2\x9d\x50\x3f\x17\xcd\xe6\x6a\x83\xce\xee\xf6\xd6\x5e\x39\ \xb3\xbb\x1b\x3c\xec\xe7\x2b\x9d\xc3\xa3\x66\xd5\xe3\x6d\x3a\x22\ \x01\x6f\x04\x60\x38\xe8\x70\x58\x2c\xa6\x88\x15\xbd\xc5\x80\xd7\ \xe2\xf2\x86\xb7\x92\xf1\x93\xfc\xf1\xd1\xee\xee\xe0\xa8\xbc\x1b\ \xde\xdd\xcd\x5e\x15\x93\xa5\xe3\xad\x4a\x37\x09\x4a\xb4\x93\x4d\ \xa5\x2b\xa5\x9b\xad\x78\x39\xbb\x15\xcf\xd6\x52\xe3\x72\xaa\x17\ \x3d\xc9\x75\x8e\x41\xbb\x72\x3b\x3b\xad\xeb\x5a\x2c\x13\xed\xe5\ \x62\xdd\xc3\x6c\x2d\x5a\x02\x1b\xd8\x85\x1b\xd5\x47\xbd\x7a\xe9\ \x2c\x51\xee\xd5\xe3\xf5\xf1\x30\xde\xbb\x49\xd5\xe3\x95\x38\x58\ \xc3\x5c\x6a\xeb\xac\x94\x8c\xb6\x63\x99\xdc\xd5\xeb\xf1\x17\x5f\ \xd4\x13\xc9\x72\x39\x71\xdc\x2e\xee\xb7\x63\xbd\xf3\x51\x3c\x56\ \x4e\x94\x07\x80\x57\x95\xda\xd5\xe5\x55\x2c\xfd\x32\x19\x3d\x8f\ \x47\x53\xb9\xe4\xf9\x55\xa9\x95\x8c\x5f\x9d\xbd\x44\xdd\x86\xc3\ \x71\xbd\x77\x16\x2b\x65\x6e\x86\xe3\x61\xf2\xd5\xc5\x70\x74\xf5\ \xfa\x97\x17\xc3\xd4\x7f\xdc\xb6\x53\xa3\x61\x2b\x1d\x1f\xf5\x5a\ \xc9\xf3\x5e\x2b\x71\xf1\xe5\x1f\xfe\xfe\x93\xaf\xff\xf8\xd3\x4f\ \xbf\xfb\xe6\x5f\x7f\xfe\xf1\xe3\xf5\xf5\xa7\x8f\x1f\xaf\x6f\x80\ \x47\x9b\x04\xd8\x61\x51\xd1\x12\x36\x95\x8c\x6a\xbb\x04\x6c\x0a\ \x7e\x05\x48\x09\xe0\x08\x88\x43\xc0\x12\x00\x6c\xd0\x56\xc0\xe8\ \x50\xc9\x22\x16\x0b\x45\x27\xc0\x31\x49\xa5\x0a\xf0\x64\x2a\x89\ \xb4\xc2\x22\xe3\x04\x6c\x60\x2a\x1c\x07\x8e\x6e\x16\x9a\xe1\x24\ \x83\x63\xa4\xe0\x89\x0c\xb4\x30\x0e\xea\x22\x42\xfb\x70\x40\xee\ \xc0\x63\xa2\x14\x76\x34\x34\x8f\x28\x06\x8d\xc6\xa3\x62\x0a\xd0\ \x47\x0e\xeb\x21\x10\x94\x44\x40\x13\xad\x80\x08\x4e\xe2\xa8\x04\ \xd0\x3d\x32\x07\x9e\x13\x9d\x4f\x84\xdb\x71\x00\xbd\xc8\x24\x09\ \x1b\x8f\x4e\x34\xc2\xeb\x02\xc1\x04\xef\x06\xc4\x87\x9f\x22\x4d\ \xe2\x49\x93\x04\x32\x9a\xc4\x00\x65\x99\x62\x20\x19\x9c\x00\x05\ \xc3\x4f\x10\x49\xb8\xe9\x89\xe9\x79\x3c\x6e\x8a\x48\x9e\x7c\xb6\ \xb9\xb9\xb8\xf9\x6c\x19\x10\x6b\x8d\x34\xf1\xc1\x33\x22\xfb\xad\ \x47\x94\x29\x22\xeb\xad\x47\x40\x43\x28\x0b\x10\x6c\x28\x8a\xe5\ \x12\xd1\x38\xeb\x12\xd0\x4b\x16\x9e\x30\x4f\xa3\x00\x6d\x92\xa8\ \x22\x1a\x4a\xbc\x41\xe8\x09\x12\x4e\x61\x11\x11\x1e\x02\x4f\xa1\ \x29\xf7\x89\xb5\xe5\x69\xc2\xc4\xf2\x14\x58\xce\xc9\x49\xb4\xe8\ \xc5\x16\x70\x24\x00\x6c\x8b\x9b\x8b\x13\x6f\x6c\xbb\x85\xa8\xe5\ \x6b\x06\x24\x67\xe1\x9e\xd0\xc8\x7b\xf3\xfe\x3f\xfd\xcb\x3f\xcd\ \xcd\xcc\xf1\x41\x5e\x40\x89\x66\xc0\xfd\x09\x15\x32\xbe\x58\x48\ \x9f\x7b\x73\x96\x8f\xf2\xaa\x50\x05\x85\x94\xfb\xe6\xd2\xc2\x0c\ \x1d\x7d\xf1\x16\x16\x80\xb4\xa4\x4b\x80\x61\x5c\x9e\xde\xe4\x36\ \x1b\x15\x4c\xa9\x50\x8b\x1c\x25\xea\x1f\x95\x31\x99\x4b\x0b\x42\ \x94\x8f\x35\x83\x5a\x07\x85\x4a\xfa\x3f\xcf\xf0\xf9\x7c\xb9\x98\ \xaf\x43\x11\xa1\x60\x27\xf9\xb3\x5a\x50\x28\xa9\x42\x67\x54\xe9\ \x95\x3a\x8d\x52\xae\x35\x2b\x75\x0a\x9e\x18\x9c\x94\x4c\x69\x34\ \x99\x31\x97\xcb\x1e\xf4\xba\xdc\x5e\xaf\x1d\xc3\x3c\x83\x93\x90\ \x27\x74\xf0\xfa\xb7\x7f\xf9\xf4\x47\x5f\x7f\xf6\xd9\xed\x70\xd0\ \x8e\xee\x56\x23\xf9\xa0\x41\xa5\x51\x48\xd1\x89\x3a\x57\xe7\xe6\ \xc7\xdf\x93\x7c\xf2\x0e\xfe\xee\x57\x00\x7c\xea\xf3\xc4\x29\x02\ \x8e\x00\x1f\xf1\xfc\x26\xea\xa7\x7d\xf6\x64\x73\xf3\xc9\xbb\x1f\ \x7d\xb4\xb9\xf2\xc3\xb3\xb0\x42\x6b\x37\x1b\x8d\x6a\x9b\xcb\x6e\ \xc6\xec\x1a\xb1\x4a\x8d\x04\xcb\xe2\x73\xd8\x30\x87\x19\xcc\xa6\ \x4c\xa1\x95\x29\x35\x5a\xa9\x4a\xa5\x90\x4a\xc5\x5a\x14\x4f\xa1\ \xd5\x39\x0c\x3a\xad\x53\x6d\x32\x88\x0d\x0e\xb7\xc1\x6e\x94\x8b\ \xe5\x4a\xa3\x5a\xae\x14\xeb\x00\x0e\xe5\x66\xf8\x59\x2b\xd7\x68\ \xd4\x5a\x83\x49\x21\xd6\x19\x75\x06\x8b\xd9\xe9\x14\xcb\x55\x7c\ \x95\x45\xaf\xcd\xc7\xf2\x5a\x9b\x07\xf3\x81\x64\x61\x41\x0b\x4f\ \xe3\x74\x79\xe1\x68\x0e\xf9\x95\x2e\x8f\xdf\x6f\x75\xe7\x43\x61\ \xbb\xbf\xd1\xec\x9f\x7a\xbd\x7d\x8f\xe5\xb8\xbf\xb7\x95\x68\xef\ \x54\x31\x87\x05\xf3\x36\x7c\xfe\xd0\x49\x3f\xec\xdd\x1f\x64\x4f\ \xb7\x03\x83\x83\xa0\x15\xf3\x98\x1c\xe1\xc0\xf6\x51\x08\x3b\x6d\ \x65\x1b\xfb\x3e\xb3\xcf\xa9\x37\x07\xf3\x01\x8f\xc7\x11\x6a\x60\ \x58\xc1\x53\xf0\x63\x58\xe4\xc0\x28\xb5\x86\xab\x27\x07\xfb\x61\ \xb7\x2b\x10\x04\x39\xf4\x78\x5d\x11\x87\x17\x6c\x9b\x33\xdf\x70\ \x36\xf6\xdc\x21\x5f\xb0\x51\xf5\x79\xd1\xa6\x9a\x60\x20\xe0\xc3\ \xac\xc1\xd3\xa3\x3e\xa8\xd9\xf6\x49\xf8\xf8\xa0\xe0\xf6\x7a\x30\ \xbb\xde\xe6\x0a\x79\xcc\xa7\xe5\x44\xb2\x53\x39\x8e\x96\x4f\xd3\ \xbd\xd8\x30\x5a\x39\x48\x1d\x34\x77\x1a\x07\xe5\x6c\x25\xb8\x13\ \xea\x6f\x75\x6a\x3b\x05\xbb\xb3\x51\xf0\xe7\xbd\xce\x08\xe8\xbd\ \x1f\xa4\xce\xa0\x75\xb9\x7c\xf0\xc4\x9e\x08\xe6\x89\xf4\x6b\x99\ \xdc\x89\xef\x34\x3b\x38\xc8\x75\x32\x07\xfe\xda\x5e\xee\xbc\xd8\ \xad\xed\xb4\xb7\x6a\xf5\x04\x0a\x5a\x8f\x97\x73\xc5\x44\x37\x9b\ \x49\xd7\x72\xdd\xfd\x76\x3c\x16\xeb\x66\xba\xe9\xc1\x69\x34\x95\ \xcc\x56\xba\xbd\x71\xbb\x5b\xab\x24\x51\x1e\xd5\x6e\x3b\xd9\x3a\ \xbf\x19\x67\xdb\xb5\x78\xb2\x58\xec\x25\xc7\x89\x1c\xf0\x58\x69\ \x18\x8f\x0d\xc7\xbd\x9b\x64\xf4\x26\x56\x8a\x96\xea\x83\xb3\x62\ \x6c\x50\x8e\xc6\xca\x37\xad\xe1\xe7\x37\xad\x78\xbc\x94\x1e\x1c\ \xec\xe7\x4e\x0e\x4a\xa3\x44\xba\xdc\xdd\x8d\x56\x76\x13\xe3\x51\ \xbc\x38\x7c\x75\x51\x1f\xdf\x0c\x2f\x7a\xa9\x62\x2f\x97\xb8\x3d\ \x2f\x16\xcb\xe5\x8b\x71\xa2\x1c\x3b\x2b\x15\xeb\xb7\xaf\x8a\xd1\ \xe1\xf8\xf2\x75\xa9\x77\xf1\x65\xbc\xf8\xfa\x76\x74\xd3\x2a\xb6\ \xbe\x4a\xb6\x87\x97\xbd\x58\xbd\x38\xbe\xce\x15\xcf\x2e\xcf\x2f\ \xbf\xfa\xf3\xdf\x7e\xfa\x93\xbf\xff\xed\xbb\xef\xfe\xf8\xc7\xff\ \x7a\xff\x93\x47\x1b\x22\x9a\xe0\xf1\x43\x01\xca\x24\xc6\x93\xd1\ \xee\x40\x32\x6a\x8d\xe7\x80\x87\x63\xad\x30\xf0\x34\xa0\x19\xd4\ \xca\x00\xda\xc2\x78\x00\xc7\x33\x4b\xc4\x00\x16\x13\x88\x24\x1c\ \x0e\x30\x04\xeb\x9d\xc7\x12\xd4\xfc\x05\xbe\x4f\x80\x42\xd5\xd1\ \x2a\x3c\x81\xc5\x00\xbf\x46\xa2\xa0\x93\x79\xc0\x50\x04\x22\x99\ \xc1\x11\x90\xc0\x52\x09\xf0\x2c\x94\xd5\xc9\x58\x67\xb1\x88\x20\ \x60\xe0\xbf\xc0\x71\xa2\x91\x06\x84\x4b\x13\x53\x54\x02\x5e\xf2\ \xe0\x01\x45\x24\x01\xd1\x10\xb0\x28\x12\x0e\x0e\x25\xbb\xe3\xf1\ \x64\xfc\xca\x53\x01\x9a\x34\x60\xa1\xd9\x28\xc1\x03\xb6\x40\x22\ \x81\x57\x89\x03\x9b\xc6\x01\xe5\xa4\xe0\x38\x2b\x28\x20\x66\x92\ \x04\x36\x0d\x45\x2a\x23\x63\x4b\x9c\x07\xc5\xc2\x11\xd1\x17\x0a\ \x3b\x06\x46\x43\x89\x5c\x24\x90\xc5\xe7\x6b\x6b\x6b\x4f\x9e\x03\ \x13\xac\xad\x12\x56\x3f\x7a\x8e\xdf\x78\xfb\x37\x1c\x02\xf5\xc1\ \x5b\xa2\x87\x02\x32\x71\x92\x84\x06\x64\x01\xe5\xd8\x1c\xd0\x68\ \x09\x98\x4e\x1a\x7c\x24\x1c\x78\x99\x6c\x2a\x1a\xc7\x40\xa7\x01\ \xc1\x10\xc2\x93\x20\x41\x47\xc3\x1c\xc4\x69\xe4\x2e\xd7\x48\x38\ \xf6\xba\x80\x02\x6f\x0e\x0c\x23\x38\x47\x81\x44\x04\xba\x39\xfd\ \x0c\xcd\xa8\xbe\x51\x75\xa8\x15\xb3\xf7\x17\x98\xcc\x7b\x4b\xf7\ \xe6\xf8\x3a\xe6\x9b\xff\x63\x61\x6e\xe1\x9f\x16\x98\x0a\x25\x97\ \xbb\xb4\xb4\x34\xc3\x17\xd2\xe5\x72\x21\x1d\x0d\x97\xce\x72\xef\ \x31\xd1\xba\xd6\xdc\x12\xf3\x2e\xc7\x8a\x7e\x1f\x6e\xba\x30\xb3\ \x44\x5f\xe2\xc9\x00\x99\x96\x78\x62\x9e\xc1\x67\x37\x98\xc5\x72\ \xf9\x7d\xa6\x90\xaf\x95\x72\x67\x99\x62\xf9\xcc\x2c\x97\xa7\x91\ \xd2\xf9\x5c\x1e\x57\xca\xd3\x08\xc5\xbc\x85\x19\x60\x39\x85\x92\ \x2f\x43\x0a\xa3\x94\xf1\xa4\x5c\x85\x03\x0e\x73\x10\x04\x9d\x5e\ \xad\x34\x69\x64\x7c\x95\x46\x87\x12\x3d\x5d\x0e\x9d\xc5\x20\x37\ \xd8\x9d\x9e\xf0\x71\xc8\xaa\xf3\x56\x23\xe1\x41\xd5\xaf\xf7\x7b\ \xc3\xdd\x57\xbf\xfc\xfa\xdb\xbf\x9c\xc5\x92\xb5\xea\xb6\xc7\x64\ \x36\xb8\x34\x5a\x15\x28\x84\xc6\x62\xd1\x29\x75\x46\x6f\xfb\xe2\ \x0f\xdf\x88\x58\xa4\x49\xe2\xea\xe4\x34\x71\x9a\x48\x9d\x9a\x58\ \x9b\x26\x4d\xad\xad\x3e\xdf\x9c\x46\xdb\x2a\xd7\xde\x5d\x5d\xdc\ \x5c\xdb\xfc\xf0\xdf\xfe\xcf\xbb\x8c\xff\x1e\x80\x5d\x33\xf9\x22\ \x56\x8b\x0d\xd3\xeb\x94\x20\x34\x0e\xbd\x1e\x73\x99\x30\xbb\xc5\ \xa2\xb1\x2b\xf9\x62\xb9\xce\xaa\x93\xaa\x78\x3c\xa1\xd6\x28\xe7\ \x49\x67\x99\x32\x13\xe6\x70\x1a\xd0\xb0\xbc\xc5\x6c\xb7\x19\x2c\ \x6a\x10\x34\x95\x46\xae\xd2\x70\xa5\x4a\x15\x53\x6a\x51\x69\x54\ \x2a\xa9\xce\xaa\xb6\xdc\xb5\xc0\x1a\xb4\x7c\x54\xbc\xaa\xe4\x83\ \xd5\x54\x69\x8c\xa7\xd9\x53\xb5\xcf\x8b\x79\xbc\x3e\x30\x5b\x16\ \x95\x45\x6d\xc1\x1c\xe1\x88\x4b\x6f\xf6\xf8\x02\x05\x83\x29\xd2\ \x28\xb8\x31\x7f\x33\x12\xf2\x86\xf7\xb7\x2d\x7b\xd5\xc0\x71\x37\ \x76\x52\x6e\x38\x2c\x1e\x5f\x30\x9c\xf7\x1e\x47\x22\x91\xdd\xca\ \x41\x10\xcb\x37\x9a\x98\xc1\x63\x37\xfa\xbc\x8d\x6a\xdb\x67\x0b\ \x75\x0e\xc2\xdb\xbe\x60\x3f\x68\xd4\x34\x8e\x5d\x21\x1f\x16\xde\ \xc3\xaa\x79\x78\x16\x6b\x20\x1c\x32\xc8\xed\xfe\x70\xa0\x1f\xf1\ \x7a\xf4\x6e\x47\xc0\xd7\x38\xf6\x3a\x82\x1e\x70\x8a\x55\x6f\xc4\ \xe5\x6c\x1e\x98\x23\x60\x87\x8f\xab\x7b\x4d\x9f\xcb\x5d\xed\x9f\ \x9e\x54\x5d\xfe\xd3\xed\xbd\x9d\xc3\xbd\xaa\xd7\x77\x94\xf7\x44\ \x9a\x6e\xb7\x51\x6f\x0c\x1c\x62\xba\xd3\x62\x31\x55\xda\xcf\x77\ \xfa\x27\xad\x5e\x3d\x55\x3b\xf5\x97\xda\xdb\xed\xca\xf1\xfe\xfe\ \xde\x69\xfc\xa8\x59\xeb\x76\xdb\x95\x46\xa4\xe0\x0e\x63\x2e\x87\ \x2b\xe0\xf3\xe7\x51\x68\x9f\xc6\x14\x0e\xb8\xf3\x6e\x7b\xc4\xd3\ \x0c\xb8\x2a\xa9\x4e\xe4\xb4\x9c\xcb\xb6\x92\x07\xf1\xee\x5e\xb6\ \x56\xbb\x4c\x76\x3b\x9d\x52\x76\xb7\x1b\x8f\xa6\x0f\xb6\x86\x5b\ \x99\xdc\x56\xac\xdc\x2a\xc6\xea\xed\xad\x68\xae\x58\xca\x64\xb2\ \xfb\xdb\x87\x80\x75\xb1\x4c\xad\x5c\x3f\xcc\x65\x52\xa9\x58\xa2\ \x8c\x22\x15\xb2\xe5\x52\x2f\xb5\x95\x4a\x77\xcf\x46\xb9\x76\x32\ \x9e\x4e\x97\x62\xc5\x5e\xaf\x5e\x8f\x8f\x2f\x93\xad\xab\xd2\xf0\ \x2c\x9d\x8e\x7e\x56\x4a\xb7\x73\xc3\x78\xe2\xd5\x59\xeb\xea\x26\ \x1a\x1f\xc7\x7b\x95\xa3\xc2\xe9\xe1\x20\x71\x93\xab\xec\xef\x74\ \x2a\xfb\xb5\x4c\x36\x1b\x1f\xbf\xfe\xf2\x3a\x9d\x18\x0e\x47\x9f\ \xf5\x32\x67\x99\xc1\xb8\x78\x75\x7e\x96\x18\x0d\x53\xa9\xf3\xab\ \xb3\xd2\xf8\xe5\xef\x6f\x72\xc5\xdb\xeb\xde\x75\xaf\x34\x1e\xb7\ \xc6\x57\xc3\x73\x94\x24\x93\x48\xd6\x2f\x47\xa9\x5e\x62\x58\x4c\ \x9c\xbf\xba\xba\xba\xfc\xec\xf7\x3f\xf9\xc5\x1f\x7f\xf5\xa7\xef\ \x7e\xfa\xdd\x2f\xde\x79\xfa\xf6\xdb\x8f\x57\xd0\x08\x83\x88\xcd\ \x9a\x44\x7f\x82\x0d\x02\x70\x20\x51\x41\x53\xc8\x78\xb0\x45\x70\ \x78\x4a\x36\xf0\x0c\x0e\x8d\x83\xfa\xbb\xee\x4a\x9e\xc1\xf7\x09\ \xd8\x02\xa4\x53\xec\x95\xa7\xa8\x7a\x99\x45\x46\xac\x04\x0e\x89\ \xcc\x16\xd1\x40\x15\x40\xb0\xe0\x60\x27\x81\x84\x90\x69\x0c\x54\ \x60\x43\x22\xe3\xc0\x3f\xe2\x48\x38\x06\x07\x47\xc0\xaf\x70\x58\ \xa8\xbe\x4b\xc0\xe6\x90\x25\x0f\x48\x34\x70\x87\x60\x00\xe1\x4a\ \x1c\x7b\x83\xf5\xf0\x81\x84\x46\x63\x83\x77\xa4\xd2\x38\x04\x24\ \x56\x68\x52\x41\xb0\x22\x02\x77\x4a\xc6\x73\x44\x40\x75\x1b\x1b\ \xc0\x6d\xeb\xe0\x5c\xc1\x9b\xb1\x01\xfc\x70\x24\x30\xa2\x12\xc6\ \xd4\xfc\xd4\x34\x71\x92\x4a\x66\x83\x39\xa4\x50\x48\xf3\x53\x60\ \xd4\x70\x94\x49\x1c\x70\x10\x89\x02\xd2\x89\xe6\x0f\x40\x3c\xa7\ \xc1\xb3\x2c\x2e\xaf\x01\x02\xac\x6e\x12\x36\x3f\xdc\xc4\x0b\x1e\ \x3e\xa4\x70\x28\x6f\x49\xc8\x2b\x1b\x2c\x60\x3a\xb4\x37\x11\x2d\ \xa0\x49\x40\x8d\xd7\xe1\x65\x82\x1c\x0a\xd0\x0e\x6a\x74\x4a\x13\ \x47\x96\x90\xd1\x1e\x45\x16\x85\x4a\xc4\x21\xc3\x4a\x20\x4e\xc2\ \x03\x3d\x79\x32\x3d\x81\x07\xd3\x0b\xec\x87\x26\x37\x04\x0c\xf4\ \xf2\x09\xa4\xc5\xe5\x27\x4f\x56\x17\xd7\xe6\xdf\xc8\x3b\x14\x4a\ \xde\xc2\xbd\x99\xd9\x85\xa5\xa5\x7b\x52\xb5\x6c\x66\x81\x3e\x47\ \xbf\x37\x37\xa7\xd5\x33\x17\xb8\x33\xa0\x5c\xb3\x7c\xb9\x4e\x3a\ \x27\x93\xd1\xd1\x9e\x1a\x19\x3a\xf7\xb7\x30\x23\x64\xce\xcd\x09\ \x79\x08\xbf\xe8\x33\xf0\x23\x8a\x14\x9d\xe5\xd2\x79\x42\x9e\x32\ \x0f\xda\x21\x56\xa9\x98\xb3\x1a\xa1\x82\x07\x57\x32\xd1\xf2\x15\ \x57\x8f\xba\xed\xbd\x41\x26\x88\x98\x70\x16\x6c\xa2\x90\x2b\xd3\ \x8a\x75\x6a\x05\x5f\x05\xf4\xa2\xd4\xaa\x8c\x3a\x9e\x58\x29\xe6\ \x31\x15\x0a\xa3\xc1\xa2\x91\x99\x54\x77\x11\x10\x0e\xab\xd2\x6a\ \x45\xa1\x7b\x96\xc8\x69\xc1\x16\xcc\xef\xd4\x1a\x4e\x93\xc9\xe8\ \xb4\x14\xb2\xad\x8b\xdb\x2f\x62\xe5\xfd\x8a\x2f\xe8\x31\xeb\xd4\ \x7a\x9d\x46\x8b\xa6\x0b\x50\xef\x8d\x06\xf4\xc3\xa2\xb5\x1e\xfe\ \xfa\x9b\xc7\x54\xc0\xca\xf9\xc5\xc5\xf9\x69\xf8\x0e\xbf\x01\x36\ \x37\x3f\x78\xbe\xbc\x38\x4f\xc4\x4d\x2e\xaf\xa1\xe1\xff\x67\xcf\ \x57\xdf\xfb\xe8\xdf\x3e\x20\xff\x68\xe8\x30\x3b\x8c\x1a\xf0\x78\ \x6a\x8d\x54\x6f\x77\xdb\x1c\xae\x02\xf8\x2d\x07\x66\x45\x99\xa4\ \x2a\x8d\x09\xd4\x54\x21\x9d\xe5\x8a\xb5\x52\xa9\x50\x28\x55\xdb\ \x2c\x76\x27\x66\x32\x5a\x00\x65\x74\x1a\x33\xdc\xc5\xa8\x30\xab\ \xd1\xec\x95\x94\x2b\xd5\xea\x34\xa0\xbc\x3a\x9d\x51\x69\xf4\x2b\ \xb9\x4c\x70\xb4\x72\xbd\xc1\xe4\x96\xf2\xe5\x1a\xa5\xc6\x68\xf6\ \x8d\x76\x4c\x16\x47\xd0\x8d\xb9\x5d\xd5\x80\x46\x6b\x71\x58\x9c\ \x06\xa7\x17\xb3\x6a\x5c\x01\x67\xd0\x8f\x85\xb6\xc3\x0e\x9b\xb7\ \x59\x40\x79\x7a\x55\x67\xb0\xda\x3c\x39\x69\x14\xda\xfb\x98\xc3\ \xe1\x0b\x6f\x87\xbd\xa1\x48\xd0\xd5\x39\xc5\xbc\x21\xc7\xe9\x89\ \xdd\xe8\x74\x81\x7d\x73\x85\x3a\x3e\x4b\x7f\xeb\x28\x6c\xc3\xfa\ \x7d\xbf\x51\x53\xf0\x45\x42\x79\x47\xfe\x18\xc3\xf2\xe1\x88\xc3\ \x66\x0d\x46\xcc\x4a\x9f\xcf\x1f\x0c\xe4\x83\x3e\x87\x0b\xd0\xa9\ \xe1\x77\x05\xc1\x90\xf6\x0b\xf9\x50\x04\xa0\x15\x73\x14\x9a\x01\ \xdf\x69\xd5\xe7\x3b\x0e\x7a\x42\xc1\xed\xc1\xc0\xef\x3e\x69\x1c\ \xf4\x77\xf7\x1a\x85\x48\xf8\x34\x5c\xe8\x47\x02\x3e\x8f\xb3\x30\ \x08\x3a\xb6\x32\xa3\x62\x76\x67\xbf\xdc\xf4\x0f\xd2\xc9\x4c\x3d\ \x96\xaf\x1f\x6e\xef\x0c\xb6\xda\xb5\xd3\x66\xaa\xbb\x07\xe4\xb7\ \x77\xec\x73\x7b\x83\xa1\x46\xd8\x8f\x39\xad\xe1\x90\xd9\x69\x30\ \x1b\xad\xd6\x48\x23\xe0\x33\xb8\x9d\xfe\x40\xb8\x9f\xaa\xed\x1f\ \xb6\x33\xc9\xfa\x6e\x75\x6b\x7f\xbb\x3e\x28\xf7\xa2\xad\xed\x4a\ \xec\x70\xb0\x95\x2d\x67\xf6\x6b\xad\xdd\x5a\x32\x11\xcd\xf4\x92\ \xb9\x78\xba\x9c\xab\x97\xe2\xa5\x9d\x4c\xb4\xba\x9f\xc9\x26\x40\ \xba\x86\xb1\x72\x27\x5e\x4f\xd7\x52\x5b\xb5\x68\xb4\x96\xcb\xf6\ \x46\xdd\x78\x69\x2b\x71\x7e\x91\x8c\xc6\x63\xd1\x56\xa9\x52\x8a\ \x27\x87\x3d\xc0\xa8\x78\xbd\x7e\x7e\x59\x8e\x17\x53\xc3\x7a\xb9\ \x9d\xeb\x5d\x8d\x7b\xa9\xab\xcf\x2f\x77\x92\x99\x9d\xed\xf6\xee\ \xc1\xce\xfe\x69\xf1\x22\x3e\xc8\xec\xc4\x40\x2b\x73\xbd\xf6\x56\ \xf1\xf5\xeb\x5e\x7c\x14\x6d\x97\x8b\xc5\xdc\x45\xae\xd7\x1b\x25\ \x47\xe7\xa3\xab\x71\x6c\x38\xba\xb9\x6c\x0d\xcf\x5e\x0d\x8b\x67\ \xc9\xd6\xcd\xcd\xc5\xd5\x70\x94\x7c\x79\x76\xf9\xf9\x55\xeb\xd5\ \x6f\x7b\xe0\x3f\xaf\xc6\xc5\xb3\x8b\x5c\xfc\xe2\xcb\xdb\x2f\x7e\ \xf9\xdb\xdf\x7d\xf7\xa7\x6f\xbe\xf7\x8b\x6f\x7e\xf6\x9b\x9f\x3d\ \x7c\xf0\xf8\x7b\x8f\x05\x1c\x36\x8b\xb2\x22\xc0\x93\x48\x64\xb4\ \x98\x0d\x62\x81\x43\xfb\x62\x80\x9a\xc8\x2b\x40\x53\x38\x9a\x08\ \xfc\x1b\x95\x85\x1c\x20\x83\xc3\x10\x51\xc0\x92\x31\x50\xf5\x20\ \x8b\xba\xf2\x60\x85\xb3\x82\x12\x62\x68\x34\x54\x36\x41\x23\xa3\ \x46\x3f\x1c\xa0\x19\x15\x25\xc1\xa3\xee\x66\x1c\x15\x3f\x89\xc7\ \x13\x71\x77\x15\x14\x44\x92\x80\x83\x07\x51\xe3\x80\xba\x51\x89\ \x14\x0e\xdc\x17\x35\xcf\x0b\x40\xba\x68\xa8\xf1\x90\x4d\x13\x08\ \xd6\xc1\x71\xd2\x70\xf8\x15\x1c\x9e\x83\x62\x1e\xd8\x20\xa4\x22\ \x11\x8a\x83\xc0\x93\x89\x54\x16\x83\x21\x02\xed\x64\xb0\x38\x68\ \x99\x1e\x2f\xa2\x90\x37\x24\x6c\x94\x69\xca\x26\x83\x3d\xb9\x6b\ \x32\x64\x53\xa6\xa6\x18\x0c\xe2\xd4\x5d\x1a\x3c\x89\x30\x05\x0a\ \x83\x4e\x18\x4e\x4c\x11\x89\x13\xc4\xa9\xc9\xc5\x0f\x9e\x2d\xae\ \xad\x2e\x2e\x22\xd7\xb2\xfc\xe2\x7f\x3d\x21\x3f\x7c\x2c\x01\x51\ \x5a\x97\xa0\x19\x06\x3c\x09\x6d\x13\x62\xc3\x5d\x19\x6c\xce\x8a\ \x44\xc0\x60\xa1\x40\x0a\x34\x36\x86\xa3\x88\x04\x1c\x32\x81\xc3\ \x99\xc4\x4d\x10\xd9\xa0\x7f\x14\x3c\x1e\xc7\x06\xd5\x7b\xf2\xfc\ \xf9\x1a\x89\x42\x20\xa3\x1c\x78\x0e\x08\x3e\x99\x25\xa2\xd1\x08\ \x6b\x88\xe0\x96\xd7\x96\x57\xc1\x7a\xbe\xe1\xf1\x28\xe5\x3c\xfa\ \xec\x9b\xe0\x02\x97\x78\x52\x1d\x8f\xb9\x30\x3b\x3b\xbb\x74\x6f\ \x89\xa7\x64\x2e\xcd\xd2\x81\xbc\x16\x78\x62\xb5\x8c\x0f\x96\x8e\ \x3e\x07\x90\x24\xe7\xdd\x5f\xa0\x33\xb9\xb3\x33\x73\x74\xe6\xcc\ \xcc\x9b\x70\xfd\x8c\x8c\xcf\x47\x69\xc8\x42\xb1\x98\xa9\x50\x59\ \xfd\x06\x85\x46\xcb\x93\x09\xc5\x52\xad\x18\x60\x8c\x3e\xcb\x64\ \xca\xc5\x62\x1e\xef\x1e\x7d\x8b\x94\x9b\x99\xe5\x29\xa4\x0b\x4c\ \xad\x7c\x76\x46\x28\x14\x9b\xf4\x5c\x1e\x53\x28\xe6\x9b\x55\x70\ \x03\x21\x4a\xac\xd2\x6a\xf5\x60\xb5\xd0\xc8\xb8\x1e\xcc\xa0\xd3\ \x61\x02\x8b\xa5\xf3\x38\x9c\x81\xd0\xc0\x1f\xb2\xda\x2c\x56\x40\ \x2e\x83\xce\xe0\x2a\xec\xed\x35\x2b\xfb\x7b\x05\x8f\x09\x0d\x43\ \x80\x5e\x89\xf9\x2a\xbd\x5a\xa5\x14\x2b\x94\x0a\x83\x51\x03\x77\ \x37\x61\xb1\xaf\xff\xeb\x9d\x15\x12\x69\x62\x7e\x79\x75\x71\x75\ \x1a\x40\x73\x75\xf1\xc9\xda\x3c\xb8\x60\x22\x61\x7a\xf9\xc9\x04\ \x09\x47\x9c\xd8\x84\xaf\x17\x1f\x7d\xf4\x83\xa9\x3f\xdd\x86\x35\ \x32\x83\x5e\xa9\xd4\x9a\xdc\x1a\x2b\x16\x09\x7b\x3c\x98\xcd\x6a\ \x70\xa8\x75\x62\x05\xb8\x5b\x19\xe8\xaa\x4c\xac\xd4\xa8\xa4\x3c\ \xa1\x4c\x68\x73\x9a\xcd\x28\xb0\xdc\x64\xf4\x9a\xac\x6a\xa9\xd6\ \x28\xd5\xd9\x50\x90\x9f\x46\xad\x43\x1b\xaf\x65\x62\xbd\x41\xaf\ \x31\x88\xf5\x3a\x85\xd4\x28\x57\xa8\x95\x56\x83\x55\x89\x22\xbe\ \x14\x0a\xf3\x51\x2e\x80\xd2\x27\x9c\xfe\x90\xdb\xe6\xb2\xa9\xdd\ \xd5\xbc\xcd\x60\x6c\x04\x8d\x66\x3f\x66\x07\x25\x0b\x1d\x60\x3a\ \x83\xbd\x1a\xca\x07\x83\xd5\xb0\x2b\xd0\x38\x0e\x15\x9a\x85\x9d\ \x3d\x0b\x66\x35\x07\x2c\xc7\x85\x66\x04\xf3\x9e\x9e\x86\x23\x21\ \xd3\xfe\xc0\xae\xf7\xfb\xdc\x98\xd7\xeb\xdb\xcd\xdb\x0a\xdb\x27\ \xa1\xa0\x33\xdc\x84\x3b\x6f\x87\x7d\x8e\x83\x40\xa1\x6a\xd7\x47\ \x3c\xbe\x48\xd0\x89\x85\x5d\xa6\x42\x7f\x3b\xef\x08\x87\x02\x5e\ \x67\x30\x52\x68\xe4\xc3\xa1\x23\x70\xa1\xc1\x60\xc0\xeb\xf7\xfa\ \x22\x9e\x42\x30\x1c\xc2\xc2\x41\xaf\xd7\x11\xf6\x55\x1b\x85\x6a\ \x38\xd0\x28\xf8\x8e\xf6\x77\x0e\xf6\x22\x58\xe5\x08\x3b\x69\x16\ \x82\x1e\xc7\x5e\x27\xe4\xac\x25\x2b\xd1\x83\xce\x49\x79\xbf\x5a\ \xce\xa6\x12\x99\xcc\x69\x65\x77\x7f\x7f\xbb\x13\xeb\x1c\x1e\xed\ \xee\xf4\x4f\x07\x47\x83\xc3\x7e\x38\xec\x0b\x62\x47\x79\x2c\x10\ \x8a\x44\x3c\x6e\x90\x2b\xbb\x13\x28\xcd\x63\x71\x60\x11\x67\x77\ \x90\xec\x9d\xf4\x2b\x89\x4c\x6d\xab\xbd\xd3\xdd\x2b\x75\xb2\xe9\ \x61\x74\x2b\x9b\x6b\xee\xb6\x92\x3b\xb9\x5a\x22\x71\xd2\x1d\x76\ \x33\xe9\x68\xb9\x9c\x4e\xc4\x7a\x17\xbb\x00\x6f\xc9\x5a\xa7\x1d\ \x8b\x15\x13\x5b\xb9\x61\x66\x37\x1d\x2b\xc7\xc6\x20\x94\x5b\x5b\ \xf5\xe8\x30\x3a\x2a\xd5\x12\xa9\x76\x39\x39\x4a\xe4\xe2\x57\xd7\ \x80\x5c\xb9\xf3\x8b\x44\x7c\x34\x8a\x97\x8b\xa5\x52\xba\x88\x5a\ \xb9\x3a\xb9\xd1\x05\xd8\xbc\xf8\xf9\xc5\xcb\xd2\x45\xfa\x28\x93\ \xdc\x4b\x8c\xf7\x77\x0e\x8b\x89\x76\x37\x9b\x04\xae\x1b\x8e\x6a\ \xe7\xd7\xbd\x57\xc3\x68\x7d\xd8\x6a\xc5\x93\xbd\xde\x30\x19\x1f\ \xbe\xbc\x3e\xaf\x9c\x5f\x17\x47\xf1\xd1\xeb\xb3\xab\xd6\x45\x2b\ \x36\x4a\x9d\xf5\x32\xc5\xdb\xf3\xb3\x97\xb7\x57\x97\xa3\xab\xcb\ \x9b\x2f\x32\xa0\xaa\xb9\xc4\xd5\x28\x35\xbe\x38\xbf\xf8\xea\x97\ \xbf\xfb\xe1\xd7\xdf\x7c\xff\x67\x9f\xfc\xf1\xe7\x6f\x7f\xfc\xf4\ \xfd\x9f\x89\x9e\xd2\x36\x58\x0c\xd0\x05\x0a\x99\x81\x5c\x16\x1e\ \xec\x1e\x99\x76\x17\x56\x0c\x42\x26\x10\x09\xf0\x0c\x0a\x0b\x8f\ \xd6\x8b\xd8\xeb\x68\xa3\x0c\x0a\x38\x16\xac\x4b\x56\xd8\x54\x20\ \x9f\x75\xc6\x0a\x58\x32\x01\x4b\x80\xd6\xa1\x09\x64\x1a\x87\x41\ \xc6\x13\xf0\x02\x01\x0b\x05\xbe\x10\xf1\x77\x83\xe1\x78\x14\x93\ \xcc\x21\x4f\x51\x38\xe0\x04\xd1\xb6\x43\x8e\x80\xc3\x61\x10\xc0\ \x32\x21\x69\x60\x09\x68\x0c\x36\x11\xc0\x0e\x37\x41\xe2\x88\x68\ \x1c\x50\x48\x3c\x03\xed\xae\x01\x0d\x04\x5b\x88\x72\x21\xe0\x41\ \xd7\x59\xc8\x57\xa2\xb3\x8e\x68\x8c\x82\x72\xb7\xa7\x8f\x05\xc8\ \xc7\x00\x89\x44\xa3\x13\x0c\x0e\x91\x34\x39\x4d\xa2\xe1\xa6\xa9\ \x6c\x94\xe7\x4e\x21\xa2\x46\x1d\x22\xca\x37\x26\x12\x48\x68\x7c\ \x74\x0a\xe4\x6a\x1a\x05\x09\x02\xf5\x00\x62\x3d\x79\xf6\xe4\xd9\ \x8b\xcd\x0f\xfe\xf7\x2a\x69\xe5\xe9\x3b\x1c\x12\x6d\x63\x65\x05\ \x1c\x2e\x5a\x68\x03\x95\x42\x79\x14\x14\x10\x43\x36\x5a\x37\x07\ \x9c\x13\x50\x41\x61\x59\x68\x0b\x11\x9e\x32\x39\x81\xce\x46\x52\ \xd1\x64\xd8\xc4\xe2\xb3\xcd\xb5\xe9\x29\xa4\xf3\x88\x12\x05\x0c\ \xd0\xbd\x87\x12\x1a\x7e\x7a\xf1\xd9\xea\xe2\xc4\xda\x22\x28\xe2\ \xe2\xd4\xf4\xf2\x1b\x58\xc1\xac\x97\xd2\x97\x90\x21\x7c\x93\x0e\ \x87\x25\xf3\xcd\xfb\x73\xdc\xfb\xf7\x97\x40\x51\xe6\xde\x5c\x42\ \x35\x85\x73\x32\xb1\x9a\x3e\xc7\x47\x2d\x83\x5c\xbe\x8c\x0f\x7c\ \xc5\x9f\x9d\x15\xf2\x85\x32\xfa\x0c\x8f\x3f\xb3\x74\x0f\xcc\xa2\ \x4a\xc1\xe7\x83\x69\x04\xcf\xa4\x76\xda\x5d\x00\x19\x70\x03\xa9\ \x4c\xab\x9c\x99\xe1\xf2\x80\xbf\x14\x5a\x15\x8f\xce\x9b\xab\x4c\ \xbc\xe4\xd2\x75\xda\x59\xbe\x56\xa3\x65\xf2\xb8\x7c\xb9\x58\xab\ \xe2\xf3\xe8\x4c\x80\x2b\x85\x5e\x2a\x37\x2a\x8c\x0a\x8d\xd2\x68\ \xd1\x28\xf8\x28\x97\x53\x63\x89\xc0\x61\x34\x68\xd5\x76\x77\x9a\ \x0e\xb3\xc5\x6a\x33\x69\x14\x5a\xb1\xc9\xa2\x74\x78\x5d\x91\xfc\ \x49\xc8\xeb\xb2\xd8\x4d\x46\x93\x55\x6f\x54\xe9\x34\x3a\xa5\xd9\ \x6e\x06\x03\xa6\x17\x6b\x2d\x7a\x95\xd2\x62\x75\xe8\x6d\xcd\x83\ \xdc\xcb\x9f\x7e\xf7\xe8\xe9\x43\x50\x6b\xdc\xc4\x24\x91\x80\xc3\ \x13\xe6\xc1\x23\x2f\x4e\x11\x48\xd3\xcb\x8b\x13\x14\x02\x0a\x64\ \x7d\xb6\xb9\xbc\xfc\xfc\x83\xff\xfd\xec\x93\x96\x4b\xad\x35\xe9\ \x9d\x6e\xab\xc6\x64\x0f\x7a\x6d\x66\xb3\x59\x63\xb6\xaa\xb5\x0a\ \x14\x80\xac\x55\xc8\x64\x52\xb1\x4c\x2e\x85\x77\xa6\x70\xdb\xac\ \x3a\xab\xcf\x60\xb7\x28\x1c\x0e\x83\x4e\xa8\x37\xab\x0d\x1e\x9d\ \x54\x26\x94\xca\x0d\x46\xa5\xcb\xa6\xd1\xa8\x35\x66\x95\x5c\xaa\ \xb2\x28\x95\x6a\x95\x42\x2c\x33\xda\x0d\x3a\x85\x50\x06\x40\x69\ \xd8\x39\x2b\x58\xcd\x76\x8b\x1d\x8b\xd8\x0c\x9e\xb0\xc9\xe1\xf7\ \x7a\x9c\x26\xbb\xdd\xa2\xf6\xba\xdc\x36\x9b\xd1\x12\x36\xab\xec\ \x58\xf8\x28\x14\x71\x7b\x1c\xd6\x6a\xbf\xe0\x2d\x84\x43\x83\x63\ \xf8\x48\xd5\x7e\x4b\xc3\xdb\x0c\x3a\xbc\x3b\x83\x6d\x7f\xc3\xb5\ \x77\xe4\x31\x84\x0b\x01\x80\xa0\xc6\x01\x0a\x63\x3f\xf1\x7a\x5d\ \xd5\x7e\x48\x6d\x86\xcb\x5c\x07\x8d\x50\xd3\xe7\xc8\xdb\x40\x9d\ \xdc\xd5\x5d\xcc\x5a\xd8\x19\xec\x87\xfd\xc0\x67\x66\x0b\x2a\xd1\ \x09\xfb\x9b\x60\xd6\xfa\x0d\xbf\xc7\xe7\x0f\x1d\x59\x0a\xe1\x7e\ \x1e\xcb\x5b\xbd\x0e\x43\xd8\x1b\x6c\xfa\x03\x81\xfc\x51\x7e\xbb\ \x73\xb2\x3b\xa8\x6c\x47\xaa\x91\xe0\x7e\xc0\x16\xb1\x1a\xf2\x7b\ \x01\x7b\xa7\xb2\xd3\xcd\xd6\xf6\xb2\xdb\xdb\x3b\xc3\x7a\x29\x11\ \x6d\x56\xf6\x8e\x0e\x01\xc9\xda\x3b\x7b\x47\xf9\xfd\x74\x6c\xe7\ \x70\x27\xe0\x03\xcf\x59\xf0\x38\x1d\x91\x50\x18\x88\xcd\x6d\x31\ \x63\x76\x0f\xe6\x74\x7b\xc3\x91\x88\x77\xfb\xa0\x5d\x3a\xec\xc4\ \xc0\xa0\xe5\xda\x95\xf2\x69\x26\xbb\xd5\x1a\xd7\xbb\xe9\xd8\x69\ \xec\xec\x26\x97\x8c\xa6\xce\x3a\x83\x41\x36\x1d\x4d\xa7\xd3\x99\ \x4a\x3b\xd1\x2a\x0f\x62\x99\xad\xcc\xfe\x20\x5a\xab\x45\x93\xd1\ \xd2\x4e\x36\x1e\x2b\x67\x12\xd9\x44\xb7\xbd\x35\x6a\xe5\x52\x57\ \xa3\x62\xb1\x1e\xab\x5f\xa5\x5a\xb1\xd2\x45\xa9\xd8\xba\xb8\xba\ \x2c\x25\xe3\xa9\x71\x26\x76\x16\x4f\x15\x01\xc2\xc0\x52\x26\xc6\ \xaf\x47\xbd\x52\xaf\xf8\xcb\x57\xe7\xd7\xd1\x44\x71\x78\xb2\x3b\ \xcc\xe4\xe2\xf1\x44\x39\xde\xed\x76\x4f\xcb\xa3\x64\xe9\xf2\xb2\ \x3e\xbe\x4c\xc4\x5b\xd1\x44\xbc\x93\x1c\xa5\x5a\xc5\x8b\xd1\xe8\ \x3c\x3a\xbe\x29\x25\x7b\xad\xdb\x8b\xf3\xde\xed\xab\xd6\xab\xd6\ \x45\x14\x68\xaf\xd7\xfa\xec\xbc\x37\x3c\x8f\xf7\xbe\xfc\x2c\x15\ \x2d\x25\xd2\xe7\xbd\x64\xfc\xfc\xec\xec\xfa\xd7\xdf\xfe\xf8\xc7\ \x5f\xff\xeb\xf7\x7e\xfe\xf8\x9b\xef\x7f\xfc\xf4\xe9\xf7\x3f\x59\ \x01\x74\x40\x3b\x69\x50\x55\x20\x70\x15\x83\x80\xa7\x92\x48\x53\ \x60\x7d\xc0\xc4\x81\x77\x43\xd3\xeb\x1c\x01\x83\x4c\x02\xcf\x23\ \x5a\x01\xc5\x22\x13\xf1\x2c\xc6\x63\x74\xce\x9f\x22\x11\x70\xa8\ \x1c\x11\x83\x08\x60\xc6\x61\xa0\x69\x50\xc6\x9d\x86\xa0\xa0\x50\ \x74\x92\x8f\x88\x38\x04\x47\x64\x80\xda\xa1\xc4\x62\x32\x85\xc6\ \x26\x53\xd1\xde\x62\x04\x64\x54\x1a\x90\xd3\x5d\xde\x28\xe2\x30\ \x74\xe9\x24\x11\x25\x2c\xa3\x04\x3f\x0a\x85\x32\x39\x85\xc3\xe3\ \x05\xec\x15\xb8\x46\xc2\x21\x4d\xa2\xfd\x87\x70\x31\x48\x96\x84\ \xc5\x5e\x97\xa0\x78\x2a\x9a\x80\x45\xa5\xb2\xd0\xb0\x01\x8d\x83\ \xc6\x43\xf1\x77\xa3\x04\x53\xc8\xc4\x22\x1e\x24\x11\x08\x93\x93\ \xa8\x61\x15\x9e\x69\x92\xc0\x00\xb3\x87\x23\xcd\x93\x50\x65\xf3\ \xf2\xe6\xd4\xe2\x3c\xfc\xe2\x7f\xf2\xe2\xc9\x0f\xfe\xef\xb3\x09\ \xc9\x5b\x4f\x45\x93\x14\xc9\x86\x04\x5c\x26\xda\x1f\x44\xa1\xa0\ \x4d\x91\xa2\x07\xeb\x34\xb0\x7e\x34\x64\x11\xc9\x0c\x11\x7a\xdf\ \x38\x78\x56\x0a\x83\x34\x85\x9a\xeb\x29\xf8\x09\xc2\xf4\xf3\xd5\ \xe9\x49\x78\x8f\xeb\x64\x12\x0e\x3e\x04\x02\x47\x04\x92\x4c\x9a\ \x5a\x5e\x5b\x5d\x7b\xb2\xb9\x8c\xe2\x91\x57\xe1\x6b\x7a\xe2\x0d\ \x6b\xd8\x6e\xe4\x32\xef\xcd\x81\x29\x04\x5e\x12\xaa\x78\x0b\x4b\ \x74\x54\xfb\x35\xc7\x93\x31\xef\xcf\xfc\xd3\xd2\x1c\x7d\x66\x56\ \x25\xe6\xd2\xa5\xb3\x33\x33\x74\x1e\x9f\xc7\xe7\xd3\x99\x73\x4b\ \x73\x3c\x39\x9f\x4e\xa7\xcf\xce\x70\x65\x73\xb3\x5c\xa1\x8c\xaf\ \x98\x5d\x60\xaa\xb8\xb3\x5a\x6b\xd0\x63\xd1\xe8\xb8\x40\x69\x00\ \x4f\x5c\xfa\xd2\xc2\xcc\x2c\x28\x93\x14\x0e\x7b\xa6\xc9\xe0\x79\ \xf0\xb3\x74\x55\x31\xcb\x94\x33\xa5\x52\xfe\xac\x50\xa7\x15\xf3\ \x65\x06\x2d\x77\x66\x56\xae\x95\xce\xf2\x65\x52\x50\x04\xa3\xd2\ \xa6\x91\xab\x35\x46\x93\xcb\x86\xf9\x77\x13\xc9\xee\x7e\x48\xad\ \xb7\xb9\x2d\x4a\xa3\xdd\x04\x52\xa0\x37\x58\x74\x7a\xbd\xc1\xe9\ \x74\xd9\xac\x7a\x8b\x5a\xc5\x37\x6a\x34\x3a\xb5\x5c\x28\x07\x31\ \xd3\x18\x75\x46\x9d\x56\x6d\x53\xc8\x75\x16\xa3\x52\xa3\xd7\xe8\ \xfd\x18\x76\xd8\xba\xfd\xef\x4f\x3f\x79\xfa\xce\x5b\x0f\x18\x24\ \x32\x7e\x12\x47\x05\x30\x07\x3f\x38\xb5\xb8\xb9\x36\x3f\x3f\x49\ \x22\x92\xc1\x80\x2f\x3e\xdf\x7c\xfe\xe2\xc5\x87\xcb\xef\xdc\xe4\ \x55\x6a\x87\xd1\xec\x0e\x82\x0d\xb2\xd9\x41\xbb\x0c\x20\x3e\x42\ \x99\x56\xca\x54\xf0\x99\x72\xa1\x4a\x26\xd7\xca\xf8\x72\x9b\xd9\ \xa8\x71\x7b\x9c\x76\x9b\x03\x73\x28\xe5\x2a\xa3\x43\x21\x75\x5a\ \x65\x1a\xab\x56\xac\x56\x19\xad\x66\x44\x55\x36\x60\x44\x93\xd3\ \x28\xd6\xa8\x65\x6a\xb1\xc6\xa6\x96\x4b\xe5\x32\xae\x5c\x29\x8e\ \x44\x9b\x26\x0b\x66\xf6\x86\xfd\x6e\x6f\xc8\xa5\x07\xc0\x71\x7b\ \x2c\x56\x8b\x59\xe7\x09\x61\xf6\x88\xde\x1e\x31\x68\x81\x8d\x02\ \x21\x9b\xcd\x04\x42\xb1\xe7\xf3\x37\x82\xe1\x3d\x14\xc6\x6e\xc1\ \xfc\xc1\x48\xc0\xee\xab\xee\x6d\x7b\xbc\x3e\x5b\xe0\x20\x60\xf1\ \x06\x42\x6e\x4f\xa4\x39\x88\xe8\x23\x27\x27\x05\xaf\xa3\x50\x6d\ \xea\x35\x85\x60\xd0\xe7\x72\x87\x1a\x2e\x2c\xef\x09\x84\xed\xde\ \x70\xc3\xea\x08\x9d\x1e\x1d\x1f\xf9\x5c\x61\x9f\xd9\x19\x0a\x15\ \x3c\x41\x67\xde\x6b\x8a\xe4\x83\x4e\xaf\xcf\xe3\x3a\x72\x01\xe5\ \x05\xfc\x41\x9b\xc7\x67\xf6\x46\x22\x47\x4d\x2f\x16\x8a\xf8\x3a\ \xa7\xc7\xfe\xc0\xde\x4e\x73\x27\xdc\x3f\x09\x82\x8e\xb9\x9a\x55\ \xbf\xfd\x74\x2b\x9a\xcb\x1d\x46\xda\xdb\xf9\x5a\x3c\xb7\x15\xcd\ \x1e\x77\x0f\x03\x87\xd5\xed\x4c\xf1\xb4\x19\x3d\xaa\x6c\xed\xef\ \x97\xdb\x05\x94\x2e\x1f\x8a\x6c\x9b\x3d\xfe\x42\xc4\xe5\x0a\x1a\ \xf5\x98\xd5\xe5\x71\x7a\x3c\x41\x4f\xc4\x51\xdd\x8f\x55\x9a\xed\ \xca\x56\x66\x5c\x3b\xdc\x3f\xd8\x4b\xb6\xd3\xc5\x68\xac\x9c\xac\ \x1d\xef\x26\x35\xc2\x84\x5d\x00\x00\x20\x00\x49\x44\x41\x54\xa3\ \x5b\xa5\xad\x76\x69\x77\x70\xda\x6e\x47\x53\xd1\x4c\xbc\xdc\xae\ \xc4\xb2\x99\x72\xb9\xd8\xa9\x1e\xe5\xba\xd1\xfd\x7a\x2c\x93\xec\ \x64\xb2\xb9\x5d\x20\xad\x74\xb1\x53\x2f\xd6\x72\x17\xa5\x44\x3c\ \x35\xba\xec\xd5\xeb\xb9\x78\xaf\x95\x4d\xbe\x44\xba\x93\xaa\x97\ \xa2\x89\x44\x22\x1e\x8f\xd6\xd2\xc9\x44\x6c\x3f\xfe\x2a\xd6\x1a\ \x5f\xbd\xfc\xec\x36\x97\x18\xc6\x33\x08\xd2\x76\x2a\xc5\x56\xba\ \x74\x76\x58\x8b\xc5\x52\xb9\xf2\xa8\x98\xca\x7c\x59\x6c\x9f\x9d\ \x47\x8b\xad\x4c\xfc\xac\x38\x6a\xc5\x8b\xe3\x51\xec\xe2\xe2\x2a\ \xf5\xe5\xe5\xd5\xab\x5a\xf4\xf3\xdb\xfa\xa8\xdb\x1a\x8d\xea\xb7\ \x37\xbd\xab\xb3\xab\x8b\x97\xe3\xab\x2f\x3e\x2b\x5d\xd4\x13\x67\ \xc5\x54\xea\xfc\x72\x74\xfe\xed\x57\x7f\xf9\xf4\x47\xff\xf8\xaf\ \xef\x7f\xef\xe9\x77\x4f\xdf\x79\xf4\xbe\x48\x22\x62\xc0\xbf\x93\ \x60\xaa\xf0\x28\x13\x18\x7f\xb7\xd7\x8f\x3a\x01\x12\x80\x5f\x41\ \x07\x30\x15\x64\x41\xc0\x06\x0b\x27\x59\x67\x4b\x1e\x8b\x24\xe0\ \xe0\xee\x7e\x96\x50\x09\x77\x24\xc6\x60\x50\xd0\xb4\x01\x0b\xdc\ \x1c\x75\x92\xca\x22\xb1\x58\x40\x3e\x68\xe5\x9e\xc3\x01\x39\x41\ \x21\xa4\x14\xd4\x9b\x43\x21\x10\x26\xd8\xa8\x1f\x90\x03\x8f\x4e\ \xe5\x3c\x40\x81\xc8\x64\x32\xe7\x4e\x6f\x88\x14\x01\xdc\x05\x14\ \x8d\xb5\xc1\x41\x9b\x6d\xd8\x68\xc1\x8c\x44\xa2\x21\xd8\x41\x2e\ \x10\x04\xed\xae\x7a\x0b\x4f\x43\x61\xf2\x2c\x11\x88\x22\x40\x17\ \x59\x42\xa3\xb0\x24\x1c\x60\x3e\xb8\x8e\x4c\xc5\xe3\x08\xd3\xf0\ \x2e\x26\xf1\x12\xf2\x14\x08\x25\x1b\x09\x0b\x07\x8f\x86\x33\xd0\ \x40\x3a\xf5\x0e\xb4\x26\x49\x93\x13\xb8\xc5\xcd\x45\xc2\xd4\xc4\ \xda\xe6\xb3\xf7\x9e\x3f\xff\xc1\xff\xfd\x80\xb0\xfe\xf6\x63\xd6\ \x14\xf9\xa1\x80\x2d\x22\x83\x1a\xa2\xa1\x7c\xd0\x3f\xc0\x34\x36\ \x9b\xcc\x41\x9d\xd6\xeb\x6c\x22\x63\x83\x82\x24\x97\x86\x36\x57\ \x13\xa7\x48\xa8\x5f\x9a\x40\x9c\x5a\x9e\x22\xe1\xa9\x68\x07\x13\ \x0e\xc8\x90\x4a\x66\xb1\x39\x24\xc2\xda\x93\xc5\xc5\xe5\xe5\xc5\ \x27\xcf\x97\xd1\x9c\xd7\xc4\xe2\xf2\x22\x10\x96\x21\x60\x95\x29\ \xe6\xee\x2f\xbd\x39\xc7\xbd\x77\x8f\xae\x31\xc8\xe9\x4b\xdc\x99\ \xfb\x0b\xdc\x05\x74\x29\xc8\x0d\x73\x8e\x2b\x56\x2a\xe4\xcc\xd9\ \xbb\xaa\x76\xae\x8c\xc7\xbd\xc7\xbd\x2b\x9d\xa7\x73\x17\xee\xdf\ \x5b\x98\xe5\xcf\xcc\xcd\x71\xb9\x4c\x9d\x70\x96\xc9\xe7\x32\xc5\ \x56\x87\xdf\xa8\x55\x70\x99\x7c\xba\x90\x39\xbb\xc0\xe7\x2d\xcd\ \xce\xd1\xe9\x52\x2e\x4f\x2e\x13\xd6\x83\xf7\x74\xec\x7f\xe7\xf4\ \x02\x46\x74\x76\x50\xca\xe3\x4a\xc1\x43\x29\x95\x2a\xb1\x42\x83\ \x82\x45\x2d\x9e\xd0\x7e\x67\xab\xbd\x87\x0a\x8d\x1b\xdd\x46\xd8\ \x82\x39\xd5\x66\xb3\x14\xfe\xb3\x79\x5c\x66\xb0\x7b\x20\x08\x46\ \xa9\x4a\xab\x14\xcb\xdc\x36\xb3\x43\x03\xfa\x64\xd2\x89\x95\x7a\ \x85\xc5\xa1\x03\xc2\xd3\x6a\x15\x3a\x95\x45\x2d\x57\xaa\x8d\x62\ \xa3\xd1\xac\x32\x18\xd4\x4a\x84\x69\x4a\x9d\x3b\x9c\xfd\xf4\xf1\ \xe3\xb7\x7e\xc6\xa6\x4e\x6e\x4e\x12\x27\x08\x77\xc5\x1c\x53\xc4\ \xc5\x65\x14\x0e\x36\x39\x3f\x0d\x12\x0e\x26\x79\x71\xf5\xc5\xbf\ \xfd\xe0\x05\xe9\xb7\x55\xa5\xd8\x84\xf9\xdd\x56\xab\xd3\x6b\x83\ \xfb\x1b\xc1\x14\xea\xc4\x5a\x54\x91\x28\x06\xc0\xe3\x4b\xc5\x72\ \xab\xcd\x6c\xb7\x63\x2e\x3b\x06\x9e\x55\xad\x55\xa9\x0d\x80\x77\ \x3a\xbe\x58\xad\x10\x2a\x14\x46\x95\x5a\xa3\xd0\xe8\x34\x5a\x8d\ \xce\x66\xb5\xf0\xc5\x46\x31\x6a\xe8\xd0\x08\x55\x46\xa9\x5c\xaa\ \xd5\x04\x2a\x05\x3d\xd0\x1b\x3a\x86\xbd\x41\xa7\xde\x6c\x77\xd8\ \xdd\x98\x3f\x64\xd6\x87\xf3\x5e\x0f\x40\x57\xc0\xa4\x32\x38\x43\ \xd5\xbc\x2f\xd2\xf0\x3a\x30\xac\x79\xb4\x1d\xf6\x1e\x0c\x1c\x58\ \xc0\xe1\xf4\x60\xe1\xe3\x80\x27\xb4\x93\xf7\x20\x2d\x3f\xc2\x0c\ \x76\xbf\xd7\x6c\xf1\xf9\x2a\x79\xa3\xe7\x74\x3f\xec\xb6\x57\x8f\ \xe1\x56\xfd\x42\xd0\xeb\x00\xc1\x72\x36\xb7\x3d\x3e\x4f\xd0\x11\ \x2a\xf8\x1d\x27\xd5\xed\x66\x3e\x14\x3a\x72\xd8\x9d\x1e\x5f\xc8\ \x1b\x70\xf8\x43\xfa\x7c\xc3\x15\x0a\x14\x9a\x8d\x80\x3b\x84\x79\ \x8e\xf3\x2e\x4b\x28\x64\x75\x6d\x7b\xab\xc7\x3e\xff\x71\xc0\xd5\ \xdf\xaf\x36\xb1\xa6\x2f\xbc\x1f\x3c\x19\x84\x02\xf9\x80\x2b\xdf\ \xf0\xda\x0f\xea\x27\xc9\xb3\xd3\x93\x4c\xf5\x30\x1b\x2b\xe5\xe2\ \xbb\x47\x9d\x7e\xb3\x32\xd8\xab\x65\xfa\x47\x99\x2a\xf8\xf3\xdd\ \x6e\x3b\x18\xf0\xdb\x42\x5e\x5f\x48\x6f\x75\x84\x6d\x6a\xbb\xcd\ \x60\xb6\x46\xfc\x56\x4f\x21\xe2\xb4\x7b\x7c\x83\x4e\x76\x10\x3a\ \x1e\xc4\xba\xbb\x95\xe6\x60\xaf\x0a\xb2\x31\xae\xb5\xf7\xb7\xb6\ \xfa\x3b\xb9\x7a\xb7\x72\xd8\x8d\x77\xb6\x62\x89\x6e\x26\xd5\xdd\ \x8a\xb6\x5b\x99\x6c\xa7\x12\xcd\xc6\xd3\x95\x5c\x74\x37\x91\xe9\ \x94\x47\xb5\x9d\x0c\x0a\xa8\x4a\xd5\x6a\xe9\x6c\x3c\x91\x1d\xa2\ \xb5\xf1\xad\x6e\x31\xda\xea\xa5\x32\xbd\x51\xba\x7c\x9d\x8b\x17\ \xeb\x5b\xad\xb3\x64\x2e\xde\x1a\xd7\x72\xad\x5c\x2e\x79\x78\x98\ \x2c\xa6\xca\xa5\xeb\xf3\xdb\x52\x02\xa0\x2d\x96\x1d\xec\x1f\x36\ \x0e\xc6\xa5\x78\x36\x9b\x4e\xd6\x13\x89\x54\xab\x7c\xd6\x8a\xbe\ \x4e\xb6\xcf\x6e\xe0\x41\xb2\xc3\x31\x2a\x0f\x2b\x25\x87\x67\xd7\ \x17\xd1\xd4\x17\xe3\xe2\x55\xb9\xf4\xd9\x97\xc5\x8b\x5e\x3d\x1d\ \x1f\x5f\x5e\xb7\x46\x17\xb7\xd7\xe7\xc5\xd1\xeb\xdb\xd4\xe5\x30\ \x31\x3c\xab\x7f\xf1\xf2\xd7\x5f\xfe\xfe\xd7\x7f\xf9\xc7\x8f\x7f\ \xfa\xab\x4f\xde\x79\xfa\xe8\xe3\xb7\x1f\xbd\xff\xfe\xc6\x86\x84\ \x05\x8e\x6f\x02\x07\x8a\x45\x81\x83\x12\x07\x6e\x8d\x26\x61\x4f\ \xd2\x10\xce\xa0\x58\x17\xf2\x3a\x28\x0c\x98\x37\x06\xfb\x21\x1b\ \xb7\x22\x11\x3c\x00\x76\x02\xc7\xc7\x16\xb0\xc0\x9b\x21\x24\x12\ \x70\x90\x1b\x84\x5b\x32\xd0\x26\x3b\x16\x88\x94\x80\x0d\xd8\x04\ \x5c\x45\xc2\xa1\xf9\x53\x2a\xc8\x14\x03\x75\xc6\x53\xc0\x6f\x51\ \xc8\x38\xb4\x32\x85\x6a\x24\xd8\x6c\x12\xdc\x9a\x43\x66\xb1\x48\ \x14\x06\x45\x04\x9e\x11\x27\x62\x81\x0d\x24\x12\xef\x86\xac\xa8\ \x2c\x90\x51\x94\x75\xc5\x60\x81\x01\xe4\x30\x58\xc8\xa6\x71\x28\ \xf0\x3a\x04\x02\x32\xdc\x9f\x86\x67\x51\x70\x68\x43\x0f\x1a\xe0\ \x04\x2c\x9b\x44\x81\x57\x04\x02\x3c\x36\x82\x43\x12\xb0\xd5\x24\ \x95\x44\x45\x71\x10\x93\x60\x4a\x49\xc8\x31\x4e\x01\x65\xc1\xef\ \xfb\x17\x8b\xa8\xe5\x06\x1c\xe1\x7b\xab\x2f\xfe\xfd\x23\xdc\xfa\ \xd3\x87\x64\x02\xed\xa1\x48\x22\x00\x7b\x49\x21\xe0\x25\x68\x88\ \x43\x44\xa5\xad\x3f\x00\xd5\x5d\xa1\xd1\x24\x64\xb4\xd4\x0f\x78\ \xc7\x40\xcd\x19\x68\x09\x8b\x4c\x78\xbe\x4a\x24\xc0\xd3\xe0\x51\ \xc1\x0e\x1b\x5e\xf3\xfa\x06\x7b\x85\x81\x5b\x7b\x0e\xc7\xe4\xda\ \x22\x78\xc1\x67\x4f\x36\x17\xe7\xc1\x79\x4e\x4f\x2c\xae\xad\xbe\ \xa1\x76\x9a\xe5\x6a\xde\x3f\x2f\x80\x32\xcd\xcc\xc8\x74\x46\xfe\ \xec\x1c\x73\xf6\x3e\x7d\x46\x28\x17\x32\x97\xe8\x0b\xb3\x4b\x0b\ \x5c\x9e\x52\x8f\xc2\x62\xe8\x20\x58\x62\xad\x96\x7b\x1f\x9d\xf7\ \x13\xce\x08\x55\xb3\x77\xf7\x11\xce\xdd\x13\x8a\x67\xd0\x4a\x3a\ \x8f\x29\x93\xea\xec\x56\x83\x42\x06\x96\x90\x27\x95\x2d\x80\x6a\ \xf1\x66\xe7\x16\x96\x78\xc8\x4f\x06\x33\x3c\x2e\x4f\xf5\xcd\x8f\ \x8f\x6e\xcf\x4e\xe2\x3f\xfc\xd5\xaf\x3e\xcf\x66\x6f\xff\xf6\xe9\ \x0f\x7f\xf9\xed\x8f\x7e\xf4\xab\xf7\x7f\xf5\xb3\xdf\xbc\xf5\x08\ \x5c\xed\x24\xe3\xaf\xaf\x5a\xe5\xbe\xcb\x65\xd1\x69\x34\x16\xb5\ \xc1\xac\x47\x1b\xd2\x74\x0a\x9d\xce\x2e\xd5\x8a\x85\x72\xb5\x45\ \x2f\x16\x1b\x4c\x56\xb3\x45\x63\x30\x5b\xcc\x6a\xb1\xca\xa8\x97\ \x2a\xf4\x4a\x8d\x49\xa9\x50\xe9\xe4\x7c\xb5\xd2\x60\xd0\x5b\x34\ \x2e\x83\xc5\x6e\x84\xbb\x5a\x4c\x66\x31\x18\x3b\x83\x7f\xf4\xfe\ \xc3\xef\xbd\x25\xc2\x4d\x4f\xaf\x3d\x59\x06\xb4\x05\xc9\x9a\x24\ \x4c\x2f\x4e\xcd\x4f\xcd\x4f\x10\x26\xd0\x82\xfc\x93\xb5\x27\xab\ \xcf\x56\x37\x3f\xfa\x70\x95\xf6\x69\x2c\xec\x04\x76\x71\xd8\x1d\ \x7e\x97\x56\xa9\xd6\xea\x6d\xe0\xfb\x94\x62\x54\xa8\x21\x47\xce\ \xd0\xe0\x36\xdb\x6c\x80\x31\x4e\xab\xde\xae\x86\x97\x63\x32\xeb\ \x6d\x26\xa0\x2f\x9d\x5e\x2e\xd5\xeb\x8c\x68\xa8\x41\x2b\xd6\xa8\ \xf4\x3a\xad\x8c\x67\x44\xdd\x62\x3a\x85\x58\xae\x33\xeb\x94\x1a\ \xad\x23\x1b\xd2\x58\xdd\x7e\xbb\x39\x08\xf0\x67\xd5\x98\x2d\x6e\ \xb7\xc9\x84\x39\x55\x6a\x0c\x03\xfe\x31\x7b\x82\x16\x93\x15\xf3\ \xf5\xb7\xfd\xfe\x08\xa0\x51\xbe\x1a\x29\x78\xfc\x7b\x5b\x7e\x0f\ \x8a\xc8\x0a\xd9\xf2\x48\x58\x9a\x98\xcd\xeb\x74\x37\xec\x36\x1b\ \x90\x96\x17\xf3\x77\xfa\x96\xc0\xfe\x51\xd8\xed\x6a\xd6\x7c\x4a\ \x43\x3f\x1c\x2e\x34\x43\xd5\x63\x97\xc3\x87\x01\x7e\x81\xc8\x85\ \x6d\xcd\x7e\x18\x2b\x04\xc3\x98\xdb\xbf\xbd\xd7\x70\x47\xbc\x5e\ \x6f\x10\xcb\x3b\xfc\xd5\x90\xcf\xe9\x0b\xd8\xfc\x05\x20\x2b\xa7\ \x25\x80\xf6\x2d\x79\xf7\xfa\xf9\x48\xbe\x1a\xc2\x4e\x1b\xed\x9d\ \x90\x6b\xb7\x1c\xe9\x1f\x94\xf3\x05\xaf\xf7\x78\x2f\x68\x2f\xa7\ \x33\xa5\x51\x2d\x5c\x6b\x1e\x65\x77\xda\xd9\x6c\x6e\xbb\xd2\x3f\ \x1a\x1c\x1e\x56\x72\x9d\xc1\x96\xef\x14\xc5\xa5\x9f\x84\xab\x4d\ \x67\x3e\xe8\x76\xb8\xcc\x06\xa7\xc7\x6c\x35\x1b\xdc\x4e\x67\xc8\ \x11\xc2\x5c\x0e\xa7\xb3\x99\x8d\x25\x4f\x8f\x1b\xbb\x89\x52\x3d\ \x77\x32\x38\x3d\xce\x95\x73\xb1\x51\x72\xb0\x5b\x3f\xcc\xa5\x5a\ \xd9\xce\x4e\xaa\x7c\xb4\x1b\x4b\x67\xeb\xbd\x4e\x2c\xb5\x1b\xaf\ \xb4\x6b\xa5\x72\xb2\x15\xeb\x74\xa3\x99\x56\x2e\x1d\x3d\xcf\x0e\ \xea\xc3\x5c\x09\x94\xb2\x08\x04\xd5\x4d\x8e\x12\xb1\x7a\x2a\x8a\ \xe2\x44\x6b\xbd\x54\xab\x94\x01\xd0\xca\x15\x93\xa9\xf3\x62\x6e\ \x1c\x6f\x8d\xce\x6b\x99\xe1\x28\xd1\x8e\xb5\x8a\xd1\x74\xef\x7c\ \x7c\xd5\xeb\x8d\x93\x99\xd8\x68\x67\x7f\xb0\xd7\x19\x16\x53\xed\ \x5c\xe2\xe6\x3c\x97\x3c\xeb\x25\xe1\xc5\x9c\x25\x53\xa9\x54\x0d\ \x9e\xba\x95\xca\xb6\x2e\x47\xc5\x7a\x32\x56\x6f\xb5\xcf\x6e\xc7\ \xe7\xa3\x54\xf1\xba\x55\xbc\x7a\x75\xd6\x1a\x8e\xce\x5f\x5d\x5f\ \x7f\xf6\xd5\x75\xbd\xfe\xfa\x77\xe7\xa5\xab\xb3\xd1\xcb\x57\xa5\ \xd2\x97\x5f\x7c\xfe\xe5\xb7\x3f\xfe\xf4\xa7\xdf\xfd\xf1\xed\x47\ \x6f\xbf\xfd\xf4\xed\xb7\x1e\xac\x3f\x78\x6b\x1d\x35\x09\x92\xf1\ \x53\x70\x04\xe2\x41\x39\x48\x0c\x16\x8e\x05\x82\x84\xc3\xa1\x0d\ \x81\x34\x16\x18\x37\x0e\x0a\xf8\xa4\x48\x24\x2b\x2c\xb2\x00\x7d\ \xb1\x1e\x3e\x40\x59\x7b\x02\xe0\x1e\x36\x5a\xaf\xc7\xd3\xd8\xe0\ \xd7\x38\x6c\xb8\x3b\x1b\x45\x61\xa1\x15\x74\x94\x83\x8e\x27\xd3\ \x70\xf0\x45\x04\x03\x45\x41\xca\x85\x56\x7e\x80\xbd\xf0\x77\xda\ \x83\x4e\xec\xa1\x4d\x30\x68\x1d\x7f\x05\x45\x8b\x82\x85\xe3\x80\ \xdf\xa4\xb1\xf0\x04\x2a\x81\x88\x72\x68\x44\x14\xd4\x30\x41\x44\ \x93\xf0\x28\xdf\x5d\x00\xba\x24\x11\x51\xd0\xc4\x05\x03\xac\x28\ \x5c\xc5\x42\x73\xab\x68\x23\x22\x0d\xcf\x41\x2d\x84\xa8\x81\x50\ \xc0\x46\x5b\xaa\xf1\x64\x38\x66\xe0\x02\x0a\x75\x82\x80\x23\x4c\ \x82\x5b\x24\x4d\xc1\xb1\x43\x22\x91\x08\xcf\x9f\x3f\x99\xd8\x9c\ \x9f\x9f\x5f\x7e\xf2\xee\xea\x47\xff\xfe\x01\xf1\xc1\xfb\x1b\x34\ \x22\x89\x2d\x58\x91\xa0\xc9\x54\x1a\x1b\xc4\x15\x2d\x97\x01\xf4\ \xad\x70\x68\x6c\xb6\x88\x43\xe1\x6c\x80\x2c\x8b\x50\xcf\x2a\x91\ \x4c\x9a\x5f\x25\xd2\x26\xe0\x20\x04\x47\x2b\xa0\xd0\x56\xd0\xe9\ \x82\x8d\x07\x0c\x0e\x11\x59\xc1\xd5\xc5\x09\xc2\xda\x22\x5a\xd0\ \x5f\x9e\x9f\x07\xa9\x9a\x98\x9f\x58\x5d\x7d\xef\x0d\xbd\xcd\xac\ \xd6\x0a\xdf\xbc\xc7\x95\xdd\xa3\x2f\xcd\xaa\xd4\xea\xd9\x39\xfe\ \x2c\xa8\x16\x8f\x27\x5c\xf8\x67\xba\x70\x6e\xe9\xde\xc2\x02\x5f\ \x25\xe5\x33\x67\xef\xf6\x06\xde\x8d\xbd\x83\x07\x9c\x7b\x93\xa9\ \x52\x80\x18\xdd\x43\x25\xf4\x42\x21\x1d\xb5\x0e\xc2\x3d\xb9\x0a\ \xb5\x41\x8f\x66\xb0\x66\xa5\x5a\x39\x2a\xc6\x91\x89\xf9\xb3\x60\ \x0a\x97\x66\x5c\x07\x06\x21\x77\xf6\xbe\xea\xed\x4f\x93\xfd\x80\ \x2b\xd2\xfd\x98\xf5\xce\xdb\x2c\xd1\x9f\xde\xfa\xe3\xcf\x1f\xac\ \x3f\xfc\x19\x7b\xf5\xc1\x27\xbf\x7a\xb0\xf2\xc9\x1f\x5e\xc7\xb7\ \xfa\x3e\x0c\x80\xca\x68\x54\xa8\x4d\x26\xb5\x4d\xad\x50\xea\x34\ \x3a\xb3\x10\x54\x49\x29\xd3\xda\xcc\x26\x85\x52\x65\x75\xd9\xad\ \x26\xab\x1e\xd4\x4c\xa5\x53\x1a\x84\x0a\x9b\x19\xec\xa1\x51\xaf\ \x56\xc8\xc4\x3a\xab\xd9\xe4\x50\xa9\xcc\x6e\xb3\x4e\x6f\x05\x3e\ \xb2\xaa\x15\x2a\xa5\xd9\xe8\xeb\xfd\xfc\x9d\xef\x3d\x66\x11\x36\ \x9f\x7f\xf8\xee\xe6\xda\x04\x72\xdd\xf3\xab\xf0\x21\x4c\x91\x26\ \xe7\xa7\x16\x09\xa0\xdd\xab\xef\xad\xa2\xf3\x10\x13\xab\x1f\xfe\ \xaf\x1f\xac\x7e\x9c\x74\x99\x2d\x4e\x43\xc4\xab\x71\x68\xd4\x46\ \x05\x8f\x6b\xb1\x6a\xb5\x3c\xb9\x50\x2a\x16\x82\x84\xd9\x3d\x6a\ \x17\xe6\x72\x9a\x2d\x56\x80\x30\x2d\xd7\x60\xb5\x04\x0d\x7c\xbe\ \xd4\x60\x53\xa9\x8c\x5a\xb1\x56\x6e\xd2\xc9\xe5\x26\x03\x48\x1d\ \x8f\x2f\x36\xab\x35\x06\x1d\x58\x57\x85\xce\x60\xd0\x28\xb1\x5c\ \x44\x69\x0c\x15\x42\x26\xa7\xc5\x1c\xc6\x94\x28\xec\xdc\x6e\xf1\ \x79\x0d\x46\x97\xc1\x66\xf5\x37\xdc\x6e\xa7\xda\x8f\xf9\xf7\x5c\ \x76\x9b\x27\x64\xc3\xfa\x81\x93\xa6\xdf\xdf\xdf\xf2\xda\xf7\x7c\ \xa1\xe6\x9e\x2b\xd0\x74\x3b\xf6\x9b\x1e\x97\xcb\xec\xae\x62\xde\ \x08\x66\x73\xfa\xab\x8d\xec\xb1\xc3\x9b\x2f\x04\x23\xde\xbd\xc3\ \x63\x95\xfe\x38\x9c\xdf\x6e\x1c\x47\x0e\x31\x7d\xc1\x93\x0f\x6f\ \xbb\xb0\xa3\x80\x23\x1c\xce\xa3\xe6\xd2\x88\xcb\x50\xe8\x6f\x57\ \xab\xdb\xce\x46\xc0\x19\x8c\x84\x7c\xe1\x40\xde\x66\xc7\x9a\x07\ \x01\x6f\x1f\x0b\xf8\x7c\x7a\x8f\x3d\x14\x08\x86\x83\xa1\xa3\x90\ \x37\x5f\xed\x34\x0b\xf9\x4e\x26\x12\xda\x3e\x3a\x6e\x1e\xf5\x1b\ \xa7\x91\x60\x2e\x16\xaf\x94\x0f\x7c\xd1\xa3\xbd\xc3\x5a\xa7\x96\ \x8c\x1e\xa5\x76\x22\x87\x20\x5d\x9d\x9d\xbd\x9d\xa3\xed\xd8\x4e\ \x0e\x04\xeb\xa8\x13\xf4\xd8\x31\x8b\xdd\xea\xf4\x61\x3a\x8b\x5d\ \x6f\xc1\xb0\x2a\x7c\x50\x11\x9f\xcb\x92\xcf\x76\xca\xdd\xed\x9d\ \xd3\x0c\x60\xcc\x7e\xe7\xa8\x9f\x2d\x77\x4a\xc3\xdc\x60\x70\x7a\ \x9a\x1b\xe7\xca\x5d\x54\xcb\x9c\x6c\xed\xc4\x62\xe0\xfb\x6a\xed\ \xf8\xa0\xdd\x8a\x67\xb7\x4a\xc9\xe3\x4a\x22\x1d\x4f\xd7\xeb\xa3\ \xd8\x56\x3c\xd5\x2a\xc6\x12\x99\x44\xac\x95\xea\x66\xea\xa0\x5c\ \xf1\x32\xd8\xbb\x6e\xf2\xac\x55\x4c\xa6\xe3\xaf\x6f\x86\xad\xe4\ \xf9\x65\x31\x73\xde\x6b\xa5\x5e\x56\x76\x87\x97\xe9\x6c\xa2\x38\ \x4e\x65\x87\xc9\xde\x17\x17\xa5\x61\x7a\xab\x55\xef\x64\x0e\xbb\ \xbb\xb9\x68\x22\x9a\x8d\xb6\xea\xe9\x97\x17\xad\xfa\x38\x7d\x36\ \xee\x26\x2f\x52\xf0\x08\xa5\xeb\xb3\x54\xfd\xf2\xea\xe5\x6d\xa9\ \xfb\xb2\x17\xfb\xf2\x76\x74\x79\x5d\x7a\x79\x09\x76\x73\x5c\x1f\ \xdf\x7c\x79\x7d\x76\x35\xfa\xfc\xf3\xeb\x2f\x5a\x37\x3f\xfc\xf5\ \xcb\x8b\xf3\xb3\xde\x28\x39\xfe\xc3\xef\xbf\xfd\xf3\xa7\x9f\xfe\ \xe4\xbb\xef\xde\x12\xbc\xf5\xf8\xd1\xf7\xdf\x7e\xf4\xe8\xc1\x83\ \x07\x60\xc0\x08\x68\x52\x7d\x82\x88\x08\x86\x41\xa2\x92\xf1\x2b\ \x22\x1a\x0a\x9e\x62\x73\x38\x12\x10\xa4\x0d\xce\x24\x4a\x2c\x60\ \x48\xee\xf6\x3b\xa3\x71\x06\xc1\xdb\x2b\x0c\x22\x45\xc4\x96\x6c\ \xb0\x68\x22\x84\x61\x1c\x3c\x15\x0d\x8c\xae\x48\x50\xc5\x3c\x08\ \x0b\xee\x6e\x70\x8b\x4c\xa3\x82\x8a\xe0\x89\x53\x77\x61\x2c\x64\ \x1c\x85\x8c\xc7\xb1\x36\xa8\x22\xb4\xc4\x4f\x63\xb0\xd8\x02\x40\ \x20\x16\x3a\xe9\x88\x07\xdd\x42\xe5\x61\x54\xd4\x35\x28\xa2\x92\ \x28\xe8\x6c\x1d\xd8\x3a\x11\x9b\x86\xa3\x51\x38\x12\x0a\x81\xc8\ \x81\xc7\x40\x73\x03\x2c\x16\x9a\xb3\xa0\xb2\x19\x54\x16\x0d\xc7\ \x60\xe0\x50\x39\x2b\x07\x87\x27\x52\x40\x71\x27\xa6\x49\x94\x49\ \x0e\x87\x4c\x40\xd1\x30\x13\x34\x2a\x5a\xf5\x27\x4e\x4f\x82\x54\ \x4d\x12\x26\x40\xb8\x96\xa7\x27\xa6\x89\x53\x6b\xab\xf3\x13\x4f\ \x9e\x2d\x2f\x2e\x3e\x7b\xb6\xfc\xd1\xff\xfb\x88\xf4\xe0\xd1\xdb\ \x2c\x02\xe7\xf1\xca\xc3\x3b\x4f\x07\xaa\x45\x9c\xa2\x52\x57\x50\ \x0c\x34\x9b\xb3\xf2\x40\xc2\x96\x50\xd0\x89\x4b\xd6\x06\x8b\xc1\ \x92\x10\xa7\x71\xf3\xf3\x77\x2e\x98\x4c\x41\xde\x91\x26\x79\x00\ \x62\xbb\xc2\x22\x2e\x3f\x79\xb1\x3a\x3f\xbd\x06\x26\x10\x8e\xd1\ \xcd\x67\xab\xf3\xab\x20\x5f\x84\x29\x50\xc5\xf9\x8f\xde\xe0\x9b\ \x6c\x4a\x19\x73\x81\x7e\xff\xcd\x37\xe7\xee\xbf\x29\xd4\x6b\xe9\ \xf7\xe9\x73\x4c\x3a\xda\x87\x23\x9c\x5b\x00\x6a\x5a\x98\xe3\x83\ \x02\x81\x4e\x31\x85\x74\xe6\x82\x8c\xc7\x5f\xe0\x02\x39\x2d\xdd\ \x5b\x12\x6a\x67\x67\x66\x17\xe0\x06\x20\x64\xbc\xb9\x59\xa1\x90\ \xc7\xa3\xf3\x64\x06\xcc\x68\x50\x02\x88\xf0\x50\x63\x16\x7f\x8e\ \xab\x60\x72\x99\x42\xbe\xdc\x12\x52\xf1\xa4\x4c\xa1\x6e\xa1\x8a\ \xfb\xab\x5d\xef\xc4\xb6\x0e\x76\x7f\xb3\xb2\xbe\xf2\xf6\xc6\xc6\ \x5f\xff\xf2\xd6\xc3\x6f\xfe\xf4\xab\xf5\x5f\xfc\xe4\x0f\xff\xf9\ \xdb\x7a\x6c\x10\x52\x1a\xdc\x60\x14\x01\xae\xcc\x28\xc3\x58\x63\ \xb1\x1a\x15\x60\xac\x84\x06\xbd\xc9\x28\x36\x78\x94\x06\x93\xd1\ \x8c\xce\x04\x82\x0e\x89\x35\x1a\x95\xce\x6d\x41\x5d\x60\x98\x52\ \xa9\xd0\x88\x35\x2e\x37\x28\x9a\x4a\xa7\x46\xad\x2d\x1a\xab\x46\ \x6b\x30\x38\x8d\x7a\xa1\xd8\xe8\x0e\xdc\xbe\xf5\xf0\xfb\x2b\xf8\ \xc5\xe7\x6b\x9b\xcf\xdf\xfb\xe0\xc9\x93\xb5\xb5\x77\xdf\x7b\xb2\ \xb6\xb9\xba\x48\x20\x2e\xc3\xef\x0a\x1c\x15\x6c\xe2\x32\xfc\xb6\ \x40\xfb\x2c\xd7\x9e\xfc\xe0\x05\xf1\xe3\x5b\x9f\x58\x6f\x30\x99\ \x8d\x1a\xa9\x52\xaa\x36\xda\x54\x06\x94\x99\xac\xe5\xab\x14\x4a\ \xab\xc7\xef\xb0\xb8\x7d\x4e\xab\xc5\x67\x33\x88\xb9\x1a\x83\xc9\ \x03\x9f\xa1\x1a\x0c\xaa\xda\xa4\x37\x2a\x81\xad\x74\x4a\xad\x52\ \xae\x57\xc8\x8c\x5a\xa3\x4d\x6f\x74\x59\xf5\x3a\xb1\x50\xaf\x56\ \x2a\xfd\xa5\x86\x55\xed\x74\x05\xdc\x76\xa7\x2d\xec\xd1\xd9\x9c\ \x4e\x6b\xc4\xed\x36\x1b\xac\x6e\x9d\x19\x03\xda\x0a\x78\xf5\x98\ \xb7\xb0\x0d\x7f\xc5\xfc\xce\xa0\xaf\x70\x52\x75\xba\x8e\xb7\x30\ \xfb\x71\xc5\x13\x0c\xfb\x1b\xdb\x4e\xc3\xe9\x91\xc5\x5d\xf0\x9d\ \x54\xb1\x88\xcb\xe9\xb3\x07\x03\x8d\xe3\x82\x2e\x58\xf5\x3b\xdd\ \xf6\x46\xfb\xc0\x62\xc8\x7b\x9b\x7b\x55\x4f\xe1\xc4\xe1\x2a\x60\ \x5e\xbf\xd3\x15\x39\xf2\xda\x8f\x9b\x8d\xe3\x50\xc0\xb7\xe7\xc3\ \x1a\x2e\x8f\xbf\xd1\x0c\x1d\x05\xcc\xc1\x41\x3f\xe8\xad\x36\xf6\ \xc2\xb6\x42\x20\x70\xdc\xb0\x7b\xab\x80\x71\x47\x85\xfc\xf6\xb6\ \x3f\xbc\xe3\xb4\x07\x4e\x7c\x85\xed\x66\xff\xd4\x71\x72\x90\xaf\ \x36\x8e\x40\x17\xfd\x91\x4a\xb2\x9e\xee\x76\x8f\xe3\xd9\x7e\x65\ \xb7\x95\x1a\x95\xab\xdd\x7e\xff\x30\x99\xe9\xec\x9c\xec\xe7\xfa\ \x83\xca\xc1\xc1\xc1\x49\x28\x7f\xe2\x68\x44\xc2\x11\x87\x3e\x10\ \x70\xa3\xf3\x17\x16\x0c\x40\xcf\xe1\xf4\x01\x91\xfa\x4e\xb7\xea\ \x9d\x41\xbb\x7b\x56\x8e\x26\x0e\x4a\x87\x83\x5c\x36\x97\x4e\xec\ \x0e\x2a\x9d\xc3\xf3\xab\x52\xa6\x3b\x48\x44\x73\xed\x58\x3b\x5b\ \x4c\x0e\x62\xc9\x6e\xb6\x92\x89\x25\x13\x60\x15\x0f\x2b\x5b\x83\ \xf8\xa8\xd4\x4d\x8c\x76\xa3\xa9\x54\x3d\x9e\xca\x96\x92\xe9\x6c\ \x72\x7c\x96\x48\xb6\xa2\xb5\xe2\xf8\xf6\x22\x77\xfe\x32\x97\xea\ \x82\x61\x4b\x44\xa3\xa9\xb3\x7a\xad\x07\xc2\x76\x8d\xc2\x17\x12\ \xd1\x52\xbc\xdb\x8d\x5d\x8c\x5f\x7d\x76\x9e\x4a\x67\xda\xc5\x68\ \xb7\x52\xd9\xea\xb4\x73\xc5\x52\xbc\x9e\x28\xe7\xae\xcf\x5b\xa3\ \xd4\x6e\xf1\x22\xd9\x1a\x16\xc7\xa3\xcf\x7b\x17\xe7\xd1\x44\xfd\ \xfc\xf2\xe2\x6c\xfc\xaa\x77\xf5\xfb\xcb\xde\xe5\x4d\xeb\xe5\x28\ \x3d\x04\x19\xbb\xbd\x1a\x8d\xcf\xce\x47\xe7\x67\xe7\xbd\xcc\xd9\ \x9f\xff\xe3\xf6\xe2\x72\x7c\x7e\x76\xd5\xfb\xfa\x3f\xff\xfe\xf7\ \xbf\xff\xf4\x9d\x9f\x7f\xf3\x74\xfd\xe9\x3a\x58\xa1\x8d\x47\x0f\ \x24\xa8\xec\x94\x8c\x8a\x96\x09\x38\x1c\x40\x16\x48\x08\x95\xc2\ \xe1\x50\x71\xe0\x10\x29\xeb\x1c\x09\x40\x06\x0d\x4d\x80\x52\x08\ \x8c\x15\x96\x04\x4d\x40\xb1\x19\x2c\x80\x0d\x34\x8c\x0e\x3e\x88\ \x4a\x14\x81\x83\xa2\xe2\xc0\xd5\xd1\xf0\xb8\x15\xb4\xec\x23\xe2\ \xdc\x9d\xf4\x27\xa3\x28\x2d\x2a\x9a\xc0\x9a\x98\x02\xe3\x86\x66\ \xa2\xd0\x7e\x6a\x01\x8d\x44\x59\xe1\x08\xd6\xa9\x04\x60\x2c\x16\ \x01\x8e\x79\xb0\x8f\x34\x16\x38\x4d\x2a\x20\x17\x8d\x45\x9a\x20\ \xa0\x29\x79\x32\x6b\x1d\x9d\x3f\xc4\x53\x01\xaa\x58\x1c\x2a\x59\ \x40\x65\xb0\xc9\x02\x90\x43\x1a\x8d\xf1\x60\x1d\x2d\x33\x91\x51\ \x92\x0d\x9e\x03\x1c\x35\x89\x32\xe4\x59\x84\x45\xe2\xe2\x14\x8e\ \x44\x44\x30\x47\xc2\x53\x70\x24\x0e\x87\x08\x22\x4a\x00\xa8\x9b\ \x44\x0a\x38\x4d\xc2\x4d\x4d\x80\x67\x24\xdc\xcd\x62\x7f\xb0\xf9\ \xee\xea\xf3\x0f\x9e\xff\xcf\xff\xf3\x1e\x7e\xe3\x9d\x87\x54\x3c\ \x6b\x5d\xb2\x02\xcf\x40\xc1\x0b\x58\x2c\x40\x42\x34\x56\x8f\xc6\ \x45\x19\x1b\x1b\x68\xb8\x1e\x0d\x66\x31\xf0\x68\x21\x6e\x9e\x38\ \x31\x85\xc2\xfc\x58\x70\x3d\x6b\x1d\xe8\xf3\xe1\x0a\x95\x34\x0d\ \x36\x68\xf5\xc5\xda\xd4\x04\x48\xd6\x93\xd5\xa9\xc5\xe5\xf7\x80\ \x2d\x50\x93\xce\xc4\xd4\xe6\xea\xf2\xbb\x6f\xcc\x18\x4c\x1a\x85\ \x94\x7e\xef\x5f\xde\xbc\x4f\xe7\xcd\xf1\x75\x8a\x7b\xb3\x73\x33\ \x4b\x4b\x4b\xb3\x5c\xa1\x51\x21\x03\xef\xc7\x9c\xe3\x49\xc5\x72\ \xfe\x2c\x9d\x4f\xe7\xce\xca\xb9\x72\x39\x18\x43\x94\x44\xba\x04\ \xdf\x66\xff\x69\x86\xcb\x9d\x99\x93\xc9\xc5\xe2\x7b\x33\x48\xda\ \x98\x32\x87\xd3\x6f\x57\xca\xb8\xb3\x74\xee\x0c\x5f\xcc\xfd\xe7\ \x05\x3a\x7d\x6e\x8e\xae\xf3\xe8\xfe\xe5\x4d\x9e\x46\xc1\xd7\xe8\ \x66\xfd\xbf\xf8\x71\xde\xde\xfe\xf3\x2b\xab\xed\x87\xdf\x7c\xf2\ \x9b\x3f\xfe\xf4\x87\x9f\x88\xde\xff\xc7\x4f\xff\xf3\x1f\xff\xf8\ \xdd\x97\x5f\x96\xb6\x5d\x0e\x93\xd1\x60\x52\x6b\x15\x4a\x85\x5e\ \xad\xd5\x81\x11\x53\x58\x51\x74\x83\x06\x4d\x0b\x18\x75\x16\x83\ \x4e\xab\xd6\xab\x14\xe0\xd3\xd4\x2a\xab\x50\xa5\x92\xa3\x0b\xd5\ \x0a\x9d\xcd\x64\x44\x33\xe6\xf6\xbb\xf2\x08\x34\x07\x65\x36\x0a\ \xb5\x62\x83\xd3\xe1\x56\xab\xc4\x0a\xb1\xc9\x9f\xfd\xf5\xe3\xf7\ \x9f\x32\x58\x9b\x6b\xf0\x31\x7c\xf0\x2e\x7c\xce\xef\xbe\xfb\xc1\ \x7b\xef\x3e\x7f\xb6\x3c\x31\x3f\x39\x3f\x41\x42\x19\x63\xf8\xc5\ \x67\x9b\x4f\xe0\xb3\x59\x5c\x7d\x3e\xff\xe4\xa3\xff\xb9\xf9\xa7\ \x94\x5b\xcc\x93\xe9\x00\xec\x5c\x46\xbb\x42\x61\x32\x2a\x4d\x5a\ \x9e\x4a\xa3\x76\x5a\x2c\x36\xb7\x3d\xe2\xf2\xb8\xc2\x11\x83\x58\ \x68\x36\x98\xf4\x16\xb9\xcc\xa8\xd2\xf0\xc4\x7a\xbf\x47\xc5\xd5\ \x88\x65\x4a\xa5\x56\x63\x83\x97\xaa\xd5\x2b\xb5\x72\xab\x46\xa3\ \x94\xf1\xe0\x9b\xda\x3a\x28\x58\xa4\x0a\xab\xaf\x1a\x74\x63\x3e\ \xb7\xc5\xe9\x37\x5b\xec\x16\xa7\x4f\x6f\x01\xe2\x32\xb8\x3c\x1e\ \xbf\x4d\x6d\x71\x60\x55\x7f\x04\x6b\x54\xed\xbe\x48\xb5\xd1\x0f\ \x34\x9a\x7b\x4e\x97\xb7\xef\xf0\x47\x22\x47\x7d\x87\x7d\x3b\x6f\ \x32\xf8\x3d\xfd\x53\xaf\x35\x82\x79\x9c\xce\x60\xf8\xa0\x61\xc7\ \x4e\x3c\x4e\xcc\x1e\xea\x06\x1d\xe6\x3d\x6f\xbe\x1f\x06\x93\xe7\ \x89\x78\x23\x81\x6a\xde\x19\xac\xfa\x0c\x03\x97\xa7\x9a\xdf\x6b\ \xee\xef\x05\x5c\xfe\x48\x28\xe0\x0a\x36\x31\x77\xb8\xd1\x2c\x78\ \x3c\x8e\xe6\x91\xc3\xeb\x09\x56\x03\x3e\x3b\xf8\x43\x77\xb8\x1a\ \xd9\xef\xbb\x43\xdb\x0e\x5f\x20\x14\x6e\x16\x1a\xa1\xa6\xab\x79\ \xea\xab\x06\xb6\x83\x7b\x0d\xcc\xd3\xd9\x8d\xd6\x0e\xa3\xed\xda\ \xde\x71\xb6\x94\xc8\x8e\xba\x07\xc5\x93\xbd\xee\x71\xa5\xdd\x1e\ \x34\xd3\x81\x41\x0e\xc8\xf8\x28\xd4\xf0\xd9\x82\xf6\x6a\xd8\x80\ \x85\xbc\x01\xaf\xdf\x04\x94\x6b\xf7\x61\x11\xbf\xd7\x83\xd9\x22\ \xc7\x3b\xed\xfd\x41\x2d\x15\x3b\x1a\x66\x3b\x87\xc7\xfd\x7a\x2b\ \xbe\xd3\xd9\x3d\x8c\x1e\x6f\x25\x8a\x97\xad\xf8\x61\x37\x37\xe8\ \x44\x6b\xad\x68\x7a\xd0\x2d\xb7\xe3\xf1\x56\x3a\x97\x2e\x0f\x3a\ \xed\x64\x2e\x06\xe8\x94\x2a\xe6\xba\xf1\x72\xb4\x54\x1c\x26\xba\ \x95\x74\xbc\xd4\xbb\x4a\xe5\xce\x63\xdd\xd8\x67\x57\x97\xa5\x71\ \xf1\x2c\x1e\x8d\x67\x5b\xf5\x64\x1d\x7c\x62\xfb\x2c\x15\x4f\x8c\ \x52\xe3\x56\xa2\x95\xa8\x8f\x5f\x27\xdb\xc5\xc4\x67\xff\xd1\x4b\ \xb6\x40\xa1\x2a\x87\x89\xbd\x93\x68\xf6\xfc\xe6\x0a\x44\x2d\x91\ \xc9\xa5\x5b\x17\xdd\x58\xf1\x2c\xdb\x6a\x75\x8b\xc3\xdb\xb3\x51\ \x62\x37\x75\xfe\xfa\xbc\xd5\xba\x3c\xef\x8d\x4b\xc3\x97\x9f\x8d\ \xeb\x67\xc5\x33\xe0\xb5\xab\xcb\xdb\xf1\xc5\xf8\xcb\x61\xf1\x72\ \x7c\x33\xba\x7d\xfd\xea\xb2\x7e\x51\xac\xbf\xfc\xcf\xdf\xfd\xf7\ \x7f\xff\xed\xaf\xff\xfa\x8b\x8f\xdf\xfe\xaf\xa7\x82\xf7\x45\x1b\ \x8f\x57\x36\x58\x12\x50\x84\xc9\x29\x1c\x98\x42\x3c\x91\x83\xa3\ \x08\xa6\xc8\x34\x01\x8d\x8a\x26\x9c\xc8\xa8\xb8\x0b\xb4\x89\x02\ \x07\x2e\xf8\xb1\x87\x8c\x95\x15\x8a\xe4\xa1\x48\x20\x90\x6c\x00\ \x75\xbd\xf3\xce\x0a\x05\xcf\x59\x67\xa0\x5e\x2e\x06\xea\x93\x21\ \xa3\x21\x24\x11\x0b\x85\x14\x73\xd0\x3e\x69\xd0\x28\x1c\x5a\x4b\ \x22\x4c\x10\x27\x80\x92\x80\xd8\x08\xac\xbb\xa5\x78\xe0\x2d\x11\ \xf0\x8a\x00\x87\xf2\xd8\xef\x92\x5a\xee\x46\x50\x19\x6c\x2a\xaa\ \x33\xa4\x82\xc0\x81\x0f\x23\xa1\x15\x75\x09\x87\x44\x46\xa7\x1c\ \x05\x1c\x34\x51\x2e\x7a\x80\x1a\xe3\xf1\x78\x86\xe4\x01\xd8\xb3\ \x15\xf0\x7e\x02\x12\x8e\x4d\x63\x51\x19\x24\x12\x8d\x23\xa0\x10\ \xa7\x26\xa6\x09\x04\xb0\x8b\x14\x1c\x11\x47\x13\xc0\xc3\x90\x71\ \x38\x12\x1a\x2d\x65\x4c\x4f\xa2\x79\x2c\x32\x91\x38\x01\x8a\x34\ \xb9\x06\x4a\xf5\x2e\x1c\x46\xcf\x5f\x7c\xf8\xe2\xc5\xbf\xbd\x20\ \x3e\xd8\x78\x9b\x42\x20\xaf\xa3\xf5\xfe\x49\x02\x15\xa4\x89\x82\ \xce\x43\xc0\x63\x4b\x36\xc0\x19\x52\xd7\x01\x06\xc9\x44\xb4\x29\ \x1c\x19\xd1\xff\x8f\xa4\x77\x71\x4a\x3b\x4f\xf7\x3f\x1b\x01\x8b\ \x9b\xc0\x41\x6e\x02\x8a\xa0\xdc\x25\x80\x5c\x02\x02\x0e\x16\xa0\ \xc3\x25\x50\x12\x60\x09\x43\x50\x2e\x02\x72\x00\x45\x42\x10\x6f\ \x41\x51\x4b\x45\x43\x36\xf4\xda\x6b\x3b\x3d\xad\xeb\xf9\xb9\x3b\ \xbf\x4c\xd7\x5c\x6a\x6a\x36\xd9\x64\x52\xdd\xb5\x5d\x3d\x7d\xa6\ \xe6\xcc\xcc\xd9\x99\xe9\xc9\xd4\x9e\x9a\xe9\x3a\xbd\xb5\xb5\x7f\ \xc6\x3e\x9f\x9c\x98\x78\xe1\xf2\xe5\x0b\xe6\xfb\xe6\xf5\xfe\x7c\ \x9f\xe7\xfd\xc0\x4b\xa4\x64\x71\x28\xd4\x19\x31\x53\x38\x35\x37\ \xc7\x24\x31\xc9\x04\xf0\x82\x03\xfd\x7d\x63\x80\x0d\x43\x43\x00\ \x11\x13\x23\x23\xb3\x28\xd0\x7d\x60\x6c\x60\x00\x3f\x36\x39\x32\ \xf0\x01\xcd\x13\x30\x6a\x14\xec\xe1\xef\xfd\xe0\xee\x30\x48\x8f\ \x59\xcd\x1e\x1c\xe7\x31\x18\xa3\x3c\x91\x80\xcf\xe3\x71\x07\xef\ \x00\x46\xf1\x45\x22\x36\x5b\x8e\x46\x4b\xb0\x55\x1a\x05\x8d\xa7\ \x12\x09\xb8\x77\x06\x69\x0c\xb8\x92\x2f\x60\x0c\x8e\xb3\xe5\x06\ \x03\xc8\x12\x97\x2b\x97\x0b\x74\x41\x97\x1a\x8d\x9a\x60\x8f\xb2\ \xd1\x69\xc2\x61\xda\xe8\xf0\xb8\x28\xa1\x1d\x1e\xe7\xca\x74\x0a\ \x34\x95\x54\xa0\x28\xfe\xeb\xf4\x9b\xcc\x55\x49\x26\xcf\xcf\xfc\ \xf1\xdf\x7e\xfa\xf3\x4f\xff\xfe\xcb\xfb\xdf\xbd\x7b\xd1\x7d\x75\ \x59\x38\x88\x3b\x2d\x16\x83\x11\x0d\xe7\x32\x2b\x74\x26\x8b\x4e\ \xae\x70\x58\x4c\x16\x99\x51\x24\xd1\xea\xb4\x6a\x15\x00\x8f\x51\ \x6e\xd1\x6a\xd5\x56\xb5\xc5\xac\x41\xcc\x22\x53\x69\x4d\x66\x8d\ \xdd\x68\x31\x6a\x1d\x06\x95\x16\x65\x24\x5b\xc0\x83\x99\x6d\x6e\ \xa7\x4c\x63\x31\x5b\x5c\x06\x15\x68\x9a\xca\xec\x5b\x5d\xfa\x56\ \x7c\x8f\x42\x1f\xf9\xe4\xc9\xe2\xe3\x27\x8f\x17\x17\x17\x1f\x4f\ \xa0\xcf\x13\xcb\x80\x9f\xb3\x63\x23\xfd\x44\x12\xfc\x42\x89\x03\ \x63\x63\x93\x43\xfd\x43\x13\x13\x43\xb3\x13\x13\x9f\x7c\x34\xf2\ \xec\x26\xac\x92\xcb\x01\xec\x8c\x6a\x9e\x01\x76\x80\x2f\xe0\x1b\ \xac\x1e\x9b\xd5\xeb\xf3\xfa\x43\x41\x6f\x22\x62\x35\x88\x8c\x66\ \x8d\xd5\xa4\xd0\xd8\xcc\x5a\x85\x46\x6b\x0f\xe9\xe4\x3a\xf0\xa9\ \x2e\x8b\xc9\x64\x56\x28\xd4\x3a\x83\x4e\x05\xbb\xa7\x56\x48\x14\ \x2a\x91\xc4\xbe\x11\x96\x48\x2c\xce\x48\xb8\xed\x09\x7a\xdd\xe6\ \x80\xdf\xe6\x0c\xda\x82\x75\x9b\xca\x69\xf6\x5a\x1d\x3e\xaf\x2f\ \x64\x75\x58\x3c\x67\xd1\xa8\xab\x58\x0a\xc4\x23\xe1\x68\x3d\x5e\ \x3c\x88\xb9\x4d\xe1\x84\xdf\x5d\x5a\xaf\x36\x1c\xce\x52\xdc\xe3\ \x0d\xfb\x22\xc7\x75\x67\x20\xe2\x0b\x07\x42\xc5\xb3\x90\xd3\x13\ \x4b\x84\x02\x8e\xf0\x66\x44\x6b\x2f\x95\xa2\xf1\xd2\x7e\xa0\xe4\ \xa9\xc7\xc2\xbe\x6a\x3d\xe4\x2d\x46\x5d\x7b\xf5\x78\xa9\x7a\x58\ \x0a\x39\x63\x89\x70\xb4\x7a\x16\x8b\x25\xe2\xa5\xe2\xe1\xd9\xd9\ \x71\xc8\x19\x8e\x38\x43\xbe\xba\x37\x1a\xf6\x85\x82\x4e\x77\x34\ \x12\x29\x9d\x04\xe3\x8d\x30\x58\xc8\x46\x7c\x7f\xeb\x6c\x27\xda\ \xde\x6c\xef\x9f\x46\xe2\x7b\xab\xed\x62\x7e\xa1\xbb\xb0\xb9\xba\ \xde\x3a\xad\x1e\xd4\x36\x16\x16\xd6\x4f\x8f\x4e\xcf\x16\x36\x8f\ \xb6\xb7\x0f\x1a\x2b\xf5\xed\xa5\x85\xd5\xbd\xb3\x7a\xa4\xee\x0d\ \x26\x8e\xe3\x7e\xd8\x90\xd7\x17\xb4\x9a\x1d\xc6\xf0\x71\xc9\xe7\ \xf6\xf9\xdd\xc1\x40\x7b\x7f\x63\x6b\x7f\x69\xe3\xa0\xd0\x5c\x39\ \xab\x47\xcf\xba\x3b\xeb\x2b\xdb\xb9\x9d\xfc\xce\x4e\xfa\xbc\x53\ \xc9\x6e\x54\x96\x0e\xd7\x17\x96\xce\x16\x16\x96\xd2\x0b\xab\x0b\ \x6b\xd9\x4e\x72\x6d\x2d\xb7\xb1\x91\x2b\x74\xae\xca\x9d\x42\x37\ \xb9\x9d\xca\x14\xf2\x99\xd6\x65\x67\x7d\xad\x7b\x95\xad\x01\x5f\ \xad\x6c\x66\x2f\xc0\xc5\x9d\xf7\xd0\x80\x89\x64\xb2\x9b\x6d\x2d\ \xa0\x53\x80\xe5\x6c\xba\xb7\xd2\x6c\xde\xae\xec\x14\x3a\x6f\x93\ \xdb\xd9\x9b\x17\xaf\xb2\xe0\x29\x33\xdd\xa5\xa5\xe6\xe6\xf6\x4a\ \xb3\x77\x9d\xcc\xa5\x5f\x34\x73\xbd\x5a\x25\x93\x49\x9f\xbf\x2e\ \xa4\xca\x17\xcd\x5a\xb2\x53\xc9\x24\x5b\xa9\x2f\xae\x5a\xad\xec\ \x65\xf6\xbc\xf5\xe6\xfa\xf2\x2a\x73\xfe\x59\xb6\x73\x93\xee\xdd\ \x7e\xde\xe9\x5d\xb5\x6e\x2f\xde\x5e\xf7\xae\x5f\xfc\xe1\xb7\x5f\ \x5f\x9d\xbf\xbe\xfd\xec\xcd\xdf\x7f\xfa\xf3\x6f\xbe\xfd\x8f\x3f\ \x3e\xff\xf2\x5f\x1f\x4a\x85\xcc\x99\x39\x96\x98\x8e\xca\x36\x89\ \x38\x3a\x2a\x71\xe2\x90\x48\x74\x3c\x86\x48\x12\x82\xba\x10\x89\ \x52\x30\x6b\x1c\xe0\x19\x21\x8a\x3d\xe6\x88\x95\x53\x4a\xea\xb4\ \x50\xaa\x14\x2a\xa7\xe6\xee\x09\xc5\xd3\x73\xd3\x62\x10\x26\x25\ \x93\x09\x57\x52\x06\x50\x97\x34\x05\x04\x0e\x4d\xb7\x87\x6f\xc8\ \x58\x0c\xe8\x16\x9a\x43\x81\xe9\x1f\xc2\x13\xd0\xac\x67\x3a\x15\ \xcd\x34\xe4\xa0\x6e\x19\x92\x90\x35\x8d\xa6\x77\xa1\x34\x2b\x2c\ \x15\x19\x4f\x80\x34\x12\xa2\x3a\x14\xc6\x87\xa3\xa0\xc8\x19\x21\ \x96\x89\xa1\xea\x85\x20\xa4\x74\x2a\x5a\x78\x07\x9b\x4a\x45\x41\ \xee\x44\x20\x21\x21\x48\x28\x06\x4d\x99\xa6\x02\x65\x91\x89\x28\ \x5e\x01\xb0\x08\x8b\x25\x8d\x0d\x11\x31\x70\x3b\x3a\xec\x3d\x81\ \x82\xf2\xe3\x51\x78\x1f\x5c\xc9\x41\x73\xea\xf1\x04\x4c\x3f\xb1\ \x6f\xa8\x9f\x32\xf0\x78\x62\xf2\xc3\xa7\x8b\xb3\xf8\xc9\xe5\x0f\ \x01\x04\x66\x89\xcc\xb9\x47\xe4\x3e\x92\xf0\x1e\x4b\x4a\xc1\x13\ \x48\x24\xa6\x90\x29\x15\x22\x9b\xca\x14\xeb\x91\x27\x05\x8b\x49\ \x41\x9d\xcf\x4a\xa1\x50\xa9\x84\x57\x40\x8c\x3a\x83\xc4\xd3\xe2\ \x99\x87\x8f\xf4\x1c\x54\x22\x89\x1f\x19\x01\xec\x9a\x9c\x1c\x1b\ \x9a\x1c\x41\xa3\x79\x26\x06\x88\x7d\xc0\x5a\xfd\x63\x93\xa0\x59\ \xf3\x93\x23\x93\x1f\xd0\xd4\x76\x9d\xc1\x20\x60\x73\xef\xde\x19\ \xe7\x0e\x32\x0c\x2a\x11\x9f\x36\xcc\xbd\xf3\x3d\x54\x66\x00\x52\ \xc4\xe0\x0d\xf2\x18\xc3\x12\x03\x63\x98\x3f\x38\xc8\xa7\xb1\x79\ \x32\x05\x90\x14\x0f\x5c\xe1\x30\x5f\xc4\x06\xac\x62\xf0\xf9\x5c\ \xae\x44\x2b\xe0\xf2\xf9\xbc\x41\x86\x42\x66\x72\x39\x2d\x32\x1e\ \x5a\x99\x67\x30\x04\x22\x1a\x2a\x6a\x57\xd8\x34\xc3\x83\x34\xb6\ \x44\x86\xea\x1f\x86\x45\x6c\xae\x39\xfb\xdd\x5f\x53\x76\x95\xca\ \x78\xf6\xeb\xef\xde\xbc\xfc\xd9\xef\xdf\x7c\x73\xfe\xfa\x32\x9b\ \xdc\x2a\x06\x83\x4e\x50\x05\x95\x55\xeb\x36\x68\xcc\x06\xad\xce\ \xac\x95\xeb\x64\x46\xb5\x55\x2b\xd1\x69\x40\x0d\x34\x16\x87\xc9\ \x6a\xd0\x01\x82\x19\x6c\x66\xb5\xd6\xa7\x93\x18\x25\x36\xa3\x4e\ \x67\x51\x4b\x40\x9c\x44\x6a\x0b\xe0\x8c\xc5\x2a\xd3\x3a\x2d\x5a\ \xb9\xd6\x64\xb7\x9b\x8c\x1a\xdd\xb0\x4c\xad\xd5\x3a\xdd\x96\xc8\ \xd2\x6f\xc5\x7a\x31\x65\xec\x47\x9f\xfc\xf0\xbf\xff\xb7\x1f\xfd\ \xe8\xa3\xa7\x1f\x21\x98\x9d\x9d\x5d\x7c\xfc\xf8\xe9\xe2\xc4\xc4\ \xe4\xe4\x24\xae\x8f\x48\xe9\x43\x61\x19\x60\xce\x27\x96\x27\x71\ \xa8\x90\x6d\xf9\xc3\x89\x8f\x2f\x63\x1a\x85\x5c\xa3\x93\x68\x8d\ \x60\xec\xd4\x5a\x83\x36\xe0\x72\x78\x5c\x2e\x5f\xd8\xef\x71\x39\ \x1c\x66\x78\x68\x5b\xc0\x2a\x57\x69\x2c\x56\xd0\x5a\xb7\xcd\x20\ \xd1\x4a\x8c\x6a\xf0\xb3\x3e\xb5\x4a\x62\x50\xeb\x34\x1a\x8b\x47\ \x27\x31\xbd\x3f\x75\x69\xdb\x0d\x48\x6c\x7e\x6f\xcc\x55\xf4\xf9\ \x3d\x26\xa3\xa7\x11\xd5\x04\x1c\xde\xa2\xdb\xea\x0e\x46\xcd\x26\ \x87\x27\x1c\x34\x39\x7c\xd1\xd5\xa2\x3f\x16\x4a\x38\x1c\xfe\x78\ \xe9\x38\xe2\xaf\xee\x27\x8c\x91\x50\x2c\x9c\x38\x8c\x86\x02\xc1\ \x78\xa8\xed\x28\x46\x8f\x4f\xe3\x60\x1d\x9d\xe1\x58\xbb\x7d\xd6\ \xf6\xf9\xb7\x4e\x13\x0e\xbf\xbf\xb1\x65\x31\xd5\xd1\x10\xe7\x60\ \xe0\x24\x0a\xb7\x8d\x26\x82\xa5\x48\xd5\x63\x2d\xb5\x4f\x12\x07\ \x5b\x91\x88\xd9\x1b\x09\x45\xf7\xd6\xda\x51\x7f\xb5\x5a\x6a\xec\ \xc7\x4a\xd1\x44\xa2\xe8\xdc\x2b\x95\x4a\xde\x28\xca\xdc\x8b\x04\ \xdd\x8e\x90\xdf\x5f\x6f\xa0\xb2\xf4\xc4\xf1\xf1\xfe\xe1\x6a\xac\ \x78\xb4\x7f\x00\x46\xef\xf0\x38\x1a\x3c\xcc\x25\x93\x17\x1b\x27\ \xb9\xb3\xe3\x8d\x5a\xaa\xb3\x7e\x74\xba\x1d\xab\x9e\x1c\xad\x1d\ \xe4\xdb\x7b\xeb\x27\xbb\x07\xc9\xd5\x9d\xbd\x58\xfb\x34\xec\x8a\ \xd7\x13\xd5\x53\xe0\xb2\xa0\xd7\xe6\x33\x3b\x9d\xa1\x78\xb4\x0e\ \x54\xe7\xf5\x6f\xae\xee\x1c\xef\x74\x36\x16\xca\xad\xa5\xfd\x74\ \xfd\xa8\xb6\x99\xeb\xd4\xf2\xa7\x87\x47\x07\xc0\x42\x85\x64\xad\ \x70\xb4\xb1\x7e\xbe\xb1\x94\x49\x25\x33\x47\x9b\x6b\x95\x8d\x64\ \x21\x59\x28\xac\x9e\x14\x32\x9d\x16\x10\x57\x6b\x29\x77\x9e\xc9\ \x9e\xa3\xa9\x0f\x85\xd5\x4e\xaa\x93\xbd\xca\x6c\x64\x72\xe9\x5b\ \xa0\x9d\xde\x52\xf3\x7c\xa5\x53\x6e\x65\xf2\xbd\x6e\xa5\x59\x6e\ \x75\xd2\xa9\x72\xbe\xd2\xaa\x6d\x6c\xa4\x9b\xe5\x85\x66\xb7\x7b\ \xfd\xd5\x79\x7e\xb7\xd0\xbc\x58\x5b\xbf\x4c\xef\x2e\x9d\xa7\xcb\ \xeb\x99\xee\x75\xfa\xe2\xf3\x37\xad\x54\xe6\xa2\x7b\x9d\x6d\x76\ \x2e\xb2\xbb\xad\xda\xeb\xdb\xc2\x2b\x94\x7c\x5c\xab\x7d\x51\xbe\ \x78\xf1\xb2\xd9\xea\xf4\xba\xe7\xe5\xcb\xdb\xcb\xdb\x57\xd7\xdd\ \x4e\x27\xfb\xe2\xb7\x37\x17\x9f\xbd\xf9\xfd\x9f\x5e\xf5\xca\xe5\ \xb7\xaf\x7f\xff\xfb\x6f\xbe\xfd\xc5\x7f\xfe\xec\xd7\x8f\x1e\x3d\ \xb8\xa7\x9c\x56\xc2\xa1\xaf\x97\x72\x38\x68\xd8\x32\x2a\x30\x40\ \x11\x4f\x14\x0e\xe0\x0a\x09\x03\x5e\x0b\xfb\x3e\x9c\x8f\x03\xb4\ \x01\x92\xc5\x64\xb1\x58\x28\xda\x4f\xa8\x64\x2a\xa9\x42\x32\x4b\ \xcf\xd2\xdf\x9f\x02\x28\x9a\x66\x52\x99\x4a\x3d\x9a\x27\x2f\x45\ \xb3\x56\x51\x64\x0c\x96\x25\xa6\x82\xbf\xa4\x10\xb1\x20\x28\x64\ \x3c\x05\xfb\xbe\xc0\x1d\x47\x40\x87\x3c\x93\xc4\x21\xa2\xc1\xa4\ \x28\x1f\x4f\x8f\xb4\x0b\xe1\x18\x38\x48\x26\x15\x83\x01\x5b\xc8\ \xa4\xe2\xc9\x24\x22\x1a\x01\x08\x12\xa8\xe4\xd0\x99\x62\x3a\x09\ \xa9\xa8\x18\x8c\x20\x41\xc8\xc2\x92\x08\x24\x0c\x5d\x3c\xf5\x88\ \xc5\xa4\x50\xf1\x78\x12\xc2\x1e\x0c\xfa\x4c\x47\x27\x1f\x09\x64\ \x0c\x86\x49\x40\x6b\xea\x03\x54\x26\xaa\x82\x80\x2b\x91\x05\x45\ \xd5\xef\x08\x18\xf1\x7d\x58\xdc\xc8\x50\x7f\x3f\xc8\x1a\x01\xde\ \xfb\x67\xe7\x97\xe7\xd1\xa2\xfb\xd8\xf2\x0f\xe7\x89\xca\x87\x33\ \x44\xb0\xa9\x9f\xfc\x6f\x20\xdb\x60\x39\x41\xca\xa9\x74\x29\x0b\ \xc3\x02\xf5\x44\xcb\x69\x2c\x8c\x50\xac\x64\xb2\x94\x2c\x31\xf2\ \xc1\x42\xfd\x14\x8b\x25\x9c\x06\x43\x4d\x07\x2c\xeb\x1b\x23\x12\ \x87\x86\x66\x07\x70\x13\x93\x78\x26\x13\xd8\x61\xa0\x7f\xa4\x7f\ \xb2\x1f\x4c\xe1\xc4\x10\x0e\xd9\xc1\xb1\x31\x38\x50\x3f\x18\xd5\ \x05\x4c\x2a\x39\xe3\xce\x0f\xee\x8c\x8e\x0f\xf3\x14\xa0\x47\x02\ \x1a\x77\x7c\x74\x94\x21\x97\xa9\x79\xc3\xc3\x32\x1e\x63\x70\x90\ \xab\x36\x88\xd8\x7c\x3e\x2a\xbc\x12\x18\x00\xbc\x04\x3c\x06\x7b\ \xf0\x0e\x4d\x30\x3e\x3a\xc8\x1b\xa5\xfd\x57\xee\x3b\x8f\x01\xfa\ \xc5\x63\xb3\x65\x4e\x8f\x53\xa6\xe0\x0f\xf2\xd8\xc3\xe3\x83\xdc\ \x41\x1e\x58\x26\x13\x9b\x21\x60\x0f\xd3\x14\x34\x94\x43\x23\xe2\ \x8b\xf8\x3a\x8d\xfa\x78\xb7\x6a\xd6\x59\x34\x89\xe6\x75\xb2\xfc\ \xea\xdd\x4d\x67\x7b\x61\x7f\x6f\x2b\xee\xf5\x9b\xd5\x02\xb5\x5a\ \xa7\x32\x18\x0c\x1a\x83\xca\x6c\xb1\xa8\x01\x5b\x0c\x3a\x89\xd5\ \x62\x14\xe9\x6c\x56\x10\x27\x97\xd6\xa3\x32\xe9\x24\x3a\xbb\xd9\ \x6a\x31\xe9\x8c\x5a\x9f\x0d\xc5\x26\xe8\xb4\x0e\x30\x82\x26\x19\ \x78\x45\xbb\x42\xa1\x03\xd1\x03\x20\x93\xa8\x74\x46\x0d\x5b\x61\ \xd4\xa8\xed\x6a\xa3\x6d\xf3\xc5\x2f\x95\xf7\x85\xfd\x1f\x7e\x02\ \x7f\x3e\xfa\xe4\x93\x0f\x3f\x04\x88\x9d\x5d\x04\x96\xfd\xaf\x4f\ \xcb\x8b\xa8\x2e\xad\xbf\x7f\x6c\x04\x37\x39\x36\x3b\xb2\x38\x30\ \x32\x30\x30\x86\x27\x61\x06\x96\x3f\x79\x2a\xfd\x76\x3d\xa0\x45\ \x93\xa3\x55\x06\xb5\x46\x67\xf0\xda\x3c\x2e\xbf\xdb\xef\xf2\xa0\ \xb2\x4f\x93\xce\xa0\xb6\x5b\x2d\x0a\x8b\x01\xe4\xd5\xa8\xb2\x68\ \x8d\x6a\x87\x1d\x8d\x10\x52\x7b\x2c\x12\x83\xd6\xa2\x82\x0b\x74\ \x32\x9e\xc4\x68\x77\x69\x6d\x96\x93\x84\x41\x65\x0a\x06\xbd\x41\ \xb7\xb7\xea\x35\x05\x76\xbd\x76\xaf\xd9\xd6\x08\x98\xcc\x41\xb7\ \xd9\xe4\xf6\x26\xdc\x76\xaf\x27\x98\x48\x54\xdb\xfe\xa0\x4d\x13\ \x2d\x6d\xc5\x13\x8d\xad\x8d\xb8\x11\x95\xa8\x37\xe2\xde\x40\xc8\ \x11\x3b\x89\x00\xc4\x9c\x1e\xb8\x6c\xa1\x68\xdd\xe3\x0c\x85\x67\ \x21\xf6\xcd\x00\x00\x20\x00\x49\x44\x41\x54\x37\x8f\xc2\xbe\xad\ \x86\xdf\xeb\x89\xed\x54\x9d\x96\xb6\xcd\xe6\xdb\x0a\x45\x8a\x61\ \xa3\xcf\x59\xad\xfa\x03\xa1\xa8\xc9\x5e\xaa\x47\x62\x25\xf0\x65\ \xee\x40\xc4\x1b\xd8\xdf\x6a\x44\x5d\x4e\x77\x31\x1c\x88\x14\x63\ \xc1\x50\x23\x10\x0f\xc6\xda\x89\x7a\x34\x56\xf5\x86\x8a\x51\x4f\ \x22\xec\x28\x1e\xf8\xa3\xa5\x93\x76\x28\x11\x8a\xed\x57\x8b\xfb\ \x67\x87\xb1\x58\x68\xf3\x2c\x18\x3c\x3a\x2a\x97\xd3\x3b\x87\x7b\ \xbb\x47\x99\xce\x46\x26\x9d\x39\x4b\xc7\xeb\x6b\xbb\x6b\x85\xcd\ \xea\xc1\xce\xe9\xce\xea\xee\x7e\x71\xcb\x17\x2d\xda\xad\x89\x93\ \x48\x7b\x2b\x56\x75\x38\x83\x6e\x77\x20\xec\x6b\xf8\x00\x28\xfd\ \xa1\x00\x40\x58\x7e\xe7\xf4\x6c\xa7\xd0\xbd\xb9\x58\xc9\x16\x0f\ \x73\xe5\x15\x30\x7d\xfb\xed\xb3\xd5\xda\x55\xaf\x59\x5e\x6a\xe6\ \x37\x0e\x52\xd9\x72\x6e\x23\xb7\xb6\xb6\xba\xbd\x9b\x5d\x4b\xd5\ \x32\x40\x58\xc9\x2b\x34\x8c\xab\x52\x5b\x38\xca\x34\x73\xb5\x5c\ \xb2\x96\xc9\x74\xba\xe5\x85\xda\xe5\x76\xae\xbc\x5e\x78\x79\x73\ \x5b\x5b\x4a\x5e\x83\xa5\xec\x66\xf2\x85\x56\xa7\x95\xad\x5d\x5f\ \x5f\x74\xb2\xad\xe4\x4d\x76\x63\x35\x99\x4d\x26\x93\xf9\xda\xed\ \x9b\xde\x4a\x61\xff\x70\x73\x35\x97\xdd\xd9\x4a\x77\xe1\xa2\xc2\ \xcd\xf5\x46\x13\xdd\x29\xdb\xbd\x68\x16\x2e\x3b\xdd\x6e\xb3\x96\ \xba\xe8\x2d\xdc\xdc\x7e\xfe\x19\xc8\xd3\xf5\xd5\xc5\x17\x97\xcd\ \xdb\xde\xd5\xab\x8b\xda\xcb\xab\xcb\x9b\x54\x39\xfb\xb6\x79\x7e\ \xf5\x45\xf7\xe6\xea\xe6\xdd\xdf\xbe\xbe\xbc\x7c\xf1\xc5\x1f\xfe\ \xed\x67\xdf\x7c\xf7\x97\x5f\x3d\xff\xf4\x37\x1f\x4f\xeb\xa7\xa4\ \x33\x52\xbd\x10\x75\x9e\x08\x51\x45\xe6\xfb\x62\x4e\x3c\x08\x04\ \x96\xce\x04\xe9\xa2\x23\xda\xc1\x63\x91\x46\x81\xa4\x90\xc5\x2c\ \xf2\x14\x93\x29\x9d\x7e\x30\x3d\x25\xa4\x83\x25\xd3\x4f\x8b\xa7\ \xe6\x66\x58\x20\x58\x2c\xf8\x00\x4c\x22\x50\x29\x42\x21\xd2\x1c\ \x3a\x4b\xca\x41\x77\xc7\x62\xb0\x58\x16\x85\x80\x47\x73\x54\xdf\ \x27\x6b\x11\x41\x79\x58\x28\x7b\x14\x03\x3e\x0b\xb4\x48\xc8\xe1\ \x80\xe1\xa4\xa2\x55\x2b\x1c\x96\x43\x91\x32\xd1\x78\x68\x84\x60\ \x40\x63\xc0\x59\x52\x21\x15\xa5\x5f\x91\xa7\xc4\x42\x12\x1a\xd3\ \x43\x55\xa2\x92\x7b\x29\x85\x4e\x9f\x42\xe7\x08\x84\x18\xd2\xfb\ \xa2\x77\xe4\xf7\x50\xcd\x3b\x5a\x31\xa3\x92\xfa\xc7\x70\x44\x3c\ \xb1\x0f\xd8\x0c\x15\xac\xf6\x63\xd0\x94\x1b\x22\x05\x54\x97\x44\ \xec\xc7\xbf\x9f\xc9\x3c\x80\xc3\x61\x31\xfd\xcb\x8f\x9f\x3e\x19\ \x59\x7e\x2f\x5b\x23\x4f\x3e\x5a\x26\xc2\xf3\xa2\xe0\x38\xc4\x0f\ \xfe\x69\x84\x80\x86\x66\xd0\xf5\x48\x99\xc5\x54\x10\x4a\x2a\x55\ \xca\x02\xa2\x43\xcf\x4a\x0a\x4f\x96\x23\xbe\x47\x9f\x99\x56\x4e\ \x3d\xfa\xf8\x81\x92\x8a\x9f\x9f\xe8\xc3\xe2\xfb\xd1\x18\xc2\x89\ \x3e\x1c\x9e\x39\x37\xc3\x21\xf6\x0f\xe0\xc1\x75\x82\x2b\xc4\x81\ \x5e\xe1\x47\x26\x47\xc0\x27\x2e\x2e\x8f\x7c\xf0\x03\x99\xc7\x6a\ \x54\x09\x86\xbf\x37\xcc\x1d\xe6\xd3\x06\xe5\x06\x1e\x63\x74\x10\ \xd0\x8a\xc6\xa6\xc9\xf8\xa3\xe3\x5c\x36\x7b\x98\x3b\x28\x7f\x3f\ \x8e\x0b\xcc\x1f\x4d\xa1\x16\xf1\xd1\xd9\x3f\x01\x08\x16\x9b\x26\ \x62\x8c\x8e\xa3\x6c\x3f\x9a\x5c\x26\x93\xb3\x19\xe3\xc3\xe3\x02\ \x93\x45\xcb\x13\xa8\x04\x83\xa0\x4e\xa2\x41\xee\x1d\xae\x42\x2e\ \x13\x30\x18\x0c\x19\x1b\xd5\x9a\x32\x18\x22\x05\x98\x2a\x63\x3c\ \x61\x37\xc4\x0a\x7b\x12\xa3\x42\x73\xb6\xb2\x7e\xd1\xbc\xce\xd5\ \x43\x7e\x77\xac\xe4\xb5\xab\xad\x0a\x89\xc0\x20\x01\xf3\xa5\xd2\ \x98\xac\x0e\x9b\xce\xa0\xd1\xea\x8c\x2a\x99\x51\xa2\x31\x81\xb9\ \x32\x81\xd6\x59\x41\x8e\xd4\x46\x93\x13\x85\xd2\x68\x74\x76\x9b\ \xdd\x62\x31\xaa\x5d\x36\x87\x0a\xcd\xcd\x91\x19\x9d\x2a\x8d\x1a\ \xc0\x4b\x05\x76\xd1\x60\xd2\x4a\x54\x6a\x8b\x55\xa7\xd0\xc8\x9c\ \xf1\xb5\x6f\xf4\xd3\x2c\x60\xd7\xc5\xb1\x0f\x3f\x7a\xbc\xfc\xe4\ \xc9\x93\xa7\xf0\x3a\xcf\xa3\x21\x90\x93\xf3\x8b\xf0\x2e\x31\xbb\ \x08\xd6\x10\x3c\xf9\xe2\xc4\x10\xb0\x55\xff\xc0\x00\xaa\x89\x23\ \x80\x53\x84\xb7\x8e\xc7\x13\xd2\x6f\x56\x6c\x0a\x81\x5c\xa7\xb1\ \x68\xbc\x36\x97\xd5\x11\x88\xba\xbd\x5e\xbf\xc7\x6c\x02\xff\x09\ \x1e\xd6\x2a\xe7\xab\xd4\x66\xb3\xc1\x68\x77\x68\x8d\x66\xb5\x5a\ \xa1\x76\xb8\x2c\xa2\x51\x8d\x03\xb4\x54\xeb\x33\x0a\xc0\x35\xeb\ \x64\x2a\x77\xdb\x63\x37\xd9\xfc\x11\xbf\xdf\xe6\x0d\x05\x4c\xfe\ \x58\xd0\x0f\x82\x15\x2d\x39\x1c\x21\xd8\x9a\xcd\x11\x74\x5b\x5c\ \x81\xb0\xc7\x5b\x8c\x97\x4a\xe0\xf4\x42\xfe\x52\x34\x78\x1a\x09\ \x98\xc2\x91\x52\x24\x52\x4c\x94\xdc\x2e\x7f\x3b\xee\x4e\x44\xf7\ \xea\x09\x6b\xc0\xe7\x73\xfb\x1d\xee\x83\x46\x22\xda\x40\x91\xac\ \x91\xbd\xb6\xdf\x74\xe2\x75\xbb\x1b\x51\xdf\x61\xcc\x11\x70\x17\ \xdb\xe1\x44\x30\xec\x72\x45\x4b\xc5\x6a\x3d\xe1\x76\xfb\x3c\xc5\ \x68\x30\x11\xde\xab\xfb\xa3\xe1\x7a\x03\x24\x30\xe1\x89\x6d\xf9\ \xbc\xc1\xb0\xd7\x17\x71\xfb\x23\x36\x5f\x35\x11\x09\x27\x1c\x27\ \x7b\xbe\x44\x7b\xaf\x7d\x1c\x4b\x1c\xe5\x62\x27\xeb\x27\x8d\x78\ \x29\x7e\x54\x0a\x25\xf2\xcd\xe6\xd1\xc6\xee\xf1\xce\xde\x5e\x2e\ \xbd\xb6\x92\x59\xd8\xca\xb6\x4f\x37\xf3\xeb\x3b\x2b\x3b\xa7\xab\ \x07\xfb\x47\x47\x87\xc5\xa0\xbb\x58\x37\x45\x83\xe1\xd0\x69\xe3\ \xf8\xd8\xe1\xf2\x7b\xe0\x39\x85\xc2\xee\xb8\x3f\x1c\x31\xda\xab\ \x85\x95\xd5\x93\xcd\xa3\xcc\xd6\xd1\x76\x61\xe7\xd4\x7f\xba\x9a\ \xe9\xe4\x77\xf6\x36\xd2\x9b\x4b\xe9\xeb\x5a\xb7\x9b\x2e\xe7\x36\ \x97\x72\xd9\xec\x52\x6e\x67\x77\xa1\x90\xdf\x4d\xae\xe6\xb3\xcd\ \x85\xa3\x95\x8b\x6c\xae\x93\x4c\xa6\x32\xfb\xbb\xe5\xf4\xe6\x6e\ \xba\x56\xeb\x15\xb2\x99\x64\xb7\xd6\xcd\x25\x9b\x3b\x0b\xa9\x8b\ \x54\x2b\x95\x4e\xa6\x53\x70\x9b\x4a\xb9\x57\xee\x15\x96\x9a\xe5\ \x74\xa7\x7c\xd3\xbc\xe9\xac\x64\xd3\xe9\x5a\x7e\xbb\x75\xfe\xea\ \xa6\x92\x5c\xd9\x2e\xac\x66\xb7\xb3\xeb\x47\xad\xdf\xb6\xb6\x73\ \x95\xec\x75\x7e\x25\x95\x4c\xd5\xd2\xc9\x66\x2f\x75\x79\x7d\xd9\ \xca\x5e\x7c\x76\x9e\xab\x34\x3b\x6f\x7f\xfb\xd5\xab\x66\xaf\xfb\ \xd9\xe7\xa9\xda\x65\xf3\x8b\xf3\x72\xeb\xfa\xe6\xfa\xfc\xf2\xfa\ \xfc\x55\xeb\xed\x9b\xeb\xee\xcb\xd6\xeb\x3f\xfd\xcb\x6f\x6f\x5f\ \x7f\xfd\x87\xbf\xfd\xf9\x17\xdf\xfd\xe5\x3f\x7e\xf3\x93\x5f\xa1\ \x71\x5e\x4a\xce\x0c\x07\xc5\xa6\x13\xb0\x42\x26\x09\x83\xc6\xb9\ \x93\x81\x8b\x30\x18\x96\x98\x8c\x01\x3f\xc7\x44\xc3\x98\x29\x54\ \xb1\x14\x70\x89\xa5\x7f\xc4\x24\x4b\x95\x74\x25\x5d\x3a\x3d\x35\ \x2d\xa4\xeb\xe7\x50\x3a\x32\x6b\x86\x85\x2e\x65\x01\x9e\x61\xf1\ \x54\xb2\x50\x28\x66\x12\x40\xea\x50\xcd\x02\xe7\xfd\x92\x38\x95\ \x45\xc5\xe0\x40\xb7\xf0\x40\x2f\x44\x32\x81\x0e\x46\x8e\x8c\x23\ \xa2\xf2\x05\x12\x87\x33\x8d\xa0\x05\x34\x10\xec\x20\x4a\xf9\x13\ \x4f\xd1\xc9\x24\x14\x29\x2a\x44\x9d\xd3\x14\x26\xb8\x3f\x26\x99\ \xc2\x02\x91\x62\x8a\x51\x6a\x27\x28\x1b\x09\x85\xde\xd0\xc9\xfa\ \x19\xbd\x14\x0d\x1e\x43\xb3\x4d\xc1\x70\x82\xc2\x91\x31\x52\x32\ \xaa\xe7\xa2\x23\x41\xc2\x63\x10\xd9\x61\x49\x18\x16\xa6\x8f\x0c\ \xfa\x07\xac\x45\x86\xc7\xef\x1f\x20\x10\x30\x00\x5f\x38\x7c\x3f\ \x85\xd0\x8f\xd6\x56\xe0\xf0\x79\x3c\xb1\xbc\x3c\x3b\xff\x74\x99\ \x30\xfd\xe0\x1e\x6c\x61\xe4\xff\xf9\xa7\x11\xe2\x10\x11\x1e\x4b\ \xc8\x51\x2a\x49\x14\xf1\xfb\x99\x65\xd3\x7a\x16\x53\x28\xe6\xcc\ \x08\xa7\x40\xc8\xc4\x8f\x1e\x88\xa5\x8f\x66\xf4\x2c\xe0\x30\x12\ \x69\x64\x04\x8b\xeb\xc3\x0f\x8c\x8d\x0d\x4c\x8e\x90\x1e\x3e\x9f\ \xd6\x73\xee\x0d\x51\x30\x44\x1c\x0e\x37\x32\x3b\x36\x3f\x31\x34\ \x39\x36\x30\xd6\x87\x9b\x5c\x5e\xee\xfb\x80\xab\x70\x3a\x4d\x6a\ \x03\xc2\x21\xb6\x08\xfc\x9b\x4d\x06\x0a\x35\x3e\x48\x03\x7f\x87\ \x14\x87\x06\x82\xc4\x1d\x14\x28\x14\xc3\x3c\x70\x75\x3c\x91\x48\ \xae\x90\xd1\x18\x7c\x01\x7b\x70\x98\x26\xe0\xd1\xd8\xc3\x83\xa3\ \x7c\xbe\x40\x80\xea\x40\x69\x68\x55\x8b\xab\x51\x6b\x35\x32\x85\ \x44\x21\x93\x8b\x00\xbb\xd8\x6c\xb9\x80\x31\xa8\x10\x89\x14\x3c\ \x06\x8d\xcf\x37\xc8\x24\x0a\xb6\x0a\x36\x68\xce\x74\xa2\xa1\xde\ \xae\x85\xc6\x93\x4b\x42\xbd\x8d\xcd\xe4\x9e\xd7\x6c\xb6\xbb\x6c\ \x26\xa3\x9a\x27\x92\x18\x55\xa8\x60\x41\xa5\xd6\xda\xf8\x02\x8d\ \x55\x67\xb1\x9a\xb5\x12\xad\x09\x98\xc9\xe4\xb6\x6a\xe0\x1b\x83\ \x4e\x6b\x03\x1d\x33\x6b\x34\x76\x9d\xdb\x64\xd2\xe8\xb4\x2e\xb3\ \x56\x67\xb0\x5a\xad\x5a\x85\xc2\x02\x18\xa6\x32\xa3\x72\x79\x93\ \x44\xed\x36\x1a\xb5\x26\x0d\x58\x35\xab\xd5\x7e\xf8\xf3\x47\x73\ \x33\x62\xb0\xe3\x43\x8f\x97\x47\x86\x86\xc6\x9e\x3c\xf9\xf0\x43\ \x90\xa9\xd9\xe5\xc7\x8b\x8f\xe7\xc7\x66\xe7\xe7\x97\x27\xde\x77\ \x59\x2e\x3f\x59\x7c\xba\x3c\x3b\xd4\x37\xd0\x87\x23\xbd\x0f\xd4\ \xea\x87\x57\x72\xe2\xf1\xd3\xa7\x43\x7f\x59\x53\xf1\x25\x2a\x89\ \xd3\xe9\x45\x0d\x78\xfe\x80\xcf\x15\x8e\xd9\x24\x40\x56\x1e\x8b\ \x56\x2d\xd7\x98\x60\x2f\x1c\x6e\xb3\x46\x6b\xb1\xb8\xb4\xe8\xd4\ \x81\x5c\x66\x74\xd8\xec\x1a\xa3\xc3\x2a\x57\x6b\x8d\x26\x83\xce\ \xb7\xbb\xef\x34\x7b\xfc\x7e\x57\x34\xe8\x0e\x07\xec\x76\x87\xdd\ \xe8\xf6\x7b\x02\x61\xb3\x37\x6c\xb3\x5a\x5c\xbe\x84\xd3\x08\x56\ \x33\xe8\x6f\x44\x4b\x71\xb7\x35\x1a\x28\x9e\x36\x62\xc7\x67\x7e\ \x4b\xc2\xef\x72\x3b\x23\x8d\x88\x3f\x54\x8f\x46\xe2\xc5\xd0\xe1\ \x71\xc9\x1f\x70\x03\x8e\xb9\xfc\xdb\x45\x57\xa0\x5a\x07\xdc\x8b\ \xed\xd7\x7d\xda\x46\x29\x04\x1c\x55\xac\x46\xbd\x2e\x9b\xdf\x1f\ \x49\x78\x13\xc0\x38\xed\x46\x30\xb2\x55\x0d\x3a\xbd\xc1\x78\x35\ \x78\x7c\x12\x02\x78\x4a\x14\x13\x89\x88\xdf\x7b\xb2\xe7\x2d\xc5\ \x5c\x91\x7a\x0c\xfe\xda\x3c\xb1\x62\x20\x1e\xf1\x04\x63\xde\x44\ \x23\xb6\xb5\x5f\x2f\x1d\x16\x22\x27\x1b\x5b\x27\x91\x7a\xb5\x5d\ \x0f\xc4\xd6\xd3\x4b\x3b\x6b\x07\xd5\x5c\xe3\xe0\x20\x57\xc8\x67\ \x73\x8d\xcd\xe8\xc9\xfe\x66\x61\x29\xbd\x77\xb6\xd6\x3e\xdd\x5a\ \xd9\x8e\x99\xfd\xc7\x7b\x7e\x6f\x3b\x9e\xa8\x96\xe2\x71\xb7\x27\ \xe8\x74\x98\x1c\xfe\x48\xc0\x13\xb1\xd9\xfd\x9e\xe3\x66\x61\xfd\ \xf4\x38\xb9\x74\xb4\xbe\xb1\xb0\xb9\x15\x3f\x6c\x96\xcf\x3b\x5b\ \x7b\x07\x85\xfd\xc2\x79\x33\x05\x60\xb5\x90\xdb\xc8\xaf\xae\x67\ \xb2\xa9\xd5\xec\xea\x51\x36\xb5\x7d\xba\xb4\xb0\x50\x58\x5f\xa8\ \xe4\x16\x9a\xcd\x85\x4e\x67\x7d\xb5\xdb\xab\x55\x16\xb2\xad\xcc\ \x69\x21\xd3\x6d\x36\xaf\xcb\xcd\x4c\xb2\x75\xd5\xab\xb4\xae\xce\ \x33\x85\xed\x5e\x33\xdb\xe9\x24\xcb\xad\x54\xaa\xd3\xea\xb5\x7a\ \xe9\x4c\xa7\xbc\xb4\xbd\x92\x6d\x65\xaf\xbe\x48\xbd\xbe\xae\x64\ \x32\x4b\x6b\x95\xd4\x5a\x65\x33\xd7\xba\xbc\x6a\x56\x5a\x9d\xf3\ \x64\xbe\x59\xcb\xe7\xd3\xa9\xf3\xd6\x46\x79\x29\x73\xfe\xe6\xed\ \xed\x75\x67\x25\xf3\xf2\xdd\xbb\xdf\xdf\x5e\x76\x53\x37\x97\xe5\ \xab\x5e\xf7\xf2\xfa\xba\x95\x6c\x7e\x7e\xf3\xfa\xe2\xfa\x8b\xee\ \xe7\x5f\xbc\xb9\xba\xbd\xbd\xfd\xfa\xcd\xeb\xeb\xcf\xdf\x7d\xf1\ \xb7\x6f\x7e\xfa\xe3\x7f\xfc\xf1\x2f\xbf\x7a\x70\xef\xd1\xfd\x39\ \x21\x07\x7d\x50\xf0\xc4\xf7\x65\xdd\x80\x2a\x80\x11\x44\x12\x1d\ \x83\x4e\xc4\x61\x50\x22\x30\x16\xad\x31\x93\xe9\x1c\x2a\x4b\x2c\ \x16\x03\x0e\x09\x39\x7a\x16\x5d\x0a\x1f\x54\x34\xc9\x1d\xfc\x91\ \x54\xcc\x42\x63\xbe\x50\x97\xb3\x70\x4a\x2f\x66\x71\x94\x64\x12\ \x85\xc3\xe2\x30\xc1\x5e\x32\x59\xb0\x49\x21\x1d\x87\x43\xb3\x1b\ \x88\x28\xd3\x1d\x8f\xc5\x90\x51\x93\xe2\x8c\x14\x85\x98\xa2\x7a\ \x05\x12\x48\x21\x0b\xc8\x0b\x34\x09\xe5\x3c\xa0\x05\x2d\x3a\xb8\ \x31\x3a\xea\x88\x06\x7a\x02\x3f\xca\xa1\x52\x60\x1f\xc5\x4c\xf0\ \x8e\x1c\x90\x52\x0a\x15\x25\x09\x72\x50\x58\x3c\x89\x04\xca\x04\ \x32\x48\x45\xf1\xf2\xa8\x28\x14\xf6\x9b\x85\x83\xe3\x83\x80\xea\ \x38\x41\xfb\x40\x18\x51\x2c\x32\x05\x8f\x4a\x29\x30\xc4\x81\x09\ \x3c\x01\x0b\x4a\x82\x96\xb8\x70\x03\x8f\xe7\x27\x17\xd1\x3b\x3d\ \xc0\xcf\xd8\xc8\xe3\x31\xd2\xd4\x83\x87\x58\xb0\x71\xff\xf3\xff\ \x81\xef\xff\xbf\x96\x39\x1c\xa9\x52\x0a\x60\x49\xa4\xb3\x84\x74\ \x3a\x3c\x4d\x8e\x92\x23\x15\x8a\xc5\xf7\x66\xa4\x8f\xe6\x9e\x3f\ \xbb\x0f\x48\xd7\x3f\x32\x84\x27\xe1\x09\x43\xef\xd3\x9f\x26\xe6\ \xc7\xfa\x49\x14\xd6\x8c\x5e\x38\xf3\xab\xbe\xff\x8f\x25\x25\xf7\ \x0d\x11\x71\xe0\x04\x07\xfa\xfa\x07\x46\x26\xc6\xf0\x13\xcb\xf3\ \x93\x1f\x8c\x8b\x9c\x0e\xab\x44\x33\x08\x58\x35\xc8\x1e\xe4\x89\ \xd4\x6a\xb0\x86\x77\x68\x83\x7c\x3e\x6a\x19\x64\xf0\x46\xf9\xc3\ \xc3\xc3\x02\x99\x60\x90\x31\x78\x97\x36\xcc\x97\xa9\x64\x83\x6c\ \x2e\x8f\xcd\xbd\x33\x4c\xe3\x31\xee\xdc\xe1\xf2\x51\x01\x3c\x5b\ \x2e\x17\x80\x86\x71\xb9\x40\x56\x5a\xa7\x51\xae\x95\xa0\xe8\x2b\ \x9a\x5c\x20\x42\x43\xa4\xc1\x31\x8a\x78\x3c\x01\x77\x98\xcd\xe7\ \xa9\x14\x3c\x1a\x83\x4b\x53\x28\xcc\x3e\xbb\xa7\x58\xb2\x82\x8c\ \x19\x7c\xed\xdd\xa5\x95\xcc\x41\xc4\x6a\x50\x48\x74\x0a\x99\x40\ \x2d\xe7\xa9\x8d\x66\xad\x4a\xa6\x16\x71\xd1\xcc\x30\x87\xcf\x6c\ \x50\xa9\xed\x5a\x3b\xa8\x0e\x28\x83\x4e\x8b\x02\xfe\x54\xe8\x26\ \x3a\x9f\x43\xa3\xb6\xe9\x5c\x56\xad\xce\xa2\x50\x6b\x0d\x3a\x85\ \xc9\xa8\x32\x6b\xd5\x0a\xa3\xce\x61\xd2\x48\x24\x1a\x17\x6a\xd2\ \x91\x1b\x2c\x46\xa7\xc9\xd2\x7e\xfb\xe9\xc3\x07\x4a\xf8\x1d\x4e\ \xb1\xb0\x28\xb3\x7a\x6c\x62\x72\x64\x71\xf9\xe9\xe3\xc5\xa7\x8b\ \xf3\x93\x63\x93\x13\x88\xb6\x26\x27\x26\x07\x26\x41\xc2\x66\x81\ \x70\x47\xc0\x39\xa3\x21\x43\x43\xa0\xed\x38\xb8\x6a\x7e\xfe\xf1\ \x87\xe4\xbf\xef\xea\x04\x56\xb3\xd9\x1d\x28\xc6\x3c\x66\x07\x70\ \x92\x43\xa6\x75\x18\x1d\x0e\xb9\x42\xa7\x05\x97\xaa\x33\xba\x75\ \x3a\x83\xd6\xa4\x35\x9b\x60\x7f\x54\x72\x93\x1d\xf6\xc0\xe4\x31\ \x1a\x2c\x5a\xb3\xcd\x62\x73\xec\x95\xbc\xe6\xb8\xdb\xe6\x0d\xbb\ \xcd\xd1\xb0\xdd\xe1\x54\x5b\x8b\x81\x68\xc0\x6b\x70\x79\xcc\x46\ \x8b\x27\xd0\xf6\xa9\xad\x21\xb0\x70\xde\x40\x34\x64\xd7\x39\x42\ \x89\x70\x24\x5c\x3f\x46\xf9\xc5\x26\x53\xe2\x24\x74\x5c\xf7\x03\ \x03\x81\x56\xee\x9e\x45\x9d\xbe\x70\xc0\xe3\x0b\xc7\x37\x8f\x6d\ \xbe\x46\x31\xe1\x8d\x85\x4f\x23\x2e\xe3\x69\xc8\x85\xba\x98\x8b\ \x51\x87\x2f\xe0\x4f\xec\xf9\x3d\xa5\x70\xe8\x24\xe6\xf7\x86\xaa\ \xa5\x52\xd0\x17\xb0\x47\xea\xc7\x67\x91\x48\x28\x02\x52\x56\x3d\ \xf1\xdb\x03\x3e\x7f\x22\xde\xf0\x97\x42\x1e\x7f\xd8\x17\x0f\xf9\ \x63\x51\xa7\x27\x12\xab\xef\x1d\x37\x0e\x4e\x00\x93\x8e\x22\x5b\ \xfb\x27\x67\x5b\xc5\x7a\xe2\xcc\x17\xca\x95\x7b\x9d\xa5\x7c\x71\ \xe9\x6c\x7f\x69\x7b\x33\x53\x59\xa9\x6e\x14\xeb\x7b\x87\x0b\xc9\ \xfc\xda\xc1\x9e\xe7\xe4\x28\xbb\x51\x2f\xc6\xe2\x45\x34\x72\xba\ \xde\xde\x8b\x87\x02\x66\x8f\xdb\x65\x0b\x78\x62\xa5\x80\xc7\x09\ \x14\x57\x5f\xdf\xdd\x6e\x9c\xd6\x32\xd9\x56\x3a\xbd\x92\x39\xdc\ \xcf\x5d\xb4\xce\xd7\xab\xa7\xf9\xad\xe3\x6c\x37\x7d\x7e\xb0\xb3\ \x9d\x5e\x07\x0c\xca\xe7\x8e\xf2\x6b\x87\xeb\xb9\xf5\xcc\x66\x25\ \x5b\xcb\xe6\xd7\x73\x6b\xc9\xde\xd2\x4a\xf9\x62\xff\xb0\x99\xaa\ \x95\xd3\xd9\x54\xae\x9d\x4f\x77\x72\x2f\x2f\x2b\xdd\xca\xd2\x45\ \x17\xa4\x07\x7c\x64\x25\xdb\xbb\xe8\x64\xd2\x47\xd9\x8b\x4a\xe7\ \xfc\xfc\x45\x07\x1e\xa2\xd3\x5c\x39\xda\xce\x54\x76\x6a\xdd\xca\ \xeb\x5e\xbe\x9b\xda\x5b\x03\xd3\x57\xdb\xdc\xae\xa5\x40\x89\x5e\ \x74\xf3\x2b\xb5\x4e\x6b\xa3\xd0\x6a\x9d\xa7\x32\xc9\x5e\xeb\xc5\ \x75\x26\x7b\x5b\x4b\x5d\x9f\xbf\x7c\x59\xeb\xde\xbe\xae\x64\x5f\ \x9f\x83\x3e\x66\xaf\xaf\xbb\x95\xce\xe5\xf5\x6d\xf3\xc5\x8b\xee\ \x0b\x80\xaf\xab\x37\x2f\x7f\xfb\x6f\x9f\xbf\x7d\xf7\xfb\x9f\x7e\ \xfb\xdd\x7f\xfe\xe3\xcb\x5f\xfd\xea\xd9\xb3\xe7\x73\x73\x60\x77\ \x48\x1c\x29\x8b\x4c\xc7\x61\x38\x4a\x3a\x93\xfa\xbe\xca\x1d\x75\ \x29\x53\x99\x64\x2c\x15\x43\xa1\x52\xe8\x18\xb0\x79\x1c\x32\x56\ \x2f\x05\x08\x42\x25\x50\xf0\x59\x2f\xe5\x30\x39\xfd\xfd\x58\xe5\ \x94\x90\x05\xa6\x49\x39\x27\xd6\x4f\x81\x7c\x31\xa7\xf5\x52\x22\ \x15\x0e\x6c\x14\x9d\xac\x44\xa1\x0a\x74\x26\x52\x0b\x70\x80\x1c\ \xd4\x41\x8d\xc1\x01\xfe\xbc\x1f\x48\x48\x9d\x9e\xa1\x52\x41\x7c\ \xa8\xe2\x99\x29\x34\xc9\x0b\x65\x0e\x93\xe0\x2b\x3a\xd9\x37\x45\ \x47\x45\xed\x04\x54\x4a\x2a\x24\x52\x99\x54\x16\xec\x93\x90\x09\ \xda\x45\x86\x9b\x73\x48\x18\x0c\x5d\x0c\x4a\x82\xfa\xf5\x84\x52\ \x54\xd5\xc5\x61\x52\xb0\xa8\xce\x1e\xcf\x61\x0a\x59\x24\xb4\xc6\ \xdf\x37\x44\x40\xbe\x8f\xc3\x41\xe3\x4e\x39\x14\x02\x0e\x0d\x9d\ \x46\x81\x0d\x94\xfe\x7e\x70\x84\x44\xe0\x2b\x1c\x09\x87\x1f\x78\ \xfc\x78\x71\x62\xfe\x09\xbc\xef\x8f\x2d\xcf\x4e\x2c\x8f\x10\xe7\ \x9e\xcf\x51\x71\x98\xb1\xff\xf7\x9f\xfa\x30\x3f\x1c\xa0\x32\xc5\ \x62\xbd\x5e\xc8\x94\x32\xe1\x29\x73\xe8\xf0\xad\x98\xae\x14\x4e\ \xb1\x58\x8f\x3e\xfe\xf4\xd1\xa3\x19\x72\xdf\xe2\xe4\xc0\x00\x9e\ \x84\x1b\xe8\x1f\x1b\x03\xad\x9a\x9c\xe8\x9b\x1c\x98\xfa\xf4\xe1\ \xcc\xc7\x0f\xf4\x8f\x70\x3f\x9a\x56\x62\xfb\xfa\x40\x39\xfb\xe0\ \x40\x84\xe3\x6f\x6c\x04\x37\xbf\xf8\x64\xf1\x83\x7f\x66\x58\x83\ \x66\xb5\xfc\xce\x28\x97\x4d\x1b\xa5\xb1\xf9\x26\x15\x83\xc6\xbd\ \x43\x03\x5f\x08\x54\x84\xd6\xd6\x87\xb9\x77\x18\x06\x00\x26\xc1\ \x30\x17\x94\x09\xe0\x8a\xc7\x1e\x65\x70\xc1\x3d\x8e\xb2\x01\xba\ \x04\x68\x61\x9d\xc6\x93\xa8\x46\x47\x87\x79\x77\x47\x79\x0c\xb9\ \xd7\x0c\x4a\x01\xdb\x18\x46\xb5\x5c\x68\x2e\x16\x9a\x6b\x08\xd8\ \xc4\xa7\xc9\x45\x83\x6a\xb9\x48\x74\x67\x90\xcb\x57\x19\x24\xe3\ \xa3\x7c\x95\x33\x6a\x11\xb1\x0d\x46\x67\xb5\x54\x84\x43\xc8\x6c\ \x57\x58\xb4\x72\x85\x42\xcd\xd7\x6a\x75\x0a\x85\x48\xab\x91\xc8\ \x25\x26\xbb\x5c\x67\x35\xc0\xb7\x46\xa3\xc5\xaa\x36\x81\x32\x19\ \xcc\x68\x14\xa0\xc5\x6a\xb5\xd8\x6c\x4e\x93\xd9\x66\xd2\xd8\x74\ \x6a\x83\xdd\x60\x35\xeb\x74\x6a\x8b\xda\xae\x31\xab\x24\x32\xad\ \xc9\x6c\xd6\x6a\xec\x08\xcb\x8c\x0a\xb3\x45\x63\x76\x38\x43\x2f\ \x7f\xf1\xd7\x4f\xf5\xe2\x39\x3d\xfc\xee\x88\xf8\x89\x49\x02\x96\ \x38\x34\x3b\x32\x36\x31\xb1\x3c\x3b\xbb\xb8\x38\x3f\x3b\x81\xa2\ \xfd\x26\x06\x86\xc6\x40\xc8\x17\x27\x66\x17\x27\x67\x17\x87\xd0\ \xb4\x47\x02\x66\x04\x37\x30\x04\x1e\x7b\x60\x68\xe2\xe9\x27\x1f\ \xf5\xfd\x39\xae\xd3\x59\x7c\x61\xbf\xdb\xe3\x77\x78\x1c\x46\x9d\ \xd1\x28\xb3\x3b\x55\x46\xbb\xc9\xa1\x33\x6a\xdd\x1e\x0b\x43\x66\ \x32\x69\xd5\x4e\xa3\xcd\xa9\x31\xd9\xd5\x6a\xb0\xb1\x6e\x83\x46\ \x61\xb5\x38\x80\xbd\x0e\xaa\x0e\x7b\xcc\xe3\x88\x7a\xc3\xfe\x58\ \xdc\x6a\x0b\xdb\x5c\x89\x80\x3b\xea\xb1\x69\x51\xc0\x8d\xc3\x1b\ \x8f\xeb\xac\xee\x20\x40\x49\xd8\x5b\x74\x5b\xdc\x31\xd0\x26\x5f\ \xdd\x6f\xb3\xf8\x5d\x76\x94\x60\xec\x8b\x58\xdd\xfe\x90\xc7\xe3\ \x3f\xdc\x0f\x59\x7c\x2e\x7f\xd0\x1b\x3a\x3d\xa9\x06\xab\xf1\x7a\ \x3c\x11\x2a\x6d\xed\xb9\x6c\xc7\xd5\x58\xb8\x14\xf4\x17\x23\x76\ \x9f\x2b\x11\x6f\x07\x02\x61\x9f\xa7\x7d\x9c\x88\xec\x35\x82\xb1\ \x40\x28\x12\x4b\xec\x9d\xb4\xa3\x11\x10\x95\x52\x24\x1e\x72\x85\ \xeb\x6e\xf8\x87\xe2\x6b\x7c\x91\x98\xbb\x14\x09\xf9\xbc\xe1\x68\ \xbb\x14\x8e\x54\x8f\xce\x36\x1a\x89\xf6\x69\xe9\xe0\xec\x24\x1e\ \x3f\x29\x1d\x37\x3c\xfe\xed\x6c\xba\x96\xca\xed\x2d\x2c\x1c\xe6\ \x0b\xab\x9b\xbd\xf4\xd9\xda\xde\xfa\xd1\xe1\xc6\xd1\xd2\xfa\xf1\ \x7e\xb1\x71\x90\x3b\x58\x5f\xa9\x83\xc3\x8d\x16\xab\xfb\x5b\x7b\ \x00\x88\x2e\xbf\xd6\x60\x8b\x78\x02\xa5\x48\xd8\x1f\x09\x05\xa2\ \x5b\x9b\xdb\xd5\x83\xa3\x4e\x79\x3b\x9f\xdb\x5e\x6a\x9c\xe6\x6a\ \xd9\x74\x7e\x77\xad\xd0\x58\xc8\x76\x3e\x2b\x6c\x2c\x25\x5b\x85\ \xda\xf6\xc6\x65\x61\x37\xb3\x79\x9a\xcf\xa5\x9b\x6b\x1b\x4b\xcd\ \xda\xda\x5e\x66\x33\x57\xdb\x2d\xd4\x7a\x7b\x85\x54\xad\xb0\x92\ \x59\x2a\x6c\xef\xe4\x32\x95\xa5\xf3\x5e\xab\xd9\x5c\xaf\x5c\x75\ \xbb\xa9\x72\xb7\xbb\x54\x39\x2f\x37\x73\xb5\xcb\xeb\x5a\xe1\xe2\ \xbc\x7c\x79\xd1\xeb\x16\x2e\x6b\xdb\x85\x4c\x2a\x9b\x03\xea\xfa\ \xfa\xbc\xb6\xb2\xbe\x9a\x2b\x64\x0a\xd9\xc2\xcd\xe5\xed\xd5\x45\ \xab\x75\x59\x5b\x6f\xbe\xa8\x2c\x94\xcb\x95\x4e\xbe\x7c\xd1\xcd\ \x77\x6e\x6b\x3d\x90\xad\x17\x9d\x14\x80\xda\x55\xab\xf5\xf2\x55\ \x32\xfb\xd9\xab\xde\x4d\xb3\xd6\xe9\x9d\x5f\x77\xcf\xcf\xdf\x5e\ \x9d\xbf\xfa\xdd\x9b\x97\x6f\x5e\xff\xe9\xdd\x17\xbf\xfb\xf6\x9b\ \xef\xfe\xe3\xc7\xbf\xfc\x74\x6e\xee\x5f\x7f\xfd\xec\xf9\x7d\x50\ \x06\xc0\x1e\x70\x63\x20\x0f\x62\x31\x11\x21\x0d\x91\x8a\xa1\x33\ \xb1\x1c\x24\x32\xa8\xec\x0a\x07\x87\x2a\x6a\x34\xc6\x72\xc8\x70\ \x33\x8e\x7e\x8a\xc9\x9c\x12\xce\xe8\xf5\x64\xec\xfc\x08\x0b\x8d\ \xd7\x51\x92\x95\xd3\xe2\x69\x21\x9a\x4f\x01\x16\x51\x8c\x21\x03\ \x87\xa1\xd9\x58\x4c\x94\xda\x89\x41\x31\x7f\x80\x5f\x58\x0e\x1a\ \xc4\x0a\xf8\x86\x41\x13\x57\x39\x88\xce\x40\xa3\xa4\xf4\x69\xe5\ \xdc\x14\xe2\x37\x16\x6a\x81\x46\x99\xc8\x52\xb1\x92\x4a\x02\x78\ \xc1\xa2\x3e\x68\x2a\x59\x2a\x04\xd5\xe3\xa0\xe9\xac\xc8\xab\x52\ \x98\xa8\x39\x87\x82\x96\xd4\x48\x54\xa9\x98\x4a\x65\x61\xf0\x04\ \x2a\x99\xf4\xbe\x4d\x87\x49\x17\xbe\x1f\x36\x4d\x41\xd1\x97\x44\ \x02\xfc\xe7\xc7\x00\x73\x61\x71\xb0\x1d\x0a\x1d\x8b\x96\xf2\xc9\ \x24\x42\x3f\x9e\x00\xae\x10\x83\x56\x9c\xf0\xc4\xbe\xa7\x1f\x2d\ \xc2\x9b\xfe\xf2\xd8\x18\x38\x95\x27\xcb\x7d\x38\xfa\xa3\xe7\x1c\ \x3c\x79\xfe\x83\xff\x61\x84\xaa\xa4\x50\x01\xab\xc0\xff\x4a\x51\ \x87\x11\x1d\x85\xd9\xb3\xe6\xee\x29\xa5\xca\x7b\xfa\x99\x07\xd3\ \x2c\x6c\x1f\xdc\x7d\x00\x47\xc4\xe3\xe0\xe8\x1a\x02\x88\xc2\x0d\ \xa1\x5e\x6a\xe6\xd4\xcc\xfd\xa9\x87\xf7\xc4\x9f\xfe\x5a\x3f\x4d\ \x86\x07\x1b\x99\x18\x1a\x9a\x1f\x81\xe3\x75\x6c\x16\x18\xec\x93\ \xd9\x0f\xfe\x17\x9a\x29\xaa\x33\x28\xd8\xe3\x77\xb9\x8c\xc1\xc1\ \x51\xb9\x59\xce\x1f\xbd\x43\xe3\x82\x7e\xf1\x45\xc8\x1d\x0e\x8f\ \x8f\xd3\x46\x45\x5a\x89\x80\x2f\xe0\x33\x86\x79\x6c\xbe\x04\x9c\ \xe0\xf8\x30\x8d\x4d\xbb\x4b\xe3\x33\x04\x6c\xae\x88\x46\xfb\xbe\ \x5c\xc2\x10\x0d\xff\x33\x48\x1e\x9f\x2d\x93\x68\xb5\x5a\xf9\x28\ \x0f\xa4\x8d\xcd\xa6\x71\x19\x22\xee\xe8\xe0\x1d\x3e\xe8\x14\x9b\ \x27\xe3\xb1\xe1\xb3\x02\x15\xd1\x1b\x24\x06\x39\xb8\x4e\x9e\x25\ \xa0\x31\x18\x81\xaa\x1c\xe1\xa2\xcf\xa6\xd6\xc9\x54\x26\x99\xda\ \xa2\x11\xa9\xe5\x6a\x8b\x41\x66\x32\xc8\x18\x12\x9d\x15\x4d\x1e\ \xb4\xaa\x8d\xa8\xdf\x10\x8c\x95\x59\x67\x33\xa9\x25\x2a\xa3\x4e\ \x6d\xb4\xe9\x34\x06\x83\x0e\x70\xcb\x66\x46\xdc\x65\x31\xab\x2d\ \x26\x93\xcd\xa7\x56\xab\x2c\x12\x9d\x51\x6d\x54\xb9\xec\x1a\x05\ \xa0\x19\x80\x8c\xda\xa8\xb1\x35\x9a\x7f\xf8\xf9\xcf\xee\x4f\x7f\ \xcc\xa4\x10\x29\xa8\x16\xae\x9f\xd0\x0f\x7f\x08\xa4\xfe\x3e\xa0\ \x2b\xb4\xe2\x3e\x36\x3b\x86\x2a\x1a\x46\x90\x39\x9c\x80\x7f\x28\ \x90\x66\x76\xa4\x9f\x3c\x27\xa6\x72\x58\x8f\x30\x18\x22\x7e\x6c\ \x64\x72\x71\xf1\xbf\x2d\x3f\xec\xd8\x0c\x20\x9f\x36\x87\xdf\xa9\ \x05\x69\x34\xaa\xcd\x41\x13\x1a\x8a\x68\xd6\xa8\xc2\x4e\x33\xf8\ \x5e\xab\xdd\x6a\xb3\xfa\x40\x2b\x2d\x32\x89\x4e\x67\x75\x1a\x54\ \x72\xb5\xc3\x2e\x51\x9b\xb6\x4e\x6d\x56\x0f\xc0\x91\xc3\xef\xf3\ \x25\x0c\xc1\xb8\x35\x18\xf5\xb9\x5d\x1e\xad\xc6\x63\xb5\x9a\x3c\ \x81\xe3\x08\x1a\xb4\x1a\x2b\xf9\x02\xa1\xaa\xdb\x12\x8f\xd5\x4b\ \x61\x47\xb5\xea\xb2\x07\xc1\x30\xc2\x91\xef\x8f\x1a\xfd\x61\x7f\ \x28\xe8\x3f\xdb\x09\x99\x3d\xf6\x68\xdc\xe6\x08\xad\x9c\xba\x13\ \xa7\xc7\x5e\x53\x20\x72\x5a\x32\x9a\x1b\xd5\x44\x28\xd8\x0e\x9e\ \xf8\xbd\xc1\xf0\xc9\x49\xa2\xee\xa9\xfb\x7c\xf5\x93\x98\x17\x5d\ \x1c\x0c\x14\x0f\xea\x2e\x70\x97\x89\x48\xb4\x14\x89\x45\x1c\x2e\ \x60\x21\x67\xbc\x1a\x03\x7b\xe9\x8f\x9c\x84\xa2\x71\xaf\xc7\x17\ \xf4\x46\xab\x1e\xe4\x01\x23\x5b\xa5\xc3\xd3\xad\x83\xc3\x93\xd2\ \xd9\x61\xe2\x24\xe6\xa8\xae\xad\xae\xe5\x72\xdb\xfb\xb9\xe2\x5e\ \x26\xb7\xba\xd2\x5a\x3d\x5a\xa8\x2f\x6d\x6e\xee\x9e\x2d\x9c\x9c\ \x6d\x46\xf6\xcf\x0e\xf7\x36\x77\xe0\x6d\x27\xdc\x3e\xda\xaa\xef\ \x6f\x85\x1c\x51\xbf\xcb\x61\xd4\x7a\xbc\x5e\x90\x4a\x9f\x3f\x1c\ \x0d\xaf\x2e\x1c\xd4\x57\xf6\xf7\x0b\x7b\xbb\x6b\x7b\xa7\xd1\xad\ \x8d\x64\x33\xbb\x74\x5a\x69\x36\x0a\x99\x5e\xa7\x97\x49\x2d\xe4\ \xd7\xb6\x37\x73\xcd\xb5\x55\xb0\x84\x1b\xe9\x5a\xfa\x70\x33\x53\ \xcb\x6e\xae\xed\xaf\xe5\x3b\x4b\xb5\xcb\xee\x7e\x39\x59\xce\x76\ \x72\xd9\x72\xfe\x2c\x97\x2a\xa4\x2e\x92\xb5\xcb\x64\xbe\x55\x7b\ \x71\xd1\xa9\x74\xcb\xc9\xce\x67\x9d\x56\x2d\xd7\x69\xb5\xd2\x99\ \x73\x10\xa1\x4a\xb2\xdc\x4b\xed\x14\xd6\x53\xe7\x2f\x2a\xd9\x57\ \xb7\xb5\xeb\x1e\x08\x5d\xb9\x5b\xc8\xac\xa4\x2e\x7b\x95\xf3\x6c\ \xb6\x77\xd9\xdc\x4c\x97\xb3\x85\xf3\x1e\x18\xc4\x9b\xec\xf6\xf5\ \xed\xf9\x9b\x37\xa9\x6c\xeb\xb2\x7b\xdd\x4c\xbd\xf8\xac\xd0\x4d\ \x5d\xdc\xbe\xbc\xb8\xbd\x59\x4a\x5f\xf6\xca\x9d\xce\x65\xeb\xd5\ \xed\x9b\xaf\x5e\x5e\x7c\xf1\xe2\xd5\xbf\xbd\xfc\xdd\x9f\xbf\x79\ \x87\x1a\x9e\x9f\x3f\xfa\xd5\xc7\x3f\xf9\xf8\xd1\xdc\xb4\x98\x48\ \x27\x62\x30\x48\x13\x84\x4c\x21\x2a\x9c\x02\xad\xa0\xb3\x80\x63\ \x28\x1c\x2c\xaa\x4f\xc0\x60\x38\xcc\x29\x31\x48\x17\xb8\x32\xf8\ \x9f\x44\xbd\xa7\x44\xb3\x70\x1e\x80\x86\xe1\x67\xe9\xca\x39\xbd\ \x70\x4e\xcc\x62\x49\x59\x53\x48\xb9\xa6\x94\x54\xc0\x2a\x96\x54\ \x4a\x67\xea\x85\x4a\x40\x2f\x0e\x85\x2a\x46\xa6\x10\x9d\x63\xc4\ \x62\x28\x08\xb6\xc0\x05\xa2\x5c\x61\x96\x54\x8c\x16\x86\x38\x70\ \x27\x54\x9b\x80\xa5\x83\xd4\x30\xa9\x18\xa6\x58\xca\x14\x02\xe7\ \x51\x59\x1c\x29\x07\x6e\x47\xa6\x08\x29\x00\x50\x28\x85\x06\x8b\ \x25\x10\xe0\x12\x3a\x72\x98\x74\x25\x55\xc8\x9a\x42\xf5\xa9\x04\ \x26\xc0\x15\x19\x0d\xa1\x20\x73\xa6\xe1\x8e\x04\xf8\x4a\x07\xbd\ \xea\xc3\xf5\xf7\x91\xa8\x42\x32\x38\x3f\x3a\x81\x84\x05\xa9\xa4\ \x60\x09\x14\x4a\x7f\x1f\xaa\x69\xc0\x63\x90\x66\x11\xb1\x7d\x4f\ \x9e\x2c\xce\x2f\xce\xa2\x9e\xbf\xe5\xc7\x4f\x9e\x0e\x61\x59\xcf\ \x1e\x31\xa9\x9c\xbe\xff\x7b\x9e\x43\x02\x01\x44\x65\xf3\x4c\x32\ \x5c\x80\x5a\x71\xa6\x59\xcc\x39\xd6\xf4\xa3\x47\xf7\x66\x84\x54\ \xb0\x9e\xb8\x49\x0c\x93\x88\xe6\x59\x0c\x0c\x90\x70\xfd\x58\x32\ \x9e\x42\x24\x10\x46\x86\x88\xcc\xb9\x87\x73\x8f\x1e\x3c\x98\xd6\ \xeb\x67\x00\x30\x89\xfd\x68\x1c\xcf\x48\x7f\xdf\xc8\xc8\x04\x6e\ \xe8\xe9\xff\x3e\xff\xc1\xf7\xc7\x0d\x61\x9b\xc9\x24\x1a\x1f\xe7\ \x8e\x8e\xd3\xf8\x22\x8d\x06\x04\x8b\x3b\x7c\x97\xcb\x96\xa9\x34\ \x8c\xbb\x83\x5c\xda\xb0\x60\x94\xc6\x13\xb0\x79\x72\x06\xca\xc7\ \xd2\x28\x14\x7c\xb8\x6c\x14\x10\x8a\xc1\x53\xb0\xef\xb0\x45\x40\ \x52\x6c\xc5\x28\x77\xf8\x7f\xfa\x1e\xf8\x4a\x36\x5f\x65\x33\x19\ \x68\x34\x19\xd8\x3f\xb6\x40\x36\x0e\x22\x06\x34\xc6\x15\x29\x44\ \x5c\x81\x82\x8f\x26\x87\x29\xd8\x02\x50\x2c\x39\x83\xc1\x66\x0f\ \x32\x68\x26\x93\xd9\x65\x91\x2b\x0c\x12\xb3\xd6\x66\xe2\xcb\x65\ \x32\xa3\x4e\x22\xb7\xeb\x54\x1a\x8d\x4c\x22\x73\x98\xd5\x3a\xa3\ \x4c\xa3\x33\x99\xdd\x6a\xbb\x55\xa7\x30\xa8\xdd\x20\x4d\x2e\x0b\ \x28\x99\xce\x61\x73\xdb\x0c\x06\xa3\xc2\xe6\x31\xa9\xb4\x0e\xb3\ \x59\x62\x02\xcb\xa8\xb1\x98\xc0\x35\x1a\x74\x12\x9d\xca\xa8\x96\ \xc9\xac\x0e\xb3\x49\xa2\xd5\xd8\x9c\x76\x81\xd6\x64\x6d\xb4\xae\ \x3f\xff\xe6\x1f\xbf\x7e\x34\x87\xc1\xc0\x8b\x8f\x32\x86\xa8\x2c\ \x94\x27\x44\x82\x77\x48\x22\x61\x08\xf5\x85\x83\x5b\x1e\x01\x51\ \x9a\x1c\x40\xf1\x86\x43\x13\xf3\x13\xa0\x64\x93\xb3\x8f\x87\x70\ \x14\x96\x72\x06\xdb\xdf\xdf\x87\xea\x70\xe7\x17\x3f\xfa\x51\xdf\ \xb7\xbb\x31\xb7\xd1\xea\x73\xc8\x18\x32\xb3\xc3\xac\xf5\xb8\x04\ \x12\xb7\xd3\x62\x32\xfb\xad\x06\xa3\x8c\xaf\xd3\x1a\x4d\x70\xa5\ \x45\x6b\x32\xd8\xb4\x06\x93\xdd\xa9\x93\xf0\x8d\x16\x8d\xce\xdd\ \xa8\x7b\x7c\x0e\x38\x7a\xbd\x7e\x97\x2f\x20\x71\x85\x3d\x3e\xaf\ \xcb\x63\x33\x4b\xac\xde\x80\x3f\xe0\xf5\xb6\xa3\x36\x6f\x22\x1a\ \x6f\x44\xed\xde\x08\x4a\xb1\xaf\x1f\xc6\xbc\x7b\x71\x97\xd9\x1f\ \xf4\x85\x13\xc1\x58\xd0\xef\x8b\x05\x63\xf1\x80\xa3\xd8\x0e\x05\ \xbc\xbe\x68\xd8\xe5\xf3\x35\x8e\xb6\xe2\x91\x6a\xd0\x19\x0e\xee\ \x35\x9c\xb6\x46\x3d\x51\x2c\x56\x4b\xe0\x22\x03\xfe\x62\x35\x52\ \x8c\xc6\x42\xce\x62\x3b\x76\x72\x5c\x8a\x7b\xbd\xe1\xe2\xde\x49\ \xe0\x38\xee\x09\x55\x23\xd1\x44\xbb\x5a\x72\x79\x83\x31\x6b\x28\ \x1c\x8d\x07\xfd\x56\x4f\xc3\xe7\x89\x27\x12\xd5\x80\x23\x52\xf5\ \xc5\xab\x3b\xc7\xfb\xeb\xed\xea\x46\x7d\x6f\x7f\xff\xe0\x60\x2f\ \x92\x28\xf9\x4b\xe9\xed\x83\xfc\x79\xfe\x74\x25\x71\x90\xac\x24\ \x6b\xcd\xdd\xf8\xc1\xd6\xd9\xe1\xf6\xda\xda\xc6\xfe\xee\x5a\xe9\ \x70\x6d\xe3\xb0\x71\x10\x3b\x38\x8e\xee\xb4\xc3\xa5\x93\x90\x3f\ \x54\xf5\x68\x9d\x66\xa3\xd3\xee\xf1\x01\x08\x16\x43\x7e\xef\x4a\ \xea\xa4\x78\xb4\xb0\x76\xb6\x77\xb0\x5e\x3f\x88\x1f\x6c\xb7\xba\ \x0b\x95\xa5\xec\x46\x0c\x95\x83\xa6\xf2\x0b\x9d\xf5\x95\xe6\xf6\ \x51\xee\x2c\xb7\x54\xc9\xa7\x41\x77\x72\x1b\x95\x42\x7a\x61\x61\ \x77\x65\xa3\x55\x2b\x34\x0b\xb9\x54\x39\x95\x5a\x5a\x4a\x5d\xd7\ \xd6\x52\xbd\x54\x2b\x9b\x3d\xef\x2c\x64\x6e\xae\xca\x2b\x95\x5e\ \xb9\xd7\xec\xbe\xbe\xcc\xe4\xc0\x0d\x5e\x57\x16\xae\xd2\xcd\x56\ \xa7\x95\x2c\x17\x76\x93\xcd\xda\xcd\xeb\x56\xea\xfa\xb3\x4c\xf7\ \xb6\x90\x6c\x76\x9a\x99\xc2\x46\xf6\xf6\xa6\x53\x2b\xa4\x5b\xb5\ \xab\x95\x8d\xab\xca\xca\xf9\xcd\xd5\x42\xf9\x6d\x0f\x3c\x69\xf7\ \xfa\xba\x52\x68\xbd\x68\xf5\xd6\xaf\x6f\x6a\xe9\xcb\xe6\xcd\xc5\ \x8b\xde\xcd\x55\xaa\x72\x75\xde\xb9\xbe\xba\xbe\x78\x0d\x7f\xdf\ \xbd\x7b\xfb\xf2\xfa\x9b\x6f\xde\xfd\xf9\xef\xef\x7e\xfa\xd7\x3f\ \xfe\xf1\xf9\xb3\x7f\xff\xf8\xfe\xf4\x94\xf2\xe1\x14\x4b\x8c\x05\ \x02\xa1\x32\x99\x60\xfe\xe8\x18\x0e\xa0\x04\x86\x4a\x16\x63\x08\ \x2c\x25\x2a\xdb\xa4\x12\x84\x42\xb2\xfe\xbe\x5e\x2c\xa5\x83\xa6\ \xd0\x39\x9c\x69\x0e\x53\xaa\xd4\x8b\x99\x78\x32\x99\x33\xa3\x97\ \x4e\xe9\x01\xb8\xa4\x4c\xfd\xdc\xb4\x74\x4e\x3c\xc7\xe2\xd0\xd1\ \x00\xc1\xe9\x19\xa5\x9e\x43\x21\x93\x50\x90\x30\x15\xc1\x11\x16\ \x8b\x3a\x58\x88\x24\x26\x89\x88\xc7\x90\x98\xac\x29\x32\x96\x2e\ \xa4\x83\x66\x49\x51\x00\x31\x89\x8c\xce\xc3\xd1\x99\x42\xd4\x85\ \xc3\x92\x72\x50\x75\x39\x93\xc9\x61\x12\xc1\xab\xa2\x96\x17\xd0\ \x2c\xb8\x35\x87\x8c\xc1\x92\x49\xb0\x37\xb0\x41\x31\x40\x13\xec\ \x28\xf0\x1f\x90\x20\x1d\x76\x96\x44\x66\x62\x88\x54\xe4\x10\xd1\ \x80\x1a\x02\xa6\x0f\x83\xef\x03\xe7\xc9\x24\xe3\x09\x58\x0a\x1e\ \x8d\x41\xc4\x62\xf1\x04\x32\x01\xa8\x0b\x10\x0b\x95\xb0\x12\xfa\ \x31\x4c\xfc\xe3\x8f\xe6\xe7\x17\xe7\xe7\x27\x97\xe7\x3f\xfc\x70\ \x76\x8c\x42\x99\xfe\xf8\x1e\x07\xc3\xd2\x4b\xe7\x50\xa1\xbd\x74\ \x06\x05\x41\xeb\xa9\xcc\x39\x34\xc9\x4c\x49\x17\x7f\x7a\xef\xf9\ \x6f\x1e\x31\x41\x37\xfb\x88\x70\x30\x61\xb1\x68\xde\xfd\x00\x1e\ \xec\x66\x3f\x91\x84\x43\x09\x75\x78\xe2\x00\x56\xfc\xf1\xb3\x87\ \xcf\x1f\x3e\x50\xea\xd1\x4b\x86\x01\xe1\x04\x98\x00\x1f\x34\x31\ \x84\xeb\x5b\xfc\xef\x93\x1f\xfc\xe0\xae\x24\xe0\x37\x6a\xf8\xdf\ \xbf\x3b\x3a\x3a\x88\xa2\x64\x2c\x32\xda\x9d\x3b\xc3\xa3\x83\x5c\ \x91\x5c\x80\xda\xa0\xd9\xe0\x0b\xd9\x48\x64\xe4\x22\xf4\x8d\x4c\ \x25\xa7\xd1\xf8\x02\xa4\x37\x6c\x54\x3f\xca\x60\x73\xc7\x19\x0c\ \x85\x5c\x34\x3c\x2a\x18\x1d\x65\x73\x79\x6a\xad\x45\xc1\x1b\x64\ \x0b\x80\x9f\x68\x83\x0c\xae\x48\xc4\x13\xa0\xf6\x43\xf0\x8d\x22\ \x06\xfc\xc0\x55\xc9\x19\x5c\x36\x9b\x21\xe7\x8b\x44\x68\x9d\x6b\ \x98\x26\xb1\xea\xcc\x06\x11\x30\x93\x46\x66\x50\xa8\xd1\xfc\x79\ \x85\x4e\x0b\xae\x4e\x65\xb2\x1a\x35\x16\x8d\x46\xa1\xd3\x18\xb5\ \x68\xab\x32\xb5\xd1\xa7\xd2\x89\x14\x32\x9b\xd9\x89\xdc\xa1\xca\ \x2e\x01\xcf\x67\x57\x6b\xd4\x6a\xb3\x49\x63\xd1\xa9\x75\x06\xa3\ \x46\x67\x31\x69\x8d\x1a\x15\x7c\x05\x33\xe6\xb4\xa3\x80\x5f\x9b\ \x51\x67\xd2\x2a\xb4\x07\x47\xc9\xdb\xdf\x7f\xf3\x8b\x07\x53\x28\ \xbf\x83\xcc\x64\x4e\xb3\xe6\xf4\x53\x74\x16\x19\x8f\xfe\x4b\x90\ \xc8\x14\x32\x11\x3f\xb9\x38\x36\x46\xc4\x81\x62\x2d\xce\xa3\x58\ \xfd\x11\x14\xfb\x37\xb9\x08\xac\xbb\xfc\x18\x33\x25\x64\xe1\xf0\ \x54\x32\x7e\x04\xd0\x6b\x72\xfe\xe9\xd3\x89\xfb\xd7\x25\x87\x86\ \x2f\x53\xa3\x44\x1a\xb7\x59\x60\x30\xab\x55\x56\x53\xc0\x6b\x33\ \x88\x40\x44\xcd\x26\x9d\xd7\xa5\x33\x48\xe4\x06\x95\xc9\x68\xf7\ \xa8\x35\x3a\xb5\xd5\x64\xd2\x15\x0f\x5c\x76\x8f\xcb\xe7\x2e\x1d\ \x94\x42\x61\x9b\x33\xec\xb4\x3a\xc3\x0e\x5f\xc0\x62\xb2\x7b\xfc\ \xc1\x80\x2f\x5c\xf2\xba\xab\x55\x77\xc2\x13\xf0\x57\x41\x9d\xa2\ \xc1\xf6\xa1\xbf\x1e\xb3\xdb\x83\xd1\xd0\x56\x1c\x90\x2a\xe2\x29\ \x79\x4d\xa1\xa8\xbd\xbd\x15\x0e\x38\x9c\x4e\x5f\xcc\x53\xcc\x34\ \xa2\x6d\x6f\x35\x12\xa8\xfa\xf7\x1a\x26\x6d\xb5\x11\x2b\xd6\xc3\ \xe1\x78\xd0\xe5\x8d\xc4\xc2\x11\xd4\x1b\xe8\x3b\xd9\x2a\x36\xce\ \x8a\x91\x13\x77\xa0\xbd\x57\x8f\xd7\xfd\x7e\x3f\x5a\xac\x2a\x45\ \xda\x31\x10\x37\xd4\x24\x0d\x17\x05\x3c\x89\x60\xa4\x54\xf4\x6f\ \x85\xbc\xf5\x78\xb4\x7e\xda\x3e\x58\xda\x3d\xa9\x9e\xc4\x41\x89\ \x4e\xb7\x0e\x63\x8d\x52\x20\xb8\xb0\xb2\x96\xeb\x1d\x15\x77\x1b\ \x47\x2b\x85\xcc\x45\xab\x50\xda\x3f\x5e\x39\xd8\xce\xad\x2e\x1c\ \xad\x6e\x87\x76\x0e\x8f\xf6\x0f\x37\x1b\x25\x70\xa7\xf5\xe0\x29\ \x18\xd9\x48\xd4\xe9\xf6\x58\x2d\x25\x0f\x80\x5d\x20\xea\xf7\xf9\ \x3d\x5b\xa7\xd5\xfd\xd3\xdc\x46\xba\x50\xcb\x9d\x6d\xef\x6f\x66\ \x52\xe7\x80\x4b\x87\x3b\x3b\x0b\xbd\x4a\xb6\xbc\x96\x5c\x58\x5d\ \xaa\xe4\x32\xa9\x8d\x64\xab\xb5\xb6\x96\xc9\x17\x6a\x9d\x4a\xaa\ \xb2\xb1\xb3\xb6\x96\xac\xdc\x5c\xa4\x76\xce\x9a\xbd\x4a\xa6\xb2\ \x9d\x06\x6d\x6b\x2e\x6c\x67\xaf\xbb\x85\xce\x42\xfa\xa2\x5b\xb9\ \x4a\xde\x94\x2f\xf3\xdb\x9d\x5e\xf6\xba\x95\xee\x55\xf2\xb7\x57\ \xe5\x5e\xed\x45\x3a\x05\x4c\x95\xbc\xb8\x3a\xef\x56\xca\xcd\xdb\ \x7c\xee\x72\x33\x9b\xca\x26\x9b\xad\xed\xe6\xe5\x65\xef\xe6\x3c\ \x93\xbd\x58\x28\x74\x6b\xd9\x54\xe5\xe2\xfa\xe2\xb3\x56\x26\xdd\ \xbb\x5c\xba\xec\xb6\x0a\xbd\x66\x26\x9d\x6a\xbe\xa8\x65\xbf\x3a\ \xaf\x5c\x5d\xf6\x2e\xcb\x95\x9b\x5e\xfa\xe2\xe2\x3c\x7b\x79\xfb\ \xe6\xc5\x17\x5f\xbc\xb9\x7c\xf7\xa7\x9f\x7f\xf3\xee\xdd\x7f\xfe\ \xed\xbb\x7f\x7c\xf9\xaf\xf7\xe7\x7e\xf2\xe9\xdc\xb4\x52\xac\x14\ \xc3\x11\x88\x41\xa6\x0a\xa5\x22\xd0\x29\xa8\x1c\x8a\x42\x27\x03\ \xd4\x88\x41\x4e\x94\x1c\x26\xbc\x21\x72\x90\xd5\x42\x73\x71\x98\ \x52\xa6\x78\x4e\x39\x4d\x15\x4e\x53\x70\xb3\x24\x0e\x53\xc9\x12\ \xce\xb0\x84\xca\x29\xf8\xa7\x67\xe9\x81\xaf\x38\x1c\xa0\x91\xf7\ \x59\x7f\x42\x26\x05\x36\x08\xfa\x81\xaa\x23\x38\x28\x43\x94\x4c\ \x1a\x82\xed\x63\x09\x78\x32\x47\x0c\x90\x42\xa5\x52\x67\xa6\x50\ \xba\x01\x5a\xd1\x9e\x06\x5d\xc2\xb2\x84\xfa\x29\x14\xd4\x2e\xe6\ \xa0\x45\x30\x26\x58\x38\x92\x18\x00\x0d\x8d\x40\x04\xc3\x27\xa6\ \x03\xf4\x50\x31\x54\x31\x95\x0e\x62\x47\x42\xcb\xf0\xb0\xeb\xa8\ \x5c\x94\x09\x24\x03\xb6\x11\xd4\x89\x82\xa2\x1a\x38\x42\x56\x3f\ \x16\x05\x60\x11\x88\x68\x4e\x21\x3c\x29\x2c\x58\x92\xf7\x19\xf5\ \x14\x12\x40\xd1\x10\x72\x25\x7d\x38\x3c\xec\x11\x61\xf1\xe9\xe3\ \xf9\xe5\xf9\xc9\x91\xe5\x0f\x7f\xf4\xe1\xe2\x08\x06\x2f\x7c\x78\ \x5f\x48\x64\x2a\xa5\xf7\xef\x73\x50\xbf\x24\x47\x2f\x9d\x96\x4a\ \xc1\xfe\x4e\xcf\xcd\xcd\x4d\xcd\xdd\x17\xcf\x09\xf1\x68\xab\x18\ \x02\x01\x87\x23\xa1\x51\x61\x44\x30\x9c\xf0\x03\x86\x80\xf2\xdb\ \x31\x70\xf0\xf5\x31\xa5\xfa\x7b\xf7\xa6\x94\xd3\xca\x87\x33\x42\ \x12\x05\x65\xbc\x4f\xcc\x0e\x4d\xa2\x50\x88\xa1\xbe\x27\x63\x1f\ \xfc\x8f\x77\x44\x01\xaf\x4c\xa5\x1a\x1e\x1c\xbc\x3b\x4e\xbb\x33\ \x28\x53\xf1\x06\x69\x3c\x2e\x6d\x1c\xb0\x89\xcf\x00\x0d\x03\x34\ \x02\xba\x52\x29\xd8\xe8\xac\xe1\x30\x5b\xae\x90\x8f\x8f\x33\x44\ \x82\xf7\xd3\x70\x40\x78\xd8\xa3\x5c\x01\x97\x26\xb7\xc8\x04\xc0\ \x57\xc3\x0c\xda\xa0\x44\x67\x91\xc9\x04\x80\x57\x3c\x1e\x83\xc1\ \x18\x14\x0d\x8e\xf2\xf8\x0a\x86\x4c\x4d\x13\x28\xb8\xc3\x22\x01\ \x5b\x25\xe2\x8d\x8e\x8f\xf2\x68\x7c\x9e\x84\x37\x2c\xe0\x0e\x72\ \x87\xd9\xc6\xa8\x43\xe7\x30\x1a\xd5\x2a\x8d\xd6\x82\xc6\xbe\x8b\ \xb4\x1a\xb5\x5d\x83\x2a\xd9\x15\xe0\xec\x8c\x6a\xad\x01\x24\xc9\ \xa8\xd2\xa9\x4d\x46\x91\xc6\xaa\xd5\x1a\x6d\x66\xa3\x5a\xa2\x36\ \x7b\x4d\x56\xab\xc6\xa8\x30\x6a\x25\x1a\x70\x68\x3a\x0d\x18\x43\ \xb3\xdd\xa2\x51\x5b\xb5\x0a\x9d\x49\x03\x97\x19\xb4\x4e\xa3\xc9\ \xe2\x40\x4d\x35\x76\x57\xb1\x7a\x92\x79\xf1\xbb\x77\x7f\xfd\xf8\ \x1e\x13\xde\xda\x1e\xcc\x29\xef\x7f\xf9\xe0\x37\x3f\x79\xfe\xe9\ \x8c\x92\x29\x9c\x53\xb2\x98\x80\xe4\x53\x42\xec\xc4\xc8\x08\x5a\ \x60\x1f\x41\xc4\x35\x39\x36\x34\xb1\x38\x39\x36\xff\x78\x79\x79\ \x72\x80\x88\x9a\xd5\x09\x52\xe5\xe4\x63\xb0\x8c\xb3\x38\xd0\xac\ \x8f\xe6\xa5\xff\x12\x03\x0b\xec\x33\xbb\x9c\x26\x8b\x55\x23\x51\ \x3b\xcd\xe6\x80\xcf\xa2\xd5\xd8\xed\x20\xa7\x26\xa7\xd1\x68\x00\ \x95\x35\x69\x03\x66\xb5\x06\xbc\xac\xc6\xec\x8c\x9c\x44\x7d\x41\ \xbb\xdb\xe6\x6b\x87\x5d\x2e\xad\x35\xee\xf1\xca\x55\xd5\xa8\x00\ \x00\x20\x00\x49\x44\x41\x54\x78\xbc\xb6\x84\xc7\xaa\x75\x39\xbd\ \x4e\x7f\x34\x1a\x73\x87\x8b\xd5\x40\x3b\x58\xf4\x45\x7c\x3e\x6f\ \x34\xb1\x55\x0f\x1c\x57\xad\x9e\x04\x38\xab\xb3\x46\x22\xee\x77\ \x45\xc2\xce\x40\xc2\x71\x76\xe6\x37\x68\x83\x11\x47\xc4\x57\x2d\ \x54\x03\xe1\xc3\xbd\xb8\x7f\xcb\xdb\xa8\x5b\x4d\x8d\x78\x2c\x71\ \x18\x3d\x2e\x85\x5c\x91\x68\xac\x04\x20\x55\xf4\xb9\x63\xb1\xbd\ \xd3\x48\x62\xab\x58\xf7\xc4\xda\xf5\xc6\x21\x68\x4f\xd4\x1f\x6c\ \x1c\xc7\x22\xf1\x46\x24\xe4\x73\x85\x02\xf5\x50\x1c\xd4\xcd\x15\ \xda\xdb\x0a\x1d\x14\x23\xd5\x3d\x77\xe9\xb0\xd1\x38\xde\x39\x3b\ \xdd\x2f\xd6\x4f\xda\x5b\x27\xed\x60\xa2\x11\x0e\xad\x27\x57\xb6\ \x17\x76\xda\x47\xed\xd8\x4a\x6a\x29\x9d\xdc\x68\x2c\x15\x37\x0e\ \x56\xb7\x57\x8f\xce\x76\xf3\xde\xd8\xf1\xf6\xfa\xda\x6a\xe2\xa4\ \x1d\x49\xb4\x8f\x63\xce\x68\xc2\x1f\x76\x85\x03\x3e\x67\xd0\x13\ \x8a\xa2\xe1\x86\xa1\x44\x28\x7e\xb8\x7a\xb6\x9f\x5b\xcb\xd6\x3a\ \xeb\xbb\xa7\x07\x5b\x85\xcc\x67\xd9\xf2\xd1\xee\xe6\x6e\xaa\x59\ \x4e\x55\x16\x96\x0a\xeb\x1b\x85\x5c\xb2\xb0\xba\x92\x4f\x6f\xe4\ \x93\x9d\x6e\xf2\x26\x73\xdb\xdd\xcd\xa5\xc1\xa8\xd5\x0a\xad\xe4\ \x4e\xaa\x95\xbe\xca\xd4\x6a\xdd\x95\x85\x56\xb7\x53\x2e\x77\xd2\ \xcd\x54\xbe\x53\x6b\xf5\x6a\x4b\x0b\xcd\xf4\x42\xf7\xbc\xdc\xb9\ \x68\xe6\xb2\xb5\xf2\xc5\x4d\xaf\x5c\xab\x15\xce\x93\x3b\x2b\x49\ \xd0\xc4\x4c\x26\x7b\x95\x4b\xa6\xd0\x6a\x7b\xaa\x97\x2b\xb4\x40\ \xd9\x2e\x16\x5a\xd9\x42\xb6\x52\x7b\xf3\xe6\xa2\x93\xba\xa8\x5d\ \x81\xd6\x5d\x74\xd2\x57\x97\x2b\x9d\x8b\x6e\xa6\xd5\xcb\xde\xbe\ \xe8\xbc\xbe\x7a\xf9\xc5\xf9\xf5\xf9\x6d\xfe\xe2\x1a\x29\x56\xf7\ \xe5\x57\x57\x17\x6f\xae\x5f\xbe\xfe\xd3\xbf\x7c\xfb\xdd\x37\xbf\ \xfc\xc5\xcf\x7e\xfc\xaf\x5f\xfe\x7a\xee\xfe\xa7\x73\x4a\xa9\x90\ \x05\x47\x34\x61\x80\x48\x45\xb5\x52\xe8\x4c\x1b\x6a\x5f\x26\xa0\ \x2a\x51\x3a\x68\x8c\x74\x0e\x8d\xa5\xa7\xa0\x01\xf5\x62\xf0\x5c\ \x62\x96\x52\x4c\x17\xeb\xc1\xfc\xb1\x58\x98\x3e\xb8\x95\x74\x4a\ \xa9\x9f\x03\x77\xc6\x54\x8a\xa7\xa6\xe0\xa8\x9e\x02\xeb\x28\x46\ \xcb\xed\x40\x47\x7a\x16\x8b\x89\x26\x07\x92\x48\x70\x1c\xa3\x0c\ \x4e\xb0\x74\x20\x1f\x1c\x12\x91\x8c\x25\x0b\x61\x93\x68\xde\x0e\ \x13\x7c\x26\x8b\x4a\xd7\x0b\xc5\x4c\x26\xf3\x9e\x9e\x4e\x66\xc1\ \x9b\x2f\x99\x25\xd6\x53\xe0\x1d\x99\xca\x21\x83\x9b\xa4\xcf\xa0\ \x66\x1c\x0e\x3a\x81\x88\x46\x60\x90\xa9\x74\x21\x16\x04\x0c\xa5\ \x02\x82\x50\xa1\x15\x38\x02\x86\x84\x3c\x27\x95\x89\x86\xa5\xf6\ \x83\xb9\x65\xd2\x31\x18\x2c\x01\x8b\xc5\xf5\x93\xa8\xa4\x3e\x0c\ \x07\xec\x20\x15\xd5\x46\xa0\xb9\x5c\x78\x22\x11\xf5\x49\x62\x29\ \x04\x5c\x3f\xdc\x6a\xfe\xf1\x93\xc9\xe5\xd9\xf9\xf9\x27\x4f\x3e\ \x7c\xba\x38\x82\xef\x17\x3e\x7b\xc8\xc4\x4a\xef\xdd\x9f\xbb\x77\ \x5f\x28\x64\x31\xa5\x53\xa0\xc4\x0f\xa6\x84\x33\xbf\x7e\xf6\x60\ \x4e\xca\xc4\xe0\x70\x44\x2a\x8e\x80\xc5\x90\x30\xd8\x3e\x3c\x9e\ \x08\x3f\x83\x6e\x01\x2a\x10\x28\xa4\x7e\x32\x1e\x25\x11\xf4\x8d\ \x50\x94\x33\xf7\xee\x3d\x98\x9b\x7a\xf8\x70\x86\xa3\x64\x0e\xa1\ \xc0\x06\xd0\xaa\xb1\x21\xb0\x3d\xb3\x8f\xe7\x3f\xf8\xe7\x1f\xc8\ \xdc\x5a\x83\x42\x30\x08\xd2\xc3\x18\x1d\xe7\x4a\x8c\x3c\xda\xf8\ \x1d\x1a\xef\x7b\x83\x3c\x11\x9f\x37\x38\xcc\x63\x8f\x0f\x0f\xb3\ \x15\x46\x09\xe8\x18\x97\xcb\x16\x31\x24\x72\x1a\x8a\x7d\xe7\x33\ \xc0\x11\x6a\xf8\x8a\x61\x34\x83\x95\xc1\xd7\xa0\x62\x85\xd1\xbb\ \x77\x06\x07\x15\x76\x30\x72\x32\xc6\xe0\x20\x9f\xcf\x67\xc3\x5d\ \x07\xb9\x68\x4a\x8e\x46\x84\x66\x7a\xf1\x04\x32\x39\x90\x1a\x6d\ \x14\x2e\x05\x24\x43\x92\xc6\xa6\x8d\x8f\x72\xd5\x68\xe6\x8c\x42\ \x63\xb1\x18\xed\x0e\x8b\x4c\xa1\x52\xa9\x78\x32\xbe\xc9\x08\x80\ \xa2\xb3\x58\xb4\x22\x83\x4a\x61\x70\x9a\xd4\x46\xa7\x4b\xcb\x37\ \xea\x90\x18\x88\x00\xa7\xcc\x16\x9d\x49\x85\x2a\x44\xad\x56\xb3\ \x4e\xab\x06\x51\x73\x5b\xd4\x76\x07\x7c\x6b\xb7\xa9\x40\xb2\xcc\ \x2a\xb9\x5a\xe7\xb4\xda\x0d\x5a\x8f\xdb\x66\xf7\x5b\x83\xb6\xbd\ \x95\xdc\x9b\x3f\xfd\xdb\x4f\xbe\x7c\xfe\xf1\x97\x5f\xfe\xf1\xbb\ \xef\xfe\xfe\xed\x9f\xff\xf6\xcd\xbb\xdf\x7e\xfd\x9f\xdf\x3e\x83\ \xdf\xb7\x52\x0c\x1c\x3f\xc5\xa2\x10\xfa\x26\xfb\x07\x86\xfa\x86\ \x26\x67\x47\xfa\x16\xc7\x06\x26\xfb\xfa\x96\x1f\x7f\xf8\xf8\x23\ \xd4\x41\x4e\x24\xf4\x11\x70\x63\xb3\x93\x70\xe5\x18\x08\xdb\xe4\ \xd8\xe2\x27\x4f\xff\x7d\xd7\x6b\x51\xdb\xc2\x6e\x23\xf8\x1f\xab\ \xd6\xe1\xf0\x7b\xb5\x46\xb5\x09\x76\xca\xa8\x75\x82\x31\x05\x46\ \x54\x99\x9d\x36\x8b\x40\x61\x32\x1b\x8c\xce\xbd\xd3\x80\xdb\x15\ \xf0\x03\x3c\x81\x22\x59\x9c\x5b\x40\x42\xf6\x60\xdc\x65\x34\x7b\ \x5d\x41\x9f\xd3\x1e\x0c\x6a\x83\x0d\x5f\x3c\x12\xaf\x07\x4a\x11\ \x57\x20\x14\x2f\x6e\xb9\x1b\x51\x4f\xb1\x6a\x77\xc6\xdb\x8d\x7a\ \xdc\xe2\x70\x7b\x50\x14\x5f\xfb\xa0\xa8\x73\xbb\xc3\xd1\x44\x28\ \xb0\xbb\x1f\xac\x6f\xed\x55\x4b\x61\xff\x5e\xd5\x67\xaa\x16\xe1\ \xce\x89\xc4\x59\xc4\x16\x88\x46\x81\x99\xea\x0d\xaf\xd3\x57\xda\ \x8a\x87\xfd\xd1\x62\xd8\x15\x69\x57\xb7\x0e\x4b\x89\xa0\x35\xb4\ \xe7\x8f\x6f\x86\x22\x91\x70\x2c\x50\xdc\x8b\x45\x13\x71\x6f\x2c\ \xee\x0f\xc7\xb6\x8e\x23\xc5\xd8\x56\xdb\x57\xdf\xdc\x2b\x1e\x6c\ \x95\xf6\xb7\xb7\x8e\x97\x42\xa1\xe3\x93\x90\x2f\xe2\x0e\xe5\x0b\ \x87\xc9\xd4\x7e\x63\xa5\xba\xbf\x94\x3d\xda\x58\x39\x3a\x5b\x38\ \x5d\x59\xc9\xaf\xec\xac\xac\x6d\x6d\xc6\xb6\xea\x47\x47\x9b\x07\ \xa5\x83\x46\x7b\xef\xe4\xc8\x5b\x8a\xf9\x12\x41\x8f\x27\xe4\x32\ \x9b\x6d\x5e\x5f\x3d\x0a\x68\x18\x8e\x17\xf7\xda\xb1\xdd\xcd\x54\ \x76\xa9\xb2\xba\x71\x12\xcf\xd7\x2a\xcd\xb5\xc2\xd1\xc6\xc2\x56\ \x12\xd8\xa7\xb2\x94\x5a\x5a\xdb\xce\x94\x53\x3b\xc9\x7c\x25\xb5\ \xb6\xb0\xb2\x0e\xee\xaf\xd3\x4c\xe5\x56\x6a\x95\xf3\x8b\x4c\xba\ \x90\x5f\xaf\x94\x17\xb2\x99\x66\xad\x96\x5f\xea\x76\x2f\x5f\x6d\ \xe4\x52\x99\x7c\xa6\x73\x7e\x75\x7e\x5d\xcb\x76\xf2\xdd\xde\x45\ \x33\x9d\xe9\xb4\x9a\x4b\x17\x57\xad\xf4\x65\xa5\xd9\xec\x6e\xec\ \x6f\x34\x53\x4b\xdb\x2f\x7b\xe5\x17\x4b\xa9\xd6\x42\xb6\xdb\xcd\ \x74\x2a\xe9\xe6\xc2\xca\x4a\x33\x55\x4b\x26\xe1\xb1\x6a\xaf\x5f\ \x94\x2b\x6f\x6f\xb3\xdd\xcf\x2e\x3a\x37\x97\xaf\xae\x2a\x2f\x2e\ \x7a\xcd\xab\x66\xef\xab\xcb\xda\xf5\xe7\x9f\xbd\x7a\xdb\xb9\xbd\ \x4e\x9d\x97\xd3\xa9\xcf\x5f\x5c\x7c\xf5\xbb\xd6\xf5\xab\xcb\xcf\ \xfe\xf0\xdd\xbb\x9f\xff\xf2\xef\xbf\xf8\xeb\xcf\x7e\xfc\xe9\xa3\ \x5f\x3f\x9f\x79\x34\xad\x07\x62\xe2\x10\xf0\x7d\xfd\x64\x16\x2a\ \x5f\x40\xe7\xc2\x98\xef\x07\xe2\x80\x3a\x11\xa9\xa8\x15\x8f\xf5\ \x7e\xe6\x29\x99\x83\x1a\x71\xa4\x60\x8d\x28\x4c\x3d\x53\xfc\xfe\ \x2b\x15\x30\x82\x75\x7f\x46\x0a\x5a\x26\xd6\x4b\x95\xe2\x19\xbd\ \x52\x39\xa5\x47\xa3\x55\xa5\x7a\x0a\x45\x29\x16\xc2\x2d\xe9\x28\ \xf9\x5d\x0c\x9a\x44\xe1\x50\x08\x54\x0c\xca\x1c\xa6\xd0\x01\x9c\ \x50\x88\x15\x4b\x89\xca\x4c\xa9\x33\xa0\x4e\xc0\x46\x54\x21\x95\ \x7c\x4f\x48\x87\x7d\xa0\x83\xdb\x64\x71\xa8\xa0\x4d\x42\x0e\x53\ \x08\x18\xa6\x07\xbc\x12\x8a\x41\xc1\xc4\x14\x3a\x0b\x0d\xa2\x66\ \x51\x40\x55\x59\xfa\xf7\x2d\xc7\x2c\x3a\x16\xbd\x13\x93\x85\x4c\ \x22\x2a\xc5\xc2\x52\xb1\x18\xb0\x89\x4c\xd0\x25\xb4\xac\x8e\x23\ \x53\x88\x14\x3c\x96\x4a\xa4\xa0\xb3\x95\xef\x53\xdd\x09\xd8\x7e\ \xf0\xa6\xb8\x7e\x32\x38\x43\xd0\x99\xf9\x1f\x3d\x9d\x47\xb5\x58\ \xcb\x8b\x8f\x9f\x2c\x4f\x0c\xe0\xa7\x9e\xdf\x63\x31\x85\xd3\xcf\ \x9f\x4d\x49\xf5\xe2\x69\x31\x6a\xbe\x11\x2b\xa7\x84\x68\x1a\x10\ \x16\xad\xe4\x13\x51\x81\x1a\x0a\xff\xc5\x0d\xc0\xfd\x49\xef\xe7\ \x12\x52\x99\x20\xca\x64\x14\x05\xd1\xd7\x8f\xba\x06\xc9\xd3\xca\ \xb9\x99\x8f\x67\xa4\x8f\x1e\xdd\x9f\x21\xe1\x91\xe1\x99\x9d\x1c\ \xeb\x07\x82\x98\x7c\x3c\x39\xf9\xc1\xdd\xbb\x02\x93\x5d\xa3\x16\ \x0c\x8f\x8e\x7e\x8f\xcb\x1d\x1d\x96\xa9\x64\xbc\xf1\x71\x36\x97\ \x4b\x13\xf0\x44\x06\xc1\x20\x8d\x76\xf7\xee\xb8\x40\xa2\xe2\xd2\ \x80\xc1\x7e\x30\xcc\x10\xc9\x01\x8c\xc0\x3e\x72\x19\x00\x5f\x06\ \x06\x8d\x2b\xa2\xdd\x19\xe6\x31\x64\x22\xee\x1d\x36\x2a\x97\xe7\ \xa9\x1d\x66\x95\x4e\x40\x03\xed\x1b\xe5\xa1\x8a\x77\x01\x4f\x26\ \x78\x3f\x84\x94\xcf\x56\x49\x0c\x02\x06\x8d\xad\x93\x03\xca\x81\ \x7d\x04\xa5\x1b\xa4\x31\x78\xb4\xe1\x71\xae\x40\x2d\x13\x28\xf8\ \x1a\x05\xea\x6f\xd1\x89\xd0\x0a\x94\xc4\xa4\x35\xa1\xce\x61\x89\ \x42\xa6\x53\x2b\xd4\x0a\xb3\xd3\x62\x06\xf3\xa5\xd6\x98\xb5\x46\ \x9d\x4e\x6e\x57\x5b\x0d\x1a\x93\x86\xaf\x02\xb3\x88\x92\x1b\x0c\ \x6a\x93\xcf\x6e\x42\x84\x06\xd2\xa6\xb3\x68\x4d\x0e\x04\x66\xef\ \x57\xc6\x8d\xa0\x82\x26\xbb\xcf\xe5\xf1\x05\xb7\x4e\x92\xcd\x3f\ \xff\xfd\x8f\xff\xf8\xf6\x5f\xfe\xf6\xee\xed\x6f\x5f\x5d\xbd\x78\ \x7b\x71\xd9\xc9\x5e\xdd\xfe\xfe\x37\xf7\x85\x18\xf8\x2d\xe0\x06\ \x06\x06\x88\xb8\x01\x0c\x71\x00\x33\x82\xba\x09\x67\x27\x27\x07\ \xfa\x07\x16\x27\x66\x9f\x7e\xf2\xd1\x87\x8b\xb3\xa8\x7c\x6d\x72\ \x6c\x72\x12\x4f\xc1\x0d\x2d\x03\x7a\x0d\x8d\xf4\x8f\x7d\xf8\x21\ \xfe\x5d\x5c\x6d\xb2\xeb\xd4\x16\x8b\x5a\x67\x75\x38\x4d\x1a\x83\ \x05\x48\x4b\x63\x75\x06\x4d\x72\xad\x49\xa1\x11\x18\x2c\x36\x93\ \xd1\x62\xf2\x38\xcd\x9e\x93\x88\xcb\xe4\xf0\xfb\xdd\x70\x14\xbb\ \x6c\x1a\x67\x3b\x61\xf3\x68\xc1\x2e\xd9\x9d\x36\xbb\x39\x60\xb2\ \xb8\x43\x56\x9b\x2f\x08\x34\xe2\x4d\x44\xbc\x0e\xbf\x27\x7e\xd6\ \xf6\xc6\x4b\xd1\x62\xdb\x1f\x8d\x15\x8f\xb7\xe2\x6e\x70\x91\xd1\ \x52\x3c\x7e\xb2\x13\x75\xda\xdd\xbe\x20\xb0\xd2\xca\x5a\xb0\x01\ \x84\x15\x77\x04\xaa\x45\xbb\xa9\x1e\xf1\x47\xe3\x87\x87\xbb\x51\ \x8b\xc7\x11\x88\xee\x45\x83\x31\xbb\x2b\x16\x0a\x27\x82\xd1\x2a\ \xaa\x13\x2d\x15\xdb\x8d\x44\xf4\x24\xec\x6d\x14\x03\xc1\x76\xa8\ \x54\x8a\x5a\x83\xfb\x2e\xb0\x9e\x9e\xe3\x86\xbf\x1d\xf5\xc3\x1d\ \x12\x89\x76\xec\xf4\x6c\xbf\xb8\xb3\xb7\xb5\x7b\x10\x0b\xae\x6c\ \xc1\xd6\xa3\xb1\x3d\x77\x30\x99\xcb\x2f\xa4\x0e\xdb\xeb\xd5\xcd\ \x95\xed\xd5\x85\xcc\xca\xfe\x46\x7b\xf3\x70\xf3\xac\x7e\x7a\x78\ \xb4\x19\x3a\x3e\xdc\xdf\x69\x6c\x6d\xc5\x63\xa1\xad\x48\x1c\xb6\ \x61\xf5\x05\xdd\x01\xb3\x5d\xeb\xb6\xba\xbc\xae\x68\xa4\xe4\x77\ \x95\xbc\x87\xa7\xf5\x93\xea\x4a\x26\xb7\x7a\xb8\xb6\x7d\xd8\x6c\ \xa5\xc0\x8a\x1d\x6c\x6e\x9f\x56\xb2\xb9\xca\x5a\x2a\x93\x59\xd8\ \xce\x2f\xed\xe6\x2b\x0b\x85\xfc\xce\xfa\xf6\x6e\x01\xbe\x56\xf2\ \x6b\x28\x5d\xa6\x93\x6f\xb6\x76\xf3\x85\x54\xa6\xd9\xec\x5d\x5d\ \xa6\x57\x3a\xb5\xab\xcb\x8b\x54\xa5\xb3\x74\x71\xdd\x2c\xd4\x5e\ \x74\x41\xed\xd2\xe5\x5a\x39\x7d\xd9\xe9\xe5\x36\xae\x5a\xd9\x64\ \x07\xcd\x8c\x58\xdf\x5d\x2f\x5f\xde\x74\x5f\x64\x6b\xbd\xf5\x64\ \x65\x21\x55\xab\xd4\xae\x6a\x0b\x97\xad\xf5\x54\xf7\x32\xdb\x5a\ \x48\xe7\xaf\xcb\x57\xdd\xab\xec\x65\xab\xd0\xec\xbd\xb8\x04\xc1\ \xca\x5e\x5c\x24\xbb\x9f\xf7\x6a\xaf\x5e\xd4\x9a\xe9\x9b\x57\x2f\ \xae\x16\x5a\x6f\x6e\xcf\x9b\xdd\xde\x57\x57\x97\xaf\xde\x76\x7b\ \x7f\xba\xf9\xd3\xbb\x6f\xbf\xfd\xf1\x4f\x7f\xf6\x97\xbf\xfc\xfb\ \x4f\x9e\x7d\xfa\x68\x4e\x0c\x62\x25\x15\x4b\x39\xfd\x78\x22\x87\ \x3a\x4d\xd1\x8b\x29\x54\x50\x03\x2a\xe8\x92\x90\x4c\x7e\xbf\x7e\ \x04\x36\x4d\x39\x0d\xf0\xc2\x02\x00\x22\xcd\x88\xa7\xd0\x58\x05\ \xe5\x14\x99\x4c\x7f\xc0\x9a\xd2\x83\x2e\x3d\x50\x4a\xa7\xa6\x58\ \x73\xd3\xd3\xf7\x84\xac\x69\xa5\x70\xe6\xfe\x9c\x58\x8c\x13\x0a\ \xe9\xd3\x42\x70\x84\x2c\xa9\x98\xc3\x12\x2b\x95\xc0\x46\xe0\xe2\ \x28\x14\x12\xea\xf0\x23\x83\xe2\xa0\x00\x76\x2c\x9d\x4c\x06\xd3\ \x08\x16\x4e\xc8\x81\xfd\x20\x91\x58\x62\x32\x09\x64\x49\x28\x05\ \x34\x13\x53\x85\x74\xd8\x09\xb1\x18\xb9\x54\xe6\xd4\x1c\x1d\x84\ \x0c\x4f\x62\x81\x01\x94\x72\x40\x9a\xc4\x1c\x10\x50\x26\x1a\x03\ \x41\x61\x02\x0e\x82\xcd\x63\xa2\xa6\x43\x12\x45\xca\xc4\xa3\x3e\ \x20\x26\x93\xc8\x22\xe1\xe8\x94\x01\x1c\x01\x47\x96\x12\x99\x68\ \xdd\x1c\x4f\x00\x73\x0a\x37\x21\xf4\xe3\xe9\x04\x1c\x16\x9d\x46\ \x04\xd4\x22\x62\x09\x8b\x3f\x5a\x9e\x7f\x8c\xba\x9f\xe7\x17\x9f\ \x7c\xb4\xdc\xc7\x9a\xf9\xf2\x63\x25\x47\x2c\x7e\xf0\xe5\xdc\xb4\ \xfe\xc1\xdc\xfd\x7b\xd3\xca\x47\x0f\x94\xcf\xa7\x84\xef\x4f\x73\ \x11\x29\x20\xe2\x7d\x38\x14\x93\x83\x23\x50\xc9\x04\x34\x68\x91\ \x84\x10\x92\x84\x05\xf1\x1b\x20\x62\x89\x24\xe2\xd0\xd0\x04\x8e\ \x35\xfd\x7c\xe6\x81\x54\xfa\x50\xf9\xe0\x81\x9e\x45\x1c\x98\x1c\ \x03\xbc\x02\xc0\x42\x29\xc1\x23\x1f\xdc\xfd\x3e\xd7\xe9\x54\xab\ \xe5\xe3\xdf\xfb\xfe\xf0\xe0\x30\x6d\x50\xa1\x53\x0c\x8e\xd2\x18\ \xdc\xe1\x41\x06\x5f\x41\x1b\x1f\xe7\xde\x1d\x06\xa3\xc8\xa7\xa1\ \x30\x07\x19\x63\x78\x9c\x07\xf4\xc3\x00\xbf\xc7\x96\x73\x87\xf9\ \x8a\xc1\x7f\x1e\x1c\x16\xb0\xb9\xbc\x41\x9e\x9c\x4f\x1b\xfd\xfe\ \x1d\xee\x20\x4d\x61\xb6\xab\x8d\xb2\x71\x36\x6f\x50\xc0\xe0\x89\ \xd0\x4d\x79\x40\x61\x32\x86\x88\xcf\x57\x08\xf8\x5c\xb0\x97\x3a\ \xde\xf0\x3f\x8f\xc3\xad\x87\xf9\x34\x1e\x1f\x4d\x88\x16\xa0\xfe\ \x1f\x99\x8c\x01\x3c\xc5\x57\x29\xcc\x1a\xb0\x7e\x06\x3e\x3a\xef\ \xe6\x33\xc8\x75\x6a\x95\x1a\xa8\x49\x65\xb1\xd8\xcc\x5a\xb3\xc3\ \x6c\x36\x6a\x65\x1a\x03\xdf\x6c\xb1\x48\xd4\x16\xb5\xd1\xec\x54\ \x83\xb0\x99\x2c\x80\x68\x26\xab\x0b\xe4\x4a\xab\xf2\x99\x8c\x26\ \x9d\xc6\x62\x90\x81\xb6\x99\xb4\x1e\xbb\xd5\x6c\x73\x98\x4d\x5e\ \x8f\x33\xe6\x31\xc7\xf6\x77\x2f\xdf\xfe\xf9\xf7\x3f\xff\xdb\xbf\ \xbc\xfb\xf3\xbb\xb7\x2f\xaf\x6e\x93\x6b\x87\xa5\xdd\x8b\xd7\xdf\ \x3e\xa0\xf7\xf5\x03\x38\x8d\xcc\x4e\x0c\xf5\xe1\x06\xc6\xc6\x70\ \x7d\xa8\x62\x6d\x72\x76\x11\x49\x16\xbc\x54\xf3\x8b\x4f\x9f\x2e\ \xce\x4f\x4c\xf4\x11\xc6\x26\x87\x26\x9f\x4e\x0c\xf5\xcf\xce\x83\ \x9c\x0d\xf5\x4d\x4c\x3e\xfd\xe1\xfc\xfd\x8b\xb6\x82\x01\x16\x54\ \xa7\xb5\x9b\x9c\x3a\x93\xd9\xa2\xb5\x83\x07\xf5\x69\x0d\x26\x8b\ \x4c\xa2\xd1\x5a\x5d\x56\x8b\x29\x60\x75\x98\x2d\xf1\xa8\xdd\xec\ \x8a\xb8\xec\xfe\xb8\xd7\xe7\xd1\xf9\xab\x01\x8b\xc9\xe7\x8b\xda\ \xac\x26\xa7\xdf\xa5\x75\x04\x62\x5e\x97\xcd\x1d\xf4\x87\xbd\xee\ \x78\xc4\xea\x74\xf8\xeb\xc5\xb6\x2b\x14\xf5\x07\x22\xf1\xa2\xb3\ \xd4\xde\xf2\x79\xa2\x4e\x8f\xab\x18\xf7\xad\xee\x87\x5d\x81\xa8\ \x27\x14\x0a\x78\x76\x56\xc3\x27\xdb\xa7\xed\x48\x29\xd6\x28\x7a\ \xcc\xed\xe3\x68\xac\xd1\x68\xaf\x16\x5d\x56\x4f\x38\x16\xab\x46\ \x4b\x61\x5b\x22\xe4\xf2\x97\xfc\xf1\x6a\x3d\x1a\x8e\x6c\xd5\x23\ \x8d\x48\xa4\x18\x0e\x84\xa2\x6d\x30\x6b\xf5\x78\x20\x1a\xab\x57\ \x23\xd1\xd2\x56\x29\x1e\x84\x4b\xc3\xc5\x44\xb5\x9d\x38\x2e\xae\ \x55\x0f\x77\xf7\x23\xed\x62\x7d\x77\xf7\xa0\x7e\x12\xaa\xb6\xed\ \xc1\xd6\xee\xda\xfa\xc2\xc6\xe6\x6a\xb8\x9d\x39\x3b\x4a\x35\xb7\ \xf7\xce\xdc\x87\x47\xeb\x47\x07\x2b\xd5\xd3\xd5\xf8\xc9\xc1\xe1\ \xe1\xce\x59\xfb\x24\xe8\x29\xc5\x5d\x3e\x50\x64\xab\xcf\x62\xb7\ \xfa\xdc\x36\x53\xd0\x1b\xf0\x86\x02\x89\x52\x34\xdc\x6e\x9c\x6d\ \x64\x92\xe9\x42\x72\x75\x77\xe1\x04\x20\xa8\x93\xcc\xae\xd4\x0f\ \x76\xb3\xc9\x66\x36\xbb\x9d\xa9\xec\x6e\xe4\x32\xbb\x95\xd4\xd1\ \x52\x66\x6b\xb3\xd6\x5a\x2a\x64\x33\x0b\x99\x8d\x42\xb2\x75\x9e\ \x6e\x96\x5f\x64\x76\x32\x49\xf0\x74\x95\x6e\xb7\x92\xac\xf4\xae\ \x2f\xb2\xbd\x64\x25\xd9\xba\x4e\xdd\x5c\x9e\x2f\x5c\x5d\x2c\x65\ \x6b\xcd\x4e\xae\xd3\x6d\xd6\x32\xd7\xaf\x6b\xb7\x57\xcd\x54\xaf\ \x93\xce\x2c\xf5\x9a\xe5\xd7\x5f\x2f\xe4\x33\x9b\xdb\x97\xb5\x4e\ \xa7\xdc\xbb\xae\xe4\x6a\xe9\xda\x65\xb3\x7c\x99\xca\xa4\x2e\x3f\ \x6b\x9d\x37\x7b\x6f\x5f\x2e\x01\x7b\xdd\x5c\xdf\x5c\xff\xfe\x3a\ \x9b\xbd\xbc\xad\xb5\x5e\xbd\xfd\xba\xd5\x6c\xbd\xbd\xba\x79\xd5\ \x6d\xde\x2c\xf5\x2a\x57\xb7\x9f\xbf\x7e\xf5\xd9\xf5\xcd\xdb\xdf\ \xbf\xfe\xf3\xb7\x7f\xf9\xe9\x2f\xff\xf1\x97\x5f\xfd\xe4\xc1\x4f\ \x1e\x7d\x7c\x5f\xff\xf1\x03\x21\x73\x9a\x49\x27\xe1\x51\xf7\x0d\ \x5a\xbb\x9a\x16\x82\x3e\x90\x85\x54\x2c\x9d\x43\x56\xb2\xc8\x54\ \x10\x1b\xba\x50\x4f\xa7\xa3\x92\x50\x32\x53\xc9\xe4\xd0\x95\x40\ \x1c\x4a\xf2\x00\x47\xa9\xd7\x4b\xc5\x80\x37\x62\x31\x6b\x66\x6e\ \x7a\x6e\x7a\x06\x3b\x3d\x0d\xae\xf0\xf9\x0c\xa8\x9e\x74\x7a\x0a\ \x64\x50\x4c\x95\x4a\x59\x62\x16\x42\x34\x50\x39\xe4\xfd\x40\x04\ \x51\x99\x02\x60\x15\x9d\x23\xa4\x80\x55\x44\xc3\x1d\x58\x4c\x0e\ \x16\x94\x89\x0e\x76\x8e\x89\x32\xd3\xe9\x53\x52\x2a\xfc\xa5\xa3\ \x3d\x02\xb8\xa3\xbe\x4f\x00\xa4\x4b\xc1\x28\x62\xc9\xac\x19\xa5\ \x10\xc9\x28\x32\xab\x54\xd8\x35\xf8\x03\xee\x93\xca\xc2\x52\xa9\ \xa4\xf7\xf3\xff\xe8\x54\x22\x06\x0d\xf7\xe1\x50\xe8\xc8\xf5\x0d\ \xe1\x08\x44\xa1\x94\x42\x24\x81\x27\x24\x12\xd1\xf0\x1b\x02\x89\ \x02\x66\x0e\x84\xec\xfd\xb2\x3b\x0e\xbc\x1d\x6e\x62\xf9\xc9\xf2\ \xe4\xc4\xec\xe2\xc4\xe4\xe2\xec\xe3\x49\xb2\xfe\xf9\x97\xcf\x58\ \x98\x99\xe7\x8f\x7e\xfd\xec\xbe\x70\x6e\xfa\xbe\xfe\xd9\xb3\x8f\ \xa7\x50\x7b\x22\xd0\x15\x30\x27\x95\x84\xef\x27\x00\xad\x61\xb0\ \x18\x14\x3a\x43\x01\xbe\xa3\x82\x54\x11\xf0\x40\x56\x20\x57\xe0\ \x4d\x89\x7d\x84\x91\x21\xfc\xfd\xfb\xd3\xd3\x53\xf7\x9e\xcd\x3d\ \x7a\xa8\x14\xe3\x06\x46\xc6\xc6\xfa\xfb\x11\x29\xcc\x8e\x0c\xf5\ \x7d\x30\x3a\x2a\x8a\xb9\x1d\x46\xcd\x9d\xbb\x77\xee\x30\x68\x83\ \xe3\x06\x87\x02\x74\x84\x4d\x43\xaa\xa4\x91\xdf\xe1\x8e\xde\x05\ \xc6\xe2\xf2\xe4\xc3\xe3\xe3\x7c\x09\x97\xc6\xe5\xa9\x8d\x2a\x34\ \xa2\xfe\xbd\xba\xb1\xf9\x77\xd9\xec\x51\x36\x9f\xc1\x65\x0b\x40\ \xd7\xbe\x3f\x0e\x17\xab\x1d\x5e\x64\xe6\xc0\x64\x0e\xa2\x54\x65\ \xd8\xd4\xe8\x30\x83\x21\x43\x75\xf0\x0a\x3e\x8f\x3d\xcc\x56\xa9\ \xf9\xdc\x71\x2e\xf7\xfd\x8c\x56\x81\x80\x3d\x0a\x1e\xf1\x0e\x43\ \x30\x38\x2a\x93\x08\xb4\x02\xb6\x4e\x62\xb4\x2a\x8c\x26\x8b\x4e\ \xa5\x51\xa9\x81\x9d\xe4\x00\x52\x5a\x9b\xd9\x60\x31\x68\xad\x00\ \x4a\x6a\x9f\x59\x6d\xd1\xca\x24\x26\x93\x41\x67\x52\x4b\x74\x3a\ \x83\xd1\xed\xd2\x06\x1c\x1a\x70\x84\xa8\x09\x5a\x61\x54\xd8\x75\ \x36\x9b\x51\x2e\x91\x28\x2c\x0e\xb3\xc3\x6e\xb7\x3a\x8d\x36\x93\ \xc4\xe5\x76\x5a\x3c\x7e\x57\xf4\x6c\xb5\x90\x6a\x5d\x7f\xfd\xd5\ \x57\xbf\xfb\xdb\x57\x9f\x67\x0b\xf9\xea\x66\xa8\x7e\x9c\x2f\x7f\ \xf3\x33\xe6\xc8\x00\x6e\x6c\x62\xe2\xc9\xe2\x64\x3f\x2a\x83\x1f\ \x1b\xe9\x1b\x19\x40\x91\x61\x93\xf3\xf3\x80\xaa\x43\xfd\x13\x4f\ \x1f\x3f\xf9\xe4\xf1\xec\x2c\xa6\x6f\xa0\x7f\xf2\xc3\xa7\xf0\xda\ \x3d\x7e\x3a\x8b\x82\xc5\x46\x70\x13\xb3\x60\xe0\xa7\x5f\x6d\xc9\ \xf8\x3a\x17\x8a\x0f\x44\x4e\x15\xad\xf5\xfb\xac\x26\x9b\x13\x08\ \xcf\x64\xd5\x82\x9e\xba\xd0\x30\xb2\x78\x3d\x6c\xb6\xda\xcc\x80\ \x34\xce\x84\xc7\xe2\xf0\x3a\xec\x26\x9f\x27\xe8\xb5\xda\x7d\xf1\ \xb8\xce\xe5\x8c\xb9\xd5\xce\xb0\xc7\x5b\x72\xfb\x41\xa9\xec\x9e\ \xd2\x66\x69\xcf\x11\xa8\xfb\x6c\x9e\x40\x38\x52\xaa\x96\xaa\x3e\ \x5f\xd0\x16\x08\x86\x5d\x87\x27\x70\xab\x70\xc0\xdf\xf0\x07\xb7\ \xf6\x9d\xe8\x44\x61\x34\x06\xaa\x12\x31\x1f\xee\x24\x02\xa5\xd3\ \x58\xdb\xe3\xf0\x05\x43\x89\x52\x28\xd1\x70\x68\x7d\xd1\x50\x2c\ \x16\x2f\xc5\xc2\xe1\x6a\x2c\x1e\xf2\x14\xdb\xa5\x60\xb1\x18\x89\ \xc5\x82\xe1\x60\xb1\xed\xf3\x97\x4a\xed\x48\xc0\x53\x8c\x05\xe3\ \xb1\x48\x23\x1e\x89\xc6\xda\x81\x6a\xfd\x6c\x6b\x65\xa5\x1d\xd9\ \x0b\x36\x76\x8e\x0f\xe2\x5b\xf5\x52\x3c\x5a\xcf\x6d\xe6\x8f\x92\ \x6b\xa7\x4b\x91\xf6\xfa\xea\x52\x77\xfb\x60\xf7\x30\x74\xb8\xb3\ \x74\x74\x70\x52\x3c\xda\x6d\xaf\x1d\x9d\x1d\x1d\x25\x82\xa7\x89\ \x60\x6c\xcb\x13\x74\x5b\x01\xac\x0c\x76\xaf\xdd\xae\x35\xfa\x82\ \x11\x7f\x20\x1c\xf7\x56\xb7\x16\x2a\x5b\xf9\x95\x95\xdd\xce\xcb\ \x85\xdd\x9d\x93\xa5\x74\xaa\xb2\x92\xdf\x3a\xc9\xef\x94\x33\xdd\ \x1c\x78\xbe\xd4\xea\x66\x2a\xb5\x54\x28\x24\x53\x9d\xf5\xb5\x64\ \x61\xe9\x30\xd5\xcd\xae\x6c\xa7\x96\xba\xa9\x6e\xa7\xd0\x59\xda\ \x6b\x35\x93\xa9\x6e\xb9\x59\x5b\x49\x76\x6b\xd9\xca\xf9\xf9\xed\ \x35\x40\x57\xb6\x92\x6d\xb5\xba\xaf\x16\xb2\xb7\xd7\xb5\x5e\xb9\ \x92\x29\x54\xae\x6b\xe5\xab\x4a\xf7\xe2\x45\xb3\x8c\x66\xe3\xa4\ \x6e\x5f\xe4\x92\xe5\x4c\xee\xe5\xf9\xf9\xdb\x5e\x32\x9b\x2d\x5c\ \x77\x33\x97\x9d\x72\xa1\x56\xc9\xb7\xba\xa9\xf2\x55\xf6\xd5\xcb\ \x4c\xa7\x9b\xbd\x7e\x75\x7d\xf5\xdb\xcb\x4e\xfa\xf2\x75\xb7\x57\ \x7e\x79\x59\x2b\x94\x5f\x7f\xd6\xba\x6e\xde\x5e\x57\x32\xd7\xb7\ \xbf\xfb\xc3\xd5\x45\xef\x65\xf3\xf5\x17\x7f\xfe\xf6\xdb\x7f\xfc\ \xf1\x1f\x7f\xfd\xcd\xa7\x1f\x7f\xfa\x93\xfb\x0f\xf5\xf4\x7b\x73\ \x2c\x31\x93\x40\x17\xf6\xe3\x91\xff\x02\x04\x01\xb5\xc2\xe1\xc9\ \x1c\x38\x0c\xc5\x1c\xa1\x50\x48\x65\x4a\x29\x40\x3f\x58\x34\x30\ \x55\x28\x9c\x56\xb2\x90\x1d\x64\x52\xe9\x43\xff\xeb\x98\x50\x3c\ \x35\x33\x37\x07\x26\x51\xac\x7c\x74\x6f\x4e\x3c\x77\x7f\xee\xfe\ \xb4\x74\xe6\xc1\xd4\x3d\x3d\x8b\xa9\x9c\x9a\x01\xba\x22\x83\xce\ \x70\x98\xc0\x58\x4c\xb1\x14\x4b\x62\x32\x31\x2c\x32\x96\x42\x46\ \x61\xe7\x42\x26\x8b\x82\x46\xf0\x50\x59\x28\x0b\x8f\xca\xa1\x82\ \x16\x0a\x41\xd0\x40\x78\x10\x32\x61\x99\x4a\x31\x05\x76\x0c\xcd\ \xb4\x80\xfb\x63\x59\x64\x12\x07\xc8\x4b\x0c\xce\x13\xae\x13\xa3\ \xa4\x2d\x96\x12\x65\xcc\x60\x89\x68\x51\x9f\x8e\xe1\x28\x99\x28\ \xa1\x0b\x83\x7a\x6f\xd0\x42\x3e\x01\x0b\x2c\xd5\xff\xbe\xca\x8a\ \x88\x25\x4f\x63\x31\x78\x32\xb0\x1d\x46\x48\xa0\xa0\xec\x2a\x0c\ \x99\x84\xc3\xc3\xc7\x00\x9e\x42\xe8\x03\xdb\x38\xf9\xe1\xe3\xd9\ \xf9\xa1\xd9\xf9\x89\xe5\xa7\x93\x8f\x17\x49\xf4\x67\x7f\x9c\xa1\ \x53\xa4\xcf\x9e\xcd\x4c\x4f\xdd\xbf\xff\xf0\xd1\xc3\x7b\x62\x16\ \xb6\x7f\x04\x8b\x02\xb8\xf0\x43\x00\x52\x14\x0c\x87\x4a\xc7\x60\ \xc8\x44\x78\x34\xf0\x97\xef\x07\xc0\x92\x88\xfd\xfd\x04\xc2\xfb\ \xf8\x1c\x34\xbc\x63\x68\xa0\x9f\x3c\x73\xef\x9e\x7e\xe6\xd1\x3d\ \xbd\x7e\x9a\x85\x19\x00\x2d\x44\xe5\xdb\x63\xf8\xb1\x79\x10\x2c\ \x91\xce\x6a\xb7\x39\x74\x8a\xd1\xef\xdd\x1d\xe6\x32\x18\x77\xf8\ \x4e\x03\x03\x15\xb1\x33\x06\xef\xa0\x3a\x51\x01\x4a\x64\xf8\xfe\ \x1d\xbe\x44\x41\xe3\xca\x14\xa8\xfe\x8a\x6f\x90\xb1\xef\x72\xd9\ \xb4\xef\x81\x29\x94\x8b\x06\xd9\x34\xee\x28\x9f\x0d\xc0\xc4\x1d\ \x1c\xbc\x83\x7a\x0f\x65\x0e\x87\xd6\xae\x56\x89\x46\x19\xb2\x61\ \x81\x80\x4f\x63\xb3\x45\x8c\x61\x9e\x80\x31\xfa\xfd\x41\x85\x82\ \x47\x1b\x94\xcb\x64\x60\x3a\x41\xb2\x18\x0c\xa0\x38\xc6\x38\x78\ \x45\x01\x57\x64\xe4\xf3\xe4\xc0\x5e\x06\x81\x5c\x62\xb1\xc8\x45\ \x1a\x89\x51\xfd\x3e\xeb\x5d\xab\x02\x4e\xb2\xea\xec\x26\xa3\xca\ \x6b\x37\x98\x3c\x16\xab\xd9\x64\x54\x5b\x8d\x2a\x9b\x49\x01\x0a\ \xa5\x93\xf1\x0d\x5a\x9d\xcd\xeb\xb0\x5a\x0d\x22\x9d\x56\x63\xd0\ \x39\xb5\x1a\x89\xd9\xa9\xd5\x29\x8c\x36\xbb\xc9\x04\x62\x65\xb0\ \x38\xdc\x7e\x87\x41\xeb\x09\x7a\x12\x11\x97\xa3\xb1\xbd\x99\xeb\ \x5c\x7e\xf6\x45\xb7\x52\x5e\xa8\xac\xe5\x37\xce\x0e\x8a\xc7\x3b\ \xc7\x6f\x7f\x36\xfd\xbe\x3c\x6d\x60\x64\x76\x76\x76\x72\xfe\xc9\ \xe2\xc4\xd0\xc0\xf2\x10\x06\xd4\x7d\x64\x76\x60\xb6\x0f\x4b\xc1\ \xa0\xfe\xc2\x1f\xfe\x10\xae\x5a\x9e\x25\x0c\xa0\x5e\xcf\x81\x21\ \x50\xab\xc9\x7e\x20\xb0\x3e\x10\xfe\xe5\x1f\xfe\x70\xf9\x51\xc6\ \xa3\x91\x58\x8d\x6a\x9d\x09\x2c\xaa\x56\x63\x72\xd9\xe0\x19\x58\ \xec\x72\x89\x4d\xab\x32\xd8\xd4\x16\x8d\xda\xe6\x0d\x3b\xb5\x0e\ \x8d\xd5\x15\xb0\x27\x7c\x7e\xab\xc5\x11\x36\x9b\x9c\xda\xa0\xc7\ \x68\xb0\xdb\x1d\x8e\xa8\x2d\xec\x56\x7b\x42\x4e\x7f\xc9\xed\x0d\ \x46\x4d\xd6\x70\x69\x3f\x76\x6c\x0f\x6d\x59\xc1\x2a\x82\x2f\x3c\ \x68\xd7\xa3\x66\x9b\xcb\x66\x6e\xc7\xe2\xd5\x98\xd3\xec\xf5\x87\ \x3d\xa1\x62\xfb\x34\x1c\x0f\xc5\x4b\x55\x73\x28\x56\xf7\x9a\x23\ \x87\xb1\xe2\x49\x34\x0c\xb8\xe6\x4d\xc4\x02\x5e\x6f\xe9\x38\xa8\ \x0e\x96\x1a\xf5\x40\x7c\xab\xea\x74\xec\x6c\x15\xeb\x7e\x6f\xb4\ \x9e\x48\x6c\xc5\x12\xa5\xe3\x44\x34\xe0\x0e\xc4\xdb\xf1\x88\x37\ \xe8\xad\x47\xcc\xfe\x44\x70\xab\x1d\xf6\xc4\x97\xaa\x7b\xf5\xe2\ \xe1\xe1\x61\xbb\x51\x0d\xee\xee\xaf\x6f\x36\x0e\xf6\x82\x55\x57\ \x31\x99\xcc\xaf\xad\x1c\x1c\xef\x94\x0e\x73\x9b\xdb\xb5\xa5\xe3\ \x8d\x7c\x31\x7f\xbc\xb2\xb9\xbf\x02\x98\x15\x8d\x9d\xc5\xdb\x9b\ \x71\x7b\xdd\xef\x49\xd4\x8b\x21\xab\xcb\x66\x73\x99\xed\x16\xab\ \xc9\xea\x0e\x79\x51\x18\x56\x30\xd1\x88\x67\x6a\x91\x85\xf4\xce\ \xe9\x42\x67\x77\x65\x73\xb5\xb0\x5e\xe8\xa5\x4e\xa3\x8d\xdd\x95\ \x5c\xba\x73\xd5\x49\x56\xb2\xbb\xf9\xb5\x85\xa5\xec\xfa\x66\x66\ \x69\x37\x55\x58\xab\x64\x6a\xbd\x74\x25\xbf\x94\xee\xa4\xb3\xc9\ \xec\xf9\xc6\xfe\x52\x1a\x94\x2a\x97\x2b\x54\x6a\xa9\x56\xf7\xea\ \xb2\x5c\x6b\xa5\x6b\xe9\x8b\x66\xae\x5b\xbe\x6e\xae\xd7\xae\xae\ \xbf\xbe\x5a\xe8\xa0\xd2\xac\xf3\x66\xa7\xd2\xcc\x5e\xf5\xca\x68\ \xb6\xe1\x52\xb7\x96\xaf\xa4\x50\x94\x72\xe7\x55\xa5\xdc\xbb\x6c\ \xbd\xf8\xac\x7b\xdd\x4b\xe7\xbb\x17\xe9\x5e\xaf\xd9\xb9\xbe\xf9\ \xfc\xba\x55\x48\xde\x7c\xdd\xed\xa5\xaf\xcf\x33\x95\x54\xaf\x7b\ \x53\x7b\x7b\xdb\xea\x96\x6f\x2e\xb3\xe5\xec\x57\x9f\xd7\xce\x53\ \xdd\xcf\xbe\x78\x73\x79\x5e\xeb\x7d\xfe\xdb\xef\xbe\xf9\xe6\x8f\ \x7f\xf9\xf7\xbf\xfc\xea\xe1\x83\xe9\x67\x0f\x1e\x88\xef\x3f\x64\ \x91\x38\x62\x02\x56\x8a\x01\x36\x17\xb3\x70\x74\x10\x17\x14\x11\ \xca\xba\x4f\xa5\x82\x5b\x03\x3d\xc1\x90\x59\xac\x29\xf0\x3c\x52\ \x31\x18\x3c\x16\xf0\x14\x6b\x4e\x4f\xa4\x93\x1f\xff\x9f\x93\x73\ \x53\xa8\xb4\x9d\x05\x28\xa5\x17\xce\x3c\xd0\xdf\xbf\x07\xbe\x89\ \x79\x4f\x3a\x83\x22\x58\x98\x60\xa6\xf4\x4c\x16\x38\x3b\x30\x9c\ \xc0\x6b\x64\x29\x81\x2a\x45\x59\x07\xb0\x35\x50\x27\x21\x8b\x8c\ \x5a\x03\xd1\x02\x16\x55\x8a\x5a\x6b\xd0\x9a\x19\x68\x0e\x4b\x89\ \xa7\x30\xc9\x1c\xaa\x90\x4a\xd4\x73\xc8\xe0\x34\xa5\x42\xba\x52\ \xa9\x64\xa1\x7c\x2c\xb4\x31\xa6\x94\x25\x45\xeb\x6b\x1c\x0c\x91\ \xfa\x5f\x6b\xf5\x1c\x50\x54\x69\x3f\x99\x82\x15\x2b\x31\x04\x2c\ \xc8\xa1\x90\xd2\x4f\x24\xa1\x25\x79\x60\x39\x0a\x81\x04\x56\x17\ \x47\x9f\x41\x29\x7f\xe4\x01\x02\x9e\x49\xa5\x10\xa8\x14\xb8\x33\ \xb6\xbf\x1f\x87\xed\x9f\xc4\x10\x29\x7d\x00\x5a\x8b\x1f\x2d\x8e\ \x0c\x4c\x3c\x5d\x9e\x98\x7d\xba\xf8\xf4\xc9\x00\x56\xff\xc7\x29\ \xd8\xec\x83\x87\x3f\x79\x7e\xef\xf9\xc7\xd3\xa8\x00\x9f\xcc\xc1\ \x0c\xf4\xa1\x3a\x0b\xfc\x00\x1a\x19\x46\x21\x83\x20\x52\x00\xe6\ \x80\xb8\x30\x7d\x58\x16\x10\x1c\xa5\xbf\x0f\x76\x60\x00\x43\x01\ \x72\xc3\xd0\xf1\x23\x23\x03\x04\xe5\x8c\x72\x46\x3f\xfd\x4c\xff\ \x68\x8e\x43\xc6\xe3\x86\x86\x30\x7d\x63\x43\x93\xfd\x03\xb3\x93\ \x23\x1f\xc8\x7d\x71\xb7\xcf\x62\x94\x71\xef\x8c\xb2\x07\x07\x79\ \x34\x81\xd1\x20\xe7\x8e\x8e\xb3\x07\x87\xbf\x37\x8a\xca\xd8\xc1\ \x0a\x0e\xdf\xfd\x3e\x4d\xc4\x97\xc3\xb5\xe3\x34\xc6\x30\x43\x8e\ \x9a\x70\x78\xfc\x41\xda\xf0\x20\x9f\x31\x0c\xa2\xc3\x1d\x1f\xbf\ \xc3\x87\x8b\x68\x77\x07\x81\xa6\xd8\x6a\x8b\x55\x24\xa7\x0d\x8f\ \xd3\xf8\x83\x0c\x34\xdc\xf0\xfd\xf0\x55\x81\x68\x70\x7c\x50\x63\ \x90\xcb\x47\x69\x5a\x19\x6a\x44\x1c\xa4\x71\xf9\x32\xb8\x37\x9a\ \xb5\x2a\x10\xc9\xd8\x00\x58\x68\xcb\x32\xa3\xd9\xc0\x67\x48\xac\ \x06\x9e\x01\xec\xa0\xc5\xac\x30\x58\x75\x5a\x9d\x4e\xa3\xb3\x5b\ \xc1\x18\x1a\x6d\x0e\xad\xd3\xa3\x53\xa9\xb5\x06\x8b\x86\xc1\x57\ \x59\x34\x3a\x09\x58\x42\x83\x51\x67\x45\x43\x4f\x6d\x36\x30\x8d\ \x76\x8b\x41\xa1\xb5\x59\x2d\x3a\xb7\x56\xa2\x73\x19\xcd\x40\x39\ \x5a\x97\x55\x65\x34\x1b\x1d\x56\xa0\x99\x70\xe3\x74\x21\x5f\xb9\ \xbd\xe8\x64\xb3\xc9\xcc\xfa\xd2\xf6\xce\xfa\xfe\xf1\xe9\x41\xe5\ \x5b\x78\x61\x96\x87\x46\xfa\xfb\x07\xc6\x26\xd0\x28\xfb\xc7\x8b\ \xa0\x49\x93\x28\x44\x63\xa4\xaf\x0f\x83\xc3\x62\x01\x65\xa7\x1e\ \x31\x49\xc4\xb1\xe5\xd9\xb1\x91\x31\x20\xae\x89\x7e\xfc\x10\x4a\ \x19\x03\xd3\x38\x86\x12\x30\xc6\xc6\x9e\x7c\x38\xf0\xe3\x1d\x23\ \xec\xaa\xdb\x66\x34\xdb\x8c\xb0\x63\x56\x0b\x70\x9f\x48\x63\xd1\ \xaa\x4c\x5a\xad\x51\x07\x6a\xe3\x71\x98\xad\x46\x9d\xc3\x67\x73\ \xa3\x08\x68\xad\x55\xa3\x41\xdd\x3b\x6e\x9b\x41\xab\x36\x83\x8f\ \xf2\x59\xcc\x46\x5b\x28\x6c\x75\x38\xdd\x36\xb7\xd7\x9f\xf0\xd4\ \x7d\x61\xbf\xcf\xec\x0b\x24\xec\xd1\x48\x3c\x1a\x45\xae\xd8\x19\ \xf4\xfa\xea\xf6\x84\x23\x18\x73\xa1\xd3\x8e\x67\x81\x48\x10\x6c\ \xa2\xd3\x17\x0b\x7a\x2d\xfe\x92\xaf\xde\x0e\x26\x50\x3b\xb5\x37\ \x96\xf0\xf8\xfc\xed\xa0\xd9\x59\x6c\xb8\x5d\xc5\x68\x30\xe8\xdb\ \x8a\x7a\x1b\x01\x90\x6f\xbf\xaf\xbd\xe5\x69\x57\xe3\x5b\x89\xa0\ \xa7\xd1\x88\x78\x13\x75\x78\x00\x47\xf0\xf0\xb4\x51\x74\x07\x4e\ \x4a\xde\xfd\xfd\xd8\x5e\xfd\xa4\x71\xb8\x53\x3a\x3d\x3e\x3e\xd8\ \x3f\x8c\x6c\xed\xd9\x62\xa7\xf9\xf5\x83\xb3\xf6\xde\x7e\x63\x7b\ \xed\x28\xb3\x72\x74\x5a\xda\x28\xad\x9d\xed\xac\xef\x6c\x6c\x9d\ \x6e\x81\x0f\xdd\x8b\x87\xb6\x02\x55\xaf\x23\x92\xf0\xfb\x3c\x1e\ \x93\xca\x0a\x24\x6e\xb1\x78\x62\x1b\x09\x10\x31\x00\xc4\xb0\xff\ \x70\xa7\xb8\x90\xdf\xd8\x28\x2c\xac\x1d\x1c\x1c\x2d\x1d\x80\x9e\ \x24\x77\x56\x77\xb7\x33\xcd\x7c\xfa\x45\x65\x69\xe1\x70\xed\xa0\ \xd6\xbb\x6e\xad\x6f\x1f\x9d\x65\xce\x93\xe0\x17\xd3\x1b\xe9\x4a\ \x61\x03\x4c\x5c\x2f\xdd\xdc\xdc\xa9\x74\x41\xb8\x6a\xb5\xf3\xff\ \x9f\xa5\x77\x71\x4a\xf4\x4e\xd3\xfe\x83\x1c\x8a\xb3\x94\x82\x88\ \x22\x28\x36\xa8\x20\xcd\x99\xe6\x1c\x28\x40\xc3\x41\x28\x11\x28\ \x64\x69\x94\xa3\xca\x72\x10\x69\x04\x3c\x35\x88\xfa\x13\x0f\x6d\ \x57\x9b\x9f\x29\xe3\xce\x44\xcb\x59\xf7\xd0\xe9\x77\xb2\xa9\x54\ \xaa\xbb\xd2\x93\xea\x54\x4d\x65\x92\xa9\x4c\x66\xa7\x76\x27\x9b\ \xa9\x9a\xda\x49\x6d\xfe\x91\xf7\xfe\xf6\xbe\x76\xb5\x07\x78\x10\ \x7d\xf0\xb9\x9e\xeb\xf3\x7d\xee\xfb\xba\x0b\xc9\x4a\xe5\xae\xd0\ \x84\xf3\x4d\xfc\xa6\x79\x7b\x51\xdf\xbe\x6c\x54\xce\x6e\x0a\xdb\ \xc5\xc4\xd2\x71\x6a\xf3\xb0\x72\xd5\x2c\xa2\xa9\x5f\xa9\xc4\x36\ \x98\xb3\xe6\x59\xf3\xac\xd1\xc8\x36\xae\x53\x85\xdb\x4a\xb1\x52\ \x2c\xbc\x3c\x2e\x34\x0b\x89\xf4\x59\xaa\x95\x28\x6c\x1c\xdf\x5d\ \x5e\x17\x8e\x0b\x57\xe7\x2f\x6e\x6f\x9a\x5f\x5f\x54\xae\x92\xcf\ \x5f\xbf\x48\x1f\xdf\x55\x2e\x5e\xbe\x28\x16\xcf\x12\xaf\x2e\x2a\ \x67\xc5\x37\x67\xcf\x8f\x6f\xbf\xbb\x7b\xf3\xfd\xaf\x7e\xf8\xef\ \x4f\x7e\xf3\xed\xc7\x4f\x1f\x7d\xfc\x68\xe6\xe9\xc3\xcf\x55\x60\ \x1d\xc0\x4d\x91\x80\xba\x08\x68\x5e\x04\x0a\x9a\x62\x89\x58\x4c\ \x03\x13\xb5\x0b\x32\xc1\xdd\xa0\x91\xa6\x6c\x81\x8d\x2f\x60\xf1\ \x2d\x22\xa6\x48\xc5\xa0\x5a\x6c\x4c\x2a\x19\xcb\x99\x65\x59\x6c\ \x36\xbe\x8a\x0f\x1f\x44\x7c\xe6\xcc\x9c\x4d\x34\x63\xb1\x08\x98\ \x36\xc3\xc7\xcf\x44\x0c\x8b\xc8\xc2\x52\x09\xc0\xfb\xf0\xa7\x45\ \x28\xfe\x98\x8c\xc7\x50\x44\x02\x0c\x05\x58\x52\x44\xc1\xd0\x41\ \xf8\x90\xf9\xa2\x0a\xf8\xa0\x5a\x22\x3e\x05\x4d\x1a\x14\x51\xb1\ \x2c\x06\x5f\xcc\x27\x33\xc9\x44\xd0\x44\xea\x34\x9f\x32\x8d\x82\ \x44\x51\xe5\x3c\x45\x6c\x60\x8b\xd8\x48\xb3\xde\x66\xcf\xa0\x45\ \x7c\x34\x05\x87\x4c\x64\xf2\x51\xd8\x1f\x95\xc4\x17\x60\x99\x80\ \xad\x14\x34\x1b\x03\x8b\xea\x52\xd1\x88\x30\x36\x19\xcd\xb0\x01\ \x3a\xc4\xa1\xe4\x06\x0a\x16\xec\x14\x1d\x8d\x3f\xa5\x13\x71\x58\ \x34\x40\x1e\xc7\xa3\xa1\x39\xf5\x54\x1c\x6e\x71\x11\xb0\x64\xf1\ \x09\x0a\x3c\x59\x59\x9c\x24\x30\x44\x1f\xcd\xb1\xd9\x96\x67\x9f\ \xff\x6e\x7e\x1a\xbc\x25\x1a\x2c\xc1\x66\x60\xba\xd0\x82\x15\x9d\ \x42\x16\x90\xd1\xa0\x45\x3a\x00\x26\xfc\x34\xa8\x4d\x1c\x24\x96\ \x0c\xc6\xaa\x0b\xb1\x20\x07\xd8\x93\x88\xc7\x62\x41\xb0\x38\x04\ \xd6\x1c\xdf\x30\x3f\xfd\x74\x66\x5e\xcc\x67\xe0\x71\xa8\x02\x7e\ \x94\x87\xde\x68\xca\x77\xdc\xb9\x83\x40\x28\x68\x9c\xe8\x7f\xf0\ \x6e\x7f\xef\xe0\xc0\xbd\x3e\xb9\x6e\x70\x68\xe8\xfe\xbd\x9e\xee\ \x7b\xf7\x7a\x25\x83\xf7\xde\xed\xef\x7f\xf0\xe0\xfe\xbd\x91\xe1\ \x7b\xdd\xdc\x21\x78\xeb\x19\x98\x40\x02\x04\xd2\x76\xaf\xb7\x7f\ \x70\x60\xb8\xb7\x7b\xb0\x7f\xa8\x7b\x88\xdb\x7d\xaf\xbb\xff\x41\ \x0f\xc2\xc0\x71\xb9\x66\x60\xa0\x1f\x90\x11\xdc\x96\x94\x7b\x0f\ \xc9\xe0\xb8\x10\x5d\x31\xbc\x27\x9c\x18\x1b\x80\x47\x0e\x02\x21\ \xa2\x6a\xf9\x1e\x61\x5f\x3f\x6c\x3f\x36\xd2\xd7\xd3\x0f\xbc\xa8\ \x19\x1b\x1c\x19\x1c\x90\x8c\x0b\x65\x1a\x34\x5e\x55\x22\xd5\x19\ \x8d\x46\xd3\x84\x4e\x2e\x17\xca\xb4\x46\x93\x47\xa3\xd0\x82\x1a\ \x69\x75\x46\x94\x8e\x60\x37\x6a\x41\xa2\xa4\x0a\x99\xde\xac\xd7\ \xcb\xb4\x3a\xbd\xce\xac\xd3\xe8\x8d\x0e\xb5\xcc\x64\x96\xaa\x8d\ \x56\x97\x19\xb0\x72\x5c\xa6\x50\xeb\x4c\x46\x3f\xba\xcb\x29\x97\ \x1b\xcd\x3a\x97\xcf\xef\xf1\xd6\x56\x4b\xf5\x42\x3a\x7d\x01\xc8\ \xb1\xb6\x73\xd4\xda\xdb\xc9\x2d\xbf\xf8\x8b\x4d\x2c\xc2\xa3\x26\ \x1d\x1e\x0d\x0d\xc5\x9e\x7a\x32\xa5\x9c\x5c\x84\x2f\xd1\x7e\x9a\ \xed\x22\xd1\x94\x38\x81\x8a\xfa\xf9\x0f\x9f\x91\x17\x1f\xc3\xc9\ \xa4\x0b\x45\x66\x11\x78\x78\xdc\xd4\x54\x17\x61\x74\x76\x12\x5c\ \x18\x5a\xf1\xe2\x71\xde\xff\x25\xe6\x87\x9c\x49\xe7\x8f\x54\x83\ \x11\x87\xd1\xe1\xd2\xcb\xb5\x66\xbb\x11\xec\xa0\xcf\xeb\x30\xc9\ \x41\x3b\x7d\x3e\x85\xd1\x28\x35\x9a\x7d\x7e\x30\x20\x6a\x50\x31\ \xbb\x5e\x21\xd7\x3b\xcc\xf0\xeb\xc8\x27\xf4\xa6\x09\xa1\xc4\xa4\ \x0b\x86\xb5\x6a\xb9\x50\x6f\xd2\x19\xdd\x66\x23\xfc\xba\x52\xf8\ \x68\x35\x99\xcd\x3e\x3b\xd0\xae\x5e\x6a\xf7\xaa\x75\x41\x27\x68\ \xb2\xd9\xe9\x70\x7a\xdc\x27\x0e\xaf\x47\xeb\x31\xeb\xdc\x65\xaf\ \x56\xee\x8a\x39\x5d\xfe\x88\xcf\xeb\x34\x05\xcc\x5e\x97\xdf\xe4\ \x8c\x85\x9d\x9e\xb0\x47\x63\xf7\xfa\x3d\x3e\x5f\x20\x18\xf5\x7b\ \x02\x21\x9f\x33\x58\x3d\x08\x07\x62\x76\x4f\xc0\x6d\x8f\x81\x31\ \x8b\x7a\xfc\x2e\x87\xce\xb7\x9b\x0f\x95\xdd\xa6\xe0\x56\xac\xdd\ \x3e\x3a\x3a\x3d\x89\xe6\xda\x81\x83\x93\xc3\x5a\x20\x0a\x72\x64\ \x8a\x75\xf6\x0e\x77\x36\x62\x27\xab\xb5\xcd\xd3\x8d\xc3\x9d\xd2\ \x41\xa8\xe6\x8b\x1c\x6d\x54\x0f\xb6\x22\x7b\x5b\xb9\x5a\x0c\x98\ \x33\xe0\x73\xf9\xac\x0e\x37\xfc\xc2\x0e\x8d\xd1\x04\x4e\x52\xa2\ \x37\xfb\xb3\xb1\x72\x34\xe0\xf7\xfb\x1d\xd6\xd8\x6e\xbe\x73\xd0\ \x4a\x56\xd2\x87\x3b\xb5\xc3\x34\x88\x48\xba\x58\xdb\xdc\x3f\xbc\ \x69\xa4\x2e\x2f\x32\xcb\xdb\x87\xe9\x85\x4c\xb6\x72\x13\xcf\x64\ \x4f\xd7\x96\xd2\x1b\x6b\x1b\x99\x8b\x44\x2a\x91\x2a\x35\x36\xb2\ \xf1\x74\x7d\xaf\xbe\x9d\x4e\x27\xe3\xc7\xe7\x0b\xe9\xe3\xc2\x75\ \xa1\x90\x68\x34\x8a\x67\x2f\x1a\x99\x74\xf1\xf8\x6a\x69\xf9\x0a\ \xa4\xac\x78\xdc\x48\xc5\x97\x12\xe9\x65\x40\xbc\x4a\x33\xb5\x96\ \x8c\x37\xe3\xc5\x17\xc5\xd4\xcb\xc4\xc2\xe5\x1d\x48\xd8\xc5\xf9\ \x79\x3c\x91\xde\x88\x67\xd3\xdb\x95\xe4\x42\xba\x18\x2f\x7c\xf3\ \x87\xcb\xdb\xdb\xe6\xab\xbb\x37\xd7\xe9\xe7\x17\x37\xe9\xcb\xe7\ \x67\x77\x67\x67\x8d\x74\x61\xed\xfc\xd5\x55\xf3\x3c\x5d\xb8\xbc\ \xa8\x7c\xf9\xe3\x97\xbf\xff\xfe\xf6\xea\xc5\xf3\x3f\xfc\xf4\xc3\ \xdf\x7e\xfa\xe4\xb3\x8f\x3e\xff\xed\xc7\x4f\xe7\x66\x6c\xe2\x87\ \x2a\x16\x99\x4a\x65\x93\xd9\xcc\xb7\x31\x07\x0c\x32\x9d\x05\x12\ \xc4\xa6\x50\x05\xac\xb7\x65\x4f\x02\x3e\x5a\x7b\x06\x26\x14\x60\ \xb0\x38\xac\x4d\x04\x50\x48\xe6\x93\x89\x04\x72\x17\x91\x6f\x99\ \x16\xd9\xe6\x2c\x16\x36\x43\x35\xa7\x9a\x11\xa9\x98\xaa\xf9\xb9\ \x87\x33\x36\x14\xe4\xf7\x50\x65\x31\x58\xc4\x7c\x15\x5a\xcb\x67\ \x00\xe8\xf1\x2d\x4c\x16\x51\x49\xe6\xb3\xa8\x64\xbe\x8d\x29\x66\ \x60\xd0\xa2\x15\x8b\xcf\x16\x53\x50\x13\x33\x99\x25\xc2\xb0\xb1\ \x7c\x70\x5e\x64\xb2\x4d\xc4\x40\xab\x53\x60\x9d\xe0\x3d\xe5\xed\ \xf8\x1d\x11\x8b\x8d\x06\x86\x09\xd8\x20\x7b\xa8\xf6\x94\x4e\x46\ \x9f\x0a\xd8\x28\x40\x9d\xcc\xb4\x88\x99\x82\x19\x10\x34\xd6\xdb\ \x00\x9b\xb7\xb6\x07\xee\x78\x0b\xb4\x64\x32\x83\x01\x9e\x07\xb5\ \x2e\x76\xa1\x19\xac\x2c\xb4\x72\x45\xc4\x90\x70\x24\x34\xf3\x14\ \xa8\x83\x86\x21\x11\xd0\x65\x44\x2a\xa6\x6b\xe5\x7d\xe5\xe4\x0a\ \xbc\x01\x93\x4c\x3d\x9e\x24\x32\xc5\x4f\x6d\x7c\xe6\xc3\x47\x36\ \x3e\x83\xc4\xa6\xbc\x4d\x00\x23\xb3\x01\x45\x51\xc2\x33\x85\x08\ \x74\x49\x27\x92\xa8\x44\x0a\x52\x78\x3a\x96\xcf\x60\x61\x49\xf0\ \x1f\x1c\x18\x86\x04\x4f\x80\xa7\xe1\xd1\x47\xa0\x3f\x1e\x5e\x64\ \xb3\xcd\x3c\xb4\x4d\x5b\xe6\x66\x58\x60\xf4\x68\x78\x1e\xca\x99\ \xc1\x8d\x2a\x27\xdf\xa9\x55\xb7\x9c\x5e\xa7\xa2\x07\x0c\x53\xcf\ \xd0\xbd\xe1\x07\xbd\x52\xd9\x38\xe0\xdd\xbd\xde\x81\xbe\x09\x24\ \x24\x43\xc3\xdd\xc3\xc3\xf7\xdf\x1d\x1f\x1c\x1e\xee\xee\xed\x43\ \x63\xbd\x06\x07\x46\xc6\x7b\xd0\x84\xfa\xbe\xde\xc1\xbe\xe1\xa1\ \x61\x50\xa9\xa1\x9e\x9e\x07\xe0\xd0\x86\xe0\x81\xdd\x7d\x23\x8a\ \x09\xa1\x02\x58\x70\xa8\xbb\x1f\x84\x6a\x68\x18\xde\x7a\x01\x2d\ \x41\xb8\x46\xb8\x7d\xdc\xb7\x5d\xd1\xbd\x68\xe8\x21\x70\x22\xa8\ \x17\x5a\xdb\x1f\xec\x47\xd1\xa4\xdc\x91\x09\xc9\xc4\x80\x0c\x0d\ \x50\x06\xdb\x05\x62\x67\x94\x33\xb3\xdb\xc5\x00\x00\x20\x00\x49\ \x44\x41\x54\xea\xe5\xe3\xe0\x9d\x24\x5c\x99\x16\x8e\x53\xbb\x4e\ \x67\x34\x99\xf4\x32\x0d\x82\x2e\x38\x72\x85\x5c\xa1\x51\xab\xd7\ \x39\x35\x32\x93\xcc\xa8\x75\x99\x9d\x1a\xbd\x0c\x40\x44\xae\xd0\ \xcb\xc7\xa4\x7a\xb5\x5a\x2d\xd1\x99\x26\x64\x66\x97\xdd\xe9\xb4\ \xeb\xac\x26\xa7\xdd\x63\xd5\xeb\xf5\xfe\x7c\xec\x70\x1b\xfe\x9a\ \x6f\x52\x6b\xaf\xee\x5e\x7c\xf5\xfc\xfb\xe5\xcd\x42\xa9\x74\xf5\ \xab\xcf\x9e\x3d\xa3\x60\x70\xbc\x29\x1e\x9d\x38\xcb\x43\xc5\x58\ \x3c\xd4\x10\x3d\xb9\x82\xac\xd3\x0a\x8f\x47\xc4\x12\xc9\x2c\x36\ \x6e\xe6\x87\xbf\x72\x56\x68\x4c\xe2\xe4\x28\x9c\x09\xba\x28\x9c\ \xc5\xc7\x2b\x34\x2a\x7e\x72\x7d\x11\x20\x91\x37\x3b\x4a\xeb\xe2\ \xc0\x4b\x67\xf9\xea\xb0\x5a\x3b\xd8\xdb\xd9\xdc\xdf\x2a\x1f\x1c\ \xb5\x8f\xda\xb1\x7c\xe8\xa0\xde\x0e\x78\x5d\x56\xab\xb3\x1a\xf3\ \x06\xc2\xce\x68\xc8\x13\x8d\xe5\x03\x3e\xbb\x33\x17\x72\x3a\xdd\ \x21\xaf\xcb\xeb\x72\x68\x5d\x61\xb3\xdb\x85\x64\x4a\x6b\x74\x3b\ \x1c\x56\xb3\xdf\x8a\x82\xed\xcd\x5e\x87\xcb\xe7\xb6\xea\xec\x2e\ \x93\x4c\x63\x74\xc3\xaf\x6a\xd2\x3a\xad\x76\xad\x51\x61\x35\x99\ \xec\x76\xab\xc9\xae\x11\x82\x99\xd3\xfa\xad\x52\xad\xdc\x24\xd5\ \x5a\x9d\x3a\xad\x4e\xea\x70\x38\x61\x1f\x01\x91\x02\x9f\x6a\x15\ \x31\x80\x4e\x07\xec\x81\x58\xd8\x63\xb6\x9a\xed\x66\x9f\xc7\x1a\ \xf4\x2a\x84\x4e\xd8\x7d\x5e\x97\xc7\x6e\xf6\x9a\x8d\x1e\x77\xd8\ \xed\x32\xbb\x7d\xd6\xb0\xdd\x93\xf3\x59\x83\x28\x34\x22\x18\xce\ \x85\x7d\x76\x77\xc0\x1f\xd4\xbb\x8f\xca\xb1\x40\x2e\xea\x2b\xeb\ \x42\xd5\x76\xf5\x64\xb7\x1d\x6c\xc3\x6f\x11\xea\x74\x4e\x22\x6d\ \x9f\x3b\x1c\xd8\xf2\xf8\x63\x1e\x30\x86\x8e\xa0\x47\x27\xb7\x9b\ \xe0\x07\x97\x8c\x4b\xa4\xe6\xa3\xb5\x50\x35\x1f\x31\x05\xbd\xe1\ \xf0\xc1\x46\xb9\x76\x7a\x58\x4f\x56\x0e\x6a\x5b\xb5\xa3\x56\x23\ \x59\x3a\x68\x83\xf8\x65\x32\x67\x97\xc7\xa5\xb5\xe5\xa5\xf3\xc4\ \x66\x36\x91\xce\xa4\x52\xa7\x1b\x0b\x67\xc9\x85\x8d\xd2\xf2\x66\ \x6a\xb9\x94\x2a\xee\x27\x1b\x67\x1b\xdb\x87\x1b\xd9\xc4\xd9\xd5\ \xc5\xc5\x31\xaa\xe6\xbc\x4c\xaf\x36\x1a\x8d\xf4\xcd\x45\xb3\x98\ \xc8\x34\xd2\xa5\x74\x33\x51\x49\xa4\x8e\x2b\xcb\xad\xed\xb7\x83\ \x9c\x13\xc7\x85\x7a\xb6\x71\xfb\x87\xdb\xcb\xe6\xc2\x45\x21\x7d\ \x7d\xd9\x3c\x4b\x27\xae\x93\xa5\x78\xb2\x70\x97\x49\x37\x8f\xd3\ \x8d\x57\xaf\xff\xf8\xeb\x9f\x7f\xba\x3d\x3b\x3e\xff\xfd\xcb\x57\ \x2f\x4a\x67\xcd\xab\xf4\xe5\xc5\xdd\xf9\xf5\xcd\xe5\xf3\xbb\xe3\ \x8b\xd7\xe7\xc5\xcb\x9b\x64\xe3\xe2\xfc\xe5\xf1\xdd\xf9\x8b\xe7\ \x85\xab\xaf\xbe\xfc\xc3\xf7\xbf\xfa\xcb\xa7\x7f\xfe\xcd\xb3\xcf\ \x3f\xb6\x3c\xfc\x70\xc6\xc0\x56\xa9\xa6\x55\x6c\x2a\x99\x4c\xc7\ \xd2\xb1\x44\x2c\x03\xd5\x79\xb2\xd8\x28\x35\x01\x43\x67\xd2\x41\ \x6c\x98\x2c\x50\x0c\x03\x85\x81\x25\xe3\x47\xe9\x60\x14\x98\xf0\ \x86\x2a\x02\xc0\xaa\xa0\x21\x5b\x7c\xb1\x18\x15\x6e\xaa\x54\x0f\ \xe7\x2c\x22\xd5\x34\xe8\x14\xe8\x97\x08\xfe\x19\xe6\x58\x74\xac\ \x61\x1a\x10\x4e\xc5\x62\xa9\xf8\xa2\xd1\x49\x12\xcb\x00\xba\x25\ \xe2\x93\x51\x43\x34\x19\xc3\x37\x00\xd7\x81\xb0\x50\xd8\x4c\x10\ \x48\x96\xcd\xc2\xa2\x32\x05\xe8\x8a\x24\x85\x82\x86\xd2\x08\x44\ \x0c\x31\xdc\x65\x31\x20\x00\xa4\xa0\x28\x08\x26\x2a\x60\x40\x9e\ \x8f\x4d\xa6\xab\xe0\x3d\x08\x9a\x40\xc0\x62\x61\x55\x36\x31\x0a\ \xd9\x23\x91\x41\x5a\x48\xe0\x10\x41\xf0\x48\x60\xdc\x50\x78\x3c\ \x96\x81\x25\x11\x88\x78\x1c\x01\xcf\xa7\x62\x89\x18\xd0\x14\x22\ \x1e\x65\xcb\x50\x31\x04\x34\x92\x10\x8b\x6a\xd2\xf1\x54\x52\x17\ \x15\x3f\xf5\xc1\x14\x6f\x72\x74\x6a\xfd\xc9\xfa\xd4\xfa\xa2\x12\ \x47\x15\x7f\xfe\xb1\x08\x1c\x20\x1e\x4f\xa2\x53\xd1\x62\x17\x2a\ \x1a\x63\xb0\xc5\x22\x16\x5a\xaf\x87\x43\x08\xa5\x10\x02\x0b\x92\ \xc8\x74\x80\x45\x94\x47\x48\x26\x93\x70\xca\x51\x3c\xdc\xcc\xc0\ \xe0\x70\xa8\x80\x9e\x36\xca\xa1\x4d\xe2\x45\xd3\x8f\x40\xba\x59\ \xf3\x73\x00\xda\x44\x0e\x88\x19\x8f\x86\xe3\xf0\x68\x9c\x77\xda\ \xbb\x5e\xa3\xc3\x3f\xd1\x37\xd8\x0b\x72\xf5\x2e\x9a\x2d\x31\x38\ \xd1\xff\xee\xfd\xf7\xba\xfb\xfb\xfa\x7b\xfa\xdf\x7b\xef\xfe\xf0\ \xfd\xfe\xee\xe1\x77\xb9\x13\xbd\x7f\x37\x34\xd8\x37\x32\xd2\x0f\ \x52\x35\x38\xde\xdf\xd7\x33\xd0\xdd\xdb\xdb\xd3\xdb\x33\xfc\x6e\ \x3f\x6a\x82\xee\x1d\xee\xbf\x37\x7c\xff\xfe\x30\xb2\x4c\x5a\xf5\ \xf8\x88\x70\xa8\xbb\xef\x41\x5f\xff\x78\xff\xdf\x81\xa4\x0d\x0d\ \xf5\xf5\xf4\xa0\x31\x16\xa8\x5f\xa7\x97\x3b\xd6\xcd\xed\x87\x2f\ \xb9\xbd\xbd\xc3\xf7\xc1\x86\x8d\x8c\x8d\x0f\x8c\x0d\xa8\xc7\x26\ \x26\x06\x25\xb2\xf1\x81\x7e\x70\x19\xe3\x13\xe0\xa9\x46\xc6\xe5\ \x6a\x69\x8f\xd1\x3e\xae\x93\x03\xed\x81\xe1\xb0\x4a\xe4\x4e\xb7\ \x42\xaf\x46\x16\x4b\x2d\x95\x9a\xf4\x7a\xd4\x54\x68\x32\x82\x73\ \x91\xa9\x75\x0e\xad\x5c\xab\x53\xa3\xb4\x51\xa1\x54\x62\xd4\xeb\ \x4d\x26\xa1\xde\x6b\x92\xea\x1c\x2e\xa7\xd3\xea\x33\x6a\xad\x70\ \xb7\x5c\xe1\xc9\x9d\xe4\x72\x1b\x85\xeb\xe3\x97\x57\xa5\x8b\xd7\ \xbf\xff\x9f\x5f\x7f\xfa\xbb\x3f\xfc\x3e\x9e\x78\xfd\xe3\xaf\xff\ \x36\xcd\x64\xb2\xb1\x1c\x3c\x8d\x80\x53\x4e\x29\xc1\x38\x29\x69\ \x34\x34\xb6\x90\x07\x76\x77\x71\x91\x83\x72\x16\x45\x0f\x3f\xfd\ \xe9\xe7\x4f\x67\x46\x7f\x27\xea\xc2\x92\x95\x93\xfc\x79\x2c\xd8\ \xb0\xf7\xd7\x39\x44\x22\x6a\x4f\x98\x54\xae\xbf\xaf\xe4\xd1\x08\ \x53\xef\xff\x62\x72\xfa\xf9\x41\xbe\xb4\x94\x49\x97\xd6\xf6\x37\ \xf6\xf7\x5b\x07\xbb\xd5\xbd\x80\x3f\xe4\xf2\x02\x91\xc2\x51\xdb\ \xae\xe6\x8e\x8e\xf6\x42\xb9\xbd\x6a\xae\x5d\xde\xdf\xc9\x77\x72\ \x27\xd1\xa3\x93\xdd\xfd\xf2\x5e\x76\xa7\x75\xd2\xaa\xed\xb6\x73\ \x9d\x93\x72\x2c\x52\x2e\x47\xa2\xe1\x50\x39\xe2\x6d\x6f\x45\x03\ \xb1\x9a\x37\xb4\x65\x35\x05\x22\xc1\x40\x34\x68\x8a\xd6\xa2\x7e\ \x97\xc7\xe7\xf2\x38\xcc\xf6\xa0\xdf\xe7\x32\x9b\xac\x0e\x9f\x53\ \xeb\xf4\x68\x34\x56\xbd\x51\x0f\xfb\x04\xe9\x92\xdd\x88\xe6\x4a\ \x9b\x65\x5a\xa7\x0f\x58\xd9\x0d\x9c\xe9\x32\xca\xe5\x60\x42\xcd\ \x5a\x9d\xc7\xa1\xd7\x2b\x4c\x66\x87\x0b\xf6\xa3\x35\x60\x35\x79\ \xac\x6e\x3f\xdc\x18\xf1\x1b\x35\x5e\xaf\x5d\x0f\x0f\xf7\x87\x5d\ \x0e\xa7\xce\x64\xf7\x78\x41\x47\xe5\x76\x47\xc4\x97\x8b\xa1\x69\ \x8a\xde\xb0\x03\xec\x99\xd5\xef\x09\x06\x5d\xc1\x50\xbb\xec\x70\ \x5b\x4d\x5e\x9f\x31\xe8\xd4\x39\x8c\x46\xa7\xd1\xa9\xd5\xc8\xfd\ \x0e\x85\x4e\xa8\x96\x9b\xb4\xde\x0d\x7f\xbe\x1c\x72\xc6\xa2\x81\ \x50\xbe\x1a\x8d\x82\x87\x5b\xab\x85\x43\xa1\x48\xed\x60\xbf\xb4\ \xb9\x55\x2e\x97\xdb\x07\x9d\xa3\x93\xd6\x6a\xb9\x9a\xdb\x5f\xd8\ \xdb\xde\xd9\xdb\xd9\x6f\x9f\x1c\xee\x1c\xd6\x37\x76\x5a\xab\xed\ \xf6\xd2\xde\x4e\x69\xa9\x5a\x3f\xdc\x6c\x95\xf6\x96\xcf\x2e\x4a\ \xa9\x46\x26\xb1\xda\x2c\xc6\xe3\x99\xd2\x6a\xb2\x79\x73\xde\xdc\ \xd9\x5c\x38\x5b\xaa\x6f\xa6\x2a\x89\x44\xab\x9e\x58\x6e\x2d\xc5\ \xb7\xb3\x9b\x68\x0a\x4e\x29\xdb\x3c\x7b\x51\x48\x25\x8b\x85\xd5\ \xe6\xcb\xd7\x2f\xae\x4b\x95\x0c\x4a\xb0\x49\x5f\x5f\x2d\x2c\x83\ \x0d\xbb\x7a\xf9\xe3\x1f\x5f\x25\x32\xc5\x78\xb6\xf8\xc5\x37\x17\ \x0b\xc9\xc6\x42\x06\x88\x71\xa9\x58\xb9\x48\xc5\x13\xf1\x06\xbc\ \x74\x97\xd7\xc9\xd5\xc4\x17\xe7\xe9\xe5\xe3\xc4\xf5\xf7\xaf\x5f\ \xbf\xf9\xf1\x0f\x3f\xfc\xcb\x27\x7f\xfb\xfc\xd9\xb7\x9f\x7f\xf4\ \x0c\x95\x06\xd0\x6d\x73\x62\x3a\x8b\x49\x66\xb0\x18\x58\x2a\x4b\ \x2c\xa0\xd0\xf1\x4c\xb6\xc0\x82\x5c\x0d\xf8\x20\x81\x18\xcd\xf4\ \x12\x33\x29\x24\x3e\x96\x2c\x10\xd1\xc5\x62\x91\x81\x2d\xa0\x18\ \x90\x80\xb0\x40\x30\xc4\x62\xbe\x81\x09\x4e\x4d\x65\x30\xa0\x6a\ \x25\xcb\x23\x8b\x4a\xcc\x9f\x9e\x61\xb1\x04\x16\xb1\x81\xa1\xb2\ \x30\xc4\x2a\xcb\xbc\x08\xb4\x69\x9d\xc7\x62\x83\xf6\x81\x7a\xb1\ \xe8\x2c\x91\x80\x41\x65\xb0\x59\xe0\x5b\x98\x28\x2e\x46\x8c\xda\ \x91\x45\xe0\xa4\x50\xe7\x0d\x2a\x9a\xe0\x83\x0b\x03\x39\x42\x4d\ \x7c\x7c\xd4\x55\xcd\x44\x0b\xf2\x4c\x95\x18\x2d\x74\x31\xf9\x06\ \xfa\x5b\x82\x44\x83\xc8\x58\x22\x03\xaa\xc2\x12\xa1\xd1\xa5\x54\ \x2c\x9f\x0e\x56\x08\x2b\xa0\x93\x71\x64\x36\x1f\xa0\x10\x4b\x65\ \x50\x89\x5d\x5d\x68\x5c\x3a\x9b\x49\xc2\x10\xc0\x57\x11\x89\x80\ \x73\x74\x6a\x17\x07\x8f\xc7\x63\x80\xeb\x70\x80\x8f\x6c\x32\x06\ \xb7\xfe\x0f\xbf\x7c\xa2\x24\x8c\xae\xac\x4c\xad\x3c\x19\xe5\x91\ \x40\x05\x6d\x14\x90\x9c\xb7\xab\x54\x24\x0c\x96\x44\x41\x72\x49\ \x07\x05\x25\x73\x90\xb5\x62\x13\xc9\x60\xbb\x28\x18\x0c\xc2\x45\ \x3a\x09\x47\x24\xa1\xbe\x1f\x02\x09\xd5\x3c\x90\x49\x78\x1c\x8f\ \xa3\xa4\x71\x78\x80\x2a\x38\x0a\xec\xa0\x69\x1b\x6b\x06\x34\x5d\ \x4c\x21\x92\xba\x38\x18\xde\x24\xba\xeb\x9d\x9c\x43\xdd\xeb\xae\ \xca\xfa\xb9\xbd\xc3\xc3\x03\x7d\xdd\xdd\xf7\x7b\xc6\xc7\xfa\xde\ \xed\x01\x29\x42\x73\xe8\x7b\xfa\x87\x87\xee\xf7\xdf\x7b\xd0\x3d\ \x02\x8e\xa8\x7f\xf8\xc1\xbd\xfe\xde\xfb\xe0\xb4\xe0\xee\x21\x50\ \x1b\x34\x65\x75\x18\xad\x77\xf5\x76\x77\xf7\x82\xbd\x1a\x7c\xf0\ \xde\xe0\xbd\xbe\x9e\xb1\x9e\x31\x6e\x0f\x18\xaf\x61\x78\xf0\xbd\ \xa1\xbe\xfb\xfd\xbd\x3d\x7d\x43\x92\xc1\x21\x40\xc8\x91\xc1\xc1\ \xa1\x11\x19\x40\x60\x2f\x7c\x39\xd8\x87\x56\xb2\x7a\x7a\xc6\xfb\ \x06\x7a\x06\x15\xe3\x68\x60\xa9\x6c\x4c\x32\x38\x00\xef\xc6\xc7\ \xe4\xd2\x11\x8d\x5e\xa2\xd3\x4b\xd4\x23\x72\xb8\x41\x02\xce\x4b\ \x2f\x47\xa2\x64\x97\x98\x35\x2e\xed\x98\x51\xab\x75\x18\x65\x5a\ \xad\x49\xe3\xd1\x79\x35\x70\x36\x57\xeb\xc7\xd5\x6a\x85\x53\x2b\ \x75\xa2\x9a\x28\xb9\x0e\x36\x95\x2b\xec\x1a\x19\x28\x17\x6c\xab\ \x77\x58\xad\x0e\x85\xdb\x17\xa9\x56\xcb\x9b\x4b\xcb\x1b\x57\x8d\ \xe4\xd5\xf1\x8f\x9f\xce\xfd\xd7\x4f\x86\xcf\x7f\x7e\xd5\xbc\xbe\ \xf9\xfd\x9f\xe6\x1f\xfd\x56\x85\xa1\x92\x71\x53\x1c\x62\x97\x72\ \x14\x76\xdd\xec\xd4\x14\x8d\xc4\xe1\xa0\xe6\x4e\x0e\x6f\x56\xc9\ \x1b\xc5\xe1\xc5\x9f\xde\xc4\x13\xff\xc6\x60\xce\xab\x88\x28\x24\ \x1f\xb8\x71\x92\xb3\x88\xd2\x69\x26\x67\x57\xd6\xa7\x26\x9f\x3c\ \x7e\xac\x84\x53\x01\x67\xf2\xfd\x27\xca\x5f\xb7\xa2\x4b\xa9\xcc\ \xe6\x69\x6b\x7f\xe3\xb4\xdd\x2a\xef\x97\xdb\xf5\x93\x76\xbe\xbc\ \x53\xdb\xef\xb4\x23\x39\xf8\xb2\xec\x2d\x77\x50\x2f\xcb\xf6\xc1\ \xfe\xc9\xce\xc1\xe9\x5e\xbb\xb5\xd0\x69\x9f\x46\xf6\xc1\x61\x2c\ \xb5\xd6\x76\x77\x8f\x50\xae\x55\xd8\xea\x3f\xf2\xb8\xf7\xb7\x0e\ \x6b\xb5\xbd\x40\xa8\x0d\x56\x26\x1f\xd9\x2b\xef\xd6\x0e\x56\xf7\ \x51\xc1\xc1\x41\x2b\xd7\xd9\xaf\x76\x76\x63\xb9\xdd\xfa\xe9\xee\ \xc9\xd1\x6a\x34\x14\xad\xed\xe7\xa3\xf9\xfc\xe9\x49\xa4\x7c\x72\ \x78\x94\xcf\xd5\x42\xfe\xa3\x76\x60\xf7\x24\x18\x38\x38\x3d\xca\ \xed\x76\xca\x9b\x91\xd3\xc8\xee\xee\xc1\xc1\x41\xa0\xbd\x1b\x73\ \x55\x73\xd1\xfc\x6e\xb9\xb3\xd3\xf6\xe7\x8f\x42\x5b\xf9\x48\x3e\ \x10\x69\xe7\xdb\xb5\x93\x9a\xb7\x5d\xee\x80\x3d\xdc\x6c\x57\xc1\ \x52\xed\xee\x86\x6b\x81\xa3\xce\x41\x2d\x14\xcc\xd7\xf2\xd5\x70\ \x2d\xe8\x73\xe7\xf2\xa1\x68\xce\xeb\x0a\xc5\x62\x5e\x8f\xc7\xef\ \x89\x04\x5d\x3e\xa3\xc3\xea\xb5\xfa\x3c\xa0\x53\xe0\x6b\x4d\x0e\ \xbd\xce\xde\x59\x0e\x86\xfc\x11\xbf\xdf\x15\x84\x0d\x22\xb5\x48\ \x79\x2b\x12\x6a\xd7\x72\x47\x5b\xfb\xbb\x9d\xfd\x5a\xb5\x1c\xee\ \x1c\x94\xdb\x5b\x3b\x7b\xa7\x9d\xa3\xfc\xc1\xe1\x7e\x6b\x33\xbb\ \xb9\xd7\x3a\x6c\x1d\xee\x1f\x6c\x9d\xac\x6d\x6e\x6c\xb7\x56\x37\ \xd1\xfa\xff\xe1\x76\x7c\xbf\x15\x2f\x55\xb7\x17\x50\x29\x7c\x7c\ \xbf\xb4\x76\x7a\x54\x3f\x5c\xcb\x24\x16\xb6\xb7\x37\x56\x93\xa5\ \xcc\x76\x7c\xf9\x20\xbe\x71\x98\xd9\x28\x1d\x2e\x6d\xaf\x6d\x6c\ \x2f\x1c\x1e\x6c\x96\x32\x4b\x3b\x3b\xa5\xed\xd4\x42\xe9\xea\x2a\ \x99\x5a\xde\x69\x1d\xac\x65\x37\xea\xcb\xab\xfb\x3b\x6b\xd9\x52\ \x22\x13\x2f\x6c\xef\x6c\x67\xe2\xc5\xbb\x8b\x54\x76\x29\x5b\xcf\ \x2c\x94\x32\x89\x54\xbc\x90\xc8\x64\xe2\x8d\xe5\xe5\x7a\xf2\x0c\ \xbc\x5b\xf1\xa2\x82\x22\x71\xbf\xfb\xe6\x8f\x7f\xf8\xf9\xaf\x9f\ \xfc\xfc\xb7\x0f\x3f\x9c\xf9\xfc\x23\xdb\x0c\x05\x68\x89\x2f\x7a\ \x1b\xeb\x89\x61\x32\x29\x64\xaa\x88\xc2\x04\x93\x05\x42\x25\xa6\ \x32\xe0\x48\xe6\xa3\x61\x38\x68\x59\x9c\x25\xa0\x52\x49\xa8\xc9\ \x8f\x81\xca\xd1\x51\x17\x9f\xe0\x6d\xca\x39\xf9\x6d\xee\xa6\x58\ \x00\x90\x86\x1a\xef\xc4\x96\xf9\x87\x8f\x58\x2c\x8b\xc5\xc6\x16\ \xcc\xa9\x9e\xce\xf3\x45\x22\x20\x2b\x03\x38\x0c\x96\xc8\xc2\x12\ \xa3\x5c\x2a\x0a\x1a\x64\x0f\xf2\x43\xa1\xd2\xf9\x74\xac\x4a\x04\ \xe8\x06\x96\x4d\x20\x60\x88\x54\x02\xbe\x88\x8f\x50\x90\xc2\xa6\ \xd3\x45\x7c\x06\x45\x25\xc2\xa2\xe5\x2a\x14\xa7\x85\x4a\xb6\x54\ \x36\x95\x8a\x25\x50\xf1\x05\x2c\xf8\x21\xf1\x58\x70\x63\xa0\xa6\ \x68\x10\x06\xdb\x36\x47\x47\xed\xd1\x14\x36\xaa\x64\x67\x60\x89\ \xa0\x4f\x68\x31\x0c\x65\xc9\x93\xb0\x60\xa2\xb0\x24\x12\x8b\x85\ \xc6\x62\x30\x89\x64\x22\x03\x03\x4e\xac\x8b\x46\x26\x75\xd1\x08\ \x44\x12\x01\x87\x23\x52\x49\x78\xc2\xfa\x3f\x7e\x30\xcb\x5b\x7c\ \xbc\xb8\x3e\x85\x0a\x13\x09\x14\x01\xa8\x0f\x8a\x69\x46\x39\x5b\ \x54\x2a\x0b\xb4\x98\xcf\xa7\xa2\x38\x7b\x16\x19\xac\x19\xec\x29\ \xd0\x31\x06\x13\x95\x35\x30\x18\x54\x70\x73\x78\x3c\x3c\x15\x1a\ \x01\x4d\x25\x11\xd0\xe0\xaa\xc9\x51\x25\x81\x36\xcb\xeb\xc2\x91\ \xd8\x06\x81\xf8\x37\x7c\x95\x60\x5a\xcc\x66\xe0\xf0\x1c\x1e\x91\ \x48\xec\x22\xcc\x4e\xbd\xe3\x1c\x7c\xef\xbe\xd5\xa7\x1e\xd7\x68\ \x64\xb2\x01\xae\x42\x2e\x19\x53\x1b\x25\x12\xb9\x50\x21\x1c\x01\ \x58\x9b\x00\xb8\x12\x4a\x64\x5a\x9d\x44\x28\x11\x2a\xc6\xc0\x05\ \xa9\x25\xe3\x23\x63\xdc\x71\x2e\xd8\x22\xf5\xb8\x4c\x28\x1c\x1f\ \x1b\x54\x8f\x8c\x09\x81\xea\x06\xd5\xc2\x89\x31\xa1\x5a\x3a\x82\ \xae\x03\x4e\x4c\x08\x85\x03\x52\x35\x48\xd0\x00\x97\x3b\x3e\x31\ \xae\x90\xc8\xf4\x92\x31\x8d\x4c\x2b\x9f\xd0\xe8\xad\x42\x9d\x5e\ \x3b\x38\xfc\x60\x88\x3b\xd0\x73\x6f\x0c\x00\x73\x64\x62\x70\x4c\ \x38\x3e\x2e\x53\x0b\x81\x0f\xb9\x32\x8d\x62\x1c\x3e\x0e\x8d\xc0\ \x53\x4a\xd5\x12\x85\x5c\x36\xa1\x31\x9a\x8c\x1a\xb9\x5e\xa7\xd3\ \x8d\x69\x84\x52\xa9\xd6\x6c\xb4\x2b\x84\x72\xb5\xdc\xe8\x71\x81\ \xcc\x99\xdc\x56\xb9\x54\xa6\x95\xf6\x49\xad\x0e\xb7\x46\xaa\x91\ \x79\xac\x5a\xb3\x5e\xaf\xd6\xcb\x4d\x0e\xb9\xdc\x0c\xfe\xcc\x1e\ \x34\x8e\xe9\x15\x72\xbb\xd1\x1d\x0b\x2c\x25\xcf\x5b\x0b\xcb\xe5\ \xa5\x3f\x7e\xf9\xfd\xcf\x1f\x7f\xf6\x1b\x78\xf5\x3e\xff\xef\x6f\ \x5e\xbc\xf8\x9f\x8f\x2c\x2a\x91\x48\x40\x9a\x5c\xc4\xa1\x9e\x1c\ \xde\xe8\x14\x67\x72\x56\x39\x0b\x9f\x29\x71\xa8\x35\x1a\x24\x69\ \x65\x76\x76\x16\xfb\x49\xaa\x9d\xb1\xe1\xa9\x34\x3c\x9d\xc4\x51\ \xe2\x47\x17\x69\x9c\xd1\xa9\xc7\x2b\x2b\x28\xc6\x0c\xa4\xeb\xf1\ \xfa\x68\x17\x8e\xa7\xe4\x60\x66\xff\xf5\xf1\xb7\x1b\x26\x77\xd0\ \x17\x8d\x85\x7c\xd1\x7c\x27\xbb\x73\x78\xb2\xb4\x15\x8c\xb4\x6b\ \x91\xfd\x9d\xad\x72\x3e\xd2\xa9\x96\x0f\x4e\xaa\x5b\xd5\xf2\xee\ \xc1\x56\xed\xf4\x14\x05\xe6\xb5\xf6\x6a\x27\xed\xcd\xad\xf6\x7e\ \x7b\xfb\x68\x77\x2b\x6c\x0f\x45\x02\x51\x9f\xd7\x65\x8e\x95\x23\ \xf9\x76\x74\x37\x5a\x8e\x3a\xc3\x79\x6f\xa4\x5a\xee\x94\x23\x07\ \xd1\xea\x6e\xbe\x8d\xa6\x99\x1e\x81\xe7\x0a\xb6\xeb\x1b\x1b\xbb\ \xa7\xf5\x4c\x7d\xfb\xa8\xb3\x7f\x18\x2d\xef\x95\x52\x9b\x47\x3b\ \x27\x3b\x3b\xfb\x87\x1b\x95\x85\xd6\xce\x5e\x36\x9b\xcd\x2c\x03\ \x90\x15\x13\xa5\xb5\x4c\xfc\x78\x29\x9d\xc9\x64\xe3\xc5\x64\xb2\ \x71\x7c\x91\x4a\x16\x12\xcb\x0b\xe7\xc9\x62\xea\x66\x69\xb9\x54\ \x4c\x36\xeb\xcd\xe6\x75\x33\x55\x41\xf1\xd5\x95\x52\xa1\x12\xdf\ \xdf\xd8\x5e\xab\x97\xb6\x13\xa9\x55\xf0\x42\xa9\x52\x7c\x61\x61\ \x69\x3b\x15\xcf\xae\xee\x9f\x6c\xd4\x37\x92\x99\x43\xd0\x88\x3d\ \x50\x5d\xf8\x15\x8e\x4e\x4e\xf2\xd5\x6a\xcc\xe1\x70\xd9\x1d\x0a\ \xa1\x5e\x67\x0a\xdd\x45\x22\xd1\x10\x28\x9a\x33\x72\x9a\x5d\xc8\ \xac\x6e\x2f\xb5\x96\xd2\x4b\x07\xd9\xed\xd5\x9d\xa5\xcc\x72\x2a\ \x5e\x2a\x95\xb2\x9b\x9b\xd9\x64\x71\x75\x39\x13\xaf\xb4\x0e\x2b\ \x95\xc4\x45\xbd\x52\xcc\x2e\x2d\x2f\xa4\x8a\xc5\xc4\xc2\xf9\x31\ \x08\xc8\x72\x2b\x7d\xdc\x48\xc7\x13\xad\x8d\x74\x36\x9e\x6c\xa4\ \x52\xc9\x74\x66\x39\x5d\x28\x34\xd2\xcb\xcb\x1b\xe9\xc2\x5e\x65\ \x7b\x21\xb1\x9c\x5d\x4d\x1d\x2e\xa5\xb2\xc5\x62\xfa\x3c\x99\x5d\ \x4d\x14\x36\x96\x4b\x0b\xc5\xc4\x6a\xaa\xf8\xea\x25\x6c\x5b\x2a\ \x14\x2a\xa9\x42\xf1\x3c\x95\x6a\x1c\x9f\x15\x6f\x0b\xc5\xc4\xf9\ \xf3\xeb\xe2\xf1\xf9\xd5\x59\xba\x59\x4c\x2d\x24\x6e\x33\xcd\xc2\ \xd9\xf9\x59\xe2\x22\xf1\x22\xf1\xfc\xd5\xc5\xcb\xb3\x62\xf3\xbc\ \x78\xf3\xfc\xfa\xee\xf5\xeb\xcb\x57\xdf\xff\xf4\xd3\x4f\x9f\xfe\ \xf5\x5f\x3e\xfc\xed\xf4\xa3\x69\x30\x39\x28\xef\x05\x1c\x15\x06\ \xbc\x07\x81\x88\x41\xcd\xc8\xa8\x51\x05\xac\x0a\x85\x41\x26\x11\ \x59\x14\x12\xc0\x19\x16\x68\x07\xf5\x14\xd2\xe9\x54\x32\xb2\x57\ \x14\x3a\x05\xac\x0d\x48\x8e\x0a\x5d\xd4\x63\x93\x05\x14\x3e\x5f\ \x24\x50\x59\x54\xd3\x06\x91\xcd\x32\x63\x11\x3d\x9d\x11\x88\x6d\ \xd3\x06\xf0\x52\x33\x02\x0b\x5d\x30\x33\xc3\x44\x5c\x87\x86\xab\ \x32\xf8\x4c\x0a\x9b\x42\x06\x11\x62\x32\x54\x0c\x14\xdd\x47\x01\ \x40\x04\x21\x60\xc3\x0f\x42\x61\x89\x99\x70\xec\xb3\x58\x14\x16\ \x1b\x2b\x12\xd3\xc5\x82\xb7\xd9\xa2\x06\x31\x6a\xdc\x60\xb0\x50\ \x2d\x18\x1b\xa5\x52\x31\x00\x1d\xc9\x58\x36\x90\xa9\x18\x35\xed\ \x80\x2c\x09\x18\x74\x01\xbc\x53\x81\xb4\x60\xd8\xc0\x96\x54\xd4\ \x61\x28\x62\x52\xd9\x2a\x78\x46\xd4\x14\x49\x20\x51\x39\x24\x36\ \x09\x4b\x21\xd3\xc1\x18\x51\xb1\xa8\x13\x9b\x37\x8a\xc5\x82\xc7\ \x22\x12\x68\x18\x1c\x91\x46\xc3\xe0\xa7\x7e\xa9\x9c\x04\x18\x5c\ \x81\x53\xf5\xec\xfa\x93\x2e\x3a\x16\xc3\xc1\x61\xb1\x18\x94\xe7\ \xcc\x9c\x37\x88\x99\xe0\x3f\x59\x74\x06\x95\xc9\x10\x51\xf8\x58\ \xb0\x83\x2c\x3a\x91\x08\x5e\x94\x4c\x04\x49\x83\x9d\x84\xc5\xc1\ \x1e\xc3\x90\x50\x2f\x21\x81\x40\xc0\xf3\x70\x5d\x93\x9c\xae\x51\ \x25\x0e\x47\xa2\x31\xf8\x16\xc0\x6e\xd6\xb3\xf9\x69\x26\x03\x83\ \x85\x43\x12\x47\xe3\x71\x16\x95\xef\x8c\x3c\x78\x77\x58\xe2\xf1\ \xda\x25\x72\xb9\x5d\x2b\xd5\x99\x9d\x7a\xa3\xdb\xea\xf3\xb9\x5c\ \x2e\x87\xd0\x1a\x74\xfa\x42\xe1\xa0\x0e\x28\xc0\xea\x37\x59\xed\ \x70\xe2\x74\x1a\xc3\x41\xad\x51\xeb\x30\x3b\x51\x25\xb6\xcb\x61\ \xb6\xba\x74\x76\xaf\xdd\x6d\x52\x03\x92\xf8\x03\x3a\x97\xdd\x8a\ \x12\x3e\x25\x72\xa3\x5a\x2b\xf5\x18\x8d\x41\x87\xc4\x65\x37\x5b\ \x8d\x1e\x87\x5d\xe7\xf4\xb8\x7d\xa8\x3a\xd1\xe7\xd5\x47\x03\x01\ \xcd\xf0\xfd\x41\x49\xf7\x30\x0a\x83\x18\x18\x1f\xe7\x0e\x8e\x49\ \xb8\x63\x6a\xc5\xd8\x08\x88\xdd\x98\x70\x6c\x7c\xa4\x47\x2e\xef\ \xe6\x4a\xe5\x4e\xa3\x42\x28\x1d\x1b\x51\xe8\xb4\x5a\x85\x4c\x66\ \x96\xf5\x8d\x21\x57\x25\x57\x08\x8d\x76\xa3\x4c\xaa\x08\xba\x24\ \x1a\xa9\xde\x6a\xd2\x68\x51\x68\x9e\xc4\xee\x30\xcb\x35\x20\x4c\ \x61\x85\xd1\xa8\xd5\x98\x9c\x76\xb5\x56\x67\xd5\xe9\xf5\x76\x1d\ \x30\xa4\x1d\x60\xc9\x13\xa8\xb5\x36\x2a\xad\xad\x4e\x75\xfb\xdf\ \xfe\xfc\x3f\x3f\xfd\xee\xb3\x6f\x6d\x22\x3e\x9d\xff\xf3\x37\x7f\ \xfc\xe9\xe7\x6f\xb1\xb6\x6f\x55\xf0\xea\x50\xba\x56\x40\xe6\x47\ \x95\x78\xb4\x93\x08\x3c\x0e\x0d\x4b\x04\x93\x0a\xb6\x77\x72\x52\ \xb9\xf8\xf8\x09\xe1\xe3\x1f\xff\xc5\x40\x9e\x9c\xec\xc2\xc1\xd9\ \x93\x36\x3b\xa5\x1c\x5d\xfc\x60\x7d\x1d\x90\x70\x72\x72\x65\x76\ \xf2\x31\xf8\xad\xa9\xa9\xd9\x51\x5c\x17\xef\xf1\x63\x43\x4a\x2b\ \x35\xb9\xcc\x72\x93\xcf\x1c\xcc\x39\xcc\x5b\x7b\x6e\xb7\x37\xe6\ \x8d\x00\x25\xc5\xaa\x60\xb4\xf6\xd7\x76\x5b\x6b\xa7\x27\xb9\xd8\ \xd1\x69\xf6\x20\x17\x0a\x45\x63\xd5\x93\xdc\x16\xb8\x9b\xf6\xe9\ \x4e\x2e\xe0\x0a\xa0\x48\x07\xab\xd3\xef\xdf\xf2\x46\x80\x12\x43\ \xb9\xa3\x48\xcc\x17\x8a\x46\xcb\x47\xa1\xc8\x56\xdb\xe5\xdf\xea\ \x1c\x1d\x75\x76\x03\x60\xa7\x22\xc1\xd0\xc9\x76\x3d\x5f\x3b\x3a\ \x58\xad\xb7\x0e\xeb\xdb\xf5\xfd\xd3\x52\x6b\xe3\x14\x34\xb2\xb2\ \x71\x72\xb8\xb4\xb4\x94\xce\xee\xd5\x37\x96\x4f\xb7\xd6\xf6\xb7\ \x4b\x7b\x9b\x0b\xc9\xc4\xf2\x45\xe5\x74\x33\xbb\xb4\x5d\xaa\xa4\ \x13\xe9\xe4\xe6\x6e\x29\x11\xdf\xdb\xda\xa9\x2f\x34\x36\x4a\xcb\ \xa7\xa7\x9b\xe9\x85\x74\xb3\x70\xbe\xdc\x4a\xac\xee\xd7\x77\x36\ \x8f\xf6\x4b\x7b\x3b\x9b\x27\xf5\xb5\x8d\xce\x61\x66\xf5\xb0\xb8\ \x54\x5f\xdd\x68\x25\xb7\xe3\xdb\xab\x7b\x9b\xa5\x44\xb2\xf1\xa6\ \x81\xc0\xb7\x56\xde\x3b\x3d\x5c\xd8\xe9\xec\xd5\xc2\x76\xb7\xd7\ \x64\xb5\xca\x64\x46\x7b\xed\xcb\xb0\x33\x16\xb6\xbb\xc0\x83\xb5\ \x2b\xe7\xc7\xc9\xe3\xc3\xd6\xcb\xe3\xcd\xca\x5a\x26\x5d\x68\x5e\ \x5e\x2d\x5f\xbc\xba\x7b\x71\x7d\xdd\xb8\xfd\xb2\xf1\xe2\xcd\xf3\ \x37\xdf\xdc\x5c\xff\xf1\x0f\x5f\x3d\xbf\x6c\xde\x35\xcf\xbf\xff\ \xa2\x72\xd6\x78\x7e\x9b\xb8\xbc\x49\x97\xb2\x89\xf3\xeb\xf3\xb3\ \xcb\x66\xe3\xf9\x1f\xd2\xcf\x5f\x7d\xf5\xdd\x17\xbf\xff\x8f\xd7\ \xcf\xef\x6e\x5e\xbd\xba\x3d\x2f\x24\xef\x2e\x0b\x6f\x5e\xbf\x3a\ \xbf\xbe\x79\x71\xf1\xfa\xab\xbb\xeb\xe3\xe7\xdf\x7d\x79\x05\x88\ \x77\xf5\xa2\x70\x7e\x7c\xf3\xe6\xf5\xe5\xdd\x97\x77\xb7\x95\xf3\ \xe6\xf3\xaf\x9b\x8d\xab\x97\x97\x2f\x2f\x9b\x89\xeb\x2f\x5f\x26\ \xce\x5f\x5c\x3f\x3f\xbb\x78\xfe\xe5\xf7\xe7\x2f\x6e\x5f\x1e\x17\ \x2e\x2e\x1b\xcd\x2f\x41\xb1\xee\x5e\x9d\xdd\xbc\xba\xa8\x34\x9a\ \x37\x57\x5f\x5e\xdf\x5d\x5c\x57\x7e\xff\xe6\x8b\x57\x7f\xfc\xf1\ \x9b\x1f\xfe\xfb\xb3\xcf\xfe\xf4\xed\x87\xf3\xbf\x99\x03\x3f\xc3\ \x06\x9e\xb3\x89\xb1\x58\x2a\x96\x80\xc3\x50\xf9\x08\x6b\x00\xd0\ \xc0\x49\xb1\xb1\x78\x94\x23\x4c\x65\xc2\x7d\x04\x32\x58\x0c\xf8\ \x5b\xa2\x60\x19\x18\x81\x98\x4f\xa5\xa0\x24\x04\xc0\x32\x81\x58\ \xc5\x62\xb2\x51\x79\xfa\xf4\x34\x5d\x65\xe0\x0b\xf8\x2c\x95\x6a\ \x66\x7e\x6e\xce\x00\xda\x25\x16\x5b\x58\x06\xb1\xc0\x22\x52\xcd\ \x5b\xe0\x18\x17\x18\x04\x60\x84\xc8\x2c\x15\x93\x8f\xa2\x20\xa8\ \x6f\xd3\xd9\x29\xa8\x8e\x9d\x8f\x17\xa0\x5e\x66\xd4\x09\xc8\x36\ \xf0\x51\xd9\x3b\x5b\xc0\x62\xd8\x54\x20\x62\x22\x32\x0b\x15\xb1\ \x8b\x0d\x06\x36\x58\x3d\x81\x40\x40\x11\x33\x55\x60\xa3\x98\x00\ \x7e\x0c\x78\x36\x31\x98\x2c\x36\x5d\xc4\xa4\x50\x0d\x62\x03\x15\ \x6e\x01\xa1\x65\x31\x29\x0c\x2a\x4a\x75\x47\xb3\xa6\xe1\x7b\xb2\ \x28\x64\x22\x15\xd7\x85\xc1\xd0\x55\x60\xbc\x50\x38\x3c\x83\x42\ \x62\xd3\xb1\x04\x3c\x81\x8e\x05\x99\xc1\x10\x30\xa0\x4a\x5d\x44\ \x22\x76\xf2\xfd\xc9\x45\xf8\xe3\xff\xe0\xf1\xfa\xca\xd4\xe2\xfb\ \x34\x2c\x06\x8b\xc3\xe3\x88\x44\x0c\x51\x60\x53\x59\xd8\x6c\x32\ \x1d\xc4\x86\x8e\xa5\x33\xd8\x02\x2c\x9d\x45\xa5\x0a\x28\x20\x7c\ \x44\x34\x3e\x11\x0d\x72\x45\x93\x16\x61\x4f\x11\x49\x1c\x1a\xba\ \xe2\x3e\xc9\xe1\x8c\xf2\x68\x40\x37\x1c\x1a\x0f\x4f\xa3\xf1\x0d\ \x2c\x83\x45\x65\x98\x11\x33\x40\x88\xc1\xd2\xe1\xa7\x46\xbb\x94\ \xca\x77\x86\x1e\xfc\xdd\x90\x26\xe0\x36\x2a\x34\x72\xb7\x5b\xe1\ \x73\x79\x75\x5e\x1f\x4a\x74\xcb\xfb\x3d\x7e\x6f\x24\xec\xf4\x38\ \x83\x0e\x8f\xd3\x0f\xce\x24\x1c\x8c\xf9\x9d\x61\xbf\x27\xec\xf3\ \x05\xcb\x5e\x37\xa0\x80\x2f\xe8\x0f\x7a\x5c\xa6\xa0\xd7\x14\x06\ \x11\x42\x17\xd6\xf5\x7e\x97\xdd\x24\xb3\x4b\x34\x28\x4f\x5d\xaf\ \x7b\x3b\x89\xd4\xe7\xf0\x58\xcd\x3a\xbb\x49\xe3\xf0\x79\x83\xe1\ \x6a\x3b\x17\x0b\xc4\xc2\xae\x7c\x80\xdb\x87\x0a\xdc\xb9\x7d\xc0\ \x87\xdd\x03\xbd\x83\x23\xdc\x11\x99\x50\x32\xa1\x9f\xe0\x82\x66\ \x49\xd4\x63\x63\xe3\x32\xc5\xf8\xc0\x84\xde\x24\x57\x28\x24\xc2\ \x09\x09\xc8\xd5\x88\xce\xa1\x1b\x1b\x93\xc1\x1d\x5a\x50\x2d\xa7\ \x43\x2f\xf7\xd8\xf5\x0a\x35\x78\x2e\xb9\x46\x33\x21\x77\xda\xb9\ \x63\x12\xa9\x49\x2e\x57\xf8\xbd\x72\x78\x93\x3a\x4c\x5a\xbd\x5c\ \x6a\x02\x76\x54\x38\xad\x7a\x8d\xd4\xac\x41\x4b\x5b\x6d\x40\x0c\ \x5f\x20\xd6\x4e\xfc\xf8\xd3\x5f\xff\xeb\xd3\x3f\xcf\x51\xf8\x2c\ \xe2\xf4\xcf\x7f\xfd\x9f\x7f\xfb\x78\x86\x2f\x50\xc1\xeb\x8d\x25\ \xad\x4f\x8e\xd2\x38\x38\x1c\x07\x8f\xa1\x82\x64\x71\x48\xe0\xa5\ \x68\x38\x1e\x0d\xe5\x37\x28\x57\x66\x95\xb4\xd1\x45\x82\x12\xc7\ \xc0\x4d\x12\x18\x44\x9e\x12\x84\x0c\xd7\x35\x85\x32\xb4\x26\xd7\ \x51\x49\xc4\xd4\xd4\xfa\xca\xfb\x4a\x1e\x0f\x1e\xf2\xe4\x03\xfc\ \xd7\x11\xf8\x79\x4c\x56\x8d\xd4\x21\xd5\xfa\x9c\x31\xaf\x46\x61\ \x35\x6b\xcd\x7e\xb7\xd9\xb7\x1b\x8d\x05\xa2\xb5\x5a\xa7\x9a\x8b\ \x94\xa3\xed\x76\xd9\x9d\xf7\x84\x8d\x21\x4f\x20\x12\x3b\x3c\xda\ \xda\x6d\xb7\xa3\x5e\xa3\xdf\xe3\x72\x85\xfd\xde\x1c\x6c\x12\xc9\ \x45\x83\xe1\x80\xc7\x9b\xf3\xe6\x6b\xb1\x40\x7b\x73\x23\x1c\xc9\ \xc5\x42\x5b\xe5\x5d\x77\xe4\xe8\x28\x17\xc8\x21\x8f\xb6\x97\xab\ \xb5\x4e\xab\xf9\xfc\x66\x7d\x69\x27\xda\x5a\x5d\xeb\x6c\xae\xa5\ \x4a\x9b\xa5\x74\xe9\x64\x67\x7f\xe3\x60\xb7\xd5\xae\x46\x8f\x0e\ \x0f\x8f\x8e\x36\xf7\xeb\xd9\x8d\xc3\xbd\xd3\xe4\xe6\xd2\xd2\x61\ \x3d\x5d\x29\x64\xf6\xea\x7b\x3b\xad\xd5\xbd\xf4\x71\x31\xb3\x7a\ \xb1\xb7\xb7\x75\x08\xe6\xe7\xfc\xac\x51\x3c\x3e\x6c\xef\x1d\xd6\ \x6b\x9d\x93\x5a\x38\x14\xdd\xac\xaf\x9e\x1e\x2c\x6d\xee\x6c\x6f\ \x96\xb2\x99\x9d\xd5\xc3\xcd\x46\x36\xde\x5a\x2d\x5d\x5c\x1e\x5f\ \x5c\x27\xcf\xae\x57\xeb\xab\xad\xdd\x6c\x66\x69\xf3\xa4\x1d\x08\ \x79\xe4\x2e\xab\x4b\xa1\x73\x54\x8f\x3d\xae\x40\xc0\xee\xf6\xe7\ \x73\x27\x89\x66\xa1\x94\x4c\x2c\x54\x0a\x6b\x97\x89\x54\x6a\x09\ \x9e\xa0\x54\xb8\xbc\x3e\xbe\x7e\xf5\xf5\x17\xaf\xae\xae\x2e\x6e\ \xbe\xfa\xf1\xf7\x3f\x7c\xf3\xc3\xeb\xef\xbe\xbf\xb8\xfc\xe2\xe5\ \xed\xed\xc5\xcb\x97\xdf\x7c\x75\xf7\xfa\xcd\x9b\x37\x77\x2f\xef\ \xde\xdc\x7c\xfd\xe3\xed\xcd\xc5\xdd\x57\xb7\x57\x2f\xbf\x7e\xf5\ \xc5\x57\xb7\x37\xd7\x57\x57\xe7\x57\x77\x67\x5f\x7e\xf5\x55\x3a\ \x7d\x5b\x48\x9c\x37\xd2\x89\xc2\xef\xbf\xbf\x3e\x7f\xf9\xea\x79\ \xf3\xa2\x90\xa9\x80\x41\xcb\x5c\xdc\xbe\x2e\xd4\xd3\xb0\xe1\x71\ \xf3\xe2\xf6\xf2\xec\xbc\x59\xbc\xbc\xae\x34\x12\x17\x37\xc5\x4a\ \xf3\x0e\x05\xc9\x37\xaf\xce\x9b\x37\xaf\x1a\xd7\xd7\x57\x17\xcd\ \xeb\x42\xb1\x79\x9d\x6a\x5c\x9e\x17\x1a\x99\xd4\xc5\xe5\xf3\xc4\ \xd5\xed\xed\xf5\xab\x37\xaf\xbf\xfb\xe6\x87\x3f\xfe\xf4\x3f\x9f\ \xff\xed\xbf\xbe\x7d\xf4\xec\xc3\xb9\xa7\xd3\x96\x19\x34\x71\x9e\ \x8f\xf4\x02\xcb\x42\x93\x16\x50\x86\x28\x1d\x05\x22\x50\xd0\xba\ \x15\x13\x5d\xcb\xa7\x50\xc0\x48\x00\x15\x31\xa9\x44\xe4\x31\xc4\ \x36\x36\x93\x8c\x3a\x9b\x59\x20\x58\x02\xd0\x3c\x96\x41\x25\xb0\ \x4d\xf3\xa7\xc5\x7c\x83\x41\x35\x67\x9b\x9b\xff\xc8\x62\xb0\x59\ \x0c\x4c\x8a\x61\x1a\xf8\xd0\xc0\x14\xa0\x32\x77\x01\x86\xcf\x67\ \x09\x6c\x02\xbe\x0a\x14\x4b\x80\xa2\xb1\xb0\x6c\x01\x9d\x21\x78\ \xdb\x1c\x0d\x27\x56\x54\xa5\xc0\x62\x8b\x10\x11\x8a\x98\x7c\x16\ \x86\xc8\x12\x58\x0c\x2a\x11\x13\x9e\x80\x8e\x05\x75\x63\xbc\x5d\ \x46\x13\x81\xe3\x32\x08\x18\x58\x81\xcd\x06\x96\x4f\x04\x22\x82\ \x05\xc1\x64\x89\x28\x6c\x14\xb7\x4e\xe7\x0b\x28\xa8\xd2\x0a\x35\ \xe9\x20\xa7\x86\xfa\x64\xc4\xb0\x39\x11\x43\x27\x61\x30\x54\xb2\ \x4a\x80\xc5\xf2\x45\x18\x16\xba\xcc\x07\x2e\x0b\x4b\x42\xe1\xf2\ \xe8\xc2\x27\x9e\x8a\x4a\x4d\x89\xa3\x8f\x17\x57\xd6\xd7\x27\x57\ \x26\x67\x1f\xcf\xce\x3e\x56\x12\x71\x38\x1a\x1e\xb4\x13\xa5\x7b\ \xf1\x81\x37\x29\x14\x06\x8a\xa8\x61\x33\xd8\x68\xf6\x21\x89\x4c\ \x11\xb1\xb1\x24\x0a\x1a\x24\x86\x32\x01\xa9\x60\xb7\x50\xbb\x0f\ \xc0\x1e\x1e\xe5\xb6\x77\x81\x45\xe8\x42\x6b\xee\x3c\x34\x81\x90\ \x2a\x16\xd9\x44\x62\x34\xb1\x43\xcc\xc2\x62\x70\x5d\x44\x7c\x57\ \x17\x87\xf7\x4e\x6f\xff\xdf\x0f\x8d\xdb\x63\x4e\xbd\x90\xab\x77\ \x59\xfd\x5e\xa7\x3b\xe2\xc9\x45\xfd\xc1\x50\x00\x2d\xd3\x6e\xb9\ \x9c\x3e\x9f\x5f\xe7\x46\x17\xd0\xed\x76\xaf\x3b\xb0\x15\xf1\xd8\ \xcd\xc1\x20\x1c\x3b\x7e\xa7\xd9\x89\xa6\xa5\xa3\xc1\x31\xc6\x68\ \xc0\xe3\xf6\xc0\x11\xe7\x71\x68\x8d\x3a\x93\xce\x61\x1f\x53\xd8\ \x5d\x60\x6b\x24\x26\xa9\xd4\x68\x32\x79\x7d\x32\xab\xdb\x0d\x2c\ \xe8\x0d\x84\x72\xfe\x7c\x20\xea\xaf\xb5\x77\x63\xbd\xbd\xdd\x28\ \x40\x6b\xa2\xaf\x67\xa0\x7f\x44\xc1\xe5\x0a\x27\xb4\x32\xae\x04\ \xb5\x0f\x0a\xa5\x6a\xc5\x48\x77\xcf\xd8\xe0\xd0\xdb\x72\xac\xf1\ \x11\x85\x56\xa8\x96\x18\xf5\x46\xab\x5c\x28\x15\x72\xa5\x7a\xb3\ \x51\xaf\x95\xd9\x9d\x0e\x9d\x54\xa8\x71\xc9\x64\x42\xe9\x20\x77\ \x4c\x61\x1d\x1b\x1b\x91\x99\x8d\x66\x85\x46\x6b\x02\x43\xa7\xd0\ \x68\x34\x3a\x97\x5c\xae\x95\x3b\xd5\x66\xbb\x5d\xaa\xd3\xa1\x18\ \x65\x70\x87\xd1\x68\xd8\xe7\x8c\xae\x9e\x9c\xfd\xe5\xeb\x4f\x66\ \xe6\x05\x33\x6c\x3a\x13\x27\xf8\xf7\xdf\x7d\xfe\xf4\x11\x4b\xcc\ \x12\x93\x31\x14\x16\x6e\x76\x71\x91\x83\xa3\x75\x75\xa1\x26\x26\ \x25\x07\x47\x02\x69\xe7\x29\x79\x53\x28\x55\x59\x39\x3b\x39\x4a\ \x98\x5a\x79\x7f\x96\xc8\x20\x2b\x71\x58\x52\xd7\x28\xa1\x0b\x76\ \x33\xa9\x6b\x76\x94\x37\xf9\xbf\x97\x78\xd7\xdf\xff\x60\x11\x4e\ \x38\xb0\x1d\xe7\x97\xbf\x18\xfd\x36\x6e\x96\xc9\xc6\xc7\xa5\x28\ \x78\x22\xd6\x71\xca\xac\x7e\xd8\x61\x76\xa7\x27\xec\xd5\x9b\xdd\ \x6e\xad\xd5\xea\x8e\x19\x35\x5a\x8d\xc7\x64\x47\x85\x5b\x42\x8f\ \x57\xe7\xf2\x85\x23\x5e\x38\x1b\x84\x62\x56\x93\xd1\x11\x74\xc9\ \xfd\x1e\x87\xd9\x6b\xb7\xfb\x3c\xa6\x48\xcc\x11\x74\xc6\xf2\x5b\ \xfb\x65\x5f\xc4\x13\x74\x45\xaa\xb1\xb0\x3b\xb4\x75\xd4\xde\xad\ \x82\x22\x9c\x54\xcb\x5b\xf9\x48\x2c\x76\xd0\xae\x96\x23\x87\xdb\ \xed\xd3\xf6\x61\x26\xbe\xb9\xbd\x7f\xba\x7f\x50\xce\x9e\x76\xa2\ \xe1\xda\xc1\xce\x76\xab\x7a\x70\x94\x3d\x59\xdd\x3e\x38\x59\x5a\ \x68\xb5\x76\xf7\x52\xe9\x46\x73\xa3\x93\xdf\xdf\x2a\x6d\x6f\x24\ \x5e\x35\xe2\x07\x6b\x1b\xd9\xfa\x76\x29\x5b\x59\x3a\x3f\x2b\x24\ \xeb\x47\xb9\x7c\x2e\xb6\xe7\x73\x47\x82\xfe\xfc\x56\x34\xd4\x5a\ \x4d\x6c\x1e\x1c\xd6\x17\x4a\x68\x0e\xd7\x52\xaa\x95\xaa\x37\xff\ \xf0\xfa\xb8\x08\x0e\xe5\xa2\x92\x4a\x6c\x1c\xd6\xe3\xf5\x83\xd5\ \x4e\xb8\xe6\xf2\x84\x62\x41\xaf\xdf\xbd\x97\x88\xf8\x5d\x3e\x7f\ \xd8\x77\xb4\xbb\xb3\x74\x59\xc9\x1e\x27\x77\xb2\xc5\xc3\xcc\x61\ \x62\xa1\x7e\xd0\x3a\xae\x97\x96\x4b\xa9\xf8\xf1\x17\xcd\x97\xb7\ \x77\x77\x2f\xee\x6e\x9e\x7f\xf5\xe6\x9b\xb3\x17\xaf\x5f\x5e\xa7\ \x2b\x4b\xd9\x85\x4a\xb1\xd2\x38\x7b\xf5\xf2\xf6\x3f\x7f\xfc\xe3\ \xdd\xeb\xaf\xbf\x7c\xf5\xfd\x77\x67\xc9\xe4\x45\xe3\xfc\xee\xfa\ \xe5\x59\xf3\xf2\xf9\xf1\xf1\xdd\xd5\x8b\xab\x2f\xbe\xba\x4e\xbf\ \x8c\xa7\x12\xc5\x34\xa2\xbb\xd7\x60\x9c\x2e\x16\x6e\xbe\xbe\xbe\ \x3e\x6b\x66\x13\xf5\x54\x73\x61\x23\x9b\x6c\xa6\x93\x4b\x0b\xa9\ \x85\x42\xe6\x38\xbd\x50\xa8\x24\x8f\x1b\x8d\x78\x26\xbe\x56\x38\ \x4b\x25\x9b\x17\x2f\x6e\x6e\xaf\xae\x2a\xd7\xc7\xe7\xf1\x44\x25\ \xd1\x4c\x24\x40\x4f\x33\xf1\xe4\x5a\xa2\x78\x73\x79\xf9\xe5\xed\ \xcb\x57\x5f\xff\xdb\x57\x3f\xfe\xf7\x0f\xff\xf9\xe3\xa7\x7f\xfe\ \xf7\x3f\x7d\xf8\xd1\x6f\xe7\x9e\x3e\x14\x83\x06\xd0\x05\xa0\x21\ \x60\x1c\xd8\x0c\xe0\x33\x26\xea\xfc\x63\x0a\x98\x7c\x32\x89\x25\ \xb6\xf0\x19\x20\x26\x4c\x91\x45\x40\xa7\x82\x16\xb0\x04\x6c\x15\ \x4a\x69\x10\x88\x51\x80\x8c\xca\x20\xe6\x8b\x0c\x2c\xd5\x0c\x9f\ \x6d\x13\x1b\xe6\xe6\x01\x01\x6d\x0f\x55\x96\x99\xa7\x36\xc1\xd3\ \x0f\x1f\xda\x54\x2a\x36\x55\x65\x78\x08\x42\x06\x96\x6c\x86\x25\ \xb2\xa1\x70\x77\x01\x5f\x6c\x61\x83\x49\x62\xa1\x19\xf6\x18\x2a\ \x13\xe5\x04\xb2\xa9\x4c\x04\x5b\x22\x70\x43\x02\x15\x88\x95\x88\ \xaf\x62\x32\xb0\x14\xba\x81\xcf\xb2\x59\x44\x28\xf0\x46\xc4\x67\ \x03\xa2\x8a\x54\x54\x92\x08\x59\x1d\xd5\x34\x5b\x04\xcf\xc6\xa7\ \x00\xca\x32\x50\x6c\x0d\x1b\x38\x53\x84\xc2\x22\xf8\x2c\x40\x49\ \x0a\x03\x14\x8b\x85\x2e\x24\x52\xba\x30\x64\x06\x9d\xcf\xa7\x60\ \x91\x3c\x51\x30\x98\x69\x16\x91\x8c\xa7\xb3\xa9\x34\x2a\x99\x8c\ \x05\xe3\x04\x66\x09\x4b\xc6\x10\xe1\x14\x4e\xc6\x77\xe1\xc9\x5d\ \x93\xeb\xb3\x68\xfe\xc4\x14\x9a\xa7\xfa\xf8\x1f\x80\xe5\x28\xe0\ \x0e\x55\x20\x89\x62\x16\x9d\x85\x26\x9c\x01\x3e\xd3\x81\x90\x19\ \x16\xd8\x47\x28\x5b\x19\x4b\x22\x62\xd9\xc8\xc6\x51\xc8\x04\x1a\ \x9d\xc8\xa3\x61\x08\x34\x32\x86\x80\x05\x94\x51\xf2\x70\xb4\x45\ \xf8\x16\x3c\xa5\x72\x72\x65\x94\x86\xa3\xa0\x4b\xa5\x2a\x11\xec\ \x0b\x30\x8b\x38\x2c\x91\x88\x47\x48\xd8\x3d\xf4\xf7\x7f\xd7\xe3\ \xae\xb9\xcc\x63\x6a\xb5\xd9\xeb\x01\xfa\x8b\xc6\x7c\x6e\xa7\xd9\ \x13\xf3\x39\x7c\x56\x8f\x0b\x4c\x91\x43\x03\xb8\xa7\xd3\x79\xfd\ \x7e\x8f\x3b\x17\x8d\xba\xcd\xce\x30\x4a\xd3\x45\x6f\x5e\x87\x17\ \xac\x93\xd4\xed\xce\x69\x4d\x3a\xbd\xc3\xe9\x94\x4b\xb5\x28\x29\ \x46\x32\xa1\xb1\x9a\xf4\x1a\xbd\xdc\xae\x9b\xd0\xab\x3d\x0e\xa3\ \x35\x68\x95\x22\x3d\x2c\x07\xcb\x7e\x7f\xec\x60\xeb\xa8\xd3\xae\ \xab\xef\xf7\xf4\xa3\xde\xc2\x91\x71\x2e\x57\x23\xe5\x72\x27\xf4\ \x66\xd9\xc4\x78\xcf\x80\x44\xab\x36\x6a\x65\x9a\xbe\x91\x31\xae\ \x5a\x2d\xef\x1b\x1f\xd3\x9b\xb9\xbd\x32\xbd\x71\x44\x28\x14\x72\ \x07\x65\xc6\x31\xa1\x49\x2a\x57\x8f\x6b\xac\x32\x9d\x79\x62\x62\ \x5c\x3f\x61\x34\xc9\x00\x07\xf5\x3a\x85\x4e\x2f\x07\x5c\xd4\x99\ \xa5\x0a\x9d\xd4\xe4\x90\xe9\xb5\xe0\x66\x74\x3e\xad\xd3\x28\xb7\ \xda\x51\x9c\xb2\xde\x69\xd4\xe8\x35\x1a\x4f\x30\xe6\x8b\x9c\x2e\ \x1c\x5e\xff\xf4\xf1\x87\x7f\x7d\xf6\x8c\x81\x61\xd2\x31\x94\xf9\ \x47\xd3\x33\x73\x18\x0c\x1f\xce\x5d\x18\x22\xec\x19\x1a\x07\x44\ \x9f\x46\xc2\x13\x51\x72\x58\x17\x19\x4f\xe8\x9a\xe4\xbd\xdd\xa9\ \x04\xce\x2c\x87\x36\xf5\xf8\xf1\x14\x8f\xd0\xd5\xf5\x76\xca\x63\ \x17\x4f\x39\x89\xa6\x12\xc1\x43\xd0\xed\xeb\xe0\x91\x57\x16\x95\ \xf0\x7f\x05\xb6\x54\xfe\xe2\x1f\x58\x5f\x1d\x48\x25\xb2\x71\xb9\ \x49\xeb\xcf\xfb\xad\xa8\xb0\xc0\xe9\xb2\x47\xda\x61\x9d\x35\x17\ \x76\xda\xcd\x61\x50\x2d\x97\xce\xe4\x72\xda\x9d\x4e\xa3\x2e\xe0\ \x35\x3b\x63\xb9\x6a\xd8\xa1\xd7\x06\xab\x1e\x6f\x00\x30\x5c\x0b\ \x40\xed\xb0\xdb\xb5\x61\xb7\x33\x68\xb4\x56\x3d\x6e\xd7\x56\x4e\ \xab\x41\xc1\xc9\x70\x36\x89\x58\x4d\x9e\xaa\x2f\xe0\xd2\x38\xca\ \xb0\x61\xde\x11\xf0\xb9\x83\x6e\x57\xcc\x9d\xcf\x39\xcb\x7e\x14\ \x88\x15\x89\x44\xe1\x55\xab\xd5\x63\xe0\xc3\xb6\x02\x81\x50\xf5\ \xe8\x28\xb6\x55\xae\x46\xc2\xed\x58\xae\x9d\x8f\xc6\x72\x3b\x39\ \xf0\x6a\x9d\x6a\xc7\x57\x3b\x29\x1f\xed\x6d\x1e\x54\xa3\x87\x27\ \x9b\xc9\xcd\xd6\xda\xe1\xd6\x41\xad\x16\xf0\xfa\xbd\x6b\xdf\x98\ \xed\xb1\x60\x7b\xab\x06\x27\x9a\x60\xed\x28\xd7\xde\xdb\xdd\xdb\ \x6d\xed\xec\xac\xc6\xe3\xd9\x74\x33\xbe\x50\xef\x1c\x1d\x6c\x1e\ \x95\xa3\xe5\xdd\xf6\xc1\x56\x20\xe2\x70\xba\x7d\xf9\xe8\x6e\xcc\ \x6b\xf7\xe4\x37\xcb\x3e\x2b\x98\xf5\x6a\x14\x4c\xed\xc1\xea\xce\ \xce\x6e\xbe\x5d\xf5\x9f\x56\x4f\x4f\x77\x77\x5b\x9d\xda\x56\x74\ \x77\x15\x08\xf4\x64\xab\xb4\xb4\xb1\xb0\x90\xbe\x5c\xd8\x5b\x58\ \xdb\x81\xaf\xf7\x4e\xf7\xda\xfb\xdb\x7b\x27\x3b\x3b\x95\xec\xc6\ \xd2\xf9\x5a\xb1\x50\x59\xa8\x5c\xa4\x8e\x5f\x14\x1b\x95\xc4\x71\ \xb6\x51\x29\x16\x37\x36\xb7\x33\xe9\xcc\xe6\xd2\xda\xe1\x5a\xe1\ \x78\x21\x53\x58\xb8\x5c\x5b\x2a\x25\x33\xd9\x85\x52\x69\xed\xec\ \xec\xee\xaa\x90\x4c\x1d\x64\xb7\xf7\xd6\xb6\xeb\xdb\xbb\x3b\xad\ \xfd\xcd\xa3\x8d\x9d\xd2\xc2\xde\x52\xbd\x14\xdf\xde\x8e\x27\x13\ \xf5\x9d\x4c\x22\x79\x77\xf1\xfc\x55\xb3\x91\xcd\xae\xd6\x97\x97\ \xb7\x0f\xd7\xe2\xc9\xfa\xc6\xe9\x52\x26\xbb\xb6\x54\x4c\xa6\x9b\ \xc7\x17\xcd\xab\xe7\x5f\x7e\xf9\x9f\xff\xf9\xe9\x67\x3f\xfd\xe5\ \xb3\xbf\x3d\x7b\xf8\xd1\xc7\x33\x16\x81\xcd\x62\xb1\xa9\x90\x19\ \x61\x88\x05\x2c\x3e\x19\xcb\x62\x93\x19\x16\x9b\x81\xc5\x34\x18\ \x00\xd8\x04\x06\x11\xf0\x99\x48\x25\x06\x8f\x44\x01\x11\x13\xa3\ \x7a\x4f\x11\x53\x05\x02\x07\x46\x68\xda\x30\x6d\x13\x88\x67\x6c\ \x73\x2a\xfe\x34\x68\x95\x4d\x3c\x6f\x9b\x79\x66\x99\x31\x18\x44\ \x0f\x67\x66\x50\x81\x3b\x9f\x3d\xfd\x50\x34\x6d\x11\x03\xe0\xcd\ \xa8\xd8\x2a\x11\x18\x2c\x34\x63\x02\x4b\x47\xc5\xa1\x38\x8a\x4a\ \x20\x12\x93\xd9\x2c\x36\x80\x1c\xc8\x01\x43\xcc\x62\x4e\x8b\xc4\ \x6c\xd6\x8c\x81\x4a\x67\x80\x13\x41\xce\xca\x30\xc3\x64\xaa\x44\ \x06\x91\x80\x2d\x60\xa0\x7a\x55\x94\xeb\x27\xa2\xdb\xc4\x6c\x50\ \x3f\x3e\x1b\xdc\x19\x93\x82\xb2\xdd\xa9\x2c\x15\x90\x25\x1b\x95\ \x9f\xa2\xca\x2c\x2a\xea\x17\x44\x59\x13\x74\x26\xba\xe2\x28\x60\ \x92\x50\x3e\x1c\x0d\x0f\x66\x88\x82\xc2\xe9\xdf\xce\x71\xa5\x12\ \xf0\x20\x58\xf0\x70\x12\x9e\x82\xed\xe2\xa0\xc6\x1d\x2c\x66\xe5\ \xc9\xfa\xca\x0a\x6f\x71\x16\x3e\x4e\x3e\xfe\xc7\x29\x2a\xc8\xa3\ \x6d\xc6\xc6\x62\xd0\x59\x22\x26\x19\x4f\x22\x33\x40\x1a\xe9\x18\ \x06\x96\x89\x26\x6c\x50\x31\x74\x32\x06\x25\x11\xa2\xb6\x6d\x0c\ \x8d\x06\xcf\xdb\x05\x04\xd9\x45\x1c\xe5\x61\x39\x78\xb4\x4e\x3c\ \x89\xae\x59\x29\x79\x9c\xd9\x15\x0e\x6e\x94\xc7\x07\xab\xc6\x9e\ \x99\xe3\x4f\xdb\x58\x14\x3c\x1c\x68\xb4\xc5\xc5\xd1\x77\x7a\x86\ \x1e\xdc\x1f\x78\x38\xbf\x8b\x00\x00\x20\x00\x49\x44\x41\x54\x30\ \x07\xcd\x42\xa1\x5e\x6a\xf4\x3a\x25\x32\x6d\x20\x6a\xf7\x98\x8c\ \xc1\xa0\xcb\xe7\xd6\x69\x74\x3e\x87\xcb\x0c\xef\x4d\x46\xc0\x44\ \xa3\x19\x8e\x7c\xa7\x33\xea\xd4\x83\x25\x70\xd9\x1d\x4e\x97\x5b\ \x6b\x1e\x97\x00\x6f\xd9\xc1\xf2\x00\x80\x99\xac\x5a\xb9\x5f\x6e\ \xd4\xa9\x15\x12\x04\x63\x52\xab\x49\x66\x54\x98\xf5\x72\xa3\xc6\ \x0d\x7e\xcb\xa3\xd1\xbb\xc0\x57\x68\xbd\x5e\x90\xc3\x68\xb9\xac\ \x1d\x7a\x5b\x18\xd1\x37\x20\x19\x19\x9b\x18\x99\x50\x0c\x6a\xd1\ \xb4\xb0\xf1\x41\x99\x4e\x2a\x93\xca\x34\x32\x69\x7f\x8f\x42\xab\ \xe9\x11\xca\xd4\x52\xcd\x18\x9a\x05\x2f\x95\xc9\x06\xa5\x68\xde\ \xb3\x71\x4c\x21\x95\x82\x30\x4d\x8c\x49\xe4\x3a\xad\x42\x21\x77\ \x3a\xf5\x83\x0a\x89\x62\x4c\x28\x37\x6b\xe0\xd8\x96\x29\x8c\x7a\ \x10\x27\x87\x4e\x8f\x96\xb0\xac\xf6\x71\x89\x55\x6b\xd4\xf8\x75\ \xe0\xf9\x50\xf9\xa6\x55\x67\xf6\x58\x03\xf5\xe2\xeb\x8b\x7f\x03\ \x67\xcf\x02\x92\x67\x88\xa9\x2c\x11\x6b\x7e\x1a\xec\xf3\x34\x03\ \x87\xc7\x13\x46\x89\xa3\x84\xd1\x49\x1e\xa7\x8b\x40\xe3\x80\x30\ \xe1\xc9\x98\x2e\x02\x8e\xd0\x85\x9b\xe2\x11\x69\x84\xc5\xa9\x51\ \x0e\x8e\x30\x39\x39\x3b\x45\x20\x50\x29\x78\x02\x4d\x89\x47\x99\ \xca\x1c\x4e\x17\x9e\x07\xc4\xb8\xb8\xf2\xf8\xc9\xfa\x13\x34\x60\ \xfa\xfd\xd9\xd9\x29\x0e\x9c\x7c\x3e\x58\xe4\xbf\x3e\x52\x4c\x68\ \x84\xae\x68\xc0\x1b\x76\x47\x5d\xda\xa0\xdd\xeb\x35\x2a\xbc\x31\ \x77\xc0\xed\xce\xa3\xfd\xec\xb1\xba\x5d\x66\x57\xde\xe1\x0a\x3b\ \xf3\xee\x60\x04\x94\xc9\xe4\x0e\xd4\xca\x6e\x87\xc9\xe4\x0c\xfa\ \x4d\x56\x67\xd8\xed\x08\x84\xed\x3e\xbb\xbf\x06\xc7\xfe\x49\x4e\ \xab\x73\x44\x42\x0e\x38\x9f\x84\xdc\x76\x5f\x38\x60\xb5\x3b\x3c\ \x39\x8f\xc6\x01\xfa\xe2\xb2\xbb\xbd\x46\xa9\x35\x1c\xf4\x97\x9d\ \x2e\x97\xd9\xec\x8b\x06\x9c\x11\xa3\x3d\xe0\x71\x98\xdc\x56\x6d\ \x18\xce\x3b\x7e\x77\x30\x87\x0a\xe5\xad\x11\xbf\x36\xec\x74\x04\ \xbc\x70\x6e\xca\x85\x03\x5e\x77\x34\x1c\x70\x06\xb6\xcc\xa1\x88\ \x3f\xd0\x89\xb9\x02\x91\x40\xb0\xd3\xd9\x0a\x84\xcd\xb5\x8a\xcf\ \x7f\xd2\x5a\x8d\xb7\xfd\xed\x9c\xe3\x64\x69\x6f\xa7\xbe\xdb\x39\ \x88\xc5\x5a\xf5\xd5\xc3\x9d\xdd\x58\x2d\x12\xda\xdb\x8a\x46\xb6\ \x22\xe1\x40\x24\x1c\x2c\x5b\x3d\x6e\xab\x1b\xce\x73\xbb\x01\x3f\ \x8a\x87\x08\x85\xfc\x79\x4f\x10\xf4\x31\x12\xca\x9d\x1c\x1c\x6d\ \x6c\xd6\x8e\x3a\xb9\xf2\xe6\xe9\x76\xba\xb2\x76\xd2\xca\x9d\xd4\ \x77\x5a\x3b\x07\xa5\xe3\xc3\x9d\xd5\xed\x7a\xaa\x5e\xde\x3b\x69\ \x9f\x64\x37\x4e\x13\x1b\xa5\x54\x76\x23\x1d\xcf\x2c\x95\x36\x97\ \x32\xa5\x62\x6a\x7b\x63\xbb\x74\xb8\xd4\x84\xaf\x8a\x95\xc3\x8d\ \xf8\x6a\x3a\x1b\x5f\x48\xa5\xe3\xe9\xf8\xda\xe6\xe9\x7e\x7c\x61\ \x3b\xbe\xba\x56\x2a\x64\x4b\x68\x85\x6e\x7b\xbf\xb5\x51\x4f\xc5\ \x1b\xe9\xd2\x52\x61\xed\x30\xb3\xd0\xcc\xa2\x05\xfe\xcd\xcc\xd2\ \xd2\x65\x29\xbb\xdc\x6a\xa0\xcf\x17\x40\xb8\x12\x4b\xcb\xa9\xcc\ \x71\xe6\xb4\x51\x5a\xde\x48\x65\x96\xea\xdb\x00\x88\x95\xf8\xd2\ \xf9\xc2\x79\x36\x7d\x7e\xf5\xbc\x79\x7d\x7b\xf7\xea\xf7\x6f\xfe\ \xf8\x1f\x7f\xf9\xf5\x4f\x7f\xfd\xf7\x0f\x9f\xf2\x1f\xce\x3d\x35\ \x50\xc4\x2a\x11\x28\x08\x99\x8e\x05\x52\x41\x93\xaf\xd8\x02\x0a\ \xc3\xc0\x56\x81\x29\x52\x59\x6c\x68\x34\x0e\x40\xd9\xbc\x85\xc5\ \x64\x5b\x98\x02\x31\x50\xa0\x40\x80\x8a\x41\x01\x90\xc4\x7c\xa6\ \x81\xce\xb2\xb1\x0c\x16\xdb\xfc\xf4\x8c\xe5\xe9\x9c\xed\xd9\xcc\ \xa3\x99\x99\x87\xf3\xcf\xe6\xf9\x22\x9b\x61\xe6\x23\x50\x2f\xd5\ \xcc\x43\x95\xf8\x99\x58\x25\x60\x89\x67\x54\xa8\xaf\x07\xb9\x29\ \xe0\x3b\x3e\x85\xcf\x02\xd0\x12\x80\x0c\x61\xc0\xaf\x01\xbf\x61\ \xe8\x7c\x11\x8b\x2a\x30\xc0\xf3\x8a\xc5\x68\x70\x04\x93\x82\x6a\ \x26\xa8\xa0\x72\x4c\x03\x40\xa8\x8a\xc9\x32\x88\x28\x60\xeb\xc4\ \xe8\x12\x1d\x08\x28\x08\xaa\x00\x43\xb7\x50\xe8\x20\x78\x74\x06\ \x99\x2f\x26\xab\x50\x48\x16\xf8\x34\x01\x19\x50\x91\xc2\xc0\xe0\ \xc1\xc4\x31\x05\x0c\x3a\xd8\x36\x11\x2a\x3e\x07\xd3\x83\xa7\x8a\ \x30\x64\x54\xf9\x00\x8a\x86\xc5\xa2\x09\xae\x18\x1c\x85\x41\xc4\ \x53\x48\x60\xaf\x28\x78\x2c\x9e\x06\x42\xf5\x78\x72\x74\x11\xde\ \xaf\x4f\xad\xfc\xeb\x14\x55\xf4\xb1\xe0\xd1\x9c\xe5\x21\xd0\x27\ \x06\xa8\xf3\x6d\x88\x20\x9d\x8d\x65\xb1\x80\x63\xe9\x68\x26\x06\ \xa8\x16\x7c\x13\x22\x99\x43\x04\x2c\xc1\x93\xb0\x38\x94\x34\x83\ \xe3\x70\x88\x44\x12\x0e\xce\xf7\x8b\x53\x3c\x25\x81\x06\xc7\x9c\ \x92\xc8\x99\xe2\x50\xd9\x2c\x31\x63\xee\xa1\x4a\x65\xb3\xa0\xe4\ \x4c\x1e\x6f\x76\x52\xf9\x0e\xe0\xd8\x7b\x7d\xe6\x80\x76\x5c\x3d\ \xd2\x3d\x31\xc8\xed\x19\xec\x51\xcb\x64\xea\x41\xae\x70\x64\x00\ \x54\x41\x26\x07\x3d\x92\x0a\x81\xb5\xe4\x32\x75\x1f\xf0\xd9\x84\ \x6c\x42\xa6\xd1\x8e\x73\xd5\x32\x39\x57\x28\x94\x82\xbc\x8c\xa9\ \x27\xd4\x23\x63\x63\x72\x8d\x5c\x36\x21\x1d\x07\xa2\x93\x68\xcc\ \x4e\x9d\xd1\x2a\xe4\x72\x25\xda\xf1\x41\xa9\x54\x3d\xc2\x9d\xe0\ \x2a\xa4\x92\x09\xb5\x1a\x78\x4e\x36\x38\x3c\xa6\x50\x2b\xa4\x5a\ \x93\x76\xa2\x77\xa0\xa7\xbb\xaf\x9f\xdb\x33\x21\x01\xe3\x24\x93\ \xf6\x0d\xf5\xc1\x77\xe8\x91\x28\x8c\xb0\xb5\x7a\x64\x64\x4c\x28\ \x1b\x97\xaa\xc1\x9a\x28\xb4\x5a\xb5\x7a\x64\x7c\x8c\x8b\x66\xd6\ \x6b\xd0\x35\x47\xb7\x4e\x27\xe1\x8e\x2b\xe4\x12\xad\x16\x88\x74\ \x42\x6e\x94\x4b\x34\x42\x99\x46\x23\xb3\x9b\xe1\x06\xad\xd1\x6c\ \x77\xfb\x1c\x4e\xb9\x5c\xaa\x73\x19\x81\x74\x25\x0e\xad\x02\x95\ \xc8\xdb\xad\x52\x2d\x3c\xb3\xc2\xaa\x0f\x3a\x03\x47\x27\xd9\x4f\ \x1e\x91\x98\xf0\x97\xc4\x66\x30\x2d\x68\xc6\x08\x1b\xce\x0c\x60\ \x7c\x09\x64\xda\x28\x8d\xc4\xc1\x01\x50\x83\x7d\x52\x82\x0c\x75\ \xf1\x46\xe1\xf4\x42\xc2\x76\x11\x39\x3c\xce\x14\x8f\x43\xfc\xdf\ \xaa\xd2\xd9\x45\x84\xdb\x5d\xca\x51\x1a\x1e\x8f\xe7\xcd\x7e\xf0\ \x64\x71\x8a\x36\xb9\xbe\xb8\x38\x39\x39\x05\x9a\xf5\x64\x76\x71\ \xfd\x09\xb0\xe1\xe3\x51\x4e\xd7\xec\x93\x27\x4f\x28\xdf\x1d\x68\ \x15\x3e\x87\xdb\xeb\x72\xfb\x3c\x61\x47\xcc\xa7\x16\xda\xbd\x4e\ \xaf\x3f\x10\xf4\x68\x7d\x1e\x97\xc3\xef\xf1\x39\x22\xa8\xa4\x29\ \xe4\x30\xe9\xc2\x39\x9f\xce\x1d\x8a\xc2\x71\x6e\x76\xba\x9d\xfe\ \xa8\xce\xeb\xb5\x07\x1c\x7e\x77\xd5\xeb\xc9\xc7\x3c\xde\xdd\xb6\ \xc7\x14\x0a\xc7\xdc\x56\x87\xb7\x13\x30\x99\x41\x02\x3d\xfe\x68\ \xc8\xa9\xd3\x9d\xe6\xec\x2e\x87\x37\x1c\x36\x39\x03\xed\x50\x20\ \xe4\xaf\xc6\x1c\xed\x76\x35\xe2\x37\xe9\xa2\x51\x67\x2c\x00\x7a\ \x67\x87\x13\x91\x39\xda\x76\x7a\x63\x56\x77\xb4\xaa\x0d\xc7\xfc\ \x31\x5f\xf5\xc8\x1f\x0e\xe6\x56\x43\xb5\xad\x2d\x6b\xfb\xc4\x85\ \xca\x20\xb6\x42\xc1\xa3\x8e\x37\x74\x04\x26\xc8\xef\x3a\x02\x47\ \xba\xb7\xba\xb6\x71\xd2\x39\xd9\x8a\xb6\xf6\x5b\x47\xf5\x85\xad\ \xd3\x76\xa4\xb5\xd7\x29\xef\x1c\xd4\x36\xf3\xb9\xd3\xd3\x5a\x7e\ \x67\xb7\x53\xae\x79\x3b\x55\xbf\x33\x14\xf5\xc0\x8f\xeb\x74\x59\ \x43\xa8\xbb\x28\xd4\xf1\xe7\xa3\xb9\xc8\xe6\xe9\xe1\xc9\xce\xde\ \x72\x66\x13\x1e\x19\xed\x94\x12\xcb\xa9\x4a\x66\x6b\xe3\xb0\x95\ \xc8\x54\x03\xee\xd6\xc2\xe6\x66\xba\xbe\x9d\x59\xdd\x8b\x67\x0e\ \x97\x33\xcb\xf5\x46\xa1\x9e\x5d\xce\x6e\xaf\xad\xa6\x12\x57\x95\ \xa5\xc4\xd2\x59\x25\x93\x59\x6d\x2d\xa4\xb2\x6b\x0b\xd7\x67\x89\ \xd4\x0e\xa0\x5b\xaa\x70\x89\xa2\xff\x1a\xa5\x64\xe3\x3c\x9d\x2a\ \x9c\x27\x8f\xcf\x37\xb6\x9b\x85\xe4\xcb\x9b\x64\x22\xbe\x11\xbf\ \xbd\x28\x56\xce\x2e\x0a\xcd\xca\xd9\xd5\x79\xba\x71\x9d\x5d\x38\ \x4f\xde\x3d\xbf\x3d\x3e\x4b\xc4\xaf\x2f\xea\x85\x44\xea\x3c\xb1\ \x9c\x4e\x66\x97\xae\xce\xb6\x17\x96\xe2\x89\xc6\x59\x26\x99\x68\ \x9c\x37\x9a\x2f\x0a\xc7\xc9\x37\xaf\x2e\x9e\xbf\x39\x6f\xbe\x69\ \x7e\xf1\xfa\xc7\xef\x7f\xf5\xf3\x27\x7f\xfa\xe4\x77\x1f\x4f\xcf\ \x4f\xcf\xd9\x9e\xf2\xd1\x22\x94\x8a\x8a\x3a\x4b\xd0\xaa\x31\xb8\ \x2b\x26\x9d\x0d\x36\xc6\x60\xf8\x48\x80\x26\x01\xa2\x59\x13\x33\ \x36\x3a\xb8\x29\x11\x52\x30\x15\x9d\xa5\xe2\xdb\xc4\x33\xe0\xca\ \x66\x2c\x68\xcc\x31\x38\x2e\x3e\x1d\xf4\xc8\xf2\x74\xde\x66\xfb\ \xcd\x8c\x65\xe6\xe1\xa3\xb9\xb9\x87\x96\xb9\x8f\x66\x1e\x89\xa6\ \xa7\xc5\xcc\xdf\x7e\x6e\x50\xcd\x19\xc0\x2d\xa9\x1e\x32\x98\x48\ \x74\xf8\x40\x53\xe8\x62\x20\xf8\x30\xb4\x76\xc5\x62\xa0\xc1\x5c\ \xa8\xd9\x86\x4d\x11\xa0\xa8\xe5\x79\x0b\x5a\xed\x82\xff\x02\x34\ \x1e\x95\x42\x67\x58\x0c\xa8\x56\x42\x30\x2d\xa0\xa3\x20\x52\x26\ \x5b\x64\x79\x5b\xc5\x25\x62\x83\x88\xb1\x99\x2c\x60\x31\xf0\x39\ \x68\x18\x35\x1d\x5d\x0a\xe0\x93\xd1\x1a\x16\x8a\x6e\xa0\x53\xb0\ \x60\xd8\x0c\x0c\x3e\x99\xc9\x82\xed\x31\x24\x1a\x89\x00\xa7\x62\ \x06\x05\x47\x64\x53\xb1\x4c\x32\x06\xec\x14\x96\x4c\x22\xc0\x83\ \xd1\x32\x3a\x91\x46\xa5\xe2\xa8\x9c\xae\xc9\xc5\x15\xb0\x58\xeb\ \x8b\x8f\xd7\x1f\xaf\xac\xff\xf3\x93\x2e\xd6\xd3\x8f\x7e\x6b\x00\ \x09\xa5\xd3\xa9\x4c\x26\x9f\x0a\xca\x0e\x07\x17\x93\x29\x62\x12\ \x51\x5a\xb4\x88\x09\x6e\x8d\x42\x67\xe2\xbb\xd0\xb8\x7b\xce\x28\ \x8e\x47\xc0\x62\x30\xb4\xb7\x63\xbe\x70\x78\x1a\xf1\x6d\xc5\xf6\ \xa8\x52\x49\xe0\xd1\x48\x24\x9a\x92\x46\x05\x62\xb5\xcc\xf1\x55\ \xa8\xa4\x96\xda\x35\x4a\xe0\x8c\x8e\xbe\x33\x36\x70\xef\xef\x07\ \x74\x31\xc5\xb8\xa4\x6f\x9c\x3b\x3c\x34\x34\x74\xaf\x7f\xa0\xef\ \xde\xfd\xde\xfe\xa1\xfb\x0f\xfa\xba\x25\xdc\xbf\xbf\xd7\xff\xff\ \xf5\x0f\xf4\xa3\x4a\xd1\xe1\xfb\xbd\xbd\x7d\x3d\xbd\x0f\x86\x7a\ \xfb\x7b\xd1\x84\xd5\x77\x87\xfa\x86\xfb\xee\xf5\xf5\x0d\x0f\x0f\ \xf7\x0f\xf5\x81\xd4\x0d\xa3\x9c\xd2\xde\x7e\x2e\xf8\x22\x8d\xbc\ \xbf\xb7\xff\xfe\x50\xdf\x38\xdc\xdb\x7f\x0f\x94\x89\xdb\x37\xd8\ \xdb\xdd\x3b\xd8\xd3\x33\x74\x0f\xcd\x10\x1b\xe3\x0e\xf6\xf6\x0d\ \x8c\x8d\xa1\x3c\x87\x71\xd9\xf8\x08\xe8\xde\xc8\xc4\xe0\xa0\x7c\ \x4c\x38\x38\x2e\x44\x09\x32\x32\x35\xe8\xa1\x02\xec\x96\x4c\xaf\ \x56\x68\x65\x63\x56\xad\x6c\x50\xa6\x19\xd1\xcb\x26\xb8\x03\x23\ \x63\x1a\x50\xa8\x09\xa1\x62\x5c\x28\x91\xc8\xd4\x5a\x89\xc3\x28\ \x54\x68\xf5\x3a\xbd\x4e\xa7\x35\x99\x5c\x2e\xbb\xc9\xe8\x70\xe8\ \xa5\x52\xbd\xc3\x2c\x0d\x3a\x51\x47\x8b\x51\x6e\xd2\x6b\xa5\xa0\ \x5d\x66\xa3\x54\x6d\x35\x3b\x9c\xf9\xdc\x4e\xfb\xec\x5b\x11\x4b\ \x64\x98\xe1\xb3\xd9\x18\xaa\x88\x01\x36\x9f\x4f\xc5\x93\xb1\x28\ \x9d\x6c\x92\x46\x46\x97\x2e\xba\x70\x38\x2c\xec\x40\x0e\x91\x86\ \x76\x2e\x2a\x65\xa6\xc1\x4b\x34\x8b\xc6\xd8\x2b\x95\xca\x51\x50\ \x27\x25\xb8\x58\x14\x3a\x83\xb0\x91\xa0\x5c\x59\x7c\xf2\x04\x37\ \xba\x82\xea\xb2\x46\x67\x57\x66\x27\xdf\xc6\x5d\x3f\x46\x81\x8c\ \x1c\x02\x6d\x76\xfd\x17\x1f\x60\x7e\x6a\x84\xc1\x2c\x81\x38\x85\ \x63\xe1\xa0\x59\xeb\xf4\xf8\x9d\xf9\xb0\xdb\x6a\x35\x87\x42\x5e\ \xb7\xc9\xe1\xaf\xe6\x8d\x8e\xa0\xcf\x1d\xb2\x87\x43\x5e\xb3\x35\ \xe0\xef\x54\x43\x4e\xbf\xd7\xe3\x0e\x5b\xd1\xac\x2c\x5f\xd0\x03\ \x2c\x9e\x2b\x7b\x4d\x47\x61\xa3\x3f\x14\x08\x3a\x41\x96\x4e\x82\ \x3a\x14\x40\xe5\x74\x78\x03\x7e\xab\x69\xcf\x65\x8a\x44\x3b\x91\ \xa8\xc7\x13\x8a\x86\xaa\xd5\x7c\xb8\x1a\x0e\xd7\xdc\x4e\xd0\xb6\ \x70\xce\x0d\x66\xcc\x6d\xf7\x78\xc3\x0e\x73\xb5\xec\x0f\x87\x3c\ \xde\x50\xce\xe1\xeb\x04\x42\x9e\x50\x39\xb7\x1b\x2c\x47\x4f\xaa\ \x39\x64\x83\xaa\x7b\x5b\xc1\x9d\xc3\xfd\x48\x7b\x37\xb0\xb9\xba\ \x57\x45\xab\x8e\x79\x5f\xfe\x70\xa3\xbe\x79\x12\x39\x38\x28\x6f\ \xee\xad\x06\xdb\xdb\xf5\x83\x93\xe8\x52\x6a\xb3\xd5\x3a\x39\xd9\ \xeb\x44\xda\x3b\x3b\xa7\xfb\x9d\x4e\x07\x4c\x5a\x3e\xea\x44\xf9\ \x0c\x01\x57\x38\xe6\x70\x1a\xad\x61\xe0\x6f\x93\xdb\x13\x8e\x6d\ \xed\xef\x9f\x1c\x64\x36\xf6\xea\xf1\xb5\xdd\x83\x9d\xed\xe3\xa5\ \xc2\x75\xa9\xb4\xbd\xbb\x74\x91\xe8\xb4\x4b\xad\xbd\xcd\xd6\x72\ \x2a\xbb\x9a\x3c\x5c\xa8\xef\x6f\x6f\x94\x32\xcd\x4a\x73\x69\x61\ \x0d\xac\x4f\xfa\x32\xb1\xb0\xbc\xb0\x70\x75\x1e\xaf\x34\x2a\x4b\ \xe9\x4c\x71\x39\x75\xbe\x5c\xc9\xb6\x36\x53\x85\xbb\x57\xa0\x46\ \xc9\xa5\x62\x3a\x79\x71\xd6\xb8\xb8\x4e\x1c\xa7\x16\x1a\x17\x85\ \xca\x72\xb6\x74\x7c\x95\x4e\x9f\x9d\x15\xbe\x7c\x73\x71\x96\x28\ \x2c\x9c\x5d\x1e\x5f\xc5\x17\x36\xd0\x92\x58\x7c\xfb\xb8\x11\x3f\ \xbf\x4e\x5e\x5c\x9c\x15\x13\xcd\x4a\x71\xbb\x78\x76\x9d\x88\x27\ \x53\x8d\xc4\x65\xb2\xd9\x6c\x1e\xd7\x17\xae\xde\x9c\x35\x9f\xdf\ \xbc\xbc\xba\x6e\x5e\x5e\x7d\xf9\xdd\xaf\xfe\xf2\xdf\x3f\x7d\xf2\ \x2f\xff\xf5\xed\x47\xcf\x58\x86\xa7\x33\xa8\x67\xd9\x62\xb0\x09\ \xc8\x7c\x14\x19\xc3\x26\x52\xa6\xd9\x02\x0b\x95\x4c\x66\x89\x05\ \xa2\x39\x8b\x0d\xcd\x7e\xb0\xa0\x63\x0b\x6e\x66\xcd\x08\x44\x02\ \x91\x05\x4d\x1c\x04\xc6\xe3\x8b\x2d\x4f\x6d\x33\x73\x62\xf0\x50\ \x16\x60\x4a\x96\x6a\x7e\x1a\x35\xca\xc1\xc1\x08\x82\x05\x37\xda\ \xe6\x0c\x8f\x1e\x1a\x0c\xd3\xe2\xcf\xe7\x3e\x7c\x68\x9b\x11\x58\ \xc0\xa5\x80\x73\xa3\xc0\x91\x4a\x01\x86\x62\xd2\xc5\xd3\x06\x0b\ \x9b\x8e\x46\x83\xf1\x51\xd9\x02\x88\x91\x80\x81\x96\xef\x0d\x22\ \x94\xef\x00\xa2\xc9\x17\x08\xa8\x78\x50\x51\x38\xc4\x99\x4c\x3a\ \x5f\x6c\xa0\x02\x19\xf2\x55\x20\x58\x7c\x3e\x5f\xc5\x87\x2d\x00\ \x00\x05\x0c\x34\x79\x15\x98\x15\xbc\x95\x08\x90\x52\x85\x66\xfb\ \x88\x28\xa8\x93\x90\xc9\x47\x79\x35\x28\xa1\x19\x4b\x41\x25\x17\ \x6c\x0a\x6d\x94\x80\x43\x09\xc9\x68\x8c\x2b\x19\x0b\xb7\x92\x48\ \x24\x36\x16\x87\x4a\xe0\x31\x58\xf0\x43\x2c\x16\x95\x3a\xda\xc5\ \x53\x4e\xad\xaf\x3f\x79\xc2\x43\xeb\x1f\xbf\xf8\x3f\x1f\xf0\xa8\ \xa0\x58\x00\x71\x40\xc1\x22\x30\x57\x0c\x06\x99\xfe\xff\x2a\xc4\ \xa8\x4c\xf4\xdc\x64\xf4\xdd\x00\x3b\x31\x0c\x38\xd2\x88\x44\x02\ \x87\x84\x27\x60\x89\xf8\x51\x1a\x01\x98\x05\x90\x70\x05\x5d\xed\ \x1a\x9d\xe2\xf1\x90\x82\x71\x46\x89\x7c\x81\x68\x7a\x06\xd8\xd5\ \x66\x11\xb0\x09\x34\xd8\x4a\xf9\x0e\xb7\xfb\xdd\xf7\xfa\x35\x61\ \xe3\xb8\x62\x68\x78\xe8\x5e\xef\xbd\x07\xdd\xdd\x13\xe3\x43\xfd\ \x40\x6b\xbd\x43\xef\x8e\x70\xc7\x7a\xfa\xef\x3d\x00\x51\x1a\xec\ \x1b\xec\xee\xbd\x77\x0f\x3e\xef\x7d\xef\xdd\xc1\x7e\x94\x38\x73\ \xff\xdd\xe1\xde\xde\x07\xa8\xbc\x1d\x1e\xd5\x7b\xaf\xb7\x9b\xdb\ \xdb\x33\x00\xdb\x74\x73\x75\x1a\x85\x9e\xdb\xdd\x77\xaf\xf7\x7e\ \x1f\x2a\x87\x1f\xba\x3f\xde\xd7\x3b\x3c\x2e\x1b\x19\x1a\xea\xee\ \xe9\xbf\x7f\xaf\x9f\xcb\x1d\xe0\x4e\x8c\x0f\x0e\x72\xfb\xc6\x41\ \x9e\x06\x46\x26\x84\x23\x43\x63\x92\x9e\x09\xed\x98\xa2\x77\x1c\ \x64\x68\x5c\x33\xa6\x10\x0e\x9a\x25\x1a\xfd\xa0\xd4\x69\x37\x6a\ \x34\x7a\x93\x5c\xa7\x90\xea\x84\x1a\x99\x46\xad\x36\xeb\x4d\xe3\ \xe3\x92\x09\x99\x4e\xaf\xe0\xaa\xf5\xc2\x71\xb9\x46\x0a\x5e\xca\ \x2a\x34\x3b\xe4\x6a\xd4\x99\xa3\x43\x4b\x57\x0e\xbb\x50\xa2\x08\ \x9a\xec\x52\xaf\xdc\xac\x57\x80\xd3\x92\x5b\xad\x72\x87\xce\xe5\ \xb0\x3a\xec\xee\x70\x38\xb8\x91\xba\xb9\xad\xfc\xc7\x5f\x9e\xd9\ \xde\x8e\x69\x63\xa1\x46\x78\x22\x09\xec\x15\x15\x0b\xaf\x0b\x11\ \x45\xe4\x63\xc0\xf5\x12\xf0\x44\x5e\x57\x17\xa8\x0d\xd8\x55\x1c\ \x09\x47\x22\x8e\x4e\x8e\x4e\xcd\x3e\x59\x5f\x54\xa2\x41\x21\x93\ \x38\xb4\x6b\x79\x53\x53\x34\xce\xd4\x28\xaf\x8b\x44\xe8\x02\x81\ \x7a\x3b\xec\x70\xf6\xf1\xec\x0a\xec\x7d\x25\x58\xdc\xf7\xd7\x47\ \xd7\xd1\x80\x69\x0e\xa1\x0b\x44\xec\x9f\xfe\x09\xff\xeb\xac\xcf\ \x68\xb5\x7a\x3d\xce\xa0\x5b\x6f\x75\x77\x3c\x00\x68\x51\xbb\x35\ \xea\x8a\x79\x83\x3e\x4f\x2e\x06\x30\xee\x09\xb4\x83\xf9\x98\xdb\ \xe5\x0f\xe4\x4f\xaa\xde\x10\x48\x8b\x2f\x16\x8e\x44\x02\x47\x1d\ \x97\x36\x10\x88\x85\x43\xa1\xda\x7e\xce\xed\xb6\x06\xd0\xd8\xd3\ \xd0\x69\xc8\x17\xc8\xfb\x7d\x61\x8f\xaf\x16\x35\xb9\x4f\xa2\xa1\ \x08\x08\x4e\x2e\x1c\x0d\xfb\x5c\x01\x87\x23\x1c\x75\xc7\x1c\x46\ \x4f\x79\x0b\xbe\x8b\xd1\x6b\x36\xe9\xd1\x95\x13\x9f\x37\xb7\xdb\ \xce\x1d\xb9\x7c\x5b\x39\x67\x7e\x2f\x16\xca\xd5\x82\xed\xb0\xaf\ \xdc\x39\xe9\xc4\xec\x9e\x68\x38\x96\xe9\x94\xdb\xa7\x9d\x76\xbb\ \x16\x3a\xdd\x38\xc9\x75\xdc\xb5\x83\x23\x5f\x74\x7b\xa9\x5e\xaf\ \x97\x4f\x3a\xf9\xd3\xec\x66\x68\x73\x79\xa7\x75\x94\xab\x6f\x96\ \x5a\x87\xad\x60\xbb\x16\xd8\x5b\x45\xcb\x57\xe5\x30\xba\x9c\x1c\ \x8c\x85\xfd\xee\x9c\xcb\xe5\x71\x38\xfd\x0e\x47\x20\xe2\xf1\xfb\ \x3c\xbe\x50\x28\xb0\x17\xdd\x2b\x6d\xae\xed\x94\x36\x4e\x0e\xca\ \x4b\x0b\xb7\xc9\xe4\x59\x72\x6d\x61\x2b\x7b\x76\xbc\xb0\xba\xbd\ \xb7\xb6\x53\x5f\xab\xac\xb6\x12\xf5\xc3\x76\x6d\x75\x21\x95\xa9\ \x54\x12\xd9\x62\xba\xb4\x9c\x38\x3b\xde\xc9\x1c\x27\xea\xcb\xcd\ \xf3\xeb\x97\xdb\xe7\xc7\xcb\x85\xe3\xeb\xeb\xab\x66\xab\xbe\xbf\ \x76\xf1\xfa\xf8\xf6\xf6\x32\x5d\x89\xaf\x66\xae\x2f\xce\xcf\xb2\ \xcd\xdb\x66\xe2\xec\xa2\x78\xfe\x12\x38\xef\x55\x23\xfd\xfc\xf9\ \x55\xf3\xea\xab\xe3\xc6\x45\x62\x79\xed\xfc\x6c\xb9\xb2\x50\x48\ \x6e\xc7\x1b\x77\x57\xc7\x0b\x67\xc5\x54\x32\xbd\x9d\x6d\x34\x96\ \x93\xcb\x95\xca\xe5\x71\xf3\xb8\x59\x49\x67\x1a\x6f\xbe\x4c\x25\ \x1b\x89\xc6\xf3\x64\x22\x79\xd6\x7c\x71\xdd\xb8\xbc\x7c\xfd\xd3\ \x5f\x7e\xfa\xe9\x93\x9f\xff\xf4\xed\x6f\x7f\xf7\x08\x40\xce\x30\ \x27\x62\x22\x93\x44\x66\x60\xd1\xda\x0c\x83\xce\xe4\xc3\x71\x49\ \xa1\x90\xe9\x28\x40\xc6\x86\x0a\x12\x98\x36\xb1\xc0\x20\x9e\x66\ \x0a\x6c\x0f\x45\x16\x9b\xc8\x62\x99\x66\xf3\x0d\x16\x50\x33\xb1\ \x05\x40\xcf\x36\x6f\x99\x56\x19\x66\x40\xaf\x0c\xaa\x87\x4f\xe7\ \xe7\x1f\xce\xcf\xa8\x3e\x9c\x17\xcd\xcf\xcd\x1b\x2c\x73\xcf\xc0\ \x63\x7d\x3c\x3f\x03\x60\x68\x9b\x66\xcd\x59\x50\x3a\x3b\xea\x47\ \x64\x90\x99\x02\x04\xa2\x6c\x36\x89\x0e\x60\xc4\xb7\xa0\xf9\x81\ \x20\x28\xa8\x92\x1e\x7e\x08\xd1\x0c\x6a\x6d\xc6\x32\x51\xfd\x3b\ \x6c\x49\x65\xa3\xb1\xa9\x58\x06\xe8\x0e\x0b\x60\x0c\x0d\x88\x67\ \x01\xe1\xb1\x58\xa0\x51\x0c\x60\x54\x31\x53\x20\x10\xf1\xa9\x4c\ \xb1\x8a\x49\x62\xf0\x45\x06\x11\x9d\x0f\xe4\x08\xd0\x86\x44\x0b\ \x05\x6f\xd1\xc9\x28\x73\x59\x2c\x06\xde\xeb\x22\x11\xb1\x64\xd4\ \x1d\xc9\x14\x09\x30\xe0\x8b\x48\x08\x84\x89\x54\x32\x15\x0f\xe7\ \x76\x1c\x89\x4a\x67\x10\x69\xf0\x37\x3d\xbb\xb8\xb8\xbe\x3e\xf5\ \x78\x71\x7d\xf1\x83\xff\xf3\x8b\x51\xbc\x60\xc6\x30\x0d\xca\xcb\ \xa4\xb3\x88\x14\x32\x0b\xbe\x19\x62\x42\x36\x3c\x0d\x0b\x43\xa7\ \x60\x18\x28\x80\x95\x42\xa6\x52\xb1\x28\x6c\x99\xc0\xc1\x90\x38\ \x78\x2c\x81\x84\x23\xf0\x78\xca\xae\x59\x25\xea\x88\xe3\xf1\xba\ \xe0\x60\xea\x02\xcd\xa2\xd1\x68\x78\x26\xb2\x57\x22\x81\xc1\x20\ \x62\xe2\x69\x34\x12\x8d\xf3\x4e\x5f\x37\x08\x8f\xc4\xa1\x11\x8e\ \x8c\xf4\x0d\x0f\xf5\x76\x0f\x0f\x03\x7b\xf5\xdf\x1b\xba\x87\xc6\ \x13\xf6\x8f\xa0\x46\x41\xb0\x57\x83\x7d\x3d\x7d\x43\xa8\x36\xfd\ \xc1\xd0\xf0\xf0\x7d\xe1\x00\x9a\x50\x3f\x8c\x3a\x72\xfa\x7a\x60\ \x43\xa4\x4a\x23\x68\x64\x61\xff\xbd\xbe\x6e\x10\x3c\xab\x5e\x2f\ \x9f\x80\x5b\x51\xa0\xe8\xd0\x70\xff\x08\xb7\xa7\xbf\x1f\x1e\x30\ \x3e\x3e\xd0\xdf\xc7\x1d\x1c\xee\x96\x4b\xfa\xba\xb9\x13\x63\x12\ \xb5\x64\xa0\x7b\x68\x02\xc4\x67\x60\xb8\x9b\xab\x9e\xe8\x96\xa8\ \x85\xdc\x09\x19\xdc\xac\xd1\x08\x27\xa4\xf6\x09\x21\xb8\x27\xab\ \x59\x27\x54\x68\xcc\x28\x58\x54\xa1\x50\x6b\xd5\x63\x6a\xf8\xd4\ \x3a\xa1\x00\xfc\x03\xe2\x93\xbb\xf4\x0a\xcd\x18\x60\x9e\xde\x2a\ \x05\x55\xd3\xfa\xf4\x12\xa3\x54\x6e\xd4\x99\x9d\x46\xa9\xcc\x14\ \xf0\x3a\x64\x76\xab\x5c\x6f\x94\xcb\xb4\x3a\xab\x47\xa7\x30\x6a\ \xf4\x55\x7f\x74\x2b\x26\x37\x39\x15\x72\x7f\xa0\xd6\xd9\xbb\xfd\ \x56\xd4\x35\xca\xc1\xe2\xfe\xb7\x7a\x17\x43\x45\x0d\x03\x44\x14\ \x51\xd6\x85\x07\xc5\xc2\xc1\x0e\xed\xc2\x03\x14\x12\x38\x78\xd4\ \xef\x49\xe5\xad\x8c\x2a\x51\x80\xf5\x13\xa0\x3f\x25\x87\x48\x00\ \x6a\x04\x5f\x05\xa6\x4a\x39\x39\xc5\x23\xd0\x26\xa7\x26\xd7\x3f\ \x58\x7f\x3b\x89\x15\x34\x6b\x71\xf1\xc9\x2c\x4a\x80\x9f\x5d\x81\ \xd7\x73\x96\xd7\x85\x9f\x9c\x9a\x5a\xfc\xe5\x3f\xfe\x12\xf3\x1f\ \x1b\x3e\x9d\xce\x15\xf5\x19\x5d\x9d\x1d\xaf\xd1\xe3\x8b\x78\x83\ \x1e\x87\xc3\xee\x73\x85\xab\x76\xb9\x26\x1c\x70\x57\x03\xb9\x68\ \xc0\x95\xaf\x55\xf7\x4e\x6a\xc0\x73\xb9\xb0\x2b\x10\xf5\x56\xcb\ \x3e\x00\xc8\x98\x3f\x92\xf3\x54\xdb\x55\xb7\x35\xe2\x0d\xb8\xa3\ \xbe\x7c\xab\xed\xf5\x45\x02\xf9\xdd\x68\x64\x37\xa0\x73\x97\xcb\ \xb1\x5c\x79\x7f\x2b\x17\x3b\x45\xf9\xc9\x31\xbb\x3f\x62\xcc\x85\ \xbd\x91\x68\x3e\xe8\x8d\x39\x1d\x21\x9f\xd6\x17\x0e\x6e\x05\xad\ \xe1\xaa\xaf\xd3\x09\x45\x4e\xa2\x8e\xfd\xb5\x50\xa8\x7a\x50\x0e\ \x84\x43\xad\xe5\xb5\x4e\x35\xb7\x15\x08\xfa\xab\xb5\x1d\x60\xbf\ \x5a\xbe\x96\x3b\x38\xd8\x8f\x1c\xc5\xf2\xa7\x47\x91\xf2\xe1\xf2\ \xc6\x66\xbc\x5e\xed\xe4\x8f\x4a\xf1\x6a\x2b\xb5\x73\xb8\xd7\x5e\ \xda\x8c\x57\x96\x4a\xed\x9d\x5c\x2e\xda\x3a\xd8\x3b\xe9\xec\xd6\ \x02\xd5\x68\x2c\x0f\x1c\x1b\x08\x75\xbc\xe5\xbc\x3f\xec\x8a\xb8\ \x7d\x9d\x70\xd8\x1f\x0e\x38\x43\x47\x5b\xed\x78\x7c\xb5\x74\xb8\ \xbf\x76\xb8\x5b\x2a\xc4\x97\xc0\x10\xd5\x4a\xdb\xc9\x62\xe5\xe6\ \x6a\x69\xe3\x38\x79\xba\xb0\x94\xc9\x26\x96\x32\x47\x7b\xa7\x4b\ \xa5\xab\xf3\xcc\x6a\xbc\x04\xd6\xe7\xe2\xea\xba\x95\x6c\x56\xe2\ \xc5\xca\xf9\xf3\x57\x89\x42\x25\x55\x04\xc1\x3a\xce\x2e\x14\x9a\ \xb7\xb7\xb7\xd7\xe9\xe3\xe2\xd2\xe5\xd9\xc6\x42\xb3\x72\x71\x96\ \x89\x5f\x17\x32\x67\xe7\x8d\xdb\x97\x89\xe4\xf5\xc5\x55\xf2\xab\ \x57\x5f\x5d\x9e\x5f\x37\x92\x5f\x96\x16\x2e\x2f\x53\x57\x85\xf4\ \x55\x36\xde\x28\xbc\x7c\x75\x91\x4a\x24\x37\x52\xf1\xe5\x24\xd0\ \xe3\x1d\xdc\x9a\x88\xdf\x5e\x5e\x9e\x17\x37\x1a\x5f\xdf\x24\x96\ \x2f\x41\xbf\x1a\x17\x2f\xce\x41\x09\x9f\x7f\xfd\xdd\xd7\xbf\xfa\ \xcb\xaf\xbf\xfd\xaf\xbf\xfe\xf9\x4f\x9f\x3f\x45\xeb\x28\x2c\xb1\ \x41\x44\x15\x59\xf8\x18\x36\x13\x43\x02\xb3\x02\xce\x85\x8e\x3a\ \x4f\x58\x4c\x86\xca\xc0\x64\x83\x5b\xe7\x0b\x1e\x1a\xd8\x06\x0b\ \x2a\x89\x82\x2f\x05\x22\x91\x45\xfc\xb6\x6d\x70\x7a\x1a\x14\xeb\ \xa9\x58\x30\x33\x67\x13\x1b\x2c\x7c\xc3\xdc\x3c\x7f\x1a\x5c\xd4\ \xa3\xf9\x47\x33\xe2\xe9\xf9\xa7\xcf\x9e\x7e\x34\xa7\x9a\x7e\xf8\ \x91\x41\x05\x64\xc8\x9e\x7f\x08\x56\xcc\xc2\xe7\x33\x54\x36\x03\ \x8b\x8d\x65\x1a\x6c\x06\x50\x3d\x15\x13\xcb\x10\x31\xd0\xe4\x7a\ \x14\x87\xc5\xa0\x8b\x19\x4c\x70\x49\xcc\x69\x15\xbc\x57\x81\x20\ \x90\x05\x68\x26\x0f\xb0\x24\x80\x22\x08\x02\x93\xc5\xc7\x92\x89\ \x28\xe0\x8a\x02\x26\x0b\xe5\x6b\xb1\x29\x14\x15\xff\xed\x25\x45\ \x20\x56\x81\x8a\x8e\x61\x00\xde\x82\x92\xa9\x50\x46\x0d\x86\xca\ \xe7\x83\xd3\xa2\x52\xf1\x58\x34\x3a\x9a\xaf\xc2\x12\x70\x58\x2c\ \x8e\x83\xa3\x03\xdb\xa1\xe1\xf5\x14\x2a\x16\x43\xa4\x30\x50\x65\ \x3a\xb6\x0b\x83\x22\xdf\xc1\xb4\xc1\x21\x31\xf9\xfe\x63\x20\x8a\ \xd9\xa9\x27\xeb\xef\x23\xc1\x9a\xc5\x3f\x9a\x99\x16\x89\x0c\x40\ \xa5\x20\xb8\xa0\xec\xa8\xfd\x10\xd4\x9d\x89\x56\xce\xc0\x4a\xe1\ \xe9\x40\x89\x4c\x16\x86\x88\x12\x98\x51\x0a\x20\x9e\x40\xc0\xe1\ \x89\x38\x7c\x57\x17\xca\x19\x18\xa5\xd1\xde\x46\x90\x13\xd0\xd0\ \xbd\xc5\x49\x1a\x81\x84\x12\x30\x58\x06\x9b\xcd\x82\x72\xe6\xc9\ \x58\xc2\xe4\x3b\x23\xc3\xc3\xef\xfd\xff\x83\x9e\xa0\x70\x4c\x3a\ \x78\xbf\xbf\xa7\xaf\xff\x7e\xdf\xa0\x70\xec\xde\xbb\xf7\x07\xfa\ \xfa\x87\xde\xe3\x72\xb9\x83\x40\x88\xc3\xf7\x40\xb7\xfa\x00\x08\ \x07\xfa\x07\xfb\xfb\xbb\xc7\x40\xcc\xba\xfb\xff\x1e\xac\xd3\x7d\ \x94\xd2\x30\xd4\x8d\xc2\x1d\xfa\x47\xfa\xe0\xc1\x83\x7d\x43\x03\ \x42\xad\x49\x2b\x95\x0c\x0e\x0e\x0f\xa0\x29\x15\x03\x03\x63\xb2\ \x11\x35\xb7\x67\x62\x5c\x36\xd8\xd3\xdb\x2d\x19\x1b\xe0\xca\x24\ \xc0\x7a\xe3\x12\x85\x62\x84\x8b\x66\xd8\x8f\x0d\xf6\x0d\x70\xc7\ \x85\x6a\xd9\x88\x5c\xa1\x46\xb5\xf2\x6a\x8d\x42\xa6\xd5\xc8\xf4\ \x83\x12\x9d\x51\x17\x74\x00\xde\x69\x8c\x52\x89\x51\xa3\x93\x2a\ \x7a\xa4\x0e\xad\x4e\x6d\x92\x4c\x18\xb9\x7a\xb3\x42\xa6\x31\x9b\ \x3c\x2e\x99\x54\x3d\x38\x3e\x02\xfa\x25\xd3\xe8\x4c\x46\x97\xd6\ \x68\x92\x99\x8c\x26\xb3\xc6\xea\xb5\x1b\xa5\x66\xaf\xc2\x6c\xf4\ \x48\x8c\xc0\x54\x52\x7b\xc0\xe9\x0e\x98\xad\x4e\xbd\x5c\x0a\x90\ \xa9\xb0\x9b\x9c\xba\xc3\xef\xbe\xfd\x2d\x9b\x48\xe3\x75\x71\x50\ \xcd\x2d\x4a\xc7\xc7\x93\x09\xa3\x5d\xa8\x0f\x00\x0c\x15\x09\xcd\ \xf6\x00\x65\xe7\xe1\xe1\x33\x12\x8d\x47\x22\xe1\x39\xa3\xca\xc9\ \xc7\xa8\x17\x61\x7d\x45\xc9\x53\x8e\x72\x38\xbc\x59\x0e\x67\x72\ \x94\x37\xb5\x08\x78\xc8\xe1\x80\x8b\x02\x45\x9b\x7d\xac\x5c\x79\ \x7f\x6a\x0a\xb8\x7e\x65\x16\xe8\x70\x7d\x92\xa7\x04\xf9\x52\x2e\ \xa2\xd1\xd2\x93\x8f\x3f\xf8\xa7\x5f\xd0\x7f\xbc\x74\x02\xc7\xf9\ \x22\xfb\x65\x8f\xd7\x1e\x74\x7a\x02\x41\xab\xc7\x6e\x8a\x46\x5c\ \x46\xb7\xdb\x1d\x2d\xc7\xda\x21\x54\xd5\x1e\x3a\x3a\x39\x08\x84\ \xc3\xae\x8e\x37\x72\xe8\x3d\xda\x2c\x1f\x05\x3c\x3e\x7f\x28\x9f\ \x3f\xd8\x0a\x68\xb5\x1e\x17\x6c\x12\x0e\x6d\xe6\xed\xb5\x83\xd8\ \x56\xa7\x9c\x3b\xf2\x69\x1c\xbb\x47\x26\x97\x31\x98\x8b\xf9\x73\ \x91\x68\x38\xd8\x76\x79\x4f\x5c\xe5\x4e\xa8\x56\x03\x18\xdc\xb5\ \xfb\xd1\x8a\x7c\x30\x54\x73\x39\x7c\x5b\x47\xf5\xa3\x58\x28\x94\ \x0f\xb4\x63\xfe\x58\x2e\x57\x8b\x05\x82\xa7\x4b\xbb\xb9\x4e\xd5\ \xeb\xda\xf5\x6e\xed\x6f\x57\x77\x73\x7b\x7b\x47\x41\x30\x43\xd1\ \x7c\x28\xd2\xe9\x84\x0f\x96\x37\x5a\xdb\xe9\xdd\xa3\xa8\x77\x33\ \xb9\x10\x3e\x6d\xed\x9e\xac\xed\xee\x67\x33\x9b\x99\xcd\xfc\xe6\ \x7e\xfe\x60\x75\xbf\xb3\xbb\x5b\x8d\x86\xfd\x91\x5a\x34\x92\x0f\ \xe6\xdd\x80\xbc\x76\x9d\xcf\x57\x8e\xb8\x63\x79\x97\xcf\x1f\x88\ \x05\x8f\xda\xd1\x6c\x36\xbb\xb7\xbd\xb3\x96\xd9\x4b\x35\xaf\xc0\ \x15\x6d\x9f\x24\xd6\xb6\x8b\x8d\x17\x97\xc9\xb5\x74\x62\x75\x79\ \x75\xa7\xbe\x04\x96\xaa\xb5\xd3\xda\x48\xa4\x37\x97\x1a\xe9\x35\ \x70\x42\x57\xc0\x78\x49\x20\xbd\x8b\xdb\xcb\x4c\xa6\x94\xd8\x5c\ \xbb\xbb\x7e\xf9\x65\xe5\xe6\xc5\xd5\xf9\xcb\x9b\x8b\xe6\x71\x71\ \xa3\x98\x39\x5c\xae\x5c\xa6\x9a\x95\xec\x59\x32\xfd\xaa\x90\x6c\ \x5e\xa4\xce\x9f\x17\xce\xce\xbe\x6b\x9e\x5f\x5e\xde\x25\x1b\x67\ \xc7\xc5\x9b\x78\xea\xae\x91\x49\x2f\x9c\xdf\x5e\x3d\xbf\x7b\x5e\ \x4c\x5c\x65\x96\x93\xe7\xf5\xe4\x4d\xba\xb9\x90\x3d\xbb\xbe\xb8\ \x5e\x6e\x14\x93\xc9\xe3\x44\xea\xb8\x71\x75\x76\x5b\x6c\xde\x7d\ \xf1\xfa\xc5\xdd\xf3\xaf\x7f\xff\xcd\x0f\xdf\xff\xf4\xe9\x9f\x3e\ \xfb\xf6\xd9\xb3\x6f\x9f\xaa\x66\x40\x8d\xde\x16\x19\x08\x28\x22\ \x03\xaa\x86\x34\x18\x58\x74\x70\x32\x2a\x95\x8a\x0e\x22\x40\x15\ \xa1\x2b\x82\x74\x95\x58\xc0\xb2\x59\xd0\x4c\x08\x96\x65\x46\x2c\ \xb2\xcd\x31\xd9\xa0\x37\x86\x39\x9b\xc8\xc6\x7f\x6a\xe0\x4f\xcf\ \x58\xe6\xe7\x0c\x73\x96\x79\x03\x1c\xd4\x0f\xa7\x1f\xda\x40\xc0\ \xc4\x73\x73\x4f\x2d\x33\x0f\xa7\x1f\x7d\xf4\x54\x05\x86\x09\x0e\ \x77\xd5\xcc\xd3\x87\x22\x74\xa0\xda\x0c\x2a\x3e\x9b\x6d\x41\xa9\ \x35\x7c\x91\x80\x0e\x16\x89\x49\x21\x53\x98\x24\x26\x83\xce\x17\ \x88\xb1\x18\x26\x15\x25\x6f\x89\x44\x22\x50\x45\x70\x54\x36\x31\ \x5f\x4c\x17\x33\x19\x40\x81\x02\x3a\x19\x8d\xab\x67\x90\x58\x02\ \x3a\x8b\x3d\x87\x4a\xc7\x44\x7c\x11\x9f\x4d\x17\xd0\x99\xa8\x62\ \x9e\xc5\x62\x60\x29\x68\x50\x0f\xaa\xf4\x12\x50\x41\x7f\x55\x22\ \x2a\xca\x9e\xc7\xb2\x99\x14\xa6\x60\x46\x44\x26\xe2\x30\x14\x12\ \x8d\x80\x22\xb8\x80\x04\xe1\x99\x40\xa4\x40\x01\x31\x38\x32\x99\ \x40\xc6\xe2\xd1\x33\x63\xb0\x18\xfc\xe4\xfa\xfb\xef\x4f\xce\xae\ \x3c\x7e\xf2\xc1\xfb\x8b\x8f\xff\xe9\x5f\x67\x09\x7c\x40\x66\x15\ \x1f\xdc\x14\x38\x2b\x11\x13\x43\x45\x19\x32\x74\x3c\xe8\x27\x95\ \xc2\xc2\xa0\x62\x5b\x0a\x96\xc2\x02\xd9\x23\x12\xe1\x60\xc2\xe3\ \xf0\x80\x2f\x44\xe0\x19\x38\x4a\x80\x42\x94\xbc\x51\xa0\x3e\x25\ \x8e\xf3\x78\x05\x8e\x28\x14\x49\x4e\x17\x08\xc4\x2c\x81\x61\x7a\ \x6e\x4e\xc4\xa2\x12\x46\x09\x9c\x77\xb8\x7d\x00\x75\x83\xde\xa0\ \x74\x6c\xa2\xf7\xde\xd0\x50\xcf\xfd\xfb\xdd\xe3\x32\xd9\xd0\x7b\ \xef\xf5\x0e\x0e\xf4\xf4\x8e\xab\xfb\xc0\x5f\xdd\x1b\x1e\xee\x41\ \x4d\x82\x3d\x7d\xa0\x42\xc3\x23\x03\x03\x13\xbd\xef\x82\x73\x7a\ \x70\xef\xde\x70\xdf\xf0\xbd\x01\x00\xc1\xfb\xfd\xfd\x5c\x4d\x4f\ \xcf\xd8\xd0\x00\xdc\xde\x8f\x72\xd7\xc7\x41\xbe\x86\x81\x01\x7b\ \x87\xba\xbb\x7b\x60\x93\x91\x31\x89\x70\xb0\x9f\x2b\x81\xef\x0a\ \x08\x38\x2e\xe4\x0e\x4c\x8c\x70\x15\x13\x83\xea\xb1\x6e\x6e\x5f\ \xef\xc0\xc4\xb8\x70\x44\x22\x14\x0a\x47\x84\x3a\xa9\x44\x22\xe4\ \x02\x2a\x4a\xa5\x13\x63\x28\x97\xc1\x28\x95\xa2\x0c\x64\x89\xd1\ \x28\x87\xaf\x50\x67\xaf\x54\xa3\x98\x90\x8f\x68\xe5\x7d\x20\x6f\ \x12\xb5\xba\x47\x66\x04\x3d\x54\x6b\xd4\x7a\x87\xc6\xa9\xb7\x0b\ \x61\x13\xb5\x02\xcd\xcf\xb1\x6a\xf5\x32\x85\x1c\x8d\x30\x04\xd1\ \xf3\xba\x1c\x76\xbb\xdd\xe8\x94\xcb\xe4\x1a\x8d\x42\x31\xa1\x91\ \xc3\x56\x6a\x53\xed\x3f\xff\xfd\x43\x16\x4d\xa9\x9c\xe2\x81\xd8\ \x77\xc1\x3b\x12\x16\x43\x42\x48\x08\x98\x8e\x47\x55\x72\x74\x2c\ \xaf\x8b\x88\x21\xa1\xd5\xf5\xae\x2e\x1a\x89\x33\xcb\x9b\x5c\x07\ \xc5\x7a\xfc\x04\x5e\x2b\xde\xec\x22\xa0\xf7\xd4\x8a\x12\x94\x6a\ \x6a\x14\xfc\xd5\x64\x17\x4d\x39\xba\xfe\xfe\xca\x93\x15\x24\x5c\ \x93\xb3\x8f\x9f\xac\x4c\x82\x9c\x4d\x12\x00\xca\x41\xe5\xa8\x02\ \xec\xd4\xd4\xec\xe4\xe2\x07\xbf\xf8\xc7\x0f\xf8\xdf\xe4\xf4\x3a\ \x40\x25\xbf\xc7\xea\x75\xf8\x6a\x31\x77\x20\x88\xc2\x85\xf5\x0e\ \x5f\xbe\xbd\x15\x03\xcd\xf2\x87\xdc\x5b\x81\xd3\x23\x97\x2b\xe0\ \xad\x45\xc1\x72\x55\xab\xb9\xb2\xdb\x7f\x14\xf5\xd4\xc2\xa1\x4e\ \xc0\x63\x77\xfa\x63\x61\x57\x2e\xbf\x1b\xb4\x77\xfc\xf6\x58\xd9\ \x13\x6e\x45\x85\xba\x9a\xdf\x1e\x31\x39\xc0\x5c\x85\xab\x21\xb0\ \x4d\xee\xd8\xaf\xf2\xfe\x5d\x94\xd5\x67\x77\x7a\xe5\xae\x58\x2c\ \x97\xf7\x56\x8f\x22\xce\x5c\x2d\xbf\xdf\xf1\x3a\xdb\x65\x97\xcb\ \xdd\xde\xda\x8a\x04\x62\x1e\x47\xad\x95\x3b\x3a\x8d\xd9\x3b\x07\ \xb1\xdd\x0c\x60\xdb\xfe\xe6\xe9\x5e\x60\xaf\xb5\xd1\xa9\xfa\xdd\ \x07\x6d\xff\x76\xf2\x70\xbb\x54\xec\xec\x9f\x46\x23\x07\xab\xb1\ \xd5\xe5\xf6\xfe\x7e\x67\x2f\xbb\xba\xb6\xbd\xba\xbb\xdf\xd9\xd9\ \x3c\x59\x5a\xcb\x85\xca\xb0\x69\xd4\x19\x0b\xa3\x91\x61\x61\x87\ \xc3\xe4\x74\xd7\x76\x80\x69\xed\x5e\xa7\x1d\x38\x76\x33\x1a\xde\ \x43\x45\xf3\x87\xdb\xab\xe5\x8d\x9b\x9b\xdb\xcb\xab\xa5\xc3\x9b\ \xb5\xd2\x71\xe1\xac\x50\xcc\x96\xf6\xeb\xad\x8d\xfa\x52\xab\xd5\ \x4c\x1c\x66\x13\xc9\xa5\xb5\xf4\x46\x2a\xd1\x88\xc7\xd3\xe7\x09\ \x90\xab\x54\x1a\xd9\xb0\x85\x7a\x32\x51\xdc\x78\x79\xfe\xea\xf9\ \xf1\x59\xe5\xf2\xec\xae\xb2\x70\x7b\x7d\x71\x76\x5e\xac\x17\xae\ \xce\x13\x67\xe9\xed\x66\xb6\x72\x56\x4a\x5c\x34\x4b\xc5\x9b\xca\ \xf6\xf1\x75\xf1\xec\xe2\xea\x2e\xdd\x8c\x37\x5e\xde\x64\xb3\xc7\ \xa5\xe5\x54\xeb\xec\xf8\xc5\xcd\xc5\x6d\xba\x98\xcc\x9e\x9f\xa3\ \x09\xa9\xc5\xb3\xe4\xc2\xc5\xab\x57\x85\x66\x62\x3b\xbd\xbc\x50\ \x28\x5c\xde\xdc\xc4\xcf\xae\xd2\x17\xd7\xaf\x5f\x7c\xff\xcd\x77\ \xbf\xfa\xe1\xc7\x1f\x7f\xfe\xe4\x4f\x1f\x7f\x64\xf9\xf0\xe9\x43\ \xdb\xb4\x8d\x45\x05\xc9\xe2\xbf\x4d\xc7\xe3\x93\x70\x0c\x01\xaa\ \xb6\x44\xca\x64\xa3\x93\x6d\xd3\x4c\x10\x33\x54\xc4\x4e\xb7\xb1\ \x44\x73\x4f\xa7\xf9\xfc\xe9\x39\x60\x3e\x9b\xc0\xc0\xe0\xcf\x3c\ \x7b\x34\xc3\xe7\x8b\x59\x06\xd5\xf4\x87\x86\x0f\x1f\x5a\x2c\x73\ \xf3\xcf\xe6\x1f\x3e\x9a\x9b\xfe\xcd\x87\xcf\x66\x9e\xce\x59\x50\ \xb0\xe6\xd3\x19\xd1\xa3\x79\x20\x1f\xb1\x68\xda\x30\xaf\x9a\x9b\ \x9b\x9b\x99\x61\xa1\x6a\x78\x3e\x38\x32\x40\x22\x11\xf0\x9f\x00\ \x2d\xa1\xa3\x3a\x4c\x2a\x60\x9d\x80\x4d\xff\xdf\x96\x67\x94\x68\ \xc0\xa4\x83\xf5\x62\xa3\xe4\x78\xfe\xdb\xba\x04\xb0\x76\x62\x06\ \x6b\x9a\x49\x45\x3d\x8b\x06\x11\xcb\x30\x2d\x82\xbb\x90\xac\x82\ \xef\x11\xa9\x6c\x2c\x31\x03\xa5\xa3\xb2\x80\xb3\x66\xf8\x20\x7e\ \x20\x3c\x18\x64\x13\x99\xa0\x2d\x22\xe0\x4c\xb6\x48\x84\x62\xaa\ \x50\xb1\x03\x09\x05\x52\x90\xe1\x2b\x70\x75\x18\x22\x81\x08\xd6\ \x88\x49\x41\x71\x0d\x24\x32\x93\x41\x84\x53\xfc\xec\x07\x1f\xac\ \x3f\x7e\x1f\xcd\xcc\x79\xf2\xf8\xc9\x3f\xff\xf3\x22\x9e\xa5\x02\ \xa5\x06\x19\x25\xd0\xd9\x18\xbe\x85\x85\x9a\x15\x19\x28\x8b\x8b\ \xca\xc6\x62\xe9\xa0\xb7\x34\x1c\x09\x03\x50\x89\xba\x30\x71\x38\ \x14\x7f\x45\x22\x82\xc7\xc2\x77\x71\x46\x27\x47\x47\x27\xd1\x98\ \xe7\x29\x1e\x6f\x72\x76\xea\xed\xc8\xaa\x49\x25\x86\x2d\x86\x5d\ \x38\xaf\x62\x02\x36\x33\xf0\x34\x9c\xf2\x9d\xb1\xee\x07\xef\xfd\ \x5d\xb7\xce\xac\x56\x4f\x0c\x22\x89\x01\x1a\xe4\x4a\x47\xba\x7b\ \xdf\x1d\x18\xe8\xef\xef\x1f\xe4\x02\xd3\x0d\xf5\xa2\x3b\x86\x51\ \xf3\x32\x00\xdd\xbd\x81\x41\x2e\xf7\xdd\x77\x1f\xf4\xf7\x02\x11\ \x76\x0f\xf6\x02\x46\x0e\x0a\xbb\xfb\x7b\xc6\x27\x26\x06\x7b\xfb\ \xd1\x65\xbf\x5e\xae\x54\x87\xa6\xec\xa0\x32\xf6\xbe\x5e\x34\xaf\ \x62\x78\x08\xad\x94\x4f\x0c\xf7\x0d\x0c\x0c\x8d\x74\x0f\x01\x3c\ \x4e\xf4\x71\xc7\x07\xa4\xb2\x09\x19\xa0\x64\x0f\x17\x84\x72\x44\ \x28\x04\xdf\x35\x06\xb2\x36\x26\x14\x02\x2e\x0a\x15\x76\xa9\x9c\ \xab\x56\xc8\x4d\xc0\x8c\x0a\x8d\x5c\x37\xa1\xd5\x2a\x40\xa9\x14\ \x3e\x87\x54\x6d\x36\x4a\xb4\x76\xa1\x5c\xad\x31\x4d\x4c\x8c\x4d\ \x70\x15\x3a\x0d\x38\xb4\x09\xbd\x1d\x64\x4a\xa3\x31\x6b\x4d\x7a\ \x9d\xd3\x8c\xc6\x9a\x6a\xe1\x06\x89\x11\x5c\x97\xd9\xe9\x0f\xb9\ \xdc\x66\x8d\x56\x6b\x55\xa0\x39\x16\x3a\xad\xc6\x24\x34\xa1\x78\ \x3d\x4d\xe2\x6f\x9f\x3d\x25\xa3\x35\xc3\x95\xd1\x51\xde\xa4\x52\ \x49\xc0\x01\x3e\x2b\x39\x28\x65\x1a\x87\xda\xc5\x48\x18\x34\x2a\ \x04\x3c\x2b\x8e\x8e\x05\xd8\xc6\xc2\x5e\xe3\xad\x4c\x21\x26\x9c\ \x5c\x9f\x9a\x82\xbd\xab\x5c\x84\x7d\x3c\xb5\xb8\xc2\x53\x4e\x2d\ \x3e\x99\x24\x11\x78\x93\x53\x8b\x20\x4b\xb3\x68\xa7\xaf\x3f\x01\ \xa3\x05\xe6\x6b\x65\x05\x3c\xef\xec\xe2\x3a\x8f\x44\x7c\xb2\x38\ \x3a\xab\x9c\x5c\xff\xe5\x3f\xfe\xeb\xe2\x9f\x37\x74\xe6\x48\x2c\ \xe8\x0d\x7b\x5d\xc1\x7c\xd4\xe7\xb5\xfb\x02\x7e\x53\x38\x56\x05\ \xa3\xe3\x72\xf9\x3c\x56\xdf\x96\xff\xa4\xe3\xf4\xe4\x82\x41\xb7\ \x3f\x16\x8d\x04\x82\xd1\x60\xac\x5c\x76\xed\x44\x62\x9d\xa3\xa0\ \x31\x16\xf1\xf8\xa3\xed\xc8\xee\xae\xdb\x17\xae\xf9\x83\xe1\x40\ \xcd\xa7\x91\x97\xa3\xde\x80\x53\x1b\xf0\x1b\xfd\x5b\xb9\x5a\x28\ \x18\x70\x1e\x04\x72\x27\xe1\x70\x34\x62\x0c\x7a\xec\x61\xdf\x49\ \x24\x16\xd9\x8a\x44\xc2\xfe\xdc\x56\xad\x1c\xb3\x47\x43\x9e\x5c\ \xbe\x1c\x2d\x77\x02\xa0\x97\x3b\x1b\x5b\x9d\xbd\xd3\x50\x2d\xe6\ \xab\x1e\xa0\x7a\x85\xd3\x93\xcd\xdc\xde\xe9\x5a\xad\x1d\x0a\xec\ \xed\x45\xca\xf1\x4a\x71\x39\x79\x74\x5a\xab\xee\xae\x2d\x97\xb6\ \xd3\xd9\xd5\x76\x34\x7a\xd2\xaa\x9f\xfe\x5f\x92\xde\xc5\x29\xb1\ \x3b\xcf\xfb\x0f\x17\x29\x6e\x22\x85\x20\x2a\x28\x82\x02\x0a\xd2\ \x80\x5c\x9a\x8b\x10\x29\x45\xe2\x05\x2c\x11\x28\x64\xf0\x82\x78\ \x65\x01\xa5\x11\x11\x45\xc5\xeb\x0a\xa8\x58\x62\x61\xd9\x5e\x5a\ \xcb\x6d\x93\xf4\x25\xd9\x4d\xa5\x12\xbb\x3a\xc9\x24\xb5\xb3\x9b\ \xd9\x79\xe6\x99\x99\x9d\x9d\xc9\x64\xaa\xf6\x99\xc9\xcc\x53\x4f\ \xd5\xef\xcf\xf8\x7d\xbe\xbd\xa6\x9b\x1c\x0f\x87\x03\x0d\x9c\xf7\ \x79\xbf\xbe\xe7\xf3\x7d\x7f\xd6\x76\xb6\xdd\xe9\xdd\x27\x3b\xdb\ \x07\x3e\xf7\xb6\x2f\xe4\x0c\x27\xfc\x03\x56\x6f\x12\x25\x0f\xba\ \x3a\xb6\xb7\x1c\x03\x3d\x1e\x4f\x87\x23\xec\x3b\xd8\x8a\xed\xcd\ \xef\xc7\xd6\x26\xd7\x17\x92\xe1\xd5\xf9\xcc\x54\xe1\xfc\xc9\xc2\ \xd8\xce\xca\x5a\x26\x55\x9c\x7d\xb2\x3c\xbf\x1c\x8f\xce\x8f\xc5\ \x67\xe2\xf1\x27\x81\xe0\x74\x20\xb3\xba\x3c\x39\x33\x19\x8f\xbe\ \x0e\xae\x4c\xa7\x66\x83\x40\x82\x53\xc1\xe8\x58\x61\x72\x6a\xad\ \x94\x4a\xa5\x26\x16\xe2\x99\xe8\xc5\x6d\xbe\x74\x73\x11\xb9\x8f\ \x2f\xbc\xce\x8c\x06\xee\xa2\x2b\x85\xbb\x89\x60\xfc\x3c\x5e\x98\ \xcd\x14\x53\xf3\x85\xbb\xbb\x87\xf3\x7c\x06\xbc\xd9\x54\xe9\xe6\ \x49\x3c\x13\x1c\xbb\x99\xb8\xc8\x64\xee\x0a\x20\x8f\xb3\xa5\xcc\ \x6c\xa9\x74\x5e\x88\xe4\xf3\xf1\xd2\x4d\x7c\x32\x5f\x98\x9d\x9c\ \x49\x95\x6e\x2f\xf2\xa5\x42\xe6\x75\xe9\x57\xbf\xfa\xea\xe6\xee\ \xe1\xd7\xff\xf2\xe3\x0f\x7f\xfa\xeb\xc7\xdf\x1f\x3f\x7b\x75\x72\ \x62\x17\x99\x55\x22\x9a\x08\x1d\xd5\x2c\x16\xcd\x8c\x68\x07\x34\ \x83\x47\xb7\x18\x98\x34\xaa\x44\x62\x19\x36\xd3\xed\x3c\x81\xc8\ \x6c\x51\xd9\x55\x43\x2a\xf3\x30\x4b\x65\xb3\xa9\x54\x12\x8b\x05\ \x25\x4e\x0d\x5b\x54\x22\x50\x3c\x24\x7a\xcf\xbe\x18\xb1\xdb\x24\ \xc7\xc3\x8b\xb6\x67\x36\xc9\xc9\xf0\xf1\x17\x27\xf6\x91\xe1\x61\ \x96\xed\xd8\x76\x32\x32\xac\x32\x18\x54\xe6\xa7\x43\x76\x0b\xcf\ \xae\x32\x9b\x59\x28\xf8\xcf\x20\x61\x8a\x40\x6e\x78\x54\x36\x8d\ \x0d\x68\x29\x02\x47\xc4\xe6\x31\x25\x22\x2a\x99\x0a\x28\x28\xa2\ \x83\xbe\x31\x41\xad\x0c\x6c\x3a\x9d\x45\xa5\x89\xc8\x18\x26\x0b\ \xcd\xca\x61\x92\x51\xc9\xbd\x80\xc9\xa3\x81\x33\xa3\xf3\x58\x6c\ \x89\x04\x15\x8c\xa3\x20\x3f\xd8\x19\x40\x23\x4d\x25\x42\xd3\xca\ \x49\xcf\x1e\x00\x00\x20\x00\x49\x44\x41\x54\x09\xc1\x13\x0a\x50\ \xf2\x03\x99\x86\xa3\xf0\x98\xb4\xff\xe9\xfa\x43\x43\x75\x0f\x14\ \x12\xb5\x8c\x04\xa7\x70\x1a\xea\xaa\x83\x4a\x45\xc9\x6c\x14\xe9\ \x8e\x2b\xc3\x90\x01\xe7\xc8\x64\x12\x9d\x8c\x03\x42\x2b\x9b\x03\ \xb1\xda\x40\x45\x0d\xb0\x70\xf5\xf3\xe7\x83\x98\x21\x03\x4f\x45\ \x07\xe7\x06\x8c\x09\x6e\x8f\x05\xc2\x47\x21\xa3\xf4\x78\x0a\xb9\ \xac\x9e\xcd\xc2\x60\x48\x44\x2a\xec\x13\x43\x42\xd5\x11\x8d\xe5\ \x48\xb5\x30\x8d\x8d\xa4\x9a\x32\x38\xa5\x13\x00\x4f\xca\xb1\x8d\ \x28\x3d\xa0\x11\xd0\x05\x9d\xfb\xdb\xca\x89\x2c\xd4\x34\xda\x6c\ \x03\x3c\xe6\xd1\xf0\x84\xb6\xf7\xd4\xfc\xc7\x0d\x1f\x54\xeb\x4c\ \x72\xa5\x94\x53\xd5\x50\xc9\x41\x41\xeb\x7a\x90\xa5\x2a\x4e\x35\ \x83\x5b\xc9\x07\x41\x02\xfa\xab\x10\x37\xd5\x89\x9b\xab\x2b\x38\ \xb5\xe2\x0a\x7e\x6d\xb3\xb2\xa5\xaa\x0a\x08\x11\xd8\xb1\xb9\x0e\ \xe9\x93\x5e\x28\x15\x36\xb7\xf0\xc5\xe2\x66\x3e\x18\x2b\x86\xb8\ \x59\xaf\xed\xd0\x73\xdf\x31\x24\xec\xa1\xa9\xba\xa2\xaa\x4a\xd8\ \xc2\x97\xb7\x80\xb4\xd5\x36\x00\x39\x72\x15\xfc\x26\x21\x88\x5f\ \x8b\x52\x23\x43\xd5\xec\xb5\x7c\x46\x25\x72\x60\x0a\x8e\x50\x06\ \xc2\xa3\x50\xab\xb9\x4a\xd4\x9b\x5e\xca\xd5\xa0\x29\xcc\x7a\xa1\ \xdc\xa4\x35\x89\x85\x46\x8d\xa6\xab\x4b\xd7\x21\xd7\x2a\xba\x00\ \x19\x4d\x28\xd3\xb3\x45\xaa\x54\x68\x84\xfa\x3e\x23\x57\x2e\x97\ \x75\x18\xb5\x56\x8d\xa2\xa7\xdf\x68\xed\x35\x0d\xf4\xf5\x39\x8c\ \x5d\xfa\x0e\x75\xa7\xcc\xa8\xd5\x3b\xac\x8e\x8e\x76\x99\x5e\x2d\ \x55\xb6\xb4\xc8\xf4\x0a\x87\x55\xa1\x41\xb1\xc5\x0a\x0d\xd8\x37\ \xed\xed\xab\xef\x79\x83\x47\xdd\x4b\x4b\x80\x78\x65\xf5\xef\xca\ \xda\x09\x68\xd0\xaf\xbe\xa6\xbe\x15\x3e\x36\x02\x72\x5e\x80\xd9\ \x24\x12\xd8\x2d\x40\x7b\x6a\x19\x8a\x18\x6d\x1d\xdf\x40\xed\x42\ \x36\xc0\x55\x21\x6f\xd5\xb6\xd4\x3a\xfe\x0e\xfe\xc0\x55\x01\x34\ \xce\x8d\x03\xfb\x75\xb7\x81\x2e\x2d\x6d\x9c\xcd\xb5\xcd\x6d\x80\ \xad\x82\x4f\xa2\x71\x1c\x5b\xde\x5d\x3e\xbe\x04\xda\xd8\xbd\x04\ \x3e\xfa\xfa\x9a\x55\xea\xd2\x39\x7a\x93\x21\xab\xd7\x1f\x0e\xf7\ \x74\xf9\xb6\x63\xc0\xae\x2e\x47\x32\xd7\x99\xf5\x1b\x7d\xfe\x58\ \xc2\x1f\xf2\x7b\x62\x5e\x6f\x5f\x4f\xcc\xef\x48\x27\xdc\x3d\xfe\ \x64\x36\x16\x76\xf5\x25\x73\x7e\x6b\xd8\xd5\xe3\xcc\x86\xbc\xb9\ \x30\xd0\x57\xcc\xdb\xef\x72\x25\x7a\x94\x5d\xdb\xde\x1e\x4f\xd7\ \x80\xc7\xe1\xe8\xdb\x4e\xef\x86\x7b\x06\x12\x5b\x2e\xb0\x4b\xeb\ \x87\xae\xde\x3e\x50\xc5\x3e\x77\x22\xe9\xf7\xf5\xc6\x3a\x43\x9e\ \xed\x1e\x67\xba\xcb\x9f\x76\xa4\x0f\x73\xe9\x70\xac\xdf\xef\xee\ \x8b\x6d\x85\xb7\x77\x0e\xd2\x03\x3d\x1d\xd9\xed\x83\xfd\xbd\x85\ \xbd\xd0\x4e\xe8\x70\x7d\x6d\x6b\x27\xe6\x3e\xd8\x4b\xc6\x66\x47\ \xa3\xf1\x99\xec\xfc\x76\x7a\x79\x6d\x26\x13\x9f\x5f\x9f\x4d\xf8\ \xd7\xc6\x66\x76\x37\x77\x0e\xd7\x0e\xf6\xf6\xd7\xa6\x77\x57\x7d\ \xa8\x57\xd8\x76\xd6\x9f\x4b\xf4\xc7\x72\x2e\x90\xd0\x0e\x53\x6e\ \xc7\xe3\xf2\x0e\x80\x01\x74\x27\xdc\xbb\xfb\x07\x13\xd3\xd9\x95\ \xd9\xcd\x89\xf9\xe4\xee\xda\x68\xe0\xe6\x6e\x76\x22\xb0\xb6\xf6\ \xa4\x30\xf3\xe4\xc9\xe6\xfc\x93\xf9\xe5\xd1\x99\x89\x60\x30\x32\ \xb5\x1b\xc8\x44\xa2\xc5\xb1\x99\xd9\xb1\xd9\x62\xfe\x26\x1f\x44\ \xb5\xe9\x13\x99\x0c\x28\x57\xf4\xbc\x34\x3d\x7f\x71\x1b\xc9\x47\ \x02\xf3\xa9\x4c\xf1\x4d\x3c\x53\x8c\x4c\xbe\xce\xa4\xee\x47\x47\ \x23\xb7\x81\x40\xfe\x3e\x58\xc8\xbc\xcc\x97\x52\x13\xf7\x99\x9b\ \xc2\x9b\xe2\xeb\xf3\xc9\xbb\xe0\xcd\xcd\xfc\x7d\xfe\x22\x75\x01\ \x76\xac\x94\xba\xbb\xf8\xea\x26\x3f\x3f\x3d\x19\x98\x2c\x14\x66\ \x23\xc5\x40\x2a\x32\x19\x49\xc5\xc7\xa6\x03\x81\x4c\x26\x53\x78\ \xf9\x55\xa1\x90\x07\xe3\x77\xf7\xf0\x3a\xf3\xd5\x9f\x3f\xfd\xe9\ \x0f\x7f\xff\xdd\x5f\xff\xe3\xe9\xc9\xd3\xe3\xc5\xa7\x36\xb3\x85\ \x2e\x40\xd3\x9b\xa9\x18\xa6\x00\x50\x10\x3c\x07\x8f\x49\x51\x09\ \x0c\x6c\x16\x8b\x89\x52\x0f\x24\xa8\xdb\x20\x68\x02\xe0\xa2\x88\ \x69\xb1\x1b\x86\x6c\x12\x8a\xc5\x20\x19\x1a\x41\x93\x63\x58\x06\ \xfb\x90\x41\xb5\xb8\xb8\x68\x83\x5d\x99\xc1\x42\x8d\x7c\x61\x31\ \xbf\x1a\x1a\xb1\x18\x8e\xbf\x18\x1a\xb1\x59\x24\x60\xa8\x16\x8f\ \x6d\x96\x61\x8b\x1d\x71\xe4\xd7\x76\xd5\xa2\xc4\x2c\x60\x81\x5a\ \x81\x3f\x02\xcd\x41\x1d\x08\x69\x40\x7a\x6c\x09\x9a\xe7\x02\xa6\ \x8a\x87\x9a\x1c\x32\x29\x3c\x03\x85\x65\x53\x01\x6d\xb1\x54\x02\ \x10\x1a\x36\xa5\x0c\x35\x2b\xa4\xb1\x0c\x34\x22\x86\xc5\x66\x83\ \xb6\x51\x41\xc0\x28\x28\x23\x10\xa5\x2e\x80\x86\xa1\x39\xd2\x20\ \x58\xa8\x25\x05\x93\x69\x47\x45\x16\x66\x1e\x0d\xd5\xb4\x53\x44\ \x22\x36\x0d\x5e\x3c\x95\x8e\xa1\xd8\x59\xe0\xd3\x48\x14\xd4\xea\ \x8b\xc0\x46\x01\x56\x74\x50\x2d\x0a\x1b\x43\xc6\xd0\x68\x44\xf8\ \xfe\x63\x89\x65\x28\x17\x06\xcf\xa6\xe2\x1b\x91\x58\x9d\x9e\x0e\ \x8e\xcf\x9d\x82\xd3\xfa\xfd\x8b\x36\x2c\x10\xb1\x44\x82\x8a\x51\ \x69\x28\x01\x9e\x8e\x12\x4b\xf1\x44\x94\x1d\x41\xc5\x96\x51\x30\ \x64\x1a\x95\x88\x41\xb5\x43\x34\xd8\x2f\x16\x8f\x27\xe0\x89\xe5\ \x44\x52\x79\x79\x5b\x3d\xa1\xbe\x1c\x8b\xae\x64\xa1\x20\x3a\x34\ \x3b\x07\x8b\x72\x7d\xcb\x6a\x48\x04\xf8\x47\x83\xc3\x32\xdb\x6c\ \x16\xf0\x67\x20\x58\xcd\x8c\x86\xa6\x86\x0a\x6d\xa7\xbe\x85\x5f\ \x05\xd2\x52\x5b\xc5\x69\x11\x1a\x5b\xb8\x95\xb5\xcd\xb5\x95\xd5\ \x5c\xbe\xb4\xe1\xfd\x0a\x2e\x6a\x46\xc8\xaf\xac\xe2\xb7\x34\x73\ \xf9\x2d\x6a\x2e\x9f\xcb\xa9\x78\x54\x59\x2d\xae\xe2\x4a\xa5\xd5\ \x15\x95\x1c\x85\x42\x8b\x6a\xdb\xd5\x2d\x32\xd4\xa6\x59\x26\x57\ \xb6\xc8\x94\x0a\xbd\x10\xc5\x8e\x3e\x62\xc0\xb6\x5c\x8e\xb8\xb6\ \x82\xc3\x90\xd7\x82\x70\xd5\x8a\x6b\x5b\xc0\x46\xe9\xb9\xdc\x5a\ \x35\x57\xac\x91\xe9\xb4\xb5\x0c\xb5\x54\xce\x95\x72\x91\x57\x92\ \xca\x5a\x9a\x5b\xa4\x7c\xae\x54\xe8\xd0\x2a\x3a\x95\xdc\x66\x0d\ \x60\x9b\xbe\x5d\xad\x00\xdd\xe2\x2b\x65\x9d\xa6\x4e\xb9\x51\x83\ \x66\xe2\x48\x95\xe0\x91\xd4\xf2\x0e\x99\x42\x26\x95\x83\xc4\x29\ \xf4\x2d\x32\x99\xbc\xbd\x4b\xa9\x31\xca\xda\xfb\x4d\xa6\xae\x2e\ \x87\xc6\xd8\xa7\x30\x19\x3b\xfa\x3a\xba\xf4\xd6\x3e\x5d\x67\x9f\ \x4c\xd3\x21\x45\xcf\xa7\xef\xd1\x6b\xb5\x72\x59\x8f\x0e\x45\xbf\ \x6b\x15\x4a\xb1\xff\xf3\x13\x09\xbe\x7b\xae\x75\xb0\x0c\x70\xaf\ \xbe\xad\xad\x06\x8f\x1a\xa4\xd5\x60\xb1\xe3\xe5\x8d\x04\x42\x79\ \x19\xb0\x20\x86\x88\xad\x21\xd2\x49\x65\x78\x12\xea\xfe\x48\x24\ \xd4\x83\xf4\xb7\x8e\x83\x0a\x81\x6a\xb5\xd6\xa0\xfe\x39\x73\xe3\ \xdd\x1b\xf0\xb1\xcd\xa1\x89\x84\x70\xb2\x39\x5d\x02\x83\x85\x26\ \x2c\x2c\xc1\xba\xf1\xb9\x25\x24\x5d\x8d\xe5\x73\x73\x4b\x1b\x1b\ \x83\x8d\xe3\xb0\xb2\x1b\x6e\xc1\x48\x5f\x7e\x88\xbb\xe9\xd1\x86\ \x5d\x1d\x56\x87\x6b\xc0\x13\x72\xa7\xbd\x3d\x5e\x4f\x9f\x2f\x1d\ \xea\x09\xfb\x3a\x5c\x4e\x9f\xbf\x3f\xe7\x81\x63\xbd\xdf\x3a\x10\ \xee\xef\x4a\xfa\x7c\xbe\x81\xfd\xf5\xbe\xb0\xc7\x9f\x4e\xf6\x3a\ \xdc\xbd\x1e\xa7\xaf\xd3\x97\x0e\xf7\xf9\x9c\x09\x97\xd7\xe3\x88\ \xf5\xc9\x3a\xfc\xe1\x4e\x87\x03\xf8\x11\x2c\xd4\xd6\x5e\xce\xdd\ \x1f\x0b\x85\x56\xf6\x92\xdb\xe0\x92\x92\xa1\x3e\x57\xcc\xe5\x8e\ \x6d\xfb\x1c\xb1\x4e\x57\x2c\x97\x48\xc6\x7a\x9d\x5b\x7d\xce\xf4\ \x7e\xe2\x60\x2b\xec\xf3\xf6\x6d\x27\xdd\x5b\x69\x77\x47\xaf\x63\ \x20\xec\x0c\xed\xcf\xef\xfb\xf6\x72\xde\xd5\x83\x85\xd5\xcd\x55\ \xdf\x6a\xd2\x9d\xcb\x07\xf2\x0f\xf3\x2b\xbb\x6b\xde\xd1\xd1\xfd\ \x89\xbb\x78\x76\x62\x3d\xb7\xb6\x3f\xb6\x3f\xbf\x93\x3b\xdc\x3a\ \xd8\x59\xde\xdf\xdd\xf5\x86\x93\x8e\xfe\xe4\x81\x3b\x1b\xee\xf2\ \x3a\x06\x1c\xbd\x3d\x1d\xd6\xd8\x4e\xda\xe7\x0a\x0d\x38\x9d\xd6\ \x84\x6f\x7b\x67\x79\xb6\xb0\x9b\x9d\x0a\x06\xd7\x9e\xcc\x02\x97\ \x45\x6e\xc6\xa6\x67\x77\x82\x13\xc5\x7c\x3c\x3f\x3a\xb9\x9c\x19\ \x9b\x99\x2e\x8e\x4e\xa7\xa6\xd7\x8a\xb7\xe7\x0f\x6f\x8b\x53\x81\ \xc9\xe9\xc9\x7c\x06\xfc\x57\x24\x35\x3f\x16\x00\x65\x49\x15\x5f\ \x46\xa6\xd7\xce\x8b\x81\xbb\x4c\x74\x6a\x36\xf2\x55\x21\x38\x59\ \x88\x44\x6e\x26\xd6\x4a\x93\xf1\x52\x71\x3f\xfe\x90\x99\x88\xcc\ \xde\xdc\xe4\xe3\xc5\xd7\xf9\x59\x78\x89\xf1\xd2\xb7\x0f\xc5\xef\ \xf2\x20\x57\xe7\xdf\xdc\x16\x27\x0a\x91\x87\xbb\x6f\x8a\x2f\xcf\ \x33\xf9\x4c\x30\x52\xc8\x4c\xbe\xbc\x4f\x15\x27\x53\xb7\xf1\x54\ \x2a\x1a\x98\xcd\x07\x0a\x91\xdb\xdb\xf3\x8b\xfb\x97\x2f\x33\xa0\ \x58\x2f\xff\xe9\xb3\x1f\x3e\xfd\xe9\xd3\x3f\x7e\xf6\xbd\xd9\x62\ \x33\x1f\x0f\x2d\x5a\xcc\x00\x4b\x4c\x1a\x81\x4a\x11\xb0\x30\x70\ \xc0\x91\x05\xa8\x97\xf2\x08\xac\xe5\x89\x68\xa8\xc3\x04\xcb\x26\ \x30\x98\x0d\xef\xb2\x8f\x45\xb6\x13\x8b\xc5\x26\x22\xf3\x80\xf3\ \x24\x2a\xde\xf0\x90\x65\x78\x44\x64\x91\x80\xe9\x1a\xb2\x8d\x3c\ \xb3\x9b\xed\x36\xdb\xf0\xb0\x64\x64\xd1\x62\x19\x19\x01\xfc\x63\ \x1b\x00\x10\x47\x9e\x3e\x1d\x01\x94\x12\x08\x54\x06\x89\xc0\x66\ \xb1\x88\x16\x0d\x2a\x8b\x19\xcc\x0a\x85\xcd\x44\x2d\xee\x51\xb1\ \x17\x18\x25\x30\x4c\xa8\xc8\x9d\x49\x07\xb1\x52\xd1\x2d\x02\x64\ \xb3\x78\x6c\x0a\x68\x22\xf8\x22\x36\x38\x2e\x91\x41\x20\x30\xb0\ \xe8\x14\x3a\x32\x59\xf0\x88\x77\x97\x08\x25\x28\xfd\x8f\x4c\x13\ \x08\x60\x7f\x54\x10\x26\x0a\x45\x45\x43\x57\x08\x78\xa8\xb3\x2b\ \x93\x0d\xcc\xc7\xc3\x89\x50\x68\x96\x88\x2d\x10\xd0\x58\x02\x1a\ \x19\xb8\x0f\x43\x44\xcd\xe3\x55\x6c\x12\x11\xcc\x1d\x6a\xb4\x4a\ \x20\x90\x70\x48\x85\x70\x40\x70\xc4\x72\x02\x1b\x07\x86\xa7\x7c\ \x63\x63\x6e\xfc\xf2\x74\xa3\xbb\x75\xfc\xec\xe8\xe8\xdf\xbe\x9c\ \x2b\x93\x98\xed\x06\x09\x2a\xfa\xa7\xd1\x28\x54\x16\x4b\x80\x1a\ \x11\x12\x45\x40\x85\x24\x34\x7c\x45\xa6\x10\x50\x97\x1c\x00\x42\ \x12\x2c\x02\xc5\x10\xb0\xe5\x78\x2a\xb8\x2b\x38\xe9\xd7\x0c\x0e\ \xa2\x2b\x83\x84\x1a\xf0\x58\x70\xba\x07\xd8\x19\xaf\x27\x90\xea\ \xc9\xe0\x09\x6d\xe6\x61\x11\x15\x60\x1c\x53\x03\x0e\x8b\x5b\xf9\ \xc1\xe3\x2a\xbe\xda\xa4\xe6\xd6\xa2\x8e\xf2\x0d\x55\x42\x7e\xb3\ \xb4\xb9\x9a\x2b\xac\x68\xae\x95\x73\x18\xfc\xca\xa6\x2a\x31\x88\ \x91\x14\x70\x4e\xae\x30\x1a\x7b\xb4\x0a\x71\x2d\xea\x52\x5f\x55\ \x55\x51\xc9\x6d\xe1\x33\xf8\x5c\x99\x52\xd9\xa3\xd0\xc8\x64\x8c\ \x2a\xbe\x4c\xa8\xec\xd5\x82\x6e\x69\x64\x42\x7e\x05\x38\x36\x86\ \xba\x96\x5b\xcb\x69\xae\x65\x70\xe1\x4e\x71\x45\x75\x15\xbf\x19\ \x1e\x03\x0a\x55\x5b\x51\xd1\xa2\x10\x0b\x6b\x5b\x8c\xcd\xcd\x68\ \x1a\xa1\x50\x0d\x24\x28\xe6\x6b\x84\x55\x5c\x10\xc7\x5a\xa5\xa9\ \x43\xa6\x51\xeb\xb9\x72\xb1\xc2\xd4\xae\xd5\xe9\x4c\xed\x7d\x0a\ \xb9\x5c\xaa\xef\xd5\x29\x15\x0a\xa9\x4c\x27\x57\x68\xe4\xcd\xed\ \x1d\x1a\x23\x88\xa5\x5c\xa6\x6e\xd1\xa0\x5c\x64\x10\xae\x16\x9d\ \x43\xdb\xef\xd6\x99\x8c\xf2\x76\x9d\x0c\xa0\xb0\xcf\xd4\xee\xe9\ \x52\x74\xb5\xeb\xda\xf5\x4a\xbd\x11\xcc\x96\x42\xd7\xd5\xa3\x6d\ \x37\x69\x94\xda\x77\xcd\xed\x8d\x6a\x71\x7b\xff\xc3\xd7\x4f\x69\ \xe5\x80\x69\xf0\x6e\x75\xb7\x95\x13\xda\xea\xcb\xdb\xc0\x25\x91\ \x48\x35\x58\x6a\x59\x23\x01\xb5\x35\x22\x63\xda\x08\x65\x58\x0a\ \x13\x43\x42\x19\x8a\x54\x12\x16\x80\xbb\xa6\x75\x70\x0e\x40\x70\ \xe3\xfa\x6c\x69\x1c\x60\xef\x0c\x30\xfe\x74\xe3\xe8\x0c\x0d\x3f\ \xc2\xc9\x06\x3e\xc7\x33\x94\x46\x03\x14\xd8\x86\xa6\xeb\xa0\xda\ \x86\xab\x8d\xc1\x6e\xd0\xac\xb3\xa5\xd6\x46\x10\xb2\xf1\x8d\x23\ \xd8\x68\xee\xec\x43\xcc\xb7\x61\xbd\xbe\xb7\xd7\xe9\x80\x03\xde\ \x09\x26\x28\xe6\x74\x87\xfd\xa1\x6c\x58\xe7\xf0\x3b\x43\x03\x69\ \x9f\x33\xe4\xef\xed\xf7\xb8\xba\x06\x62\xb1\xdd\x98\x3f\xbb\x9b\ \xd8\x71\x0f\x24\x72\x2e\x93\xb5\xcf\x11\x72\x5b\x43\xab\xe9\xf6\ \xfe\x98\x33\x14\x1e\xf0\xee\xf5\x75\x74\x0c\x78\xfb\x3d\x39\xaf\ \xcf\x6b\x0a\x2d\x8c\x4d\xed\xb8\x43\xd9\x01\x6b\x22\x81\x28\x30\ \x9c\x0c\x0f\x24\x7d\x00\x82\x5e\xb7\x3b\x34\xb0\x7d\xe8\x73\x66\ \x77\x5d\xa1\x74\x7f\x6c\x73\x7d\x0b\x5c\x57\xc2\x6b\x0a\xfb\x3c\ \xfb\x5b\x7d\x8a\x84\x2b\x74\x10\xcb\xc5\xe6\x9f\x38\x63\xfb\x8e\ \xf5\xfd\x83\xbd\x27\x07\xfe\xb5\x64\xc7\x7a\x64\x26\x12\x1c\x5d\ \x48\x3f\xc9\xad\x4d\x4c\xed\x2e\xa4\xd6\x57\xb6\xf6\x96\xd7\xd6\ \x52\xd3\xfb\xc9\xcd\xad\xd5\xb1\xad\x83\xdd\x99\xad\x03\x6f\x9f\ \x67\xfb\xc0\xdb\x9f\xf0\x03\xd3\xfa\x5d\x20\x7d\xde\xbd\xfe\x70\ \x7f\x28\x3d\xe0\xdf\xca\x25\x17\xb2\xbb\xf1\xfc\xf4\xc2\xec\xf4\ \xee\xfc\xf4\xfc\xe8\x28\xaa\xc3\x0a\x4c\xec\x4e\x6f\xe6\x81\xeb\ \x96\x27\xd6\xe6\x83\xf3\xb3\xe7\x99\x27\x91\xe9\xd5\x4c\xbc\x74\ \x97\x89\xe7\x23\xa9\x40\x21\x1e\x2d\xdc\x45\xd7\xa6\xc7\xa6\x33\ \x93\xc1\xfc\x7d\xbc\x18\x9f\x9d\x08\x82\xb6\x14\x33\xb7\xaf\x23\ \xb7\x37\xf1\x42\x69\x34\xff\x26\xbf\x9f\x8f\xc4\xa3\xa5\xd4\xed\ \xeb\xc0\x72\xe4\x1e\x8d\x6d\x95\x0a\x93\x13\xf3\x37\x0f\xc5\xdb\ \xd7\xa5\xf8\xc5\x0c\xe8\xdf\xb7\x0f\x71\x20\xc5\xe0\xcb\x8b\x78\ \xa1\x78\x7f\x51\x9c\xcc\x4f\x07\x6e\x6e\x22\x93\x29\x40\xc1\x8b\ \x48\xa6\x50\x0a\xcc\x66\xa2\x05\x10\xb6\xd2\xeb\x8b\xf3\xdb\xc2\ \xf9\x2f\xdf\x7e\xf7\xe7\x7f\xf9\xf3\x4f\x9f\x7e\xf6\xbb\xef\x5f\ \x3d\x1b\x5e\x1c\x7e\x76\x62\x81\x43\x99\x42\x11\x30\xa9\x38\xd4\ \xbf\x0b\xf5\x9e\xe1\x31\xc9\x66\x11\x73\x64\x84\xc9\x04\xd0\x32\ \xdb\xc0\xc7\xb0\x0c\x20\x30\x3c\x34\x07\x87\xc6\xb3\x0d\x2f\x02\ \xc2\xa0\xe4\x18\x8b\x81\x67\x16\x01\x34\x8e\x8c\x98\x0d\x43\x6c\ \x89\xcd\x32\x64\x31\x1f\x8f\x0c\x19\x0c\x23\xc7\x2a\x8b\x5d\x34\ \x3c\x0c\xbf\x9c\x2c\x8e\x8c\x8c\x3c\x1d\x19\x52\x81\x1a\x01\x16\ \x82\xa4\xd9\x59\x66\xd4\xfc\x58\xf2\x6e\x36\x21\x93\xc7\x64\x33\ \x25\x48\xa8\x78\xb0\x4f\x89\x04\x35\x74\x66\x32\xcd\x76\x91\x01\ \x35\xff\xa2\xb1\xa8\x4c\x36\xcf\x00\x6e\x8b\x22\x01\x75\x52\xa9\ \x50\x46\x33\xf0\x18\x99\xc2\x16\xd0\xe9\x02\x34\xfb\x19\xe5\xc9\ \x08\xd8\x40\x81\x22\x26\x09\x11\x21\x58\x41\x9e\xc8\x22\x42\x2f\ \x5d\x20\xa2\xd3\xd0\xc4\x6d\xd4\x5f\x95\x49\x17\xe1\xd0\x2c\x67\ \x90\x43\xa0\x44\x2a\x09\x47\x45\x49\xec\x38\x9a\x08\x25\x70\x31\ \x99\x14\x02\x89\x42\xc1\x80\x35\xc2\xa3\xbe\xcf\x44\xd8\x17\x1e\ \x87\x45\x2d\x09\x2f\x8f\xba\x8f\xe6\xda\x96\xce\xce\x7e\xff\xc9\ \x11\x4e\x64\x00\x9b\x69\x07\x33\xc4\x52\xa1\x26\xb2\x34\x78\x6e\ \x12\x99\x4a\xc3\xd0\xc9\x94\x32\x02\x50\x0a\x81\x08\x36\xed\xdd\ \x22\x1e\x85\xf3\xc0\xc9\x1f\x8f\xa9\xe9\x26\x8c\x8f\xb7\x61\xcb\ \x6b\x50\x8f\xe7\x7a\x2c\x1e\x5b\x8f\x46\x59\x1a\x1b\xdb\x6a\xb0\ \x98\x46\x34\xdd\xc7\x60\xe3\xa9\xc8\x2c\x1b\x8b\x8c\xad\x79\x4f\ \xd7\x52\xfb\xc1\x3f\x36\xc9\x7b\xfa\xe5\x46\x69\x15\x98\xa7\xea\ \xda\x66\x00\xbf\xaa\xc7\x00\x83\x5c\xae\x14\xa4\xe9\x51\x65\x2d\ \x97\x2f\x93\x89\xe1\xa7\x59\xdf\xeb\xf6\x5b\xad\xe2\x5a\x75\x2d\ \xa3\x85\xc1\xe0\xf0\x51\xdc\x71\x0b\x97\xaf\xd4\x98\xf4\x20\x51\ \xe2\x5a\xae\xb2\x45\x6a\xd4\x0b\x95\x52\x69\xb3\x14\x75\xf8\xfa\ \xa0\x42\xcc\xa8\xac\xad\x62\x30\x2a\x6a\xb9\xea\x66\x10\xb9\x0a\ \x0e\x87\xcb\xe5\xf3\x35\x1a\x50\x30\x06\x9f\x2f\xe4\x72\x35\x0a\ \x6e\x55\x75\x35\x48\xa2\x18\x64\x0d\xfe\x0a\x95\xea\x16\x75\x87\ \x56\xa9\x55\xab\xb5\x5d\x72\xbd\x42\x89\xe6\x39\xcb\x34\xfa\xf6\ \x3e\xb5\xae\x1d\x45\x00\x6b\x14\x9a\x0e\x8d\x0e\xc9\x14\xc8\x58\ \xbf\x58\xab\x51\x2a\x4c\x0a\xb9\xbe\x5f\xc3\x6f\x6e\x11\x4a\xad\ \x0a\x6d\x97\x49\x6b\x44\xc9\x26\xda\xf6\x76\x6d\x67\x97\xb5\xdf\ \x6a\x34\xf5\x28\xa4\x1a\xc4\x7f\x56\x6b\x5f\x17\x8a\xd1\x69\x57\ \xe8\xda\xdb\x75\x46\x71\x8b\x52\xa8\xb6\x5a\x67\xff\xfe\x31\x99\ \x88\xad\xdf\xe8\x2e\xc7\xd7\xa0\xa6\x8d\x68\xf0\xbc\xbc\xa6\xac\ \xbc\x11\xad\x40\xa0\x4e\xad\x21\x94\xf1\x30\x74\x36\x85\x42\x25\ \x63\xe8\xa8\xf3\x38\x8b\xd4\xd8\xdd\x36\x0e\x32\x74\x3a\xbe\x81\ \xb0\x0f\x44\xea\xe8\xe8\x74\x70\x70\xe9\xfa\xf4\x68\xfc\xf4\xea\ \x1a\xb4\x0b\x16\x37\x10\x22\x36\xd6\xd7\x0c\x2e\xb5\xd6\xcc\xcd\ \xb5\x6d\x1c\x0d\xa2\x9a\xd2\xcb\xcb\xd3\xb9\x9a\x41\x24\x56\x4b\ \x83\xdd\xe0\xb3\xae\x5f\x34\xfe\x4b\xb2\xdd\x68\xf2\x3b\x1d\xbd\ \x03\x9d\x3d\x7e\xcf\x80\xcb\xe5\xec\xf7\x3a\x07\x5c\x89\x70\x6c\ \x2f\xeb\xf5\x38\x1d\x21\x57\xbf\x37\xec\x77\xe7\x42\x59\x4f\x2c\ \x9d\x88\xf5\x26\x92\x21\x97\xb5\xd7\xd5\x31\x60\x8d\xad\x2d\x84\ \x51\x1d\x56\xce\x67\x75\x6f\x7b\x3a\x7a\xfd\xa1\xb0\xd3\xe3\x4a\ \x78\xb5\xdb\x6b\x4f\x72\x09\x80\x47\x87\x75\x7b\x7f\x1f\xd6\x0d\ \x84\x7b\xdc\xde\xdd\xd5\xb4\xb5\xcf\xe3\x0c\x7b\xbc\x9e\xed\xcd\ \xc3\x90\x33\xb1\x65\xdd\xdb\x5c\x0b\xae\x7b\xba\x3c\x8e\x0e\x77\ \x28\x96\xe8\xef\x33\xba\x93\x03\x0b\x07\xc9\xc3\x85\xcd\xdd\x95\ \x55\xff\xc2\x68\xb6\x77\xc7\xe3\xd9\xda\x31\x66\xd7\x56\xe6\xa7\ \x83\xcb\xbb\x2b\x9e\x83\xb1\xb5\xf5\x89\xb1\x9d\x85\xbd\xed\x79\ \x54\xe3\xb9\x99\xde\x8f\x4d\x67\xdd\x9b\x0b\xd9\x6c\xd8\xed\x89\ \xc5\x42\x49\xb7\xdb\xd3\xdb\xef\x0f\x7b\x1c\xae\xde\xf5\x6c\x78\ \xc0\xe1\x07\x01\x0d\x79\x13\xd9\x83\xbd\xb5\x89\xe5\xdc\x4c\x60\ \x66\x77\x7d\x7e\x7e\x02\x90\x6c\x6c\x79\xe5\x20\x18\x8d\x14\xf3\ \xa9\x99\xe8\xfc\x28\x38\xac\xd1\xc8\x6c\x21\xb8\x95\x09\x4c\xce\ \x4f\x6d\xc2\x52\x20\x9a\x9f\x88\x94\xa6\x22\x85\xd1\x60\xe0\xbc\ \x00\x3e\x68\x22\x05\xd0\x97\x2a\x94\xde\x4c\x46\xde\x4c\x16\x6f\ \xee\xa2\x99\x52\xe9\x36\x35\x53\x88\x07\x4a\x85\xbb\xcc\x45\x60\ \xf6\x3c\x75\xfb\x55\xa9\x70\x53\xcc\x64\x40\x91\xbe\xba\xb8\x29\ \x06\x32\x53\x81\x52\x09\x54\xa9\xf8\x64\xea\xe2\x65\x31\x9a\x2f\ \xbe\x29\x14\x40\xb1\x6e\x02\x81\xa9\x42\xe1\x36\x90\x2f\xc4\x8b\ \xb7\x40\x9c\x79\x10\xb2\xe8\xc5\x77\xdf\x4c\x96\xee\x26\x5f\xff\ \xef\xd7\x3f\xfc\xfd\xc7\x9f\xfe\xf2\xf9\xef\x4e\x9e\x7d\xf1\xea\ \x15\x08\x83\xc1\x02\x87\x36\xca\x75\x62\x51\x25\x02\x8a\xd9\x40\ \x61\xa3\xab\x6f\x66\x83\xc1\x6e\x06\x79\x21\x33\x79\x12\x26\x4f\ \xc5\x64\x0a\x2c\x2c\x1e\xea\x89\x6a\xe0\xd9\x54\x20\x14\x4c\x9b\ \xcd\x30\x3c\x6c\xa6\xb3\x78\x8b\x2c\x9e\x0a\x16\xed\x22\xf0\x1f\ \x22\xf3\x90\xfd\xd9\xf1\xb0\xfd\xd9\xf7\x76\xf3\xe2\xd0\xf0\x89\ \x6d\xe8\xe9\x90\xc4\x3e\x34\x3c\x64\x97\x98\x87\xcc\x82\x61\x8b\ \xca\x60\x3e\x06\xa7\x66\x11\x0d\x8f\xf0\x24\x36\x83\x01\x5c\x1c\ \x05\x14\x49\x80\xb0\x0a\x9e\x09\xc9\x95\xc8\x40\xa5\x83\xb9\x42\ \x1c\xc8\xa2\x8a\x04\x2c\x2a\x5d\x04\xb2\x03\xb6\x8a\x8e\x86\xb8\ \x60\x03\x64\xae\x48\x14\x26\x95\x42\x47\x8b\x38\x10\x30\x89\x44\ \x04\x2f\x99\x09\x54\x68\xb0\x30\x91\xf6\xf1\x50\x9b\x1f\xd4\xb4\ \x9e\x07\x5a\x44\xc1\xa1\x5c\x50\x2a\x8f\x8e\x42\x07\x41\xce\x78\ \x18\xb2\x00\x43\x22\x13\x89\x2c\x1e\x05\x90\x94\x4d\x2a\xa3\xd2\ \xe9\x68\x4c\x17\xc5\xc1\xc0\x09\x1c\x87\xa3\xb2\x45\x24\x1a\x0d\ \x8b\x66\xa1\xc1\x19\x78\xae\x11\x8d\x7e\x7c\xf9\xe5\x29\xde\x62\ \xb7\x18\x40\xab\xc8\x78\xba\x81\xcc\x66\x93\xc8\x28\x22\x0c\x07\ \x50\xc9\x66\x91\xcb\xf0\x65\x64\x5c\x39\x01\xc5\x31\x53\xb1\x78\ \x4c\x19\xda\x0f\x15\x53\x4e\xc0\x11\xdb\xb0\x35\xad\xf5\x35\xf5\ \xe5\xf5\xf5\xad\xf5\x28\x6d\x00\x35\x7b\x46\xb0\x83\x46\x94\xe1\ \x48\x14\x98\x55\x74\xfb\xb0\x79\x44\xc5\x26\xd6\xbc\xd7\x2b\x6d\ \x78\xfc\xfe\x63\x8e\x56\x2b\x6c\x46\x2d\xb9\x80\xe3\xb8\x32\xb5\ \xb8\xb2\x9a\x51\x5d\xcd\xe1\xd4\xf2\xa5\x8c\x6a\xae\x5a\xdd\xa2\ \x97\x89\x39\x2d\xea\xe6\xe6\x1e\x53\xbb\xd1\x28\x17\xea\x19\x75\ \xc0\x77\x0c\x0e\xb7\x8a\x51\xc5\xe5\x54\x49\x8d\xbd\x72\x75\xb3\ \xb8\xb9\x52\xac\x45\xd9\x7d\x8c\x66\x21\x68\x59\xa7\x94\x5f\xf5\ \x7e\x65\x95\xb8\xa2\xb2\x85\x5b\x57\xc5\xa8\xa8\x80\xcd\xb9\x62\ \x2e\xba\x12\xc8\x15\x2a\xe5\x1c\x61\x0b\xa3\xa5\xb9\x59\xa8\xe9\ \x60\x54\x73\xb8\xcd\x6a\x7e\x8b\x54\x29\x83\xff\x89\xe5\x62\x8e\ \x54\xa7\x94\xf1\x51\xd6\x82\x52\xa9\x95\x6a\x15\x42\xa3\xae\x4b\ \x03\x74\xd7\xee\xe8\xea\xe9\x50\x9a\xe4\x6a\x19\x5f\xae\xd0\xea\ \xc1\xef\xc9\x95\x4a\x05\x58\x25\x85\xce\x64\xd2\xc9\xf9\x1c\x85\ \x5c\xaa\xd3\xe8\x3b\xbb\xc0\x3e\x09\x7b\x74\xed\x3a\x53\x6f\x6f\ \x5f\xa7\x4e\xdb\x61\x92\xcb\x64\x52\x69\xbb\xd5\xa9\x68\x1f\x30\ \x29\x15\xc6\x0e\x5d\x97\xa2\xb3\xd3\xa8\x91\x6a\x8d\x42\x71\x47\ \x7b\xe4\xd3\xcf\xe8\x4b\x65\x84\xd3\x41\xc2\x52\x63\xfd\x5c\x23\ \xaa\x4d\xa8\x27\x94\xe3\x49\xe5\xdd\xad\xd8\x32\x42\x39\x89\x4e\ \x6c\x6c\x84\x37\x0e\xce\x0b\x65\x65\x14\x2a\x0e\x35\x0e\x3f\xb6\ \x0d\xb1\x6b\xe0\x1c\xd0\x3a\x3e\x88\x3a\x86\x9c\x5d\x2f\x1d\xcd\ \x1d\x81\xa5\x3a\xbd\xbc\x5e\x1a\x5c\xda\x98\xdb\xb8\x3c\x9b\x3b\ \x3d\xdd\xd8\xb8\x5e\x6a\xc5\xd7\x9f\x75\x6f\xa0\x10\x9a\x7a\xc2\ \xc6\xd1\x78\x37\x9a\xc6\x70\x7a\x7a\xd4\xb6\xd4\x3a\xd8\x7a\x76\ \x36\x37\x87\xaa\x58\x96\x9e\x5f\x7f\x7d\xa0\x1d\xc8\xf6\x39\x7c\ \x03\x5d\xfd\x3d\x7d\xde\xad\x10\x58\x9e\xce\x01\x77\x16\x75\x92\ \x07\xd3\xe4\x02\x87\xe4\xeb\xf5\x6f\x83\x32\xa5\xb3\xce\xed\xd0\ \xc1\xc1\xba\x57\xd7\xd7\xdb\xe7\xe8\x1c\xd8\xdd\x4c\x38\x3c\xc9\ \x90\x27\xe7\x0f\xed\x6c\x9b\xdc\xe1\xb0\xc7\xd3\xd5\xe3\x75\xb4\ \x87\xd3\x69\xdf\xee\x9e\xcb\xed\xe9\x5a\x5e\x9b\xf6\xc5\xb6\x62\ \x31\xa7\xd5\xbb\xbe\xe0\xed\x72\xf4\x25\x63\xe1\x50\xef\xea\xfa\ \xb6\xdf\x11\x4b\x38\xd2\x4f\x76\xb6\xb6\x13\xce\x9c\xd7\x98\xc8\ \xf5\xba\xb6\xfd\xfe\x98\xd7\x9b\xf3\xef\x2f\xac\x6c\xa5\x0f\xb6\ \xfb\x72\xab\x5b\xdb\xe1\xb0\x6b\xf7\x89\x3b\x34\x3f\xbf\xf0\x64\ \x7f\x67\x37\x1d\xda\x9f\x5d\x9d\xc9\x17\x66\x37\x0f\x93\x5b\x5b\ \x4f\xf6\xb3\x4f\xd2\x2b\xb1\xd0\xe6\xfa\xca\x41\xce\x17\xce\xb9\ \xf7\x13\x5e\x57\xbf\xd3\xd5\xd1\xef\xcd\x39\x8c\xa6\xce\xad\x5c\ \x2c\xed\xf7\xbb\x13\xdb\xc9\x2d\xef\x81\x27\x38\x1a\x5f\x5f\x8f\ \xce\x4f\x3d\x59\x9e\x9c\x4e\x45\x8b\xa9\xd5\xa9\xe5\x79\x50\xa7\ \x68\x3e\x3e\x39\xb5\x1f\x28\xce\xcf\x44\xa7\xa2\xa9\xe0\x66\xf0\ \x36\x1a\xcc\x3f\x19\x2d\x4c\x8c\x9d\x97\x32\x93\x91\x68\xb4\x38\ \x11\x89\xa6\x46\x33\x53\x53\x99\x9b\xe9\xe2\xf9\xc5\xe4\x4d\x29\ \x7f\x71\x91\xba\xb9\xbf\x7b\x59\xba\x7f\xfb\x10\xc9\x04\x52\xe0\ \x8f\xa6\x52\x6f\x33\xd1\xbb\xfc\xeb\xcc\xcb\xfc\xdb\xb7\xe7\xb3\ \x85\x37\xdf\x9c\x4f\xdc\xdc\xe5\x6f\xc7\x0a\xf7\xc5\xf3\xfb\x52\ \x71\x66\x3a\x7a\x5b\xc8\xc7\xbf\x7a\x1d\x9f\x28\xc4\xef\xc0\x57\ \x05\xf2\xb3\x37\xf9\x62\x3c\x72\x53\x7a\x7b\x9e\x87\x9b\xd7\x0f\ \xdf\xfe\xf6\xf5\xfd\xdb\xd7\xa5\xd7\x7f\xfe\xf1\x0f\x7f\xfa\xbf\ \x9f\xff\xe7\x67\x27\x92\xdf\x8d\x0c\x5b\x04\x28\x31\xe0\x5d\x5f\ \x08\x1a\x55\x40\x26\x52\x41\x93\xcc\x12\x15\xdb\x20\xe2\xd1\x45\ \x2a\x26\x1d\xfc\x8b\x05\x4c\x14\x6b\x08\x5c\x94\x84\x25\x32\xab\ \x0c\x36\xf3\xa2\x05\xac\x8b\x45\x72\xa2\x32\x2c\x3e\x03\x5f\x63\ \x7f\x3a\x62\x1e\x19\x06\x79\xb3\x99\xed\x12\x96\x65\xe4\xfb\x2f\ \x98\x23\x92\xa7\x4f\x6d\x36\xf3\x17\x2a\xb3\x7d\x71\xc8\xb6\xf8\ \x0a\xb4\x8a\xa7\x32\xab\x24\x22\xf3\xb0\xc5\x2c\xb1\x03\x52\xaa\ \x78\x16\x3b\x4b\x62\x93\x48\x0c\x28\x0c\xe2\x5d\x35\x82\x41\x04\ \x26\xea\x7f\x02\x93\x29\x2a\x1e\x5d\x60\x46\x0c\xc9\x46\x97\xe1\ \x50\x31\x3a\x9d\x86\xda\xaf\xa2\xc6\xf0\xa8\x4c\x94\x46\x85\x17\ \x86\x52\xd4\x41\xc9\xe8\x02\x00\x45\x54\x76\x01\xb6\x10\xec\x95\ \xdd\x0c\x1e\x0c\x55\xbc\xd2\x55\x54\x1a\x0d\xd9\x37\x15\x1d\x47\ \xc5\x09\xc8\x38\x01\xea\xa6\x41\x82\x1d\x02\x45\x60\xca\x48\x34\ \x12\x56\x45\x2f\x43\x85\xf1\x44\x34\x98\x55\x86\xc5\x61\x30\x60\ \x96\xc0\x31\x11\xd1\x30\x3c\x0e\x35\x91\xda\x40\xa7\xea\xb3\x8d\ \xf1\xf1\xb3\xd3\xeb\x7f\xfb\xe4\x88\x30\x6c\x18\xfa\x5a\x64\x33\ \x50\x68\x74\x54\x1c\x06\x2a\x88\x03\x5f\x06\xf6\x94\x2a\xa0\x94\ \x95\x63\x98\x54\x12\x1c\x46\x58\x94\x2f\x50\x86\xc7\x93\x70\xec\ \x1a\xc0\x1a\x5c\x79\x7d\x2b\xb6\xb1\xbb\x06\xf5\xcb\x23\x94\x97\ \xd7\xc3\x49\x1e\x4d\x21\x29\xc7\x76\xc3\x52\x0d\xbe\xad\x86\x89\ \x1a\xce\x8e\x18\xec\x06\x01\x0e\xff\x5e\x97\xb0\xe2\xd1\x07\xef\ \xd7\x29\x01\xb1\x2a\x39\x55\x95\x7c\xd4\x3a\x87\x2b\xae\x6c\x16\ \x32\xc0\x09\xf1\x5b\x90\xef\x01\x52\xd4\xa8\x6b\x6b\x65\x80\x74\ \x52\xb5\x4e\x28\x93\x83\x95\xe1\xa3\xc6\xce\xe2\xda\xca\x2a\x3e\ \xa7\xb6\x45\x2d\xd3\xa9\x3b\xa4\xb5\x8c\x8a\x47\x55\xb5\xa8\x88\ \x81\xcb\x61\x48\xd5\x0a\xed\xbb\x1e\x5f\xea\x8a\x4a\xb4\x0e\x6c\ \x14\xec\x0e\xd4\x8d\x53\xd1\xd2\xa2\x69\x91\x4a\x85\x72\x10\xc8\ \x0a\x8e\xba\xb3\x5d\x2c\x56\x73\x41\xa4\xa4\x1a\x65\xb3\x4c\x2a\ \x17\x83\x3d\x93\x8a\x35\x0a\xa1\x4c\xab\x77\x9a\x34\xa8\x0b\xa9\ \x4e\x2b\x53\xca\x34\x52\x5d\x97\xcc\x68\x52\xeb\x65\x4a\xb5\xb0\ \x96\x8b\x46\x9f\xda\xfb\xa4\x42\x8d\x1a\x80\x51\xa7\x07\x14\xd5\ \x2a\xe5\x1a\xb9\x5e\x0e\x4e\xca\xa8\x53\xb7\x6b\xfb\xb5\x32\xad\ \x29\xd4\xe7\x70\xa9\xf5\x52\x99\x5c\xa6\x53\x76\xf4\x58\x4d\x5a\ \x93\xa3\x43\xd1\xd9\x61\x34\xb6\xcb\x95\x42\x78\x0a\x63\xbb\x06\ \x5e\x67\xea\x2f\x7f\x3d\xa9\x21\x61\x07\x37\x5a\xeb\xb1\xa8\xcf\ \x17\x9e\x58\xde\x0d\x6a\x85\x5a\x40\xd7\x94\x95\x8d\x13\xf0\x35\ \xe5\x35\xad\xe5\x40\xee\x54\x14\x72\x26\x82\x4f\x95\x39\xfc\xec\ \xfb\x21\x52\x77\x77\x63\x4d\xf7\xd2\xe9\xdc\xd2\xc6\xe9\xf5\xbb\ \x52\x94\xb3\xeb\xab\xeb\x8d\xb3\xeb\x39\x34\x48\xb5\x31\x37\x77\ \x0a\x2b\x50\xa8\xc3\xc6\xd2\x60\x7d\xf7\xc6\xd9\x52\x0d\xbe\x66\ \xb0\x6d\x69\xbc\xb5\x7b\x69\xe3\x72\x69\xe9\xaa\x8d\xd8\x78\xf5\ \x11\x38\xb1\x25\x40\xcb\xee\xab\xb3\xa1\xfb\x7f\xea\xed\x09\x39\ \x1d\x7e\x97\x23\xb6\x9d\x44\xc1\xed\x03\x5e\xbf\x2b\x3c\xb3\xe5\ \xdc\xb6\xba\x72\x59\xa7\xdf\xe5\x0e\xfb\xc0\xb7\xf4\xfb\xb7\xd3\ \x9e\xe4\xa6\xc7\xe4\xec\xe9\xeb\xe9\xed\x0c\x1d\x7a\xda\x07\xb6\ \xb2\xd6\x64\x97\xeb\xd0\xeb\xf2\xf9\x5c\xed\x7e\x4f\xaf\xcf\xdb\ \xdf\x97\x5c\x4d\xcc\xcc\xb7\xfb\x43\xce\xb1\xe5\x74\x62\x6f\x27\ \xb1\xd3\xd7\xee\x72\xa3\x89\x3a\xae\x6d\x6f\x22\xe7\x4d\xa7\xfd\ \x89\x2e\x77\x87\xf7\x70\xd5\x0b\x38\x19\xda\xf3\xf7\x2c\x6f\x3a\ \xfb\xc2\x59\xdf\xba\x3f\x71\x70\xb0\x9d\xf5\x7a\x3d\x5b\xbb\x03\ \xee\x5c\x2e\xbb\x9e\xf0\xec\xec\x7b\x93\xcb\x99\xcc\x93\xc0\xce\ \xe6\x4e\x2e\x3a\x39\x36\x33\x11\x5c\xdf\x3f\xf4\x6d\x6e\xae\xae\ \xef\x1d\xae\xae\x27\x0f\xa7\x36\x0f\x66\xd6\xb6\x9c\x4e\xc7\x6a\ \xa8\xdf\x0f\x3b\x74\x25\x43\xbe\xde\x70\x8f\x36\xbc\x33\x30\x00\ \x0e\xd1\xef\xcd\xc6\xfc\x3b\xbe\xb1\xc9\xc9\xf9\x99\xa9\xf9\xd1\ \xfd\x9d\xb1\x48\x21\x90\x49\x25\x56\x57\x66\x27\x23\x37\xc5\x95\ \xcd\xc8\x57\x53\xb3\x13\x81\xe9\x27\x81\xe5\xd9\xb5\xe5\xf3\x78\ \xb4\x18\xb9\x89\x9e\x47\x26\xef\xcf\xc7\x82\x91\xd1\xd4\xcd\x64\ \x26\x38\x96\xca\x07\x66\x01\xf5\x6e\x22\xc5\xf3\x42\xf1\x26\x93\ \x9f\x8a\x47\x26\x5f\x3f\xe4\x33\x91\x40\x61\x2a\x30\x11\x2f\x44\ \x6e\x8b\xf1\xa9\xbb\x87\x89\xfc\xcd\xf4\xdd\x2f\x4b\x85\xc0\x5d\ \x29\x75\x7e\x1e\xbf\x2d\xe5\x03\xf1\xcc\x58\xea\x22\x18\x3f\x2f\ \x9c\xcf\xe6\x1f\x5e\xdf\x65\xee\x66\x52\x99\xdb\xb5\x42\x26\x12\ \xb9\xcd\xdf\xdf\xdc\xff\xb2\x90\x9f\x8c\xc7\x83\xf7\xaf\x6f\x2e\ \xbe\x0b\xdc\xfd\xfa\x9b\xef\xbe\xfd\xe1\x7f\xff\xd7\x67\x5f\x7c\ \x7c\xfc\xa7\x13\xcb\xf0\xa2\xdd\x3c\x32\x34\x24\x61\x9d\x88\x28\ \x74\x34\x49\x8f\x8a\xa3\x08\x24\x54\x83\x88\x85\x9c\x09\xfb\x5d\ \x17\x2f\x11\xd3\x0c\x30\x27\x01\x45\x52\x99\xcd\x22\xf3\xb1\x4a\ \xc0\x44\x0b\xac\xe1\x11\xbb\x59\x24\x92\xb0\x80\xe6\x24\xc3\xc7\ \xf6\xe3\x67\xb6\xe3\x45\xbb\xdd\xa2\xb2\x8d\x7c\xf1\xb5\xcd\x22\ \x7a\xf6\xb5\x9d\x69\xfe\x7a\xd8\x6e\x1f\x32\xdb\x5e\x3d\x3d\x3e\ \x11\x19\x80\x07\x87\xcd\x6c\x1a\xda\xd1\xb1\x4d\x65\x03\xaf\x25\ \x51\x49\xd8\x34\x36\x1b\x98\x90\x2c\x90\x30\x51\x31\x13\x9d\xce\ \x32\xa0\x59\x81\x2a\x1e\x86\x6d\x40\xcd\xc4\xc0\x0d\xa9\x6c\x22\ \x11\x99\x29\x62\xb2\x61\x7b\x44\x64\xa0\x6f\x12\xf0\x47\x2a\x9e\ \x48\x40\x22\xb3\x29\xa0\x55\x6c\x1e\x8b\x45\x96\x58\x40\x75\xd9\ \x14\xb3\x84\x45\x47\x35\x18\x74\x22\x6c\x66\x50\x31\x55\xc0\xba\ \x3c\x12\x15\x45\x38\x90\x45\x20\xbf\x2c\x12\xec\x54\xc2\x62\x13\ \x41\x49\x88\x78\x01\x8b\x48\x42\xa5\x5f\x24\x2a\x1d\xe0\x90\x89\ \x23\x51\x99\x04\x2c\x95\x4a\x27\x95\x91\xc1\x3d\x61\x6b\xba\xaf\ \xe0\x3b\x7f\xf5\xfc\xf2\x7a\x63\xe9\xe8\xe8\xf7\x5f\xce\xe1\x55\ \x43\x8b\x4f\x81\x36\xc1\x83\xd1\x44\x94\x32\x32\x9d\x09\x37\x2c\ \x36\x28\x20\x9a\x89\x83\xc1\x62\xc8\x44\x0c\x0d\x43\x41\x33\x7e\ \xf0\x24\x22\x9e\x8e\x01\x04\x24\x61\x6b\x06\x09\x20\x57\x80\x83\ \xe5\xf8\x72\x6c\x5b\x77\x23\x9a\xa0\xd3\x0a\x87\x63\x6b\x6b\x23\ \xb6\x11\x3c\x19\x9c\x2d\x2c\x16\x16\x8b\x2e\xa2\x12\xde\xb3\x72\ \x2b\x1f\x3f\xfe\xa0\x5a\xa6\x94\xab\x19\xd5\x75\x0d\x95\xf0\x87\ \x51\xd1\xfc\xe8\x11\x9f\x5f\x81\x5a\x72\x31\xf8\xd5\x8f\x50\xb3\ \x41\x30\x41\x7a\x35\xa3\xb2\xba\x82\x51\x05\xac\x27\x16\xf2\x39\ \x1c\x06\x68\x55\x15\x9f\xcf\xad\x6c\x46\x11\x7c\xdc\xda\x66\x46\ \x5d\x5d\xd3\xe3\x8a\x66\xf4\x40\x14\x6b\x25\x15\x37\x57\x34\x08\ \xf9\x8c\xea\xa6\x5a\x7e\x55\x6d\x55\x03\x07\x34\x8e\x23\xe4\x54\ \xf3\xab\xc0\x8d\x09\x41\x95\xb8\xcd\xfc\x66\xb1\xae\xbd\x99\xab\ \x11\xc2\x2e\x5a\xb8\x0c\xd0\x44\xa5\x50\x0e\x66\xad\x45\xdd\xa9\ \x91\x6b\x80\x0a\x35\xa8\xaf\x84\x54\x0d\xfa\xa5\xd7\xc9\x14\x72\ \x19\xfc\x6e\x95\xb5\x70\x5b\xe4\xed\x26\x85\x54\x67\xd5\xc8\xe4\ \x0a\xb5\x42\xa9\x33\x02\x3b\x76\x19\xf9\xef\x9a\x0f\xb6\x2b\xa4\ \x32\x65\x57\x47\xaf\x1e\x30\xd2\x0a\xf6\xaa\x43\xaf\xd0\xe9\x14\ \xba\x2e\x30\x5b\x3d\x26\x87\xc9\xaa\xe8\x50\xb6\xa0\xc2\x2e\xa1\ \xa6\xbd\xa7\xa3\x5d\xae\x55\x74\x06\xff\xe5\xe3\x3f\x8a\xc0\x99\ \x12\xc0\x8c\x62\x89\x24\x22\x96\x48\x2d\x2f\xc7\xb7\xb5\xd6\xb4\ \xa1\x14\x0d\xec\x52\x23\x06\x5f\x0e\xd2\x85\x21\x51\xe1\x84\x44\ \x23\x81\x35\x26\x49\x6c\x4f\x4f\x6c\xdd\x73\xc0\x8e\xe3\xa7\xa7\ \x73\x40\x84\x68\xfc\xea\xf4\xea\xea\xec\x0c\x3e\xb7\xa3\xa3\xf1\ \x8d\xee\xd6\x41\x38\xf1\x5c\x9d\x9d\x6e\xcc\x2d\x01\xfa\xe1\xeb\ \xe7\x8e\x36\xc6\xcb\xb1\xad\xe3\xad\x4b\x00\x92\xdd\x73\xd7\xe3\ \xcf\x8f\x36\xda\x1a\xcf\x36\xe0\xf3\x86\x73\xd4\xdc\xe0\xe0\xf3\ \x4b\xc2\xc7\xf1\x6c\xaf\xa9\xab\xbf\xd7\xdb\xe3\x4a\xf8\xd2\x0e\ \x3f\x8a\xee\xdb\xdd\xf3\x84\x7a\x3b\xfc\xde\x04\x60\x5d\x22\xe1\ \xf3\xfb\xe1\x2e\xb7\x23\xb1\xe5\x68\xdf\xd9\x76\xc4\x42\xfe\xfd\ \x55\x77\x8f\x63\xdb\xdf\xe5\xf1\x79\x93\x60\x6c\x06\x5c\x8e\x9c\ \xd7\xed\x76\x3b\x3c\x07\xeb\xa1\xcd\x2d\x53\xff\x81\x7f\x77\xfe\ \xc0\xb5\xb7\xef\xd8\xce\xb9\xdc\x60\xc0\xdc\x8e\x90\xcf\xe7\x3e\ \x88\xf9\xb6\xd3\xe1\x81\x5e\xab\x0b\xdc\x96\xf7\x60\x3b\xb6\xe3\ \xe8\xdb\xdd\xf3\x79\x7d\xa1\x8e\xad\x5d\x7f\xd8\x99\xdd\x4b\xa4\ \xfd\xeb\xdb\x3e\xcf\x6e\xd2\x9f\xf0\x3b\xb7\x63\xce\xc3\xd9\x51\ \xe0\xb3\xdc\xfa\xee\xd6\x74\x60\x66\x39\x3f\xb3\x3d\x7d\xb8\xb3\ \x12\x98\x5a\x38\xdc\xf4\x27\xc3\x7b\xa3\x6b\xfb\x0b\x4f\x36\xb7\ \x43\xde\x50\x36\x9d\x08\x25\x9c\x31\x7f\x7f\xff\x80\xb3\xc7\x91\ \x0c\xf7\x5b\xad\x03\x09\xb7\xc7\x9b\xf5\x6f\xa5\x67\xd6\x66\x47\ \xd7\xa6\x96\x17\x96\x73\xd3\xb3\xd1\xd4\xf9\xec\xde\xc4\x4a\x36\ \x30\xfd\x90\x59\x89\xcf\x5e\x8c\x46\xcf\x2f\xa2\x91\xc9\xd1\x95\ \xb5\xb5\xd4\x4d\x64\xb9\x74\x1e\xb9\x98\x01\x0e\x9c\x1e\x4d\x9d\ \x97\x8a\xf1\xc9\xe8\xf4\xf4\xeb\x40\xa0\x34\x3b\x1a\xc9\x5f\xbc\ \x2c\x01\xdb\x81\x86\x5d\xa4\x6e\x53\x53\xb7\x91\xf8\xf9\xcb\xc2\ \x58\x26\x3f\x99\x2f\x44\xa2\x37\x5f\xc5\xc7\x8a\xf1\xc2\x5d\xa4\ \x18\xb8\x8b\x97\xde\x3c\x80\xb4\x05\x67\x53\x37\x13\xc1\x89\xcd\ \xdb\x37\xa9\xd2\xf4\xd8\xeb\x87\x73\xd8\xa0\xf4\xa6\x10\xc9\xdc\ \x94\x0a\x6f\x4b\x5f\xa1\x62\xf8\xd1\xb1\x48\x3e\x7f\x53\xb8\xc8\ \x44\x2e\xbe\xfb\xf1\xbb\x6f\xff\xfc\xe3\x0f\x3f\x7d\xfe\xf1\x9f\ \xfe\xf4\xc5\xc8\xf0\x53\xbb\xe5\x78\x11\xdc\x8f\xea\x5d\xae\x27\ \x88\x06\x05\xbc\x8a\xd9\x40\xe5\xa9\x54\x74\x96\x44\x24\xb1\xf3\ \x98\x23\x68\x6c\xbc\x8c\x04\x47\xaa\xcd\x6e\x1b\x1a\x06\xb4\x13\ \xb0\x58\x60\xca\x50\x95\x93\xcd\x42\x57\x19\x86\x16\x87\x0c\x76\ \x3b\x28\xd6\x2f\xbe\x18\x32\x0f\x83\x3c\x59\x4e\x16\x51\xeb\x54\ \x40\x44\xd5\xf0\x89\xdd\xc0\x1a\xb1\x9d\x3c\x1b\x3e\x19\xb6\x88\ \x78\x8b\x16\xd8\x19\x58\x2c\x83\x0a\x79\x2d\xe4\xb4\x0c\x20\x1e\ \x34\x9e\x48\xc4\x36\xa8\x80\xd5\x04\x64\x10\x13\x1b\x8d\xa6\x62\ \x4b\x24\x6c\x15\x93\xc7\x12\x48\x44\x06\x95\x45\x20\x40\xb3\xad\ \xd9\x2c\xe0\x42\x0b\x6c\xc4\x64\xb3\x58\x06\x32\x0d\x94\x8b\x49\ \x95\x30\xd9\x60\x4f\xc8\x6c\x81\x8a\x02\x7a\x26\x42\xd9\x11\x12\ \x0c\x8e\x0e\x8a\x44\xa7\x8a\xa8\x14\x11\x8b\x8d\x7a\x20\x32\x51\ \xbb\x08\x64\xc5\xe8\x4c\x9e\x0d\xc7\x66\xf1\xcc\xb4\x72\xd0\x25\ \x0c\x19\xc7\x63\xe3\x68\x3c\xf8\xd2\x53\x29\x54\x2a\xea\x6b\x46\ \x21\x33\x31\x04\x1c\x9b\x0e\x4c\x08\xac\x41\x25\x9c\x5d\x9e\x5e\ \x3d\x07\xc9\xba\xba\x86\xef\xf3\xbf\xfd\x7e\x09\x4b\x15\x19\x4e\ \x86\x2c\x06\x94\xb6\xca\x04\x82\x44\x89\xce\x4c\x1a\x06\x8d\xbc\ \x93\x30\x60\xac\x70\x60\xab\x68\x4c\x26\xaa\x99\x00\xe2\x2c\x2b\ \x23\x61\x09\x78\x3c\x1e\x5b\x5e\x4e\x28\x03\x20\x24\xd4\x94\xd5\ \x94\x13\xea\xeb\x81\x70\xda\x6a\xc6\xdb\xea\xc1\x69\xa1\x46\xc5\ \x58\x1a\x08\xd6\x22\x48\x33\x6b\x18\xf7\x9e\x55\x58\xf5\xb3\xa6\ \x86\x0a\xa5\x5e\x26\x6f\xa9\xac\xaa\x7b\xd4\x84\x66\x38\x37\xd7\ \x7d\xf0\xa8\xba\xf2\x31\xaa\x15\xad\x80\x9f\xba\x8a\x06\x46\xb3\ \x58\xcc\xaf\x6b\xaa\xac\x6c\xaa\xab\xac\xe6\xa2\x41\x79\xf1\xbb\ \x79\x82\xcd\x1c\x46\x25\xa7\x09\x64\xad\xa1\xb6\xb2\x12\x35\xda\ \x69\xae\xe2\x57\x35\x73\xf8\x32\xbd\x5c\x8c\x24\xa8\x8a\x51\xcb\ \x01\xb4\x04\x7c\xac\x6e\x11\x23\x5b\xd6\xcc\xe1\x34\x73\xd5\xf0\ \x57\xd9\xc2\xe7\xc2\x36\x5a\x6d\xb3\xd4\x28\xd7\xca\x9b\x19\x8c\ \xda\x0a\x8d\x58\xac\x95\x82\xc5\x92\xcb\xb5\x60\xdb\xc4\x6a\xb0\ \x4f\x1a\x94\xe9\x2e\xd3\x77\xa2\xc4\x3e\xad\x4c\xa1\x90\x19\x15\ \x4a\xbe\x58\xa1\xef\xd0\x6a\x95\x0a\xa5\x46\xa9\x15\x2a\x15\x3d\ \x0a\x99\xac\x45\xa1\xd7\xcb\x41\xd5\x64\x3d\x9d\x32\x8d\xde\xd1\ \xa9\xb0\x76\xb4\x6b\xf5\x1a\x4d\x07\x38\x31\x14\x89\xd5\xde\xd5\ \xe3\xe8\xd0\x69\x3a\x7b\x8d\x7a\x14\x98\xa5\xeb\x32\x89\xe5\xfa\ \x77\xc1\xcb\xde\xe2\x4f\x9f\x3f\x33\xd3\xcb\x6b\xd8\x35\x6d\xe3\ \xad\x65\x18\x62\x7d\x19\x1e\x8b\xa2\xdc\xeb\xbb\xeb\x09\x04\x12\ \x76\xbc\x06\xcd\x28\xc4\x13\x49\x78\x22\xb2\xc4\x54\xf8\x14\x68\ \x2a\x96\xe8\x77\xc7\xa4\xb3\xa3\x8d\x8d\xa5\xb9\x23\x90\xac\xc1\ \xb9\xeb\xeb\x33\xd0\xa7\xa3\xab\xa3\xa3\x53\x50\xac\xeb\xd3\x39\ \xa0\xc3\x8d\xa3\xeb\xb3\x2b\xd8\xe6\x68\x03\x95\x8b\x0e\x1e\x9d\ \xce\xb5\x0e\xa2\x82\xad\xa5\xc1\x71\x58\x7b\x79\x79\x79\xda\xdd\ \x7a\x74\x7a\x86\x6c\xd9\xd1\xf8\xdc\xd2\xd9\xdc\x88\xed\xb3\x5d\ \x60\x36\xa7\x1f\x14\xc7\x6f\xf5\x77\xf5\xc7\xb2\x5b\xd9\xde\x81\ \xfe\x3e\x97\x3b\xed\xf6\xce\xef\x26\x3d\x89\x6d\x7f\x2e\xed\xf2\ \xe6\x62\x2e\x93\xcb\xe7\x75\xb8\x5c\xde\xc3\xb4\xb5\x27\xec\xf2\ \xfa\x3d\x1e\x8f\xc3\x03\xbf\x77\x26\xfc\xb1\x5c\xac\x3d\xbc\xb5\ \x97\x8b\x85\x3a\xb7\x43\x5d\xa1\xbd\xc3\xd8\x40\xd8\x97\x0b\xf7\ \x3b\x43\x5b\x61\xab\xc3\xbb\x1d\xca\x66\x5d\x9e\xbd\x74\xc2\xe4\ \xf4\xeb\xdc\xdb\xb1\x70\x76\xbb\xcf\xe7\x75\xc5\x42\x39\xbf\xcf\ \xd9\xb3\xf7\xc4\x3f\xe0\xdd\xdb\xd9\x4f\x67\xf7\xb7\x12\xfb\x3b\ \xdb\x03\x5e\x9f\xdb\xe7\x4f\xa7\xe7\x37\xa7\x67\x46\x73\xbb\x07\ \xe1\xa9\xb5\x60\x6a\x74\x33\xb7\x76\x90\x5e\x98\x9a\xcd\xad\xee\ \x26\x43\xa1\x85\x31\x50\xb2\xfd\xdd\xdc\xa1\x3f\xec\x05\x61\xf2\ \x27\xb7\xfb\x1d\xce\x5e\x57\x7f\x6f\xe8\xd0\xe5\xf0\x84\x92\x61\ \x3f\xc8\xe9\xda\xd6\x4a\x70\x66\x7e\x6a\x61\x7e\x73\x7d\x7a\x74\ \xac\x70\x5e\x98\x4c\xcf\x4e\xac\x8e\x4e\x5c\x8c\x8e\xce\x46\xf2\ \x2b\xa3\xd1\xd1\x8b\xdb\xd1\xb1\xe8\xf4\x7e\x3e\x7f\x7e\x7b\x1b\ \x0d\x5c\xc4\x83\x93\xd1\xb1\xdb\xc8\xc4\xc5\x6d\x60\x06\xa4\x0c\ \x4d\x24\x9c\x4c\x05\x8b\xaf\xcf\x6f\x6e\x03\x93\xf9\xe0\xed\xed\ \xeb\xd4\xd8\x64\x34\x1e\x9d\x8d\x94\x2e\xf2\xd1\x48\xf4\xe1\xae\ \x04\x98\x58\xbc\x4b\x15\x27\x8a\x77\xd1\xe2\xcd\xc5\xcb\x87\x37\ \x6f\xcf\x11\x3a\xbe\xbe\x09\x04\x0b\xa5\x62\xe4\x4d\x3e\x50\xca\ \x97\x6e\x27\x22\x37\x77\xd1\xe5\xf8\xec\xf9\x7d\xea\x2e\xbe\x10\ \x2c\x4e\xa6\x5e\x9e\xc7\xf3\xf7\xe7\xb7\x37\xb7\xdf\xfc\xe6\x57\ \x3f\xfd\xfd\x2f\x7f\xf9\xfc\xf3\xbf\xfe\xf5\xe3\xef\x2d\xf6\x21\ \xcb\xa2\xca\xa6\xb2\x48\xd8\x54\x36\x1c\xad\x74\x60\x27\x11\x9b\ \x69\x19\x42\x95\x0b\x2a\x1e\xf2\x27\x4c\x90\x2d\x26\x6f\xe4\xf3\ \x6f\x7e\xfc\x14\x47\xb6\xc0\xcf\x90\xc5\x62\x07\x13\xc3\x13\xd9\ \x46\x78\x22\x83\x84\x29\xb1\x4b\xec\x5f\x9b\x6d\xc3\x8b\x36\xcb\ \x10\x12\xa8\x45\xb3\x19\x80\x6f\x68\x08\x54\x6b\xf1\xf8\xf8\xd8\ \x60\x33\xb0\xed\x43\xc7\x5f\xab\x9e\x0e\x59\x54\x2a\x3b\x98\x34\ \x95\xc5\x6c\x07\xfa\x31\x0b\x58\x66\xb3\xd9\xd2\xa5\xe8\x40\x00\ \x00\x20\x00\x49\x44\x41\x54\x02\xd0\xc7\x42\xe3\x50\x12\x33\x8f\ \x6d\x96\x30\xc9\xe8\xe2\x1e\x08\x98\x1d\xc8\x50\x44\x87\xd5\x22\ \x33\x52\x21\x36\x1b\x96\x44\xa0\x51\x3c\x9e\x48\x65\x03\x1b\x85\ \x8a\x48\x01\x00\x99\xc8\xdb\x48\x50\x07\x1f\x3a\x0e\xb9\x2c\x94\ \x3b\x63\xe0\xe1\x58\x6c\x1e\x4d\x00\xbb\xa1\xa2\x68\x41\x0a\x6a\ \x1b\x4d\xc4\x50\x98\x22\x16\x15\xcd\xa1\x41\x93\x0e\x69\x68\x62\ \x0f\x86\x50\x86\xa3\xd2\x79\x64\x32\x93\x47\x23\x92\x89\x2c\x26\ \x58\x22\x94\x17\x4a\xc4\x92\x58\x65\xa8\xae\x94\x88\xa3\x90\x37\ \xae\x8e\xae\x3f\x84\xf3\xf4\xe5\xe5\x87\x67\xd7\xff\xf6\xfb\x8d\ \x36\xe6\xd0\xd3\x45\xcb\xd0\x30\x93\xf6\x2e\xa3\x14\xfd\xc0\xb3\ \xe2\x69\xd4\x32\x1c\x0d\x8f\xff\x9f\x4e\x3a\x20\x7c\x40\x32\xc4\ \x77\x73\xdf\xca\xf0\xe5\xe0\xbc\xf0\x44\xa0\x41\xd4\x24\xaf\x11\ \xdf\x58\x8f\x6f\x23\xd4\xd7\xd4\xa3\x70\xac\x56\x34\xe8\x52\x4e\ \x68\x6b\x25\xf2\xde\x05\xf4\x80\xe2\xd2\xde\x6b\x57\x8b\x2b\xea\ \x1e\x57\x73\xb4\x0a\xbd\xb0\xa2\xe1\x67\x0d\x8f\x2a\xab\x1a\x2a\ \x6b\x2b\xab\x1b\xaa\x9b\x9a\xaa\x2b\x3f\xe0\x70\x39\x15\x1f\x7c\ \x80\xaa\x43\xab\xab\xaa\xaa\x41\x92\x2a\x1b\xaa\xeb\xaa\x19\x1c\ \xd0\xae\xba\x8a\xa6\x47\xd5\xcd\x60\xc3\xaa\xab\xab\x2b\x50\x07\ \x55\x78\x10\x70\x22\xa7\xb6\xb6\x82\x2f\x54\x2a\xb5\xe2\x5a\x7e\ \x0b\x9f\x23\xe7\xd6\x31\x00\x2b\x41\xba\xb8\x32\x65\x2d\x83\x23\ \x6d\xe6\x8a\xb9\x62\x78\x52\xad\x90\xc3\x57\xf2\x85\x26\x8d\xb4\ \x59\x23\x95\xa9\x65\xd2\x77\x83\x68\x52\x29\x9f\x2f\x93\xb6\xc8\ \xf4\x52\xb5\x1a\xb4\xc6\xd8\xac\x35\xb6\x2b\x5a\x50\xad\x67\x8b\ \xa2\x4b\xa6\x40\x32\xa3\x55\xca\xda\x8d\x1a\xa5\x42\x6f\x94\xc9\ \x4d\x7a\xb9\x50\xa6\xef\xeb\x51\x0a\xa5\x7c\xb9\x46\xaf\xd7\xea\ \x64\x9d\x7d\x0a\xa3\xb5\xa3\x47\x6b\xec\x34\x9a\x8c\x32\x85\x49\ \x03\x6a\xa7\x30\xb9\x7a\x3a\x74\x4a\x65\x7b\x67\x7f\xaf\xae\x5d\ \xd6\x0e\xc6\xab\xbd\x4b\xa9\x6c\xd6\x80\x52\x2a\x3d\xf3\xbf\xfd\ \xec\x9f\x7f\x41\xa5\x61\x49\x18\x80\x67\x3c\x15\xd3\x8d\x45\x83\ \xef\x83\xad\xe3\x6d\x60\x4d\xf1\xe5\x8d\xd8\x72\xec\x1c\x11\x83\ \xad\xa9\x21\xe2\x68\x04\x3c\x06\x43\x43\x53\x45\x59\x86\xef\x79\ \xa7\x97\x1b\x47\x47\x4b\xd7\xa0\x51\x68\x92\xf3\x11\xf0\xdf\x29\ \xd2\x2d\x30\x4d\xd7\x57\xa0\x46\x57\xd7\x4b\xa7\x67\xd7\x97\xa7\ \x4b\x4b\x88\xf3\x97\xc6\xbb\xe7\x36\x96\xea\x6b\xc6\x07\xbb\xbb\ \xc7\x51\x23\xc3\xa3\xeb\x17\xcf\x2f\x37\x1a\xeb\xcf\x2e\x61\x7b\ \x70\x66\x4b\x1b\x57\xe3\x7f\x3a\xb7\xa9\xdc\x26\xaf\xa7\xbf\x77\ \x20\xd9\xe3\xf8\xd5\xb6\x67\x3b\x0b\x88\xe8\x71\x6f\xa7\xf7\xdc\ \xde\xcc\x74\xd6\xe7\x0c\x27\x93\x7b\x87\x5e\xdf\xbe\xdf\xda\xe3\ \xf1\xa2\xf2\xf7\x83\x70\xa7\xbb\xa7\xdf\xbd\xe5\xf4\x86\xc3\xe9\ \xbd\x3d\x4f\x6f\xd8\x93\x0e\x65\x7b\xb7\x96\x93\x07\xfb\x6e\x77\ \xda\xeb\x4f\xaf\x2e\xcf\xba\x13\xe1\xa4\xb7\xb3\x2b\xe9\xee\x75\ \xe7\x7c\x69\xbf\xc9\x1b\x0a\x1d\x24\x12\x3d\x03\x03\xa6\x50\x6e\ \x61\x6b\xd5\xd3\xe5\xf0\xf4\x7b\xb7\xf6\xc0\x6a\x85\x0e\xd2\x3d\ \xbe\xc4\xe8\x72\xcc\xe7\xcb\x6d\x1e\xac\x6f\xc5\x12\xd9\xb0\x2f\ \xe6\x48\x1e\x8c\xc5\x27\x56\x66\xb6\x9e\x6c\x5b\x67\xc7\xf2\xd3\ \xfb\xfb\x07\x53\x07\xee\x65\x90\x9f\xa9\xd5\xc3\xec\xc0\xea\xea\ \xe1\xe1\xe1\x56\xce\x9f\x86\xe7\xf3\xa5\x43\x61\x20\xdb\x01\xaf\ \xdb\xda\xd7\xeb\x39\x0c\x39\x80\x66\xbd\x21\xb7\x2f\x39\xbb\xb2\ \x30\x3d\x3a\x9f\x4a\xad\x05\xd6\xf6\xc7\x22\x91\xe9\xfb\xdb\xd9\ \xa9\x85\xd9\x68\xb0\x90\x99\x58\x8e\x5f\x44\x02\xf9\xc0\x79\x70\ \x62\x3a\xbf\xbc\x12\x0f\x06\x66\x33\xd3\x13\xf9\xe8\xec\x7d\x74\ \x76\x76\x2a\x78\x5f\x9a\x0c\x46\x11\xfb\x05\xa2\xa5\xf8\x4d\xf1\ \xfe\xfc\xe5\xdb\xfb\xf8\xe4\xc4\x6d\x3c\x70\x57\x9c\x8c\xbe\x4e\ \x4d\xa3\x29\x84\xf0\xf2\xbe\xbb\x39\xbf\x79\xb8\x7d\xf9\x32\x55\ \x28\x15\x6e\x6f\x5e\x5f\xa4\xee\xcf\x6f\x8a\x5f\xe5\x6f\x6e\xdf\ \x7c\x7b\x5e\x88\x5f\x5c\x20\x1d\xcc\x64\x4a\xa9\xd7\x99\xe9\x7c\ \x31\x1a\x7f\x79\x11\xbf\x8b\xcf\x66\xe2\x99\xc9\xd2\x4d\xe6\xf5\ \xf9\xe8\xcd\xdb\xaf\x7e\xf5\xeb\x37\x6f\x7e\xfb\xcf\x7f\xf9\xf8\ \xe3\xbf\x7e\xfe\x1f\xdf\x8f\x3c\x3b\x31\xab\x58\x14\x9b\x79\xf8\ \x58\x80\xa1\xf0\x88\x18\xfa\xbb\xce\x35\x2c\xd4\xa1\xcb\xa6\x32\ \xd0\x54\x2a\xa0\x42\x01\x1c\xff\x82\xef\xb6\x57\x7f\xf3\x5d\xe4\ \x3e\xfe\xe9\x30\x8b\x67\x3f\x19\x41\x13\x70\xec\x3c\x90\x2e\x30\ \x48\xe6\x21\x83\xcd\x62\x1b\x1a\x5a\x1c\xb1\x99\x61\x4f\x92\x91\ \x21\x9b\x44\xa5\x42\x6b\xcc\x2a\xb3\xcd\x0e\xeb\xcd\xc7\x27\xe0\ \xcb\x0c\xa8\xcf\xa1\x4d\x32\x62\xb3\x81\xc9\x7a\x6a\x03\xad\x12\ \xf0\x54\x02\xd8\x06\x24\x09\xcd\xbc\x41\x53\x7d\xd0\x24\x40\xb6\ \xc0\xcc\xa3\xf3\x2c\x2a\x96\x04\x9c\x91\x80\xc9\x12\x88\x54\x22\ \x30\x44\x2a\x1a\x13\xa4\x49\x00\x90\x08\x2e\x90\xa5\x42\xb1\x32\ \x60\xb7\x98\x74\x36\xca\x62\x07\xbb\x87\x8a\x32\xe0\xc5\xf2\x68\ \x80\x7a\x6c\x0a\x4d\x42\x27\x61\xe8\x74\x33\x98\x1f\x03\x5d\x04\ \xe4\x46\x23\xd3\x0c\x22\xa6\x80\x2d\xc0\x31\x79\x14\x90\x3f\x0a\ \xc8\xb3\x88\x8c\xca\x1a\x70\x2c\x26\x05\x28\x98\x46\x22\xe3\xc9\ \x14\x12\x93\x55\x56\x46\x27\x96\x91\x68\xb8\x32\x3c\x19\x47\xa6\ \x92\xf0\x40\x08\x97\xcf\x4f\x01\x0a\x3f\x04\xe5\xfa\xdb\xff\x39\ \x2d\xe7\x8d\x1c\x83\x90\x4b\x24\x64\x36\x1d\x51\x26\x15\x55\x7d\ \x51\x70\x2c\x2a\x06\x65\x6a\xa1\x50\x2d\x80\x42\x2a\x01\x43\xc6\ \x63\x48\x48\xa5\xf0\x04\x38\xd6\x90\x9f\x7a\x97\x84\x49\xa8\x2f\ \xaf\x6f\x6d\xab\xaf\xa9\x79\xd7\x16\xb4\x15\xf5\x58\x6f\x6b\xac\ \x19\x6c\xad\xa1\x82\xb1\x5c\x14\x48\xe0\x45\xbe\xa7\x14\x32\xb8\ \x95\xff\xf0\x3e\x43\xa1\xd3\x08\x19\x68\xfc\x1d\xa8\x90\xcb\xaf\ \x62\x34\xbd\xff\xf8\x51\x55\xe5\x07\xb5\xe2\xca\xaa\x47\x8f\x1a\ \xea\x1e\xd5\x81\x62\x35\x34\xd4\xd5\x22\x3d\x6a\x40\xcd\xbe\x1e\ \x3d\xaa\x42\x2d\xe7\x1b\x2a\x1f\xbf\x5f\xc1\x78\xff\xfd\xca\x0a\ \x06\xa7\x12\xa4\xae\x82\xc1\xa8\x06\xbc\xe3\x0a\xe5\xfc\xe6\x16\ \xf8\xbf\x94\xcf\xe0\xc2\xfe\x10\x11\x4a\x85\xb5\x1c\xa1\xba\x45\ \xac\xe1\xd6\x72\xe5\x2d\x5c\xa9\x90\x0f\x5e\xaa\x43\xc7\x69\x91\ \x6a\xd4\x80\x66\x5a\x29\xa7\xaa\x8a\x21\xe5\x2b\xd4\x52\xbd\x54\ \x2a\x14\xb7\xa8\x85\xed\x7a\xb5\x58\x26\x14\x6a\xac\x0a\xad\x5a\ \xd7\xa1\x13\x2b\x4d\x5a\x85\x42\x2d\x34\xa2\x36\xf4\x32\x50\x23\ \x94\x2c\x0a\x6c\xd7\x65\x54\x08\x85\xc2\x16\x99\xa2\x5d\xa3\x51\ \xe8\x3a\xf4\x6a\x4d\x17\x88\x9d\xac\x43\x27\x97\xca\x3b\x3b\x7a\ \x1d\x5a\x6d\xbb\xa3\xb7\xbd\xd3\x65\x05\x38\xd4\x6b\xad\x42\x99\ \xce\xd8\x65\xed\x05\x10\x95\x69\x34\x72\xa3\x7b\x3f\xfa\xf7\xff\ \xb4\xd3\xcb\x40\xf8\x89\xd8\x72\x3c\x8e\x4c\x20\x94\x95\x35\xd6\ \x10\x1a\xe7\xe0\x5d\x1b\x6c\x6c\x03\xa5\x2a\x9f\x2b\x23\x00\xd0\ \xb5\xe1\x89\x84\x72\x7c\x3d\x9a\x52\x00\xf6\xd6\x26\x58\xfa\x10\ \x3e\xae\xeb\x53\xf0\x48\x57\xd7\x60\x99\xc6\x41\x99\x36\xe6\xce\ \xae\xaf\x9f\x3f\xdf\xb8\x7e\x7e\x79\x0a\xa4\x78\x7d\x09\xbf\x9e\ \x1e\x5d\x5d\x6d\xc0\x5e\xba\xbb\xe7\x5a\xc7\x89\xc4\xee\xa5\xc1\ \x9a\x72\x54\x77\x3a\x77\xf6\x1c\x94\x6a\xbc\x7b\x03\x76\x72\x89\ \xf4\xee\xec\xea\x13\xe6\xd4\xe7\x98\xc5\xb0\x1e\xb1\xda\x80\xe9\ \x2f\x9b\x89\xd5\x58\xc8\xdb\xef\xed\x77\x6f\x1f\xfa\x5c\x3b\xdb\ \xc9\x58\x3a\x91\x4d\xc6\xb6\x5c\xe1\xb4\xab\xb7\xb7\x3f\x9c\xdb\ \x1e\x48\xf4\x0f\x0c\xc4\x9c\x7d\xfd\x31\x77\x2c\xe6\xec\x4f\x0f\ \xf4\x27\xd3\x4e\xf0\x53\xfe\x85\x31\x7f\x6e\xdb\xeb\x74\x6f\x5b\ \x93\xe9\xed\x85\x5c\xc2\x9b\x8d\x75\xba\x07\x9c\xde\x64\x2e\x91\ \xf4\x39\x5d\x7e\x9f\xdb\x95\xee\xd0\xa1\xa6\xf5\xe9\xdd\xbd\x81\ \x3e\x4f\xc8\x95\x4c\xc7\xc2\xc9\x84\xd3\xe1\x32\x25\xb3\xeb\x80\ \x87\x9d\xeb\x6b\xb1\xf5\xa4\x73\x7b\xd7\x97\x70\x0f\x24\xd3\x13\ \x77\x99\xf8\x6a\x6c\x79\xcf\x3f\x31\x39\x36\x3d\x3f\xbb\xb5\x70\ \xb8\xbd\xbe\x39\xbd\x3a\xb3\xb6\x37\x13\x5a\xde\x5b\xdd\x5f\xdd\ \x0d\x03\x06\x6e\x6f\x26\x93\xe1\x84\xb5\x77\x60\xc0\x6a\x02\x56\ \x4d\x6e\x79\xfc\x59\x4f\xbf\xdf\x9b\xcb\x26\x0e\x73\x4f\xc6\x56\ \x22\x81\xc9\x95\xd4\xd4\x42\x70\x22\x30\xbb\x0c\xff\x4d\x4d\x3d\ \x09\xdc\x9d\x07\x02\xe7\xf1\xd5\xd1\x7c\x6a\x26\x7e\x3f\x3b\x3a\ \x3d\x0b\x82\x73\x5f\x00\x1d\x99\x9f\x8a\x4e\x4e\xcc\x4c\x83\xf5\ \x89\x04\xa2\x17\xd1\x40\x6a\x32\x9e\x99\xcd\x9f\xdf\x4c\x66\x6e\ \x82\x63\x17\xf9\x8b\x52\xf0\xb6\x18\x9c\x2c\xa4\xa6\x67\x8b\xa9\ \xb7\xa9\x42\x66\x34\xfa\xe6\x22\x7f\x77\x7b\x9f\x29\x15\xa3\xa9\ \xcc\xeb\x9b\xbb\xdb\x52\xea\xe6\xae\x74\x71\xfe\xe6\x2e\x1f\x09\ \x66\xf2\x91\x97\x19\x58\x13\x99\x78\x78\x39\x79\x11\x48\x15\xbe\ \x8d\x14\x0b\xa9\xdb\xcc\x44\x21\x75\x7e\x3b\x9b\x2f\x94\xbe\xf9\ \xf7\xdf\xfe\xf2\xab\xb7\xbf\xfa\xcd\xa7\x9f\xff\xdf\xaf\xff\xf4\ \x9f\xdf\xbf\xfa\xc5\xb1\xc5\x6e\x33\x33\x55\xf6\xa1\x11\xd4\x04\ \x87\x06\xb6\x43\xc2\x34\x90\xc9\x22\x54\xe6\x6e\x39\x79\xf5\xdf\ \x5f\xab\x68\x54\xba\xe5\xe4\x37\x7b\xd2\x9e\xd1\x99\x4e\x63\xdf\ \x93\xe5\xdb\x1f\x5f\x31\x55\xc3\x16\xdb\xf1\x89\xcd\x22\x10\x99\ \xed\xa2\xc5\xe3\x45\x8b\xfd\x78\xc8\x62\x53\x99\xff\x03\x6e\x9f\ \x0d\x0d\x8d\x58\x78\x8b\x36\xfb\xb0\x45\x45\x35\x0f\xdb\xec\xf6\ \x45\xf3\x88\x6d\xe8\xd5\x53\xf3\x88\xd9\x00\x74\x67\xb3\x09\x78\ \xf6\xe3\x63\x91\x79\x91\x27\xb0\xc0\x51\x0f\x34\x07\xd2\x84\x82\ \x95\x69\x2a\xdb\x89\x8a\x8e\xa8\x10\xb5\x29\xe4\xd9\xe9\x66\x16\ \x1d\x31\x9e\xc8\xcc\x06\x93\x24\x12\x50\x58\x12\x36\xcb\x6c\x61\ \x09\xc8\x34\x01\xdb\x00\xc0\x87\xaa\x1f\xd0\x30\x1b\x0d\x85\x5c\ \xa1\xc8\x66\x10\x38\x36\x9a\xa8\x2d\x90\xd0\xe9\x22\x16\x85\x48\ \x97\x30\x69\x38\x14\x00\xaf\xc2\x80\x14\x63\x50\x42\x0d\x6a\xd7\ \x0c\x7a\xf8\xae\x91\x06\xaa\x11\x25\x52\x48\x74\x09\x9a\xfb\x07\ \x9e\x0b\x47\xc2\xe3\x70\x12\x26\xb1\x8c\x0c\x32\xc6\x66\x63\x48\ \x74\xb8\x9b\x50\x7f\x74\x76\xfd\xe2\x05\x1a\xc7\x7a\xfe\xfc\xfa\ \xf4\xff\xfc\xed\xaa\x86\x8d\x66\xe6\xb0\x00\x20\xa9\x14\x1e\x40\ \x24\x8b\x4d\xc1\xe1\x30\x94\x77\xcf\x8d\xea\x4e\x31\xd8\x72\x2a\ \xad\x0c\xd5\x94\xe2\x50\xc6\x00\xaa\xc3\x6a\xed\x26\x94\x97\x63\ \xf1\x40\x33\xe5\xf8\x32\x50\xaa\x41\xb0\x55\x6d\x83\xdd\x83\xdd\ \xe0\xad\xba\xeb\x1b\x37\x5a\x07\x07\xeb\xcb\x28\x4c\x09\x78\x57\ \x91\x41\xf0\x9e\x47\x51\x55\xd9\xf4\x0f\x1f\x54\x74\x1a\x5b\x84\ \x9c\xca\xba\xc7\x8f\x1f\xd5\xd5\x55\x36\xd7\x36\xbd\xdf\xd0\xf0\ \xa8\x0a\xa4\xa9\xa1\xa2\xba\xe9\x71\x43\xd3\xa3\xc7\x1c\x6e\x55\ \x75\x13\x6c\xc1\x68\x40\xd7\xfc\x1a\x9a\x3e\xa8\x6e\xa8\xab\xa8\ \x6a\x60\x54\x3d\xae\xab\xe6\x57\x36\x55\x3c\x6a\xa8\x6a\xaa\x14\ \x73\x2a\x2b\xf9\xb5\x55\x9c\x5a\x8e\x58\x2e\x94\xd6\xc2\xa2\x10\ \xe5\x5d\x31\xf8\xdc\x0a\x0e\x07\x35\x08\x93\x71\x4d\x4a\x79\xb3\ \x4c\x2c\x56\x57\x70\xd5\x72\xbe\xa6\x45\xa1\xd1\x2a\x18\x32\x19\ \xbf\x4a\xd3\x6e\x54\x02\x29\x8a\xa5\x4a\x71\xad\x5c\x2e\x54\xf2\ \x19\xa8\x15\xa1\xa9\xab\x19\xfc\x96\x09\x4c\x52\x47\xbb\x42\x29\ \xd5\xb5\x2b\xe4\x5c\x8e\x5a\x2f\xd7\x82\xc4\x21\x5a\x44\x73\x0b\ \x51\xe4\xa8\x5e\xd9\x02\x70\x68\xb4\x2a\x8d\xb2\xf6\x76\x63\x7b\ \x4f\xa7\x4e\xc8\x97\xab\xd5\x1a\x65\x4f\x4f\xbf\x55\xab\xe8\xed\ \x85\x95\xbd\xd6\x76\x4d\xa7\xc9\xa1\x95\x5b\x3b\x3b\x3b\x4c\x4a\ \xa9\x4c\xa1\xd5\x6a\xf5\x03\xbd\x13\x6f\xff\x74\xa2\x32\xc0\x39\ \x80\x2e\xa0\x13\x09\xf0\x6e\x92\xea\x71\xf5\xd8\x9a\xfa\xee\xc1\ \xc1\xf2\xb6\x56\x3c\x58\xd4\xee\x71\x6c\x3d\xb8\xaf\x23\x2c\x1e\ \x53\x83\xc7\x0e\x36\x62\x01\xbb\x01\xf7\xb1\x2f\x3e\xfa\xe4\xa3\ \x17\xd7\x57\xf0\xe7\xa3\x17\x1b\x67\x73\x1b\x1b\xa0\x5b\x40\x84\ \x67\x47\xa7\x57\x2f\xae\xce\x2e\x5f\x5c\x5e\x82\xdf\x3a\x43\x2e\ \x6b\x63\x8e\x78\x52\x73\x74\xb5\xb4\xd1\x4d\xa6\x95\x0f\x02\x16\ \x62\xd1\x70\x3d\x6c\x7a\xfd\xe1\x51\xdb\xd2\x15\x52\xb6\xb9\x41\ \xb8\xfb\xe7\x67\x17\x61\xf6\xd1\x3f\x79\x14\x9e\x9c\xa7\x3f\x1a\ \xe9\xc9\x85\xc0\x46\x79\xac\xa1\xc4\xc1\x81\x7b\x20\xe4\x4b\xc7\ \xb2\x89\xc4\xbe\xdb\xe1\x76\xba\x7b\xc3\xbd\xbd\x4e\xbf\xcb\x97\ \xee\x1f\xf0\x79\xfb\xdc\xb9\x70\x72\x21\xdc\x33\xe0\x49\xc6\xfc\ \x39\x5f\x0c\xd4\x6d\xdf\xe9\xce\xf9\x8d\x5b\x39\x6b\xd6\x1b\x5a\ \xd8\xca\x85\x3c\xee\xfe\x5d\x67\xaf\x2f\xb6\x1f\x8a\x39\x9d\xe1\ \xf4\xc1\x7a\x6c\xcb\xda\xe5\xeb\x8c\x79\xc1\x13\x79\xdc\xbe\xc4\ \xc0\x56\x18\x5d\x4c\x1c\x48\xfa\x7a\x97\xb7\x3d\x7e\x4f\xd8\xb1\ \x72\xe0\x5b\xd9\xf6\x1e\xec\xb8\x42\x31\xb7\x63\x6b\x65\x62\x66\ \x36\x98\x3b\x0c\x6d\xef\x6e\x16\x02\xa3\xab\xe9\xf5\x64\xe8\xc9\ \xc4\xd4\xf4\xd4\xda\xde\xea\x41\x7a\x7f\x65\x6f\x7d\xdd\xe7\xc9\ \xfa\x5c\xe1\x03\x8f\x6b\xab\x2b\xe1\x72\xf5\xf7\x25\x7b\x7a\x62\ \x21\xcf\xa1\xbf\xc7\x13\x4a\xf8\x92\xae\x85\xad\xdd\x60\x30\x10\ \x5c\xd9\x9f\xdc\xca\xcd\x94\x4a\x99\x42\x6a\x61\x74\x6d\x21\x9e\ \xba\x28\x66\x4a\x99\xe2\x68\x74\xa6\xb4\x06\x68\x38\x15\x8c\x06\ \x02\xc5\x54\x30\x7f\x31\xb9\x30\x7d\x3e\x91\x9f\x98\x4d\x3d\xe4\ \x61\xf5\xf9\xcb\xc0\x79\xa4\x90\x5a\x8e\x5e\xbc\x7d\x99\x9a\x88\ \x17\x33\x05\xd0\xa6\xcc\xcc\xe4\x68\x34\x53\x2c\x8c\xce\x97\x02\ \xc1\xbb\x52\xe4\xf5\x43\xe9\xf6\xfe\xe1\xe6\xfc\x22\x30\x9a\x7a\ \xb8\x28\xbe\x7d\x28\x5e\xbc\x3c\x2f\x3c\x5c\xdc\xdc\x64\x8a\x2f\ \x33\x2f\x5f\xa7\x4a\xa5\xc8\xdb\x52\x61\x36\x72\x17\x8f\xdc\xbc\ \x9c\xbc\xc9\xc7\x6f\x23\x63\x20\x69\xf7\xf1\xfb\x42\xf1\xdf\xbf\ \x79\xf8\xe6\xed\x6f\x7f\xfa\xa7\x7f\xfe\xe3\xef\xfe\xfa\xf5\xc9\ \xe2\xc8\xf1\x53\x89\xc0\x6e\x37\x1b\x04\x2a\x33\x4d\x45\xa3\xd3\ \xa8\x66\x9e\x80\x8d\xa3\x2e\x7e\xfd\xdb\xbb\x97\x7f\xf8\xfc\x95\ \xf9\xeb\x57\xbf\xfb\xfe\x0f\xdf\xfd\xf7\xaf\x57\x34\x95\xbd\x07\ \xd1\x55\x8e\x5a\x57\xdb\x22\x33\x4e\x2f\x52\x98\x06\x30\x59\xf6\ \x21\x95\xf9\x0b\x15\x38\x28\xbb\xcd\x32\x32\x7c\x3c\x74\x7c\x6c\ \x63\xd9\x8e\x47\x54\x96\x61\xf3\xf0\xe2\xc8\x88\x0d\x90\x71\xd1\ \x32\xfc\x6a\x88\x67\x31\xd8\x86\x00\x18\x5f\x49\x44\x2a\x15\x8f\ \x2a\x52\x1d\x2f\x0e\x99\x0d\x8b\x2a\xba\x41\xc5\x62\x59\xec\x14\ \x33\x58\xb9\xe3\x61\x64\xe5\x44\x22\xf0\xf5\x6c\x8b\x81\xce\x16\ \x01\x20\x82\xf7\x63\x53\x40\xe2\x24\x28\x83\x18\x8c\x1f\x0f\x05\ \x51\xc2\x56\x2a\x16\xfa\x23\x60\xa2\x5e\xaf\x68\xcc\x55\x60\xb1\ \x80\xea\x81\xdd\x11\xc1\x46\x6c\x44\x92\xa8\x1d\x99\x0a\xf5\xfe\ \xa2\xa8\xe8\x12\x8c\xc8\xc2\x23\xe2\xe8\x18\x22\x15\xa5\x81\x52\ \x48\x40\x72\x2c\x1a\xec\x97\x47\x25\x12\x49\xd8\x32\x3c\x5b\x82\ \x29\xa3\xf1\xd8\x44\x0c\xc0\x22\x15\x05\x26\x93\x51\x0f\x2f\x36\ \x0b\xd1\x21\x0e\x47\xc2\x2c\x3d\xbf\xbe\xba\x82\xef\xfb\xf3\xe7\ \x2f\xce\x40\xb0\x8e\xba\xd9\xa0\x2b\x64\xa6\x8a\xca\x44\xd7\x07\ \x31\x14\x16\xea\x7d\x46\xa4\xb1\xa8\x6c\x90\x3c\x32\x2a\x0b\x22\ \x51\x29\xa0\x54\x98\x72\x02\xbe\x8c\x80\x21\xa1\x40\x5f\x2c\xa1\ \xac\xa6\xac\x0c\x00\xb0\xa6\xbc\xb1\xbe\x1c\xcd\xcb\x69\x6b\x3b\ \x9a\x6b\xec\x6e\x6b\x6c\x1b\xaf\xa9\x1f\x5f\x6a\x1b\x1c\xc7\x32\ \x25\x94\x63\xb3\xc8\x7c\x62\x79\xaf\x47\x23\xe7\x37\xbd\xdf\x54\ \xa1\xd3\x33\x38\x9c\xa6\xa6\x47\x8c\x3a\x14\x5a\x5c\x5b\xfd\x7e\ \x75\xdd\xa3\xa6\xaa\x86\xaa\x0a\x44\x7e\xb5\x4d\x8f\x39\x9c\x2a\ \x46\xe5\xfb\x4d\x8f\xdf\xaf\x7c\x54\x57\xc9\x61\x3c\x06\x32\xac\ \xab\xac\x6c\x02\x4f\x54\xc7\x69\xa8\xa8\xa8\xad\xab\x83\x2d\xea\ \x18\xb5\x95\x95\xb5\xb5\xdc\xca\xca\x66\xae\x49\xcd\xe1\xd6\x55\ \xd4\xb5\x54\x35\x54\xb4\x70\xab\x2a\x60\x9f\x2d\x40\x88\x5c\x86\ \x52\xca\x61\xc8\xb4\xcd\xb0\xa2\x59\x29\x05\x74\xec\x94\x0b\xe5\ \x52\x29\x10\xa1\xb1\xb3\x4b\x21\xd7\x28\xe5\x72\x40\x42\xf0\x4b\ \x6a\xb9\x5e\xa3\x16\x5a\x07\x14\x3a\x85\x4e\xa9\xd5\xa3\xb8\x06\ \xa3\x14\xb8\x0e\xee\x35\x76\xa9\xc1\x68\xc9\xfa\xf4\xba\x4e\x6e\ \x67\x97\x5e\xad\xd6\x1a\x65\x6a\xb5\x52\xd6\x22\x54\x48\x75\x5a\ \x7d\xbb\x5e\x0e\xdf\x1c\x10\x3a\x65\xbb\x49\xdf\xd3\xab\xd5\x76\ \x75\x75\x18\xdb\x75\x7d\x46\xb9\xb1\xc3\xa8\x30\x75\xf6\x59\xb5\ \x7d\x1a\x59\x55\x8b\xa6\x5d\xa3\xef\xb4\x76\x84\xbf\xf9\xec\x6b\ \xc3\x2f\x7e\xf1\x85\x84\x88\xe3\x49\x28\x60\x9f\x28\x44\x22\xbc\ \x69\xe3\x73\x83\x20\xf0\xa4\x9a\x46\x6c\x2b\x96\xd0\xda\x38\x3e\ \x58\xdf\x7d\xdd\xdd\x58\x4e\x6c\xdc\x98\x03\x1f\x86\xc1\x8b\x58\ \x22\xdc\xe5\x27\x3f\xff\xf9\x27\x2f\x3e\xfc\xe4\xc5\x73\x38\xc1\ \x5c\x82\xa9\x3a\x02\x53\x05\x8e\x0a\x24\xea\xf9\xd5\x19\x02\xc3\ \x33\x04\x85\x67\xd7\x68\xcc\xaa\x1c\x07\x1f\xc3\xf5\x52\x23\xb6\ \x0c\x25\x36\xc0\xc7\xb0\x31\xd8\x36\x0e\xde\x0b\xd5\x39\x1c\x1d\ \x5d\x5e\x1e\x01\x15\x1e\x9d\x9d\x7d\x72\x92\xfe\xd3\x8b\x8d\xdb\ \x0e\x6b\xe7\xc0\xfc\x6f\x7b\x77\xd2\xa1\x58\xcc\xd3\xe5\x4f\xa6\ \xd7\xd3\xd9\xbd\x2d\x9f\x3f\x0d\x34\x17\x73\x26\xd2\x61\xd3\x80\ \xc7\x67\xcd\xee\xee\x6e\x85\x3a\x81\xb8\xd2\xfd\xa6\x9d\xf5\x90\ \x69\x20\xec\x74\x85\x7c\x21\x4f\xba\x6f\x77\x65\x3d\xb9\x9f\xed\ \xdb\xf6\x5b\xf7\xb6\x9e\xec\x6e\xc5\xdc\xae\x3e\x57\xc2\xea\xde\ \x0e\xe5\x12\x09\x6b\x97\x33\x9c\x75\xbb\xdd\x2e\x77\x9f\x27\xeb\ \xef\xd5\x85\xbc\xbd\xfe\x3d\x57\xd8\xdf\xef\xcd\xb9\x7b\x57\xc2\ \x3d\xde\xad\xad\x2d\xef\x42\x62\x7f\xab\x03\x88\xf0\x20\xbd\x07\ \xcf\xd4\x11\x9b\x9f\x08\xce\xe7\xfd\x6e\x9f\x77\x6d\x3a\x3e\x31\ \xb3\xb2\xb9\x9e\x7b\x12\x9f\x99\x5d\x38\x9c\x3f\xdc\x8d\x6d\xaf\ \x2f\xec\x6c\x6e\xc5\x42\xee\x01\x57\x6c\xcb\x9d\xdd\x75\x24\x5d\ \xce\x01\x6f\x62\xc0\xb9\x7d\xe0\x09\x27\xfa\x63\xbd\xfe\xa4\xd7\ \xbb\xb9\x37\x1f\x5f\xdb\x59\x7b\xb2\x3b\xbd\xbb\x33\x3b\x95\x4a\ \xa5\xa6\xd7\xa7\x27\xd6\x40\x78\x22\xc5\xfb\x60\x2a\x70\x11\x0f\ \x8c\x4d\x06\x53\x13\x93\xc1\xf3\x8b\xe8\x64\x34\x33\x1b\x05\xc3\ \x35\x91\x0a\x4e\x44\x0a\xf7\x85\x68\xea\x6e\x32\x1a\xcf\xdc\x45\ \xf3\x91\x8b\x37\xf7\xe7\x99\x78\xbe\xf0\x80\x0a\xd6\xf3\x6b\xc0\ \x94\x93\x81\x42\x2a\xf5\xf6\xe6\xfe\x21\x55\x7a\xfd\xf6\xe5\x57\ \xa9\xe8\xeb\x78\x66\x2c\xfa\xa6\x70\x71\x11\x9f\xbc\x7d\x99\xbf\ \x7b\xb8\xbd\xff\xea\x3e\x55\x98\x28\xdd\xfc\xe6\xf5\x45\xa1\x14\ \x8c\x16\x46\x41\xaf\xee\x0b\xa3\xf9\x7c\x34\x9a\xca\x5f\x4c\xdd\ \xdf\x7c\xf5\xf2\xe5\xc3\xcd\xdb\xfc\x9b\x3f\xfc\xf0\x2f\x9f\x7f\ \x0d\xdf\x85\x21\x89\xcd\x3c\x84\x46\x4d\x78\xa8\xa7\xb3\x81\x65\ \x30\x30\xc1\xb4\xd0\xc8\x82\xdf\x1c\x76\xc8\x75\x9e\xe0\x9b\x9b\ \xf3\x1f\x9e\x31\x9f\x7e\x37\xb1\xb9\x92\x33\xf6\xf0\x35\xc2\xf5\ \x99\xcd\x68\x98\x5b\x51\xcb\x55\xac\xfe\xf4\x94\xc6\x1b\x12\x48\ \x54\x23\xf6\x61\xbb\xc8\x66\xb6\x9f\xd8\x0c\x40\x83\x36\xcb\x90\ \x61\x68\x78\x64\xd8\x62\x59\x5c\xb4\x9f\x00\x2a\xbe\x3a\x19\xb6\ \xd9\x46\x8e\x47\x44\xc3\xc7\x8b\x27\xc7\xc3\x8b\x06\x91\x61\xd1\ \x06\xfe\xcc\x2c\x91\x9c\xa0\x18\x1a\x89\x88\x2d\x52\xd9\x44\x60\ \x57\xcc\x02\x09\x19\x35\x31\x54\x09\x58\x64\x70\x58\x74\xd8\x02\ \x95\xd9\xf3\x98\x64\x96\x88\x27\x60\x09\xd8\x3c\x83\x84\xcd\x56\ \xd9\x51\xfd\x94\xca\xc0\xa4\x48\xe8\x3c\x11\x05\xd8\x8e\x6e\x28\ \x43\xf3\x7a\x54\x12\x96\x48\x25\xb1\xf0\x04\x4c\x1a\xcf\xc0\xa6\ \x4b\xe8\x2c\x3a\x19\xbc\x9a\x84\x85\x66\x6e\x03\x5d\x82\xa2\xb0\ \xb0\x34\x15\x0b\x88\x17\x44\x90\x84\x43\x55\x10\x23\x4c\x0c\x89\ \xd4\x08\x5f\x73\xc0\x3e\x1a\x8d\x0a\x1a\x57\x46\xa1\x60\x08\x6c\ \x36\x99\x85\x12\x47\xe9\x04\x0c\xea\xfb\x4c\xc2\x12\x37\x5e\x9c\ \x1d\x5d\x9f\x5e\x9d\x5d\xbd\x78\x71\x7d\xf9\xb7\xbf\xbd\x58\x62\ \x2d\xda\xed\x28\x7a\x15\x4c\x18\x91\x84\x23\xd3\x29\xef\xec\x1a\ \x13\x83\x4a\x4e\xe9\xa8\x90\x0b\x5f\x86\x29\x2b\xc3\x10\xca\xde\ \x15\xd2\x13\xca\xeb\x1b\xcb\x28\x58\x62\x39\x96\x84\xaf\x41\x61\ \x0c\x58\x7c\x4d\x79\x5b\x5b\x7d\x79\xf7\x5c\x7d\x7d\xeb\x46\x23\ \x16\x5b\xde\x36\xd8\x06\x6c\x88\xb7\x88\x04\x00\xd7\xe0\xb0\x7a\ \x74\x52\x6e\x75\xd3\x07\x8f\x64\x0a\xa1\x14\x2c\x52\x5d\x75\x65\ \x43\x75\x6d\x65\x45\xc5\x07\x75\x60\xae\x18\xe0\xbe\x3e\x00\x5d\ \xaa\x6a\x82\xf5\x15\x55\xef\x3f\xaa\x7e\x54\x81\x72\xb1\x6a\x9b\ \x9a\xaa\x9b\x2a\x18\x4d\xff\xd8\x54\x05\xe2\x84\xc4\xa8\xba\xae\ \xaa\x16\x4d\x1e\xe4\x54\x71\x9a\x1e\xc1\x2f\xd2\xe6\x66\x29\xa3\ \xa2\xa9\x82\xdf\x22\x64\x3c\xae\x15\xca\xc4\x5c\x46\xad\x5a\xd3\ \x0c\x5a\xd8\x2c\xae\x60\x70\x35\x52\x0e\x47\x88\xa6\xe3\xa8\x4d\ \x8e\x76\x79\xbb\x49\x69\xe2\xf2\xb5\xa0\x24\xca\xae\x1e\x85\x50\ \x8d\xea\xe4\x65\xd2\x76\xa5\xa6\x59\x63\x04\x86\x93\x4a\x15\x26\ \x23\xba\x28\x20\xe6\x1a\x8d\x6a\xb5\x1c\x35\x97\x51\xa0\xcb\x88\ \x8a\x3e\x9d\x5a\xd3\xa7\x35\x69\x3a\xdf\x5d\x2d\xec\xd4\x75\x1a\ \x35\x62\xb5\x54\x81\xc6\xf4\x9b\x51\x49\x96\xbb\x47\x6e\x02\x9c\ \xd4\x59\xf5\x72\x65\x9f\x4b\xa7\x45\xa1\xf4\x3a\x99\x5c\xad\xd0\ \x69\xb5\x5c\xa9\x42\xdb\x6c\x52\xe8\x63\xbb\xb7\x3f\x2d\x8a\xfe\ \xf8\x87\xbf\x1a\xc8\x8d\x66\x9e\xc8\x4c\xc4\xd3\x80\xf8\x80\xa5\ \x51\xbc\xfe\x06\xc0\x61\x79\x2b\x4a\x8f\x01\x9e\xde\xb8\x46\x9d\ \x88\x6a\x06\xeb\xdb\xca\x6b\xf0\xe5\xf0\x75\xc1\x1c\x7d\xf4\xd1\ \x97\xff\xfa\xc9\x47\x9f\x7c\x78\x79\xf9\xfc\xc3\x0f\x9f\x7f\xf8\ \x02\xec\xf1\xd5\xe5\xe5\xf5\x11\x68\xd6\xe5\x0b\xc4\x78\xa7\x57\ \x97\x57\xd7\x67\x47\x4b\xe3\xa7\x97\x67\x6d\x3c\x4c\x37\xb8\xb1\ \xc1\xd6\xb9\xa3\xf1\xa5\xd3\xa5\xa5\x8d\x8d\xb6\xd6\xb6\xd3\xa5\ \x8d\xeb\xcb\xab\xb3\x8d\x8d\x2b\xe0\xca\xd3\x2b\xe0\xc8\x8f\x88\ \xbe\xb1\xc1\xdf\x37\x7e\x1c\x71\x85\x7f\x70\xed\x1e\x84\x72\xc9\ \xa4\xdb\x91\x4c\xee\x86\x97\x0f\x72\x9e\xf0\xce\x42\x36\xe6\xee\ \x75\xee\xf9\x1c\x61\x87\xc7\x97\xde\xf6\xed\xee\xe9\x1c\x7e\x6f\ \xd8\xa9\x48\x4c\xe7\xda\xbd\xc9\x01\x67\xc2\xbb\xb5\xed\xf6\xef\ \x3d\x59\x58\xdd\xf2\xb8\x7a\x3d\x26\x14\xf7\x17\x4a\xf7\xf6\xba\ \x7b\x12\x89\x44\xbf\xc3\xe7\x4b\x0f\xb4\x0f\x38\x9d\x3d\xbe\xde\ \xce\x01\x93\x75\x7b\xdd\xef\xcf\x65\xad\x61\x9f\x23\xd4\x6f\x05\ \xa3\xe5\x8e\xf9\xfb\xbc\x5b\xbe\xad\x6c\x36\x96\x8c\xf9\x9e\xec\ \x66\x73\x4e\x5f\x22\xe4\xee\xc8\x3e\x49\x3d\x89\x04\x0e\xf6\x63\ \xe9\xa9\x27\xd3\x81\xcc\xca\xd6\xda\xde\xc1\xe6\x4a\x60\x73\xff\ \x70\x67\xca\x79\xb8\x17\x5c\xce\x6e\x6e\x27\x93\x1e\xa7\x3f\x39\ \x90\xf5\xf5\x67\xc3\x59\x4f\x1a\x5c\x96\x77\x21\xe9\xdc\xf2\x6f\ \xf7\x58\xc3\x61\xcf\x6a\x7a\x61\x7a\x21\xb7\xb9\xb0\x32\x39\xba\ \xb7\x3a\x3a\x16\x7d\x5b\x5a\x5e\x9b\x98\x5c\x98\x9d\x8a\x07\x46\ \xd7\x17\xf6\xcf\x1f\x52\xb3\x91\x89\x60\x2a\x38\x9d\xb9\x09\x44\ \x8a\xa5\x4c\x70\x6d\xea\x22\x12\x2f\x04\x67\xee\x6f\x83\x85\x62\ \x04\xa0\xae\xf0\xeb\x62\x6a\xf6\xee\xdb\x54\xf1\x26\x32\x11\xc9\ \xdf\x80\xbc\x4d\xce\x04\x61\x93\x54\xfe\xfc\xee\xa2\x70\xff\xb6\ \x58\x2c\x9d\x3f\xdc\x4e\x04\xbf\x2b\xa6\x46\x6f\xce\x53\xc5\xd2\ \xc5\x6d\xf1\xb6\x70\x03\x7b\x79\x78\x39\x11\x19\x8d\x5e\xdc\x45\ \x26\xbe\x9b\x98\x9e\x88\x5c\xdc\xdf\x3e\x5c\x8c\x46\xf3\x37\xb3\ \xe0\xd5\xa6\x02\xf7\x13\x93\xf9\xf3\x6f\x7e\xf9\x9b\xdb\x5f\xfe\ \xf8\xe9\x4f\xff\xf7\xeb\x5f\x7c\x3d\x72\x32\x3c\x64\x30\xd8\xe1\ \x80\x16\x81\x6e\xa0\x9e\xcd\x74\x9e\x8a\xce\x63\xe2\xfe\xeb\x36\ \x1a\xdf\x5f\xce\xef\xcc\xfc\xd7\xdf\xdf\x94\xfe\x2b\xd4\x1e\xf2\ \xef\x5b\x9b\xd5\xe2\xb4\x4b\x1e\xea\x33\xf9\xfc\x7d\xbd\x32\x6d\ \x87\xae\xef\xee\x17\xf0\x98\x93\x13\x33\x98\x2c\xb3\x41\x25\x19\ \x06\x43\x05\x5c\x68\x1f\x19\x36\x0c\x7f\x7d\x62\x3f\xb1\xdb\x9f\ \xd9\x87\x9f\x3e\xfd\x05\x38\x29\xdb\xc9\x33\x8b\xca\x62\x1e\xb1\ \x4b\x50\x59\x3b\x98\x31\xc3\x33\xbb\x9d\x35\x34\x2c\x00\x02\xb2\ \x19\xd8\x02\x89\xc4\x80\x7a\x46\x9b\x05\x14\x81\x08\x88\x0d\x7c\ \x0a\x8d\x42\xe3\x49\x04\xa0\x21\x02\x11\x95\xa6\x62\xa2\xb6\x39\ \x74\x9a\xc8\x2c\x51\xa1\xfe\x5e\x2c\xf0\x53\xa0\x65\x74\x1a\xaa\ \xbb\xc0\x31\xcd\x54\x1c\x93\x09\xcf\xcf\x14\x49\x04\x68\x68\x9d\ \x05\x72\x26\x12\x80\xde\x89\x98\x34\x95\x05\x0d\xe2\xb3\x04\x4c\ \x01\xb0\x21\x8f\x80\x31\xb0\x98\x80\x99\x3c\x10\x68\x3a\x9d\xa9\ \xb2\xd0\x48\x38\x38\x77\x93\x48\x3c\x1e\x99\x4c\xa6\xd1\xff\xe7\ \x06\x43\x13\xe0\x48\x44\x32\xb1\x8c\x4a\xc2\x63\xe8\xe0\x95\xea\ \xcb\x36\x5e\x5c\xbf\xb8\xbc\x82\xaf\xed\xd5\x87\x67\x57\x7f\xfb\ \xdb\xe5\x38\xd5\x02\x56\x92\x86\x46\xaf\xc8\x65\x54\x2a\x8e\x0c\ \x3e\x8c\xf9\xae\x3f\x23\x91\xfa\xae\x65\x0e\x1e\x6e\x30\x04\x02\ \x96\x82\xc3\x90\x30\xf5\x65\x65\x78\x02\x11\x47\x44\xcd\x3f\xcb\ \xf0\xf5\x68\x2e\x21\x2a\xc1\x6a\x2c\xaf\xaf\x9f\x2b\xc7\xd6\xb4\ \x8d\xd7\xd7\x0f\x76\xc3\x41\xd2\x36\x58\x4f\x83\xd7\x0c\xe2\x6b\ \x79\xcf\xd4\xc3\xe5\xd4\xbe\xff\xb3\x26\x59\xbb\x98\xcf\xaf\xfe\ \xe0\xd1\xfb\xd5\xd5\xd5\x4d\xcd\xdc\xda\xf7\xab\xab\x2a\xab\x9b\ \xaa\x1f\x57\x57\x37\x54\x3f\x02\x15\x7b\x5c\x59\x5d\x59\x09\xbf\ \xd5\x55\x35\x21\xcd\xfa\xa0\x01\xa5\x87\xfe\xac\xa1\xa1\x82\x5b\ \x59\x5d\x2d\xe6\x56\x56\x55\xf0\xf9\xfc\xca\x5a\x0e\x87\x51\x59\ \xc5\xad\x66\xc8\x5a\x38\x4a\x2e\x58\x2d\x86\x42\xcc\x60\x54\xa0\ \xba\x85\xca\x4a\xb9\xba\x9a\xc3\xe1\xf2\xc5\x4a\x79\x8b\x5e\x2e\ \xe5\xf0\xa5\xd2\x16\x05\x47\xe3\xd4\x4a\xc5\x4a\x99\x52\xad\xd1\ \x74\xf6\x18\x35\xba\x7e\xa1\x5c\xcc\x97\xeb\xa5\xcd\x3a\x70\x58\ \x32\x8d\x46\xa1\x97\xcb\xf5\xc8\x36\x75\xc8\xf5\x5a\xb5\x5a\xca\ \xe7\x2a\x3b\x15\x32\xa3\x51\x23\x54\xa3\x46\x17\x3a\x59\x87\x5e\ \xa3\x69\x57\x6b\x4c\xed\x5d\x1d\x9d\xc6\x3e\xab\x0c\x44\x0b\x58\ \x92\x2f\x57\x74\x3a\x74\x9d\x9a\xf6\xde\xae\x5e\x58\x8f\x1e\xdf\ \xa9\xd3\x5b\x3b\x94\xed\x7a\x0d\x88\x9e\x42\x2f\x6b\x51\x83\xbd\ \x93\x69\x14\xeb\xdf\xfe\xf3\x8f\xbf\xb1\x7c\xfe\x67\x15\xbd\x8c\ \x4e\x97\x0c\x0d\x01\xc8\xe3\x89\x78\x6c\x39\xa1\x06\xde\x2a\xd4\ \xa0\x10\xe0\xad\x1e\xcd\xcb\xdc\xb8\xda\x18\xc4\x02\x11\xce\xb5\ \x61\x51\xbd\x08\x8d\x25\x62\xcd\x7d\xf4\xd1\x8b\x2f\x3f\xfa\xf2\ \x13\x50\xaa\xcb\xcb\x2f\x7f\xfe\xd1\xe5\x47\xff\x0a\x8b\xcf\x2f\ \x2f\x4f\x4f\x81\xea\x41\xad\xae\x4e\x2f\x81\x15\x3f\xbc\x04\xd7\ \xf5\x1c\x2c\x54\xf7\xd1\x06\xf6\x74\xa3\x71\x10\x96\x06\xe7\xc6\ \x97\xce\x8e\xd0\xf4\x1e\x90\xc5\xcb\xe7\xd7\xa7\xe3\x1b\x20\x73\ \xa7\x47\x70\xfb\xc9\xd2\xd6\x3e\xef\xcb\xdf\x7f\xd8\xf8\xea\xbf\ \x63\xdb\xdb\x5e\x5f\x12\x70\x2e\x11\x4e\x1e\xce\xc7\x3c\xfd\xbe\ \xc4\xde\xca\x76\xac\x77\x2b\xeb\x72\x75\x75\x26\xd3\x21\xb7\x7b\ \x2b\xd4\x6e\x74\x6e\x3b\x13\x6e\xe7\x8c\xcf\xe4\x72\x3a\x42\x89\ \x58\x2e\xd6\xd5\x99\xde\x4a\x64\xb3\x2e\xab\xa7\x5f\xd7\x1f\x4a\ \x66\x43\x4e\x87\xd7\xed\x74\x0e\xb8\x3a\x1d\x9e\x5e\xa7\xcb\xea\ \x73\xfb\xfd\xeb\x0e\x87\x6f\xd7\x14\xf2\xe6\x72\x3d\x49\xaf\xd3\ \xd7\xe1\xdd\xf6\xa5\xe1\xb9\xd0\xdc\xc4\xad\xed\xd5\xf4\x81\xf7\ \x60\xdf\xb9\x73\xb0\x1d\x73\x0e\x24\x62\x9e\xce\xf5\xc9\xa9\xe5\ \xb1\xe0\xee\x41\x6c\x6b\x65\x73\xec\xc9\xc4\xe6\xc1\xe4\x6e\x6e\ \x62\x7e\x73\x2d\xb6\x85\x82\x1a\x66\xe7\x67\x56\xb7\x73\xb9\xb4\ \x0f\x65\x4a\xc4\xe0\x09\x7b\xb3\x39\x47\x6f\x8f\xcb\xb5\x92\x75\ \x27\x63\x20\xad\xc9\x3e\xcf\xf4\xe1\xde\xd4\xf4\xca\xec\xe8\x66\ \x66\x7f\x3b\x3e\x1b\xb8\xb9\x2f\x1e\x8e\x06\xa7\xd7\xc7\xe2\xf9\ \x60\x60\x7e\x6a\xa7\x98\x2f\x16\x27\xa3\xd1\xc8\xea\x7e\xea\x62\ \x76\x22\x92\x0a\x16\x26\xf6\x0b\xe7\x93\x28\x79\x34\x32\x9b\x07\ \x6b\x95\x29\xc6\x03\xf9\x89\x0c\x48\xd9\x4d\x21\x38\x96\x2f\xe4\ \xa3\xa5\x54\x3e\x13\x99\x19\x8b\x97\xce\x5f\x17\xef\x6e\xdf\x16\ \xcf\xcf\x4b\xf7\x37\x77\x85\xc8\x8f\xc5\xe0\xf4\x4d\xfc\xf6\xb6\ \xf8\xd5\x4d\xf1\xf6\xa2\x14\x88\x44\x5f\x8e\x06\x5e\x07\x66\xdf\ \xbc\xfc\xea\xe1\x22\x5a\xbc\x38\x2f\xe6\xef\x6f\x33\xf1\xe0\xf9\ \xc3\x64\xe4\xf5\xf9\xe4\xcd\xf9\xe8\xed\xc5\xfd\xbf\xff\xfa\x0f\ \xbf\xfa\xf1\xbf\x3e\xff\xf8\xbf\x7f\xf1\x8b\xc5\xe3\x11\xb3\xcd\ \x20\xb2\xa9\x54\x06\x33\x9d\x06\xb7\xa8\x7b\x0b\x8d\x2e\xe0\xd9\ \x7f\xf7\xf5\x67\x36\xcb\x4f\x3f\xfe\xf8\x4d\x66\x6b\x37\x26\x7d\ \x24\x86\x33\x1f\x4a\x45\x5a\x0f\x6b\xb2\x2d\x0d\xfc\x2a\x0e\xbf\ \x23\xeb\xf3\xf7\x2f\xb8\x26\x59\x92\x93\xe1\xc5\x45\xb3\x88\x75\ \x62\x60\xd9\x16\xed\x60\x0e\xc0\x65\x59\x2c\x43\xcf\xcc\xf6\x57\ \x76\x1e\x6a\x77\x0f\xfa\xa5\x12\x8c\x0c\x99\xc1\x3a\xa1\xc9\x39\ \xc3\x43\xc3\x76\xc3\x88\x99\x22\xb0\xd9\x05\x06\xfb\x88\x8d\x29\ \x32\x58\xcc\x2a\x91\xdd\x22\x41\xf3\x03\x45\x68\xdc\x49\x82\xfa\ \x9d\x1a\x78\x2c\x9a\x04\xb5\x4a\x95\xd0\xd1\x60\xbc\x44\x24\x60\ \x1b\xe8\x54\x01\x6a\x34\x86\xa2\xcf\x69\x3c\x26\x9d\x6d\x90\x98\ \xed\x16\x3a\x85\xc2\x04\xc4\x83\x4d\x87\x98\x34\x36\x9b\xa5\x42\ \x85\xa7\x22\x9e\x08\x3c\x9b\x01\xf0\x10\x08\x52\x84\xd2\x96\x79\ \x2a\x09\x93\x2d\x29\x27\x49\x78\x74\x96\x84\x22\xa2\xb1\x59\x4c\ \x9a\xc1\x6c\x91\xe0\xca\x68\x24\x0c\x1e\x0f\x4c\x47\x05\xd3\xc5\ \x23\xd3\x59\x24\x0a\x4d\x40\x27\x91\x71\x64\x02\x8e\x2e\xa1\x10\ \x59\xf4\x32\x22\xb6\x6c\xfc\xf9\x8b\xcb\xb3\x4b\x34\x04\xf2\xfc\ \xe8\xe8\x6f\xff\xef\xb2\x9b\x37\x34\x7c\x82\x5a\xb6\xa2\xd6\xa7\ \xe8\xa1\x24\x5c\x19\x05\xe5\xe2\x90\xa8\x34\x02\x89\x46\x22\xe1\ \xcb\xb0\xa4\x32\x2c\x81\x40\x22\x96\xe3\x30\x8d\x35\x64\x70\x58\ \x04\x22\x76\x10\x5b\x86\x50\xb0\x11\xb5\xcc\x2b\xc7\x12\x6a\x6a\ \x6a\x80\x3f\x1a\xbb\xc7\x81\x0e\xbb\x01\x0e\x6b\x08\x6d\x44\x8a\ \x4a\x30\x64\x37\xf0\xde\xeb\xd4\xc9\xc5\x9c\xba\xa6\xc7\xc2\x5e\ \x85\x98\x03\xba\xf4\x41\x53\x25\x4a\x76\xaf\xae\x6b\xa8\x66\x54\ \x56\x54\x3e\xaa\xa8\x7d\x5c\x5d\xd7\x04\x2b\x51\x85\x56\x25\x03\ \x50\xb1\x92\xc3\xa9\xae\xfa\x87\x9f\x3d\xae\x68\x6a\xaa\x7b\x54\ \xfd\x4e\xa1\x5a\x18\x60\xbb\x2a\xb8\xe2\x86\x86\x06\x10\x33\xbe\ \x90\xc1\x50\x37\x57\xf0\x85\x2d\xdc\x0a\x8e\x86\x8b\xf2\x1f\xaa\ \x2a\x9b\x6b\xeb\xb8\xb2\xaa\x0a\x2e\x83\x2b\xd6\xb7\x34\x8b\x9b\ \x95\x2d\x72\x2d\x50\x9c\x50\xd3\x67\x12\x32\x84\x0a\x34\xb1\x4f\ \xdf\x6b\x4c\x47\x53\x46\xb5\x54\x2c\xd5\xca\x84\xb2\x16\xa9\x56\ \xab\x44\x61\xa3\x0a\x85\x4e\xa7\xd6\x2b\xd5\xed\x4e\x85\x56\x2e\ \x15\xea\xc0\x34\xe9\xf4\x42\xb5\xd6\xda\xae\x91\xab\x65\xba\x4e\ \x45\x8b\xb4\x43\xa1\x17\x2a\x14\x32\xb9\xd1\x61\x54\x6a\xad\xc6\ \x4e\x1d\x18\xb4\x0e\x87\xae\xbd\xdd\xd4\x69\xea\xec\xb2\x02\x6c\ \x6a\xf4\x9a\xce\x2e\x9d\xa2\xb3\x53\xab\xd6\xca\xa4\x8a\x0e\xa3\ \x5c\xa6\x90\xe9\xd5\xfa\xae\xa9\x9b\xd4\x57\x3f\x7d\xfa\xc3\x2f\ \x00\x04\x45\x6c\x9c\xe4\xd9\xd7\x74\x14\xd0\x83\x27\x60\x6a\x06\ \x97\xc6\xc7\xc1\x8f\xce\xb5\x6e\x1c\xd5\x6f\x9c\x2e\x1d\x1d\x2d\ \x2d\xd5\x97\x13\xb0\xad\xdd\x18\xf0\xa9\xad\x38\xf8\x4e\x0d\xbe\ \xf8\xe4\xa3\x17\x1f\x7d\xf9\xe1\x87\x1f\x81\xbd\x02\xe1\x7a\xf1\ \xe5\xbf\xbe\xf8\xe8\xc5\x27\x2f\x3e\xba\x3c\xdb\x38\x3d\x43\x23\ \xef\x67\x67\xcf\x4f\xcf\x9e\x7f\xf4\xe2\xea\x14\x3e\x59\x80\xfd\ \x0d\x7c\xe3\x46\x1b\x7e\x7c\x63\xee\x68\x63\xee\xf4\x14\x50\xf0\ \x74\x69\xbc\xbe\x7b\xe3\xea\x1a\x08\xf2\xe8\x6c\x63\xe9\xec\xf2\ \xfa\xf2\xfa\xa3\xc1\xbd\x85\xff\x3e\xfd\xe8\xe7\x2f\x4e\xb1\x7f\ \x0c\xf4\xf7\xb8\xba\x06\xbc\x3b\xe9\xe4\x7e\x34\xb9\x1d\x0b\xed\ \xa4\xf7\xbd\x03\xd9\xec\x4e\x3a\x16\xf6\xf9\x42\x31\x14\x9c\x05\ \xc0\x98\x4c\x24\x9c\x9e\xf5\x2d\xbd\xd5\x1d\xf2\xa6\xdd\xb1\x50\ \x5f\x47\xfa\xc0\xd3\x9b\x0e\x79\x5c\x9d\x46\xef\x76\xf2\x70\xcf\ \xe7\x0a\x3b\xfa\x5d\x6e\x8f\xd3\x63\xd5\xbb\xfb\x07\xb2\xb0\x27\ \xb7\xdf\xe3\x3a\xe8\xf4\xed\x3b\x9d\xb9\x70\x8f\xd3\xef\x4a\x24\ \xdd\x3e\x67\xac\xd7\xe7\xed\x4b\x1f\xec\xcd\x8f\xee\x0f\x64\x57\ \x93\x63\x07\xd9\xec\x5e\x97\x33\xe7\xef\xda\x59\x5e\x0e\x8c\xc6\ \x57\x57\x72\xc9\x85\xf8\xc4\xda\xf4\x4e\x76\x7a\x3f\x16\x5c\x3e\ \x5c\x58\x5f\xd9\xdf\x0a\xad\xc4\xc7\x76\x57\x42\xee\x83\x6c\x9f\ \x77\xdb\x9d\x3c\x4c\xa7\xb3\xce\x58\xd8\x33\x60\x1d\xf0\xad\x84\ \x3c\x7e\xaf\xa3\x2f\x9d\x4e\xc4\x76\x42\xa1\x95\xe0\x7c\x74\x7f\ \x21\xb0\xb9\x39\x3b\x1d\x9d\x3f\x8f\x6f\xae\xae\x8d\x4e\x4f\x4d\ \x44\x66\x03\x81\xd1\xa9\x68\x3e\x3e\x35\x16\x49\x5d\xcc\x4f\x45\ \x8b\xa5\x9b\xc0\x4c\x21\x90\x19\x0d\xe6\x33\xf1\x4c\x26\x1f\x0f\ \x14\xa2\xa3\xd1\xfb\x4c\x61\x3a\xf8\x12\x0c\xd3\xfd\x7d\xa1\x58\ \x38\x2f\x64\x02\xc1\x60\x3e\x3f\x99\x29\x5d\x14\xbe\x2d\x7d\xf3\ \x12\xe4\x2a\x73\xff\x15\x38\xad\xc9\xe2\xed\xeb\xfc\xe8\xe4\xdd\ \xcb\xd7\x0f\xaf\x2f\xce\xe3\xb7\x6f\xdf\x9c\x4f\xdc\xe4\x23\x0f\ \x80\x8d\xc5\xf3\x97\x85\xd1\xf3\xe2\x44\x3e\x73\x5b\x78\x78\x88\ \x06\x40\xaf\x6e\xe6\xdf\x7c\x75\xf3\xf2\xe6\xee\xab\x5f\xff\xd3\ \x0f\x3f\xfc\xf0\xd9\x67\x9f\xff\xf1\x78\xd8\xf6\x6a\xc4\x82\x1a\ \x9b\xb2\x58\x3c\xd4\x6c\x42\x64\x97\x50\xc9\x14\x2a\x4b\xa2\x32\ \x8c\xfc\xf4\xe7\xef\x7e\xfa\xdd\x57\xc5\xe2\xfc\x64\xd2\x5a\xd9\ \x54\x5d\x09\xc7\x49\x43\x65\x55\x38\xb4\xb3\xa3\xe4\x88\xeb\x9a\ \x7b\x4d\x03\xcb\x99\x9b\xa9\x9c\x37\xff\x94\x6d\x18\x56\x99\x45\ \xa8\xbd\xd6\xe2\xd0\x33\xcb\xa2\xc8\xf6\xf5\xb3\x11\xfb\xb3\x11\ \x83\xe5\xd9\x88\xe4\xd9\xab\x11\xd1\x90\xe5\x95\x19\x55\x9b\xda\ \x47\x9e\x8e\xd8\x46\x5e\xa1\xb4\x77\xfb\xb0\x40\x24\x01\x6b\x35\ \x24\x1a\x12\xb1\x04\x12\x83\x9d\x05\x26\xcb\xc6\x63\xd2\xa8\x2c\ \x1e\x1b\x4d\x99\x41\x71\xc7\x06\x16\x0d\x9c\x94\x8d\xce\xe6\x49\ \x98\xe0\xa9\x98\x34\x96\x0a\x85\x44\x00\x76\xd1\xff\xe7\xb2\xa0\ \x81\x65\xb1\x88\x50\x36\x03\x28\x1c\x05\x67\x18\x01\xbb\x24\xa2\ \x53\xe9\x16\x11\x45\x22\x91\x98\x29\x20\x51\x70\xaa\x05\x01\x12\ \xa0\x26\x60\x12\x16\x1b\x25\xc2\x13\x31\xa8\x85\x0e\x8e\xc2\x66\ \x32\xd9\x4c\xd0\x3f\x0b\x9b\x8a\x23\xe2\xca\xca\x48\x4c\x16\x95\ \x0c\x78\x27\xa0\xe0\x48\x65\x44\x0c\x4b\x82\x01\x90\x2b\x83\xb7\ \x02\x47\xa0\x52\x08\x24\x12\x61\xfc\xf2\xc5\xe5\x8b\xe7\x67\x97\ \xcf\xd1\x65\xa7\xbf\xfd\xaf\xb3\x36\xfa\xb1\xcd\x4c\xa5\x4b\x78\ \x64\x7c\x39\x89\xc8\x46\x89\xf4\x24\x22\x8d\xc6\x46\x8e\x0d\x35\ \xb0\xa0\x12\x88\xe5\x64\x12\x05\x68\xb1\xa6\x86\x48\xc2\x62\x71\ \xa4\xc6\xb6\x7a\x22\xb6\x1b\x75\xca\xa9\xc1\x96\x37\x96\x97\x95\ \xb7\x82\x57\x40\xb3\x09\x51\x07\xf5\xb6\x36\x14\x15\x30\x5e\x5f\ \xd3\x76\xda\x2a\x32\x80\xd3\x14\xbd\xd7\xab\xad\x6d\x7a\xf4\xf8\ \xfd\x06\xad\x5e\xc9\xa9\xac\x6b\xaa\x7b\x1f\x8d\xb0\x83\xee\x54\ \x3e\x6e\x60\x34\x35\xc0\x3d\x4d\x1f\x34\x55\x7f\xf0\xb8\xee\xfd\ \xf7\x1f\x3d\x7e\xc4\xe0\x54\x3f\x7e\x5c\x57\x57\x51\x57\x05\x1a\ \x56\x5b\x5d\xfd\xb3\xba\x0a\x3e\x43\xc6\xa8\xaa\xaa\xe2\x54\x54\ \x37\xd5\xd6\x56\x56\x3e\xaa\xe3\x70\x9b\xab\xaa\xb9\xb5\x75\xb5\ \x72\x7e\x75\x03\xb7\x45\x5c\x59\x5d\xcb\xa8\x45\xd9\x7f\xcd\x55\ \xcd\xdc\xca\x0a\x86\x58\xd8\x0c\x3f\x5c\xb1\x4c\x28\x97\x35\xeb\ \x94\x52\x9d\x55\xd6\x2c\x95\x55\x68\xf8\x42\x61\x4b\x72\x7d\x40\ \xaf\xe4\x36\xb7\x70\xbb\x40\x4b\x4c\x1a\x9d\x5c\xaa\xee\x34\xca\ \xf8\x5a\x9d\x52\xd3\xa1\x11\xea\x3b\x75\xda\x16\xa5\x56\xae\xf1\ \x28\x85\xa8\x8d\x73\x57\x87\x11\xd4\x47\x6d\x52\x80\x3f\x93\x6a\ \xe5\xc6\x76\x85\x5a\xc6\x15\x8b\x6b\x75\xed\x32\xa1\x5a\x2e\x53\ \x6b\x7a\xba\x7a\xc1\x54\xe9\x3a\x4d\x1d\xda\x76\xa3\x49\x63\xf5\ \x0b\xb5\xba\x8e\x0e\xa5\x5e\xd3\x22\x33\x69\x4d\x5a\x85\xb0\x45\ \x21\x73\x24\x52\xf1\x9b\xfb\x5f\xff\x61\x04\xde\x57\xe6\xab\xa7\ \x96\x91\x67\x43\xac\x72\x1c\x0d\x5c\x6a\x6b\xeb\x11\x8a\x3e\x9e\ \x5b\x6a\xdc\x38\xea\xc6\xd6\x0f\x82\x9a\x6c\x6c\x34\x36\xd6\xd4\ \xd7\xd3\xc9\x1b\x1b\x83\x78\xfb\xa2\x80\x3e\xf7\xe5\xbf\x7d\xf2\ \x09\x38\xac\x8f\x5e\x7c\xf8\xc9\x97\xff\xfa\xf3\x4f\xbe\xfc\xf2\ \x4b\x58\x04\x19\x7b\x7e\x75\x74\xf5\xe2\xc3\xe7\x67\x67\xa0\x51\ \xa8\x36\x14\xce\x40\xb0\x0c\xa7\xa2\x6b\x40\xc0\x71\x42\x6b\x37\ \xa5\x7b\xe9\xe8\x74\x63\x6e\x6e\x69\xee\x68\x6e\x6e\xbc\x75\x1c\ \x3c\xd8\xf5\xf3\xa5\x6e\x20\xc4\xd3\xa5\xab\x4f\x4e\x27\x7b\xfe\ \xd2\xf6\x09\x7c\x0b\x3e\x7a\x81\xfb\xcd\xa6\xa9\x27\xb6\x9d\x3e\ \x9c\x19\x3d\xf0\x27\xb7\x77\x73\xe1\x90\xdf\x97\x4c\x27\x06\x0e\ \xfc\xe1\xed\x58\x8f\x7f\x27\xdd\x87\x06\xe3\xbd\xce\x81\xfd\xac\ \xdc\x13\xee\x77\x26\xc2\x5e\x9f\xd7\x91\xed\xef\x4c\x2c\x6c\xc6\ \x7a\x1d\x40\x7b\x7b\xfb\xfb\x5b\xfd\x61\xbf\xb6\xdf\xed\xe9\xef\ \xb7\x02\x26\xc6\x92\xce\x83\x5c\x72\xcf\xe1\x75\xb4\x87\xf6\xb3\ \x89\x5d\x7f\x7b\x62\xa0\xc7\x1b\x4a\x78\x07\xfa\xba\x7c\x6e\x5f\ \x78\xc0\xe7\x71\xee\xa5\x27\x72\xde\xac\x2f\xfb\x64\xd7\xeb\xd9\ \x72\xf7\xef\xec\xe7\x53\x91\xa9\xdd\xfd\x03\xef\xe6\xf4\xde\xcc\ \xe8\x72\x22\xb0\x9f\xdb\xcd\xae\xcf\x14\x67\xb3\x7b\xde\xd5\x99\ \x9d\xc3\x27\x2b\xc9\x9d\x43\x67\x7f\x68\x77\x2b\x99\xf3\xed\xad\ \x02\x99\xba\xfa\x8c\xe9\x15\x77\x18\x25\xa7\x6e\xf9\x3a\x43\xdb\ \xb9\xad\xf5\xe0\xc2\xfe\xfc\x7f\x41\x3d\x7a\x00\x00\x20\x00\x49\ \x44\x41\x54\xca\xfc\xf6\x42\x70\x1e\x2c\xd6\xec\x72\x74\x7d\xba\ \x18\x4c\x15\x66\x67\x52\xf1\x27\xd1\x60\x2a\x35\x31\x51\x1a\x2d\ \xc4\x67\x27\x0b\x91\xd9\x54\x64\x76\x2a\x10\x2c\xcd\x02\xb6\xc5\ \x23\xa3\x01\xc0\xb7\x8b\x62\xf0\x26\x5a\x38\x8f\x67\x4a\xdf\xde\ \x4f\x66\xee\x23\x80\x8d\xa3\xc5\xdb\x54\x21\xf2\x70\x7e\x73\xf1\ \xcb\xd7\x85\x97\xb7\x85\x37\x2f\x5f\x9f\xc7\x27\xf2\x85\x87\xcc\ \x58\x21\x05\x62\xf5\xb2\x54\x3c\xbf\x8b\x16\x4a\x13\x0f\x6f\x52\ \x2f\x83\x37\xa5\xfc\x4d\xf1\x9b\xdb\xd1\x52\xf4\x2e\x5f\x8c\xa4\ \x4a\x91\xd1\xa9\xe2\xaf\x8b\xa5\xbb\xfb\x87\xfb\x87\xd2\x9b\x6f\ \x7e\xfa\xf4\xd3\x8f\x3f\xfb\xf4\xf3\x63\x70\x3b\xc3\x06\x95\x7d\ \xc8\x66\x43\x3d\xb1\x24\x28\xd3\x00\xc8\x50\xa0\x62\x19\x70\xf6\ \xd9\x83\xc3\xf9\x75\x30\x8f\x7c\xae\x42\xda\xf0\x8f\xff\xf8\xb3\ \x9f\x55\x56\x54\x35\x54\x73\x3b\xfd\x69\x71\x73\x8b\xcb\xbf\xdf\ \xd5\xd9\xa0\x7e\x98\xcc\xbf\xf9\x31\x78\xff\x8c\xc5\xa3\x51\x70\ \x6c\x11\x9b\xc7\xb3\xd8\x17\x9f\x19\xcc\x27\x4f\x9f\xd9\x0d\x2a\ \x81\x7d\x68\xe8\xf8\xd9\xd3\x91\xe3\x67\x8b\x66\xd5\xf0\xd3\xe3\ \xe1\x91\x13\xfb\xc8\x88\x6a\x78\xc8\x6c\x51\x0d\x9d\x58\x44\xaf\ \x46\x46\x86\x80\x06\x6d\x3c\x89\x85\x6d\x30\xf0\x78\xc0\x84\x66\ \x33\xa8\x96\x08\x50\xcd\x8c\x62\x02\x6d\x4c\x26\xd5\x0c\x9e\x85\ \xaa\x32\x1b\xa8\x74\xa6\x19\xc5\xb9\xf3\x58\x02\x32\x53\x82\x12\ \x1a\x0c\x6c\xf2\x30\xc0\x23\x0b\x75\xda\x11\xf0\x44\x54\xb2\x85\ \x27\xb0\xa3\x52\x2b\x0a\x4f\xc0\x34\xa8\x0c\x06\x32\x53\x20\x81\ \x7f\x14\x8d\x45\x83\xfb\x51\xe2\xa8\x0a\xa8\x90\x49\x02\x31\x02\ \x61\xc4\x60\x58\x2a\x89\x80\x42\x05\xbf\xc6\xa2\x13\x51\x8d\xbb\ \x84\x8e\x83\x07\x32\xa9\x74\x8a\x00\xa4\x8b\x4e\xa5\x61\xc8\x6c\ \x2a\x89\x4d\x26\xa1\xd8\x06\x4a\x79\xcd\xdc\xd5\xf3\xab\xe7\x68\ \x1e\xed\xe5\xf3\xcb\xe7\xff\xeb\xff\xbb\x24\xf0\x9e\x49\xe8\x34\ \x9e\x88\x87\x23\x10\x69\x58\x22\x0e\x83\xa3\x12\xe1\x61\x54\x4c\ \x19\x89\x48\x22\x51\x29\x64\x20\x45\x0c\x91\x42\x29\x07\x48\xc1\ \xe1\xf1\x18\x12\x9e\x80\x27\x95\x37\x36\xe2\xf1\x35\xa8\x7c\xb4\ \xbc\xbc\x06\xdf\x56\x5f\x5e\x43\x68\xec\xae\x47\x71\x58\x68\xfc\ \x7d\xbc\x71\xae\x1b\x8f\x5f\xaa\x57\x89\x44\xc3\x06\xcb\x7b\x5a\ \x8d\x02\x14\xeb\x51\x85\x52\x2f\x66\x54\xa1\x81\x76\x30\x53\x8f\ \x2b\x6a\xe5\x55\x8f\x80\x08\x1f\x55\x55\xff\x03\xba\x2a\x58\x51\ \x57\xdd\x00\xf7\x54\x54\x3c\x7a\xfc\xb8\xe2\x71\x43\x45\x15\x03\ \x1c\x57\x55\xe5\x3f\x3e\x46\x65\x0e\xfc\xba\x86\xda\x16\xf0\x50\ \xb0\x16\xfe\x54\xa3\x41\x30\x86\x9a\x51\x27\x14\xa2\x6c\x2c\x3e\ \x17\x40\x91\xc1\xe1\xf0\x6b\x39\x2d\x7c\x19\xbf\x81\x2b\x66\x88\ \xb9\x2d\x52\x35\xb7\x96\xcf\x90\x6a\x6a\xc1\x30\x75\x98\x34\x42\ \xae\x58\xad\x69\x69\x96\x85\xd3\xbd\xfd\x21\xdd\x23\xbe\xba\x19\ \x18\x51\x2e\x03\x30\x14\x2b\xdb\x3b\x8c\x4a\xa9\x5c\x23\x35\x76\ \x80\x1d\x6a\xe7\x34\xe9\xc1\x8c\x75\xc9\xd4\x9d\xfd\xf2\x0e\xa5\ \x54\x6b\x04\x1a\x6c\x97\x8a\x65\xa8\xa8\x54\xa6\x96\xf5\x3a\x7a\ \xbb\xfa\xac\x26\x2b\x48\x97\xbc\xa3\x47\xdf\xd7\x61\xea\x6a\xef\ \x90\xca\x65\x9a\x0e\xa3\x4e\xd1\xd5\xfe\xff\x93\xf4\x26\x5e\x89\ \x9e\xe9\xda\x6f\x1c\x3f\x19\x04\x16\x83\xe0\x80\x20\x2a\x2a\x0e\ \xa0\x88\x22\x28\xc2\x52\xc4\x09\x58\xa2\xb8\x91\xc2\x19\x27\x0a\ \x54\x54\x44\x14\x15\x45\x8d\x8a\x4a\xed\xc2\xe8\xa2\x50\x4b\xdb\ \x76\x88\x46\xd3\xc9\xa9\x1d\xcb\x63\xa5\xac\x2c\x53\x99\x3a\x49\ \x27\xe9\xee\xa4\xf2\xed\xf4\xd7\xb5\x77\xce\x5e\x67\x9f\xff\xe2\ \xdc\x8f\xdb\x32\xca\xf0\xbe\x60\x80\xf7\x7a\xaf\xdf\xf3\xdc\xcf\ \x75\x57\x64\x14\x15\xc2\xc3\x89\x4a\xe0\x27\xfc\x7f\xe7\x17\xe6\ \xcb\xc5\x65\xee\xad\x89\xbe\xad\xef\xff\xa4\x22\x51\x25\x0a\xf5\ \x6f\x8f\x9e\xa8\xc1\xc8\x93\x22\x62\x08\x11\x0d\x1d\x28\x9c\xec\ \x68\x7b\xa0\xaa\xa3\x21\xb5\x23\xa7\x61\x63\x6f\x6f\x03\x7e\x0d\ \x9c\x0d\x44\x45\x34\x34\xc4\x27\xc7\x34\xb2\x38\xc9\x57\xb7\x20\ \x58\xaf\x4f\x8f\x4e\x41\xab\x5e\x83\x78\xdd\xde\x5d\x9d\x9c\x5e\ \x9e\x5c\x5d\x5e\x9e\xc1\x5b\xb9\x7b\x04\xd6\x6a\x13\x84\x6a\x7b\ \xef\xe8\x64\x67\x67\x63\x1b\xd1\x22\x2a\x74\x68\xd8\x88\x27\x0c\ \x80\x07\xdb\x18\xdf\x1c\x18\xd8\xd8\x98\x4d\x8e\x6a\xe8\x00\x31\ \x83\xb3\x14\x90\xe1\xc6\xf6\xde\xe9\x51\x67\xe5\x35\x66\xe7\x6c\ \x77\x07\xce\x60\xdb\x2d\x73\x5a\xa5\x54\xbf\x38\xe9\xa8\xd1\x34\ \xb9\x57\xa6\x56\x8c\x7a\xcb\xa2\xb3\xc2\xdb\x64\x9a\x37\x68\x35\ \x0b\x0e\xa5\xb5\x59\x6f\x71\x2e\x34\x2d\x19\x04\x5a\x7d\xb3\x41\ \xa7\x33\x58\x57\x4d\x5e\xe3\x5c\x7f\xcf\xa4\xd3\xea\xac\x5d\x6a\ \x5b\xb2\x2c\xba\x95\x06\xbd\xa6\xc9\xd8\x6c\x6a\xd2\xd4\x5b\xb5\ \x3a\xbd\xa1\xc9\x68\x37\xd6\xcf\xeb\x6b\xd6\xa7\xdc\xab\x0e\x43\ \x85\xd1\xde\xb4\x3a\x65\x31\x19\x4a\x2a\x9c\x7a\x71\xd3\xea\xf4\ \x8c\x7b\x66\x65\x7a\xb5\x49\xb7\xbe\x30\x61\x35\x5a\xdd\x76\xe5\ \xda\x44\x57\x9b\x79\xc8\x31\xb3\xee\xed\x99\xea\x99\x76\xf5\xae\ \xcd\x2d\xcf\xaf\xcd\x4c\xb5\xf7\xaf\xcc\x4f\x3b\x86\x17\xd7\x67\ \x26\x87\x2c\x6b\xab\xa6\xba\x1a\xbd\x61\x1e\xcd\x52\x36\xeb\xf5\ \x15\x75\x5a\xe7\xe2\x1a\x00\x6d\xbd\xce\x58\x6b\xb0\xba\x57\x87\ \xd7\x46\x86\xa6\x86\x27\x27\xbd\x6b\x8b\x43\xdd\x5d\xe7\xed\xcb\ \x07\x8b\x73\xed\xb6\x7e\xf3\xe4\xa0\xbf\xb3\xfd\x00\xa4\xab\xc7\ \x67\x9b\xe8\xed\xf1\xf9\x3a\x6d\xa3\xfd\xae\xf6\x41\x5b\x8f\x7f\ \xb4\xb7\xdd\x37\x3a\x68\x0b\x7a\x3a\x03\x5b\xbe\xce\x50\xdb\xa0\ \xdf\x63\xf3\xdd\xd8\x6c\x6d\xfd\xe6\xf6\xe3\x97\x9d\x5d\xbd\x87\ \x5b\xfd\x17\x2f\x03\xd7\x37\x07\x9d\xa1\xeb\xfd\x8b\x03\xd7\xf9\ \xf9\xe0\x81\xf9\xc0\xdc\xef\x31\xfb\x0e\x3a\x8f\x83\xc1\xeb\xef\ \x0f\x82\xa1\xfd\xc3\xe7\xcf\x5f\x75\x77\x5e\x5c\xbb\x5c\x17\xe0\ \xdc\x6c\xc1\x50\xd7\x60\xd0\xd7\x67\xde\xf7\x7d\x0f\xc6\xec\xfa\ \xf9\xf5\x77\xdf\x7f\xfb\xd1\xef\x1f\x7f\xfc\xfe\xfb\xbf\x7c\xdd\ \x22\x53\x8f\xa9\x1a\x79\xb2\x46\x34\x84\x8d\x22\x3a\x49\x5c\x2c\ \x5d\xa8\xe6\xb0\x24\xaa\x37\x96\xe1\x97\x7f\xfd\xe3\x5f\x26\xb3\ \x01\x41\xd8\xe5\x0f\xab\xff\xf0\x5e\x1a\x39\x31\x33\x21\x4b\x39\ \x32\x25\x62\x30\xb3\xd7\x0d\xde\x26\xbb\x28\x6b\xff\xf0\xf8\xe2\ \xed\x2f\x5f\x74\x8d\x35\xfe\xf0\x4d\xa7\xb5\xc9\x31\xf7\xd9\x6f\ \xa0\x45\x2a\x95\xba\xa5\xa5\x45\x05\xb0\x27\x69\xfd\xbc\xa5\x75\ \x0c\xb0\x53\xc8\x6b\x54\x3f\x6e\x55\xab\x85\x2a\xf0\x62\x1c\x0e\ \xaf\x51\xa6\x56\xab\x1a\x15\x2a\x89\xba\x05\xdd\xf8\x98\x23\x93\ \x70\x39\xf0\xc5\x43\xdd\xe8\x51\x13\x64\x3a\x17\x44\x90\x4b\x42\ \x5d\x9a\xe9\x34\x02\x4d\x46\x0d\x23\x29\x14\x32\x94\x34\x8f\x43\ \x69\x12\x32\x19\x96\x83\xea\x5a\x25\x74\x1a\x87\x23\x03\xcd\xc1\ \x71\xe8\x34\x85\x50\xa6\x26\x00\xd4\xa2\xd6\x50\x80\x80\x42\x1c\ \x0e\x47\xa7\xd1\xb1\x04\x2e\x81\x24\xe3\x50\xc1\x9c\xa9\x79\x60\ \xde\x62\x63\xe0\xb1\xd1\x20\x19\x8e\xc4\xa1\x62\xe9\x1c\xd4\x62\ \x23\x06\x25\xc1\x10\x84\x38\x14\x5d\x03\x0e\x0e\xc7\x42\xa1\x30\ \x78\x2a\x97\x84\x89\xa6\xe1\xa3\x22\x81\x11\x31\x55\xd1\xe3\x7b\ \x3b\x9b\x7b\x47\x9b\xe3\x9b\x47\xa7\x27\x97\x7f\xfe\xdf\xa7\xe1\ \xd4\xc7\xa8\x9b\x22\x8b\x46\xc5\x86\x61\x63\x62\xb0\x20\x54\x78\ \x12\x6a\xce\x13\x89\x67\xc5\x44\x61\x90\x51\xc3\x63\xa2\x50\x1c\ \x79\x4c\x64\x74\x2c\xfc\xc0\x44\x87\x47\x44\xc6\x27\xc3\xe5\xd8\ \x82\xe4\x9c\xe8\x54\xd0\xa9\x9c\xf0\xe8\xe4\x82\x9c\xd4\xd4\xaa\ \x1c\x90\xac\xe4\xaa\x81\xa8\x9c\x1c\x50\xb2\x02\x82\x0c\x4d\x58\ \xbc\x23\x28\xe5\xa7\x24\x30\x8b\xcb\x53\xc4\xfc\x04\x50\x2c\x22\ \x05\x34\x8b\xc9\x4e\x4a\x27\xa6\x31\x19\x71\x69\x70\x4f\x31\x23\ \x8d\xc1\xac\x66\x92\xd9\xe4\x14\xf2\x7d\x80\x32\x91\xc8\x26\x66\ \x52\xca\xf3\x18\xcc\x72\xd4\xdc\x2b\x0e\xb6\x4b\x42\x85\xa1\x68\ \xd1\x21\x91\x42\x4e\x2a\xae\x66\x27\x91\x33\x33\x0b\x13\xc8\x49\ \xe9\xa8\xb4\x3d\x33\x83\x92\x00\x3c\xc8\x4f\xc9\x14\xe7\x26\xf2\ \x33\x33\xb3\x33\xd2\xc9\x99\xfc\x04\x4a\x56\xbe\x80\x41\xce\xcc\ \xae\x30\xf1\xc9\x19\x65\xf2\xdc\x6c\x51\xdb\xd3\x1f\xdb\xa5\xce\ \x15\x69\xa6\xa0\x28\xbb\x24\x17\x14\x4c\x2c\x17\x95\xe5\x8a\xc5\ \xf2\xec\x2c\x7e\x21\x7c\x81\xab\x82\xbd\x00\x0b\x05\xd9\x25\xf9\ \x82\xb2\x4a\x69\x66\x56\x65\x7e\x3e\xbf\x90\x5f\x98\x2d\x2e\xc9\ \xcf\xca\x15\x14\x96\xd6\xc9\x2b\xb4\x3a\x79\x65\x45\x4d\x45\x89\ \xbc\xb4\x02\x7c\x15\xaa\x1f\xad\x90\x8a\x8a\xea\x6a\x2a\x74\x95\ \xca\x5c\x91\x58\x5e\x92\x9d\xcd\x17\x28\x8b\x44\x19\xb9\x72\xb4\ \x30\xba\xb6\xae\xf3\xe3\xfe\x83\xbf\xbd\xf9\x27\x57\xc1\x52\x53\ \xa9\x5f\xff\xf2\xf8\x99\x4c\x18\x15\x16\x99\x1a\x1d\xbb\xbd\x39\ \x8b\x66\xef\x00\xd4\x36\xc0\x07\xed\x8c\x77\x00\xc3\x75\x54\x8d\ \x9f\x6c\x8c\x17\x74\x34\x44\xc5\x47\x46\xd0\x64\xac\xdb\xd7\x80\ \x80\x97\x27\xb7\xff\xb8\xbb\x03\x63\x75\x75\x7b\x77\x79\x77\x7a\ \x75\x77\x7a\x7a\x79\x77\x77\x79\xb4\xbd\x7b\x04\x0a\x75\xb2\xb7\ \xb1\x73\x74\xb4\x07\xb6\xf9\x04\x04\x68\x6f\xf6\xe8\x64\x17\x94\ \x69\x77\x20\x72\x63\x6f\x73\x73\xb6\xa0\xaa\xa1\x01\x85\xfc\xa5\ \x36\x74\xcc\xee\xed\xa1\x32\x2e\x78\xbe\xcd\xcd\xb3\xab\xb7\xf9\ \x3d\xb2\xb3\x53\x50\xb7\xbd\xbd\x9d\x5d\xee\xef\x6f\x3f\x3b\x1f\ \x6e\x72\x6a\xf5\xf3\xab\xcd\x0e\x8b\xd6\x30\x65\x92\x37\xe9\x51\ \x94\xb2\x7e\x69\xb5\xc6\x62\xa8\xb7\x2c\xd8\xb5\x16\x5d\xa9\xd2\ \xb0\x60\xd1\x68\x4d\xa0\x5b\xf6\xa5\xfe\xe3\xc1\x11\x53\xb3\x5b\ \xbb\xb0\x66\xd7\xb9\x57\x4c\x7a\x4d\x45\xb3\xde\xd8\xac\xd5\xd6\ \x5a\xd7\xea\xdd\xa6\x55\xbb\xb1\x4e\x63\xd2\x69\x75\xd6\x5a\x83\ \x77\xd5\x69\x91\xd6\x1a\x4d\xd6\x15\xa3\x49\xb7\x66\x90\x37\xad\ \x0f\x2f\x2f\x2c\x19\x86\x81\x0a\x87\xd7\xbc\x0b\xa0\x57\x4d\xba\ \x85\xd1\x69\x97\x79\x74\x7d\x49\x3f\x3f\x3d\x35\xd3\xdb\xd9\x37\ \xb3\x3f\x31\xdc\x3f\xdc\xdb\xd5\x3e\xef\x9d\x5e\x9e\xee\x5f\x59\ \x18\x59\x72\x2c\x5a\x9a\x0c\x0e\xb7\x63\xdd\xaa\xb1\xda\x0d\x56\ \x4b\xb3\xb2\x79\x61\x11\x9c\x9c\x49\x5f\xab\x6d\x6e\x32\xac\x4f\ \xf6\x2d\x8c\x8c\x4c\xf4\xad\x0c\x2f\x4f\x6e\x75\x9a\x43\xc7\xed\ \xc0\x85\x9d\xa8\xbd\x44\xc8\xb5\x05\x56\x6a\xd4\xdc\xd3\x16\x70\ \xb5\x8f\x8c\x6c\x85\x02\x01\xd7\xf4\xe0\x21\x38\xa3\xee\xf6\xee\ \x49\xd7\xb9\xbf\xd3\x16\x0a\xd9\xba\xbb\xcc\x5d\xae\x50\xc8\xff\ \xe2\xe0\x70\xeb\xc6\xdc\x6d\xf3\x0d\x76\x75\x77\x0e\x5e\x87\x06\ \xfd\x81\xeb\xe7\x37\x07\x87\xe7\xc7\x81\x8b\xe3\x76\xdb\x75\x67\ \xc0\xd6\xdd\x36\x18\x3a\xdf\xda\x0f\x04\x3c\xfd\xc7\xa1\x57\xe7\ \xdf\xbc\x3a\xbc\xf6\x79\x42\x81\xf3\x6f\x9f\xdb\x8e\xb7\x82\x01\ \xd0\xc3\x41\xb3\x27\xe8\x0f\x7c\xf1\xd9\xb5\xff\xf0\xe0\xe5\xc1\ \xf3\x2f\x6e\xfe\xfa\xdb\xfb\x7f\x7a\xfb\xf7\xcf\x5b\x5a\x9e\x3c\ \x55\x7d\xda\xca\xe5\xca\x38\x2c\x2c\xab\x85\x8e\x22\x0c\xb8\x8d\ \x42\x96\x82\x86\x53\xb9\x2a\x2a\xbd\xc3\xed\xed\x33\x82\x14\x66\ \x39\x23\xae\xb8\x3c\xaf\xfa\xdd\x6a\x72\x4a\x65\xae\x78\xd9\x1a\ \x97\x96\xc6\xce\xad\x4b\x21\x17\xf2\xb3\xb3\x7f\x3e\xfe\xa3\x51\ \xee\x39\xfc\xf9\x8f\x1f\x2f\xad\xbb\xf5\x93\x23\x93\x7d\x81\x37\ \x63\xbc\x47\x2d\x12\x50\xc2\x47\x5f\x7e\xa0\xe6\x36\xaa\x14\x8d\ \x4f\x55\x0a\x45\xeb\x93\x31\x05\x97\xa3\x56\xb4\x8c\xa1\xf2\x76\ \x2e\x4f\x25\xe4\x49\x80\x0b\xd5\xea\xc6\x47\x2d\x3c\xae\xea\x91\ \x9a\xc0\x93\xb1\x48\xe0\x83\xf0\x2c\xd4\xd3\x50\x22\x21\x21\x32\ \xc4\xd2\xd0\x4a\x1c\x1a\x89\x84\xc5\xd3\x51\x55\x96\x82\x0b\x7b\ \x71\x41\x92\x70\x5c\xb4\x6a\x90\x2a\x64\xf1\xb8\xa8\x8f\x6b\x0b\ \xec\xca\x45\x8f\x4a\x67\xa1\x60\x52\x15\xea\xe1\x85\x8b\xc4\xe2\ \x00\x30\xf1\xa0\x5a\x42\x1a\x5e\x46\xe3\x08\x41\x0e\x65\x74\x3c\ \x2b\x36\xf6\xbe\x85\x05\x96\x47\x13\x4a\xb0\x2c\x9a\x84\x47\xc2\ \x84\x63\x48\xa0\x50\x28\x27\x10\xf6\x68\x54\xe1\xe8\x38\x0c\x86\ \x84\xa8\x11\x1f\x85\x89\xa0\xc5\x44\xb1\x22\x62\x62\x92\xe3\x07\ \xd0\xb0\xc7\x2e\x9c\x95\x4f\xae\xae\x6e\xff\xeb\xdf\x6f\x0b\xc2\ \x38\x60\xd5\x78\xb0\x0d\x3e\x02\x1b\x19\x86\x32\xdc\xf1\x68\x41\ \x23\x9d\x8a\x07\x05\xc3\xc5\xc4\xc4\x84\xe1\x51\xf8\x78\x0c\x98\ \x2e\xd4\x99\x38\x36\x22\x3a\x36\x36\x12\xd8\x30\xb5\xe3\xbe\xd5\ \x57\x47\x01\x9a\x24\x4c\x06\x53\x55\x85\x8a\x47\x41\xbe\x3a\x3a\ \xa2\x93\xc1\x6f\x35\xcc\xc6\xaa\x15\x24\xae\xec\x9d\x8a\x7c\x41\ \x12\x23\xad\xb8\x3a\x41\x9c\x05\x5e\x2a\xad\xbc\x9a\xc9\x66\x32\ \x28\x89\x64\x66\x1e\x9b\x48\x41\xe1\xc6\x44\x62\x1c\x58\x30\x40\ \xf5\x34\x38\xad\xc0\x2f\xb8\x56\xcc\x4c\x61\xe6\x51\xe0\x3d\x82\ \x2d\xe2\x50\xb3\x1d\xb4\x5c\x87\x99\xc6\x48\xc9\xca\x22\x83\xc4\ \x01\x2e\xa2\xf6\xa8\x89\x71\x99\x29\x44\x62\x42\x52\x42\x26\x88\ \x5a\x5a\x62\x61\x26\x4a\x98\x01\x7b\x95\x59\x92\x41\x04\x15\x4b\ \x97\x56\xa6\xc3\xef\x04\x41\x9d\x34\xb7\x02\x98\x4d\x69\xc3\x92\ \xfe\xf9\xc2\xc2\x77\x38\xc4\x85\x62\x7e\x49\x7e\x7a\x61\xa5\x58\ \x2a\x45\x85\xa2\xb9\x99\x02\x51\x49\x59\x52\x02\x5f\x2a\x22\x66\ \xa6\x17\x96\x15\x49\xa5\x22\xb8\x25\x3f\x2b\x25\x5b\x20\xc8\xcd\ \xcd\x17\x14\x95\x0a\x4a\x41\xe1\x2a\x4a\x35\x15\x15\x15\x02\x65\ \x5d\x8d\x34\x5f\x5e\x24\xce\x2e\xe4\xe7\x97\xc8\x35\x59\x65\x20\ \x4b\xe9\xb9\x82\x32\x65\x45\x69\x89\x08\x8c\x95\x00\x2d\x30\x2c\ \xca\xca\xc8\x2f\x92\x6b\x2a\xed\x4b\xa5\xce\xee\x36\x73\xe7\x37\ \xbf\xd0\x54\x04\x8c\x8c\xfb\xdb\x6f\x7f\xff\xe0\xf3\x16\x6e\x58\ \x74\x55\x4c\xec\x0e\xf8\x9b\xdd\x9d\xa3\xbd\xf1\x4d\xa4\x55\xbb\ \x9b\xa0\x3d\x67\xe3\xb3\xbb\x27\x1b\x55\x91\xe3\xd1\xe0\x5c\xc3\ \x23\xa8\xdc\xab\xff\xba\xbd\xbd\x3d\x3b\xba\xba\x83\xaf\xcb\xcb\ \xcb\xd3\xab\xd3\xd7\x97\x60\xb7\x7e\xfa\xe9\xee\xf5\xdd\xe9\xc9\ \xd1\xd9\x11\xec\xb3\x0b\x5a\xb5\xbd\x07\x06\x0d\x5c\xd6\x2e\x2a\ \x59\x81\x87\x05\xad\xea\x48\x1d\xdf\xd9\xde\x6c\x48\x1e\x47\xce\ \xaa\x63\xa0\x03\xce\x25\xa8\xae\x61\x77\x77\x7b\x60\x63\x77\x73\ \xef\x56\x56\xea\xfa\x63\xf4\xc9\xe6\xf6\xd9\xde\xc6\xe6\xc9\xed\ \x06\x1e\x13\xf9\xcc\x59\xa6\x71\x2c\x78\x75\x16\xfb\xcc\xb2\xb5\ \xb6\x4e\x63\x74\x1b\xbd\x8e\x75\x47\x8d\x41\x5b\xa3\xb5\x37\x01\ \xbf\x95\x35\x39\xd0\xd2\x63\x87\xd7\x60\x32\xce\x4c\x76\x1f\xf6\ \x19\x9b\x6b\x6b\xe6\xed\x86\xa6\x26\xbb\xde\xa1\xa9\xb4\x1a\xac\ \xa6\x1a\x4b\x8d\xd5\xae\x35\x82\x3a\xe9\xb4\x15\xfa\xb5\xfa\xd5\ \x95\x5a\x93\xd7\xaa\xb7\xea\xea\xeb\xad\x8e\x99\xf9\x95\xba\x75\ \x4b\x85\xc6\x60\x59\x9b\x5f\xd2\xcf\x0c\xd7\x3b\x2c\x7a\x77\x73\ \x93\x6e\xc6\xa0\xef\x39\xe8\xee\x1d\xea\x5b\xf5\xea\x56\x26\xda\ \xa6\xfa\xdb\x86\xd6\x6c\x33\xf3\xbd\x93\x8b\xdd\x9d\xde\xc5\x85\ \x99\xde\xb9\xb9\xb9\xbe\x75\xc7\xbc\x55\xbb\xb4\xe4\x70\x7b\x8d\ \x4d\x76\xab\x56\x6f\x32\x18\xca\xec\xcb\x7d\x2b\x76\x6f\x53\x5d\ \x6d\x53\x93\x7e\x7e\x6e\x72\x69\xae\x67\xd9\xbd\x38\xec\x5e\x18\ \xb5\x75\xf7\xb4\x75\xf7\xf7\x8c\xb4\xf5\xb8\xba\xfa\xfd\x9d\xfe\ \xc3\x21\x5b\xa7\x6f\x30\x74\x78\xde\x3e\x63\xee\xb4\x99\xdb\xfa\ \x47\x07\x7d\xbe\x60\x57\x6f\xd0\xdf\x33\x64\x1e\x0c\x78\xb6\x40\ \xa9\x3a\x7d\x3e\x9b\x2d\xf8\xdc\x17\x72\xb5\x07\xda\x7d\xdd\xa3\ \xfd\xfd\x6d\xb6\xc0\xf1\xf1\x45\x20\xf0\xe2\xe6\xe0\xfa\xe6\xc6\ \x1c\x7c\x1e\xec\xf1\x0f\x0e\xba\x42\xdd\xa1\xc1\x97\x2f\x60\xc3\ \x83\xad\xad\xd0\xf3\x50\x60\xf4\x18\x7e\x0c\xd9\xb6\x8e\x0f\x5d\ \x9e\xfd\xc0\xb5\xad\xff\x70\xcb\xe5\x19\x0d\xd8\x42\x37\xd7\xfb\ \xc7\xfe\xaf\x2e\x9e\xbf\x78\xf3\xdd\xfb\x1f\xff\xfd\xc7\x0f\x3f\ \x05\xa5\x50\xa9\x25\x2d\x2d\x2c\x2a\x38\x9a\x28\x3c\x1d\xf5\xa6\ \xa1\xf3\xc6\x58\xe0\xaf\x08\xff\x44\xeb\x31\xea\x9a\x94\x14\x36\ \xb3\xf8\x61\x35\xe5\x01\x1c\x20\x69\xd5\x94\x4c\x51\x52\x12\x3f\ \xef\xe1\xbb\xff\xc6\x4e\xcf\xa7\x88\xa5\x99\x09\xd3\x5f\xf8\xec\ \xc3\x13\xd3\x13\x2f\xbf\xfb\xfc\xe3\xeb\x1b\xcf\xc1\xcb\xeb\xeb\ \x37\xbf\x7e\xf5\xf1\x0f\x12\x96\x04\xd5\x9f\xf3\x14\x2d\x9f\x8c\ \xb5\x7e\xf0\x44\xdd\xd8\xa2\x78\xda\x32\x26\x64\xa9\xd5\x8f\x3f\ \x6d\x95\xf1\x64\x12\x99\xaa\x55\xa1\x00\x2f\xd6\x3a\xd6\xa2\xe6\ \xd1\xa8\xe0\xaf\x14\x8f\x25\x42\x9e\x10\x75\xf3\xe2\xb4\x48\x50\ \x6c\x0d\x8f\x4a\x62\x85\x11\x68\x20\x53\x54\xa4\x5c\x5c\xba\x4a\ \xc1\xe3\xb2\x84\x34\xa1\x1a\x80\x91\x45\x95\xa8\xc0\x42\xd1\xe8\ \x2c\xae\x90\x43\x53\xb4\xa0\x12\x07\x0e\x1a\x94\x92\x70\x68\x3c\ \x80\x5a\x3c\xca\x7d\x0f\xc3\x13\x24\x12\x02\x8d\x84\xb6\xa1\xb2\ \xc0\xc2\xdd\xf7\x8d\xa6\x61\xa2\xc0\x15\x81\x27\x03\xe6\x8c\xc0\ \xd2\x59\x0a\x09\x15\x1b\x15\x89\xda\x71\x11\x50\xe0\x56\x18\x96\ \xa3\x66\x51\xe9\x11\x31\x2c\x16\x06\xcf\x52\x91\x22\x78\xbc\xa8\ \x70\x3a\x3e\x26\x3a\x36\xaa\x6a\x73\x6f\x73\xfb\x68\x6f\x67\x07\ \x08\xe3\xf2\xbf\xfe\xfd\x2a\x95\xae\x96\x49\xe0\xef\xc4\xc7\x10\ \xa8\xf8\xf0\x30\x54\x14\x11\x16\x46\x42\x9d\x77\x70\x68\xa9\x4e\ \x38\x8e\x1e\x81\x12\x7c\x63\x63\x30\x61\x31\xe1\x51\x61\xb1\xa8\ \x7b\x34\xf8\xac\xb0\xe8\xd8\x9c\xe4\xd8\x70\x4c\x32\x0a\x9a\x8b\ \x8f\x4f\x4e\xee\x88\x4f\xce\x89\x4f\x4d\xcd\xa9\x1a\x18\x18\x88\ \x8f\x4f\x8d\x4e\xdd\x6e\x48\xa5\x29\x58\x54\xe1\x3b\x95\x25\xf2\ \x4c\x4a\x75\x71\x35\x53\x2a\x20\x02\xfa\xe5\xe5\x81\xa7\x62\x83\ \x61\xa2\xb0\xf3\x98\x69\x70\x0b\x05\xf5\xf7\x8a\x8b\xcb\x63\xc7\ \x15\xa3\x91\xab\x62\xa0\x40\x26\x85\x49\x61\xa7\x25\xb2\xd9\x14\ \x00\xc0\xcc\x2c\x32\x31\x2d\x21\x11\x05\x69\x25\x90\x53\x00\x2a\ \x19\x71\x44\x22\x23\x21\x93\x98\x90\x91\x8d\x4a\x48\xb3\x13\xef\ \xa7\x1b\x13\xd3\x99\x09\xd9\x85\xe9\xa0\x6f\xe9\x60\xb1\x32\x33\ \x0a\xb3\x53\x72\xf3\x29\x71\x99\xfc\x0c\xbe\xb6\x4e\xab\x14\x48\ \xc5\x35\xfb\x05\x0d\xf4\x1f\x8f\x51\x1c\x49\x85\x3c\xb1\x50\x5c\ \x98\x5d\x54\x5a\x21\x4f\x11\xc8\xb3\x32\x04\x62\x65\x89\x28\x9d\ \x2f\x95\x67\xc5\x81\xd7\x12\x17\x89\x34\x62\x7e\x45\x49\x99\x20\ \x0b\xcd\x13\xe6\x66\xe4\xcb\x05\x62\x69\xa9\x48\xaa\x15\x4b\x2b\ \x2a\x94\xca\x52\x31\x38\x27\x6d\x1d\xea\xed\x55\x22\x92\x8b\xc5\ \x9a\x22\x51\xa1\x28\x5f\x24\x28\x14\x97\x4a\x05\xf9\x95\x22\x69\ \xae\x40\x54\x54\x5a\x92\xcf\x17\x54\x16\x55\x0e\xaf\xc8\x6b\xd7\ \xfb\xfc\x3f\x7f\xf7\xe1\xdf\xbf\xc4\xc4\xe2\x85\xbf\xbd\xff\xcf\ \x47\x9f\x36\x8e\x45\x27\x8f\x57\xa1\x52\x04\x24\x2e\x3b\x60\xac\ \x66\xf7\xce\x4e\x2f\x2f\x8f\x4e\x90\x51\xda\xdd\x44\x09\x40\xc9\ \x51\x31\x54\x16\x49\x38\xf0\x1f\xaf\x7f\x02\x4f\x75\x0b\x6f\x17\ \x5c\xb8\x3a\xbd\x3d\x45\x23\x59\x27\xaf\xff\x71\x77\x79\x0a\x60\ \x88\x06\xe4\xcf\x60\xd7\x93\x3d\x54\x49\xba\x89\x16\x49\x83\x5a\ \xa1\x89\xe0\xed\xcd\xcd\x3d\x94\xf5\xb7\x39\x5b\xb5\x31\x00\xbe\ \x6d\x63\xa0\x61\x76\xb3\x63\x1c\x71\xe1\x2e\x3c\xc5\xec\xf6\xc6\ \xeb\x48\xdd\x54\x6b\x3c\x28\x18\x7c\x1c\xe0\x3c\xb6\x17\x2f\x89\ \x4e\x7d\xa1\xb4\xac\x39\xbd\x2b\xab\xee\x45\x4b\x5d\x93\xc9\xd2\ \x6c\x77\x7a\x57\xbd\xf5\xc6\x15\x8d\xdb\x52\x33\xef\xd4\x29\x9b\ \xb5\x26\xb7\x45\xe7\x5c\xd2\xd5\x3b\x27\x46\xdb\xfb\x26\xd6\x6a\ \xf5\xfa\xb5\x35\xad\xd3\xed\xd5\x18\x6b\x6b\x4c\x46\x24\x4b\x00\ \x84\xca\xd5\x25\xbb\xde\xd2\x5c\xd3\xe4\xd6\x18\xd6\xe7\x8d\x26\ \x87\xc3\xa0\x75\x18\x40\xf2\xd6\x40\xd8\x94\xb5\xf6\x29\x8b\xd6\ \xed\x74\xac\x8d\xe8\xbd\x46\xc7\x8a\xdd\x38\xb7\x52\x5f\x37\xd1\ \xbd\x35\xda\x3d\x63\x5f\xb2\x2f\x76\x75\xb6\x75\x8e\xf6\x80\x71\ \x5a\xea\x5b\x9b\xb0\xf5\xae\x2c\xce\x39\x57\x17\xba\xfb\x26\x16\ \xac\x43\x46\x8d\x75\xc1\xbb\xea\x30\x1a\x66\x74\xf5\x26\xab\xb3\ \x59\xb3\xbe\xd4\xee\xd6\x95\xd6\x68\xec\x06\xbd\x63\x6e\x79\x66\ \xa4\x67\x68\x7e\x7e\xae\xcf\xbe\x36\x33\x32\x04\x6e\x6a\xca\xd7\ \x37\x3d\xd8\x3e\x38\x34\xe8\x32\xdb\xda\xfc\xa3\xdd\xb6\x40\x6f\ \x7f\xfb\xc8\x60\x5b\xbf\xa7\xdd\x65\xee\x37\x77\x76\x1f\x9a\xf7\ \x7b\xdb\xfb\x3b\xfd\xc1\xfd\x60\xd0\xef\xdb\x32\x8f\x7a\xcc\xfb\ \x17\x5d\x87\xfb\x6d\x9d\xb6\x2e\xdb\x81\xcd\x7c\x70\xbd\x7f\x60\ \x1b\x0d\x79\xbe\xfd\x2c\x70\x73\x70\x13\x0a\x86\x82\xbe\xad\x8b\ \xae\xee\x2d\x9b\x07\x84\x6c\xff\x38\x10\x7c\x79\xec\x3f\xbc\x38\ \x0e\xf9\x82\x2e\x73\xb7\xef\xe2\xc6\x75\xf1\xe2\xa2\xd3\xbc\xe5\ \xf1\xd8\x02\x3e\x9f\xcb\x76\x11\x3a\xf8\xec\xab\xc3\xe7\xaf\xbe\ \xfd\xe6\xcd\xdb\x0f\x9f\x7d\x0e\x5f\x9f\x48\x1a\x5b\x80\x92\x84\ \x74\x12\x9a\x5e\xa3\x13\x08\x58\x54\xce\xd9\x48\xe3\xb1\x84\xac\ \xef\xd0\xa9\x2e\x9d\xcc\xce\xcb\x2b\x4e\x7b\xf8\xa0\x9c\x4d\x24\ \x53\x80\x30\x0a\xb3\x88\x94\xc4\x94\xbc\x7f\x2b\x07\x00\x29\x66\ \xe4\xa5\x38\xff\x26\x96\x66\x74\x96\x0d\xf5\xb5\xbf\xf9\xe8\xeb\ \x63\xab\x73\xad\xe7\xf0\xc5\xcf\x1f\xff\xf6\xe4\xfd\xa7\x1c\xd6\ \xef\x13\xce\xae\xcf\x3e\xa5\xb5\x28\x5a\x3e\x1f\x53\xc9\x9e\xaa\ \x25\xea\xd6\x47\x8d\xaa\x0f\x1e\x35\xb6\xb6\xb2\xb8\x8a\xc6\x96\ \xc6\x46\x9e\x5a\xd6\x0a\x77\xc9\x84\x3c\xb5\x42\xcd\xe3\x35\x0a\ \xe1\x99\xb9\x32\x16\x82\x2c\xaa\x9a\xcb\x21\x11\xd0\x00\x92\x90\ \x8e\x03\x87\x85\x47\xcd\x0a\x69\x42\x96\x90\x0b\xd6\x48\x88\x8d\ \xa0\x93\x78\x00\xae\x11\x12\x16\x16\xb4\x96\xc3\x93\x28\x48\x60\ \xc4\xc0\x65\x81\x67\x22\xf1\xd4\x11\xa8\x7f\x29\x88\x9a\x90\x4a\ \x10\x72\xf1\x68\xf1\x33\x4d\xc2\x11\x22\x6b\xa6\x00\x12\xa4\xc6\ \x60\x50\xef\x09\xd4\x02\x5d\x42\x42\x6b\xa0\x85\xac\xb0\xb0\x88\ \xb0\x48\xd4\x78\x07\xb4\x86\x44\xc7\xd1\x70\xa8\xeb\x05\x95\x17\ \x09\xfb\x62\x30\x54\x42\x7c\x38\x87\x06\xc8\x18\x3b\xbe\x8d\x86\ \xaf\xce\x76\xe0\xe8\x38\x7d\xfd\xe7\xff\x3e\xed\xa0\xa9\x85\xa8\ \x28\x0c\xfe\x64\x4c\x04\x88\x6a\x3c\x89\x8e\xc5\xdc\x87\xcc\xa0\ \x96\xd1\xa8\x20\x22\x0a\x1b\x8d\x9a\x7d\x45\xc6\x46\x46\x85\xc7\ \x46\xc7\x44\x45\xc7\x46\x47\x26\xc7\x83\xf5\x8a\x8e\x8a\x8c\xcc\ \x89\x44\x01\xc9\x51\xb1\x05\x03\xc9\x05\xf7\xc1\xa3\xa9\x55\x55\ \xa9\xb1\x39\x0d\xb1\xf1\xe3\x0d\x05\x51\x12\x09\x4d\xf1\x0e\xd0\ \x53\x0a\x39\xad\xfa\x3d\xa2\x88\x9f\x92\x14\xc7\x7c\x58\x0c\x27\ \x90\x44\x0a\x31\x31\x11\xfc\x13\x83\x41\x21\x53\x28\x68\x1a\x84\ \xc2\x2c\x4e\x8c\x63\x30\x8a\x19\x44\x26\x11\x0c\x18\x93\xcd\xc8\ \x4b\x2b\xa6\x24\x25\xc2\xb6\x40\x91\x71\xc4\xe2\xb8\x84\xac\x14\ \x4a\x0a\x91\xfd\x6e\x39\xc8\x53\x42\x52\x76\x7a\x42\x52\x6e\x7e\ \x46\x4a\x22\x5a\x8b\x98\x16\x97\x92\x09\x50\x48\x49\x49\x4f\x4f\ \x4c\x17\x24\x91\x29\x49\x29\xe9\xfc\xa4\x94\xfc\xfc\xb8\xa4\xec\ \xa2\xfc\xb2\x7a\xad\x52\x5e\x06\x80\xd7\x6c\xfe\x7b\x74\xc1\xa3\ \x8b\x09\x8b\x36\x9f\x9f\xc2\x2f\xcb\xcc\x17\x49\x8b\x44\x49\x02\ \x41\x51\xba\x40\x24\xc8\xaf\xc8\x10\x55\x16\x82\xc9\x2a\xcd\x15\ \x08\x44\x65\xd2\xfc\x92\xa2\x42\x65\x19\xbf\xa4\x30\x3b\x23\x3f\ \xbb\x54\x24\xce\xaf\xac\xd4\x68\x4b\xf3\x73\xa5\xf9\xb5\x1a\xbe\ \xb4\xa9\xb9\x4e\x59\x2a\xd2\x48\x2b\x72\xf3\xf3\xa5\x62\x41\x61\ \x09\x0a\x73\x00\x85\x92\x8a\x33\xca\xc4\xd9\x70\x5b\x96\x40\x24\ \xae\xa9\x10\x54\x54\x56\x2a\x6b\x56\xac\xd3\xa1\xaf\x3e\xfa\xf5\ \x77\x2e\x2e\x9c\xf7\xe3\x07\x4f\x7e\xfe\x74\xec\x47\x6e\x54\x64\ \xf2\xe6\x78\xd5\xde\xed\xe5\xce\xee\xe9\x29\xc8\xcb\x0e\x40\xde\ \xc9\xe9\x19\xfa\x77\x72\xb2\xd7\x71\xba\x51\x30\x10\x9b\x4a\x1d\ \xe3\x09\xab\xae\x5e\xbf\xbe\xbd\xfb\xe9\xf5\xdd\xed\x3f\x6e\x01\ \x08\x6f\x81\x0e\xc1\x6d\xdd\x5e\x5e\x82\xeb\xba\x42\xc3\x5a\x77\ \x97\x27\x68\x9c\xeb\xf4\xe4\x6c\x07\xd0\x6e\xef\x08\xe4\x68\x13\ \x14\x08\x7c\xf4\x36\x22\xc2\xbd\xdd\x5d\xb4\xc2\xb0\x21\x79\x60\ \xb3\x6a\xf6\x04\x0c\xd7\x2c\x08\x24\xdc\xbb\xb9\xb3\x39\x7b\xfa\ \xe9\xca\xb3\x56\xea\xe5\xde\x06\x08\xdc\xd1\xf8\xec\xd1\x59\x34\ \x36\x99\xf0\xcc\xaa\x75\xce\x59\x75\xcb\xf3\xcd\x3a\x1d\x58\x29\ \xa3\x7d\x71\xa5\xc2\xb0\xd4\x64\x74\xd4\x5a\xbd\x8e\x22\xad\xc6\ \x01\x9a\x62\xb7\xeb\x6b\x0d\x0b\xbd\xa3\xab\x8b\xee\x35\x7b\xf3\ \xc2\x9a\x65\xdd\xbe\x56\xaf\xd5\x68\xb4\xce\x3a\xab\xa6\xce\x60\ \xa9\xad\xb3\x7a\xd7\xad\x4b\x06\x79\xbd\xa9\xb4\xde\x62\x9d\x47\ \x5d\x56\xbd\x86\x79\x9d\xd5\x54\xab\x69\xf2\xea\x4c\xab\x8b\x16\ \xaf\xd3\xde\x3c\xb7\xa0\x73\xac\xcc\xb8\x2d\xa0\x59\x0e\xfb\x64\ \x9b\x6d\x70\x62\x78\x75\xc1\xb9\x3c\x37\xe1\x9b\x1b\x9e\x9c\xef\ \xb1\x2f\xf5\xce\x2c\xf5\x4c\x4e\x8d\x4c\xad\x01\x1d\xf6\xcf\x2c\ \x58\x56\x34\x8e\x35\xaf\xc1\xe8\xb6\x6a\xdc\x76\xb7\x52\xaf\xb3\ \xea\x2d\x6b\xab\x7a\x71\x69\x73\xbd\xc6\xb8\xb4\xb4\xb0\xb8\xd8\ \x3d\xb1\x3e\xd4\x3b\x39\x37\xbf\x30\xd1\xd7\xb5\xef\x99\x1e\x9e\ \x19\xee\x69\x37\x07\x8e\xfb\x7d\x5b\x6d\xfd\xa1\x51\xdf\xa0\xc7\ \xdc\xdf\x33\xd4\xef\x77\xf9\xfd\xae\x36\x97\xc7\x35\xea\x0b\x86\ \xba\x47\x47\x6d\x5d\x9d\x2e\x5f\x77\x77\x70\xcb\xbc\xef\xb7\xdd\ \x1c\xf6\x07\x7c\xb6\x69\xbf\xdf\xbf\xff\xbc\xf3\xfc\xc0\x75\xf8\ \xfc\xe5\xc5\xcb\x6f\x2e\xce\xcf\x0f\x82\xc1\x40\x57\xe8\x3c\x70\ \x3e\xda\x3f\xda\x6f\x3e\x3c\x0f\xee\x7f\xb1\x7f\x7e\x1c\xf4\x05\ \x40\xae\xf6\x3b\xcd\xcf\x5f\x04\x0e\x6e\x02\x87\x9e\xe0\xa8\xef\ \x70\xff\xc5\x41\x60\xf0\x20\xb0\xf5\xf2\xf8\xf9\xf5\xc1\x5f\x5e\ \xbd\x79\xf3\xe6\xe7\xb7\xef\xff\xf8\xe9\xd8\x7d\x8d\x94\x42\x48\ \xe2\x4a\x68\x1c\x19\x97\xce\xa1\xd3\x31\x20\x0d\x1c\x59\x0b\x07\ \xd8\xa9\xb5\x27\xbd\x50\x90\x91\x98\x42\xce\x03\xb4\x40\xe3\x25\ \x70\xb8\xe4\x11\xc9\xe4\xec\xa4\x84\xdc\x74\xc6\xbb\xe8\xfc\x5e\ \xcd\x8c\x13\x4c\x6a\xde\x63\x18\x7b\xd9\x94\xc1\xfd\x17\x3f\x7f\ \xf9\xb7\xa9\xb9\x76\x8f\xd9\xff\xed\x17\x9d\x76\xcd\x8a\x77\x7f\ \xec\x6b\x73\xe6\x7b\x06\x35\xeb\xd1\x63\x15\x4f\x21\x93\xb5\xaa\ \x5b\xc1\x4d\xa9\x1a\x55\x2d\x63\x9f\xb4\x48\x1a\x1b\x1b\xb9\x32\ \x89\x4a\xf5\x44\xad\x92\x49\x38\x2a\x99\x4a\xc5\x95\xa9\x64\x74\ \x19\x95\x27\xa1\x13\x84\x54\x3c\x87\x47\x10\xaa\x58\xa8\x2f\x3d\ \xea\x8f\x43\x07\x21\xa0\x29\xb8\x74\x99\x84\x4a\xe3\x11\xd0\xf2\ \x66\xd0\x88\xfb\x48\x52\x16\x41\x88\xf2\xb9\x58\x2a\x1e\x8e\x27\ \x43\x09\xca\x32\x09\x0d\xcf\x85\xdd\x25\x42\x21\x95\xa4\xe0\x11\ \xf0\x58\x02\x8b\x47\x20\x70\x01\x23\x55\x12\x0e\x57\x21\x03\xe4\ \x8b\x8e\x21\x51\x49\x04\x09\x8e\xc3\xe1\xe2\x40\xa9\x59\x5c\x30\ \x56\xc0\x6c\xe1\x58\xfa\xfd\x88\x3b\x9d\x4a\x8a\x20\xd1\xc3\xc2\ \x38\xc2\x98\x08\x0e\x15\x8b\xe1\x12\x62\x22\xe9\x61\x18\x6c\x74\ \x6a\xc3\x2e\x1a\x6d\x3f\x3a\x3a\x3b\x3d\x45\x82\x75\xd6\x41\x68\ \x95\x34\xa2\x7e\x42\xc0\x97\x78\x14\x78\x09\x5b\x47\xa0\x7e\x3c\ \x74\x2c\x36\x86\x86\x8d\x8c\x8a\x8d\x8c\x44\x7d\xd6\xa3\x62\xa2\ \x62\xab\x72\x00\x06\x51\xc3\xd4\xd4\xf0\xf0\x48\x94\x2f\x03\x38\ \x18\x8e\x6a\x49\xe3\x53\xc7\x81\x5f\xe0\x7a\x43\x41\x41\x55\x43\ \x78\x41\x6a\x41\x7c\x72\x43\x43\x7c\x3c\xbc\x0c\xb2\x77\x2a\xcb\ \x2a\x13\x33\x90\xb1\xca\xca\x4e\x61\x53\x1e\xb0\xf3\x1e\x96\x3f\ \x44\xbd\x09\x51\x93\x1c\x76\x35\x03\x35\x6b\xce\x4b\x63\x24\x50\ \xf2\x88\x6c\x00\xc7\x6a\x26\x13\xee\x4c\x7b\x40\x61\x30\xd2\x50\ \x9c\x43\x5a\x31\x11\x35\x4f\x65\xa6\xa1\xb2\x77\x66\x42\x22\xa3\ \x9c\xcd\x4c\x60\xc7\x31\x89\x29\x49\x94\xf4\xcc\x94\x14\x72\x12\ \x39\x2b\x89\x48\x81\x0b\x8c\xb8\xf4\xc2\x8c\xec\xac\xfb\x2e\x13\ \x99\x64\x72\x56\x3a\x98\xac\x44\x34\x4a\x5e\x24\x92\x4a\x2b\x2b\ \x72\xa5\x25\xa5\xcd\x83\xb8\xdd\xd4\xc7\x07\xf3\x06\x43\x21\x31\ \x29\x3d\xab\x54\x50\x29\x2f\xe1\x2b\xe5\x85\x85\xf9\x59\xb9\x99\ \x45\xe9\x99\x82\x6c\xb2\xa0\x48\x94\x2b\x28\x12\x54\x94\xa0\x3e\ \x5d\x65\xa0\x45\x72\x41\x56\x05\xe0\xa1\x3c\x5f\x69\xaa\x11\x57\ \xe6\x8b\xf9\xd2\xb2\xb2\x12\xb9\x58\x59\x29\x46\x6b\x79\x6a\x8a\ \x72\x73\x4b\xa4\xa2\xfc\x1a\x79\x76\x65\x69\x6e\xba\x58\x5c\xc4\ \x2f\x13\x14\x4a\x45\x29\x89\x19\x7c\xb9\x46\x20\x35\xd6\x97\x95\ \xd5\xeb\x9a\x95\x5d\x6f\x5e\x7d\xfb\xbe\xa4\x45\xf1\xe4\x4b\x35\ \xeb\x87\xa7\x4f\x15\x1c\x09\xca\xf3\x4b\xdd\x3b\x3d\x3d\x02\xbb\ \x73\x82\xa4\xea\x04\xce\x21\x27\xf0\xae\x80\x97\xda\x99\x3d\xe9\ \x28\x68\x88\x24\x10\x5a\x30\x92\xd4\x53\x38\xb3\x5c\xdd\x9e\x5e\ \x5e\xfd\x74\x77\x74\x7a\x77\x05\x6e\x0a\x7c\x15\xd8\xac\xb3\x1d\ \x24\x58\xf7\x98\x78\x8a\x48\x11\xbe\xee\xe1\x10\x45\x71\x9c\xc2\ \x9b\xbc\x7b\x76\x5f\x0b\x8f\x96\xee\xcc\xce\xe6\xc4\x74\x24\xa3\ \x6a\xd2\x8d\x3d\xf0\x6e\xe3\x03\xa0\x56\x1b\xb3\x9b\xb0\x6d\x1f\ \x7f\xf1\x53\x56\x07\xfa\x4c\xec\xa0\x75\x89\x67\xbb\xd1\xaa\xd8\ \xd8\x4e\xb9\xd7\xe8\x9e\x77\x34\x5b\xf5\x5a\xf7\x8c\x63\x75\xc6\ \x52\xa1\x5b\xb5\x18\x1c\x26\xed\x8c\xb3\xcc\xe4\x75\x7a\x87\x57\ \x56\x0c\x4e\x65\xf3\xca\xca\xe2\x8c\xbb\xd9\x80\x28\x6d\x61\x78\ \x69\xca\xa0\x6b\x2a\x43\x33\x88\x1a\xab\xce\x58\xa7\x74\x5a\xf5\ \x46\xbd\xa6\xd6\x69\x2a\xab\xd1\xce\xaf\xd5\xd7\x36\xbb\x2d\x26\ \x2f\x70\xa1\x46\xab\x5d\x5d\xd2\x19\x0c\xde\xc5\x55\xe3\xf2\xcc\ \x92\x7e\xc9\x68\x74\x02\x3e\x5a\x74\xd6\xa9\xe9\x41\xdf\xd0\xdc\ \xea\x9a\x61\x6d\x70\xaa\x7d\xba\x7b\x6d\x6d\x72\xc9\x3d\x35\xbc\ \xe4\xec\x5b\x98\xef\x71\x2c\xf5\x4d\xcf\x0f\x0d\x5b\x56\x56\x8c\ \x76\x6d\x7d\xd3\x92\x46\xef\x36\x39\x9b\x4c\x5a\x8d\xd2\xbe\x62\ \xb1\x28\xa5\x46\x77\xb3\x69\xc5\x8d\x7c\x61\xff\x74\xf7\xc2\xc4\ \x9c\x7b\x7a\xd4\xec\xb2\xd9\x96\xa7\xba\xba\x7b\xfd\xa3\xfb\xc7\ \xfb\xed\x21\xf3\xe0\xa8\xdf\x67\xdb\xea\x9a\xee\xef\xf1\x78\xfa\ \xda\x3b\xcd\x20\x5e\x7d\xbd\x83\x5b\xdd\xfd\x5b\x5d\xfb\x7e\xbf\ \xb9\x73\x64\x18\xf6\x08\x05\xfc\x07\x2e\xd7\xab\xfd\xe0\xe0\x68\ \x67\xc8\x73\xe1\xf7\x9d\x1f\x9c\x1f\x1e\x5f\x9f\xbf\x0a\x6e\xbd\ \xf4\x03\x0c\xfa\x8e\x0f\x42\x41\xb3\x07\xa4\xcd\x7c\x73\x1d\xb8\ \xf9\xf5\x95\xef\xa0\xcb\x13\x08\x84\x0e\x5d\x83\x87\xe7\x21\xdf\ \xf1\x61\xc8\x7f\x30\xea\x77\x8d\x6e\x99\x5d\xfb\x37\xa3\xcf\xaf\ \x0f\x5f\x7d\xf5\xc5\x57\xdf\xfe\xed\xd7\x5f\xff\xfe\xcb\x6f\xbf\ \x7d\xa2\x12\xf2\x3e\x18\x13\x22\xe2\x62\xd1\x15\x04\x92\x82\x10\ \xc3\x42\x93\xff\x5c\x1a\x47\x48\xe5\xf2\x7e\x9c\xcf\xcc\x24\xa3\ \x40\x12\x36\x22\x0c\x66\x1e\x1b\x8e\x8f\x62\x46\x4a\x22\x9c\xa5\ \x13\x12\x8b\xdf\x7b\xef\xc1\x43\x36\x9c\xda\xc5\x4b\x89\xe5\xec\ \x8c\x24\x32\xdf\xfb\xc5\xd6\x07\xbf\xfc\x69\xf2\x62\x6a\x69\x6a\ \xd2\xc8\xa7\xf0\x8d\x95\xcc\x07\x83\x54\xfc\x47\x09\x96\x96\x48\ \xf5\xd3\xb1\xd6\xb1\x46\x75\x6b\xa3\x5a\x2d\x43\x03\xee\x4f\x9f\ \xb4\x50\xb9\x6a\x90\x30\x5e\x8b\x4c\xa6\x1a\x6b\x6d\x04\x54\x13\ \x36\xa2\xa7\x96\x48\x14\x3c\x14\xaf\xa5\x02\x96\x14\x22\xc3\xc4\ \xa2\x0b\xc7\x1a\xc1\x54\xd1\x69\x74\xb4\x6c\x99\xc3\x43\x91\x10\ \x04\x12\xaa\xc3\x07\xb4\x93\x70\x25\x1c\x12\x9d\x2b\x69\x51\xa3\ \xac\x06\x3a\x4b\x48\x20\xa1\x4e\x89\x34\x2c\xf2\x8b\x3c\xba\x84\ \xc7\x13\xa2\x0a\x7a\x1a\xea\x0d\x86\xc4\x0b\x7c\x98\x9a\x4a\xa2\ \x45\xe0\x62\x30\x2c\x70\x51\x42\x30\x65\x38\x24\x70\xe0\xcb\x08\ \xb8\x98\x88\x68\x4c\x18\x49\x46\x8f\x22\xc0\x37\x28\x24\x2a\xf5\ \xa4\x12\xd0\x6a\x10\x02\x98\x3c\x2c\x97\x1e\x11\x11\x1d\x5b\x85\ \x0e\x10\x38\xa1\x1f\x9d\x5c\x5e\xde\xfd\xf9\xdf\x4f\x3a\xb0\x63\ \x8f\x5a\x40\xf5\xa8\x0a\x3c\x06\x54\x2e\x8c\x04\xea\xc8\xe1\xb2\ \xc2\xe8\x04\x52\x04\x9d\x1e\x86\x85\x87\x89\xc2\x60\x70\x78\x94\ \xd6\x90\x13\x1d\x8d\xc1\x83\xbd\x8a\x8e\x8a\x0e\x8f\x8f\x05\xdd\ \x42\x5d\x3e\x51\x4a\x72\x47\xc1\x40\x43\x6a\x7c\x2a\xea\xf7\x59\ \x50\x90\x13\x9b\x9a\x53\x50\x85\x06\xe4\x93\xc3\x15\x63\x92\x77\ \x2a\x2a\xca\xf2\x53\xf2\xaa\x19\xd5\x29\x62\x4a\xf5\x03\xf0\x4d\ \x79\xc5\xd5\x6c\x06\x85\x98\x47\x21\xa2\x0a\xd1\xb4\x34\x06\xb1\ \xbc\x9a\x59\x9c\x76\xbf\x2a\xa7\xf8\x5d\xb8\x19\x44\x8c\x09\xd8\ \xc7\x64\xb0\xd3\xd8\x79\x69\x49\x80\x7c\x71\xa8\x1c\x05\x04\x8d\ \x99\xc2\x84\x7d\x13\xd3\x28\x71\x4c\xa4\x54\x19\x19\xe9\x29\xa8\ \x63\x74\x42\x0a\xca\xd0\x4a\xcc\xcc\xca\x4f\x22\x27\x64\xe4\x66\ \x65\x24\xa6\xa7\x64\xa5\xa0\x8c\x98\xe6\xfa\x3a\x69\xa1\xa0\x54\ \x5c\x5f\x52\x54\x63\x9f\x3a\x57\x8d\x9f\x9c\x74\xa8\x5d\x7a\x6b\ \x65\x7e\x42\x26\x3f\x37\xb7\x8c\xcf\x2f\x12\xd4\x2b\x4b\xd2\x33\ \x32\x73\x05\xb9\x59\x59\xc4\x84\x5c\x41\xa9\xa0\xa4\x44\x5c\x2a\ \x02\x25\x12\x65\x17\x4a\xb3\xf9\x45\xa5\x28\xd4\x8a\x2f\x10\x94\ \x48\x01\xf9\x9a\x4b\xc0\xac\x01\x4a\x8a\xc4\x15\x65\x45\x52\xa5\ \x94\x2f\xc8\x2f\x01\x48\x54\xe6\xf3\xf9\x82\x5c\xa9\xb8\x50\x24\ \x2a\x12\x94\x14\x96\x66\x27\x64\x17\xc9\x8b\xca\xea\x34\xf2\x32\ \x71\xa9\xbc\xf7\x8d\xeb\xfb\x5f\xbe\xfb\xe8\xe9\xef\x38\x2e\x47\ \xf8\xe8\xd3\x9f\x9f\xb2\x1e\x7d\x89\x6f\x00\x3e\x03\x81\x3a\x39\ \xd9\x3c\xba\x3c\x39\xbb\x7d\x7d\x7b\x7b\x7b\x85\x96\x0c\x82\xfa\ \x6c\xef\xee\x0c\x44\xc7\x63\xb9\xd8\x4f\x62\x48\xb1\x1b\xe0\x96\ \xce\x4e\xe1\xfd\xfa\xe9\xf5\xe9\xd5\x4f\xb7\x47\x57\x97\xc8\x4f\ \xdd\xdd\x9e\x1c\x01\x28\x5e\xde\x01\x2a\x5e\xde\x03\xe3\xe9\x09\ \x3c\xcc\xe5\xd9\xfd\xca\x42\x54\x66\xba\xb7\x89\xfe\xdb\xde\x3d\ \x42\xa3\x59\x91\xf1\x55\x1d\x0d\x39\xf7\x49\x80\xb3\x55\x0d\xb3\ \xe3\x7b\x7b\x7b\x1b\xe3\x68\xc6\xf8\xd7\x83\xbf\x7c\xf3\xf3\xc6\ \xc9\xd1\xf6\x26\x7c\x28\xf6\xb6\x77\x77\x8f\xa2\xab\xf6\x7e\xac\ \x2f\x9b\x59\x34\xd6\x19\xe7\x57\xe7\x97\xad\xeb\xf3\x2b\x56\xbb\ \xdd\xe0\xad\xb4\xcc\x2f\xae\x94\x56\x58\x2d\x26\xf7\xda\x8a\xb1\ \x59\xe7\xb0\xac\x3b\x67\xdc\x80\x79\x75\x46\xf7\xe2\x9a\xdd\xa1\ \x69\xae\xa9\xb4\x3a\xe7\x1d\x15\x06\xad\x4e\x53\xab\xd3\xd6\xeb\ \x2c\x16\x79\x93\xae\xc4\x62\x70\xaf\x79\x9d\x86\x55\xb8\xc5\xb8\ \xb2\xec\xae\x6f\xaa\xa9\x37\x78\x2d\xc3\x13\x56\x93\x7d\x09\xcc\ \x95\xb6\x76\x71\x45\x6f\x32\x19\x0c\x0b\xc3\xdd\xe6\xd1\x69\xd8\ \x62\x75\xd2\x33\x34\xd9\xb6\x64\x99\x01\x9b\xb7\xb0\x3e\xbd\xbc\ \xb6\x62\x5e\x1a\x1a\x99\x9e\x9e\x9e\x5b\xb2\x78\xed\xf5\x3a\xfd\ \xea\x52\x6d\xfd\x8a\x4e\x03\x9e\xcf\x54\x6f\x74\xda\xf5\xca\x3a\ \x8d\xa3\x49\xdf\x5c\xbf\xb4\xb4\x38\x0c\x3c\xb9\x3a\x39\xb2\xb6\ \xee\xea\x9a\x1a\xe9\x5b\x5b\xf6\x2d\x0f\xfa\xdb\x7b\x06\x03\xa3\ \x9d\x93\xfd\x5b\xc1\xae\xbe\xfe\xde\x36\x4f\xa7\xc7\x3c\xd9\xe6\ \x73\xb9\x46\xbb\xfb\x06\x5d\xc7\x66\xb3\x3f\x68\x73\x1d\x8e\x76\ \xf5\x8d\xb6\x0f\xfa\xba\x43\x81\xce\xad\x83\xc3\xeb\x80\xaf\x6b\ \x34\x14\x3a\xbf\xb9\xf0\x6f\x1d\xf8\x0f\xb7\x0e\x5f\x05\x0f\x82\ \xa1\xad\x41\x57\xe8\x70\xf4\xdc\xe5\x39\x7c\xe5\x0f\x79\xb6\xb6\ \x82\x83\xe7\x2f\x6c\xc1\x50\xe0\xd8\x73\x18\xf2\x99\x43\x83\xae\ \xeb\x40\xe8\xf8\xe0\x60\xd0\xd6\xe6\x09\x5c\x9c\x1f\x1f\x06\x42\ \x5b\x07\xc7\x7f\xfd\xea\xdb\xef\xff\x13\x95\x5f\x7d\xfe\x69\x2b\ \x1c\xbf\x2a\x1e\x97\x47\x42\xb3\x65\x1c\x2a\x49\x46\xa2\x13\xb8\ \x11\x04\x55\x23\x07\x68\xac\x51\x26\xfc\x59\xc0\x60\xa6\xa1\xea\ \x44\x76\x31\x1c\x1b\xe5\x64\x62\x1c\x2a\x4d\x4c\xab\x7e\xf8\x2e\ \x23\xef\x0f\xef\x55\x57\xff\x6b\x1e\x83\x99\x5d\xa1\x23\xa6\xbc\ \x57\x9c\xc8\x4c\x5a\x9a\xfc\xf5\xed\xcd\x47\xdf\xfd\x3a\x54\x94\ \x95\x52\x4c\x29\xb1\x96\x31\x1e\xfc\x7f\xd2\x8f\x7f\xf3\xc8\x5f\ \xc2\xa1\xcc\x79\x0c\xe0\xa7\x50\x3d\x6d\xf9\xe0\x03\xa1\xea\xd1\ \x93\x16\xb4\xc6\x50\xad\x68\x55\x73\xd4\x8a\xc7\x8d\x2a\xd4\xd8\ \x90\xa7\x50\x80\x5d\x52\xab\x84\x12\x80\x45\x80\x41\x16\x81\x43\ \x45\x15\xee\x74\xaa\x50\xc1\x93\x71\x58\x68\x78\x9d\xc6\x05\x7c\ \xa3\xc5\xc8\x78\x24\x3c\x0d\xd8\x0f\xa4\x8a\xc7\x62\x71\xf0\x34\ \x1a\xe8\x1e\xb7\x91\xc3\x95\x51\xe9\x74\x3c\x4b\xc8\xe1\xd0\x51\ \xb5\x15\x0f\x81\x24\x87\x87\x06\xe2\x09\x54\x54\xad\x41\x55\x00\ \xbe\x21\x49\x06\x19\x8c\x8a\xc4\x53\xd1\x05\x12\x8d\x46\xe0\x71\ \xe0\x69\x68\xd8\x30\x4c\x44\x14\x16\x0b\x12\x15\x13\x41\xa5\xe1\ \x58\xf8\x18\x10\xad\x08\x2e\x01\x2b\x6b\xe5\xe1\x23\x38\x34\x34\ \x30\x15\x13\x83\x99\x05\x64\x38\x3b\x3a\x82\x53\xfa\xd9\xe5\xdd\ \x7f\xfc\xf7\x69\x15\xa9\x45\xf5\x58\x46\x85\x07\xa2\x63\x09\x11\ \xd8\x68\x30\x6a\x04\x90\xbf\x28\xd4\x78\x07\x25\x68\x45\x60\x71\ \x31\x51\x58\x5c\x18\x26\x3a\x3a\x2a\x1c\x7e\xc4\x84\xdf\x17\x60\ \x45\x85\x87\x25\x17\x44\x62\x62\xc3\xe3\xd1\x4a\xc2\x2a\x24\x55\ \xb1\xd1\xa9\x40\x85\xf1\x80\x88\x68\xb2\x10\x6e\x0e\x4f\x0d\xe7\ \x3e\x52\xbc\x53\x54\x53\xc3\xcf\x00\xc5\xa1\x08\x8a\xb2\x13\xd8\ \xec\x3c\x76\x5e\x02\x23\x2d\x2f\x8f\x8c\x96\x15\x52\x28\x69\xe5\ \x60\xb2\xf2\x8a\x41\x9b\xc0\x66\x31\x18\xe5\x69\xcc\xb8\x14\x38\ \xbb\xc4\x91\xc1\x68\xa1\x38\x99\x72\x78\x03\xc9\x94\x3c\x4a\x62\ \x02\x91\x48\xa4\x30\x93\x40\xc6\x12\x19\x14\x46\x62\x4a\x02\x39\ \x21\x9b\x9f\x99\x42\x26\xc7\x81\x52\x25\x66\x65\x32\x88\x85\xd9\ \xd9\x22\xd4\xe6\x59\x20\xcd\x2d\x2c\xca\xca\x4e\xcf\x2e\xa9\x54\ \x1a\x34\xc6\x99\xe1\xb6\xae\xde\x36\xbd\xbb\xe7\xdb\x83\x6f\xfe\ \xf8\xa1\x6c\x7c\x67\x03\x7b\xb3\xea\xac\xcb\xca\xcd\x2f\x14\x14\ \x0a\x4a\xc0\xf6\x97\x96\xa5\x00\x00\x20\x00\x49\x44\x41\x54\x4e\ \xa5\xe7\xf2\xb3\x32\xf3\x4b\x33\xf8\x7c\x72\x21\x5f\x54\x51\x21\ \xe6\x17\x82\xca\x96\x48\xe5\xf9\xa5\x35\x22\x81\x34\x4b\x24\xcf\ \x2f\x2b\x29\x29\xca\x2a\xab\x29\x14\x4b\xe5\x95\x4a\x79\x69\x65\ \xad\x5c\x5a\x04\x76\xaa\xa2\xc2\xa4\xa9\x14\x4b\x8b\x2a\x2b\xd2\ \xf9\xb9\xa5\xd9\x45\x52\xbe\xa8\xb4\x44\x94\xcf\x17\xe5\xf2\x4b\ \x50\xec\xb2\x38\xb7\xb4\xb2\x2c\xd7\xfa\x9f\x9f\x7f\xf6\x8c\xfa\ \xc5\x9f\x84\x4f\xb9\x9c\xf8\xd6\x4f\x9f\xfd\xfe\xe5\x23\x96\x9a\ \x35\x30\xb0\x7d\x74\x87\xc8\xee\x6c\x17\xb9\x2a\xb8\xf8\xfa\xf5\ \xd9\xf8\x25\xf0\xde\xd5\xd1\xe6\x46\x47\x7c\x84\x50\x41\x7a\x12\ \x81\x8f\xca\x19\x18\xd8\xdc\x3d\x3a\xda\xdd\x3d\xb9\x1f\xb4\xba\ \x02\xc9\xba\xba\xbb\xbd\x7a\x7d\xba\x73\x79\x05\xc6\xea\xf6\xee\ \xee\x12\xa4\xee\x12\x4e\x40\xa7\x97\x08\x19\x77\xf6\x8e\x4e\x4e\ \xae\xce\xd0\x79\x69\x07\xed\x05\x3f\x8e\x76\xc6\xc7\x37\x37\x37\ \x07\x66\x67\x37\x77\x37\xee\xab\xb3\xc6\xc7\x37\x50\xa5\xea\xf8\ \xf6\x65\xf4\x64\xd1\xe2\x87\x31\x27\x7b\x3b\x60\xcc\xd0\x22\xd3\ \xdd\xed\xd9\x81\xd9\x67\x8b\xf5\x0b\x7a\xd3\xbc\xc5\xee\xb0\xcc\ \x4d\x2d\xcf\x18\x75\x6b\x06\xbd\xa9\xd9\xe1\xb5\x2b\x0d\x0e\xef\ \xaa\xc5\xab\xd7\x6a\x6a\x74\xce\xa9\xb5\x25\xbb\x1e\x4d\x02\xda\ \x0d\xeb\xab\xc6\x5a\x7d\x4d\x89\x56\xb3\x68\x37\x95\x36\x6b\x9b\ \x8c\x3a\xab\x76\x05\x84\xc8\xe8\xad\x31\x5a\x56\x17\xc0\x74\x39\ \x96\xea\x2d\x1a\xad\xd5\x5b\x57\xab\xd5\x69\x57\xbc\xeb\x76\xa3\ \xc9\xd4\x37\xa7\x5d\x5a\x30\x81\x19\xb3\x2f\x3a\x74\xeb\x81\xae\ \xa1\x9e\xe1\x95\x89\x95\xd5\xe1\xa1\xee\xbe\xe5\x75\xd3\xb2\x51\ \xb7\xb0\x3e\xb9\x38\x63\x18\xee\x5f\x1d\x9a\x99\x9a\x1e\x9e\x9e\ \x5b\x75\x38\xd7\xdc\x06\xfb\x9a\xc6\xba\xd6\xec\xb0\x6a\x35\xc6\ \xda\x15\xf8\x73\x2a\x9b\xad\xcd\x46\x63\xd3\xfa\xd4\xba\xb9\x7d\ \x64\x79\x7a\x65\x78\x62\x69\x6a\xd0\x3c\x68\x9e\x58\x1f\xf5\x8d\ \x78\xfa\x7b\xa6\x5d\x9d\x36\xd4\xc7\xcb\xd6\x65\x36\x8f\x74\xd9\ \x96\x47\x43\xfe\x2d\xf3\xe8\xbe\xb9\x7b\x30\x64\x0e\xb8\x7c\xbd\ \x1e\xb3\x2d\x68\x36\x1f\x0e\x76\x8d\xba\x3a\xcd\x9e\xc1\xc0\xfe\ \x56\xa8\x73\x0b\x45\x5f\x1d\xec\x07\x9f\x9f\xbf\xbc\x39\xbe\xfe\ \xe2\x9b\x17\x9e\xe0\xf5\x75\x20\xf8\x1c\x1c\xd8\x56\xf7\x71\xc0\ \xe7\x1b\xfd\x7e\xff\x30\x14\xd8\x0f\xf8\x5d\xa1\x83\xe3\xad\xce\ \x4e\xcf\x56\xa7\xdf\x1f\xf0\xef\x5f\x3f\xb7\xed\x77\x77\x86\x00\ \x24\x5f\xba\x7c\x5b\x9d\x2f\xbe\xf9\xcb\x9b\x37\x6f\x3f\x7e\xf6\ \xfe\x8f\x8f\xc6\xd4\x42\x15\x17\xd5\x11\xe0\x38\x74\x0e\x3e\x0c\ \x35\x35\x85\xe3\x94\xce\x11\x4a\x24\x9c\xc6\x2f\xdf\xfc\xfe\x66\ \x2a\xed\x01\x03\xad\x44\xa3\x30\x8b\xf3\xd2\xf2\x18\x44\x66\x1c\ \x2a\xb3\x2e\xaf\x7e\x50\x5d\xfe\x20\xaf\xba\xfa\xc1\xc3\xbc\x62\ \x62\xba\x26\xbf\x44\x07\x27\x78\x62\x46\xdd\xd2\x3f\xdf\x8e\x7e\ \xd8\xfa\xe8\xbb\x8c\x34\x22\x5b\x54\xcf\x7f\xef\x61\xda\x43\x51\ \xc8\x5b\x79\xfc\x7e\x2b\xca\x65\x6f\x6c\x81\xaf\xc6\xc6\xc7\x12\ \xaa\xa2\xf1\xd3\xcf\xc7\xb8\x40\x6e\x8f\x1f\x3f\x6e\x51\x29\x9e\ \xa8\x59\x42\x30\x12\xdc\x56\x99\x02\xee\x63\xfd\x4f\xd3\x67\x12\ \x5d\xc6\xe2\x29\x84\x34\x19\x9d\xcb\xa3\xdf\xd7\x2b\xb0\x50\xdd\ \x3b\x4b\xc8\x95\x01\x22\x72\xe9\x24\x16\x09\xe5\x59\xd1\x70\x58\ \x12\x4d\x48\xa0\x82\x9c\x71\x79\xa8\xfd\x04\x4f\x42\x12\x72\x68\ \x3c\x92\x4c\x48\xe3\xa1\x32\x58\x1a\x47\xc1\xc1\x83\x54\xc1\x4e\ \x40\x96\x2c\x5e\x63\xa3\x5a\x82\xc5\xc3\x05\x4c\x34\x6a\x6e\xcf\ \x01\xc9\x42\x3d\x2f\x58\x2c\x2a\x09\x87\x0d\x8b\x8c\xc0\x44\xe0\ \xe9\x18\x3a\xaa\xf4\xa2\xa2\xf6\x85\x38\x3c\x35\x8c\x4e\x23\x91\ \x30\x24\x19\x36\x19\x47\x47\x8b\x6b\xaa\xf6\x76\xd0\xc7\x18\x8e\ \x80\x93\xab\xd7\xff\xf8\xef\x93\x02\xac\x5a\xd5\x28\x44\x43\x58\ \x74\x3c\xc2\x4a\xb0\x65\xe0\xc9\x38\x24\x14\x31\x4a\x0a\x8b\xc0\ \x62\x30\x31\xd8\x48\xd4\xbf\x1e\xf5\xa0\x88\x87\x9f\xb1\xc9\x28\ \xc2\x2f\x1a\xd5\x63\x27\x87\x47\x45\x15\x00\x04\xa6\x26\x87\xc7\ \xc3\x35\x24\x54\x68\xa2\x10\x84\x2a\x27\x07\xae\x17\x14\xc4\xc6\ \x70\x78\xef\x94\x88\x95\xd9\xd9\x89\xe4\x34\x86\xa0\x88\xcf\x66\ \x17\xbf\x5b\x5c\x4c\x04\x3f\x55\x8c\x12\x1a\x28\x89\x69\x4c\x0a\ \x9b\x1d\xc7\x66\x03\xb5\x97\x33\xe2\xc8\x8c\xf2\xbc\x62\x36\x05\ \x2d\x88\x66\x82\xb4\x3d\x60\xb0\xd9\x0c\x66\x5c\x52\x06\xa3\x9c\ \x92\x00\xea\x95\xc7\xa4\x24\xa5\x10\xe3\xc8\xe5\x00\x93\x44\x90\ \xad\xfc\xfc\x84\x0c\x72\x61\x56\x62\x4a\x1c\x31\x31\x25\x89\x5f\ \xc8\xcf\xce\xc8\x4d\x48\x14\x88\x40\x49\xb2\x05\x85\x85\x85\x99\ \xe9\xb9\xa5\xb5\x5e\x77\xd7\xf7\x1f\xff\xe7\x61\xbb\xc7\xf3\xac\ \xe5\x93\xcf\x3f\x7e\xfb\x94\x14\xbb\x37\xcb\xfd\x6c\x89\x9f\xcd\ \x2f\xc9\x2e\xcc\x92\xf2\xb3\x0a\x45\x7c\x51\x76\x56\x76\x36\xec\ \x4e\x16\x81\xbe\x88\x44\xa2\xba\xb2\x5a\x79\xbe\xb8\xa4\x48\x2c\ \x10\x14\x69\x04\xa5\xa5\x65\x95\xa5\xd2\x5a\xb9\x58\x50\x94\x2b\ \x17\x57\x54\x48\x6b\xad\x15\x22\x40\xbf\xd2\xfa\x8a\x4a\xaf\x12\ \x2c\x57\x85\xa6\x94\xcf\x17\x97\x24\xa1\x66\x15\x02\x3e\x3f\x53\ \x94\x9e\x2e\x95\x8a\x95\x65\xa5\x45\x72\x7e\x56\x49\xe9\xd0\x23\ \xe1\xcd\x87\x9f\xff\xf6\xc9\x07\x2c\x55\x74\xbc\xac\xe5\xeb\x9f\ \xdf\x3e\x22\xb5\x3e\x0e\x1f\xd8\xdc\xbc\x3d\x05\xfe\x03\x93\x75\ \xfb\x8f\xd7\x3f\xfd\xf4\x1a\xb4\xe7\x08\xcc\xd2\xe9\xc9\xdd\xd1\ \x76\xd5\x46\x55\xeb\xcf\x54\x61\x15\x9d\x1a\x1d\x93\x3a\x00\x28\ \xb7\x01\xb6\xeb\xf2\xea\xec\xe8\xe4\x0e\x8d\xb6\xdf\xde\xfe\x74\ \x0b\xd7\xce\xc0\x5d\xdd\x9d\x5e\xde\xfd\x84\x26\x0e\x5f\x83\x62\ \xa1\x91\xb0\xcb\xa3\xb3\x13\x84\xfd\xe0\xb2\x4e\x76\x76\x77\x4e\ \x4e\x4e\x76\xce\x4e\x50\xf2\xe8\xf8\xf8\xc0\x2c\xb8\x2e\x94\x10\ \xbf\xdd\xd1\x50\xb5\xb1\xbd\x3d\x3e\xbe\x7d\xba\xf3\x56\xb3\x3c\ \xfa\x76\x7c\xf7\x3e\xc4\x66\x67\x77\x7c\x63\x67\xaf\x60\xb6\xea\ \xfb\xa6\x66\xad\xc1\xe2\xb4\xcc\x0c\x2f\x0f\xd9\x0d\x46\xb7\xc3\ \x6e\x58\x5b\x59\x5f\xa9\xb5\x3a\x2d\x76\x10\x32\x4b\x6d\x85\xd5\ \x6b\x02\xfd\xb1\x37\x9b\x34\x06\xeb\xcc\xc4\xcc\xaa\x5d\x5f\x2b\ \xaf\xab\xf7\x36\x9b\x6a\x0c\xcd\xf5\x5a\xdd\x9a\xdb\xde\xac\xa9\ \xd1\x1b\x4d\x8e\xf5\x55\x4b\xb3\xc9\xaa\xab\xac\x9b\x37\x28\x6b\ \xdc\xba\x1a\x83\xa9\x42\xbf\x8e\x52\x43\x9d\x23\x93\x3a\xef\xa2\ \xa5\xd9\xdd\x64\x9c\x77\x2b\x27\x47\xda\xda\xbb\xfb\x56\xfa\x9d\ \x4b\x3d\xeb\xed\x9d\xc3\x6b\xde\x11\xfb\x42\x9f\x67\x78\x6a\xca\ \x3b\x3f\xb7\xd6\x3e\x38\xb9\xde\x3d\x33\xbf\xac\x77\xba\x75\x5e\ \x83\xb3\x69\x69\xb5\xde\xea\x75\x3b\xb4\x65\x5a\xcb\xca\xaa\xdd\ \xe2\xac\xaf\x73\x34\xaf\x2d\xbb\x47\x3a\x7b\x16\xa7\x2c\x23\x83\ \xce\xb9\xbe\x09\x57\x5b\x60\x69\xd2\x35\x3c\x32\xea\xf3\x79\xda\ \x47\x3d\x6d\x66\xc0\xb9\xad\x41\xcf\x56\xff\x90\xcb\x7f\xd1\xdd\ \xe5\xf2\x07\xdb\x7a\xf6\xb7\x82\xa1\xc1\x9e\x80\x67\x74\xa8\x2b\ \xb4\xef\xf3\x8c\xda\x7c\x7d\x6d\xfe\xd0\xa1\xc7\xe3\xf1\x9d\x1f\ \x07\x9e\x5f\x5f\x6c\x1d\x9f\x1f\x3f\xbf\x39\x78\x1e\x3a\x0e\xdc\ \xdc\x5c\xd8\x2e\x0e\xfc\xcf\x43\x1e\x9b\x6d\xdf\xe6\x3f\x3f\xb8\ \x0e\x7e\x7f\x78\x11\x3a\xec\x3c\xbc\x08\xb6\xd9\x2e\xce\xcf\xb7\ \x7a\x82\xb6\xd0\x4d\x20\x78\xb0\x6f\xf6\x05\x43\xfe\xe3\xeb\xc0\ \xd6\x81\xeb\xcd\xf7\x6f\x3e\xfc\xf0\xc3\x8f\xbe\xfe\xe4\x69\xa3\ \x42\x88\xda\x53\xf1\x68\x2c\xb5\x10\x87\xa7\x61\xf1\x20\x57\x38\ \x2e\x97\xca\xa1\x4a\x54\x5c\x5e\xcb\xef\xe6\xac\x77\x8b\xf3\x28\ \x94\x44\x46\x31\x70\x48\x71\x71\x5a\x5c\x02\x9b\x51\xfc\xb0\x38\ \x2d\xad\xbc\x38\xed\xe1\x1f\x98\x44\x62\x79\x79\x79\x35\x25\x25\ \xbd\x74\xd8\x5e\xcc\x26\xe6\x91\x95\xf2\xa0\xf0\xfc\xe9\x18\xf5\ \x07\x3b\x3b\xa5\x44\x9e\xf4\x7f\xfd\xeb\x43\x26\x51\xec\x70\x78\ \xfe\xf8\xf6\x9f\xbf\xfc\xfe\x25\x35\x8a\xf7\xb4\x71\x8c\x86\x66\ \x04\x1f\x2b\xd4\xaa\xc7\x0a\x89\xa2\x51\xd1\xca\x69\x69\x15\xb6\ \xb6\xb4\xa0\x39\x3e\x19\x4d\xd6\x22\xa3\x2a\xd0\xc4\x20\x81\x8a\ \x7a\x71\xd1\x00\x12\xa9\x5c\xb0\x47\x78\xa0\x41\x3a\x87\xc4\x12\ \x22\x1a\x14\xca\xe8\x38\x19\x17\xf5\x6a\xbe\x6f\xff\x05\xa4\x08\ \x2c\x87\x03\x2d\x12\x4a\xa8\x42\x2e\x0d\x44\x86\x23\xe3\x70\x50\ \xf1\x14\x47\x8d\x56\x0e\xf2\x38\x38\xac\x84\x45\x93\xb0\x70\x74\ \x2e\x81\xc0\x69\x51\x71\x65\x12\x21\xe0\x61\x54\x0c\x89\x86\xa7\ \x29\x58\x28\x22\x0f\x87\x3a\xd9\xd3\x71\x80\x6f\x40\x8a\x04\x09\ \x06\x4f\x8f\x20\xdd\x67\x02\x92\x70\x04\x4e\x58\x18\xb0\x27\x81\ \xd3\x48\x8f\xc5\xb2\x40\x8d\x62\x3a\xb6\xd1\xd8\xc6\xd9\xce\xd1\ \xe9\xed\xeb\xbb\x7f\xfc\xef\x3f\xcf\x46\x4b\xc6\x9e\xde\x17\xd0\ \x83\x10\xe2\x70\x54\x3c\x96\x80\x43\xab\x1b\xf1\xe1\x74\x2a\x3e\ \x2a\x36\x2c\x02\x8f\xc5\xdd\x37\x36\xc4\xa2\xf1\xac\xa8\x98\xc8\ \xf0\xe8\xb0\x98\x98\xe4\x54\xb8\x04\xfa\x15\x9b\x1c\x9d\x93\x1c\ \x89\x92\x07\x00\x10\xa3\x41\xa2\x1a\x0a\x92\x41\xc0\xa2\x01\x0d\ \x73\xe2\x53\x3b\x72\x92\x59\xea\x77\x94\x35\xca\xec\x94\x04\x26\ \x33\x2f\x49\x54\x48\x46\x95\xee\xe5\x14\x06\x03\x85\x62\xe5\xb1\ \x51\x27\x68\x54\x74\x95\xc7\x46\xf9\xa3\x8c\x04\x46\x0a\x00\x63\ \x02\x85\xcd\x60\xe4\x11\xc9\x20\x62\x14\xe0\x78\x40\xc4\xc4\x3c\ \x54\x96\x42\x04\x4a\x4c\x24\x13\x29\x64\x22\x93\x42\x49\x20\x27\ \xa6\x30\x13\xf8\x09\xd9\x29\xd9\x49\x99\x19\x19\xec\x94\x8c\x92\ \x92\xec\xc4\x94\x0c\x7e\x66\x62\x49\x89\x54\x90\x9b\x9f\x9b\x99\ \x92\x18\x97\x9e\xc5\x97\xd6\x34\xd7\x9b\x2c\xdd\x87\x81\x9f\xcf\ \x5f\xfd\xfa\xa8\x15\xd8\x5a\xc5\xc2\x24\x6f\x8e\x47\xbe\x4d\xa7\ \x54\xf2\xc1\x0b\x15\xe5\x82\x33\xcb\x48\x48\x2a\xc9\xcd\xcc\x2c\ \x49\x2f\x14\x48\xf3\x0b\x0b\x2b\x94\x52\xa9\x28\x4b\x8c\x62\x93\ \x81\x09\x05\xa2\xba\x4a\x69\x6d\x11\x7c\xe7\x57\xd4\x29\x6b\x4b\ \xcb\xea\x50\x05\x56\x3e\x68\x9b\x5c\xa9\x91\xcb\x2b\xa5\xf9\x82\ \x52\x29\x6a\x62\x28\xc8\xca\x2a\x2d\x04\xb4\xe4\xf3\x4b\xf2\x0b\ \xc1\x81\x65\xd5\x34\x57\x88\xf3\x05\x4a\xe3\x8b\xdf\x87\x8f\x3f\ \x8c\xf9\xdb\xe3\x31\x4e\xcc\x6e\xc1\x8f\x92\xdf\xbe\x79\xdb\xaa\ \x50\xe3\xc1\x99\x82\xb4\xa0\x82\xaa\xbb\x9f\xee\x90\xb1\x3a\xb9\ \x02\xab\x74\x72\x75\x77\xf5\xfa\xee\x2c\xaa\x6a\x16\xf7\xec\x9f\ \x51\x0d\x34\x0c\xbc\xf8\xb1\xc9\x03\xe3\x9b\x60\x8d\xee\x8d\xd6\ \xe9\xe5\x25\x1a\x7d\xff\xe9\xea\x0a\x2d\x31\xbc\xbb\x67\x42\x74\ \xc3\xd5\xe9\xd9\xd5\x15\xdc\x79\x79\x7b\xba\xb3\x8d\x34\xeb\xec\ \x0c\x91\xe1\xee\xd9\x19\x98\xac\xb3\x5d\x54\xf5\xb0\x59\x85\x06\ \xb1\xb6\x37\x0b\x66\x67\xc7\x3b\x1a\x06\xc0\x64\xed\x6e\x6e\x1c\ \xdd\xc9\xfa\xe7\x46\xb8\x7b\x7b\xb3\xb3\xbb\xdb\xe0\xaf\xb6\x77\ \xf6\x36\x3a\xb6\xb7\x49\xbf\x7a\xa5\x56\xc7\xca\xe4\xaa\x75\x71\ \xc9\x62\x74\x2e\xcd\x1b\x9b\xbd\x53\x2b\x4a\xab\x7b\xad\x7e\x75\ \x46\xef\x35\xea\x74\x76\x8d\xa9\xa9\x49\x5b\x5b\xaf\xd4\xad\x34\ \x5b\x57\xac\x5a\x7d\x6d\x93\x46\xa3\xab\x50\x2a\x35\xfa\xfa\x1a\ \x83\xc5\x6b\xaa\xd5\xeb\xbd\xce\x1a\xaf\xd7\xdd\xac\x59\x37\xe9\ \x4d\x65\xc6\x05\x8b\xc5\x6d\x34\xad\xe8\x9b\x1c\x70\xcf\x8a\x45\ \xbf\x66\xad\xb5\xce\x1b\x9d\xe0\xba\xf4\xee\xba\xa9\xb6\xee\x9e\ \x9e\xa9\xa5\x11\xe3\x42\xef\x44\xaf\xad\x77\xc2\x31\xbf\xda\x36\ \x7c\xd1\xe9\x6a\x5f\xeb\x6e\x5b\xeb\xf3\x0f\xcd\xf4\x8d\xac\x7a\ \x0d\xc6\x79\xa3\x5b\xef\x6e\x72\xeb\xb5\x75\xcd\x76\xa7\x5e\x53\ \x0b\xcf\xec\xf4\x5a\x41\x3b\x9d\x96\xa5\x89\xe1\xf6\xf6\xd5\x35\ \x7b\xef\xfa\xda\x48\xdb\xc2\xc8\xe8\x45\xff\x44\xfb\x52\x2f\xd0\ \x1b\xd0\x9f\xbf\xd7\xdc\x15\x0c\xd8\xfa\x3a\x47\xfb\xda\x6c\xbe\ \xb6\x50\x57\x97\x3f\xe0\x72\x1d\x84\xba\xda\x6c\x81\xd0\x7e\x57\ \x97\x2d\x14\xb0\x1d\x6c\xf5\x5c\xb4\x8f\xda\xce\x0f\xfd\xa1\xd1\ \x7e\x8f\xcb\xf6\xf2\xfa\xe0\xe0\x9b\x9b\x8b\x83\xe3\xd0\x3e\x6c\ \xb3\x6f\x3b\xef\x74\xf9\x6c\xe7\xdf\xec\xf7\xdb\xbe\x6d\xeb\x0a\ \x5d\xdc\x1c\x5e\xbf\xb0\xc1\xa3\x3f\x3f\xf0\x78\xce\x47\x7d\xfe\ \x50\x9b\xed\x38\x14\x0c\x1d\x0c\xbe\x08\x05\x42\xc1\xe0\xfe\xbe\ \x2b\xf8\xfc\xfa\xe5\xdf\x3e\x7c\xf6\xf1\xfb\xef\x8f\x81\x9f\x51\ \xd1\xb9\xac\x46\x94\xd5\x82\xe7\x71\x22\x70\x58\x02\x09\x35\xd6\ \xe2\xc2\x31\x2d\x94\xf1\x54\xbc\x2f\x43\xb9\xef\x32\xd2\x98\x79\ \xf7\xb5\xd3\xc5\x6c\x26\x25\x8d\x5d\x0c\xdf\x79\xc5\x69\x79\xef\ \x95\xb3\x1f\x30\x53\xc8\x94\xf7\xaa\x89\x09\x71\x69\xb9\x7d\x16\ \x76\xa6\x9c\xf1\x50\x94\xb5\xa8\xfa\x8d\x6a\x7b\xff\xef\xbe\x34\ \x7e\x2e\xe3\xc1\xbf\x3d\x60\x53\x88\xe2\xa9\xae\xe0\xdf\x7e\xff\ \xee\xcd\xcf\x7f\xfa\x45\x42\xe2\x3d\x7e\xac\x7e\xd2\xd2\xfa\xc1\ \xd8\xd8\x18\xad\xf5\x83\xc7\xad\x2a\xf8\x13\x5a\x50\x10\x4d\x0b\ \x98\x21\x54\xf6\x2e\x11\xb2\x64\x3c\x6a\xa3\x10\x55\x4b\x51\x69\ \x6a\xd0\x27\x2a\x09\x85\x37\xf0\x58\x78\x19\x97\xc4\xe5\x80\x08\ \xf1\x58\x32\x16\xb7\x91\x8b\xb2\x1c\xb0\x04\x02\x89\x2b\xa4\xb3\ \x08\x04\x90\x36\x19\xab\x51\x4d\xa7\x72\x25\x74\x3c\x87\x23\xe4\ \x02\x0d\x72\x24\x74\xb0\x4f\x3c\x05\x0d\xd5\x9f\x0a\x79\x70\x8d\ \x45\x65\xd1\x84\x32\x0e\xc0\xa3\x8c\x47\xe3\x44\xc7\xb0\x84\xf7\ \x8d\x78\xa8\x84\x08\xc0\x47\xb0\x95\x98\xb0\xb0\x48\x3c\x2e\xe6\ \x3e\xfd\x4b\xc8\x02\xb3\xc4\x12\x92\xe0\x19\x68\x54\x0e\x0b\x47\ \x20\xa8\x58\x78\x50\x74\x4c\x4c\x74\x15\xca\x73\xdf\x39\xdb\x81\ \xcf\xfd\x3f\x6e\xff\xe3\x5f\xfe\x65\x37\x5e\xc8\x11\x82\x09\x23\ \x71\x08\x34\x1a\x1e\x8b\x27\xdc\xf7\x9f\xa6\x46\xd0\xa3\x70\x58\ \x16\x5a\x58\x18\x83\xba\xee\x84\x85\x03\x4d\xde\x47\x33\x60\x22\ \x01\x0c\x23\x63\xa3\xa2\xa2\xa3\x31\xd1\xb1\xa9\x39\x51\xa8\x91\ \x42\x6a\x6c\x15\x10\x60\x74\x7c\x72\x4e\x41\x55\x78\x72\x7c\x3c\ \x20\x61\x78\x4e\x6a\x6a\x43\x72\x6a\x3c\xe7\x9d\x12\x69\x65\x7e\ \x3a\xf8\xa3\x87\x94\xa2\xf4\x8c\x04\xb4\x0e\x07\xcc\x6e\xf1\x03\ \x84\xeb\x71\x4c\x14\xd3\x47\xcc\xcc\x63\xa6\x15\x93\x51\xba\x4c\ \x26\xaa\x70\xa0\xa4\x81\xbd\x02\x0c\x44\xab\xa2\x99\x69\xe4\xa4\ \x8c\x38\x26\x1b\xad\x8b\x66\x03\x18\x32\x28\x69\xc4\xcc\x94\x2c\ \x54\x87\x45\x4c\xcc\x12\x65\xa7\xe7\x66\xb0\x33\xd3\xb3\x53\xb2\ \xd2\x93\x72\xf9\x49\xe9\xa2\x92\xfc\xec\xf4\x12\x51\x6e\x7e\x4a\ \x62\x61\xba\x38\x5b\x2e\x95\x5b\x75\x53\x35\x86\x25\xcf\x5f\xff\ \xf2\xb2\xe7\xed\xd7\x4f\x7e\x7f\x2a\x53\x4b\x48\x0a\x99\x90\x94\ \xd3\xf0\x4b\x6e\x36\x0a\x3c\x16\x89\x72\xb3\xf2\x4b\x04\xb9\x02\ \xb0\x5b\xb9\xd9\x22\x41\x4a\x61\x89\xa0\x54\x9e\x9e\x99\x9f\x29\ \x15\x00\xdd\x95\x15\x15\xc9\x05\xe2\x8a\x6c\x79\x3e\xaa\x6d\x00\ \x1e\x54\xd6\xa0\x22\xab\x8a\x92\xca\x32\x9d\x94\x5f\xaa\xac\x2d\ \xab\xad\x11\x8b\x4b\xe5\xa5\xf9\xb9\xf9\x20\xcc\x19\x45\x7c\x7e\ \xae\xa8\xe6\x7f\x72\x66\x8a\xea\x95\x02\x65\xb3\x73\xbe\x7b\x45\ \x39\xf2\xf1\x87\x34\xf5\xd3\x47\x9c\x88\x3d\x4c\x4b\xf8\xd7\x1f\ \xff\xf2\x09\x89\xc5\xc2\x74\x74\x6c\xdf\xdd\x9e\x9c\x9d\x1e\x01\ \xca\x9d\x02\xa4\xef\x82\x74\xbd\xbe\xba\xfb\xc7\xdd\xeb\xd3\xcb\ \xcd\x82\x8d\xf0\x67\xcf\x1a\x52\x49\xc9\x31\x78\x80\xed\xd4\xaa\ \xd9\xf1\x4d\x10\x93\xcd\xed\xbd\xd3\x3d\xb0\x4d\xb7\x97\x27\x27\ \xa7\x77\xaf\xef\xae\x76\x2e\xd1\x72\x1d\x94\xe9\xf0\x8f\xcb\x13\ \x34\x69\x88\x86\xb4\xd0\x4c\xe3\xc9\xe9\xc9\xd9\xd1\x0e\xca\xe4\ \x40\x0e\xeb\x0c\xa5\xd3\x9c\xed\x9c\xa1\x91\xab\xa3\xdd\x1c\x54\ \x44\x3a\x30\x3e\x00\xb0\xb9\xb3\x0b\x0f\x89\x39\xec\x0f\x7c\xbe\ \x0d\x34\xb8\x77\xb6\x03\xbf\x76\xb6\xf7\x66\x1b\xc6\x53\x1f\x77\ \xd7\x2e\xcf\x0f\x5b\xbd\x8b\x0b\xcd\xe0\x69\x9c\x06\xc7\xe2\xd4\ \x8a\x09\xf8\xcf\xe4\x5e\xad\xb1\x1a\x75\x0e\x6b\x6d\x73\x53\x53\ \xad\xb2\xb9\xc2\x62\xaa\xa9\x33\xd5\xd6\x9b\x9a\x94\xda\xa6\xa6\ \x26\x5d\x19\x08\x99\xbc\xce\x64\x35\xda\x4d\xc6\x15\x53\x99\x65\ \x1e\x7e\x4d\xd5\xd7\x9a\x94\x1a\x87\x55\x67\x32\x18\x56\x74\xba\ \x05\xbd\xc3\xbd\xe6\x5c\x5b\x73\xda\xd7\xe7\xe6\x2d\x2b\x26\x83\ \x63\x4d\x3b\x31\x39\xd1\xd3\xd3\xbb\xb4\xe0\x58\x9c\x9c\x6b\x0b\ \x9a\x7b\x96\x7b\xd6\x07\x47\xda\xdb\x46\x7d\x73\x7d\x3d\x8e\x99\ \x91\xb6\x89\x29\xaf\x77\x7a\xd5\x68\x59\x58\x33\x4e\x1a\x4d\xf3\ \x3a\xbd\xc3\x5b\xab\x93\x83\x4e\x59\x9a\x9c\x76\xaf\x43\xaf\xf5\ \xae\x7a\x87\x16\x96\xa6\xd6\x97\xa6\x0c\xf3\x13\x3d\x23\x7d\x36\ \xd7\xf0\xd4\xd0\xb4\xcf\x17\xd8\xb2\xf9\xda\x47\xbb\x06\xdb\x7d\ \x83\x5d\x5d\x83\x5d\x9d\x6d\xb6\x1b\x5b\x6f\x67\xdf\xf4\x54\xdb\ \x16\x0a\x34\x0e\xa0\x66\x11\xbe\xc0\x41\xd0\xd5\x3f\xe8\x0a\xa1\ \x88\x19\xdf\xc1\xbe\xdf\x76\x08\xae\xea\xe6\xf8\xc5\x8b\xf3\x9b\ \x1b\x9b\x67\xeb\xfc\xb9\xcd\x33\x12\xec\xda\x0a\xf8\x43\x81\x97\ \x83\xfb\xd7\xdd\x5b\x07\xc1\xe0\xb9\xe7\xa5\xcd\x75\x1c\x08\x7e\ \xe1\xb3\x1d\xb8\x5c\xcf\x6d\x7e\xdb\xf9\x8d\xcb\x67\xb6\xbd\xd8\ \x3a\xdc\x3f\x7e\x7e\xfc\x45\xf0\xf9\xcb\x6f\xfe\xfa\xf6\xe3\x1f\ \x3f\xfc\xf1\xeb\xa7\x3c\xe1\x53\x05\x89\x23\xe4\x91\x08\x2d\x54\ \xac\x42\xc1\x42\x6b\x88\x51\xb1\x13\x15\xfc\x44\x23\x47\xf8\xe8\ \xf1\x93\x37\x45\x44\x36\xf3\x3e\xaf\x12\x1c\x56\x1e\x1a\xbe\x7d\ \x50\x8e\xb2\x96\xd2\xd8\xd5\xc5\xc4\x84\x04\x72\x1e\x23\xad\x9c\ \x4d\x7e\x90\xe7\x74\xad\x51\x86\x5d\xf9\x8c\xb8\xa2\x9e\x8f\x84\ \x31\x3f\x9f\xff\xe7\xb3\xda\xa4\xe2\xf7\x1e\xfe\x5b\x1a\x39\x3d\ \xab\x76\xa6\x7d\x34\x18\x74\xdd\xbc\xf8\xdb\xb3\xcf\x15\x18\x9a\ \xea\x83\x27\x2d\x6a\x59\xab\xe2\x51\x6b\x0b\x28\xa6\x50\xa6\x00\ \x42\x6b\x51\x49\xc6\x1e\xa3\xfa\xd1\xc6\x96\x46\x0e\x8d\xa5\x00\ \x07\x24\x1b\x03\xce\xe3\x09\x25\x5c\x21\x0b\xcf\x91\x50\xa9\x08\ \xe7\x40\x97\xc0\xf5\x70\xa9\x54\x54\xd0\x0e\x1e\x8c\x0a\x7f\x2c\ \x6c\xc5\x05\xf3\x45\x95\x34\x72\x55\x2c\xb5\x4c\x46\x12\xd2\xf1\ \x34\x90\xaa\x46\xd8\x81\x2e\xa4\x81\xe2\x70\xc0\x31\x72\xe1\xb1\ \x48\x54\x02\x4b\xa5\x68\xe1\x71\x50\xcd\xa9\x1a\xf6\x65\x45\xc5\ \xd0\x54\x42\x3a\x3c\x22\x01\x47\x47\x35\xaa\x5c\x6e\x0c\x9e\x8a\ \x01\xf2\xc4\x01\x79\x82\x55\x22\x90\xb0\x11\x28\x76\x54\x28\x8c\ \x20\x11\x22\xb0\x12\x19\x3d\x02\x47\xc7\xe1\xb1\x31\x55\x7b\x7b\ \x3b\x68\x7a\xe8\xe4\xf6\xea\xa7\xff\xf8\xf3\xbf\xfc\x3f\xa7\xb1\ \x3c\x2e\x0b\x87\xc7\xb1\x24\x24\x3a\x15\xa5\x1e\x46\x60\x51\x58\ \x43\x64\x0c\x06\x4f\xc0\x61\xc2\x48\x61\xa4\x88\xf0\x88\x30\x5c\ \x4c\x4c\x64\x41\x54\x44\x34\x06\x13\x15\x19\x1d\x1b\x1e\x1b\x8e\ \x8d\x0e\x8f\x2f\x88\x8f\x8d\x0e\x8f\x05\xd5\x42\x3d\xbe\x72\xa2\ \xc3\x81\x10\x93\x51\xb7\xaf\xf8\x70\x70\x5c\xa0\x5d\xf1\xf1\x51\ \xc9\x0d\xf8\x77\xc4\x25\xa5\xe2\x24\x36\x33\xaf\x3a\x4e\x9e\x15\ \x47\x4c\xcb\x03\xde\x8b\x4b\x7b\x50\x0d\x48\xc8\x8c\xcb\xa4\xe4\ \x55\x17\x33\xe2\xe2\x50\x96\x3b\x19\x85\x5b\x31\x19\x28\xb9\xaf\ \x98\x41\xa4\xa4\x91\xef\x23\x94\x19\x4c\x32\x99\xc8\x28\x66\x82\ \x35\x4b\x4b\xcb\x20\x27\x51\x8a\x99\x89\x29\x89\x09\xa0\x7a\xe4\ \x94\xac\xdc\xc2\x14\x51\x46\x1c\x25\x23\x3d\x3d\x33\x85\x91\x90\ \x99\x94\x99\x22\xe2\x27\x26\xca\x05\xa0\x63\xf9\xca\x3a\x8b\xbe\ \xd9\x3e\x3f\xb5\xbc\x30\xe2\x7f\xfb\xe6\xf7\xf7\x7f\x78\x3b\xd6\ \xfa\xe3\xc5\xb9\x1a\x1f\x4d\x1f\x63\x71\x81\xbe\x07\x3e\xaf\x24\ \xe7\xe6\x97\x88\xb3\x41\xf0\xd2\x33\x72\x93\xb2\x04\x65\xfc\xa4\ \xc2\xfc\x2c\x91\x20\x23\xb7\x24\x2b\x25\x43\x54\x26\x2f\x15\xf1\ \xa5\x9a\xb2\xd2\xd2\xfc\x7c\xbe\xbc\x54\xa9\x2d\x15\xd4\x15\x09\ \x2a\xea\xe4\x75\x35\xa5\x45\x95\xca\x0a\x53\x4d\x99\xb2\xa8\x54\ \x59\xd7\x2c\x2d\xab\x29\x2a\xab\x29\x91\xcb\x4b\xb2\xc9\xa0\x75\ \x19\xfc\xd2\xfc\x6c\x51\x6e\x86\xa8\xb2\x44\x5a\x2a\x5f\xfd\xec\ \x62\xce\xd9\xfc\xed\xb3\x37\xb2\x88\x1f\x5a\x59\xb4\xa8\xb0\xd6\ \x88\xc7\xaa\x8f\x3f\x14\x72\x23\xf0\x05\x03\x1d\x00\xe8\xa7\x48\ \x6d\x7e\xba\xdd\x01\x75\xb9\x7c\x7d\x77\x89\xe6\x03\x4f\x4e\x77\ \xc7\x37\x53\x63\x9f\x3d\x49\x8d\xc2\xc5\x63\x48\x98\xa8\x54\x30\ \xae\xa9\x03\x9b\x05\xb0\xc7\xc0\xec\xee\xee\x1e\xa0\x20\xe8\x1b\ \x1a\x87\x3f\x3b\xb9\x3c\x05\xa0\xbc\x82\x7d\x41\xb8\x40\xbc\x40\ \xca\xae\xd0\x50\xfe\xe5\x19\x0a\xa4\x39\xbd\x84\x13\xd4\xe9\xc9\ \x1e\x00\xe2\x19\x9a\x38\xdc\xdd\xd8\x40\x85\x0f\x1d\x03\x9b\xb3\ \x0d\xb3\xa8\xad\xc5\xe6\xf6\xf8\xe6\xde\x49\xcb\x7e\x9b\xe9\x87\ \xd9\x93\xbd\xdd\x23\xd4\xd6\x62\x7b\x6f\x6f\xbc\xa1\x8a\x14\x79\ \xfa\x61\xe5\x9a\xd1\x69\xf4\xce\xd9\x97\x57\x0c\x86\x79\xc3\xca\ \xf2\x5a\x45\x99\x41\x6f\x74\xb8\x75\x76\x67\x53\x9d\x49\xa7\xb7\ \x37\x69\x2b\xea\x95\x16\x83\xb2\xb6\x4e\x69\x32\xea\x6a\xeb\x35\ \x35\xba\x7a\x53\x9d\xbe\xae\xbe\xd6\xe1\x6d\x5e\x03\x51\x29\x2b\ \xd2\x37\xd7\x80\x74\x35\xe9\x1d\x00\x91\xf3\x06\x8b\x16\xdc\x51\ \xb3\xd5\xba\xea\x35\x3a\x97\x17\xd7\xdc\x4b\x46\xab\x7b\xc1\xbd\ \xba\xe6\xac\x59\x9a\x1a\x9d\xee\x1c\x5d\xec\x5a\x5b\x1b\x9a\xeb\ \xf2\x9b\x27\x16\xfa\x0d\xfd\x83\xcb\xc3\x6b\x6d\x73\x43\x13\xfa\ \x19\x7b\x5f\xdb\xdc\x82\x73\xd1\xab\x33\xac\xae\xcc\x0f\x7b\x8d\ \x6e\x8b\xd1\x61\xa9\xd1\xd6\xcd\x9b\x9c\x6e\x8d\x45\x67\x5d\xb2\ \x6a\x9c\xab\x8e\xb9\x91\xf6\x99\x95\xb9\xf6\x65\xcb\xf0\x90\x79\ \x64\xb0\x73\xba\xad\x6d\x62\xc2\x1c\xf0\xdb\x82\xa3\x01\x7f\x77\ \x5b\xc0\xec\xe9\x36\x77\xb7\xb5\x79\x6c\x6d\x83\xbe\xe9\x5e\xb3\ \xab\xbb\xcd\xd5\x19\x00\x4f\x65\xf6\xf4\xdb\x7c\xae\x6e\xdf\xbe\ \x39\xd8\x7d\x73\xbe\x7f\xbc\x15\x0a\x1c\x86\xae\x6f\x5e\x5d\x5f\ \x5c\x1c\x82\x6b\xda\x02\x0d\x3b\x0e\xda\xcc\xa3\x81\x8b\x83\xc3\ \x80\x7f\xdf\xb5\x15\xec\x39\xdc\xf2\x3c\x3f\xdc\x7a\xbe\xef\x39\ \xf7\x1f\x7f\x11\x72\xd9\x06\x03\xae\xd1\xad\xc3\x97\xfe\xa0\xcb\ \x77\xf0\xd2\xf7\xf2\xc5\xf5\xd6\xc5\x8b\x17\xdf\xbe\xfa\xe6\xe7\ \x8f\xde\xfe\xf3\xf3\x27\x2d\x8d\xbc\x96\x47\x2a\x94\xf0\x22\x24\ \xd1\x50\xbb\x54\x1c\x89\xc3\x62\xa1\xa0\xcd\x31\x96\xa4\xb1\x45\ \x28\x19\x53\x70\x9f\xe5\x03\x65\x90\x51\x95\x0f\x38\xac\xf2\xb4\ \xe2\xb8\xc4\xf2\x87\xe5\x79\x6c\x46\x5e\x5e\x71\x39\x1c\x19\x79\ \xe5\x7f\x28\xcf\x2b\x7e\xf0\x07\x8a\x6e\x49\x9b\x68\xeb\x2b\x13\ \x3d\xc8\xb8\x09\x71\x9e\x7e\xe6\x7b\xf3\x17\xd7\xbf\x3e\xa8\xae\ \x8e\x4b\x4a\xe1\x67\x96\x9a\xdc\x3d\xed\x43\x9d\x2e\xcf\x9b\x7f\ \x3e\xfb\xbc\x11\x13\xf6\xe8\xcb\x4f\x55\xa8\x8f\xea\x53\xc9\x63\ \x45\xe3\x23\xc9\xe3\x27\x28\x5f\x86\xfb\xa8\x51\xc8\xe3\xa0\xac\ \x08\x16\x15\x35\xb5\x69\x44\xdd\xbf\x78\x5c\x1a\x8f\xca\x42\x4b\ \x0b\xef\xbb\x1f\x72\x09\x2c\x0e\xf2\x30\xa8\x1f\x0e\x8f\xcb\x05\ \x65\xc5\x29\xb8\x2c\x09\x87\x24\x04\x7f\xa3\x96\x28\x58\xe0\xa7\ \x54\xa8\x35\x19\x15\x07\x4e\x0d\xb6\x40\x99\x59\x1c\x34\x02\xc6\ \x41\xa5\xef\x04\x30\x5e\x1c\x78\x26\xb8\x5d\x28\x53\xb1\x48\x11\ \xc2\xb0\x48\x92\x8a\x43\x22\xe1\x69\x24\xd4\x3c\x43\xa6\x40\x4d\ \xeb\x41\x6a\x22\x22\x70\x0a\x70\x4b\x00\x89\x68\xed\x22\x6a\x25\ \xcb\xc1\xcb\x64\x20\x6a\xa4\x08\x1c\x49\x46\x03\x64\xac\x42\x67\ \xd1\xcd\xcd\x5d\xc0\x87\xbb\x7f\xfc\xf9\x7f\xfd\xcb\x69\x8c\xe4\ \x49\x0b\x17\x94\x0e\xd5\x50\x44\x10\x00\x2c\xc3\x58\x34\x24\x55\ \x11\x11\x54\x1c\x21\x02\x1f\x86\xfa\x12\x83\x60\x45\x46\x27\xc7\ \x86\x25\x87\x45\x01\xf9\x45\x45\x35\x24\x47\x45\x45\x85\x83\x6e\ \x61\xc2\xe3\xc3\xe3\x63\x52\xe3\xa3\xa2\x0b\x50\x8b\xc2\xa8\x02\ \xc0\x40\xd0\xb1\x1c\x94\xe3\x30\x10\x8e\x46\xde\x63\xdf\x11\x64\ \xf1\xf9\x64\x06\x3a\x79\xf0\xf9\x99\x94\xb4\x34\x26\x70\x60\x75\ \x39\x93\xcc\xc8\x2b\x66\x24\xc6\xa1\x75\x85\xc4\x34\x06\xca\xc4\ \x62\x53\x50\x50\x72\x5c\x79\x1a\x9b\xc8\x04\xc1\x62\xa6\x95\x33\ \x51\xf1\x3b\x93\x8d\xf6\x26\xc2\xf6\x6c\x32\x33\x31\x81\xc1\x84\ \x77\x95\x48\x8e\x8b\x4b\xcc\x4c\x04\xa1\xca\x48\x4a\xa0\xa4\x27\ \x65\xc5\x31\x8b\xe3\xb2\x12\x13\xd3\x4b\xa5\x89\x22\x69\x49\x49\ \xa5\xa9\x42\x2e\xaf\xd3\x1a\x9c\xee\xb6\xb6\xe0\xf9\xef\x1f\x7f\ \xfc\xec\x87\x4f\x7e\xfc\xed\x2f\x0b\xc6\xce\x5f\xbf\x8c\xcd\x11\ \xd2\xb8\x11\x61\xe1\x1b\xb3\xb4\x91\x74\x72\x6e\x49\x6e\x6e\x46\ \x61\x46\xb6\x80\x5f\x98\x59\x98\x9d\x25\xe2\x67\x8b\xca\x32\x0b\ \xe5\xe2\xc2\x2c\x7e\x85\x54\x24\x10\x57\x56\x54\x6a\xc4\x52\x69\ \x46\xbe\x16\xd0\xb6\x49\xab\xad\xad\x90\x96\xd5\xd6\x8a\xa4\xa5\ \xf5\xd2\x5c\x81\x52\xab\x94\xd7\x88\x6a\x34\x75\x25\x25\x45\x15\ \xd2\xda\x5c\x51\x61\x4a\x7a\x45\x59\x12\x31\xab\x50\x5a\x97\x59\ \x24\xad\xac\x90\xd7\x35\xbb\xcd\xed\xdd\x2b\xab\xa1\x1f\xb6\x3e\ \x89\xfc\xa1\x11\xb0\x7b\x00\x27\xc4\x71\x3e\xfc\x45\xfd\x94\x84\ \x4b\x6d\x88\xca\x41\x82\x73\x72\x72\x74\x79\x77\x7b\x79\xb6\x77\ \x72\x79\x77\x84\xd2\xfa\x76\x4f\xf7\x1a\x76\x72\x22\xd5\xb8\x0e\ \x4c\x44\x2c\x30\xf9\x7d\x82\x3e\xaa\x27\x89\x6f\xa8\x42\x3d\xa0\ \x37\x8f\x8e\x8e\x60\xb3\xb3\x4b\xb0\x53\x97\x27\x68\xac\xfd\xf5\ \xfd\x64\xe1\xd5\x4f\xb7\x60\xb8\xce\xc0\xa0\xdd\xbb\x2e\xb0\x5a\ \x27\x57\x67\x47\x9b\x9b\x67\x9b\x9b\xa7\x57\xb7\x68\xd8\x72\x67\ \xef\x0c\x55\x89\x6e\xa7\xee\x9e\x6c\x26\xa3\x26\xd2\x1b\xb3\xa0\ \x5b\xbb\xa7\x2a\xff\x68\x45\x30\xfa\x08\x54\xf3\x64\xf7\x0c\xd8\ \x11\x54\xb1\x23\xb6\x63\xe7\xff\x98\xec\xcb\x53\xf3\x93\x0b\x6b\ \xd6\xd5\x95\x05\x93\x7b\x66\x4d\x2b\xaf\xb1\x36\xcf\x5b\xf4\xeb\ \xeb\xf5\x00\x7c\xf3\xee\xba\x0a\xad\xb5\xae\xae\xc2\xb4\xa4\x43\ \xed\x0e\x9b\x8c\xba\xba\xe6\x7a\xab\x41\xab\xd1\x18\xed\x5a\x9d\ \x53\x53\xa7\xab\xd1\x68\x9a\x0c\x96\x26\x9d\xd7\x5e\x6f\xd2\x69\ \x9c\x0e\x7b\x33\x08\x5d\x53\x9d\xc3\x68\xb1\x5a\x16\x87\xbc\x06\ \xef\xf2\xbc\xc3\x5d\xe7\x9c\xb1\xd6\x1a\x7a\x47\xdb\xdb\xba\xbd\ \x83\xcb\x93\x5d\x43\x5d\x43\xfb\xd3\xee\x75\xe7\x50\xef\x44\x7f\ \xbb\x6b\x7d\x68\xd1\xde\x37\x3c\xd7\xbb\xb4\x38\xbf\xbe\x6a\xb1\ \xbb\x1d\xf3\x8e\x7a\xc7\xa2\xc1\xe0\x70\xe8\x6b\xb5\x33\x06\x30\ \x6a\x0e\xe7\x8a\x43\xbf\x60\x5d\x75\x4e\xb5\x75\xf6\xce\xcc\xf4\ \x4d\x2e\x77\x0e\xf5\x4c\xb7\xcd\x0d\xbb\x3a\xe7\xba\x3c\xc1\xb6\ \xe0\x61\xf7\x68\xe7\x56\x57\xbf\xa7\x6b\xd2\x15\x6c\x3b\xe8\xee\ \x9d\x0e\x6c\x0d\xf5\xbb\x0e\xba\xcd\x7e\x73\x20\xe4\x09\xf8\x5d\ \x1e\x5b\x60\xb4\xcb\xd7\xe5\xf3\xfb\x3d\xa3\xd7\xaf\xb6\x46\x07\ \x9f\x1f\xbe\xb8\xf9\xec\xe6\xb3\xeb\x8b\xe0\x45\x00\xc8\xd1\xf5\ \xe2\xc2\x7f\x1c\xec\xba\x38\xf6\xd9\x0e\x8f\xbb\xcc\x37\xed\x2f\ \x42\x6d\xfb\xcf\xcf\x0f\x07\x0f\x3f\x0b\xf9\x0f\xae\x0f\x0f\x7d\ \x3d\x07\xc1\x50\x68\x74\xff\xf8\xf0\xc0\xbc\xef\x7f\xf1\xeb\xf1\ \xf3\x17\xaf\xae\x7f\xfe\xf9\xbb\x9f\x9f\xfd\xe9\x87\xcf\x3f\xf8\ \xa4\xa5\xb5\x91\x4b\x1f\x53\x71\x49\x24\x34\x90\x4c\xa7\x45\xc0\ \xc1\xca\x63\x01\x68\x35\x4a\x24\x12\x45\xa3\x44\x35\xa6\xf8\x3d\ \xa3\x3c\x2f\x2d\x33\x11\xa8\x30\x8d\x11\xc7\x2e\xcf\x63\x24\x02\ \x21\x16\x3f\xc8\xa3\x3c\x78\xb7\x9c\x0d\xf6\xea\x41\x71\x75\x71\ \xf5\xbb\x6c\x72\x4a\x7a\x62\xcd\x88\x76\xa6\x8e\x58\x7e\xf1\xe6\ \x77\x8f\xb7\xe7\x8f\x75\xe7\xde\xf2\xbc\x87\xb0\x71\x62\x96\x40\ \x59\xbf\xb6\x34\xe2\x1b\xf5\x5c\x7c\xf3\xa7\xaf\x5b\x65\x34\x7c\ \x63\xa3\xea\xc9\xa3\x47\x8f\x3f\x68\x6c\x69\x01\x91\x68\x1c\x83\ \xe7\x1a\x53\xc8\xc6\x64\x12\x75\x0b\x5a\x91\xa3\x90\x71\x48\x5c\ \x05\x87\x8a\xaa\x3b\x41\xa3\x58\xa0\x30\x08\xc9\x58\x42\x19\x09\ \x87\xa7\xf3\x30\x00\xb1\x34\x02\xca\x10\x25\x51\x69\x1c\x3a\x81\ \xc7\x25\xd0\xd4\x24\xd0\x2a\x05\x35\x42\x2d\xa3\x71\xe9\x0a\x16\ \xc8\x54\xe3\x18\x08\x9f\x82\x86\xa3\xd2\x00\x08\x69\xc0\x8b\x0a\ \xa4\x62\xc0\xbe\x32\x8e\x42\x46\x27\xd1\x5a\xb9\x34\x3c\x0b\x87\ \x05\x41\x44\x15\xf1\x5c\x2e\x0b\xcb\x6b\xe5\x71\x38\xf4\xa8\x68\ \x30\x59\x20\x6d\x38\x02\xf0\x23\x4d\xc6\xc2\x2b\x50\x8b\x56\x2a\ \x8a\xd0\x22\xd1\x14\x18\x92\xaa\x55\x41\x08\x8f\xaa\xda\xdc\x46\ \xa7\xda\xdd\xa3\xdd\xab\xab\x93\xd7\xff\xf7\xff\x3b\x8b\xe1\x35\ \x0a\x51\x4f\x0c\x70\x87\x68\x65\x22\x01\xad\x5c\x24\x90\xc0\x64\ \x45\xd0\xf1\x78\x4c\x0c\x1e\x17\x19\x13\x11\x1e\x1e\x16\x95\x1a\ \x1e\x11\x99\x1c\x13\x15\x15\x1b\x1b\x8f\x7a\xeb\xc5\xc7\x46\x46\ \x45\x87\x87\x45\xa7\xa2\xa6\x39\xa9\xe1\xa9\x39\xf1\x91\xf1\x39\ \xe0\xba\x0a\xc2\xc1\x0d\x74\xa4\x46\xdd\x27\xfa\x35\x0c\xe4\x24\ \xbf\x03\x98\x56\x18\x97\x07\xda\xc3\x48\x2f\xe2\x27\x56\x17\xa7\ \x91\xe1\x32\x9b\x49\x26\x16\xe7\x11\xe3\xd8\x69\x94\xbc\xbc\x38\ \x46\x02\x13\x38\x11\x1c\x57\x02\x90\x60\x31\x11\xf4\xa9\x3c\x0d\ \x68\xb0\x38\x0d\xa4\x8c\x41\x49\x60\xa4\xc5\xa5\xc1\xc5\x34\x0a\ \x99\x49\x49\x8c\x23\x16\x53\xe0\xc6\xa4\x94\xc4\x44\x62\x46\x3a\ \x91\x9c\x90\x90\x92\x99\x90\x42\x66\x16\x83\x10\x52\xb2\xc4\x85\ \xd9\xa5\x65\x62\x65\x45\x69\x76\xa1\x48\x63\xf2\xbc\xb8\xf8\xdb\ \x9b\x37\x1f\xfd\xf2\xe1\x87\xbf\x7c\xf9\xf7\x0f\x1e\xb3\x7e\xef\ \xee\xfb\xec\xf0\xf0\x83\x70\x0c\x2f\x2a\xaa\x6a\x60\xf7\x6c\xfc\ \x0d\x3f\x45\x9a\xc5\xcf\x28\xcc\x14\xa4\xa3\x76\xad\x29\xf9\x85\ \x59\x49\xfc\xb2\x8c\xec\x7c\xb9\x88\xcf\x17\x8b\x45\x25\xa2\x92\ \x92\xfc\xd2\x8a\x52\xb9\xb2\x4e\x2e\xad\x50\x6a\x75\xb5\xca\x5c\ \x65\x51\x59\x61\x99\x52\x2c\x2f\xab\x90\xca\x4b\xa5\x4a\x60\x46\ \x25\x6c\x59\x98\x2e\x2d\x85\x7f\xb9\xe9\xe2\x12\x7e\xb6\x20\x3d\ \xab\x54\x5c\xa4\xac\xa8\xab\xd0\x78\xb7\x26\x17\xba\xcc\x86\xc5\ \x67\xbd\x92\x64\xaa\x30\x2c\x2c\x66\xa0\x80\x84\x55\x7c\xca\x8b\ \xa2\x47\x85\x77\x54\xa5\x86\x8f\x1f\x81\xe4\xec\xa2\x8a\x04\xb4\ \x0e\xf0\x04\xd0\x10\xcd\xf0\x9d\x80\x31\x1a\x20\x91\x0a\x06\x62\ \xb1\xf1\xa4\x30\x54\x4a\x72\x3f\x1b\x1b\x1f\x5f\x35\x50\x50\x55\ \xd0\x30\xbe\xb1\xbd\xf7\x3f\x85\x56\x7b\xa7\xb7\xaf\xd1\x5c\x21\ \x2a\x52\xb9\xbb\xbd\xbb\x42\x43\x61\x68\xce\x11\x4d\x1b\x5e\x5d\ \xe6\x44\x8f\x9f\x5d\x1e\xed\x0c\x1c\x5d\x6e\xee\x5c\x5d\x1d\x81\ \xb4\xed\x9c\x9d\x5c\xa1\xd6\x14\x9b\x03\x47\x47\x03\xa9\x68\x29\ \x23\xca\x85\xdf\xdd\xb9\x8c\x7f\xfc\xd7\xa2\xa5\xaf\x37\x4f\x01\ \x1d\xf7\x36\xef\x3d\xf8\xf6\x78\x47\xf2\x0e\x61\xc2\xba\xb0\x38\ \xe7\x58\x5a\xb5\x18\x8d\x16\x67\xef\xbc\xb2\x69\xc5\x61\x6a\xb6\ \xeb\x27\x1c\x3a\x8b\xd1\xb2\xa2\xab\x69\x6a\x6e\x2a\x05\x97\xd9\ \x54\xd7\x6c\xaa\x2d\xab\xd7\x6b\x9a\xf5\x16\xbd\xde\x62\xaa\xd7\ \x6a\x9a\x4c\x16\xaf\x51\xab\xab\x5f\x5d\x75\x58\xed\xf3\x5e\x83\ \xa1\xa9\x49\xa3\x73\xb8\x2d\xf5\x3a\xab\x5d\xd7\x6c\x5c\x70\xae\ \xac\xcf\x59\x35\x8b\x7d\x53\x0e\xaf\xdd\xed\x36\xea\x86\x7b\xfd\ \xe7\xfd\x33\x6b\x13\xf6\x61\xf3\x48\x6f\x9b\xaf\x6f\x66\xd9\xdd\ \x3d\xd3\xe9\x71\x1d\x8c\xcc\xb8\x57\x7b\xba\x87\xe6\xe6\xd6\xdc\ \x8b\xf5\xf5\x4e\xbb\x73\x69\x55\x6f\x5c\xb4\x68\x4d\x4e\x6d\xbd\ \x7e\x05\xbe\xe7\xbd\xf3\xab\x26\x8b\x73\x66\x71\xa9\x6f\x62\x71\ \x78\xd5\xdb\x3e\xb2\xdc\x3b\xd9\xd7\xd5\xd3\x3b\xb5\x3c\x34\x34\ \xe8\xdf\xef\xdc\x0f\x9a\x03\xbe\xd1\x6e\x4f\x9f\xa7\xcd\xe7\x19\ \x35\x0f\xf5\x75\xfa\xa6\xfb\xda\xfd\x07\x6d\x7d\x6d\x2e\x4f\xd0\ \xb5\xe5\xea\x35\xfb\xba\x5d\xdd\x9e\x2e\x9b\xa7\x2d\x18\x00\x77\ \x04\x0c\xb8\xff\xc5\xcd\x2b\xff\xc5\xe1\xfe\xe1\x57\xc1\xc0\xf9\ \xbe\xb9\xdf\xf3\xe2\xf9\x45\x5b\xe8\xc5\xb5\x3f\x68\x6b\x43\x1d\ \x27\x0e\xb7\x3e\x3b\x0f\x1c\x87\x5e\x7c\x16\x3a\x34\x0f\x06\xf6\ \x6d\xae\x60\xc0\x36\xb8\xb5\xdf\x79\x3e\x78\x11\xe8\x02\xa0\x3c\ \xf8\xfe\x8b\x17\x7f\xfb\xe3\x87\xbf\x3d\xfb\xfa\xfd\xb1\x0f\xc6\ \xb8\xad\x8f\x14\x24\xd4\x35\x21\x82\x40\xc0\x60\x48\x2c\x02\x0a\ \x68\x50\x91\x08\x04\xa1\xaa\x51\x21\x01\xfd\x50\xcb\x7a\xb3\xc8\ \x6c\x4a\x12\x13\xd5\x1b\xc2\xf1\x50\x9d\x87\xa6\xa3\xf2\x1e\x16\ \x33\x29\x69\xe5\xc5\x80\x87\x6c\x06\x31\xad\xfc\x41\x31\x33\x2f\ \x8e\x92\x20\xcd\x2f\xb3\x35\x27\xfd\xa1\xbf\x65\x72\xc6\x7e\xf8\ \x6a\xf9\xaf\x1f\x67\x15\xc3\x39\x3f\x8f\x9c\x94\x95\xcf\xaf\xd5\ \xba\x7b\x7d\x9e\xad\x6f\xbf\x7d\xfb\xe9\xd3\xa7\xac\x08\x9a\xba\ \xb1\xb1\xf5\x93\x4f\x5b\x1f\x8d\xa9\x54\xbc\x31\x19\x4b\xd6\x08\ \x9a\xf5\xb8\x55\xc5\x53\xa0\x71\x75\xb5\x84\x4b\x55\xcb\x58\x74\ \x16\x40\x2a\x07\x4b\x63\xb1\x14\x42\x05\x4d\xc2\x21\xb0\xe8\x24\ \x02\x96\x4a\xc5\xa0\xa4\x05\x16\x87\xd5\xc8\x85\x1d\x79\x31\x24\ \xae\x8c\xc6\x51\x08\x49\x74\x1a\x98\x26\xa1\x90\xcb\xe2\xa9\x55\ \x1c\x9e\x90\xc3\xb9\xaf\xbd\x8a\xe0\xd2\x58\xad\x3c\x89\x5a\x48\ \x22\x48\x78\x6a\x14\x13\xaf\x60\x29\x54\x3c\x1e\x4f\x21\x03\xd7\ \x46\x00\x71\x92\xdd\xe7\x63\xc9\xc0\xb8\xf1\xc0\xcb\xe1\x50\x98\ \x15\xc8\xa3\x8a\x4b\xe7\x81\xf7\x62\x71\x25\x1c\x09\x81\x44\xe2\ \xc2\xcb\x14\x46\xe2\xf0\x08\xa4\x16\x19\x07\x0b\x1f\x7b\xf8\x78\ \xc2\x47\x74\x73\x73\xe7\xe4\xf4\xe8\xee\xbf\xae\x0a\x62\x38\x34\ \x0e\x87\xc5\xc1\xe3\x51\xcb\x44\x7a\x04\x16\x47\x23\xd0\xee\xfb\ \xe7\xe0\x22\x30\xd8\x18\x5c\x44\x44\x0c\x26\x22\x32\x2c\x3c\x32\ \x0a\xd5\xb8\x83\x4a\xc5\xc3\x6f\xa0\xbf\xf8\x54\xd0\xac\x18\x4c\ \x64\x38\x5c\x89\x4d\x0e\xcf\x49\x45\xfd\x54\x23\x63\xe3\x73\x52\ \xab\x0a\x0a\x1a\x62\xa3\xd1\x92\x9d\xd4\xaa\xd9\x86\xd8\x77\x0a\ \xb3\x73\xc5\xc4\x3c\x66\xda\x03\x72\xa1\x98\x9f\x48\x86\x17\x9e\ \x41\x26\xb3\xab\xf3\x88\xe0\x9e\x18\x89\x68\x3e\x84\x91\x97\x46\ \x24\xa2\x26\x3a\xec\x38\xa0\x45\x00\xc1\x38\xe6\xc3\x72\x22\xa5\ \x3a\x0f\x74\x88\x41\xc9\x63\xa4\x90\x13\xca\x99\x8c\x3c\x72\x42\ \x5e\x1e\x6a\xc5\x5a\xce\x20\x27\x92\x13\x33\x93\xc8\xcc\x42\x3e\ \x23\x21\x2b\x0e\xf8\x3e\x2b\x25\x3d\x93\x98\x49\x66\x66\xcb\xb3\ \x0b\xb3\x0b\x33\xf8\xf9\x45\x85\xf2\x4a\xa5\xee\xfc\xed\x9b\x8f\ \x3e\xfa\xed\xfd\xdf\xde\xfe\xfe\xcb\x0f\x32\xce\xe7\xb8\x30\xda\ \x5f\x9e\x7c\xeb\xee\xa6\x0e\xc4\xe4\x44\x0d\x84\x47\x6d\xdf\x9d\ \xd0\x66\x0a\xe3\xb2\xd2\xb3\x92\x44\x59\xfc\x14\x80\x42\x71\x7e\ \x66\x46\x2e\x3c\x42\x21\xbf\xb0\xa8\x28\x1f\x35\x9b\x17\x28\xf9\ \x45\xe2\x2c\x8d\x41\x5f\x2a\x45\x9d\x71\x2a\xb5\xcd\xf5\xc8\x63\ \x69\x6b\x94\x95\xb9\x22\xb9\xa6\x09\x20\xb1\x54\x5c\x59\x94\xcb\ \xaf\xa8\x14\x89\x8a\xea\x4b\xd0\xf2\xc2\x8c\xa2\xfc\x74\x51\x0d\ \x08\x99\x43\x5b\xab\x3d\xfc\xe5\xcd\x17\x17\xf3\xdd\x9f\xfe\x12\ \x51\x40\x8d\x86\x57\x75\x20\x9e\x13\xc6\x79\x04\xef\x55\xcc\xe6\ \x46\x78\x41\xc7\xc0\x40\xd5\xde\xc9\x2e\x50\xe1\xc9\x1e\x68\x15\ \x5c\x3a\xdb\x41\xe9\xa2\x7b\x47\x9b\x03\x24\x7c\x55\x6a\x32\x3e\ \x2a\x02\x8f\x8b\x4a\x6d\x48\x06\xdb\x5a\x90\x9c\x5a\x95\x9a\x0a\ \xf8\x3d\x9e\x93\xd3\xb0\x71\x04\x3e\x68\x1b\xc5\xce\xa0\xfd\x00\ \x04\x5f\xbf\x06\x95\x82\xef\xd7\x68\xd1\xe1\x29\x90\xe5\x65\x47\ \xf2\xd1\xd9\x26\x2a\xa4\xaf\x3a\x3d\xe9\x38\x3a\x83\xed\xf6\x36\ \x8f\xe0\x89\x76\x4f\x8f\x2e\x77\x3a\x40\xaf\xef\x3b\x5c\xa0\x82\ \xd1\x23\xb8\xaf\xe0\xc9\x9c\xfd\x59\xf4\x25\x00\xe3\x2c\x1a\xb3\ \xdf\xd9\xdc\x9d\xad\x2a\xd8\xdb\xfe\x4c\x39\x34\x67\xd1\x7b\x57\ \x2d\x7a\xfb\xfc\x8c\xbb\x6e\x7e\xde\xae\xd7\xea\xad\xab\x7a\xd3\ \x2a\xdc\x60\xac\x33\x9a\xb4\x95\x4d\x65\xb5\x9a\x26\x77\xad\xb4\ \xb4\xb4\xae\x49\xae\x37\x18\xc0\x73\x19\xeb\x35\xfa\x5a\x8b\xc9\ \x64\xd1\x49\x1d\x16\x43\xf3\xca\x8c\xd1\xa4\xab\x71\xcf\x68\x9b\ \x35\x0e\x87\x7d\xd5\x68\xb1\xaf\xba\xbd\xab\x4b\x8b\x4b\xee\x89\ \xa5\x25\xe7\xfa\xd4\xca\xfa\x8a\x73\x19\x24\xc4\xd7\xe6\x1d\xf6\ \xf6\xb6\xf7\xf4\x9b\x7b\xa6\x86\xfb\x1d\x3d\x6b\x73\xfd\x9d\x23\ \xab\x43\xab\x8b\x73\x93\xae\x89\xde\xd5\xd5\xb5\x26\x4b\x9f\xd3\ \xe2\x5e\x35\x19\xe6\xec\x26\xe3\xaa\xc1\xa8\xb5\xd6\x9a\xd6\xd7\ \x97\xe7\x0d\x6b\xf3\xcb\xf3\x53\xeb\xd3\x23\xc3\xd3\xde\xe5\xd1\ \xe9\xb5\x99\xf6\xee\xce\xc1\xfd\xb5\xa1\xe1\x39\x9f\x6d\xb0\xcd\ \x65\x33\x77\x76\xda\xba\x7c\x83\xae\xc1\x6e\xdb\xdc\xb2\xaf\x6b\ \xba\x17\x9e\xcc\xd5\x3e\x68\xee\xe9\xf2\x8f\x9a\x8f\xf7\xcd\x07\ \xfe\x2d\x8f\xc7\xef\x3b\xde\xf2\x1f\x9c\xbf\x3c\x38\x0e\x1d\x5c\ \x04\xaf\xbf\xf8\x62\x3f\x08\x58\xf8\xd2\x15\x08\x7a\x5c\x68\xf0\ \xea\x38\x70\x11\xd8\x3a\xf0\x7b\x06\x83\xe6\xce\xc3\xe7\xdf\x7e\ \x16\xdc\xb2\x5d\xef\x07\xfc\x5f\x7c\x71\x71\x7c\x7c\xf3\x7c\x6b\ \xff\xfa\x85\xad\xf3\x66\x1f\x6e\xf6\x9c\xdb\x8e\x2f\x5e\x7d\xff\ \xed\xef\x1f\xff\xfc\xc3\xe3\x47\x1f\x3c\x7a\xac\x6e\x91\x70\xc1\ \x2f\xd0\xc1\xa2\xa0\xac\x4c\x3a\x16\xec\x08\x80\x12\x81\x4a\x12\ \x4a\x14\x8f\x1b\x65\x8a\x56\xda\x93\x12\x0a\x48\x51\x1c\x85\x99\ \xc9\x60\x16\xe7\xc1\xa7\x3e\x8f\xc1\x48\x2b\x47\xb1\x4b\x6c\x22\ \x60\x61\x79\x1a\x13\xf5\x3d\x28\x7f\xc0\x26\xc7\x51\x18\x71\x86\ \x7e\x9d\x94\x31\xf7\x9f\xfd\x95\x01\xd9\xa7\x6f\x3f\x0e\x99\xd8\ \x70\x7c\x3d\x60\x24\x65\x64\x24\x89\xb5\x96\x89\x29\x57\xe0\xc5\ \x37\xbf\xff\xf0\xcb\x07\x8f\x65\x18\x9e\x5a\xf8\x48\x36\x36\xa6\ \x52\x8f\xa9\xd5\xaa\xb1\xc6\xd6\xc7\x6a\x94\xa7\x2c\x03\x99\x10\ \x4a\xd0\xb2\x1b\x8e\xfa\xbe\x3c\x41\xd5\xc8\xa1\xf3\x64\x28\xfe\ \x8a\xce\x42\x3d\x74\x70\x11\x31\x54\x1c\x1a\xa1\xa2\x72\x79\x99\ \x5f\xed\x98\x00\x00\x20\x00\x49\x44\x41\x54\xe0\x66\x40\xb8\xc2\ \x30\x2c\x19\x8b\x06\x28\xc9\x92\xc8\x58\x04\xaa\x42\x85\x8a\x4e\ \x51\x73\x31\x12\x8d\xcb\x95\xa8\xa8\xa0\x62\x38\x2e\x4f\x22\x41\ \x0f\x41\xe2\x49\x48\x2c\x1a\x4e\xd1\xd8\xd8\xc8\x91\x3d\x06\x8d\ \x23\xd0\x31\x51\x2c\xd8\x93\xc6\xe3\xc0\x63\xc2\xf3\xb5\x80\xb1\ \x42\xf5\xea\x38\x9e\x4c\x42\x27\x60\x09\xa0\xe0\x24\x89\x82\xc0\ \x92\xd1\x71\x2c\x1e\x09\xcf\x91\xd0\x80\x07\x63\xf0\xd8\xe8\xaa\ \x6d\x34\xb8\xba\xb1\x8d\xb2\x72\x4f\xfe\xf1\xd3\x59\x6a\x98\x42\ \xd1\xa8\x62\xf1\xd0\xf8\x9f\x84\x05\x38\x09\xf0\x48\x23\x60\x71\ \x60\x5d\xc3\x08\xd8\x30\x1c\x26\x8a\x14\x81\x8f\x8c\x49\xc5\x60\ \xc2\x93\xa3\xa3\xc3\x63\x62\x70\x20\x4f\xb1\xc9\x91\xb1\xc9\xe0\ \xb4\x92\x73\xee\x45\x2c\x19\xcd\x17\x86\xc7\x16\xc4\x47\x86\x03\ \x03\x16\xc4\x47\xc7\x03\xbd\xe4\xc4\x16\x20\x33\x10\xff\x4e\x5c\ \x96\x48\x9a\x92\x06\x7a\x44\x4c\x4a\xe7\x27\xb2\x89\x6c\x76\x39\ \x33\x81\x9d\x56\x1e\x97\x00\xb6\x2b\x2e\x8e\xcc\x06\x44\x2c\x4e\ \x43\xa6\x0b\x29\x18\x6a\xf2\x85\x30\x1e\x76\x88\x4b\x48\x24\xe6\ \x51\x60\x9b\xa4\xb8\xb4\x62\x80\x40\x66\x22\x11\x20\x3f\x05\x75\ \x02\x43\xeb\x70\x12\x52\x12\x0a\xb3\xd8\xec\xc4\x44\x4a\x76\x76\ \x02\x39\x33\x89\x9d\x9e\x9d\x92\x54\x58\x54\x29\x97\x96\x69\xb4\ \xf6\xf9\xca\x7a\xb7\x75\xeb\x07\xd5\x27\xbf\x3c\x6e\xfc\xf4\xb7\ \xcf\xc7\xb8\x9f\xff\xf2\xd1\xaf\xbf\x3d\x7d\xf3\xf8\x93\x47\xdf\ \xff\x69\x3c\xa7\x21\xf9\x28\xb2\x05\xb7\x7d\xb2\x53\xf5\x74\x26\ \x83\x91\x99\x95\x95\x9e\xc1\xcf\x4a\xc9\x4c\x2f\x2c\x11\xa5\x64\ \x16\xe5\x16\x0a\x0a\xc5\x25\x65\x25\x25\xd9\x45\xc0\x3b\xd9\xf9\ \x62\x8d\xa6\xbe\xac\xa2\x46\xa4\xac\x15\xd7\x2b\x2b\x6b\x4a\x2a\ \x2b\x6b\x6b\x6a\x95\xfc\xd2\xb2\xb2\xfa\x5a\x65\x6d\xa5\x54\x5c\ \x94\x0d\x2a\xa6\x2c\xc9\x95\x8b\xc0\x94\x95\xa2\xd6\xd2\x15\x72\ \x65\x85\xdc\x58\x23\x56\x7a\x1f\xbd\x9d\xec\xf6\xbf\xfc\x3a\x26\ \x1e\x4b\x8a\x2c\x68\x28\xe8\xd8\xc4\x2b\x24\x61\x31\x31\x12\xc2\ \x6c\x0e\x26\x26\xb9\x6a\xa0\x6a\x76\x67\x6f\x67\xfb\xec\x6a\xe3\ \x0a\x30\xfd\xbe\xac\x77\x7b\x07\xd5\x4d\x55\x25\xc7\x24\xc7\x62\ \xe0\x2d\x89\x89\x28\xa8\x42\x05\x6e\xf1\xf0\x7a\x86\x47\xc6\x57\ \x35\x00\x17\xe6\x14\x0c\x6c\xa3\xee\x5f\x28\xd4\x7d\x7b\x07\xc8\ \xef\x74\xf7\xf4\xf5\xe5\xe5\x3f\x5e\x9f\x9e\xbd\x3e\x39\xbd\xbb\ \x3c\x01\xba\xdc\x9b\xbd\x04\x2a\xdc\x3b\x39\x3b\xed\xd8\xb9\x83\ \x77\xfb\xec\x72\x33\x76\x17\x2c\xd6\xce\xc6\xd5\xe5\xce\xd5\xf6\ \xce\xd5\x5e\xc7\xce\xd9\x11\x2a\xc0\x02\xb3\xb6\x39\x7b\xf4\xf4\ \xcd\x81\xe6\x2f\xe3\xa8\xf4\xfe\x7e\xbd\x29\xdc\xb5\xb7\x91\xbc\ \x79\xf2\x83\x63\x61\x65\xc9\x6d\x01\x1e\xf4\x2e\xac\x54\xac\x38\ \xec\xf6\x85\xa6\xda\x35\xa3\x76\x65\xcd\x0e\x6e\xc9\x54\x57\xaf\ \xd4\xd4\xd6\xd5\x35\xe9\x4c\xba\x7a\x69\x8d\xae\xbe\x59\x6f\xb4\ \x1b\x34\x95\xca\x7a\x87\xd1\xe0\x30\x5a\x95\x35\x7a\x87\xdb\xe4\ \x74\x1a\x2c\x56\xfd\xaa\xd3\xd1\x6c\xb4\x37\xaf\x68\x6b\x0d\x96\ \x79\x43\x93\x65\x7e\x6a\xa5\xc9\xbe\xb2\xee\x5e\x72\x1b\x9c\x7a\ \xfb\x64\x57\x4f\x97\x6f\x6e\x7d\x72\xa5\xc7\xdf\x19\x08\x8c\xce\ \xd9\x67\x1c\x6d\xd3\x3d\xfd\xcb\xc3\x13\xed\xed\xc6\x61\xf3\x34\ \xca\xf4\x6b\xf7\x2e\x38\x1d\x6e\x87\xd3\xbb\xba\x58\xaf\x35\x3a\ \xbc\x86\xfa\xd5\x7a\xcb\xda\xf2\xc4\x82\x73\xd5\xbd\xea\x9c\x9f\ \xe8\xe9\xe9\xec\xf1\xba\xfb\xfa\xe7\x87\x06\x27\xa6\xfa\x03\xf3\ \x6d\xfd\x0b\x13\x43\x41\xff\x7d\x40\xdf\xa0\xbf\xcb\xd6\xd9\x7f\ \x18\x68\x6b\x1f\xb4\xb9\xda\x46\xbb\x3a\x03\x83\xe6\x41\x1b\x5a\ \xfd\xbc\xb5\x65\x1b\x3c\x3f\xf6\x8f\xba\x6c\xe7\xa1\x90\xaf\xcd\ \xff\xfc\x0b\x9f\xeb\x06\x94\xe7\xfa\xab\x63\x9f\xff\xfc\xc0\x76\ \xb0\x3f\x18\xf4\xbb\x6e\x80\x1d\xcf\x03\x3e\x9f\xff\x10\x14\x69\ \xf4\xe2\xd5\xcd\xf9\xd6\xf9\xa1\x6d\x7f\x7f\xff\x9b\x97\xcf\xcf\ \xbb\xfc\x37\xa1\xc3\x83\x83\xe0\x56\xe8\xf9\xfe\x8b\x73\xff\x81\ \xe7\xab\x6f\x3f\xfb\xf5\xcd\x3f\xff\xfe\xdb\x0f\x9f\xff\xf8\x54\ \x31\xc6\x93\xf0\x14\x12\x0e\x0b\x47\x63\xe1\xa8\x24\x42\x44\x18\ \x16\x55\x32\x81\xb1\x91\xa9\x55\x32\xde\x18\x6a\x1c\x21\x6c\x63\ \xc6\x51\xc8\x70\x82\x06\x9a\x60\x17\x3f\x20\x56\xa7\xa1\x6c\x00\ \x0a\x1c\x22\xa8\xb6\xe1\x41\x39\xb3\x9a\x52\x5e\x0c\x8a\x05\xc7\ \xc9\xc3\xea\x3f\xe4\x4f\xc8\x17\xc5\xf9\xee\x5a\x9b\xfb\x47\x9c\ \x82\xca\x15\x9b\xc4\xe5\xcc\x87\xef\xa6\x81\xc5\x4a\xc9\x2d\x2d\ \x6d\x76\x8e\x04\xbf\xff\xf9\x3f\xdf\xfe\xfa\xfb\x07\x7f\x97\xc5\ \xc8\xc6\x3e\x91\x3d\xfa\x44\xd8\xf2\xf4\x13\x05\xaf\xa5\xf1\xd1\ \xe3\x56\x85\x42\xa6\x90\xc9\x24\xe0\x75\x58\xa8\x58\x9d\x44\xa3\ \x0b\x01\xed\xa8\x8d\x5c\x16\x17\x88\x0d\x47\xa0\xca\x64\x1c\x2a\ \x8e\x84\xe7\x4a\x70\x78\x1c\x8d\xca\xa3\x81\x91\xc1\x71\x78\x34\ \x2c\x1d\x0c\x21\x8f\xa5\x40\xad\x2b\xa8\x2c\x05\x4f\xc2\xa5\xd3\ \x25\x8d\x5c\xa1\x84\x07\x40\x29\x53\x53\x79\x1c\x40\x3b\xe1\x63\ \x1a\x81\xc7\x23\x48\x14\xa0\x4a\x2c\x1e\x1a\xe6\xe7\x34\xaa\xb9\ \x78\x2c\x36\x8c\xa6\x90\xb0\x78\x5c\x2a\x09\x58\x0e\x4c\x9b\x50\ \x42\x60\x11\xb0\x78\x50\x26\x2e\x07\x70\x8e\x2b\x11\x72\x70\x42\ \x10\x42\x35\x8d\xd7\xaa\xe0\xf2\x50\xdd\x57\x18\x06\x17\x16\x81\ \xe9\x40\xe5\x36\xc8\xf0\xef\xec\x6d\x9f\xdd\xdd\xed\xe5\xe0\x55\ \xa0\x95\x2c\x0e\xaa\x12\x03\xf1\xc4\x61\xa3\xc3\x68\x28\x59\x02\ \x83\x89\x40\x2a\x0b\x8a\x85\xc1\x62\x23\xc3\xc1\x61\x85\x47\x46\ \xc6\x44\xa2\x32\xf7\xf8\x28\x4c\x64\x6a\x4c\x4e\x4e\x78\x44\x74\ \x4e\x0c\xe8\x55\x44\x54\x72\x4e\x72\x34\x08\x56\x4e\x2a\x6a\xba\ \x7e\xdf\x54\x27\xb9\x21\xb5\x60\x00\x1c\x41\x6a\xc1\x3b\xc4\xac\ \x12\x41\x62\x1e\x93\x51\xcc\x4e\xc9\x95\x26\x10\xc1\xdc\x16\xb3\ \x19\x6c\x0a\x91\x48\xae\xae\x66\x24\x32\x29\x0f\xc1\xfb\x82\xc5\ \x62\x96\x33\x12\xe2\x98\xe4\x3c\xc4\x88\x0c\xd4\x4b\x07\x94\x2b\ \x89\x08\x28\x9f\x86\xf2\xdc\xe1\x06\x36\x40\x25\x10\x60\x22\x39\ \x8f\x4d\x89\x4b\x80\xfb\x88\xd9\x85\x64\x4a\x5c\x62\x02\x31\x25\ \x25\x29\x31\x21\x23\x5b\x5e\x5a\x5a\x56\x22\xad\xa9\x91\x96\x14\ \x29\x9b\xeb\xea\xe4\x4b\xcb\xe6\xaf\x79\x28\xd4\xec\x73\x75\x44\ \x41\xd8\xe7\x3f\xfe\xf1\x9b\xc7\x4f\x2f\x6c\x8f\xe2\xe3\x9f\x45\ \x0f\x44\x6d\xff\x34\xfb\xf4\xf7\x27\x98\xdd\xa3\x9d\xd8\x8f\x97\ \x05\xa8\x9b\x61\x7e\x6e\x36\x99\x9d\x9e\x9b\x9d\x94\x5d\x98\x22\ \x46\xc1\xc9\xf9\xf2\x32\x65\x4d\xa9\x54\x27\x97\xea\x40\x9f\x2a\ \xea\x34\xb5\x95\x25\x35\x5a\x8d\x54\x50\x2b\xad\x69\x6e\x6e\x36\ \x29\xe5\x4a\x79\x59\x8d\xae\xae\xb2\x54\x5e\x59\x22\x90\x16\x95\ \xe5\xe7\x83\x2b\x6b\x12\x94\x88\xf9\xd9\x75\x46\xa5\xb8\x42\x6f\ \xac\xd0\x2f\x57\x7e\x11\x5a\x9c\x6c\x6b\x89\x8c\x08\x03\xc5\x8a\ \x1f\xdf\x2d\x98\x1d\x88\x8e\xc4\x0a\x5b\xa9\xe0\x46\xab\xa2\xc2\ \x62\xa3\x1b\x3a\xc6\xcf\xb6\x37\xce\x4e\x37\xcf\x36\x4f\x4e\xce\ \xb6\x8f\x4e\x8f\x66\x8f\xae\x8e\x50\x72\x68\x4e\x55\x7c\x0c\x58\ \x5e\x2a\x0e\xd3\x31\x10\x8f\x49\x4e\x4e\x2e\x00\xd5\x02\x97\x95\ \x13\x9f\x5c\x55\x35\x30\xbe\xb9\x39\xb0\xb9\xb1\x8b\x3a\x80\x1d\ \x9d\x6c\xa3\xcc\x77\x54\x45\x8a\x46\xaf\xee\x90\xd3\xba\xbb\x3a\ \xba\x45\x94\x78\x79\x7a\x77\x75\x32\x7b\x77\xb9\x7d\x7b\x76\x3a\ \x70\x74\x7b\xb5\x77\x79\x75\x74\xf4\xfa\xf2\x74\x67\xf3\xf5\xe9\ \x00\xd8\xb4\x33\xb8\xb8\x37\xbb\xb9\xbb\x73\x34\xee\x61\x7d\x5d\ \x3b\xca\x03\xe7\xbd\x7b\xb4\x39\x8b\xe6\x0c\x77\x76\x06\xaa\xaa\ \xae\x62\x56\xec\x4b\x33\xd3\x4d\xf6\x75\x30\x2c\xf5\xf3\xab\x4d\ \xf6\xa5\x75\x6b\xb3\xc5\xb8\x62\xb5\x18\x1d\x7a\x93\x71\x45\x6b\ \x34\x98\x2c\xcd\x4d\xf0\x5d\x59\x67\x5c\x31\xd5\x34\x6b\x34\x75\ \xf2\x5a\xfd\xea\x5a\xb3\xc9\xe0\x46\xdd\x6c\x50\xfd\x82\xc6\xeb\ \xd4\x5a\xbc\x16\xeb\x8c\xd1\xb8\xee\x50\x1a\xd6\xec\x46\xd3\xea\ \x9c\x77\xde\xb4\xb6\x62\xd7\x9b\x80\x14\x1d\xcd\x53\xfe\xe3\x41\ \xf3\x92\x77\x71\x72\xa4\x6f\xca\x7f\x68\xeb\x5b\x9c\xb3\x4e\x4e\ \xfb\xba\xe7\xba\x97\xe6\xa6\xd7\xa7\xa7\x47\xa6\x86\x17\xdc\x0b\ \x96\x75\xa7\x5b\xbb\xe6\xb6\x2c\x4d\xea\xed\x96\xf5\xd5\x66\xb9\ \xa6\xb9\x7b\x64\x65\xd1\x6b\x77\x38\xe6\x97\x56\x97\x47\x7a\x87\ \x17\x17\xe6\xfb\x87\xd7\xfa\xda\x7a\xfb\x07\x8f\x87\xda\xcc\xfd\ \x83\x2e\xdf\xe8\x61\x28\x14\x0c\xf8\x03\x81\xc1\xc1\xc1\xb6\xfd\ \xce\xfe\xd0\xa8\x0b\x28\x6e\x6b\xb0\xd3\x1c\x38\x7e\xbe\x35\xda\ \x7d\x1d\xf4\x0c\x8e\x76\x76\x7a\x0e\x82\x3e\x5b\x57\x9b\xef\xe0\ \xe2\xfc\x62\xeb\xb3\x17\x07\xaf\xbe\xfa\xfe\xf8\xdc\x3c\xea\xb1\ \x1d\x86\x3c\x9f\xb9\x7c\xc1\x57\xd7\x36\xdf\xf1\xc1\xb7\xc7\x66\ \xd7\xcb\xfd\xf3\x37\x37\x2f\x0e\xb6\xae\x3f\x0b\x5e\x87\x6c\x7f\ \x79\xb9\xef\xda\xf7\x6d\xbd\x0c\xbe\x7c\xee\x3f\x3c\xfe\xca\x73\ \xf3\x55\xf0\xd5\xab\x2f\x7e\xfe\xe8\xbb\xff\x19\x3b\xfd\xa0\x95\ \xde\xd8\x22\x11\xf2\x68\x24\x96\x8c\x4a\xc0\x70\x48\x18\x12\x16\ \xc5\x0c\xd3\x79\x74\x1a\x47\xad\x10\x02\x14\xca\x54\x92\xd6\xda\ \xbc\x38\x34\x40\xc2\x60\x33\xf3\xca\x89\xa0\x55\xc5\xc5\x0c\x0a\ \x25\x2d\x8f\x99\x07\xe7\xee\xb8\xbc\xf2\x62\x34\x42\x52\x5d\x9c\ \x57\x5e\x0e\x57\xd8\xe2\xdc\x94\x35\x41\xfd\x6a\x86\xed\xb3\xdf\ \xc7\x7e\xa1\x47\x75\x96\x7c\xc3\x4f\x43\xa3\x2b\x89\x89\x71\xb9\ \x82\x8a\x5a\xdd\x94\xf9\xd5\x5f\x5e\xbc\x7a\xf5\xdd\x9f\xfe\xcf\ \xe3\x30\x89\xe2\x89\xfa\x91\xec\x71\x8b\xa2\x45\x06\x5a\x25\x04\ \x66\x13\x72\xff\x7f\x96\xde\xc4\x2b\xed\x2c\xdd\x1a\x2e\xc6\xc5\ \x0c\x8b\x79\x90\x51\x44\x45\xc5\x01\x07\x44\x45\x59\xa2\x38\xa1\ \x4b\x50\x17\xe0\x10\xe7\x29\x4e\xa8\x68\x8c\x46\x8d\x53\x9c\xf5\ \xaa\xad\x1f\x4e\x91\x6b\x39\x94\x46\xab\x3a\x6f\xde\xa8\xaf\x26\ \x26\x9f\x9d\x74\x55\x75\x8d\xa9\xea\xdc\xd4\x7d\x3b\xd5\x95\xaa\ \xd5\xeb\xde\x3f\xe3\x7b\x4e\xee\x47\x56\xa1\xfc\x00\xa1\xf8\x71\ \xf6\xd9\xfb\x9c\xe7\xd9\xdb\xc8\xe5\xea\x81\xf0\xd0\x50\x96\x3c\ \xf0\x3e\x2e\x17\xf0\x41\x0e\xca\x8e\x2a\xb7\xea\x79\x26\x80\x01\ \x60\x4d\x7a\x3d\xda\x18\xa4\x6a\xb9\x72\xbd\x80\xca\x10\x70\x81\ \x93\xf1\x90\xfd\xa8\x43\xab\x92\xcb\x6d\x72\x39\x03\x87\x3c\xb4\ \x34\x2c\xae\x56\x6f\x35\x31\xa8\x1a\xbd\x89\xca\x32\x99\x8d\x46\ \xb4\x0e\x85\x63\x21\x5b\x64\xab\x5c\x6f\xb2\x99\x35\x3c\xb3\x86\ \xca\xe2\xe2\xb8\x66\x2d\xf2\x2e\x95\x1b\x29\x18\x80\x1b\x15\x43\ \x80\x44\x21\x55\x2e\x37\x72\x19\x5c\x81\xc0\x66\x86\x8f\xc7\x24\ \xe0\xda\xb4\x0e\x93\x9e\xa5\xe1\x72\x59\x2c\x78\x13\x64\x11\xb1\ \x72\xa8\x09\xb5\x6c\x0c\x01\x6a\xad\x1d\x22\xc0\x22\xe9\x1d\x5a\ \x8d\x51\x0b\x6f\x1a\x3e\x3f\x54\x25\x41\xa6\xc9\x35\x0c\x1e\x0d\ \x43\x61\x51\xa8\x18\x2a\x85\x46\xc0\x10\x00\xad\x90\x57\x03\x9d\ \x40\x24\x11\x03\xe1\x57\x54\x3d\x4a\x0f\x94\x61\xe1\x12\x83\x7e\ \x0f\x14\x89\x62\xc2\x81\x6f\xc9\xc2\xe9\x85\x20\x5a\x00\xa8\xe8\ \x81\xa2\x98\xca\xca\xcc\xc2\x98\xcc\x4f\x98\x21\xe9\x51\xa1\x80\ \x49\xb7\xd5\xc1\x51\x41\x01\x01\x30\x4f\xa8\x81\x52\xe9\xa4\x4c\ \x89\x4e\xcd\x17\x2b\xf9\xd2\x54\x38\x45\x3a\xbe\x50\x2d\x0d\x40\ \x75\x28\xa9\x4c\xb6\x10\x95\x90\x0a\x85\x1c\x64\xea\x27\x95\xea\ \x00\x94\xd8\x8a\x54\xb8\x05\x60\xa5\x0c\xe6\xb3\xf9\x6c\x31\x1c\ \x0c\x90\x08\x95\x41\x41\xa8\xca\x9d\x2f\x66\x4a\xf8\x21\x41\x71\ \x49\x49\x11\x92\x90\x50\x85\x54\x92\x9e\x1f\x87\xdc\xac\x0c\xf6\ \x0b\x7c\xa6\xf1\xe1\xaf\xaf\xff\xa9\x11\x64\x8a\xf4\xc6\xf5\x3f\ \xb8\x78\xd3\xc9\x40\x07\x63\x6d\x6f\x0b\x1b\x78\x76\xd8\xd3\x7d\ \x75\xf9\x57\x4c\x53\x4c\x53\x38\xf1\x22\x34\x38\x36\x32\x4a\x29\ \x94\x04\x87\x85\x49\xc2\x42\xf9\x91\x11\x89\x68\xfd\xdd\x62\xb1\ \xa4\xc5\xe5\xe4\x24\xc7\x17\x58\xd2\xd2\x52\x8a\xec\x06\x4b\xae\ \xd3\x92\x9b\x96\x97\x9b\x9b\x9c\x94\x92\x6e\x49\x03\x6e\x95\x9e\ \x6c\x48\x89\x8a\xb7\xe4\x04\x89\x43\x22\xf2\xed\xf1\x89\x49\x19\ \x19\xf1\x96\xb8\xd8\x94\x74\x60\x5e\xce\xc6\xae\xea\xc9\x22\xef\ \x6e\xeb\xdb\x87\x3d\x98\x67\xf2\x18\x01\x45\xd4\x44\x07\x52\x94\ \xb9\x42\xd0\xb8\xb8\x80\x3a\x1f\xab\xd7\xb0\x85\x99\xf3\xf3\x6b\ \x67\x6f\xe6\x0f\xd6\x7a\x50\x57\xf2\x11\x88\xb1\xb3\xb5\x9e\x42\ \x0c\x69\x28\x93\x44\x26\x92\x59\x3c\x06\x56\x16\x88\xc7\xc1\xe7\ \x1d\x83\x0f\x8f\xc1\x62\xe9\x20\x08\x2b\x87\xe6\x9b\x86\x50\x4a\ \x21\xf2\xba\xda\x5e\x39\x9a\x5f\x43\x45\x0c\x5b\x9b\xa7\x20\x2e\ \x51\x97\xcf\xe1\xc1\xe9\xf5\xf5\xf5\xcd\x35\xaa\x45\x7d\x7f\x73\ \xbd\x7d\x7a\x0a\x48\x78\x30\x0f\xa0\x76\xb0\x76\x76\xb6\x76\x7d\ \xb6\x77\x38\x7f\x7a\x7a\xb4\xb6\xb5\x82\x3c\x98\x0f\x90\x65\xc4\ \xd6\x66\xe1\xc9\xd0\x62\x54\x17\xf7\xf0\x0c\x59\x46\x6c\xaf\xad\ \xcc\xaf\x21\x4b\xc1\xcc\x4d\xd9\x40\xf6\xd4\x9d\x89\xde\xf6\x8e\ \x89\xb9\x6c\xcf\x68\x8e\x73\xa0\xa3\x39\xaf\xac\x64\xd4\x39\x71\ \xdf\x5b\x64\xcf\x2b\x48\xf7\xa2\xc8\xae\x5c\x7b\x9e\x3d\x3b\xa7\ \xc5\x03\x10\x9f\xef\xf6\xa4\x97\xd9\x07\x46\x8a\x3d\x1f\x33\xe4\ \x7b\xdd\xcd\xbd\xee\xbc\x82\xa2\xdc\xe6\xa9\xb2\x3c\xbb\xbd\xc8\ \x5d\x92\x51\x32\x59\x3c\xe6\xf5\x36\xdf\x07\xf8\x29\x29\x1b\x71\ \x17\x8f\x8c\x7b\x5a\xee\xb4\x75\x0d\xfb\x2b\xbc\x77\xc7\x2a\xda\ \xdb\x6a\x1a\xbb\x66\x3b\xea\x9b\x1b\x66\x36\x6a\xfb\xef\x4e\xce\ \xd5\xcf\x35\xd4\x56\x35\xb4\x8f\xb8\x01\xe2\x46\x5a\x00\xed\x9a\ \x67\x3b\x46\x9d\x39\x4e\x77\x49\xfe\x74\xd9\x64\xff\xf8\xec\xc0\ \xc0\xc4\xa8\xdd\x33\x71\xa7\xbf\xb3\xba\xb3\xe3\x7e\x05\x68\xc3\ \xb6\x5b\x35\x33\x0b\xf7\x86\x17\xee\xd6\xb6\xf5\xf5\x55\x2d\x5c\ \x0d\xb7\xd5\xb6\xfa\x76\x57\x7d\xcb\xcb\xb5\xfd\x7d\xd5\xed\xb5\ \x75\x35\xb5\x3b\x5d\x0b\x33\x1b\x3b\x3b\x15\xad\xe7\xe7\x7d\xbe\ \x7d\x5f\xcd\x89\x7f\x79\x75\x66\x79\x75\x79\xc1\xbf\xff\xc2\xd7\ \x76\x71\xfc\xe9\x8b\xd7\x5f\x5f\x76\xf5\x1d\x77\xf9\x6b\x37\x7c\ \x33\x0b\x1b\xfe\xe1\x9d\xda\xae\xdd\xd7\xe7\x7d\xad\x17\xfb\x5d\ \xc7\xfe\xab\xdd\xe5\xfd\xd7\x97\x1b\xfb\x80\x0d\xc3\x3b\xc7\xad\ \xc7\xbe\x8d\xda\xaf\x2f\x7c\x2f\x2e\x87\x8f\x2f\x4f\x2e\xaf\x3e\ \x7d\xfb\xc5\xdb\x4f\x1f\x7f\xb6\x6e\x5b\x7f\x66\xd2\x58\xd1\x6a\ \x0e\x0f\x98\x85\x86\x8b\x63\x30\xe4\xc0\x37\x78\x2a\x8d\x40\x23\ \xd7\xab\x1c\x66\xad\x06\xc0\xe4\xa1\xfc\xb9\x38\x15\x10\x2a\x81\ \xc3\x41\x29\x9d\xa8\x09\x4d\x9d\xca\x41\xbb\xe3\x59\xa5\xa5\x59\ \x30\x2a\x60\x92\xce\xba\x9d\x7a\xfb\xb6\x54\xad\x63\xa2\xe8\x74\ \x76\x50\x12\xd3\x52\x16\xf7\xfa\xed\xee\xc5\xf9\xef\x3c\x5f\x3c\ \x35\x4f\x18\x89\xf4\x09\x3f\x38\x28\x32\x34\xc2\x3d\x5e\xd7\xf7\ \xcb\xd7\x5f\x5f\x7c\xff\xf6\x57\x3d\x4b\x6b\xee\x5e\xec\x76\x58\ \x35\xb6\x67\x0e\xdb\xba\xd9\x04\xd2\xd4\x64\x06\x49\x07\x38\xa2\ \xd7\x02\xca\x68\x8d\x3c\x95\x4a\x0b\xa4\x88\x0a\x4c\x09\x6d\x0b\ \xea\x8d\x1a\xe4\x24\x03\x9a\x15\x19\x06\x53\x1c\x5a\xad\x8a\x45\ \x63\x31\x3e\x96\x11\x68\xb4\x3c\xad\x11\x40\xc7\x66\x32\x01\xac\ \xa8\xcc\xa8\x0b\xd2\xaa\x31\x77\xab\xf4\x00\x37\x5a\x8d\xc0\xa8\ \xe1\x69\x54\x5c\x54\xbd\x01\xbc\x0c\x99\x05\xea\x6d\x2e\x2d\xd7\ \xe6\xb2\xea\x55\x74\x96\x55\xcf\x55\x09\x68\x2a\x33\x0e\xa7\x57\ \x19\xcd\xa8\xb4\x9d\x21\x60\xf1\x78\xdd\x46\xe4\xa9\x6c\x32\xd1\ \xb8\x1a\xbd\xd6\xba\xae\x45\x71\x18\xc0\xfa\x70\x14\x9a\x40\x80\ \xa3\x93\x63\xb6\x57\xb6\x51\xe8\xf3\xfc\x50\xcf\x10\x5a\x80\xcd\ \xa4\xeb\x9f\xb9\xcc\x56\x15\x43\xc3\xc3\x01\xc8\x6a\xa8\x54\x0a\ \x4b\x6e\xa4\xaa\x40\x57\x92\x70\x2c\x96\x80\x46\x26\xd3\x89\x24\ \x3c\xb2\xef\x23\x63\x30\x04\x20\x52\x81\x78\x3c\x88\x3f\x22\x1d\ \xa0\x8b\x48\xc4\x87\x07\x06\xa2\x85\x2c\x91\xa8\x49\x84\x07\x39\ \x98\x99\x19\x1e\x2e\xa3\x93\x44\x70\xa1\x07\x06\x86\x87\xc7\xc4\ \x7c\xc2\x8f\x4c\x8c\x0c\x93\x72\xd4\xa5\xea\x80\x20\xa5\x44\xac\ \xd3\xa9\x13\x12\x38\x52\x54\x60\x85\x5c\x18\xa4\x1c\xb6\x82\xc3\ \x49\xf8\x53\xaa\xf4\x63\x8b\x3a\x50\x60\x8e\x94\xc9\xe4\x48\x50\ \x65\x2f\xf0\x2a\x35\xaa\xa0\x53\x8b\xf9\x7c\x0e\xcc\x3a\x01\x01\ \xd2\x00\x25\x27\x81\x1f\xca\x16\x2b\xb2\xd4\xa1\xc1\xc1\xca\x68\ \xb1\x30\x20\x34\x40\xc2\xe1\x84\xb2\x39\xcc\x60\xb6\x50\x19\x20\ \xd4\x05\xc4\xe5\x27\x29\x23\x0c\x51\xc9\x25\xb3\xcf\x55\x5a\xfc\ \x96\xf9\x53\xb9\x60\xc9\x8c\xb6\x3a\xb4\x26\x4c\xe1\x1a\xef\xc9\ \xf1\x57\xa2\x95\xcc\x98\xbd\xed\x95\x42\xd5\x97\x75\xe7\x0e\xa3\ \xfe\xaf\x6f\x7f\xef\xec\xb4\x07\x48\xc5\x7c\x65\x48\x24\xd2\xad\ \xca\x88\x68\x38\xf1\xf9\xb1\xd1\xb1\x69\xe9\x71\x79\xd9\x49\x19\ \x79\xd9\xf6\x34\x43\x52\xb6\x21\x2f\xc5\x52\x04\x22\x31\xde\x90\ \x92\x92\x6c\x30\x24\xa7\x20\x17\x3f\x43\x64\x48\xb4\x21\x42\xc2\ \x8e\x70\xe6\x27\xc5\xc5\x27\xa7\xa5\xc4\x45\xa5\x45\xa7\x24\xa7\ \xe7\x16\x8f\x9f\x57\x8c\xb9\x1b\xea\x87\x5f\xca\xb7\x2a\x7f\xf8\ \x14\xc3\xa5\x12\x33\x2b\x63\x0e\xcf\x0e\x8f\xb6\xe8\xda\x72\x3c\ \x59\x14\x8e\xfa\xc5\x65\x2c\x51\xe1\x10\x0a\xb6\xdd\x3e\xd8\xea\ \x69\xda\x3c\xea\x59\x03\xa8\xd8\xec\xa9\x0c\x27\x01\x63\x95\x51\ \x28\x24\x32\x83\x41\x0f\xc7\x53\x30\xb2\xca\x40\x1c\x26\x13\x3e\ \x5d\x7a\x61\xcf\x50\x4c\xcf\x76\xcf\x50\xe0\x0a\xa0\x56\x53\x78\ \xe5\xda\xda\xde\xe6\x76\xcf\xf6\xc1\xe6\xda\x16\x6a\x3c\x44\x45\ \x0d\xa8\x56\xe2\xf0\x14\xa0\x0b\x54\xe6\xff\x04\x85\xed\x6d\x1d\ \x1c\x6e\x02\x9a\x1d\xae\x6c\x5d\x6f\xc1\xcd\x9b\x3d\x78\x20\x2a\ \xce\x3a\xfd\x9f\xbe\xe9\xbd\x83\xad\x03\xfd\xdb\x37\xbc\x36\xdf\ \xb1\x68\x13\xfd\x99\x83\x3d\x54\xfc\xbe\xb7\x39\x94\x79\x5a\x38\ \x5b\x34\x3a\xee\x1d\xe9\x9f\xf3\xb8\x3d\xcd\x53\xee\xb2\xb2\xbc\ \xde\xb9\x5c\xcf\xc0\xc8\xb8\xd3\x9d\x57\x64\x4f\xce\x2b\x2e\x73\ \xe6\xa4\xe4\xe7\xa4\x24\x19\x8a\x9d\x69\x69\x69\xf9\xde\x9c\x7c\ \x4b\x49\xc1\x68\x33\xca\x11\xcc\x2f\xf2\x36\x97\x14\x14\x3b\x5b\ \x9c\x25\xc0\xc7\x46\xa6\xf3\xf3\xca\xdc\x16\x8f\xd7\x3e\x69\x77\ \x8e\xf4\x8f\xc1\xb1\x11\x7b\x51\x8b\x7b\xa0\xd9\x5b\xdf\xda\xd1\ \x3a\x53\xd3\x5f\xe3\xbc\xdf\x5e\xd5\x5a\x3b\x3c\xee\xbc\xd7\x52\ \x77\xeb\x6e\xe3\xbd\x76\x6f\xdd\x60\x6f\xe7\x4c\x45\x63\xdd\xd4\ \xc0\x58\x49\x71\xaf\x73\x6e\x6e\xb0\xa4\x78\x60\xa2\x25\xaf\xa0\ \xb7\x79\x6a\x24\x67\x72\x6e\xa2\xb7\x77\x72\xcc\x53\x3c\x31\x3b\ \xd8\x50\xdb\x70\xaf\x7f\xba\xae\x6e\xaa\xae\xed\x4e\x6b\x55\xcd\ \xbd\xea\x5b\xfd\xad\x6d\xad\xb5\xad\x77\x7d\xcb\x8d\xcb\x33\x7d\ \x1b\x6d\x33\x7d\x0b\x0d\x55\x35\x0d\xc3\xd5\x15\xbe\xbe\xe1\xba\ \x8a\xda\xda\xd5\x99\x2a\x7f\xd7\x71\xcd\xee\x42\x6b\xdb\x4e\xeb\ \x4c\xdf\xea\xaa\x7f\xf5\xe4\xea\xf2\xdd\xfe\xf9\xd7\xbe\x2f\xbf\ \xbe\x68\xed\xf3\x9d\x6f\x54\xef\xbf\x7e\xbe\xbf\xb3\x7b\x7c\xb5\ \xe0\x7b\xbe\x3b\xb3\xb1\xb1\xdc\xee\x3b\xaf\xf9\xfe\xcb\xe3\xcb\ \xe3\xe5\x8b\xbe\x19\x78\xe6\x0b\xe0\x6f\xd5\xc3\xb5\x7d\xcb\xfe\ \xe7\xbb\x27\x2f\x7c\x27\xfb\xbb\x57\x5f\x7e\xff\x8f\xc7\xbf\xff\ \xf6\xd9\x62\x77\xf9\xd3\x75\x40\x00\x18\xe4\x2c\x95\x9e\xcb\x02\ \x6a\x03\x52\x88\xc6\xa0\xca\x79\x02\xb9\xd5\xaa\xd1\x9a\x54\x26\ \xa3\xad\xdb\x5a\x2e\xaf\x48\x4d\x55\x2b\x40\x7b\xc0\x77\x5e\xaa\ \x43\x8b\xb9\x30\x63\x2b\x4a\xa5\x30\x4e\x12\x1e\xdc\x4e\xc8\x52\ \xe8\x14\xa5\x0f\xfe\x94\xa5\x80\xfb\xb3\x80\x79\x81\xec\xe0\xe8\ \x42\x2d\x6d\xbf\xe4\x55\x5c\xed\xff\xa3\xe7\x1f\xcd\xd4\x81\x38\ \x36\x0a\xfa\xcc\x42\x5d\xb1\xd1\xb9\x73\x0d\xd5\xab\x3b\x1b\x6d\ \xfe\x9f\xbb\xad\xb6\x72\xb9\xd9\xb5\x54\xbe\x64\xb2\xb9\x5c\x7a\ \xd7\x92\x4b\x65\xb3\x96\x3b\x34\xa6\x72\x1b\x90\x3e\x40\x52\x10\ \x67\x5c\xbd\xde\xc4\x42\x71\x14\x5c\x8d\x0a\xa8\x1f\x28\x37\x1a\ \x4f\x23\x00\x4e\x05\xc2\x8c\xca\x52\x51\xb9\x00\x60\x2e\xab\x95\ \x87\x43\xbb\x71\x72\x23\xda\x53\x34\xca\xb9\x28\x11\xcb\x66\x53\ \x19\x4d\x68\xf1\x4a\x6b\x04\x91\x29\xb7\xc2\x9d\x1a\x93\x56\x6b\ \x56\x59\x91\x67\xbc\xad\xbc\x7c\x69\xd1\xf6\x50\x6f\x72\x81\x28\ \x64\x11\xa9\x80\x6c\x5a\x16\x45\x23\xa7\xd0\xac\x5a\xbd\x0b\xe5\ \xb4\x0a\x90\xd3\xa8\x55\xcb\x33\x9a\x54\x36\xc0\x38\xab\x43\xc5\ \x63\x61\x70\x1a\xbd\x5c\x60\x94\x0b\x78\x48\x31\x92\x44\x95\x5b\ \xa8\x84\x10\x25\x02\xcf\xaf\xcc\x6f\x1f\x6d\x87\x93\x6d\xdd\x4b\ \x2e\x8d\x4a\xff\xb1\x02\x83\xa1\xd1\x08\x40\x5d\x03\x5c\x71\xe5\ \x28\x3e\x95\x46\xc1\x10\xf1\x18\x2c\x89\x40\x25\x83\x16\x24\xd1\ \x48\xc0\xac\x44\x74\x02\x29\x30\x86\x48\x27\xa0\x9a\x51\x22\x32\ \xf5\xc3\xa3\x7d\x43\xd0\x83\x58\x02\x31\x86\x20\x8a\x11\x11\x03\ \x65\x44\x22\x12\x30\x31\x30\x1e\x3f\x41\x19\xef\xd1\x6c\x49\x6a\ \x82\x4e\x1c\x17\x1b\x20\x54\x20\x57\x77\x26\xf0\x25\x36\xd2\x78\ \x1c\x66\x02\xb2\x69\xd0\xa5\xde\x46\xc4\x17\x70\x4c\xc1\xe7\xe8\ \x4a\x81\x0e\x0b\x99\x48\x28\x72\x50\xe4\x97\x90\xa9\x66\x83\xbe\ \xe7\x84\x88\x15\xea\x00\x36\x47\x2a\x11\xa7\x0a\x41\x2b\x82\x3c\ \x0c\x09\x61\xf3\x03\x42\x42\x82\x82\xc2\x02\xd8\x88\x5a\x45\x1b\ \x62\x0d\x49\x29\x30\x44\x72\xec\x79\x9e\xbc\xe4\xb4\xd5\x6f\x06\ \xb2\x9f\x84\x07\x56\x66\xc6\x30\x58\xac\x67\x2e\x19\x16\xd3\x33\ \x34\x3f\x4f\x7d\xb9\xe0\xf8\xfb\x57\x81\x31\x99\x58\xb2\xe3\xf7\ \xf5\xaf\xee\xdd\xaf\xe8\xfb\xe9\xed\x6f\xbf\xb7\xc7\x2a\xd9\x21\ \x61\x51\x11\x41\x28\x01\x2c\x22\x0c\x18\x5b\x62\x5c\x7a\x46\x5a\ \x4e\x6e\x4b\xb2\x25\x3f\xb9\x00\x18\x42\xb6\x21\x3b\x3f\x2e\xc5\ \x92\x94\x9c\x92\x9c\x11\x91\x9e\x6e\x31\x24\xa6\xe5\x26\x25\xa7\ \x1b\x82\x22\x0c\xca\xf8\xc8\xf8\x9c\x28\x43\x76\x7a\x62\x58\x54\ \x52\x74\x76\x64\x6e\x59\x81\xb3\x65\x72\xc6\x77\xf5\xd9\xbb\xaf\ \x6b\x7e\x6d\x2a\xec\xf9\xe7\x0f\xdd\x7a\x92\x11\x1b\x9e\x79\x74\ \x06\x6c\x28\x9c\xab\x27\xe2\x88\x95\x18\x52\x60\x61\x38\xa6\xa9\ \xb0\xa9\x27\xa6\x70\xb3\x67\x1b\xf0\x67\x1e\x99\xb2\x6f\xad\x00\ \xaf\x69\x22\x56\xd2\x49\x54\x06\x19\xd9\xc6\x62\x45\x58\x3c\x85\ \x5e\x18\x43\x60\x88\x62\x88\x31\xd8\xcc\xa1\x4c\x11\xfc\x57\x39\ \xb4\xdd\x14\xd8\x04\xa2\x0d\x19\x2f\xac\xa1\xf2\x2a\x54\x54\x0a\ \x92\x12\x2d\x5b\x01\x48\x1d\x1e\x9c\xbd\x7a\x73\xf3\xea\xe0\xe8\ \xfa\xf4\x70\xef\x14\xd9\x3c\xa0\xfe\xd1\xeb\xc3\x35\x80\xa7\x9b\ \xc3\xeb\x83\x95\xb3\xd3\xcd\x95\xb3\x33\xe4\xbe\xbc\xb9\x77\x74\ \x78\xb6\xb5\xb9\xfd\x07\xeb\x66\xf3\x37\x77\x3d\xee\x70\x6f\x65\ \x0f\x25\xb8\x6e\xa3\x42\x87\xed\xf9\x43\xfa\xac\xd7\x3b\x3b\x7b\ \xaf\x62\xcc\x69\x6f\x19\xf3\x4c\x4f\x15\x14\x8f\xe5\x16\x0f\x80\ \xda\x2b\x2a\xce\x2e\xc8\xf0\x0e\xd8\x5b\xbc\x39\x65\x76\x7b\x5c\ \xb6\x33\x39\xdd\x5e\x56\xe6\x4c\xc9\xcd\x73\xa6\x97\x14\x78\xca\ \xbc\x05\xcd\xee\xd9\x16\x8f\x13\xe8\x58\x41\x5e\x73\x6f\xcb\x68\ \xf3\x28\xda\xdc\x9b\xea\x9d\x9e\x9b\x1a\x6d\x1e\x1b\x73\x36\x7b\ \xa6\x9a\x8b\x3d\x9e\xe6\xb2\xa9\xae\xba\xb6\xe5\xda\xea\x89\xc1\ \xb9\xf1\xa9\xc1\xba\xe1\xd6\x7b\xd3\x93\x53\xfd\xb7\x66\xaa\x6f\ \xdd\x1d\xab\xe9\x98\x1a\x9f\xec\xac\xbb\x3b\xe7\x19\xf4\x16\x8f\ \xdf\x9f\x6d\x1e\x45\x41\x39\xde\x29\x8f\x7d\xba\xa5\xa0\xac\x7d\ \x76\x64\x74\x64\xac\x64\x6c\xba\xb9\x78\x70\xb2\xe3\x6e\x45\xe7\ \x40\x7d\xe7\x44\x5f\x57\x6d\xdb\xcc\x42\x7b\x6d\xdf\xbd\xe7\x20\ \xfa\xfa\x6a\x17\xf6\xab\x57\x5b\x5b\x87\x1b\xab\xaa\xbb\x6a\xab\ \xdb\xaa\xba\xba\x6e\x55\xf5\xad\x56\xa1\xa5\xa9\xda\xb6\xae\xbe\ \x99\x99\xd6\xaa\x99\x8d\xe5\xae\xd6\xfd\x99\xd6\x8d\xfd\xd7\x17\ \xe7\x2f\xbf\xfc\xee\xe4\xe4\xc5\xf9\x46\xfd\xea\x86\xcf\x7f\xf5\ \xfa\xe5\xc5\x8b\xf3\x8b\xdd\xe7\xfb\xad\x57\xc3\xc7\xcb\xbe\x85\ \x9d\xe5\xd7\xc3\xdf\x7c\xe9\xbb\xda\xdf\xbd\xf4\x57\xed\x57\xb5\ \xbe\xf4\xef\xc0\xf5\x7e\xcd\xd5\x8b\xef\x5e\x83\x94\xfc\xe6\xf8\ \xcb\x9f\xbe\xff\xe3\xf1\x1f\x3f\xfe\xe3\xab\xee\xf5\x72\xb4\x44\ \xac\xd5\xea\xb9\x1a\x64\x7f\xc0\x00\x6a\x03\x00\x60\x02\x06\x23\ \x50\x69\x90\x9f\xba\x75\x09\xb4\x97\x6b\x91\x31\x99\x05\xba\x42\ \x9d\x20\x55\xe8\xd8\x4c\x4e\xaa\x98\x23\xe5\x83\x1c\xcc\x02\xf1\ \x91\x50\x9a\x50\xfa\xa7\x04\x35\x5c\xa5\xa6\x96\x2a\x6e\xff\xe9\ \x4f\x59\x30\x89\x4b\xd5\x42\x76\x48\x7a\xc5\x44\xa4\xa5\xf6\xb2\ \x56\xaf\x62\xf4\x11\x77\x25\xa5\xf0\x5c\x9d\x22\x84\x2f\x8d\x8e\ \x8b\xcd\x1d\x9c\x6b\x68\xab\x59\xfe\xe6\xf3\xa7\x3f\xd9\xe4\x36\ \x40\x96\x87\x56\x93\x59\x65\xee\x76\x38\xb4\x46\x8d\x19\xb9\xbe\ \x58\xe1\x28\x2a\x64\x40\x66\x56\xa8\x58\x5d\xa5\xd1\x9a\xd1\xaa\ \x3b\x50\x27\x81\x9c\x2b\x97\xa3\xfe\x18\x01\xcb\x04\x94\x88\x22\ \x90\x1b\x35\x0f\x01\x4b\x18\x18\x0a\x05\x98\x13\x03\x45\x93\xc9\ \x41\xd5\xc9\xb5\x5a\x00\x2e\x8d\xbe\x1b\x50\x4f\x0e\x90\xac\xfd\ \x98\xbf\x63\x33\x6b\x4d\x56\xae\xca\xa8\xe2\xa9\xca\x6d\x0e\xcd\ \x92\x4d\xbf\x5e\x6e\x54\x69\x79\x18\x0c\x5a\xa5\xe7\xb2\xe4\x5a\ \x16\x46\xaf\x02\x80\xa2\x92\x29\x5a\xd0\x94\x46\xa3\x55\x65\xd4\ \x68\xff\x5a\x5e\xae\x02\x61\xca\xe3\x92\x51\x49\x2d\xf0\x3f\x1c\ \x4a\x71\x66\x90\xf0\xe1\x7b\x9b\xf3\x5b\xdb\x43\x30\x8b\xa3\x7e\ \xd8\xa3\xb5\x18\x92\xf5\xa1\xcd\x28\x90\xa3\x4c\x6b\x1e\x4f\xc0\ \xe3\x72\x55\x54\xf8\x41\x65\x09\x78\x18\x1c\x05\xc7\x42\xf9\x5e\ \x44\x12\x09\x83\xc7\x52\x31\x44\x2a\x8b\x4c\xc0\xe3\x65\x58\x64\ \x8c\x4c\xc7\x12\x09\x31\xe1\x24\xb8\x15\x18\x48\x24\x62\x65\x31\ \x31\x22\x3a\x1a\x58\x74\xba\x48\x14\x1e\x23\x92\xc5\x10\x64\xa0\ \x0d\xe9\x81\x9f\x44\x05\x28\x99\x62\x54\xff\xc6\x8e\x4e\x0a\x0e\ \xf9\xb8\x67\xcb\x91\x08\x01\x73\x98\x01\xc0\x6f\x81\x1d\xb1\x91\ \x35\x83\x0e\x20\x09\x18\x30\xe7\xe3\xc6\x2e\x3c\x96\xc3\x16\x0b\ \x13\x40\xd6\x0b\xd1\x1a\xbc\x90\xcd\x66\x2b\xd9\xc8\x5a\x86\x83\ \x76\x7d\x39\x7c\x36\xca\x5d\x15\x33\xc5\x62\x26\x53\x12\x26\x0e\ \x0e\xe2\x28\xc2\xa2\x83\x23\xe3\x83\x62\x23\xb2\xef\x7b\x5a\x26\ \x3b\xc6\xbe\x79\xfd\xe7\x7f\x7c\x9a\xf1\x6d\x65\x55\x46\xca\xce\ \x4f\x7f\xc7\x0c\xad\x35\xf5\xd0\x18\xe1\x64\x7a\x13\x9e\x84\x0f\ \xfc\x63\xac\x63\xee\xfe\x1f\x2e\xdb\xa3\x67\xd6\x3f\x6f\xd4\x3c\ \x7f\xf7\xf9\xa7\xbf\xfd\xf9\xd7\x77\x9f\xff\xbc\xeb\x64\x33\x23\ \x50\x42\x85\x24\x34\x34\x14\xb5\x41\x27\xc6\x27\xe5\x27\x67\xe4\ \xa7\xc4\x1b\xe2\x92\xe3\x33\xd2\xa2\x32\x32\x90\xed\x55\x41\x76\ \x46\x41\x74\x72\x36\x6a\x34\xcc\xb0\xe4\xe5\x64\x67\x47\xc4\x27\ \x87\x45\x26\xc5\x27\x27\xa6\x64\xa4\x44\x25\xc6\xc7\x67\xa4\xa4\ \xe4\x7a\x73\xa6\xcb\x46\x87\xff\x58\x7c\xd7\xfa\x69\x2d\xb7\x67\ \x93\xf5\x05\x43\x45\x24\x52\x69\x84\xcc\x42\x20\x3a\xa7\xdb\x74\ \x22\x8d\x41\xaf\x24\x90\x09\x4d\x22\x56\x66\x65\xcf\x0a\x3d\x66\ \x73\x7e\x6d\x73\x68\x7e\x7b\xef\xa3\x8d\x55\x60\x61\x61\xa1\xa8\ \x10\x4b\x10\xe0\x70\x64\x02\x81\x14\x43\xa4\x62\x81\x58\xc9\x88\ \x24\xac\x0c\x0f\xb2\xbb\x12\x4b\xac\x2c\x84\xa7\xad\x35\x55\x36\ \x65\x36\xcd\x0f\x0d\xa1\xa6\xc0\xad\xad\xb5\xa1\xad\xa1\x6d\xa4\ \xef\x0e\x56\x86\x0e\x80\x3e\xa3\xe6\x9d\xb3\x57\xc0\xb3\x4e\x0f\ \xb7\xce\x0e\x37\x6f\x6e\x8e\xf6\xe0\xc6\xd9\xd6\xe1\xf5\xd6\x21\ \x02\xae\xb3\xeb\xd3\x6d\xe4\x59\x7a\x70\xbd\xb7\xb5\x09\x92\x72\ \x6f\x13\xf3\xe7\xa1\xeb\xeb\x47\x39\x77\x58\x87\xa0\x10\xb7\xb7\ \xb6\xe6\x57\xfe\xc7\xf2\xe1\x80\xe6\xf6\xd4\x0f\xcc\x75\x8e\xa5\ \xbb\xdd\x6e\x7b\x71\x7e\xee\x68\x49\x7a\x89\x67\x6a\xa2\xd7\xeb\ \x06\x5c\x2a\xb0\xe7\xb9\x8b\x8b\x46\x9d\xee\x64\xf8\xb0\x80\x76\ \x16\x14\xe4\xe4\x17\x4f\xd9\xdd\xce\x62\x77\x4b\x7a\x99\xa5\xac\ \xd9\x5b\x30\xd2\xec\x2c\xca\xeb\x9d\x68\x2e\x19\x99\x6d\x69\x29\ \x19\x75\x37\x0f\x0c\x14\xf4\x8e\x8d\x4c\x4c\xcd\x7a\x3d\x9e\x89\ \xd9\xde\x01\xef\xc8\x70\xfd\xc2\x42\xcd\xad\xfe\xe9\x81\x8a\x81\ \x3b\x27\x8d\xc3\xf7\x26\xef\x8f\xdf\x6d\xb8\xd3\x7e\xbf\xae\xbf\ \x66\xae\xa5\xfd\x4e\x45\xe3\xdd\x91\xde\x89\xe2\xe6\xb1\xc9\x91\ \x81\x91\xe6\x16\xe7\xe8\xf4\xdc\x40\xcb\x68\x41\xb6\xbd\x77\xb4\ \x79\xca\xd3\xdb\x32\x3d\x30\x31\x3e\x59\x57\xd7\x30\x76\x7f\xbc\ \xbd\x73\xb4\xe2\x56\xe7\xad\x65\xdf\xc4\x70\xdd\x44\x5b\x5b\xed\ \xce\xc5\x6a\xeb\x71\x5d\xd7\xcc\x72\xeb\xad\xda\xae\xd5\x9a\x3b\ \xfe\xd5\xda\xbe\xb6\xba\xd5\x8d\x9a\xda\x99\xe1\x9a\x9a\x8d\xc6\ \x2a\xdf\xb0\x6f\x7f\x61\xa6\x62\xb8\x6b\x75\xa1\xcd\x77\x7e\xb5\ \x70\x72\xb1\xe3\xf7\x5d\xbd\xbc\xf0\xd5\xec\xef\xf8\x5b\x77\x7c\ \x97\xab\xb5\xc7\x57\xc7\xaf\x97\x97\x4f\x00\xb0\x36\xaa\x56\x77\ \xce\x57\x2f\x56\x37\x2e\xfc\x97\x17\x33\xe7\xe7\xd5\x0b\x2f\x8f\ \x77\x2f\x7c\xbe\xe1\xae\x17\x97\x6d\xab\xfe\x8b\x93\xef\x7e\xfe\ \xf5\x8f\x9f\xfe\xfc\xf8\xc7\x27\x5f\x7d\xd5\xfd\x14\x86\xaf\x19\ \x2d\x19\xd1\x34\xa8\x98\x5b\x40\x85\x31\xa6\x51\xa9\x18\x2a\xb4\ \x8b\xc6\xd3\xcb\xb5\xa6\x6e\x6d\xb9\xc3\x66\x96\x4f\x21\x17\x38\ \x54\xfc\x2c\xe5\x7c\xf4\x97\xe1\xb3\x13\xd4\x9c\x84\x2c\x1d\xca\ \x3f\x2f\xd5\x95\xaa\xd1\x3e\xa1\x0e\x2e\xb7\x53\x1f\xa8\xd5\xa5\ \x0a\x8e\x32\x31\x28\x2a\xfa\xdf\xe2\xec\xd5\x2d\x25\x8b\x8f\x31\ \x57\xbc\x3f\xc2\x4a\xb3\x50\xd1\x96\x10\x06\x44\x68\xf6\x94\x67\ \xb6\x63\xb0\xee\xfc\x9d\x83\xdc\x6d\xe3\xca\x55\x46\xeb\x23\x7d\ \xf7\x12\xbc\x8c\x46\xe5\xb0\x39\xba\xcb\xf5\x5a\x7d\xb9\x09\x14\ \x1f\xb0\x1a\xbd\x4a\xc3\xa3\x00\xf4\xc8\x8d\x0e\x81\xca\x61\xe2\ \x71\x55\x2a\x94\x8c\x2a\xa7\x59\xcd\x3c\x9e\xc6\x04\x0c\x4a\xab\ \x97\x1b\xe5\xdd\xa0\x13\xd1\x56\x81\x5c\xef\x30\xaa\xe4\x2a\xbd\ \x11\x44\xa4\x5e\x05\x20\xa8\xd2\xaf\x77\x97\x3b\xb4\x72\x53\x37\ \xd7\x65\xd2\x02\x8a\x59\xe5\x02\xab\x56\x5e\xfe\xd4\xa8\xb7\xba\ \xe4\x26\xd5\xe2\xa2\xcb\xb5\xe8\x00\xe9\x46\xa3\xc0\xdb\x70\x31\ \x18\x3c\x3d\x8e\x68\xd6\xeb\xf5\x46\x2e\x19\xfe\xef\x01\xe5\x1c\ \x66\xb3\x7e\x7d\x09\xa4\x29\x8d\x8a\x02\x10\x69\x14\x16\x88\x4b\ \x2a\x91\x4e\xc1\x61\xa8\x5c\x0c\xbe\xf2\x68\xad\x69\x0d\xb8\xfe\ \xf6\xda\xfc\xfc\xd6\xd1\xe1\x50\x20\xc6\xf1\xc8\xaa\x65\xb0\xac\ \x40\xf1\xa8\x1f\x0d\x71\x04\x2c\x8c\x40\x4e\x03\x65\x88\xfc\xdd\ \x29\x44\x8c\x00\x79\x36\xe0\x09\x78\x32\x81\x42\x23\x02\x4a\x11\ \x88\x22\x00\x28\x24\x0b\x09\x32\x19\x19\x1b\x48\xc3\xd3\x51\xb3\ \xb3\x0c\x64\x22\x8a\x2b\x44\xb9\x14\x18\xa0\x59\xa2\x40\x6c\x4c\ \xa0\x2c\x50\xf6\x49\x30\x93\xad\x96\x66\x71\x84\xd2\x80\xa8\xe4\ \xc4\x58\x31\x8a\xa2\x07\xf6\x94\xc5\x11\xb3\x03\x74\x09\x42\xa6\ \x50\xca\x66\xf2\x81\x46\x81\xa6\x03\x2e\xac\x64\x26\xa8\xf9\x7c\ \x7e\x02\x47\xc1\x0c\x0e\xd0\x49\x99\x7c\x21\x28\x42\x0e\x9f\xaf\ \x66\x33\x81\x68\x71\xc4\xa5\x0a\xb6\x98\x03\xa7\x15\xfe\x9c\x24\ \x28\x20\x38\x44\xcc\x16\x87\x72\x98\x7c\x3e\xf0\x1b\x7b\x5a\x46\ \x5a\x62\xa4\x61\x0e\xbe\xf7\xf7\xeb\xbe\xb9\xf8\xfe\xf9\x1f\xed\ \xf7\xcb\x1d\x8f\x2f\xca\xe6\xc6\xaa\x66\xaa\xfb\x1b\x77\xce\x7f\ \x3e\xa9\x1d\x70\x97\x79\xc7\xe7\x3a\x3a\xdd\xf7\xef\xd6\xd4\xde\ \x9b\x9d\x9b\xec\xbf\xd3\x37\x7c\x7e\xf9\x8d\xff\xcb\xef\x7c\xdf\ \xfe\xf2\x76\x26\x45\xc2\x0e\x52\x2a\xc3\x42\x42\x82\x43\xc3\xc2\ \x12\x83\x0c\xb9\x69\x29\x29\x29\x06\x4b\x4a\x5c\x5c\x4a\x8a\x25\ \x2d\x31\x2d\x2a\x3d\xde\x92\x18\x9a\x92\x9f\x64\x29\xc9\x8e\x8f\ \x8a\x8a\x8b\x4f\xcc\xb6\xc4\xc5\x27\x45\x27\x26\xc5\xa7\xa4\xa7\ \x24\x46\x25\xe5\x82\x2e\xca\xce\x99\x4c\x29\x2b\x71\xd6\x74\x7d\ \xc7\xfd\xec\xf3\x2f\xbe\xfb\x02\xb7\xad\x7a\x14\xb8\xa5\x67\x11\ \xa8\x94\x9e\xbd\xa6\x83\xbd\x95\x9e\x42\x02\x11\x83\x3a\x3b\x65\ \x31\x85\x81\x82\x42\x19\x7d\x88\x40\xea\x81\x53\xb2\xdd\xd3\x74\ \xb4\xb5\x77\xb4\xbd\x16\x23\x2a\x0c\x07\xee\x4a\x20\x10\xb8\x20\ \xc6\x33\xc3\x49\x2c\x20\xb5\x85\x58\x1a\x16\x0e\x06\x8a\x02\xc3\ \x09\xa2\xca\xc0\xcc\xa1\xa1\xa1\xf9\xb5\x95\xf9\xca\x26\x20\x65\ \x2b\x43\x95\xdb\x6b\x4d\x43\x40\x9b\xd7\x50\xdf\xe0\x1a\x32\x3d\ \x3b\xb8\x39\x43\x51\x3b\x5b\xaf\xde\xdf\x5c\xa3\xfe\x9c\x57\x1f\ \x6e\x4e\x6f\x00\xc6\xf6\xe0\xfa\xf0\xe6\xec\xfa\xe8\xf0\xd5\xd9\ \x01\xaa\x00\x3b\xbc\xf9\x1f\x2f\xae\xd3\x83\xb5\x67\x94\xd3\x9b\ \x43\xeb\x80\x77\x71\xfb\x6c\x13\x65\x5c\x6c\xcf\xa3\x7d\xc8\xed\ \x9e\x3d\x9e\x7b\xcc\x3d\x3e\x3e\xe1\x75\x03\xfc\xb4\x78\xb3\x9d\ \xc5\x79\x79\xbd\x23\xf9\x06\x4f\x71\x7e\x51\x7a\xde\x68\x4b\x99\ \x25\xa7\xd9\x6b\x49\xcb\x2f\xce\x2b\xc9\xcd\xe9\x2d\x29\xb2\x14\ \x8c\x8e\x7b\xbc\xd3\xc5\x03\x2d\xee\x92\xe2\x91\xfb\xce\x01\x6f\ \xbe\xdd\xed\x1d\xe8\x2d\x98\x6a\x01\xb8\xcb\x2d\x19\x1f\xed\x1d\ \x9d\x1a\x70\x7a\x3d\x73\x93\x83\xb3\xee\xe6\xb9\xb1\xbb\x03\x0d\ \x15\x00\x27\x8d\x83\x63\x53\x77\x3c\xb3\xb5\xb7\xfa\xda\xeb\xfa\ \x27\xda\x2a\x06\xfb\xeb\x57\xc7\x3a\xc6\x26\xab\x6b\xee\x36\x8e\ \x8d\x8e\xf5\x03\x57\xf3\x4e\x4e\x8e\xe4\xf4\x8e\xd8\x01\xa9\x5a\ \x5a\xd0\xa2\xd9\x80\x77\x7a\xd4\x33\x3e\x3e\x36\x36\xd7\xdf\xd9\ \x55\x3f\x58\xd7\x70\x6f\xb2\xe5\x5e\x43\xcd\x70\x9f\x6f\xae\xf1\ \x4e\xe7\x70\xfd\x4c\xdb\xf1\xf1\x4c\x6d\x63\x4d\xf5\xf0\x6a\xdb\ \x4c\x75\x5f\x67\x6d\xd7\xf2\x42\xdf\x42\xed\xad\x9d\x85\xe1\xda\ \xd6\xda\xea\x56\xe4\xb4\xb7\xb3\xbf\xd1\x37\x53\xd5\xb7\xbc\xda\ \x37\xbc\xb1\xbb\xf1\xfd\xf2\x8b\x4b\xff\xee\xeb\xcb\xb6\xd6\xbe\ \x9d\xe3\x85\x19\xdf\xfe\xf1\xf1\x3e\x20\xd8\xfe\xea\xf1\xc5\xaa\ \x6f\x77\xb8\xd6\xbf\x51\xfd\xe5\xe5\x71\xf5\xe5\x4f\xcf\x97\xbb\ \x86\x97\xaf\x5e\xbf\xde\x68\xeb\xdb\x58\xd8\xb8\x7a\x71\x75\xe5\ \xf3\xfb\x2e\xde\x7d\xfd\xdb\xaf\x8f\x9f\x3c\x7a\xfa\xc3\x23\x94\ \x22\xaf\xe1\xf1\x54\x02\xb2\x80\xca\xe2\x6a\xb9\x64\x1a\xf0\x16\ \x39\x8b\xf5\x91\x8d\xe8\xb9\x2e\x47\xb9\x03\x60\x64\x5d\x6f\x72\ \xf4\xc6\x46\x48\xd8\x6c\x98\x99\x61\x1e\x56\x23\x17\x4b\x66\x69\ \x82\x4e\xa7\xd6\xa9\x13\xd4\x0a\xe0\x54\x42\x1d\x92\x8c\x09\x0f\ \xe0\x58\x2a\x00\x13\x27\x34\x98\x1f\x2c\x29\x35\xdc\xb3\x64\x84\ \xd9\x9f\x3c\x5b\x5f\xb6\x3d\x89\x53\xa4\xfe\xaf\x52\xb5\x54\x28\ \x89\x88\x8c\x4a\xce\x73\x8f\x8e\xdf\xad\x58\xfd\x6c\xeb\xfd\xe9\ \x3c\x8f\xa2\x31\x23\x98\x72\x2c\xad\x2f\x59\xb9\xfa\xa5\x25\xc7\ \x52\xb9\xdc\x04\xac\xc7\x64\x44\xa6\x09\x02\x86\x43\xa5\x12\xc8\ \x35\x2c\xa3\x16\x6d\xbe\x31\x34\x72\x0d\xe0\x9a\x1e\xde\xa2\x80\ \x07\x24\x0c\xa8\x97\x49\x25\x37\x99\xca\x35\x14\x22\x0e\xdd\xd2\ \x02\xf8\xc0\x31\x87\x71\x91\xcb\xb5\x2d\x02\x74\x59\x4d\x8f\xac\ \x02\x9e\x06\x74\xa0\x5c\xa5\x52\x95\x2f\xca\xb9\x46\x78\xbe\x43\ \x6e\x72\x3d\x33\xea\xd7\x41\x4b\xda\xd0\xea\x96\x86\x4c\xed\x56\ \x69\xcc\x3c\x12\xcd\x4c\x22\x9b\x97\x34\xbc\x72\x01\x19\xf0\xcf\ \x6a\xb6\x3e\x7a\xd8\xad\x85\xf7\xa7\xe5\x71\x29\x5c\x06\x4d\x2b\ \x47\xf9\xd7\x0c\x1a\x8e\x05\x5c\x8b\xc1\xa0\x8b\x0a\x37\x57\x90\ \xd3\x08\xcc\xe2\xf3\x2b\x7b\x5b\xa7\xdb\x99\x94\xf2\x67\xa0\x21\ \x8d\x2a\xbd\x00\xd4\x27\x17\x1e\xcb\xe5\x09\x68\x34\x86\x0a\x26\ \x04\x16\x8e\xc2\xc2\xb1\x70\x74\x2a\x03\x48\x16\x11\x0b\x08\x45\ \x22\xca\xb0\x28\x4a\x95\x4e\xa7\x91\xe9\x78\x2c\x91\x8e\x27\x11\ \x89\x74\x2c\x96\x88\x4a\xaf\xf0\x74\x1c\x36\x9c\x2e\x8a\xa1\x03\ \x92\x05\x66\x06\x86\x63\x09\x81\xa8\xd2\x3d\x58\xcc\x51\x0b\xa5\ \x8a\x90\xd8\x94\xe8\xe8\x44\x89\x4e\xc7\xcc\x2a\x65\xa2\xa0\x2f\ \xe4\x32\xca\x91\x04\xa0\x86\x42\x21\x53\xcc\x04\x01\x0f\x47\x60\ \x46\x81\x7b\x98\x00\x4f\xea\x00\x05\xea\x29\x54\x80\x06\xe4\xb0\ \x01\xb3\x84\x12\x8e\x5a\xc7\x16\xa3\xe4\x1c\x31\x53\x28\x16\x4a\ \x85\x4c\xbe\x32\x56\x1c\x60\x88\x0f\x09\x08\x8d\x8b\xcb\xcd\x4e\ \x8f\x4b\xb2\x58\xd2\x93\x5a\x2e\xde\xce\xec\xff\xc7\x0f\x5f\x6c\ \x54\x9c\x5c\xed\xbe\xfe\xc9\xdf\x97\x96\x64\x08\x8e\x94\x84\x46\ \x86\x49\xa2\xa3\xa2\xe1\x71\x49\xe9\xf1\x88\x23\x25\x19\xdc\x03\ \x73\x2d\x65\xe9\x49\x80\x30\x69\x69\x69\xc5\x30\x43\xd7\xb5\x57\ \xd4\xe6\x04\x87\x06\xb0\x01\xb1\xc4\xec\xc8\xe8\xa8\x24\xd0\x7c\ \x79\x89\x69\xe9\x49\x80\x48\x86\xa8\x5c\x78\x85\x94\xdc\xa4\xb4\ \xf8\xb8\xdc\x8c\x9c\x34\x4b\xba\x05\xa1\x59\x7a\x49\x72\x7a\x4a\ \x6e\x76\x9c\x21\x2e\x2a\x3a\xc3\x90\x93\x11\x17\x97\x91\x9e\xd8\ \x78\x6e\xe9\xf5\xde\xfd\xee\xf3\xdf\xbb\xbf\xfa\xfb\xbb\xc7\x7f\ \xd1\x52\x79\xe1\x85\x74\x23\x26\x06\x4f\xa1\x81\x26\x9f\x8f\xc9\ \x24\xd0\x45\x2c\x2d\x96\x0a\x1f\x38\xad\x89\x40\x27\x12\x02\xc3\ \xe9\x44\x40\x9b\xcc\x9e\xf0\x3d\xe0\x33\x3d\x43\x4d\x43\x99\x68\ \x63\x16\x87\x42\x70\x59\x58\x3a\x96\x45\xc1\xd3\x03\x2b\xb1\x58\ \x2c\x0e\x87\x11\xc9\xc2\xc3\x09\xf4\x21\x94\x69\x38\x8f\xce\xe5\ \x7c\x4f\x26\x60\x56\x65\xe5\xe6\xde\x50\xcf\xd0\xda\xca\xf6\x1e\ \x2a\x8b\x38\xf8\x68\xd1\x78\xba\x07\x80\xb5\x7d\x8d\x42\x0d\xaf\ \xaf\xf7\x4e\x5f\xbd\x3a\x40\xf6\xca\x9b\xa7\xaf\xce\x4e\x6f\x5e\ \x5d\x83\x30\xbc\xb9\x3e\x78\x83\x40\x0b\xe1\x15\xaa\x40\x3d\xa0\ \x95\x6f\x1d\x1c\xbe\x21\xb5\x97\x3c\x09\x07\xb8\xdb\xde\x3c\xda\ \x5b\x19\x1a\x42\xe6\x7e\xef\x7f\x72\x8f\x4c\xd7\x8c\x35\x7b\xbd\ \xce\xde\x96\x96\xe2\x02\x4f\x5e\x7a\x4e\x73\xda\x53\x35\xed\x00\ \x00\x20\x00\x49\x44\x41\x54\x7a\x72\xd1\xa8\x3d\x3b\xc3\x33\xd0\ \x52\x52\xd4\x52\x5c\x62\xb1\x14\x38\xf3\x4a\x4a\x0a\x8a\xec\xce\ \x02\x2f\xa8\xb6\xb2\xe2\x7c\xaf\xbb\xa8\xb7\xb9\x78\xba\xd9\x5b\ \x52\x9c\x5b\x3c\x7b\x7f\x36\x67\xc0\x59\xec\x74\x16\x0c\x8c\x8e\ \x8f\xf7\x7a\x27\xa6\xed\xf6\xe6\xfb\x53\x05\x1e\xbb\x77\x6a\xb6\ \xac\xb1\xa1\xb1\xab\xa2\xbe\xe3\xce\xc4\xe0\xf8\xe0\xbd\x7a\xdf\ \xdd\xc6\x71\x77\x5d\x67\x03\x88\xb7\x91\xd9\xa9\xd9\x8a\xfe\x8a\ \xc6\xc9\x81\xd1\x01\xef\xd8\xc4\x68\xef\x58\x47\x91\x67\xa0\xcc\ \x3b\x30\xeb\x75\x67\x14\x4f\x0d\x4c\x7a\x3c\x73\x13\xe3\x73\x73\ \xd3\x63\x83\x63\x8d\xfd\x75\x23\xe3\xad\xb7\x7a\x27\xfb\x6f\x55\ \x2d\x2f\xdc\x69\xa8\x6e\xbc\xd8\xa9\x5d\x5d\x5e\x5d\x6d\x6b\xeb\ \x1a\x9e\xa9\xbd\x55\xdf\xb9\xba\x5c\xd5\xd7\xd5\x35\xd3\x56\x75\ \xab\xa6\x6d\xb8\x7a\x61\x78\xb5\x6b\x61\xb7\xcd\xb7\x7c\xe1\x3f\ \x59\x6e\xaf\xad\x5d\x5d\xdd\xe9\xda\xf8\xf9\xa5\xff\xf8\x72\xd7\ \xff\xf2\xf9\xc6\xc2\xee\xf0\x0e\x5c\x9d\x2c\xec\xec\xbf\xde\x05\ \x5c\x3b\x3f\xf1\x9f\xf8\x8f\x17\x6a\x7d\xfe\xd7\xbb\xfb\xab\xbb\ \x5f\x3e\xf7\x6d\x6c\xf8\xfd\xe7\x97\xad\x7d\x33\xfe\xcb\xfd\x2f\ \x5f\x7f\xf7\xc2\xff\xf2\xe2\xe7\x9f\x7e\xf9\xfc\xf3\xc7\x5f\x95\ \xaf\x3f\x5b\x5f\xd4\x9a\x8c\xa8\x2c\x80\x8b\x14\x21\x8d\xab\x17\ \x08\x18\xa0\x7a\x60\x78\xb3\x5c\x0e\x95\x56\xa0\xd5\x5b\xbb\x1d\ \x56\x3d\x30\x94\x47\x05\x86\xdc\x50\xd4\xe2\xa1\x10\xf2\x39\x1c\ \x85\x90\xa3\x90\xc2\x30\x40\xe6\x25\xa5\x0f\x40\x71\xa4\x66\xdd\ \x96\x0a\x53\x6f\xdf\x7e\x70\x3b\x41\x57\xaa\x7b\x90\x95\x00\xc3\ \x04\x66\xec\xda\x49\xe1\xed\x88\x85\xd7\x8b\xdd\xd5\xeb\xff\x88\ \x94\xa2\x56\x36\xa0\x69\xec\xb0\xd0\xf8\xc4\x1c\xe7\x54\xed\xea\ \xe3\xf0\xc2\x57\xff\xfd\x37\x0c\xea\x22\x2c\x7f\x6a\xd3\xea\x5d\ \xdd\x7a\x9e\xc9\xe6\x32\x01\xe7\x5b\x5a\x34\x1b\xe5\x3c\x54\x79\ \x69\x44\xb5\xa0\x3c\xd4\x7f\x23\x07\xea\xa7\xe7\xa9\x60\xfc\x03\ \x0a\x69\x54\x3c\xae\x51\x25\x40\xd9\x63\x5a\x13\x72\xc8\x93\xab\ \x88\x54\xb4\x10\xa7\x35\xf2\x4c\xf0\x3f\x65\xb4\x69\x04\x5c\xbd\ \x63\x49\xa5\xd5\xdb\x6c\x56\x78\x84\xc9\xa8\x47\xae\x80\xdd\x2e\ \x2d\x0f\x48\x1a\xcf\x24\xe7\xa1\x6c\xa0\x47\x56\x8d\xde\x61\x05\ \xc9\x67\x14\x11\x34\x26\x93\x4d\x4e\xd5\x77\x53\x48\x3c\x93\x9e\ \x6b\x44\x09\xd3\x0e\x9b\xb1\xfc\xaf\x56\x39\x8f\xc5\x93\x6b\xb8\ \x34\x80\x73\x1a\x32\x3b\xc5\x81\x28\x45\x0e\x3c\x54\x2a\x8e\x8c\ \x0f\x5f\x5b\x5b\x41\x49\x50\xf3\x68\x9b\x69\xfe\x68\x9b\x4e\xd2\ \x98\x17\xbb\x6d\x66\x2b\xbc\x84\xca\xaa\xe7\xea\xb9\x0c\x50\xd7\ \x0c\x0a\x8d\x41\x91\x33\x68\x34\x1c\x95\xc5\x82\x91\x83\xc1\x10\ \xf1\x80\x4d\x64\x1c\x11\x4f\xc6\xe3\x71\xc4\x18\x11\x89\x04\x88\ \x45\x0c\xc4\xe3\xe8\x20\xfc\x88\xb2\xf0\x4c\x64\x87\x45\x17\x01\ \x9c\x01\x6d\x00\xfd\x02\x84\x4b\x46\x20\xd1\x65\xd8\x4f\x82\x85\ \x52\x7e\x2a\x87\x19\x95\x98\x9e\x96\x18\x24\x06\x6e\x95\x00\x04\ \x57\xa1\x13\x8a\xf9\x3a\xb5\x30\x20\x8c\xc9\x06\x45\xce\x14\x4b\ \x51\xdd\x02\x93\x2f\xe6\xab\x1f\x00\x12\x49\x52\x11\xf7\x42\x0e\ \x59\x7c\x60\x5e\x12\x10\x92\x6a\x26\x5a\xbf\x4a\x10\x4b\x14\x9c\ \x00\x21\xe8\xc4\x04\x65\x80\x5a\xc1\x8f\x35\xa4\x24\x27\x06\x07\ \xc5\xf1\xa3\xc2\xa2\x22\xd2\x93\x2d\xf6\xde\x91\xf3\x97\xfe\xcf\ \xad\x3f\x7c\x5d\x3b\x97\x3f\xe5\x8c\x0e\x0b\x08\x08\x0d\x0e\x8b\ \x8a\x8d\x8c\x08\x8a\x8c\x96\xc4\xc6\xc7\x17\xa4\xc4\xa5\xc5\x27\ \xe7\xc4\x45\x44\x27\x46\x04\x47\x64\xe4\x64\x5b\x92\x33\xf2\xa2\ \x43\x25\xca\xb0\x34\x4b\x64\x54\x64\x74\x7a\x51\x58\x18\x5b\x29\ \x09\xe1\x33\x83\x43\xa3\xc2\x12\x23\x62\x0d\x49\x91\x29\x19\xb9\ \xf1\x91\x89\x89\x86\xfc\x8c\x74\x8b\xc1\x60\x48\xc9\x48\x32\xd8\ \xf3\x0b\xf2\x13\x93\x12\x93\x73\x2d\x05\xe9\x06\x7b\xb2\xc5\x92\ \x92\x68\x49\x89\x88\x4d\x4a\x8e\x8c\x88\x4e\x49\x8b\xaa\x6f\x68\ \x1e\x6b\xee\x5c\xff\x87\xeb\xe1\x93\x1f\x7f\xfc\xed\x1d\x4b\xd0\ \x43\x07\xec\x09\x8f\xc1\x52\x18\x8c\xc2\xc3\x23\x59\xcf\x56\x0f\ \x4f\x00\x12\xbd\x1c\x26\x2a\x59\x20\x09\x4b\xc6\x55\x56\xd2\x7b\ \xb6\xe6\x03\x0b\x2b\xe7\x51\x10\xd7\x7c\xd3\x3c\x00\x3e\x19\x43\ \x26\x90\x60\xae\x01\x4e\xab\xc2\x60\x02\x2b\x33\x49\x99\x78\x32\ \x4e\x43\x40\x7b\x8d\xf4\xca\x9e\xca\xcc\xa6\xa1\xa1\xcc\x9e\xa1\ \x9e\xed\x42\x38\x93\xf3\xdb\x9b\x28\xbd\xad\xb2\x67\x73\x0b\xa5\ \xe0\x1c\x1e\x20\x4b\xd9\xa3\x83\xeb\xd3\x3d\x50\x7d\x87\x6b\xc0\ \xa2\x8e\xce\x8e\x00\xa7\xae\xcf\x0e\xb7\x5e\xbd\xba\x39\x7c\xf3\ \xe6\xe6\xf4\x08\x50\x6b\xf3\xfa\x14\x15\xc6\xdf\x1c\x1d\xa1\x86\ \xc6\x53\xd9\xfa\xda\xab\x9b\xb3\x37\x6b\x5f\xe7\xfd\x2c\x3b\x3b\ \xdd\x3c\x38\xdd\x9b\x5f\x99\x3f\x3a\xda\x9a\xdf\x1a\xf2\x7a\x46\ \x5b\xef\x15\x15\x7b\xf3\x9d\x4e\x8f\x67\xda\x9d\x93\xe7\x19\x19\ \xc8\xf3\x8c\x7a\x46\x2c\x65\x73\xc5\xa3\x2d\xc5\xa3\x65\x45\xb9\ \x69\x65\x1e\x67\x71\x59\x59\x76\x76\x71\x7e\x5e\x41\x81\xb3\x38\ \xdd\xee\x71\x8f\x17\xb7\x0c\x94\x39\xcb\x0a\xf2\xb3\xa7\x47\xa6\ \x9b\x07\x8b\x41\xbe\x95\x35\x4f\x4d\x01\x57\xeb\xef\x6d\x29\x1e\ \x9b\xcb\x2f\x69\x29\xb1\x17\x17\xd8\x3b\xab\x6b\x56\x7d\x1d\xed\ \xf7\x46\x6e\xb5\x57\xd7\xaf\x76\xd5\x37\xdc\x1f\xb8\xd3\x78\xab\ \xb1\xa6\x6a\xae\x7d\x7c\xb6\x6e\xa6\xad\xa3\xc3\xd3\xd2\x5e\xe0\ \x1c\x1f\xec\x9f\xee\x70\x8e\x8c\xd9\x07\x3c\x13\xde\x96\x51\x7b\ \xde\xec\xb4\xbb\xcc\x03\xaa\x70\xb6\x79\xf0\xce\x6c\x7d\x67\x7b\ \x7b\x7d\x6d\x7b\x4b\x7b\xc3\x5c\x75\xdf\xf2\xdd\xc6\xba\x8a\x8d\ \xe3\xe1\xe5\xf3\x99\xbe\xf3\xd6\xda\x9a\xae\xd6\x99\xaa\xda\xae\ \xe1\xfa\xe1\x8a\xfa\x85\x56\xc0\xac\xba\xd6\xae\xd5\x99\xae\xcb\ \x99\xaa\xd5\xb6\xbe\x9d\xb6\x99\xd6\xda\x8d\x5d\xdf\xf3\x2f\xf7\ \x8f\xbf\x7c\xf7\x7c\x67\x7f\x75\xf5\xe2\xe5\xeb\xe3\xfd\xea\x85\ \xfd\x85\x93\x2b\xdf\xce\x8b\x8b\x8d\xfd\xb6\xbe\x2b\xd0\x8c\xb5\ \x35\x6d\x5d\xb5\xdf\xff\x74\x71\x7c\xbc\xba\x7a\xb9\x73\xb1\x51\ \xeb\xdb\xd8\x3f\xf6\x2d\xec\x1e\xfb\x5f\x6f\x1c\xbf\x7c\xf7\xee\ \xdb\xcf\xff\xf8\xf3\x8f\x4f\x7e\xec\xee\x06\x31\xf4\x10\xc6\xac\ \x43\x6b\x63\xb0\xe4\x7a\x39\x1e\x47\x35\x72\x55\x2c\x9e\xca\x64\ \x52\xf1\x80\x7f\xa0\x0d\x39\xb9\xcb\xa1\x37\x9b\xd7\xcd\xda\x1f\ \xa6\xd5\x71\x41\x4c\x0e\xea\x01\x61\xea\x50\xcc\xb0\x4e\x21\x85\ \x21\x80\x82\x84\x13\xa4\x6a\xc5\xed\xdb\x6a\x35\xb2\x7a\xbf\x5d\ \x9a\xca\x14\x82\x50\x7c\xf0\xbf\xb3\x52\xb3\x82\x17\x7e\xee\x8b\ \xcd\x3f\x7e\xfd\xcb\x93\x47\x97\xbf\xad\x37\xa3\x80\xcf\x07\x3a\ \x10\x2f\x92\xa0\x08\x4b\x62\x51\xfb\xbb\x45\x33\x83\x70\xfa\x5f\ \xff\x67\xfe\x1f\x4b\x2e\x50\x6d\x56\xab\xd6\x64\x35\xd9\xba\xcd\ \x00\x30\x46\x8d\xab\xdc\xa5\x47\x91\x81\x5a\x80\x2a\x9e\x4d\x05\ \xaa\x0f\xc5\x12\xf2\x90\x8d\xa8\x5e\x63\x72\x71\x01\x96\x18\x66\ \x00\x5a\x9a\xde\xe8\x70\x98\x90\x1d\xb1\xd6\x48\xa2\xa9\x78\x7a\ \x33\xe0\xaf\xcb\x6c\x96\x6b\x1c\x8b\x40\x9e\xba\xd7\x19\x02\x7d\ \xb7\xc9\x65\x05\x04\xe3\x6a\xf4\x1a\xa3\x59\x0b\x4a\x92\xc7\xe3\ \xf2\x34\x1a\x9c\x06\xc4\x9e\xcd\x04\x9f\x80\x55\xcf\x32\x3b\x30\ \x38\x78\x49\x17\x8b\xac\x5f\xa2\x10\x8d\x46\xb3\xb1\x1b\xfe\x58\ \xf9\xc3\x72\xbd\x1e\x34\x24\x03\x87\xd2\x29\x28\x2c\x06\x83\xc4\ \x92\x0b\x58\x54\x20\x64\xf3\x47\x3c\xd4\xd8\x4c\xc0\x87\xa3\xbd\ \xea\xbd\xcd\x4d\xf8\xa2\x0f\x35\x6d\x1e\xae\x15\x62\x8c\x2e\x80\ \x53\xab\xd6\x48\xa5\x9a\xcc\xc0\x12\x35\x5c\xb9\x80\xc6\x60\x50\ \x08\x38\x16\x55\x40\xe3\x52\x71\x34\x06\x1e\xc3\xa2\xe1\xf1\x64\ \x0c\x8e\x42\xa0\x63\xf0\x18\xac\x2c\x30\x5c\x84\x0c\x67\x40\x0b\ \x12\x89\x68\x37\x30\x30\x26\x50\x44\x0c\x0f\xa7\x13\x50\x09\x29\ \x19\x18\x01\x1d\x8f\x0f\x04\x75\x08\xb4\x80\xf8\x49\x34\x53\xc2\ \xd7\x31\x13\x8b\x0b\x52\x92\xa2\x62\xc3\x24\x4c\x9d\x42\x21\x54\ \x27\x24\xe8\x24\x62\xb4\x9e\x25\x91\x22\x50\xe2\xf3\x85\x09\xa9\ \x3a\xbe\x94\xad\xe4\x24\x94\x66\x29\x24\xc8\xab\x41\x21\x95\xa6\ \x72\xd8\x21\x7c\x38\x71\x42\x21\x5b\xc1\x91\x2a\x39\x52\x66\x00\ \x20\x1e\x3c\x4d\xc1\x97\x48\xa4\x01\x92\xd0\xb8\x58\xc0\x1d\x71\ \x68\x74\x48\x68\x54\x9a\x21\xcf\x5e\xe4\x6d\xf7\x55\x8d\xf5\x0e\ \x8e\x25\x07\xeb\xd4\x01\xa1\x09\xe2\xa8\xb0\xe0\xd0\x90\x80\x44\ \x43\x48\x7c\x7c\x64\x58\x58\x58\x40\x74\x94\x32\x29\x25\x31\x3a\ \x3e\x36\x22\x2a\x2e\x2a\x2e\x32\x25\x29\x31\x2a\x3b\xcf\x5e\x60\ \x89\x88\x33\x44\x46\x86\x45\x04\x84\xc4\x45\x46\x4a\x82\x03\xd8\ \x21\x1c\xbe\x24\x20\x38\x08\x50\x2a\x36\x31\x25\xd2\x9e\x5b\x92\ \x92\x92\x91\x93\x14\x9d\x96\x92\x9b\x96\x9b\x61\xc9\x48\x4f\x4e\ \x32\xa4\x44\xa5\x47\x26\x19\xd2\xd3\xf3\xb2\x33\x12\xb3\xb3\x93\ \xb3\x73\x90\xe1\x68\x72\x62\x62\x7a\xb2\x21\x22\x63\x66\xb0\xd8\ \xdd\xf1\x44\xee\xb0\x3e\xfe\xed\x17\xbd\x46\x40\x24\xb1\x28\x5a\ \x6a\x0f\xb6\x92\xe4\x10\xac\x5c\x1f\xac\xad\xed\xad\xe1\xad\x04\ \x12\xb6\xfc\x0f\x07\x8b\x18\xa8\x05\x60\xa2\x67\x12\x50\x9a\x6a\ \x61\x0f\x10\x9a\x4a\xd1\xca\x50\x21\x3d\x30\x9c\x84\xc1\x20\xcb\ \x45\x3a\x09\x4b\x50\xe1\x08\xa2\xc2\x4a\x32\x99\x47\x25\xf3\xf0\ \xb4\x98\x4a\x8c\xac\x30\xb3\xa7\x12\xce\x60\x53\xe5\xda\x76\x53\ \x60\xcf\xda\xd6\xfc\xfc\x3c\x32\xfa\x1b\x42\x6b\x59\x9b\x28\x32\ \xf5\x00\xb9\x2f\xef\x9d\x1e\xf5\x6c\x1f\x1e\xed\x55\x1e\x1e\x9d\ \xed\x5d\x1f\xa0\xce\x9d\x37\xf3\x67\xef\x3f\x00\x60\xdd\xbc\xba\ \x01\xc0\xba\xd9\x43\x95\x0f\x6f\x50\xb9\xd6\x1e\xc0\xd7\xf5\x9a\ \xb1\x10\xee\xbc\x7e\x73\xf3\x55\xc7\xd8\xd3\x83\x1b\xd4\x42\x7d\ \xb0\x87\xdc\x6a\xd6\x6e\x7e\x6a\x19\xa9\x6b\x70\x4e\xb8\xdd\xb3\ \xd3\xce\xde\xa9\x82\x62\xcf\xdc\xc0\x48\xb1\xbd\xa0\xd8\x9b\xeb\ \x19\x2d\x72\x8e\x02\xc9\x2a\xc9\xb7\x94\x00\x95\xb2\xa7\x15\x94\ \xe4\x94\x95\x4d\x8d\x14\x14\xe5\xb7\x0c\x38\x3b\x7a\xdd\x1e\x6f\ \xf1\x54\x49\x51\xde\x88\x67\xaa\x77\xca\x9d\xd7\x52\xe6\x6c\xee\ \xbf\xd3\x9b\xe3\xb9\xe7\xc9\x76\xf7\x0f\x38\x47\x3d\x39\x6e\x20\ \x6d\x0d\xf5\xe3\xc3\x5d\x0d\xe3\xb7\xc6\x6b\xc6\xeb\x7d\xc3\xcb\ \x15\xb7\xda\x9d\xf7\xdb\x17\xfa\xda\xf7\xc7\xef\xce\xcd\x35\xce\ \x2c\xb4\x75\x94\x38\x3b\xc6\x72\x81\x9b\xdd\x9f\xca\x71\x02\x69\ \x03\x79\xd9\xdb\x92\x53\x34\x3d\x37\xdb\x3b\xd2\x3b\xe0\xf1\xd4\ \xf7\x8f\x37\x76\x01\x45\x1b\xbc\x3f\x36\x7a\xaf\xf6\x7e\xc3\xc2\ \x46\x7d\xdb\x58\x63\xeb\x42\xdf\xee\x70\x45\xf5\xc6\x4c\x57\x4d\ \xed\xf0\x72\x7d\x7b\x5f\xc5\x70\x5f\x75\x75\xdf\x6e\xc5\xae\xaf\ \x76\xd9\xb7\xdc\xb8\xb0\xd0\x7a\xbe\x3a\xdc\xba\x8a\xca\x42\xfd\ \xfe\x9d\xcb\x93\x5d\xdf\xf1\xd7\x40\xa3\x4e\x7c\xaf\x8f\x77\x8e\ \x2f\x16\x56\x37\x7c\x17\xc7\xe7\xe7\xad\x27\xad\x27\x3b\xcf\x67\ \x86\x7d\x3e\xa0\x67\xbb\x5d\x9f\xbe\x7b\x0e\xea\xef\xf5\x72\xd7\ \xd5\x6a\xdb\xf1\xe5\xd5\xf2\xfe\x8e\xff\xa2\xf5\xdb\xe3\xe7\x57\ \xaf\x7f\xfd\xf4\x97\x5f\x3f\x7b\xf6\xc3\xb3\xf5\xf2\x72\x95\xcd\ \xa5\xb5\x39\x34\x20\x76\x00\x1c\x04\x24\x0c\x15\x55\x01\x68\x68\ \x1a\x13\x8f\xca\x63\xd9\xac\x7a\x93\x8d\xa5\xd5\x0a\x1c\xeb\xe5\ \x2a\x93\xeb\x5d\x64\x2c\x08\x07\x21\xea\xf3\xd0\x65\xa5\xaa\x85\ \x68\x3f\x10\x71\x26\x54\xab\x90\x9a\x70\xfb\x7f\xa7\x4a\x75\xea\ \xd4\xd4\x3f\x3d\x78\xa0\x66\x32\x85\x1c\x66\x08\x5b\x9d\xea\xbe\ \xfc\x74\xb1\x6b\xfc\x65\xd5\xaf\xef\x7e\xff\xf3\xee\x4f\x77\x91\ \x17\x4d\xaa\x8e\xa3\xe6\x28\xe3\x13\x53\xca\xfa\x5e\xfc\xf9\xb1\ \x55\x4f\x3e\xfa\xcf\xff\xe7\xc3\xd3\x87\xe6\x25\x53\xf9\x62\xb9\ \x19\x04\xea\xd3\x6e\xd0\x5f\x8b\x66\xb3\x79\xf1\xe1\xc7\x30\x42\ \x9b\x9c\xa5\xe2\x32\x6c\x26\x94\x0c\xa8\x02\x49\xf7\x31\x5d\xc2\ \x6a\xe5\x1a\x05\x2a\x9e\x89\x57\xae\x12\x08\x78\x5c\x13\x17\x71\ \x44\x0d\x8f\x40\xe3\x72\xe5\x5c\xad\x56\x6b\xe5\x9a\xb5\x4b\xe5\ \x66\x64\xd8\x6e\xe4\x0a\xf4\x7a\x93\x59\xc0\x73\xe8\xb9\x26\x93\ \xde\x88\xd8\x9b\xd6\x66\x52\x19\x1d\x28\xfa\x0b\x55\x98\x3d\x35\ \x39\x1c\x46\x96\xb5\x9c\x24\x80\x8f\xc2\x6a\xc3\x70\xbb\xa9\x24\ \x64\x25\xf8\xd4\xc8\xb5\x2e\x9a\x50\x19\xbd\x91\x47\x15\xa0\x00\ \x55\x32\x8a\x1a\xd4\x02\xba\x21\xa7\xe3\x83\x26\x2e\x9e\x05\xc7\ \x48\x99\x68\x51\x77\x13\x14\xe1\x36\x88\x89\xa3\x83\x1e\x19\xd1\ \xb4\x04\x92\x14\x34\x21\x03\xa5\x54\x9b\xb8\x0c\x3d\x8b\x4a\x01\ \x61\x08\x50\x87\x61\x21\x93\x77\x0c\x8a\x7d\xa6\x11\xc8\x54\x0c\ \x9e\x4e\xc4\x91\x48\x78\xb4\x39\x48\x86\x1f\x38\x0c\x40\x13\x11\ \x87\xc5\x06\xa2\xf0\x67\x42\x78\x20\x11\x43\xc0\xd2\xc9\x64\x11\ \x56\x86\xd6\xb7\xd0\x16\x21\xe8\x97\x4f\xc2\x14\x7c\xb6\x32\x22\ \x3d\xd7\x90\x1c\x1d\x16\x19\x22\x4d\xf8\x58\xd1\x2e\x95\x72\x14\ \x70\x82\x38\x62\x36\xca\xf0\x92\xb0\xd5\x59\x59\x6a\x29\xf2\xba\ \x62\x32\xd5\xc8\xef\x8a\x29\x95\xf2\x85\x42\x89\x4e\xc1\x66\x33\ \x91\x0b\x69\x28\x20\x98\x54\x18\xc0\x66\xb2\xd9\x7c\xb6\x4e\x07\ \x3f\x85\xcc\xb0\xb8\xa8\x48\x10\x79\x01\xf0\x33\x22\x32\x39\xd9\ \x90\x9c\x6c\x49\x2e\xcb\x0b\x13\x87\x8a\x99\x4c\x65\xa4\x90\x89\ \x42\xc4\x42\x24\xec\xe0\xe0\x90\xa0\xb0\x10\x20\x51\x91\x69\xc1\ \xd1\x89\xa1\xc1\x41\xa1\x11\x89\x86\x60\x65\x5c\x50\x5a\x9a\x21\ \x3e\x38\x3a\xcd\x10\x91\x18\x11\x9d\x67\x89\x0f\x4a\x4a\x8e\x42\ \x39\x39\x21\x80\xa2\x4a\xa6\x38\x24\x4c\x1c\x92\x08\x0a\x30\x2a\ \x2f\xbe\x20\x3a\xaf\x2c\x3f\x23\x25\x23\x2a\x3d\x23\x25\x27\x39\ \x39\xb9\x20\x23\x3e\x3d\x2e\x2d\x39\x3d\x2e\x31\x3e\x39\x3b\x37\ \x3e\xc2\x10\x9b\x11\x67\x31\x44\x27\xe5\x25\x26\xc5\xc7\x47\x83\ \x32\x4d\x19\x1e\x9f\xaa\xe9\xaa\x7e\xe4\x60\x94\xff\xd1\x4d\xa4\ \xea\x59\x4f\x55\xd6\x25\x15\x55\x1f\x68\xfd\x27\xe1\xe0\x6c\x6f\ \x73\x7b\x6d\xbb\x10\x68\x6a\x8c\xfe\xdd\x1f\x0c\xf2\x10\xf7\xa9\ \x99\x21\x93\xc9\x89\x99\xf3\x04\x72\x53\x53\x66\x4c\x38\xa0\x51\ \x4c\x60\x53\x38\x9e\x4e\x66\x69\x88\xd8\x70\x7c\x20\x89\x08\xb3\ \x03\xb1\x89\xca\xe0\x51\xa8\x44\x22\x2b\x3c\x86\x5e\x58\x19\x93\ \x59\xb9\x8d\x3c\xad\x7a\x86\x0a\x03\x0b\xb7\x91\x17\x72\x0f\xd0\ \x33\x80\xaa\xcd\xb5\xcd\xed\x8f\xde\x0c\x68\x83\xef\x08\x81\xcd\ \x11\xfc\x9c\xdf\xdb\x46\xed\xd0\xa0\x0a\xb7\xcf\xce\x3e\xbc\x39\ \x78\xff\xe6\xcd\xab\xad\xb3\x57\xef\x0f\x4f\xdf\xbf\x7a\xf5\xe1\ \xcd\xcd\xc7\x9e\x9e\xd3\xb3\x79\x8c\xec\xec\xfa\xe0\xd5\xab\x37\ \x7f\x63\xf4\x3b\x7f\x1f\x7a\xff\xb1\xa7\xfa\x68\x08\x39\x6a\xcb\ \xc6\xfa\xeb\x07\x5b\x66\xbd\x9e\x91\xe6\x12\xe7\x84\xa7\xc4\xd9\ \xdc\xd2\x3c\xd6\x92\x96\x53\x92\x33\xe0\x99\x06\x8e\x54\x9c\x67\ \xb1\x24\xd9\x8b\x8a\xed\x39\xb9\x4e\x67\x86\xdd\xee\xf6\x14\x95\ \x35\x3b\x5b\xa6\xc7\x9d\x76\x80\x37\xbb\xbb\x2c\x69\xa4\x77\xae\ \xa4\xa4\xd7\xed\x75\x3b\x47\xef\x4f\xb8\x8b\xdd\xb3\xde\x92\xb2\ \x3b\x13\x2d\x1e\x6f\xd9\xe8\xc8\xb8\xbd\xf3\x56\x43\x55\xe3\xdd\ \xce\xfa\xb9\x8a\xfb\x93\xbe\x99\xd5\x5b\x9d\x93\xbd\x35\xed\x35\ \x3b\x7d\xc3\x77\x86\xef\xf7\x0f\x37\xde\xaa\xae\x99\x9d\x9a\x1c\ \x98\x9b\x1a\xed\x68\xf7\xd8\x47\xa7\xca\xfa\x4b\x9a\x07\x9c\x05\ \x40\xf1\x0a\x06\x26\xe6\x8a\x5b\xc6\x47\xef\x8e\x4d\x4c\xd6\x55\ \x54\x0f\xde\xeb\xf4\xce\xf6\x57\xb7\x55\x2f\xf4\xd5\xd7\xd6\xd6\ \x6f\xb4\xd5\xce\xec\x54\xd4\x2e\xd7\xad\xfa\x97\xfd\x35\x5d\xb5\ \xc3\xd5\xd5\xd5\xc3\x7d\x35\xfe\x8d\xbe\xd5\x7b\x75\xc7\xe7\x15\ \xab\xfb\xc3\x1b\x3b\xad\xfe\xe5\x56\xdf\xfe\x8b\xd5\xcb\x97\xfe\ \x2b\xdf\xc5\xfe\x79\x9b\x7f\xa7\xeb\xc2\x7f\x3e\xbc\x7a\xb1\xfb\ \xfa\xa2\x76\xff\x7c\xf5\xfc\xf8\x7c\xc3\x7f\x72\xdc\xda\xe6\x9f\ \x39\x5f\x38\x7f\xbd\xf3\xfd\xdb\xef\xbe\xbd\xd8\x39\x39\x5f\xfd\ \x7a\xf5\xfc\x85\x7f\xc7\xff\xcd\x46\xeb\x82\xef\xfc\xe5\xeb\x93\ \x97\xef\xbe\x7d\xfc\x1f\x9f\x7f\xf6\xf4\xc7\xee\x45\x9b\xd9\x56\ \xce\xb2\x1a\x51\x46\x32\xaa\x12\x42\xed\xce\x5c\x9e\x59\xaf\xe7\ \x76\x1b\xb9\x0c\x95\xd5\xac\x12\x68\x90\xf9\x81\xa3\xdc\xe5\x78\ \xb8\x44\xab\x4e\x14\xea\x80\x57\x21\xaf\x51\x85\x0e\xa5\xa3\x2b\ \xf8\x52\x18\x15\xa9\x6a\xb6\x30\xf5\x41\x69\x56\xaa\x42\xad\xe6\ \x33\x13\x80\x66\xe9\x60\x60\x84\xc4\x31\x25\x01\x69\x9d\xdf\x77\ \xda\xef\xbc\x7b\xf7\xd8\x6a\xfc\xf1\xcb\x3b\xcd\xf1\x52\xdd\x9f\ \x84\x01\xfc\x2c\x71\x50\x70\x86\xe7\xde\xbd\x93\x6f\xdf\x9a\x29\ \xe1\x3d\xff\xfa\x7f\xff\x53\xf5\x95\xd5\x55\x5e\x0e\x4a\x10\x99\ \x90\x96\x97\xdb\x1c\x68\x6f\x12\xe8\x8e\x59\x0e\xe0\x82\x1c\xda\ \x05\x7a\x97\x89\xaa\x32\x09\x04\x2a\x81\x9e\x0b\xda\xcf\xa8\xe1\ \xe9\x31\xbc\x8f\x7d\x34\x1a\xb3\x16\x65\x26\x7e\x34\x43\x16\x71\ \x4d\x2a\xab\x51\x60\xd6\x82\x76\xb4\xfe\xc5\x04\x04\xcd\x44\x63\ \x21\x5b\x06\x8d\x89\x26\x70\x98\xb9\xc6\x8f\x75\x5d\x02\x73\xb9\ \xd5\xa6\xd5\xb8\xb8\x38\xab\xcb\xd4\xfd\x97\xbf\x3c\x75\x75\xaf\ \x9b\x80\x7d\x11\xa9\x36\x6b\xf9\x92\x95\x48\x5d\xa4\x88\x4c\xcf\ \x1e\xda\x96\x6c\x46\xbd\xc6\xca\x63\x51\xf4\x46\xd0\xc9\x14\x8a\ \x1c\x43\x65\x51\xe5\xbc\x6e\x13\x83\x82\x61\x60\x30\x5a\x33\x17\ \x83\x3e\x33\x8a\x6c\x05\xf0\x0a\xc5\x12\xcc\xaf\xac\x35\xad\x6c\ \xce\x8b\x48\x5c\xab\x80\x86\x5a\x18\x51\x99\x88\x86\xc7\xc5\x01\ \x8e\x52\x51\xe9\xab\x40\x80\xa5\xc2\x00\xa1\x10\x61\xa2\xc7\x10\ \x51\x63\x09\x89\x80\xc3\x61\x50\xf1\x82\x0c\x8f\xc1\xe0\x91\x67\ \xb2\x0c\x4f\xc4\xcb\x02\xe9\x70\x0f\x1d\x8b\x25\x61\x45\x1f\xad\ \xfe\x08\x22\x14\xac\x43\x97\x05\x12\x45\x24\x0c\xf1\x93\x58\x8e\ \x22\x20\x3d\x3d\x37\x27\x25\x4c\xc2\x89\x0c\x95\x08\x41\x91\xa7\ \x26\xf0\xf9\x1c\x84\x5a\x0a\x8e\x58\xac\x10\xa2\x89\x25\x15\x70\ \x8a\xc9\x07\xb4\x02\x24\xe2\x27\x20\xfd\x8e\x96\xdc\x13\x1e\xe8\ \x14\x7c\x61\x96\x38\x24\x54\xc8\x91\x00\xc1\x12\x73\xf8\x40\xb2\ \x14\x7c\x26\x70\xac\xe0\xe8\xe8\xc4\xa0\x68\x94\xe6\x15\x1f\x91\ \x16\x1a\x1a\x22\xce\x4a\x7d\xa0\x0b\x8d\x54\xb0\xe3\x82\x42\x23\ \x43\x82\x95\x21\xb1\xc1\x01\xca\x60\x71\x40\x74\x6c\x40\x48\x30\ \x30\xb2\xe0\x58\x25\x9b\x1d\x0a\xc0\xc5\x0c\x95\x44\x29\x23\x43\ \x43\xa3\xd3\x22\xe2\x22\xa3\xe3\xa2\xe3\x23\xa3\x33\x40\xae\x46\ \x46\xa7\x18\x2c\x19\x89\x49\x69\xb1\x92\xa8\x20\xa5\x30\x36\x34\ \x94\x0d\x78\x18\x15\x11\x95\x12\x1f\x11\x66\xc8\x05\x56\x95\x1c\ \x95\x63\x29\x30\xe4\x66\xa7\xa5\xa5\xa4\x03\xa9\x32\x58\xe2\x11\ \x72\x45\xc6\xa5\x47\x66\x24\xe7\xc7\x47\xa5\xa5\xc7\x45\x24\x46\ \xc6\x45\x18\x72\x2c\xaf\xef\x0f\xf4\xb7\x7e\x21\x97\x15\x16\xca\ \x05\x02\xab\xf1\xd1\x57\xe5\x3f\xfe\xa1\xb5\x1a\xcd\x9f\xff\x6e\ \xcb\x5c\x5b\x3b\x38\xda\x6c\x12\x89\x64\x95\xe1\xaa\xdd\x9f\x78\ \x31\x6b\x32\xfd\x17\x3f\xe2\x63\x58\x5a\xd1\x96\x88\x4a\x10\x65\ \xc6\xc4\x84\x67\x66\x82\xb0\xc6\x62\x08\x64\x13\x8f\x84\xcf\x24\ \x13\xb0\xe1\x04\x16\x95\x50\xa9\xd2\x6a\xe9\x02\x1c\x8d\x1c\x23\ \x22\xd0\xe9\x81\x99\x95\x6b\x43\x95\x43\x43\x43\x2b\x4d\x99\x81\ \x3d\x85\x28\xfe\xb9\x07\x26\x21\x14\xee\xb5\x09\xa2\x70\xeb\x60\ \x6b\xfb\xe0\xe8\xe0\x60\x05\x30\xeb\x74\x6f\xeb\x70\xab\xf2\xf0\ \xe6\x0c\x00\xeb\x68\xfe\x06\xd5\xbf\x1f\xdc\x7c\xf8\x70\x70\xf4\ \xfe\xfa\xfd\xf5\xe9\x9b\x57\x6f\x00\xb0\x6e\xce\xce\x5e\x21\x0f\ \xc1\xcc\xcc\x9b\x57\xe8\xb7\x37\x1f\x56\x5e\xd4\x7f\x5a\xf9\xe1\ \xe6\x0c\x1e\x73\xb4\x75\x70\x70\x70\xf6\xe5\x58\xc7\x74\x41\xfe\ \x84\x73\xb4\x08\x64\xe1\x6c\xb1\xbd\xb7\x73\x70\xba\xb8\xc0\x53\ \x6c\x07\x58\x6a\xc9\x4b\x03\x48\xcf\xce\xcd\x03\xb2\x94\x57\x3c\ \x9a\x97\x5d\x64\xcf\xb7\x67\x3b\x3d\x63\x4e\x7b\x73\x73\x49\x6f\ \x4e\x99\xb7\xd9\xe3\x1e\x18\x1f\x77\x0f\xd8\x3d\xcd\x03\x9e\x41\ \x6f\xef\xa0\xa7\x6c\x7a\xaa\xd9\xeb\x9d\x9a\x1e\x1b\x99\x72\x02\ \x49\xbb\x5b\xd5\x5e\xd5\x3a\xd5\x70\xa7\x77\xf9\xce\x9d\xd5\xc6\ \xb6\xc1\xc9\xd9\x91\xda\xba\xe1\xb6\xaa\xce\x3b\xb7\xe6\xee\xd4\ \xdc\x69\x6d\xac\x19\x6c\x1e\xeb\x85\x57\x6c\x1e\x6c\x18\x9d\xea\ \x6d\x1e\xf1\x8c\x0c\x36\xe7\x4e\x17\xcf\x8e\x3b\x47\xa7\x8a\x9c\ \xcd\x13\x13\x63\xfd\xed\x75\x77\x3a\xeb\x1a\x6e\xf5\x8f\xd5\xb7\ \xcf\x34\x56\xd7\xf5\x2f\x54\x74\x56\xd4\x1c\xf7\x01\xca\x1c\x57\ \xb7\xfa\x5a\x57\xfd\x6d\xd5\xbe\xbe\x9a\x2e\xbf\xbf\x6d\xb7\xba\ \xb1\xb5\x61\x78\x78\x78\xb5\x76\x66\x77\x67\xb9\x6b\x63\x61\xd7\ \xb7\xb1\xb3\xb3\xff\xd2\x7f\xb1\xba\x70\x72\xb2\xb3\x30\x7c\x71\ \x71\x79\x32\xb3\x7f\xbe\xf3\xf5\xe5\xf0\x89\x6f\xf9\xe4\x9b\xab\ \xab\x8d\x9d\xcb\x0d\x1f\x88\xc6\x8d\xbe\xe3\xdd\x6f\x7f\xf6\x5f\ \xee\x1f\xef\xae\x36\xce\x2c\x5f\x5d\x0e\x83\x60\xbc\xe8\xdb\xb9\ \xd8\x7f\x7d\xfe\xf6\xed\x2f\xef\x3e\x7f\xf2\xf9\xc3\xee\x87\x2e\ \x1b\x00\x84\x4a\x5b\xbe\xa4\xd7\xe8\xf5\x1a\x0a\x89\x42\xa1\x72\ \x81\x54\x59\xb9\x0c\x01\x95\xab\x65\x68\x50\xc6\x8c\x91\x6a\x5a\ \x5a\xb7\x95\x2f\xb9\x96\xcc\x94\x5d\x98\x90\x51\xd7\xbf\x50\x07\ \x53\xb3\x1a\xbe\xca\xf0\x53\x98\x0a\x7a\x23\x35\x35\x2b\xb5\x54\ \x7d\x5b\xa1\x4e\x95\x72\x6e\x97\xfe\xe9\x7f\x65\x81\xc6\x08\xe0\ \x4b\xc4\xe2\xb8\xbb\xd9\xd9\x8d\x6f\x17\x79\xf8\xaf\x1f\x7d\xfe\ \x8f\xe3\xb1\x38\x14\x97\xa0\x14\xea\xd8\x71\xce\xfb\x63\x61\x05\ \x7e\xff\x67\x54\x42\x61\xcc\xd9\x7f\xfe\x1f\xc2\x0f\x8b\x4f\x1d\ \x26\xd5\xe2\x23\xb3\xf9\x91\x59\x6b\x72\x75\xa3\x8a\x29\x95\x55\ \xcf\xd3\x02\xe6\xb0\x34\x5c\xab\x0d\xe8\x8a\xd6\x6c\x46\x55\x02\ \x26\x9e\x1c\x95\x71\x1a\x61\xf8\xab\xf4\xc6\x8f\x1e\xc8\x1a\x81\ \x0a\xf5\xe3\xe8\x05\x22\x0c\x90\x2b\x23\x72\xc5\xb2\x0a\x34\xb6\ \x6e\x1b\xc8\x40\x13\x4d\x0e\x02\x52\x6f\x93\x3b\xba\x97\x6c\x5a\ \xae\xd1\xc6\xd5\x68\xcc\x66\x9e\x49\xa3\xb7\x52\x49\xb6\x25\xc7\ \xa3\xa7\x4b\x4f\x9f\x2d\x39\xf4\x26\x95\x8d\x48\x79\xf8\x70\x7d\ \x71\x89\x4c\x5b\x92\x13\x6c\x7f\x59\x72\x2d\x1a\x35\x9a\x8f\xb5\ \x56\xa8\xf3\x19\xa8\x15\x03\x59\x45\x6b\x79\x46\x1c\x91\x06\x4a\ \x10\x07\xef\x84\xc1\x05\x7a\x44\x23\x82\xe8\xd8\xda\x5e\x5b\x19\ \xea\x69\x2a\x0c\xdf\x3e\xda\x96\xe1\xb5\x56\x9b\x9e\x27\xd7\x00\ \x73\x85\x07\xf1\xb8\x2c\x0a\xcf\xac\x15\xd0\x68\x5c\x00\x3f\x0c\ \x03\x47\x95\x33\x70\x0c\xe0\x6b\x04\xe4\x19\x4f\x26\xe2\x30\x14\ \x22\x81\x00\xfa\x90\x40\xc7\x23\x8f\x19\x02\xb0\x2d\x0c\x5e\x46\ \xc4\x06\xc6\x60\x89\x70\x8c\x5e\x48\x27\x8a\x44\xe8\x16\x56\x04\ \x48\x47\x24\x62\x3f\x89\x0a\x0d\x89\x4b\x2b\x4e\xce\x0e\x82\x33\ \x12\x12\x2b\x11\x2b\x12\x38\x30\x5b\xe8\x38\x7c\x21\x47\x98\x20\ \x0c\x01\x41\x28\x95\x32\x91\xc9\x22\xb2\x75\x97\xaa\x11\xad\x55\ \x08\x13\x12\xb2\x12\x38\x62\x69\xe9\x9f\x52\xf9\x7c\x66\x2a\x27\ \x00\x15\x62\xb1\x51\xdb\x27\x1b\xd1\x31\xa9\x54\x19\x95\x14\x11\ \x19\x16\xc9\xd4\x09\x03\x42\x42\xc3\x42\x83\x42\xc4\x01\xc1\x21\ \xea\xd2\x52\x76\x28\xfc\x25\x21\x33\x18\xc5\xe9\x24\x46\x04\xc5\ \x86\x45\x84\x89\x83\x90\x89\xb2\x24\x08\x14\xa1\x32\x24\x44\x19\ \x1a\x1c\x1c\x1a\x14\xcc\x56\xc6\x46\x44\x07\x45\xc4\x46\x84\x06\ \xc7\x87\x29\x83\xa3\x22\x0d\x89\x49\x71\x91\x11\x96\xa4\x44\x4b\ \x4a\x62\x6c\x44\xb0\x24\x20\x34\x20\x58\x99\x92\x18\x6a\x88\x96\ \x84\xc4\x46\x29\xd3\xf3\xb3\xe3\x93\xec\xb9\x06\x4b\x7e\x4a\x4e\ \x5e\x62\x5a\x50\x54\x72\x7a\x6e\x74\x6e\x5c\x7c\x4a\x5a\x46\x54\ \x92\x25\x2a\x0e\x00\xcf\x92\x62\x89\x4f\x06\xbd\x99\x91\x18\x91\ \xfc\xba\xeb\x7e\xc3\x63\x62\xa1\x6c\x7e\xb3\x27\x86\x40\xc2\x5b\ \xf5\xf2\x1f\x6d\x34\x19\x41\xb3\xc4\xa0\x62\x62\x56\x56\x0a\xe7\ \x03\x09\x31\x99\x99\x32\xd2\xc5\xc6\x0f\xf4\xa1\x15\x6c\xf7\xbb\ \xcf\x70\xa2\x45\xfc\x76\x21\xf0\xd6\x70\x3a\x29\x33\x5c\x46\x8d\ \xa1\x53\x88\x24\x8c\x8a\xca\x22\x12\x31\x5c\x99\x8c\xc5\xe0\x91\ \xe7\xbb\x7f\xb4\x12\x4c\x38\x1c\x8d\x2e\xa3\x13\xc8\x31\x95\xd8\ \xcc\xca\xcc\xa1\xca\xf9\xa1\x4c\x59\xe5\x5a\x78\xf8\x7c\x53\xe5\ \xf6\xde\x1a\x4c\x42\xa8\x78\x6a\x0d\x5d\x6d\xed\xad\xc1\x11\xe4\ \xe8\xb0\x75\x74\x88\x2c\x49\xd1\xba\x56\xcf\xe1\x2b\x50\x84\xaf\ \xae\xb7\x4f\x3f\xc0\xe5\xe6\x1a\x00\xeb\x0d\xb2\x67\x7e\x75\x73\ \x0d\xbc\xea\xec\xb0\x32\xf3\xfa\x03\x70\xae\x37\xaf\x6e\x3e\x1c\ \xfd\x3e\x5a\x4d\x78\x05\x37\x50\x82\xeb\xc1\xd1\x07\x6a\xfe\x78\ \x67\x49\xd9\xa4\x7b\x34\xdf\x33\xe2\x1c\x28\x69\x19\x98\x9b\xf5\ \xe4\xa7\x97\x78\xf3\xec\x4e\x7b\x4e\x51\x7e\x51\x41\x76\xbe\x25\ \x3f\xdf\x9e\x93\x9e\x53\xe0\x2c\xb3\x8f\x96\xb5\x4c\x79\xca\xa6\ \xbc\xce\xd1\x59\xbb\xd3\xe9\xee\xed\x75\xbb\x47\x47\x00\xb6\xbc\ \x6e\xcf\xc0\xd4\xec\xc8\xdc\xd4\xd4\xd4\xf4\xfd\x51\x00\xb0\x09\ \xcf\xd8\xa8\x77\xc4\xe3\xbe\x57\x5f\x51\xb3\xdc\xde\x31\x39\x39\ \xdc\x5e\x71\xb5\x33\x3c\x39\x3e\xd6\xdc\xe8\xab\xef\xe8\xaa\x9b\ \xaa\x1f\x98\xab\xbb\x5b\xd3\x31\xe7\x2e\x1e\xec\xf5\xb6\xcc\xf6\ \x4f\xd4\x7b\x46\xc7\x8b\xdd\x73\x53\x23\x9e\xe2\x96\x8c\xe9\xfe\ \x01\x4f\x8b\x7d\xda\xdb\x7b\xb7\xfa\x4e\x5b\xdb\xfd\xb9\xc9\xc9\ \xea\x8e\xba\xda\xc6\xfa\xc6\xaa\xda\xea\xda\xf6\x8e\x5b\x5d\xcb\ \xf5\x3b\xd5\x55\xad\xc3\x33\x5d\x8d\x55\xc7\x33\x00\x4f\x7d\x6d\ \x3b\xc3\xad\x35\x75\xbe\xda\xaa\xfd\x99\xda\x99\x8d\xbe\xd6\x99\ \xe1\x0d\xff\x4c\xeb\xc2\xee\xee\xe5\xb1\xff\xe4\xe5\x89\xef\x78\ \x67\xd7\x37\x73\x7e\x79\xf9\xfa\x62\x7f\x77\x7f\x77\x63\xff\xeb\ \x1d\xff\xc2\x37\xe7\xfb\x7e\xdf\x82\x6f\xe1\x7c\x77\xa6\xaa\x6d\ \xd8\xff\xd3\xdb\x7d\x40\xb4\xdd\x65\xff\xea\xc2\xf9\xf1\xea\xc9\ \xc9\x8b\xe3\xea\x85\x93\xef\x9f\xbf\xfe\xe5\xdd\x9f\x7f\x7e\xf2\ \xd9\xd3\x72\xdb\xba\xc9\x6c\x2d\x37\x69\x79\x1a\xe4\x5e\x07\xb3\ \x16\x4d\xc0\xc2\xd0\x04\x3c\x9e\x9e\x47\xe1\xca\xd1\x1a\xb7\xca\ \x5c\xae\xd5\xc8\xcd\x2e\x9b\xcb\xaa\x75\x18\xe5\x8c\x9d\xdb\x1c\ \x98\xb9\x75\x6a\xd4\xe2\x2c\x65\x66\x25\x28\x12\xd4\x4c\x61\xaa\ \x5a\x77\x3b\x21\xab\x14\x88\xd6\xed\x07\xb7\x53\x1f\x64\x49\x13\ \xa7\xf2\x6e\xdf\x96\x4a\x13\xa4\x6c\xbe\xb0\x25\x39\x78\x7a\xf9\ \x47\x5a\xcf\x9b\x1f\x9e\x3e\x5d\xfa\x76\x22\xa0\x14\xc4\x63\xa9\ \x42\x1c\x9f\xef\x4e\x8a\x93\xe6\x8e\x15\xfb\x1e\x11\x02\xe7\x0f\ \xff\xf5\x5f\x85\x7f\x05\x40\xd4\x2e\x3e\x72\x18\xbb\x5d\xae\xc5\ \x6e\x97\xde\x05\x10\xa5\x31\x69\x58\x20\xe7\x34\x0c\xd4\x3d\xa3\ \xe5\x31\x4c\x40\x94\xe0\x5d\xe9\xe5\x46\x93\xd6\xac\x45\xd2\x50\ \x45\xd5\x6a\xd1\xea\xb9\xde\x88\x22\x70\x40\xb7\x91\x04\x72\x50\ \x7f\x46\xd0\x87\x7a\xad\x55\x8e\xaa\x4e\xbb\x55\x00\x2b\x26\x9b\ \x51\xa5\xb2\xe9\x8d\x80\x78\xc0\x99\x34\xfa\xf2\x72\x6b\x39\xcb\ \x68\x23\x93\xb5\x8b\x56\xd7\xa2\x79\xf1\xaf\xae\x72\x97\x91\x67\ \xc6\xcb\xe0\x13\x59\x77\x51\x55\xdd\x2e\x94\x73\x6f\x35\x6b\xf4\ \x2c\xfd\xc7\x18\x59\x0a\x17\xb8\x15\x4d\x65\x46\x29\xf7\x0c\x1c\ \x85\xc4\x60\x91\x30\x24\x9a\x15\x47\x43\x01\x38\x24\x60\x58\x3d\ \x68\xa3\x7a\x6b\xbe\xb2\x30\x66\x65\x73\x25\x06\x6f\xee\x76\xad\ \x1b\xb5\x68\x8b\x50\xa5\x35\xe9\x55\x54\x9e\xd1\xaa\x62\x50\x59\ \x5c\x2e\x83\x41\x80\xbf\x80\x5a\x7a\x08\x34\x2a\x86\x86\xa7\x00\ \x66\x51\xc8\x78\x22\x05\x47\x26\x90\x51\x1d\x16\x1e\x8f\x25\x89\ \xf0\x18\x12\x1d\x95\x39\x10\x89\x22\x2c\x81\x4c\x88\xa1\x8b\x02\ \x33\x0b\x45\x78\x18\x53\xc8\xcb\x21\x86\xf8\x49\x74\x5c\x44\x51\ \x6e\x76\x7c\x00\x9b\x9d\xc0\x8c\x35\x04\xf1\x39\xa9\x68\x71\x51\ \xa1\xe6\x73\x98\x1c\x71\x00\x5f\x8c\xd2\x9e\x39\x09\xc8\xca\x3d\ \x41\x91\xc5\xe1\xa0\xf6\x67\x05\x1b\x79\xbc\xf3\xf9\x59\xa9\x4c\ \x35\x9b\x93\xaa\xe6\x30\xd5\x1c\x7e\x48\x80\x90\xc9\x86\xb9\x85\ \x23\x94\x44\x14\xd7\x9c\xec\x37\x8e\xbb\xe3\x22\x82\x01\x77\x62\ \x03\x82\x24\x41\x4c\xa1\x54\x2c\x56\xc6\x06\x2b\x74\x8a\xd4\xd2\ \x52\xa9\x50\xc2\x67\x8b\x95\xa1\xca\xa0\x24\x60\x56\xd1\xec\x90\ \x50\x20\x4c\x41\xa8\x5c\x41\x22\x0e\x8e\x0d\x0e\x41\x70\x14\x15\ \x11\x1d\x12\x1d\x12\xa0\x8c\x56\x02\xa2\xb1\x03\x22\xa2\xa3\x52\ \x24\x92\x88\x08\x43\x7c\x74\x64\x6c\x08\x93\x2d\x09\x0e\x09\x8d\ \x8e\x8f\xc8\xb0\x44\xf0\x83\x0c\x51\xf9\xd9\x49\xc9\xe9\xd9\xe9\ \x69\x49\x19\x49\xf1\xc0\xb0\xe2\xa3\x93\xd2\x72\x40\x52\x02\x33\ \x4b\x89\xcd\x88\x8f\x37\xc4\xa7\x27\xc7\x59\x52\xc2\x92\x13\x13\ \x13\x0d\x71\xe9\x89\xf5\x5f\xff\xd3\x26\xdb\x96\x35\x6d\xad\x34\ \x15\x36\xbd\x82\x09\x62\x4d\x40\xe2\xd9\xfe\x62\x32\x59\x69\xa0\ \xfc\xf6\x36\xf7\x86\x64\x20\xfe\x30\xbc\x7f\x7c\xfa\x85\xa8\x67\ \x7b\x9e\xf4\xe4\x1b\x97\xf9\x3f\x28\x4d\xa8\x1f\x53\x46\xa2\x17\ \x66\x52\x30\x81\x44\x42\x26\x9e\xa6\xc2\x91\x64\x22\x15\xaf\x87\ \x42\xe1\xf2\xb0\x4d\xeb\x8f\x5d\xdc\xc7\xf0\x35\x23\xca\x58\x22\ \x4c\x4c\xa1\x2c\x33\xbc\x70\xa8\x69\x68\xbe\xa7\xb0\xa7\x69\xa5\ \x10\x58\xf3\xd6\x1a\x2a\x58\x59\x59\xd9\xdb\xdb\x3e\x3a\xd8\xda\ \xda\xdb\x1c\x82\x17\x3e\x3c\x05\x75\x78\x78\xf4\xb1\xc6\xe1\x60\ \xab\xe9\xe0\x7f\xc0\xe8\xfd\xf5\x4a\x65\xcf\xd0\xf6\xd6\xe1\xf5\ \xf5\xfb\x0f\xef\xdf\xbc\x07\xd0\x3a\xbb\x79\x03\xe4\x6a\x3e\xe6\ \xec\xc3\xfb\x0f\xaf\x10\x88\xfd\xed\xfd\x57\x83\x15\xeb\x47\x1f\ \x6f\x00\x01\x7b\x73\x33\x30\xdd\x3e\x3d\x37\x31\x51\x3c\x35\x51\ \xe2\x29\x28\x70\x4f\x15\x4f\x0d\xb8\xf3\x8b\xca\x9c\x03\x03\x2d\ \x25\xa3\x05\xee\xfc\xbc\xdc\x8c\xe2\xa2\x66\x37\xa8\xc3\x8c\x02\ \x8f\x3b\xaf\xd9\x9e\x53\x3c\xda\x5c\x32\x06\xd4\xaa\xa5\xac\xd8\ \x5e\xe2\x1c\x98\x6e\xe9\xf5\x14\x0f\xcc\x4e\xcd\x76\x0c\xde\x75\ \xb7\x94\xf5\xf6\x8e\x0e\x4c\x0f\x4c\x4d\xcd\xb6\xb8\xdb\x07\x5a\ \x1a\xaa\xdb\xab\x2f\x1b\x3a\xda\xc6\x16\xea\x46\x56\x77\x5a\xdb\ \xfb\xef\x4f\xf4\x55\x4c\x8e\xdf\x6a\x98\xae\xb8\x3f\x51\x5d\x51\ \x51\x73\x6f\xa4\xac\xdd\xeb\x1c\x99\x9d\xeb\x18\xcd\x01\x5a\xd5\ \xeb\x1d\x18\x1c\x2c\x02\x86\x35\xeb\x71\x7a\xe6\xa6\x9b\x9d\x77\ \x6a\x6a\x36\x6e\xd5\x75\x76\xf4\xdf\x1b\xef\xb8\x57\x5b\x53\xdb\ \x55\xd5\x50\x71\x07\x08\x54\x5f\xed\x4e\x45\x57\xed\xcc\xf2\xf9\ \x42\xdf\xc2\x72\x6b\x6b\xd5\x49\x55\xf5\xea\xc6\xbd\xae\xe5\xd6\ \x5b\xfe\xbe\x9d\x9d\x8d\xcb\x99\xf3\xbe\xaa\x93\xcb\x99\xdd\xdd\ \xfd\x8b\x17\x17\x27\xfe\xef\xcf\x87\x4f\x16\x56\x37\x4e\xfc\x57\ \xbb\xfe\xe3\x4b\x9f\xcf\xb7\xf1\xdd\xb7\xe7\xfe\xf3\x9d\xe5\xe3\ \xe5\xd5\xfd\xf3\x93\xe3\xdd\xe5\xfd\x5d\xdf\xf7\x7f\x7e\xfb\xf5\ \xf1\x86\xff\x3b\xff\x45\xf5\xce\xc2\xcc\xc5\xf1\xf3\xe1\x99\xd5\ \x93\x9f\xbe\x7d\xf7\xf6\xf7\xc7\xff\xf1\xe3\x57\x3f\x2e\x9a\x6d\ \x28\xbd\xa1\x5c\xaf\x31\xf1\xb8\x0c\xb9\x40\x4b\xa5\x0a\x28\x64\ \x2e\x15\x86\x3c\x0a\x67\xa6\x51\x78\x68\x47\x8e\xab\xe7\x6a\xcc\ \x0e\xbd\x0b\xfe\x23\xe1\x26\x50\xaf\x33\x07\x59\x61\x49\x13\x52\ \x81\x2c\x49\x61\x5e\x17\xaa\x13\x4a\x1f\xc0\xa8\x28\xd5\x3d\x78\ \x90\xa0\xcb\xd2\xf1\x43\x46\xff\x7a\xf4\x22\x01\xd5\x20\x72\xa4\ \xd1\x8d\xd1\xf7\xeb\xeb\xbe\x63\x6c\xfe\xed\xec\x69\xc5\xa7\x6f\ \x3b\x38\x59\xc8\x15\x20\xae\x20\x43\x09\x5f\xf6\xe0\xfc\xb1\xce\ \xdf\x3e\x53\x61\xd7\xf6\x6e\xfe\x6b\xaf\x7b\xa9\xdb\x5c\xee\x72\ \x39\xac\x2e\x87\x6b\x69\x49\x6f\x95\x03\xd5\x03\x74\x31\xb3\x34\ \x36\x0d\xd5\x68\x93\xf3\xd0\x62\x16\x55\xa5\x32\x9a\x81\x1f\x01\ \xf3\xd3\x3a\x54\x2c\x54\x3e\x2e\xb7\xe9\xb5\x26\x64\x54\x6a\xd4\ \x1b\x41\xbc\xe2\x18\x1a\x86\xdc\xfa\xf1\x96\x51\x6f\x55\x99\x40\ \x52\xaa\xac\x26\x10\x63\x72\xad\x5e\xab\x37\xeb\x6d\x0e\xb3\xc6\ \x0c\xb8\x05\xc8\xc5\x92\x1b\x19\x04\x6d\xb7\x79\xfd\x99\xe3\x91\ \x63\xd1\xac\xd7\x68\xbb\x29\x38\xd7\xa3\xf5\x47\xdd\x26\x40\x35\ \x01\xcf\x08\x32\xd3\x6a\x04\xd8\x63\x20\x97\x05\x80\x73\xd4\x3a\ \x48\x92\x53\x28\x0c\x01\x86\x8c\x61\x90\x09\x34\x81\x9e\x44\xa2\ \xe0\x30\x34\x02\x7e\x65\x7b\x0d\xd5\xd7\xac\xac\x34\xf5\x64\xae\ \x6d\xcd\xcb\xf0\xc6\x1f\x1e\x95\x23\x6b\x53\x01\x0e\xd9\x42\x70\ \x59\x66\x0d\x4b\x4e\x01\xb8\xa2\xf1\x78\x00\x57\x70\x10\x47\x23\ \x91\x71\xa8\x35\x87\x85\x21\x92\x44\x22\xd4\x59\x48\x26\x91\x30\ \x22\x3a\x1d\x24\x20\x96\x40\x40\xf5\x0e\x58\x22\x99\x28\x22\xca\ \x40\x09\x02\x74\x61\x33\x49\xf8\x18\x19\x5a\xf2\x02\x91\xf8\x49\ \x62\x6c\x74\x98\x21\x2e\x56\xc8\x54\xe8\x98\x41\xc9\xb1\x59\x59\ \xba\xd4\x00\x25\x93\x93\xaa\x60\x33\x99\x52\x4e\x00\xe0\x8f\x5a\ \xca\x91\xaa\x99\x12\xb5\x44\xaa\x96\x0a\x91\xe7\x3e\x93\x1d\xcc\ \x84\x0f\x1f\x59\xf8\x71\xf8\x3a\x05\x1b\x24\x20\x9f\xc3\x0f\x45\ \x01\x60\xec\x00\x09\x27\xb8\x96\x1a\x18\x23\xc2\xfd\xf3\xdb\x9d\ \xe5\xde\xec\xb2\x94\x60\x38\x9c\xfa\xef\xff\xf6\x6f\x09\xba\xdb\ \x9c\x60\xa1\x30\x58\xa9\x53\x00\x3f\x53\x80\xd4\xe4\x2b\x98\xa1\ \xec\xe0\x00\xb6\x38\x20\x32\x3a\x32\x92\x2d\x89\x8d\x0c\x03\xad\ \x18\x14\xac\x4c\x04\xb9\x18\x1c\x16\x11\x1a\x1b\x17\x2c\x89\x8c\ \x0d\x0d\x03\xc9\x18\x1a\x16\x06\x08\x65\x88\x88\x4f\x4c\x8a\x08\ \x8d\x8c\x0f\x60\x86\x8a\x85\xa1\x71\x69\x89\x11\x96\x88\xa8\xc8\ \xf8\x24\x83\xc5\x62\xc9\xce\x2d\x31\x58\x52\xd2\xd2\xd2\xd3\xf2\ \x53\x52\xa2\x40\x15\x82\xa6\x34\xa4\x18\x22\xe3\x52\xf2\xe2\x73\ \x92\x92\x0c\x29\x89\x51\xf1\xc9\x71\x51\x86\x0c\x83\xc1\x3e\xc1\ \x7b\xb5\xd6\xb4\xd5\xd4\x14\x4e\xa7\xf7\xec\xed\x6d\x9d\x1e\x6c\ \x56\x52\x1c\x1a\x54\x7e\xd7\x73\x74\x73\xb8\x3d\xd4\xb3\x56\x98\ \x89\x5d\x7a\xf2\xe9\x3b\x41\x66\xd3\x1a\x56\xf3\xee\xf1\x5f\x7f\ \x5b\x6c\x8a\xa1\x93\xc2\x45\x94\xc2\xca\x70\x9a\xa8\x10\x8b\xc5\ \xaa\xcc\x5c\x42\x66\xa1\xec\x91\x26\x93\x4c\xf9\x8b\x35\x46\xd4\ \xfd\xbb\x7e\xf1\x33\x98\xa3\x49\xe1\x2c\x02\x2e\xb0\x30\x30\x50\ \x14\x43\x0f\x1f\xaa\xac\xec\x09\x1f\x42\xe5\x0d\xdb\xdb\xf3\xf3\ \xc8\x2d\x66\x1e\x4e\xef\xd6\xd1\xe6\xd1\xe1\xe9\xf6\xd6\x0a\x2a\ \x55\xef\xd9\xbc\x3e\xd8\x3b\x3d\x3b\x45\x38\x76\xf6\xea\xd5\xfb\ \xeb\xeb\x37\x00\x51\xd7\xa7\x9b\xf3\x6b\xaf\x5e\x5d\xbf\x01\xc0\ \x7a\xf3\xfe\x03\x90\xac\x57\x37\x6f\xce\x9a\x0a\x11\xf5\x02\x16\ \xf6\x01\x70\xeb\x5f\xf3\x9d\xf7\x55\x5b\x1f\xfe\x85\x24\xe2\xab\ \x9b\xff\x7e\xeb\xbd\x03\x18\x33\xe6\xf1\x0c\xd8\x3b\x7a\x9d\xbd\ \x03\x53\x23\xcd\xde\xb2\x62\x77\x41\xf1\x48\x6f\x41\x46\xbe\x3d\ \xd7\x62\xc8\x6e\xce\xf3\x0c\x14\xd9\xed\x25\x16\x37\x5a\x5d\x2f\ \x29\x76\x36\xe7\x4c\x4f\xce\xd9\xdd\xee\xb2\xde\x16\xd0\x7d\x53\ \xa3\xee\xf1\x89\x91\x3b\xcd\xa3\x53\xa0\x0b\x8b\x46\xbd\x13\xee\ \x91\xde\x8e\x41\x67\xb3\xb3\xb7\x7f\x6c\xa6\xf1\x4e\xdf\xe5\x78\ \x67\xfd\x40\xf5\xfd\xa9\x85\x9a\x85\x3a\x50\x74\xcb\x7d\xb5\x1d\ \x15\x15\x63\xf7\xbc\x73\xb5\x55\xd5\xfe\xd6\xc1\x91\x3b\xe3\x63\ \x9e\x91\xbb\x93\xcd\x53\x1d\xf7\xe1\xc9\x77\xef\xce\x15\x8d\x96\ \x4d\xf4\x7b\xa7\x47\x66\xa7\x41\x7e\xd6\x35\xb4\x57\x54\x75\xd6\ \xdd\x5d\x68\xb8\xdf\x59\x71\xab\xba\xaf\xaf\x7d\xb9\xba\xa1\xb5\ \xb6\x75\xe3\xa5\x6f\x78\xb9\x7a\x79\x63\xb9\xa6\x66\x66\xa6\xad\ \xaf\x6a\xf8\x78\xa6\xab\xa6\x6e\x67\x63\x66\x67\x78\x61\xb8\xeb\ \x7c\x18\x55\x2f\xf8\xf6\x2f\x36\x00\xb0\x7c\xfe\xd7\x27\xc7\xc7\ \x57\x5d\xfe\x2b\xa0\x5d\xe7\x5f\x5f\xec\x2c\x9f\xbc\x7c\x71\xf9\ \xfc\xfc\xbc\xcb\xff\xcd\x49\xd5\xc9\xd5\x0e\x90\x29\x1f\x40\xdf\ \xf9\x97\xe7\x97\x1b\x97\xaf\x01\xd3\x76\x16\x8e\xcf\xf7\xaf\xbe\ \x3c\xde\x3f\x7e\xfd\xed\xdb\xcf\x9f\xfc\xf3\x8f\x3f\xbe\x7a\xf6\ \xf4\x2f\x0e\xa3\x56\x2b\x00\x16\xc0\x32\xab\x90\x07\x3a\x8f\x85\ \xba\x9d\xa9\xa8\x85\x10\x14\x96\x5e\xcf\xd2\x58\x81\xe1\x68\xe5\ \x2a\xbd\x63\xa9\x7c\xc9\xc6\xfa\xed\x37\xd5\x94\x4e\xcd\x56\xdc\ \x4e\xb8\x2d\xe5\xa8\x61\xce\xe5\xa4\x72\xb2\x12\x74\x8a\x2c\x05\ \x48\x42\xb5\xba\x34\x55\x21\x94\x26\xa8\xf9\xd2\xdc\xf1\xf6\x2f\ \x9a\x9c\x52\x31\x47\xa1\x08\x88\x6f\x2e\xf9\xb2\xee\xee\x77\xa4\ \xb3\x7f\x7d\x78\x72\xf2\xe4\x6a\x00\xf4\x05\x33\x32\x36\x2c\x3e\ \x2c\x28\xba\xa4\xac\x20\xbe\xb9\xed\xf1\x0f\x7f\xa1\x37\xed\xdd\ \xfc\xdf\xcd\xa5\x87\xeb\x28\xa1\xde\xbc\x68\xd6\x6a\x5c\x2e\x8d\ \xc3\xa4\xb1\x39\x5c\x02\x10\xac\x56\x2d\xd7\x64\x34\x22\x7f\x51\ \xa3\x56\xa5\xe2\xe9\x81\xb5\xe8\x4d\x26\xaa\x4a\x2f\x57\x69\x3f\ \x56\xa1\xab\xb4\x7a\x8d\xa0\x7b\xd1\xcc\x45\xd5\xa0\x24\x9c\x0a\ \x94\xa4\xd1\x25\x57\xc1\x7b\x37\xea\x81\x87\x59\xb5\x20\x26\x4d\ \x72\x13\xc8\x4b\xd0\x91\x0e\xb3\xc9\x6a\x84\x1b\x08\xb3\xb4\x56\ \x16\xd6\xb6\x5e\xbe\xf8\xf0\xab\x6e\xeb\x92\xcd\xac\x37\x2f\x71\ \x55\xeb\x0e\x1b\x12\x73\x56\x80\x44\x01\x0b\x78\x9c\x5e\xc3\x62\ \x30\xb8\x72\x0d\x4f\x00\xa8\xc5\xd5\x12\x30\x3c\x20\xa1\x1a\x1c\ \x01\x85\xcd\x03\x07\x53\x11\x49\x14\x12\x0d\x27\x1b\xda\x1e\xfa\ \x68\x49\x32\x04\x97\xb5\xa3\xb5\x18\x91\x79\xd1\xe6\x28\x37\x99\ \x61\x32\x27\xd2\x68\x1a\xad\x4a\x6f\xd3\xc0\xa4\x80\xd0\x8e\x47\ \x03\x82\x06\x54\x96\x8b\x0a\x22\x30\x64\x2a\x0d\x47\xc2\xe0\x64\ \xc0\xab\x28\x58\x2c\x9e\x8c\xa7\x03\xc1\xc2\x07\x62\x89\x24\x3c\ \x19\xb9\x8d\x8a\x64\x40\xbb\x40\x05\xca\x40\xd7\x60\x65\x22\x22\ \x5a\xc6\x02\x59\xf8\x89\x21\x07\x4a\x1a\xde\x00\x00\x20\x00\x49\ \x44\x41\x54\xda\x62\x88\x8e\x0b\x52\xb2\x85\xa9\xd2\xd0\x8c\x20\ \xb4\x07\x02\xbc\x8a\x8d\x0c\x1b\x38\x3a\x94\x3b\xcf\x17\x86\x48\ \x98\x62\xe9\x03\x9d\x92\xa9\x40\x11\x13\x3a\x5d\xaa\x30\x00\x28\ \x16\x5b\xf8\xd1\x69\x54\xca\x57\x08\x83\xc4\x4c\x71\x30\xe8\x3a\ \xa1\x9a\x1f\xa6\x0c\x2a\xbe\xf3\x18\x4f\x34\x3a\x7e\xfc\xb9\xaf\ \xa2\xae\x24\x51\xad\x16\x0a\xb3\xfe\xbd\x54\xf7\xef\x59\x3a\x09\ \x9f\xaf\xe0\x8b\x25\x12\x38\xf3\x0f\x52\x15\xa0\x22\xc5\x0a\xb5\ \x18\x55\xc9\x2b\xc5\x92\x80\x60\xb1\x32\x24\x36\x44\x19\xa2\x10\ \x87\x44\x44\x28\xd9\x12\x25\xc8\x3e\x64\x82\x15\x1d\xa7\x0c\x8d\ \x0c\x0e\x0e\x0a\x0a\x0e\x88\x8d\x4d\x8c\x0b\x0a\x8a\x8d\x00\x2d\ \x19\x2a\xe4\x8b\xc5\x21\xa1\x51\x11\x21\x00\x61\xf1\x11\xe9\x39\ \xd9\xb9\x89\xd1\x49\x51\x71\x51\x29\x69\xc9\x29\x79\x29\x69\xb9\ \x71\x49\x51\x28\x9b\x35\x1a\x85\x81\x15\x25\x1a\x52\x60\x6a\x4b\ \x4f\x4b\xfb\xb8\x2c\x66\x77\xc7\xc7\xf2\xe3\x7f\x23\xe3\x2b\xb7\ \x32\x89\x44\xae\x9e\xb7\x8d\xca\x41\x0f\x9b\xf0\xb2\x26\x52\xe5\ \x3c\x4a\x3b\x5d\xa3\x67\x6e\x06\x62\x30\x34\xd6\xf3\xef\x6d\x81\ \x2b\x2b\x54\x33\xeb\xe7\x8b\xfd\x72\x19\x60\x7d\xa1\x28\xb0\x90\ \x88\x0f\x9c\x0f\x97\x89\x64\xc6\x75\x1b\x4e\x54\x49\x78\x67\x94\ \x11\x70\x3f\x3e\x6a\xa2\x7f\xf5\x9c\xf7\x1f\xcf\x16\xad\xdd\x58\ \x82\x83\xc5\xa0\x04\xf6\xd0\xe9\x74\x62\xe1\x76\x65\x0c\xfc\x43\ \x8b\x59\x4d\x3d\x2b\x3d\x28\x49\xa2\x67\x6d\x6b\xfb\x00\x05\x4f\ \x9c\x82\x36\x3c\xda\xde\x0e\x6f\x3a\xfc\x18\x2b\x7d\xba\xb6\x7d\ \x8d\x52\x76\x5e\x5d\x5f\xdf\x00\x50\x01\xd5\xfa\xf0\xe1\x5f\x67\ \x67\xaf\x80\x5e\x7d\x40\x14\x0b\x2e\x37\x87\x6b\xf3\xd7\xff\xfa\ \xd7\x87\x37\x48\x2f\x02\x8a\xfd\xf7\xda\xfe\xdd\x2b\xfc\xdf\xfe\ \x05\xb7\x5f\x5d\x7f\x20\x8e\xdd\xf1\xda\xe7\x46\xbc\xc5\xde\xb2\ \x11\x6f\x7e\xd1\xd8\xf8\x88\x77\x76\xba\xc4\x93\xee\x76\xe6\xb6\ \x94\xe5\xe4\x3a\xf3\xd2\x4b\xdc\xb9\xd3\x39\x19\xee\x66\x4f\x4e\ \x71\x6f\x5e\x7e\xc9\x6c\xef\xc0\x74\xfa\xc8\x58\x8b\xbb\x77\x2e\ \xdf\xde\x9b\x53\x6c\xf7\x36\xdb\xa7\x8b\x8b\x67\x9b\x07\xfa\x07\ \xdd\xee\x69\xe7\x60\xaf\xdd\x3d\x3a\xd7\x59\x50\xd0\xe2\x1e\x6d\ \xbe\xd5\xda\x35\xb3\xd0\x75\xef\x8e\xa7\xb6\xde\x3b\xd3\xb6\xd3\ \xd0\x50\x3f\xd6\x59\xbb\x70\xbf\xbd\x7e\xa0\x62\xb0\xa5\xae\xbd\ \xb1\xaf\xca\x33\x3b\xe7\x1c\x07\xcd\x77\x77\xce\xd9\x3f\x39\x3d\ \x31\x37\xd7\x30\x39\x3b\x67\xef\xed\x1b\x9c\x6d\x19\x1f\x9d\x9e\ \xa8\xbb\xd5\x59\x51\x51\xdf\xd0\x37\x5d\x3f\x31\x56\x51\x5b\x73\ \xab\x6f\x79\x70\xb8\xa6\x6d\x63\x63\x61\x61\x78\x63\xf9\xbc\xab\ \xe2\x56\x45\x55\xdf\xee\x42\x5b\x7d\xc3\xf2\x46\x6b\x15\xe0\xd8\ \x42\xd7\x72\x6d\xdb\x7e\x6b\xeb\xb2\x6f\x66\x63\xf7\xbb\xab\x8b\ \x8d\x5d\x04\x42\xdf\xac\xfa\x86\x57\x77\x77\xfd\x1b\xc7\xc7\xab\ \xcf\x2f\xcf\x8f\x2f\xce\x17\xfc\xe7\xfb\x17\xc7\x27\x17\xab\xb5\ \xbe\x6f\x77\xcf\x7f\xda\xaf\x18\xde\x5d\xfd\xee\xa7\x56\x64\x29\ \xba\x0c\xcf\xf7\xfb\x7c\x3b\x17\x27\xc7\x97\x1b\xdf\xfd\xf4\xf6\ \xb7\x2f\x7e\xfc\xe7\x3f\x7e\x58\x04\xc9\x25\x37\xca\xf5\x2e\x0d\ \x10\x08\x01\x55\xa0\xd1\x6a\x70\x14\x06\x43\x0f\xbf\xf1\x50\xf6\ \xbb\x1c\x24\x94\xc9\xe4\x50\xd9\x54\x2a\x95\x95\xb7\xa4\x67\x34\ \x08\x75\x62\xb1\x4e\x21\x56\xdc\x06\x01\xa8\x2e\x4d\x60\xea\x12\ \x1e\x24\x64\x65\x95\x96\xa6\x26\x7c\xb4\xc6\x4a\xb8\xfd\x6f\x52\ \xa9\x2e\x44\x39\x52\x91\xa8\x48\xfd\xa5\x53\x08\x23\x49\x18\x6d\ \x49\xcf\xe9\xbb\x53\xf5\x24\x1c\x26\x9c\xd6\xb2\x7b\xbb\x61\x71\ \xe3\x5d\x16\x8e\x2e\xac\x2c\x2e\x22\x22\xde\x12\x92\xed\xf7\xfd\ \x5d\x85\x6c\x34\x4f\xff\xf3\x6c\xb1\xfc\xd9\xba\xd1\x6a\x34\x39\ \x6c\x2e\xa0\x47\x26\x57\xf7\xe2\xa2\xcb\x28\xd7\x58\xbb\xad\x2a\ \xbd\x59\x65\x34\x81\x6c\xd5\x6a\xcc\x2a\x95\xd9\x0c\x42\x0d\x6d\ \x0f\x9a\x55\xc8\x0c\x47\x6b\xb6\x99\x40\x1b\xf2\xb4\xeb\x36\x1e\ \x42\x5a\x32\xea\xc5\xd1\xa8\x4c\x08\x9a\xf4\x2c\xab\x5c\x00\xda\ \xcc\x08\x34\xa9\x5b\x83\x42\x58\xf5\xaa\x72\xad\xd1\xc4\x35\x97\ \xcb\xf5\x56\x87\x4d\xff\x50\x20\x53\x75\x2f\xda\xba\xd7\xad\xe6\ \x67\x8b\x5f\xd9\x34\x36\xc4\xdc\x5c\x66\x9b\x9e\xe5\x42\x0e\x58\ \x2a\xbd\x16\x45\x7e\xb1\xe4\x5a\x23\x0a\xe3\xe1\x51\x58\x5c\x3a\ \x51\xcb\x22\x60\xa8\x14\x0c\x55\x4e\x22\xa2\x15\x7c\x12\x85\x4a\ \x26\xd1\xe8\xdb\x7b\xf3\x2b\xc8\xab\x01\x04\x44\xcf\xf6\x66\x21\ \x3d\xc6\xf8\xd4\xe6\xb0\x69\xf4\x7a\x90\x8e\x2c\x15\x83\xab\x41\ \x46\xcc\x40\xcd\x04\x54\x32\x85\x42\xc1\x63\x30\x02\x16\x97\x81\ \x27\xe2\xf0\x18\x0a\x01\x38\x16\x1e\x94\x20\x9d\x42\xa1\x61\xf0\ \x18\x3a\x09\x8b\xa7\x91\x48\x78\x7a\x20\x82\x26\x51\xa0\x88\x4c\ \xa3\x91\xe9\x22\x3a\x11\x83\x41\x91\xf6\x58\x10\x8a\x74\x3a\xf9\ \x93\xc8\xd8\xf8\xa4\x94\xa8\xb0\x00\x29\x93\x29\x0e\x49\x44\x26\ \xc9\x30\x77\x20\x17\x51\x05\x9f\x9f\xa0\x90\x4a\xd9\x1c\xb6\x84\ \xa3\xe3\x33\xb3\xa4\x12\x25\x93\xaf\x46\x89\x84\x42\x76\x80\x4e\ \xcd\x0f\x08\x91\xb2\x85\x4c\xb8\x48\x94\xa1\x00\x43\x7c\xa1\x42\ \x0d\xa4\x2c\x38\x2e\x7b\x60\xae\xa3\x71\x79\xb7\x6a\xb8\xd5\x3f\ \x33\x1b\x91\x9a\x80\xba\xab\x52\x4b\x6f\x97\xea\xb2\xa2\xc2\x84\ \xa8\x4d\x91\x1d\x02\xb4\xfa\x36\x13\x98\x15\x1b\xd5\x97\x32\x43\ \x50\x1d\x68\xb0\x18\x88\x16\x3f\x20\x2c\x54\xc8\x09\x0d\x8a\x8b\ \x50\x32\xd9\x62\x66\x6c\x90\x52\x8c\x8a\xae\x84\x92\x90\xe0\x30\ \x65\x48\xa8\x92\xad\x14\x8b\xc3\xc4\x12\x65\x48\x82\x5a\xc7\xe6\ \x07\x30\x43\xc4\xb1\x61\x41\x41\x29\x16\x43\x52\x54\x34\x30\xab\ \xf8\x5c\x4b\x54\x92\x21\x2d\x11\xd9\xc8\x18\xe2\x92\x92\x92\x33\ \x32\xd2\x0c\x96\xa8\xb4\xf8\xa8\xc4\x88\xa0\x9c\x64\x83\x25\xdd\ \x10\x1b\x9d\x18\x9f\x1c\x91\x3c\xea\x2c\x4b\x6e\xfe\x83\x1b\xde\ \x24\x23\x11\x31\x0f\x7f\x10\x15\x6e\x0d\xcd\x1f\x15\x12\x37\x57\ \x0a\x63\x02\x33\x33\xb7\x57\x88\xd8\x95\x70\xee\x12\x9e\xfe\xdd\ \xe7\x56\xee\xca\x16\xf9\x87\xcf\x7f\xb9\x5c\xf8\x27\x5e\x44\x05\ \xfe\x9a\x29\x22\x92\xe6\xb7\x02\x45\x44\x9c\x63\x5d\x0e\xd3\x02\ \xe1\x52\x35\x84\x67\x3d\x59\xcc\x24\xfe\xfa\x35\xe5\xe9\xef\x8e\ \xee\xff\xc0\x9b\x9f\x75\xc3\x3c\x12\x4e\x17\x11\xf1\xc0\xb0\x64\ \x95\x32\x42\x13\x4a\x1a\x5c\x41\xce\xc6\x4d\x2b\x3d\x43\x43\xf3\ \x07\x7b\x43\x6b\x7b\x9b\x5b\x85\xc8\xc3\x01\xb5\xe0\x1c\x1d\x80\ \x28\x3c\x38\xbc\xb9\xfe\x98\xaf\x73\x03\x80\xf5\x1e\x30\xeb\xe6\ \xcd\x7b\x04\x5f\x20\x11\x3f\xbc\x47\x90\xf5\xfe\xe6\x68\x6b\xf3\ \x15\xc0\xd8\x47\xc0\x02\xad\xf8\xe1\xbf\xdf\xfc\x91\x5d\x27\xfb\ \xf0\x2f\xb8\xf5\xea\xfd\x61\x7f\x5d\x8b\x67\xba\x64\xbc\xb7\xa5\ \x65\x7a\xbc\xc5\xde\x0b\x5a\x6e\xd6\x9d\x6c\xb7\xf7\xf6\x3a\xdd\ \xde\xb2\x66\xbb\x3d\x3f\xa7\xa8\xa4\x37\xc7\x5e\x52\xe0\xcc\x9f\ \x6a\x29\x2e\xb3\xb7\xb8\xe7\x9a\xf3\xdd\x9e\x3c\xe7\xc8\x68\x89\ \x37\x3f\xbb\xb7\xcc\x3e\xe0\x29\x28\x6e\x19\xb5\x7b\xef\x8e\x4d\ \xcf\xb9\xed\xa0\x16\x47\xa6\x5a\x50\x2b\xe2\xa8\xbd\xa8\x71\xa6\ \xaa\xeb\x56\x6b\x6b\xa7\xa7\xfe\xce\xf4\xfe\xea\x55\x63\x7f\xff\ \xe0\x64\x63\x63\x43\xcd\xf2\x48\xf5\xbd\xe9\x9a\xea\x5b\x5d\xb7\ \x46\x06\x3b\xa6\xc7\xe6\xa6\xa7\x06\x27\x5b\x26\xc7\x7b\xfb\x81\ \x57\x0d\x78\x3c\xf6\xfe\xae\x91\xa9\x91\xb9\xe6\xde\xc1\x8e\x86\ \x5b\xed\xb3\xf5\xf5\x7d\x77\x3a\xc7\xef\x57\xdc\xad\xae\xe8\x5a\ \xe8\x68\xbd\xdb\xb0\x3c\xdc\xe7\x1b\x9e\xf1\xb5\xd6\xb5\x55\x77\ \xae\xee\x77\xb5\x2d\xd7\xdd\xed\xda\x68\xf0\xfb\x87\x57\x5b\x17\ \x66\x96\x37\xfc\xbb\xfb\xc7\x3b\xad\xcb\x3b\xbb\x5f\x7e\xed\xf3\ \x6f\x0c\xfb\x5f\xee\x9e\xf8\x56\xfd\xab\xfe\x99\x9d\xf3\xf3\x17\ \x2f\x9e\x3f\xf7\x03\x5e\xed\x5e\xbd\xbe\xb8\xb8\x6a\xed\x1b\x5e\ \xbd\xf4\x9f\xbf\x38\xdf\xf0\xed\x9e\xbc\xfb\x7a\xff\x62\xf7\xe2\ \xea\x62\x15\x50\xce\x7f\xf2\xe2\x6a\x77\xe1\xc5\xc9\xcb\x77\x9f\ \x7f\xf6\xc3\x3f\x9f\x3d\x5b\x34\x81\x3c\x02\xca\x62\x76\xf1\xb8\ \xc0\x21\x30\x1a\x10\x3e\x20\x57\x34\x1a\x9e\x5c\xcb\xe2\x01\x91\ \x31\xca\x05\x2a\xb9\xc9\x66\x34\xa1\x0b\x17\x5b\xde\xac\x4b\x10\ \xb2\xc5\x6a\x5d\x42\x56\x6a\x6a\x2a\x7c\x8f\x75\x09\xba\xd4\x07\ \x6a\x64\xd4\x90\xa0\x2b\x55\x4b\x51\xad\x7b\x02\xc8\x05\xc9\xe8\ \xbb\x11\x45\x56\xf0\x46\x3a\x53\x21\x61\x2a\x73\x3c\x69\x65\xed\ \xc3\x2f\x1d\xdb\x6f\x3e\xbc\x9a\xcc\x0a\xc8\x4d\xf7\x8e\x7d\x23\ \x9f\x63\x1b\x52\x94\x89\xce\x82\xe8\xc8\xd9\xe7\x9f\xbb\x28\x85\ \xf3\x07\x6b\xdb\xff\xf9\xc1\xb1\xb4\xb8\xb4\xf4\xcc\xe4\x02\x9c\ \x2a\xef\x56\x01\xa7\xb3\x95\xab\xf4\x56\xa3\xde\x65\xe3\x99\x6c\ \x00\x50\x7a\x0d\xea\xb5\x01\x9d\xa7\x35\x3d\xd4\xab\x80\xad\x80\ \x5c\x33\x6b\xb9\x46\x13\xcf\x68\x34\xda\x5c\x0e\x60\x43\x1a\x40\ \x10\x0a\xd0\x28\x00\x38\x9e\xc9\x61\xd2\x9b\x51\x5f\xa0\xca\x01\ \xbf\x09\x80\x2a\xd9\x78\x1a\xa3\x59\x6f\xd4\xd8\xca\xad\x26\xd0\ \x8c\x8b\x4f\x41\x46\xd2\xc2\xb9\xdd\xf0\xba\xae\xa7\xcf\x7e\xf8\ \xfb\x5f\x1c\x2a\x17\xcf\xc6\x35\x2e\x99\x4d\x7a\x15\xa0\x96\xd5\ \x64\x94\xf3\xcc\x7a\x60\x72\xc8\x84\x95\x4c\xe5\x0a\xb8\x1a\x2e\ \x1e\xcf\xa2\x62\x58\x72\x0c\x9e\x22\xa7\x20\xcb\x51\x8d\x40\x8e\ \xc3\xb1\xc8\xc4\xb5\xa3\x95\xf9\x95\xf9\xb5\xb5\xa1\x95\xf9\xc0\ \xa1\xb5\xf0\x98\x18\xde\xa2\xd9\xa5\x02\x9c\x62\x60\xc8\x0c\x2d\ \x97\xaa\x92\x73\x4d\x72\x06\x8d\xca\xa2\xe0\x78\x34\x1a\x03\x3e\ \x61\x0a\x86\x4b\x26\x11\x88\x38\x64\xa8\x85\x27\x60\x48\x78\x11\ \x81\x84\xc1\x10\x08\x20\x08\xf1\x38\x3c\x85\x00\x34\x0a\x0f\xe0\ \x45\xc7\x10\x09\x14\xba\x8c\x8e\x27\xc0\xa3\x45\x38\x51\x20\x96\ \x80\x0d\x04\xc0\x8a\x0e\x16\x47\xa7\x24\x07\x2b\x51\xd4\x7c\x50\ \x44\x08\x9f\xaf\xcb\xca\x52\x30\x25\x28\x17\x55\x21\x55\x07\xa4\ \x2a\x42\x38\x42\xb5\x1a\xb8\x16\x93\xa3\x44\x65\xa2\x42\x0e\x40\ \x8d\x44\x1c\x00\xe2\x8f\xad\x60\xb3\x15\x09\x70\x40\x0c\x8a\x10\ \xed\x0c\xb2\x99\xc2\x90\xa8\x0c\xef\xdc\xe4\xc2\xb9\x7f\x7c\xc0\ \x33\x9b\x13\xc6\x51\x4b\xa5\x91\xa1\x7c\x4e\xd6\xed\xdb\x7c\xbe\ \x18\x29\x4b\xa9\x5a\x01\x84\x5a\x87\xca\xb5\x38\xa9\x20\x2a\x95\ \x42\x65\x10\x4a\x5f\x95\x88\x83\x81\x33\x49\x24\x42\xa9\x12\xfd\ \x7d\xa9\x92\x2f\xe5\x4b\x02\x02\x98\x0a\x21\xda\x27\x56\x86\x00\ \x16\x2a\x85\x6c\x5d\x82\x92\x29\x65\x87\x72\xa4\x7c\x8e\x42\xc8\ \x94\xb0\x41\x41\x46\xa7\x65\x47\x46\x19\xa2\x92\x52\x92\xe2\xf3\ \x0c\xd1\x89\xc9\x49\x16\x4b\x4a\x4a\x89\x25\x39\x0d\xa8\x57\x5a\ \x6e\x6e\xb2\x21\x36\xcd\x12\x9f\x0e\x24\x32\xce\x90\x68\x88\x0e\ \x8a\x88\xcb\x1e\xdb\x5f\x18\xb9\xd7\xd9\x9b\x33\xdd\xf7\x1b\x23\ \x9c\x8c\x53\x7d\x23\x9f\x8f\x21\x50\xae\x4f\xff\xee\x12\x51\x54\ \x94\x21\xd1\xd6\x50\x61\xd3\x4a\x13\x46\x1f\x13\xfe\xe3\x17\x2e\ \x6c\xcf\xc1\x3c\xef\x8b\x2f\xdf\x3d\xf9\x7b\x8c\xc8\x44\x92\x05\ \x06\x66\x92\x0a\x0f\x86\x64\x81\x32\xea\xba\x95\x5a\x48\xa0\x51\ \x6a\x05\x9b\xe4\xf2\x5f\x04\xf4\xa5\xdd\xf2\x1f\xdf\xfe\xb6\xf8\ \x6b\x39\xce\xfc\x0b\xe8\x76\x63\x0c\x83\x42\xe5\xe2\x2b\x57\x88\ \x81\xe1\xe4\xf0\x9e\xa1\x35\x38\xa9\x80\x59\x95\x5b\x3d\x95\x2b\ \xdb\x28\x1a\x69\x7b\x3b\x33\x73\x73\xef\x60\xef\xec\xfa\xe0\xf4\ \xf0\x6c\x6f\xef\xec\xe0\xf4\x0d\xb2\xcc\xba\x3e\xbb\x41\xa4\xea\ \x03\x08\xbd\x8f\x4b\xed\x1f\x65\x21\x20\x12\xaa\xc7\x3a\x3d\x3a\ \x43\x6a\x10\xdd\x7c\xf5\x11\xb3\xfe\xf6\x86\x31\x7b\x9f\x77\xf8\ \xb7\x1b\x44\xb8\xfe\xdc\x5e\xd4\x3c\x30\x30\x3a\x32\xdd\x3b\xd6\ \xef\x29\xeb\x9d\x1a\x9c\xeb\x18\x6d\x99\x2d\x71\xf7\xf6\x96\x35\ \xbb\x3d\xc5\x25\xe9\x29\x39\x05\xc5\xd9\x16\x4b\x81\xbd\xc0\xed\ \x74\xda\xed\x73\xce\xe6\xb2\xa2\xde\xe6\x66\xcf\x94\xd7\xd3\x52\ \x96\xdf\x32\x35\x01\xa2\xb0\x79\x74\x0e\xae\xa7\x07\x01\xf7\x46\ \x46\x9c\xa3\xbd\xce\x02\xcf\x40\xcb\x5c\x9e\xb3\xa1\xad\xab\xb1\ \xe6\x5e\x7b\xdd\x74\x6b\x67\xcb\x6b\x7f\x45\xff\x60\xc7\xec\x42\ \x57\xdd\xad\xc6\xc6\xf1\xaa\x91\x89\xb6\xc6\xaa\xd6\xba\x3b\x83\ \xf7\x3d\x1d\x1d\xf7\x27\x06\xe7\xbc\x73\xa3\xee\xde\xa9\xfb\xde\ \x96\xbc\x91\xbb\x83\xf5\x13\x5e\x6f\xcb\x80\xa7\xec\x5e\x75\x63\ \x75\x67\x6b\xab\xaf\xb1\xa1\x73\xb2\xab\xae\xbe\x7e\x78\x61\xa2\ \xaa\xa3\x7e\xa3\xaf\xab\xb5\xad\x6d\xb5\xad\x6b\x77\xb9\xe6\xcb\ \xe5\xbe\xbe\xd5\xaa\xfa\xe5\x93\x5b\xad\xcb\x0b\xad\x1b\xd5\x3e\ \xdf\xf9\xf9\xea\xc5\xcb\x13\xbf\x7f\xf7\xf8\x6a\xdf\xef\x3b\x59\ \xf5\xa1\xc4\x66\xdf\x86\x6f\x63\xf7\x64\xff\xbb\x2f\x2f\x5e\xee\ \x5c\xbc\x5c\x40\xda\xf0\x7c\xf5\xea\xf9\xbe\x7f\xe7\x72\x78\xe3\ \xf8\xb5\xff\xc2\x7f\xfe\xeb\xcb\x5d\xff\xc9\xfe\xeb\xaf\x7d\xbb\ \xaf\xdf\x5d\xbe\xde\xdf\x7f\xf1\xfa\xe7\x4f\x7f\xfd\xe3\xc9\xe3\ \xbf\x7e\xf5\xd7\x47\x46\x18\xcd\xe5\x20\x8e\x34\x28\xf1\x5d\x0e\ \x63\x12\x85\x24\x08\x78\x5c\x18\x50\x3c\x06\x8b\x85\xa1\x02\x40\ \xa8\x10\x34\x68\xa8\x34\x12\xf5\x8b\xba\x58\x54\xb0\x10\xc2\x91\ \xa2\x89\x1c\xae\x52\x51\x09\x16\x90\x2b\x9d\x42\x97\xf5\xa7\x04\ \x75\xd6\x9f\x4a\x4b\x3f\x06\xb7\x84\x95\x0c\x3e\x49\x17\x8a\xe7\ \x7a\x95\xc1\xca\x78\x05\x33\x69\x74\xba\x7d\x64\xf6\x17\xda\xf6\ \xd9\xfb\xcc\x74\x85\x38\xbf\xa5\xac\x20\xe2\x82\x14\xa5\x88\x4a\ \x0a\x4a\x2f\x49\xb2\x9f\xfc\xf6\xd7\x75\x6e\xf8\xd6\xe9\xc1\xf5\ \xff\xfd\x60\x73\x2d\x3d\x32\x77\x97\x3b\xca\xcd\x8f\x16\xbb\x17\ \x1f\x3a\x34\x46\x9e\x7c\x49\x6b\x35\xdb\x6c\x1a\x87\x55\xa0\xb7\ \xc9\x81\xae\xa8\x78\x1a\xbd\x4a\x6e\xb3\x81\x72\x44\x8d\xd1\x20\ \x15\x55\x1a\x10\x80\x26\x13\xc8\x3b\xb8\x03\x05\xc0\x62\xb4\x8b\ \x36\xad\x16\x64\xa4\x51\xaf\xd2\xa2\x9d\x45\x39\xe0\xb2\x00\x67\ \xb5\x99\xad\x26\xf9\xc7\x6a\x2d\x40\x37\xd4\xd7\xa3\xb1\xa9\x6c\ \x36\x96\x4c\xdf\x6d\x2b\x7f\xf8\xe8\xb3\x67\x4f\xad\xe5\x46\x97\ \x0d\x20\xd1\x64\x34\x81\x28\x34\x1b\x6d\x2a\x2d\x4f\x0e\xdc\x13\ \x70\x0a\x03\x58\x4e\xc6\xa1\x2e\x4b\x16\x15\x24\x1c\x86\xc6\xa3\ \x10\x71\x02\x1a\x85\x41\x31\xa3\x5d\x42\x32\x81\x24\x9a\x47\x79\ \x99\xf3\x43\x9b\xf3\x3d\x4d\x81\x85\xdb\xf3\x99\x22\xae\xcb\x64\ \xe5\x71\xcd\x5c\x1c\x82\x38\x2e\x97\x21\x40\xc1\x3e\x72\x1e\x4e\ \xa0\xd1\xc8\x59\x3c\xad\x0a\x87\xa1\xc9\xc9\x38\x0a\x99\x26\xa0\ \xfc\xff\xb1\xaa\x78\x2c\x9d\x48\xa1\xe3\x01\xa7\x44\x14\x1c\x09\ \xb1\x29\x22\x01\xee\x21\x05\x12\xf0\x81\x44\x02\x91\x4e\xc4\x11\ \x45\x24\xba\x08\x60\x0c\xfe\x7d\x92\x14\xc0\x8c\xb2\x58\xd2\x82\ \x95\x09\x09\x8a\xc8\x20\x00\x0d\x8e\x1a\x55\x56\x31\x99\x42\xa1\ \x8e\xcf\x97\x72\x40\x1e\xa2\x6c\x2f\x14\x2d\xf1\x91\x0f\xa9\x15\ \xd2\x10\x89\x92\x1d\x2a\x0e\x10\xf3\x51\x5b\xa1\x54\xc1\x64\x02\ \x78\xa9\xe1\x8c\x06\xb3\x25\xec\x48\x43\xbe\xb7\xbd\x73\xba\xae\ \xbf\xbf\xa2\xf3\x56\x6f\x70\x42\x82\x94\x13\xa4\x04\xb6\xa6\x04\ \x4a\xad\x94\xf0\x43\xf8\x3a\x4e\x42\x69\xa9\x22\xf5\x76\x16\xe8\ \x44\xa0\xd5\xf0\xf4\x00\x25\x5f\xa8\x43\x7d\xd6\x7c\xb6\x24\x08\ \x80\x09\x39\x45\x70\x90\x31\xbc\x5a\x11\x2c\x44\x5e\x43\x09\x8a\ \x04\x66\x80\x04\x08\x1c\x47\xca\xd1\xa9\x39\x1c\x40\x35\x8e\x42\ \x07\xec\x4f\x57\x2a\x09\x0a\x8d\x8e\x0d\x4a\x8c\x8c\x8a\x4f\x8f\ \xcb\xb6\x64\x58\x52\x0c\x49\x39\x89\x96\xe4\x0c\x2f\x0a\x03\x4b\ \x8c\xcf\xb1\x44\x18\xd2\xa3\xe2\x92\xe2\x01\xb6\x22\xd3\x93\x53\ \x92\xd2\x22\x93\xa2\x8b\x7f\xeb\x9b\x2b\x72\xd7\xb6\xdd\x01\x54\ \xb3\xd7\xff\xf2\xe4\x8f\xc7\x2c\x5a\xf7\xc9\x77\xc4\xc3\x42\x5e\ \x78\x21\x96\x34\x94\xd9\x13\x5e\x39\xbf\x22\x33\x77\x87\x67\x9a\ \x9f\xd2\x04\xdd\x87\xdb\x8e\x1f\x7e\xfb\x63\x91\x41\xc2\x32\x58\ \x58\x91\x88\x4c\xfe\xff\x68\x3a\x0f\xa7\x34\xb3\xbe\xef\x2f\x02\ \x0e\x4d\x60\xe8\x52\xa4\x88\x88\x18\xb1\xa0\xa2\xa8\x20\xa3\x06\ \x2c\xe8\x1b\x51\x07\x44\x34\xb6\x68\xb0\xc4\x82\x31\xd6\x28\x56\ \xec\x25\xea\x58\x12\x35\xae\x26\x1b\x35\xc9\xa6\xca\x58\xa2\x93\ \xc4\x98\x9e\x6c\xea\xde\x4f\xb2\x29\xce\xce\xbb\xf7\x7f\xf1\x9e\ \xe3\x3e\x2f\x26\x08\x02\x17\x26\xd7\xe1\x7b\x3e\xdf\x73\x7e\xe5\ \xfc\x90\x07\xea\x18\x4d\xc7\x17\x19\xa6\xd4\x7c\x5c\x03\x76\x8e\ \xf8\x69\x03\xeb\xf6\xf3\xf3\x87\x83\xbd\x3b\x4f\x7e\xaa\x71\x9f\ \x16\x3e\x49\x44\x76\x2f\x23\x8d\x29\xc1\x7b\x5d\x22\xb8\x9d\x25\ \x20\x3d\x3c\xce\xc2\x44\xe5\xb3\x67\x4f\x5f\x3a\x7f\xfc\xc2\xb5\ \x65\xe0\x41\x01\x60\xcd\x5d\x82\x9d\x9f\xaf\x5f\xbb\x76\x15\xb6\ \x05\xbb\x72\xfd\xf1\xd5\x2b\x0f\xae\x3f\x78\x78\xfd\xe1\x57\xe0\ \x07\xbf\x7e\x3d\x0a\x60\x78\x00\xc8\xea\xf1\x43\x20\x4f\x00\xb1\ \x1e\x3f\xbe\x7e\xff\xc8\x11\xfe\x0d\xbe\x1e\x7f\xfd\xfb\xc7\x73\ \xf0\x2c\x8f\x96\x95\xdf\x43\x60\x64\xfc\xd7\x9b\xc3\xb6\xa4\x9c\ \x9c\xee\xb4\xf2\x8e\xd6\xd6\xea\xfa\xe6\xfa\xd6\xe6\xce\xbe\x7a\ \x47\x32\x60\x2e\x58\x50\x34\x35\x25\x2d\x21\x39\xa9\x23\xed\xa8\ \xc7\x6a\x72\x7d\x9d\xa3\xbc\x03\xb0\x58\x52\x47\xb6\xb3\x39\xcb\ \xd4\x6c\x4b\x4d\xaf\x73\xf4\x65\xd7\xd7\x64\x3a\xea\x1c\x75\x9d\ \xad\xbd\xbd\x8e\xae\x5e\x53\xe6\xa9\xe6\xba\x9c\xee\x81\xec\x81\ \x8c\xcc\xbc\xdc\xda\xc5\xc9\xf6\xa6\xc6\x8e\x86\x33\xf5\x93\x1b\ \xc3\xbd\x95\x67\x5a\x0b\x0a\x8b\x4b\x4a\xf3\x9d\xf9\x8e\xe6\x82\ \x82\x53\x79\x05\x5d\xad\x8d\x03\xed\x5d\x83\xbd\xcd\x35\xb6\x73\ \x5d\xb6\x2e\x67\x5d\x4e\x66\xf2\x99\x33\xce\xc2\x73\xd5\xd5\xb6\ \x4e\x9b\xa3\xb1\xe0\x54\x45\x41\x7e\x69\x5e\x55\x69\x65\xd5\x6c\ \x61\x67\xff\xf8\x78\x4d\x2e\xa0\xa8\xe1\x8a\xe9\x59\x80\x58\x35\ \x0b\xc3\x79\xe3\xc3\x45\x6d\x4b\x0d\xa5\xd3\x93\x95\x2b\xae\xc2\ \xf1\x82\xfc\x85\x95\xe1\xfe\xa5\xd9\x4d\xd7\xfa\xd2\xe2\xe2\xea\ \xe2\xd6\xf4\xd2\xc6\xec\xc2\xfa\x96\x6b\x61\x61\x71\x67\xc5\xb5\ \xe9\x7a\xb1\xb2\x35\xfd\x6a\x63\x76\x67\x71\x65\x65\x7d\x69\x73\ \x63\xa5\xc1\x75\xb0\xb2\x0a\x33\x09\xd7\xc7\x77\xb7\xd6\x17\xdb\ \x3e\xbf\x5a\xdd\x5c\x5c\xfc\x73\xcb\xe5\xda\x5c\x79\xfd\xe7\xc7\ \x6f\x87\x87\x37\xb7\xd7\xc6\xcc\x2a\xb3\x42\x27\x93\x18\x24\xc0\ \x52\xe9\xc8\x78\x3e\x99\xc0\x67\x32\x81\x6a\x49\x08\xb0\x0c\x82\ \x0a\xdc\x32\xd0\x65\x74\xc5\x8c\x8c\x69\x7d\x63\x7d\x9d\xc1\x92\ \x73\x38\x14\x29\x55\x49\x65\xb0\xf4\x02\x1e\x4b\x09\xa9\x4a\x09\ \x48\x4b\x6c\x11\x6b\x7a\x2c\x60\x4a\x17\xc0\x7e\x07\x2c\x2a\x25\ \x29\x6d\x23\x89\x41\x4a\xea\x0b\xa3\x30\x38\x52\x76\x70\x62\xdd\ \x62\xde\xc0\x2b\xfe\xb1\x8b\xf7\x7f\x3c\x62\xb3\x9b\x4d\x61\x59\ \x89\xfe\xb1\xd8\x7c\x52\x44\x57\x7a\x78\x4c\xff\xf0\xd2\xe1\xcd\ \x47\x12\xaf\x6b\x73\xd7\x9e\xff\xe7\xab\x41\x6b\x9c\xb1\x2a\x54\ \x66\xab\x7a\xc6\x60\xd4\xcd\x5b\xf9\x6a\x99\xcc\x0e\xcd\x9c\xf6\ \x28\x70\x5d\xab\x85\xcd\x72\xa0\x3f\x15\xa9\xf8\x32\xbb\x44\x6d\ \x30\x2a\xc0\x7d\x83\x82\x29\x01\x16\x91\x46\x06\xfa\x23\x53\x19\ \x65\x44\x80\x41\x76\xb3\x0c\x3c\x97\x6f\x34\x03\x13\x08\xeb\xcb\ \x68\x81\xf6\xca\xd4\x63\x06\x9a\x44\xcb\x54\xf0\xe9\x2a\x19\xb0\ \x7d\x7c\x26\x4d\x35\x62\x36\x33\xdd\x98\x6b\x4f\xd6\xd6\xc0\x1b\ \xaa\x75\xc6\x91\x19\xb3\x44\xa4\x15\xc1\xc8\x52\x9a\xc4\x28\x11\ \x01\xc9\x03\x90\x46\x57\xc3\xf4\x5a\x1c\x11\x03\x84\x9c\x4e\x23\ \x78\x90\x31\x9e\x38\x02\x1f\x07\xf4\x8b\x88\x23\xcb\x44\x78\x3a\ \x0e\x89\xc0\x84\x4c\x5d\x98\x9a\x9a\xba\x70\xe1\xe2\x85\xd3\x43\ \x27\xc1\xf5\x31\x37\xd1\x88\xce\x4c\x97\xe8\xd4\x08\x34\x06\xb0\ \x99\x82\x49\x87\x15\xb8\x60\x5c\x3c\x9d\x8c\x97\x81\xf9\x01\x81\ \x05\x07\x41\xe0\xf1\x18\x3c\x91\x80\x06\x44\x85\xc0\x62\x60\xb8\ \xc2\x31\x77\x02\xce\xd3\x0b\x87\x74\xf3\x74\x47\x7b\xb8\xbb\xbb\ \x23\xc0\x97\x07\x90\x2b\x84\x07\x2c\xa0\x8c\x72\x77\xf3\x24\xb8\ \xa3\x11\x5e\xee\xbf\x04\xf9\xb0\x03\xa2\xe2\x82\x18\x1c\xaa\x5e\ \x23\x0c\x94\x1e\x85\x85\x02\x65\xa0\xb0\x61\x7f\x67\xbd\x80\xcd\ \x61\x33\x78\x3e\xb0\x2e\x9f\x10\xa6\xa3\x53\xa8\x80\x88\x59\x6c\ \x12\x44\x2e\x30\xeb\x70\x58\x70\x29\x8a\x42\x65\x73\x80\x85\xa3\ \x0a\xb9\x2c\x4e\x44\x72\xbc\x0d\x78\xc2\x9a\xfa\xf6\xae\xd4\x8e\ \xee\x70\xb1\x46\x7f\x59\x03\xc4\x05\xd8\x7e\x0a\xc5\x97\x24\xe7\ \xb0\xe4\xa3\x65\xb0\xa9\xb7\x46\xa9\xd1\x97\x69\xe4\x3d\x4a\x25\ \x95\x02\x18\x0d\x60\x17\xf0\x94\xe0\xcc\xb3\xd8\x2c\x36\x03\x98\ \x45\x01\x38\xb0\x00\x48\x27\x9b\x07\x70\xcc\x72\xd7\xa2\xd4\xcb\ \xa9\x3c\xbd\x9e\xd7\x53\xa6\x07\x2f\x11\xcb\x2d\x54\x81\x52\x2e\ \x2f\x2b\x63\x01\x0a\xf3\x0b\x8f\x09\x88\x88\x8e\x0c\x0f\x8c\x4d\ \x8e\x8b\x8f\x0d\x0b\x0e\x8f\x4e\x89\x08\x08\x4b\x8a\x8d\x8c\x49\ \x49\x8a\x4b\x4c\x4a\x08\x0a\x8a\x49\x8e\x08\x8e\x8e\x8c\x8b\x4a\ \x0c\xf6\x8f\x8e\x0a\x4e\x48\x4a\xec\xc8\x1e\xec\x6e\x77\x46\x05\ \x85\x07\x47\xc5\x84\xf7\x7d\xbf\xb9\xd0\x54\x8b\x38\x7f\xfd\xc1\ \x95\xa9\xfb\xc0\xb4\x9d\x3f\x79\xfc\xd8\x85\x29\x0f\x9a\x97\x9b\ \x5d\x75\x82\xf9\x65\x6a\x6e\xe6\xd7\xa7\x76\x0c\x16\x29\x63\x92\ \xdd\x3d\xdd\x69\xc7\x2f\x85\xb8\x79\x78\x8b\x98\x84\x2f\x8a\xb3\ \x8f\x50\x5f\xa6\xbd\xa6\x70\x37\x66\x11\xcc\x8f\x4f\x1a\x5e\xff\ \xfe\xf4\xce\x37\xb2\xe2\xa0\xe1\xa6\xf9\x8d\x8e\xf8\x88\x3e\xbf\ \x2d\xa2\x5f\x20\xa2\x4e\x12\xb1\x48\xd4\xc9\x4b\x67\x2f\x9e\x87\ \x7b\x86\x21\x21\xe7\xe7\x96\x2f\x5c\x58\x06\xb6\x7f\x6e\x0e\x16\ \x89\xbf\x06\xe3\x19\x96\x97\x97\xaf\x3d\xb8\x7a\xf5\xca\xb5\xeb\ \xf7\x1f\x82\xef\xd7\x1f\xc2\x35\xab\xc7\x70\xcf\xf0\x31\xb4\x83\ \xe0\x2e\x30\x89\x5f\xef\x2f\x3f\x80\xfe\x0f\xa8\xd5\xd1\x1a\x16\ \xb8\xf5\xf5\xe1\x3f\xd7\xb7\x72\xc6\x31\x3f\xfe\x78\xf0\xcf\x8d\ \xec\xdf\x9a\x6c\xcd\xdd\xa6\x8c\x94\xcc\xe6\xec\x4c\x67\x1f\xac\ \x92\xd0\x6c\x8a\xad\xab\xcf\xb2\x65\xdb\x6c\x59\x69\xe9\x19\xf1\ \x49\x83\x59\x29\xa9\x26\x5b\x76\x7d\x47\x46\x4a\x6b\x73\xda\xa0\ \x2d\xb9\x7a\xb0\x7e\xb0\xab\x3a\x31\x35\x25\xdd\x59\xdd\xe5\xe8\ \x1d\x48\x48\xca\xb0\x35\x75\x3a\x9c\x9d\xd5\x99\x5d\x75\x59\xdd\ \xcd\x1d\xd9\x39\x7d\xdd\x4d\x1d\xb6\xa2\xc2\xca\xe9\xb6\x73\xb9\ \xa5\x59\x25\x95\x8e\xe1\xa5\xd9\x73\xa7\x6a\x9a\x2a\x17\x8a\x6d\ \xad\xf9\xad\x05\xdd\x7d\xb9\xb9\xf9\x05\xf9\x7d\x55\xbd\x8e\xfa\ \xea\xde\xce\xae\xc1\xea\xde\x46\x53\x7d\x33\x70\x94\xe9\xe7\x6a\ \x9a\x5b\xda\x1d\x99\xd5\xd9\x75\xe5\x55\x95\xc5\xb9\x8d\x67\x0a\ \x5b\x8a\x4b\xbb\x9a\x2a\x5a\x9a\x8a\xf2\x6b\x06\xfb\xf3\x1b\x16\ \x0a\xc7\x2b\x86\x0b\xfa\x6b\x0b\x36\x56\x4a\x6a\xfb\x87\xfb\xdb\ \xda\x72\x2b\x6a\x27\x97\x66\x57\x86\x4f\x15\x56\x2c\xf6\x17\x54\ \xf4\xaf\xef\xad\x2e\xee\xec\x6d\xed\x00\xc6\x5a\x5f\x98\x5c\x9c\ \xdd\x73\x1d\x0c\xaf\x7f\x5e\xdd\x7a\xfd\x6c\x7d\x77\x7d\x77\x31\ \x77\x69\xb1\x72\xd8\x35\xb9\xbb\xb8\x3a\xf9\x62\x75\x73\x63\x67\ \x69\x65\x67\x71\x78\x6b\x7f\x61\xdd\xf5\x72\xa3\x62\x7a\x72\x78\ \xd5\xe5\xda\xdb\x79\xfd\xee\xfd\xef\xb7\x6e\xdc\xda\xde\xde\xb6\ \xaa\x8c\x06\x95\x8a\xa9\x02\x9f\x29\x80\x14\x80\xaa\x88\x64\x05\ \x19\x21\x62\x4a\x14\x34\x3a\x9e\x4e\x20\xca\x8e\x0a\x00\x2b\xe8\ \x3a\x89\xea\xcc\xdd\xff\x6a\x60\x23\x61\x0e\x09\x96\xec\x23\xb1\ \xc0\x34\xce\x13\x68\x78\x24\xa5\x46\xce\x83\x2d\x72\x26\xca\x2c\ \x02\x98\xc3\x06\x14\x8d\x4d\x0d\x4c\x5f\x4c\x11\xf8\xc4\xc4\x84\ \x73\x85\x54\x0b\x2f\xc0\x66\xea\x98\x1e\xdc\xf8\x84\xb9\x30\xf7\ \xf8\x7a\x3b\x2b\xa6\xd3\x2f\xb1\x57\x6a\x89\x1f\xa9\xe0\x85\xa6\ \x26\x06\x77\x6f\xee\xd6\x1e\x7e\x7f\x4b\x46\x01\x50\xff\xf1\x9f\ \x1f\x86\x91\xed\x31\xab\x4a\x32\x6f\x37\x8e\xa9\xec\xc6\x11\x33\ \x5d\x65\x34\xab\x0d\x0a\x83\x71\x44\x66\xa5\xab\x55\x32\xab\xce\ \xa8\xe5\xab\x81\x7c\x01\x5b\xc8\x87\xd9\x2e\x0a\x70\x53\x01\xb3\ \x1d\x25\x66\x40\x8b\x66\x1d\x5f\xa6\x50\xc1\xb2\x57\x0a\xfb\x8c\ \xc1\xa0\x95\x81\xe7\xc0\x45\x79\x09\x59\x61\x94\x89\x8e\x6a\xd5\ \x90\x45\x66\xa3\x41\x06\x8e\x6b\x04\xd8\xa6\x10\x59\x47\xd4\x66\ \x05\x96\x6f\xd6\x01\x57\xa9\x35\x9b\x65\xc6\x31\xbb\x4e\xc6\x04\ \xdc\x69\x66\x2a\x8c\x2a\xbb\x4e\xad\xa0\x31\xc9\x5a\x95\x4a\x82\ \x47\x13\xf1\xc0\xff\x29\xe8\x32\x3e\xf2\xb8\x17\x1f\x8f\xa2\x31\ \x81\xb5\xc3\x13\x88\x44\xbe\x02\x87\x40\x22\x88\x48\x74\xc8\xd0\ \xa5\x4b\xe7\x61\x65\x80\xa3\x7a\x92\xcb\x97\xce\xa2\xb5\x23\x46\ \x09\x59\xad\x52\x10\x30\x68\xa6\x4a\xa4\x13\x01\x5b\x8d\x57\xe0\ \x68\x12\x82\x8c\x4e\x13\x81\xb9\x01\x08\x16\x0d\x81\x61\x12\x08\ \x48\x3a\x13\x89\x01\x16\x85\x80\xc2\x02\xa2\xf2\x40\x60\x51\x28\ \x04\x01\xed\xee\xe9\x86\xc3\xa0\xb1\x28\x84\x3b\xca\x1b\xf6\x83\ \xc6\xa0\xdd\xdc\x80\x73\x84\x6b\x5d\x58\x1c\x1a\xe5\xfe\x4b\xa0\ \x9f\xd0\x27\x3a\x2a\x2a\x50\x4a\x91\x5b\x84\x51\x80\x70\x04\x6c\ \x80\x4d\x62\xd8\xef\x86\x0b\x30\x07\xa6\xe3\x08\xd8\xbe\x54\x12\ \x89\x2b\xa0\x72\xc0\x29\xe3\x09\x04\x1a\x2a\x43\xa3\x11\xb0\xa5\ \x30\xf2\x8a\xc3\x26\xfd\x8b\x43\xe0\xf9\x6c\xaa\xaf\x5f\x60\x58\ \x74\x76\x66\x4e\x63\x79\x68\x86\x29\x31\x33\xc9\x97\xc5\xd2\xdc\ \xb6\xc8\xa9\xc0\x53\x82\xc9\x48\xc3\xe1\xb2\xa9\xac\xb2\xdb\x16\ \xbd\x92\x22\xd0\xc3\x92\x1c\xe0\x9c\xcb\x05\x40\x2b\x81\x01\x85\ \x55\x1c\xe5\x54\x86\x90\x0d\xcd\x25\x2c\x3f\xcb\x53\xc2\xe6\x3c\ \x24\x98\xa3\x35\x31\x7a\x7b\xf4\x32\x50\x2a\x8d\x45\x0e\x3b\x26\ \x8a\x05\x60\x8a\x83\xe5\x88\xe4\x72\xcb\x65\x8d\xaf\x0f\xd5\x27\ \x32\x22\x3e\x28\x22\x2c\x32\x31\x3a\x22\x36\x22\x34\x26\x39\x26\ \x28\x38\x36\x3c\x28\x35\x28\xbe\x2e\x21\x3c\x26\x2e\x2a\x22\x25\ \x31\x25\x3a\x2c\x20\x3c\x2e\x36\x2e\x3c\x38\x28\xcc\x27\x38\x2a\ \x35\xb3\xb9\x2f\xdd\x66\x8a\x8f\x89\x8c\x8a\x88\x0b\xf7\x4f\x19\ \x28\x2d\x98\xbc\x70\x7f\xee\xca\xc5\xe3\x08\xb5\x41\x84\x19\xbb\ \x65\xbf\x73\x0b\xe9\x7d\xf2\x38\xdd\x1c\xa2\x3b\xf4\x1e\x32\xbe\ \xd5\xa1\xf8\x04\xf4\x3d\x26\x0e\xe3\x8d\x21\x9f\x3e\xed\xe5\xe6\ \x41\x34\xb8\x79\x7e\xf7\x60\xae\xa1\xf6\x7f\x3d\x7f\x4c\x72\xf0\ \x13\x61\xfe\x74\x50\x58\xf1\xf3\xcb\xa1\x95\xf8\xea\xcf\x5b\xaf\ \x5d\x37\x74\x3f\xdf\xaa\xbf\x7f\x50\xe3\x86\xf8\xcc\x93\x04\x91\ \x04\xe7\x7d\xfe\xc4\xd9\xf3\x17\xce\x9e\x05\x76\xf3\xfc\x59\x18\ \x3a\xba\x7c\xf1\xd2\xc5\x0b\x40\xad\x2e\x02\x5b\xb8\x7c\xe5\xca\ \xf5\xeb\x57\x60\xf3\xaf\x2b\xf7\xef\x5f\x87\xed\x75\x1e\x03\xc8\ \x82\x4a\x05\xff\x3e\x06\xfc\x04\x57\xd9\x1f\x02\x02\x7b\xf8\xbf\ \x96\x10\xa0\xd5\xf3\xa3\x6f\x7f\x7c\xfd\xe7\xca\x5f\x99\x9d\x23\ \x57\x7f\xfc\xcf\x4c\xd2\x99\x85\xba\xfa\xba\xcc\xba\x34\x53\x75\ \x79\x76\x75\x87\xa9\x2f\x3b\x35\x21\x23\xc5\x96\x69\xeb\xa8\xaf\ \xcb\x2a\x4f\x4d\x48\xcb\x32\x75\xa4\xa7\xc7\x64\x99\xb2\x9c\x4e\ \x53\xb9\xc3\x96\x03\x28\xc8\xe4\xec\x74\xf6\x0e\xa4\x64\x99\x80\ \x88\x35\xa7\xd7\x75\xa6\x64\xa4\xd5\x35\x75\x77\xd5\xd7\x39\x7b\ \x1d\xa6\xec\x3e\x5b\xb3\xd3\x59\x5d\x5e\xd0\xec\xa8\xad\x2c\x00\ \xc6\xad\xf8\x4c\x73\x5b\x5e\xe7\xe2\x7a\xc5\xb9\xe2\xaa\x73\xe3\ \xfd\x55\x4d\x55\x8d\x55\xb9\x8e\xde\xb6\xc6\x33\x2d\xb9\xd5\x83\ \x8d\xce\xee\xde\xe6\xde\x33\xbd\xd9\xf5\xe5\xe9\xd5\xe5\x7d\x55\ \x4d\xb6\xc1\x92\xe6\xde\xde\x8e\xf4\xc1\xee\xee\xd6\xfc\x82\xfe\ \xb6\x9a\xc2\x8a\xe2\x9a\xbc\xaa\xbe\x53\xb9\x05\x85\x45\x85\x67\ \x2a\x72\xab\x86\x17\xfa\x17\xc6\x8b\x67\x73\x2b\x56\x97\x0a\x72\ \x87\x0b\x0b\x1a\x0a\x6b\xdb\x16\x17\xda\x16\xf3\x6b\x1b\x8a\xda\ \xda\x86\x87\x17\x17\x37\x57\xd7\x5d\xbb\x3b\xeb\x7b\x3b\xbb\x4b\ \xeb\x6d\x5b\x0b\x3b\x5b\x5b\x5b\x1b\x9b\x5b\x15\x93\x7b\x40\xa3\ \x66\x57\xd6\xc7\x37\x17\xd7\x37\x57\x67\x57\x81\x57\x5c\x3d\x58\ \x58\xdc\x9b\x6c\x5b\x19\xef\x5f\x75\x6d\x1d\xec\x1c\x2c\x2d\xac\ \x6f\x2c\xbc\xdc\x70\xed\x3e\xfb\xfc\x62\xf7\xe3\xcf\x3b\x9f\x7e\ \x5b\x33\x6a\x69\x3a\xd8\xa0\x46\xc5\x27\x80\x4f\x92\x44\x44\x24\ \xe2\x89\x32\x26\x51\x46\xa3\xd1\x44\x00\x05\x08\x08\xba\x5a\xa1\ \x06\x4e\x51\x6b\x54\x13\xfb\xfd\x4a\x39\x72\x12\x4f\x20\x86\x44\ \x2f\x87\x43\x5f\x08\xa6\x69\x01\x2c\x86\x0c\x6b\xef\xc2\x7a\xc8\ \x72\x8d\x80\xc5\x25\x01\x63\x41\x4a\xe8\x2f\x61\xf8\xf9\x47\xf8\ \x49\xc1\x88\xd7\xfb\x27\x34\xe5\xed\x7d\xff\x64\xd0\xe2\x2e\x0e\ \x3d\xb4\x53\x48\xa6\x64\xff\xd2\x0a\x3f\x71\xca\x5e\x36\x29\x3c\ \x40\x18\xed\x98\x7c\xb9\x75\xf3\xd9\x77\x26\xe6\xf8\x89\x90\xfb\ \xff\x5c\x57\xaf\xcd\x18\x54\xf6\x35\x83\xd6\x6c\xd0\x8d\xd8\xc7\ \xac\x4c\x3e\x6c\x00\x2d\x53\x19\x64\x4c\xa8\x3c\x86\x19\x85\x4c\ \x07\x1b\x16\xaa\x24\x06\xbe\x8c\x0e\xa0\x8b\x0c\x6c\xa0\x4a\x6b\ \x80\x99\xce\x0a\x91\x6e\x64\xcc\x08\x63\x4b\x15\x80\xac\x74\x80\ \xc6\x0c\x0a\xb5\x4a\xa5\xa0\x1b\x00\xa6\x19\x46\x00\x69\x19\x54\ \xc0\x2f\x02\x20\xd3\x02\x7e\xd2\x1a\xed\xba\x11\xc3\xcc\x98\x6e\ \xec\x83\x15\x76\xd3\x11\xd1\x01\x60\xa9\x14\x63\xe0\x51\x95\x8c\ \x2f\x52\x19\x15\x46\xfb\x98\x9a\x08\xdb\xec\x11\xc8\x0a\x2d\x1f\ \x48\x93\x02\x88\x38\x9d\x29\xa3\x21\xce\x7a\x91\x99\x18\x14\x0d\ \x8f\x24\x12\x09\x08\x04\xdf\x88\x46\x30\x09\x64\x04\x2e\x04\x8e\ \xe3\x4b\x80\xb2\x2e\x0c\x5d\x1a\xba\x78\xf5\xd2\x10\x4a\xa6\x1d\ \x51\x81\x63\x2b\x68\x38\x1c\xdc\xda\x00\x46\x90\x29\x61\x12\xe8\ \x6a\x60\x49\xc1\xc1\x08\x78\x3c\x81\x2c\x23\x13\xe9\x30\x4a\x14\ \x0d\x33\x9f\xf1\x38\x2c\x02\x85\xc2\x11\xd1\x6e\x58\x34\x12\x81\ \x72\xc7\xa2\xdc\x81\x5a\x61\xd1\x08\xac\xb7\x17\x1a\xd6\xce\x42\ \xa3\x51\x5e\x5e\x1e\x9e\x9e\x18\x2c\xc6\x0b\x85\xf9\x25\xc2\x27\ \xd0\x2f\x22\x3c\x2a\xcc\x4f\xc8\x95\xb3\xa3\x03\xfd\x59\x65\x3c\ \x12\x80\x2c\x96\x18\x16\xd2\x60\x90\xa8\x42\x0a\x40\x23\x0a\x89\ \x0a\xce\x1c\x50\x26\x1e\x49\x78\x94\xb9\x03\x38\x18\xae\x65\x09\ \x28\x0c\x0a\x15\xe8\x0d\xe4\x30\x0e\x8b\x22\x0d\x0a\x0b\x0b\x08\ \x8b\x88\xcd\xec\xe8\x8c\xf2\x8d\x49\x8f\x06\x92\x46\xe2\x4d\x5c\ \xa6\xb2\xc4\x1a\x16\x43\x4e\xa2\x52\xb8\x24\x3f\x70\x28\x65\x99\ \xf2\xee\xed\xdb\xa3\xb7\xc1\xdf\xcb\x3d\x65\x72\x0a\xf0\x7c\x40\ \x8a\xe4\x62\xf0\x64\xb8\x6f\xc8\x85\x8d\x59\x81\x0b\xd5\x88\x01\ \x72\x09\x04\x62\x30\x97\x09\xee\x8e\xea\x81\xcc\x01\xe2\xd2\x1c\ \x65\xc2\xeb\x61\x8c\x7d\xd9\x5d\xa5\x52\xd3\x53\xc6\xe2\x91\x48\ \x3e\x01\xd2\x80\xd8\xb8\xf8\xe0\xa0\x80\xe4\xa4\xc8\xd8\xa4\x88\ \x98\xe8\xf0\xd8\xf0\x28\xa0\x4b\xe9\xb1\x61\x51\x81\x81\x51\xd1\ \x51\xb1\x31\x31\x11\x30\xfc\x3d\x35\x36\xcc\x3f\x20\x2a\x25\x27\ \x35\x2d\xad\x23\x2d\x33\x21\x21\x2a\x3a\x21\x29\x2a\x34\x34\x32\ \x3c\x51\x71\xe9\xfa\xd5\xe5\x10\xe0\xae\xbd\x2f\x79\x61\xdc\x45\ \xe6\xf9\x3b\xdf\xf8\x78\xf7\x13\xc7\x50\x43\x67\xdd\xb0\x7c\x37\ \x2d\xee\xd1\x27\xbc\x8a\x88\xa5\xd1\xd1\x6e\x44\xd4\x71\x95\x02\ \x85\x7e\x77\x72\x7e\xfe\xd8\xce\x97\x29\x8f\xa7\xfb\x37\xf1\xb2\ \x2f\x45\x05\x2f\xd5\x1f\xcc\xfc\x85\x0d\xd5\x9d\xdc\x9a\x3f\x75\ \x87\x8a\x6f\xcf\xbe\xdd\xb2\x5f\xf8\x26\x09\x41\x28\x0c\x04\x42\ \x08\x30\x9a\xe7\xcf\x03\xb1\x1a\x3a\x7f\xf2\x24\x6c\x3f\x79\x69\ \x6e\x0e\xd6\x99\xb9\x30\x77\x1d\xd8\x43\x58\xf2\x1d\xf6\x84\xfe\ \x97\xb1\x1e\xc3\xa8\xab\x3f\xe0\x4a\x15\x20\x2b\xb8\x7a\x05\xbe\ \xff\x78\x0c\x7b\x83\x41\x3f\x08\x0c\xe1\x73\xa8\x56\x7f\x83\xcb\ \xd7\x87\xe0\xce\x0f\x62\xcd\xe0\xd3\x2b\xff\x57\x95\x1e\x97\x33\ \x90\x9e\x52\xde\x59\x5d\xd7\x61\x4a\x6b\xed\xc8\xaa\xcf\x34\x25\ \xa6\x67\xa7\x39\xeb\xeb\xfa\x1c\xe5\x19\x89\x71\x31\x89\xf5\xcd\ \x69\x19\xa9\x59\x89\xe9\xd5\xce\x41\x67\x5f\xa6\xad\x6b\xa0\x63\ \xb0\xaf\x7a\x70\xc0\x99\xe9\x4c\x4f\xe8\x18\xb0\x65\x76\x74\xa4\ \x67\xd4\x75\xb6\x9c\xe9\x1c\x70\x74\x56\x39\x1c\x1d\xe0\x81\xfa\ \x56\x67\x7c\x6f\x73\x47\xd1\x6c\x7f\x45\x45\x71\x43\x6e\x57\x5b\ \xdb\x40\xc5\x62\xdb\x99\x53\x79\xad\xa5\x0d\xad\xa6\xc1\xc1\xce\ \xdc\xaa\xda\x86\xfc\xaa\xc5\xe1\x81\xc6\xd6\x9c\xce\xa6\x66\x47\ \xef\xa0\xad\xb0\xc9\xd4\xdd\xda\xd2\x3d\x58\xde\x57\x32\xd0\x54\ \x62\xeb\x33\x75\x0d\x76\x14\x14\x54\xe6\x15\x16\x9f\xa9\x6c\x2a\ \x2a\x3e\x77\xae\xb1\xaa\xa8\xb2\xa2\xbf\xad\xa4\xb8\x61\xa1\x6d\ \x63\xa1\x61\xb6\xa2\x62\x71\xba\xbf\xa8\x36\x3f\xbf\xb8\x26\xb7\ \x68\x7c\x72\x7c\x35\xbf\xa8\xb4\x6a\x78\x69\x65\xdd\x35\xbe\xb3\ \x3a\xbd\xff\x6e\x6f\x73\x75\xd3\xb5\xb5\x51\x30\xbd\xb2\xb4\xb5\ \xb3\xb1\xb0\xb3\x34\xfb\x62\x67\x78\xe1\x60\x75\xd5\xb5\xb9\xb1\ \xbe\xba\xb8\xbe\x71\x30\x39\x3d\xed\xda\x69\x1b\x5e\xdd\x68\xdb\ \x80\xbb\x87\xfb\xaf\x5c\x2b\x9b\x1b\xaf\xf6\x16\x3e\xbf\x7a\xf1\ \xf1\xdd\x5f\x07\x3f\x0f\x7f\x1b\x1b\xdb\x36\x1b\x01\x78\x18\xcc\ \x80\x33\xd4\x7c\x68\x98\x54\x4c\xf0\x19\x41\x60\xc9\x70\x05\x8b\ \x40\x16\xe1\xdd\x3c\x50\xde\x1e\x04\x0c\x19\xb8\x27\x22\x2e\x80\ \xd2\xcb\x16\x53\xc1\x08\xe4\x50\xc1\x1f\x25\x49\xcc\x02\x63\x12\ \xf8\x00\x01\xb0\x84\x72\x81\x5e\xc9\x53\x6a\xc0\xc8\x25\x81\xcf\ \x09\x95\xc4\xc9\x2a\xf5\x11\x8b\x29\x3e\x24\x36\x10\x38\x86\xbf\ \xa9\xb5\xf6\xe3\xe1\xbc\x02\xeb\x35\x74\xfd\xaa\x43\x1f\xd0\x1b\ \xd8\xb8\x18\xc4\xa6\x64\x0e\x86\xf2\x42\xc3\x28\x41\xa6\xdc\xc3\ \xed\x27\xef\x5e\xbe\xb1\xeb\xc8\xe7\x7f\x3c\xf0\x94\x99\xb5\x6a\ \xc3\xcc\x23\xc0\x51\x5a\xbb\x61\x04\xb8\x43\xdd\x3d\xa0\x5e\x70\ \x45\x9c\xaf\x50\xa8\x54\x66\xb3\xce\x28\x52\x6b\x65\x32\xb3\x48\ \x2b\x23\xd0\xd4\x5a\xbe\x48\x42\x17\x69\xe9\xc0\x16\xca\xb4\x5a\ \x89\x51\xc5\x5f\x33\x2b\xe0\xd6\x1e\x13\xee\x1b\x02\x7c\xd4\xea\ \x80\x55\x5c\x03\x74\x05\xbc\xa4\x04\x00\x96\xcc\x60\x87\xfb\x9d\ \x46\x30\x15\xab\x47\xb6\xe7\xd5\x66\x83\x5a\x37\x63\x04\xa2\x21\ \x91\xa8\x8d\xf3\x06\xb5\x48\x2b\x31\x18\x61\xc5\x06\xf0\x2c\xf3\ \x98\x82\xe8\xed\x06\x34\x91\xcc\x67\x8a\x54\x22\x02\x92\x4c\x27\ \xd3\x44\x30\xb2\xf6\xa4\x07\x9d\x86\x41\x31\x91\x1e\xe0\xbf\x09\ \x8b\xe6\x9b\x89\x18\x32\x0e\x89\x23\x78\x5f\x5c\x1e\x9a\x9a\xba\ \x38\x37\x75\x61\xee\xd2\x85\xb9\x2b\x97\x4e\x60\x44\x33\x33\x40\ \xfe\xd4\x22\x1c\x19\x78\x47\xbc\x5a\xa1\x50\xc3\x20\x58\x11\x91\ \x46\x87\x25\x12\xf1\x12\x30\x2b\x10\x99\x38\x1c\x02\xb8\x3d\x04\ \x06\x81\x40\xc1\x95\x2c\x77\x0f\x24\x12\xd6\x78\x77\x73\x43\x63\ \x11\x18\x77\xb4\x27\x2c\xe5\x80\x71\xc7\x20\xf0\xee\x6e\xe0\xa9\ \xee\x1e\xb0\x64\x16\x12\x89\x06\x28\xf6\x8b\x90\xcb\xf1\x49\x8c\ \x8b\x08\x08\x65\xb0\xc5\x4a\x69\x90\x1f\x4b\x4c\x05\x90\x23\x90\ \x2b\x49\x7e\xc0\x9a\x01\xfa\xa1\xc2\x05\x71\x06\x03\xa6\x26\xb0\ \xd8\x5c\x36\x4c\xc1\x21\xb1\xf5\x02\x16\x8f\x4d\x02\x0a\xc3\x00\ \xa2\x42\x62\x00\xc7\x48\x65\xb3\xfd\x83\x03\x43\xd9\x52\x9f\xe0\ \xd4\xf2\xec\xbe\x38\x5f\x4e\xa0\x94\x01\x8e\xa4\x54\xea\x61\x9d\ \x78\x39\x09\xcc\x4e\x6c\x92\x94\x43\x12\xf3\xf4\xa3\xb7\xff\x0b\ \xf5\x6a\xb4\xe7\xf6\xdd\x32\x0d\xd0\x1c\x3d\x10\x20\x9e\x5e\x0e\ \x4b\x6d\xc1\xee\x62\x54\x58\x65\x0b\xb8\x48\x98\x26\x44\x05\x9a\ \xd4\x33\xd1\x03\xc6\x87\x06\xf6\x24\x91\x6b\x7a\xf4\xc0\x08\x02\ \xa7\x69\xd1\x94\x95\x95\x4d\x4c\xf4\x80\x0b\xc5\x07\xbc\x46\xe8\ \x1b\x06\x9b\x43\xfb\x46\x05\x25\x45\x86\xc7\xc5\x47\x07\x45\xc4\ \xc6\xc6\xa7\x45\x85\xc5\xc5\x86\x05\x05\x45\xa7\xc6\x24\xc5\x46\ \xc5\x47\x47\xc6\x87\x85\xc7\xc6\xfa\x07\x84\xc5\x44\xc5\x99\x12\ \xd2\x63\xa3\x12\x23\x12\x63\x93\xe3\x23\x02\xa2\x23\x7b\x3f\x60\ \xae\x1f\xc3\x9f\x7d\x38\x77\x0c\xff\xfd\x06\xd9\xed\xf4\x09\xec\ \xc9\x90\xe3\xc7\xf0\xf7\xac\x12\x9c\xa7\x8a\x78\xfe\xd2\xd9\x21\ \x0f\xbc\xbb\x4e\x47\x27\xbb\x1f\xf3\x42\x78\x78\x7b\x23\x51\xba\ \xb5\x93\xdb\x66\xd4\xc2\xa7\x8b\x84\x1b\x87\x77\x30\x86\x97\xed\ \x9d\xf6\xed\x27\xc8\xe9\xce\x5b\xcc\xad\xce\x92\x1b\x6f\x9e\x9a\ \x5d\xab\xb7\xd6\xed\x5e\x6f\x55\x34\xac\x42\xc1\x24\x63\xbc\x4e\ \x4c\x9d\x3e\x79\xcc\xfb\xe4\x85\xf3\x67\x61\xe7\xc2\x4b\x17\xae\ \x5d\xb9\x74\x11\x4c\x4b\xcb\x57\x2f\xc1\xde\x61\x80\xb1\xae\x5e\ \x7d\xf0\xf8\xca\x32\x54\xac\x23\xd0\xfa\x0a\x5c\xe1\xd7\x87\x8f\ \xff\xc5\xac\x3f\xfe\x78\xf0\x10\x3c\xfe\xf7\x73\x28\x53\xcf\xff\ \x3e\xc2\x2b\x28\x69\x7f\x80\x3b\x8f\x9f\x5f\x69\xb3\xdd\x58\xf6\ \x74\xac\xb7\x44\xa4\xa7\xa7\xdb\xd2\xeb\xba\x52\x53\xab\x9b\x33\ \x6d\x7d\x75\xcd\x99\xa9\xf5\xad\x03\xb6\x01\x47\x5a\x72\x4e\x42\ \x74\x7c\x9a\xb3\x3c\xc7\x54\x57\x97\x06\xeb\x66\x35\x3b\x4d\x03\ \x40\xca\xb2\x9d\xf5\xd9\xa6\xb4\x8c\xb4\xd8\x4e\x47\x47\x23\x40\ \xb1\xce\xba\xcc\xce\xc1\x74\x67\xd7\xc0\x60\x97\xc3\x31\x90\x53\ \x5e\xd7\xdb\x97\xdd\xda\xda\x59\x30\x5c\x70\xa6\x20\x37\x37\xb7\ \xa9\xa1\xb6\x6a\x76\x67\xba\xa0\xa8\xc5\x39\x9e\xdf\xdb\x38\xd0\ \x5e\x53\xd4\xe4\x68\xc8\xad\x9d\x3e\x55\x77\xa6\xbd\xce\x91\xdb\ \x55\xde\xd4\x9d\xd5\xe8\x34\x35\x0f\x36\xf5\xd5\xdb\xba\x2b\xfb\ \x9a\x2b\x9b\x3b\x3a\x06\xab\x3b\x8b\x72\x4b\x1b\x86\x87\xf3\x16\ \x6b\x0b\x1b\x7b\xf3\xf2\x4b\x6b\x4a\x6a\x0a\x0a\x0b\x87\xc7\x8b\ \x86\x67\x73\x2b\x77\x00\x17\x15\x16\x56\xe4\xe7\xd7\xae\x9e\x29\ \x2d\x18\x5f\x55\xfa\x2a\xd9\x00\x00\x20\x00\x49\x44\x41\x54\x6d\ \xeb\x1f\x5e\xed\x2f\x05\x82\xb5\xe8\x5a\xd9\x5f\x1a\xde\x59\x5f\ \xda\x59\x5d\x5a\x5f\x70\xed\xc2\x44\xe7\xad\x8d\x8d\xcd\xe1\xa5\ \xbd\x9d\x9d\xdd\x8d\x17\xfb\x1b\xd3\x2b\xbb\xeb\xb3\xe3\x93\xd3\ \x2b\xb5\xb5\x3b\xae\xd5\x8a\xe9\xf1\xca\xa5\x85\x82\xbd\x17\xaf\ \x80\x19\xdc\x5d\xd8\xdc\x7c\xf5\x7a\x73\xf7\xd7\xd7\xdf\x3f\x7e\ \xf8\x34\xf2\x08\xc6\x5f\x19\xf8\x86\x11\x95\xd6\x3a\x02\x03\x08\ \xf8\x74\x26\x91\x46\x26\x02\x77\x42\x60\x22\xd0\xc7\x91\x23\xdb\ \x7f\x2e\xe6\x76\x0e\x74\x76\xc7\x84\x45\x67\x64\xb4\x4b\x27\x46\ \x2f\x6b\xf4\x02\x12\x15\xd8\x02\x12\x15\xa0\x3d\x18\xff\x52\xb8\ \x26\x52\x56\xa6\x67\x59\x34\x0c\x36\xac\x2c\x4a\x82\xa3\x9f\xcd\ \x0a\x3f\xb5\x20\xb5\xb0\xa4\xbe\x1c\x12\x70\x1f\x0c\x3f\x53\xc1\ \xce\x8d\x3f\x99\xe7\x65\xe8\xe3\x3f\x9e\x90\x48\x71\x35\x11\x4b\ \x41\x4a\x0e\x25\xc2\x87\x24\xe0\xb1\x83\x32\xa2\xdb\xef\x98\xb5\ \x6f\x6f\xbc\xdb\xd2\xa1\x2e\xfe\x81\x23\x33\x67\x8c\x40\x39\x46\ \xb4\x06\xb3\x61\x46\x65\x98\xd1\x19\xac\xba\x91\x11\xf3\x8c\x0e\ \x18\x43\x91\x4c\xa7\x90\xf1\xed\x76\x89\x56\x27\xd1\x32\xb5\x56\ \x03\x5d\xa5\x15\x29\xb4\x2a\x11\x8c\x59\x37\xf0\xb5\x56\xba\xc1\ \x60\x10\x49\x14\x2a\x18\x18\x05\xf3\x77\x8c\x23\x80\xb0\xe6\xb5\ \x22\x89\xd9\xac\x96\x18\xb5\x60\xf0\xd2\x8c\x33\xf3\x80\x28\xb5\ \x3a\x95\xfd\xd1\xda\xfc\xd8\x88\x59\xc6\x57\x1b\xcc\x56\x11\x19\ \x4f\xb7\xeb\x54\xc6\x19\x18\xfd\x05\x04\x53\xad\x56\xe8\x80\xe3\ \xa4\x8f\x18\x65\x5e\x9e\x0a\x26\xcc\xe1\x51\xe8\xf8\x18\x32\x0d\ \xc6\x4f\x91\x99\x6a\x1a\x1a\xc9\x24\x23\x10\x04\x1c\x9a\xa8\xa6\ \x21\x10\x44\x11\xd2\x03\x47\x40\x12\x69\x5e\x60\x08\xcf\x4d\x5d\ \xbc\x08\x63\x47\xc1\x50\xbe\x78\xdc\x43\xf1\x54\xab\x02\x4c\xc6\ \xc7\xe2\x71\x2a\x15\x5d\xa1\xe0\x8b\x98\x0a\xb2\x08\x70\x9b\x88\ \x4e\xa6\x33\xf1\x4c\x1a\x96\x48\xc0\x62\x80\x0c\x11\x70\x48\x0c\ \xd0\x2a\x14\xd6\x0d\xed\xee\x81\x40\xb9\x21\x01\x54\xb9\xbb\xa1\ \x50\x68\x77\x77\x77\x14\x1a\xe6\xb7\x21\x89\x10\xc1\x50\x68\x2c\ \xd6\x13\x96\xf3\x0b\x01\x66\x11\xf3\x4b\x40\x70\xa4\x4f\x42\x62\ \x4a\xa8\x0f\x4b\x2c\x66\x07\xc4\xf8\x8a\x81\x54\x09\xc5\xe2\x32\ \x1e\xd0\x2a\xf6\x51\x31\x52\xa1\x10\x9c\x26\x40\x52\x0c\x12\x85\ \xe7\x1b\xc8\xe5\xc0\x06\x47\x02\xb1\x58\xca\xa6\x70\xb9\x2c\x0a\ \xec\x3a\xc1\xe5\x52\x38\x1c\xae\x10\x28\x9b\x3f\x17\x3c\x25\x2c\ \x21\x25\x2b\x96\xa7\xb7\x50\xc2\xa5\x02\x92\x45\xac\x57\x42\x0b\ \x07\x14\x87\xc7\x90\xb2\x59\x2c\xbd\x58\x3f\x3a\xfa\x5f\x80\x57\ \x1a\x4b\xd9\x5d\xcb\x28\x70\x7b\x3d\xa3\x65\x2c\x39\x4f\xc3\x22\ \x51\x7c\x61\xab\x37\x80\x5b\x3c\x01\x09\x76\x45\x04\x57\x80\xc6\ \x94\xf2\x09\x8b\x12\x2e\x74\x0a\x80\x44\x59\x60\x31\x0f\x20\x5a\ \x3c\x96\x78\xc2\x52\xa6\x9f\xd0\xdf\x1d\x9d\x80\x9c\x47\x62\xf8\ \x4a\xa3\x63\x03\xfc\xa5\xa1\xe1\xfe\xc0\xf4\xc5\x47\x24\x27\x87\ \x87\x47\xc7\x45\xc4\x87\xc7\x46\x45\xc5\x46\x45\x03\x4d\x8e\x08\ \x8a\x89\x8c\x88\x0e\x4c\x8e\x09\x8f\xf0\x11\xc6\x45\x46\x47\xa4\ \x65\x25\x65\x80\xdf\x34\x39\x2e\x22\x2a\x2e\x26\x93\x3f\xc7\xdc\ \x5c\x7a\x22\xfb\xd9\x30\x50\x33\x78\xae\x2a\x33\x33\x73\xfa\xf7\ \x79\x83\x3b\x1f\xed\xe9\x81\x39\xe6\x75\x1a\x4d\xf6\xc6\xcd\x7c\ \xf7\xf0\x0e\xe1\x63\x89\x9f\xee\xdc\x78\x77\xcb\x8a\xe4\xe3\x24\ \x87\x74\x7c\xad\xfd\x82\xe8\xd3\x3d\x19\xf9\x4b\x6d\xdf\x1e\xff\ \x2f\xcc\xcd\xc0\x36\x83\x64\xd2\x34\x30\xa6\x7a\xfa\xbe\x74\x6f\ \xbc\x5f\x8d\x3f\xbc\xf3\x94\x36\xa6\x36\x6b\xb5\x78\x8f\x13\x21\ \xde\x1e\x9e\xde\xe7\x4f\x9f\x38\x71\x7a\xee\x2c\xec\x10\x7d\x05\ \xa0\xf4\xd4\xdc\xd5\x6b\xd7\x8e\x7a\x1e\xde\xbf\x02\x5b\x41\x83\ \x7b\xc0\x11\xde\x5f\x5e\xbe\x7e\xff\x0f\xc0\x56\x0f\x81\x15\x3c\ \x8a\x1b\x85\x89\xce\x0f\x1e\x7c\xfd\xfb\xef\x23\xc6\x82\x80\xf5\ \xe3\x2b\xa4\xac\xe7\x70\xe5\xfd\xf9\xd5\x8d\xea\xd5\x63\xf4\xe3\ \x84\x5b\x8b\x89\xe9\x1d\xd5\x83\xf5\x49\x19\xf5\x36\x53\x66\x7a\ \x46\x96\x2d\xdd\xd9\x5c\x57\x0f\xb0\x2a\x3d\x21\x3e\xc3\x94\x99\ \x99\x5d\x9e\x9a\x66\x4a\xee\x74\x9a\xb2\x07\x06\x33\xab\x9a\xe3\ \xab\x06\x5a\x73\xea\xab\xd3\xea\xd2\xd3\x9d\x75\xe9\xd9\xd9\x7d\ \x9d\x55\x1d\xbd\xc5\xe7\x3a\xcf\x9d\xeb\xad\x6a\xcd\xac\x6e\x75\ \xb6\x37\xf7\xd9\xfa\x06\x06\x06\xfa\x0b\x9a\xf2\xf2\x4f\xe5\x0d\ \x9f\x6b\xe8\xef\x05\x36\xac\xa6\xb4\xa5\xa9\x3f\xaf\xa4\xc9\x31\ \xd0\x5b\x59\x35\x50\x52\x5c\x5a\x54\xd1\xdc\x5e\x33\xd0\xd5\xd5\ \xd5\xdb\xee\xac\x1f\x18\x1c\x1c\xc8\x76\x34\x57\x65\x0c\xd6\x38\ \x9a\x8a\x3b\xea\xd3\xbb\xbb\xfb\x72\x0b\x00\x5d\xb5\x34\x0c\x17\ \xb6\xb5\x37\xf7\x16\xd7\xb6\xe4\x9d\xaa\xc9\x2d\x2e\xdc\x6f\x1b\ \x1f\xae\x2d\xae\x58\x1c\xdf\x00\x96\xb1\x68\xba\xa2\xbf\x72\xba\ \x21\x6f\xb1\xa2\xb6\xad\xa1\xad\xc1\xd5\x3f\xeb\x7a\xf9\xe7\xec\ \xf0\xec\xee\xfe\x6c\xdb\xd2\xd2\xee\xca\xe4\xe4\xee\xb3\xd5\x67\ \xeb\xeb\x2b\x4b\xeb\xae\xd5\xd7\x5b\xbb\x93\x4b\xae\x85\xca\x95\ \xd9\x1d\x70\x7f\x75\x61\x63\xf7\xd9\xc1\x6c\xe5\xd2\x70\xc5\xca\ \xf0\xc2\xd6\xb3\xdd\x9d\xd5\xdd\xf5\xdd\xfd\xf7\xaf\x76\xb7\x5e\ \xfc\x79\xf8\xfd\xf0\xe6\x17\xc0\x57\xd6\x19\xa3\x75\xc4\x6c\x54\ \x59\xf9\xc0\x6a\xe0\xdc\x09\x08\x0c\x16\x7c\x36\xb0\x08\x4f\x6f\ \x77\xeb\x8b\xaa\x54\x7f\x98\x6b\x33\x01\x1c\x1f\xac\x14\x73\x57\ \x23\x95\xc3\x22\x32\xca\xa3\x0a\x58\x72\x8d\x92\xc4\x60\x69\xa8\ \xbe\x14\x60\x34\x2e\xf7\x88\x01\x4d\xb1\x19\x3c\x81\x9c\x05\xeb\ \xbf\xb1\x85\xac\x7a\x47\xde\xa9\x32\x4e\x79\x30\x07\x4c\xb1\x02\ \x4d\x44\x47\xfb\xaf\x8a\xd7\x4f\xaf\x1d\x7a\x5e\xbd\xdf\x2d\xa6\ \x06\xb6\x3b\x73\xb9\x24\x0d\xaf\xbc\x2d\x5c\x2f\x10\x44\x9b\x3a\ \x2a\x0f\x65\x48\xfe\x93\x95\x3b\xaa\x6b\x7f\x84\x58\x45\x66\xa0\ \x28\x8a\x91\x7b\x06\xf5\xb6\xd5\xbc\xa6\x95\xcd\x98\xad\xda\x19\ \x03\xc0\x2d\x95\x76\x4c\x76\xd4\x77\x5e\x07\xe4\x4c\xa6\xa0\x89\ \x46\x66\xb4\x6a\x19\xb8\x63\x10\x89\xec\x74\x9a\x42\xab\x18\x01\ \xda\xa6\x30\x8f\x69\x25\x63\x3a\x85\x4a\xa2\x53\xeb\x64\xba\x31\ \x9d\x5a\x06\xa4\x4b\x61\x86\xa1\x64\x46\x2d\x0e\xcb\x04\x5e\x52\ \x27\xd3\xaa\x25\x23\xf7\xe6\xad\x46\x1d\x18\x87\x3a\x9d\x5a\x61\ \x27\x93\x75\xb0\x6a\x15\x80\x4d\xad\x41\x01\x1c\xa3\x84\x4f\x13\ \x89\x80\x0f\xd6\x19\x14\x18\x4f\x1a\x9e\xa6\x80\x2d\xa6\x09\x48\ \xbc\x8c\x8e\x97\x10\xd1\x78\x1a\xc1\xfd\x38\x8a\xe0\x8e\xe4\xcb\ \xc8\x38\x3c\x12\x49\x90\xd1\x99\x68\x3c\x01\xaf\xa2\xbb\x5d\x80\ \x85\x24\xa7\x60\xaf\xaf\x8b\x43\xcb\x57\xae\x9d\x08\xa1\xd9\xef\ \xa9\xf1\x44\x11\x9f\x4e\x03\xce\x9a\x4e\xa3\x8b\xc8\x4c\xd9\x51\ \x33\x44\x1a\x6c\x45\xc1\x94\xe0\x69\x44\x37\x24\x81\x08\x66\x09\ \x02\x12\x07\x17\xde\x3d\xdc\x00\x38\x21\x09\x38\x0c\x12\x8b\x87\ \xeb\x58\x58\x0f\x14\x19\x89\xc4\x84\x78\x62\x31\x08\x0c\x06\x48\ \x19\x06\x05\x73\x77\x01\x78\x01\xee\xc2\xfd\x12\x1e\x16\xe9\x17\ \x9e\x96\x2e\xf4\x65\x53\x28\x9c\xe0\xf8\x20\xd8\xcc\x88\xc2\x02\ \x3c\x25\x64\xb3\x28\x4a\x12\x97\x04\x63\x47\x49\x5c\x96\x98\x2d\ \xa5\x92\xe4\x24\x36\x89\x23\x05\x73\x0a\x97\x25\x60\x73\x85\x54\ \x39\xc3\xcf\xcf\x87\x01\x19\x8b\xe2\xc3\x66\x28\x2d\x52\x7f\x06\ \xa0\x31\x61\x40\x54\xa4\xaf\x52\x2f\x27\x71\xc5\xc0\xe5\xcb\x49\ \x4a\x3d\x0c\xb7\x93\x4f\x68\x7c\x01\x59\x6b\x94\x77\x7b\x6e\x8f\ \xfe\xf7\xbf\xa3\x16\xcd\xed\x51\x88\x5a\x16\x65\x99\x45\x29\xa6\ \x82\x23\x2a\x49\x1c\x86\x40\x20\x87\x2b\x99\x3c\x06\x9b\x2a\x06\ \x37\x29\x02\x3d\x83\x2a\x50\x5a\xe4\x7a\xb1\x5c\xcc\x2a\xd3\x03\ \xe0\x9e\xd0\x28\xf5\x4a\xb9\xd2\x02\x64\x4b\x63\xb9\x3c\x31\xaa\ \x91\x5f\x2e\x03\xc7\x67\xb1\x7c\xe3\xfc\x43\xb9\x30\xc2\xd4\xcf\ \x3f\x30\x28\x2a\x3e\x2e\x3a\x3c\x3c\x22\x3e\x3e\x38\x16\xfc\x36\ \x51\xe1\x91\xb1\x71\xc0\xf6\xc5\x04\xc7\x44\x25\xc4\x07\x47\x25\ \x87\x25\x44\x47\x46\xc6\x24\xa7\xc7\x27\xdb\x80\x3b\xac\x28\x69\ \x2a\xfa\x7e\xe2\x6d\x65\x45\x57\x5f\x4d\xee\xe2\xde\xc1\xce\xfe\ \xad\x97\x25\xeb\x95\x2d\xed\xad\xb6\xf4\xaa\xbe\xce\xee\xbf\xbc\ \x2f\x3d\xfc\xfa\xf0\xfa\x89\xa7\x33\xdb\x2f\x6a\xeb\xba\x99\x0f\ \x97\xbd\x7e\x9b\xdf\xdb\x7d\x82\xe1\xbb\xaf\x6d\x78\x86\x18\xde\ \xea\x44\x33\x2f\x7b\x1b\x6e\x19\x98\x92\xa6\xc0\xf7\xc8\x0f\x4b\ \x5d\x95\x66\xed\xa7\xb6\xd2\xc9\x73\xbf\x1a\xdf\xfc\x3a\xbd\xf7\ \xe4\x93\xee\xcb\xe1\x23\x03\xf6\x24\xda\x3b\xc4\xc3\xfb\xf8\xf1\ \xe3\x1e\x27\x2e\x9d\x3c\x76\xe1\x3c\xa0\xac\xa1\xa1\x0b\x17\xaf\ \x2c\x03\x47\x08\x37\x09\x1f\x5c\xbd\x78\xf1\xda\xf2\x95\x2b\xc0\ \x1c\x5e\xbf\x0f\xbc\xe1\x83\xc7\x57\x61\xf4\xc2\x1f\x40\xb8\x1e\ \xff\x01\x9b\xec\x3c\x78\x7c\x24\x56\xff\xfa\xc1\x1f\xff\x2e\x67\ \x81\xef\x50\xb8\x7e\x18\x33\x6b\xac\x43\xa7\x87\x4e\x45\xd5\xe5\ \xd8\xea\xfb\x4c\xc9\xa6\x7a\x53\xa6\x29\x3d\xcd\x96\x9a\x59\x6e\ \xcb\xae\x4e\x4a\xcd\x88\x8d\x8f\x4d\x4c\x4a\x49\x4f\x4d\xcf\x4c\ \xcd\xa8\x73\x34\x57\xf7\x75\x57\x57\x77\xa4\x0f\x38\xba\x72\x4c\ \x9d\xd9\xf5\x59\x99\xad\x8e\xbe\xe6\x76\xe7\x60\x97\x73\xb0\xa5\ \xa6\xa9\x7b\xb0\xca\x31\x58\x5d\xdd\x3a\xd8\xdd\xe5\xa8\xab\xb6\ \x35\x0f\xf4\x57\x16\xcd\x36\x9c\xa9\xaa\xac\xae\x98\x1c\xac\x18\ \x6e\x38\x55\x75\x6e\xa0\xa9\xb6\xa1\xb3\xba\xbe\xab\xb6\xbe\x78\ \xb6\xa2\xa4\xbf\xd2\xd9\x5b\x5c\x0f\x5e\xd3\x5e\xd5\xda\x5d\x5c\ \xd5\x51\xd7\x51\x5d\xd5\x9b\xd9\xda\xd4\xec\x6c\xee\x70\x74\x57\ \x37\xd7\x14\x16\xf6\xd6\xb4\x14\xe7\x57\x75\x97\x76\x35\xe5\xb7\ \x14\x14\x4d\x17\xe6\x17\xd5\xe4\xce\xee\x2f\x9d\x29\xce\x9f\x9e\ \xae\x5c\xcc\x3d\x95\x5f\xb9\x54\x59\x58\x50\x59\xbb\x7a\xb0\x38\ \x39\xdc\x96\x57\x3b\x39\xbb\xb1\xb2\x7f\xe0\x3a\x18\xdf\xd8\x5f\ \x99\x5e\x98\x5e\x3f\x58\xad\x98\x5c\x1f\x7e\xb6\xbb\xb1\xbe\x07\ \x40\x6b\xe7\xd5\xea\xc6\xe2\xea\xf0\xe2\xfa\x8b\xd5\x95\x95\x85\ \xd5\x95\x85\xd9\xad\x95\xc5\x85\xfd\xb6\xc9\xe9\x8a\xe1\x17\xbb\ \x7b\x2f\xf7\xd6\x57\xf7\xf6\x3e\x6e\x7d\xff\xf5\xfd\xfb\x2f\x87\ \x87\x9f\xde\xcc\xcf\x18\xb6\xed\x06\xfb\xc8\x88\x5a\x86\x50\x7d\ \x6e\xb4\x75\x1e\x7c\xfb\xf6\xf1\xf3\x77\x70\xf9\x66\xff\xdc\x1d\ \xca\x66\x91\xd8\x7e\xfe\xc1\x41\x01\x7e\x42\x21\x83\xc7\x93\x83\ \xe9\x5b\xcc\x02\xf3\xb2\xa5\x87\xc4\x06\x0e\x01\x06\xd2\x50\x78\ \x72\xaa\x0f\x87\x27\xb7\x58\x04\x0c\xb1\x52\x20\x80\xb5\x19\xa8\ \xe0\x63\xc1\x11\x6a\x5a\x7a\xa5\xb9\x94\x68\x07\x87\x0b\x4c\x87\ \x30\xc1\xd1\xb5\xfa\x59\xd7\xf6\xf1\x22\xf6\xec\xf3\x8b\xa9\x62\ \x81\xb0\xb5\x6d\x1c\xcc\xaf\xac\x6a\x7b\x29\x43\xce\x8b\x0b\x6a\ \x3d\x98\x39\x76\x1a\x71\xe7\x00\x39\x74\xed\x8a\x76\x1b\xc8\x90\ \x4e\x6b\x37\xbf\x31\x8b\xe6\xbf\xd9\xe7\x47\xcc\x63\xe6\x19\x33\ \xa0\x9b\x91\x11\xab\xd9\x40\xa7\xab\x65\x56\xb5\x4a\x01\x13\x6a\ \x54\x12\x91\x56\xad\x55\xa8\xc7\xb4\x22\xe0\xe6\xb4\xda\x31\xad\ \xcc\xa8\x33\xc2\x2e\xaf\x40\xda\x8c\x3a\xb8\x44\x25\x32\x9a\x0d\ \x40\x8f\x15\x6a\x3b\xb0\x91\x32\x89\xd5\xb8\x46\x43\x4b\x8e\x3a\ \x49\x03\x5a\x83\xd5\xb6\x8c\x5a\xb3\x55\x01\x54\xce\x3c\x26\x92\ \x18\x00\x8f\x59\x8d\x46\xeb\xbc\x51\x4b\x17\xa9\xc9\x28\xa6\x4e\ \x62\xe0\xe3\x55\x63\x32\x4f\x2f\x32\x6c\xc9\x41\xa7\x69\x89\x58\ \x1c\xc0\x22\x1a\x13\x81\x67\x22\xe6\x96\x71\x4c\x0f\xa0\x3e\x48\ \x2c\x12\x87\x40\x89\xc0\x0d\x02\xdc\xaf\xf0\x98\x3a\x3f\x75\xf6\ \xc2\xa5\xa1\x0b\x17\xc0\xd5\xf2\xd5\xa9\x90\xe3\x32\xeb\x8c\x5d\ \xa5\xa6\xd3\x10\x12\x3e\x4e\x21\x22\x03\xf5\xd4\x49\x98\x4c\xa0\ \x73\x44\x20\xb2\x48\x1c\x2c\x5c\x8a\xc4\x13\x91\x18\x04\x0e\x87\ \xc7\xd1\xf0\x78\x1c\x06\xae\x62\x21\xdd\x60\x2e\x34\x06\x8d\x40\ \x90\x31\xc7\xd0\x78\x22\x78\x0f\x80\x61\x78\x08\x5e\x04\x24\x16\ \xe5\x19\xe2\x05\x6e\xb9\xbb\xa3\x31\xbf\xf8\x84\x06\xf8\x87\xa7\ \xa4\x05\x4a\xfd\x84\x54\x86\x5f\x44\x28\xec\xe5\xcc\x90\x83\x33\ \x25\x94\x92\x28\x2c\x70\x06\xc0\xf9\x03\xfc\x04\xab\xc3\xc2\x38\ \x52\x1e\x10\x24\xc0\x52\x0c\x2e\x83\x47\xe2\x50\x35\x6c\xa1\x1f\ \x97\xcb\x66\x51\xb9\xc0\x3e\xea\x27\x94\x7e\x14\x12\x85\x01\x66\ \x1f\x21\x5b\xca\x80\x0d\xa4\xe5\x4a\xaa\x80\xc2\xa1\x96\xf1\x78\ \x00\xb0\x46\x49\x14\x01\x00\xa8\xb2\xbb\x77\x6f\x4f\xdc\x2d\x03\ \x78\x05\x04\xeb\xff\xdc\x2e\x53\x52\x38\x10\xd5\x00\x54\x51\x60\ \x35\x65\x2a\x24\x6f\x92\x18\x48\x97\x46\xc9\x63\xf9\x52\x00\x89\ \x0b\x80\x47\x2c\x53\xca\x81\x20\x6a\x60\x0d\x5a\x9e\x9e\x57\xa6\ \x11\x2b\x81\x53\xb4\x28\x2f\x5f\x2e\xb3\xc0\x1e\x19\x96\x32\x0d\ \xd7\x8f\x03\x7e\x57\x5f\x3f\xae\xaf\x7f\x58\x40\x54\x54\x5c\x64\ \x4c\x52\x42\x52\x62\x4c\x5c\x5a\x72\x4c\x42\x62\x44\x54\x7c\x54\ \x4c\x5c\x78\x54\x44\x4c\x5a\x6c\x4c\x4c\x74\x74\x42\x74\x42\x78\ \x6c\x56\x56\x6a\x72\xa2\xad\xb7\x24\x7f\xa3\xa3\xbc\x34\xb7\xb0\ \x77\x30\x27\x20\x3c\x31\x2d\xa7\xab\x64\xb8\xa0\xb1\xa9\xe6\xa3\ \xe2\xcf\xb8\xa8\xde\xf7\xeb\x7d\x75\x36\x93\x6d\x60\x7c\x71\x7c\ \xef\xce\xaf\xfb\x93\x8d\x5d\x7d\x83\x1d\xfb\x2f\x57\x6e\x84\x9c\ \x47\xfe\xb9\x70\x53\x25\xc2\x9f\xd6\x7e\xb9\x67\x78\xf2\x73\x77\ \xa9\xf4\xd0\x8c\x9a\x4c\x6e\x68\xa3\x63\x1f\x75\xee\x1b\x6f\xdd\ \x98\x76\xd6\xf4\x7e\xfb\xad\xf4\xb0\xa8\xf6\xd7\x3b\xb7\x5e\x6d\ \x7c\x3f\x64\x7a\x61\xdd\xdc\x71\x08\xb7\xe3\x9e\x5e\x1e\x21\x5e\ \xc7\x60\x99\x46\x58\xa9\x71\xea\x1a\xb8\x5c\xb9\xba\x3c\x35\x77\ \xfa\xe2\xf2\xf5\xc7\xd7\x80\x5c\x3d\xb8\x7a\xfd\x01\x80\xae\x87\ \xc0\x07\x3e\x86\x78\x05\x17\xb4\x1e\x5c\xbf\xff\xf8\xf1\x8f\xe7\ \x50\xaf\x9e\x1f\x6d\x10\x42\x63\xf8\x37\xfc\xc1\xbf\x71\xa4\xff\ \x41\xda\x72\xef\x80\xcf\x41\x6f\x56\x4e\x7a\x79\x77\x4e\x56\x7a\ \x5f\xb5\xad\xbb\xbe\x7e\x10\xf6\x54\xad\xaf\xcf\x4c\x4e\x2d\x4f\ \xc8\x4c\x2f\xcf\xc9\xcc\xc9\xce\x4c\x4b\x49\x6f\xee\x1e\x68\xed\ \xe8\xe8\xeb\xce\x1e\x18\xe8\x2a\xcf\x6e\xaa\xce\x49\x4a\xae\xcf\ \xb4\xb5\x76\x9a\x4c\x83\x4e\x5b\xeb\xa9\x41\x67\x6b\x55\xb3\xc3\ \x51\x5f\xd5\x5b\xd7\x5c\x97\xd3\x34\x38\x30\x90\x9b\x9b\x57\x5b\ \x51\x7c\xa6\xb2\x7b\xb8\xb2\xbe\xa0\xbf\x21\xef\x4c\x57\x55\x6e\ \x7f\x71\x5f\xaa\xa3\x2a\xb7\xb7\xb1\x36\x2f\xbf\x36\xaf\xb7\xbd\ \x37\xbb\x6e\xa0\xbc\xbb\xb5\xcb\x54\xd5\x9e\x5e\xdf\xe1\xec\xed\ \x48\xeb\xec\xb6\x55\x77\x3b\xc0\xfb\xb7\x0f\x9c\xaa\x6c\x2a\xa9\ \xc8\x2f\xee\x6c\x39\xd3\xd5\x52\x5b\x5b\x5a\x50\x54\x58\x5a\x50\ \x58\x39\x3d\x3b\x5d\x3a\xde\x50\x59\x5a\xba\xd8\x5f\x9c\xdf\x5f\ \x31\x5b\x5b\x50\xb8\x54\x51\xbb\xb8\xb0\x3e\x3c\x3e\x3c\xb9\xbb\ \xbe\xb9\xb2\xf2\x7a\x7f\x69\x69\x6b\x7f\xcb\x35\xbb\xb5\xe8\xca\ \x9f\xdc\x99\x7e\xf5\x7e\x71\x72\x77\xd5\xf5\x72\x7f\x73\x65\xf3\ \xd5\xfa\xe4\xf8\xe2\xab\x55\xe0\x17\x9f\x2d\x4d\xba\x76\xc6\x17\ \x17\x16\xa7\x27\x17\x56\x1a\x9e\xbd\xdb\x79\xf7\x79\xff\xe0\xf3\ \xcb\x97\xaf\xbe\x7f\xff\x79\x78\xe7\xcb\xdb\x6f\x6f\xad\xe0\xb3\ \x69\x55\x99\x75\x34\x9a\xbd\xd8\x6f\xf4\xee\xe5\xdb\xfa\x88\xf4\ \xba\xce\xc1\x4e\x9b\xa9\xaf\xda\x79\x6a\x75\xa5\x72\x7c\x75\x65\ \xef\xe3\xe7\x5d\xe0\x3c\xfb\xb3\x23\x43\xc5\x72\x12\x4b\x69\x11\ \x53\x7b\x2c\x3c\xb8\x7d\xcd\x13\x53\xc5\x3c\x92\x80\xe1\x13\xa1\ \xd4\xf7\x28\xe5\xb0\x75\x8e\x98\x0a\xdb\x3f\x73\x7c\x39\x5c\x12\ \xcf\xb4\xe2\x78\x79\x2e\x3b\x96\xcb\x91\xb2\x39\x3e\xc9\x7d\xe3\ \x1f\x3f\x7f\xf9\x6c\x3e\xe6\x8e\x3d\xfb\x70\xb0\x87\xc7\x6d\x6e\ \x5a\xe4\x95\xdd\x15\x3b\xad\xb5\x5c\x01\xcf\x2f\xbc\x6f\xcf\x78\ \xec\xca\xb1\x31\xe4\xfd\xa9\xb3\x21\xb2\x91\xed\xf9\xb1\x35\xab\ \xca\x3a\xb2\x36\xb2\x36\x63\x9e\x99\xd9\x1e\x03\x86\xcd\x6c\x50\ \xc1\xb2\x2f\x12\xa3\x84\x26\x51\x80\x6f\x3a\x09\x5f\x02\x20\x4a\ \x27\xd2\x19\xe8\x7c\xad\x96\x26\xd1\x1a\x60\xdd\x3d\xa3\x1d\x68\ \x16\x5f\x62\x18\xd3\x49\xe8\x76\x11\xd4\x2d\x99\x41\xa2\xb0\xab\ \x75\x70\x1f\x50\xc4\x37\x1a\xed\x5a\x9c\x68\xc6\x0e\xec\xa1\x0e\ \x28\x9e\x11\x36\x86\x00\x86\x13\x3c\xcd\xa0\x96\xd0\xe9\x4c\xc5\ \x1a\xd0\x2b\xb5\x42\x76\x54\xf7\x18\x0b\x1b\xdd\x30\xf9\x74\x35\ \x3f\x24\x04\xd0\x95\x82\x48\xd7\x1a\x44\x58\xa2\x02\x8b\xe4\x33\ \x69\x44\x05\xf3\xc1\x55\x04\x11\xc5\x94\xc0\x6c\x1a\x1a\x4c\xb0\ \x21\x22\x89\x7c\x3a\x9f\xec\x7e\x69\xea\xfc\x59\x58\x0e\xeb\xd2\ \xd0\xd0\xe9\xe5\x6b\xcb\x27\xbd\xd4\xbf\x3d\x05\x1e\x56\x86\x44\ \xd3\x99\x34\xba\x02\xa0\x9d\xd1\x4c\x23\xd3\xc9\x04\x24\x64\x2d\ \x0c\x5e\xcd\x64\xd2\xe9\xc0\x5c\x92\x71\x44\x18\xe7\x06\xb4\x8a\ \x00\x3b\x42\x23\x30\x28\x2c\x1a\x03\x64\xca\x0d\xe8\x14\x02\x87\ \xc0\x20\xf1\x38\x14\x16\x87\x43\xa3\xd0\x18\xc8\x5c\x28\x6f\x6f\ \x0f\x77\x6f\x14\xce\xed\x97\x50\x3f\x29\x27\x2e\x23\x3c\xd0\x4f\ \xc8\xe1\x50\x39\xe1\xe1\x0c\x1e\x98\x3c\xc4\x2c\x06\x83\x25\xa7\ \x52\x61\xb9\x63\x0e\x87\xc2\xe2\xf1\x80\x96\xc0\x0e\x83\x6c\x86\ \x2f\x95\x0a\xce\x0a\x85\x47\x55\x52\xa5\x54\x01\x0f\xf8\x41\x29\ \x78\x1d\x89\x45\x2a\x9b\xb8\x2d\xf7\x01\xc6\x90\x01\xcb\xcc\xb0\ \x80\x7c\x70\xa4\x3c\x40\x4b\x02\x7f\x29\x47\x30\x2a\xa7\xe8\x35\ \x65\x0c\x8a\x52\x23\xd0\x8c\xf6\x00\xa8\x62\x59\x6e\x03\xc8\x52\ \x8e\xde\xbe\x0c\x38\x8c\xeb\x4b\xa1\x28\x05\x24\x12\xe9\xa8\x24\ \xbc\x5c\x4e\x12\x32\xf4\x1a\x16\x83\x43\xe1\xf1\xd8\xb0\x8d\x98\ \x45\x49\xe5\xb1\x34\x1a\x18\xca\x2a\x80\x75\x4e\xe5\x4a\x58\x2e\ \xcd\x32\x61\xb1\x5c\x1e\x2d\xe3\xf5\x28\x35\x3d\x96\x09\x86\x0f\ \xa5\x67\x42\xc9\x03\xef\x26\xf4\x0d\x0d\xe0\xf8\xf9\x06\x44\xc3\ \xa4\xc2\xe4\xf8\xa4\xd4\x84\xa8\xd8\xd8\xf0\xe8\xa8\xf0\xe8\x00\ \x9f\xa0\x98\x88\xc4\xd8\x88\xd8\xe4\xd4\x98\xc8\xc4\xe0\x94\x4c\ \x1b\x50\x33\x5b\x73\x46\xbd\xa3\x7d\xb0\xb3\xa5\x2f\x26\x2a\x38\ \xb1\xb7\xa6\xcd\x55\xe3\x30\xa5\xe5\x94\xaf\xc8\x66\xd3\x22\xaa\ \x56\x27\xfb\x3a\xaa\x4e\xe5\x36\x96\x9e\xca\x6f\x6b\x3b\x58\xaf\ \x2c\xcf\xd8\x7f\x72\xb8\xd3\xff\xae\x28\x3d\xb5\xc8\xec\xe5\xb6\ \xb6\x5f\xf1\xf9\x11\x52\xa4\x9a\xff\xf8\x6c\x31\x65\x61\x8c\xf9\ \xdd\xb9\xfe\xfa\xb3\x0c\x19\x9d\xf2\x51\x6d\x9c\x59\x6a\x77\x4c\ \xdf\xfa\xb5\xf1\xcf\xc3\xf9\xc3\x8f\xb7\x5e\xb8\x3e\x7f\x9e\x41\ \x61\xc9\x74\x24\x99\xe8\x85\x44\x22\x60\xae\xd4\x49\x58\xf5\xfd\ \xd2\x14\x80\xea\xe5\xe5\x29\xaf\xd3\x9e\x76\xd4\xc5\x07\x0f\x1f\ \x02\xc0\xba\x7f\x7d\x19\x0a\xd6\xc5\x6b\x8f\x1f\xc3\x66\x60\x5f\ \xbf\x1e\x25\xe6\x80\xc7\x8e\x92\x08\x21\x5c\x3d\x3f\x92\xab\x7f\ \x2f\x47\x82\x05\x5c\xe1\xff\x9c\xbe\xd1\x3c\x33\x87\xc1\x96\xa4\ \x66\xa4\x38\x3b\x32\x07\xcb\xd3\x3b\x3a\x73\x32\xea\x33\x3a\xba\ \x9a\x33\x73\x32\xd2\xea\x1d\xe9\xa9\x59\xb6\xea\x44\x5b\x46\x5a\ \x46\x52\x9a\xb3\xdb\xd9\x5e\xef\x6c\xed\xec\xee\xea\xeb\xcc\xee\ \x02\x04\xe4\x48\x4c\xaf\x36\x65\x3b\xea\x3a\x9a\x5b\x3b\xba\x06\ \x5b\xbb\x06\xc0\x95\xad\x63\xa0\x2a\x33\xa3\xb9\xbb\xbd\x2a\xbb\ \x7a\x7a\x25\xbf\x20\xaf\xb7\x38\x6f\x20\x3f\x37\xb3\xa1\x3f\xb7\ \xbb\xa5\xb7\xbb\x3f\x37\xf7\xdc\xa0\xe3\x5c\x7e\x55\x6b\x5e\x6d\ \x51\x5e\x6d\x77\x57\x5d\x66\x5f\x57\xf9\x80\x29\xb3\xb9\xbb\x37\ \xab\xc3\x36\xd8\x99\x95\x39\x30\xe0\xac\x1e\xe8\x04\xef\xd5\x5b\ \x5e\xdd\x52\x94\xdf\x92\xdb\x5f\x5a\x92\x57\x55\xd5\x99\x57\x39\ \x59\x54\x9a\x37\x5c\x9c\xbf\xb0\xb4\xba\x38\xdd\x50\x54\xd0\xbf\ \x3a\x39\x3c\xbc\x38\xbb\x34\x59\x3a\xd9\xd6\xb6\x30\xbc\xe0\x5a\ \x5f\x69\x98\xdc\xdd\x7d\xb6\xbe\xf9\x0c\x80\xd4\xc6\xc1\xfe\x7a\ \x7f\xdb\xe2\xc2\xea\xea\xde\xc1\xfe\xab\xc5\x8d\xa5\x8d\xe9\xcd\ \xf5\xdd\xc9\x75\xc0\x54\x3b\xeb\x9b\xae\xd5\x2d\xd7\xee\xb3\x0d\ \xd7\xd6\x30\x8c\xc6\x6a\xe8\xdf\xd8\x7b\xb6\xef\x7a\xf5\x62\x6f\ \xf7\x60\x7f\xef\xe3\x8d\x9f\x77\x9e\xde\xfa\xf6\x74\xfe\xed\xd8\ \x88\xdd\xa0\x9b\xe1\x23\xed\xa5\x52\x3d\x44\x74\xd8\x7b\x33\x34\ \x26\xbb\x70\xbc\x7f\x65\xb7\x74\xb0\xaa\x72\x7c\xf7\xc6\xc7\x37\ \x1f\xee\xdd\x79\x72\xf8\xfe\xe3\xe1\xfb\xcf\x15\x5d\x59\xe5\xa6\ \x30\x30\xec\x80\x55\x60\x89\x81\xc9\x60\xf5\x68\xe0\x56\x90\x2f\ \x47\xae\xd4\xf0\x80\x27\xd0\x50\x48\x82\xa3\x8a\xc9\x0c\x12\x85\ \x14\xf4\xf1\xcd\xfb\xbc\x20\x2e\x8c\x70\xf0\x89\xea\x38\xf5\xd7\ \xa1\x7a\x66\xc1\x18\xa2\x75\x5b\x1e\x72\x82\x09\xb9\xa3\xa5\x3a\ \x38\x22\x87\x93\x7d\x23\xc7\x07\x4c\xf0\xfe\x39\x2d\x9f\x98\x53\ \x53\x6e\x57\x1e\x9c\xb8\x7f\x7d\x6c\xc4\x3a\x3f\xa3\x35\x6b\xed\ \xd0\xab\x9a\xad\xf6\x7b\xc0\x1e\x1a\xac\x06\x18\xc3\xa0\x1b\xb1\ \xaa\x54\x32\x26\x40\x14\x83\x51\xa5\x82\x42\xa3\x52\x03\xa5\xe1\ \x9b\x67\xac\x06\x85\x5a\x67\x16\x49\xb4\x66\x95\xd5\x0a\xc5\xc8\ \x28\x93\x19\x99\x2a\x03\x0d\xa6\x3e\xd3\x81\x07\x34\xce\x1b\xac\ \x32\xd9\x98\xd9\xac\x10\x29\xc0\xd1\xc1\x3f\x7c\x6d\xcc\x60\x80\ \x2d\x0a\x65\x2a\xbb\x41\x6d\xd5\xd2\x68\x74\x1c\x90\x28\x85\x71\ \x5e\xad\xd5\xaa\x61\x33\x56\x9c\x91\x46\x96\xd1\xf8\x48\xba\xea\ \xd8\x71\x02\x80\x21\x3a\x6c\x7e\x4d\x64\x8a\x54\x04\x3e\x9f\x4f\ \x90\x49\x2e\x0c\xe1\xc8\x47\xbd\x08\x51\x58\x89\x08\x89\x67\x12\ \x60\x1b\x30\x26\x0e\x79\xfa\xc2\xe9\xa1\x8b\x17\x4e\x02\xdd\x3a\ \x71\xfc\xe2\xd5\xab\x67\x8f\xd1\xc6\xac\x76\xbb\x4a\x47\x40\xc1\ \xea\x17\x2a\x9d\x44\xa1\x52\xa8\xd4\x64\x32\x81\x4c\x26\x33\xf1\ \x40\xe5\x64\x44\x1c\x6c\x01\x8d\x44\xa1\x99\x34\x24\x02\x49\x46\ \x60\xe0\x5a\x16\x8e\x89\xc1\x20\x91\x58\x9c\x3b\x06\x85\x43\x02\ \x17\x08\x1e\x41\x79\x78\x60\xb1\x48\x8c\xbb\x87\x07\x1a\x8b\x76\ \x73\xf3\xf0\x46\x7b\xa1\x91\x98\x5f\x02\x7d\x18\xc2\xa8\xf8\xc4\ \xe8\x40\x1f\x36\x95\x44\x95\x4a\x8f\xe2\x09\xa8\x54\x21\xac\x2a\ \x4a\x81\xbb\x7c\x3c\x8a\x80\x45\x85\xa9\x33\x42\xa1\x0f\xb8\x03\ \x9c\xa3\x9f\x2f\x85\xc1\x63\x88\x79\x42\x92\x58\x20\x20\xf9\x31\ \x8e\x62\xb0\xa8\xfa\x9e\xcb\x02\x9e\x54\x28\x64\xf1\x80\xb0\xf8\ \x01\xd2\xa1\xfa\xfa\x08\x26\x34\x02\x20\x26\xf2\x51\x3d\x47\x70\ \xbb\x87\x2a\x1f\xbd\xab\x04\x50\xa4\x51\x92\xc4\x3d\x97\xcb\x2e\ \x8f\x8a\x2d\x7a\x25\x89\x22\xe5\x31\x8e\xe2\x54\x19\x54\x38\x2c\ \x94\x72\x01\x1b\x96\xbf\xa6\xf8\x30\xd8\x3c\x20\x95\x40\x33\xa9\ \x60\xa6\x63\x69\xca\x34\x7a\x8b\x80\xab\x57\x8a\x05\xbc\x32\xa5\ \xd2\x72\x34\xe8\x2e\x5f\xee\xb1\xf4\xc8\xcb\x6e\xeb\xc5\xa1\xc1\ \x0c\x80\x6e\x13\x65\xe0\x77\x17\xfa\x0b\x61\xd9\xf7\xf0\x88\xd0\ \xa8\xf0\xf8\xe4\xd4\xf8\x98\xc8\x88\x00\x61\x64\x6a\x70\x5c\x6c\ \x5c\x62\x60\x50\x68\x44\x62\x54\x5c\x42\x56\x74\x4c\x50\x7c\x7c\ \x62\x44\x62\xf5\x40\x4e\xf3\xa0\x29\x3e\x2d\x2e\x3d\x2d\x3e\x3e\ \x25\xdd\x91\x92\x61\x4b\x8b\x4a\x4d\x9f\x9e\xff\x3e\x90\xd4\x3e\ \x3b\x59\x95\x5e\xb0\xd7\xdf\x62\xab\x19\xfe\xf3\x30\xdf\x61\xca\ \x2c\x1f\x3f\xb8\xf9\x79\xb0\x7d\x61\x6b\xb5\x21\xaf\x3b\xbb\xf1\ \x4c\x71\xd3\xfb\xb7\x3f\x57\x1f\x21\x4f\x3c\xad\x8d\x77\xbc\x78\ \xfb\x69\x71\xf7\x65\xf1\xd8\xb7\x9b\xd3\xaf\x6f\x8c\xf0\x15\x87\ \x86\x2f\xbf\xaf\x9a\x12\xce\x99\x4a\xef\x8c\x3d\xda\xfe\xf5\xe9\ \xad\x57\x74\x9a\x0a\x0c\x01\x85\x88\x48\x60\xe2\xd1\x1e\x21\xde\ \x27\x4f\x0c\x9d\x0c\x39\x7e\xc2\x1b\xd0\xd6\xf9\x10\x0c\xca\x1d\ \x19\x72\x62\xf9\xc1\x35\x58\x4c\x79\x6a\xee\xca\xdc\xb5\xf3\x43\ \x0f\x20\x6e\x7d\xfd\x0a\x00\xeb\xa8\xee\xe8\xe3\xa3\x45\x2b\xe8\ \xff\x7e\xfc\xab\x55\x7f\xff\xfd\x0f\xd4\xad\xbf\x9f\x43\x7b\xf8\ \xf8\xfa\xcf\xdd\x0e\x97\xf7\xa5\xc2\x8c\x8c\xac\xec\xc4\x2c\x53\ \x46\x66\x57\x6b\x8e\x69\xd0\x64\x72\x64\xc5\x25\x25\x67\x95\xd7\ \x25\x26\xa5\x66\x25\x66\xd4\xd7\xa5\x64\xa5\xa5\x3b\xb2\x6d\xf5\ \x83\xdd\x4d\x5d\xdd\xad\xed\xf5\xe5\xf5\x03\x19\x69\x99\x39\xce\ \xcc\xe6\x6c\x53\x79\x47\x67\x67\x67\x55\xf5\x40\x47\x73\x57\x73\ \x6f\x73\x26\x40\xae\xf4\x9c\xf2\x8e\xc1\x6c\xdb\xe4\x70\x65\x71\ \x49\xe7\x99\x82\xbe\xfc\x8a\xc1\xdc\x85\x9a\x81\xda\xde\xdc\xda\ \xe9\xa2\xf6\xd6\xc1\xce\xa2\x81\xa6\xa2\xa2\x82\xc2\x53\x5d\xbd\ \xa7\xea\x5a\x9b\x3a\x3a\x6c\xad\xcd\x55\x7d\xd5\x5d\x9d\x5d\xdd\ \x5d\x99\xb6\xc1\xba\xa6\xc1\xd6\xfa\xfa\xee\xc1\xec\xfa\xee\xb6\ \xc9\xd6\x9a\xca\xc2\x73\x8d\x9d\xbd\xe7\x4a\x8a\x67\x1b\x6a\x6b\ \x1b\x6b\xfa\x57\x0b\x27\x57\x57\xda\x86\x2b\x1b\x56\x5c\x2b\xb3\ \xeb\x6d\xd3\x1b\xc5\x95\x85\x0b\xbb\xeb\xd3\x0b\x4b\x2b\xb3\xab\ \xae\x85\xad\xf5\x9d\x9d\xd5\xc9\xc5\x85\x57\xd3\x6d\xd3\xb5\xab\ \x2b\xab\x1b\xeb\x2f\x77\x5e\xbc\xdc\x5a\x5d\xdc\x72\x0d\x6f\xad\ \xd7\x0e\xaf\x4f\x2f\xbd\x9a\xde\xdc\xdf\x7c\x31\x0c\x5e\xb3\xb3\ \xff\x6a\x69\xa3\xa1\x6d\x7a\x72\xe9\xcf\x77\xab\x7f\xee\x1d\xbc\ \xff\xfc\xf1\xd7\xef\x87\x37\x6e\x7d\xf9\xf4\xc6\x3a\xf3\x46\xa7\ \xd2\x59\x15\xf8\xed\x2a\xe1\x5d\xb9\x45\xae\x91\x6b\x7a\xe4\xc0\ \xe2\xb1\xa4\xcd\xf9\x2b\xab\xbf\xdf\x5a\x69\x1d\x58\x9c\xfd\x7c\ \xe3\xc9\xb7\xed\x35\xfb\x6f\x1f\xbe\xff\xfa\xf1\xcf\x97\xb7\xde\ \x7e\x79\xff\xbe\xd8\x8f\xa7\xec\x91\x0b\x39\x3c\x2a\x4f\x50\x36\ \x01\xf7\x85\xd8\x81\x2c\x30\x2f\x5a\x60\xe7\x60\xd8\x92\x93\x2a\ \x87\x41\x39\xf2\xb0\x9d\x37\xdd\x24\xb9\x8f\x90\xca\xf1\x93\x86\ \xd5\x4f\xde\x32\x63\x64\x35\x77\xde\x22\xb1\x27\xde\x06\xb3\x7c\ \xb8\x71\x93\x41\xdc\xa4\x27\xdf\xfa\x4b\x22\xb9\x3e\x81\x5c\xbf\ \xd8\xf2\x8f\xc6\x90\xb9\xd3\x8f\xef\x5f\x7f\xfe\xb7\x6e\xcc\xa8\ \x32\x68\xef\xdd\xd3\xa9\x8d\x76\x83\x76\x64\x64\xcd\x6e\x55\x48\ \x14\x5a\x95\xd5\x0c\x30\xc9\x0e\x80\x47\x6d\x90\xc8\x0c\x5a\x83\ \xce\x3a\x6f\x30\x8e\xcc\xcc\xab\x24\x56\xfb\x88\x81\x0e\x33\x0d\ \x15\x22\x99\x55\xab\x53\x5b\xed\x06\x05\xb4\x76\x32\xa6\x4a\x0d\ \xeb\x4f\x18\x25\xd6\x11\x95\xd6\x3e\x06\x7c\x9f\xd5\xae\xe5\x1b\ \x0c\x92\x6d\xbb\x51\xa4\xd3\x01\x28\xb3\x8e\x99\x45\x2a\xf3\x98\ \x04\x88\x1d\x9f\x86\xc0\xe3\xe9\xda\xf9\xb5\x11\xc9\x8c\x9a\x8c\ \x15\x21\xdd\x64\x0a\x91\x4e\x45\x40\x8b\x64\x27\xce\x32\xc9\x4c\ \xbe\x44\x0d\x9c\x1c\x86\x09\x97\xcc\x69\x04\x3c\x53\x84\xf1\x24\ \x8a\x70\x18\x32\xa0\x21\x1c\x1d\x46\xac\x23\xf1\x74\x1c\x91\x80\ \x23\x1c\x3b\x3f\x05\x1b\x17\x0c\x4d\x9d\x3e\x71\xfa\xe2\x83\x6b\ \xa7\x4f\x93\x55\x23\xe0\xbd\xed\x98\x10\x1c\x5f\xa2\xe2\x8b\x0c\ \x40\x7a\xd5\x66\x3a\x19\x4f\x46\x32\xe1\x0b\x00\x5d\x91\xf1\x58\ \x04\x9d\x88\x44\x88\x90\x48\x1c\x92\x8f\x43\x23\xf1\x28\x24\xb0\ \x90\x18\x4f\x37\x14\x96\x86\x45\xb8\x13\x88\x70\x25\x0b\x87\x41\ \xa3\x81\x07\x84\x6b\xf2\x48\x84\xfb\x31\x37\x34\x1a\x03\x1e\x47\ \xfe\x12\xe6\xc3\x95\x26\xc5\xc5\x47\x47\xf9\xb2\x58\x62\x56\x70\ \x14\x47\xce\x00\xe7\x02\x88\x0e\x87\x42\xa5\x52\xd9\xb0\xe4\x3e\ \x8b\xc4\x05\x92\x42\x11\xb0\x39\x3c\x01\x9b\x01\x88\x48\xca\x05\ \x06\x91\x41\x21\x09\xa9\x02\xc0\x32\x1c\x8a\x40\xcf\x0a\x94\xeb\ \xf5\x16\x3d\x8f\xc1\xf6\xe1\x52\x29\x6c\x69\xa0\x1f\xc3\x97\xcb\ \xe1\x59\x26\x78\x02\x6a\x99\x5c\x39\xda\xc3\xe0\x5d\x06\x63\x04\ \x86\x31\x94\xc9\xd9\xf2\x89\xd1\x09\x0b\x95\xc4\x63\x68\x60\xf7\ \x24\x12\x95\x4a\x61\x40\xa4\xe3\x0a\x29\x52\x12\x47\x4c\x01\x6f\ \x0c\xac\xa6\x1f\xc9\x47\x18\xc8\x91\xc2\x82\x35\x62\x80\x73\x14\ \x01\x49\xc9\xe3\x02\xed\x92\x6b\x34\x65\x4a\xcd\x65\x7d\x0f\x98\ \xe9\x2c\x3d\x9a\xb2\x32\xfd\xdd\xbb\xfa\xd0\x24\x4e\xcf\xe5\x89\ \x89\x09\x4d\x8f\x5e\x29\xa0\x72\xb8\x5c\x2e\x87\xe4\x1b\x18\x97\ \x92\x14\x9b\x10\x15\x11\x9e\x10\x17\x1e\x1b\x1b\x93\x14\x15\x14\ \x19\x1c\x15\x1c\x93\x14\x1b\x14\x17\x1f\x11\x9d\x1c\x95\x5a\x97\ \x61\xab\x4f\x8b\x8f\x0e\x8f\x8c\x48\x49\xcd\x89\x09\x0f\x08\x8f\ \x4b\x33\xf5\x9d\xcb\xef\xb2\x39\x96\x36\x0b\x67\xa7\x8b\x06\xea\ \xdb\x2b\xda\xfb\xba\x8b\x5d\x3f\x6f\xbc\xbd\x79\xb0\xb9\x58\x53\ \xf5\xfe\xd3\xdb\xf5\xfa\x73\xab\xb5\xf9\x7b\xa7\xf2\xa6\xbb\xe2\ \x03\x02\x03\xe3\x0a\x67\xf3\x4b\xce\x3c\x7b\xd7\xdf\x72\xa6\xf0\ \xd5\xec\x8d\xda\xea\xa2\x4f\x37\x3e\xfc\xfe\xe9\xd3\xb7\x11\x0c\ \xea\x18\xcd\x4d\xf1\xc4\xb8\xf6\xc2\xb9\xf4\xe9\xe3\x5f\x6a\xeb\ \x6f\xb7\xee\x8c\xc9\x14\x76\xc5\xfc\xb6\x56\x36\x82\xc7\x7a\x84\ \x9c\x3e\x8e\x23\xd3\x25\x74\xef\x0b\xd7\xa6\x4e\x7b\x1e\x9b\xbb\ \xe8\xe6\x01\xab\x30\x5f\x3c\xbb\x7c\x7f\x79\xee\xca\xf5\xab\xe7\ \xa7\xae\x2e\xdf\x7f\x70\x24\x56\x8f\x1f\xc0\x0c\xc3\xaf\x8f\xa1\ \x54\x1d\x6d\x13\xfe\x73\x64\x07\x9f\x1f\xa1\x16\x54\x2e\x78\x7b\ \x6e\xf3\xd9\xe7\xd2\xbf\xbc\xcf\x7f\xbb\x95\x36\x60\xaa\x77\x56\ \xd7\xd5\x0f\xd4\x65\x76\x64\xa7\x3b\xe2\x92\x72\x6c\x99\x99\xa9\ \x51\x09\x09\xe5\x29\x29\x19\xd9\xa6\xf4\xb8\x6c\x53\xe6\x60\x6f\ \x77\xb5\x33\x7b\xb0\xb5\xd9\x66\x4b\x6f\xcd\xc9\xcc\x4e\x81\x9d\ \xeb\x1d\xbd\x7d\x35\x8d\x75\xdd\xd5\x75\x8d\x0e\xc7\xb9\x81\xf2\ \xec\xc1\xe6\xf2\x2c\x47\x77\x73\x63\x5d\x6f\x65\x45\x5e\xde\x74\ \x49\x61\x63\x53\xee\x7a\x7b\xc3\x64\xfe\x60\x65\x55\x63\x69\x43\ \x43\x6e\x77\x5d\xf7\x78\x53\xe7\x70\x5b\x65\x5b\x6e\x7b\xcd\x99\ \x9c\xae\xee\xf2\xf2\xee\xce\xd6\x9a\x6e\x67\xb6\xa3\xa9\xb3\x39\ \xc7\xd4\x51\xe7\x1c\xe8\xea\xac\xee\x70\x3a\xda\x8b\x1b\x96\x2a\ \x8a\x6b\xaa\x72\xab\xce\x34\x36\x9d\x3a\xb5\xd0\x56\x70\xa6\xb5\ \xaa\x68\xbc\x28\x7f\x76\x65\x61\x71\xbc\x7f\x76\x7c\x7c\x7a\x78\ \xba\x6d\xa9\xa0\x61\x76\x72\x73\xb1\x7f\x7c\xbd\x76\x7a\x77\xc7\ \xb5\xf5\x6a\x77\x6f\x71\xb1\xcd\xb5\x3b\x0d\xe8\xe9\x60\xb6\x7f\ \x67\x6b\x6b\xe3\xdd\xbe\xeb\xd9\xc6\xca\xc1\xfa\xfe\xd6\xe6\xfa\ \xd6\xee\xc1\x8b\x95\xd5\xa5\xa5\x83\x2d\x17\x70\x8c\xbb\x2e\xd7\ \x5e\xff\xf0\xe6\xee\xde\xde\xce\x8b\x83\xfd\xbf\xbe\xbf\xfb\xf8\ \xfb\x97\x3b\x3f\x9f\xdc\x7b\xb4\x3d\xf6\xe8\xc9\x8c\xd5\x4e\xa7\ \x55\x90\x46\xa9\x3c\xf9\x5d\x30\xfb\x41\xc2\x62\x89\xf5\x1a\xdf\ \x9c\x82\xd9\xf7\x6b\xf3\xd3\xcd\x03\x67\x36\xff\xba\xb5\xad\x9b\ \x9f\x57\x8d\xdc\xfa\xf8\xf9\xe3\xfb\x4f\xe0\xf2\xe5\xc3\x42\x2c\ \xf7\xb2\x85\x1b\xcc\xa2\xf2\x78\x3d\x7a\xb1\x45\x4e\xa1\x04\xfa\ \xc0\xfd\x42\x16\x49\xc0\xd3\xf0\x58\x72\x36\xb0\x0d\x3c\xb9\x86\ \xd5\x9d\xc7\x2d\x63\x87\x86\x52\x84\xa1\x81\xb1\x59\x93\x33\x38\ \x8f\x1b\x15\x1f\x11\x9e\xf6\x72\x06\x9b\xc1\x0d\x0e\xed\xcc\x8d\ \x75\xbd\x72\x99\xc2\xc3\x43\x7d\x7d\xa5\x41\x31\xa6\x77\xe6\x63\ \x73\xa7\xbf\xfe\xf8\xcf\x3f\xff\x21\xbe\x9d\x37\xce\xdb\x0d\xdb\ \x63\xd6\x91\x7b\x33\x46\xe3\xcc\x88\xd5\x6a\x57\xab\xb4\x12\xab\ \x51\x6b\x57\xd9\xcd\x46\x85\x0e\x48\x97\x59\x0d\xbb\xde\xa8\x8d\ \x3a\x20\x53\x86\x79\x95\x56\x4b\x1f\xd1\x6a\x75\x66\x60\x24\x15\ \x12\x00\x50\x46\x89\xd1\xa0\x35\xe3\x89\xc0\x34\x9a\xed\x76\xbb\ \x71\x64\xde\x30\x06\x17\xd7\xad\x46\x99\x0e\xbc\x5e\xa4\x56\x58\ \xad\xe0\x99\x5a\x85\x4e\x61\x84\xba\x65\x06\xac\xa5\x3a\x5a\x3a\ \x9f\xf9\x6d\xc6\x0c\x5b\x8a\x21\xe9\x44\x84\x42\x25\x51\x48\xdc\ \x3c\x14\x06\xaf\x93\x22\x32\x4e\x45\x3f\xaa\xb9\x45\xa6\x31\x65\ \x38\x2c\x9e\x2c\x11\x79\x78\xbb\x6b\x89\xee\x78\x18\x94\x40\x97\ \xa0\x99\x0a\x24\x0e\xcf\x94\xe0\xf1\xa8\xf3\x17\xce\x5e\x18\x1a\ \x1a\x82\x21\x86\xa7\x2f\x5d\x5b\x3e\xe1\x46\x9b\xd9\x7e\x63\x36\ \x8c\xe0\xbc\x08\x74\x3a\x8d\xa0\x52\x2b\x98\x12\x05\x9d\x8f\x04\ \xce\x4f\x82\xc3\x32\x61\x05\x55\x3a\x01\xf0\x13\x13\x0f\x5e\x8c\ \x41\xa3\xc0\xf1\xc8\x04\x1a\x01\x0d\x4b\xf9\x21\xf0\x18\x02\x19\ \x89\x02\x7f\x50\xee\x30\xb1\x10\x8f\x85\x2d\x60\xbc\xe0\x56\x22\ \x2c\xe2\x80\x42\xa1\xd1\x6e\xbf\x44\x86\xf9\xf9\xc5\x83\x19\x38\ \x98\xcb\x61\xb1\x28\x41\x41\x7e\x3c\xe0\xc9\x58\x72\x01\x87\xc3\ \x95\x02\x9b\x26\xa6\xfa\x71\x48\x0c\xb6\x50\xcc\x60\x28\x8f\xda\ \x86\x30\x00\xc1\x70\xe0\x0e\x22\x27\x2c\xd0\x87\xc7\x20\x51\xb9\ \x40\x52\xe4\x72\xb8\x82\x25\x97\x33\x28\x3e\xfe\x51\xa1\x14\x8a\ \x90\xcb\x11\x02\x8b\xa7\xe4\xdd\xd5\xb3\x18\x3c\xbd\xfc\x72\x0f\ \x8b\x4a\x55\x1e\x15\xbd\x2e\xe3\x91\x26\xee\xde\xbe\x3d\x21\xa0\ \x52\xfd\xd8\x24\x9e\x58\x40\x01\x44\x2d\x04\x4f\x07\xae\xd3\x4f\ \xe8\xe7\xc3\xe6\x91\x78\x14\x1e\x85\x1b\x2a\x04\xde\xce\x4f\x2a\ \xf5\xf3\x11\x72\x05\x54\x3d\x0f\xc8\xa9\x40\x09\x2b\x10\x01\xb5\ \xd2\x8b\x95\x7a\x41\x99\x65\x42\x3c\x61\x91\x97\x8d\x8e\x6a\x7a\ \x94\xe1\x31\xfa\x32\x60\x3a\x27\xc4\xf2\x9e\x89\xb2\x9e\x1e\x18\ \x02\x4f\x15\xfa\x46\x46\xc6\xc7\x46\x46\xf8\xc5\x24\x67\x24\x06\ \xc5\xc4\x25\x67\xa6\xc5\x26\x27\x44\xc7\xc6\x46\xc7\xc4\xc6\xa4\ \x06\xc7\xc7\xc4\x26\x46\x87\xc5\x04\x87\x47\x07\x85\x25\xc6\x07\ \xc4\x24\xc4\x86\xc5\x94\xd7\x35\x0d\x1f\xf4\x0f\x38\xba\x2a\xf3\ \x4b\x9c\x69\x09\xad\xe7\x1c\x99\xc9\x19\xb6\xaa\x67\xaf\xbb\x52\ \x03\x52\xaa\x84\x6c\x80\x9f\x2d\xe3\xb6\x2c\x69\xfa\x8b\xe9\xf6\ \xc9\xb7\x37\xcd\x92\xed\x8f\xd3\x05\x35\x45\x6f\x0d\xef\x5e\xfe\ \xf5\xe4\xe6\xa7\x27\xd6\x47\x23\xdf\x8c\xb4\xdf\xef\xad\x7d\x5f\ \xdc\xb3\x7b\xcf\x7f\xfc\x7d\x1e\x85\x41\xd0\xf1\x64\xdd\xd8\x9b\ \x9f\x40\xaa\x66\x3e\xdd\xb8\xf3\xe8\xd6\x27\xf3\x3d\xbb\xd9\x40\ \xc4\x2b\x88\x04\x3c\x12\x11\x72\x1c\x81\x45\xe0\xb1\xde\x17\xaf\ \x5e\xb9\x76\xe1\xc4\x31\xec\x71\x2f\xc4\x89\xf3\x73\x0f\x96\xaf\ \x5f\x9b\x3b\xe9\x79\xec\xd2\xd5\x87\xb0\xc4\xe8\x1f\x0f\x1f\x3c\ \xf8\xe3\xf1\xd7\xbf\xbf\xfe\x00\x7f\x7e\x3c\xff\x71\x24\x52\xff\ \x1f\xb3\x20\x61\x3d\xff\x0a\x4c\xe1\xfd\x33\x99\x2e\xeb\x8d\x0d\ \xdc\x57\x44\x76\x46\x7a\x79\x56\x79\x79\xb5\xa9\xdc\x69\x4a\xaa\ \xaf\x4e\xce\x48\x8e\xcb\x4c\x4c\x8d\x06\x98\x95\x93\x1a\x9d\x94\ \x92\x99\x53\x57\x5d\xdf\x34\x98\xdd\x51\xdf\xe1\x68\x77\xa4\xa7\ \x65\x65\x03\x3b\x58\x5e\xdd\xd7\xee\xec\x3c\xd7\xed\x68\x1a\x38\ \x55\x07\xae\xba\x5a\x5a\x4d\xed\x4e\xa0\x56\xce\xce\xce\xc1\x1c\ \xc7\x64\x65\x51\x61\x45\xe9\x64\xa3\xa9\xb0\xa4\x7b\x76\x76\xb6\ \xb1\x30\xbf\xb7\x68\xb6\x65\xb0\xba\xba\xaa\x74\xb0\xa6\x74\xa5\ \xa8\x28\xaf\x2b\xaf\x6a\xf0\xd4\x19\x27\x70\xa0\xce\xc2\xae\xe6\ \x7a\x67\xbb\xa3\xda\xd4\xe1\xac\x73\xb4\x36\xb6\x3b\x5a\x3b\x07\ \x5a\x0b\x2a\x2b\x4a\xcf\xd5\x14\x9d\x3a\xd7\x5a\x52\x94\xdb\x5e\ \xb2\x34\x5c\x90\x5f\x52\x31\x3c\xde\xbf\xd3\xd6\xe6\xca\x9f\x1d\ \xcf\x1f\x5f\x59\x58\x5a\xdf\x5c\x99\x9c\x1e\x9e\xdc\x72\xcd\xee\ \x4d\x4e\x6f\x6d\xce\x2e\xec\xee\x7f\x7f\xbd\xb7\xb0\x3a\xbe\xb9\ \x30\xb9\xb4\x31\x5c\xbb\x79\xb0\xb9\xe1\xda\xdc\x7d\xb7\xb2\xf5\ \x6a\xd6\xb5\xbb\xb5\xb1\xb8\xb0\xb1\xb3\xb1\xb4\xb0\x7e\xe0\xda\ \x5c\x59\xdc\x5d\xdf\x5a\xdd\x9d\x5e\xd9\xda\xdc\xdd\xfa\xf3\xc5\ \x9f\x7b\x37\x6e\xfc\xbc\xf5\xe7\xad\x37\x4f\xe7\x9f\xde\x5b\x9b\ \x31\xd8\xe7\x1f\x91\xbf\x07\x8d\xca\x01\xa7\xf7\x5c\xbe\xab\x17\ \xf3\x04\x62\xa5\x1c\xcc\x8c\x14\x69\x52\xd1\xeb\xdf\x44\xf6\xf5\ \xde\xc4\xbe\x85\x5f\xbf\x49\x74\xdf\x46\x24\x8f\xbe\xff\xfc\xf3\ \xfb\xf7\x4f\x7f\x6d\xaf\x7d\xfa\xb0\x92\xe3\x2f\x17\x84\x05\x73\ \x05\x2c\x81\x5c\x0c\x26\x60\x96\x5f\x1a\x45\x09\x2c\x87\x40\x2f\ \x50\x6a\x28\x14\x06\x09\x3c\x50\x26\x06\x1f\x17\x39\x43\xc8\x15\ \x52\x7d\xc3\x84\xb1\xa6\x82\x6d\x0c\xe6\xe6\x93\x13\xb4\x5b\x91\ \x4a\x0a\x9b\x4d\x0a\xf6\x89\xda\xf8\xf5\xf5\x6e\x76\xa8\x7f\x42\ \x0c\x89\xeb\x13\x1a\x64\x2b\xf8\x0b\xbd\x3c\xf7\xe3\xf9\x3f\x3f\ \xfe\xc7\x1d\xfc\x6e\x5a\xa3\x71\x6d\x6d\x0d\x88\x8c\xe1\x9e\x42\ \x0b\x74\xd5\xa8\x56\xe9\x54\x74\x85\x4e\x07\xc3\x3a\xb5\x0a\x83\ \xc2\x3c\x36\x36\x02\x58\x4a\xa6\x50\x8f\x68\xd5\xf6\x19\xa3\x41\ \x65\x07\x3e\xcb\x68\x56\x19\x54\x7c\xb3\xc1\x0e\x34\x4b\xa5\x33\ \xf0\xf9\x32\x18\x44\x0a\xfb\x48\x9b\x8d\xd6\x6d\x9d\xcc\x6e\x90\ \xa8\xed\x3a\x80\x56\x0a\xb5\x56\xa2\x30\xeb\x54\x2a\x00\x3e\x76\ \x05\x93\x39\x6f\x16\xc9\x54\x78\x02\x5d\x62\x5f\xbb\x33\x2f\xa2\ \x2b\x14\x32\x1a\x13\xef\x49\x96\xd0\x44\xe4\xe3\xde\x2a\x95\xbb\ \xb7\x02\x88\x8c\x0a\x8c\x57\xe0\xf8\x08\x78\x1a\x06\xc7\x27\xd2\ \x98\xc7\x87\xdc\x25\x38\x77\xb2\x04\x48\x0a\x81\x88\x24\x6b\x69\ \x04\x09\x5f\xcb\xc7\x61\x2f\xcc\x1d\x3b\x3b\x74\xfa\xfc\x45\x48\ \x59\xd7\xe6\x2e\x9e\x46\x8b\xde\xac\xdd\xdb\x1e\x31\x22\xbd\xf0\ \xb0\xff\x33\x5d\x42\xe0\xcb\x80\x14\x92\x11\x48\x1c\x19\x38\x0b\ \x3e\x13\x46\xbb\xe3\x10\x6e\xe0\x1e\x12\x4f\xc0\xe1\xc8\xb0\x95\ \x0e\x1f\x8b\x23\x10\xb0\x64\x77\x14\x12\x83\x27\xa0\xb0\x08\x14\ \x02\xe3\x8d\xc1\x62\xf1\x68\x37\x8c\xdb\xb1\xff\xad\xed\x07\x4c\ \xa1\xbb\x3b\x02\xf9\x8b\x7f\x60\x98\x4f\x50\x42\x56\x86\x8f\x2f\ \xab\x4c\x19\x1a\x19\x19\x2a\x97\x2b\x29\x3c\x0e\x89\xc4\xe6\x08\ \xa9\x2c\x01\x97\xc4\x01\x1a\xc2\x09\x85\x4b\x8e\x30\x21\x9a\x47\ \x61\x08\x03\xfd\x85\x0c\x98\xb2\xe0\x03\x40\x4b\xca\x66\x0b\x01\ \x91\x89\x19\x02\x1e\xc5\xd7\xdf\x4f\xc8\xf5\xf3\xa1\xf8\x49\x03\ \x43\xfd\x23\x7d\x49\x54\x96\xde\x02\xab\xf3\x8b\x2d\xa3\x97\xa9\ \x02\x8a\x78\x74\x74\xb4\xa7\x67\x42\x43\x9d\xb8\x2c\xb6\x50\x9f\ \x83\xcb\xf7\x00\x00\x20\x00\x49\x44\x41\x54\x35\x0c\x3f\x8a\x52\ \x40\x61\xc8\x29\xbe\x01\x6c\x36\xcc\x07\x62\xf1\xc4\x0c\x0e\x18\ \x18\x24\x29\x3b\x90\xcd\x95\x86\x06\xf8\xb2\xfd\x7d\xfc\x7d\x22\ \x82\xfd\x80\xae\x01\xeb\x08\x43\xdb\xf5\x16\x71\x59\x8f\xdc\x22\ \x06\x70\x2e\x96\x03\x85\xd2\x97\x4d\x5c\x9e\xb8\x3b\x61\xd1\x28\ \x7b\x2c\xac\xd1\x89\xcb\x4a\x25\x10\x2c\x0b\x60\xbd\xcb\x16\x4d\ \x0f\xc3\x5f\x18\x94\x92\x90\x18\x17\x9b\x92\x12\x17\x17\x1f\x9f\ \x94\x9a\x18\x17\x11\x1b\x1d\xed\x17\x16\x17\x14\x9e\x12\x1f\x19\ \x16\x17\x1e\x1e\x1c\x1a\x10\x1e\x10\x13\x14\x16\x13\x19\x16\x13\ \x93\x9e\xd5\xd1\x51\xdd\x9d\x93\x10\x67\x6a\x2d\x29\x8f\x48\xec\ \x48\x8c\x49\x0e\x07\xff\x90\xee\xea\x94\xb0\x80\x98\x8c\x73\x25\ \x75\x36\x5b\x6a\x42\x81\xeb\xd7\xb1\x95\xda\x19\x3a\x82\xe0\xe6\ \x7e\x1c\x49\xc4\xe0\x3c\x50\xe8\x90\xd3\xde\xee\x08\xc5\xfc\xbd\ \xa7\x87\x87\x3f\x6f\xbd\xa6\x11\x0f\xc7\x24\x46\x2d\x66\xe8\x84\ \x97\x27\x19\x9c\x75\x3e\x20\x71\xf3\xa3\x3f\xb7\x75\x33\xdf\x81\ \x9d\x39\x30\x3f\x79\x74\xf3\xce\x9d\x35\xfb\x87\xef\x6f\x08\x28\ \x77\x04\xda\xe3\xb8\xf7\x69\xe4\xfc\x93\x27\xdf\xbe\xe9\x4e\x0c\ \x9d\x47\x21\x3d\x51\x3a\xec\xf1\xe3\x27\xbd\xc9\x1e\x53\x27\x4f\ \xe8\xe8\x21\x57\xfe\xf8\x71\x54\x6e\xf4\x8f\xa3\xbd\xc0\x1f\x50\ \xa6\x8e\x16\xdc\x7f\x40\xaa\x02\x52\xf5\xcf\x3f\xff\xfc\xcb\x58\ \x7f\xff\x58\x88\xce\x9e\x71\x9b\x3e\xe3\x75\x95\xfc\x2e\x3e\x3d\ \x33\x3d\xbd\xc3\x99\xed\xec\x30\x55\xa7\xa5\x64\x26\xc4\xd7\xdb\ \xd2\x53\x52\xd3\x9d\x29\x89\xe9\x19\x99\x75\x59\x26\x5b\x7d\x47\ \xb3\xad\xb9\xaf\x39\x6b\xb0\xcb\x99\x55\xdd\x6c\xaa\x2f\xcf\xcc\ \x6e\xae\xef\x1e\xa8\x76\xb4\x77\x77\x34\xb6\xd6\x77\xf6\x75\x9c\ \x73\xe4\x64\x66\x82\x1f\x39\x9a\x3b\xbb\x3a\x9c\x0d\x95\x0d\xf9\ \xb3\xb9\x0d\x05\x7d\x05\x95\xed\x15\x3b\xd3\x8d\xe3\xb9\xbd\x05\ \x35\x55\x25\x5d\xf5\x79\x25\x5d\xa5\xbb\xae\xfe\xd2\xc2\xae\x73\ \x2d\x1d\x25\x67\xea\x1c\x9d\xcd\x83\x35\x03\x55\x67\xba\x07\xea\ \x33\xea\x7a\x3b\x1d\x8e\xde\x9a\x73\xdd\xad\x25\x7d\x83\xf9\x2b\ \x45\x35\x35\x0d\xc5\xbd\x35\x9d\xa5\xf9\xa5\x79\xa5\x2b\xb3\xc5\ \x93\x8d\x15\xab\xc3\xd3\x8b\x45\xa5\xab\x6d\x6d\x0b\x0b\x1b\x9b\ \xe3\xbb\x8b\xb3\xfd\x0d\xeb\x15\x2b\xab\x2f\x5e\xec\x6e\x2e\x02\ \x82\x5a\x5c\x77\xed\xec\x4d\x2e\x6e\xba\x16\x0e\x56\x16\x36\x56\ \x80\x15\x7c\xf1\x79\xef\xe0\xdd\xde\x8b\x5d\xd7\xea\xfa\xde\xe7\ \x1d\xd7\xca\xc6\xc1\xc6\xd6\xc2\xc2\xc2\x81\x6b\x76\xfd\xf5\xd6\ \xfa\xc2\x3a\xe0\xac\xad\x15\x00\x58\xef\x7f\xff\x74\xe3\xd6\x9b\ \xc3\x4f\x6f\x67\xee\xcd\x8f\xac\xcd\xc3\x08\xee\xc3\xe0\xdb\x16\ \x81\xa5\x4c\xae\xb1\x58\x2c\x02\x0a\x5c\x5f\x65\x30\xb8\xbe\xac\ \xa8\xaa\x92\xe9\x7b\xc4\xb1\xd9\xcc\x8c\xbc\xc5\x8f\x5a\x91\xea\ \xd1\xbd\x5b\x9f\x3f\xdf\x78\x7a\xf8\xf6\xd1\xf7\xdd\xd7\x9f\x3f\ \xbc\x6e\x08\x9a\x08\xc8\x66\x33\x38\x14\xd8\xec\x99\xe5\xc7\x4e\ \x4e\xd0\x00\x53\x08\x43\xde\x61\xd7\x15\x06\x98\x45\x7b\x04\x4a\ \x58\x3b\x8e\x4b\xa2\x50\xc0\x07\xc8\x3f\xb2\xfd\x33\x5f\xa6\x9d\ \x43\x35\xa6\x30\xb8\x3e\xdc\x50\xff\x40\x3f\x6e\xd6\xe1\xb7\x5a\ \x57\x28\x37\xcc\x87\xe3\x23\xf4\x8d\xa8\x6e\x6d\x14\xcd\x5d\xfd\ \xe3\xea\x8f\x2b\x3f\x8e\xbd\x7d\x7a\x14\x9c\x30\xb2\x3d\x32\xaf\ \xb6\xbe\x1d\x33\xae\x99\x55\x0a\x98\x40\x63\xd5\x02\x4a\xb2\x6a\ \x25\x32\x95\x4a\x02\xa4\xc9\xba\x36\x3f\xa2\x32\x8c\x19\x46\x8c\ \x40\x77\xd4\x3a\xad\xd9\xaa\x16\xa9\x54\x06\x9a\x56\x66\x84\x55\ \x4a\xf9\x56\xad\x9a\xb6\xb6\x6d\x7e\x04\xb3\x7b\xec\x2a\xb5\x68\ \xcc\xae\x33\x6a\xd5\x33\x63\x63\x06\xb3\x0c\xf8\x47\xba\xc4\x3c\ \xa3\xd6\x6a\x25\x6a\x35\x0d\x85\x94\x48\xc8\x2a\x3e\x92\xa0\xa5\ \x29\x8c\xd6\x11\x05\x4e\xad\xa0\x13\xc9\x58\x2f\x82\x5a\xa6\x12\ \xb9\xb9\xf3\x65\x04\x0f\x02\x8e\xa9\x82\xa5\x20\x68\xc0\x0a\x22\ \x89\x38\x32\x0c\x47\x38\x79\x11\x21\x43\xa3\x8f\xba\x3f\x13\x08\ \x08\xbc\x4c\x82\x24\x48\x44\x74\x3c\xf2\xfc\xa5\xb3\x53\x53\x17\ \xce\x5e\xba\x34\x75\xf6\xec\xdc\xa5\x4b\xc7\xdc\x69\xdb\x6b\x8f\ \xc6\xc6\xec\x48\x0f\x0c\x51\xa4\x93\x69\x65\x34\x09\x50\x5a\x15\ \x11\x41\x40\x60\x30\x44\x32\x8d\x86\x45\x12\xe1\x15\x1e\x42\x16\ \x12\x01\x7e\x80\x27\xd2\xe9\x58\x98\x63\x8d\x43\xa1\x70\xee\x68\ \x26\x16\x0b\xed\xa7\x97\x1b\xe0\x2f\x04\x40\x2a\x37\x77\x37\x0c\ \x50\x2a\x8f\x63\xb0\x24\x16\x06\xfd\x4b\x68\xb0\x90\x12\x10\x9f\ \x1e\x13\x20\xe5\x81\xff\xf6\x80\x68\x29\x03\xf8\x3f\x8a\x94\x45\ \xe2\xf8\xb2\x49\x3e\x14\x06\x23\x94\xcd\xf0\x81\x11\xef\x3c\x21\ \x97\x4d\x25\x31\x84\x52\x8a\x3f\x89\xc5\xf1\x61\xf1\x28\x1c\x7f\ \x1f\xa9\xaf\xd4\x4f\x08\xe6\x1e\x12\x87\xcd\xf6\xf5\x09\x0c\x25\ \xb1\x85\xfe\x00\x6c\x82\x02\x22\x83\x43\xa5\x54\x86\xb8\x4c\xa3\ \x91\x5f\xd6\x50\x04\x16\x9e\x5c\xc0\xfb\xef\x7f\x47\x27\xf4\x54\ \x16\x47\x4a\xe5\x01\x1a\x93\xb3\xa9\x2c\x39\x89\xe2\xc3\xa6\x70\ \x39\x02\x21\x17\x38\x4b\x0e\x83\xe4\x4b\x61\xf8\x82\x63\xfa\x04\ \xf8\x0a\xfd\x02\x81\xf5\x94\x86\x86\xfa\x53\xb8\x3c\x98\x55\x48\ \x81\x57\xb0\x3d\x38\xa0\x2c\x8b\x5c\x0e\x0e\x51\x66\xb9\x6b\x81\ \x91\xa3\x77\x95\x96\x1e\xfd\x84\x46\x79\x57\xdf\x03\xd4\xac\x0c\ \x78\x43\xe5\xdd\x1e\x81\xe0\x6e\x99\xa5\x47\x2e\x4d\x88\xcd\x88\ \x4d\xcd\x48\x88\xcb\x88\x8e\x8d\x8a\x8b\x0f\x8a\x4e\x8e\x09\x0d\ \x0f\x0c\x8f\x8b\x8d\x8d\x88\x49\x48\x4b\x00\xb8\x15\x17\x95\x66\ \x4b\x48\xcd\x8a\xcd\x48\x88\x0f\x4f\x4d\x8a\x8b\x89\x8f\x8d\x8a\ \x8a\x49\xcd\x88\x8a\xe4\xfa\x71\x39\x4a\x76\x4c\x5f\xff\xfa\xf7\ \xef\x37\xef\xcc\xd8\x75\x2a\xf3\xda\x53\x3a\x11\xa3\x98\x37\xae\ \xe9\x44\x18\xec\xc8\x9d\xb7\x66\xad\x82\x89\x44\xe0\xe9\x2a\x98\ \x08\xea\xed\x79\xcc\xdb\x0b\xcd\x7f\x77\x47\xb5\xb5\xf3\x7a\xcb\ \x55\x59\x52\xfa\xf9\xc6\x08\xde\xe3\xec\xd0\xd0\x59\x4f\x34\x18\ \x61\xc6\x7b\xb7\x6e\xbc\xb1\x3f\xba\x47\xd6\x59\x7f\xfb\x7d\xcc\ \x70\xef\x50\x67\x56\x69\xad\x64\x20\x51\xee\xd6\x19\x2d\x59\xf7\ \xd7\xce\x9d\xf7\x77\x98\xee\x44\xd1\x85\x10\xbc\xd6\xe3\xe4\xd4\ \x59\xf4\x95\xc7\x8f\xaf\x9f\x26\x12\x50\x57\xff\x80\xd9\x84\x30\ \x51\xe7\x7f\xc3\xdc\xa1\x50\xfd\x7f\xbe\xfa\xe7\x9f\xa3\x38\x52\ \x68\x16\x9b\x12\x52\x5f\xf0\x47\xbe\xd8\x47\xbc\x2f\x16\xa4\xa6\ \x54\x94\x27\x26\x65\xa4\x65\x56\xd7\x67\x67\x9a\xb2\x52\xe3\x6d\ \xd5\x99\xa9\xc9\xd9\x39\xd9\xe9\xa9\xc9\xf1\x29\x99\xa6\x0c\x9b\ \x63\x20\xdb\x59\x9d\xd5\x34\x50\x9d\x6e\xcb\xe9\xee\xeb\xcb\x30\ \xd5\x75\x37\x0e\x74\x0d\x0c\x76\xb4\xb7\x3a\x9c\xad\x8e\xce\xae\ \xf6\xe6\x74\x9b\xb3\xae\xde\x56\xde\xd4\xd8\x7c\x6e\x78\xbc\xb6\ \x70\xa1\x38\xbf\xb0\xb7\xb6\xdf\x51\xb1\x3b\xdc\xd2\x52\xd5\x91\ \xdf\xb0\xb4\xda\x58\xdf\x32\xde\x55\x54\xb9\x54\xd8\x92\x77\xaa\ \xbb\xb7\xef\x4c\x55\x6b\x77\xfb\x40\xeb\xa0\xb3\x63\xa0\xbc\xd7\ \x91\x55\xde\xda\xeb\x74\x76\xf7\xf5\xf6\x0d\x34\x97\x77\xb7\x16\ \x2c\x34\x14\x37\x34\x9d\x6a\xe9\x6c\xa9\x19\x28\x2c\xaa\xc8\x2f\ \x28\xc8\x2b\xcc\x2f\x72\x2d\x4d\x56\xee\xaf\x4f\xbb\xb6\x36\x56\ \x17\x9e\x2d\x2d\xe5\x57\x6e\x2d\xad\xae\xec\x6e\x8e\x6f\x6e\xbd\ \x78\xf9\x6c\x07\xc8\xcf\x6a\x91\x6b\xff\xe0\xd9\xd6\xd6\xec\xd2\ \xfe\xca\xfe\xab\xdd\xcd\x03\x20\x4e\x1b\x8b\xfb\x07\x2b\x1b\xcf\ \xb6\x76\x56\x96\x76\x17\x16\x5f\xef\x6e\xac\x6f\xac\xaf\xbe\xdf\ \xdb\x5d\x1d\x5f\x58\xdc\x9b\x3d\xf8\xfc\xee\xf7\x8f\x37\xee\xfc\ \xfe\xe5\xc3\x9d\x0f\x1f\x1e\x6d\x8f\x8c\xad\xcd\xdf\xb3\x8b\xa6\ \x29\x7a\x18\xd3\x77\x57\xce\x92\x2b\x27\x78\x3c\x00\x4c\x72\xa5\ \x58\x29\xe0\xa5\x7f\xee\x8b\x79\x46\xa3\x1d\x76\x26\x54\xbb\x7e\ \x7f\x24\x23\x88\xb6\xef\xdd\x79\xf9\x62\xdb\xf0\x71\x72\xf6\xa3\ \x75\xcd\xf0\x61\x31\xae\xcc\xb7\x28\x26\x10\x4c\xd2\x62\x0d\x8b\ \x1d\xe7\x13\x36\x20\xd5\xf3\x04\x1a\xd8\xe8\x8e\xca\x81\x59\x1c\ \x7a\x0d\x98\xad\x19\xc0\x92\x80\x09\xdd\xd7\x1f\x10\x55\xd7\x77\ \xc3\xfc\x89\xeb\x1f\xfd\xcb\x78\x0c\x2e\x9b\xe3\xe3\x1f\x16\x18\ \xda\x62\x25\xe6\x52\xc0\x88\xe2\x0a\xd9\xbe\xa6\xf2\xba\x3c\xf5\ \xd4\xfd\x6b\xa7\xcf\x7a\xfe\xf0\x7a\x0b\x24\xc5\x38\x06\x00\x70\ \x6c\xc6\x6c\x9e\x31\x02\x12\x92\xa9\x65\x3a\x83\xd1\x68\x98\xd7\ \x1a\xb5\x06\xad\xd6\x6a\xe5\xeb\xa0\x97\x33\x18\xd4\x23\x76\x18\ \x54\xa5\x06\xb6\x51\x06\xb0\x49\x66\x50\x1b\xd4\x56\xfb\x1a\x60\ \x2c\xa3\x1a\xe2\xd8\xd8\x3d\x83\x41\xa5\x18\x33\x9a\x25\x32\xb5\ \xf6\xd1\x98\xd1\x38\x62\xd0\x19\x15\xe0\x28\x63\x66\x26\x94\x3f\ \xa3\x8e\xae\x53\x1b\xb0\x34\xab\x88\x29\x02\x6e\x4e\xa1\x16\x29\ \x74\x23\x22\xa2\x4c\x4d\x23\xaa\x68\x1e\x7c\x85\x56\x2b\xc2\xa1\ \xf9\x6a\x3c\x86\x4e\x24\x02\x8d\xa2\x8b\x64\x38\x02\x11\x4d\x00\ \xfa\xc2\x67\x92\x4f\x5f\xc4\x28\xb0\x04\x02\x8d\x4f\x97\x29\x68\ \x38\xbe\x08\xd8\x3a\x60\x1d\x88\x98\xf3\x43\xe7\x2f\x4d\x9d\x3f\ \x39\x34\x05\x38\xeb\xd2\xf2\xb5\x13\x5e\xc4\x91\x6d\x60\x70\xad\ \x7c\x14\x5e\x21\xa1\x2b\x54\x5a\xb5\x88\xc9\x97\xc9\x88\x44\x32\ \x1d\x4f\x04\x76\x92\x08\xbc\x20\xf0\x16\x44\x26\x91\x48\xc7\xe3\ \xf0\x38\x2c\xf8\xc2\x93\xf9\x44\x02\x0e\x0b\x98\x0a\x83\x76\x23\ \xd2\xf0\xc0\x11\x62\xbc\x60\x63\x55\x34\x20\x2b\x77\x2c\x12\x83\ \x76\x87\x4d\x56\x89\x28\x4f\x77\xb7\x5f\x84\x3e\xd2\xe0\xa8\x84\ \x9c\x94\x50\x40\x38\x1a\x6a\x58\x84\x2f\x4c\xb6\x11\x72\x78\x14\ \xaa\x50\xea\x2f\xe4\x90\xa8\x1c\xa9\x10\x68\x89\x2f\x95\xc4\x66\ \x51\x48\x52\x12\x49\x48\x61\x51\x01\x80\x71\xd8\x5c\x7f\xa9\x9f\ \xd4\xc7\x8f\xeb\xef\xc3\xa6\x72\xa5\xc1\x52\x1f\x12\xcf\xd7\x2f\ \x3c\x3c\x3e\x21\x3c\x3a\xbb\x2f\xde\x97\xc2\x95\x53\x79\xb0\x7d\ \xf7\xe8\x65\x31\x83\xa7\xe9\x99\x10\xc8\x7b\x2e\xcb\x35\x62\xb1\ \x98\x4a\x81\xad\x5b\x35\xc0\x65\xb2\x19\x52\x21\x05\x68\x1d\x83\ \xe3\xeb\x47\xa1\x00\xf3\xe7\xc7\xf6\xf1\xf1\x15\x06\x06\x06\x4a\ \xd9\x54\x29\x55\xea\xeb\x1f\x1a\x2b\x64\x08\xd8\x6c\x20\x4f\x54\ \x31\xeb\x32\x4b\x7e\xb9\x8c\x4b\x92\x5b\xe4\x4a\x8d\x18\x86\xbe\ \xeb\xe1\x66\x0f\x50\x2b\x18\xe8\xd7\x03\xc4\xcb\x32\x71\x57\xa9\ \x04\x5e\xb1\x47\xc3\x63\x4d\x58\x7a\x7a\x2e\x8f\x4e\xf0\x38\xd1\ \xc0\x11\x86\x03\xc9\x8a\x4b\x0e\x0f\x8c\x0a\x0f\x80\xe9\x43\x81\ \x11\xf1\xb1\xa9\xb1\x31\x09\xf1\x89\x41\xc9\x89\x71\xe9\x59\x69\ \xe9\x75\x19\xd5\x31\x81\x3e\x61\xbe\xd2\xb0\x70\x06\x83\xc4\xe0\ \x04\x07\xf9\x85\x86\x86\xa6\xe5\xbf\xc5\x9f\x3e\x81\x72\x53\xdd\ \xf8\xb4\xbf\xfb\xfd\xf3\xe1\xe1\x1d\x83\x4c\xf1\xe8\xc6\xe1\x5b\ \x94\x1b\x76\xec\xfb\xe1\x97\x79\x33\x06\x23\x52\x8d\xa9\x60\xd6\ \x00\x5e\x3b\xa3\x92\xcc\xcf\xe8\xdc\x46\xbe\x61\x89\xa7\xa7\x2e\ \x9c\xa7\x8d\x3c\x4b\x8a\x09\x48\x48\xe9\x5e\xfa\x8d\x7c\x7e\xf9\ \xe2\x25\x6f\x0f\x0f\xd1\xd3\x5b\x5b\x07\xbb\x37\xee\xac\x19\xee\ \x68\xf9\x2a\x09\x91\x4e\x06\x93\x07\x96\xc8\x04\x13\x25\x18\x4e\ \x4c\x22\x82\x66\x54\xd3\x7f\x9b\x79\xa3\xfe\xf6\xf6\x29\x13\xe5\ \x86\x0a\xb9\x34\xf7\xe0\xc1\x1c\xfa\xf8\x95\xeb\xf7\x1f\xc0\x54\ \xe8\x1f\xff\xae\x56\x1d\x25\xe6\x00\x47\xf1\x2f\x61\x3d\xff\xfb\ \x08\xb2\xbe\x5e\xfd\x31\x98\x61\x5a\x58\xd3\x1e\x7b\xd2\x58\x7c\ \x1a\x99\xbd\xf1\xa5\xe0\xe3\xb9\xe4\x0e\x47\x9d\xb3\xd9\x94\x95\ \x90\x90\x94\x99\x13\x97\x9e\x69\x4a\xca\xc8\x4e\xc9\x48\x4a\x4c\ \xcc\x1c\x68\x1e\x68\x76\x3a\x4d\x75\x9d\xe5\xe5\xa6\x6c\x87\xa3\ \xa9\x39\xc5\x56\x37\xd0\x59\xd5\xd5\xd4\xd9\x51\xdd\xd5\x5e\xd5\ \xd8\x39\x50\xd2\x6e\xcb\xee\x74\x36\x0f\xd4\xd7\x9f\x6a\xc9\x2e\ \x81\x89\xc4\xb5\xed\x6d\x05\xbd\x4b\x93\x9d\x79\x4b\x6d\x83\x95\ \xa7\x4a\x8a\xf2\x87\x0b\x5b\xfb\x5a\x0a\x9c\x05\xa5\xc5\x85\xfd\ \x15\x9d\xc5\x4d\x03\x8d\x67\xce\x9d\x6b\x6a\x77\xb6\x74\x76\x36\ \xdb\xaa\x7a\x9b\x9b\x9d\x75\xed\x83\xbd\x9d\x55\xcd\x9d\x4d\x9d\ \xad\x79\x25\xc0\x53\x16\xf5\xe7\x15\xb4\xe7\xd6\x36\xb4\x2d\x2e\ \xe5\x15\xe7\x35\x2d\xba\x16\xd6\xd7\x2b\x27\x57\x16\x17\x37\x97\ \x66\x5d\xb3\x4b\x8b\x93\xe3\x4b\xb3\x8b\x2b\xb3\x2b\xab\x0b\x5b\ \x5b\x07\xcf\x5c\xaf\x5f\xec\xbd\x72\xb9\xf6\x56\xf6\x76\x5c\x9b\ \xeb\xab\x95\x0b\xbb\x2b\x1b\x7b\x5b\x7b\x4b\xd3\xb3\xcf\x3e\x6e\ \xac\xec\xaf\x2c\xec\xba\x16\xa6\x17\x96\xde\x7d\xde\x99\x5d\x19\ \x5f\x7f\xbd\xb4\xf3\x6c\x77\x03\xbc\xe0\xd5\xc1\xbb\x8f\xb7\xbe\ \xdc\xfa\x72\xe7\xed\x9d\xb7\x33\x4f\xde\x8e\x59\x81\x5e\xf1\xf3\ \xe5\x70\x99\x15\x4c\x6f\x65\x60\xa6\x83\x99\xad\x72\x31\x10\x1a\ \xb9\x46\xc3\xb2\x2d\x9c\xca\xfe\x8e\x37\x17\x04\x25\x14\xde\xfa\ \x3e\x82\xc4\x28\x9e\x7c\x3b\xdc\xd9\xd9\x7d\xb5\x7b\x6b\xec\x9b\ \xd5\x20\xfa\xd4\x9f\x76\xb7\xb7\xbf\x39\xd6\x97\xcb\x03\x43\xd7\ \x14\x49\xc9\xee\x05\x33\x21\x4c\xfa\x17\xf0\x04\x0c\x81\x1c\x0c\ \x65\xbd\x40\xc0\x63\xb3\xfd\xc4\x3c\x9e\x98\xc3\xa6\x44\xb6\x6c\ \xdf\xe3\x3f\xb0\x66\xc3\xb4\x58\xae\x10\x60\x55\x78\x24\x37\xa8\ \xb7\x57\x48\xe1\xb2\x29\x3e\xbe\x61\x51\xbd\xdd\x49\x0b\xf7\xce\ \xfe\x38\x8f\xd4\xba\xfd\x73\x72\xde\xac\x85\x04\x38\x63\x35\x58\ \xe7\xc7\xee\xad\x01\xa9\x32\xe8\x0c\x56\xc0\x5c\x46\xad\x4c\xa5\ \x35\xaa\xb5\x6a\x60\x0b\xd5\x66\x23\x5d\xad\xd6\x5a\x55\x3a\xab\ \x56\x6b\xd6\x19\xcd\xf3\x46\xab\x7d\x6c\x04\xdc\x18\x59\x93\x19\ \xec\x63\x63\x63\xf3\x63\x56\x68\x2b\x45\x7c\xdd\xcc\xbc\xc1\x30\ \x32\x26\x53\xc1\xd9\xd0\x00\x8e\xa4\x35\x6b\x55\x7c\x91\x42\x06\ \x7b\xd2\x43\xf5\xc2\x11\x45\x64\xba\x51\xc6\x24\xf0\x45\xba\x99\ \xb7\x46\x3e\xdf\xac\xc5\x13\x25\x74\x0f\x85\x8a\xaf\x53\xe1\x90\ \x12\x03\x1d\xcd\x97\x10\xd5\x5a\x1a\x59\x45\x47\xe0\xf1\x04\xa4\ \x08\xf6\x9b\x56\x9f\xb8\x7f\x8c\x8f\x40\x13\x65\x74\x1c\x70\x8e\ \x48\xbe\x08\xc7\xc4\x91\x99\x04\x1c\xfe\xe4\xd4\xa5\xa9\x8b\x43\ \xc7\x60\xc5\xb7\x93\x73\xd7\x97\x8f\xbb\x33\x9f\xac\x19\x0c\xf7\ \xc6\x24\x44\x95\x44\xa2\x52\xf0\xa1\x36\x8a\xe8\x34\x11\x0c\xbe\ \x62\x02\x34\xc3\xd1\x15\x30\xb3\x80\x80\xa0\x11\xf0\x38\x1c\x9e\ \x49\x60\xe2\xdc\x60\x8e\x35\x12\x8b\x42\xa3\x31\x68\x3c\x1e\x46\ \x32\xc0\x12\x0e\x1e\xee\x18\x0c\x0a\x96\x9a\x71\x43\xbb\x79\x78\ \xa0\xdc\xc1\xc3\xb0\x8c\xc3\x2f\x0c\xa9\x8f\x6f\x64\x52\x56\x56\ \x18\x07\x4c\x40\xdc\xb0\xf8\x30\x18\xf5\xc4\xf3\x91\x52\xd8\xbe\ \xc1\x52\xe0\xff\x00\x68\xf9\x01\xe4\x11\xc2\x0d\x12\x2e\x45\xc8\ \xe1\x50\x48\x40\x48\xe0\x66\x2e\x8b\x43\x61\x50\x03\x43\x61\x13\ \x09\x29\x27\xd2\x8f\x43\xf1\x0f\x8f\x4f\x8d\x0a\x8f\x4d\x8f\x09\ \xb7\x95\x44\x09\x39\x02\x31\x8f\x2a\xa4\x08\x94\xb0\xaa\x82\x1e\ \x70\x8f\x9c\xe2\xc7\x63\x91\xf4\x4a\x8a\x94\x53\xa6\x64\x51\x8f\ \x0a\x5a\x09\xfd\xa5\xa4\x40\x29\xc5\xd7\x37\x94\x23\x64\x91\xb8\ \x01\x7e\x7e\x3e\xfe\x14\x7f\x9f\xd0\x80\x60\x0e\x85\xc7\xf2\x03\ \x80\x05\x80\x8b\x1b\x1c\x20\x86\x4b\x08\x1a\x1e\x3c\x16\x43\x6c\ \x11\x88\x2d\x3d\x3c\x0d\x8f\xc1\x53\x8a\x01\x6f\x95\x41\xfd\xd2\ \x97\x59\x34\x9a\x9e\x51\x79\xd9\x65\x20\x64\x3d\x97\xcb\xca\x60\ \x67\x80\xcb\x30\x77\xe7\xae\x85\x12\x11\x95\x92\x10\x9e\x9a\x95\ \x1c\x1d\x95\x10\x9e\x14\x11\x1e\x16\x19\x01\x10\x2a\x3d\xbe\x3c\ \x21\x34\x3e\x35\x28\x30\x29\x92\x01\xe4\x97\xc2\xba\x3c\x3a\x7a\ \x57\x2f\x65\x6b\x34\x96\xbb\xfa\x80\x84\xb0\x00\x4a\xf4\x33\x82\ \xd7\xf9\xe3\x48\xab\xf5\xf7\x67\x3b\xb3\xfb\x4f\xec\x8f\xbe\x7d\ \xd9\x70\x7d\xb9\xe9\xea\xbe\x83\xa3\xab\x6e\x6d\xdc\x78\x24\xf1\ \x94\x68\xed\x3a\x11\x01\xe1\x81\x46\x23\xe8\x32\xd5\x93\x97\x9f\ \x54\x04\x6f\x2f\x1c\x81\xe9\xee\x89\x47\x7b\x0f\x0d\xb9\xcd\xff\ \xfe\x66\x64\xbe\x22\x5c\x1a\xdf\x5b\xf9\x8d\x76\x72\xea\xfc\x69\ \x2f\xdd\x9b\xcf\xdf\x7f\x7e\xbb\xf3\xf3\xc3\xd3\x1b\xb0\x1d\x8b\ \x56\xb4\x26\xc2\xd1\x70\x9e\x5e\x9e\x6e\x64\xb2\xee\xe9\xef\xfb\ \x2f\xd6\x6f\xee\x94\x7e\x7f\xfd\x26\xef\xfd\xb6\xdd\x8a\xf0\x3c\ \x31\x37\x74\xed\xf1\xd5\x0b\x53\xd7\x1f\xff\xf1\xe0\xf1\x1f\x50\ \xac\xfe\x5d\xc0\x3a\x5a\x78\x87\x7c\xf5\x2f\x64\x81\xcb\xb5\xb9\ \x2b\xcd\x69\x83\xdf\x6f\xdc\xfc\xf2\xe1\xcb\xa7\x37\x21\x57\x5e\ \x37\xac\xd9\xb3\xe3\xcb\x3f\x76\xe6\x64\xd6\x67\xe4\x98\x92\x6d\ \x99\xf1\xa9\xe5\x39\xa9\xb6\xe4\x1c\x5b\x46\x4e\xaa\xb3\xbe\x6e\ \xb0\x3b\xb3\xaf\x33\x67\xb0\x2e\x3b\xbb\xbc\xba\x2f\xd3\xd6\xd7\ \xdd\x7a\x66\xa0\xce\xd9\xd7\x52\x9f\xe9\xec\x3b\xd7\xdb\xde\x5d\ \xd5\x52\x57\xdf\x9d\xd2\x5c\xee\x6c\xad\x1e\xac\x6f\x6f\x5b\x19\ \xcf\x6f\xa8\xa9\x2c\xec\x6a\x9b\x2c\x29\x98\x5d\xc9\x2b\x3c\xd7\ \x52\xd2\xd2\x56\x74\xae\xb9\x24\xb7\xb7\xa4\xb0\xa0\x74\xbc\xc5\ \x01\x9d\x64\x57\x47\x67\x49\x7b\x79\x6f\x57\x47\x5f\x57\xaf\xa3\ \x3a\xad\x77\xc0\xd1\xd5\xe7\x1c\xac\x6a\x1f\xec\x3e\x93\x97\x5f\ \x51\x0a\x88\xaa\xb6\xb2\xb1\x60\xbc\xa1\x78\x7c\xb1\xb1\xb1\xbd\ \x60\x76\x77\x7d\x65\xa1\x61\x78\x69\xda\x35\x3d\xbb\xba\xb8\xda\ \xdf\x56\x39\xbb\xb9\xb7\xea\xda\x77\x01\x78\x7a\xb5\xff\x6c\xc3\ \xf5\x6c\xf7\xd5\xb3\x9d\x77\xeb\xbb\x9b\x9b\x7b\xbb\x93\x1b\xfb\ \x0b\x2b\xbb\xbb\xcf\x96\xd6\xd7\x57\xf6\x5e\xbb\x56\x76\xb7\x36\ \x37\x5e\x6c\x2e\x6d\xec\xed\x6d\x6c\xb9\x76\x17\xa6\xf7\xd7\x77\ \xde\xb9\xb6\x5e\x7f\xde\x59\x3d\xf8\x7c\xe7\xd3\xcd\x0f\xbf\xdf\ \x9a\x7f\xfa\xf4\xde\xbc\x75\xc6\xbc\x46\x13\x75\x4f\xe8\x95\x62\ \x31\x18\x26\x3d\x16\x39\x18\x2a\xd4\x7f\xeb\x74\x93\x04\x3c\x16\ \x20\xfa\xd6\x7c\x17\x13\xfb\x31\x3e\xb2\xf1\xe5\x6f\xb7\x8c\x6e\ \x08\x89\xee\xce\x99\xd8\x42\x60\x6d\x0e\xdf\xff\xa6\x23\x10\x7f\ \x6d\x63\xc5\xbd\x6a\xcd\x08\xf7\x61\x68\x58\x8c\xce\x1c\x76\xd8\ \xb4\x8f\x9c\x0a\xe6\x77\x2a\x8f\x2a\x66\x90\x2c\x1a\x9e\xa6\x4c\ \x2f\x60\x51\xb9\x7e\x60\x50\x33\xa8\x1c\x6e\xd4\xb8\xfa\x9e\xf7\ \xd7\x5c\x25\x97\xc3\xa2\x70\x19\x1c\x2e\x27\x92\x4b\x85\x0b\x66\ \x24\x1e\x37\x34\x34\x30\xb4\xbc\xad\xa8\xa0\x6d\xe4\xda\x63\x26\ \xe1\xbb\xfa\xf9\xf2\x5b\xbb\x7a\x6c\xcd\x3e\x63\x36\xc2\x6e\x80\ \x4f\x9e\xd8\xad\x56\xbb\xce\x0e\x6c\xde\x9a\x4a\xad\x55\x18\x65\ \x2a\x99\x5a\xa7\x50\x6b\x8d\xf3\x46\xbe\x41\xa5\x55\x19\xac\x5a\ \x1d\x80\x2e\x3b\xb0\x86\x46\xb3\x4e\x6d\xb7\x8e\xad\x69\xd7\xe6\ \x01\x64\xcd\xd8\xb5\x23\x63\x63\x0a\x09\x20\x33\xa3\x15\xe0\x18\ \x2c\xee\xae\x33\xcc\xcf\x8f\x19\x25\x70\xf1\x4a\x01\x6b\x53\xa8\ \x80\x27\x34\xe0\xb1\x64\x00\x3d\x0a\x3e\x2c\x4c\xa3\x36\x6e\x1b\ \x69\x34\xd8\x6f\x82\xcf\xf4\x10\x49\x44\x32\x3e\x81\x60\x54\xd0\ \xd0\x12\x3e\x81\x26\x02\xc4\x45\x26\x60\x71\x44\xba\x42\x44\xa3\ \xa9\x8c\xe7\x1f\x1c\x93\x20\x31\x34\x2d\x8d\xae\xe6\x93\x71\x4c\ \x1d\x19\x47\x94\xe0\x71\x04\xdc\xf9\xe5\xa9\x4b\x43\x17\xce\x9e\ \x3c\x3b\x75\x3e\x64\xee\xfe\x9c\x37\x56\xf6\xe4\x83\x56\x6d\x50\ \x90\x69\x0a\xbe\x42\x21\x93\x29\x80\xec\xf2\xe9\x74\x11\x02\x87\ \x27\xd0\x71\x38\x22\x19\xc1\x24\x10\xe8\x34\xe0\x08\x11\x64\x98\ \x63\x0d\xfc\xa0\x3b\x16\xc8\x95\x1b\x16\x8f\x41\x11\xe0\xbe\x21\ \x0a\x85\xc6\x10\x90\x38\x0f\x77\x98\x14\x8d\x45\x20\x91\x6e\x9e\ \x1e\xee\x28\x6f\x37\xc0\x5d\x1e\x58\xd4\x2f\xbe\x81\x01\x01\x61\ \x19\x49\xa9\xe1\xe1\x81\x02\x3d\x23\x30\x22\x02\x2e\x23\x72\x28\ \x7e\x3e\xd0\xb5\x53\x00\x02\x85\xfa\xb2\x61\x7b\x67\xd8\xc1\x8b\ \x43\xe2\x00\x43\x28\xe0\x71\x85\x14\x0a\x97\x25\x15\x72\x39\x80\ \xb0\x22\x03\x02\xfc\x7d\x38\x7e\xc2\x00\xbf\x54\xa0\x08\x7e\xa1\ \x61\xb1\xa1\x5c\x2a\x1b\x20\x58\x28\x85\x24\x14\x32\xc4\x7a\x01\ \x70\x6a\x97\x27\xca\xca\xe4\xe0\x7c\x52\x79\xb0\x48\xcd\xe5\xdb\ \x1a\xa1\x14\x16\xeb\xa3\xb0\x61\x2b\x0a\xae\x30\x50\xea\xcf\x91\ \x0a\x38\x54\x9f\x20\x29\x8f\x41\x95\xfa\xf9\xfa\xf9\x53\x49\x5c\ \xb6\x94\x23\x0d\xf0\x0d\x0d\x0e\x08\x88\x64\x58\x34\x24\x71\x0f\ \x95\x2a\x27\x89\x19\x54\x98\xc8\x08\x88\x1e\xfc\x46\x65\xb0\xa8\ \x36\x4b\xa9\xef\x81\x01\x0d\x72\x8b\xa5\x07\x8c\x47\xbd\x1e\xfc\ \xe0\xee\x68\x8f\x05\x4c\xa7\x1a\xf0\xc0\xe5\x89\x51\x3d\x23\x28\ \x25\x3e\x28\x21\x3c\x2c\x29\x25\x3a\x30\x3e\x28\x32\xd4\x37\x2c\ \x4c\xe8\x23\xf4\xe5\x52\x95\x13\xb7\x19\xfd\x2d\x8d\x95\xbb\xaf\ \x1c\xac\xb2\xbb\x77\x49\x59\x59\x1c\x0a\x35\x30\x36\xb3\x3c\x81\ \x2a\xec\x7d\x84\x3d\x26\xda\x9e\x9d\xbe\x75\xb8\xf1\xea\xe7\x3d\ \xf5\xcc\xc8\xbd\x5f\x1b\xf3\x6e\x3e\xbd\xb5\xf3\xf9\xad\xc2\xf0\ \x65\x72\xe0\xc6\xd8\xbc\x56\xb5\xad\x05\xb3\x00\x16\x81\x63\xf2\ \xe7\xdf\xfe\xf5\x4e\x15\xe2\xe1\xe1\xe9\x81\xc3\xa2\xf9\xc0\x26\ \xca\xac\xdf\x3f\x7e\x96\x60\x51\xc8\xb3\x21\xe6\x8f\xa5\x75\x31\ \xfe\x19\xd5\x15\x6f\xbd\x2f\x2c\x2f\x9f\x46\xd2\x61\x09\x49\x3e\ \x51\x24\xfb\xf6\x49\x05\x46\x17\x8d\xaf\x35\xd3\xb0\xb0\x7a\x06\ \x52\x36\x7f\x68\x56\x18\x9f\x7e\xfe\xb4\xf6\xed\xcf\xdf\x6f\xda\ \xe9\x32\xd4\xf1\x93\x57\xaf\x2d\x9f\x3d\x76\xe5\xf1\xd7\xa3\x05\ \xab\xe7\x47\x3b\x84\xff\xfc\xbb\x76\xf5\xf7\x3f\xff\xf3\xcf\xd1\ \x4d\xa0\x5a\x27\xff\x40\xd5\xa7\xae\xdf\xc9\x6a\xa8\xcd\xff\x69\ \xfe\x75\x1a\x71\xd2\xeb\xe3\xe0\xeb\xf4\xc6\x8a\xe8\x94\xfa\xec\ \xec\xd4\x9c\xff\x47\xd2\x7b\x38\xa5\xb5\xae\x7f\xdf\x1b\x50\x47\ \x8a\xc0\xd0\xa5\x48\x91\x4e\x68\x02\xa2\xa8\x10\x26\x05\x93\x48\ \x32\x4a\x92\x09\x1a\x34\xf6\xde\xb1\xf7\xde\x0d\x41\x63\x46\xcc\ \x0e\x1a\xdd\xee\x9d\x88\xc7\x24\x3b\x61\xeb\x58\x1e\x9d\xe3\x63\ \x7b\xad\x27\xc6\x98\xe7\xe4\x49\xfc\x25\xf3\xce\xfb\x3b\xff\xc5\ \x7b\xaf\xfd\x73\x12\x04\x5c\x2c\x94\x75\xad\xef\xf5\xf9\xde\xeb\ \xbe\xaf\xeb\xea\xad\x7b\x77\xee\x42\xbd\x29\x0a\x92\x0b\xee\x5f\ \x4d\x68\xef\xee\xe8\xed\x68\x2c\xeb\xe8\x6f\x6a\x2f\xaf\xea\xe8\ \xae\x2a\x2a\xbf\x5f\x30\xd8\xd5\xd7\xd8\xd5\x5d\x51\x3e\xd8\xd0\ \xd0\x35\xd8\x3c\xd8\x59\x01\x7c\x5d\x79\x41\x72\x55\xef\x60\x7d\ \x5f\xdb\xe3\x81\xf9\xd6\x91\x8a\xf4\xf4\xfa\xba\x81\xd2\xb1\x8d\ \xb1\xda\xdc\xb2\x8a\xba\xd4\xac\xac\x8c\xa6\xfa\x01\xa0\x45\xa5\ \x25\xa9\x79\xb9\xb9\xf5\x15\x4d\x65\x43\x83\x6d\x65\xbd\x5d\x55\ \x7d\x5d\x43\x65\x43\xfd\x49\x15\xdd\xed\xcd\x55\x7d\x6d\xb9\xb5\ \xed\xe5\x8d\x15\xbd\x19\x03\x19\x19\x8f\x33\xeb\xfb\xd2\x27\x2b\ \x5b\xeb\xc6\xd3\x32\x8a\xf3\x26\xd6\x27\x27\xa7\xc6\xe6\x06\x66\ \x27\x5a\x27\xb7\xe6\xa7\x16\xe7\x4b\x80\x78\xad\x6d\xac\xef\x7f\ \x9c\x99\x3f\x5c\xdc\x9f\x9f\x5f\xde\x39\x9f\x1b\xd9\x00\x58\xb5\ \xbe\xbe\x33\xbb\x3c\x3f\x7d\xb8\xbe\xb2\x37\x05\x1e\xee\x1f\x6d\ \xcd\x4e\xaf\x4c\x4f\x1e\x6d\x6c\x7c\xdc\xdb\x3f\x98\x9b\x5f\x3f\ \x5f\x5a\x59\xf9\x78\xbe\x35\xb1\xbf\xb1\x7c\x7a\xf1\xf3\xdd\xb7\ \x9f\xef\x3f\x7f\xf2\x7d\xb7\xbb\xbc\xd6\x13\x9b\x90\x3a\xf4\x21\ \xa5\x07\xba\x86\xdc\x53\x58\xf8\x32\x85\x03\x4d\x56\xc7\x51\x68\ \x7c\x10\x45\x2c\x1a\x2d\xb6\x23\xf6\xa6\x71\x95\x74\x5c\xa4\xab\ \x9a\x5b\xf5\x1a\x51\x81\x58\x5f\x71\x43\xe3\x9c\x19\x6b\xb5\x2f\ \x7c\xb6\x04\x46\xac\xbe\xbd\x4f\xb9\xf8\x58\x71\x23\x46\x06\x04\ \xaa\x3f\x5d\x24\x2a\x69\x56\x70\xf8\x34\x0e\x45\x41\x67\x82\xf4\ \x99\xa2\x88\x07\x0a\x48\xa3\x73\x19\x34\x26\x83\x4f\x11\x33\x0b\ \x16\xa4\xd4\xdf\xff\x77\xa6\x89\x42\xe4\x02\x0b\xa8\x94\x81\xd3\ \x83\xcf\xa2\x53\xa0\x55\x1b\x31\x51\x82\xb8\xe6\xa9\xfd\xf4\x2f\ \x2f\xfe\x6b\x78\xf5\x05\xf5\xfd\x5f\xff\xda\xf5\x9a\xbd\x6e\xa8\ \x51\x8e\xc3\x6d\x71\xad\x3a\x56\x81\x86\x00\x3a\xb2\x99\x1d\xd0\ \x44\x4f\x83\xd5\x62\x21\x69\x84\x76\x9b\xcb\x61\xb3\xf3\x34\x9b\ \x2e\xbb\xcb\x60\x77\x9a\x8d\x4e\x83\x07\x3c\x01\xf8\xca\xea\x74\ \x1a\xec\x2e\xbf\xdd\xbe\x69\xe3\x59\xa0\x19\x04\x16\x9f\x81\x24\ \xb4\xbb\x5d\x40\x9f\x6c\x66\x9b\x4b\x63\x71\x18\x57\xfd\xc0\x23\ \xda\xad\xe0\x9e\xc1\x29\x34\x06\x06\xa1\x7d\xab\x66\x1e\x1b\x8b\ \x42\xf0\xa4\x3c\x83\xd3\xfc\xf7\x0c\x07\x21\x35\x98\x44\xa2\x9a\ \x49\x24\x3c\xdb\x00\x43\x92\x79\x24\x36\x8f\x2c\x35\xf2\xb0\x30\ \x3c\x56\x88\x07\x8f\xc8\xbc\xfc\x3f\x42\xa9\x40\x73\x30\x81\xd8\ \xbf\x0b\x31\x48\xc1\x96\x42\x2c\x16\x11\x9c\xff\xfc\xc5\xb3\xea\ \xfc\x96\xd1\xd1\xe1\xe1\x4b\xbf\xfe\xe3\xb7\x4b\x68\x2a\x40\x40\ \x2a\x26\x40\x6a\x00\x51\x2d\x35\x02\x15\xe4\x09\xc9\x42\x29\x06\ \x8d\x41\xe3\xa9\x08\x34\x86\x8d\xc0\xa0\xd1\x42\x21\x2c\x00\xea\ \x78\x8f\xa6\xe2\x03\xb0\x68\xe0\x09\xd1\xa8\x10\x34\x3a\x24\x00\ \x58\x4c\x24\x02\x89\x01\xde\x10\x0e\x74\x0b\x8b\x0c\x0b\x08\x02\ \x0e\x04\x19\x08\x83\x7a\x7d\x85\x5e\x0a\x09\x41\x04\xff\x22\xd1\ \xaa\xe4\x82\x1b\x49\xb7\xe3\x64\x0c\x05\x9f\x15\x75\x55\xc9\x25\ \x10\x69\xc0\xa6\x71\x89\x5c\x01\x05\x27\x12\xe3\xe8\x32\x2e\xe4\ \xcc\xf9\xc0\x1c\x32\x00\x4d\xe1\x80\xd2\x70\x71\x44\x09\x13\x6a\ \xc8\x45\x27\x30\x95\xb1\x97\xd5\x74\xf9\x15\x15\x5d\x24\x06\xa0\ \x25\x11\x47\xca\x80\x4b\x67\xd2\x81\xb8\x41\xd5\x69\xe8\x44\x45\ \x3c\x30\x6f\xfa\x14\x00\x68\x12\x3a\x31\x3e\xa5\xf0\xe9\x4b\x68\ \xba\x54\x0a\x1f\x58\x7e\x26\x54\x9d\x86\x09\xde\x49\x0c\x42\x01\ \x47\x10\x8b\xf9\x74\x2e\x9d\x05\x1c\xa8\x44\x27\xe7\x70\x18\x62\ \x0a\x91\x86\x93\xd0\xe5\x71\x5a\xb5\x4e\x0c\x15\x20\x62\xe1\x28\ \x7c\xf0\xbd\x50\xaf\xe7\x88\xf9\x26\x68\x99\x29\x87\x13\x9f\xc2\ \x82\xae\xf7\xe8\x53\x3e\xf4\x14\x02\xcc\x7a\xd2\x13\x0f\x9c\xa2\ \x22\x1e\xc8\x54\xca\x93\x97\x4f\x9f\xfe\xf9\xb2\x07\x82\x2c\xf0\ \x34\x85\x45\x60\x51\x94\x5a\x3a\x8b\x0f\x44\x4e\xad\x84\xaa\xd1\ \x43\x97\x7a\x14\x4f\x24\x9f\x7e\x6e\x78\x66\xda\xe9\x80\xaf\xe8\ \xb7\x62\x75\x44\x7a\xff\xf2\x58\x55\xb4\xae\x79\x01\x79\x1d\xfe\ \xad\x35\x77\xc1\xb5\x9c\x96\xf1\xc5\x42\xa5\x1a\x8d\x9b\xa5\xa9\ \xd0\xc8\xf9\xd9\xe9\xb1\xff\xfb\x72\xd6\xa2\x85\x6c\x97\xa2\xf1\ \xd0\xb5\x8c\x40\x8d\xd0\x7d\x72\x71\xf8\xde\x10\x12\x16\x16\xac\ \x71\x38\xa4\x1a\x64\x30\xd9\xe1\xff\xee\xe0\xc1\x02\xc8\x52\x36\ \x19\x13\x1c\x06\x0f\x05\x59\x3b\x46\x2b\xd6\xe6\x8e\xfc\x08\xf8\ \xfd\xf7\xfc\xb0\xf0\x60\x34\x4f\x68\x74\x00\x77\x8f\x47\x91\x34\ \xb6\x63\x33\x02\x6b\x58\x38\xb5\x9b\x79\x56\xbf\x0d\x22\xad\xd3\ \x8d\x6d\xe7\xaa\x07\x4f\x36\x23\x50\xb6\xaf\xef\xa5\x3c\x72\xe8\ \xa3\xd1\xe1\xd1\xd7\x7f\xfd\xf3\x7f\x41\xd7\x09\xff\x47\xa7\x20\ \xa9\xfa\xf7\xff\x68\xd7\xbf\xff\x19\xf1\xaf\xba\xf2\x5b\x3f\xa7\ \x5b\x97\x8a\xee\x8d\xef\x5b\xa6\x6b\x8f\x9e\x61\x62\x7b\x0f\x8f\ \x26\x2e\xba\x1f\x26\xdd\xee\xbb\x73\xe3\xc1\xc3\x6b\xc9\x0f\x2f\ \x27\xdc\x29\xa8\x2a\xba\x1b\x03\x0d\xba\x77\xf7\xd5\x74\x54\x15\ \x0c\x96\xf5\xdd\xbf\xd7\x57\x75\xaf\xe0\x41\x55\xc1\xc3\xa1\xf6\ \xae\xc1\xb4\x9a\x8e\xb6\x8a\xce\xc6\xc1\xae\xda\xb2\xa4\x9a\xfe\ \xee\x8e\xc1\xc6\x82\xae\xae\xf2\xee\xe9\xd6\xb1\xf9\xe2\xec\xc7\ \x15\x83\x63\xad\xcd\x99\x4b\xb9\xfd\x99\xf5\xcd\x23\xe3\x95\x75\ \x59\x5d\x15\xc5\x8d\xe9\x95\x69\x19\xe9\xa9\x4d\x99\xb9\x43\xa5\ \xdd\x0d\x35\x8d\x9d\xb5\x65\x65\xfd\xa5\x6d\x43\xfd\x7d\xfd\x5d\ \xed\xfd\xcd\x9d\x4d\x6d\x65\x9d\xed\xa9\xed\xcd\x95\xf5\xe9\x25\ \x59\xa5\x95\x19\x35\xd9\x25\xe9\x23\x25\xe9\x19\x75\x8f\x53\xe7\ \xd6\x07\xea\xd6\x07\x96\xc7\x07\x1e\x8f\x8f\x4f\xce\xcd\xcd\x0e\ \x4c\x65\x2f\x2d\xae\x9f\xef\x2c\xaf\xed\xaf\xcc\x6f\xad\x6c\xcd\ \xcd\xcd\xaf\xcd\xd6\xad\xac\x2d\x1f\x1c\xec\x6d\x2d\x6f\x2c\x4e\ \x4e\x4f\xcf\x2f\xb6\x6e\x1c\xae\x1c\x1e\xad\x4c\x54\x4e\x8f\x4d\ \x1d\xae\xcf\x6d\x8d\xef\x4d\xcf\xad\x4d\x1f\x2c\xcf\xef\xed\x1d\ \x1d\x6c\xad\xed\xac\xbf\x85\x26\xb7\x03\x57\xfd\xde\xbf\xed\x30\ \xaf\x7a\xdd\x64\x76\x79\x8a\xa9\xa7\xa7\x27\xc5\xf4\xd4\xf4\xf4\ \x09\x84\xfb\x50\x11\x3e\x22\x43\xaf\x07\x68\xc4\x62\xc5\xe3\xaa\ \xe6\x4b\x7c\x3b\x1b\x05\x71\x0d\xa7\xbb\x4e\x61\x08\xc2\xfa\xe3\ \xe0\x6d\x6a\x9e\x17\x6d\xd6\x00\x76\x21\x5d\xc7\x7a\xc6\xfe\x93\ \xe1\xfa\xd8\x7c\x47\x47\x53\xb0\x12\x0e\xe5\xf4\xfe\x53\x11\x8b\ \x43\xe7\xd0\x59\x44\x26\xe5\x29\x08\xed\x1e\x05\x8b\x08\x6c\x07\ \x93\xc6\x22\x10\x28\x62\x59\xbd\x17\x39\xfa\xc7\x6f\x19\x20\x42\ \x05\x5c\x02\x57\x17\x27\x67\xb0\xf4\x38\x22\x81\xc8\xc5\xc9\xb4\ \x51\xba\xb6\x9c\xdc\x8d\x33\xec\x1f\xff\x8d\x2f\x4b\xfc\x2f\xcc\ \xf0\xff\xb5\x03\x75\x81\xd6\xb2\x98\x7d\x7e\x97\xd9\x61\xdf\xf6\ \x1c\xfb\x80\x5a\x59\x6c\xc0\xf1\x99\xcd\x56\x83\xd3\x2f\x25\x5b\ \xac\x2e\x87\xc3\xb6\x69\xb5\x7b\xbc\x76\xb7\xd5\x01\x52\xa7\xc7\ \xea\xdb\x75\xee\xfa\x4f\x76\xcd\xc0\x3c\x5a\xec\x9b\x5e\xef\xb6\ \x15\xa8\x1c\xb4\x48\xd0\xe9\x30\x4b\x3d\xab\x5e\x8d\xd4\x2c\x35\ \x5b\x1c\x42\xab\x05\x78\x00\x20\x7c\x0e\xb0\x53\xaf\xc5\xca\x16\ \x06\x87\x92\xfc\x4e\x9b\x59\xc3\x46\xe0\xa9\x52\xa9\x0b\x48\x9a\ \xd9\x00\x43\x19\x84\x08\xac\x94\xa4\xb1\x50\xb1\x42\x07\x16\x45\ \xc5\x63\xa5\x3c\x92\x54\x83\x26\x91\x35\x40\xc3\xcc\x54\xb6\xd4\ \x90\xf8\x57\x28\x19\x06\x23\xb1\xf1\x68\x2a\x0f\x8b\x26\x19\x49\ \x54\x32\x95\x84\x40\xc1\xaa\xa1\x42\xba\xc3\x8f\xaa\x9f\xb7\x0c\ \xff\xf6\xc7\x1f\xaf\x5b\x82\x10\x54\xb2\x10\x8d\xc7\x40\x5d\x3e\ \xac\x78\x36\x9b\x4a\x86\x0a\x78\x91\x80\xb7\xc4\x22\x61\x18\x2a\ \x09\x4f\xc5\xa2\x31\x78\x48\xbf\xa0\x47\x58\x32\x16\x83\x17\xa2\ \x60\xe0\x49\x18\x0c\x02\xad\x20\x38\x3c\x00\x6a\x64\x1f\x84\x00\ \x74\x07\x0b\x86\x07\x05\x23\xa0\x56\xd1\x81\x61\x21\x08\x78\x62\ \x68\x10\x20\x2c\x3a\x37\x4a\x1e\x95\xd0\xf7\xf0\xb2\x8c\xc2\x52\ \xe0\x04\x57\x54\xc0\xcb\xd1\x98\x74\x3a\x45\x26\x01\x8a\x43\x10\ \x30\xc4\x4a\x31\x85\x22\x13\x13\x80\x5a\x11\x98\xd0\x75\x40\x02\ \x9f\xc2\x15\x8b\x28\x74\xa8\xb5\x4d\xac\x00\xca\x21\x31\x31\x37\ \x62\xc5\x7c\xa8\x8d\xb3\x2e\x52\x27\x13\x8b\xc5\x12\x2e\x85\x86\ \xe3\x80\x83\xc4\xe5\xe8\x9f\xa6\x40\x6d\xee\xa1\xf6\xf2\x7c\x88\ \xb5\x52\x7a\x9e\x3c\x51\x70\x52\xf8\x04\xb1\x0c\x47\x60\x48\xc0\ \x96\x4c\x8a\x44\xab\x25\xd2\x19\x14\xba\x04\x5a\x59\x03\xde\x4e\ \x16\xcd\x04\xa9\x0f\x27\xa1\x31\x99\x02\x9d\x56\xa6\x8c\xe6\x2a\ \x09\x2c\xe0\x20\x89\x2c\xda\xdf\x75\xb5\x80\xde\x29\x14\x4c\x93\ \x9e\x46\xa7\xe9\x4d\x34\x60\x14\x81\x61\x8c\x87\x0a\x65\xc5\x43\ \x85\x1f\x52\x0a\x41\x6c\x9a\x40\x6c\x16\xf6\x3c\xed\x79\xaa\x4f\ \xe9\x01\xd0\xf5\xf4\xc3\x87\x27\x4f\x9e\xa4\xc4\xbf\x04\x16\x92\ \xf5\x34\x9e\xa0\x93\x8b\x58\x50\x27\x58\xbe\xe9\x4f\xa5\xf1\x6c\ \x36\x43\xfd\xe1\xe5\x93\x42\x81\x44\x2c\x92\xc5\x2e\x9e\x65\x74\ \x0d\x2c\x1e\x18\xd0\x24\xdb\x4a\xde\xda\x89\x3f\xfd\xe6\xbd\x05\ \xa7\xd4\x40\xc6\xbe\x2f\x99\x5c\x35\x6f\xbe\xfa\x79\x76\x61\xf3\ \xcd\xd7\xed\x7c\xb6\x93\x48\xd2\x40\x04\x9a\x8d\x42\x4b\x57\xfd\ \x9f\xbf\x2e\xbc\xc2\xc3\x82\xd1\xf6\x9f\xaf\x36\x85\x54\x0b\xda\ \xb0\x7d\xfc\xf9\xd3\x99\x1f\x8f\x92\x3a\xa9\x4e\xbb\x75\xf5\xed\ \x77\x2b\x12\xc1\xc6\x1f\x97\x56\x5c\x91\x09\x3a\xa6\xbe\xec\xc2\ \x1e\x85\xa2\xf1\xe0\x70\x51\xc1\x11\xd3\x00\xba\x87\x2a\x4c\x1e\ \x4e\x19\xd8\x6c\xcd\xae\x8f\x8c\x14\x52\xc9\x52\xe0\xfd\xb1\x56\ \xb3\xc3\x8d\x20\x6f\x5a\x56\xb7\x7d\x1e\x1e\x4f\xe3\x30\x58\x9c\ \x2e\x8b\xd3\x82\x08\x69\x79\xf4\x07\x10\xaa\x7f\xff\xf7\xbf\xff\ \x0d\x41\xd6\x7f\xff\xfb\xff\x1b\xfd\xeb\xeb\xfd\x84\xfb\x3f\xbb\ \x6a\x6b\x3a\xfa\xcb\x87\x26\xbe\x1e\x25\xe5\xb5\x04\xdd\x6c\xbe\ \xf4\xbe\xbd\x08\xaa\xcb\x70\xff\xc6\xc3\x07\x37\x93\xca\x1f\xdc\ \xbd\x7d\x27\x39\xe9\xe6\xe5\x9a\xa2\x87\x43\x1d\x1d\x8d\xe5\xc9\ \x8d\xed\x35\x50\xa3\xe6\xaa\xaa\xaa\xa4\x7b\x45\xc9\x55\x35\xfd\ \x9d\x4d\xfd\x35\x8d\x8d\x0d\xbd\xdd\x6d\x65\xf5\x05\x0f\x06\x07\ \x07\xfb\x1a\xab\x06\x7b\xfb\x7b\xa7\x27\x8a\x73\x5b\x73\x8a\xcb\ \x92\x2b\xc7\xb3\x6b\x67\xd3\x73\x32\x1b\x9a\xc6\x5b\xc7\x1e\x67\ \x96\x66\xa7\xf7\x67\x16\x43\xb5\x17\x7a\xeb\x72\x9b\x7b\xdb\x3b\ \x9b\x9a\x1b\xcb\x6b\xbb\x06\xbb\x7b\xfb\xbb\xba\xfb\xba\xfb\xfa\ \xeb\xeb\x1b\x7a\x3b\x6e\x75\x36\x54\x94\xd5\xd5\x55\x34\x34\x65\ \x16\x67\xe4\xe4\xe6\xd4\x55\x0e\x54\x66\xe6\x66\xa6\x3f\x5e\xca\ \xca\x1a\x6b\x2d\x9e\xce\x18\x5b\x99\x1d\x98\x9c\x9e\x9d\x9a\x9d\ \xdb\xda\x58\x5b\x5f\x87\x26\x56\x8d\xec\x6d\x1d\x2d\xaf\xac\x6f\ \xed\x4c\xac\x01\x2d\x3a\x58\x9a\x3e\x5a\x9f\x3b\x3f\x5c\x5b\x5c\ \x3e\x58\xde\x5f\x9c\xdf\x3f\xda\xdb\x07\x96\x70\x6a\x1f\x6c\xf9\ \x71\x79\x79\x7c\x76\x76\x63\xf1\xe3\xf2\xce\xfa\xcc\xde\xd2\xde\ \x8f\x8b\x57\x9f\xb7\x5d\xab\xbb\xbb\x76\xbb\xd4\x62\xb3\x4a\xcd\ \xf7\x5e\x7e\x88\x7f\xa9\x87\xaa\x7c\x14\x16\xf6\x98\xe2\x81\x31\ \x64\xb1\x52\x4c\x7c\x3d\xd4\x55\x22\x05\x24\x41\xd3\xad\xb5\x35\ \x5f\xa6\x5c\x9b\xb9\xcb\x33\x5b\x35\xec\x40\xe3\x9b\xf5\xf6\xbe\ \x63\x8c\xd9\xff\x13\x58\xc2\xc4\x08\xe4\xab\xc2\x04\xc3\xbb\xd9\ \x64\x9d\x40\x44\x94\xcf\xdc\xa2\xe9\xde\x77\x73\x58\x7a\x16\x8e\ \x81\x63\x11\x14\x26\xa8\xea\x11\x05\xa4\x69\x81\x96\xc9\x64\x10\ \x71\xf2\xa4\x65\x76\xc4\xeb\x96\xc4\x07\x44\x09\x34\x00\x2c\xd7\ \xc5\xca\x09\x7c\x05\x05\x47\x07\xc1\x2c\x11\x70\xa3\x72\x5a\xd7\ \x4f\x77\x43\xff\xd7\xff\x63\x2d\x92\xfe\xd7\x70\xf8\x1f\x6e\xb7\ \xd3\xed\xb0\x03\x51\x71\x7d\xdf\x5c\x05\xe6\xd5\x0f\x38\xcb\x05\ \x04\xcb\x6a\xb5\x68\x0c\x06\x83\xdd\x2d\xd5\x78\xa0\xa5\x3b\x40\ \xaa\xcc\x0e\x9b\xd5\x6b\xb3\xbb\x3d\x1e\x60\x05\x9d\x6e\xab\xd3\ \x6a\x77\xda\x5d\x36\x0b\x34\x7b\xcb\xea\x94\x9a\xdd\x0e\x29\x60\ \x31\xbf\xcf\xe3\x36\xd8\xad\x66\x29\x5a\x63\xb1\x18\xed\x60\x2b\ \x9b\x01\xf8\x48\x0d\xcf\x00\x2c\xa6\x46\x4a\xc6\x58\xec\x3c\xa3\ \x94\x4a\x85\xca\xbf\xf0\xc0\xcb\x84\xe0\x43\xa2\x5a\x84\x30\x8c\ \x0d\xaa\xbe\x4e\x12\x1a\xa1\x98\x24\xb1\xa9\x24\xb2\x41\x08\x0d\ \x95\x93\xc8\x64\x36\x59\x63\x09\xff\x67\x35\x29\x08\x09\x4d\xd8\ \x22\x49\xa9\x58\xaa\x05\x4b\xe6\x61\xf1\x18\x3c\xb2\xfa\x45\x3e\ \x54\xe1\xad\xfa\xd9\x8b\x67\xcf\x5f\xff\xf1\xc7\x70\x22\xd2\xe3\ \x34\x1a\x80\x5e\x3a\x80\x25\x64\x1b\xa5\x6c\xe8\x42\x21\xb0\x95\ \x68\x0c\x0c\x11\x8c\x00\x11\x8f\xc5\x92\x31\x90\x56\x91\xa1\xa9\ \xa4\x64\x32\x48\xc5\x30\x24\xa0\x2f\x3c\x1a\x05\x0b\x08\x0b\x83\ \x07\x04\x22\xb1\x54\x2c\x0a\x90\x16\xd8\x1c\x15\x0c\x87\x86\xdd\ \xe1\xa1\x01\x21\x70\x58\x68\x68\x08\x3a\x00\xb2\x84\x31\x57\xd5\ \xd1\x77\x6b\x12\x64\x12\xa2\x89\xc3\xb8\x1f\x2d\xa6\xd3\x28\x4c\ \x20\x59\x62\x09\x4e\x89\x33\xd1\xc5\x32\xae\x4c\x40\x61\x00\x7c\ \x92\x33\xe9\x44\x70\x50\x24\x4c\x0e\x81\xce\x07\x82\x26\x88\x51\ \xc9\x65\x04\x3e\x4e\x7b\xf5\xd6\xed\x28\x0a\x9d\x48\x20\xc8\x75\ \x31\x57\x25\x4c\x19\x00\x2d\x1a\x81\x45\x23\x50\x24\x62\x31\xb0\ \x67\x7f\xf6\xb0\x4c\x0c\xba\x02\x6a\x94\x63\x32\x29\xf8\x1c\x13\ \x47\xaf\x67\x31\x70\x22\x1d\x17\x02\x31\x22\x34\x9f\x9e\x19\xc5\ \x65\x50\xb8\x5c\x70\x40\xe9\x74\x09\x85\x29\x13\xc8\x28\x62\x2e\ \x91\x48\xc0\xd1\x59\x22\xad\x56\x20\xd3\x89\x65\x4c\x0a\x40\x78\ \x0a\x81\x48\xd0\xd3\x68\x40\xfb\x70\x7a\x22\x34\xe2\x6e\x2a\xe4\ \xb0\x38\x1f\x0a\xf5\x29\xd0\xb8\x7b\x8f\xbe\xd0\x04\x9e\x89\x7f\ \xfa\x9f\x9e\xf8\x94\x14\x3e\x0d\xc0\xbf\x9e\x00\xa2\xd3\x04\x84\ \x0b\x5a\x78\xa8\x00\xb8\xa5\xe0\x10\x54\x32\x9d\x92\x46\x51\xc4\ \x2b\x88\x7a\x10\x76\x1f\x04\xa7\x6d\x2a\xd3\x9f\x4f\x5f\xf2\x25\ \xe0\xaf\xc4\xa9\x32\xd2\x6f\x97\x2d\x1e\x6f\x2e\x78\xc9\xc6\x8b\ \xa9\xef\xd2\x6f\xbd\xea\xbb\xbb\x1e\x0f\x02\x4d\x3a\x59\x3a\xd8\ \xf6\x78\x8f\xdf\x2e\x7d\x71\x7f\x1d\xab\xa8\x3b\xfd\x0a\x51\x34\ \xdb\x8c\x46\x4b\x3d\x9e\xf7\x7b\xcb\xc0\x93\xa0\x02\x51\x9e\xb7\ \x67\x3e\x68\x3c\x42\xea\x44\xa0\xec\x3c\xaa\xc3\x26\x44\x86\x05\ \x19\xbe\xfb\x4f\xd0\xc1\x46\xb3\x93\x07\x0f\xc4\x20\x11\x98\x2f\ \x05\x12\x0e\x77\x60\x9b\x3a\xfa\xfc\x59\x04\x55\x63\xa7\xc2\x82\ \xa9\x42\xa1\xd5\xe6\xb1\xf0\x4e\x3e\xb1\xcd\x0b\x0b\xa8\x30\x38\ \x16\x46\x76\xd9\x57\xbd\xd6\xdd\x63\xf2\x36\x89\x6d\x75\x69\x34\ \x9b\x4e\x0d\x4f\xc3\x13\x52\x0d\x42\xa3\xd9\x66\x73\x6a\x3c\x36\ \xaa\x01\x1f\x90\x38\xfc\xeb\xf3\x7f\xfd\x3d\x21\xeb\xf7\xe0\xe8\ \x5b\x65\xa9\x63\x57\x1e\x16\x34\xe6\xde\xbc\x96\xd4\x6f\x70\x36\ \xf4\xc1\x10\x17\x70\xd7\xbd\x87\x5d\x8d\x55\x1d\x05\x45\x7d\x35\ \x0f\x1e\x26\x25\x55\x3d\xe8\x1a\xaa\xea\xb8\x9c\x7c\xef\x66\xd1\ \x60\x4d\x55\x6d\x59\x41\xd7\x83\x82\x07\x77\x1f\x36\x16\x15\xd5\ \xdc\x7e\x50\xd5\x51\xd3\xd1\x57\xdf\xd9\xdf\xd0\xdc\x50\x36\xd8\ \x5e\x5f\xd6\xd9\x57\x51\xd4\x51\xde\x5d\xd0\xdb\x90\xdc\x34\x09\ \x74\x65\x39\x3b\xb3\xa4\x2d\x6f\xa0\x6e\x7a\x39\x23\xaf\xa2\xa9\ \x69\x62\x60\x72\xaa\xb2\x3e\x73\xbc\x2c\xab\x35\x2b\x33\x23\xad\ \xac\xb9\xb4\x39\xa7\xa9\xa9\xa2\xac\xb9\x3d\xbb\xad\xad\x7e\xa8\ \xaf\xbb\xb3\xaf\x06\xec\xa6\xbe\xa3\xb1\xb6\xbd\xb1\xa3\x3b\x7b\ \xa0\xb8\x2e\xb7\x75\x64\x20\xa7\xb4\x32\x33\x6b\x2c\x67\x22\xa3\ \x24\x2b\x7d\x71\xaa\xb8\x6e\x79\xe0\xf1\x62\xc9\x18\x8b\x52\x00\ \x00\x20\x00\x49\x44\x41\x54\xeb\xfc\xc4\xec\xec\x12\x10\x9f\xb1\ \x91\xf9\x9d\xd9\xc5\x8d\xf5\xe9\x8d\xb5\xad\x8d\x95\x9d\xe9\xb5\ \xc3\x83\x89\xc9\xc3\xa5\xf5\xe5\xa3\xf3\x9d\xc5\xd9\xc9\xb5\xe5\ \xc5\xa5\xf5\x8d\xa5\xbd\x8d\x9d\x8f\x6b\xcb\xcb\xe0\xde\xd4\xe1\ \xf9\xfa\xde\xe2\xe2\xde\xf2\xfa\xd2\xda\xe2\xc1\xda\xfa\xd6\xd6\ \xfa\xf9\xc2\x8f\x9f\x6f\x76\x8f\x4f\x5c\xe0\xe4\xf6\x6a\xac\x06\ \xbc\xed\xee\x9f\x3d\x7f\xf6\x98\xa0\xa6\x11\x50\x9b\xe6\x78\x40\ \xe0\xf1\x7a\x16\xb4\xc4\x8b\xcf\x37\x99\x52\x0a\x01\x93\x17\xaa\ \x06\x36\xd7\xb2\x86\x3a\x3e\xbb\xbf\x6f\xe2\xd1\x24\xac\xf5\xa8\ \xfb\xf2\xc7\x60\xbc\xd1\x7b\xe2\x30\x06\x5e\x0f\x91\x8a\x28\xef\ \x3f\x6d\xa4\xde\x8b\x92\x49\xb4\x07\xbd\x0a\xc6\xd6\x19\x9f\xc2\ \x60\x99\xe8\xd0\x15\x28\xa8\x44\x1b\x54\x41\x9c\xa9\x8e\xe4\x8a\ \x64\x5c\x49\x54\xe3\x26\xea\xd2\x1f\xbf\x85\xca\x28\x50\xc9\x38\ \xad\x32\x36\x5a\xcb\x62\x31\x69\x04\x91\x04\x6a\x77\x1e\x59\x94\ \x91\xba\xf3\x7e\xb7\xfa\x9f\xff\x1d\x51\xf6\xf9\xaf\x7f\xbc\x88\ \x70\x6d\x7a\xad\x36\x9b\xd7\x6e\xf3\xbc\x77\x78\xfc\x7e\xa7\xd7\ \xee\x74\x58\x81\x8d\xb2\x39\xcc\x46\xab\x1b\x5a\xb4\x23\xe5\xd9\ \x1c\x16\xa0\x4f\x16\x2b\x88\x2c\xf0\x63\x8b\x6b\xdb\xe2\x77\xdb\ \xdc\x6e\x97\x73\xd5\xee\x06\x7e\xcf\x6d\x37\x6a\x1c\x36\x8b\xd0\ \x62\xff\x9f\x32\x0f\x16\x87\xd3\x69\x33\x00\x7d\xa2\x92\x2d\x1e\ \xb7\xc6\xee\xb3\x0a\x85\x1e\xa3\xd0\xc0\xb6\x49\xad\xd0\x1a\x44\ \x9b\x15\x68\x0d\x0a\x83\x82\x63\xb1\x06\x8d\xc6\x08\xf4\x8a\x04\ \x2c\x21\xda\x66\x33\x0a\x01\xf2\x90\xc9\x50\xb7\x67\x21\x0f\xa4\ \x4c\x1e\x9e\x4c\xc5\x50\x79\x06\xc8\x03\x5c\xff\x57\xb5\x06\x05\ \xb5\xcd\x09\x36\x1a\xc9\x18\xac\x01\x68\x19\x86\x8a\xe7\x05\x0e\ \x8f\xfe\x36\x7a\xa9\x65\xb8\x65\x78\xf8\x45\xf5\xaf\xbf\xff\x35\ \x1a\x8a\x39\xd9\x34\xf3\x0c\x1a\xa3\x85\x6d\x31\x93\xad\x3c\x21\ \x78\x5f\xa1\xd9\xc0\xc3\xc0\x90\x88\x60\x3c\x09\x48\x13\x06\x8b\ \x41\x92\xc9\x60\x4f\x68\x2a\x19\x0d\x70\x0e\x16\x18\x8c\xa1\x02\ \xab\x02\x87\xda\xd6\x23\x60\x30\x34\x95\x1a\x00\x83\x05\x03\xbd\ \x82\x05\x04\x5d\x8a\x80\x07\x20\xa1\x32\x59\x01\x80\xba\x22\x02\ \x83\x83\x7e\x51\xc5\x5e\x56\xca\xef\x80\xcc\x2b\xe7\xe2\x58\x2c\ \xf1\xe5\x38\x19\x30\x62\x14\x26\x41\xac\x24\xe2\x24\x44\x70\x24\ \x98\xd0\x58\x15\x60\x1f\x80\x42\x62\xf0\x80\x46\x67\xe2\x70\x40\ \x8b\x24\x62\x99\x48\x20\x62\x12\x45\x62\xad\x4e\xa9\xd2\x81\xe3\ \xaf\xe7\x0a\x74\x51\x4a\xe0\x0b\x99\xe0\x25\x74\xba\x98\xa0\x14\ \x10\x71\x44\x1c\xce\x44\x61\xf5\xf4\xe8\x3f\xa4\x00\x80\x8b\x07\ \x92\xc8\x4f\x51\x50\x18\x4c\x22\x9d\x40\xa1\x73\x29\x2c\x31\x83\ \x05\x2d\xf6\x51\x8a\xc0\x5e\xa0\xc5\x3f\x5c\x0a\x8e\xab\x12\xc8\ \x94\x20\x00\x18\x34\xad\x96\x40\x63\x46\xab\xc4\x32\x95\x4e\x09\ \x34\x90\xa6\xc7\x51\x28\x7c\x00\x54\x50\x6f\x5d\x26\x08\x37\x85\ \x9e\x68\xa2\x15\xea\x7b\x68\x7c\xa8\x76\xc3\x07\x90\x3a\xe3\x9f\ \xa6\xc4\xc7\x43\xf0\x1f\xff\xd2\x14\x9f\x02\xb2\x27\x07\xf0\x1d\ \x20\x30\x68\x61\x4f\x7c\xe1\x4b\x05\x8b\xae\x7e\xf0\xa0\xa6\xad\ \xfe\x96\x44\x41\x49\xd1\x33\x89\x2c\x1c\xab\xb1\x4d\xc4\x31\xe9\ \x15\xd0\x24\x7d\x06\xf7\x76\xf2\x9d\xdb\x5f\xbe\x3b\xbc\x0b\x3b\ \x1e\xc3\xf7\x1f\xaf\xbe\xff\x2c\xd5\xdd\xfc\xb9\xbd\x2f\x85\xe3\ \xb7\x8f\x4e\x7f\x3a\x85\xb6\x85\x8d\x33\xe3\xab\xd4\xa5\xd9\xf9\ \x3d\x07\x1a\xef\xdd\x25\xa1\xe1\x28\xff\xf6\x8f\xf5\x73\xf3\xa7\ \xaf\xfb\x64\xf2\xce\xf8\xfe\xcc\x2b\xbf\xd3\x69\x11\x6a\x40\x06\ \xe2\x01\xb4\x0d\x40\x60\x11\x18\x2a\x3c\x04\x8b\xe6\x39\x2c\xd4\ \x60\x14\x32\x24\x18\x15\x1e\x61\x9e\x8d\xe4\x30\x63\x92\x37\xac\ \x8f\x5e\x0f\x87\xf3\x9c\x06\x83\x6d\x53\xa3\xf1\x83\xff\x3c\x2c\ \x49\xea\x08\xc4\x98\x79\x40\xef\xec\x0e\xa7\x7b\xe6\xeb\xfb\xa3\ \x4f\xdf\xdc\x64\xa1\x45\xe3\xf2\x92\x35\x76\x83\x51\x88\x12\x52\ \xa9\x24\x12\x55\xe8\xf1\x3a\xcd\x42\x2c\x99\x8d\x46\x9b\x8d\x18\ \x18\x2c\x54\x68\xa4\x52\x3f\xff\xdc\xab\xb8\x7d\xaf\xa0\xa8\xf1\ \xe1\xb5\xf4\xa3\xbc\x92\xdc\x2d\x61\x84\xe3\x5d\x7a\xf6\xfd\xd4\ \xe4\xab\x49\x0f\xcb\x0b\xee\xde\x9d\x5e\x7c\x58\xd1\xd6\x58\x74\ \x2f\xb9\xbc\x77\xa8\xaf\xb7\xb1\xa1\xb9\x63\xb0\xa3\xb3\xe3\xf6\ \x83\xe4\xf2\x84\xe4\x87\xed\x8d\xdd\x83\x43\x0d\x4d\x9d\xb5\xb9\ \xf5\xc9\x35\xbd\xdd\x65\xcd\x5d\xed\x0d\x7d\x43\xed\x9d\xe5\x83\ \x83\x77\xca\x26\xeb\x1e\x0f\x8c\xd4\xe6\xe4\xf6\x65\xb6\x36\x15\ \x8f\xe5\x65\x67\x36\xd4\x4e\x0d\x54\x16\x67\x34\x55\xa4\x36\x36\ \xb4\xa6\x57\x96\xa4\xe5\xe6\x94\x75\x94\x65\x15\xb7\x95\x55\x34\ \x96\xf5\xb7\xb7\xe5\x36\x94\x75\x16\xb4\x77\x75\x77\x35\xf4\xb5\ \x37\x74\x75\x76\xe5\xe4\xa6\x8e\xa7\xa7\x4f\x95\xe4\x65\xd4\x02\ \x67\xd8\x5a\x32\x51\x99\x5e\x52\x39\x30\x3d\x57\xbc\xf4\x38\x73\ \x6c\x60\x60\x7c\x76\x69\xaa\x78\x71\x71\x71\x7c\x7a\xff\x70\x71\ \x7d\x0b\xfc\x3b\xff\x78\xb0\xb7\x38\xbb\xb1\xb1\x3e\x35\xbd\xf7\ \x65\x1f\x88\xd9\xda\xdc\xfe\xfa\x06\xe0\xaa\xf5\x8d\xc3\xb5\xe5\ \xb5\xa5\x99\xfd\xe5\xc5\x95\xf1\xe5\xd3\x95\xb9\xe5\xc5\xb9\xf5\ \xfd\xf9\xb5\xa3\xad\xb5\x95\x99\xc3\x2f\x33\x3f\x2e\x2e\x3e\xaf\ \xfa\x3f\xf9\x5c\x36\x8f\xd3\x6e\x66\xbb\x13\x9e\xa6\x14\xfe\x09\ \x42\xa2\xb0\x10\xe4\xae\xc2\x94\xc2\x78\x05\x34\x70\x40\xe4\x88\ \x70\x7a\x68\x3d\x3d\x00\x7f\x8e\xc2\x24\xaa\xfd\xd6\xbb\x52\x37\ \xb0\x07\x8c\x98\x30\x22\xdf\xf0\xad\x3d\x7a\x3e\x04\x4e\xe6\xb9\ \x7c\xbc\xf0\x88\xf0\x90\x84\x27\xad\xe4\x2f\x03\xd9\x57\x04\x74\ \xca\xfc\x1e\x8b\x98\x83\x96\xb1\x70\x7c\x0e\xc8\x9b\xd0\xc5\x23\ \x93\x82\x80\x23\x70\x23\x6f\x47\xca\x25\x4a\xe5\xb5\xb6\x35\x21\ \x75\xf4\xc5\x3f\xdf\x8b\x44\x74\x99\x08\x98\x87\x48\x1d\x17\x9c\ \x33\x7c\xa6\x48\x2c\x17\x88\x23\xef\xb4\x65\xcf\x9d\xbe\xc7\x3c\ \xff\xd7\xff\xf9\xbf\x67\x1b\xbf\xfd\xef\x70\xb7\xcb\xef\x07\x88\ \x64\x77\xba\x9c\xbe\x6d\xdb\x31\x30\x77\x3e\x07\x84\xd5\xe0\xe8\ \xfb\xac\x46\x8f\x1b\x2a\x61\x0c\x20\xc8\x66\xf0\xf8\x6c\x0e\xcf\ \xae\xcf\x65\x75\x1a\x5d\x7e\x87\x0d\x5a\xa0\x63\xf3\x82\x17\x79\ \xac\x6e\x0d\xcf\x0e\x39\x48\x8d\xd3\x03\xe0\xca\x6e\xb4\xb9\x1d\ \x40\xcd\xa4\x52\x0d\x99\x67\x70\xfa\x7c\x3c\x97\x1f\xaa\x1a\x6f\ \x85\xea\x99\x1a\xa4\x0e\x33\x4f\x68\xb5\x1b\x85\x3c\x3c\x86\x8c\ \xc1\x03\xb6\xd7\x48\x1d\x06\x21\x49\x43\x85\xb1\xcd\x64\xb6\x81\ \x0d\xc2\x16\xfc\x84\xca\x33\x4b\xc9\xe0\x83\xc0\x06\x02\x03\x80\ \x05\x32\x86\x62\x5f\xfa\xe3\x3a\x1e\x81\x08\x00\x2e\x50\x28\x24\ \x21\x48\x46\xaa\x94\x84\x05\xfe\x2e\x38\x7f\xf4\x45\x4b\x7e\x4b\ \xfe\xf5\x6a\xa0\x59\xcf\x5f\xff\xf5\x2c\x98\xe4\x5f\xb5\xda\x9c\ \x0e\x8d\x91\x67\x30\x92\x2c\x40\xaf\xa0\xae\x86\x58\x1e\x15\xf8\ \x4c\x2a\x1b\x0d\xc3\xe3\xb1\x08\x04\x4a\xca\xc3\xa2\xf0\x40\xf1\ \xb0\x81\xc1\x88\xbf\x6b\xcd\xa0\xf0\xc1\xc0\x02\x42\x7d\x74\x50\ \xc8\x60\x04\x3c\x00\x8b\x42\xc0\x02\x91\x81\x81\xb0\x00\x38\x1c\ \x09\x8c\x22\x2c\x28\x38\x30\x34\x2c\x14\x10\x96\x5a\x1e\x79\xfb\ \xca\x9d\xa2\xe4\x18\xad\x80\xa3\x60\x6a\xa3\x22\x19\x38\x22\x9f\ \x88\xe3\x72\x45\x0c\x09\xd4\x52\x4b\x22\x96\x30\x45\x12\xa0\x24\ \x12\xb9\x80\xa9\xd4\x72\x58\x0c\x11\x8e\x19\x23\x17\x13\x08\xc4\ \x78\x8a\x5c\x29\x52\xcb\x05\xba\x48\x59\xbc\x89\x45\x63\xc8\x22\ \xa3\x65\x4a\x9c\x98\x2b\xc1\xd1\xb9\x5c\xa2\x1c\xdc\xe0\x68\x38\ \x16\xc7\x44\xe1\x28\x08\x50\x99\x76\x10\x17\x1c\x1a\x43\x5f\x88\ \xe3\x72\x68\x5c\x3a\x34\x15\x5e\x00\x2d\xb9\x96\x10\x18\x4a\x25\ \x43\x12\x29\x90\x33\x05\xd0\xda\xe5\x18\x35\x17\x1a\xc5\xa7\xeb\ \x64\x40\x23\x45\x72\xd5\x55\x65\x5c\xb4\x58\xc4\x25\x30\x28\x1c\ \x3a\x47\x81\x03\x36\x10\xe8\x28\x40\x38\x10\x32\x2c\xa8\xf9\x52\ \xa1\x89\x4f\x34\xa5\x40\x69\xb3\x50\x61\x32\xbd\xe4\x28\x9e\x80\ \xc0\x34\xbd\x4c\x49\x81\xde\x38\x3e\x85\x46\xe1\xf0\x39\x60\x1b\ \x3e\x00\x2e\x05\x4b\x96\x54\x74\x87\xa9\xbb\x7b\x57\x4e\x8c\xbb\ \xfa\xe0\x6e\x34\x81\xfb\x60\xb9\x5b\x2b\x06\xf2\x4a\xa4\xc7\x10\ \x70\xe2\x48\xd5\xb5\x83\xec\x86\xbd\xa9\x91\x8b\x85\xd5\xb3\xf7\ \xdf\x2f\x2a\xaf\xdd\xcf\x3a\x9d\xff\x14\x8a\x5a\x58\x38\x79\x73\ \x42\x36\x2c\x9c\x7e\x33\x9f\xec\x78\x2f\x56\x4e\x17\x34\xee\xaf\ \x27\x2e\x44\x00\xd2\xf3\xe3\x70\x6c\xdd\x18\x4c\x0a\x0c\x41\x2f\ \xa4\xcf\x9c\x9d\xff\xf8\xf9\x6d\xd7\xe3\x75\x38\x0d\x6c\x0c\x35\ \x20\x2c\x11\x6e\x20\x61\x30\xc1\xc1\x68\x10\x02\x24\x36\xb8\x87\ \xc4\xe3\xf1\xe4\xb0\x7c\xd4\xf9\x90\x98\xc5\x10\x0c\xae\xd9\xc2\ \x87\xab\xf1\xe0\xb8\x9a\xa1\x56\x27\x46\x36\x02\x6f\x16\x9a\xd9\ \x24\x9e\x94\x6c\xd9\x74\xb9\x3f\x7f\x77\x7f\x3e\xb5\xaf\x3a\x8c\ \x1a\xab\x71\xf5\x95\xe7\x98\x87\xb0\x6a\x42\xf0\x64\xcd\xdf\x59\ \x8b\x4c\xe2\x41\xe5\x66\x2d\x24\x2a\x2c\x24\x3c\x34\x22\xb1\xa5\ \xa5\x65\xf4\xc5\xe8\xa3\x80\x4f\x39\xed\x49\x37\x92\xee\xd7\x4c\ \xbc\x9f\x8d\xdb\xff\x6d\xf3\xec\xe7\x74\xf6\x8e\xb7\xb9\xe6\xc1\ \xfd\x8e\xf2\xf2\xc7\xc9\x45\x6d\xb9\x05\x37\x6f\x25\x55\xf5\xd5\ \x40\x65\x5f\xfa\x1b\xdb\xab\x1e\x54\x5d\xbb\x75\xf7\x76\xf2\xfd\ \xaa\xfe\xbe\xf2\xda\xb6\xa6\xde\xe6\x9a\xa1\x9a\x9a\xa1\xce\xee\ \x86\xee\xf2\xee\xee\x7b\x9d\x00\x8e\x06\xdb\xab\xda\x73\xda\x8a\ \x5b\x1f\x67\xd5\xa5\xf5\x0d\xcc\xb7\x66\x3d\xae\xcb\x4b\x6d\x28\ \x9b\x9c\x9a\x9f\xad\xcc\xa8\xaf\xed\xae\x7f\x5c\x51\x96\x5d\x52\ \x5a\xd6\x3d\x34\x58\x56\xd1\xd9\x90\xd3\xd9\xd0\xdf\xdb\x9c\xfc\ \x60\x70\xa8\xbc\xb1\xbe\xb9\xb7\xbe\xb1\xa1\x61\xa8\xbd\xb9\xb7\ \x34\x73\x2e\x2b\x7d\x22\x23\x3b\x35\xb7\x15\xdc\x4c\x3e\xce\x4b\ \xcf\xee\xad\x5c\x9a\x9b\x5a\x9c\x1a\xab\x9b\x9b\x9c\x5c\x9e\x1d\ \x9b\x58\x9f\x7a\xbc\xbc\xb8\x76\x34\xbf\xb5\x7c\x08\x78\xea\xcb\ \xce\xc6\xfe\xce\xda\xce\xfa\xfe\xc6\xb7\x99\xa3\x8f\xd3\x4b\xeb\ \xf3\x7b\x5b\x3b\x87\x8b\x1b\x93\x1b\x33\x73\x7b\x2b\xcb\xfb\x01\ \xa8\xa5\x8d\xc7\xcb\xf3\x73\x2b\x1b\x53\xb3\x6b\x87\x47\x1b\x33\ \x47\x87\x87\xe7\x33\x6f\x2f\x16\x16\xde\x7f\xf7\xb8\x37\x2d\x16\ \x8b\x5d\x6a\x43\x1b\x6e\xff\xc7\xf4\xf7\xc8\x15\x08\x89\x97\x4f\ \x81\x07\x04\x01\xa3\x4f\xe9\x01\x08\xce\x8d\x13\x98\x52\xfe\xae\ \x13\x63\xea\x89\x27\xc8\x3b\x37\x72\x53\xf7\x26\x8e\xbd\x78\xf8\ \xf5\x67\xb0\x8b\x46\xf5\x08\x2a\x14\x45\x32\xba\x8c\xf0\x4b\x41\ \xe1\xbd\xff\xb9\x85\xf5\x1d\x8c\x17\xc9\x08\x84\x01\x3f\x9d\x10\ \x8b\x1d\xc2\x31\x88\x04\x2e\x13\x5a\xbe\xa6\x07\xf4\x24\x8b\x8e\ \x6d\x2c\xbd\x1a\x2d\x50\x45\x16\x9c\xfe\xb8\x08\x81\x05\xbf\x48\ \x66\x68\x05\x02\x99\x5c\xa5\x94\x13\x7a\xf8\x14\x0a\x4e\x20\xd0\ \x69\x95\xea\x07\x5d\xe9\xd9\xcb\x3b\x16\x6c\xf5\xbf\xfe\xf5\xab\ \xc1\x8e\x36\x6f\x7b\xdd\xc7\x76\x83\xcb\xed\x3c\xf6\x98\x1d\x3e\ \xc0\x4b\x3e\x87\xc7\x69\x01\xb7\x4e\xbf\xd9\xee\x06\xe7\xbd\xc3\ \x6b\x33\x3a\xa0\xce\xd0\x6e\xaf\xdb\x6d\xb3\x3b\x6c\x36\x97\x7b\ \xd3\x6d\x07\x50\xe6\x74\x00\x75\x63\x3b\xfc\x06\x2f\x34\x57\xcb\ \xe8\xf3\xdb\x77\x7d\xd6\x55\x20\x58\x52\xa7\xcd\x0e\x15\x78\x61\ \x43\x25\xfd\x56\xfd\x66\x87\xd7\x28\x75\x58\x0d\x4e\xa3\xc6\x6d\ \x14\xba\x1c\x1a\x83\xc5\x08\xf8\x0b\xe4\x38\x14\x95\xcd\x33\x9a\ \xed\x16\x87\x14\x03\xf5\x13\x33\x0a\x35\x52\x21\x49\x6a\xa4\xa2\ \xa4\x52\x12\xc8\x8d\x06\xa0\x6a\x01\x58\x12\xe2\xef\xe9\xe9\xc6\ \xc0\x17\x70\x2c\x12\x09\x24\x87\x24\x64\x93\x30\x3c\x1b\xc0\x23\ \xa8\x95\x3d\x36\xff\xf9\xb3\x96\xe1\x5f\x9f\x0d\x3f\x6b\x19\x7d\ \xf6\xfa\x8f\xbf\x7e\x4d\x44\x6c\x3a\x81\x2d\x75\x08\x6d\xb6\xbf\ \x8b\x4a\x68\xec\x52\x32\x4f\x8a\xc7\x53\x79\x42\xb2\xc6\x41\x26\ \x53\xb1\x68\x3c\x16\x05\xd4\x8e\x8d\xa7\xe2\xc9\x64\x14\x86\x84\ \x85\xa1\x10\xa8\x40\x2a\x0a\x0b\x43\x06\x62\x10\x28\x7c\x40\x30\ \xd4\xe0\x0b\x03\x87\x7a\xd3\x43\xed\xbf\x02\x00\x57\x05\x06\x83\ \x47\x70\xa8\x14\xe9\x2f\x31\x51\xba\xab\xb1\xb1\x09\x37\x2f\x0b\ \x28\x2a\xd9\xb5\xb8\xa8\x58\x01\x54\x78\x1d\x07\x08\x0a\x9a\x12\ \x45\xa7\x71\xc5\x02\x31\x1d\xe8\x86\x48\x20\x96\x89\xb5\x0c\x22\ \x83\xab\x54\xab\xe4\x5a\x3a\x50\x01\x9a\x20\x4a\x20\x13\x80\x87\ \x5a\x26\x01\x00\x98\x5c\x19\x25\x27\x50\x98\x50\xd3\x79\x11\x01\ \xe0\x99\x00\xc7\x64\x50\xe8\x0c\xa8\x85\x20\x8e\xd5\x63\x52\x3c\ \x8d\x57\xa4\x98\x68\x44\x2e\x45\xab\xe5\xb3\x08\x50\xeb\x1d\xae\ \x5c\x27\x12\x29\x19\x62\xba\x48\x2b\x91\x29\xd5\x32\xb9\x4e\x2b\ \x11\x45\xcb\x44\x5c\xb9\x28\x26\x52\x1e\xcd\xe2\x03\x59\x8b\x8c\ \xbc\x2c\xd3\x02\xef\x89\xa3\x03\xed\x53\x50\x14\x34\x8e\x5e\x81\ \x63\xd0\xa0\x32\x5d\x38\x68\x86\xbd\x9e\x05\x20\x9f\xff\xf7\x8c\ \x52\x90\x2c\x59\x8a\x0f\x34\x5a\xfc\x07\x7e\x7c\xe1\x87\x97\x26\ \x16\x34\x5e\x61\x82\x3a\x94\x11\x68\x2c\x0e\x07\x48\x1b\x51\x35\ \xd4\x55\x10\x95\xd4\x2e\x96\x3c\x68\x1e\xe8\xbe\x91\x7c\x59\x95\ \x39\xd0\x79\x1b\xf8\x4c\x1c\x81\x71\x25\x8a\x06\x75\x31\xbb\x37\ \x12\x29\xb9\x19\x39\xf2\xfe\xfc\xdd\x74\x71\x56\xed\x83\xf4\xa3\ \xa9\xe9\xfd\xaf\x27\x17\x3b\x07\xef\x4e\xad\xce\xb3\xaf\x67\xce\ \x93\x4a\x8b\x6f\xf6\xe2\xfc\xfb\xd9\x8f\x63\x6b\x44\x3e\xcc\xf9\ \xe3\xe0\xfd\x9b\x6d\x0d\x15\x19\x28\x3c\x5b\x58\xb8\xf8\xf4\xf3\ \xdb\xab\xe3\x37\x6f\x5f\xbd\x7f\xb7\x6a\x41\xc3\x43\x2f\x85\x86\ \x86\x86\x85\x80\x03\x4d\x76\xe0\x91\x24\x32\x15\x48\x16\x8c\x64\ \x14\xa2\xa5\xbc\x88\x40\xe1\xe7\xc5\xdc\x1b\x4c\x59\xfb\xf9\x71\ \xd8\xf5\x60\x21\x34\x11\xcb\xa0\xb1\x92\xa8\x1a\x0d\x48\x5c\x20\ \xc1\x39\x6c\x9f\xce\x4e\xf6\x72\xd7\xec\x7e\xef\xe6\x27\xa9\xd0\ \x60\xf6\x0a\x0d\x56\x33\x16\x8e\x8c\x80\x1f\x3b\xa5\x46\x3c\x16\ \x2d\x15\x6a\x2c\x16\x0c\x2a\x30\xec\x52\xf0\xf5\xc4\x47\xf9\x8f\ \xc2\x22\xc2\x12\x87\xf3\xab\x5f\xbc\x88\xf8\x59\x92\x7c\x6d\x30\ \x75\xe0\x38\x3d\x75\x3c\xf4\x91\x3d\xe0\xeb\xed\x74\x4f\x51\x4d\ \xd2\xed\xab\x39\xe9\x0f\x6b\x32\x07\x92\x6f\x5e\xbb\x56\xd5\x5d\ \x33\x94\x5c\xd5\x51\x54\x35\x54\x94\xdc\xfe\x30\xf9\xee\xb5\xfb\ \x49\x05\xf7\x6f\x5f\xeb\x6b\x18\xaa\xef\x6b\xef\x6a\x1c\xac\x19\ \x84\xa6\x25\x40\x73\xe1\x07\x1b\x6b\xda\x6b\xfb\xca\xb2\xeb\x46\ \x5a\xa7\x4a\x06\x52\xbb\xb2\x46\xa6\x07\x5a\x33\x81\x69\xcc\xce\ \xa8\xab\x6c\x2d\xc9\xac\xc8\x1d\xec\xcd\xc8\x7d\xdc\x9a\xda\x5c\ \x5a\x56\x5b\x51\x9b\xd3\x59\x56\x56\x91\xda\xdc\xdc\xf9\x20\xb9\ \xa6\xbc\xa0\xa3\x0c\x30\xd6\x60\x7b\x59\x6f\x43\x43\x6e\x69\xdd\ \xdc\xe3\xe2\xac\x9c\xcc\xbc\xda\xcc\xcc\xca\x9c\xf1\x89\xac\xd4\ \x8c\xb2\x91\xb1\xc7\xd3\xc5\x03\x53\x4b\xd3\x1b\x8b\x23\x53\x53\ \x2b\x87\x4b\x13\xcb\x7b\x7b\x87\x3b\x93\xfb\x4b\xc0\x10\x2e\xaf\ \x1d\x1e\x1e\xed\x9c\xee\x7f\xdc\xfa\xb8\xbe\x77\x30\xbf\x76\xb0\ \xb2\xb5\x7f\xbe\x06\xad\x23\xfc\xb8\xbc\x32\xb7\x36\xed\xf0\xcf\ \x03\xbd\x5b\x5f\x5a\x07\x2f\x3c\x3a\xfd\x78\xbe\xb1\x77\xf6\x11\ \xc8\xd5\xcf\xcf\x27\xef\xfd\xbb\xab\x4e\x9e\xc5\x02\xce\x14\xe1\ \xbd\x27\x4f\x53\x14\x3d\x2f\x3f\xf4\x80\x60\x80\x8a\x7c\xe8\xf9\ \xf1\xd0\x3c\xe3\x42\x13\x87\x7e\xb5\x37\x0a\x3c\xe4\xd0\x38\x26\ \x53\xa1\x42\x12\xd3\x39\x91\x97\xf3\xf3\x8d\x34\x14\x89\x8a\x08\ \x9c\xb9\x2f\x2f\x23\x0d\x87\x61\x49\x4e\x07\x35\x3c\x3c\x7f\xe4\ \x3f\x1c\x2f\x66\xf3\x5b\xaf\x84\xa1\xad\x33\xc6\x11\xb5\xee\xef\ \x5c\x2d\x01\x78\x03\xba\x18\x20\x3f\x81\xc2\x10\x24\xe5\x4d\x35\ \xaa\xd4\xa2\x3b\x25\x17\x17\x07\x01\x7f\x48\x5f\x18\x44\x32\xb5\ \x18\x00\x17\x50\x2c\x42\x0a\x3f\x1e\x07\x36\x11\x70\x63\xee\xf5\ \xe6\x54\xa6\x96\xf8\xad\xef\x9e\x05\x51\x85\x6c\xd7\x2b\xbf\x6f\ \xd7\xbf\x2b\x75\xd8\x1d\xc7\x9b\xbe\x55\xbf\x73\xd3\x67\x77\x59\ \xed\x4e\x9f\xd3\x6c\x30\x3b\xed\x56\xb3\x11\x72\x82\xab\x76\x2b\ \xa0\x29\xbb\x1d\x10\x92\xd3\x62\xf7\x01\xdd\x02\xfe\xd1\xe1\x76\ \xda\xbc\x4e\xfb\xae\xc6\xee\x77\x01\x97\xe8\x95\x1a\xed\x0e\xa3\ \xd5\x6c\xf1\xda\x81\x9f\xd4\x38\x2d\x50\x05\x51\x21\x9a\xcd\x36\ \xee\xfa\xec\xd0\x62\x44\x9b\x11\x88\xb7\xc3\x6e\x27\x6b\x6c\x06\ \xa9\xdb\x62\x36\x92\x11\x54\x14\x02\x4f\xb6\x58\xa4\x40\xd7\xa9\ \x68\x9e\x11\x18\x40\x12\x09\x28\x88\xd9\x4e\x46\xb2\xcd\x30\xb2\ \x81\x04\xe0\x14\xe4\x44\x03\x15\x8f\x67\x03\x7f\x10\xfc\x02\x2e\ \x44\x05\x02\xb7\x08\x92\x29\x0a\x41\xb2\xe2\x81\x78\x81\x5d\x60\ \x5b\x7e\x7b\xf1\x6c\x34\x7f\xb8\xa5\x65\xf8\xd1\xe8\xeb\x3f\xfe\ \x31\x1a\x82\x75\x00\x1f\x6a\xb5\x5b\x2c\x64\x12\x34\x30\x2b\x34\ \x08\xb1\x3c\xb2\x90\x04\xf6\x2e\x95\x5a\x35\x52\x36\x19\x8b\x61\ \x4b\xd9\x58\x24\x78\xad\x90\x8a\x46\x06\x63\x31\x28\x2c\x50\x31\ \x1e\x0a\x1f\x08\x43\x22\x83\x81\x49\xc4\xc2\x02\xb0\xf0\x00\x38\ \xd4\x74\x22\x28\x20\x2c\x00\x19\x12\x12\x0a\xf5\x00\x43\x41\x05\ \xfc\x82\x7e\x29\x6a\x4c\xb8\xad\x8a\x4e\x28\xbf\x1f\x25\xb9\x97\ \x90\x70\xa7\xe6\xaa\x98\x40\x07\x42\x41\xd0\x0a\xc4\x4c\xad\x88\ \x20\x61\x72\xa1\x56\x5a\x51\x6a\xae\x18\x07\x6c\xa1\x44\x2e\x97\ \x0b\x24\x22\x31\x03\x38\x78\x1c\x51\x12\xa9\x53\xca\xb4\x5a\x81\ \x96\xcb\xd5\x8a\x19\x5a\x35\xc8\x29\x4c\xae\x48\xcb\x05\xa6\x10\ \x6c\x2a\x13\x81\x14\xc4\xa4\xbf\x7c\xc2\xa4\xc8\x24\xb8\xf8\x97\ \x7f\x7e\x48\x79\xf9\x52\x4f\x61\x72\xc5\x1c\x86\x40\xc6\x10\x2b\ \xe9\x12\x9d\x4c\x1b\x25\x97\xa9\xd5\x5a\x35\x93\xc1\x10\x89\xc5\ \xca\x68\x9d\x52\x49\x24\x30\xb4\x22\xa6\x40\xcc\x65\xd1\x44\x5a\ \xb1\xf6\x8a\x0e\x6c\x11\xa5\xd6\x4a\x24\x0c\x8e\x42\xc0\xa0\x29\ \x38\x7a\x1a\x8d\xc1\x14\x51\xf4\x38\x48\xb8\x88\xd0\x13\x7a\x16\ \xe7\x03\x84\xe7\xfa\xc2\x9e\xa7\xf1\x34\x85\x89\x0f\x3c\x28\x88\ \xcd\x9e\x0f\x26\x45\x0a\x90\x21\x06\x27\x45\xa1\x50\x40\x8d\xaa\ \xef\x66\x2b\x25\x8d\x25\xb7\x98\x43\x4b\x15\x82\xe8\xd2\xc6\xa4\ \x8c\xa3\xb6\xfb\x02\xc0\x6a\x04\xdc\xe5\x7b\x4a\x31\x53\x4c\x21\ \xb4\x35\xca\x75\xba\xa1\x81\xf5\xe9\xf3\xe9\xe6\x72\x59\xd1\xcf\ \xbd\xf1\xf9\xad\x93\xcf\x25\x23\x8b\xe7\xfe\x4f\x0b\x8b\x1f\x2f\ \x8e\xb7\xce\x3e\xad\x7f\xd9\xfb\x71\x94\x3a\xf1\x35\x78\x18\xee\ \xfa\xfe\xfe\x8d\x8d\x4c\x42\x5e\x0f\x75\x9c\x6d\xfc\xf0\x7a\xde\ \xcd\x7c\xfe\xfc\xee\xec\xe4\xeb\xd7\xcf\x7e\x07\x16\x19\x1c\xf1\ \x28\x31\xf4\x7a\x78\x00\x89\x0a\xb5\x9f\xc4\x40\x1d\x92\xc8\x78\ \xb4\xf3\xb3\x77\xdb\x42\x12\x86\x24\x02\xe6\x95\x96\xe2\x24\xba\ \xf6\x49\xcc\x75\x18\xdc\xbe\x69\xb4\x5a\x41\x8a\x23\x91\x6d\x2e\ \x0d\x06\x86\xff\xee\x0e\xb0\xbe\xfa\xfc\xe3\x93\x87\x14\x84\x7f\ \x05\x4d\x49\x06\x90\x66\xa0\xc2\xd0\x41\xb0\xaf\x27\x88\x10\x38\ \x15\x23\x15\x7a\x5f\x69\x60\xf0\x88\x80\xd0\xeb\x61\x21\xe1\x21\ \x50\x91\xad\x88\xf0\xd1\xc4\xb0\xb0\x17\xff\x78\x9e\xe8\xa9\x1f\ \x2b\xef\x7c\xbc\x5e\x7f\xd7\xfe\x1c\xbb\x7d\x79\xe9\xf3\xbd\xa2\ \xbb\xb1\x59\x47\xef\x6e\x5c\x2b\x68\xbc\x97\x90\x7c\xbf\xa8\xab\ \x3b\xb9\xa8\xa0\xad\x3f\xa9\xa6\xa6\xe8\x4e\x41\xf9\xc3\x84\x5b\ \x55\x0f\x12\x12\xee\xb6\x77\x36\x54\x75\x75\xe6\xd6\xa6\xe6\x64\ \xa7\x65\xa5\x77\x77\xf4\xf7\x15\xd5\x94\x77\x27\x77\xd5\xd4\x0e\ \xd4\x65\x8c\xcf\xa5\x65\x8e\x37\x66\x8d\x97\xd4\xcd\x8d\x35\x95\ \xa4\xb7\xe5\x15\xe7\x64\x8e\x34\x95\x15\x77\x75\xd5\xa6\xa5\x67\ \xe4\x55\xa4\x0d\xa5\x56\x94\xa6\x37\x95\xd5\xb6\xd7\x57\x34\xf4\ \x77\xb4\x01\x45\x1c\xea\xab\xed\x1d\x6c\x6b\x6e\xc8\x2e\xad\x6d\ \xc8\x29\x19\xc9\x48\xcd\x2c\x4e\xcb\x6d\xcb\x18\x18\x99\x9e\x9a\ \xae\x2b\x49\xcb\x9c\x9c\x98\x9c\x1b\x7b\x7c\x38\x5d\x37\xbd\xbc\ \xbe\x31\x3f\xb7\xb4\xbe\x7f\xbe\xbe\x77\xb4\xbf\x7e\xbe\xb5\xbe\ \xb2\x03\xbe\x96\xb6\x0e\xbf\x9d\x7e\x9c\xd9\x3b\xdc\x3a\x3a\x5a\ \x5f\x9c\xde\xda\xdb\x07\xfa\xb4\xb6\xb2\xb1\xb4\xb4\xbe\xb3\x43\ \x5d\x58\x5a\x9b\x7d\x3c\xb3\xbf\x36\x3b\x7b\xb4\x72\x78\x70\xf8\ \xe5\xe3\xf9\xcc\xf9\xc2\xfb\x77\x6f\x3e\x9d\x38\xfd\x76\x21\xdb\ \x22\x85\x5f\x42\x15\xfc\xd9\xf3\xb4\x27\xa5\xa7\x90\x9f\x62\xe2\ \x43\xb5\x21\x4d\x1c\xbe\x02\x78\x43\x45\x0a\xf8\xc2\xe5\x4e\xde\ \xe7\x9b\x38\xf1\x26\x13\xb4\x30\x90\xab\xbe\x36\xbf\x27\x9c\xe1\ \x3d\x62\x53\xaf\x87\xbc\xea\x93\xd5\x58\x9e\x27\x06\x50\x2d\x6e\ \xd4\xf5\x47\xa3\x17\x85\x7f\x0e\x84\x5a\xdf\xa5\xaa\x68\xdc\x0a\ \x4c\xb9\x9e\xb0\x17\xa4\x03\x61\xca\xa4\xe0\x98\x5c\x1a\x83\x41\ \x64\xde\x28\xcd\xaa\x89\x8e\x56\xb7\xcf\x9d\xd5\x9d\x0d\x27\xfe\ \xbf\xcf\xff\xb5\x4c\x10\x88\x04\x4a\x09\x43\x16\x2d\x51\xd0\x70\ \x1c\x02\x97\x21\x8f\x96\xdd\xec\x2a\x6d\x6d\xeb\x9e\x31\xd6\xa1\ \x5d\x19\x3f\x1c\x54\xdf\xfb\xcd\x6d\x9f\xd9\x61\x75\x58\x57\x3d\ \x4e\xc7\xaa\xcf\xb5\x6a\xb7\xbb\xad\x36\x87\xc5\x6b\x35\xbb\x6d\ \x64\x0b\xe0\x20\xa0\x54\x66\x9b\x0b\x20\x93\x1b\x38\x40\xb3\xc5\ \xe2\xf7\x7b\xad\xbe\x5d\xb7\xdf\x6d\x73\x39\x9c\x1e\x8f\xd3\xe6\ \xf1\xf8\x5c\x46\x3b\x90\x05\x97\x0b\xaa\xcc\xe0\xb1\xb8\x3c\x46\ \xc0\x52\x36\xa3\xd0\x40\x22\x83\x84\x06\xb4\xc3\x0a\xb0\xca\x61\ \x30\x98\x81\xa5\x74\x93\x0c\x36\x1e\x7b\xd5\x67\x04\x89\x91\x84\ \x45\xe0\x35\x0e\x07\xf0\x93\x0e\x0b\x5b\x68\x44\x91\x00\xe3\xbb\ \x85\x54\xb6\x54\x88\xe2\x19\xa9\x54\xc0\xfc\x16\x32\x16\x4f\x92\ \xb2\xd1\x6c\x32\x12\x8d\x0d\x7a\x16\xaa\x41\x04\x21\xa8\x54\x0c\ \x59\x43\xa6\x0a\x1d\xd0\xfa\x42\x2c\x15\x43\x4d\x1c\x6e\xa9\xae\ \x1e\x7d\xf4\xa8\xba\xa5\xfa\xd9\xeb\xdf\xff\xf1\x2c\x10\x60\x23\ \x54\xe9\x19\x5a\x05\x09\x35\xbc\xa7\xf2\xd8\x3c\x21\xd8\x9b\x86\ \x04\x10\x0e\xcb\xd3\x08\xd9\x64\x0c\x9b\x44\x85\xea\x52\xa3\xf1\ \x54\x2a\x02\x8b\x21\xa1\x31\x64\x12\x09\x13\x00\x43\x21\x83\x90\ \x78\x74\x30\x0c\x01\x83\xc1\x42\x82\x03\xe1\x81\x61\xf0\xe0\x50\ \x38\x32\x28\x1c\x1e\x14\x02\x0f\x01\x5f\x01\xd0\xd2\x9c\xb8\x9a\ \x9a\x8a\xae\xaa\x8e\xf6\x2a\xdd\xed\x6b\x09\x71\xb7\xaa\x86\xae\ \xd0\x89\x7c\x0a\xa0\x1f\x09\x54\x2a\x83\x01\xac\x18\x5d\xa7\x93\ \xa9\x64\x12\xae\x48\x10\x29\x50\xea\xc4\x4c\xa8\x1c\x23\x87\x43\ \x20\x02\x0f\x28\x93\xcb\x74\x72\x79\xf4\x15\x39\xb0\x70\x2a\x89\ \x98\x29\x13\x8b\x04\x32\x35\x53\x24\x50\x03\x63\x08\x92\x0f\x43\ \x46\xc0\xf5\xbc\xa4\x11\x38\xc0\x91\xa5\xbc\xfc\x53\x9f\xf2\x32\ \x45\x8f\x63\xd2\x4c\x04\xad\x8a\xc1\xa4\x73\x05\x51\x72\x9d\x5a\ \x09\xf2\x90\x1a\xb8\x7f\xad\x40\x14\xa9\x16\x01\x3d\xa4\xf3\xa1\ \xe9\x5d\x04\x7a\xb4\x9c\xab\xd4\xaa\xd5\xd1\x71\x5a\x41\x54\x54\ \xb4\x4e\xc6\xa4\xd3\x59\x20\x06\xe8\x38\xe0\x46\x39\x44\x31\x85\ \x46\x23\xd2\x38\x38\xa8\xac\x2d\x87\x45\x63\xc5\xa7\xf0\xa1\xc9\ \xf0\xa6\x14\x05\x25\x85\x18\xdf\xf3\x14\xba\x22\x14\x6f\x2a\xd4\ \x3f\x65\x31\x69\xd0\x9c\x3d\x10\xac\x38\x2e\x81\xc8\x67\xdc\xcd\ \x2b\x4f\x68\xee\xea\xd0\x15\x55\x3c\x2c\x48\x2d\xee\xbf\xaf\x12\ \xd1\xe9\x74\x82\xfa\x5a\xb4\x8e\xce\xd5\x72\x63\xfb\x62\xb5\x4c\ \x79\xc3\x69\x5d\xc9\x6c\x5e\x93\x5a\x9b\xfd\xbe\x24\x77\xe5\xe2\ \x64\xb9\xbe\xbe\x66\xcb\x73\xf1\x78\xe2\xcd\xab\xf1\x8b\x9f\x13\ \x4b\x5b\x67\x5b\x5f\xc6\x06\x66\x3c\xc6\x37\xdf\x1c\xaf\x16\x6c\ \x76\x54\x38\xe6\xdd\xc5\x97\x6f\x3e\xf3\xee\xb7\xc3\x13\xff\x8f\ \x85\x77\xdf\xdf\xbd\xb3\x62\xc8\x08\x24\x32\xfc\x51\xe2\xa3\x20\ \x14\x86\x8a\x44\x61\x85\x42\x20\x57\x52\xb6\xd4\x6e\x33\x1b\x60\ \x1a\x90\x14\x31\x06\x12\x22\xec\xc5\x2b\xf5\x4b\xc6\x8d\x1b\x4d\ \x6f\x91\x3c\xa1\xc1\x63\xb1\x42\xe3\x59\x5e\x10\x46\x8e\x9f\x0e\ \xf8\xf7\x1f\x0e\xc7\x7b\x17\x38\xe8\x41\x48\x97\xd3\x4d\x45\xa1\ \x0c\x00\xc0\x60\x81\x21\x08\x40\xcf\x97\x42\x91\x64\x9e\x15\x19\ \x1c\x7c\x3d\x3c\x3c\x3c\x28\x08\x0d\x70\x2e\xbc\x3a\xbf\x3a\xbc\ \xfa\xd1\x70\x10\x3c\xf1\x7a\xf5\x8b\xd1\xd1\x4f\xeb\x9f\xbf\x2f\ \xce\xb5\x7f\xc2\x62\x56\x0e\xf6\xf6\xda\x23\xb3\xce\xc7\xd2\x2e\ \x27\x77\xf4\xf6\xd6\x54\x95\x3e\x00\xa6\xaf\x22\xb7\xbb\xad\xa8\ \x7f\xb0\xaf\xa0\xe0\x61\xc2\x9d\xfb\xf7\x1b\x3b\x73\xb2\x32\xd2\ \x32\x73\x7a\x9b\xc7\x33\x46\x80\x9a\xd4\xcd\xb7\x0f\x35\x34\xe5\ \xd4\x0e\x94\x94\xe5\x16\xd4\x66\x66\x65\x0f\x4c\x54\xd4\xe5\xb4\ \x97\x2c\x65\x95\x64\x4d\xa7\xb7\xd6\x37\x17\x8f\xe5\x65\xb5\x56\ \xd4\xe7\x75\x65\x96\x14\x67\x65\xe5\x35\xe5\xd6\x96\xb5\xa5\xa5\ \x35\x77\xa5\xb5\xe5\x0d\x76\x37\x76\x37\x97\x55\x14\xd5\x54\x75\ \x97\x36\x34\x67\xd7\x0e\x35\x77\x66\xe6\x8d\x57\x66\xa5\xa5\xa5\ \x97\xd4\xb7\xa5\xa7\xb7\x16\x4f\x2c\x0f\xa4\x96\xd6\x67\x3d\x5e\ \x1a\x99\x1f\x9b\x1e\x1f\x99\x9d\xdc\xff\xb8\x32\x35\x3f\xb5\x73\ \x74\xbe\xbf\x7c\xbe\xb7\xb4\xb3\x3e\x75\x70\xb1\xb7\xb6\x71\x7a\ \x76\x7a\xba\x71\x76\xbe\xb7\x33\xb3\xb1\x3e\x37\x7f\x74\x7e\x70\ \xba\x77\xb0\xbe\x72\x7e\x30\x77\xbe\x7c\x81\xdc\x9b\x05\x64\xb6\ \xb3\xbf\x72\xbe\xb4\x72\x76\xb6\x72\x78\x3a\xf3\x76\x61\xe1\xc7\ \x8f\x57\xc7\x5f\x3d\x76\x8b\x01\x1f\x18\x44\x5a\x98\x7a\xc8\xe2\ \x32\x89\x20\x07\x03\x53\xa6\x50\x10\x40\x7a\x63\x81\x1c\x56\x08\ \xc0\xfb\x43\x4a\xca\xd3\x94\xcb\xa7\xdf\x6e\xb2\x3e\x28\xf8\x2c\ \x68\x9c\x93\x65\x12\xe7\x5d\x6c\xee\x9a\x43\x2f\xbe\x86\xe5\x5b\ \x1b\x04\x37\xbe\xb7\x44\x20\xd9\xce\x55\x74\xe2\xf0\x8b\xaf\xfc\ \x27\x09\x41\x58\xc7\xfe\x6d\x9a\xa8\x16\x53\x52\x48\xac\x1f\xee\ \x52\x30\xa1\x20\xa5\x43\xa5\xc1\x99\x71\xdd\x23\xe5\x51\x92\x84\ \x92\x8c\xbe\xe4\xcd\xfc\x9d\xfe\xc4\xff\x7a\x9e\xc0\xe4\x4a\xc0\ \xa9\x00\x4e\x0f\x31\x83\x45\xa3\x03\x0f\xc2\x88\x49\xe8\xc8\x3b\ \x98\x4d\xca\xf2\xe7\xfc\xbc\x9e\x97\x75\xba\x2d\xf5\xbd\xfa\xbc\ \xbb\xe9\x72\x01\x82\x5a\xf5\xfb\x77\x1d\xab\x5e\x87\xcf\x6d\x77\ \xad\x7a\x84\x4e\xbb\x73\xd7\x66\x35\xd8\x6c\x0e\xab\xc7\xeb\xb4\ \x02\x45\x73\xbb\xdd\x46\xa7\xd7\x03\xe4\xc9\x63\x75\xfb\x77\x4f\ \xec\x0e\x8f\xc7\xe1\xb2\x3b\xed\x36\xa8\xfa\x94\xc3\xac\x71\x9a\ \x35\x16\xb2\x46\x03\x0d\x4f\x19\xdc\x46\x97\x1d\x6a\x03\x21\x05\ \x00\xee\xda\x34\xbb\x9c\x2e\xb3\xcf\xae\xb1\xd9\xcc\x3e\x1b\xd9\ \x65\x27\xf1\x3c\x6e\x29\x9b\x8d\x45\xe1\x31\x24\xe0\x15\x85\x76\ \xb7\x51\x63\xd0\x68\x02\xd1\x0e\x60\x24\x49\x54\xa8\xb1\xbc\xd0\ \x4c\xe6\xb9\x0c\x1a\x29\x34\xe7\x00\x8d\xc0\x52\xa1\x6e\xa8\xa8\ \xdf\x12\x79\x28\x38\xd2\xc8\x43\x53\x79\x64\x14\xca\xc8\xa6\x82\ \x9f\xf1\xa8\x98\x88\xd1\xfc\xea\xd1\x17\x8f\xf2\x5b\x86\x47\x9f\ \x3f\x1b\xfd\xe3\x45\x28\xc2\x06\x7e\x47\x8b\xdd\xaa\xb1\x18\xa1\ \xe6\xd4\x42\xf0\x77\x68\x0c\x78\xb2\xd0\x08\xad\xa7\x66\xa3\x79\ \x42\x20\x96\x6c\x2a\x02\x01\xf4\x14\x8d\x86\x21\xf1\x42\x23\x16\ \x01\xb5\xd6\x41\x04\xa3\x60\xc1\x78\x3c\x06\xc4\x36\x2a\x08\x01\ \x0b\x0c\x40\x22\xc2\x22\x82\x03\x90\x7f\xcf\xc1\x0a\x81\x07\x04\ \x07\xc0\x83\x42\xc3\x43\x7f\x49\x88\xb9\x5c\x30\x94\x97\x39\x54\ \x13\x7d\x4d\x0d\x52\x06\x47\x7b\x43\x2e\xe1\x52\x80\x62\x48\xe8\ \x12\x91\x4c\x47\xa1\x08\x94\xd1\xea\x68\x5d\x74\x54\x94\x2a\x56\ \x20\xa1\x33\x14\x34\x70\x70\xf9\x2c\xa8\x81\x60\xa4\x4a\x20\x90\ \x44\xdf\x88\x8c\x8c\x89\x51\x8a\x64\x91\x32\xe0\x00\x45\xc0\xb9\ \xcb\x25\x22\x70\x8c\xb8\x5c\x1c\x45\xa4\x24\x10\xb5\x04\x26\x2b\ \xbe\xe7\xc9\x07\xa8\x3d\x21\x1f\x88\x08\x47\x11\x6f\xa2\x33\x99\ \x60\x4f\x2c\x9d\x56\xa5\xd2\xea\x24\x32\x89\x40\xa5\x94\xc8\x55\ \x6a\x79\x94\x4e\x1e\x2d\x90\xd3\x71\x4c\xb5\x98\x46\x97\xeb\x22\ \x81\xf7\x94\x47\x41\x53\x53\xe3\x74\x2a\x81\x48\xc4\xa0\xd3\x65\ \x12\x3a\x97\x41\x67\x40\x53\xc5\x08\x74\x80\xe2\x50\xd3\x0a\x05\ \x9f\x02\xb5\xe2\x01\x2a\x9a\x62\xe2\x98\x80\x78\xc5\xc7\x43\xf1\ \x97\x92\x12\xdf\xc3\x07\xf8\x4f\x63\xd0\x15\x34\x26\x81\xce\x24\ \x00\x2e\xc7\xd1\x22\xaf\x5e\x8e\x4c\x2e\xba\x9d\x50\x96\x76\xb3\ \x21\xbb\x39\xef\x66\xb4\x88\x42\x27\x48\x24\x37\x6e\xaa\x54\x0c\ \xe0\x86\x63\xa2\x64\x5c\x4a\xcc\xe4\x61\xc1\xd0\xe2\xd8\xad\x98\ \x82\xd6\xb5\x8c\xf3\xfd\xc5\x99\xa3\x81\x82\x86\xef\x3f\xea\xa6\ \x16\xf7\x5a\x8f\x2e\x5a\xc7\x26\xc6\x76\x8a\xdf\xae\x9d\xfe\x58\ \x5d\x38\x9c\x38\xb0\xd9\xd8\x01\xe1\xbc\xaf\x23\x17\x2e\x9b\x65\ \xf3\x9b\xdb\xff\xe9\xe2\xd3\xd9\xfb\x8b\x77\x5e\x0c\x35\x10\x89\ \xc7\xc2\xe1\xe1\xd7\xc1\xe7\x8d\x82\xb8\x97\xca\x76\x7a\x7d\x66\ \x33\x38\x78\x3c\xab\x51\x1a\x8c\xe5\xb1\xb1\x4e\x1b\x6c\x18\x91\ \x29\x56\xd0\xb4\x45\x77\x7a\xed\x21\x58\xa1\xc6\xe1\xf7\x00\xc5\ \x3a\x59\x70\x1c\xbb\x76\xbd\x0e\x8b\xd4\x28\x74\x38\x8c\x98\x70\ \x38\x12\xd8\xc8\x60\xac\x85\x4a\xc6\x07\x84\x5f\x87\x87\xc2\xe0\ \x52\x27\x1e\x86\x08\x0b\x0a\x19\x4e\x0c\x0f\x43\xc0\x82\xe0\x41\ \x11\x8f\x1e\x5d\x7f\xd6\x12\x76\x09\xe4\xba\x70\x38\x60\xae\xc4\ \x96\x4b\x48\xe1\xc7\xad\xed\xf9\x3c\x44\x4b\x72\xc5\x5b\x4d\x71\ \xeb\xf4\x60\x72\x57\xce\x40\x6b\xea\x58\x77\x66\x49\x56\xc6\xf8\ \x44\x7d\x7a\x43\x5f\x76\x46\x66\x65\x59\x7f\x77\x67\xe7\x50\x69\ \xce\x48\x71\xf1\xe3\xb4\x95\xac\x81\x89\xcc\xd6\x8c\xd6\xba\xcc\ \xf9\xce\xec\x09\xe0\xff\x4a\x2a\xc7\xa6\x3b\xf3\x46\x4a\xa6\xb2\ \xb2\xfb\x2b\xda\x06\x27\x8b\x73\x26\xa6\x96\x1b\x72\xea\x1b\x46\ \x46\xb2\x1e\x97\xe4\xe4\x55\x0e\x65\xe6\x64\x55\x8e\xa4\xe5\x54\ \x8e\x34\xd7\x37\xe4\x56\x94\x96\xa6\xe5\x75\x74\x65\x57\x34\x97\ \x95\x0e\x36\x77\xb6\xd7\xd6\x37\x37\x0d\x75\xf6\x76\x77\xe5\x8e\ \xb7\xa6\xe5\xb6\xa6\xe6\xd6\xa7\x66\x67\x65\x56\x4e\x8f\x67\xa6\ \xb7\x66\x55\xb6\x2e\x4f\x4f\x2f\x2f\x4e\x66\x8d\xcd\x4e\x4c\xcd\ \x4f\xcf\x2e\xcf\xcf\x1f\x6c\xac\xaf\x2c\xae\x00\x88\x3a\xdf\x3b\ \xdb\xda\x3a\x7b\xbb\x73\xb0\x7f\xf1\xe3\x23\x10\xad\x8d\xe5\xb5\ \xa3\xb3\x99\xa3\xf9\xa9\x83\x95\x8d\x95\xa9\xa5\xb9\x55\xea\xfc\ \x39\x00\xab\xf3\xb5\xf5\x9d\xad\x2f\x3f\xbf\x6c\x1d\x5e\xcc\xfc\ \x5c\xf8\xf1\xf9\xd5\xf1\x89\xc7\x65\x40\x87\x61\x7f\xd4\xeb\x18\ \x57\xe9\x3d\x85\x4f\x4d\x2c\x1c\x8e\x29\xd0\xc5\x45\x8b\x24\x5c\ \x3e\x54\xa6\x5d\xaf\xd0\xf7\x3c\xe9\x29\x04\x89\xae\xfb\xf8\x2c\ \x59\x4c\xa4\xe8\xf5\x7f\xf7\x90\xc3\xdd\xfb\xe1\x95\x06\xf0\x76\ \x7e\xc2\xf3\xd9\x39\xea\xe8\xf3\xfc\x70\x2c\xe9\x93\x8f\x1a\x9e\ \xff\xcc\xc2\x8d\x67\xb0\xc3\xc9\xef\x0b\xc4\xba\x22\xe3\x0f\x16\ \xee\x61\xe8\x4f\x9c\x4a\x40\x23\x00\x43\x41\x10\xeb\x62\x1e\x0e\ \xb6\x47\xab\x3b\x32\x12\xe4\x39\x01\xf6\x04\x56\x92\xe5\xff\x04\ \xcb\x40\xe8\x72\xc5\x71\x57\x62\x74\x3a\x1d\x13\x27\xd6\xca\xe4\ \x02\xe5\xcd\xb6\xe9\x85\xa6\xae\x99\x9a\xc1\x10\xa4\xd3\xec\x31\ \x98\x37\x8f\xfd\xdb\xbb\x1e\xa7\x1b\x58\x34\xab\xc7\xef\xdd\xfe\ \x04\x0e\xbc\xd3\xeb\x06\x37\xbe\x4d\x8f\x79\xd5\x68\xf4\xb9\x7c\ \x40\xc8\x00\x5f\xb9\xdc\x7e\x9f\x13\xdc\x5a\xa0\x39\x0f\x6e\xd7\ \xa6\xdf\xe3\x70\xbb\x1d\x5e\xa7\xc1\xe7\xf4\x7a\x01\x44\x39\x84\ \x52\x03\x56\xa3\x01\x36\x50\x6a\xe3\x09\x9d\x1a\xb3\x53\x68\x31\ \xb2\xd9\x52\x83\xd4\xe1\x92\x1a\xec\x1e\xb3\xdd\x0e\x44\xcc\xe7\ \x93\x92\x0d\x5e\x29\xdb\x08\x00\x48\x68\x20\xc3\xb0\x64\xb2\xc1\ \x20\xdd\x74\x5a\x85\x58\xb3\x11\x4b\xb5\x38\x0c\x42\x21\x96\x6d\ \x25\xe3\x35\x1a\x34\xd9\x0a\xfc\x9c\x10\x0b\x31\x10\x0c\x38\x43\ \xb2\x01\xfb\xdb\x23\x36\x2a\x08\x66\xe1\xc1\x40\x08\xa2\xb1\x52\ \x76\x30\x9c\x44\xc6\x93\xf0\x21\xa3\xa3\xc3\xcf\xf2\xaf\x8f\x8e\ \xbe\xc8\x6f\xb9\x94\xff\xfb\xb3\x50\x94\xdd\xe7\x10\xf2\xd8\x50\ \xb3\x1c\xa9\x01\x0f\x9c\xaf\x59\x2a\xb4\x91\xf0\x3c\x29\x0f\x83\ \x67\x03\x9a\xa2\x0a\xa5\xc0\x17\xe2\x31\x3c\x3c\x8f\x2c\xc5\x42\ \x8b\x0b\x31\x24\x0d\x0a\x1a\x78\x0f\xc4\xa2\x10\xc1\x30\x90\x97\ \x31\x01\xc1\x48\x18\x32\x10\xa0\x56\x60\x20\x02\x50\x55\x58\x58\ \x50\x60\x70\x40\x60\x68\x40\x68\x40\xc8\x2f\x19\x0d\x71\x4a\xb5\ \xba\xaa\xf1\x56\x15\x90\x03\x01\x70\x76\x5c\x81\x56\x00\x4e\xe1\ \x68\x39\x50\x12\x99\x56\xac\x94\xc8\x54\xba\x98\x28\x35\xd0\x14\ \x26\x85\xa6\xff\x7b\x05\x4c\x21\x8b\xaf\x37\x71\x08\xca\x9b\xb7\ \x6e\x45\x15\x5c\xd1\x46\xaa\xe2\x62\xe4\x4a\x31\x57\xc4\x64\x02\ \x0d\x21\x2a\x05\x5c\x2e\xb4\xcc\x2a\xbe\x87\x42\x97\x51\x98\x14\ \x3a\x11\x78\xb2\xc2\x27\x4f\x3e\xa4\x98\x58\x44\xa0\x2c\x1c\x85\ \x48\x05\x34\x2d\x52\x10\xad\x15\x0b\xd4\x12\xb5\x28\x5a\xa5\x13\ \xc9\x80\x62\xc9\xe3\xae\xca\x75\x2a\x31\x4d\xac\x95\x88\x41\x88\ \xc5\xc6\xc4\xde\x8c\x11\xcb\x45\x6a\x9d\x2a\x52\x27\x53\x0b\x62\ \x64\x74\x2d\x34\x3a\x46\xa1\x11\xa0\x36\xbc\xc0\xbf\xb1\x18\x40\ \x82\x58\x14\x85\x82\xc5\xe2\x73\x88\x26\xbd\x89\x0f\xc8\x1f\xdc\ \x7f\x1a\x0f\x54\x0c\x2a\xa0\x1c\x0f\x04\x8c\x0f\x24\x10\x5a\xfd\ \x48\x67\xe0\xf8\x74\x60\x52\x23\x23\x75\x72\xf5\x83\x8e\x07\x91\ \x69\x69\x55\xdd\x57\x95\x02\x81\x98\xc1\xd4\xde\x4c\xb8\x77\xf3\ \xb2\x52\x1b\x15\xa3\x8c\x8a\x92\x88\xe2\xb2\xaa\xe2\x0a\xf2\x3a\ \xa3\xb4\xc9\xa9\xa5\xf3\x87\x2b\x6d\x93\xa5\x1d\x09\x69\x63\x63\ \x47\x5f\x4e\x53\x97\xbe\xcd\x56\x2c\x4e\x15\x17\xe7\xd5\x8d\x8f\ \x5c\x7c\xfe\x7a\xb1\x72\xf8\x8a\x84\x62\x4b\xbf\xbe\x7a\xeb\xb1\ \x6c\xbe\xdf\xdf\x60\xbb\x77\x3d\xae\xf7\x6e\xc7\x2b\xaa\xd4\x0c\ \x23\x21\xc2\x43\xd1\x21\x61\xe1\x41\x00\x82\xf1\x68\x34\xc8\x32\ \x3c\xdf\x67\x8d\x4d\xea\x3b\xb1\x02\x6b\xef\xb6\x18\xa4\x68\x2a\ \x3c\xf4\xfa\x28\xfe\x5d\xbd\x0c\x27\x89\xab\xca\x71\x86\x41\xcb\ \xec\xad\x36\xe7\xf1\xf1\xcf\xaf\x9f\x4f\x5e\x39\xd8\x1a\x1b\x48\ \x9f\x58\x2c\x0c\x2a\x26\x2b\xc5\x20\x85\x4e\x03\x22\x28\xec\x52\ \x70\x58\x08\xd5\x6d\x25\x05\x5f\x82\x23\x43\x82\xaf\x47\x84\x22\ \x82\xc3\xf2\x81\x6e\x85\x47\xb4\x0c\xe7\x87\x3f\x7a\xf6\xac\x3a\ \x04\x0e\x6f\xc9\x0f\x47\xc2\xae\xe7\xff\x24\x2f\xe4\x99\x79\x3c\ \x14\xc9\x68\x5b\xfe\x63\xa4\xbe\xb4\xb2\x78\xe2\xdb\x59\x72\xeb\ \xd6\x54\x71\x5a\x5d\xd3\x50\x47\xd7\xd8\xf4\xd2\xe3\x92\xf1\xec\ \xb1\xd2\xb6\xd9\xd6\x89\xc7\xad\x59\x99\xeb\xe3\xd9\xd3\x53\x8b\ \x1b\x4b\x75\x63\x93\x39\x23\xad\x59\x63\xd3\x75\x69\x75\x69\xb5\ \x25\xb9\xb5\xf5\x59\xb9\x05\xf5\x5d\x05\x4d\x79\x19\x65\xe3\xf3\ \x9d\x63\x5d\x6d\xd9\xd3\x03\x63\x03\x0d\x5d\x79\xdd\x39\x39\xb9\ \xf5\x39\xd9\x15\x59\x39\x8d\x69\x15\x39\x79\xb9\x79\x8d\x4d\x9d\ \xf5\xf5\xf5\x6d\xa5\x83\x55\x9d\x15\x83\xfd\xcd\x5d\x65\x15\xb5\ \x4d\xf5\xb5\xa5\x95\x15\x69\x99\x03\x69\xad\xb5\xb5\x79\x13\x99\ \x59\xf3\xb3\x59\x59\x75\x79\xd3\x73\x53\xd3\x63\xad\xb3\xf3\x95\ \x13\x1b\x2b\xf3\x8b\xfb\xcb\xeb\xeb\xe3\x8b\x07\xfb\x5b\x3b\x33\ \x6b\x1b\xb3\x3b\x87\xa7\xe7\xfb\x17\x17\xfb\xa7\x47\xe7\x3f\x2e\ \x7e\x7e\x39\xdc\x59\x5e\xfe\x78\x76\x70\x0a\x0c\xe1\xfc\xd6\xdc\ \xce\xf2\xe4\xe6\xf1\xf4\xcc\xce\xd2\xc7\x83\xc3\x9d\xa9\xf5\x83\ \xb3\xad\xfd\xfd\x85\x85\x9f\xef\xdf\x6f\x7f\xda\xf6\x39\xf0\x08\ \xf3\x74\x1c\xbf\x87\x72\xaf\x29\xe6\xe9\xd3\x42\xa8\xc1\xd2\x53\ \x3d\x8d\xab\xd3\x45\x5f\x96\x10\x28\x2c\xa8\x83\x6f\x3c\x54\xa5\ \xdb\xa4\x90\xcd\x5b\x17\x8b\x28\x1c\x7d\xfc\x53\x05\x94\xf1\x2e\ \x6f\x06\x91\xc2\xd8\x7b\x6f\x90\x11\x96\x7a\xa5\x7c\x3a\x71\x18\ \x41\x5d\xfd\x84\x09\x7b\x34\x1a\x1a\xf5\xf4\xc3\x61\x35\x7e\x37\ \x33\x92\x1b\xf7\xc9\x2e\x16\xc9\x5c\xd7\xe5\x4c\x2e\x88\x2a\x10\ \x3c\xf2\xd8\xcb\x49\x37\x74\xb2\xf4\x5e\x59\xec\xc5\x23\x73\x27\ \x83\x1f\x6b\xfb\xef\x73\x6e\x9c\x5c\xae\x55\xdf\xb8\x72\x39\x46\ \x27\x03\xc1\xce\x55\x47\x2b\xb5\x37\x72\xeb\x3e\x56\x8e\xf4\xdd\ \x38\x80\xff\xfa\xcf\x4b\xf6\xd5\x4d\xcf\xea\xa6\xcf\xfb\xd9\x63\ \xf7\xd8\xac\x6e\xaf\xcb\xeb\x83\xca\xb2\xf8\xfc\x3e\xaf\x0b\x30\ \x91\xdf\xb6\xb9\x0b\xf4\x6a\xd3\x6d\xf1\xba\x9c\x1e\xe8\xda\x21\ \x54\xd0\xc1\xb3\xe9\x37\x5b\x3c\x2e\x8f\xc7\x6d\xb7\x38\x9c\x3e\ \x87\xcb\xeb\xf7\x58\x9c\x90\xe3\x23\xbb\x78\x6c\x8b\xc1\xed\x34\ \x1a\x6d\x66\xb7\x0f\x28\x97\x5d\x4a\x25\xf3\x8c\x6c\xef\xa6\xd9\ \xe2\xb4\x00\x3b\x68\xf7\x40\xe9\x2f\x50\xb3\x0a\x9c\xa3\xc1\xe2\ \x10\x0a\xc9\xa8\x60\xb4\xd0\xc6\xa6\xda\x3c\x4e\x0d\x4f\x6a\x80\ \x6a\x05\x4a\xbd\x3c\x92\xc1\x4d\x06\x0e\x0d\x58\x01\x32\x70\x8f\ \x58\x2c\x0a\x0d\x43\x91\x81\xa8\xb0\x61\xaf\x1f\x91\x50\x41\x28\ \x2a\x15\x06\x8d\x38\x91\xd8\xa4\x60\x18\x49\x0a\xd0\x2b\xe4\xd9\ \x68\x35\x70\x85\xf9\xd5\xc3\xd5\x8f\x42\x1f\x3d\x1f\x0e\x45\x7b\ \x56\xb7\xad\x40\x82\x1d\x0e\x29\x50\x2d\x36\x90\x3d\x60\x0a\xd1\ \x52\x0d\x99\x8c\xa6\xb2\xd9\x42\x2a\x9e\xcc\xb3\xf3\xa8\x64\x14\ \x9a\x8d\x46\x4b\xd9\x24\x12\x09\x0f\x5c\x26\x34\xd9\x81\x1a\x88\ \x82\xde\x0f\x8d\x41\x42\x85\x46\xa1\x49\x0d\x40\xa5\x22\x82\x82\ \xe0\xa8\xa0\x80\xa0\x90\xc0\x70\x40\x58\x41\x01\x81\xbf\x28\x07\ \x1b\xb5\x34\x6e\x42\xd5\x95\x18\x75\x74\xe4\x8d\x1b\x51\xaa\x68\ \xa6\x84\x40\x10\x73\xe5\xd1\x22\xae\x5a\x2b\x93\x31\x65\x91\x3a\ \xad\x5c\x2d\x00\x34\x4d\xe7\x43\x93\x84\x4d\xb8\xf8\x97\x3d\x40\ \x1f\x44\x97\xe3\x1e\x26\x5d\x8e\x8a\x86\x4c\xa1\x56\xa5\x16\x33\ \x19\xa2\x68\x31\x53\xc4\x14\xfd\x73\xd2\x8b\x00\x00\x20\x00\x49\ \x44\x41\x54\x08\x64\x02\x3a\x85\x00\x15\xeb\xa7\x31\x25\x5c\x0e\ \x34\x6d\x14\x88\x8b\xe2\xcf\xc2\x0f\xa6\x78\x0e\xc5\x24\x11\xd1\ \x63\x55\x5a\x91\x4c\xad\xd5\xca\x44\xd1\x6a\x75\xa4\x2c\x5a\x25\ \x88\x52\x6b\xa3\x55\x31\x37\x6f\xc7\x45\xc9\x44\x7c\x40\xd9\xc0\ \xff\x89\xd5\xb7\xaf\xc6\xa9\xd4\x4a\xb5\x2e\x32\x26\xf6\x9a\x4a\ \x12\x1d\x2d\x00\xf6\x94\xcb\x24\x88\xe8\xe0\x77\x21\x12\x09\x44\ \x02\x85\x42\xa1\x11\xf9\x44\x1a\x85\xcf\x81\x2e\xf6\x28\x68\x8a\ \x42\x93\x9e\x4f\x87\xea\xda\xf2\x15\x29\x7c\x7e\x61\x4a\x0a\x5f\ \xc4\xe4\x72\xc5\x62\x99\x1a\x00\x19\x83\x26\x01\xf2\x24\x11\xe8\ \xb4\x51\xb1\x72\xe6\x83\xda\x87\x83\x37\xae\x68\x25\x12\x11\x91\ \xae\x4b\xae\x6a\x4f\xb8\x19\xa5\x56\x0b\x24\x71\x57\x64\x91\xbd\ \x83\x77\x54\x45\x5d\x37\x2f\xdf\xec\x2a\xdf\xf9\x71\x78\xd4\x54\ \x55\xf4\xb0\x26\xa7\x79\x6c\xe3\x00\x00\xc7\xfa\xd9\xde\xf4\xe4\ \xd4\x6c\x5b\x5f\xee\xc1\xea\xbb\x99\xbd\xc9\x85\x6f\xdf\x85\xdb\ \x33\x5f\x16\x0e\xcf\xcf\x0e\x0e\xc7\xdf\x1e\x2c\x7f\xfb\x79\xfc\ \xfe\xfb\xfb\xcd\x60\x04\xca\x80\x0f\x81\x6a\x8f\x45\x04\xc0\xc8\ \x1a\x7c\xb0\xd4\x6e\xb0\x4b\x0d\x54\x29\x49\x6a\x21\x81\xd0\xd9\ \x74\xdb\x79\x66\x2a\x1b\x1f\x80\x66\x5b\x78\x81\x81\x98\x77\xb5\ \xd1\xe2\xe4\xce\x19\x3b\x9c\xe4\x07\x99\x13\x4d\x76\x78\x5d\xaf\ \xb6\xbf\xbe\x77\x78\x48\x6c\x3c\x32\x10\x85\xc4\x20\x90\x24\x03\ \x26\xc8\xe1\x42\x84\x84\x02\x7b\x4f\x42\xc3\xa8\xb0\x47\x21\xc1\ \x41\x21\x97\xc2\x2e\x5d\x82\x5f\x0a\x85\x87\x05\x05\x5d\xaa\x4e\ \x6c\x19\x7e\xd1\xd2\xf2\xdb\xeb\xe7\xd0\x6a\x89\xe7\xbf\xe6\x07\ \xe5\x5f\x0f\xc0\xf3\x9c\x5f\x2f\x1e\x51\x53\x27\x8c\xfb\x03\x25\ \x73\x87\xe7\xf3\x5d\x65\xf7\xeb\xa6\x33\x06\x73\x87\xba\xef\xdd\ \x2d\x2a\x6d\x4a\x4f\xcb\xce\x6a\xaf\x68\xef\x9b\xab\x4c\x6b\x4f\ \xcb\xae\xcd\x1a\x4a\x3b\x9a\x98\x1a\x9b\x5f\x2e\x2e\x2d\x2a\x6b\ \x4a\x4d\xcf\xaa\xef\x6b\x18\x6a\x48\xef\xca\xee\x2c\x2d\x2b\x6a\ \xa8\xea\xcc\xa9\x6d\xee\xaf\x9c\xcd\x1b\xeb\x18\xcc\xad\x1c\x98\ \x1f\x68\xab\xcd\xe9\xae\x9d\xcd\x4b\x4b\xcd\xcd\xa9\x2f\x6b\x6f\ \x4a\xcd\xed\xcd\xa9\xe8\x2c\xeb\x6f\xeb\xea\xac\xe8\xed\xe8\x6f\ \xee\xed\x6b\x6b\xe8\x6e\x6a\xa8\xed\xad\x18\x2a\xad\x2b\x2e\x29\ \x4b\xab\xab\xac\x68\xce\xc9\x4b\x9f\xdc\xd8\xaa\x1b\x28\xcb\x1b\ \x9f\x68\x1d\x79\x3c\x3e\xbb\x52\x32\xb9\x7e\x74\x38\x77\xb4\xb7\ \x38\xbb\xb6\xb7\xb3\x77\xb4\x77\xba\x7f\xb8\x3e\xf3\xe5\xcb\xb7\ \xb7\x0b\xef\x7e\x9c\x1d\x9e\xef\xec\x7c\x3b\x9f\x39\xfd\xb8\xbe\ \x7f\x7a\x30\x73\xf0\xed\x68\x7d\x7d\x65\x6b\x6f\xcf\x7f\xbe\xfc\ \x71\x6d\x65\x6d\xe7\x70\x79\x6d\x7f\x66\x66\xed\xec\x0c\x7c\xf2\ \xbb\xab\x00\x78\x0d\xce\xb7\x65\x12\x7d\x3c\x1f\xa7\xac\x78\x7c\ \x23\xfe\x49\x4a\x0f\x08\x87\x42\xe8\xd2\x20\xc8\x5d\xb1\x2a\x19\ \x81\x05\x15\x1c\x05\x98\x05\x0d\xc3\x3f\x34\x9e\x8c\x17\x69\x19\ \x1c\x3d\x0b\x32\x8b\x49\x06\x98\x45\x68\xfc\xe9\xa7\xa2\xdc\x1d\ \x02\x79\x1a\xf6\xd7\x20\xd2\xee\x2b\x44\x10\xf0\xd9\xed\xff\x79\ \xd9\xd9\x82\x77\x2f\xdf\x61\x5e\x7b\x15\xac\x23\x32\xd6\x9e\x57\ \xe0\xc4\x14\x1c\x85\x40\xc3\x11\x80\x4b\xe0\xc6\x54\xb6\x13\x6f\ \x1a\xd8\xf9\xa4\x2a\x22\xab\x3f\xec\x7a\x5c\x94\x2e\x46\x24\x8b\ \xba\xda\x98\x74\x45\x2e\x53\xca\x81\x2b\x90\x5f\x8e\xbd\xdc\xbb\ \xf8\x63\xe3\xbe\x28\xf6\x0b\xe9\xf9\x7f\x69\x4e\x80\xc1\xfb\xf4\ \x69\x7b\xd3\x0f\xf5\x78\x76\x1c\xbb\x01\x5b\x1d\xfb\xbc\x5e\xbf\ \xcf\xed\xf6\xf9\xdc\x06\xaf\xcb\xed\xb0\xb9\x9c\xab\x4e\xb3\xd3\ \xee\x06\x7c\xe5\x03\xac\x6d\xdb\xfd\xfe\xe9\xd8\x63\x71\xbb\x9c\ \xfe\x4d\x1b\xb0\x83\x56\x83\xdf\xeb\xb1\xb3\x8d\x4e\xa7\x55\xca\ \x06\xbf\xb7\xd1\xe2\x34\x5b\x8d\x0e\xa8\x15\x8e\xd1\x68\xb5\x18\ \x80\x07\x33\xf8\xbc\x1e\xa7\xc3\x68\xb4\x03\x7b\xe9\x71\x19\x8d\ \x28\xb2\x15\x58\x3d\xab\x83\x47\x12\x92\x81\xd9\x23\x59\xed\x06\ \xb3\x15\xea\x5a\x61\x60\x43\x85\x6c\x2c\x6c\x8c\xd9\x46\xc6\x4b\ \x0d\x24\x9e\xd0\x6c\x60\x4b\xf1\x60\x13\x34\x1e\xd0\x91\x10\x8b\ \x1a\x0e\x31\x52\x91\x18\xa1\x10\x43\xa2\x62\xf1\x6c\x1e\x09\x46\ \x65\x93\xd9\x64\x5e\x38\xd0\xab\xd1\x96\x7c\x10\x6e\xd7\x43\x12\ \x87\x7f\x1d\x0e\x45\x78\x4e\xb6\x7d\x6e\x27\x09\x30\xa4\xcd\x66\ \xd1\x58\xcd\x6c\xb6\xd9\x20\xd4\x98\x35\xc0\x08\x82\x34\x2d\x64\ \xa3\x84\x40\x16\x31\x48\x12\x96\x44\xe6\x91\x49\x42\x29\x9e\x04\ \x52\x39\x70\x98\xb0\x80\x20\x18\x8c\x8a\xc7\x60\xc0\xa9\x83\x09\ \x0e\xc6\x02\x53\x88\x44\x86\x06\x00\xdd\x02\xa1\x1d\x12\x10\x06\ \x8c\x4a\x68\x60\xc0\x2f\x7a\xba\x88\x48\x63\xc6\x25\x80\x34\x00\ \x8c\xbe\x98\x88\x33\xf5\x10\x59\x0c\x19\x97\x20\x10\xab\x74\x97\ \x23\xe5\xda\xc8\x48\x95\x04\x1c\x50\x68\xe2\x02\x0b\x60\x33\x0b\ \x47\xd3\xc7\xd3\x18\x82\x28\x55\xd4\x95\x1b\xd7\x80\x89\x13\x00\ \x34\x52\xca\xc5\x62\xad\x92\xc1\x55\xd2\x05\x0c\xb1\x5c\x2b\x63\ \xd2\x14\x0c\x02\x05\x47\xc7\x89\x45\x5c\x3a\x70\x67\xf1\x00\x84\ \xf8\x14\x56\x8f\x89\xce\xd7\x0b\x64\x51\x2a\x31\x57\x06\x94\x42\ \x2e\x50\x47\x46\xab\xe4\x91\x3a\x95\x5a\x20\x97\xc9\x94\xea\x6b\ \xb1\x32\x79\x34\x97\x46\xe1\x12\x28\x32\xb5\x5a\x1e\x7b\xed\x9a\ \x9c\x10\x13\x2d\xb8\x11\x79\x25\x52\x22\x13\x88\xc4\x22\x1c\x91\ \xab\x65\x72\x01\x62\xe9\x09\x14\x0e\x1d\x84\x0b\x85\x4f\x63\xe9\ \x59\xe0\x96\xaf\xe0\x98\xa0\xe2\x6c\x7c\x3e\x1f\x1a\x85\x4f\xd1\ \x43\xf3\x03\x39\x1f\xe2\x15\x14\x31\x90\x24\xa5\x4a\x26\x8a\x22\ \xb0\xe8\x5c\x91\x44\x2c\x8a\x91\x09\x80\x0f\x8c\xba\x1f\x73\xaf\ \xe0\xaa\x4e\x2e\x61\x50\x58\xcc\x98\x7b\x0f\x8b\x6e\xdf\xb8\x22\ \x61\x10\x24\x51\xb1\xb2\xab\x65\x31\xb1\x09\x49\xb1\x71\x91\x37\ \x07\xb3\x57\xcf\x1e\xaf\x94\xde\xe9\xec\x2c\x6b\xeb\x6d\x9d\xd8\ \xc9\xa9\x5b\x38\x5b\x59\x1e\x19\x3f\x3b\xaa\xa8\x19\x3b\xf8\xea\ \x3f\x4b\x1f\x3b\x2f\x5e\x7f\x73\x76\x70\xb6\x70\xb4\x35\x33\x3d\ \xbf\x72\x31\x7f\xb0\x67\x3f\xf1\xbe\x3a\xb1\x91\xd1\x46\x6c\x38\ \x15\x1d\x8e\x0c\x0a\x0f\xa4\xfa\xec\x18\x94\xc5\x6e\xb7\x7d\xfd\ \xe1\xd8\x5e\x5f\xc0\x0a\x8d\xfe\xcd\x13\xa3\x46\xa3\x11\x52\x35\ \x36\x23\xcf\xb6\xf0\x63\x57\xf3\xa8\x25\x68\x2f\x56\x74\x2b\x77\ \x03\x1b\x00\x36\xc7\x5b\x3e\x2f\xec\x6e\x6f\x7e\x7a\xe7\x10\x92\ \xc8\x58\x14\x4a\x88\x82\x1a\x83\xb3\x9d\xd8\x96\x00\x2b\x26\x18\ \x0e\x9e\x80\xa1\x13\x87\x43\x22\x50\x11\x61\xc0\xd8\x57\x47\x84\ \x85\x62\x50\x11\x21\x8f\xf2\x87\x47\x87\x5f\xfc\x9a\x5f\xfd\x6c\ \x74\xb4\x65\x18\x6a\x20\x5e\x7d\x1c\xfa\xd7\x0b\x63\xe0\x8f\xcc\ \xb1\x10\xb2\xb3\x44\x9e\x25\xcc\xeb\x28\xab\x1c\xec\x48\xc8\xe8\ \x7d\x98\x5c\xd4\x9f\x54\x5e\x90\xd4\x9e\xd3\x5d\xd3\xdd\x78\xbf\ \x3b\xa9\xa6\xb3\xa6\x26\xf9\x56\x79\x4d\x51\x55\x67\x5e\x57\xff\ \xc3\x8e\xd6\x86\x7b\xe5\x05\x0d\xfd\x83\xcd\xbd\x8d\xed\x55\x8d\ \xb9\x4d\x25\x6d\x55\x6d\xcd\xc5\x8d\x43\x69\xf5\x15\x4d\x75\x5b\ \xb5\x25\x55\xed\xd9\x25\x23\x53\x03\x0d\xc0\xed\x55\x54\xa6\x67\ \x57\xe6\x36\x67\xf7\x76\xe4\xa6\x66\x65\x66\xd5\x77\xe6\x0e\xf5\ \x27\xb7\x57\x0d\xf5\x0e\x0e\x76\xb6\xf7\xb7\x35\xd4\x36\xd7\x37\ \xe7\x75\xf6\x56\xb6\xe6\x35\xe5\xa6\xa5\xe7\xd6\x56\x56\x16\x8f\ \x8d\x4f\xb6\x0e\xa4\x0e\x00\xbd\x1a\x9b\x9f\x5e\x5a\x7e\x3c\xff\ \x78\xea\x7c\x6b\x69\x7d\x79\x71\x7a\x67\x6f\x7f\x6b\x6f\xe3\xf0\ \x7c\xfd\x70\xe6\xe2\xe7\xd9\xc2\xc2\xf9\xf9\x8f\xb7\x5f\x66\xce\ \x0f\xde\x5e\xbc\xfb\xf6\x65\x7f\x06\x38\xc4\xa3\x8d\x95\xb5\x83\ \xf3\x1f\xef\x2e\xce\x0e\xb7\x66\x4e\x0f\xbe\xfc\x58\xb8\x38\x3b\ \x98\xf9\xf9\xc6\xb5\xbd\xfb\xfd\xe4\xed\x42\x6b\xbb\x9a\x6f\x32\ \xc5\xc7\xf3\x45\xb7\x07\xf3\xae\xe8\x3f\xc4\xa7\x00\x96\xea\x01\ \xd8\xdd\x93\xa2\x80\x24\x4b\x8d\xd3\x9b\xe2\xf5\x7a\x9c\x02\x3c\ \xfb\x41\xed\xa3\x9e\xb5\xdd\xd3\x41\xca\xc3\x22\xd2\xb3\x91\xe6\ \x1f\x80\x05\xc0\x67\xbe\xd0\x18\x1b\x93\x47\xfd\x0d\x6e\x7e\xb7\ \x40\x85\x46\x94\x4b\xfe\x53\x18\x15\x7e\x09\xf5\xa6\x5c\x70\xe5\ \x22\x22\x49\x4f\x18\x7a\xf6\x99\x2e\xa2\x73\x19\x4c\x16\x8d\x19\ \x8d\x23\x46\xa6\x77\x33\xba\x91\x0b\x03\xe1\xf9\x0d\x0f\x95\x65\ \x8f\x72\xe3\x6e\x00\x5f\x20\x8f\x6a\xcc\x2e\x8a\x66\x8a\xc4\x32\ \xad\x52\x2d\x89\xbd\x76\xa7\xa2\xee\x60\xeb\x9a\x2c\xf9\x2b\xe6\ \xaf\x61\xb7\x63\x13\x28\xd3\xea\x89\xcf\xbe\xeb\xb4\x69\xec\x6e\ \x83\x7f\xfb\x78\xd3\xed\x74\x7b\xbd\xc7\xdb\xab\x5e\xcf\xb6\xc7\ \xe3\x01\x1e\xce\x03\xee\xba\x1c\x3e\x3f\x74\x63\xf6\x00\x1e\xdb\ \xde\xde\xf5\x3a\x1d\x4e\x97\x1d\x58\x42\xab\xcb\x6e\x77\x79\xac\ \x0e\xb3\x75\x1b\xa8\x82\x59\x6a\x97\xb2\x79\x52\xab\xd3\x25\xb4\ \x58\x1c\x3e\x9b\xcd\x48\x12\x9a\xa5\x1a\x8f\xd3\xe8\xf2\x5a\x84\ \x36\x97\xcd\xe7\xb0\x3b\x84\x48\xb6\x4b\xc3\xb3\xbb\xad\x1a\x2c\ \x89\x0a\x03\xea\x23\x04\xe2\x26\x05\x22\xa2\x71\x90\xa5\x46\xbb\ \xd5\xc6\x23\x99\xc1\x5e\xa8\x24\xa9\x99\x67\x90\x6a\x78\x68\x14\ \xd6\x0c\x40\x88\x4c\x06\x72\x72\x09\x69\x24\x05\x52\x49\x42\x14\ \x89\x84\x82\xa1\x35\x24\x24\x9a\x0d\xde\x81\x1d\xf1\xbc\xa5\x7a\ \xb4\xfa\xd1\xf0\xe8\x68\x75\xc4\xa3\xfc\x67\x2d\xe1\x78\xd7\xf1\ \x89\xd7\x6c\xb5\x99\x81\x68\x3a\xad\x56\xbb\x86\xcc\xd6\x48\xd9\ \x06\xb6\x41\x63\x96\x9a\x35\x24\xb6\x46\x43\x36\x40\xb5\x48\xb1\ \x64\x2a\x5a\x4a\x06\xaa\xc7\x83\x2a\x62\xa1\x81\x1d\xa4\x06\x22\ \x61\x98\x00\xa0\x59\x68\x24\x2c\x30\x20\x10\x8e\x86\xc1\x03\x90\ \xb0\xe0\x80\x80\x30\x38\xd4\xaf\x30\x04\xd2\xab\xa0\x5f\xf4\x04\ \x01\x1d\x27\x8b\x56\xb3\x98\x38\x85\xe9\xc3\xd3\xa7\x4f\x5f\x3e\ \xd1\xa7\x70\x25\x04\x25\x53\x24\x62\x68\x63\x74\x22\x95\x4c\x42\ \xd0\x9b\xa0\x25\x30\x50\x19\x63\x0a\x90\x0b\x0e\x45\xa9\xbb\x7a\ \xfb\xca\xd5\x58\xad\x3c\x5a\x07\x4c\x5c\x94\x56\xab\x8d\x54\x2b\ \x65\x62\x8a\x4c\x22\xe6\xc8\xb4\x72\x11\x97\xc8\xe5\x4a\xe8\x0c\ \x31\x5d\xac\x24\xd2\x0a\x53\x0a\x81\x15\x13\xf3\x71\x50\x1a\x53\ \x50\x20\xad\x62\xca\x55\x3a\x81\x1c\x80\x4e\xd4\x95\x58\x89\x5c\ \x17\x7b\x25\x2a\x4e\xae\xd5\xa9\x94\x72\xed\x15\x89\x84\x22\x10\ \x31\x38\x22\x79\x4c\x74\xf4\xc3\xcb\x6a\x71\x6c\x94\x36\xf6\x8a\ \x48\xa7\x03\x4c\xc6\x10\xd3\x64\xc0\x97\x32\xc5\x80\xad\x38\x14\ \x0e\x11\x00\x16\x9f\x20\x61\x02\xde\xe2\x70\x58\x44\x68\xf5\xbd\ \x82\x02\x52\x29\x8b\x48\x83\xd2\x2b\x9f\xa8\xe8\x29\x7c\x42\x14\ \x48\xc4\xd1\x6a\x99\x56\x16\xa9\x92\x45\x6b\x81\xb1\x64\x6a\x65\ \x04\x31\x8e\xc2\x55\x5f\x51\x25\xdd\xbe\x1d\xa3\x24\xe8\x89\xe2\ \x1b\xdd\x05\x97\x13\x62\x62\x2e\xcb\x09\x5c\x99\x5a\x22\xb8\xff\ \xf0\x8a\xfa\xc1\x9d\xb8\x38\xf5\xe5\x07\x93\x3f\xd6\x97\xb3\x1e\ \xde\x2b\x2f\x6f\x1b\x5b\xab\x6f\xea\x6d\x4b\x2b\x7d\x5c\x9c\xd5\ \xba\xb6\xb8\x93\x5a\x7b\x70\xb1\xbd\xed\x3f\x5b\x39\x7a\x77\xb6\ \xf1\x2d\xa3\x6e\x64\x6a\x6e\x2c\x3d\x67\x6b\x7f\xec\xe7\xf9\xe6\ \xf9\xc2\xde\x26\x0a\xe6\x94\x22\xa9\xc8\x90\xa0\x90\x90\x00\x0c\ \x20\x74\x83\x54\xea\x36\xec\xbe\x5b\x7d\x77\xbe\xff\x66\x17\x9a\ \xbe\x40\xf2\xec\x3a\x76\x0d\x28\x0c\x62\xf3\x84\x6d\xa5\x86\x05\ \x21\xe0\x61\xf9\xe1\xc7\xc9\xe2\xa8\x26\x3f\xe2\x92\xeb\xf3\x67\ \xd7\xd7\x8d\x0d\xf7\xf1\xee\x1b\xbb\x10\x4d\x35\x20\x90\x28\xab\ \x10\x1b\x18\x84\x40\x23\x02\xbd\x56\x24\x15\x00\x57\x44\x58\x78\ \xe2\xf5\xb0\x60\xd8\xa5\x30\x78\xc4\xa3\xea\x70\x4c\xd0\xa5\xeb\ \xd7\x2f\x0d\x0f\xb7\x0c\xff\xfa\xa2\x1a\x08\xd7\xf3\xe1\xeb\x89\ \xa3\xbf\x3f\x7f\x0d\xa7\x26\xbe\x48\xfc\x47\x60\xe5\xfd\xac\xa0\ \xe7\xd4\xf9\x8a\x77\xab\x27\x4d\x59\xc9\x7d\x55\x6d\xbd\x8d\x1d\ \x37\xca\x93\x8a\xee\xc5\xb5\xa7\x25\x17\x94\x57\x3d\xe8\x48\x7a\ \xf8\xe0\xfe\x83\xc6\xbe\x87\xf7\x92\x6f\x97\xd7\xa7\x36\xdc\x2b\ \x98\x6b\x7b\xf8\xa0\xad\xa9\xa8\x7c\xb0\xac\x61\xf0\x5e\x63\x55\ \x45\x7a\x57\x4e\x4e\x6f\x5d\x4d\x63\x76\x65\x46\xea\xe2\xdb\xcc\ \xca\xfe\xe6\xf4\xcc\xc7\x23\x99\xe9\x4d\xd9\x39\x39\xf5\xf5\xd9\ \x25\xd9\xcd\x93\x4d\xa9\x79\x65\x79\xad\x19\x65\xbd\xa5\x1d\xcd\ \x9d\x43\xb5\x6d\xbd\xfd\x6d\x9d\x43\xdd\x15\x65\x9d\x9d\x9d\x5d\ \x39\x1d\xd9\x73\xad\x93\x69\x75\x59\x79\x19\xa9\x95\x59\xe9\x8f\ \x97\xe6\xb3\x27\x8a\x5b\x27\x66\x27\xe7\xa6\x27\x27\xc7\x5b\x01\ \x25\x9d\x1f\xee\x2f\x8e\x4f\xec\xad\x7c\x3c\x5f\xfa\xfb\x6a\xe1\ \xd6\xd9\xbb\x85\x6f\xe7\x5f\x2e\x16\x3e\x7e\x01\xf7\x2e\x2e\x16\ \xce\xf6\xcf\x8f\x2e\xbe\xcc\x1c\x7e\x39\x5b\x3f\x3f\x3f\x5f\xf8\ \xf9\xf3\xed\xe9\xd9\x37\xc0\x55\x17\xef\xde\x5c\xac\x7a\xfc\xab\ \x3b\x5d\x1d\x77\x1a\x6f\x46\xe9\xae\xaa\x08\x20\x96\x4d\x84\xcb\ \x83\xa9\xa9\xb7\x58\x7f\xcf\xb9\x52\x98\x0a\x7b\xe2\x41\xd2\x05\ \xac\x85\xd3\xc6\x6a\xf9\x34\xa8\x0b\x05\xd4\xeb\x52\x72\x81\x39\ \x79\x5c\x1f\x2b\xa2\x10\x71\x34\x9a\x7a\xa1\xc5\xb3\x86\x30\xf3\ \x84\x6c\xcb\x45\x6f\x6c\x74\x13\xfb\xb7\x7c\xd2\x9b\x2f\xc6\x96\ \xb0\xc4\xdf\x36\xfe\xd3\xa3\xdf\x7c\x0e\x5f\x4d\x97\xcb\xf7\x86\ \x8b\xf9\xb8\x2b\xbc\x60\x01\x97\x29\xa2\x40\x85\x97\x08\x38\x66\ \x6d\xa7\x76\x9a\xd4\xc7\x8c\x9b\xcc\x6f\xee\xdd\xb9\xd8\xaa\x6f\ \xbb\x2f\x97\x68\xa3\x1e\x14\xaf\x24\xab\xe5\x6a\x55\xa4\x2a\xfa\ \x4a\xa4\xf2\x4a\x79\x57\xee\x46\x46\x74\xe4\xc8\xf6\xf5\x4b\x1a\ \x83\xd4\xe1\x75\x5a\x5c\xee\x13\x80\x84\x4e\xa3\xdd\xe9\x04\xae\ \xcf\xbb\xea\xb3\x7d\xf6\xfb\xfc\x76\xbb\x63\xf5\x78\xd3\x65\x75\ \x00\xe8\xfa\xb4\xeb\x01\xc6\xcf\xe9\xb2\xb9\xdd\x9e\xcd\xd5\x5d\ \xb7\xcb\xe5\xf0\x40\x2b\x9f\x3d\x76\x97\xdd\x03\x0d\xb8\xbb\x37\ \x57\xcd\x1e\x80\x30\x66\x8d\xcd\x66\xb0\xda\x2c\x2e\x9b\x03\x6a\ \x8f\x03\xcd\x80\x12\xe2\xd9\x1a\x97\xcd\xe5\x81\x06\xe4\x1d\x56\ \x9f\xdd\xba\xca\x0e\xe6\x59\x35\x66\xb7\x99\x2d\xe4\xe1\xf1\x54\ \x21\x1e\x6d\xb0\x90\xec\x36\x83\x01\xa0\x0f\x52\x63\x30\xda\xbc\ \x42\x9e\xc6\x69\x26\x1b\xcc\x64\x2a\x59\xc3\x33\xf2\xc8\x6c\x21\ \x09\x85\x21\x4b\xb1\x64\x32\x2c\x1c\x25\xa4\x06\x92\x49\x78\x14\ \x4f\x8a\x85\xa1\xf0\xe6\x60\x2c\x16\x86\x26\xe1\x2f\xfd\x96\x9f\ \x38\xfa\xa2\xba\xa5\xfa\xc5\x68\x62\x7e\xcb\x8b\xea\x30\xac\xc7\ \x7f\xec\x01\xd8\x67\x05\x8a\x07\xb4\x89\xca\x33\x18\x81\x20\x6a\ \x00\xb0\x81\xf7\x01\x1e\x12\x6f\x64\x93\xb1\x46\x36\x1a\x0b\xf6\ \x4a\x42\x83\x48\xc6\xa0\x31\x30\x18\x86\x8c\x85\xba\xd3\x07\x06\ \xc3\x83\xb1\x28\x0c\xb4\x7c\x10\x11\x88\x84\x5f\x82\x07\xc0\x30\ \x81\x61\xa1\x61\x21\x81\xc1\xb0\x80\x50\x78\x20\x3c\xe8\x17\xc1\ \xed\x1b\xf2\x28\xa5\x88\xa3\xe7\x73\x4c\x85\x1f\x3e\xf4\x3c\x2d\ \x7c\x99\x52\x08\x75\x79\xc6\x51\x38\x1c\xc1\x15\x11\x20\x16\x13\ \xdf\xc4\x97\xa9\x81\xf4\xa4\x98\x80\xf5\xe2\xeb\x19\x4c\x66\x6c\ \x64\x9c\x2a\x32\x2e\x26\x5a\x2e\x00\x6c\x24\x12\x44\xca\xaf\x2a\ \xb5\x22\x81\x80\x22\x01\xd6\x8b\x4e\x11\x11\x88\x4c\x39\xc3\x44\ \x03\x06\x51\x4c\x67\xe9\x0b\x5f\x12\x4c\x1c\x3a\x8d\x43\x23\xd0\ \x4c\x7a\x85\x38\x5a\xa0\x95\x88\xe5\x12\xb5\x4c\xa5\xbb\x7a\x2d\ \x52\x2e\x50\xdd\x50\x45\x5f\x8d\xd2\x5d\x89\x8c\x51\x69\x75\x91\ \x5c\xb1\x48\x4b\xe4\xd0\xc5\x31\x91\x91\x90\x66\xc9\xc4\x32\x89\ \xfc\x7e\xcc\x55\x39\x8e\x29\xd2\x12\x18\x5c\x06\x03\x9a\x26\x4f\ \xc3\x81\xdd\x71\x88\x50\x21\xc1\xff\xb9\xf0\x03\xad\x90\xe0\x43\ \xd7\x0b\x69\xfa\x1e\x40\x57\xd0\xdc\xab\x78\x90\x59\xf5\x7c\x0a\ \x90\x50\xae\x4e\xad\x8c\x56\x31\xc4\x97\xb5\x4c\x99\x84\x4e\x03\ \x94\x45\x67\x88\x24\xf2\x2b\xd1\xba\xb8\x28\x26\x85\xce\xbd\x5c\ \xd3\x57\x74\x4b\x05\x50\x51\x42\xe1\x0a\x54\x5a\x81\x4e\x7e\x55\ \x77\xe5\xd6\x2d\xe0\x76\x6b\x1e\x2f\xe5\xe5\x3d\xbc\x75\xe5\x56\ \x52\x67\xfa\x50\x72\x4e\xc6\xc8\x54\x46\x59\x7b\xf9\xd0\x58\x71\ \x7d\x5f\xd6\xc5\xdb\x9f\xdb\xfe\xcf\x3f\xcf\xde\x7c\x99\x19\xcb\ \xcc\x9a\x5c\xcb\xe8\xed\x1b\xac\x2b\x99\xba\xf8\xf2\xed\xc7\xfa\ \x9b\xdd\xcf\x1a\xb7\x11\x81\xc6\x92\x42\x02\x90\x3c\x3c\x52\x6a\ \x86\xd9\xdd\xde\xf7\xc7\xbe\xcf\xe7\xa7\x1f\x2b\x4b\xaf\xa5\x83\ \x24\x8e\x31\xb8\x5c\x42\x44\x10\xcc\xf2\x1d\x98\x7c\x64\x08\x9a\ \x8c\x41\x21\x43\x2f\xb9\xaa\x64\x0f\x36\x48\x2d\x81\x9f\x4e\x7e\ \xbc\x3a\x7e\x77\xfa\xce\xb7\x69\x45\x62\x85\x58\xa9\x95\xcc\x0e\ \x82\x05\x85\x84\xa1\x8c\xd7\xc3\x0c\x24\x80\x59\x11\x2d\x89\x41\ \x8f\xc2\x23\x82\x02\x43\xe0\x21\xe1\x97\xae\x27\x3e\x4a\xbc\xf4\ \xa8\xa5\xfa\xd7\xe1\x5f\x9f\x55\x8f\xbe\x7e\xfd\xfa\xd7\x5f\x9f\ \xb5\x3c\x83\x1a\xf0\xfc\x9a\x3f\xfc\xfa\xf5\x5f\xbe\xee\xf2\x71\ \xf8\x8b\xb1\xa8\x8b\x77\x6d\xb5\xed\x57\x62\x6e\xdf\x2e\xef\xb8\ \x73\xe3\xda\xc3\x84\xab\xaa\x84\x07\x40\xa3\xee\x27\x25\x5f\x8d\ \x4d\xb8\x9d\xdc\x5d\x73\x3f\xe9\x16\x20\x81\xb6\xfe\xfb\x05\xad\ \x39\xdd\x45\x45\xbd\xf5\x4d\xcd\x40\xb0\x1e\x74\x74\xb4\x97\x36\ \xe5\xb4\x35\x56\x54\xd5\xa4\xd5\xb7\xd5\xcf\x9d\x56\x66\x0d\x55\ \xa4\x67\xd5\x8d\xe4\x35\x94\xa6\xf7\xa6\x67\x67\x8e\xa5\xd5\x65\ \x67\x0d\x76\x81\xdb\xb6\x9c\xe6\xee\x86\xa1\x8a\xfa\xae\xfa\xee\ \xda\xc6\xc1\xe6\xa1\xce\x8c\xfa\xa1\xce\xce\xe6\x86\xde\xdc\xc9\ \xc9\xba\xd9\x92\xac\xbc\xde\xd2\xde\xfa\xbc\xe2\x8d\xc9\x8a\xd4\ \xca\xd4\xf4\xe9\xf9\xf1\xf1\xb1\x91\xc5\x89\xf9\xe9\xd9\xf9\xd9\ \x8d\xe9\xba\x89\x9d\x95\x9d\xf3\xe9\xfd\xbd\x9d\x95\x8d\xe9\xb9\ \xc3\xbd\xb5\xa5\x8d\xa3\x9d\xd9\xb9\xf9\x99\x8f\xa7\xcb\x8b\x1b\ \x4b\x8f\x27\xd7\x27\xa7\x5b\xe7\xd6\x57\xc6\xa6\xb6\x3e\x9e\xed\ \x1c\x7e\x99\xd9\x3a\x38\x3f\xbb\x38\x7b\xf3\xc6\xfb\xb9\x0c\x24\ \x33\xf5\xe5\xbb\x05\x77\xef\xc7\xa9\x05\x22\x3a\x9d\xa0\xbb\x3a\ \x94\x55\x5c\x20\x4e\x89\x7f\x59\x58\x08\xc1\x37\xd4\x74\x00\x04\ \x07\x07\xa7\x8d\xe6\x12\x89\x29\xf1\x34\xc8\x13\x8a\xd7\xf0\xbb\ \xfb\x0d\x37\x75\x14\x0e\x8d\x25\x1a\x22\xe5\xaf\xac\xe1\xb7\xbf\ \x47\x84\x7a\xa7\x3b\x6f\x74\x4f\x08\x7f\x7b\x81\xf8\x7e\x66\x1e\ \x0e\x0f\x79\xfe\xee\x83\xfe\x43\xdd\xef\x89\xe4\xd3\x3b\xba\x92\ \x88\x77\x7a\x22\x63\xfd\xf7\x21\x05\x8d\x4f\x27\xe2\x98\x1c\x86\ \xa8\xa8\x31\xe6\xac\xe5\x3e\x8d\x2b\xbe\x65\x75\x12\x19\x8c\xbe\ \x9d\x24\x9d\x52\xad\x8e\xea\x3e\xdc\xef\x56\x29\x63\xaf\x5d\x89\ \x54\xa9\xd4\x71\xea\xa4\xda\x8c\x91\xab\x92\xf2\x4f\x30\xb8\x73\ \xd5\x6e\xf3\x39\xb7\x37\xb7\xbf\x1e\xef\x02\xae\xf1\x7b\x6d\xee\ \xcd\x4d\xaf\x7b\xf7\xc4\xbb\xba\xea\x3a\x06\x46\xcf\xeb\xf2\xd9\ \x8c\x16\x8f\x07\x82\x30\x2f\x04\x54\x36\x97\xdf\xe1\xfe\xb4\xeb\ \xff\xe4\xfb\xe4\xf1\x39\x2c\x4e\x40\x56\x3e\x9b\xcf\x6a\xb5\xf8\ \x6d\x2e\x83\xdd\x63\xd7\x68\xec\x06\xbb\xd9\x61\xb3\x98\x2d\x6e\ \x9b\xcb\xed\xb5\x9a\x0d\x64\x34\x19\x30\x8e\xd3\x65\x35\xdb\x2c\ \x0e\x07\x54\x63\xcb\x81\x45\xf0\x0c\x80\xb0\x8c\x46\xa3\x94\x87\ \xc0\xe0\xd9\x68\xab\x5b\x4a\x72\x09\xb1\x42\xb7\x19\x0d\x5e\xe1\ \xda\xb4\x93\xa4\x50\x73\x1d\x36\x96\xac\x31\xe3\x2d\x66\x2c\x06\ \x8d\x46\xe2\x81\x73\xe3\x49\x91\x61\x68\x23\x15\x86\x27\xe3\x91\ \x08\x12\x36\x28\x18\xcd\x46\xe0\x49\x30\x18\x8f\x0c\x5d\x25\x7c\ \x36\x9c\xff\xa8\x7a\xf4\x19\x48\x91\xbf\x56\x87\x20\xb7\xfd\xab\ \x1e\x8d\xc5\xc6\x93\xda\xa4\x58\x9e\xd5\x02\x74\xca\x2a\x85\xda\ \x4a\x43\x75\x4b\xc1\x8e\x81\x8f\x0c\x08\x20\x69\xd8\x42\x32\x19\ \x8f\x0e\x82\x0a\x6e\xa1\x31\x6c\x36\x9e\xc4\xc3\x07\x22\xd0\xa8\ \x40\x18\x54\x32\x19\x83\xc1\x04\xa0\x90\xc0\x55\x40\x55\xb0\x02\ \x42\xc2\x82\x02\xe0\xf0\xa0\x80\xa0\x30\xa0\x5d\xbf\xa8\x62\xd4\ \x44\x5d\x8c\x4c\x51\xf8\x41\x1f\xff\xf4\xc3\x93\x78\xa8\x9a\x82\ \x9e\xc6\xe2\x28\x38\x38\x91\x48\x42\xa4\xb0\x4c\x7c\x1a\x97\xc1\ \x95\x6b\x19\x80\x58\x5e\x3e\x7d\x0a\x92\x14\x57\x4b\x97\xa9\x75\ \x5a\x6d\x4c\xa4\x2c\x41\xa5\xd2\xc9\x04\xba\x68\x75\xac\x56\xa0\ \x55\x4a\x44\x12\x95\x8e\xc1\x05\x59\x47\x40\x10\xe1\xfe\x2c\xc4\ \x29\xa1\xba\xa1\x74\x22\x54\x23\xf4\x65\x21\x4e\xc0\x60\xb1\x98\ \x1c\x81\x2e\x52\xa9\x56\x32\xc4\xba\xb8\x5b\x31\xca\x58\x95\x3c\ \x46\x15\xa3\x02\x9c\x1e\x29\x8f\x8a\x16\x5d\x53\x8a\x64\x72\xa5\ \x96\xc5\x88\x8a\x56\x47\xc7\x6a\xd5\xd1\x71\x6a\x8a\x36\xee\xc6\ \xfd\x6b\x71\xd1\x4a\x80\x81\x74\xa6\x58\xcc\x10\x73\x99\x74\x9a\ \x18\x64\x44\x68\x3d\x34\x41\xce\xa0\x40\x2a\x08\xd5\x8f\xc7\x29\ \xf4\x34\x3d\xbf\x10\x90\x1c\x8b\x03\x4d\x24\x35\x01\x17\x2b\x63\ \xe0\x00\x92\x45\xc7\xca\x63\x75\x5c\xb9\x5a\x24\x11\xa8\xd5\x14\ \x31\x9d\x2e\xd7\xe9\x24\x72\xb5\x58\x7d\x55\x8d\xe3\x2a\x95\x31\ \x05\x77\x62\xaf\x82\x67\x80\xe9\x04\x38\x26\x8f\x92\x5f\xbe\x1a\ \x7d\x2d\x36\x36\x4a\x26\xbb\x95\xd9\xd9\xd4\x76\xf9\xe6\x8d\xa4\ \xa2\xe6\x7b\x09\x77\xda\x7b\xa7\x52\xb3\x8b\x33\x5b\x33\x4a\x3a\ \x8b\xaa\xf6\xf6\xe6\xde\x7d\x3b\xfb\xf9\xfd\xfd\xf7\xb3\xf3\xc3\ \xc7\xd9\x13\x87\x73\x19\x23\x63\x79\xa5\x73\x1b\x4b\x6f\xe7\xce\ \x3e\x1b\xde\x2e\x9c\x38\xc8\x64\x67\x40\xa8\xd3\x8c\xc1\x0b\x1d\ \x18\x9e\xcb\xea\xda\x74\x1f\x1c\x9e\x2c\xcc\x9c\x35\x0d\xbc\xb9\ \xf8\x86\xc7\xba\x40\x68\xf1\xfe\xee\x30\x89\x09\x02\xa1\x85\xe7\ \x69\x78\x64\x72\xe2\xa3\xcd\x58\x55\xe5\x97\xd0\x17\xa4\x8b\x77\ \x0b\xe7\x17\xef\xbd\x16\x0d\x0f\x46\xf5\x58\x49\x3c\x0c\xe0\xe2\ \x90\x44\xf8\xf5\x20\x44\x10\x16\x43\xb6\xc3\x5a\x5a\xaa\xc3\x2e\ \x85\x25\xe2\x43\xc3\xc2\xc3\xc2\x2f\x45\x54\x0f\x8f\x5e\xbf\xfe\ \x2c\xff\xd9\x8b\xe7\xcf\x7f\x7b\xfd\xdb\xf3\xd7\xbf\xbf\xfe\xed\ \xf5\xeb\x3f\xfe\xf1\xfb\x3f\xfe\xf8\xfd\x8f\xdf\x5e\xff\xcb\x5c\ \x52\xd1\xf9\xf6\xf9\xfb\xf3\xd6\xcb\xf7\xae\x26\xd5\xaf\xdd\xa9\ \xba\xfb\xf0\x4e\x42\xd5\xfd\x3b\x49\x1d\x09\xc9\x05\x45\x37\xee\ \x74\xdc\xbe\x92\x54\x70\xbf\x31\x21\x21\xe9\x4e\xc2\xbd\x82\x82\ \x1b\x0f\xef\xf7\x26\x77\xdc\x4c\x4a\xae\x29\xef\xee\x1f\x2a\x78\ \x78\xa7\xb1\xbc\x63\xa8\xa3\xa1\xbd\xb3\xa6\x13\x6a\xab\x53\xb2\ \x58\x5b\x5b\xd0\x9d\x36\x90\x93\x97\x5b\xd5\xd0\x5c\xdf\x54\x9b\ \x5d\x92\x96\xd6\xd4\xd9\x50\x56\x56\x5a\x91\x56\x3f\xd4\xd5\xd6\ \x55\xd1\xdc\x58\x3a\x34\xd4\xd7\xdf\xdd\x57\xd6\x90\xd3\xd9\xdb\ \xdb\x51\x9a\xdd\x50\xd6\xd6\xd8\x50\xdf\x54\x5a\x96\x5d\xdb\x9c\ \x9b\x96\x91\x95\x91\xd7\x50\x9b\x9a\x31\x35\x36\x50\xf7\x78\x72\ \x7c\x6e\xba\x38\xb3\x78\x72\x7a\x12\xa8\xd7\xfa\xd6\xce\xce\xd1\ \xc7\x8b\xaf\x5f\x6d\x42\x04\x8a\x0a\x2d\x8b\xe5\x91\x82\xe1\x81\ \x81\x41\x28\x58\x10\x3e\x18\x49\x16\x92\x7f\x9e\x9d\x7d\x5b\x59\ \x5b\x9c\x5e\xde\xf9\xb8\xb7\xb4\xf6\x71\x6f\xff\xfc\x6d\x5d\x34\ \x91\x06\x72\x99\x48\x15\x79\xf3\xee\xb5\x68\xa5\x84\xcb\x15\x28\ \x6f\x65\xd6\xe5\x24\xd1\x9f\xf6\xc4\xa7\x98\x14\x7a\xce\x4b\x68\ \xd1\xd6\x53\xfd\xdf\xf7\x81\x7f\xe0\x28\xf8\x2c\x85\x3e\x45\xfe\ \xcd\xe0\xfd\x3c\xd0\x06\x72\x24\x43\x76\x6d\x1a\xc9\x2b\x58\xde\ \xfd\x62\x7d\x16\x76\x91\x77\xbf\xa6\x64\x01\x39\x3a\x8a\x3f\x59\ \xb7\x8c\xb6\x84\x8e\x6e\xb2\xf4\x9c\x9b\xa3\x2f\xe0\x27\xd9\xd1\ \x5d\x54\x18\x5d\xcc\x28\x7b\xfd\x8e\x06\x40\x9f\x48\x24\xe8\x09\ \x31\x37\xe4\x7b\xff\x7c\x9f\x42\xe3\x4a\xb4\xc5\xbf\x65\xf4\x50\ \x1e\x7e\xb9\xc9\x14\x29\xaf\x3d\x58\xf9\xbe\x93\x7a\xef\x8a\x3c\ \x36\x52\x0d\xb5\x21\x8f\xbc\x91\xdc\xd0\x1b\xab\x4e\xb5\x86\x63\ \xbc\xaf\x7c\x76\xb7\x6b\xd5\xe6\xd8\x75\x9f\x00\x24\xb2\x3b\xbd\ \x90\x39\xf4\xb8\xfd\xdb\xc0\xee\x6d\xae\xae\x42\x75\x17\xc0\x69\ \xef\x34\x5a\xbd\x80\x90\x56\xfd\x36\x8f\x75\xdb\x6b\xf5\xef\x6e\ \x7b\x57\x9d\x5e\xb0\xbd\xc3\x03\xb6\x73\x59\x9d\x76\x80\x67\x50\ \xc9\xbf\x63\x87\x01\x20\x95\xd5\x60\xb6\x7b\x1d\x16\x8b\xd5\xee\ \x30\x9a\x5d\x36\xa0\x58\x24\xeb\x36\x78\x17\x97\xcd\x68\xb5\x43\ \x55\xfe\x1c\x68\x98\xc6\xce\xe3\x39\x8c\x06\xb6\x11\x8b\x45\xc0\ \xc8\x1a\x9b\xc3\x00\xf4\x4b\xc8\x36\xdb\xa9\x6c\x8d\xd5\x68\x31\ \x92\xa5\x56\x29\xde\x20\x05\x5a\x27\xc4\x6b\x8c\xd8\x00\x2a\x54\ \xbb\x41\x83\xc5\x9a\x31\x81\x48\x23\x15\x81\x32\x90\x61\x48\x2c\ \x36\x24\x10\x8b\x45\x63\xc8\x98\x00\x24\x3a\xf1\x19\x54\xcd\x7d\ \xf8\x12\xf8\x7e\xfd\xd2\x8b\x5f\x87\xe1\x18\xf7\xfb\x13\xb7\xd1\ \xe2\x32\xf3\xec\x06\xb2\xc1\x62\x34\x9a\xd9\x78\x29\x59\xaa\x31\ \x43\x5d\x2d\xa4\x24\x2c\xf8\x0f\x27\x51\x01\x79\x41\xf7\xd9\x42\ \x23\x16\x8d\x02\x1a\xc5\xc6\x02\x53\xf8\x77\x2b\x68\x14\x2a\x38\ \x18\x83\x42\x21\xa1\x2b\x85\x40\xd1\x42\x2e\x05\xc1\x90\xc1\xc1\ \x21\x41\x41\xf0\xa0\xd0\xc0\xa0\xc0\x5f\x98\x85\x1c\x96\xec\xea\ \x6d\x5c\x0a\x11\xa7\x2f\xfc\x33\xe5\xc3\x9f\x1f\x9e\x98\x98\x2c\ \x70\xc2\x2b\xa0\x02\x7c\x0c\x81\x92\xc5\xd2\x29\xa3\xa2\x05\x38\ \x0e\x27\xa5\xe7\x09\xd4\x56\x12\xa7\x12\x29\x19\x5a\x95\x5a\x42\ \x07\x4e\x10\x1a\xc2\xd2\xc9\xa2\xe4\x2a\x01\x57\x16\x2d\xa0\x4b\ \xc4\x5c\x91\x5c\xc0\x60\xa8\x98\x12\x09\xe0\x1e\xa6\x56\x27\x8f\ \x64\x10\xa0\xfa\x78\xfc\x42\x1a\xee\xff\xe7\xe8\x4c\xfc\xd9\x5c\ \xf3\xbf\x7f\x08\x1e\x84\xc8\x13\x59\x90\x90\x48\x65\x6f\x24\x91\ \x45\x76\xc9\x63\x89\x2d\xbc\x08\x7e\x82\x58\xaa\x76\xb5\xc6\x52\ \xfb\xbe\x06\x39\xa1\x4c\x63\x09\x55\x4b\x49\x69\x7b\x7a\xb4\x1d\ \xa5\xfa\xab\xa3\x65\x94\x76\xda\xaa\xce\x9c\x69\x4d\xbd\xe6\x75\ \xce\xfc\x17\xcf\x75\x37\x25\xb2\xe7\x56\x77\x3e\xd7\xfb\x73\xdd\ \xdf\xeb\xfb\xf1\xef\xf7\x47\x79\x51\x24\x14\x06\x97\x27\x92\x08\ \x81\x8d\xa4\x48\x14\x8c\x88\x08\x21\x10\x2d\x89\x9c\x27\x94\x09\ \x24\x12\x9a\x84\x23\x91\xd3\x29\x8a\x08\x81\x2c\x02\x0c\x4e\x0a\ \x2e\x47\x52\x1e\x1b\x2f\x96\x47\xc4\x53\x68\x34\x14\x5d\xc0\x0d\ \x44\x11\xf0\xd8\xc0\x1f\x07\xfd\xbc\x7c\xc0\x38\xea\xe7\x83\xf5\ \xf7\x0b\x8d\x26\x81\x9d\x07\x60\x3e\x60\x7d\x12\x01\xeb\x4f\xc2\ \xa2\x48\xb7\xa2\xc3\x42\xbd\xb1\x50\x4a\xa1\x48\xc0\xa2\xd0\x19\ \x2c\x31\x97\x27\xe3\x96\x27\x06\x0a\xe9\x0c\x9e\x84\xeb\x47\x67\ \xf9\x81\xb7\x63\xe1\xb9\xf2\xc8\x08\x36\x27\x5c\xa8\xc2\x83\xcd\ \x05\xb4\x28\xe0\x29\x54\x92\xf0\x70\x1e\x87\xc1\xe2\xc4\x36\xa7\ \xb5\x95\x8a\x55\x29\xb1\xf1\x09\x29\x5d\x0b\x9d\xc5\x55\xa6\xea\ \xee\x81\x9a\x6b\x6d\xc9\x5d\x35\x8f\x97\x1b\x87\xb7\x9f\xdf\xbf\ \x38\x5b\xbc\x7d\xbd\xf9\x4b\xed\xd3\x8e\xd6\x8e\xdb\x0b\xf9\x63\ \x93\x4f\xa7\x6b\x4b\xef\x6f\x5a\x0f\x1e\xf3\x99\x3b\x87\x7a\x98\ \x4e\x43\xc6\x18\xf9\xce\x38\x32\x52\xaf\xc1\x3c\x3a\x78\xb8\xf9\ \x36\x7f\x7d\xf3\xd3\xeb\x0f\xdf\xce\x74\xc6\xfd\x7d\x68\xda\x81\ \x4f\xf4\xf4\x74\x27\x6b\xec\x7c\xad\x1a\x4e\x26\x1a\xa9\xf5\x9e\ \x95\xbc\xbe\x73\xc4\x68\x80\xf1\xec\x62\xe7\xeb\x67\xb3\x59\xa9\ \xe5\x2b\xad\xfb\xee\x4e\x1e\x1e\xbe\x57\x5d\x3d\x1d\x9d\xaf\x86\ \x5c\x19\x75\xb6\xe4\x8e\x86\x04\x00\x5b\xd8\x1e\xe5\x74\x35\xea\ \xca\x95\xa8\xfa\xf6\xd1\x2b\x51\x49\xa3\x60\x9c\x5b\xdb\x58\x01\ \x78\x05\x54\x6b\x65\x63\x16\xc8\xd6\xca\xc6\xda\xd5\x99\xd5\x95\ \x17\x01\x1d\xdd\x7d\x8f\x72\xaf\x4c\xa6\xb6\xbc\xbd\xbf\x5c\x9d\ \x55\x9d\x5c\x1a\x1f\x13\x1f\x9f\x91\x35\xd2\x50\x5d\x5e\x5e\xda\ \x50\x9a\x5c\x5a\x3d\x54\x6d\x4a\x8c\x4c\xa8\x2b\x4f\x48\x4e\x6d\ \x69\x28\x2d\xad\x4e\xaf\x1e\x6c\xe9\xeb\xae\x1e\x4c\x4f\x49\xcd\ \xa8\x6e\x49\x19\x69\x69\xee\xae\x4b\x4f\xee\x1c\x18\xa8\x6e\x6e\ \xec\x69\xcc\xe8\x69\xab\x69\x1b\xe8\x4b\x6d\xea\x6e\x1b\xaa\xee\ \x6d\x6c\x6b\xee\x6b\x1b\xec\x1b\xe9\xed\x6a\x1c\xea\xaa\xee\x34\ \x55\x0f\x0d\xf6\x74\x97\x97\x17\xb6\x9a\x0a\x06\xda\x5a\x73\x9a\ \x87\xb2\xaf\x35\x57\x15\xd6\x14\xdf\xb8\x71\x7b\x7e\x7c\x78\xec\ \x7a\xc1\x8d\x8e\xb1\xe5\xdb\x15\x63\x37\x6e\xd4\x8e\xdf\x98\x7e\ \xbe\x38\xfe\xf4\xd9\xc9\xb3\xf9\xa7\xcf\xf6\xf6\xde\x6c\x6e\x3e\ \x7a\x7c\xcf\xe0\x94\xbb\x04\x75\x52\xfd\xf3\x9f\x7f\xfd\xe3\xaf\ \xff\xf8\xe7\x3f\xff\xf8\xe3\x8f\x7f\xfc\xf9\xb7\x7f\x42\x3d\x75\ \xfe\xfc\x77\xfd\xe3\x8f\x8f\xf6\x5e\xbe\x3d\x38\x3a\x7f\x7b\x74\ \x7e\xf6\xf8\xed\xe6\x97\xb4\xa0\x20\xf0\xe7\xe3\xd0\x09\x78\x06\ \x41\xc0\x00\x00\x4d\xc7\x32\x28\xc9\x85\x63\x05\x0d\x1c\x30\x72\ \x05\x05\x87\x05\x47\x47\x87\x65\xde\xfa\xb5\x2c\xba\xbf\x1f\x0a\ \x12\xf7\x0f\xa4\x7b\x41\x3d\x92\x83\xb9\x93\x06\xeb\xc5\xdb\x26\ \xae\x4f\x10\x8a\xd3\xbd\xef\x69\x17\x14\x4a\x4f\xd0\x8e\xf0\xef\ \x8d\xc2\x86\x8f\xfc\xab\xb3\xa3\x1e\xef\x4f\x98\xf5\xa3\xb9\x73\ \x68\x7c\x66\x10\xd6\x36\xe7\xab\xd9\xeb\x8d\x7d\x30\x2a\xf1\xf6\ \x2e\x0d\x80\x11\x18\x84\x60\x14\x9e\xee\x17\x28\x8a\xfb\x3a\x37\ \x11\x41\x02\x06\x03\xdf\xe7\xea\x4a\x0b\xe5\x9d\xc4\xf8\xd1\x24\ \x8a\xaa\x77\x9b\xe7\x1d\x03\xa6\x38\x0e\x4f\x2e\x12\xc7\xc4\xcb\ \xc5\x71\xbd\x5d\xb2\xe4\x03\x47\x47\xf0\x97\xdf\x31\x1a\xb6\x80\ \x0f\x34\x6f\xbd\x33\x4a\x75\x3a\x9d\xd6\x60\x3e\xdc\xfa\x6c\x7f\ \x67\xdb\x3a\xb4\x02\x31\xb2\x1a\x0c\x16\xed\x8e\x41\x0d\x48\x48\ \xa7\xb7\x43\xb3\x59\x1a\xa3\xd9\x08\xe8\xcb\x6a\x36\x1e\xda\x00\ \x7e\x69\xb4\x76\xb3\x45\xa3\x34\xdb\x00\x69\x69\x0d\x6a\x1d\x95\ \xa9\xd1\x50\xc9\xcc\x2d\xe0\x00\xf9\x64\xb5\x99\xcc\x94\x1a\xf4\ \x4c\x32\x86\xa9\xb6\x19\x5f\x5b\x2d\x7a\xb4\xd2\x66\xdb\x32\x18\ \xb5\x08\xa4\x52\x43\x46\x28\xa5\x7a\xa3\x0e\x0d\xc5\x2f\x63\xa0\ \x14\x7b\xa6\x94\x8f\x54\xea\x70\x44\xa5\x52\x6a\x33\x33\x81\xd2\ \xc1\x98\x1a\x0c\xf5\xc7\x3c\x39\xda\x0d\xee\x8e\xa3\x62\x70\x68\ \x9c\x9e\xe8\xe6\x26\x85\x0a\x49\x3d\x1c\x10\x7c\x0f\x57\x9c\x94\ \xef\x01\xd0\x0b\x90\x50\x40\x7d\x49\xee\xc4\xdc\x54\x48\xee\x14\ \x18\x41\x67\x97\x46\x3d\x11\xb6\x4f\x06\xb0\xe5\x5b\x5a\xb5\x52\ \x8f\xa1\x02\x5c\x53\x92\x99\x4a\xbe\x14\xd8\x53\x32\x8e\x4c\xe4\ \x63\x90\x64\x26\x46\x2a\x45\xa2\x31\x54\x9c\x03\x91\x89\x06\x9e\ \x13\x87\x73\x75\x77\x77\x87\xc3\xe1\x30\x68\x1d\xa1\x03\x02\xe8\ \x97\x07\x12\x06\x83\xbb\x3a\xff\xe8\x91\xec\x08\xe4\xca\xd7\xd7\ \xd7\xd1\x15\x5a\x4e\xe8\xf2\x13\xbe\x3f\x14\xb0\x8b\x88\x41\xc2\ \x06\xf9\xe0\x49\x99\xbf\x00\x7c\x26\x60\x51\x50\xa5\x4a\x59\xe6\ \x2f\xbf\xfa\x07\x32\x68\x14\xb6\x40\x20\x24\x44\x07\x87\x85\xf5\ \xff\x12\x1d\x04\x6c\x3b\x8b\x23\xe3\xb0\xd8\x6c\x2c\x30\x50\x0c\ \x1a\x87\xc3\x63\x09\x79\x74\xf0\x47\x11\xf2\x08\x0c\x14\x0b\x1f\ \x18\xe8\x07\x80\x8c\xc0\x00\x1a\xe1\x8f\x67\xa3\xe8\x2c\x3c\x83\ \x4e\x07\xd6\x30\x1a\x8b\x25\x61\xfd\x58\x12\x9e\x80\xc2\x92\xb0\ \x23\x28\x72\x19\x5b\x42\x01\xb2\x05\x60\x4a\x11\x23\x96\x27\xc8\ \x44\x0a\xb1\x40\xc4\x12\xf3\x54\x62\x05\x87\x23\x8a\xa7\xf8\x49\ \x64\x72\x91\x4a\x35\x52\x19\x9b\x15\x9e\xa2\x82\xb2\x28\x80\xc3\ \xc4\xd3\xe9\x28\x2c\x94\x75\x81\x0d\x64\x60\xb1\xd0\x60\xe9\xe5\ \xed\x8d\x0d\xca\x0c\xf3\x26\x04\x01\x8d\x85\x62\x78\xbc\x42\x49\ \x61\xd0\xf2\x68\x60\x0e\xfd\x08\xac\xc0\x40\x3c\x8f\x47\x09\x04\ \xcf\x64\x08\x28\x81\xde\x81\x6c\x36\x5b\xc8\x11\xb0\xc0\x46\xfa\ \x01\x7d\x62\xf0\x28\x2c\xb9\x5c\x84\xa5\xd0\xc0\x63\x50\x04\x16\ \x4f\x80\x22\x80\x9b\xc4\x42\xae\x98\x43\xe7\x28\x14\x29\xa9\xa9\ \x0a\x79\x62\x8c\x4c\x1c\x9f\x98\x57\x58\x90\x5d\x35\x94\x9e\x98\ \xd0\x65\x4a\xce\x8a\xed\xbc\x9d\x77\xf2\xec\x74\xfc\xe9\xde\x8d\ \xf5\x0f\xf3\xc3\x47\x8b\x2f\xf3\xc6\xce\xc6\x6e\x3e\x3b\xbe\x7f\ \xfa\xa8\xe0\xfa\xcb\xf5\xa1\xaa\x1d\xdd\xfe\x67\xcb\x97\x4d\x23\ \x9a\x4a\x25\xeb\xb6\x9c\xd1\x1a\xea\xe1\xfd\xa3\x6f\x8f\x1e\x9d\ \x17\xb7\x6e\x6a\xdd\x9c\x5e\xdb\xf4\x7a\xf3\xa7\xc7\x76\xa3\xc6\ \xa6\xa1\x62\x7c\x71\x60\x74\x44\xa3\xa1\x80\x5f\x37\x58\xee\x94\ \xb2\x93\x13\x79\xe1\x32\xab\x7f\x7d\xf6\xfb\xa3\x7d\xbb\x6e\x47\ \xef\x4e\x36\xbc\x56\x3a\x7a\xba\x39\x39\x87\x24\x5d\x85\x5d\xad\ \x9f\x9a\x0b\xf0\xcd\xcd\x0d\xa9\xcf\x75\xf4\x9c\x08\xf1\x0c\x09\ \x88\xca\x0d\x19\x6d\xcf\xbd\x9a\x04\xcd\xb4\xcf\x6c\x00\xc5\x9a\ \xf9\x11\x78\xbf\xb6\x36\xb1\xf4\x62\x65\x65\xa9\x64\x66\x63\xf5\ \xd5\xe8\xe5\x40\xc1\xb6\x47\x2e\x53\xdd\x13\x23\x4f\x89\x48\x8b\ \x4f\x4f\x4b\x48\x4f\x8e\x8d\x4b\xce\xca\x8a\x8d\x48\x48\x4f\xab\ \x4e\x4e\xcd\x4a\x6f\xc8\x90\x45\x26\x24\xc4\x67\x65\xb5\x98\x06\ \x86\x12\xca\x1b\xd2\xb3\x32\xaa\x87\xfa\xca\x93\x1b\x9a\xbb\x5b\ \xea\x06\xcb\x4d\xbd\x5d\xd5\xd5\xcd\x9d\x9d\x55\x35\xf9\xf9\x95\ \x05\x39\x85\xb5\xd9\x85\x45\xa5\x9d\x95\x37\x3b\x4d\x55\xad\xc5\ \x55\x8d\xd9\x00\xb6\x9a\xab\xba\x4c\x7d\x7d\x9d\xcd\x4d\x3d\x5d\ \xdd\x55\xd7\x7a\x9a\xfb\x1a\x0b\xdb\xda\x1a\x47\x06\x7a\x9a\x0a\ \x6a\x2a\xf3\xf2\x6e\x0c\xdf\xb8\x3d\x5e\x71\x33\x67\xac\x63\x78\ \xfa\xcd\xb3\xc9\xe9\xda\xe9\xfb\xc3\xf3\x4f\x97\x97\x17\x9e\x3d\ \xdb\x7e\xb6\xbb\x5d\x3b\x79\x7a\x76\xf9\x70\xf3\x9e\x05\x99\xb4\ \xf1\x1b\xd0\x2b\xa8\x79\xce\x1f\x7f\xfc\xef\x1f\x90\x5c\x81\xd3\ \x3f\xff\xf9\x4f\xe8\xfc\x6f\x1b\x98\x97\x47\x2f\x8f\x8e\xde\x9e\ \x7f\x39\x7b\xf8\xf0\xee\xc3\x07\x0b\xb4\x5b\xc0\x9b\xe1\xa1\xa5\ \x18\x04\x3f\x14\xcd\x0f\xea\xe5\xe2\xe7\xcd\x48\x2c\xba\x71\xad\ \x39\x16\x4b\xca\x04\xfb\x6e\xd9\xad\x60\x52\x66\x70\xd9\x9d\xcc\ \x7e\x68\xd1\xe9\xad\x68\x1f\x02\x0a\x15\x0d\xe5\x9b\x77\x2d\x5e\ \x7e\x38\xaf\x88\xc1\xfa\xfb\xf0\x2a\x94\x9e\x67\x5e\xa5\xbe\x3b\ \x66\xdb\xe7\xe7\x35\xb2\x96\x53\x44\xc0\x54\x09\xec\xfb\x5b\x74\ \x40\x54\x48\xbb\x83\x20\x33\xf8\x97\x82\xd9\x5c\xdf\x77\x0b\x69\ \xcf\x47\xab\xc3\xb0\x11\xf0\x7a\x5e\x20\x54\xc2\x4e\xa0\x28\x22\ \xbf\xd4\xcf\x9c\xf1\x08\x6c\x0a\x1d\x55\x2a\x5d\xaa\x89\xc6\x3f\ \x35\xa1\xd8\xb2\xf2\x03\xc3\xe7\x7b\x17\x9f\xde\x74\x3c\xba\x56\ \x9e\x22\x4e\x48\x8e\x54\x35\x34\x74\xa7\x26\x1f\x3a\x5b\x6c\x5b\ \x46\x83\x45\x67\x31\xdb\x77\x3e\x59\x8c\x7a\xad\x91\x6f\x34\xeb\ \xb4\x4a\xab\x59\x6d\x34\xbf\xb7\x1e\xda\xed\x5b\x5b\xc6\x4f\x66\ \xb3\x41\x67\xd3\x68\xcd\xd0\x02\x42\x83\xcd\xa2\x31\x1e\x6e\xbd\ \xd3\xeb\xb7\xcc\xc6\xfd\x6f\x36\x88\x96\x8c\xc0\x26\xf2\xcd\x06\ \xcb\x8f\x4e\x7e\x4a\xa8\x7f\x0c\x20\x24\xbd\xd9\xaa\xa3\x6a\x95\ \x6a\x2d\x1f\x4a\xa8\x97\x32\xd5\x6a\x8b\xd5\xb8\x6f\x34\xe3\xa8\ \x56\x8b\x55\x2d\xd5\x33\x3d\xa8\x5a\x0d\x06\xa9\x56\xab\xf5\x7c\ \x0f\x07\x18\xc2\x83\x6f\x65\x32\x75\x50\x20\x0f\x15\xc3\xd4\x9b\ \xa5\xc0\x0e\x32\x8d\x1a\x77\x0c\x5f\x49\x95\x2a\xa5\x54\x26\x06\ \x81\xc0\x21\x99\x00\xc8\x10\x52\xaa\xa3\x33\x90\x2e\x38\x99\x8c\ \x83\x13\x71\x70\x1c\xdf\xc3\x13\x86\x61\x7a\xa0\x3d\xa2\xea\xa3\ \xda\x67\x27\x26\x4a\x4a\xa6\xa6\x72\xeb\xa7\x96\xe6\x7c\x3d\x8c\ \x8f\x0d\x1a\xa2\xda\x42\x65\xa2\xd5\x4c\x26\x1f\xd8\x4f\xa9\x01\ \x68\x22\x11\x0d\x68\x0a\x6a\xae\xcc\x24\x12\xf9\x50\xfb\x53\x32\ \x06\x8d\x84\x41\x4b\xa2\x91\x38\x04\x82\x88\xc4\xb8\x23\x11\x80\ \xa3\x11\x6e\x70\xb8\x3b\xd2\xd1\x19\x6c\x9c\x03\xdc\xdd\xcd\xd9\ \x05\x0a\xb0\x77\x74\x73\xf5\x74\x76\x87\x39\xba\x78\x7a\x3a\xfe\ \x04\x25\xf8\xe1\x05\xec\xf2\x8c\xf0\x86\x06\x95\x8c\x47\xc3\x07\ \x05\x61\xf1\x41\x61\x28\x28\xc3\xe1\x4e\x19\x81\x02\x3e\xeb\x2c\ \x86\x00\x0b\x06\xa3\xfe\xb0\x3b\xb7\x82\x82\xc0\x18\x26\xe0\x72\ \x69\x5e\x5e\x34\x46\x20\x0d\x05\xee\xa7\xb3\x25\x2a\x3c\x85\xcd\ \x48\x10\x52\x38\x6c\x16\x83\x46\xf0\xa2\xd3\x05\xd0\xd4\x38\x96\ \x82\x15\xb0\xf0\x74\x2f\x36\x9d\xe0\x07\x64\xc6\x1f\x60\x0e\x1b\ \x2f\x56\xc9\x38\xb1\x22\x61\x38\x87\x21\xa3\x13\x24\x62\x39\x27\ \x3c\x41\x2e\x51\xb0\x65\x0a\x99\x42\x01\x48\x07\xc5\x10\x73\x81\ \xf2\x89\x44\x1c\xb1\x48\x10\x09\xa4\x2c\x2e\x62\xb0\x25\x35\x43\ \x1e\x23\x53\x09\x68\x50\x35\x3c\x18\xd5\x18\x02\x01\xc1\xdf\x9b\ \x04\x94\x13\x0b\xc5\x5f\xf8\x79\x03\x34\xf7\xee\x8f\x0e\xf2\x0e\ \xcd\x24\xe1\x43\xcb\xfc\xfd\x82\x43\x01\x73\x85\xf9\x67\xf6\x87\ \x79\x61\x03\x05\x40\x54\xb9\x32\x0e\x57\x20\x04\x76\xd2\x9b\xce\ \xe6\xc9\xa1\x28\x1e\x0a\x8b\x81\xf2\x62\xb0\xb1\x3c\x0a\x5b\xc4\ \x4b\xe0\x60\x69\x02\x16\x9d\x11\x48\x0f\x64\x50\xf0\x02\x01\x03\ \x48\x29\x8f\xc2\x61\x09\x24\xe1\x71\x11\xe1\x72\x55\x44\x62\xb8\ \x50\x96\x38\x38\x94\x95\xd2\x35\xd4\xd0\xd0\x55\x9a\x98\xde\xdc\ \x99\xd7\x93\x95\x9f\xdd\x31\xf6\x65\xf7\xe9\xf4\xd1\xdd\xd3\xc5\ \x2f\xeb\x93\x7b\x8b\x8b\x93\xe7\xd3\xf7\x1f\x9d\x4f\x3e\x5f\xce\ \x1f\xaa\x38\x7b\x76\xa4\x56\xb7\x5e\x3e\x3e\xfc\xa4\x95\xee\x48\ \x3d\xe1\xca\x47\xb5\x6f\x1e\x3f\x3a\x5e\x5c\x5c\x5e\xd8\xf4\x75\ \x45\x1b\x76\x8c\x54\xad\x85\x69\x78\xfd\xc9\x6a\x87\xaa\x8f\x11\ \xee\x70\x67\x67\xb4\x92\x0f\xa8\xd8\xd1\xd9\xa5\xde\x63\x91\xd7\ \x82\x4c\x82\xd9\xf6\x37\x37\xcd\x48\xad\x1a\x87\xc1\x21\xb7\x2c\ \x80\xad\x5c\x1c\x93\x4a\x4a\x72\x4b\x66\x96\x66\x6d\xf0\xa8\xdc\ \xa9\xb5\x2b\xcc\xab\x4e\x01\x9e\x8e\xf5\x25\x49\xb9\xed\x40\xb2\ \xda\xa7\x66\xa7\xa6\x96\x56\x66\x66\xa6\x56\x37\xe6\x96\x56\xd7\ \x80\x2d\x5c\x9d\x5d\xda\x98\x6a\x9f\x59\x9b\x79\xf1\x42\x53\xf4\ \xb2\x43\x37\xf7\x59\x91\x56\x57\x1d\x97\x5e\x9d\x5a\x5a\x9d\x9c\ \x90\x92\x9e\xe5\x11\x79\x05\x00\x00\x20\x00\x49\x44\x41\x54\x55\ \x9d\x91\x98\xd6\x9d\x98\xd5\xd6\x3d\x58\x5e\x9a\x9c\xa0\x48\x4e\ \x8b\x2d\xaf\x2b\x6f\x69\x68\xac\xcb\x68\xc9\x32\x35\xd7\xf5\x95\ \x96\x96\x37\x8c\xb4\x0d\x66\x94\xd7\x75\xd5\xb5\x35\x97\x96\x0f\ \xb4\x35\x37\xd5\x34\x36\xd5\xd4\x5c\x6b\x1c\x28\x2a\x6a\x6d\xea\ \xcc\x2b\x28\xa8\x6a\x6c\xae\x1c\x69\xae\x6a\xbc\xf6\x63\x9e\xab\ \xb3\xaf\xa0\x29\xdb\xd4\x5c\x69\x2a\xee\x1e\xaa\x01\x74\x55\xd0\ \x3a\xd0\xd8\x5c\x58\x53\x70\x0d\x08\xd6\x58\xf1\xed\xda\xe1\xbc\ \xb1\xf1\xb1\xdb\xb7\x17\xa6\xf3\x76\x17\x17\xe7\xe7\xa7\xd7\xb7\ \x97\x9f\x1d\x3f\x3d\xd8\x5e\x18\x7f\xba\x7d\x71\xf7\xfb\xa6\xc5\ \x23\x77\xe3\x6f\x7f\xfe\x09\xb4\x09\x88\xd5\x5f\xfe\xfa\xbf\x7f\ \xf9\xdf\xff\xfd\xeb\x5f\xc1\xd7\x1f\x7f\x85\x64\xeb\xcf\xbf\xbd\ \x1a\x25\x5e\x9c\x9c\x1c\x9c\x7e\x7f\x78\xf7\xf2\xfb\xc5\x83\xcd\ \x46\x2c\xd6\xdb\x9f\x14\xed\x83\x82\x56\x77\x11\xfc\xc0\x78\x0b\ \x2e\x81\xf1\x88\x5b\x5e\xb3\x5e\x33\x24\x09\xea\x87\x1a\x60\x95\ \x05\x85\xfd\x1c\x5d\xf6\x33\x60\xac\xcc\x30\xf0\x15\xfa\x23\xd2\ \x39\x2c\x38\x88\x3e\x54\xf1\xe1\xf2\xed\x20\xc1\x8b\x90\xf8\x01\ \xed\xf4\x14\x2b\x74\x86\x6d\xde\xff\xf8\xe8\x76\x75\xbe\x2d\x20\ \x77\x76\xd4\xf9\xe1\xb6\xc6\x73\xea\xca\xd5\xdc\x98\x5f\x83\x7e\ \xe6\x04\xcc\x96\x60\xee\xf6\xde\x9e\x5b\x2c\x0b\x8c\x34\xcc\x74\ \xd3\x59\x58\x2f\x6f\x76\x42\xc3\x1e\xac\xdd\x58\xc7\x13\xd0\xe9\ \x81\x94\x94\xdf\x57\x36\xa3\x7f\x6e\x1c\xa7\xb1\xd3\x3a\xec\x1a\ \x1d\xd1\x32\x40\x1b\x79\x62\x37\x32\x5b\x2b\x6f\x36\x36\x0e\x2c\ \xec\x2e\x5e\x20\xa5\x3b\xef\x8d\x06\xa3\x0e\x38\x3b\xb3\xf9\xb5\ \xcd\xaa\xd6\xe9\xb5\xb6\x1d\xbe\x54\x63\xd1\x69\xb4\x46\x8d\xd4\ \x6c\xb0\xbd\x7b\x67\x39\xb4\xe8\xf5\x7a\x35\x50\x1d\x9b\x5e\x67\ \x37\x68\xad\x5b\x3a\xc3\xce\x96\xfd\xfd\x3e\x94\x68\x7f\x08\xd4\ \xc7\x68\xdf\x51\x6b\x95\x66\x9d\xd1\x62\xd4\x1a\xb5\x6a\xbd\xf6\ \x47\x9a\x97\x12\xfc\x20\x6b\xf7\xed\x46\x25\x8e\xaa\xd5\x2a\xf9\ \x44\xa9\xd9\xa8\xb5\xd8\x6d\x7c\xb5\x51\x6d\x93\xf2\xb7\x94\x48\ \xb5\x81\xea\x4e\xb4\x18\xa0\xf0\x67\x1c\x1c\x8d\xa6\xea\x99\x54\ \x28\x1e\x87\x4a\x46\x32\xf5\x7c\xb5\x9a\x4a\x56\x03\xf6\xf2\x00\ \x4a\x87\x56\xea\x90\x54\x60\xc8\xd1\x08\x26\x12\x47\xc6\x40\x75\ \x57\x48\x2a\xdc\x41\x8d\x70\xf1\x40\x42\x0d\x1d\x10\xce\xc0\x9c\ \xbb\x7b\x20\x93\xa6\x20\xac\x9f\x9a\xaa\x1f\x9d\xaa\x6f\x5f\x5a\ \x9a\x08\x70\xd0\x7f\xdb\x32\x6b\xd5\x46\x0d\x93\xac\xd4\x19\xa1\ \xbe\xee\x52\x1d\x50\x3f\x32\x11\x27\xd5\x50\xa5\x1e\x4c\x26\x11\ \x81\x26\xa2\xf9\x4a\x70\x03\x06\x47\xc6\x01\xc7\x8f\x84\x63\x30\ \x18\xa8\x21\x96\x07\x0c\x46\x06\x83\xb2\x03\xec\x0a\xf0\x9a\x2e\ \x9e\x0e\xc0\x1a\x3a\xb9\x3a\x5f\x71\x72\x71\x70\xf1\x75\x82\x39\ \x3b\x3a\x39\x03\xc1\xe2\x28\x62\xd8\x12\x0e\x27\xa6\xad\x6d\xc0\ \x14\x2f\x8e\x01\x23\x69\x4c\xac\x90\xee\x4d\xf7\x02\xbc\xe2\x47\ \x10\x71\x25\x40\x7a\xd8\x12\x6c\xf0\x8f\x39\xa1\x68\x1f\x60\xd9\ \xc4\x42\x82\x1f\x8d\xc5\xa2\x48\x78\x78\x0e\x9e\xcb\xa2\xb3\x69\ \x12\x16\x83\x0b\x4c\x15\x85\xc3\xe3\xd0\x21\xb2\x22\xa0\x08\x81\ \x42\x16\x9e\x43\x13\x70\x44\x84\x40\x06\x0a\x38\x33\x06\x2a\x50\ \xc2\xa0\xc8\x24\x6c\x21\x97\x1d\x21\x54\x88\x78\x62\x39\x8f\xc1\ \xe6\xaa\x24\x91\x72\x71\x8c\x4a\x21\x8f\x97\xc5\xc7\x85\xab\x04\ \x80\x7d\x84\xe0\xae\xf0\xf0\x08\x19\x0b\x92\x16\xb6\x44\x18\x99\ \xd1\xd2\x10\xc9\x12\xb3\x04\x04\x5a\xa0\x98\x81\xc7\xfb\x31\x04\ \x2c\x2f\xac\x0f\x70\x99\x81\x28\x3c\xde\xcb\xdf\x0b\xa8\x17\x0a\ \x1b\xe6\xef\x15\x14\xe4\xef\x43\x0a\xed\x0f\x0a\x0a\xf3\x89\x0e\ \x0a\x83\x22\x57\xb1\x78\x3f\xc0\x87\x0c\x8e\x44\x08\xac\x2d\x47\ \xc8\xa3\x30\x22\x69\x2c\x19\x17\xbc\x1d\xb0\xb1\xf8\x40\x0a\x85\ \xc6\xe6\x01\xc6\xe2\xc4\x81\xdf\x84\x0e\x5e\x39\x90\x42\x27\xd0\ \x18\x2c\x02\x0d\xdc\xc3\x50\xf0\xd8\x80\xf0\x78\x42\x11\x85\x27\ \x91\x0b\xe5\x71\x83\x75\xf1\x71\x89\x71\xb1\x89\xe1\xaa\x84\xd8\ \xca\xa2\xf9\x6b\xbd\x95\xd7\xc7\xc7\x3a\x2a\x46\xae\x9d\x7e\x3b\ \x7f\xf6\x68\x6f\xe1\x43\xde\xf4\x87\xdd\xf9\x37\x67\xa7\x7b\xdf\ \x3f\x54\x0c\xcd\x3f\xdc\x7b\x68\x7f\x56\xfe\xbb\xf1\xd3\xdd\x77\ \x9f\x3f\x62\x7c\x35\xe6\xc5\xf9\xcd\x8b\x1b\xc9\x89\xdb\xa7\x5a\ \xc4\xd5\xab\x30\xfb\x99\x0d\xa7\xc4\x69\x6d\xfa\xcf\x9f\x3f\xdb\ \xef\x99\x11\x0e\xce\xce\x0e\x38\x8c\x2b\x51\xed\x01\x73\x88\x72\ \x81\xf9\x06\x60\xf6\xde\xb8\x8e\xe6\x1e\x1a\x36\xb5\x44\xc0\xf6\ \x54\x26\xf2\xd0\x06\xc8\xb8\xfe\x0a\x18\xed\x7f\x2c\x83\xf0\x45\ \x3a\x4e\x4d\xcc\xb6\x13\x5d\x4a\xae\x96\x40\xcd\xe2\xa3\xa2\xda\ \x27\xea\x47\x67\x66\x27\xea\x67\x67\x36\x56\x00\x56\xb5\xcf\x02\ \xd0\x5a\x9b\x59\x5a\x5a\x99\x9b\x9d\x99\x58\x5a\x03\xe6\x50\x3d\ \xb9\xdf\x75\x38\xd3\xa3\x28\x4f\xeb\xfc\x90\x95\xde\x5d\x5d\x3a\ \xd8\xd3\x55\xde\x53\x97\xdc\xd0\x9b\x51\x3a\x94\x9e\xd1\x92\x9a\ \x5a\x9a\x91\xde\x02\xa8\x32\x25\x2d\x39\x25\xb1\xda\x94\xd1\xd6\ \xd0\xd5\x9d\xd1\xdb\xd3\x3b\xd2\x55\x97\x9e\xd1\xd7\x32\xd2\xd7\ \xdc\xd3\xd6\x59\x93\xdd\xdc\xd4\xd9\xdb\x58\xd8\xd8\x59\xd4\x9a\ \xdd\x9c\x5f\x74\x2d\xbb\xad\xb5\xa6\xb9\xaa\x32\x3f\xfb\x46\x7e\ \x76\x71\x76\x53\x45\x65\x53\x63\x63\x5e\x6b\x55\x51\x67\x73\x97\ \xa9\xa7\xfb\xc6\xf5\x9c\x81\x9c\xaa\xb6\xaa\xb6\xd6\x8a\xdb\xc3\ \x50\x7e\xf3\xd3\xdb\x1d\x8b\xd3\xf3\xc3\x0b\xdb\xd3\xf3\xd3\xf3\ \x79\xdb\x7b\xf3\xa7\xeb\x07\xc7\xcf\x8e\xb7\x77\x77\xd7\xef\x3f\ \xbf\x38\x7b\xe0\x31\xf1\xea\x3f\x7f\xfe\xf1\x17\x20\x55\xff\xf8\ \x2b\xa4\x56\x7f\xfd\xcb\xff\xfd\xbf\x7f\xf9\x0b\x50\xad\x3f\x20\ \xba\xfa\xf7\xbf\xd6\x02\x98\x17\x27\x5f\x3e\xbc\x7c\xfb\xe1\xfb\ \xf9\xe6\xd9\xef\x5f\x23\xcb\xb0\x0c\x5a\x20\xd8\x21\xf0\xd0\x01\ \x63\x7f\xaf\x60\x7f\x1f\x6f\x1f\x1f\x14\xdd\x4b\x10\xd3\xd0\x71\ \x6d\x40\xe6\x7f\xab\x3f\x33\x13\xec\xbd\xa1\x99\x61\x77\xa0\x86\ \xee\xd1\x65\xe0\x72\x58\xd8\xad\xd0\x68\xa8\x79\x5f\x28\x5d\x3c\ \xb4\xf8\x61\x2c\x9e\xc7\x2a\x7d\xe9\xea\x3c\xe6\xed\xf5\x70\xe2\ \xcd\x79\xdb\xe7\xf7\xcb\xa7\x0e\xed\xf5\xf5\x25\xee\x8f\x16\x1f\ \xb9\x96\xf8\x26\xb5\x8f\xfc\x37\xba\x3f\xfa\xeb\x8b\x09\xc7\xd7\ \xc5\x39\x51\xef\x48\x8c\x74\xfd\x6f\x85\x34\x8e\x17\xd6\x4b\xc6\ \xcb\x73\x71\x63\x3e\xce\x13\x51\x18\x00\xef\x78\xf7\xa7\xd0\xf4\ \xa0\xf8\x4f\x12\xe1\xc0\x63\x77\xd7\xc7\x55\xdc\x34\x9f\xfc\xb9\ \x4f\x7b\x2b\xba\xdc\x39\xfb\x67\x9b\xcd\x40\x64\x1a\x77\xac\x46\ \xe0\x00\xcd\x76\xbd\x5e\xab\xb5\x19\x8c\x40\xb6\x34\x06\x25\xd3\ \xa8\x57\x5a\x8d\x1a\x00\x5a\x5a\xad\xd6\x62\x3b\xfc\x64\x91\xaa\ \x75\x5a\xb5\xd6\xa8\xd4\xd8\x0d\x06\xb3\xda\xa0\xd1\x5b\x1e\xdb\ \x77\xac\xef\xf7\x0d\x46\x1b\x94\x53\xb8\xb3\x6f\xdc\xb7\x81\xb1\ \x4e\xc9\x87\xba\x38\x40\xad\xe0\xa9\x1a\xad\x45\x0d\x75\x82\x07\ \x7e\x92\xea\x86\x04\x82\xa5\xc4\xe0\x34\x3b\x36\xb3\x7e\x8b\xa9\ \x01\x1c\xa7\x36\xbf\xd3\x91\xf5\x46\x0c\x92\xa9\x03\xda\x86\x86\ \x23\x70\x18\x0c\xd5\xc8\xa4\x9a\xd5\x4c\xb2\x96\x8f\x26\xaa\x95\ \x46\xa3\x8e\x8c\x56\x92\x71\x18\xad\x9a\x49\x55\x4b\xe1\x64\xa6\ \x3b\x9a\x0a\xc3\xa1\x91\x52\xa6\x92\xe9\xe0\xc4\x64\x7a\xb8\xf2\ \xc9\xee\x18\x22\xd9\xdd\x89\x88\x70\x83\x11\x95\x30\x04\x0e\x08\ \x56\x52\x7d\xfd\xc4\xd5\x24\xc8\x1a\x6e\x6c\xcc\x06\x38\x1b\xa0\ \xac\x32\x2d\x10\x51\x83\x14\xea\x00\x21\xe5\x2b\x0d\x52\xb5\x12\ \xca\x3a\xe4\x23\x01\x55\xf1\xc9\x18\x24\x02\xe2\x2d\x22\x51\x8a\ \xc1\x21\x80\x5e\x61\x1c\xe0\xd0\x0c\x16\xd4\x50\x06\xee\xe1\x0c\ \x75\x48\x76\x70\x75\x83\x39\x39\xbb\xb8\x38\xb8\x81\x8b\x8e\x50\ \x9f\x06\x17\x27\x4f\x5f\x27\xa7\x80\x2b\xbe\x3f\x49\x62\xbb\xd3\ \xca\xe5\xb2\xe4\x94\xf8\x8c\x38\x39\x8b\x13\x9e\xda\x3d\xd2\x38\ \x94\x9e\x9a\x1e\x11\x19\x27\x14\xc9\xd9\x02\x09\x2f\x10\x4f\x60\ \x85\x87\x0b\xf0\x5c\x89\x58\xa0\x92\x2b\xc4\x42\x16\x0b\x4b\xa0\ \x08\x84\x02\x4e\x60\x38\xc7\x0f\xcf\xe6\x41\x6b\x01\x15\x32\x0a\ \x0a\x38\x36\x20\x56\x2c\x16\x5d\xc0\x06\x4e\x92\x00\xf5\xcc\xc2\ \x07\x02\x8b\x48\xf1\xba\xd3\x0f\x1d\xfc\xa3\xb0\xd9\x22\x21\x8f\ \x27\x8f\x14\x45\x00\x21\x54\x08\x23\x78\x0a\x95\x30\x46\x22\x51\ \x48\xb8\xe1\x32\x55\x64\x62\xac\x90\xc7\x51\xf0\xe8\x78\xc0\x5b\ \x71\x31\x5c\xbc\x84\x23\x14\xaa\x84\x72\x59\x4c\x86\x4c\x2c\x8e\ \x54\x49\xb8\x2c\x20\x5a\xc0\x6d\xf2\xfc\xf0\xd0\x4a\x47\x02\xb0\ \x79\x34\x3f\x82\x17\x89\x44\xf0\x0a\xf6\x81\x82\x5a\xa1\x66\xc9\ \x50\xdf\xbe\x50\x6f\xef\x4c\x7f\x54\x70\x50\x10\x8a\x25\xe0\x30\ \xa0\xc6\x38\x74\x14\x81\xcb\xa2\xc8\xc4\x2c\x36\x57\x44\x17\x88\ \x39\x72\x39\x9b\x01\x86\xc3\x40\x21\x5b\xc6\xa0\x61\xf1\x91\x42\ \x3a\x8d\xf5\xe3\x78\x27\x81\x21\x61\x53\x18\x40\x12\x19\x2c\x05\ \xe4\x56\x45\x2c\x0e\x87\x23\x49\x53\x85\x47\xca\x23\xe2\x12\x13\ \xe4\xb1\xaa\xd4\x58\x79\x78\x6c\x79\xf5\x50\xed\xd8\xe4\x8d\xd6\ \x83\x6c\x53\xf5\x8d\xbb\x7b\xb5\x95\xf7\xbf\x9c\x5d\x2e\x3c\xbf\ \x3c\xf9\x78\xb9\xfb\x78\xfc\xfc\xee\xc0\x8d\xb3\xed\xe9\xc7\xcf\ \x06\x5b\xf6\x8c\x96\xe9\xa7\x9b\xc6\xc7\xfa\xf5\xc2\xf5\xe7\x93\ \xbd\x22\x46\xd6\xf6\x85\x21\x37\xc0\x97\xbc\xb3\xf5\xd9\x6c\xf8\ \xf6\xee\x70\xeb\x93\x4d\xf3\xe8\x0b\x19\x86\x73\x75\x76\x42\x03\ \x40\x96\x32\x2d\x4a\x27\x4f\x84\x83\xf5\xae\xf6\x74\xa4\x99\x19\ \xe2\xb6\x45\x3c\x7c\x70\x8f\xec\x8c\x20\x33\xa9\x0e\x4e\x01\x49\ \x57\x43\x46\xa7\x46\x73\x97\xd6\x66\x43\x5c\x9d\x66\xea\x43\x46\ \x47\x9d\xa7\xda\x67\x81\x0f\x6c\x2f\xc9\xcd\x1d\x5d\x5a\x9a\x69\ \x9f\x03\xe7\x4b\xb3\xb3\xb3\x53\x73\x1b\xc0\x17\x3e\x59\x5d\x02\ \x0e\x71\x66\x6d\x69\x69\x6e\x66\x6d\x6e\x63\xaf\xfb\x76\xdb\xdb\ \xab\xd2\xf2\xc1\xed\x94\x96\xbe\xc1\x86\xa1\xa1\xbe\x81\xea\x94\ \xd8\x8c\xee\x96\x94\xc1\xc1\xf4\xf2\xba\xe4\xee\x21\x53\x62\x75\ \x4b\x5a\x6a\x43\xdd\x60\x6a\xc6\x60\x8f\x69\xb0\xaa\xa5\xaf\xab\ \xb7\xa6\x2d\x63\xb0\xd3\x94\xd1\xd7\x53\x55\x3b\x5d\x51\x59\x59\ \x7b\x2d\xa7\xa0\xad\xaa\xb1\xa8\xb5\xb3\x28\xa7\x30\x2f\xaf\x32\ \xbf\xa0\xb5\xb9\xb9\x39\xbf\x20\xbb\x73\xb2\x30\xe7\x7a\x45\xe1\ \xf5\xce\xec\x9c\xd6\x9c\xa6\x82\xc6\xaa\xe6\xb6\xe6\x9e\x06\x40\ \x62\xcd\x35\x9d\x6d\x4d\x55\xf9\x79\xd7\xf3\x3a\xf2\x96\x6f\x76\ \x8c\xcd\x2f\xac\x03\xc4\x5a\x1c\x5b\x18\x9b\x5c\x58\x5f\x9e\x3e\ \xf8\xf0\xe1\x64\x71\xef\xe0\xed\xf1\xee\xc5\xf7\x43\x66\xee\x6f\ \x7f\xfe\x01\x34\xea\x7f\xfe\xcf\xff\xfc\xcf\xff\xfb\xe3\x9f\x7f\ \xfe\xe3\x7f\xff\xe3\x8c\x71\x7b\x05\x69\xd7\x3f\xfe\xfc\xe7\xbf\ \x5f\xac\xcc\x7a\xda\x3e\xec\x2e\xbf\xd9\xde\x3b\xff\x78\x72\xf4\ \xf0\xf3\x91\xf0\xe7\x30\x7f\xbc\x17\x16\x4f\xa7\x03\x8e\x27\xf9\ \x7b\x7b\x41\x9d\xfa\xc0\xd0\x85\xf5\x23\x30\x12\x1a\xc7\x2b\xd2\ \xf1\x10\x5b\x05\x41\x35\x0c\x50\x6e\x4e\x68\x34\xb8\xbf\x2c\x33\ \x33\xfa\x67\x30\x00\xf7\x03\xe5\x8a\xf6\x66\xcb\x5b\xaa\x15\x62\ \x6e\xc4\x53\x37\xb7\x6b\xc1\xd1\x03\x9e\xcc\xf5\xd8\x0e\xf3\x83\ \xdf\x1d\x67\xea\x1d\x47\x7d\x5f\x8f\x9f\xba\xe7\x3a\x5e\x99\x1d\ \xfe\x2f\xd0\xb7\xd2\xb5\x35\x5f\xea\xd3\x26\xa4\x13\x5d\xb1\xe7\ \xf1\xaf\x9b\x74\x16\x0d\x4f\x11\x35\x93\xaf\xf2\xed\x9f\x9f\x67\ \x50\x68\x74\x82\x17\xab\xc6\x33\x57\x40\x22\xd8\x4a\xe5\x1f\x11\ \x66\xa6\xe0\x17\xd5\xc3\xf2\x3d\x0c\x31\x27\x04\x9e\xf4\xb7\x15\ \x83\x5a\xa7\x34\x5a\x0c\x16\xb3\xc1\x6c\x34\x58\x2d\x76\xab\xdd\ \x0a\xf8\xc9\x66\xd5\xeb\x6d\x36\x2d\x94\x83\xb3\x65\x50\x6b\x2d\ \x16\xa0\x16\x4a\x8d\x56\xaf\xd5\x1b\xa0\x09\x75\x83\x19\x30\x94\ \xdd\x68\xb4\x9a\x81\x87\x34\x9b\xb7\x00\x5a\xe9\x35\x56\xbb\xed\ \xd3\x96\x4e\x67\xdf\x32\xef\x58\xc0\xb3\x98\x3a\xb3\x01\x80\x92\ \x51\x69\xe0\x6b\x76\x34\x18\xaa\xc6\xae\x73\x86\x53\xd1\x4c\x26\ \x59\xaa\x31\xd8\x77\x2c\x16\xb5\x56\xa3\x33\x18\xb6\x2c\x18\x83\ \x41\x8f\xf6\x50\xaa\xa9\x54\x3e\x13\x0e\x65\x31\x4b\x8d\x52\xe5\ \xbe\x91\x48\x64\x6a\xe1\x64\x83\x9e\xaf\x01\x66\x11\x5c\x62\x1a\ \xa4\x44\x80\x43\x64\x3e\x13\xa3\xa4\x3a\xb8\x43\x5d\x46\x88\x30\ \x27\x27\x2a\xc6\xcd\x8d\x49\x05\xcf\xc2\xb8\x39\x79\xe0\x60\x6e\ \x70\x3e\x86\x8c\xf4\x05\x84\x55\x5f\x0f\xf6\xcb\x2b\x57\x43\xa0\ \x88\xa7\x00\x57\xcc\x6b\xa3\x4e\x09\xc5\xc0\x1a\xf4\x1a\x0d\x95\ \x4f\x55\xa2\x35\x52\x34\x06\xbc\x08\xa0\x2c\x34\x54\x6b\xaa\x04\ \xd4\x46\xc4\x91\xa1\xf5\xd7\x68\x0c\xd0\x30\x1c\x91\x8a\x84\x23\ \x1c\x3c\xe0\x0e\xce\xee\xc8\x1f\x33\xef\x38\x0f\x57\x67\x18\xcc\ \xcd\xcd\xd9\x09\x9a\xb4\x85\xb9\x39\x43\x21\x85\xce\xce\x4e\xe0\ \xf4\x53\x4f\x43\xe1\x50\x4b\x42\x8c\x88\xd7\x90\x92\x96\x22\x11\ \x52\xb8\x62\x51\x4a\x4b\x7c\xca\x60\x5b\x4f\x53\x5f\x06\x4f\x20\ \xa0\x09\x29\xd0\x62\xe6\x84\x98\x98\xc8\xf0\x38\xa1\x44\x26\x66\ \x70\x18\x0a\xa1\x90\xcb\x08\x97\x70\x78\x0c\x01\x81\x22\x13\xb0\ \xa1\x55\x39\x74\x1a\x9e\xc7\x0d\xe7\xb2\x50\x0c\x1e\x87\xc1\x63\ \xa1\x08\x74\x14\x9d\x22\x61\xf9\x31\xf0\x14\x01\x1e\xec\x46\x5e\ \x74\x01\x4d\x2c\xe6\x09\x65\x12\x59\x8c\x50\x14\x21\x63\x0b\x23\ \xc5\x2c\x19\x70\x7f\xe2\x18\x39\x8f\xcb\x95\xc9\xc5\x0a\x31\x5b\ \xc4\x8a\x15\x0a\xf1\x1c\x45\x64\xb8\x2c\x51\x18\x2f\x8f\x11\xa5\ \xa6\xa4\x00\xf3\x9f\x10\x2f\x97\x09\xa1\x15\x8b\xf8\x40\x16\x14\ \x00\xe6\x47\xf7\xc6\x63\xe9\x5e\x99\x5e\x04\xac\x97\x1f\x2a\xd4\ \x3f\x08\x5c\x0d\xf6\x0f\xf4\x89\x26\x65\x42\xed\xaf\x48\x77\x00\ \xa9\x93\x48\x24\x2f\x2f\x2f\x02\x14\x94\xc1\xe3\x08\x51\x02\x96\ \x80\x2b\x8b\xe7\xb1\x23\x22\xb9\x2c\x89\x2c\x56\x4c\x11\x31\x50\ \x6c\x3a\x4f\xc6\x66\x13\xe8\x78\x4a\x20\x9d\x42\x10\x06\x42\x65\ \xd0\x0c\x31\x8f\xa7\x52\x88\xb8\x72\x09\x45\x46\xe1\x45\x28\x24\ \x62\xa1\x90\x13\x2e\x66\x47\x46\xc6\xa9\x12\x53\x64\xf1\xe1\x31\ \xe2\xf0\x98\xf4\x94\x6a\x45\x4c\x4f\x79\x6b\xe7\xe4\x40\x4e\x61\ \xd3\xf7\xaf\x15\x15\x8d\xb5\x27\xcf\x17\x2f\x1e\x7f\xdc\xbc\xf8\ \xfa\xf0\xd9\x87\x1b\x03\x95\x2f\x4f\x2f\xa6\xcf\x6f\xdc\x18\xdf\ \x39\xef\xad\x38\xdc\xba\x5e\x97\xdf\x53\x57\x51\x9d\x1e\xc9\xe8\ \xbd\x78\xcf\xd4\xbd\x33\x3a\x60\xf4\x9a\x9d\x4d\x9d\xed\x62\xe7\ \xdb\xa3\xc7\xf3\x9b\x87\x7c\xa2\x96\xe9\x0e\x77\x85\x93\xb5\x44\ \x24\x5a\x8f\xc4\x79\xc2\x3f\xef\x60\x1c\x9b\x0a\xbe\x95\x84\xc0\ \x3f\x9d\xef\x30\xa9\xc0\xf1\xc3\xe0\x57\x92\x92\x26\x72\xa1\x16\ \x8f\xb0\xdc\xdc\xa9\xa5\xdc\x89\xa4\xa8\xfa\xa9\xa8\xa8\xa9\xb9\ \xa4\xdc\xd9\xf6\x80\xf6\xa9\xa9\xf6\x89\xb9\xa5\x89\xa5\xa9\xa5\ \xb9\x89\x99\xb9\xd9\x35\xe8\xf8\xe0\xca\xca\xda\xec\xc4\xcc\x2c\ \xf8\xb7\x36\x35\x33\xb5\xd4\x3e\x50\x71\x59\x33\xe9\xeb\xb2\xb3\ \x3b\x9f\x5d\x3b\x32\x14\x9f\x5a\x9d\x91\x5e\x6e\x4a\x4e\x4f\x8c\ \x1b\x8c\x4f\x1b\x6a\xe8\xed\xad\x6c\xc8\x8a\x4b\xec\xee\xb9\x79\ \x23\x67\xa0\xbb\x3c\x2b\xa3\xaf\xbb\x6a\xa0\xb1\xaf\xab\xae\xa1\ \x2b\xbb\xa0\xb8\xa9\x30\xa7\xb5\xa9\x32\xbb\xb0\x32\x3b\xbb\xb8\ \xb2\xa9\xb0\x29\x7b\xa0\xf3\x5a\x4d\x6b\x5f\x73\x41\xfe\x40\x63\ \x53\x4e\x4d\x7e\x71\x65\x71\x6b\x53\x61\x51\x01\xf0\x89\x45\x45\ \x9d\xdd\x4d\x8d\x7d\x7d\xe5\xa6\xb6\x9a\xec\xb6\x9a\x46\x60\x22\ \x2b\x0b\x73\xf2\xae\x0d\xdf\xbe\x31\x5c\x91\x5d\x3b\x39\x36\x5e\ \x31\x36\xdd\xd1\x31\x59\x3c\x3e\xbf\xb8\xbe\xb7\x5d\xbb\xbc\x3b\ \xbe\x70\xb4\xb7\xb0\x70\x76\x7f\xfd\xfb\xe7\xc7\x3b\x5b\x7c\xa8\ \xd7\x1c\x75\xdf\x7c\xf8\x69\xf3\xdd\xe1\x83\xf3\xd3\xa3\x8f\xdf\ \x80\xc2\x3f\x7e\xf4\xfe\xd1\xe6\xc3\xe3\xa3\x8f\x27\x0b\xdb\xcf\ \x8e\x77\x3f\x7c\x39\x3a\xdf\xcc\xf3\xfb\x35\xd4\x87\xe4\x1d\xec\ \xe3\x0d\x46\xa7\xd2\x6e\x19\xc5\x0f\x90\x36\x10\xa4\x20\x1f\x14\ \xd6\xdf\x87\x26\xaf\x9c\xac\x51\xf9\x93\x80\xff\x0b\x0b\x86\xa2\ \x05\xca\xca\xa0\x0e\x8f\xb7\x32\x43\x83\x42\x7f\xfe\x35\x2c\x33\ \x2c\x33\xf8\x56\x58\x30\x36\x10\x1b\x48\xe1\xd1\x45\xcf\x5c\xc9\ \x37\x02\x83\x85\x5f\x47\xef\xf7\xf5\xdd\xbb\xd4\x46\x4d\xb4\xe3\ \x92\x46\x35\xcf\x5e\x5a\x1c\x43\x46\x37\x3e\xfe\x97\x14\x5c\x16\ \xc8\x7c\x32\xea\xfc\x79\x59\x3f\x9b\x46\x79\xec\xf6\xef\x65\x9a\ \x90\x26\x50\x0c\x6e\x79\x48\xe1\x4c\xfe\x7a\x1d\xd8\x89\x02\xf1\ \xb4\x96\xf7\xa3\xe9\x61\xa4\xd3\xdd\x4a\xdc\x9e\xb4\xf0\xe7\xe8\ \xf2\xc7\x67\x27\x8f\x1d\xd6\x71\x57\x1c\x9e\xfc\x49\x7c\x67\x03\ \xa2\xa3\xd7\x19\xf7\xcd\x40\xb5\x2c\xc6\x9d\x43\x33\x90\x25\xa3\ \xce\xaa\xb7\xd8\x76\x2c\x06\xa3\x41\x07\x05\x3c\x5b\x80\x5c\x59\ \x34\x7c\x0b\x5f\x6d\x3f\x34\x6b\x94\x40\xd9\xac\x80\x8f\xcc\x36\ \xa0\x6f\x66\xe3\xd6\x6b\xa3\xd6\x6a\xb3\x6f\x41\x7d\x49\xb7\x2c\ \x66\xa3\x06\x38\x47\xad\x85\xaf\x01\x82\xa4\x33\xeb\xa8\x7c\xb3\ \x79\x9f\xc9\x07\x38\xa6\x75\xf4\xd0\xf2\xa1\xfa\x27\x8b\x51\xa3\ \xd7\xe9\x75\x6a\xb3\x59\x67\xdd\xb1\x51\x91\x7c\x8d\x43\x14\x46\ \xa7\x56\xaa\x01\x29\xa1\x89\x52\xa3\x81\x4f\xb5\xd8\x8c\x18\xa9\ \x1a\x87\xd1\xab\xf9\x6e\xce\xc0\x1f\x62\x98\xd0\x1c\x13\x55\x4d\ \xe6\x4b\x89\x50\x8b\x2c\x22\x8e\x8f\x81\xa1\x3d\x3c\x9d\x99\x64\ \x37\x34\x1a\xee\x01\xa5\x75\x39\xa0\xc9\xf0\x1f\x19\xd0\x88\x80\ \xa4\xa8\xa8\xdc\xa4\xa8\xa4\x92\xab\x51\xf5\xb3\x2f\x5e\xcd\x44\ \xc1\x0d\x3b\x06\x0d\x5f\x29\x55\x6b\xf8\x18\xa6\x1e\x03\x89\x20\ \x1f\x00\x16\x19\x29\xe5\x53\x89\x1a\xa9\x12\x03\xd5\x89\x12\xc9\ \x40\xc2\x7e\xd0\x16\x50\x2c\x38\xe4\x0c\x1d\x60\x70\x38\xdc\xc1\ \xdd\xdd\xdd\x0d\xe6\xee\xe1\x00\x43\xba\xf9\xba\xbb\x06\x38\xba\ \xbb\x07\x38\xb9\xfa\x3a\x20\xe0\x40\xb2\xdc\x5c\x5d\x81\x33\xfc\ \xe9\xf7\x85\xa3\xc5\xc9\xa2\xa1\x3a\x05\x47\x14\x17\x11\x23\x11\ \xf0\x38\x92\x18\x55\x64\x7a\x46\x62\x62\x75\x69\x56\x5a\xb8\x90\ \x21\x94\x73\xd9\x42\x8e\x30\x12\xd8\x23\x11\x1b\xcb\xe0\xb2\xb9\ \x14\x86\x40\xc8\x61\x71\x25\x6c\x5a\x20\x97\x03\xb0\x89\xc3\xe2\ \x09\xd9\x6c\x19\x4f\x21\x10\x00\x15\xc3\xd3\x08\x34\xa1\x80\x0e\ \xb5\x24\xa5\xb0\x80\x23\x03\x72\xc1\xf2\xf7\xf1\xc1\x03\xdd\xe3\ \xc5\x26\xf0\x84\x3c\xb9\x4c\x24\x01\xae\x8c\x27\x09\x8f\x05\xca\ \x27\x97\xc9\x13\x23\x12\x22\xe4\x12\x55\xb8\x8c\x2b\x96\x48\xb8\ \x29\x62\x49\xa4\x8c\x2b\x51\xc9\xe2\xca\xe3\x23\x1a\xc2\xc5\x89\ \x11\x59\xa5\x0a\x70\x07\x47\x15\x01\xb5\x94\xa7\xb3\x59\x58\xa8\ \x59\x07\x05\x4f\xf2\x01\x5c\x15\x0d\xf5\xff\x8f\xf6\xa1\x33\xbc\ \x83\xbc\xbd\xc3\xfa\x83\xc3\xa2\x49\xfe\xd1\xb7\x42\xb1\xc1\x41\ \x50\xc9\x17\x36\x90\x86\xa7\xb1\x84\x2c\x3a\x01\x6c\x0a\x83\x2b\ \x60\xf3\x04\x32\xb1\x44\x28\x0e\x67\x0b\xe4\x94\x40\x80\x59\x1c\ \xf6\x8f\xba\x52\x06\x9b\x25\x00\xe2\x2c\x57\x09\x69\x22\x01\x8f\ \x27\x04\x0f\x11\x49\x78\x62\x6e\x8c\x58\x01\xb6\x51\xcc\x56\xf1\ \xc4\x31\x71\x8a\xb8\x34\x55\x7c\x7c\x8c\x38\x46\x1c\xab\xaa\x4b\ \xa9\xae\xee\x8b\x6c\xe9\x2a\x37\x65\x4c\x9e\xee\xb6\x2d\x3c\x7b\ \x3e\x36\x9f\x77\xff\xd1\xa3\x77\x77\x7f\xff\x7a\xf9\xa0\xb6\xb8\ \xa6\xf6\xe5\x97\x6b\x5f\x6e\x0e\xdd\x56\x1e\xa4\xdf\xfc\xf6\xb8\ \x29\xa1\xad\x37\x59\xd5\x50\x4e\x89\x7c\x88\x86\xed\xeb\x1e\x9d\ \xef\xdb\xde\x7f\x3e\xb4\x31\x6d\x3b\x0f\x1e\xdd\xdb\x3e\xfa\xa4\ \xc3\x5d\x1a\xa8\x18\x77\x30\xb0\xa0\x31\x08\x27\x70\x46\xd5\x3b\ \xc0\x4a\xe6\x10\xdd\xc5\x17\xf0\x76\x98\xf4\xb5\x12\x6a\xfe\xef\ \x70\x05\xec\x17\xed\x13\x53\xa3\xa3\x33\xed\xf5\x73\x00\x9a\x26\ \xe6\xc0\xc5\xb9\xb9\x95\x51\x70\x7b\x6e\xfb\xdc\xd4\xe8\xdc\xd2\ \xdc\xd2\xda\xd2\xec\xd2\xdc\xd4\xec\xda\xda\xdc\xd4\xca\xd2\xcc\ \x2c\x10\xac\xa5\xb5\x99\x95\x55\xc8\x1c\xae\x6d\xfc\xe6\xdc\xd2\ \x7a\xda\x31\xf4\x7a\xd6\x0e\x64\xa5\xa9\x27\x23\xb5\x34\x21\xab\ \xaf\x01\x78\xc2\xba\xae\xe4\x84\xe4\xd2\xe6\x9e\xce\xee\x84\x94\ \xd4\xae\xce\xa6\x82\xb1\xaa\xc1\xf2\xd2\x88\x91\x86\xea\x9e\xce\ \xde\xc1\xac\xee\x96\xb6\xe1\x8e\x9c\xdb\x23\x2d\x6d\x0d\x55\x1d\ \xe3\x95\xe3\xeb\x93\x35\x8d\x19\x55\xcd\xa6\x81\x66\x53\xef\xe0\ \xd0\x40\x51\x61\xf6\xf5\x82\xaa\xce\xa2\xc2\xd6\xde\xa1\xd6\xde\ \xce\x81\x81\x2a\x93\x69\x60\xa8\x6d\x64\x30\x19\x8c\x7b\x79\xd7\ \x3a\x87\xfa\x7a\x06\x0a\x9b\x8a\x7f\xe8\x55\xf6\xf8\xb5\x81\xa7\ \xd3\xc3\xf3\xd3\xd3\x1d\x0b\xd9\xe3\x0b\x63\xf7\xdf\x2c\x8e\xdd\ \xbc\xbd\xb8\xbe\xb8\x7d\x7b\x7a\xe1\xe9\xf1\xc2\xf6\xf5\xe5\xf5\ \xe5\x97\xbb\x07\xc7\xc7\x5f\x9e\x1d\x9f\xbf\x3d\x38\x3d\xd9\x3d\ \xbf\xfb\xe5\xeb\x9b\x8b\xb7\x07\x27\xf3\xc7\xeb\x5f\xbf\xbe\xd9\ \x3b\x3a\x5e\x3f\x7e\xba\x77\xbc\xf9\xe0\xd1\x65\x21\xe9\x0e\x70\ \x80\xfe\xa8\xa0\xb0\x60\x2f\x41\x82\x69\x60\x30\x26\x56\x16\x88\ \xc2\x86\x92\x42\x83\x58\x1c\x2c\x29\x8c\x9e\x50\x35\xdf\x4c\x01\ \x70\x75\x0b\x30\x56\x7f\x19\xd4\x45\x1b\x6a\x96\x1d\x4a\xf2\x87\ \x52\x2c\x7f\x86\x56\xc6\x06\x07\x07\x79\xfb\x00\x1f\xe0\xc3\x59\ \x74\xc3\xed\x2a\x82\xbc\x1b\x11\xd4\xbc\xe4\x03\x33\x22\xb7\xdd\ \x71\xcb\x65\x0a\x73\x3a\xfd\xc0\x23\xa4\x7e\xc6\x1e\x16\x1d\x1d\ \xf6\x4b\xcf\xea\x9a\x93\xe6\xcb\xa7\x95\xec\x5f\xc6\xda\xff\x73\ \xc6\xe0\x09\x44\x82\xae\xf7\xd6\x47\xee\x7a\xf7\x77\xbd\x3c\x6f\ \x28\x02\xaa\xee\x51\x3b\x86\x15\x5d\x09\xd3\x3e\x3c\x92\xd2\xfc\ \xa3\xab\x0f\xbe\x3d\x18\xd3\x3c\xd0\x6d\x1c\x4e\xfc\x63\xe9\xf3\ \x8e\xdd\xb6\x05\x35\x65\xd7\x9b\xf5\xe6\x2d\x8b\xd6\xa6\xd1\x18\ \xf5\x16\x23\x20\xa9\x2d\xcb\x8e\x4e\x6d\xd8\xda\xb7\x19\x00\xf3\ \x30\x75\x16\xbd\x56\xcd\xd7\x1b\xb4\x50\xa0\xaa\x46\x67\x51\xeb\ \xcc\x7a\x9b\xdd\x68\x7f\x07\x21\x19\xb4\x84\xc7\xa2\xdf\xb2\xda\ \xcc\x46\xb3\xd5\xa8\x83\x1a\x67\x19\xf5\x6a\xaa\xd5\xac\xb5\x00\ \x50\xa2\x9a\x8d\x64\x3d\x95\x69\x77\x72\xd7\xf3\xf5\x7c\x2a\x53\ \x6d\x86\x00\x4c\xa9\xdc\x31\x9b\xa1\xb7\xc2\x68\xac\xb0\x12\x84\ \x41\xaf\xd3\x61\x3c\x80\x10\x91\xc1\x40\xc8\xb4\x02\x4b\xa9\xd7\ \x4b\xa9\x06\xa9\xd4\xc9\x93\x48\xfe\x31\xc5\xce\x44\x23\xf8\x18\ \x2a\x9f\x48\xc6\x11\x71\x08\x84\x14\xee\x4e\x46\x38\x39\xa2\xf9\ \x0e\x48\x2a\xd2\x1d\x81\x01\xdf\x4c\x0c\xcc\x15\x03\x15\x56\xf9\ \x5e\x0d\x49\x2a\x29\x49\xca\x2d\x99\x18\x1d\x5d\xfb\xed\xb7\xa5\ \x10\xb8\xf9\xf5\xfe\x6b\x0d\xd4\x7b\x19\x5a\x9a\x43\xc6\x28\x2d\ \xc0\x17\x02\x5c\xc3\x50\xd1\x44\xb2\x94\x08\x64\x94\xec\x00\xa7\ \x42\xbd\x20\x3c\x90\x18\x32\x19\x48\x20\xd4\xca\x0f\xee\xe1\x0e\ \x43\xc3\x61\xce\x1e\xd0\x02\x68\x57\x24\x0c\x9c\xbb\xb8\x42\xe9\ \xcf\x4e\x2e\x8e\x6e\x30\x17\x37\x28\xac\x3e\x20\xc0\x31\xc0\xf1\ \xa7\x07\x17\xbf\x7f\xff\x78\xbe\xbd\x3c\x9c\x53\x74\xad\x6d\x28\ \x2b\x2d\x4b\x26\xa2\x48\x12\xe3\xeb\xba\xfa\x86\xd2\xe3\x13\xe4\ \xe1\xc0\x3a\xc5\x72\x29\x02\x06\x1b\xb8\x31\x3a\x2d\x10\xcf\x02\ \x9f\xff\x40\x76\x20\xca\x0f\xaf\x82\x42\xdf\x29\x28\x2c\x8a\x06\ \x24\x29\x52\x26\x02\x3e\x90\x23\xe6\x04\xfa\x09\x68\x7e\x34\x81\ \x90\x8d\xf7\xf6\xa3\x31\x84\x0a\x0e\xa0\x36\x02\xd0\x2b\xf0\x28\ \x76\xa4\x30\x91\xc5\x51\x45\x0a\x45\xf1\xe1\x71\xb1\x62\x59\x8c\ \x42\x1c\x0e\xd4\x42\x1e\xae\x8a\x89\x67\xcb\x44\x32\x36\x47\x12\ \x21\x66\x29\x64\x09\x0a\xa1\x42\xce\x10\x29\x00\xd0\xc5\x67\xc4\ \xc7\xa6\x75\x87\x2b\x92\xc5\x5c\xa0\x6d\x04\xac\x84\x0b\x5c\x27\ \x0d\x8c\x9e\x34\x16\xc1\x2f\x10\x0c\xab\x5e\x41\x28\xbf\x20\x52\ \x90\x37\xc9\x9f\x80\xf5\xf6\x02\x83\x60\x74\xb0\x77\x70\x50\x26\ \x29\x33\x2c\x94\x40\x00\x0f\x61\x00\x20\xe4\x82\x4d\x17\x72\xe8\ \x34\x1e\x9b\x47\x61\xb0\x84\x32\x21\x5b\xc0\x60\xf0\xc0\x46\x02\ \x69\x12\x32\xe8\x0c\x3c\x87\x4b\x83\xe6\xe6\x69\x81\x1c\x01\x9d\ \xcd\xa3\xf1\xa0\x42\x31\x96\x58\xcc\xe1\x71\xe3\xe3\x44\xdc\x98\ \x14\xa8\xa8\x52\xc6\x15\xca\x23\xd3\x44\x11\xb1\x72\x95\x48\x24\ \xe0\x26\x37\x36\x17\x0c\xb5\xc4\xf4\xa6\x28\x3a\xaf\x4d\x36\x8d\ \xed\x1d\xe4\x65\xbf\x3d\xf9\xf0\x68\xf3\xfb\xa7\x87\xef\xce\x6f\ \x8f\x17\x2f\xbc\x3c\xd8\x7e\x3b\xcc\xfb\x60\x2e\x4e\x5c\x7c\xfc\ \xbc\x2e\xa6\x3a\x3d\x8e\xd1\x76\xbb\xab\xf2\xfd\x8e\x06\xf9\xf1\ \xe2\xde\xe1\xf7\xc3\xcd\xdf\x99\x7a\xbd\xc6\x7c\x71\xb9\xf9\xc8\ \xae\x06\x7b\xb0\x14\x81\xa4\xba\x39\x95\xf8\x3a\x20\x3d\xa5\x6f\ \xbf\x81\x11\xab\xa4\x7e\x14\x56\xd0\x77\x1b\x51\xb2\x76\x05\xcd\ \x87\x39\x79\xa0\x03\x02\x5c\x4a\x4a\xea\xdb\x81\x2e\xad\xb8\x85\ \xac\xac\x2e\xcd\x8e\xce\xcd\xcd\x01\x21\x9a\x1d\x4d\x02\x9f\x28\ \xcf\xdc\x99\xb5\x8d\x25\xc0\x56\x4b\x6b\x73\x4b\xab\xab\x33\x73\ \x33\xab\x6b\x2b\x2b\x1b\x2b\x13\x1b\x2f\x5e\xbc\x58\x5b\x5b\x5b\ \x5d\x99\x99\x59\x5a\xdd\x8e\xef\x5e\x3c\x2e\x7e\x33\x67\xc8\x2a\ \x2d\xaa\x4c\x4f\x4b\x53\x55\xb7\xd5\x25\xa7\xd6\x25\xa6\xa7\x27\ \x66\x54\xa7\xc5\x8f\x94\x67\x35\x24\x56\xf7\xd4\x75\x75\xb7\xf4\ \x54\x0f\xa6\x55\xf5\x9a\xfa\xfa\x06\x7a\xd2\xeb\x52\xba\x6a\x5a\ \x73\x2a\x6e\xb6\x15\xf7\xb5\x55\xdc\xac\xa9\xac\xbd\x3f\x32\xd8\ \xdd\x3b\xd8\x5d\xd3\x68\x1a\x6c\xe9\xea\x1b\x28\x2a\xa8\x1d\x6b\ \xac\xab\x2c\xed\x1d\xe8\xad\x2c\x34\x35\x0c\x0c\x9a\x72\xaa\x3a\ \x5b\x6b\x9a\x07\x4d\xbd\x23\xc3\x39\x03\x6d\xf9\xcd\xbd\xd7\x9a\ \x5b\x6f\xdc\xbc\x59\x74\xa3\x78\x79\x72\x78\x71\x7a\x71\x79\x79\ \x7d\x72\xbc\x68\x7c\xbd\x62\xf9\xc3\xb3\x1b\x0b\x4f\xc7\x16\xb6\ \xa7\xef\x3f\x3b\xd8\xfb\xf0\xfc\x74\xf9\xfe\xc1\xc9\x31\x14\x35\ \x7f\xf7\xf8\xc3\xdd\x97\x67\x97\x0f\x4f\x77\xcf\xbe\x7e\x3f\xfb\ \xfa\xe5\x18\x5c\xdf\x3b\x3b\xfe\x7e\x79\xf4\xec\xe9\x97\x0f\x47\ \xe7\x0f\x1f\x9c\x27\x46\xdf\xba\x45\x0a\xea\x0f\x0b\x0e\x03\x50\ \xe5\xcd\xe0\xc5\xf6\x14\x36\xb5\xf6\x24\xcb\x85\x0c\x28\xab\xce\ \xcb\x2b\xda\x9b\x5b\x5a\x93\xd3\x40\x09\x83\x5a\x21\xdf\xea\x07\ \x63\x58\xd9\x9d\xb2\x32\xc0\x59\x61\xb7\xee\xfc\x5a\x16\xf6\x73\ \x66\x74\x26\x29\xb4\x2c\x93\x14\xed\xe5\x87\x8d\xa6\x67\x93\x3d\ \x3e\xa4\x62\x43\x45\x17\x21\x0b\x29\x95\x18\xe7\xfa\x2b\xd4\x47\ \xc8\x09\xd8\xf6\xf5\xef\x0e\x53\x51\x48\xab\xdf\xcf\xfd\xa4\x60\ \x3f\xfd\x46\x94\x83\xfd\x6c\x66\x33\x54\x1e\xf2\xe7\x89\x1f\xdd\ \x87\x2e\x36\x3d\x7b\x99\x86\x24\x23\xcc\x0b\x29\x50\x9c\x94\x8f\ \x6a\xbf\x7e\xe5\xfa\x7f\xc5\xf5\xc8\x9b\xcc\x7b\xc1\xfe\x61\x31\ \x4f\x11\x96\x14\xfd\xbd\xad\x8d\x9d\x2b\x7f\xfb\x93\xff\x7e\xc7\ \x72\xa8\x03\x0a\xa3\x3b\x84\x8e\x05\xea\xb5\x06\xbd\x5a\x6b\x30\ \xeb\xec\xef\xb6\xd4\x7a\xab\x41\xbb\x65\x31\x42\x55\x59\xc0\x3a\ \x6a\x34\x5a\xb2\x54\xa9\x33\x68\xf5\x3a\x3e\x79\x07\xea\xe4\xb7\ \xa3\x51\x5b\x0e\x81\x3f\xb4\x9a\x3f\xbf\xb3\xd9\x2d\x3a\x0d\xd4\ \xb2\xde\x68\xd6\x2a\xcd\x1a\x83\xc6\x20\x55\xab\x2d\x46\x26\x59\ \xf3\x63\x46\x0a\xb0\x95\xd6\xd5\xc3\x28\xa5\x6a\x95\x64\x3e\x60\ \x2c\xdd\x16\x5f\x6a\xd1\x18\xd4\xc6\x2d\x1d\x93\x6a\x47\x3b\x6b\ \x0f\xf5\x52\x0c\x9a\x4c\x44\x12\x71\x5a\x0d\xf4\xc6\x64\xad\x55\ \x4a\xe5\xeb\x2d\x66\x17\x17\x0c\xd2\x62\x95\xf2\xd5\x7a\x26\x91\ \x49\x26\x42\xb3\xf6\x1a\x20\x2b\x44\x22\x0e\x4a\x97\x27\xf3\xe1\ \xae\x48\x84\x9b\x07\x9a\x08\x73\xa0\x12\xdd\x91\xae\x70\x04\x02\ \xee\x99\x94\x7b\x35\x04\x9c\xa2\xda\xdb\x43\x66\x5f\xfd\xb6\xe6\ \x88\xb6\x7e\xb2\x99\x81\x12\x1b\xa8\x38\xbd\xd9\x68\x61\xf2\x35\ \x48\x8c\x4e\xaf\xd4\x30\x91\x18\x3e\x0e\x01\xbd\x26\x15\x89\xc3\ \x29\x89\x4c\x2a\x02\x8d\x46\x33\xa1\x0e\x59\x38\xa0\x4f\x70\xa8\ \xf6\x0a\x86\x46\xc2\x1c\xdc\x11\x8e\x0e\x70\x4f\x67\x67\x37\x27\ \x67\x17\x47\xa8\xa7\x8c\xa3\x2f\xd4\xbc\xcf\xcd\xf1\x4a\x88\x6b\ \x80\xcb\x4f\xcf\x16\xd7\xef\x0f\xd7\xe4\xe5\x54\x55\x77\x8d\xc4\ \xc6\xa4\x54\x37\x26\xb7\xf4\x75\x16\xb4\x75\xd7\xa5\xa7\xd7\x29\ \x12\xe3\x53\xb8\x2c\x02\x85\xc3\x60\xb1\x19\x34\x16\x96\x45\xc1\ \x32\x28\x0c\x3a\x56\x08\x34\x8b\xc1\xa1\x51\x28\x02\x21\x3d\x38\ \x90\x22\x08\xe4\xc6\x48\x44\x5c\x06\x83\x81\x07\x48\x45\xe0\x72\ \x05\x1c\x8e\x48\xc6\xc0\x63\xa1\x4e\xa1\x0c\x21\xca\xcb\x9b\xe6\ \xe3\x4f\x0f\xa4\x8b\xc2\xe5\x32\x85\x58\x16\x91\xa0\x10\x47\x8a\ \x44\x3c\x55\x24\x34\xfb\x25\x63\x47\x44\xc8\x23\x93\x23\x44\x22\ \xb6\x40\x95\xa8\x4a\x51\x41\xd5\xa2\x62\x80\x60\x12\x59\x44\x64\ \x44\x4a\x9d\x22\x0b\x18\xc2\x44\x8e\x44\x20\x13\xd0\xe9\x04\x36\ \x78\x33\x0e\x85\xe6\x43\xc0\xfb\x05\x06\xd2\xfd\xbc\xfc\xfc\x08\ \xde\x58\x2f\x28\xe7\x2b\x14\xcb\x20\xf9\x04\x79\x07\xfb\xfb\x07\ \x97\x91\xbc\x49\x61\xa1\x24\x3c\x0a\x8f\x25\xd0\x80\x9d\xe5\xd1\ \x51\x00\x0a\x69\x6c\x19\x97\x27\x08\x57\x49\x38\x74\x8a\x90\xc3\ \x61\xd1\xe8\x74\xa1\x82\x20\xe0\x70\xb9\x14\x0e\xd4\x12\x82\x0d\ \x2d\xf5\x66\x00\x08\xe3\x88\x78\x1c\x2c\x83\xa1\x8a\x64\xb1\x59\ \x3c\x91\x44\x2c\x56\x88\x80\xb2\xca\xe4\x0a\x85\x0c\x6a\x20\x11\ \x11\x57\xa7\x4a\x49\x89\x89\x6b\x49\x1e\x6a\xe9\x35\xc5\xa7\x35\ \x0e\xf4\x4c\x56\xd6\x76\x76\xf7\x2d\x3e\xba\xbc\x77\x72\x71\xfc\ \xe0\x72\xf7\x65\x7e\xef\xe9\xbd\xd3\x8f\xeb\x37\x7a\x3a\xee\x76\ \x9a\x1e\x7e\xc8\x4e\x8f\x48\x10\x57\x17\x16\x9b\x86\xbf\xea\xde\ \x3d\xde\x5a\xd8\x33\xbc\x7f\x6c\xff\x76\xf9\xee\xf5\xe1\x64\xfe\ \xc2\xf1\xc5\xc5\x83\xb3\x93\xd3\x4d\x23\x02\x8a\xad\x74\xba\x3a\ \x3a\x4a\x76\x77\x47\x10\xaf\x4e\x01\x79\x9a\x72\x79\x57\x71\xce\ \x5c\x4d\xe2\x7f\x63\x8e\x3a\xc2\xd1\xbe\xbe\x57\x4a\x72\xdb\xdb\ \x67\x66\xd6\x92\x72\x81\x14\xad\x02\xca\x5a\x59\x9d\x1b\x9d\x6d\ \x6f\x4f\x1a\x5d\x9a\x05\x7e\x70\x6d\x62\x74\x62\x6a\xe9\xb7\x15\ \xa0\x4e\x6b\x2b\xaf\x36\xd6\x56\x37\x5e\xcc\x4e\xac\xac\x6e\xac\ \x40\xd2\x05\xae\xad\x2d\x4d\xf5\xf5\x74\xd5\x5c\xee\xe5\x13\x89\ \xe3\x91\xbd\x5d\x29\x71\x71\xe9\x19\xdd\x75\xa5\x75\x29\x0d\x71\ \xc9\xa5\x5d\x19\x71\x0d\xa5\x19\x3d\x0d\x75\x9d\xa6\xe6\xd2\xc1\ \xc1\x96\xbe\xf2\xa2\x69\x53\x8b\xa9\xb3\xa8\xb4\xa5\xba\xbb\xaf\ \xb8\xb8\xb0\xb8\xa1\xd1\xd4\xd0\xdb\x55\xd8\x34\xb9\xde\xd3\x57\ \x37\xd4\x59\x74\xb3\x0b\xfc\xde\x03\x9d\x9d\x45\x9d\xd7\x87\x1b\ \x47\x0a\x7a\xfb\xaa\x9a\x06\x5a\xab\x7a\xdb\x1a\x1b\x9b\xdb\x6e\ \x76\x56\x36\x8e\x0c\x55\xf7\x75\xd4\x54\x55\xd5\x34\x0f\xb4\x35\ \x67\x2f\xdc\xcc\x2f\xa8\xad\x7d\x3e\x9c\x3f\x3d\x3f\x9f\xf7\xe6\ \x65\xc7\x6e\x51\xf1\xfa\xd1\xc1\x2e\xb0\x83\x0b\xf7\x9f\x6e\x2f\ \xaf\x6f\x2f\x2f\x6f\x2f\x3f\x9d\x7f\x7e\x76\xfa\xf0\xf8\x64\xfb\ \xc3\xc1\xfa\xdd\x93\xe5\x8f\x97\x5f\x4e\xb7\x97\x8f\x2f\xbe\xdf\ \x3d\x3e\x5f\xff\xf8\xf1\xe8\xcb\xf1\xc5\xa3\x0f\x2f\x77\xbf\xee\ \x7e\x39\x3d\xff\x20\xfa\xb5\x3f\x13\x50\x35\x38\x85\x66\xf6\x47\ \x03\xb7\x97\x19\x8d\x12\xa6\x15\x5e\xbf\x79\xb3\x5a\x05\x60\x3c\ \x90\xe5\x47\xa2\x2b\x32\x7a\x26\x1b\xfd\x7f\x05\x20\x75\x27\x1a\ \xe8\xda\xad\x5b\xd1\xb7\xa2\xcb\x82\x83\xcb\x7e\x2d\x2b\x83\x96\ \x42\x40\x49\xe4\xa4\xe0\xcc\xb0\x60\xff\x32\xaf\x26\xa9\xc7\xe3\ \x11\x76\x90\xd7\xf0\xe8\x59\x67\xb7\xc6\x29\x37\xca\x7c\x4a\x9d\ \x8b\xfa\x72\xf3\xcc\x71\xc6\x5a\x70\x48\xfb\xb9\x0c\x1b\xfa\x4b\ \xe3\xea\xa8\x1b\xf9\x53\x09\xce\x0f\x75\xf9\xcf\x87\x60\xbf\x61\ \x67\x75\xbc\x51\xf8\xd8\xaf\x20\x1c\x1e\x9b\x44\x62\x9a\x9f\x97\ \xe8\xb1\xe3\x8c\xda\x1b\x6f\xfe\xb6\xc0\xdc\xf4\x8e\x0e\x53\x7d\ \x0c\xd0\x85\xaf\xbf\x76\x7f\x72\x85\xbc\xf6\x9f\x92\x7b\xaf\x6d\ \x96\xfd\x2d\xad\xc6\x6c\xdf\x31\x40\x49\x81\x00\x9d\xf6\xad\x4a\ \xad\xce\xbe\x63\xd5\x9a\x35\x7a\x83\x6d\x0b\xf0\x94\x11\x5c\xb1\ \x6a\xf5\x7a\x83\xde\x68\xd1\x48\xf5\x66\xa0\x24\x5a\xbb\xc1\x4a\ \x55\x1a\x2d\xef\x2d\x76\xbb\xcd\x0a\x38\xcd\xa8\x33\x58\xec\x7c\ \x40\x58\x06\x8d\x59\x69\xb3\xbc\x56\x43\x4f\x67\x62\xa4\x4c\x24\ \x5f\xc7\xd4\xdb\x0c\x7c\x37\x37\xad\x14\x47\x56\xf2\xb5\x3a\xcb\ \xfe\x8e\x4d\x89\xd0\x6e\x99\x0d\x3a\x33\x91\x69\xd8\x42\xb8\x9a\ \xed\x4a\x1d\xd0\x0d\x1c\x0e\x09\xbc\x1a\xd3\x6c\xb0\xaa\x99\x46\ \x32\x51\x2a\xd5\x29\xe1\x18\xa6\xd4\xa8\x93\x12\x6d\x6a\x32\x95\ \x0a\xf5\x0a\x75\xa5\x6a\x88\x08\xe8\x50\x1e\x54\x6f\x23\x05\x0e\ \x00\x81\x70\xa0\x52\xc9\x1e\x2e\x64\x0c\x94\x5a\x0f\x5c\x9c\x63\ \x54\x48\x80\xa7\x2f\xb4\xd6\x22\xe9\xca\xdc\xab\xbf\xbf\xc8\x45\ \x1a\xad\x5b\x16\xb5\x51\xa7\x53\x6a\x0c\x90\x65\x65\x2a\xd5\x6a\ \xe0\x4a\xa9\x68\xf0\x72\x68\x24\x92\x4a\x54\x52\x31\x7c\xa6\x94\ \x08\x78\x0b\xed\x01\x83\x36\x19\xe9\x81\x46\x3a\xb8\xc3\xc9\x6e\ \x6e\x70\x38\x0e\xee\xec\xec\x00\x95\x8c\x7a\x78\x42\xf9\x39\xae\ \xae\xae\x50\x52\xbd\x9b\xbb\xab\xaf\xab\xb3\x23\x50\x31\xa7\x9f\ \x8e\x17\x0b\x6f\x0e\x56\x67\x28\xe2\x93\xdb\x5a\x5b\x06\x8b\xf2\ \x73\x5a\x2b\xb3\x9b\xab\x23\x62\x54\x1c\x6e\x9c\x4a\x24\x16\x86\ \xb3\x81\xc5\x63\xf1\xa0\x66\xeb\x14\x0a\x83\xe0\x85\xa2\xd1\x50\ \xc0\xdc\xd1\x08\x81\x2c\x95\x8c\x27\xe2\xa2\x28\x12\x11\x8d\x86\ \x27\x48\x80\xaf\xa2\xd1\x80\x61\x64\xc9\x45\x5c\x3c\x87\xce\x23\ \x50\x50\xf2\x40\x86\x97\x37\x83\xe4\x47\xc2\x7b\x33\xc2\x69\x81\ \xf2\x58\xb9\x22\x26\x91\xab\x48\x90\x29\x00\x78\xb1\x13\x15\x6c\ \x11\x57\x9c\x26\x13\x85\x47\x24\x24\x84\x0b\xb9\x40\xe5\x58\x32\ \x59\x72\x8c\x2c\x4e\xc8\x51\xc5\xb0\x65\x72\xb1\x28\x3c\x3d\x2e\ \x42\xa1\x88\x11\xa9\xc4\x40\x4e\x68\x2c\xf0\x3e\x81\x50\xe3\x19\ \x3c\x0a\x85\xf2\xf7\xf2\xf6\x0f\x0a\xf2\x63\xf8\x84\x06\x91\xfc\ \xb1\xa4\x50\x1f\x6f\x60\x11\xbd\x50\x3e\x61\xc1\xd1\x61\x99\xc1\ \x24\x9f\x68\x12\x0a\xcf\x80\x80\x10\xc8\x2d\x45\x40\xe1\x71\x68\ \x74\x1e\x8f\x27\x11\xf3\x04\x6c\x0e\x47\x2c\x16\x03\xb1\xc4\xd3\ \x15\x40\x8d\x29\x14\x1a\x14\xcb\x43\x13\xb2\xe9\x1c\x21\xa0\x2e\ \x99\x2c\x32\x12\xe8\x94\x4c\xc1\x65\x0b\x28\x8a\x48\xf0\xbf\xc0\ \x93\x29\xd8\x2a\x45\xb8\x2c\x52\xa1\x88\x8b\x09\x8f\x88\x8f\x4d\ \x88\x4c\xef\xad\x6b\x1c\x6c\x4b\x19\x48\x4c\x4f\x29\x2d\xcd\x2a\ \x2a\x2a\x88\x4c\x1e\x1a\xdb\xfb\x66\xff\x7a\xf9\xfc\xeb\xfc\xe4\ \xb5\xea\xa1\x83\xcd\xdf\x2f\x5f\x66\xbf\x9d\xae\xac\xab\x3c\x3f\ \xb8\x9e\x1c\xaf\xf2\x6a\x81\x1d\xd5\xf5\x3d\x7f\x5a\xdb\xf9\xe8\ \x3c\xfb\xfb\xa5\xf4\xf3\xf7\x9d\xcd\xb3\xef\xf7\xd3\x0b\x2f\x1f\ \x7d\xdc\x6c\x1b\xa8\xad\x5a\x54\x3a\x44\xc1\xd0\x2e\x1e\x70\x0f\ \x6b\xc8\x94\xaf\x13\x19\xde\x1e\x82\xcc\x0d\xc0\x18\x06\xe7\x31\ \x4b\x33\x7c\xa2\xa7\x8b\xb3\xab\xa3\x83\x6f\x7d\xc9\xec\xc4\xcc\ \xc6\xea\xec\xd5\x99\xb5\x95\x19\x60\xf9\x56\x57\x26\x26\x4a\xa0\ \xd9\xab\xa5\x99\xfa\xfa\xfa\xd9\xb9\x39\x20\x5b\x4f\x36\x56\x96\ \x66\xd7\x36\x9e\xac\xae\xcc\x2e\xad\xcc\xce\xce\xcd\xae\xad\xae\ \x01\x10\x5b\x81\xa6\xdf\x5f\x51\xbb\x4d\xb1\xe9\x6f\x96\x9b\xea\ \x97\x7a\x4b\xab\x23\x86\x26\x8b\x9b\x7b\xd3\xfa\xd2\xd2\x7a\x4a\ \xe3\x86\x32\xb2\x52\xba\x5a\xca\xcb\x93\x53\x47\xaa\x1a\xcb\xbb\ \x4c\x75\x23\x69\x7d\x83\x7d\x05\x85\x3d\xa6\xd2\xe4\xc4\x9c\xca\ \x91\xa6\xe2\xa2\xba\x91\x96\xbe\xc2\xca\xec\x9c\x8e\xbd\x5e\xd3\ \x60\x57\x23\x30\x7a\x85\x83\xa6\x91\xde\xfc\xa2\x82\xa2\xeb\x03\ \x6d\xc5\x85\x23\x8d\xcd\x7d\x7d\x3d\x23\x4d\x05\x45\x23\xa6\xd6\ \x91\xe6\x9a\xb6\xae\x11\xd3\xf5\xd6\x81\x96\xe6\xa6\xa6\xce\xce\ \xec\x8e\xc9\xfb\xd9\x93\x15\x1d\x39\x95\x93\x4f\xef\x2f\xbf\xb9\ \x5f\x7b\x74\xbd\x70\xf8\xe9\xfc\xe2\xfc\xe2\xfd\x37\xeb\xc7\xc7\ \xf7\xa7\x17\x77\x8f\xce\x27\x9f\x3d\x7b\xf3\x7d\xf3\x78\xe1\xfc\ \xf8\xe4\xee\xf3\xf3\x97\x6f\x3e\x9c\x3f\x3d\x38\x79\xfe\xf6\xf2\ \xfc\xc3\xde\xc9\xf9\xf9\xdb\xa3\xbb\xc7\x5f\x2f\xdf\x1c\xed\xbd\ \xd9\xbd\x38\xdb\xcc\x2e\x0b\x0d\x0e\x0b\xed\x8f\x8e\xee\xbf\x53\ \x76\xab\x2c\xfa\xd7\x3b\xd1\x77\x6e\xfd\xfa\x4b\xb4\x17\x25\xa2\ \x6d\x78\x2c\xa7\x5c\x11\x2e\x67\x61\xe9\x0c\x81\xa2\x6e\x78\xc8\ \xe7\x56\x18\x30\x83\x99\xfd\xa1\xa1\xfd\xb7\x6e\x01\x1a\x0b\xed\ \xef\x0f\x8d\x26\x85\x01\x89\x23\x79\xfb\x43\x4b\x0d\x83\x49\xa1\ \xfe\x85\x46\xa5\x39\x5b\x8e\xf2\x6f\x40\xfc\x7e\xfb\x9a\x2e\x2a\ \x04\xf6\xe9\xa9\xae\xbd\xfe\xf1\xd8\x65\x89\x6b\x6f\xe2\x6b\xc2\ \xad\xe8\xe0\xb2\x5b\x7e\x98\x17\xb9\x52\x9b\x63\x88\x0a\xdf\xfd\ \x6f\x7b\x5d\xa3\xa9\x69\xf8\xba\x2c\x2c\xf3\x4d\xc0\x16\xc6\xf3\ \x7b\x3a\x25\x51\x21\x4a\xbb\x8e\x6b\x6f\x8f\x0c\xbb\xa8\xd7\xe8\ \x3f\xf8\x91\x48\xf1\x3b\x01\x0f\x04\x94\xcd\xfa\x25\xb7\xa4\x90\ \x57\x7f\x53\xdb\xad\xfa\x9d\x2d\xdb\x8e\x5d\x6b\xb6\x00\x8d\x81\ \xc2\xbd\xac\x46\xfe\xa1\x5e\x7b\x08\x04\x0c\x18\x35\xdb\x8e\x06\ \xe0\x97\xd9\x6c\x50\xf3\xcd\x06\x3e\x10\x15\x83\x55\xaf\xd1\x49\ \xf5\x1a\xa3\xdd\xc8\x34\xee\x00\x38\x33\x1b\xf6\x21\x99\xd2\x59\ \xa4\x5a\x60\xb9\xa0\x8a\x2c\xb3\xda\x62\x00\xb6\x4f\x2d\xd5\x68\ \x98\x52\xad\x54\x2f\xc5\xa9\xed\x46\x9d\x93\x9b\x56\x47\xc6\x69\ \x0d\x5b\x76\x9b\x6e\xc7\xcc\x97\xaa\x2d\xe0\xbd\xcc\x7c\xaa\xd2\ \x0e\x73\xd1\x9a\x0d\x7a\x0d\x99\x8c\xc3\xe0\x98\x1a\x35\xdf\x66\ \xd6\x69\x70\x3a\x83\x94\xa9\xd6\x2a\xdf\x59\x89\x52\x9d\x1a\xbd\ \xef\xfb\x2d\x00\x00\x20\x00\x49\x44\x41\x54\x43\xd4\xf3\xd1\x1a\ \x2a\x53\xaa\xe4\x03\x02\xc2\xc1\x71\x10\x8c\xf1\xdd\x60\x4c\x04\ \xdc\x01\x81\x70\x27\x62\x88\x1e\x6e\x1a\x29\xc2\x03\x49\x46\xbb\ \x63\x7c\x47\x73\x03\xae\x86\xe4\x96\xb4\xe7\x26\x5d\x9d\xfb\xed\ \x5f\xab\x01\x1e\xe6\xf7\xfb\x36\xa9\x52\xad\x31\xeb\xd5\x3a\xc0\ \x8a\x7c\xf0\xba\x52\x0d\x99\x8a\x54\x1b\x94\x1a\x0c\x86\x4a\x66\ \xf2\xa9\x18\x34\x95\x8a\x06\x8e\x54\x8a\xa4\x62\x98\x70\x07\xb8\ \x12\xe7\x8e\x84\x23\x9d\xdc\x89\x0e\x08\x22\x60\x2c\x67\x57\x17\ \x84\xab\xa3\xab\xab\x13\xcc\xc5\x31\xc0\xd5\xc1\xc5\xc5\xe5\x8a\ \xa3\x3b\xcc\xd9\xd3\xd7\xd3\xd1\xe5\xa7\xde\xac\xc4\x38\x71\x44\ \x4a\x73\xed\xb5\xed\xa3\xb7\xf7\x9f\xbe\xdd\x5b\x6c\x4a\x4e\x93\ \x25\xc4\x45\xc8\x64\xf1\x89\x34\x16\x8b\x87\x22\x89\xe4\x81\x32\ \x31\xd0\x0a\x36\x10\x2c\x02\x96\x81\xa7\x71\x68\x0c\x11\x8f\x46\ \xe1\xb0\x84\x12\x8a\x5c\x22\xe3\xb2\x39\x14\x3c\x57\x20\xe4\xb2\ \xb8\x14\xa8\xa1\xb1\x9c\xc2\x63\xd3\xb9\x1c\xb1\x50\xc2\xf0\xf6\ \xf6\x27\xf8\x7b\xa1\x50\xc0\x9b\xe1\x85\xe1\x32\x8e\x8a\x1b\x2e\ \x91\xa9\x58\x3c\x39\x90\xc3\x70\xb1\x00\xa8\x82\x58\xa4\x48\x8c\ \x8b\x93\xab\xd8\x00\x7b\x18\x3c\x41\x42\x8c\x0c\xc0\x8c\x48\xc8\ \x16\xf2\x78\x11\x42\x06\x37\x2e\x3e\x5c\x95\x12\x03\xf4\x43\x1c\ \xc8\x11\x63\x59\x7e\x58\x94\x9f\x0f\xca\xcf\xdb\x2b\xc8\x1b\x0f\ \x7c\x60\x99\x17\x36\x2c\x33\xd3\x9f\x05\xae\x07\x87\x7a\x07\xfb\ \xa0\xbc\xfc\x49\xfe\x50\xc9\x6b\x74\x74\x70\x10\x8d\xe2\x87\xe7\ \xf0\x28\x50\x7f\x2f\xb6\x58\xc0\x16\x00\xde\xe3\xca\x84\xbc\x40\ \x96\x88\xc2\x01\x12\xc5\xa5\x03\x4b\x28\x0f\x14\xd1\x45\x2c\x01\ \x27\x90\x46\xe3\x09\x04\x1c\x36\x9d\x17\xc8\xe0\x86\xf3\xb8\x12\ \x01\x57\x25\xa0\x71\x64\x8a\xc8\x18\x20\xa0\x71\x2a\x59\x44\xb8\ \x8c\xcb\x11\xa5\x28\x80\x7d\xe5\x29\x22\x64\x59\x29\xe9\xb1\x91\ \x4d\xc5\x63\x45\x9d\x83\x31\xe1\x89\xe5\x83\x8d\xa9\x9d\x0d\x37\ \xde\x5c\x7e\xdd\x3c\x3f\x3a\xff\xf2\xe6\x46\x5d\xdb\xf0\xe5\xe9\ \xdb\xe5\xf9\xf9\x8e\xa6\x91\x8e\xda\x37\x85\xa5\xc9\xbc\x60\xaf\ \x5a\xd7\xed\x9b\x63\x63\x92\xee\xce\x0b\xad\xee\xed\x3d\xcb\xeb\ \x8f\xe3\x0f\x8e\x5b\xaa\x16\x37\xa5\x5f\x2f\xb3\x3b\xf6\x78\xdf\ \x11\x54\xb5\x0b\xce\x4c\x25\x62\x90\x51\xbe\xae\x21\x9e\x6e\x08\ \x30\x58\x85\x5c\x75\xd8\x0e\x2f\x70\x98\x29\xa1\x7e\x42\x94\xc0\ \x61\x60\xcf\x98\x59\x59\x9a\x5a\x9a\x59\x9d\x99\x9d\x5d\x02\x66\ \x70\x6a\x66\x69\x6a\xae\x64\x74\x22\xa9\x7e\x6d\x74\x6e\xb4\x7e\ \x09\xdc\x32\xbb\xb2\xb4\xb1\x34\xb3\xf6\xe4\xc5\xca\xd2\xca\x54\ \x09\x78\xe0\xc4\xd2\xd2\xc6\xca\x93\x27\x1b\x53\x80\xc0\xd6\x5e\ \xbc\x32\xdc\xeb\xce\x18\xbc\x78\xf8\x12\x3d\x73\x2f\xbc\x79\xb2\ \x3c\xab\xab\x2a\x3d\x21\xab\xbc\xb7\x3a\xb5\xba\xba\xa5\xdc\x94\ \x16\x9b\x91\xd6\xd2\xd7\xdb\x38\x38\x94\x92\x51\x33\x58\xd5\x59\ \xdd\x54\x55\x33\xd0\xd0\x95\x5a\x59\xd0\x59\x55\xd1\xda\x58\x30\ \x62\xaa\x2c\x1a\x1b\xc8\x79\xd6\x39\x64\x6a\xab\x1a\x69\xbb\x56\ \xd3\x3b\x32\xd2\xd7\x58\x9c\x93\x5d\x59\xd9\x56\xd4\x35\x38\xd4\ \x33\xd0\xdc\x6c\x2a\x2a\x06\x8c\xd6\x33\x52\xdc\xd4\x33\xd2\x37\ \x50\x90\x5f\x59\x54\xd3\x99\x5d\x65\x6a\x9b\x9f\x5e\x18\x1e\xaf\ \xe8\x28\x6e\xee\x58\x9e\xbe\xfd\x6c\x78\xf8\xb4\xb2\x62\xbd\x23\ \x0f\x78\xc3\x37\x2f\x17\xe7\x27\x4f\xde\xdc\x5e\x3e\xd9\x1e\x7f\ \x33\xbe\x7d\x7c\xf2\xf6\xcd\xdd\xdd\xa3\xaf\xeb\xc7\x07\x47\x1f\ \x2e\x9e\xbf\xf9\xb2\x7b\x7c\x76\xf7\x68\xfd\x60\xf7\xf4\xe4\xec\ \x6c\xef\xe5\xc3\xbb\xa7\x4f\x4f\x8f\xbf\xee\x5f\x4a\xee\xdc\x82\ \x32\x51\xfb\x7f\xbe\x05\x4e\x3f\x43\x21\x94\xbf\xfe\xfc\xcb\x2f\ \xfd\xfd\x3f\xff\x52\x46\x6f\x28\x9a\x1e\x2f\x4c\x8d\x57\x89\x84\ \x34\x8a\x38\xe6\x66\x5d\xd9\x2d\xa8\x9e\x21\x38\xfa\x47\x12\x61\ \x7f\x66\x66\x59\x74\x50\x66\xf0\x9d\x5b\x50\x9f\x24\x9f\x50\xc8\ \x52\x86\xdd\x0a\x6d\x42\x5f\xbe\x3e\xaf\x16\x30\x52\x0e\x99\xf9\ \x07\x88\x10\x5f\xe6\xe5\xba\xb9\x7d\xf4\xf0\xb6\xb1\x7d\x5c\x52\ \x65\xc0\xff\xdc\x1f\xd6\xdf\xff\xdf\xe9\x7f\xad\xba\x19\x60\x13\ \x83\x1c\x96\xaf\xbd\xf5\xb1\xc1\xd6\xc3\x20\x79\x85\x99\x02\x0c\ \xbf\x63\xdc\x0c\xe3\x0d\xf1\x89\x1d\xbb\xcc\xab\x7f\x7f\x14\x36\ \x5c\x72\xf5\x73\x57\x90\x3f\x6a\x44\x99\x74\x21\x51\xbc\x9d\x98\ \xf3\xd0\xb7\x2f\xfd\xb3\x7e\xc7\x62\x36\xda\x5e\xdb\xb4\x5a\x8d\ \x4e\x6f\xf9\x6c\xfd\xa1\x37\x46\x83\x7e\xcb\xae\x33\x5b\x76\xac\ \x36\x8b\x55\xa7\xb3\xeb\x81\x62\xe9\x35\x66\x9d\x7a\x47\xaa\x36\ \xf2\x89\x6a\xbd\xde\xaa\x37\x5b\xf6\x75\x56\xe0\x01\xad\x06\xa5\ \xf6\x70\xdf\xaa\x63\x1a\x94\x3b\x87\x7a\x68\xb5\xa1\xc6\x6c\xf8\ \x51\x0d\x61\xb4\x18\xf5\x3a\xad\xc5\xa2\xc7\xc0\xc0\x65\x2b\x02\ \x67\xd5\xa3\xf9\x56\xeb\x96\xd1\xb0\xb3\xb5\x05\xb9\x46\xe0\x3f\ \x75\x7a\x35\x5f\x8f\x41\x58\x0c\x16\xbd\x8e\xc9\xc7\xc1\xc9\x1a\ \x60\x3a\x75\x1a\xa5\x92\xa9\xd1\x4b\x99\x5a\x8d\x71\x5f\xc3\xd4\ \x18\xf4\x52\x68\x1e\x8b\x0c\xc5\x4d\x48\xd1\x70\xaa\x07\x92\xc9\ \x24\xbb\xa3\xa9\xce\xee\x80\xb6\x60\x30\x9c\x87\x3b\x9a\xec\xe1\ \x4e\x45\x03\x9d\x41\x23\x90\xc8\x80\xd1\x5c\xdf\xab\x21\xf5\x57\ \x43\xda\xdb\xaf\xac\xfd\xeb\xdf\x6b\x8e\x6e\x1a\xab\xd9\x6c\xd5\ \x6a\x89\x1a\x33\x99\x09\x24\x0b\xbc\xb4\x5a\xa7\x24\x93\x89\x7c\ \xbd\x0e\x08\x16\x19\x4d\xa6\x92\xd1\x18\x04\x1f\x47\x44\xf2\x31\ \x38\xa4\x07\x11\x03\xa3\x2a\xc9\x54\x22\x02\xee\x0e\xf7\xc0\x81\ \x1f\x1e\x70\xa8\x1d\x96\xab\xb3\x03\xcc\x09\xe6\xe0\xe8\xe2\xea\ \xea\xeb\xe6\xe0\xe6\xe4\x18\x10\x12\xe0\xe8\xe2\xe6\xfc\x53\xe7\ \x40\xed\x78\x6d\x41\xc5\xc9\xd8\xf5\x85\xcf\x9b\x5f\x8e\x4f\x9b\ \xb2\x63\xb2\x8a\x26\x77\xaf\x8d\xe5\x34\xa6\x03\x29\x23\x28\xc4\ \x92\xd4\xf2\x04\xa1\x40\x40\x13\x08\x44\x12\x14\x8f\xed\x15\x08\ \xe5\x71\x71\x84\x72\x0e\x8b\x23\x04\x9a\x15\x23\x63\x8b\x14\x71\ \x6c\xa1\x98\x17\x19\x2b\x17\x72\x29\x32\x86\x84\xce\x62\x0b\x84\ \x22\x1e\x9e\x42\x40\x01\x33\x48\x91\x78\x07\x4a\x58\x14\x9e\x50\ \x1c\x29\x94\x43\xdd\xf8\x22\x19\xac\x08\x39\x4b\x1e\x2f\x97\x44\ \xc8\xc5\x14\x61\x84\x44\x15\x29\x93\x04\xf2\x12\xd3\x85\x42\x71\ \x5c\x6c\xa4\x5c\x22\x89\x54\x25\xc4\x71\x78\x6c\xe0\xdc\xb8\xe1\ \x31\x29\x29\x72\x4e\x84\x2c\x82\x2b\xa4\x60\xfd\x58\x81\x74\x14\ \xd0\x4b\x3c\x8a\x8e\x47\x79\x79\xf9\x84\xa1\x48\x80\xaf\xfc\xfc\ \x82\xb0\x3e\x28\x12\x29\x33\xc8\x1b\x15\xe6\xe7\xe3\xe3\x1f\x4a\ \xf2\xf6\xf6\xf3\xc7\xd3\x69\x0c\x16\x47\xc6\x13\x03\x2d\x64\xd3\ \x64\x62\xb1\x5c\x10\x27\x11\xcb\x45\x32\x21\x57\xc5\x02\x1b\x2e\ \x64\xf1\xd8\x6c\x4e\x24\x47\x2e\xa0\x50\xe8\x2c\x16\x87\x2b\x91\ \x8b\x59\x74\x02\x43\x26\xe1\x88\x59\x0a\x31\x57\x24\x04\xa0\x15\ \xa3\x10\x8b\x54\xe1\x5c\x51\x5c\x5c\xac\x5c\x14\x13\x2f\x10\xca\ \xe5\x5c\x91\x48\xd2\x95\xd1\x62\x92\x65\x74\x15\xb7\x15\x0d\x54\ \x96\x67\x54\x97\x47\xc4\x54\x57\xdf\x5c\x7f\xfe\xf2\xf2\xc3\xc9\ \xed\x67\xf7\x2b\xc6\xa1\xf6\x03\xbb\x8f\x3a\xaa\x07\xf2\x8b\x0b\ \x2a\x16\x6a\xd2\xb3\x04\x2c\x42\xfc\xce\xdd\xcd\x8e\x66\x59\x71\ \x5f\xcb\xcb\xdf\xa5\xaf\x3f\x7d\xbe\xf1\xf6\x32\xb5\x61\xb7\xe9\ \xed\x83\x07\x8f\xdf\x5d\x7c\x5e\xdc\x79\xbf\x7c\x6c\xdd\xa2\xba\ \x3a\x46\xcd\xcc\x26\xc1\xe1\x49\x57\xb5\xee\x21\x38\xa2\x85\xf8\ \x42\xc3\x98\xb7\xb6\x47\xe1\x9c\x81\xcb\x1f\x2d\x99\x02\x2e\x0f\ \x5a\x2c\xb8\xb4\xf6\x04\xe0\x13\x34\xa3\x3e\xb7\x32\x97\x3b\x55\ \x32\xb1\x31\x31\x37\xd7\xbe\x06\xe4\x6a\x6d\x66\x6e\x6e\x69\xe3\ \xb7\x8d\x8d\xa5\xb5\x8d\x25\x68\x71\x0e\xa0\x2e\x70\xf1\xd5\x13\ \x80\x59\xab\xab\x1b\xab\x1b\x8e\x07\xc9\x83\x9d\xb5\x07\x8d\xda\ \x57\x17\x55\xcd\x6f\xa0\xd8\xc2\xee\xea\x58\x53\x79\x3a\x70\x72\ \xd5\xd5\x89\xc9\xa9\xe5\x83\x2d\xcd\x35\xdd\xe5\x89\xa9\x4d\x83\ \xbd\xcd\x6d\xad\x55\x03\x5d\x8d\x2d\xa9\x23\x95\xf9\x39\x4d\x23\ \x83\x23\x69\x9d\xb5\x39\xe3\x05\xf9\x07\x00\xbb\x4c\x8d\x23\xad\ \x35\xad\x35\x5d\x4d\x7d\x4d\x35\x95\x4d\x3d\x95\x4d\x79\xa6\xb6\ \xca\xa2\xde\x91\xe6\xce\x9c\xd6\xc1\xaa\xec\xec\xbe\xaa\x9a\xee\ \xc2\xfc\xa2\x6b\xf9\x23\x45\xad\x9d\x55\xcd\x55\x8d\x37\x16\xb6\ \x2b\x2a\xf2\x6e\x4e\x17\x5f\x9b\xdf\x5b\x5f\xec\x78\xf3\x70\x7c\ \xec\xe0\x60\xf9\x78\x79\x7c\xf7\xcd\xe4\xed\x8e\xf9\x37\xcf\x9e\ \x9e\xbc\x5d\x58\xef\x38\x79\xb9\xf8\xf6\xe4\xfb\xf3\xdd\x37\xdb\ \x67\x6f\x0f\x4e\xce\xd7\xcf\xbf\x4c\x3e\x3d\x3b\xbb\x7f\xf2\xf0\ \xe3\xf9\x87\xc5\x8b\xb3\x93\xb3\xf3\x8f\x7b\xe7\x5f\x1e\xda\x3b\ \xbd\xa1\x2e\x32\xb7\xfa\xfb\x01\x60\x81\x13\xd0\xa3\xe8\x3b\x65\ \x77\x7e\x8d\xbe\xf5\x6b\x74\x74\x74\xe6\x1d\x5e\xdb\xe4\xde\xf0\ \x48\x43\x6c\x22\x37\x42\x5c\x9e\x17\x4b\x0a\x0a\xf2\x29\xcb\xcc\ \x0c\xcd\xf4\x87\x9a\xcb\x80\x61\xee\x4e\x66\x68\x19\x34\x7f\xe5\ \x05\x4e\xfe\xd1\xc0\x31\x86\x15\x49\x1f\x5e\x3e\xe8\xa2\x08\x53\ \x36\xc9\xc5\x6f\x98\x8e\x30\xf3\xe3\x13\x43\x52\xbb\xe6\x0c\xb6\ \xc5\xa5\xac\x5b\x7c\x00\x8e\x85\x96\xfd\x4a\x78\xfc\xa2\x1d\x8d\ \xab\xcf\x0e\x24\x7c\xb1\x54\xc1\x4b\x9c\x13\x83\xbc\x7d\xc2\xe2\ \x5d\x90\x7a\xa6\xde\x7c\xef\xe5\xfd\xf9\x83\x33\xaa\xa7\xcb\x81\ \x4f\x39\x7a\xb6\xc0\x27\xd8\x1b\x5b\x85\x8b\x7a\x17\x93\x40\x3c\ \x0a\x71\x7d\x36\xba\xf4\xdb\x13\x9d\xd5\xfe\xda\x6c\xb3\xda\xa5\ \x50\x77\x06\xb3\xee\xfd\xbb\x2d\x23\x00\x11\x2a\x90\x2f\x8d\x52\ \x67\x7d\x6d\x00\xa7\xcf\x5b\x46\x1b\x60\x2f\xa0\x51\x36\xb5\x45\ \xab\xa1\x52\x8d\x06\x8b\x45\x43\xd4\xaa\xad\x3b\x7c\xb3\xcd\xb2\ \xb5\xb5\xa5\x93\x1a\x6c\xef\x76\xec\x56\xb3\xd1\x68\xd4\x68\xec\ \xaf\xb5\x7a\x8d\x41\xaa\x83\x6a\x35\x0d\x56\x9d\xd2\xc3\x55\xad\ \x33\xa8\xe1\x08\x83\x12\xad\x51\x33\xcd\xb6\xad\x7d\x8b\x41\x63\ \x33\x00\x1d\x32\x6b\x98\x7c\xb5\x15\xe7\xae\x95\xea\x0c\x3a\x22\ \xc6\xdd\x03\x43\x54\xea\xa5\x7a\xbd\x91\x4c\x06\xde\x50\xc9\x57\ \x03\xe1\x93\x4a\xb5\x6a\x29\x53\xca\x47\x53\xb5\x4c\x32\x1a\x89\ \x70\x50\x13\xc9\x48\xa8\xc6\x94\xec\xea\x8e\xd6\xf3\xdd\x1d\x30\ \x30\x04\x54\x3b\x45\x54\x23\xdd\xa1\x43\x86\x64\xe7\xdc\x2b\x49\ \xed\x57\xda\xeb\xaf\x96\x24\xf9\xce\xfe\xf6\xaf\x8d\x28\x9c\x52\ \x77\xa8\x35\x58\x0c\x54\xab\x51\xa9\xa4\x6a\x95\x44\xb2\xd6\x0c\ \xde\x4d\xad\x96\x12\x89\x52\x3e\x95\x89\x83\x61\x98\x64\x32\x82\ \x88\xe6\x33\xc9\x44\x0c\x94\xd9\x8a\xa1\x22\x30\x4a\x0c\x1c\x01\ \x87\xb9\xb8\xc1\x71\xee\x6e\xce\xce\x70\x07\x77\x0f\x27\x38\xd5\ \xcd\xdd\x19\x60\x16\x54\x93\x05\x7e\x38\x46\x5d\x01\xfe\xd0\xf5\ \xa7\x93\x85\x9b\xd7\xb3\x8b\xda\x9a\x6a\xf3\xa6\x9f\xef\x4d\x17\ \x9b\x22\xaa\x73\xb6\xc7\xc6\x73\xc6\xe6\x1b\x13\x85\xe0\xb3\xec\ \x17\x3b\x94\x0a\x9c\x43\x77\x1c\x07\x12\x28\xa8\x2e\x34\x10\x05\ \xf5\xd1\xa3\xfb\x89\x00\x57\x31\xc4\x32\x3a\x87\xce\x96\x08\x45\ \x0a\xb6\x90\xc0\x13\x02\x85\x11\x8a\x65\x22\x8e\x50\xc4\xe2\x88\ \x28\x14\x36\xde\x8b\x4b\xf7\x63\x50\x78\x32\x06\x57\x16\x29\x63\ \xb3\xd8\x22\x31\x85\x01\x3e\xff\x81\xb2\x70\x45\x44\xb2\x9c\x02\ \x68\x4b\x04\xc8\x2b\x56\xcc\x11\x72\xb9\x89\x29\x22\xae\x28\x21\ \x31\x22\x56\x15\x21\x53\xc4\x24\x44\x80\xf3\x78\x06\x2d\x2e\x2e\ \x82\xcb\x63\xa7\xc9\x80\xd6\xf8\x05\x7b\x71\x05\x14\x1a\x1b\xef\ \xe3\x4d\x60\x10\x38\x2c\x6c\x10\xb0\x83\xc1\xc1\x50\xea\x89\x8f\ \x97\x4f\x30\x29\x98\x84\xa2\x85\x7a\x93\x48\x58\x2f\x28\x25\xd5\ \x1b\x4b\x61\xf1\xe8\x02\xb6\x84\xc3\x15\x81\x2d\x13\x72\x25\x12\ \x5e\x8c\x4a\x21\x94\x4b\xc4\xaa\x04\x36\x5b\x26\xa3\xd0\x25\x62\ \xb6\x44\xc4\x00\x2e\x96\xe7\xc7\x16\xc8\x85\x02\x89\x5c\xc2\x63\ \x8b\x22\x64\x72\xa0\xcd\x31\x62\xb0\xb9\x62\x99\x58\x25\x8f\x54\ \xb0\xe5\xdc\x04\x85\x42\xa5\x52\xf0\xc2\x63\xe5\xf1\x80\x00\xd9\ \x09\xc9\x09\xa5\xd5\xa9\x85\xd9\x45\x9d\xe9\xe9\x43\x4d\x03\x83\ \xdc\xc8\x8c\x91\xce\x85\xdb\xa7\x6f\x5f\xee\xad\x8f\x35\xb6\x0d\ \xdf\x78\x7a\xbc\x7e\xff\xc3\xcd\xea\xa2\xa1\x9c\x91\xb6\x8e\xaa\ \x2c\x2e\x81\x2e\x4a\xc8\xfe\xba\xb9\xde\x98\xd8\x29\xab\x7e\x53\ \x35\x59\x14\xff\xf4\xf1\xce\xdd\x74\x4a\xd1\xce\xbd\xeb\x85\x4c\ \xe6\xe7\xcf\x08\xf7\xe7\x37\xf2\x2f\x34\xce\x21\x01\x4e\x01\x33\ \x1b\x57\xad\xc4\x51\x22\x32\xea\x4a\x49\x7d\xd2\xec\x93\x37\x94\ \xaa\x77\x51\xab\x9a\x1d\x4f\xf8\xd5\xf6\xd1\x95\x57\x1b\xab\x4b\ \x2b\xab\xab\x2f\xa0\xaa\x85\xd9\x89\x92\xa5\x99\xa9\x57\xab\xab\ \xb9\x1b\x4f\x36\x26\xa6\xa6\xd6\x66\xd6\x56\x37\x66\xe7\x56\x9e\ \xbc\x7a\x05\xcd\xb1\x6f\xac\x82\x87\xae\x85\xe0\x66\xd7\x96\x66\ \x56\x56\x9e\xbc\x98\x5b\x7b\xb1\xba\xf2\xc4\xd5\xed\x8b\x28\x6b\ \xfc\xd1\x97\xfb\x3b\xed\x3b\xdf\xb2\xd3\x53\x4c\xe5\xe5\xdd\xe5\ \xa6\xe4\xba\x96\xf2\x96\xd2\xc1\xb4\x2c\x28\x4b\x67\xa0\x66\x64\ \x68\xb0\x6b\xa0\xaf\x70\x6c\xa0\xb8\xa3\xca\x34\x92\x5e\x57\x30\ \x70\xad\xa8\xe2\x7a\x77\xdf\x48\xe7\x70\x4e\x45\xe1\xf5\xe5\xea\ \xde\xd4\xc1\xce\x9e\xce\xfc\x4a\x53\x4f\x77\x6f\x5f\x55\xde\xf5\ \x9e\xc2\xc2\xbc\x9c\xde\xa6\x2a\x53\x63\x33\x14\x50\x5f\xd5\x58\ \xd4\x53\x34\x34\x38\x60\xea\xbd\x99\xdd\xdb\x33\x70\xad\xa0\xb0\ \xa9\xf8\xfa\xb3\x85\xb1\xc5\xa2\x8a\x1b\xd7\xc7\x16\x97\xef\x3f\ \xdd\x7e\x76\xb2\xd8\xb1\x30\x39\x3f\x39\x3d\xbd\xb0\xf7\x6c\xa1\ \x38\xe7\xe9\xd1\xee\x87\xaf\xf7\x8f\xd6\xcf\xce\xef\xef\xde\xfd\ \x7a\xb4\xbd\xfb\xfc\xc3\xf1\xf1\xe9\xfa\xfd\xb7\x0f\xd7\x8f\xbf\ \x3e\xbc\xfb\xf5\xe2\xe5\x97\xf3\x97\x47\x0f\xcf\x2e\xcf\xef\x9e\ \xed\xed\x5e\xd6\x78\xfb\x63\x83\xa0\x1a\x50\x48\xb3\xa0\x3e\x23\ \x99\xd0\xca\xe6\x5b\xbf\xde\xb9\x73\xe7\xd7\xcc\xd0\xd0\x3b\xb7\ \xc2\x28\x69\x05\x07\xc7\xf7\xab\x46\x1a\x64\x31\xdd\x37\x15\x61\ \xa1\x00\xbb\x43\x83\x6e\x41\x39\x95\x99\xd1\x61\x40\xdc\x00\x69\ \x95\xdd\x0a\xa2\x7b\x91\x7c\xa0\x92\xe3\xb2\xb0\x36\xfe\xa3\xb1\ \x47\x05\x5c\x71\xda\x73\x69\xed\x05\xdf\x51\x7f\xf1\xed\xe2\x77\ \x97\x5c\xaa\x21\x69\x00\x25\xbc\x78\xf4\xf3\xcf\xd1\x65\x50\x4c\ \xd8\xad\x83\x17\x57\x7c\xdb\xdf\xfa\xb1\x33\xdc\x1b\xb4\x51\xae\ \x75\x3e\x3e\x41\x3e\x3c\xa2\xa7\x96\xca\xe4\x5b\x7f\x3f\xda\x7b\ \x5a\x3b\x14\x83\x22\x31\x38\x27\x4f\xbe\x63\x49\x41\x7e\x15\x0e\ \x01\xef\xaf\x45\xa2\x6f\x22\x71\x7d\xee\x1b\x6b\xb3\xfb\x66\x83\ \xc1\xb6\xf3\xda\x62\x34\x1b\xdf\xed\xec\xf3\x8d\x06\x83\x16\x2a\ \xab\x94\x1a\xec\x56\xab\xde\xb2\xff\x0e\x08\xce\xeb\x7d\x23\xb8\ \x57\xad\xdb\xb7\xf2\xa9\x6a\xa3\x8e\x29\x35\x68\xf5\x16\x83\x54\ \x09\xf8\x8b\x6f\xb0\x19\x8c\xfb\x5a\xbd\xc1\x6c\x37\x40\xf5\xa7\ \x5b\x66\xe9\xe1\x6b\x1b\xb4\xe2\x90\xaa\xd6\x63\xa8\x6a\x00\x6e\ \x7a\x33\xd9\x43\x69\xd0\x61\x60\x70\x8b\x96\xca\x37\x6a\x2d\xc6\ \xf7\x5b\x3a\xb3\xd5\xac\x07\x82\x64\xb0\x51\xd5\x4a\x9d\x3b\x52\ \x6b\xb0\xdb\xd4\x48\x38\x1a\x8d\x26\x32\xb7\xa8\xd2\x1f\xc9\x5f\ \x06\xbe\x96\xaa\x91\xea\x8d\xd0\xb1\x41\x25\x9f\xcc\xb4\xe8\x98\ \x54\x26\x11\x03\x77\xa7\x62\xa0\xac\x42\x0f\x25\xdf\xc1\x15\x09\ \xdc\x1b\x0c\x0d\x27\xaa\xd1\xee\x48\xbe\x1a\x89\xc0\xa1\xe1\xce\ \x48\xd7\x90\x00\x60\x06\x4b\x46\x73\x73\xa3\xae\x4c\xfc\xfd\x3f\ \x7f\xbf\x8a\xd9\x39\xb4\x5a\xb5\x76\x3d\x55\x6b\xd1\x48\xf9\x38\ \xbe\xd6\x00\xf8\x8a\xa9\xb5\x6a\xb4\x4a\x3e\x9f\x0c\x28\x0d\xaa\ \x72\x57\x4a\x31\x38\x2a\x19\x87\x26\xe3\x80\x66\x51\xd5\x70\x18\ \x12\x87\x80\xb9\xbb\xc1\x60\x70\x0f\x24\xc2\xcd\x15\x06\x87\xc3\ \x7c\x3d\x30\x48\x28\x91\xd0\xd1\x0d\xe6\x18\xe0\xe8\xee\xe4\xe4\ \x1b\xe0\xe4\xe4\xe4\xfa\x53\x47\x4e\x4e\xc5\xf5\xbc\x82\xaa\xec\ \xe5\xdd\x37\x95\xe1\xdc\xc8\xae\xaa\xdb\xd3\x1d\x4d\x55\xc9\xbc\ \x40\x36\x97\x21\x92\x89\x62\xc5\xb1\xe9\x83\x3d\xe9\x75\x71\x74\ \xbf\xc0\x40\x96\x90\x41\xe7\x30\xe8\x28\x2c\x8d\x46\x12\x0b\xf1\ \x0c\x0a\xd4\x0d\x54\xc8\x11\x8b\x22\x63\x85\x58\x3c\xb4\xe4\x85\ \x4d\x63\xab\xd8\xc0\xf7\xb1\x68\x1c\x9e\x80\x2e\xf0\xf3\x52\xc8\ \xfd\x68\x2c\x09\x07\xdc\xa3\x12\xb2\x44\xa2\x18\x60\xb2\x54\x32\ \x41\x8c\x44\x20\xe6\xf1\x58\x71\x2a\x49\x9c\x24\x3c\x39\x06\x68\ \x13\x4d\x28\x53\x28\x62\x23\x44\x91\x22\x55\x9c\x9c\x11\xce\x8e\ \x4c\x90\x45\x24\x84\x8b\x65\x69\xa9\x91\x3c\xf0\x7a\xe1\x72\x86\ \x4f\x66\x74\x10\x4f\x18\xc8\xc2\xe3\xe9\x28\x6f\x6f\x2f\x0e\xdb\ \xdf\xdb\xcb\xdf\x1f\xec\x6d\x34\x2c\xc9\x3f\x28\x10\xe5\x1f\x8c\ \x45\x79\x63\x83\x82\xbd\x50\xd8\xe0\x60\x2f\x52\x20\x8b\x42\x23\ \x00\x6c\x8a\x60\x71\x05\x74\x36\x5b\x28\x8c\x88\xe0\x01\x46\x14\ \x47\x88\x78\x0a\x95\x58\x05\xf4\x0a\x88\x2b\x34\x9d\x25\x61\x70\ \xa0\xd5\x85\x5c\x19\x9b\x23\x14\xb2\x81\xb5\x55\x44\x82\xdf\x8a\ \xc3\xe6\xc9\x44\xe1\xc0\x0a\x2a\x62\xc5\x3c\x2e\x4f\x22\x12\xb3\ \xa1\xa3\x98\x02\x61\x1c\x50\xdd\x88\xc8\xf2\xac\xc8\xc6\xc6\xe2\ \x9b\xb7\x3b\x7b\xab\x4d\x45\xbd\x03\x71\x29\x39\xc5\xcd\xd3\x63\ \xeb\x47\xb7\x8f\x3e\xe4\x03\xbc\xa8\xa8\xda\x3e\x78\x7a\x54\xd9\ \xd8\x54\x55\x5b\x64\x2a\x4d\x57\xb1\x39\xe9\x43\xbd\x05\xd9\x67\ \xbd\xa6\x8c\xe4\xf8\x9c\xc9\xe7\xf1\x0c\xaf\x8c\x94\xb4\xe6\x0f\ \x67\xd7\x6e\x56\x0c\x9d\x1e\x3f\x0c\x70\x34\x1c\x6c\xbe\x3f\x22\ \xfb\x62\x4a\x1c\xb5\xba\x2b\xb3\x57\xae\xea\xdf\x3b\x5e\x99\x9d\ \x99\xaa\x9f\x1b\x4d\x1a\x1d\x63\xe5\xdd\x73\xae\xe7\x7b\xa0\xaf\ \xb4\xcf\x3c\xd9\x98\x9d\x81\x0a\x41\x5f\xac\x3d\x01\x92\xb5\x36\ \xb7\xb4\x94\xb4\xb1\xda\xbe\xf6\x64\x66\xf5\x09\x00\xa8\xd5\x95\ \x8d\xb5\x0d\x40\x53\x7f\x7f\xb1\xb1\xb6\x3a\x33\xf3\xea\xc9\xec\ \xdc\xd2\x4a\xc9\x1a\xd4\xc5\x01\x9a\x76\x9f\x1d\x9d\x59\x5d\xf5\ \x84\xff\x87\x5a\xfa\xb2\xa0\x6d\x6f\x7c\x70\xff\x49\xfe\xd0\xd3\ \xf2\xc1\xde\x06\x53\x43\x72\x4c\x5f\x57\xd7\x48\x57\x43\x46\x56\ \x5a\xb7\xa9\xb3\xb3\x66\x60\xa8\x74\xb0\xfa\x5a\xb1\xa9\xe6\x7a\ \xef\x60\x5f\xcf\x50\x5e\x5b\x76\x71\x5e\x45\x63\x45\x9f\xa9\xb3\ \xa8\xb1\xb7\xe8\x46\x57\x73\x6c\x97\xa9\x2a\x67\xba\xb3\xaf\xa8\ \xb1\xaf\xa2\xb1\x69\xb8\xaa\xaa\xb0\xb1\x71\x70\xa4\xba\xb9\xb9\ \xa0\xb9\xb2\xd2\x04\x80\xaa\x79\xc4\xd4\xd7\xd9\x3d\x78\xad\xb0\ \xaa\x31\xbf\xa0\xb0\x36\xbf\x70\xfd\xf6\x8d\xec\xb1\xe1\x8a\xec\ \x6b\xeb\xcb\x79\xf7\x9f\xae\x3f\x7d\x96\x3f\xb9\x3b\x7c\x03\x3a\ \x3a\xf8\x72\xf9\x69\xed\xf4\xfc\xe2\xf3\xf3\xbb\x0b\x17\x6f\x8e\ \xbf\x7e\xf8\x70\x7a\xbe\x7c\x7e\xbc\xfd\xf1\xe4\xf4\x7c\xf3\xe3\ \xed\x97\x8b\x1f\xf6\x4e\x3f\x5e\xde\x3d\x39\x39\x3b\x39\xda\x7c\ \xb8\x79\xf1\xe5\xcb\xc5\x65\x07\xc3\x9b\x14\x06\x75\x6f\x23\xf9\ \x03\x60\x82\x4c\xe1\x9d\x3b\xa1\xa4\x3b\x10\x70\x01\x61\x09\x0d\ \x82\xd4\x28\xd4\x27\xfc\xc6\x97\x93\xdb\xb5\xcd\xc9\xe5\xc3\x1d\ \x02\xa0\x6d\x41\xa1\x90\x4a\x45\x93\xa2\xfb\xa1\x19\xfa\xb0\x7e\ \xa8\x74\xd4\xc7\xdf\xc7\x8b\x04\x04\x2b\xcc\xbf\xef\xf7\x87\xb5\ \x7b\xc3\x71\xe2\xc4\xe7\xca\x8e\x4d\x07\xd7\x77\x0b\x5f\x5f\xbf\ \x83\x27\xc1\x9d\x35\x78\x54\xdc\xce\x97\x5f\xfb\xfb\x6f\xdd\xb9\ \x95\x19\x54\x56\x3d\x33\xd3\x3e\x65\x60\xb0\x79\x96\x81\xa3\x90\ \x2b\x3d\x04\xff\x30\x82\xf7\xfd\x19\x17\x2a\x4c\x7b\xf6\x75\x90\ \x41\xf7\xcf\x04\xfb\x20\x43\xde\xfc\x46\x29\xf0\x27\xc9\xb6\x91\ \xb9\x8f\x16\xcf\x27\x4e\xa8\x8f\xaa\xed\x73\xb9\xce\x06\xab\x4d\ \x2b\xb5\xd9\xf4\x90\x2b\x33\x58\xed\x6a\xfd\xbe\x59\x29\xb5\xee\ \x1b\xb7\x0c\x86\x77\x66\xbb\x56\xc7\xd7\x68\xb6\x2c\x46\x40\x51\ \x06\x03\xd4\x28\x94\xaf\x91\x2a\x75\x16\xb5\xda\xb8\x6f\xb5\xd9\ \xb5\x5b\x3b\x66\x33\xd3\xba\x63\xd1\x1a\xc1\x9d\x50\x8b\x76\xab\ \x81\xff\x5a\x6b\x36\x6b\xb4\x36\x9d\xc6\xb8\x63\x27\x2b\xa1\x30\ \x30\x32\xc2\xb8\x65\x61\x62\x98\x5a\xb5\x5a\xa3\xd6\x5a\x6c\x9f\ \x6c\xd0\xbc\xbe\x41\x4b\x96\xaa\xcd\x4a\xa5\x4e\xef\xc1\x97\x02\ \xf9\x22\x4b\xd1\x68\x32\x9a\x4f\xb5\xeb\xed\x46\xb3\x0e\xa3\x57\ \xf2\x75\x5a\x68\x9e\x5c\xfa\xa3\x0b\x96\x5e\x07\x14\x85\xc8\xd7\ \x31\x3d\x90\x54\x24\x14\xa4\xe3\x81\x96\xba\xbb\xc1\x95\x64\x24\ \x12\x0e\x83\x91\xd1\x44\xa4\x94\xe9\xee\x4e\x64\xa2\x61\xee\x8e\ \x57\x02\xae\xf8\xe6\x96\x24\x5d\x05\x9c\x55\xff\xf7\x7f\xff\x16\ \xe5\x61\xdf\xd1\x5a\xd5\x5a\x28\x6a\x8c\x09\x05\x4e\x9b\x75\x5a\ \x3e\x19\xc3\x67\x9a\x0d\x4a\x29\x02\x10\x9d\x94\x2f\x25\x13\xd5\ \xe0\x4d\x98\x30\x0f\x70\x3b\x95\x8f\x41\x10\x75\x48\x34\x86\xec\ \x0e\xd8\x0d\x8e\x44\xb8\x02\x47\x08\x77\x75\x76\x74\x71\x46\xc2\ \x3c\x3c\x5c\x5c\x5c\x1d\x5c\x03\x3c\x1d\x7f\xcc\x5f\x39\xfb\x3a\ \xc1\x7e\x3a\xda\x5e\xd8\x3b\x38\x5f\xc8\x2f\xbe\xbf\xfc\xac\x20\ \x36\x3c\xa3\xb9\xaf\x34\xef\xf9\xb5\x94\xc1\x48\x51\x38\x97\xcd\ \x4d\x1d\x31\x0d\x56\x27\x64\x54\xd7\xf5\x8e\x24\x32\xbc\x68\x2c\ \x21\x2f\x50\x0e\xb5\x1c\x66\xd0\xbd\xc5\x72\x8a\x1f\x47\xc4\x52\ \x89\x79\x02\x9e\x0a\xf8\x3a\x36\x1d\xcf\xa6\xb3\xfd\x44\x12\x09\ \x85\x25\x62\x09\x44\x3c\x01\x97\xc6\xa2\xd0\x29\x74\x36\x05\xef\ \xe7\x13\x28\x8f\x50\x71\x44\x2a\xb1\x42\xae\x60\x8b\x38\x14\x11\ \x97\x20\x92\x08\xe5\x22\xb1\x10\xa8\x87\x4c\xc4\x4d\x0e\xe7\x30\ \xb8\xf2\x70\xae\x2c\x5c\x04\x1e\x14\x11\x2b\x52\x28\xe2\x15\x92\ \xd8\xc8\x38\x11\x5b\xa5\x8a\x88\x10\xb0\x85\x02\xaf\xa0\x32\x1f\ \x3f\x82\x90\x83\xf5\x0a\x24\xe0\xbd\xbc\xfc\x38\x3f\x1a\x29\x63\ \xfd\xfc\x7c\xfc\xbc\xfc\x83\xfd\x51\xde\x3e\xde\xfe\xde\x61\xfd\ \x58\x14\x29\x18\xeb\xed\x8f\xf2\x03\xba\x06\x75\x32\xe5\x28\x44\ \x62\x85\x80\xc7\x53\x71\xd9\xe1\x12\x0e\x80\xbf\x08\x0e\x45\x26\ \xa2\x89\xe4\x2c\x19\x57\xc8\x11\xb1\x81\x1a\x81\x1f\x3c\x31\x4f\ \x28\x51\x40\xdf\x42\x09\xb0\x8d\x40\xc5\x44\x22\x9e\x2c\x32\x46\ \x2e\x17\x45\x46\x28\x64\x60\x03\x14\x31\xe0\x6e\x05\x45\xc8\x93\ \xa8\x14\x8a\x08\x6e\x4a\x42\xec\x48\x7e\x79\x51\x67\x6b\x7a\xdb\ \x40\xd3\x48\x6a\x77\x5f\xd7\xc8\xd1\x69\x6d\x4d\x76\x45\xc7\x7a\ \xa5\xa9\xa8\xb0\x27\xaf\xe3\xd9\x9b\x83\x81\xca\xd2\x94\xc4\xe4\ \xa1\xe6\xf4\x38\x09\x77\x60\x37\xfb\xfe\xdd\xf9\x84\xd4\xb6\x2c\ \xe1\xf8\xb7\xe3\x74\x9a\x0f\x81\x45\xa0\x13\x2a\x0e\xad\x0f\x63\ \x9a\x96\xbf\x3b\x19\xbe\x9d\x9f\x7d\xbe\xe0\x8f\x86\x84\x5c\xdd\ \x22\x06\x7c\x21\xe7\x8e\x5e\x75\x41\x23\x4a\x56\xd6\xea\x4b\x1c\ \x67\xe6\xe6\x69\x95\xef\x4b\x56\x1c\x90\xbe\x4b\x2f\x56\x97\x46\ \x67\x5e\xac\x6e\x6c\x3c\x79\xf2\xe2\x15\x38\x5b\xdb\x58\x9b\x9b\ \x5d\x5a\x02\x46\x71\xe5\xc9\xc6\x93\x95\x17\x80\xb4\x5e\xbd\x7a\ \xf5\x64\x63\x6d\x6d\x76\x0d\xc2\xb0\xb5\xa9\x2b\x51\xae\xf5\x25\ \xf5\xb9\x49\x73\x53\x2b\x40\xd6\x46\xd7\x96\x1c\x43\x5e\xfd\xcd\ \xf3\xbc\xf4\xda\xf4\xd1\xe2\x88\x71\xe9\x53\x9f\x2a\xb9\xb7\x25\ \x35\x2d\x31\xa1\xa5\xbb\x34\x35\xa3\xb9\x3c\x31\xbe\xae\xdb\xd4\ \xdc\xd9\x69\xaa\x6e\x6b\xe9\xec\x2a\xca\x69\x6c\x6a\x69\x18\x6c\ \xb9\x59\xd9\xd3\x5a\x50\xdc\x76\x73\xa0\x21\x3f\x6f\x32\x2f\xff\ \xe6\x48\xf3\xa0\xc9\xd4\x59\x91\xd7\xd3\x96\xdf\xd4\x34\x56\xd5\ \x53\xdc\x53\x69\xea\xea\x6d\x1d\x30\xe5\x77\xf6\xf6\xd5\xf4\x34\ \xd4\xd4\x14\x5d\xaf\xa9\xea\x6a\xe9\xe9\x29\x1a\x69\x2a\x1c\x6e\ \xed\x2c\xae\x2a\x04\xcf\x1c\xcb\xce\xbe\x9e\x5f\xd8\x31\x7d\xfd\ \xf6\xd1\xf4\xee\xf3\xf1\xdd\xe7\x93\x37\xd6\xef\x8f\x1f\x3d\x9d\ \xce\xdf\x3d\x7f\xde\x71\x74\x74\xfa\xe6\xe1\xfa\x1b\xc0\x51\x5f\ \x0e\x16\x4f\xde\x2e\x7f\xf9\x7a\xf7\xe2\xee\xc1\xfc\xc1\xf3\xf5\ \xf5\x2f\x67\x77\xcf\x97\x3f\xbe\xdc\x3e\x3f\x3b\x3b\x3f\xb8\x7b\ \xf1\xed\x71\x2a\xc5\x3b\xf4\xce\x9d\x5b\xc0\x02\x42\x47\x09\xa3\ \x83\x33\xcb\xfa\xfb\x83\xa0\x70\x67\xe0\x0c\xfb\xef\x40\x39\xcf\ \x61\xc0\xf7\x45\x7b\xc5\x15\x15\xcc\x3f\x1f\x6e\xae\x59\xef\x08\ \x8c\x0e\x06\x94\x15\xf6\xf3\x9d\xd0\xe0\xe8\xcc\x5b\xe0\x81\xd1\ \x99\x65\xd1\xb7\xee\x04\x87\x7a\xfb\x85\x06\x05\x45\x47\xfb\x77\ \x5d\x7c\xeb\xc8\x1e\xa8\x2b\x4d\x1d\xd6\x8d\x7f\x42\x10\x2f\x17\ \xce\xee\x19\x3d\x4a\x9c\xda\xaf\xff\x42\x68\x31\x2f\xdc\x0a\x82\ \x6c\x67\x34\x29\x68\x79\x66\x75\x62\x0a\x29\x61\x0b\x37\x71\xad\ \x51\x01\xd7\x50\x5e\x28\x46\x6c\xf7\xee\x59\x6d\x37\xaf\xce\x2e\ \xfc\x6f\x3f\x27\x0b\xef\x1d\xaa\x4a\xbb\xe3\xfd\x2d\xbd\xcc\x2f\ \x62\xdc\x30\x6a\xae\xfe\x14\x10\xe5\xf1\xf2\x33\xee\xd1\xa1\xa7\ \xd2\x70\xf8\xce\xba\x65\xd0\x6f\x19\x8d\x7a\x9b\x6d\x4b\xaf\xb7\ \xed\x5b\xcc\x16\xab\x55\xaa\xb7\x59\xcc\x06\xbd\x55\x6b\xdc\x39\ \xb4\x19\xf7\xed\x5a\xbd\xd9\xb0\x63\x36\xe8\x34\x4c\xad\xdd\xc8\ \xd4\xea\xf5\x16\x1d\xa0\x96\x7d\x9d\x6e\xcb\xae\xd3\xe8\xad\x46\ \xb3\xd5\x6a\x33\xe8\xf7\x8d\x1a\x9d\x4e\x6f\xd9\xb1\x7f\xb6\xea\ \x2c\x76\xb3\x92\xaa\x04\xd7\x3d\x3c\xb4\x7a\xa0\x15\x5a\x23\x93\ \xcc\x54\x6a\x8d\xfb\x5b\x36\xa3\x0e\x2a\x9c\x07\x9c\x65\xe3\x53\ \x75\x16\x1c\x92\x0f\xde\x49\x4d\x84\xa3\xd5\x38\x32\x19\x98\x40\ \x8b\x5e\x4b\xd4\xe8\xa5\xe0\xa1\x7a\x83\xdd\x00\x9e\x43\xc6\xe8\ \xf5\x4c\xa9\x5e\x47\xa5\x02\xbc\x92\x22\xe1\x18\xa6\x12\xee\x4e\ \xf6\x70\x82\x9a\xb8\xb9\xc1\x3d\xdc\x3c\xc8\x1e\x48\x34\xd2\xcd\ \x05\x4e\x45\x20\x89\x4e\x51\x8e\x8e\x57\x72\x27\xda\xa3\x4a\x72\ \x03\x66\xff\xf5\x9f\x7f\x27\x11\x6d\xaf\xcd\x56\xad\x54\x6b\xd6\ \x1b\xa5\x64\xab\x0e\xa3\xb3\xf3\xc9\xe0\x25\xf9\x60\x4b\xa5\x48\ \xea\x8f\x0c\x7b\x60\x3b\xd1\x30\x1c\x9f\x8c\x83\x9a\x91\x52\x71\ \x70\x32\x1f\x18\x42\x1c\xce\x83\x0c\x07\x62\x85\x40\x43\x39\x5f\ \xee\x0e\x1e\x70\x18\xf8\x76\xf1\x84\x39\xc3\xdc\x5c\x7d\x9d\x02\ \x02\x00\x78\x01\xc6\xfa\xe9\x79\x6d\xc7\xb5\xa2\xaa\xe6\xa1\xbe\ \xbc\xc2\xa6\x9e\xb4\xf8\x9e\xee\xd4\xce\x8e\xa3\xf2\xd2\x1b\x03\ \x83\xe5\x75\x11\x2a\x51\x75\x01\x18\x2b\x3b\x6b\xfa\x4a\x3b\x33\ \x80\x1f\xa4\x07\x82\x8f\x37\xdd\x87\x44\xa1\xfb\x01\x14\x61\xb3\ \x25\x5c\x76\x0c\x1b\x7c\xc6\xb9\x12\x8a\x88\x42\x67\x08\x55\x32\ \x00\x56\x80\x47\x28\x0c\x8e\x38\x92\x4e\x0b\x67\x09\x23\xd8\x34\ \x02\x85\x85\x47\xf1\x58\x5c\x06\x5d\x20\xe1\x51\x68\x5c\xb6\x90\ \xc6\x13\xc9\xc4\xe1\xe5\x22\xa1\x50\x1e\xa9\xe2\xc8\x85\xc0\x8d\ \x71\xb8\x3c\x0e\x9b\x1b\xa1\x50\x84\xc7\x08\x15\x72\xa1\x5f\xb8\ \x38\xad\x14\x6a\x34\xc7\x13\x8a\xc5\xe1\xf1\x0c\x86\x8a\x81\xf5\ \xa3\x0b\xd9\x6c\x1e\x9b\x4d\xf3\xc2\x7b\x07\xd2\x58\x34\x3a\x43\ \x40\x08\x64\xe0\xe9\x74\x1f\x7f\x6f\xff\xe0\x30\x9f\xcc\x20\x12\ \xa0\x7d\x02\x74\xf4\x90\xe4\xe3\xe5\xe5\x8d\x67\x73\x25\x1c\x1a\ \x57\x0c\x55\x7e\x82\x73\x95\x30\x2d\x16\xf8\x3d\x31\xb4\xe0\x48\ \x02\xb1\x55\xb8\x88\x2b\xe4\x0a\xc4\x72\x05\x57\x28\x4f\x60\x0b\ \x44\xaa\x08\x89\x4c\xa2\x90\x4b\x80\xf8\xca\xb8\x22\x21\x34\xd1\ \x2f\x0b\x97\xcb\xe2\x22\x65\xe2\x88\x98\x98\x38\xae\x02\xdc\xce\ \x93\x85\x8b\x45\x3c\x49\x62\x64\x6c\x64\x62\xec\x50\xf7\x60\x73\ \x15\xf8\x44\x0e\x74\x56\x0f\x35\xb5\xe6\xd4\x2e\x1c\x2d\x9c\xde\ \x1e\x29\xae\xaa\xeb\xee\x2b\xbc\xb9\x78\x7f\xf7\x66\x7a\x7a\x75\ \x65\x84\x6a\x68\x64\x24\x2e\x21\xa5\xf8\xed\x8d\xe3\xef\xc5\xf2\ \x88\xac\xf2\x98\x9a\xf9\x6b\x09\xec\x40\x3c\x9e\x80\x27\x49\x2a\ \x5b\xd4\x9b\x0f\x4f\xf5\xdf\x8b\x87\x36\xad\x97\x7a\x9b\xcb\x55\ \x27\x47\xe4\xbd\xe7\x63\x07\x88\x07\x64\x72\x2e\xd0\xa5\x76\xe2\ \xd5\xb9\xb5\x92\xdc\x58\x4a\xdd\xdb\xd1\x51\x38\x11\x70\xd4\xca\ \xd4\xea\xdf\x81\x24\xfd\xf6\xf7\xdf\x7e\xdb\x98\x81\xa6\xd6\x01\ \x69\xbd\x58\x59\x7d\xb1\xfa\xea\xef\x2f\xd6\x56\x5e\xfc\xb6\x01\ \xc4\x0c\xf8\xc5\xb5\xdf\x9e\xac\xce\xac\xce\xcc\x4d\x21\xcc\x6a\ \xdc\xe8\x44\xee\xd5\x92\xa8\xf6\xa9\xb9\xb9\x99\x95\x59\xb7\xa4\ \xd5\x57\xff\x72\x2e\x6f\x1e\x68\xe8\x1c\x7b\x7e\xea\xe0\xbc\x18\ \x37\x68\x4a\x37\xa5\xa5\x64\x8c\x0c\x95\x97\xa6\x27\x97\xa7\xf7\ \x35\x76\x9b\x7a\x47\x9a\x46\xba\x86\x7a\x4c\x6d\x35\x4d\x3d\x6d\ \x3d\x43\x0d\xd7\x5b\x5b\x9b\x6a\x0a\x7b\xaa\xca\x1b\xf2\x6b\x8a\ \xe7\xa7\xa7\x2b\x8b\x1a\x5a\x4c\x8d\x85\xe3\x93\x03\xf9\xd9\x7d\ \xad\x35\xf9\xcd\x03\x15\x35\x85\x8d\x95\x4d\xbd\x3d\xad\x95\x95\ \xd9\x05\x3d\x4d\x85\x9d\x05\x37\x73\xba\x7a\xfa\xaa\x6a\xaf\x37\ \x5d\x2f\x2e\x04\xb0\x59\x58\x71\x3f\x3b\x7f\xb8\x72\x72\x61\xb8\ \x22\x7f\x7c\xf1\xe5\xed\xa7\x47\x37\x9f\x2d\xd7\x2e\x3c\x7b\x3e\ \x79\x70\x32\xbf\xb0\xbe\xbc\xb7\x77\xf0\xe5\xfc\xff\x93\x74\x26\ \x5e\x49\xe5\xff\xff\x1f\x33\x3b\x29\x86\x1e\xf6\x10\x62\x89\x9d\ \xd8\x62\x5f\x85\x03\x84\xac\x9e\x44\x39\xa2\xa2\xa9\xb9\xa4\x96\ \x4b\xb8\xe4\x56\x9a\x6b\x69\x31\x94\x75\xa2\x8c\x36\x97\x29\xb2\ \x99\x66\x42\x3d\xee\xc7\x2d\xfd\xa8\x95\x35\x8e\x9d\x33\xcd\xd4\ \xcc\xf9\x9c\xf3\xf9\xfe\x17\xbf\xf7\xed\xe7\x31\x05\xe1\x02\x26\ \x3c\x78\x3e\xee\x7d\xbd\x5f\xaf\xd9\x9f\x97\xde\x7e\x9a\x9a\xdf\ \x1c\x7d\xfa\x76\xed\xe6\xd6\xdb\xcf\x7b\x5f\xe7\xef\x2f\x8e\xce\ \xee\x3c\xfb\xbc\xf4\x6e\x74\x7b\xfe\xfe\xda\xf6\xf6\xd2\xce\xce\ \xe6\xbf\xcf\xf2\x98\x38\x1c\xb4\xaa\xb9\x52\x9e\x9b\xcb\xa7\x7d\ \x5f\x77\x93\xcb\x97\xa7\xd1\x7a\xff\x3f\x8e\x9e\x0c\xa5\x0d\x0d\ \x01\x68\xf5\xbe\x21\xda\x2e\xbd\xdd\x9e\xbe\x50\x30\xdf\x03\x4d\ \x03\x87\xc6\xa8\x12\x01\x9d\xd2\xc0\xb6\x80\x58\xf2\xca\x27\x69\ \x34\x24\x11\x87\xc1\xa5\xf6\xd2\x0a\xbe\xfe\x53\x57\xdb\xd9\xd9\ \x6f\xba\x4e\x9a\x51\x31\x74\x5f\x1f\xef\x7f\x70\xc3\xce\x9c\x39\ \x24\x92\xe3\xfb\x93\x4b\x86\x88\x50\x2c\x4b\x4d\x43\x7e\xbd\x7c\ \xfb\xc0\xb9\x58\xbb\xd2\x36\x88\x9d\x3f\x74\xe6\xad\x9e\x4e\xb7\ \x6f\x65\xf4\x22\x01\x28\x0b\xa8\x8a\xa1\x5e\xfe\x85\x5b\x08\x21\ \x1d\x93\x5a\xd9\x77\x8b\x48\xc9\x28\x5b\x6f\xd0\xdd\xb9\xf3\xf8\ \xdb\xa1\x57\x23\xff\xc5\x0a\x48\xe8\x60\x64\x23\xb4\x12\x64\x04\ \xa3\x3e\xb7\xd7\xe2\x0c\x44\xfc\x6e\xe7\x4a\xd4\x3f\xe7\x5f\xd9\ \x88\xfa\x2d\xde\xa0\xd7\xff\x7d\xed\xdf\xba\x4e\xe7\xf7\x07\x7d\ \xe2\xa0\x17\x10\x2a\xea\x8e\xf8\x42\x01\x80\xb8\xf7\xeb\xee\xe8\ \x8a\x3f\x10\x5e\x09\xfb\x9d\xe1\x50\x24\x10\x59\x8f\x86\x83\x11\ \xe0\x87\x81\xb9\x10\x55\xe7\xb6\x90\x38\x06\xa7\x0f\x00\x86\xe3\ \x74\x92\x9c\x2a\x9d\x85\x8a\xb6\x58\xbc\x1f\x7e\x8f\x46\xc2\x50\ \x15\x7d\x38\x12\xd6\x71\xb0\x3e\x8b\x98\xa3\x0b\x6e\x44\x0c\x0c\ \x54\xb2\x01\x9d\xcc\x09\x80\x10\x06\x40\xe7\x76\xa2\xbd\x7e\xaf\ \xc5\x1f\xb2\x88\x7d\x7e\x8b\xc1\xa2\x23\xe9\xc0\xf6\x62\x2a\x1c\ \xae\x4a\xc4\xa2\x39\xa4\xc4\x44\x4e\x72\x62\x22\x3c\x36\x31\x16\ \x8e\x85\x91\x50\x09\x58\x2a\x27\xe1\x60\x22\x87\x84\x45\x1f\x3e\ \x75\xe4\xc0\x89\x93\xd0\x64\xc2\xdb\xa7\x47\x76\xff\xfb\xed\x54\ \xac\x3f\x12\x0e\x58\x7c\x5e\x77\xc0\xab\x12\xbb\x2d\x54\xa7\xd7\ \x8f\xd6\x91\x50\x24\x31\x08\x5c\x16\x06\x49\xac\x22\x61\x19\x1c\ \x06\x0a\x4b\x12\x43\x47\x08\x61\xe0\x24\x1a\x05\x83\xa1\xb0\x20\ \xad\x71\xb0\xf0\xc4\x44\x12\x29\x36\x2e\x21\x21\x3e\x3e\x11\x48\ \x62\x6c\xe2\xe1\x43\xf1\x71\x71\x87\x8f\x1d\x3b\x78\x18\x1a\x5d\ \x1f\x73\xf8\xd0\x0f\x67\xaf\x97\x36\xf7\x74\x0c\xa6\xd7\x8c\xf6\ \xc8\x3c\x99\x59\x9d\xad\x9e\x8e\x97\xf7\xdb\xae\xdf\xaa\x69\xae\ \xee\x3a\x5f\x9c\xde\x3a\xd8\xdf\x3d\x58\x52\xd2\xd4\xd3\x59\x93\ \xa5\x24\x28\x58\x52\x2e\x0b\x43\x10\x0a\x40\x7c\x61\xb3\x05\x26\ \x9e\x06\xe8\x96\x50\x26\x10\xb0\x81\x41\x41\xa3\xd7\xb4\x5c\x82\ \x48\x44\xe7\x82\x10\x63\x54\x33\xb9\x3c\x2e\x9b\x6e\xe3\x71\x09\ \x80\x17\xc0\xa7\x14\xc0\xd1\x40\xfe\x32\x49\xb9\x12\x25\x30\x2d\ \x8d\x90\xa7\x51\xca\x24\x02\xa5\x88\x6b\x32\x0a\xa5\x52\xb5\x50\ \xc4\xb3\x6a\x32\xb5\x76\x1e\x0f\x84\x21\xbd\xc6\x66\x36\xea\xad\ \x36\x99\x51\xa4\x90\x82\xeb\xb0\xd8\x44\x96\x4c\xc6\xc5\x27\xa5\ \x10\x08\x04\x66\x12\x86\xcd\x22\x30\xa5\x14\x32\x02\x03\x7e\x42\ \x4e\x02\x3a\x88\x4b\xc2\xc9\x53\x01\xa9\x10\x44\x22\x8d\x48\xa3\ \x11\x10\xe4\x14\x96\x44\xc8\x13\x88\x14\x02\xb5\xd9\xae\xb0\x09\ \x35\x5a\x87\x51\x28\x74\x98\x8c\x7a\xb3\xd0\x68\x54\xcb\x04\x26\ \x99\x42\xaf\x95\x0a\xa5\x20\xf6\x49\x35\x5a\x93\x46\xad\xb5\x99\ \x6d\x1e\x00\x2c\xbd\x10\x44\x3f\xb5\x40\xa0\xd1\xdb\xf5\x5a\x9e\ \xd5\x64\x35\x9a\xed\x26\x85\x48\xa1\xe4\x89\x32\x01\xd2\xb4\x0a\ \x8d\x5e\x6b\xb7\x9b\x1d\x39\xd9\x3d\x59\x8d\x8d\xb5\x7d\xd5\xcd\ \xd5\x75\xe0\xb5\x5a\xbc\x78\xbf\x68\x7f\xaf\x09\x80\xc0\x66\x1b\ \x78\x39\x55\x56\xd4\xed\xb1\x6b\xd2\xab\xd2\x2b\x7a\x32\xb4\xb2\ \xf2\xb7\xa5\x2f\xf7\x5e\xf5\xd4\x67\x68\x8d\x55\xb7\xa6\xda\xed\ \x04\x0a\x06\x93\x82\xa0\x21\xa4\xca\xab\xa5\x11\xdf\x6f\xcd\x9d\ \x7f\xb9\x8a\x8f\xe8\x7e\x6b\x46\xdf\x3d\x71\x62\x7d\xfb\xa3\x8f\ \x71\xe3\xdb\x38\x80\xd3\x58\xa2\xe1\xd0\xc3\xbb\x27\x1f\xc6\xe5\ \x09\xaa\xff\x3c\xd7\x10\x37\xbc\x3c\x39\x06\xac\x70\x61\x12\x7c\ \x7f\xbe\xfc\x7c\x64\x62\x72\x64\x78\x75\x61\x6c\x61\x6c\x62\x61\ \x62\xf9\xdb\x73\x40\xa2\xdd\xe5\x89\x85\xd5\x49\x70\xfe\xcb\xc2\ \xd8\x83\xf1\x85\xe7\x13\x67\x5e\xc7\xce\x6d\xdc\x5d\x9e\x18\x1e\ \x7e\x30\xf2\xfc\xe1\xe5\xe1\xe1\xc4\x13\x20\x7f\x7d\x89\x5c\x1d\ \xec\xaf\xe8\x7a\x36\xfd\xf4\xf8\xe4\x27\x57\x67\x45\x4d\xb6\xad\ \xb9\x27\x2b\xab\x33\x2b\xaf\x35\x3b\xaf\xbd\xab\xa5\xa6\xba\xae\ \xbd\xfb\x5a\x53\x5d\x5f\xf9\xc5\xae\xfe\x8e\x82\xae\xfb\xb7\xf2\ \x0b\xca\xf2\x9b\x0a\xfa\xba\xca\x6b\x8a\xce\x3e\xbe\xd7\xdc\x54\ \xd5\x52\x53\x56\x57\x5e\xd4\x5c\x5d\xd6\xd3\x5e\x77\xa5\xba\xad\ \x74\xa0\xae\xa7\xbd\xb9\xb4\xbc\xa4\xa3\xa6\xae\xa4\xb3\xb9\xba\ \xaf\xae\xa0\xbd\xbb\xbb\xb3\xae\xa8\xac\x6b\xb0\xa3\xfa\x42\x53\ \x79\xc1\x9d\xc7\xe7\x2f\x3e\x2e\xbc\x72\xf1\xca\xbd\xc7\xb3\x9b\ \x6f\x47\xa7\xa7\xae\x8c\x3e\x3a\x7f\xfd\xfe\xd3\xd1\x9d\xc5\x9b\ \xf7\xd6\x9e\xce\x6c\x3d\x7a\xbb\x3d\xff\xd3\xa7\xa9\x67\x9f\x96\ \x96\x3e\x2d\x6d\x2d\x3d\xde\x5a\xfc\xb4\xf4\x79\x7e\x71\x7a\xe9\ \xdd\xfe\xd6\xce\xf6\xda\xcc\xce\xce\xe3\x8f\x9f\x37\xe7\x3f\x2d\ \xed\xbd\xda\xcb\x60\xd3\x88\x95\x4f\x52\xd3\x00\x83\xd2\xd2\xe4\ \xb9\x50\x07\xe4\x54\xb2\x1c\xa8\x20\xb4\x7f\x4a\x3e\xf4\xa6\x17\ \xe8\x5b\x2a\x3f\x35\x35\xad\x97\x26\xec\x1f\xdd\xde\x99\xb9\xf3\ \xb9\xf6\x49\x2e\xb8\x02\x1f\x68\x5d\x5a\x25\xbf\x97\x4f\xab\x1c\ \x02\x1b\xf6\xca\x91\x49\x08\x3c\x0b\x99\xd6\x8b\xb9\xb0\xb5\xd5\ \x61\xef\x2b\xcd\x56\x3f\x16\x5f\x8c\x7e\xf5\xbe\x7f\xb5\xb7\x61\ \x48\x6c\x18\x79\x46\x93\xe3\xeb\x62\xae\x91\x31\x43\x43\x20\x9d\ \xc9\x2b\xfb\x3e\xc4\x3e\x78\x70\x7a\x40\x9d\xd1\xf4\xd7\x59\xd4\ \xb9\xe0\xfd\xcc\xac\xa9\x40\x26\x11\x91\x44\x24\xae\xbd\x27\xc8\ \x91\x64\xcc\xde\x1d\x3a\x2e\x89\x48\x66\xdf\x57\xe2\xd2\x6b\x5e\ \x1d\x7d\xb5\xb1\xa8\xbd\x71\xec\x2d\x63\xf7\x34\x45\x4c\x5d\x0f\ \x02\x5e\xf9\x0d\x50\x85\x52\x30\xe0\xf4\x46\xc3\x5e\x43\x24\x10\ \x08\x45\xfd\x81\xc0\x8a\x2f\x14\xf2\xfb\xa2\x11\xaf\xd7\x02\x42\ \x51\xd0\xaf\xf3\x45\xfc\x86\x80\x17\xea\x95\x15\x0a\xfb\x83\x81\ \xc8\x4a\x24\xe4\x0e\x47\xe7\xe6\x22\xd1\xb0\x3b\x14\x0e\x7a\x7f\ \x0f\xfb\xe6\x7c\xe1\xf7\xee\xd0\xc6\x46\x58\x65\x00\x70\xf2\xfb\ \x7c\xa1\x20\x03\xee\x56\x59\xc4\x62\xb1\xc5\x47\x25\x81\xa0\xf5\ \xfe\xef\xe8\x5c\x30\xe8\x76\x46\xc0\x0d\x18\xb0\x09\x16\x2f\x55\ \xa5\x83\x4a\x48\x19\xa4\x04\xaa\x8a\x2a\x5e\x57\x31\x0c\x28\x55\ \xd0\xa7\xa2\x3a\x43\x62\x86\xc5\x07\xb5\x97\x31\x70\x82\x3e\x92\ \x58\x8c\xa2\xfa\xa8\xd8\x64\x03\x95\x8a\x82\xa3\x48\x24\x06\x2c\ \x26\x96\x04\x4f\x48\xa4\xa2\x12\xb1\x50\x8d\x33\x35\xf6\x70\x22\ \x3a\x19\x8e\x3d\x7a\xfa\xf4\xf1\x13\x67\xa0\xc5\x39\x0f\x1b\x86\ \xbf\xfd\xef\x3f\xb7\xe1\xd1\x10\x20\xd6\x9c\x9b\xaa\x02\x44\x86\ \xa6\x99\x73\xdc\x0c\x70\x9f\x54\x0e\x43\xe5\x73\xa3\x55\x80\x84\ \x62\x34\xca\x69\x50\x31\xa8\x50\xcd\x44\x22\x07\xb8\x21\x15\x9e\ \x88\xe5\xa0\xe2\x61\x68\x38\x1c\x9e\x08\xb4\x10\x96\x00\x65\x2c\ \x6c\x2c\xb4\x06\x3a\x36\x31\xfe\xe0\x01\x60\x88\x07\x63\xa1\xd9\ \x84\x89\x87\x7f\x68\xeb\xec\xef\xb9\x56\x95\xde\xff\xa2\x40\xa6\ \xc9\xcc\x6c\xad\xef\xec\xba\xf8\xf8\xd6\xd9\xe9\x82\xa6\x8e\x92\ \xea\xb6\x92\xd2\x9e\xfa\xba\xbe\x82\xf6\x92\xba\xae\xc1\xbe\x76\ \xa1\x42\xcf\xc6\x01\x4e\x29\xf4\x32\x66\x0a\x82\x4d\xe7\x2a\x04\ \x74\x85\x90\x42\x87\xda\xc9\x88\x04\x08\x04\x19\xc7\x93\x22\x58\ \x08\x2e\x60\x84\xc4\x0c\x4c\x8f\xcb\xb3\x2a\xe8\xc0\xc6\x24\x52\ \xa9\x4c\x4a\x57\x2b\x95\x3c\xa5\x51\x46\x57\x6a\x79\x42\xad\x10\ \xe8\xa6\x42\x6a\xd4\xf3\xe8\x3c\x19\x54\xbb\x29\x00\x11\x48\xc6\ \x93\x18\x5d\x36\x75\x1e\x57\xa1\x31\xca\x14\x32\xb5\xc7\x95\x07\ \xf0\xe2\xe2\xc9\x84\x5c\x21\x50\x48\xae\x50\xcd\xa4\xb3\x91\x29\ \x14\x24\x2e\x85\x88\x43\xa6\xb0\x52\xc8\x38\x60\x7e\x72\x0c\x12\ \x41\x49\xc1\x90\x53\xf9\xd0\xf2\x41\x0c\x2e\x09\x3c\x4b\x09\x34\ \x39\x08\x5e\x18\xf0\x40\x78\xc0\x02\xd5\x26\x8d\x52\xa3\x90\xc9\ \x14\x56\x9e\xd0\x6a\x33\x0a\x35\x36\xa9\x1a\xd9\x9c\xd7\xd9\x00\ \x00\x20\x00\x49\x44\x41\x54\x04\x35\xb5\x50\xab\x80\x2a\x31\x8c\ \x5a\xb5\xc2\x61\xb7\x1a\xb5\x40\x51\x41\xa4\x04\xfa\xa7\x55\xe8\ \xad\x76\xb5\x51\x2b\x55\x5b\x8d\x26\xab\xcc\x9c\x99\x67\xd7\xca\ \x4c\x20\xea\x89\xd4\x0a\xa1\xc2\xe4\xb0\x69\x05\x66\xa3\xc2\xd6\ \xd4\xdd\xd9\x97\x91\x97\x95\xdd\x5a\x93\xdf\x74\xb6\x0b\xfc\x37\ \xdd\x9c\x6a\x5e\xfa\x78\xa1\xbd\xa3\x4b\x9b\xde\x74\xff\x7c\x46\ \x66\x46\x6b\x86\x95\xcb\xd3\x7b\xba\x32\x3c\xfa\x97\x57\x8a\x17\ \xff\xbe\xd9\x7d\xb1\xc2\xc1\xab\xee\xbe\x60\xb7\x4a\x30\x00\xb3\ \x04\x80\x5f\x0a\x4b\x71\x6d\xd0\x1d\x5f\x90\x31\x3b\x13\x19\xbe\ \xbd\x5f\x10\x8c\x9f\x53\x35\x78\xff\x3e\x77\xf8\xa7\x73\x67\xce\ \x3d\x6c\x38\x7a\x38\xfe\xe1\xe5\x03\x0f\x46\xb0\x3c\xf5\xe0\xce\ \xb1\x91\xe7\xab\xdf\x56\xa1\x12\x85\x85\x2f\x63\x63\x0b\xbb\x13\ \x0d\xc3\xe3\x13\x63\xcb\x13\x0f\xc6\x26\x26\x97\xc7\x26\x96\xc7\ \x97\x57\x97\x97\x57\x27\x26\x57\x57\xc1\x89\xdd\xdd\xe7\x77\x27\ \xbf\x3c\x1f\x9e\x4c\xc0\xae\xaf\x9f\x3b\x73\x77\x0c\xb2\xc8\x85\ \xf1\xe1\xcb\x77\x8f\x3e\x18\xbe\xfc\x7c\xf5\x4e\x67\x63\xa3\xad\ \x7e\xaa\xe0\xfc\xf1\xcb\x2f\x64\xe9\xad\x1e\x73\xf5\x40\x76\x67\ \x73\x4b\x56\x67\x8e\xa3\x71\xb0\xae\xa4\xab\xb1\xbd\xa6\xbe\xbe\ \xbf\xf9\x56\x49\x5d\x5f\x5d\xdd\xd5\xe2\xae\x8b\x17\xca\x0a\x0b\ \x9a\xbb\x06\x9a\x2e\xde\xbf\xf8\xf4\xe9\x40\x69\xe3\x60\x7b\x5f\ \x59\x4d\x53\x4b\x53\x73\x77\xe9\xd9\xba\xb3\x1d\x67\xfb\xea\xba\ \x07\xea\x5a\x5a\xda\xba\xaf\xf5\x34\xf7\x0c\xb6\xb5\x74\x0f\xb6\ \xf5\x80\x88\x76\xbd\xba\x7d\xb0\xad\xbc\xa8\xba\xae\xfc\xc2\xfd\ \xa2\x8b\x57\x6e\x3e\xba\x52\x30\x3a\xff\x62\x76\xf4\xe9\xcb\x99\ \xf3\xb3\x8f\xae\x3f\x7a\x34\x7d\x73\x7a\xe9\xd1\xd4\xfe\xda\xda\ \xe3\xd9\xad\xcf\x5b\xbf\x2d\x3d\x9d\xde\x7e\x79\x7f\x1b\xc4\xa9\ \xb7\x9f\xf6\x3e\xef\xac\xed\xcc\x6f\xbd\x9c\xfd\x38\xbb\xb6\xb3\ \x7f\x7f\x7e\x73\xe7\xf3\xf6\xe6\xb3\x57\x1f\x5f\x6d\x44\x9a\x08\ \x29\x18\xa8\x83\x08\x04\x20\x80\xa8\xdc\xca\xdc\xde\x34\xb2\x7c\ \x28\xf7\xfb\xf1\xc2\xb4\xca\xdc\xdc\x27\xd0\x97\x34\xb9\x3c\x57\ \x8e\x44\x6a\x0b\xf6\x9e\x8d\x7e\xdd\xcb\x79\x22\xc7\x21\x53\x7b\ \x73\xe5\x00\x64\x4f\xd2\x7a\x7b\x7b\x2b\x7b\xdf\x54\xa6\xe2\x30\ \xec\x14\x2e\x2b\x69\x88\xbd\xbf\xf7\x34\xdb\x55\x55\x9b\xad\x99\ \xc1\x76\xac\xdf\xfb\x73\x6f\xef\x8f\x08\xe7\xf0\xc3\xe3\x9a\xa1\ \x5c\xd6\x9d\x83\x36\x89\x66\x28\xb5\x12\x70\x71\xe8\x49\xfa\x62\ \xe0\xd4\xff\xdc\xf7\xaf\x14\x8a\x5a\x0e\x5e\x86\xbd\x2e\x38\xfb\ \xf7\x8a\x92\x4c\xc3\xe1\x10\x9f\x7e\x49\x22\xe2\x88\x38\xf6\x6f\ \x1d\x95\x38\x32\x9f\x6c\xff\x48\x90\x96\x2f\xad\x70\x56\x06\x2a\ \xf7\x0e\x4a\xa3\x0b\xbf\x78\x62\x40\x4e\x02\x02\xe8\x0d\x38\x41\ \x96\x02\xaf\xeb\xa0\x13\x30\x2a\xec\x07\x44\xf1\xbf\x8f\xfa\xfc\ \x91\xb9\x48\x30\xec\xf6\x05\xa2\x2b\xc1\x90\xd7\xed\x0f\xac\x07\ \xdc\x61\x68\x6d\xb4\xd3\xef\x53\xf9\x82\xe1\x70\xc0\xef\x5f\x71\ \xfa\xbc\x73\xa1\xef\x33\x9f\x23\x61\x2f\xf8\xf4\x81\xb8\x35\xf7\ \xbb\x9b\xea\x77\x32\xa0\xde\x58\xfe\x80\x2e\xf9\xfb\x21\xc7\x80\ \x3f\x84\x06\xc8\x70\xff\x1e\x06\xb4\x0b\x47\x82\x73\x3e\x77\xd0\ \x9d\x70\x58\x15\xe0\xa8\x80\x1f\xce\x85\x48\x30\x98\x4e\x4c\x22\ \x79\x39\x16\x68\xc6\xaa\x1b\x5c\x18\x70\x8b\xbd\x11\x2a\xc7\x62\ \x71\x8a\xdd\x3e\x12\xc7\x27\x16\xbb\xd1\x30\xaa\x21\x21\x11\x0d\ \x32\x16\x55\x05\x8b\x83\xa9\xb0\x24\x94\x8a\x1a\x1b\x43\x4a\x4c\ \x48\x06\x90\x11\xa3\x13\x12\x93\x4f\x9e\x3b\x76\x12\x9a\x54\x7f\ \xee\xf4\xed\x86\x1b\xab\xff\xf9\xcf\x0d\x86\xd7\xbd\xb2\xee\x73\ \xab\xa0\xb6\xc8\x6e\x8b\xdb\x02\xc2\x9d\xd3\xa7\xf3\x5b\xfc\x5e\ \x67\xd0\xe2\x36\x38\xdd\x7e\x34\xd5\xed\xf7\xea\x48\x68\x86\x0e\ \x8d\x4e\x4e\x84\xa1\x93\xd1\x68\x34\x90\x4b\x14\x0a\x1a\x08\x0d\ \x83\xa3\x21\x1d\x84\xc1\x12\x12\xe2\x62\x62\x13\x13\x63\x62\xe2\ \xa0\xee\x0d\x07\x0f\xc7\x1c\x8e\x83\x06\x42\xff\x50\x5b\x5b\xdf\ \x9d\x63\x16\x96\xdd\xcc\x56\xea\x6d\xe9\x39\x59\xf5\x57\x6b\x4a\ \x8b\xaf\x3f\x2a\x6d\x29\x2d\xab\x2e\x2d\x69\xe9\xac\x2f\x6b\x6b\ \x19\xec\xeb\xa8\x6b\x1f\xb0\xd6\xa7\x4b\x59\x50\x77\x3e\x05\x93\ \xc9\xa4\x33\x25\x04\x3a\x85\xc0\x66\x21\x52\xd8\x12\x09\x5d\x29\ \xa4\xd3\xf1\x04\x09\x1d\x58\x21\x97\xad\x96\x82\xe8\xa2\xe0\xea\ \xd5\x5a\x99\x52\xc3\xe4\x4a\xd8\x3c\xad\xd2\xa6\x50\x68\x79\x1a\ \x13\x30\x3c\x91\x4c\xa0\xd4\x9b\xf4\xea\x4c\x8d\xd5\x24\xd4\x6a\ \xd8\x02\xa6\x40\xc2\x64\xd9\x32\xa5\x50\x57\x62\xb5\xdd\x2e\x53\ \x28\xf4\x46\xa5\xc2\x68\xb7\x57\x65\x68\xcd\x9e\x2c\xbb\x91\x82\ \xc7\x50\x14\x22\xad\x89\x47\xa7\x43\x5d\x8e\xf1\x48\x44\x12\x86\ \xc6\xa7\xe0\x70\x78\x04\x02\x83\x4b\xe1\x83\x27\x1c\x32\x0d\x97\ \x4a\xae\x24\x03\x35\xa4\xf1\xd3\x86\x52\xd3\x70\x5c\x2e\x93\x0b\ \x44\x93\x27\x95\x09\x45\x6a\x93\x94\x02\x14\x55\xa6\xd1\xa8\xcd\ \x5a\xb5\x5e\x6b\xd5\xe8\x95\x02\x11\x38\x6b\xd2\x9b\x78\x56\xbd\ \x1a\x3c\x5a\x99\x46\x21\x94\x29\xcd\x32\x23\x4f\x01\xac\x50\xad\ \xd1\xb8\xec\x26\x99\x1e\x2a\x6a\xb0\xdb\x41\x34\xb3\x89\x8c\x20\ \x0a\x9a\x85\x5a\x19\xb8\x9a\xde\x2c\x35\xda\x41\xb8\xcc\xab\x6f\ \x6d\x1b\xcc\xc9\xce\xeb\xe8\x6c\x2a\xee\xa8\x18\xec\xaf\x29\xba\ \xd4\xb9\xff\xb8\xfa\xd6\xf5\x1c\x7d\xe6\x9d\x47\xd7\x6a\xf3\xae\ \x7a\xd4\x1a\x19\x8f\xae\xcf\x93\x75\x4d\xed\xe5\x77\xbd\x5e\x29\ \xcb\xca\x2f\xad\x6a\x2d\xbd\x52\xa2\x96\x0a\x52\x10\x08\x3c\x91\ \x98\x84\xa4\x10\x28\xf5\x83\x9d\x2a\xf4\x1f\xf7\xa8\x7f\xbc\x76\ \xc6\x44\x9e\xdd\x4b\x3c\x75\xf7\x32\xbc\xcd\xf3\xcf\xed\xe3\x0f\ \xc6\xce\x1c\x39\x75\xf2\xe1\xf8\xb9\x91\xcb\x67\xfe\x61\x7b\xfa\ \x36\x0f\x8f\xad\xae\x82\x28\xb5\x3b\x39\xb9\xbb\x00\x9c\x70\x21\ \xc1\x22\x5e\x00\xe4\x1a\x81\xf6\x5b\x2d\x8f\xaf\xae\x7e\xd9\x5d\ \x98\x1c\x1f\x07\x4a\xb8\xbb\xfa\x65\x75\x79\xe2\xfb\xd2\x9c\x1b\ \x67\xe0\xaf\x39\x47\x6f\x9c\x79\x30\x36\x39\xb6\xfa\x65\x62\x02\ \xea\x9e\xfc\x7c\xec\xf6\xf0\xe9\xa6\xae\xda\xac\x8a\xac\xb6\x5b\ \x6b\x47\x87\x3f\x9a\xb3\xb3\x5c\x5d\x83\xed\xed\xed\xb5\xb5\x3d\ \x8e\xbc\x9e\x81\xfc\xf2\x6e\x63\x5f\x6b\x63\xcb\x60\xcd\xd9\xea\ \xbe\xfe\x9a\xae\xfa\xb2\xf6\xc2\x4b\xcd\x2d\x6d\xc5\xfd\x03\x4d\ \x25\x1d\x7d\x2f\xa7\xdb\xfb\xfa\xdb\x5b\x7b\xda\x4b\xce\xb7\x37\ \xe7\x37\x97\xd6\x55\x37\xb7\x17\xb7\x55\x97\x75\xb7\x74\x77\xb5\ \xf7\xf5\x74\x94\xb4\x74\xf5\x14\x56\x97\x35\x77\xf6\x0f\x34\x5f\ \x28\x2d\xad\x6e\x2b\x6b\xa9\xce\x2f\x28\x2c\x7c\x7c\xf6\xce\x95\ \xf2\x7b\xe7\xa7\x96\xee\x3f\x5e\x9b\xdf\x59\x3a\xff\xe8\xc5\xa3\ \xf9\xf9\x79\x90\xa4\x46\xb7\xd6\xee\xef\x03\xd5\xfb\xf4\xf9\xb7\ \xb5\xf9\x77\xb3\x2f\x6f\xcd\xde\x7b\xb1\xb4\xf8\x62\xfe\xd9\xfe\ \xfe\xfc\xd3\x9d\xd1\xd9\xc5\xf9\x77\xdb\x6f\xe7\xdf\xbd\xfd\xeb\ \xe3\xcc\xf6\xcf\x7f\x7e\xfd\xeb\xdf\x3f\x5f\x0b\xf1\x6c\xa2\x3c\ \x97\x06\x82\x12\x0d\x24\x2b\xc0\xa8\xde\x21\x7e\xef\x50\x2a\xa0\ \x50\x2a\x0d\x04\xae\xca\x37\x6f\xa0\x03\x86\x69\x44\x70\x61\x6e\ \x2f\xbe\x69\x7a\xef\xaf\xbd\x7f\xbb\xf0\x44\xa4\x3c\x35\x35\xb7\ \x32\x55\x5e\xf9\xe6\x09\xd8\xe2\x49\x6f\x65\x6e\x25\x86\xa7\xe6\ \x19\x93\xde\x48\x9f\x6d\x96\x1a\xeb\x73\x8c\xd9\xfa\xc7\xba\x81\ \xb9\x6c\xf0\x87\xdc\x72\x1e\x39\xf3\xfc\xe3\xaf\x69\xa9\x94\xb7\ \xf1\x3c\xb6\x55\x0e\x6e\x1c\xa8\x64\xe5\x1b\x9c\xb0\x71\x6e\x06\ \x87\x41\xf2\xdb\x0e\xdc\x88\x5f\xd9\x7c\x66\xf9\x85\x8d\xc1\x10\ \x89\xdc\xfd\x19\x68\xf6\x38\x8d\xac\x88\xca\xe4\x44\x9a\x4c\xa6\ \xab\xd1\x5e\xff\xf0\x2a\x90\x9d\x84\xc9\x39\x57\xdd\x46\x9a\x2d\ \xbe\xbb\xee\x8c\xcc\x85\x23\xfe\xa0\x33\x0a\xac\x0e\xb0\xcb\x12\ \x5a\xf1\xf9\x9d\xfe\xb0\x2f\xb8\xa1\x33\x78\x03\x21\x7f\x24\xea\ \x0b\x41\x3e\xe5\x0f\x58\x42\x01\x9f\xc1\x17\x8d\x06\x00\x91\xdc\ \x51\xa7\xdb\xe0\xdb\xf8\x3e\x85\x10\x9a\x9c\x1a\xf0\x3b\x0d\xeb\ \x51\xaf\x01\x44\xa5\x95\x95\x15\xb7\x2f\xe2\xa4\xba\xdd\x86\xa8\ \x9f\xe1\x77\x47\x48\xc9\xba\x0d\x88\x3e\x6e\xa7\x98\xc3\xf1\x7a\ \xe7\xc2\x1b\x7f\x46\xa3\xe1\x30\xb4\x1f\xdd\x0d\x3f\x64\x98\xf3\ \x06\x74\x16\xaf\x01\x98\x23\x9c\x01\xc2\x8d\x9f\xe1\x8e\x04\x83\ \x2a\xa7\x1b\x6a\xbe\xe5\xb7\x04\x80\x30\x7e\x6f\xd4\x06\xe7\x18\ \xc4\x24\x0b\x09\x0e\x67\xa0\x48\x58\x8e\x53\x45\x65\x24\xc4\x60\ \xbd\x58\x0e\x16\x45\x4a\x46\x91\xe0\x28\xb1\x0a\x15\x8f\x45\x27\ \x62\x49\xb1\x27\x0e\x1d\x3b\x77\xfa\xfb\xf8\x93\x93\x37\x16\xbe\ \xfd\xef\x36\xc9\x1d\x0c\xaf\x58\x54\x4e\xb4\xc1\xe7\x14\x1b\x54\ \x01\x90\x15\x7d\xd0\xad\x8b\x55\x16\xf0\xcf\xe9\xf6\x39\xa9\x4e\ \x37\xd4\x36\x5e\x45\xe5\xa0\xc4\x54\x12\x09\x85\x15\xc3\x93\xe1\ \x70\x34\x2a\x19\x1b\x03\x87\xba\xc8\x1f\x4c\x8c\x85\xc5\xc6\x40\ \x53\xec\xe3\x62\x0f\xc5\xc4\x1e\x3a\x94\x70\xf8\xc8\xa1\x98\xc3\ \x87\x13\x62\x8f\x1c\x3a\xfc\xc3\x55\x4f\x4e\x8e\x8b\xa7\x6d\xc9\ \x32\x3a\xd4\x46\x4f\xed\xc0\x60\x79\x51\x5b\xd9\xd9\xc2\xce\x9a\ \xf6\x96\xea\xe6\x6b\x1d\x1d\xe9\x9e\x92\xfe\xab\xfd\x7d\x03\x57\ \x6b\x1b\xeb\xbb\x2a\x80\xdf\x11\xa4\x32\x2e\x8b\x0d\x75\x9a\x12\ \xa6\xd0\xe9\x6c\x26\x06\x83\x21\x88\xe8\x4a\x05\x57\x80\xe7\x4a\ \xa5\x14\xa6\x8c\x67\x54\x7a\xa4\x4a\x01\xcf\xa4\xb0\x99\x94\x1e\ \x68\x6c\xa1\xc9\xae\x50\xab\x65\x32\xb5\x51\x69\x72\x01\x19\xf4\ \xe8\xb5\x5a\xab\xd1\x06\xb8\x66\x55\x03\x72\x28\x01\x57\x98\x46\ \xbb\x4d\x96\x01\xbc\xcb\xe4\x52\x4a\x64\xe0\x75\xee\xc8\xc9\xf4\ \xd4\xeb\x35\x46\xa3\x5d\x2d\x11\x01\x3c\xca\x64\x99\x56\xbb\x94\ \x9e\x94\x46\x20\x70\x69\x78\xe0\x7d\xb8\x14\x01\x8b\x45\x67\xb1\ \x99\x08\x24\x32\x05\x43\xc7\x90\x73\x91\x04\x0c\x11\x41\x06\x97\ \xa4\xca\x69\x64\xb6\x30\x45\xc4\x93\x00\x76\xb2\x04\x4a\x99\x49\ \xc1\x05\xfa\x67\x94\xd9\xb4\x2e\x05\x4f\x61\x04\x1c\x72\xd8\x84\ \x6a\x81\x59\xa8\x56\x68\xf5\x3c\xad\x46\x23\x05\x60\x01\x44\x15\ \x2a\x64\x12\xba\x54\x91\xe9\x90\xf1\xf4\x66\xbd\x0b\x88\xa0\x5d\ \x08\x54\xd1\xa8\xb4\x81\xed\x35\x02\xa9\x52\x04\x84\x90\xa7\x56\ \x5a\x35\x36\xad\xd9\x64\xf5\xe4\xd5\x66\x64\x64\xb5\x96\xd6\x75\ \x5e\x78\x79\xff\x6a\xcb\xa5\xd2\x92\xce\xc1\xea\xbe\x8e\xc1\xc6\ \xac\xfe\x97\x97\xae\x6a\xb2\x3c\x19\x22\x89\x48\x96\xc2\x92\xb2\ \x85\xf7\xf6\x8b\x4a\x9d\xdb\xc0\xab\xab\xf5\x59\xb7\xca\x06\x5c\ \x08\x26\x85\x40\x20\xb2\x08\x08\x0c\x13\x91\xa4\xce\xe2\x55\x55\ \xb7\x4e\x79\xe3\xfe\xfa\x07\xf5\x87\xe1\xf5\xf6\xeb\x53\xee\xd7\ \x4f\x8f\x7f\xfb\xf6\xfc\xe1\xc4\x8d\xb8\x73\x0d\xc7\xc6\x4f\x9c\ \x3e\x79\xfc\xf4\x45\x84\xa6\x67\x33\x6e\x19\x84\xa4\xc9\x05\x90\ \xa3\xc6\x87\x4f\x4c\x2e\x1f\x38\x7c\x63\x72\x6c\x04\x50\x6a\x77\ \x79\x61\xf5\xcb\xb7\x6f\x5f\x76\x41\xb6\xfa\x32\xbe\xfb\x65\x77\ \x77\x79\x72\x79\x75\x12\x5c\x75\xe2\x36\x47\xfc\xd7\x6b\xf4\xf0\ \xf3\x07\x13\x13\xe3\x0b\x0b\x63\xe3\x93\x23\x80\x6d\x93\x0f\xe2\ \x86\x77\x3c\x3d\xd7\x6a\xcd\x39\xdd\x33\x45\x2f\x4e\xc5\xb7\x34\ \x3e\x1e\xcd\xa8\xa9\xce\xc9\xcb\xcb\xb3\x57\x75\xf7\x0d\x56\x54\ \xe5\x55\xd4\x0c\x76\x34\xf5\xb4\x94\x95\xb5\xb5\xf5\x0c\x16\x56\ \x03\xbf\xeb\xa8\x29\x6a\x6d\x2d\x2b\x2d\xed\x7f\x34\xdf\xd4\xd1\ \x3e\x58\xdb\xd8\x55\xf7\xb4\xad\xa6\xa0\xb9\xe4\xd2\xf5\xe2\x6b\ \xb5\x1d\x45\x2d\xb5\x35\x7d\x75\x35\xe0\x9a\x2d\xd7\x06\x7b\x4a\ \xea\xca\x8b\x9b\xba\x5b\x06\xf2\x0b\xea\xaa\x0b\xf3\xeb\xce\x9e\ \x2f\x2f\xb9\x74\xff\xfc\xe3\x3b\xe7\xef\x97\xcf\xbf\x5d\x9a\x7e\ \xf7\x76\x74\xe6\xe2\xd4\xcc\xbd\xe9\xf9\xed\xad\xf9\xb5\xcd\xcd\ \x29\xf0\x6d\x66\x7f\x6d\x3f\xb2\xb7\xf9\xcb\xf6\xd6\xce\xb3\x47\ \xb3\x3b\xb3\xf3\x1f\x3f\x7e\x5a\x1c\x7d\x31\xfb\x76\x6d\xfa\xd9\ \xab\xad\xb5\xfd\x4f\x3b\xcf\xf6\x3f\x7e\xfa\xfa\xf3\x3f\x3f\xff\ \xbd\x81\xdd\xa1\xb0\x11\xb4\x54\xb9\x3c\x15\x72\xc2\xb4\x5c\xda\ \x93\xde\x21\x80\x26\x10\x82\x00\x8d\x7a\x73\x73\x73\x2b\x87\x7a\ \x87\x40\x04\xe3\xa7\xa5\x42\x9e\x98\x32\xf8\xd7\xfb\xdf\x5f\xfd\ \xf4\x54\x94\x06\xed\xc0\x82\x3e\xde\x40\xd3\x56\xc0\xb6\x95\xbd\ \x38\x8d\xde\x54\x91\x92\x96\x15\x7c\xe4\x51\xd6\x5d\xa3\x28\xb4\ \xb3\x1f\x2a\xde\x0b\xdb\xbb\x4c\xfd\xaf\x4e\x0e\x1f\xd3\x3f\x79\ \x23\xd7\x46\x62\x09\x0a\x17\x99\xc8\x07\x64\x04\xf9\x2d\xed\xd7\ \x7f\x5f\x61\x70\x84\x14\x64\x09\xf6\xf4\x81\xe4\x0f\x73\xd4\x3b\ \xa9\x18\x32\x8d\x66\xdb\x1e\x94\x43\x8d\xc4\xc9\xfc\xf2\xf2\x5c\ \x3c\x82\x89\xf9\xf4\xc1\xf5\x74\x27\xb9\x18\xc9\x55\x0a\x12\x55\ \xcd\xbe\x8e\xd7\x23\xef\x7d\x1b\x73\x00\x50\x2b\x7e\xb7\x85\x13\ \xf2\x07\x22\xe0\x95\x1c\x08\xb8\xdf\xaf\x47\x2d\xc1\xb0\xcf\x20\ \x76\x47\x0c\xbe\x60\xd4\x19\xf0\x43\xc0\xb2\xf8\x7c\x06\xaf\xc5\ \xe0\x9c\xf3\xaa\x02\xc1\x70\xc8\x10\x88\x06\x00\xd2\xa2\x73\xeb\ \x51\x90\xb4\x82\xce\x48\x78\xdd\xe9\x9b\x0b\x86\xe7\x9c\xce\x08\ \x00\x84\x2f\xe0\x8c\x46\x9d\x91\xc0\x8a\x0e\x6b\x00\x48\x83\x4c\ \xd2\x42\x05\xa1\x2b\x10\x5d\xf7\x86\x7c\x21\x1f\x34\xdf\x30\x82\ \x3e\xa4\x0a\x18\x74\x3a\x86\xce\xc9\x00\xa9\x06\x1a\x9f\x1a\xd0\ \x89\x83\x11\xb7\x4a\xe7\x53\xa1\x7d\x7e\xbf\x5b\x25\x86\x7b\xa1\ \x35\x35\x5e\x31\x89\x6a\x60\x88\x75\x00\x4d\x06\x15\xd4\x80\x94\ \x64\x48\x86\x93\x02\x0c\xf0\x05\x86\xe2\x30\x62\x0f\x27\x33\xe2\ \xe3\xc0\x69\x34\x09\x76\xe4\xe0\x91\xcb\xe7\xce\x9d\x3a\x75\xee\ \xee\xa9\x1b\xcb\xff\xfd\x6f\x03\xd6\xf2\x3e\x02\x68\xe9\x46\x5b\ \x22\x41\x95\xc5\x39\x07\xf2\x1b\x74\x14\x13\x6a\x37\x63\xd1\xa1\ \x18\x24\x9f\xdb\x00\xcd\x2b\xe4\x50\x2d\x68\x34\x56\xcc\x48\x46\ \xa1\x61\xe2\x44\x2a\xfc\xfb\x6e\xf7\x64\x06\x3c\x31\x01\x85\x4d\ \x80\x1a\x63\xc5\xc7\xc2\x60\xf1\x89\x71\x30\xec\x91\xa3\x87\xe2\ \x0f\xc5\x1d\x38\x70\x32\x2e\xfe\xd8\xc1\xb8\x1f\xba\xaf\xd9\xcd\ \x5c\xc9\xc0\x35\x75\x9e\x43\xe1\xc8\x19\x6c\x1d\x28\xeb\x68\x6a\ \x3a\xdb\xd9\x39\xd8\xd4\x5e\xd7\xd2\x51\xdc\x7e\x35\xa3\xb5\xb3\ \xba\xa3\xb5\x62\xf0\x6a\xfd\x40\x95\x5e\x46\x67\x81\x24\x22\x41\ \x32\x31\x64\x44\x0a\x0b\x21\x53\x23\x98\x4c\x16\x82\x02\xb5\xba\ \x12\xa4\xb0\xe9\x02\x89\x90\x25\x91\x81\x18\x23\xd2\x1a\xb5\x76\ \x1b\x10\x2a\x3d\x53\xa2\x34\x49\xc1\x07\xcf\xe8\x52\xaa\x05\x7a\ \x6b\xba\x54\x69\x54\x68\xed\x0a\x99\xdd\xca\x15\xe9\xf5\x22\x11\ \xc0\x13\x70\x35\xbd\x49\xa1\x30\xda\x8c\x5c\xbd\x9e\x2e\xb0\xa7\ \x6b\x33\x3c\xc6\xac\x2a\xa1\xd6\x68\x54\x7b\x24\x22\x0c\x06\x2a\ \x3f\xb0\xa9\x45\x0a\x2e\x8d\x48\x48\x61\x62\x88\xd0\x8a\x65\x44\ \x12\x12\xdc\xa3\x44\x44\xc0\xc8\xf1\x48\x3c\xb0\x44\x32\x4e\x2e\ \x27\xd3\x58\xc4\x54\x5c\x2a\x9f\xc8\x62\xb1\x94\x02\x85\x51\x08\ \x02\x93\x49\xa9\xd1\x08\x5d\x0a\x90\xa7\x8c\x19\x1a\x90\xb3\x8c\ \x66\x25\x08\x93\x66\x85\x46\x6b\xd4\x3b\xcc\x42\x8f\xd9\x64\x54\ \x9b\xec\x22\x21\xc0\x94\xd9\x04\x42\x9e\x39\x53\x24\xd4\x18\x6d\ \x7a\xad\x5d\xa3\xd1\x2b\xb8\x1a\x9b\xd2\x98\x63\x07\x99\x4f\xca\ \x13\x68\x6d\x32\xa1\x92\x6b\xd4\xdb\x65\x99\xf5\x1e\xb3\x4d\xeb\ \x00\xb7\x6c\xcc\x79\xbb\xb6\xf7\x6a\x33\xb3\xa7\xec\xde\xf9\x96\ \xaa\xf2\xda\xae\x01\xab\x71\xe0\x7a\x5b\xad\x27\x1b\x02\x9f\x00\ \xa4\x42\x91\xd2\x5e\x38\x7b\xad\xef\xd9\x4c\x79\x66\xeb\x35\x5e\ \xfa\x9d\xe2\x46\x85\x84\xcb\x22\xb0\x88\xf8\x24\x24\xf0\x59\x0c\ \x5e\x2f\xd3\x5c\x4d\x19\xec\xeb\x7a\x35\x77\x1c\x16\xb3\x8e\x3e\ \x76\xf7\xef\x8f\x9f\xf7\x50\xe7\x56\x27\x56\x2f\x9f\x7e\x70\x3c\ \x76\xe4\xc6\xc1\xdb\x77\x87\x19\x42\x9c\xf1\xea\xf4\x81\x89\xc9\ \x61\xe0\x7f\xcb\x13\xe3\x00\x3f\xdf\xee\xde\x9e\x5c\x98\x9c\xd8\ \x1d\x1f\xdf\x5d\xd8\xdd\xfd\xef\xb7\xdd\x2f\x80\x5b\xab\x50\xbe\ \xfa\xb6\xbc\xbc\xfb\x6d\x62\x12\x70\x6b\x61\xf9\x36\x76\xeb\xf7\ \xf1\x91\x09\x70\x95\x2f\x20\x9f\x2d\x2f\x8f\x8d\x8f\x8f\x4c\x2e\ \x1c\x6b\x60\x9c\x2f\xab\xcf\xb0\xb5\x66\x17\xee\x9c\xdd\x3b\xf1\ \xf0\xf5\xfe\x9d\x8c\xce\xee\xd6\x6b\xfd\x55\x9e\xfe\xb6\x96\xae\ \xfe\xfe\x81\x9c\x6b\xed\x2d\x7d\x6d\x65\xe7\xab\x9b\x0b\xdb\x6b\ \x6f\x9d\x6d\x2b\x6b\x6b\x6a\xb9\x5e\xda\x74\xb6\xee\x42\xfb\x95\ \x17\x75\x05\xdd\xfd\xfd\x3d\xed\x05\x65\x5d\xd5\xd5\xdd\xe5\x05\ \xc5\x57\xca\xfa\x7a\xfa\x5a\x6a\x06\x6b\x5b\x0a\xea\x9a\xcb\xfa\ \x3a\xfb\x3a\x3a\x4a\x0b\x4b\x06\x5a\xaa\xdb\xcb\x6f\x15\xd5\x40\ \x42\xd8\x76\xf6\xc2\xd4\xcd\xc7\x2f\x6e\x4e\xcf\x5c\xb8\xf9\xf1\ \xd9\xd2\xf6\xfc\xcb\xad\x5b\xf7\x9e\x2e\x3d\x7d\xb1\xb6\x35\x35\ \x33\xff\x72\x7e\xf6\xdd\xd2\xec\xc7\xcd\xad\x9f\x16\xdf\x7d\xda\ \xda\xdc\xfe\xbc\xb8\xbf\xb5\xb8\xff\x71\xeb\xe7\xb7\x8f\x67\xa6\ \x67\x77\xf6\x3f\x3e\x5b\xdb\x9e\x79\xfd\xea\xd3\xa7\x8f\xbf\xfc\ \xf2\xfa\xd5\x87\x0f\x73\xb0\x15\x2e\x86\x4f\x4e\xa3\x41\x7b\xb0\ \xbe\x0f\x9f\x07\xa2\xc7\x07\xf9\x27\xb7\x92\x2f\x27\x92\xd3\x52\ \x87\x2a\xd3\x86\x2a\xdf\xa4\x55\x92\xc1\x59\x4c\xae\x1c\x97\x92\ \x7e\xf1\xed\xd7\x9f\xa2\xaf\x6a\x11\x69\x34\x32\x0e\x80\xaa\x57\ \x9e\xfb\x66\xe8\x49\x65\x9a\x3c\x0d\xa1\xb6\xe6\x65\x33\xe5\x85\ \xe2\x0b\xfa\xda\xa5\x1c\x1c\xcb\xbc\xb7\x64\xfd\x6a\x6e\x33\x0b\ \x7b\x9a\x5f\x8d\xfd\x41\x23\x93\x69\x39\x31\x3e\x4c\x57\x39\x0d\ \x91\x0a\x40\x98\xdb\xfb\xe4\x0d\xf1\x06\x16\xc1\x62\x23\x90\x65\ \xe2\xe3\x47\xe3\x03\x01\x74\x67\x2f\xd4\xff\xbb\x6d\x5e\x98\x46\ \xe6\xff\xf8\x63\xaa\xbc\x2f\x2b\x2d\x15\xc7\x26\xd6\x9d\xaa\x2b\ \xfc\x79\x9f\x80\x60\xca\x28\x37\x1f\x2e\x7d\x2c\x3a\x77\x62\xc3\ \xb0\xb2\x11\xf4\x39\x2d\x5e\x10\x3e\xbc\x01\x6f\xd4\x2f\x16\x07\ \x0d\x20\x55\xb9\x83\xc1\x28\x34\x3b\x75\x25\x1a\x5d\x89\xce\xf9\ \x56\x7c\xce\x39\xa8\xf5\xb1\x0a\x6a\xc4\x10\x72\x7a\xa3\x16\x77\ \x48\x17\x9c\x0b\x05\xbc\xa1\x48\x34\x02\x2c\x0b\x30\x65\x3d\x1c\ \x06\xf2\xe8\x5f\xdf\x70\xcf\x85\x36\xa0\xd4\x12\x08\x85\x23\x5e\ \x4b\x50\x8c\x75\xfb\x0d\x4e\x70\x1f\x7e\x15\xb4\xb7\xca\xbb\xb2\ \x1e\x02\x10\x0c\x82\x8f\x80\x0f\x0e\x33\x80\xac\xe3\xf3\x7b\xc3\ \x06\x14\x1a\x05\x87\x51\xb1\x62\x0b\xd5\x60\xd0\x19\x0c\x61\x1f\ \xc7\x02\xb5\x5c\xe6\x30\xdc\x4e\x2c\xc3\x02\x22\x15\x55\x4c\x52\ \x51\xe1\xc9\x54\x2a\x2a\x99\xe3\xc6\x26\xfb\xb0\x87\x51\x24\x2a\ \x36\x86\xc1\x48\xc6\x32\xe2\xe2\xe0\x2a\x74\x42\x32\x87\x84\xa2\ \x52\x0f\x9c\x3e\x73\xf9\x44\x43\xc3\x89\x73\x23\x0d\x67\x26\xff\ \xf3\x9f\x06\x54\xe8\x77\xc0\x46\x68\xd9\xd1\xdf\x41\xb7\xdf\xed\ \xf3\x7f\x9f\x3d\x2d\x06\xbf\xb3\xdf\x1d\x30\xa0\x9d\x7e\x06\xd4\ \xab\xde\xc0\xa1\x72\x38\x62\x68\xec\x73\x6c\x7c\x42\x22\x1c\x4d\ \xc2\xc6\x60\xb1\x70\x12\x36\x01\x86\x4a\x86\x27\xc2\xe3\x12\x61\ \x89\x70\x78\x72\x02\x0c\x3a\x46\x78\xe8\xf0\xd1\x23\x87\xe2\x0e\ \x1e\x3f\x78\xec\x50\xfc\xc1\x1f\xb2\x4c\x84\x24\xa6\xa3\x13\xbc\ \xf8\x4c\x5a\x57\x56\x4f\xbd\xa7\xad\xab\xbb\xbd\xe6\xda\xb5\xc6\ \xda\xbe\xa2\x4b\x4d\x2d\x2d\x39\x19\xf5\xad\x9d\x15\x5d\x55\x39\ \x15\x59\xf5\xe0\x45\xcc\xa6\x48\x95\x74\x09\x93\xcd\x4a\xc5\x20\ \x68\x78\x29\xd4\xf9\x8e\x45\xe7\x52\x28\x20\x6b\xa5\xb0\x58\x32\ \x89\x86\x4d\x10\x2a\x14\x6a\x85\x5a\xab\x96\xa9\x4d\x4a\x11\x08\ \x63\x22\x1e\x5d\xa6\x51\xbb\x8c\x32\x8d\xd2\x2a\x32\x6a\xcd\x42\ \x99\x51\xab\xd1\x1b\xed\x1e\x99\x94\x47\xe7\xb2\x04\x02\xb3\x8c\ \xa0\x36\x29\xd4\x7a\xa0\x60\x7a\x25\x97\xe5\x48\xb7\x6a\xac\x0e\ \x6d\xb6\xc7\x9a\x69\xca\xb4\xf2\x28\x14\x8c\x56\x0f\x24\xd3\xac\ \x14\xe9\x8d\x18\x0a\x9b\x89\xa7\xf1\xf1\x5c\x5c\x1a\x19\x49\x26\ \x33\xd9\x5c\x29\x17\x47\x24\xa7\x00\x3b\xc4\xd3\xe4\x48\x5a\x1a\ \x12\x83\x27\x24\x81\x27\x30\x8b\xc9\x14\x09\xa1\x62\x30\x99\x56\ \xe2\xd2\x0a\x78\xd0\xc2\x48\xa5\x50\x61\xd6\x2b\xf4\x0e\xae\x50\ \x2a\xd4\x58\x35\x26\x99\x46\x6b\x03\x0e\x28\xd0\x4a\xb4\xb6\x4c\ \xa5\xcc\x06\x00\x6a\x33\x6b\x79\x5a\xb3\x5a\xaf\xd4\xc8\xac\x26\ \x40\x23\x7d\x06\x70\x45\xae\xc2\x96\x61\x4a\xd7\x5b\xb5\x32\x9b\ \x1d\x3c\x14\xa9\x54\xeb\x50\x58\x1d\x2e\x53\xb6\x49\xef\x02\xc1\ \x4d\x92\x91\x5d\x3c\xb3\x78\x09\xbc\xbc\xdb\xda\x1a\xdb\x3b\xaf\ \xd9\x32\x6b\x6b\xba\xbb\xb5\x57\x33\x6c\x5a\x93\x90\x0e\x8c\x97\ \x2b\x32\x56\xdf\x6f\xbc\x74\xb1\xa5\xbb\xa9\xac\x53\x58\x5f\xd8\ \x6a\xe7\x09\x98\x04\x26\x1b\x07\x4d\x0e\x06\xc0\x92\xd9\x08\x12\ \x0d\xee\x7a\x4c\xe3\xe0\xcf\xa1\xc7\xc9\xa8\x83\xc7\x6f\xf8\x9e\ \xfd\x39\xcb\xb8\x0b\x52\xd4\xed\x83\xe7\x4e\x9e\x18\x7f\x78\x7a\ \x64\x78\xec\x74\x07\x86\x6b\xbc\xf6\xe9\x08\x40\xd5\xe4\x97\x6f\ \x20\x69\x2d\x4f\x2c\xaf\x42\xb5\xa1\x20\x54\x8d\x8f\x4d\xfc\xf7\ \x1b\xe0\x15\xb0\x44\xe8\xf0\x21\x48\x59\xe0\x1b\xb8\xfc\xc6\xd8\ \xc2\xee\xf2\xc1\xdf\xdd\xa5\xb1\x97\x87\x77\xff\xbb\xbb\xfb\x0d\ \x98\xe4\xea\xee\xf8\xe4\xf3\xdb\x63\x27\x61\x23\x5b\x2e\x57\xa6\ \x3e\xbb\xe9\xed\xe2\x7b\xf1\xf9\xbf\x0f\xfc\x73\x5e\x9b\x93\x97\ \xd5\xde\x98\x7f\xcf\xd3\x32\xd8\x3f\xd0\xde\xda\xda\xd2\x52\x52\ \x56\x57\x56\xde\x53\xd3\xdc\xdc\xd8\x7c\xbd\xba\xa4\xa9\xbb\xef\ \x4a\x61\x75\x7e\x61\x61\xf1\x95\x77\x6d\x4d\x1d\x3d\x4d\xdd\xb5\ \x65\x35\x8d\x75\x45\x7d\xd5\x35\x37\x4b\xbb\xcf\x96\xf6\x74\xd6\ \xf5\x74\x56\xe7\x97\x0e\xb6\xd4\x35\xd7\xb5\x57\x77\xd4\xf4\x5d\ \x6b\x2a\x2d\x2d\xbc\x58\x0e\x94\xb0\xa4\x38\xff\xca\xfd\x97\xf7\ \x1f\x5d\xb9\x73\xfd\xe6\xcb\xfd\xb5\xed\xcd\xb7\x6f\x5f\x2e\xde\ \xbc\xff\x72\xf1\xe9\xcd\xa9\xa5\xb7\xb3\x8f\x67\x66\xe7\xb7\x97\ \x5e\xec\x2f\xbe\xdd\xbf\xb7\xfd\xe9\xd1\xd6\xe2\xda\x8b\xb5\xa9\ \xa9\x9d\xd9\xd1\x7b\xf3\xd3\x4b\xd3\x8f\x3e\xcf\xce\x6f\xbe\x7b\ \xb7\xf5\xcb\x5f\xdb\x7b\x9f\xf6\x7e\xf9\xfb\xb7\x0f\x11\x3f\x7c\ \x4e\xc4\xa4\xc9\xf9\x44\x1a\x0d\x04\x9f\x5c\x3e\x59\x9e\xfa\x04\ \xe4\xac\x37\x43\xb9\xe4\x34\x32\x0d\x40\x2b\x15\x32\xbf\x37\x43\ \x43\xbd\xb9\xe0\x14\x19\x99\x36\xd4\x8b\x64\xdb\xda\xf7\x7f\xfb\ \xe9\xa6\x94\x9f\x44\xa4\xf1\xa1\x9a\xaa\xdc\x27\x43\x50\x39\x16\ \x32\x33\x53\x63\x46\xa4\x6d\x73\x7a\x2a\xce\x4f\x89\xe4\x49\xe6\ \x57\xf5\x85\x85\x39\xd5\x3d\x45\x19\x49\x9e\x86\x7a\x39\x12\x87\ \x68\x3e\x15\xc5\x17\xdc\xac\xe4\x83\x70\xf5\xa4\x57\xfe\xe3\x8f\ \x5a\x83\x07\xcf\x4e\xc1\x60\xae\x3a\x4f\x9c\x44\x89\xbd\x61\x4d\ \x5a\x12\x86\x4c\xe8\x68\xc6\xf0\x69\xfc\xde\x5c\x22\xa6\x84\x9e\ \xdb\xcb\xa7\xd0\x99\x47\xe2\xaf\x47\xf3\x70\x18\x36\x1d\x2f\x3b\ \x70\xa0\xed\xdf\xff\x25\x40\xa5\x0a\x01\x9d\x33\xe0\x84\x5a\x84\ \xae\xf8\x7c\x3e\xe0\x4e\x3a\xbf\xd7\xf7\xbd\xd5\x55\x24\x14\x5a\ \x89\x46\x22\xfe\x88\x33\xe4\x0f\xce\x45\x37\x7c\xba\xa0\xd7\x17\ \x00\xc9\x2b\x3a\x17\x0a\x82\x2d\x83\xe1\x75\x7f\xd0\x3f\x17\x0d\ \x87\x02\x62\x1f\x80\x15\x84\xa1\xe8\xba\xc1\x1d\x88\xfe\xed\x14\ \xeb\x40\x40\xf2\xf9\x37\x22\x5e\x0e\x2c\xba\x1e\xf0\x1a\x22\x7e\ \x1d\xc7\x2d\xf6\x3a\xdd\x2b\x73\x51\x27\xe0\x9d\x2f\x18\x0c\x07\ \x74\x68\x34\x90\x45\x0b\xc8\x3f\x2a\x0e\x54\x18\x0a\x43\x79\xa9\ \xba\xd0\x06\xd8\x30\x18\x34\xa8\x7c\x50\xf1\x94\xdb\x1b\x71\x63\ \x55\x6e\x31\xc3\x62\xc1\x02\x6e\xa1\x2c\x3a\x58\x2c\xda\x90\x4c\ \xf5\x73\xe2\x13\x48\xa8\x44\x18\x95\x84\x45\xa9\xa8\x09\x68\x0e\ \x27\x31\x01\x38\x9d\x8a\x74\xec\xcc\xe5\xcb\x0d\xb7\x6f\x9c\x7e\ \x38\x76\xea\xcc\x04\x00\x56\xbc\x6f\xc5\x0f\x30\x6b\x71\x5a\xc2\ \x4e\x43\xc0\xe2\x5e\x5f\x31\x18\x54\x80\x92\x2a\x40\xde\x80\xca\ \x1d\xb0\x88\x19\x1c\x2a\x15\x44\x3c\x14\x87\x94\x9c\x8c\x4d\x48\ \x48\xc6\xa2\x49\xf0\x64\x74\x02\x3c\x01\x96\x0c\xbe\x27\xc3\xd0\ \xf0\xc4\x58\x00\x31\xa8\xe3\x4c\x3c\x08\x59\xb1\xb1\xb0\x23\x87\ \x12\xe2\x0f\xc5\x43\xbd\x47\xe3\x7f\xd0\x33\x93\x90\xea\x8a\x0c\ \x93\xd5\x2c\xd5\xbb\x32\xb3\x32\x3a\x3b\xbb\xfb\xbb\xeb\x1b\xbb\ \x3a\xea\x5a\x6b\xda\x5a\xae\xf5\x37\x7a\x06\x7a\xfa\xaf\xb5\x5e\ \x6d\xac\x70\x99\x6c\x2e\x35\x13\x2f\x65\xd3\xd5\x3c\x16\x21\x97\ \x46\xa4\x50\xa4\x6a\x3c\x0b\xa4\x1c\x89\x48\x03\x4d\x4f\x95\xb2\ \x05\x12\x85\x54\x22\x54\x08\xd2\xa5\x46\xad\xd6\xc8\x93\x48\x04\ \x6a\x11\x9b\x4e\x00\x90\x93\x8a\x8c\x26\xa3\x4b\xa6\x76\xe4\x59\ \x6d\x7a\xbd\xcc\xe1\xd0\xeb\xad\x12\xba\x46\x40\x91\xf0\x80\xba\ \x11\x15\x0a\x93\x50\x0a\x54\x4d\xc6\xa6\x2b\xb4\x56\x10\x70\xec\ \x56\xad\xd1\x66\xf3\xb8\x94\x52\xa6\x04\x03\xd4\xcd\x91\x2d\x33\ \x2a\xd5\x4c\x51\x0a\x93\x92\x4a\xe0\x23\xb8\x08\x0a\x59\x8e\x43\ \xb0\xa5\x5c\x3a\x33\x09\xcf\x27\xa4\x24\xe1\x91\x49\xf2\x14\x64\ \x1a\x91\x8f\x4b\x01\x24\x23\x4a\x25\x5c\x26\x4f\x4d\x67\xa9\x35\ \x3c\xa6\x4c\x28\x52\xea\xa1\x8a\x54\xb5\x16\xdc\x09\x08\x94\x52\ \xa5\x44\xaf\xd0\x9a\x34\x52\x85\x19\xc0\x55\xa4\x49\x37\x6a\xa0\ \xfa\x76\xa9\x54\xa1\x90\x4a\xcd\x46\x9e\x10\xaa\xb5\x72\x59\x35\ \x1a\x97\xd2\x68\x54\x28\x94\x8a\x0c\x99\x5a\xab\xd4\x2b\x5d\x2e\ \x20\x90\x26\xb3\xc6\x6e\x74\x54\x79\x3c\x2e\x99\xa2\xca\x26\xd2\ \x08\x79\x12\x4d\xba\x2b\xaf\xb4\xbf\xae\xe3\x6c\x55\x45\xd3\x60\ \x4e\xed\x60\x5d\x67\x53\xb6\xcd\xee\xd2\x6a\xd4\x80\xec\x04\x3a\ \x93\x27\xac\x28\x6d\xaf\xbe\x53\x9b\x51\xd5\xee\x51\x5a\x6b\xb2\ \xd4\x22\x11\x00\x19\x1b\x8f\x27\x20\xd8\x4c\x02\x5e\xa6\xc6\xd8\ \x5a\xd8\x5d\xb1\x05\x4b\x1f\x3f\xbf\x3e\x12\x7b\xf4\xf6\xf1\xdf\ \x2e\xec\xe8\x18\xcf\x77\x27\xee\x0e\xdf\xbe\x7d\xb7\x61\xf8\x46\ \xc3\xf8\xf8\xed\x13\x57\x58\xd7\x60\xfd\x8e\x2b\x27\x16\x00\x85\ \x76\x97\xbf\x8c\x03\xe3\x5b\xbd\x3c\xb6\xb0\x3c\x39\xb1\x3a\x3e\ \xfe\xe5\xdb\xe4\xea\xc4\xf2\x2e\x70\xc5\x2f\xbb\x93\x0b\x0b\xdf\ \xbe\x2d\x7f\x19\x5b\x58\x3d\xc8\xf9\xb2\xbb\x3c\xfe\xd0\xb9\x7f\ \x79\x7c\x6c\xf7\x1b\xc8\x5d\x0b\xcb\x5f\x16\x26\xc6\xc6\x26\xc6\ \x6f\x3c\x3c\xf4\x60\x23\x3d\x33\xc3\x54\x31\x58\x98\x7f\xe1\xdf\ \xe2\x8c\x95\x07\xaf\x33\xcd\xad\xd7\x0a\x0a\x7e\x2b\x1a\xe8\xbb\ \xda\x5c\xda\x9c\x3d\xd0\xdc\xd8\x9e\x5f\x78\xb6\xb0\xb0\xaf\xba\ \xa9\x6b\xb0\xa5\xac\xaf\xac\x74\xe0\x02\x30\xc0\xea\xbe\xe2\x5b\ \x9f\x9b\xae\xf5\x35\x55\xf7\xb5\xb7\x97\xb4\x15\x17\xf4\x54\xb7\ \x34\x95\x75\xd4\x95\x17\xb6\xb6\xd6\xf5\x5d\x2f\xbe\x9e\x5f\x7a\ \xa9\xaf\xaf\xad\xbc\xed\x7c\x5d\x77\x5d\x5d\xc9\x85\xa7\xa5\x67\ \x4b\xab\x3b\x8a\xf2\xcb\x8b\x5e\xbc\x3c\x9f\x7f\xe5\xd1\xfc\xe8\ \xdb\xcd\xad\x97\xcf\x5e\x9e\x7f\x9c\x7f\x7d\x6a\xf1\xc5\xda\xe2\ \xd2\xfe\xce\xda\xf4\xe8\xfc\xcb\xed\x99\xaf\xef\x66\xff\x7c\xb4\ \xb3\x34\xba\x3d\xff\xf8\xce\xe8\x8b\x99\xe9\x47\xdb\xbf\x7c\x5c\ \x5a\x5b\x9a\x9d\x9d\x5e\x5b\x9a\xdf\xd9\x7a\xb7\xf3\xe9\xf3\x2f\ \xff\xfc\xbb\x02\xac\xc8\x80\x5d\x51\xaa\x91\x72\xe2\xf7\xa1\x12\ \xe4\x4a\x79\x9a\x1c\x47\xe3\xcb\x69\xa9\x95\x69\x44\x79\xda\xd0\ \x93\x54\x3e\x1f\x9a\x45\xff\xe3\x8f\x6f\xa0\xea\xf4\x54\x24\x71\ \x68\x88\xcf\xe7\xe3\x80\x7d\x6f\xfe\xfe\x75\x00\x39\x24\x4f\x85\ \x56\xef\x3c\x81\x76\xd1\x3f\x49\xa5\x97\x56\x31\xb9\x64\xee\xdc\ \xab\xec\xfc\x9d\x2e\xbe\x1c\x59\xf1\x4a\x74\x73\x66\xef\x6b\x3e\ \x21\x6d\xa8\x22\x82\x01\x09\x4d\x73\xff\xdc\x3f\x98\x5b\x1f\xa1\ \x7a\x89\x34\x68\x09\xd0\xff\x8d\xfe\xc1\xa7\x20\x30\x49\x08\xfa\ \xce\xa9\x03\x0c\xaf\xea\x35\x9b\x8c\x20\x12\xd9\x55\x1a\x3e\x71\ \x08\xa4\x3b\x24\x73\x90\x46\x44\x20\x00\xa6\x9a\xc7\x9d\xf1\x5a\ \x16\x53\x22\x65\xb1\xff\x7d\x5e\x68\xf9\x9f\x37\x12\x7e\x3f\xe7\ \x0f\x40\x55\xa3\xe1\xdf\xc3\x4e\x15\x70\x43\x9f\x33\x10\x05\xac\ \x02\xd0\x8a\xba\x83\x4e\xaf\x1f\x9a\x6e\xe3\x0f\x86\x0c\x51\xa8\ \x69\x55\x28\x1c\x9d\x0b\x87\xa3\xe1\xc8\x06\x34\xe4\xd9\xe7\x0b\ \x87\xde\x87\x7c\x1b\xc1\x70\x30\xe2\x0f\x81\x18\xe6\x0f\x06\x42\ \x81\x20\x38\x19\x89\x50\x55\x91\xa0\x21\xe8\x8f\x04\x7d\xee\x64\ \xb1\x21\xe0\xd3\x39\xfd\x62\x8e\xce\x1b\x0a\x38\x23\x7e\xb0\x65\ \x28\xf8\xc1\x62\x09\x5a\xa2\x0c\x95\xdf\x47\xa2\x06\x9c\x2a\x9d\ \x4a\xc7\x61\x88\xd1\x96\x15\x95\x25\xe4\xf6\x5b\x80\x9a\x62\x93\ \x9d\x11\x9f\x58\x15\x88\x44\x82\x8c\x80\x85\xc3\xf0\x02\xb7\xe4\ \x00\x73\x83\xd6\x26\x93\x48\x62\x0b\x3a\x01\xed\xc5\xc6\xc0\x55\ \x54\x14\xd6\x82\x8e\x65\x88\x13\x61\x28\x80\x3c\x2a\xe3\x18\x34\ \x13\xf3\xdc\xe5\x13\xc3\x23\xc7\x4f\x4c\xfc\xef\x3f\x77\xb1\xd1\ \x39\x6f\xe8\x83\x37\xec\x66\xb8\xdd\xe2\xe8\x5c\xd0\x1f\x30\x50\ \xa9\x0c\x86\x81\xe1\xd3\x71\x2c\x54\x9d\x93\xa4\x63\x40\x83\x59\ \xc4\x1c\x31\x9a\x83\xa6\x8a\x93\x93\x19\x0c\x74\x7c\x32\x9a\x03\ \x47\xc1\x50\x90\x83\xc2\x12\x50\xf0\xd8\xd8\xd8\x04\x00\xb0\xc3\ \xb1\xb1\x89\x07\x13\x61\x87\x0f\xc7\xc5\xc7\xc6\xc5\xc4\xc4\x1c\ \x04\xe7\x7f\x60\x21\x08\x02\xbb\x43\xa8\x74\xa5\x9b\xec\xfa\xda\ \xfe\xfa\x9e\xda\xbe\x96\xea\xc1\xaa\x81\xee\x81\xec\xea\xbe\xce\ \xba\xae\xd6\xcc\xc6\xc6\xf6\xec\xec\x8a\x0a\x93\xd6\x28\x55\x0b\ \x25\x12\x26\x91\x2d\xa2\xb3\x91\x44\x24\x82\x4b\x11\x41\x5d\xa4\ \x00\x8f\x44\x22\xa3\x88\xa7\xd0\x08\x84\x3c\xa9\x50\x2f\x10\xb9\ \x20\x09\x04\xf1\x0a\xaa\xcb\x94\xb0\x30\x29\x29\x02\xad\x46\xa4\ \x36\x1b\x35\x5a\xad\xd6\xa6\xb4\x19\x15\x19\x56\xa1\x48\xe3\x90\ \x02\x3d\x53\x72\xa5\x12\x1e\x9b\xa2\xd0\xdb\x40\x08\x32\x59\x05\ \xcc\x14\xad\x0c\x00\x4d\x9f\x69\x37\xa9\x33\x2a\x3c\x36\x21\x85\ \x27\xe5\x29\xd2\xcd\x0e\x93\x06\x88\x93\x52\xca\x65\x21\x91\x49\ \x04\x0d\x17\x93\x82\xc7\x63\xbe\xef\x03\x82\x16\x44\xa7\x20\xf0\ \x78\x1a\x91\x98\x82\x43\x02\x37\x20\x93\x93\x30\xb9\x78\x00\x04\ \x91\x54\xa8\xd6\xf3\xb8\x32\x91\x10\x04\x3e\x10\xf0\x84\x32\x85\ \x49\x2b\xe2\xf2\x94\x32\xbd\x52\x20\x53\x98\xcd\x5a\xb3\x5d\xa3\ \xd5\x2b\xd4\x4a\x85\x51\x6d\x17\xb2\x35\x0a\xa9\x51\xc1\xd3\x38\ \x6c\x7a\xb3\xcc\x63\x4f\x37\xc9\xcc\x56\x2d\xd8\xc2\x66\xb5\xa9\ \xf5\x66\x85\xda\x68\x55\x28\x34\x6a\xe0\x97\x6a\xab\xd4\x91\x9d\ \x95\x95\x6e\x55\x78\xcc\x7a\xa3\x55\x9d\x57\xdf\x9a\xdd\x5f\x9f\ \xd1\x73\xb5\xbf\xb1\x2f\xbb\xd5\x56\xdb\x59\x5a\x9b\x57\xe5\xd1\ \xa7\x6b\x45\x1a\xae\x84\xcd\xe2\xb2\x09\xd2\xda\xda\x8c\x6b\x35\ \x19\x15\x6a\xab\xd9\xa1\xf4\xe4\x70\x59\x5a\x0a\x85\x95\x82\x01\ \x31\x4b\xc2\x43\x50\x84\x74\x84\xa7\xbb\x4b\x8b\xfd\x33\x54\x70\ \xd5\x0f\x43\xa3\xc5\xaa\xa6\x92\xd2\xe8\xf1\xf1\xdd\x89\x73\x47\ \x9f\x5f\x7e\x70\xe3\xcc\xc3\xcb\x77\x1f\x1c\x3d\x78\x56\xf4\xfb\ \xea\x01\x47\xfb\x4c\x2c\x48\x55\x0b\x0b\xab\x93\x13\x93\xe3\x0f\ \x4e\x4f\x02\xcd\x5b\x86\xcc\x6f\x72\x72\xf9\xf9\x32\x54\xe2\xbe\ \x3b\x39\x06\xed\xcf\x5a\x5d\x9e\x5c\x5e\x38\xd3\xf0\xdf\x85\x89\ \xdd\xdb\xeb\x3f\x9d\xda\x05\x3e\x38\xb1\x30\xf1\x7c\x79\x17\xd0\ \xed\xf9\x8d\xb1\xe7\xcf\x1b\x8e\x1c\x6f\xcc\xab\xb7\xe7\xd5\xd6\ \x3a\xcc\xed\xf3\x45\x9d\x7f\xae\xc6\x96\x56\x97\xbc\xde\x2c\x6d\ \x6d\x6c\x19\x28\x29\x2a\xe8\xe9\xaa\xeb\xef\xb8\x5e\xda\xd2\x54\ \xd3\xd6\xd5\xd6\xd2\x5d\x53\x94\x5f\x56\xdd\x57\x78\x6d\xb0\xb9\ \xa5\xec\xd2\x9d\xa5\xd2\xe6\x81\xbe\x96\xe6\xf2\xe2\xd2\xf3\x85\ \x6d\x35\x75\x7d\x35\x65\xa5\x6d\x05\x57\x5a\xaa\xcf\x17\x14\x9f\ \x2f\xa9\x29\x2a\x6b\x6b\x69\x2b\x2f\xbb\xde\x54\x5e\x56\x5d\x56\ \x7c\xaf\xf0\x4a\x41\x4d\x79\x5b\x41\x51\xd1\xfd\x3b\x67\x5f\xdc\ \x59\xda\xb9\x37\x3b\x35\xff\x62\x6a\xe6\xf1\xad\x92\x3b\xa3\xb3\ \x6b\xd3\x8b\xf3\xf3\x8b\xf3\x6f\xf7\xf6\xa6\x5f\x2e\xed\xef\xcf\ \xfe\xb6\xb9\x38\xbf\xb6\xb9\xf8\xf9\xf1\xe2\xfc\xec\xda\xda\xcf\ \x9f\x36\x5f\xae\x01\x58\x7d\xdc\xdc\x7b\xf7\xe9\xd3\xa7\xfd\xbd\ \xaf\xaf\xfe\xfe\x77\xe5\x83\x2f\xa0\x8a\x89\x2a\x4c\x18\x1a\xe4\ \x82\xfc\xca\x54\x32\x91\x4c\x26\xe3\x68\x72\x32\x0e\x58\x61\x65\ \xe5\xd0\x10\xb4\x64\x4b\x0e\x69\x61\xee\xd0\x9b\x1f\x7f\x1c\x22\ \xe6\xbe\x01\x22\x97\x0a\xb0\x96\xa6\x9d\xfa\x79\xfd\x12\xe1\x0d\ \xb8\x30\x0d\xda\xcf\xf5\x24\xad\x12\xd3\xf8\xd2\x41\xc0\xc8\x5d\ \xee\xb5\xfc\x8f\xf7\x84\xc4\x54\xfc\xd9\xed\xda\xc5\x9d\xd9\xcc\ \x54\x5a\xea\x8f\xa3\x83\xbf\x12\xe5\xe4\xf4\x7f\x87\xb7\x11\xf7\ \xff\xc1\x91\xd3\x2a\xe5\xf2\x54\xf9\xd0\xaf\xf3\x61\x1a\x78\xfa\ \x81\x74\x9c\x01\x8b\x31\x78\x2d\xd7\x91\x64\xa4\x1c\x23\xd1\x32\ \xc1\xbd\xc9\xc9\x7c\x9a\xa9\xbf\x17\x97\x94\x84\x48\x61\x31\xef\ \x1f\x73\xd3\xd9\x02\xba\x48\x20\xea\x3b\x95\x78\x6e\x3c\x1c\xdc\ \x08\x7f\x88\x82\xfc\x64\x09\x47\x22\x51\x8e\x2e\x14\x02\xf6\x14\ \xb2\xbc\x07\x14\xf3\x1a\xa0\xe4\x14\xf6\x7a\x43\x0c\xe7\x9c\xdf\ \x62\x08\x06\x2d\x5e\x10\xc0\x22\x7e\x60\x7c\x91\xd0\xba\xce\x69\ \xf1\x45\xc1\x35\xdc\xa1\xf5\x70\xc4\xe7\xf6\x47\x02\xd1\x50\x10\ \xd0\x2d\x14\x71\xce\x39\xfd\x11\x37\x48\x58\xbe\xe0\xfa\xfb\x15\ \x70\x1e\xc6\x80\x1a\x24\x18\x7c\x41\x8b\x4a\x17\xb2\x84\xe6\x02\ \x41\x4b\x24\xb2\x1e\x72\xba\x23\x11\x27\xc7\x19\x51\x19\x7c\xd0\ \x22\x6b\x92\x98\x04\x68\x03\x52\x8f\x0f\x6a\x56\x65\xf1\x87\x13\ \x63\xc4\x3e\xc0\x52\xce\xf7\x81\xd2\x6e\x12\x47\xa5\x32\x90\x54\ \x28\x9d\x0a\x0d\xd4\x2c\x99\x6a\x50\x71\x92\xe1\x6e\x71\x42\xac\ \x0e\xc5\x41\x91\x12\xe3\x49\x54\xa0\x72\xc9\x68\x06\x9c\x73\xf4\ \xd4\xa9\x33\x27\x4e\xde\x3e\xd5\x30\x7c\xea\xe8\xd8\x7f\xbf\x35\ \xa0\xa2\x81\x60\xd4\x1d\x99\x53\x89\x75\x41\x68\x06\xb5\xd7\xe7\ \xe5\x70\x54\x3a\xb7\x2a\xe8\x17\xeb\xc4\x20\x5f\x59\x0c\x62\x0e\ \x16\xe5\x53\x51\x55\x20\xe6\xc1\xd1\x20\xe9\xc5\x1e\x24\x01\x60\ \x91\x18\x09\x0c\x06\x0a\xda\xeb\x8e\x4e\x4c\x4c\x4e\x8c\x4b\x3c\ \x78\x0c\x86\x4d\x38\x02\x98\x75\xf4\xe8\xa1\xf8\x03\x31\xf1\x71\ \x71\x89\x20\x61\x89\x44\x4a\xa5\xdd\xa5\x76\xa9\xed\xb6\xcc\xfe\ \xfa\xaa\xfe\x46\x47\x67\x4d\x7d\x5e\x6b\x7b\xd7\x60\x4d\x57\x69\ \xcd\x40\x6b\x63\x63\x46\x5b\x45\x9e\x63\x20\x4f\x01\xa2\x91\x4b\ \x40\xc1\xe3\xf0\x12\x36\x85\x99\x82\x44\x60\x04\x42\x29\x53\x80\ \xa0\x88\x98\x2c\xbc\x44\xc9\xe5\x11\xe8\x6c\x91\x90\x2e\xd4\xa8\ \x8d\x1e\x99\x47\xad\x96\xe9\x8d\x52\xa5\x50\x28\x63\x25\x51\x94\ \xa2\x4c\x87\x51\xa0\xd6\x38\x00\xcc\x80\xfb\x99\x14\x2e\x85\x12\ \x30\x8c\x22\x50\xb8\x94\x78\xa1\x94\xce\xe2\xa9\xd3\x15\x6a\x9b\ \x5a\x66\xd2\xd8\x95\x7a\x8d\xc0\x6c\x37\xa7\xdb\xcc\x8a\x8c\xda\ \x0a\x85\x50\xcd\x12\x65\xda\x04\x4a\x73\x86\x43\xcf\x55\x03\x01\ \x93\x8a\xf0\x78\x36\x8f\x8b\xc0\xb0\x30\x48\x16\xb8\x67\x3c\x85\ \x86\xa4\x01\xb7\x22\x26\x81\xa7\x08\x92\x9c\xc6\x27\x42\x2d\x28\ \xe5\x29\x74\xf0\x34\x51\x0a\x99\x42\x10\xf4\x14\x32\xbd\xc0\x64\ \x33\xba\x94\x22\xb3\xc9\x6e\x14\xc8\x8c\x1a\xbd\x50\xa6\xb5\xdb\ \x34\x7a\xad\x0c\x20\xc4\x6e\x53\x40\x8b\x89\x44\x32\x20\xc5\x46\ \xc0\x2f\xa9\x43\x6d\xcd\xd4\x1b\x6d\x42\xab\xcb\x6a\x76\x99\x4c\ \x50\xd8\xb2\x6a\x95\xda\xf4\x74\x87\x42\xa9\xe4\xea\xb5\x42\x97\ \xde\xe3\xc9\xc9\xb2\x99\x3d\x7a\x70\x13\x5a\x7b\x4e\x4f\x45\x45\ \xbb\x4b\xe3\xa9\x68\x95\xba\x3c\x5d\x99\xb5\x15\x55\x99\xae\x4c\ \xad\x5d\xcb\x13\xea\xd9\x5c\x01\x90\x58\x56\x45\xa7\xa7\x3e\xcb\ \x96\x95\x69\x56\x0a\x3d\x99\x3c\x23\x4f\xaa\x25\x60\x10\x14\x3c\ \x13\x4f\x91\x00\xde\xd3\xf1\x08\x57\x69\x95\x7e\x4a\xe5\x7c\xfd\ \xaf\xea\xc6\xc9\x43\x1c\x00\xad\x47\xeb\x27\xc6\x96\x1f\x8c\x8d\ \x8f\x5f\x1e\x1b\x6e\x78\x70\x7b\x62\xfc\x18\xa9\xa3\xf4\xcc\xc2\ \xc4\x1f\x76\x6b\xd9\xc9\x61\x40\xa4\xe5\x85\x89\xe5\x89\xb1\x09\ \x68\x5f\xd5\xea\xee\x37\x40\xaf\xc9\x49\xa8\xde\x61\x75\x7c\x72\ \x75\x12\xd2\xc2\xc9\xc9\xdd\xff\x2e\xac\x2e\x83\xeb\x7d\xbb\xfd\ \xec\x97\x1b\xab\xe3\xbb\xbb\x0b\xcb\x0b\xbb\xe3\xc7\x6f\x3f\x1f\ \x69\xb8\x7c\xf9\xc6\xdd\x93\x9c\xd3\x25\xf6\x56\x7b\x96\xa7\xb3\ \xbe\xbe\xb6\xac\xa8\xac\xeb\xe5\xb9\x83\xc1\x7f\xed\x8e\xbe\x6b\ \x3d\xcd\xed\xdd\xd7\xca\x8a\x5b\x1a\x5b\x8a\x4b\x2e\x34\xb5\xd4\ \x74\x74\xd7\x94\x34\xb7\xd4\xd5\x95\x35\x95\x15\x36\x77\xb4\x75\ \x17\x9f\x9f\x59\x6b\x29\xed\x6e\x1f\x6c\x2b\xb8\x5e\x74\xf6\xfa\ \xbd\xee\xea\xa2\xb2\xf2\xfc\xeb\x6d\x17\x8b\x4b\x8b\xcf\x17\xd4\ \x94\x76\x14\x16\xd4\xb4\x94\xe5\x9f\x3f\x7f\x69\xa0\xa7\xbd\xec\ \xc2\x9d\x82\xc2\xa2\x4b\x77\xaa\xcf\xdf\x1b\x9d\x7e\xf4\x78\xe6\ \xce\xd6\xf4\xe3\xc5\xa9\xb5\xa7\xd7\x67\xee\x5c\xa9\xbe\x33\xbd\ \xf8\xf2\xe6\xd4\xec\xe2\xce\xfc\xcc\xbb\xb5\xb7\xf3\x3b\xcf\x1e\ \xbf\x7c\xbd\xbd\xbf\x34\x3f\x3a\xf3\xec\xc5\xe6\xd2\xfc\xe6\xe6\ \x2f\x7b\xef\x9e\x4e\x6d\xcd\xcf\x2e\x7e\xfd\xf9\xd3\xde\xde\xab\ \xfd\x7f\x5e\xff\xb9\xfe\x87\x2f\xe4\x24\x79\xe1\x01\xbd\x95\x00\ \x42\x13\xf0\x3b\x1c\x0e\x49\xe3\x13\xa1\xc2\x02\x1c\x91\x0f\x38\ \x94\xda\x3b\x54\xd9\x9b\x0b\xd0\x92\xf6\x9d\x58\x4f\x7e\x7c\x93\ \x9a\x94\x44\x4c\xad\xcc\xe5\xa7\x12\xe5\x7c\x7a\xcf\xf6\x87\x29\ \x3a\x00\x56\x6f\x2a\xd4\x83\xb4\x52\x6e\xdd\x9c\x11\x11\x53\xf8\ \xd5\xfe\xf9\x9d\x9f\xbb\x93\xc8\x72\xd1\x2f\x7d\xd1\xd7\x6d\xe4\ \x5f\x73\xf9\x4f\x8c\x7b\x29\x55\xed\xa0\x73\x00\x00\x20\x00\x49\ \x44\x41\x54\x4f\xe4\x7c\x7c\xfa\xfb\xe1\x97\xac\xfd\xcf\x34\x7e\ \x1a\xc8\x70\x69\xf2\x37\x95\x7f\xde\x4b\x4a\x81\xde\x88\x99\x82\ \x0f\xb1\xba\xc0\x5c\x3f\x5f\x8e\x21\xa7\xb0\xa5\x49\xd0\x0e\xb4\ \x21\x7e\xaa\x27\x9b\x9c\x84\xc3\x13\x69\x44\x7a\xd2\x54\xa2\x90\ \xc0\x95\x8a\xe8\x29\xcc\x4f\x07\x57\x8f\x6d\x84\x03\x80\x44\xe2\ \x68\xd0\x17\x75\x06\x7d\x06\x4b\xc0\xe7\x13\xaf\xf8\xc2\x81\x0f\ \x50\x32\xfa\x10\x0c\xbb\x03\x06\x80\x97\xb9\x30\xc0\xd8\x7a\xd8\ \xa9\x0b\x84\x03\x11\x20\x87\x81\x50\x30\xec\xf4\xea\xc2\xeb\xee\ \x08\x08\x63\xce\x60\xd4\xeb\x0b\xce\x79\x9d\xde\xf5\x70\x08\xa4\ \xb2\x8d\x0d\x90\xa1\xc4\x20\x25\xa9\xbc\x6e\x8b\xcf\x19\x36\x60\ \xdd\x6e\x0e\x88\x50\x2b\x2b\x41\xa7\x21\x1a\x9c\xfb\x09\xe4\xb5\ \x30\x90\x49\x37\x08\x77\xba\x04\x4e\xc0\xa0\x52\x39\xc5\xee\x00\ \x03\xcb\xf0\x25\x93\x0c\x61\x9d\x38\xfc\x01\x90\x64\x4e\x9c\x98\ \xa8\x53\xf9\x03\x20\x05\x85\x82\x01\x8b\x13\xc5\xe1\xa0\xdd\x54\ \x15\x50\x34\x68\xde\x0d\x15\x8d\x42\x8b\x61\x89\xd4\x64\x14\x89\ \x93\x7c\x10\x8b\xc6\xa2\x38\xe8\x98\x98\x58\x14\x09\x46\x85\x1d\ \x3f\x73\xe6\xdc\xa9\x33\xb7\xcf\x5c\xbe\x7d\xea\xd0\x83\x6f\x5f\ \x6e\x24\x46\x82\xd1\x40\x20\xea\xd6\x05\xc3\xde\x90\x85\xe4\xf4\ \xaa\x38\xeb\x51\xa8\x29\x84\xd7\xed\x05\xa1\xce\x0f\x60\xca\xe1\ \x18\x80\x91\x26\x1b\xd0\x68\x12\x15\x4b\xc5\x92\x92\x13\xe0\x0c\ \x06\x1c\x45\x8a\x23\x51\x2d\x58\x78\x3c\x16\x85\x4a\x8c\x49\x88\ \x4f\x38\x00\x83\xc3\x63\x62\xe1\xb0\x43\x87\x8e\xc6\xc6\x1c\x8a\ \x39\x78\x30\xee\xf0\xa1\xb8\x1f\x80\x22\xe9\xd3\x1d\x46\xb3\x49\ \xad\xb7\x57\x5d\x6d\xf4\x38\x6a\x9b\xfa\x32\x1d\x3d\x75\x57\x9b\ \xaa\xbb\x06\xaf\x35\x5d\x1d\x6c\xcf\xf6\x64\x5c\xab\xf2\xd8\xac\ \x9a\x6c\xb3\x52\xc0\x44\x20\x29\x78\x3a\x85\x8e\x20\xd2\x58\x20\ \x3e\x80\xc0\x45\x41\x48\xc8\xe0\x24\x2f\x05\x21\x91\xb0\x79\x1a\ \x81\x40\xed\xc9\x14\x28\x64\x42\xa9\xda\x65\xd4\xeb\x6d\xd2\x94\ \x14\x89\x54\x64\x75\x68\x95\x26\x4f\x1e\x20\x85\x90\x20\x30\x8a\ \xa4\x6a\x93\x48\xa4\xe7\x6a\xa4\x4a\x9e\x4c\xcb\x95\x50\xb4\x6a\ \x91\x09\x64\x15\xa5\x5e\xa4\xe4\x59\xcd\x7a\x7b\xa6\x5e\x6f\xb6\ \xdb\xb3\xeb\x4d\x6a\xa5\x52\x6d\xb3\x1b\x85\x4a\x53\xba\x1d\x5c\ \x43\x63\xae\x97\x69\x92\x08\x38\x8c\x54\xc3\xe4\x52\x30\xd0\x58\ \x38\x3a\x5e\x9e\xca\x4f\xc2\xcb\xc1\xd3\x16\x87\x27\x80\x84\x85\ \x94\xcb\xc1\x93\x97\x29\x60\x4b\x45\x12\xbb\x4c\x66\x32\xf2\x4c\ \x6a\x17\x08\x74\x1a\x93\xc6\x21\x13\xea\xf5\x4a\x91\xc9\xe1\x12\ \x99\xd5\x80\x4e\x12\x85\xcc\x9a\xe7\xb0\xdb\x81\xef\xc9\x34\x52\ \xbb\x5e\xa9\x34\x9a\x84\x1a\xa1\x48\x66\xcc\x30\x2b\x79\x4a\x97\ \xdd\xa1\xd5\xeb\x85\x76\x23\x04\x35\x8d\x27\x5d\x6d\x34\xba\xcc\ \x50\xe7\xd1\xf4\x4c\x93\x67\xc0\x2e\x34\x65\xd8\xec\x0e\x4f\x4e\ \x66\xfa\x40\x76\x4e\x26\x80\x94\xcd\x6a\x4f\xcf\xce\xa8\xaf\xf0\ \x78\xf2\x32\xd3\x8d\x1e\xb5\x44\x28\x63\x23\x10\x29\xf8\x24\x42\ \x47\x49\x85\x23\xcf\xa5\xd6\xe6\x29\xa4\x4a\x70\xcb\x02\x85\x08\ \xea\xd5\x05\x80\x45\xc4\x00\x72\x11\x70\x94\xce\xc7\x17\x9e\x4e\ \x1d\x51\x6d\x58\x8e\x37\x9c\x6c\x48\x10\xbb\xef\xfc\x7d\xf8\xc8\ \xd8\xf0\xea\xc2\xf2\xc4\x83\x91\xe1\xcb\x63\x13\x13\x37\xe0\xaf\ \xcb\xa2\xcf\x27\x27\xce\x6d\x5d\xab\x5b\x82\x4f\x42\xf5\x56\xbb\ \xab\x0f\xa0\xfd\x58\xdf\xfe\xff\x9e\xf6\xc9\x05\xa8\xa3\xdf\xe4\ \x32\xd8\x66\x75\x15\xa8\xe1\xc4\xee\xb7\x2f\x93\xe0\xe7\x13\x13\ \xdf\x2e\xaf\xeb\x2e\x03\x41\xfc\xb6\xb0\xfb\x65\xf7\xf9\x89\x53\ \xe7\x4e\xc4\x1d\xe5\xa8\x4e\x1f\x41\x5d\x1e\x19\xcc\xb0\xdb\x8d\ \x75\x3d\x8d\x8d\xae\x8c\x8c\xf9\xe9\x5b\xa8\x86\x86\xa7\xda\xfe\ \x0c\x47\x7d\x6d\x77\x59\xc9\xb5\xda\x9a\xfa\x9a\x8e\xfc\xd2\xe6\ \x82\x6b\x6d\x1d\xed\x05\x6d\x35\x65\x05\x35\x1d\x1d\x1d\xa5\x57\ \x4a\xca\x4b\x9e\x2e\x76\xb7\x0d\x5c\x1d\xec\xbb\x78\xb3\xac\xee\ \xc2\x95\x9e\x82\x0b\xd7\x6f\x9d\x2f\x6c\xba\x50\x57\x5a\x9e\x5f\ \xd0\x52\xde\x57\x54\x58\x5d\xd7\xd6\x56\x57\xdc\xd5\xd8\xd2\x51\ \x77\xe9\x7a\x71\xd1\x85\x8b\x97\xca\xae\x5c\x7c\xba\x34\x3a\x3d\ \x0b\xf0\x73\xe7\xfa\x95\x97\xb7\x66\x97\x5e\x4c\x15\x3e\x9a\xd9\ \x9f\x7a\xba\x38\x3d\xbb\x35\x3b\x3a\xba\xb5\x3f\x3d\xf5\x6e\x71\ \xe7\xcf\xa9\xcd\x67\xfb\xb3\x9f\xb6\xa6\xd6\x46\x17\x17\xe7\xdf\ \xfd\xb2\xf4\x74\x7e\x66\x7e\x7f\xef\xd3\xf6\xe7\xbf\xf6\xf7\xf7\ \x5e\xfd\xfd\xfe\xf7\x88\x17\xbc\x11\x93\xe0\x7e\x4d\xa6\x80\x0f\ \x40\x84\x41\x26\x25\xe5\xca\x91\xe4\x54\x1c\x82\xc8\x4f\x95\xcb\ \x01\x97\x72\x7b\x7f\xfc\x55\x4e\xab\xe4\xa7\x42\x8d\x64\x7a\x9f\ \x3c\xa9\x1c\x92\x23\x89\x20\x8c\x55\xbe\xc1\xd1\xc8\xb9\xc4\xbc\ \x4b\x1b\xef\xb8\xbf\xfe\x98\x9b\x9b\xc6\xcf\x95\xbf\xa1\x15\x6f\ \x14\x20\x91\x78\xca\xd6\xdf\x9b\x9b\x2f\x14\xbd\xa9\xb4\xbe\xb5\ \xb6\x9f\xab\x72\x87\x52\x7b\xd3\xc8\xdb\x79\xbf\xe6\xca\xf9\xc4\ \xab\x96\xcb\xf9\x88\x67\x9f\x7b\x7b\x01\x8f\x40\xca\x7a\x43\x8c\ \xf4\x90\xf1\x3c\x36\x82\x20\xa1\xbc\x4d\x88\x06\x5e\x49\xe5\x38\ \x4c\x0a\x85\x2e\xa5\xe5\xa6\xe6\x82\x94\x97\xd4\xae\x45\x22\x92\ \x10\x50\x7d\x57\x8a\x14\xde\x88\x49\x12\x88\x98\x78\x69\x53\xe8\ \x3f\x31\xef\x81\xed\x45\xde\x47\x22\x91\x0d\xa8\xc5\x82\xc1\x1b\ \x5e\xf1\x87\xdf\xbb\xdd\xc0\xf7\x82\x6e\x7f\x38\x00\x0c\xd0\x17\ \x98\x8b\x04\xfc\x91\xd0\x46\xd8\x67\xf1\x07\xdc\x80\x55\x50\x6b\ \xe4\x68\x20\xec\x76\x43\x23\xec\x83\x41\x1d\x54\x33\x1a\x02\xde\ \x18\x88\x04\xa1\x83\x89\xee\xf0\x7a\x54\xe7\x86\xd6\x1c\x42\x0d\ \xb1\x00\x2b\x2c\x0c\x37\x47\x0c\x98\x16\x88\x86\x9d\xce\xb9\xb9\ \xdf\xe7\xa2\xe1\xa0\x3b\x04\x75\x5f\x8e\x84\x48\x70\x71\xc8\x07\ \x50\x17\x02\x9c\x42\xa3\xdd\x0c\x52\xc8\xaf\xb3\xcc\xcd\x19\x18\ \x28\x2f\x35\xd6\xeb\x06\xb0\xf2\x93\xa8\xa1\x39\xdf\x9c\x9f\x04\ \x40\x0a\xae\x82\x8d\xe5\xa8\xb0\x20\xf2\x8b\x93\x0d\x2a\x78\x02\ \xc7\x90\x0c\x4e\xc6\x27\x58\x48\x24\x2c\xd4\x22\x99\x84\x82\x93\ \xb0\xc7\xc1\xdb\x1f\xf8\x38\x7d\xec\xf4\xc9\xb8\xdb\xbb\xdf\xee\ \xc6\xfa\x23\xbe\xb9\x95\xa8\x3f\xe0\x77\x06\x02\x3e\xf0\x4b\xaa\ \xdc\xd0\x41\x42\xf0\x18\xdd\x7e\x3f\xc7\x1d\x01\xae\xaa\x12\x63\ \x9d\x2a\x60\x89\x2a\x15\x5a\x6c\x21\x61\xb1\x30\x54\xb2\xd8\x89\ \xd2\xa1\xe2\xa9\xc9\x89\xb0\xc4\x18\x34\x29\x31\x11\x16\x1b\x0b\ \xc3\x26\x27\x62\x13\x62\x50\x20\x59\xc5\xc4\xc5\xc7\x1f\x8c\x8b\ \x8f\x03\xd0\xfa\x21\xdd\xae\xcd\xc9\xc9\xf1\xa8\xad\xd9\x1a\x6d\ \x66\x5e\x55\x7f\x4e\x77\xfd\x60\x5e\x7a\x45\x77\xe7\x40\x77\x07\ \x78\x73\x6d\xef\x6e\xb7\xda\x33\xbb\x73\xb2\xec\x32\x89\xd6\xac\ \x84\x56\x09\xe3\x90\x02\x09\x1b\x4f\x93\x63\xe8\x52\x7c\x0a\x8f\ \x22\xc1\x30\x81\x7f\x31\xe9\x4c\x91\x88\x8e\xe0\xaa\x45\x32\xad\ \x55\x2d\x15\x6a\x35\x0a\xb5\xde\x25\x92\x28\x25\xd0\x08\x78\x99\ \xb5\x1e\x18\x15\x90\x42\x93\x8c\xc7\x33\x9a\x35\x52\xa3\xcc\x64\ \xb6\x2b\x84\x1a\x1e\x0b\x6a\xa1\x4c\x31\x01\x30\xa8\x41\xe6\xc9\ \x74\x08\x44\x52\x9e\xbe\xd6\x2a\x94\x68\x8c\xae\x56\x97\x91\xce\ \x12\x5a\x3d\x0e\xbd\xc2\x24\x54\x66\xd8\xd4\x52\xb6\x52\x29\x91\ \xa4\xa4\x62\xf0\x78\xad\x0c\x90\x80\x8d\x03\xcf\x0b\x02\x06\xd8\ \x00\x01\x87\x90\x57\xe2\xf1\x38\x4c\x25\x2d\x89\x4f\x24\x22\x92\ \xc8\x14\x89\x54\x2f\x54\x9a\x65\x32\x19\x88\x79\x56\x80\x1f\xa5\ \x5d\xa9\xd4\x48\x34\x76\x35\xcf\xac\x01\x26\x67\xd2\x3b\xec\x5a\ \xbb\x22\xdd\x66\xe5\x09\x84\x46\xbb\xd1\x61\x77\x68\xa4\x36\x8f\ \x55\x63\xca\xd4\x2b\x8d\x2e\xa3\x42\x68\x35\x0a\x6d\x66\xbd\x56\ \x2d\xd3\x1a\xed\x19\x7a\xa5\xcb\x6a\x12\x29\x15\x66\xae\x42\x28\ \x04\x71\xcf\x93\xae\xb4\x5b\xd5\xe9\x39\xae\x2a\x97\x63\x60\xd0\ \xd3\xef\xa9\xca\x76\x00\xdb\xd5\x56\xa5\x7b\xaa\x40\x98\x03\x88\ \xd3\x4b\x44\x32\x99\x88\xce\x62\xb1\xe8\x3c\x57\x5f\x73\xbb\xc3\ \x26\x94\xd8\xa5\x8a\x4c\x8f\x91\x47\x61\x32\x79\x12\x02\x85\xc2\ \x46\x24\x25\x51\x08\x6c\x3c\xdd\xa8\x17\xd5\x5f\x78\x91\x48\x85\ \x1f\x39\x37\x3e\x9c\xac\xa2\x26\xbf\x76\xde\x6d\x18\x69\x78\x3e\ \xb6\x3a\xf9\x70\xe4\xee\xc3\xe1\xe1\x86\xc3\xc9\xbf\xdc\x3a\x3c\ \x02\x75\x69\x5f\x6c\xac\xbf\x0e\x1f\x83\xf6\xb4\x2f\x8c\x2d\x80\ \x64\xb5\xfb\x6d\x77\x79\xf7\xcb\xc4\xd8\xe4\xf2\xc4\xf3\x49\x60\ \x8a\x0b\x50\x91\x03\x40\xdb\xf7\x42\x2d\x68\xb5\xce\xc4\x83\xd7\ \x23\xe7\x26\x9e\x43\xc7\x06\xc7\xc6\xc7\xee\x9e\x54\xa9\x42\x3f\ \x35\xbf\x8b\xb8\x61\xe7\x96\x63\x32\x06\x4d\x17\x6f\xd5\xb6\x66\ \xd9\x1b\x9b\xbf\xbe\x6e\xcf\xdc\x3e\xf6\x60\xfd\xe2\xfe\xba\xc5\ \x70\xfc\xf6\xed\xc3\xfb\x65\xfd\xdd\x25\x1d\x4d\x83\xa5\xdd\xa5\ \xdd\x2d\x05\x4d\x05\xf9\x65\x4d\x35\x65\x20\x39\x15\xde\x2c\xb8\ \x3e\xda\x57\x74\xb5\xbf\xb9\xae\xae\xf0\x4e\x59\x71\x59\xdd\xd9\ \xc2\xa2\x7b\xe5\xa5\xe5\xc5\x35\x35\x67\x8b\x9a\x3b\x0a\x40\xdc\ \x6a\x2a\xea\x2e\xaa\x29\x2c\xbd\x56\x5c\xde\x54\xfe\xa8\xa4\xf8\ \xd1\xd3\x17\x4f\x5f\xdc\x7b\xfc\x72\xed\xed\xbb\x97\xb3\x8f\x1f\ \xbd\x98\x99\x79\x34\xfb\xf6\xe9\xcc\xa5\xf9\xe9\xb7\x3b\xf3\x4b\ \xf3\x4b\x6b\x6f\xb7\x66\xf6\xb6\xb6\xd6\xf6\xf6\x9f\xfd\xfc\xe8\ \xf1\xc7\xfd\xc5\xfd\xfd\xf9\xed\x99\xa9\xad\xb5\xfd\xed\x8f\xb3\ \xb3\x00\x58\xfb\xff\xfc\xf5\xcf\xe6\xe6\xde\xde\xfa\xc6\xdc\x5c\ \x00\x5a\xe4\x86\x3a\x6c\x31\xda\xa4\x38\x1a\x11\x58\x21\x94\xab\ \x71\x38\x3e\xf8\xf3\x13\xc9\x38\x22\x2d\x15\xd2\xc2\x5e\x48\xff\ \x7a\x9f\x00\x7c\x55\xfe\xf8\x66\xa8\x17\x90\x0b\x24\x2c\xa8\xdf\ \x3f\x11\xea\x33\xd3\xff\xea\x85\x31\xad\xb2\xf7\x49\xee\x93\xde\ \x27\xda\x7f\xff\xcd\xe0\xe3\x90\xf5\x96\xbf\x3f\x5e\xc9\x48\x4a\ \x25\x0b\x5f\xdd\x1f\x48\xf9\x15\x24\xb4\xb4\xd4\xf2\x82\xdc\x34\ \x39\x51\x4e\x6b\x39\xd4\xd0\x8d\xfb\xf4\xf9\xc7\x5e\x79\x6a\x25\ \xf8\xfc\x51\x21\x16\xa5\x20\xa0\x81\x9d\x74\xe4\x74\xc2\x6f\x1f\ \xe6\x11\xb9\x7c\x3e\x05\xfc\x3d\xe5\xe4\xd4\x37\xa9\x34\x32\xab\ \x86\x99\x84\x23\x52\x30\x2c\x16\x9b\x9b\xb2\x1e\xc8\xce\x82\x26\ \x8f\x67\x37\x1f\x5d\x8e\xfd\x33\x0c\xc4\xcd\xef\xf3\x86\x7c\x6e\ \x77\x30\x12\xf2\xe9\xfc\xc1\x60\xd8\xcf\x71\x06\x80\xfd\x05\xfc\ \xc1\xf5\x48\xc8\xe2\x8d\x6c\x80\xa4\xe4\xf7\xaa\xbc\xfe\x70\xd0\ \xe0\xf7\xb9\xc1\xcf\x37\x40\x02\x73\xbb\x43\xc0\xf7\x82\x50\x1b\ \xd2\xf7\xa1\xc8\x7b\x8b\x2a\xf4\xde\x17\x82\x8a\x16\x42\x50\xab\ \x65\x0b\xf8\x74\x47\x02\x96\x95\x39\xbf\x13\xab\xe2\xa8\xc0\x59\ \x5d\x68\xdd\xef\x0d\x84\xd6\x41\x16\x0b\x87\xc3\x73\xe0\xcb\xdc\ \x7b\x1d\x43\x1c\x10\x33\xdc\xa1\x90\x13\x45\x45\xc3\x18\x24\xef\ \xfb\x48\xd8\x09\xb6\x75\xaa\x82\x86\x44\x67\x04\x9a\x05\x46\x15\ \xbb\xdd\x62\x9f\x05\xce\x70\x32\x74\x68\xaa\x58\xe5\x64\x24\xa2\ \xb1\x70\x12\x5a\xa5\x4a\x88\x61\x88\x13\x13\xc4\x3a\x14\xcc\x40\ \x85\xc7\x32\x92\x0f\x26\x93\x50\x09\xa8\xe4\xe3\x0d\x0d\xa7\x1a\ \x6e\x37\x1c\x39\x76\xe6\xc4\xd1\x07\xdf\xbe\x9d\x43\x59\xe6\x56\ \x00\x73\x7f\x0f\x00\xcd\x74\xfa\xfc\x40\x0b\x7d\x51\xa0\xcd\x01\ \xa8\x59\x0e\x54\xec\x05\x1e\x82\x0e\x2d\x36\x90\x50\x24\x12\x9a\ \x4a\x65\x60\x49\xd8\x64\x12\x08\x70\x1c\x31\x95\x8a\x8a\x81\xc1\ \xe0\x30\x08\x59\x28\x58\x4c\x1c\x0c\x1b\x13\x9b\x90\x90\x70\xf0\ \x70\xfc\x61\x58\x5c\x6c\xdc\x91\xb8\x03\x87\xa0\xa5\x39\x39\xe9\ \x99\xdd\x15\x0e\xa8\x3e\xca\x63\xaf\x1f\x6c\xac\x6b\x6d\xf4\x54\ \xd8\xf2\x3a\xfb\x9a\xab\x7b\xfa\xfa\x5a\x33\x07\x6b\xfb\x2b\x3a\ \x33\xfa\x5d\x46\xad\x94\xa7\xf0\xa8\x79\x3c\xb6\x08\x9a\x58\xc3\ \x62\x21\x90\x04\x1e\x93\x92\x44\x91\x88\x10\xf4\x24\xb6\x5a\x29\ \xe2\x49\x24\x2c\xa1\x92\x27\xd5\x6b\xcc\x0a\xad\xd1\x68\x82\x76\ \xf9\xe8\x45\x32\x7a\x8a\x44\xad\x36\x6b\x3d\x32\xa3\x56\x0d\x4d\ \xc3\x31\xa6\x6b\x8d\x36\xb3\x43\xa8\x36\x8a\x94\x5a\x08\x69\x52\ \x19\x93\xe7\x31\x9b\x34\x1e\x87\x4b\x99\x9e\x93\x25\x4d\xe2\xa9\ \x6d\x5a\x81\xc4\x68\x77\x64\x98\x8c\x22\x96\x15\x3c\x32\xbb\x11\ \x2a\x91\xd0\xaa\xa5\x0a\x9e\x44\xc4\x94\x50\x10\x4c\xa6\x4c\x9a\ \xc2\x22\x88\x92\x90\x5c\x76\x0a\x1e\x81\xc4\xb3\xe9\x04\x1a\x8e\ \x48\x24\x13\x69\x49\x34\x3e\x86\x96\x84\x4f\x62\xd3\x95\xc0\x48\ \xa5\x0a\x85\x40\xca\x56\x68\xd4\x7a\x87\x56\x63\x05\xe9\x46\x26\ \x54\x5b\x8d\x76\x69\x86\xc2\xac\xb1\x39\x6c\x99\xc0\xf2\xcc\x2c\ \xb5\x46\xa8\xb6\xa7\xdb\xd5\x6a\x75\xba\x46\x6b\xca\xb0\x67\x99\ \xac\xae\x4c\x97\xde\x94\xa7\x55\x28\xec\x2e\x3d\xb4\x9f\xcb\xc8\ \x93\xe9\x15\x46\xa8\x35\x96\xd2\x0c\x52\x9f\xcb\xee\xaa\xc8\x03\ \x8a\x28\xb4\x79\x72\x1a\x33\x72\x6a\x07\xcd\x5a\xfb\x55\x97\x4d\ \xed\xd0\x54\xd4\xd6\xbb\x32\xf3\x4c\x32\xab\x02\x5a\x9a\x28\x91\ \x4a\xb9\x04\x81\x52\x24\x34\x6b\x6b\xbb\x2b\xac\x52\x1e\x4f\x63\ \x36\x2a\x65\x52\x91\x50\x24\x01\x36\x98\xc2\x66\x72\xb9\xe0\x3f\ \xd3\x5c\x5e\xd2\xa5\xac\xdd\x7a\x0b\x8f\x3b\x77\xf7\xc8\x01\x31\ \xf6\x8f\x20\xfc\xe0\xe5\x43\x37\x9e\x8f\x3f\x98\x98\xbc\x71\xfb\ \xee\xdd\xcb\x0d\x97\x8f\xba\xef\xec\x9f\xb9\x31\xf6\x7c\xec\xbf\ \x09\x83\x55\x5d\x7b\xd8\xf1\xd5\x65\x68\xaa\xc4\x38\x74\xd4\x6f\ \x77\x61\x02\xb0\xeb\xcb\xea\xc8\xf3\x85\x71\x90\xa9\xa0\xba\xd2\ \xe7\xe3\x63\xcb\x90\x02\x82\x58\x35\x36\x31\x76\xf4\xd0\x21\x68\ \x15\xcf\x97\x89\x91\x85\xf1\x07\xe7\x12\x23\x86\xb5\x96\x7b\x9f\ \xde\x1b\x8e\x8f\x7c\x79\x35\xf7\x22\x7e\xcd\x9a\xd5\x76\xfe\x7a\ \x8b\xb5\xff\x97\x2b\xf5\x19\x3f\x4d\x4c\x8c\x0c\x3f\x7c\x38\x06\ \x58\xf8\x65\xe4\x55\x63\xf9\xf5\x82\xf2\xb3\x3d\x25\x2d\xf5\x65\ \xd5\x7d\x35\x35\x05\xcd\xe5\xcd\x1d\x1d\x6d\x67\xeb\x8a\xd7\xba\ \x0b\x5b\x5b\x4a\x4b\xce\x96\xde\x2a\x2e\x39\x5f\xfa\x34\xff\x66\ \x71\x71\x7e\xd9\x79\x60\x8b\x05\xcd\x05\xd5\xed\x37\x8b\xdb\xea\ \xfa\xce\x17\x9e\x2d\x00\x2a\x79\xf6\xe6\xcd\x47\xf9\x17\xee\x5d\ \x78\x3c\x35\x3a\xba\xb3\x3f\x3f\x73\x7f\x71\x76\xe6\xe5\xf4\xd6\ \xdb\xa5\xd9\xc7\xf7\x8a\x5e\x6e\xae\xed\x7f\xdc\xd9\xdc\x79\xbb\ \xfd\x79\xfa\xd5\x16\x20\xd7\xf6\xa7\xdf\x66\x77\x36\xb7\xdf\xae\ \xcd\xae\xed\x2d\xcd\xef\x7d\xfa\xf4\xf6\xf3\xf6\xec\xe8\xd2\xf6\ \xf6\xab\xbd\x57\x9f\xbe\x3e\xfb\xfa\xfb\x86\x0f\xbc\x9a\xc4\x24\ \x4e\xe2\x51\x94\x4b\x06\x8d\x99\xc0\xc9\x7b\x73\x21\x53\x43\xf2\ \x53\x30\x48\x24\x4d\x0e\xad\xca\x82\x96\xeb\x40\x93\x08\x87\x86\ \x00\xa8\xa0\x55\x85\x95\xbd\xbd\xfc\xb4\x37\x43\x6f\x68\xa9\x95\ \x50\x97\xd2\x5c\x9c\x75\x76\xab\x91\x0f\xa2\x97\xbc\x52\xf0\xd4\ \xb7\x66\x47\x60\x44\xf7\x83\x7b\xe7\xab\xb8\x34\xa2\xe0\xc5\x45\ \xfa\xd0\xff\x0d\xa5\x56\xf6\xa6\xf6\x3f\xc5\x41\xf3\xc2\xc8\x88\ \xe6\x63\x47\x07\xd9\xbf\x6f\x03\x5e\xc9\x7f\x1c\x4a\x4b\xfb\xb5\ \x64\x0e\xc4\x62\x16\x12\x01\xde\x2c\x9f\x26\xfe\xfd\xc7\x20\x91\ \x8c\x20\xa7\x70\xd9\x40\x4e\x69\x95\xb9\xa9\x64\x6e\x0d\x9e\x08\ \xd2\x3e\x70\x00\x81\x40\xf2\xf4\xa7\xe8\x3b\xa9\x90\xa9\xae\x2e\ \xfd\x72\x22\x6e\x65\x03\x84\x0f\x77\x30\x14\x71\x06\xfd\xc0\xbc\ \x74\xe1\xb0\x05\x80\xcb\xed\x8b\xfa\x01\xb1\x7c\xce\x39\x83\x2f\ \x60\x09\xb8\x75\x2b\xbe\x15\xbf\xd3\xe0\x74\x43\x93\x70\xc2\x21\ \x4b\x34\x3c\xe7\x77\xfb\xbc\x3a\x77\x64\x25\x18\x0c\x79\xc3\x73\ \x51\xef\x8a\x17\xda\x4b\xbf\x11\x0d\x45\xc3\x7e\x83\x25\xe8\xd3\ \x59\x02\x4e\xdd\x5c\x20\x1a\x89\xac\x3b\xd1\x16\x92\x38\x64\xf0\ \x39\x7d\x54\x18\xc3\x6b\x09\x7d\x08\x79\x0d\x80\x74\x81\x95\xb9\ \x70\x48\x45\x05\x4a\x98\xac\x8a\xf8\x01\x94\xb0\x62\x0b\x43\xe5\ \xff\x10\x86\xca\x54\x55\x21\x27\x87\xaa\x0a\x78\xc5\x01\x37\xd6\ \x12\x42\x53\xbf\x77\xda\x73\x72\x0c\x20\xfb\xa9\xa8\xd8\x84\x43\ \xc9\x58\x94\x38\x39\x36\x01\x24\x2a\x68\xb4\x3c\x8a\x0a\x38\xc2\ \x11\xc3\xe0\x8c\xe4\xe4\x58\xd8\x89\x33\x0d\xc7\xa0\xfe\xc8\xe7\ \x2e\x9f\x3c\x3a\xf2\xed\xdb\x0d\xaa\x77\x6e\xc5\xef\x05\xbf\x4b\ \x08\xd8\xad\x0f\xea\x6c\x03\xfe\xf9\xc4\x00\x56\x5e\x03\x00\xa6\ \x57\x65\x10\x03\xdd\xe4\xa8\xbe\xef\x7c\x17\x33\xb0\xe8\x64\x12\ \x03\x8e\x35\x60\xe1\x68\x0e\x74\x8c\x30\x39\x31\xf9\xc8\xf1\x84\ \xc4\xc3\xf1\xf1\x31\x31\x07\x60\x89\x09\xb0\x98\x98\xb8\x43\xf1\ \xf1\x87\xe3\xe2\x0e\x9f\x3c\x7a\xe8\xe0\x91\x1f\xcc\x56\xad\x27\ \xcb\x6e\x93\x69\xb3\x5c\x15\x39\x15\xfd\xfd\x39\x8d\xfd\xad\xe9\ \x8d\x3d\x4d\xd7\x9a\x0b\x6a\x7b\x5a\x72\x1a\xab\xb2\x4c\xf5\x8e\ \x0c\xbb\x52\xeb\xd2\x0b\xb3\x2a\x34\xc2\x14\x62\x12\x05\xc3\x94\ \xe0\x91\x34\x32\x8f\x8e\x4f\x62\xd1\x09\x74\x26\x81\xcd\xa6\x30\ \x29\x78\x2e\x41\x21\x53\xea\xcd\xe9\x90\x5e\xd9\xc1\xeb\x52\x66\ \xe6\xf1\xe8\x3c\xa8\x14\x4a\x01\x72\x8a\x48\xa6\xd7\x18\xb5\x26\ \x87\x3e\xdd\x05\xb5\xfc\x93\xaa\xe9\x74\xa1\x02\xe8\x97\x24\x85\ \xc5\x15\x65\xd8\x4c\xe9\x46\x75\xba\x36\x23\x4b\xc8\xa2\x83\x50\ \x04\x62\x98\xc9\x2e\x53\xa8\x95\x46\xab\x09\x20\x84\xa7\x70\xe8\ \x95\x4c\xb5\x51\xc1\x95\x69\x94\x4a\x2e\x82\x29\x95\x98\x6d\x4c\ \x1c\x06\x47\x83\x26\xba\x12\x31\x18\x02\xf4\x06\x47\x4e\x4a\x42\ \x40\x63\xca\x89\x18\x26\x0d\xc1\x63\xc9\xb8\x7a\x3d\xb0\x32\x48\ \x3b\xed\x56\xa5\xd0\xae\xb0\x0b\xb5\x0e\x93\x54\x2b\xb2\x9b\xb5\ \x42\x53\x26\xc0\x8f\xd2\x68\x73\x09\x8d\x3c\xbd\x3e\x53\x68\xcc\ \x54\x98\x4d\x46\xb3\xd9\xa1\x35\xd9\x3d\x36\xb3\x39\xd3\x65\x54\ \x5a\xad\x2e\xb3\xc7\x61\x74\x78\x64\x6a\xab\x5e\x21\xd4\x9b\x65\ \x26\x93\x59\xa1\x36\x99\xd5\xc6\xcc\xfa\x8c\x46\x97\x35\xc3\xe5\ \xa9\xf2\x38\xf2\xd2\x73\x3a\xf2\x2a\xec\xe0\xac\xde\xa6\xcd\x74\ \x35\x66\x5a\xad\x66\x20\xd9\x5a\x90\x26\x81\x24\x33\x25\x5c\xb6\ \x44\xa6\xd6\xf3\x2a\xf2\x6c\x66\x21\x5b\x20\xe4\xf1\xa4\x3c\x36\ \x97\xcd\x16\xb1\x98\x4c\x26\x86\x02\xbe\x0a\x04\x39\xdd\xe5\x53\ \x4f\x7f\xf6\x9f\x7b\xfe\xf0\xf6\x91\x58\xd8\x51\xef\xeb\x23\x67\ \x8e\x9d\x7b\x3e\x36\xfc\x7c\x64\x6c\xf8\xee\xa9\x49\xc0\xac\xa3\ \x1b\xa3\xc1\x86\xcb\xe3\x13\x13\xbb\xcb\xb1\xfd\xe9\x15\x65\x8c\ \x09\x90\xa7\xc6\xa1\x25\x83\x20\x60\x8d\x4d\x8e\x41\x35\xed\x13\ \xcb\xcb\xcf\x97\x77\x41\xcc\x5a\x5e\xb8\x3b\x0e\xd5\x92\x2e\x4c\ \x4c\x7c\x99\x58\x7e\x7e\xe6\xf5\xdc\xc8\xee\xe4\xd8\xea\xea\xf8\ \x43\x70\x95\xcb\x07\x0f\x71\xee\xe5\x14\xee\xfc\xe4\x47\xdd\x9e\ \x3c\x36\x73\xf9\xd5\x6c\xf1\x68\xbe\x35\xe3\x4a\xfe\xe6\x9f\x7f\ \x56\xbb\x34\xbf\xdc\xbe\x7d\xf2\xdc\xc9\x87\xb7\x1f\x8c\x3f\x5f\ \xfe\x8f\x25\xa7\x73\xb0\xb9\xa4\xb9\xaf\x64\xe0\xfa\xbd\x9a\xb6\ \xfc\xb3\x6d\xb7\xca\xf3\xf3\xcb\x9b\x5b\x6f\xed\xb4\x9d\x6f\x6f\ \xa9\xbe\x54\x52\x77\x3d\xff\xd2\xd9\xee\xf2\x8b\x17\x6f\x8e\x5e\ \xa9\x3b\x5f\x5e\x57\x74\x36\x3f\xff\x42\x5b\xc1\xd9\xe2\xe2\xea\ \xea\xf2\xb3\xa5\x3d\x83\xf9\xf7\x2f\x8c\xde\x29\x28\x2d\xbc\x58\ \xf8\xf4\xe9\xe6\xe2\xf4\xd6\xf4\xf5\xe9\x5b\xe7\x97\x80\xfd\xbd\ \x7c\x7c\x7f\xf6\xfa\xd4\xda\xec\xd2\xf4\xce\xbb\x99\xcd\x8f\xd3\ \xb3\x4b\xcf\xe6\x17\xf7\x67\xdf\xfd\xfd\x76\x69\xfb\xaf\xed\xc5\ \xd9\xfb\x9f\xf7\x80\x42\x2e\x7e\xda\xda\xfe\xb8\xb4\x38\xfd\xee\ \xdf\xbd\xcd\xbd\x7f\xff\xfd\xed\xb7\xb0\x0e\x4d\x62\x60\x61\xb1\ \xf1\x71\xb0\x2c\x33\x50\x31\x39\x5f\x4e\xe3\xd3\xc8\x64\x3e\x91\ \xcc\xa2\x10\xc8\xdf\xbb\x2e\x90\x69\x7c\x7e\x5a\x2e\x1f\xbc\x7b\ \xe5\x56\xf6\xe6\x0e\xa5\xd1\xf8\xbd\x95\xc0\xfe\x86\x86\x7a\x87\ \xa0\x32\xaa\xca\x54\x79\x2e\x31\xab\x69\x6a\x40\xfe\x6b\x9a\x1c\ \x57\xea\x0d\xd4\x48\xe9\xb2\xa2\xcf\x8f\x16\x33\x11\xa9\x72\x5c\ \x4d\x1f\xb2\xb2\xf7\xd7\xb4\xdc\xdc\x1f\x1d\xd7\x09\xb9\x80\x6f\ \x44\x5a\xca\x9d\x86\x43\x2d\xf4\x0f\x9b\x4f\x52\xf9\xc0\x37\xd3\ \x72\xdf\x7c\x9d\x45\x26\x51\x98\x49\x18\x1c\x0e\x31\xab\xfb\xe9\ \x5f\x73\x2e\x11\xc9\xc7\x4b\xb8\x48\x79\xe5\x50\x5a\x2a\x91\x2c\ \xbc\x96\x84\x48\xe1\x31\x25\x22\x09\x53\xa2\xaf\x96\x09\x52\x24\ \x02\x42\xa7\x2c\xf4\xdf\xc0\x01\xff\xdc\x5c\x24\x1c\x04\xb2\x17\ \x0a\xb8\xc1\xa9\xb9\x75\x9d\x33\x0c\x19\x5e\xc0\x1d\x0c\x42\xf5\ \x9b\x00\x5b\x40\xde\x82\x01\x5f\x68\x3d\x10\xf0\x86\x40\x42\x02\ \xce\x18\x74\x47\x23\x01\xaf\xdb\x17\x00\x4a\x15\x5e\xf7\x47\xe6\ \xe6\xa2\xfe\x70\x08\x20\xcd\x17\x5c\x0f\x84\x74\x3e\x00\x24\xef\ \x9c\x2e\x10\x0d\x44\xdd\x81\x20\xd4\x23\x4b\x47\xe2\x04\x83\xce\ \xb9\x90\x8e\x4a\x12\xab\xc2\x1f\x22\x6e\x00\x33\x6f\x34\x12\x0d\ \x5a\xd0\xc9\x6e\xbf\x58\x67\x71\x42\xc7\x03\x93\x49\x06\x83\xce\ \xf9\x87\x4f\xe5\xd5\x01\x49\x14\x8b\xc5\x0c\x5d\xd0\xe7\x33\x60\ \xbd\x1b\x0c\x92\xce\x6d\x10\xbb\x83\xdf\x77\x95\x33\x50\x58\x14\ \x8c\x44\xa5\xfa\x54\x09\x89\x24\x0e\x0c\x05\x32\x11\x9a\x13\x9f\ \x88\x55\x25\x1e\x4a\x20\x25\x63\x61\x31\x27\xce\x35\x9c\x39\x73\ \xea\xe4\xd1\x13\xa7\x4f\x9e\x78\xb0\xfb\xed\x06\xc3\x1d\x8e\x06\ \xfd\x2b\x21\x9d\xce\x10\x9c\x8b\x58\x42\x3a\xa7\xc1\xe2\xf5\x3b\ \x2d\x1c\xa8\x7f\x2a\xd5\x19\x72\x8a\x93\x39\x28\x38\x34\xb0\x50\ \x45\x85\x8e\x17\x72\xc4\x68\x06\x0a\xb8\x20\x89\x44\x05\x51\x0b\ \x1a\xa5\x93\x10\x13\x7f\x18\x9a\x9f\x03\xc7\xc2\xe1\x30\x14\x3c\ \x1e\xf8\x60\xfc\xa1\xc4\xd8\xd8\xf8\xa3\xa7\x8e\x1c\xfd\x21\x27\ \xb3\xd1\xe1\x70\x65\x57\x69\x1c\xc6\xf4\xaa\x96\xbc\xbc\x8c\x81\ \xce\xd6\xfa\xda\xc6\xf6\xbc\xc1\x6e\x57\x56\xc6\xb5\xc6\x5a\x97\ \x2b\xc7\xe3\xa9\x48\xd7\xeb\x6d\x39\x9e\x8a\x9c\x2c\x11\x9e\x9e\ \x94\x82\xc1\x24\x21\x10\x80\x51\x20\x69\x09\x10\x80\x38\x0a\x21\ \x05\x44\x2d\xb6\x42\xcd\xd5\xaa\x4d\x99\x66\xab\xc2\xa5\x95\xe4\ \xd9\x85\x52\x2e\x93\x25\x02\xb9\xc8\xe4\x10\xea\x4d\x26\x19\x57\ \x29\x82\xfa\xb6\x0b\x78\xc0\x2c\x15\x3c\x29\x5d\x6b\xe2\x32\x29\ \x4a\x13\x1e\x29\x30\x1a\xd3\x15\x56\x19\xd7\x2c\x35\x79\xb4\x22\ \x36\x53\x26\xd3\x6b\xf5\x76\xb5\x90\x2e\xcb\xb4\xba\xa4\x79\x79\ \x0a\x5b\xb6\x49\x2b\x03\x8f\x50\xaf\x56\x5b\xd3\x79\x42\x3a\x5d\ \xc0\x15\xb1\x68\x49\x18\xbe\x9c\x40\x60\x25\x41\x55\x58\x88\x14\ \x0c\x88\xfa\x08\x32\x12\x97\x94\x06\x9e\xbe\xb8\x24\x2e\x85\xa5\ \x14\x01\x66\x08\x35\x6a\xa9\x5e\x69\x95\xda\x6c\x7a\xab\xd5\x6a\ \xd2\x08\x94\x6a\xa0\x83\xa6\x1c\xb3\xd5\x6c\xb6\x5a\x15\x6a\xad\ \x90\xcb\x35\x9a\x81\x1a\x6a\x4c\x2e\x57\xa6\xd6\x98\xe7\xd2\x9a\ \xf4\x8a\x74\x93\x5a\x6f\xcd\x32\xa5\x9b\xec\x20\x65\xe9\x6d\x2e\ \xb5\x83\xa7\x71\x28\x15\x46\xbd\xdd\xaa\xe0\x29\xf2\xec\xfd\x57\ \xf3\xae\x5e\x6d\x75\xa5\x57\x99\x8d\x57\x33\xd3\x5d\x0e\x7b\x6b\ \x6b\xad\x5a\xeb\xd0\xea\x6d\x36\xab\x29\x2f\x3d\xb3\xc2\xa6\xd1\ \xb3\x80\xc9\xa6\x8b\x24\x3c\x3a\x85\x25\xd3\xb0\xd5\x66\x88\xd3\ \x56\x35\x4f\x2a\x51\xca\xf0\x5c\x3c\x85\x8d\xc1\x13\x08\x04\x3a\ \x1e\xcf\x16\xc8\x3c\x56\x85\xa4\xea\xc5\xcf\xc9\x23\x23\x07\x63\ \xff\x65\x24\x38\xdd\xf0\xdf\x8e\x4e\xdc\x85\xba\xee\x8d\x3f\xb8\ \x7c\xee\x74\xec\x89\x93\x31\xbf\xfd\x9e\x70\x63\x72\x01\xd0\x68\ \xf8\xdb\xe1\x1e\x7b\xf7\xd3\x23\x00\x57\xe3\x0b\xcb\xab\x0b\x0b\ \xe3\xcf\xc7\x16\xc6\xc7\x46\xc0\x45\x10\xaa\x26\x1f\x8e\x8d\x8f\ \x4f\xde\x1d\x1f\x5f\xde\x5d\x7d\x3e\xf6\x7c\x61\x64\x72\x62\xa5\ \x78\xa5\xe1\xcb\xee\x38\xb8\xfc\x2e\xd4\x97\x66\xe4\xb4\xe5\xe3\ \xe6\x76\xf9\xd2\x2b\xef\xa9\xdb\x97\xe3\x62\x7f\xfb\xfb\xa7\xdf\ \x49\xf1\x27\xa0\x76\xf0\xc7\x4a\x6c\x1d\x55\x53\xf0\x2f\x0b\x0f\ \x26\x81\x72\x2e\x8c\x4d\xee\xc2\xe7\xfb\x9a\x0a\x6b\x8a\xaa\x7b\ \x2e\x5e\x00\x71\xa9\xb4\xe6\x52\x7b\xcf\xa5\xa2\xf2\x96\x97\xf3\ \x2d\xe7\x5b\x5a\xea\xca\x8a\xce\x5f\xbf\x39\x7a\xbd\xe6\xd2\xad\ \xfc\x9b\x00\x52\x77\x20\x5c\x9d\x2d\xbc\x54\x5c\x73\xb1\xae\xa8\ \x38\xff\x42\xe1\xc5\xea\xbe\x4b\x77\x0a\x1f\x97\x96\x15\x5e\x78\ \x74\x67\xf4\xc5\xf4\xe8\xcb\xfd\xed\xeb\x5b\x37\xaf\x2f\xed\xdf\ \x9f\xdf\x9e\x7d\xfc\xf1\xe9\xfd\xa7\x8f\x9e\x4e\x6f\xce\x8e\xee\ \x6c\x4e\x6d\xbd\x9b\xda\x7a\xb9\xff\xf1\xe3\x4f\x53\x8b\xfb\xdb\ \x4b\x53\x9b\xa3\xbf\x7c\x9a\x7d\x3b\xfa\xf4\xc5\xcc\xe2\xe6\xd6\ \xf6\xdb\xad\x57\x5f\x5f\xfd\xf3\xef\xc6\x1f\x1f\x02\x06\x0e\x03\ \x86\x86\x1d\x84\x25\xc0\x2a\xcc\x22\x1c\x86\x08\x8d\x77\x4b\x22\ \xf3\x01\x3d\x90\x84\x24\x3e\x19\x97\x9b\xcb\x97\x13\xa1\xb2\x2c\ \x3e\x39\x2d\x15\xea\xd5\x07\xed\x7d\xef\x05\x00\x4a\x7b\xf2\xe6\ \xcd\x8f\x69\xd0\xd4\x8a\x54\x5a\x6e\x6a\x1a\x4e\x9d\x97\x87\x7b\ \x83\x6b\xd9\x78\xff\xba\x9e\x9b\x79\x71\xa3\xb0\xc7\xc1\x22\xa6\ \x12\xfa\xd3\x41\x84\x1a\x7a\x53\x99\x9a\x9a\xb1\x4d\x1f\xe2\x7f\ \x3f\x0a\x99\xd4\xd9\x00\xeb\x61\xeb\xde\xfe\x5f\x65\x5a\x6a\x25\ \x08\x69\x48\x67\x05\x91\x00\x15\x2e\x63\x92\x98\x9f\x9c\xff\xbe\ \xe4\xa6\xf1\x69\x29\x14\x81\x08\x41\x4b\x25\xd3\xd2\x52\x73\xed\ \xc5\x4a\x11\x81\xc2\x96\x71\x65\x4c\xae\xb1\x5b\x24\x14\xb0\x09\ \xd7\x06\x4c\xc3\xc3\x5f\x63\x7e\x8a\x86\x7c\x5e\xa8\x05\xb2\x7f\ \x4e\xec\x0f\x59\x36\x9c\xba\x50\xd8\xe0\x0d\x79\xc1\x6b\x7c\x63\ \xe5\x0f\xbf\x6f\x03\xe0\x2b\xea\xf6\xbf\x8f\xfa\x83\x4e\x37\x40\ \x95\x2a\xf4\xc7\xca\x46\xc0\x1b\x9d\x0b\x86\x42\x91\x39\x10\x54\ \x42\x73\xa1\xb0\x33\x00\xc2\xd9\x7a\x34\x12\x0a\xfa\xc2\x7e\x8b\ \x25\x14\xf4\x02\x4a\x31\xa0\xfd\x59\x06\x15\x48\x35\x6e\xaa\x4f\ \xac\x5b\x77\xeb\x42\x7e\x27\x20\x0f\x27\xb8\x11\x8a\x80\x5b\x0d\ \x7c\x1f\x6f\xaf\xa2\xfa\xfc\x6e\x86\xc5\x17\x0d\xfb\x18\x54\x38\ \xb4\x36\x3a\x00\xa2\x5a\x28\xa4\xe2\x38\x55\x62\xa7\x3b\x12\x0d\ \xeb\xa8\xba\x28\x1a\xce\x31\xa8\xa8\x50\x3f\x2b\xaf\x53\x2c\xa6\ \xc2\x51\x58\x27\x27\x99\x23\x86\xc3\x41\xc2\x02\xb9\x2c\x39\x01\ \x9a\x92\xc9\x80\xc5\xc0\xd0\x0c\x34\x2a\xf1\xe4\xe9\xd3\x97\xcf\ \x9d\x3b\x71\xe4\x44\xc3\xa9\x13\xc3\xcb\xbb\x97\x61\x6e\xaf\x3f\ \xe2\x87\xda\x36\x43\xc5\x18\x06\x68\xc8\xa2\xd3\xc7\x09\x71\x00\ \x03\xfd\x62\x95\xca\x00\x6e\x8b\x4a\xe2\x38\x49\x54\x34\x16\x85\ \x56\xe9\x0c\xd4\x18\x12\x78\x9c\xc9\x28\x54\x72\x4c\x32\x09\x46\ \xc2\x72\x80\x2a\x26\xc0\x49\x89\x89\xf0\x78\x2c\x9a\x04\x38\x15\ \x93\x10\x93\x1c\x77\x14\x96\x08\x4b\x3c\x70\x04\x24\xac\x74\x5b\ \xde\x55\xab\xdd\x64\x37\xd9\x4c\x79\xad\xb5\xfd\xd9\x55\x15\x5d\ \xad\x7d\xa5\xdd\xfd\x2e\x8f\x63\xa0\x36\xaf\x31\xdd\x53\x9b\x6e\ \xd7\xd6\x66\xe6\x65\xd8\xad\x76\xb5\xd6\x96\x97\x23\xa5\x20\x91\ \x38\x02\x02\x9f\x84\x4c\x21\x00\x6c\x41\x6f\x35\x6c\xa1\x94\xc7\ \x62\xcb\x24\x6c\xa8\x49\x27\xd4\xfd\x4e\xa3\x37\x09\x94\x02\xad\ \x59\x41\x4f\x01\xf2\x66\x34\xa9\x95\x5a\xa9\x14\x38\x99\x5e\x03\ \xa2\x18\xd4\x97\x86\x27\xe2\xaa\x79\x14\x68\x4d\x33\x93\x8e\x91\ \x68\x4d\x52\xb5\xde\xa5\x57\x02\x4f\xd4\x5a\x15\x42\xa1\x44\x68\ \x74\xd9\x81\x83\x49\xf4\x19\x56\xb5\x3e\xcf\x23\xd5\x5b\x3d\x6c\ \xab\x42\x66\xd4\xcb\x34\x7a\x8d\x4c\xc0\x62\x33\x53\xf0\x29\x08\ \x24\x02\x89\xc1\x0b\xb8\x14\x32\x05\xf1\x7d\xb5\x0e\x12\x8f\xc3\ \xe1\x2a\x11\x49\x44\x3e\x8e\x8c\xa7\xd0\xb9\x42\xae\x50\x48\x57\ \xa8\xad\x1a\x85\xdd\xa4\xb6\x4a\xed\x26\x8d\x54\xa3\x56\x28\x81\ \xdf\x69\x14\x0e\xbb\x4d\xed\x32\x6b\xb5\xe0\x31\x6a\x8c\x76\xb3\ \x59\x98\x6e\xca\x30\xeb\x4d\x6a\x81\xc6\xa8\xb6\x19\xd3\x3d\x9e\ \x4c\xad\xd5\x9e\x9d\x99\x9d\x61\x52\xe8\xb5\xe9\xd9\x1a\x87\xc9\ \x6e\xf7\x68\x94\x26\x9b\xcb\x64\x36\x5a\x35\x8d\x03\x5d\x65\x03\ \xdd\x83\xd9\x99\x55\x79\xc6\x8c\x74\x47\x6b\x5e\x55\xa6\xc3\xea\ \xb2\x69\xb2\x3c\x79\x0e\x87\xc3\x9a\x6e\x52\xc8\x14\x12\x93\x50\ \x96\xae\xe5\x51\x58\x12\xa1\x4d\xc3\xe6\x49\x95\x32\x89\x09\x9a\ \x78\xc8\xe3\x49\xe8\x4c\x3a\x3d\x05\x93\x82\xc0\xb3\x45\x02\x10\ \xb6\x1c\x85\x37\x3f\x67\xb7\xae\x3d\x2d\xfb\xcb\x1f\x8f\x7e\x0f\ \x9e\xd1\x30\x31\xe3\xc6\xd8\xf0\xc3\xdb\x77\x87\x87\x9f\x1f\x4d\ \x8c\x39\x73\x2a\x81\xf1\x1e\x7b\xe2\xf9\xf8\xc8\x43\x10\xbb\x26\ \x57\xb1\x99\xfa\xa6\xfd\xe3\xe3\x63\x0b\xab\x0b\x13\xcf\x1f\x02\ \x54\x4d\x8c\x8c\x00\x81\x04\xf0\x9a\x98\x7c\xf0\x60\x72\xec\xf2\ \xf2\x18\x90\xc9\x11\xa8\x9e\x74\x61\x79\x72\x84\xf3\x35\x38\xb1\ \xba\xfc\xf0\xc1\xb7\xf1\xb1\xe1\xb1\x89\xc9\xf1\xcb\xb1\xe1\x0f\ \x85\xe9\x5d\x6f\xd7\x0f\x72\x38\xf1\xb1\xc7\x6f\x3c\x1c\x81\x26\ \x5a\x2c\x4c\x8e\x9c\xdb\xb2\x63\x7f\xd3\xbe\x3c\xbe\xba\xba\xfc\ \x05\x50\xab\xe1\x4c\xfc\xf8\xdc\x3f\xd5\x17\x6a\xda\x8b\xab\x0b\ \x4b\x9b\xba\xcb\xca\xfb\xca\xba\x4a\x2e\x16\x9c\x2f\xb8\xf3\xa8\ \xe9\x62\x7b\x75\xfe\xc5\x92\x0b\x37\x8b\x2e\x3c\xcd\xbf\x37\x7a\ \xbe\xf0\xc2\x9d\xe2\x7b\xc5\xcd\x17\x2e\xe6\x97\x77\x77\x94\x14\ \x96\x16\xde\xbf\x7e\xb6\xb0\xb8\xe6\xc2\x85\x92\x2b\x37\xeb\x2e\ \xde\x3f\x7f\x6b\xf4\xd1\xe8\xcb\xd1\xe9\x77\x3b\xf7\x5f\xdc\x3b\ \x7f\x7d\xf4\xed\xec\xcc\xfc\xcb\x97\x97\xa6\x17\x97\x36\x67\xa6\ \x5f\x2c\x4e\x4d\xaf\xbd\xfb\x34\xbb\xb5\xb5\xbf\xf8\xf9\xb7\x77\ \x5b\x33\x6f\xa7\x96\xe6\x47\xd7\xa6\x67\x7e\xf9\xf8\x69\x76\xf1\ \xdd\xce\xde\xfe\xb3\x7f\xfe\xf9\xed\xc3\x1f\x3f\x47\x80\x03\xa9\ \xe0\xb1\xf1\xe8\x44\x18\x03\x96\x78\xd5\x25\x43\x62\x90\x72\x3e\ \x34\x80\x84\x28\x87\x7a\xf0\x21\x89\x7c\x39\xb4\x20\x1a\xc4\x20\ \x5a\x6a\x1a\x4d\xce\x07\x79\x27\x4d\xce\x1f\x22\x63\x88\xdf\x7f\ \x22\x87\x1a\x91\x3e\xe9\x1d\xe2\x23\x73\x81\x3a\xca\x65\x02\x61\ \xc9\x2f\x4b\xa3\x4f\x7b\x5a\x46\xff\x6a\x91\xa5\x20\x31\x38\x41\ \xb6\xf0\xc7\x27\x95\xfc\x5c\x40\xa6\x9c\x9f\x14\x4f\xc8\xfc\x5c\ \x39\x40\x10\xe2\xfe\xb0\xa5\x4b\x82\x9a\xff\x35\xf7\x8d\x9c\x48\ \xa4\x0d\xa9\x55\x74\x24\x85\x0e\x04\x14\x89\xb0\xff\xb4\xfe\xae\ \x07\xbc\x20\x68\x50\xc6\xc7\xe3\xc0\x13\x0f\x44\xba\xf6\xf9\x56\ \x68\x30\x1e\x13\x81\x67\xf2\x6c\x7d\x4a\xab\x9a\x65\x2b\x64\xde\ \xfb\x0f\x63\x25\xf6\x67\x40\x11\xa7\x5f\x17\x79\x1f\x04\xb6\xb4\ \x1e\x05\xd0\x01\x24\x89\x44\x22\x2b\x80\x43\xd0\x70\x67\xa8\x4c\ \x21\x64\xf1\xfa\xbc\x21\xf0\x92\x07\xea\x18\x8c\xac\x84\x43\xd1\ \x0f\x7f\x83\x74\xf4\x3e\x1c\xb0\xac\xf8\x83\x73\xa1\x08\xc8\x57\ \x20\x94\x45\xfe\x86\x86\x48\xfb\xfc\xfe\x0f\x2b\xfe\xd0\x8a\xd3\ \xe9\x0d\xfb\xa0\x21\x60\xee\x70\x90\x1a\x06\xdb\x1b\x2c\x3e\x15\ \x09\xad\xa3\x52\x57\xe6\xa2\x50\x2f\xf8\x0d\xa8\x20\x34\x1c\x4c\ \x10\xbb\xdd\x3a\x46\xc0\xeb\xf4\x8b\x19\x62\x0b\xf0\x42\x27\x20\ \x4a\x00\x38\xa4\x13\xdc\x5d\xd0\xaf\xf3\x5a\x9c\xde\xa0\x0e\x05\ \x01\xcb\xa9\xb2\xa0\xc5\x16\x2a\x09\xc4\x32\x2a\x0a\xcb\x30\xa0\ \xb1\x89\x0c\x71\x72\xb2\x98\x71\x38\x06\x85\xc6\x32\x50\xf1\x07\ \x0f\x73\xc4\xc9\xd4\xe4\x33\x97\x1b\x6e\x9c\x3b\x0d\x68\x75\xfa\ \xc4\xe9\xb1\x2f\xdf\x6e\xc4\x86\x43\x80\xca\x01\x95\xd3\x17\xf6\ \x59\xbc\x6e\x7f\x10\xb8\xec\xdf\x21\xa0\xbd\x20\x52\xa9\x38\xe0\ \x0b\xc3\x60\x61\x38\x0d\x28\x1d\x8a\x84\x25\x39\x39\x3a\x06\x8c\ \x63\x20\xe9\xc4\x0c\xa0\x9b\x00\x64\x80\x51\xc9\x70\x18\x1a\x4d\ \x82\x86\xd8\x1f\x86\x41\xcd\x1b\xa0\x56\x33\x80\x8e\xb1\x31\xb1\ \xf1\x09\x07\x0f\xfd\xd0\x98\x9e\x59\x9f\x2e\x4a\xcf\x72\x64\xdb\ \xd3\x1d\x39\x9d\x39\x9d\x3d\x83\x3d\xcd\xed\x7d\x57\x33\x32\x5c\ \x55\x39\xae\xac\xfa\xcc\xc6\x4c\x47\xba\x29\x3b\x23\x3d\xc3\x65\ \x05\xff\x34\x36\xb3\x00\x43\x00\xef\x6a\x80\x0f\x3c\x0a\x34\x20\ \x9c\x8e\xa0\x50\x78\x22\x91\x1e\x48\x13\x46\x22\xe3\x89\x84\x7a\ \x89\xd2\x01\x1d\x4e\x93\x1a\xed\x4a\x3a\x57\xaf\x50\x67\x00\xdf\ \x72\x98\x05\x4a\x1b\xb4\xf2\x98\xcd\x52\x0a\x25\x29\x4c\x28\x47\ \x71\x65\x20\xda\x48\x08\x34\x6e\xa6\x56\xa6\x07\xd9\x0a\x04\x1e\ \xa1\x4d\x6b\xe4\x09\x44\x8e\x4c\x87\x5d\xcb\x95\x65\x66\xdb\x33\ \x72\x5c\x46\xa3\x3a\x4b\x23\x74\x49\x45\x6a\xa3\x50\x64\x94\xc9\ \x8c\x6a\x68\xe8\x05\x0b\x81\xe3\xe3\xc9\x08\x3e\x1d\x8f\x24\x80\ \x53\x00\x55\x64\x72\x0a\x91\x0c\x60\x85\x90\xa7\xd2\x92\x52\xd4\ \x4c\x89\x89\x2b\xfd\x7f\x24\xbd\x89\x57\x92\xe9\xff\xff\x3f\xae\ \x47\x41\x81\x23\xab\x20\xb2\xc4\x8e\x6c\xb1\xc8\x2e\x1c\x40\x64\ \x3f\x02\x72\x44\xa5\xdc\x5a\x5c\xaa\x31\xc9\xa6\xa6\xc6\x66\x9a\ \x19\x5b\x66\x8c\xc8\xf2\x44\x2a\x59\xd9\x4a\x39\x35\x46\x75\x8a\ \xa6\xce\x38\x99\x4d\x96\xbd\x4b\xc7\xce\x99\x99\x9c\xe9\xcc\x39\ \xdf\xcf\x7f\xf1\x7b\xdd\xfd\x90\x00\x49\x6f\x6e\xe1\xba\x9f\xd7\ \xf3\x71\xdd\xaf\x45\x28\xe7\x2b\x6c\x6a\x60\xbc\x88\x46\xe6\x91\ \x29\x40\x4a\x5d\x5a\x8b\x41\xa7\xb6\x39\x5c\x6e\xb7\x42\xab\x96\ \xdb\x82\x36\x77\x93\x49\xad\xf5\x87\x3d\x46\xb9\x23\x0c\xe8\x07\ \xc2\xe5\x30\x19\x6c\x36\x4f\x93\xc3\x14\xb1\x99\xbc\x01\x4b\xc0\ \xee\x0d\xe8\x4c\x6d\x0e\xaf\xab\xc9\xed\x75\x05\x8d\x1a\x10\x52\ \xb7\xb7\x73\xe7\x40\x7f\xf8\xfb\x81\xa3\xdf\xb5\xec\x71\x47\x82\ \x47\x9b\xed\x41\xb7\x3b\x1c\x71\xbb\x23\xbd\x7b\x40\xe5\x34\x06\ \x83\x4a\x25\x93\x6b\x2d\x62\xae\x5a\x1e\x69\x72\x71\xc5\x46\xad\ \x5a\xac\xe1\x4a\xec\xb0\x03\xc0\x84\x78\xbe\xa0\x82\x2f\x54\x01\ \x0f\x2a\x24\x9a\x60\xc7\xeb\xc4\xa5\x3f\x36\xe2\xae\xed\xdb\x62\ \x0d\xf1\x0a\xcc\x45\x05\x95\xe5\x43\xa3\x53\xc3\x1b\x7b\xc6\x87\ \x87\x4a\x63\x63\x68\x8c\xde\xf9\x26\x6f\xe3\xf0\xd0\xcc\xbd\x5f\ \xaf\x83\xeb\xba\x15\x72\x18\x8f\x5d\xcc\x07\xcb\x74\x75\x6c\x72\ \x6c\xe2\xfa\xc4\xd8\xd0\xd8\xe8\x75\xf8\xee\x7f\xf7\xae\x8f\x8d\ \x4f\xcd\x0c\x81\x52\x5d\xb9\x37\x3a\x79\xfd\x3a\x18\xaa\xc9\xf2\ \xfa\x8d\xa5\x7f\xfd\x7a\x6b\xac\x7d\x62\x18\xbd\xe1\xfa\xbd\x7b\ \x57\x26\x61\xa4\xad\x3e\x78\xb0\x5c\xb6\xa1\x31\x7f\x43\xfd\xf8\ \xf8\xf8\x68\x4f\x7b\x4f\xcf\xd8\x44\xcf\x70\xfc\xf0\xc7\xab\xe6\ \xc8\x2e\xe7\xad\xdf\x90\x2e\x3b\x57\x87\x79\xca\xf2\xd1\x92\xd7\ \xe7\x1e\xfd\xf0\xe5\xe0\x17\xbb\xb7\x76\x1c\xff\x76\xf3\xf7\xfb\ \x77\x1e\xef\xea\x7a\xb8\x74\xb0\xf3\xc8\xc1\xfd\x5f\x6f\xdb\x74\ \x63\xdf\xe0\xf1\xdd\x67\x8f\x77\x1d\xdf\xd7\xbd\xe5\xc4\xf6\x83\ \xfb\xba\x77\xec\xdc\xb4\xe5\x50\x67\x47\xf7\xa6\x2d\x3b\x77\x74\ \x6c\xda\xbe\xa5\x6b\xfb\x83\xee\xae\x7d\x5d\x83\x67\x91\x5e\x5e\ \xcf\x97\x1e\x9d\x3d\xbf\xe3\xf8\x93\x47\x6b\x48\xb4\xd5\xd3\xcd\ \x8f\x1f\x82\x30\xbd\x7a\xf8\xec\xf5\xfd\xa7\xf7\x9f\xbf\x7b\xf5\ \x62\xe9\xe5\xfa\xca\xa3\x4b\x4f\x96\x9e\x2f\xbd\xb8\xf1\xfc\xf9\ \x93\x87\xaf\xfe\xfd\xb8\xfa\xf2\xc5\xbb\xf5\x95\xb9\x3b\xb3\x7f\ \xa4\x16\x16\x16\x43\x4e\x06\x01\x85\xc1\x11\xc8\x8c\xa2\xd2\x1f\ \xd5\x0e\x12\x12\x89\x45\xa1\xd4\x72\x48\xb5\x1c\x90\x2b\x3c\x16\ \x89\x70\xef\x43\x3a\xd0\x4b\x5b\x5b\x81\x0e\x6b\x01\xd0\x00\x16\ \xa5\x4c\xa9\x94\x4e\xa3\x7f\x3a\xc5\xd7\x87\x30\xa1\xb4\x41\x2a\ \x85\xc9\xd6\xb4\xaf\xb3\x6b\xfb\xc1\x8e\xdd\xf7\x9f\x36\x0b\xe9\ \x52\xac\xc0\xe1\xa5\x9f\xbc\x70\xba\x0f\x10\x93\xde\xf6\xb7\xe7\ \x34\x6c\xa4\xaf\x96\x59\x3b\xa2\xb8\x73\xeb\x5a\x93\x9a\xb8\xe9\ \xe7\x86\xba\x86\x06\x69\xc3\xff\x6d\x0d\x51\x2b\xaa\xf8\x78\x66\ \x05\xb7\xea\x88\x6f\x61\xda\x4f\xc1\x63\xeb\x28\x55\x12\x2a\xd8\ \x3d\x24\x0e\xf0\xf4\x17\x73\x5f\x2a\x1c\x0e\x05\x89\x2a\x56\xc9\ \x8e\x0e\x48\x3c\x1a\x5d\x77\xbf\x98\xfd\xcf\x9d\x3c\xf6\x62\x7a\ \x3e\x8d\xb4\xa9\x4f\xa7\xd3\xce\x4c\x6a\x39\x1d\x4b\xc5\x53\xd1\ \x98\xd5\x97\x5a\x8c\x25\xd2\xf3\xa9\x14\x92\x40\x93\x7d\x93\xf4\ \x25\xd2\x49\x70\x5e\xb1\x74\x2e\x8d\x70\xe3\x72\x66\x39\x91\x00\ \x81\x4b\x66\xd3\x56\x67\x1a\xa9\x41\x13\xcb\x2e\x27\x41\xed\x90\ \x93\x88\x0b\xe9\x50\x2e\x9b\xd5\xc3\xa3\x58\x26\x16\xca\xc5\x12\ \x40\x78\x6c\x76\x08\xf4\x2f\xae\xd7\x2b\x9d\xe6\x64\x7a\x3e\x91\ \xc8\x44\x57\x90\x60\xf6\x04\x03\x4d\xcc\xa6\x44\x64\x67\x14\x9c\ \x14\x99\xa7\xf7\xe9\x41\x31\xd8\x66\x6b\xcc\xc9\x56\xa6\xd9\x48\ \xb9\x40\x27\xd8\xa0\x64\x08\x09\xea\x64\x47\xe3\x66\x22\x5b\x44\ \x24\xfa\xf4\x18\x32\x83\x27\x72\xb2\x31\x3c\x9f\x19\x55\x60\x06\ \x20\x07\xed\x2a\xd3\xa3\x4b\x30\x0c\x34\x0e\x87\xee\x19\xee\x19\ \x86\x61\xda\xd8\x33\xdc\xd8\x7e\xef\xbf\x7f\x7a\xc8\xbc\x78\x66\ \x3e\x15\x8b\xc7\x7c\xe9\x28\xb8\xc8\x84\x33\x24\x22\x46\xa3\xce\ \x18\xec\x97\x93\x01\xe6\x4a\x1f\xb5\xfa\x94\x4e\x1f\xcf\xca\xe3\ \x31\x60\x8b\xc0\xaf\x7a\xb3\x4f\xc9\x60\x13\x30\x65\x38\x14\x9a\ \x81\x42\x63\xd8\xc4\x3c\x90\xab\x02\xa0\xc1\x92\x02\x36\x86\x8c\ \xce\xcf\x2b\x40\xa3\x50\xa5\x79\x05\xa8\x92\xc2\x82\xcf\x9a\x22\ \xcd\x41\x38\x12\x4d\x11\x8d\xe1\xc0\xc0\x81\xde\x6f\x8f\x7e\xf7\ \xf5\x57\x5f\x1c\x3d\xec\x0d\x06\x02\xfd\x11\x7b\x53\xd8\x6b\xf2\ \x86\xed\x36\x8b\x3f\xac\x33\x39\x1c\x36\x9b\x4c\xeb\x95\x03\xcf\ \x91\x38\x14\x92\xda\x42\xc3\xc2\x67\x82\xa7\x55\x08\x58\xe0\x65\ \x34\x12\x95\x44\x2d\xb3\xdb\x75\x0a\x87\xc7\x0e\x07\xb9\x0b\x2c\ \x8a\x50\xa2\x55\xbb\x22\x7e\x87\xd1\x66\x14\x6b\x4d\x46\xa3\x8c\ \x6b\x92\x08\xd4\x32\x1d\x5f\xa2\xd5\x68\x8c\x3a\x81\x00\x0c\x46\ \x05\xdf\xae\x41\x22\xcd\x35\x36\x0f\xf8\x2b\x10\x3a\x85\x4a\x6e\ \x71\xab\x25\x72\x93\xa1\xc9\x64\x73\x7b\x6d\x60\xcd\x06\x02\xf2\ \x00\xa8\x9d\x0d\x4f\x0c\x34\x00\x00\x20\x00\x49\x44\x41\x54\xc2\ \xa1\xd6\x46\x22\x36\x07\x4d\xc2\x65\x0a\x05\xa0\x57\x58\x2c\x0d\ \xbc\x8a\x80\x84\xc5\x52\x60\x87\x98\x24\x90\x51\xa4\x0d\x30\x93\ \x5e\x81\x15\x0b\x64\x06\x59\x95\xd1\xa4\x93\x23\x91\x0a\x36\x97\ \xc5\xe4\x31\xa8\x0d\x0e\x93\xdf\x84\x54\x3d\x75\x07\x3c\x0e\xbf\ \xa5\xd9\xa3\x0d\xd8\x1c\x7e\x9b\x5d\xad\xb1\xd9\x5d\x2e\xa3\x23\ \xa2\xd3\xc0\xff\x4a\x40\xcb\x4c\x7e\xcb\xd1\x80\xda\xe3\xf1\x83\ \xfd\xf2\x06\x23\x00\x74\x41\x8b\xc1\xe3\x8d\x58\x8c\x76\x9d\xda\ \xa8\xb6\x1b\x8d\xdf\x7c\xf7\x55\x9b\xe9\x70\x30\xf0\xf5\xf6\x6f\ \x77\xed\x0d\x7e\x75\xf4\x70\x4b\x93\xc3\x65\xd1\xb5\x05\x41\xd9\ \x5a\x34\x3a\xa3\x56\xc5\x17\x7a\x8d\x6a\x01\x97\xaf\x92\x7b\x6c\ \x3a\xb9\x5c\x28\x57\x28\xaa\x84\x42\xb1\x4a\xa3\xb5\xdb\x85\x62\ \x39\x89\x2f\x36\x3a\x74\x5a\xdd\x0f\x07\x36\x6d\x5d\x5d\xb9\x1d\ \x57\x8e\x0e\xa3\xee\xc4\xf4\x68\x24\x29\xb5\x0c\x45\xf4\xe5\xd7\ \xd4\x37\x0e\x6f\x2c\x5c\x5f\x5f\x7f\x5d\x44\xbc\xb6\x82\xcb\x9f\ \x1c\x9b\xbc\x72\xef\x2a\xd2\x81\xe2\x56\xd6\xa3\xfd\xf1\x55\xe3\ \xd5\xf1\xf1\xc9\xc6\xf6\xa9\xf1\xd1\xd1\xa9\x89\xc9\xab\x57\x6f\ \x81\x96\xfd\x9a\x3f\x3e\x71\x7d\xf4\xd6\x95\xab\x3d\x57\xa7\x7a\ \xa6\x00\x1b\x67\x6a\x86\x66\x26\x37\x32\x86\x6e\x8d\x2a\x19\x85\ \x29\x7d\xe1\x50\x71\x71\x11\x99\x97\x57\x5e\xdf\xde\x58\x5c\x99\ \x57\xbc\x31\x7f\xa8\x07\x2c\xd6\xcc\x04\xe0\xe5\xad\xc9\xbf\xae\ \x8e\x8d\x7f\x54\x28\xbe\xfe\x69\x78\xb2\x7d\x6c\x74\xb8\xbe\xa0\ \xa0\xba\x78\xe8\xca\x50\x68\x7f\xb8\xeb\x50\xc7\xe6\xee\x43\x5f\ \x74\x7f\xb5\xff\xd0\xb9\x43\x5b\x6f\xbc\xdd\xd5\xfd\xc3\x77\xbb\ \x77\x6f\xee\xdc\xb7\x69\x70\xdf\xc1\xc1\xc1\x1d\x67\xf6\x75\x6f\ \xdb\xd4\xbd\xf5\x50\xd7\xc5\x43\xfb\xba\xbb\x77\x6c\xdf\xb4\xad\ \xe3\xf8\xe0\xa6\xad\x9d\xdb\xb7\x75\xdf\xd8\xd4\xb9\xfb\xf8\xf9\ \x33\xe7\x1f\x3f\x7a\xfc\xe4\xd9\xeb\xe9\xf3\x27\x06\x1f\x3c\x79\ \xf5\xf8\xe9\xa3\x27\x0f\xba\x1e\xdc\x78\x79\xfe\xfe\xda\xdb\x87\ \x6b\x8f\xef\x4f\xbf\x7c\xbf\xb4\xfa\x76\xf5\xd1\xd2\xb3\xb9\xa5\ \x67\xef\xd6\xd7\x1e\x5e\xba\xf8\xf0\xf9\xd3\xdb\x1f\x6f\xbf\x7a\ \xf9\xe8\xfd\x9d\xdb\x3f\xdd\xb9\xb6\x9c\x8d\x25\xf5\x0c\xb6\x88\ \x8c\x83\x39\x5f\x54\x54\xdd\xed\x70\x54\x91\xe8\x74\x69\x1d\x5d\ \xca\xa1\x37\x50\xe0\x8a\x97\xd2\x29\x52\x90\xae\xda\x91\x3e\x24\ \x47\x79\x04\xb8\x90\x43\x91\x72\x48\x4c\x78\x56\xa8\xe0\x53\x98\ \xad\x17\x46\x4e\x22\xf1\xa4\x23\x7d\x7d\x75\x7c\xb1\xa9\xf7\x68\ \xff\xb7\x5b\xf6\xff\x78\xfc\x90\x8d\xc6\xc4\xf2\x4d\x6e\x6a\x2b\ \x92\x8c\xc8\xe1\x48\xb1\x03\x97\x02\x27\xc1\xa1\x49\x39\x23\x20\ \x7b\x1e\xe7\xe8\x6b\x87\xab\xf4\xe0\x49\x29\xa7\xf6\xc2\x48\xdf\ \xcf\xb3\x8f\x38\x54\x41\x15\xd8\xba\xaa\xaa\xe3\xe9\xf5\x0e\x45\ \x1d\x20\x29\xa8\x53\x15\xb8\x36\x69\x5d\x2d\x85\x7e\x50\xd9\x29\ \xd9\x73\xc4\x2d\xae\xb2\x49\x04\x07\xdd\x55\x06\xf5\x97\xdf\xd1\ \xbe\xbb\x32\xb9\x32\x96\x7c\xb3\x32\x9f\x8d\xf9\xe2\xd1\x64\x3a\ \x96\x48\x24\x33\x48\xf2\x5f\x34\x93\xcc\xc6\x73\xe9\xc5\x78\xec\ \x5a\x22\x96\xc8\x38\xd3\xcb\x6f\x62\x09\x67\x34\x9a\x5c\x00\x9b\ \x92\x5b\x08\xa5\x73\xf3\xcb\xa0\x4e\xf3\xd6\x54\x32\xbb\xb8\x10\ \x9d\xcf\x64\x13\xd9\x6c\x32\x9d\xcb\x65\x32\x89\x34\x5c\x97\x13\ \xbc\x68\x22\xea\x74\x86\x32\xa1\x79\x84\xc5\x32\x69\x65\x4e\x59\ \x0a\xee\xcc\x09\x38\x47\x04\x21\x4a\x45\x13\xb1\xa4\x13\xa0\x32\ \x9d\x73\xb2\xcb\xd8\xb9\x34\x9b\x60\x4d\x26\xe2\xa0\x40\x64\x51\ \x48\x14\x75\x46\x13\xa2\x8c\x8f\x67\x4e\x3b\xf5\x31\xa7\x28\x61\ \x66\x3b\xad\x21\x86\xcf\xc9\xe0\x99\x9d\x44\xb0\x44\x04\x9e\x99\ \x88\x41\x93\xc1\x18\x29\xc9\x3c\x1e\x21\x8f\x67\x26\x60\x30\x4a\ \x42\x49\xbe\xc8\x5c\x86\xc2\xe5\xf1\x70\x05\x43\x43\x43\x63\x30\ \xb7\xd6\xf4\x0c\xb7\x6f\xbc\xfa\xdf\x3f\x53\x05\xbc\xd4\xca\x5c\ \x2a\x35\x9f\xf1\x85\x7c\xc9\xac\x35\x64\xf5\xf1\x08\x6c\x1e\xbc\ \x62\x22\xad\x2f\x43\xb4\xc9\x07\x82\xe8\x74\x66\x42\x6c\xd8\x3c\ \xc3\xe9\x14\xf1\x44\x56\x11\xc1\x49\x44\xb1\x79\x04\x02\x51\x49\ \x26\xe4\x89\x88\x25\x38\x72\x1e\x8a\xc0\xc0\xa1\x50\x05\xa8\x22\ \x54\x5e\x79\x21\x0a\x53\x50\x58\x82\xf4\xb0\x47\x7d\x76\x78\x6f\ \xb3\xb7\x2d\xd8\x1c\xe8\xf7\xda\xdc\x81\x2f\xfb\x0f\x0c\xec\x3d\ \x7c\xac\xad\x79\x20\x12\x68\x0a\x78\xdc\x5e\x93\xdb\x68\x30\x39\ \x5a\xec\x81\xc3\xfd\x06\xb9\x4e\x2b\xb7\xe8\x24\x2a\xb9\x5a\x21\ \xaf\xa2\xe2\x29\xc2\xaa\x0a\x0a\xa7\x82\xc4\xe4\xb0\xb0\x42\x9b\ \x11\x1c\x85\x5a\xa5\x96\xe8\xb4\x0a\x89\xd1\xe6\x0f\xbb\x65\xc0\ \x78\x61\x3b\x5f\x26\xd3\x86\x1d\x5e\xa3\x4c\xa7\x32\x79\x34\x26\ \xb7\x46\xc6\xa7\x09\x24\x1a\x31\x57\xac\x30\xc8\x55\x2c\x9a\x58\ \x8d\xc5\xaa\xe4\x76\x77\xd0\xa3\x93\x18\xed\xfe\x16\xc0\x49\x85\ \x58\xa5\x73\x18\xfc\xa0\x58\x6d\xfd\x1a\x87\xb1\xd9\x06\xac\x68\ \xe8\x77\x98\x1c\x1a\x95\x5a\xab\x35\x6a\xfc\x06\x39\x4b\xa5\xa0\ \x56\x09\x28\x5c\x81\x80\x0a\xc3\x46\x00\x64\x08\x8a\x85\xaf\x00\ \x44\x6d\x60\xd2\x99\x24\xe0\x54\x0a\xa5\x42\xad\xd2\xa8\x85\x0a\ \x05\x5f\x63\xb0\x18\xe5\x72\xb5\x1d\x61\x3b\xbb\xcb\xd3\xa6\x91\ \x58\x02\x26\xaf\x44\x16\xd4\x5a\x8c\x06\x8b\x47\x67\xf3\x78\x1d\ \x6e\x9b\xcb\xed\x71\xbb\xec\x32\x8f\xdb\xed\x35\xe8\x0c\x11\x87\ \xdd\xef\xe9\xf5\x03\x37\xb6\x04\x1d\x46\x93\xd6\xe2\xf1\x5b\x1c\ \x26\x8d\xc3\xe3\xb6\xbb\xc3\x01\x8f\xc7\xe6\x68\xea\xf4\x78\x9a\ \x8c\x91\x16\x97\xe7\xf0\xd7\x47\x06\x82\x4d\xbd\x7b\x06\x3c\xfe\ \xc3\x47\x0d\x76\x7f\xc0\x15\x76\x37\x5b\xc4\x3a\x2d\x57\xa5\x42\ \x82\xba\xb8\x42\xa3\xc6\x66\x92\x89\x15\x12\x99\xd0\xa2\xe6\x57\ \x55\x51\xe5\x32\x89\xc5\x6f\x0c\xaa\xe5\xc2\xc3\x3f\x68\xe4\x96\ \x83\x3f\x7c\xbb\xe9\xe1\xeb\x67\x6f\xe7\xaf\xa5\x4b\x8b\x7c\xa1\ \x78\x48\x14\x37\x97\x95\xa2\x0a\xf2\x6b\x7a\xea\x0b\x95\x2b\x2f\ \xd3\xb9\xd9\x52\xde\x35\x74\xcd\xf8\xf5\xc9\x99\xb1\xb1\xeb\xa3\ \x3d\x13\xa3\xc3\x53\x8b\x36\xed\xc0\xea\xd0\xd5\xb1\xc6\xea\x0d\ \x53\x53\xe3\x33\x93\xd7\x67\x6e\x4d\xcc\x8c\x8f\x5f\xb9\x52\x32\ \x31\x36\x79\x7d\x62\x68\x7c\xc3\xe4\xd8\xd0\xd5\xab\x33\x33\x3d\ \x13\xbf\x8c\x17\x2c\x16\x55\x56\x56\xa2\x31\xb8\xe4\x62\x66\x79\ \x39\x16\x8a\x2a\x19\x64\x14\x38\x7b\x74\x4d\x79\x4f\xf5\x86\xf2\ \x0d\x8d\xf5\xd5\x35\x3d\xed\xed\x43\x53\xb7\xfe\xf9\xe7\xb7\x5f\ \xc7\xe3\x8b\x5f\xbd\xad\xfe\xf5\x9f\xdf\x7e\xb9\x32\x31\x3e\xb4\ \x71\x43\xcd\xbd\xdf\x87\x2e\x7d\xf5\xf9\x89\xad\x9b\x3a\xf6\x6f\ \xfa\x72\x7f\xf7\x96\xad\x5f\x75\x2f\x6d\xdb\xb6\x79\x67\xf7\x96\ \x2d\x83\x9d\x9b\xf7\xed\x3b\xd8\x75\xe6\x44\xf7\x79\xc4\x4c\x0d\ \x76\x6d\xda\x85\x90\x60\xc7\x96\xe3\x9d\x3b\x76\x6e\xed\xde\xd4\ \xdd\xb5\x7b\xf0\xe6\xa1\x8e\xae\x53\xf7\x6f\x9e\xbf\x71\xe6\xf2\ \xdb\x8b\xd3\x37\xce\x4f\x9f\x7d\x80\x44\x5e\xdd\xbc\x7c\xff\xec\ \xcb\x07\xcf\x1e\x3f\x79\x72\xe3\xd1\xcd\x07\xab\xef\xd6\x9e\xbe\ \x5a\x5f\x7a\xfb\xe0\xc9\xe3\xdb\x6b\xf7\x1f\x2f\xbd\x7f\xb6\xba\ \xf6\x74\xed\xf5\xfa\xec\x87\xb5\x27\x8f\xd7\xee\xdc\xfe\xb8\xf0\ \x13\xa0\x0d\x92\xe0\x8f\x23\x23\xed\xd3\xd1\x84\xea\xcb\x6a\x0d\ \x95\xc2\x61\x32\xf1\x1c\x0e\x07\x0f\x82\x05\xb6\xbf\x0e\xdc\x36\ \x87\xd3\xd7\xd0\x77\x1a\xc4\xaa\x15\xa9\x2d\x5a\xdb\xd0\xca\x64\ \xd2\xb1\x2c\x1a\x57\x61\xd2\x08\x2f\x9c\xbc\x7b\xf2\x64\xdf\xe9\ \xd3\x23\x1c\x10\x2c\x53\x5b\x7f\xff\x57\xbb\x0e\x1c\xeb\xda\x26\ \x3e\x4d\x27\xc9\xed\x55\xa7\x2f\x7c\x8a\x87\xa8\x1d\x11\xf4\x0f\ \x46\xa4\x14\x04\x07\x39\x9c\x56\x0e\xd5\x5f\xda\x73\xc9\xd4\x5f\ \x73\xe4\x24\x92\xfa\xdc\x5a\x87\x4f\xfe\xc8\x81\x21\x46\x87\x91\ \x2f\x7b\xb4\xf2\xf8\x08\x0d\xcb\xaf\xa8\xa0\xc2\xe7\x4a\xe7\x30\ \x01\x47\x49\x94\x8e\xd4\x39\x61\xf8\xf8\xe7\x0a\xbe\x82\x25\xde\ \xac\x11\xaa\xbf\x3f\xa5\xa8\x9a\xfb\xbd\x04\x37\xbc\x08\x7c\x96\ \x74\xfa\x3e\xd5\xf0\x4b\xfb\x72\xb9\x6c\x22\x93\x88\x81\x19\xca\ \x82\xe8\x7c\x2a\x73\xf5\x26\xb3\x90\x45\x82\xd8\xad\x0b\xb9\x44\ \x2e\x9b\x4a\x2c\x2e\x64\xe2\x31\xd0\x9a\x95\x79\x9f\xd5\x19\xfa\ \xb0\x98\xc9\xa4\x72\x89\xcc\x62\x2c\x96\x8c\x26\xe1\x71\x66\x11\ \x49\xcc\xc9\xfa\x90\x00\x86\x4c\xdc\x9c\x00\xbb\x95\xc9\x65\xcc\ \x29\x76\x61\x28\xad\x34\x9b\x45\xfa\x90\x3e\xba\x90\x09\x25\x33\ \x71\xe4\x54\x60\x2e\x19\xd2\xe3\x78\x49\x33\x83\x8d\xf4\x07\x73\ \x2a\x7d\x66\x6b\x3c\x14\xe7\x25\x61\x2f\x94\xe6\x14\x88\x5e\x54\ \xa4\x4c\x27\x78\x3c\x3d\x52\x8e\xdd\xca\x88\x46\x79\x7a\xa7\x9e\ \xcc\x26\xa0\x71\x3c\x06\xc0\x9a\x9e\x5c\x8a\x26\xa2\x19\x7a\x32\ \xaa\x40\xc4\xc8\x03\x55\xc9\x2b\x21\xa0\x19\x3c\x74\x0d\x08\x56\ \x7b\x4d\xf5\xc6\xf6\xd1\xfa\x9e\xdf\x7e\xff\x6f\x22\x4f\x3f\xbf\ \xb8\x98\xca\x66\x53\x71\x3d\x38\xc6\x98\x39\x04\x57\x9f\x75\x31\ \xed\xb3\x26\x7d\x38\x9f\xd5\xc7\xd6\xfb\x42\x22\x91\x33\x0e\x56\ \x4d\xc9\x73\x22\xeb\x6c\xca\x84\xde\x0c\x06\x0b\x23\xd2\xb3\xd9\ \x65\x79\xf0\x01\xa3\xd0\x3c\x36\x1b\x09\x79\xc7\x21\xa2\x58\x84\ \x2b\xc9\xc3\xe1\x0a\x4a\x8b\x0a\xcb\xf2\x0a\x30\x9f\xb9\x9a\xfb\ \x9b\xdc\xcd\xc7\x5a\x3c\x2d\x5e\x6f\x53\x20\xb8\x37\x80\xc8\x57\ \x9b\x67\x4f\x93\xc5\xa2\xf0\x5b\x6c\x16\xbb\xc6\x1e\x30\xd9\x3d\ \xe1\x88\xd7\xa8\xd1\x58\x74\x26\x9d\x82\x0b\x30\x43\xa2\x91\xf0\ \x15\x58\xac\x54\xda\x00\xb3\x4a\xab\xb4\x42\x62\x34\xaa\xc4\x0a\ \xae\xd1\x61\x47\x4c\x03\x58\x11\xb7\x41\xe5\xb5\xc8\x35\x72\xad\ \xda\xe2\xb7\x07\xda\xe4\x3a\x83\x56\xab\x33\x48\x3e\xad\xdf\x48\ \x24\x32\x19\x57\x22\x97\xa8\x35\x0a\x99\x90\x5f\xa5\xb6\xe9\x06\ \x22\x2e\xad\xcb\x60\xf4\x3a\xb4\x0e\x89\x4a\x27\xe3\x2a\x90\x08\ \x02\x8f\xc7\x68\x6f\x33\x46\x4c\x5a\x8d\x4e\xd2\xe4\x75\x69\xdc\ \xcd\x12\x9d\xfd\xb0\x1d\x44\x51\x20\x91\x08\x49\x94\x5a\x20\x00\ \x52\x05\x1e\xcb\xaa\xc2\x57\x70\x58\x55\xb4\x2a\x2e\x8b\x4e\x67\ \xd6\xe1\xb1\x15\xd8\x5a\x6a\x1d\x55\xa7\xd0\xa9\x34\x0a\x31\x5f\ \xe2\xd0\xf8\xb5\x12\x8d\xdb\x0d\x98\xea\x89\x44\x02\x0e\x85\xc9\ \x65\x04\xf1\xf2\x6b\x41\x6f\x9a\x75\x96\x60\x93\xc6\xee\xd1\x78\ \xfa\x3d\xb6\x70\xbf\xab\xbf\x37\xe8\x08\xb4\xd9\x5d\xa0\xd4\x16\ \xa3\xd1\xeb\xf5\x78\xbc\x4d\x6d\x6e\x47\x93\xbb\xc9\xe5\x0e\x38\ \x5c\x5e\x7f\xe4\x80\xc5\x1b\x71\xc9\x6d\x6d\x3b\xbe\xfb\xe6\x1b\ \x93\xdc\xe5\x68\x1b\xe8\xfe\xd2\x75\xf8\x98\xcb\xe6\xf7\x7b\x0c\ \x81\x36\x44\xe4\x3d\xc1\x88\xdc\x1d\xd0\x69\x25\x72\xb9\x4b\xa3\ \x16\x0b\xe5\x32\x19\x68\xbc\x4e\x26\x51\xab\x35\x5c\x1a\x8b\x4f\ \xa5\xb2\xf8\x62\x99\x26\xec\xb5\x7f\x3e\xd8\x7c\xac\x77\xfb\xf9\ \x73\xeb\xb3\x3f\x7e\x37\xf7\xfc\xfe\x8b\x59\x11\xf9\x43\xd1\x10\ \x99\x50\xd8\x9e\x5f\x5a\x50\x5a\x53\x5f\x6c\x3e\xf3\x2e\x77\x67\ \x31\x5d\x40\x70\xe6\x0f\x4f\xce\x4c\xce\x8c\x4f\xdc\x9a\x99\x9a\ \x9a\xb8\x3e\x73\x25\x73\x54\xfb\x63\x66\xf2\x56\x4d\x4d\xe3\xd8\ \xd8\xf8\xc4\xcc\xc4\xf8\xad\xd1\x89\x2b\x63\xa3\x43\xe5\x93\xd7\ \xaf\x82\xce\xb4\xb7\x8f\x81\xbc\x5d\x99\x19\x9a\x18\x9d\x68\x64\ \xf8\x8a\x4b\xc8\x84\x50\x3a\xb3\xf2\xe6\xc3\x72\x22\x93\x8e\x89\ \x94\x48\x18\x0c\x99\xe8\x4c\x15\xa0\x88\x85\xd5\x35\x35\xe0\xb7\ \x7a\xa6\x26\x90\x25\xb2\x5f\x7e\xbb\xf7\xeb\xd4\x91\x6f\x3a\x62\ \x57\x26\xc6\xae\x5f\x1f\x9d\x9c\x6a\x6f\xaf\x1e\xfa\xf5\xf7\xf1\ \xb5\xef\x8f\x9c\xda\xb1\xab\xfb\xf3\xae\xc1\x23\x83\xdd\x8f\xd7\ \xbe\xd8\xd7\xb5\x7f\xdf\xbe\x7d\x5b\x8e\x6f\x39\x77\xa8\xe3\xc4\ \xe0\x8e\x5d\x1d\x1d\xdb\x76\x6c\x3e\xb8\xe5\xd0\xe6\xaf\xbb\x76\ \xed\xee\xd8\xbd\x69\xd3\xce\x13\xfb\x76\x6e\xe9\xea\xdc\x79\xe6\ \xd1\xa9\xe3\xfb\xce\x9e\xbf\xfc\xe8\xc6\xf4\xa1\x07\xe7\x6f\x4e\ \x4f\x9f\x3f\x74\xff\xd1\xa5\x4b\x4b\x37\xcf\x3d\x38\xf5\xe4\xf1\ \xd3\x07\x4f\x9e\x3f\x7e\x39\xfd\x62\x69\x6d\x75\xed\xc1\x2a\x28\ \xd6\xdb\x67\xb3\xd7\xd6\x1e\xbe\x7d\xf7\xe2\xdd\xe3\xe7\x6b\xcf\ \xd6\x57\x56\x6e\xbf\x5f\x7d\xf7\x71\x79\xee\x43\xc6\xcc\xb0\xfa\ \x18\x18\x22\x8a\x81\xc3\x20\x55\xdf\x2a\xff\xb6\xd9\xa8\x24\x0a\ \x96\x2a\xe4\x48\x29\x54\x3a\x9e\x54\xd7\xc7\xac\xa5\x33\xf1\x24\ \x7c\xeb\x48\x9d\xf4\xee\x69\xa4\x7e\x32\x93\x59\xdb\xd0\xc0\x64\ \x72\xe8\x02\x0b\x80\x99\x96\x72\xb2\xf5\xe7\x0b\xa7\x4f\xdf\x05\ \xe6\xc3\xb3\x14\xe1\x7e\x07\x18\xf8\xbd\x47\xfa\x59\x75\xad\x78\ \xae\x90\x73\xf2\x24\x18\xb3\xd3\x80\x8d\xfc\xa3\xbb\x4c\xb5\x48\ \x6e\x7d\x1d\x47\x8a\xc4\xa3\x1e\x2d\x6f\x5c\x93\x7f\x39\x3c\x30\ \xd2\x7a\xba\xaf\xae\xb5\x55\x4e\x0c\x90\xa8\x58\x64\xe4\xe1\xc3\ \x77\xd6\x0f\x79\xe0\x1e\xe9\x24\x45\x23\x61\xf1\x14\x0e\xb2\x86\ \x76\x39\xf5\x05\x49\x71\x6e\xb6\x4d\x45\x15\x78\xf6\x0b\x58\xf6\ \xfb\x7e\xbe\x7b\xe8\x1e\xf9\x4a\xe5\x42\x26\x9b\x4e\x46\x43\xe0\ \x9e\x96\x63\xd9\x4c\x2e\xbb\xb0\x18\x8d\x5b\xf5\xa9\x85\x5c\x32\ \x9d\x40\x1a\x3a\xbf\xc9\xe5\xfe\x80\x4f\x27\x9d\x40\x32\x76\x00\ \xf4\x92\x99\x2c\x72\xba\x70\x71\x39\x93\x86\xe3\xdd\x9a\xc9\x2d\ \xfc\x91\x4e\x5e\xcb\x24\x7c\xe0\xbb\x60\x53\xf1\x79\x10\x84\xec\ \x7c\x26\x19\xcd\x26\x7d\x29\x73\xc8\x0a\xb6\x45\x19\x4b\x98\x63\ \x8b\xa9\x4c\xcc\x9a\xf0\x31\xf4\x40\xd0\x99\x0f\x0b\xf1\x18\xe0\ \x5d\x0c\x74\x2b\xe3\x64\x23\x89\x31\xca\x6c\x32\xe1\xd3\xb3\x19\ \xb1\x4c\xc8\xaa\x37\x2b\x63\xb9\xb4\x55\x94\x70\x2a\x43\x31\x1f\ \x2f\x3b\x1f\x0b\x85\x9c\x51\x6b\x8c\xc7\xb6\xea\x95\x51\x2b\x03\ \x69\xc9\x85\x43\x81\xb4\xf0\xd8\x84\x92\x3c\x06\x1a\xc5\x63\x63\ \x70\x44\x22\x86\x2d\x42\x95\x94\x30\xd0\x65\x44\x4c\xe3\x18\x02\ \x84\x8d\x8d\xed\x43\x35\xa3\xbf\xfe\xfe\xcf\x64\xa9\x35\x97\x4b\ \xc4\x7c\xa1\x54\x22\x09\x2c\x0a\x5f\x3c\x5f\x26\x9d\xcd\xc4\xd2\ \xd1\xa8\x88\xed\xf3\xf9\xf4\x7a\x27\x8f\xa8\x77\xfa\xac\x22\x22\ \x81\x67\xcd\x28\xc1\x1c\x3a\x45\x56\x2b\x03\x57\x56\xe6\x64\x13\ \x89\x04\x0c\x91\x80\x26\xb0\x71\x22\x34\xae\x00\xe0\x93\x98\x57\ \x86\x83\xff\x41\xa1\x4b\x4b\x30\xd5\x48\xa5\xf7\xcf\x02\xfd\xc7\ \x06\x9a\x9a\xda\x22\xa6\xb0\xbf\xb9\xa5\xb7\xff\x48\xc4\xef\x6d\ \x8a\xb8\xc2\x9e\x96\xe0\x5e\x0f\x08\x95\xc3\x16\xd8\xe3\x32\x22\ \x27\xfc\xd5\x20\x30\x12\x89\x56\xa0\xd0\x08\x58\x02\x1a\x58\x2c\ \x98\xc2\x4e\x37\x5c\xa8\x63\x32\x47\xea\xb0\x60\x55\x8c\x0a\x99\ \x4a\x6e\x72\x69\x1d\x3a\x9d\xcb\xef\x0f\xf8\x6d\x46\xa4\x4c\x7b\ \xd8\x23\xb7\x04\x22\x16\x89\x49\x62\x90\x38\x74\x7c\xae\x46\x22\ \x14\x6a\x91\xb6\xa6\x5c\x8d\x5a\x87\x9c\xf5\xaf\xa8\x30\xe9\x04\ \x0e\x97\x46\xa2\x35\x86\xb5\x5a\x8f\x5d\x27\xd7\x8a\x35\x5c\x8d\ \xce\x72\xa0\xc5\xa2\x36\xb4\x05\x0d\x36\xb7\xc9\x11\xf6\xaa\x0d\ \x9e\xa0\x8d\xeb\xd1\x69\xed\x26\xb9\x1a\xa9\x62\x23\xe6\xb7\x56\ \x55\xd1\xb1\x14\x50\x2a\x3c\xa9\x82\x8a\x54\x3d\xc0\xc3\x68\x85\ \xb1\x4b\x22\x71\xea\xe8\x78\x0e\xd2\x68\x5e\x27\x57\xf9\x03\x36\ \x83\xcd\x20\x37\x06\x4c\x8e\x3d\xf6\x80\xc5\x18\x71\xd8\x9a\xfc\ \x41\x87\xa3\xd9\xaf\xf1\x98\xfc\x5e\xbb\xab\x37\xa0\x0b\x87\xbd\ \x2d\xae\x40\xb3\xdb\x1d\x74\x83\x07\x8b\x80\xd7\xf2\x38\x2c\x11\ \xbb\x16\x10\xaf\xc5\x15\x71\xdb\x7b\xc3\x2d\x41\x8f\x27\xdc\xdf\ \xec\xf6\xf7\xfb\x5d\x16\x23\x92\xb1\x73\xf4\x8b\xb6\xa0\xab\xdf\ \x6d\x09\x1f\xdb\x74\xd8\xe5\xfa\xbc\x7f\x6f\x24\xe0\xf6\x80\xc1\ \x6a\x39\xec\xb6\xc0\x7b\x00\xcc\xe8\x97\xb0\x54\x3a\xc3\x80\x46\ \x67\x30\x8a\xb9\x32\x83\x06\x69\x2b\x2d\x57\x89\xb9\xc2\x0a\xbe\ \x18\x06\xb7\x40\x65\x14\x1b\x8f\x0d\x7c\xfb\x4d\x57\x54\x14\x1f\ \x2a\x5d\x8e\xae\xac\x44\x2f\xad\xeb\xd9\xc5\xc5\xe4\x8d\xa5\x65\ \x25\xe4\x92\xfc\xa2\xfa\x7c\xdf\x8e\x2f\x66\x9f\xae\x12\xd1\x18\ \x65\x4d\xf5\xd4\xe4\x70\xcf\xc4\xd5\x2b\xa3\xd7\x67\x26\x86\x87\ \x26\xae\x2f\xbb\x3f\xbf\xbc\x3c\x3e\xd1\x38\x36\x09\xc6\x0a\xfe\ \xcd\x4c\xcc\x0c\x37\x8e\xb5\x0f\x81\x74\x4d\xb6\x6f\x1c\x03\xd3\ \x35\x35\x79\x6f\x6a\x68\xaa\xbe\xb0\xbc\xac\xb4\x90\x98\xb8\xf6\ \xc7\x1f\x7f\x7f\xbc\x73\xfb\xfd\xdc\xc2\x9c\xd2\x97\x16\x15\x14\ \xb0\x17\x16\x9d\x4a\x5e\x01\x3a\x2f\xaf\xb1\x7e\xec\xca\xe4\xcc\ \xff\xfe\xfa\x0b\xa9\xf7\xf0\xeb\xad\xab\x93\x13\x65\x67\xbf\xfd\ \xa3\x67\x7c\x72\x62\xe6\xde\xbd\xc9\xf1\x89\xf1\xa9\x89\x5f\xff\ \xc1\xed\xdc\x7c\x66\x6b\x57\xe7\xd7\xdd\x83\x83\x87\x9e\xbc\xdc\ \xdd\x7d\xf0\xc8\x96\xaf\xf7\x6d\x3a\xb4\xfd\xc4\xcd\xef\x36\x9f\ \x39\xb5\x6f\xdf\xe0\x89\xf3\xdb\x8f\x1c\xdc\xbd\xa5\x73\xeb\xd6\ \x1d\x9b\xf6\x77\x75\x9e\x7f\x3c\xdd\xb1\x79\xeb\xe7\x1d\xd3\x8f\ \x4f\x5d\x3e\x74\xe2\xcc\xc5\x33\x8f\x96\x5e\xbc\xbc\x71\xe8\xfc\ \x8b\x9b\xd3\x37\x2e\x3e\x5d\x7d\x75\xe3\xe5\xe3\x1d\xf7\xdf\x5e\ \x3e\xff\xf0\xf9\x23\xd0\xad\x97\xaf\x6f\x5f\x7a\xbc\x74\x67\xed\ \xf5\xbf\xaf\x3e\x7e\x7c\x31\xbb\x36\xfd\xf8\xe3\xeb\xe7\x2f\x9f\ \xaf\x7f\xfc\xf7\xe3\xdc\xec\xea\x5c\x36\xbb\x3c\x6f\xd5\xb3\xad\ \x6c\x32\xb1\x10\xcd\x40\xca\x8e\xe4\x6d\x98\xb3\xb7\x08\x28\x58\ \x18\x88\x00\x85\x24\x0a\x52\x19\x1b\x0f\x74\x58\x4b\x13\x50\x38\ \xd2\x91\xd3\x77\x2f\xf4\xd5\x01\xd3\x8d\xd4\x21\x8d\xe0\xe8\x55\ \x0a\xd7\xb6\x7e\x3c\x92\x08\xdd\xda\x3a\xd2\x80\xc5\x57\x49\x5c\ \x26\x95\x56\xa8\xe8\x6f\x32\xb0\xb0\x4c\x66\x05\x97\x7e\xf2\x6e\ \xeb\xe9\x91\x0b\x7d\x23\x9c\x3a\x66\x60\xab\xa5\x95\x02\x96\x89\ \x56\xdb\x2a\x95\xd2\xa8\xb4\xcd\xed\xf9\xe7\x54\x83\x63\x6d\x23\ \x75\x7d\x0d\x0d\x75\x3f\x7f\xc3\x10\x0a\x59\x2c\x52\x05\x9d\x44\ \xdb\x39\xbf\xb4\x59\x81\xe7\x30\x29\x14\x9a\x90\x0b\x52\xd9\x47\ \x87\x97\xa4\x2c\x39\x0f\x60\xe5\x9b\xaf\x9d\xe9\xb6\x6b\xbf\xdd\ \x4b\x63\x1d\xdc\xaf\x13\x9c\xfb\xb5\x3d\xef\x57\xc2\x62\x36\x93\ \x5a\x49\x38\x63\x60\x60\xd2\xcb\x99\x79\x9f\x0f\x9c\x92\x2f\x06\ \x5a\xf5\x06\xdc\x54\x0e\x14\x6b\x7e\x65\x21\x94\x0a\x25\xd2\xf3\ \x00\x53\xbe\xd0\x72\x2a\x09\xa0\xf8\x67\xea\xcd\xf2\x7c\x3a\xe1\ \x4b\xc4\x7d\xc9\x68\x26\x17\x02\x8f\x15\x8d\x83\x89\x59\x49\xf0\ \x40\xb6\x62\xf1\x50\x28\x31\x9f\x88\xc6\x72\x3e\x7d\x2c\x9e\x9e\ \xb7\xfa\xc0\x69\x25\x7c\xf3\x29\x50\x30\xb6\x53\xcf\x0b\x81\x1a\ \xa6\xe2\xbe\xa8\x32\x94\x8a\x82\x62\x30\xd8\xe6\xb8\x93\x18\x4f\ \xc5\xe3\x56\xf0\x4c\x21\x36\x92\x31\x18\x5f\x8e\x32\x00\xd3\xf4\ \xb1\x98\x55\xbf\x90\x62\x5b\x53\xd6\x90\x33\xae\x17\x45\x61\xf7\ \xd8\x6c\x02\x92\xec\x8c\x21\x5a\xd9\x66\x3d\xaa\x18\x08\x11\x6d\ \x16\x95\xe6\xf1\x08\xa8\x32\x1e\x2e\x0f\x55\x56\x86\xc1\x94\x0c\ \x8f\x4f\x0d\x8f\xc2\x17\x20\xe1\xe8\xbd\xff\xfe\x19\x2f\xd1\x2f\ \x64\x13\x8b\xb9\x28\xfc\x65\x3e\x9e\x33\x95\x4d\xc7\xe2\xc9\x74\ \x28\x9e\xce\x46\x01\x02\x41\x15\x61\xef\x19\xbc\x4f\xb1\x15\x0c\ \x80\x7b\xd8\x43\xab\x9e\x47\x20\xea\x45\x30\x0f\x11\xc8\x0c\x06\ \xaf\x8c\x20\x62\xe3\x70\x44\x5e\x01\xa1\x0c\xbc\x1d\x39\xaf\x0c\ \x55\x84\x21\x97\xa2\x0a\x4b\x78\x25\x45\x28\x14\xe6\xb3\x81\x60\ \xdb\xde\x3d\x60\x0a\x8c\x5e\x7b\x30\xb0\xa7\x1f\x6c\x96\xc5\xe1\ \x05\xa6\x0b\xd8\xda\x5a\x6c\x1e\xbb\x49\x1b\x0c\x7b\xb4\x36\x8d\ \xda\xa4\x30\xaa\x8d\x0a\x95\x81\xcf\x37\xa9\x40\xb1\xa8\x78\x3c\ \x1e\xec\x0c\x07\x2b\xad\x6b\xad\xe5\x48\xb5\x6e\x9d\x56\x0b\xd8\ \xc3\x75\x38\xb4\x46\x89\xcb\xe1\x75\xbb\x4c\x16\x2f\x52\xbf\xc5\ \x23\x0b\x04\x02\x26\xad\x51\xa1\xd3\xaa\x75\x3a\x0d\x57\xa6\x92\ \xc8\xc5\xc2\x2a\xdd\xa7\xd2\xa3\x62\x31\x85\x44\x53\x19\x15\xb6\ \x16\xb7\xc3\xe1\x0e\x03\xef\xa9\xe4\x62\x87\x4e\xa1\x96\xc9\x41\ \x44\xec\x8e\xe6\xb6\xb0\x1c\xd9\x8e\xa3\x4d\xe3\x37\x1a\x0d\xee\ \x80\x4d\xae\x50\x9b\x0c\x5c\x7e\x15\x8d\xaf\xaa\xa8\x80\xa1\x48\ \x65\xc9\x6c\x34\x12\xcc\xb0\x75\x78\x1a\x93\x49\xc2\x4b\x29\xa4\ \x0a\x1a\xdc\xd2\x49\x74\x80\x57\x1b\xd8\x36\x2d\xd0\xa0\x4b\xab\ \x6b\x6e\xb6\x35\xbb\x8d\x7b\x40\xa8\xfc\xee\xa3\x46\x07\x58\x47\ \x57\xa0\xd7\xef\xb6\x7b\x7b\x9b\x23\x2d\xde\x26\x50\x66\xb7\x7d\ \x4f\x4b\x40\xee\xb2\x04\xdc\x06\x87\x23\x18\xb0\x1b\x3d\x1e\x93\ \x26\x18\x74\x80\xbd\xf4\xda\x34\x16\x5b\x20\xdc\xd4\x16\x0e\x20\ \xcf\x07\x5d\x36\x4f\xa0\xed\xd8\xe1\xc3\xfd\xfe\xa6\xe0\xee\xaf\ \x0f\x78\x7e\x18\x18\xf8\xfe\x2b\xf0\x6b\xb0\xdd\xa6\x16\x87\x2e\ \x6c\x44\xaa\xd6\xeb\x6c\x6a\x83\x4d\xad\x51\x19\x34\x72\x9d\x40\ \x0d\x74\x28\x10\x6a\xd5\x2c\x21\x1f\x2f\x14\x08\xf8\x7c\xa1\x44\ \x07\x96\x55\xa1\x92\x59\xd4\xb6\xbd\xdf\x6e\xff\x78\xe9\xd9\xda\ \x9f\x8b\xd6\x3f\x81\x79\x0a\x31\xc5\xf9\x05\xc4\xd2\x92\x3c\x72\ \x65\x65\x41\xa7\x69\x29\xa4\xb7\x2a\x19\xb8\xa1\xb1\xa9\x19\x40\ \xc1\x89\x09\xf0\x53\xe3\xf5\x63\x13\x53\xf7\x72\x6d\xab\x0f\xee\ \x34\x5e\x47\x0a\x3a\x4c\x8d\x22\xe1\xf0\x93\x93\xf5\xa3\xa3\x63\ \xe3\xd5\x93\xa3\x1b\x87\xa6\xf2\xc7\x80\x07\xaf\x56\x17\x15\xe7\ \xa1\x4a\x0b\xa2\x3f\xfd\xfb\xe8\xd1\xe3\x1d\xc7\x6f\xae\x01\x65\ \xdd\xf9\xe9\xcd\x87\x05\x25\x7b\x31\x11\x8a\x62\x50\x68\x00\xc2\ \xc6\xf6\xc6\xe1\xb1\xd1\xd1\xc9\x71\xd8\xfc\xf8\xe4\xd4\xe4\xf8\ \xd4\xd5\x5f\x87\x71\x6b\xcb\x8d\x48\xb2\xf4\xaf\xf7\xae\x4e\x0c\ \x97\x8f\xcf\x5c\xff\xe7\xea\xb3\xc3\x47\x76\x6e\xde\x74\x6a\x4b\ \x47\xd7\xc5\xa5\x2f\x06\x0f\x7e\xf9\x65\x57\x37\x18\xab\x73\x27\ \xbe\x38\x71\xee\xc4\x8e\x53\x9d\x3b\xef\x0f\x6e\xed\xec\xea\x38\ \xd4\xb9\x6d\xeb\x36\x24\xc5\xf0\xdc\xe0\xb6\x4d\xc7\x07\x07\x91\ \xa2\xed\x67\xcf\x9d\xb9\x7f\xe3\xfc\xc3\xc7\x0f\xee\x5f\xbe\xf1\ \xfc\xe6\xd9\xfb\x4f\x2e\xbe\x7e\x74\xff\xe5\xf4\xa1\xa7\x37\xdf\ \x3d\x79\xfe\xf6\xd1\xb3\x47\x8f\x5e\x3d\x79\x79\xfb\xfd\xfb\x7f\ \xdf\xaf\xdd\x7e\x3b\xfb\xe2\xe9\x8b\xb7\x97\x56\xff\x78\xfb\x7e\ \xfd\xdf\xdb\xb3\xeb\xb3\x7f\xfe\xf9\xf7\x9f\x19\x67\x6c\x3e\x01\ \x40\x48\xc4\x11\x50\x05\x64\x32\x1a\x87\xc9\x2b\x77\xda\xc2\x2a\ \x12\x09\x69\xef\x06\x76\x48\x5a\x5b\x07\xd3\x54\x2d\x9d\xde\x2a\ \x65\xd2\xb8\x15\x75\xb5\x1c\xa4\x0f\x45\xeb\xc8\xdd\x86\xda\x91\ \x5a\x26\x85\xa5\x73\x1c\xd9\xdb\x70\xb7\x15\x01\xc4\x5a\x7a\x15\ \x55\x2d\x93\xd0\xb0\x06\x98\x16\xf9\x24\x3a\x9d\xca\xa2\x9f\xee\ \x1b\xb9\x80\x94\xa2\xa9\x6d\x65\xaa\x8e\x0c\x68\x6a\x61\xc6\x23\ \x51\x2b\xb0\x9c\x06\x26\x5e\x28\x7c\x3c\x49\xd8\xaa\xba\xdf\x6e\ \x6a\x95\xb6\xf6\x5d\x18\xf9\xf9\xc4\x4b\x16\x9e\xc2\xc5\x52\xf0\ \x58\xd5\xf3\xb9\xfb\x87\x91\xa2\x66\x74\x92\x40\xc2\xa7\xe0\x99\ \xb5\x4c\x2c\x1d\x4b\x5a\x5f\x71\xd0\xd4\x5f\xa7\xee\xbc\x3d\xd6\ \xfb\xfa\x5b\x5a\xe4\x4b\xb9\x4c\x90\xfc\x27\x5f\x34\x9c\xcd\xa5\ \xa2\x89\x0c\xd2\xd5\x34\xea\x4b\x26\x72\xf3\x71\x67\x3c\x17\x8a\ \x46\xb3\xa9\x4f\x8b\xd4\xd1\x6c\x1a\x1e\xc4\x33\x99\x64\x76\x21\ \x1d\x8b\xc5\xe3\xce\xf9\x3f\xfe\xc8\x66\xe0\x47\x62\x48\x2d\xe5\ \x58\x0a\xee\xd2\x6f\xd2\xd1\xd8\xe2\xb5\xe5\x4c\x3c\x95\x4b\xc7\ \xf5\xd1\x6c\x2c\x9d\x8b\xf9\xb2\xd9\x4c\x34\x94\x75\x9a\xe3\xf1\ \x38\xe0\x61\xea\x53\x11\x87\x94\x32\x6e\x36\x3b\x79\x04\x3d\x42\ \x84\x49\x90\xc8\x64\x2c\x9e\x8d\x89\x70\x0c\x73\x22\x64\x36\x27\ \x53\x20\x10\x64\x3d\x83\x60\x4d\xb0\x79\xa1\x24\x52\xcb\x58\xe9\ \x8c\x5b\xc1\x9c\x65\xd9\xca\x2c\x92\x35\xc4\x53\x8a\xac\x3c\x30\ \x41\x6c\x22\x18\x71\x9c\x59\x2f\x42\x02\x47\x63\x4a\x5e\x99\xd5\ \x8a\x29\x20\xf3\x30\x20\x5c\x79\x18\x06\x0a\x23\xca\x83\x11\x37\ \x3a\x3a\x3e\x36\x3a\x0c\xb3\xe8\x6f\x20\x58\x05\xbc\x37\x99\xe5\ \x95\xb4\x39\x14\x8a\xfb\xcc\x48\x02\xa1\xcf\xc9\xb6\x86\xe2\xd1\ \x98\x2f\x2e\xd2\x47\xa3\x4e\x73\x22\x1e\xb3\x46\xc1\x60\x59\xd9\ \x3c\x50\x34\x78\x1d\x10\x2c\x7d\x54\xc9\x60\x10\x19\x22\x91\x92\ \x4c\x44\x83\x50\x89\x88\x38\x32\x11\x43\x24\x63\x30\x65\x28\xf8\ \x62\x90\x31\x25\x45\xe8\xbc\xfc\x92\x02\xf4\x67\xde\x3d\xfd\xbd\ \x11\x97\xcb\x1b\x6c\xf1\xdb\xfd\x81\x96\x16\x4f\x73\xc4\xd3\xe2\ \xf6\xdb\x4d\x0e\xb7\xcb\xae\xd5\x18\x55\x5a\x87\xdf\xa6\xd5\x69\ \x6d\x32\xbb\x5c\x6b\x30\x58\xb8\x62\x89\x50\x21\x96\xe1\x39\x54\ \x0a\xd2\xa4\x86\x4e\xaf\x03\x36\xab\x13\xea\xd4\x16\x83\x0d\x6c\ \x84\xce\x60\xd1\x1a\xdd\xda\x7e\x5b\xd0\x66\xb3\x59\xbc\x61\x50\ \x0c\x8d\xc3\x6f\xf1\x84\x4d\x3a\xa4\x91\xaa\x44\x2d\x36\x19\x4c\ \x32\xb9\x58\xad\xe6\x82\xd9\xa0\xf1\xab\xaa\x04\x6e\x93\xc9\x1d\ \xb0\xb8\xd5\x0a\x8f\xc4\x85\x20\x9c\x21\x2c\x10\xea\x3c\x2e\xb7\ \xc7\x64\x88\xa8\x5d\x5e\xaf\xc5\x0f\x5a\x67\x32\x69\x54\x16\x9b\ \x43\x2b\x51\x18\x6c\xe0\x4f\xf8\x2a\x2a\x40\xa5\x8c\x49\xaa\xa5\ \x6a\x04\x40\x59\x55\x70\xe1\xf4\xd5\xd1\xc1\xc3\x53\x41\xab\x5a\ \xb1\x58\x16\x5f\x22\xe6\xea\xbc\x06\x8d\x41\x6e\xb7\xb4\x68\x2d\ \x76\xbb\xc7\xd3\xe4\x77\x68\xdb\x22\xcd\xfe\x26\x97\xda\x13\x76\ \xf8\xdd\xcd\x2d\x01\x63\x30\xd2\xb4\x27\xe8\x02\x02\x74\x0f\xb8\ \xc2\xc0\xc1\x76\x9b\xdd\xe2\x30\xaa\x03\x11\x9b\xc3\x03\x1a\x05\ \x8a\xeb\x0a\x38\x9a\x0c\x96\x88\xcd\xeb\x0f\x34\x79\x07\xda\x02\ \x4d\x9e\x96\x80\x3b\xe0\xf5\xfb\xf7\xf7\x36\xf7\xdb\x5d\xfd\x3f\ \xfe\xd0\xfb\xcd\x5e\x8f\xff\x70\xb3\x37\x62\xf7\x23\x65\xfb\x4c\ \x46\x84\x3f\x34\x32\xb9\x5a\x2b\x97\xc8\x55\xb0\x49\x93\x5c\xa3\ \xd3\x49\x90\x6a\xac\x5c\x16\x22\x57\xc2\x2a\x31\x4b\xeb\xf0\xd8\ \x01\x18\x2d\x0e\x95\xd6\xb2\x27\xbc\xf7\xd0\x89\xce\xcf\xbf\x7a\ \x71\x69\x81\x48\x28\xaf\x2c\xc2\x88\x08\xd5\xd5\xc5\xf9\xf9\x95\ \x25\xb9\x3b\x59\x7d\x29\xa6\x20\x3f\xbf\x66\xec\xfa\x2d\x20\xbf\ \xa9\xb1\xf1\xa1\x8d\xc3\x43\xe3\x57\xef\xdd\xba\xe2\x6c\xe9\x3c\ \xf3\xe6\xfa\xcc\xf8\x75\x98\xe2\x86\x7a\xda\xc7\x87\x47\x7b\xc6\ \xea\xc7\xc7\x8b\x6b\xca\x8b\xeb\x7b\xca\x47\x27\x47\x27\x2b\xcb\ \x90\x74\xd5\xf9\xb5\xe9\xee\xe9\xce\x83\xdb\x0e\x6e\x3e\x73\xf1\ \xc9\x8b\xa5\x17\x6b\xeb\x3f\x5d\xfb\xf3\xa7\x0f\x59\xa5\x9e\x5c\ \x56\x5e\xde\x58\x53\xd3\xd3\xd8\x58\x9c\x5f\x09\xd2\xd5\x3e\x3a\ \x73\xf5\x97\x5b\xbf\xfc\xef\x7f\xbf\xfd\x73\x35\x5f\x3f\x5d\x70\ \xf5\xfa\xf8\xd5\x5f\xee\xdd\xbb\xde\x33\x79\xe5\xea\xbd\x5f\x7e\ \xcb\x5f\xda\xdc\xf2\x63\xe7\xd6\x53\xdb\xa6\x5f\x6e\xe9\x3a\xb8\ \x7b\x70\xd3\xe0\x60\xd7\x96\x1d\x67\x77\x1f\xea\x1e\x3c\x71\xe8\ \xf8\x96\xcb\xc7\x3b\x0f\x6e\xed\xdc\x3e\xd8\xd9\x31\xb8\xb9\x7b\ \xc7\x8e\x1d\xfb\x76\x6d\xed\x3c\x7e\xf1\xc1\xfd\x53\x67\xce\xed\ \x3b\x7f\xee\xc9\xc5\xc7\x4f\x1e\xdc\xbf\x78\xf3\xf5\x8d\xf3\xd3\ \xe7\xdf\xbe\x5b\x7b\xf6\xfa\xf1\xf4\xb3\xa5\xa7\x6b\xcf\x1e\x3e\ \x07\xb1\x7e\xfe\x72\x6d\xfd\xd2\xeb\xf5\xf5\x67\x6b\x8f\x3f\xae\ \xbe\x7f\xfe\xfc\xd2\x83\xf5\xd5\xd7\xb3\xb3\x7f\xbf\x9d\x7d\xf7\ \xe7\x9d\xf5\x59\x38\x14\x73\x3e\x25\x8e\x80\x63\x60\xca\x8a\xca\ \x30\x65\x79\xe8\xb2\x52\x74\xd0\xcd\xc5\x22\x78\x4d\xa1\x53\xa5\ \x0d\x75\x14\x10\x2c\x0a\x5d\x8a\x14\x31\xae\xc2\x72\xe8\x4c\xa4\ \xc1\xea\xdd\x9f\x7f\xee\x03\x8f\x45\xa7\xd0\xc4\x9e\xfd\xa6\x0b\ \x9f\x96\xa0\x48\x24\x7c\x15\x8d\x8e\xa7\x90\x14\x5a\x24\x34\x86\ \xc9\x61\x72\x38\x48\x15\x78\x24\xc8\xaa\xa1\x8e\x23\xf8\xfa\x73\ \x09\x3c\x55\x37\xd2\x27\xe5\xd0\x69\x4c\x3a\xb5\xca\x30\x3b\xa1\ \xdf\x62\x5c\x2b\x54\x7f\x5a\x53\x6f\xa0\xe7\x76\x63\x39\x14\x2c\ \xbe\x95\x49\xea\x5f\x5d\xdb\x6f\xc7\x52\xe8\x78\x6a\x85\x4a\x22\ \xc6\x82\xcd\xe3\x80\xcd\xa3\xfd\x79\x4d\x47\x55\xed\xc9\xe4\xad\ \x6d\xe9\x3d\x6e\x97\x7c\xad\x96\xf1\xc3\xc5\x33\xf7\x4f\xa1\x57\ \x32\x19\xa4\xb8\x7a\x3c\x9a\x8b\xc6\xe3\x89\x24\x78\x90\xe8\x7c\ \x02\x29\x8c\x65\xce\x65\x91\x04\x65\xa4\x83\x6a\x08\x09\x64\xf7\ \xa5\x92\xd9\x44\x76\x21\xbb\x88\x34\x9e\x48\x67\x7d\xc9\xd4\xf2\ \x42\x2e\x9d\x4a\x2d\x2c\xae\xa4\xad\xf3\x1f\xe6\x3e\x24\x91\x85\ \xf7\x44\xca\x99\x0a\xa5\xe3\xa9\x0c\xe0\x56\x22\x9a\x71\x2a\xf5\ \xd6\x58\x08\xa9\xd7\x17\x45\x92\x8d\x9d\x89\xa8\x12\x94\x27\x14\ \x8f\x01\x99\xc5\x43\x8b\xcb\x89\x78\x3c\xca\x23\x13\xad\x29\x36\ \x03\xd4\x2f\x69\xb6\xb2\xf5\x00\x90\x60\xf6\x9c\x59\xa4\x52\xa0\ \x3e\x1a\x7a\x93\x12\x59\x41\x54\xe2\x31\x86\x39\xc4\x66\xb0\xad\ \x66\x27\xa8\x1a\x2f\x0a\xe2\x21\x12\xf1\xf4\x0c\x22\x2e\x1e\x22\ \x14\x10\x19\x0c\x32\x19\xc4\x8b\x8d\x2b\x02\xe7\x43\x14\x61\x86\ \xc1\xd7\x4f\x4e\x81\x62\x8d\x0d\x5d\xf9\x1f\x20\x61\xa1\x3e\xb7\ \x98\x0b\xf9\x7c\x09\xd8\xb2\x33\x1b\x8a\xa7\x62\x4a\x20\xd7\xa4\ \xd2\x67\x8d\x3a\xe1\x8f\x4d\x98\x9d\x66\xbd\x52\x6f\x46\xd2\x89\ \x94\x7a\xa5\xd2\xaa\xb7\x12\x08\x3c\x06\xc0\x20\xb9\x0c\x03\xa3\ \x95\x8c\x23\x7c\xd2\x29\x74\x19\x01\x47\x2c\x83\xa9\x09\x69\xa8\ \x83\x41\x95\xe4\x61\xca\x0a\x8a\x8b\x0a\xca\x3e\x3b\x1a\x09\xda\ \xbc\x91\x36\x57\xf8\x98\xc7\x7e\xd8\xd3\xd4\xdf\xdc\xe4\xb5\x04\ \x1c\x5a\xb7\xc3\x64\x73\xd9\xe0\xd8\x33\x7a\x90\x20\x75\x85\x42\ \x27\x93\x28\xf8\x6a\xb5\x58\x2c\x53\xb1\x54\x02\x31\x30\x21\x96\ \xd3\xca\x91\x62\xe9\x75\x4c\x4e\x05\x09\x0f\xc0\xc8\x95\x2b\xec\ \x26\x83\xc5\x6d\x57\x1b\xfd\x76\x8b\xdd\xa2\xb6\x7b\x34\x6e\xb7\ \xdd\x6e\xf7\x06\x90\x46\x35\x2a\xb7\x44\xc3\x12\x72\x91\x66\xa5\ \x42\x19\x18\x36\x9d\x50\xc1\xe5\xf3\xf9\x62\x1a\xd2\xa7\xc6\xe5\ \xd7\xa8\xc4\xc0\x84\x06\x31\x4d\x60\xf7\x53\x54\x4d\x36\x97\xc5\ \x66\x31\xd9\x8d\x3a\x7b\xd8\x63\x90\x6b\xd5\x46\xa3\xda\x00\x46\ \x4f\x2b\x36\x58\x34\x1a\x2e\x8d\x4b\x65\x09\x58\x42\x9d\x4c\x40\ \xab\xe0\xb3\xf8\x15\x02\x16\x9f\x55\x45\x3f\xcd\x81\xe9\x95\x49\ \xc3\xd7\xd5\x71\x28\x54\x96\x58\xa8\xd1\x18\xfd\xb0\xe3\x5a\x97\ \xc1\x61\xd4\x9a\x3c\x6d\x16\x4f\xd0\x60\x74\x98\x5c\x26\x9b\x3d\ \xe0\x0d\x34\x7b\x5d\x03\xee\x7e\x97\x31\x12\x08\x86\x0d\xf6\x80\ \xa9\xb9\x17\x1c\x1c\x80\x9c\xcd\xd5\xeb\x46\xba\x78\xed\x3d\x1a\ \xb0\x5b\x3c\x76\x77\x93\xcb\x15\xec\xf7\x06\x41\xa1\x1c\xb0\x0d\ \x83\xdf\xb1\xd7\xed\x39\xb0\xa7\xd7\x1b\xe9\x6f\x6e\xd9\xfb\x43\ \xff\xf7\x3f\xee\xed\x3d\xba\xa7\xf9\xc0\x81\xe6\xa6\xb6\x36\x93\ \x6b\x6f\xd8\x6f\xb4\xc3\x3e\x4a\xdc\x26\xb9\x4e\x07\x9e\x52\xce\ \xd5\xc8\xed\x5e\x1d\xbc\x85\x32\x89\x4e\x23\x11\xb3\xb8\x02\x99\ \x90\xcf\xad\x12\x72\x4d\x1e\x8f\x5b\xf7\x09\x4b\xc3\xbd\xee\x83\ \x4f\x67\x9f\x3e\x99\x3e\x7f\xe8\xe3\x82\x33\xc4\x28\xca\x2f\x2e\ \xae\xa9\xaf\xef\xe9\xa9\x61\x10\x86\x70\x89\xa2\x22\x32\xa6\x78\ \x72\xe6\xca\x95\xf1\xd1\xb1\xe1\xb1\xb1\xb1\x9e\x99\xc9\xa1\x99\ \xc9\xc6\xf6\x5b\xb3\x3f\x2e\xe4\xd8\x63\x33\x13\x3d\x63\xa3\x8d\ \xc3\x43\x3d\x3d\x43\x30\x68\xc6\xaf\x97\xa2\xaa\x1b\xf3\x2b\xeb\ \x87\xa6\xaa\x8b\xd0\x4a\x1e\xc3\xf7\x24\x10\xd8\xb4\x7d\x67\xd7\ \xf6\x9d\x37\xef\x3f\x59\x7b\xff\xfc\xe3\xa5\xb9\xb9\x85\xc5\xb9\ \xf5\x3b\xb3\xb7\xb3\xfa\xb2\xea\xc2\xf2\xea\xea\xf2\x8d\x1b\xcb\ \xf2\x8b\x87\xae\x5c\xfd\xf5\xde\x95\x5b\x33\x13\xbf\xfe\x72\xef\ \x9f\xbf\xae\x0e\x0f\xbd\x39\x67\x9e\x69\x6c\x9f\xbc\x72\x1d\x5c\ \xdc\xf8\x64\xfd\x50\xcf\xd4\xbd\xc9\xdc\xe7\xdf\x6d\xbb\xbc\xef\ \xcc\xfd\xae\x4d\x9f\xef\x1f\xec\xdc\xba\xb3\x73\xeb\x8e\xe9\xfd\ \x9d\x3b\x76\x1c\x3f\xd1\xdd\x71\xb9\x63\xfb\x96\x5d\x3b\x3a\x36\ \x7d\xbe\xe5\x5c\xd7\xce\xe3\x5d\xdd\x1d\x9d\xe0\xc7\xba\xa7\x1f\ \x9f\x99\xbe\x39\x7d\x68\xfa\xc6\xa9\x87\x0f\x6f\x3c\x79\x77\xf3\ \xe9\xf4\x8d\x87\x8f\xd6\x56\x5f\xbf\x7e\xfa\xfc\xf8\xcb\x67\x2f\ \x9f\x3f\x38\xb5\xb6\xfe\xf6\xfd\xeb\xb5\xdb\xef\x2e\xbd\x9b\x5b\ \x7a\x78\x69\x6d\xf9\xa7\xd7\xaf\xdf\x3e\x7b\x78\x7b\xf5\xd5\xec\ \xbf\xeb\x73\x77\xd6\x3f\x7c\xf8\xb8\x9c\x48\x26\x94\x6c\x32\x4a\ \x44\x40\x7a\xaa\xe4\xe5\xa1\xd0\x98\xe2\xd2\xfc\xaf\xc2\xba\x0a\ \x2c\xbd\xa2\x02\x8f\xa5\x37\x70\x90\x96\x49\x34\x29\x87\xc3\xc1\ \x32\x6b\x81\xd1\x90\x66\x85\x02\x45\xc3\xff\x9d\xbc\x7b\xe1\x34\ \x5d\x80\xad\xa5\xab\x5d\x60\xbe\x80\x12\x29\x2c\x2c\x50\x1b\xa7\ \x82\x8a\xc7\x62\x99\x78\x3a\xa7\xe1\xe4\xc9\x0b\x23\x23\xd2\xd6\ \x56\x24\x71\xba\x81\x83\xd7\x1d\x71\xd7\xd1\xe9\x4c\x64\x28\xb5\ \x4a\xb1\x14\x2c\xcd\xd6\x4f\x1c\x4f\xef\x0e\xac\x14\xca\x98\x94\ \x5a\x69\xdf\x69\x35\xc3\x85\x94\x90\xa1\x61\x29\xac\xcf\xe7\xa6\ \xfb\xb9\xf4\xba\x3a\x3c\x97\xca\x35\x22\x05\x64\x39\x48\x29\x36\ \x6e\xcc\x67\xa2\xb1\xec\xf1\xfa\x17\xdb\xb6\x5f\x54\xed\x31\x55\ \x09\x58\x5d\xc3\x59\x5b\xd9\xf0\x42\x2e\x1b\x0f\xcd\x23\xad\xbc\ \xe2\xe0\xb5\x9c\xa0\x58\xb1\x54\xc8\x1a\xcb\x00\x32\x65\xe3\x8b\ \x89\x85\xf9\x64\x28\x05\xbc\xe8\x8c\x21\xb1\x09\x29\x10\x22\x5f\ \x28\x11\x7d\xb3\xbc\x1c\x03\x49\x02\x50\xcc\xe4\x12\xb9\x37\xa9\ \xd4\x4a\x0e\x70\x31\x87\x44\x8d\x66\x92\x80\x79\x48\x9b\xaf\x74\ \x2e\xa5\x4c\x45\xf5\x09\xb0\x6e\xd9\x85\x44\x32\x95\xd5\xc7\xc0\ \x89\x85\x88\x04\x91\x28\x91\x0c\xc1\xef\x46\x7d\x0b\x99\xf4\x72\ \x2c\xc6\x63\x58\x13\x21\x25\xc3\x0a\xcf\xe9\xcd\x44\xb6\xcf\xea\ \x8b\xea\x95\xe6\x85\x74\x94\x67\x06\x52\xcd\x25\x7d\x69\xd8\x1f\ \xab\x52\xc4\x0e\xf9\x88\x64\x33\xd1\xec\x04\x68\x33\xb3\x71\x0c\ \x1e\x8e\x11\xd2\xe7\x11\xf5\x51\x42\x01\xc1\x8c\x41\xa3\xf3\xca\ \x4b\x44\xe4\x92\x12\x90\x1a\x32\xae\x7d\x6a\x74\x0c\x5c\xfe\xd0\ \xf0\x50\xcd\xd4\xaf\xbf\xff\x37\x5a\x62\x7d\xb3\x08\x8e\xd0\x0c\ \x2a\x28\x62\x47\x01\x51\xe7\xf5\xd6\x68\x32\xa9\x04\xd0\xf4\xc5\ \xa2\xb1\x98\x2f\x1a\x8b\x5b\x9d\x66\x9c\xd3\xcc\xd6\x9b\x43\x4a\ \x9f\x12\x2d\x32\x13\x19\x4a\x76\x41\x29\x19\x21\x41\x9c\x88\x4c\ \xe4\xb1\x31\x04\x74\x1e\x81\x5c\x80\xac\x56\xa2\x18\x64\x74\x5e\ \x49\x5e\x1e\x06\x83\xcb\x2b\xcc\x2b\xf9\xac\x37\x68\x33\x85\x9b\ \x9a\x6c\xde\xbd\xc1\x70\xb0\xad\xc9\x6d\x0f\x47\x5c\x4d\x61\x17\ \x00\x92\xc7\xe6\x01\x24\x74\x99\xe0\xb8\xd7\xaa\x2d\x88\x45\x10\ \x83\x5e\xc1\x01\xc8\xa2\x55\x91\xf8\x32\x4a\x45\x15\xad\x8a\x45\ \xc1\x57\x50\x99\x54\x3e\x45\x21\x97\xc9\x15\x20\x59\x6a\x70\x15\ \x0a\xad\x3b\xa0\x00\x7d\x30\x18\x8d\x32\x87\xc1\xe2\x52\x98\x74\ \x12\x89\x46\x81\xd4\xfd\x94\x73\xb9\x7c\x31\x5f\x21\x91\x70\x2d\ \x2a\xb5\x98\x2f\x16\xca\x04\x7c\x85\x02\xa0\xc9\xa3\xe1\xcb\x34\ \x06\x83\xdb\xc0\x97\x59\x6c\x6a\x7e\x9b\xdc\xaf\x31\x36\x85\x1d\ \x5a\xed\x9e\x70\xbf\xc5\x62\x51\x58\x8c\xcd\x36\x93\x49\xcd\x17\ \x9a\x6c\xc0\x9c\x62\x98\x28\xf1\x58\xa1\x4c\xc8\xa2\x81\xd9\x02\ \x83\x45\xa2\xd0\xe8\xad\xb5\xcc\x06\xba\x54\x5a\x41\x43\x46\x1b\ \xa9\x8a\xc6\xd5\xa9\x74\x26\x03\x08\x9d\x41\xad\x56\x98\x02\x6e\ \x9b\x1d\x40\xce\xeb\xd0\x18\x82\xc6\xe6\x80\x2b\xe0\x35\xea\xc2\ \xe1\x66\x8d\xd1\xee\xb1\xab\xc1\x3d\xa9\xed\x01\x0d\x90\x60\x30\ \xa0\x69\xea\xb7\x69\x1d\x76\x83\x29\x10\x0e\x78\x22\x76\x8b\xc9\ \x11\x8c\x34\x1f\x0b\x5b\x7a\xf7\x34\xdb\x2c\x96\xc8\x40\x53\xa0\ \xd7\xee\xf6\xef\xf5\x07\x8f\xed\xed\x8d\xec\xfd\x6e\xef\x57\xdf\ \x1c\xd8\xfb\x7d\xf8\xc0\xde\xde\xe0\x1e\x97\xc3\xe1\x8f\x04\x5d\ \x0e\x8d\xc3\xa0\xd0\x4a\x54\x5a\x19\x4d\x61\x92\x88\x2d\x06\xad\ \x5a\xad\xe2\x73\x65\x60\xb9\x04\x55\x0a\x3e\x55\x26\x51\xc9\x54\ \x5c\x85\x5a\x61\x68\x0b\xb7\xf9\x5d\x7b\xda\x5a\xf6\x36\x9f\x78\ \xf4\xe2\xdc\xea\xfb\xd5\xd9\x3b\x29\x06\x7c\x58\xe5\x35\x95\xc8\ \x62\xf7\x64\x4f\x25\xb9\x32\x2f\xbf\xc0\x5c\x5c\x5d\x8d\xac\xa1\ \xd7\x37\x8e\x22\xfc\x37\x39\x39\x3e\x36\x3e\x8c\x2c\x31\x29\xbd\ \x77\xd8\xa2\xc9\xc9\xe1\xf6\xfc\xf2\xc9\xe1\xd1\xd1\xd1\xe1\xa1\ \x0d\x3d\xf5\x69\xdc\xc6\xe1\x8d\x85\xe5\xc3\x1b\x8a\x50\x4a\x6b\ \xf2\xa7\x63\x4c\xdd\x97\x5d\xbb\x0e\x3d\x7c\xb1\xf4\x71\x7d\x76\ \xf6\xfd\xed\x3b\x73\x73\x77\xde\xe4\x12\x31\x1c\x99\x2d\x22\x92\ \x51\xa8\x82\xc2\xa2\xea\xfa\x8d\x1b\xda\xeb\xaf\x5c\xbf\x35\x33\ \x34\x86\x00\xe1\xf5\xc9\x5b\x7f\xfd\xf5\xd7\x2f\xff\x94\xee\x4e\ \x8f\xa2\xad\x4b\x0f\xee\xe4\x9c\xe8\xfc\x9a\xfa\x9a\xea\x9a\xe1\ \xdf\xae\x47\xcf\x6c\xdd\x72\xea\xe5\xe6\x5d\x9b\x76\x83\x8d\x1a\ \xdc\xb2\x6d\x13\x12\x74\x75\x7c\xc7\x8d\x9d\x9d\x37\x37\xed\xde\ \xb2\xa9\xb3\xb3\x63\xfb\xf6\x4d\xdb\x36\x1f\xef\xda\x77\xbc\xa3\ \x73\xf0\xf2\xd9\x1b\x4f\xce\x9c\x3a\xbe\xef\xc4\xa3\xfb\x97\xcf\ \x2f\xbd\x7c\xf2\xf8\xe1\x83\xe9\x33\x4f\x5e\xbf\x78\x82\x54\xb9\ \x3a\xb3\xf6\x62\xe9\xe5\xd3\xa7\x97\xde\xad\x3d\x7c\xf5\xee\xd2\ \xda\x9d\xf5\x7f\x5f\x2c\xcd\xbe\x7a\xb3\xfe\xea\xd2\x8b\xb5\x97\ \x7f\xff\xbb\x76\x69\x6d\x7d\xe5\xda\x9b\x5c\x72\x6e\x21\x96\x4c\ \xea\x81\x12\x44\x05\x65\x05\x38\x74\x59\x5e\x5e\x29\xb9\xb8\xa8\ \x7a\x67\xc4\x52\x41\xa7\x60\x6b\xb1\x58\x29\x05\x2b\x6d\x90\x22\ \xfe\x9a\xd3\x4a\xaa\xa8\x95\x22\x8d\x9c\xfb\x58\x27\xce\x1d\x54\ \xdd\xbd\x7b\xba\x81\x2a\x61\x36\x50\xa4\x17\xfa\x5a\x3f\xb5\xd6\ \x01\x93\x84\xb4\xbf\xe9\x6b\x68\x95\x8e\xf4\xd5\xf5\x5d\x38\x79\ \x1a\x69\xb4\xd3\x5a\x47\x87\xff\xc1\xd2\x2a\xb0\x15\xcc\xd6\xba\ \xba\xda\x11\x29\x85\x52\x57\x47\xaf\xeb\x23\xb5\x6d\x1b\xee\xb9\ \x76\xe4\x07\x67\x9e\x98\x53\x27\x6d\x1d\xf9\xbf\x83\x19\x3a\x1c\ \xa9\x75\xfb\x00\x00\x20\x00\x49\x44\x41\x54\xf8\x37\x3a\x55\x4c\ \x53\x3c\xba\xb3\xc9\x50\xc1\xa9\xa5\x08\xf8\x62\x9b\x9d\xce\x64\ \x92\xaa\xe8\xf4\x5a\xa6\x70\x31\xa4\x23\xf1\x5d\xcb\xa3\x1f\x76\ \xbc\xda\xaa\x08\x52\x61\x3e\xbd\x53\xfc\xf7\xdc\xf5\x7b\xc9\xf9\ \xc5\xe4\xc2\xbc\xcf\x0a\xe0\x17\xf2\x59\x43\x48\x5c\x43\xd2\x89\ \x74\xe6\xca\xbc\x89\x39\x63\xc9\x14\x48\x4d\x22\x17\x07\xc9\x08\ \xb1\x91\x12\xc9\xe9\x64\x72\x21\x04\xd7\xf9\xf4\x7c\x66\x3e\xad\ \x47\x5a\x39\xa4\x3f\x64\xb3\xd9\x95\xf4\x7c\xf4\xcf\xa4\x2f\x9e\ \xc9\xc5\x92\x31\x5e\x2e\x19\xcb\xa5\x40\xb5\x92\xa0\x36\x59\x67\ \x16\x6e\x01\x16\x43\x89\x18\xcf\x19\xc2\x30\x44\xca\x50\x3a\x91\ \x5a\x70\x26\xd3\x8b\xa0\x6f\x20\x21\x38\x33\x48\xa4\xd2\xec\x43\ \xd6\xbc\x45\xe0\xc0\xcc\xce\xb8\x2f\x1d\x53\x82\x83\x0a\x01\xc2\ \x99\x7d\x40\x8d\x4e\x20\x41\x82\xd2\xac\x67\x5b\xc9\x40\x70\x3c\ \x9e\x8f\x8c\x22\xeb\x91\x86\x86\x65\x25\x18\x33\xa3\x90\xcc\x43\ \xa3\x09\xc4\x02\x14\x81\x5d\x58\x42\x54\x12\x89\x84\x9e\x89\x89\ \xf1\xf1\x89\xa9\x9e\xe1\xb1\x9a\xc9\xbf\x7e\xff\x6f\xbc\x34\x74\ \x6d\x61\x39\x95\x8b\xfa\x7c\xa2\x90\x5e\x9f\x48\x84\xc0\xa9\xa5\ \xe6\x9d\x80\xb8\xe6\x68\x22\x9a\xf6\x29\x45\xa1\xb8\x35\x9e\xb4\ \xc6\x13\x64\xbd\xd5\x4c\x14\x31\x18\x7a\x27\x0f\x66\xa3\x32\x0c\ \x43\x49\x16\xb1\xcb\x70\x0c\x24\x19\x1a\x39\x6b\x88\x46\xa3\x8b\ \xf3\x0a\x70\x64\xa4\x74\x03\x2a\xaf\x2c\x0f\x85\x2a\x46\xa3\x3f\ \xb3\xdb\x4d\xf6\x7e\x57\x04\xc0\x28\xe2\x6e\xb3\xf9\x3d\x70\x54\ \xbb\xdd\x81\xb0\xd1\x60\x53\x5b\x64\x9a\x80\x49\x0e\x0f\xe4\x5a\ \x85\xcd\x05\xbe\xc1\x6e\x70\xd9\x1d\xe0\xa4\x48\x5c\x21\x8d\x45\ \xad\x40\x96\xb2\x04\x15\x24\xae\x98\x45\xa2\x73\x35\x6a\x8d\x5c\ \xa5\x73\xa9\xc5\x0e\xa3\x5d\x0d\x87\x79\x5b\x8b\x45\xab\x33\xa9\ \xb5\x6a\x8d\x49\xc2\x97\x48\x0c\x12\x2e\x52\xbe\x9d\xcf\x15\x70\ \xf9\x5c\x70\x63\x2c\xb9\x86\xa5\xe0\x72\x59\x62\x3c\x56\x0d\x8e\ \x4e\xa2\x31\x28\xf8\x3a\x0d\xd7\x61\xaf\x12\x6a\x1c\x1a\x89\x42\ \xe3\x72\xb8\x3d\x16\x7f\xc0\xed\x68\x6a\xf1\x38\x74\x72\x05\x60\ \x1a\x38\x38\xad\xce\x62\xb2\xc9\x68\x14\x3a\x85\x43\x12\xa8\x34\ \x12\x8d\x8a\x4b\x62\x51\x25\x02\x2c\x96\x46\x47\x72\xf6\x3f\xc5\ \x35\x00\x19\xd0\xf1\xd8\x0a\xa1\xce\xee\x31\x28\x14\xe2\x80\x49\ \xa1\x51\xd9\x9a\x1d\x08\x15\xfa\x5d\x06\xbf\x3d\x18\xd6\x22\xc6\ \xca\xef\xf2\x1a\x22\x2e\x9b\xcd\xe0\xf2\xbb\xfd\x06\x93\xcb\xaf\ \xb6\x69\x9b\x3c\x46\x64\xe1\x2e\x60\xb0\x6b\x5c\x61\x8f\xc7\x82\ \xa4\x05\x79\x8c\xde\xb6\xa6\x81\xa6\x96\xb6\x81\xb0\x5f\xe7\x72\ \x07\x1d\x9e\x16\x6f\xd3\x40\xf0\xc7\x1f\x9b\xc2\x6d\xcd\x07\xda\ \x0e\x1f\x1e\xf8\xee\xe0\x57\x47\xbf\xfd\xa6\x6d\x4f\xd0\x63\x37\ \xfa\x3d\x2e\xaf\xd1\xa2\x73\x69\x74\x32\x93\x01\x10\x58\xab\x0d\ \x5b\x74\x06\x95\x58\x22\xd3\xc9\x25\x54\x78\xc3\x54\x60\x07\x55\ \x62\xa1\x41\x4e\x03\x44\x6e\xde\xfd\xfd\x9e\x6f\xc2\x81\x6f\xce\ \x3e\x7d\x3a\xbd\x36\x37\xf7\x72\xf6\xec\xaa\x4f\x1f\xd7\x17\x6d\ \x28\x1e\xdb\xb8\x71\x62\xe2\x7a\x25\x39\x7f\x43\x79\x09\xa1\xb2\ \x72\x14\xb9\xd4\x4c\x21\x6b\x9b\x93\xa3\xa3\x3d\xe3\xc3\x35\x53\ \x1b\x37\xd6\x5f\x89\x7b\x96\x88\xc5\x53\xf5\x28\x46\x3e\x08\x18\ \x92\x03\x38\x3e\x15\x8f\xeb\x8b\x45\xc5\x45\xf9\x25\x6c\x06\xd1\ \xf7\xe1\xa6\xee\x34\xb7\xe9\xeb\x7d\xb3\xcb\x2b\x77\xfe\xbd\xf6\ \xe6\xe3\xec\xdc\xdc\x4f\x1f\xee\xdc\x59\x9e\x9b\x0f\x39\x95\x05\ \xe5\xf5\x25\x28\x54\x19\xba\xa8\xb4\xb8\x7c\xe3\xe8\xd0\xd8\xd0\ \xe8\xf0\xd8\xc4\x44\xfb\xf0\x14\x00\xe6\xf8\x70\xe3\xaf\xbf\xfd\ \x35\xfb\x8d\x33\x77\xfc\xdd\xce\x6d\xa7\x2e\x9f\x7a\x3c\x8f\x6e\ \xdf\x38\x34\x35\x3c\x7c\xef\x56\xe9\x8b\x9d\xe7\x3e\xdf\xbc\x65\ \xf3\x96\xc1\xb3\xe7\xba\xb6\x1f\xbf\xb8\xa3\x73\x67\xc7\xee\xcd\ \xdb\x3b\x9e\x6c\xfe\x62\x47\xd7\xa6\xed\x9b\xb6\x77\x74\x77\x75\ \x77\x6f\x3b\x74\xf1\xec\x99\x9d\x17\xcf\x3d\xb9\xb9\xe3\xc1\xb9\ \xf3\x87\x2e\x4f\x4f\xbf\x7e\xf2\xfc\xd9\x93\xfb\x4f\x1e\x3d\x5d\ \x5a\x5b\x7b\xfa\xfc\xe6\xf3\xe9\x73\xcf\x5e\xfe\xbd\x76\xf3\xe1\ \xeb\xb7\xaf\x5f\xbc\x7a\xbf\xf6\xe2\xdf\x3b\xef\x5e\xbf\xbd\xb3\ \xba\xb8\xf4\xf0\xf6\xec\xfa\xeb\xd5\xdb\x60\xba\x6e\xcf\xcd\xe5\ \x12\x1f\x56\x80\x95\x7c\x3c\x3d\x06\x43\x28\x2b\x43\x1a\x6b\x16\ \x15\x16\xe5\x95\x94\x6c\x7c\xd5\xef\xa5\x61\x2b\x68\x48\xeb\x24\ \x3c\xb3\x15\x59\xc4\x62\x4a\xc1\x34\x31\xe9\x0d\x7d\x0d\x52\x66\ \xc3\xe1\x4d\x8e\xcd\xd3\x86\x0b\xd2\xbb\x54\x1b\xa9\x0e\x90\xef\ \x34\x58\xa9\xbb\x7d\x0d\x77\x81\x13\x2f\xdc\x3d\x09\x97\x91\x91\ \xd6\xda\xbe\xbb\xa7\x47\x4e\xd7\xb5\x8e\xd4\x9d\x6e\x6d\xe0\x70\ \x04\x54\x0e\xb2\x22\x8b\x9c\x66\xc4\x62\x39\x75\xb5\xf4\xd6\x3e\ \xae\x7a\xf5\xfa\xd0\xfa\xd7\x5b\x0a\x88\x34\x64\xc1\xbe\xf6\xe7\ \xe7\x2f\x1a\xb0\x75\x75\x4c\x2c\x96\xea\xbd\x79\xf3\x4b\x19\xbd\ \x41\x5a\xc5\xa7\xe9\xbe\xd6\xe1\xf1\x54\x21\x5e\x4a\xa9\x6d\x10\ \x64\xb2\x16\x66\x95\x6e\x76\x2c\x7d\xe2\xf5\x0f\xd6\xaf\xe9\x54\ \xaa\x8b\x18\x2a\x2c\x2d\xfe\x5f\xfe\x72\x16\xa9\x76\x1e\xca\xa4\ \x90\x84\x98\xdc\xc2\xa7\x10\xa9\x95\x64\x66\x7e\x61\x39\x9b\x8d\ \x65\x72\x8b\x99\xb9\x54\x32\xee\x8c\xcf\x23\xbd\x0a\xe7\x91\x24\ \x9e\x65\x20\xbe\xd8\x4a\xf6\x4d\x36\x35\x9f\x4a\xa6\x7c\x89\xc5\ \xdc\x7c\x2e\x91\xcd\xa5\xa3\x48\xeb\x3f\xc0\xae\x28\x23\x14\xcf\ \x25\x17\xd3\xf1\x68\x7a\x21\xae\x8f\x85\x42\xa9\x44\x7a\x31\x9e\ \x4a\xc5\xe7\x63\x3e\xbd\x95\xa8\x54\xea\x63\x0b\x4e\x90\x30\xe4\ \x7c\x5d\x4c\x19\x4f\xea\x09\xe6\x78\x88\xcd\x8b\x65\x13\x3e\x25\ \x81\x1c\x4b\x00\x0c\xa6\x33\xa9\x14\xb8\xd7\x68\x34\x1a\x9f\xcf\ \x59\xf5\x29\x2b\xe8\x96\xc8\x1c\x02\xbd\x82\x77\x5c\x99\x30\x33\ \x18\xe8\x02\xa4\x92\x82\xd3\x89\x03\xa7\x85\x2a\x61\x38\x31\x64\ \x33\xaf\x0c\x09\x19\xcd\x2b\x23\x13\xd9\xc4\xf6\xf1\xe1\xa9\x49\ \x98\x44\xc7\x86\x6b\x26\xff\xf9\xfd\xaf\xb1\x7c\xfd\x9b\x85\x18\ \x18\xb9\x50\xda\x69\x86\x8d\xa5\x9c\x66\x91\x28\x9e\x42\x8a\x04\ \xfa\xe2\x49\x9e\xd5\x19\x8d\x86\xac\x48\xd1\x64\xbd\x59\x64\xe5\ \x21\x50\xa8\x8f\x5a\x79\x48\xbd\xad\xd0\xa7\x4a\x36\x04\x1c\x99\ \x6c\x05\xc7\x85\x23\x63\x0a\xc8\xa2\xbc\x82\x4f\x25\xfd\x0a\xd1\ \x3c\x54\x69\x49\x29\x06\x87\x29\xfd\x4c\xab\xf5\x47\x6c\x36\xbb\ \x3b\xb8\xc7\x1d\x70\xf8\x83\x81\x70\xd8\xdd\xeb\x6a\x73\xb8\x4d\ \x70\xc8\x49\x0c\x6a\x85\xc5\x60\xd3\x19\x4c\x32\x6d\x93\xc9\x68\ \x73\xa8\x8d\x26\x93\x44\x4d\xaa\x52\xa9\x04\x02\x2a\xad\xaa\x02\ \xe6\x23\x52\x55\x05\x8b\x42\x22\x91\xc4\x6a\x03\xb2\x2c\xaf\xd2\ \xd8\xb8\x3a\x83\xcd\xed\x08\xab\xb4\x76\x83\xcd\x21\x01\x99\xe1\ \xd2\xc4\x12\x2d\x50\xa5\x10\x5c\x9a\x50\x01\x46\x43\x25\x14\xa8\ \x54\xe2\x2a\x1a\xdc\xb1\x98\x52\x81\x18\x59\xb2\xd7\x99\xc0\x0b\ \xa9\x15\x42\x81\xcc\x7f\xd4\x2e\x37\xe9\x2c\x1e\x8b\x05\x94\xd3\ \x6b\xef\x6f\xb6\x6b\x4d\x3a\x8d\x36\xa8\x13\xeb\xb4\x72\x93\x1a\ \xc0\x8a\x05\x5c\xa5\xa0\xca\x58\x62\x15\x57\xa2\xc3\x53\x49\x34\ \x01\x17\x8f\xa5\x56\xd1\xeb\x2a\x2a\x28\x14\xa4\xce\x37\x93\x52\ \x41\x13\xa8\x84\x06\x03\x57\x20\xd7\xba\x14\x6e\x9d\xc1\x60\xb4\ \xf8\x8d\x0e\x4f\xb8\xd9\xef\x06\xe1\xf5\x7b\xbc\x88\x6f\x0a\xf6\ \xbb\x1d\xde\xbd\x26\x79\xc4\xeb\x35\x04\xc2\x5a\xbb\xdb\xd5\x62\ \x77\x04\xc3\x76\x87\xc7\x62\xf7\xb4\xb9\x75\xbd\x8e\x70\xb8\xcd\ \xed\xb7\x19\x8f\xd9\x9b\x9b\x8d\x2d\xc7\x06\x7a\x5b\xdc\xc1\x03\ \x41\x47\x93\xfd\x87\x96\x81\x1f\x7e\x3c\xea\x32\x34\xed\xff\xe2\ \x87\x7e\x78\xb4\xe7\xfb\x2f\x06\xda\xbe\xe8\xb7\x9b\xfa\x83\x7e\ \xbf\x1f\x50\x58\x2b\x97\x6b\x4d\x2a\x99\x58\x03\xc2\xa5\xd2\xa9\ \x01\x07\xb9\x1a\x09\x8d\x56\x25\x14\xab\x80\x5e\x15\x1a\xb5\x0d\ \xf4\x4b\x2c\xd0\x84\x7b\x3f\xdf\xf5\x4d\xcb\x8d\x33\x07\xf7\x9f\ \xf8\xfb\xe3\x9b\x4d\xdd\xb3\xaf\x17\xd2\x39\x65\x09\xba\xa4\xb2\ \xb8\x74\x7c\x7c\x6a\xbc\xba\xb2\x08\x85\xc4\x77\xb6\x03\x0b\x56\ \xd7\x4f\xb6\x0f\xd7\x54\xb7\xb7\x4f\x0e\x8f\x8d\x6f\x28\x2e\x86\ \xe7\x26\x88\xf2\xc1\xa2\xd1\xf1\x10\x6e\x6a\xb8\x68\xa8\xb1\xba\ \x7a\xb2\x5a\x69\xfe\x33\x4b\x4c\x96\x97\x61\x78\xca\xf4\x9f\xef\ \xba\xfd\x62\xe1\xb7\x0f\xd6\x53\x22\x25\xd1\x6a\x35\x9b\x63\x30\ \xee\xd2\x56\x7d\x26\x9b\x80\x81\x9d\x50\x32\xd0\x79\xd5\x1b\xf2\ \x4b\x4b\x71\xa5\x1b\x36\x00\x80\x36\x6e\x1c\x1a\xaa\x69\x6c\x1f\ \x6d\xaf\x41\x3a\x63\x6e\x6c\x1f\x1d\xaa\x29\x2f\x6d\xef\xb9\xb6\ \xf3\xfd\xea\xdc\x4f\xeb\x97\xd6\x52\x1b\x0a\x41\xb1\x86\x7a\xae\ \xdf\x2b\x5e\xdf\xfc\xf9\x57\x1d\xd3\xdd\xfb\xba\x3a\x3b\x3a\x06\ \xbb\x36\xef\xdc\xbd\xeb\xd4\x60\xe7\x99\x8e\x6d\xfb\xf6\x1d\xdc\ \xb4\xe3\x8b\x9d\x3b\x90\xd2\xc8\x67\xce\x9c\x9f\x3e\x7f\xff\xc6\ \xf9\xa7\xd3\x8f\x2f\xde\x38\x73\x7f\xfa\xe1\xdb\x53\x0f\x2f\x3f\ \x78\xf2\xfa\xf2\xf9\x97\x4f\x96\x1e\xbe\x7e\xbd\xf6\xf6\xc5\xc3\ \x9b\xef\x2e\x81\xbf\x7a\xff\xee\xfd\x1a\x52\x41\x66\xfd\xd5\xd3\ \xbf\x3f\xae\xbf\x59\xbd\xf1\xf4\xd5\xec\xea\xec\xdf\xb7\x57\xfe\ \x98\xfd\x69\xe5\x4d\xe2\xcd\xbc\x53\x69\x66\xc0\x40\x46\x17\xa0\ \x4a\x4a\x4a\x8b\x0b\xf3\x60\x82\x2f\x2b\xa9\x5e\x69\x6a\x16\x22\ \x48\x88\xc5\x03\x14\x32\x99\x75\xb5\x52\x2c\x38\x6b\x0a\x87\x5a\ \x0b\x98\x56\x2b\x75\x73\x47\xf8\x87\x6f\xe8\xfa\xea\x34\xba\xba\ \xbb\x80\x7d\x77\x47\x90\x20\xac\xd6\x4f\x3d\x56\x4f\x9e\x46\x1a\ \x0c\x22\x79\x85\xad\xf4\xd3\x23\x23\x75\x0d\xb5\x23\xad\x52\x3a\ \x8d\xc6\x01\x9f\x25\x05\xb1\x6b\xa0\x50\x98\x48\x90\x7b\x43\x2d\ \x53\xc3\x98\x6a\x5f\x3f\x72\xa8\x32\x45\xab\x45\xca\x8d\x62\x7d\ \xdf\x7f\x8a\x76\xa8\xa8\x50\x7d\xf5\xb0\xd3\xae\x20\x51\x38\x55\ \x62\x71\xd3\x11\x16\x95\x59\xc1\xc2\x62\x6b\x5b\x39\x72\xfd\xbc\ \x96\x5a\xa5\x78\x50\xa3\xdf\xdc\x39\x7b\xcb\x5b\x57\x45\xda\x81\ \xf2\x35\x26\x37\xfc\x32\xb5\x00\x68\x94\xc8\x84\x92\xd1\x6c\x2e\ \x03\xfc\xe6\xcb\x85\xd2\x8b\x6f\x56\x32\xc9\x78\x7c\x65\x25\x03\ \x8a\x91\x4c\xc6\x63\x3e\x5f\x1c\xe9\x3f\xf1\x61\x3e\x86\x08\xd6\ \xca\x87\x5c\x36\x33\x37\x1f\xf7\x65\x13\xc8\x89\xc4\x79\xb0\x5d\ \x99\x44\x16\x29\x4c\x8a\x94\x42\x88\xa6\xa2\xe9\xec\x7c\x28\xb5\ \x9c\x70\xfa\xa2\x51\x6b\x2a\x9a\x49\xa4\x62\x49\x2b\x12\x96\x9a\ \xb4\x8a\xd8\x44\x82\xd2\xca\xcb\x46\xcd\xa1\xe5\xb8\x08\x70\x4c\ \x8f\x84\x92\x02\x29\x9a\x45\xbe\x58\x2a\x1d\x67\xb3\xb3\x49\xab\ \xcf\x9a\x50\xc2\x77\x3e\x76\x22\xc4\x23\x84\xe6\xa3\xb1\x2c\x8f\ \xe1\x8c\x29\xad\x88\xe9\x71\x2a\x95\x6c\xd8\x00\x03\x07\xdc\x67\ \x35\xb3\xc1\x69\x59\xcd\x28\x14\xcf\xcc\x40\x03\xac\x91\xd9\x05\ \x79\xa5\x38\x06\x83\x20\xaa\x01\xd3\x3f\x0a\xa6\x7f\x72\x7c\x78\ \xe2\x9f\xff\xf7\xcf\x64\x29\x2f\xbb\x9c\x49\x24\xd3\xe9\x14\x83\ \xcc\x83\x21\x07\x7f\x90\xd5\x9c\x88\x45\x43\xa9\x28\xf8\x48\xa7\ \xde\xca\xb6\x86\x42\x22\xa2\xd3\x29\x32\x2b\x19\xca\x58\x42\xe9\ \x04\x2b\x17\x12\xf1\xcc\x51\x11\xc8\x16\x41\xaf\x07\x59\x22\x12\ \x70\xc0\xfe\x65\x38\x32\x9a\xac\xd4\x63\x88\x05\x79\x68\xd0\x57\ \x54\x01\x19\x57\x50\xfa\x59\xb3\x2d\x60\xb7\xb8\xdb\x3c\x6a\xb0\ \x1c\xe1\x70\x0b\x98\x8a\x40\x7f\xc4\xe3\x76\x78\x6c\x46\xad\x49\ \x8e\xd0\xa0\xce\x60\x69\x32\xea\xbc\x76\xb9\xda\xa8\xd1\xc8\x4d\ \x02\xb1\x80\xa4\x32\x70\xab\xb0\x24\x19\x17\x5f\xc5\xc2\x53\x38\ \x14\xa4\x75\x2e\x5f\xa7\x92\xc9\x4c\xa0\x39\x1a\x8d\xcb\x62\xb2\ \xdb\x5d\x20\x70\x72\x75\x58\x23\xd0\x1a\x35\x5c\x85\xca\x28\x67\ \xf1\xd5\xc0\x8d\x2c\x01\x5f\x25\xc0\x0a\xab\x68\x88\xe6\x55\x54\ \x70\xc5\x94\x3a\x2e\xf8\x29\x89\x5b\xae\x32\xb8\x24\x2e\x1b\x57\ \xae\x75\x37\x19\x90\xf6\x5b\x42\x1b\xa8\x45\x20\x1c\x74\x98\x40\ \xf8\x4c\x46\x8b\x9d\x2b\x61\x09\x55\x12\xb5\x02\x36\xc0\x92\x88\ \x59\x02\xb1\x58\xc8\x15\x54\x09\x54\xd8\x5a\x3e\x15\x6c\x39\xab\ \x8a\x83\xa7\x30\xb1\x74\x7a\x1d\x87\x53\x87\x94\x99\xd2\x68\x75\ \x5a\x8d\xdc\x65\xb4\x21\xc5\x16\xbc\x5a\x9b\xcb\xeb\x35\x79\x1d\ \x5e\xbb\x3f\xe8\xef\xf7\x36\x79\x9a\x02\xb6\xe0\x31\xaf\x2d\x30\ \x10\xb4\xdb\x2c\xee\x70\x24\xe2\xf2\xb8\x35\x5e\xf7\x9e\x48\x20\ \x72\x60\x20\xec\x72\x7b\x3d\x91\x5e\x3f\xf8\x3c\x7b\x9b\xa3\xa5\ \xad\x2d\x10\x74\x44\x5a\x9a\x5a\x8e\x45\x82\xcd\x87\xfb\x9b\x23\ \x91\x96\xb6\xfe\xdd\x6d\xc7\x9a\x9a\xf6\x7c\xf7\xc3\xfe\x83\xbb\ \xf6\x0f\x1c\xfe\xbe\xe9\x68\x53\xb8\xd9\x65\x09\x34\x05\x22\x76\ \x0d\x52\x1e\xd9\xad\x36\xe8\x2c\xa0\xe1\x46\x70\x8e\x62\x9b\x51\ \xac\xb3\x4b\x24\x42\xa1\x42\x27\xe0\x4b\x64\x72\x24\x6c\x56\x25\ \xa6\x8a\x23\x47\xda\x02\xbb\x3a\x1e\xbd\xfa\x7c\xef\xe6\xc1\x53\ \x5b\xbe\x59\xf8\xa0\x4c\x7f\x88\xf3\x30\xa8\xd1\xb1\x8d\x8d\xa3\ \x3d\xed\x43\xa5\x95\xc5\xe8\x32\x46\x41\x71\x7d\xcf\xe8\x68\x65\ \x7d\xfb\xf0\x68\x4d\xcd\x70\x23\xa8\x49\x63\x3b\xbb\xb1\xa7\x71\ \x78\x68\x22\xeb\xf8\x22\x34\x39\xd3\x53\x5f\xc4\xe8\x69\xac\x2f\ \x1f\x5b\x7c\x9f\x5a\x49\x30\x0a\x97\x17\xc8\x04\x62\xf4\xe3\xec\ \xf4\xd9\x39\x65\x59\x61\x01\xce\x1a\x0d\xb1\x19\x21\x02\xf8\x71\ \x0c\x83\x97\x47\x60\xf0\xd8\xe6\xb8\x95\x07\x66\x9f\x57\x90\x5f\ \xd9\xb3\xa1\xa8\x7a\x43\x69\xe5\xc6\xd1\xea\xca\xea\x0d\x8d\xf5\ \x35\x35\x95\x3d\xed\x3d\xed\xa3\xc3\xed\x63\x53\x53\xe3\x13\x3d\ \xc3\xcb\x5f\xbd\x5a\x9c\xcd\xfc\xbb\xac\xac\xa9\x6f\x1c\x9a\x98\ \x1a\x1f\x9b\xb8\xf7\xbf\xab\x05\xf7\xbf\xee\xee\x3e\x7e\xa8\x6b\ \xb0\x73\xe7\xce\xcd\x9b\x77\x7c\xb5\xef\x4c\xc7\xa9\x9d\x9d\x9d\ \x87\xba\x36\x75\x6e\x3f\x7e\x7c\xd7\xb6\x7d\xdd\xc7\x1f\xdc\xbc\ \x78\xee\xc5\x83\xf3\x37\xcf\x5f\x3e\x7b\xf1\xc4\x8d\xcb\x0f\x97\ \x9e\x3e\xba\xfd\xea\xfe\xfa\x93\x73\x6b\x2f\xd7\xde\x3e\xbe\x74\ \xe7\xe9\x83\xb5\x17\xeb\xeb\xb3\xef\x5e\xbd\x58\x7d\xff\xf6\xe5\ \xdf\xb7\x5f\xaf\xcf\xad\xae\x5d\x5b\x5f\xb8\xf4\x78\xfd\xd2\xfa\ \xed\x3b\x97\xd6\xef\xcc\x2d\xe6\x32\xc8\x61\x19\xe5\x11\x70\x65\ \x18\x34\x01\x60\xb0\xa0\xb4\xa0\x18\x30\x01\x53\x5c\x54\x18\x3d\ \xd6\xa2\xa2\x53\x2a\xa8\x24\x12\x52\xbe\x51\x2a\xad\x93\xd6\xe1\ \x99\x54\x3c\x87\xce\x21\x81\xa4\xf4\xd9\xfd\x52\x29\x45\xbb\x87\ \x52\x57\x81\xbf\x7b\x72\xe4\xe4\x85\x06\x24\x8d\xf0\x24\x22\x5d\ \x17\x46\x2e\xdc\x3d\xdd\x37\x72\x12\x18\x71\xe4\x42\x2b\x52\x2b\ \xb9\xb5\x4e\xca\x91\x92\x68\xd2\x5a\x50\xa9\x56\x0e\x93\x33\xd2\ \x07\xb7\x74\x4e\x2d\x87\x8e\xff\xa2\x68\xa6\xfc\xf6\x97\xcf\xc6\ \xae\xd1\xa5\x48\x32\x75\x58\x24\x43\x2a\x6a\x91\xaa\xaa\x0c\xc7\ \x77\x84\x15\x55\x58\x2c\x0b\xcf\x6f\xfe\xe2\x07\x1a\x9e\x46\xa5\ \x51\x00\x22\x1b\xe4\x38\xb3\x46\x20\xd0\x4c\xa3\xa2\xfb\x9e\x17\ \x8c\x39\x40\x3f\xdf\xe8\x4b\xff\x4e\x8d\x5d\xff\x87\xb0\x00\x9a\ \x14\x8d\x25\x43\xd1\x54\x3c\xf7\x26\x64\xfe\x90\x74\xa6\x52\xb9\ \x37\xe6\xd8\x7c\x3a\x9b\x76\x5a\x13\xe9\x85\x4c\x7a\x1e\xe8\x37\ \x03\xcc\x84\x64\x2b\xa7\xae\x2d\xc4\x16\x16\x52\x2b\x71\xf0\x54\ \xce\x50\x3c\x9a\xf2\x01\xfc\x45\x91\x56\xf0\x8b\xb1\x28\x4c\x6c\ \xd1\x64\x7a\x61\x31\x06\xd8\x08\x96\x29\x09\xbf\x18\x8f\x67\xb3\ \x29\x10\xad\x54\x2a\x19\x32\x47\xf5\x6c\x11\x83\x27\x8a\xf3\x9c\ \xe9\xa4\xd9\x1a\x8d\x7d\x32\x35\x3e\xf0\x65\x49\x18\x0d\x66\xd8\ \x5a\x34\x19\xb3\xc6\xcc\xd1\x4f\x71\x10\x0c\x73\xd2\x17\x82\x7d\ \x0b\xc5\xac\xe6\x90\x59\xa9\x54\x22\x61\x9d\x00\x87\x6c\x33\xdb\ \xaa\x47\x8a\x81\xea\x31\x31\x62\x1e\xc3\x4c\xc8\x23\x83\x92\x10\ \xc9\x05\x98\xbc\xc2\xbc\xe2\x32\x34\x91\x88\x6b\x1c\x87\x89\x75\ \x72\x0a\x6e\xa6\x66\xfe\xfa\x7f\xff\xcd\x54\x9a\xe7\x73\xf3\xc9\ \x74\x16\x48\x14\x23\x72\xa6\x7d\x7a\x67\xdc\x19\x0b\x89\xac\xe9\ \x78\x32\x1e\x35\x2b\xa3\x21\x06\x2f\x1a\x35\x33\x9c\x4a\xa4\x6b\ \xa1\x48\xaf\xe4\x85\xd8\x04\x73\x08\x86\xa4\x48\xcf\x43\xda\x5a\ \x30\xd0\x28\x0c\x19\x10\x91\x00\x1a\x85\x83\x29\x95\xcc\x36\xe3\ \xc0\x6b\x95\x96\x94\x95\x16\x14\xa0\x4b\x3e\xdb\x13\xb0\xcb\x3d\ \x26\x9b\x45\x27\x0f\xf6\x36\xf7\xfb\x4d\x06\x6d\x6f\x38\xe0\x72\ \xb9\x2c\x1e\x8f\xc9\x85\x74\x7a\x17\xa8\x2d\x1e\xa3\xcb\xa1\xf5\ \xb8\x24\x2a\x89\x56\xa6\x55\xd3\xaa\x6c\x26\x1d\x4d\xc0\x62\x69\ \xc4\x15\x1c\x0e\x0d\xcb\x24\x91\x04\x5c\x01\x4b\x27\x13\x6b\xc5\ \x32\x89\xc1\x62\xb0\x98\xb4\x32\x9d\xca\x60\x70\x69\xd4\x2e\x55\ \x95\x0a\x7e\x5d\xa5\xb2\xcb\x05\x7c\x21\x55\x28\xe4\x57\x91\xf8\ \x8a\xaa\x2a\x2a\x8b\x2a\xe0\x72\x69\x55\x02\x12\x9f\xc2\xd5\x4a\ \xb4\x48\xcc\x16\x5f\x6b\x8c\xe8\x54\x76\xb7\x26\xe2\xd1\x18\x2c\ \x6a\x8d\xc3\xee\x71\xb8\xda\x00\xaf\xec\xe1\x36\x97\x41\x2e\xe3\ \x0a\xf0\x54\xad\x56\x4d\x55\xc9\xc5\x54\xa1\x0a\x30\x93\xc5\xa2\ \x53\xf0\x24\x09\x96\x4e\x25\x35\xd0\x2b\x28\x24\x29\x89\x83\x67\ \x55\x30\x99\x2c\x7a\x03\x49\xa8\x12\x73\x65\x5a\xbb\x18\xc9\x39\ \xb6\x28\x74\x36\x9b\x03\x29\x3a\x61\x33\x86\xbd\x5e\xb7\xcd\x18\ \xf1\xf4\xba\xc3\x2d\x01\x87\xc3\xe3\xef\xff\xe1\x70\xd8\x61\xd4\ \x86\xbd\x48\xd9\x3d\xbb\xb7\xcd\xe4\x36\xb8\xc3\xcd\xcd\x6d\x41\ \xbf\x3d\xb0\xc7\x6b\x0f\x06\x5b\xc2\xae\x70\x53\x13\xb8\xcf\xb0\ \xa5\x29\xd8\xbb\xa7\xa5\x65\x4f\x4b\x60\xe0\xab\x7e\xbf\xb7\x37\ \x6c\xf9\xe1\xc8\xc0\xb1\x96\x63\x87\x0f\xee\xdf\xf6\xdd\x91\x3d\ \x7b\xdd\x4d\xcd\xdf\x38\x1c\x5e\x5b\x10\x20\x53\x0d\xaf\xab\x31\ \x18\xb5\x3a\x85\x8c\xab\x00\x67\xa9\xd3\x08\x84\x16\x8b\x51\x5c\ \x05\x8e\x8b\xab\x96\xab\x34\x32\x45\x85\x40\xc8\xa2\x8a\x1f\x3c\ \xdc\xfb\xc3\xb7\xae\xef\x77\x05\x07\xbe\x1a\xf8\x66\xdf\xc5\x37\ \xd6\xd8\x9f\xf1\x38\xc6\x59\x39\xbc\xa1\xbd\xa4\x80\x21\xc2\x94\ \x17\xa1\x0a\xcc\x25\xe5\xed\x00\x84\x25\x95\xf5\x63\xa3\x43\xf5\ \xf5\x1b\xc1\x65\xd5\x97\xe5\x37\x36\xb6\x57\xd6\xb4\x5f\x99\x97\ \x05\x13\xa3\x53\xf9\x45\xe8\x8d\xc3\x1b\x50\x65\x5b\x6e\x5c\x5e\ \x4c\xe3\x78\xbc\xea\xea\x9a\xe2\x92\xb2\x92\xb2\xea\x0d\x05\x98\ \x52\x91\x1e\x57\x06\x43\x23\x94\x58\xf8\x33\x05\x4e\x9c\x80\x41\ \xe1\xc8\x0c\x72\x5e\x29\xa6\x8c\x88\x42\xa3\x6b\x36\x6e\x28\x2e\ \x2d\x29\xde\xb8\xb1\xa6\xbe\xbd\x3a\xbf\x7a\x63\xf5\xc6\xf1\x09\ \x24\xc8\x61\xb4\x7d\x43\x7d\xf9\xf0\x68\xbc\x74\xb2\xe0\xc1\x6c\ \xe7\xbe\xf3\xaf\x9e\xa1\x1a\x6b\xc6\x27\xc6\xc6\xda\x7b\x26\xaf\ \xdc\xfa\xdf\x5f\x8d\x6f\x7f\xec\xde\xb7\x65\xd7\x39\x00\xc2\xae\ \x9d\x3b\x0f\x75\x6e\x1a\xdc\x75\xee\x5c\xe7\x99\xdd\x1d\x9d\x5d\ \x1d\xdb\x06\x77\x9c\x3b\x75\xfe\xfc\xa9\xb3\x8f\xcf\x9d\xb8\x78\ \xe3\xc6\xf9\xcb\x87\xa6\x07\x2f\x3f\x78\xb9\xfa\xee\xe1\xa3\x77\ \x0f\x4e\xbd\x58\x5b\x5d\x7f\xfa\x6e\xfd\xf5\x93\xa5\xa5\x57\x6b\ \xef\x6f\xaf\x3d\x78\xfe\x6e\xed\xed\xdb\xd7\x6b\x1f\xe7\xd6\x56\ \x97\x6f\x5f\xbb\xbd\xfe\xfe\xe3\xfa\xd2\x2c\x7c\x0b\x40\x88\xa4\ \xf7\x9b\x43\x0c\x24\xd4\x99\x81\xc3\x14\xa0\xf2\x0a\x0b\xf3\x90\ \xf0\x9f\xc2\xa2\xe2\xa2\xaf\x0f\x73\xe9\x24\x6c\x05\x96\x83\x14\ \xc5\xa6\xe3\x5b\xeb\x00\x05\xa5\x1c\x0e\x9d\x2a\xad\xe5\x00\x9a\ \x1d\xef\x35\x54\x21\xc5\x1c\xb8\xcd\x92\xd3\x17\x2e\xf4\xf5\x8d\ \x7c\x32\x57\x17\x4e\x9e\xbc\xd0\xda\x77\xf7\xee\x85\xbb\x0d\x40\ \x7f\xb5\x7d\x48\x99\xf6\x86\x91\x56\x98\xea\xa4\x48\xb3\xb0\x86\ \xbe\x5a\x3c\xa9\x82\x5e\x0b\x92\x05\x1a\xc6\xa1\x36\x65\xea\xa7\ \xf2\x5f\x1f\xb9\x74\x65\x1e\x69\xc8\x2a\x6d\x3d\xb7\x2a\x65\x52\ \x6a\xe9\x2c\x96\xb8\xe5\xf8\x00\x12\xcb\x00\x3b\xa0\x3d\x72\x68\ \x00\x4b\x01\xa3\x47\xe1\xc0\xab\x1b\x8a\x94\x5a\xb1\x49\x3d\x8d\ \x11\x7d\x48\xe0\xac\xce\x08\x5d\xc5\x48\xf5\xbc\x20\x4e\x8d\xfe\ \x35\x95\x45\xca\x7e\xa6\xd3\xb9\xc5\x04\x68\x4b\x3a\x96\x9b\x4f\ \xf1\x42\x4e\x10\x9f\x54\x3a\x96\x7d\x03\x32\x93\xca\x85\xac\x49\ \x64\x8d\x1d\x94\x25\x1d\x5d\xf0\xa5\x97\x53\xf3\x6f\x12\x39\xb0\ \x54\xf3\xa0\x31\xbe\x84\x6f\x21\x1b\x4d\xc7\x7d\x19\x00\x44\xa4\ \x5b\x74\x34\x97\xc9\x26\x79\xbe\x44\xee\xd3\x56\x43\x29\x73\x68\ \x31\x9d\xcd\x2c\x84\xe2\x48\xdd\xf7\xa8\xd5\xcc\x20\x63\xc0\xc2\ \x64\xe2\xd1\x44\xd4\xe7\x4b\x66\x42\x21\xb2\xde\x1a\x4a\x30\x08\ \x3e\xd8\xbc\xd9\x1c\x8f\x67\xa2\x09\xab\x15\x89\x83\x70\x12\x88\ \x21\x67\x34\xe1\x0b\x59\xd3\x66\xbd\x9e\x17\x02\x01\x11\x39\xad\ \x22\x0c\x8f\x4c\x26\xc4\x62\x22\x06\xe3\x53\x08\x42\x19\xc1\xc7\ \x26\x90\xc9\xf9\xa5\x3c\x06\x26\x2f\x0f\x55\x5a\x88\x46\x13\x08\ \xb8\x6a\x24\xa8\x06\xbe\x86\x47\x47\x67\xfe\xf9\xfd\xbf\xab\x85\ \xe6\xe5\x85\x95\x64\x36\x9e\xcc\x30\x88\xd6\x78\x9c\x07\x1f\x20\ \xfc\xa9\xbe\x4c\x22\x0e\xe6\x2f\x64\x8d\x02\x69\xc6\x62\x00\x85\ \x44\x9f\x13\x4c\x61\x8c\x4d\x34\xfb\xd8\x38\xa7\x19\x87\x23\x5b\ \x09\x18\x02\x91\xcc\x16\xe9\x89\x38\x86\x92\x87\x26\x32\x70\xff\ \x7f\xe2\x28\x38\x3a\x74\x59\x49\x25\x52\x1c\x0b\x95\xf7\x99\xcc\ \xa6\xd0\x39\x1c\x16\xa3\xdd\xf3\xe9\x24\x9f\xc1\xe2\x76\xf4\xf6\ \x46\x80\x9b\xb4\x26\x87\x5d\x26\xe3\xca\x65\x16\x30\x4c\x1a\x38\ \xec\x6d\x2a\xad\x16\x70\x8e\xcf\xd7\xc2\xd1\xc7\x67\x09\xc1\x26\ \xe9\x58\x82\x2a\x2a\xbd\x82\x24\x94\xa9\xa8\x5c\xb1\x56\xa8\x50\ \xa8\xf9\x7c\xae\xdf\x26\x97\x09\xd5\x1e\xb7\x51\x6c\x91\xf0\xab\ \x68\xc0\x84\x60\x72\xc4\x7c\x89\x90\x2a\x16\xd3\xf8\x12\xac\x50\ \x28\xc0\x93\xaa\xb8\x02\x1a\x12\x2c\xcf\xaf\x50\x21\x89\x76\x0a\ \xa4\x79\x3c\x02\x86\x02\x83\xa4\xad\xc9\xad\x56\xc0\x3e\x69\x91\ \xaa\x07\x96\x88\x57\x11\xf6\x1a\x58\x62\x39\x97\x0f\x52\x69\x14\ \x8b\xc1\xa7\xf0\xb9\x5c\x89\x81\x52\xc7\x84\x49\x90\x22\xe0\x93\ \x60\xa8\x20\x81\xc9\xe0\xe5\xb1\x78\x98\xfd\x38\x1c\x10\x2c\xae\ \x58\x22\x46\x1a\xd5\xab\xe5\x26\x8b\xdb\xef\x09\xb8\x1d\xb6\x70\ \x6f\x6f\x60\x8f\xdf\xef\x0e\x34\x87\x9b\x5a\x06\x06\x8e\xed\xf1\ \x80\xd7\x6a\xea\xd5\xba\xfd\x81\x88\xb7\xc9\x02\xcc\x68\x09\x06\ \x3d\xe1\xde\x36\x83\x36\x10\xf6\xeb\xec\x81\xc0\x40\x73\x38\x62\ \x77\xf9\xf7\x36\xef\xe9\x6f\xf3\x07\xda\x82\xc1\x70\xd8\x3b\xd0\ \xbc\xb7\xed\x68\xf8\xbb\x63\xe1\x88\xcd\xfb\xc3\xf7\x07\x7a\x0f\ \x7c\xf9\xcd\x9e\x63\x9f\x77\xef\xdf\xf6\xf5\x91\x6f\xbc\x07\x80\ \x33\x03\x7b\xec\x7e\xb7\x43\xab\x36\x2a\xd4\x6a\xb9\x56\x2c\xb7\ \x6b\x0d\x46\x85\x82\xcb\x17\xea\x24\x2a\xb5\x41\x23\xe6\x0a\x85\ \x2c\x99\x5a\x8c\xf4\xef\x10\x70\xf9\x6d\x3f\x0c\x3e\x78\x7e\x79\ \xf7\x77\xdf\xef\xfe\x7a\xef\x8b\xb9\x0f\x09\xa5\xc8\xc7\xe3\x31\ \x7c\x68\x0c\xaf\x00\xc3\x33\x5b\x31\xe5\xe5\xc5\x18\x42\xf5\x68\ \xcf\x86\x8d\x8c\xd2\xf6\xf6\xa1\x9e\x92\xf2\xa1\xa9\xf6\xc6\xe1\ \x9a\x9a\xc6\xa9\xe1\x6a\x5c\x7b\x4d\x91\xe8\x7d\x40\xf7\x74\xf4\ \x4a\x3e\xba\xa6\xa7\xb2\x64\xe7\xd6\x10\x83\x9c\xfe\x83\x80\x42\ \x11\xd3\x29\xb6\x08\x8d\xc1\x60\xd8\x22\xe7\x07\x7d\xd4\xaa\xf4\ \x65\x53\xce\x68\x28\x04\x36\x2b\x4d\xe6\xf9\x08\x45\xf9\xa5\xf9\ \xa8\x92\xa2\x42\xf8\x2a\xdd\x90\x5f\xb8\x71\x23\xc0\x61\x65\x79\ \x7e\x7d\xe5\x86\xe1\xd1\x89\x9e\xea\xf6\xd1\xb1\xd1\xf1\x9e\x9e\ \xa1\xf1\xe1\xea\xf1\x89\xbf\x9e\xec\x59\x7f\xf6\xe0\xe1\x7d\x42\ \x4f\x4d\x35\x32\x32\xc7\xfe\xfb\xef\xaf\x5f\x7f\xf9\xeb\xb7\x92\ \xf3\xdf\xee\xeb\xd8\x77\xfc\xf3\xed\xfb\xa7\x6f\xde\xdc\xb9\x15\ \x09\x6e\xdf\x77\xa8\x6b\x67\xf7\xd9\xe3\xf0\xe8\xd0\xd9\x1b\xf7\ \x2f\xde\xbc\xf9\xf0\x06\xe8\xd6\x99\x8b\xe7\xa6\xcf\x4c\x3f\xfb\ \xfb\xfd\xd2\xf3\xb7\x6f\x1f\xdd\x7c\xb7\xb4\xf4\x7c\x76\xf6\xdf\ \xb5\x97\x7f\x3f\x83\xef\xd7\xd6\x57\x9f\xae\xbe\x5f\x5a\x5d\x5a\ \x9b\xfd\x7b\xe9\xef\x9f\x2e\xfd\x79\xe7\xce\xdf\xb3\x73\x6b\x1f\ \xff\x9c\xfb\x63\xee\xda\x82\xd3\x0a\x63\x3c\xaa\x07\xb1\xca\x23\ \xe4\x21\xe9\xfa\x05\x05\x79\x70\xb4\xe4\x15\x16\x55\x87\x8e\xfe\ \x28\xa6\x50\x68\x34\x0a\x96\x09\x57\x30\x56\x4c\x4e\x1f\x07\x39\ \xd3\x57\x81\x0c\x86\xba\xd3\xc1\xf5\x1b\x2d\xf6\x60\x8b\xf7\xc7\ \x9b\x07\x7e\x06\xc1\x1a\xb9\x7b\x7a\xe4\xc2\x05\x70\x54\x77\x2f\ \x80\x2c\x35\x8c\x34\x34\x9c\xae\x95\xd2\x6b\xeb\xf0\x7d\xa7\x6b\ \x6b\x41\x6c\xa4\x48\x9e\x74\x5f\x5d\x5d\x1d\xbe\x82\x29\x1d\x41\ \x92\x72\x38\x75\x4c\xda\x77\xd5\x8d\x8d\x85\xb7\x0f\x2e\x4c\x3c\ \x85\x2d\xb4\x36\xd4\x86\x0e\x9e\xe6\xd4\x4a\x29\x5c\xac\xf6\xbb\ \xef\xb4\xfc\x2a\x78\xd1\x5a\xbc\xe5\xab\x07\x76\x12\x89\x26\x60\ \xd6\xb5\xd6\x09\x69\xf6\x0d\x3c\xa3\x50\x21\xdc\x3b\xf7\xe6\x2d\ \x59\xb4\xad\xf8\x1b\xba\xbf\x31\x34\xfe\x53\xfe\xd4\xf8\xbd\xdf\ \x0b\x57\xe2\xf1\x58\x6a\x3e\x19\x05\xc3\x91\x44\x12\x02\xd3\x08\ \xe6\x45\x53\xf3\xd9\xd8\x42\x36\x96\x4b\x23\x8a\x95\x4c\x65\xe7\ \xa3\x51\xf8\x99\xdc\x72\x22\x3e\x9f\xce\xbd\x59\xc9\x7e\x48\x27\ \xd2\xe9\xa8\x2f\x35\xbf\x98\xc9\x22\x81\xa3\x89\x8c\x39\x9b\x34\ \xa7\x92\xf1\x54\x34\x9e\xb6\x3a\x93\xcb\xa9\x50\x36\x8b\x04\x62\ \xf9\x90\xd4\x1e\xa4\xd3\x72\x2c\x9d\x88\xc5\xad\x70\xe0\x9b\x9d\ \x48\xa9\x62\xf8\xc9\x79\x10\x8d\x58\x1c\x54\xc2\x29\x62\xf3\xa2\ \x4a\x1f\x3c\x88\xa6\x52\x48\xc3\xc0\x54\x28\x94\x10\x81\x9d\x0a\ \x59\x43\xc9\x44\x56\x29\x72\xea\xf5\x44\x36\xc0\xa0\x55\x4f\x26\ \x13\xc9\xbe\x28\xdc\x12\x9d\x44\x7d\x88\x58\x46\x8c\x13\x51\xc4\ \x18\xba\x4c\xa9\x27\x97\x2a\x31\xf9\x85\x68\x70\xea\xc4\x0d\xe3\ \xe3\xc3\x63\xe0\xc5\x47\x87\x87\xc7\xff\xfa\xef\xf7\x7b\xc5\xca\ \x37\x1f\x72\x8b\xcb\xf3\x3e\x25\x86\x60\xce\xc4\x94\xc9\x94\x3e\ \xe4\x4c\x21\x45\xa0\x93\x80\xa3\x6c\x25\x41\x69\x8e\x22\x45\xa1\ \x19\x7a\x73\x34\xca\x60\xb0\x19\x31\xb3\x5e\xe4\x13\x31\xf4\x4e\ \x02\x01\xe9\x55\xc8\x56\xf2\xd8\x6c\x02\x5b\x09\x2f\x2b\x02\xd9\ \x42\x12\x32\xc0\xd8\x15\x90\x4b\xd1\x04\x54\x01\x1a\xf5\x99\x57\ \xd7\xd4\x16\x6c\xf6\xa8\xdd\x41\x93\xd1\x6b\xf2\x34\xf9\x5b\x34\ \x76\xbf\xc5\xa8\xb3\x84\xb5\x36\x89\x42\xab\x33\xea\xb4\x76\x9d\ \xd0\x60\xd1\x99\xb4\x48\x4c\x93\x4e\xa2\xe0\xea\x8c\x42\x01\x57\ \x56\x55\x25\x10\xa8\x04\xd4\x0a\x15\x8b\x42\xaa\x10\xf2\x05\x58\ \x20\x1d\x8d\x02\x66\x1e\x09\x62\x28\xd4\x16\x93\x1a\x49\x76\x56\ \xa8\x54\x0a\x21\x5f\xa8\x51\x4b\x64\x55\x48\xed\x04\x92\x40\x20\ \xe1\xf2\x59\x54\xaa\x40\x26\x90\x50\x39\x14\x0a\x15\xcf\x97\x69\ \x2d\x3a\x1b\xfc\x9c\x1a\x7e\x15\xf0\x51\x6d\xb0\x38\x34\x5c\x55\ \x5b\xc4\xa8\xb1\x79\x1c\x06\x57\xc4\xe2\x36\x2a\x64\x62\x1d\x8d\ \x2f\xe6\xeb\x24\x42\x9d\x46\xad\x96\x09\xb9\x42\x98\x3c\x85\x54\ \x16\x8d\x4e\x22\xe1\x69\x1c\x29\xbd\x82\xce\xa4\xd3\x99\x58\x26\ \xd2\x96\xae\xb6\x96\xca\x22\x09\x74\x02\xb9\xc6\x62\xb0\xbb\x5c\ \x6d\x01\x87\xdd\xe8\x6d\xea\xf5\x1f\xe9\x8d\x34\x87\x6d\xf6\x80\ \xcd\x1e\xf6\xf8\xf7\x04\x83\x87\x9b\xfd\xcd\x7b\x1c\x0a\x1b\xc0\ \x67\xc0\x61\xd3\x58\xc2\x47\xfb\xdd\x01\x4f\x5b\x4b\xc0\x1d\x56\ \x83\x4a\x35\x79\xdc\x5e\xbb\xdb\x3b\xf0\xa9\x4c\x5f\x7f\xf3\xe1\ \xde\xb0\xdf\xe2\x6d\x71\x18\x9b\x03\xde\x48\x73\x53\xef\xb7\xde\ \x96\x1f\xbf\xdf\xbd\xf7\xdb\x96\x23\x9b\xbe\xdc\xb2\xf3\xf3\x03\ \xdf\xef\xdd\xbf\xa7\x2d\xd0\x32\xd0\xef\xd0\x99\xda\x5c\x42\x89\ \xc6\x21\x96\x19\x0c\x0a\x99\x0e\xb0\xd0\x24\x66\x21\x67\x43\xc5\ \x32\x95\x51\xa2\x51\xab\x14\x0a\x10\x2f\x95\x58\xae\x52\xc1\xbd\ \xc9\xbd\xb7\xe3\xe3\xe0\xf4\xf9\x5d\x1d\x9d\x6b\x8b\xc9\xc5\x37\ \x29\xf0\xe9\x7f\x58\x63\x22\x30\xe2\x25\x00\x40\x6c\xa0\x9f\xd2\ \xe2\xf2\x92\x12\x67\x69\x63\xe3\xf0\xd4\xa7\x53\x81\x43\x08\xb1\ \x8d\xb5\x57\x56\xf7\x54\xe2\xf2\xc6\xd3\x41\xed\x8e\xc2\xab\x51\ \x54\xe5\xf2\xee\xad\x8b\xf0\xe9\xa3\xcb\x08\x30\xad\xf1\x7c\x44\ \x46\x09\x83\xc1\x80\x4f\xdd\x67\x66\x10\x90\x2c\x58\x64\x99\x33\ \xb6\x90\xc9\x65\xe3\xb8\x12\x34\x1a\xec\x4a\x7e\x01\xd2\xf1\xad\ \xb0\x30\xbf\x67\x43\x75\xfd\x46\x14\xae\xa4\x30\xbf\x7e\x68\xb4\ \xa7\xbe\x67\x6c\x62\x02\x99\x34\xc7\xc6\x67\x66\x46\xa7\xae\xfc\ \xf2\xeb\xca\x17\xaf\x96\x6e\xac\xb3\x2b\xaf\x6f\x28\x21\x97\xe6\ \x97\x96\xe7\x4d\x5c\xfd\xdf\x6f\xff\xfb\xfd\xca\xdc\xce\xe3\xfb\ \x1e\xee\xde\xd5\xb1\x63\xdf\x8e\xee\xce\x43\x07\xb7\x6c\xde\x74\ \x0a\x08\x71\xc7\xd9\xdd\x5d\x1d\x67\x2e\x3f\x7b\x3e\x7d\xfe\xfe\ \xc5\xb3\xe7\xce\x4c\xef\x38\x7b\xff\xf2\xa3\x13\x4f\x2f\xbd\x7e\ \xf5\x7c\xed\xf5\xcd\x57\xb7\xdf\xbd\x5d\x7a\xf7\xd3\xfa\xab\x57\ \xcf\xde\xbf\xf8\xfb\xd2\xdb\xf5\x8f\xb7\x2f\xad\xbf\x7d\x75\x7b\ \x69\x76\x75\xf5\xa7\x3b\xab\xf3\xab\x7f\xdf\xfe\x78\x67\x7d\x6e\ \xe5\x4e\x6e\x31\x95\x8a\xfa\x42\x51\x20\x59\x02\xba\x04\x87\x2a\ \x2e\x42\x03\x2f\xa0\xca\xf2\x0a\x4b\x8b\xca\x8b\xaa\x3f\xb7\x1d\ \xb0\x53\xf1\x80\x84\x34\x2c\x85\x84\xaf\x6b\x60\xd6\x4a\xa5\x78\ \x26\x38\x6d\xa4\x0c\x72\x6d\x43\x2b\xa7\x2b\xbe\x76\x7e\x70\xeb\ \xb3\xb5\xf5\x63\x3f\x9f\xfe\x79\x64\xe4\xe4\x69\x24\x8e\xb4\xb5\ \xae\x0e\xa9\xe6\xde\x50\x8b\xe8\x14\xdc\x33\x29\x0d\x48\x48\x3c\ \x98\xad\x3a\x24\x65\x87\x02\x58\x58\x77\xb2\x6f\x84\x03\x9b\xe2\ \x70\xa4\x81\xdb\xe5\x8d\xd5\x1b\x3f\x1c\x62\xcf\xec\x3c\x09\x06\ \x6c\x84\x1f\x55\x81\x7b\xab\x20\x09\x58\xae\x63\xcd\x1a\x16\x9e\ \x42\xe5\xd4\x71\xc3\xa7\x2e\x72\x05\x60\x98\xb1\xd2\x5a\x26\x15\ \xeb\xee\x89\x29\x68\x42\x6e\xe0\xd4\x89\x9d\x68\xcc\x31\x86\x86\ \xb2\xa9\x47\x39\xbc\x9a\x3f\x7e\xeb\xb7\x99\xf1\x44\x36\x06\x3c\ \x98\x4d\x3a\xad\xa0\x21\xcb\xe9\x4c\x3a\xb9\xb8\x18\xb5\xce\x27\ \x16\x17\x7c\x29\x78\x1e\xa8\x4e\x19\xcd\xa5\xe6\x13\xd1\x74\x74\ \xfe\x4d\x36\x05\xbe\x69\x39\x93\x4a\x46\x93\xa1\xc5\x85\x37\xc8\ \x1a\x16\x90\x56\x2a\x36\x9f\x41\x9a\x54\xa4\xe6\x53\xb9\x4c\x34\ \x0a\xef\x4f\xf2\xcd\x42\x0a\x4c\x58\x2c\x96\x70\x3a\x81\xf4\x52\ \xd9\xb4\x3e\xea\xb3\x2a\xcd\x64\x82\xc8\x2a\x4a\x81\xb1\x01\xb1\ \x8b\xc7\xcc\x89\xa4\x3e\x26\x0a\x99\x13\xa0\x0d\x21\xb3\xd5\x47\ \x60\x5b\x7d\x4e\xa4\x3b\xb4\xd3\x97\xf6\x91\xf5\x4e\x91\x5e\xef\ \xf4\xc5\x13\x3c\x86\xd5\x19\x02\x16\x24\xe2\x44\x6c\x82\x3e\x1e\ \x17\x81\xa4\xa0\x71\xe0\x75\xc8\x68\x14\x9a\x81\x41\x11\xac\x04\ \x34\x8f\x5d\x56\x42\xd4\x17\x14\xe1\x08\xe4\x32\x72\xf5\xd0\xf0\ \x18\x20\xe1\xd4\xf8\x50\xfb\xd8\xff\x7e\xff\xfd\x6a\xb9\x32\x15\ \x4f\x2c\xe4\x96\xa3\x7a\x3d\x41\x14\x4d\x39\x13\x29\x11\x3b\x14\ \x8d\x85\xb2\x89\x44\x48\x09\xa2\x9a\x73\x8a\xcc\x31\xab\xd2\x19\ \x83\xe9\x18\x9e\x51\x5a\xcd\xec\x58\x52\xe9\x54\x22\x79\x44\x0c\ \xc0\x00\x00\x41\x02\x83\x01\x5e\x0b\xb4\x8d\x6c\xc6\xb0\x89\x18\ \x25\x3c\x60\xe3\x70\xe0\xaf\x4b\x31\xa8\xcf\xb4\x06\xb9\xd1\xeb\ \xf5\xea\x0c\x5e\xbf\xd1\xe5\x6f\x73\xdb\xfd\x0e\x8d\xdd\x66\xf7\ \xdb\xbd\x46\x8d\x4a\x01\x60\xa7\x91\xe8\x8c\x06\x97\x56\x62\xb3\ \xdb\xd5\x62\xb5\xd7\x6f\xd2\x1a\x75\x06\xb5\x11\xe9\x08\x88\x9c\ \xa3\xc7\x57\x54\xd0\xab\x24\x2c\x2c\x38\x63\xb5\x58\x6b\x93\x89\ \x15\x32\x99\xc3\x66\x53\xa8\xf8\x2c\x85\xba\x4a\xc6\x92\xd0\x54\ \x2a\xb5\x90\x24\xe4\x83\xca\x88\x69\xac\x2a\xb1\x98\x2b\x51\xb1\ \x2a\xaa\x84\xe0\x8c\xf0\x78\x2c\x95\x8e\xa5\xb3\xd4\x72\xb9\x56\ \x61\x30\x08\x59\x55\x12\x9d\x56\xab\xe1\x6a\x3c\x3a\xb1\xd8\x66\ \xf3\x78\xfc\x06\x23\xa0\x98\xcd\x68\x82\x5d\x91\x48\xaa\x10\x51\ \xd3\xf0\x15\x3a\x99\x8c\x4f\xaa\x60\xe2\xab\x2a\xe8\x02\x21\x55\ \x80\xad\x63\xd6\xd5\x31\xc1\xbd\x93\xe0\x11\x9d\xd3\xd0\x80\xa5\ \xf7\xe1\x59\x58\xa6\x98\xef\x72\x01\x97\xda\xec\x46\x8b\x43\xe1\ \x68\x8b\xec\x0d\x07\xbd\xfd\x36\x47\xc0\x15\x69\x6b\xf9\x66\xc0\ \xef\xf7\x82\x08\xf5\x07\x5a\x5c\x16\x7f\x53\x93\xc6\xe3\x69\x8a\ \xa8\x03\xee\x48\x5b\xa0\xad\xcd\xdb\x12\x69\x43\xda\x78\xf9\xdb\ \x82\xde\x40\xaf\xbb\x3f\xd2\x1f\x6e\x76\x7f\x73\xcc\xeb\xb1\x05\ \xbc\xe1\xde\xe6\xc8\x9e\xa6\xc8\x77\x2d\xc1\xb6\x3d\xdf\x0c\x1c\ \x68\xfe\xee\x87\x9d\x83\x5f\xfe\xf8\xed\xa1\x13\xdb\xf6\xb6\xb4\ \x44\x8e\x7e\xdf\xe4\x0a\x23\x45\x73\xc0\x55\xa9\xd5\x20\xc2\x20\ \xda\x0a\x00\x65\x35\xd2\x7f\x55\x26\x33\x39\x34\x42\xb1\x5a\xe7\ \x30\x88\x75\x72\xb1\xdc\xa4\x83\xf7\x51\x6e\x30\x19\xc1\x8d\xfd\ \xf0\xdd\xae\x53\x87\x4e\xed\x5b\xbd\x74\x67\xe1\xce\x7a\xee\xcd\ \xda\x9d\x6b\x7f\x12\x0a\xab\x71\x3c\xa5\x08\x87\x2e\xc0\xe4\x95\ \x6f\x1c\xae\x2e\xcd\x24\x47\x1b\x47\xa7\xc6\x86\xdb\xeb\x37\xd4\ \xb4\xf7\x0c\x8f\x35\x96\x17\x16\xf7\xf4\x54\x6f\xa8\x2e\x5e\x71\ \x7b\xb6\x95\xf4\xb0\x9f\x1e\x3b\xb3\xba\x3a\x97\x16\xe1\x88\x3c\ \xbd\x39\x11\x0d\xf9\x7c\x44\x42\x3a\x11\xb2\x32\xcc\x44\x4c\x22\ \x2d\xd2\x9b\xf5\xd9\x10\xcc\xa7\x30\xb5\xce\xcd\xa3\x4a\x79\xb8\ \x92\xd2\xb2\xe2\xe2\xd2\xd2\xe2\xe2\xca\xb2\xb2\xca\xfc\xca\xea\ \xb2\x82\xf2\xf2\xfc\xca\x46\x38\x40\x6b\x00\x3c\x41\x18\x87\xc6\ \x66\xc6\x47\xa7\xae\xde\xba\x72\xeb\x1f\xde\x8f\x37\xce\x9f\x78\ \x71\xe3\xd2\xdc\xfa\xdf\x77\x88\xc9\x74\x69\x4d\xf1\xf0\x95\xdf\ \x7e\xfb\xe7\x3f\xe2\xfd\xf3\xf7\xbb\xf6\x75\x75\x9d\xda\xd9\xb1\ \xef\x7e\x77\x47\xe7\xbe\xe9\x1d\x9d\x5d\x87\x76\xec\xbc\x3c\x3d\ \xfd\x00\xb1\x56\x0f\xce\x5d\x7c\x72\xe6\xec\xb9\x9d\x17\xcf\x3f\ \xbb\xf8\x74\xf5\xed\xfa\x87\x6b\xab\xef\xd7\x67\x41\x8e\x92\x33\ \xca\x4b\x7f\xc6\x7f\xfa\xf8\xea\xe5\xea\x9f\x1f\x2f\xbd\x9f\x5d\ \xbd\xfd\x71\x1d\xb9\xcc\xcd\x2d\xaf\xaf\x7d\xbc\x33\xf7\xc7\x4f\ \x2b\x0b\x48\x69\x83\x98\x99\xcd\x66\x8b\x94\x04\x14\x99\x50\x04\ \xe4\x5a\x52\x92\x57\x52\x9a\x57\x5a\x8a\x2a\x6a\x74\x0a\x0c\xc7\ \x9a\x60\x00\x0a\xb0\xb5\xe0\xac\xf1\x9c\x3a\x0a\x98\x23\x3a\x53\ \x4a\xa1\x33\x41\x73\xa4\x75\x9c\x3a\xe3\xd3\xec\xc7\x8f\x0b\x7f\ \xfe\xf9\x9c\xd5\xd7\x7a\xf7\xee\xc9\x0b\xa7\xef\xf6\x71\x90\x22\ \xc6\xd2\x3a\xb8\x19\x19\xe9\xe3\x48\xfb\x90\x10\x86\xbe\x5a\x44\ \xa4\xe8\x80\x83\xb5\xb5\x1c\x50\xad\x5a\xe9\xdd\x56\x8a\xb4\x0e\ \xcb\xc1\x93\x4e\x0b\xa3\xe4\x8d\xe5\xed\x6f\x8e\x17\x8e\xef\xba\ \xcb\xac\x6d\xfd\xf9\x8b\x79\x12\x12\x50\xca\xa2\x49\x06\x7a\x75\ \x2a\x2a\xfc\x2c\x9e\xa4\x6b\x7b\x7b\x44\xcc\xa5\xd1\x14\x2a\x52\ \x45\x15\x89\x12\xdc\x90\xf2\x54\x89\x65\x47\xb7\x79\x5f\xb7\x97\ \x2c\xad\x0b\x68\xb7\xab\xc9\x35\xb1\xe1\x7b\xe3\x73\x5b\x79\xca\ \x85\x78\x32\x16\x4b\x67\x96\x53\xbe\x74\x2a\x95\x48\x2c\x64\x62\ \xa1\xf9\x74\x34\x69\x05\xbb\xb4\xbc\x18\xb7\xc6\x43\xbe\x24\xe0\ \x22\x5c\x32\xf3\xb9\x28\xb2\x1e\xb5\x10\x05\xc3\x94\xb1\x26\x93\ \x99\xf9\x78\x2e\x11\xcf\x2d\x24\x10\xe9\x4a\x64\xa2\x0b\x89\x24\ \x48\x8b\x35\x93\x70\xc6\xb3\x0b\xe9\x2c\xb8\xad\xa8\x35\x9a\x0d\ \x25\x90\x82\xcb\x3e\xa4\x7a\x7b\x4c\xc4\x33\xeb\x95\x89\x68\x22\ \x91\x88\x99\xe3\xce\x50\x2c\x86\xf4\x8b\x57\x82\x44\xc4\x7c\xe6\ \x98\x12\xa7\xd7\x5b\x45\x3e\xa4\xfc\x69\x22\x15\x65\x8b\x62\x4e\ \xa2\x39\x6e\x75\xa6\xf4\x22\xa7\xd2\x0a\x8a\xc6\x63\x2b\xf5\x6c\ \x65\xca\x49\x26\x28\x31\x28\x9c\x12\x48\x11\x53\x8a\x03\xa3\x8b\ \x63\x10\x31\x6c\x1c\x06\x45\x64\x17\xe5\xa1\xca\xd0\x25\x98\x4a\ \x98\x44\x27\xa7\xc6\xc6\x86\x86\xda\x01\x09\x7f\xbf\x5a\xcd\x5e\ \x98\x4f\xa6\x9d\xd6\xa8\xd3\x2c\x22\xe2\xf4\xb1\x94\x15\xe7\xcb\ \xe6\xe2\xe9\xac\xcf\x0a\x86\x30\x91\x04\x6f\x67\x8d\xc5\xcc\xbc\ \xa8\x48\xcf\x76\xea\xe1\xdd\x50\x5a\x7d\x56\x51\xdc\x2c\x62\x38\ \xa3\x04\x36\x19\xad\xe4\xf1\xcc\x3c\x34\x5a\x84\x26\x23\xed\x29\ \xca\x08\x0c\x22\x10\x28\x83\x81\x54\x78\x87\x6b\xc1\x67\x5a\x8d\ \xd0\x6e\x71\x78\x6c\x2e\xad\x43\xe2\x0f\xfe\x7f\x24\xbd\x89\x5f\ \xd3\xe7\xb6\xff\xdb\x10\xe0\x64\x22\xc9\xc9\x4c\x06\x32\x90\x39\ \x64\x22\x03\x99\x49\x4e\x12\x42\xe6\x17\x49\xc8\x21\x40\x76\x69\ \x6b\x07\x10\xbb\xb5\x0d\xd8\xc1\x5d\x54\xda\x5a\xad\xa5\x69\x8a\ \xfa\x33\x0e\xd1\x3a\x6b\x14\xcb\x65\x47\xbd\x1a\x87\x6b\x5a\x4a\ \xd5\x0a\x6d\x41\xdd\xdb\x2a\xc8\xf1\x9e\xfe\x19\x77\x7d\x7b\x3b\ \x84\x84\x8c\xdf\xb0\x9e\xcf\xf3\xfe\x3c\xdf\xf5\xac\xe5\xd7\xfb\ \x7c\xf1\x44\xcc\x92\xf2\x39\x1d\x46\x9d\xce\xea\x8d\xdb\xad\x4e\ \xb5\x33\x6c\x72\xc2\xe0\xb2\x03\x63\x39\xdd\x4e\x9d\x59\x25\x93\ \x9b\xf4\x66\x86\x82\xa3\x55\x08\xd9\x72\x1e\x9b\xcb\xa1\x70\x39\ \x5a\xaa\x82\xa4\x42\xaa\x2b\x6a\xed\xce\x48\xc8\xa1\x15\xca\xd4\ \x12\x23\x47\xa1\x56\xab\xcd\x72\x36\x5b\xa6\x32\x9a\xb8\x0a\x21\ \x8f\xa1\x00\x13\x29\x54\x91\x04\x72\xa1\x1c\x6e\xf1\xa8\x42\x2a\ \x95\xab\x32\xba\x2d\x2a\xb3\x4f\x62\xb4\xb8\xb5\x5a\x9d\xd6\x64\ \xf6\xa6\x83\x66\x85\x39\x31\xea\x77\x87\xfb\x82\x69\xbb\x1b\x2c\ \xa7\x55\xab\x57\x68\x41\xc7\xcc\x0c\x99\x5e\x21\x81\xc0\xea\xd8\ \xc5\xe2\x52\xb8\x24\x0d\x43\xa8\xa1\x8a\xa9\x02\x0e\x95\xc7\xfb\ \xab\xa2\x3b\x72\x12\xa0\x83\x03\x9f\xca\xa8\x15\x3a\x14\x46\xad\ \xdd\x61\x0d\x25\x82\x3e\x9f\x25\xee\x73\x27\xdc\x31\x67\x38\xe5\ \xe8\xf7\xc7\xd3\xee\x98\xcf\xef\x76\xfa\x41\x9e\xfd\x7e\x9f\x45\ \x1f\x49\x85\xc2\xda\xd1\x44\xef\x68\x2a\x92\xea\x07\x55\x02\xca\ \x4a\x07\x7d\xe9\x74\xd8\x0f\xca\x34\x99\x88\xe6\xcd\xb2\xea\x00\ \x00\x20\x00\x49\x44\x41\x54\xf7\xf6\xf5\x0f\xa6\x80\xba\x46\x23\ \x63\xdb\x52\x5b\x07\xfb\xfb\x7a\xfb\x23\xe9\xc1\xde\xbe\x74\xfa\ \xbd\x4d\xef\x7e\xfe\xc6\xa1\xed\xef\x7d\xfc\xf1\xe4\xe4\xb6\xd1\ \x1d\x5f\x45\xd2\x61\xab\xc5\x61\x09\x3b\x8d\x66\xb5\xdb\xe7\x0d\ \x3a\xac\xc8\x7a\x9b\x04\x49\x7e\xd5\xb9\xd5\x46\x85\xc9\xe9\x33\ \x69\x8d\x5c\xad\x39\x18\xf7\xfa\x1d\x0e\xbb\xdd\xe1\xf0\xab\xd8\ \x56\x67\xdf\xde\xdd\xbb\xdf\x7b\xfb\xc7\x1b\x3f\xdf\x3f\xf9\x70\ \xf5\xf2\x6c\x19\x66\xbd\xa4\xcb\x45\xa4\x47\x51\xa2\xa6\xf6\xae\ \x96\x76\xdb\x9c\xe1\xc8\xf8\x81\xc3\xe3\x13\xc3\xe3\x30\xa9\x4d\ \x81\x49\x6c\xc6\xb6\x8d\xf7\x60\xea\x9a\x71\x53\xbf\x7b\xd5\x7d\ \xd1\x03\x5f\x1e\xdb\xbe\xff\xc4\x4f\xbf\x5f\xbe\xfc\x34\x93\x2d\ \x54\x60\xf6\x2d\x14\x5d\xf9\xac\x28\x23\x92\xe6\x32\x51\x24\xd9\ \x26\x00\xa4\xaf\x4c\xe6\x5c\x36\xa2\x21\xc0\x6f\x40\xa1\xea\xea\ \xf9\x04\x9c\xa8\xb1\xa5\xa9\x05\x4d\x6c\x6f\x41\x13\x1a\x9a\xdb\ \xea\x69\xcd\x4d\x6d\xc3\x2d\x2d\xed\x2d\x3d\x67\x5a\x27\x00\xf4\ \xa7\xa7\x4e\x5d\xb9\x74\xf8\xec\xbd\x87\x3b\x7e\xb9\x73\xe7\xea\ \x97\x27\x8e\x3d\x59\x79\xba\xb8\x92\xc4\xe3\xda\xa7\xa7\xce\xae\ \xad\xbd\x1c\xcf\xfe\xed\x6f\x1f\x7e\xbd\xe1\xc4\xbb\x1f\x6e\xb8\ \x78\xf0\x9d\xaf\x3f\xbc\xb8\xfd\xdb\x2f\xdf\x05\xa2\x3a\x71\xe2\ \xd8\xf5\x83\xc7\xb7\xef\xbf\x70\xec\xce\x86\x2f\x8f\x5d\xfb\xe9\ \xda\x2f\x3f\x96\x5a\x5a\xdb\x0e\x1f\x78\xb2\x42\x1e\x1f\x1e\x1e\ \x3e\xfb\x9f\x5d\x77\x02\x67\xa7\xdb\xea\xb1\xe3\xf5\x2b\x4f\xd6\ \x57\x56\x1f\xaf\x3c\xfb\x7d\x7d\x7d\x7d\xe9\xd9\xf2\xec\x13\x38\ \xfe\xa7\xf3\xcb\xe7\x8a\x95\x8a\x81\x26\x12\xd1\xe9\x52\x22\x1e\ \x87\xc1\xa2\x1b\x71\xf5\xf5\x48\x5a\x03\x16\x83\xc3\x36\x0d\xbf\ \x4f\xb5\xee\xe9\x37\x83\x23\x04\xfb\xc7\xa2\x32\x06\xba\xe1\x8f\ \xcf\xfb\x2b\xb5\x41\xcc\xe2\x75\x20\x3f\x64\x9b\x9f\x2d\x95\xf2\ \xcb\x0f\xdc\x08\x5b\xed\xdb\xf5\xcd\x37\xdd\xfb\xbe\xdb\xb8\x6f\ \x1f\xb0\x58\x27\xa2\x4c\x1b\xbb\x41\xbb\xba\x3b\xbb\x07\x3a\xa8\ \x1a\xf1\x80\xa0\x03\xa4\xab\x73\xe3\xae\xee\x8e\x6e\xf0\x7e\x03\ \x9a\x81\xee\x4e\x1e\x67\x72\xa7\x8e\x20\x3d\x32\xfd\xe2\x62\x4f\ \xcf\x1e\x78\xd6\xc0\x37\xeb\x07\x07\x90\x69\x56\xa1\x70\xa4\x9c\ \x46\x05\x15\x0c\x24\x45\xa1\x1f\x39\x19\x56\x19\x65\x10\xde\x2c\ \x1e\x8f\x21\xd8\xdb\x5a\xe8\x33\xca\x4c\xff\xf8\xc8\x91\x1d\x6f\ \xaf\xfa\x55\xf2\xf9\xd6\xf1\x56\xcc\x25\xf4\xde\xc8\x4d\xe5\x42\ \xc9\xa3\xf4\x78\x02\x8b\x4b\xb5\x4a\x71\x3e\x57\x2c\x96\x8b\x99\ \x52\x71\x61\xbe\xec\x09\x54\x73\xb5\x62\x32\x9f\x41\x1a\xa3\x96\ \x91\x92\x57\x20\x58\xcf\xf3\x85\x85\xc2\xf3\x42\x6d\x3e\x3b\x9f\ \xcd\x27\x33\x81\xfc\x7c\xa9\x54\xce\x02\x48\x95\xf2\xe5\xaa\x2b\ \x5b\x2e\x46\x93\x51\xb0\x75\x2e\x90\xb2\x6c\x16\x3c\x56\x32\x5a\ \x5a\xaa\x94\xa3\x81\xe5\x7c\x60\xc1\x23\x02\xc6\x32\x80\x77\x83\ \x79\x0b\xd9\xd8\x93\x03\x95\xc8\xe4\x90\x55\x77\x57\x54\x9a\x2c\ \x2a\x03\xb9\x80\xab\x98\x09\x24\x33\x4a\x5a\xb2\x90\xcb\xdb\x02\ \x99\x28\x28\x97\x4b\x14\x08\xd8\x40\x3e\xa4\xd1\xa8\xd2\x96\xb5\ \x89\x44\x1e\x97\x52\x2a\x15\xe1\x95\x74\xbe\xd2\x46\xc7\x12\x90\ \x5a\xa0\x49\x3e\x96\xaf\x24\xa0\xe9\xb4\x46\x0c\x81\xc9\x64\x12\ \x5b\xa6\xc6\x27\x8e\x1e\x9e\x9a\x68\x87\xf9\xed\xd6\xda\xbd\x3f\ \xa7\x94\xb5\x85\x2a\x80\x60\x21\x93\x77\xd1\xc9\xa2\x4a\x29\xcb\ \x44\xea\xe9\x54\xcb\x9e\x7c\x29\x60\x83\xe3\x00\xc4\x34\x00\x4c\ \x26\x0d\x22\x11\xd9\x90\xcf\x22\x65\x22\xc0\x1c\x26\x91\xca\x33\ \x01\x57\x00\x47\x0b\xb8\xb2\x22\x26\x51\xca\x67\x4a\xe9\xf0\xbe\ \x44\x64\xbf\x0e\x52\xf9\x1d\x4f\xc7\x13\x88\x34\xda\x2b\x6e\x8b\ \xd9\x64\x35\x5b\x2d\x3a\xaf\x1d\x06\xb6\xc3\x69\x34\x82\x4a\x84\ \xbd\x80\x08\x46\x70\x83\x6e\x87\x4e\xef\xb6\xea\x00\xb1\x82\x76\ \x27\xb2\x33\x2e\xe6\x93\xc9\xfd\x26\x87\x42\x62\x92\x73\x2d\x14\ \x95\x42\xa2\xa2\x50\x4c\x5c\x23\x9b\xc1\x95\xb0\xa9\x02\xb6\xd9\ \xcc\x95\xc9\x24\x5a\x00\x08\xa3\xde\x8a\x34\xb0\x37\x72\x84\x2a\ \x23\x83\x6b\x54\xcb\xa8\x14\x09\x45\xce\xe6\xb0\x14\x7a\x0a\x9b\ \xc2\x61\x50\xa8\x6c\x0e\x03\xd9\x77\x4a\xe2\x71\x65\x42\x85\x59\ \x61\x52\xab\x65\x5c\x93\x93\xab\x95\xf8\xb4\x3a\x89\xc3\xac\xd7\ \x5a\xd2\xa9\x58\x1a\x86\xb4\x4e\x25\x91\x00\x5f\x71\xe4\x0a\xbb\ \xde\xc8\x15\xcb\xd5\x1c\x6e\x27\x32\x17\x0a\x28\x5c\x16\x55\x40\ \x11\x08\x04\x3c\x2a\x8b\x3a\x40\x15\x08\xa8\x1a\xe4\x2c\x11\x6b\ \xa0\x93\xc4\x95\x29\xec\x12\xa1\xdd\x68\xb1\xfb\xad\x71\x80\xa4\ \x3e\xbf\x3f\x36\x16\x1e\x8c\x6d\x89\x45\x9c\x80\x6d\x7d\x7e\x73\ \xc2\x1b\x4a\xa7\x63\x89\x5e\x27\x1c\x3f\x78\xbd\x70\x28\x26\xf3\ \xf5\x8d\x26\x62\xfe\x70\x6f\xb0\x7f\x34\xe8\x8d\x59\x82\x7d\x23\ \x5b\x12\x83\xe9\x60\x2c\x16\x4a\x00\x70\x85\x13\xe9\x6d\x63\xfd\ \x7d\x1f\x7f\xf5\xc5\xde\xb1\x3d\xa9\x2d\x23\x7d\xee\x54\xff\x58\ \x24\x18\xdf\xf1\xe9\x1b\x9b\xf6\xbf\xf6\xfa\x3b\x3b\x47\xbe\x9a\ \xec\x0b\x6e\xd9\x39\x12\x0b\x7a\x1d\x96\x90\xdd\xee\xb4\xc0\x77\ \xaa\x33\x4a\xd4\x08\x75\xea\x1d\x56\x9d\xd3\xa2\x75\xfb\x80\x58\ \xc1\x07\xca\xcc\x0e\x77\x7a\x24\xe1\xfb\xf4\xb3\xbe\xaf\x26\x47\ \xb6\x7c\xf5\xd5\xc8\xd8\xd8\x9e\xb7\xdf\x39\x78\xfd\xfe\xe3\xb9\ \x85\xa7\xb3\xc5\x85\x64\xb9\x5a\xca\xb8\xf8\x38\x30\xf3\x98\xb6\ \xb6\x89\xf1\x3a\x74\xcb\xd4\xd0\xc4\xd1\xf1\xf1\x03\x5d\x4d\x52\ \xd4\xd0\xd4\x54\x7b\x5d\xdd\xd0\xf0\x70\x13\xae\x91\x48\xb4\x55\ \x1f\xba\xe5\xf6\x47\xc3\x37\xdf\xf8\xf9\xb7\x85\xca\x92\x81\x4c\ \x23\x28\x8b\x36\x43\x21\x9a\x3b\x57\x28\x14\x17\x8a\x79\x24\xc5\ \x38\x29\xb5\x29\x71\x22\xa9\x2b\x93\xcb\x10\x61\x76\xb5\xd1\x0c\ \x64\xa2\xcd\x43\xa4\x45\x81\xb4\x7a\xba\x70\xcc\xf6\x66\x0c\x01\ \xd3\xdc\xda\xdc\xd2\xda\xd5\x3e\x3c\x35\xd5\x8a\x1e\x6f\x68\xed\ \x69\x9b\x3a\x72\xe4\xec\xdd\xb3\x67\xae\xfc\x71\x7e\xf0\xe3\xab\ \x07\x8f\x1d\x3b\xb1\xff\xc2\x89\x57\xb7\xdf\x28\x10\x32\x4b\xd8\ \x1e\x14\x92\x29\x78\xf6\xf1\x97\x6f\xbc\x71\x6c\xfb\xbb\xef\xbc\ \x73\xe2\x9d\x8f\xae\x6e\x7a\xe3\xb5\x0f\x0f\xfd\x6d\xc3\xa1\xd3\ \x27\x2e\x5c\x7c\x78\xf1\xc6\xb7\x17\x2f\x9c\xb8\xf3\xf5\xf1\x43\ \x87\xae\xde\x39\xfe\x21\x73\x6d\xed\x87\x7f\xff\x7b\x6e\xfd\xd4\ \xbf\xef\xad\xdd\x7b\xf9\xdf\x77\x7f\x64\xbe\x7c\xf9\xeb\xdd\x4b\ \x6b\x77\x67\xd7\xcb\xf9\xd5\x93\x8f\xd7\x67\xe6\x7e\x7f\x3a\xff\ \x62\x69\xe6\xc5\xec\xe2\xf3\xc5\x5c\x6d\x21\xab\xcc\x14\xf8\x4a\ \xbe\x32\x40\x47\xa3\x1b\xeb\xd1\xa8\x7a\x0c\xaa\xa9\xa5\xe1\xaf\ \xb4\x67\x54\xbb\x4b\x47\x35\xee\xec\xb3\x32\x84\x54\xf1\x46\x01\ \x83\x45\xed\xee\xa0\x80\xad\xa3\xf2\x3a\x91\x3e\x37\x1d\x1d\x1d\ \x02\x4a\x27\x23\xfe\x46\x2d\x3f\xf7\xae\xf0\x9b\x5d\x9d\xc8\x9a\ \xfb\x3f\xff\xd9\xbd\x6b\xdf\xbe\x5d\x20\x49\x03\x3c\x24\xc9\x74\ \x57\x87\x18\xf4\x0a\x59\x4b\x17\x0c\x74\x20\x65\x65\xba\x35\xf0\ \xd4\xee\x0e\xc1\x00\x78\x46\x30\x8e\x1d\x6c\xeb\x42\xf9\xd8\x86\ \xfd\x2f\xce\x3c\xdf\x30\xd1\xea\x13\x88\x37\x7e\x23\xcf\x78\xc5\ \x48\x2d\x77\x86\xd5\x8b\x2c\x72\x68\x3a\x3b\xa8\x0a\xbd\xef\xe3\ \xeb\x7e\x64\xd3\x15\x97\xcb\x12\x30\x84\xa4\x0d\x4d\xc9\xb4\x4a\ \x1f\xdc\x3b\xe8\x9b\x3f\x70\xf4\x31\x57\x61\x64\x4e\x1f\x99\x3a\ \xd3\x74\xf1\xa4\x6d\x3c\x99\xc9\x67\x5c\xc9\xe2\xfc\x7c\x20\x5b\ \x4a\x16\x32\xf3\x95\x7c\x32\xba\x94\x0f\x14\x2b\x8b\xb5\xca\xc2\ \x42\x09\xe4\x2c\x97\xcd\x55\x4a\xb5\x64\x31\x50\x8e\xe6\x16\xaa\ \xc5\xe5\x72\xb5\x5c\x01\x0c\x0b\x44\x17\x16\xb2\xc5\xa5\xe5\x72\ \x1e\x90\xa8\x58\xac\x16\xe6\x4b\xd9\x64\x7e\x1e\xd9\x28\x0d\xb7\ \xa2\x48\x0b\x40\x8f\x21\x5b\x29\x3e\x0f\xe4\x0b\xc5\x47\xf0\xda\ \x15\x1b\xd0\x97\x27\x50\x8a\x46\x4b\x39\x83\x07\x7e\x01\xac\x55\ \x08\x18\x44\x9e\x40\x41\xc4\xf7\x14\x3c\xd2\x4c\xd2\x95\xcb\x82\ \xf3\xa4\x49\x0d\x60\xfc\xa2\xca\x8c\x4b\x04\xe6\x32\x50\xca\x05\ \x32\x1e\xa4\xde\x3a\x8d\xec\x32\x10\xe9\x49\x17\x1d\x9c\x21\x93\ \x0c\xda\x22\x22\xe3\x08\x52\x11\x91\x68\x40\x35\xa0\x69\x34\x3c\ \x8d\x8e\x6d\xc2\xf3\xf9\x22\x5a\xfb\xf0\x38\x10\xd6\xf8\xf4\xf0\ \xf4\xd4\xf8\x95\xb5\x3f\xff\xcf\x61\xc3\xc2\x72\xb5\xfc\x28\x9f\ \xac\xb8\x40\xfa\x02\xe5\x64\x32\x93\x2b\x1a\xaa\x00\x80\x85\x82\ \x4b\x19\x48\xe6\x91\xb3\x95\xe0\x51\x93\x52\x25\x48\x68\x80\x1f\ \x35\x64\xa2\xd1\x72\xd4\xe3\xca\x46\xa5\xfc\x68\xc0\x65\xc8\x81\ \x33\x80\xab\x4a\x3a\x90\x16\x93\x0e\xef\x40\xf0\x18\x44\x20\x95\ \x7c\x3a\x93\x48\x67\xbe\xe2\x50\x58\x75\x66\xb5\xde\xe9\xf5\x7b\ \xcd\x4e\xa7\xd9\xac\x52\x5b\xd3\x5e\xb3\x05\x54\xca\xe9\x0c\xdb\ \x2d\xce\xa0\x0f\x8c\x99\xdf\xef\x74\x86\xfc\xe1\x7e\xa7\x45\xed\ \x33\xab\x74\x72\x8b\x5e\xaf\xd2\xcb\x64\x1c\xd0\x10\x39\xcc\x2c\ \x14\x92\x9c\x21\x60\x91\xe4\x5c\x0d\xd7\xa4\x96\x71\x54\x2a\x0e\ \x89\x6b\x54\xa8\x41\x66\x4c\x72\xb9\x49\x88\x2c\x64\x09\xb9\x1c\ \x21\x5b\xa8\x66\x53\x59\x3c\x2e\x83\xc2\x12\x72\x49\x24\x1e\x89\ \xc3\x63\x51\xa8\x20\x32\x24\x21\x57\x66\x54\x68\x75\x32\xb6\x10\ \x7c\xa3\xdd\x29\x93\x50\x38\x12\xb3\x59\x1b\xef\x75\xc7\xfc\x5b\ \x7b\x1d\x16\xb5\xda\xaa\x30\x0a\xd5\x0a\xbb\x55\xa6\x60\x73\xad\ \x6c\x92\x46\x43\xa5\x52\x90\x16\xcf\x24\xd2\x5f\x7d\x08\xa9\x14\ \xe4\xbc\x36\x8b\xcb\xfa\xab\x21\x81\xb8\x43\xcc\x96\x0b\xf5\x7a\ \x93\xc5\xee\x74\x3b\x82\x56\xb7\xdb\xe2\xb7\x24\x46\xe3\x5b\xe3\ \xa1\xb8\x7f\xd0\x17\xee\x4b\xf4\x85\x42\xe9\x58\x2a\x14\x71\xfa\ \x46\x43\x56\x77\xdc\x1b\x89\x6f\x4b\x5b\x25\xfd\x5e\x8b\xc5\x0b\ \x06\x39\x64\xb2\xc3\x7b\x9a\xad\x5b\xf7\x8c\xf4\x85\x13\x7d\xf1\ \xb1\x3d\xa3\x23\x83\xa1\xd4\xe0\xe0\x58\xff\x96\x9d\x5b\xbe\xda\ \xb3\xf9\xa3\xdd\x5b\xfa\x37\xf7\x85\x63\x80\x5c\xb1\xcf\xff\xb1\ \x67\xdb\x5b\x9b\xbe\x7e\xeb\xed\xd7\x77\x7c\xf4\xe9\xde\xd8\x58\ \x3a\x65\xf6\xc7\xed\x76\xbf\xc3\xe9\xb4\x9b\x8d\x0a\xb6\x51\xaf\ \x53\xfb\xad\x5a\x85\x33\x1c\xf1\x5a\x4d\x16\xab\xdd\xec\xb6\x9a\ \x83\x00\xac\x16\x4b\x28\xf6\xe9\x3f\xde\xde\xfc\xfa\xdf\x5e\xfd\ \x76\xd3\xf6\xfd\xc7\x3e\xdc\x7f\xff\xc1\xcc\xcc\xec\xcc\xcc\xf3\ \x99\x73\x95\x99\xa5\xf9\xe7\x65\x26\x52\xd3\xc8\x43\x6f\x99\xea\ \x19\xef\xea\xa1\xd3\x8e\x1c\x18\x06\xc0\xea\x69\x24\xd2\x7b\xc6\ \xc7\x87\x87\x5a\x1b\x7b\xc6\xa7\x5a\xb0\x0d\x06\xec\x93\xed\x3f\ \x7d\x68\x96\x58\x66\xda\x08\x79\xba\x88\x89\x26\xf0\x5d\x1e\x3c\ \x91\xef\xc2\x19\x5c\x19\x43\x36\x03\x51\x11\x8d\x42\x1c\x47\x69\ \x78\x5b\x3e\x03\x7c\x25\xe5\x83\x6e\xf1\x69\x74\xa2\x0b\x8f\xc3\ \xa3\x88\xc4\x3a\xe0\x96\x7a\x6c\x4b\x03\x1a\x85\x21\xe2\x00\xe6\ \x80\xb8\x86\x86\x1a\x5a\xea\xeb\x7a\xba\xda\xa6\xcf\x9f\xbd\xf4\ \xc3\x95\x53\x7f\xfc\xba\x96\x1b\xdc\xb4\x72\xf2\xfe\x8d\x6b\x27\ \x2e\x9c\xb8\x79\xec\xc3\xfb\x22\xc2\x02\xb1\x0e\xd5\x7e\xf6\xde\ \xbd\x2b\x97\xf7\xcf\x1d\x7a\xfd\xcb\xaf\x3f\xfc\x72\xd3\xeb\xdf\ \x6e\xf8\xf2\xdb\xed\xef\xbe\x7f\xfd\xeb\x3b\xa7\x0f\x5d\x3d\x7e\ \xe1\xc2\xf1\xdb\x1b\x4e\xdf\xbe\x76\xe3\xe0\xd5\x43\xb7\x3f\x7c\ \x1f\xbf\x76\xf7\x87\xff\xfd\x4f\xda\xdc\xad\xff\xe7\x5f\xff\xba\ \x77\xef\x3f\xfe\x7c\x81\xbb\xf7\xf2\x8f\x2b\xe3\x87\xd7\x56\x5f\ \x2c\x3f\x7f\xb1\xb2\xfe\x6c\x75\xf5\xd9\xd3\xe7\xab\xf3\x2f\x66\ \xd6\x97\x97\x16\xe7\x6b\xf9\x6c\xd4\xe0\x42\xce\x15\x29\x09\x75\ \xa8\x3a\x1c\xa1\xbe\xb9\xae\xbe\xa9\xae\x1e\x83\xaf\x6f\x22\x34\ \xb4\x7d\xc8\xe5\x70\xf6\x6e\xf6\x4b\x64\x54\x5e\x77\x27\x83\x44\ \xe9\x10\xb0\x58\xe2\x4e\x31\x48\x8e\x00\xd9\x09\x2d\x46\x96\x34\ \x29\x63\xd1\xda\x49\xed\x37\x9d\x1b\xbf\xfb\xe7\xae\x7d\xff\xfc\ \xe7\x77\xbb\x06\x36\x76\x03\x48\x69\xba\x05\x1d\xe2\x5d\x62\x70\ \x8d\x1a\x16\xb2\x8d\x70\x00\x1e\x0d\x58\xd5\xc9\x13\x0f\x20\x74\ \xa5\xe9\x84\x07\xed\x1a\xe8\xe6\x71\x3f\xcc\xf1\x6f\xff\x5f\x94\ \xfb\xf3\x53\xcc\x3a\xa5\x50\xc3\xeb\xfc\x66\x4f\x4e\x4e\x65\x31\ \xa8\x1c\x19\xcc\x3f\x0a\x39\x4b\x40\x62\x29\x8c\xce\xcf\xdf\xd8\ \x01\x33\xbb\xd9\x2c\x14\x52\x18\x5c\x06\xef\x78\x0f\x7f\x4c\x67\ \xf2\xc5\xcc\x1f\xec\x20\x4c\xac\x28\xe4\xe6\xe6\xba\xe9\x33\xb4\ \x5a\xd3\xf4\x25\x64\x84\x02\x1f\xcd\x56\x73\x99\xbc\xd2\x95\xcc\ \x15\x5d\x81\x22\xb8\xbf\x64\xa9\x52\xca\xc3\x65\x21\xf7\xa8\x56\ \xac\x20\x4e\xb1\x54\x2d\x2d\x14\xab\xe5\x72\x61\xa1\x3c\x5f\x06\ \xac\x2a\x94\xb2\xe5\x4a\x2d\x93\xaf\x16\x5c\xf9\x52\x79\xa9\x90\ \x29\x66\xa3\x99\x4c\x75\xbe\xe6\xb2\xe5\x03\x65\xa4\x24\x16\x92\ \xb7\x12\xc8\xe5\x9e\xbb\x40\x11\x6a\x49\xb0\x5a\x86\xa8\x27\x10\ \xcd\x95\xcb\xb9\x7c\x20\x93\xb5\x45\x2b\x40\x3b\xb9\xac\x8d\x0e\ \xc6\x50\x99\x4c\x02\x6f\xb9\x5c\x7c\x9b\x27\x9b\x8b\xc2\xc7\xc8\ \x03\x4f\x79\xc0\x20\x1a\x92\x1e\x57\xc1\x46\xb7\x65\x02\x20\x17\ \x22\x17\xbc\x22\xd3\xc0\x27\x46\x3d\x74\x3e\x8d\x69\x13\x31\xc9\ \x44\xba\x0d\xe9\x55\x4f\x43\xe3\x80\x80\xc8\xb8\xa6\x7a\x1a\x1f\ \x4f\x36\xb4\x4e\x0d\x4f\x1f\x9d\x3e\x30\x75\xe0\xf0\x81\xa9\xc3\ \x6b\xf7\xfe\xeb\x14\xbd\x34\xbf\x8c\xf4\xa5\x9e\x4f\x8a\x68\x4a\ \x4f\x09\xd4\x34\x9a\xaf\xd5\xf2\x49\x57\xa1\x0a\xa4\x07\x54\x57\ \xc8\x25\x01\xa5\xa2\xd9\xc0\xc2\x42\x26\x99\xf3\x30\x6d\x70\x9d\ \x6f\x33\x78\x5c\x60\x0e\x45\x78\x97\x8d\x19\x95\xc2\x15\x91\x48\ \xc9\xa7\x11\xa5\x4a\x4f\x80\x06\xda\x46\xa6\xd1\x95\x52\x9a\x94\ \x28\x7d\xc5\xe1\x96\x68\x01\xaf\x74\x3e\x8b\xcf\x62\x32\x05\x8d\ \xa9\x94\xd5\xac\xb6\x44\xfc\x56\x73\x28\x94\x32\xeb\x2d\x76\x90\ \x2e\x77\x38\xe2\xb3\xfb\xe3\x66\xbb\xdf\x69\xb2\xda\x8d\x0a\xa3\ \x59\x67\x95\x70\x25\x2a\xae\x42\x2b\xe7\xa8\x8c\x54\x00\x26\x09\ \xa9\xa3\x93\x24\xd8\xa7\xe1\xc8\x84\x24\x36\x83\xa1\x61\xeb\x90\ \x45\x2c\x8e\x44\xc2\xe2\xb0\x75\x32\x06\x57\x2e\x14\x32\x48\x6c\ \x12\x55\xcc\xe6\x50\xd9\x12\x0a\xb2\x51\x94\x42\x25\x91\x18\x0c\ \x2a\x92\x40\xa3\xe3\xc8\x25\xc8\x02\x95\x4c\x2e\x44\x0a\x97\x82\ \x6b\xe4\x28\x74\x6e\x9d\x33\x6e\x72\x38\x22\x29\xad\xc5\xab\xb7\ \xab\xed\x16\x99\x44\x08\xf8\x26\xe1\xc2\x4b\x31\x20\x22\x79\x62\ \x31\x5b\xc8\x96\x71\x05\xdd\x9d\x1b\x3b\x04\x3c\x06\x0b\x6e\x33\ \x3a\xc0\x66\xf2\x78\x1d\x60\x14\xd9\x0a\x99\xda\xac\xb5\xba\x1d\ \xa9\x50\xca\xe7\x48\x0d\x8e\xc5\xc3\x21\x4b\x6c\xdb\xb6\x78\xda\ \xbb\xbb\x37\x1e\xea\x8f\xf4\xa6\x7b\x7d\xa9\xb4\x5b\xef\x8b\x80\ \x73\x1b\x4c\x44\x4c\x8e\xfe\x94\xc3\xec\x56\xe9\x24\x5a\xb3\xd0\ \x9c\x0a\x8e\x3a\xac\x91\x44\x30\x1e\x0e\xa6\xbd\xfd\x71\x9f\xda\ \xd1\xdf\x17\x0b\x06\x27\xdf\x1b\xed\xff\x64\x72\xcb\x9e\xb1\xc4\ \xe6\xcf\x27\xe3\xf0\x15\x05\x63\x7d\xbb\x5f\xdb\xf4\xfe\xeb\xef\ \xfc\xe3\xb5\xb7\x76\xa6\xf6\xf4\x6e\xe9\x75\x98\xac\x4e\xa3\xdd\ \x6b\xd1\x83\xb8\x3b\x4c\x12\xab\xd3\xa2\x73\x98\xb5\x6a\x93\xc5\ \xed\xf7\x9a\xf4\x3e\xa7\x5a\x62\x52\x39\xad\x46\xb3\x7d\x30\xdc\ \xfb\xc6\x87\xef\xbf\xb9\xe7\xad\x37\xdf\x00\x2e\xf9\xe9\xf6\xe9\ \xeb\x5f\x7e\x7f\x79\xf6\xe4\x83\xd5\xab\x2b\x0b\xcb\x15\x0f\x92\ \x46\xc3\x4f\xda\x08\x28\x74\x5b\xeb\x78\x7d\x43\x63\xeb\xd1\xe9\ \xe1\xf1\xe6\xa6\xc6\xe6\xf6\xa6\xb6\xae\x9e\xe1\x89\xf6\x46\xb8\ \xd1\x60\x53\x4a\x1f\xf5\x6a\x19\xe6\x63\x0e\x95\xe5\xc1\x51\x6c\ \x95\x2f\x65\x16\xe6\x73\xb3\x05\x43\x20\x83\x6a\xc1\xa0\x88\x86\ \x72\xd6\xe5\x81\x41\x01\x21\xba\x90\x04\x66\x93\x2a\x0d\x1e\x1b\ \x9f\x9f\xa1\xe1\x88\x4c\xb2\x81\x4e\x24\x37\x76\x35\x61\x88\xed\ \x53\xad\x6d\x4d\x68\x3c\x5a\x84\x6e\xee\x19\xae\xc7\xd6\xb7\xf5\ \xd4\xb5\x34\xb7\x0d\x1f\x19\x6a\x1b\x3e\x7f\xf6\x87\x1f\x8e\x02\ \x65\xdd\xc3\x8d\x7c\x7b\xf1\xb7\x8b\xc7\x4e\x5c\xfb\xf6\xdd\x83\ \xfb\x1f\x3d\x7f\x61\x0b\xd4\x9d\xaa\x6f\xb8\xf2\xeb\xda\xdd\xa6\ \xfb\x27\xbe\x7e\xe7\xd8\xc1\x43\xaf\x1d\x3c\xf1\xc6\xeb\x87\xbe\ \x3e\x76\xf0\xea\xa6\x83\x17\x8e\x5f\xfc\x7a\xff\xed\xeb\x5f\xbf\ \x76\xec\xf8\xf1\x43\xdf\x5e\xbd\x70\xe3\xc4\xd7\xe4\x7b\x77\x6f\ \xfd\xf9\x3f\xa8\xef\x0f\xff\x0b\x04\xeb\xe5\x7f\xfe\x6b\x9d\x78\ \xf7\xd6\xd9\xf1\xfa\xba\xbb\xb9\x99\xef\x67\x5e\x3c\x99\x9b\x79\ \xf1\x62\xf6\xdc\xe2\xec\xf2\xdc\xb9\xd9\x73\x0b\x85\xc5\xa5\x8c\ \xcb\x40\xc7\xc3\xf4\x8e\x03\x5d\xc5\x36\xa2\xb0\xad\x4d\x4d\x8d\ \x2d\x0d\x38\x0c\x1a\x55\x47\xa8\xa3\x5b\xa8\x54\xce\xe4\x36\xbf\ \x5c\x48\xa2\x80\x32\x91\x58\xbc\x4e\x16\x43\xd0\x01\x91\x00\x66\ \x10\xc4\x46\x83\xb4\x7d\xdb\xf7\x79\xa6\xf6\x13\x67\x23\x28\xd4\ \xc0\xc6\x8d\xfb\xbe\xdb\xb5\x0b\x59\xc0\x12\x8b\x3b\x34\xe2\xee\ \xee\x01\xa4\x99\xbd\x58\xb0\x71\x23\x8f\xc7\x42\x88\xac\xbb\x83\ \x05\xe6\x12\x5c\x62\x07\xaf\x13\xe9\xb1\xb3\x91\xc5\x8a\xcf\x26\ \x31\x9f\xb3\xed\xc2\x19\x29\xee\xd6\x4c\xf7\x2e\x4d\x87\xe6\xe1\ \xd5\x7f\xb2\x04\x10\x80\x7a\xbd\x1d\xa2\x50\xcc\xa3\x52\xd9\xfa\ \xde\x0d\x77\xb6\x05\xfd\x12\xbf\x85\x8b\xb4\xc8\x14\x88\x6f\x4f\ \xa0\x3e\x55\xc3\xf4\x6e\x79\x18\xb3\x4d\xac\x32\x3a\xfa\xc6\x5b\ \xa6\xc9\xf3\x8d\xd3\x07\xb2\xf3\xe5\x0a\x48\x55\xa9\x06\x82\x93\ \x77\xe5\x93\xe0\x78\x33\xd9\x7c\xb9\x50\xcc\x67\xab\xe0\x0d\x0b\ \xd5\x7c\x15\x98\x27\x9f\x07\x16\xc9\xc1\x9d\xe5\x6c\xa1\x50\x2d\ \x3f\x2f\x16\x1f\x15\x0b\x49\x8f\xad\x54\xc8\x14\xf2\xb9\xca\x7c\ \xb1\xb8\x9c\xcd\x14\xb2\x48\x8a\x43\xa1\x88\x14\x6c\x28\x02\x8b\ \x7b\x32\xf0\x17\xce\xe5\x02\x85\x6c\xb2\x9c\x2d\x67\x3d\xc9\x7c\ \xae\xea\xf1\x00\x84\x2d\x05\xaa\xf9\x12\xd2\xc3\x34\x99\xa1\x83\ \x25\x24\xbb\x92\x48\x59\xb1\x7c\x21\x99\x44\x0a\x8a\xe6\x4a\x81\ \x40\x14\x81\x36\x9b\x27\x69\xc8\x83\x48\xd9\xa2\x36\xb2\x27\x09\ \x71\x00\x0a\xe1\x92\x02\x65\xd1\xe0\x26\x0e\xf1\x82\x10\x57\x06\ \x9a\x8b\x89\x05\xe9\xa2\xd3\xc9\xe8\x3a\x83\x01\x87\x22\x12\x88\ \x04\x7e\xd3\x50\xd7\xc4\xd4\x81\xe9\xe9\x89\xa9\xc3\x13\xa7\xd6\ \xfe\xf5\x5f\x47\x92\x85\xa5\xe7\x99\xf9\xda\xf2\xc2\x62\x86\x1c\ \x98\x8f\x66\x6b\x15\xe4\x53\xe7\x8a\xd5\x4a\xc5\x05\xde\x30\x5f\ \xa8\xe5\x92\x39\xa4\xd6\x6a\xf6\x5c\x39\x1a\x2d\xe6\x94\xd9\x6c\ \xa1\x96\xf5\x80\xae\x06\x6c\x01\x3c\x06\x84\x33\x0b\x90\x47\xb3\ \x29\x95\x7c\x1c\x0d\xa4\xd3\x15\x0d\x18\xf0\x74\x8f\x54\xc9\x24\ \x2b\x99\xca\x57\x74\x56\xbd\xd6\xec\x30\xdb\xbd\x0a\x87\xd7\xeb\ \x08\x9a\x7d\x3e\xb8\x1e\x76\x5a\x83\x31\x9f\x39\x96\xf6\x06\xdd\ \x7e\x87\xce\x8e\x64\x44\x79\x83\x0e\x5f\xdc\x82\xb4\x45\x75\x48\ \x8c\x6e\x93\xc4\xa4\x50\xa8\x1d\x2a\x23\x57\xa6\xa2\x80\xbc\x98\ \x78\x2c\x12\x0f\x69\xaf\x0b\xc8\xc3\x96\x01\x6f\xc9\x54\x72\x8e\ \x82\x22\xd1\x0b\x19\x42\xa1\x4a\xce\xa0\x52\x34\x5c\x0e\x4b\xac\ \xa1\xb0\x48\x00\x58\x2c\x92\x86\xca\x66\x50\x04\x10\x6b\xbc\x81\ \x5d\xa4\x4e\x90\x3d\x0e\x5b\xc8\x91\x19\xb5\x0a\xb7\x42\x26\x31\ \xca\xb4\x72\xb5\x44\xe5\x90\x58\x4c\x96\x58\xdc\x6a\x97\xe8\xcd\ \x6e\xb7\xd5\xe1\x00\x58\x63\xb3\x29\x14\x01\x03\x14\x69\x1f\x05\ \x50\x8d\x0d\x93\xaa\x80\xd7\x41\x82\x28\x25\xb1\x04\x1d\x24\x98\ \x5f\xbb\x3b\x59\x48\xbb\x4c\x8a\x50\xc1\x61\x5b\xac\x2a\xbb\x4e\ \xef\x1b\x75\x0f\xc6\xfb\x46\x42\x91\x04\x98\xdd\x49\x67\xb0\x2f\ \x14\x06\xa5\x4a\x6d\xf1\xf5\x25\xdc\x91\x5e\x7b\xcc\x1b\x8b\xc4\ \xfa\xd3\x91\x88\xde\x69\xb7\xba\x4d\xa0\x54\xaa\x50\x24\xee\xf0\ \x7b\xe3\x21\x27\x90\xa5\x49\xa5\x37\xe9\x4c\x5a\x47\x3c\x18\xdf\ \x1d\x4f\xa7\xbf\x0a\x27\xf6\x7e\xd2\xff\xd9\x57\xa3\x63\x63\xfd\ \x91\xfe\x4f\xfb\xe2\xa3\x7b\x47\xc7\xbe\xd8\x73\xf0\xd0\x97\x1f\ \x8d\x7d\xb0\xb9\x6f\x74\x64\xeb\x60\xd8\x1f\x77\x6a\xad\x26\xa7\ \x5a\x6b\xb2\x9a\xe0\x68\x74\x6e\xb5\x4e\xad\x76\x5b\xec\xe0\x3d\ \x1d\xa0\x8d\x32\x95\x05\x71\x89\x46\x87\x3b\x32\xf6\xd9\xeb\x1f\ \xbd\xff\xee\x97\x6f\xbe\xbe\xe1\xf8\xa6\xbf\x6f\x3f\x7d\xed\xa7\ \x07\xb3\x73\x73\xc5\x85\x85\x46\x1a\x81\xee\x42\x8a\x9b\xb9\x68\ \x1e\x9a\x0b\xd7\xd2\xd2\xda\xd2\xd6\xd8\x3a\x3d\x5e\xd7\xd2\xd8\ \xd3\xd5\xd2\xd5\xd5\xd2\x36\x35\x31\xd4\x8a\xc5\xa0\x71\x19\xcf\ \xd2\xe5\x51\xb9\xfd\x4b\x43\xf3\x13\x18\x44\x37\xb1\x8d\x52\x1a\ \x91\xae\x54\x46\x8b\x0b\x65\x8f\x87\x40\x50\xe2\x9a\x1b\x51\x44\ \x91\x94\x4c\xf7\xe4\x21\x8e\x33\x4b\x55\x64\x1f\x3e\x13\x4d\x67\ \xd2\xf0\x22\x14\x1f\xc9\x2a\xc6\x64\xd0\x98\x7a\xe6\x32\xad\x01\ \x83\xa9\x27\x60\x5a\x9a\x50\xc3\x5d\xd2\xa6\xa6\xa6\x9e\xa1\xb6\ \xae\xf6\xa1\xe1\xae\x03\x97\x4e\xdd\xba\x75\xe6\xd2\xdd\x5f\x7f\ \x58\x2b\xef\xdd\xf1\xed\xd5\x1b\x0f\xae\x5e\xd8\xf0\xd6\xfe\xe3\ \xa5\xa8\xb2\x7e\xdd\x35\x3d\x75\xe5\xc0\xdd\x97\x7f\xbc\x78\x6f\ \xff\xeb\x87\xbe\xdd\xff\xda\x6b\x9b\x3e\x3c\xb4\xff\x2a\x08\xd4\ \xa1\x83\xc7\xaf\xfe\x72\xfc\xc4\xed\xdb\xc7\x4e\x1c\xbb\x78\xe1\ \xf4\xc1\x9b\x57\xaf\x1e\x3c\x4e\x5c\xbb\xf5\xc7\xbf\xfe\xa7\x69\ \xee\xec\xff\x82\x27\x7c\xf9\x5f\x7f\xce\x26\xcf\x1f\x6e\x95\xba\ \xa2\x43\x9e\x17\x8f\x7f\x3b\xf9\x60\x65\x75\xe5\xc5\xcc\x42\x69\ \xf1\xd1\xec\xfa\x1c\x52\x6e\xb3\xa8\x54\x4a\xc1\x05\x60\xc9\x44\ \x32\x9f\x59\x5f\x57\x5f\x57\x87\x6d\x6a\xae\xc3\x62\xb1\x68\x2c\ \x1a\xd7\x7c\x1a\x81\xf4\xd8\x64\x48\xc5\xa1\x50\x78\x1d\x7f\xfd\ \xf9\x41\x81\x34\x3c\x31\x4c\x57\xbc\xce\x01\xc6\x40\x87\x40\xc3\ \xda\xb5\x25\xf0\xe8\xbe\x64\xdf\xae\x4e\x10\xac\x01\xa4\x30\x32\ \x38\x40\xb1\x46\xa3\x81\x38\xe9\xec\x84\x60\x15\x53\x35\x60\x0d\ \xe1\xd9\x9d\xdd\xe2\x6e\x78\xb6\x06\x29\x46\x03\xae\x70\x17\x18\ \x45\x41\xb7\xe4\xe0\x12\xbe\xe4\xb0\xbb\xd2\xba\xea\x7b\x43\xdf\ \xff\x53\xdc\xd1\xcd\x2e\x85\xbe\xa3\x70\x65\x72\x05\xf8\x0b\x85\ \x9c\x42\x05\x0b\xc8\x56\xc4\xdf\x3f\xd6\x97\xb2\xd8\xbf\x08\x21\ \x96\x90\x45\xa2\x3c\x3d\xd5\x73\xc7\xed\x4b\xdb\x3f\xc5\x79\x09\ \x53\xf7\xb9\x9d\xdb\x27\xda\x27\x32\xca\x23\xb7\xfe\x28\x81\x08\ \x95\x02\xb9\x85\x85\x72\xd1\x55\x8b\xce\x67\xb3\x79\x64\x6f\x5d\ \xa6\x54\xce\x2d\x54\x32\x85\x5a\x15\xdc\x1f\x28\x0e\x52\xa6\xb3\ \x98\x2f\x7b\xe6\x93\xd9\xe5\xf2\x62\xa5\x52\x2c\xd5\x4a\x1e\x57\ \x0e\x0c\x1d\x88\xcc\xc2\xf3\x4a\xb6\xb0\x58\x2e\x96\x32\x51\x30\ \x80\x85\x62\x36\x97\x2f\x79\xa2\xf0\xc3\xe3\xc9\x19\x6c\x99\x5c\ \x01\x69\x1f\x5d\x45\xb6\xe6\xd8\x32\x36\x69\x26\x9b\xac\x96\xb2\ \xa0\x8c\x86\x5c\xd6\xe3\xb1\x65\xf2\x06\x88\xa8\x0c\x8c\xfa\x6c\ \x00\x4c\x21\x91\x8f\x74\xaa\x50\x82\xed\x06\x17\xa8\x54\x26\x5d\ \x52\x0f\x98\x41\x00\x1e\x0f\x8d\x6f\xf0\xd0\x44\x2e\x22\x5f\x99\ \xe3\x93\xe9\x7c\xa6\x88\x0c\xb0\x63\xa3\x13\x88\x52\x1a\x18\x35\ \x3c\x06\xc7\x27\x62\xe9\x80\xbd\x68\x02\x81\xce\xaf\xef\xe9\x99\ \x98\x3a\x3a\x8d\x9c\x52\xee\x3a\xb2\xf6\xe7\xbd\x76\x29\x58\xd7\ \xc5\xe5\x85\xca\xdc\xa2\x8b\x0f\x04\x19\x28\x15\xf3\x9e\x5a\xb9\ \x58\x5e\x5c\x2a\xb9\x8a\xa5\x42\xb4\x0c\xe2\x55\x2c\x94\x72\xb9\ \x2a\x18\xe1\x64\xbe\x18\xad\xc2\x51\x54\xf2\x19\xf0\x8e\xd9\x6c\ \xa6\x81\x56\x2e\x21\xfb\xa6\x0d\xc8\x6e\x69\xa5\x08\xe9\xb3\xa3\ \x34\x04\x50\xcc\x8c\x8b\xcf\xa4\xf1\xf9\xca\x57\x9c\x48\xe1\x04\ \xab\x35\xde\x6b\xb1\x38\xec\x3a\x6d\x50\xab\x0e\x85\x7a\xf5\x7a\ \x77\xd0\xeb\x0f\xa5\xc2\x7e\x9f\xcf\x19\x71\x38\xdc\x76\x9d\xdb\ \x0c\x4a\xe6\x54\x1b\x91\x02\xa0\x2a\xbd\x4e\x6b\x95\x68\xf5\x46\ \x05\x87\x23\x51\x49\x64\x6c\x0e\x0b\x21\x2b\x1e\x97\x44\x15\x80\ \xe7\xa3\xaa\x28\x82\x6e\x01\x47\x2e\x53\x2b\x8c\x12\x8e\x50\xce\ \x06\x95\xe2\x92\x18\x5c\x09\xab\x7b\x23\x8f\x2d\x07\xa1\xea\xe8\ \xd8\x25\x60\x30\x58\x2c\xa4\x59\x2f\x04\x09\x04\x19\x9b\x23\xa7\ \x50\x8c\x5a\xae\xd6\x28\x94\xa8\x28\x5a\x0a\x85\x2d\x31\x3b\xdc\ \x3a\x8b\xd9\xee\xf3\xa5\x83\x26\xaf\x37\xe2\xb5\x80\x3c\xb2\x19\ \x1c\x0e\x83\xc4\x82\xf7\xe0\x08\x00\xa6\xa8\x6c\x81\x58\xc6\x40\ \xba\x89\xf3\x48\x88\xb5\x14\xf3\xc0\x2c\x92\x58\x1d\x48\x6f\x68\ \x39\xd7\xa8\x57\xeb\x82\xc1\x94\xd7\x19\x0c\xfa\xd2\x7d\xf1\xf4\ \xd6\x44\x6f\xbc\x3f\x3d\x38\x18\x0a\xc5\x22\x91\xe0\x60\xdc\x1d\ \x8f\x6f\xf1\x45\xbc\xce\xde\xc8\xe8\x36\xc0\x2c\xb5\x3d\xe8\xeb\ \x4f\x79\x47\x91\x9a\x32\x29\xbb\x51\x27\x03\x4f\xe9\xf0\xf5\x0d\ \xc6\x7d\x09\x89\x3b\x91\xf6\xa5\xb6\x6e\xdd\xbb\xb5\xaf\xdf\x3d\ \xf8\xf9\x24\x68\xd4\xe8\xe0\x8e\xdd\x7b\x77\x6e\xdb\x32\xba\x7b\ \xeb\xb6\x2f\x36\xfc\xed\x8d\xd7\x5f\xdf\xf0\xd9\x96\x58\xef\x9e\ \x6d\x23\x7d\x91\xa0\xdb\xe1\xd3\x5a\x80\x15\xcd\x4e\xb5\xda\x62\ \x55\xc3\xd7\x65\x77\xab\xfd\x4e\xab\xde\xee\xb7\x38\x4d\xf0\x45\ \xda\xb5\x32\x93\x6f\x4b\xca\x3f\xf6\xcb\x3f\xfe\xf1\x8f\xcd\xaf\ \x1d\x7c\xeb\xdd\x0b\xd7\x56\x1e\xbf\x78\xb8\x52\x9e\xc9\x95\x6f\ \xcc\x1d\xf2\x94\x94\x9e\x68\xa0\x90\x31\x14\x02\x52\x74\xdb\xd0\ \x50\x57\x57\xd7\x50\x7b\x57\x3d\xa6\xae\xa5\xa9\x7d\x18\x84\xa4\ \x67\x7c\xb8\xa5\x1d\x8f\x47\xf1\x3d\x0b\xd7\xf6\x7e\xf0\x7d\x80\ \x46\x16\x35\x3c\x30\x19\xf7\xbc\xc7\xac\x23\x62\x71\x38\x3c\x9e\ \x19\x70\xe1\xa5\x04\x0c\x8d\x40\x66\xa2\x1b\x1b\xeb\x98\x64\x26\ \x3f\xe3\xc9\xe4\xf3\xf3\x85\x82\x8b\x4f\x44\x13\x69\x22\x22\x90\ \xbe\x4d\x4a\xc0\xe3\xb3\xfc\x86\x06\x66\x06\x8d\x6a\x6c\x6c\x6f\ \x26\x36\xd4\xe3\xdb\x86\x1b\xf9\x5d\x6d\x6d\xc3\x47\x27\x7a\x9a\ \x5b\x8e\x1c\x39\x7f\xeb\xd4\x99\xc3\xf0\xdf\xf9\x5b\x13\x77\x36\ \xbf\x77\xf3\xc6\x86\x1d\x17\xef\x6c\x7a\xf7\xfd\x2f\x5e\x44\x09\ \x75\x5f\x14\xbb\xc6\x0f\x34\x5d\x59\xbb\xf5\x62\xf3\x6b\xdf\xee\ \xbf\xb3\x69\xd3\xf6\xab\x17\xf6\x1f\x3b\x7e\xf5\xf4\xf5\x43\x17\ \x8e\x5d\xb8\x71\xf3\xce\xb7\x87\xf6\x1f\xba\x73\xe3\xfa\xf1\x0b\ \xf7\x6f\xff\x78\x82\x70\x6f\x6d\xed\xcf\xff\xb7\x6b\xfd\xd4\xbf\ \xfe\xbc\xf7\xc3\x95\xff\xfb\xe5\x7a\x72\xbc\x8d\xb9\xf4\x60\xc5\ \x30\x3f\x33\xfb\xfb\xca\xc3\x67\xb3\xeb\xb3\x33\xe5\xe2\xc2\xfc\ \xfa\xa3\xe7\xd5\x62\x11\x22\x14\xac\x2d\x19\x07\x72\x45\x24\xe2\ \xb0\x2d\x18\x0c\xaa\xa1\xae\xa9\xbe\x0e\x8b\xc6\x60\x31\x75\x52\ \x9f\x90\xc1\xa5\x7a\x77\x84\x8c\x1c\xc0\x74\x12\x0b\x04\x4b\x43\ \xd5\x74\x0a\x58\x02\x0e\xb2\x2c\xd0\x09\x98\x8d\xb4\xd5\x8d\x55\ \x9e\xde\x91\x7c\xb7\x71\x63\x67\x37\xa8\xd5\x2e\x71\x77\xa7\x06\ \x29\xbc\xde\xd1\xa9\x19\x40\x5a\x18\x22\x4d\xa3\x3b\x35\x48\xc7\ \x9d\x8e\x8d\x82\xee\x6e\xa4\xc7\x44\xe7\x46\x41\x67\xe7\xae\x5d\ \x48\x36\x17\x63\xf4\x72\x80\x7f\x41\xb1\xa3\xd9\x66\x15\xff\x84\ \x3d\xbd\xb1\x53\xf3\x4d\xba\xc8\x15\xb0\xa8\x72\x2e\x47\xa2\x95\ \x28\xe4\x80\x66\x32\x19\x47\x12\xbb\xbe\x33\xec\xd6\xa5\x37\x27\ \x8c\x54\x06\x28\xa0\xd1\x76\x78\xe2\x59\x3a\x1e\x33\xad\x37\x2b\ \xa4\xd3\xb3\x12\xea\xec\xd0\x70\xcb\x83\xb6\x5b\x2f\xff\xd5\x54\ \x49\x16\x6b\x85\x64\x05\xe9\xb9\x05\xa0\x11\xcd\x81\xee\x24\xb3\ \xc5\x52\x31\x59\x8a\xda\xa2\x85\xa5\xe5\x02\xb2\x5b\xb8\x50\x5d\ \x2c\x25\x0b\xe5\x68\x36\x99\xad\x55\x9f\x96\xc0\x18\x2e\x65\x3d\ \xa0\x6d\x59\x60\xb3\x6a\xb1\x5c\x4a\x66\x6a\xd5\xe5\x0c\x30\x54\ \x20\x5b\xc8\xc3\xd3\xb3\x81\x62\x3e\x07\x80\xe5\xb2\x25\xa3\x06\ \x70\x7b\xb9\x72\xa5\xe8\x99\x2f\x47\x61\xc2\x2a\x64\x94\xa5\x1c\ \x18\xbf\x8c\x2b\x9b\x89\xba\xa2\x59\x03\x0c\x7f\x69\x00\xa6\x33\ \x5b\x20\x27\x95\x8a\x5c\xc9\x64\xb1\x0a\x58\x16\x00\xfc\x36\xb8\ \x02\x81\x4c\x2e\x00\x1f\x83\x8f\x94\xc1\x52\x66\x44\x2e\x29\x9d\ \x2e\x2a\x89\xc8\x22\x26\x4e\x4a\x34\x28\x89\x78\x1a\x99\x4c\xc6\ \xd3\x68\x36\x7e\x03\x91\x49\x23\x12\xf9\x18\x2c\x01\x47\x90\xd2\ \x9b\xc7\xc7\x27\xc6\x91\x92\x6c\xe3\x13\x2d\x20\x58\x57\xea\x3d\ \xd5\xda\xa3\xa5\x73\xf3\x4b\x73\xf3\x01\xbe\x21\x59\x0b\x04\xf2\ \x95\xea\x42\x6e\x3e\x57\x9b\xab\xe5\x0b\xf3\xd1\x42\x31\x59\x40\ \x3a\x97\xd5\xb2\x85\xe5\x5a\xa1\x00\xa6\xb5\x10\x40\x3a\xdb\x57\ \xcb\x35\xf8\x52\x32\x28\xb4\x2d\x59\xce\xbb\x92\x06\x29\xf8\x55\ \x29\x7c\xe0\x40\xd2\xa3\x04\x1b\x81\x68\x6b\x26\x40\x56\xbe\xa2\ \x55\x68\x9d\x61\x27\x48\x51\xc4\xe9\x50\xc3\xb4\x2f\x51\xc7\x9d\ \x66\x85\x3b\x08\xe6\x25\x6c\xb1\xc7\x82\x11\xb5\xde\xa9\x76\x98\ \xb9\xa6\x20\xf8\x1c\xbd\x49\x02\x0f\xd6\xab\x2d\x7a\x85\x0e\xae\ \x4b\x54\x42\xb9\x44\xcd\x06\x96\x11\xb2\xd9\x92\x4e\x31\x85\x2a\ \x63\x53\x3b\x06\x3a\xa9\x62\x9e\x80\xda\x2d\xe6\x48\x8c\x14\x16\ \x87\xc5\x13\x23\xdb\x53\x59\xac\x81\x7d\x02\x44\x59\x18\x3c\xa4\ \x79\x60\xa7\x46\xb0\x0b\xa2\x4b\x23\x26\x6d\x14\xc3\x0c\x07\x11\ \x27\xe4\xc8\xe5\x72\x12\x87\x63\x95\xb3\xd9\x42\x2e\xcc\x5e\x42\ \xb5\xc5\x2b\x34\xf7\xa5\xdd\x7e\xb3\xde\xe4\x4b\x85\xbc\x46\x99\ \x8c\xc4\x06\xc1\x12\x50\x18\x30\x31\x42\x74\x74\x74\x53\xa9\x1d\ \x3c\x24\xad\xb9\xa3\x93\x85\xf4\xa4\x83\x39\x16\xe9\x0c\xc7\xa2\ \xca\x18\xa0\x97\x5a\x6b\x4c\x6d\xb2\xdb\x2d\x26\xaf\xdd\x37\x12\ \x49\x44\x46\x82\xa1\x58\xc8\xe9\x9d\x0c\x87\x12\x8e\x90\x2f\x91\ \xf2\xc6\x47\x22\xa9\xad\xfd\x29\xc0\x2f\x50\xb2\x58\xd0\x39\x1a\ \xde\x9a\xf2\xf6\x26\x42\xe1\x54\x30\x12\x8b\x7b\xfb\x62\xbb\xe3\ \xfe\x78\x28\xd6\xab\xb7\x8c\x22\xad\xe9\x43\xe9\xd1\x4f\xbe\x48\ \x85\x77\xf7\x8d\x46\x7a\x2d\x93\x89\x0f\x76\x8e\x7c\xba\x65\xf7\ \xe8\xd8\xee\x91\xcd\x7f\xbb\xf0\xe5\xe6\xf7\xde\xfe\xfb\xde\x2d\ \xa1\x58\x6c\xe4\xf3\x88\xdd\xe7\x8d\xbb\xad\x46\x95\xda\xe4\xd5\ \x59\x75\x72\xb9\x5e\x6d\xb5\xaa\x54\x6e\xbb\x51\x6b\xb6\x47\xcc\ \x3a\x95\x5a\xa7\x95\x68\x8d\x8e\x94\xd3\x9c\xfe\x7d\x7e\xfb\xd5\ \x5f\x3e\x7c\x71\xed\xfa\x4f\x37\x6e\xfe\xfe\xe4\xe2\xef\xcf\x7e\ \x99\xdd\xfe\x60\xee\xe1\x72\xd2\x95\x59\x28\xcc\xce\x67\x45\x98\ \xc6\x86\xe6\xb6\xd6\xb6\xfa\xfa\xd6\xa6\xba\x26\x4c\x43\x6b\xfb\ \xd0\xd1\x03\xc3\xed\x2d\xad\x0d\x8d\xe8\x00\xd3\xb5\xf2\xec\xd8\ \xe3\x12\x53\xe4\x09\xd0\x09\x22\xfc\x13\x85\xf5\xa3\x6b\x58\x8c\ \x54\x44\x20\xe2\x50\xf0\x3c\x88\x27\x34\x01\x4f\xc0\x60\xb0\x70\ \x95\xcf\x44\x35\xd0\xf8\x4a\x9b\x21\xc0\xcc\x2a\xa5\x78\x02\x8e\ \x4c\xc3\xc3\x8c\x49\x96\xe2\x1b\x30\x64\x1b\x1d\x2b\x5a\x6f\x18\ \x6a\x6f\x68\xc1\x12\x30\x0d\xcd\xc3\x75\xf5\x3d\xc3\xcd\x13\x53\ \x6d\xcd\xd3\xa7\xce\x1f\x3d\x35\x7e\xf8\xd4\xc4\xf4\xd0\xc4\xd1\ \xc3\xca\x67\x89\xdd\x9f\x7d\xb5\x69\xff\xf5\x5f\x6e\x7c\xbf\x72\ \x6d\x29\xda\x84\xde\xbe\x82\x3f\xd0\x33\x7d\x6f\xed\xde\x83\x0d\ \xaf\x7e\x7b\x7c\xd3\x85\x8b\xfb\x0f\x7e\x7b\xf0\xe6\x9d\x6b\xc7\ \x8f\x1d\x3c\x76\xe7\xa7\x9f\x6f\x7f\x78\xfc\xe6\x8f\x17\xae\x6d\ \x3f\x78\xe2\xc7\xfb\x0f\x6f\xd0\xd7\x5e\xfe\x7a\xef\x7f\xda\x66\ \x0f\xff\x79\x6f\xed\x87\xf3\xff\x5e\x5b\x5d\x36\x64\x9f\xae\x3e\ \x99\x99\x9b\x59\xbf\x3f\xb7\xba\x3e\xfb\x62\x7d\x6e\xbd\x56\x79\ \x5e\x9b\x5f\x2a\xd7\xf2\xd1\x4c\x54\x49\x74\x19\x1a\x30\x74\x3c\ \x19\xdb\x80\x42\x35\x37\xd6\xa3\xea\xeb\x5a\xeb\xeb\x50\xd8\x3a\ \x34\xba\xe7\x5d\x12\x05\x84\xca\x3a\xe6\x57\x53\xb8\x5c\x2a\x83\ \x25\x66\x81\x16\x75\x00\x5c\x6b\x04\x02\x90\xa5\x8d\x10\x16\x62\ \x31\x4f\x63\x3a\x57\xbd\xca\x06\xb6\xda\xd7\x8d\x24\xb1\xc3\xaf\ \x3b\x34\x9d\x70\x77\xf7\x80\xb8\x73\x23\x90\x56\xa7\xe0\xaf\x36\ \xac\x9d\x82\xee\x01\x81\x66\x23\xb2\xb7\x67\x5f\x77\x87\x46\x80\ \x3c\x44\xac\xf1\x7e\x9f\x0d\xac\xa4\xb5\x77\x86\x69\xfe\xd8\xde\ \xba\xb7\xfe\x39\xd0\xfd\xcd\xc5\x15\x31\x89\xc5\x96\x09\x65\x7a\ \x85\x50\x88\xa4\xe5\x50\x84\x0c\x75\xff\x71\xdf\xa0\x5a\xf5\xc5\ \x7b\x63\x2a\x81\x8c\x43\x11\x47\xf0\xd3\x13\xb3\x7f\xdb\xb9\xd7\ \xd1\xb0\x28\x44\x9f\x99\xd3\xca\x45\x3d\x67\xaa\x37\xce\xfc\xf0\ \xf2\x5f\xb7\xaa\xd9\x85\x1a\x92\xcf\x90\xad\x2c\x17\x2b\x79\x4f\ \x69\x1e\x86\xe9\x42\xb5\x96\xc9\xd7\x96\xab\x48\xad\x86\x4a\x34\ \x9a\xaf\xe5\xca\xb9\x52\x09\xa8\xaa\x1c\xad\x95\xcb\xb5\x1a\xe0\ \xd4\x72\x21\x17\xad\x20\xcd\x9d\x4b\xe0\xdb\x90\x72\x5a\x15\x78\ \x60\x36\x59\x28\xe6\x92\xa5\x24\x30\x5b\x31\x53\x8e\x26\xcb\x85\ \x02\x80\x58\xd6\x95\x47\x5a\x84\xe5\x93\x19\x4f\xa9\xe2\x01\x51\ \x2c\x97\x3d\xd1\x32\xf8\xc7\x40\xc6\x05\x77\x8a\x5c\x81\xa4\x4b\ \xc9\x8f\x06\xc0\x65\x89\xe8\xc9\x7c\xb2\x5c\x8d\xe6\xa2\xb9\x24\ \xc8\x55\xd6\x25\x75\xd9\x44\xc0\x59\x7c\x1a\xfc\xef\x32\x48\x45\ \x74\x25\x93\x29\x35\xd0\x69\x7c\x3c\x91\x19\x30\x30\xe9\x64\x2c\ \x01\xcf\xc4\x11\xa5\x4c\x3c\x9f\xce\x24\x90\xa5\x28\x0c\x0e\x2f\ \x52\x32\x1b\x87\x87\x0f\x1c\x9d\x9e\x1e\x1e\x1e\x9a\x68\x3a\xba\ \x76\xef\x12\xd1\x30\x77\xf9\xd9\x72\xa9\xf6\x68\xb9\x5c\x84\xcf\ \x01\x07\x53\x2e\x95\xb3\x20\xbc\x8f\x90\x53\xa3\x81\xe5\x85\x42\ \x26\xbf\x58\x5d\x7e\xba\x58\x2a\xc3\x17\xf1\x68\x7e\x61\xbe\x54\ \x9e\x5b\x2a\x55\x97\x1e\x2d\xe5\xf2\x65\xa4\xd4\x04\xd2\xf4\x35\ \x17\x05\x4d\xf7\x28\xf3\xd1\x68\x01\x59\xef\x42\x56\x35\x80\xfd\ \x72\xd9\x28\x10\x96\x09\xe9\x7a\xa5\x33\x07\xbd\x56\xb7\xd9\x6a\ \x54\x98\xfc\x3a\x8b\x33\x16\xf3\xf5\xf6\x85\x62\x41\x5f\xd0\xed\ \x43\x2a\x82\x5a\xac\x26\x18\x81\x4e\xa7\x3d\xe2\xeb\x73\x47\x2c\ \x6a\x8b\xd3\x2a\x31\x2a\x84\x7a\x05\x57\xcb\xe1\x70\xd9\x2a\x0e\ \x83\x6d\x04\x47\x4f\xe2\x52\xb9\xf2\x0e\x36\x15\xa9\xd4\xb8\x4f\ \x23\x06\x5f\xc6\x15\x80\xeb\xe3\xf0\x78\x1b\x07\x58\x30\x6f\x75\ \x76\x92\x36\x22\x2d\xe1\xc4\x1d\x54\xaa\x60\xa0\x73\xa0\x63\x63\ \x37\x03\xd9\x6e\xca\x82\x38\x00\x15\x53\xa9\xd9\x42\x5e\x07\x57\ \x21\x47\x0a\xd0\x52\x81\xcd\x84\x72\xbd\xdf\x19\x1e\xf1\xfb\x74\ \xf0\x89\xfa\x2d\x0a\x39\x87\x24\x10\x93\xba\x35\xe2\x01\xcd\x2e\ \x9e\x40\x80\xb4\x4c\xe9\x46\xb2\x6a\x80\xe8\x3b\x3b\xbb\xd9\x10\ \x7d\x9d\x2c\xde\x77\xbb\x3a\x78\x2c\x8e\x5a\xa6\x90\xa8\x9d\x48\ \x56\x97\xc2\x9d\x88\xfb\x63\xbe\x50\xd0\x1b\x09\xa7\xd3\x91\x44\ \x7f\x7c\xac\x2f\x94\x0a\xf5\x8f\x99\x82\xbb\xe3\xe1\xde\x3d\x29\ \x7f\x7c\x6c\x24\x12\xeb\x4d\xc5\xfa\x13\x61\xe0\xb0\x78\x7a\x6c\ \xd0\x9d\xf6\x87\xfc\xbd\xfe\x44\x7f\x3a\x91\x4e\xf7\xc7\xc2\x7d\ \xdb\x12\xde\xde\x58\x28\x32\xb2\x2d\xbc\x75\xef\x64\x2a\x91\x4e\ \xec\x0e\x7f\xb2\xe3\xb3\xf7\x46\xfb\xbe\xd8\xbd\x77\xf7\x67\x6f\ \xbf\xb6\xe9\xd5\x8f\x77\x7e\x9a\x1e\xdd\x82\xac\xe5\x8f\xc5\x75\ \x3a\xa7\xc3\xe8\xd5\xeb\x7c\x6a\x4b\xd0\x27\xd1\xe9\xad\x26\xb5\ \xd9\xa4\xd7\x6b\x55\x66\xbb\x45\xad\x53\xc9\xf4\x16\xbd\xcc\xa8\ \x50\x19\x55\xc1\x77\x6e\xec\xfc\xe8\xad\xf4\x8e\x6f\xef\x6f\x7f\ \xf7\x97\xc7\xa7\xbf\xbc\x36\xf3\xdb\xfd\x95\x67\xc7\x6f\x17\x67\ \xd7\x9f\xad\xcc\x2e\x7b\x60\x2a\x53\x62\x9a\x5b\x9b\x68\x36\x5a\ \x63\x43\x3d\xaa\x0e\xd9\x9c\x73\xe0\xf0\xd1\x36\x1c\x1a\x2f\x2a\ \xce\xce\x7c\xfd\xdb\xb2\x48\x04\xd3\x32\x9d\x9e\xc9\x29\x5d\xcc\ \xaf\x15\x89\x13\x4f\x92\xcd\x22\x22\x8a\x49\xc6\x34\xa0\xc8\x78\ \x6c\x4b\x7d\x43\x23\xa6\x0e\xcd\xc7\xa3\xd1\x78\x30\x52\xd8\x7a\ \x1c\x5a\xc4\xe7\x8b\x5c\x22\xba\x08\x87\xc6\x10\xc9\x4c\x1a\x06\ \x83\xec\x24\xce\xd3\xea\x70\xc4\xa6\x26\x00\x38\x14\xba\xa5\x15\ \xa4\xaa\xb1\xa9\x8d\x30\x71\xf4\xe8\x91\x03\xa7\x8e\x1c\x99\xee\ \xea\x69\x43\xb6\x8b\x1d\x3d\x7b\xb6\xb4\x63\x72\xf3\x8e\xd7\xf6\ \xdf\xbe\xf1\xda\x2f\xb3\x2e\x26\xb6\x6e\x7a\xe5\xc9\xd4\x74\xdb\ \x1f\x6b\x2f\xcf\x2c\x5c\x3d\x7e\x15\x84\xe9\xfa\xc5\xab\xc7\x6e\ \x5c\xbf\xf0\xf5\xd5\xdb\x27\xee\xec\xff\x69\xe5\xfa\xf6\xe3\xdf\ \x5e\xbd\x7a\xfa\xc4\x8f\xb7\xef\xff\x7c\x43\xb4\x06\x84\xf5\x3f\ \xed\x73\x47\x5f\xfe\x71\xf7\x4a\xcf\xda\x95\x95\xd9\xa7\xeb\xa0\ \x53\x4f\x67\x57\x9e\x81\x1d\x5c\x5d\x9d\x7d\x31\xb3\xbe\x34\x3f\ \x5b\x29\x94\x2a\xa5\x6c\x40\x69\x10\xf1\xa5\x22\x2c\xea\x2f\xc1\ \xaa\x6f\x69\x69\x6c\xc0\x34\xd6\xb5\xb4\xd4\x61\x70\xf5\xb8\x26\ \x9b\x45\xc8\x26\x91\xa8\xea\x90\x57\xcb\xa5\xb0\x59\xe0\xeb\x78\ \x1d\x40\x4d\x2c\x0d\x8f\x85\xf8\x3c\x4d\x07\xc4\x88\x80\xc5\xd2\ \x70\x4f\x7a\x36\x74\x8a\x37\x82\x29\x84\x69\x91\x87\xe4\x5f\x89\ \x91\xad\x10\xac\x6e\x06\x0b\xd4\x4b\xdc\x81\x58\xc3\x0e\x44\xe3\ \x40\xed\x90\xbe\xab\xbb\xf6\x81\xb0\x41\x44\x69\x34\x02\xf9\x97\ \x4a\xcf\xcc\x5e\x47\x7f\x76\x62\x45\x38\xbf\x38\x37\xba\x4f\x33\ \x40\x7a\xee\xd7\xb0\x28\x0c\xb9\xdc\xa4\x55\x09\x55\x72\x21\x07\ \x58\x5f\x11\x39\xf6\x99\x3b\xa1\x0e\xbe\x7d\xe1\x6f\x66\x06\x5b\ \x2e\x64\x4f\x36\x9d\x9a\x5e\xfe\x7a\x7b\x3c\x7e\xe6\x06\x87\xfc\ \x83\x54\xeb\xc4\x1e\x39\x35\x83\xfe\xf5\xf0\xdd\x7b\x7f\x02\x28\ \x95\x33\xae\x52\x31\x97\xad\xc2\x48\x44\xf6\x0b\x66\xe6\x11\x81\ \x02\x65\x5a\x9c\xcf\x57\x92\xa0\x4f\xa5\x42\x12\xec\x53\x21\x37\ \x5f\x2d\x21\x35\xfa\xb2\xb9\x6a\xa5\x9c\x29\x02\x5c\x65\x01\x80\ \xb2\xb9\x64\x2e\x63\x80\x5f\x16\x32\x9e\x40\xb2\x38\x8f\xa4\xb3\ \x97\xe0\xbe\x42\xc1\x26\x2a\x97\x81\xb4\x92\x95\x3c\x0c\x78\x24\ \x11\x2b\xe9\x09\xe4\xaa\xae\x4c\x26\x5a\xcd\xd9\x4a\xf9\x4c\x21\ \x09\x8c\x12\x0d\xd0\x6d\xb9\x82\x92\x4e\x67\xda\xb2\x9e\xa4\x88\ \xc6\xb4\x05\x8a\x95\x8c\x28\x25\xe8\x02\xc6\x00\x00\x20\x00\x49\ \x44\x41\x54\x9a\xcf\x07\x90\x66\x81\x49\x57\x54\xc4\x04\xe3\x25\ \x32\x48\xa5\x7c\xa5\xc7\x40\xa7\x83\x1f\x64\xf2\x99\x4a\x1a\x19\ \x0d\x56\x90\xc9\xc7\xe3\x94\x52\x34\x81\xcf\xc7\xe3\x5d\x7c\x3a\ \x99\x86\xa9\x43\xe1\xc8\x68\x74\xd3\xf0\xc4\xf4\xe1\xa3\x53\x5d\ \x3d\x5d\xc3\x4d\xe7\xef\xfd\x79\x05\x97\x7c\xbe\xb4\x3c\xb3\xf0\ \xa8\x7a\x6e\x29\x6f\xcb\x94\x4b\x4b\xc5\xd2\x42\xb5\xb2\xbc\x30\ \xbf\xb8\xb0\x54\x2e\x17\x40\xb0\x6b\xc5\xda\x7c\x65\xb9\x34\x5f\ \xae\x00\xef\x2f\xc3\xdd\xcf\xab\xcf\x97\xcb\xcf\xe7\x1f\x2d\x3e\ \x9f\xaf\xd4\xe6\x8a\x95\x5c\xf6\xf9\xdc\x22\xc8\x6e\x56\x9a\xcf\ \x95\xab\x19\x5b\xb2\x12\x15\xe5\x90\xf3\x02\x99\x64\xed\x95\x20\ \x38\x3b\x70\x7b\xa6\x88\x29\xa8\xf7\xfb\xdc\x26\xbf\x43\xe7\xd4\ \x39\x23\x48\xd3\x2d\xa4\xc0\xca\xa0\xde\x8e\xb4\x5b\x06\x55\x53\ \xbb\xed\x71\x4b\x3a\x9c\xf6\xba\x43\xf6\x60\xc4\x07\xc3\xcf\xa9\ \x35\xc9\x4c\x26\x3d\x50\xb1\x8c\x62\x35\xca\xa8\xc8\xae\x42\x2a\ \x80\x32\x83\xc5\xeb\xa6\x30\x04\x8c\x7f\x76\xb0\x78\x88\xab\xa7\ \x76\x8a\xbb\xf7\xed\x12\x8b\x11\xcb\xd6\x49\xa2\x72\x29\x62\xae\ \x90\x44\x12\xc3\x7c\xc8\x62\xf3\x38\x32\x06\xd2\xb6\xb9\x93\xca\ \x65\x73\xb4\x6a\xae\x10\x84\x8c\xc1\x06\x24\x1b\xe8\x24\x49\x58\ \x1c\xae\x42\x2f\xb1\x58\x7c\x0e\x9d\xdf\xe7\x0c\x9b\x83\x1c\x31\ \x09\xb0\x4c\x8c\x9c\xea\x19\x80\xf7\x01\x86\x67\x51\xc4\x2c\x0d\ \x12\x7b\xac\x8d\xdf\x75\x76\x7c\x87\xec\x66\xed\x14\x43\xb8\x31\ \xb8\x5c\x95\x4c\xa1\x35\x39\x1c\x32\x9d\x79\xc4\x9d\xf2\xfa\xbd\ \xb1\xb4\x3f\x3c\x36\xe2\xef\xdd\xda\x3b\x16\x09\xc7\x62\x7d\x69\ \x67\x24\xee\x4b\x0d\x26\xb6\xf4\x86\xfa\x47\xfb\x76\x27\xc0\xf5\ \xc5\xe3\x7d\x41\x44\xd0\x62\xa9\xbe\x54\x0a\x69\xfb\x9c\xf8\x7c\ \xcc\x1d\xec\x0d\xc6\x47\x13\x83\xbd\x83\x23\xa9\xb0\xb3\x2f\xbd\ \x67\x70\x0f\x20\x56\x6a\x6c\xef\x9e\x4f\x3f\x79\xe3\xcd\x4f\x3f\ \x7f\x6b\xdb\xee\x4f\x36\x1c\xff\xc7\x9b\x1f\xef\x78\xab\x77\x64\ \x5b\x24\x35\x92\xb6\x3b\x1c\xe6\xb8\x45\x67\xd1\xba\x2d\x56\x89\ \x0c\x18\xcf\x2a\x51\xab\xb5\x3a\xab\xc5\x6d\x71\x86\xb5\x6a\xe0\ \x54\x8b\x0e\xe4\xca\x6a\xb4\x78\xf7\x7c\xba\x63\x74\x2c\xd4\xfb\ \xd1\xa6\xd3\x6f\xbe\x73\xed\xcb\x2f\xde\xdd\xb4\xba\xfe\xf3\x2f\ \xb7\x5f\x9b\x29\xda\xca\xc9\xdc\xc2\x52\xd6\xc5\xc7\xd6\x61\xf0\ \xa8\x96\x46\x6c\x6b\x0b\x8e\xd8\x38\x34\xd5\x75\x00\xc9\xc3\x42\ \xe1\x69\xd5\xd5\x1b\x0f\xbe\x7d\xac\x14\xd9\x4a\x01\xa0\x76\xba\ \x21\xca\x17\x19\x70\x5f\xcb\x46\x0f\xd5\x30\x44\x5b\x1d\x0e\x45\ \xa4\x2b\xe9\x28\x6c\x43\x5d\x3d\x8c\xf0\x3a\x22\x70\x16\x8e\xa9\ \x24\x37\x62\x71\x0d\x28\x0c\x81\x69\x28\x56\xb0\x4c\x22\x88\x18\ \x1a\xd3\x88\x23\xd0\xe8\x78\x8c\x0d\xdd\xd0\x68\x18\x6a\xc4\xe1\ \xdb\xea\x1a\xbb\x86\x87\x5a\x5a\x71\x2d\x2d\x2d\xd3\x47\x8f\x00\ \xeb\x83\x1f\x85\xcb\xc3\x87\x41\xbe\x4e\x9d\x9d\x2e\x5d\x5f\x39\ \x3e\xf9\xe1\xc5\xe3\x17\x2e\x2c\xd4\x9e\xa2\x99\xd1\xd9\xe8\xa9\ \x2b\x97\xd6\x5e\xae\x5d\xba\xfc\xe5\xed\x63\xc7\x2e\xdc\xbe\x73\ \xe2\xf6\xcd\x9f\xae\x1e\xbb\x79\xe7\xc2\xfd\x3b\x77\x0c\x3f\x7f\ \x7d\x70\xff\xb5\x1b\xdb\x4f\xff\x7c\xf5\xce\xe9\xd3\xa8\x7f\xdf\ \xfb\x61\xed\xbf\x71\x2f\x26\x7e\xbd\x72\x69\xa2\xfe\xc0\xd4\x83\ \xf5\x73\xe7\x9e\xcd\xac\xac\x5f\x46\x28\x6b\x75\x7d\x66\x6e\xe5\ \xf2\x6c\xa1\xb0\x54\x58\xac\xcd\x03\x3c\x80\x2b\x91\xd2\x99\xd8\ \x7a\x2c\x1a\x0f\xbc\x58\xd7\x0c\xc8\x58\x5f\xdf\xd2\xde\x54\x57\ \xd7\x80\x6e\xbd\xa8\x52\x09\x49\x54\x86\xcc\xdb\xeb\x94\x51\x35\ \x14\x5e\x67\x77\x07\x0b\x04\x85\x04\x01\xd7\x09\x01\x21\x10\x20\ \xeb\xe9\x02\x80\xf8\x4f\x88\xaf\x7f\x03\x76\xb0\x13\x42\x10\xa0\ \x49\xd3\xf9\x1d\x98\x45\x71\x27\x62\x02\x05\x40\x5c\x02\xcd\x00\ \x08\x5b\x07\x89\x87\x58\xc5\xee\x81\x8e\x81\x5d\x9d\x03\xfb\x90\ \x6c\x07\xf1\x80\x7c\x3b\xbf\xf2\xf4\xfa\x88\xf3\xd0\x50\xfd\x7b\ \xfa\x86\x53\xcf\x24\xdd\x82\x7f\xee\xc9\xb0\x29\x24\x96\x4c\xc1\ \x55\x80\x05\x90\x53\x58\x20\x50\x72\xc5\x86\x47\x63\x23\x0e\xd3\ \xe6\xf7\xee\x5f\x88\x48\xe4\x5c\x89\xf0\xfd\x9e\x53\x87\x97\xf7\ \xff\x98\xfa\xf0\xec\x56\xa1\xe1\xbc\x52\xfb\xe6\xf4\xa5\xe9\xcc\ \x81\xf3\x13\x97\x5e\xfe\xbb\x7e\x69\x21\x59\x28\x2d\x95\x73\x19\ \x57\x12\xc6\x6e\x35\x8f\x34\x6a\x28\x45\x97\x61\xd0\x26\x11\xab\ \x58\xaa\xd5\xb2\xa0\x2d\xa5\x72\x39\x5f\x00\x0e\x29\xcf\x83\x07\ \xac\x55\xab\x48\x59\xe5\x72\x40\xa4\xcc\x2c\x96\xaa\x95\x1c\x18\ \xfb\x6c\x75\x11\xf4\xce\x93\x04\x0d\xcb\x79\xf8\xb6\x7c\xa9\x12\ \x50\x06\xa2\x86\x7c\x3e\x09\x7e\x10\x44\x6c\x3e\x99\xcc\xda\x02\ \x99\x82\x27\x19\xb5\xe5\x73\xae\x72\x20\x5a\xa9\x48\x03\x9e\x6c\ \x54\xea\x92\x1a\xf8\x74\x91\xc8\x16\x10\xe5\x45\x7c\x7a\x20\xff\ \xe8\x51\x36\x89\x24\x14\xd8\x44\xc5\x80\x81\xe6\x31\x10\x0d\x06\ \x3a\x13\x39\x85\x1c\xa0\xe3\x3d\x19\x29\x13\xd4\xcd\xa3\x44\xe1\ \x70\xc0\x59\x36\x3a\x1a\x6b\xc0\x11\x70\x22\x3e\x1a\x4d\x43\x63\ \xc9\x06\x54\x3d\x0a\x29\xf7\x5e\x3f\x35\x3e\x7e\x74\x7a\x6a\x6a\ \x68\x68\xa8\xe5\xd2\xbd\x7b\x77\xb1\xd1\xf9\xf9\xda\xa3\xc5\xcb\ \x8b\x0b\xb3\x8b\xf9\xc5\xe7\xd5\x12\xc4\xc9\x52\x65\xe9\xd1\xdc\ \xc2\xd2\x72\xb6\x0a\xba\x94\x2f\x2e\x5f\x3e\x37\xf3\x62\x71\xfd\ \xe9\xf7\xe7\x1e\x2d\x2e\xae\xce\x5c\x46\x0a\xf7\xaf\x5f\x7e\xb1\ \x7e\xf9\xc1\xd3\x73\x95\x85\xda\xd2\xec\xd3\xb9\x47\xe7\x16\x6b\ \x79\x5b\x61\x69\xee\x51\x0e\x0e\x6f\x7e\xbe\x72\xae\xb0\x54\x43\ \x36\x01\xbc\xe2\x44\x4a\xef\x59\x55\x5a\xaf\xc3\x64\xb6\x04\x8d\ \xe1\xb0\xd6\x17\xf4\x5a\xbc\x61\x60\x2e\x73\x38\xe5\x70\x5a\x00\ \x53\xe2\x41\xab\x4c\x15\xb3\xda\xe3\xba\xe0\x28\x0c\x5a\xad\x05\ \x4c\x9a\x56\xa6\x75\xea\x74\x12\xb5\xd9\x28\x13\xb2\x65\x6c\x9f\ \x89\xc1\x13\x23\xcc\x23\x60\xc8\x19\x0c\x41\x37\x9b\x24\xe6\x92\ \x34\x1c\x12\x5b\x28\x61\xb3\x18\x0a\x85\x50\xa6\x95\xa9\xc0\x43\ \x1a\x81\x34\x74\x26\x9d\xda\xe8\xd4\x4a\x4c\x80\x73\x2a\xb5\xc5\ \xae\x36\x69\x65\x42\xbd\xd3\xea\x8c\x39\x14\x5a\x9d\x82\xc2\x50\ \xb1\xb9\x20\x78\x3c\x0e\x43\x0c\x97\x42\x30\x75\x16\xb7\xc9\xee\ \x08\xa7\x25\x24\xb1\x40\xcc\xa1\x08\x3a\x11\x71\x12\x74\x8b\x91\ \x2d\x60\x54\x0a\x89\xba\xf1\xbb\x6e\x24\xb1\xa6\x9b\x31\xd0\xb1\ \x0b\x04\x4f\xd0\x39\x20\xa6\xca\xa8\x72\x85\x51\x67\x34\xba\xdd\ \x61\x9f\xd3\x97\xb2\xa4\x23\x20\x42\x7b\xc7\x7c\x91\xc1\xfe\x54\ \x5f\x28\xed\xb3\x6f\x31\x03\x44\xd9\xbd\xb1\xbe\xc1\x90\x3f\x98\ \x0e\x0d\x46\x52\xa3\x91\xe0\xb6\x41\x9f\x73\xd4\x1d\x0b\x27\xec\ \x91\xc9\x78\x78\x4b\xda\x1e\x4c\xf9\x43\xfd\x91\x54\x2a\xe4\x0f\ \x0d\x26\x46\x7b\xfb\x46\x22\x3b\x3f\x1f\x8d\x24\x46\x53\x63\x3b\ \x3e\xff\x6a\x64\xcb\xb6\xad\x1f\xf7\x7d\x95\xfa\xec\xed\x77\xdf\ \xde\xfc\xea\x07\x3b\xb7\xc5\x40\x7c\xfc\x91\x88\xd3\xa9\x8b\x98\ \xd5\x7a\x8b\xdf\xea\x10\xaa\x1c\x26\x8b\x5f\x2b\xb1\xca\x8c\x70\ \x10\x7a\x77\x28\xa8\x96\x38\x2c\x16\xbb\x50\x61\xd5\xab\x54\xa6\ \xb1\x9d\x5f\x6c\x1d\x4c\x7c\xb4\x7d\xd3\xdf\xde\x3d\xf4\xed\x9b\ \x1b\xde\xf8\xf0\xe1\xe3\xb9\xf5\xe5\x4a\x85\x28\x2a\x2f\xb8\xb2\ \x05\x3a\xae\x01\xd7\x88\x43\x37\x60\x99\x04\xf0\x84\xc3\x2d\xc3\ \x43\x43\xc3\x75\x0d\x44\xb2\x34\xb0\x74\xed\xe0\xe9\xa7\x01\xa9\ \x34\x1b\xf5\x48\x45\x4a\xa4\xe4\x6c\x4e\x69\x20\x32\xff\x21\xef\ \xbf\x91\xc7\x92\x09\x18\x3e\x9d\x80\x22\x60\x50\xf8\xc6\xa6\x06\ \x14\xbc\x00\x1a\xcf\x27\xa0\x70\x44\x50\x25\xe0\x2e\x54\x3d\x88\ \xd4\x7a\x0e\x43\x6e\xc0\xe0\x09\x28\x4c\x03\x81\xce\xac\x47\x93\ \x45\x84\xd6\x56\x1c\xa1\xad\xb5\xb5\xb9\x75\x68\xa2\xa7\x67\x08\ \x85\x1a\x1f\x1a\x9e\x9a\x6a\xaa\x1b\xea\xea\x39\x72\xfe\xc0\xc4\ \xe1\xf3\xe7\x8f\x1e\x38\x7a\xea\x2e\xee\xfe\xb9\x6f\xb7\x6d\x3a\ \x71\xe7\xfe\xa1\x9f\xbe\xaf\x10\x1f\x54\xe7\x5a\xfe\x3c\xfc\xc3\ \xaf\x7f\xac\xb5\xbf\x7a\x7c\xd3\xfb\x3f\x5e\xbf\x7e\xe2\xc6\xcd\ \x1b\x17\xf6\x5f\xfd\xe5\xf6\x6f\x37\x67\x8e\x3e\x3e\x7d\xf1\xf8\ \xed\xe3\xa7\x1f\xde\xff\xf9\xe7\xd3\x27\x70\x7f\xae\x9d\xfd\xe1\ \x3f\x50\xeb\x5d\x77\x0f\xb4\xe3\xa4\x68\xec\x8d\x67\x2f\x56\x67\ \xd6\x1f\x3e\x9b\x59\x7d\xf1\x60\x7d\xf6\xc1\xc9\xd9\xd9\x47\xcb\ \xa5\xd2\x02\x92\x02\xee\xca\x19\x02\x51\x25\x8d\x48\xc3\x34\xe2\ \x89\x58\x2c\x0a\x87\x02\xa1\xaa\xab\x6f\x6e\x6e\xc4\xd4\x37\x60\ \x5a\x0d\x5e\xb9\x56\xc2\x63\x53\x18\xba\x5e\xb7\x5c\x40\x65\x09\ \xa8\x02\x40\x6c\x08\x0e\x40\x2c\x98\xc8\x20\x10\x3b\x77\x0d\xfc\ \xe5\xf5\xfc\x79\x7a\xfc\x1b\x00\xf0\x81\x81\x6e\x50\xa4\xce\xbf\ \xea\xf6\x21\x46\x90\x37\xc0\xea\xee\xee\x06\x14\x87\x27\x22\x15\ \xb0\xc0\x07\x76\x6e\x44\x96\xe6\x61\x6a\x45\x6a\xcb\x90\x3e\x73\ \x55\x7e\xbf\xfa\xf7\x3d\x1b\x02\xd3\x65\xe3\xe7\x47\x0e\xaf\x4a\ \xc4\x03\xdf\x3c\x3d\xf1\x4f\x39\xb8\x05\xb9\xd6\x48\x02\x6d\x64\ \x91\xd8\x0c\x21\x57\xf5\xf8\xa6\xdb\xa7\xb7\x8c\x7d\x36\x77\xcd\ \xac\xe6\x70\x19\x9c\xc7\xcd\x47\x8e\x54\x5f\xff\x72\x4b\xa0\x4b\ \x2f\x2b\x9e\x17\xa9\xbe\x9f\x3e\x33\xdc\x76\xa4\x6d\xea\xcc\x0f\ \x7f\x9e\x07\x9d\x01\xb1\xa9\x22\xdd\x9d\xcb\xa5\xca\x52\x2d\x0b\ \x16\x30\x9b\x2c\x56\x90\xa6\x5e\xa5\xf9\x79\x40\xab\xe5\x62\xbe\ \xb4\x58\x0c\x64\x73\x01\xf8\x26\x16\x96\x97\xf3\x95\xc5\x2a\x3c\ \xcc\x53\xc8\x79\xa2\xa5\x42\xa0\x5c\x2b\x64\xc1\xc4\x15\x72\xc9\ \x42\x36\x97\xcd\x7a\x32\x85\xac\x52\x19\xad\x16\x93\xa0\x62\xae\ \x62\x06\x1e\x18\xc8\x65\x0a\xd1\x40\x1e\x29\x37\x93\x74\x21\xe9\ \xa0\xa5\x62\x19\x0c\x5f\x4e\x69\xf3\x24\xc1\xf2\x19\x90\xea\xc7\ \xd2\x64\xd4\x13\x8d\xda\xc0\x19\x22\xdb\x11\x03\xd1\x7c\xc6\x25\ \xf5\x48\x09\x1e\x97\x14\x30\x86\x8c\xf7\x28\x99\x34\x9b\x94\xa8\ \x0c\x48\x81\xc0\xe9\x7c\x1a\x19\x3c\x21\x99\xa8\xa4\x61\xe0\x7f\ \x2c\x4d\x84\x47\x19\xe8\x18\xf2\xff\x5f\xbb\x18\x47\x57\x62\x87\ \xc6\x87\x0f\x4c\x8f\x4f\x8d\xf7\x0c\x35\x9f\x7a\xf9\xf2\x0c\xba\ \x50\x5e\xaa\xe4\x2a\xb5\x47\x73\xcf\x17\x9f\x5f\x9e\x5b\xc8\x2f\ \x2c\xad\x2f\x3f\x9d\x9b\x9d\x99\x5b\x9f\xab\x55\x6a\x4b\x4f\x8b\ \xb5\x73\x8f\x66\x9f\xcd\xe5\x6b\x73\xeb\x4f\x97\xd7\x9f\x3f\x7a\ \xf6\xf4\xf2\xfa\x4c\xf5\xdc\xfa\xca\xfc\xdc\xfa\x8b\xb9\x73\x97\ \x67\x17\x2f\x2f\xcc\xce\x2d\x5c\xae\x56\x6b\xb3\xcb\x8b\xf0\xd5\ \xcc\x2f\xfe\x95\xb0\x86\xd4\xab\x97\x36\xbd\xa2\x76\x9b\x62\x56\ \x09\x43\x68\xf2\xdb\x55\x80\x4d\x76\xbf\xdb\x1b\xf4\xa7\x2c\xe1\ \xa0\xd3\x9b\x70\x87\xfd\x26\x9f\xc9\xa8\xb3\xdb\x4d\x24\x7d\x28\ \xec\x70\x04\xed\xc1\x84\xd9\x6e\x32\x03\x89\x0b\x91\x1d\x25\x7a\ \x9d\x5c\xa5\xa0\x50\x8c\x7a\x05\x5b\xc8\x20\x09\x36\xb2\xb9\x0c\ \x31\x49\xce\x16\xaa\x65\x1c\xb5\xce\xae\x4b\x00\x98\x59\x62\x41\ \xbb\xc5\xef\x8c\x3b\xed\x7a\x8b\x3b\x65\xf7\xc7\xac\x66\x93\x56\ \xa7\xb5\x78\xbd\x26\x8b\xda\xe8\x73\x5a\xd5\x5e\xb7\x45\xe7\x8b\ \x5b\xb4\x56\x93\x03\x28\xc4\xa1\x50\x80\x82\x01\x1d\x71\xd8\x24\ \x19\x49\x4e\xa5\x0a\xd9\x6a\x0b\xdb\x68\x8a\xc7\x91\xf4\x79\x15\ \x09\x22\x8f\xb7\xb1\x93\xc3\x00\xc8\x62\x91\xc4\x0c\x36\x89\x2a\ \x60\x89\x79\x24\x16\xf8\x4a\x0a\x89\x47\xe2\x75\x53\x49\x2c\xe4\ \xe4\x32\x57\xae\x57\x1b\xd5\x66\xad\xd6\xe9\x74\x98\x2d\x11\xbb\ \x0f\x69\x34\x91\x4a\x27\x7c\xf1\xc8\xc8\x60\x38\xe5\x0d\xa5\x2c\ \xbe\xde\x5e\x37\xd2\x80\x71\xc4\xdb\x17\x47\x3a\xcc\x27\x7a\x7b\ \xb7\x80\xe9\x8d\x8d\xf6\xa6\x07\x7b\xc3\xe9\x48\x3c\xe1\x0e\x39\ \xfe\xb2\x91\xfd\x83\x7d\xfd\xbd\x83\xde\x2d\x5b\x3e\xdf\xba\xbb\ \x7f\xeb\x9e\x54\x7c\xb0\x2f\x18\xde\xf3\xf9\xd6\xfe\xad\xbb\xb7\ \xed\xf9\xf8\xe3\xbd\xef\xfc\xe3\x9d\x4f\xfa\x07\xb7\x8c\x0e\xf6\ \x07\x1d\x16\x5f\xc2\x6d\x52\xab\x83\x76\xa3\x45\xe7\xf6\xb9\xd5\ \xda\x18\x68\xb3\x59\x6b\x32\x6a\x2d\x21\x8b\x3e\x0e\xb3\x81\xd5\ \x88\x24\xa6\xd9\x8d\xe0\x13\xdd\xe1\x74\x9f\xaf\x6f\xc7\x06\x98\ \x9f\x7f\x39\xfd\xf5\x9d\x07\x8f\xd7\x9f\x43\x28\x07\x16\x8a\x1e\ \x69\xd4\xa6\x24\xd3\xf8\xa0\x30\x34\xa9\x14\x4f\xc3\x62\xb1\x4d\ \xad\xad\x3d\x58\x54\x0b\x0d\xcd\x4f\xbe\x98\x59\x3d\x57\x5b\xac\ \x2d\x64\xf2\x49\x91\xc1\xc0\xe7\xdb\x68\x64\x32\x90\xbe\x47\x49\ \x7e\x43\xbe\xf5\xa4\xa8\x59\x64\x50\xe2\x89\xb8\x06\x0c\x16\x45\ \xc0\xa1\x41\x9f\xe8\x68\x0c\x0c\x74\x78\x8d\x06\x34\x01\x47\x20\ \xd7\x35\x63\xd1\xf4\xcb\xa5\x76\x42\x63\x33\x9d\x8c\xb4\xaa\x24\ \xa0\xb1\x34\x72\x03\xaa\x9e\xdc\x38\xd4\xd5\xd2\xdc\xde\x38\x74\ \x74\xa2\xb5\x81\x8c\x6a\x6a\x99\x3a\x3a\xd1\x76\xf4\x40\xd7\xa9\ \x03\x07\x4e\x9d\x3a\x7b\xe4\xfc\xf9\xb3\xe7\xcf\xfe\x71\xca\xb5\ \x7a\xfa\xd8\xd7\xbf\x15\x98\xd5\x95\xef\xe7\x4e\x3e\xc6\xad\x1e\ \xf9\xf5\xd2\xa9\x1f\xd6\xee\xcd\xbd\x7b\x75\xff\xe9\xeb\xa7\x2f\ \x1c\xbb\x7e\xf5\xc2\xa1\xab\xd7\x7f\x3a\xfd\x38\xfb\xc7\xec\xf5\ \xdb\x17\x57\x2e\x1c\xbf\xfd\xe3\xcf\xbf\x3c\xbc\x60\x03\x0e\xbb\ \xfb\x5f\xb8\x19\xdc\x78\xa3\xa8\x36\x5b\x56\xde\x5f\x39\xb9\x72\ \xf2\xd9\x83\x67\xe7\x66\x9e\xac\xcc\xce\xac\xcc\xce\xae\xcf\x2c\ \x2d\x17\x33\xae\x68\x36\x63\x33\x78\xf8\x04\x32\xd2\xaf\x9c\x46\ \xc3\xa0\xd0\x8d\x8d\xf5\x75\x4d\x2d\xf5\x18\x0c\xbe\x09\x88\x0b\ \x33\x7e\x51\x26\x63\x70\x39\x6c\xaa\x40\x12\xb7\x58\x85\x24\x0d\ \xf8\x3d\x0d\x92\xd6\x42\x62\x69\x80\xbb\x90\x05\x08\x44\x85\x40\ \xc2\x78\xea\x77\x08\x51\xf3\x77\x1d\x9d\xdd\xfb\x3a\x07\x04\x1d\ \xa0\x5a\x3c\x40\x2d\x81\x60\xa0\x03\xf1\x83\x00\x5d\x24\x16\x44\ \x54\x67\x47\x37\x0b\x2e\xbb\x41\xae\x00\xb1\x10\x8f\xc8\x52\x3c\ \x4b\xfe\x7e\xe1\xed\xf7\xde\x9d\x6d\xa9\xbb\x29\x3f\x7e\xa9\xeb\ \x84\x42\x33\x20\xf1\xe8\x49\x14\x16\x85\x22\x54\x2b\x64\x1c\x36\ \x87\xcd\x12\xca\x35\x8c\x48\x6d\xd2\x6d\x0a\x6e\x36\xef\x9c\x7f\ \xec\x66\x70\x85\x6c\x49\xb1\xae\xe7\x80\xe8\xe7\xcf\x27\x8f\xac\ \x0b\xb9\xab\x67\xc9\x8a\xc5\xa3\xd3\x3d\xa7\x0e\xb4\x4c\x9c\x01\ \x4f\xa8\xac\xe5\xb3\x88\x48\xe5\xb3\x05\xb0\x86\x60\xf6\xb2\x59\ \x90\x8c\x22\x18\x9f\x85\x85\xe2\xfc\x7c\xa6\x96\x2f\x96\xe1\xdf\ \x5c\xbe\x56\x29\x3d\xcf\x66\x8b\x45\xb0\x50\x95\xf9\x9c\x2b\x59\ \xca\x55\x91\xfe\x33\xc5\x02\x68\x12\x18\x2d\x90\xb3\x7c\xc0\x53\ \x28\xbb\x90\x7d\xc5\x25\x51\x3e\x59\xf6\xd8\x32\x2e\x57\xd4\x56\ \xcc\xe6\x90\xc6\x61\x20\x48\x19\x29\x68\x53\xbe\x54\x2a\x46\x93\ \x81\x5c\x29\x9b\xcb\x20\xe5\x47\xa5\x34\x1b\xd2\xbe\xcb\x65\xf0\ \xd8\xa2\x06\x11\xcc\x72\x49\x98\x1b\x92\xc9\x42\x26\x20\xb5\x49\ \xf1\x86\x6c\x94\x1f\xa5\xa3\xe9\x05\x83\x12\x6c\x21\xd2\x8e\x1e\ \x29\x9e\x20\xa2\x11\xd1\x64\xba\x14\xe9\x04\x41\x76\x29\x31\x4c\ \x11\x19\x4f\x17\xe1\x08\x04\x29\x11\x8b\x27\xd3\xc8\xb8\xe6\xa1\ \xa9\xe9\xe9\xe9\xa1\x9e\xf1\x9e\xae\xc6\x03\x7f\xbc\xbc\x42\xf0\ \x90\x71\x4c\x3a\xd1\x00\xd4\x26\x8d\x22\x27\x7a\xe9\x48\xad\x2b\ \x9b\x0b\x1c\x1d\xbc\x73\x92\x46\x66\x4a\x91\x66\x63\x52\x32\x9d\ \x20\x42\x2a\x6e\x29\xf9\xd1\x28\x4c\xb8\x4c\x83\x08\xad\x0c\x04\ \x40\x1b\x71\x28\x3c\x99\x4c\x44\x6a\xbb\xf3\x51\x68\x54\x63\x03\ \x1e\xd5\x88\xc3\xd4\x11\xb0\xf5\x68\x7c\x53\x2b\xf3\x15\x87\xc3\ \x62\xf5\x4b\xf4\x56\xb5\xdd\xaa\xb7\x38\x74\x6a\xef\x68\x22\xe2\ \x8f\xbb\x9d\x40\x14\x5b\xe3\xf6\x34\x8c\x76\x53\x50\x67\x77\xe8\ \x63\x31\xaf\xc9\x11\x0a\xc5\xed\xa1\x58\x3a\xe4\xd6\xab\x43\xde\ \x98\x55\xeb\x04\x8e\x30\x72\x55\x2a\xa4\xbd\x20\x97\x4d\x11\x70\ \x75\x2a\xad\xdd\xe7\xf4\xc7\xdc\x91\xa0\x33\xfc\x57\x51\x2c\xb7\ \xd5\x1b\xf7\x5a\x12\xfe\x38\xd8\x2f\xa0\x9d\x54\xc8\xaa\x32\x5a\ \xad\xf1\x78\xc2\x19\x4c\x79\xd5\x91\x98\xdb\x1f\x89\xc7\xad\xc1\ \x84\xd7\x19\xb1\x87\xed\x76\x87\x55\x2d\x31\x4a\x54\x6c\x8e\x4e\ \x25\xe3\x4a\x78\x62\x31\x85\xc3\xe6\x09\xf5\x2a\xa3\x49\xa5\xb0\ \x9a\xbd\x76\x23\x89\x0a\xd8\x4f\x15\x0a\x49\x2c\x60\x37\x2a\x55\ \xc2\x26\x31\xa8\x48\x7b\x3a\x21\x32\xcd\x72\xc4\xbc\x0e\xaa\x80\ \xc1\x11\xf0\x58\x0c\x99\xdc\x69\x09\x99\xd5\x4e\x2d\x7c\x6a\x6f\ \x64\xd4\xa2\xb3\xf7\x3a\x1c\x89\x54\x2c\xa8\xb5\x38\x46\xe3\xf1\ \xb4\xc5\xed\x05\x49\xee\xef\x1b\x1c\x4c\x8f\x8c\x0e\x26\x42\xfd\ \x63\xa1\xf0\x48\xd0\x1e\xea\x0d\xc5\x62\xf1\xbe\x14\xb8\xc0\x91\ \x2d\xbd\x7d\xa1\x60\x2c\x1e\xda\xb9\xad\x6f\xcf\xc8\xce\xbe\x44\ \x64\x27\xc8\xd3\xde\x4f\x76\x8e\x6c\xdd\x19\x1f\x49\x27\x46\xc7\ \x76\x7c\xb0\x77\x4b\xe2\x8b\xbd\xaf\x7e\xf0\xf7\xf7\xde\xf9\xac\ \xb7\x2f\x1d\xea\x1d\x8c\x07\x2d\x80\x84\xfa\xb0\x5e\xa5\x07\x0e\ \xb5\x58\xcc\x56\xa7\x56\xaf\xf3\x9a\xb5\x6c\xa3\xde\xec\x50\x5b\ \x7c\x66\xbf\xd7\x61\xb7\x68\x39\x5a\x93\xca\x6a\xb1\x0f\xc6\xfa\ \x83\x93\xaf\xbd\xd9\x7b\xe7\xe0\xb1\xfd\xdb\x2f\xfe\xf2\xf3\xef\ \x0f\x67\x66\x67\xe7\xe6\x96\x6c\x99\xc2\xd3\xa7\x85\x52\xd4\xc3\ \xc4\xe3\x70\x52\x14\x0a\x43\x26\xb4\xb6\xd4\xb5\x60\xf0\x4c\x51\ \xa1\x78\xf5\xa7\xd9\xf5\xc7\x27\x4f\xae\xcf\x2d\x54\x5d\x22\x5b\ \x34\x9a\xa1\xf1\x95\x34\xba\x07\x2c\x14\xaa\x69\xbb\x2c\xb4\xca\ \x6c\x80\x6b\xb8\x46\x3c\x8d\xc8\xb4\x01\x40\x01\x6b\xd5\x35\x03\ \x4a\x61\xd1\x58\x2c\xa6\x09\x8b\x96\xd2\x9a\x31\xcd\x0d\xb8\xa5\ \x27\x84\x3a\x0c\x06\x20\x0e\x8d\x13\x49\x51\x8d\xa8\x86\x86\x7a\ \x54\x4b\xdb\x44\x33\xae\x6d\xa8\x7d\x6a\x1a\xdb\xd0\xdc\xd6\x36\ \xde\x75\xe4\xec\xf9\x53\xe7\x0f\x9f\x3d\x7f\xe5\xca\xa9\xf3\x47\ \x0e\x9f\xbf\x7b\xf6\xd2\xaf\xbf\xde\x6b\x7a\xfc\xe2\xe4\x2f\x2b\ \x8f\x86\x2f\x75\xb9\x6c\xa7\xd6\x68\xad\xbf\xae\x4d\xdf\x5d\x5b\ \x3b\x7c\xfd\xf4\xcf\x77\xae\xde\xb8\x73\xf1\xfa\xf5\x0b\xa7\x0f\ \xdd\x7c\xfc\xf3\x39\xfc\x9f\xc9\xe3\x37\x6f\xdc\xb8\x76\xe1\xc7\ \xeb\x3f\xfd\x72\xfd\x66\xf1\xee\xa5\x23\x87\xff\x65\x5b\xc9\xd9\ \x6a\x73\xb3\x97\xe7\x2b\x2b\xdf\x3f\x59\x9d\x79\xfc\x60\x65\x7d\ \x75\xe6\xc5\xd3\xcb\xab\x8f\x1e\xcd\x2c\x2d\xe5\x6d\x2e\x9b\x47\ \x99\x54\x2a\x0d\x78\x26\x13\xe2\x9e\x4c\xc3\x63\x91\x2a\x58\xb8\ \x7a\x1c\xa6\xb1\x19\x1c\x2c\x0a\x8b\x6e\x21\xfb\xe4\x72\x0e\x87\ \xcb\xa3\x92\x64\xf1\xb0\x56\xcb\x61\xb0\x34\x1d\xdd\x3c\xaa\x06\ \xa0\x07\x18\x9c\x22\xe0\x69\x90\xca\xa3\x62\x64\xe2\x52\xa4\x7f\ \x66\x66\xf4\xdf\x68\x58\x40\x5c\xdd\xa0\x53\x02\x96\x06\x21\x29\ \x06\x49\x43\xe5\xf0\x34\xdd\x9d\x1a\x1e\xb5\x73\x60\x60\xe3\x77\ \x9a\x6e\xc0\xab\xef\x90\x5a\x7e\xc8\x12\x2b\x83\x92\xce\xaf\xbe\ \xfa\xc1\x8e\xfd\x0f\x93\xad\xf9\x4f\xec\xb5\x5b\x84\xb7\x58\xe2\ \xef\xfe\xb1\x0e\x41\xf5\x57\xe5\x4a\xae\x50\xa6\x00\x2b\x21\x13\ \x6a\xb8\xd7\x2f\xe8\x83\xfa\xc1\x43\xc6\xcd\x8b\x37\x13\x24\x86\ \x5c\xdf\x9b\x41\x77\x9d\x27\xac\xbc\xfa\xf5\xa9\x7e\x0e\xf5\xc7\ \x33\x4c\x3b\xea\xf0\x74\xcf\xf8\xf0\xc4\x81\xe9\x2b\xbf\xfe\x79\ \xaa\x5c\x2a\x15\x40\xb3\xf2\x20\x4a\xb6\x68\xbe\x98\x2c\x2e\x64\ \x2a\xa5\x0c\xb2\x3e\x55\x2c\xd7\x96\x72\xc5\x6a\x0e\x08\x0b\x08\ \x2a\x1f\x00\x47\x58\x58\x4c\x96\x6b\xa5\x0a\xf0\x53\x20\x0b\x12\ \x57\x2a\x14\xe7\x4b\x05\xa4\x2e\x3c\xe8\x51\xd1\x95\x29\xe4\x8b\ \x00\x54\x79\x4f\xd4\x53\x2d\x17\x32\x22\x4f\x20\x6a\x33\x24\x0b\ \x39\x78\x6e\xde\xe3\xb1\xf1\xb3\x45\x69\xb4\x94\xac\x82\x67\xcc\ \x45\xb3\x85\xf9\xac\x4d\x29\xca\x49\xa3\x49\xba\x0b\x54\x29\x9a\ \x4c\xda\x90\xa2\x53\xd1\x52\x29\xea\xca\x2a\x5d\xc9\x28\x68\x17\ \x99\x06\x32\x52\x10\x11\xc9\x4a\x1b\x88\x18\x1f\xcc\x23\x91\x48\ \xa3\xe3\x0d\x48\x13\x0a\x32\x9d\x46\x27\xf2\x99\x74\x50\x2f\x03\ \x1f\x8b\x97\xe2\x31\x0d\x4c\x2c\x96\x08\x7f\x20\x62\xeb\xc4\xf0\ \xd1\xa3\xd3\xc3\xad\x13\x3d\xed\xed\x47\xd6\xfe\xfc\x01\x9f\x61\ \x02\xcf\x13\xe1\x1e\xa6\x54\x09\xb1\x87\xa3\x11\x70\x44\x54\x3d\ \x11\xd9\x04\x8a\xa5\xd3\x1b\xdb\xb0\x78\x22\x99\x49\x20\x32\x1b\ \x9a\x71\x38\x54\x23\xf6\xaf\x0a\xfd\x38\x34\x1e\x5f\xd7\x8c\xa2\ \x11\x9a\x5b\x80\xa2\x1b\x7b\x9a\x31\x4d\x2d\x0d\x0d\x4d\x3d\xed\ \xd3\x87\xcf\x1f\x9e\x18\x6e\x19\xea\x69\x69\xeb\x69\x1a\x6a\x6b\ \xa5\xbd\xa2\x70\x22\x5d\xe1\xb5\x6a\xbd\xc3\xe8\x90\x59\xb5\x7e\ \xbf\x3f\x18\x0c\xfa\x83\xa6\x60\xc4\x1e\x0f\xf9\x63\xfd\x2a\xb7\ \xc9\x61\x54\x59\xbd\x11\x1d\xe8\x99\x35\xe2\xd6\x59\x00\x14\x4c\ \x4e\xb0\x3b\x21\xb7\x19\xfc\x1c\x57\x8d\xa4\x47\xa9\x65\x14\x95\ \xce\xa9\x02\xf5\x01\x36\x71\x84\x9c\xa1\x49\xa7\x35\x92\x88\xa5\ \x13\x5e\x8b\xdf\x1b\x37\xfb\x1c\x3e\x1f\xa0\x9b\x33\xe8\x77\x26\ \xcc\x2a\xab\xc3\xaa\x33\x3b\x9d\xd6\x54\x28\x92\xf2\x85\xc7\x7a\ \xcd\x71\x27\xc2\x56\x21\xaf\xd7\x8b\x60\x09\xd2\xb0\xd5\xa2\x73\ \x22\x6d\xa4\x15\x72\x0a\x97\x43\x85\xc0\x64\xbb\x2d\x92\x20\xd2\ \x5d\xd5\xca\x11\x52\xe5\x32\x8e\x82\xc4\xa1\x52\xe4\x6c\x12\x49\ \x42\x01\x30\xe7\x82\x33\x54\xb0\x28\x3c\x1e\x95\xc2\xa0\x6a\x34\ \x88\xa0\xc9\x15\x0c\x89\xc5\x12\x34\x29\x54\xea\xa0\x39\xd2\xef\ \x74\x7a\xed\x4e\xbb\x25\xe2\x0b\x86\x74\xbe\x50\x7f\x70\x64\xb7\ \x2f\x66\xf7\x06\x63\x83\xe1\xb1\x54\xaf\xb7\x3f\x9d\x0e\x39\xbd\ \xb1\xb0\xbb\x37\xd1\xeb\x8e\xf5\xa6\xc2\xbd\xf1\x58\x38\x1c\x07\ \xa7\x18\x77\x38\x7a\x53\xe9\x6d\x93\xfd\x83\x93\x91\xd4\xc8\xe0\ \x48\x6c\xf3\xe4\xd8\x57\xbb\xb7\x7e\xfe\xe9\xce\xaf\xf6\x8c\x6d\ \xdb\x3a\x12\xde\xb2\x67\xeb\x9e\x9d\x7b\xdf\xfb\xea\xd3\x8f\xb7\ \xa5\xc6\xb6\xf6\x7b\x47\xfd\xa1\x84\xdb\x0b\x1f\x5d\xaf\xf6\x83\ \x22\xb9\xdd\x6a\xbd\xd5\x04\xdf\x9c\xda\xc4\xe5\xe8\x1c\x5a\xad\ \x3f\x6c\xd7\xab\xdd\x41\xbf\x0f\x0e\x59\x6f\x8a\x5b\x63\xbe\xd1\ \x91\xcf\xb6\x25\x52\x3b\x3f\x78\xef\xe3\xf7\xf6\x3f\x78\xb2\xba\ \x32\x73\xae\xb6\x74\x6e\xee\xf9\xec\xf3\x73\xb3\x59\xa5\x88\x48\ \xa7\xf3\x71\xc4\x7a\x0c\x01\x85\xed\x19\x6f\xad\x6b\x20\x28\x17\ \x9e\xce\xe0\xb2\x4b\x73\x4b\x05\x03\x91\x18\xa8\x4a\xf1\x58\x1c\ \x81\xc8\x4f\x2a\xa5\xf9\x1a\xcc\x4a\xb8\xfa\x86\xd7\x84\xde\x39\ \x72\x0f\x16\x83\x32\xd4\xaa\x51\x29\x91\x80\xc6\x13\x1b\x10\x2e\ \x41\xd5\x63\x51\x18\x74\x5d\x53\x13\xc4\x19\xb6\xa9\x09\x43\xc6\ \x96\x3f\x8b\xd6\x13\x9b\x9b\xeb\x41\x0c\x09\x0d\x78\x6c\x7d\x4b\ \x7b\x5d\x7b\x53\x7b\x8b\x68\x08\x2e\xdb\xda\x5b\x1a\xc6\xa7\x86\ \x87\x87\x8f\x9c\x3f\x7a\xf8\xcc\xad\xbb\x77\xcf\x4c\x1d\x3d\x75\ \xfe\xcc\xad\x4b\x97\xd6\x7e\xbd\xfb\x12\xf5\xe2\x74\x39\x37\x33\ \x43\x6c\xae\x6b\x19\x3a\xd5\xd4\x70\x77\x78\xf8\xde\xda\x0f\x2f\ \x5b\xbf\xbe\x7d\xe3\xea\x8f\x77\x6e\x1e\xbf\xfd\xd3\xe9\x63\xf7\ \x7f\x5b\x4f\xb6\xfc\x1f\xc2\x8d\x07\x37\x2e\xfe\x74\xe7\xda\xd5\ \x9b\x3f\x3f\xbc\xfd\x62\xea\x40\x4f\xcf\x5a\xee\xf7\x75\x64\xf7\ \xf3\x4c\xf1\xf9\x93\x93\xab\xeb\xab\xeb\x33\x2b\x4f\x67\x40\xb8\ \x56\x90\xf5\xf7\xe5\xa5\x5c\x32\x9b\x54\xda\x92\x51\x3a\x5d\x24\ \x15\xd1\x98\x38\x3a\x0e\x4b\x20\x10\xd0\x68\x6c\x23\x16\x5b\x5f\ \x0f\x8c\x85\x45\xe3\xbb\x4e\x68\x85\x72\x39\x97\x4b\xed\xa6\x48\ \x82\x56\x89\x44\xc8\xea\x20\xb1\x91\xf5\x08\x8d\x00\x10\x8b\xc5\ \xe8\xd0\x50\x29\x54\x0e\x32\x87\x71\xd9\x46\x6b\xfa\x37\x62\x55\ \xb2\x51\x33\xd0\x8d\x74\xb1\x87\xe0\xe8\x1c\xd8\xd8\xd1\x81\x94\ \x65\xa7\xc2\x63\x3b\x91\x3d\x83\x03\x1d\xe2\x8d\xdd\xbb\xe0\x9e\ \x7d\x7f\x5d\x17\x83\xec\xf1\x76\x2f\x3c\xfc\x6a\xcb\x3b\x17\xa2\ \x64\xf2\x93\x48\xbc\xe1\x56\x72\xab\x78\x63\xe7\xe5\x3d\x1a\x0a\ \xa0\x15\x9b\x2d\x63\x33\x28\xe0\x48\x55\x24\x0a\x67\x70\xc6\x67\ \xd5\x9b\xff\x76\x63\xcf\xcf\xeb\x07\x07\x59\x54\x36\xf7\xad\xc5\ \x28\x08\xd6\xea\x9b\x49\xac\x4a\xc1\xda\x72\xb8\x7e\xb2\x6b\x7c\ \x82\x88\x6e\x03\xc7\x34\xde\xda\x7a\x85\xf8\x7c\xbe\x90\x49\x96\ \x97\xf3\x2e\x57\x32\x9b\x29\xcf\x2f\x64\xb2\x65\x43\x32\x97\x2c\ \x21\xdb\x62\xca\xa0\x57\x7f\x35\xd6\x99\x9f\x5f\x44\xb4\xab\x3c\ \x5f\xa9\x2e\xd4\x16\xc0\x2a\xe6\xf2\x81\x4a\x39\x5f\x40\xce\xfb\ \x83\x4a\x15\x93\xf9\x62\x36\x19\x08\x64\x4b\xb6\x40\x34\xc9\xb7\ \x65\xb2\x0b\x45\xa5\x34\x99\x2f\x24\x3d\xd5\x80\xab\x98\x0b\x14\ \x0a\xf9\xa4\xb2\x98\x51\xe6\xe6\xb3\xd9\xa4\xcd\x95\x4d\x02\x60\ \x95\xa4\xb6\x02\xf6\x2c\x4a\x24\x75\xb9\xc8\xf4\x80\xc7\xe3\x32\ \x88\x72\x19\xa4\x8c\x9f\xcb\x83\xb4\xa7\x57\xe6\xe0\x12\x49\xc5\ \x02\x58\x57\x4a\x95\x51\x8f\x88\x49\x96\xe2\xc9\x74\x60\x20\x25\ \x91\x6f\x80\xbf\x85\x88\x8c\x25\x1b\x44\x28\xb2\x41\xca\x24\x2a\ \xc9\x04\xb2\x88\x80\xa5\x31\x89\x78\x7a\xe3\xd4\x30\x52\xb3\x7b\ \x7c\xa2\xbd\xab\xf5\xd4\xcb\x7b\x3f\x60\x3d\xc8\x36\x40\x9a\x48\ \x64\x33\x28\x5d\x74\x1a\x06\xcb\x44\xaa\x2e\x62\xeb\xea\xf0\x4c\ \x3c\x9e\x4e\xe8\x69\x23\xf3\x69\x4a\x1a\xcd\xa6\xac\x6b\x04\x25\ \xc3\x62\x30\x38\x22\x8e\xaf\xa4\x03\xb3\x35\x60\x45\xc4\x06\x34\ \x16\x87\x6d\x9d\xaa\xc3\x36\x42\xb8\x36\x60\xba\x26\x26\x4e\x1d\ \x69\x6b\x69\x6a\x6f\xae\x6f\xec\x81\xb7\x68\x42\xbf\xc2\x91\xab\ \xb5\x26\xbd\x44\x65\xb7\xb0\x75\x46\xb9\x1e\x10\x08\x6c\x8a\xd9\ \xe7\x4c\xf9\xbd\x89\x5e\x90\x10\xbd\xcf\xab\x52\x39\xac\x61\x93\ \x49\x8f\x34\xb2\x01\x38\x40\xea\xad\x3b\xec\x56\x73\xc8\x62\xd4\ \x6a\xad\x66\xbb\x8a\x62\x94\x99\x1c\xce\x91\xc1\x78\xa8\x37\x9d\ \x8a\x27\x06\xdd\xb1\xfe\xfe\x91\x54\xa4\x2f\xd6\x1b\xef\x77\xa7\ \x7c\xb1\x5e\x5f\xd0\x31\x88\x54\xce\x03\x25\xd2\x85\x07\xed\x7a\ \x77\xc4\x62\x32\xa9\xf4\x41\x4b\x30\x12\x1e\x73\xeb\xac\x41\x67\ \x22\x84\xb8\x4d\x47\x30\xa5\x0d\x02\x76\xf9\x42\x6e\x87\x3b\x18\ \xf3\x81\x6f\xf4\x5a\x55\x1c\x12\x49\xc0\xe2\xca\x2c\x7d\x61\xb7\ \xd9\xac\x10\x32\x38\x42\x05\x44\x8c\x84\x8b\x08\x16\xb2\xc3\x87\ \xcd\xa5\xb0\x34\x62\xd0\x2a\x06\x50\x3e\x95\x3a\xc0\x60\x41\xe0\ \xb0\x84\x6c\x85\x4f\xa7\xd6\x69\xcd\x4e\xb7\xdf\xab\xb7\x04\xfb\ \x62\xc0\x7a\x21\xaf\xd5\x1a\x1c\x19\x4d\x84\xe2\xde\xc4\x68\xcc\ \x3b\xb8\x13\xa9\xc2\x3e\x18\x1f\xf5\x3a\x76\xc7\x74\xfe\x44\x38\ \x1d\x8a\x5b\x53\x23\xe9\x54\x9f\x2f\xd5\x17\x1b\x8c\xf7\xf6\xfa\ \x26\x43\xde\xde\x60\xba\x6f\x74\xcb\x58\x6c\x6c\x2c\xd5\xbf\x65\ \xf0\xb3\xaf\x3e\xdf\xb9\xfb\xb3\x6d\x9f\xef\xf9\x60\xef\xa7\xa3\ \x91\x6d\x7d\xdb\x46\x26\xbf\xd8\xb9\x73\xf7\x96\x1d\x5f\x7c\x05\ \xb7\x7d\xa3\x21\x67\x38\x02\x5f\x11\x80\x29\xf8\x51\x9d\xd5\x67\ \x31\xe9\xac\x26\xab\x43\x22\xd7\xeb\x4d\x5e\x9d\x5c\x6f\x75\xeb\ \x7c\x6e\x99\x30\x06\xf4\xa5\xd5\xea\x43\x7d\x6f\x9e\xdc\xb3\xe1\ \xb5\xed\x7f\xdb\xf1\xd6\xd5\xe3\xc7\xbe\x7c\xb0\x3e\xfb\xfd\xe5\ \xc5\xb9\xa5\xe7\xb5\xdc\xd3\x4a\xb6\x1a\x20\xe3\x89\x52\x69\x94\ \xcf\x77\x81\x79\xeb\x69\xad\x47\x91\x8b\x0b\xf9\x0c\x8e\xee\x69\ \x26\x7a\x56\x33\xd1\xe5\xd5\xd5\x87\x33\xd5\x02\x98\x84\x92\xd4\ \xa5\xe4\xf3\x0d\x44\x3c\x21\x50\x30\xbc\xae\xd8\xf2\x13\xaa\x99\ \xa9\x2c\x2f\x66\x01\xbc\xea\x9b\x01\x9d\x80\xb2\xb0\x28\x22\xb6\ \x11\x46\x3f\x99\x08\x98\x82\x41\xa1\x9a\x5b\x71\x8d\x81\xd1\x6a\ \x17\xaa\xa9\x09\xbc\x60\x3d\x51\x8a\xad\xaf\xab\x6b\x1d\x26\xa0\ \xa6\x87\xb1\xed\x4d\x75\x2d\x53\xa7\x9a\x1a\x8f\x9c\x3a\x30\x75\ \xe4\xca\xad\x5b\xb7\xae\xfc\x70\xe9\x0c\xa0\xd6\x91\x53\x57\x6e\ \x5d\x01\xf1\xba\xd7\xfa\xd1\xd7\x85\xc7\x87\x7e\x9b\x75\x4d\x4f\ \x81\x8e\x3d\x77\x1d\x38\xb2\xf6\xf2\xd7\x3f\xee\xe5\x5e\xbb\x73\ \xf0\xfa\x8d\x1b\xf7\x7f\xfe\xf9\xd0\xc5\x6b\x27\x1f\x11\x0e\xff\ \x27\xf6\xf1\x93\xdb\xd7\x6e\x5e\xbf\x79\xec\xf4\xfd\x5f\x6e\xac\ \xb4\xb5\x35\xd0\x8f\xd6\x7e\x9b\x59\x9f\x5b\xff\x7e\xe5\x5c\xed\ \xe4\xef\x33\x27\x7f\x9b\x9d\x9b\x59\x9e\xf9\xfd\xc1\xca\xe5\x47\ \xb3\x33\xcf\xab\xe5\xbc\x21\x1b\x50\xc2\xb1\x48\xa5\x44\x9a\x88\ \x4e\x26\xd2\xf1\x18\x3c\x1a\x85\x69\x40\xe1\x20\xec\x51\x75\x00\ \x58\x0d\xad\x22\xbb\x82\xcd\x05\xa6\x27\x91\x48\x54\x8b\xd7\x08\ \xa0\x8d\xd4\xb5\x42\xb6\xe4\x08\x04\x1d\x2c\x1e\x52\x41\x81\xc4\ \xe6\x0a\x04\x14\x06\x97\x4b\xd1\x1a\x13\x17\xe8\xcf\xe5\x03\xe2\ \x4e\x0d\xa8\x93\xb8\x63\xa0\x03\x0c\x20\x52\xb8\xaa\xe3\xaf\xa6\ \x5d\xbb\x90\xe5\xf8\xee\x8e\xee\xef\x76\x6d\x84\x1f\x1d\x60\x17\ \x3b\xc5\x54\x98\x22\xc7\x2e\xfe\xe3\xa3\xb7\xde\x9f\x53\x26\x33\ \xdf\x26\x3e\x9c\x3e\x5f\x8b\x77\x7e\xe7\x5d\x97\x30\x48\x1c\xb9\ \xc2\x24\xe7\xb2\x78\x0c\x08\x37\xa1\x50\x61\xdd\xf4\x77\x85\x5a\ \xa1\xff\x68\xf3\xa1\xe4\xec\x55\x3b\x8b\x2d\x67\x3f\x9e\x5f\x6c\ \x3f\xdf\x34\xb3\xb9\xf1\x01\x45\xab\x76\x4f\x10\x3f\x18\x9f\x68\ \x9c\x7d\xf8\xf0\xc2\xeb\x5f\xec\xdc\xfb\xf9\x63\xd4\xd2\x7c\x15\ \x4c\x5c\x11\x04\x24\x9b\xcb\x27\x73\x85\x6c\xe6\x51\x39\x10\xcd\ \x26\x33\x8b\x0b\xd9\x5a\x31\x50\x78\xfa\xa8\x08\x96\x11\x49\x81\ \x2f\xe5\x97\xca\x48\x51\xd1\x5a\x05\xae\x16\x0a\xf3\x45\x4f\xad\ \x18\x2d\x64\xa2\xc8\x99\xc1\xf9\x0c\xb2\x3c\x05\x4c\x15\x88\x46\ \x3d\xae\x8c\xa7\x18\x45\x8a\x2c\x80\x03\xcc\x57\xc0\x39\x56\x32\ \xd1\x72\x21\x9a\xb5\xe5\xca\xf9\x32\x40\x53\x74\xa1\x1a\xc8\xd9\ \xaa\xc0\x65\xff\xfa\x73\x7c\xa8\x09\xa7\x14\x01\x8d\x81\x4c\x05\ \xc0\x43\x46\x3d\xe5\x5c\x2e\xa9\x0c\xc0\x8b\xe4\x5c\x86\x80\x4b\ \xe4\x4a\xd2\xf9\x48\xa5\x86\x24\x13\x43\x4f\x92\x99\x4a\xa5\x88\ \x90\x17\x61\x0c\x59\x25\x0d\x26\x4f\x72\x86\x4f\x24\x83\x87\x23\ \xf0\xc9\x74\x5b\x94\xd0\x80\xb3\x89\x98\xf8\xba\x71\xf8\x67\xe2\ \xc8\x54\x57\xdb\x44\xcb\xa9\xb5\x3f\xd7\x5a\xf8\xb6\x80\x8b\xaf\ \x14\x01\xf0\x23\xe9\x5a\x0d\x38\x32\x0a\xd5\x50\x57\xd7\x88\xc6\ \xe3\x08\xe0\xef\x87\x9a\xc9\x22\x3a\x0d\xa9\xc5\xd0\x5e\x8f\x22\ \x62\xea\x30\x64\x34\x93\x09\xfa\x47\xc4\x01\x98\x11\xf8\x8d\xf5\ \x44\x11\xa6\xa9\xa7\x11\x47\x24\xe3\x1a\xeb\xd1\x2d\x30\x21\x1e\ \xe8\x6a\xc2\xb5\x36\xb7\xf4\x00\xc7\x4d\xb4\x60\x5e\x41\xda\xd8\ \x28\x24\x5a\x95\x59\xc2\xd1\x9a\x4d\x8e\xde\x5e\xc7\x60\x5f\xcc\ \xef\x0e\xf6\x82\x8b\x8b\xb8\xfd\x40\x1b\x56\xb3\x44\xae\x42\x2a\ \xcc\xc4\xd4\xea\x88\xc5\x11\x4c\x98\xfc\x7e\x5f\x3c\x16\x73\xda\ \xed\x3e\x9d\xcf\x6e\xb1\x5a\x25\xba\xbe\xb1\xbe\xc9\xc1\xc1\xf0\ \x24\x28\x56\x24\xde\xbf\x13\xc6\x76\x5f\xba\x77\x14\x54\xaa\x2f\ \x31\x16\xf1\xfb\x7c\x91\x2d\xc1\xc1\x54\xdc\xeb\x0f\x85\x22\xb1\ \x70\x24\xec\xf6\xfa\xc3\xa3\xb1\x90\xd7\x1c\x0e\x3a\x9d\x91\x54\ \x30\x96\xde\x09\x72\x07\x26\x31\x95\x4e\xa4\x7c\xdb\xfa\xe3\xa1\ \x60\xc4\x1b\xeb\x8d\xa5\x7c\xde\x70\xd8\x0c\x04\xa8\x90\x31\x18\ \xf2\x58\xd8\xe1\x53\x59\x4d\x0a\x05\x87\xcb\x50\xe8\x25\x6a\x09\ \x5b\xa8\x06\xd9\x02\x4c\x27\xf1\x3a\x79\x6c\x16\x43\x2c\x20\x09\ \x35\x62\x12\x43\x80\x94\x8a\xa4\x70\xf5\x3a\xa7\x55\x6d\x75\xa7\ \x43\x26\xab\x3b\x31\x16\x73\x0e\xf6\x45\x22\x3b\x27\x63\x93\x00\ \x54\xe9\x78\xbc\xdf\x19\x1a\x09\x5a\x06\xbd\xe6\xc1\x74\xbc\xcf\ \x91\xb2\xfa\xd3\x69\xa7\x13\xa9\xf3\x37\xea\x8f\x8f\xc4\x22\xfe\ \xdd\x89\x74\x22\x04\xaa\x1b\xe9\xdf\x02\x47\x17\xee\x1f\x19\xdc\ \x39\xb2\x7b\xab\x7b\x6c\xf2\xb3\xd1\x8f\x77\x8f\x4e\x7e\xfa\xc1\ \xab\x7f\xff\x78\xeb\x9e\xcf\x7a\x43\x9b\xdf\xdb\xfb\xd1\x67\xbb\ \x27\xbf\x4a\x7f\x30\x9a\xf0\x5a\x2d\xc1\xb0\x0f\x29\x97\x23\x53\ \x1b\x91\xef\xd3\x6c\xd5\x6b\x2d\x7a\xb7\x59\x0f\xfe\xcf\x22\x33\ \x5a\xed\x7a\xaf\xc9\xac\x93\x70\x75\x96\xa0\x4a\x6b\x01\x97\x1b\ \xfc\x79\xd3\xdb\x7f\xdf\xb3\x7b\xcb\xd8\xdb\x9b\xdf\xdd\x74\x7b\ \x65\x75\xf6\xc9\xa3\x72\x75\x26\x9f\x2b\x2c\x25\x8b\x51\xa0\x72\ \x83\x52\x99\x03\xf2\xee\x69\x6b\xc1\x46\x0b\xab\x3f\x2d\x12\xc8\ \xf9\x47\xab\xab\x2b\xdf\xcf\x3e\xb8\xb6\x52\x2d\x2c\xce\xaf\xaf\ \x3e\x79\x02\x7a\xf0\x78\xb6\x58\x48\x06\x44\x81\x40\x52\xda\xfc\ \x06\x23\x74\xad\xa1\x27\x60\x50\xa2\x89\x04\x6c\x89\x88\x41\x93\ \x71\x48\x7a\x78\x63\x7b\x03\x81\x4e\x46\x63\x1a\x1a\x31\x38\x14\ \xba\xa1\xb5\xbd\xb9\xdd\xb0\x75\x61\xbc\xa9\x0e\x66\xaf\x46\x1a\ \x1d\x83\xc7\x37\xd6\x0d\xb5\xb6\xb4\x0f\x35\xb7\xd6\x37\x0d\x1d\ \x3e\x72\x78\xbc\xf5\xc8\xd1\x5b\x77\xaf\xfc\xfa\xc3\xa5\x4b\xb7\ \x8e\x1e\x3e\x0b\x52\x05\x62\x75\xfe\xec\x1f\xbf\xae\xad\xfd\x72\ \x67\xe6\xdc\xed\xc7\x3f\xe6\xa7\x1a\xdb\xc7\xef\x1e\xcd\xb6\x9c\ \x01\xee\xfa\xe3\xe5\xd1\xeb\x37\x7f\xbc\x79\xf5\xc2\x9d\xeb\x3f\ \x5d\x3f\x7e\xfd\xfb\xc2\xf0\x0f\xff\xdd\xb8\xfa\xf8\xce\x2f\x57\ \x2f\xde\x06\xc2\xfa\xe5\xf6\x13\xbc\xe8\xf9\x22\xb9\xfc\x70\xe6\ \xf2\xc9\x9f\x4f\xbe\x78\xfe\x1c\x68\x72\xf5\xc5\xfa\xcc\xcc\xe2\ \xb3\xd5\xd9\xf5\xb9\x73\xcb\x0b\xa5\xc5\x2c\x0c\x22\xa9\x92\x0f\ \x16\x17\x69\xa3\x42\xc4\xe3\x09\xf0\x51\xeb\x09\x78\x14\x1a\x8d\ \x14\x47\x06\xff\x80\xaa\xeb\xda\xaf\x52\x28\x24\x32\x19\x97\x41\ \x65\x51\xd4\x7e\xbb\x5e\x46\xe5\xb1\x90\xfd\xa3\x2c\x2a\x00\x16\ \x15\x9c\x20\xcc\x5e\x42\x0e\x6f\x97\x80\x45\xe2\x90\x18\x12\x75\ \xec\xcb\xd6\x43\xdf\x75\xb2\x06\xba\x79\xdd\x1a\x24\xb3\x01\x10\ \x1c\x0c\x60\xa7\x98\x27\xd6\x74\x20\x79\xa4\xc0\x5d\xdd\xc8\xa2\ \xbc\x06\xac\x24\x6f\x63\xa7\x98\xc5\xa3\x70\xac\xbe\xad\x9f\xbc\ \xb6\x52\x2a\x3d\x7a\xf2\xd1\xe4\xe2\x99\x89\xdf\xcd\x9a\x7d\x9f\ \x7c\xc4\xe5\x90\xe4\x5c\x92\x51\x26\x14\x0a\x39\x6c\x0e\x45\x66\ \x54\xa4\x0e\xf9\xe4\x5c\xb6\xef\xa3\xbd\xd7\x97\x1f\xdf\xd7\x33\ \xe4\x2a\x7d\x71\xf5\xfb\xc6\xb3\xad\x8f\x0f\x9e\xda\xc4\x90\x49\ \x8c\x6d\xd2\x6b\xc3\xe3\x0d\x38\xe9\xd2\xfa\x8b\x95\x9b\x5f\x85\ \x4f\x4a\x41\x92\x8b\x99\x6c\x25\x53\x70\x65\x0b\x99\x42\x20\x50\ \xa9\x21\xc9\x0b\xe0\xcb\x72\xd5\xda\xa2\xa7\x98\xcf\x15\x73\x85\ \xca\x5f\x35\x94\x2b\xe5\x62\xb9\x54\xcc\xe6\xe7\x0b\xa0\x50\xb9\ \x5c\xa9\x90\xcb\x02\x84\x65\x93\xb9\x1c\x88\x19\xb2\x99\x1d\x8c\ \xa1\x21\x69\x70\xb9\x68\xa2\x64\x26\x17\x08\x64\x0c\xb6\x64\x1e\ \xcc\x64\xad\x9c\x8f\xd2\x6c\xae\x42\xb1\x90\x47\xf2\xc7\x03\x7c\ \x65\x65\x09\xcc\x66\xbe\x1a\x40\xbd\xf2\xbf\x3d\x3d\xcd\x38\xa6\ \xd2\x25\xb5\x65\x6d\x36\x5b\xce\xe5\xe1\x67\x0a\xc5\x62\x56\x99\ \x75\xf1\x5d\x51\x91\x54\x49\x37\x78\x02\x44\x64\xfd\x8a\xef\x22\ \x33\x03\x51\x25\x1f\xe6\x0e\x62\x52\x29\x0a\xb8\x72\xc9\x5c\xd6\ \x80\xf4\xac\x06\x91\xf4\xc0\xdb\x21\x7d\x51\x3d\xc9\x1c\x0d\x8b\ \xc6\x0c\x0d\x8f\x1f\x38\x7a\x64\x7a\x18\xa9\xee\xf8\xc7\x9f\x7f\ \xb6\x17\x41\x28\x03\x4a\x5b\xd4\x93\x8f\xda\xa4\x74\x3a\x53\x84\ \x67\xd2\x81\xf2\xd1\x22\x3e\x5e\x44\x68\xa8\xab\xc7\xc1\xaf\xf8\ \x34\x26\xaa\x0d\xc3\xc4\xe3\x1a\x50\x34\x34\x0d\x4f\xc3\x63\x88\ \x52\x3a\x91\x86\x83\xbb\x69\x52\x66\xfd\x74\x13\x11\xdb\x80\x6b\ \xc0\x35\x77\xb5\x1d\x3d\x7b\xa0\xb9\xa9\xbe\xa9\x6d\xe2\xe8\xf9\ \x23\x3d\x6d\x75\xe8\x57\x74\x46\xab\xce\x28\xd3\xcb\xbc\x26\x0a\ \x07\x48\xc0\x1b\x0f\xfb\x63\xbe\xb8\xcf\xeb\x1e\x1d\xf1\xa5\x83\ \x16\xa7\x3b\x1c\x34\x19\xf5\x26\xb7\xd5\x04\x8e\x4c\xa1\x77\xda\ \x07\x41\xa3\x1c\x4e\x5d\x24\x64\x4d\x87\x1d\x26\xaf\x5b\x6d\xb5\ \xc6\x7a\xd3\xbe\xf4\x68\x7c\x2c\x1d\xeb\x4b\x7b\xf7\x6e\x1b\xdb\ \xb6\x77\x6b\x7a\x64\x72\x30\xee\x4b\xf5\x4f\x86\xc6\xb6\x45\x52\ \xfd\x83\x7e\x07\x5c\x84\xe2\xe1\xde\x6d\xbd\x11\xab\x05\xc9\x05\ \xdf\xe2\x4d\x04\x13\x31\x67\x3a\x14\xf1\x8f\xc5\x82\xe9\x04\x92\ \x77\x10\x8e\xf5\x85\x7c\xf1\xdd\x88\x9c\xf4\x6d\x9b\x0c\x8d\xa6\ \x53\x4e\x5f\x50\xe7\x8b\xcb\x9c\x3e\x87\x9a\x6d\x41\x76\x40\x2b\ \x54\x4e\xbd\x42\x48\x62\x68\xf5\x72\xb5\x42\xa2\x37\x5a\xd4\x56\ \x0e\x97\xc4\xea\xe0\x4a\x04\x54\x0d\x85\xcb\x96\x51\x91\xfd\x16\ \x3c\x92\x50\x2d\x33\x9b\xb4\x12\x3b\x98\x3a\x4b\x2c\x16\x0c\xf5\ \xfa\x06\x27\x13\xfd\x7d\xb1\xbd\x7b\xfb\x53\x83\xfd\xa9\x44\xff\ \x48\x6f\xb8\x0f\x69\x40\xe8\x56\x87\xd3\x63\xbd\x89\x74\x5f\x2a\ \x1d\x47\x7a\x9b\x79\x53\x31\x4b\x3c\x1c\x0c\x6d\xeb\x0b\xc7\x43\ \x91\xb4\xdf\x0f\xc8\x95\x9e\x4c\x85\x26\xb7\xee\xe9\x9f\x1c\xdb\ \xf9\xc5\xce\xd1\xbd\x93\x7b\x46\xb6\xec\xde\xfd\xce\xdb\xbb\xbf\ \xd8\xbd\x67\xe7\x07\x7b\x37\x7f\xf4\xd5\x64\x7f\x64\x5b\xef\x96\ \x78\xc4\x3e\x12\x32\x39\x9d\x76\xbf\x4a\xa5\x35\xeb\xb5\x41\x0b\ \x92\xe6\xee\x54\xa9\x55\x1c\xbd\x4e\xaf\x07\x5f\xe8\x77\x83\x1d\ \x56\x3b\xad\x3a\xbd\xdd\xaa\xd7\x99\x65\x26\x9f\x65\xec\xd3\x4f\ \xb6\xee\xfd\xe8\xcd\x57\x77\x7e\xfa\xda\xfb\x2f\x2e\xaf\x5e\xfc\ \x79\x7d\xe6\xf9\x6f\x2b\x4b\x4b\xf9\xa5\x79\x3a\xb1\x58\x34\xb8\ \x94\x00\xcd\xc4\x73\x4f\x7e\x5b\x5f\x3d\xf8\xea\xc9\x0a\x3e\xfb\ \xcb\x83\xd5\x6a\x75\x61\xf1\x79\x89\x48\x24\x8b\x02\xe0\x19\x16\ \x67\x7f\xbf\x73\xe3\xed\xf7\x3e\xde\xbe\x69\xc7\x67\x93\xb1\xaf\ \xe6\xda\xb7\x53\x52\x2f\xda\xbb\x88\x22\x74\x73\x7b\x93\x52\x5a\ \x87\x43\x63\xd0\xe8\xfa\xf6\xba\x46\x24\x22\xc0\x16\x62\x9b\x9a\ \x51\x18\x72\x7d\x73\x6b\x4b\x63\xd1\x5b\x9c\x6e\x6f\x22\x34\x00\ \xb8\x20\xe5\x87\xc9\xd8\xa3\x07\x26\xa6\x7b\xda\x86\x21\xfe\x8e\ \x9c\x3f\xdf\xd5\x73\x09\x64\xea\xec\x95\xb3\x97\xae\x9c\x3a\x75\ \xfe\xd6\xdd\x5f\xff\xb8\x05\xa4\x05\xba\xb5\x76\xe0\xd9\xfe\xb9\ \xf9\x3b\xd7\x97\x20\xc0\x2c\x00\x00\x20\x00\x49\x44\x41\x54\xbf\ \x7d\x86\x6d\x3a\x72\xf8\xe5\xd9\xf2\xd9\x97\x77\x6f\xfd\x71\xef\ \xd6\xa3\x1f\x1f\xde\xbf\x7a\xfa\xa7\xdb\x37\x8f\x5f\xb8\x9f\x6b\ \x3d\xf3\xf2\xbf\x9b\x56\xaf\xdf\x78\x78\xfb\xea\x9d\x9f\x7e\xfe\ \xf1\xfe\xd5\x67\xc5\xe5\xd5\xc7\xb5\x99\xdf\x7e\x7f\x31\xfb\xfd\ \xca\xcc\xd2\xe5\xdf\x9e\x9c\xbc\x3c\x33\x3b\xb7\xfe\x7c\x79\x0e\ \xe9\xef\x5c\xab\x18\xaa\x55\x1b\x1f\x29\xc6\xab\x14\x61\x89\x48\ \x23\x74\x0c\x0a\x83\xc2\x03\x1b\x12\xb1\x28\x26\xbe\xa1\xbe\xb1\ \x89\x8c\x6b\xe8\x2a\x98\xf4\x5a\xa4\xf7\x37\x47\x48\xa5\x20\x6d\ \xc3\xb5\x12\x2e\x49\xcc\x12\x6b\xba\x05\x40\x5c\x2c\xe0\x6c\xaa\ \x98\xc3\xa2\x52\x34\xdd\x2c\x12\x0f\x38\x5b\x6b\xd1\x9a\x96\x4b\ \x42\x0d\x4f\x00\xaa\xa6\xe9\xde\x37\xa0\xa1\x0a\x90\xfc\x62\xc0\ \xad\x4e\x2a\x89\xda\x8d\xf8\xc3\x0e\x84\xae\x34\x02\x96\xb8\xe3\ \xaf\x6d\x3b\x02\x0e\x5b\xe5\xdc\xfd\xea\xfd\xe5\xe2\xd2\xcc\xed\ \xbd\xdf\xa2\x4f\x35\x6c\x00\x59\x7b\xcd\xce\xe0\x2a\xb8\x14\xae\ \x90\xcd\x11\xaa\xe4\x24\xaa\x98\x22\x31\x7d\xf5\xb6\x51\xc6\x95\ \xa7\xfd\x5f\x2c\xcd\xdf\xdc\xce\x65\xab\x24\xdb\xb0\xcf\x7f\x73\ \x5d\x1a\xfe\x7d\xe9\xee\xe7\x70\x8b\xe1\x51\x3e\x9f\x18\x9a\x38\ \xff\xeb\x0f\x7f\xdc\x3d\x73\x84\xfe\x6a\x14\xa9\x4f\x90\x07\x8b\ \x96\x2c\xce\xd7\xb2\x40\x44\x9e\x0a\xc8\x57\x0e\x59\x4a\x8f\x16\ \x0b\x85\x68\x26\x30\x5f\x2b\x23\xe9\x95\x99\xa5\x62\x29\x53\x01\ \x1b\x58\x4a\xda\x0a\xf9\x68\x3e\x9f\xcb\x15\x4b\xe5\x0c\x18\xc6\ \x64\xa9\x02\x0f\xb4\x25\xab\xc8\xc9\x89\x68\xd6\x40\x17\xe5\x72\ \xd9\x4c\xd2\x23\x42\x1a\x3f\x67\xf3\xd9\x7c\xbe\x94\xe3\xd3\xe8\ \x7c\x83\x07\x59\xcf\xca\x64\x72\x7c\xc3\x52\x05\x7e\xda\x6c\xa2\ \x96\x57\xfe\xa3\x07\xdd\x50\x4f\x96\x92\x69\x06\x1b\x1d\xee\xe6\ \xdb\x5c\xc9\x8c\x21\x50\x72\x65\x6c\x44\x9a\xcd\x46\x47\xca\xca\ \x04\xc8\x7c\x9b\x87\x4e\x0b\x80\xa5\x93\x46\x03\x36\xa5\x88\x2f\ \x35\x14\x4b\xb9\x64\x20\x19\x2d\x00\xbd\xe5\x9e\xcf\x7b\x8a\xd5\ \x6c\x00\x50\x6e\xbe\x52\xa9\x88\x1a\xea\x30\x6d\xad\x43\x53\x47\ \x0e\x00\xfe\x74\xb5\x1f\xf8\xe1\xcf\x7f\x0f\xe5\x1f\x3d\xaf\x2d\ \x44\xf3\x00\x86\x8b\x95\x40\x29\x03\xe6\x3e\x09\x0e\x58\x99\xc9\ \x7b\x44\x39\xd1\xff\x47\xd2\xbb\xb8\xa5\x79\xa6\x6d\xbf\x45\xc4\ \x8f\x9d\xc0\xcb\x56\x01\x45\x50\xf6\x22\x20\x9b\xb0\x0f\x7c\x80\ \x84\xfd\x21\xbb\x0f\x28\xb4\xce\x74\x3a\x33\x61\xe8\x3b\x35\x03\ \xda\x69\x6d\x9d\x4a\x92\x37\x3a\x26\x65\xd1\x4c\x5d\xa5\x89\x4c\ \x66\x9a\xc9\xa6\x8c\x69\x73\xf8\x6a\x7b\xb4\xd6\xf6\x53\x63\x4c\ \x9a\x54\x4d\x93\x98\x99\x24\x8d\xcd\xca\xfa\xfa\x67\xac\xeb\xce\ \x4a\xdc\x20\x8a\xcf\x83\x3c\xcf\x79\xff\xce\xfb\xb9\xee\xeb\x7c\ \x5e\xb4\x0e\x74\xe8\x10\xd0\x88\x12\x26\x0a\x1d\x74\xa0\xa2\x54\ \x1d\x93\x29\x01\x61\x13\xd1\x38\x4c\x9a\x4e\x40\xc2\x91\x48\x58\ \x9d\x0e\xa5\x7c\xb7\x77\xf6\xb6\xc3\x01\x80\x1f\x1c\x1c\x99\x1c\ \x84\x81\x96\xf3\x82\x16\xd4\x48\x2d\xd5\xf2\xc5\x26\x76\x97\xde\ \xed\x34\x86\xdc\x4e\xab\x3d\x10\x70\xc3\xc9\x6a\xf3\x7a\x6c\x7a\ \x8f\xca\x64\x96\xa9\xcc\x7a\xb7\xdb\xee\xb5\x9a\x9c\x56\xb5\xc9\ \x64\x33\x99\x72\x01\xb3\xd1\x13\x48\x19\x4c\x26\x15\x58\xa0\x50\ \x21\x94\x4a\xc4\x26\x8e\x9f\x4c\xc6\x0a\xc9\xd9\x72\x6a\xfc\x9d\ \x60\xf2\xd8\xc9\x62\x21\x1b\x0d\x26\xc6\xdf\xc9\x66\xbd\xd6\xe3\ \x13\x5e\x93\xc6\x1d\x8c\xa0\x59\xab\x74\xce\x5d\x8c\x45\xdc\x13\ \x20\x6e\x13\xd9\x62\x6e\xe2\xf8\x6c\x3a\x1b\xf5\xbb\x63\x01\x77\ \xb0\x52\x2c\xe4\x40\x1d\x0a\xb6\xec\xb8\x37\x10\x8b\x8c\x4f\xa5\ \x83\x89\x64\x20\x68\x37\x1b\x34\x60\x0f\x35\x5a\xb1\x56\x4a\x17\ \x7a\x9c\xe0\xa6\xc4\x72\xbd\x52\x29\x85\x4f\x26\x20\x2d\xd0\x5a\ \xae\x52\xd8\xc1\xe8\xe8\x90\x51\xe9\x5c\x7a\xcf\x21\x3a\x40\x3d\ \x1d\x44\xc2\x60\xd4\x5a\xf5\x72\x5b\x14\x18\xaa\x68\x4c\x8c\x02\ \x18\xa6\xd2\xe9\xe3\xa9\x50\xba\xec\x06\x25\x8e\x9a\x52\xa3\x59\ \x4f\xce\x1d\x88\x64\x83\x13\xe9\x84\x3f\x19\x4a\x25\xfd\x66\x6f\ \x2c\x82\xe2\xc0\x6c\x6e\xb7\x41\xae\x09\xfa\x9d\xf6\x68\x3a\x97\ \x4c\x67\x43\xb1\xf1\xdc\xbb\x53\xb9\x62\xf9\xad\x13\xc7\x8f\xbd\ \x3e\x3b\x7e\xfc\xa5\x99\x63\xc7\x13\xc7\x4f\x56\x26\x4e\xfc\xe6\ \xf5\x77\x8f\x26\x63\x01\x40\xc8\x08\xf8\x4f\xbb\x41\xef\x89\x19\ \x0c\x1a\xb7\xd7\xaf\x34\x5b\x3d\x06\x99\x51\x6f\xd2\xc8\xc4\x5a\ \xab\xc1\xe6\x36\xa9\x6c\x41\x8f\x07\x88\xd4\x6c\x54\x81\x21\x34\ \xa6\x0a\xc7\xd3\x95\x77\x66\xd2\x81\x89\x7b\x47\x5f\xaf\x9c\xf8\ \xee\xd2\xe3\x2b\xef\x7f\xf2\xf9\x83\x07\x5b\x3f\x5e\xfd\xec\xfe\ \x67\x2b\x61\x49\x15\x86\x4e\x38\x7c\x24\x2f\x7f\xf4\xe1\xa2\xa4\ \xba\xe3\xd2\x35\xe3\xb5\xc5\xfb\x71\xdf\xca\x55\x85\x44\x40\x24\ \x62\x5b\xb0\x3a\x85\xa4\xe4\x60\x85\x9b\x5b\x4b\x57\xde\xff\xe5\ \x6f\xce\x7d\xf1\x8a\x8d\x6f\x7a\xc5\xa3\x2d\xdf\xa0\x74\xf7\x4e\ \xb6\xa2\x69\x7a\x17\x73\xb0\xa5\xb3\xb3\x05\x4f\x60\xb1\x04\xb8\ \x16\x02\x01\x8e\x02\xd0\x81\x96\x56\x50\xac\xf6\xc1\x7c\xe0\xca\ \x5c\x2b\x1e\xb4\xaa\x1d\x8f\xed\xc5\x76\x76\x77\x9f\x99\x1c\x69\ \x1d\x9c\x3b\x7c\x78\x78\xfe\xcc\xea\x85\x91\x33\x67\x96\x01\xaf\ \x56\xe1\x6d\xed\xcc\xc5\xb5\xdd\xfd\xd5\x8d\xb5\xd5\x0b\xab\xcb\ \xcb\x37\x49\xaf\xfc\xb0\xf3\xd9\x1f\x3f\xfb\xa9\x49\xbc\xb0\xbb\ \xbb\xdf\x4f\x7c\xb6\xbf\xb1\xbf\x7f\xb3\xf5\xaf\xb7\xbe\xf9\xf6\ \x93\x73\xd7\x3e\x39\x77\xee\xfe\xd0\xc2\x85\xdd\xff\x75\xf8\xca\ \xf5\x2f\xf7\xae\xdf\xba\xf6\xf9\xd7\xd7\x6e\xfc\xe3\xda\xe2\x95\ \xa7\x57\x36\x1f\xfc\xf0\x78\xf1\xd3\x27\x4f\xee\x3c\xdc\xda\xfb\ \xf8\xf1\xe3\x87\x8f\xaf\xde\x5b\x7c\xba\x78\xf5\xea\xe6\xca\xd2\ \x96\xab\x5a\xb7\x60\x24\x68\x05\x08\x85\xc8\xc2\x33\x29\x34\xd4\ \xbb\x9d\x82\x27\x71\x88\x38\x1c\xa8\x2e\x11\x8f\x21\x12\x86\xfa\ \x7f\x0d\x23\x91\x4a\xc8\x63\x73\xd9\x40\x39\x3c\x95\x5e\x2c\x15\ \xcb\xa9\x1d\x0c\x46\x0f\xc8\x4d\x0f\x83\xc1\xa5\x0b\xbb\xe8\x28\ \xe6\xad\x83\xca\xef\xe1\x09\xd5\x4a\xab\xc1\xee\xf0\x59\xd1\x0a\ \x42\x90\x23\xd4\x5c\x14\xe4\x09\x89\x53\x07\x5a\xc9\x73\xf0\xe0\ \x81\x83\x07\x81\xc8\x07\xfa\xfa\x0e\x76\x09\x51\xce\x04\x83\xdf\ \x43\x65\xc8\x0d\xb6\xdc\x6b\x97\x36\x17\xef\x7d\xf7\xf9\x07\x77\ \x3a\x2f\xfb\xc6\xff\xf6\x17\xd3\x1f\xf8\x3c\x25\xea\x94\x2b\x66\ \x33\xd8\x72\x71\x07\x97\x4b\xe5\x1b\x67\x3d\x62\xa5\x50\x15\xb2\ \xff\xa1\xb9\xbd\xf8\x2a\x97\xc7\x63\x7c\x43\x58\xfa\xc1\x31\x37\ \x76\xa5\xf3\x54\x54\xae\xe5\x0d\xfc\x55\x82\x9f\x1c\x3a\x73\xfe\ \xf2\xc2\xc6\x3e\x80\xe9\x79\x0e\x68\x8a\xa4\xde\x58\x57\xf8\x4a\ \xa5\xf5\x46\xdc\x55\x02\xcd\x59\x51\x70\xaa\xcd\xe6\x56\xbe\x5e\ \xaf\xaf\x34\xb7\x1a\x9b\x4b\xbe\x95\xf5\x46\x78\x65\xb3\xe6\xaa\ \xb9\x5c\xa8\xa9\x01\x18\xbd\x06\x80\x57\xa6\xda\x0c\x83\x54\x84\ \xd1\x52\x43\xf0\x86\x0d\x9d\xc3\x55\x52\x30\x25\xf1\xd2\x4a\x7d\ \x1d\xb5\x40\xc8\xc0\xe3\xd7\x33\xf1\xaa\x4b\xc7\xe2\xe8\x24\x71\ \x0b\xcd\x57\x72\x85\x81\xca\x24\x0a\x54\x78\x8a\x72\x02\x07\x5f\ \xf8\x5f\xcb\x78\x12\x10\x16\x48\x92\xc0\x52\x8a\xc7\xe3\xd5\x95\ \xb0\xcf\xe1\xab\xe9\xaa\x19\x96\x28\x83\x2a\xe0\x81\xa5\x98\x34\ \x80\x35\x9d\xcf\x22\x11\x90\x25\x12\x96\x84\x49\x91\x84\x51\xaa\ \x58\x0d\xcd\xaf\xad\xd7\x1b\x77\x51\xbf\xe6\x92\xab\xb6\xb5\x53\ \xf3\xd5\xef\x3a\xf0\x38\x7c\xff\xc8\xe1\xe1\xd3\x87\x27\xe7\x4e\ \x0d\xf5\xce\xef\xff\xfc\xf3\x29\x38\x4e\x57\x36\xf3\x4b\x79\x5d\ \xa9\xba\xd4\x04\x9d\xc4\x92\x48\x80\x6f\xf0\x3c\x40\xa7\x6a\x8d\ \x66\xbc\xb4\x59\xaf\x85\x75\xae\x9a\xc3\x52\x02\x00\x03\x2f\x5b\ \xcd\xe8\x40\x1d\x45\x3e\x85\x80\x85\x22\x30\x44\x0e\x41\xd8\x62\ \x51\xe8\x5c\x4c\xd0\x4a\x12\x4d\x24\xc0\x12\x59\xb8\x76\x1c\x01\ \x83\xc5\x53\x30\x94\x17\xb4\x4e\x9e\x52\x6f\x52\x1a\x4c\x56\x3a\ \x43\xaf\x71\x06\xec\x89\x48\x34\x99\x4d\x78\xc1\xbd\xd9\xa3\xc6\ \xa8\xc9\x6a\x55\x4a\xb9\x1a\xaf\xc9\xac\xf5\x6b\xdc\xd6\x90\xc7\ \xa3\x31\x38\xbd\x91\x94\x49\xad\xd4\x44\x50\x7c\x9f\xde\x1a\x2c\ \x83\xf4\x24\xcb\x65\xcf\x68\x7a\xe2\xad\xd8\xc4\x54\xaa\x32\x9b\ \x8d\x25\xd3\xa3\xd1\x58\x32\x52\xf4\x80\xd5\x8b\x04\x34\xc9\x23\ \x53\xc9\x6c\xb6\x30\x9e\x4e\x4c\x54\xd2\x13\xd9\x90\xdf\x9f\xaa\ \xbc\x53\x1c\x4d\x86\xb2\xe5\xf4\xdb\x95\x40\x20\xe6\x49\x79\x03\ \xc5\x40\xba\x52\x99\x2a\x96\x73\xfe\xd4\x44\x2e\x91\xab\x54\xca\ \x69\x24\x57\xde\x40\xd4\x00\x6a\x17\x88\xa9\xf5\x5a\xa3\x55\x2c\ \x7e\x7e\xcd\x4d\x25\xe7\x4b\x35\x60\x0e\x51\x13\x1b\x29\x5f\x6a\ \x90\xcb\x84\x1d\x6c\x3e\x8f\xce\xee\x93\xca\x41\xb4\xe0\x50\x1c\ \xa0\x52\xf5\xee\xa8\xc7\x66\x35\x04\x53\x89\x6c\xda\x69\x4c\x84\ \x12\xee\xf2\x68\x76\x74\x26\x31\x3e\x9d\x4c\x24\x80\xf2\x52\xe9\ \x54\x74\x34\x11\x0c\x65\xb3\xc9\x74\x2c\x38\x0d\x8e\xb5\x90\x0c\ \xc5\x02\x5e\x99\x12\x54\x2e\xe0\xf7\x64\xbd\x5e\xab\x3b\x30\x5a\ \xa9\x8c\xa6\x13\xd1\x44\xb2\x58\x4e\x17\x8e\x97\x8f\x15\xc6\x67\ \xdf\x78\xfb\xe8\x89\x63\xe3\x13\xa3\x47\x47\x67\x66\x8e\x1f\x3b\ \x5e\x99\x3d\x9a\xce\x7a\xec\x6e\x7f\xd0\x6b\xb7\x9b\x95\x9a\x68\ \xc8\x1d\xd0\x6a\x9d\x5a\xb5\xc6\x29\x05\x4f\xaa\x57\x6a\x94\x5c\ \xb1\x5e\x65\xd6\x18\xcd\xee\x80\xdd\x6a\x54\x19\x4d\x4e\xb5\xd4\ \xa4\x71\x66\x63\xd1\x74\x76\x7a\x3a\xeb\xcf\xbe\x7b\x7c\xfc\xc8\ \xef\x3f\xd8\xbb\xf3\xf4\xc6\xe3\x4b\x97\x3e\x7b\x72\xf5\xc9\xbd\ \xab\x57\xae\x56\x9b\xf9\x3a\x0c\x47\x8d\xf5\xa3\x91\x44\xf2\xdd\ \x7f\x7e\xfc\x34\xce\x24\x58\x56\x5c\xe1\xcd\xa7\xf5\xbc\x44\x02\ \xe3\x12\x19\x43\xc2\x8b\x7c\x14\x26\x87\xc2\x74\xb1\x04\x8d\xbb\ \x3b\x71\x4c\xbb\x60\x2f\xd6\xf7\x22\x57\x9d\xbc\x4e\x9c\x1c\x6a\ \xef\xc4\x61\x04\x16\x6c\x0b\xb0\x49\x27\x9e\xa3\x20\xe1\xf0\x2d\ \xed\x04\x0a\x16\xcd\x06\x75\x92\x71\xdd\x9d\xc3\xc3\xfd\xbe\xc8\ \xb9\x53\xfd\x18\x0c\x87\xd3\x8a\x6b\x45\x22\x36\x36\x82\xef\x9e\ \x1b\x1c\x1b\x39\x35\xbf\xba\xb1\x7c\x66\x1e\x91\xd5\xf2\xc5\x8d\ \xd5\xdd\xb5\x85\xe5\xd5\x47\x1b\xbb\xbb\x8f\xd6\x96\x57\x17\x2e\ \xae\xee\x6e\xbe\xf6\xa4\xbe\xfe\xf4\xc7\x1f\x37\x39\x0b\x8f\x36\ \xf6\xc9\xa7\x01\xb1\x36\x1e\xed\x7e\x7c\xee\xf6\x17\x5f\x7c\x7b\ \xfd\x93\xcf\x9f\x62\xce\x3c\xda\x78\xf4\x3f\xfa\x1f\xee\x7d\xfb\ \xcd\xad\xef\x3f\xf9\xfc\xfa\x37\xdf\x5e\xbb\x73\xe5\xc6\x93\x2b\ \x3f\xee\xdd\x78\x7c\x15\x84\xeb\xf1\x8f\xf7\x1f\xef\x3d\x58\x7c\ \xfa\xe9\xe2\x93\xc5\x4b\x57\xb7\x96\xee\x6f\xd7\xf3\x71\x89\xcf\ \x82\x2e\x6d\xd2\x30\x34\x05\xa9\x95\x49\x21\x10\xc8\x58\x02\x7c\ \xc4\xe3\xc1\xd2\xb6\xb5\x62\x50\xff\xf9\x91\x06\xd0\xa9\x4a\xcc\ \xa6\x52\xa9\x7c\x3a\xf5\x50\x87\x58\xa6\x17\xf2\xb9\x74\x6a\xd7\ \x01\xb0\x74\x3d\x03\xf4\x2e\x24\x5a\x07\x80\x93\x3a\xb8\x32\xb3\ \x56\x66\xb2\xb9\xb3\xb1\x2f\x15\x97\x02\x03\x07\x06\x0e\xfd\xee\ \x20\x18\x41\x54\xf5\x02\xb2\xd5\xc5\xe8\x3b\xf0\x62\x4f\x57\xcf\ \x81\x81\x83\x03\xe0\x24\xe9\x54\x14\x68\xd9\x03\x37\x7b\x18\x74\ \xc6\x80\xd0\x60\xce\xbd\x76\x65\x71\xf1\x87\x6f\x6f\x7c\x9d\x9f\ \x3c\xdf\xb4\xfd\xed\xbf\x8e\xe4\xba\xf8\x32\x9e\x5c\x26\xd7\x8b\ \x51\x92\x30\x5d\xa9\x97\xe9\xa7\xb3\x42\xa9\x50\x9d\x4b\x5b\x3f\ \xd9\xfa\xee\x6a\x92\x2e\xe7\xa9\x96\x68\x8d\x9f\x58\x63\x83\x0f\ \xcf\xe7\x55\x48\x55\x4f\xe2\xe6\xe6\x09\x9d\x73\x73\x73\xe7\x37\ \x36\xd6\x26\x29\xf9\xea\xdd\x6a\x66\xa9\xde\x74\x34\xef\x96\x1a\ \xdb\xeb\x0d\xa0\xac\xf8\x3a\x18\xba\x52\xa6\x19\xae\xba\xb6\x96\ \x80\x89\x5c\xf5\xe6\x56\x29\xde\xc8\x2f\xc1\x3d\xb5\xaa\x42\x57\ \xaf\x4a\xea\x4d\xb0\x60\xe1\x4c\x6d\xdd\x01\x08\x55\xaa\xbb\xe2\ \x55\x40\xb0\x4c\x5e\x02\x9e\x0d\x40\x66\xa5\xb6\x54\xad\x87\x9b\ \x3f\x96\x76\x9a\x77\xef\x6e\xd6\x32\x28\x8b\xc6\x07\x82\xc3\x71\ \x2d\xe5\x33\x4b\x2b\x2e\x11\xd9\x57\x05\x3d\xab\x8b\x98\xf9\xc1\ \x7f\x9d\x01\xc9\xb7\x00\xed\xc4\x5d\xf1\x8c\xc5\x95\xaf\xe5\xc3\ \x0a\x30\x95\xf5\x8c\xcb\x22\x2a\x39\x04\x79\x9f\x44\xe7\x22\x72\ \xe2\xa8\xd7\x8c\x82\xc3\x0c\x4b\xb0\x1c\x07\x87\x29\x71\xa0\xc6\ \xa8\x3b\x2b\x0d\x30\xa8\x99\xda\xe6\xe2\xd6\xe6\xd6\xd2\xca\xd6\ \xca\x0a\x60\x5b\x53\xd1\x86\x21\x4c\x9e\x3a\x35\x36\x37\x37\x39\ \xd9\x0f\x84\xb5\xff\xf3\xbf\x2f\x33\x33\x4b\x0d\x70\xa0\x4d\x85\ \xc3\x52\x6b\xe4\xf3\x71\x11\x99\x28\xf1\x81\xcf\xd7\xc5\x61\xc3\ \xf5\xf5\x70\xb8\x14\xaf\x3b\x14\xb5\x92\x05\x50\x8b\x29\x5a\x71\ \xe8\x6a\x8d\xb8\x2f\xe3\x00\xb0\x16\x89\x44\x4c\x05\x8a\x27\x0b\ \x5b\x28\x02\x0e\x96\xe9\xe0\x50\x68\x28\x8b\x82\x44\xe3\x90\x5a\ \x30\x4c\x42\x1b\x93\x8c\x7d\x41\x88\xc6\x0d\xb1\x52\xa3\x17\xf3\ \xc4\x1e\xa5\x39\x14\x74\xdb\x6d\x20\x0e\xfe\x99\xa0\xcd\xef\x0f\ \x38\xfd\x6e\x15\x9a\xe7\x36\xdb\xec\x72\xad\xd1\xee\x8d\x98\xc0\ \xa3\xa1\x96\x2b\x76\xbb\x5d\x63\xf6\x82\x84\xb9\xd3\xc9\x40\x2e\ \x1a\x0c\x39\x0b\x81\x2c\xf8\xbd\x99\xf1\x02\xca\x3e\x1d\xad\x64\ \x73\xb1\x89\x54\x12\xac\xa1\x37\x98\x8c\x44\xca\xee\xe0\xd1\x64\ \x2e\x5a\x39\x99\x4b\x56\x42\xc5\x72\x30\x36\x3d\x3a\x7a\x3c\xed\ \x4f\xa6\xca\x81\xd4\x4c\x3a\x1a\xb3\x25\x22\x81\x4a\x20\x34\x95\ \x3c\x96\x2b\xe6\x82\x59\xd0\x96\x50\xda\x5f\x0e\xe5\x92\x89\xa0\ \xdf\x18\x73\x3a\x23\x1a\xab\x1a\xce\x7d\x8d\xcd\xe3\x45\xc9\xd2\ \x46\x9b\xd9\x64\x55\x1b\xd5\x72\xae\x58\x6b\x96\x89\xf9\x7c\x21\ \x43\x25\x14\x8b\xb9\x4a\xd4\x31\x97\x2e\xd6\xcb\x18\x28\x91\x82\ \xad\x89\x38\xbd\x41\x9b\xdb\xef\x75\x03\xe5\x45\xbc\xf6\x82\xdb\ \x96\x4d\x1f\x9f\x8a\x26\x2b\x89\x58\x30\x90\xb0\x46\x43\x1e\x63\ \xba\x6c\x0c\x16\x9d\x69\x4f\x28\x92\x00\xee\x31\x4b\xf5\x56\xa5\ \xd1\x1c\x2c\x7b\x53\x49\x50\x6c\xad\x3b\x14\x48\xce\xa6\x81\x1e\ \xc7\x63\xc9\xd4\x54\x34\x94\x3d\xf2\xda\x1b\xe3\x27\x5e\x7e\xe3\ \xf7\xef\xbe\xf5\xe6\xaf\x7e\x3d\x5e\x1e\x7f\xfb\x8d\xb7\xdf\x9c\ \x2d\x56\x2a\xb3\x33\x4e\x77\xd0\xe9\xf4\xaa\x6d\x1a\x99\xde\x9d\ \x8a\x04\x9d\x26\x35\x5b\x66\x00\x5f\xaa\xd2\x98\x55\x6a\xa9\x18\ \x14\x4a\xad\xd5\xaa\xf4\x46\xad\xd1\xa3\xd5\xf8\xad\x66\x4d\x40\ \xeb\x1c\xaf\xa4\xdf\x99\x79\x77\xf6\x64\xf9\x8d\x13\xe7\x5e\x79\ \xfd\xf6\xde\xb7\x37\xee\x7d\x7d\xe5\xdb\x8f\xaf\xdc\xfb\xe1\xc9\ \xd3\x07\xdf\x3f\xdd\xdc\x5e\x5c\xda\xd9\x79\xfa\xd3\xb9\x63\x7f\ \xba\xfd\xd9\xe2\x62\x89\xa4\x83\xc3\xd1\x21\x71\xdd\xfd\xa1\xe9\ \xa2\x70\x48\x34\x2c\x86\xc8\x84\x17\x16\x87\xc1\x62\x05\x3a\x47\ \xb5\xfa\x74\xd1\x42\xa1\xe1\x75\xb5\xc5\x77\x85\xc2\x48\xec\xe3\ \xd6\xc1\xa1\x5e\x12\x8b\x80\xef\xc4\xb7\x62\x89\x94\x96\x16\x0c\ \x05\x43\xee\x6c\x21\xe0\x88\xcc\x76\x1c\xbe\xad\xb5\x6d\xa8\x13\ \xdf\xdb\xde\x8e\x8b\xbd\x36\x3c\x89\xe1\x88\x5a\x86\x88\xf8\x5e\ \x1c\xb1\x1f\xd7\x79\x6a\x72\x78\x6e\xee\xd4\xd9\xb5\xe5\x8b\x97\ \x2f\x9f\x3d\xb5\xbc\xbb\x71\x71\x79\x79\x61\x79\xf9\xc2\xa3\x47\ \x6b\x6b\xfb\xf0\xbe\xb6\xbc\x70\xf1\xe2\x1a\xeb\x8b\xfb\x0e\x57\ \x55\x91\xc9\xb4\x01\x3d\xac\xb5\x3f\xda\xbf\xb8\xb6\x76\x73\xf0\ \xc3\x6f\xae\x7f\x75\xfd\xfa\x5f\xaf\x61\x4f\x2f\xef\x3f\x7a\xf6\ \x1f\x43\x57\xf7\x6e\x7c\x75\xe7\xeb\xf7\xbf\xfc\xe6\x93\x6b\x5f\ \x5c\x47\x59\x83\x8b\x4f\xbf\xff\xee\xca\xe3\x27\x57\xae\x5e\x7d\ \x7a\xed\xde\xd3\xcd\xa7\x68\xae\xfd\xc7\x2b\x0f\x77\xd6\x33\xe0\ \x97\x44\x79\x1d\x53\x81\x15\x49\x88\x14\x38\x34\x51\xc2\x33\x19\ \x34\x16\x07\xbb\x8f\x6f\xc1\x81\xd8\xb6\xa1\x8a\xf7\x77\xf5\x1a\ \xa1\x50\x4c\x07\xc4\x62\xd3\x01\x98\xa4\x5a\xa5\x90\xce\x65\x33\ \xf8\x5d\x5d\x08\xb1\xfb\xba\x0e\x76\xf4\xb0\x51\xf0\xfc\x40\x0f\ \x57\x1b\x0d\x06\xdc\x89\x37\xff\x99\xd9\x5e\x1c\x3d\xc8\xe8\x39\ \xd4\x77\xf0\xbf\x50\x77\x3f\x6a\x0f\x5a\x19\x41\xef\xe8\x38\x38\ \x30\xd0\x71\xf0\xd0\x00\x95\x4e\x1d\x40\x17\x76\xba\xba\xba\xe0\ \xf3\x00\x0a\xe2\xa5\xea\x55\xde\x5f\x3c\xf8\xf4\xa7\xef\x6e\xdd\ \x7a\x42\xbb\xdc\xff\x87\xbe\xbf\xf0\xff\x29\xa7\xcb\x64\x28\x08\ \x45\xc6\x97\xca\xd8\x1d\x5c\x83\x5c\xe5\x9d\x50\x0b\x85\x3c\x75\ \xa2\x70\xe2\xc9\xbd\x6b\x57\x6d\x54\x19\x3b\xc5\xc4\xd6\x14\x8a\ \xe1\xd6\xd2\xda\x9e\xca\x68\x96\x2b\x67\x47\xce\x5f\xbe\x7a\xa5\ \x0d\xbc\xf5\x85\x5e\xe6\xdd\xed\xc6\xe6\x7a\xa3\xda\x6c\x00\xf2\ \xc4\x6b\xeb\x35\x70\x77\xf9\x66\xb5\xb4\x89\x04\xa8\x8e\x56\xcf\ \x35\xc1\x11\x36\xee\xd6\xc2\xf1\x3a\xd8\xc1\x95\x06\x98\x30\x9f\ \xae\x6e\x41\xcd\x57\xf2\x28\x44\x22\x8e\x16\xe1\xc4\x7d\xa0\x33\ \xae\x52\xdd\x07\x84\xe4\x6a\xfe\xd8\xa8\x2f\xd5\x51\x52\xce\x16\ \x88\x55\x26\x53\xdb\x69\x64\x80\x4b\x2c\x2c\xa6\xc8\xe1\x00\x26\ \xab\x35\xb7\x44\x64\x72\x3c\x9f\xcf\xa0\x88\x07\xda\x60\x1b\xa9\ \x77\xa8\x85\x23\x62\x81\xcf\x73\x08\x2c\xf9\xe7\x95\xf2\x16\x89\ \xc4\x17\x2f\x59\x38\xba\x92\x43\x21\x61\x86\x4b\x0e\x10\xc4\xb8\ \x24\xef\x10\xb8\x6a\x61\x96\x22\xe3\x50\x54\x7d\xf9\x78\x78\x73\ \x7b\x05\xf4\xb4\x51\xdd\x5c\x69\xe4\xd7\x77\x9a\x20\x49\x97\x56\ \x4a\xd5\x4d\x1a\x8e\x46\x3c\x3d\x77\x7a\x6e\xee\xf4\xd8\xf0\xd0\ \xd0\xe0\xe9\xfd\x9b\xff\xfb\x11\x25\xdf\xb8\xd4\xa8\xaf\xaf\x4b\ \x2c\xba\xa5\x5a\xd8\x25\xa2\x60\xb0\x16\x9d\x40\xc0\xe2\x58\x5c\ \x34\x5d\xa6\x99\x71\x39\x5c\x68\x61\x37\x3c\x13\x47\xdc\x62\x29\ \x01\x6d\x4a\x5c\x3e\x94\x82\xa8\x10\x80\x13\x15\x28\x14\x1c\x91\ \x4e\xc4\xb2\x48\x38\x1c\x2c\xba\x42\xcc\x11\x51\x98\x44\x81\x00\ \x47\xc0\xb7\xa2\x7e\xfe\x2f\x70\xb9\xe0\x58\xa4\x54\x9e\x5c\x28\ \x93\xdb\xed\xd6\x48\x28\xe6\x77\xbb\xd3\x5e\xbf\x33\x61\xd5\x78\ \x9d\x76\xa3\x09\xb0\x0b\xbe\xe9\x35\x79\xbd\xee\x80\x12\x65\xcf\ \xb8\x3d\x29\x8f\xd6\xe4\x77\xdb\xac\x21\x63\x00\x24\x25\x3a\x9d\ \xb2\xfb\x63\x66\x67\x2e\x99\x3d\x1e\x8b\xce\x26\x8a\x33\xa9\x64\ \xb9\x10\x4b\x14\x4f\xcc\x46\x41\xce\x22\xd9\x54\x30\x38\x55\x74\ \xe7\x22\x91\x71\x40\xac\x58\xc2\x9f\xce\x8d\x66\xdf\x2d\x84\xd2\ \x11\x90\x83\x4a\x32\xe4\x09\x45\x43\xb9\x80\xad\x10\xf3\x14\x73\ \xa1\x54\x20\x9a\x4e\x4f\xc7\x12\x89\xd8\x4c\x22\x39\x9a\x4c\xfb\ \xfd\xee\x48\xd4\x1d\x89\x19\x9d\x09\xbb\xd3\x63\x8b\x25\xad\x4e\ \xad\xdf\xe4\xf6\x98\xf5\x46\x93\x5a\xa6\x01\x63\x65\xb0\x81\x25\ \x00\xde\x52\xaa\x94\x32\xa1\x5e\x28\x17\x32\xa4\x07\x3a\x18\x52\ \xfe\xc0\x00\xd5\xe4\xb6\xd9\x53\xa6\x80\x3f\x11\x73\x87\x82\x4e\ \xd4\x77\xd4\xed\x19\x2d\xa4\xa3\x1e\xbf\x2d\x1d\xf3\x86\x62\x11\ \x7f\x30\x19\x8a\x44\xa7\x0b\xc1\x48\x2c\x17\x8b\xca\x0d\x4e\xbf\ \xdd\x3f\x1a\x09\x05\x53\xe9\x80\xbf\xec\x07\x69\x49\x8c\xa7\x43\ \x21\x8f\x33\x98\xb5\x82\xc2\x45\xe1\xe7\xb3\x6f\x4c\x9f\x3c\xfe\ \xe7\xf7\xfe\xf0\xea\x1b\xc7\xde\x99\x98\x79\x75\x2a\x58\xfe\xd5\ \xdb\x47\x8a\x13\x89\xe8\x4c\xc5\x0f\x16\xda\x6f\xb5\xeb\xcd\x62\ \xbd\xd8\xe6\x31\x2b\xd5\x3c\xa3\x9c\xa1\xd4\x6b\xb5\x46\xa7\x55\ \xab\x02\x23\xed\x54\x9a\x51\x63\x19\xb5\x46\xa5\x55\x1a\xf5\x7a\ \x35\xb8\x44\xbb\xd3\x1f\xf5\x9b\x9c\x5a\xef\x4b\xe5\x97\x26\xbe\ \xb8\xf5\xc9\x6b\x7f\x38\xf7\xa7\x97\x7f\xfb\xcf\xcf\xcf\xbd\xf7\ \xdd\xe2\xc7\x5f\x2f\x3d\x7c\xfa\xc9\xed\xa7\xb7\xbe\xfd\xe4\xbd\ \x5f\x04\xb4\xe9\x23\xf7\x74\x28\xa3\xa9\xa6\x63\x49\x24\x0e\x07\ \x0c\x37\x44\x3c\x8e\x40\xc6\x30\x05\x44\x1a\x2a\x01\x70\x28\x5c\ \x9f\x36\x25\x02\x11\xd9\xa2\x68\x25\x7c\xea\x66\x3b\x67\x7e\x1a\ \x9c\x24\xe3\xdb\x86\xf0\x44\x82\x48\x84\xe9\x1c\xea\xc6\x13\xb0\ \xad\x78\xdc\x60\x77\x37\x81\xd0\x82\x7a\xb8\x77\xf6\xe2\x5a\x5a\ \x3a\x4f\x61\x4e\xa4\x5b\x87\xf0\xed\x44\x42\x2b\xb6\x9d\x24\x22\ \x74\x0f\x4e\x0e\x0f\xcd\x9f\x3d\x73\x79\x61\xe1\xcc\x85\x85\xcb\ \x97\xcf\x2c\xec\xa2\xc9\xf6\xdd\xdd\xf3\xe7\x57\x37\x56\xd7\x56\ \x57\x97\x81\xb2\xd6\x2e\x2f\xaf\xdd\xfa\xeb\x96\xa4\x6d\xc5\x22\ \xe8\x5e\x5d\x7d\x74\xf3\xcc\x99\x67\x8f\x76\x77\x9f\xed\xff\xf0\ \xd1\xde\xb5\x7b\xb7\x3e\xdc\x6b\xbb\xf0\xe8\xd9\xc5\xe5\xff\x68\ \xfd\xf8\xde\x37\x5f\x7c\xf3\xcf\xcf\x6f\x7d\xf4\xf9\x77\xb7\xf7\ \x9e\x5c\xbd\xf2\xd3\xce\xe3\xc7\x57\x00\xcc\x9e\x5e\x59\xbc\xfa\ \xd5\xbd\xc7\x4f\xaf\x5c\xbd\x74\x69\x71\xfb\xee\xe6\xc3\x66\xcd\ \x87\xa2\xa6\x24\x64\x0e\x51\x00\xcf\x86\x84\x21\x82\x4f\x25\x92\ \x29\x44\x1a\x28\x15\x16\xd3\xdd\x8a\xc5\xb4\xb5\xe3\x5a\x86\x17\ \x8d\x5a\x83\x5e\xa5\x64\x70\xf5\x1d\x3d\x7c\x06\x83\x2d\xd3\xe8\ \xe9\x54\x19\x5f\xc8\xe3\xa2\x55\x82\x07\x7e\xd7\xd5\x73\xb0\x8f\ \xc7\xe8\x40\xf3\x51\x3d\x54\x8d\x57\xaf\x99\xfd\xb6\xaa\xfb\xf1\ \xd3\xe2\x8b\xa0\x47\x07\x0e\xfc\xe5\x20\x6a\x09\x83\x9a\x46\x76\ \xf5\x50\xb9\x60\x1c\x7b\x40\xa8\x78\x5c\x76\x4f\x5f\xcf\x00\x97\ \x3b\xd0\xd3\x43\xed\x43\x6b\xbf\xe8\x00\x4e\xd6\xb7\xbe\xf8\xe6\ \xeb\x6f\xf7\x1e\xac\xb7\x5e\x76\x25\xfe\xeb\xbf\xa3\x2f\x77\x70\ \xc5\x42\x19\x8f\xcd\x13\x82\x52\xf6\x31\xb8\x32\xae\x36\x60\x15\ \xc3\x1d\x72\xad\xf3\x7a\xed\xdc\x95\x87\x7a\x99\x9a\xfb\x0a\xb0\ \x43\x0b\x67\x90\xd0\x7a\xf1\x25\x31\xca\x3c\x2f\xb4\x5d\x1c\x11\ \xad\xac\xb7\xed\xb7\x82\xe7\xdd\xda\xda\xdc\xac\xae\x7c\xba\x12\ \xaf\x95\x40\x2b\x40\x45\xc0\x25\x81\xda\xe4\x1b\xeb\x77\xeb\x35\ \xd4\xfb\xb8\xb1\xd2\xc8\x34\x56\xea\x0d\x4b\x66\x73\x7d\xbd\x14\ \xf7\x89\x80\x46\x6a\x8a\x4c\x0d\xb5\xa1\xd9\xac\xc5\x4b\x61\x1d\ \x70\x95\x25\x53\x8d\x83\x87\xcb\xeb\x2c\xf1\x7c\x7d\x25\xb3\xb5\ \x5d\xf5\x35\x39\x78\xb2\xef\xc7\x6d\x57\xe3\xd2\xfa\x8a\x4f\x04\ \x2a\xe3\x53\x84\xc3\xd5\x4c\x69\xab\xea\xca\xbb\x68\x8a\xb8\xab\ \x9e\x11\xe9\x14\x8e\xc1\x0b\x44\x1d\x96\x24\x92\x48\x28\x8a\xb8\ \x25\xcc\x42\xad\xdd\x75\xd5\x92\x23\x53\xb3\xb8\x32\x00\x36\x0e\ \x9f\x43\xf4\x3c\x3e\x70\x53\x62\xa9\x37\x4a\xd5\x7c\x3d\xde\x04\ \x95\xdc\xb9\xdb\x68\xf8\xf2\x9b\xdb\xf5\x12\x8a\x3e\x5c\x6f\xd6\ \x7d\x8d\x75\x20\xba\xea\xdd\x7a\xa6\xbe\xc5\x24\x51\x28\xfd\x63\ \x63\xa7\xe6\xce\x9e\x3e\x3d\xd4\xdb\x39\xf6\xe8\xdf\xff\xb1\x8f\ \x8b\xa3\x4d\xdf\x6d\xb2\x44\xd5\xba\x8b\xc3\x51\x30\x51\x3e\xb4\ \x82\xa6\x50\x48\x74\x16\x54\x59\xdf\x74\x95\x6a\x99\x52\x46\x51\ \xaf\xe5\x05\x0a\x9f\x80\xa5\x78\xde\x51\xd2\xe2\xd0\x39\x24\x82\ \x92\x8b\xa5\x10\x09\x98\x12\x9d\x80\xc6\x91\x48\x04\x44\x0c\x93\ \xe5\x50\xb0\xc8\x58\x1a\x8d\x43\x24\xe2\x39\x58\x2c\xe5\x05\xb9\ \x41\xa5\xd7\x28\xe9\x1d\x7c\x76\x87\x49\xeb\x0d\x3a\x6d\x36\xb0\ \x60\x5e\x6b\x30\x10\xf1\x04\x02\x1a\x93\x59\x23\xd6\x26\x4c\x5a\ \xab\x5c\xaa\xd5\x44\xd3\x76\x38\x11\xdd\xa1\x9c\x51\xa3\x71\xc2\ \x59\xe6\x76\x6b\x80\xc1\x22\x89\xac\x37\x34\x9b\x42\xd7\xf7\x02\ \xc9\xc8\x3b\xc7\x83\x91\xe9\xd9\x89\x13\x27\xa7\x2a\x85\x99\xb4\ \xcd\x1e\x89\xc2\x89\x0a\x1f\xc7\x3d\xee\x68\x6e\x6a\xe2\xf5\x6c\ \x2c\x91\x9e\x19\x1f\x2d\xce\xfe\x76\x2a\xea\x49\x4c\xe4\x22\xc9\ \x94\x33\x55\x4e\xa4\xb3\xd9\xdc\xf8\x78\xca\x9b\x1b\x2f\x64\x63\ \xb9\xac\x3d\x95\xae\x64\x83\x91\x74\x30\x65\xb7\x47\xb2\xd9\x20\ \x6a\x7e\x1e\x48\x8e\x16\x9c\x81\xa8\xd1\xe9\x8c\x19\xe1\x77\x82\ \xdd\x32\xa2\x0c\x2f\xa3\xc6\x63\x16\x4a\x35\x4a\x03\x80\xba\x50\ \x2f\xd7\x4b\x79\x32\x54\x8d\x4c\xa5\x0f\xf4\xf1\x8d\xce\x80\x2d\ \x90\x0a\xc4\x62\x49\x53\x28\xad\x0a\x46\x72\xd9\x71\xb7\xdb\xec\ \x09\xd9\x02\xb9\x6c\x3a\x05\xb4\x16\x2d\x44\xa3\x11\xcf\x44\x1a\ \x24\xd3\x9f\x72\x3b\xcb\x89\x58\xac\x38\x9b\x0e\xa4\xa6\x63\x21\ \xa7\xca\x59\x2c\x17\x23\xfe\x90\x5b\x6d\x35\x9a\xcc\x4e\x93\xc6\ \x64\xb2\x9a\x81\x2e\x73\xc7\xb2\x27\x5e\x39\xf7\xf9\xdf\xff\xf3\ \xdd\xe9\xd9\x74\xf1\x8d\x63\x6f\xbe\x7e\x74\xfa\x68\xd0\x9b\x8e\ \x04\x22\x09\x9b\xc1\xef\x34\x5a\x35\x2a\x95\xcd\xa0\x51\x4b\x65\ \x5a\x8d\x41\x6d\x70\xc3\x1d\x56\xad\xd3\x6b\xd7\xf8\x4d\x2a\xb5\ \x27\xa8\x51\xab\x35\x26\xe4\x09\x35\xc1\x44\xd1\x6c\x73\x06\x93\ \x76\x93\xc1\x53\x08\x9a\x82\xe9\xd7\xff\xf8\xa7\x97\xbe\xfc\xea\ \x1f\x7f\xff\xe6\x87\x8f\xee\x3d\xb8\xfa\xe4\x0f\x8f\x37\xdf\x2c\ \x97\x83\x56\x95\x5a\x1c\x78\x6d\xb1\xbe\x6e\x91\xc4\x2f\xd5\x44\ \xae\x3c\x90\x07\x85\xd4\x4e\x20\xe0\x28\x02\x1a\xa6\x8d\x40\x24\ \x31\x2d\x3e\x78\xcd\x45\x24\x0a\x0d\x0c\x00\xf1\x49\xa6\x8d\x34\ \xa8\x48\xf5\x8c\x7f\x73\xa9\x75\x04\xe9\x14\x8d\xa0\xe0\x8c\x0d\ \x01\x6b\x61\xdb\xba\x89\x83\xfd\xdd\x6d\x58\x72\x77\x7f\x1b\x01\ \x8f\x6b\x19\x1c\x6c\x1b\x19\xeb\xee\xfe\x6a\x94\x38\xd6\xdb\x4a\ \x26\x51\xb0\xa4\x96\xc1\xde\xce\x53\xf3\x68\xca\xfd\xe2\x85\x85\ \xf3\xe7\x37\xf6\xd7\xe6\xcf\xef\xee\x82\x15\x44\x6d\xfc\x16\xf6\ \xd7\x36\x56\x97\x57\x57\x77\x77\x77\x57\xd7\xf6\xf7\x6b\xb7\xee\ \x55\xc3\x35\xcc\xd8\x99\xb5\x9b\x37\xf7\x09\x0b\xfb\xe0\x17\x7f\ \x76\xfc\xf6\x9f\x5f\xed\x2d\xfe\xf9\x41\xe7\xc2\xcd\xfd\x85\x0b\ \xff\xb7\xe8\xf1\xad\xaf\xf6\xbe\xfa\xfc\xdb\x07\x37\xae\xdf\xb9\ \xf1\xf1\xd5\x2b\x8f\x17\xd7\xef\xdd\xd8\xbb\xda\xac\x7d\xf6\x74\ \x6b\xf1\xe3\xdb\x4f\xae\x2e\x5e\x5d\xbc\xbb\xb8\x8d\x1a\xae\xe4\ \x5d\x60\x0a\x74\x4c\x70\x81\x14\x81\x84\x86\x65\x62\xf1\x80\x85\ \x24\x22\x19\xdb\x8a\x6b\xc3\xb4\xf4\x13\x30\x58\xc0\xc2\xde\xb6\ \x19\xa9\x59\xaa\x32\xa9\x78\x74\x21\xa3\x87\x2e\x14\xd2\xa9\x7a\ \x25\x97\x2e\x93\xa3\x72\xe2\x9e\x3e\xd4\x63\xe6\x00\x6a\x8e\xc5\ \x3e\x78\x08\x70\xab\xab\x83\x2d\x34\xbc\x07\x27\x6b\xed\xf1\x9b\ \x00\x56\x5d\xbf\xfb\xaf\x03\x07\xbb\xc0\xf4\x51\x07\xba\xd8\x5d\ \x07\x51\x62\x74\x5f\x1f\xea\xfc\xd1\xc1\x86\x9f\xed\x61\xf3\x50\ \xcf\xbf\x1e\x54\x99\xcc\x10\x8b\xa5\xa1\xa9\xdf\x9c\xfb\xc7\xf5\ \xdb\xb7\x9a\xc3\xa7\x1e\x68\xff\x76\xe8\x95\x14\x9d\x2b\xe3\xf3\ \xf9\x62\x6a\x07\x9d\xcd\xe0\x4a\x65\x4a\x99\xb1\xa0\x96\x4b\xd5\ \x62\xbf\x26\xf6\xd3\xf7\xef\xef\x9c\xa3\xcb\xf8\xb2\xab\x4b\xa5\ \x1a\x81\xd8\xcb\xec\x3e\xfb\xa6\x54\xa9\x57\xc9\xfc\x99\x47\x82\ \x6f\x31\xed\x97\xff\x0f\x76\xb1\xb4\xd2\x44\x99\x5e\x96\x6a\xbd\ \x84\x3a\xc5\x80\x3c\x2d\x21\x33\xb7\x5e\x2f\xf9\x9a\x5b\x5b\xb5\ \x6a\x2d\x5f\x5a\xdf\x2e\xc5\x1d\xdb\x4b\xb5\x7c\x66\xb3\xb6\xae\ \x90\x54\x1d\x8e\xf0\x7a\xbe\xba\x54\xcd\x57\x1b\x4b\xd5\x5a\x3c\ \xe3\x0b\x97\x32\x12\x10\x2d\x78\x84\xa5\x26\x11\x49\xc2\x79\x47\ \xa6\xb1\x03\xf2\x27\x68\x6d\xc3\x50\x80\x4f\xb6\xb6\x76\x4a\xa8\ \x54\x22\xdf\x00\x6a\x2b\xa1\xe9\xfb\xcc\xd2\x66\xa9\x54\x8d\xaf\ \xfb\xc0\x4d\xae\xa0\xbc\xc2\xcd\xfa\x0e\x6c\x7e\x25\xac\x10\xe9\ \x1a\xa5\x78\xb8\x59\xcf\x6c\x36\x5d\x99\x78\xd5\xa7\x13\x84\x6b\ \xb5\x3a\x58\xcd\x4c\x5c\x01\xdb\x6c\xae\x37\x4b\xa8\x23\x4c\xfe\ \xee\xdd\x9d\x66\xbd\xde\x6c\xde\x6d\x6e\x35\x1a\x68\x0a\xab\x56\ \xdf\x6a\xd4\x9a\xf5\x6a\x69\xa9\x5a\x15\x60\x08\x84\x91\xb1\xc9\ \x53\xf3\x30\xc2\x9d\x1a\xee\x1f\xde\xf8\xf9\x5f\x97\x89\xf9\xcd\ \xea\xa5\x25\xd4\x7b\x7e\xc9\xe7\x73\x64\x58\x34\x5d\x5e\xe1\x72\ \xa1\xe0\x30\x81\xc2\x12\xce\xe7\xe1\x4d\x57\xad\xe7\x45\x12\x97\ \xc3\xc2\x62\x39\x24\xa8\xa5\x64\x06\xc4\x79\x45\xc2\x44\x79\xd0\ \x02\x91\x00\xcb\x72\xb1\x48\x58\x8e\x8e\x46\xc0\xd3\x38\x34\x12\ \x11\x95\x1a\x3e\x2f\xc8\xc3\x11\x28\x2f\x18\x94\x30\xe0\x77\x30\ \xa8\x5c\xae\xd6\x68\xb5\x1a\x82\x56\x3f\x58\x1b\x55\x20\x61\xf7\ \x87\x9c\x1e\xaf\x55\x2d\xe3\xb2\x83\x51\x33\xf8\x3f\x30\x81\x66\ \xa3\xc7\xe0\x71\x26\x52\x6e\x2f\x28\x96\xdb\x6e\x57\x1b\xac\xfe\ \x54\xd0\x93\xb3\xc6\xd2\xce\xc4\xf8\x73\x3c\x0a\xa5\x63\xc1\xc4\ \x3b\xe5\x50\x68\x22\x9b\x2c\x06\xa3\xd9\x40\x71\xd4\x96\x48\xcc\ \x94\x01\xc4\x0a\xb9\xd9\xf2\xeb\x47\x23\x85\xa3\xc7\xa7\x72\xb3\ \x95\x09\xd0\x9f\xf4\x68\x2e\x19\x81\xc7\x27\xfc\x29\x80\xa9\xd1\ \x89\x4a\x65\x3c\x97\x1a\xcd\x8d\x17\x53\xe5\x74\x34\x9a\xc8\x25\ \xb2\x9e\x40\xa4\x32\x3d\x1e\x8a\x38\x8d\xa9\x54\xd6\x96\xcc\x8e\ \x07\xac\xb6\x68\x40\x03\x84\xe5\x31\x18\x13\x1a\xa3\x4a\xa6\x35\ \x29\x55\x32\xa5\x46\xa8\xd6\x8a\xe5\x32\x99\x4a\xaa\xa4\xf2\xb9\ \xec\x2e\x1e\x9f\xcf\xe6\xb3\x9f\xcf\x73\x83\xa0\xe5\xac\x20\xbe\ \x56\xbf\x2d\x12\x4a\x9b\xc5\xde\x6c\x32\x02\xf2\x14\x2a\x7b\x4d\ \x1e\xaf\xc7\xeb\x4f\x46\xfd\x39\xbb\xdb\x19\x8c\x04\xdc\x11\xef\ \xb8\xdb\x0e\xbb\x3d\x3a\x9e\x73\xcb\x34\x5e\x30\x9e\x72\x8d\xd3\ \xea\x0d\xa6\x72\xe9\x72\x20\x94\x4e\xa0\x72\x2c\x7f\xf6\xcd\x97\ \xde\x78\xf9\xc4\xcb\x7f\xfc\xf3\x07\xaf\xfe\xa1\x72\x72\x7a\xfc\ \xcd\x23\x27\x4f\xe4\x82\xc0\x61\x5e\x93\xd9\x10\x70\xeb\xad\x36\ \xb3\xc1\xa4\xd6\x8b\x41\x44\xf9\x5a\x8d\x56\x66\x36\xab\xe5\x6a\ \x7d\x24\xa2\x0d\x82\x68\xb9\x43\x51\x9b\x01\x00\xcb\x6a\xd7\xb8\ \x6d\x21\xff\x68\xb9\x32\x3d\x53\x9c\x3a\xfa\xee\x89\x13\xff\xfc\ \xe4\x8b\x1b\xbf\xfd\xfc\xfa\xf5\x73\xd7\xbf\xfb\xe6\xd6\xad\xbd\ \xaf\xff\xfe\xc1\xb9\xd7\xae\xbd\xa9\xa6\x76\x1c\xa0\xab\x7f\xb5\ \xb5\x7d\x09\x86\x1f\x0e\xab\x71\xed\xcb\x2a\x9c\xc8\x0a\x1d\x0e\ \xdb\xd6\x82\xa5\xa0\x54\x51\x32\xb1\xd5\x61\x21\xb1\x74\xd5\xb0\ \x83\x0c\x2f\x2b\x8b\x08\x9c\x9d\x69\x25\x8e\x48\x8c\x1d\x89\x3f\ \x3d\x16\x75\xe3\x7a\xdb\x28\x16\x66\x0b\x51\xe2\x72\xe5\x59\x40\ \x56\xdd\x2d\x78\xd4\x08\xb9\x97\x88\xeb\xec\x1e\x1a\xea\x6c\xef\ \x1c\x1e\x6c\xeb\xdd\x7b\x83\xd8\x4b\x24\xb2\x7c\x9c\xb1\x11\x0e\ \xeb\xd4\xdc\xe4\xa9\x33\x0b\xe7\xe7\xce\x5f\x5c\x78\x5e\x83\xb5\ \x00\x2a\x75\x71\x61\x61\x63\x6d\x0d\x44\x6b\x75\x6d\x63\x6d\x77\ \x79\x79\x17\xd4\x69\x7f\x79\xfd\xea\x95\x6d\x5d\xef\xd9\x8b\x6b\ \xfb\x37\x6f\x5e\x3e\xfb\x68\x63\xf5\xd9\xcd\xf9\xf7\xdf\xfb\x30\ \x8f\xff\xcf\x2b\xa7\x1f\xed\x5f\xb8\x70\xe1\x5f\x82\x7b\x9f\x9c\ \xbb\xf3\xf5\xb5\xcf\xcf\xdd\xba\xf6\xf5\xed\x7b\x9f\x5e\x7d\xf2\ \xf4\xd2\xfd\x7b\x57\x24\xf9\xad\xab\x97\xee\x6e\x7d\x76\xef\xca\ \x67\x97\x1e\x2e\x2e\xae\x37\x9a\x71\x5f\xd8\x61\xd1\xf9\x48\x02\ \x22\x81\x82\xe5\xd0\x14\x14\x3c\x13\xdb\x8a\x01\xc2\x22\x93\x09\ \xb8\xb6\xee\xd6\x96\x96\x76\x1c\xca\x7c\x1e\xbb\xa2\x55\x02\xb9\ \x98\xf4\x6c\x1e\x9d\x8d\xc2\xbd\x06\xc4\x4a\x19\x9d\xc1\xe6\xb1\ \x91\xa7\xeb\x3b\xd8\x73\x60\x00\x20\xab\xe3\xc0\xc0\xa1\x83\x7d\ \x5d\x5d\x6c\x46\x47\x5f\xd6\x82\x11\xec\x3c\xf9\xe8\x07\xdb\xa1\ \x81\x81\x81\x17\xd1\xfa\x1c\x94\x40\x71\xa0\x0b\x5d\x57\xec\x3b\ \x70\x08\x9c\xe1\xef\x0e\x75\x71\xb9\x8c\x2e\x54\x2e\xda\x81\xe6\ \xb1\xfa\x40\xb2\x64\x72\x69\xd0\x7f\xfc\x37\xef\x7d\xf1\xf5\xc7\ \x8e\xd3\xb8\xf7\xf9\x7f\xd3\x9c\x53\x76\x30\x78\x5c\xb9\x14\xac\ \x27\xb7\x83\xc1\x47\x45\x0d\x46\x9b\x90\xcf\xd7\x9a\xdc\xf6\x97\ \x1e\xff\xf6\x9f\xf9\xb7\xa9\x6c\x46\xfa\xe1\x93\xa6\x43\xa4\x6b\ \xff\xb1\xfd\x4c\x81\xaf\x12\xab\xa5\x95\x36\xf8\x93\x4d\x8e\xed\ \xfe\x7b\x6c\x73\x7b\x6b\x05\x4c\xd4\x4e\xbd\x51\xdf\xac\xb9\x36\ \xeb\xd5\xad\x86\xa3\xd1\x44\x3a\x14\x0f\x97\x36\x9b\xeb\x9b\xb5\ \x6a\xb3\x0a\xaa\x05\xca\x55\x2f\x2d\x01\x14\xb9\xf2\x99\x46\x6d\ \xe5\x61\xb5\x7e\x37\x9e\x07\xc5\xa8\xd5\x4a\xa8\x13\x8c\x05\xfe\ \x4c\x61\xd4\xef\x21\xae\xa8\x85\x69\x44\xa6\x63\xa5\x56\x5f\xd9\ \xf6\xe9\x1c\x22\xe0\x51\x5f\xb3\xd1\x5c\x6f\xd4\x77\xd0\x1f\xb4\ \xde\x68\x6c\xdd\xaf\xd7\xd7\x9b\x0f\xb7\x97\xb6\xaa\x4b\x5b\x4b\ \x0d\x07\x8d\x23\xc2\x12\xc0\x55\xf7\xb7\x73\xaa\xcd\x12\xbc\x6d\ \xee\x2c\xfd\xb8\xbe\xf4\x70\x09\x36\x5c\x42\x51\x25\xdb\x4b\x99\ \x78\xa9\xb1\x55\x6b\x84\x37\x37\x57\xea\x9b\x3b\x3f\xde\xbd\x7f\ \x77\x65\x7b\xfb\x53\xb0\xb2\x97\x7e\x5c\x59\xda\xdc\xde\x59\xd9\ \x5c\xa9\x35\x57\x9a\x8d\x4d\xf8\xcd\x3b\x9f\x36\x33\x0e\xc0\xe0\ \xe1\xd3\x68\x25\xe1\xe9\x33\x67\x0e\xf7\x0f\x2f\xff\xfc\x3f\x6e\ \x92\x32\xcd\xad\xcd\x66\x35\xee\x0a\x67\x50\xff\x76\x89\x42\x92\ \x01\xdf\x87\xd2\x0e\x05\xf0\x06\x04\xd8\x68\x96\x7c\x96\x78\x55\ \x01\x0a\xec\x12\x38\x5c\x3a\x30\x86\x71\x89\x43\xc2\xa4\x90\x39\ \x16\x85\x20\xac\xa3\xb1\x24\x34\x26\x8d\x46\x22\x91\x30\x18\x12\ \x8e\x40\xc0\x93\x08\x1c\x0a\x13\xdb\x4e\x01\x83\x40\x7a\xc1\x44\ \xd7\xab\xf4\xec\x2e\x29\x9b\xab\x95\xdb\xec\x26\x93\x37\x1a\xb1\ \x5a\x9d\x69\xb3\xcd\x66\x35\x59\x03\x26\x19\x15\x86\x31\x77\x42\ \x2d\xd4\xdb\x0d\x46\xbd\xd9\xa6\xb1\x27\x42\x81\x82\x5b\xa9\x35\ \xaa\x03\x41\xb7\xc7\xed\x2d\x16\x4c\x5e\x4f\x31\x18\x10\x5b\x03\ \xa9\x58\x28\x9a\x4a\x05\x01\x5f\x12\x68\x79\x70\xe2\x78\x6e\x3a\ \x67\x34\x46\x63\xd1\xac\x3b\x5d\xb0\xe7\xa6\x0b\x13\xd9\x4a\x24\ \x96\x9d\x1a\x7f\xe7\x64\x3a\x1d\x32\xcd\x00\xe6\xf8\xd3\x95\x00\ \xf8\xbe\x58\xa2\x90\x2c\xa6\xa2\xfe\x48\xb4\x32\x1a\x0d\x94\x67\ \x27\xd2\xe9\xd1\x74\x21\x17\x48\x45\xec\x76\x6d\x64\xa2\x68\xb7\ \x86\x72\xce\x68\x30\x1b\xc8\x8d\xc6\xac\x56\x77\x0a\x9d\xfa\xc0\ \x47\x1a\x9b\x51\xab\x32\xaa\xb4\x6a\xa5\x5e\x29\x96\x8b\xa5\x4a\ \xb1\x46\x26\xa6\xaa\x84\x7c\x3a\x97\x2e\xe5\x51\x19\x32\xb7\x4d\ \x6f\x56\xd9\xdd\x09\x7f\x20\xe2\xd5\x7a\x8d\xd1\x94\x3b\xe1\x35\ \x16\x13\xc5\x58\xc8\x13\x89\x44\x43\x09\x4f\x22\x96\x75\xda\x72\ \x13\x81\x54\xc8\x1e\x8c\xa4\x0a\xe5\x68\x28\x9b\x4a\x83\xf1\x4c\ \x44\xfc\x1e\x2b\xb8\xe0\x1c\x68\x55\x22\x99\x4a\x66\xb3\x13\x09\ \x6f\xba\x50\x2c\x96\x83\xc5\xd1\x5f\xbf\xf9\xe6\xb1\x5f\xfc\x71\ \x62\xf6\xe8\x5b\x7f\x7a\xf9\xad\xa9\xe9\xe3\xc7\xdf\x9a\x39\x99\ \xb4\xdb\x22\x66\x83\xd5\x14\x34\x69\x95\x4a\xbd\x41\xa5\xd6\xcb\ \xe5\x3c\xa5\xd8\x9b\x12\xcb\xad\x7c\xbe\xd4\xea\x71\x2a\x03\xe6\ \x84\xd7\x1b\x34\xaa\x35\xfe\xb4\x13\xe8\x6d\xa2\x6c\x04\x06\x4d\ \x1c\x3f\x3a\x31\xfb\x8b\x0f\x1f\xff\xe1\xfd\x4f\x3e\x59\x79\xf0\ \xe0\xfd\x7f\xfc\xf5\xaf\xbf\x7f\xed\x1f\xef\xff\xfa\xc8\xf4\x2f\ \xa7\xa6\x4d\x0c\x71\x6c\xe6\x8f\xf7\x24\xcc\xcc\xd5\xc5\x30\xb3\ \x2e\x60\xd5\x1a\x0e\x49\x1b\x87\x84\xa1\x10\x5b\xba\xc9\x04\x4a\ \x6b\x77\x4b\x27\x16\x23\x20\xb3\x30\xad\xba\x66\x9e\x45\xe6\x08\ \x28\x04\x26\x05\xab\xa0\x75\xe2\x87\x27\x9b\x7a\x5e\xe1\xce\x95\ \x1a\xa5\x85\x60\x61\x32\xc9\xc4\xcd\xf8\xca\x0e\xb9\xb3\x73\xb0\ \xb3\xa5\x95\x80\x6f\xeb\xc7\x74\x8e\x8c\x0c\x0f\xb5\xf4\x0e\x75\ \xf7\x4f\xb6\x13\xc8\x8a\xa7\x1c\x16\x87\x80\x3b\x3c\x79\x6a\x18\ \x3f\x36\x7f\x76\x61\xf9\xcc\xfc\x99\x8b\x17\x2f\xae\x5d\xd8\xd8\ \x5d\x43\x3e\x70\x63\x6d\x63\x7f\x77\xf5\xe2\xc5\xe5\x35\xf0\x83\ \xab\xcb\x1b\xbb\xfb\x8f\x36\x76\x37\x96\x69\x82\x1d\xdd\xf9\xee\ \xb3\x0b\x40\x60\xfb\x73\x6b\xbb\x1b\xcf\x6e\x6e\x30\xff\xfc\x15\ \x6e\xfe\xd5\x2b\xf3\x6b\xcb\xf3\x87\x5b\x1e\x49\xbe\xbb\xfe\xe5\ \xb5\x3b\x5f\x7f\xf2\xcd\x77\xb7\xae\x7f\x73\xe7\xf1\xe3\xc5\x2d\ \xcb\x93\xef\x6b\xad\x8a\xfb\x4f\x9f\x3e\x79\xf2\xe0\xf1\xce\xe2\ \xd3\xad\x87\xeb\xf5\xf5\xa5\xb8\xc5\xc7\x71\xf9\x1c\x34\x16\x99\ \x24\xc0\x90\xf0\x14\x2c\x16\xdb\xda\x0a\x78\x45\xa1\x91\x08\x6d\ \x2d\xad\x64\x64\x07\xb1\xa0\x5c\xb8\x8a\xc6\xae\x55\x8b\x65\x1a\ \x29\x0f\x04\xa6\x87\x31\xd0\x27\x14\x4a\x79\xec\x0e\x3e\x58\xb3\ \xe7\x92\xd3\x77\x10\xa9\x50\x5f\xdf\x21\xd4\x42\x1b\xee\x39\xf8\ \x47\x42\x6d\xe7\xe9\xde\x8d\x4b\xdf\xf2\x19\xa8\x65\x1f\xca\x9c\ \x78\xb1\xaf\x03\xd5\x6a\x75\x1c\x38\x74\xe0\x00\xb5\x0b\x45\x19\ \x0a\xbb\x7a\x7a\xb8\xa8\x59\x3b\x95\x3d\x00\x9f\x60\xb0\x53\x9b\ \x8b\xe3\xd3\xef\xbe\xff\xe1\x3f\x7e\x68\x3b\x5f\x7b\x6b\xe0\x2f\ \x47\x8e\xc1\x18\xc8\x47\x0b\x73\xe8\x5c\x6e\x1f\x95\xcf\x66\x28\ \x35\x5e\x29\x5b\xc5\x13\x5b\xe5\xde\x7f\xbc\xf6\x9b\x9f\x96\xec\ \x54\xfa\xa1\x0f\xd6\x9f\xae\x67\x98\x4c\xce\xd7\xfd\xa7\xd3\x5a\ \x95\x52\x65\xf8\xfa\x4c\x3b\x6d\x75\x7f\x79\x79\xff\x91\x6f\x67\ \xa5\xde\xac\xaf\x6c\x82\xf8\x6c\x57\xc3\x4b\x55\xd0\x06\x40\x1e\ \xf0\x83\xf1\x52\x75\x73\x1b\x4d\xc1\xfb\x6a\x28\x60\xb0\xbe\x92\ \xcf\x34\x97\x6a\x20\x58\xb5\x3a\x6a\x41\xe3\xaa\x66\x2c\xbe\x66\ \xbc\xd4\x6c\x94\x2c\x19\x47\xa9\xee\x13\x08\x5c\x2e\x87\xc3\xe1\ \xb2\x28\x00\xc7\x74\x0e\x97\xc4\x91\x09\xbb\x5c\xe1\x5a\xc6\xa7\ \xab\xf9\x9a\xa5\x78\xd5\xd5\xa8\x82\x9e\x65\xaa\x5b\xf9\xbb\x4b\ \xcd\xa5\xe6\xce\x4a\x09\xbc\xe6\x7a\x73\xc9\x22\x60\x71\x70\xbd\ \x43\x2d\x23\x63\x2d\xac\xa5\x9d\xf5\xed\xe6\xce\x0e\x38\xd1\x7a\ \x0d\xa4\xab\x01\x4a\x29\x29\xc1\x1e\xc5\xe3\xb0\x8f\xf5\xa5\x5a\ \xb3\x56\x5d\x59\x69\xae\xac\x6c\x5e\xda\xdc\x6c\xe4\xb7\x6a\xa5\ \xa5\x46\x66\x7b\xeb\x47\x78\x48\xf3\xfe\x7a\x73\xfb\xee\x62\x73\ \xfd\xc7\x4f\x37\x77\x76\x32\x58\x0a\xb3\x7f\xfe\xec\xe1\x31\xc4\ \x58\xa7\x7b\xbb\x97\x7f\xfe\x7f\xff\x85\xc9\xd7\x17\xd7\x5d\x99\ \xba\xab\x0a\x96\xd0\xe5\xd2\x31\x99\x25\xf0\xaf\x8d\xb0\x03\xcd\ \x62\x39\x4a\x22\x41\x35\xe3\x52\x38\x6a\x25\x8b\xc0\x95\x71\xb8\ \xc2\x0e\x00\x2f\x87\x45\xe1\xd0\x89\x44\x0e\x47\x5e\xc7\x74\x49\ \x38\x4c\x1a\xc5\x22\x20\x51\x88\x78\x32\x87\x05\x9c\x4d\x64\xa2\ \xaa\x61\x02\xaa\x1f\xe6\x90\x5f\x50\x73\x79\x7c\x83\x54\xcb\xbf\ \x80\x4b\xd0\x00\x00\x20\x00\x49\x44\x41\x54\x96\xf2\xe5\x06\xa3\ \x35\x60\xb0\x39\x53\x41\xa3\x3d\xe0\xf6\xa4\x62\x36\xa7\x57\x23\ \xe3\x09\x95\x7c\x59\xc0\x66\x94\x9a\xb5\x4a\xbf\xd4\x63\x74\x7b\ \x23\x33\xa9\x68\xc0\x64\xb3\x69\x12\x51\x3f\x10\xc3\xa8\x2d\x1d\ \x88\x7a\x62\x4e\xb0\x8b\x95\xac\xa7\x90\xf5\x8f\x9e\x4c\xa6\xa3\ \xa9\x88\x07\x48\xc9\x6f\x32\xfb\xed\x91\xd8\xf4\xb1\x98\xbf\x5c\ \x29\x94\xcb\x27\x2b\xa1\xd8\xf8\xec\xcc\x44\x21\x99\x8b\x84\x0a\ \xde\x72\x25\x18\xad\x64\xad\x89\x5c\xba\x52\xce\x45\xcb\x95\xca\ \x68\x61\x62\x26\x9b\x2b\x57\xd2\x95\x89\xf1\x72\xc0\xeb\x4f\x17\ \x9d\x5a\x8d\xd3\x53\x99\x8d\xe5\x50\x45\x67\x0a\xfe\xa5\xa7\xd3\ \x20\x56\x76\x7f\xd4\xea\x8e\xba\x35\x06\x0f\x98\x46\xad\x1e\x7e\ \x4a\x29\x13\x9a\xf9\x6a\x50\x2c\xbd\x4c\xae\x16\xf2\xf8\x68\xb5\ \xa1\xdc\x68\xb6\x7b\xf5\x1a\xab\xdf\xef\x2f\x07\xfc\x5e\x7f\x31\ \x14\xf1\x07\xc1\x0a\xc6\x0a\x21\x83\xdd\xe3\x4f\x07\xed\xa1\x48\ \xaa\x12\x2b\xa6\x8a\x39\x93\x3f\x97\xcb\x25\x53\x91\x9c\x7b\x3c\ \x17\x48\x47\xd3\xc1\x80\x3b\x96\x82\xdd\x09\x96\x73\xc7\xd2\xde\ \x54\x7a\x3c\x15\x9b\x1e\x8f\x8d\xa6\x52\xc5\x89\x99\x77\x46\x8f\ \xfc\xe7\xfb\xb7\xcf\x1d\x7b\x2b\xfb\xc6\x89\xf7\x3f\x7a\xfd\xed\ \x93\xe5\x89\xa2\x3f\xe2\x09\x05\xec\x7a\x9b\x53\x0b\x16\x5b\x6b\ \x34\x0b\xf5\x2a\xb9\x5e\xa3\x76\x8a\x95\x46\x31\x5f\xa6\xb6\x6b\ \x0c\x2a\x8f\xcd\xaf\x35\x98\x65\x74\xa9\xc7\x6d\xb7\x39\x8f\xfe\ \xf3\xd8\x78\xe4\xe8\x27\x31\xcf\xaf\x8e\x59\x53\xa6\xc2\x2f\xbf\ \xcf\x7c\xbc\xfe\x8b\xc2\xb5\xd7\x66\xca\x47\x93\xde\x00\x38\x44\ \x40\x08\xed\xd1\xc7\x4f\x36\x69\xbd\x2d\x1c\x56\x46\xc4\x12\xad\ \x5c\x89\xd3\xb0\x44\xd0\x1f\x4e\x7b\x37\x41\x42\x6e\x6b\xed\x6f\ \xc1\xe2\x30\xe4\xd6\x76\x22\x86\x04\x34\x8d\x27\x90\x29\x14\x02\ \x01\x4b\x03\x4a\x69\x45\x8b\x6b\x16\x65\x1d\xca\x63\x3f\xe9\x7a\ \x39\xd8\x36\x51\x18\xab\xdb\x7e\xba\x4d\x22\x74\xb7\x77\x8e\x0d\ \x0f\xb7\xb7\xb4\x74\xb7\x0f\x4f\xce\xf5\x76\xf7\x0e\xf7\xb6\x75\ \xf6\x76\x92\x97\x7c\xf9\xf8\xdc\xdc\xdc\xd0\xd0\xe5\xb3\x43\x83\ \xf3\x17\x56\x57\x17\x2e\x2c\x5c\x58\x5d\xbe\x70\x71\x6d\x77\x6d\ \xf9\x02\x88\xd5\xc6\xea\xa3\xd5\xdd\x47\x17\x57\x41\xa9\x16\xd0\ \xcc\xfb\xea\xa3\xdd\x47\xbb\xfb\x67\xf1\x78\xec\xf9\x91\x21\x50\ \xb1\x9b\x3f\xaf\x2e\x3f\xdb\xdf\xdf\xbf\xb9\xfe\xd5\xe2\xe9\xd5\ \x0f\xae\x1c\x3e\x35\xd4\x8b\x75\xcd\xaf\x5c\xb9\xf6\xf7\xef\x6f\ \x7d\xfd\xfd\xed\xef\xbf\xba\x7d\x07\x0c\xe1\xa6\x6e\x72\xf1\xdb\ \x0c\xb9\xfa\xf4\xa7\x4f\x3f\x7d\xf2\xd3\x95\xc5\x4f\x17\x9b\x4b\ \x4b\xa5\xaa\xcf\x82\xce\x40\x8b\x8e\xa3\x40\x65\x84\x44\x78\x12\ \x34\x32\x0e\x8b\x21\x91\x60\x4c\x25\xc2\x11\x8b\x21\xb4\xa1\x8c\ \xea\xce\xa1\x07\x66\x9b\x55\x6b\x10\x4a\x65\x52\x30\x60\xec\x81\ \x0e\x6a\x17\x97\x2a\x16\x0a\x65\x1d\x3c\x6e\x17\x95\xdd\x83\x90\ \xab\x67\x00\x64\xeb\x40\xdf\x00\x60\x16\x98\xc3\x43\xaf\xd0\x9e\ \x7c\x75\xe5\xc1\x36\x47\x10\x1b\x60\x0f\x1c\x38\x70\xa0\xaf\x03\ \x05\x81\xf5\xf4\x30\x50\x07\x40\x90\x2d\x34\xd5\x45\xe7\x77\x51\ \xb9\xa0\x72\x3d\x0c\x36\x7f\x80\xcf\xe0\x89\x51\x0a\x6e\x71\x6a\ \xfc\xc4\xab\x6f\x7f\x74\x7f\x64\xee\xaa\xf3\x20\xfb\x5b\xbb\x50\ \x26\xe7\xb2\x51\xab\x36\x3e\xbb\x83\x2b\xa6\xf3\x54\x56\x03\x5b\ \x2c\x16\xca\xb4\xda\x23\x5f\x55\x5e\x6d\xde\x90\x73\x79\xf2\x7b\ \x8b\x55\x05\x99\xd8\x56\xbf\xbf\x4a\x88\x58\xf5\x7a\x8d\xb1\xba\ \xf1\xc9\xbb\x4f\x68\x97\x77\x37\x6e\x3e\xf2\x01\x9c\xac\x37\xe3\ \x79\x30\x81\xbe\xf8\x76\x23\x93\xc9\x20\x6d\xca\x57\x7d\xa8\x5b\ \x43\x33\xbf\x55\x77\xc5\xf3\x5b\xcd\x3c\x28\xc6\x52\xa9\x84\xda\ \xcd\xe4\xf3\x99\x8c\xaf\x64\x89\x5b\x1c\xa0\x49\x3e\x8b\x08\x38\ \xa4\x16\x06\xd5\x71\xe8\x90\x7d\x13\x49\x68\x0a\x85\x2e\xec\x10\ \x48\x24\x80\x2d\x2e\x4b\xd8\x95\x09\x3b\x1c\x82\x12\xfc\xc6\xaa\ \xc4\x57\x0b\x83\x27\x8c\x03\xba\x38\x2c\x3e\x09\x2b\x5e\xcb\xfb\ \x7c\x25\xf8\xad\x19\x57\xdc\x12\xce\xc4\x01\x6f\xe2\xd5\x70\xa6\ \x5e\xaa\xd7\x1a\xeb\xcd\x1a\xe8\xa0\x6b\x25\x0f\xee\x30\x9c\x09\ \x67\x1a\xae\x70\x63\xbd\x5a\x8a\x67\x1a\xcd\xcc\x7a\x7e\x25\x03\ \xc0\x57\x5f\x02\x71\x6c\x80\xaa\x55\xb7\xeb\xeb\x3f\x3e\x04\xdf\ \x79\xf7\xd2\x25\xe0\xac\xf5\xcd\x4b\x92\x4e\x1c\xa5\xf7\xec\x19\ \xd0\xab\x33\xa7\x4f\x9d\xea\x1f\x5e\xfd\xf9\xff\xf9\x19\x17\xde\ \x5e\xaa\xbb\x1c\xbe\xbc\x0f\x36\x95\xd9\x8a\x33\x59\xae\xb8\x82\ \xc6\xd1\xe9\x24\x4c\x85\xcb\x17\x8e\x63\xe2\x25\x05\xb8\x41\x85\ \xa0\xe4\x70\xb0\xc2\xe0\x71\x05\x8a\xbc\x4f\xc0\xd2\x29\x58\x92\ \xb0\x4e\x24\x11\x48\x50\x9c\x17\x2a\x92\x67\x0a\x58\x24\x0a\x85\ \x46\x26\x11\x29\x24\x0c\x0d\x75\x1f\x21\x13\x29\x2f\xf0\xc4\x5c\ \xbd\x81\xce\xe8\x92\xf7\x48\xcd\x6a\x9b\xc6\xeb\x37\x7a\xfc\xfe\ \x84\xd5\x68\xf5\xf8\x9d\x6e\xab\x98\x27\xd7\x48\xd5\x2a\xb0\x39\ \x1a\xbd\xde\x0a\x27\x7d\xd4\x68\x8e\x78\xf4\xfe\x90\xc1\x99\xb0\ \x07\x02\x36\xbf\x29\x9a\xca\x01\xc3\x84\x02\x29\xab\x3f\x9a\x4b\ \xa0\xfe\xc3\xd1\xc4\x44\xc1\x1b\x2c\x44\x42\x09\x7f\x28\xea\x09\ \x06\xa3\xd6\x5c\x36\x9b\xcc\x4d\x14\xdf\x01\xb2\x29\x1e\x9d\x1e\ \x4d\x9c\xcc\x8d\x27\x8b\xe9\x42\xcc\x1f\xf2\x56\x66\x3d\xb1\x72\ \xa1\x72\x24\x75\xfc\xf8\x78\x79\x2a\xfb\x46\xb6\x10\x4b\x04\x27\ \x02\xe9\x29\x27\xa8\x62\x36\x9b\x9a\x0a\xa5\xd3\xb9\x72\xa0\x32\ \x1d\x4c\x15\x13\xa0\x52\x1e\x77\xac\x10\xf4\xda\x4d\x81\x14\xf0\ \x5d\xc8\x69\x34\xbb\x35\x41\xb7\x49\x6c\x92\xaa\xcd\x6a\xa5\x5a\ \xac\x36\x48\xe5\x32\x9e\x9a\xcf\x93\xf3\xe9\xf4\x03\x32\xb7\xd8\ \x89\x12\x80\x8c\x41\x4f\x22\x10\x04\x76\x8f\xda\x23\xce\x4a\xd2\ \xee\xcc\xf9\xfd\xc8\x5f\x16\x83\xc1\x90\x33\x55\xc8\xa5\x8a\xe0\ \x58\xb3\xd1\x40\x24\x1a\x03\x35\x8c\x86\x42\xc1\x10\x18\xd2\xa8\ \x1f\xa5\xa9\x86\x12\xc5\xa9\x48\x61\x74\x7c\x74\x76\x22\x3b\x7e\ \x62\x7c\x3a\x1b\x2b\x4c\xfd\xfe\xf7\xaf\xfe\xe9\xfd\x3f\x4d\x1c\ \x3b\x36\x35\x71\x7c\xfa\xcd\xdf\x1e\x9b\x9e\x0e\xd8\x0d\x60\x1d\ \x55\x72\xa5\xdc\xa0\x51\xeb\xa5\x56\xb3\x46\xad\x14\x4a\xf5\xe8\ \x83\x41\x29\x14\x8b\xa5\x7a\xb1\xd1\xa4\xb6\xa2\x50\x55\xb1\xd9\ \xee\xd4\x52\xf5\xe6\x63\xb1\x77\xcd\x27\x2a\xe3\xc6\xbf\x1e\x2b\ \xbc\x7c\x32\x7b\x24\xe7\x7d\xf5\x81\xdd\xfb\xfe\x5b\x29\x67\x4e\ \xce\x87\x53\xa3\x87\x1e\xfb\xe5\xd5\x12\x46\x24\xaa\x6e\x2e\x89\ \x88\x1c\x3c\x9e\x25\x62\x91\xc1\x23\x75\x62\x89\x78\x2c\x87\x89\ \x25\xe2\xda\x7a\xbb\xf1\x40\xcb\xed\x6d\x04\x82\x42\x42\x44\x5d\ \x64\x5a\x08\x02\x26\x56\x44\xc6\xe3\x7b\x87\x4f\x0f\xf5\x8e\x7c\ \xdb\xc5\x36\xbc\x59\xea\xef\x75\x39\xe2\xcc\xba\x25\xfe\x74\xab\ \xce\x22\xb6\x0d\xcd\x8f\xf4\x76\x8e\xf4\x0e\x0d\x76\x8e\x8c\xf5\ \xb7\x0e\xf5\x0e\xb7\x8f\xb4\x63\x3b\x59\xa4\xc3\x2c\xcc\xe4\xf9\ \xee\xfe\xb1\xb3\x73\x63\xa7\x2f\xce\x2f\x6c\xa0\xfa\xab\xf3\x17\ \x96\x2f\x6e\x2c\x2f\xaf\xa2\x8e\xee\xcb\x8f\xd0\xc7\xb5\x7d\x70\ \x84\x8f\xf6\xd1\xff\x67\xfb\x20\x53\x93\xc4\xe1\xf9\x85\xc9\xd5\ \x7d\xf8\x6a\xa3\xff\xd1\xb3\xdd\xfd\x9f\x39\x7f\xf7\x9d\x5f\xfb\ \xe2\x31\x0d\x87\x95\x6c\x3e\xa0\x3d\xdc\xbb\xfd\xe5\xf5\xef\xbe\ \xf8\x76\xef\xbb\xbd\xaf\xef\x3c\xb9\x14\x56\x74\xef\x67\xbe\x2f\ \x35\xaf\xfc\xf4\xf4\xe1\xd5\xa7\x57\xae\xde\x5d\xdf\xba\xbb\x8d\ \x56\xc4\x95\x7c\x4c\x8b\x84\xc4\x21\x0a\x50\xbd\x28\x96\x4c\xc1\ \xe3\x89\x78\xe0\x7f\x1a\xbe\x0d\x83\x21\x10\x9e\x2f\x46\xeb\x6c\ \xa1\xb5\x93\x0b\xc1\xa8\xc7\xa8\x97\x02\xeb\xf0\xd9\xdc\x81\x1e\ \x20\x28\x2a\x15\x90\x47\x48\x65\x30\x3a\xf8\x5c\x2e\x9b\x81\xfa\ \x22\xa3\x85\x82\xa8\x97\x4c\x57\x07\x97\xdf\xa1\xff\xe5\xed\xef\ \x1f\x5f\xff\xf2\x6a\xcb\x37\x07\xd8\xd4\xbe\x17\x0f\x76\xa0\x82\ \x86\x83\x07\xfb\x0e\x0e\xb0\xb9\x1d\x3d\x5d\x5d\x68\xea\x8b\xce\ \xee\x62\x0c\xa0\x29\x2d\x1e\x9f\xc7\xa6\x53\x79\x2a\xb3\x41\x13\ \x19\x8f\x15\x8a\x6f\x1d\xfb\xb3\xef\x0c\xe6\x23\xee\xdf\x52\x7f\ \xa2\xf3\xe0\x9b\x5c\xf4\x0e\x1f\x64\x4a\xbd\x5e\x6d\xd2\xd3\xf5\ \x62\xb5\x51\x93\x78\xff\xf5\xd8\x47\xb5\x57\xe5\x72\x7e\xe1\xc9\ \x5f\x9f\xd6\xc8\x58\xe2\x67\x97\x16\x14\x01\x83\x56\x28\x0b\x0d\ \x9e\x4e\xab\xec\xe5\xbf\xb7\xec\x3e\xfb\xd7\xf9\xa5\x38\x9a\xf5\ \xa9\xfa\xea\x25\x17\xf8\xbe\x4c\xbd\x5e\x0d\x03\x09\x55\xf3\x99\ \xa5\x1d\x5f\xb3\x9a\x6f\x6e\x35\xe2\xe1\xf8\x4a\xc3\x97\xaf\xbb\ \x74\x0e\x09\xd0\x47\xd8\xe7\x0b\x83\x53\x86\x73\x5b\x11\x47\x73\ \x40\x3a\x14\x6e\xaa\xb3\xb8\x58\xe1\x9a\x4e\x87\x1a\x16\xa3\x8e\ \xe7\x0a\x8b\x4b\x24\x71\xe9\xe0\x93\x03\x84\x48\x20\xf2\xc5\x6b\ \x2e\x96\x40\xa7\x80\x7f\x16\x96\x44\xc7\x24\x49\x74\x3a\x97\xce\ \x22\x12\x38\x24\x02\x20\xb3\x3a\x0a\xac\x01\xbd\x88\xc7\xc1\xa8\ \xa1\xa5\x84\xe1\x7a\xa6\xc4\xb4\xc0\x9e\x94\x50\x87\x1a\x4b\xa3\ \x81\x5a\xd2\x84\x51\x05\x7d\x1e\x54\xac\xe4\x2a\x65\x1a\x9b\x55\ \x45\x38\x53\x03\x66\xd3\x01\x1d\xde\x5f\xd9\xaa\xad\x54\x37\x1f\ \xd6\x9b\x9b\x40\x72\xa4\xc1\x5e\xfc\xe1\xb9\x33\x73\xa7\xe7\xe6\ \x2f\xcf\xcd\x8d\x1d\xde\xf8\xf9\x7f\xfd\xbb\x3b\xbe\x85\x08\xad\ \x56\xcf\x57\xeb\xf9\x0c\x8a\x97\x80\x5f\xc5\x22\x81\x79\x05\xed\ \xb4\xb8\x74\x12\x4b\x58\x91\xc9\xeb\x74\xa8\x09\xb8\xc8\xe5\x80\ \x67\xc8\xd4\x39\x7c\x12\x8b\x45\xc0\x71\x29\x98\x2c\x96\x4e\x84\ \x56\x5a\x73\x74\x24\x32\x87\x84\xc5\x62\xd0\x82\x07\x0a\xca\x29\ \x87\x43\x02\x87\xa1\xbc\x20\xd7\x0b\xa9\x28\x9d\x48\xd8\x23\x34\ \x9b\x8d\xa6\x50\xc0\x64\xb7\xda\x23\x09\xb3\xc9\x0a\x18\x60\xe2\ \xc1\x68\x23\x53\x89\xf5\x6a\xa7\xca\xca\x30\xa3\x14\x65\x94\x09\ \x63\x33\x79\x81\xc4\xac\x51\x9b\x52\xae\x09\xbc\x93\x34\x9b\x3d\ \x20\x07\xda\x80\x3b\x3a\x95\x88\x06\x9d\xc1\x6c\xae\xe0\xf7\x24\ \x9d\xe3\xce\x40\x34\x12\x4d\xf8\x8d\xee\xd1\xd1\x74\xb6\x90\xad\ \x00\x91\x65\x8f\xce\x86\x40\x02\x72\x9e\x62\xb9\x1c\xab\xb8\x47\ \xa7\x43\xa1\x74\x72\xe6\xd8\xe8\xc9\xf7\x66\x8b\xc9\xb7\x7e\x7f\ \x74\x62\xfa\xf8\xf4\x68\xb1\x30\x3b\x5a\x1e\x4d\x25\x26\xc6\xa7\ \xbd\xde\x58\x34\x97\xce\x4e\x15\x66\x42\xc9\x72\xd6\x1e\xc9\xa6\ \x3d\x01\x4f\xd4\xa4\x71\x03\xd3\x25\xfc\x1e\x63\xd4\x1a\xb4\x45\ \x8c\x1e\x8d\x56\xa9\x55\x9b\xcd\x6a\x95\x59\xac\xe5\xb1\xa5\x7a\ \xae\x92\xcf\xa3\xf7\xf4\x09\xed\x5e\xab\xdb\x18\x70\x6a\x9c\xd6\ \x80\xd3\x63\xb5\x06\x03\x81\x58\x34\x92\xca\x45\x81\x86\x62\xc9\ \x64\xcc\xef\x8f\xe5\x4c\xb6\x62\xaa\x90\x0a\x4c\xc7\xbc\xfe\x60\ \x3a\x15\xab\x04\x82\x7e\x6f\x20\xe9\x4e\x87\xd0\x53\xf1\xa6\x93\ \xd1\x54\x21\xe9\x4f\x8f\x46\x8b\x85\x4a\x71\xa2\x3c\x51\xa8\x4c\ \x9d\x3c\x3e\xfd\xc7\xbf\xbe\x7c\xe4\xab\xd7\x27\x2a\xd9\x89\x13\ \x33\x85\xe9\xd8\xc4\x68\xc4\xa9\xd2\x3b\x35\x52\xbe\x18\xed\x85\ \x10\x35\xbf\x10\x2b\xe5\x42\x21\x9d\x2f\xe5\xf2\xe5\x32\x80\x02\ \x95\x56\x6e\x34\x82\x99\xd1\x00\x22\xd8\xec\x32\x9e\xd2\xac\x94\ \xc9\xe9\x72\x61\x97\xd0\x2d\x13\xda\x4c\xf2\x59\x8f\xd2\xfc\x9f\ \x5f\xbe\x7d\x5c\xc9\x3f\x70\xf0\x77\x5d\xdc\x83\x7d\x9e\x97\xfe\ \x79\x6f\x4b\x17\xb6\x28\xe0\x40\x75\xb8\xc8\x02\x11\x8d\xd4\xd6\ \x8a\xeb\x6d\xe9\xc5\x11\x60\xd8\x11\x11\xf0\x38\x22\x30\x47\x1b\ \xa1\x1d\xd3\xd2\x4d\xa2\x51\xc8\x04\x22\xa6\x1d\xc7\xa1\x91\xc8\ \xe4\x76\x4c\x6b\xeb\xe0\x48\x0b\x7e\x90\xf0\x01\x9f\xaf\x0f\xb1\ \xce\x08\x1e\x84\x45\xe1\x9f\xc2\xf9\x27\x8b\xd5\xee\xf9\xc9\xa1\ \xfe\xc1\x91\xc3\xbd\xfd\xed\xdd\xc3\xc3\x87\xfb\x3b\xdb\x06\x87\ \x3b\x3b\xc9\xad\x2c\x0b\x4e\x62\x69\x9b\x1b\x9a\x3c\x75\x76\x61\ \x6e\x72\xfe\xec\xd9\x8b\xa0\x52\xab\x97\x2f\xae\x6d\x3c\xda\x5d\ \x58\xbd\x70\x61\x61\xf5\xf9\x74\x3b\x2a\xc3\x82\x7b\x1e\x81\x60\ \x3d\x7a\x06\x8a\xf5\x8c\xf4\x60\xec\xf0\xa9\x0d\x30\x8b\xcb\x0b\ \xcf\x46\xe6\x81\xb0\xf6\x17\xae\x38\xce\x6f\x7c\xf4\x71\x3e\x1f\ \xbf\xbf\xf7\xcd\xe6\xbd\x1b\x1f\x7f\x71\x7d\xef\x9b\x6f\x3e\xbf\ \x71\xfb\xfa\x37\x1f\x87\xb1\x98\xb3\xff\x12\xec\x6d\x5d\xba\xfa\ \xe4\xe9\xa7\x8b\x57\xee\x5e\x45\x13\xba\xf9\x30\xcd\x55\xcf\x2b\ \x24\x16\x18\x5c\x29\x64\x01\x16\x4f\x16\x08\x38\xf8\x16\xf0\xad\ \x44\x0e\x85\xd0\x02\x82\x85\x23\xe0\xc9\xad\xf8\x96\x36\xe2\xf0\ \x77\x76\xbf\x57\x2a\x95\x1b\xd4\x42\xa9\x54\x06\x2f\x30\x83\xdb\ \xd3\xc1\xe7\xa1\xae\x0c\x87\x3a\xb8\x8c\x01\x78\xcd\x51\x48\x3d\ \xb0\x52\x5f\x17\x5a\x31\xd8\xc1\xe0\x32\xa8\x42\x6b\x71\xba\x60\ \x17\xdf\xc9\x4b\x19\xec\x03\x7f\x39\xd0\xd7\x85\x32\x2b\x7a\x0e\ \x82\x66\x31\x50\x83\xd2\x0e\x2a\xbd\x8f\xca\xa0\x77\x81\x13\x04\ \x4b\xc9\x65\xf3\xe8\x7a\xbd\x52\x63\x0a\x1c\x1d\x8f\x45\xdc\xde\ \x99\x0f\x5c\x97\x1b\xe5\xdf\xfd\xed\xbd\x1c\x43\x2e\xa3\x0b\x19\ \x1d\xf4\x2e\xb4\x2c\x87\xcf\xe3\x8b\xb5\x7a\xe4\x10\xa5\x2a\xd5\ \xc4\x5b\x91\x93\x3f\x5d\xf2\x4a\x65\xd4\x3f\x5f\x7f\xef\x71\x86\ \xc5\x91\xbc\x56\x1f\x5b\x12\x8a\xa5\xd2\xae\x97\xe6\x1d\x42\xb1\ \xc6\x66\x4d\x0e\x3d\xfb\xf9\x5f\x9c\x46\x35\xee\xab\x35\xc3\xa5\ \x7a\xa9\x5a\x03\x6f\xe7\xc8\x54\xc3\x8e\x4c\xad\x94\xaf\xd7\x4b\ \xb5\x46\xa3\x9a\x29\x29\x4a\x4b\xdb\x28\xb1\x1b\xad\x42\xce\x2c\ \x29\x5c\x8d\x66\x35\xac\xf0\x49\x14\x8a\x52\x3e\x2f\x42\x17\xd1\ \x40\x9a\x24\x0e\x05\xaa\x55\x02\x05\x50\xf8\x7c\x0a\xa6\xc3\x22\ \xd2\x31\x15\x22\x26\x53\x12\x16\x31\x15\x25\x87\xc5\x12\x76\xd0\ \x80\x4c\x50\xdb\x6c\x07\x93\x29\xa0\x51\x58\x3a\x96\x02\x95\x67\ \x86\x51\x03\xe4\x52\x9c\x24\xd0\xe9\x00\x67\xea\x16\x16\xcb\x22\ \x91\xe8\x24\xf1\x8c\x2b\x2c\x91\xd4\xe3\x16\x17\x0a\x7e\x50\x38\ \x7c\x2e\x9d\x0b\xcd\x86\x8b\x2c\xcf\x7f\x2f\x1e\x83\x23\x92\x48\ \x02\xe0\x3a\x1f\xa8\x5e\x5c\x81\x52\xe4\xb0\x12\x89\xa5\x5e\xdd\ \xce\x90\x49\x1c\x78\xb5\x08\x87\xc7\x4e\xc3\x20\x07\xaa\x35\x39\ \x09\x82\xf5\x3f\x7e\x6e\xf5\x35\xb7\xd7\xab\xf7\xeb\xb5\x2d\x40\ \xc5\x78\x3e\x1c\x8e\x37\xd6\xe3\x02\x47\x6d\xbd\xc6\x62\x4a\xf2\ \x20\x85\x02\x9f\xc3\xa1\xb3\xa0\x00\xa7\xbc\x25\x6c\x71\x49\x04\ \x8a\x38\x6c\x0c\xe8\x4a\x20\xa0\x88\x98\x2c\x64\x5d\x29\x1c\x81\ \x08\x10\x8b\x4c\xa4\x91\x08\x02\x0e\x91\x29\x62\x91\xd0\x61\x80\ \x23\x71\x5e\x90\xab\xf5\x3d\x32\x1e\x5f\xaa\x96\xc9\x50\x78\xba\ \x3d\x68\x30\x19\xbc\x2a\x27\xdc\x32\xaa\x95\x3c\x21\xbd\x83\xab\ \x31\xe8\x4d\x36\x93\x51\xe5\xd1\xbb\xfd\x26\xb7\xdb\x64\x15\x6b\ \x4c\x1e\xa3\x3f\xe2\xb7\x9b\xac\xa9\x60\x2a\x67\xce\x81\x5d\x72\ \x3a\x81\x49\x22\x85\x99\x44\xd4\x1b\x28\x56\x26\xb2\x89\xe9\x42\ \xce\x64\xb2\x7b\xb2\x6f\x80\xbb\x03\xc1\x29\x66\x03\xe3\xd3\xc1\ \x6c\x71\xb6\x98\x28\x06\xb2\xc1\xc8\x44\x11\x8c\x57\x20\x32\x1d\ \x74\x7b\xed\xc9\xd1\x37\x8f\x1d\x9b\x1e\x3f\x7e\xf2\x8d\xa9\x77\ \x26\xfc\x33\x33\xd9\x84\x27\x97\x9b\x49\xc7\x3c\x6e\xaf\x2d\xe4\ \x8e\x66\xa7\xc7\x4f\x82\xde\x25\x43\xd1\x89\x40\x31\x91\x8a\x24\ \x52\xd9\x88\x3d\x65\xf4\xe4\x42\x21\x7f\x19\x51\x93\x47\xa3\x51\ \x9b\x35\x66\x15\xc8\x84\xc1\x2a\x05\x03\x26\x43\x53\x5a\x6c\x2a\ \x9f\x67\xb3\x07\xfc\x7a\xad\x27\x51\x08\x24\xfd\x7e\xaf\xb1\x10\ \x8d\x78\xa2\x91\x5c\x3a\x1a\x8b\x9a\xd4\xe9\x90\x4d\xed\x4e\x85\ \x3c\xce\x44\x2c\xe9\x8d\xd8\xcd\xc9\x64\x30\x62\x8f\xc5\xd2\x11\ \x4f\x12\x36\xe2\xf7\x16\xa2\x46\x78\x76\x49\x2f\xec\xaf\x3d\x54\ \xc8\xc2\xd6\x12\xa9\xd8\xe8\xd4\x44\x2a\x7d\xec\xa3\x0f\xde\xfb\ \xc5\x6b\xbf\xff\xcf\x23\x95\x54\x65\xea\x95\x57\x4f\x4c\x8d\x27\ \xfc\x56\x93\xca\xaa\x52\xca\x55\x6a\x15\x5f\xab\x52\x4b\xa5\x7c\ \xa9\x59\xc9\xe3\x53\xe5\x52\xa5\x1c\x76\x88\x2e\xd5\xb8\x35\x66\ \xad\x41\x63\x36\x89\xb5\x5a\xb5\x41\xac\x97\xe9\x0d\x72\xb1\x5c\ \xc9\xed\x92\x76\x0d\xf4\xc9\x0d\x0c\x75\x45\xa6\xd4\x16\x43\xfa\ \x8e\x43\x5d\x07\x50\x98\x42\xe1\xf3\x57\x6f\xd0\xf2\xd5\x70\xcd\ \x22\xf1\x49\x98\x12\x8e\x44\x41\x68\x6f\x1f\x3c\x3c\x32\xd4\x49\ \xc0\xb7\xb7\xe3\x5a\x29\xa8\x49\x54\x67\x6f\x6f\x4b\x67\x2b\x91\ \x83\xc5\x71\x44\x18\x70\xfc\x2e\x26\x93\xd4\xda\xd9\x82\xef\xec\ \x1f\x24\x11\x30\xe4\xee\xee\x3b\x52\x86\xaa\x22\x98\x73\xdc\xad\ \x91\x15\xb5\x9d\x2b\x97\xf0\x17\xc7\xfa\x4f\x9f\x1a\x9b\x1f\x1c\ \x19\xea\xed\x3e\x35\xd9\x89\xc3\xb5\x0c\x02\xa7\x51\xc6\x26\x45\ \x22\x8a\x85\x73\x7a\x6c\x64\x7e\x0e\x46\xcb\x33\x17\xcf\x5f\x44\ \xd3\x56\xab\x97\xd7\x1e\xa1\x1a\x86\x85\x85\xe5\x35\x54\x2c\xba\ \xb1\xbc\xb6\xba\x81\x56\x0d\xae\xad\x3d\x7a\x0e\x55\xcf\xda\xb7\ \x17\x47\x06\x71\xa7\x57\x2f\xae\xad\xad\x9d\x1d\x44\x82\xf5\x4c\ \x97\x99\x5b\x7d\xff\xdb\xc5\xbd\x27\x37\xbe\x7b\xb2\xfd\xdd\x57\ \x3f\x7c\xb5\x77\xe7\x8b\xef\x6f\xdf\xf9\xec\xd6\xb5\xa7\x6d\xe7\ \x17\xd6\xfe\x2d\xd8\xdb\x59\xbc\x7a\xe9\xea\xfd\x87\x8b\xdb\x3f\ \x35\xab\x8d\x5a\xc6\x47\x0a\xfb\x14\x02\x18\x57\x25\x22\x22\x91\ \x42\xc1\x50\x80\x1d\x28\xa0\x58\x58\xa4\x55\x38\x78\xa2\x24\x32\ \xb6\x95\x40\xc2\xe1\x86\xb0\x21\x40\x57\xaa\x58\xa9\x02\x98\x96\ \x0a\xbb\xe8\x32\x6a\x57\x17\x8c\xb6\xa8\x99\x5e\x07\xbb\x8b\x3b\ \x70\xb0\x6b\xa0\x83\xc1\xa6\x76\xf4\x3d\x5f\xd8\x8c\x60\x8a\xce\ \xe0\xca\xd4\x1a\x61\x17\x95\xe1\xcd\x7b\x0e\xa2\x02\x2b\x94\x1f\ \x00\x46\xf0\x20\xb5\x8b\x41\xef\x61\x30\xd8\x5c\xd0\xb4\xae\x0e\ \x06\x95\x8d\x32\x79\xe9\x1d\x54\xae\xd9\xa8\xe4\xaa\xec\xd9\xac\ \x47\xaf\xb1\xa6\x66\xef\x8d\x1d\xbe\x65\x7b\x51\xfb\xb9\x4c\xc8\ \x15\xb2\x65\xbc\x0e\x1e\x3c\x82\x41\x45\x51\xe7\x6a\x21\x9f\xce\ \xe7\xca\xe4\xf6\x19\xbf\xf7\xc8\xce\xf7\x7a\x99\x4c\xff\xe0\xc3\ \xdb\x0f\x33\x58\x5a\xe6\xdb\xa1\x33\xbf\x94\x2a\xf5\x62\xd9\xf6\ \x99\x9d\x23\xf7\x16\xeb\x4f\xb7\x4e\xed\xde\xfc\x3f\x2d\xcd\xb0\ \xab\xe9\xaa\x3a\x5c\xd5\x6a\x3e\xee\xcb\x67\xc0\xbd\x89\xc2\xa8\ \x81\xe8\x7a\x1d\xc5\x8c\xfa\x32\x19\xd4\xe8\x2a\x03\xea\x1d\x5f\ \xca\x58\x5c\xe0\xe8\x9a\xa5\xea\x4a\x4d\xe4\x08\x03\x8a\x58\x24\ \xba\x38\x18\x2a\x9d\x85\x95\x71\xb0\x24\x70\x5e\x5b\x14\xe0\xd4\ \x04\x16\x01\x99\xc2\x52\x58\x98\xa2\xe7\x6d\x1c\x25\x3a\x0e\x4b\ \xc2\x11\xd1\x44\x25\x10\x03\x91\x88\x26\x61\x49\x24\x22\x89\x03\ \x3c\xa3\x8e\x29\x70\x49\x74\x8e\xb0\x8e\x45\x26\xd1\x58\x1c\x9a\ \x40\xc4\x02\x1d\xa2\x80\x9f\x94\x90\x31\x14\x0c\x8d\x43\x63\x12\ \xc9\x00\x6d\x1c\x16\x07\x43\xe2\x28\x14\x4c\x0e\x58\x4e\x0c\x16\ \x04\x09\xec\x39\x53\xa0\xe0\xb0\x68\x16\x8a\xc4\xc2\xc4\xb6\x61\ \x31\x84\x56\x02\xbe\x45\xa4\x50\x10\xfa\xdb\x05\x64\x02\x8d\xd8\ \x7f\x78\x6e\xf2\xf0\xe4\xe9\xf9\xc3\x73\x23\xc3\x6b\xcf\xfe\xf7\ \x3e\xce\xd1\x58\xd9\x02\xc3\x58\x75\x65\x5c\x19\x85\x0e\x24\x28\ \x5c\xf5\xb9\x4a\xbe\xbc\x8b\x62\x71\xf9\x44\x96\x8c\x02\x5e\xef\ \xaa\xcb\xe1\x62\x89\xc2\x12\x1d\x0d\xf8\x4f\xa1\x83\xfd\x51\xb0\ \x44\x0a\x09\xc7\x41\x84\xfd\x50\x30\x29\x02\x1a\x09\x4b\x61\x52\ \x98\x12\x12\x9e\x23\xc0\x82\x43\x14\x70\x08\xb0\x2f\x58\xe2\x0b\ \xca\xe7\x2b\x49\x95\x6c\xa5\x8a\x17\x72\xaa\x34\x76\x8f\xd2\x1a\ \x84\xf7\x94\x57\x6d\xd2\x9a\xa9\x6c\x06\x9c\x71\x06\xb3\xdb\x68\ \xb6\x7a\x3c\x66\x8f\x5d\xe3\x35\x3b\x6d\x5e\x7b\xd4\xa9\x35\x3a\ \x53\xb9\x64\xb6\xe8\xf5\x44\xa2\x86\x40\x20\x6d\x76\x17\xc7\x8f\ \x97\x63\x91\xd4\xf1\x58\x20\x14\x18\x4f\x16\x72\x85\x94\xdf\xee\ \xb4\xba\x27\x2a\x6f\xbd\x55\x2c\x9e\x98\x0a\xa5\x4e\x8e\x67\x47\ \xcb\xd9\x93\x13\xa9\x50\x25\x57\x7e\x37\x57\x2e\x17\xc6\x93\x40\ \x5b\x81\xe2\x6c\xe5\xf5\xd7\x67\x4f\x56\xde\x99\x1a\x1d\x9d\xc9\ \xc6\x8e\x1d\x2f\x06\xed\x89\x48\xcc\xe9\x0d\xa4\xd0\x64\x7c\x21\ \x30\x5a\xf0\xb8\x83\x85\x89\x58\x25\xea\x1e\xcd\x82\x81\x8b\x4c\ \x04\x83\x11\x5b\x28\x16\xcd\x46\x12\xb1\x68\xd0\x0b\xe8\x02\x8a\ \xa1\x95\xbb\x0d\x7a\x95\xcd\x2a\x93\xaa\xb5\x2a\xbd\x50\x2c\x63\ \xf7\x70\xd5\x36\x7b\x10\xde\xbd\xa1\x50\x6c\x3c\x10\x72\x7b\xa3\ \xa9\xf1\x62\xc0\x06\xce\xd4\x69\xf7\x87\x3c\x5e\xa7\x77\x2a\x98\ \x4c\x04\x83\xfe\x44\x22\x98\x4b\x27\x72\x65\x4f\x28\x19\x09\x46\ \xb3\xc9\x58\xd0\x6e\xcd\x25\xb5\xb9\x89\x58\x30\x9d\x4e\x47\xa3\ \xe9\x88\xb5\x98\x9e\x3a\x09\xa6\x70\x34\x90\x0a\x54\x5e\xfe\xee\ \xbd\x97\x3e\x7c\xe5\x57\xc7\x8e\x1e\x7d\x7d\xf6\x48\x6e\x6a\xb4\ \x5c\x2c\xfb\x11\xde\x49\x65\x2a\x8d\x5e\x2a\xd7\x2a\xe5\x32\xb9\ \xca\xa6\xe2\xab\x19\x7c\xb1\x51\xce\x57\x73\xa5\x32\xb1\x01\xce\ \x33\x8d\x51\x09\x8e\x51\xa9\x14\xcb\xc4\x72\xb9\xd5\x04\x0c\xc6\ \x97\x49\x65\x1d\x7d\x3c\x3d\x5f\x68\xa2\x52\x7b\xe8\x03\x07\x81\ \x19\xba\x06\x0e\xd1\xbd\x2f\x7f\xfd\x8b\x0f\x9e\xb0\x74\x9f\xde\ \x7f\xb8\xb3\xa9\x20\x51\xf0\x64\x52\x67\x7f\x7b\xef\xe1\xf6\x56\ \x1c\xbe\x1d\xdb\xd2\x8e\xc7\xb6\xe0\xba\xdb\x7b\x3b\x7b\x5b\xf0\ \x14\x6c\x7b\x27\x8e\xd0\xda\x8e\x21\xc0\x0b\x4c\x21\x74\xe2\x71\ \xbd\x9d\x9d\xbd\x6d\xe4\xc1\x36\x6c\xdb\xd0\x8e\xa9\x43\x3f\x25\ \x99\xbb\x74\xfb\xa9\x2e\xb3\x7d\xdf\xd2\x4b\xc4\xcf\x5f\x5c\x38\ \x7f\x1a\x37\x36\xd9\x76\x78\x7e\x88\x88\x1f\xc4\xb4\xb7\xb4\xb6\ \x1f\x1e\x3a\x3d\xd2\xd6\xd9\x8d\xe9\x1f\x9b\x1c\x9b\x3c\x75\x61\ \xe1\xc2\xf9\xe5\x8b\x17\xd6\x50\xcd\xd5\xea\xfe\xda\xc5\x47\x1b\ \x60\x0a\xc1\x18\x6e\xec\x3e\x5a\xbe\xf0\x7c\x06\x7e\x7f\x77\x03\ \xa4\x09\x38\x6b\x79\x90\x4c\x1a\x3a\xd3\xd9\x3b\xb2\xf6\xe8\xe6\ \xa3\xdd\x53\x60\x0d\x6f\xfe\x3c\x57\xeb\x9d\x3b\xf7\xd5\xf7\xdf\ \xff\xf0\xd5\xb5\xbd\x87\x7b\x5f\xef\x5d\xfb\xf8\xf1\xb5\x3b\x77\ \xbe\xbd\xb7\xf7\xe0\xe9\xa9\xdd\x8b\x1b\x3f\x73\xae\x3e\xdc\xb9\ \xf4\xf0\xc7\xab\xcd\xcd\x4b\x57\x57\x00\x21\xf2\x0e\x8c\x00\xe5\ \xa5\x52\x88\x24\x26\x16\x83\x25\x13\x28\x44\x22\x9e\x48\x6b\xc5\ \x13\xf0\x58\x14\x00\x84\x69\x65\x51\xc8\x68\x19\x37\xbe\xff\x4b\ \xbd\x11\x75\x14\xd1\xaa\xb8\x72\x19\x9f\x8b\xae\x02\xb2\x51\x24\ \x21\x9b\xcd\xe8\x81\x1b\x1d\x6c\x2e\xb5\x8f\x0a\xf4\xc3\xe8\x40\ \xab\x74\x0e\x0c\x1c\xec\x3b\x80\xca\xe1\x19\xd4\x9e\x83\x5d\x6c\ \xed\xd2\xc4\x5f\x00\xb9\xe8\xfc\x8e\x1e\x46\x57\xd7\x21\xb8\x87\ \xca\xa3\x32\x06\x18\x6c\x3a\x17\xc6\x0c\x76\x07\x6a\xa1\xc6\x66\ \x74\xc8\xc4\x76\xad\x94\x6a\xf2\x46\xbc\x66\xa1\xdc\x9a\xfb\xc8\ \x71\xd6\xf2\x0b\xee\x7f\xbf\xf9\x16\xd7\xc8\x63\xb3\x61\x9b\xb0\ \x65\x3a\x5d\xca\x13\x72\xe1\xf8\xe2\xf3\x95\x62\xbd\xd6\x94\xd2\ \xe4\xfe\x5c\x7f\x9d\x2b\xa3\x1f\x7b\xf2\xf5\xd5\x1f\x99\xe4\xd2\ \x93\xab\xf3\xf3\xbf\xd5\x58\xad\xf2\x44\xdb\xbc\xa8\x4e\x24\x48\ \xc2\x73\x28\xe0\x0c\x5b\x8d\xeb\xea\xa0\x43\x0e\x07\x8a\x85\x68\ \x36\xc3\xc0\x3b\x0e\x1f\x0b\x19\xc1\x52\x09\x5c\x53\x38\xef\x8b\ \xa3\x62\x4e\x85\x84\x19\x8f\x0b\x2c\xe1\x78\x18\x3c\x63\xb8\x09\ \xbc\x65\x01\xdf\x94\x77\xf8\x38\xbe\x12\xb8\xb9\xbc\x05\x1c\x9d\ \x4b\xa1\x73\xc5\xf3\xa2\xe7\x5a\x25\x72\x55\xc1\x60\x09\x10\x42\ \x31\x41\xb5\x58\x2e\x9f\x85\x45\x64\x0a\xd0\x5c\x10\x9c\xe8\xe0\ \x23\x49\x2c\x24\x44\x14\x0e\xa8\x93\xc3\x45\xa3\x61\xb1\x24\x0a\ \x8d\x09\xb6\x8b\xc5\x0a\x83\x90\xd1\x88\x2c\x38\x6c\xc8\x14\x2c\ \x01\x48\x46\x27\x61\x72\x40\xb6\x80\xd1\x98\xe8\xe1\x22\x0e\x19\ \xfe\xf8\x12\x09\x8b\x03\x70\x03\x40\x45\x21\xa0\x8a\x38\x14\x32\ \xa0\x13\xe1\xdb\xda\x5a\x88\x64\x3c\x86\xdc\x3b\x34\x37\x76\xea\ \xf4\xfc\xdc\xe9\xf9\xb1\xc1\xb5\x9b\xff\xf3\xe7\x56\x47\xb5\xb4\ \xe4\x5b\x2a\xe9\x32\xf5\x46\xde\x22\xa0\x61\x04\xa2\x4c\xd8\xe2\ \xc8\x57\x1d\x34\xd8\x3b\x9d\x2b\xaf\xcb\xc7\x99\x3e\x30\xb6\x02\ \x85\xc0\x15\xb6\x94\x5c\x0a\x85\x2e\x2e\xa2\x51\x98\x0a\x32\x0b\ \x04\x99\xc9\x64\x49\x98\x04\x32\x89\x45\x81\x41\x17\xcb\xc2\xb4\ \x91\x69\x24\x09\x99\x0c\xce\xb0\x15\xc3\xc1\x60\x5e\xd0\xcb\x95\ \x62\x29\x5d\xce\x96\xa9\xd4\x1e\x38\xa3\x4c\x4e\x30\x82\x1e\xbf\ \x2d\x68\x54\x99\xf4\x1a\xa1\x8c\xc7\x53\xeb\xf5\x7c\xb5\x41\x05\ \xbe\xd0\x6e\xb0\xda\x34\xa6\x54\xc4\x0e\xa7\xbe\xd9\x6c\xb5\x39\ \x23\x81\x80\xd5\xe9\x4e\xa7\xbc\xee\xb2\x3b\xe8\xce\x1e\x2d\xa7\ \xd2\x53\xa9\x58\x6a\x22\xe8\x9f\x38\x5e\x9e\x18\xf5\xa4\x2b\xb9\ \xa0\x27\x34\x5e\x98\x2a\xa6\x13\x91\x4a\x24\x17\x1a\x9f\xf2\x83\ \x7d\x2a\x4f\xe5\x0a\x05\x54\x72\x5e\x0e\x15\x40\x2e\x8e\x1d\x2b\ \x9e\x38\x36\x3d\xf3\x9b\xb7\x66\xcb\x85\xca\x3b\xe3\xc5\x99\xd9\ \x48\x2c\x1a\x4b\xc1\x56\x8c\x36\x7b\xa5\x72\xbc\x92\xf4\x04\x73\ \xd1\x6c\x39\x95\xc8\x06\xdd\xe9\x48\x70\xdc\xef\x36\x05\x9d\xa9\ \xd1\xd8\x68\x2a\x68\x77\x07\xad\x01\x9b\xc7\xe0\xb4\x99\xed\xcf\ \x6b\x08\xf4\x36\xb5\xd6\xe0\x16\xca\xc5\x42\x38\x9e\xd8\x5c\xa5\ \xc6\x63\x35\xdb\xfd\x4e\x7b\x2a\xe9\x36\x06\x6d\x4e\x77\xc2\x5f\ \x4e\x14\x6d\x33\x69\x5b\x30\xe1\x75\x07\x83\x89\x42\xc4\x06\xda\ \x98\x74\x9a\x6c\xe9\x44\x72\xdc\xed\xc9\x96\x73\xe5\x64\x39\x05\ \x5f\x45\xfd\xc1\x40\x2a\x19\xf1\x67\x73\xc5\x54\x2e\x96\x4b\x7a\ \x2a\x27\x4e\x16\x80\xce\x82\xde\xf2\xeb\xe7\x5e\xff\xd3\x5b\xbf\ \x7c\xf9\xc3\x77\xde\x7c\xeb\xed\xe3\xd3\x33\x85\x6c\x20\x60\xd4\ \x68\x80\x98\x64\x62\xb5\x1a\x58\x55\xac\xd1\xaa\xac\x26\xb5\x58\ \x4f\xe7\xa1\xb2\x6c\xb9\x52\xa5\x15\x72\xe5\x72\x95\xde\xcc\x55\ \x89\xa5\x32\x94\x7c\x26\x07\xe3\x0a\x62\xc5\xe5\x8b\xa5\x54\x3a\ \xbd\x6f\x80\xca\x46\x73\xc4\x87\x0e\x9a\x7f\x25\xa6\xb3\x3d\xb9\ \x80\xe7\x95\x1f\xb6\x24\xbe\xcd\xba\xc0\x47\xc1\xd2\xb0\x44\x0c\ \xaa\x00\x1d\x6e\xed\xc4\xf4\xf7\xb6\xb5\xb7\xb5\xb4\x74\xf6\xe2\ \xda\x98\xd8\xfe\xf6\x56\x22\xae\x1d\x71\x12\x0e\xc3\xc2\xe3\x7d\ \x0a\xd4\x82\x81\xd9\xd2\xd9\x46\xc4\x75\xb6\x74\x0e\xb7\xb6\x1d\ \xee\x8f\x27\x0f\x4a\x93\x92\xc9\x9d\xa7\x0f\x1f\x6f\x51\x7a\x71\ \xeb\xbd\x17\x57\x2f\x9e\x1e\xea\x9f\x1c\xeb\x1f\x3b\x3c\x34\xd4\ \xdb\x39\x48\xc3\x0e\x9d\x3e\xdd\x3b\x74\xb9\xbb\x7f\xac\xbb\xf3\ \xf4\xe4\xd8\xd9\x53\xa7\x2e\x5e\x58\x58\xbe\x30\xbf\x86\xaa\xaf\ \x36\x80\xb4\x76\x37\x2e\x2c\xaf\xae\x5e\x9c\x5b\x5b\x5b\xde\x58\ \x7b\xb4\x80\x04\x0b\x5d\x23\x44\xa2\x35\xf7\x21\x0e\x7b\x75\x73\ \xf8\x4c\xff\xfc\xf2\xee\xcd\x67\x6b\x23\x20\x58\xcf\xd6\x96\xf2\ \xc4\x2f\x6f\x7c\x71\xe7\xe3\xef\x6e\x5d\xbb\xff\xe4\xce\xde\xde\ \x95\x8f\xaf\xdd\xfa\xee\xc6\x93\xa7\xf7\xae\x5c\x7c\x76\xe6\xe2\ \x86\xef\xea\xa7\x80\x57\xdb\x9f\x6e\x5f\xba\xbb\xbd\x92\xaf\xeb\ \x5c\x3e\x8e\x88\x45\xa1\x89\x98\x64\x2c\xa6\x8d\x82\x45\xed\x9c\ \x69\x58\x10\xe4\x16\x1c\x6a\x8d\x8c\x25\xc1\x9d\x64\x3c\x9e\x86\ \x23\x76\x92\x72\x6a\xb7\x49\xc9\x17\xea\x35\x32\x25\x9d\xc7\xe7\ \x53\x91\x16\x51\xa9\xec\x9e\x2e\x7a\x47\x0f\xd8\x3c\x06\x50\x12\ \x48\x12\x4f\x48\x7d\x11\x35\x75\x3f\x74\xf0\x20\xea\xe3\x47\x65\ \xf3\x7a\x3a\xb8\x74\x55\xe9\x8d\xff\xeb\xc0\x00\x9b\x4b\xa7\xf6\ \xf4\xa1\x6f\xf6\xb1\x79\xdc\x81\xbe\x83\x7d\xe0\x09\x79\x0c\xaa\ \x8c\x41\xed\x60\xc8\xe9\x1d\x7c\xb9\xc1\xa6\xe6\xf3\x03\x7e\x8d\ \x4a\xc9\xe3\x19\x4f\x7e\xdf\x3d\xf6\x38\x37\xc0\xfd\xda\xa4\x54\ \x33\xa8\x3c\x19\xb5\x83\xce\x97\xb3\x19\x32\xb6\x5c\x2a\xe7\xf3\ \xe0\x95\x55\x2b\x35\x36\x9b\x6a\xf4\xc1\x43\x0d\x97\xcb\xfb\xf0\ \xaf\xdf\xef\xac\x90\x15\x9b\x77\x36\x2f\x0f\x45\x95\x56\xa5\xec\ \xcb\xb1\xcb\xcc\x6d\x8b\xe3\x52\x7e\xe1\xe6\xc2\xa3\x7f\x4b\x74\ \x22\x60\xa4\x4c\xd5\xa1\x8b\x67\xf2\xb5\xbc\x23\x8e\xaa\x09\x5c\ \x96\xea\x4a\x7e\xa9\xda\x70\xd5\xf2\x96\x46\xd5\x57\xd5\xa1\x36\ \x07\x16\x87\x40\x84\xea\x3c\xd6\x4b\xd5\x4c\x13\xc5\x20\x83\x62\ \x55\x4b\x25\x81\xa5\xe6\x93\xb8\x32\x22\x9f\xc4\x02\x6e\xd0\x07\ \xfc\x2d\x79\xbe\xee\x4e\x81\xba\x2a\xc0\x4d\x1f\xd3\xa5\xa3\x49\ \xe0\x4b\x8b\x82\x26\x92\x84\x7d\x4c\xd0\x25\x05\x85\x65\x11\x59\ \xe0\x87\x58\x02\x91\x80\x44\x61\x72\x5a\x89\x34\xd0\x0d\x05\x93\ \x28\xf0\xe9\x44\x16\x0e\x8b\x89\x32\x96\x00\xba\x58\x04\x1a\x05\ \x5d\x8f\x23\x33\xf1\x44\x16\x08\x16\x0b\x69\x96\x0b\x75\xee\xa3\ \x90\x99\xa4\x96\xee\x6e\x7c\x4b\x6f\x77\x5b\x7b\x0b\xa9\xb3\x95\ \xd0\xde\x82\x71\xb1\xf0\xbd\xad\xa8\x57\x11\x86\x3c\x3c\x72\x76\ \xec\x14\xca\xcd\x99\x3c\xdc\xb9\x71\xf3\x3f\xfe\x45\x8c\xaf\x3c\ \xbd\xeb\x6a\x96\x04\xe1\x52\x3e\xac\x73\x29\xb0\x02\xd0\x65\x9d\ \x48\x52\xb2\x50\x04\x22\x07\x0b\x78\xcd\x47\x01\x77\x2b\xf0\xb9\ \x38\x02\x8b\xc4\x01\x4e\xd0\xa5\xb3\x58\x44\x02\x9a\x04\x6e\x70\ \x2c\x14\xb4\xf3\xb0\x93\x30\x48\x91\xc8\x04\x38\x12\x48\x4c\x0c\ \x49\xc0\x04\x20\x6c\x6d\xc3\x12\x09\x2f\x28\x0d\x52\xb1\x9c\x2f\ \x3d\xc0\xe5\x71\xe5\x3c\xbd\x54\x25\x55\x83\xfd\x33\xd8\xad\x7a\ \x8d\x5c\x46\xed\xe1\xc9\xa9\x7a\x40\x2c\xa3\x5e\xed\x37\x2b\x01\ \x4b\xe4\x52\x7b\x20\xe7\xf7\x5a\xa3\x01\x8d\xdd\x6b\xcf\x46\x02\ \x09\x67\xa2\x9c\x73\xbb\x73\x29\x20\xa0\x99\x5c\x24\x51\xf6\x98\ \xcc\x89\x22\xb0\x56\xca\x93\x00\x43\x76\x2c\x6b\x35\x55\x92\xc5\ \x72\xb0\x52\x2e\x27\x47\x73\xa3\x95\x40\xd0\x18\x19\xaf\x14\x52\ \xe9\x54\x3a\x16\xc9\x26\x67\x8b\x91\xe2\xec\x1b\xc7\xa6\xde\x9c\ \x7e\xe7\xd8\xcc\xb1\xd1\x64\xf9\xad\x99\xf4\x78\x20\x7b\xcc\x1f\ \xf5\x38\x9d\xee\x58\xd4\x9b\x0e\x44\x53\x29\x54\x1e\x5f\x4c\x4d\ \xf8\xbd\xc9\x40\x2c\x04\xae\x2d\x6a\x33\xa6\x53\xd9\x64\x21\x6a\ \x0b\x78\x82\x76\x9b\xd7\x66\x33\x58\xed\x6e\xb3\xd1\x84\x8a\x32\ \x95\x4e\x5b\x44\x2b\xe3\xca\x18\x32\x21\x8f\xad\x55\xd9\xbd\x06\ \x53\x22\x00\x1c\xa8\xf1\x7b\xc5\x11\x93\xd3\x5b\x48\x66\x23\xa1\ \x88\xc6\x66\xb5\x85\x22\xb1\x94\xd7\x68\xb3\xd9\xb4\x81\x5c\x22\ \x14\x1b\x9d\x4d\x7b\x73\xa1\x28\x6a\x3a\x13\x88\x86\x02\x31\x4d\ \x74\x3c\xe0\x0f\xa6\x22\x81\xa8\x2d\x14\xcc\x56\x22\x53\x85\xd8\ \x68\x25\x57\x74\xa7\x62\xb3\xbf\xfe\xe5\xe7\x47\x8f\xff\xe2\x57\ \x6f\x1f\x7f\xf5\xed\x77\x8f\x1c\x3d\x9e\x4e\x99\xf4\x72\xad\xc6\ \xa8\x92\x73\xf5\x52\x83\x54\xab\x06\x90\x32\xc8\xa5\x42\x39\x97\ \x27\xd4\x4b\xb5\x3c\x30\x0e\xe0\xbc\xe9\x7a\x10\x35\xb9\x5e\xaa\ \xd7\xab\x55\x52\xb1\x10\x86\x6b\xa1\xac\x43\x88\xda\x0e\xf2\x07\ \xfa\xd8\x28\xb4\xba\x87\xea\x37\x5f\x3f\xa2\x49\xa4\xec\x7a\xcd\ \xec\xe7\xeb\xa5\x2b\x4d\x32\x81\x48\xc0\xe2\x70\x23\xc3\x6d\x6d\ \x83\xdd\x2d\xbd\xbd\xfd\xfd\xbd\xed\xfd\xbd\x70\x32\xe3\x5a\x09\ \xad\x83\xa0\x5e\xa4\x96\xe1\xee\x5e\x1c\xea\x7f\x8c\x03\x61\x6b\ \x6b\x6f\xc5\xb6\xb6\xc0\x51\x85\xef\xee\x6c\xef\x6c\x1b\xec\x6f\ \xeb\xe7\x4c\x30\xb4\x05\xc5\x50\x78\x6b\x6f\x9b\x30\x22\xc2\xe2\ \xc6\xce\x8f\x9d\xea\x1f\x1c\x9b\x1c\xc4\xf5\x77\xb6\xe2\x28\x19\ \xe2\x60\xff\xd8\xa9\xb1\x53\xe7\x0f\xe3\x7a\x27\x07\x5b\xcf\x9c\ \x9f\x9f\x9f\x5f\x5e\x3b\x3f\xbf\x7a\xf6\xf2\xea\xee\xea\xf2\x2a\ \x20\xd5\xc2\xf2\xc5\xdd\xfd\x8b\x97\x4f\x81\x27\xdc\x05\xd6\xda\ \xdd\xd8\x40\x70\x85\xca\x44\xf7\x37\xbe\xff\x0a\xdb\x76\xe7\x03\ \xdd\xe5\xb5\xe1\xee\xe5\x47\xfb\x73\x1b\xfb\x37\xf7\xf7\x9f\xde\ \x59\xfa\xe7\xf7\xdf\xdc\xde\xbb\x77\xfd\x87\xcd\x9f\x7e\x78\xfc\ \xf1\x93\x1f\x6e\x7c\x7d\x67\xef\xd6\xde\x67\xf7\x17\x9e\x5d\x98\ \xec\xdd\xba\xbf\x88\xc2\x07\xee\x6f\x6e\xde\xdd\xac\x82\x49\x51\ \x64\x04\x3e\x05\x98\x05\x16\x45\x40\x6c\xe5\x90\x08\xf8\x36\x1a\ \x05\xd3\xda\x4a\x80\xe7\x88\xc3\xb5\x11\x49\x44\x02\x19\x83\xc5\ \xb4\xb6\xe3\x87\xfe\x6e\x56\xd9\xed\x5a\xb1\x5e\x09\x7f\x3d\xa1\ \x52\xde\xc1\xa6\x32\x7a\x0e\x1e\x60\x30\x06\xa8\x32\x3a\x5a\x62\ \xc3\xe5\x4a\x19\x07\x0e\x74\x18\x9c\x46\x7a\xcf\x41\xd4\x3f\xa6\ \x8f\xc1\xe8\x63\xa3\xd5\x3a\x5d\x32\xae\xc6\xf7\xd2\x8b\x03\x07\ \xba\x3a\x0e\xd0\x79\x5c\x6a\x17\x0a\xd1\x61\x74\xfd\x57\x17\xca\ \xd6\xa1\x33\xe0\xbd\x87\x81\x24\x4f\xa8\xd2\x6a\x6d\x42\x9e\xdc\ \xaa\xe4\xe9\xc5\x2a\x4f\xe8\x8d\xad\xb1\xee\xeb\x9a\xff\x4e\xbf\ \xd4\x41\x67\x0b\xb9\x0c\x6e\x17\x1b\x4d\xbd\xf3\xf8\x52\xb0\xa4\ \x1d\x52\x0d\x57\xa6\x97\x3b\xdd\x06\xcd\x1b\xf5\x97\xe8\x72\xae\ \xf6\xca\x57\x8b\xf5\x12\xad\x76\xf7\xb6\x68\xa1\x69\x54\x69\xf8\ \x76\xc5\xc2\x69\xc2\xd0\xa9\x61\xcc\xc8\xfe\xcf\xcb\x6b\xfb\x8e\ \xbc\x2f\x5f\xaf\xc6\x41\x67\x1c\x2e\x5f\x13\x44\x2b\xee\xdb\xdc\ \x2a\x59\xc2\xb5\x46\xbd\x9a\x17\x29\xea\x28\xa7\xb0\xe1\xf0\x55\ \xf3\x99\x7c\xc9\x62\xa9\x56\x33\xba\x6a\x06\xbc\x54\x5e\xe2\x70\ \x88\x1c\x8e\xea\xca\xfa\x7a\xd5\xe7\x88\x87\x59\x8e\xb0\x08\xf0\ \x4a\xa1\x00\x47\x89\xbc\xa2\x4e\xe4\x42\x85\x01\x70\x13\x60\x8a\ \x02\x38\xa3\xcb\x80\x15\xa4\xd0\x1c\x3e\x9f\x84\xa5\x10\x50\x44\ \x12\xd0\x1c\x85\x42\x11\x16\x29\x38\x02\x11\xb1\x95\x2c\x72\x65\ \x04\x02\x16\x4d\x14\x66\x4a\x00\x9f\x48\x34\x01\x96\xac\xf3\x21\ \x35\x23\x33\x99\xcf\xaf\x3d\x5a\x2c\x3e\xf8\x09\x30\x98\xb5\xfb\ \x2b\xe1\xaa\x83\xc2\xa1\x91\x09\xed\x70\xa4\x75\x76\x93\x5b\x71\ \x24\x0e\x89\x22\xe2\x38\x2c\xb4\xb6\x36\x38\xe2\x40\xe6\x88\xed\ \xfd\xf3\x93\x23\x23\x43\xc3\xa7\xe6\x47\x06\xd7\x7e\xfe\x8f\x7f\ \xb5\xd5\x7e\x7c\xba\x99\xaf\x95\x44\x68\xe7\x2d\x00\x71\xba\x5a\ \x5c\x24\x10\x28\x9a\x0e\x01\x45\xa2\x63\x81\xf3\x07\xe1\x76\x65\ \x1c\x3a\x8b\x84\x29\xa0\x38\x60\x3b\x0a\x89\xab\x0a\xd6\xd1\x82\ \xd2\x5a\x45\x78\x0e\x93\x26\xe0\x58\x68\xe0\x0c\x69\x64\x18\xba\ \x28\x1c\x70\xa9\x00\x81\x18\x3c\xb1\x9d\x80\x6b\x7d\xc1\xa0\x52\ \xaa\xf9\x1d\x6c\xb1\x52\xca\xa0\xeb\xe5\x36\x8d\x16\xe5\x7d\x6a\ \x0d\x2a\x8d\x49\xa9\xa2\x1e\xa0\xca\xe9\x42\x3a\x5a\x5e\xa2\x51\ \xba\x6d\x66\xb7\x49\x0d\xe7\x72\x2e\x94\xf0\x58\x0d\x36\x6f\x28\ \x55\x0e\x26\x23\x9e\x93\xd9\x44\x24\x14\xd0\x3a\xd3\xc7\x67\x6c\ \xb1\x90\x3f\xe4\xcf\xa5\x63\x21\x90\x32\xb7\x55\x6d\xb0\x39\xd3\ \x59\x6b\x22\xfb\xc6\xd1\xec\x6c\x25\x99\x05\xa0\x1a\xcd\xb9\x23\ \xd1\xf2\xcc\x44\x2e\xeb\x8d\x55\x92\x69\x4f\x24\x59\x3e\x39\x5e\ \x99\x3e\x39\x33\xf5\xc6\xf8\xe8\x09\x54\xfa\x80\x42\x19\x72\xe5\ \x98\x51\x13\x0a\x79\xd2\x69\x6f\x2c\x69\x76\xa6\x12\x91\xa0\x35\ \xe8\xf7\x6a\x22\xd1\x64\x0a\xb4\x27\x97\x8b\x25\x42\xde\x40\x34\ \xe9\x0e\xe4\x62\xd1\x90\xdb\xe3\x75\xdb\xcd\x36\xb7\x3d\xe5\xb5\ \x6b\xd5\x6a\xbd\xc6\xaa\x04\xce\x51\xea\x85\x42\x06\xc3\x6c\xb7\ \x5a\xd5\x76\x93\x55\xe3\x8f\x78\x43\x7e\x6d\x32\x65\xb3\x59\x83\ \xee\x1c\xd8\x43\x6d\x28\xe1\x76\x7a\x83\x21\xa7\x31\x14\xb1\x02\ \x49\xe5\x62\xa9\xf4\xb8\xdb\x5b\x09\xa6\x62\x39\x13\xba\x6e\x18\ \x4a\x25\x43\x51\x77\x72\x3c\x58\x48\x79\x92\xb9\x54\xb4\x5c\x38\ \x11\x99\x8d\x84\xb2\xa1\xdc\xd4\xcc\x6f\xff\xfe\xc1\xaf\x8f\x14\ \x7e\xf3\xc6\xf1\x77\x7e\xf9\xd6\xf4\xab\xef\xe6\xa2\x6e\xb5\x56\ \xae\xd2\x2a\xc5\x2a\x3a\x17\x99\x51\x99\x1c\xb5\x6b\x62\xab\xf4\ \x2a\xa1\x1a\x88\x8a\x0b\x2e\x42\xab\x17\xea\xb5\x6a\xb8\x47\x2c\ \x36\xe8\x95\x32\x83\x9c\x27\xe3\xc9\xf9\x3d\x3c\x06\x88\x15\x0c\ \xef\x80\x59\x3c\x1e\xb7\xef\xe4\x93\xbd\x63\x31\xa3\x58\x6d\x28\ \x1c\xb9\xea\xab\x39\x98\x2d\x60\xef\x5a\x5a\xda\x87\x26\x47\x06\ \xbb\xf1\x6d\xfd\x20\x56\xdd\xed\xc3\xfd\x2d\x9d\x9d\xdd\x83\xa0\ \x36\xd8\xb6\x56\x7c\x2f\x90\x79\x2f\x8e\xdc\x0f\x07\x13\x1e\x0f\ \xc0\x35\xd4\xde\x02\xfe\x91\x34\x38\x38\xd8\xda\xd9\xcd\xc4\x74\ \x77\xe2\xde\x65\x3b\x7f\x43\x1e\x6e\xdc\x55\xec\xe0\x59\xa7\xda\ \x68\x67\xc7\x06\x4f\x77\xb7\xe2\x5a\x06\xf1\x9d\x87\x69\x71\xc2\ \x61\x72\xcb\xa9\xf9\xf3\xf3\x23\xf3\xa7\x47\xce\xce\xb5\xcc\x6f\ \xcc\xcd\xcd\xaf\xae\x5e\xb8\x70\xf1\xfc\x99\xb5\xfd\x5d\xd4\xa6\ \x61\x63\x6d\xe3\xd1\xea\xee\x85\xd3\x0b\xe8\x0a\xe1\xc2\xda\xda\ \xc2\xfe\xee\xff\x2f\x58\x48\xb8\xe6\xdf\xbd\x71\xea\xec\xf6\xb9\ \xea\xb3\xfd\xb6\xfe\xb3\xcb\x73\x17\x9e\xdd\x7c\xf6\xf3\xe3\xdb\ \x4f\x6f\x7c\x77\xeb\xf6\xb5\xeb\xdf\x3e\x5e\xdc\xfb\xee\xe3\x3b\ \xdf\x5d\xfb\xe6\xc1\x83\x7b\x37\x9e\xfc\xf0\xf4\xfc\xda\x69\x52\ \x7d\x71\x71\xe7\xd3\xcd\x95\xad\x46\x73\x65\x0b\x85\x26\x08\x98\ \x25\x38\x9a\x05\x3a\x11\xd0\x00\x09\x4f\xa2\x61\x5a\x5b\x5a\x31\ \x04\x0c\x2a\x70\xec\x45\x95\x0d\xe0\x0f\x5b\xdb\x28\x94\xb6\xf6\ \x31\x5a\xc4\xac\x54\x7b\xec\x1a\x83\x94\x2e\x13\xf3\xc5\xbc\x2e\ \x36\xbd\x63\x60\xe0\x00\xf8\xba\x83\x07\x7a\x3a\xba\x7a\xfa\xba\ \x3a\xe8\x1d\x5d\x7d\x6c\x6d\x22\xe6\xd6\x50\x0f\xa2\xa8\xaf\x8e\ \x3e\x14\xa4\xd3\x05\xaa\x36\x60\x53\x7c\xf8\x97\xae\xae\xae\x03\ \x7f\xeb\x29\x14\xad\x7d\x54\x46\xd7\x21\xd4\x74\xb4\x67\xa0\x8b\ \xdb\x31\xd0\xc1\x85\x3f\x3f\x15\x5d\x25\x14\xeb\xad\x5a\xb1\x4a\ \x6a\xe0\x29\x95\x5e\x67\x6e\xea\x73\xd1\x19\xc5\x6f\xa9\x5d\x7f\ \x0e\x72\x81\xd3\x40\xa9\xd0\x12\x20\x2a\x9f\x2f\x56\xe9\xe5\x32\ \xae\x50\xca\x35\x68\xc5\x60\xf1\x6d\xef\xdd\xf7\xc8\x94\xd2\x8a\ \xc0\x85\xc3\xb7\x74\x36\x2e\xdd\xe8\x3f\x7f\x43\x09\x8e\xf0\xd7\ \x23\xab\xf8\x4b\x8d\xa1\x53\x9d\x67\x9f\xfd\x0c\x06\x9b\x56\x5a\ \x6a\xe4\x59\xe1\x52\x2d\x9c\x0f\xd7\x97\xd6\xeb\x61\x9f\xaf\x51\ \x02\xc3\xe7\x7b\xde\xf6\xd3\x57\x72\xd5\x97\xdf\x23\x3b\x3d\x00\ \x00\x20\x00\x49\x44\x41\x54\xe2\x19\x45\xa9\x51\xca\xd4\x1a\xe1\ \x7c\xbc\x64\xf1\xe9\x2c\xbe\xfc\x52\xbd\x5a\xd3\x29\x7c\x3e\x10\ \xb5\x5a\x98\xe5\xcb\x84\x15\x4c\x45\x38\x1e\xaf\x5a\x14\x16\x81\ \x24\x83\xd6\xff\x49\x7c\x16\x97\xaf\x5e\xaf\xbb\xc0\x67\x85\x33\ \x61\x89\x42\xe1\x50\x30\x59\x68\x02\x4b\xa7\x70\x49\x38\x02\x16\ \x85\x45\x23\x01\xe9\x08\x74\xa0\x5f\x20\x16\x0a\x9d\x83\x42\xd3\ \xd1\x68\x12\x9a\x80\xa4\x20\x91\x38\x4c\x01\x09\xf4\x4b\x27\xa1\ \xb0\x32\xe8\xe1\x3a\x09\x9a\xb9\x07\x0a\x0c\x3b\x6a\x9b\xcd\xcd\ \xcd\x8c\x48\xe2\x63\x81\x86\xb0\x74\x55\x97\x83\x45\x11\xf9\x58\ \x0a\x96\x0e\x75\x11\x25\x13\xb1\x2c\x1a\x91\x8c\xeb\x1e\x9a\x9b\ \x3b\x7c\xea\xf0\xe1\x91\xb1\xe1\xf6\x8b\x37\xff\xe7\xbf\xdb\x7d\ \x4b\xdb\xdb\xf1\x0c\xc0\x93\x2f\xa3\xe3\x28\x44\x1c\xd8\x3f\x1d\ \x85\xe3\x08\x5b\x5c\x80\x84\x71\x85\xc3\xa1\x70\x64\x4a\x20\x4e\ \x60\x75\x75\x3a\x57\x23\xe3\x12\x09\x14\x19\x30\xad\x4c\x96\x48\ \xc1\xa4\xc0\x0e\x61\xd1\xd4\x1c\x89\x03\xec\x47\x61\x92\x48\x14\ \x0e\x99\x8c\xa1\x90\x48\x44\x0a\x9e\xd0\xde\xfa\x82\xca\x04\xe3\ \x05\x43\x29\x67\xf0\x65\x72\xeb\xf3\x98\x19\x3b\x9c\x50\x06\x83\ \x51\x2e\x56\x73\xfb\xa4\x6a\xa1\x50\x6c\x56\xcb\x61\x4c\x93\x9b\ \xb5\x06\x03\x40\x93\x3d\xe4\xc9\xd9\x6c\x66\x8d\xc6\x9f\x9e\x29\ \x16\x6d\xce\xd4\x54\xd2\xee\xb5\x25\x6c\x81\xec\x84\x27\xe1\xb4\ \x06\x23\xef\x46\x63\xc9\xd1\x68\xc4\x14\xb0\xa9\x8d\x41\x8f\xc7\ \x9b\x1c\x7f\xab\x38\x33\x93\x28\x1e\x9b\x9a\x9d\x9e\xf1\x78\x12\ \x53\xb3\x27\x00\xc5\xb2\xe9\xd1\x63\xc9\xd1\x72\xb6\x7c\xbc\x90\ \x9c\xf8\xf5\xc9\xf2\xf8\xe8\xc4\x4c\xb2\x12\x3d\x7e\x74\x34\x5d\ \x0c\xe6\xd2\x13\xe3\xa3\xa1\x74\x2c\x17\x48\x26\x9c\xc1\x62\x2e\ \x9a\xcc\x26\x43\x56\xb7\xdf\x16\x45\xaa\x04\xb4\x95\x1d\xf7\xc7\ \xec\xc1\x62\x0c\x75\x36\xb5\x07\x82\x4e\xb3\xc9\x18\x50\xfb\xfd\ \x36\xab\x56\xa3\x31\x9b\x64\x5a\xbd\x5c\x2c\xe6\x0b\xbb\x3a\x94\ \x26\xaf\x21\xa4\xb1\xba\xdd\x85\x98\xd7\x69\x72\x26\x52\xa9\x84\ \xcd\xeb\x87\xaf\x4d\xb6\x68\xd0\xe9\xb4\x85\xa2\xf6\x50\xc4\x1b\ \x4d\xa4\x0b\xb1\x6c\xa0\x90\x48\x26\x43\xc5\x50\xb1\x90\x9b\x8a\ \x95\x93\x81\x5c\x25\xe1\xf1\x47\x03\xa9\x82\x3f\x96\x4b\xc4\x26\ \x2a\xc5\xf1\x99\xf1\x50\xae\x50\x0e\xa4\x2a\xb3\x2f\xbf\x7b\xec\ \x37\x33\x13\xc7\x26\x2a\x27\x8f\x8d\xcf\x4e\xa4\x9c\x5e\x8d\x52\ \xaa\x54\xca\xd4\x6a\x36\x5a\x21\x2b\x96\x8a\xa5\x5c\x2e\x5f\x69\ \x85\x7d\x90\xc9\x78\x06\x21\x8f\x0f\x2a\x25\x95\x83\x51\x15\x8b\ \xcd\x06\x2b\x9d\x0d\x66\xb0\x43\x26\x95\x82\xb4\x51\xb9\x6c\x46\ \x07\x1c\xfb\x3c\xb1\x8c\x21\xcc\xba\xff\x74\xd2\xa0\xd1\xdb\x66\ \xfe\x71\x49\xa1\xe0\x80\x93\xef\xec\x1f\x1c\x3e\x3c\x34\x3c\x32\ \xd4\x36\x32\xd4\xdf\x39\x74\xb8\xb7\x77\x68\xb0\xb7\xb7\xb5\xb3\ \x77\x78\xb0\xb3\x1d\x8b\x01\xd5\xea\xc4\xb5\x75\xc2\x07\x1f\xb9\ \x7b\xa4\x05\x87\xc7\x61\x3a\x71\x64\x3c\x11\xdb\x39\xd4\x3e\xd4\ \xdd\xdd\xad\x88\x0b\x5a\x31\x2d\x69\x7e\xec\x6d\xcc\x98\xe3\x9e\ \x82\x38\x78\x7a\x9e\xd6\xd2\xdb\x3a\xc9\x74\xe0\xdb\x5a\x89\x58\ \x87\xae\x7f\xac\xb7\xe5\xec\xc2\xf9\x0b\x73\x23\x67\xcf\x4c\x9e\ \x3f\x33\xd9\xbb\x76\x61\xf2\xfc\x1c\xea\x7f\xb5\xb0\xba\xf6\x68\ \x63\x75\xe3\xd1\x85\x8d\x8d\x65\x74\xe3\xcc\xd9\x85\x7d\xf8\xf2\ \xe2\x1a\x7c\x85\x9a\xf5\x81\x53\xdc\x58\x5b\xbb\x40\x78\x85\xb8\ \x7b\x21\x5c\xd3\x5d\x1c\xa3\x8c\x6c\x2c\x4f\x02\x61\xfd\x6b\xe9\ \xeb\x4f\xaf\x7d\xbb\xb7\x77\xfd\xbb\xdb\x7b\x97\xee\x7d\xfc\xd9\ \x97\x7b\x7b\xb7\xaf\xdc\xdb\xbb\x7d\xef\xe3\x7b\x63\xe7\xc9\xeb\ \x5b\x3b\x0f\x7f\x5c\xdc\x5a\x5f\xdc\x8c\x87\x4b\x02\x57\x49\xc7\ \x64\xb9\x74\x64\x1a\x93\x49\x86\x91\x9b\x42\xa0\xb4\x81\x3c\xb5\ \x62\xc8\x64\x42\x2f\x10\x16\x6a\xd9\x47\x20\xa2\x40\x46\x78\x46\ \x87\xcf\x99\x4c\x56\xaf\x49\xad\x32\xa8\x65\x42\xbd\x58\xc6\xe3\ \x75\xf0\x40\x6f\x0e\x75\x1d\x44\x4d\x63\x00\x53\xbb\x0e\x31\x5e\ \xec\xe8\x00\x5a\x8a\xbc\xf9\xdb\x29\x27\xf5\xc5\x81\x17\x0f\xfe\ \xee\x00\x97\xdd\xd5\xd5\xd7\x47\xed\x62\x68\xe2\x2f\xff\x37\x70\ \xd5\x8b\x7f\x53\x7f\xbf\x7e\xc4\xcb\xfe\x1d\xa3\xa3\xa3\x63\x80\ \xd1\xd3\x87\x62\x97\xfa\xa8\xe0\x15\x61\xd0\xe0\xf3\xc4\x62\x25\ \x08\x22\x98\x7b\xa9\xc1\x19\x7b\xe7\xa5\xdb\x9d\xa7\xab\xa3\xbf\ \x2b\xbc\xc6\x97\xd1\xc1\x28\xf2\xd9\x32\x40\x3b\xd0\x2c\xbd\xe1\ \x79\xff\x48\xa5\xca\xa8\x35\x1b\xd5\xca\xe8\xd3\x3f\x8a\xa5\x4a\ \xe1\x75\x8b\x8e\x05\xb8\xba\xf9\xe9\xca\xe1\xc1\x59\x18\xfa\x8d\ \x57\x2e\x9c\xdd\xfa\xe1\xc1\x3c\x85\x34\xbf\xfb\xf3\xfe\xda\x23\ \xc9\x7a\x09\x59\xba\x78\xc9\x01\x9f\xeb\xe0\xff\xf2\x16\x57\x33\ \xec\xaa\xd7\x50\xf9\x51\x73\x2b\x63\xa9\x2e\x65\x14\x3a\x5f\x3c\ \x5e\xca\x94\x5c\x99\xbc\xc5\x81\x8c\xe0\xd2\x92\x43\xe2\x73\x28\ \x7c\xf1\x3c\x88\x8f\x45\xe4\xb3\xe4\x7d\xc0\x57\x22\x85\x44\xa1\ \xb3\x08\x40\x58\xd0\x75\x35\x81\x44\x20\x01\x62\x0b\x37\x4a\x2e\ \xc0\x2a\x05\x8d\xe8\x83\xef\xd2\x98\x2c\x16\x93\x23\x91\xb0\x58\ \x0e\xd4\xf0\x3f\xa3\x03\xdb\x48\x53\x70\x58\x0a\xa4\x12\x60\xf8\ \x24\x00\x6b\x34\x20\x17\x85\x8e\xc8\x22\xb1\x58\x44\x30\x81\x2c\ \x8a\xce\xc2\xf2\x89\x24\x2e\x54\x4e\x51\x6a\x2c\xe9\x6a\x55\x4b\ \xb5\xd1\x8c\x8b\xc8\x58\x22\x87\x23\xa0\x09\x5a\x09\xf0\x9a\xe0\ \xff\x3f\x92\xce\xc4\xad\xad\xf3\xcc\xdb\xd1\x3a\xda\xa5\x6a\xdf\ \x90\x90\x40\x3b\x42\x12\x5a\xd0\x8e\x34\x92\x10\xda\x2f\xad\x23\ \xc9\x52\x42\xb7\xa4\xc8\xb4\x89\x32\x02\xd2\x98\x9a\x04\x6c\x6c\ \x28\x10\x0d\x83\xcb\x57\xc2\xd2\x76\x42\xc1\x94\xe2\xc4\x9f\x0b\ \xed\xb4\x0c\xc9\x65\x3b\xae\xe3\x26\x4d\xdc\xd8\x59\x9d\xc4\xf5\ \x95\x6b\xfc\x67\x7c\xcf\xeb\x4f\xde\xb0\x10\x20\xe9\x9c\xf3\x7b\ \xef\xfb\x9c\xf7\x7d\x9e\x2e\x0c\x11\x83\x91\xd1\x01\xfc\x71\x6e\ \x16\x8e\x81\xed\x19\xd9\xdc\x5c\x5a\x5a\x5a\x99\x1a\x19\xa1\x6f\ \x3f\xfc\xd7\xcf\x49\xed\xdb\xc7\xb7\x0e\x0f\x5b\xc1\x3c\xbc\x0a\ \x78\xb6\xfa\x28\x00\x1d\x4f\xef\xe7\x2a\x81\x14\xdd\x6a\xb5\x5f\ \xde\x0a\x06\xf3\x54\xb7\x3e\xaa\xf6\x83\x03\xe6\x81\x0c\xf5\x3c\ \x10\x5b\x86\x92\xc5\x10\x90\x59\x4a\x30\x59\xb5\x1c\x43\xa1\x3d\ \x39\x69\x26\xa0\x09\x70\x14\xf8\x45\xe3\xca\x29\x74\x22\x85\x8c\ \x2a\x8e\xaa\x6c\x66\x85\x4d\x2b\xec\x15\xeb\x0c\x06\x0f\x6a\xa6\ \xee\x34\x02\x0f\x68\x0d\x6c\x8d\x4a\xab\x00\x2c\x70\xc0\xd6\x90\ \x5a\x40\xad\xcc\x4e\x4f\xdc\x5b\x72\x5a\x3c\x09\x4f\xc8\xee\xb0\ \x07\xca\x05\x8f\x37\xe2\x0c\x95\x00\x7e\x32\x90\x07\x13\xa3\xbe\ \x74\x12\x2d\x8f\x77\xc6\x5c\xd5\xf9\x64\x3a\x6c\x0f\x9b\x42\xde\ \xb4\x39\x51\x68\x4e\x37\xa7\x1b\xd5\xb1\x99\xf9\x73\xa5\x48\xa1\ \x30\x7f\x3e\x37\x16\x8b\x65\x4a\xd3\xb5\x64\x0d\x52\x6b\x71\x72\ \xbe\x30\xdf\x28\xcf\xbf\x38\xf7\xd2\xfc\xc4\xc4\xd9\xc9\x6a\x22\ \x3e\x91\x2c\x96\xc7\x7c\xd5\xc6\x68\xa1\x5c\x2d\x86\xe7\x32\xe0\ \x87\x63\xe7\x1a\xb9\x5a\xb9\x90\xb1\x54\xe3\xa3\x33\xa5\x72\xa1\ \x0c\x5f\x5b\x4a\xa6\x03\xcd\x5c\x29\x57\x28\xa4\x63\x3e\xaf\xc7\ \x15\xce\xf8\x5c\x01\x8b\xd7\xa2\xb2\x18\x5c\x36\xa9\x58\x87\x2a\ \xad\xb9\x8c\xae\x98\x2b\x66\x8f\x27\x73\x81\x58\x2c\x19\x2a\x15\ \x3c\xe6\x78\xd8\x15\x71\x99\xed\x61\x90\xc2\x40\xb2\x14\x81\xe0\ \xf2\x25\xbc\xa1\x48\x29\x59\x2a\xf9\xc6\x66\xc6\x4a\xa3\x89\x5c\ \x2d\x99\x4b\x14\x42\xb9\x89\x5c\xa1\x94\x09\x05\x12\xc9\xea\xd9\ \xdc\xd9\x97\x9b\x4d\xf8\xc9\xb9\x78\x66\x72\xfa\xdc\x4b\xb3\xaf\ \xfe\xf8\xfc\x74\x61\xe2\xd5\x8b\x0b\xcd\x73\x80\x5f\x09\x03\x5b\ \x2a\xd5\xa9\xb4\xc0\xa9\x06\x87\xc4\x24\x41\x37\xa9\x46\x63\x56\ \x00\x6f\x29\x84\xb0\xab\x33\xa5\x20\x8d\x52\xb4\x4a\xdb\xa0\xb3\ \x18\x25\x5a\xa0\x30\x31\x40\x60\x87\x54\xa2\xd5\x28\x0c\xe0\x88\ \x16\x95\x46\x17\x18\xfb\xf9\xc7\xbf\x9c\x86\xb7\xe4\xfe\x32\xc5\ \x4f\xc0\x50\xf0\x24\x2c\xb6\xaf\x2b\x2b\xea\x1a\xee\xc9\xf6\x8d\ \x4c\x4d\x2d\x65\x65\x59\x11\x1d\x2b\xeb\xea\x19\x1c\xee\xa1\xd0\ \xc1\x10\x09\x74\x1c\x96\xf4\x64\x12\xb8\x8c\x81\xed\xea\xc3\x63\ \x45\x18\x1e\xaa\x7d\x8e\xc3\x88\xc6\xfb\xb2\x53\x14\x72\x1b\x27\ \xa0\xd1\x69\x66\x6d\xe9\xbb\x94\xa5\x4f\x6e\xb3\x7a\x56\x77\xf0\ \x5b\x78\x4c\xeb\x16\x06\x3b\x92\xb5\xe6\xe5\x84\x61\x62\x76\x67\ \x6f\xe7\x68\x6f\x73\x7b\x65\x75\x7b\x75\x6a\x04\x3b\xb5\xdb\x73\ \xb0\xb9\x79\x7d\xfb\xe4\xc1\x03\x74\xe5\xef\xe0\x04\x55\xf0\x03\ \x0d\xbc\xbb\xb1\xbe\x7b\x84\x66\x6c\xdf\x85\x98\xba\x7e\xf7\xff\ \x4f\xc6\x02\x53\xdc\xfe\xe9\xfc\xe1\xb6\x3f\xd8\xaa\x6c\x62\xb0\ \xeb\xbb\x53\x77\xbf\x7d\xf0\xf8\xd6\x6f\xff\xf9\xc7\xff\xf9\xdb\ \xdf\x3f\xf8\xec\xef\x1f\xa7\xbe\xf9\xe0\xb3\xff\xf9\xea\xad\xbf\ \x7d\xf5\xd6\x3f\xfe\xf6\xd5\xa3\x4f\x89\xc4\x5b\x7f\x7f\x74\x7c\ \xeb\xa3\x6b\x5f\x7f\x72\xab\x1d\x44\x8d\xd1\xa3\x6e\x79\x30\xca\ \xc5\xa1\xab\x41\x2c\x06\x85\x8a\xc7\x60\xb0\x58\x12\x9e\xc4\x22\ \x13\x88\x44\x32\x1c\x18\x24\x3c\x99\x4c\x27\xe0\x71\x24\xd2\xb0\ \x3f\x12\xb2\x78\x23\x26\x9b\xcd\x06\x83\x12\xd0\x28\x24\x3d\x20\ \x52\x77\xe7\xd0\x85\xfe\xce\x0e\x61\x6f\x27\xea\xfb\xd6\x29\x14\ \x76\x77\x72\x84\x89\xef\x7e\xf7\xe5\xa2\x83\xdf\x3b\x74\xba\x1b\ \x75\x2c\x01\xd7\xee\xed\x36\x55\x9e\xfe\xbf\xfd\xfd\xbd\x43\xec\ \x99\xb7\x0f\xbf\x17\x72\xb2\x7b\x3b\x99\x9d\xa7\xbb\x3b\xba\xd9\ \x62\x29\xb3\x97\xd3\xd1\xcf\xe4\xf3\x51\xef\x00\x85\x01\xb6\x91\ \x51\x0a\x99\x14\x9b\xfb\xf7\xbf\xdc\x9a\x1a\xfc\xd4\x24\x79\x27\ \x23\x55\x88\xd9\x12\xb6\x14\x9d\xc6\x52\xf0\x25\x26\x93\xc1\x80\ \xe0\xca\x60\xb0\x99\x1d\x36\xb3\xe9\xd5\xdb\x63\xb0\xe5\xcd\x5b\ \xcb\x6e\x9e\x95\x92\xdd\xff\x54\x39\xa8\x34\x9a\x7c\x9a\xe4\xf2\ \x09\xfd\xd3\x6b\xf5\x75\xec\xe0\xd4\xd1\x1d\x80\x52\xde\x56\xbe\ \xed\x47\x27\x9f\xdd\xa9\xc3\x56\xbd\xfd\xd1\x56\x25\x5a\x39\x5e\ \x8b\x46\xeb\xd6\x96\x3b\x7f\x6b\xbf\xe2\xdf\x6f\x03\x1e\xb5\x5b\ \xa9\xad\x4a\x2b\x9f\x8f\xc2\xbb\xd3\x52\xd7\x83\x41\xb7\x5b\x9f\ \xb2\xfa\x83\x7a\x65\x90\x0a\x26\xd6\xb2\x46\xa3\x79\x77\x65\x19\ \xd5\xe7\x4b\xe9\x05\x4a\xc0\x30\xab\x95\x8b\x56\x92\x5a\xad\x87\ \x75\x3d\x97\xc6\x92\x5b\xad\x95\xbc\x9c\xcb\x53\xab\xb9\x54\x44\ \x59\x3c\xa5\x80\xc5\xd2\x2b\x79\xc1\xa0\x9e\xe7\x96\x47\xdd\x4a\ \x96\x35\xa5\x67\x51\x51\xe7\x54\x25\x8b\xc5\x90\x2b\x53\x20\x60\ \x6a\xae\x00\xb5\x53\x0b\xba\xe5\x7e\xab\x5c\x5e\xa9\xe4\x53\xf5\ \xe3\xfd\x7a\x94\x27\xb0\xba\x5b\x4a\x1c\x83\x42\xe3\xe9\xd5\xb8\ \xae\x6c\x57\x9f\x08\x20\x12\x6e\x80\xbf\x78\x0c\x81\xc4\xd0\x93\ \x05\xe4\xe1\xa5\x8d\x95\xa5\xa9\xd5\x91\xa9\xf1\x41\xfa\xce\xb7\ \xdf\xf9\x9c\x56\xdf\x3f\x8e\x7e\xfd\xe5\x9a\x3f\x9a\xdf\x6f\x55\ \xdc\x6e\x75\xfd\xd0\x8d\xa6\x84\xc1\x33\xa1\xaa\xad\xf0\xf4\xac\ \xe0\xb1\x7a\x2e\x17\x42\x4a\x1e\xb4\xaa\xd5\xf9\x14\xfc\xc8\xbc\ \xdb\x2d\xe0\x51\xb9\x72\x9c\x52\xfe\xe4\xd9\x62\xf0\x34\x1e\xb0\ \x16\x38\x21\x03\xd2\x8a\x47\xa3\x72\x31\x14\x12\x99\x40\x21\x3e\ \x25\xee\x00\x19\x51\x48\x3a\x84\x1d\x7c\xa3\x4e\x6b\xb2\xb8\xbc\ \x01\xb3\xc9\xe4\xb1\xb0\xb5\x1a\x21\xea\xe9\xac\x50\x18\x15\x3a\ \x9d\xd4\x65\x8e\x38\x9c\x96\x70\xac\x18\xb3\xa7\x03\x81\x88\xc5\ \xee\x0d\xdb\x12\x01\x53\x3c\x66\x8e\x47\x32\x91\x58\xa1\x1c\x08\ \xd7\xca\x01\x9f\xb7\x78\xb1\xe0\x88\x58\x2c\x0e\x67\xb8\xd6\x68\ \xe6\x02\x8e\x50\xcc\x99\x4c\x78\x46\x9b\xb5\x74\xa8\x10\x1f\xab\ \x65\xd2\x63\x73\x33\x73\xa3\x90\x07\xb5\xc9\x5c\xb5\x58\x2c\x9f\ \x99\x3f\xfb\xf2\xdc\x5c\xa6\xb6\xd8\x7c\x01\x80\x6b\xe1\xec\x0b\ \x0b\xd5\x42\xa2\x71\x7e\xa2\x90\x69\xce\x54\x67\x13\xd5\x5a\xa6\ \x3c\xef\x8d\x14\x1c\x99\xb3\xa5\xb1\x52\xf1\x85\x6a\x21\x90\x8b\ \xa3\x39\xe9\xa3\xc5\xd9\x1a\xa4\x47\x60\x36\x99\x6e\x24\x92\xc9\ \x1c\x7c\xc2\xe3\x98\x08\x7b\x9c\xa6\x70\xcc\xe7\x30\xdb\x9c\x26\ \x0d\x5b\x2c\x66\x4b\x75\x52\x73\xc2\x18\xf2\x26\x13\x80\x4a\x85\ \x46\x0c\x54\x12\xe4\x2f\x92\xcc\xc5\xed\xbe\x74\x24\xe6\x8b\x78\ \x32\x10\xb9\x81\x74\x3a\x13\x4b\xc4\xc2\x81\x44\x7a\x2c\x52\xca\ \x85\xbd\xe9\x34\x5a\x66\x98\x8b\x57\x03\xcd\x99\xa4\x2f\xe1\xc8\ \x54\x6b\x0b\x10\x4d\xb3\xe1\x99\x9c\xaf\xdc\x38\x3f\xf6\xc3\x9f\ \x2d\xbe\x3a\x5d\x2e\xcd\x94\x27\x9b\x73\xe5\x52\xc8\xe1\x03\x84\ \xd2\x28\x74\x36\x2d\x90\x94\x8a\xcd\x86\x83\x49\x2c\xd5\x48\x34\ \x06\x1d\x9b\xc3\xe1\x4b\x6d\x5a\xf4\x39\x9b\x58\xa7\xd5\xf0\x41\ \x1b\xa5\x62\x85\x44\x2b\x66\x42\xb8\x89\x61\x24\x77\xd9\x0d\x0a\ \xbe\xdd\xee\xb4\xbb\xd8\xb9\xbf\xe4\x2c\x0e\xc7\xf4\x65\x56\xcf\ \x78\x0f\xf0\x14\xa1\xab\x2f\xdb\x23\xc3\x03\x71\x6f\x6c\x4c\xf5\ \x75\x0d\x2f\xad\x2c\xa1\xe9\x08\xd9\xa9\x1e\x11\x71\x7c\x58\x84\ \xed\x91\x75\xc9\x88\x14\x2c\x19\xdf\x47\xa0\x92\x89\x7d\xd4\x5b\ \x98\x2c\x06\x47\x27\xd3\x68\x2c\x3d\x46\xb4\xba\xb4\x44\xcc\x8e\ \x90\x31\x2d\xc8\xb8\x95\x2b\x9c\x44\xf1\x99\xe8\xb0\x9b\x20\x5a\ \xda\xe8\x63\xc9\x2b\x97\xf5\xe3\x23\xa2\xdb\x00\x65\x32\xec\xea\ \xee\xf5\xdd\x9d\xbb\x47\x7b\x7b\xab\x9b\x3b\x9b\x23\xeb\xeb\x23\ \x3b\x07\x7d\xab\xe3\x47\x68\x9e\xc2\x11\xa8\xe1\xc1\xc1\x0e\x30\ \xd5\xd1\xcd\x93\xa3\xcd\x9d\xa3\x75\x88\xaf\x9b\x07\x27\x37\x51\ \x89\x77\xf0\xc3\x27\x5e\xb8\x1d\x9d\xf8\x21\x66\x90\xb1\x34\x2c\ \xbb\xa9\x5f\x7f\xb8\xb4\xf7\xf0\xe4\xf1\xfe\xef\xde\x7a\xfb\xbd\ \xbf\x7f\xf0\xb7\x2b\x6f\x7c\x86\xbd\xf7\x8f\x37\xfe\x71\xf5\xca\ \xc7\xf7\x3f\xfb\xec\xcf\x9f\x7e\xf6\x81\xbc\xf2\xe6\x87\x1f\x6e\ \x1d\xde\xfe\xe4\x78\x6d\x79\xd9\x0f\xfe\xa2\xb7\x06\x79\x7e\x01\ \x15\x46\x55\x2a\x8e\x4a\x66\x80\x67\x10\x08\x04\x59\x8f\x08\x4f\ \x24\x90\xf1\x58\x22\x1d\x8f\xc1\x93\x49\x70\x8c\x90\x28\xd8\x9e\ \x9f\xd8\xcd\x8e\x40\xc8\x07\xba\xaf\xb2\xb9\x24\xf0\x1e\xa3\x7a\ \x58\x9d\x9d\xec\x8e\xa1\x21\xd4\x5c\xa2\xf7\x42\xef\x10\xbf\xe3\ \x49\xef\xef\x53\xe2\xe6\xf7\xfe\xf4\xeb\xe7\xce\x79\xf9\x17\xba\ \x51\xfd\x85\xfe\x4e\xbe\x50\xa8\xb8\xfc\xee\x85\x8e\x53\x43\x6c\ \x4f\xee\xe7\xcf\xbd\xfd\x41\xc8\x87\x5a\xc1\x75\xf6\x72\x38\x1c\ \x31\xbf\x93\x2f\x91\x40\x1e\xc1\x77\x63\x2a\x74\x1a\x83\xd6\x00\ \x83\x87\x39\x50\x78\xe6\xf7\xf7\x95\xe3\xe4\x73\xbd\xd3\x3f\x15\ \x2b\x98\x12\x29\x9b\xcf\x97\x6a\x35\x12\x66\xbf\xd4\xa9\x13\x4b\ \xc4\x36\xa3\xce\x82\xda\xe4\x8a\x4d\xbe\x77\x3e\x70\x18\x0c\x8a\ \x8b\x02\xbf\x9a\xc5\x25\x51\x6e\xdc\xef\xdb\x78\x97\xad\xb3\x9b\ \x5e\xb4\xee\xa5\xbe\xfc\x32\x7b\xb4\xba\xb7\x09\x6f\xdc\xc3\x87\ \xf2\x65\x3f\x98\x5e\x6a\x0d\x2d\xc8\x89\xfa\x5b\xf5\xe5\x4a\xb4\ \xbd\xb5\xd6\x5e\x0b\x5a\xeb\xe0\x73\xad\x56\xfd\x30\x15\x45\x72\ \x08\x69\x51\xa9\x2c\x07\x83\x29\x3f\x60\x4d\xb4\x9e\xcf\x83\x42\ \x59\x53\xa0\x52\x02\x81\xdb\x9a\xf2\x47\xfd\xf9\xfc\x93\x1e\x39\ \xfb\x29\xb8\x5f\x9d\x97\x07\xdd\x5c\x81\x32\x5a\x51\x2b\x53\x6b\ \x90\x30\x02\x79\x9e\x67\xd5\xe3\x78\x08\xcc\x04\x90\x12\x7e\x2e\ \x9a\x26\x22\x17\xb0\xac\x6e\xbd\x52\x2f\xb0\x72\xfd\x7a\x00\x2c\ \x16\x9a\x59\xe5\x4e\xe9\x69\xc0\x30\x56\xe0\x2e\xa5\x9b\x8a\xd1\ \x5b\xb7\x8e\xb7\x0e\x05\x64\xf0\x30\x81\x1c\xc3\x50\x33\x52\x7a\ \x0a\x85\x42\xc6\xe1\x68\x18\x9c\x20\xe8\xe6\x31\xba\xe8\xb2\xac\ \x8c\x44\xc4\xe2\xf1\xb2\xae\x2e\x3a\x81\x8c\x93\x11\xe5\x0c\x01\ \x69\x78\x7c\x75\x75\x69\x64\x69\x70\x78\x5c\x84\xdd\xbd\xf3\x9d\ \xcf\x09\xf5\xe5\xe5\x5b\xb7\x6f\x45\x51\x41\x8a\x56\x74\x2b\x1a\ \x3c\x3c\x86\xf4\x54\xa3\x4e\xde\x5c\x25\x6a\xff\x9a\x4a\x29\xb9\ \xe8\xa5\x55\xe0\x63\xb8\xcf\xaa\xd7\x53\x95\x79\xb7\x5a\xa9\xa7\ \xca\xfd\xa8\xc3\x05\x43\xcd\xa5\xe1\xb8\x2c\x0a\x45\x40\xa2\x50\ \xb9\x5c\x74\x16\x97\x84\xae\x17\x33\xd0\x6a\xd2\xa7\xd8\x00\xc5\ \x42\x0e\xc0\x34\x5f\xec\xf2\x69\xed\x2e\xad\x39\xe4\x34\xa1\x66\ \x83\xa8\x0f\x77\xb7\xd9\xd8\xc1\xb1\xa9\x54\x12\x67\xcc\x63\x33\ \x39\xcc\x1e\x87\x37\x10\xb0\x47\x3c\x3e\xbb\xcf\xe2\xf0\x24\x63\ \x0e\x38\xf2\x0b\xc9\x52\x3a\x54\xaa\x86\x63\xa5\x99\x44\x2e\x1c\ \x49\x3b\xcc\x05\x67\x20\xee\xb0\xa7\x93\xb1\xe2\x64\xa3\x54\xc8\ \x25\x0b\xc5\xdc\xd8\x5c\x32\x19\x2b\x8c\x26\xd3\x80\x43\xe1\xc9\ \xb1\x5c\x35\xd3\x6c\x16\xe3\xc9\xea\xc4\xfc\x4b\x0b\x67\xc6\x66\ \x6a\xe7\x5f\x9c\x9b\x6b\x8c\xce\x4c\xcf\xe6\x92\xe5\xf2\x7c\x73\ \x12\xf4\xb2\x84\x56\x43\x27\x0a\x8d\xe2\x58\x7a\x62\xbe\x99\x19\ \x9b\x9f\xad\x41\xc4\x95\xa7\x27\xe2\xb9\x48\xdc\x37\x51\x9e\x07\ \x16\x0a\x67\xaa\xe5\x1c\xc0\x56\x29\x1d\xa9\x46\x1c\xc9\x74\xcd\ \xe2\x32\x87\xbd\xf1\x50\xd8\xe4\xf2\x01\xbb\x8b\x85\xbd\x6c\x8d\ \xd9\x14\x0f\x65\xe0\x39\x26\xd3\x88\xb2\x0a\x3e\x00\xa2\x74\x21\ \x57\x0a\x98\x3c\xf1\x58\x0c\x12\x35\x52\xc8\x24\x33\xce\x40\xcc\ \xe5\x05\xd9\x8c\x65\x02\xa1\x78\xa2\x3c\x51\x4b\x84\x3d\xe1\x04\ \x44\x16\xba\xcc\x99\x06\x27\x4c\x36\xe7\x66\x67\xcb\x85\xd1\x78\ \x08\xcc\x75\xf1\xf9\xd9\xc5\x17\x66\x9a\xe9\xb1\xc5\x99\x89\xf9\ \x46\x22\x62\x33\x6a\xd1\x12\x5c\x95\x8a\xa3\xd5\xa8\x6c\x26\x95\ \xd4\x26\x35\x8a\xb5\x52\xa6\x56\xc7\x96\x00\xe5\xa1\x12\x73\x06\ \x2d\x28\x37\x5b\xab\xb2\x1b\x35\x6c\x85\x42\xa3\x55\x68\x6c\x52\ \x09\x1b\x86\x07\x6d\x39\xdf\x2c\xd5\xe2\x19\xaf\xdd\x75\xd6\xe4\ \xca\xcd\xa4\x67\x9e\x9b\x7c\xe1\xbd\x16\x96\xde\xd3\x33\x0c\x23\ \x5a\xcf\xc8\xc8\xc8\xf6\x12\x2a\xe7\x38\x3c\xb5\x34\x3e\x32\x2c\ \xcb\x8e\x4c\x65\x7b\xe8\x44\xd1\x48\xb6\x8b\x88\x15\x89\x70\x38\ \x11\x1c\xdc\x58\x9c\x5c\x40\xa3\xa8\x2b\x90\x57\xa2\x2e\x86\x9f\ \xd4\xb3\x32\xd2\xd3\xd7\x93\xed\xe9\x22\x72\xd5\x7d\xd8\xa9\x95\ \x57\x07\x02\x2f\x8e\x7e\xbc\x24\xeb\x59\x99\xa2\xec\xff\xe3\x72\ \x76\x7d\x44\xbf\x46\xc1\x00\x90\x8d\xdf\x85\x68\x3a\x38\xd8\x05\ \x23\x5c\x5d\x5d\xdf\xdc\xd8\x5b\x1a\xd9\x5b\x1d\x5e\xd9\x3b\x42\ \x0d\x08\xaf\x1f\xec\x9c\x5c\x47\xd5\x19\x0e\x4e\x76\xb6\x37\xf6\ \xd0\xd4\x86\xa3\xdd\xf5\xa3\x83\xed\xbd\xff\x3f\xb5\xe1\xee\x83\ \x9b\x0f\x7b\xd6\x5b\xc5\x6f\xb0\x47\xbb\xdb\x27\x37\x8f\xd6\x50\ \x01\xf8\x87\x5f\x04\x7f\xfd\xcd\x07\xe0\x84\xf7\x3f\xbe\x92\x3a\ \x51\xde\xff\xe6\xfe\x3f\xaf\xbc\xff\xd5\x37\x6f\xbd\xf1\xd9\xfd\ \x2b\x68\x62\xfb\x5a\xfb\xf6\xe1\xd6\xf1\x71\xa5\xa5\x04\xbf\x91\ \xc3\xa1\x46\xa3\x52\x50\x8d\x51\x0a\x91\x8c\xc3\x12\x30\x24\x02\ \x41\x84\xa7\xe3\xb1\x78\x12\x9d\x0e\xc7\x04\x89\x8c\x21\xe0\x49\ \xe0\x84\x7d\xa9\x58\xcc\x18\x70\x38\xbc\x3e\xa3\x09\x22\x0b\x35\ \xcd\x11\xf2\xf9\x7c\x66\x47\x6f\x47\x6f\x77\xc7\xd0\xa9\x21\x14\ \x58\xc2\xce\x6e\x34\x97\xbd\xb3\xdf\x71\xee\xdf\xff\xf4\xb7\x3f\ \xbe\xf3\xa3\x8c\xa4\x63\xe8\x74\x27\x87\xd9\xc1\x66\x72\xde\xff\ \x10\x62\x4b\xa8\x4d\xe6\xbc\xbe\x1f\xfe\xf3\x72\x99\xdd\xdb\xdd\ \xcd\x86\x3b\x3a\x3a\x84\xdd\x12\xbe\x94\xcd\x66\x03\x9b\xa1\xa6\ \x38\x0a\x8e\x58\xac\xf3\xba\x42\x2f\xfc\xf0\x9d\xab\x5d\xe3\x7e\ \x13\xf3\x83\x10\x53\x2a\x16\xab\x80\x99\xd9\x62\x9d\x46\x21\x94\ \x18\xd1\xba\x20\x30\x7f\xb3\x4a\x82\xc4\x70\xee\xcd\xb3\x06\x95\ \xcd\xf0\xe7\xbc\x40\xc0\xc3\xb9\xd7\x3e\x6e\x1d\x0c\x4e\x48\x35\ \xb6\xb9\x57\x44\x3b\x5f\xdd\xba\xca\xba\xb3\x7b\x72\xf2\x60\x77\ \xef\xce\x1d\xd6\x9a\x1f\x55\x55\xa9\x6f\x2d\xb7\xa2\xd1\xe8\xda\ \x72\xab\x52\x4f\xe5\xf7\xeb\x79\x80\x98\x76\xbe\x0d\x1a\x06\xa9\ \x53\x59\xf3\xe7\xfd\xa9\xe5\xa0\x3f\x55\x51\xfa\xad\x7e\x2b\x5a\ \x5a\x93\x57\xf3\xf4\xc1\x68\xbd\x92\x77\x5b\xfd\xca\x20\x3c\xdc\ \xdf\x06\xdd\x8a\xea\x53\xad\xa0\xdc\xea\x77\xb3\xfc\x6e\xb7\xd2\ \x0d\x8f\x40\x67\xb1\x05\x6a\xbd\x5c\xcf\x63\x09\x28\x5c\x6a\x30\ \xef\x16\x70\x95\x5c\xb4\x66\x9e\x4b\x51\xb2\xa8\xac\x4a\x45\xce\ \x03\x3b\x94\xf3\xd4\x4a\x81\x92\xa7\x96\xd7\xdb\x2d\x3d\x0c\x14\ \x38\x0a\x4b\x20\x17\x08\x94\xd6\x68\xfb\xde\xfe\x8d\x7d\x1c\x95\ \x02\xb4\x45\xc5\x62\x19\x34\x10\x4a\x4a\x1f\x81\xa1\xe7\xd1\x30\ \x2c\xab\x9c\x41\xc5\xe1\x45\xd9\x2e\xc0\x2b\x32\x09\x0b\xb0\x83\ \x27\xe2\x88\x38\x9e\x80\x22\x93\xf5\x6d\xae\x64\xc7\xa7\xb2\xc3\ \x23\x59\x14\x58\xff\x4b\x6c\x1f\xdf\x5a\xbe\xf6\xd1\x5a\x3d\xbf\ \x9f\xda\xaa\xaf\xd5\xfd\x2d\x3f\xb8\xbf\xba\x9e\xd2\xab\x05\x5c\ \x78\x3e\x7a\xbd\x5c\xad\x8f\x5a\x79\x10\x82\x7a\xa5\x80\x2b\x47\ \xe5\x46\xad\xf0\xfc\x41\x59\x01\xf5\x58\x02\x86\x9c\x4b\x01\x2b\ \x84\x28\x25\x93\x70\x34\x16\x83\x86\xa1\x91\xd1\x7c\x2f\x06\x83\ \x4c\x20\x93\x9f\x92\x8a\xbb\x07\x3a\x61\x6b\x49\x38\x40\xbd\x1e\ \x93\xca\xa4\x0a\xdb\x0d\x2a\x83\x8a\xc3\x06\xb3\xef\xd4\x68\xfa\ \xbb\x75\x2a\x18\x45\x22\x5e\x87\xd9\x17\xf3\xfa\xc2\xce\x88\xc3\ \x93\x76\x7a\x1d\x36\x55\xac\x90\x71\x86\x42\xf1\x64\x69\xa6\x9a\ \xc9\x24\x93\xf1\x22\xa8\x5b\x2c\x11\x2f\xd8\xe3\xde\x9c\xcf\xe1\ \x8a\x24\x9c\xde\x80\x37\x56\x9c\xa8\x36\x66\xc7\x5e\x5d\x18\xcd\ \xcd\x16\xe7\x0b\x91\x5c\x38\xb1\x50\x98\x2b\x17\x13\xcd\xc5\x85\ \xf8\x58\x63\x72\x7e\xba\x51\x2c\x4e\xd6\x26\xd0\xc2\x97\xe6\xd8\ \xd9\x33\xcd\x62\x28\x77\xae\x39\x53\x6b\xa4\xc7\x9a\xf1\x44\xb3\ \xd8\x2c\x37\xcb\xa5\xf9\xb1\xc6\x5c\xb3\x38\x96\x69\xcc\x37\xc7\ \x2e\xd6\xe6\x8b\x8d\x44\x69\xac\x51\x1e\x9b\x48\xa6\xcb\x13\xe5\ \xf4\x68\x2e\x01\xe2\x58\x48\x64\x9c\x4e\xaf\x1d\x58\xc5\x15\xf2\ \x78\x13\x01\x95\x45\x6b\xd3\x48\xf8\x60\x5b\xb6\x80\xdd\x53\x1e\ \x2b\x02\x09\x85\xe3\x09\xa0\x29\x4b\xb8\x90\xf6\x38\x8c\xbe\x80\ \x23\x10\xf6\x44\xc2\xf0\x32\x42\xe1\x6a\x39\x5e\xcd\xa5\x03\xb5\ \x78\x2e\x19\x80\x61\x3c\x54\x4c\xfb\x62\x9e\x38\xb8\x66\x3c\x0c\ \xaf\x28\x1c\x2a\xe7\x0a\xd5\xd1\xe9\xc5\xb1\x62\xa8\x9c\x68\xa4\ \xa7\x5f\x9b\x7d\x61\x6e\x2c\x53\x4a\x97\xcf\x37\xca\x35\x87\xd7\ \x6e\x16\xf3\x15\x0a\x15\x08\x03\xbc\x7f\x6c\x85\x4e\xab\x50\x69\ \x24\x0a\x8d\x44\xa5\x63\x4a\x00\xae\xd2\x52\xbe\x54\xa1\x95\x1a\ \x4c\x3a\x85\x45\x05\x61\x65\x91\x48\x34\x6c\xb8\xc7\x20\x71\x15\ \x5f\x58\xfc\xed\xf1\xc7\x6f\xde\xff\xf5\x6f\xe7\xd2\x76\xb6\xfd\ \xec\x9f\x1b\xf6\xa4\x83\xa3\xb5\x2f\xfc\xf1\x56\xd7\x78\xb6\xa7\ \x27\x3b\x35\x9c\x9d\x42\x79\x35\x3e\xde\x33\x3c\x38\x32\xb2\x32\ \x32\x3c\x9c\x15\xc9\x7a\x64\x32\x91\x6c\x78\xb0\x4f\x46\x44\x17\ \x4f\xc8\x58\x1a\x0c\x58\x14\x3f\x19\x27\x1a\x1c\xa6\x93\xfb\x88\ \xf8\x15\x11\xec\x46\x83\x3d\x3d\x74\xda\x0a\x9d\x30\xbe\xb4\x49\ \xb3\x30\x6b\x17\x67\x5b\x1b\x02\x8a\x7c\xff\x78\x99\x8a\x25\xe6\ \xf3\x22\x8a\x92\xca\x9b\x3a\x38\x39\xda\xb9\x7b\x7d\x7d\x7c\x65\ \x70\x69\x73\x6a\x73\x7b\x6a\x65\x7b\x7c\xe3\x60\x73\x07\x15\x6a\ \xd8\x3d\xd9\x5b\xdf\xdb\x46\x56\x08\x3c\x05\x5a\xb8\xb7\x7b\x04\ \x8f\xde\xdd\x3e\xd8\xdb\xd8\xbb\xfe\xe0\xe6\xcd\xbb\x70\x7b\xb0\ \xea\xdf\x5e\x39\x7f\x5f\xb9\xbe\xbb\x73\xf2\xf0\x31\xa9\x05\x46\ \x78\xf3\x73\xf9\x6f\xaf\xbc\xff\xfe\xfd\x37\xee\x5f\x6d\xe3\xef\ \x90\xfe\xf9\xe8\x1f\xdf\xbc\xf5\xd9\xa7\xdf\x7c\xfa\xd6\x95\xab\ \x6f\x7e\xf4\xe5\x27\xd7\xd6\xf6\x8f\xd7\x52\xc1\xb6\x9a\x27\x57\ \xf3\x78\x54\x35\x4b\xce\xc0\xc0\x31\x43\xc5\x90\x41\x31\xba\xe8\ \x4f\xca\x32\xc0\x70\x4a\x24\x91\xb0\x74\x11\x8d\x40\x44\xf3\xc4\ \x08\x18\x82\x48\xf6\x03\x8b\xc3\xec\x8c\x01\x81\xda\xcc\x40\xb2\ \x5a\x8d\x46\xcc\x47\x0d\xe0\x3a\x7b\xf9\x9d\x4c\x61\xff\x40\x2f\ \x2a\x1d\xd3\xdd\x79\xea\xd4\xc0\x00\x47\xd8\x2f\x99\x7c\xee\x99\ \xdf\xfd\xf2\xfd\x47\x6f\xfe\x6a\xde\x32\x70\x7a\x88\x23\x64\xf3\ \xbb\x7f\x91\x6d\xf4\xf3\x15\x86\xb0\xdd\x16\x72\x78\x9e\x5f\x38\ \xaf\x63\xf2\x85\x1d\xbd\xfd\xfd\x42\x66\x07\x5a\x4a\x08\x83\x5b\ \x27\x93\x09\xc3\x34\x5f\x0b\x5b\xc6\x11\x9e\xfe\xde\xfb\x1f\xe8\ \x57\x96\xde\x1f\x3a\xf7\x5f\x30\x0c\xe9\xc4\x4c\x8d\x94\xc9\x11\ \xeb\x6c\x1c\x89\xd6\x62\x50\x88\x25\x52\x85\xdd\x08\xd0\x6c\x31\ \x5b\x7e\xfd\x9e\xc7\x64\xd6\x25\x2f\x3f\xc2\x91\x70\xac\x2b\x1f\ \x5e\x9b\x3a\xf8\x50\x65\x72\x45\x9e\xfd\x74\x35\xfb\xda\xa3\xbf\ \xb6\x1e\x3c\xbc\x7e\xf2\x60\x63\xfd\xe1\x63\x46\x3d\xd8\xce\x5b\ \x83\x6b\xc1\x7c\x65\x19\xd5\x96\x02\xb7\xb3\xa2\x46\x35\x41\x80\ \x2a\x1e\x6a\x87\x13\xe4\xc1\x5d\x95\x68\x10\x30\xcb\x0d\xf1\xa3\ \x04\x9c\xaa\x28\x05\x6e\xbf\x9a\x17\x4d\xe9\xf3\x75\xbd\x1e\xa0\ \x4b\x5f\xc9\x5b\x2b\xf5\x8a\x35\x9f\x72\xbb\xad\xc0\x2a\x6e\x2b\ \x2a\xd0\x6e\x85\xcf\xc0\xe7\x78\x54\x86\x9c\x05\x30\xc3\xe5\x31\ \x94\x41\x75\x4a\xcf\x05\xac\xe1\x09\xe4\x3c\x1e\x4d\x40\xa6\xd0\ \x94\xfa\x68\x05\x0c\xcc\xcd\xa0\xba\x95\xc8\xf5\x40\x2d\xd1\xa7\ \x19\x4a\x06\x43\x40\xe5\x05\xe1\xeb\xd6\x5a\x95\x35\xd4\x8b\x4b\ \x80\x23\xe3\xf1\x10\x1a\x02\x2e\x3e\x4b\xe4\xf2\x30\x04\x02\x86\ \xc6\xa2\x92\x09\xf4\xae\xae\x41\x3a\x0b\x47\x24\x80\xa9\xd3\x61\ \xa0\xc4\x30\x18\x54\x16\x06\x9b\x5d\x59\x1a\xef\x9b\x9a\x1a\x1f\ \xce\xf6\x1d\xdd\xf9\xd7\xff\xc5\x47\x6f\x7f\x78\xf9\xd6\x47\x2d\ \xab\xbb\x9d\x6f\xa5\x82\xd1\xe0\x7e\x45\x1d\x75\xbb\xf3\xe8\x2a\ \x81\x9e\xa5\x06\xd0\x02\x25\xb4\x2a\x05\x6a\xb7\x5c\x5f\x41\x57\ \x0c\xf5\x4a\xb7\x12\xe8\x0f\x9d\x75\x93\x73\xa9\x4a\x2a\x0c\xbe\ \x40\xdd\x34\x2a\x99\xca\xa5\xe2\x29\x38\x54\x77\x96\xc5\xe2\xe2\ \x28\x18\x0c\x86\x8c\x7b\x4a\x2c\xee\xfe\x4d\xbf\x82\xd3\x21\xe6\ \xeb\x84\x06\x4b\x00\xcd\x6d\x74\x39\xe0\xb0\xb2\x01\xf7\x0a\x21\ \xc4\xd8\x7c\x38\x1a\xcd\xe1\xa4\xc3\xab\xd3\x39\x4d\xae\x64\xc2\ \xeb\x73\x9a\x7d\x09\x8f\xd7\x60\xf4\x79\x3d\x0e\x5f\xa9\xd6\x98\ \xac\x45\x42\x3e\x53\xbc\x34\x9a\x71\x39\x12\x85\x9a\xcf\x10\xc8\ \xf9\x0c\x16\x87\xcf\x1b\x0a\xe9\x9c\x4e\x63\x71\x74\x6c\xf2\x0c\ \x04\x4e\x6d\x76\xba\x1c\xaf\x95\x13\xa1\x42\xda\xec\x4a\x24\x73\ \x8d\xf9\x6a\x69\x66\x61\x62\xba\x51\xad\x5d\x3c\x37\x3f\x3f\xf9\ \xea\xe2\xf4\x2c\x08\x56\xa1\x31\xdd\x98\x6d\xc6\x67\x9a\x31\xcf\ \xe8\xf4\xd8\x58\xa2\x51\x1a\x9d\xaf\x4d\x4e\x14\x92\x67\x4b\xc5\ \xc5\xb1\xdc\x62\x6e\xf6\x5c\x63\x7e\xa1\xda\x6c\x4e\xd6\xca\xc5\ \xc2\x4b\x8d\xc0\x68\xa9\x58\xae\x46\x02\x05\x6f\xc8\x9e\x41\x3d\ \x5f\x13\x81\x80\x33\xec\x70\x1a\x5c\x26\x93\x8e\x69\x08\x78\x6c\ \xb0\xab\x8f\xcd\xc4\x51\x13\x1e\x5f\x39\xe6\x89\x84\x02\x10\x4a\ \x31\xaf\x2b\xe1\x30\x18\x23\x68\xd5\x4e\x1a\x32\x29\xe6\x2c\x86\ \xd2\x01\xe7\x44\xa9\x14\x2b\x27\xc3\x81\x62\x2e\x5d\x28\x66\x12\ \xe1\x78\xd8\x57\x18\x2b\x78\x73\xe6\x52\xb8\x96\x6b\xcc\x14\x17\ \xe3\xf3\x63\x90\x97\x93\x33\x8d\x99\x46\xc4\x53\x28\x8d\x56\x93\ \x11\xbb\x41\xa7\xe5\x0b\xd9\x1a\x9d\x46\x0b\x23\xbf\xd6\xa0\xd0\ \xe8\x80\xa6\x14\x1a\xa1\x50\x82\x5a\x01\x4b\xd8\x97\xef\x35\x99\ \x62\x45\x07\x5f\xa3\x53\x88\x4d\x5a\xb6\x94\xc9\x67\x0b\x25\x6c\ \xad\x58\xcc\xb7\x99\x4d\xa1\x97\xcf\xce\x57\x93\x0b\x4d\xa7\xd9\ \x18\x38\x3b\x66\x91\x48\x5d\x76\x8d\x46\xa1\x2a\xbf\xf2\x4d\x65\ \x78\x35\xbb\xb2\x99\x5d\x59\x19\xec\x1b\x5c\x5a\x19\x1e\xee\x01\ \xda\x82\x3d\xa3\x8f\xd8\xd5\xd5\xd7\x97\x25\x76\xc9\x64\x3d\x5d\ \x22\x30\x42\x3c\x19\x2c\x1f\x27\xcf\x0b\x48\x64\x40\xf5\x1e\x12\ \x8e\x24\x23\xca\x06\x07\x07\xbb\xf0\xc3\x3d\xbc\xec\xa6\x9b\x3e\ \xd5\xb5\xb9\xaf\x70\xd4\x1a\x3f\x65\x11\xdf\xbe\x5a\x4f\xe1\x70\ \x37\x1e\x91\xa6\xd4\xf9\x3c\x77\x6a\xe7\xe8\xe0\xe6\xee\xd1\x46\ \x96\xd0\xd7\xb3\xb2\xbe\xb7\xb7\xb3\xd1\xb7\xbe\x37\xbc\x0b\x1f\ \x6c\x1e\x1c\x6c\xaf\xa3\x0f\x4e\x8e\xee\x02\x3b\xed\x5d\xbf\x7e\ \x7d\x7b\x7b\xe7\x64\x77\xef\x04\xb2\x0c\x2c\xf1\xfa\xee\x75\x54\ \xa5\x7c\xd7\xcd\x3a\x38\x51\xbf\xfc\x06\x61\xef\x08\x39\xe2\x9b\ \xb2\x87\x37\x6f\x3e\xbe\xf1\xa7\xab\x7f\xbf\xff\xd9\x5b\x5f\xcb\ \x89\x53\x9f\x67\xaf\x5d\xf9\xf4\x1b\x10\xc2\x8f\xbf\xf9\xfa\xea\ \xa3\x47\x6f\xde\xdb\xda\x6a\x2f\xdf\x5a\x5e\xf3\xcb\xc1\x5d\x78\ \x4a\x2b\x8f\xc5\x65\xa1\x5a\x7d\x54\x0a\x9e\xcc\x20\xe1\x88\x23\ \x22\x3c\x01\x94\x83\x44\x26\x12\x01\xb1\x08\xf8\x3e\x3a\x81\x4e\ \x24\x10\x48\xa2\xe1\xad\x08\xda\xa8\x36\x9b\xdd\x61\xf7\xc2\x90\ \x60\xd4\x88\xd9\x1d\xbd\x03\xa8\x4b\x0e\x07\x35\xcc\xe9\x47\x13\ \xaf\x20\x7c\x4e\x5d\x18\x38\xdd\xd1\x3b\xd4\x11\xae\xce\xfd\xf0\ \xb5\x9f\xbc\xfd\xd7\x7f\x7e\x75\xff\xb5\xb2\x81\x33\xd0\xd9\x3b\ \xf0\xec\xca\x2f\x7a\xa5\x52\x9d\x3d\x54\x33\x33\x85\x17\x02\xca\ \x4f\x15\xfd\x1d\xfc\xce\x01\xce\x93\xa5\xd2\x1c\x36\x1b\x35\x0e\ \x67\x2b\xc4\x6c\x3e\x2a\xbe\xed\xf0\x7e\xf7\xf5\x77\xaf\x60\x46\ \xe8\xa3\xfc\x6f\xd2\x7c\x8d\x01\x58\x4c\xa3\x91\x4a\x6c\x1c\xa1\ \x58\x65\xd3\x68\x4c\x36\x8d\x56\x6a\x37\x80\x9c\x1a\x15\xde\x77\ \x5f\x72\x5a\x2c\xd2\xc5\xcb\xf7\xdd\xad\xd4\xda\xfd\xfb\x1f\xae\ \x6e\x3e\x0b\xfc\x37\xfb\x9c\x72\xf5\xd1\x0b\xaf\x7d\xff\xda\xf0\ \x83\x3b\x0f\x6f\x6e\x6f\x5f\x7f\x10\x5d\xae\x6f\xa1\xda\x9f\xee\ \x28\x5a\xbf\x07\x72\x58\x59\x3b\xac\x2b\xd5\x75\xb5\x75\x79\xff\ \xb8\x52\x79\xd2\x62\x3e\x5f\x8f\xba\xb7\xd6\x96\xdb\x41\xae\x15\ \x14\x2e\x68\x8d\xc2\x31\xee\x96\x5b\x83\x4a\x75\x05\xad\x67\x09\ \xe6\x95\xf9\xb5\x68\x2a\x1a\x6d\x6d\x2d\x43\x56\xb5\xea\x41\xa5\ \x52\x0d\xde\x57\x07\xf8\x72\x33\xe4\x72\x39\x8b\x86\x16\xd2\x30\ \xb8\x54\x77\x8b\x0b\x41\xd7\x06\x2d\x24\x73\x29\x6a\x88\x32\xd4\ \x48\x59\xcf\x03\x37\xab\xb0\x70\x4a\x2e\x03\x3c\x51\x4d\xa3\x29\ \x01\x73\xfd\x29\x7d\x2a\xe8\x56\xfa\xd5\x38\x5c\xb4\x7e\xa3\x0d\ \xb9\x81\x4a\xbd\x62\x89\x64\x32\x95\xc7\xe8\x19\x24\xf1\x04\x64\ \x1c\x99\x26\xc0\xc9\xc9\x22\x3a\x5d\x46\x44\xab\xed\xb1\xa2\x1e\ \x2c\x89\x8e\xa5\x83\xa5\x91\x05\x38\x42\xdf\xf8\xd4\xd2\xe0\xca\ \xd2\xf0\x70\xdf\xca\xc9\xb7\xff\xfd\x00\xd3\xda\xbf\x75\xfb\xc6\ \x2d\x78\xb9\xee\x54\xb0\xbe\x95\xaf\xec\xb7\x21\x4b\xf3\xf0\x0c\ \x21\xab\x90\x16\x3e\x79\x45\x6e\x80\x29\x16\x44\x97\xde\x0d\x9c\ \xe8\x0e\xe6\x79\x68\x97\x50\xeb\xfd\x6a\x84\x80\x3c\xd4\xfb\x19\ \x43\x55\xd2\x9e\x74\x4d\x11\x50\x70\x80\x57\x14\x1a\x83\x4a\x26\ \x63\x9e\x32\x68\xc4\xbd\x62\x76\x7f\x3f\xc7\x68\x97\x18\xa4\xde\ \x30\x10\x89\xca\x68\x44\x33\x1a\x0d\x52\x31\x9f\xd3\xaf\x31\x4a\ \x98\x12\x05\x60\x8b\x25\xe4\x8b\xc7\x1d\x4e\x67\xc0\x19\x73\x3a\ \x7d\x46\xa7\x5d\x15\xf2\x05\x14\xe9\x46\x2d\x59\xf2\x15\x73\xb1\ \x78\x2c\x53\x48\x07\x5c\xd5\x59\x67\x4e\x63\x8b\xa3\x69\x06\x46\ \x67\x22\x61\x0a\x14\x43\x99\xc9\xe4\xd9\x85\xe6\xfc\xf3\xd3\x73\ \x2f\x5d\x9c\x3e\xf3\x42\xc3\x97\x8b\xfb\x8c\x31\x8b\x25\x14\x9a\ \x6f\xe6\x2e\x8e\xa5\x21\xb9\x5e\x3d\x37\xda\x3c\xb3\xb0\xd0\x1c\ \x4d\xc7\x27\x17\xe6\x73\x13\xb3\xf3\x89\x64\xb9\x50\xa8\x96\xab\ \xb9\xd1\xe9\xf2\xfc\x62\x79\xee\x0c\xe8\x57\x35\x33\x37\x3d\xbf\ \x38\xbd\x38\x5a\x9e\x9e\xc9\x01\xda\x94\x6b\x0b\x8b\xb9\x5c\xa4\ \xba\x30\x53\x88\x14\x0a\x8e\x80\xcf\x92\xc8\x04\x12\x0e\x6f\x28\ \x9c\x0c\x39\x1d\x2a\xa3\xcd\x20\x94\x4a\xb5\x66\xaf\xcb\xe3\x4b\ \x97\xcb\x85\x1a\xfc\xdc\x4c\xc6\xe3\x4b\x24\x9b\x9e\x24\xc4\x03\ \x5a\x4e\x13\x71\xf9\x9c\x9e\x72\x38\xe0\x0d\x79\x8a\xa1\x64\x26\ \x51\xf0\x65\x12\x81\x78\xbc\x5c\x1a\x9d\xc9\xc4\xca\x01\x5f\x28\ \x96\x06\x33\x4c\x26\x6a\x93\x89\xf2\x64\x33\x1e\x89\x87\xaa\xf1\ \x58\x61\xec\x6c\x69\xae\x04\x19\x97\x2e\x24\x62\x61\xb3\xc3\x22\ \x96\x4a\xb4\x62\x85\x4d\xa3\x92\xb2\x55\x36\x78\xfb\x20\xc0\xc4\ \x5a\xb8\x97\xc9\xd7\x89\x3b\xd9\x12\x6d\xf1\xd9\x9f\x24\x07\x4e\ \x75\x70\xd8\x62\x0e\x5b\xc1\x47\xd2\xc1\x16\xa3\xb5\x8e\x43\x9d\ \xc2\x0b\xbf\x11\x76\x88\x15\xfd\xff\x77\x48\x62\x2a\x9e\x2f\x18\ \xb4\x5a\x85\x42\xac\x01\x01\xf1\x8d\xbd\xf8\xab\xc3\x91\x8d\xa9\ \xe1\xa5\x95\xf1\x91\xae\xc1\xe1\xcd\x95\xc1\xa9\xa9\xe1\x41\x80\ \xaa\xc1\x41\x59\x0f\x89\x24\xca\x62\xfb\x64\x22\x1c\xab\x8f\xc4\ \x20\x09\x68\x40\xf0\x2c\xb5\x9e\xda\xd3\xb7\x42\xa4\x64\xe9\x58\ \x02\x95\x22\x9a\x92\xc9\x06\xc1\x09\x05\x83\x04\x3f\x16\xd2\x6b\ \x46\x11\x56\xcd\x3d\xc2\xc2\x38\xcd\x22\x2d\x6f\x91\xc9\xbc\xe3\ \x6b\xea\xe1\x9d\xa3\x9b\x47\x77\xf7\xa6\xa6\xc8\x2c\x40\xb7\x95\ \x9d\xd5\x8d\x9d\xd5\xcd\x9d\xa5\xdd\x83\xdd\xeb\x3b\x27\xdb\x2b\ \xd9\x8d\x8d\x5d\x88\x27\x30\xc6\x9b\x10\x55\xbb\x3b\x7b\xdb\xbb\ \x47\xdb\xd7\x77\xd7\x77\x8f\x00\xbb\x76\x0f\x6e\x3e\xbc\xfe\xa0\ \x67\x3f\xba\x7a\xb2\xfb\x93\xc9\xe0\xc1\xf5\x87\x77\x8f\x1e\x62\ \x0f\x6f\x82\x12\x6e\xbd\x7f\xf5\x83\xf7\xfe\xe7\x2a\x75\x64\xf5\ \xe0\x5f\x57\x3e\xb9\xf6\xf7\x4f\xae\x7e\xf6\xe8\xe3\x47\x97\xaf\ \x7e\x73\xeb\xf8\xde\xda\xda\xda\xd6\xed\x76\x3b\x28\x8f\xea\x05\ \x4a\x16\x99\xa7\x67\x50\x69\x24\x2a\x86\x45\xa1\x63\x04\x38\x0c\ \xbe\x07\x8f\xa5\x13\xe9\x60\x1c\x22\x2c\x1e\xdb\x83\x95\xa1\xfc\ \x82\xdf\xa2\x2e\xfa\x0f\xd1\x95\x5d\x8f\xcb\x64\xf7\x78\x8c\x46\ \x83\x49\xa3\x65\xc2\x58\xca\xe1\x30\x51\x7b\xfa\x6e\x66\xc7\xd0\ \x85\x8e\xde\x4b\xfd\x17\x4e\x5f\xf8\x4d\x37\xa7\xa3\x7b\x60\x40\ \xe1\x73\x25\x2f\xce\x2f\xbe\xfa\xfd\xbf\x7e\xcd\xd5\xdf\xf8\xf3\ \xb9\xb4\x5d\xf7\x8b\xa5\x77\x7b\xc5\x1c\x26\xdb\x14\x12\xf7\x33\ \xbb\x67\xde\x72\x5f\xb1\x9d\x62\xb2\x3b\x3b\x39\x9c\xce\xa1\x4e\ \xbe\x82\xcd\x44\x5d\x05\x99\xd2\x6e\xa0\x2d\x9d\x29\x5d\x7d\xe6\ \xdd\x77\xeb\x2b\xe3\x5b\x8a\x97\x5f\x17\x32\x61\xdc\x61\x43\x5c\ \xc1\x16\x55\xf4\xb3\x35\x20\x87\x06\x93\x51\x62\x34\x69\x55\x81\ \x80\x51\x3b\xfb\xc7\x8c\xd3\xe2\x35\xde\xbf\x76\xf9\xca\xa3\xe3\ \xb7\xbf\xfa\x72\xa4\x4f\x10\xb1\xe8\x2c\xdf\x7d\x7d\x64\xf3\xd7\ \xef\xfe\x68\xfa\x7b\xb7\x96\x1e\x3e\x7e\xfc\x60\x67\x7b\xfb\x56\ \x5e\xd9\x4e\xb5\x97\x83\xad\x76\x30\x58\xcf\x47\x5b\xed\xe3\xfd\ \x56\xbb\x52\x5f\x8b\xa2\x79\xe0\x6b\xe8\xf4\x7a\xb4\x1e\x5d\x0e\ \x5a\x6f\x1c\xef\x57\xd0\xec\x51\xa5\x3a\x2a\x07\x14\x49\xe5\xb9\ \x02\x37\x30\x56\xde\x1f\x85\xc3\x3b\xd8\xde\x47\x58\x05\x14\x16\ \x55\xbb\x51\xe3\x53\x2b\xa2\x15\xd0\xc9\x60\xd0\xca\xd0\x43\xb6\ \x08\x04\x24\x3f\xcf\x9a\x82\xe0\xa3\x31\xe4\xee\x28\x0f\x4d\x5f\ \x60\x29\x05\x54\x01\x8f\x41\x65\xc0\x31\xcf\x53\xb3\xa8\x54\x16\ \xba\xe8\xc7\xc2\xf1\x52\x72\x9e\x5e\x09\xff\x83\x58\x6c\xf9\x05\ \x38\x8a\xc0\xca\x55\xba\xf3\x72\x1e\x19\xf0\x89\x88\x83\x94\x92\ \xf5\xe0\x79\x4a\x1e\xa5\x8b\x48\x21\xd0\xf0\x44\x32\xaa\xac\x4d\ \xc0\x12\x44\x58\x12\x1e\x43\xc1\xc0\x23\x28\x04\x70\xf6\xc1\x71\ \x18\x58\x37\xc7\xc7\x87\xc7\x57\xb7\x1f\x7e\xbe\x4b\x49\xdd\x7b\ \x74\xaf\xfe\x51\x7d\x79\x39\x7f\x98\xaa\xe4\x8f\xdb\x51\xc8\x26\ \x6b\xd0\x5f\x0f\xca\x41\x33\xb9\x5c\xf8\x88\xc1\xab\xf0\xa2\x5c\ \x01\xfc\x60\xae\x15\x15\x22\x4d\xf9\xc1\x77\x83\x90\xa7\x7e\xe0\ \x45\x39\x4b\x40\x65\xb0\x94\x54\x22\x55\xcd\x90\x53\x09\x02\x2a\ \x19\xf2\x8a\xc4\x20\xe0\xa8\x34\x2c\x28\xa1\xd6\x20\xbc\x24\xd6\ \x0a\xbb\xc5\x00\x07\x6c\xa6\xd6\xa6\x93\xa8\xd8\x62\x0d\x5b\xfc\ \x64\x6f\x10\xf3\xfb\xa5\x3a\xad\x84\xaf\xd1\x9a\x5d\xbe\x8c\x27\ \xe0\x8b\x39\x8d\x1e\x95\xc1\x11\xb0\x3b\x55\x76\x67\x3a\x0e\xbc\ \x12\x09\x98\x12\x3e\xc0\xa7\x98\x23\x02\xc7\xb3\x23\x1d\x77\x59\ \x4c\x3e\x9f\x2f\xde\xd0\x18\xcc\x1e\x97\x33\x59\x88\x38\x92\x85\ \xd1\x85\xda\xec\xc2\x8b\x33\xcf\x5f\x3c\x3f\x36\xfd\x6a\x13\x52\ \x20\x1d\x47\x5d\x51\x7d\x81\xea\x64\xac\x5a\x98\x28\x4e\x94\x27\ \x6a\xcd\x33\x8d\x6a\x33\x9d\x99\x9b\x9f\x6d\x80\xf5\x95\x23\xb5\ \x6a\x0d\xd5\x86\x9f\x9e\x29\xcd\x9f\x9f\x39\x3b\xd3\x9c\x2c\x56\ \xe1\xae\x89\xe6\xc2\xc2\xe4\x58\x6e\x6c\x61\xae\x58\x48\xa7\x1b\ \x73\xe5\x50\x7c\xbe\x5a\x46\x56\x99\x4e\x24\x3d\x09\x9f\x13\x50\ \xa8\xf8\x64\x75\xb6\xc3\x64\xd1\xb1\x99\x43\x0a\x95\xca\x60\x4b\ \x47\x62\xc9\x62\x22\x12\x47\x27\xd2\x9c\xe9\x58\x24\x14\xf1\xd9\ \x1c\x5e\x8b\x2b\x6c\xf7\xa4\xe3\x85\xc9\x9a\x37\x1c\xca\x54\x13\ \xc9\x58\xc6\x6b\x8e\xc7\x9c\x89\x78\xdc\xe9\x88\xc7\xe3\x05\x4f\ \xb1\x10\x0b\x84\xe2\xb1\x89\x64\x66\x14\xe8\xae\x11\x2f\x04\x4a\ \x89\xb4\xa7\x3c\x5a\x9d\x2c\xc5\x13\x89\x8c\xcb\x13\xf2\xb9\x2c\ \x80\x55\x00\x55\x5a\xb1\x16\x76\x6b\xa6\x46\xac\x03\x2b\x14\x82\ \x1d\x1a\x84\x4c\x18\xb5\x39\x1c\x89\x58\xd8\x7f\x49\x77\xfe\xd5\ \x64\x07\x5b\xd8\xc1\x14\x4a\x24\x12\x2d\x1b\x92\xab\x97\xdf\x8d\ \xa6\x2a\x0e\x5c\x3a\xfd\x9b\xdf\xfc\xe1\x0f\xbd\xe6\xb8\xaf\x6a\ \xe2\x28\x24\x68\x02\x37\x50\x98\x42\x75\xf1\xb5\xa7\x7f\x11\x5d\ \x5a\x5d\x5a\xca\x8e\x8c\xa3\x56\xe7\x4b\xc3\x5d\xe3\xc3\x23\x68\ \x2a\x7b\x76\x50\xd6\x45\xa0\x0f\x02\x67\x11\x64\x64\xec\x20\x8e\ \x82\xc3\x33\x58\x7d\x41\x96\xac\x22\xef\x19\x11\xd1\x88\x7d\x22\ \xa2\x08\x47\x18\xe9\x11\x75\xf5\xb0\xe8\x04\xe2\x30\x4f\xdd\x95\ \x1d\xfe\x4c\xf8\xfa\x6f\x4d\x3f\x5f\x16\x91\x52\x8c\x5b\xc1\xa9\ \x15\x6e\xe5\xfe\xed\xec\xf6\xc1\xd1\xcd\x07\x07\x22\x2c\x30\xcc\ \xd4\xf8\xca\xf8\xe6\xc6\xce\x77\xaf\x72\x79\x00\x00\x20\x00\x49\ \x44\x41\x54\xc9\xce\xf0\xde\xfa\xfa\xd1\xce\xce\xde\xc1\xf6\xc6\ \xce\x13\x09\xdc\xd9\xd8\x3d\x38\x39\x41\x57\x08\xf7\x00\xb8\x8e\ \xc0\x09\xb7\x0f\x76\x0e\x0e\x76\x77\x8f\xee\x5e\xbf\xbe\x43\x1c\ \x87\xd0\x23\x5c\xcc\x6d\xdd\x7c\x88\x6a\xfa\xdd\x5e\x7f\xf8\xf0\ \xf3\xd4\x9f\xde\x7a\xef\x83\x37\xac\xc3\x7b\x07\xd7\xbf\xb3\xf9\ \xe1\xd7\xf7\xaf\x3e\xba\x7f\xff\xab\x2b\x57\xaf\x7c\x74\xeb\xa3\ \xc3\xe3\xdb\xed\x14\x48\x0f\x98\x89\x1c\x76\x46\x0a\x95\x46\xa3\ \x72\xc1\x3f\x28\x34\x12\x05\x43\x22\x63\x48\x24\x02\x1e\x64\xf0\ \xc9\xe9\x2c\x02\x91\x24\xeb\xc3\x53\x80\x20\xbb\x88\x23\x37\x60\ \x9b\x39\x8d\x20\x00\x2e\x8f\xd9\x05\xca\x8d\xa6\xb9\x03\xa5\x76\ \xf6\x9e\x1e\xea\x84\x5b\x07\x9a\x27\x3a\x30\x74\xfa\x37\x97\x7e\ \xd3\x8b\x7a\x4d\xf4\x77\x58\x8c\xae\x70\xc0\x95\x38\xff\x9f\xef\ \x7e\xfc\x4d\x5d\x2d\x6f\xfd\xf6\x75\xf9\xd2\x37\x30\x36\xb0\x87\ \x3a\x3a\x86\x7a\xfb\xb5\x67\x5f\xf9\xd8\xfd\xa6\xb1\x17\x88\x49\ \xfc\xa4\xcc\xa8\x42\x2c\xed\xec\x15\x4b\x80\xb7\x98\x42\xa9\xcd\ \x35\xf1\xab\x57\x7e\xf5\x25\x66\x25\xfb\x8c\xe5\x4a\x98\x0d\x50\ \xac\x15\xeb\xc4\x1c\xb1\x42\xcb\xef\x94\x9a\xed\x0a\x9d\x49\xe3\ \x84\xd4\x54\x98\x3c\x06\x95\xed\xfb\xdf\xb7\x18\x1d\x96\xd2\xda\ \xf2\xfe\xa3\xad\xe3\xff\x7a\x83\x70\x94\xfd\x85\xca\x6e\xb8\x78\ \xce\xba\x91\xbd\x15\xcd\xff\xa9\x71\xee\xcd\xa9\x07\x8f\xbf\xb8\ \xbb\x33\x7c\x3b\xef\x46\xdd\x05\xb7\xf6\xeb\xf9\xb5\x76\x0a\xb5\ \x20\x84\x94\x6a\x6d\xd5\x5b\xf5\x56\xd4\x1a\xcd\xa7\x52\x15\x7d\ \xd0\xbd\xd5\x5a\x6e\xd7\xdb\xf9\x76\x3d\xa5\x0e\x06\xfd\x6a\x65\ \x0b\x70\xca\x5f\x87\xe4\x82\xbf\x2a\x7e\x3d\xc4\x5c\x1b\x82\x6b\ \x39\x55\xcf\xfb\xdd\xfa\x54\x2b\x1a\xe4\x46\x01\x4b\xe4\xea\x4a\ \x45\x0f\x60\x22\xa0\x52\x58\x72\x1a\x9a\x15\x6a\x6d\x45\xa9\xea\ \x54\x30\xa5\x66\x08\xb8\x0c\x0a\x80\x17\x85\xc7\x53\x02\xb4\x50\ \x04\x7e\x39\x8e\xc6\x93\x33\x04\x3c\xb9\xdc\xef\xd7\x83\x14\x52\ \x30\x90\x6a\x4a\x37\x0f\x87\x63\xd0\x28\x64\x22\x55\x19\x3c\xde\ \x82\x90\x83\x8f\x05\x2c\x02\x9e\xc0\x8b\xea\x29\x58\x02\x05\x55\ \xa3\x22\x43\x5a\xe1\x49\x04\x02\x15\xfe\x10\x28\x14\x70\x75\x0a\ \x85\x86\x97\x65\xa7\x86\x57\xa6\xb2\x10\x5b\xd9\xa5\xbd\x6f\x3f\ \x3f\x20\x05\x6f\x7f\xf4\xf5\xf1\xe5\x8f\xda\x95\xad\x3c\xe4\x6e\ \xcb\xef\x77\xab\xdd\x41\xab\x3f\x25\x87\x7c\xe2\x32\x50\x43\x68\ \x81\x3a\xe8\xd6\xfb\xdd\x7e\xae\xde\xef\x7f\x52\xcd\xdd\x8d\xca\ \x4d\xa0\x7f\xb9\x3c\x01\x8b\x67\x15\x30\x30\x14\x01\x03\x15\xf1\ \x63\xf0\x78\xf0\xf4\x05\x2c\x32\x03\x4d\x72\xa0\x61\x48\xa8\xbc\ \x4c\x3f\x18\x3c\x93\xcd\xd6\x82\x13\x1a\x15\x06\x0d\x1c\x61\xe0\ \xf2\x6c\xe1\x29\x3e\x5a\xc5\x0e\xa1\xa5\xb1\xd8\x75\x2e\x33\xd8\ \x51\xc0\x07\x51\x10\x76\x39\x9c\x2e\xb3\x99\x2d\x31\xd5\x9a\x35\ \x87\xc5\x13\x8e\xc5\xcc\xc9\x48\x39\x90\x0e\xc5\x92\x61\x4b\xc4\ \x9c\xf4\xda\x4a\xa1\x98\xc3\x59\xac\x95\xcb\xce\x48\x44\xe5\x89\ \xd5\x6a\x63\xa5\xd9\xf3\x17\xcf\x5f\xfc\x41\xa3\xbc\xf8\xb3\x59\ \x38\xf2\x0b\xa3\x91\x62\x2c\x1c\xa9\x79\xe3\x9e\x4c\xb5\x39\xd1\ \x98\x4c\x9f\x3f\x37\x37\xdf\x28\xd6\x9c\x91\xe2\x4c\x79\x72\x6c\ \xb4\x99\x4e\x57\x6b\x8d\xf9\xc9\xf9\xc5\xd9\xc6\xc5\x89\x78\xb5\ \xf9\x52\xee\xfc\xcc\xe8\xc2\xe2\xdc\xc2\xcc\xc4\xc4\xf4\x64\x71\ \x12\xbe\xcb\xd8\xe4\xf4\x5c\x21\x53\x9e\x5b\x4c\x56\x8b\xa5\x66\ \x2c\x19\x0a\x99\x43\xe9\x48\x00\x72\xc8\x69\x31\x39\x3c\x66\xb3\ \x4a\x21\xe9\x60\x77\x2b\xf8\x8e\xc0\x68\x38\x9e\xf6\xd8\x1d\x99\ \x6a\x01\x28\x2b\xe0\x0b\xa4\x03\x71\x9f\xd9\x1e\x70\x46\x02\x61\ \x9f\x23\x5d\x68\x66\x92\xa1\x40\x24\x03\x78\x56\xca\xc5\x9d\x8d\ \x74\x29\x9d\xf0\x85\x8b\x90\x58\x91\x64\x29\x92\xc8\x38\x27\xce\ \xd5\xaa\x73\xf3\xe9\x44\x22\x3d\x3a\x91\xf3\xc5\x8b\x69\x1f\xea\ \x70\x98\x2b\xc6\x22\x66\x97\x51\xa7\xb2\x29\x8c\x06\x3e\x87\x29\ \x51\xe9\x3a\x15\x5a\x89\xc6\xa6\xe2\x33\xd9\x5a\xad\x04\xe2\x89\ \x0f\xa3\x36\xaa\x85\x21\x3c\xd5\xab\x7d\xe5\xfb\x9c\x6e\x3e\x1f\ \xf6\xfe\x4e\xbe\x94\xdf\xd1\x2d\x14\x72\x3a\xbb\x9f\x34\x72\xf9\ \x8f\xff\xe8\x36\x79\x27\xa7\x2d\x06\x85\x02\x3e\x21\x16\x4b\x21\ \xd0\x74\xc6\xef\xde\xff\xfd\x0f\x5e\xcb\x8b\xa6\x56\x7b\x7a\xc6\ \x97\x96\x96\x46\xfa\xfa\xc6\xfb\x64\x7d\x58\x59\x8f\xac\x6b\xaa\ \x87\xd0\x33\x2e\xa3\x63\x65\x23\x3d\x6a\x59\x97\x4c\x44\xc4\x60\ \x44\x74\xa2\x9b\x8b\x75\x53\x45\x5d\x44\x1e\x83\x40\x24\xd2\x64\ \xd9\x25\x19\x15\xe7\x16\xc8\x44\xa4\x2c\x8d\x95\x95\x91\x47\x3d\ \xdf\xf7\x38\x9e\x97\xaf\x62\xdc\xb2\x71\x02\x81\xfb\xd9\x6b\x5b\ \xdb\xeb\xc0\x4c\x27\xeb\xc3\x58\x3f\x71\x6a\x64\x6a\x7d\x70\x6a\ \x7b\x6f\x77\x77\x75\x6f\x6f\x65\x7b\x77\x7d\x7d\xfb\xe8\x60\x6f\ \x63\x17\x6e\x3b\xa8\xdb\xf3\xcd\xa3\x1d\xd4\x88\x62\x63\xea\x49\ \xfb\x89\x93\x23\x50\xc3\x93\x83\xbb\x77\x6f\xae\x12\x8e\xe0\x41\ \x07\xc4\x5f\xff\x15\x92\xea\xe1\xdd\x3b\xfa\xe8\x9d\x87\x9f\xdf\ \xfb\xfd\x3f\xdf\xb8\xbf\x2c\xda\xbb\xfe\xf0\xdb\xef\xec\x6d\x7d\ \xf8\xd5\xd5\x2b\x9f\x7e\xf5\xcd\xbd\x37\x2f\x1f\x7f\xb9\xdf\x6e\ \xed\xd7\x41\x6c\xd0\xe0\x4a\x83\xa3\x47\x8f\xca\xde\x52\xc8\x22\ \x12\x86\x8c\xa1\xa0\x19\x0c\x24\x3c\xfa\x0b\x4b\xc7\x92\xb0\x64\ \x02\x1d\x5e\x21\x9e\x8c\xc7\xe2\x20\x79\x9f\xf1\xf9\x1c\x1e\x87\ \x33\xe2\xf5\x79\x5d\x20\x86\x06\xc0\x21\x36\xaa\xe9\xde\xdb\xd1\ \xdd\xd1\x3f\x70\xaa\xb7\xb7\x1f\x2d\x1e\xec\x3d\xd5\x8f\x56\xdd\ \xa0\xce\x83\x3e\x93\x4d\x25\x66\xa7\x7f\x32\x9b\xab\xd5\x6a\xcf\ \xbf\xfc\xd3\xd7\xef\xa9\xfb\x6e\x0b\x85\x6c\xe1\xd0\x50\xb7\xb0\ \xa3\xdf\xb2\x70\xe6\xd9\x77\x83\x5f\xdb\x2e\x30\x99\x68\xf1\x73\ \x07\x6a\x0e\x26\x65\x8b\xf9\x1d\xb0\xe5\xd8\x7c\xb1\xb9\xf1\xbb\ \x37\xfe\x76\x63\x70\xdc\x6a\x78\xe5\x57\x1d\x0a\x45\x87\x44\xa3\ \xd0\x28\x98\x52\x8b\x82\x83\x9a\x0e\x6b\x8d\x46\xb6\xca\x67\x30\ \x39\x5c\x76\x83\x2a\xfe\xc1\x9c\xc9\xee\x74\xfc\x80\x44\x0b\xa6\ \xdc\x5f\xbe\x1d\x5c\x3a\x20\xd6\xb4\x52\xc7\xf7\x7e\xbc\x83\xef\ \xfa\x44\x4d\x1a\xde\xff\xf1\xc5\xfb\xe3\x0f\x1e\xdf\x79\x28\xbb\ \x91\xaa\xec\xdf\xa8\xb7\x83\xa8\x65\x73\x25\x98\x3f\x04\x4a\x02\ \x39\x4e\x45\xc1\x87\x8e\xeb\xfe\x7c\x7b\x2b\x15\x55\xa6\x96\xdb\ \xd1\xbc\x3f\x95\x6a\x55\xdc\xc1\x65\xbf\x5e\x0d\xbc\x13\x6c\x07\ \xdd\x28\xbd\xdc\xbc\x76\xdb\x9a\x47\xed\x0b\xdb\xa8\xdf\xb3\x3a\ \x8f\x8e\x79\x39\x04\x9d\x15\xe2\x40\x99\x8f\xa2\x93\x5d\x4a\x3d\ \x99\xc7\x60\x00\xc8\x30\xc0\xac\xe4\x56\x7f\x54\xe9\x56\xf2\xe4\ \x14\x06\x8b\x47\x15\xe8\x05\x18\x2a\x03\xee\xe1\x72\x05\x4a\xae\ \x5e\xce\xb3\x2a\xad\x2c\x41\x30\xa8\x66\x01\xba\x80\x4d\x5a\xb9\ \x38\x54\x7a\x8a\x85\xc3\xd3\x49\x0c\xff\x71\xcb\xcd\x03\x25\x13\ \x40\xae\x29\x97\xfd\x54\x22\x06\xad\x97\x22\x10\x70\x38\x2c\x06\ \x8f\x3a\x98\x88\xf0\x74\xd4\x2b\x8e\x4a\x13\xb8\x09\xd8\x9e\xa5\ \xd5\x95\xe1\xec\xe0\xd2\xc6\xf0\xd4\xca\xb7\x5f\xec\x30\xea\x9f\ \x7c\x78\x63\x6b\x3f\x05\xaf\x2f\x0f\x42\x68\x45\xbe\x99\x0f\x5a\ \xe5\x51\x88\x65\x06\x03\xa4\x34\xaa\x56\x02\x62\xea\x79\x7a\x35\ \x97\xa5\x54\xa2\xcb\x97\x5c\x75\x9e\xa7\x56\xca\x79\x72\x77\x5e\ \x80\xd6\x04\xc9\x29\x68\xe5\x33\xf0\x18\x8b\xab\xa4\xe2\x18\x02\ \x06\x8e\x46\xe3\x51\x04\x02\x0c\x81\xf8\x94\x56\xca\x14\x76\xc0\ \x56\x82\x5c\x92\x0a\x5d\x71\xaf\x01\x2d\x24\x95\x82\xdc\x74\x5e\ \xe2\x33\x85\x1c\x61\x2f\x93\x6d\x8e\x98\x23\x3e\x4b\xba\xe0\xf3\ \x58\x5c\x01\x7b\x20\xe2\xb4\xd8\x4c\x20\xfa\xb1\x46\xc4\x6b\xb1\ \x1b\x2c\xf6\x10\xc0\x52\x3a\x17\x32\x84\xc3\xe9\x88\x33\xe1\x2d\ \x87\xc2\x89\x84\xd9\x65\x70\x06\x8c\x06\x6d\xd8\x65\x1b\x1d\x8d\ \x35\x46\xcb\x63\x8d\xe7\x5f\xf8\xfe\x4b\xb3\x93\x4f\xbf\xb4\x78\ \xa6\x3a\x79\xe6\x7c\xb2\x9c\xc8\xe4\xc2\x31\x7b\xd2\x65\x28\xc7\ \x8b\xa3\x0b\xa5\x5c\xa3\x5a\x2a\xd4\x4a\x33\xc5\xc9\x85\x66\x39\ \x57\xcd\xcc\xd4\x1a\x8b\xaf\x16\x4b\xf3\xd3\x63\xa3\xf1\x52\x66\ \x71\x71\xf2\xec\xf9\x5c\x75\xe1\xa5\xe6\x24\x40\x57\x66\x26\x33\ \xd9\x98\x99\x1c\x6b\xcc\x4d\xcf\x9c\x79\xe9\x62\x3c\x93\x1c\x2b\ \x16\xc2\x09\x57\x61\x3a\xe9\xf1\xda\x5d\x49\xbb\x43\xe5\x74\xd8\ \x8d\x36\xbb\x56\xd5\x29\x75\x7a\x3c\xb1\xb2\xd3\xe2\x0c\xd8\xc3\ \xa5\x58\xa9\xe8\x0d\x05\x72\x01\x7b\xda\xe3\x75\x1a\x02\xa0\x88\ \xde\x50\x32\x52\xf2\x04\xbc\x8e\x78\xba\x58\x4e\x78\x93\x49\x74\ \x55\xb0\x00\xd9\xdb\x04\x05\x0e\x79\x5c\xde\x52\x31\x32\xf1\xec\ \xf3\x3f\x9c\x9d\x9f\x8e\x99\x63\x89\x72\x22\x92\xc8\x85\x13\x8e\ \xb0\x2f\x14\x2e\xc0\x6b\x36\x18\x61\x57\x97\x48\xb5\x68\x41\x1b\ \xc8\x02\x5b\xca\xd7\xa2\x52\x5c\x4c\xa9\x04\x35\xf3\x94\x08\xe1\ \x7d\xed\x05\x63\xe9\x16\x9e\x52\x79\x16\x14\x6c\x0e\xe0\x6a\xe7\ \x93\xa6\x07\xfc\xa1\xee\xce\xee\xd3\xa7\x2e\x0d\x5d\x60\x1b\x1c\ \xa3\x0d\x48\x57\x34\x35\x8b\xcf\x44\x53\xb8\x98\x6c\xa9\xe5\x9d\ \x2f\x5f\x7f\xed\x2f\xf7\xeb\xf8\xae\x8d\xf1\xa9\xec\xf8\x70\x16\ \x8f\x05\xc8\xa2\x03\x61\x0d\x8e\xf4\x75\xd1\x89\x32\x99\xa8\x67\ \x4a\x44\x65\xf4\xc9\x30\x74\x0c\x05\x4f\xc6\x90\x49\x56\x96\x4c\ \x2e\xa0\x75\x11\x59\x3c\x1c\x9e\xd0\x23\x93\x11\x59\x54\xb9\x12\ \x00\x65\x5c\x26\x22\x0f\x2e\x51\x73\xfd\xe2\xb0\xe7\x39\xc1\xd2\ \xe0\x6a\x56\x1d\x7c\xe3\xea\x9b\xd7\xa6\x46\x56\xd6\x0f\x56\xe9\ \x00\x3a\x83\x83\x53\x2b\x90\x89\xeb\xdb\xab\x2b\x9b\xdb\x7b\x1b\ \x7b\x80\x53\xdb\x88\xa5\x76\xb7\x21\xb8\x76\x0f\x76\x8e\x4e\x0e\ \xd6\xb7\xd7\x8f\x76\x77\x36\x00\xad\xf6\x9e\xdc\x85\xea\xba\xdf\ \x05\x55\xbc\x3e\x85\x4e\x84\x7d\xf3\xde\xc6\x93\xc0\x9a\xba\x72\ \xf0\xf0\xf3\xfa\xbb\x8f\x3e\x7b\x83\xb0\x7d\xf3\xe1\x9d\xc7\xff\ \xb2\xdb\x3e\xfe\xea\xda\xa3\x6f\xae\x7c\x79\xf5\xda\xad\x1b\xf7\ \xb6\xf2\xed\xe3\xa0\xdf\xaa\x4f\x09\x70\x3c\xd4\x90\x9a\x4b\x26\ \xd1\x09\x04\x32\x85\x24\xc2\xd3\x70\x44\x11\x19\xc6\x6d\x2c\x0e\ \x15\xc2\xc5\x10\x41\x3a\xb0\x20\x84\x80\x59\x44\x2c\x61\xf8\x5e\ \x2e\x1e\x88\xa4\x03\x25\xa7\xc5\x61\x34\x4a\x74\xb0\xf7\xa1\x45\ \x83\x30\x14\x74\x0e\x0c\x3d\x59\x19\x38\x30\xd4\xdf\x7d\x61\xa8\ \xfb\xc2\xa9\x4b\x03\x03\x17\x86\x86\x84\x92\x74\xd8\xa6\x61\x36\ \xde\x7e\x25\x11\xce\x84\x23\x61\x6f\xa0\xe0\x1a\xfb\x69\x89\xd9\ \x2d\xec\xe7\x74\x74\xf6\x73\xa4\x91\x5c\x26\x33\xf1\xbb\xe8\xbe\ \xf9\x02\x13\x42\x8c\x09\xd6\x07\xc9\x25\x01\xaf\x60\xc2\xb6\x64\ \x4b\x2c\x73\xbf\x7c\xf7\x1a\xab\xaf\xef\xd7\xe1\x2f\x61\x64\x06\ \xe3\x17\xeb\xd8\x62\x85\xc6\x20\x15\xdb\xcc\x7c\xbe\xd6\x64\xd7\ \x68\xc3\x0e\x8b\xd9\x6e\x37\x69\x66\x5f\xcf\x99\xec\x0e\xd7\x8d\ \x61\xd6\x5a\x50\xf9\xc9\x2d\xdc\xea\xfa\x3b\x36\x0d\xff\xb5\xf3\ \xed\x61\xf9\xde\x4a\x5f\xd7\xde\xe6\xe0\x97\x7f\x64\xac\x7e\xfb\ \xc5\x63\xdc\x61\x2a\xbf\xd5\x8a\xb6\x51\xb7\xc0\x76\xaa\x7e\x63\ \xbf\xbe\x9c\xda\x5a\xb6\xe6\x5b\xee\xfc\xda\x72\x10\x02\x29\xef\ \x5e\x5b\x4e\xa9\xb7\x20\x9f\x82\xcb\xf9\x7c\xd4\x5a\x81\x83\xdd\ \xef\x57\xa3\x73\xe3\xee\x28\xd2\xc1\xd4\x5a\xab\x22\xd7\x23\xd0\ \x52\xbb\xfd\x90\x73\x95\xba\x12\x35\x25\xad\xab\xfd\x6e\xa5\x3e\ \x58\x71\xf3\x04\x72\xb9\x1a\x7c\x8a\xab\x16\x28\x9f\xcc\x22\x80\ \x88\xe0\xf9\x53\x6a\x3c\x01\x0e\x79\x16\x8f\x26\xb0\x46\xfd\x7e\ \x25\x83\x27\xb7\x82\xfc\xc9\x59\x14\x9c\xdc\xcd\x05\xe8\xc1\x31\ \x20\xbe\xf4\x7e\x25\x0f\x43\x06\xc7\x63\x41\x0e\x61\x70\x2c\xf0\ \x73\x51\x17\x86\x45\x23\xe0\x71\xfe\x3c\x8b\x80\x25\x11\x51\xb3\ \x35\x0c\x0c\x2f\xf8\x27\x18\x8c\x4e\x2b\x41\xf0\xf1\x68\x2c\x92\ \x6c\x70\x6a\x6a\x69\x7c\x7c\x7c\x69\x7b\x35\xbb\xf2\xed\xe7\xbb\ \x98\xfc\xd7\xb7\x8f\x0f\x0f\xf5\xf9\xe5\xe5\xb5\xc3\x7c\x30\xda\ \xca\x3f\xa9\x92\x84\x8a\x70\x41\x6e\xf2\xe4\x4a\xb5\x55\xae\xce\ \x5b\x79\x68\xf2\x17\xc4\xb0\x3b\x8a\x4e\xd1\xd5\x51\xb5\x2e\xb9\ \xc0\xef\x86\xd4\x44\xc2\xca\xc0\x41\x5c\xd2\x70\x3c\xae\x9a\x8b\ \xe3\xe9\xb9\x2c\x2a\x3a\x0b\xc7\xc2\x90\x29\x4f\x89\xb5\x12\x09\ \x9f\x8d\xd6\x75\xf2\x75\x0a\x5d\xc0\xab\xe5\x74\xc2\x50\xc3\xe4\ \x70\x7a\x2f\xf4\x77\x0f\x31\x3b\xf9\x26\x95\xd8\xe6\xb3\x1b\x2d\ \x52\xb3\xc7\x1e\x73\x84\x8c\x1e\x27\x6c\x28\x15\x88\x96\x2b\x99\ \xab\xf9\x4c\x52\xad\x2d\x91\x88\x03\xde\x44\xbc\xe6\x18\xf0\x4d\ \x01\x9c\xaa\x18\x70\x78\x9c\x26\x8b\xd9\x52\x0b\xf9\xbc\x96\x8c\ \x2f\xe0\x0c\xcc\x2f\xfe\xe8\x67\x2f\xbe\x02\xc4\x34\x7d\xf1\xf9\ \x97\x5e\x7c\x79\xbe\xd4\x9c\x9c\x5d\x70\xa6\x0b\xa5\x88\x13\xac\ \x2c\x3d\x3b\x77\x26\x97\xcc\x39\xc3\xcd\x72\x61\x32\x33\x3f\x93\ \x49\x16\x21\x5a\x16\xce\x15\x26\x4b\x73\xe7\xab\x13\x93\xa5\xc9\ \xe6\xf9\xc5\x33\xb3\xb9\xf8\xcc\xd9\x69\x40\xb1\x32\xea\xba\xb5\ \x50\x2b\x8f\x35\x47\x27\xd3\x81\x85\x72\xa8\x50\x68\x8e\xe6\x8a\ \x19\xbb\x6f\x34\xe6\x8d\xc4\x43\x09\x4f\x3a\xe3\x70\xb8\x2c\x36\ \x9b\xc2\x26\xd4\x98\x4c\x3e\x9b\xd3\x15\xca\xb9\x80\xbf\x3c\x21\ \x67\xc0\x15\x4e\xc4\xbc\x05\xa7\xd1\xe6\xb4\x1b\x3d\x81\x80\x25\ \xe1\x4a\x9b\x23\x4f\xae\x6f\x02\xf1\x95\xca\x60\x96\x85\xb1\x02\ \x3a\x9d\x95\x28\x86\x6b\x91\x44\x24\x10\xf2\xcc\x9d\x7d\xe6\xec\ \x8b\x2f\x9d\x9d\x8b\xd7\x4a\x31\x4f\xc2\x0c\x80\xe6\x85\x14\x77\ \xd9\xcd\x3a\x89\x4e\x25\xd5\x69\xc0\x50\x3a\x39\x12\xad\xce\xa8\ \x81\xf7\x50\xa7\xd1\xf2\x25\xa8\x75\x1d\xfc\x03\x82\xc1\xec\xec\ \xec\xee\xef\xe8\x1c\x0a\x9f\x7b\xf9\x2f\x43\xc2\x0e\xa3\x0f\xde\ \x5c\xd4\x9c\x1a\x5d\xd1\x3a\xfd\x1f\xff\xf7\x92\x38\x10\x4b\x9b\ \xa5\x0a\x83\x42\x27\x95\xc0\x71\x28\x35\xc0\x20\x2f\x36\x8c\x5d\ \x7b\xf7\xb3\xef\xbe\x76\xff\xad\x16\x95\xbe\x3a\x9c\xed\x1a\xef\ \x1b\x1e\xec\x1b\xec\xe9\x1b\x24\x8a\x7a\xb0\xa2\xa5\x1e\x12\x61\ \x78\x2a\xdb\x83\xe7\xf6\x8d\x8b\x28\x74\x3a\x95\x42\x26\xc9\x05\ \x54\x2b\x0e\xcf\x5d\xae\xe3\x71\x74\x01\x8f\x02\x30\x46\xec\xc3\ \x52\x79\xb2\xe1\x95\x95\x61\x82\x68\x78\x44\xc4\xf8\xf4\xa2\xc2\ \xe7\x9b\x26\xad\xaf\x08\x52\xed\xd6\x31\xa1\x3e\xb8\xb2\xb9\xb7\ \x42\x01\x33\x20\x0c\xe3\xc7\x47\xb2\x1b\x9b\x2b\x9b\xab\x4b\x2b\ \x1b\x7b\x07\xe8\x54\xfb\x11\xd8\xdf\xc1\xee\x3a\xf8\xe0\x11\xe4\ \xd7\xc1\xc9\xee\xc1\xf6\xee\x1e\x10\xd9\xee\xce\xde\xfa\x0e\xc8\ \xe1\xd1\xf5\x9b\x0f\x6e\x82\x0e\xde\x5c\x1f\x84\x6c\xbb\xfa\x22\ \xed\x26\x92\xc2\x83\x6f\x86\x1f\xff\xf7\x9b\xef\x7c\xf9\xd6\xb5\ \x95\x87\x8f\x1f\xdf\xb9\xf3\x2f\x07\xf5\xe5\xab\x57\xef\xbd\xf9\ \xe8\xd1\xbd\x0f\x6f\x7c\x7d\x6b\xad\xd5\xca\xf3\x60\x20\xe5\x51\ \xe5\xa8\x2f\x39\x06\x47\xa1\xc2\xae\x4f\xc0\x51\x48\x18\x1a\x19\ \x4f\x24\x12\x50\x31\x64\x2c\x9e\x4c\x24\x88\xc8\x18\x20\x2c\x54\ \x1d\x99\x20\xa3\xd3\x45\xe7\xe2\x05\xd4\x13\x33\xe1\x34\xa3\xca\ \xfd\x3a\x9d\x54\x2a\x85\xb8\xe2\xb0\xa5\xcc\xfe\x81\x5e\xb0\x80\ \xde\x8e\xde\x81\xde\x81\xd3\x03\x43\x97\x4e\x0f\x9c\xbe\x70\xfa\ \xc2\xd0\x80\x22\x24\x65\x97\xaf\xfd\x36\x10\x9a\x58\x9c\x5c\x7c\ \xf5\xb7\xdf\x5c\xf9\xea\xb5\x30\x1b\x4d\x62\xe8\xe8\xe6\x74\x8a\ \x25\x4e\x97\xca\xe8\x9a\xfc\x63\x25\xe5\x1a\x42\x65\x1b\x84\xdd\ \x7c\x36\x48\x45\x37\x38\x21\x9f\x2f\x96\x2a\x2c\x93\x7f\xbe\x52\ \xcf\x8e\x30\x92\xbf\xfd\xa3\x58\xa3\x33\x80\x83\xc2\x68\x64\x80\ \x6d\xaa\x41\x05\xb0\x25\x06\x9b\x56\xeb\x32\x39\xec\x5a\xb3\xcd\ \xf8\xea\xf7\x1c\x1e\xaf\xab\xd8\x25\xe2\x1e\xa7\xd6\x3e\x39\xae\ \x64\x8f\x2d\x16\x9d\x9d\xf2\xf4\x4a\x8b\x24\xda\xec\x43\x38\x7a\ \x20\xe3\x92\xaf\x3f\x7e\x1c\x5c\x4e\xe5\x83\x95\x56\x25\x85\x5a\ \xe6\xb4\xda\xcb\x75\x7d\x3d\x0a\x78\x75\xb8\x5f\x69\x01\x8c\xb4\ \x2b\xfe\x56\x34\xb5\x0c\xe4\xb5\x05\xd0\x04\x7a\x54\x69\xa9\x83\ \x15\x35\x5a\x35\x98\x57\x5b\x53\xe8\xf2\x60\x54\x1f\x0d\xa2\x72\ \x52\xa8\x20\x72\x14\x38\x2c\x9a\xcf\xbb\x9f\x38\x57\x14\xb5\x78\ \x80\x8f\xf4\x4f\x56\xb2\x50\x59\x2c\xb5\x5e\x09\x50\xc6\xf5\xbb\ \x97\x2b\xd1\x7c\xdb\xaa\x44\x0d\x67\xe4\x4a\x8c\x20\x98\x67\xd0\ \x20\xa2\x68\x34\x32\x45\xc0\x12\x70\xa9\x5c\x2b\x08\x98\x9e\xc7\ \x75\xd3\x50\x19\x05\x35\x55\x40\xc3\xd0\xa8\x38\x54\x34\x8f\x8a\ \x27\x10\x81\xa4\x70\x64\x32\x1d\x1f\x4c\x51\xd1\xa6\x21\x93\x30\ \x14\x0c\x43\x40\xc5\x80\x0c\x52\x49\x54\x2b\xc0\x51\x7d\xad\x0e\ \x29\x42\xe8\x1a\x1f\x1e\x9e\x02\x48\x5f\x1d\xcf\xae\x3f\xfc\x62\ \x87\x16\xbd\x71\xef\xeb\x7b\xc7\x6d\x75\x7e\x39\x15\xac\xa7\x52\ \xa9\xa8\xde\xed\x0f\x72\x95\x72\x50\x42\x20\x36\xf7\x93\x49\xfa\ \x5c\xb9\x9b\x87\x56\x69\xa3\xeb\xa4\x5c\x08\x31\x3d\x2f\x9a\xb2\ \x02\xfe\xc9\xe5\x4f\xca\xd8\xa0\x27\xa3\xe4\x09\x68\x14\x1a\x05\ \x32\x8e\x42\xe3\x31\xa8\x34\x54\x85\x96\xc2\x78\x8a\x23\x61\x32\ \x35\xda\x6e\xad\x49\xab\x33\x39\xcc\x06\xa9\x41\x07\xae\x6e\xd0\ \x74\x70\x7a\x4f\xf5\x76\xf2\x39\x7c\x93\xc1\xa2\x32\x39\x34\xc0\ \x54\x0e\x97\xc9\xe0\x08\xc4\x92\x36\xb3\xd9\x2e\xb6\x1b\x6c\xa6\ \x90\xab\x9a\xd0\xba\x1c\x0e\x9f\x3d\x93\x89\x45\x7c\x4e\xb3\xd3\ \x67\xce\x44\xd2\xce\x44\xd1\x99\x74\x59\x42\x26\x8f\xd7\x63\xf1\ \x7a\xec\xa1\x44\xc8\x98\x3c\xff\xc2\xd9\x9f\xbd\xf0\x93\xea\xab\ \xe7\x7f\xf6\xd2\xcc\x99\xef\xbd\x7a\xe6\xfc\xe4\xe4\x44\x03\xac\ \xab\x51\x88\x04\x7c\x85\x6a\xa9\x31\x3f\x96\xce\x95\x42\x91\x46\ \x63\xae\x51\x4c\x46\x32\xc9\x5c\xa1\x36\x9b\x39\x37\x3b\x3a\x33\ \xdf\x68\xe4\x8a\x8d\xf9\x97\xc7\x46\xcf\xcf\x55\xcf\x9d\x79\x69\ \x6e\xa6\x39\x33\x3f\x09\x8a\xf6\xc2\xe4\xf9\x73\xc9\xf9\x66\x2e\ \x5e\x4d\x56\x47\xe3\xb5\x48\x24\x9c\x48\x8f\x79\x3d\xbe\x98\x33\ \x12\x8e\x84\xec\x90\x48\x5a\x8d\xc2\xc6\x97\x98\x5c\x61\x97\x39\ \xe1\x8b\x47\xd2\x85\x90\xcd\x15\x8f\x41\x48\x85\x02\x21\x74\xc5\ \xc9\xec\x08\x38\x4c\x61\x47\x3a\x66\x0e\x47\xd2\xde\x70\x20\x53\ \xac\x25\x13\xb9\x48\xa8\x34\x9a\x8e\xe4\x42\xa5\x78\x26\xd7\x28\ \x95\xaa\xc9\xb4\xb3\xb8\x30\x3a\x37\x76\x6e\x61\x66\xb2\x19\x49\ \x3a\x9d\x85\x84\xcd\xe2\x35\x7a\x03\x16\x85\xd1\xae\x45\x17\x52\ \x75\x12\x8e\x90\x29\x35\x39\x4c\x62\x85\x54\x03\xbf\xc5\x62\xa1\ \x90\x2f\x11\x8b\xd1\x45\x27\x31\xc8\x4b\x7f\x77\x67\xa7\xc6\xdc\ \x98\xfb\xc1\xbf\x77\xf6\xc6\x6c\xbd\x1c\x9d\x82\xc3\xe9\xec\x3d\ \xf5\x9b\x0b\x97\xfe\xa0\x32\xdb\x23\x5e\xa3\x4e\xa1\xe5\x68\x2c\ \x2a\x83\x14\x2d\xf1\x50\xb0\xc5\x1d\x89\xbf\xbf\xf5\x97\x7f\xbc\ \xf0\x9f\xbf\xfe\xe9\x3b\xcb\x4a\x86\x68\x70\x64\x7c\xbc\xaf\xaf\ \x47\x24\xeb\x1b\x16\x89\xb0\x3d\x23\xa0\x81\xb2\x11\x3a\xbe\x0b\ \x0b\xf7\x91\x28\x78\x11\x8e\x41\xc4\x91\xa8\x5c\x32\x41\x4d\x25\ \x7f\xb4\x8c\xa1\x93\x31\x18\x6c\x56\x44\xa7\xe1\x08\x94\x29\x19\ \xec\x4e\x2c\x32\x9d\x4e\x97\xeb\x7b\xae\x4a\xc6\x0a\xe7\xad\x9b\ \xd6\x7d\x4c\x16\xbf\xd4\x33\xb5\xb1\xb1\x42\x10\xa8\x31\x94\xae\ \x3e\x62\x76\x69\x24\x3b\xb5\xb2\xbe\xbb\x3e\x05\x69\x05\x71\xb4\ \xb3\x8b\x66\x32\x80\x23\x9e\xec\x1c\x6d\x1f\x00\x63\xed\x9e\xa0\ \x82\xc9\x00\x5d\x3b\x3b\x9b\x40\x59\x07\x47\x07\x77\x6f\x1e\xec\ \x5c\x47\xab\x0e\x8f\xbe\x7d\x48\xfb\xe1\x55\x14\x58\x0f\x8e\xda\ \xca\x3b\x9f\x5f\x7b\x07\xf7\xe8\xc6\xc1\xe3\x2f\x1e\x3f\x7e\xfc\ \x2f\x37\x83\xc7\xf7\xbf\xfc\xe4\xda\xbd\x4f\x6e\xdd\xbe\x77\xd8\ \x42\x97\xb5\xac\x30\xfa\x73\x59\xa8\x6c\x09\x85\x86\xaa\xc9\x60\ \x49\x64\x3c\x0e\x55\x40\x26\x92\xf0\x5d\x74\x3c\x09\x4b\x22\x88\ \xba\xc0\x77\xd1\x1f\x22\x91\x4c\x20\x76\xf5\x2d\xbd\x19\xaa\x85\ \x5d\x8e\x80\xc7\xee\xf1\x9a\x9c\x2e\xb1\xc6\xa6\x51\xf0\xd9\x40\ \x44\xbd\x9d\xa8\x81\x33\xa7\x73\xa8\x77\x60\x60\xa0\xff\xd4\x85\ \xfe\xde\x53\x43\xdd\xa7\x86\x86\x4e\x83\x15\x1a\x7b\x9d\x1f\xff\ \x31\x1c\x7e\xf9\xc5\xd7\x7e\xfe\xfa\xa7\x57\x8f\x97\x3f\xfc\x6d\ \xea\xa7\x9d\x9d\xfd\x68\xa8\xe8\x50\x48\x4d\x36\xb1\xc2\x68\x5e\ \x7c\x9f\x1b\x4c\x5f\x12\xf2\x99\xdd\x1d\x12\x3e\x9f\xc9\x11\x3e\ \xd9\x8e\x9d\x1d\x0a\xdd\xe2\x57\x97\xc9\x4b\x53\x6f\x07\x3e\x74\ \x48\x55\x5a\xad\x4a\xab\x31\x98\x8d\x1a\x8d\x54\x67\x33\xea\x74\ \x2e\x93\xc5\x6e\x94\xa2\xd9\x60\x2a\xa7\xc7\x39\x73\x1e\xc6\x63\ \xdb\x6f\x57\xac\x9f\x5d\xb6\xde\xae\xff\xe8\xb3\xaf\x62\x16\x8b\ \xe2\xda\x3f\x6e\x89\xf6\xc9\xea\x2e\xee\xca\xc6\xee\xcd\x87\xdf\ \xee\x4c\x1d\x7d\xb1\xf3\xd1\x2d\xb0\xa3\x60\x3e\x08\x6c\x14\x8d\ \xfa\x8f\xd7\xd0\xc2\xbd\xd6\x72\xbd\x15\xbc\x11\x8d\xd6\xa3\x40\ \x59\xfa\xbc\xbb\xbe\x1c\xd5\xd7\xfd\xa9\x16\x4b\x0f\xe4\xa4\x47\ \x6b\xec\xe0\x20\x06\x59\x4a\xa1\x56\x7e\x7e\xbf\x1e\x94\x09\x55\ \x70\x77\x83\x6c\xe5\xdd\xbc\x54\x05\x24\xab\x05\xbf\x94\xd6\x96\ \x3b\x08\xf0\xc4\x52\xc2\x38\x80\x1a\x64\x05\x59\xfa\x94\x3c\xc5\ \x93\xe7\xdd\xdc\xa8\x5e\x1d\x94\x0b\x00\xab\xb8\xa0\x78\xc8\xf0\ \x04\x34\xb9\x12\x07\xec\xcd\x92\x5b\x79\x5c\xd0\x47\x81\x92\xc5\ \x40\x28\x23\x00\x3a\xa3\xb2\xa8\xe0\x7d\x78\x02\x8d\xcb\xc5\xe1\ \x51\x01\x45\x1a\x8b\xac\x3e\xce\x2b\xd1\x35\x4b\x35\xc4\x20\x97\ \x27\xe0\xd1\xd0\x3c\x4e\x3c\x99\x06\x1c\x46\x81\x6f\x26\x60\xe0\ \x07\xb3\x3d\x83\x23\x53\xd9\x91\xf1\xa9\xc1\xed\x87\x8f\x77\x58\ \x6b\xb7\x6f\xb5\xea\x5f\xaf\x59\xdd\xc7\x6b\xcb\x5b\x29\xfd\x5a\ \x5e\x6e\xb5\x02\x34\xa9\x81\xae\x04\x38\x39\xba\x14\xc8\xe3\xf2\ \xb8\x7a\x9a\x52\xae\xe6\x52\xad\xc0\x58\x4a\xb5\x1a\x98\x51\x1d\ \x8c\x2a\x95\xe0\x89\x6a\x16\x97\xa6\x46\x0b\x9f\x19\x38\x39\x0b\ \xe0\x90\x0b\x30\x47\xc0\x60\xe0\x2f\x3c\x58\xe9\x53\x42\x3e\x8c\ \x56\x1d\x9c\x0e\x31\x1b\x0e\x60\x85\x59\x2b\x51\x99\x74\x76\x9d\ \x4a\xdc\xd1\xd9\xcb\x51\xb1\x25\xb0\x59\x34\xa0\x2b\x4e\x83\xce\ \x64\x51\xd9\xb5\x76\x63\xc8\x8c\x7a\x1a\xab\x6c\x00\x66\x66\x9f\ \xd7\x6b\x56\xb8\xec\x0a\x63\xc1\xee\xcb\x14\xd2\x91\x44\x38\x16\ \x8b\x25\x23\xc5\x78\x3a\x14\x73\x9a\x4d\x3e\xb3\x39\x12\x0b\x38\ \x02\xa1\xa4\xb3\x31\xf3\xf4\xc4\xec\x73\xbf\x1a\x9d\x99\xfd\xe9\ \xb3\xa3\x0b\xcf\x3e\x3d\xe9\x9b\xfd\xfe\xdc\xc2\x5c\x79\x6e\x7a\ \x2c\x17\xf0\x24\xab\x0b\x33\xd3\xc9\x74\x26\x54\x98\x1f\x3d\x37\ \x16\x1f\x0b\xc7\x93\x89\xb9\x52\x6c\xcc\x57\x28\xe7\xa6\xcf\xe5\ \xaa\x8d\xc5\xc6\xfc\x5c\x73\xb2\x36\x36\x7b\x7e\x6e\x61\x7a\x6e\ \x6e\xae\x38\x3b\x3b\xd9\x5c\x98\x48\x16\xaa\x63\xcd\xf9\x72\x31\ \x53\x8e\x85\x92\x81\x42\x08\x14\xcf\x12\x48\x7b\xbd\x3a\x54\x3d\ \x1d\x02\x4b\x65\x33\x69\x3a\xc5\x06\xb3\xd7\x15\xae\x19\x1d\x11\ \x5f\xa4\x50\x8a\x85\x8c\x76\xb3\xd9\xeb\x09\xf8\x0c\x16\xb3\xd1\ \xe9\x34\x3a\x1c\x26\x57\xcc\xe9\x01\xd1\x75\x36\x92\xf1\x58\x32\ \x80\x9a\x69\x94\xc3\xe9\x46\x3a\x51\x8a\x65\xca\x81\x52\x2c\x37\ \xda\x3c\xf3\x83\xe9\x85\x46\x2c\x3d\xfa\xea\x68\xa0\xe6\x8c\x07\ \xe2\x3e\xbb\xd3\x69\x31\x68\x35\x66\x1d\x08\x82\x14\x0c\x8e\xd9\ \xc1\x11\x9b\x74\xc0\x55\x2a\x0e\x5f\x87\xa6\x08\x31\x39\x6c\x36\ \x07\x35\xeb\x94\xf0\x99\xfc\xee\x53\xa7\x4f\x89\x0d\x81\x97\xbe\ \x7f\xff\xf5\x78\x38\x50\x2d\x4a\x41\xb5\xfb\xfb\xbb\xff\x70\x49\ \xea\x1d\x4d\x3b\x1c\x76\x8d\x1d\xde\x4d\x3b\x7c\x1d\x5b\x08\x47\ \x23\x70\x16\x67\xe1\xe3\x9f\xbf\xf7\xeb\xe7\x5f\xfb\xeb\xe4\xcf\ \xaf\xf2\x5a\x4a\x7a\xb6\xab\x0b\x82\xa7\xaf\x2b\x9b\xed\x1a\x44\ \xeb\x9e\xa9\xd8\x1e\x19\xbd\x8b\xd8\x25\x62\x60\x47\x08\x20\x53\ \x24\x08\x01\x2c\x8e\x8b\xb1\x72\x53\xea\x3a\x89\x40\x12\xd1\x19\ \x98\x9e\x2c\x26\x8f\xa1\xe3\x45\x7d\x23\x3d\xc3\x04\x65\x17\x16\ \xef\x27\x10\xdf\xe6\x64\x5e\x7c\x99\x35\x45\xa1\xf4\x0c\xf6\xf5\ \x4d\x8d\xf7\x90\x69\x4a\x2e\x11\x1e\xdd\x97\x1d\x9e\x5a\x5d\xdd\ \xd8\xdc\x5c\x5f\x3a\xba\x79\xb4\x07\x21\x75\x74\xb2\xbe\xb7\xbd\ \xbe\x7b\xb4\xb3\x0d\x9c\xb5\x7b\x70\x70\x1d\xfe\x6c\x6c\x1f\xec\ \x6c\x6f\x6f\xaf\x6c\xef\xac\x9f\xdc\x3c\xb8\x7b\xb4\x79\x74\xfd\ \xe4\x00\xe0\xeb\xee\x83\xd5\x9f\xab\xd7\xef\x3e\xfc\xf6\xe1\x2a\ \x95\x76\xf7\xf1\x9b\x5b\x7b\x57\x0f\x6f\x7e\xf1\x39\x04\xd6\xbf\ \xdd\x54\x06\xaf\x5c\xbb\x7c\x0d\xad\x2d\xdb\x77\xb7\xfd\x51\xbd\ \x5f\x2f\xa0\xc0\xde\x8a\x10\x1f\x74\x0f\x43\xc1\x81\xf1\xc9\xb0\ \x38\x22\x89\x2e\xa2\xd0\x64\x22\x12\x9e\x4e\xc2\x76\x61\xd1\x5c\ \x58\x11\x1d\x4b\xa2\xe3\x09\x74\x51\x56\x74\x26\x90\x2e\x24\xd3\ \x89\x34\xec\x7a\x2a\xa3\x4e\xaa\x30\x4a\x98\x62\x05\x9b\xcf\xe9\ \x1f\xe8\xef\x00\x9f\xeb\x1d\xba\x30\x74\xa1\x9f\x29\x3c\x3d\xd0\ \x31\x70\xe1\xd2\x6f\x4e\x5f\x3a\x35\x74\x89\xc3\x64\xff\xe2\x6f\ \x2e\xc9\x33\xef\x3d\x33\xbf\xf0\xca\xdf\xef\x5f\xbe\xa1\x27\x4c\ \xbd\xd1\x2d\x84\x88\xeb\xe8\xec\xe6\xa0\x39\xbc\x6c\x9b\x31\xf0\ \xf2\x5f\xa2\xdc\xe9\x5e\xa1\x10\x29\x21\x5b\xc1\xec\x10\x77\x72\ \x98\x62\x80\x2c\xc9\xc5\x47\x4a\xd1\x52\x76\xee\x4f\xaf\x49\xd0\ \x5c\x14\x8d\x18\x2c\x94\x2d\x05\x7a\xb6\x18\x4d\x2a\x85\x45\xa7\ \xb3\x38\x61\x78\xd2\x9a\x8d\x76\x6f\x2e\xe3\x8d\xbb\xec\x56\xe2\ \xb5\x0f\x96\xdf\xe4\x65\x5f\x98\x8b\x78\x1d\x9a\xe7\x6f\xcc\x4d\ \xdd\x23\xd7\x8f\xc9\xf2\x1e\xd2\xf8\xf6\xc9\xcd\x07\x0f\xef\xdc\ \x11\x1c\xb7\xf6\xdb\xed\x3a\x72\x3f\xbd\xde\x9f\xaa\xec\xaf\xad\ \x59\xa3\xcb\xcb\xfb\xed\xfd\x1b\xd1\x7a\xca\x5f\xdf\x82\xcc\x71\ \x2b\xf3\xad\x54\x45\x5d\xb9\xe1\x96\xa7\xf4\xd6\x7a\x50\x6d\x8d\ \xb6\x53\xa8\x9f\x57\x30\xfa\xe4\x31\xa0\x51\x79\x08\xab\x94\xba\ \x12\x8c\x56\x2a\xd1\x7a\xdb\xad\x5e\x5e\x53\x42\xfe\xe5\x5b\xf5\ \x65\x54\x48\xd9\xad\x66\xc9\xfd\x0c\xaa\xd2\x0f\xff\xd4\xd7\x52\ \x75\x2b\x43\x19\xd4\xd7\xdb\xa8\x90\x9f\x1e\xf2\x48\x49\xe3\xba\ \xe5\x4a\x6a\x50\xcf\x63\x29\xe5\x4a\x86\x5c\x8f\xea\x96\xba\x83\ \x5c\x4c\x54\xc0\x55\xf3\x04\x02\x2a\xba\x02\x02\x99\x45\x14\xb0\ \x94\x54\xf8\x16\x7e\xb4\xe0\xda\x6d\x65\xe1\xd4\x2d\x7f\x30\x78\ \xbc\xb5\x7f\x08\x7e\x06\x70\x84\x1d\xc4\x92\x30\x38\x02\x83\x4c\ \x02\xaf\x64\x60\x7b\xb2\x3d\xc0\xff\x5d\xd9\xc1\xa9\xbe\xcd\x6f\ \xbf\x38\xc0\x2d\x5f\xfe\xf2\xc6\xf1\xbd\x35\xb9\xbf\x55\x57\xd6\ \xeb\xad\xb5\xba\x55\xcf\xe2\x22\x58\xd4\xfb\x59\x38\x1c\x8d\x07\ \xea\xaa\x8e\xf2\x04\x5c\x16\x17\xc3\x65\xa9\x79\xfe\xa0\x9b\x0b\ \x41\x9c\x72\xd7\xdd\x80\xdf\x72\xab\x1e\xe4\x0f\x43\x91\xb3\x58\ \x14\x8c\x35\x8a\x01\x45\xa4\xb0\x28\x58\x32\x04\x17\x95\x42\xc1\ \x90\x9e\x12\x8a\x7b\xb5\x52\x8e\xce\xc6\xd7\x79\x9c\x16\x5f\x31\ \xe9\xf1\xe9\x8c\x66\x9b\x42\x23\x44\xb5\x86\x54\x2a\x93\x44\x27\ \x31\x68\x14\x5e\x7b\xc0\x6e\x77\x19\xbd\x26\x9b\xd3\xe9\x08\xb9\ \xb4\x16\x9b\xa2\x53\x28\x55\x39\x0a\x49\x9b\x56\x65\x32\x24\x6a\ \x71\x5f\x28\xe3\x8b\x98\x51\x1d\xd2\x6a\x31\x11\x88\xe4\xe2\xb0\ \x3d\x9d\x16\x8b\xb7\x18\xf1\x94\xd2\x99\x44\xf9\x7c\xf9\xa5\x17\ \x7f\x38\x3a\x56\xab\x3d\xfd\xa3\xc5\x17\x9e\x99\x2f\xcf\xfc\xf8\ \x99\x33\x0b\x17\xe7\xab\x55\x4f\xcd\x63\x08\x4d\x4e\x9f\xf5\xcd\ \xcd\x25\x16\x27\x46\xe7\xcb\xb5\xf2\x44\x23\x9d\x6c\x16\x1a\x99\ \xda\xdc\x42\xb5\x3a\xd3\x48\x4c\xcc\x14\x47\xcf\x55\x67\x27\x16\ \x67\xa7\x33\x93\x8b\x33\xd3\x63\xe5\x89\x73\xb9\x62\xa9\x94\x1e\ \xab\x86\x6b\x63\xe5\x42\xb2\x98\x00\x3c\x4b\xc7\xec\xbe\xa4\x2b\ \xe2\xb4\x3b\x3d\x5e\x9b\xc7\x6c\xb2\x58\xd0\x7c\x19\x29\x8c\x89\ \x5e\xaf\x31\xe0\x09\x24\x22\xf6\x48\x3c\xed\x75\xa0\x2a\xef\x11\ \x87\xc3\x63\x53\x85\xcc\x4e\xb3\x23\xe6\x00\x34\x0b\xc4\x40\x3a\ \x02\x09\x5f\x2c\x5d\xf2\x38\x47\xe3\x0e\x7b\x69\xac\x90\x4b\xfb\ \x5c\x31\x5f\x38\xe1\x48\xe4\x16\x9f\x3b\xf3\xda\x4b\xe5\x62\x6d\ \xa1\x00\xc2\x19\x36\x7b\x3c\x3e\x8f\xc3\x6e\xd2\x68\x35\xa0\xd3\ \x62\x36\x8c\xd0\x1c\x31\x47\xab\xd5\x75\xb0\x51\xcd\x24\x3e\x28\ \x5d\x07\x2a\x6c\xd2\xc1\xe6\x74\xa3\x3e\x09\xbd\xfd\x97\x06\xfa\ \x87\xd8\x7c\xcf\x77\xbf\xe2\x12\x3f\x8d\xc5\xfb\xfb\xfb\x3b\xfa\ \x2f\x5c\xea\xef\xd4\xb8\x42\x4e\xbb\xc3\xe1\x34\x49\x38\x52\x74\ \xf6\x0b\x92\x4e\x2a\xd1\x69\xa5\xba\xe9\xf7\x3e\x7d\xe5\x9f\x3f\ \x79\xef\xf7\x17\x0b\xa3\x3f\x7c\x44\xf6\x73\x71\x7d\x23\x53\x5d\ \x5d\x10\x56\x5d\xb2\xbe\x1e\x12\x7e\x50\x84\xae\xd6\xd0\x49\xc3\ \x74\x32\xad\x8b\xae\x84\x04\x40\xcc\xcf\x50\xb7\xea\xfa\x7c\x50\ \x8f\x21\x10\x06\x49\x72\x1a\x61\x05\x05\x9b\x08\x3f\xd2\xb3\x44\ \xef\x23\x90\x09\x0c\x16\x06\x3b\xf5\x5f\xdd\xd5\xf7\x7e\xa9\xec\ \x61\xac\x0f\xf6\x65\xc7\x7b\x70\x02\xaa\x32\x8f\x27\xf7\x0d\x8f\ \x2f\xc9\x00\xad\x56\xa6\x36\x80\xa1\x8e\x50\x32\xed\x1e\xac\xac\ \x1e\xa1\x85\x39\xeb\x07\x47\x00\x51\xbb\xbb\xe0\x89\xbb\x9b\x3b\ \xbb\x7b\xdb\xdb\xeb\x90\x63\x00\x58\x27\x68\xe9\xce\xc9\x4d\x90\ \xc2\x83\xeb\x0f\x77\x7f\xf1\xd9\x12\x1c\x96\xd7\x09\x23\x98\x87\ \x77\xd6\xe8\x77\xfe\xd9\x7a\xf8\xf9\xe7\x5f\xdc\x81\xc0\xb2\x56\ \xae\x7c\x79\xe3\xcb\x8f\xd6\x8e\xbf\x3e\x8e\x56\x60\xcf\x0d\xf2\ \xd0\x15\x2b\x2a\x85\x81\xc1\xd0\xf0\x14\x0c\xbc\x0e\x91\x8c\x28\ \xc2\x50\x81\x01\x89\x84\xae\x3e\x08\x58\x02\x86\x48\x25\x62\x89\ \x58\x3a\xfa\x05\x41\x26\x5b\xba\x8f\xaa\xd8\x16\x12\x66\x5f\xc0\ \xe3\xd1\x99\x4d\x06\xa9\x11\xa8\x56\x88\x20\xb5\xbb\x93\x29\xec\ \x38\x75\xe1\xf4\x69\x74\x65\xb0\xfb\x54\x7f\xff\xa5\x4b\xa7\xff\ \x70\xe9\xc2\xe9\x53\x97\x38\x9d\xb5\xbf\x86\x3a\xb4\xff\xf5\xab\ \xb9\xcc\xf4\x2f\xbe\xb9\x7f\x28\x90\xe1\x7b\xde\x16\xf6\x0a\x3b\ \x50\xa3\x54\x34\xc7\x97\xd9\xc1\x97\x6a\x22\xe7\xff\x1c\x65\xfc\ \x80\x0d\x94\xc6\x46\xb3\xde\x85\x6c\xf0\x0d\x09\x53\xaa\xe0\x3c\ \xad\xce\x62\xfb\xb8\xff\xfe\xc8\x22\xd6\xea\xf8\x12\x89\xca\xa8\ \xd1\x32\x0d\x06\xad\xcd\xc4\x56\x3c\x59\x79\x6d\x36\xc1\xae\xa3\ \x33\x78\x42\x91\x74\x32\x91\x31\xff\x5c\x74\xed\xfe\xa3\xaf\x6f\ \x11\x05\x90\x63\x3e\x93\xe5\xd8\x9b\xc2\x1d\x52\x6e\x7c\xfc\x76\ \x5e\xb9\x3c\xbc\x7a\x70\x72\x72\xfd\x4e\xcf\x8d\xb5\xf6\xf2\x71\ \xbe\xee\x77\xe7\xd7\x52\xea\x76\x3e\xb5\x85\xfa\x4c\x44\x97\xdb\ \xcb\xad\xe5\xe5\xc3\xf6\x71\xf0\x49\x2b\x1c\x65\x74\x6b\x1f\x8e\ \xdf\x65\x3d\x15\xa9\xd2\x72\xa5\xd2\xb2\xba\x53\xa9\x3a\x38\x95\ \xdc\x6d\xf5\x07\xa3\xd6\x54\x4b\x99\xd2\xd7\x81\xd3\xdc\xa8\xa6\ \x71\x25\xff\x64\xa5\x0b\x7c\x41\xc5\x5d\x57\x5a\xeb\xf0\xb5\x5c\ \x2e\x9a\x34\x0e\x78\x95\x72\xe7\x6f\xdf\x5e\x6e\xb5\x0f\xfd\xf9\ \xa8\x1b\xe2\x49\xcf\x85\x41\x8d\xc4\xd0\x23\xb2\xa2\x02\xe6\xb0\ \xb8\x5c\x25\x8f\x4b\x16\x58\x21\xd9\xdc\x29\xd4\xad\x02\x25\x16\ \x8e\x4a\xa6\x90\x09\x18\x06\x85\x27\xd7\xe7\x2b\x56\xae\x5c\x8d\ \x34\x90\xa7\x44\x8d\x4e\xdd\xea\x7c\x10\x87\x65\xb9\xdb\x6a\x30\ \x78\x0a\x43\x8e\x61\xe0\xc8\x7a\x01\x8e\x46\x1f\xce\x0e\x8e\x64\ \x07\xfb\x86\x97\xa6\x7a\xf6\xee\x3c\xde\xc1\x04\xbf\xfe\x7a\xeb\ \x78\xad\x9d\x82\x90\x6d\x57\x2a\xed\x76\x30\x0a\x3c\x55\x09\xaa\ \xfd\x56\x37\x20\x20\x9a\x8c\x1f\x54\xab\x79\x54\x81\xdf\xca\x60\ \x28\xf5\xfa\x27\x8b\x9f\xe5\x41\x3f\x9a\xc2\xa1\x44\x8d\xea\xb9\ \xe8\xf2\xa0\x15\x1e\x41\xa3\x08\x48\x64\xd8\x5d\x18\x30\xc8\xd1\ \xa8\x0c\x1a\x0d\x47\x26\x3c\xa5\x92\x30\xf9\x42\xb3\x43\xd1\xab\ \x05\x18\xd1\x59\x62\x3e\x1d\xc7\xe2\x55\x29\x4c\x3a\x95\x54\xcc\ \x31\xf0\xc5\x12\x83\x8e\xcf\x96\x5a\xcc\x4e\xd4\x6d\x4f\x63\x8a\ \x38\x75\x36\x97\xd3\x15\x88\x75\x4a\x14\x0a\x4f\xc8\x52\xf3\x6a\ \x38\x6c\xad\x27\x91\x0e\x85\x03\xc5\x4c\xd2\x19\x18\x2d\xcf\x47\ \x7c\xe6\x44\xcc\xe2\x50\xa9\x7c\x31\x2f\xa8\x62\xa2\x50\x8e\x15\ \x4a\xe7\x26\x7e\xf4\xa3\xe7\x16\x47\x21\x64\x9e\x9b\x99\x3b\x93\ \x8b\x4d\xff\xec\x85\xf3\xf3\x93\xe5\xdc\x44\xa1\xea\xf0\xa5\x63\ \x2e\x6f\xa0\x11\xcf\x94\x6b\xf1\x62\xae\x54\x4b\x34\xc7\x46\x67\ \x6a\xa5\xd1\x99\xb1\xcc\x68\x23\x34\x33\xd7\x48\x34\xe7\x26\x27\ \x2f\x56\x73\x33\xb9\x62\x79\xe6\xfc\xfc\xd9\x99\xb1\xb9\x89\x52\ \x73\x6c\x21\x5d\x4b\x97\xc7\xe6\x32\xf1\x64\x32\x51\x4d\x87\x33\ \x85\x84\xc7\x61\xf2\x3a\x7d\x31\xbb\xd9\x6e\xd3\x98\x2d\x86\x90\ \x8d\x6d\xd3\xb2\xb5\x26\x93\x25\xe0\x73\xba\xcc\x90\x3e\x89\xb4\ \x37\x16\x32\x87\xc1\x6d\xbd\x26\x89\xdd\xe5\xb0\x03\x6d\x25\x1c\ \x91\x40\xa2\x54\x4c\x3b\x9d\x00\x88\x11\x0b\x24\xaf\xc7\x53\x8e\ \x27\x23\x8e\x70\x28\x96\x88\xc7\x23\x25\xe0\xbd\x97\x5f\x7c\xa6\ \x91\x74\x4e\x36\xaa\xd5\xb1\xa4\x2f\x10\x31\x1a\x6d\x16\x80\x51\ \x95\x44\x21\xee\x45\x55\x4d\x00\x52\x55\x6c\x21\x64\xb8\x41\xc2\ \x87\xa8\x7f\x42\x57\xa8\xe0\x6e\x77\xff\x00\xf3\xd4\x1f\xfa\x85\ \x4c\x53\xe3\x8c\xa5\x18\x7f\xf6\xef\x8f\x08\xee\x1f\xf8\x38\xbf\ \x39\x75\xba\xc3\x10\x30\x1a\x7c\x5e\xbb\x41\x25\x31\x6a\x25\xe0\ \x92\x52\xb1\x44\x0b\xb1\x25\x15\x8b\xc5\x9e\x57\xbe\x9e\xfe\xd9\ \xdf\x7f\xfc\xfb\xb7\x03\x89\xa7\xff\xe7\xfe\xb5\xdb\x20\xef\xa2\ \x61\x3a\xec\x18\x7d\x64\x12\xb0\xd6\x20\x1c\xdb\x2c\x2a\x19\xd3\ \x47\xa7\xcb\x48\x98\x3e\x1a\x8b\x87\xe9\x43\x55\xfe\x48\xf2\xf6\ \xed\xca\xda\xa1\x55\x8f\xcd\xae\x10\xf5\x2d\xfa\x88\x48\x44\x20\ \x75\x11\x97\xa6\xc8\x83\x59\x02\x16\xc3\xc3\xd3\x7b\x86\x7f\x29\ \xac\xdd\xff\x5d\x7d\x6f\x7b\x6a\x49\x46\xee\xe2\xe9\xe5\x40\xf8\ \x84\xa5\xe1\xe1\xec\xf0\xca\xca\xc6\xd4\xc6\xea\xfa\xc1\x26\x3a\ \x83\xb5\xba\xbe\xbb\x89\x4e\xbb\xef\xc1\x0d\xd2\x6a\x03\x55\xf4\ \x43\x5d\xa0\x77\xb7\x57\x76\xb6\xd1\x62\x69\x78\xcc\xc9\x11\x2a\ \x3c\x73\x13\xd5\x74\x78\x70\xf2\xd7\xd7\x47\x1e\xc2\x7f\x82\x4b\ \xd8\x87\x0f\xad\xdb\x9f\x5f\x46\x81\xf5\xf9\xe3\x3b\xff\x72\x22\ \xd7\x5f\xfe\xf0\xde\xfe\xe1\xe1\xf2\xe1\x56\xdd\x9f\xd7\x33\xe0\ \xa0\x80\xb1\x93\x8b\x91\x91\xd1\xc2\x66\x30\x55\x22\x9e\x80\x23\ \x91\x45\xe8\xb4\x2e\x51\xd4\x85\xa7\x13\x88\x44\x3c\x5d\x46\x20\ \xd0\xe9\xf8\x27\xb5\x73\xfa\x86\x29\xe5\x4c\xb3\x5c\x18\x0d\x67\ \x62\x3e\xbb\xc9\x62\x02\x47\x43\x15\x13\xfa\x7b\x85\xbd\xbd\x9d\ \xbd\x9d\xdd\x43\x43\xbf\x19\xe8\xef\x1c\x38\x75\xba\xb3\xf7\x12\ \xa8\xe0\xc0\xa5\xd3\xdd\x03\xfd\x17\x4e\x6b\x7f\x51\xec\xed\xb7\ \x9d\x8b\x07\x22\xb3\x3f\xfa\xe3\xfb\x7f\xfc\xf2\xda\x3d\xfc\x2d\ \x54\x42\x06\x05\x13\x53\xca\x17\x0e\x74\x8b\x35\x0a\x63\xe0\xe2\ \xa7\x5b\xb4\xcf\x6c\xdd\x6c\x4e\xc7\x50\x07\x13\x11\x2e\x1b\xe0\ \x98\x2f\xfd\x93\x88\x24\xc0\xdc\xbf\x7c\xbe\x5b\x2c\x95\xb0\x55\ \x30\x8a\x28\xa4\x12\x85\x06\xe8\x57\xa8\xb5\xe9\x6c\x36\xa3\xd1\ \x62\xb1\x83\xa1\x7a\x62\xce\xea\xf4\x44\xda\xf3\xa6\xfb\xde\xd5\ \x47\xd1\x5f\x1e\x62\x12\x31\x87\x43\xfb\xc6\x8f\x5f\x5d\xda\xa2\ \xbf\xff\x9f\xd6\xf7\x5b\xd7\x7e\x42\x84\x77\xed\xfa\x83\xdd\xb5\ \x94\x3f\x05\x37\x3f\x1c\xc0\xf5\x8a\x7b\xed\x93\x3c\x08\xe1\x3e\ \x08\xe1\xb2\xdf\x9a\x47\x05\x66\xf4\x80\x5d\xfe\xb5\xfd\xba\xdf\ \x0f\xff\xf1\x07\xd5\x3c\x2b\x44\x4e\xca\xed\xf7\x57\x82\xa9\xbc\ \x1b\xb6\x53\xd0\x1d\x0d\x1e\xe6\xa3\x15\x54\x9a\x34\x98\x02\xb5\ \x76\x47\xe1\x0d\xb5\x02\x77\x2d\x57\xf2\xad\x60\xb4\xed\xaf\xb7\ \xeb\x29\x2b\x4f\xed\xae\xef\x83\x5e\xa9\x83\xee\xd6\x87\xf5\xe3\ \x4a\xcb\x0f\x39\xa4\x14\xb8\x79\x38\x16\xcf\x2d\xa7\xb2\x94\x0c\ \xb2\x92\xcb\xe0\xa2\x12\xae\x18\x1e\x64\x83\x5a\x9d\x5f\x43\xcd\ \x75\xf4\xf0\x03\xa3\x51\x1c\x9a\x9f\x49\xa5\x12\x28\x24\xb5\x80\ \x0b\x18\x86\x3a\x5d\xc8\x29\x18\x08\x32\x12\x85\x82\xa2\x83\x4b\ \x43\xf3\x0d\x18\x6e\x14\x2b\x64\x0c\x99\xc6\xc3\x91\xb9\xb8\x91\ \x91\xa9\xa9\x2e\x3a\x69\x69\x7d\xbc\x6b\xfb\xce\x17\x47\xa4\xfa\ \xad\xe3\xc3\x8f\x0e\xdb\x6b\x79\xff\xda\x87\xcb\x6b\x5b\x15\x77\ \x4b\x1f\x5c\x6e\xb5\xf4\x02\xae\x80\xe7\x86\x1f\x0e\x82\xc9\xe5\ \x42\x32\xb9\xe5\x7a\x86\x1f\x95\x49\xf5\xa7\xfc\xd6\x8a\x15\xb5\ \x7a\x96\xbb\x79\xa8\x98\x20\x00\xa1\x80\x02\x3f\x9a\xc1\x62\x90\ \xd1\x99\x35\x0a\x0b\x43\xa3\xd2\xe0\xc6\xa2\x3c\xa5\x53\xb0\x6d\ \x1e\x2d\x87\x23\x34\x88\x3b\xba\x25\x30\xec\x48\xc5\x7c\xa3\x4e\ \x23\xd5\xea\x1c\x1e\xa9\x8d\x63\xd2\x9a\x50\x69\x3f\xbb\xd3\x67\ \xb1\x47\x34\x0e\x83\xcf\xe2\xd3\xa8\x7c\x21\x9d\xd4\xa0\x35\x6b\ \xc2\x01\x5b\xb9\x10\xd1\xf6\xb3\x2d\x01\x73\xd2\x97\x9b\xcc\x14\ \x22\x81\xd8\x68\xc9\x17\x89\x9b\xc3\x5e\x88\x07\x4f\x02\x24\xdf\ \x1b\x4e\x94\xe3\xe1\x72\xe9\xec\xfc\x4b\xcf\xcd\x36\x72\xe1\xe6\ \xb3\x3f\xbb\x38\xd7\x8c\x97\x16\x9f\xfe\xe1\xb3\xcd\xf3\x8d\x89\ \x5a\x21\xee\xb4\x00\x14\x25\xe7\x93\xcd\xd8\x44\xae\x5c\x88\x25\ \xcb\xa5\x62\x66\x66\x34\x9d\x68\x4e\x36\x9b\x63\x93\xd3\x13\xcd\ \x1a\x3a\xf5\xde\x1c\x1b\x9b\x7d\xe1\xe2\xdc\xd8\x99\x17\x26\x33\ \xcd\xc9\x98\xb7\x3c\x7f\xbe\x10\xab\xe6\x0a\x00\x70\xe7\x92\x9e\ \x44\xb3\x51\x2e\x07\x3c\x76\x95\x13\x55\xa3\x8f\xc7\x02\xe6\x88\ \xd9\x6e\x36\xf0\x0d\x26\xd4\xb5\xd0\x60\x4e\x38\x7c\xf0\x4c\x3c\ \x71\x9f\x2b\x91\x34\x5a\x8c\x61\x83\x0f\xf5\xb8\x89\x79\xcc\x46\ \x4f\xc0\x13\xf6\xc4\xc2\x4e\x88\xa6\x42\x32\x5c\x8a\xb9\x0a\x68\ \xb6\x68\xc6\x1b\x70\x99\xbd\xe1\x50\xc2\x11\x2e\xe7\xaa\xc5\xc9\ \x67\x7f\x34\x38\x74\x29\xc0\x00\x00\x20\x00\x49\x44\x41\x54\x9d\ \xf6\xba\x22\x89\xc2\x04\xe4\x9b\xcf\x68\xb2\x99\x6c\x36\xc9\x93\ \x3e\x75\x1c\x85\x98\xad\xd3\x71\x54\x3a\x8d\x42\xc2\x36\x29\xba\ \x85\x6c\xb1\x42\x21\xe6\xf7\x83\xb1\x74\x74\x0f\xf4\x76\xea\x9c\ \x4d\x4d\xa1\x06\xc9\x6f\x10\x96\x7e\x7d\x8d\x81\x21\xe7\xdf\x3a\ \x5b\x1e\xfd\xc9\xf3\x36\x5b\x00\x9d\x67\x63\x4b\x74\x2a\x05\xb3\ \x5b\xcc\x14\x4b\x24\x42\xa6\x84\xcd\xe1\xb0\xf9\x33\x3f\x7d\xb7\ \xfd\xec\x73\xcf\x7c\xfa\xb3\xef\xff\xcf\x07\xbf\x78\xf4\x7e\x5b\ \x29\xc0\x0e\xf6\x10\x64\x22\x59\x4f\x5f\x56\x44\x18\xec\xc1\xa1\ \x53\xef\x22\x30\x45\x11\x81\x08\xc3\x61\x17\x89\x4a\xa1\x32\x60\ \xbf\x64\xc9\xf3\xad\xdb\x79\x39\x36\x9b\x1d\xa7\x33\xac\xc3\x23\ \x83\x64\xca\xe0\x70\x56\x46\x22\xac\x76\x31\xd4\x64\x1a\x89\xd4\ \x33\xf8\x2c\xbf\xf8\xd6\xa3\xf6\xcd\x8d\x55\xaa\x1f\xf6\x1a\xb9\ \x9c\xc6\xc5\x76\x8d\xac\xc8\xa6\x36\x57\x56\x37\x56\x36\x21\xa0\ \xb6\x77\x76\x0f\x76\xf6\x8e\x56\xb7\x6f\x02\x5a\x1d\xec\x82\x12\ \x02\x54\x6d\xc3\xc7\x7b\x7b\x07\x3b\x3b\xdb\x3b\x9b\xe8\x9c\xfb\ \xde\xd1\xc6\xee\xf5\xbb\x27\x37\x1f\x5e\x47\xad\x74\xae\x9f\xfc\ \xe5\x07\x84\x87\x77\xef\x5c\x6f\x75\x65\xef\x7c\xdb\x75\xe7\x5f\ \xeb\xca\x6f\xff\xf7\x7f\x1f\xdf\x79\xf8\x7f\x76\xad\xea\x47\x9f\ \xdc\x38\xfc\xe8\xde\xe1\x5a\xab\xc2\xa2\xd2\x04\x5c\x70\x09\x38\ \x24\x28\x58\x22\xd8\x9f\x88\x4e\x22\xf6\xac\x66\xc7\x71\x9b\x77\ \xd6\xbb\x08\x24\x12\xa1\x4f\x84\xc5\xe0\xf0\x78\x91\x88\x44\x12\ \x81\x75\x90\xe9\x58\x59\xdf\xf8\xfd\x64\x23\x59\x2d\x56\x23\xa1\ \x92\xc7\x64\x31\x5a\x6c\x2a\xd4\xc6\x0d\x62\x9d\x3d\x30\xd0\xd1\ \xd9\x0b\xc8\x74\xea\x74\x7f\xc7\x85\xd3\xf0\x4e\x5f\xea\xec\x80\ \x11\x62\x60\x68\x68\x68\x40\x58\x18\x85\xf7\x5e\xaa\x10\xeb\x34\ \x06\x55\xf1\xbb\x3f\xf8\xeb\x35\xc6\x94\x5b\x31\xc0\x61\x4b\x3a\ \x87\x84\x1d\xfc\x4e\x18\x4b\x60\x30\x56\x48\xbd\xe7\xfe\x78\x99\ \x9c\x6a\xa2\x75\xb3\x9d\xfd\x30\xd0\x48\x3b\xb5\x6c\x7e\xa7\xa5\ \x3e\x42\xc5\xdd\xb8\xff\x6b\x85\x4e\x6b\x14\x8b\x4d\x0a\xa6\xc1\ \x64\x50\x28\x14\x5a\x8d\x82\xa3\x35\xa8\x4c\x2a\x18\xe6\xc2\x76\ \x87\x27\x16\xc9\xd4\x72\x99\x5a\xf2\x3c\x63\xff\xf2\x27\xea\xbf\ \x99\xa9\xa2\xd1\x58\xd8\x56\xab\x5b\x28\x44\x39\xee\xe5\x33\xdf\ \xfb\xba\x8f\x70\x4c\x3a\xda\xde\xbe\xfe\x90\xd5\x42\xb5\x46\x8f\ \x2b\xf5\xf6\x5a\xbb\xbd\x0c\x66\x1c\xad\xa3\xf9\x55\xcb\xad\x2d\ \xab\xb2\x85\x26\xa6\xd5\xc1\xe5\xf3\x80\x24\xf0\x51\xbb\x0e\x11\ \xa6\x0e\xa6\xda\xed\x76\x4a\x1d\x3d\x4c\x05\xf3\xa9\x7c\x0a\x15\ \x16\x4d\x01\x8d\xb5\xdc\xee\xe0\x32\xcf\xba\x95\xcf\x5b\x21\xea\ \xa2\x90\x82\x51\x48\xc1\x1b\x6e\xeb\xed\x60\xbd\x12\xcd\xd7\xe1\ \x0b\x5a\xad\xa0\xdb\x4a\x8b\x46\xf7\xa3\xed\x3a\xf8\x1c\x43\xce\ \x55\x5a\xa9\x14\x9a\x5c\xee\x17\xf0\x04\x14\x5e\x4a\x8f\x96\xeb\ \x21\xe7\xab\x07\xdd\xf5\xd4\x72\x65\xb9\x22\xf7\x5b\xa3\x4a\x81\ \xdc\x5a\x8f\xae\x55\xfc\x56\x9e\x35\xaa\xc6\x10\x70\x56\x01\x86\ \xa7\x54\x53\x29\x64\x22\x9e\xc4\x60\x90\xf0\x32\x2c\x97\x46\xe2\ \x29\xc9\x34\x0c\x8d\x05\x38\xaf\xd4\x93\xc8\x38\x0a\x8d\x00\x49\ \x36\x98\x5d\x9a\xea\x23\xe2\x7b\xc6\x87\xbb\x36\xee\x7c\x71\x93\ \x5c\x79\x73\xeb\x78\xf9\xb0\x15\x0d\xd6\x5b\x5b\xa9\xf6\x61\x5e\ \x5d\xa9\xcb\xdd\x7e\x9e\x1f\xfc\x93\xcb\x15\x60\xa8\x2c\xab\x55\ \xc9\x55\xa7\xf4\x72\xa5\x9b\x21\x60\xa9\xa3\xa8\x10\x69\xaa\x12\ \x55\x02\x68\x09\xa8\x3c\x78\x7a\xf0\x19\x16\x0d\x27\xa0\x31\xc0\ \x5d\xc9\x18\x9a\x52\xc9\xe0\xe1\x68\x0c\x01\x0e\x23\xe0\xd1\x9e\ \x12\x72\x54\x61\x43\x27\xdf\xa6\x50\x74\x6a\x50\x79\x0d\xa6\xc2\ \x68\xb4\x6b\x0d\x2e\xad\xc1\x68\xd0\x09\xa5\x5a\x23\x53\xa1\x13\ \xab\xcc\x26\xaf\xc3\xe3\xb3\xf9\xf8\x76\x93\xd9\xa8\xd0\x39\x0c\ \x62\x9b\x07\x8c\xcb\x67\x71\x85\xe7\x5d\xba\x5e\x4b\xcc\x13\xcf\ \x94\x60\xe3\x39\x3d\x81\x74\xcd\x19\xf3\xfa\x9a\x1e\x87\x4d\x65\ \x8b\x07\x1c\xb9\xa2\x39\x91\xf0\x46\xd2\xe9\xb1\xe9\x97\x9f\xf9\ \xd9\x44\x3a\xd7\x3c\xbf\x30\x3b\x56\x1d\x9d\xa9\x5e\xfc\xde\x6c\ \x6e\xf6\xec\x74\x26\x37\x1a\x6b\x14\x62\xc5\xa4\x2e\x53\x1e\xf5\ \xd6\x6a\x81\x5a\xa4\x54\x4d\x8e\x4e\x24\xc7\x1a\x73\x99\x1a\xf8\ \x61\x73\x02\x42\xaa\x56\x6c\x4e\x36\x32\x33\x67\x16\x5f\x18\x5b\ \x3c\xb3\x38\xd7\xcc\xd5\x0a\xe5\x97\x66\x9b\xe5\xd1\xb9\x89\x46\ \xad\xe4\x49\x17\x6a\x85\x42\xc8\x6c\x2e\x04\x3c\x06\x95\xdd\x6e\ \xf3\xf9\x7c\x26\x8f\xcb\x64\x60\x03\x07\x6a\xf8\x0a\x9b\xcf\xe9\ \xb1\x3b\xec\xf0\x40\x9f\xc5\xe4\x70\x58\x5c\x9e\x80\xd3\xe3\x31\ \x29\x6c\x09\x40\x2c\x57\xc0\x8e\xa6\x25\xba\x9c\xde\x74\xa6\x90\ \xf6\xc5\xcc\x81\x4c\x31\x13\x8a\x84\x7d\xce\x50\x2c\x13\x70\x38\ \xd3\xb9\xf2\x68\xf9\xfc\x99\x66\x2d\x5e\xf2\x78\xe0\xb0\xf1\x06\ \x7c\x1e\x9b\x51\xa3\xd0\x5a\x80\xa1\x14\x9c\x6e\xb1\x96\x23\x91\ \xaa\x3a\x38\x06\xb3\x8e\x2d\xd6\x29\x84\x1d\xcc\x0e\x66\x77\x67\ \xc7\x50\x7f\x77\xc7\xd0\x00\x5f\x6b\x7a\xde\x21\x19\x88\x49\x2e\ \x5c\x1a\x30\x04\xc2\xd3\x9f\x52\xdc\xf2\xd4\x67\x1f\x6e\xbd\x57\ \x36\x25\x3c\x49\x9b\x0e\xad\xe2\x91\x88\x39\x1c\x0e\x5f\x81\x16\ \xe0\x0a\xc5\x7c\xf0\x12\xa1\xd1\x95\xfe\xfd\x6b\x05\xa7\xe2\xec\ \x9f\x1f\xbd\xf7\xec\xe5\x9f\xbc\xb3\x46\xa5\xe2\x88\x32\x11\xa0\ \x55\x97\x0c\x55\x71\xc0\xe3\x20\x7a\xb0\xa2\xf1\x2c\x3a\xac\x81\ \x4f\x88\x0c\x1e\x05\x23\xa7\x52\x49\xdc\x7c\xab\x1e\xa5\x52\xe9\ \xe3\x23\x2b\x3d\x82\xc1\x4d\xa0\x16\x1a\x56\xd4\xd3\x47\xa4\x33\ \xf4\x34\x0c\x8e\x44\xa4\xd3\xc7\x67\xb5\x85\xb7\x52\xa4\x25\xbd\ \x3b\x1f\xe4\x42\x5e\x91\x89\xb2\x9e\xe1\xf1\xa9\x91\xcd\xa9\xd5\ \xf5\xf5\xf1\xf5\x8d\xed\xf5\xf5\x0d\x54\x21\x6b\x77\xf7\xfa\xde\ \xfa\xde\xc1\xc1\xfa\xfa\x1e\x40\xd5\xee\xd1\xde\xfa\xce\xfa\xd1\ \xce\xde\xce\xc6\x0a\x5a\x07\x7d\xb0\x7d\x70\x72\x84\x6a\x28\xa3\ \x55\x85\x07\x77\x77\x5f\xf9\x1d\xe5\xc1\xdd\xc7\xbb\xd7\x08\x2b\ \x0f\x1f\x6c\x7f\xfe\x6f\x7e\xd6\x9d\xff\xfe\xef\x2f\xee\x3c\xf8\ \x7c\xe4\x56\xf4\xda\x47\x9f\xdc\x6e\xaf\xa1\x95\xb6\xf0\x04\x79\ \x72\x2a\x0e\xf0\x8a\x84\x03\x8e\x7a\x3c\x2e\x3b\xea\xc9\xfe\xef\ \x77\xfe\xf5\xdf\x3e\xff\xce\xbf\xfd\x9f\xeb\x23\xdb\x74\xa2\x0c\ \x8b\x25\x91\xe9\x32\x70\x41\x3c\x91\x28\x20\x12\x21\xbc\xfa\xa8\ \xe7\x1b\xc5\x5a\x03\x86\xb5\x48\x12\x36\xac\x45\x65\xd0\x89\x81\ \x94\xba\x39\x5a\x71\x67\x87\x58\x88\x3a\xd0\x77\x0f\xf5\x77\xf6\ \x0f\xf5\xf6\x77\xf7\x77\xf3\xbb\x51\xdd\xbe\xfe\x53\xa7\x24\x36\ \x61\x27\x93\xc3\xe9\xef\x1d\x1a\xea\x64\x4f\x7f\xef\xc7\xbf\xdf\ \xda\xa2\x31\x5c\x03\x6c\x66\x3f\x2a\xf6\xc7\xe4\x33\x39\x62\x09\ \x9b\xa9\x90\xd8\xe3\xcd\x57\xde\xd7\x33\x7e\xef\x80\x6f\xd9\xcf\ \x07\x33\xec\xd0\x48\x84\xbd\xdf\x1b\xa1\x61\x52\x3f\x79\xc7\x26\ \x56\x18\x8c\xb0\xf7\x6b\xc4\x1a\x97\x59\xc5\xb6\xd9\xb4\x62\x8d\ \x11\xc6\x39\x55\x38\x6c\x0e\x68\x4c\xce\x04\x8c\x92\x99\x4c\x2e\ \xf6\x21\x76\xeb\x1a\x4f\x1e\xff\xf7\x6d\x62\xd2\x62\x66\x5f\x1d\ \xfb\x53\x9f\x72\x3c\xb8\xfc\xe8\xe9\x5f\x51\x78\x3d\x07\x07\x7b\ \x27\x77\x76\xf6\x97\x0f\xeb\xed\x54\x7d\x39\x1a\x85\x8c\x42\x75\ \x90\xf3\x37\xb6\xda\xf5\x43\xbf\xbb\x1d\xf4\x47\xdb\x15\x7d\x65\ \xdf\x2d\xaf\xb7\xdd\xfa\xbc\x15\x50\xa3\xe2\x77\x07\xd5\xa9\xfa\ \xd6\x1a\xd8\x21\x00\x57\x70\xb9\xcd\x4d\xd5\x2b\x6a\xb7\x3b\xbf\ \xd5\x4e\xe5\xa3\xc1\xb6\xde\xba\x0c\x50\x55\xb7\xb6\xea\x6b\x90\ \x09\x51\x75\xbe\xed\xcf\xdf\x6a\x07\xd5\xd1\x54\xdb\x1d\x6d\xd5\ \xeb\x79\xff\x16\x38\xd8\xf1\x5a\x94\xab\x77\xf3\xa8\x3c\x2e\x9a\ \xea\xa0\x44\x9d\x25\x04\x5c\x8a\x3f\xdf\x4e\xe9\xdd\xcb\x10\x7b\ \xed\xfc\x1a\x10\x50\x34\xaa\xb7\x0a\xf2\xf5\x94\x12\xc3\xa0\x0a\ \x52\x41\x7f\x2b\xc5\x55\x2f\xf3\x70\x18\xb2\x80\x8a\xe1\x72\x79\ \x78\x32\x8e\xa1\xd7\x5b\xf5\x72\xcc\x30\xd6\x6d\xa5\xba\xa3\x02\ \x1a\x8d\xa2\x04\xaf\xe4\xd2\xd0\xf5\x1e\x0a\x96\x4c\x21\x61\x07\ \xc7\x47\x64\xb2\x3e\xd9\x78\x96\xbe\x79\xe7\xf3\xeb\x18\xff\xbd\ \xc3\x1b\xad\xd6\x61\x1b\xcd\xe5\xb7\xa2\xc5\x91\xcb\x87\x79\xa5\ \x9c\x1a\x54\x33\xd4\x02\x1e\x57\xcd\xe3\xb9\xad\x15\x1e\x2b\xaa\ \xb6\x46\x59\x0c\x16\x2f\xd5\x52\xcb\x2b\x7e\x9e\x3e\xef\xd7\xbb\ \xfd\x2c\x86\x5f\xce\x60\xf8\x79\xe8\xf4\x3f\xf0\xa0\x9c\xcc\xa5\ \xd0\x68\x3c\x39\xb8\x20\x15\x48\x0b\xa7\x64\xe0\x9f\xe2\xeb\x9c\ \x5e\xa1\xd8\xa4\x65\xf2\xa5\x12\xd8\xd0\x7c\x26\x53\xe7\x01\x06\ \xd6\xc2\xb0\xaf\xb1\xb0\x0d\x2a\xaf\xc5\x62\x33\xc5\x6c\x2e\xaf\ \x21\x14\xf3\x81\xbc\xe8\x0c\x2e\x95\x42\x9a\x70\x98\xcd\x36\x83\ \xc9\xa8\x71\xc4\x23\x76\xa3\x82\xa3\x51\x79\x42\x69\x6f\x39\x12\ \xf2\xd4\xec\x99\x50\xc8\x13\xc9\x98\x1c\x46\x0d\xaa\x68\x1b\x8e\ \x79\x2c\xb1\x78\x2e\x92\x08\x8d\x9e\x9f\x9c\x18\x75\xfa\x72\xb3\ \xe5\x50\xc8\x3b\x3a\x56\x7b\xe1\xf9\x17\x17\xcf\x2f\x4e\x8e\xc5\ \x72\x9e\x58\xb9\x96\xb4\x9b\x73\xa1\xaa\x2f\xe6\x8b\x15\x72\xbe\ \x74\x28\x11\xc8\x94\xe1\x8b\x72\x8d\xe9\xb1\xff\xc7\xd4\x9b\xf8\ \xb5\x55\xe6\x7d\xff\x66\x35\x1b\x49\x9a\x3d\x39\xd9\xc9\x49\x72\ \x72\xc8\x46\x4e\xf6\x85\xc4\x04\x42\x08\xcb\x0b\x02\x94\x50\xa2\ \x38\x3a\x33\x42\x19\x15\x6f\x16\x17\x14\x6d\xab\x5d\xa6\x45\x26\ \x52\xe9\x30\x2c\x33\x8e\x0c\x88\x48\xb5\x77\x6f\x3a\x53\x87\x61\ \x2c\x65\x3a\x8a\x33\x56\x5c\xea\x54\xab\x65\xfa\xf4\x99\xfe\x19\ \xcf\xf7\xa2\x3e\xcf\xef\x17\x12\x08\x29\x4d\x4e\x4e\xce\xf5\xb9\ \xde\x9f\xeb\x7c\x97\xe4\xe0\xb1\xd1\x23\x9d\x83\xa7\x8e\x22\xd4\ \x1a\x18\x7d\xe1\xa9\xc1\xf6\xe1\xa3\x3d\xa7\x8e\x8d\xbe\x30\x76\ \xfa\xc8\xd8\xc9\x81\x7c\xe3\xd1\x50\x73\x77\x7b\x4f\x3a\xe4\xf4\ \x77\xa2\xb6\x80\x20\x56\x61\xd4\x13\x1a\xf5\xaa\xd6\x6a\x25\x9a\ \xa0\xd1\x59\xeb\x01\x33\xe1\x0d\x44\x03\x40\x4c\xc9\x76\xbf\xdb\ \x1f\x70\x02\x33\x8a\x3c\xd1\x70\x20\x00\x6f\x05\x8e\x3f\x32\x1c\ \xed\x68\xa9\x0d\xa1\xe8\xd8\x58\x3c\x8d\x04\xcd\x9b\x49\x37\xe7\ \xc1\x84\xc4\x1a\x62\x1d\xfd\x27\x7e\x3e\x7a\xb2\xb9\x31\x1c\xcb\ \xc5\x1b\x32\xc9\x80\x97\xb4\xd9\x30\x70\x10\x98\x54\x2a\x52\xd9\ \x31\x95\x4d\xa1\x51\xd8\x01\x4d\x35\x76\x13\x6a\x8d\xe0\xaa\x41\ \xd1\xd7\xf0\x75\xb8\xde\xa5\x33\x1e\x3a\xae\xb3\x3c\x1c\x37\x45\ \x0f\x5b\xec\x81\x97\xc5\xe6\x99\xc9\xaf\xff\xfc\xb7\xb1\x40\x08\ \xf0\xd4\xa9\x55\x61\x36\x93\x06\x35\x73\xb1\xe3\x2a\x85\x46\x85\ \x01\x01\xc0\xc5\x64\x0b\x3c\xdf\x98\xa7\x70\xdb\x73\x77\xbe\x7b\ \xf7\x8b\xdb\x1d\x6d\xcf\x5f\x60\x70\xe9\x7a\xb6\x9a\x5e\xdd\x5b\ \xc7\xd2\x57\xea\x69\x7c\x2e\xab\xba\xaf\x5a\xaf\x56\x57\xd3\xe9\ \xd5\x3c\x3a\x93\xc9\x12\xb2\xe8\x2c\x06\xe8\x12\x18\x06\x1e\xbb\ \xa2\x6e\x0a\xc0\x85\x5b\x55\x59\xc9\xf1\x31\x79\x3c\xfd\x04\x2d\ \xdb\xaa\x6e\x12\x80\xf9\x6a\x9d\xa0\x7b\x9c\xf9\x3b\x42\xc1\xa4\ \xd9\x00\xf3\xa7\x8c\x53\xa9\x1f\x19\x9f\x98\x9a\xa8\x9c\x9f\xab\ \x9b\x18\xd7\xcf\xcf\x2d\xce\xcd\xcf\x2e\x6d\xad\x2d\x2e\x2f\x22\ \x92\x5a\x42\xfa\xb5\xb8\x78\x69\x6b\x79\x16\x74\x6a\x79\x6e\x71\ \x73\x76\x7e\x69\x0e\x61\x18\xe8\xd5\xad\x2d\xf0\x84\x5b\xdb\x5b\ \x6b\xbb\x4b\xcf\xfe\x46\xbf\xbb\xf7\x6d\xeb\x3b\x8e\x95\xad\x5b\ \xb7\x2e\x3f\xb8\xb9\x7b\xee\xc0\x81\x73\x97\x6f\xde\x5b\x54\x0e\ \x5d\xd8\xb8\x7a\x6d\x66\xa8\x29\x5b\x74\x28\x0d\x5c\xb5\x40\xc9\ \xa3\x09\x58\x4c\x0e\x8d\xd9\x7a\xf0\xca\xb9\x03\x97\xcf\x3d\xf8\ \xe0\x81\x07\x0f\x3e\xf8\xe0\x43\x70\x5b\xa2\xd1\xd9\xfa\xea\xaa\ \xba\x91\x0a\x36\xe8\x19\x9b\x4d\xa7\x57\xb0\xfb\x56\xbe\x3e\x39\ \x7c\xf4\xe4\x60\x17\x28\x56\x26\xe9\xf5\xe2\x98\x8d\x22\x4d\x40\ \xa3\x1a\xad\x31\x28\x05\xbc\xb2\x58\x82\x41\x9d\x31\x78\xfc\xac\ \xc5\x85\x5a\x41\xa3\x07\x8c\x96\xb3\xf5\x0a\x8b\x11\x95\x23\x35\ \xd6\xa3\x0e\x5e\x8d\xcf\xbf\xf2\xe8\x8d\x42\xb5\xba\xa5\x06\x0e\ \x6f\x8b\x4b\x8a\xb2\x07\x15\x26\x85\x54\x65\xd4\x92\x94\xa7\xed\ \xf9\xbf\x34\x31\x87\x9e\x4b\xda\x25\x22\x0d\x7c\x84\x12\x89\x31\ \x20\x53\x16\x05\x6f\xbe\xeb\x57\x10\x61\x8f\x5b\xa1\x05\x3b\x68\ \x23\x6d\x48\xe2\xa4\x58\xc0\x4b\x11\x1a\x32\xe4\xc1\x33\xa1\x64\ \xae\x67\xb4\x7b\xa0\xbb\xbd\xfd\x29\x86\x4c\xc6\x63\xfe\xee\xc5\ \xb7\xab\x56\xbd\x61\xe2\xe4\x6f\x4f\x8d\x97\xf5\x3f\x3c\xb3\xc0\ \xfc\xc7\xfb\xca\xf3\x93\x5b\x77\xb7\x36\xbf\x1d\xbf\xb6\x50\x9a\ \x59\x28\x80\x09\x84\x51\x3c\x73\xb5\x69\x68\x28\x92\x58\xbf\x56\ \xde\x28\x67\x67\x50\x91\xbc\x42\xaa\x50\x48\x94\x10\x64\x38\xcc\ \xa5\xd5\xac\xcf\x61\x06\x1d\x29\xa6\x22\xeb\xa5\xc2\x55\xd0\x95\ \x2c\x10\x53\x0a\x6c\x5b\xaa\xb4\x5e\xd8\xaf\xcc\xe0\x30\x0f\x65\ \xcb\xe5\x85\x54\x21\x31\x79\x35\x91\xb0\x26\x66\x40\xcf\xca\x25\ \xd0\x1f\x40\xa4\xc9\x8d\x52\x29\xa1\x4c\x28\xad\x32\xb9\xcf\x2a\ \x37\x67\x85\xfc\x94\x12\x5c\x98\x58\x26\xe3\x2b\x95\x5c\xbe\xc3\ \x07\xe0\x93\x5d\x28\xf9\x4a\x43\xd9\x42\x71\xfd\x9d\x1b\x0b\x09\ \xbe\x21\x31\x34\xb3\x01\xe2\xc1\x45\xf9\x36\x0c\x1a\x0d\xc5\x2f\ \xb0\x50\x05\x3d\x38\xca\x18\x72\x83\xc3\x6a\xf6\x81\x89\xac\x12\ \x34\x99\x51\x9f\x2f\xa0\xa0\x48\x53\x22\x2b\xe3\xd0\x69\xf0\xbc\ \x34\xbe\x92\xde\x3b\x31\x31\x51\x55\x5d\xd9\x3a\xdf\x3b\xb2\x76\ \xf7\xde\x1a\x37\xbb\xbe\xf1\xce\xc6\xe4\x02\xbc\xcb\x21\x9f\xb5\ \x69\x32\xbb\xba\x31\x59\x2c\x16\x7d\xc8\x9b\xc2\xff\x36\xcb\xe0\ \xfd\x59\x13\x66\x87\x35\x51\x70\x88\x13\x0e\xa1\x1c\x95\xfe\x02\ \x2b\x9c\xb2\x9a\x9b\x40\x95\x95\x4a\xab\x41\x2e\xe0\xd3\xf8\x3e\ \x54\xbc\xcf\x0c\xf7\xc1\x16\x1a\x50\x6b\x5d\xd0\x4a\x01\xf3\x01\ \x1b\x61\xc2\x2c\x28\xca\x57\xa3\xd3\x19\x61\x82\xb2\x60\x36\x9c\ \xc4\x71\x1b\x08\x96\x3d\x2c\x31\x69\x29\x93\xc8\x8e\x85\x3d\x54\ \xd8\x6d\xf7\x84\xfd\x5e\x77\xd4\xed\xd6\x9a\x4c\xb8\xc7\x63\x77\ \x06\x4c\x04\x15\xf0\xb4\xbb\xc3\x6e\x8d\x02\x40\xb9\xb9\xb1\xbd\ \xbd\xa5\xad\xad\xa1\x31\x9f\xf6\x44\x93\x36\x92\x24\x41\x1d\xfc\ \x70\xcb\x77\x35\xb6\xb4\x74\x44\x4f\x8f\x9d\x3e\x3a\x10\x0b\x85\ \xda\x62\xee\x70\x32\x37\x3c\xd8\xff\xda\x0b\x67\xce\x9c\x6c\xeb\ \x48\x7a\x1b\xba\x5e\x3a\x11\x23\x62\x71\x7f\x43\x38\x14\x20\x6a\ \xf3\x8d\x6d\xcd\xb9\xd1\x46\x74\x3e\xad\xbb\xb3\xab\x6d\xb8\xe7\ \xcc\x40\x7f\xe3\xc9\xd1\x9e\xb6\x53\x1d\x2f\x0c\x0e\x9e\x39\xf3\ \xda\xd8\x40\xc7\xe0\xe0\x6b\x47\x4f\x9f\xee\xec\x1f\x38\xdd\x99\ \x09\xb5\x8f\x35\xa7\xc3\xf1\x78\x2e\x4c\xb6\x7b\x9c\xb5\x51\x8f\ \x37\x9a\x0f\x38\x49\x3b\x1e\xf3\x93\x4e\x37\x8e\xe9\x54\x76\x2a\ \x46\x85\x3d\x7e\x7f\x2c\xda\x12\x73\x86\x73\x31\xb7\x8d\x08\x47\ \x49\xbf\x56\x12\x8e\x06\x40\x91\xdc\x64\x08\xd4\x2e\x0a\xcf\x51\ \x1b\xcf\x25\x43\xc9\x0c\x0a\xfa\x49\xa2\xc5\xf8\x58\x63\x34\x93\ \x1c\x68\xc9\x35\x77\xbd\x74\xac\x3b\x1e\x88\x86\x63\xc9\x40\xd8\ \x4d\xf9\xbd\x5a\x0c\x93\x48\x34\x5a\xcc\x82\xe2\x0e\x9d\x26\x91\ \x02\x83\x21\x84\x2a\x8b\x49\xa5\x16\x29\xcc\xff\x46\xa9\x42\x27\ \x55\x05\x5d\x96\xe3\x41\xa3\x45\x77\xfc\xbd\x37\xa4\x16\x57\x57\ \xa6\xfb\x1d\xfe\xcc\xc5\x37\x8e\x8d\xd6\x7a\xd2\x4e\xad\xc4\xe4\ \xd4\x04\x2d\x52\x20\x2a\x89\x46\x64\xa3\x74\x41\x94\xb4\x06\x3a\ \x88\x0a\xf1\xb6\x0f\x37\xe6\x70\x5b\xed\xed\x2f\xdf\x7b\x2f\xf5\ \xde\x98\xb7\xf9\xc9\x8f\x39\x2c\x6e\x15\xbd\x42\xcf\x64\xb7\x56\ \x72\x69\x6c\x06\xbb\x9a\xcd\x62\x57\xd2\xab\xd9\x55\xad\xea\x0a\ \x3e\x87\xcb\x15\x33\x04\x3c\x1e\x8b\x27\x17\x28\x27\x05\xd5\xd5\ \xcc\x91\xde\xbe\xe9\x09\x75\x2b\x8b\x5d\x2d\x9b\x64\x30\x0a\x15\ \x0e\xfe\x48\xd6\xcc\xe4\xb0\xf4\x75\x8b\x17\x4c\x3d\xcd\xff\xa8\ \x60\xf2\x95\x56\x94\x6e\x51\x57\xd7\xd7\xdb\x5b\x57\x59\x01\xb7\ \xea\xe9\xde\xde\xc5\xf1\xa5\xc5\x89\xf9\xa5\xcd\xc5\xa5\xb9\xd9\ \x25\x64\x0f\x2f\x2d\x01\x79\x81\x35\x04\xf9\x82\x1f\x2b\x6b\xb3\ \xf3\x00\x5d\xf3\x2b\x4b\x97\x36\xb7\xb6\x96\x2e\xed\xdd\xba\xb5\ \xb5\xbb\xb5\x35\x77\xfa\xa3\x4b\xdb\x7b\x3b\xbc\xa1\xf2\xd2\xee\ \x76\xd5\xd4\x1a\x5a\xe7\x5a\x5e\x9e\x9b\x9a\xee\xab\x6e\x42\x3d\ \x82\x9b\x8a\x43\x3e\x87\x8f\x0f\x06\x62\x7e\x89\x03\x8e\x44\xc0\ \x55\xf7\xdd\x7b\x10\x2e\x07\x0e\x1c\x78\xe8\xc0\x43\x70\x3d\x77\ \xee\xa1\x03\x0f\xea\x0d\x34\x26\xeb\xde\xc1\x9b\xd5\x2c\x8e\x5e\ \x0f\x2a\xac\x66\xef\x1d\xfc\xdf\x9f\x8d\x1e\xeb\x1e\x1b\xed\xec\ \x8f\xa6\x1b\x73\x1e\xaf\x9b\xb0\xd9\xb5\x84\x44\xa4\x50\x29\xa4\ \x5a\xd8\xd5\x16\x8b\x14\x64\xc9\xe8\x42\x6b\x58\x2a\xa9\x48\xe7\ \xaa\xaf\x41\xe5\x66\x0e\x07\xc1\x2b\x1e\x82\x29\xa3\xde\xa5\xd2\ \x61\xb5\x0f\xff\xf2\xc3\xeb\x72\x26\xbb\xe5\xf0\x7e\xf2\x01\x7c\ \x46\xae\xa0\x44\x2b\x82\xcf\x4f\x41\x52\x54\x20\x96\x7f\xec\x22\ \x5f\x70\xf5\xb7\x3d\x21\xd0\x2c\x9d\x9d\xaa\xbd\x28\xf8\xd8\xfa\ \xe7\x0f\xe3\x36\x2d\x09\xa3\x80\x22\xed\x1a\xbb\x9d\x20\xb5\xa4\ \xdd\xa4\xd1\x3a\x6d\x6e\x82\xc0\x29\xa7\x27\x99\x6b\xe9\x18\x3b\ \xd1\xd5\x3d\x36\x36\x7a\x7d\x9a\xcd\xab\x78\x3d\xfc\xe2\xdb\x15\ \x7f\xc2\x3d\xa1\xaf\x43\xca\xec\x0c\xa3\xbb\x6d\xec\xfb\x1b\xef\ \xd0\xab\x0b\xbc\x1d\x00\xcd\xca\xab\x4d\x60\xf1\x8a\x85\xe2\x10\ \x3a\x79\xb7\x50\x2c\x82\xeb\x2b\x65\x87\x16\xae\x95\xaf\x95\x12\ \x4d\xa8\xc6\x68\x02\x91\x88\x2f\x91\x88\x14\x36\x16\xca\x28\x48\ \xdc\x61\x95\x29\x9b\x50\x04\x04\x0c\xe0\x14\x8c\x6a\xb3\x41\x06\ \x7f\x10\x31\x18\x1c\xd9\x72\xca\x9a\x2a\x14\x23\x4d\xf0\x9f\x22\ \x0b\xa5\xa6\x42\x31\x91\x28\x4f\x82\x62\x95\x36\x66\x4a\xa5\xf5\ \xc9\xd5\x6c\x04\xdc\x94\xd0\x6a\x96\x9b\x91\x3c\xc9\x7d\x32\x99\ \x01\x95\xf3\x50\x0a\xad\x42\xbe\x39\xb2\x5a\xba\xdf\x2c\xd0\xe1\ \x48\x19\x86\xae\xbe\xbf\x50\x30\x34\x25\x9a\x40\xe4\x78\xe0\xc9\ \x51\xaa\x01\x4d\x00\x92\xc5\xe1\x0a\xac\x72\x31\xad\x9a\xa7\x8c\ \x64\x1d\x32\x9e\xd2\x6c\x30\x88\x7d\x11\x14\x3b\x91\x82\x69\x4e\ \x9e\x35\x00\xae\xd1\x38\xbc\x54\x91\xc7\x13\xa8\x7b\xc7\xa7\xa6\ \x5a\xd9\x15\xd5\xb3\xd3\x7d\xcb\xbb\x3b\x6b\xec\xc2\xc5\x85\xf5\ \x8f\x27\xcb\x89\xd4\x6a\x16\xde\x69\x53\x64\x66\x32\x55\x4e\x34\ \x25\xe4\x06\x83\xc1\x1a\x11\x28\x51\xef\x9c\xfd\x72\xc8\x56\xb4\ \x72\x16\x31\x27\x94\x0e\x5f\xd3\xd0\x4c\x0a\xfc\xa2\x19\x78\x0f\ \x44\xcd\xa0\x54\x32\x84\x60\x14\x51\xa3\x42\x2b\x83\x27\x66\x31\ \x1c\x7c\x99\x98\xc1\x62\x08\x65\xf4\x07\x28\x27\x80\x30\x85\xdb\ \x6d\xd2\x7a\x98\xee\x15\x5a\x0a\x35\xa3\x30\x91\x5e\x3f\x08\x95\ \x9b\xb4\x13\x6e\x89\x56\x0b\x28\x65\xd2\x3a\x89\x50\xc8\xeb\xf7\ \x86\x29\x27\x6e\x73\x9a\xfc\x36\x10\x83\x68\x38\xef\x24\x32\xcd\ \x49\xa7\x5d\x62\x8f\xd5\x66\xba\xc0\xce\x77\xb5\x27\x9b\xf3\xb9\ \x86\x7c\x43\x40\x83\x37\xba\x09\xa7\x3b\x9f\x6e\xee\xea\xc9\x27\ \x43\xed\xb5\xcf\xfe\xf4\xcc\xa3\x47\x63\xa8\xf7\xa1\x3f\x90\x8e\ \xe7\x8f\xb6\xb7\x8f\x9e\x3e\xda\xdf\x93\xf7\x52\x9e\xc1\xd3\xa7\ \x7b\x5a\xa2\x18\x11\x0e\x03\xa8\xb5\x77\xe7\x3a\xba\xda\x3a\xba\ \x7b\x8e\x0e\x9e\x6e\x1c\x38\x35\x76\xa4\x7f\x78\xb8\x67\xe0\xe8\ \xa9\xae\xee\x9e\xb6\x57\x4e\x77\xf5\x0c\x9c\x39\x86\xba\x18\x8e\ \x9e\x3e\xd5\xd5\xd6\x3d\x3c\x10\x4e\x37\xe7\x42\xb5\xde\x58\xce\ \x1f\x77\x7a\x6b\x71\x4f\x98\x8c\x37\x1e\xed\x0a\x79\xc2\x01\xd4\ \x3b\x03\x84\x54\x6b\x23\x25\x61\x92\x8c\x36\x27\x3d\x81\x64\x4b\ \x94\xf2\x27\xfd\x5e\x8f\x07\x9d\xe5\x23\x6c\x18\x85\x07\xc2\x71\ \x67\x28\x17\x4a\x26\x1b\xdc\x5e\x4f\x4b\xac\x36\x9a\xcc\x24\x33\ \xed\x1d\xed\xb9\xc6\x86\xbc\xc7\x9f\x6b\xcb\xe5\xda\x5b\x3a\xce\ \xb4\x77\x9f\x18\x6c\x88\x25\x3d\x1e\xa7\x97\x80\xc3\x15\x77\x4b\ \x08\x4c\xa7\x05\xb3\xa0\x00\x92\xc2\xb5\x22\xbb\x5d\x24\xb1\x49\ \x30\xa3\x48\x82\xd9\x24\xa8\x00\xa6\xce\xe2\x52\x18\xa5\x3a\xd7\ \x7e\xc7\x29\xe3\x2f\x87\x7f\x65\x19\x7e\xe2\xe1\x6f\xbe\xfb\xd7\ \x7f\xf5\x24\x43\x69\xca\xeb\x21\x48\x8c\xb0\xe9\x82\x0a\xb0\x37\ \x0a\x4c\x61\x22\x30\xa3\x42\x2a\x35\x6a\x51\x09\x5e\xbf\x5d\x1b\ \x3a\xdd\x00\x3b\xef\xcf\xab\x2f\xfc\x64\x72\xf2\x74\xc6\xd3\x79\ \xec\xd4\x73\x6c\x7d\x9d\xbe\x0e\x08\x9d\xa9\x57\x57\x57\xb3\xb9\ \x42\x36\x97\xc1\x51\xd7\xf5\xaa\x51\xcb\x1c\x26\xf0\x3b\x53\x9c\ \x35\xb0\x59\x34\x83\x4f\xc0\xa5\xa9\x7b\xab\xe1\xab\xb2\xb2\x4a\ \xcd\xe0\x56\x70\x1d\x0c\xba\x50\xe8\x63\x0b\xad\xea\x3e\x7d\x55\ \x65\x6f\x45\x3a\xd3\x38\xf0\xb7\xbe\x3a\xa1\xa1\x52\x2f\xeb\x9b\ \xa8\xaa\xa8\xab\xd0\x23\x58\xeb\xed\x1d\x99\x56\x57\xa0\x75\xac\ \xb9\xbe\x39\xd0\xa7\xb9\xe5\xc5\xb9\xb5\xb5\xfd\xe5\xf6\xe5\xe5\ \xd9\xd9\x4b\xdb\x6b\x4b\xf3\x2b\x9b\x8b\xd3\x8b\xf3\xc8\x0f\x6e\ \x6e\xc2\x3f\x5d\xda\xde\x06\x4b\xb8\x7d\x8b\xdf\x7e\x7e\x6d\x77\ \x67\x5b\x6f\x2d\xd4\xdd\x9b\x7e\xfb\xfd\xaf\xae\xaf\x7e\x7e\x63\ \xa6\x5c\xc8\xae\xc3\x24\xbe\x5e\x80\xd1\x10\x89\xc8\xc4\x30\x65\ \x0b\xc5\xb4\xdd\xcb\xdf\xae\x71\x64\x73\x7b\x97\x0f\x3e\xf4\xd0\ \x39\xb8\x82\x62\xa1\x1f\x40\x5b\x0f\x1d\xb8\x87\x7a\x47\x9f\x3b\ \x78\xa0\x8e\xc3\x62\xd1\xf5\x6a\x1e\xfb\xde\xc1\xff\xdd\x7b\xe2\ \x89\x67\x8f\x1c\xed\x6e\xc8\xd5\x36\xe6\xe3\x71\x0f\x2a\x3d\x46\ \x11\x36\x91\x28\x68\x54\xd8\xa5\xa0\x2f\xf5\xa8\xe4\xc2\xa1\x60\ \xb0\xc6\x58\x13\x0c\xba\x5c\x35\xc7\xc1\x8a\x1f\x3a\x54\x5f\x13\ \xb4\x18\x6b\x2c\x2e\xa3\xcb\xe2\xd2\x49\x6c\x99\x63\x1f\x7e\x70\ \x95\xa6\xef\x38\xa4\x92\x5a\x30\x85\x08\xae\x22\x4c\xa3\xd1\x06\ \xd2\x4e\xdc\xee\xf4\xe3\x76\x4f\xd7\x7f\x5d\xe4\xb3\xd6\x3f\x79\ \xaa\xc1\x9b\x69\x7c\xe9\xdf\xbe\x94\xfc\xe2\xeb\x49\x22\xe4\xc5\ \x35\x1a\x13\x05\x2f\xe8\x24\xc0\x07\x86\x48\x37\xc8\x1b\x61\x73\ \xc6\xc2\x36\xb7\x37\xdf\xd9\x79\xfa\xcc\x4b\x67\x1e\x7f\x78\xf0\ \xf7\x62\xae\x41\x56\xf9\xc3\x4f\xfe\x74\xf1\x71\x40\xef\x2f\x9f\ \xfe\xb0\xfa\x2f\x42\xce\xd0\x17\x6f\xfc\xe6\xa9\x4f\xae\x71\x97\ \x39\x2b\x3b\x3b\x37\x97\xca\x28\x79\x30\x12\x29\x46\x52\x85\x6c\ \x29\x02\x12\xb5\xd0\x54\x9e\x2c\x97\x86\x56\x8b\x8e\x88\xb5\x50\ \x2c\x2f\x38\x4a\x59\x47\xa2\x30\xe4\x33\x64\x87\x1c\x4a\x74\xaa\ \x4c\xa9\x14\xf0\x65\x02\x74\x66\x8c\xc3\xe5\xf3\x00\x64\x18\x4a\ \x07\x4f\x20\x16\x3a\x7c\x28\xda\x33\x62\x80\x09\x60\xa8\xa9\x64\ \xcd\x16\x27\x4b\x66\x1e\xdf\x9c\x4a\x2c\x6c\x0c\x4d\xc2\x93\xa2\ \xf2\x33\xc0\x2a\x06\x59\xaa\x80\x7c\x65\x0a\x85\xb0\x1b\x94\x06\ \x83\x4c\x08\xfe\xd0\x90\x40\x6b\xf5\x56\x87\xc3\x0a\x78\x55\xb4\ \x66\x13\xbe\xac\x41\x6e\x96\x27\xcc\x62\x81\x59\xcc\x03\x41\x80\ \xa9\x4f\xc0\xe5\xd2\x04\x0c\xa5\xc1\x6a\x50\xca\x68\x62\xab\x23\ \x25\x97\xf1\x85\x0c\x1a\xea\xc0\xe3\x13\x2a\x0b\x45\x5f\x56\x2e\ \x37\xf0\x64\x72\x81\x5c\xc0\xe1\xca\xf9\x32\x86\xbe\xae\x6a\x7c\ \xbc\x4a\x5d\x35\xb1\x32\x35\xb1\x7c\xeb\xee\x36\xcd\xb7\xbe\x3a\ \x73\x7d\x68\xa6\x09\xd0\xef\xda\xc2\x90\xaf\x94\x4d\xa1\xa0\x0c\ \x83\x35\x0b\x94\x27\x36\x28\x41\x41\xf9\x06\x83\xd2\xea\xb3\x9a\ \x95\x06\x99\xd5\x6a\xf5\x45\x52\x86\x48\x09\x5e\xce\x00\x2e\xd1\ \x21\x46\x02\xeb\x53\x8a\x65\x59\x30\x00\x66\x3e\x4c\xc4\x34\x2e\ \xd0\x9f\x52\xc8\xa7\x31\x04\x62\xda\x03\x21\xcc\x0d\x26\x4f\x02\ \xe3\xce\x68\xc7\x75\x52\x85\xc7\x04\xf3\x07\x46\xa0\xb3\xb9\x36\ \x4a\x4b\xc1\x30\x0c\xc5\xfd\x71\xf8\xac\x48\x2f\xa5\x75\x7a\x4d\ \xb8\x29\xe0\xf4\xfb\x9d\x5a\xdc\x4d\x3a\xfd\x61\x18\xf7\x31\x60\ \x10\x4c\x13\x24\xe3\xb5\xb1\x78\x73\x5b\x4f\x4b\x7b\x0e\xa4\x22\ \x1c\x0b\x3b\x43\x36\xad\x3b\x9c\x8b\xc7\xe3\x2d\xd1\x78\x3a\xd7\ \x98\xee\x7a\xe9\x95\x13\x4f\x75\x77\x3d\xff\x6a\x5b\x67\xd4\xee\ \x0d\x67\xfa\x4f\x1e\x7b\xf1\xd8\xab\xa7\x5a\x02\x98\x77\xf0\xf4\ \xc9\x53\xaf\x75\xc4\x71\xbf\xa7\xff\xd4\xd8\x99\x23\x1d\x3d\xcd\ \x8d\x5d\x03\x27\x06\x07\xda\x87\xfb\x9f\xed\xe8\xe8\xea\xee\x68\ \x6e\x3e\xd9\xf1\x5a\x47\xbe\x7f\xb8\xbf\xa1\xab\xf3\xe4\xd8\xa9\ \x93\x2d\x4f\xb7\xb7\x9d\x38\xf2\xda\xa9\x81\xe6\xc6\x93\xdd\x01\ \x4f\x2d\x11\x6b\xf7\xb8\xfd\x49\x37\x00\x9f\x33\x16\xf2\xd8\x02\ \x51\x37\xe1\xf5\x3b\x6b\x09\x2d\x09\x98\x28\xd5\x78\x3d\xfe\x40\ \x3c\x14\xc8\xb4\x24\x03\x39\x2f\xe6\xf7\x78\xfd\x19\x2f\x45\xb9\ \x25\x12\x5b\xc0\x4d\xba\xfd\xb9\x64\x3a\x17\x45\x8b\x59\xb1\x40\ \xb3\x27\x90\x6b\x08\xa5\x1b\x62\x31\xa0\xa9\x68\xb4\x21\xd7\xee\ \x6c\x39\x76\xb4\xa3\xb9\xbb\xab\xa3\x21\x1c\x0e\xf9\xdd\x4e\x27\ \xee\xc6\x3d\x12\x0b\x26\x01\xd2\xd4\xa8\x8c\x0a\xb4\x06\x05\x2a\ \xa5\xb5\xa1\xf3\x84\x52\xa9\x44\xe2\xb2\xd4\x4b\x74\xa2\x1a\x9d\ \x51\xa4\x85\x41\x04\x92\x65\x7c\x9a\x20\xc7\x3e\x3c\xbf\xf0\xcd\ \x23\xcf\x74\xc5\x30\x32\xe0\x24\xdc\x36\x0d\x01\x06\x12\x1c\x88\ \xc5\xa8\x95\xa2\x3c\x69\x97\x4e\x85\x89\x70\xad\x44\x0b\x3a\xea\ \xc1\xdb\xa3\x26\x7c\x70\x68\xe1\xd4\x5f\x36\xbe\x7c\x55\xeb\x8e\ \xe6\xa2\xcf\x9f\x2f\xb0\x7b\xab\x2a\xd8\x7c\xf0\x4d\x95\x95\x60\ \xff\xe4\x0c\xae\x80\xc1\xa8\xac\xac\xa8\xa4\xb3\x19\x2c\x36\x6a\ \xdf\xc4\x67\x55\x0a\x0c\x02\x01\x5b\xc9\xed\x55\x57\xf6\xf5\xd5\ \x55\xf5\xb6\x3a\xe4\x2c\xb9\x80\xad\x96\x27\x04\x74\x35\xad\x5a\ \x2d\xd6\x57\x57\x4e\x3d\xfb\xfb\x47\x8f\xfc\xe6\xce\x0a\x9d\x55\ \x47\xef\x9d\xae\x60\xd3\xd5\xfa\xea\x3a\x30\x9b\xe3\x7d\x75\x8b\ \x55\x59\xc0\xa9\x4b\xf3\xa0\x5a\x8b\x00\x56\xe0\xfd\xee\x87\x32\ \x2c\xcf\xcf\xad\x80\x4f\x9c\x06\x73\xb8\x38\x31\x3d\x37\xbb\x79\ \x69\x6b\x13\x08\x6b\x6b\x79\x6b\x6b\x77\x6f\xed\xd2\xad\x3b\x8f\ \x9f\xdf\xdd\xb9\x3b\xed\x60\xf2\xb9\x37\x65\x6f\x7e\xf6\xc9\xdb\ \x9f\x7d\xf6\xcd\x37\xb7\x2f\x7e\xfc\xfe\x9d\x0b\x37\x56\xcb\x11\ \x18\x41\x32\xb3\x9c\x21\xa4\xd1\x78\xe2\xa6\x85\x8a\x03\x0f\x7e\ \x7b\xe0\xc0\x83\x3f\x2a\xd5\x43\x08\xae\xce\xed\x7f\xbb\x02\xbc\ \xf5\xe0\x41\x20\xad\x3e\x36\x87\xab\x66\x0a\x98\x3b\x07\x1f\xbc\ \xf2\xcf\x47\x9e\x7a\x65\xec\x64\xdb\x40\x4b\x63\x26\xe4\x4d\x87\ \xec\x84\xc9\xe9\xf1\x12\x98\x54\x27\x42\xa7\xfc\x8c\xae\xa0\x4b\ \xea\xb2\xd4\x1c\xaa\xa9\x31\x06\x55\x35\xc7\x6b\x82\x28\x11\xba\ \x1e\x76\xf9\xe1\xfd\x25\x79\xd8\xfb\x2e\x85\x06\xb3\xe5\x7e\xf7\ \xe5\xf7\x8c\xde\xa3\x6f\x69\x54\x3a\x85\x4a\x07\x50\x6c\x54\x68\ \x42\x00\xd0\x21\x74\x72\x89\xb4\xe1\x36\x5b\xd7\x4f\xbf\x9c\x91\ \x25\xbe\x7f\xfa\xf9\x4f\x4a\xff\x96\x0b\x57\xdf\xf0\x84\x63\xde\ \x00\x4c\xe0\x36\xdc\x69\xc2\x01\xb0\x6c\x78\xc0\x69\x83\xb9\x0f\ \xd7\xda\xc2\xf1\x66\x38\x7e\x02\x8d\x4f\x3d\xff\xd2\xc3\x8f\xbf\ \xfa\x44\x24\x55\x32\x57\xc9\xab\xfa\x4e\x63\x52\x42\xfb\xe8\x8d\ \xb1\xa9\xaf\x56\x99\x62\x3d\xfd\xfa\xcf\x9e\xfd\xf3\x5f\x6f\xcc\ \x2f\xaf\x6c\xef\xdc\xbb\x54\x28\xcc\x6c\x00\x08\x25\x80\xac\x26\ \x17\x4a\x93\x29\xdf\xe4\x64\xb6\xb0\x5f\x04\x39\x35\xe9\x4b\x25\ \x26\x8b\xbe\x52\xc9\x9c\xb0\x22\x43\xc6\xe3\xb0\x94\x4a\x94\x26\ \xcc\x93\xcb\xb8\xa8\x97\xa9\x00\x05\x20\xc9\xe0\x2a\xde\xef\x75\ \x0a\xe4\x21\x93\x1b\x18\x8e\x26\x87\x55\x2c\x10\xcb\x22\x11\x06\ \x87\x49\xe7\xb0\xc5\x11\x5f\xa4\x34\x53\x5c\x9d\x19\x8a\xa4\x52\ \xb2\x19\x54\x85\xd4\x60\xce\x5a\x95\x8e\x44\x36\xe2\x13\x2b\x51\ \x53\x65\xb3\xd0\x10\x01\x37\xe6\x03\x6f\xee\x2b\x00\xe0\x08\x7d\ \x7c\x9e\x58\xee\x13\x9b\x13\x06\x31\x4f\xec\x13\x30\x58\xf0\x2a\ \x62\x25\x97\x25\x00\xc8\x52\x82\x15\xb4\x72\xb9\xd9\x84\xc3\xc0\ \x65\xa2\x46\xdc\x6a\xae\xd5\x2c\xf0\x5d\x2f\x65\x7d\x4d\x09\x87\ \x63\x5d\x26\x36\xf0\x0d\x7c\xa1\x5c\x29\xa8\xac\x6c\x9d\xea\xab\ \xec\x1b\x41\x24\xbe\x7b\xeb\xf2\x43\xad\xd6\xf2\xc5\xaf\xae\x16\ \x22\xe0\xfd\x86\xae\xce\x0c\x95\x36\xb2\xfb\x67\x18\x52\x8e\x94\ \x15\xd5\x8e\x37\x47\x7c\x72\xc3\x8f\x45\x9d\x41\x57\xe5\x0e\x80\ \x2d\x03\xdf\xba\x5f\xa7\xd9\xe7\xf3\xc1\x06\xc9\x04\x66\x90\x43\ \xa1\x0c\xf5\xaf\x16\xca\xc4\x42\x94\x57\xc8\xe5\x2b\xf9\x4c\xb1\ \x90\xc3\x79\x40\xaa\x8d\x7b\xfc\x51\xcc\xa4\x93\x92\x5a\x05\x66\ \x37\x99\x88\x00\xee\xb5\x63\x84\x42\x44\x60\x2a\x09\x15\x30\xb9\ \x3d\x20\x4d\x38\x80\xb8\xdb\x69\x8b\xc5\x6d\x14\x11\x08\x9b\x6c\ \x04\x11\xf2\xc4\xd2\x61\x27\xe9\xcf\xb7\x27\xe3\xed\x8d\x78\xbd\ \xce\xee\x8d\x67\xfa\xbb\x42\x0d\xb5\x01\x74\xe6\x39\x8e\xe7\xc3\ \x12\x5c\xeb\x74\xba\xa9\x40\x32\x9f\xe9\x4c\xe6\x73\x6d\x9d\x2f\ \xbd\xf0\xf0\x91\xce\x5c\xfb\xe0\xa9\x96\xd8\xe0\x53\x3f\x7b\xf2\ \x67\x63\x9d\x63\xdd\x2d\x99\x06\xdc\x5b\x3b\x00\x44\xd3\x90\xc6\ \x9d\x0d\x67\x8e\x9d\x7c\x65\xf4\xa5\xb1\xc1\xe6\x53\x63\x2f\x75\ \xb7\x9f\x3a\x7d\xe2\x4c\x17\x98\xbd\x96\x64\xf3\x91\x8e\xfe\x36\ \x60\xac\x53\x63\x9d\xa7\x5e\xe8\x6c\x1b\x3e\x05\x6c\x35\x36\x38\ \xdc\x91\xcf\xe7\x9a\x63\x31\x32\x19\x88\xc5\xbd\xee\x7c\x9b\xdf\ \x93\x27\x70\xa7\x2d\x64\xf2\xc7\x28\x6f\xd4\xef\xf1\x4b\x6c\x26\ \x42\xa1\x30\xd9\x49\x3f\xee\x49\x52\xe1\x58\x2c\x0a\x0f\x13\xde\ \x38\xe5\xf6\x53\x94\xd6\x4e\x29\xc8\x00\x40\x59\x38\x96\xf1\x46\ \xdd\xa1\xa8\x3f\x13\xcb\xd5\xc6\xbc\xb5\xb5\xe1\x68\xdc\x9d\x6e\ \x8e\x36\x84\x28\x32\x10\x6e\x6e\x1b\xc8\x37\x0c\x36\x66\x72\x1d\ \x80\x6c\xb1\x10\x45\x80\x7c\x3b\x31\x2d\xa6\xc1\x30\x98\xc3\x35\ \xb8\x46\x8b\x6b\x24\x52\x4c\xa5\x15\x59\x24\x0a\x91\xce\x82\x46\ \x8b\x33\x1c\x1e\x0b\x88\x9c\xe4\x61\x57\xf0\x78\x50\x47\x3d\x7c\ \xe2\x17\xdf\x7f\xfd\xee\x33\xcd\xd1\x4c\x38\xec\x0c\xbb\x61\x2f\ \x4a\xb4\x98\x54\x63\x47\x99\x6b\x28\xb6\xb4\xc6\x28\x32\x59\xa4\ \x0a\xf0\x29\x26\x98\xf9\xb5\x61\x4f\x14\xc3\x89\xee\xd4\x07\x37\ \xca\xdf\xff\xe2\x58\x92\xc2\x89\xb6\x57\xfa\x33\x7f\x4e\xb0\xab\ \xab\x2a\x51\x1d\x35\x8e\x9a\xae\xae\x80\x63\xd9\x21\x56\xd2\x2a\ \x47\x98\x15\x15\x5c\x94\xde\xca\xe3\xf1\x2b\x2a\xd8\xa8\xd1\x0c\ \x13\x45\xf2\xa9\xe9\x15\x7d\x0c\x03\x4d\x26\x10\xe8\x39\x3c\x86\ \x41\x5d\x89\x6a\xae\x55\xeb\x27\xa6\xcf\xc7\xd3\x0d\xef\xfd\x6b\ \xbd\xb7\x02\xa4\x4f\xad\x14\x72\xd5\xe3\x13\xbd\x55\xe3\xbd\xb3\ \x9b\x8b\x73\xf3\xdc\xaa\xb9\x91\xc5\xb9\xc5\x45\xb0\x84\x73\xd3\ \x2b\xc8\x01\x02\x67\x2d\x2d\x4f\x2f\xcd\xa2\xcb\xf2\xfc\xe2\xec\ \xca\xca\xd4\x3c\x88\x15\xd0\xd5\x2e\x6a\x48\x81\xba\xd6\x2f\x3e\ \xfe\x27\xee\xe6\xdd\xbd\x25\x38\x16\x99\xdf\x5e\xff\xfd\x37\x5f\ \x7f\xff\xcd\xed\xef\x2e\xdc\xbe\x70\xf1\xf3\x1b\xef\xac\xce\x6c\ \x44\x50\x21\x24\x18\x80\x7c\x1e\x9f\x5f\x75\xe9\xee\xb7\x57\x90\ \x15\x7c\x08\x8c\xe0\xbe\x4e\xc1\xed\xca\xff\x53\xae\x87\xae\x80\ \x6c\x1d\x1c\x47\xe5\x9a\x78\xfa\x9b\x07\x1e\xfa\x5f\xe6\x5f\x3e\ \xf5\xcc\x0b\x83\x28\x2f\xbe\x31\xd6\xd1\x9e\x8c\xe2\x6e\x37\xee\ \xc4\x15\x52\x9d\x09\x53\x68\x50\x4d\x2c\x97\x44\x14\xb4\xe8\x54\ \x87\x8e\x03\x5a\x05\xdf\x3a\x54\x0f\xb8\x75\xbc\x5e\x15\x04\xde\ \x02\x1d\xab\x31\x6a\x24\xa8\x9f\xb3\x36\xff\xbb\x3f\x7c\xcd\x9f\ \x7a\xe5\xb0\xc6\x68\x44\x2d\x9f\x35\x2a\x95\xa7\x65\x10\x0e\x66\ \xad\xc6\x0d\x13\x10\x15\xa2\x4c\xb6\x58\xb8\xfd\xc8\x8b\x3f\xff\ \xb0\x6c\xfe\xfb\x0d\x6e\xea\xe7\x84\xc9\x1b\x26\x61\x18\x00\x4b\ \x7b\x01\xd3\xc1\x6c\xe0\x1e\x0f\x06\x33\x76\xd2\xa9\x79\x7e\xa8\ \x75\xa4\x2e\xf1\x97\x3f\x3c\x76\xf4\x99\x27\xff\xeb\x17\xd6\x48\ \x42\x5c\x7d\xfd\xf6\xe6\xcd\x77\x4d\x01\xb2\x56\x76\x92\xc7\x2b\ \x57\x30\x1d\x15\x13\xbd\x15\x85\x4f\x3e\x2a\x26\xc6\x77\xf7\x76\ \xbe\x9d\x58\x2d\x2e\x4c\x26\x16\x9a\x7c\x93\x43\xe5\x85\x42\xaa\ \xa9\x09\xe5\xd5\x14\x41\xb2\x00\x88\x40\xac\x12\x93\xa5\xc2\x90\ \x99\xc6\xe2\x72\xf8\x2c\xd4\x14\x97\x21\x13\xf0\x64\x0e\x3e\x8d\ \xcb\xa3\xf1\xcc\xa8\x04\x8f\x50\xa8\x64\x0a\xcd\x02\x0e\x9a\x94\ \xc4\x66\x1f\x0a\xaa\x04\xee\x91\x33\x04\x06\x90\x05\x26\x9d\x45\ \x47\xa5\x5f\x58\x5c\xb1\xd9\x2a\x6e\xba\xba\xb0\x5a\xf2\xad\x16\ \xb3\xd9\x48\xa2\x50\xc8\xa6\x12\xf2\x82\x15\x54\xc1\xa1\xe4\x5b\ \x23\x72\x21\xd0\x96\xd8\xec\x10\x20\x47\x07\x70\x64\x15\xd2\x84\ \x3e\xd4\x2a\x1a\xe5\x4d\x83\xe7\x33\x34\x39\x0c\x11\x01\x93\xc3\ \x17\x70\x59\x62\x33\x40\x50\x25\xdb\x6a\x35\x88\x59\x5c\xb3\xdc\ \xc7\x61\x72\x79\x02\x4e\x64\x21\xc2\xe6\x81\xbd\x2d\x24\x04\x72\ \xb1\x39\x2b\x57\xca\x39\x62\x7a\xd5\xc8\x5c\x6f\xeb\xf8\x34\x5a\ \xfb\xdc\xdb\x3b\xf0\xbf\xe6\xac\xe5\xeb\x57\x3f\x5e\x6d\xb2\x16\ \x4a\xeb\xc5\xa1\xf2\x50\x19\xb0\x32\x22\x33\x44\x12\x32\xa1\x0f\ \x54\x0a\x4c\x2a\x28\xa4\x5c\x6e\x2d\x46\x12\x60\x34\x1d\x32\x54\ \x76\x9e\x9f\x48\xc9\xad\x28\x90\xde\xac\x74\xc8\xc5\xc2\x08\x5f\ \xe6\x43\x67\x08\xc0\xc1\x32\x78\x66\x19\x83\x23\x40\xd9\xd0\x06\ \x06\x4f\xc0\x7b\x40\x6a\xc7\xb5\xb1\x28\x60\xb1\x8d\x32\xd9\xa5\ \x5a\xaf\x1d\xcc\xba\x5b\x43\xa2\xbe\x79\xc6\xc3\x2e\x45\xd8\xed\ \x45\xc9\x09\x68\x4d\x5e\x23\x51\xe0\x7e\x90\x33\xdc\x69\x57\xd9\ \xfc\xfe\x78\x73\x1a\xa9\x57\x67\x2c\x1d\xca\x65\x02\xf6\x7a\x91\ \xa7\x36\x9a\x6e\xf0\x46\x43\x79\x8a\x04\x82\x89\xe2\x5e\x6f\x18\ \xf7\xba\x3d\x94\x3b\x17\x8b\xe6\x1a\x1a\x03\xc9\x81\x57\xfb\x8f\ \x9c\x0a\x3b\xf1\x68\xae\x7d\xb8\xfd\xd8\xc9\x86\x74\x3a\x19\x0d\ \x84\x02\xcd\xa1\xf4\x40\xa6\x21\xe9\x75\x13\xa1\x9e\xb1\x33\x63\ \x3d\xed\xfd\x9d\xed\x47\x46\x8f\x74\x0f\xfe\xfc\xb5\xe1\x97\x06\ \x5b\x3a\x3d\x6d\x1d\x9d\x1d\x27\x87\xbb\x3a\x93\xed\x2d\xc3\x6d\ \x00\x60\xa3\x47\x5f\x18\x1b\xed\x68\xec\x3f\xd2\xd0\xdd\x59\x5b\ \x1b\xf5\xe7\xbc\x44\x32\xe0\x4e\xc6\xd2\x0d\xa1\x24\x15\xc3\x09\ \x98\x81\x35\x54\x3c\xe0\x27\xdc\x38\x78\x52\xd8\x5c\x85\x49\xa5\ \xf5\xc7\x92\xcd\xd1\xa4\x27\x9c\xb4\x11\x24\x15\xf6\xdb\x71\x8f\ \x46\x24\xa1\x4c\x12\x8c\x72\x46\x3d\x7e\x2a\x6c\x22\xdc\xb1\xda\ \xda\xc6\x9e\xda\x4c\xbc\xb1\x39\x97\x0f\x64\x42\xe1\x58\x20\x9e\ \x8f\x87\x29\xaa\xb3\xdd\x13\x75\x26\x43\x2d\xb9\x30\x85\x7b\x71\ \x02\x0c\xa5\x04\x15\xbd\x34\x61\xaa\xe0\xd9\x1a\x89\x44\xe3\x27\ \xed\x0a\x89\x84\x00\x77\x07\xf3\xb7\x44\x07\x1e\x90\xf4\x36\x9e\ \xfe\xf4\xf7\xa3\x21\xe9\x21\xcb\xf1\x60\xba\x3b\xd0\xf1\xe8\xb3\ \xaf\x3d\xfe\x82\xd3\x48\x85\xe3\x6d\x8d\x1e\xdc\xa6\x25\x15\x5a\ \xbb\x14\x85\x57\xe3\xc0\x7f\x5a\x93\x48\xa5\x31\x62\x3a\xb4\x66\ \x2f\x82\xdd\x6c\x07\x03\x6e\xd3\x62\xe4\x93\xef\xfe\xeb\x86\xf2\ \x9f\xbf\x3b\xd3\x9e\xb1\x05\x3a\x06\xc3\x78\xbc\xcb\xdc\x57\x55\ \xa7\xaf\x60\x33\xe9\x30\x62\x2a\x39\x06\x6b\x13\xdf\xc1\xe0\xc0\ \x03\x7a\x6e\xc9\x27\xe0\x73\x05\x02\x2e\x9d\x2e\x67\xb0\x39\xa8\ \xd5\x0e\xad\x92\xc6\x10\xf3\x86\x8a\x4c\x26\x5f\x49\x17\x32\x98\ \xdc\xca\xba\x2a\x3a\x9b\x85\xf0\x7d\x54\x11\x4d\x7f\xfa\x43\xa2\ \x0e\xc6\x03\x57\xcc\xa8\xee\x53\x57\x8f\xf7\xf5\x4d\x80\x4a\xf5\ \x4d\x4f\xf5\x4e\xd0\x41\x95\xe6\x96\x37\x51\x16\xf4\xda\xd2\xca\ \xdc\xd2\xd2\xec\xe2\xec\x22\xca\x21\x9c\x1b\x9f\x9b\x9a\x5d\x9a\ \x9b\x98\x9b\xdb\xdc\xaf\x30\xb3\xb5\xbb\xbb\x7d\x69\xef\xee\xdd\ \xbb\xfc\x8e\x97\xe7\x16\xf7\xee\x6e\xaa\xd5\xf4\xbe\xbd\xb7\xff\ \x7a\xfe\x9b\x2f\xbf\xbf\x73\xe7\xfc\x85\x8b\xd7\x3e\x2e\x2f\xac\ \x17\xd6\x27\x23\x3e\xa5\x9c\xd1\x3a\x47\xef\xdd\xbb\x79\xf0\x20\ \x5a\xba\x7a\xe8\xfe\xe5\x1c\x92\x28\x20\xab\x2b\x48\xb3\xce\x5d\ \xf9\x91\xb8\x1e\x3a\xb0\xbb\xb5\xb9\x53\xa1\xfc\xf6\xc1\x87\x0e\ \x5e\x7a\xf2\xf5\x47\x5f\x39\xd3\x7f\xaa\x3f\xdf\xde\x59\x9b\x0b\ \x47\x43\xf0\x41\x93\x26\x6d\x50\xa4\xb5\x6b\x4c\x76\xad\x02\x18\ \x56\xaa\x53\xc1\x1c\x51\x53\x73\xe8\xd0\xd9\xfa\xb3\x20\x5b\x46\ \x94\x0a\xed\xb2\x1c\x76\x81\x2b\x54\xa9\x14\x22\xbb\x33\xde\xf2\ \xcc\x73\x7f\xfa\xae\xc4\x9d\x7a\xe2\x2d\xa3\x0a\x10\x58\xa7\x33\ \x89\xf0\xce\xa3\x03\xa1\x30\xaa\x67\x4d\x11\x1e\x3f\x7c\xa4\xb9\ \x5c\x6d\xe7\xab\x8f\xfd\x40\x3b\xff\xc9\xdb\xc5\xd2\xab\x84\xdb\ \x43\x52\xf0\x99\xc2\x01\x1e\x0b\x85\x3d\xee\x80\x97\x82\xbf\xc1\ \x31\xd2\x3f\x9c\x79\xb8\x30\xc5\x1f\x59\xdb\xbd\x7b\x89\xf1\xe4\ \xb5\x8f\xde\x34\xf0\xb3\x0e\xfa\xd2\xa5\x7b\x7b\x4d\x6d\xa1\x16\ \x3c\xf5\xf0\x77\x95\x57\x8b\xe5\x52\x6a\x7a\xb6\xa2\xae\x8a\xf9\ \xd9\x3f\x18\x89\xd9\xbd\x9d\x9b\xe3\xeb\x09\xeb\x64\xd3\xc2\x6a\ \x11\x95\xf0\x8b\x94\x13\xa8\x39\xe1\x6a\xa9\x10\x71\xa4\xca\xa9\ \x42\x29\x82\xd6\xb7\xb2\x2c\x2e\x9b\xcd\x63\x70\x38\x34\x98\x5d\ \x18\x34\x26\xcf\x80\xca\xd5\xf1\x01\xa2\xc5\x2c\x10\x30\x01\xf8\ \x33\x54\x5e\x9d\x21\x47\xe5\xa2\xac\x72\x81\x90\x27\x84\x21\x6d\ \x4d\x98\x7d\xa0\x18\x7a\x36\x93\x55\x41\x47\xd9\xc9\x0c\xb1\xaf\ \x5c\x9e\x59\x1d\x5a\xbd\x76\xb5\x1c\x49\xa0\xb8\xd2\xd4\x64\x2a\ \xeb\x80\x27\x13\xa2\x0e\x5f\x66\xb1\x50\xec\xb3\x8a\x95\xa8\x72\ \xb2\x0c\x24\x89\xc6\x28\x00\xa9\x09\xe5\x72\xb3\xd8\x60\x4e\xa5\ \x22\x1f\x5f\x58\x4d\x89\xc1\xec\xf1\xc4\x66\xb3\xc0\x30\x44\x13\ \x0a\x79\x3c\x30\xa7\xab\x33\x11\xa1\x0c\xd5\xff\x31\x38\xc4\x6a\ \x0e\x70\x61\x01\x14\x4e\x26\x93\x0b\x85\x80\x42\xdc\xba\xba\xde\ \xde\xa9\x89\x89\x91\xb9\xa5\x4b\x7b\x3b\xe7\x1e\xea\xf5\x95\x15\ \x8f\x2d\xb6\x00\x00\x20\x00\x49\x44\x41\x54\x9b\x26\x87\x26\xd7\ \x67\xae\x0d\x95\x4b\x05\x70\xba\xbe\x54\x16\x9d\x00\xb0\x02\xb2\ \x19\x50\x2c\xbb\xc3\x31\x99\x02\xc0\xb2\x1a\x22\x56\x83\xd5\x0a\ \x02\x0c\xaf\x25\x47\x25\x08\x7d\x06\x73\xc1\x1a\x91\xc9\x50\x07\ \x6b\xab\xcc\xa0\x14\x2a\x19\x42\x1e\x47\xc9\x67\x08\x04\xb0\x15\ \x3c\xa5\x80\xc3\xe7\x3f\x60\xf2\x93\x12\x54\x17\x94\xb0\xdb\x70\ \x2d\x58\x1b\xb4\x8e\x05\xae\x90\xd2\x61\xd2\xe3\x87\x83\x52\x9c\ \xc2\x6d\x1a\x9d\x46\x0b\x7a\x25\x32\xea\x08\xd2\xa4\xf1\x3a\x49\ \x12\xf3\x46\x3d\xa4\xdf\xed\x26\xed\x64\x3c\x16\x8a\x35\xe6\xdb\ \xf3\x36\x0b\x46\x91\x51\x7f\x38\x0f\x0f\xc4\x3d\x21\xbb\xd3\x83\ \xe3\x26\xa7\xd3\x49\x7a\xbc\xc0\x3a\x31\x2f\x00\x78\xee\xb5\x57\ \x8f\x9e\xcc\x87\xdb\x02\xb1\x96\x46\x6f\x34\x07\x52\x64\xf7\x12\ \x04\x91\xcf\x75\x9d\xec\x88\x83\x8b\xcc\x0f\x9f\x1a\x6e\xeb\x6c\ \x1b\x38\xd2\x7e\xe6\xe8\xe9\xb1\x8e\xe1\xc1\xee\x8e\xd7\xc6\x5a\ \xf2\xb5\x8d\x9d\x0d\x03\x0d\x9d\x5d\x6d\xb9\x86\x6e\x00\xac\x9e\ \xb1\xfe\x81\x53\xdd\x1d\x83\x3d\x03\xa7\x46\x87\xf3\xd1\x7c\xd8\ \x19\x8f\x11\x44\x3c\x14\x0f\x67\xa2\xce\x70\x32\x9f\xf6\x87\x29\ \x37\xe9\x05\x9f\x1b\x85\x2d\xb4\x13\x38\x81\x1b\x15\xc0\x3e\xee\ \x46\xdc\x1f\x25\xa8\x80\x33\x80\x87\x09\x8d\x4d\x1b\x46\x21\xcd\ \x1a\x8d\x5d\x82\xe1\x36\x00\x7e\x3b\xe9\x05\x4b\xda\xd0\x11\x0b\ \x90\x9e\x50\x4b\x80\x48\x66\xdc\x94\x3b\x1a\xcd\xa4\xfd\x99\xce\ \x61\x8f\xd7\x4b\x05\x28\x2f\x46\x68\x9d\x76\x0c\x76\x14\x86\x63\ \x12\x91\x0b\xdc\x9f\x4b\x27\x31\xa1\x80\xc3\x7d\x7f\xa2\x45\x35\ \x2b\xa5\x30\x87\x4b\xdb\xe3\x44\xf2\x4f\xdf\xbf\xd6\x89\x59\x54\ \x67\xfd\x79\xa2\x67\xd0\x6d\x23\x28\xad\x56\xa5\x01\x93\xec\x35\ \x11\xb8\xdb\x84\x99\x34\xc0\x53\x12\x0d\x6c\x04\x81\xa3\xea\xbb\ \x22\x02\x05\x2c\x52\x5a\x78\x26\x3b\xa1\xb5\x99\xec\x22\x49\xfc\ \xf5\xf3\xca\xf5\x5f\x7e\xf8\xdc\x68\xda\x1b\xc8\x9c\x4e\x93\xaa\ \xe4\x79\x33\x6a\x77\x0a\x22\x03\x2a\xc5\x17\xf3\x68\x43\x1b\x06\ \x81\x50\xc8\x02\x25\xe2\x0c\x65\x95\x66\x1a\x9d\x0e\x57\xae\x92\ \x5e\xd5\xc7\x56\xab\x79\x0c\x01\x53\x19\xe1\x70\xe8\x82\x92\x52\ \x49\x63\x72\x99\x75\x55\x1c\x06\x57\x5d\x37\x32\xcd\x7d\xf9\x93\ \x47\x62\x5f\x17\x99\x5c\xb3\x92\x51\xd1\x3a\x5f\x47\xd3\xa3\x5c\ \xfb\xb9\x91\xbe\xf1\xf9\xb9\xba\xba\xbe\x09\xa0\xab\xc5\xa5\x95\ \xf9\xa9\xa9\xd9\xe5\x95\xfd\xdb\xd4\x3c\xf8\x40\xf8\x75\x7a\x7a\ \x71\x79\x71\x7e\x05\x0c\xe3\xca\xa5\xcd\x95\xed\x5b\x5b\x6b\x97\ \xf6\xf6\xf6\x36\xff\xf8\xbc\xe3\xd2\xf6\xce\xdd\xad\x6a\xb1\x7e\ \x6e\xeb\x4f\x7f\xbf\xfd\xd9\xed\x7f\x7d\x70\xfb\xc2\x57\xef\x7c\ \xfe\xd5\x42\x79\xa1\x5c\x50\xfa\x94\x7c\xd9\xca\xff\x3a\x78\xe0\ \xc0\xc1\x83\x68\x91\x7d\xdf\x0c\x9e\x43\x97\x03\x0f\xfd\xdf\x7b\ \x70\xb9\x72\x60\x7f\x31\x6b\x7f\xfd\xfd\xc0\xc1\x5b\x97\x0e\x5c\ \x79\xe8\xe0\xf9\x37\x5e\x7e\x6a\xec\x58\x47\xc7\xc9\x58\x2e\x96\ \x0e\xc4\x3c\x4e\x8a\x20\x4c\x84\x4d\xa5\xb1\xa1\xb8\x35\x09\x90\ \x16\xec\x7a\x9d\xce\xa2\x72\xd5\xd7\x1f\x3f\x7c\xf8\x10\x68\x95\ \xee\xd0\xa1\xc3\x87\x10\x5f\x59\xea\x5d\x46\x85\x42\x65\xd4\x78\ \x9b\x9f\xf9\xcd\x4f\xfe\x76\xc3\x57\x95\xa2\x0e\xe9\x24\xe8\xfc\ \xa1\x56\x9b\x39\xd3\x1f\x8f\xfa\x29\xad\x07\x66\x68\xa7\x27\x9a\ \xeb\x18\x3e\xf5\xc8\x1f\xbf\xfa\xea\xcb\xa7\x7f\x72\xa7\xc8\xdf\ \x7c\x5b\x45\xa1\xe0\x1e\xbb\x33\x4c\x79\x43\x9e\xb0\x07\xf7\x50\ \xa1\xb0\xdd\x6f\x47\xf9\xed\xc3\xaf\x6c\xd4\xfd\xe3\x1f\xd7\xc5\ \x5b\x55\xfa\x2d\x8e\x43\xed\x5b\x07\x12\x5a\xbe\xb5\xbc\xb9\x1a\ \x48\x6a\xde\xbb\xf3\xee\x54\xe1\xbb\x37\xbe\x79\xbb\x34\x31\xd5\ \x3b\x0f\x36\xe9\x8b\xc9\x04\x7b\x79\xe7\x72\x15\x10\xcf\x50\xb9\ \x29\x1b\x29\x15\x51\x66\x73\xa9\x94\x02\x1d\x29\xa2\xbe\x83\x85\ \x26\x00\xaf\xe2\xa4\x95\xcb\x54\xd3\xd9\x28\x01\x9c\x43\x67\xf1\ \x59\x1c\x1e\x87\x29\x64\x70\x59\x4c\x14\xdb\xcd\x06\x73\xc4\x60\ \x08\x19\x3c\x86\x92\xc7\x67\xf2\x41\x72\x50\x78\x00\x68\x0e\x52\ \x2e\x83\x50\xee\x90\xd3\x2b\x98\xa8\x87\x0d\x87\x03\x04\x42\x33\ \xac\x0e\x95\x67\x36\x66\x52\xa5\x72\x53\x53\x53\xc1\x87\x2a\x8a\ \x82\xbc\x80\x1d\x17\xfb\x50\x80\x83\xcc\x6a\x36\x23\xca\x32\x58\ \xc1\x4d\x3a\xe4\xc2\xe2\x02\x3a\xeb\xa8\x4c\xa4\xc4\x3e\x9f\x92\ \xe7\x28\x5c\xbd\xf1\x71\xc4\x27\xe3\x02\x02\x89\x8b\x4d\x62\x54\ \x4d\xcb\x21\x16\x58\x13\x02\x9e\x55\xe6\xf0\xa5\x0a\x33\x09\x86\ \xbc\x5c\x46\x65\x04\x1d\x3e\x5f\x84\x27\xe7\xca\x13\xdc\xde\xbe\ \xde\xf1\xf1\xde\x91\xf1\xd9\xb5\xb5\xbd\xbb\xff\xf9\x4f\x6b\xf1\ \xda\x8d\xcf\x57\x51\x59\xaf\x72\x39\x02\x56\x30\x9b\x28\x16\x4b\ \x25\x79\xca\x07\x14\xe7\x10\x5b\x1d\x91\xa6\x44\x8a\x2f\x33\x5b\ \xad\x72\x24\x4d\xf0\xcd\x60\x30\xf3\x04\xe6\x94\x35\x95\x8d\x80\ \x12\x03\xda\x01\x74\x59\xf9\x06\x83\x4c\x29\xe3\x8a\xf9\x1c\xa1\ \x01\x64\x53\x26\xe6\xf3\x98\x0c\xd8\x9a\x07\x4c\x36\xbf\x42\xeb\ \x8c\xc6\xdc\x1a\x0d\x56\x53\x03\x9e\x5d\x04\xb6\xc4\x89\x92\x17\ \x00\xb4\x8d\x3a\x4c\x62\x87\x61\x6d\xc7\x4d\x76\x42\xa1\xb3\x69\ \x48\x37\x8e\xef\xcb\x00\x09\xfc\x42\x3a\xc3\xa8\xa1\x6a\xbc\xb1\ \x36\xd4\x18\x0d\x68\x6b\x74\x98\x3f\x16\x6e\x69\xce\x27\x3d\x5a\ \x7f\x3a\x1f\x8e\x83\x61\x6c\x48\xc6\x92\x7e\x51\x32\x90\x0e\xb8\ \x3d\x4e\x4f\xed\xf0\xe0\x91\xa3\x71\x2d\xe1\x0d\x67\xd2\xd1\x40\ \x57\x9e\x94\x60\x5e\xa7\xbd\xb1\xbb\xa3\x61\xd4\x13\xeb\x18\xe8\ \x1a\x18\x6e\x44\xe7\x05\xc7\xba\xbb\xc6\x5e\xea\x79\xa6\x73\x78\ \xa0\xb3\xeb\x64\x33\x98\xb8\x4c\x6d\x77\xa6\x21\xdd\x9c\xee\x6c\ \x6b\x69\x1f\xe8\xca\x9f\x3a\xd5\x33\x38\xd8\xdf\x31\xfa\x5a\x4f\ \x7f\x3a\xda\x18\x8f\xc6\xd2\xe9\x38\x90\x20\x49\xba\x3d\x04\x4a\ \xcd\x01\x79\x09\xbb\x51\x5d\x7a\x7f\x28\x8e\x49\x30\x64\x09\x8d\ \x52\x05\x11\x26\x08\xf0\x81\x20\x42\x5e\x24\x62\x38\xae\x31\xd9\ \xb4\x52\x2d\x01\x8c\x85\xa2\x6c\x30\xbf\x33\xe7\x09\x65\xc2\xb0\ \xf9\x99\x68\x73\xd4\x13\xa0\x02\x7e\xca\x13\x6b\xc9\xc5\x62\x9d\ \x67\xda\xc9\x90\xc7\x6d\xf7\xda\x70\x9b\x07\x39\x12\xc2\xe6\x16\ \xd9\x41\x99\xe0\xaa\x42\x85\x99\x44\x46\xad\x44\x22\x95\x88\x34\ \x52\x64\x4e\x74\x0a\x4b\x4d\xd0\xe8\xce\x3f\xdc\xd9\xd0\x8c\xba\ \xd1\xe3\x24\x86\x4e\x98\xdb\x25\x2e\x97\xce\x66\x57\x48\x55\x0a\ \xe4\x04\x4d\x28\x16\xc8\x2e\x51\x60\x52\x93\x49\x23\xd1\x6a\x30\ \xad\x4e\x65\xc2\x24\x26\x91\x08\x23\x29\x9b\x56\x82\x69\x25\xe4\ \x37\x0b\xc2\x6f\x9e\x78\xf4\xc2\xeb\x26\xaf\x3f\xfe\xe2\x4b\x4e\ \x51\xe3\x17\x5f\x0a\x7b\x5b\xab\xf5\x5c\x06\x93\x59\x57\xc7\x61\ \xa8\x05\x7f\x58\xe0\xca\x7c\xbc\xbe\x5e\x7a\x45\x2a\x51\xe6\x33\ \xb9\x6c\x35\x53\x20\xaf\x64\xea\xe9\x6c\xb6\x80\xaf\xe7\x4c\xf2\ \xf4\x6c\xbe\x98\x05\x47\x20\x5b\xcd\x63\x8f\x54\xb2\x68\xea\xea\ \xba\xa9\xf1\x3e\xc3\x79\x6b\xe6\x91\x84\x8c\xc5\xa0\x55\xaa\x2b\ \xfa\x7a\xeb\xf4\xd3\x80\x53\x13\x20\x65\x23\xf3\x73\xbd\x13\x53\ \xf3\xcb\xf3\x73\x73\x2b\x53\xd3\xb3\x2b\xb3\xb3\xf3\xf3\x73\xb3\ \x73\xd3\xf3\xd3\xe0\x13\xa7\xf7\x2b\x68\xad\x2d\xae\xcd\x02\x71\ \x6d\x6e\xad\x6d\xef\xa2\xd8\x86\xbd\x1d\xf5\xc0\x07\x13\x5b\xb7\ \x6e\x6d\xee\x2e\xf6\xf6\x6e\xd3\x5f\xff\xfb\x67\x5f\xdc\xbe\x7d\ \xfe\xce\xfb\x77\xce\x5f\xdd\xb8\xb6\x5a\x4a\x58\xe5\x62\x81\x92\ \x73\xe0\xe0\x81\x07\xf7\x7d\x20\xfa\x01\xb2\x84\x9c\xe0\x15\xb4\ \x7a\x85\x5c\xe0\xe5\x73\x3f\xfe\x8a\xd4\xeb\x0a\x22\xae\x73\x07\ \x1e\xbc\x72\xe5\xe0\xca\xef\x7e\xfd\xcb\xa7\x8f\x8d\x0d\x9f\x1c\ \x6e\xce\xb5\xb4\x47\x73\x7e\xca\x4f\xe1\x6e\xca\x86\x69\xec\x24\ \x78\x6a\x9d\x42\xa4\x02\x99\x97\x1a\x83\x96\xfa\x43\x2e\xd7\x61\ \x70\x85\x35\x87\x82\x67\x0f\xd7\x04\x6b\x2c\x2a\x63\xfd\x61\x57\ \xbd\x4e\xa1\xab\x71\xe9\x2c\xe4\xd1\xe7\xee\x0c\x2d\x14\x6f\x38\ \xeb\xef\xf7\xad\x10\x91\x27\x1e\xef\xf2\xf8\x03\xe0\xcd\x9d\xde\ \x90\x3f\xd9\xf5\xd3\xc7\x1f\x7b\xfd\xa3\x6f\xfe\x3c\x78\xea\xaf\ \xe7\x13\xd7\xb2\xac\xed\x13\xa6\x78\xda\x83\x96\x03\x3c\xfe\xb0\ \x33\x9d\x0c\x87\x9c\xa0\x6e\x94\x89\x0a\xd8\x9a\x8f\xf6\x5f\x1b\ \xfa\xdd\x3f\xfe\x7e\x9b\xb3\xd9\x57\xac\x9e\x5f\xea\x65\x4e\xf8\ \x98\x4b\x5b\xf4\xcd\x77\x6a\x7b\x5e\xf9\xee\xb7\x7d\xb2\xf7\x5f\ \xfa\xe5\x5f\xfe\xbd\x5e\x51\xd9\x3b\xbd\x3c\x31\x31\xa7\x37\xd3\ \xc6\xb7\xf7\x84\x89\x99\x8d\x32\x20\x15\x18\xc1\xc9\xf2\x6a\xb6\ \x88\xce\xe9\xa5\x50\xbb\xc1\xa1\x8d\x21\xeb\xd0\xcc\x6a\x89\x07\ \x92\xc3\xe6\x00\x06\x73\xd5\x4c\x00\x29\x06\xc0\x15\x00\x8d\x40\ \xc8\xe0\x30\x60\x9c\xca\xc5\x3c\x06\xd8\x69\x86\x80\x2f\x60\xd2\ \x50\xd1\x43\x31\xd0\x86\x4c\x26\xe6\xc9\x0c\x66\x25\xcf\x9c\x65\ \xb0\x2a\x51\x64\x0b\x93\xc9\x84\x3f\x01\x15\x2c\x97\x0b\x60\xb2\ \x0a\x57\x3f\x2f\x03\xdc\x38\xe4\x8e\xa6\x88\x90\xcf\xa5\x89\x1d\ \x42\x9f\x81\x6f\x46\x71\x0a\x3e\xb3\x0f\xf0\x88\x6f\x4d\x80\x78\ \xfa\xe4\x89\x04\x68\x18\xf8\x32\x31\xea\x53\x68\x2e\x96\x00\x78\ \xb8\x32\x39\xea\x9f\xca\xa7\x09\x1c\x59\x03\x8f\x6f\xf0\x59\x79\ \x89\xc4\x90\x55\x96\x2d\xc8\x65\xa9\x8d\xc9\x85\xf5\x92\x15\x25\ \x2c\x33\xcc\x62\xb9\x98\xd5\x3b\x32\xd2\x87\x52\x9f\xe7\x96\xd6\ \x76\xf7\x2e\xdf\xec\x2b\x2e\x5c\x9b\x59\x4d\xcd\x64\x0b\x1b\x43\ \x3e\xd4\x04\xc8\xd7\x54\x5c\x47\x7d\x11\x13\x56\xb4\x8c\xef\xc8\ \xa6\x40\x97\x50\xc7\x7a\x1f\x6a\xc9\x0a\xdb\x23\x14\x0b\x68\x72\ \x6b\x93\xc1\x5a\x00\x7d\x33\x28\x0d\x72\xa5\xcf\xe1\x80\x3f\x31\ \x80\xed\x04\xb6\x42\xeb\xee\x4a\x31\xb0\x23\xcc\xbf\x02\xce\x03\ \x4e\x4a\x61\xd4\xd8\xe2\xe9\xb0\xdd\x8d\x19\x0f\x9f\x35\x4a\x6d\ \x1a\x93\x84\x40\x0b\x3f\x16\x1d\xa6\xc3\x14\x76\x3f\xa5\x90\x00\ \x7f\xd9\x31\x1b\x8a\x49\xa1\x50\x6b\x3d\x3b\xb8\x18\x13\x45\x85\ \xc3\xce\x00\x95\xac\xf5\x82\x60\x34\xd4\xb6\x77\x38\x2d\x16\xcc\ \x19\x1b\x6c\xce\xfb\x43\xb8\x33\xd9\xe0\x0e\xd7\x7a\x4c\x81\x64\ \x88\xc2\x9c\x7e\x0f\x99\x0f\xc4\x29\x4f\x6d\x6d\xae\xe7\x35\x30\ \x59\xe1\x40\x28\x99\xf1\xc2\x9f\x69\xe3\x28\x4f\x71\x34\x19\x88\ \xba\x3b\x72\x6d\x5d\xed\x9d\x3d\x47\xdb\xf3\x9d\xdd\x63\x67\x46\ \x87\x9f\x3e\xd2\x9c\xeb\x1a\x6e\x6f\x68\x0f\x47\x63\xb1\x74\x2d\ \xea\xbc\x95\xec\x69\x69\xeb\x68\x19\xe8\x7f\xad\xbd\x71\xf8\x68\ \xd7\x58\x6e\xa0\x2d\x1e\xcd\x27\x93\xb9\xee\xe6\x64\xb2\x23\x00\ \x22\x64\x27\x29\xb0\x82\x24\x1e\xca\x84\xd0\xa9\x24\x22\x10\x0d\ \x78\xed\x22\x5c\xab\xd1\xe8\x14\x2a\xc2\x1b\xf5\x7b\x51\xfc\x15\ \x89\x03\x62\x81\x64\xd8\x31\x93\xc4\x66\xb7\x29\xe0\xbe\x29\xe4\ \x01\xb1\x8d\x86\xa2\xf1\x4c\x2e\x10\x0e\xb7\xc4\x51\x64\x69\x2e\ \x6e\x77\x46\x03\xcd\xf1\x50\xbe\xa3\x0d\x98\x2d\xe3\x76\x3b\x6d\ \x76\xca\x49\xf9\x6d\x24\xa9\xd5\x62\x46\x18\x14\x52\x64\x01\x55\ \x28\xdc\xd3\xa8\xd0\x62\x60\x4e\x8c\x52\x4b\x50\xa4\xc2\x45\x87\ \x6b\xa8\x53\x27\xd3\x40\xac\xa4\x13\x07\x29\xd3\x05\x6b\x44\x76\ \x91\x91\x22\x71\x4c\xa1\x55\x28\x14\x38\x4c\xd5\x04\xec\x78\x2d\ \xec\x5f\x89\x02\x44\x0a\xb6\x06\xed\x6f\x54\x8e\x14\x1e\xb2\xc3\ \x93\x69\xb5\x22\xcd\xbf\x68\xf2\x2f\x9f\x7c\xe5\xbd\x67\x4d\xa4\ \xb6\xed\xc9\x34\x19\xfb\xc5\x73\x25\x01\x9f\x53\x39\xc2\x33\x08\ \x68\x42\xbd\x9e\x6b\xe0\xb2\x05\x25\x87\xd5\xc1\xe9\xd3\xb3\x19\ \x06\x1a\x4b\xc6\xa9\x66\x33\x38\x6a\x35\x9f\xcd\xe5\x54\xd0\xd9\ \x65\xeb\xf9\x0f\xfa\xf8\x34\x54\xfd\x8c\x51\x62\x31\xab\xeb\xfa\ \x04\x06\x25\xbb\x6a\x6a\xbc\x2a\xb1\x2e\x7c\x9b\xf8\xb5\x9c\xde\ \x5a\xd5\x5a\x59\xd9\xd7\x3a\x32\x3d\x3e\x3d\x37\x55\xd9\xd7\xd7\ \xdb\x3b\xbb\x0c\x96\x6f\x6a\x7e\x7f\xc5\x6a\x7e\x7c\x7e\x16\xf5\ \x57\x9d\x5b\x04\xc0\x9a\x5b\x9c\x9b\x5b\x02\xee\x5a\x5a\x5e\x59\ \x9e\x5d\x5e\x5e\x59\xda\xda\xdc\xd7\xab\xdd\x5b\x77\xff\x7c\xf4\ \xab\xdd\xed\xdd\x2d\x54\xa5\x74\x79\xef\x93\xdf\x7d\xfa\xd9\x37\ \xb7\xbf\xfc\xfa\xc2\xc5\x0b\xd7\x0a\xa8\x23\xa7\x83\xcf\x17\xc8\ \x69\xb7\x50\x04\xc3\x81\x7d\xa2\x3a\xb0\x6f\x05\xf7\x4d\xe0\x7d\ \xbc\xda\xbf\x7f\xee\xdc\xff\x7b\xe4\xf2\x7f\xae\xfc\x08\x60\x37\ \xfe\xf2\x8b\x5f\x3c\xff\xf3\xa3\xdd\x2d\x1d\xed\x2d\x0d\xe9\x5c\ \xa3\x27\x1c\xf6\x3a\x3d\x1e\x0a\x08\xd7\xa4\x55\x80\xe4\x1b\xc1\ \xe0\x81\xfe\x48\x60\xdf\xeb\xc0\x0a\xd6\xd4\x1f\x3a\x7b\xf6\x38\ \xf0\x95\xc5\x25\x92\xd6\xb8\x82\x35\x3a\x57\xd0\x62\xd4\x48\xa8\ \xa3\x1f\x7e\xfa\xcb\x7f\xf1\x53\xee\x43\x22\x98\x5e\x44\x16\x51\ \xdb\xcb\x8f\x75\x53\x26\x1b\xee\x75\xc7\x32\xf1\xf8\x89\xf7\xfe\ \xf1\xd7\xbf\xfe\xfe\xc5\x23\x47\x5f\xff\xd7\xc5\x8b\x5f\x74\xff\ \xe6\xe7\x7b\x7a\x9c\x74\xba\x49\xca\x8f\x3b\x6d\x54\xd8\x4f\x39\ \xdd\x4e\x3f\x4c\x57\xce\x74\xa0\xed\xd5\xa7\x8f\xbc\xf8\xb4\x5b\ \x62\x57\x38\xff\xb2\x94\xb8\x18\xa9\x5e\xa4\xcf\x09\x5b\xa7\xd7\ \xa6\xd6\x5e\x6f\x7f\xf6\xfa\x1f\x39\x95\xbe\x13\x4f\x7d\xf1\xe7\ \x1b\xb7\xad\xea\xaa\xaa\x29\xc4\xa2\x15\x9c\xb9\xb5\xf1\x44\x53\ \xb6\xb0\xba\x5e\x70\xa0\x94\xe4\x85\x72\xd1\x3a\x54\x2c\x94\x57\ \x27\x53\x56\xb4\xc8\xd3\x54\x2c\x64\x95\x2c\x0e\x9b\xc5\x62\xaa\ \x2b\x39\x2c\x54\xc1\x70\xbf\xf4\x14\x93\xc9\x45\xc5\x5c\x68\xc8\ \x25\xc2\xb0\x15\x73\xc0\xc0\x83\x68\xd1\x50\x48\x27\x6f\xbf\x8a\ \xb0\x92\xc7\x90\xc9\xc5\x4a\xa1\x59\xa9\xae\xa2\xa3\x72\x17\x2c\ \x06\x8b\xc6\x17\xf2\x50\x29\x3f\x87\x18\xec\xe6\x06\xbc\x84\x59\ \x26\x34\xc8\x05\x66\x50\x22\x07\xd8\x37\x99\xd2\xcc\xe3\xa3\x0e\ \x10\x06\x2b\x4d\x2c\x94\xfb\xf6\x17\x93\x1c\x11\x07\xb8\x4b\x03\ \x18\x31\xb1\x5c\xc8\x05\xfa\xb2\x2a\x19\x62\xa5\x15\xa4\x4e\xc6\ \x80\xdf\x1c\x1c\x81\x4f\xac\x34\x1b\x0a\x4d\x66\x79\xd6\xc1\xb7\ \x4e\x4e\x7e\x3e\x04\x4f\x2c\x97\x45\xcc\x1c\x99\x92\x27\x66\x22\ \xc1\x1a\x99\x1a\xe9\x9b\x5a\x9c\x5e\xb9\xb5\x73\x8b\x99\x5d\x58\ \x5f\xbf\xba\x90\x4a\x4d\x82\x33\x44\x74\x57\x2c\x97\x4b\x4d\x29\ \x70\x86\x56\x39\x9f\xc1\x57\x16\x87\x52\x56\xd0\xdb\x48\x02\x95\ \x75\x37\x2b\xe5\xbe\x88\x55\x20\x74\x00\xf9\xa1\xfe\x39\xb0\x6d\ \xa8\x3c\x17\x43\xe9\x83\xcd\x41\x0d\xc7\xe0\x8d\xd2\xb8\x02\x83\ \x59\x28\xe0\xa1\x02\x11\x8c\x07\x70\xaf\xd1\x48\x10\xb8\xd3\x4b\ \xda\x15\xf5\xf5\x2e\x0d\x66\x92\x62\x98\xc4\x46\xa0\x46\x6d\x3a\ \xa3\xdd\x6d\xc7\x3d\x26\x42\x83\xf9\x71\x02\xe5\x27\xe8\xb4\x26\ \x29\x6e\x32\xd9\xd0\x4a\xb3\x3b\x1a\x08\x10\x5e\xaf\x53\x1b\x0e\ \xb5\x34\x86\xbc\xf1\x24\x6e\xb4\x48\xa9\xda\x24\x41\x51\xa1\x80\ \x29\xe0\x09\x13\x5e\x14\x56\x60\x83\x61\x8a\xe3\xf1\x7c\x26\xe4\ \xcd\xa5\x03\x99\x06\x4f\x2c\x10\x76\x36\xc7\xd2\x6e\x2d\x15\x8f\ \x61\xb6\x58\x3c\x80\x63\xa4\xa9\x67\xa0\xbd\xbf\xb1\xab\xa7\xb9\ \x23\x50\xdb\xd9\xf5\xd2\x89\xc1\xce\xe1\x93\xcf\x9c\x6c\xef\xc8\ \x67\xc2\x5e\x14\x57\xee\xad\x6d\xac\xcd\xa4\x63\x9d\x6d\x99\xf6\ \xc1\x63\xa3\x6d\x8d\x0d\xcd\x03\xdd\xcd\x99\x7c\x2c\x9d\x69\x0e\ \xe0\x5d\x1e\xaf\x27\xea\xf1\xfa\x01\xad\x70\x6f\xae\x96\xb2\xb9\ \x41\x74\xbc\xa4\x07\xd5\xcb\x21\xb4\x38\xe9\xd6\x6a\x74\x12\x97\ \x08\xa3\x02\x51\xdc\x19\xc6\xfd\x24\x10\x0d\x05\x4a\x49\x68\x50\ \x23\x3a\x91\xcb\x05\xde\x10\xc0\xd1\x63\xc2\xe1\xb0\x04\x10\xcc\ \xc7\x02\xf0\x84\x19\x18\x1d\xa4\x3f\x99\x8e\x37\xb4\xc5\xc2\x5e\ \x22\xec\x27\x09\x1b\xe9\xb6\xbb\xd3\x7e\xad\x2d\xec\xd6\xa8\x6a\ \x5c\x35\x12\x93\x44\xa3\x09\x5a\x30\x8d\xc6\xa5\x32\x8a\x14\xae\ \x9a\xa0\x14\xab\x39\x74\xbc\xb3\x4d\x54\x63\x54\x24\x63\x22\x55\ \xd0\x66\x0a\x1a\x75\x41\xb4\x2a\x5c\xaf\xd3\x78\xd2\xe0\x90\x25\ \x1a\xc2\xae\x22\x09\x0c\x46\x9c\x46\x6b\xb2\x9b\x00\xb9\xa4\x22\ \x2d\xae\xb5\x68\x35\xe0\x2f\x35\x20\x5f\x12\xe0\x07\x94\x7b\x82\ \x69\x9e\x2d\xa9\xbf\x7c\x74\xb5\xf4\x8c\x4d\x62\xca\x8f\x02\xe1\ \xbd\xfa\xd7\xdf\xfe\xac\x54\xd7\x57\x57\x11\x81\xe3\x88\xaf\xaf\ \xeb\xe5\x08\x85\xd9\x8f\x4b\x02\x25\x4d\x5d\xa9\x67\x31\x95\x0e\ \x43\xaa\x82\xc7\xa6\xd1\x58\x68\xbe\x4e\x65\x2b\x19\x15\x95\x2c\ \x96\x5c\x26\x94\xf3\xaa\x1c\xd7\xf5\xf4\xbe\x09\xae\x95\x53\x81\ \xfa\x1a\x32\xcc\xa9\xd6\x0f\x9d\xef\xb1\x7b\x2b\xf4\x75\x23\x95\ \x53\x2b\x75\xd5\xad\xe3\xb3\xf3\x13\x23\xbd\x13\x8b\x2b\x2b\x00\ \x54\x95\xa8\x70\xc3\x6c\xdf\xfc\xe2\xfc\xf8\xf4\xc4\xca\xf2\xca\ \xf4\x14\xf8\xc3\xe9\xb9\xe5\x59\x50\xac\xb5\x59\x50\xb0\xe5\xcd\ \xb5\xad\xed\xdd\xb5\x4d\x30\x84\x3b\xbc\xb6\x0f\xc7\x77\x41\xbc\ \x96\x2e\x2d\x2d\xed\x54\xbf\xfb\xe7\x8f\xbe\xf9\xe7\x27\x1f\x7c\ \x70\xed\xab\xef\xc0\x17\xa4\x7c\xa8\x6a\xa6\x60\xf6\x32\x12\xab\ \x07\x51\xc8\xd5\x7d\xb5\x82\xdb\x95\xfd\xdb\xfe\x92\xfb\xbe\x58\ \x5d\xb9\x8f\x56\x0f\x01\x6e\x5d\xbe\x7c\x19\xfd\x72\x70\xfc\x4f\ \x7f\xf9\xf5\x93\x27\x8e\xf5\x77\x75\x0c\x77\x77\x84\x63\xc9\x4c\ \x2e\xed\xf1\xda\xa8\xb4\x17\x27\x4d\x2a\x60\x53\x4c\x61\x11\x69\ \x2c\xf5\x16\x69\x3c\x40\xa9\x82\x87\x83\xf5\xc7\xcf\x1e\x3e\x7b\ \xfc\xad\x60\xf0\x6c\xcd\xa1\x7a\xa3\x05\xd5\x4d\x0e\xea\x5c\x2e\ \x2d\xae\xb0\x85\x9e\x28\xe8\xab\xc6\x5f\x78\x4b\x24\xd2\x00\x63\ \xd9\x1e\xf9\xe4\x89\x24\x69\xb7\xb9\xd3\xfd\xa7\xfa\x07\x7f\x77\ \xfb\xfd\xb7\x7f\xfb\xd4\x4b\xcf\x3c\xf1\xd2\x6b\x4f\x9c\x09\x89\ \xdc\xfe\x8f\xb6\xef\x4e\x8d\x4f\x8c\xf7\xd6\x55\xb1\x78\x4d\x37\ \xce\x7f\xf3\x9b\x5f\x3e\xf2\xe2\xc3\x2f\x1e\x3b\xda\xe5\x0d\x77\ \x0e\x74\x82\x58\x7e\x94\x15\xfc\xf6\x5d\xf7\x3b\x2b\x7f\xf4\xb3\ \x17\x17\xe7\x2b\x5b\x97\xf7\x76\xf8\x67\x4e\x5d\xfc\x26\xc5\xcc\ \xfe\xf4\xc5\x97\x3f\xfc\xcd\xd7\x5f\x25\x22\xcc\x2a\xfd\xf8\xf2\ \x04\xea\xf4\x38\xe7\x9b\x5c\x28\x64\x8b\xd9\x72\xb6\xa9\x84\x0a\ \x36\x80\x57\x1b\x2a\x15\x8a\x0b\x0b\x1b\x33\x20\x5c\x8e\xa1\x12\ \x9f\xce\x16\xb0\x2b\x58\xa8\x5c\x21\x93\x83\x0a\xe4\xa1\xc5\x2c\ \x3a\x4b\xc9\x61\x00\xd9\xf0\x41\xa8\x84\x02\x21\x8d\x81\x96\x72\ \xb8\x34\x01\x53\x28\x57\x0a\x61\x08\xa3\x73\x6b\x40\x1d\x80\x4c\ \x42\x43\x45\x55\x05\xbb\x82\xce\x63\x30\x98\x7a\x86\xd0\x8c\x72\ \x06\x51\xf5\x9e\x6c\xb9\xb8\x3a\x14\x49\xa0\xba\xc4\x66\xab\x98\ \x21\x53\x82\xee\x58\x41\xa1\x0c\x62\x07\x1f\xac\x98\x52\x6e\x76\ \x44\x78\x02\x59\x22\xe2\x43\xd9\xd1\x7c\x19\x3a\xff\xc8\x07\x1f\ \x66\x15\xa2\x17\x00\x36\x93\xd1\xf8\x06\xb3\x41\xce\x12\x9a\xb9\ \x00\x43\x48\x1c\xad\x32\x61\xd3\xd5\xf5\xcf\x9b\x1c\x8e\x54\xa4\ \xa9\x6c\x60\xc1\xab\xc8\x58\xa8\xaf\x6f\x6f\x6f\xef\xc4\xf4\xf4\ \xc8\xd2\xe6\xee\x2c\xd7\x71\xe3\x9d\x1f\x36\x36\x12\xa9\xa6\xd4\ \xcc\xc6\x50\x22\xe2\x98\xbc\x3a\x99\x2a\x94\x7d\x59\x14\x17\x16\ \x91\x19\x12\xf2\x88\x55\xe8\x4b\x98\x51\x1b\x58\x01\x4a\xc9\x36\ \x27\xcc\xc0\x5e\x4a\x87\x3c\x6b\xb0\xca\x23\x0e\xbe\x3c\x21\x33\ \xcb\x81\xbc\xe4\x42\x70\xbd\x66\x31\x83\x23\x96\x33\x0c\x29\x30\ \xb5\x60\x8b\xf9\x0f\xb8\x71\x85\xc6\x83\x2b\x9c\x04\xee\x36\xd6\ \xb8\xa4\x22\x02\xe6\x7c\x91\x48\x62\x11\x91\x1a\x4a\x2a\xb2\x1b\ \x45\x5a\x92\x02\xf7\x64\x72\x13\x84\x42\x63\x93\x90\x36\x0c\x77\ \xda\x09\xca\xa6\xb1\x79\x3d\x81\x10\x61\x22\x49\x53\x28\x93\x0e\ \x34\xa4\xe3\xc9\xb0\x9b\x50\x81\xf6\xd4\xd8\x35\xce\x5c\xa6\x36\ \x14\xd6\x3a\x3d\x44\x08\xc3\xb5\xe0\xd6\x14\xb8\x97\x8a\xe5\x06\ \xf3\x9e\x64\x38\x10\x8b\xc5\x80\xb5\xf2\x21\x89\xdb\x89\x4b\x4d\ \x18\x40\x96\xce\xe8\x6f\x6e\x19\x3d\x7a\xba\xa5\x36\x1d\x6d\x6e\ \xec\x1f\x3c\xd5\x3d\xdc\x5d\x9b\x1f\x1e\xe8\xce\x67\x3a\xc3\x38\ \x80\x9c\xdb\xe3\x69\x0c\x04\x32\x99\xae\xee\xc1\x13\x6d\x63\x2d\ \xc3\x6d\x8d\xe9\x8e\x74\xc7\x70\x43\x34\x99\xcb\x44\x6b\xc3\xce\ \x64\x14\xb4\x29\x66\x22\xc3\x71\x6f\x6d\x1b\x28\x61\x38\x10\x4d\ \x06\xc2\xa1\x68\x14\x44\xc6\x43\xf8\x09\xaf\x49\x61\xb3\xd9\x25\ \x51\xaf\x9f\xb4\x07\x28\x78\x83\xe8\xe4\xa1\xc9\x2e\x32\x69\x30\ \x02\xad\x7d\xbb\x41\x8b\xc2\x14\x61\x0a\xa7\xc3\xc9\x68\xd8\x19\ \x8e\xa3\xee\x86\xb1\xae\x64\x18\x75\x04\x6b\xcf\x44\x93\x71\x3f\ \xc0\x1b\x3a\xbf\xed\x46\x2d\x26\x30\x4a\xab\xb3\x48\x75\x12\x0c\ \x93\x6a\x34\xe0\x49\x34\x30\xcf\x83\x07\xa9\x11\x59\x8c\xa8\x52\ \xaf\xdb\xa5\x53\x89\x74\x3a\x3b\x21\xd2\xa9\x54\x2e\xcb\x61\xd4\ \x27\x41\xa5\xa2\x72\x9d\x60\x5c\x71\xcc\xa6\xd1\xda\xc3\x6e\xbb\ \x4d\x23\x81\xfb\x20\x57\x00\x58\x52\x91\x44\xa1\x12\x59\xa4\x12\ \xa9\x05\xf5\x5f\xb5\xef\x9f\x80\x14\xd9\x35\xf1\x8f\xa7\xbe\x78\ \xe1\x4f\xef\x7f\xed\xd1\xa0\x48\x08\x52\x91\x7b\xfb\xfb\x57\x7f\ \x2d\xac\x50\xd7\xb1\xe0\xf0\xa3\xf3\xe8\x74\x16\x8d\xcb\x48\xdc\ \x98\x81\x63\xaa\xb7\xb7\x55\x0f\xc7\xe5\x90\xa0\x8e\xcb\x17\xb2\ \x78\x74\x9e\x83\x43\xa3\x57\xf0\xab\x59\x42\x3d\x5a\xc7\x65\xab\ \x9b\xac\xbd\xbd\x95\x95\x3c\x00\xac\xc5\x71\xba\x40\x99\xd2\x4f\ \x7d\xdc\xf8\x2f\xf5\xbc\xba\x0e\x88\xaa\xaa\xaa\xaf\x75\x62\x7a\ \x62\x1e\x84\x69\x69\x71\x6a\x65\x76\x7e\x64\x6a\x7e\x69\x7e\x7a\ \x6a\x62\x0e\xc8\x6b\x7e\x65\x79\x71\x79\x16\xf9\x42\x64\x0b\x97\ \x97\x17\x81\xb1\x96\xf6\x0b\x35\x6c\x5d\xda\xda\xdc\xdb\x59\x7b\ \xf8\xd1\xc4\x36\xb8\xc3\xb5\xe5\xcd\xed\xbd\x7b\x57\x6f\xdf\xf9\ \xdb\x17\x7f\xbf\x7d\xfe\xfc\x0f\xe7\x3f\xdf\xd8\x98\x04\x17\x10\ \xe1\x4f\xdd\x3b\x77\xe0\x3e\x5f\xdd\x5f\xbe\x42\x5a\x85\xb0\x0a\ \x09\xd4\x7d\xde\xfa\x51\xad\x40\xab\x80\xaf\xae\x5c\xf9\xcf\x15\ \x90\x2c\xf8\xf9\xce\x37\x7f\xf9\xaf\x9f\x3d\xff\xea\x89\xd1\xfe\ \xfe\x96\xc6\xe6\x58\x26\xd6\x08\x7e\xde\x1b\x08\x90\x24\x49\x48\ \x14\x36\xad\x46\x01\xc7\xa9\x05\x26\x87\x58\xa6\xdf\x23\x35\xba\ \xce\x1e\xae\x3f\x7c\xb6\xbe\xc6\x72\xf8\xad\xb7\xce\x5a\x8c\xae\ \x9a\x7a\x57\xbd\x0b\x3e\x01\xa3\xd4\xe5\x4a\x9e\xaf\xa8\x63\x4c\ \x5d\x93\x88\x30\x05\xe8\x5c\xe0\xb3\x3b\x4f\x44\x6d\xe1\x74\xe3\ \xe0\x4f\x9f\x7f\xf3\xce\xc2\xed\x9f\x8c\x76\xb5\x07\xfc\xf1\x53\ \x2f\xbe\xe7\x09\x8a\xc2\xfd\xdf\xc8\x97\xef\xed\xdc\xbd\x7b\xa9\ \xe2\xde\xbd\x7b\xdb\x3b\xf7\x76\x76\xb7\x50\x8b\xc6\x4b\x8b\x8b\ \xe3\x75\xe6\x6b\x37\x6e\xbf\x99\x3c\x5a\x94\xd1\xcc\x8e\x13\x3f\ \xa5\x4c\xaf\xb3\x66\x47\xac\xd6\xf1\xcb\x75\x8d\xcf\x8b\xb3\x59\ \xc7\xc7\x4f\xff\xec\xe5\xcf\xce\x7f\xfd\xde\x3b\x72\xb3\xa0\x95\ \x3d\x32\x3b\xbe\xb9\xb8\xb6\x32\xce\x9c\x5c\x2f\x14\x53\x91\xf2\ \xc6\x7a\xaa\x50\x98\xc9\x16\x51\xd2\x60\x76\x68\x68\x28\x5b\x42\ \x55\xcf\x53\x06\x1a\x8f\xcb\xae\xd4\xa3\x72\xe9\x6c\x36\x9b\x43\ \xe3\xb2\xd4\xf0\x00\x9b\x21\x64\x88\xe5\x30\x90\x05\x3c\x1e\xd0\ \x85\x10\x71\x15\x0f\xdc\x11\x43\x28\x74\xc0\x1d\xa1\x12\xfe\x9b\ \x58\xcc\x13\x9a\xe5\x0c\x06\x0b\x9d\x00\x66\x32\xe0\x09\x38\x0c\ \x9a\xb9\xc9\x6c\x15\x0a\x18\x62\x30\x72\x93\x57\x4b\x59\xab\x58\ \x2c\x93\x39\xc0\xdd\x71\x78\x80\x29\x02\x39\x50\x1a\x43\xa9\x44\ \xa9\x30\x29\x87\xd0\xca\x17\xc8\xc4\x56\x10\x38\xab\x98\xa3\x04\ \x14\xe6\x0b\x95\x72\x39\xaa\xe4\xa2\xa4\x09\x0d\x11\xb8\x23\x13\ \x0b\x59\x7a\xa0\x3c\x86\x92\xc6\xe2\xc2\x4f\x01\x7f\xa8\x08\x12\ \x67\xb0\x02\x2c\x16\xe5\x7c\x19\xcf\x20\x63\x57\xd5\xc1\x84\xd7\ \x07\x9e\x70\xa2\x75\x6d\xfb\xd6\x3c\x37\xb1\x5e\x5a\x9f\x69\x6a\ \x9a\x2c\x37\x0d\x95\x0b\xbe\x88\xaf\x58\x58\xc8\x2e\x0c\x39\x22\ \x86\x49\x2b\xa2\x39\x40\x28\x54\xe2\x19\xe4\xca\x8a\xb2\xb2\x51\ \xdf\x1f\xa5\xd2\xe1\x90\xc1\x56\x36\x45\x1c\x3e\x31\x8d\x6f\xbd\ \x5f\xec\x06\x24\x52\x28\x36\x80\x0c\xcb\xc5\x72\xd4\xa6\x10\x55\ \x27\x14\x3c\x10\xb6\x69\x6d\x22\x05\x61\xf2\x90\x1a\xd5\x21\x15\ \x80\x88\x86\xd0\x82\x45\xc1\x2c\x26\x09\xe9\x56\x48\x14\x1a\x3b\ \x0e\x48\x45\x99\x70\x18\x9b\x76\x70\x8a\x41\xdc\x6b\x37\x69\x9d\ \x21\x4f\xd8\xee\x75\x52\x76\xc0\xa6\x40\x38\x17\x32\xd5\x76\x82\ \x6d\xb3\x11\x98\x9f\xf4\x7b\x6c\x2a\x0d\xca\xdd\x73\xe2\x30\xc6\ \xdc\x38\x19\xc3\xdc\x7e\x5c\x65\x8b\x75\x66\xe2\xb5\xb9\x86\x74\ \x4f\x2e\x1f\x8f\xa6\x1b\x72\x31\x4f\x06\x17\xe1\x5e\x2f\xe9\x6d\ \x76\x2b\xc8\x58\xb2\xab\xa1\x31\xde\xdd\x3e\xda\x9d\x6f\x7b\xe6\ \xd4\x18\x98\xc1\x40\xbe\xa5\x25\x96\xf7\x1b\xed\x24\x99\x8f\x85\ \x4c\x94\xc7\x5d\xdb\xd0\x3d\xdc\x79\xf2\x48\x4b\xac\xb9\xa7\x63\ \xb0\xb1\xbf\xa3\xc1\x99\xc9\x27\x63\xde\x8e\x7c\xd4\xe4\xc4\xe3\ \xed\x1e\x27\xee\x8d\xfb\x43\x51\xb7\x8d\x0c\x05\xc2\x81\x74\x08\ \x8f\x3b\x4d\x58\x38\xe4\x47\x0e\x42\x21\xb2\x69\x54\x54\x08\x34\ \xd2\xeb\x36\xd9\x30\x54\xf6\x8b\x04\x70\xb4\x6b\xec\x2a\x49\x50\ \x65\x23\xec\x0a\x22\x1c\x0f\x91\xa4\xdf\xeb\x0e\xf8\x43\xe9\x64\ \x7b\x32\x97\xce\xb7\x87\x42\xf1\x7c\xb4\xa3\x2d\x9e\x8f\xb9\xf1\ \xfd\x05\x2c\x53\xc0\x49\x52\x76\x5c\x12\xfc\x15\x60\x93\x44\x25\ \x55\x89\x6c\x20\x57\x46\x95\x0a\x40\x0a\x0c\xa1\x45\xfa\x3f\xf5\ \xc7\xc3\x63\x2f\x34\xbc\x65\xb1\x03\x7e\xa9\xea\x5d\x87\x61\x96\ \x57\xe9\x2c\x22\x85\x29\x9e\x89\x11\x98\x9d\x44\x7d\xbe\xc0\x5e\ \x9b\xec\x18\xe1\x54\xd8\xa4\x30\x15\x50\x0a\x54\x52\xdf\x86\x49\ \x55\x36\x0c\xcd\x09\x12\x91\x42\x4b\x80\x5e\xd9\x30\xef\x47\x75\ \x0b\x9f\xfe\xe3\xc9\xa3\x5a\x8d\x4d\x4a\x80\xc4\x0d\x3f\xfb\x8b\ \x99\x0f\xff\x20\x50\xeb\xab\x5a\xf5\x6c\xb3\x80\x47\xd3\xab\x69\ \x55\xac\xc4\x85\xeb\x72\x70\x77\x95\x6c\x06\x8b\x93\xca\xf2\xd4\ \x6a\xb6\x8c\xb5\xa1\x9c\xab\xe0\x2a\xab\xb9\xb2\x2a\xbd\x1e\xf5\ \x73\xe0\x8b\xf9\xe2\xa9\x89\xaa\xea\x0a\xf6\xf4\xf4\xfc\x04\x83\ \x21\x70\xb0\xfb\xfa\x7c\x9d\xa5\xa9\xa9\x89\xa5\x4a\x75\xdf\x54\ \xdd\xc8\xc8\xf4\xf4\xd4\xf4\xc8\xf4\xca\xfc\xc8\xdc\xc4\xf4\xca\ \xd2\xc4\x54\xef\xc8\xc4\xc4\xfc\xfc\x3c\x0a\x71\x5f\x59\x5e\x9a\ \x5b\x9c\x9d\x98\x43\x77\x66\xd7\x50\x43\xe8\xdd\x4b\x5b\xbb\x5b\ \xdb\x6b\xbb\xdb\x77\xef\xdd\x19\x3b\xbf\x86\xaa\xfb\x5d\xba\xb4\ \x75\xeb\xdb\xca\x4f\xbf\xbe\x78\xe7\x8b\xb7\xef\x7c\xf0\xc3\x9d\ \x0b\x33\xab\x29\x18\x95\xe6\xbe\xbd\x6f\x2f\xef\xc7\x31\xdc\x8f\ \x69\xbf\x0f\x58\x57\x7e\xfc\x7e\xdf\x14\x3e\x74\x5f\xae\xfe\x3f\ \xdd\x82\xef\x97\x2f\x3f\x38\xff\xe9\xa7\xbf\x7e\xe3\x67\x2f\x1e\ \x7b\xed\xe4\xf0\xe9\x5c\x0b\x1c\x32\x0d\x21\xbf\xc7\x8d\x66\x49\ \x3b\x45\x38\x29\x80\x25\x95\x08\xc5\xed\xea\x34\xf1\x23\x3f\x7d\ \x36\xa3\xd1\x05\xeb\xdf\xfa\x9f\x43\xae\x43\x87\x8f\xbb\x82\xf5\ \xfb\xa1\xa3\xc6\x7a\x4b\x0d\xcc\x2c\x3a\x97\xa8\xe5\xbd\x26\x26\ \xad\xaa\xef\x94\x11\x93\x18\x4d\xd4\x73\xab\x5f\x1c\x6b\x4c\xb6\ \xbf\xfa\x93\xc7\xff\xfe\xc5\xdf\x5f\x6e\x77\x52\xb8\x2d\xdc\xde\ \xf5\xee\x23\x3f\x91\xf9\xde\x0c\xf4\xfc\xe2\xd8\xed\xbe\xbd\xbd\ \xe5\x4f\x19\xe3\xb7\xee\xde\x9d\xdd\xbe\xb5\x8b\xc2\x38\xb6\x76\ \xef\xee\xdd\xbb\xbb\xb3\xb3\x73\x77\x67\x6f\xe2\x39\xef\x89\xef\ \x0c\x93\x8f\x80\xbf\x70\x3f\x35\xc2\x79\xdf\x5c\xfd\xf9\x91\x37\ \xff\xe9\xb8\xf3\xfd\x1b\x0d\xa1\xda\xdc\xe9\xdf\x5f\xb4\x5a\x57\ \xcb\x32\x3a\x6b\x6a\x6e\x11\x76\xcd\xdc\x6e\xc5\x50\x53\xb9\x58\ \x28\x14\x87\x8a\x11\xe0\x8e\xc9\x6c\x69\xa8\x09\xf0\x63\x01\x65\ \xd4\xcc\xcc\xc8\xd4\x74\x99\x81\x45\xe7\xd2\xe9\x15\x74\xba\x1e\ \xa4\x81\xc3\x04\x5a\xa2\x57\xb0\x2a\xf4\x6c\x2e\x8f\x0b\x17\x06\ \x4d\xc0\x63\xd0\x18\x5c\xb4\x74\xc5\xe5\xf0\xe1\xb3\x14\x70\x65\ \x3c\x10\x2c\xb1\x18\x15\xeb\xa1\x09\x64\x0c\x01\x8a\x71\xe3\x71\ \x05\x34\x03\x8f\x0b\xe6\x8f\x47\x33\x38\xe4\x0c\xa1\x63\xb5\x09\ \x64\x4b\x08\x82\xc4\x07\xd1\x13\x8a\x7d\xa8\x4e\x32\x4f\xc9\xe3\ \x3b\x7c\x4d\xeb\x05\x6b\x93\x03\xfc\xa7\x50\x26\x96\x09\xf9\x42\ \x39\x28\xb0\x92\x67\x00\x43\x09\x0a\x09\x22\x25\x57\xca\x95\x3e\ \x79\x24\xe2\x73\x08\x18\xa8\x3e\xac\x90\x0f\xb2\x81\x8a\x95\xfa\ \x52\x09\x1e\xc3\xec\x4b\x88\x1d\xbe\x04\xa8\xa8\x40\xac\x64\x55\ \xd7\xa1\xe2\x32\xe3\xe3\x13\x73\x53\x8b\x9b\xdb\xd3\x9c\xd4\xc6\ \xe7\x37\x86\x52\x57\x37\x26\x0b\xc5\x26\xdf\x7a\xd6\x3a\xb4\x31\ \x54\x4a\x65\x7d\x8e\xd2\x06\x0a\xdf\x87\x27\x8d\xf8\x52\x80\x7d\ \x70\x4f\x9e\x50\xca\x7c\x66\xa0\x2a\x6b\x24\x92\x35\x80\x8a\xa2\ \x9e\xf6\x06\x50\x61\x39\x1f\xad\x6f\xa1\xb7\x2a\x84\xf7\x26\x64\ \x83\xac\xc2\xfb\xe4\xc9\x78\xe2\x07\x9c\x38\x69\x53\x60\x36\x91\ \xc9\x8f\x6b\x5d\x87\xc0\x9f\x04\x15\x84\x46\x62\xb2\xfc\x4a\x8a\ \xdb\xbd\x98\x56\x62\x42\x0d\xdf\x51\x9b\x12\x20\x02\x8a\x50\xb8\ \x54\xde\x10\xa5\xb5\xd9\x6d\x21\xb7\x3f\x14\x72\x93\x81\x10\x65\ \x0b\x24\xe3\x81\x70\xcc\x1b\x8e\x93\xf6\x78\x6d\xc6\x1d\xf0\xda\ \x6d\x54\x00\xf7\xe2\x0a\x93\x96\x74\xc3\x1d\xbf\x36\x40\x99\xb4\ \x61\xaf\x37\x94\x8e\x66\xe2\xf1\xda\xe6\xb0\x3f\x14\x68\x4e\xc6\ \xfc\x84\xcd\x1f\x4b\xfb\xd3\x1e\xb7\x02\xee\x0d\x77\x76\xe6\xe3\ \xb1\x96\x63\xfd\xaf\x36\x3f\x3d\x38\x78\xb4\xb3\x33\x53\x5b\x3b\ \x18\x53\x11\x5a\x6d\xc8\xeb\x6c\xf0\x93\xb1\xf6\xe6\x9e\xc1\xc1\ \xc1\x8e\x31\x30\x84\x3d\xb9\xda\xf6\xc6\x40\xb2\xd6\xeb\xc4\xa9\ \x80\x17\x0c\x5c\x5a\x1b\x08\x83\xda\x24\xbd\x6e\x78\x5a\xbf\xd3\ \xe9\xf4\xda\x71\xf0\xa3\xa4\x46\xa7\x43\x4d\x6c\xa4\x68\x62\xd5\ \x59\x6a\x3c\xb5\x94\xd6\xed\xc6\xfd\x26\xc4\x39\x4e\x8d\x09\xbd\ \x53\x85\x45\x8a\x49\x30\xa7\x96\xf4\x04\x92\xb8\xc9\x6f\xc2\x3d\ \xc9\x8c\x87\x8c\x27\x43\xc0\x81\xe1\x78\x20\xe0\xf5\x86\x63\x31\ \x27\x38\x4b\x0a\xa3\x48\x18\x27\x12\x02\x53\x1c\x3f\x54\x73\x18\ \x15\xd3\x15\x19\x25\xa8\xd7\xf9\x21\x55\x4d\x8d\x4b\x21\x35\x1a\ \xc1\xf9\xfd\xb7\x28\xfd\xf0\x9d\x36\x5d\xb3\x37\x58\x73\xc8\x72\ \xfc\x7f\xfe\x1b\x86\x90\x4e\x87\x49\xb4\x6e\x78\x56\xb7\xdb\xe9\ \x71\xc2\xee\x06\x7d\x04\xf4\xb3\xdb\x15\x12\x54\x2c\x0e\xb3\x18\ \x51\xb3\x1c\x4c\xa3\xd2\x01\xed\x61\x52\x85\x51\x61\x32\x69\xd1\ \x29\x44\xe2\x8c\x4c\xfd\xd9\x1f\xbe\x7e\xd1\x24\xb1\xdb\x4d\x4e\ \xad\x29\x1a\xea\x18\x2a\xff\x73\x41\xcc\xe3\xf4\xd5\x31\x0c\x62\ \x2e\x83\xa3\xa7\xcb\x99\x15\xc2\x7f\x7f\x2e\x96\xf3\xd4\x2c\x59\ \x45\xb5\x58\xa9\xe4\x71\x2a\x04\x29\x81\x8c\xcd\xd1\xf3\x64\xea\ \x2a\x66\xa5\x8f\xc1\x51\x57\x73\x0c\x56\x4e\xd5\x44\x65\x95\x9a\ \x0d\xe4\x3e\xce\x80\x43\x41\x3f\x5e\x37\x77\xfd\x0c\x6d\x71\x84\ \xc5\xaa\x9b\x9a\xab\xa8\x9e\x02\xa0\x9f\x5f\x59\x9c\x9b\x9d\x68\ \x1d\x1f\x59\x5a\x9a\x9a\x9e\x87\x03\x70\x16\x15\x70\x98\x9d\x9f\ \x9f\x9a\x9b\x9e\x9d\x9e\x9a\x9a\x43\xe5\x1a\x36\x97\xb7\x50\xc9\ \xe4\xcd\xbd\xdd\xdd\xad\xdd\xbd\x7b\x95\x5d\xcf\xd2\x6e\xad\x6d\ \x6f\x2d\x5f\x5a\x5b\xdb\xb9\x39\xf9\xc1\x85\xf7\x37\x2e\x7c\xf0\ \xfd\x85\x8d\xcf\xaf\x5f\x2d\x2f\xac\x0a\xfb\x2e\x7d\x7b\x05\xcc\ \xe0\x83\xfb\x74\xb5\x1f\x7d\x75\xee\xbe\x2d\x3c\x77\x3f\x9e\xe1\ \x7e\x28\xc3\x7d\x9d\xba\xb2\x4f\x58\x48\xb0\xfe\x03\x5f\x57\x0e\ \x5c\xfd\xf0\x37\x7f\x7c\xf8\x89\xe7\x4f\xbc\x36\xda\x3d\xd8\x31\ \xd8\x10\x6f\x88\xfa\x03\xe8\x13\xf1\x83\xd2\xe3\x14\xa9\xd5\x80\ \xc6\x6b\x45\xd2\xa0\x4b\x92\x7b\xe3\xcd\x47\x8f\xba\x15\xc6\xc3\ \x6f\x81\x17\x3c\xfc\xab\xc3\x80\x56\xf5\xc1\x43\xf5\x3a\x10\x2d\ \xd4\x74\x50\x65\xb4\xf5\x3f\x79\xc3\x2a\xd0\x4f\xbf\x83\x01\x94\ \xa9\x8e\x7c\x7c\xe7\x2f\xa3\xf9\xb6\xe7\x7e\xff\x87\x37\x5e\x39\ \x76\xe2\xc4\x13\xdf\x47\xea\xca\xcd\xcd\x1d\x7f\x6c\xfb\xed\xed\ \x62\xe2\x42\xf3\xd3\x67\x36\x96\x77\xd4\x1f\xe6\x66\xf6\x84\xf2\ \xcd\x69\xf1\xca\xfc\xf6\xad\xad\xcd\x4b\x97\xb6\x6f\xc1\xd7\xde\ \xdd\xbd\xcd\xa5\xe5\xe9\x87\x73\x7f\x98\x79\xfd\xd7\x21\x12\xf7\ \x3e\xba\x34\xb2\xbc\x5d\xfd\x83\xf0\xf6\xfb\x6f\x3c\xd3\x1d\xf3\ \xe7\x07\x3a\x8f\xb6\x0f\x3c\x99\x62\x00\x24\x30\xc7\x47\xe6\x16\ \xb7\xef\x6e\x2f\x4d\x2e\x0c\x4d\x26\xd6\x91\x0d\x9c\x41\x99\xc0\ \x59\x54\x8f\x2f\xe1\x28\x5b\xb3\xbe\x6c\x36\xc1\xaa\xe4\x45\xe4\ \x7c\x2e\x9d\xc9\x66\xeb\x2b\x2b\x01\x99\x39\xa8\x58\x34\x53\x0f\ \x13\x0f\x9d\xce\xe5\x31\x84\x7c\x9e\x52\x2c\x06\x33\xc8\x80\x1b\ \x9f\xc3\x15\xf3\xe5\x20\x39\x7c\xa1\x18\x60\x8a\x81\xc4\x86\x86\ \xc6\x31\x9f\xc7\xa4\x09\x61\x0e\x93\xf9\xc4\x7c\xc7\xa4\x43\x2e\ \xe6\x33\xf8\x66\x73\x53\x49\x66\xde\x8f\x71\xe2\x0b\xc4\xd6\xe2\ \xb5\xa2\x43\xae\x04\xdc\x12\x3b\x12\xd9\x84\x59\x20\x37\x64\xf9\ \x34\xa5\x58\x99\x30\xc8\xf9\x56\x47\x02\xe5\x1a\x1a\xf8\x02\x0e\ \x4f\xc6\x4f\x28\x99\x34\x78\x15\x9a\x10\xf0\x87\xcb\x15\x28\xcd\ \x0e\x03\x48\xdc\x64\xa9\xbc\xbe\x9e\x1a\xba\xba\x6a\x66\xd1\xcc\ \x91\x42\xc2\x27\x97\x81\xda\x08\xf8\x0c\x75\x6f\x6f\x9d\xbe\x6e\ \xa4\x77\x62\xaa\x6f\x7e\x6d\x73\x9e\x96\xbd\xfe\xc3\x50\x76\xa8\ \xb8\x50\x2e\xac\x17\x1c\x93\x85\xc2\xea\xc7\x93\xe6\x48\x36\xa2\ \x74\x24\x66\x22\x29\xf0\x80\x25\x73\xca\x9c\x02\x65\xca\xfa\xcc\ \x56\xb9\xd8\x21\x76\xc8\x41\xf6\xcc\xf0\x74\x02\x99\xd2\xea\x33\ \xf3\x95\xa8\xb3\x2b\x3a\x77\x28\x33\xec\x37\xa1\xe0\xf1\x78\x34\ \xd4\x99\x0c\xe1\x9f\xe0\x01\x09\xe9\x27\x71\x3b\x66\x97\xea\xa4\ \x98\x48\x57\xa3\x33\x69\x31\xf0\x27\x2e\xa3\x5d\xa2\xd1\x99\x14\ \x26\xd4\x9f\x44\x24\x22\xc0\xef\x63\x40\x09\x1a\x63\x50\x81\xe1\ \x14\xae\x25\xfc\xde\x00\x1e\x45\x46\x2a\xe0\x76\x53\x9e\xe6\x40\ \x3c\xea\x04\xf8\xc0\xf3\x99\x86\x86\x28\x26\x3a\x6b\x91\xc0\xcc\ \x26\x22\x31\x8f\x17\x77\x6a\x9c\x01\x2d\x42\x0b\x8a\x6c\x09\x51\ \x19\x40\x9f\x5c\x20\x94\x8c\xc7\x1a\xc3\x14\x85\xfb\x03\x12\xa9\ \xdd\x1f\x4d\xdb\x9d\xb1\xda\x96\x74\x38\xd6\xd8\x76\x7a\xb8\xa7\ \xad\x63\x38\xdf\x7e\xe6\x74\x2c\x1a\xcb\x60\x3a\x91\x57\xeb\x01\ \x29\x54\x90\xa1\xc1\x96\x17\x4e\x1c\xe9\x3c\xd9\xdd\xd6\xdf\xd6\ \x93\x6b\x49\x26\x93\xb1\x86\x64\x20\x14\x0a\x78\xa3\x71\x00\xc0\ \x10\xee\x71\x47\xfd\xde\x5c\xba\x36\xee\xa5\xa8\x90\xdd\x86\x93\ \x04\x8e\x91\x18\x81\xdd\xcf\x1f\x53\x18\x55\xd2\x43\x3a\x2c\xe0\ \x76\x82\x50\x49\xed\x04\xd8\x09\xf0\x6c\x98\x46\xab\xb1\xa8\x14\ \x22\x85\xdd\x66\x23\x9c\x7e\xbb\x96\x20\x6d\xb6\x70\x14\x15\xe4\ \x8d\xa7\x9b\xf3\x99\xe6\x98\x13\x36\x35\xe9\x41\xdd\xd1\x6d\x76\ \x2f\x49\x81\x35\x26\x15\x87\x5d\x2e\x70\x80\x26\xa9\x44\x82\x19\ \x75\x98\x28\x68\xd4\x80\x60\xa9\x8c\x40\x52\x87\x9d\x27\x5f\xea\ \xe8\x7e\xa6\x8d\xb2\x07\x0f\xbd\x75\xf6\xf0\xe1\xb3\xa8\x44\x93\ \x08\x4c\x9e\x3d\x1e\xa7\xbc\x5e\xdc\x6d\xb2\x03\xc0\x4a\x50\x65\ \x1a\x98\x01\x5c\x3a\xa9\xd1\xa2\xb2\x83\xa0\x89\x8c\xb0\x79\x2a\ \x8d\xd4\x25\xd1\x6a\x25\x12\xe2\x7e\xe7\x42\xbb\x29\x74\xa3\xca\ \xf0\x87\x6f\x9e\x45\x15\xc9\xb4\x84\xbb\xc7\x2f\x31\xfd\xe6\x07\ \x43\xe4\xe5\x1f\xf8\x23\x23\xbd\x6c\x86\xd9\xc1\xa1\x57\xd0\x04\ \x02\x86\xa3\xc0\x2c\x45\x04\x74\x0e\x83\xa1\xf7\x6d\x98\xc5\xd7\ \x69\x4c\x96\x9c\x0f\xfe\xa0\x9a\x5e\xa5\x66\x30\x98\x4a\x56\x65\ \x5d\x85\x8c\xd9\x5a\xcd\x62\x55\x54\x8e\xcc\xce\xf6\xd1\x95\x42\ \xe6\xc8\x14\x28\xd3\x9b\x8f\x8f\x4c\xb3\x00\xe7\xc7\x5b\x5b\x27\ \xe6\x26\x80\xa1\x16\x57\x16\xa7\x27\xa6\x67\x17\x27\x50\x9e\xc5\ \xc4\xfc\x34\xf8\xc0\xf9\xf9\xb9\xa9\xf1\x39\x74\x6f\x69\x76\x0e\ \x75\xfe\x5a\xdb\x5a\x46\xbd\xea\xb7\x50\xef\xe7\xbb\xdf\xfe\xf3\ \xe8\x67\x4b\xa8\x26\xe9\xa5\xad\xe5\xbd\x9b\x73\xff\x7a\xe7\x9d\ \xf7\xaf\xaf\x7e\x77\xfb\xfd\x8b\x1f\xaf\xae\x7e\x9c\x1a\xd9\xbb\ \x79\xe5\xc7\x94\xc1\x03\x57\xae\xdc\x8f\xbd\xda\x57\xad\xfb\x3e\ \xf0\xf2\xe5\x1f\x17\xdc\x91\x3b\x44\x5c\x75\x79\xff\x86\x2e\x37\ \x2f\x9f\xdb\xb9\xf3\xc5\xef\x7f\xf7\xe4\x23\x2f\x1e\x7b\xe1\x54\ \x57\x4f\x4f\x47\x7b\xbe\x19\xb8\x1d\x66\x48\xbf\x27\x64\x03\xa5\ \xb0\x29\xec\x1a\xa9\x48\x83\xa3\x58\xbb\xf6\x0f\x6e\xff\xfe\x4c\ \x4b\x58\x57\x73\x08\x7c\x60\xcd\xe1\xc3\x2e\x8b\x2b\x78\xf8\x50\ \xd0\x68\x41\xd9\x3a\x22\x89\x4e\xe2\x3c\xf2\xc8\x67\xeb\x56\xce\ \x38\x7f\xd8\x86\xe3\xfd\x1f\xfe\xfd\x37\x8f\xbd\xf2\xf0\x9b\x6f\ \x7e\x7a\x4d\xde\xba\xc0\xda\x5e\xbb\xb4\x3c\xbe\x1b\x79\xe1\xc9\ \x7f\xa4\xbf\xbe\xf8\xdd\xed\xd6\xd7\xa3\xa7\xab\x36\xef\xb6\x3e\ \xd5\xf6\xbb\xd2\xca\xc6\xdd\xde\x0f\x36\x77\x76\x90\x52\xed\xdd\ \xdd\xbe\x75\x6f\x6b\x6f\x67\x07\xec\xe1\x0a\xb7\xd9\xf3\xc9\xe3\ \x03\xa3\x61\x12\xbf\x73\xb7\xaf\xea\xdb\x9b\xb0\xc1\xf0\x47\x97\ \x46\xbe\x7b\xba\xff\xb5\x33\x67\x46\x33\x6d\x37\x50\x3d\x1f\x35\ \x6b\x6a\x69\x73\x6f\xaf\x62\x75\x72\x63\xa8\xb8\x5a\x4a\x4c\x46\ \xb2\xa8\x61\x4e\xa4\x69\x28\x91\x40\x45\xdb\x7d\x4d\x56\x83\x43\ \x2c\x6c\x2a\xfa\x04\x8c\x0a\x14\x4c\x5e\xcd\xa4\x31\x99\x4c\x2e\ \x13\x65\x7f\xeb\xd9\x34\x54\x3b\x16\xc9\x12\x07\x2d\xc4\xf3\xb8\ \x3c\xd4\x5c\x88\x07\xd6\x4e\x28\xe0\xd0\xc4\x32\xf8\xb8\xb9\x1c\ \x25\x38\x46\xb9\x92\x23\xe4\xf1\x19\x34\x2e\x98\x3f\xa1\x41\xa9\ \xf4\x95\x86\x0a\x0e\x14\x5a\x6a\x9d\x4c\xc8\xe4\xca\x54\x29\xeb\ \x00\x89\xca\xae\x36\x59\xb3\x0e\xf1\x7e\xab\x7a\x10\x1a\x31\xaa\ \x37\x25\x33\x83\x43\x54\x2a\x01\x73\x50\xfa\x8d\x50\x26\xe0\x03\ \xf7\xf8\x0a\x11\x01\x83\x07\xaf\xc9\x04\x8d\x94\xb3\xb8\x7c\x96\ \x9e\x2b\x40\x67\x1f\x65\x4d\xe5\x82\x63\x68\xc5\xbe\x62\x65\x00\ \x00\x20\x00\x49\x44\x41\x54\x32\x82\x9a\x0b\x9a\x13\x60\xef\x9a\ \x84\xa8\x6d\x34\xb7\xba\xae\xb2\x12\x10\xbd\x6f\xbc\xb7\x6e\x62\ \x79\x6d\x8a\x56\x40\xe5\xfb\x27\x4b\xbe\x54\xb9\x9c\x4a\x95\xcc\ \xd9\xa1\x8d\x82\x35\x62\x76\x44\x7c\x56\x9f\x3c\x01\xa4\x35\x24\ \xb3\x9a\x51\xe4\x6a\x41\x69\x70\xa4\xf8\x32\x6b\xca\xc1\x42\xd2\ \xa4\x54\x9a\xc5\x8e\xa2\xc3\x40\x53\x9a\x65\x20\x92\x20\x5e\x72\ \x83\x92\x6f\x96\x89\xf9\x32\x19\x1f\x05\xfe\x0b\xe4\x62\xa1\xe0\ \x01\x18\x09\x24\x8c\x53\x91\x08\xd5\xe5\x30\x06\x83\xc0\x29\x76\ \x29\xe8\x95\x96\x94\xd4\xc0\xd4\x64\x97\x88\x2c\xe0\x4e\x6c\x24\ \x3a\xd1\x86\x72\xe1\x15\x98\x06\xf7\xdb\x9d\x00\x1b\xb8\xc7\x4f\ \x68\x70\x20\x05\x77\x6d\x3e\xd4\x9c\xce\x79\x70\xc2\x9b\xcb\x45\ \x73\x6e\x95\x54\xa3\xc2\x44\x18\xae\xf1\x52\x36\xca\x6d\x92\x00\ \xc8\xd8\xe3\x36\xcc\x4f\xf9\xed\x6e\x9c\xf0\x7b\x32\xd1\x06\x67\ \x38\x1a\x0a\xe0\x6e\x9b\x17\x97\x3a\x9d\xa2\x68\x54\x1a\xc8\x78\ \xd2\xee\x74\xe3\xe0\xc0\xf0\xa9\x67\xba\x47\x1b\x33\xed\xc9\xc1\ \xce\x64\x83\x09\x03\xf8\xdf\x8f\x91\x6a\x68\x1f\x1b\xed\x19\x3d\ \xda\xdd\xd8\xdc\xd1\xd6\x9d\xec\xee\x19\x6d\x74\xe6\x42\x1e\x7f\ \x20\xe6\xf6\x90\xd1\x3c\x20\x55\xd4\xed\x45\x5b\x95\xcc\xb8\x9d\ \x5e\x9b\xdd\xe3\x77\xe3\x4e\xca\x43\x90\x22\x13\x25\x01\x20\xc4\ \x9c\x2a\x23\x01\x34\x64\xb1\xbb\x43\x01\xa7\x14\xdc\x04\x65\xd3\ \x89\x74\xaa\x43\x46\xc2\xa5\x92\xa2\x65\x71\x11\x41\x01\x06\x12\ \x31\x10\x25\x82\x74\x86\xe2\x6e\x7f\xba\xa7\xb9\x21\xe0\xf4\xe7\ \xd3\x5e\xd8\x6a\x3b\x69\xb3\xe3\x24\x6c\xb1\x1d\x53\x59\x6a\x5c\ \x3a\xa3\xc6\x28\x72\x29\x30\x95\xd6\xa2\xd3\xd5\xa8\x24\x52\x57\ \xb0\x06\xb5\x9a\xca\xc5\x02\x27\x8f\x9e\x1c\xa3\x8e\x1f\x82\x07\ \xce\x1e\x3f\xfb\x56\x7d\xbd\x4e\x82\x03\x69\x82\xb1\xd6\x9a\x6c\ \x4e\xd8\xbb\x94\x1d\x80\x89\x20\x6c\x1a\x91\x4a\x25\x95\x58\x5c\ \x0a\x85\x56\xa4\x11\xb9\x74\x22\xcc\x24\x31\x8a\x50\xd7\x16\xa0\ \x59\x2d\x0a\x7d\x30\xd9\x03\xff\x28\x26\x52\x9f\xf4\x53\x52\x85\ \x06\x1e\xef\x79\x65\xe0\xb1\x37\xfe\xb2\xc1\x99\x7c\x4f\x59\xc5\ \xd2\x57\xb3\x78\x42\x5a\x55\x65\x6b\x45\x44\x5c\xc7\x94\xf1\x1c\ \x0e\x5e\xa5\x90\x5f\x81\xc2\x8f\x37\x52\xcc\x0a\x87\xa1\x0a\x35\ \xce\xa9\xaa\x62\x72\xaa\xf8\xdc\xea\xca\x3a\x26\xb3\xb7\x9a\xab\ \xee\x45\xa4\x34\xd1\x2a\x17\x56\xa2\x56\xbd\x7d\xf4\x63\x5f\x2f\ \x4e\x55\xea\x7b\x2b\xc7\x27\x5a\xa7\x27\xe6\x27\x26\x16\x57\x66\ \xe7\xe6\x67\xe7\x80\xb3\xe0\x3a\x32\x37\x35\x32\x3e\xdb\xd7\x3a\ \x07\x97\xf9\xb9\x69\xf8\xa7\xb9\xa5\xe5\xfd\x86\x14\x2b\xa8\x54\ \xc3\xee\xf6\xee\xce\xbd\xa9\xd1\xbf\xab\x97\x50\x1d\xf8\xb5\xbd\ \xad\x9d\x7b\xe5\xf3\x1f\x5f\xbf\x78\xfd\xf3\xcf\x2f\x5e\xfc\x7c\ \xe3\xa2\x7c\x6a\xe7\xe6\xcd\x73\x48\xae\xd0\xd7\xbd\x7b\x28\xa4\ \xe1\xc7\xc0\x85\xfb\x61\xed\xf7\xe3\x17\xf6\x85\xeb\xff\x1a\xc1\ \x1f\xf5\x0a\x31\xd6\x83\xf4\x7f\x7f\xf4\xfb\x5f\x3c\xf1\xb3\x9f\ \x3f\x36\xf6\xca\x28\x4c\x63\xdd\x9d\xe1\x58\x6d\x28\x1c\x08\xe3\ \x6e\x8f\xcd\x89\xe3\x98\xdd\xee\x84\xb9\x54\x27\xd2\xd8\x42\xa3\ \x7f\x2f\x7f\xf9\xd3\x27\x5e\x50\x58\x14\x48\xb2\xce\x1e\xb2\x04\ \x55\x16\x30\x85\x2e\x91\xeb\x50\x8d\x0e\x37\x89\x54\xf6\xd7\x7e\ \xfe\xe8\x97\x45\x86\xba\x6f\xad\xcf\x70\xf5\xce\x1f\x9e\x78\xef\ \x42\x24\x25\x98\x5f\xbb\xb7\xb7\xbd\x68\x98\xde\xbb\xb4\x2b\xf6\ \xd5\x7d\x74\xfe\x42\xf3\x45\xc3\x3f\x7f\xa1\xfe\xad\xff\x79\xf5\ \xec\xdd\xbd\xaf\x9f\x61\x95\x37\x19\xe2\xbd\xf9\xbd\xe5\xbd\x7b\ \x70\xb9\x79\xf3\xee\xad\xdd\xbd\xbb\x3b\x77\x6f\x6d\x6f\x2d\xf5\ \xbd\x61\x7a\xf3\x53\xea\xbc\xac\x36\x57\x6e\xdd\x9c\xbb\x75\x6f\ \x67\xe7\xe6\xce\xde\x0e\xfc\xcd\xf2\xed\xae\x87\x1f\x7d\xe6\xb5\ \x5c\xf2\x53\x1a\x8d\xd1\x77\x95\xb1\x7c\x69\x7b\x67\xb6\x58\x68\ \x4a\x95\x66\x4a\xd9\x52\x19\xf5\xa1\x8f\xa4\x12\x11\x6b\xb9\x90\ \x28\x94\x0b\xc5\xc9\x26\x5f\xc4\x6a\xb6\x3a\xb8\x40\x56\x5c\x16\ \x9b\xcd\xa3\xb1\xf7\xb3\xbe\xd5\x74\x7a\x25\x93\xc9\xa2\xeb\xf5\ \x2c\x0e\xea\x1f\xc4\x66\xb2\x38\x62\xb0\x7e\x6c\xae\x00\xc9\x96\ \x98\x09\xae\x9e\xc3\x13\x33\xf8\x42\x21\x78\x2b\x21\xe8\x97\x92\ \x87\x0a\xe5\xa3\xce\x84\x72\x03\x3f\x52\x04\x89\xb2\xfa\x4a\x33\ \x0e\xab\x52\x6c\xf5\x45\xb2\x20\x2e\x56\xa5\x90\x67\x06\x2e\x42\ \x24\xa5\x94\xcb\x01\xcd\x04\x72\xd0\x06\x01\x9d\xab\x04\xad\xa0\ \x09\x38\xc0\x35\x42\x73\x24\xe5\x28\x34\x31\x18\xa8\x3e\x24\x6a\ \xd0\x6b\x75\xc8\x84\x32\xd4\xc6\x48\x86\x5c\x25\x1f\xb5\x94\x2e\ \xa5\x18\x02\x83\x18\x04\x53\xe9\xf3\xb1\xf9\xe0\xeb\x18\x55\x75\ \x55\xfa\x3a\xd4\x83\x69\xbc\x77\x7c\x76\xb9\x8f\x9b\xfa\xfc\xab\ \xd5\xf5\x8d\xc9\x6c\xb9\x30\x53\x2a\x15\x1c\x91\xec\x42\x16\xbc\ \xa1\xd9\xe1\x70\xa0\x1a\x12\x8e\x62\xc1\xec\x48\xf8\xac\x62\xab\ \x55\x2c\x37\x0b\x84\x0e\x83\xa1\x00\xfb\x47\x6e\x05\x5b\x8a\x1a\ \xe4\x98\xcd\x72\xb4\xae\x65\x90\x83\x15\xb5\xa2\x74\x24\xa5\x4c\ \x2e\x34\xc3\xb6\x28\xf9\xf0\x4d\xfc\x00\xa1\xb3\xe3\x5a\xbb\x46\ \xa1\x12\x1d\x96\x4a\x8d\xba\x1a\x8b\x89\xb4\x01\x92\x88\x30\x52\ \x53\x0f\x18\x21\x21\x35\x52\x05\xea\xb2\x27\xd1\x82\x59\x44\x4c\ \xa0\x52\x10\x5e\xd2\x8e\x91\xb8\x87\x42\x38\x42\x38\x9d\x54\x32\ \x99\x8e\x7b\xbd\x01\x7b\x20\xd9\x90\xcf\xa5\x09\x29\xea\xa7\x6b\ \x0b\x44\x6d\x71\xbf\x8d\x08\xb8\xc1\xeb\x98\x72\x51\x51\x50\xab\ \xf5\xba\x49\x18\xfc\xc0\x58\xce\x00\x09\x42\xe6\x76\xda\x9c\x6e\ \xc2\xed\x77\x99\x5a\x62\xd1\xda\x74\xcc\x1b\xea\x38\x0a\x07\xe6\ \xab\x47\x06\x4f\xb5\x25\x1b\x06\xfb\x33\x30\xaa\x41\xab\x1a\x73\ \x60\x00\x3b\x5e\xea\x38\xda\xd9\x92\xeb\x6a\xce\xf4\xf7\x34\x37\ \xb6\xb7\x34\xb6\xf8\x51\x7d\xe1\x4c\x38\x19\xf0\x36\xc4\xd3\x51\ \x4f\x14\x77\x3a\xe3\xce\x68\x3a\xe6\xb7\x93\xa4\x2d\x89\xd9\x09\ \x3f\xe6\xa5\x4c\x12\x89\x16\x75\x2f\x15\x89\xce\x06\x8d\x2e\x29\ \x68\x8b\xca\x44\x7a\xa3\x36\xa0\x49\x85\x4e\x0a\x3a\xa3\xb2\x04\ \x75\xc1\xc3\x6f\xd5\xab\x00\x24\x31\x13\xd8\x63\xaf\xc9\x6d\xc7\ \xdd\xee\x80\xdf\xe3\x8f\x07\xc0\x5a\x26\x33\xde\x38\x28\xa0\x96\ \xb4\x85\xc1\x17\xe2\xa4\x56\x21\xa9\x01\x93\x67\xd4\x89\x2c\x87\ \x60\xcf\xd8\x2c\x46\xa3\x46\x6a\xb1\xb8\x6a\x0e\x07\x2d\xae\xc1\ \x06\x69\x7f\xe7\xd3\x6e\x95\x4b\x71\xdc\xe2\xaa\xff\x9f\xe3\x6f\ \xc1\x1c\x80\x8a\xf2\x69\x10\x94\x62\x36\xd2\xa9\xf1\x87\xc0\xcb\ \x68\x25\x04\x69\xa2\x6c\x26\x89\x54\xe3\x52\x05\x2d\x3a\x85\x46\ \x1a\xd4\x89\x00\x69\x2d\x52\xf0\x7e\x5a\x94\x4b\x62\x22\xb5\x52\ \x0c\x33\xfd\xfc\x82\x43\xf9\xcd\x53\x4e\x91\x48\x2a\x95\xa0\x86\ \xdc\xaf\xfe\xed\xa7\x4f\xbd\x9b\xe5\x56\x9b\x79\xbd\x95\x95\x7a\ \x35\xbf\x02\x9c\x03\xed\x07\x03\x87\x5d\xc5\x8a\x18\x18\x7a\xa6\ \x92\xc3\x91\xab\x65\x5f\x2a\xf5\x95\x6a\x5e\x6b\x35\xc7\xa1\xee\ \xd3\x73\xb8\x7a\x66\xe5\xc8\x48\x55\x15\x9d\xad\xaf\x6b\x9d\xe8\ \xab\x1b\x69\xad\x56\x72\x5b\xc7\xa7\xfa\x5a\xfb\x56\xce\xbf\x40\ \x5b\xa3\x57\xf4\x4e\x2c\xcf\x4d\xa0\x9e\x27\xe0\xfd\xa6\xe6\x66\ \xa7\x47\xa6\x67\x51\xe4\xf2\x48\x5f\x2f\x3a\x39\x38\xd2\xdb\x37\ \x3f\x0d\xd4\xb5\x32\xbf\xbc\xb2\xbc\x86\x2e\x5b\x97\x50\xd9\xbe\ \xed\xed\xbd\x9d\x9b\x5f\x3f\x5f\xb7\x35\x3b\xbd\xb6\x89\x3a\xd7\ \xef\x6c\xdf\xbe\x7e\xe3\xda\xf5\xeb\x17\x13\x33\xe7\xdf\x5f\xd7\ \xc3\x00\xfe\xf6\x32\x8a\x6c\x47\xa1\x57\xf7\xf6\x2e\x3f\x74\xdf\ \x0f\x9e\xfb\x51\xa6\x0e\xec\x2b\xd6\x8f\x7c\x75\xf9\xfe\x32\xfb\ \x7d\xa9\x42\x80\x75\xf3\xca\x7f\xd6\x2f\xfc\xf9\xf7\x6f\x3e\xf1\ \xd8\x63\xcf\x9e\x3c\x73\x6c\xac\xb3\xb1\xbb\xc1\x9b\xcb\x78\x32\ \x61\x98\x7c\xe2\x94\xdf\x44\x92\x30\xcf\x62\x2e\x4b\x8d\x54\x14\ \xd4\xe9\xf2\xa5\xd2\x3b\x9f\xbd\x82\x1b\x35\xaa\x20\x6a\xac\x5a\ \xa3\xb2\xc0\xb1\x0b\xc8\x2b\x0d\x5a\x14\x7e\xaf\x2e\xa8\x6a\xff\ \xed\x63\xaf\x7f\x2c\xac\xac\xdc\xba\xf7\xed\xbd\xbb\x7b\x6b\x5b\ \x3b\xc0\x4b\xb7\x96\x77\xf7\xf6\x96\xe7\xb7\x77\x97\x17\xef\xed\ \xf6\x5e\xbc\x76\xbe\xb9\xcc\x7f\xe1\xe7\x9c\x7f\xbe\x7b\x3e\x52\ \x59\xb9\x53\xd7\x42\xdb\xbb\x33\x5d\xb1\x7d\xef\x5e\xca\xb0\x78\ \x69\x77\x6f\xfb\xd6\xde\x1e\x5c\x77\xee\xee\xdd\xda\xdd\xbd\x74\ \x1e\x3f\x6d\x7e\xe1\x86\x35\xd0\xfe\xd1\xe7\xef\x4d\xc3\x63\xa0\ \xcd\x3b\xe8\xf2\xed\xe6\xdf\x4e\x3c\xf2\xf2\xfa\xcc\xf3\xe9\x5f\ \x2a\xd5\xa0\x39\xbd\x6b\x5b\xb7\xd6\xb2\x05\x34\x62\x4b\x05\x54\ \xa2\x01\xc4\xab\x54\x4c\x24\x86\xca\xe6\x44\xb9\x5c\x2a\x66\xb3\ \x3e\x18\x90\x32\x01\x03\x9c\x20\x53\x5d\xc1\xe1\x32\xd8\xa0\x0f\ \x15\x15\x9c\x0a\x35\x83\x55\x51\x51\x89\x8a\x47\xd3\x39\x6c\xe0\ \x2e\x26\x88\x17\x93\xcd\xe5\x2b\x69\x1c\x01\x8f\x23\x66\x70\x51\ \xdb\x2b\x1a\x4d\x66\xe6\x01\x76\x31\xe4\xf0\x1b\x43\x69\xe0\x1a\ \x50\x9c\x95\x01\xf8\x47\x8e\xea\x4e\x35\xa5\x50\xc8\xb8\x0c\x75\ \x4b\xe5\xa3\x0e\xca\x5c\x73\xb1\x49\x46\x07\x1f\xc8\x40\xeb\xea\ \x3c\x99\x12\xc8\x06\xe5\x57\x0b\x05\x7c\x3e\x07\x15\xb9\x4a\x14\ \x13\x91\x82\x41\xc8\x97\x0b\x69\x5c\x9e\x41\xe9\x90\xb3\x84\x4a\ \x1e\xd0\x16\xdf\xca\x00\x94\x17\xa3\xe0\x2f\x9a\x15\x95\x7d\x11\ \xc8\x0b\xd6\x84\x98\x25\x14\xca\xe5\xbc\xaa\x4a\x00\xf7\xbe\xbe\ \x89\xb9\x91\xca\xde\xd9\xe5\x11\x4e\xf1\xda\xcc\xf5\xaf\x7e\x40\ \x5d\x9f\xd7\x53\x0e\x5f\x2a\x95\x2d\x0d\x4d\xca\x1d\x05\x78\x3a\ \x9f\x43\xa9\xdc\xaf\xd0\x60\x8e\xc0\x7d\x07\xea\x57\x6f\xce\x2a\ \x65\x91\xc9\x6c\xc1\x01\x70\xc7\x15\xf0\x0d\x72\x99\x59\xac\x14\ \x0b\x0d\x62\xab\xd2\x6c\xf6\xa1\x6c\x1d\x86\x39\xc1\x87\x0d\xf4\ \xc9\x68\x34\x50\xad\x07\x30\x13\x46\x81\x2f\xb2\xc3\x60\x51\x69\ \x55\x2a\x91\x4e\xaa\x93\x68\x29\xbb\x48\xa7\x08\x1a\x83\x2a\x15\ \xe6\x37\xb9\xa4\x12\x95\x8d\x30\x29\x14\x46\x8d\x28\x28\xc2\x44\ \x1a\xb7\xc7\x4b\x88\xec\xb8\x0d\x27\x4c\xfe\x90\xc6\x09\x0c\x14\ \xcb\x7b\xa2\x1e\x1b\x95\x49\x27\x3b\xfa\xd3\xb8\xca\x68\xa9\x39\ \xa4\x75\x93\x04\xe5\x26\x41\xea\x14\x0a\x89\xc7\xa3\x13\xb9\x4c\ \x98\xcd\xdb\xe0\xd4\xda\x28\x7f\xc6\xe3\xa6\x40\x02\x29\x32\x1e\ \xcb\x84\x25\x98\x4d\xeb\xcd\xb5\x65\x9a\x33\x0d\x3d\x83\xc7\x46\ \xbb\x4e\x9d\xee\x39\x71\xaa\x31\x19\x6a\x4b\x2a\x60\x50\xbb\x3d\ \x99\x4c\x6d\xb2\x3d\x9d\x3f\xd3\x3e\x7c\xba\x31\xea\xcf\xc5\xd3\ \xa3\xed\x3d\xdd\xb9\x50\x32\xea\x4e\x87\x3c\xb1\xae\x4c\x34\x94\ \xf3\xe6\x62\x7e\x8f\x33\x1a\x4b\x92\x64\xd4\x4b\x50\x5e\x30\x0c\ \x84\xcd\xa6\x00\xf8\x23\x34\x36\xa9\x02\x25\xf5\xc3\x45\x55\xaf\ \x33\x82\x41\xd3\x49\xe2\x49\xbb\xc9\x46\xda\x4c\x26\xa3\x0b\xd5\ \x24\x41\x3d\xb8\xea\x75\x00\x4d\x26\x2d\xf0\x8d\x04\x47\xed\xc1\ \x9c\x6e\x2a\x1a\x22\x31\xbb\x9b\xd2\xa2\x62\x48\x04\x4e\x86\x09\ \x27\xa5\x21\x4c\x26\x93\xc8\x72\xf8\x30\x2a\x19\xa3\x92\x80\x9c\ \x9b\x34\xf0\xbf\x75\x16\x63\xbd\x05\xb9\xe5\x50\x38\xfe\x6b\xcf\ \x40\x5e\x72\xa8\x5e\x8a\x5a\xa7\xff\xf7\xaf\xea\x25\x1a\xa9\x46\ \x4b\xe2\x40\x67\x38\x70\x22\xd8\x49\xf0\xd6\x0a\x4c\x22\x11\x11\ \x5a\x13\x66\x52\xa8\x2c\x0a\xbb\xc8\x62\x94\x68\x50\x52\x8f\x48\ \xab\x92\x68\x15\x26\x1b\x38\x4d\x30\xb3\x12\x85\x04\x53\x10\xf9\ \x2f\x94\xa5\xbf\xfd\xd4\xaf\xd1\xa0\x4a\x59\x26\xd8\x83\x24\xae\ \xd5\xbd\xb2\x38\x21\x48\x18\x68\xb4\xba\x3a\x36\xa7\xae\x92\x51\ \xcd\xfc\x5c\xc9\x57\xf3\x7d\x0e\x1f\x57\x99\x62\x32\x68\x89\xaa\ \xc2\xe7\x30\x27\x8a\xf9\x95\x02\x87\x7e\xbc\x95\xce\xe3\x56\x54\ \xd5\xb5\xf6\xc2\x3c\x8d\xa8\x9d\xc7\x1e\xd7\xd7\xd1\x2b\x27\xa6\ \xfa\x46\x26\x16\x67\x5b\x9f\xbd\x31\xa7\xaf\x98\x9a\x9e\xe8\xeb\ \xab\x1a\x19\x99\x5f\x9b\x9b\x9e\x9d\x9b\x98\x87\xd9\x72\x7a\x7c\ \x02\xd5\xc9\x02\xf2\x1a\xe9\xed\xed\x1b\x9f\x9f\x5d\x9c\x9b\x9a\ \x5d\x5b\x59\x5a\xda\xdc\xbe\x85\x1a\x41\x83\x5c\xdd\xda\xbb\x75\ \x6f\xe2\xc8\xbf\x97\xe6\x97\x66\x2f\x6d\xa3\xc1\x7c\x53\xf9\xc1\ \xc7\x17\x7f\x58\x9d\x5c\x1f\x2a\x5f\x30\x6c\xa1\xae\x39\x37\xcf\ \x81\x5e\x1d\x04\x3b\x78\xef\xde\x7e\xce\xcd\x7e\x25\x99\xfb\x8e\ \x10\xad\xb9\x5f\xbe\x9f\x95\x73\x9f\xac\xce\xfd\xff\x1d\xe1\x7f\ \x2e\x1f\x98\xb8\x70\xe1\xcf\x6f\xbc\xfc\xdc\x73\x8f\xbc\xf4\xea\ \xc9\x57\x4f\x8d\xb6\xe5\x73\xf1\x64\x6d\x32\x99\x74\xba\xc3\xf0\ \x09\xd9\x48\x12\xd3\x18\xd1\xf1\xaa\x90\xd6\x07\x55\xc1\xd0\x9f\ \x52\x77\x7e\xd9\xa9\x15\x49\x55\xa8\x92\x9f\xd1\x55\x63\xb4\x58\ \x74\x08\x9e\xc1\xbc\x7b\x31\x5d\xd0\xfd\xdb\x5f\x3e\xfb\x95\x80\ \xc9\x1a\xbf\xb7\xb3\xb7\x8b\x3c\xde\xd2\x26\xea\x9a\x01\x77\x37\ \x77\x6f\xdd\xba\x05\x7e\xaf\xcf\xfa\xef\x01\x9e\x32\xf6\x8f\x09\ \xf5\xda\xed\xcf\x87\xa6\xf6\x76\x5e\xbf\x7e\xef\xb1\x77\xb6\x67\ \x17\x97\x7e\xf8\x06\xb5\x89\x05\x7d\x86\xcb\xad\x7d\xc1\xba\xb5\ \x2d\xf4\x74\x4d\x0f\x7d\xf7\x19\x39\xfc\x4f\xc3\xd0\xbf\x2b\xd6\ \xf6\x00\xae\xbe\xfd\xf6\xde\xb7\xa0\xd1\x7d\xcf\x3c\xf7\xee\xb5\ \x59\xf5\x40\xc3\x7f\x89\x5b\xfb\xaa\x00\x69\xef\x6e\x0b\x22\x85\ \xd5\xc9\xc4\x4c\x31\xb5\x71\x6d\x35\x92\x68\x1a\x2a\x0f\xf9\x12\ \x4d\x4d\x60\xbd\x52\x8e\x84\xc3\x90\x6a\xb2\x96\x7c\x62\x06\x87\ \x85\x38\x8a\x41\xe3\xd0\xab\xd8\x6c\x6e\x85\x1e\x11\x16\x3a\x67\ \xc8\x61\xb1\xe1\x67\x75\x55\x6f\x1d\x93\xae\x57\xb3\x58\x28\xd5\ \x8f\xc6\x61\xf0\xc0\xb6\xd1\xb8\x2c\x9e\x80\xcf\x10\x88\x51\xef\ \x54\x86\x8c\x21\xf3\x29\x79\x72\x3e\xcf\xec\x03\x12\xa1\x31\x40\ \x8a\x8a\x09\x5f\x42\x26\xf6\x0d\x95\x0d\x7c\x1a\x6a\x57\xc8\xe3\ \xfb\x0c\x02\x8e\x40\x8e\xb0\x45\x20\x14\x1b\xc0\x6f\xc9\x0d\x56\ \x50\x40\x31\x9f\xc7\x45\x19\x87\xa9\x84\xc1\x67\x35\x80\x8c\x71\ \x99\x7c\xf0\x8b\x34\x70\xa8\x28\x12\x8c\x25\xe0\xf1\x79\xe8\x6f\ \xe5\x3c\x0e\x47\x98\x85\x6f\x82\x04\x10\x13\x9f\x29\x00\x6f\x27\ \xd4\xb7\xb6\xf6\xc2\xb5\x6f\x6a\xa4\x75\x64\x7a\x69\x9c\x11\xb9\ \xf6\xd5\x64\xb1\xbc\x3a\x09\x3c\x99\xf5\x25\x0c\xa9\x62\x93\x23\ \x92\xb0\x2e\x34\x19\xc4\x66\x81\xd2\x5a\x94\x27\x12\xa8\x2b\x50\ \x42\x66\xf0\x65\x53\xa8\x89\x8e\x50\x9e\x68\x8a\x98\x0d\x62\x3e\ \x6a\xf7\xa5\xf4\x45\x0c\x02\x3e\x3a\x2f\x68\xb6\x82\x69\x35\xf8\ \xf8\x02\x21\x4a\x23\x02\xc1\x15\x0b\xc4\x3c\xe5\x03\x1a\x05\x28\ \x90\xc4\xae\x35\x4a\x2d\xbf\x0a\xea\x5c\x35\x35\x46\x9d\xae\x5e\ \xa3\x55\x89\x4c\x08\xa9\x44\xf5\x12\x1b\xc0\x84\x56\xe4\x26\x71\ \xd4\xfe\x33\x18\x0c\x4a\x4d\x28\x81\x5d\x8a\xd9\x35\x36\x93\xdb\ \xeb\x24\x71\xd3\xff\x61\xea\x4d\xfc\x9b\xaa\xf2\x3f\x6e\xb3\x9a\ \x3d\xf1\xde\xe4\xe6\xe6\xde\x9b\xfd\x66\xdf\xf7\xa5\x6d\xd2\xd0\ \x36\x49\x37\x78\x85\x16\xa4\x84\x6a\x5d\x46\x0d\x71\x5c\x6b\xc0\ \xb5\x2a\x4a\x5c\x23\x65\x5a\x8b\x4c\x5b\xb4\xfe\x6a\x6b\xc5\xba\ \x40\xe9\x0c\x2e\x8c\x2c\xea\xd8\x51\x11\x07\x44\x10\x15\x19\x1e\ \x98\xff\xe2\xf9\x9e\xa2\xf3\x3c\x05\x4a\x9a\x36\x6b\xef\xf9\x9c\ \xcf\xfb\xdc\xef\xf9\x7c\xc1\x64\xb5\xb5\x36\x87\x7c\xa8\xc7\xc3\ \xba\xa6\xae\x26\x0a\x83\x01\x0d\xd0\x15\x8b\x46\x95\x14\x0c\x46\ \x7d\xc0\xe3\x67\x12\x36\x07\x66\xb3\xc5\x5d\x4a\xcc\xc1\xd0\x38\ \x9d\xf4\x39\x5d\x4d\x31\x57\x73\x53\x0b\x8e\x27\x9b\x6c\x6d\x9d\ \x6d\xed\xa1\xee\xfe\xcd\xf7\x6d\xdd\xf2\xd0\x96\xee\xa7\xb6\xf6\ \xac\x6f\x09\x46\x1d\x1d\x5b\xba\x9a\x83\x2d\xfd\xfd\xdb\xb6\x6e\ \xb8\x7f\x4b\xff\xc6\xe6\xd6\xae\x78\x47\x53\x6b\x73\x67\x7b\x53\ \xac\xdb\x17\x43\x09\x12\xb1\xe6\xce\x96\xa6\x66\x9f\xa7\xd5\xec\ \x74\x74\x76\xa6\xcc\xac\x07\x8e\x66\xc6\xe3\x89\x37\xfb\xcc\xae\ \xa8\xc3\x66\x73\x30\x04\x8d\x42\x60\xfc\x7a\x3d\xc5\x66\x81\xdf\ \xe0\x28\x66\x3d\x51\x9b\xd2\x45\x7b\x9c\x14\xa9\x47\xb5\x86\xa8\ \xdb\x4a\xd1\xcf\xfa\x59\x46\x49\x98\x01\xfe\xe2\x49\x07\xbc\xc4\ \x96\x4e\x07\xe3\x70\xa0\x13\x7a\x84\xc3\x61\x66\x18\x5f\x2c\x44\ \x93\x04\x46\xf8\x4d\xf5\x44\x11\xdc\x1a\x8b\x6c\x28\x4c\xef\x30\ \x3a\x70\x3f\x5b\x64\x62\xf1\x17\x1f\xb9\xbb\x1f\x5c\x90\x52\x99\ \xad\x92\x38\xc0\x09\xcb\x52\xb8\x12\x65\xbf\xb9\x1c\x2e\xb4\xab\ \xc3\xe3\x41\x21\xbb\x04\x49\x31\x18\xbc\xbd\x59\x1c\x26\x01\xb0\ \x55\xb8\x5e\x69\xa6\x09\x3d\xa9\xc7\x30\x3d\x4a\xed\x45\xc1\xe3\ \xb4\x19\x9e\xa1\x5e\x49\x50\xcd\xdf\x7c\xb1\xeb\x52\x0f\x8c\x43\ \x0c\x45\x2a\x06\x9c\x0e\x80\x52\xe2\xd7\x21\x6b\xe9\xa7\xd3\x2a\ \xa1\xc0\x6a\xd5\x4a\x2a\x56\xbe\x84\x7f\xe8\xa4\x5b\x03\x73\xa6\ \x5d\x28\x37\x70\x85\xff\x8c\x34\x72\xa7\x79\x40\x80\x42\xbe\x54\ \x9c\x0f\x73\xb5\x25\xaf\xb5\x16\x36\xe8\x40\xb5\x26\x1a\x72\xde\ \x77\xb5\xb1\x86\xb7\x31\x3b\x35\x62\x1d\xab\x4c\xce\xff\xf8\xb2\ \x64\x5a\x90\xf7\x86\xe5\x5c\x7e\x2d\x3f\x31\x3b\x31\xb5\x30\x35\ \x39\x95\x07\xff\xd5\x00\x7f\xd5\x98\x1a\xaa\x94\xf2\x48\xb4\xc0\ \x61\x4d\xa0\x33\x5e\x93\xb3\xd7\x92\xdc\x17\x97\x4f\xa1\x55\x9d\ \x95\x9b\x3e\x6b\x4c\xd7\xa6\xe7\xc0\xad\x5c\xb8\x7c\x8e\xff\xf9\ \xe9\x93\x3f\x9c\x3e\x39\xbc\xeb\xc3\xc2\x04\x98\x8d\xab\x57\xaf\ \x1c\xbd\x61\x55\xb0\x56\x8e\xfc\x5e\xd8\xf0\xc7\x72\xfb\x9a\xff\ \x95\x35\x20\xbd\x3a\xfc\x3f\xd1\x42\xff\xae\x5c\xb9\x82\x04\x6b\ \xcf\xf0\x07\xef\xfd\xfd\xc9\x17\x6f\xbd\xe5\xb6\xed\x5b\xb6\x3e\ \xb4\x76\xf3\x86\xf6\x96\xe6\xd6\xd6\xf6\xa0\x2f\xe4\x4b\xc6\x43\ \x49\x9f\x99\xa2\x08\x54\xa8\xcb\xc0\x6c\x83\x66\x1d\xfc\x5b\xed\ \x99\x27\x5c\x4a\xb6\x58\x2f\x82\xeb\x32\xc1\x11\x08\x1e\xd7\x84\ \xfb\x67\xea\xb8\xcd\x83\xfb\x4d\x1b\xde\xba\xef\x23\x85\x98\xab\ \x98\xbf\x7a\x0e\x9e\x19\xd2\x9f\x53\x97\x41\xb1\x56\xae\x5e\x06\ \xba\xbd\x70\x6a\xe5\x44\x45\xf6\xaf\xc7\x39\xef\xbe\x3c\x2d\x2a\ \x2c\x7f\xb6\x8f\x67\xe7\x9e\x77\xff\xb6\xf2\xe6\xf3\xba\x05\xef\ \xa9\xd9\x9d\x6f\x2c\x5e\x3c\x75\xea\xd4\x85\x8b\xab\x1f\x17\x4e\ \x00\x1a\xe6\xfb\xfb\x85\x3f\x7f\xb7\x3b\xb0\xfd\x2b\x6d\xe5\x1f\ \x07\x07\x2f\x9c\x3b\x0f\x92\x85\x5a\x9b\x9d\x3f\xf5\xf1\x3d\x6f\ \xdc\xfe\xcb\x89\x8f\x3a\x7a\xfe\x3a\x54\xe2\xcf\x8f\x80\xd8\xa9\ \x40\x9c\x06\x33\x85\x34\xda\xea\x9c\x1e\x18\x4e\x5b\x32\x96\x02\ \x58\xad\x5c\x04\x85\xf1\x65\x22\xbd\x85\xc1\x9c\x45\xcc\xe3\x70\ \xe1\xaf\x90\x8b\x82\x75\x44\xa8\xb0\x4a\x20\x10\x19\x84\x22\x31\ \x7c\x29\xd4\x01\x23\x0a\xac\x72\x81\x00\x35\xc4\xe6\x70\x04\x3c\ \x31\x07\x5c\x11\xea\x95\x8d\x7a\x9b\x82\x55\x52\x69\x15\x3c\x09\ \x60\x9e\x5a\xab\x92\xca\x54\x1a\x70\x2b\x0a\x95\xc2\xa2\x2e\xec\ \x2f\xe4\x22\x03\x03\x9f\xec\x4d\x03\xff\x45\x72\x5a\x40\x3b\x0d\ \x3a\x03\x67\xd1\xa8\x41\x04\xa4\x28\x02\x59\xa6\x51\x4b\x57\x83\ \x6c\xc0\x6f\x59\x22\x46\xa3\x44\x20\xc9\x80\x29\xe3\x48\xb4\xee\ \x8c\x45\x22\xe2\x08\xf8\x02\xf4\x28\x2a\x89\x82\xc7\xb3\x58\xb4\ \x1c\x83\xc2\xad\x95\x08\x05\xb2\x8c\xbd\x90\x51\x80\xc3\x52\x68\ \x39\x72\xd4\x7a\xae\x52\x1a\xaa\x79\x61\xa6\x9b\xab\x48\xd3\xc7\ \xdf\xff\x64\xdf\xfe\xbd\x03\xfb\x72\xbb\x86\x51\x27\xd8\xde\x9c\ \x5d\xdd\xb7\x6f\xb0\x00\x2f\x17\x3c\x5d\x44\x63\x51\xd8\xd3\x52\ \xa3\xd6\xe8\xd6\xc8\x50\x5e\x8e\x45\xeb\x06\x28\x36\xaa\xd5\x52\ \xb7\x05\x95\xb4\xa2\x0e\xd0\x39\x1e\x47\x63\x34\x4a\x15\x5a\xbb\ \x94\x03\xa8\xe8\x36\xca\x50\x2e\x04\x5c\xd4\x5c\x67\x06\xcf\xa4\ \x2c\xc2\x27\x12\xd5\x0c\x25\x8a\xc5\xd1\x03\xa3\x55\x93\xc9\x49\ \xd1\x4e\xa0\xbf\x44\x02\xfc\x03\xf0\x12\xeb\x71\xd8\xcc\x64\xb9\ \x5a\x1d\x37\x11\x2e\x9b\x13\x20\xd1\x13\xc2\x71\xc6\xe6\xc1\x52\ \x2e\xb3\x23\x6a\x43\x89\x0f\xad\xdd\xeb\xda\x7a\x3a\xd7\xf6\xc4\ \x70\x74\x3a\x19\x4b\x28\xd1\x29\x7a\x5f\xb3\x99\xb0\x81\x3b\xc3\ \x29\x0a\x27\x71\x87\x2d\xea\xb3\x61\x0c\xe3\x60\xa2\x0e\x54\x5d\ \x1f\x5a\xdf\x19\x57\x3a\xdb\xd7\x7a\x1c\x6d\xc1\x60\xb4\x63\xdd\ \xd6\x97\x5f\xd8\xb2\x69\xeb\xd6\x67\xfa\xd7\x6e\xed\x06\x9d\x70\ \xb6\x25\x3d\xad\x0f\xad\xef\x6a\x6b\x6e\x73\x98\x51\xf3\x79\x60\ \x82\x68\x4b\x34\xe4\x33\x33\x51\x17\x3a\x0b\x18\x8a\x87\xe2\xa9\ \x78\x28\x94\x44\x67\xfd\x62\x21\x9b\x2d\xda\xd4\x19\xb5\x85\x92\ \x2e\x90\x52\x1b\x5a\x8b\x42\x35\xe9\x8e\xa0\x0d\x67\xc9\x04\x49\ \xa3\xf9\x58\x59\x2e\xeb\x59\xda\x04\xc2\x66\xa3\x5d\x94\x53\x89\ \xd7\xb3\x89\x22\x1c\xd9\xe5\x62\x16\x14\xc6\x5f\xc4\x6c\x01\x9b\ \xa7\xdb\x65\x73\xf9\x9a\x9b\x6d\x66\x9a\x52\x3a\x31\x0c\x35\x1b\ \xa4\xcd\x28\xf7\x8d\xc4\xb1\x62\xb5\xc8\xb2\xe3\xc5\x2a\x8b\x53\ \x80\x95\x38\xa1\x37\xe1\x89\xf1\xb2\xc9\x5f\xcc\x46\x5f\xb2\x05\ \xdb\x77\xf6\xe3\x2c\xbc\x63\x65\x20\x12\xa5\x12\x55\x29\xd2\x4e\ \x9a\x72\x30\x4a\x60\x5b\x07\xea\xb2\x0a\x3e\x0b\x3c\x1b\x98\x28\ \xa5\x12\xd5\x8c\x28\x49\x25\x05\x62\x04\xee\x15\x41\x1f\x49\x45\ \x01\xbd\x69\x4c\x89\xd1\x8c\xd2\xec\x64\x70\xaa\xe5\xb5\x4b\x07\ \x3f\xec\x52\xe2\x7a\xc6\x11\xb2\xc5\x52\x29\x9b\xcf\x93\x88\x7e\ \xdc\xbb\xdf\x2d\x8a\x18\x25\x22\x85\xc1\x60\x4c\x8b\xf9\x12\x9e\ \xf4\xf4\xe9\x61\x11\x4f\x25\x0d\x5b\xf9\x22\xaf\xe2\xb8\x85\xaf\ \xd6\x88\xf2\x25\x91\x58\x24\x37\x84\xe5\xf9\x86\x48\x5e\x12\x86\ \xf3\x95\xc6\xd8\x54\x5e\x27\xe5\x96\xa6\x66\xc7\xa6\x41\xb0\x1a\ \x63\xd3\xd3\xd3\xbc\xf6\xaf\x1b\x61\x6b\x38\x6c\xb0\x86\xad\x63\ \xe1\xb1\x85\xc5\xc5\x85\x5a\x69\xa4\xd2\x18\x2a\xd5\x1a\x43\x56\ \xc4\x85\x8d\xc6\x54\x69\xa8\x31\x36\x36\xbb\xbc\x78\xea\x14\x58\ \xab\x63\x47\x8e\x1d\x39\xb2\xea\xb0\x2e\x9c\x53\xdc\x2b\x6e\x94\ \x26\x26\x01\x98\x2e\x5f\xbe\xa2\xfb\xe9\xd2\x07\xef\xfd\x73\xf7\ \xfe\x0f\x77\xe5\x4f\x21\x38\x3a\x77\x65\xcf\x6a\xe9\xd5\x9a\x63\ \x0b\x2b\x87\xaf\x5d\xba\x61\xcf\x1f\x1b\x9e\xff\xb7\x81\xf0\x0f\ \xb1\x5a\xa5\xc2\x6b\xa2\x85\xa0\xf0\xc6\xab\x3f\x7d\xf8\xf3\x3b\ \xf7\xdc\x7a\xf3\x1d\xdb\x9f\x79\xfe\xa1\xfb\xfb\x37\x6f\xdd\xd0\ \xdd\x9a\x82\x99\xca\xd7\xd2\xd1\x96\x8a\x7b\xcc\x34\x06\x2e\x17\ \xc3\x13\x24\xcc\x45\x18\xe9\xf7\xb3\xc4\x3f\x2c\xaf\xb7\x50\x24\ \xa2\x70\x16\x66\x5f\x12\x26\xa0\x2c\x78\x67\xbd\x29\x9a\xa4\xf5\ \xfe\x84\xf9\xd6\x87\xdf\xb4\x08\xc5\x1a\x1e\x1f\x46\xc6\x2c\x08\ \xd6\x91\xd5\xa4\x89\xcb\x57\x57\x2e\x1c\x3b\x72\xe2\xe2\xe5\x53\ \x25\xfe\x5b\xef\x9c\x7e\xf6\xed\x63\x1a\xe1\xd4\x8b\x5f\x18\x44\ \x7b\x1b\xde\x5f\x2e\x1e\x8f\xfe\x7b\xea\xfb\xc6\xca\x91\x8f\xbe\ \x3c\x86\xe4\xea\xf2\xe5\x13\xa7\x40\xb9\x2e\x5e\x38\xb6\x32\xb2\ \x6e\xe7\xc4\xeb\xef\xfd\x6b\x93\xe6\xed\x91\xe9\x83\x12\x19\xa8\ \xe0\xca\xf9\xab\x2b\xe0\xb0\xae\x5e\xfe\xf5\x96\x77\x1e\xfc\x7c\ \xec\xf4\xf3\x4f\x6d\x3b\xd9\xc8\x2f\x4e\x1f\xb9\x78\x51\x3d\x98\ \xee\x2b\x00\x00\xe5\x72\x7d\xfb\xfb\x72\xbb\xfa\xd4\x39\x40\xc1\ \x81\x42\x5f\x24\x93\x89\xe4\x22\xf6\x4c\xa4\xe0\x8e\x48\xc5\x7c\ \x64\xa5\xc4\x02\x03\xa0\x21\x5f\x67\xe5\xca\xb9\x56\x81\x48\x68\ \x10\x96\xac\x06\x30\x5a\x60\xac\x84\x02\xb1\x48\xc8\xe1\x0b\x05\ \x72\xbe\x0c\x20\x90\x23\x12\x89\xc4\x02\x01\xc8\x97\xd4\x12\xe1\ \xf1\x54\x00\x54\x5a\x29\x28\x96\x4c\xcd\x53\xa8\xed\x60\x51\x2c\ \xa0\x48\x20\x91\x83\x9f\x7c\xd7\x97\xcb\x48\x41\x1d\xd4\x32\x91\ \x5a\x85\x16\xdb\x41\xad\x34\x76\x99\x82\x23\xd3\xa8\x24\x22\xa3\ \x05\x04\x8b\xc3\xd3\x48\x79\x3c\x99\x82\x07\xb4\x68\xcc\xa9\x81\ \x03\x65\x3c\x15\xb8\x33\x09\x0f\x28\x54\xc4\xe3\x49\xa5\x62\x99\ \xd1\x0e\xe4\x59\x90\x68\x14\x7c\x9e\x44\x98\x3e\xb4\xbb\xaf\x4f\ \x22\xb0\xdb\xc5\x52\x99\xce\x20\x0f\x7b\x2b\xb5\xda\x88\xb5\x14\ \x9e\x9e\xaf\x68\x07\x4e\xff\xf4\xc5\xee\xbd\x7b\xfb\xfa\x80\x06\ \x51\xbf\xfa\x74\x04\xf0\x71\x30\x82\x94\x39\xa3\xd1\x82\x48\x03\ \x04\xdb\x33\x19\x8b\x5d\xa3\xe6\x65\x8c\x6a\x77\x3a\x12\x51\xa3\ \xbe\x87\x32\x74\x02\x14\xc4\x54\x25\x03\x0e\x94\x28\x14\x52\xd4\ \xda\x47\xa6\x90\xc1\x25\x8b\x0a\x0c\xa3\x40\xa2\x52\x48\xaf\x23\ \x11\xea\xa1\x62\x96\x04\x8c\x2f\x7f\xb1\x3e\x7a\xa0\xbe\x54\xc5\ \x13\x98\xa9\xee\x37\x95\xcb\x6c\xb6\x3a\x6a\xc2\x41\x6d\x08\x9a\ \xa1\x95\xd9\x99\x7a\xdd\x5f\xc6\xcd\x34\x8e\x60\xc8\xe9\x44\xe5\ \x0e\xd1\x40\x80\xb0\xc5\x5b\x5d\xed\xc9\xd6\x58\xaa\x63\x3d\xea\ \xec\x67\xa3\xf4\x4a\xd6\x0c\xd6\x01\x54\x0e\x4c\x96\xd9\xc6\xb0\ \x09\x12\x08\x2d\x65\x0e\xc6\x29\x86\x01\x34\xd3\xfb\x6d\xce\xa8\ \xaf\xb5\xb9\xa5\xdb\xe6\x34\x99\x3b\xdb\x62\x40\x53\x6d\xcd\xd1\ \xee\x6d\x0f\xed\xd8\xd0\xbe\x65\x43\x97\xa7\x7d\x43\x88\x4e\x46\ \x43\x77\xb7\xb4\xf4\xf7\x38\x58\x9a\xa6\x19\x12\x0e\x4f\xa7\xcb\ \x6c\x23\x3d\x9e\x10\x43\x01\x52\x51\xc1\x14\x16\x8b\x81\x22\x79\ \x42\xe6\xa6\x94\xcb\x09\x96\x30\x60\x8b\x81\xac\x35\xb5\xb4\x9a\ \xcd\xb1\x40\x20\x68\x8e\x81\x21\x89\x3a\x01\x49\x19\x13\x49\x13\ \xe5\x2c\xce\xe2\x78\xb6\x08\x82\x93\x1d\xf5\x3b\x63\x36\x92\x34\ \xc3\x94\x4c\x92\x09\xff\x78\xa2\x98\x98\x19\x4f\xd4\x13\x2c\x49\ \xa4\x42\x68\x7b\xbe\x2f\x06\x13\xb9\xcd\xe1\xf1\xd9\x94\x09\x54\ \x22\x8a\x25\xe0\xe8\x27\x71\x32\x8b\x36\xd8\xa2\xf1\xa1\xa4\x94\ \x26\x5c\x49\x26\x58\x4a\xc9\x82\x40\x91\x59\x2a\xe0\xaf\x27\x5c\ \x9b\x63\x7a\xd6\x4f\xea\x81\xf2\x50\xf8\xb1\x03\x64\x1a\x5c\x1a\ \x45\x98\xcd\xce\x00\xd8\x3d\x80\x3a\x90\x2b\x94\x5c\xc9\x60\xc0\ \x2a\x24\xea\x52\x05\xbf\x00\x0c\x75\xc3\x03\x23\x8b\x32\x4b\x41\ \xd0\x94\x7a\x13\x01\xe2\xe5\x82\x79\x81\xd9\xf6\xed\x7b\xdf\x75\ \x52\x94\x93\x21\x80\x26\x69\xc6\x07\xef\x79\xf7\xe3\xaf\xdf\x73\ \xb6\xef\xf5\xc2\xde\x0f\xf7\x83\x6f\xda\xfd\x0b\x4f\xcc\x13\x4a\ \x14\x1a\xe3\x80\x40\x26\x57\x95\xf2\xd3\x82\xe3\x7b\x79\xe2\x5e\ \x29\x37\x6c\xd5\x89\x24\x12\xab\xd5\x3a\x5d\xd2\xc0\x08\x30\xd4\ \x2a\x13\x8d\xbc\x4e\x17\xae\x8c\x4d\x4f\x36\x66\x67\xa7\xa6\x50\ \x35\xf7\xe4\x83\x0f\x7a\x47\x84\xe8\xca\x89\xfc\x2c\x30\xe2\xd4\ \xe2\xe4\x58\x69\xac\x36\x32\x32\x94\x1f\x02\xb1\x42\x4b\x13\x43\ \x23\xc0\x84\x23\x53\x53\x0b\x47\x96\x57\xab\x45\xe7\x16\x51\xc9\ \xe8\x85\x53\x27\x56\x56\x5e\x1c\x9e\x06\x1b\xb6\xb8\x08\x02\x75\ \xae\xf2\xe5\x6f\x3f\xbd\x7d\xe9\xbd\x9f\x7e\xe1\x9d\x42\x30\x78\ \xe5\xdc\xd5\xab\x2b\xe7\x0e\xef\xb9\xe1\x46\x0e\xff\xfc\xd1\x1b\ \xae\xbf\x06\x84\xab\x35\x0c\xff\xdb\x31\xf8\xbf\xb2\xab\xc3\x47\ \xf7\x5c\x5b\xbb\x42\x9a\x75\xe5\xdc\x95\xa3\xd7\x8f\x1d\xff\xf0\ \xa7\xf7\xfe\xf2\x97\xa7\xb6\xbf\xf4\xd2\x4b\xdb\x36\x3d\xb6\x69\ \xdd\xba\x75\x3d\xdd\xad\xdd\xad\x1d\xed\xf1\x54\x67\x30\xa0\xa4\ \xcd\xb8\x52\x9f\x85\x5f\x00\xd8\xfe\x6c\x42\x89\x80\x9f\xf8\xf2\ \xc3\x67\x83\x78\x36\xeb\xd7\xe3\x68\x53\x99\x99\xa2\xc1\x08\x27\ \xb2\x78\x34\x45\x92\x04\x8e\xb7\xbf\xfc\xae\xd1\x2b\x2e\x48\x8e\ \xcd\x2d\xcc\x5d\xb8\x7c\xf9\xd4\x32\x88\xd6\xf2\x85\xcb\x17\x4f\ \x5c\x3c\xb6\xb8\x78\xe1\xd4\xb2\x44\xf2\xc8\x77\x3f\x3f\x31\x7c\ \x8a\x3b\x7d\x62\x58\xc8\x0b\x57\x1a\xc2\x47\x2b\x95\xe4\xff\x4d\ \x3c\x74\x69\xf9\xfc\x45\xee\x34\xbc\xf6\x63\xcb\x27\x16\x51\xfa\ \xea\x2c\xf8\xcb\x52\xfb\xcb\x23\x77\xbd\xfd\xc4\xbb\x53\xea\x85\ \x89\x7c\xe3\xaf\x96\x73\xe7\x40\xb0\x50\xa1\xd6\xf9\xcb\xff\xde\ \xfe\xd9\x8b\xdf\x4e\xf4\x3d\x72\xf3\xfd\x4f\x4b\x27\x26\x47\x4e\ \xad\x5c\x88\xec\x42\x99\x60\x7d\x28\x95\x78\x57\x2e\xbd\x7b\x17\ \x18\xac\xbe\x5c\x21\x93\x4b\xa7\xd3\xb9\x88\x3b\x33\x68\x8f\x44\ \xdc\xbd\x32\xa0\x2f\x70\x34\x42\x2e\xea\xbd\x21\x04\xfc\xe3\xf2\ \x39\x22\x5d\xd8\x9a\x87\xf9\x04\x58\x51\x82\x96\xe5\xc5\x02\xbe\ \x18\x98\x91\x2b\x96\x80\x17\x93\x73\xf8\x5c\x81\x44\x2a\xe4\xad\ \xa6\x9e\x4b\x25\x28\xc3\x0a\xe8\x4e\x61\x04\xdb\xb4\xea\xaf\xa4\ \x46\xf7\xe0\xfe\xc1\x7f\xee\x4e\xf3\x00\xdc\x8c\x76\x85\x16\x6c\ \x0a\x07\x1d\x29\xe9\x1c\xf8\x2d\x9e\x5d\x02\xca\x65\x47\x39\xa0\ \x1a\x85\x4a\x23\x01\xcb\x26\xe6\x29\xec\xc0\x89\x19\x8b\x14\xf5\ \x85\x06\x03\xa6\xe2\x70\xe5\x28\x40\x50\x66\x11\x4b\xb4\x60\xdb\ \x50\xc1\xaa\x82\xc3\xd3\x66\x64\x9a\xdd\xfb\x3f\x29\x80\x37\x53\ \x83\xf1\x0a\xcb\x05\x86\x70\x09\xa0\x30\x2f\xb4\x4e\x2f\x36\x14\ \x85\xd3\xc7\xf7\xed\x3f\xb4\x77\xd7\xf0\x3f\x7b\xc1\x60\xb9\x77\ \x15\xd2\x39\x75\x41\xd3\x37\x68\xb4\x67\x0a\xbd\x28\x20\x3e\x93\ \xe9\xb5\x1b\x33\x68\xff\xb3\x54\xeb\x76\x6b\x8d\x6a\x95\x1a\x55\ \x60\x69\x33\x16\x85\x5b\xa5\xb5\xc0\x23\xd9\xc1\x03\x4a\x8d\x19\ \x85\x56\xab\x82\x47\x14\xa3\x66\x3b\x32\x15\x47\x22\x91\xa8\xae\ \xc3\xa2\x78\x59\x69\x2a\x8f\x97\xfd\x7e\x92\x66\xcb\xa3\x07\x0e\ \x8c\x26\x60\x1c\x11\x33\xe3\xe5\x72\xbd\xca\xfa\xeb\x65\x18\x97\ \x30\xdb\x93\x24\x0c\xa9\xba\xdf\x5f\xac\x56\x49\x1a\x67\xcc\x4c\ \x82\x30\xf9\x31\x94\x9f\x6c\x53\xe2\x4e\x17\xd3\x16\xec\x8a\xb7\ \xb6\xb6\xad\xed\xde\xda\xbf\xce\x86\xe9\x69\x57\x13\x4a\x92\xa5\ \xb3\x4a\xd4\xfc\xca\x81\x99\xcd\xae\x56\xf0\x16\x60\xdc\x08\x3d\ \xe6\x70\xc1\xd8\x77\xd9\x82\xc1\x40\x32\x95\xb4\x45\x7b\xba\x7c\ \xb8\x33\x15\x68\x8b\xf5\xb7\xad\xeb\x5e\xbf\xb6\x33\x4a\x45\x3b\ \x82\x74\x3c\x10\xdc\xb2\xb1\xab\x67\x7d\x13\x18\xa8\x38\xe5\x09\ \x51\xca\xd5\xb0\x28\xd2\x83\x76\xb3\x90\x4e\x2c\x1b\x6d\x72\x04\ \xe3\x41\x27\x95\x8a\x9a\x5b\x3a\x5c\x2e\x17\x30\xa8\xcf\x19\x0d\ \xd8\x1c\xb1\x68\x53\x2c\x1e\x6a\x89\x3b\x9a\x83\x80\xab\x2e\x8a\ \x31\xeb\xc1\x0a\xc1\x94\x5b\x35\xb1\x84\xb2\xea\x9f\x61\xa9\x44\ \xbd\x48\x23\x83\x44\xb1\x26\x96\xf4\xcf\x24\xf4\xc5\x32\xaa\xe0\ \x59\x62\x09\x3d\xe5\x88\xc6\x3d\xa9\x98\x27\x94\x0a\xf9\x9c\xc1\ \x98\x59\x3f\x5a\x66\x4d\x64\x75\xa6\x8c\x9b\xfc\xd9\xaa\x3f\x31\ \xbe\x54\x25\xb3\x7a\x16\xc3\x58\x13\xc6\x02\x69\x62\xfe\x04\x59\ \x5f\xaa\x7b\xe2\xb8\x5e\xcf\xae\x0d\xa0\x10\x3f\x56\xd9\xe6\xa3\ \x82\xc1\x58\x08\x58\xdb\xe1\x44\xe4\xc7\x30\x66\x4f\x14\x4c\x1a\ \x83\x51\x66\x02\xa4\xcc\x8c\x53\xe0\x3a\xc1\xf2\xa1\xbd\x70\x4a\ \x9a\xc2\x89\x84\x12\xb5\x1d\xc6\x28\x06\xe6\x81\xd5\x40\x4c\x86\ \x89\x62\x4a\x3c\xf5\x7f\xbf\xbc\xb7\x4e\xef\xb4\x11\xb8\x6b\xb5\ \xdc\x15\xd3\xfb\xfa\x63\x9b\xbf\x79\xa5\xe5\xd6\x5b\xbf\xbf\xe3\ \x5b\x95\x57\x58\xe1\x14\x7e\xe0\x58\x32\x22\x1d\xff\xbd\x43\x06\ \x21\x4f\x37\x91\xf7\xf2\xde\x8e\x88\x14\x69\x2b\xb7\x54\x82\xf9\ \xba\x32\xe4\xcd\x8f\x28\x04\x61\x6e\xb8\x31\x81\xba\xf3\x36\x26\ \xe6\x1a\xb5\x91\x89\xd9\x39\x80\xbf\xc6\xd4\xc4\xdc\x87\x77\xef\ \xae\x85\xf9\xf2\xb1\x89\x89\xf0\xd8\x72\xa3\x06\xee\xab\x31\x34\ \x56\x33\x54\xc2\x72\xdd\x90\x2e\x5c\xaa\x55\x40\xbe\x6a\x95\x91\ \x89\x85\xe9\xc9\x85\x05\xc4\x83\x47\x16\xe7\x4f\x5c\x3c\x72\xe4\ \xc2\x85\x8b\xe7\x22\xb7\x8d\xcc\xd6\x46\xe6\xe7\x67\x8f\x5c\x3e\ \x37\xf5\xed\x07\x97\xbe\xbf\xf4\xeb\xb7\xc3\x8b\xe7\x2f\xaf\x5c\ \x5d\xb9\x7a\xf1\xd8\xec\xa9\xc3\x37\xc2\xc7\x11\xcd\xca\x9e\xeb\ \x57\x17\xb0\xfe\xc8\x66\xb8\x61\xcd\xd1\xdf\xb7\xe2\xfc\xe1\xae\ \xae\x15\x61\x5d\x01\xdd\x5a\xc5\xc1\xc3\x37\x2c\xfc\xfc\xfe\xc1\ \x1f\x3f\x78\xe3\xb6\x27\xb6\x3f\xff\xd2\xa3\x8f\x6d\xd8\xba\x61\ \xd3\xfa\xe6\x4e\x00\xc2\x96\x9e\x8e\x58\x53\x93\xcd\x49\x3a\x99\ \x2c\x4c\xaf\x59\xbd\x5e\xa9\xc7\x13\x09\x74\x96\x88\x4c\x30\xef\ \x7d\xdc\xaf\x84\xd9\x82\xa0\x08\x25\xb8\x7f\x00\x69\x3d\x99\xf5\ \xe3\xbe\x66\xb8\xa0\xf7\xf4\xf7\xbc\xab\x0e\x87\x0f\x69\x8e\x9d\ \x00\x1c\x3c\xb1\x0c\xae\xf0\xe2\xf2\xfc\x32\xe0\xdd\xb1\x53\xcb\ \x53\xf3\x8b\x53\x91\xc2\x3a\xed\xc3\xef\xcc\x8d\x9d\xf4\x5e\xfd\ \xed\xa9\xbe\xca\xf4\x32\xe7\x37\xf1\xc4\x4d\xbf\x09\x5b\x3e\xaf\ \x5c\x98\x5a\x9e\x9b\x9e\x5c\x5e\x58\x98\x9b\x9b\x9f\x9a\xaa\x0d\ \x8d\x34\x26\x07\x7d\x1f\x85\xb7\xbe\xfd\x35\x87\x6f\x5f\xbe\xb0\ \x7c\x75\xee\xaf\xff\x44\x0c\xbc\x72\xf9\xc2\xca\xca\xb1\x1f\x6f\ \xfb\xf8\x4f\x4f\x56\xf6\x3f\xf4\xea\x8f\x3b\xbf\x87\x77\x78\x71\ \x65\x39\x93\xe9\xcb\x44\xd2\xbb\x76\x47\x32\x6e\x6d\x5f\x5f\x2f\ \x0a\x52\x19\xe8\xcd\xf5\x0e\xa4\xb5\x91\xbe\xbe\xbe\x42\x26\x03\ \xce\x23\x63\x94\x89\x84\xe8\x8c\xa0\x5c\x28\xe4\x8b\xc1\x61\x89\ \x74\x28\xae\x2c\x6c\x95\x1b\xe4\x48\xc0\x90\x9a\xf1\x79\x22\x39\ \x5f\x22\x01\x5f\xc5\x97\xea\x74\x1c\x60\x42\xb0\x59\x02\x8d\x45\ \x12\xc9\x59\xd4\x5a\xb4\x2b\x9a\x23\x91\x69\x51\x66\x96\x5b\xa2\ \x70\x23\xef\x92\x19\xf8\xe2\x9f\x7d\x1a\xb7\xd1\xe8\x46\xa1\x80\ \x3c\x05\xaa\x73\x57\x29\xd2\x1a\xf0\x2f\x12\x8d\x86\x23\xd5\x2a\ \x8c\x96\x88\xc4\xae\xb5\xdb\x55\x32\x19\xa0\x26\x50\xa5\x02\x6d\ \xdc\x93\xaa\x50\xa4\x83\xda\x22\xd1\x71\xd4\xa8\xf7\x83\x54\xa0\ \xc8\xac\x76\x6a\x56\xab\x64\x22\x8e\x36\x6d\x94\x15\x0a\xbb\xd2\ \x6e\xbb\xc6\xad\xe2\xf1\x74\x61\x9d\xb5\x54\xcb\x87\x41\x5a\xf3\ \x43\x73\x63\x9c\xc2\xe9\xdd\x9f\xfc\xb2\x7b\xef\x71\xd4\x1b\x76\ \x7f\x24\x77\xfc\x50\xa6\xd0\x37\x90\xee\xeb\xb3\x64\x22\x16\xbb\ \x25\xa7\x49\xef\xce\x59\xec\x6a\x63\xba\x80\x1a\xea\xa2\xac\xe4\ \x88\x9a\xa7\xce\xa5\xb5\x5a\x8d\xca\x62\x57\x68\xdc\x16\x8b\x4a\ \x8b\x3c\x16\xc8\xa6\x1d\x75\x9e\xd0\xa2\x3a\x07\x0d\x2a\x73\x97\ \x0a\xa4\xd7\xc1\xc0\x21\x61\x8e\xd2\x97\xeb\x24\x4b\x24\xc0\x60\ \x1d\x38\xc0\x66\x49\x9a\x2a\x8f\x67\xeb\x89\xaa\x9e\x2a\x27\x4c\ \x66\x40\xc2\x72\x19\x55\x1a\x65\x4d\x68\x4f\x7c\x35\x81\xd3\xe0\ \x05\x18\x30\x00\xb8\x92\x30\x03\x32\xc5\x7d\xca\x80\x33\x1a\xec\ \xee\xe9\xe9\x8c\x35\xad\xeb\x4c\xd2\x66\x26\x16\x0d\xac\x8d\xd2\ \xac\x5f\x69\xb3\xa5\x92\x49\x07\x6a\xc0\x43\x82\x1a\x60\xb6\x10\ \x15\x67\x94\x7e\xb0\x69\xb4\x93\x08\xa5\x5a\xfb\x93\xd1\x8e\xb5\ \x18\xcc\x80\xc9\x78\xb3\x2f\x9e\x4a\xf6\x34\xb9\x9c\xb6\xee\x24\ \x66\x4e\x86\x02\xc9\x68\x34\xd4\x1e\x42\x9d\xc2\x52\x2d\x2d\x2d\ \x5d\xdd\x1d\xf0\xb9\x39\xd6\xdc\x62\x8e\xd9\x3c\x34\x11\x6c\x6f\ \x8d\xb6\x36\x05\x3b\x43\x4d\xf1\x8d\xb1\xa8\x2d\x99\x4c\x76\xfa\ \x02\x3e\x30\x47\xc1\xa6\x40\x4b\xaa\xbb\x25\x16\x8b\x26\x93\x01\ \x9b\x93\xc2\x94\x2c\x86\x9b\x31\x36\x51\xc6\xc1\x3a\xb2\xe5\x6c\ \xb6\xe8\xaf\x8e\x03\x07\x26\x68\x27\x96\xf0\x03\xd2\x65\xd1\x8b\ \xaa\x16\xc7\xc7\xeb\xb8\xcb\xec\x01\xfa\x0a\x80\x35\x44\x19\x7f\ \x1e\x5f\x14\x1b\xad\xb3\xd5\x6a\x7d\x7c\xa9\x58\xac\x97\x8b\xa6\ \xd1\x72\x9d\xc5\xc1\x45\xc1\xdc\x5d\xf6\x67\xfd\x2c\x6b\xf2\xeb\ \x8b\xa3\xe5\xfb\xef\x65\xab\x2c\xab\x74\xb2\x09\xbf\x09\x0f\xde\ \x71\x5f\x6b\xc7\xda\x76\x57\x34\x10\x0a\xda\x18\xd4\xb3\x93\xa4\ \x28\xb3\x93\xa6\x1d\x01\x97\xd3\x81\x51\x14\x43\x99\x1d\x0e\x8a\ \x04\xa0\x84\x37\x5d\x6f\xa2\x81\x0e\xc1\x40\x92\x84\x8b\xd2\xa3\ \xc6\x61\x34\xae\xc4\x94\x9e\x98\x13\x94\xce\xff\xb4\xfa\xc3\x3b\ \x1d\x34\x8d\x9a\x26\x80\xcf\x53\xea\x31\x57\xf4\xf6\x4f\xfe\xf1\ \xc8\x1d\xcf\xbd\xf2\xe1\xf1\xbf\xef\xe5\xb9\x73\xbc\xf4\x6e\x3b\ \x57\x28\x0a\x73\x79\x87\x14\x0d\x91\x42\x20\xaf\x58\xdd\xbb\xd5\ \x22\x95\xc8\xea\x6d\xe4\xad\xe1\x52\xd8\xab\x6b\xe8\x78\x56\x6b\ \x6d\x08\xfe\x8c\x94\x26\x27\x27\x51\x7f\x9c\xc9\xd9\xd9\xd9\xd5\ \xfa\x05\x6e\xd3\xab\x92\x89\xca\xd0\x58\x05\x6d\xbc\xa9\x79\x6b\ \x63\x43\x43\x43\xb5\xfc\xd0\x90\xce\x9b\xf7\x5a\x0d\xf9\x92\xb7\ \x54\xab\xd5\x4a\xd3\x0b\x0b\xb3\xf3\x73\xa0\x56\x60\xae\x4e\xa0\ \xe8\xbe\x63\xa8\x9b\xf1\x6d\xbb\x17\xa6\x4a\x8d\xc9\xe9\x89\x23\ \xe7\x2e\x7e\xf6\xef\x0f\x2f\xbd\xf7\xc1\x37\xbb\x8f\x9d\xbf\x08\ \x76\x65\x19\xee\xfd\xc2\xf5\x48\xaf\xae\xce\x5d\x3d\x8a\xe2\x45\ \x7f\x8f\x18\x45\xde\x6a\xcd\x9a\x6b\x27\x0a\xff\x58\x71\xbf\xa6\ \x5c\xab\x4b\xed\x7b\x56\x4f\x17\xee\x39\x3c\xfc\xfe\x07\xdf\xfe\ \xfb\xff\xde\x7a\xf0\xd6\x9d\x4f\x3d\xbd\x63\xdb\xfd\x9b\xb6\x6d\ \xe8\x69\x69\xef\xee\x6f\x6a\xed\x4e\x3a\x03\x01\x33\x63\x73\xe2\ \x68\xf9\x10\x94\x08\x04\x9f\x40\xed\xd4\x94\xd9\xec\x68\xcb\x6f\ \x8f\x38\xfc\x4a\xcc\x0c\x4a\x4f\xd2\x30\x31\x98\x19\x1c\x27\x58\ \x5b\x94\x46\xe4\xbd\x76\xdb\xe7\x02\xb9\xf4\x34\x07\x35\x7c\x5d\ \x9e\x9a\x5b\x3c\x71\xec\x02\x6a\x6b\x3d\x3f\x3f\x39\x3b\x36\xb5\ \xb0\xc8\x57\x7c\xd4\x3d\xf0\x42\x7e\xd9\xfe\xca\xf4\xf9\x93\x9b\ \x7e\xec\xdb\xbb\x7f\x70\xb7\x38\x3c\x51\xdb\x15\x3a\x74\x0c\xdc\ \x68\xa3\x31\x34\x37\x1d\x6e\xcc\xce\x4f\x37\xbc\x43\x95\x12\xef\ \xd1\xc0\xbf\x54\x2f\x0d\x7e\x3f\xa5\x49\x8b\x34\x8d\xe5\xab\x93\ \x6f\x6a\xd0\xe9\xc7\x0b\xe0\xd8\xa6\x9f\xbc\xe7\x6f\x1f\xef\x37\ \xfc\xb2\xf3\x8c\xe0\xd6\x3f\xf1\xe6\x66\x67\x57\xc6\x0a\x99\xbe\ \x41\xd0\xa7\xd5\x06\xaa\x05\xbb\x46\x93\x4b\x0f\x14\xd2\xc3\xbb\ \xfb\xd2\xf6\xc1\x5e\xf0\x1b\xf6\x74\x1f\x5c\x99\x51\x8b\x50\x6f\ \x46\x90\x26\x11\x9f\xcf\xf5\x1a\x74\x5e\x83\x17\x48\xdd\x20\x14\ \xc3\x75\x02\x2e\x30\xa1\x00\x85\xc8\x88\x45\x32\xd4\x64\x96\x2f\ \xe4\x4b\x79\x1c\x54\x2e\x25\x92\x72\x54\x40\x75\x0a\xb4\x7a\xa5\ \x90\x70\x10\x50\x69\x72\x11\x29\x4a\x71\x57\x29\xec\x85\xc2\x3f\ \xf7\xba\xdd\xf6\xd5\xfa\x00\xd0\x34\x0e\xda\x37\x2d\x93\xf2\x14\ \xf0\x4d\xd0\x2e\xa3\xda\x62\x89\xa8\x25\x68\x0b\xa1\x9a\x27\x80\ \x7b\x57\x48\xc0\x67\x89\xb4\x7f\x34\x8b\xd7\x00\x00\x20\x00\x49\ \x44\x41\x54\x5a\x35\xcf\x68\x54\x69\x15\x6a\x8e\xc4\x12\x31\x6a\ \x2d\x32\x91\x48\xa1\x50\x1b\x25\x32\x63\xc4\xa8\xe0\x4b\x2c\xbd\ \x19\x14\x98\x6c\x1c\x40\xdb\x14\x65\x12\xd4\x96\x1c\xa6\x42\x2f\ \x3c\x61\x83\x7c\x6e\x82\x1b\x39\x79\xfc\x87\x9f\xbe\xd8\xff\xc5\ \xbe\xbe\xe1\x5c\x5f\x64\x60\xd0\x0d\xc2\xd9\x3b\x98\x1e\xce\xe4\ \x06\x2d\x99\xc2\x60\x26\xd7\xeb\x1e\x1c\x5c\xdd\x2b\xa8\x51\xc3\ \x33\xb3\x80\x8e\xab\x35\x69\xbb\x54\x81\x82\x48\xc1\xec\xd9\x51\ \x91\xa8\x16\x34\xd5\x08\xe8\x08\x20\xc8\x91\x4a\x25\x52\xb5\x4c\ \x62\x51\xc1\xf3\xbf\x0e\xf9\x0c\xc6\x94\x1d\xaf\x26\xf4\xa8\x4c\ \x78\x74\x74\xa6\xe8\xaf\xd7\xe1\x5a\x53\x35\x31\xc3\x06\x42\xd5\ \x71\x3d\x90\x54\x71\x86\x25\xb3\x2c\xc0\x0e\x5b\x27\x61\xc4\x2a\ \x71\x8c\xf0\x44\x29\xc6\xe3\x72\x46\x41\x17\x40\x84\x30\x8a\x60\ \x02\xa9\xb5\x6d\xc9\xf6\xee\x9e\xa6\x56\xc6\x19\xa5\x9c\x2e\x07\ \x6e\xf3\x74\x74\x36\x85\xe2\xae\xa8\xcb\x69\xa6\x31\x56\x89\x11\ \x4a\xca\x0f\x7c\x63\xf3\xf9\xd8\x71\xf0\x2b\x26\x4f\xeb\xda\xb6\ \x78\xd3\x16\x87\x83\x30\xfb\x92\xad\x3e\xa7\x0b\xf5\x0f\xc4\x1c\ \xed\x36\x3f\xc6\xb8\x18\x06\x90\x92\xf1\x79\xda\x5a\xda\x5b\xd7\ \xb5\x35\x35\x6d\x6c\xef\x6e\x6f\x4e\xb6\x75\xb5\x3a\x7d\x71\x00\ \xad\xa6\x54\x47\xb0\xb9\xa5\xb3\x2d\xd9\xd5\xbe\xb6\xad\xad\xbd\ \xad\xb3\xb3\xad\xad\xd5\xe7\x02\x79\x0c\x05\xe3\xcd\x1d\x1e\x47\ \x20\x96\x6c\x63\x7c\x3e\x8a\xc4\x58\x82\x2c\x16\x13\x38\x56\xd6\ \x67\x57\x5b\xd7\x55\xcb\x7a\xbf\x3f\xcb\xe2\x28\xe1\x0d\x74\xac\ \xaa\x9f\x59\xaa\x22\xd1\xaa\x9a\x00\xcb\x3c\x9e\x94\xc3\x13\x8d\ \x32\xb6\x68\x2c\x0a\xbe\x4d\x3f\x3e\xba\x34\xba\x54\xae\xcf\xd4\ \xc7\xc7\xb3\x33\xa3\xe3\x59\x7f\xb5\x9a\x4d\x80\xfd\x34\x29\xd1\ \x1e\x10\x13\xab\x37\x95\xa9\x3b\x5e\x62\xeb\xe5\x2c\x4b\xe9\xf5\ \x4b\x58\x72\xfb\x6f\x5f\xde\xfb\xc2\x86\xe6\x8e\xd6\x80\xc3\x66\ \x8b\x12\x18\xf8\x26\x54\x6f\xea\x62\xe0\xc5\x00\x0a\x3b\x9c\x34\ \x18\x28\x0c\x33\x51\x4a\xd0\x3b\xd4\xb5\x5e\x0f\xa8\xaa\x4f\xb0\ \xb8\xd9\xa3\xc4\x6d\x04\x05\xe8\x4b\x80\xff\xb2\xc5\x1c\x26\x8c\ \x64\xfe\x96\xfb\xa8\x9d\xd5\xb3\x21\x1a\x83\xa9\x01\x46\xa3\xf9\ \xaf\x6a\xed\xbb\xeb\xef\xbd\xf9\xa9\xdb\xff\xfc\xfe\xa7\xfb\x8c\ \xdf\xc9\x4b\x72\x8e\x30\xcc\xe5\x7a\xc3\x3a\x7b\x69\x84\xaf\x16\ \x96\x4a\x42\xf5\x21\xb5\x5c\x2e\x36\x4c\x4f\x0d\xf1\x15\x06\xaf\ \x40\x37\xc4\xf5\x96\x4a\xe0\xab\x80\x0a\xc1\x57\x4d\x4c\xcd\x4f\ \x83\x3a\xcd\x2d\xcf\x4e\x4f\x37\x66\xef\xe9\x3f\x59\x99\xa8\x58\ \x87\xa6\xa6\xa6\xc7\x26\xa6\x87\xac\x40\x82\xa5\xca\x48\x05\x8e\ \xbd\x7c\xde\x2b\x0f\x03\x10\xc2\x4d\xa7\xc6\xa6\x67\xe7\x8f\x1d\ \x3b\x71\x6c\x0e\xac\x15\x22\xc2\x8b\x17\x2f\x9e\xd3\xde\x3a\x15\ \x9e\x18\x9b\x68\x4c\x1d\xb9\xb2\xf8\xfe\x99\x0f\xcf\x1c\xfc\xf0\ \x17\xc3\xec\x85\x53\x47\x8e\xcc\x4d\x4f\x2d\x1e\xbb\xb0\xea\xaf\ \xce\x9f\x5a\xb9\xb2\xe7\x5a\xe5\xe8\x1f\xb1\x7d\x7f\x24\xf7\xad\ \xae\xb7\xff\x61\xb2\xae\x5c\x3b\x43\x08\x57\x5c\xb9\x72\xf8\x4a\ \xfa\x83\xf7\xbf\xfd\xe6\xeb\x1f\xdf\x7c\xf8\x8e\x07\x1e\x7b\x68\ \xcb\x8e\xcd\x4f\x6f\xec\xee\xea\x48\x76\xac\xed\x6c\x4b\xb9\x62\ \x49\xb3\xcd\x17\x74\x31\x66\x4c\x69\xf2\x2b\x71\xa5\x29\x61\x82\ \x5f\x66\x19\xe8\xaf\x58\x7d\xe2\xb5\x80\x1e\x33\xc3\x81\x63\x23\ \xd0\x1e\x56\x9b\x19\xb5\x20\x02\x57\x8b\xa1\x16\xa9\xed\xef\x0a\ \x74\xbb\x0e\x95\x2e\x2c\x1e\xb9\x70\x6a\x6e\x7e\xf1\xd4\xfc\xd4\ \xf4\xc4\xc2\xc2\xf4\xc2\x84\x77\x6c\x7e\x96\xbb\xef\xc3\xb6\x67\ \xfe\x64\x5f\xe4\xbc\xf6\xcb\xf4\x8a\xec\xdd\x4b\x6f\x1f\xba\xf4\ \xf6\xfe\x3e\x43\xe3\xc8\x8f\x0f\xe9\x16\xc2\x79\x8e\x5c\x5e\x9a\ \xad\xa8\xed\xe2\xb0\x80\xc3\x1d\x2a\x09\x6e\x8f\xc5\x44\x67\xbf\ \xfa\x59\x15\xf9\xcb\x37\x69\xd5\x3e\xc3\xdc\xb9\xe5\xbf\xef\x3b\ \x7f\x0e\x8c\xe5\xe5\x23\x7d\xcf\x3e\xf9\xcd\x19\xe1\xf2\xe9\x57\ \x33\xc7\x6f\x7a\xfc\xd2\xc2\xc4\xb1\x13\xfc\xdd\x85\xde\x34\x6a\ \x4c\x38\x9c\x4b\x0f\x66\x06\x23\xd2\xc8\xf0\x40\xa1\x50\x70\xa7\ \xed\x91\x82\x26\x8d\xba\x1e\xbb\xed\x99\xb4\x4a\x21\x16\x48\x44\ \x22\x1e\x8f\x23\x37\x70\x05\x06\xa1\x4e\xc7\x47\xad\x65\xc3\x3a\ \xbe\x81\x0b\xcc\x65\x05\x2f\x25\x90\xeb\xc4\x0a\xb1\x88\x2b\x10\ \xa2\xe5\x76\x9e\x5c\xa1\x00\x8d\xe3\x08\x84\x22\xe0\x35\x60\x42\ \xd4\xfb\x54\xec\x8e\x68\x51\xf1\x28\xd0\x13\xca\x53\x36\x5a\x8c\ \x39\xc0\x32\xbb\x05\x85\x2c\xcb\x34\x6a\x8d\x14\x21\x20\x4f\x11\ \xb1\x68\x44\x1c\x50\x3c\x14\xd4\xa7\xe2\xa9\xdd\x20\x0a\x6a\x8e\ \x00\x8e\x23\x9e\x5b\x83\xca\xad\x22\x1a\x95\x06\xd5\x5b\xa8\xec\ \x6e\xb0\x6b\x6a\x91\x08\xc8\x0c\xf9\x2e\x89\x56\xa5\x96\x70\x79\ \xd2\x34\x3c\x92\x7a\xd7\xa0\x51\x63\x07\xe7\xe3\xad\xe5\x0d\x25\ \x6f\xbe\x92\x17\x72\xf9\xf2\x89\x11\x41\xe1\xed\xd3\xdf\xf5\xee\ \xfd\xe9\x93\x5d\xa0\x55\x9a\x48\x6e\x60\xd0\x62\x77\x67\x86\x73\ \x03\xee\xbd\x5f\xf4\x16\x72\xe9\x5c\x26\x57\x80\xff\x7a\xdd\x16\ \x9e\x2a\x93\xcb\x81\x9c\x5a\xd4\x2a\x3b\xbc\x19\x88\x06\x35\x46\ \xb4\xb3\xd0\xa8\x51\x49\x34\xee\xb4\x51\x22\xb5\xab\x24\x0a\x89\ \x51\x1d\x31\xca\xc0\x1e\x4a\x78\x12\xde\x75\x68\x61\x86\x21\xb3\ \xc0\x84\xe5\xea\xe8\xcc\xf8\xd2\x78\x16\xb8\x30\x61\x32\x11\x09\ \xc0\x26\x87\x53\x9f\x2d\x92\x7e\x13\x5b\xae\xa3\x78\x7f\x25\xee\ \x00\x1f\x81\x93\x7e\xbd\x12\x86\xa1\x13\x35\x03\xf3\x05\x6d\x4a\ \x2a\x1a\x74\x30\x04\xe5\xc2\xcc\xed\x20\x11\x1b\x7b\xd6\x6d\x08\ \xd2\x51\x27\xcb\x62\x81\xfe\xfe\xb5\x6d\xa9\x68\x08\xa5\x17\x39\ \x69\x0c\x73\x39\x28\x14\x80\xae\xc7\x41\x42\xca\xe5\x62\xb1\xcc\ \xa6\xd6\xb6\xb4\xf7\xaf\x5f\x17\xc2\x1c\x66\x25\x13\xb5\x39\x6c\ \x81\x60\xdc\xe3\x0b\x06\x19\x8c\x59\x5d\xe3\x8e\x26\x83\xb1\x40\ \x73\x47\x7b\xb2\xa3\xbb\xa5\xa5\x23\xd5\xd6\xdd\xd2\xd4\xdd\xd5\ \x89\xf0\x31\x95\x4a\x35\x37\xb7\x34\x25\x41\xa6\x5a\xbb\xba\xd7\ \x25\xdb\x83\xa9\xa6\x78\xb2\x33\x44\xa3\x4e\x9b\xc1\xe6\x54\xca\ \xe5\x8c\x77\x36\x07\x3c\x51\x86\xa5\x95\x4c\x16\xd4\xb1\xac\xf4\ \x63\xa6\xf1\x71\x7f\xa2\x6e\xf2\x97\x13\x59\xb0\x49\x6c\x95\x86\ \x07\x49\x80\x1a\x27\xea\x6c\xb6\x9a\x85\x57\x69\xd2\x53\x84\x0f\ \x34\xc5\x43\xd9\x52\xb1\x28\x4d\x94\x47\xeb\xe5\x3a\xb8\xce\x99\ \xa5\xa5\xf1\xf2\x52\xbd\x5e\x35\x99\xca\x07\x58\x7f\x19\xa5\x88\ \x03\x02\x26\x28\x67\xd6\x84\xb7\x7c\x1c\x1f\x3d\xe0\xc7\xf4\x7a\ \x54\xf0\x73\xd3\xbd\xef\x9d\x79\xed\xae\xfb\x76\xb4\xad\x6d\x0f\ \x3a\xd0\x79\x4a\x8c\x60\x30\x7a\xf5\x14\x40\xdc\xc5\xd0\x8c\xcb\ \xa5\xc4\x60\xac\x99\x70\x64\x6d\x49\x9c\x52\xb2\x09\xd2\x0f\x44\ \x93\xd5\x83\x4b\x75\x2a\xc1\x45\xad\xf6\x4d\x87\x0b\x36\xa4\xf2\ \x78\xfc\x5f\x27\x6f\xa3\xb2\x2c\x10\x21\x28\x19\xce\x60\x8e\xd7\ \x6b\xdc\x4d\xd1\xd4\x86\xd7\x3e\xfd\xf4\xc1\x41\xf9\x3f\x2f\xa5\ \x6b\x06\x1e\x57\x1e\x56\x09\x4b\x1a\x81\xb0\x56\x92\x72\xbc\x23\ \x06\x99\x5b\x62\x15\x8a\xad\x63\x13\x25\xb9\x58\x07\x70\x37\x32\ \x22\xb4\x7a\x87\x26\xa6\xa7\xe6\x80\xf8\xc6\x2a\x35\x14\xd8\x3e\ \x31\xbb\x30\x31\x35\x39\x31\xf5\x6b\xf2\x1b\xc3\x44\x89\x3b\x36\ \x35\x3d\x99\x2f\x8d\x4d\x97\x1a\x48\xb1\xac\x95\xb0\xc1\xa0\xe3\ \x5a\x61\x9e\xf7\xca\x87\x26\x10\x44\x4e\x4c\x1f\x39\x71\x62\x7e\ \x76\xf9\xc8\x91\xf9\x13\x48\xb0\xce\x5f\xbd\xc5\x3d\xe1\x05\xc2\ \x9c\x06\x53\xf5\xe1\x07\xef\xff\xf0\xde\xd9\x43\xb3\x17\x8f\xcc\ \x4f\x4e\x4e\xcf\x03\x34\x2e\xac\xdc\x70\xe3\x8d\xd7\x5f\xbd\x0a\ \xae\xe9\x86\xdf\x77\xe6\xac\xf9\x3d\x5d\x66\x35\x65\x74\x75\x0b\ \xe1\x1f\xcb\xec\xab\x38\x78\x4d\xb0\xc0\x67\xad\xd1\xfe\xfb\xd2\ \xa5\x4f\xff\xfa\xd9\x97\xaf\xdc\xb2\xfd\xbe\x9d\xdb\x1e\xea\xdf\ \xfc\xd8\xd6\x75\xed\x9d\x6d\x1b\x3b\xfa\x53\x66\x3a\x1a\x0f\xfa\ \x62\xc1\x10\x6a\xd1\xac\x64\x49\xbd\xc9\x04\x40\x60\x62\xc1\x31\ \xb3\xfe\x84\xf3\x95\x14\x0b\x38\x0d\xef\x2a\xcd\x38\x5d\x01\xc6\ \xcc\x98\xa9\xa8\x83\x66\x50\x56\x19\xe5\xba\x45\xac\x53\x5b\x44\ \xc7\xe6\x8f\x2c\x8e\x8d\x4c\x2f\xcf\x56\x50\x7d\xb6\x7c\x28\xaf\ \x2a\x88\xb9\xba\x5f\x2e\xb5\xbb\xee\x54\xcc\x4a\x5f\xff\xfc\xd7\ \xd2\x05\xde\x57\xb7\x7f\x7a\xe6\x1f\x2f\xfe\xc6\x69\x34\x66\x0d\ \x67\xe4\x63\xbf\x7c\xf0\xc5\x27\x3f\x9c\xd4\x16\x80\x63\x06\x33\ \x8a\x8a\xc0\xfe\x4a\x57\xf3\x57\x27\x1f\xba\xfd\x35\xf1\xd6\x3f\ \x7d\xf4\x7f\xe9\x33\x9a\x91\xc5\x09\xaf\x6a\x76\xcf\x9e\xf3\x2b\ \x17\xf9\xf7\x3c\xfb\xd6\x8f\xdf\xa4\x4f\xec\x7e\xef\xad\xdb\xde\ \xb9\xfd\xad\xfc\xd4\xc5\xd9\xd5\xae\x5e\x39\x77\x7a\xb0\xcf\x62\ \x04\xc5\xd2\x6a\x32\x69\x04\x49\x30\x98\x8d\x16\x6d\x3a\xa3\x8e\ \xa4\xe1\x1a\x95\x56\xad\xe0\x70\x05\x1c\x0e\x47\x6c\x05\xc1\x92\ \xf3\xe1\xcd\x07\x99\x0a\x87\x0d\x02\x9d\x4e\xc8\x37\xc8\xc1\x57\ \xf1\x45\x3a\x24\x66\x62\x70\x61\x02\xb1\x44\x02\xce\x8b\xcb\xe7\ \x82\x74\xf1\x65\x32\xd0\x16\x85\xca\xa2\x95\x08\x14\x68\xb1\x8a\ \xa7\x90\x29\x54\x28\x70\x18\xa0\x2d\x93\x76\xc3\x23\xaa\x41\xc3\ \x78\x9a\xd5\xb0\x64\x8d\x54\x85\x42\xe1\xf9\x0a\x15\xca\x5a\xe0\ \x70\x14\xe0\x75\x56\x1b\x6b\x89\x41\x2f\x2d\x76\x89\x42\x6d\x57\ \xa9\x64\x0a\x7b\x5a\x65\x54\x81\x2b\x53\x89\x64\x1c\x9e\x58\xa1\ \x52\xa1\xab\x35\x6e\x8d\x4a\x25\x41\xdb\x76\xa4\x46\x00\x4d\xd0\ \x59\x90\x3c\x7e\x5e\x6e\x28\xa1\x33\x37\x5e\x1d\xd7\x50\xab\xf0\ \xd2\xc7\xdf\x3f\x7d\xa8\xb0\x17\x3c\x6a\x9f\xdb\x02\x38\x3c\xb0\ \x6b\x10\x80\x78\x18\x7c\xe6\xf0\x5e\xb4\x04\xef\x1e\xd8\x5d\xd0\ \x58\x0a\x7d\x6e\x85\x05\x84\xd3\x52\x00\xbb\x06\x0f\xa5\xe9\xb5\ \xa3\xee\x3e\x05\xb7\xd1\xde\x6b\x54\x48\xec\x46\x23\x6a\x2b\x0d\ \x2f\x09\xc4\x0b\x90\x50\x2a\xe3\xc9\x50\xc6\xf6\x75\x20\x1e\xfa\ \x2c\x90\x7e\x79\x7c\x66\xb4\xb8\x34\x3a\x53\x65\xfd\xac\x12\xf5\ \xd4\xd3\x97\x47\x49\x3d\x49\x25\x8a\x09\x13\x86\x97\x71\x53\x76\ \xa9\xcc\xea\x19\x64\xbc\x18\x7f\x91\x24\x61\xc2\x77\x38\x53\x0e\ \xc6\xc9\x04\x40\xb5\x3c\x80\x7a\xa4\x19\x73\x60\xe6\xe6\xfe\xb5\ \x9b\x5f\xde\xe2\x09\xac\x37\x63\xc1\x40\xac\x25\x16\x30\x3b\xa3\ \x04\x0d\xb4\xe3\x89\x26\x6d\xce\xa4\x99\xa4\xf4\x7e\x9c\x64\x51\ \x23\x26\x7f\xa2\xca\x12\x94\x6f\x47\xe7\xba\x98\xd2\xe9\x63\x70\ \x97\x8b\x70\x24\x53\xd1\x94\xa3\x2d\xde\x12\x72\x3a\x1d\xb4\x23\ \x6a\x0b\xb6\x85\x7c\xf1\x78\x5b\x28\xbe\xb6\xb9\xa5\x3b\xd4\xde\ \xda\xdf\x0a\x82\xe8\xeb\x01\xf0\x6b\xe9\xf2\x05\x63\xa9\xf8\xfa\ \x66\xe0\xc4\xee\xf5\xb1\x58\x2c\xd4\x9e\x6c\x6a\x8d\x87\x92\xae\ \xa6\xe6\x78\x2a\xee\x71\x46\x93\x6d\xbe\x14\x58\x3d\x40\x30\x8c\ \x5e\x3d\xdf\xa9\x64\x8b\x33\x45\x90\xa5\x2c\xbc\xe0\xb2\x89\x24\ \x4d\x24\x96\xa8\xce\x54\x8b\xf5\x51\xb6\x3c\x9e\x80\x19\x7a\xdc\ \x5f\x05\xdf\xe3\x04\x5e\x33\xbb\x3c\xc1\x50\xca\x96\x1d\x45\xe6\ \x0a\x2d\xec\xd5\x67\x0e\x8c\x8e\x8e\x8f\x97\xf5\x26\xf0\x5a\x20\ \x62\x55\xf0\x69\xd9\xc4\x38\xbd\xe3\x85\xcd\x3b\x6f\xee\xd7\xb7\ \x77\x63\x84\xcd\x49\xb3\xf7\x7d\x7c\xef\xd9\x6f\xdf\xbc\xfd\xe5\ \x47\x7b\x9a\x52\x68\xaf\x92\x83\xd6\x9b\x9d\x98\x09\x77\x02\x65\ \xda\x5c\x66\xc6\x41\x3b\x61\xfe\x8f\x92\x34\x8d\x56\xec\x71\x52\ \x49\xd0\xe0\xd2\x08\xbf\x09\xbe\x52\x9a\x81\x61\xc0\x85\xe2\x4a\ \x1c\x37\x61\x84\x99\x46\x2d\x78\x68\x8f\xe7\xc7\xb7\x3b\x28\xbd\ \x09\xde\x7a\x78\x6e\xf0\xf1\xbc\x24\xff\xb0\xb3\xdb\xd7\xbe\xed\ \xbd\x67\xdc\xe9\x1f\x8e\x0f\xc8\xc6\xf8\x72\x43\x98\xaf\x2e\x71\ \x55\x79\xeb\x88\x57\x25\x09\x87\x79\x11\x71\x38\x5f\xf1\x8e\x4c\ \xa1\xe2\x9d\x7c\xa5\x31\x35\x51\xca\x4f\xa0\x6c\xf6\xf9\xf9\xb9\ \x09\x6f\xa9\x32\x3b\x3f\x35\x36\x36\x39\x35\x3d\x32\x35\x32\x26\ \x88\x7d\x2c\x9c\x1a\x69\x8c\x8c\x80\x54\xa1\xf5\xae\x1a\x37\x3c\ \x64\xe5\x72\xb9\xd6\x21\x2e\x8c\x97\x4a\x89\xcb\x2d\x4d\x4c\x4c\ \xa1\xac\x86\x23\x17\x16\xa7\x50\x34\xf2\xec\xf2\xfc\xb1\x95\x95\ \x2b\x92\xfd\xde\xa9\xb1\xc6\xc4\xe4\xfc\xd5\x73\x03\xdf\xfe\x70\ \xe6\xe7\x83\xb2\x23\x17\x97\x17\x16\xc6\xc6\xe6\x4f\x5c\xbe\x3c\ \xb9\xb8\xe7\xc6\x1b\xf7\x5c\x5e\xb9\x72\x14\xe9\xd5\xea\xf6\x9c\ \x35\x6b\xae\xbf\xe1\x7f\x9b\x08\x8f\xfe\x11\x29\x73\x78\xcf\xb5\ \xf3\x83\x87\x57\xb7\x10\xa2\x4b\xd7\xcb\xff\xfd\xef\xdf\x7e\x7c\ \xf5\x95\xbf\x7d\xf4\xe0\x2d\xf7\xbd\xbc\xed\xe5\xcd\xfd\x0f\xed\ \xd8\xb8\xfe\xee\x8d\xdd\x9d\xe8\x34\xb0\x8b\x70\xc5\x43\x74\x34\ \x4a\x91\x30\xd3\xa2\xde\x29\xa8\x94\x99\x36\x15\x8b\xd9\xaa\x5f\ \xcf\x76\x04\xe1\x98\xd5\x27\xfc\x09\xcc\xe6\x50\x12\x7a\x74\x8e\ \x17\x35\x4e\x42\x29\x8e\x94\xe3\x4d\x19\xff\xa0\x91\xb7\xbc\xb8\ \x30\xd1\x30\xe4\x27\xc6\x6a\x3a\xb1\xc0\x2d\x91\x1f\xfa\xf5\x64\ \xdf\x3f\xbf\xfc\xdb\x5a\xe6\x41\xb7\xb0\xf0\xc4\xbf\x86\x37\xa5\ \xe7\x07\x5f\x79\xe0\xf1\xa7\x1f\x5b\xb7\xfe\xc7\x85\x29\xf9\x42\ \xe9\x13\x4b\x8c\x76\x39\x02\xcd\x1b\xee\xbd\xf3\xc5\x6f\xbf\x3e\ \xfb\xc1\x87\x6f\x3e\xb6\xae\xeb\xd1\xf7\xd6\x3f\xf0\xf2\xfb\xf7\ \xb8\x1e\xff\xf8\xd3\xbf\x7d\x2e\x2d\x59\xf7\x9f\xcc\x8f\x2c\x5f\ \xac\xf1\x8e\xdf\x7e\xdf\x6d\xef\x7e\xf3\xc6\xf1\x89\x5f\xdf\xfc\ \xc7\x97\x5f\xdd\xf9\x86\x7c\x61\x25\xf2\x7e\x3a\x32\x30\x10\xe9\ \x8d\x44\x22\x6e\x8d\xdd\x6e\xd4\xa2\xad\xbf\x00\x45\x7d\x80\x63\ \x99\x4c\xa1\x90\x2e\xd8\x15\x32\x0e\x5f\x2b\xe3\xa9\x50\x0c\x16\ \x07\x2d\x5e\xf1\x51\xc3\x49\x83\x5c\x20\xb7\x7a\xc1\x5a\xc9\xad\ \x72\x79\x58\x2e\xd7\x09\x84\x72\x11\xdf\x2b\x14\x73\x81\x0b\xc5\ \x28\x3b\x59\x2c\x53\x71\x50\x18\xa9\x4a\x26\x06\x35\x91\x48\xc4\ \x1c\x9e\x45\xc3\x53\x1b\xa5\x62\x2d\x2a\x0e\x50\xdb\xdd\xf0\x39\ \x3d\x38\x98\xc9\x28\xae\x9d\x7c\x93\x1a\x25\x2a\x8d\xca\xa8\xd1\ \x6a\x54\x02\x1e\x88\x94\x42\x86\x9a\x19\x49\x8d\x2a\xb5\x54\x08\ \x7a\x20\x12\xf0\x40\xc4\x24\x0a\x63\x04\xbe\xab\xb1\x80\xfb\x92\ \x00\x36\x2a\x54\x76\xd4\x74\xd9\x1e\xc9\x81\xc2\xd8\x55\x32\xa9\ \x06\x1e\x41\xc6\x93\x5a\xe0\x3b\x0a\x55\x5a\x2b\xe2\xca\xe5\x5e\ \xab\x37\x0f\xb3\x9b\x3c\x5f\x31\x48\x7b\x7f\x38\x39\x78\xfc\xf8\ \xae\xfd\xdf\xed\x2b\xa4\xfb\xfa\x06\x76\x67\x06\x87\x73\x19\x90\ \xce\x5c\xa4\x77\xa0\xb0\x0f\xe0\xb8\x90\xce\x68\x34\x1a\xbb\x31\ \x92\x8e\x28\x2c\xa8\xba\x15\x08\xb5\x90\xe9\x05\x31\x45\xb5\xef\ \x20\x5b\x1a\xad\xc2\xa2\x06\x04\xe5\xa1\xc5\x7f\xb5\x45\x81\x92\ \x94\x25\x22\x78\x5c\x99\xec\x3a\x82\xc1\xf5\x59\x3d\x99\xa8\x03\ \xf9\x8c\x2f\x2d\x55\x59\x60\xc3\x32\x86\x27\x4c\xca\x44\x11\xe6\ \x7e\xda\x5f\xd4\xeb\x95\x18\x6e\x2a\xce\x94\xcb\x40\x54\xfa\x2a\ \x6e\xc2\x71\x22\x01\xfe\x20\x66\x73\xe2\x4a\x8f\xcd\x63\x46\x39\ \x78\x4a\xf0\x24\x0c\xa6\x57\x92\x84\x23\xd8\xb6\xae\xa7\x33\x16\ \x4c\xb9\xda\xda\x52\x36\x8f\xcb\x64\xf2\x31\x65\xdc\x16\x70\x35\ \x05\xcc\x30\xf9\x91\x7a\xbd\x99\xf2\x9b\x40\x28\x0e\x14\xcb\x09\ \xb6\xc8\xa4\xb6\xf4\xa7\x5a\x02\x7a\x17\xe6\x88\x05\x03\x9e\xee\ \xe6\xa6\x50\xc8\x11\xb3\x05\x7d\x4a\x9b\x39\x06\xff\x37\x77\x84\ \xe2\x6d\x81\x68\x73\x4b\x47\x47\x53\x5b\xaa\xbb\x35\xde\xd2\x1c\ \x68\x69\x6d\xf6\xf5\xb4\xb4\x44\x7d\xa9\x54\x57\x67\x1c\xbe\xd8\ \xd8\x11\x08\xc5\x83\x28\x1e\x3e\xd5\x84\x8a\xa0\x5d\x31\x5b\xa0\ \xa5\x29\x16\x0c\xfa\xe8\x00\x3c\x35\x33\x4e\x2b\xd1\xb6\x23\xc2\ \x9f\xc5\xc8\x72\x82\x9c\x29\x27\xfc\x7a\xd2\x9f\x2d\x26\x00\xe7\ \xb2\xac\xbf\x3a\x33\x8e\x24\xac\x3c\x3a\x5a\xd5\x83\xf9\x32\x03\ \x08\xe2\xb4\xcf\x83\x5a\x45\x8c\x8f\x83\x54\x8d\xc2\x9f\xf1\xea\ \x81\xa5\xd1\xba\xdf\x3f\x3a\x53\x5f\xaa\xce\x80\xb2\x8f\xc3\xf5\ \xed\xf7\xdd\xf9\xd4\x63\x81\x0d\x7f\x27\x4d\x4c\x34\x46\xe1\x7e\ \xfa\xc9\xbb\xfa\xbf\x3c\xfe\xd1\x63\x4f\x6c\x6e\x6f\x05\x97\x66\ \x33\x47\x9d\x00\xc1\x28\x34\x8e\x71\x38\x03\x51\x8f\xc3\x11\x8d\ \x05\xe0\x42\x80\x30\x91\x60\x0d\x48\x02\x9c\x14\xe1\xaf\x26\xd8\ \x04\x86\xc3\x0f\x9a\x9d\x4a\x8a\x20\x40\xb1\x10\x2c\x9a\x9d\x36\ \x17\x41\x12\x84\x53\xf9\x84\xf6\x4e\x06\x4c\x83\x1e\xec\x1f\x68\ \x16\xdd\xfe\xca\x97\xf6\x9d\x1d\x1b\xdb\x77\x6e\x6e\x7f\x43\x5b\ \xd8\xf7\xb6\x6a\xa8\x22\xd4\x7a\x6b\x11\x41\x5e\x21\x11\xd4\xbc\ \x0a\x99\x30\x1f\xd6\x0a\x2b\x70\x04\x55\x2a\x43\x3a\x03\x27\x5f\ \x43\x65\xa0\x13\x73\x73\x63\xb3\x60\x7f\xe6\x26\x86\x4a\x43\x23\ \x0b\x0b\x00\x79\xd3\x13\x23\x23\x23\xd3\x13\xdb\x36\x7f\x33\x32\ \x32\x04\x92\x55\x1b\xb1\x86\xf3\xf9\x7c\xd8\xea\x15\x0b\x85\xe1\ \x21\x83\x9c\xab\xab\x78\x75\x3c\x43\x65\xa4\x31\x3d\x56\x02\x26\ \x3c\x32\x3f\x3b\x3f\x37\xbb\x38\x37\x3b\x7f\xf1\xea\xd1\x53\xdf\ \x69\x06\xe0\x56\xb3\xb3\x17\xcf\xd9\x0f\x9e\x3d\x7b\x76\xf7\xd0\ \xc8\xd8\xe4\xc2\xc2\xdc\xfc\xa9\x53\x17\x57\x2e\x5f\x38\x7a\xe3\ \x8d\x6b\x56\x2e\x9f\x5b\xb5\x57\xd7\x6a\xb0\xf6\xac\x56\x35\xa0\ \x0c\x2c\xa4\x4e\x7f\xfc\xb9\x56\x27\x7a\xed\x22\xa2\xc1\xc3\xd7\ \x8f\x1c\xfc\xf5\xcc\xcf\x5f\x3f\xfc\xea\x9b\xef\xfe\xf9\x96\x67\ \x76\xee\xd8\xb0\x75\xeb\x8e\x17\x36\xf4\xf4\x74\x04\x53\x31\xd4\ \x95\x90\x62\x5c\xf0\xbf\x8f\x22\x50\x7b\x34\x93\x1e\x75\xc1\x31\ \x65\x61\x0e\x62\xcb\x24\xcb\x9a\x5c\x34\x63\x42\x41\x0d\x09\x8c\ \x32\x29\x51\x27\xe7\x80\x0b\x0e\x3d\x82\x84\x69\xcb\xf6\x8d\xe4\ \xe4\x13\x22\xa1\x95\x53\x19\x0a\xcb\xbd\x7c\xae\x28\x32\x5c\x70\ \x5b\xa5\xbb\xbe\x3b\xfb\xf0\x1d\xdb\x5c\xdd\x67\xfa\x76\xbd\xd7\ \xb4\xfe\xe0\x3b\xdd\x1a\xc9\xae\x47\x83\xcd\x9d\x6b\xb7\xde\xb7\ \x8b\x3f\x62\x9d\x1f\x3b\xfe\x02\x5a\x2a\x4d\x06\x43\xfd\x8f\xdd\ \xdd\xdf\xd2\xd4\x1c\x48\x06\xdb\xb7\x7f\xbe\xa1\x7b\xc3\xc3\xf7\ \x38\x62\xeb\x6e\xfa\xfe\x6f\x7f\x19\xdc\xff\xf6\x4f\x1f\xec\xf7\ \x5a\x27\xb7\x6f\x7c\xee\xcf\xaf\xbf\xf9\xc6\xd9\x43\xfc\xb3\xef\ \x7e\xf8\xd5\xe3\x1b\x76\x7c\xc6\x9d\x3e\xf6\xea\x7b\x76\xf7\x60\ \x9f\x31\x02\x14\x34\x68\x77\x47\x8c\x91\xbe\x82\xdd\x0e\x2c\x54\ \x18\xb6\x14\xf6\x66\x32\x83\x1a\x05\x0a\xe8\x13\xc3\xd8\x37\x2a\ \x14\x3c\x2e\x70\x20\x5f\x20\x11\xf2\x45\x61\xb4\x97\x41\x57\x92\ \x0b\x51\x2b\x6c\xa1\x2e\xcc\x87\x7f\x08\xff\x05\x02\xae\x40\xc4\ \x41\x65\xdf\x40\x48\x32\x1e\x47\x25\x13\x01\xb2\xa1\x44\x06\x05\ \x87\x67\x8f\xa0\x9e\xa3\x12\x8e\x02\xc4\x44\xab\x41\x1f\x46\xd5\ \xf0\x2f\xc3\x83\x16\x95\x54\xaa\x50\x48\xb5\x11\x30\x5d\x46\xbb\ \x4c\xaa\x96\x08\x90\xe0\xd8\x25\x1c\x60\x3c\x8b\x1b\xa0\x4c\x02\ \x2a\x28\x41\x51\x36\x3c\x9e\x88\xa7\xd1\x6a\xed\xe0\xd1\xb4\x62\ \xd0\x37\x30\x59\x16\x35\x47\xa3\x41\xd2\xe1\xb6\xd8\x15\x12\x55\ \x41\xcd\xd3\x28\xa4\x6a\x74\x2b\x2d\x4a\x90\x00\xf3\x27\xcc\x0f\ \x55\xc2\x3a\xa1\xc4\x3a\x62\x55\x17\xde\xde\xff\xc9\x2f\xfb\xf7\ \xf5\xee\xdd\x9f\x1e\x44\xb9\x7d\x85\xdd\x7d\x11\x75\x26\x37\xb8\ \x6b\xff\xae\x81\xc2\xae\x42\x3a\x1d\x29\xa0\xbc\x55\xa3\xa5\xb7\ \x37\xa7\x8d\x44\x50\x0f\x38\x6d\x66\xd0\x98\xc9\x65\x50\xab\x2f\ \x29\xda\x8d\x1d\x71\x47\xd4\x52\x50\x4e\xb5\x25\xad\x72\xab\x54\ \x68\x93\xa4\x84\xa3\x85\x07\x93\x5d\x67\xa6\xeb\xab\xd1\x67\x4b\ \x33\xf5\xea\x81\x99\x6c\xb6\x88\xa3\x9d\x0d\x38\x85\x03\x02\xd6\ \xb3\x24\xcb\x98\xca\x6c\x02\xa7\x29\xa2\xa8\x2f\x96\x8b\xac\x9e\ \x74\x30\x7a\x96\xf2\xd9\x28\xc6\x81\x7a\x26\x04\x3c\x2e\xc6\xe6\ \x30\x93\xe0\xc0\x19\x13\x08\x12\xc3\x28\x71\xda\x91\xec\xec\x88\ \xc5\x02\xf1\xa8\x93\x64\x09\xd2\xe4\x71\x00\x2f\x2a\x99\x14\xda\ \x62\xed\x4f\x50\x2c\x10\x55\x75\x3c\x5b\x2d\x82\x3c\x02\x0d\x79\ \x7c\xe0\xf4\x7b\x82\x2e\xdb\x6a\x4f\x1b\x94\xa0\x1d\x70\x85\xe8\ \xae\xb8\x1e\x1c\x9c\x27\x16\x4b\x06\xda\x92\x9d\xb6\xf6\x8e\xe6\ \x76\x38\x6a\xda\x5a\x92\x3d\x9d\xa1\x28\x6a\xcc\x8c\x36\x95\xf9\ \x9a\xe2\xcd\xd1\x26\x18\xff\xf1\x64\x30\xd8\xe6\x0c\xc5\x43\xb1\ \x38\x8a\x93\xf1\x01\x15\xc6\x52\x36\x22\x10\xf7\xe1\x8c\x83\xb0\ \x79\x68\x86\xa2\xb3\x26\x10\x2d\x00\xe0\x22\xa8\x4e\xbd\x9c\x28\ \x97\x13\x89\x72\x56\x8f\xa3\x12\xaa\xa2\xc9\xef\x2f\xfb\xd9\x71\ \x90\xa4\xf1\xf1\xa5\xa2\xd2\xc1\x28\xa3\x28\xba\xdd\xe6\x02\x6f\ \x39\x03\x1f\xd5\x19\x24\x59\x4b\x4b\x6c\xb6\x5c\x5d\x1a\x1d\xcd\ \x96\x97\xc6\xc7\xeb\xfa\x72\xcf\x5d\x1f\xb5\x75\x3d\x7a\xcb\xfb\ \x1b\x71\x53\xd9\xec\x73\x3a\x02\x6f\xdd\xe5\xb8\xf3\xe0\x99\xe7\ \x37\xaf\xeb\x6c\x69\x0a\x39\x50\xb9\xa8\x9e\xc1\x70\x12\x9c\x11\ \x4e\xd2\x3e\x60\xd9\x68\xbc\x25\x15\x6a\x0d\xc5\xa2\x01\x1a\x28\ \x90\x00\x3c\x36\x61\x80\xa6\xac\x09\x34\x0a\x9e\x24\x06\xef\x33\ \xfa\x40\x05\x0e\x7a\x8a\xa2\x50\xcd\x83\x4d\xe9\xf8\xe4\xed\x80\ \x92\xa2\x4d\x59\x3f\x4c\x18\x4e\xaa\xeb\xec\x93\x8f\xb5\x3f\x9d\ \x6c\x7d\xe5\xec\x03\x4f\x48\x77\x47\x2e\x7d\xcb\x0b\x8b\x86\xac\ \x43\x32\xfb\x90\x81\xe7\x1d\x9a\xac\x88\x0d\x46\x79\x85\x0b\x62\ \x53\x69\x54\xb8\xde\x1a\x6a\xb4\x2a\x98\x5a\x5c\x98\x5d\x98\x9c\ \x5c\x9c\x9f\x5b\x5c\x68\x4c\x4c\x8d\x4c\xa2\x3d\x83\x63\x93\xb3\ \x13\xa0\x59\x2f\x06\x6f\xd1\x4c\x8e\x4d\xe7\xad\xf9\x12\xbf\x52\ \xd3\xc9\xad\x79\x39\x07\xfc\x3d\x6a\x55\xe8\x0d\xcb\x0d\x06\x6b\ \x7e\x02\x7e\x14\x45\x61\x2d\x2c\x2e\x4e\x4d\xce\x2d\x2f\x2f\x1f\ \x5b\x39\x7f\x45\x3e\x78\x5c\x5b\x5b\x98\x5e\x38\x75\x38\xff\xe6\ \xc9\x33\x67\x0c\x53\x8d\xfc\xd8\xd4\xec\xc2\xfc\x89\x53\x2b\xe7\ \xce\x5d\xb9\xfe\xc6\x1b\x8f\x5e\x5e\x39\x77\xf8\x86\x1b\xae\xff\ \xbd\x47\xce\xb5\x8a\x86\xd5\x45\xf7\x6b\x67\x08\xff\xb7\xe8\x7e\ \xf8\x8f\x4a\x2c\xa4\x58\xd7\xaf\xfc\x72\xe9\xd7\x9f\x3f\x7f\xeb\ \xb5\x17\xdf\xfd\xc7\x4d\xdb\x9f\x78\x16\x3c\xd6\xe6\x87\xee\xde\ \xd0\xde\x16\x4c\x75\x20\xed\x71\xba\x6c\x98\xd9\x97\x8c\x81\x39\ \x65\x31\x78\x7f\x56\x9b\x4a\x24\xaa\x45\xff\x6a\x13\xe8\xac\x93\ \x0e\x50\x45\x16\x35\xff\xc2\x30\x0a\x63\xf5\x4e\x74\x03\x33\x4e\ \xb9\x18\x26\xf8\xb0\xe1\x96\xad\x62\xae\xca\x28\xe6\xf3\x84\x72\ \x49\x44\x95\xdb\xff\xcd\x97\x77\x3c\x7f\x7f\x77\x77\x73\xb2\xff\ \xc9\xaf\xbf\xf9\xf4\x16\x5f\xe8\xd1\xfb\xb6\xac\x95\xdd\xfc\xf5\ \xf6\x96\x75\x9b\x36\xb6\xba\xee\x5c\xd0\x19\x16\x97\x1f\x64\xe2\ \xa9\xb6\x8e\xce\x78\xe7\x03\xf7\xae\x7d\xea\xe6\x2d\xeb\xfa\xd7\ \x6d\xd9\xf9\x97\x1d\x3b\xef\xbb\xfd\xd5\x9e\xa6\x64\xd7\xa6\xa7\ \x1f\x7c\xe1\xd5\x77\xbf\x36\x68\x4e\xd7\x66\x6b\xba\x7b\x6e\x79\ \xf2\xf5\x57\xbf\xdf\xc7\x7b\xff\xe7\xdf\x6e\xdf\xbc\xe1\xe9\x77\ \x7f\xd6\xcd\x49\x76\xfc\xa6\x4a\xa7\x7b\xd3\xea\x0c\x88\x14\x0c\ \xc5\x5c\x9f\x7b\xa0\xd0\x9b\x36\xf6\x66\x56\x5b\xd2\x6b\xb4\x32\ \x81\x4c\xcb\x01\x6b\x03\xde\x06\x6d\x14\x44\xeb\xe9\x5c\xa0\x3e\ \xae\x35\x6f\x05\xcd\x0a\x5b\x75\x42\xae\xc1\xc0\x35\x78\xbd\x42\ \xbe\xd5\x80\x22\xfe\x44\x5e\x1d\x47\x24\x93\x71\xc4\x62\x44\x91\ \x32\x05\x5a\x78\xd7\x00\x12\x6a\x15\x1c\x01\x38\x38\x05\xf8\x35\ \x89\x56\x23\xd1\xc0\x15\x46\xa3\x25\xa3\x4a\x0f\xec\xdd\xdd\xa7\ \x95\x69\xec\x20\x58\xa8\x3b\x29\x92\x19\x95\x1a\x1c\x1a\x70\xa2\ \x16\x09\x9f\x58\xab\x95\xa9\xdd\xab\xe5\xf3\x5a\x30\x6d\x68\x97\ \xa1\x5d\x63\x14\x8b\xdc\x46\x99\x44\xb3\xba\xd2\x2e\x95\x5a\xdc\ \x2a\xbb\x3a\x02\xf7\x2e\x95\xa8\x8d\x76\xb4\x0b\x9b\x87\x0a\x10\ \xd0\xea\x97\x08\x0c\x61\xde\x30\x14\xd6\xc9\xf9\x1c\xf9\x58\xc9\ \xde\xf7\xc5\xe9\xe3\x03\xe9\xe1\x43\xbb\x07\x73\xfb\x72\x96\xbe\ \xc2\x30\xca\x47\xee\xcd\xe5\x86\xf7\xf6\x65\xd2\x85\x5e\x77\x01\ \x6d\x85\xb6\x47\x32\x05\xb7\xa5\x10\xe9\x33\x82\xcf\x4c\xbb\xd3\ \x69\xa3\x7b\xc0\xae\x8d\xa4\x41\x08\x41\x64\xdd\xa8\x14\x16\xb4\ \x12\xc8\x54\x83\xb4\x16\x15\xb9\xcb\x00\x7c\x15\x9c\xeb\x30\xa5\ \x09\x46\x61\x79\x69\xf4\xbf\x4b\x33\xa3\x4b\x4b\xf5\x62\xa2\x5e\ \x2d\x93\x34\x95\xa8\x56\x13\xd5\x51\x64\xb7\x96\xaa\x65\xbd\x87\ \x42\x69\x43\xfa\x62\x91\x4a\x28\x31\x8a\xb6\xd9\x18\xc6\x8c\x5d\ \x0b\x4b\x66\x80\x5d\x48\xdc\x87\xa6\x3e\x98\xf3\x94\x80\x93\xa4\ \x99\x09\xad\xed\x8f\x3b\x95\x26\x96\xd0\xeb\xd1\x82\x02\x98\x1e\ \x1f\x7c\x89\x7a\xf4\x31\x14\x3b\x53\x84\x47\x01\xc7\x56\xf4\x57\ \xcb\x6c\x96\xf4\x74\xaf\x6d\x6b\x5e\xdb\x9f\xf2\x98\x43\xad\x3e\ \xb0\x15\xd1\xa8\x13\xb3\xb5\x39\x18\x06\xee\xdf\x15\x0d\x06\x9c\ \x4d\xa1\x40\xaa\x39\x98\x6c\x6e\x4e\xa5\x82\xc1\x60\x32\x66\x8e\ \x05\xdb\x9a\x63\x21\x5b\x20\x90\x6a\x0f\xfa\x9a\x6d\xed\x2d\xbe\ \x90\xab\x29\x64\x0b\x46\x63\x31\x1f\xa0\x61\x2a\xe6\xf0\x84\xe0\ \x32\x15\x4a\x82\x4b\xf2\xa0\x12\x56\x12\xf5\x08\x66\xab\xe0\x19\ \xd9\xa5\x99\x44\x76\x7c\x7c\x1c\x1e\xbc\x8a\x1a\xd8\x29\x91\x58\ \xa3\x1d\xfe\xe5\x72\x1d\xa0\xaf\x3c\x3e\x5e\x1d\x67\x49\xa5\x99\ \xc6\x9c\xe0\x7a\x1c\x64\x62\xfc\xc0\x28\xf8\xa9\x03\xc8\x7f\x8e\ \xd6\x47\xc7\xcb\xf0\x09\xd4\xab\xce\x9a\xf4\xd8\x1d\xb7\x3d\x7e\ \xd3\xe3\xf7\x7d\xb9\xc5\xc1\x14\x59\x87\x99\xa6\x6e\x79\xd6\xfc\ \xec\x99\xcf\xee\xda\xb4\xb6\x29\x05\xec\x82\x29\x19\x9a\x20\x68\ \xd4\x7b\x90\xc0\x1d\x34\xe3\x81\xa3\x3e\xd9\x19\x6c\x6a\x6d\x4e\ \x32\x81\xb8\x93\x06\x52\x25\x58\x3f\x89\x91\x7a\x54\xe7\xce\x9a\ \x94\xa0\x50\x0e\x9a\x80\x87\xf6\x9b\x08\x33\x5b\x37\x29\x69\x18\ \x91\x0c\x4d\x61\xcf\x48\x1e\xc5\x95\x7a\x98\x33\x8a\x65\xbf\x99\ \x0e\x7c\xb6\x25\x64\xc6\x3c\x3b\x5e\xff\xed\x91\x57\x87\x0f\xba\ \x8f\x7f\xf6\x25\x7f\x48\xe8\x1d\xd2\xc9\x86\xc2\xe1\xa1\xe9\x91\ \x11\x98\x84\x75\x35\xbe\xa1\x96\x2f\x35\xc6\xf2\xe1\xda\xec\x88\ \x58\x3d\xb2\x3c\x37\x39\x3b\x35\x39\x3d\x39\xd9\x40\xa1\x7c\xb3\ \x95\x91\xc9\x69\x14\x1f\x33\x3b\x55\xf1\x0e\x45\xda\x9e\x3b\x39\ \x31\x64\xf5\x86\x45\x61\x2f\x7c\xc8\xd1\x2a\x6f\xd8\x10\xb6\x86\ \xbd\x30\x4c\x40\xb8\xb8\x95\x91\xa1\x21\x24\x58\x53\x53\xf3\xf3\ \x63\x63\xb3\x93\x27\x8e\x9c\xba\x78\x74\x62\x77\x69\x58\x50\x5a\ \x98\x3f\x72\x58\xf8\xee\xa5\xbf\xfd\x54\x99\x58\x9c\x9a\x40\x3b\ \x74\x2e\x5e\x00\x99\x3a\x8a\x4e\x0f\xae\x9c\x3f\xbc\x67\xcd\xb5\ \xb3\x83\xab\x49\x58\xab\x2b\x58\x47\xaf\xf5\xc9\xf9\x3d\x4f\x66\ \x35\xae\xef\x9a\x60\xa1\x90\xd1\x2b\xf0\xe9\xe2\xe0\xa5\x9f\xcf\ \xfc\xeb\x9d\x8f\xdf\x79\xe3\xe3\xcf\x1f\x7e\xe2\x81\xe7\x9e\x7b\ \xee\xee\xfe\x0d\x6b\xd7\xb5\xf8\x92\xc1\x96\x94\x2f\x86\x0a\xd9\ \x28\xca\x19\x72\x98\x40\xac\x50\xad\x95\x5e\x6f\x02\xa9\x42\xbf\ \x0e\xdc\xef\xcf\x66\x69\x67\x27\xc6\x9a\xb2\x98\xd9\x4c\xa1\xda\ \x36\x25\x63\x73\x51\x8c\x49\x6f\x36\xd3\xae\xe8\x1b\xb2\xc0\x4b\ \xc6\x31\xed\xee\x93\x3f\x9c\xf9\xf6\x96\xe7\xd7\xb6\xc6\xcc\x60\ \x8a\x7d\x1d\x1b\x76\x3e\xf0\xf0\xa7\x9f\xdd\x7e\xcf\x4b\x9e\xd4\ \xfd\x9b\xbb\xfb\x9f\x3d\xbe\xee\xb7\x1d\xb1\x96\xee\xee\x8d\xb1\ \xa0\xb0\x26\x9c\x3a\xb1\x3b\xd8\xda\x1c\x6b\xeb\x6a\xbf\xfb\x81\ \xed\xc9\xe4\x8e\xc7\xd6\xf5\xbc\xf4\xc0\x33\x4f\x6f\x7b\xe4\x9e\ \x9d\x3d\x2d\x5b\x3a\x5b\xbb\xee\x7f\x69\xe7\x8e\x47\x9f\xfd\x97\ \x42\x7b\xe4\x82\x48\x64\xb9\xeb\x9d\x27\xdf\xdd\xc7\x1b\x18\x3c\ \xf3\xd2\x23\x7f\xba\xf5\xeb\x0f\x0a\x92\xc6\xbb\x4f\x7d\xc8\xcb\ \xa9\x73\xbd\x28\x11\xca\xde\x97\x73\x47\x32\x1a\xd4\xcf\xc1\x3d\ \x60\x8c\xd8\xc1\x0f\x81\x73\x40\x83\x5f\xa0\x96\xf0\xe1\x3f\x3e\ \x47\x20\x10\x83\xf9\xe3\xeb\x0c\x42\x9d\x41\x0e\x33\x06\x30\xa1\ \x41\x37\x64\xe0\xca\x0d\x5e\xa1\x0c\x05\xfd\xc9\xf9\x42\x03\x57\ \xc4\x45\x9d\xaf\x38\x52\xd4\xfd\x94\x07\x57\x8b\x54\x2a\x0b\x0a\ \xde\x53\xa9\x8d\x0a\x0d\x8c\x6b\x05\x8c\x7a\x20\x3e\xa9\x02\x85\ \xb5\x68\x2c\x91\xfd\x83\x39\x0d\x50\x96\x2a\xa7\x55\xd9\x2d\x5a\ \x15\x6a\x5a\x28\x96\x82\xb4\x49\xd5\x32\xb8\x89\xd4\x62\x54\xd8\ \xdd\x5a\x15\x47\x6a\xd1\xca\x14\xb9\x8c\x45\xa6\x32\x5a\x50\xeb\ \x1c\x15\x4f\xaa\xd6\x4a\xb5\x6e\xa3\x04\x2d\xd6\xab\xb5\x76\x8b\ \x06\xed\xe9\xd1\x5a\x00\x5f\x35\x0a\xbb\x85\x23\xcb\x28\x54\xf0\ \x44\xf8\x56\x2f\xc8\xac\xdc\xc0\xe5\xc1\x53\x95\x16\xf6\x1f\x3c\ \xbd\x6f\x78\xd7\x17\xdf\x0d\x17\x06\x0a\x19\xb4\xf1\x1b\x3e\x0d\ \xf4\x81\xe3\xca\xd9\xdd\xee\xc1\xde\x61\x77\x2e\xdd\x37\x68\x49\ \xe7\x00\x0b\x51\xd2\x4c\x4e\xad\x51\x45\x2c\x1a\xb4\xfc\x8e\x82\ \x4d\x23\x0a\x05\xda\xf5\xac\x06\xbd\x92\x48\x2d\x52\x85\x0a\xbc\ \xa7\x5d\x05\xd8\x8b\x36\x7c\x0b\xae\x2b\x66\x8b\xd5\xf1\x72\x62\ \xe9\xc0\xd2\x12\x1a\x9a\xff\x1d\x5d\x2a\xfb\xeb\x45\x25\xa5\x37\ \xcd\x2c\x55\x0f\x1c\xd0\xeb\xc7\x47\xab\x7e\x06\x85\xa1\xe8\xc9\ \x6c\x16\x98\x8f\x22\x1c\x66\x13\x49\x3b\x3c\x04\xcc\x5a\x04\xe5\ \x40\x5b\x4b\x18\xc2\xe1\x0a\xc0\x4f\x10\x1e\x17\xa6\xd7\x47\x31\ \x27\x6d\xa6\x69\xc2\x0f\xce\xcb\xe9\xc0\x59\xdc\x17\xf0\xa5\x42\ \x84\xc9\x3f\x9e\xa5\x30\xa5\x7f\x29\x31\x5e\xaf\x97\xab\x60\x6c\ \xaa\x4b\x09\xa5\x9e\xc4\xcc\x9d\x8f\x6d\xec\xbf\x7b\x63\xc0\x19\ \x0a\x39\x29\xb4\xf5\x22\x46\xc4\xba\x9d\x38\x85\x39\x03\x66\x54\ \xb2\xee\xf0\xb8\x5c\xae\x78\x34\x6a\x43\x61\x36\xa1\x80\x27\xde\ \x14\x48\xba\xda\xda\x63\x28\x89\xb4\xa5\x25\x18\xf4\xf8\x9a\x43\ \x94\x2d\x18\xef\x68\x6e\x69\xf2\xb9\xc0\x65\x05\x82\x21\x47\x30\ \x6a\xb3\x45\xa3\x1e\xc0\x55\x3d\x6e\xd2\x13\x45\x7f\x11\x8e\xe3\ \xa5\x84\x7f\x7c\xa6\xaa\xaf\x2f\x8d\x56\xd9\x22\xe8\x72\xb5\x5c\ \x2c\xb3\x7e\x14\xac\xeb\x47\xdc\x37\xfe\xdf\xd1\xfa\xd2\x81\xd1\ \x22\x5b\x45\x45\xd4\xa0\x21\xac\x3e\xeb\x07\xfc\xfb\xef\x7f\x0f\ \x1c\x38\x30\x7e\xe0\xc0\xe8\x81\x25\xf8\x6a\x74\x14\x7e\x66\x3c\ \x31\x3a\x63\xea\xb9\xb5\xfb\xb9\xae\xe7\x5e\xbb\xe3\xe9\x9e\x75\ \xed\x2e\xda\xb1\xfe\x4f\xcc\xc6\x7b\x3e\xfd\xf3\x96\x4d\x6d\xc9\ \xa4\x8b\x72\xe2\x7a\x27\x82\x3b\xbd\x92\x76\x39\x31\xbf\xd2\x16\ \x0d\xb5\xf5\x6c\xdd\xdc\x1c\x6c\x6d\x89\x05\xcd\xb4\xd3\x4c\xe3\ \x4a\x02\x75\x48\x30\xe1\x26\x92\x05\x9c\x21\x6c\x94\x09\xc3\x1d\ \x0c\x80\x2b\x4b\x81\xef\x4b\x50\x0c\x81\xfa\x54\xc1\x10\x3d\x99\ \x4b\xb1\x26\xe7\xda\x67\x5b\x9b\xa2\x55\xa6\x2b\xe6\xc7\x3d\x2e\ \xca\xd5\xbf\xe9\xef\xb9\x4b\xf7\xbc\xa7\xfd\xee\x67\x91\x21\x0f\ \x8a\x95\xf7\x5a\xf3\xb5\x91\xbc\x37\x2f\xe6\x6b\x46\xc6\x86\x4a\ \x3a\x6b\x65\xb2\x61\x18\x9a\x9e\xac\x85\xa7\x96\x17\x16\xa6\x1b\ \x13\x13\x53\x63\x63\x95\xda\xf4\x34\x0a\x12\x9d\xa8\xd4\x86\xa6\ \xa7\x87\x4a\xe1\x5a\x6d\xd3\xd6\x77\x79\x8d\x52\xc5\x5b\x1b\xf1\ \x72\x75\xa8\xc5\x85\x9c\x6b\xb5\x7a\xbd\x61\x1d\x4c\xef\x61\x6e\ \x58\x87\xca\x98\x41\xe8\xa6\xa6\x51\xec\xcc\xd8\xe4\xfc\xb1\xc5\ \xcb\xe7\x57\x34\x0b\x73\xc2\x7c\x6d\xfe\xd4\xb9\x85\x5b\x3f\x7a\ \xf1\xa7\x23\x53\x73\xa8\xb2\xe9\xc2\xc5\x0b\xa7\x2e\x9e\x3b\xbc\ \xe7\xfa\xff\xdc\x78\xf1\xe2\xca\x95\x35\x6b\x56\xa3\x1a\xd6\xac\ \xf9\x3d\x1b\x79\xf5\xd3\x6a\x55\xc3\xd1\xa3\x6b\x8e\xae\xd9\xf3\ \xc7\x8a\xfb\xb5\xc5\xf6\xd5\x02\xd2\xf3\xef\xff\xfa\xeb\x97\xdf\ \x7f\xf9\xc6\x83\x4f\xbe\xf9\xd5\xbf\xee\x7c\x6a\xc7\x23\x8f\x6c\ \x5e\xdf\x8a\xc2\xd3\x3c\xad\xc1\xa6\xa0\xcd\xc7\xd8\x50\xe3\x78\ \xca\x05\x72\x64\x72\x3a\x9d\x0c\x4c\x6e\x59\xb0\xe9\x7e\x92\x35\ \x21\x62\x26\x3d\xad\x0e\xb4\x6d\xd4\x84\x33\x34\x5b\xd4\x13\x4e\ \xc6\x07\xf3\x8e\x1e\xa7\x09\x46\x99\x1a\x38\xab\xbc\x77\x57\xe3\ \x0b\x1f\x90\x43\x32\x90\x68\x22\xc1\xfe\x83\xaf\x25\x7c\x6d\x77\ \xdf\x7f\xd7\xf6\x97\xba\xcc\xad\x9d\xdb\x36\x6c\xde\xf9\xe0\x9b\ \xc4\xbd\xeb\x03\x3d\x71\x5f\x6b\xe0\x21\x79\x49\x58\x5b\x16\xac\ \x4d\xb6\x3d\xd4\xd5\xda\xb6\xe9\xe6\x97\x52\xc1\xb6\x0d\x9b\x9f\ \x78\xfc\xd9\xad\x3b\x9f\x7f\xb9\x33\x19\x58\xdb\xd9\xd4\xd4\xfd\ \xf2\xb3\xeb\xb7\x3d\xfa\xf8\x2d\x3f\xd7\x16\x4f\x19\xde\x9d\x3e\ \x7b\xfb\xbb\x3f\x88\x45\xe9\x57\xfa\x37\x3c\xfe\xea\x99\xd3\x03\ \x97\x78\xa7\xef\xb8\xfd\x34\x2f\x93\xee\x75\xdb\x2d\x11\x77\x6f\ \x6f\xda\x92\xc9\x00\x03\x59\x34\x6a\xa0\x42\x63\x66\x50\x8d\x1a\ \xc4\xcb\x39\x30\x18\xa5\x3c\x9e\x58\xca\x13\x72\x25\x28\xd3\x3d\ \xcc\x95\x8b\xe4\x28\x20\x2b\xac\x33\x70\xbd\x25\x2f\x9f\xcf\xcf\ \xf3\x79\x12\x0e\x37\x2c\x17\x08\x74\xf2\xd5\x56\x6f\x42\x8e\x44\ \x24\x51\x21\x12\x94\x70\x84\x3c\x50\x27\xd0\x2c\x90\x11\x95\x54\ \xab\x91\xf1\xa4\x60\xaf\x14\x3c\x19\x47\x65\xd1\x6a\x23\x7d\xa8\ \x17\xc4\x2a\xd5\xb9\xd3\x1a\x95\xc5\xb2\x4a\x7b\xa0\x3c\x70\x03\ \x8d\xd1\x0e\xda\xa4\x2d\x68\xdc\x16\x94\x3f\x95\xe3\xc9\xdc\x11\ \x0b\x10\x9f\x05\xa4\x4d\x81\x38\x53\xaa\xb5\xab\x54\xf6\x88\xca\ \xa8\x2d\x18\x15\x6e\xd0\x57\x35\xf2\x65\x20\x27\xee\x42\x2e\xa3\ \x30\xe6\x32\x1a\xb7\x5a\xc6\x33\xa0\x62\x0c\x83\x4e\xa8\x95\x57\ \xac\x92\xdc\xf1\x4f\x8e\x1f\x3f\xf4\x45\xef\x77\x28\x67\xb5\x37\ \x9d\xcb\xed\xce\x44\x86\x87\x41\xb4\x7a\x73\x03\xe9\x81\x5d\xa8\ \x0f\xeb\x70\x1f\x3c\xa3\x02\x68\x55\xc4\xa8\xb6\xf7\x0e\x5a\x2c\ \xf0\x73\x69\xd4\xa2\xde\x6e\x81\x07\x43\x8d\xec\xc1\xe2\xa9\x35\ \x6a\xa3\x4c\x21\xd1\xda\x51\xee\x2a\x00\xad\x8a\x27\xe2\x4b\xae\ \xf3\xb3\x45\x72\x66\xd4\x9f\x3d\x50\x9d\xa9\x2e\x01\xf9\x00\x12\ \x11\x2c\x8e\x51\x14\x59\x9f\x01\xb3\x65\x2a\x2e\xc1\x90\xa6\x41\ \xa4\x68\x7d\x35\xe1\x37\x93\x09\xb4\x28\x83\x1c\x08\x81\x56\x8c\ \x13\x98\x12\x73\xe2\x4a\xb4\xa6\xe9\xa2\x28\x1a\x73\x38\x70\x8c\ \xc6\x31\x18\x7b\xfe\x6a\x7d\x29\x81\x01\xde\x04\x12\x74\x2c\x04\ \x3e\x89\x24\x58\xbd\x99\x51\xa2\x12\xcc\xec\x8c\x7f\x69\x06\xfc\ \xce\xb5\xb6\x4c\x89\x19\xa2\xbb\x6b\x5d\x6c\x53\x87\x2b\xe9\x61\ \x98\x40\x2a\xae\xf7\x78\x6c\x36\x82\x04\x27\xa7\x77\xa0\x7c\xe5\ \x68\x14\xf5\x0a\xf7\x45\x1d\x21\x4f\x2c\xe9\x0b\x04\x02\x51\x5f\ \x4b\xb0\x39\x14\xec\x88\xfa\x1c\x3e\x54\x2a\x15\x0b\x34\xc7\xa3\ \xb1\x78\x4b\xd4\x05\x10\xe9\x69\x02\x09\x83\x67\xd2\x14\x75\xf9\ \x1c\x31\xa7\xd9\x09\x1a\xeb\xf7\xeb\x4d\xa8\x8f\x39\x1c\xd4\xa6\ \xa2\x49\x5f\x2e\x56\xab\xfa\x6c\x99\x2d\x83\x7a\xc1\x8b\xaa\x57\ \xeb\x45\x3d\x88\x16\x5a\xad\x42\xc0\x07\xe6\xb2\x5e\x45\xf5\x59\ \xe0\x68\xaa\xf5\x32\xb8\xcf\x25\xb4\xea\x3e\x3a\x0a\x0e\x0c\x2d\ \xbd\x1f\xf8\xef\x0c\x52\xad\xac\xd3\xf7\xfc\xe6\x4d\x9b\xfe\xfc\ \xc2\x6d\x77\xdd\xfb\xa7\x2d\x49\x87\xef\xa3\xce\xa6\x17\x6f\x79\ \x76\xe3\xd3\xeb\x53\x21\x1a\x14\xc5\x41\x05\x08\xa5\x8b\x61\x71\ \x94\xbb\x65\x32\xc7\x9a\x7c\x4d\x1b\xb7\x3f\xdf\x15\x8c\x35\xc7\ \x7d\xf1\xb8\x83\x46\x1b\x0a\x4d\xab\x3b\x74\xfd\x26\xd2\x84\x06\ \x19\xf8\x40\xbd\x12\x4f\xb0\x7e\x3d\xda\xf1\xe3\x67\x28\x13\x45\ \xe0\x2c\x41\x33\xeb\x85\x9f\x06\x71\xcf\xfd\x97\x7e\xdc\x14\x79\ \xc6\x1f\x72\xc5\x3b\xa3\xb4\x87\xc6\x4d\xcf\xbc\xbb\xef\xde\xbf\ \x8d\xec\x7f\x51\xa3\xa9\x58\x1b\x63\x5e\x2f\x08\x4c\xa3\x91\xd7\ \xc9\x39\x82\x69\xaf\xae\x32\x34\xd2\x58\x98\x6c\x8c\xd4\xe6\x8e\ \x4c\x8d\x4d\x4d\x4d\xa2\x5c\x76\xb0\x55\x63\x13\xb3\x53\x53\x53\ \x8d\x49\xe0\xc2\x91\xb1\x8a\xb7\x51\x1b\x9a\xbc\x35\xf8\x60\xa6\ \x26\xf7\x4e\x34\x2a\xc2\xb0\xc1\x00\x93\xbb\x21\x5f\xd2\x19\x86\ \xac\xf2\x21\xaf\x37\xef\x0d\xe7\x4b\xa5\x12\x08\xd5\xd4\xc4\xec\ \xe4\x7c\xa3\x31\x0d\xe2\x77\xec\xfc\x0d\x96\x83\x52\x8d\x68\xa4\ \x66\x3d\x72\xee\x97\xcf\xfe\xfa\xcb\x89\x13\xc7\x4e\x9d\xb8\x70\ \x79\xe5\xd4\x91\x23\xcb\x17\xaf\xac\xb9\xf1\xff\xb9\x61\x72\xe1\ \xe2\xf9\xd5\x68\x99\x1b\xae\xff\x5f\x72\xdf\xb5\xb6\x83\x47\x7f\ \xcf\x97\xb9\x56\x30\xfa\xfb\x32\xd6\x2a\x0f\xa2\x30\xf7\x35\xb3\ \xbf\x9e\x39\xfb\xf5\xdf\xee\x79\xf1\x95\x57\xfe\xf5\x97\xdb\x1e\ \x7f\xe2\xa9\xfb\xbb\xba\xbb\x5a\xfa\x43\x2d\x29\x94\x64\x06\x73\ \x16\xe5\x30\x3b\x6d\x8e\xa8\x83\x76\x92\x94\xcb\xe5\x48\x05\x3c\ \x4a\xb0\xa7\x64\x02\x7e\xad\xa6\x22\x4b\x38\x62\x26\xb4\x0c\x0f\ \xb4\xcd\xe0\xc0\xf6\xb4\xc7\x81\x8a\xdd\x30\x54\xb1\xfc\x98\xf0\ \x2d\xdb\x53\x3f\x4c\x67\x9c\x7e\x53\x31\xb4\xdd\xb3\x79\x8b\x8b\ \x58\x0d\xf3\x81\xa9\xcb\x44\x26\xf4\xd1\x8e\x6d\x8f\x3d\xfa\xe8\ \x33\xdb\x1f\x68\x25\xb6\xae\xa3\x53\xf1\x64\x93\x2f\x26\xb2\x4e\ \xce\xce\x35\xee\x6e\xe9\xec\xbf\xfb\xa1\x4d\xcf\x3f\x72\x6f\x77\ \xa0\x7d\x7d\xcb\xd6\xc7\x76\xf6\xaf\xef\x4a\x6d\x0e\x76\xb6\xb6\ \xf4\xaf\x5b\xff\xcc\x13\x8f\x3f\x77\xc7\xcd\x4f\xbc\xb1\xff\xc8\ \xf2\xe4\xb7\x06\xf1\x67\x87\xbc\xde\xd3\x3f\x3d\x7f\xf7\xfd\xaf\ \x9f\x3d\xfb\xfd\x37\xa7\x23\x0f\x3c\xfc\xd1\x21\x35\x58\x29\x77\ \xda\x6d\xcc\xd8\x23\x6a\x0d\x22\x43\xb7\x0a\x86\x79\x1a\x80\x50\ \x22\x10\x09\x41\x9f\x38\x7c\x01\x5f\xc4\x11\x89\x24\x22\x5d\x9e\ \x2f\x12\x48\xb8\x3a\xae\x40\xa7\x43\x7b\x15\xe4\x02\x21\x17\x4c\ \xae\x55\xa8\xb3\xf2\xe5\xe8\xb4\xad\x50\x0e\xe4\x25\xe7\xca\x75\ \x28\x2b\x4b\x28\x80\x1b\x89\x79\x1a\x95\x80\x2f\x14\x4a\x64\x6a\ \x30\x57\x5a\x0b\x28\x9f\x4a\x05\xfc\xc4\xb3\xcb\x54\xa8\x9f\xa1\ \x56\x06\x5e\x26\xd2\x97\xb1\x44\x50\xab\x78\x80\xc2\x5c\x41\xca\ \x53\x4b\x35\x6a\xb1\x42\x9b\xb6\xa8\xd5\x19\xa9\x94\xa7\xd1\xf0\ \xd4\x8a\xb4\x2c\x9d\xe6\xa9\x35\x1c\x9e\x4a\x5a\xd0\xaa\x64\x46\ \xd0\x0b\x05\x95\xcf\x13\xbd\x00\x00\x20\x00\x49\x44\x41\x54\xcf\ \xc2\x43\x29\x59\x28\xf6\x2f\x83\xe2\xf4\x24\xa0\x61\x5a\x50\x19\ \x0d\xdc\x9d\xd1\x6d\xd4\xf6\x5a\xd4\x28\x69\x5d\x8c\xb6\x3b\x1a\ \x78\x7c\x19\x38\x2c\x5e\xfa\x93\x4f\xde\xdf\x7d\x7c\xb0\xf7\xd0\ \xde\xde\x9c\xa6\x6f\xb8\x2f\xd7\x6b\x49\xa7\x33\x11\x75\xba\x30\ \x38\x80\x16\xef\x7a\x35\xf6\x3e\xd4\xed\x6b\x20\x32\x3c\x68\xb7\ \x80\x58\xa1\xa4\xac\x48\x0e\xad\xb9\xa5\x23\x0a\xad\x06\x9e\x7d\ \xc4\x92\x96\xf0\x50\xb8\x17\x4f\xe5\x96\xca\x10\x13\xa2\xd0\x64\ \x0d\x47\x25\xbd\xae\x9c\x48\x54\x01\x89\x12\x4b\x4b\xe5\xfa\xf8\ \xcc\xd2\x4c\xb9\x9e\x25\xfc\xc5\x2c\x0c\x57\x9c\x4d\x94\xb3\x89\ \x22\x28\x98\x9f\xa0\x7d\x4e\x17\x59\xd6\x93\x14\xaa\x69\xf4\x13\ \x24\xda\x7d\x52\xf4\x67\xc1\x83\xe3\x38\x6e\xa2\xe0\xa0\x61\x50\ \x37\x18\xcc\xe9\x20\x30\x0c\x88\x31\x68\xf6\xb3\x4b\x68\x50\xfb\ \x6d\x0e\x18\xb0\x4e\x9b\x39\x61\x76\xe9\x6d\x7a\x7d\x31\x51\xad\ \xb3\xd9\xf1\x99\x99\x99\xf1\x99\xc4\x52\xb6\x38\x5e\x2d\x67\x97\ \x46\xa9\xf6\x8e\x68\xd7\xb6\xae\x98\x0d\xa3\x9c\x81\x16\x2c\xe6\ \x09\x60\x2c\x5a\x83\xd6\xa3\xa6\xcd\x36\x30\x4d\x51\x73\x20\x19\ \x70\xf9\x5a\x92\x31\x8f\x0d\x24\xcb\x99\x8a\x7a\x98\x50\x10\x1d\ \xba\x8e\x50\x2c\xd4\x92\x6c\x0e\xa5\x40\xe4\x02\x34\x13\xf7\x05\ \x7d\x3e\x74\xce\x1b\x25\x4e\x45\x29\xb3\x83\x04\x64\xa5\xb2\x6c\ \x76\xb4\xec\x67\xb3\x26\x90\xda\x2a\x5b\xce\x8e\x97\xc7\x13\xa0\ \x96\x89\xc4\x38\xfc\x0f\x48\x88\x8a\x3a\xca\xa3\x4b\x33\x60\xa4\ \xc0\x68\x2d\xd5\xc7\xc1\x49\x15\x41\x37\x8a\xe3\xf5\xea\x78\x22\ \x3b\xc3\x16\x0f\x2c\xa1\xc5\xab\x03\x80\x85\x4b\xc8\x5f\x8d\x57\ \x5d\xe6\x3a\x5a\x44\xbb\xe5\xc5\x4f\x1f\x78\xf2\xab\xd7\x9e\xe9\ \xd6\x2b\x77\x6c\x7f\xf4\xf1\xbb\xee\x7c\x66\x47\x4f\x8b\x27\xca\ \xc0\xe3\x03\xd8\xa2\x8e\x5d\x18\x0a\x6d\xa5\x40\xcf\x1d\xae\x54\ \xff\x13\xcf\x76\xae\x4f\xb6\x37\xfb\x82\x0e\x86\x54\x2a\x31\x42\ \x9f\x65\xab\x89\x44\x82\x34\x65\xd9\x44\x96\x00\xcd\x52\xa2\x4d\ \x88\xf0\xee\xea\x51\x9a\x93\x1e\x1c\x97\x12\xcc\x82\x83\x3a\x63\ \xfd\x3c\x64\x73\xde\xf9\xfd\xc3\xc3\x86\x27\xcd\x81\x14\xb0\x63\ \x20\xea\x88\x12\x5d\x07\x37\xdc\x3c\xcd\xfd\xeb\x5d\x1c\x6b\x5e\ \x37\x62\x28\x01\x11\x4e\x8d\xe4\x0d\x43\x3a\x85\x55\xe7\x9d\x18\ \x9a\x6e\xcc\xce\x8d\x35\xc6\x66\xe7\x46\x4a\x8d\x5a\x6d\x6c\x72\ \x6c\x62\x6c\xa4\x36\xd1\x68\xd4\x26\x26\x6a\xb3\x73\x93\xd3\xb5\ \xc6\x58\xb8\x34\x54\x99\xf8\x20\xf6\xf8\xfb\xb5\xb1\x4a\xa3\x31\ \xc4\xb7\x02\x4e\xf2\xbd\x70\x0f\xf2\xb0\x9c\xcf\xf5\x56\xf2\x95\ \x8a\xd5\x0b\x2e\xac\x81\x2e\x4d\xcc\x2e\xa3\xe2\xf8\x85\x23\x17\ \x8f\x1e\xf9\xe1\xbb\x4b\x76\xf9\xe4\xf4\xa9\x3d\x03\xaf\x9f\x79\ \x6b\xe2\x44\x6d\xfe\xf2\xd5\x95\x95\xcb\x47\x8e\x5d\xbc\x7a\xf8\ \x86\xff\xfc\xe7\x9c\x61\xf6\xc2\x95\x6b\xcb\x57\x6b\x6e\xb8\x16\ \x8f\xbc\xe6\xff\xeb\x4c\xff\x7b\x4a\xf2\xd1\x6b\xad\x26\x56\xa5\ \xea\xf7\x90\x06\x74\x8e\x70\xf1\xc3\x5f\xff\xfd\xf7\x07\x5f\x7b\ \xf1\x9e\x57\xef\xf9\xeb\xe3\xeb\xd7\x76\xa6\xe2\xf1\x64\x73\x20\ \x99\x4c\xc5\x52\x31\x57\xa0\x09\x0b\xd1\x28\xa9\x87\x20\xf0\xac\ \xd2\x0c\xe6\x3a\xe6\x61\xc0\x52\x11\x6c\x11\x37\xf9\xd9\x04\xed\ \xa4\x12\x09\x3f\x49\x30\x28\x53\x16\xa7\x68\x0a\x7e\x12\xd3\x63\ \xe0\xf7\x31\xea\x29\xd1\x0e\xcf\xba\x3f\x8b\x2f\xed\x30\x99\x4c\ \xf8\xcb\x7f\x0a\x3d\x93\x62\x59\xd4\x4a\xc5\x49\x16\x81\x2a\x89\ \xf8\xba\xfb\xee\xef\x7f\x76\xf3\x63\x1b\x28\x3c\xde\x6c\xf6\x85\ \x9a\x9b\x5a\x63\x9f\xe4\x86\x26\x16\x16\x6e\xda\x18\xdf\xb8\xa1\ \x67\xdd\xb3\x77\xde\xb2\xb1\xa7\xad\x3b\xd0\xba\xae\xa5\xb9\x79\ \x53\xff\xc6\x60\x4f\x6b\x47\xcb\xa6\x4d\xcf\x6c\xbf\xf7\xa6\xa7\ \x1e\xb9\xeb\xe3\xef\xa6\x4e\xcc\x9d\x8c\xcc\xba\x79\x92\xc8\x57\ \xbf\x3d\xf8\xd0\x93\xdf\xfe\xe3\xaf\x4f\x9e\xc9\x3d\xf8\xf0\xdb\ \x07\x01\x08\x2d\x05\x63\x04\x19\x87\x9c\x25\x0d\xfe\x04\x79\x15\ \xd4\x53\x34\x22\x41\x39\x57\x12\x11\x47\x21\x10\x09\x44\x7c\x21\ \x8f\x27\xe7\xeb\x78\x12\x81\x4c\x2c\xe4\x72\xf9\x02\x2e\x9f\x6f\ \x00\x71\x42\xea\x54\x12\xca\xd1\x54\xa2\x0b\xf3\x45\x56\xb0\x57\ \x72\x80\x45\x21\x5f\x27\x96\xf3\x45\x62\x31\x4f\xa5\x55\xf1\x04\ \x28\xf9\x4f\xa0\x01\x03\xa4\xd1\x82\xd9\x42\x1c\x08\x26\xcb\xa2\ \xe5\x81\x47\x52\x29\x40\x0f\x06\x7b\x7b\xdd\x40\x8b\x16\x85\x26\ \x9d\x8b\xf0\x38\x76\x94\x32\xa5\xe6\xa9\xb5\x2a\x23\x4f\xa2\x31\ \x82\xab\x52\x73\x38\x1c\x7b\x1a\xfc\x9a\x4c\x22\x51\x14\xa4\xc8\ \x45\x69\xb5\x68\x5b\x74\x04\x64\x4e\x06\xa4\xb6\x37\x02\x4e\xc7\ \x68\xd4\xca\xc0\x64\x81\x37\x8b\x14\x06\x0b\xee\x4c\xaf\x54\x2c\ \xe1\x89\x64\x42\xbe\x08\x04\x56\x22\x94\x08\x41\xb0\x8c\x7b\xf7\ \xfe\xb2\xff\x8b\xdd\xc3\xc3\xbb\x76\x0f\x14\x0e\xf5\xa1\xe4\xaf\ \x42\xce\xde\x9b\xd1\xa4\x51\x34\x74\x6f\xef\x00\xe8\x77\x1a\x34\ \xcb\xae\xc9\x0d\xd8\xdd\x6a\x0b\x5a\x1a\x03\xdd\x53\xdb\xdd\x1a\ \x10\x45\x8d\x4a\x2d\xb1\x03\x39\xcb\xa4\x1a\xad\xc5\x02\xb4\xa8\ \x32\x1a\x2d\x46\x10\x36\x85\x54\x21\xd5\x48\xae\x23\x61\x3c\xa2\ \xe8\xa6\x55\xf3\x00\xe0\x93\xad\x27\x28\xf0\x3d\xa0\x29\x59\xbc\ \x5c\xcd\xfa\x47\x47\x8b\xe5\xa2\x89\x76\x38\x5d\x21\x1c\xd7\x63\ \xa6\xac\x49\x3f\x5a\x2d\x16\xb3\xd9\xf1\x71\x16\x90\xaa\xce\xa2\ \xd3\x31\xfe\xd5\xc6\xd0\x34\x86\x76\x04\x3b\x9c\x04\xe1\x44\xdd\ \x60\x40\x0d\x46\xb3\xac\x03\x25\x41\x98\x31\xac\xa8\x57\x26\xf4\ \x4a\x65\x39\x0b\xf2\x50\xae\x83\x94\x2d\xc1\x63\x65\x13\xfe\x6c\ \xb1\xa8\x67\x13\x81\x10\x38\xfe\xf5\x6d\x5d\x0e\x17\xe1\x6a\x4a\ \x86\x92\x2e\xa7\xc3\xe9\x49\x99\x5d\x24\x4d\x52\x31\x9b\x2b\x69\ \x46\x1e\xcb\xe6\xf0\x05\x43\x1e\x00\x01\x87\x33\xea\xb2\x85\xcc\ \x31\x9b\x23\xe4\x73\x98\x5d\x60\xae\x82\x4d\x21\x27\x6d\xf3\x78\ \x02\x2e\x5b\x10\x45\x34\x38\x40\xaf\x68\xb3\xd2\xe1\xa4\x99\xa2\ \xdf\xa1\x2f\x67\x71\x90\x85\x6a\xbd\x9e\xd0\x23\x53\x87\xba\x13\ \x80\x77\x2c\x83\xe0\xa2\xd0\xef\x44\x91\x66\x59\x74\x8a\x53\xa9\ \xc7\x09\xd6\x54\xac\x03\x2f\x1e\x18\x47\x27\x11\x4d\x40\xad\xe3\ \x65\x13\x8b\xd6\xf1\x66\xea\x60\xb5\x8a\xe5\xf1\x25\x24\x6e\x75\ \x9a\xc9\xce\xd0\x04\x9d\xea\xdc\xfa\xd1\x97\x6f\xbe\xf9\x9c\x83\ \x34\x51\x9b\xee\x7e\x71\xc7\xd3\xfd\xfd\x9d\xa9\xa0\xd3\xe3\x81\ \x67\xe5\x8b\x06\x1c\x51\x4f\xc8\x87\x1a\x79\xe1\x66\x40\x19\x90\ \xd3\xc7\x7a\x1e\x7b\xa9\x67\x5d\x10\x5e\x8c\x19\x05\xc8\x28\xfd\ \x65\x7f\x82\x4c\x20\xf9\x87\x37\x81\xc0\x08\x25\x89\xba\xec\x99\ \x90\x13\x44\x75\xad\x4a\x3d\x3c\x29\x78\x3b\xcd\xb6\xef\xe4\xff\ \x08\xae\x7f\xfe\xb7\x9b\xff\x15\xe6\x7d\x4e\x17\x41\xeb\xa8\x00\ \x05\xa3\x76\x9d\xf2\x69\x43\xcd\xfe\xb7\xe3\xd6\xe9\xca\x74\xa9\ \x56\xf3\x4e\x2f\x34\xa6\x86\x50\x43\x4d\x50\x99\xfc\xec\xc4\xe4\ \xe2\xfc\x74\x6d\x72\x0a\x8c\x14\xf0\xa0\x37\x3c\x31\xd1\x18\x9b\ \x00\x4d\xab\xe4\xc3\x0d\xb4\x41\x07\x08\xd2\x5b\x2a\x8d\xed\x8e\ \xdf\xf7\x2f\xfe\x6c\xad\x36\xe4\x95\x8b\xc5\x22\x69\xc9\x5a\x1a\ \x2a\xe5\xbd\x1c\xa1\x3c\x5c\xca\xe7\xe5\x9c\xfc\x08\x18\xad\x5a\ \x65\x24\x9c\x9f\x9a\x1d\xab\x8c\x4c\xcf\x1f\xbb\xb2\xf2\x5b\x46\ \x61\x91\x55\x2e\x9c\xbb\x5e\xf7\xed\xa5\x2f\x15\xc7\x14\x82\xf9\ \x8b\x28\xee\xfc\xe2\xd5\x2b\x7b\x6e\xfc\xcf\x8d\x2b\xf2\xdc\xca\ \x95\x3f\x92\x46\xd7\x5c\xab\xc1\xba\x46\x85\xab\x25\xa3\x70\x69\ \xb5\x62\xf4\xf0\xb5\x32\xf7\xdf\x13\xfb\xce\xa1\x5d\x39\x70\xc5\ \xf5\x47\x15\x67\x7f\xfe\xec\xc9\xbb\x1e\xfe\xfa\xe3\x3b\x1f\x5b\ \xbf\x61\x7d\x4f\x6b\x2a\xde\xda\x14\x0c\xc5\x9b\x83\x49\xf8\x83\ \x92\xa5\x9d\x3e\xf8\x47\xe0\x34\x85\x99\xe1\xa0\x20\xc8\x44\x02\ \xbd\x8d\xa4\x1e\xd3\x53\xf0\xce\x98\xf4\x7a\x8c\x70\x26\x5d\x18\ \x5a\xc2\x32\x3b\xc0\xb7\x92\x0c\x1c\x80\xe6\xbf\x1f\x72\x84\xee\ \xff\x69\xd7\x6f\xff\xc0\x66\xca\x26\xdf\x5d\xa1\x7b\xee\xc6\xd0\ \x39\xa4\x10\x93\xd5\x9b\xfc\x4c\xbc\xa9\x75\xf3\x96\x97\xef\xfb\ \xd3\x6d\x9b\x08\x3c\xd8\xe2\x0c\xa4\x9a\xdb\x3a\xfb\x0f\x4e\x71\ \x1a\xf3\x27\xfe\xd2\xd2\xdf\xdf\x1a\xef\x02\xc8\xdb\xd1\xbe\x79\ \xeb\xce\x9e\xae\x4d\x9d\x2d\xed\x4d\xbe\x96\xcd\x5d\x3d\x9d\x6d\ \xf7\x3f\xfd\xd4\xce\xe7\xef\xb8\xe9\xd6\x37\xf7\x5e\x3c\xb5\x28\ \xfe\xe5\xc8\x40\xc6\x9d\x89\xfc\xf4\xf5\x47\x67\x9f\x7c\xfd\xc9\ \xaf\x0f\xdd\xfe\xd6\xc9\x5f\xde\xb3\xa8\x0a\xc6\x5e\x8b\x66\x40\ \x9b\x76\x5b\x54\x6e\x23\x98\x20\x05\x8a\xa9\xb3\xa8\xb9\x42\xa1\ \x48\x2a\x91\x08\xd0\x1e\x42\x94\x1b\x23\x11\x72\x45\x02\xd4\x1b\ \x47\x20\xe2\x5a\xb9\x60\xaa\x00\xcd\x81\xff\xe0\x13\xd7\x60\x95\ \x5b\x61\x0e\xc9\xeb\xd0\x62\x96\x37\x6c\xcd\x1b\xbc\x3a\xae\x18\ \xb0\x91\x27\xe0\x29\x38\x1c\xad\x4a\xaa\x10\x09\xe4\x32\x19\xd2\ \x29\x9e\x51\x06\x77\xa2\x55\x48\xa4\x68\x77\x8b\x54\xcc\x03\x30\ \x04\xc9\x1a\x06\x3e\x33\x6a\x55\x11\xb7\x56\xa3\x90\x5a\x0a\x60\ \xf6\x54\x96\x1c\x68\x80\x4c\xaa\x52\xe7\x06\x33\x69\x14\x01\x88\ \x36\xe8\x28\x14\x22\x6d\xda\x68\x54\xcb\x24\x32\xb4\x77\x51\xeb\ \xb6\x48\x39\x0a\xb5\x2a\x9d\x51\x81\x80\xb8\xd5\x2a\xa9\xa5\x4f\ \x05\xf7\xa8\xc9\x44\x32\x85\xe1\x7d\x6a\xb1\x46\x61\x05\x35\x45\ \x6d\x7b\x84\x02\xad\x6e\x2c\x2c\xd3\x0c\xee\x1d\x38\x74\xe8\xd0\ \xbe\x81\xe1\x3e\x4b\x21\xe3\x1e\xd8\x3d\x3c\x38\xd0\x6b\xef\x1b\ \x1e\x1c\x1e\x2c\x14\xfa\x7a\x23\xb9\xbe\x42\x6f\xc4\x02\xcf\xc0\ \x6e\x34\xaa\xd2\x76\x77\xc6\x8d\x02\xde\x51\x92\xa1\x3a\x63\x71\ \x03\xa6\xf2\x40\xc6\x50\xe3\xb1\xb4\x1d\x7c\xa0\x44\xa6\xd5\x4a\ \x14\x08\x4e\xd5\x1c\x99\x4a\x75\x9d\xa9\x0c\x43\x71\x66\xbc\x5a\ \xff\x2f\x5a\xa3\x19\xad\xce\x24\xb2\x58\xa2\x0a\xc3\xa5\xee\x27\ \xcb\x45\x4c\x3f\x3a\xee\x2f\xb3\x2c\x6e\x76\xd2\x01\xda\x4f\x82\ \x25\x5a\x9a\xa9\x1f\x58\x2a\x82\x0f\x41\xeb\xd4\x09\x54\x80\x09\ \xd4\xc2\x10\x38\x45\xe2\xb4\x12\x37\xb1\x0e\x5a\xa9\xcc\xe2\x66\ \x92\x4d\x80\x06\xb2\x98\xcf\xcc\x50\x4a\x74\xae\x4c\x0f\xa0\x95\ \x05\x01\x2c\x02\x69\xce\x1c\x28\xce\x94\x41\x03\xb2\x70\x7f\x65\ \x80\xc2\xb2\x1e\x0b\xa5\x42\x9d\x3b\x1e\xeb\x88\x32\x0e\x5b\x3b\ \x70\x9e\x07\x54\xc9\x4c\xc0\x38\xa7\x08\x26\x9e\x0a\x38\x3d\xc1\ \x50\xb0\xd9\x1c\x6b\xf6\xc4\xe2\xa8\xde\x20\x1e\x0a\xfa\x42\x4d\ \xae\x26\x9f\xcf\x63\x26\xa2\x81\x68\xc8\xc7\x80\x32\xba\xa2\x36\ \x86\x70\x82\x60\x39\xd1\x12\x11\x8c\x76\x9c\x44\xa1\x84\x08\x46\ \x13\x80\x84\xd9\x2c\xab\x44\xf5\xec\x59\xd6\x9f\x85\x57\x05\x1c\ \x88\x54\x6c\x3c\x4b\x44\x53\x36\x73\xac\xb5\xb5\x39\xee\x82\x07\ \xf2\x50\x26\x0c\x3c\x66\x82\x44\x4d\x25\xfc\xab\x51\x59\x7e\xb0\ \x61\x2c\x99\x45\xab\x7d\xa0\x72\xd9\x99\xba\x29\x8b\xce\xa8\x12\ \xa8\x0c\xb6\xe7\xde\x47\x5e\x8e\xb1\x7a\x8a\x36\xdf\x7d\xf3\x83\ \xb7\x3d\xb5\xa9\xa9\xb9\xa9\x25\x6a\x4b\xc1\xdd\x98\x63\x4e\xda\ \x15\xf0\xd0\x34\xab\x64\x13\x0e\x73\x14\xc3\x6c\xb1\x9e\x2d\xf7\ \x6d\xdf\xb1\xa1\xb9\x29\x4e\x13\x14\x05\xe8\x0c\xd2\x89\xfb\x51\ \x89\x05\x09\x6f\x02\x12\xb6\x22\x0d\xc3\x0f\xcc\x97\x89\x04\x80\ \x85\xb7\x16\xc7\x31\x33\x41\x29\x89\xd4\xf7\xda\x17\x36\xbe\xf4\ \xd4\x2f\xaf\xdb\xf7\xee\x1e\x6e\x39\x00\x3f\x4b\x9b\x19\x9a\x22\ \x94\xb1\xde\x69\xce\xf1\x93\xdc\x05\xbe\xd7\x3b\x35\x34\x32\x3d\ \xd6\x18\x81\x61\x60\x15\x4b\x75\xba\xca\xec\xc2\xe4\xf2\xfc\x58\ \x6d\x7a\x24\x5f\xaa\x8d\x8d\x54\xbc\xf9\xe9\xa9\x39\x74\xbe\xaf\ \xe6\x6d\x20\x2b\x36\x32\x34\x32\x52\xf3\x86\x87\x2a\x82\xce\x9b\ \xce\xa8\xc6\xf2\x5c\x83\x48\xc1\x37\x08\x79\xf9\xd2\x74\x25\x8f\ \x7a\x9f\xeb\x80\x0e\x81\x45\x90\xcb\x32\x94\x4a\x15\x6b\x0d\xa5\ \xcd\x8c\x2d\x1c\x59\x39\xcc\x3b\x08\x20\x60\x3d\x76\xee\xe8\xe4\ \x6f\x5f\x7d\xff\xb1\x60\xdf\xc1\xf0\xd4\x32\xb2\x58\xe7\xf7\x00\ \x0e\xee\x99\x5e\xd4\x4d\x5e\xb9\xf1\x5a\xf1\xd5\xf5\xbf\xa7\x22\ \xef\xb9\x96\x28\xb3\xe7\xe8\xd1\x3f\xb6\x3e\x1f\xfd\xbd\x35\xce\ \xb5\x0c\x2c\x54\xe0\xfe\xfb\x57\x37\x5c\x9f\xff\xf6\xb5\x4f\xff\ \xf2\xe6\xed\xcf\x6c\xde\xf9\xc2\x96\xae\x9e\x8e\x64\x53\xb0\xb9\ \xb9\x05\x7e\xe1\x01\xf0\xd6\x60\x98\xc1\xbe\xd2\x2e\xb3\x12\x23\ \x4d\x34\x4d\xb2\x18\x41\xc1\xef\xa9\x08\x73\x26\xda\xa5\x4a\x74\ \x07\xfd\x28\xf2\xda\x13\x73\x98\x91\xac\xdb\xcc\x30\xab\x92\x0e\ \x86\x31\xb7\xda\xdf\x27\x36\x7e\xe8\x3e\xb4\xfb\x23\xb6\x6e\x22\ \xa9\xbf\x6e\x7a\xfe\xce\x14\x89\xd1\xa1\x00\x85\x02\x82\x5c\x1d\ \x5d\xeb\x36\x6f\xd9\x74\xe7\xc3\xb7\xb4\x63\x94\x39\x48\x39\x3b\ \x3b\xbb\x5b\x36\xbd\xd0\xa8\x4c\x2e\x9c\xf8\x75\xdb\x33\x9b\xd6\ \x77\xad\xdb\xfa\xc8\xab\x2f\x35\x6f\xda\xbc\xe9\xd9\x87\x9e\x78\ \xe2\xe6\xed\xed\xae\x8e\x47\x37\xf5\xaf\xdf\xb0\xf9\xe5\x9d\xf7\ \x3e\xfe\xa7\xed\x37\xfd\xe5\x9f\xcb\x17\xe6\xf9\xbc\x63\x91\x9c\ \x26\xcd\x53\xa5\x2f\x7d\xfe\xf9\x47\xff\xfe\xfe\xb5\x83\xbd\x7b\ \x7f\x73\x8b\x8c\x6e\xb5\x3d\x62\xcc\x44\x0a\x11\xad\x7b\xc0\xa8\ \x4e\xdb\x15\x19\xa3\x3b\x62\x44\x72\x20\x06\x55\x10\x8a\x51\x87\ \x54\x70\x4b\x42\x21\x2a\x0a\x15\xf3\xb9\x1c\x80\x3e\x54\xdd\x04\ \xbf\x0e\xab\x5c\xe4\x1d\x32\xc8\xc3\x56\xaf\xb7\xa4\x43\x6b\x8b\ \xe1\x7c\xde\x60\xf0\x1a\xb8\x5c\x11\xb0\x21\x9f\x2b\x10\x4a\xc4\ \x12\xb4\x70\xaf\x91\x80\xe8\x89\x40\xbd\xa4\x12\x19\x8f\x23\x84\ \x7b\x35\xaa\x64\x2a\x8d\x05\x15\xa7\xa3\x22\x52\xf5\xf0\xee\xbd\ \x83\x20\x0f\x1a\xf0\x58\x76\xb5\x3b\x8d\x3c\x16\x68\x85\x05\xb4\ \xc2\xae\x01\x6d\xc8\x69\xd5\xf0\x3d\x91\x18\x20\x12\x85\xc8\x6b\ \xd5\x0a\x14\x25\x8f\xc0\xd0\x1e\x91\x68\x15\xab\xcd\xed\x8d\xc6\ \xde\xb4\x3d\x9d\x4e\x6b\xc5\x52\x8d\xc2\x08\x34\xd9\xbb\x4f\xab\ \xb0\x2b\xb8\xe1\xbc\xd7\x0a\xe2\x2b\x17\x4a\xb9\x15\x83\x24\xf3\ \xcf\xf7\x4f\x7e\xb7\xff\x8b\x2f\x06\xfa\x22\x6e\x20\xc0\xe1\xde\ \xc1\xbd\x9f\x80\x10\xed\xee\x1d\xe8\xcd\xf4\xa6\x77\xb9\xd3\x83\ \x85\xdd\xee\xf4\xde\x41\x77\xa1\x60\xb7\x17\x22\x19\xd4\x1c\xd1\ \x98\x4e\x17\xdc\x46\x63\x3a\x93\xd3\x20\x63\x68\x34\xda\x55\xd2\ \xb4\x45\x81\xd6\xe4\xd0\x7e\x42\xa9\xca\xa8\xe5\x18\x15\x62\x85\ \xfa\xba\x04\xeb\x1f\x47\xeb\xcd\x80\x43\xe3\xa3\x48\x83\x4c\x7a\ \xca\x54\x66\x95\x74\x79\x46\x9f\x20\xb1\xf2\xd2\x78\x35\x4b\xe8\ \x95\xa0\x1d\x2e\xd4\xd6\xb8\x38\xee\x47\x25\x10\x55\x44\x48\x65\ \x94\x2e\x95\xa0\x49\x13\xa9\x84\x43\x04\xd7\x93\x0c\x99\xa0\x30\ \x0c\x77\x3a\xd9\x84\x9e\x20\x09\xd3\x4c\x59\xe9\x44\x58\xe6\xc2\ \x71\xa5\xdf\x0f\xe6\x4a\x9f\x40\x03\x1d\xb4\xea\xc0\xd2\x81\x19\ \xc0\xb1\xfa\xcc\xcc\x92\x5f\x5f\x2f\x2b\x95\x64\x19\x8b\xa7\x36\ \xf4\xf7\xa4\x3c\x0e\x07\x5a\x4e\x4f\x81\x59\x62\xcc\x9e\x8e\x54\ \x80\xf2\xb8\x9a\x02\x0c\xe1\x72\xd8\x3c\x01\x67\xab\x23\x98\x0c\ \x98\x03\x2d\x81\x40\x14\x44\x2d\x1a\x63\x18\x9b\x03\x0b\x44\x9d\ \x3e\x8a\xa1\x49\x1c\x66\x5b\x1c\x67\x5c\x0c\x4d\x53\x1e\x06\x40\ \xd0\x0f\x48\x49\x13\x59\x02\xf7\x13\x80\x0b\xe3\x26\x92\xc5\xab\ \xa6\x44\x99\x5d\x05\x30\xa4\x98\xf5\x7a\xb1\x7a\xc0\xc4\x84\x52\ \x01\x40\xac\xa6\x9e\x90\x03\x6d\x1a\x32\xe3\x36\x4c\x99\xf0\xdb\ \xcc\xf0\x5a\x50\x26\x0e\x8a\x7e\x51\x2a\x59\x1c\x44\xcf\x54\x5d\ \xaa\x27\xaa\xa3\x38\x81\xb0\x10\x5e\xb4\x9e\x70\x6c\xb9\xaf\x53\ \x59\x64\x09\x9c\x60\x1e\xbf\xe5\x96\xa7\x1e\xdb\xda\xd1\x0c\x8a\ \xd5\xdc\x0a\x4f\x36\x14\x73\x80\x82\x9a\xd1\x22\x1a\xe6\x37\x3b\ \x01\xf5\x5c\x51\x57\xfb\xa3\xf7\xde\xfb\x72\xcf\xfa\xce\xa8\x59\ \x69\x62\x88\x84\x1f\xb9\x3c\xbd\x89\x34\x15\x13\xe5\x32\x01\x36\ \x95\x00\xb8\x21\xa8\x84\x9e\xd2\xa3\xf3\xf4\xe8\x19\xc3\xef\x03\ \x27\x19\xe7\x3a\xe3\x67\xc1\x9f\xbb\x9f\xf9\xe8\xd2\xf1\x01\xbb\ \xf7\x76\xd4\x72\x1d\xe6\x08\x9c\xc6\x42\x5f\xe7\xc5\xc3\xdf\x69\ \x46\xac\x72\xef\xe4\xc2\xd4\xc4\xe4\xf4\x74\x58\xc8\x91\xd7\x86\ \xc2\x43\x63\x8b\xf3\xb3\xf3\x13\xb3\xc0\x83\x0d\x6f\x2d\x5c\xa9\ \xe5\x2b\x0b\x28\x86\x6f\x6c\x6a\xa4\xb1\xb0\x30\x3b\x35\x31\xe6\ \xad\x81\xc3\x42\x8b\x54\x2f\x6c\xfa\x7c\x37\x0c\x03\x31\x8f\xef\ \xe5\xeb\xe4\xd6\x52\x2d\x2c\x53\x89\x41\xf7\x84\xc2\x70\x38\x0f\ \xb7\xac\xe4\xad\x30\x62\x4a\x60\xaf\x6a\xe1\xa9\x85\xe5\x3d\x86\ \xdf\xbe\xcb\x64\xa4\xb3\x2b\x87\xa7\xdf\xfc\xf2\xe7\x6f\xbf\xf9\ \xfe\xeb\x4b\x8a\xb9\x53\x17\x56\xae\x5e\x3d\xb7\xe6\x3f\xff\xcf\ \xd5\xca\x91\xca\xe4\x9a\x1b\xaf\xff\xa3\x00\x6b\xcf\xff\x6f\x3f\ \xce\x9e\xdf\x7b\x3e\xaf\xa6\x61\xad\x59\xdd\x99\x73\x6d\x7f\xce\ \xe1\xd5\x92\x86\xc3\xab\x2d\x9f\x6f\xb8\xe1\xba\xc5\x77\x3e\x38\ \x7b\xd3\xb6\xcd\x9b\x1e\x5a\xbf\xb6\xa3\xbb\xbd\xa3\x29\x64\x6e\ \x4e\x46\x51\x0b\x0f\x98\x17\x7c\x21\x33\xc6\xc0\x0b\x27\x4c\xe4\ \x6a\x87\x35\xf8\x25\x29\x31\xd6\x8f\x9b\x70\x32\x81\x9b\x95\x1b\ \xba\x9d\x3e\x97\xd9\xd3\xdc\xd9\xd4\xcd\x30\x38\xe9\x34\x33\x6d\ \x24\xc8\x96\x59\xf9\xc2\xe4\x83\x8e\xaf\xc4\x83\x7d\xe9\x67\xb3\ \x60\xf5\xd9\xdb\xce\xb4\x7e\xde\x4f\x38\x6c\x81\xa4\x87\xd4\x67\ \xa9\x60\xf7\xd6\xfb\x37\x74\x77\xdf\xbf\xe9\xe5\xb8\x92\xa0\x9d\ \x44\x6a\xcb\xda\x78\xb2\xe5\x6e\xe1\xec\xc8\xc4\xe2\xa5\xbb\x9f\ \xd9\xbc\xa1\x73\xfd\x33\xb7\x7e\x7c\x67\x6b\xd7\xba\xf5\xeb\xb7\ \xbd\xf0\xcc\x5f\xbe\xfa\xf6\x8e\xd6\xce\x8e\x9e\xce\xfb\xef\x7b\ \xf6\xb1\x7b\xef\xbc\xf3\xae\x87\x6f\x3a\x38\x75\x71\xaa\xd4\x38\ \x81\x9a\x1d\x67\x8c\xbd\x97\xde\xff\xf7\xd9\x5f\xff\xfa\xeb\x77\ \x9f\xed\x57\x97\x50\x07\x3e\xbb\x45\x96\xc9\xd8\x51\x93\x05\xa3\ \x3d\xe2\xb6\x18\xc1\xad\x88\x85\xe8\x8c\x20\x5f\xc2\x83\x7f\x32\ \x40\x71\x91\x48\x8c\x6a\x46\x0d\x3c\xe0\x3b\x81\x40\x2e\x16\x08\ \xf9\xdc\x92\xdc\x6a\x35\xe4\x75\x72\x70\xbc\x43\x30\xe3\x78\xe5\ \xc2\xb0\x17\x2d\x17\xad\x9e\x2b\x2c\x59\x05\x7c\xbe\x58\x20\x06\ \x4b\xc6\x17\x72\xa5\xab\x0d\x58\x45\x52\x1e\x4f\x01\xee\x4a\x25\ \x13\xf3\x8c\x0a\x8e\x42\xc3\xe1\x69\xb4\x46\x91\x44\xad\x95\x1a\ \x0b\xfb\x40\x2c\x72\xf6\xb4\x45\x0a\x02\x51\xd0\xa2\xa5\xed\xcc\ \x6a\xe0\x02\x10\x9e\x1a\x14\x48\xad\xe0\x18\x55\x3c\x45\x04\x49\ \xaa\xd4\x1d\x41\x25\xa8\x16\xad\x82\x03\xb2\xa6\xb5\xc0\x0d\xfa\ \x0a\x7d\x6e\xb8\x89\x54\xab\xb2\x03\x35\x22\xd3\x65\x8c\x18\x2d\ \x0a\x9e\x56\xc0\xb5\x7a\xad\x30\xbd\x71\xc4\x5c\x2d\x2f\xcf\x97\ \x65\x0e\x1e\xfc\x25\xb3\x7f\xdf\xf1\x81\xfd\x83\x83\x03\x00\x86\ \xb9\xf4\xc0\xa0\xd6\x8e\x1a\x06\x0d\x6a\x7a\xfb\x76\x19\x73\xbb\ \xdd\xb9\x08\x98\xac\x42\x7a\x00\x35\x4e\x45\xeb\x56\x69\xf8\xe4\ \x8e\xd8\x2d\xe9\x4c\xda\xa8\x02\xc7\x97\x41\x5e\xd1\x18\x51\x1b\ \xd5\xe0\x13\x35\x6a\x8d\x46\xcc\x51\xad\x9e\xf4\x04\x87\x55\x65\ \x13\xa0\x3d\xa3\x4b\x4b\xff\x3d\x30\x3a\x03\xe8\x03\x80\x52\xaf\ \x8f\x66\xcb\xe5\x2c\x0b\x03\xbf\xbc\x54\xcf\xa2\xb3\x65\xb8\xd3\ \xe6\x71\x98\xf5\x45\x72\x66\x69\xe9\x40\xb5\x88\xaf\xf6\xd8\x85\ \x01\x95\x98\x81\xe9\x8d\xa4\x09\x26\x80\xfb\x69\x17\x80\x91\x93\ \x24\x09\x9b\xc3\x94\x40\x5d\x6a\xca\xe3\x44\xca\xc1\x98\x53\x51\ \xc6\x6c\x4a\x14\xeb\x60\x71\xca\x07\x0e\x1c\xa8\xce\xb0\x89\x03\ \xa3\x20\x7a\x65\x1c\x54\x2f\x41\x9a\xea\x65\x9c\xac\xd6\x49\xca\ \x1c\x68\x6e\xea\x6e\x21\xc8\xfe\x66\x4a\xdf\x7a\x7f\xd0\x63\xf3\ \x04\xdb\x43\x60\x79\x9c\x4e\x57\x40\x89\x45\x3d\x01\x1b\x15\xf5\ \x98\xe9\x40\x2c\x10\x37\xd3\x66\x9b\xc3\xec\x70\xda\x18\xda\x81\ \xb9\x3c\x30\xce\x95\x0c\x86\xd1\x80\x54\x34\x85\x02\xa5\x90\xfb\ \x31\x91\x7a\x18\xd3\x04\x99\x45\xfb\x06\xe1\xf9\x96\xcb\xe0\xac\ \x80\x08\xc7\x13\xd9\xf1\x62\xa2\x9a\xcd\x2e\xd5\x81\xee\xfe\x7b\ \xc0\xe1\x8c\x87\x1c\x94\xcd\x83\x6a\x3a\x01\xe1\x50\x33\x1b\x27\ \xdc\x18\xee\x8f\x02\x9b\x98\x28\x93\x40\xba\x04\x01\x47\x75\xa2\ \x38\x3e\x3a\x0e\x9c\x8b\x53\xf5\xd1\x99\xf1\x2c\x50\x24\xc9\xa2\ \x3e\xf3\x20\xf2\x60\xb5\x9c\x0f\xdd\x7a\xcf\x73\x4f\x6f\x5b\xff\ \x74\x5b\xac\x7b\x43\x7b\x20\xd9\x02\xfc\x12\x8c\x05\x1c\x34\xc3\ \xc2\x33\x00\xdc\x43\x7b\x32\x4d\xcc\x96\xfb\x9f\xbf\xf7\xbe\x1d\ \x0f\xc5\x03\x18\xc8\x54\xc2\x5f\x2c\xfa\xb3\x2c\x8c\x3c\x78\x5e\ \x7e\x13\xea\x9a\xa7\x34\xf9\x49\x12\xbc\x15\xcc\x05\xc5\x04\x0c\ \x43\x13\xd2\x7a\x56\xef\x4c\xbe\x71\xbb\xf3\x81\x77\xda\x9e\xbf\ \xfd\xfb\xc1\xdf\x2c\x86\x47\xea\x65\xbf\x49\x49\x2b\x3d\x0e\x53\ \xb7\x5d\x68\x3f\x73\x5a\x11\x16\x8e\x4c\x4e\x4e\x4d\x34\x46\x46\ \xf8\xf9\x91\x4a\x63\x42\x38\xbd\xb0\xbc\x38\x37\xd9\x18\x19\x1b\ \x1a\xaa\x84\x41\x95\x46\x00\x0b\xc7\x1a\x0d\xf0\x48\xf9\xa1\xc9\ \xe9\x11\xf8\x32\x0f\x22\x36\x54\xb3\x0e\xd5\x9e\x0f\xfd\xaa\xa9\ \x94\x44\x42\x83\xdc\x20\xe0\x86\xbd\x25\xae\x15\x46\x11\x57\xae\ \xd3\x09\x81\x47\xc2\xe8\x60\x34\x08\xe0\x93\x37\x3f\x92\xf7\x36\ \xa6\x56\x16\xce\x1c\x3a\x9d\x91\x4d\x5f\xdc\xd3\x78\xf7\xfb\x5f\ \xbf\xfe\xf6\xec\xd9\x1f\x7f\x94\xcf\x1f\x3b\xb5\x02\x3c\xf8\x9f\ \x1b\x97\x87\x8e\xcc\x1d\x3f\xbf\xea\xaf\x6e\x5c\x83\x16\xb0\xf6\ \xac\xb9\xfe\x86\xff\x09\x16\xe8\xd3\x0d\xc8\x71\xad\x7e\xfb\xfa\ \xd5\xdd\xd1\x37\x5e\xbf\xba\xbe\xb5\xe7\xf7\x1e\x15\xe7\x2f\x5e\ \xbc\x7a\xf5\x7c\xe3\xec\x93\x6f\x3d\x7e\xff\xb6\xf5\x5d\x5b\x36\ \xf5\xac\xdd\x18\x0a\x34\x47\x83\x31\x4f\x2c\x84\x4e\xae\xfa\x6c\ \x2e\x86\xc0\x70\x8a\x26\x09\x38\x3e\x31\x3d\xc8\x36\x89\x29\x95\ \x0c\xf2\x49\x66\x96\xed\xd9\xb1\xa5\xdb\x05\x93\xcf\xd3\xeb\x5f\ \xfb\x8a\x21\xa2\x51\xe7\x86\xb7\x43\x74\xd4\xe5\x74\x9e\x39\xee\ \x79\xc7\x00\x83\x2d\xf7\x14\xad\x67\xd9\xb2\xed\xd7\xcd\x2f\x6e\ \x84\x59\xd8\xd6\x12\x52\x9a\xf4\x9e\x58\xe7\x36\x10\xc8\x0d\x77\ \xde\xf7\x7c\x0b\xe1\xa7\xe2\x44\xd3\x86\x8d\x3d\xeb\x9f\x7b\x59\ \x35\x1b\x1e\x5a\xec\x5d\xfb\xdc\xa6\xae\xb5\xdd\xdb\x9f\x7c\xeb\ \x4f\xc1\xb6\x96\xce\xae\xb5\x0f\x75\x6d\xbd\xf5\x8d\xdf\xfe\x76\ \xff\x0b\x1d\xad\x77\x3f\xf6\xec\x1d\x4f\x6d\xbf\xe3\x9e\x57\x6e\ \x7e\xaf\x36\xbb\x8f\x73\xaa\x16\xd1\x68\x22\x11\x18\xe8\x32\x7b\ \xef\xf1\xcf\xde\x7c\xe7\x6d\x83\x1c\x44\x43\x91\x8b\xa8\x24\xf6\ \xb4\x8a\xa3\x06\xbb\x03\xde\x04\x09\x98\x86\xc3\x17\x73\x04\x42\ \x39\xa0\xb7\x40\x2c\x46\x35\x01\x42\xb1\x54\x04\xd3\x04\x47\x20\ \x02\xf9\xf2\x7a\x45\x1c\x3e\x97\x0b\xac\xf5\xff\x12\xf5\x26\x7e\ \x4d\x5f\xf9\xbf\x7f\xb3\x4e\xf6\x64\xb2\xef\xfb\xbe\xef\x1b\x24\ \x21\x03\x24\x41\x0c\xde\x88\x3a\x62\x8c\xc4\xdd\x18\x77\x11\x77\ \xb1\x6e\x71\x45\x40\x82\x23\x56\x51\xb4\xb6\x56\x2c\xca\x36\xf5\ \x2a\x8e\x9d\x71\xaa\x76\xb4\xea\xa8\xa8\xbd\x4e\x6b\xe5\xce\xe3\ \x5b\xff\x8b\xfb\x3e\xe9\xcc\xef\x47\xab\xb2\x26\x21\xf9\x9c\xd7\ \x79\xbe\xce\x79\x9f\xd7\x5b\xee\xc6\xba\xc1\xa3\x67\x60\xca\xc8\ \xc3\xbc\x21\x82\x57\x04\x18\x4b\x24\xcf\x24\x34\x78\x3c\x91\x80\ \x17\x91\x28\x24\x22\x56\x44\xc4\x60\x70\x14\x32\x9d\x20\x27\xa8\ \x79\x02\x0a\x5a\x6c\x42\x27\x93\xa9\x04\x0a\xea\x80\x8a\x32\x86\ \xd5\xe6\x78\x32\x1c\x4e\x37\xb7\xe4\x28\x2c\x35\x5a\x51\x13\xb0\ \x14\x28\x36\x0b\xb5\x70\x4e\xea\xa9\x2c\xd4\x7c\x95\xab\x46\xb1\ \xc9\x5d\x51\x5e\xe5\xbc\xb4\xc2\xa3\xa7\x92\x09\x0c\x14\x5a\xac\ \xc7\x08\xe2\x71\x35\x10\x17\x18\x5e\x35\x8f\x46\xa6\x28\x78\x0a\ \x8a\x19\x3c\x1d\x95\xc6\x20\xd1\xe9\x1a\x91\x48\x8e\xc1\xd0\xf1\ \x0c\xb2\x55\x84\xf3\x3c\x1b\x79\xd6\xd5\xdf\x3f\x31\xd9\x35\x14\ \xf6\xf4\xf4\xb4\xc4\x51\x15\x56\xba\xa5\x4b\x1f\xf6\xd0\x5a\x86\ \x5a\xd4\x51\x10\xab\x70\x3a\xaa\x00\x02\x4b\xc2\xe3\x31\xc3\x43\ \x09\xc3\xdd\x79\xd4\xc0\x56\xa8\x8f\x0e\x3c\x45\x7a\x0f\x0b\xf5\ \xfc\x52\xeb\x05\x2c\x1c\x49\xa0\xd7\x33\xe0\xf1\x33\x18\x54\xb4\ \x86\x85\x16\xa0\x63\xa3\xa5\x41\xed\xe0\xc7\x6e\xb4\x3c\x53\x2a\ \xc3\x58\x46\xe7\x7c\x61\x70\x6b\xf9\xc2\x4a\xb5\xa4\x1d\xd8\x49\ \x62\x61\xf3\xa5\x12\x15\x27\x36\x58\x06\xa9\xc9\x0e\x82\xb1\x02\ \x73\x65\x17\x06\x62\x42\xbb\x8c\x0d\xee\x46\xcb\x11\x32\x63\x76\ \x31\x5f\x1c\x13\xaa\xa4\x46\x0e\x1b\x98\x2b\xd0\x6d\xac\x86\xf7\ \x0d\x52\xa6\x54\x16\xd0\xa6\x52\x00\x55\xe5\x0a\xca\x81\x2f\x1b\ \x84\x3f\xb2\x54\xa0\x14\xe3\xa4\x98\xb2\x14\xa0\x4e\xb9\x68\x17\ \xeb\x1c\x33\xea\x5d\x92\xfa\x5a\x95\x73\xde\xea\x7a\x9d\xcb\xe6\ \xac\xaf\x32\x4a\x5c\xa0\x4c\xa8\xde\xc6\xe8\x80\xeb\xd5\x24\x31\ \x38\x50\x08\xa8\x49\x5b\x39\x54\xec\x30\x29\x25\x06\xa7\xc5\x29\ \x16\x8a\x25\x62\x1d\x3a\x35\x66\x40\xb1\xe8\x06\x24\x97\x4c\xb6\ \xca\x22\x43\x11\x24\xc0\x8f\xd9\x41\xb8\xfd\x52\x09\x2d\xad\x97\ \x4b\xe8\x51\x94\x4b\xb1\x52\x29\x06\xbf\xf1\x68\xc9\x64\xf2\xaa\ \xbc\x4c\xa3\xcb\x64\xb0\xb9\x7c\xbe\x6a\x07\x53\x08\x76\x92\xe9\ \x90\x80\xc7\xe0\xcb\xb4\x81\x22\x5a\xa5\xcb\x06\x52\x01\x70\x84\ \xa9\x62\xac\x58\x96\x39\x63\x45\x74\x2b\x4a\x49\x20\xa0\xe5\x64\ \x51\xf0\x21\x98\x38\x76\x40\x56\xb5\x75\xdb\x86\x23\xb3\x67\xd7\ \xd5\xcf\x5a\x53\xef\x0a\x3a\x6b\x7d\x62\x8b\x53\xa7\x63\xf3\x51\ \xc0\xb8\x18\x88\x48\xaa\xd5\xda\xf9\x62\x69\x75\xed\xfa\xf5\x5b\ \xb7\x54\x85\x0c\x60\x08\x63\x42\x8e\xd6\x9e\xb5\x03\xc5\x05\x62\ \xda\x98\x96\x0f\x53\x83\x0c\xd1\x16\xfc\x6d\x47\x9d\x14\x02\x95\ \x32\x23\xb4\x78\x28\x65\x37\x18\x66\x2f\x9a\xdd\xba\x75\xf7\xcf\ \x63\x0f\x09\xe4\x3d\x33\x42\x70\xc7\x5a\xb6\x50\xc2\xdc\x13\x25\ \xa7\xdf\xa8\xbf\x6a\x2f\x7c\xf1\xf7\xaf\x3f\xff\x5c\x2e\xc7\x5b\ \x4f\x9f\x4e\x14\xe4\xf9\xd3\xe7\xbf\x3a\xd7\xd9\x7b\xbe\x57\x24\ \x07\x17\x51\xc8\x74\xe4\xdb\x7b\x35\xed\x1d\x95\xa4\x2b\xb4\x84\ \x9e\xcf\x58\x41\x8b\x32\x1d\xed\x89\xf6\xb5\xde\xe1\x09\x5a\x3b\ \x4c\xe3\x6e\x02\xd5\x9d\xe8\xa5\x93\x60\xe6\xa7\x61\x09\x30\x28\ \x34\x72\x4d\x42\x43\xc6\xe2\xe9\x44\x0d\x81\x84\x75\x17\xdc\x18\ \xeb\x57\xff\x78\xf6\x66\x64\x08\x77\xfe\x1f\xff\x23\x3a\xf6\xf0\ \x87\x9f\xa6\xde\x4c\x5d\x7e\x42\xfa\x2a\xf3\xd5\x2f\xff\xfe\xf1\ \x0f\x7f\xfc\xb5\x33\xf3\xcf\x1f\xe3\x89\xff\xfb\xc7\x4a\xe3\x89\ \xdf\x96\xad\x2a\x1b\x85\xbf\x89\xd3\xef\xe0\x83\x3f\xfe\xee\xaf\ \x3f\xa2\x72\xad\x5f\xfe\xfe\xd5\x67\xe7\x4f\xf7\x7e\xf6\xc5\x57\ \x9f\x77\xe0\xa9\x78\x77\x02\xf5\x02\x95\x5b\x29\x66\x2e\xd7\xdc\ \x8f\xbd\xbb\xf7\xca\xda\x13\xf3\x6a\xea\x7c\xd5\x41\xf8\x2b\x18\ \xb1\x39\x9d\x30\x61\xe9\x6c\x5e\x97\xcf\xa6\x62\xab\xc4\x32\x3e\ \x93\xad\x64\x1b\x2d\xec\x00\x0a\x6b\x53\x05\x38\xb2\x98\x12\x6c\ \x41\x2c\x70\xf0\xcc\xbc\xb5\x2b\x23\xf3\xae\x2b\xce\x5c\x9b\xae\ \x32\x58\x9c\x91\x55\xea\xe3\x1c\xb1\x54\x7a\xf4\x66\xa8\x91\x9e\ \xa7\x12\x70\x22\xc2\x0a\x26\x33\x50\xee\xde\xf7\xe4\xec\x56\x3e\ \xdb\x60\xab\xb3\xf1\x63\x42\x5f\xd5\xac\x05\xfb\x4e\xec\xdc\xba\ \x7e\xd3\x11\x9d\x50\x26\xf6\x9a\xaa\x6a\x6b\x6a\xe6\x1e\x5d\x41\ \xff\xa5\xa3\xf7\x5f\xf7\x23\x3b\x16\x34\xad\x99\xbd\xe2\xc2\xa5\ \x3d\x7e\x57\x75\x53\xfd\x8c\x79\x5b\x1a\x23\x87\x96\x6c\x3e\x78\ \xf2\x70\x75\x64\xff\xfa\xe5\x2b\xb7\x6d\xdf\x7e\xe6\x26\x91\x7e\ \x5f\x41\xff\x33\x81\x81\x23\xa3\x0a\xc7\xa4\x1a\xc3\x48\x3e\x7b\ \xae\x26\x72\xb9\x30\xde\x51\xa0\xa6\x22\xcc\xe3\x62\xb8\x51\x50\ \x11\xae\x82\x82\x02\x53\xf0\x72\x2c\x01\xe5\xf0\xd1\xe5\xc0\x46\ \x18\x32\x0c\x79\x39\x96\x8e\xc1\x90\xb0\x72\x11\x16\x8f\x75\x6b\ \xe8\x00\x2d\x24\x11\x50\x14\xfa\x82\x5b\xa4\x41\xc7\x10\x40\xb9\ \xac\x79\xab\x15\xf9\x42\x6b\x26\xaf\xc1\xd2\xdd\x44\x3c\x91\x48\ \xa6\x10\xb0\x72\x0a\x01\x25\x3d\x90\x29\x58\x90\x1e\x2e\x4b\xcf\ \x33\x03\x90\xf0\x68\x54\x11\x96\xcc\xf2\x08\xf4\x3c\x2a\x08\x57\ \x34\x9d\xcb\x45\x93\x6a\x05\xc3\x6c\x56\x03\x4a\xf1\xb8\x66\x16\ \x2b\xa9\x86\x37\x7d\x1c\x2d\xb0\x33\xd2\xe6\xa8\x1e\x64\x8b\xdb\ \xac\xa6\x29\x14\xbc\x78\x33\xea\x64\x8f\xc1\x33\xd4\x6a\x56\xba\ \x99\xab\x37\x77\xa1\x13\x8f\xd1\x5c\x7a\x22\x09\xd0\xa3\xe6\xe2\ \xa8\x28\x16\x02\x43\xd5\x53\xf1\x58\x78\xc4\x44\x78\x0c\x64\x06\ \x59\x44\xa4\xe9\x1f\xbd\x9e\xe8\xea\x79\x70\x7f\xa0\x6b\x32\x1a\ \x4d\x4e\x0e\xa4\x19\xe6\x89\x5c\x0e\xe4\xa7\x2d\xde\xdc\xd2\xd5\ \x12\x9e\xc8\x99\xe1\x1e\xdb\x3c\x2d\xc9\xa8\xd9\x8c\x5a\x72\x50\ \x28\x3c\x1e\xdc\xb7\x82\xc1\x32\x2b\xe0\x53\x0c\xd0\x26\x1a\xa8\ \x14\xaa\xbe\xe0\x72\x69\x24\x14\xd6\x00\xbf\x0a\x4f\xcf\xe0\xd2\ \x04\x9f\x20\x63\x96\x02\xf9\x09\x00\xf3\x64\x61\x5c\x76\x17\x95\ \xb1\x40\xac\x04\x2c\x54\x8c\x09\x99\xf6\xf2\x78\x09\x04\x4b\x6a\ \x92\xc5\xc0\x6c\x49\xd9\x2a\x8e\xbd\x54\x1e\x1d\x45\x05\xa6\x31\ \x25\x38\x17\xa1\xd6\x2e\x13\x96\xb4\x95\x60\x28\xf0\x75\x32\x19\ \x5b\x26\xe3\x70\x54\x7c\x83\x54\xc2\x14\xf3\x03\x4a\x97\xcf\x09\ \x80\x2e\x03\x75\x01\x80\xcf\x96\xc7\x07\xed\x40\x29\x83\xa3\xd9\ \x94\xb6\x54\x2e\x65\x53\xd9\xd2\x60\xd1\x6e\x17\x32\xb5\xe3\xc5\ \xd1\xee\xc0\x60\x4c\xe5\x9d\xdb\xd4\x30\xa7\xae\xc6\x52\xbb\x7f\ \xfe\x42\x5b\xd0\xe1\xa8\x72\x89\xa5\x5e\x93\xc5\x6b\xf0\xda\x2c\ \x41\xa7\x54\x6a\x32\x48\x2d\x2e\xb0\x7c\x7c\x03\xdf\x60\xa8\xb2\ \x39\xa4\x3a\x98\x72\x6d\x3e\x89\x84\xed\x60\x4b\x75\x26\x2f\xcc\ \xbd\x3a\x15\x28\x19\x5b\xc6\x07\xae\x12\xb3\x53\x81\x80\x5d\x39\ \x58\x0e\xa4\x8a\xa5\x58\x11\x84\xab\x54\x29\xa3\xea\xce\x82\x48\ \x83\x60\x21\x9b\x27\xd3\xe9\x2c\x2a\x1d\x08\x9e\xca\x59\xad\xab\ \x5e\xd3\xe4\xf7\x1a\x38\xe8\x70\x8c\x45\x8a\xfa\x6f\x68\x01\xce\ \x02\x4a\x3e\x60\x16\x3a\xb5\x66\x47\xfe\x79\x54\x2a\xfe\x08\xcf\ \xc0\x68\x77\x36\x10\x2b\xa2\x98\x2c\xa0\x3a\x18\x3e\x4c\xa1\x96\ \xe9\x9f\x75\xf4\xe0\xfc\x19\x35\x35\x0b\x17\x36\xcc\x68\xb4\x81\ \xdd\x08\xa9\x74\x52\xbe\xd2\x8e\x52\xe5\xd9\x32\xad\xcb\xc1\x2f\ \xca\x84\x42\xa3\x2e\x72\xe4\xf8\xc1\x26\xa7\x04\x45\x48\xc0\xd7\ \x52\x31\x94\xda\x13\x4b\xc1\x07\x4c\x09\x27\x60\x0f\xc0\x9b\x32\ \x06\xaf\x82\x1d\xe0\x15\x30\x2b\x16\x03\x7e\x94\x48\x38\x6c\x25\ \xb3\xa9\x7a\xd9\x99\x93\x8f\x07\xbe\x6b\xd3\x8c\x1d\x3f\x5b\x2b\ \xd5\x89\xc5\xa6\x85\x8d\xde\x89\x61\xee\xf4\x85\xc2\x67\xa7\xbf\ \xfa\xf2\xcb\xf6\x4e\xac\x48\x84\xe9\x38\xd7\x79\xae\xdd\x7d\xbe\ \x90\xd7\x88\x0a\x56\x98\xb9\x45\xa2\xde\x5e\x4d\x26\x93\x6f\x77\ \x77\x76\x14\xf2\xed\x85\xbc\x5b\xd3\xa9\x11\x81\x09\x4c\x00\x7d\ \xb5\xe7\x7b\x87\x25\x3b\x9f\x35\x67\xda\x3b\xf2\x1a\x0a\x56\xae\ \xc9\xe3\x30\x30\x12\xc0\x87\x58\x61\x78\x88\x00\xce\xb0\x09\x37\ \xd0\x16\x3a\x70\x6b\x25\x60\xda\xff\xc2\x1b\xbb\xda\x43\xee\xfc\ \xf2\x4f\x94\xd6\x87\xdf\x3d\xfd\xfe\xcd\xd4\xdb\xbb\xb9\x2f\xce\ \xf5\xfe\xf3\x1f\xff\xe7\x4f\x7f\xfa\x5b\xe7\xe9\xbf\xff\xe1\xc7\ \x2f\x2a\xfc\x84\xde\xfe\xef\x1f\xff\xf8\xdb\xda\xfb\xff\xfe\xf5\ \xd7\x7f\x7f\xf9\xe5\xe7\x6e\x1c\x81\x20\x07\x13\x44\x09\xe7\xe2\ \xe1\x68\xd7\xc0\xc4\xc4\x64\x4f\x7f\x5b\xb2\x39\x9d\x1b\xe8\xe9\ \x4a\xb7\x3d\xe8\xef\xc9\xdd\x7f\x36\x79\x63\x44\x1f\xbf\xf0\x70\ \xfb\xca\x1d\xab\xab\xea\xaa\xab\xaa\xeb\x7d\xbe\x20\x2a\xc6\x33\ \x98\xa4\x46\x97\xcf\xe1\x70\x88\xb5\x1c\xad\x52\x05\x5e\xdb\x80\ \x6a\x8c\x39\x00\xbf\x52\x99\x5d\xa9\x94\x29\x55\x6c\x8e\x74\x64\ \xea\xd0\xc8\xd4\xd1\x96\xd3\xed\x17\xd2\x77\x37\x72\x38\xdb\x87\ \xd2\x6d\x9e\xa9\xdd\xfb\xb7\x5f\x33\xb0\x17\x75\x60\xe9\xf4\x8e\ \x8e\xf3\x53\x06\x98\x0d\x94\xd2\x5b\x8b\x56\xe9\xf8\x1c\x4b\x28\ \xe2\x13\x1a\x6d\xf5\x7b\x8e\xac\xde\x33\x7f\xff\xae\xe3\x73\xe0\ \x5a\x16\x3b\x2c\xae\x79\x73\x9b\xe6\x1e\x5a\xfe\xea\xf4\x5f\xfe\ \xfe\x97\x53\x0b\x96\x1f\x3c\x3a\x7b\xc6\xa2\x2b\xb7\x96\xaf\xa9\ \x9d\x13\x84\x8b\x64\x56\x55\xb0\x76\xd6\xa1\xa5\x3b\xb6\x2f\x3e\ \x30\x73\xeb\xa1\x95\xad\x0f\xbf\x1f\xeb\x7f\xf6\xbc\x3f\xd1\x2e\ \x87\xf1\x8e\x63\x10\xf0\xf0\x1f\x86\x48\xe1\x32\xf4\xe6\x30\x43\ \x1d\x35\x2b\x04\x0a\x81\x19\x60\x44\x21\xa0\x52\xb8\x34\x1e\xa0\ \x0d\xd0\x02\x7a\x26\x08\x78\x1c\x19\xc6\x38\xb8\x3f\x82\x06\x4b\ \x80\x87\x87\x25\x61\x40\xab\x60\xc2\x90\x63\x2b\xeb\x58\x22\xb7\ \x46\x0e\x6f\x22\x04\x56\x19\xd4\x60\x39\x23\x47\xcb\x59\x6e\x98\ \x70\x0a\x85\x04\x16\x55\xf9\xc2\xbc\x22\xa7\xd3\x2b\xdb\x89\x64\ \x11\x9e\x42\xa1\x90\x68\x34\x2a\x8b\x40\xa6\x32\xa8\x14\x1a\x8b\ \x80\xa5\x50\x29\x02\x85\x9a\x4b\xe1\x29\xd4\xd1\x68\xbc\x79\x20\ \xad\x40\xbb\x82\x0c\x2a\x2d\xcc\x43\xcb\x50\x0c\xc0\x27\x3d\x8f\ \xa1\x4e\x73\xc3\x69\x3d\x20\x93\x59\x9f\x4c\xab\x05\xb9\xae\x78\ \x5b\xb2\x4b\x8d\xa8\x8d\x95\xec\xb9\xff\x6e\xa2\xa7\xab\xa7\x19\ \xfc\x19\x88\x5c\x1c\xb5\xae\x46\x6d\xe4\x01\xc6\xe2\x6d\x34\x75\ \x98\x46\xc7\x8b\xe0\x81\x10\x01\xf2\x14\x0c\x3a\x99\xc5\xcd\x4d\ \xde\x9f\x18\xba\x7f\xe3\xe7\xe7\x93\xf1\xb0\x40\x9f\x8e\xab\xc3\ \x2d\x5d\x3d\xb9\xb8\x3e\xd9\x15\x4f\x02\xe1\xf5\xab\x59\xd1\x66\ \xb3\x39\x0a\x6a\xe6\x89\x9b\xc3\x51\x00\x37\x85\x59\xa1\xef\x8f\ \xeb\xd5\x6a\xe0\xbb\x4a\xc0\x33\x97\x2a\xd0\x2b\x04\x14\x86\x9e\ \x4b\xa3\xb1\xb8\x28\xfd\x19\xa8\x8e\x06\x82\xf6\x49\x40\x0b\xf3\ \x7e\x11\x46\x8b\x32\x50\x2e\xa7\x4a\xe5\x8f\xa0\x55\xa9\x6c\x71\ \x3c\x3b\x28\x54\x89\xc5\xc5\xd1\x8f\x45\xe0\x00\x26\x5f\xac\x92\ \xc0\xfc\x66\x94\x0a\x8b\xa3\xb1\xc1\xc1\x6c\x69\x3c\x2b\x8b\x31\ \x85\x28\x00\x3e\x86\xce\xbb\x80\x3f\xd1\x72\xc4\xe8\x80\x9c\x0c\ \xc6\xa0\x51\x2a\x35\x48\xc4\x2a\xa6\x98\x1d\x72\xd9\x5c\x5e\xb0\ \x2e\x12\xa5\x14\x98\xa7\x58\x8c\x29\x53\xdd\xe5\x22\x2a\x0d\x40\ \x96\xd0\x3e\x3e\x08\xde\x0c\x6d\xda\x15\x47\x8b\x4a\xa5\x58\xe5\ \x6d\x6c\xac\xab\x3f\x7a\xe2\xe8\xa7\x07\xeb\x6a\x9d\xfe\xa0\xcb\ \x10\xf2\x1b\x74\xbe\x90\xd3\xe6\x77\x56\xa1\xae\xcd\x16\x8b\x25\ \x58\xef\x74\x98\x82\x0e\x97\xc3\xe1\xf4\xf9\xfc\x92\x10\x3a\x5f\ \x6c\xb3\x18\x51\x73\x2e\xaf\x09\x14\x82\xa9\x4c\xc9\xf8\x5a\x78\ \xcc\xd9\x62\xb6\x5c\x0a\x94\x01\x8b\xe0\xbe\xca\x59\xf8\x85\x02\ \x80\x32\x62\x89\x45\x2a\xb6\x55\x05\x2d\x21\xaf\xa3\x16\x6e\x44\ \xe7\x75\x18\x54\x3a\x6f\xc8\x64\x30\x85\x6a\x2d\xce\xea\x5a\x87\ \x14\xa5\x8c\x72\xd8\x12\x21\x07\x54\x16\x2d\x79\xc1\xd3\x91\x05\ \x0c\x1d\x2f\xa2\x6a\x2c\x78\x0b\x8c\x7e\x1c\x1f\xfc\x38\x5a\x04\ \x79\x46\x4b\x50\x4a\xa0\x3f\x94\xc5\xc7\x11\x2a\x4d\x75\xb3\x8f\ \xef\x9f\x3f\xb7\xb1\x66\xc1\xac\xd9\x21\x00\x43\x9b\xd7\x62\x14\ \x1b\x39\x7c\x0e\x93\x99\x52\x02\x3f\x59\x54\x46\x26\x47\x22\x11\ \xb2\xbd\x75\x6b\xb6\x34\x98\xf8\x7c\x74\xeb\x20\x4a\xc0\x50\xb2\ \x18\xdc\x1c\x00\x1b\x6a\xa4\xae\xe4\x04\x52\x5a\x19\xc8\x98\x10\ \xdc\xa1\x56\x0b\x4e\x91\x03\x6a\x28\x81\x77\xfc\x35\x35\x7b\xdf\ \x9c\x1c\x79\xd1\xd7\x42\xac\x9f\xba\x36\xdf\xe5\x73\x39\x17\x9e\ \x5d\x74\xeb\xf2\xdb\x81\x3d\x8c\x2f\x0b\x1d\x9d\xe7\xe8\x19\x91\ \x19\x2f\x3a\xfd\x39\x78\x3d\x11\x96\x08\x4a\x83\x25\x6a\x12\xa2\ \x7c\x5e\x73\x1a\x9d\xf5\x72\x8b\xf2\x85\x7c\x22\x93\xa1\x5b\x2b\ \x79\x6b\x19\x70\x7f\x1a\x91\xb5\xb7\x93\x16\x99\xf3\x34\xda\xdb\ \x89\x8a\x7e\x12\x04\x2c\x96\x48\xc7\x27\xe0\x7b\x45\x1a\x6b\x3e\ \x01\xe3\x44\x8e\x77\xcb\xd1\x3e\x15\x99\x04\xbe\xd0\x7a\x9a\xfc\ \xfa\x46\x1c\x93\xf9\xfa\xaf\xf4\xc7\x4f\x9e\xbc\x9c\xfa\xe9\xd2\ \x85\xbb\xd3\x99\x7f\xfd\xf2\x8f\x1f\x7f\xfd\xf1\xd7\x2f\x3a\xbf\ \xfe\xfb\x1f\x7e\xff\xd7\xdf\x83\x17\x04\x8a\xfa\xd7\x2f\x5f\x00\ \xdf\xe5\xb1\x04\x3a\x19\x4b\xa3\x61\xc2\xb9\xe6\xe6\x64\x3a\xde\ \xd2\x9c\xcb\xa5\x9b\x9b\x5b\xd2\x30\x20\xa2\x6d\x5d\x3d\xfd\xe9\ \xdc\xc4\x33\xb8\xbe\x07\xfa\xaf\xe6\x26\xd3\x63\x3f\x4f\xfc\x3c\ \xfd\xd3\x88\xe0\xbb\x33\x7d\xab\x96\x2c\x3f\x70\x70\x86\x2b\x58\ \xed\x77\xf9\xd0\x91\x2d\xaf\xdf\x6b\xb3\xd9\x1c\x2a\x97\x53\xc7\ \x64\x73\x38\x12\xa3\xc4\xe0\x35\xa8\x4c\x2a\xd4\xea\x4b\xcc\x46\ \x47\xd9\x99\x3e\xa1\xd6\x35\xcc\x58\x75\xe0\xec\x5a\x3c\x09\x7f\ \x26\x7d\xf2\x04\x9b\x7f\x6b\xa0\xb9\xad\x8b\x81\x49\xe4\xf5\x21\ \x55\xb8\x43\x6e\x25\x7a\x3a\xcf\xad\x0d\xd9\x03\xa9\x58\xa0\x6f\ \xf3\xb5\x19\x62\x95\x63\xcd\x7c\xa3\xd4\xe0\x5c\xb8\xa6\x71\xde\ \xc1\x5d\x6b\x8e\x1e\x9f\xc5\x66\xab\xd8\x36\xa7\xa9\xf6\xf8\xa1\ \x15\xdb\x6f\x3f\xd7\x10\x3f\x1f\x6e\xd8\xb7\x6f\xcd\x42\x67\xed\ \xe6\xbe\x4b\x2b\x77\x35\x2d\x98\x39\x6f\x4b\x6d\xc4\xd7\xb0\x70\ \xe1\xec\x23\xcb\xef\x9c\xdd\xbd\xe2\xc2\xce\x6d\xab\x4e\x4d\xdd\ \xbb\xfa\xfa\x65\x5b\x9e\xf2\x5b\xf3\x40\x32\x16\x4b\x02\xc9\xa2\ \x08\xb8\x66\xae\x80\x86\xe3\xf2\x04\x7a\x1a\x97\x45\x16\x54\xe2\ \x3a\xf1\x14\xc0\x07\x1a\x95\x4a\xa3\x11\x70\x24\x3c\x19\x99\x3a\ \xa2\x06\xf0\x84\x0c\x9a\x43\x22\xc8\x89\x78\x2c\x8e\x2e\xa7\xbb\ \x2b\xe7\x07\x81\x5c\x40\xb2\xe8\x89\x82\x3b\x21\xc7\x5a\xad\x22\ \x4d\x3e\x9f\x00\x34\x46\x4d\x00\x0b\x99\x44\xa2\x23\x83\xf2\xca\ \x0a\x05\xf4\xf2\xd0\xe1\xd5\x43\xca\x85\xc7\xa0\x65\x2d\x0a\x2a\ \x40\xa7\x91\x81\x4e\x50\x26\x0c\xca\xca\xa2\xb2\x30\x14\xbd\xde\ \x3c\xd0\xdc\xd3\x36\xd0\xac\x46\x65\x06\x34\x54\xb7\x0e\x6c\x7a\ \x26\x3c\xba\x00\x00\x20\x00\x49\x44\x41\x54\x85\x58\x8a\xa7\x06\ \x5f\xc8\x53\x7b\x9a\xbb\xc2\xdc\x70\x8b\x59\x1f\x45\xd5\x9d\x66\ \x1e\x83\x4c\xa0\xd2\xc8\x0c\x0f\x0a\x81\x61\xc5\xf5\x24\x02\x0d\ \xf0\x17\x3c\xa1\x39\x29\xa0\xb1\x78\x6d\x28\x58\x01\xa5\xea\xa1\ \x24\x09\x94\x79\x83\xa5\x53\x68\x22\x22\x8e\x37\xf9\xe0\xf9\xd0\ \xc0\xd0\xb3\xa1\x47\x03\xcd\x0a\xd0\xb7\x38\x18\xd1\x74\xae\x39\ \xa9\xf6\x74\x85\x41\xa5\xe2\x61\xae\x3a\x9a\xd6\x7b\xf4\x8a\x9c\ \x27\xaa\xe7\x81\x35\x8c\xaa\xa3\xe1\x68\x18\x08\x94\x4b\x65\xa9\ \xcd\x6a\x05\x8e\x0b\x50\xc7\xd2\xb3\xd4\x69\x32\x83\x02\x36\x94\ \x2a\x60\x50\x49\xc8\x7c\xb2\xc8\x94\x4f\x60\x02\x07\xa2\x42\x59\ \xb2\xe5\x58\xc9\x1e\x28\x95\x07\x41\xb1\x00\x85\x52\x31\x70\x21\ \xc2\x41\x00\x09\x36\x5a\x30\x97\x99\xd8\x2a\x87\x83\xaf\xe2\x80\ \x61\x1c\x2c\x05\x80\x5a\x52\x4a\x2d\x07\xc4\xc1\xae\xe4\x4b\x00\ \x1b\xc0\xbb\x20\x2a\x97\x05\x94\xa5\x14\xdb\x80\xda\x92\xea\xa4\ \x62\x98\x02\x4d\x0e\x8b\x8a\xcd\x67\x07\xb2\x31\xad\x2c\x90\x45\ \x25\x50\x1f\xc7\xcb\x70\xf3\xa3\xdd\x20\x7b\x30\x8a\x53\x00\x14\ \xa8\x52\x33\xc6\x64\x7a\x55\x6c\xa9\xb3\xa1\x71\xce\xa1\x13\x0b\ \x76\xce\xaf\xad\xad\x32\x79\x2d\x4e\x67\xd0\xe6\xa8\x76\x56\x45\ \x2a\x7f\x1c\x35\xc1\x1a\xdf\x8c\x9a\x60\xb5\xaf\x2e\xe4\xaa\x52\ \x79\x9d\x5e\xaf\xd7\xef\x70\xa0\x16\x0f\x36\x93\xcb\xab\xb3\xa9\ \x54\x06\x09\x5b\x09\xdc\x17\xb0\xdb\x39\x42\x99\x12\xf5\xa7\x97\ \x88\xd1\x8e\x37\x1b\x2d\x74\x59\x42\x35\xd5\xa1\xea\xba\xea\x59\ \xf5\x33\xe7\xd4\x44\x6a\x7c\x30\x0a\x7c\x55\x55\x2e\xd4\x41\x8b\ \x29\xe4\xab\xf8\x28\xa4\x4a\xca\x54\x0a\x65\x4c\xd4\x8d\x33\xdb\ \x3d\x9e\x2d\x82\x23\xee\xae\x54\xb7\x97\xbb\x4b\xe3\x25\x60\x33\ \xe4\x67\x91\x6e\xa1\x3a\x87\x40\x25\xa5\x14\xe6\x76\xa5\x4c\xc8\ \x84\xfb\x60\x1a\x6c\x55\x8d\x6b\x16\x1e\x8f\x38\x1a\x6b\x6a\x5c\ \x5e\xaf\x2f\x64\xf1\xea\x1c\x5e\x09\xe8\x95\xbd\x08\xbf\x65\x4c\ \xcb\x91\x02\x20\xb8\x6c\x06\x36\xc7\xe7\x8c\x38\xf8\x1c\xad\x36\ \x05\x43\x27\x96\x02\xd4\x43\xb5\xa3\x80\x70\x76\x2d\x93\xa3\x15\ \xa6\x64\x42\xa5\x30\x86\x9a\xf1\xc0\xb3\xc6\x41\xe1\x19\x48\x3d\ \x65\x6c\xb6\x58\xe5\xda\x30\xf2\xb6\xff\xf2\xa3\xb1\x1d\x77\x7f\ \xda\x50\xbf\xa6\xb5\x69\xde\xe1\x8b\xd3\xd7\xfb\x96\x1f\x1e\xb1\ \x26\xdc\xe7\x33\x58\x37\x75\x80\x94\xc9\x58\xe5\x22\x11\x59\x43\ \x00\x3f\x81\x25\xe0\x13\x00\x5a\xf2\x42\x02\x9d\xb2\x11\xb9\x0b\ \xed\x99\x8c\x9b\x98\x00\x3d\x23\x16\x12\xd6\x3c\x0c\x80\x44\xc1\ \xea\x3e\xe0\x38\x98\xa4\x5b\x49\x78\x98\xc8\x71\xc0\x63\x04\x79\ \x42\x84\x85\x6f\xb7\x76\xb6\x8b\x32\x56\xb0\x26\xf2\xca\x1a\x05\ \x01\x75\xb2\xc0\x9b\xaf\xe2\x0a\xed\x7f\xfb\x9f\xe4\xc1\x63\x67\ \xaf\xdc\xba\x75\xe9\xc2\xf5\xf7\xf9\xbf\xfc\xfb\x5f\xff\xfa\xf3\ \x57\xbd\x19\x18\x68\x56\x37\xd0\x85\x20\x8c\x63\x99\xd5\x02\x4a\ \x7a\xa2\xb9\xcd\xcc\x35\x7b\xc2\x7a\x8f\xc7\x93\xf3\xc4\x5b\x86\ \x86\x26\x9f\x8f\xbd\x9e\xbc\x7a\xe3\xf5\xd5\xe7\x23\x23\xd3\xcf\ \xaf\x8e\x4d\x3f\x78\xfd\xee\xe7\xe9\x1b\x8f\x46\xa6\xae\xde\x1c\ \x1e\xbe\xf9\xe4\xe5\x87\xa9\x37\xdf\x75\xe5\xfa\xfa\x40\xae\x76\ \xee\xd9\xb5\x35\x12\xa9\xaa\xad\xb6\x04\x75\x5e\xa7\x0f\x9e\x4b\ \x87\xc3\x60\xb0\x38\x54\x2a\x20\x68\xb6\x54\x25\x05\x36\x36\x18\ \x1c\x06\x07\x1b\xc5\x55\xcb\x64\xde\x5a\x61\xb1\xb5\xf9\xf9\x4f\ \x35\x0b\xdf\xe7\xad\xac\xe1\xe6\x7d\x47\x84\xb2\x6f\xde\xf5\xf4\ \x37\xe7\xd2\x34\x1e\x96\xda\xaf\xd1\x58\x0b\xd4\x75\x82\x73\x3b\ \x9a\xec\x30\x9f\xc5\x0e\x7d\xdf\x77\xc0\xa8\x73\xce\x92\xb0\x2d\ \x8e\xba\x85\xb3\x67\xce\x59\xb8\xfa\xe8\xbe\x13\x73\xf9\x2a\x83\ \xd4\xb1\xcf\x39\xef\xc8\x8e\x8b\x53\x5d\x18\x37\xf1\xf1\x9c\xc6\ \x13\x3b\xb7\xed\x3d\x78\xf4\xc2\xb1\x33\x2b\xe6\x2d\xdc\x75\xe2\ \xc4\x9a\x19\xb3\x1a\x9a\x16\xcc\x3b\x32\xf7\xc8\x9a\x65\xb7\x2e\ \xae\xb8\x75\x79\xac\x6b\x6c\x04\x33\x94\xc3\xd3\x28\x24\x0a\x95\ \x4c\xc6\xe1\xc0\x53\x13\x40\x83\xe8\x72\x02\x1d\x60\x95\x84\xa7\ \xa3\xba\x05\x91\x88\x4e\x47\xcd\x9d\x89\x18\x22\x19\xc0\x05\x47\ \x01\x23\x07\xfa\x86\x1a\x0f\x02\x27\x11\x49\x22\x2c\x81\x84\xd3\ \x00\x6b\xe1\xe9\x56\x3a\xfc\xac\xbc\xb2\xb8\x2e\x27\x12\x09\xd6\ \x02\xbc\x20\x56\x6b\x02\xf5\xa6\x71\x23\xc1\xca\xb7\xb7\x57\xa2\ \x60\xf3\x48\xb8\x0a\x68\xee\x41\x51\x8d\x72\x6b\x5e\x23\xc7\x62\ \x51\xaf\x30\x0a\x85\xa5\xe0\xd1\x30\x34\x0a\x85\xca\xa2\xe1\x04\ \x40\x29\x3c\x01\x80\x0c\xd5\x63\x8e\xf7\xf7\x3f\x1a\x68\x69\x8e\ \xea\xd1\xda\x3a\x70\x9f\xd9\x63\xe6\xa2\xce\xce\x0a\x06\x8d\xe7\ \x11\x78\xc0\x2b\x2a\xc0\x18\xe6\xd2\x00\x45\x51\xf0\x7d\x3c\x1e\ \x05\x03\x2a\x0b\x92\xc1\x6d\x89\x53\x48\x24\x0c\x99\xaa\xa0\x32\ \x14\x54\xd4\xf5\x8b\x41\x63\x70\x79\x18\x96\x82\x24\x07\x4f\x28\ \x02\xeb\x4a\xc6\x93\x71\x58\x3a\x2d\x3e\x74\x75\xe8\x7e\x1b\xb0\ \x73\x73\x4f\x73\xda\x9c\x4c\x7a\x3c\x71\x35\x58\xbd\x38\xda\xa2\ \x6c\x49\xc3\x84\x25\x50\x7b\xc2\x61\xbd\x22\x5a\xe9\x71\x66\xf6\ \x78\x50\xbe\x7b\x3a\x8a\xea\x47\xcd\x6a\x1e\x2b\xcc\xe3\x29\x14\ \x6a\x01\x03\xa4\xcb\x03\x77\x2b\x60\x90\x59\x14\x16\x3a\xbf\xc4\ \x65\x08\x70\xd4\x4f\x00\x3d\xb4\xe8\x20\x72\xb1\x34\x88\xc2\xed\ \xb4\x59\xa0\xab\xc0\xe0\xe0\xf8\xc7\x18\x5f\xc5\x0c\xa0\x23\x34\ \x76\xa6\x51\x89\xfa\x1c\x33\x8d\x16\x9d\x49\x18\x28\x17\x03\xa9\ \x80\xb6\x94\x2a\xa2\xc0\xcd\x80\x36\xc0\x09\x08\x39\xda\xa2\x36\ \xc0\x14\xda\x53\x45\x18\xc3\xc5\x12\x53\x6c\x91\x70\x1c\x26\x95\ \xc9\x6f\x61\xdb\x2c\x7c\xc4\xea\xca\x58\x56\x8b\x16\x96\xcb\x45\ \x44\x68\xa5\x72\xb6\x1b\x1d\x75\x49\xd9\x53\xf0\x7e\xa9\x04\x16\ \x0c\x1c\x10\xda\xe9\x57\x55\xcf\x98\x57\x35\x67\xc6\xae\x85\xb3\ \x1a\x9b\x9c\xa1\x90\xd7\x55\x5d\xed\x77\x3a\x6c\x21\x67\x4d\x43\ \x04\xfc\x61\x55\xa4\x01\x24\xc7\x5f\x29\x6c\x37\xf9\x1b\xaa\x83\ \xce\xa0\x41\x17\xb4\x79\x41\x03\xc0\x1d\x18\xd1\xd9\x3d\x23\xdf\ \x21\x36\x89\xa5\x52\x0b\x8a\x71\x33\x79\x4d\x62\xd4\x0e\xd0\x22\ \x71\x79\x9d\x41\xbf\xa5\xba\xc6\x67\x0b\x56\xd7\x56\x35\x46\x9c\ \x36\x5f\xa8\x71\x0e\x88\xa0\x43\x15\x2b\xa3\xe3\x38\xe5\xc1\x62\ \x29\xa5\x44\x2c\x54\xee\xb6\x83\x5d\x2c\x95\x06\xcb\xa8\xda\x63\ \x10\x1e\x69\x19\x95\x8c\x0e\x76\xc7\x06\xbb\xc1\x0c\x66\xe1\xf3\ \x83\xdd\xdd\x1f\x3f\x7e\x1c\x05\x3c\x2c\x66\x03\x80\x97\xa8\x31\ \x61\x00\xd4\x5c\x6a\xf1\xd5\xd7\x54\x35\xd4\xf9\x1d\x3e\x9b\xc9\ \xe9\x8b\x78\x39\xe8\xa8\x25\xaa\xfe\xcc\xa2\xd6\x53\xb1\x98\x56\ \x68\xf4\xcf\x98\x1d\x34\x56\x62\x92\xd9\x00\x55\xf0\xe4\xa3\x23\ \x4b\x76\xa6\x16\x0c\xa1\xcc\xce\x51\x05\x80\xba\xec\x30\x15\xc0\ \x53\xa2\x05\x13\x8a\x6a\x2b\xb4\x32\x66\x0a\xd8\x55\xc2\x04\x2d\ \xe3\xb0\x55\x0d\xfb\xa7\x2f\x3f\x78\x7b\x63\x49\xfc\xf6\xf1\xfd\ \x3f\x1c\x3e\x3e\x63\xc6\xf1\x43\x4b\x66\xef\xf9\x9e\xeb\x2e\x9c\ \xcf\xe7\xad\xb9\x77\x28\xab\x84\xc8\xa5\xe2\x49\x54\x22\x96\x42\ \x24\x5a\xb1\x6e\x20\xaa\x7c\xbe\xb2\x48\x4b\x74\x63\xe8\x56\xa2\ \x9c\x8a\xba\x1b\xb8\xf3\xbd\x99\x7c\x01\xc4\x8c\xae\x39\x66\xd8\ \xc9\xc3\x76\x88\x50\xa4\x25\xdd\x8a\x27\xca\x0b\x74\xc0\x2b\x39\ \x51\x53\xe8\x00\xeb\x01\x06\x44\x4e\x70\x27\x44\x04\x1a\x0e\x5f\ \xa0\xf6\x93\x0b\xe7\xbe\xfc\xe5\xdf\x9a\x0f\x51\x3d\x95\x48\x60\ \xc1\x05\x4a\x26\x62\xf4\x2c\x86\xd9\x93\x4c\xb6\xf4\x34\xf7\x4c\ \x3e\x98\xfc\xb9\x65\x72\x0c\x50\xaa\x6d\xa8\xa5\xff\xd1\xfd\x47\ \x03\x03\x20\x53\x5d\x0f\x9e\x3f\x18\x9b\xec\x7a\x76\xf5\xdd\xf4\ \xbb\x47\x3f\x8f\x8c\x8c\x8d\x8c\xbd\x7b\x3e\xfc\xe6\xf2\xd4\xfb\ \xb7\xd3\x53\xef\x9f\xdc\x7c\x3b\xf2\xe2\xfd\xfb\xe1\xe9\xf7\xef\ \x9e\xb5\xc5\x9b\xfb\x31\x6f\x96\x2c\x39\xb6\x63\xcf\x8e\xa3\xb3\ \x56\x1f\x8f\x54\x37\xc2\x05\x60\x73\xf8\x5c\x36\x8b\xc5\xe8\x92\ \x1a\x74\x2a\x83\x11\x66\x16\x09\x6a\xda\x8d\x0a\x3b\x4c\x16\xa3\ \x8e\x09\x33\x94\x52\xb6\xa9\x4f\x22\xfc\x60\xbd\xb7\xf1\xe8\xfc\ \x29\xe2\xb9\xb1\x3e\xf7\xb2\x3d\x32\xd9\xb1\x81\xfb\xcd\xf1\x64\ \x58\xd1\xcc\xc0\xd1\xdd\xee\x8e\xf6\x1f\x16\x0f\x77\xec\x5b\xc0\ \x86\x0b\xb7\xe4\x78\xbf\x72\xb9\x91\x1d\xaa\xd5\x32\x75\x55\xb3\ \xe6\xae\x99\x51\x3f\x6f\xc1\xc6\x9d\xdb\xaa\x01\xc2\x5d\x86\x13\ \x47\x67\xac\x7d\x7b\xf5\x99\x1b\x33\xb5\x69\xdb\xfa\xc3\xdb\xf6\ \x6e\x58\xb5\x72\xd7\xb5\x33\x67\x6f\x1f\x3c\x32\x6b\xcb\xc1\xfd\ \x4d\xa1\x86\x23\x27\xd6\xec\xdf\x3b\x75\x60\xe5\xa9\x37\x4f\x8f\ \x6d\x7e\x3b\xf9\xf4\x39\x8f\xde\x4e\x44\x67\x61\xb0\x24\x50\x0b\ \x32\x50\x16\x01\x50\x0b\x8b\x4e\x90\x03\x42\x61\x45\x78\x94\xb7\ \xa0\x01\x9e\xcd\x60\xe5\x44\x7a\x46\x43\xc1\x91\x28\x64\xd0\x2b\ \x32\x99\x4c\x22\x22\x3e\xc2\xa3\x3a\x26\x12\xa8\x16\x16\x8f\x62\ \x1a\xc8\x04\x98\x5e\x70\x78\xb7\x88\xa8\x71\x8b\xac\xe0\xfd\x32\ \xa8\xa1\x24\x4c\x34\xed\x85\x8e\x8e\x8e\x4c\xbe\xa3\x23\xdf\xd9\ \x81\x8a\x55\x0a\x68\x15\x12\xbe\xe0\x06\xb9\xca\x5b\x33\xe8\xe8\ \x0e\x1e\x8f\x1e\x03\xda\xc8\xa3\x92\x69\x54\x0c\x01\x68\x8b\xc6\ \x50\xd3\xd0\x3e\x20\x57\xc0\xcb\x75\x4d\xf6\x4c\xea\xcd\xa8\x99\ \xaa\x5a\xc0\x52\xf3\xf4\xfa\xa4\x82\xc1\x53\xf7\x87\xb9\x34\x7d\ \x52\x0f\xdf\x42\x55\x28\xf4\x8a\xb0\x5a\xcf\xe5\x32\xa8\xc0\x34\ \x44\x02\x5a\x64\xc3\xe1\x30\x18\x82\x5c\x93\x69\x97\x27\xda\x3b\ \xdc\xc4\x42\xc1\x4a\x40\x0b\x06\x68\xf3\x4e\xcd\x10\x11\x89\x1a\ \x2b\x28\xad\x1c\xb4\xd2\x8d\xe7\xaa\xef\xbf\x7a\x30\xf1\xac\xad\ \x6d\x60\xa0\x3f\x97\x8c\x26\xfb\x9b\x07\xda\x7a\xa2\xfa\x64\x32\ \xda\x92\xee\xea\xea\xca\xa5\xfb\x79\x82\x78\x4b\x98\x9b\xcb\xb5\ \x0c\x98\x31\xd4\xb0\x39\x99\xf6\x98\xc3\xc9\x74\x2e\x1c\xe7\x99\ \xf5\x3c\x7d\xd4\x03\x9a\x15\x15\x08\x58\x1e\x06\x0b\xe4\x4b\xcf\ \x00\x26\x55\xa0\x1c\x3f\x3c\x8e\x4b\x61\x7d\x52\x1c\x4c\xa1\x62\ \x86\xf1\x32\x10\x44\x20\x55\x02\xdf\x96\x2a\xdb\x81\x7f\x8a\x1c\ \xb1\xc9\x90\x1a\x04\x7e\xb0\xcb\xa4\x4c\x80\x24\x15\x53\xc6\xb7\ \xf8\xd8\x42\xb4\xdd\x66\x4f\xd9\x85\xa0\x56\xc0\x4b\xc0\x07\xa5\ \x72\x4a\x96\x8d\x31\x95\x31\x26\x5a\x2f\xca\x0e\x76\x97\xb5\x6c\ \x03\x1b\x66\x42\x8b\xc3\x66\xf4\x05\xc1\x4c\x1a\xab\x55\x80\x12\ \x01\x59\x00\xd4\xcc\x1e\x1b\x2c\xa3\x22\x8a\xee\x32\x0a\x8f\x8f\ \x95\xb5\xd9\x32\xf0\x8c\xb2\x3b\xc5\xb6\x39\xbc\x52\x8b\x8b\x29\ \x0e\xce\xde\xb8\xf1\x48\x83\xb3\x2e\x32\x2b\x52\x5d\xaf\x8b\x38\ \x6c\xbe\xa6\xba\xea\x5a\xf0\x7f\xc1\x48\xa8\xbe\xc9\x51\x5d\x15\ \xf2\x37\xf8\x9d\x2e\x67\x30\xe8\x8f\xd4\xd6\x80\x5f\x70\x84\xaa\ \xfc\x3a\x9d\x58\x6a\x04\x1b\x6a\x34\x54\xd9\x54\x5e\x57\xbd\xcd\ \x6b\x32\xe9\x74\x7e\xa7\x1f\x28\xcc\xe9\xb5\xe9\x8c\x06\x49\xa4\ \xce\xe5\x6c\x88\x54\x55\x35\x35\x38\xab\x1d\x06\xbf\xcf\x6b\x92\ \x00\xe1\x15\x65\xb2\x14\x1b\x3c\x19\x9f\x03\x3e\xc3\xa4\x33\x70\ \x06\x8b\xe8\x38\x0e\x10\xe4\x78\x69\xb0\x38\x08\x4e\x72\x10\x24\ \xb5\x5c\xce\x0e\x8e\x96\x41\xa3\xba\xbb\x95\xd9\x72\xf7\xe8\xc7\ \xd2\xf8\x47\xa5\x12\xf4\x0c\x7e\x77\x7b\x0c\x48\x13\x8c\x31\x68\ \x9d\xd6\xe8\x70\xce\xab\xa9\x9a\x11\xb1\x39\xa5\x12\xa3\xc1\xa6\ \xab\x24\x2f\x00\x82\xa1\x75\xf7\xac\x36\x20\xe3\x70\x02\x32\x89\ \x51\x57\x1b\x71\x48\xd8\x12\x0e\xf2\xcf\xf0\x86\xc8\x94\xa3\x55\ \x56\x48\x17\x9e\xc3\x00\xd0\x96\x4c\xc8\x89\xa1\xef\x06\xbd\x0a\ \xc4\x4a\x52\xa3\x8c\x09\x0f\x91\x29\x96\x18\x01\x26\x38\xf6\xb9\ \x23\xdf\x4e\x3d\x38\xdb\xf2\x74\x5b\xcd\x8e\x65\x8b\xbe\xd9\xda\ \x7a\x6d\x55\x6d\xe8\x52\x98\xc0\xc8\x67\xda\xad\xea\x36\x33\xcc\ \x82\x02\x0a\x89\x01\xb2\x45\xa4\x5b\x35\xe0\x34\xb0\x89\x4c\x5e\ \x8e\x95\x83\x12\xe1\xe4\x34\x6c\x25\xbb\x04\x03\x53\x7d\x47\xbb\ \xa6\xa0\x21\xa2\x2c\x80\x55\xd2\xa7\x61\x81\xbb\xe3\x9c\x88\x4c\ \xa1\x63\xdc\x99\x5e\x37\x01\x06\x1a\x01\x9b\x00\x03\xe2\x76\x67\ \x32\x72\x0d\xd1\x2d\xc2\xe2\x31\x18\x79\x06\x0b\x63\x90\x44\xa2\ \x7a\xf4\x58\x2b\x9d\x80\x85\xe9\x95\x87\xd3\x87\xe3\x6d\xd1\x5c\ \xae\x7f\xa8\xe7\x41\xcf\x83\xe9\x0f\x1f\x46\xa6\xa7\x47\x3e\xdc\ \x1f\x9b\x7e\xfd\x0c\xd4\xe8\xf9\xd8\xcf\xd3\xf0\xee\xe4\xc8\x14\ \x88\xd2\xc8\xf0\xe5\xe1\xe9\xe1\xfb\xd3\x53\x37\xa6\x7e\x7a\x3f\ \x35\xfd\xac\x2b\x3a\x00\x9e\x70\xb2\x67\xe8\xc1\xab\x57\xef\x40\ \xe9\x7a\x7a\xde\xdd\x78\x34\xf4\x7a\x60\xba\x75\xd5\xa6\x95\x2b\ \x8f\x1f\xd9\xb7\x6f\xc1\xf1\xf9\x11\x97\xc9\xef\x04\xfb\xef\xd2\ \xe9\xa4\xa6\x2a\x9d\x45\x27\x31\x81\x74\xa3\xd7\x5a\x25\x46\x55\ \x2b\x52\x23\xc7\x60\xe0\x0b\x39\xf6\x99\x97\xa7\xfd\xde\xab\xf2\ \x87\xb2\xd9\xef\x3f\x24\xcf\xbd\x5c\x87\xdd\xbc\x84\xcd\x39\xd4\ \xe5\xc9\xb5\x08\xe0\xba\x4f\xe3\x30\x22\x4d\xe1\xc5\xbe\x93\xdf\ \xe1\xf6\x1d\x92\xca\xb4\x40\xb6\xb7\x2e\xee\x75\x7a\xeb\xea\x24\ \x46\x57\xed\xdc\xd5\x4d\xd5\xb3\x77\x6d\xd9\xbf\x6d\xa7\x5f\xa2\ \x53\xd5\xfa\x56\xbf\x3e\xf9\xb2\x87\x81\xbf\xbc\xf2\xc4\xca\x6d\ \x8b\x16\xad\x3c\xb9\xfb\xe8\xf1\x5d\x57\x6e\xfd\x70\x6f\xf3\xce\ \xfd\x07\xf6\x6f\xd9\x72\xb4\x6a\xf5\x9e\x6d\x1b\xc6\x86\xdf\xfd\ \x7c\xb5\x2d\x8f\xdd\x70\xf2\xce\xfd\x3c\xd6\xfd\xb5\x95\x42\xa4\ \x61\x88\x38\x32\x41\x84\x21\x21\xd1\x20\x90\x88\x74\x02\x5e\x0e\ \x3e\x5a\x0e\xec\xaa\xc9\x20\x64\x42\xf9\x62\x1a\x39\x40\x2e\x89\ \x08\xcc\x85\x23\x60\xf1\x60\xdd\x45\x74\x32\x3c\xe1\x44\x78\x07\ \x0c\x22\x3a\xf8\x2c\x97\x63\x35\x56\x2b\x7c\x48\x26\x10\xe0\x89\ \x86\xd7\x4a\x03\x12\x01\x08\xd5\xd9\x81\x9a\x45\xe6\x0b\x89\xd3\ \xe7\x3a\x4e\x77\x14\x7a\x41\xb3\x7a\x0b\x88\xb6\x10\x0f\x27\x44\ \x6e\x30\xff\x19\x37\x96\x08\x2a\x43\xa2\x10\x68\x18\x01\x78\x43\ \x3c\x96\x85\x27\x90\x50\x7c\xbb\xc0\xc3\xc5\xd1\x78\x7a\x85\xba\ \x05\xdc\x17\x4d\xad\x50\x33\xd0\x3a\x51\x58\xdf\xa6\x0e\x9b\xf5\ \x40\x3c\x38\x86\x87\x41\xd3\xf3\xd4\x7a\x0c\xaa\xe4\xa2\x01\xdb\ \x60\xf3\xf9\xce\xd3\x28\x79\x28\x7f\x1a\xee\xa6\x03\xe8\x1c\xee\ \xff\x74\x67\xbe\xa3\x37\xd3\x8e\xc2\xb7\xdb\x33\x58\x01\x83\x45\ \xc1\x12\x70\x58\x3c\x0e\x0f\x8f\x93\x48\x16\x61\x15\xd1\xe6\x9f\ \xef\x0f\x3c\xcb\xf5\x4f\xf4\x80\x11\x34\xc7\x5b\x06\x86\xba\xba\ \xd2\xd1\xfe\xe6\x78\x73\x34\xdc\xd2\x0c\x0e\x91\x1b\x4e\x76\xe9\ \xb9\x5d\x43\x6d\x5d\x49\x45\x74\xc0\x93\x4c\x2b\xf4\x39\xbd\xde\ \xc3\x53\xc0\xff\x49\xd4\x06\x03\xe5\x62\x29\xd4\x6a\xd4\xa7\x9e\ \xc1\x80\x27\x94\x46\x45\x27\xb6\xc9\x64\x05\x97\xf1\x49\x79\x30\ \x15\x18\xec\x2e\x8e\x03\x34\x94\x4b\xc5\x98\x32\xfb\x71\x10\x9d\ \x52\x29\xf2\xf9\x16\xaf\xca\x9e\xcd\x82\x45\x82\x8b\x01\x24\xcb\ \x20\x61\xca\x38\x26\x59\xa0\x84\x62\xec\xc0\x31\x01\x96\x81\x23\ \x42\x6b\x50\xe3\xc0\x4d\x45\x36\x53\x5b\x1e\x2f\x16\xcb\x95\xf3\ \x2d\x32\xa3\x98\xef\x35\xe9\x7c\x0e\x83\x45\x87\x1a\x4b\xbb\x98\ \x25\xbb\x54\x08\x04\x01\x18\x87\x72\xe3\xd1\x91\xbd\x62\x69\x1c\ \xa8\x25\x6b\xcf\x02\xb1\x8d\x97\x38\x52\x83\xcb\x60\xd0\x19\xc4\ \x4a\xa1\x6a\xd6\xcc\x35\xf3\x5d\xc1\x05\xb5\x4d\xd5\xc1\x50\xa8\ \x2a\x54\x1d\xb4\xb8\x1a\x5c\x2e\xa7\x2f\xe8\xaf\x0a\x56\xf9\x83\ \x60\x07\x67\x80\x9b\xab\xad\x69\xaa\x02\xe2\x72\xd5\x46\x5c\x06\ \x95\x84\xaf\x92\xaa\xbc\x62\x95\xc3\x65\xb2\x78\x5d\xce\x9a\xc6\ \x5a\x07\x58\x32\xaf\x23\x52\x1d\xf2\x87\xaa\xc0\x49\xb8\x40\x8b\ \x9c\x2e\x87\xcb\xeb\xd3\x39\x8c\x2a\xbe\x50\x22\xd1\x0a\x41\x25\ \xb4\x1c\x89\x4e\xca\xe6\x88\xa5\xc0\x89\x5a\x3b\x80\x99\x4a\x2a\ \x4b\xa1\x8a\x0d\x00\xac\xee\x4a\x76\x03\x58\xe4\xc1\x41\xe0\x40\ \xf8\x70\xfc\x23\x22\xad\xc0\x20\x92\xad\x62\x49\xa6\xe2\xdb\xb3\ \xa3\xa8\x78\x36\x95\x05\x18\x52\x0a\xd9\x7c\xa5\x96\x2f\xad\xad\ \xf7\xd7\xfa\x7d\x12\x29\x6a\x84\xca\xe4\xcb\x24\x62\xad\x4c\x8b\ \x16\x58\x52\xe8\x8c\xae\x92\xcd\x06\x14\xe5\xcb\xd8\xc6\x90\xd7\ \x28\xe1\x68\xed\x31\x6d\x31\x16\xd0\xca\x80\x6c\x2b\xa2\x25\x4c\ \x05\xb2\x01\x25\x5f\x89\xc8\x35\xa5\x94\xc5\xd0\xc2\x58\x4c\xa9\ \x15\x73\xc0\x1b\x06\xb4\x76\x89\x10\x8c\x27\x07\xb4\xb5\xe1\xd0\ \x99\x0f\x3b\xaf\xbc\xd8\x70\x64\xcf\xad\xbb\x3f\x3d\x7c\x78\xeb\ \xdb\xdd\x47\xbe\x69\x0b\x33\x34\x09\x2b\x9d\x15\xe7\xea\xd1\x81\ \x58\x33\x17\x43\xa5\x6b\xf0\xd8\x3c\x1a\x0d\x44\x1c\x1e\x18\xc9\ \x4a\xc7\xf3\x30\x60\x38\xb0\x22\xba\xdc\x2d\xca\xb7\x67\xe8\x22\ \x98\x23\xe9\x04\x62\xcb\xac\xd6\xe5\x6f\x2f\xb7\x10\x3e\xef\xa4\ \x63\x31\xd4\x3c\x30\x16\x11\x26\x7c\x77\x3b\x5c\xa2\x09\x77\x47\ \x5e\x43\x02\x63\x83\xc5\x83\xb3\x29\x44\x7b\x58\xdc\xe4\x40\xee\ \xc1\xc8\xab\xd7\xf7\x5f\xf5\xc7\xdb\x9a\xdb\x72\xf1\xfb\x2d\xe4\ \xd7\x8f\x9e\x4d\xfc\x3c\x35\x3c\x76\x73\xf8\xc3\xf0\xf0\xc8\xf4\ \xc8\xfb\xf7\x53\xc3\xc3\xa0\x5c\x37\x46\x86\xa7\xc6\x7e\x9a\x7a\ \xf1\xe6\xc5\xe5\xf7\x53\xef\xdf\x3c\xbd\x31\xfd\x7e\xea\xcd\xe3\ \x27\xc3\x93\xcf\xef\x47\xc3\x66\x96\x79\xa0\xbf\xed\xc1\xeb\x57\ \x37\xde\xbd\x7e\x3d\x3c\x3d\xf2\xfa\xd1\xc0\xd0\xc4\xb3\x67\x23\ \xc3\x8f\xee\x6d\xde\xf6\xe9\xf1\x43\x73\x77\x9d\x38\xbe\x60\xe3\ \xd6\x85\x36\x95\xd3\xe6\x0f\xf9\x5c\x2a\x8b\x41\x67\x33\x48\x54\ \x12\xb1\x84\x29\x85\xf9\x45\xc6\x01\x22\x37\xa9\x50\x7a\x03\xc0\ \x39\xdf\x36\x3c\x72\xf1\x65\xc3\x23\xfc\x4d\x15\xff\x92\xa0\x2d\ \x33\xd2\xef\x59\xb3\x85\xc3\xde\x19\x8f\x26\x1f\xb5\x78\xe0\xca\ \xc7\xd2\x31\x9a\xaf\x96\x6e\xdd\x30\xdd\x7c\xe0\x5a\x3d\xda\xed\ \x49\xad\xc8\x2d\x8e\x04\xe7\x55\x59\x22\xd5\x55\xf3\x66\xd4\xf8\ \xe7\x6d\xdc\xba\x61\xfb\x9a\xd0\x96\x8d\xa6\xda\xea\xc6\xb8\x5e\ \x9f\x4e\x70\x57\xac\xda\xb4\xe7\xc4\xee\x1d\x2b\x5a\x4f\xed\x9e\ \x7b\xf8\xde\xb5\x2b\x67\x57\xd6\xcd\x3f\xbc\x6b\xf5\x9e\xad\x27\ \x56\x6d\x5b\x79\x3d\xbd\xe7\x69\xfb\xf9\x53\x2b\x35\xc7\xf6\x1d\ \xfb\x70\x3a\x41\xfc\xb3\x86\x86\xc1\xd0\x08\xa8\x53\x33\x01\xb4\ \x8a\x48\xc2\x13\xb1\x58\xb4\x74\x4e\x04\x58\xd2\xc8\x89\xa2\x0c\ \x78\x73\xd4\xa9\xc1\x6a\xd5\x24\x12\x56\x2b\x1d\x47\x44\xa1\x0c\ \x58\x70\x52\x80\xa9\x20\x69\xee\xca\x88\x07\x46\xab\x64\xfa\x80\ \x82\x69\x50\x5d\x03\x68\x1f\x0a\xf3\x44\xff\xc9\xc1\x0a\x9e\xee\ \xec\x6d\x07\x89\x02\x01\x01\xfc\xed\x2c\x20\x21\x69\xb7\xe6\x0b\ \x79\xf0\xfa\x1a\xb4\x26\x99\xa8\xec\xfe\x8a\xe8\x1a\x0a\x99\x80\ \x63\x00\x01\x09\xc0\xa6\x91\xc8\x64\x9a\x19\x80\x89\x2b\xa0\x60\ \x28\x0c\x0c\x57\x81\xca\x41\x79\x5c\x16\x97\xc1\xd3\xf7\xf4\xa4\ \x3d\x6a\x96\x5a\x11\x66\x51\x70\x0c\x7d\xdc\xac\xf0\x70\x31\x02\ \x1c\x8d\xc2\x08\x2b\xa8\xf8\xf3\xa8\xf6\xae\xa3\xfd\x1c\x0a\x54\ \x03\xb2\x6b\x87\xfb\x83\x7f\xc0\x8b\xd2\xad\xed\x79\x4d\xbe\xa3\ \x1d\x4b\xc3\xe1\x28\x78\x01\x03\x8f\xa7\x80\xa9\x15\xa1\xce\xab\ \x0c\xf3\xc4\xeb\xd7\x13\xaf\x26\x1f\x74\xf5\xb7\x0d\x84\x93\xcd\ \xe9\xb6\x5c\x5b\xb2\xab\x25\x3d\xd0\x15\x0f\xab\x3d\x2d\xf1\x9e\ \x1e\x05\xd7\xdc\xd2\x92\x6e\x6b\x4b\x37\x23\x04\xf3\x24\x5b\x5a\ \xd4\x28\xa7\xcb\x1c\x8e\x9b\xd5\x66\x14\x7a\xcf\xe3\x51\xa9\x8a\ \x28\x48\x16\x83\x85\x22\x29\x78\x0c\x16\x97\x4a\x65\xa1\x06\xaf\ \xb8\x4f\xca\xe5\xe2\x78\xa9\xbb\x84\x52\x35\x51\x29\x3a\xa7\x94\ \x2a\x83\x0f\xcc\x06\xf8\x86\x90\x94\x1f\x2b\xc7\xd0\x16\x16\x28\ \x55\xd6\x8e\xce\x0c\x7a\x75\xca\x52\x37\xa8\x52\x2c\x85\x9a\x89\ \xc6\xb4\x59\xed\x60\xc9\x0e\x7a\x65\x0f\x94\x02\xb2\x58\x37\xda\ \x3b\xab\x8c\x6b\xa6\xc5\xe4\x73\x58\xbc\xd5\x75\x52\x2f\x8a\x18\ \xe5\x30\xf9\x29\x0e\xa8\x9f\x50\x15\x88\xa5\x84\x59\xb4\x22\x04\ \xdf\x2b\xe3\x97\xb2\xa3\x83\xda\x72\x37\x0c\x61\x95\xd3\xc4\x31\ \x82\x5c\x88\x0d\x1c\x3b\xb3\xbe\x66\x5e\x53\xd0\x5f\x1b\xaa\x0e\ \x39\x5d\xa0\x50\x0d\xe0\xb2\xea\x9a\x7c\x36\x67\x8d\xd3\x1f\xa9\ \x02\x09\x73\xb9\x6a\x6b\x22\xfe\x60\x6d\x7d\xad\x2f\xd8\x14\x0c\ \xd9\xd8\x7c\x23\xc7\x68\xb2\xd5\x3b\x1d\xba\x48\x03\x60\x57\xa4\ \x69\x56\xd3\x8c\x88\xc3\xeb\xf3\xbb\x5c\x7e\xe0\x1c\x87\xcd\x22\ \x86\x19\x99\x2d\x04\xde\x11\x4b\xc4\x62\x13\xca\xad\x94\xb2\x0d\ \x2a\x8e\x98\x2d\x36\x84\xbc\x28\xc0\x3e\x06\xc0\x28\x53\xb1\x51\ \xeb\x2d\xa0\x44\xd4\x8e\x02\x3c\x6f\xe9\xb7\x33\x8f\xf0\x68\x81\ \xa9\xba\xd1\xc9\x25\xd0\xaa\x22\x08\x32\x10\x96\x0a\x15\x2f\xb2\ \x8b\x83\xa0\xb7\xa0\x2f\x01\xa1\x30\xc6\xe4\xa0\x3a\x45\x97\x6b\ \xd6\xec\x1a\xbf\x45\x2c\xe5\x4b\x11\x15\xb1\x41\x07\x99\x52\x70\ \xda\xc5\x4a\xac\x32\x07\x0c\x32\x9f\xa9\xcd\x0a\x8d\x26\x23\xfa\ \xba\x4c\x6b\x57\x82\x84\x15\x03\x81\xa2\x50\x2b\x04\x42\x8d\x15\ \x85\x7c\x10\x29\x54\xf9\x6e\x4f\x69\x39\x4c\x21\xea\xbc\xce\x44\ \x35\x46\x4c\x0e\x1f\x75\x2c\x94\xa2\xd0\x51\x8e\x50\xb7\x62\xf3\ \x8e\x4b\xab\xab\x6a\x96\xae\x38\xf3\xe6\xe6\xad\x8b\x87\x1b\xbf\ \xeb\x6a\xa1\x62\x88\x1a\xba\x82\xa1\xf7\xe0\xa9\x00\xf5\xe0\x09\ \xb0\x44\x2c\x3e\x21\x22\xd3\x88\xa8\xba\x0a\x05\xc7\x88\x88\x74\ \x3a\x99\x44\xa6\x83\x18\x25\xda\x61\x7c\x58\xe5\x22\x12\x06\xa3\ \xf8\xb4\x7a\xf7\xb6\x03\xcf\xf4\xc4\xc2\xe9\xcf\x32\x64\x39\xd8\ \x18\x18\x61\xf4\x44\xbe\x37\x91\x41\xa7\x77\x7a\xd1\x12\x3d\x0c\ \x77\x1a\x25\xc3\x7d\xfd\xe8\xd1\xc8\x87\x1b\x93\xc3\x1f\xa6\x5f\ \x7c\xf7\xfe\xed\xcb\x27\x6f\xee\xbc\xb9\xf9\xdd\xf4\xc0\x8b\xcb\ \xdf\x3f\xfe\xe1\xcd\xd3\xcb\x6f\x6e\x5d\x7e\x3f\x7d\xf9\xcd\x8d\ \x97\x6f\x5e\xbe\x7c\x7c\xf1\xce\x8b\xa7\xdf\xff\xf0\xe4\xc9\xdb\ \x9b\x53\xd3\xc0\x5a\x6f\x5e\x3c\x7c\x31\x3c\x3d\x36\x72\xb5\xbf\ \xf9\xc1\xfd\xe9\xe9\x77\x23\x6f\x9e\x82\x7c\xbd\x7f\xfd\x6e\xe0\ \xe7\xc9\xe7\xef\x6e\xbc\x1b\x19\xfe\xe9\xe6\xcd\x6f\xaf\x3f\x3d\ \x76\x69\xec\xec\xf2\xdd\xdb\x0e\x2e\x38\x72\xe0\xe8\x96\x79\x73\ \xd6\x1c\x5c\x00\xf3\x98\xcb\xe5\x42\xfd\xb3\x2d\x20\xf3\x62\x93\ \x4a\xcc\x46\x8d\xd2\x4c\x42\x0e\x1b\xe6\x05\x8b\x41\x0a\xb3\x22\ \x5b\x56\x7d\x85\x1b\x4d\xff\xf0\x9e\x76\xb2\x7e\xfb\xf1\x63\x71\ \xc2\x7b\xcc\x07\xe7\x09\x26\xfb\xe4\xcf\x5d\x0f\x86\x87\xfa\xe3\ \xbc\xb0\x07\xdf\xfe\xcb\x3f\x1e\xef\xdc\x4c\x9d\x5a\x79\x6a\x0b\ \x22\x5e\x2d\xff\xd5\xc3\x85\xb6\x8d\xa1\x50\xbd\xab\x6a\xd6\xc6\ \x35\x73\x9a\x0e\x6e\x58\xb7\xac\xa1\x66\xdf\xbc\xb9\x07\x77\xd6\ \x26\xcf\x9f\xff\x82\xbe\x62\xe5\xce\x95\x2b\xe6\xae\x5e\x7d\xf4\ \xc4\x81\x95\x7b\xf6\x3c\xbc\x73\xe9\xf1\xad\xc5\x1b\x0e\x6f\x9d\ \x3b\xf7\xd3\xbe\x9b\x77\x57\xae\x5c\xfc\xf8\x76\xfe\xeb\xe4\xc1\ \x0f\x7b\x8e\xac\x1b\x3e\xfd\x39\xf9\x0b\x0d\x99\x42\x20\x92\xf1\ \x74\xa2\x48\x2e\xc2\x13\x40\xad\x48\xe0\xc6\xe9\xa0\x1e\x04\x6b\ \x1e\x7c\x9d\x35\x53\x40\xf5\x08\xa8\x2a\x0e\x29\x4c\x1e\x05\xf9\ \x80\x19\x04\x9d\x82\x97\x0d\x5e\x22\xb0\x8c\xa2\x04\x01\x6d\x15\ \x6a\xe0\xe5\x22\x5a\xdd\x78\xe4\x0f\xe9\x44\x3a\x1e\x34\x48\x43\ \xd7\x58\xdb\xe1\x26\xf2\xbd\xbd\x40\x59\xed\x1d\x9d\x9d\x20\x58\ \xbd\x9d\x9d\xe7\xd1\x69\xab\xf6\x02\xa8\x96\x26\x03\xb7\xd9\xd1\ \xe1\x46\xe1\x0e\x70\x77\x6e\x02\xe8\x1e\x89\x04\xa6\x9d\x4c\xc3\ \x52\x30\x74\x32\x4b\x40\x41\x6d\xbe\xc8\x78\x80\x6f\x1e\x03\x27\ \x40\xe1\xee\x02\x06\x15\x87\xba\x3e\x28\xd4\x71\x3d\x17\x1d\xe4\ \x49\x86\xa3\x5c\xbd\x99\xa5\x46\x15\x59\x3c\x33\x4b\x73\xba\x33\ \xe1\x06\x89\xaa\x1c\x9a\x3f\xdd\x79\x1a\x28\xab\xd0\x5b\x29\xe7\ \xab\xb8\x51\x8d\x26\x41\x07\xbf\x86\xa3\xa8\xb9\x44\x3c\x99\x48\ \x21\x8a\x70\x54\x39\x49\x6d\xbe\xff\xfa\xd5\xcf\x43\x5d\x3d\xa8\ \x04\xcb\xac\x1f\x00\x6d\x4a\x77\xe5\xe2\xcd\xe9\xb4\xb9\xad\xd9\ \xac\x8f\xb7\xc4\x9b\x3d\xf1\x64\x57\x5b\x2e\x1a\x6f\x69\xee\xd7\ \x9b\xcd\xf1\x89\x78\x1a\x64\x8b\xcb\xe5\x45\x51\xe9\x68\x12\xe4\ \x93\x05\x2a\xa5\xa7\xf0\xe0\xf1\x51\xb9\x5c\x0a\x8f\x85\x3a\xbd\ \xc2\x5f\x54\x3c\xe9\x93\x32\x5a\x03\x2f\xc7\xb2\xe3\xa3\x1f\xb3\ \x31\x98\xe9\x03\x81\x72\x37\xf8\xba\x00\xdb\x6b\xe4\x03\x3b\xa0\ \x5e\x32\x42\x19\xa8\x55\x4a\x68\x47\x05\xc3\xec\x71\xf0\x49\xa8\ \xac\x09\x06\x35\x8a\x0a\x1e\x1c\x8f\x15\x81\x9a\xb2\xe5\x54\xa9\ \x54\x1a\x1d\xff\x08\xe3\x1a\x8c\x93\x50\xe7\xb7\x49\x6c\x11\xa7\ \x4f\x57\x65\x64\x9a\x98\x4c\xa5\x96\xc3\x46\xeb\x30\xe0\x7b\x02\ \xcc\x32\xe8\xda\x68\x69\x7c\x3c\xc5\x4c\x75\x97\x98\xf6\x92\x52\ \xca\xd4\xf9\x42\x2a\xa6\x43\x62\x94\xa8\x5c\x3e\x3e\xdf\x16\xac\ \x0f\x56\x03\x1c\x55\x45\x9c\x41\x47\xa8\x71\x66\xd0\x57\xd3\x50\ \xe5\x8a\x44\x6a\x6d\xb6\xfa\x46\xb0\x80\x7e\x8b\xb3\xce\xef\x6f\ \x82\xcf\x59\x2c\x16\x83\x41\xe2\xb0\x99\x38\x06\xa7\x24\x58\x0d\ \xf7\x68\xb2\x58\xa4\x5e\x9d\x17\xec\x9e\xd8\xc0\x17\x3b\x9d\x36\ \x47\x48\x22\xb3\x83\x63\x50\x19\x4c\x3a\x8b\x45\x65\xd0\x39\x6d\ \x16\x87\x4e\xc5\xd1\xaa\x74\x12\x21\x93\x6d\x57\x32\x0d\x6c\xa1\ \x58\x68\x47\xa1\xcd\x81\xf2\x60\x4c\x2b\x15\x82\x1e\x57\x12\xbb\ \xb4\x68\xb5\xad\x1b\xb8\x11\xb5\x12\x42\xe7\xa2\x51\xce\xcc\x38\ \xca\x6c\x28\x6b\x6d\x06\x19\x20\x95\x54\x09\x1f\xa5\x94\x45\x10\ \x14\x6d\x49\xcb\x57\xa6\xd8\x12\x9d\x6b\xee\x82\xf9\x8d\x11\x87\ \x52\x52\x69\x8d\xc6\xd7\xc6\xd0\xb9\x11\x78\xd3\x16\xd1\x9a\x5f\ \x40\xc8\x66\xcb\x40\x83\x50\x7d\xb6\x2c\x66\x47\x47\x9f\x95\x1c\ \x59\x2a\x26\x04\x49\x92\x29\x2b\x71\xf9\x32\x54\xdc\xa6\xd4\xa6\ \xe0\x01\x09\x51\x52\x8a\x4c\x08\x9f\x0b\xf0\x65\xbf\xc5\x64\xb0\ \x39\x6c\x36\x5f\xcc\xe1\x54\xcd\x6e\x3c\xb1\x3f\x58\xb3\x61\xcd\ \xc9\x8b\x4f\x2f\xee\x5d\xba\x7d\xed\xd8\xd5\x16\x06\xc6\xcd\xe2\ \x51\xf0\x0c\x32\x8b\x21\x22\xd2\xc8\x5c\x24\x4d\x72\x3c\x9e\x40\ \xc0\x59\x3b\x34\x30\x30\xc0\x2c\x58\xa9\xe0\x0b\x09\x58\x22\x29\ \x8c\x4f\xb8\xb1\xc0\x5a\x18\x16\xed\x8d\xb4\x6a\xff\xa9\x1b\xeb\ \x6e\x4d\xc5\x49\x5f\x7d\x21\x22\xb9\x49\x14\xbc\x9c\x9e\x68\x2f\ \x74\xe6\x13\xbd\xbd\xe7\xf3\x9d\x85\xce\x5e\x12\x89\x48\xa1\x64\ \x30\x8b\x2f\x9d\xb9\x7e\xa5\xef\xee\xdd\xb3\x8b\x6e\x5d\x7c\xf2\ \xfe\xde\xdd\x5b\xb7\x2f\xb4\x2e\x5a\x75\x6c\xd5\xe6\xd6\x75\x97\ \xae\x1f\xbb\x76\x67\xc5\xaa\xb3\xdb\xcf\x9e\x81\x77\x6e\x3f\xfe\ \xe9\xf6\x37\x3f\xbc\x79\x39\xf5\xe4\xfd\xf7\x77\x5e\xbc\x7f\xff\ \xd3\xd8\xeb\xe7\xcf\x07\xee\x0f\x4d\xbe\xbe\xff\x7a\xf8\xf1\x9d\ \xe1\xb7\x6f\xa7\xde\x3f\xff\xf9\xdd\xf4\xd8\xfb\xf7\xc3\x40\x63\ \x53\x6f\xde\x7e\x7f\xfd\x9b\x87\xdf\xdc\x3b\x7b\xe1\xce\xba\x97\ \x2f\x16\xaf\xd8\xd6\xba\xed\xf8\xe1\x3d\xf3\xd7\xcc\x5d\x38\xf7\ \xe0\xae\x6a\xa3\xc9\x02\x93\x91\xc5\x60\x71\x38\x4c\x6c\x54\xcc\ \x01\x93\x0f\x13\xbd\x7a\x32\x29\x5f\x68\x71\x88\x25\x52\x31\xcc\ \x44\xcc\x43\x6d\xc9\xab\x53\x8f\x42\x9b\xbe\x7b\xba\xe0\xed\xe9\ \x9b\xee\xa7\xa1\x9d\x42\xe6\xee\x78\xee\xe1\x85\x6f\xfa\xce\xdc\ \xd5\x8f\x4c\xfc\xfa\xeb\xaf\x23\xcb\xbf\x27\x6e\x5f\xbf\xe4\x28\ \x07\x65\xec\xc6\x96\xe6\x0e\xfb\x22\xa6\xda\xfa\x50\x64\xee\x9a\ \xfd\xbb\x8f\x1f\x59\xde\xb7\x51\x55\x3f\xbd\xac\xef\xe2\xf6\xa7\ \x02\x7c\xf8\xf2\xde\x65\x2b\x5a\x17\x6d\x3b\xb0\x7c\xf9\xe2\x75\ \x2b\x77\x2c\x5d\x7c\xe5\xee\x9b\x17\x4f\x3e\x5d\xbd\x7b\xeb\xfc\ \x2d\xd7\xaf\xac\xdd\x72\x62\xf1\xed\x36\x4f\xe1\xdc\x57\x09\xe2\ \xc8\xa5\x9d\x4f\xf2\x5f\x52\xce\xa1\x85\x29\x12\x89\x2e\x22\x60\ \x88\x78\x1a\xd2\x1d\x32\x36\x01\x10\xab\x41\x05\x22\xe0\xa6\x0a\ \xa2\x44\xbe\xdd\x9d\x68\xef\x2c\xe4\x41\xbb\xf2\x80\x47\x05\x11\ \xcc\x0e\xa0\x61\xed\x19\x11\xcc\x12\x74\x91\x46\x04\x3c\xa5\x21\ \x11\xe5\x20\x69\x74\x77\xde\x0a\x13\x07\xbc\x2b\x02\xa5\x92\xa3\ \x0e\x46\x85\x84\x55\x03\x16\xad\xf3\x7c\x27\x88\xd4\xe9\xca\xc9\ \x2a\x00\xac\x4c\x7b\xc1\x0d\x3a\xd2\x21\x82\xd9\xc5\x5a\x00\xa9\ \x02\x79\xcb\x20\xb9\x42\x9d\x57\x29\x04\xa0\x3d\x1a\x92\x43\x22\ \x11\xd5\xa5\xd2\x28\xf0\x31\x81\xa5\x17\xb0\xa2\x6a\x05\x8f\xe2\ \x31\xe3\x68\x34\x8c\x9e\xa7\x30\xa7\xd5\x2c\x1e\xcf\xac\xd0\x27\ \xc3\xa8\xfe\x5d\xcf\xa2\xf2\x78\xa0\x14\xee\xde\x4e\xb7\x3b\xdf\ \x7e\xfa\x5c\x27\x02\x2d\x10\xac\x5e\xc4\x76\xe7\xdb\x91\x4c\xd2\ \xdd\x05\x0d\xdd\x4d\xa7\x08\xb8\x34\x72\xd8\x4c\x24\x53\x30\x0c\ \xb2\x1c\x47\xa1\x93\x18\x9e\xfb\x23\x63\xcf\xbb\x86\xfa\x7b\xc0\ \x0b\x86\x41\x9b\x1e\xc4\xfb\xef\x87\x3d\xe8\xe0\x73\x2e\x99\x0c\ \x9b\xe3\x28\x32\x59\x9d\x1c\x48\x7a\x92\xcd\x6d\x2d\xd1\x96\x64\ \x3c\x1a\x6e\xee\x52\x57\x0e\x00\xd0\x78\x69\x7d\x1c\xd8\x8f\xc7\ \x50\x47\xb9\x14\x33\xe8\x15\x49\xa1\xa7\xd1\x50\x56\x0e\x05\x4f\ \x66\x90\x29\xdc\x4f\x60\xcc\x0c\x96\x03\x32\x2d\x78\xa0\x14\x5a\ \x31\x4f\x69\x07\xbb\xcb\xc5\x72\xca\xe4\x90\x30\xcb\x59\x2d\xb0\ \x33\xcc\xf3\x12\x21\x3f\xc5\x64\xf2\x4d\x3a\xb6\x6c\x74\x74\xb0\ \x5b\x9b\xb2\x0f\x8e\x8e\x97\x81\xb2\x00\xad\x8a\xe3\xc5\x12\x0c\ \xd7\x14\x5a\x46\x1f\x44\xd5\xa7\x30\xb2\x53\xd2\x88\xcf\x60\x0b\ \xb9\x6c\x5e\xb6\x41\x0c\x83\x8e\x19\x00\x43\x13\x00\xa4\x28\xa6\ \xb2\x95\x91\x8f\x8e\xe6\x0c\x8e\xcb\x52\x42\xce\xa8\x50\xac\xf3\ \xfa\xea\xd8\x12\xa3\x85\x2f\x36\x7a\xab\x6b\x7d\x75\x33\x67\xd6\ \x34\x46\x7c\x75\xf5\xfe\x88\xc3\x61\x71\xd6\x46\xfc\x4d\xae\x6a\ \x5f\x55\x53\xa4\xba\x3e\x12\xf4\x39\xfd\xc1\xaa\xc6\x19\xe0\x02\ \x01\x62\xc0\x33\x81\x1a\xa0\x4a\xd7\x40\x4c\x86\x32\x27\xa5\x95\ \x6e\x5a\x2e\x9d\x17\x14\xc9\xa2\x63\x4a\x55\x0e\x9b\xcd\x67\x11\ \xa2\x46\xcb\x41\x97\xce\x57\x6d\x0a\xf9\x5d\xb5\x4e\x13\xdf\x61\ \x44\x45\x06\x62\x19\x8a\x18\xb4\x0b\xc5\x76\x8e\x5d\x16\x8b\xa1\ \x32\xf6\xac\x92\x83\xea\xa0\xd0\xb2\xfa\x68\x45\xa8\xe0\xdf\x6e\ \x64\x0e\x07\x11\x63\xa1\xd5\xf9\x41\xf8\xf3\xb1\xe8\x90\x72\x00\ \xca\x38\x20\x6e\x00\x5b\xa9\x00\x53\x06\xc6\x4f\x16\x08\xd8\x63\ \x52\x57\xed\xec\x39\x5b\xd7\x38\x7d\x62\x3b\xdc\x38\x3a\x23\x20\ \xd3\x72\xe0\xf9\x92\x65\xb5\x29\x54\x6a\x95\xb5\xb3\x99\x68\x47\ \x15\xbe\x94\x1a\x84\x19\x22\x0b\xbe\x50\xc6\x41\xe5\x62\xc8\x93\ \xc2\x13\xa5\x44\x19\x0d\x32\x3b\x3a\xba\x08\x8f\x11\x1c\x72\xcc\ \xce\xb4\x6b\x65\x45\x3b\x5a\xc3\x92\xc2\x8c\xc2\x31\xb2\x99\x30\ \x3a\xbd\x0e\xa1\x41\x6a\x34\x2e\x98\xb5\xe2\xcd\x9b\x17\x77\xaf\ \x9d\xf9\x61\xe4\xe7\x57\x5d\x6a\x06\x0d\x47\x62\xf4\xb3\x04\x30\ \xf1\xd1\x48\x54\x12\x0a\x10\xa2\xa1\x3a\x1f\x70\x79\x6e\x39\x9e\ \x8e\x27\xe0\xb8\x18\x22\x85\x20\xa2\xd3\xb9\x74\xb8\xaa\x71\x72\ \x3a\x8e\x42\x3b\x2c\xa9\x5a\xb8\x67\xdd\x96\x9d\xc3\x97\x2e\xd3\ \xce\x9d\xc3\xba\x89\x14\x7a\xc2\x9a\x01\xb9\x82\x89\xb4\xd0\x5b\ \xd0\x24\x3a\x32\x78\x3c\x9e\x8c\xb5\x2e\xdd\xb0\x78\xf3\x85\x2b\ \xcb\x97\x5f\x3f\xd3\x77\xfd\xec\xb7\xb7\x7f\x98\x7a\xf8\xed\xbb\ \xe1\xef\xbf\xbb\xfd\xf4\xe9\x9d\x5b\xb7\xdf\xdc\xbd\xf0\xdd\xf5\ \x2b\x8f\xef\x3c\x99\x9a\x7a\x73\xeb\xce\xc3\xef\xdf\x8f\xbd\x7b\ \xf7\x2c\xf7\xac\x3f\x97\x6e\xee\x19\x7a\x3d\xf4\xe0\xc6\x55\x00\ \xaa\xb7\x8f\x2f\x0f\x0f\xdf\x18\x19\x79\xf1\xf4\x87\x8b\x77\x1e\ \xbf\x99\x1a\xf9\xee\xbb\x6f\xbf\xbf\xf7\xcd\xc9\x0b\xd7\x4f\x1d\ \x3b\x73\xea\xd2\xdd\x75\x4b\x3e\x5d\xf2\x72\xd9\xd2\x1d\xdb\x36\ \x1d\x3e\x7e\x62\xd7\x9a\x03\xbb\x16\x6c\xd9\xba\xba\xb1\x1a\xbc\ \xbc\x43\x27\x65\xc2\xcb\x8a\xce\x96\x02\x8b\x1b\xf8\x32\xa1\xf0\ \xb7\x6c\x44\x31\x00\x27\xd3\x28\x96\x8a\x65\x5a\xef\x41\x1c\x69\ \xaf\x65\xc7\xc5\xc7\x2b\xef\xe1\x5e\xb2\x4e\xfa\xd7\x68\x53\xeb\ \x3e\x17\x4c\xaf\x76\x1a\x74\x33\x29\xd4\x4d\x7f\xfe\xf5\xd7\x9e\ \x93\xfd\x3d\x87\x17\x2d\xd9\x15\x43\x87\x48\xed\x35\xc9\xbb\x0d\ \x0b\x43\x33\x57\xcf\x6a\x9c\xb7\x6b\xd5\xca\xf5\xcb\xcf\xf6\x1d\ \x38\xfc\x6e\x7a\x78\xf8\xdb\xa9\x89\xbd\x23\x2f\x56\xf4\xed\x5d\ \x7a\x62\xeb\x89\x83\x4b\x96\x2c\x3b\x73\x61\xdd\xb2\x75\x77\xa6\ \x5e\x3e\x19\x5e\x7c\x64\xf9\xee\xc3\x4b\xa3\x5f\xc6\x6b\x37\x2e\ \x11\x3c\x98\xc4\xe0\xe8\xed\x9f\xfd\xeb\xef\x99\x1e\x4c\x07\xb1\ \xc3\x8a\xa1\x82\xb0\x13\xe9\x22\x90\x2d\x8c\x06\x8d\x66\x94\x12\ \x83\x47\x2e\x50\x94\x49\x68\xf2\x56\x79\x22\x6f\xb5\x16\x0a\x9d\ \xed\xe8\xa0\x79\xbe\x33\x93\x4f\x24\x34\x68\x3b\x10\x9d\x35\x4f\ \x88\x34\x1a\x0d\x11\x87\x11\xd1\x09\xa8\x5a\xd7\x4d\x47\xc7\x06\ \x51\x46\x32\xda\x1f\x94\xcb\x0b\x20\x5d\x85\x76\x40\x5e\x60\xaa\ \xde\x7c\xfb\xb9\xce\xce\x8e\x04\xdc\xd2\x69\x84\x40\x28\xa9\x31\ \x8f\x76\x0b\xe9\x68\x7d\xde\xea\x96\x57\x8e\x1b\x62\x09\x58\x1c\ \x86\x46\xc2\xe0\xd0\x3e\x23\x05\x8f\x96\xcb\x08\x44\x0a\x0d\x43\ \xa2\xa0\xb3\x7a\xe9\x24\x43\x8d\x72\x04\xd5\x0a\x06\x57\xad\xe0\ \xa2\xfd\x38\xbd\x39\x2a\x10\x78\x92\xd1\xb8\x5e\xcd\x62\x50\x04\ \x02\xb3\x9a\x00\x9e\x0f\x74\x34\xdf\x7b\xfa\xdc\x79\x78\xcc\xe0\ \x0a\x81\xef\x7a\x13\x56\x22\x3d\x51\xc8\xd3\x89\x72\x39\x41\x8e\ \x65\x51\x15\x54\x5c\xce\x43\x20\xe1\xc0\x6b\xba\x31\x38\x22\x59\ \x60\x7e\x0d\x9e\xf0\xd5\x40\x4f\x4f\x57\xdb\x40\x73\x3c\xec\x19\ \xc8\xb5\x0d\xb5\xdd\x6f\x6b\x1b\x30\xab\x93\x2d\x6d\xe6\xae\x96\ \x78\x97\x59\x91\x9b\x08\x37\x9b\x41\x27\xa3\xcd\x3d\xf1\x64\xbf\ \x39\x6d\x6e\xc9\x85\xe3\x0a\xd4\xab\xc7\xec\x09\xab\x15\xe9\x28\ \x8f\xc2\x52\x60\xa8\x54\x40\x41\x70\x83\x54\x1c\x8b\x4a\x21\x09\ \xa8\x14\xd6\x27\x4c\x4e\xa9\x14\x80\xb1\x01\x52\x85\x0a\x16\x52\ \xe3\xa9\x72\xb1\xd8\x1d\x10\xea\x24\x52\x2d\x3a\x38\x98\x05\xbc\ \x62\xa3\x73\xc4\x7c\x36\xd3\x64\x64\xa2\x22\xad\x72\x31\x25\x8b\ \x0d\x76\xa3\x14\x3e\xb0\x81\x31\xbb\x6c\xb4\xb2\xff\x65\x07\x1f\ \x63\x4f\x05\xb4\x4a\x21\x5c\x53\x21\x9b\x51\x1a\x0a\xf9\x0c\x26\ \xa3\x90\xcd\x14\x72\xb4\x4a\x65\xa9\x28\x54\x49\x4d\x6c\x21\xa0\ \x18\x12\x35\x90\x2d\x25\x5f\x22\x05\x13\x26\x0d\x56\xcd\xf3\x1a\ \x2c\xc2\x98\xb2\x6a\x5e\x63\x30\x52\x55\x5f\xdf\x58\xdd\xe8\x0b\ \xd5\x38\x2d\x68\xfb\xcf\xef\xf4\xcf\x9a\xe5\xb3\xd9\xaa\x5d\xbe\ \x90\x2b\x58\x5b\x5d\xe3\x35\x32\xd9\xca\x18\x3a\xa7\x5d\x82\x11\ \x3f\x3a\x8a\x40\x0f\x45\xb3\xa3\xc8\x63\xa6\x58\xcc\x11\xab\xbc\ \x06\x95\x0a\xed\x4d\x72\x64\x1c\xb6\xd2\xce\xb7\xa9\x4c\x52\x93\ \xc9\x68\x32\x39\xfd\x46\xa9\x45\x65\x94\xea\x4c\x00\x33\x4c\x19\ \x60\x0a\xe0\x8b\x3d\x15\x53\x02\x5f\xa6\x06\x41\x34\xb2\xc5\x72\ \xf7\x38\x92\x26\xb4\xba\x0e\x77\x90\x55\xda\x41\xb9\xb2\xc8\xc0\ \xa2\xdc\x99\xf1\x41\x54\xa5\x5f\x06\x61\x13\x4b\x95\x01\x2d\x4a\ \x87\x97\xa5\x8a\x65\xad\x3d\x16\x03\x5b\x58\x04\x83\x9c\x2a\x31\ \x25\xae\x86\xc3\x9b\xb6\xac\x9e\x1b\x02\xc7\xc9\xd1\x32\x41\x60\ \x40\xb4\x52\x00\x4c\x1c\x99\x16\x2d\xab\x07\xe0\x29\x8c\xc1\x1c\ \x00\x4a\xdb\x3d\x58\xaa\x34\x0a\x43\x41\x5d\x1c\x65\x65\xe1\x9e\ \x8f\xe2\xb1\xc0\x84\xcb\xf8\x60\x16\x41\xd4\xd0\xc6\x20\xc8\xa9\ \x12\x75\xe8\x51\xca\xc4\x3a\x14\x62\xce\x44\x79\x4f\x32\xb6\x57\ \x15\x74\x8a\x55\x33\x0e\x6d\xda\x36\xf5\x6c\x64\x6a\x64\xfb\xcb\ \x77\x1f\xba\x78\x24\x82\x9a\x25\x50\x10\x48\x14\x85\x9a\x4a\xe2\ \xa1\x9e\xd0\x38\x35\x06\x47\x26\x13\xe1\xda\xc7\xe2\xa9\x60\x14\ \x19\x0c\x16\x9e\x82\x25\x8b\x44\x04\x32\x96\x88\x52\x95\xc8\xd1\ \x23\xfc\xd0\x9a\x4f\x8f\x5c\x76\xe3\x3f\x2c\xbf\xc9\xfa\xec\x1c\ \x25\xd1\x99\xc0\xca\xad\xf9\x4c\xa6\xa3\x1d\x06\x48\x2f\x0c\x18\ \x8d\x15\x88\x3f\x7f\x6d\xcd\x92\x63\x7b\xcf\x5e\x39\x73\xe5\xf6\ \xb2\xc5\x9b\xf6\x6c\xdf\x7b\xe9\xda\x85\xbd\xdf\xbf\xf9\xf6\xce\ \xf7\x0f\xef\xdc\x7d\xf3\xc3\xe3\x27\x0f\xaf\xbd\x7d\xf1\xc3\x9b\ \xa9\x1f\x3e\xbc\x9e\xec\x9a\xcc\xa9\xd5\x02\x7d\x5b\xae\xed\xdd\ \xd8\xf0\xe3\xa9\x91\x97\x4f\x1e\x2f\xf9\x30\xfc\xf4\xe1\xc3\xc7\ \x2f\xbe\xbd\xf5\xc3\xc3\xbb\xf7\x1e\x3f\xbe\x7e\xfb\xf1\xed\x4b\ \x97\xbe\xbb\x74\xf2\xe2\xc9\x75\x9f\xae\x5c\x71\x72\xd5\xda\xed\ \x27\x17\xad\x58\xb6\xea\xd2\xdd\x25\x87\x0f\x1f\xfc\xf4\xf0\xa1\ \xfd\x5b\x81\x65\xd6\x6c\x38\x54\x57\x13\xac\xf6\x3a\x6d\x3a\x9d\ \xd1\xab\x32\x8a\xc5\x06\x29\x13\xe8\xd9\x80\xe2\xf0\x65\x12\xd4\ \x5e\x48\xc6\x16\xaa\x0c\xa8\x1b\x8a\x4c\x59\xdc\x35\x30\xa7\x69\ \xcb\xbe\x6f\x46\x72\x6b\x7f\x96\x2f\x73\x9e\xe0\xc7\xb6\xff\xf3\ \x2f\xe4\xe3\xbe\xba\x9a\x39\xdc\xce\x35\x94\x5f\x7f\xc5\x5d\xf7\ \x2c\x3d\xb1\xee\xd8\xc1\x62\xb6\x88\xe6\x99\x0f\xc3\x2b\x0e\x56\ \xaf\x5e\x30\x6b\xe3\xe1\xd6\xe5\x9b\x36\xed\xbd\xfb\xfe\xec\x6e\ \x20\xb1\x33\xcb\x37\xed\x59\xd4\xb7\x6d\xef\xb1\xc3\x9f\x1e\x3f\ \xbc\xe4\xd3\x1d\xa7\xbe\xb9\x7e\xb1\xef\xcc\xda\xe5\x4f\xee\x5c\ \x78\xbe\x6d\xf6\xd4\xcb\x5b\x67\xe2\x9f\x89\xd6\x2c\x38\xfa\xf8\ \xf2\xa3\xcb\x23\xfd\xcd\x6a\x6c\xe7\xd7\x5f\xf7\x62\x88\x99\x4e\ \x2a\x0e\x4f\x22\xe1\xe9\x19\xd0\x0a\x2c\x2a\x02\x85\x3f\x72\x3a\ \x11\x65\x2b\x24\xd0\x92\x61\x06\x68\x25\xe3\x2e\x24\x12\xbd\x99\ \x0c\x22\xae\x44\xc7\x67\x7f\xfb\xf7\xaf\xbf\xfe\xf2\xf5\x67\x09\ \xb9\xc6\x0d\x73\x84\xd5\x4d\xc1\x61\x08\xa8\xa3\x83\x1c\x54\xac\ \x3d\x9f\x91\xd3\xd1\x02\x3d\x80\x96\x5b\xa3\xc9\xa0\xb5\xf5\x7c\ \xa1\xf7\xfc\x39\x14\x12\x04\xe6\x0c\x35\x90\x59\xe5\xb0\x79\x00\ \x00\x20\x00\x49\x44\x41\x54\x04\xfd\xea\xc8\xc0\x67\x13\x19\xc0\ \x2a\x90\x3f\x7a\x42\xe3\xb6\x22\xb1\x93\xcb\xe9\x56\x2c\x0d\x66\ \x2c\x0c\xc9\x0d\x86\x93\x88\x92\x1d\x50\x6d\x18\x91\x4e\x20\x71\ \x93\xfa\x70\xb2\x3f\xac\x6e\x69\x4e\x2a\x92\x6d\xf1\xb8\x5a\x9f\ \x86\x0b\x83\xc6\x03\x33\xa6\xe7\x51\xcd\xfd\x8f\x72\x6a\x01\x0d\ \xc3\xd0\xeb\xa9\x04\x6b\xa2\x1d\x54\xb2\x1d\x90\xaa\x03\xf4\xaa\ \xbd\x1d\xee\x2a\x2f\x27\x51\x19\x78\x37\x56\x8e\x25\x6b\xdc\x79\ \x2c\x97\xc5\x13\x50\x78\x5c\x2c\x89\x88\x61\x60\x44\x78\x1c\x96\ \xc2\x4a\x3f\x7f\xfe\xe8\xd1\xe4\xa3\x07\x03\xe1\x70\x4f\xda\x13\ \xed\x81\x09\xeb\xfe\x44\x7f\xd7\x44\x4b\x1a\x98\x6a\xa2\x39\x1e\ \x4d\xa7\xdb\x72\x9e\x78\x3a\x9e\xe3\xe9\xdb\x9a\x51\xeb\xc2\x66\ \x35\xda\x26\x54\x84\xc3\x0a\x8f\xba\xb2\xb6\xc6\x32\xe7\xa2\x0a\ \x85\x07\x2e\x56\xae\x9a\x4a\xc6\xa1\x16\x85\x2c\x02\x9d\x21\xa0\ \x52\x3f\x41\x15\xdc\x30\xd6\x65\xc2\x14\xa8\x0e\x0a\x95\x41\x09\ \xfe\x59\xa5\x4a\x67\x91\x6a\x41\xbf\x06\x4b\x32\xbb\x84\xaf\xb4\ \x1b\x61\x2e\x53\x19\xd0\x12\x8c\x0c\x04\x2b\xc6\x8c\xa5\xec\xe5\ \x12\x18\x9d\xee\x6e\x3b\x0c\x3d\xa5\x90\x09\x62\x25\x44\x6d\xa8\ \x94\x1c\xd4\x58\x5d\xa8\x35\x49\x83\x75\x06\x43\x24\xa8\x02\xb5\ \x53\x56\xda\xee\x05\x52\x62\xb1\x4e\xa2\x45\xa8\x86\x34\x0c\xee\ \x44\x69\x0c\x06\x8d\x26\x97\xbf\xba\xc1\x5f\xef\x95\x88\x25\x73\ \x6a\xeb\x6b\xea\x6b\x1b\x9a\x66\xcf\xac\xab\x6f\x6c\x0a\x7a\x6d\ \xd5\xfe\x46\xbf\x37\x52\x5f\x5f\x5d\x13\x72\x56\xd7\x34\xf8\x1d\ \x2e\x95\xbd\x9c\x2d\x01\xd5\x0d\xa2\xbf\x40\xfb\x60\xa6\x2c\xa2\ \x62\x7d\xa5\x1d\x91\x88\xc4\x0b\x57\x2d\x53\x22\x01\xf1\xe4\x73\ \x24\x5e\x8b\x4f\xa5\x0d\x88\x0d\x8e\x50\x28\x14\x01\xec\xf2\xf9\ \x4c\xe0\xd3\xe0\x02\x97\x32\x95\x6c\x8e\x52\x26\x05\xf1\x92\xf2\ \x03\x68\xe9\x3b\x10\xe3\xeb\xa4\xa9\x12\x0a\x8a\xee\xae\xec\x05\ \x02\x60\xa5\xca\x29\x61\x69\x7c\xb4\x9c\x45\x8a\x05\x5e\xb7\x34\ \x88\xec\x20\x80\x65\xd6\xe1\x15\x6b\x65\x9c\x00\x3a\x4f\x59\x8c\ \x09\x85\xc2\x6c\x56\x2b\x0c\x80\xe2\xd9\xcb\x31\x0e\x5f\xe2\x5a\ \xb3\x68\xd3\xbe\xfd\x0b\xe7\xd8\x24\x6c\x31\x3b\x50\x64\x0b\xc1\ \x7e\xa4\xec\x80\x4a\x01\x25\xc8\xb9\x56\x08\x0a\xa6\x15\x2a\x39\ \xd9\x22\xca\xe5\x4a\xa5\xc0\x00\xa2\x46\x45\xe8\x30\x2f\x7c\x4d\ \x86\xb2\x21\xd0\xf9\x6c\x59\x65\x11\x8b\x2d\x54\xf2\xd9\x28\x6d\ \x86\xad\x82\x6f\x43\xa7\x50\xc4\x28\xbb\x49\x8b\x0e\x18\x64\x85\ \x5e\x95\xd4\x52\xdd\x34\xff\xc4\xad\x17\x0f\x72\x53\x37\xfb\xa7\ \x6f\x26\x31\xd1\x66\x05\x89\x41\x62\x30\x30\x28\xa0\x8d\x84\x27\ \xb0\x28\x30\x39\xe1\x68\xc4\xbc\x15\x43\x52\xf0\x80\xb5\x48\x04\ \x12\x0d\x03\x06\x04\x8f\x23\xe1\x30\x44\xb8\x94\x71\xb9\xdd\x46\ \x55\xdd\xa7\xab\x0e\x74\xe0\x3d\x6b\x77\x4f\x62\x3a\x32\x85\x0e\ \x4d\x42\x9e\xd0\x64\xce\xb5\xbb\xc1\x0e\x66\xac\x85\x8e\xd3\xed\ \x58\x72\xe1\xf5\x81\xed\xad\x4b\x76\xaf\xdc\xb0\x74\x79\xdf\xba\ \xb3\xc7\x36\xaf\xba\xb0\xec\xc4\xb6\xe5\xeb\x4e\x9d\x7d\xf8\xee\ \xf5\x8d\x67\x63\x63\x57\xc7\xc6\xc6\x46\xde\x8f\x3d\x82\x89\x75\ \xe2\xf5\xfb\xa9\x9f\x46\xde\x3f\xb9\x7e\xf1\xfb\x27\x6f\x01\xb8\ \x6e\x3f\xbd\xf3\xe4\xde\xad\x3b\x2f\xbf\x7d\x73\xef\xe2\xa5\x8b\ \xb7\xaf\x5f\xb8\x7d\xfb\xda\x77\x8f\xbf\xb9\x76\xf2\xca\xda\x25\ \xeb\xb6\x9f\x5c\xd6\xba\x77\x69\xeb\xf2\x55\x8b\x97\x2d\xdd\xbd\ \x62\xf7\xe2\x7b\xa7\x56\xee\x39\x7c\x78\xd3\xc1\x03\x1b\xe1\x39\ \x6c\x5c\x78\x74\x4b\xed\xcc\xba\x90\xcf\xef\xf3\x3a\x42\x0e\x50\ \x25\x9d\xd3\x07\x54\x65\x14\xc3\x35\xc4\x81\x4b\x86\x83\x4a\x00\ \xed\x12\x47\x75\x35\xbc\xf4\x5a\x99\x65\xa3\xae\x29\xd2\xb8\x03\ \xf7\xcc\xf4\xbc\x77\x43\x64\xa9\x4a\x78\x3c\xfa\x8f\x7f\x5d\xb3\ \x04\xe7\x1c\x9a\x3c\x7f\xa8\xed\x1f\xbf\x6a\x5e\xbc\xd9\xb3\x74\ \x59\xdf\x7e\x25\x9a\xa3\x63\xb1\x75\x37\x8e\xac\xde\xb2\x71\xeb\ \xfc\xe3\x1b\x56\xb5\xb6\xae\x1c\x09\x9f\x5c\xb8\xf5\xc3\x9b\x33\ \x27\x0e\xef\x3b\x70\x62\xf6\xdc\xa6\x39\xfb\x57\xaf\x59\x7d\x62\ \xeb\xd6\x7d\x47\x66\x38\xfd\xae\x90\xc3\xe5\xab\xbb\xbf\xbe\xba\ \x6f\xdb\xec\x7d\xb7\xe5\x5f\xad\xda\xba\x6f\xf1\xab\xab\x4b\x37\ \xdf\x1b\x6b\x13\x68\xf2\xbd\x5f\x7b\x08\xf2\xcf\x49\x20\x13\x18\ \x22\xf8\x38\x8d\x06\xc4\xca\x2a\x12\xa1\xc0\x85\xca\x1e\x1f\x1d\ \x9b\xc8\xbb\xf3\x79\x51\xc2\x9a\x3f\xdd\xd1\xf1\x97\xbf\xff\xf2\ \xe3\x8f\xff\xe7\x7f\xfe\xf4\xfb\xff\x1e\x07\xf8\xeb\x2f\x9f\xe5\ \x35\xc8\x03\x12\xdd\x04\xac\x48\x6e\xb5\x62\x35\x58\x6b\x67\x47\ \x1e\x39\xc6\x7c\x42\x84\xac\x21\x56\x94\xef\xc8\x74\x82\x6c\x9c\ \x3b\x7f\xfe\xdc\xf9\xd3\xed\x68\x05\x0b\x2d\x32\x82\xb1\x6c\x4f\ \x58\xad\xed\x79\x37\xf8\x48\x8d\x3c\x0f\xf7\x23\x92\x03\xd9\x61\ \xe4\x24\x32\x96\x44\xa3\x62\xe8\x28\xfc\x0f\x1e\x19\x41\x84\x95\ \x8b\x48\x64\x11\x01\x15\x92\x9b\x73\x3d\x51\x9e\xa7\xad\xa7\xa5\ \x3f\x99\x4b\x7a\xf4\xa0\x60\x14\x0a\x4d\x10\x8d\x86\x3d\x0a\x10\ \xac\x57\xfd\x71\x20\x1b\x05\x2f\xda\x16\xe5\x92\x45\x78\x02\x49\ \x54\xc8\xc3\xec\xd5\x5e\x68\xcf\x6b\xe8\x74\x12\x85\xc2\x80\xc9\ \x8e\x40\x20\xa1\x40\x5a\x1c\xc3\x8c\xce\xe9\x10\x08\x44\x12\x57\ \x40\x24\x51\xe5\x72\x4a\xf3\xc8\xd8\x64\x5b\xcf\x83\x07\x43\xf1\ \x74\x4b\xdc\xdc\x3f\xd1\xd6\x32\xd1\x33\x30\x31\x34\x90\x04\x53\ \xd8\xd6\xdf\xe6\x89\xa6\xd5\x6d\xfd\x51\x8f\xde\x33\xd1\xc2\x6b\ \x89\x27\xdb\x72\x2d\x60\x13\xcd\xc9\x16\x2e\xd7\xcc\xd2\x2b\xf4\ \x6a\x54\x24\x13\x56\x98\x93\x28\x0a\x95\x0b\xd0\x25\x20\x53\x68\ \x5c\x1a\x0b\x3c\x21\x95\xc5\xfa\x44\x0b\x13\x7e\x20\xc6\x54\xa2\ \x48\x4e\x78\x27\xc6\xe4\xa0\xfe\xce\x7c\x3e\xdb\x00\x5e\x71\xb0\ \x58\x2e\x0d\x82\xcd\x42\x73\xba\x92\xcf\x97\xb2\x39\x60\xee\x02\ \xa9\x18\x50\x13\x88\x05\x18\x46\x80\x0a\x25\xea\x0d\x87\x4a\x88\ \x24\x4c\xb6\x98\x2f\xe1\xa4\x94\x26\xaf\x98\xc9\xb1\x98\xfc\xbe\ \x60\xd0\xa0\x63\x4b\xc5\x9c\x18\x0a\x00\x81\xef\xe0\xf3\x95\xb1\ \x12\x08\x15\x9f\x13\xcb\x6a\x25\x3a\x20\x75\x27\x93\xed\x05\x10\ \xab\xb3\x48\x0d\xbe\xea\x10\x20\x54\xa4\xb6\x31\x18\xaa\xf1\xd7\ \xa0\x50\x4e\xa7\xd3\xe5\x6f\x70\x38\xeb\x6a\x6a\xfc\x75\xd5\x5e\ \x9d\x8e\x2d\x8c\x81\x52\xa5\xd0\x1e\x63\xb9\x34\x0a\x0f\x5b\x9b\ \x2d\x0a\xd9\xe8\x1c\x51\x25\x42\x2a\xc6\x84\xc1\x2f\x14\xb3\xd1\ \x69\xbc\x58\x51\xc8\x64\x82\x34\xf1\x0d\x7c\xbe\xd8\xe4\xac\xb6\ \x98\x1c\x3a\xb1\xd4\x24\xb4\x8b\x4d\x12\x3e\x53\x86\x96\xb5\xb5\ \x4c\xa9\xd1\x60\x30\xc2\xb5\xcf\x46\x2d\x1f\x2c\x36\x9b\x30\x5b\ \x59\x5c\x03\xb8\x2a\x7f\xec\x1e\x04\xcf\x06\x8e\x33\x95\xea\xb6\ \x17\x47\x2b\xc9\x7e\x65\x44\x58\xe3\xd9\xc1\x94\x94\xcd\x34\x1a\ \x94\xda\xa2\xb6\x08\x10\xc6\xd1\xc6\x50\x29\x95\x56\xc6\x04\x81\ \x41\x9a\x2f\x63\xdb\x0e\x2e\xda\x76\x78\xc6\x1c\xa7\xd8\xa0\x33\ \xb2\x51\x2b\x2f\x8e\x32\x00\xfc\x16\x40\x29\xbe\xa8\xba\x8a\x89\ \xe2\xc7\x81\xcd\xc0\x82\x2b\xb3\x59\xd4\xf5\x03\xad\xbe\x83\x04\ \xca\x94\x42\x7b\xb1\x88\x7a\x14\x82\xb8\x55\x5a\xee\xa1\x32\x2c\ \x21\x47\x08\x80\xca\x67\xa2\x6e\x45\x1c\xf8\x0e\xb4\x9c\x05\x00\ \x26\x93\xf1\x95\x4c\x98\x44\x82\x91\x8d\x1b\x1f\x5f\xbd\xf1\xed\ \xf5\xf7\x37\xdf\x4c\x9a\xe3\x34\x12\xcb\x4c\xa2\x63\xd4\x7a\x35\ \x15\x43\x22\xe3\x50\x24\x36\x90\x16\x89\x12\x56\x63\x44\x72\x39\ \x86\x88\x3c\x22\x51\x84\xa7\x72\x71\xe0\x12\xc8\xd8\x84\x88\x10\ \x9f\xb2\x71\xa4\xc7\x0e\xcf\xc3\xb6\x4f\x46\x4f\xbd\xc4\x9c\xef\ \x95\x5b\xe5\xa8\x02\x3e\x71\xba\xb7\xb2\x85\x5e\x38\xfd\xd5\x67\ \x19\x8d\x55\xdf\x38\xeb\xc0\xfe\x43\xeb\x17\x2f\xdf\xbd\xa8\x6f\ \xed\xe6\xbe\xbb\x97\x5e\x3e\x1b\x7e\x3f\xf5\xe8\xd9\xdb\x27\x53\ \xc3\x37\xef\x5d\x7f\x72\xe3\xf5\xc8\xd8\xfb\xc7\xef\x5f\x4e\x3d\ \xb9\x75\xed\xce\x9d\x6f\xee\xdd\x79\x78\xf6\xee\xc5\x0b\x67\xcf\ \xf4\x5d\xf8\x66\xdd\xba\xb3\x17\x2f\x5d\xb9\xf0\xf4\xcc\xdd\x8b\ \x9b\x4f\xae\x5b\xb7\xf6\xcc\x99\x2b\xc7\x6e\x9f\x01\xa2\xea\xdb\ \xbb\x76\xc9\xf6\xa5\xcb\x96\xb7\xae\x5c\xbc\xa4\xb5\xb5\x75\xdb\ \xa6\xd6\x95\x67\x8e\xed\xf8\x74\xf9\xa7\x3b\x0f\x1f\x5d\x33\x7b\ \xd7\x96\x8d\x0d\x73\x8f\xcc\x9c\x59\x5f\x5b\x35\x2b\xe4\xb2\xf8\ \xa4\x16\x87\xa9\x92\xb4\xc6\x01\x33\x28\xe3\x83\x60\xf1\x55\xa8\ \xd0\x0e\x15\xa5\xa0\xa6\x8f\x40\xf8\x4d\xdb\xbc\x35\xc6\xaa\xc5\ \xf8\x91\x35\xdf\xe7\x66\x3a\x16\x19\xb5\x7b\xae\xd3\xff\xf7\x83\ \xe0\xac\x03\xad\x63\x5f\xec\xb8\xfd\xf9\x8f\xe7\xbe\x6d\x6d\x5d\ \x72\xf1\xda\x1e\x19\xa8\x5c\x56\x29\x9b\xf5\x6c\xcf\xca\x2d\x7b\ \x0e\x6e\x3c\xb8\x72\xf9\xc9\xa5\x77\x44\xcd\xfb\x3f\xdd\xb6\xc0\ \x67\xb4\x78\x55\x3a\x93\xcd\x66\xd4\xa9\x8c\x12\x40\x72\x9d\xc5\ \xe0\x8b\x84\xea\x6b\xaa\x6a\x1b\xd7\xc4\x1f\x7b\xab\x9b\x16\x6e\ \xd9\xf3\xf3\x9f\x2f\x6d\x3d\xb4\x6d\xe8\xd1\xf0\xb3\x38\x0d\x1d\ \x83\xa4\x77\x92\xdb\xf1\x5f\x11\xc0\x25\xe1\x51\x41\x08\xbc\x00\ \x04\x94\x33\x8d\x15\xa1\x23\xe3\xa7\x3f\xff\xea\xcb\x2f\xff\xf2\ \xaf\x7f\xff\xfa\xe3\x8f\xff\xf3\xd7\x3f\xfc\xae\xa2\x51\xbf\xfb\ \xfd\x7f\x9b\x09\x55\x4e\x5a\xfe\xf1\x8f\x7f\xfa\xf5\x6f\xbd\x74\ \xd4\x6f\x02\x7e\x48\x0e\x4a\x95\x40\x53\x45\x02\xd5\xf6\xba\x89\ \x04\xb7\x15\x58\xcb\x9a\xef\x38\xdd\x8b\xde\x3a\x7b\x4f\xf7\x9e\ \xce\xe7\x0b\x1d\x9d\x89\x7c\xbe\xa3\x00\x70\xe5\x2e\xe4\x3b\x3a\ \xac\x68\x03\x52\xa3\x71\x8b\x12\xa0\x90\x78\xa2\x1c\x43\x23\x92\ \xa9\x14\x0c\x99\x2c\xa2\x6b\x08\x56\x3a\x81\x4c\x24\x88\x88\x18\ \x3c\x99\xc6\xe2\x51\x15\x69\x05\x8f\x86\xd3\xe7\x92\x49\x73\x32\ \x1e\x37\x2b\xd4\x1e\x2e\x55\xad\x17\x78\x5a\x3c\x8a\xa8\x39\x9a\ \xeb\x6a\xee\x69\x6e\xe9\x1a\x1a\xca\x0d\x3d\xbb\x3a\x36\xf9\xa0\ \x2b\xce\xe3\xea\xd5\xa8\xd7\x2b\x85\x65\x0e\x7b\xc2\x5c\x8f\x80\ \x87\x4e\x1b\xb2\x28\x44\x14\x9d\x03\x16\x93\x85\x96\x45\x69\x64\ \x12\x86\x45\x24\x72\xa3\xaf\xc6\x5e\x3d\xef\x7a\xf0\x33\x58\xc1\ \xfe\x78\x73\x4f\x57\x4f\x4b\x2e\x3e\x31\x94\xeb\xe9\xef\x8f\xb6\ \x75\xc5\x73\xc9\x78\xb2\x39\x9a\xec\xcf\xc5\x3d\xf1\x24\x57\xef\ \x69\xce\x35\xb7\xe4\x92\x69\xb5\xba\x85\x61\x8e\x02\x63\x09\x50\ \x24\x72\xd8\x9c\x0c\x2b\xf4\x1e\x8f\x42\xc1\xa5\xb2\x18\x34\x81\ \x00\x47\xc3\x91\xe1\xce\x05\x94\x4f\x52\x4a\xe0\xab\x00\x13\x06\ \xce\x20\x2a\xfb\x0c\xa0\xa2\x28\x19\x98\x37\xa6\x36\x3b\x0e\x64\ \x11\x08\x94\x39\x30\xcd\xdb\xb3\x42\x21\x5b\x2c\x36\x49\xc1\x0b\ \x0e\xc6\x84\xe8\x28\x44\x40\x18\x08\x94\xc6\xc1\x3d\xa2\xc2\x70\ \x65\x2a\x05\xb6\x0f\xf5\xa1\xb1\x8b\x41\xb8\x84\x29\x7b\xd6\xd4\ \x50\x5b\xed\x35\x7a\xa5\x5e\x63\xb5\x43\x6a\x50\xb1\xa5\xc8\xe0\ \x28\x65\x06\x0b\x98\x4b\x6d\x49\x29\x63\x4a\xbd\x4c\xad\xc5\x64\ \x97\xf8\xe6\xcc\xac\xb2\x48\x8c\x55\x35\xa0\x51\xb6\x60\x5d\xc8\ \x61\x72\xf8\x83\x0e\x8b\xb1\x26\xe2\xaf\x36\x54\x37\x44\x9c\x3e\ \xbf\x09\xc6\xbc\xbd\xd2\x9a\xb9\x04\x60\x97\x2d\x8f\x96\xc0\xc4\ \xc5\x50\x0f\x9b\x22\x53\x22\xe3\x48\x41\x9b\xa4\x62\x18\xbf\xe0\ \xa5\xb4\x1c\xbe\x50\x6b\x47\x41\x2d\x4c\x6d\x2a\xc0\x76\x54\x19\ \x25\x32\x21\x13\x1c\x5f\x0a\x95\x51\x69\xbd\xa8\x07\x30\x87\x6d\ \x92\x00\x31\x1a\x2d\x26\x13\xdb\x61\x41\x27\x01\x55\x4c\xa3\xd7\ \x62\x10\xa2\x34\xe4\x8f\xe8\xad\xbb\x3b\x1b\x28\x95\xed\x6c\xb1\ \x5d\x59\xcc\x96\x8a\xa9\x52\x2a\x55\xfa\x2d\x6f\xb4\xbb\xa4\xe2\ \xa3\xe7\x42\x96\x05\xb3\x58\x04\xb8\x04\x44\x83\xdf\x3c\x9b\x52\ \x06\x8a\xe8\xc4\x72\xca\x1e\x90\x36\x2e\xdd\xbb\x6b\xd6\xbc\xea\ \x59\xb5\x16\x14\xc3\x8a\x6a\x84\x62\x31\x00\xa7\x94\x50\xc8\xb7\ \xb3\xb5\xc0\x9a\x4c\xb6\x36\x15\x93\xc5\x8a\x4a\xa0\xa7\x22\xc7\ \x8b\xd6\xd5\xb5\x01\xb0\x80\x4c\x21\x0a\x6d\x40\x6b\x5f\x30\x3f\ \x08\xd1\x13\x8a\x2a\xb1\x98\x4c\x2d\x53\x16\x63\xcb\xc0\xfe\x88\ \x85\x00\x62\x7c\x99\x4c\xcc\x14\x7a\xa5\x4c\x54\x1f\xeb\xf0\xd6\ \x2d\xa8\x5f\xb4\xe1\xde\xbd\x0f\xd3\x63\xef\x06\x72\x40\xd9\x04\ \x0c\x15\x43\xe3\x52\xa9\x64\xac\x86\x8c\xa3\xa9\x9f\x75\xb5\xe0\ \x68\xe9\x66\x33\x30\x7b\x18\x83\x41\x1d\x0b\xf0\x24\x9e\x39\x0c\ \x33\x16\x06\x4b\x82\xeb\x8c\x86\x09\x37\x70\x4c\x67\xe7\xe8\xa2\ \x5f\x64\xd4\x67\x57\x3c\xc8\x7f\x8e\x85\x99\xb3\x60\x2d\x64\xdc\ \x99\xce\xcc\xb9\x73\x1d\xed\x5f\x7d\xf6\xe5\xb9\x5e\xd1\x8a\xe3\ \x8b\xae\x3c\x7c\x3f\xfd\x6c\x68\x68\x20\x1a\x8f\x0e\xf4\xf4\x0c\ \x4f\x7d\x7f\xef\xca\xb1\xef\x6f\xdd\x7b\x7c\xfb\xcd\xe5\x6b\x4f\ \xaf\xdd\xb9\x70\xec\xd8\x99\x33\x6b\x4f\xf5\x9d\x5a\x7b\xef\xe1\ \xc9\xbd\x17\x4f\x5e\xfa\xe6\x4e\xdf\xb1\x93\x2b\x96\x2c\x3e\x79\ \x76\xed\xc9\xb5\xdb\xf7\x9e\xbc\x78\xf6\xec\xe6\xbe\xbd\x27\x4f\ \x2e\x3b\xf3\xf8\xce\xa5\x63\x7d\x7b\xfb\x16\x2d\xdd\xbe\x77\xdb\ \xda\x4b\x67\x97\x2d\x59\xb6\xb6\x75\xf7\xa2\x4d\x3b\x8e\xae\xba\ \xb8\x7b\xdb\xfa\x43\x07\x0e\x6c\x5a\xbd\x70\xe6\xcc\x99\x4d\xb3\ \x8e\x2e\x98\x59\x3b\x23\x52\x53\xeb\xf2\x99\x00\x87\x1d\x46\x93\ \x81\xc9\x46\xfd\x65\xa5\x12\xb6\x44\x6a\x94\x00\x6c\xb1\x0d\x5e\ \x0e\x9a\x2c\x6d\x0e\x36\x33\x30\xeb\xf2\x01\xa3\x30\xf4\x26\xbe\ \xad\x8d\xf1\x43\x48\xb5\x37\x58\x5a\xf5\xe4\xcd\x3f\xa8\x91\xfd\ \x87\x97\x7f\xf8\xe7\xba\xa5\xd6\x1f\xff\x76\xe9\xf0\xf6\x93\xb7\ \xcf\xee\x51\x66\x53\xf0\x74\x6b\xc5\x53\x97\xd6\xf6\x6d\x9a\xbd\ \x70\xfb\xde\xbd\xeb\x9f\xe6\x71\xeb\x6a\x22\x5e\x50\x44\x5f\xd0\ \xe6\x35\xa9\xea\x1d\x0e\xd0\x2d\x8b\xdf\x59\xed\x73\x98\xfc\xb6\ \xc8\xac\xfa\x48\xfd\x5c\xf5\xb4\x6f\x61\xfd\xc6\x2d\x5b\xd7\xf7\ \xb6\xcd\xdc\xf7\xe9\x7d\x6c\xa1\xbd\xb3\x60\x45\x19\xad\x05\x9a\ \x55\xf4\x99\x1c\x0f\xc2\x20\xc7\x6a\x3a\xbe\xfa\xf7\x67\xe7\xbe\ \xfa\xe2\x9f\xbf\xfe\xfa\xe3\x5f\xff\xf4\xdb\xa9\x4a\xf4\x56\x11\ \xa8\xdf\xfd\x7f\x89\x86\x95\xb7\xdf\x3e\x86\xb7\xdf\xa1\xb6\xb3\ \x5f\x17\xe8\x9a\xbc\x06\x05\x34\x58\x13\x9d\xed\x56\xb7\x48\x94\ \xe9\xcc\x23\x19\xc3\xba\x33\x09\x6b\xe1\xf4\x39\x54\x5c\x70\xae\ \xf7\x34\x18\xc3\x7c\x21\x23\xef\x6c\x2f\xe4\xdb\xdb\x51\xfd\x7b\ \xde\x8a\xb4\xaa\x03\x24\xee\x3f\x9b\x91\xe8\x60\x1f\x06\x4b\xc0\ \x61\x70\x64\xc0\x68\x70\x85\x78\x2c\x85\x40\xa6\x6b\xe8\xf0\x31\ \x9e\x4a\xc3\x10\xb1\x66\x35\x43\x9f\x44\x8e\x2c\x1c\xd5\x87\xcd\ \xdc\xb0\xda\xcc\x53\xc7\xf5\x02\xb5\x47\xcd\x68\x6b\xee\x7f\xd7\ \x3f\x39\xf4\xfa\x41\xdb\xa3\xe7\x13\x23\x03\xe9\xae\xe4\xd0\xeb\ \x77\xc3\xc3\xcf\x07\xd2\xe1\xb4\xa7\x45\xa1\x68\x86\x9f\xf1\x84\ \x79\xe6\x28\x8d\x44\xd5\xb3\xb8\x61\x2a\x85\x4a\xc2\xcb\x09\x64\ \x02\x95\xc4\xc0\x93\x3d\xe6\x07\xef\x7e\x1e\x1b\x68\x9e\x9c\xe8\ \x8a\xb6\xa5\xa3\x2d\x6d\xb9\x81\x9e\xfb\x0f\xda\xf4\x5d\x60\x41\ \x9b\xf5\xe1\x78\xae\xa5\x67\x28\xc7\xe5\x25\xbb\x7a\x92\xc9\x30\ \xda\x16\x6c\x69\x89\x02\x7c\x09\x04\x0a\x7d\x34\xa9\xf7\xe8\x05\ \x94\x34\x4f\x40\x8b\xa2\x2a\x31\x33\x0a\xed\xa2\xe0\x50\x77\x0d\ \x01\x86\x8c\x1a\x97\x51\x3e\x19\x45\xeb\xcb\x25\x6d\x6c\xb0\x5c\ \x44\xab\xcc\x60\xb8\x46\x8b\x01\xa6\x41\xa2\xd2\x16\x51\x99\xb7\ \x5d\x39\x68\x97\xc1\x07\x30\x97\xc3\x65\x62\x91\x0c\x76\x03\x6d\ \x94\x94\x81\xca\x06\x21\x8a\x93\x2a\x96\x41\xf2\xc0\xf0\xc8\x8a\ \x45\x19\xbc\xcf\x31\x88\x39\x42\xc0\xac\x98\xcc\x19\xf1\xb9\x24\ \x12\xa9\xc1\xe9\x00\x3f\x17\x72\x3a\x8c\xa0\x24\x80\x04\x3a\x97\ \x44\x0b\xde\x51\x6c\x87\x1b\x19\xe4\x78\x75\x06\x6f\x08\xbc\x9f\ \x11\x28\xc8\x6b\x0a\x7a\x83\x4e\x7f\x5d\x8d\x2f\x54\xef\xf4\x86\ \x7c\x55\x4e\x87\x41\x22\x46\xc9\xea\x31\x19\x07\xb5\xe2\x8a\x81\ \x0d\x04\xa4\xb3\x4b\x84\x7c\xd4\x05\x47\x6a\xb4\xa8\x2c\x36\x70\ \x94\x06\x2d\x47\x62\x03\xb5\x73\x45\x9c\x36\x29\x0a\xcf\x92\xd9\ \x1d\x4e\x13\x9f\xa3\x62\x83\xc3\xe2\x97\xbb\x3f\x8e\x82\x02\x55\ \xd6\xa5\xba\x63\xa8\x8b\x9d\x90\x0d\xb7\x60\x30\xf1\x2d\x06\x9d\ \xd7\xa4\xb3\x00\x76\xb1\xd9\x12\x99\xc5\x65\xe3\x6b\x53\xe5\xf2\ \x20\x3a\x1c\xa3\xcd\xda\x51\xb7\x58\xb6\xcc\x0e\x96\xb3\x18\x8b\ \xa1\xac\x06\xb0\x89\xe0\x91\xcb\xa8\x19\x9e\x98\xc9\xb6\x77\xa3\ \x22\x58\x80\x30\x7e\x25\x71\x0f\x25\xd7\x94\x64\x28\x27\x10\xd4\ \x5d\x5b\x77\x7c\xd1\xd6\xc6\x9a\x35\xb3\xab\x9c\x4c\x0e\x47\xc5\ \x01\xd7\x17\x48\xc1\x43\x67\x72\xc4\x76\xa6\x16\x3c\x38\x1b\x1c\ \xb2\x12\x7c\xa8\x50\xc8\xd1\x56\xf6\x00\xc1\xe5\xd9\xe1\x2e\x2a\ \x7b\x13\xc2\x0a\xea\xda\x91\x8a\x01\xae\xf1\x01\xb1\x80\x5f\x99\ \x00\xb8\x76\x14\x94\xc8\xb7\xf3\x25\xf0\x09\xa6\xd0\x24\x41\x1b\ \x15\x26\x93\xcf\x1b\x8a\x1c\x98\xb7\x6e\xd9\x0f\x37\xee\x3f\x98\ \x9c\xbc\x1a\xa7\xf2\x68\x5c\x2e\xd9\xcc\x63\x61\xc9\x14\x22\x85\ \x9a\xbb\x0c\x57\x0d\x95\x25\x60\x91\x29\x5c\x2a\x89\xca\x23\xe0\ \x31\x64\x9c\x3a\xce\xa5\x29\x28\x34\x02\xc1\x8a\x33\x13\x30\xcf\ \x82\x6c\xe3\xca\x3a\xd3\x54\x6f\x33\x69\xe0\xd4\xe2\xe6\x73\xe7\ \xe4\xf2\x02\x32\x1b\x9f\x7d\xf1\x79\xe7\x67\xe7\x32\x09\x2c\x46\ \xe1\x89\x3f\x6a\xa6\x51\x3d\xd1\x96\x89\xb1\xe1\xe9\x6f\x37\x1f\ \xbb\x70\xfd\x9b\xb3\x7b\x2f\xdd\x3b\x79\xf1\x9b\xef\xcf\xac\x85\ \xb7\xed\x2b\x16\xaf\x38\xd5\x77\x6c\xd5\x92\x65\x8b\x57\x2c\xdb\ \xbc\x6a\xf1\xde\x55\x4b\xf6\x6e\x3f\xb9\x79\xdd\x29\xf8\xcc\xb1\ \xbe\xed\x6b\xf7\xf6\x9d\xda\x7c\xec\xe4\x99\xc5\x27\xfb\x96\xf4\ \x6d\xbf\x78\xe1\xe2\x85\x6b\xb7\xce\x9c\x5c\x72\xf6\xd8\xc5\x25\ \x4b\xd7\xad\x3b\xb5\x78\xd5\x7a\xf8\xa7\x75\xcf\xbe\x03\x07\x16\ \xaf\x5b\xb1\x73\xe7\xa1\x23\x0b\xe6\xce\x5f\x38\x67\xc6\x8c\xfa\ \xc8\xfc\x39\x8d\x33\x66\xcc\x6c\xb2\x85\xaa\x4c\x26\x1d\xdb\x6b\ \x30\xb2\x75\x52\x9d\x8e\xc9\x07\x3a\x66\x33\x51\x6e\xab\x98\x69\ \xb0\xa8\xd8\x12\x93\x51\xc8\x67\x06\x52\xb3\xbf\x8b\x9f\x52\x1a\ \x5e\x2d\xf3\xdf\x89\x5f\xac\xe7\xf7\xd5\x0d\x1e\x9d\x3a\xd5\xdb\ \x31\x6b\xf5\x81\x65\x6f\xff\xd9\xb7\x5b\xf0\xef\x7f\xdc\x6d\x5d\ \xbc\xf6\x9b\x63\x07\x81\xaf\xb2\x81\x98\x56\x79\xa5\xaf\x7e\x71\ \xeb\x86\x87\x53\x2f\xde\x3c\xc6\xe2\xe6\x00\x7f\xeb\x8c\x26\x95\ \xd3\x81\xda\x07\x78\x2d\x6c\x89\xc3\xe7\xac\xb2\xa1\x56\x84\xae\ \xaa\x50\x53\x5d\x28\xb8\x5a\xf0\xcc\xdf\x30\x63\xf6\x91\x2d\x87\ \x5a\xb0\x0b\xb7\x6e\xbc\x8a\xa1\x61\x48\x04\x0a\x0b\x9f\x21\x09\ \x34\xe6\xce\x5e\x3a\x16\x4b\xd4\x9c\xfb\xc7\x5f\xff\xab\x50\xbf\ \xfb\xdd\x1f\xfe\x93\x11\xfd\xdf\x5c\x30\x94\xbc\x8a\x32\x57\xff\ \x9b\x71\xff\x5f\xca\xfa\x4d\xcb\xfe\xf8\xc7\x1f\x7f\xf9\x3a\xaf\ \x41\xe7\x6b\xdc\xee\x8e\x8e\xbc\x35\x93\x00\x1d\x72\x27\x34\x6e\ \xb9\x5c\x8e\x76\x1a\xf3\x9d\xa7\x0b\x9d\xc0\x58\xf9\xce\xce\xf6\ \x44\x47\xa1\xbd\x23\x93\x41\xc5\xa3\xee\x02\x7c\x2f\xfc\x58\x21\ \x63\x45\x4b\x63\xf0\xed\x74\x3a\x19\x0c\x14\xe8\x15\x99\x82\x21\ \xa2\xa6\x15\x58\x11\x96\x24\x22\x88\xe8\x38\x02\x16\x4b\xa1\x51\ \x48\x22\x12\x70\x4e\x1a\xd9\xb1\x70\x32\x1a\x6d\xf6\xa8\x51\x75\ \xbb\x07\xb5\x36\x55\xc7\xdb\xc2\xd1\xfe\xae\xe6\xc9\xa1\x89\x2e\ \x4f\x38\xdd\xc2\x23\xe3\x71\xbc\xe6\x5c\xd7\xd5\xe9\x67\x69\x35\ \x37\x1a\x8e\x83\x83\x8c\x87\x15\x61\x85\x22\xac\x4e\xa2\xae\x17\ \x1e\x0f\x83\x2a\xc0\x61\x68\x64\x32\x85\x42\x56\x90\x70\x9e\xf0\ \xb3\xb1\x67\xf7\x27\x7b\x26\x5e\x0d\x25\x41\xdf\xba\xc2\xd1\xae\ \xa1\xfe\x67\x6d\xe9\x9e\x74\x97\x5e\xdf\x92\x33\xf7\xf7\xb7\xb5\ \x35\x9b\xd5\xb9\x68\xba\x6b\x32\xcd\x8b\xa7\x93\x5d\x6d\xf1\x78\ \xd4\x03\xc6\x12\xd4\x4b\x01\x50\x15\x35\x53\xa9\x20\xa0\x7a\x1e\ \x4f\xa0\x88\x73\xb9\x3c\x74\xb0\x88\xa5\x56\x73\x19\x28\xe6\xeb\ \x13\x18\x41\xa5\xc1\x94\x3d\x35\x5e\x0c\xc0\x68\x2c\x17\x63\xe3\ \xa9\xc1\x2c\x87\xcd\xb1\xa3\xea\xc9\x72\x4a\xc5\x2e\xdb\xed\x95\ \x8e\xc3\x2a\x93\x41\x27\xb1\x8f\x8f\x17\xc7\xcb\xc5\xd1\xb2\x1d\ \xb5\x5e\x05\x6a\x01\xeb\x82\xea\xb2\x81\x6b\x06\xc1\x1c\x72\x54\ \x21\x09\xf8\x46\x9b\x89\x23\x96\x01\x69\x31\x83\x0e\xd4\xc4\xc6\ \x1f\xb1\x01\x25\x49\xd8\x70\x89\x19\x8d\x52\x23\x53\xa6\x84\xa1\ \x1b\xb3\x73\x98\x4c\x5f\xc4\xe6\x32\x18\x5c\x7e\x87\x23\x08\xff\ \x04\x83\x30\x95\xd6\x04\x9d\x33\x82\x7e\xa7\x5f\xa5\x53\x31\x63\ \xdd\xdd\x1f\xc7\x47\xd1\x11\x98\x18\xb2\x44\x01\x99\x4e\x2a\x31\ \xa9\xf8\x2a\x5b\x75\x68\x46\xa4\x6e\x46\x04\xae\xe5\xa0\x4f\x17\ \x74\x01\xb3\x39\x9d\x0d\x55\xae\x50\x95\x4f\xea\xad\x36\x4a\x85\ \x52\x9d\x57\xa5\x44\xbd\xac\x47\x47\x2b\x1d\x6f\xd0\xa2\xf9\x47\ \x7b\x4a\x2b\x41\x06\x50\xca\x46\xe7\x62\x54\x40\xfe\x3a\x8b\xcf\ \x12\x71\x80\xd5\x45\xc7\xb7\x55\x36\x1f\x5f\x9b\x0d\xc8\x38\xb6\ \x6a\x9b\x18\xee\xcb\x8e\x3c\x1a\x13\x9e\x1e\x70\x79\xa8\xca\x41\ \x0b\xcf\x08\x28\xb3\xca\x64\x01\xb7\x09\x72\x3e\x88\x8e\xda\x14\ \x51\xd4\x5e\x0c\x75\xb1\x46\xbd\x2d\x2a\xa2\xc3\xd6\xda\xe1\x79\ \x98\xb3\x6a\x6b\xed\xdc\xb9\xb5\x7e\xb4\xee\xc7\x47\x8e\x35\x0b\ \x2c\x1a\xb3\x07\xe0\xb9\x94\x05\xc0\x5f\x83\xe7\x83\xf1\x02\x36\ \x1c\xf5\xf4\x01\xa2\x42\xba\x04\x4a\x17\x4b\xa5\xb4\x00\x5b\x5a\ \xd4\x6d\x4f\x8b\x96\xda\x99\x42\x26\xea\x63\x0f\xec\x05\x22\x1d\ \x60\xaa\x50\x53\x0a\xa6\x5d\x69\x14\x33\xa5\x80\x15\x7c\xa7\xa9\ \xa1\xda\xe0\x74\xce\xde\xbf\x68\x45\xdf\xc8\xfb\x96\x81\xf7\xef\ \xd2\x3d\xf7\xf5\x5c\x1e\x83\x24\xa0\x89\x68\x14\x06\x0d\x3b\xbd\ \xe7\x7d\xfc\x81\x9a\x8e\xa5\x91\x09\x14\x06\x8f\xd2\x85\x25\x73\ \xa9\x34\x3d\x0d\x47\xe3\x11\x31\x28\xf1\x92\x41\xa3\x0e\x7b\x55\ \xa6\x9d\x0d\xde\xbb\xe7\xee\x77\x7d\x1e\xaf\xb9\xc0\xf8\xfb\x57\ \xbd\x09\x0c\x09\xcb\xed\x69\x4e\xbe\x7a\xf5\xd3\xc3\x6f\xbf\xbb\ \x7e\x7d\xc9\xce\x93\x4b\x57\x2c\xed\xbb\xdd\xda\xfa\xe9\x86\xcd\ \x8b\x16\x6f\x5e\xbf\x61\xf1\xd2\x55\x8b\x17\x2f\xd9\xb1\x6d\xc9\ \x8a\x83\x87\x97\x6f\xda\x74\x70\xdf\xa1\xcd\x9b\x17\xad\x6a\x6d\ \xdd\xb1\x73\xf9\xaa\x0d\xad\xad\x8b\xb7\xed\xd8\xbb\x74\xfd\xe2\ \xb3\xab\x5a\x57\x2d\x3b\xf9\xed\xe2\xc5\x40\x5e\x97\x8e\x5d\x3f\ \xb6\x77\xc9\xd9\xbd\x9b\xd7\xae\x3b\x7b\xf2\xd2\x95\x8b\xd7\x2f\ \x6d\xdf\xbc\x76\xe9\xee\xcd\x7b\x97\xf6\x9d\x6a\x05\x38\xbb\xb6\ \x79\xfd\xca\x45\xdb\x97\xac\xdf\xb3\xe7\xc8\xc6\xad\x5b\x66\x36\ \x34\xcd\x9b\xdb\xd8\x34\x77\xe1\x9c\x79\xb3\x01\xb2\x1b\x16\x54\ \x5b\x2c\x3a\xaf\x4b\x27\x75\x98\x4c\x52\x26\x5b\x6a\x12\xcb\xd8\ \x12\xb6\x50\xa5\x93\x4a\xe1\x92\x13\x1a\x8d\x68\xd7\xc7\xce\xd6\ \x8d\xa8\x9f\xce\x5f\x63\xaa\x5b\x71\xb5\xd5\xa6\xdc\xdb\x34\x38\ \xb7\xed\x6c\xee\xfc\xec\x2d\x9b\x5a\x87\x7f\xb9\x70\xf0\xea\xd7\ \xff\x78\xbb\xf9\xd8\xc5\x7b\x17\x57\xf2\x63\x95\x17\x83\xb3\xe9\ \x54\x4d\x24\x34\xff\x78\x53\xdd\xae\xe3\xf5\x06\xb1\xc1\xa4\x33\ \x19\x7d\x16\x97\xd3\xa6\x72\xb9\x5c\x5e\x36\x5c\x92\x4e\x87\xce\ \xe9\xb4\x78\xeb\xab\x9d\xb5\xb5\x8d\xf5\x27\x7a\x14\x33\xeb\x6a\ \x0f\x1d\x99\xbf\xeb\x45\xe1\xc0\x9a\xd5\x23\xb9\x91\xb1\xfb\x93\ \x51\xbc\xc6\x4d\xfe\xb9\x7d\xac\xf3\x33\x79\xc7\x9f\x7f\xfd\x03\ \x12\xaa\xff\x04\x80\x55\x62\xec\x91\x4c\xfd\xe9\x3f\x3a\xf5\x1f\ \xaa\xfa\xff\x3b\x72\xfc\xd6\xfd\xec\x3f\x6d\x3a\x7e\xf7\xfb\x0a\ \x66\x7d\x71\xae\x03\x45\x5e\x9d\xeb\x00\x7d\xca\xbb\x13\x09\x91\ \x1c\x65\x61\x25\x32\x09\x54\xb2\x59\xe8\xc8\x14\xda\x7b\x51\x32\ \x7f\xa2\xa3\xbd\xd0\x9e\x71\xb7\x9f\x46\x4b\x58\xa0\x72\x1d\x05\ \x79\x22\x81\x72\x38\xdc\x72\xb7\x88\x4e\xa4\x13\xa8\x54\x1c\x8d\ \x45\x24\x30\x48\x04\xf0\x82\x24\x22\x4a\x82\x90\x63\x71\x04\x22\ \x59\xc0\x00\x0d\xd2\x9b\xcd\x0a\x5e\x1c\x75\x46\x54\x23\xb0\xe1\ \x45\x15\xea\xe6\xb0\x59\xa1\x50\x33\x58\x20\x5e\x61\xb5\x42\x6d\ \x36\xab\x29\x18\x7d\xd8\x9d\x2f\x68\x30\x2c\x2a\xaf\xb9\x2b\xd7\ \x92\xcb\xe9\xb9\x2d\x71\xc0\x22\xbd\x5e\xad\xf0\xe4\x3c\x6d\x8f\ \x1e\x99\xe3\x0a\x2e\x8d\x44\xc6\x13\x69\x34\xa4\x5a\x2c\x3a\x41\ \x11\x7e\xf6\xea\xd1\xc4\xfd\xfb\x5d\x57\x87\xc0\x5e\x76\x0d\xe5\ \x06\x1e\x0c\x34\xdf\xef\xe9\x6f\xe9\x9a\x48\x7b\xba\x3c\xea\x96\ \x9e\xb6\x68\x4b\x32\x99\x0b\x37\xb7\x84\x5b\x14\xb9\xe6\x9c\x3a\ \xd9\x15\x4d\x9b\xe3\x6a\x73\x98\xc7\xf5\x78\x58\xbc\xa4\x99\xc6\ \xe3\x31\xf4\xd1\xb0\x02\xc7\x53\xa0\xb3\x14\x34\x06\x95\x05\xea\ \x85\xf2\xdd\x31\x9f\xa0\x2c\x5e\x6d\x11\xf5\x91\x01\x68\x02\x4e\ \xce\xc2\xd4\x23\x04\xe2\x10\xc6\xb2\x60\x08\x55\x46\x66\xac\x6c\ \x2f\x32\x4d\x40\xdc\x26\xb6\xb0\x3c\x38\x3e\x3a\x5a\xd9\xdb\x02\ \xf7\xa3\x04\x22\x00\x16\x08\xa4\xe0\x27\xc0\xe2\xc1\x30\x94\x18\ \xc1\x89\x49\x99\x9c\x90\x8b\x69\xd0\xb2\x85\x1c\xa6\xc9\x59\xef\ \xb3\xf8\x1d\x0d\x3e\x9f\x3f\xe4\x35\x19\xc4\x3a\xa3\x8e\x0d\xc8\ \x64\x67\x8a\xf9\x46\x83\x51\x2c\x56\x45\x76\x39\xc1\x13\xda\x2c\ \x41\x3f\xda\x03\xd2\xf9\x2c\x0e\x14\xd4\xee\x50\xb1\x01\x80\xc0\ \x9f\x15\x53\x80\x72\x65\xbe\xd0\x68\x03\xda\x92\xca\x98\x36\x97\ \x4b\xa2\x13\x1b\x6c\x5e\x57\xc4\x1f\xa9\x72\x3a\x7d\x16\xa3\xd7\ \xe6\xa8\xae\xaa\xaa\x6b\x6c\x98\xe9\x0b\xf9\x83\x3e\x9b\xd3\xa0\ \xe3\x2b\x39\xda\x6c\x85\xab\x46\x81\xac\x46\x51\xb7\x45\x64\x77\ \x39\x7c\x8e\x54\x82\x36\x13\x4c\x0e\x29\x32\x15\x5e\x9d\xc4\xe0\ \x0c\xba\xd8\x7c\x03\x98\x55\x94\x15\x01\xca\xe5\xf5\xdb\x74\x21\ \x97\x4a\x12\x2b\x97\x40\x50\x41\x87\x61\x10\x28\x81\xa6\xd0\x1a\ \x3c\x08\x35\x1b\x9c\xad\x44\x85\x5a\x39\x96\xd0\xa1\x24\x94\xb4\ \x00\xea\xab\x05\xa1\x89\x65\x41\xc2\x8b\x29\xb4\xac\x1e\xd0\xca\ \x52\x32\xcb\x82\x7d\x07\xf7\x35\x44\x66\xf9\xbd\x06\x15\x2a\x5c\ \xe0\xf3\x53\xe5\x6c\xa0\x92\x7d\x15\x00\xb6\xe2\x80\x77\xd4\xa6\ \x80\xa8\x40\xb2\x90\xcc\x81\x88\x83\xd6\xa1\x0a\x54\xa0\x2e\x54\ \xd4\x50\x29\x18\x45\x9d\x9e\x95\x7c\x19\x3a\x0e\xcd\x44\xb1\xa7\ \x95\x54\x08\x44\x65\x01\xa6\x50\x09\xca\x8b\x62\x92\x61\x74\x45\ \xe6\x1f\xdd\xbd\x64\xf9\x85\x9b\xdf\xbc\xea\xb9\x39\x32\x31\xd0\ \x15\x56\xe3\x30\x0c\x2e\x09\x43\xc1\xe0\x04\xe1\x2b\xef\x86\x79\ \x54\xba\x08\x47\x66\xb1\xc8\x34\x8c\xe2\x01\x91\xc7\x15\x50\x68\ \xb8\xb3\x4f\xc9\x1a\x22\x81\xe5\x61\x30\xe2\xe6\xcb\x5e\xb1\x6b\ \x41\x95\x65\x77\x7e\xfb\x76\xf3\x67\x4f\xbf\x7d\xc0\x6b\x9b\xfc\ \x70\xe3\xc9\xbd\xef\xbf\xb9\x7e\x67\xef\x92\x1d\x2b\x57\x2e\x5a\ \xb1\x7e\xdf\x8c\x13\x17\xc0\xe3\xee\x9a\xbf\xef\xc0\xce\xc5\x4b\ \x3f\x5d\xbe\x7e\xf5\x91\xe3\x1b\x37\xee\x3a\xb8\xf2\xe8\x96\x8d\ \x0b\x56\xef\x3a\xb1\x75\xdf\x9a\x0d\xeb\x57\x6c\x58\xb4\xe1\xf8\ \xe1\x5d\x87\x76\x2f\xdf\x79\x78\xdd\xaa\xdd\x4b\x97\x2e\x5b\xb6\ \x64\xf9\xb1\xc5\x6b\x4f\x6d\x5f\xdc\x7a\xf2\xc2\x99\xeb\x4b\xce\ \xf4\xad\xdb\x7c\xfb\xfa\x85\x8b\x7b\xd7\xad\x3d\xbb\x6e\xef\xda\ \x33\x6b\xd7\x2d\x5b\xd7\x77\x61\xef\xe2\xbd\x8b\x17\xf5\x1d\x3b\ \xb3\xa8\x75\xe5\xee\xbe\x4b\xeb\x77\xef\xdc\x73\x74\xff\xfe\x8d\ \xf3\xe6\xcc\x99\x3d\x6f\xce\xec\xfd\xf3\x57\xcf\xac\x09\xf9\xaa\ \xeb\xe7\xcf\x70\x99\x6c\x3a\x60\x6a\x8b\x43\x6a\x01\xbd\xe6\xb3\ \x4d\x28\xdd\x96\xcf\x64\xb2\xd9\x7c\x3e\x5b\x25\x45\x0d\x1e\x51\ \xf3\xd9\x48\x5c\x73\xc8\x75\xc0\x13\x5e\xea\xe4\xbf\xdd\xd9\x5d\ \x35\xd5\xf7\xea\xab\xfd\x87\x8e\xad\x78\xf5\xeb\xf6\xe3\x77\x35\ \x3f\x0e\x2d\xbe\x7e\xfd\xd2\xad\x33\x96\x18\xca\xc8\x88\x29\x8f\ \x3c\x75\x06\x8d\x30\x37\xb0\x91\xcd\x96\xea\x1c\x46\x9d\xc3\x07\ \x7e\xd0\xe1\xf4\x7a\x5d\x2e\x83\x4e\x17\xf1\x07\x23\x2e\x87\x2f\ \x54\x17\xa9\x6a\xa8\xaf\x59\x38\xef\x39\x6d\x5e\x7d\xed\xce\x13\ \x5b\x8f\xae\xb3\xae\x9d\xbf\xff\xf1\xf4\xca\x97\xaf\x26\x5a\xe4\ \x05\x3a\x9d\x9a\xec\x22\xfc\xf9\x3f\x62\xf5\x9b\xdf\xfb\x53\x45\ \x90\xfe\xf4\x1f\x92\x42\x1f\xfe\xf7\x2b\xbf\xc5\x84\xa1\x0f\xfe\ \xf4\xdb\x97\x2b\x89\xf7\xbf\x81\xd6\xef\x7e\xf7\xfb\x1f\xff\xfd\ \xaf\xcf\x3b\x33\xbd\x9f\x65\xf2\x99\x7c\x22\x0f\x72\xe4\x46\x65\ \xec\x99\x42\x26\xd3\x7b\xfa\xfc\xe9\xf3\x05\xb4\x70\xd5\xdb\xd9\ \xd9\x01\xff\x75\xb6\xb7\x77\x14\xf2\xf9\xf6\x8c\x55\x43\x44\x5b\ \x8b\x60\xe6\xad\x00\x65\x15\x5f\x8a\xc5\x51\x30\x24\x0a\x99\x88\ \x23\xe0\x09\x04\x12\x89\x04\xbe\x92\x4c\x24\x11\xf1\x64\x1c\x81\ \x84\x27\x87\x1f\x74\xb5\x85\xc3\x39\x8f\x5e\xcd\x55\x7b\xb8\xf1\ \x38\x4f\xaf\x57\x98\x51\x1e\x95\x80\xe7\x89\xa6\xa3\x7a\x7d\x32\ \xac\x66\x51\x31\x40\xe5\xf2\xbc\x86\x44\xa3\xd1\xc8\x54\x9c\x39\ \x9d\x0c\x7b\xd2\x71\x4f\xd2\x0c\x3f\x13\xd6\x87\xbb\x92\x9e\xa1\ \x47\x71\xbd\x9e\x4b\x01\x6c\xa7\x60\x58\x0c\x1c\x8d\x4b\xc5\xd2\ \xf5\xb9\x07\xaf\x40\xb2\x9e\x4d\xdc\xef\x6f\x49\xe7\xa2\x03\xcf\ \xfa\x87\x7a\x26\x06\x1e\x4d\x46\xc3\x03\xc9\x5c\x34\x9e\xeb\x6f\ \xab\x74\xa2\x18\x48\x7b\xa2\xd1\x16\x4f\x12\xf5\xc1\xd6\x87\xe1\ \x33\xfa\x78\x5c\x81\xe2\x58\xf5\x3c\x60\x2b\x0f\x98\x4e\x9e\x47\ \xcd\x05\xee\x42\xe1\x7d\x3c\xb5\x00\x6c\x21\x8b\x4a\x23\x7e\x82\ \xb6\xd5\x51\xaf\x67\x7b\x6c\x3c\x2b\x13\x02\x0c\x68\x63\x4a\x21\ \x58\x42\x19\x90\x54\x99\x6f\x64\xcb\x62\x81\x6c\xc0\xce\xb7\xd8\ \xa4\x81\x62\xac\x1b\xc5\xc2\x94\x8b\x29\x21\xb2\x33\x5a\xbe\x50\ \x9c\xca\x06\xd0\x18\x4a\x65\x01\x5f\x54\x26\x0e\x9b\x0f\xfe\xd1\ \xa8\xb2\x48\x24\x81\xca\x4e\xa0\x21\x58\x8d\xba\x70\x05\x17\x7a\ \x0d\xbe\xa0\xd3\x08\x4e\x50\x88\x26\x46\x87\xc3\xc8\xb6\xb8\xd8\ \x28\x7c\xdb\xe7\x92\xd6\x34\xc0\x15\x69\x51\x39\x94\xf0\xa3\x2e\ \x17\x6a\x10\xef\xd3\x49\x2d\x5e\x43\x19\x45\x71\x2a\xb5\xa5\x2c\ \x87\x83\x4a\x13\xc4\x6c\xa6\xcc\xe4\x35\x19\x61\x72\xb5\x85\x6a\ \xfc\xb5\x55\x21\xa3\xd1\xc2\x56\xd9\x1a\xfc\x33\x66\xd5\xcd\x5b\ \x3d\x23\x52\x5b\x53\xe5\x30\x1a\xa4\x62\xd4\x19\x15\xe0\x10\x15\ \x4f\x0d\x96\x50\xdc\x04\x87\x8f\x54\x85\x29\x11\xc3\x64\xec\x75\ \x5a\xd8\x62\x8b\xc3\xab\x33\x49\x4d\x16\x87\x4d\x67\x70\x38\x55\ \xfc\xac\x8c\x0f\xbf\xb2\x8c\x2f\x91\x38\x74\xa1\xaa\x6a\x9b\x57\ \x82\x4a\x1b\x4a\x88\x9a\xb4\x42\xd0\x93\x8f\xff\xeb\x23\xd8\x41\ \xb8\x21\x09\xe8\xb1\x18\x44\x1a\x4c\xaa\x0c\x25\x58\xc5\xb4\xa8\ \x0f\x90\x12\x14\x28\x55\x41\xa3\x14\x62\x2e\x10\xfc\x58\x91\x1f\ \xa9\x59\x73\xec\x70\x7d\x43\xad\xcb\xef\x64\xcb\x80\x94\x54\x40\ \x54\xf0\x34\x15\x4b\x81\x80\x98\x09\x34\x50\x69\xac\x0e\xb7\x9e\ \xd2\xa2\xe4\x78\x54\xfd\x05\xdf\x05\x92\x86\xf6\xff\x94\xa0\x84\ \x42\xa0\x2a\x0e\x0a\x1c\x45\x3b\x87\x1c\x25\x87\xc3\x09\xc4\x64\ \xa8\x74\x84\x03\xe2\x0a\xff\x80\x3d\x62\x8a\x75\xf5\xce\xc6\x39\ \xf5\x0d\xf3\xf7\x1c\x5e\x71\xe1\xec\xdb\xeb\x6f\x86\x87\xc7\xee\ \xb7\xb4\xe9\x15\x02\x86\x5e\x40\xd6\xe0\x49\x78\xd2\xd3\x9b\xcf\ \xd4\x61\x1c\x1e\x4f\x64\x28\x68\x24\x3c\x35\xde\x45\x41\x5d\xe9\ \xd4\x6f\x7e\xf8\x6e\x44\x43\x14\x08\x68\x2c\x35\x57\xb0\xd6\x60\ \xac\x39\x50\x2d\x6d\x4c\x7f\x5a\xbf\xb6\x50\x78\xf2\x64\xfa\xe6\ \xf4\xf0\xf4\xb5\xb3\xa7\x6e\xad\xdd\xb6\x67\xc3\xee\x4f\x0f\x1d\ \x58\x33\x63\x63\xf5\xfc\xa9\xb3\x57\xae\x5d\x5c\xb7\xa3\xf5\xf8\ \x91\x99\x33\x77\x1d\x6f\x9a\x7f\x64\xe1\xc2\x19\x5b\xe6\xce\x9a\ \xb3\x65\xf5\x91\xd5\x5b\x77\x1d\xdd\xba\xe7\xc8\x9a\x43\x87\x0f\ \x1d\xda\xb5\xf5\xc4\xce\x15\xcb\x5b\xd7\xaf\xda\xb0\x7b\xfd\xb6\ \xed\xa7\x56\xed\x5d\x77\x6c\xe5\xaa\xbe\x75\x7b\xaf\x7f\x73\xec\ \x12\xc0\x15\x7c\xe2\xd2\xda\xff\x47\xd5\x97\xf8\x35\x79\x66\xdf\ \x0f\x20\xca\x26\x89\xd9\xcd\x62\x16\xb3\x87\x6c\x66\xdf\x13\x93\ \x98\x85\x04\x06\x02\x94\x10\xa2\x54\x5b\x2b\x60\x5b\xad\x71\xdf\ \x57\xc4\xba\x84\x28\x2e\x74\x89\xa2\xe3\x8c\x23\x0e\x55\x81\xea\ \x28\x8e\x75\x18\x29\x8e\x5a\x1c\xc5\xa5\xe3\x54\xaa\xdf\xf9\xb4\ \xfd\x2f\x7e\xf7\x06\x6c\xe7\x17\x15\xb3\x40\x08\xe1\x7d\xcf\x73\ \xce\x7d\xee\x3d\x67\xf1\xb2\x8f\x4e\x1d\x5d\xfa\xd1\x67\xa7\xaf\ \x7d\xf6\xe9\xd9\xcf\x76\xdc\xd8\x71\xe6\xc8\x99\xcf\x96\x2d\x3d\ \xba\x63\xcd\xad\x8d\x1f\xaf\xda\xba\x61\xdb\xae\xa6\xfa\x95\xcd\ \x2b\x1b\xc2\xe1\xaa\xb6\xfd\xdb\xea\x1c\x0e\xb3\xbd\xb9\xd1\xe2\ \x56\x4a\xa5\xa0\xe0\x0d\x5a\x09\x41\x4a\x63\x80\x08\x60\x32\x01\ \xc3\x09\x6c\x58\x7d\xe0\x17\x23\x65\xf3\x99\xb0\x96\xb0\xd8\x41\ \xff\x40\x72\xd7\xad\x0a\xea\xfd\x66\x45\xea\x54\xaf\x72\xcd\xfe\ \x97\x5f\x7f\xbc\xf5\xfa\xf2\xf4\x7f\x3f\xe8\x3c\xc3\xfd\xbe\x6c\ \xcd\xa5\x87\x9f\x9d\x7d\x61\x44\xed\xdd\x2e\x54\x35\xc6\x7c\x6a\ \x99\x04\xa0\x8e\xc0\xe2\xc3\x93\x8b\x60\xb5\x34\x28\x24\x52\xa9\ \x06\xae\x2a\xa4\x32\x89\xd6\x62\xaf\x52\x6a\x6c\x5e\x8b\xc1\x5b\ \x17\x09\xdb\x7d\x5f\xcd\xdd\xe7\x5f\xbb\xe6\x83\x6d\x3b\xd7\x8b\ \xbf\x5d\xb9\xed\xf8\x57\x37\xef\x8d\xf5\x25\x67\xb4\x94\x6e\x6f\ \x7d\x51\x98\xf7\xf5\xff\xcd\x5a\x38\x0d\x4a\x53\x90\x75\x72\xe1\ \x5b\x33\xfb\x39\x6f\xa1\xeb\xe4\x9d\xb7\x09\x42\xd3\xc2\x70\xea\ \xd3\xa6\x83\x85\xf0\xab\x67\xbd\x33\xe7\xce\xf7\xff\xf9\xe2\x70\ \xeb\xbc\x0a\x90\xe5\x88\x57\xad\xd8\x17\x3f\x6f\x41\x4d\x2b\x36\ \x8a\x7e\x71\x0c\xc7\x70\xd6\x81\x30\x3c\x71\xe2\x04\x9a\xcb\xe0\ \xdd\xc7\xb6\xd7\xcc\x47\xa7\x8c\xb9\xc5\xf9\xf3\x17\x55\xa0\x83\ \xd0\x22\xe0\x53\x25\x45\x85\xe5\x5c\x2c\xb5\xcf\x07\xad\x8a\x9b\ \x2d\xe8\x03\x93\x57\x56\xb4\xa0\x22\x9f\x1b\xef\x1b\x8e\xc9\xad\ \x29\x27\xe8\xc0\xa4\x27\x10\xf0\x50\xe4\xdc\xa8\x93\x42\x49\xea\ \x9c\x02\x5d\x5c\x1e\x8f\x62\x73\x56\xc9\xcc\x8a\xfc\x79\xb3\xe7\ \xe6\x17\x08\x04\x05\xd4\xc2\xd9\x85\x54\x41\x79\x51\x89\x15\x9d\ \x48\xe5\x01\xae\x98\x88\x11\x40\x5c\xab\x55\xee\x29\x2b\x29\x29\ \x2a\x2d\x05\x40\x29\xcd\x2b\x28\x9f\x51\x2c\x8e\x65\xc6\x87\xc7\ \x5f\x4e\x8c\x0e\xa7\xfa\xb2\x1e\x67\x20\x90\xca\x66\xc7\xe3\xa9\ \x74\x3a\xfd\xa8\x2f\x95\x09\x80\x0e\x94\xa7\x92\xd9\x68\xa6\x8f\ \x2b\x8f\xea\x04\xc9\xb4\xc7\x23\x2e\xa7\x82\xcc\xf4\x08\x92\x51\ \xab\xa0\x5c\x0c\x4f\xa9\xa3\xca\xa9\x38\xe6\xe8\xa1\x10\x29\x72\ \x1c\x31\xc4\x68\x6a\x6e\x59\x59\x1e\x31\xff\x77\x70\xda\xa0\xc7\ \x25\x70\x92\x76\x32\x27\xd8\xcd\x01\xf2\x10\xe4\x49\xa5\x3c\xd5\ \xd5\xc1\xab\xed\xc0\x45\x78\xc1\x04\x81\x26\x54\x11\x54\xbd\x83\ \x41\xd5\x60\x17\x5a\x8d\x9a\x54\x04\x4e\x87\xab\x03\xb4\x09\xf6\ \x5d\x31\xd8\x18\x60\x2c\xa4\x49\xf9\x0c\xec\x35\x92\x79\x41\xee\ \xf1\x58\xf0\xcb\x06\x68\x71\xd8\x35\x16\xbd\xcd\xed\xf3\xdb\x15\ \x5a\x83\x45\x0f\x18\x26\xb5\x48\xa4\x4a\x3d\x5b\x22\x91\x90\xe1\ \x40\x53\x09\x65\x6a\xaf\x59\x64\x73\x1b\x51\x9b\xf1\x48\x12\xbd\ \x41\xab\xe4\x2b\xdc\x06\x26\x49\xc1\x76\xd1\x08\x34\xdc\x0a\x83\ \x73\x98\x20\x62\xd0\x14\x32\x26\x99\xa6\x50\x80\xda\x93\x5a\xc2\ \x5e\x83\x5a\x22\x21\xd0\xd8\x2c\x83\xb1\xd6\x6e\xac\xac\xac\x6a\ \x76\x4b\xd4\x66\x29\x0f\x8e\x60\x4e\x82\x83\x46\x9d\xa0\x56\x39\ \x41\x21\x83\x8d\xa9\x29\x80\xa9\xa0\xab\x68\x34\x11\x1f\x83\x0b\ \x25\x7c\xb5\x56\xa9\x65\x8b\xdc\x5a\xad\x4d\x2f\x52\x2b\xa5\x34\ \x97\x0a\x03\x4d\x4d\x0c\x10\x6f\x2a\xbd\x05\x59\x54\x02\x8d\xfe\ \x7e\xff\x4b\x3b\xac\xc3\x89\x5c\xf9\xab\xbb\x0b\xf8\x1e\xf0\x47\ \x32\xd9\x85\xe9\xab\xc0\x8c\x82\xf0\x20\xcf\x85\x8d\x69\x2e\x4c\ \x95\xc6\x2d\x45\x15\xda\xf3\xa8\x30\xe3\xa2\x83\xc3\x24\xf9\x77\ \x2d\x5f\x5e\xd7\xec\xf6\x57\x1a\xf8\x1c\x15\xfc\xe8\x28\x85\x81\ \x5f\xa1\x87\x18\xb0\xa9\x0e\x32\xc7\x85\x71\x2d\x88\x55\x3c\x1e\ \x03\x77\x11\xc9\x2e\x97\x89\x4c\x83\x7b\x4c\x09\xc0\x31\x38\x23\ \x85\x6c\x3e\x4f\xc5\xc1\x51\x9c\x9c\x65\xbe\x8a\xc6\x31\xb1\x08\ \x2e\x36\x36\xbb\x93\x65\x76\x89\x52\x64\xaf\x72\x54\x37\x78\xab\ \xc3\xb5\x9d\x47\x76\xdc\x7d\xd0\xff\xc3\xe4\xcb\xaf\x46\xd3\xe3\ \x71\x9d\x80\x48\xc9\x2b\x98\x99\xc7\x2d\xcd\x5e\x29\xcb\xbc\x94\ \x17\x15\x83\x06\xcc\x2f\x27\x52\x52\xe2\xb2\x42\x2a\xb5\x54\xc0\ \x9d\xb8\xb1\xf5\x4a\x4a\x50\x84\x06\x23\x94\xd1\x90\x44\xdf\xdc\ \xa4\xe1\x6f\xfe\x76\x97\xb6\x2d\xf3\xc7\xd1\xa3\x17\x4f\x2f\x5b\ \xfa\xc9\x27\xbb\xdf\x5b\xbc\x75\xff\xc7\x7b\xdb\x76\xaf\x6d\x6c\ \xd3\x78\xdb\x16\xdf\x7a\x77\xd3\xbe\x5d\x75\x3e\x6f\x6d\x95\xc3\ \xe8\xaf\xab\xab\xae\x5a\x19\x8a\xd4\xad\x6d\xae\x6f\xae\xad\xad\ \x5a\xbf\xfa\xc0\xc1\x4d\xab\x77\x75\xee\xdf\xba\x6a\xdf\x81\x55\ \x1b\x3e\xfa\x68\xe9\xe2\x25\xab\xde\xdf\xb1\xf8\xdd\xc5\x4b\xdf\ \x3b\xba\x66\xe9\x8e\x8d\x6b\xde\x3b\x7f\xe6\xc8\xb5\xeb\x47\x8f\ \x9e\xba\x78\x6a\xc7\xd1\xeb\x17\x77\x9c\xba\x7f\xf1\xfc\xa5\xdb\ \xb7\xce\x7e\xb6\xf1\xcc\xe9\xc7\xa7\x4f\x1f\x3f\x7a\xe4\xd4\xd1\ \x33\xc7\x8f\xdf\x3f\xb2\x61\xd7\xa6\x6d\xdb\x0e\x35\xac\x3f\xb0\ \xbe\xa1\xaa\xa1\xd2\xbe\x76\x6f\x67\xad\xc3\x66\x76\x34\xba\x8d\ \x55\x11\xa3\x5e\x0f\x10\x62\x51\x33\xd9\x7c\x13\x89\xcf\x23\xc0\ \x22\xc6\x24\xb3\x25\x04\x0e\x89\xc4\x97\xf0\x99\x0c\x02\x93\xc0\ \x83\x5f\x22\x6b\xd7\x52\x50\x1d\xa7\x6c\x92\x81\x33\xbd\xac\x8d\ \x37\x8b\x3f\xdf\xb4\xf3\xf8\x12\xeb\xdf\xb6\xec\xbd\xf8\xd5\x3f\ \xb7\x7f\x7a\xfd\xdc\xc3\x6b\xcf\xcc\xdd\x2a\x00\x7f\x0e\xc7\xfd\ \xd4\xa0\x96\xc1\x3a\xc6\xd7\x23\x21\x09\x2c\x00\x00\x20\x00\x49\ \x44\x41\x54\x1b\x58\x52\x16\x53\x91\x23\x56\x7a\xbd\xda\xa0\xc7\ \x4c\x01\x89\xc8\x62\x30\x5b\x94\x0e\x47\xc8\x66\xf6\x79\x43\xa1\ \xba\xf0\xbd\xed\x7b\xeb\xb7\x9e\xb9\xbf\x73\x77\xdd\xa3\xd7\x8d\ \xdb\x96\x3f\xfb\xec\x9b\xbe\x58\xc0\x33\x7b\xc6\x97\x5f\x8c\x0b\ \x5a\xff\x3c\x67\x3a\x1e\x68\xba\x4a\x75\xf2\x57\xdc\x9a\x62\x5c\ \x73\x72\x66\xf6\x0b\xa7\xaa\x56\x27\x7f\xc5\xb6\x29\x4d\x98\xe3\ \x5c\xe8\x16\x3d\x27\x57\xa5\xff\xf9\xef\xc7\x66\xce\x6d\x5d\x07\ \x9a\xb0\xa2\x15\x74\xe0\xf6\xd6\xf9\x68\x37\xda\xd2\xda\xfa\x65\ \xcb\x3c\x80\xa8\xc3\x27\x8e\x1d\x3b\xdc\x7a\xb8\xa5\xe2\x30\xe8\ \xc6\xed\xf3\xd7\xa1\xfb\xd9\x8c\x05\x68\xb7\x31\x1b\x87\xa0\x2b\ \x6a\x16\xe5\x2c\xaa\xf2\x71\xcb\x71\x06\x00\xd9\xcc\x42\xec\x49\ \x9d\x37\xaf\x28\x2f\xaf\x20\x6f\xf6\xfc\xb2\x64\xcc\x33\x1e\xb3\ \x0a\x40\xde\x45\xe3\x1e\x9d\xd8\x29\x76\x3a\x05\x72\xae\xd5\xe9\ \x4c\xc5\xad\xf2\x78\x2c\x2b\x2f\x17\x50\xcb\xcb\x66\xd7\x60\x07\ \xd7\xcc\xa2\xb2\x82\x05\x38\x3b\x5f\x9c\x97\x9f\x5f\xe6\x14\xcb\ \x29\x62\xc0\xb5\x38\x57\x50\x42\x8f\x3b\xc5\x01\x39\xb7\x74\xe6\ \x8c\x99\x25\x40\xe7\x4b\xcb\x67\xe2\x2e\xa1\x3c\xf6\xea\xca\x85\ \x81\x91\x47\x99\xd1\xc0\xe8\x50\x26\x66\x4d\x25\xfb\xfa\x92\xd1\ \x54\xda\x19\x7f\x34\x6c\x8d\xc5\xe2\xd9\xb4\x27\x3d\x96\xcc\xf6\ \xf4\x38\xe5\x56\x90\x81\x49\xab\x58\x9c\xa4\x73\x9d\x31\xe0\x6c\ \x9e\x00\x95\x2a\xf6\x58\x03\x9e\x62\x31\xc6\x63\x70\xd1\xc0\x99\ \x58\x42\x75\x52\xcb\xe9\x68\x80\x53\x82\x80\x35\x38\xe8\xea\x1d\ \x04\xd1\xd4\x85\xc3\x35\xa0\xf7\x90\x99\x24\x84\x2e\xd5\xe0\x2f\ \x83\x3c\x02\x5a\xf6\xb9\x5c\x4c\x96\xc9\x94\xb8\xda\xde\xc1\x11\ \xba\xda\xd1\xe0\x3d\x97\x42\x63\x12\x12\x68\x4c\x5a\x3b\x88\x29\ \x86\x90\x44\x40\x3b\x4c\x1c\x1b\x51\x31\xb4\x2c\x9a\x94\x2d\x15\ \x49\xa4\x6c\x25\xe6\xa1\xda\x0d\x16\x03\x9a\x24\x98\xd5\x4a\xa5\ \x56\xcf\x12\xd9\x7d\x1a\xbd\x9a\x41\x12\x69\x58\xa0\xc0\x00\x82\ \x48\xfa\x06\xb7\xdd\xa1\x50\x18\xcc\x7a\x03\x1c\x2c\x76\xac\x70\ \x2a\x1c\x22\xbd\xde\xc8\x34\x81\xf2\xea\x4e\x74\xf0\x00\x83\xd8\ \x2c\x0e\x4d\xa2\xd5\x4a\x69\xf0\x45\x7c\x09\xf0\x2c\x91\x08\x98\ \x1a\x89\x2d\xd2\xea\x2b\xeb\x6a\x43\x0e\x87\x37\x0c\x80\xa5\x27\ \x33\xf8\x7c\x52\x2e\x91\x14\x38\x0c\xcd\x84\x03\x41\x0a\xbb\x82\ \x06\xaf\x4b\x98\xc0\x12\x07\x41\xa6\x87\x2f\x95\xa9\x6d\x0a\x09\ \x8b\x09\xe2\x53\xa6\x50\xe8\x15\xf0\x5a\x19\xa6\x44\x07\xb9\x1d\ \xbb\xa9\xb0\xbc\x45\xa2\xe9\x25\x42\x53\x42\xc5\x43\x67\xd2\x76\ \x74\x46\xed\x30\x75\xb9\x30\xad\x9a\x23\x61\x09\x5d\x1d\x18\x24\ \x08\x38\x06\x5c\x14\x8d\x75\x72\xba\x4e\xc5\x53\xb5\xe3\x34\x22\ \x6e\xfd\x61\x03\x2a\x68\x44\x0e\x41\xaa\x38\xb4\x71\xfd\x96\x4a\ \x87\xc2\x22\xc2\x76\x2f\x38\x3d\x12\x2e\xc0\x9c\x44\x2f\x3c\x6c\ \x72\xa9\xb0\x59\x01\x27\x00\x72\xfb\x83\x1c\x90\x9e\xe8\xd3\x00\ \xc8\x4f\x26\x08\x73\x2a\x93\xc0\x22\x70\x98\x58\xa2\x87\xff\xe1\ \x36\x76\x62\xb0\x49\xc0\x49\x83\x64\x78\x8d\x2c\x92\xd2\x6d\xb0\ \x68\xd4\xde\xe6\x2d\x75\xbe\xc6\x83\x9b\x96\x9c\xff\xe0\xf8\x95\ \x81\x57\xaf\xde\xf4\xa7\x87\xd3\x71\xba\x80\x2b\xce\x2b\x9c\x99\ \x57\x46\x0c\x50\x4b\xc7\xb9\x62\x39\xb1\x7c\x66\xe1\x8c\x82\x3c\ \x41\x3c\xc0\x2d\xe3\xe6\xe5\x97\xd2\x3d\xf7\x56\xde\x7b\x2f\x99\ \x5f\xc2\xe5\x3a\x47\xce\x28\x94\xc6\x86\x3a\xb7\xb9\xfe\x40\xb8\ \xca\xbd\xbc\x46\xf0\xd9\xd6\x3d\x7b\x0f\x34\xae\xac\xdb\xdd\xdc\ \x56\xb5\x76\x6d\xb8\xba\x6e\x4b\x75\x73\x38\x6c\x33\x9a\xfd\x0e\ \x6f\x73\xc8\xee\xaf\x6c\x5c\x59\x1d\xa9\xb3\x57\xb6\x55\xd7\x56\ \x87\x9a\x1b\xab\xea\xda\xea\x77\x77\x1e\xdc\x73\x60\xcb\xa1\x2d\ \x9b\xf6\x1c\xda\xb6\x7f\xdf\x92\x4d\x9f\x7c\xfc\xe1\xd1\x77\x8f\ \xbc\xbb\x71\xe3\xd2\x0f\x8f\x7c\xf8\xe1\xc6\xd3\x4b\x4f\x1f\x3d\ \x7f\xfb\xfa\xf1\xd3\x97\x6e\x5d\xbf\xf4\xd9\xad\x27\xdf\xdc\xbc\ \x76\xfe\xe6\x93\x5b\x47\xcf\x5e\xbf\x7e\xeb\xd2\xcd\x4b\x77\x2f\ \x1e\xbf\x75\xfd\xc8\x99\xd3\x67\x77\x9c\x7e\x78\x7a\xc9\xfe\x6d\ \x87\x0e\xac\x5e\xbb\xb2\xb6\xbe\xb6\x36\xe2\x0d\x77\x1e\x38\xe8\ \xb3\xfb\x6c\x95\x4d\xfe\xfa\xca\x90\xcd\x60\x90\xd2\x44\x32\x92\ \x4c\x01\xcb\x10\x28\x6d\xa6\x48\x06\x6c\x4b\xc1\x22\x90\x08\x39\ \x3f\x6b\x1e\x89\x25\x64\x30\x69\x32\xd2\xde\xfc\xd2\x91\x8f\x0d\ \xfc\x81\x53\xdd\xbc\x0f\x8b\xff\xb0\xfd\xd0\xa6\x1d\x8b\xb9\x5f\ \x78\x37\x5d\x7a\xf7\xc4\x7f\x6e\x9f\x7f\xfa\xe4\xbb\x58\xfd\x55\ \x58\xa4\xe0\x28\xb6\x9d\x95\xa8\x6d\x12\x16\x5b\xe6\xd7\x92\x68\ \x64\x09\x56\x35\xf5\x40\xc2\xb5\x7a\xa5\x5e\xca\x16\x49\xf8\x5a\ \xbb\xdd\x6c\xf4\xfa\xf4\x16\x4b\x95\x3d\xe4\xad\xf6\x9e\x3f\xb6\ \xb9\xba\x6a\xd3\xf8\xc0\xf1\xfa\x37\x17\xb6\xec\x7d\x3f\x7e\xf4\ \xf9\x70\x9e\xd8\x59\x50\x71\xec\xf0\x8c\x17\x5f\xfe\x71\xe1\xb4\ \x1e\x9c\x56\x83\x77\x7e\x05\xab\xa9\xe0\x8d\xdc\xbd\xd3\x44\x6a\ \xba\xc6\x35\x55\xc5\xc2\xe8\x8d\x5f\xeb\x59\x39\x4b\xe9\x59\xb3\ \xbe\xff\xf1\xf3\xc3\xeb\x70\x76\x6f\x51\x2b\x20\x13\x5e\xa9\xa9\ \xc1\x1e\x86\x2f\xb7\xe7\xd7\x2c\x3a\xbc\xfd\xcb\x96\x1a\xe0\x52\ \x0b\xd6\x1d\x43\xdb\xa0\xfc\x99\xf3\xe7\x57\xcc\x9e\xb1\x60\x3e\ \xda\xf8\xcd\x5d\x30\xaf\x62\xfe\xfc\x96\xf9\xf9\xf3\x67\xcf\x9c\ \xbb\xa0\x62\xee\xcc\xd9\xad\x2d\x68\x7a\x5d\x90\xf3\x03\x04\x71\ \x58\x42\xe7\x5a\xd3\x3d\xe2\x1e\x39\xa5\x94\x42\x4d\x65\x52\xd1\ \x80\x47\x47\x17\x73\xb9\x02\xb9\x4e\x2e\x88\x8b\xe9\xd1\xe4\xa3\ \x97\x81\x68\x5c\x4e\xc9\x2b\xcc\xaf\x68\xa9\x58\x30\xaf\xa0\x60\ \xd1\xdc\xa2\xc2\xf9\xf9\x79\x14\x6b\x4a\x1e\xa0\x8a\xb3\xc3\xc3\ \xd9\xd1\xb8\xd3\x23\x77\x26\xa3\x02\x31\xa5\x94\x3a\x73\xe6\x82\ \x19\x85\xf9\xb3\x89\xa5\xf9\x65\xc4\xb9\x33\xc5\x3d\x13\x03\xa3\ \xa3\xa3\x63\xa9\xf1\x74\x1f\x08\xbf\x64\x32\x3e\x3e\x14\xeb\xc9\ \xf6\x24\x63\xb1\x68\x36\x9d\xea\x49\x66\x63\xa9\x68\xb4\xcf\x93\ \x4c\x8a\x75\xb1\xa8\x38\xe0\x14\xa7\x62\xdc\x98\x35\x19\x03\x51\ \x9a\x8c\x3a\x05\x74\x81\x8e\x5a\x42\xb1\x96\x5b\x3d\x72\x3a\x91\ \xa2\xa3\x63\x8b\x0e\xf0\x2c\xd0\xa1\xa5\x65\xa5\x33\x7e\x07\xda\ \xe7\xf7\xbf\x4c\x5f\xb0\xea\xd3\xdb\xcb\xeb\xc0\xde\xc6\xe0\xe0\ \x55\x86\x44\xa6\x64\x93\x4d\x42\x46\xd0\x05\xc4\xaa\x3d\x28\x44\ \x9f\x5e\x9a\x5a\x61\xb1\x48\x95\x2c\x32\x46\xed\xf1\xf9\x46\x87\ \x8c\x4f\x26\xb1\xf8\xa2\x60\x6f\x37\x0f\x6e\x4b\x59\x26\x32\x5f\ \xaf\xd5\xa3\x97\x31\x5f\xa2\x67\xc3\x6a\x45\x52\x6a\x8c\x5a\x83\ \x54\x1b\x02\xb6\xcd\xd7\xf3\xd5\x32\x85\x54\xca\x56\x30\x98\x4c\ \x06\x9c\xc8\x52\x99\x3e\x64\xc1\xf9\x19\x99\x5a\x69\xf6\xdb\xdc\ \xd5\x95\xd5\xd5\x0e\x8d\x42\x24\xd5\x93\xb1\x45\xf5\x97\x5e\x97\ \x90\xe6\xe2\xc8\x2c\x4a\xb5\xd1\x20\x21\x61\x06\x1d\x41\xc2\xe4\ \xb3\x25\x6c\xbd\x94\xc0\x56\x6a\x44\x40\xd7\x43\x46\xad\xdd\xa8\ \x64\x4b\xf9\x64\x13\x4d\x4a\x20\xe4\x02\xb4\x08\x0c\x3e\x49\xc5\ \xe1\x31\xd8\x66\x89\x94\x20\x95\x01\x43\x01\x89\xc5\xe1\xab\xf5\ \x52\x83\x9e\x2f\x52\x88\x68\x3c\x9a\x0c\xc4\x85\x54\x44\x22\xb0\ \x48\x26\x15\x23\xd8\xce\xeb\x00\xda\x44\xe2\xd0\xe0\xc7\x21\x4b\ \xd4\x64\x17\x40\x92\x50\x98\x8b\xae\x68\xef\xee\x0e\x06\x71\x3a\ \x9a\x67\x62\x49\x54\xbd\x40\xab\x12\x41\x1c\x59\x36\x71\x4c\x3c\ \x29\xdc\x30\xb9\xb0\xfd\xdf\xc5\xc0\x46\x52\x17\x68\xba\x2e\x57\ \xa2\x9b\x83\x5e\xf7\x24\x7e\xc3\xc1\x95\xee\x6a\x05\x1f\xb8\x26\ \x8d\x11\xe4\x99\x3a\x7a\x5d\x0c\xd7\x20\x7c\x60\x98\x40\x48\x62\ \x17\x2e\x76\xda\x03\x62\xe1\x0a\x81\x05\x31\xdc\x62\x54\x61\x8c\ \x0e\x0f\xdb\x33\x78\x34\x12\x36\x95\xc1\x82\x40\x66\xa8\x84\x6c\ \x02\x89\xc9\x61\xd2\x48\x0c\x40\x55\x32\x8b\x65\xb0\x98\xfd\x5a\ \xbd\xb9\xb2\xa1\xb3\x71\xff\xb6\x55\xa7\xaf\x1d\x79\xaf\xff\xc5\ \xc0\xb3\x2b\x57\x9e\x0d\x0d\x8d\x4e\xa4\xb2\x17\x0a\xca\x4a\xf3\ \xe6\x96\xcb\x4b\x0b\x9c\x54\x0a\xbd\x00\xd4\x01\xb5\x84\xae\xe3\ \x52\x89\xc5\x05\xb3\x29\xe9\x37\xb1\x67\xfb\x3f\x7e\x5d\x2a\xe8\ \xeb\x49\xa7\xfb\xeb\xf9\x32\x89\xa6\x1a\xce\xcb\xf5\x2b\xf7\x19\ \x96\xcd\x9f\xb9\xa2\x7e\x77\xe3\xee\xe6\xc6\xd5\xfe\x5a\xc0\x8d\ \x66\x7f\x53\xdb\x6e\x7f\xb3\xdd\x6e\xb4\x59\x42\x0e\x5b\xd3\xda\ \xaa\x48\xc8\x5f\x57\x5d\xe7\xb5\x7b\xab\x57\xb6\xad\x8e\x34\x75\ \x36\xd6\x75\x1e\x3a\xb8\x67\xe7\xe6\x0d\xfb\x36\xef\x5f\xb5\x77\ \xc3\x86\x0d\x6b\x8e\x6c\x7e\xff\xe3\x8d\xcb\x76\x1c\xf9\x60\xd9\ \xe2\x25\x6b\x36\x5e\x3c\xb3\xf1\xf4\xa9\xf3\xd7\xee\x9e\xff\xec\ \xd2\x91\xb3\xe7\x4f\xdf\xb8\xf4\xf0\x9b\x6b\xd7\x2e\x5e\xfc\xee\ \xf6\xd1\x1d\x47\xef\xde\xbb\x7b\xf3\xc6\x8d\x1b\xdf\x9d\xbf\x75\ \xfd\xfc\xe9\xa3\xa7\x3f\xbd\x79\xeb\xdd\xe5\xfb\x77\xef\x3f\x74\ \xa0\x7e\xe5\xda\xb6\xba\x70\x5d\x65\xa8\xed\xe0\xee\x6a\x6f\x55\ \xa4\x71\x6d\x43\x95\xdd\x62\xf6\x6a\x64\x2c\x38\x80\xb4\x4a\x36\ \x81\x46\x50\x71\x98\xf0\x9e\xb0\x24\x32\xc0\x2b\x21\x07\xb8\x2f\ \xac\x4b\x4c\x74\x52\x94\x4a\x0c\xa9\xd9\x7d\x6d\x22\xd6\xc4\x37\ \xbd\x89\xe5\xad\xff\xda\xbe\xe1\xe3\x33\x8b\xe3\x8b\xd4\x3b\xef\ \xbd\x5f\xfa\xfd\x95\x4b\x3f\x3c\xfe\xc6\xb9\x0c\x16\x0d\x21\x87\ \xe1\x32\xde\x10\xf1\xb5\x36\x60\x6a\x2c\x36\x9b\xc4\x14\x49\x34\ \x7a\x11\xda\x12\xc1\xa2\xaa\x95\xca\xf8\x7a\xa5\xd1\xe1\xb5\xfb\ \xbc\x76\x9b\xc6\x52\x6d\xb6\x85\xeb\x42\x4b\x8f\x9d\x59\x5f\x15\ \x7e\x28\xb8\x72\xfa\x7e\x6a\xe5\x27\x07\x87\x6f\x3c\xed\x4b\xc7\ \x9c\x65\x35\x8b\x16\xb4\x5e\x28\xfd\xcb\x1d\x40\x9c\x59\xd3\x80\ \x85\x81\x1b\x39\x4a\x85\x97\x3b\x0b\xa7\x33\x36\xde\x76\x33\xbc\ \x25\x5d\xb9\x98\xc6\x5c\x9c\xd0\xc2\x69\xc8\x9a\xde\x30\x9c\x35\ \xeb\xdf\xff\xfa\x63\xeb\xe1\xed\x87\x6b\xd6\x1d\xde\xde\xda\x8a\ \x85\xaa\x75\xd8\x43\x01\xe4\xaa\x02\xf3\xb8\xd1\x83\x74\xde\xa2\ \xd6\xed\x2d\xb3\x01\x9e\xd0\x04\x3b\x7f\x3e\xda\x36\xa2\x57\x72\ \xc5\xbc\x79\xf3\x67\xce\x03\xb6\x55\x50\x34\x37\x7f\xc6\x8c\xa2\ \xa2\xc2\xd9\xc5\xb3\x8b\xcb\xcb\x66\xa0\xa9\x55\x01\xd1\xe3\xf4\ \xc4\xac\xf1\xac\x27\x2e\xc8\x2b\xa3\x0b\x62\x1e\xab\x47\x17\x13\ \x7b\x92\x5c\x8a\x00\xc8\x93\x2e\xe6\x94\x27\x7b\x46\xe2\xd1\x74\ \x4c\x87\x89\xac\x33\x16\x00\x64\xcd\x2b\x2b\x06\x40\x2b\x2e\x93\ \x7b\x92\xa9\x80\xb3\x9c\x1a\x47\xcb\x58\xec\x83\xa0\x3b\x05\x25\ \x44\x7a\x71\x49\x61\x61\x51\x61\xde\x8c\x62\x0a\x9d\x58\x56\x3a\ \x37\x4f\x90\x7a\x34\xfe\x6a\x7c\x6c\x42\xd7\xd7\x37\x94\x8e\xc7\ \xfa\x1e\x8d\x8c\xa6\xa3\xf1\x91\x67\xe9\x9e\xa4\x2e\x3b\x96\x1e\ \x4a\x5b\x93\x99\x4c\x3c\x95\xcd\xc4\xe1\x89\xd2\xa9\x64\x3c\x90\ \xb4\x46\xad\xc9\x54\x46\x20\x88\xf7\xc4\xc5\x44\x7a\xc0\xa9\x03\ \x65\x48\xa5\x72\x41\x1d\x96\x72\x75\x62\x71\x29\xb0\x2d\xa2\x5c\ \x4c\x2f\xe3\xca\x0b\x11\xb0\xa6\x2e\xbf\xff\xfd\xef\xaf\xf6\xfe\ \xf2\xcb\x20\xd2\x00\x3e\x87\x97\x68\x77\x05\xd9\x0a\x36\xd9\x85\ \x99\xa9\x89\x8e\xae\xae\xee\x04\x87\x41\xe6\xb0\xd9\x12\x85\x5d\ \xa3\xb7\x00\x8f\x66\xcb\xd4\x32\x47\xd8\xec\x36\x03\xa1\x52\xf0\ \x13\x41\x13\x41\x04\x6c\x9a\x41\x66\xb2\x49\x5a\xbb\x5e\xaf\x54\ \xbb\x0d\x06\x0c\x62\x66\xb2\x95\x0e\xbd\x71\x6d\x65\xb5\x45\x26\ \x93\xe9\xd9\x18\x25\x20\x02\x20\x13\x31\x81\x20\xa9\x65\x7c\x89\ \x4d\x0b\xc7\x87\x4c\xa2\x35\x8a\xd4\xea\xea\xc6\x86\x5a\x9b\xcd\ \xae\x95\xd1\x24\x4c\x32\xb6\x55\x0c\x0e\x02\x64\x30\xd9\x7a\x23\ \x50\x34\x05\x4d\xa1\x67\x03\xaf\xe2\xab\x15\x4c\x3e\xa0\x22\x50\ \x2e\xad\x4c\x61\xd6\x6a\x45\x6e\xbd\x8c\xc6\x24\xbb\x80\x7a\x30\ \xb1\xed\x89\xc5\xe4\x03\x7b\x63\x92\xe0\xb5\xb0\x40\xde\x02\x3e\ \xc2\x05\xb7\xbe\x41\x71\x6a\x31\x65\x95\xcd\x31\x91\xa5\x1c\x96\ \x4c\x42\xa2\xa1\xee\xe4\xb5\x63\x47\x57\x3b\xb0\x19\x17\x4d\x26\ \xa3\xb1\xd8\x4c\xc0\xe8\xa0\x49\x18\xec\xee\x05\x8a\xa5\xca\xa5\ \x81\x61\x7c\x90\x8b\xc7\x13\x82\x60\xc6\x14\x1c\x15\x12\x2c\x17\ \x0e\x35\x03\xad\x02\x05\x97\xc0\xb1\x41\x00\x2f\x21\x70\x2d\x53\ \xbb\x29\x01\xf0\x28\x24\x09\x69\xfa\xb0\x4d\x66\x30\x68\xa4\xa0\ \xe1\x18\x2e\x61\x7b\x37\x26\x1c\x06\x39\xe4\x04\x2f\x01\xcf\x00\ \x2a\x8f\x91\xc0\xdd\x48\x53\x10\x1b\x42\x01\x05\x79\x24\xec\x80\ \x98\x6a\xc4\x22\xd1\x38\x42\x06\x0b\xd6\x0e\x32\xba\x99\x92\x50\ \x22\x02\xa7\x25\x90\x91\x66\x09\x69\x32\xb5\x51\xab\x57\xdb\x6a\ \x23\x46\x5f\x7d\xe7\xae\x25\x47\xde\x3b\xfd\xe0\xf5\xdd\xfe\x81\ \x97\x13\x38\xaa\xf7\x66\x2c\x5a\x58\x44\xcc\x2b\xc6\x8c\x4e\x6a\ \xb4\xac\xac\xa8\x90\x4e\x21\x52\x75\x40\xe6\x3d\x3a\x2a\xf0\xae\ \x3e\xea\x99\x8b\x4a\xc3\xc1\xcc\x85\x7e\x20\xe8\x2b\x64\xc0\x4c\ \x0c\x55\x36\x5b\xb8\xb9\x73\xbf\xa2\x49\xd7\x7a\x7e\xc5\xe6\x7d\ \x1f\xef\xd9\xb5\xba\xae\xb6\xde\xeb\x0f\xfb\xeb\x42\x5e\x87\xdb\ \x62\xf3\xf9\xcc\xe1\xfa\xb0\xaf\x01\x6f\xfa\x1d\x95\x66\xb7\xaf\ \xaa\xae\x19\x60\x6d\x75\xfd\xfa\xce\xdd\x6d\xbb\x3e\xd8\xb9\xe9\ \x93\x4d\x1f\x7f\xf0\xde\x92\xe5\x6b\x36\x2e\x5d\xbc\xf1\x83\x0f\ \xde\xdd\xf1\xe1\x52\x60\x57\xa7\x8e\x9c\x39\x73\xe9\xf6\xed\x1b\ \x67\x2e\xde\xfe\xf0\xf4\xf5\xfb\x8f\xef\x3f\x78\xf8\xf8\xbb\xdb\ \xb7\xbf\xb9\xf7\xf4\xd2\x37\x8f\x6f\x3d\x3c\xf7\xf0\x87\xe7\x0f\ \x6e\x3f\x7f\x78\xf7\x9b\x9b\xb7\x6f\x7d\xf3\x6d\xff\xed\xf7\x97\ \xaf\xd8\xbf\xeb\xd0\xee\xfa\xd5\x9d\xeb\xab\x43\x91\x4a\x77\xc3\ \xde\x2d\xcd\x75\xd5\xbe\xe6\x2d\x4d\x6e\x8b\xdd\xe1\xb0\x68\xb5\ \x4c\x96\x1e\x2d\x47\xc9\x26\x06\x81\xcc\x04\x69\xac\xe0\x93\xb1\ \xe7\x83\xc5\xc2\x58\x12\x36\x81\xcc\xe0\x99\xf6\x59\x3e\x3d\xac\ \x0b\x73\x64\xe3\xf7\xba\x85\xef\x1f\xfb\xcf\x17\x4f\xd6\xbe\xff\ \x49\xb4\x4c\xb1\xf3\xee\x8e\xe8\xf7\xce\xe3\x77\xcf\x9e\x8a\x3e\ \xc6\x3d\x15\x40\xff\xba\x0f\xf9\x12\x83\xcf\xcc\x66\xf2\xa5\x7c\ \x00\x2a\x02\x5b\x01\xcb\x29\x88\x42\x91\x4c\xaa\x16\xf1\xf5\x16\ \x9b\xdd\xa1\xad\x8a\x38\x42\x16\x83\xcd\x11\x0a\x55\x79\x97\x1f\ \x7b\xbd\xb3\xa9\xf9\x28\x31\xf5\xa8\xcf\x53\xbb\xab\xad\xff\xe1\ \xe9\x37\xe7\x1e\xf5\x94\x54\xcc\x9f\xbd\x2e\xef\xcd\x97\x6f\xbb\ \xab\xa6\xa2\xad\x4f\xe6\x88\xd4\xaf\x82\x30\xa7\x15\xe7\x4c\x3f\ \xf4\x3f\xd9\x67\x08\x67\x53\x70\xf5\x5b\xed\x3d\x67\x8a\x3f\xe7\ \xce\xcf\x7f\x5a\xd7\xda\x72\x6c\xfb\xf6\x75\x2d\xeb\x2a\x16\xd5\ \xb4\x9c\x38\x7c\xb8\x75\x51\xcd\xba\x9a\x8a\x05\x8b\x72\xe6\x0f\ \xf3\x17\xb4\xe2\x4c\xce\xfc\xb9\xb3\x41\xf8\x15\xe6\xd7\x2c\x98\ \xbd\x60\x26\xc0\x57\xeb\xbc\x79\x0b\xe6\x03\xdb\x9a\x39\x1f\x67\ \x46\x41\x17\x96\x14\x14\xcc\x2c\x28\x2e\xce\x9f\x51\x56\x42\x17\ \x08\xa2\x9e\x38\xfc\xd5\x59\x03\xba\x68\x2c\x8d\x55\x70\x4c\x27\ \xb4\x5a\xcb\xa9\x80\x40\x5c\x4f\x34\x10\xc8\xa4\xe2\xe2\xd4\x98\ \x55\x60\xd5\x09\xa8\x72\x31\x45\x10\x10\xc7\x7a\xac\x62\x2a\x2c\ \x77\x3a\x2a\xc5\x19\xd0\x59\x81\x7c\x89\x89\x44\x71\x49\x5e\xb1\ \xd5\x3a\xaf\x44\x47\x2f\x29\x29\x86\x83\xad\x88\x2a\xe0\x02\x25\ \x9a\x5d\x12\x1d\x7b\x33\x70\x65\x6c\x62\x60\x3c\x3b\xd4\xf7\x2a\ \x99\xca\x66\x47\x53\x19\x4f\xb9\x73\x6c\x28\x95\x8c\x65\x92\xf1\ \xbe\x6c\xca\x93\xec\x49\x3a\x81\x71\x39\x7b\x32\x71\x4f\xd4\xaa\ \xa3\x3b\x9d\xd1\x58\x8f\xc7\x9a\x09\xc0\x37\x15\x8b\x05\x02\xaa\ \x87\xc8\xc5\xb0\x67\x8a\xa0\x8c\x2a\xa6\x16\x14\x97\x89\xa9\x14\ \x01\xb7\x8c\x4e\x14\xcc\xfc\x5d\x8e\x5f\x4d\xff\xeb\xea\xbe\x0a\ \x80\xd5\xae\x62\xf2\xba\x07\x7b\x69\x42\x38\xe5\x25\x32\x16\x07\ \x18\x04\x0f\xfd\x83\x12\xb0\x8e\x61\xf7\x28\x5f\x21\x95\x49\x65\ \x22\xa5\x5a\x0f\xc0\xe5\xb3\x57\x6d\xb1\x9b\x0d\x52\x38\x85\x69\ \x6a\xa9\xde\xa1\xa7\xf1\xd9\x22\x29\x70\x26\x51\x2e\xe4\xcf\x68\ \x8c\x38\x8c\x66\x8d\xc5\x66\xb6\x35\x44\x6c\x32\x19\x5b\x8f\xe1\ \xf2\x6a\x89\x42\xc9\xd7\xa2\x59\xb0\x9e\x46\x92\xda\x94\x12\x85\ \x5e\x69\x91\xc0\x7a\x66\x0b\x55\x3b\x1c\x6e\xa3\x5a\xca\x46\x6b\ \xe3\xee\xa0\x09\x07\x0f\x13\x26\x06\x4b\x61\xb6\xa9\x8d\x1a\x3d\ \x40\x8c\x48\x24\x13\x49\x64\x4c\x85\x5d\xab\x34\x5a\x00\xf6\xf4\ \x4a\x05\x89\x09\x9f\x0e\x54\x90\xc7\xe6\x90\x55\x24\x9a\xca\xc5\ \x63\xd2\x38\x6c\x02\x93\xc3\x80\x63\x98\x2c\xd1\xa8\xd9\x4a\x25\ \x1a\x28\x29\x45\x7a\x11\x7c\xb9\x94\x2d\x91\x4a\x09\x58\x67\xa7\ \x61\x56\x14\x4d\x48\x56\xb9\x30\x92\xbe\x5d\x95\x68\xe7\x71\x18\ \x52\x20\x70\x20\x70\xd1\x1a\xac\xb7\x0b\x6b\xf7\x80\x56\x1d\xf0\ \xae\x04\x83\x42\x55\x90\xc1\x66\xa8\x12\xa8\xde\x84\x2e\x57\x50\ \x85\x11\x15\x18\x21\xa6\x4a\x24\x70\x9a\x10\x24\x33\xdc\xd7\x61\ \x02\xf1\x16\x84\xe7\xe4\x09\x69\x3c\xb6\x1a\x64\x31\x9f\xcd\x27\ \xe1\x44\x10\xc3\xd5\x8d\xad\xed\x68\xe1\xcc\x40\x50\x62\xa0\x9f\ \x1f\xcd\xc4\xc1\x62\x0a\xc3\xd4\x9e\xe0\xe0\x0c\x4e\xce\xb2\x4f\ \x08\x54\x4f\x08\x02\x11\xf0\x89\x4c\x06\x71\xcb\x24\xf1\x09\x04\ \xc0\x49\x26\x80\xa9\x0c\xd4\x31\x9f\x45\x90\x36\x34\xd8\xcd\xb5\ \x7b\x2b\xab\xd6\x1e\xd8\xb9\xe2\xec\xb5\x33\x47\xfa\x07\x9e\xf7\ \x8f\x5d\x79\xd2\x9f\x79\x73\xa4\xff\x95\xa0\xa4\x90\x58\x52\x26\ \xa0\xd3\x4b\x7b\x9e\x16\x15\x94\xcb\xcb\x4b\xf3\x04\x51\xd0\x7f\ \x81\xa2\xf4\xb5\xe2\xb1\x25\x57\x1e\x7c\x50\x49\xfb\x2c\x93\xd1\ \xd1\x33\x17\x45\x2e\x02\x8f\x69\x8c\x84\xbc\x4d\x0d\x8d\x9b\x6c\ \xa1\x4c\xcb\xb2\xd5\xcd\xf5\x91\xd5\x5b\x1a\xab\x43\x7e\x90\xf2\ \x21\xbf\x52\x6b\x0b\x55\x6a\xcd\x1a\x73\x65\x5b\x64\xa5\xdb\x18\ \x89\x34\x37\x55\x56\x87\xea\x9b\x1b\x7c\xb5\x91\xc6\x43\xab\x9b\ \xb7\xb4\xed\xde\xbf\x7c\xc9\xd6\x0d\xcb\xdf\xdf\xb0\x79\xd5\xf2\ \x3d\x1f\x7c\xb0\x6c\xc7\xc5\xe3\x9f\x1d\x39\x7b\xfa\xd3\x8b\xd7\ \xce\x5f\xfc\xe6\xfe\xcd\x87\xb7\xef\x3d\xc0\xe1\xc1\xdb\x8f\x6f\ \x7c\x7b\xaf\xff\xe9\x77\x6f\x26\x2f\x3c\x7e\xf2\xf0\xc1\xbd\x6f\ \xef\xf7\x3f\x7f\xfc\xe6\xdc\xf3\x6f\x5e\x3c\x7f\x3e\xf9\xfc\xf1\ \xe3\xdb\x37\xbe\xfa\x6e\xcd\xe2\x0f\x56\xad\x3f\x70\xb0\xa9\xb9\ \xb1\x7e\x65\x6d\x24\xec\xdb\xb7\x67\x77\x83\xdf\xdb\x5c\x17\x71\ \xdb\x1d\xfe\x5a\xb7\x41\xaf\x56\xf0\x65\x04\xa0\x9e\x80\xde\x04\ \x1e\x9b\x8d\xe3\x4f\x6c\x78\x77\x81\xaf\x73\x60\x59\xa0\x91\x09\ \x40\x66\x37\x75\xde\x3a\x31\x7f\x65\x42\x3d\x71\xd7\xc4\x59\x75\ \xec\x5f\x27\xf2\xaf\x6f\xde\x4a\x1f\xe7\xef\xbe\x7e\xfa\xf5\x3f\ \xe7\x1d\x3f\x77\xf6\x62\xec\x65\x82\xcc\x22\x01\x87\x5d\xbb\x4d\ \x2d\x13\x19\x2c\x0a\x09\x2c\x80\x06\x09\x9b\x86\xad\xa2\x22\x8d\ \x45\xaf\x80\xa3\x4c\xa6\xd5\x68\xfc\x6e\x3b\x70\x49\x87\xd9\xad\ \xf5\xbb\x1b\xbc\xfe\xe6\x55\xdb\x87\x3f\x58\xbb\x7b\xe3\xc4\xa3\ \xbe\xc2\x78\xdd\xd6\x3d\x4f\xef\x6d\xba\xf9\x55\x26\xab\x2b\x2e\ \x9a\xd9\xd2\xda\x4f\xfc\x75\x1f\x70\x9a\x3b\xfd\xa6\x07\xe7\x4c\ \x2b\xc2\x5f\xd1\xeb\xe4\xc2\xe9\xfe\xd1\xe9\x6d\xc4\xa9\x3b\x16\ \xfe\xd6\x95\x95\xcb\xf1\x98\xf5\xe3\xe7\x15\x15\xeb\x0e\x1f\xae\ \xa9\x59\xb4\xee\xf0\x3a\xec\x0b\xcd\x6d\x18\x2e\x6a\x69\x01\xac\ \x3a\xb1\x6e\x7b\x0b\xdc\x8d\xfe\xa3\xf3\x17\xb4\xd4\xd4\xcc\x9e\ \x3f\x0f\x27\xae\x2b\x2a\xe6\xd5\xd4\xcc\xab\x41\x9e\x35\x17\xa3\ \x77\xf2\x8b\x0b\x30\x94\xa7\xb0\xa8\xbc\x94\x52\x22\x4f\x7a\x92\ \xce\xa1\x74\x3a\xe6\x89\x09\x74\xba\xd4\x78\x2a\x99\xf4\x94\x0b\ \xac\xa9\x78\x54\xa0\x8b\x5b\x9d\x98\x02\x2b\x88\xd2\xe5\xce\x58\ \x16\xe4\x21\x45\x57\x22\xc7\xa1\x3f\x79\xce\xaa\x54\x40\xa7\xc0\ \x45\x27\x16\x88\xa9\x5c\xa7\x0e\xc8\x94\x80\x5b\xc2\x95\x17\x95\ \x03\xed\x29\x28\x04\x3a\x57\xc0\x2d\xc9\x23\x72\xcb\xf3\x0b\x3c\ \x3d\x2f\x1f\x5d\x18\x1b\x1d\x7e\xd9\x93\xc9\x02\x83\x4f\x8d\x8c\ \x64\x52\xc9\x52\xf1\xd8\xf8\x48\xdf\xd8\x58\x32\xd6\x07\xa0\x15\ \x4f\xc7\xe2\xba\x58\xdc\x0a\xdf\x3d\xd3\x93\x91\x97\x73\xa9\xf0\ \x62\xa2\xd8\xea\xa0\xe3\xca\x3d\x20\x0d\x03\x62\x8a\xb8\x94\x2b\ \x26\xca\x4b\x29\xc4\x72\x3a\x9d\xee\x99\x32\xef\x2a\x29\xe0\xfe\ \x6e\x5a\x0a\xe6\xfe\xe5\x66\x7c\xaf\x76\x05\x99\xaa\xde\xae\x20\ \x27\x48\x62\xb3\x99\x6c\x03\xcd\xe5\x72\xf5\x0e\x62\x54\x16\x1b\ \x88\xb8\x54\xca\x01\xed\xa6\xd0\x8b\x2c\x6a\xbd\x42\x6f\x73\xdb\ \xed\xe1\x3a\xaf\x4d\xc6\x97\x31\x69\x4c\x36\x0d\xce\x4d\x32\x6e\ \xfd\x1b\x35\x06\x83\x4c\x06\x8a\x52\xad\xf4\x57\xda\xfc\x3e\x73\ \x28\xe2\x73\x54\x6b\x72\xf1\xa7\x46\xa5\xd7\xa6\x96\x48\x69\x32\ \x9b\x4d\xa4\x16\x31\x65\x66\x03\xe6\x5b\xe8\x8d\x32\x91\xd9\xa1\ \x05\xfe\xad\x55\xd2\xba\x98\x6e\x35\x9b\xd7\x15\x44\x1f\x74\x80\ \x4e\x93\xc9\xc4\x56\x6a\x31\x58\x55\xc2\x57\xa8\xcd\x7e\x05\x28\ \x49\x20\x18\x5a\x83\x52\x21\x63\xaa\xb1\x31\x8b\x05\x4b\xac\x29\ \x28\xa4\xa9\x54\x42\x32\x9b\x87\xd1\xef\x26\x06\x8e\x63\x33\x68\ \x7a\x3e\x8d\x25\x22\x01\xe3\x62\xf3\xf9\x12\xb5\x01\x28\xbf\x99\ \x45\x56\x4b\x48\x7c\x06\x07\xa3\x0b\xc9\x42\x50\x64\xaa\x20\x4f\ \x95\x00\xcc\x0a\x06\x3b\x84\x0c\x21\x4b\xa4\x60\x49\x85\x9c\x8e\ \x8e\x5e\x34\xb0\xc8\x59\x27\x77\x60\x46\x35\x1a\xc5\xf7\x9a\x80\ \xf2\x74\x23\xf7\x72\x99\x18\x09\xec\xa3\x0a\xba\x54\x40\xb4\xb0\ \xbf\xa3\xc3\x85\xa5\xa9\x5e\x80\x19\x02\xc8\x0d\x93\x8b\x47\x66\ \x08\xdb\x49\x12\x02\x1f\xcf\x22\x26\x87\x4c\x63\xbb\x90\xad\x9a\ \x4c\x41\x80\x24\x5e\x82\xc3\xc9\x35\x5b\x31\x30\x70\x02\x04\x26\ \x0f\xa5\x21\x5e\x41\x9a\x87\xbb\xa3\x64\x06\xc7\xc5\x00\x94\xc2\ \x1c\x1d\x0e\x08\x16\x09\x13\x7b\x28\x38\x3c\xb6\x8c\xc4\x84\x77\ \x8f\x40\x52\x9b\xab\xd5\x2b\xf7\xb5\xed\x59\xb6\x66\xe3\xaa\x4b\ \xa7\x1f\xef\xb8\xdf\xdf\xff\xf2\xd5\x9b\xdb\x2f\xfa\xef\x5f\xee\ \xcf\x94\x11\xcb\x28\x79\x18\x3d\x42\x77\x8e\xe8\xc4\x5c\x62\x51\ \x91\xce\x4a\xa7\x97\x38\x53\xd1\x27\x4f\x75\x97\x47\x5f\xdd\x3f\ \xfa\xfa\x81\x27\x93\xea\x19\x9e\x7c\xdf\xab\x65\x92\x64\xfa\x5a\ \x9f\x3f\x54\xdb\xd8\x69\xf6\xf5\x15\x7e\x6a\x09\xd5\xd7\xd5\x36\ \x79\xbd\x6e\x8b\xdb\x5d\xe9\x76\x1b\x0d\x5a\x47\x95\x37\x64\xb6\ \x37\x57\xfa\x23\x5e\xb3\x37\xb4\xf6\x80\x1f\x4e\xdf\xba\xfa\xe6\ \xd5\x6b\x3f\x38\xd4\xd4\xb8\x76\xef\xbe\x0d\x9b\x0f\xee\xdf\xf6\ \xc9\x8a\x55\xcb\xb6\xae\x78\xef\xbd\x0f\x37\x9e\x3d\x7b\xfe\xd6\ \x91\xd3\x17\xef\xdf\xfc\xf6\xd6\xa5\xdb\xd7\x9f\x3c\x78\xf1\xe4\ \xb3\xeb\x57\x9e\xdf\x7e\xf0\xf4\xc1\x37\x3f\x3c\xf9\xee\xf2\xc4\ \xcb\xe7\xcf\x9f\x9e\x7b\xf1\xc3\xb9\xc7\xe7\x00\xaa\xbe\x9b\x7c\ \xfa\x74\x72\x60\xb2\xff\xdc\x8b\x7b\xd7\x26\x9e\xbf\xbb\x74\xe7\ \xa1\x9d\x87\x76\x35\xad\x6c\x5e\x59\xdd\x10\xf2\x47\x0e\xee\xab\ \x8f\x54\x55\x55\x87\x6c\x06\x9b\x1f\xf8\x8e\xdf\x61\xb6\xe5\x36\ \xf5\x70\x52\x0c\xbb\x18\x58\x34\x02\x19\xb4\x1c\x89\xcc\x51\xd1\ \x58\x04\xcc\xf3\xa2\x71\x98\x87\xd6\x3f\x5d\xb4\x6e\xb9\x49\xfd\ \xa8\x9f\x1c\xac\x5a\xf4\x9f\x63\x8b\x0a\x9d\xd9\xcf\x4f\x69\xeb\ \x8e\x1f\xb9\xf8\x87\x3f\x9c\x7e\x78\xff\x74\x20\x8e\x56\x3e\x24\ \x16\xe3\xfd\x06\x25\xf0\x29\xbb\x96\xc9\x96\xe8\x15\x00\x7c\x80\ \x54\x7c\x09\xac\x9f\x70\xa0\x8a\x24\x46\x8d\xd1\x6f\x8f\xc0\xc1\ \x6b\x37\xbb\x8d\x5e\x47\x95\xc3\x1f\x6a\x2c\xb0\x2e\xd9\xb2\x76\ \xe3\xc0\xcb\xa1\x75\x3d\x75\x9f\x6c\xbd\x3e\xb9\xfa\xdd\x2b\xd9\ \xbe\x6c\xac\x7c\xc6\x82\x75\x17\xde\xfc\xfc\xce\xaf\xfb\x83\x53\ \x61\xb1\x39\x98\xba\x73\xf2\xd7\x18\xd9\x5c\x61\x2b\xd7\x42\x3a\ \x75\x6b\xce\xff\xa0\xd8\x74\x3d\x6b\xd6\x54\xe1\x7e\x56\xee\xda\ \x3b\x77\x7e\xfe\x1b\xa0\xd5\x61\x00\xa6\x13\x87\xb1\xf4\xbe\xa8\ \xb5\xa6\xa5\x02\x80\x0b\xe8\xd6\x97\xe8\x30\x53\x81\x6a\xf1\x70\ \x4b\xc5\xa2\xd6\x56\xcc\xa8\x98\x5f\x83\x16\xf2\xb3\xe7\xcf\x9f\ \xb2\x7a\x40\xb3\x87\x19\xf9\x25\x79\xa0\x0a\x8b\x0a\x4a\xb8\x14\ \x6e\x99\x3c\x15\x4b\x02\x18\xc5\x04\xe9\x6c\x94\x0b\x42\xd0\xe3\ \x0c\xc4\xc5\x51\xab\x38\x1a\x8b\xa6\xa2\x1e\x8f\x55\xec\x89\x72\ \x9d\x72\x9d\x07\x44\x59\x54\xce\xe5\x96\x73\x93\x4e\x2e\x11\xc3\ \x72\x60\xf9\x13\xa3\x6d\x56\x80\x5b\x0e\x2a\x2d\x60\x05\xb2\xe5\ \xa1\x0a\xac\x65\xc5\x44\x3a\x55\x57\x82\x71\xb0\xa5\xf4\x3c\x4a\ \x89\xb8\x74\x5e\xa1\x47\xee\x14\x53\x63\x9e\xcc\xcb\xa1\xe1\x9e\ \x78\x32\x3e\xf4\x2c\x99\x7d\xf5\xa8\x67\x28\x9b\x7d\x36\xde\x93\ \x4c\x26\x53\xa3\xe9\x91\x54\x1a\x90\x6c\xc8\x1a\xcb\xa2\x93\x76\ \x4f\xc0\x19\xe5\xca\xa3\xf1\x98\x35\xe0\xb1\x06\x88\x72\x9d\x40\ \x4e\xc1\xde\x1b\x0a\x9d\x4b\xb4\xea\x4a\xcb\xe0\x5b\xe9\x30\xff\ \x99\x4a\xa7\x13\x11\xb0\xd0\x95\x6e\x0a\xb5\xae\x62\xef\xd2\x60\ \x6f\x6f\xbb\xb0\x17\xbd\x10\x82\x04\x58\xe7\x41\x60\xb9\x3a\x12\ \x57\xbb\x30\x35\x82\x2c\x63\x31\x15\x7c\x12\x56\xbd\xd5\xf0\x57\ \xab\xd5\xd8\xb5\x06\x9b\xad\xd1\x6f\xd1\x18\xed\x52\x19\x93\x2c\ \xb3\xe9\x25\x2c\x0e\x8d\x43\x32\x56\x55\x39\x2c\x28\x24\x34\x36\ \x7f\xb8\xaa\xae\xb1\x36\x14\xb1\x68\x43\x16\xbb\x46\xa3\xd7\x1a\ \x35\x66\x91\x96\xc9\x67\x6a\x2d\x36\xad\x91\x2f\xb1\x68\x64\xc0\ \xea\xf5\x52\x83\x44\x12\x0a\xd7\x55\xb9\x2b\x2d\x66\xc2\x55\xf6\ \x4a\x83\x44\x8f\x1d\x00\xbd\xe8\xdd\xdc\x65\x22\x18\x35\x76\x5b\ \xc4\x6e\x08\x79\xfd\x40\xe7\x30\xda\x4b\x24\xb2\x59\x0c\x40\xf5\ \xf8\x12\x56\xae\x8f\x90\x61\x4a\xf4\x82\xc2\xc2\x2d\x4f\x1e\x96\ \x27\x08\x2e\x15\x88\x04\x60\x58\x4c\xac\xa3\xb3\x59\x22\x90\x89\ \x7a\x78\xc1\x06\xbe\x48\x22\xb5\xa8\x61\x31\x25\xc0\x23\x98\x3b\ \xc8\x53\xb9\x06\x4d\x00\x4d\xbd\xdd\xdd\xbd\x83\x1c\x26\x0f\x0e\ \x5a\xa6\x8c\x86\xd1\xab\xdd\xa0\x47\x3b\x7a\x13\xdd\x39\x27\xd5\ \x44\xd0\x25\x54\x75\x74\x33\x80\x6c\xaa\x12\x00\x72\x34\x53\xce\ \x6b\x14\xc8\x16\xd6\xd0\x83\x20\x1f\x3b\x00\x6e\x82\x80\x53\x38\ \xb8\x0c\xcc\x8b\x1c\x74\x75\x74\x91\xf9\x22\x11\xc6\xbb\xf2\x78\ \xed\x3c\xb2\xa9\x1d\x2b\x5f\xc2\x20\x49\x45\xe0\xf1\xd0\xfd\x0a\ \x64\xa2\xc9\xc4\x71\xa1\xb1\x28\x81\xa7\x42\xb3\x1e\x57\x10\x3b\ \x1d\x4c\x0c\x06\xba\xc9\xa0\xb5\x32\x20\x1e\xbc\xa1\xc0\x1f\x99\ \x42\x1e\x93\xcc\x03\x56\x00\x24\x51\x29\xa1\xb1\x35\x7a\x8d\x45\ \xd3\xb4\x69\xf3\xde\x5d\x3b\xdf\xdf\xf3\xfe\x8a\xad\x77\x6f\x5e\ \xf9\xee\xc2\x9b\xa7\x37\x6f\xdd\x7a\xf0\xf4\x8d\xae\x88\x4b\xa4\ \x17\x14\xd1\x4b\xcb\xca\x74\x23\xe2\x19\x33\xe9\xf2\x32\x8a\x95\ \x58\xc6\x75\x3a\xd3\x9f\x35\x25\x47\xbf\xbd\x59\xb7\xb6\xbf\x20\ \xdd\x37\x3a\x72\x88\x26\x5a\xbf\xd4\x40\x12\x19\x1b\xbc\x0e\x5f\ \xb8\x6d\xbf\xcf\x90\x29\xba\xa6\x76\x57\x55\x36\xd5\xba\x2b\xbd\ \xe1\x86\x70\x93\xd1\xa6\x34\xdb\x7c\x95\x76\x87\xda\x1d\xb2\x58\ \x34\x5e\x00\x0d\xf7\xfa\xdd\x18\x70\xba\x3a\x52\x55\xbb\xeb\x50\ \xfd\xda\x3d\x07\xb6\xad\xfa\x64\xdb\xbb\x6b\x96\x2e\x79\xf7\xdd\ \x1d\x47\x3f\x3b\xb5\xec\xc3\x53\x37\xef\xde\xbe\x79\xeb\x39\x90\ \xab\xa7\xb7\xef\x5f\x7f\xfa\xf4\xdb\x73\xb7\xee\xbe\xee\xef\xbf\ \xfc\xfa\xcd\x9b\x37\xcf\x27\x5f\xf4\xff\xf0\x7c\xb2\xff\xca\xc0\ \xcb\x37\xaf\xfb\x7f\x98\x9c\x1c\xb8\x30\xd0\x7f\xf9\xca\x93\xa7\ \x97\xfb\x5f\x3f\xc8\x5c\x39\x73\xfe\xa3\xad\x5b\x57\x75\x1e\x58\ \xe9\xad\x8a\x34\xf8\x7d\xeb\x0f\xad\xaf\x5e\xbb\xb6\xb9\xd1\x11\ \x72\x57\x57\xdb\xbd\x6e\x77\xb5\x46\xc2\xe6\xb0\xf9\xc0\x9c\x79\ \xae\x20\x87\x04\x57\x68\x2c\x32\x00\x15\x47\xc5\x60\x90\x59\x64\ \x1a\x13\x8e\x57\xcb\xc1\xc6\x1f\x0a\xe7\x7e\xc2\xf4\x0e\x3c\x63\ \xbb\x2c\xf2\x1f\x5b\x66\x96\x17\xcd\x3f\xb1\xcb\x17\x59\x76\xe9\ \x56\xeb\xdf\x7e\xf8\xee\x9b\x6b\x99\x02\x29\x8f\x45\x93\x90\x48\ \xef\xf9\xd4\x7a\xa9\x44\x69\xd3\x6b\xb4\x6a\x36\x8b\xa5\x00\xd8\ \x92\x48\x49\x52\xe0\xc5\x6a\xcc\x26\x34\x87\x1d\xde\x90\x3f\xec\ \x0e\x47\x1c\xd5\x21\x6f\xc8\xd1\xd8\x94\x2c\xfd\xa8\xb3\x76\xe7\ \xcd\x67\x99\x96\x6c\xe4\xd0\xde\xc5\x43\xcb\x97\x3e\x7e\x94\x1d\ \x1e\xe5\x96\xce\x5e\x47\x79\x3c\xfb\xff\xa6\xc5\xdf\x14\x3a\x61\ \xba\xf5\xff\xd6\xdd\x17\x4e\xdf\x35\x25\xff\x4e\xfe\x46\xb4\xde\ \xd2\xab\x85\xd3\x33\x3b\xd3\x88\x35\x67\xd6\x3b\x27\x7f\xfe\xe7\ \x7f\xff\x74\xb8\x75\xdd\xa2\xed\x5f\x1e\x6b\x5d\x77\xec\xc4\x61\ \xac\x65\xe1\xbc\x73\x0b\xca\x43\x6c\x6a\xa8\x01\x6e\x35\x77\x5e\ \x0d\x46\xe9\x6c\xaf\xc0\x06\x86\xd9\x85\xf3\x66\xcc\x5c\x90\x3f\ \x77\x66\xd1\x8c\xfc\x99\x33\xf3\xd1\xa1\xa1\xa0\x30\xaf\xa4\xac\ \x84\x0b\x5c\x49\x17\x0d\xc4\x02\x72\xa2\x9c\x2e\x0e\xc4\x28\xba\ \x68\xc6\xea\xb4\x82\x24\x13\x70\xad\x62\x79\x40\x1e\x4f\x66\x74\ \x29\x71\x09\x5d\x17\x75\xca\xc5\x72\x01\x50\x1d\x31\x3c\x24\xa7\ \x50\x88\x05\xa5\x65\xa5\xd6\x98\x53\x1e\x77\x52\xa8\xdc\x32\x22\ \x31\x60\xb5\x0a\x9c\xce\xd4\x48\xcc\x59\x0a\x22\x53\x40\x2f\x2b\ \x2f\x2c\x2c\x28\x2b\xa7\x94\x71\x29\x33\x8a\xad\x20\x23\xad\xa0\ \x2c\x5f\x3e\x1a\x8e\x25\xd3\xf1\xd1\xf1\x4c\xcf\xc8\xe8\x08\x2c\ \x8e\x8f\x46\x32\x23\xe9\xbe\x58\x2a\x99\x49\x06\xc6\x52\x13\x63\ \x51\x4f\x32\x1a\x8b\x47\xad\xb1\xb8\x53\x27\xef\x4b\x07\xb0\xb7\ \x2b\x26\x16\x50\xe1\x9b\x0a\xe8\x44\x22\x55\x10\x10\x50\xb9\xc4\ \x02\x62\x1e\x9d\x4b\xc7\xc8\xd7\x00\x97\x5a\x46\xf9\x1d\xce\xfa\ \x4e\x37\x84\x77\x0d\xc2\x7f\xbd\x1d\xed\x41\x34\x7f\xe9\x50\x31\ \x80\x67\x8b\x24\x3c\x38\x9b\x3a\xd0\xc2\x2a\x18\xe4\xf1\xf9\x52\ \x9a\x8a\xc1\xd6\x4b\x6c\x66\x11\x13\x7e\xbd\x46\xbd\xc2\xed\x8d\ \x54\xd7\x62\x23\x95\x96\xed\x22\x88\x34\x46\x29\xcd\xc4\x90\x48\ \xdc\x95\xb5\x95\x76\x9b\x46\xeb\xf0\xd6\xd6\xd7\xaf\x5f\xbf\x76\ \x53\x38\x5c\x05\xf0\x65\x73\x58\x2c\x66\xa5\xdb\xcc\x96\x28\x8c\ \x6a\xbd\x41\x6b\x31\xb0\x24\x1a\x83\x88\xc4\x63\x98\x65\x4a\x8b\ \xc5\x5d\x55\x5b\x5d\xa5\x84\xe7\x1e\x14\xd6\x79\xed\x36\xd3\x60\ \x47\xef\xd5\x8e\xee\x44\xaf\x90\x20\xf1\x87\xab\x1b\x22\x95\x95\ \xd5\x3e\xb3\xda\x60\x04\xa8\xd3\x98\xf9\x0a\x3d\xa8\x41\x11\x86\ \x4d\xd0\x68\x78\xe6\x83\x86\x23\x80\xba\x12\xc2\xa5\xa3\x9d\x47\ \x42\xcd\xd6\xd1\x4e\xd2\x1b\x94\x6a\xb6\x5a\x24\xd1\x33\xc9\x6a\ \x85\x11\x5e\x93\x5e\x23\x52\xc0\x6d\x16\x99\x47\x63\x82\xce\xe2\ \x10\x84\x42\xf8\xdc\x8e\x6e\xb4\x19\xed\xea\x50\x81\x0a\x03\x26\ \x07\x92\xcb\xe4\x1a\xc4\x18\x8a\x20\xcf\x05\xba\xb4\xbd\x1d\xd4\ \x69\x3b\x07\xa5\x23\x96\xcb\xdb\x4d\x1c\x1e\x4d\x18\x4c\x98\x72\ \xa5\x76\x00\x1a\x55\x3b\xe0\x16\xee\x17\x9a\x30\x4d\x10\x24\x34\ \x68\x3d\x50\xd2\xa0\x1c\xd9\x6a\xac\xa0\xc1\xa7\xf3\x40\xe3\xe2\ \xb2\x0e\x08\xa5\xc2\x11\x41\x4c\xd3\x06\x09\x69\x62\xe6\x1a\x1d\ \x18\x98\xe3\x62\xe2\x11\x5c\x09\xb2\x89\xc1\x41\xe2\xc7\xc3\xcc\ \x67\x26\x4e\x01\xd1\xb0\x8c\x85\x7b\x5a\x64\x96\xd2\xac\x95\x28\ \xb4\x6d\x1a\x85\x5d\x6a\xb4\x59\x64\x76\xdf\xa1\x15\x6b\xf6\x6d\ \xda\x71\xf6\xd3\xeb\x9b\x6f\x5f\xff\xea\x49\xff\xc3\xa7\xf7\x1f\ \x3c\xbd\x75\xf9\x59\xa0\x4c\xee\xa4\x94\x96\x14\x53\xe4\xc4\xe8\ \x70\x49\xb1\x2e\xde\x47\xe5\xd2\xcb\x8a\x53\x8f\x5e\xf7\x6d\xac\ \xbb\x3f\xfc\x68\xc9\xb6\x49\xb9\x2e\x19\xbf\xef\x26\x49\x49\x26\ \x65\x48\x6d\x70\x87\xdc\xe1\x7a\x5f\xfd\x1e\xbf\xec\x95\x2e\x62\ \x8c\x54\x57\xfa\x2b\xab\x1b\x34\x0d\x7e\x7f\x9d\xdf\xeb\xf0\x1b\ \xcd\x76\xa3\xde\x1e\xaa\x0a\x19\xbd\xa1\x6a\x5f\x9d\xaf\x6d\x4b\ \xa5\xd9\x1e\xa9\xab\x6b\x8e\x34\xed\xdb\xb4\x61\xd3\xbe\x4d\xcb\ \x97\xad\x38\x7b\x71\xe3\x47\x3b\x8e\x9c\x3d\x7f\xf4\xe6\x8d\x1b\ \x37\xaf\x7f\x73\xee\xd6\x37\x0f\x9f\x3c\xfd\xee\xdc\x83\xfe\xc9\ \xc7\xfd\x0f\x9e\x5f\xe9\x7f\x36\x7e\xe1\xab\x97\x13\xcf\xbe\x9a\ \x78\x39\x30\x3e\x39\xf0\x6c\x60\x64\xe2\xd5\xb3\x97\x57\xce\xf5\ \x0f\x3c\x1b\x9d\x78\x75\xe1\x0d\xc0\xd5\xcb\x37\xcf\x93\x03\xd7\ \xcf\x6f\xdc\xbc\xb7\xf3\xc0\xbe\xf5\xa1\xfa\xa6\x86\x48\xf3\xce\ \x4f\xea\xeb\xdb\x1a\x42\x55\x5e\x9f\xa5\xbe\xaa\xba\xca\x6b\xd1\ \xe8\x81\x7e\xd2\x08\x52\x19\x09\xde\x53\x12\x81\x49\x40\x37\x3f\ \xac\x44\x92\x08\x2c\x90\xfd\x0c\x32\xac\x16\x7e\xfb\x96\x47\x8b\ \xe6\x6e\x61\x6f\x79\xe9\x54\xba\x64\xaf\xff\x93\x1f\xd7\x15\x7c\ \x5e\x58\xd7\xd4\xb4\xe2\xf6\x9a\xbc\x1f\xaf\x5c\x7e\x70\x63\x24\ \x5f\xa9\xa2\x49\x64\x1c\xf3\x15\x1b\x93\xcf\xd6\x2a\x0c\x0e\xa5\ \xda\x8c\x89\x3c\x4a\x2d\x56\x3b\xd4\x0a\x83\x04\xab\xaa\xbe\x90\ \xd7\xe2\xab\xaa\x6a\xa8\xf6\xfb\x2b\x2b\x23\xde\x48\xdd\xca\xaa\ \xd7\x0b\x8e\xaf\xea\xdc\xb4\x63\x20\xd9\x1a\x0f\x7f\xf0\xc9\x27\ \x13\x3b\x8e\x5f\x7b\xf3\x72\x7c\x44\x4c\x29\x5a\x57\xf1\x72\xf4\ \xdf\xb3\xa6\x9a\x44\xef\xe4\x32\xae\xa7\x19\xd6\xc9\xdf\x7a\xb2\ \x72\x40\x36\xe7\xd7\x86\xf7\x5f\xdb\x1a\x16\xbe\xed\x81\xc8\xed\ \x31\xbe\x95\x85\x08\x5b\xef\xfc\xf4\xe3\x8f\x00\x59\x2d\x5f\x7c\ \x71\xb8\xf5\xf0\xba\x96\xd6\xd6\x63\x2d\xad\xc7\xb6\xa3\xa3\x56\ \xcd\x82\xb9\x98\x7a\x74\x78\xfb\xba\x96\x96\xed\xeb\x5a\x6b\x5a\ \x5b\xb7\xa3\xbf\x56\xc5\xa2\x79\x15\xf9\xc5\xf9\x18\xaa\x3a\xbb\ \xb0\xa8\xac\xa0\xbc\xb8\xb4\x94\x48\x2f\x2d\x28\xa7\x88\xe3\x81\ \x80\x15\x73\xe2\x89\x44\x2e\xd7\x93\xcc\x58\x29\xb1\x78\x2c\x95\ \x4d\xa5\xe3\xce\x64\x94\x4a\x75\x7a\x52\x99\x64\x26\x93\x76\x8a\ \x9d\xf1\x80\xb3\x94\xc2\x75\x06\x04\x14\x79\x69\x19\x85\x0a\xf8\ \x04\x9a\xcd\x49\xe5\x8a\xa3\x4e\xb1\x55\x4c\xb5\xea\x9c\x56\x34\ \x2c\x0d\xe4\x66\x01\xc5\x4e\x7a\x69\x71\x09\xfe\xa1\x96\x11\x3d\ \xd4\xd9\x25\x3a\x2a\x55\x9e\x4c\xf6\xc4\x1e\x0d\x8f\x8e\xf5\x04\ \x62\x99\xa1\x91\xf1\xcc\xd8\x50\x7a\x2c\x3b\x02\xa8\x95\x1d\xcd\ \x26\x3d\xd6\x91\xcc\xe8\x50\x2a\xee\xd1\x61\x1f\x6a\x00\x53\x95\ \xa8\x4e\xab\xd5\x29\xe6\x3a\x31\xa6\xd0\x2a\xc0\xa2\x5a\x39\xc5\ \xea\x91\x97\xe0\x20\x34\x95\x2e\x70\x7a\xc4\xa0\x0c\xad\xa5\x74\ \x00\xac\x5c\xd6\x1e\xb2\x2c\xb4\xd5\xc3\xbf\x57\x07\xdb\x13\x83\ \xae\x6e\x1e\x8b\xcd\x20\xf0\xb5\x52\x32\x9f\x8c\x69\xcf\x1d\x2e\ \x4e\xa2\x97\xc0\x64\x31\x81\x0f\xb0\x69\x4a\xb6\x46\xa6\xe7\xcb\ \x24\x52\x63\x65\xc8\x5f\xdd\xd4\x58\xa5\x31\x2a\x18\x24\xbe\xcc\ \xe0\x93\x31\x18\x7c\x19\x40\x83\xd1\x67\x71\xdb\x7c\xe1\xfa\xe6\ \x48\x55\x63\x53\xed\xaa\xd5\x75\xb5\xa0\xf7\x1c\x16\xa3\xc5\x60\ \x77\xc3\x41\xa1\x36\x1a\x14\x1a\xa3\xc8\xe0\xb5\x28\x34\x7a\xde\ \x55\x17\xb0\x25\x91\x5d\xaf\xd4\x86\x7c\x6a\x83\xc3\x30\x98\x30\ \x7b\x2b\x45\x40\xae\x7a\x7f\xc1\xfc\x87\x20\x41\xaa\x70\xdb\x1c\ \x21\x9f\x51\x2b\x12\x69\xb5\x22\xb5\xdb\xac\x37\x18\x6c\x0a\xb5\ \x06\x98\xbb\x54\x26\x25\x01\xbc\xa8\x5c\xe8\xae\xee\x4a\x08\x81\ \x9d\x30\x06\xbb\xdb\x85\x1c\x97\xca\x15\x54\x91\xec\x5e\x87\x12\ \xc0\x50\xc4\x97\x29\x24\x66\xb5\xd4\xc0\x37\x6b\x15\x4a\x38\xcc\ \x59\x4a\x16\x80\x1b\x03\xe1\x80\x23\x15\xa2\x33\x55\x77\xbb\x09\ \x48\x96\x0a\x74\x24\x96\xb9\xc9\x2e\xd0\xc0\xb9\xbc\x0d\x15\xa8\ \xb5\x60\x3b\x99\x16\x84\x6f\x81\xb5\x27\x1a\x93\x97\x40\x9f\x50\ \x61\x7b\x87\xaa\x1d\x1b\xdb\x81\x67\xb9\x12\xed\x3c\x6c\xaf\x62\ \x60\x3d\x9e\x83\x55\x73\xdc\x08\x14\xc2\x35\x21\x09\x37\x28\x73\ \xa3\x35\x40\xa8\x90\x3f\xa9\xe0\x11\x1e\xf6\x59\x91\x39\x18\x7e\ \xc6\x44\xe8\x02\x2d\xa8\xea\x85\x0f\x1c\x0e\x88\x52\x13\xc6\x7b\ \x05\x39\x88\x8c\xf0\x43\x00\xc6\x01\x10\x13\x72\x16\x5a\x04\x11\ \x1b\xf8\x04\xeb\xd0\x1a\x8b\x45\xa9\x35\x47\xec\xb6\xfa\x8d\xab\ \x96\x1d\xbd\x74\xe3\xf8\x7b\xcf\x97\x5e\x7a\x7c\xf3\xe9\xe4\x0f\ \x4f\x5e\x9f\x1b\x7d\x7e\x73\x22\x9d\x4c\x8b\x29\xa5\xc4\x02\x1d\ \xa5\x6c\x2c\x5d\x96\x7e\x7e\xc1\x59\x5c\x44\x11\x5b\x07\x6e\xdd\ \xfb\xf6\xe1\x8e\xfb\xb7\xbf\x1b\x98\xf4\x8c\x78\xe4\x1b\xd9\x2e\ \x1e\x89\x2d\xd1\x8a\x24\x32\x99\x3b\x5c\x15\x76\xaf\xed\xac\xe2\ \x5c\x4a\x1a\xcd\x7e\x7f\xb5\xdf\x5b\x15\xb2\xb9\x6d\x66\xaf\xdf\ \xe7\x35\x1a\x1d\x76\x3b\xc8\xc3\xea\x3a\x7f\x95\xdb\x5b\xe7\xb3\ \xfb\xfc\xcd\x8d\x6b\xdb\x76\x6d\xda\xb0\x65\xd7\xa1\xad\x3b\xd7\ \x2c\xdd\xba\xfc\xd3\x4f\x2e\x9d\x3f\x7f\xfc\xf4\x87\xc7\x2f\x5e\ \x3b\xfb\xcd\x8b\x07\xe7\x26\x2f\x3f\x7f\xf1\xe4\xe9\xe3\x7e\xa0\ \x50\xe3\x6f\x2e\x0f\x3c\x7b\x0d\x67\xf5\xf0\xc8\xf8\x85\x0b\x03\ \x03\xa3\xe3\x3d\x13\x7d\x63\x2f\x87\x1f\x4d\xf4\x4c\xbc\x7c\x36\ \x31\xf0\x66\xe0\xca\xa3\xc9\xfe\x67\x2f\xb3\x23\x13\x93\x81\xcc\ \xc3\xeb\x47\x96\x1f\x3c\x74\x68\xcb\x96\x86\xea\xda\x86\xaa\xa6\ \x43\x2b\x2b\x23\x75\x5e\xb7\xd9\x61\x0e\x85\x7c\x66\xbb\xcd\xa2\ \xd7\x33\x48\x52\x86\x90\xc9\x22\x03\x84\x93\x81\x82\xe2\x58\x21\ \x81\xc9\x60\x92\x18\x2c\xbe\x46\xca\x01\x1d\xce\x22\x48\x1e\xf6\ \x2c\x28\xad\x66\x1d\x4d\x09\x22\xed\x84\x07\x3f\x56\xc8\xb3\x73\ \xff\x36\xa0\x6c\xde\xb7\xf8\xfe\xa9\xf8\xcf\x23\x4f\x9f\x7e\x37\ \x7a\xd8\xcb\x92\xf2\xf9\x84\x7d\x65\x4a\x82\x84\xad\x95\xa9\xb5\ \x4a\x36\x26\xbe\xf1\x25\x7c\x89\x46\xaf\xd0\x4a\x95\x32\x91\x4c\ \x69\xb0\x45\xaa\x42\x00\x5a\x91\x66\x77\x18\xbe\x79\x38\xdc\xd0\ \x54\xf5\xed\xe1\x23\xbb\x76\x1d\x5a\x76\x45\x7e\xb8\x6f\xf5\xa6\ \x43\x9b\x47\xdf\xdb\xf8\xe2\xee\xb9\xbe\x64\x54\x2c\xaf\x99\x7f\ \xe1\x69\xcb\x3b\xb9\x7a\xd5\x42\x44\xab\x69\x29\xf8\xb6\x9e\xb5\ \x70\x6a\x3a\x02\xdd\xa4\x93\x00\x00\x20\x00\x49\x44\x41\x54\x67\ \xe1\x6f\xf7\xfd\x3a\x04\xfd\x5b\x71\x3e\x37\x71\x88\xdd\x58\x53\ \xb5\xf7\x85\x18\x98\x3d\xeb\xc7\xbf\xff\xf8\x97\x75\x80\x53\x2d\ \xc7\xd0\xa9\xb4\x75\x3e\x86\x76\x2f\x42\x4f\xe4\xb9\xb8\x79\x78\ \x6c\x3b\xdc\x5c\xb7\xae\x65\xfb\x22\xb8\xd4\x54\xcc\xaf\xa8\x99\ \x3f\x7b\xee\xbc\x05\xf0\x0f\x3e\x14\xe6\xe7\x97\x15\x97\x12\xcb\ \xb9\xc0\x59\x9c\x51\xb9\x0e\xa0\xc1\xe3\x09\x88\x29\x14\xb9\xce\ \x19\xb3\x5a\x03\x31\x5d\x34\x1d\x00\xd8\xf2\x04\x04\xf4\x40\xd4\ \xea\xf4\x64\xd3\xb0\x94\xf4\x44\x89\x9e\x00\x7c\x1e\xd7\x49\xa5\ \x52\xe9\x72\x39\x5d\x90\xf2\x08\x74\x72\x2e\x7c\x8d\xd3\xea\xb1\ \xc6\x02\xce\x80\x93\x4e\xa4\x97\x03\x3d\x0a\x78\xe4\x72\x6e\x79\ \x7e\x61\x49\x09\x11\xd6\x47\x7a\x5e\x69\xc9\x0c\x62\x2a\x40\xa5\ \x7b\xa2\xce\xf4\xb3\xa1\x57\xd9\x54\xaa\x67\x6c\x7c\x7c\x24\x9b\ \xc9\xf4\x0c\x27\x87\xfa\x86\x26\x46\xd2\xc9\x64\x46\x9c\x1e\x4b\ \x05\x00\xd2\x40\x83\xc6\x03\xf1\x64\x4a\xac\xa3\x88\xc5\xf0\x92\ \xe4\xc0\xf4\x62\x1e\x31\xe2\x15\x51\x67\x05\xd0\x2a\xa3\x08\xe0\ \x05\x50\xcb\xad\x4e\x2a\x1d\x04\x02\xb7\x9c\x4a\xfd\x5d\x4e\x0a\ \x4e\x39\xd4\xe5\x2e\xdd\xc0\xb3\x72\x75\x66\x17\xee\xaa\x03\x13\ \xe1\x10\xc8\xa6\x8e\x0e\x13\x41\x08\xbc\x81\xc4\x01\x61\xc4\x20\ \x31\x68\x7c\x11\xa8\x3f\x36\x49\x61\xb6\x18\x6c\x95\x9d\xa1\x70\ \xd8\xab\x86\xf5\xdf\x67\x51\x8a\x58\x7c\xbe\xc2\x28\x53\x68\xdc\ \xa0\xde\x2a\x7d\x8e\xda\xc6\x86\xca\x95\x0d\x9d\x6d\x7e\xbf\x42\ \x6f\x37\x18\x43\xd8\x85\x67\x96\x91\x6c\x76\xb5\xc4\x60\x60\x2a\ \xcd\x16\xbd\x56\x41\xe8\xea\x90\x18\x7d\x0e\x87\xd7\x61\xab\xaf\ \x33\x38\x8c\xbe\xf6\x6e\x6d\xd8\x42\xea\x6e\xef\xe8\xfa\x65\x10\ \x90\x04\x80\x45\xd3\x18\x31\x6b\x34\x00\x75\x12\x29\x1f\x0e\x28\ \x05\x80\x95\xc5\xa0\xd7\x8b\x64\x70\xae\xc1\x12\x2b\x14\x26\xba\ \x01\xad\xe0\xec\x26\x13\xa4\x24\x4e\x37\x00\x0d\x8d\xc1\x0b\xf2\ \x98\x0c\x9b\xdd\x56\xe5\x33\x1b\x40\x14\xb2\xf4\x6e\xad\xde\xa6\ \xb6\x30\x2d\x76\x78\xe9\x52\x99\x84\x2c\xa4\x49\xa5\x7c\x32\x0e\ \x3e\xa3\x8d\x7d\x77\x6f\x7b\x6f\x7b\x7b\x02\x08\x1a\x81\xcf\xe6\ \x93\x55\x42\x80\xa5\x04\x6a\x4b\x1e\x8d\x21\xd5\x9b\xcd\x4c\x32\ \x99\x25\x21\x31\x01\xe2\x5c\x2a\x15\xe2\x77\x22\x37\xfc\xac\xe2\ \xa8\x40\x3d\x63\xe4\x3c\xa6\xc8\xaa\xd0\xb3\xc2\x25\x24\x70\x00\ \xa1\x30\x15\x1b\x9d\x42\x81\xc3\x01\xaa\x91\x69\x04\x1c\x3e\xe4\ \x81\xb0\x04\xd5\x0a\x9f\x22\x64\x90\x01\x91\x00\xc7\x30\x8a\x1e\ \x80\x49\xd8\x61\x42\x93\x2b\xa0\x65\x26\x6c\x6d\x20\x31\x5c\x1c\ \x06\x52\x31\x32\x47\x85\x76\xca\x0c\x0e\x9f\xe3\x02\xc1\xc3\x94\ \x1a\x56\x9f\xbe\xb5\xc5\xd6\xd9\x60\x09\xfb\x9b\x37\x6f\xfb\xe8\ \xfc\xe5\xd3\x17\xef\x7e\xb3\xec\xd3\xa7\x4f\x7e\x78\x31\x79\xee\ \x6e\x7f\xcf\x8d\xb3\x59\xab\x4e\x27\x16\x97\x97\x97\x95\x14\x50\ \xc6\x62\xe7\x26\xa3\x45\x33\xca\xca\xe5\x94\xec\xc5\x8b\x3b\x36\ \x0c\x3d\xcb\x3e\xbd\x7f\x2e\xfa\xdd\x64\xaa\x2d\x41\xe2\xf3\x25\ \x6c\xb6\x5e\xcd\x67\xdb\x7c\x3e\x9f\xc3\x5d\xd9\xd8\x4c\x3b\x3e\ \x29\x52\x68\x34\x46\xf8\x63\x36\x28\x7c\x76\xa3\xcd\x60\x0b\xa9\ \x2d\x1a\x6c\x4d\x51\x02\xb3\xf5\xd6\x35\xd4\x47\xbc\xab\x57\xb5\ \x75\x76\xee\xdf\xb9\x75\xd3\xb6\xad\x4b\x8f\x2c\x7d\x7f\xd9\x87\ \x67\xd7\x9c\xba\x76\xfb\xee\x37\x97\x6e\x5e\xbf\xfb\xc3\xd3\xc9\ \x81\x2b\xfd\x8f\x07\x5e\x5e\x7e\xfa\xe4\xe9\x85\x47\x6f\x5e\x8d\ \x0e\x0c\x5c\x78\x15\x1f\x1d\x18\x1f\x9e\xe8\x1b\x7a\x86\x66\xdf\ \x13\x63\xaf\xbe\x1a\x05\x4d\x38\xfe\x2a\x9d\x7d\x04\xc7\x72\x66\ \xa8\x67\x7c\xdc\x29\x17\xe8\x0a\xb7\xbf\xb9\x7f\xe6\xdd\x03\x87\ \xf6\x76\xee\xa9\xad\xf4\x57\x35\xef\x5d\x0d\xba\x34\x62\x47\x5d\ \x56\x17\xf2\xda\x8c\x06\xbb\x02\x7e\x75\x4c\x16\x1a\x1e\x92\x41\ \xcd\xe7\x4c\x77\x80\x2c\xb3\x98\x64\x06\x8d\x41\x56\x48\x98\x04\ \x13\x8f\x91\xd0\x76\xde\x6c\x49\x59\x8c\xb7\xad\xf4\xfd\x1d\xac\ \xe7\xff\x68\xc9\x27\xd6\x7c\xfd\xa9\xbe\xb9\xf9\xe3\x1b\x1f\xbd\ \xfc\xe7\xf0\xb7\x2f\xee\xf5\xfc\x7d\x8b\x8b\x2f\x63\xb1\x36\x66\ \x25\x52\x80\x6b\x82\x44\x6d\x33\x9b\x2d\x0e\x8d\x96\xaf\x80\x6f\ \xa2\x10\x49\x24\x52\xb5\xc6\xe1\xf5\xb9\xcd\x55\x7e\x78\x05\xf5\ \xc6\x86\xe6\x88\xcd\x1b\x3a\xd8\xec\xbd\xd7\x7a\x76\x57\xdb\xfa\ \x0d\xaf\xe5\x87\x03\x6d\x9b\xf7\xae\xee\xbf\xb7\xfc\xfe\xb5\xc9\ \x0b\x23\x49\x4f\xf9\xbc\xfc\xc9\x6b\xf2\x93\xb3\xa6\x3b\xae\xee\ \xbc\xdd\x1d\xcc\xfd\x7f\xe7\xce\xc9\xb7\x6d\xa4\x0b\xe7\xdc\xf9\ \xad\x27\x6b\x0a\xa8\x72\x5a\x71\xce\xff\xec\x26\xbe\x6d\x7a\xcf\ \xb9\x39\xbc\x33\xe7\xc7\xaf\x7f\xfc\xe7\xd7\x27\x5a\x6a\xd0\xa8\ \x18\x3d\x15\x6b\xbe\xfc\xe3\xd7\x3f\xfe\xf7\xc7\xbf\xff\x19\x94\ \x61\xc5\xf6\x45\xdb\x31\xa4\x10\x38\x56\x4b\x4d\xcb\xbc\x8a\x56\ \x1c\x82\x9e\xbf\xa0\x62\xde\x82\xb9\x73\xf3\x17\xcc\xc6\xb4\xc3\ \xbc\x99\x80\x59\xc0\x98\xe8\x02\xab\x00\x1b\xca\xe3\x3a\x01\x80\ \x4f\x5c\x67\x4d\x02\x9b\x92\x03\xc1\x8a\x26\xd1\x5f\xc6\x29\x8e\ \xe9\xb2\x19\x9d\x38\xea\x89\x25\x3d\xba\x58\xd2\xe9\x0c\x04\x80\ \xf4\x50\x05\xd4\x52\xb9\x2e\xa0\xd3\xe9\xe4\xd4\x40\x2a\xa6\x2b\ \x17\x58\x11\x59\xc4\xe5\x3a\x4f\x5c\x1e\x48\x46\x3d\x56\x6c\x95\ \xa1\xd3\xcb\x0b\xf2\xf2\xca\x0a\xf2\x0a\x66\x14\x0c\x8d\x88\xe5\ \x9e\xa4\x33\x90\x8e\xbe\x1a\x8f\xc6\x47\x26\xc6\xb2\xb1\x64\x34\ \xda\x37\xfa\x32\x93\xc9\xc0\x51\x90\x4e\x0d\x81\x9a\x4c\x66\x7b\ \x9c\x99\xa1\x74\x1c\xe0\x0a\x74\x21\xb1\x80\x1a\x4d\xa5\x3d\xf1\ \x00\x97\x1b\x17\x73\x75\x44\x90\x99\x4e\xae\x58\xce\x2d\xa1\xcb\ \x05\xa5\x02\x39\x85\x6e\x85\x4f\x29\xc1\xfd\xc3\xf2\xdf\x75\xe5\ \xea\xec\x1d\xed\x57\x31\x28\xf0\xea\xe0\x60\xd7\xd4\xa4\xf0\xd5\ \x5e\x13\x81\x45\xc2\x26\x2c\xf4\x5e\xc1\x51\x41\x74\x7b\xc2\x4d\ \x2c\x90\x26\x70\x8e\xb1\x64\x32\x3e\x81\xa4\xd6\x82\xd8\x67\xdb\ \x1a\x1a\x6a\x6d\x76\x12\xd3\xa2\xc6\x56\x61\x82\x48\xab\x91\x69\ \xdc\xe6\x70\xad\x3f\xd2\x10\xaa\x5d\x5b\x59\xd9\x50\xdf\xb9\xb2\ \x5a\xcb\x07\x61\xa1\x35\xa8\xed\x1a\x8b\x5d\xa4\xf7\x5a\x24\x32\ \x16\x89\x10\xf1\x99\x7d\x9a\x4a\x75\x57\x17\x19\x3d\x44\x7c\x22\ \xa9\x44\x0d\x5a\x53\xa1\xea\x35\x54\xb1\x85\xaa\x60\x62\xb0\xab\ \xbb\xbd\x37\x98\x20\x10\xb4\xe1\x48\xc8\xec\xf0\x1a\xf9\x2c\x12\ \x53\xa9\xd5\xcb\x64\xf0\x3c\x6e\x8b\x82\xc5\x94\x29\x45\x04\x90\ \x03\x1c\xa4\x38\x00\xa6\x24\x06\x59\xca\x62\xe2\xcc\x8c\x8b\x23\ \x4c\xd0\x58\x52\xb7\x36\xec\xf5\x7b\xb5\x34\x16\x8d\xa9\x71\xb8\ \xcd\x5a\xb3\x5d\x69\x54\x2b\x14\x0a\xc0\x24\x9c\x67\x94\xf1\x59\ \x1c\xc0\x0f\x06\xcf\x15\xc4\x2d\xc1\xc1\xee\x9c\x99\x9e\x5a\x04\ \xdf\x41\x83\xaa\x57\xad\x56\xf0\x0d\x76\x83\x4d\x23\xa3\x11\xb0\ \x1f\xad\xbb\x63\xb0\x5b\x05\x32\x31\xd1\x8e\xee\xa1\xd8\xce\x10\ \x04\xe6\x05\x3c\x8b\xc0\xc3\xc2\x16\x7a\xb1\xf3\xc8\xaa\x5e\x0e\ \x80\x17\x81\xec\x22\xf3\x08\x09\x0e\x07\xe7\x82\x40\xfc\x31\xd0\ \x79\xcc\x95\xf3\x0f\x45\xf3\x09\x15\xbe\x48\x9c\x7e\xe3\xa8\x3a\ \x80\xa4\x61\xe7\x15\x07\xf4\xa9\x2b\x67\x87\x08\x6a\x13\x6f\xe2\ \x10\x22\x87\xc1\xc8\x95\xae\x78\x2c\x1a\x0d\x33\x28\x48\x2c\x45\ \x95\x7a\xfd\x12\x69\x43\xa3\xbb\x61\xd7\xe6\xe5\x0d\xab\x2e\xdd\ \xba\x78\xeb\xa3\xa3\xcb\x1e\x3e\x99\x9c\x9c\xbc\xf2\xf4\xee\xc4\ \xeb\x87\x5f\x01\xbb\x1f\xb6\x3a\x8b\x0b\x4b\xcb\x29\x05\x23\xfd\ \x6f\xca\xe8\xe5\x73\x67\x14\x10\xcb\x7a\xce\xfd\xb0\xf5\x79\x2a\ \x7b\xe1\xd9\x98\xfc\x75\xff\xc4\x4e\x32\x8e\x23\x4a\x15\x64\xa9\ \x42\xa6\xd4\x7b\x23\x61\x8d\xb1\x61\xf7\x5a\xf6\xa1\x53\x6a\x3e\ \xf0\x57\xb5\xd2\x16\xd1\x80\x86\x36\x18\xcc\x6e\x9b\x42\xaf\x50\ \xd8\x70\xcf\xac\xba\xb2\x39\xec\xae\x5d\xbf\x65\xe5\xfe\x3d\xab\ \xf7\xec\xdf\xb9\x74\xf1\x7b\x4b\xdf\xfb\x6c\xcd\xe9\x8d\x47\x6e\ \xdc\x38\x73\xf6\xda\x77\xdf\x3d\x7f\x7e\xb9\x7f\xa0\x7f\xf2\xca\ \xeb\xd7\x93\x8f\xc6\xae\x8c\x8d\x5d\xbe\xf2\xa8\x6f\xec\x55\xcf\ \xa3\xf1\x9e\xcc\xf8\x44\x66\x38\x3b\x14\x1f\x1b\xb9\x90\x4d\x8f\ \x0c\x67\xb2\xf1\x4c\x3c\x9e\x1e\x1d\x4a\x07\xac\xf2\xf2\xbc\xc2\ \x45\x35\xeb\xfe\xf0\x97\xff\xfc\x7c\x67\x56\xe0\xc9\xad\x0f\xdf\ \xdd\xb9\x6d\xdb\xbe\xda\xfa\xc6\xba\xa6\xbd\x6b\x01\xa6\x22\x7e\ \x07\xa8\xb1\x88\xbf\xd2\x67\xd6\x6a\x0d\x0a\x99\x46\xcf\xc6\x83\ \x90\x06\xe2\x5b\x85\xa3\x53\xc0\x69\x99\x7c\x92\x2a\xa8\x22\xf0\ \x95\x0a\x26\xf0\x53\xe3\x86\xdd\xd7\x32\xdf\x8a\x6a\x9f\x59\xe9\ \x5b\xda\x13\xef\xfe\xe5\x58\xfe\x8c\x3f\x6e\xef\x6c\xa8\xaf\xdf\ \x77\xf6\xf8\xe4\x8f\x05\xb7\xef\x3d\xc9\xfc\x67\x45\x90\xcc\x26\ \xcb\xee\x8f\xc9\xd8\x52\xbd\x9e\x29\x91\x2a\x14\x0e\x9f\xc5\xe1\ \x30\x6b\xd5\x36\x8d\x52\xaa\x10\x19\xcc\x3e\x9b\xbb\xda\xee\x77\ \x38\x94\xa1\xfa\x46\x63\xa8\x39\xe4\xb7\xd7\xb7\xd5\x45\x4e\xcf\ \x7d\xb8\xaf\x76\xcb\xca\xdb\xd6\x63\xba\xfa\xfd\xfb\x3f\xf9\xf6\ \xf2\xd2\x1d\x37\x1e\xdf\xeb\x1f\x4a\x71\x0b\x89\xfd\x97\x9e\x9c\ \x78\x67\x1a\x9d\x4e\xe6\x3e\xbc\xed\x70\x98\x33\xdd\x86\xb5\xf0\ \x37\x8d\x38\x05\x4e\x77\xde\x0a\xc6\x5c\xf7\xe8\x94\x60\x9c\xde\ \x3b\x9c\x22\x60\xb9\xd2\x3b\xce\x28\xbe\xf3\xd3\x9f\xb7\x6f\xdf\ \x7e\xf8\xf0\xf6\x63\xeb\xbe\xfc\xd7\x7f\xff\xf9\xf3\x5f\x17\xfe\ \xf4\xfd\xcf\xff\xf8\xc3\xba\x9a\x75\x27\xd6\xad\x3b\x76\x78\xca\ \x0c\xb4\xe6\xf0\xe1\x96\x9a\xb9\xb3\x2b\x16\x2d\xa8\x99\x37\x73\ \x46\xd1\xbc\x8a\xb9\x85\xf9\x73\x67\xe7\xe7\x15\xcf\x2d\x2c\xa1\ \x50\x00\x07\x4a\x63\xd6\xa4\x4e\xe7\x89\x81\x3c\xe4\x5a\x51\xfa\ \x05\xac\xd6\x9e\x54\x32\xc3\x25\x0a\xe4\x1e\xb9\xb3\x07\x1e\xa4\ \xca\xc5\xd1\x58\x32\xeb\x01\x28\xd2\x0d\xa5\x9c\x3a\x0a\x55\x20\ \xa7\xeb\xe4\x3a\xb1\xd3\x8a\xa0\x45\x95\x3b\xad\xc4\x32\xba\x40\ \x10\xb0\x52\xe4\x88\x75\x20\x0a\xe9\x65\xe5\x65\x65\x33\x0a\xa8\ \xe5\x5c\x71\x49\x7e\xc9\xf0\x30\x91\x4e\x05\x26\x97\x4c\x8e\x8d\ \xa7\x02\xe9\x91\xd1\x74\xa6\x6f\x24\xdd\x37\x31\x91\x49\x5d\x88\ \xf5\x4d\x8c\x07\xd2\x81\xac\x67\xac\x27\xed\xc9\x66\x92\x1e\x4f\ \x34\x1a\x00\x8a\x55\x2e\x4f\xc6\xe1\x46\x40\x17\x0d\x88\xb9\x31\ \xb8\xd3\x19\xa0\x13\xa9\x65\x74\x9d\xc7\x23\x8e\x52\xca\x88\x44\ \x22\xbd\xa4\x04\x98\x21\x30\x2c\x74\xa6\x83\x53\xb5\x23\x87\x52\ \x18\xf6\x35\x2d\x10\x3b\x82\x34\x36\x89\x06\xab\x3a\x1b\xa8\x33\ \xb6\x4a\x72\x3a\x3a\x82\x3c\x1a\x99\x49\xc6\x2c\x04\x38\xbd\x98\ \x32\x92\xde\xa2\x20\x89\xd8\x4c\xad\x31\xec\x95\x49\x98\x12\x05\ \x93\xc4\xc7\x1a\x8b\x5a\x23\xd5\x7a\x43\x4d\x95\x8d\x4d\x9d\x0d\ \xfe\xfa\x5a\x40\xae\xb6\x66\xbf\x5a\xe3\x0f\xf9\xc2\x21\xb7\xc5\ \xe6\x35\x58\xb4\x4a\xa5\x43\xcf\x64\x19\x1c\x5a\xb6\x84\x44\x30\ \x01\xa9\x33\x91\x79\x6c\xa6\x4c\xab\x80\xd3\xa3\xf1\x3d\x7b\xaf\ \xd4\xd2\x9e\x1b\x05\xc4\x69\xeb\xae\x76\x92\x44\x69\xf1\xfb\x7d\ \x3e\xbb\xdf\xc8\x67\x32\xf9\x1a\xa5\x1a\xdb\xfd\x0c\x7a\x83\x46\ \x2b\x65\x4a\x68\x3c\x1c\xac\x01\xd9\xd6\x81\x8e\x06\x42\x0e\x8d\ \x44\x4b\x60\x84\x8d\x89\x46\x62\xf3\xed\x40\xe8\xc2\x3e\x8d\x4c\ \x2a\x55\x28\xfd\x75\x11\x87\xc6\xeb\xb3\xd7\x3b\x6c\x22\x35\x4d\ \xcd\x26\x63\xf2\x72\x37\x62\x10\x07\x43\x6a\xb0\x59\x01\x9b\x7c\ \xf4\xee\x06\xbf\xcd\x1e\xa9\x33\x63\xf4\x2a\x93\x81\x63\xc9\x1d\ \x1d\x83\x1d\x40\xf4\xc8\xc2\x60\x2f\x08\x45\x6c\xb6\xc2\x36\x06\ \xc0\x6f\x95\xaa\xbb\x1d\x3b\x49\x55\xbc\x6e\xec\x83\x80\x73\x08\ \x43\x66\xdb\x13\x18\x3f\x8d\x3e\xef\xc2\x04\x39\x57\xb2\x52\xb9\ \x12\x38\x90\x83\x36\xc8\xa6\x76\x06\x8f\x61\x42\x03\x52\x0e\xb0\ \x30\x0e\x83\xac\x0a\x72\x5c\x41\x21\x93\xac\xa2\x61\x68\xaa\x0b\ \xfb\x51\x41\x4e\x9a\x78\x24\x86\x8a\x03\x72\xd2\x04\x20\x46\xa0\ \x11\x98\x12\x32\x43\x4a\x93\x48\x40\xc1\x68\x99\x64\xbd\xad\xd6\ \x1c\x0e\xad\x5f\xbe\x64\xf5\xc1\x8f\xb6\x9e\x39\xf3\xe1\xf1\x23\ \x2f\x4f\x0d\x4c\x4e\xde\xb8\x78\xf9\xca\x0f\xaf\xfb\xe2\x7d\x7d\ \xa3\x1e\x2e\xb1\xb4\xb8\x84\x48\x8c\x65\x4a\x4a\xa9\xf9\x33\x66\ \xce\xae\x49\x1d\xbc\xf6\xf2\x8d\x9c\x9a\x9a\x78\x14\x7f\x35\xf9\ \xad\x41\x24\x05\x31\x45\xe2\x8b\x68\x4c\xb5\x48\x2b\xb3\x87\x1d\ \x4a\x77\x38\x52\x2f\xa9\xdf\xc6\x22\x49\xf8\x22\x8d\x1b\xe9\xb2\ \x48\x26\x52\x2a\x15\x5a\xa5\xd6\x56\xe9\x0f\x37\x87\x6a\x77\x1f\ \xd8\xb2\xfe\xe0\xa1\x83\x9b\xf6\xaf\xf8\x60\xc3\x9e\x4f\x56\xac\ \xf9\xf0\xfc\xc6\xe3\x67\x2f\xdd\xbc\x7f\xfd\xc1\x37\x0f\x6f\xdd\ \x7b\xf1\xb4\xff\xcd\xeb\x97\x6f\x2e\x4f\xbe\xe9\xbf\x72\x61\x68\ \xec\xf5\xd8\x85\x67\x23\x2f\x9f\x8d\xf7\x8c\x8f\xbe\x42\x39\x98\ \xc9\x46\x53\x56\xab\x33\x1d\xb3\x06\x9c\xe5\xa5\xd4\xbc\x19\xc5\ \xf3\x4f\x1c\xfe\xc3\x7f\xbe\xbf\xf3\x57\x38\x3d\x67\x61\x77\xf7\ \x9c\x85\xff\x37\xef\xd2\x93\x9b\x2b\x96\xef\xdc\xd7\xd4\xb4\xb2\ \xaa\x79\xcb\xae\xd5\x0d\xb0\x4e\x55\x56\x3b\xdc\xcd\x2b\x6b\x1d\ \x76\xbd\x42\x6d\x34\x6a\xbc\x7e\x3e\x83\xa1\x82\x35\x4a\xc8\xc0\ \x31\x29\x26\x89\x03\xe4\x5f\x68\x12\x82\x16\x00\x29\xcf\x60\x91\ \xd5\x5b\xf7\x4e\x9e\xb2\xb0\xeb\xae\xbd\x7c\xa5\x31\x99\x96\xfc\ \xe5\x2f\x35\xc5\x7f\xa6\x63\x5b\xec\xaa\x0f\x3f\xfb\xe6\x4f\x15\ \xdf\x4d\xde\xb2\xfe\xf8\x29\x4f\xc2\xa2\x69\x76\x24\x45\x1a\xbd\ \x59\xc4\x66\xab\x15\x52\x91\x4d\xe1\x0e\xe1\xb8\x96\x5d\xca\x84\ \x9f\xd8\x6e\xf7\x85\x42\x6e\xbb\xdd\x1b\xaa\x6c\xf4\xdb\x42\x75\ \xde\x50\xa4\x6e\x77\x73\xc3\x91\x79\x97\xf6\xd7\x77\xae\x3e\x25\ \xde\x3e\xdc\x76\xe8\x93\x8f\x8f\x67\x3e\x7e\xff\xc6\xe3\xbb\x0f\ \x9f\xf6\x88\x0b\x28\x57\x3e\x1a\xda\x7e\xe7\x6d\x05\x6b\x9a\x66\ \x4d\x37\x86\x4e\x5d\x9b\xaa\xb3\xdf\x99\x26\x61\x6f\x3b\x1d\x72\ \xa6\x0e\x73\x7e\xeb\x1c\x7d\xab\x0c\xa7\x77\x0a\xa7\x5a\x1c\x00\ \xb6\x66\xfd\xfd\xc4\x17\x87\x5b\x4e\x7c\xf9\xe7\xaf\xbf\xfe\xfa\ \xef\x3f\xbf\xf3\x7f\xef\x9c\xfc\xe9\xdf\x3f\xff\xf7\x8f\x5f\xe6\ \x9c\xde\x5b\x5b\x16\xad\x3b\x56\x83\x97\x45\x15\x0b\x2a\x6a\x5a\ \xd0\x0e\x7e\x41\xfe\xec\xd9\x33\x67\xe4\xcd\xcd\x2f\x2c\xce\x2b\ \x2a\x2e\x23\xd2\x31\x44\xcb\x19\x05\x46\xa3\x4b\xa6\x02\x80\x09\ \x62\xb1\x15\xf4\x57\x20\x8e\x4d\x0e\x14\xd0\x7d\x1e\x6b\x4f\x20\ \xe0\x49\x59\x03\x3a\xf9\x50\xb4\x47\x4c\x75\x22\xfd\xf1\x24\x33\ \xf1\x64\x16\xee\xd7\x09\x80\xf3\x08\xc4\x3a\x1c\x26\x14\xc8\x11\ \xbd\x04\xf2\x54\x0f\x45\x6e\x15\x94\x96\x10\xf3\x8a\xf3\x4b\xe8\ \x3a\x01\x31\xaf\xb0\x14\x63\xbc\xac\x5c\x62\x34\x69\xb5\x8e\x0f\ \x27\x03\x43\x8f\x32\x23\xaf\xc6\x86\x1f\x8d\x00\x6e\x8d\xc1\xf2\ \x95\xc9\x8e\x24\x93\xf1\x74\x20\x9a\x1a\x1f\x09\xf4\xe8\x52\x56\ \x50\x86\x01\x22\xd7\xe3\x8c\xc6\x9d\xa0\x24\xe9\x02\xb9\xd3\x23\ \x0e\x70\x01\x9d\xc4\x4e\x6e\x29\x17\xb4\x02\xbd\xb4\xa4\xbc\xac\ \x9c\x58\x5e\x4a\x91\x53\x4a\x7f\x77\x75\xb0\x6b\x10\xd3\xb9\xa6\ \xa2\x21\x7a\x73\x19\x12\xb9\xa2\x7b\x87\x8a\x49\xe6\x93\xd8\x64\ \x02\x00\x91\x09\xf0\x8a\xdc\xde\xc1\xe1\xf1\x61\x9d\x07\xb6\x82\ \xf3\x2f\x2e\x3d\x9c\x3c\x7c\xb6\x8c\x40\xc3\x9e\x60\x91\x5e\xca\ \x46\x77\x0e\x20\x2f\x32\xbd\x56\x2f\x51\x57\x37\x35\xd4\x55\x47\ \x9a\x6b\x77\xfb\xaa\xea\xea\x0f\xac\xf4\x85\xdc\x95\x76\xa3\xdf\ \xa7\x91\xd8\xb4\x0a\xa9\x4c\xeb\xb6\x4b\xd4\x76\xdb\xea\xd5\x6d\ \x0d\x95\x21\x52\x57\x37\x63\xef\xfb\xcd\x4b\xf6\x6c\xf8\xa4\xd6\ \x67\x94\x92\x84\xbd\x09\x04\x12\xa1\xb0\xbd\xbb\x03\x64\xe1\x60\ \x07\x8d\xad\x36\x18\x7d\x66\x47\x44\x63\x66\xa9\x2d\x4a\x99\x56\ \x6b\xd1\xb2\x15\x0a\xa5\xc3\x02\x7a\x92\x8d\x2d\x01\x2e\x53\x07\ \xc2\x8a\x50\xc8\x20\x90\xd1\x69\x98\x8c\x1e\xa7\x64\x26\x4b\xd3\ \xd6\x54\xe5\x36\x1b\x2d\x3e\x83\xdd\xe8\x68\x5e\xbf\x3b\x14\xda\ \xb7\x73\xf9\xce\x83\x8d\x6a\x96\x09\x2d\xae\x12\x98\x0a\x14\xec\ \x1e\x0c\xf2\x58\x52\x09\x66\x7f\xa9\xd5\xca\x9c\x47\x2a\x99\x87\ \xbb\x76\x40\xf1\x06\xbb\x3a\x40\x02\xab\x82\xed\x09\x17\x76\x76\ \xe2\x48\x12\xcf\x64\x82\x65\x1d\xa8\x54\x10\xfd\xfb\x54\x0c\x00\ \x2f\x21\xd6\xcb\x3a\xd0\xea\x5e\xc8\x23\x30\x5c\x68\x08\xc3\xc3\ \xac\x79\x38\x8d\x84\x00\x73\x3c\x82\x09\xee\x23\x9b\x54\x0c\xc0\ \x2b\x21\xc7\xc4\xc0\x28\x42\x95\x0a\x3d\x10\x85\x0c\x26\xc8\x4e\ \x0e\xca\x3f\x06\x5a\x88\x92\x19\x0c\x82\x0a\x8b\x5c\x3c\xc4\x2f\ \x13\x81\x0c\xc2\x5c\x85\x7e\x81\x4c\x36\x59\xc8\xb7\x28\x8d\x66\ \xa5\x52\xc9\x92\x61\x1d\xcf\xeb\x77\xd4\xae\xdf\x7d\xe8\xfd\xcd\ \xfb\x4f\x6f\xdc\xf8\xfc\xc1\xb9\xc7\x0f\x9e\x7f\x33\xd9\xff\xd5\ \x93\x81\xe1\x91\x89\x74\x5a\x57\x54\x22\x28\xa1\x17\x14\xc3\x1f\ \x6e\x79\x71\x61\x59\x36\xfd\xf4\xfa\x57\x17\x04\x5c\xe7\xe8\xa3\ \xa1\x54\xea\x3d\x29\xb6\x4a\xea\x65\x22\xbd\x84\x86\xfe\x4f\x7a\ \x7b\xc8\x6b\x36\x36\xd5\xad\x97\x85\x36\x03\xe1\xe0\x83\xd2\xd6\ \x83\xe6\xd6\x18\x2c\x76\x8c\xb1\x0d\x57\x55\xd6\x36\x1f\x58\xbf\ \x7b\xf7\xde\x5d\xcb\x3f\xfe\xe4\xe3\x65\xcb\x8e\x7c\xf4\xf1\x92\ \x15\x1f\xee\xf8\x0c\x67\x6c\x2e\x7d\x7b\xfb\xde\xb7\xcf\x1f\xde\ \xbf\x7c\xe5\xe9\x95\x81\x2b\x6f\x06\xbe\x7a\x73\xf9\xf5\xc4\xc8\ \xc8\xd8\xd0\xd0\xb3\xd1\xd1\xb1\x6c\x5f\x5f\xb6\x6f\x28\x9e\xec\ \x19\x1e\x8b\xc9\x75\x80\x53\x2d\x5f\xfe\xf9\x4f\x7f\xfb\xf1\xe7\ \xbf\x9e\x9c\x86\x29\x60\x1f\x77\xfe\x8a\x97\x93\x27\xff\x7a\xf2\ \xff\x66\xdc\xbf\xfd\xd9\xfb\x4b\xb7\xee\x39\xd4\xb9\xbe\x69\xef\ \xce\x95\x91\x3a\x5f\x65\x24\xd4\x58\x55\xe9\xad\xab\xf5\xf9\xe1\ \xc7\x37\x1a\x8c\x5e\x9b\x5e\xc4\x07\x62\x2a\xc4\x20\x02\x8e\x90\ \xd7\x8d\x89\x47\xe8\x3a\x8d\x82\x9b\x43\x56\xb2\xec\x1b\x96\x8e\ \x7d\x4c\xe2\xb8\x8f\x70\x6f\x71\x4c\xcc\xa3\x7f\xf9\xe7\x9f\x3e\ \xff\xc7\x95\xc8\xfa\xce\xcd\x9b\x4f\x5d\xbf\xb4\xfd\xf3\xc9\x81\ \x07\xd1\x1f\x3f\xe2\x89\x44\xfc\xca\x23\x8f\x24\x5a\x8d\x56\xa6\ \xb0\xa8\x25\x0a\x35\x9b\xa0\x35\x38\x2c\xa0\x0d\xb5\x32\x8d\xd9\ \xe6\xd0\x54\xd5\xf9\x2d\x3e\x3b\x2c\x93\x75\x11\x5b\x75\x5d\xb8\ \xae\x36\x54\xbd\xba\x7e\xc5\x82\x7b\x3b\x57\xaf\x5e\x7c\x97\x7e\ \xf8\x59\xe3\xfe\xa5\x4b\x97\x45\x97\x7d\x74\xbb\xff\xe9\x0f\x0f\ \x7a\x04\x65\x59\x41\xc9\xcc\xed\xff\x79\x67\x7a\x32\x67\xaa\xea\ \x7e\xe7\xce\x74\x37\xc3\xc9\xdf\xfa\xdf\xa7\x07\x71\x4e\xfe\xd6\ \xf1\x3e\x55\xd3\xfa\xb5\x9c\x35\x05\x53\xd3\x45\xf8\x69\xd7\xbf\ \x39\xb9\xfa\xfb\x9f\x40\x04\x1e\xfb\xe3\x9f\x4f\xfc\xe1\xe7\xdc\ \xc0\xe1\xc2\x7f\xff\xfc\x6f\xa4\x59\xad\x35\xad\x15\xdb\x41\x15\ \xd6\xb4\xb6\xcc\xaf\xa9\x69\x3d\xbc\x68\xee\x3c\xac\x65\x2d\x98\ \x3b\x6f\x66\xde\xcc\x3c\x62\x61\x71\x51\x71\x01\x05\xce\xf8\xf2\ \x72\x81\x3c\x1a\xcb\xf4\x04\xe2\xa9\xe1\x40\x26\xad\x73\xea\x02\ \x72\xb1\x27\x0d\xe4\x29\x2a\xd7\x45\x75\x81\x38\x76\xbd\xc7\x53\ \x51\x8f\x93\x1a\xf3\x38\xd1\x92\x8a\x4b\x95\xd3\x93\x4e\x5d\xf2\ \xd1\x2b\xf8\x82\xb1\x1e\x90\x69\x14\x2e\xb0\x31\x1d\xd7\x23\x17\ \x50\x41\x30\x8e\xf5\xc8\xe5\x4e\x41\x59\x5e\x79\x41\xc1\xcc\x3c\ \xba\x9c\x5e\x5a\x3c\x33\xcf\x3a\x9e\x92\x7b\x9c\x31\xa0\x4c\xdc\ \x47\x17\xc6\x75\x7d\xc3\xc3\x63\xe3\xc3\xcf\x06\x86\x86\x26\x80\ \x58\x8f\x8e\x65\x3c\x29\x78\x34\xde\x97\xca\x8c\xf5\xf5\xa1\x13\ \x56\x3c\xa0\xe3\x96\x52\xd0\x7f\x54\x6e\x75\x46\x75\xd6\x28\x57\ \x6c\xf5\x08\xa8\xd4\x9c\x2f\x96\x8e\x8e\x55\x77\x8a\x8e\x48\xa1\ \x97\x96\x96\x52\x0a\xca\x72\x35\x2c\x54\x80\x98\xbd\x85\x5e\x77\ \x57\x07\x31\x80\xa1\xb7\xbd\xb7\xa3\x9d\x06\xeb\x3f\x9b\xc6\xe4\ \xb8\x08\x70\x96\x72\x4c\x09\x34\x85\x62\x31\x58\x4c\x9e\x89\x04\ \x68\xc0\x63\xa2\x1d\x8b\x8c\x61\x22\x90\x44\x4a\x85\x4c\x84\x12\ \x88\xcc\x14\x49\x40\xb3\x99\xcd\x4a\x63\x65\x53\x73\xd8\x6b\xd7\ \x3b\xc2\x76\x8d\x2f\x5c\x69\x73\x1b\x44\x16\x19\xe8\x2a\xf4\x89\ \x14\xc9\xcc\x6e\x83\xda\x6d\x09\x3b\x8e\x0c\x38\x47\xbf\x7b\xba\ \xf7\x6a\x57\x70\x75\xa5\x5a\xcd\x27\x03\xe6\x5c\xed\x80\x6f\xdf\ \x31\xd8\xd5\x35\xc8\x10\xb6\x03\x98\x62\x80\x58\x2e\x75\xd0\x12\ \xf2\x87\x7d\x66\xa6\xcd\xe6\xf7\xda\xec\x66\xbf\x59\x61\xf6\x57\ \x7a\x61\x75\x24\xb1\x58\xae\x6e\x9c\xf9\xeb\xea\xea\xe6\x00\x2d\ \x41\x8d\x80\xfe\xe8\x2e\x00\x15\x89\xed\xe3\xa6\x06\x8b\x26\xdc\ \x58\x5b\xdd\x19\x09\xd7\xaf\x6c\x6a\x6b\xf3\x57\x56\x1a\xe0\x68\ \x07\x4d\x67\x6a\x77\x01\x3f\x82\x83\xbd\xa3\x17\xd3\x9e\xe1\x23\ \xce\x54\x06\xdb\x4d\x18\xc6\xd1\xd5\xe5\x72\x75\xb4\xbb\x82\x00\ \x1d\x42\x32\x01\x63\xe6\x85\x1c\x57\xb7\x0a\x38\x8f\x94\x86\xc4\ \x2a\x01\x38\x15\xc4\xb1\x42\x97\x0a\x5d\x63\x80\x0c\x21\x7e\xa1\ \x23\x0c\x8d\xcc\x09\x26\x30\xf6\x2e\xd8\x8e\xce\x3d\x04\x9e\x89\ \xcc\xa0\xf1\xba\x83\x1c\x61\x3b\x4e\x60\x73\x58\x68\x84\x25\x54\ \x11\x30\x98\x03\x78\x14\xc1\x84\x23\x3a\x2a\xf8\x7c\x21\x99\x0c\ \xcf\x42\x60\x62\xcb\x28\x4f\x45\xc0\xd1\x72\x1e\x93\xcf\x91\xb0\ \x79\x64\x02\xd0\x2f\xf8\x39\xd9\x24\x36\x6e\xb3\x1a\xec\x7a\xbd\ \xdb\x5c\xdb\xd9\xb9\x67\xe9\xd6\xf7\x3f\xbb\xb5\xe6\xe8\x83\x7b\ \x4b\xaf\xbf\xf8\xb6\xff\xe1\x9b\x27\x57\x9e\x3c\x7b\x33\xf1\x2c\ \x63\x15\xf4\x24\x4b\x89\xc4\xf2\xb2\xa2\x72\xee\xcc\xb2\xb2\xe2\ \x72\x79\xcf\xeb\x67\x8f\x5e\x66\x3d\x56\xb1\x33\xdb\x13\x7f\x7d\ \x4d\xcd\x62\x63\xad\x1d\xcd\x54\x14\x32\x29\x5b\xad\x37\x84\x2a\ \xfd\xa0\xe2\xd7\xfb\x6c\xab\xd5\x1c\x9a\x48\xa1\x30\xb8\x2b\x2b\ \xeb\x1a\x7c\xd5\x11\x5f\x24\x5c\xb5\xb2\x71\xed\x9e\x5d\x4b\xf6\ \x6c\xda\xbc\x79\xcf\xe6\x3d\x9d\x9b\x3e\xfc\x78\xd9\x47\xef\x9e\ \xfe\xec\xf8\xe9\x23\x67\xcf\x9e\x3f\x7d\xef\xd6\xb7\xcf\x9f\x3f\ \x7f\xf3\xf2\xd9\xcb\x2b\x2f\x07\x1e\xbd\x9a\x48\x0a\x62\xaf\xfa\ \xfa\x86\xb3\x3d\x7d\xe9\xec\x58\xdf\xc0\x90\x33\xca\x2d\x98\x3f\ \xbf\xf5\x8b\xcf\xff\xf4\xf5\x3f\x7e\xc6\xb3\x75\xca\x74\x13\xce\ \xd1\xbf\xfe\x15\xa0\x0a\xe0\xea\xa7\x1c\x60\x01\xd3\x9a\xf5\xe3\ \xf8\x8b\x1b\xa7\x56\x2c\xfb\xe0\x50\xe7\xda\xb5\xdb\xf6\xef\xae\ \x6b\xaa\xb6\x57\x36\x34\x34\x54\xd7\xfa\xab\x1c\x66\x9b\x5a\x6b\ \x54\x6a\xb5\x5e\xbf\xcd\x27\xc1\x6a\x05\x2e\x1d\x2a\x61\x62\xd0\ \x05\xef\x39\x5c\xc5\x18\x71\xb2\x90\xc3\x64\xac\xdf\x7c\x66\x60\ \x17\x93\xe5\xbf\xcd\xdd\xe9\x62\xb0\x3f\xfd\xf1\xe7\x1f\xff\xf5\ \xa7\xf7\x56\xae\xde\xb2\x6a\xd3\xc6\x5b\xef\xcd\xfc\xcb\xe4\x9b\ \xcb\x6f\xfe\xbe\x84\xa4\xd4\x5b\xfc\xe7\xfb\xa5\x4a\x83\xc1\x20\ \x72\x03\x36\xab\x65\x0a\xa5\x5e\xa1\xb7\x1b\x6d\x7e\x77\x38\xd4\ \x5c\x55\xd5\x50\xe5\xb0\x78\xdd\x7e\x8b\xad\xb9\x3a\x12\xa9\xac\ \xaa\xf4\x3b\x2a\x1b\xea\x56\xe7\x3f\x5b\xbe\x64\xfd\xae\xfe\xc2\ \x45\x2f\xda\x3a\x97\x7c\xb8\x75\x6c\xf1\xf2\x7b\x2f\x2e\x5c\x1e\ \x18\xf1\x70\x93\x73\xf3\xcb\x16\x1d\x3e\x39\xeb\x7f\xc0\xe8\xff\ \xeb\x68\x3f\xf9\x96\x54\x4d\x57\xab\xee\xe4\x24\xe1\xc2\xe9\x1e\ \x87\xff\xaf\x1b\xeb\xd7\xc6\xf7\xdf\x08\x16\x42\xfb\xcf\xdf\xff\ \xfc\xb7\xcf\x3f\xff\xf3\x3a\xf4\xb1\xc9\x35\xc3\xcf\x02\x8e\xf5\ \x3d\xd2\xac\x75\xeb\x40\x2c\x56\xb4\x9e\x38\x71\xb8\x15\x48\x56\ \xc5\xbc\x8a\xd6\x45\x35\x8b\xe6\xcd\x9f\x3d\x33\x7f\xf6\xbc\xd2\ \xbc\xe2\xa2\x12\x62\x79\x09\x97\x5a\x52\x40\xb1\x46\x63\xb1\x9e\ \x68\x32\x1d\x4f\x8e\x67\xe3\x49\x5d\xbc\xc7\x03\x52\x90\xaa\x8b\ \x63\xf7\x3a\x90\x9d\x58\x34\x1b\x97\x27\x03\x02\x6e\x2c\x1a\x80\ \x07\x62\x51\x31\xb5\xa0\x8c\xca\x95\x7b\x62\x3a\x71\xb2\x2f\x63\ \x8d\x0b\x30\xdf\x14\xa4\x9b\x35\x10\x88\x7a\xe4\x81\x67\x31\x00\ \x18\x71\x79\x59\x31\x40\x56\x49\x39\xc6\xb4\x16\x14\x5b\x53\x99\ \x58\x0a\xf0\x30\x15\x10\xa4\xfb\x5f\x01\x4b\xcb\x0e\xeb\xfa\x46\ \x47\xfb\x86\xfa\x52\x3d\x3d\x7d\xd9\x4c\xcf\xa3\x58\x3c\x3b\x3c\ \x94\x84\xe3\xa3\x27\x13\x95\xcb\x03\x81\xb4\x93\xea\x89\xa5\x63\ \x62\xa7\xd8\x0a\x12\x15\xa4\x27\xc8\x4f\xb9\x5c\xa7\xa3\x70\x05\ \x44\x22\xc0\x17\x95\x2b\x40\x41\x4b\x27\x16\x14\x10\x7f\x77\x75\ \x4a\x0b\x02\x40\xb4\x03\x56\xfc\xd2\x05\x0a\x69\x10\xcd\x80\x7b\ \x7b\xb1\x04\xc3\x06\xc6\x62\xe2\x25\x82\x2e\x4e\x22\x88\xb9\x0f\ \x2a\x12\x19\x58\x83\xcb\x15\x6c\xcf\x65\x18\x92\x18\x1c\xf4\x05\ \x66\xf0\x71\x2a\x25\x98\x68\xef\xc6\x34\x68\x9e\x8a\xa3\x94\x81\ \xca\x70\x88\x64\x7c\xb6\x48\x6f\x8c\x54\xd5\x6f\x69\xae\x65\xc9\ \xdc\x04\x3d\x89\xc0\x56\x80\x84\x34\x5b\x8c\x18\xca\xec\x6e\xf8\ \xf0\xf9\xd1\x4e\xb3\x9a\xdc\x35\x95\xfa\x87\x66\xea\xb9\xc4\x07\ \xbc\xf6\x4b\x2f\x87\xc3\x01\x82\xd5\xd1\x0e\xff\x4b\x18\xec\xc6\ \x70\xc8\x5b\xdd\x16\xd1\x68\xab\xaa\x43\xd5\x0e\x63\xd8\xae\x66\ \x4b\xa5\x64\x00\x8d\xae\x5c\x46\xf3\x20\x6e\xf4\xb9\x82\x48\x6c\ \x08\x40\x56\x54\x42\x0e\x03\x58\x89\xbb\xf3\xa3\x6d\xbb\xf7\x34\ \xef\xda\x77\x70\xd5\xce\xce\x88\x52\xc3\x02\xa5\x06\xfa\x0d\xf8\ \x1b\xc7\xd5\xce\x31\xb5\x83\x86\xc3\x1e\xf5\x44\x2f\x20\x64\x07\ \x5c\x06\xbb\xb0\xbb\x80\xd3\xde\x9e\xe8\x70\x99\x4c\xdd\x1d\xf0\ \x73\x26\x78\x64\x1a\x28\x0f\xe0\x4d\x40\xb8\x40\xfa\xd1\x98\x80\ \xaa\x1d\xae\x04\xda\x84\xa2\x47\x28\x40\x1a\xcf\x45\xa6\xd1\x90\ \x4d\x05\x13\x3c\x1c\xda\x81\xe7\x0c\x26\x4c\x04\x1e\x99\x83\x05\ \x7b\x55\x10\xeb\x50\x2e\x8c\xa5\x77\x01\x26\x31\x50\x0e\x9a\x40\ \xbc\x32\x80\xc3\x11\xd0\xbd\x19\xe8\x1c\x5a\xc8\xc0\xcb\x16\x06\ \xb1\x9d\x08\xb0\x0b\x1d\x92\x09\x00\x67\xa0\x2b\x39\x34\xbe\x5a\ \xc4\xa2\xb9\x18\x4c\x96\x88\x4f\x66\x19\xdc\x3e\xbb\xd1\xa8\x56\ \x54\x36\x6e\xb9\xb8\xe3\xcc\x99\xb3\x1f\x1f\xb9\x71\x7c\xcd\x9a\ \x17\x8f\x27\x9f\x3e\x78\x7d\xb9\xff\xca\xe4\xe5\x57\x2f\x7b\x80\ \x84\x27\x7b\x3c\xa5\xe5\xd6\x00\x7d\x46\x19\xb5\x2c\xbf\xc4\x33\ \xf4\x68\x64\x98\x9b\x4a\x59\xb9\x62\x4f\x36\xee\xbc\x60\xe4\x03\ \x1f\x36\x18\xf5\x06\xb5\x52\xad\xb4\xcb\xf8\x32\x36\x4d\x1d\x09\ \x55\x82\x0c\xae\xad\xb6\x84\xe1\xa4\xb5\xf9\xed\xde\x48\x43\x78\ \x75\x7d\xa8\xba\xa1\x6d\xcf\xa1\xcd\xbb\x37\x6c\x5a\xbb\x79\xef\ \xee\x9d\x9b\x56\xed\x5d\xf5\xc1\xa6\x3d\x5b\x37\x6c\xdd\xfa\xfe\ \xf2\xf7\x76\x1c\x39\x7e\xfe\xda\xad\xa7\xaf\x5f\xf4\x7f\xd5\x7f\ \xe5\xd9\xc4\x85\xb1\xa1\xb1\x91\x47\xa9\x0b\xd4\x99\xdc\xa7\x97\ \x27\x32\x51\x1d\x95\x5a\x32\x77\x5d\xcb\x17\x5f\xff\xe3\x9f\x68\ \x01\x8c\x6c\xea\x9d\x39\x58\xe2\xb9\x93\x23\x1e\x77\x10\xaf\x72\ \x24\x04\x00\x0b\x3e\xc0\x9f\x39\x7f\x8d\x5d\xf8\xe1\xc6\xd1\xc5\ \x4b\xf6\x1d\x68\xac\x3d\x70\x28\x52\x5d\xe9\xae\xf2\x85\x1a\x57\ \x36\xd5\x56\x57\x7a\xbd\x80\x56\x0e\xb3\x46\x69\x08\xfb\x2b\xfd\ \x16\x3d\x13\x43\xd1\x54\x09\x15\x07\xfb\x59\x68\x34\xcc\xf9\x10\ \x0a\x55\x68\x2e\x46\x5a\xbd\xeb\xd6\xf3\x03\x0c\x7e\xe7\x23\x7a\ \x1b\x83\x49\xba\xf5\xe3\x3f\xff\xf5\x63\xd9\x96\xd5\xeb\x0f\xee\ \xff\xf8\xd4\x99\x25\xd4\x7f\x4c\xbc\x39\x77\xe5\x5f\x17\x49\x7a\ \x66\xb3\xfd\xf2\x67\x4a\x8b\x5a\x03\x3a\xd0\xa2\x31\x68\xbd\x0e\ \xbe\x46\x03\xc7\xab\xdd\xd8\xe0\x5e\x5b\xe7\x6f\xf0\x79\xc3\xee\ \x2a\xb7\xcd\x5f\xb5\xda\x1f\xae\x0d\x87\x9b\xdc\xee\x70\x63\x5d\ \x5b\x34\xb5\x62\x7f\xe3\xe6\x89\x45\x0b\xbe\xdb\xb5\x77\xc9\x8a\ \xcd\x6f\xae\x6f\xbe\xf4\xe0\xe5\xcb\x57\xaf\x63\xc3\xa3\xf4\x99\ \x33\x2a\xd6\xfd\xfd\x9d\xe9\x66\xd0\xb7\x5d\xec\x27\xa7\xf7\x04\ \xa7\xb7\x0a\xdf\x42\xd6\xc9\xb7\x68\xf6\xab\x59\xf2\x9c\x5f\x9b\ \x1b\xa6\xec\x66\x7e\x75\xaa\x99\x95\x73\xad\x99\x35\x15\x59\x31\ \xeb\xe4\x9d\xe9\x2b\x39\x5b\x87\x59\x3f\x7d\xff\xf3\xcf\xdf\xff\ \xf4\xdf\x3f\xaf\xfb\xf2\xf3\xed\xdb\x4f\x9c\x38\xb6\xfd\x30\xc6\ \xe7\xd4\x2c\x58\x84\xe3\xcf\xd8\x3c\x3a\xb7\xb8\xa8\xa8\x70\x46\ \x71\x51\x29\x95\x0e\x04\x8b\x2e\xc6\xb9\x98\x78\x26\x9e\xe9\x1b\ \x4e\xcb\xc5\x80\x0e\x5c\x6b\x1c\xcd\x91\x05\x74\x5d\xc6\xe9\xcc\ \x44\xa3\xd1\xb4\x87\x98\x8e\xd1\xad\x71\x60\x57\x62\x9d\x95\x9a\ \xa4\x3a\xa3\x02\x6e\x79\x09\x45\x2e\xa6\xca\x03\x14\x71\x92\x62\ \x8d\x03\xca\x65\x46\xb2\x3d\xd1\xec\x70\x14\xdd\xff\x8a\x8b\xf2\ \x4a\xca\x89\x74\x7a\x49\x01\x0a\x37\x4f\x4f\x46\x2e\x97\x47\x03\ \xd1\x3e\x6b\xf6\xe5\x58\x34\xe0\xb1\xf6\xa5\xfa\xd2\x43\x8f\x86\ \xb3\xd9\x91\x6c\xdf\xa3\xa1\xe1\x89\x8c\x33\x95\x8d\x0f\x65\x81\ \x83\xc5\xb3\xba\x58\xc0\x13\x03\x91\x1a\xf3\x70\x81\x65\xc1\x15\ \x39\xd7\x2a\x00\xb9\x19\xa5\x94\x04\x04\x62\x22\x91\xc2\x2d\xcd\ \xa3\x97\x53\xe0\xc5\x50\xe5\xdc\x12\x94\x84\xb9\xd8\x3d\x44\xac\ \x9c\x16\x04\x9a\x12\x1c\x44\x6f\x15\x9c\x90\x23\xc1\x62\x1f\x04\ \xb4\xea\x36\x81\x32\x83\xbf\x40\x41\x3a\x84\xa6\x44\x3b\xaf\xb7\ \x03\xee\x55\xa1\x0b\x56\x77\xa2\x03\x4e\xf7\x76\x8c\x93\x19\x44\ \x3b\xf4\xab\xc0\x4d\xae\x76\x04\x3b\xba\xb1\x51\x3c\x31\x18\x84\ \x93\x52\xa2\xb6\x18\xdd\x86\x20\x49\xc2\xe0\x00\xaa\x81\xda\xf0\ \x6a\xa4\x32\x89\x45\x2f\x71\x1b\x0c\xa6\xae\xe9\x1d\xca\x5f\xae\ \x4e\xfd\x3f\xf5\x3a\x06\xbb\x01\x3a\xdb\x39\x64\x40\x16\x50\x49\ \x3c\x89\x9d\x46\xf6\x35\x35\x45\xaa\x9a\x1d\x7a\x91\x86\xcf\x10\ \xaa\x7a\x3b\xf0\x15\xf7\x0e\x5e\xc5\x1e\xfc\x5e\xe4\x48\x83\xdd\ \x58\xc5\x52\x91\xb1\x81\xd9\xe4\x42\x38\x55\xe9\x77\xd5\xbf\x7b\ \xf7\xf6\xb2\x5a\xb3\xcf\xa6\x60\x63\x65\xbe\xc3\xd5\x8b\x99\xef\ \x0c\x4c\x37\x85\x03\x3c\xe1\xa2\xd1\x5c\x48\xb4\x82\xdd\xed\x89\ \xae\xf6\x5e\xb8\x82\xe6\x39\xc1\xa0\xab\x3d\x17\xb5\xd1\xae\x12\ \xa2\xeb\xba\x90\x8d\x53\xca\xc0\xd7\x78\x34\x1e\x3e\xd8\x3d\x88\ \x01\x86\x2e\x0e\xd6\xab\x40\x09\x02\xc9\xea\x76\x31\x70\x5a\x9a\ \x07\xef\x8c\x10\x80\x4e\x05\xf4\x2e\x08\x3c\x8f\x89\xbb\x86\xa0\ \x5c\x54\x26\x16\x81\x87\xf9\x11\x00\x46\x38\xcd\x03\xd7\x38\x40\ \xbc\xb0\xbd\x15\xbd\xc8\x54\xe8\x84\xa5\xc2\x0e\x86\x5c\xbc\x17\ \x1a\xdd\x80\x5c\x44\x5c\xe3\x09\xc9\x34\x26\x81\x69\xd6\x18\x14\ \x24\x02\x59\x2a\xc1\x3c\x22\x23\x9c\xb0\x55\x66\xcd\xee\xa6\xc6\ \x35\x4b\x4e\x9f\xbd\x76\xe4\xec\xb7\x77\xbf\xbd\x7b\xf3\xbb\x17\ \x2f\xee\x3d\xbf\x8e\xc1\xca\xc3\x7d\xf1\x1e\xab\x2e\x1e\xa0\x97\ \x0a\xa2\xba\x38\xd5\xd9\x57\x44\x1c\x9d\x48\xc5\xe3\x7d\x9e\xb4\ \x55\x90\x4c\x25\xb3\x81\x37\x61\xb5\x56\xa9\x94\x48\x8c\x4a\xb7\ \x43\xcd\x66\xa9\x25\x6a\xad\xc8\x52\xe7\xad\x0c\x59\x22\x55\xbe\ \x26\xe0\x17\xa1\x50\x64\x65\x33\x20\x62\xe4\xc0\xae\x83\xdb\x3e\ \x59\xfa\xc1\xe6\x6d\x87\x56\xbd\xbf\xf9\xe3\x4f\x36\x6d\xda\xb0\ \xbb\x73\xe7\xde\x4d\x3b\x0f\xed\x59\xbc\x7c\xd9\xa7\x77\x8f\xde\ \x3a\x73\xf7\xc9\x83\x73\xaf\x27\x2e\x5c\x79\xd3\xff\xf4\xc9\xad\ \xcb\xaf\x46\x33\x7d\xdc\xd2\xe2\xd6\x63\xeb\x8e\xfd\xf1\x6f\xc0\ \xa6\xa6\xce\x36\xb8\x60\x11\x1a\x00\x09\x81\xea\xce\x74\x41\x07\ \x6e\xfe\x94\xbb\x8d\x78\x05\xd7\x7e\x42\xf8\xa2\x8c\x4d\xde\x3b\ \xbb\x63\xf1\x9e\xfd\x07\xd7\x1f\xdc\xb0\xad\x33\xec\x77\x78\xfd\ \xd5\x68\x62\x53\x19\xf6\xd9\xbc\x68\xf8\x61\x0e\xbb\xed\xbe\x88\ \xd7\x1e\xd2\x30\xd1\x26\x8c\x67\x52\x01\xbf\x05\xdc\xe2\x09\x71\ \xb2\xc9\x85\xef\x68\xe5\xb2\xad\x9f\x2c\xd9\x27\x53\xee\x4f\x3d\ \x33\x12\xf8\xca\x89\xbf\xfd\xe3\x1f\x7f\xbb\x15\x6e\x5b\xbd\xe7\ \x83\x65\x1f\x9d\xdd\x11\xfb\xef\xab\xaf\xfa\xfb\xff\xf3\x29\x59\ \x41\x3b\x20\x15\x9f\x96\x68\xd9\x6a\x83\x5b\x6b\x03\x1d\xa8\x35\ \x28\x6d\x0a\x91\xd1\x61\x36\x1b\x40\x02\x38\x9a\xc2\xee\xca\x48\ \x9d\x3b\xe4\xf6\x36\x55\xfa\x2a\x2b\x7d\x0d\xd5\x4d\x8e\x86\xe6\ \xb5\x93\xf1\x0f\xf7\xef\x5b\x3e\xdc\xba\xa8\xbf\x73\xe7\xb2\x55\ \xab\x9e\xbf\x58\x7e\xfd\xe1\xe4\x77\x3b\x5e\x88\x47\x32\x81\xf2\ \xfc\xb9\x8b\x5a\xbf\x9f\xb5\x70\xba\xbf\x7d\xca\xae\xe1\xe4\xaf\ \x25\xab\x93\xff\x7f\xa5\xfd\x37\x98\xc2\xd6\xab\x29\x3f\xbf\x93\ \x0b\x7f\x55\x8b\x6f\xbb\xb5\xde\x76\x3e\xe4\xcc\xfd\x66\xe5\x1a\ \x1d\xa6\x86\x0d\x73\xc3\x3b\x00\x59\x77\xbe\xff\xfe\xa7\xbf\x7e\ \xff\x8f\xcf\xbf\xfc\xfc\xc4\xe7\x5f\x6e\x5f\x97\xeb\x8c\x6f\x59\ \xd4\xba\x68\xee\xdc\xf9\xf3\xf3\x73\xf9\x84\xe8\x3a\x33\x13\x2b\ \x40\x54\x4a\x89\xb8\xa7\x27\x1e\x8d\xa6\xb2\xa9\x6c\x32\xaa\xa3\ \xa0\xc9\x27\x35\xa6\xa3\x0a\xe8\x18\x3d\x91\xf6\x24\x9d\xf2\x68\ \x34\xee\x4c\xc7\x63\xce\xd2\x19\x65\x02\x4a\x7c\x18\xe8\x57\x72\ \x38\x4d\xa5\x70\xc5\x14\x1d\x80\x9a\x5c\x9e\x12\x13\x01\xc2\x9c\ \x3a\x2a\xb1\xbc\x88\x28\xf7\x24\x03\x4e\x2b\xbd\xac\x94\x4b\x29\ \xa5\x94\x96\x50\x02\x62\x6e\xb9\x3c\x93\x1d\x06\x10\xca\xf4\x8c\ \x04\x3c\x17\xae\xa4\x32\x43\x99\xcc\xa3\xd1\xec\xd0\xb3\x0b\xa9\ \xd1\x91\xd1\xe1\x9e\x74\x76\x28\x19\x8b\x25\x93\xe9\xa1\xe8\xd0\ \x78\x5f\xb2\x07\x38\x1a\x32\x36\x79\x40\x17\xb0\x7a\x52\x56\x6b\ \x40\x20\xa7\x7a\xe2\x3a\x0f\x97\xe8\x14\x17\x52\xb9\x3a\x22\x5d\ \x20\xe0\x7a\x72\xe1\x5f\x74\xae\xbc\xf8\x77\xd3\x38\x75\xf5\xf7\ \x57\x73\xf6\x9c\x57\xbb\x3a\x5c\x70\xfa\x5f\xed\x6a\x6f\xcf\x91\ \xec\xa9\xf1\x94\x8e\x44\x47\xd7\x60\x6f\x77\x02\x9b\xb4\x5c\xc8\ \x24\x80\x4d\xb9\xda\xbb\xf0\x13\x7b\x31\x10\xf9\xea\x5b\xaf\x87\ \x5f\x00\xb7\xba\x00\xc3\x82\x68\x11\x7f\xb5\x1b\x3e\x26\xda\x7b\ \xa7\x3a\x53\xbb\x78\xbd\xc0\xc0\xba\x38\x64\x83\x17\xcd\x89\x9b\ \xf9\x04\x6f\x58\x0f\x78\x37\xd8\xdd\x35\x5d\x36\xbb\x8a\x61\x38\ \x39\x04\x83\x7f\x18\x0d\x0f\x5f\xdf\x6d\x02\x54\x24\x13\xda\x7b\ \x55\xc2\x5e\x78\xc6\x8e\x0e\x55\xf7\x60\x2e\x38\x1e\x28\x51\x7b\ \x0e\x46\x3b\xda\x7b\x83\x2e\xd4\x90\xdd\x98\x80\x2a\xe4\x98\x68\ \x32\x12\x03\xb9\x8a\x76\xc9\x9a\xa3\x0f\x3f\x5b\x15\x52\x30\x41\ \xa3\x05\x85\x89\x0e\x38\xa8\x31\xef\x14\x18\x61\xae\x93\x9c\x03\ \x3f\x09\x19\x7e\xb0\x5e\x1e\x7a\xf1\xc1\xeb\xec\x1e\x04\xfc\xe1\ \xa8\x80\x25\x0a\x83\x68\x11\x23\x0c\xba\x68\x7c\x4e\xd0\xe5\xe2\ \x49\xd8\x09\x17\x83\x13\x04\x62\xa5\x42\xcf\x55\x78\xb9\x18\xc4\ \x88\x03\x22\x42\x2c\xd5\x27\xda\x4d\x53\xe6\x56\x26\xb2\xa9\xdb\ \xe4\xe2\xa9\x40\x2b\x72\xc8\x26\x06\x80\x2d\xb0\x2b\x80\x20\xb2\ \x4a\x45\x62\x91\x49\xc2\x8e\x84\x4b\x28\x74\x01\x83\x22\x23\x3f\ \x15\x62\x61\x1e\x84\x21\x03\x08\x1a\x87\x40\xe2\x71\xb0\xf4\x45\ \xc2\xe6\x22\x1e\x46\x1a\x33\x48\x04\x54\x8e\x32\x4d\x9b\xdb\x60\ \xd4\x68\xd4\x12\x09\x9b\x6d\x36\xcb\x94\x76\x9f\xb1\xba\xee\x60\ \xf5\x8a\xf7\x3a\x97\x2e\x7f\x77\xe9\x8e\x5b\x6b\xce\xdc\x78\xf0\ \xf0\xbb\xa7\x93\x3f\xbc\x9c\x98\x18\x1f\x7d\xf9\x6a\x24\x15\x95\ \x47\xd3\x23\xd6\xd8\xc4\xc8\xb3\xd4\xf8\xb9\xa1\x89\x74\x8c\x42\ \x14\xd3\x03\xf9\x71\x4f\x60\x7c\x3c\x9a\xb6\x63\xdf\xaf\x54\xa9\ \xd0\x5a\xf4\x1a\xb3\x41\x69\x74\x3b\x94\x66\xb4\xf5\xb1\xd5\x55\ \x85\x7d\xb5\xee\x2d\x75\x6b\x01\xb0\x1a\xea\x9a\x42\x8d\xbb\x76\ \xed\x3a\xb8\xf6\xe0\xfa\xcd\xfb\x77\xb5\x6d\x5b\x5f\xbb\xfe\xc0\ \x96\x83\x1b\xde\x5b\xb1\x7f\xd5\x86\xfd\x7b\x3f\xda\xba\xfc\xdd\ \xc5\xcb\x97\x7f\x74\xea\xe2\x9a\x23\x77\xfb\xc7\x5e\x09\xa2\x45\ \x35\x8b\xbe\xfc\xc3\xd7\xff\x46\xf3\xf2\x9c\xd3\xef\x3b\x39\x5b\ \xa8\x3b\x58\x9a\xba\x33\x0d\x51\x77\x7e\xad\xea\x20\x3e\x4d\x55\ \xae\x90\x60\x21\xc3\xc2\x0f\xef\xcc\xbf\x32\x7e\xee\xf6\x37\x67\ \x3e\x59\xb2\x69\xcf\xfe\x9d\x3b\x37\xed\x83\x57\xe1\xad\xab\x8f\ \xd4\xd6\x56\xd5\x3b\xbc\x6e\xad\x4c\x63\x50\xdb\xeb\x22\xe1\x70\ \x08\x7d\x88\xd4\x20\xaf\x83\x28\xc9\x79\x04\x15\xf0\x57\x55\x02\ \x7b\xdc\xe0\x97\x42\x5b\xbf\x62\xc3\x81\xfa\x5a\x47\xdb\xc5\xf1\ \x0f\x99\x0c\xbe\x42\xf0\xaf\x3f\xfd\x2d\xaf\x7e\xdf\x81\x5d\x9d\ \x3b\x3f\x5a\xba\x63\x87\xf5\xe7\xbe\xfe\xfe\x1f\xfe\xf5\x1e\x59\ \x66\x58\x2f\x2d\x5d\xac\xd5\x6b\xec\x16\xa3\x4d\xef\x07\xad\xad\ \x31\x98\x95\x1a\x8b\xd7\xa6\x96\xc9\x0c\xf0\xae\x84\x2a\x6b\xbd\ \xe1\xc6\x5a\x5f\x5b\x75\xa5\xcd\x5b\xd7\x56\x15\x0a\x03\xea\x45\ \xce\xa6\xd7\xec\xdd\xfd\xf1\x68\xc5\xba\x67\x4d\x07\x36\xec\x5f\ \x75\x33\xbd\xe1\xe8\xe2\xfb\xe7\xce\x3f\xa2\x8e\x8f\xf6\xc9\x17\ \xb4\xb4\xac\xfb\xf3\x3b\x88\x58\x08\x4a\x77\xa6\xca\xeb\xff\xd3\ \x3f\xfa\x1b\x50\x9d\x7c\x2b\xfd\xa6\x1f\x3b\x39\x3d\xa6\xf3\x5b\ \x4f\xe9\x74\xeb\xe8\x34\xd7\x7a\xeb\x0c\x3f\x6b\xea\x5f\x6e\x8f\ \xe2\x37\xcc\x82\x9b\x27\xff\xf9\xf5\xe7\x7f\xf8\xd3\x17\x5f\x9e\ \x68\xa9\x58\xb4\xbd\x66\x51\x4d\x6b\xeb\x82\x96\x1a\x0c\x29\x5c\ \x34\x7f\x76\x61\x49\x61\xc9\x0c\xc0\x1f\x3a\x76\x35\x59\x41\x8b\ \x8d\xf4\x4d\xf4\x79\x9c\x02\x01\xbd\x9c\x4b\xb7\x8a\x75\xe5\x72\ \x1d\x97\x1e\xc8\x70\xad\x9e\x58\x20\xe6\x49\x02\x81\xa2\x08\xb8\ \xc4\x82\x52\x41\xcf\x70\x8a\x8a\x0d\x5a\x49\x4f\xc0\x03\x82\x8d\ \x2b\x8e\xc6\x80\x3c\x59\x05\xe2\xd2\x19\x05\xf9\xf9\xc5\x25\x65\ \x82\x54\xda\xa3\x73\xa6\xc4\x14\x39\x97\xea\xc4\x8e\xd2\x38\xb1\ \x80\x18\x1d\x1b\x4f\x09\x3c\x9e\x64\x4c\xc0\xed\xb9\x32\x3e\x92\ \xee\x49\x03\xf9\x1e\x1f\xca\xa6\xc7\x87\x87\x87\x52\xa3\xcf\xfa\ \xa2\xd6\x0c\xca\xc1\x9e\xa1\x74\x32\x1a\xc3\x96\x51\x39\xfa\x08\ \x0e\xa7\x3c\xb1\x98\x53\xe7\xa1\xe8\x74\xd1\x24\x80\xa3\xd8\x59\ \x5a\x54\x4a\x94\x97\x96\x53\xca\xca\xa9\xe2\x72\x3a\x91\x4b\xa6\ \x78\x2a\x4f\x00\x00\x20\x00\x49\x44\x41\x54\x24\xd2\x0b\x7e\x37\ \x35\x3e\x98\xd3\x85\xbf\x80\xb2\xba\xda\xdd\xde\x8d\x39\xc7\xdd\ \xdd\xdd\x58\xca\x4e\x08\x41\x1a\xaa\xae\x02\xd4\x60\x77\x16\xc8\ \xaf\x8e\x5e\x40\x85\x29\x36\x84\x97\xc1\x5c\x7c\x3b\x96\xc1\xa6\ \x3f\xc0\x57\x76\xc0\xd9\x1f\xe4\x24\x00\x6e\xae\xf6\x26\x54\xdd\ \x08\x75\x83\x70\x1d\xe1\x0d\x37\xfe\xd8\x6a\x9b\xc1\x6e\xf7\xba\ \x39\x8a\x7a\x11\xa9\xbb\x3b\xc7\xaa\xb0\x86\x36\xf5\xe5\x53\xfd\ \xf6\xf0\xf4\x83\xd3\x6e\xec\xbf\xff\xe5\xed\x93\x23\x75\x83\x57\ \xd0\xdd\x1b\x84\xaf\x18\x84\xcf\xec\x45\x94\xea\xea\x02\x34\xc5\ \xe6\x76\x0c\x52\x4e\xa0\x77\x33\xd9\x7d\x28\x22\xb5\x54\x1f\x3a\ \xb5\xb3\xad\xce\xcb\x46\x47\x50\x0c\x2c\x03\x50\x03\x5a\x95\x0b\ \xce\xe2\x99\x38\xb9\xed\x70\x80\x0c\x1e\xe0\x6e\x07\x0f\xae\x05\ \x79\x70\x05\x37\x43\x85\x41\x80\x5b\x1e\x1a\xaa\x93\x79\x09\x0e\ \x8b\x04\x9f\xc6\x68\x27\x13\x08\x28\x7b\x99\xc2\x5e\x0c\x88\x06\ \x05\xfd\x4b\x07\xa2\x1e\x72\x21\x5e\x30\x88\x44\x8b\x01\x67\x0f\ \x20\x60\x8e\xbb\x01\x3b\x43\x26\x95\xeb\x24\xe5\xd3\x98\x3c\x13\ \x1a\x68\x01\x74\x71\xd0\x21\x19\x3d\x0f\x83\x0c\x20\x5f\x04\x0e\ \x16\xe8\x31\x61\x82\x80\x18\xc5\x20\xb8\x50\x09\x06\x49\x0c\x06\ \x8d\xaf\xca\xb5\x99\x12\x48\x1c\xb5\xcd\xff\x41\xc3\x1e\x1a\xdf\ \x18\xaa\x32\x18\xfd\x0e\x83\xda\x2c\x12\x19\x2c\xcd\x11\xdf\xfb\ \x2b\x9b\x9a\x2d\x6d\xdb\x3e\xde\x78\xeb\xa3\x35\xa7\xbe\xf9\xee\ \x71\xff\xb9\x37\xfd\x03\x23\xaf\x32\x81\xbe\xd1\xf1\x6c\x26\x39\ \x9a\x85\x85\x6a\xf4\xc5\xd9\x2b\x2f\x7e\x88\x3b\x41\x09\x50\xc4\ \xb1\xf8\x95\x0b\xb1\xd1\x28\x7d\xdc\xab\x37\x28\x00\xf7\x2c\x9a\ \x90\xc3\x66\x33\xdb\x95\x16\xb7\x56\x21\x52\x5a\x8c\xbe\xea\x86\ \xea\x88\x63\x7d\xed\xee\xb0\x3f\x1c\xd9\xdd\xdc\xb0\xbb\xb9\xb9\ \x11\x84\xd9\xee\xfd\x6d\x6b\xf7\x1f\xdc\xbb\x7b\xc3\xa1\xd5\x87\ \xf6\x7f\x74\xfe\xcc\x7b\xcb\x57\xac\x3a\xb4\x62\xcd\xa6\x55\xa7\ \xce\xdc\xf8\xe1\x4a\x9a\x5a\xda\xfa\x87\x7f\xcc\xc1\x45\x7f\xfa\ \xbc\xc1\x3d\x2f\xc4\xa6\x85\x39\x42\xf5\xd7\x69\xfd\x97\xe3\x17\ \x77\x72\x35\xab\x93\x39\x15\x88\x0f\xfc\xf4\xd3\x94\x16\x9c\xaa\ \xb9\xff\x75\xd6\x5f\xc6\x5f\xf5\xdf\xbb\x7b\xfa\xd3\x55\x87\x0e\ \x1e\x3a\xd4\x79\x70\xc3\xde\xc6\xce\xea\xc8\xfa\x5d\x4d\x55\xb5\ \x4d\x55\x5e\xaf\xd9\x66\xd7\x8a\x64\xa1\x70\x95\x43\x69\xf3\xd9\ \x8c\x66\x3d\x13\xde\x44\xa1\x0b\xfb\x6c\x54\x42\xf4\x8f\x66\x60\ \xc3\x88\x8a\xb1\xbb\xce\xdb\x64\xb1\xb8\xf5\x4d\x03\x3d\x9b\xc9\ \x1c\xcb\x07\xf3\xfe\xf3\xf7\xcf\xdf\xad\x3c\x70\x68\xf7\xb6\x55\ \xef\x6e\xbc\xb6\x23\xfb\x73\xdf\xcb\x27\xaf\xff\x35\x40\xe0\xed\ \x76\xab\xe7\xee\x11\x59\xe0\x79\x1d\x46\xad\xc3\x6d\xb3\x19\x8d\ \x76\x85\xc5\x62\xd7\x1b\xb4\x7a\x83\x5b\xa9\x31\x47\x22\x61\xb3\ \xad\x32\x54\x15\x09\x57\xfa\xbd\x0d\x75\x0d\x0d\x6d\x07\x37\x6c\ \xda\xf4\x6c\xf1\xa6\x3d\x1f\x8c\xcc\x5b\xf7\xa4\x73\xf9\xf2\xcd\ \x3b\x3f\x0c\xec\x5b\x7c\xfc\x79\xfc\xf2\x53\x6b\x7a\xe0\x11\xbd\ \xf5\xf0\xa2\x75\x35\x5f\xcc\x59\x98\x03\xe5\x85\xd3\xed\x58\x27\ \x7f\xad\xb5\xe7\x60\x69\x9a\x4b\xbd\x45\xa7\xe9\x16\xf8\x3b\x6f\ \x3b\x4b\x7f\x2d\xb5\xbf\x65\x5f\x73\x4e\xfe\x16\x64\x31\x07\xd5\ \x21\x26\x5b\xe4\x7a\x4a\x73\xf9\x60\xb9\xc5\x61\x2a\x3a\xec\x9f\ \x7f\xfa\xf3\xe7\x9f\x7f\x71\x0c\x58\x16\x0e\x4b\x03\x56\x55\xa0\ \x37\x7c\x4d\xcd\x82\x19\x33\x0a\xf3\x8a\xcb\x4a\xe8\x65\x44\x2a\ \x95\x5a\xae\x4b\x0d\xf5\xa5\xb2\x56\x60\x36\x62\x2e\x70\x2b\x71\ \xd4\x23\xa7\x53\xc5\xa5\x74\x60\x38\x40\x71\xfa\xd2\xc9\x40\x20\ \xea\x74\x82\x1c\xa3\x7b\x9c\x43\x31\xab\x27\x9e\x8c\x61\xf4\xaa\ \x27\x25\x17\x50\x3d\x59\x6c\xec\x14\x78\x8a\xe6\x96\x17\xc0\x33\ \xe6\x51\x63\x1e\xab\xdc\x13\x43\x1f\xf8\x02\x9d\x98\xae\xd3\x51\ \x28\x25\xc4\x9e\x67\x23\x29\x2e\x35\x90\xe9\x19\x0e\x64\xbe\x7a\ \x35\x34\x94\x89\xa7\x86\x5f\x8d\x3d\xcb\x66\x27\x86\x7b\x86\x87\ \x86\xc7\xfa\x7a\xa2\x7d\x99\x40\x3a\x16\xc8\xc8\x03\x43\xb1\x68\ \x1c\x00\x32\xe0\xd4\xc5\xa2\xc0\xd5\x62\x00\x59\x56\x39\xe0\x97\ \x47\x47\xa5\x7a\xe8\x14\x01\x9d\x5b\x4e\x11\x13\xb9\x56\x74\xd1\ \x95\x13\xf3\x4a\xca\x7e\xd7\x7b\xf5\x57\xec\xe9\x45\xfc\xc1\x5d\ \xb9\x6e\x57\x3b\x50\x2b\x50\x5c\xa8\x03\x01\xce\xd0\x26\x0b\x20\ \x07\x74\xd3\x60\xce\x7a\xf8\xff\x91\xf5\x26\x0e\x4d\x1d\xda\xf6\ \x70\x01\x41\xe6\x40\x26\x62\x06\x32\x18\x32\x61\x42\x30\x03\x24\ \x21\x13\x04\xc2\x14\x78\x12\xa0\x84\x10\xb5\xce\x12\x9c\xa3\x58\ \xc5\x09\x07\x44\x41\x43\x14\xc5\x58\x4d\x45\x3b\xd8\x62\x55\x84\ \xdc\xd6\x4a\xab\xbd\x54\xa4\xad\x2d\xdc\x16\xb4\xf7\xd9\x8a\x7a\ \xfb\xda\xfe\x17\xbf\xbd\x4f\x00\xbd\xdf\x87\x32\xc5\x4c\xe0\x39\ \x2b\x6b\xed\xbd\xf6\xda\x3d\x11\x74\x41\x9e\x43\xd0\x27\xe2\x3a\ \xb3\x97\xdc\x19\x46\x54\xe9\x2f\xed\xe8\xe9\x75\xf7\xf6\x7b\x01\ \xe9\xe0\xa6\x00\x2c\x77\xee\xb8\x3b\x30\xbb\xd8\xcb\x64\xcb\xcb\ \xab\xf3\x25\x39\x24\xb6\x86\x82\xda\xb3\x03\x9d\x0b\xfd\x91\x81\ \x46\xbc\x9b\x61\xbc\x77\x44\xac\xbf\x67\x65\x62\xe4\xc1\x86\xef\ \x60\x2f\xb3\xbf\xa3\x27\x0f\x68\x1d\x6e\x68\xc6\x76\x66\x2f\x6e\ \x0a\xec\xf5\x12\xcd\x3e\x77\x6f\xa9\xb7\x74\x18\xeb\xe0\xf9\x9d\ \xc5\x9a\x0a\x9b\x9a\x49\x82\x6f\xdc\x20\xb8\x78\xa5\x58\x0d\x03\ \x6e\x45\x2c\x74\xa0\x93\x89\x04\x4f\xb4\x79\x82\x42\x63\x94\xe6\ \x29\xd8\x3c\xb8\x96\x30\xaf\xa3\xb4\xa7\xc7\x0b\xf7\xa2\xf0\x02\ \x47\x52\xe0\xb4\x1f\x76\xf0\x30\x68\x7d\x38\x2f\x8f\xc4\x27\x03\ \xdd\x71\x0f\xf7\x97\x82\xfc\xc5\x87\x36\xe3\xcc\x0e\xd0\x25\x1e\ \x6e\x9d\xc6\x62\x3c\x2f\x8f\x12\xa1\x66\xb8\x91\x42\x58\xca\x00\ \xb6\x46\xc1\x2c\x51\x4a\x47\x29\x85\x52\x2a\x64\x50\x84\x6e\x0a\ \xc9\xac\x80\xeb\xe5\x99\x39\x6c\x12\x45\x88\x7b\xa9\x29\xd8\x34\ \x24\x36\x63\x0b\x85\x74\x36\x31\xd3\xab\x10\xb2\x30\xa2\x81\x43\ \x62\x91\x19\x3c\x56\xd1\xfa\xa7\x8f\xea\xab\x3a\xab\xf7\x6f\x6f\ \xdf\xd6\x56\x07\xac\xa7\xad\x38\x57\xd9\x54\x91\x7f\x64\xc5\xbe\ \xaf\x4e\xaf\x3d\xb4\x7e\xc7\xba\xfd\xef\x9f\xfc\x7c\xfa\xd7\xa1\ \x97\x2f\xa7\x26\x9e\x8d\x4d\x04\x5d\xe1\xb1\xc1\x41\x47\xc0\x3f\ \x60\xf7\x4f\x4e\xdf\x9a\x34\xa5\x25\xe9\xd3\xd2\x54\x0e\x9f\xc7\ \x14\x9c\xb6\xbb\x12\xc3\x4a\x8e\x5a\xab\xd4\x6a\xe5\xe2\xdc\xa2\ \xf2\x02\x5b\x41\x51\xbe\x56\x9c\xa5\xce\x96\x6b\x0a\x2c\x55\x0d\ \x5b\x2b\xf3\xeb\x5b\x77\x9c\xd8\x76\x74\x5b\x6d\x65\x59\x6d\x79\ \x63\x53\x7d\xd3\xfe\xbd\xdd\xf5\x2d\x5d\xad\x5b\xd6\x9e\x39\xf3\ \xe0\xca\x8d\x7b\xbf\xcc\xfc\x32\x34\x30\x32\x12\x32\x05\x54\x2b\ \x57\x5e\x4e\x49\x4d\x7a\xef\x4f\x2c\xab\xc0\x19\x07\x10\xd4\x17\ \x01\xa7\xc2\xbe\x48\x99\xea\x9b\xbb\x04\xa3\x8a\x90\x2a\xe2\xfd\ \xcf\xd9\xea\x15\x5e\x38\x5b\x6d\x9f\xe3\x59\x77\xef\xa6\x7f\xfb\ \x7c\x70\x7a\xfa\xc7\xab\x9b\xb6\xac\xdf\xb0\xb5\x6b\xfb\x91\xe3\ \xdb\x9b\x5b\x76\xd6\x34\x34\x54\x35\x34\x35\x36\x15\x17\xe4\x1b\ \xb4\xb9\x5a\x75\xae\xa5\xaa\xb6\xd8\x62\x2b\xd2\xa1\x6f\x19\x18\ \x27\xd9\x2d\xa4\xf0\xf2\x18\x64\x8a\x82\xcc\x11\x32\x39\x5e\xaf\ \x59\xba\x2d\xab\x52\x43\xd1\x2a\xb3\x4e\x4c\x0e\x6e\x13\xe6\xe5\ \xfe\x58\xf2\xaf\x6f\x87\xb4\x0d\xdb\xb6\xee\x3e\xb4\x7b\xcb\xc5\ \x2f\xd6\xcc\x7c\xef\x83\x9f\xe1\xb7\x05\x59\xea\xa3\x92\x8a\x8c\ \xa6\x1c\x8b\x54\x6e\xa9\x40\xff\x02\xfc\x05\xc9\x69\xc8\x35\xe8\ \x94\x05\xf9\x45\xb6\x6c\xa5\xb1\xb2\xdc\x68\x54\x1a\x0c\xc5\x5a\ \xa3\xc5\x68\xa9\xac\x6d\x6e\x6e\x39\x7e\xec\x68\xeb\xfb\xdb\x3b\ \xdb\xf6\xdf\xa4\xa6\xac\x69\xd9\xb7\x63\xfb\xf6\xed\x23\xcb\xd7\ \x9d\xbb\xf7\xfc\xf9\xd0\xd8\xf8\xb3\x27\xdc\xb8\xb8\x25\x25\x97\ \x32\xff\x5a\xd8\x37\xeb\x73\x9f\x47\xab\xf9\x0f\x6f\xd8\xb1\x66\ \x77\x7d\xcd\x75\x11\x67\x4b\x58\x7d\x73\x1e\xac\xd9\x25\x60\xf3\ \xf9\x0d\xf3\xb4\xeb\x75\x66\xd6\x1c\xcb\x22\xea\xef\x0b\xdf\xfe\ \x4f\xfa\x8b\x8f\x3e\x38\x70\xfe\x1f\x07\x36\x9e\x2d\x59\xb4\x64\ \xe3\xae\x92\xcc\xa5\x25\x2b\x4b\x32\x4b\x96\x80\x34\x5c\x10\x1f\ \x1f\x93\x96\x96\xc4\x15\x01\x43\xc2\xb0\x04\x95\x3d\x60\x12\x01\ \xb5\x49\x16\x89\x52\x4d\x1e\x19\x4d\x40\xa3\xe2\x1c\x9f\xca\xea\ \xf0\xcb\xac\x22\xa7\x4f\xcf\x35\xa9\xb8\x02\x8f\x5f\x25\xf3\x05\ \x7d\xf6\x54\x99\xc8\x3e\xee\x33\xe9\x4d\x22\x95\x49\x24\x72\x65\ \x24\xc6\xc7\xe8\x45\x32\x2e\x35\x59\xe0\x0f\xf9\x9c\x61\x4f\x62\ \x82\x8a\x9a\x6c\xb2\xd3\x92\xb8\x69\xb2\x8c\x0c\xfd\xe0\xe4\xa8\ \xcb\xee\x08\x0c\x3c\xf3\x71\xc7\x86\x46\xc7\x3c\x01\x7f\xf8\x79\ \x68\x08\x2e\x1d\x1b\x0a\x8d\x05\xc7\xc3\x8e\xe0\xc4\x48\xd8\xe3\ \x31\xf9\xf4\xae\x49\x8f\xca\xe7\xcc\xe0\xda\x1d\x0e\x91\xde\xee\ \x31\x39\x9c\xf0\xd4\xb8\x2a\x78\x2a\x19\x2a\x81\xc0\x25\x03\xaa\ \x87\x4f\x5a\xa0\x4f\x4d\x03\x24\x4c\xcb\xa0\x45\xbd\x85\x10\x85\ \xab\xbb\x90\x56\x11\x76\x86\xfe\x59\x88\xe8\x89\xd4\xa5\x22\x4d\ \x44\x00\x91\x8e\x61\xb7\xb9\x1f\x00\xab\x97\xa8\x79\xdd\xe9\x8f\ \x10\xab\x39\x39\x37\x4c\xdc\xc0\x0d\xf7\x01\x9a\xd0\x4b\x38\xe6\ \x01\xef\xfa\xcd\x1d\xbd\xde\x7e\xdc\x7b\x0a\xbc\x84\xe7\x05\x54\ \x19\xbe\x63\x66\x48\x5b\x0e\xd7\xb2\x15\xec\x2c\x3e\x07\x6d\xaa\ \x7f\xf7\x0c\x47\x1e\xab\x87\xd0\x94\x91\x67\xd1\x33\x8b\x7e\x77\ \x88\x0b\x09\x33\x3e\xaa\x3e\xc4\x3e\x37\xe0\x26\x06\x29\x00\x5b\ \x43\x0f\x55\x3f\x0e\xc6\xe0\xa4\x1f\x7e\x76\x2b\x70\x2d\xac\x7b\ \x18\x58\x4f\x7f\x07\xcf\xdd\x81\xd1\x2d\xe8\x4a\x20\xc1\x8b\x30\ \x8f\x42\x27\xa3\xaf\x1d\x3e\x02\x76\x91\x28\x79\x18\x01\x07\xdc\ \x87\x8e\xae\x1e\x77\xa9\xb9\xd4\x9b\xc7\xf3\xba\x51\x63\x80\xb8\ \xe3\x70\x80\x89\xb1\xa4\x24\xa0\x43\xa0\xde\xfa\x85\x6c\x0a\x8b\ \x6c\x16\x2a\x40\x36\x76\xa0\x2c\x86\xdf\x0a\x0e\x02\x61\x0a\x56\ \x07\xe6\xcb\xb8\x31\x81\xc1\x8c\x51\xd3\xe6\x3c\x04\x24\x33\xee\ \x8f\xc8\xc3\xd5\x3b\x79\x42\x60\x6d\x00\x65\x42\x12\x0f\xa7\x71\ \x78\x00\x52\x58\x58\x27\x33\xe9\x1c\x37\x31\x94\x23\x04\x85\x4a\ \x66\xb3\x78\x18\xe8\x47\x02\x9c\xa2\x08\x29\x7c\x36\x8f\x43\xe7\ \x30\x58\xc0\xb1\x38\xd2\xa6\xb5\xbf\x37\xea\x6c\x47\xa6\x7f\xef\ \xda\x3a\x7d\xe8\xe8\xfe\xd5\xab\x57\xac\x6b\x2a\x2b\xa8\x58\x5d\ \xdb\xbc\xe6\xe8\xd6\xee\xb5\x67\xee\xdd\xbb\xf1\xcb\xf4\x97\x83\ \x83\xbf\x4e\x39\xc3\xe3\x03\xf6\xe0\x44\x78\xca\x39\xaa\xe7\x5a\ \x43\xc1\xf0\x68\xd8\x27\x80\x03\xd1\x9e\x21\x18\x08\xfb\x6f\x0d\ \x8c\x0f\xc4\xa6\x5c\xcb\xa2\x67\xa9\x35\x39\x39\x1a\x35\x10\x35\ \x65\xae\xae\x40\xab\x54\xb3\xa5\xf9\xea\x5c\x20\x14\x0d\xdb\x37\ \x55\xe7\x1b\xdb\x67\x36\xd4\x74\x1d\x6a\x6c\x3d\xdc\xd5\x7c\xfc\ \x58\x7b\xd7\xaa\xcf\x7f\xfe\x69\xf0\xc9\xcd\xc1\x09\x7f\xd8\x65\ \xb2\xab\x9c\x70\x94\xc6\x64\xd0\x68\x82\xf0\x67\xff\xf8\xcc\xa1\ \xe7\x72\xbf\xbe\x5b\x38\x27\xf7\x08\xc5\x77\x77\xf6\xeb\x08\x58\ \xcd\x09\xc0\x6f\xb0\xc2\x7e\x37\x42\xb7\x0a\x23\x80\x45\x60\x16\ \x51\x75\xbf\xfb\xe7\x9f\xf0\x65\xe1\xd7\xcf\x6f\xdd\x9c\x7e\xfa\ \xcb\x57\xef\xac\xdb\xba\xa5\x6b\xff\xba\x7d\xdb\xb7\x9f\x68\x6d\ \x6d\xac\x6f\xaa\xa9\xde\x56\x53\x65\xd1\x6a\x35\xa0\x8a\x0d\x18\ \xd0\x55\xa6\xb4\x15\xe8\x34\x52\xa9\x44\x9a\x2d\x96\x30\x18\x4c\ \x9c\xbe\xa4\x20\x2f\x65\xe1\xce\x35\x43\x83\xbc\x5c\x4e\xda\xa6\ \x94\xec\x9b\x3a\x29\xa7\xf0\x73\xae\x7f\xfc\x22\x71\x67\xcd\xce\ \xc3\x5b\xb6\x6f\xde\xb1\xf9\xca\x87\xdb\x1f\xbf\xf0\xcf\xbc\xf4\ \xff\xf3\x13\xa5\xee\x58\x69\x4d\x42\x65\xae\x45\xae\xcd\xd7\xca\ \x2d\x9a\x02\x65\x91\x36\x37\xbf\xc0\x60\xc9\xd1\xe4\xd8\xaa\x2b\ \xb4\x05\x45\xc5\x15\xe5\x96\xea\xea\x2a\x63\x99\xc1\x58\x55\x56\ \x56\x53\xd7\x52\xd5\xd2\xd2\xb0\xb3\xab\xbb\xab\xb3\x79\xed\xb4\ \x27\x79\xd5\xee\xe5\x1b\x0e\xad\x3d\x7e\xfd\xc7\x7d\x57\xee\x3f\ \x0e\xd9\x9f\x0d\x8e\xf9\x82\xfa\xd4\xa8\x98\xa5\x2b\xff\xf1\x76\ \x61\x84\x61\xf5\xcd\x03\x57\xdf\x5c\xe3\x90\x28\x61\x45\xbc\x0e\ \xe9\x6f\x0c\x3d\xf7\x15\xfe\x57\xd6\xcc\xec\x28\x61\xe1\x5c\xd4\ \xfb\x3c\xc1\x4a\x9f\xdf\x0b\x36\xaf\x0b\xe7\x0b\x5a\x40\xb3\xfe\ \xf3\xfd\xa5\xf3\x97\x3e\x39\x7f\x7e\xd7\xb2\x95\x25\xc4\x2a\x7b\ \xa0\x7c\x4b\x57\x02\xd5\x4a\xc9\x8c\x4e\x89\x8f\x49\x84\x73\x5e\ \x24\x4a\x13\x98\x02\x76\x7b\x38\x68\xc2\xc8\x85\x54\x9a\x8c\xeb\ \xd1\x5b\x3d\x01\xab\x0a\x87\x6f\xf4\x2a\xae\x55\x6f\x97\x99\x9c\ \xa9\x2a\x99\xde\x64\x32\x51\x05\xf6\xe0\x78\xc8\xc1\x75\xa8\xf4\ \x2e\x87\xdd\x61\xd7\x9b\xac\x26\x19\x35\x3e\x0a\xee\xc6\xee\x10\ \x51\x33\x04\xae\x11\xa0\x64\xfa\x0c\x9a\x2c\x0d\xfd\x0d\x7a\x1f\ \x91\x71\xfc\x6a\x70\x24\x08\xca\xd3\xe5\x0f\xca\x02\x43\x93\x53\ \xf0\xea\x19\x9a\x08\x3b\x3e\x10\x8c\x82\x28\xf4\xf9\x27\x4d\xce\ \xc0\x58\x30\x38\x62\x0a\x84\xc6\x42\xe1\xd0\x80\xdf\x21\x90\x39\ \x91\xd7\xe9\x45\x56\x9c\x13\xe2\xd2\x44\x2a\x87\x8b\xab\x12\x00\ \x64\x9a\x04\xd4\xc4\x94\x64\x01\x57\x40\x4d\xc3\x25\xd0\xc9\xa9\ \x09\x6f\x61\x77\x70\x18\x79\x54\xef\x30\xc1\x1d\xb0\x47\x48\x14\ \xc1\x23\xde\xac\x88\x60\x23\x68\xd4\x70\x1e\x56\xd1\xdd\x1d\xfd\ \x08\x5a\xfd\x11\x6a\x05\xda\xac\xb7\xb7\x07\x31\x8c\x18\xed\xe9\ \x05\xf1\x48\xd0\xa0\x0e\xe0\x59\x00\x59\x5e\x4c\x14\xee\x01\x7a\ \x86\x57\x62\x0c\x0f\x63\xab\x91\x24\x97\xd7\xb7\xd4\x95\x0e\x33\ \x81\x7a\x10\xb6\xaf\x3b\xc3\x04\x3d\x83\x2b\x0e\xcf\x0e\x08\x45\ \xd8\x1a\x7e\x89\x95\xfc\x59\xf8\x74\xf7\xa2\xc7\x01\xb4\x2a\xd1\ \x8d\x84\xbf\xa0\x3e\x87\x4b\x3b\xd8\x74\xdc\xfe\x0a\x20\x03\x08\ \xc1\xc8\xe3\x60\x93\xa0\xb4\x14\x64\x1c\x07\xa3\x13\xd0\xd1\x84\ \xbb\x36\xe9\x14\x32\x9f\xcf\x62\x13\xdb\xca\x78\xa5\x7c\x8c\xc2\ \x02\xc4\x02\x81\x08\x6c\x8a\x41\xc2\xd5\xa6\x79\xc4\xde\x07\x33\ \x83\x27\x34\xe3\xd8\x1e\x8f\xce\x51\x90\x25\x0c\x33\xda\x49\x29\ \x64\x0a\xe6\x01\x50\x78\x0a\x2f\xb6\x50\xfb\xb1\xd8\x0f\x3f\x6e\ \x29\x28\xc2\x52\x90\x21\x1c\x3a\x3c\x8e\x9b\x87\xfb\x21\x70\x8a\ \x90\x23\x74\xa3\xdf\x1d\x73\x99\x41\x02\x9a\x71\xe5\xb5\x10\x18\ \x1e\x9d\xc5\x60\x20\xb5\xa2\x13\xcb\xd5\x31\x65\x9e\x44\xc7\x81\ \x1c\x3a\x2e\x41\xe4\xd1\xd9\x58\xec\xe2\xb1\x80\x96\x31\x28\x0c\ \x4c\x22\x20\x71\x88\x45\xec\xbc\xdc\xb5\xef\xac\x6f\xd2\x64\x57\ \x5d\x5c\x6b\xac\x70\x5e\xad\x7c\x7f\xfa\xd5\xcb\xb1\xc9\xef\x0e\ \x36\x6c\xd9\x53\x7f\xa4\xfb\xe4\x95\xcf\x7f\x98\xfe\xee\xd3\x5f\ \xbe\xfb\xf5\xd7\x99\x97\x03\xd6\xd0\xf5\xeb\x23\xa1\xf1\xc1\x97\ \x7a\x8f\x6f\x64\x20\x3c\x62\x1a\x71\x38\x43\x93\x54\xbd\x4a\xe4\ \x18\x99\x1a\x1a\xf3\xcb\xe2\x63\x56\xc9\x73\x35\x46\x4b\x41\x2e\ \xe6\x2a\x6a\xb4\x62\x49\x0e\x3b\xbf\xc9\x96\x6f\x29\xc8\xce\xcf\ \x56\x56\x34\xef\x79\xb7\xd9\x58\xb6\x6e\xf2\xea\xf2\x23\x6b\xb6\ \xee\x79\x67\xfb\x8a\x15\x27\x1f\xdc\x7c\x35\xfe\xec\x99\xeb\xd6\ \xcf\xd7\x6e\x0e\x84\x47\x89\x80\x48\x9f\x49\xc0\xa5\xe9\x07\x16\ \xac\xcc\xf8\x08\x8e\xc7\x3f\x66\x4f\xc6\x88\xdf\xa8\xef\x6e\xdf\ \x6c\x5d\xbd\x2f\x52\x57\x8f\x14\xd8\x0b\xfb\x88\x1e\xe0\xdd\x88\ \x12\x44\xa1\x84\x15\x2b\x02\xb0\xfe\x9c\xe5\x65\x7f\xf6\xfd\x69\ \xba\x3e\x78\x1b\x00\xeb\xd3\x77\xdf\xd9\x7a\xfc\xd8\xba\xdd\xed\ \x7b\x77\x37\x1f\xeb\x6e\x2d\x6f\x69\xa9\xaf\x69\xaa\xcc\xd7\xe5\ \xa8\x35\x6a\x5d\x45\x53\x75\x45\x55\x85\xc1\xa2\xcc\x66\x8b\xe5\ \x12\xa6\x5c\x0d\xa8\xc5\xa2\x70\x80\x0d\x03\xc4\xf3\xf9\x24\x39\ \x99\x64\xcc\x52\x56\x64\xd1\xbb\x73\xf9\x1f\x4e\x1c\x97\x90\xeb\ \x2e\x2c\xfe\x63\xe3\xd1\xe2\xc6\xae\x23\xfb\xb7\xef\x38\x78\xf1\ \xea\x8d\x77\x1e\x7f\x3b\xf2\x72\xc6\xff\xf5\xff\x5e\x35\x54\x90\ \x76\x26\x97\x67\x69\x75\x1a\x8b\x45\x0c\x70\x68\x30\xea\x00\xba\ \x0a\x8c\xc5\x40\xb2\x6c\xf0\x92\x50\x6c\x2b\xae\xaa\xa8\x6c\x2a\ \xaa\xb4\x15\xeb\x0c\x15\x15\x2d\x55\x35\x0d\x15\x27\xf6\x36\x1f\ \xe9\xdc\xb2\xef\xc8\xc1\x87\x32\xd3\xee\x63\x7b\x36\x2c\x5f\xbf\ \xff\xa7\xdf\x57\xbc\x7b\xe3\xc1\x73\xdf\xc4\xed\xe7\xa3\xc0\x36\ \xf4\xaa\xc4\x03\xbb\xb0\xcb\x50\xf8\x46\xa1\xfd\xbf\x92\x92\x23\ \x17\x7e\x13\xd9\x3c\x31\x97\x35\x8a\x6e\x8f\xd9\xa8\xf7\x59\x94\ \x5a\x98\xfe\x66\xe2\xfb\xc2\xb9\x25\xd1\x0b\x23\x03\x88\xe9\x73\ \xec\x6a\x8e\x69\xcd\x46\xc1\xff\xe7\xdb\xb3\x1f\x7c\x7c\xf9\xbd\ \x53\xbb\x56\x2e\x59\xb6\x64\xe5\xc6\x4b\x07\x96\x1d\x58\x86\xe1\ \x33\xcb\x32\x17\x65\xc6\x2d\x8a\x8f\x01\x5d\x85\xc3\xc4\x2e\xbb\ \x27\x08\x92\xcd\x21\x93\x09\x04\xc9\x34\xbd\x28\x83\x66\xd2\xfb\ \x64\x2a\x11\xcd\xe1\x17\x38\x4d\x2e\x87\x00\x84\x1e\x4d\xa5\xd7\ \x9b\xd2\x68\x2e\xbf\xc7\x1f\xb0\x9a\x9c\xa8\x13\x65\x01\x8f\xd3\ \x63\xe5\xc6\xc7\x51\xf5\xb2\x54\x9a\x95\x1a\x45\x13\x99\xac\xf6\ \xb1\xd1\x00\x8d\x9a\x94\x61\x12\xd8\xad\x2a\x57\xc8\x94\x28\xd0\ \x4f\xdd\x9e\x08\x98\xac\x7e\xab\xcb\x21\xb2\x5e\x9f\x9c\x00\x52\ \x35\x15\x7e\xb2\xf8\x2e\x35\xe8\x9a\x98\x02\xbe\x35\x1a\xf2\xd8\ \x3d\xe1\x89\xd0\x68\x70\xc2\xef\x09\x81\xc8\x04\xf1\xe9\x1c\x70\ \xb9\xf4\x32\xbd\x0b\x6e\x63\xa2\xa6\x26\x67\x50\x45\x76\x91\x88\ \x4a\xa5\x02\xbe\x26\xa6\x65\xa4\x99\x64\xdc\x34\x9a\x89\x1a\x95\ \x96\xf8\xd6\x9d\xd2\x5e\x82\xcf\xf4\xe6\xe1\x86\x99\x5e\xac\x56\ \xe1\x1b\x20\xc4\x30\x82\xd2\xf0\x2c\x82\x80\xb8\xeb\x77\xbb\xcd\ \xc2\xde\x7e\x54\x7c\x40\x94\x7a\x87\x11\x88\x3a\x3a\x40\xce\xb9\ \x89\xed\x5f\x3d\x3d\x91\x0f\xfd\x00\x7c\x6e\x37\x30\x2b\x37\xfc\ \x83\xdb\x3d\x0c\x0c\x0e\x30\xa9\xa3\x97\xc3\x02\x41\x08\x02\x51\ \xc8\x32\x36\x18\x59\x3d\x5e\xb6\xbb\xa7\x7f\xd6\x5e\x1f\x01\x3f\ \xa4\x54\xfd\xf3\x0d\x4b\x24\x7c\xc3\x3d\x3d\x73\xe5\xf8\x61\xac\ \xc0\x0f\xf7\xe4\xc1\x3d\x0c\x63\x0f\x00\xa0\x6a\xd8\xdb\x0f\x1c\ \x87\x87\xa9\x08\x66\x61\x07\x8f\x67\xc6\x86\x91\x90\xb0\x9d\x63\ \xf9\x08\x23\xd7\x99\x3c\x21\x83\x2f\xe6\x03\x52\xe1\xfa\x31\x26\ \x8b\xc4\xa1\x8b\xc9\x1c\x26\x59\xc2\xa2\x63\xf8\x3b\x85\xcd\x60\ \xc3\x65\x1c\x33\x89\x4c\x32\x9b\x15\x4c\x1c\x03\xcc\x53\x08\x41\ \x33\xa2\xd1\x9c\xc5\xc3\x16\xa0\x30\x0f\xab\x49\x59\x38\x60\x63\ \x76\xe3\x46\x46\xc2\x7c\x0f\xcf\xae\x03\x90\x48\x01\x5a\x04\xeb\ \xe7\x38\x72\x0d\xea\x13\x23\xd9\xd1\x42\x0a\x74\x8d\x43\xa7\x30\ \x4b\x71\x0b\x21\x6e\x95\xe0\x90\x14\x14\x3a\xa0\x29\x29\x2f\x8f\ \xc3\xa0\xe3\x34\x34\x89\xc9\xa0\xf0\x40\xa1\x0a\x01\x96\xb0\x80\ \x05\xf2\x94\x01\xd7\x61\xd1\xe1\x62\x9c\x35\xe4\xb0\xe8\x40\xb8\ \xf8\x12\x92\xe6\xd0\x8a\x46\x63\x56\x8e\x46\x79\xbc\xf9\xc8\xf2\ \x1f\xb3\x8e\xee\xb9\xb0\x7a\xf4\xe1\x93\x89\xe9\x83\xdf\x6d\x5f\ \xbd\x6a\xd3\xe6\x2b\x5f\xdd\xbf\xff\xf8\xf6\xab\xdf\x9f\x3c\x1f\ \x0a\xbb\xc6\x5e\xdd\x0a\x0e\xbc\x3a\xf7\xe0\xd5\x48\x28\x84\xab\ \x2a\xc7\x5c\xb2\x31\xbf\xc8\x61\xb5\x3a\x06\x64\x2e\x51\x5a\xa6\ \xab\x2b\xb7\xb8\xba\x3a\x5f\x6b\xb3\x19\x73\xd5\xfc\x1c\x03\x93\ \xc1\x56\x56\x35\x1e\x6b\x69\x2c\xaf\xd9\xb9\x6d\x67\x53\xc3\xbe\ \x0f\xbb\x0d\xf5\x17\x3c\x5b\xae\x8d\x8f\xd3\x3c\xa7\xb7\xad\x9d\ \x9e\x79\x3c\x3d\xf3\xfb\xcc\x93\xd0\xd3\xa7\x2f\x67\xc6\x82\x13\ \x4e\xcc\xd3\x75\x04\xed\x22\x9a\x4b\xf5\x89\xeb\xd2\x81\x80\x6c\ \xf1\xff\xf6\x11\xbc\x60\x76\x10\x65\xae\xb8\xfe\x4d\x44\x16\xde\ \x9d\xaf\xb1\xdf\x9d\x67\x5a\xb3\x0c\x2b\xe2\xbb\x8a\x20\x18\x12\ \xaf\xc2\x3f\xf5\x13\x93\xcf\x7e\xbe\xf6\xe3\xa7\x07\x57\xad\xed\ \x6a\xdb\xbb\x7f\xeb\x9e\xfd\x7b\x1b\x6b\x76\xee\x6c\xac\xaf\xb7\ \x55\xe5\x5b\xaa\x2b\x0c\x4a\x4b\x41\x75\x59\x65\x4d\x71\x51\x2e\ \x88\xb7\x5c\x36\x53\x92\x0d\x42\x56\xcd\xc7\xe1\x4e\xe0\xac\x1c\ \x12\x4e\xb8\xb2\xcd\x3c\x25\x5b\xa9\x21\xe7\x54\xf0\xe4\x37\x9e\ \xd6\x18\x2d\xea\x27\xdf\x7e\xf2\x4e\x51\x5d\x7d\x7b\xf7\xde\x55\ \x3b\x36\x7f\x7a\xf1\xf4\x3b\xbf\x7c\xeb\xb9\x39\x98\xfa\xe2\x5f\ \x25\x8f\xf8\x9c\xce\xa4\xe3\xe5\xba\x9c\x5c\x8b\x41\x2a\x2f\xb2\ \x69\x75\x05\x1a\x69\x51\x45\x75\x79\x65\x55\x65\x95\x4d\x57\x51\ \x5e\x5d\x66\x28\xab\xab\xaf\x07\x5e\xd5\xd8\x79\x74\x5b\x63\xad\ \xb1\xa1\xb5\xfb\xc8\xb1\xcd\xbb\x4f\x6f\xdf\x7b\xf2\x7e\xa2\x7f\ \x6b\xeb\xd1\xa3\xab\xb6\xac\xbb\x3f\xbd\xe9\xe4\xb9\x2b\x3f\x4f\ \xfc\x72\x7b\xc2\x39\xf5\xdc\xe3\x5a\xf4\xc1\xae\xcc\x7f\xbe\x3d\ \x2b\xf6\xbe\x99\x73\x90\xce\xba\x18\xd2\x23\x54\x2b\xfd\x8d\x3e\ \xe0\xdc\x90\x61\xfa\x1b\xe9\x32\xe9\xaf\x57\xea\xa4\xcf\x2d\x89\ \x9e\x07\xaa\xc2\xd7\x18\x45\x10\xac\xc2\x79\xe8\x42\x59\x58\xf8\ \xcf\x4f\x3e\xda\x75\x60\xd7\xae\x95\x25\xcb\x36\x2e\x5d\xba\xeb\ \x00\xc6\xce\x2c\xc9\x5c\xb9\x12\x47\x0b\xa3\x53\x16\x24\xa5\x25\ \xa5\x8a\xb8\x02\xbb\x27\x10\x14\xd8\x9d\x2a\x19\x10\xf0\x98\xa4\ \x0c\x91\x15\x33\x8a\x9d\x2a\x91\xca\x0e\x2f\x4a\x76\xbb\x20\xc3\ \x64\xe7\x62\x5a\x0c\x8d\x96\xa6\xb7\x73\xa9\x4e\x67\x40\x2f\x70\ \xf9\xf5\xd6\xa0\x9e\xeb\x33\x25\x25\x65\xa0\xd5\x9d\x6a\xe5\xc6\ \xc0\x6b\x57\x6c\x94\xe7\xc9\x33\x80\x1c\x2e\x37\x43\xef\xd2\x0b\ \xf4\x56\x53\x9a\x69\xe0\xd6\x50\xd8\xe1\x07\x92\xe4\xb2\x3b\x9d\ \xe3\x63\xc1\x80\x7f\xfc\xc9\x08\x75\x41\x38\x18\x9e\x0c\x05\xa6\ \xc6\x46\x9c\x41\xe7\xc0\x58\xc8\x0f\x88\x16\x1a\x70\x9a\x4c\x56\ \x1a\x80\x9b\x23\xe0\xc3\x3c\x2c\x91\x48\xa5\x4f\xa3\x89\x70\xe5\ \x84\x4a\xc5\xa5\xd2\x9c\x82\x0c\x9a\x4a\x84\x5d\x42\x5a\x1a\x0d\ \x1e\x37\xf9\x2d\xa0\x41\xfd\xc3\xbd\x00\x58\x40\xb4\x90\x38\xcd\ \x56\xc8\xff\x06\x2a\xe1\xed\x8f\x24\xfa\x11\x05\x77\xf7\xb0\xbb\ \xc7\x8b\xb6\x70\x20\x3a\x1d\x58\x98\x07\x2a\x06\x0a\xcd\x8d\x4d\ \xfe\x0e\xb7\xf7\xce\x6c\x73\x0f\xe9\x16\xb6\xfd\x3b\x3a\xbc\x20\ \xd7\xfa\x89\x9d\x16\x1d\x3d\x68\x3d\x60\xf3\x00\x81\xcc\xc0\xb7\ \xe8\x15\x86\x62\xb3\x50\xc3\x88\x94\xa7\x7a\x86\x67\x25\x25\x51\ \xaf\xea\x27\x4c\x0d\xc3\x04\x56\xfd\x8d\xdf\x81\x2c\xfc\x9f\x1e\ \xa2\x9a\xd5\x8b\xc4\x0d\x7d\x5e\x70\xef\x79\x5e\xfc\x2a\x0f\xb3\ \x8b\xf3\x70\x41\x16\x03\xb4\x1c\xae\x56\x86\x73\x1f\x20\x0b\xb3\ \x85\x15\x18\x8c\x65\x26\x49\x48\x0c\x32\x99\x84\xfb\x09\x98\x14\ \x12\x99\xce\x62\x65\xe9\xe4\x2c\x0a\x93\x4e\xa6\xd3\x59\x4c\x26\ \x1b\xc7\x8e\xb0\x17\x07\x9c\x0a\x64\x1d\x5d\x88\x53\x36\x1c\x10\ \x8d\x18\x0b\xcf\xe2\xa3\x5f\xde\xac\xa0\x30\xf9\x64\x29\x9f\x81\ \x0b\x55\xfb\x89\x9f\x9b\x60\x9f\x77\x7a\xdd\x66\x6f\x3f\x0f\xfb\ \xea\x3c\x04\xcc\x3c\x06\x4e\xd5\x80\xe4\xe3\x61\x59\x1d\x4b\xee\ \x0a\x0a\x46\xb6\xf3\x14\xb8\x0b\x1a\x17\xa6\x82\xb8\x84\x67\x0a\ \xe0\x84\x71\x31\x1c\x12\x13\x7b\x90\x98\x0a\x41\x61\x51\x48\x0c\ \x16\x99\x47\xac\x4e\x85\xe7\xc1\x24\x73\x48\x24\x1e\x10\x34\x10\ \x3a\x12\x36\x29\xdb\x68\x91\x92\xd5\x62\xf1\xde\xfd\xca\xf2\x23\ \x4a\x75\xe5\x96\x0d\x0f\x4f\xbe\x7b\xef\xa7\xdf\x0f\xee\x5b\xb5\ \x65\xed\x3b\x17\x6e\x5f\x59\x71\xee\xe9\xef\x83\xcf\x06\x7f\x9d\ \x08\x4d\x4e\x8d\x59\xc7\xbf\x7b\xf0\xfb\xd0\xb3\x01\xbd\x3f\xe8\ \xf4\x99\x32\x80\xfb\xab\x68\x7a\x93\xd3\xe1\xb7\x26\x26\x9f\xd6\ \x2a\x6d\x96\xe2\x82\x82\x62\x9d\x46\x5e\xd4\xb8\xb3\xba\xa8\x75\ \xed\xb9\x47\xd7\x9e\xbe\x7c\xe6\x0a\xf9\x65\x8e\x57\xef\x1c\x69\ \xbb\xba\xc2\x58\x79\x35\xf1\x3a\x77\xd9\xe5\xc4\xdb\x0f\x3e\x7f\ \x38\xfd\xcb\xf4\xf4\xb3\x27\xcf\xc6\x5f\x7e\xf5\x78\x66\x6a\x70\ \x72\x04\xdb\xdf\x26\xab\xd3\xa4\xd2\xfb\x57\x72\xdf\xfb\x63\xc4\ \xa4\x5f\xf2\xe2\x1b\x6c\x0b\x12\x29\x4f\x73\x58\xf5\xcd\xec\x1c\ \x5d\xdf\x37\x7d\x73\xa2\x70\xd6\x7a\x15\x29\x6c\xcd\xe2\x54\xe4\ \x33\x16\xe1\x91\x5f\xa5\x67\x3c\xbb\xfe\xcb\xad\x5f\x7e\xc2\x7d\ \xd0\x5b\xf6\x1f\x5f\x75\x6c\xef\xf6\xfd\xfb\x8f\xee\x6c\xef\xac\ \xaf\xae\x01\x65\xa6\xb4\xd9\xca\x0b\x6c\xf5\x75\x65\x96\x4a\x43\ \x91\xd2\xa2\x94\xe0\x22\x13\x89\x14\x94\x2d\x86\x4c\x92\x29\x4c\ \x09\x53\xcc\xa4\x88\xf7\xb5\x56\x34\x90\x19\x59\x2c\x76\xad\x9c\ \xdc\x74\xac\x9c\xb9\xfa\xd6\x57\x49\xbf\x8d\x96\x37\x35\x1c\xdf\ \x7b\x74\xcf\xea\x35\x6b\xbe\xf8\xe2\xfd\x2d\x3f\xfd\xa1\x7f\xfc\ \x32\xf6\xaf\x45\xe3\x5f\xef\xf5\x1e\x4b\x34\x68\x8b\xab\xea\x6b\ \x2b\x72\xe5\x5a\x4d\x41\x51\x41\xae\x01\xbe\xab\x2c\xae\x68\x6a\ \x2a\x2e\x2b\xae\xaf\xcb\xb7\x94\xb5\x75\x36\xec\x6c\x68\x39\xbc\ \xbf\xbd\xad\xbd\xbd\xbd\xbb\xb3\xbd\xab\xfb\xe4\xa1\xdd\xcb\x0f\ \x6d\x79\x1a\xf3\xaa\x6b\xdb\xd1\xdd\x6b\xf7\x6e\x3d\xf9\xaa\x7b\ \xe6\xab\x1d\xef\x8e\x4c\x5c\x0f\xe1\x0e\x05\xff\xd2\xcb\x07\x0e\ \x2c\xfe\xfe\xed\xb9\x19\xc1\xbe\xf4\xd9\x55\x5f\x73\xa3\x39\x7d\ \xaf\x33\x1c\xe6\xea\xee\xe9\x73\x63\xd1\x73\xca\xb0\x30\xfd\x35\ \x50\x15\xbe\x51\x84\x9f\xb5\xc1\xcf\xbd\xcf\x0e\xef\x14\xce\xe2\ \x17\xd6\xb1\x80\x66\xfd\xf6\xd1\xa9\x8d\x67\x4f\x9d\x3d\x5b\xb2\ \x34\xb3\xe4\xc0\x01\xe0\x59\x18\xf9\x9e\xb2\x20\x6e\xc9\xa2\x94\ \x45\x29\x71\xd1\xf1\x69\xa9\x34\xbd\xdd\x17\x70\xf8\x41\xf1\xc1\ \x7f\x25\x90\x2c\xbd\x4c\xe4\x34\xd9\x31\x76\x21\x4d\xe6\x77\x7a\ \x46\x5c\x4e\x3d\xb0\x2d\x2e\x55\xa5\x77\x08\x04\x56\x91\x40\x60\ \x1f\x70\xc9\x04\x3e\x9f\xc7\x17\xf6\xf9\x9c\x49\x09\xb1\xc9\x32\ \xab\x48\x46\xa5\xb9\xd2\x92\x33\x32\xe2\x16\x51\x9f\x5c\x37\xe9\ \x33\x40\x5e\xda\x1d\x56\x95\x43\xaf\xd7\x3b\xc7\x47\x06\x27\xc7\ \x3d\x26\x93\xde\x04\x94\xfc\xf9\x14\xd6\xf8\x07\x26\x9d\xfe\x01\ \xcf\xc8\xc0\xc0\xd8\x78\x78\x7c\xca\x13\x08\x84\x7d\xa1\x50\x30\ \xe0\xf4\x78\x3c\x26\x57\x30\x1c\x90\xf9\x5c\x1e\x91\xd3\xca\x35\ \x99\x44\x76\x3b\x1c\xb2\x0e\x00\x2c\xae\xdd\x83\x5b\xe8\x32\xb8\ \x22\x19\xa6\x25\xa7\x45\x25\xa5\xc6\x25\xbf\x05\xf8\x34\x8c\xbd\ \x7d\x1c\x34\x2e\x2d\xed\xe8\xef\x2d\xf5\x9a\x3b\x40\x6c\x45\x80\ \x04\xf5\x4f\x24\x26\x18\x13\xa3\xe0\x1d\x0d\x56\x5e\xac\x4f\xdd\ \x89\xf4\x12\xf1\x5a\x84\x2a\x44\x68\xeb\x27\xbe\x42\xb4\x81\x7f\ \xca\x1b\xee\x25\x8c\x5b\x48\xa0\x00\x06\xfb\x49\x88\x7b\x70\xd1\ \x1d\x66\xd6\xb0\xc2\xcc\xa4\x10\x84\x6c\x38\x12\x0f\x41\x70\xa8\ \xde\xe1\x8e\x3b\x44\x65\xca\xdd\x5b\x8a\x77\x38\x5b\xbb\x22\x46\ \x1b\xb1\x2e\xdf\x81\xc6\x0a\xe0\x79\xbd\xde\x5e\x24\x70\xbd\x1d\ \xc0\xa8\x84\x40\x44\x14\x0a\x26\x09\xb3\x3f\x15\x40\xb7\x28\x4c\ \x12\xb1\xb2\x46\x21\xe4\xf0\xe8\x14\x21\x83\xcc\x06\x4e\x45\x07\ \x45\x28\x15\xd3\xd9\x62\x96\x54\x2e\x57\x8b\x01\xa8\x98\xfc\x6c\ \x7e\x16\x4e\x3f\x67\x51\x98\x59\x1c\x32\x9a\xd5\xb1\x7d\xc8\xe0\ \xb0\x14\x98\x0c\x4e\xc6\xad\x1a\x7c\x36\x3f\x4b\x4a\x67\xf1\x31\ \xdf\x93\x42\x67\xb2\x41\xf3\x79\x51\x11\xa2\xad\x02\x7f\x35\x6e\ \x6f\x47\xa9\xc2\x8b\x52\x10\x99\xa7\x99\x43\xc6\xcd\xcf\x42\xb3\ \xb7\xb7\xb4\x03\x57\xa5\x72\x14\x4c\x3a\x08\x52\x06\x0f\x9d\x0c\ \x38\x61\xc8\xe1\xe0\xde\x67\x33\x3e\x0a\x99\x41\x81\x37\x84\x34\ \x0a\x70\x2b\x32\x43\x01\x4f\x90\x0c\x70\x4a\x26\x01\xc4\x61\xac\ \x0f\x1b\x41\x16\x57\x4e\xb0\xc9\x3c\x31\x9f\x47\x61\x33\xb7\xb5\ \xef\xbc\x5f\xc3\x27\xd3\x35\x39\xb5\xd5\xed\x27\xd6\x5e\xf8\x74\ \xf7\xf6\xae\xae\xd6\xce\xd3\x17\xce\x5c\xfd\xee\xab\xef\x66\x5e\ \x0e\x8e\x8f\x4c\x84\xc3\x41\xc7\xe0\xcb\x91\xdb\x03\x26\xf8\xc2\ \xa1\x72\x38\x69\x34\x91\xc0\xae\xe2\xca\x44\x81\xc9\x05\x82\x2e\ \x69\x6d\x7d\x75\x5d\x53\x67\xf7\xf6\x7d\x6b\xd6\x3c\x78\x12\xfa\ \xf5\xfe\xd0\xe4\xc4\xad\x67\x3e\x6a\xf4\xf9\xcf\x4e\x8d\x9d\xdb\ \x74\x23\xe5\xdd\x87\xad\xb9\xca\x87\xe7\x57\xfa\x7e\x08\x0c\xdd\ \xfe\xf1\xde\xc3\x9f\xa7\x7f\x1f\x7c\x35\x35\x75\xfd\xd1\xe3\x5f\ \x9f\x4d\x4c\x84\x02\x0e\x99\xc8\x03\x72\x81\x66\x57\x25\x1d\xe0\ \xc6\xd2\xec\xb2\x50\xda\x8b\xbb\x7d\x91\x1e\x3e\x31\x21\x17\x29\ \x63\xcd\x8d\xce\xcd\x82\xd5\xdd\x59\x8a\xf5\xcd\x6c\x0d\x8b\x68\ \x15\xce\xbd\x7d\x43\x38\x1a\xee\x2e\x3c\x3b\x72\x7d\xf0\xe7\x99\ \xa7\x5f\x7d\xb8\x69\xd3\xea\x0d\xfb\xd7\x6f\x07\x55\xd8\xd8\x72\ \xe2\x58\x5b\x6b\x6b\x7d\x53\x6d\xb5\x41\x69\x2b\x2a\x2f\xa8\x6e\ \x2c\xce\xb7\x15\x14\x18\xb4\x05\x5a\xbe\x94\xcc\x64\x91\xf9\x1a\ \xb9\x84\x4d\xc6\xe5\x42\x4c\x31\x6e\x80\x2e\x6a\x52\xd6\xdc\xde\ \xb1\xef\xa0\x46\xca\x56\x70\x72\xe4\x7c\x56\x5b\xf2\x07\x1f\xa5\ \xd4\x34\xb5\x34\x35\xec\xef\x5c\xb1\x63\xc3\xc5\x0f\x6f\xbc\xbf\ \xf6\xc7\x17\xa2\x2f\x66\x96\xfc\x15\x98\x5e\xf4\x91\xb6\x55\xa4\ \xcc\xc9\xcd\xd5\x19\x0a\x74\x05\x45\x6a\x78\x8c\x8a\xaa\x32\x63\ \x71\x75\x51\xf9\xb6\x9d\x2d\x2d\xc5\x95\x0d\x35\x35\xf5\xb5\x2d\ \x75\xdd\xd5\xf5\x9d\xed\xed\x9d\x7b\x36\x74\x6f\xab\x3f\xd6\xbe\ \x65\xd3\xde\x93\x1b\xda\x77\x4c\x8b\x36\xed\x3c\xbe\xf5\xd0\xbe\ \x3d\xfb\x36\x4c\x6d\x9d\x7e\x7e\xf1\xdd\x11\xea\x88\xdf\xe9\x7f\ \x3e\xa2\x3a\xbb\x2c\xf3\xf2\xe2\x4f\x16\x16\xbe\xa1\x05\x23\x80\ \x8e\x9b\x28\x66\x23\xb1\xfa\xe6\xf7\xac\xce\x3b\x4a\xe7\x97\x44\ \xcf\xad\x5a\x9d\xaf\xb6\xe3\xf7\xb3\xe0\x44\x5c\x4c\xb8\xb1\x0a\ \xdf\x2c\xc0\x47\xfe\x95\xf8\xf3\xf6\xc2\xb7\x5f\x5c\x3a\x7f\xfe\ \xf2\x32\x62\x18\x7a\x23\x66\xc1\x9f\x5a\x9c\x92\xb2\x20\x7a\x51\ \x54\x7c\x6c\xdc\x92\xe8\x98\xb8\x98\xa4\x54\x5a\x86\xd5\xe5\xf4\ \x04\x9c\x56\xbb\xcf\x25\xc2\xa2\x94\x40\x04\xaf\x58\x00\x09\x02\ \x00\x2e\x81\x75\xc0\x33\x36\xe2\x73\x59\x01\x83\xec\x26\x95\x55\ \x60\xd7\xab\x9c\x3e\x6e\xc8\x05\x57\x19\x08\x38\xfd\xd4\x98\x05\ \x71\xa9\x2a\x7b\x5a\x72\x02\xcd\x14\x95\xca\x15\xc0\xfd\x82\x6e\ \x53\xa5\x71\x69\x2a\x9f\xcb\x64\x0d\xd8\xa9\xb4\x91\x21\x38\x6e\ \x26\xec\x40\xc9\x1c\xf0\x28\xa1\xa9\xf0\x98\x2f\x38\x30\xee\x47\ \xb0\x9a\x18\x1f\x1b\xf3\x0d\x8c\x05\x83\xa6\xc0\xd8\x64\x28\x14\ \x1e\x75\x82\x32\xf5\x85\x5d\x56\x4c\x99\x41\x03\xa9\x4b\xa6\xf7\ \x89\x64\xf0\xb8\xf0\x42\xab\x87\x47\xc7\xa9\xc4\x0c\x6a\x12\x2d\ \x2d\x29\x31\x25\x85\x26\x8b\xe5\xbe\x05\x90\xd2\xe1\x85\xf7\x61\ \x82\x1b\xf5\x0e\xe7\x11\x82\x0e\x40\x8a\x68\x0e\x62\xab\x0f\xab\ \xe8\x79\x1d\xf0\xb9\xd4\xdb\x01\xd4\x09\xa4\xa3\x17\xb1\xa9\x1f\ \x1b\x8a\x77\x00\x8d\x86\x09\x9c\x22\x2a\x4d\x70\xdb\x7e\xac\x6b\ \xdd\x41\xdd\x36\xdc\x8f\x49\xa5\x84\xc3\x13\x60\x69\x18\xf1\x8a\ \x80\x32\x90\x92\x77\x70\xab\xf3\xdf\x44\x85\x9f\x68\x05\x62\xcb\ \x0f\x1e\x07\x67\x9d\x7b\x30\x3f\x3d\xcf\xed\x8e\xac\x6e\x1e\xee\ \x8f\x14\xc7\x80\x05\x62\xc1\x1d\xd0\xf4\x0e\x7c\xea\x47\x8f\x68\ \xbf\x59\xe1\xcd\x13\xd2\x41\xb8\x95\x0a\x31\xca\x45\x48\x01\xc4\ \xa0\x30\x99\x1c\xe4\x34\x4c\x05\x6e\x71\xa0\xb3\xd8\x62\x3e\xee\ \x77\x65\xf3\xe5\x4c\x7a\x76\xb6\x52\x2d\x55\x67\x03\x1a\x49\x99\ \x7c\xb9\x38\x5b\xcc\x12\x8b\xe5\x2c\xf8\x46\x42\x16\x9a\x15\xb8\ \x39\x90\x8e\x0b\x06\x59\x2c\x12\x45\xc2\x52\x67\x4b\xb5\xac\x2c\ \x50\x1d\x52\x38\x17\x30\x7e\x97\xcc\xa7\x0b\xdd\x80\x46\x28\x6b\ \x81\x03\x82\xb6\x2d\x55\x98\x15\x80\x59\x68\x5d\xe4\x28\x14\xb8\ \xcb\x5e\x88\x12\xd2\x8d\xd3\x3c\x44\x00\x66\x1e\x32\x2f\x0c\x1f\ \x55\x00\x6c\xe5\x61\x0c\x03\x1a\x1b\x49\xb8\xd5\x19\xb7\xd0\x72\ \x70\xfc\x46\x48\x07\x31\x98\xc7\x61\x91\xc9\x79\x79\x24\x86\x82\ \x58\x9c\x41\x27\x53\x58\x6c\xa6\x10\x20\x0b\x84\x2b\x45\x97\xc5\ \xe1\x33\x18\x2c\xb5\x24\x5f\x27\x97\x4a\xd5\x39\x5a\xb5\x56\x5e\ \xde\x75\x75\xfd\xba\xd5\xcb\xd7\xad\x78\xf7\xd1\xfb\x57\xee\x6d\ \xfa\xfc\xe9\xcd\x6b\xaf\x26\x5f\x0d\x0e\x3e\x7f\x32\x12\xf6\x8d\ \x00\xad\x1f\xf0\xc9\xb8\xc9\x49\xd4\x24\x51\x7c\xb2\xde\x61\xe7\ \x5a\x17\x24\x5c\x5c\xf5\xf0\xab\x2f\xd6\xac\x79\x67\xcd\xf6\x15\ \x57\xae\xfd\x3a\xfd\xe0\xe1\xaf\x33\x2f\x5f\x3a\x4c\x8e\xf8\xf3\ \xef\xc5\xfd\x7c\xfc\xd8\xe6\xd5\x2b\xec\x23\xdf\x15\x6b\xb4\x47\ \xed\xdf\x15\xe7\x54\x1e\xdb\xf3\xf3\xed\x47\xd7\x67\xa6\x07\x6f\ \x5d\xbf\x3e\xf8\xd3\xd3\x9f\x87\xc6\x3c\x61\xdc\x07\x35\x6e\x97\ \x89\x54\xa9\xb1\xcb\x12\x13\x92\x33\x54\x22\xd9\xd9\x3f\xff\x7c\ \x23\x77\x60\xde\x20\x39\x5b\x70\xff\x93\xa8\xad\x13\x85\x2c\x82\ \x4f\xcd\xf5\x0c\x5f\x0b\xc2\x59\xce\x95\xfe\x71\x70\xf4\xe6\xd0\ \xef\x4f\xbf\xbb\x72\xee\xe0\x99\xe5\x7b\xb7\xed\xdb\xb3\xf7\xe8\ \xfe\x96\xe6\x63\x3b\x1b\x6b\x5a\x5b\x6a\x2a\x2a\x2c\x5a\xad\xa1\ \xcc\x58\x51\x6c\x29\x2b\x96\xe6\xe8\x8a\x94\xf2\x7c\xa5\x94\xcf\ \x52\xab\xb5\xd9\x59\x7c\x2c\x05\x32\xd8\x59\x7c\x69\x4e\xf9\xaa\ \x6b\x8f\x0e\x5b\x8a\x8f\x05\x7e\x9d\x5e\x25\x3f\x79\x6e\x73\x55\ \xf5\x9a\xcc\xef\x3f\x59\x53\x7e\x18\x6b\xe5\xed\xab\x4f\xaf\xdf\ \xf4\xe5\x0f\x1f\xae\xfd\xe5\x85\xe0\xd1\xe0\xa5\xdf\x66\x26\x9d\ \x7f\x50\x3b\x3d\xb8\x2c\x4d\x97\x23\x91\xe4\x16\xe7\x1b\x71\xbb\ \x46\x71\x71\x59\x75\x75\x55\x5d\x65\x5b\x5d\x4d\xf5\xce\x9a\xc6\ \x66\x00\xbb\xfa\xaa\xe6\xce\xc6\x86\x96\xe6\x86\xc6\x86\xf6\x15\ \x47\x8e\x1d\x5a\xff\xee\xd1\x3d\xeb\xef\x39\xd6\x76\xed\x6e\xdf\ \xbe\xe1\xe0\xa3\xbd\x37\xcf\xec\xa1\x4e\xdd\xf8\x9d\x7a\x3d\xec\ \x9f\xb8\x36\xe9\xb8\xb4\x2b\x6e\xd7\xb2\x65\xc4\xfc\xf2\x9c\x15\ \xab\x70\x76\xf4\xb9\xef\x8d\x85\xd0\x6f\x38\x44\xff\xeb\x6d\x8e\ \x5f\xf5\x21\x85\x22\xe6\x0b\xe7\x91\x6b\xae\x7c\x35\x4f\xbf\x22\ \x75\xf7\x59\x08\x9b\xf3\x67\xfd\xe7\xdf\x1f\x5c\x3a\x7f\xf6\x14\ \x2e\x84\x5e\x79\x79\x65\xc9\xa2\xc5\x25\x25\x4b\x52\x52\xa2\x17\ \x47\xc7\xa6\x2c\x5d\xb2\x28\x36\x26\x89\x1b\x9f\xcc\x45\x0a\xe3\ \x74\xb8\x3c\x76\xab\x15\x63\xd4\x55\x1e\x07\x97\xcb\xb5\xca\xac\ \x76\xa7\x87\x26\x73\x98\xac\x13\xd7\x07\xc7\x1d\x19\xc9\x32\xae\ \x55\x2f\x50\xc1\xff\xb8\x29\xc3\xea\x73\x38\x43\x4e\x20\x3f\xc9\ \x51\x69\x40\xc5\xa2\x92\x33\x92\x44\xa9\x49\x34\x99\x2a\x83\x1b\ \x17\x17\x93\x9a\x9c\x96\x41\xe3\xaa\x54\x70\x3c\xd9\x55\x22\xd7\ \x93\x57\xcf\x26\x27\x06\xac\x81\x01\xa7\xcf\x69\x77\x06\x26\xa6\ \xc6\x27\xc3\x13\xe1\x89\x71\x4f\x78\x68\x32\x18\x0a\x86\xc6\x5c\ \xae\xe0\xe8\x48\x28\xe4\xf1\x04\x42\x1e\xe0\x74\x61\xa7\x35\xec\ \xf3\xfb\x40\x71\xaa\xec\x32\x93\x8c\x2b\x33\xe9\x1d\x5c\xbd\xc0\ \x29\xa0\x09\xb8\x7a\x55\x46\x42\x1a\xd5\x4a\x4b\x4d\x5d\x94\x19\ \xc3\x4d\x72\xbd\x35\x7c\x07\xe7\x5f\x86\x3b\x08\x34\xb9\x43\x60\ \x0f\x48\x3d\x04\x8a\xbf\xff\xc6\xaa\x37\x4a\x40\x5c\x18\xe3\xc6\ \x79\xbd\x8e\x7e\xb7\x17\xf3\x0d\x00\xbe\xd0\xb4\x09\x74\xa7\xb4\ \x87\xf0\xc0\x9b\xbd\x68\x3a\x47\x07\x55\x4f\xc7\x1d\xe2\x46\xa5\ \x1d\xb8\x75\x15\x0b\x58\x84\xda\x23\x4a\xf7\x48\xdc\x70\x88\xa6\ \x27\x72\x15\x0c\x63\xe8\x21\x98\x5c\x4f\x44\x1b\xa2\xc7\x01\xee\ \xbc\xd7\x1c\x49\x49\x2f\xc5\x0e\x62\xff\xac\x01\xbf\x9f\x48\xbe\ \xc1\x3a\x5b\x7f\xaf\x59\x21\xec\x70\xc3\xe9\x0e\x20\x45\xa1\x00\ \x20\x00\x91\xc1\x61\x18\x45\x5e\xaf\x82\xc3\x20\x0b\xe9\x79\x24\ \x3c\xef\xf9\x64\xb1\x9a\xcd\x94\xa8\xc5\x64\x3e\xbc\x0a\x03\x49\ \x62\x4a\x25\x72\x6d\x36\x49\x2a\xce\x96\x67\xc9\xc5\x52\xb9\x86\ \x2d\xc9\xc9\x66\xf1\x41\x1c\x02\xc7\x12\x72\x84\x24\xb6\x84\x09\ \xe2\x02\x70\x2e\x8b\x43\xe2\x4b\xc5\x2c\xb5\x38\x8b\xcc\x97\xb0\ \xc4\x74\x8e\x94\xcf\x64\xe1\x22\x21\x34\x52\xc0\x93\x05\xbc\xea\ \xed\x45\x19\x0a\xe2\x0f\xa3\x61\x48\x44\x86\x0c\xf0\x2c\x9c\x27\ \xec\x70\x73\xd0\xc8\x8e\x4b\x9c\x79\x58\xdf\xc2\x35\x5e\xe8\x18\ \xf5\x82\xf4\x23\xf3\x39\x88\x57\x74\x3a\x89\x42\x62\x62\x70\x0c\ \xf1\x0d\x7c\x2d\x61\x30\x31\xd1\x9d\x01\xf7\xc4\x01\xe8\xe5\xb0\ \xe9\x1c\x3a\x93\x04\x1a\x96\x05\x5f\x49\xa5\x12\x36\x3b\x1b\x24\ \x90\x5a\x92\x2d\xc9\x96\xeb\xb4\xba\xf6\xcd\xe7\x36\x6c\x3e\xf8\ \xce\xa6\xd3\x07\x37\xbf\x7b\xe6\xc2\xd5\x9b\xd7\x9e\x4e\xbf\x7a\ \xfa\x74\xea\xd9\xe4\x88\xdd\x34\x15\x94\x89\xec\x2e\x2e\x2d\x36\ \x26\x35\x55\x26\x12\xc1\xe1\xe5\x48\x70\x6c\xab\x6a\x6c\x39\x7a\ \xa2\x7d\xef\xa1\x15\x7b\x8e\x1d\xdb\xf7\xfe\xbd\xe9\x57\xcf\x06\ \x27\x5c\xb4\xd8\x5d\x67\x65\x37\x8e\xec\x5f\xb1\x77\xdf\xc3\x8c\ \x87\xe1\x9f\x34\x05\xb6\xfc\x93\x6d\x9a\xa2\xf2\xca\x8a\xd5\xab\ \x7f\x0f\x3e\xbd\x39\x34\x75\x73\xf2\xe6\x8d\x1f\x67\x6e\x4e\x4e\ \x4c\x86\xf4\x26\x7b\xd0\xc4\xd5\x9b\x32\x62\x17\x08\xe2\xd3\x44\ \xb2\x8c\x45\x2f\xe6\xce\xb0\xf9\xb3\x31\xa2\x83\x88\x42\x15\xf2\ \x2a\x2c\xc4\xcf\x3a\x1c\x22\xcd\x43\xe2\xcb\xbb\xf3\xb0\x45\xfc\ \xe3\xdb\x7f\x8c\x8d\xbf\xba\x79\xf3\xe9\xe3\xfb\x57\xde\x3f\xb7\ \x79\xcb\xf6\xdd\xc7\x76\x77\xb5\x1c\xee\xea\x3a\xd6\xbc\x0d\x24\ \x61\x73\x5d\x99\x51\xab\x2c\x2a\xc8\x2f\x36\xea\x8a\x2a\xf3\x75\ \x1a\x9d\x56\x2b\xd7\x00\x60\xf1\xa5\x4a\x39\x9b\x8e\xdb\x47\x14\ \xec\xec\x2c\x9d\xa5\x79\xc3\xc8\xe5\x03\xab\xca\xca\xcb\xb7\xb5\ \x1d\xd2\x1c\x39\xd4\x56\xb6\xff\xe5\xd2\xbf\x44\x96\xaa\x96\xca\ \xaa\xba\x13\x87\xde\xbd\x78\x7a\xc7\xd5\x0b\x17\x76\xdc\x7e\x91\ \x70\xff\xf9\x3f\x2e\x3f\x1c\x1d\x8f\xfe\xdf\xa8\x5f\xe5\xf9\xb9\ \x5a\x8d\x86\xaf\x96\xe6\x54\xea\x0a\x0a\x34\x15\xf5\x65\xe5\x4d\ \xd5\xe5\x16\x5b\x35\x50\xab\xca\x9d\x9d\x55\x4d\x8d\x55\xf5\x2d\ \xed\x8d\x35\x55\xd5\xdb\xaa\x1b\xda\x8e\x9c\x42\x8f\x96\x3f\x00\ \x00\x20\x00\x49\x44\x41\x54\xe8\x6c\x5f\xbe\x67\xf7\x91\x0d\x27\ \xee\xfd\xb2\xef\xc8\xf1\xc3\xad\x47\xba\x37\x7d\x79\xef\x87\xce\ \xa7\x99\x9e\xeb\x22\x9a\xcf\xea\x79\x35\xaa\x3a\xb0\x6b\xc9\x81\ \x53\x29\xff\x58\x98\xfe\x46\x9a\xcc\x5c\x56\xf2\x1b\xeb\x72\x22\ \xc6\x86\xd9\x66\x61\x24\x5f\x66\x6e\x6f\xce\x5c\xc5\x6a\x61\x7a\ \xfa\x3c\xa2\xbd\x76\x67\xbd\x06\xab\xff\x8a\x73\x88\x7c\xc0\xf8\ \xac\xff\xbc\xb8\x7c\xea\xd4\x07\x1f\x9c\x5d\xb9\xf1\xd4\xd9\x95\ \x25\x2b\x4b\x4a\x36\x2e\xce\x4c\x59\xb4\x14\x10\x6b\x41\x42\xec\ \x82\xa8\xf8\xa4\xe8\xd8\x8c\x34\x9a\xc9\x25\x00\x7e\xe5\x92\x99\ \x9c\xb8\x05\x47\xc6\xb5\xcb\xf4\x7a\x91\xc0\xe1\xb2\xa3\x46\x14\ \xf9\xfc\xcf\xc6\xae\xfb\x54\x4e\x3f\xc8\x40\x93\xd5\xe9\x49\x13\ \xb9\x3c\x7a\x8f\xcf\xe3\x14\xa5\x52\x13\x62\xec\xa2\xb4\x24\x19\ \x95\x6b\x35\xe9\x45\xb2\xb4\x0c\x41\x54\x4c\x6a\x5a\x1a\x4d\x06\ \x60\x67\xb5\x5a\xc3\x4e\x93\xca\x34\xf8\xea\xd6\xb3\xe7\xe3\xa0\ \xf1\xec\xae\x50\xd8\xe5\x1b\x1f\x0f\x86\x46\x00\xa9\x9e\x8f\x8c\ \x4c\x0c\x4d\x04\xfd\xbe\xf1\xd1\x70\x70\x64\x2c\xe0\x0f\x05\x7d\ \x56\xdf\x88\x27\x38\xa0\x37\x8d\xe9\xad\x7a\xab\xc9\xaf\x92\xb9\ \x4c\x34\x99\xc8\x4a\xe3\x72\xb1\x6b\x29\xa0\x51\x45\xd4\xa4\xa4\ \x54\x6a\x86\x5e\x25\xc8\x48\xa6\xd1\x54\xe1\xb7\x86\x51\x81\x75\ \xe0\x0e\x55\x00\x11\xf8\x0b\xcc\xc5\x8b\x64\x66\x98\x10\x64\x5e\ \xf4\x0e\x60\xa5\x4a\xe1\xf5\xa2\x9f\xa0\xd7\xec\x46\x97\x55\xaf\ \x19\xa4\x61\xef\xb0\x77\xb8\xd7\xeb\x1d\x46\x18\xea\x00\xad\x86\ \x89\xe4\x40\xd5\xd0\xe4\xee\x2d\xc5\x5e\x62\x7f\x6f\xc4\xa2\x30\ \x1c\x69\xfa\xe1\x60\x75\x47\x07\x41\xc0\x50\x46\xe2\xed\x40\x03\ \xf6\x96\x2a\x7a\x3b\xbc\x11\x87\x44\x3f\xdc\xce\x6b\xf6\x62\xd6\ \xb0\x10\xe7\x52\x18\xde\xb9\x56\x25\xd6\xb5\xe0\xc6\x66\xe0\x7f\ \x80\xa5\x6e\xb3\x39\x8f\x87\x65\x1e\x12\x05\x97\xa5\xe0\xd8\x0c\ \xa2\x03\x45\x38\x3c\x9c\xc7\x24\x53\x84\x0a\x06\x1f\x74\x1d\x5d\ \xc2\x66\x31\x25\x2c\x49\x16\x8b\xc9\xcc\x46\xa2\xa4\xce\xcd\xc9\ \x55\xe7\xb2\x94\x4a\x8d\x56\x92\x25\xce\xca\x66\x91\xe8\x62\x32\ \x4b\x82\x6b\x7e\x48\x0c\x90\x6b\x1c\x32\x8b\xc9\x67\x49\xc4\x4c\ \x56\x0e\xe8\x47\x75\x96\x24\x27\x2b\x97\x4f\x61\x4b\x58\x1c\x1e\ \x5b\x2d\x61\xf2\x3a\x4a\xdd\x04\x07\x24\xba\xa3\x5e\xd0\xa4\xa5\ \x68\xa2\xe0\x99\x31\x38\x14\xab\x54\x66\x2f\xce\xf4\x30\x28\xd8\ \x2f\xc4\x45\x38\x68\x8e\x60\x61\xee\xa1\xd0\xdd\x8f\xd3\x3f\x0c\ \xcc\x5e\x10\x2a\x00\x63\x19\x0c\x3a\x83\x4e\x66\x32\x14\x79\x74\ \x0c\x41\x26\xf3\x99\x14\x0e\x88\x57\x05\x05\xe7\xa8\x29\xb8\x00\ \x96\x45\x22\x67\x91\x29\x58\xa0\xc9\x56\x93\x18\x7c\x29\x1d\xd0\ \x96\xcf\x96\xb2\xb3\xd4\x72\xb9\xce\x56\xb5\xfa\xe2\xd5\x2d\xab\ \x37\x6f\x7d\xf7\xde\xa7\x67\x6e\x3c\xb8\x71\xe1\xda\xe3\x5f\xaf\ \x0d\xde\x9c\x09\x3f\xf7\x4f\x39\x9d\x4f\x06\x54\xb1\x98\x06\x29\ \x50\xf9\x42\x81\x11\x99\x8c\x4a\x5b\x1c\xae\x6c\x69\x3f\xba\x67\ \xcd\x3b\x3b\x96\xbf\xff\xe3\xd0\xcc\xf4\xcd\x27\xcf\x67\x9e\x05\ \x3c\x49\x2b\xcf\x96\x3c\xdb\xda\x7a\x64\xc5\x8a\x23\x17\x03\x2f\ \x37\xac\xbd\xf2\x61\x91\xad\xac\xa8\xac\x48\x5b\x69\xa9\x5f\xf1\ \xf9\xe4\xe3\xc9\x6b\xbf\x8f\x0f\xbc\x9a\x1c\xfc\xea\xe9\xe0\xe0\ \xe4\x78\x38\x0c\x07\x94\xc3\x2a\xa3\xe9\x53\x05\x69\x89\x09\x69\ \x40\xb0\x4a\xbe\x89\xac\x0e\x9d\x1f\x3b\xe9\x8b\x24\x41\x7d\x33\ \x67\x6f\x8f\x54\xdf\x67\x4b\xef\x77\x67\x4b\xf1\x77\x67\x01\xeb\ \x4f\x42\x11\x02\xbf\xfa\x5f\xd5\xc8\xf5\xe9\xdb\x37\x9f\xfe\x70\ \xff\xfd\x4d\x2b\xd6\xee\xdd\xba\x62\xef\xfe\xea\xc6\xd6\xe6\xd6\ \x43\x5d\xad\x8d\x35\x2d\x8d\xe5\x0d\xe5\x86\x5c\x9d\x4e\x99\x5f\ \x61\x91\x6b\x8d\xf9\xf2\x1c\x4d\x8e\x3a\x1b\xfe\x9f\xd8\x12\x79\ \x16\xbc\xa4\x48\x58\x42\x1e\x86\x4b\xd8\xb6\xdc\x1b\x5a\x70\x76\ \x68\xeb\xc3\x7b\x4f\x37\x55\xd1\x39\xca\xf5\x57\xee\x7f\x9e\xfc\ \xbd\x53\x6b\xac\x6a\xae\xad\x6e\xdd\xbd\xfc\xe4\x95\xd3\x5f\xbe\ \x7f\x61\xc3\xbd\x17\x09\x5f\x89\xfe\xa5\xba\x3a\x14\x1a\xf8\xe4\ \xdf\x83\xd2\x82\xdc\x5c\x79\xb6\x58\x27\xcf\xca\x2d\x50\x67\xcb\ \x0d\x06\x8d\xb1\xd8\x66\xa8\x30\x18\xca\xeb\x6b\x2a\xb7\xb5\xd6\ \x9d\xd8\x59\xdf\x0c\x70\x55\x56\x5d\x7b\xe2\x44\x7b\x77\x53\xe5\ \xce\xf5\xc7\x0f\xed\x69\xdf\xbf\xfd\xc6\xba\x23\xdd\x5b\xdb\xda\ \xda\xeb\x56\xbf\xfc\x7c\xf0\xf8\xaa\x60\x82\x20\x69\xa9\xd3\x9a\ \x1a\xf2\x27\x6d\x5c\xb6\x64\xf1\x81\x25\x29\x7f\x45\x52\x1b\xe6\ \x0b\x7a\x6f\xb4\x0a\xe7\xd3\x64\x22\x8e\x87\xf4\xf4\x59\x58\x9b\ \xb7\x8a\xbe\x8e\x99\x29\x4c\x7f\xc3\xfb\xbe\x70\x4e\x0e\xce\xd7\ \xe7\xe7\xe0\x2a\x52\x87\x8f\xa0\x56\xfa\xdb\x85\x5f\x5f\x3e\x70\ \xfe\x83\x4b\x67\xcf\x9f\x3d\xb0\xf1\xc0\x59\x80\xac\x65\x25\x99\ \xd1\xcb\x96\xc5\xc6\xc4\x44\xa7\xa4\x24\x24\x26\x44\x45\xa5\x66\ \x50\x1d\x3e\x5f\xc8\xee\xb1\x7b\x5c\x3e\x9f\xcf\xa5\xd7\xdb\xf5\ \x22\xa7\xd3\x2e\xb3\x5a\xb9\x7a\x7d\xd0\xa1\x72\x85\xfc\xae\x10\ \x46\xfd\x89\x54\x0e\x6a\x06\xd5\xca\x15\xe0\xd2\x42\xbb\x33\x23\ \x39\x29\x29\x3e\x41\x25\x48\xcb\x90\xa5\x9a\x54\x76\xbd\x33\x43\ \x64\x12\xa9\xa8\x69\x34\x1a\xae\xbb\x01\xc4\xd1\x7b\xfc\x0e\x55\ \x78\x66\x68\xe2\xd6\xe0\xe4\x80\xdf\x14\x70\x1d\x58\xe9\x1f\x0d\ \xfb\xc7\x07\x46\x9f\x8c\x4d\x4e\x06\x27\x06\x46\x07\xc2\xae\xd0\ \x78\x20\x6c\xc7\x7d\x14\xf6\x70\xc0\xee\x0a\x3a\x03\xa3\x21\xd7\ \x88\xca\x6a\xb5\xdb\x7d\x40\xf9\x4c\x26\x95\x4a\x00\x8f\xa0\xc7\ \xcd\x39\x34\x5a\x5a\x62\x2a\x4d\x46\x45\x27\x4d\x92\x40\x24\x0b\ \xf8\xdf\xf2\xf6\x03\x3d\x32\x03\x83\xc2\xf1\xe7\x61\x90\x7b\x98\ \x4e\x0e\xe7\x65\x3f\x11\xdd\x00\xb0\x54\x9a\x07\xfc\xcb\x8b\x72\ \xd0\x5d\xea\x35\x83\xcc\xc1\x09\x9b\x52\x90\x6c\x68\x26\xed\x20\ \xec\xeb\x00\x73\x8a\x52\x37\xd0\x8b\x52\x82\x84\x99\x7b\xcd\xc0\ \x40\x40\x68\x12\x9e\xf5\xbf\x7b\xe6\x28\x14\x41\xa3\x86\x3b\x86\ \x89\x49\xe5\x9e\xbf\xfb\x81\xdc\xdd\xb9\x33\xdb\x15\x1c\xee\x45\ \x73\x6a\x69\x07\x52\x2f\x7c\x36\x68\x36\xc7\x65\xa8\xde\x0e\x02\ \xdc\xb0\x93\xd9\xe1\x05\xd0\x04\x62\x63\xee\xc7\x38\x17\x05\x0f\ \x28\x0a\x99\xcc\x10\x52\xa4\x74\x0a\x31\x01\xc3\x64\xe6\xf1\x28\ \xcc\x1c\x26\x9b\x09\xb2\x8f\xcf\xc0\xf5\xae\x62\xb9\x5c\x02\xd8\ \xa4\x05\x25\x98\xc5\x86\x43\x52\x2c\xcd\xca\x96\xea\xb2\x75\xb8\ \xb6\x55\xce\x52\x08\x85\x14\x05\x20\x23\x59\x9a\x9b\xaf\xe4\xc3\ \xf1\xca\x27\x67\xc9\xb3\x34\x6a\x5c\x42\x90\x9d\x23\xce\xd6\x69\ \x72\xb2\xc5\x0c\x49\xbe\x46\x9a\x9d\x25\x95\x8b\x81\x4c\x61\xca\ \x7b\x44\xa3\x76\x20\x4c\x01\xd8\x02\xaa\xc2\x8f\xdd\xa1\xe0\xe0\ \xe6\x2f\xd0\xd2\x42\x1c\x5a\x16\x92\x85\x91\x99\x1d\x0e\x99\x8c\ \xcb\xb9\x28\x44\x42\x9f\x90\x01\xf4\x8f\x04\x8c\x8a\x81\xf6\x06\ \x26\x19\x00\x0b\xed\xee\x14\xa0\x51\x3c\x26\x09\xb3\xfa\xe8\x74\ \x8e\x90\xc7\x67\x29\x14\x24\x36\x9f\xce\x61\x31\xe8\x6c\x0e\x99\ \xae\xd6\x71\x28\x7c\x26\xe8\x58\x29\x93\xcd\x87\x0f\xd2\x1c\x65\ \x81\xa1\xf1\xe0\x97\xe7\xbe\x9c\x79\x78\x71\xfa\xbb\x2f\xae\x9e\ \x3e\x77\xf5\xf1\xaf\x4f\x7f\xfd\x79\x66\xc4\x39\xe2\x0a\xb8\xfc\ \x21\x47\x9a\x6f\xcc\xf7\x2c\x28\x1b\x19\x08\xf9\xc6\x44\xa9\xb1\ \x67\x5f\x15\x37\x75\x1e\xdf\xbd\x7e\xc7\x99\x2f\x66\xa6\x7f\x78\ \x35\x38\x66\x77\xaa\x4c\xb4\xd8\xc5\x8b\xfd\x0f\xb7\x9e\xd8\xb3\ \x7d\xed\x3b\xc7\x2f\x3c\xed\xda\xbd\x7b\xdd\x8a\x1d\x15\xc6\x7c\ \x5b\x45\x39\x02\xd6\x9e\x99\x54\xe7\xf5\xdb\x83\x43\x43\xcf\x47\ \x7f\x7e\x78\xfb\xd6\xb3\xb1\xd1\xc0\x80\x89\xe6\xc2\xde\x77\x6a\ \x5a\x52\x02\x95\x4b\x15\xa5\x09\x92\xfe\xfa\xfe\x7f\x89\x0a\x70\ \x24\xef\x97\x00\xa7\xd9\xf3\xf4\x9b\xd7\xfe\xee\x88\x69\x34\x62\ \x7f\xef\x9b\x2d\xb4\xdf\x8d\x58\x47\xd1\x82\xd5\x57\x98\x14\x18\ \x7d\x36\xf3\xf2\xd7\x5f\x1e\x1e\xbc\xb0\x61\xef\xf2\x63\xdd\x6b\ \xdb\xea\xea\x0f\xb7\xef\x3c\x74\xbc\xb5\xba\x1e\x80\xab\xaa\xb2\ \x0c\x74\x5b\x81\x51\x09\x7f\x35\x1a\x63\x6e\x4e\xbe\x98\x0f\x52\ \x5f\xcd\x57\xe6\x66\x8b\x71\x85\x0e\x8f\x99\x2f\x55\x17\xd5\x7e\ \x75\xef\x66\xd2\x59\xd7\xf6\xcd\x5f\x25\x7e\xfd\xd9\x48\xc6\xd8\ \x89\xd5\x57\x6e\x24\xbf\xc8\xa8\x6d\x6c\x6c\xa9\xad\xa8\x3c\xb2\ \x7c\xcd\x99\xf7\xbf\xb8\xb8\x63\xdd\xd3\x17\xd1\xf7\xa3\x5f\xfc\ \xf4\xc5\x54\xc0\x93\xf9\xe2\xb7\x43\x39\x5a\xa5\x4e\x2a\xcd\xc9\ \xc9\x95\x18\x0b\x0c\x70\xb4\xa8\xd5\x05\xb5\x95\x36\x65\x51\x7d\ \x55\x75\x05\xc0\x54\x5d\x75\x5d\x71\x6d\xc3\xb6\xea\xfa\xda\xc3\ \x6d\x27\x0e\x37\x1f\x3e\xb4\xb5\xf9\xd0\xa1\xee\x43\xe7\xce\xed\ \xd9\xdf\xdd\x7e\xb8\xad\xb3\x75\xcd\xfb\x6b\x06\xf6\xec\xd9\xf2\ \xe4\x66\x28\x2e\xda\xa5\x52\xe9\xe3\x77\xed\x5a\x19\xbf\x64\x63\ \xcc\xe5\xf4\xb9\xf6\x69\xdf\xfc\x58\xe0\x2c\xc3\x4a\x27\xe8\x54\ \xfa\x7f\x01\xd8\x9c\x13\x6b\xe1\xeb\x55\x14\xe9\xe9\xf3\xad\x44\ \xa2\x66\xb5\x70\xe1\x1b\xde\xd1\x37\x3f\x2f\x2c\x7c\x2d\x0b\x89\ \x89\x83\x6f\xfe\xfa\xed\xa3\xf3\x07\x76\x5d\x3a\x5b\xb2\xec\xd4\ \xf9\x8d\xbb\x4a\x96\x94\x2c\x59\x7a\x6a\x71\xf4\xd2\xe8\x25\xcb\ \xa2\x63\x13\x16\xc4\x24\x24\x27\xa7\xca\x5c\x9e\xa0\xcb\x1e\xf2\ \x3b\x01\x9d\xac\x5c\xab\x4a\x65\x32\x39\x65\x2a\xa7\x15\xd7\x6f\ \xc1\xd7\x32\xab\x49\x60\xa5\x0a\x30\x26\x21\x8d\x9a\x04\xa4\x4b\ \xe5\x73\xa8\xf4\x09\x71\x0b\x92\x92\xa2\x62\x32\x30\xd2\x8f\x06\ \x97\x79\x7c\x32\xae\x48\x05\xba\x10\xe8\x10\x15\xf4\x20\x1c\x7b\ \x61\x9f\xc9\x1e\x98\x9c\x1a\xbd\xfe\xf2\xd9\x88\x5f\xef\xb8\x94\ \x7e\x69\x62\x2c\x10\x1c\x1d\x08\x3d\x79\x32\x34\x36\xee\xf2\x05\ \x82\x41\x5f\x38\x14\x0a\x87\x26\xfd\x1e\xab\x63\x7c\x40\xe5\xf0\ \xb9\x1c\x03\x01\xdf\x88\x35\x68\x17\x89\x5c\x26\xd0\xa8\x7e\x13\ \x95\x8a\x35\x31\x13\x4d\xa5\xa2\xd1\x52\xb9\x82\x54\xb8\x77\x11\ \x95\x9a\x9c\xe6\x52\xd9\x3d\x6f\x11\x8c\x4a\xa1\x30\xa3\x4b\x00\ \x28\x43\x8f\x37\x0f\x47\xe1\x80\x6c\xb9\xb1\x57\x88\xe9\x0d\xe8\ \x61\x28\xc5\x89\x60\x61\x29\x16\xe8\xcd\x5e\xf7\xb0\xd7\x8d\x5e\ \x2c\xa0\x46\x66\xc0\x2c\xcc\x69\x00\x5e\x05\xb4\xcb\xad\xc8\x43\ \xd8\x82\x13\xb7\x1f\x0b\x55\x91\xd5\x16\x7f\x63\x75\x1e\x90\x6d\ \xb6\xb4\x4e\xa0\x13\x11\x1d\xdf\x4f\x4c\xf6\x10\xae\x87\x48\x97\ \x10\xc0\x8f\xf0\x83\x2a\x38\x18\xd0\x0c\x27\x3b\x93\xcc\x97\xb2\ \x88\xca\x3f\xfe\x23\x30\xbc\x52\x77\x3f\xe6\xa9\x2b\x98\xa0\x9b\ \x48\x70\xca\x93\xb0\xfb\x4f\x66\xd2\xf9\x7c\x32\xee\xd1\xa4\xb0\ \xd8\x2c\x31\x87\x25\x61\x81\xe0\x02\x86\xc5\x13\xf3\xf9\x98\xd7\ \x9d\xa3\x91\x4a\x30\xf6\x56\x9d\xaf\xd4\xe5\xca\xb3\xf8\x39\x4a\ \xdc\x6d\x0a\xb2\x22\x27\x47\x69\xc9\x37\x18\x8a\x74\xf9\x96\x0a\ \x4b\x39\xbc\xb0\x82\xf2\xd0\xe6\x03\x58\x69\x8b\x8a\x34\x4a\x65\ \x41\x71\x51\xbe\x06\xf8\x8c\xc5\xa0\xb5\x88\xa5\xb9\x14\x45\x5e\ \x7f\xbf\xbb\x03\x60\xb7\x97\x08\x77\xc0\xf9\x6f\xa1\x42\xa1\x10\ \xe2\xfc\x32\x9a\xe6\xcd\x0a\x33\x16\xd2\x15\x48\x0f\xe9\x4c\x00\ \x20\x0e\x8b\x69\xc6\x98\x1b\x85\xdb\xcd\xc3\x3d\x78\x62\x09\x89\ \x47\x67\xb3\xf3\x28\x1c\x05\x20\x2c\xc8\x54\x06\x4e\xf0\xb2\x58\ \x24\x06\xd0\x45\x1c\x2f\x61\x93\xe8\x4c\x09\xa6\x37\x90\x99\x2c\ \x06\x87\x42\x52\xb3\x78\xe4\x6c\x3e\x9f\x29\x25\xa1\x4b\x92\x2c\ \x51\x67\x49\xc9\x62\x8d\x36\x5b\x59\x77\xf2\xdc\xbd\x2f\xbe\xbb\ \xb0\xf9\xea\xe6\xb6\x7d\x57\x3e\x7f\xf0\xeb\xcf\x8f\x66\xc6\x5f\ \x4e\x8d\x85\xac\x2a\x93\x28\xe0\x9a\x98\x7c\x35\x32\x35\x32\xf2\ \xcc\x61\xb2\xeb\x63\x96\x6c\xfc\xb2\xbe\xfd\xd8\xb1\xd5\x3b\x56\ \x7d\xf9\xdd\x83\x1f\xee\xdf\x0e\x0c\xf8\x55\x69\x71\x4b\x17\x78\ \xee\x1f\x39\x7c\x7c\xfb\xfa\x0d\x5d\xbb\x57\xed\xd9\xbc\xff\xc4\ \xc9\xb5\xeb\xb6\x0c\x36\x6b\xe4\x45\x9d\x9b\xeb\xea\x9b\x5b\x0e\ \xc6\xa4\xde\xba\xfd\xf2\xc9\xe0\xe0\xe8\xc4\x97\xdf\x0d\x0e\x8d\ \x4f\x8d\x4f\x8e\x59\x33\xf4\x32\x81\xde\x91\x96\x94\x18\x93\xa6\ \x17\x08\xb8\x9e\x8c\xb8\xf8\x84\x7f\x13\xe7\x58\xfa\x5c\x1d\xb9\ \xaf\xef\x75\x36\x41\xdf\xfc\xdb\x37\x58\xcd\x99\xd7\x85\x73\x03\ \x3b\x85\x44\xab\x70\xe1\xb2\x80\x7f\x68\xe6\xe5\xf4\xbd\x47\x5f\ \x5c\xb8\xb0\xee\xd0\xf1\x75\x1b\x0e\x6f\x6b\xed\xda\xdf\x7d\x64\ \x6d\x7b\x73\xe3\xce\xe6\x9d\x35\x55\x15\x45\xf2\xb2\xea\x82\x7c\ \x8b\xc5\x62\x34\x2a\x01\x61\x0c\x6c\x89\x54\x22\x26\x4b\x95\xf9\ \xb9\xb8\xfd\x88\xc7\x23\x37\xda\x74\x55\x47\xae\xbe\x9c\xca\xb8\ \x44\x5b\xd5\x7d\xf2\xc9\x92\x17\x71\x97\x13\xb4\x6b\x1e\xdc\x4b\ \xfc\xe7\xe2\x6d\x87\xbb\xb7\x35\x54\xd6\x74\x6f\x59\x73\xf1\xcb\ \xef\x1e\xae\x5b\x37\xfe\x62\xd9\x2f\x97\x3e\xb9\xf0\x68\xf0\xf9\ \xe8\x82\xcf\xfe\x5a\xa2\xad\x52\x2a\x75\xea\x2c\xb1\x26\x5b\x53\ \xa4\x29\xc8\x57\x8b\xd9\xea\xfa\xc3\xf9\xf2\xa2\x32\x5d\x7d\x55\ \x7d\x79\x55\x51\x93\xad\xb6\xb6\xba\xa9\xb6\xad\xae\xa5\xa1\xbd\ \xaa\xa6\x1b\x9e\xd8\xfe\xb6\x63\x5d\x5f\x9c\xdc\x77\xfc\xd8\xe1\ \xc6\xee\xc3\xc7\x96\xaf\x5a\x3f\xf5\xe0\xe8\xf1\x4d\x0f\x5f\x3d\ \x8b\xa6\xde\x1a\xe1\x96\x9c\x5a\x9a\xb9\x28\x73\xe9\x82\xc5\x7f\ \xbd\x9d\xfe\x3a\x62\x66\x36\x3d\xa6\x6f\x8e\x33\xf5\xcd\xab\xe7\ \x08\x64\x2d\xec\x9b\x43\xac\xbe\xf9\xed\x84\x85\x73\xc9\xee\x44\ \x8d\xbd\x70\xf6\x53\x84\xd2\xce\x99\x47\x67\x2f\x8e\xf8\xb0\xe6\ \xda\x86\x6f\xff\xe7\xdf\xdf\xfe\xfb\xdf\xff\x3a\x50\xb2\x6c\xe3\ \xb2\xf3\x5f\x9f\x3a\x70\x60\xd7\xd9\x25\xcb\x36\x66\xa6\x2c\x29\ \x59\xb9\x24\xa5\x24\x73\x41\x54\x42\x5c\xc2\x82\x34\x9f\x75\xd4\ \xe5\xf1\x00\x52\x59\x83\x40\xab\x4c\x26\x93\x48\xe4\x10\x89\xf4\ \x21\x87\xc3\xa9\xb2\x9a\xa8\x34\x91\x5d\x95\x4c\xc5\x90\x3e\xa0\ \x3b\xfa\x0c\x81\xde\x1e\x70\x52\xe3\x13\xa3\x12\x71\x7f\x74\x9a\ \xc9\x67\x12\xa5\xe9\x03\xe3\x61\xd0\x6f\x54\xae\xc9\x6f\xc2\x40\ \x52\xbf\xd3\x15\x7e\x12\x0c\x8b\x4c\xe1\xdf\x67\x5e\x4d\x0d\x85\ \x87\x46\xb8\x5c\x53\x72\x38\x30\x32\xe2\x0c\xf9\xc6\x27\x06\xc2\ \x13\x63\xa1\xf0\xc0\x48\x30\xe4\x73\xb8\x3c\x8e\x30\xc6\xce\x84\ \xc3\xfe\xc0\x84\xd3\xe7\x74\x7a\x02\x2e\x10\x9c\x2e\x2a\x6e\xcf\ \x74\x0a\x44\x56\x01\xd7\x6e\xcd\x90\x39\x68\x38\xad\x2d\x02\x7a\ \x95\x91\x94\x96\x9c\x98\x2a\x32\x39\x23\x80\xd5\x01\x3c\xaa\xa3\ \xd7\xdb\x53\x0a\x34\xab\xdf\x8b\x9b\x67\x80\x2a\x95\xf6\xf7\x10\ \x21\x0c\x00\x5e\xf0\xd5\xb0\x19\x98\x44\xaf\x3b\x0f\x49\x04\xcf\ \x8b\x65\x2c\xe0\x17\xf0\x67\x18\xeb\x58\x66\x44\xb8\x5e\xb8\xd4\ \x9d\xc7\x2b\xe5\x11\x7e\x83\x3b\xaf\xdf\xfa\xfb\x23\x43\x3c\x11\ \xf3\x7c\xff\xdf\xc4\x82\x1e\xac\xef\x63\x91\x8c\xb0\xb6\xe3\x9c\ \x33\x71\x05\xac\xf2\x83\x76\x12\xe6\x75\xc0\x03\x51\xf8\x7c\x36\ \x4b\xa3\xe4\xe7\xf5\xf6\x63\x45\xbe\xd7\xed\x35\xe3\x3f\x60\x1a\ \x15\xf0\x29\x12\x1b\x14\x93\x84\x02\x1a\x29\x47\xc2\xce\xc9\xcf\ \x62\x92\xf8\x2c\x3a\x89\x8e\x33\xc6\x7c\xb6\x9c\xaf\x51\x6a\xd4\ \x2c\x32\x8b\xac\xd6\x6a\x95\x46\xb9\x1a\x1b\x41\x86\xa2\x82\xf2\ \x2a\x4b\x39\x40\x92\x11\x5e\x3a\x2b\x6a\x77\x1e\x39\xdc\xd0\xb4\ \xf5\x70\x6b\x45\x65\x65\x4d\xad\xcd\x06\xd7\x2b\x2f\x28\x00\x28\ \xd3\xe5\x6b\xca\x2c\xf9\x00\x66\xc5\x75\x95\x95\x36\x63\x55\x75\ \x59\x7e\xbe\x2e\x3b\xa7\x28\x1b\x9e\x00\xf6\x08\xfb\x87\xd1\xb0\ \xd6\x81\x48\xcd\x30\x77\x28\x70\x97\x20\x6e\x96\x30\x53\x4a\x71\ \xaf\xaa\x50\x51\xca\xa1\x73\x38\xb8\x2d\x8f\xc1\xc3\xed\xd3\x00\ \x4f\xa5\x1d\x80\xf7\xd9\x4a\xb6\x9a\x2f\x34\x2b\x80\x18\xf2\xc8\ \x38\x3b\x08\xbf\x28\x12\x89\xc7\x42\xc0\x05\x1d\x48\xc2\xcd\x17\ \x0c\x31\x87\x09\x3f\x00\x07\xbe\x27\x33\x49\x0c\xe0\x11\x4c\x31\ \x08\xdf\x2c\xcc\xc2\xca\x96\x00\x63\x94\xe6\x88\xb3\x98\x39\x59\ \x20\x5e\x2a\x5b\x57\xaf\x5f\xdf\xb5\x67\xdf\x86\x33\x9f\x7e\xf1\ \x18\xe4\xe0\xed\x81\x90\x7f\xc2\xef\x80\x03\x6b\xea\xf9\x93\xc9\ \x67\xb7\x9e\xe8\x65\x54\x59\x5a\x4c\xcc\xe2\x5d\x27\x3b\xdf\x5d\ \x7b\x66\xdd\xf2\xd3\x4f\xa7\x07\xc7\x47\x43\xb2\xa8\xe8\xb8\x04\ \xdf\x77\x5b\xf6\x9c\x68\x3f\x7a\xf4\xe8\xde\xf6\xad\xfb\x0f\x6d\ \x5e\xb1\x7b\x4b\xfb\xf2\xd3\xef\x2c\xdf\x54\x6e\x33\x16\xaf\xf8\ \x45\xe4\x19\x9c\x49\x0d\xfc\xf8\xfb\xd0\xe0\xad\xa1\xa9\xc1\xc1\ \xfb\x8f\x9e\x3e\x7b\x1e\xf6\x07\x1d\xf0\x6a\xca\xa5\xd2\xb8\xa9\ \xf1\x51\x89\x51\x7a\x3d\xcd\x69\x17\x39\x4d\x2e\xd4\x3e\x85\x85\ \x6f\x4c\xc7\xcd\xea\xc3\xd9\x22\x7c\xdf\xfc\xd0\x6f\xdf\x6c\x0d\ \x2b\xf2\xfe\x67\xa4\x24\xff\xcd\xdd\x85\x1f\xfb\x9f\xff\x3e\xfd\ \xeb\xef\xdf\x7d\xf9\xf3\xd5\x77\x36\x1d\xda\xbd\x63\x47\x5b\x75\ \xf3\xd1\x13\x47\x8f\xb6\x1d\xe9\x3c\x7c\xa2\xbc\xa2\xb2\xa6\xba\ \xba\x0c\x73\x63\x2d\xc5\x06\x9d\xc1\x90\xaf\x56\x6a\x35\xe8\xac\ \x63\x67\x6b\x30\x6d\x91\x8e\x46\x77\xe9\xa1\xfa\xac\xc6\x33\x6b\ \xa7\x9f\xf9\xce\x46\x3f\x6a\xdc\x30\x13\xfd\xdb\xc6\xa5\xa9\x65\ \x3b\x3e\xfc\x8e\xfa\xf5\xd9\xbd\x47\x0f\xef\xac\xae\x6d\x3c\xb4\ \xe1\xe0\xe9\xfb\xf7\xbe\xda\xb4\xfa\xf9\x8b\x95\xb7\xfe\x21\xda\ \xfd\xdd\x4c\x68\xc2\xf4\xf1\x3f\xff\xbc\x95\x6d\x91\xe7\xab\xb3\ \xb2\x72\x24\xd2\xa2\x62\xb9\x4e\x2e\x97\x4b\x2d\x16\x9b\x45\xa3\ \x35\xc8\xb5\x55\x15\x65\x65\x55\x05\x65\xc6\x82\xaa\xa6\xba\x9a\ \x13\x4d\xf5\x35\xcd\xe5\x27\xba\x8f\xac\xda\x7d\x62\xfd\xe6\x2d\ \xbb\xbb\x8f\x9f\x38\x7a\xe8\xd8\xde\x7d\x07\xf7\x0e\xce\x74\x6f\ \xd8\x7f\xf1\xc6\xbd\xb1\x45\x63\xe3\xf1\x97\x4f\x2d\xa0\xa6\x2c\ \x5b\xba\x34\xe5\xd2\x8b\xb7\xdf\xb0\x8a\x16\xce\xaf\x4a\x8d\xb8\ \xac\xf0\x37\x33\x3b\x77\x39\x5f\x80\x8f\x64\x93\xce\x95\xd9\xff\ \x6b\x10\xba\x70\x61\x61\x5f\xe1\x1b\x66\xf7\xc2\x37\x4a\xf0\xf3\ \x84\x6b\x61\xc4\x91\x85\x0e\xd2\x6f\x4f\x7d\xf2\xd7\xbf\xff\x51\ \x72\xe0\xfc\x6f\x9f\xec\xda\xf5\xde\xf9\x5d\xcb\x96\x2d\x5b\xb9\ \x74\xe9\xe2\x95\x25\x29\x4b\x16\xe3\x6e\xd5\x45\xd1\x71\x34\x6e\ \x30\xec\x73\x84\x5c\xce\x90\x5f\xa0\xd2\xbb\xec\x02\x3d\xcd\x67\ \xd2\xbb\x4c\x41\x97\x8f\x9b\xa1\xa7\x26\x51\x69\xaa\x24\x50\x8f\ \x19\x2a\x11\x0d\x58\x98\x55\xa4\xb7\xaa\x52\x63\x62\x12\xe3\x13\ \x62\xa2\x92\xd2\x44\x03\x7e\xae\xcc\x67\x0f\x85\xed\x40\x8c\x32\ \x54\x26\xbb\x80\x2b\x73\xa8\x7c\xce\x30\x60\x90\x7f\x20\xfc\x72\ \xe6\xd5\xad\xc1\x89\xd1\x67\x93\xa6\x60\x28\x14\x0c\x85\xc3\xa3\ \x63\x93\x81\xc0\xc4\x93\xb1\x91\xd1\x89\x51\xa7\x2f\x38\x62\xf7\ \x78\x02\x7e\xbb\xca\x31\xea\xf7\x04\xc6\x06\xec\xfe\x01\xd0\xa6\ \x1e\xc0\x35\x3d\xd5\x6a\x55\x59\x89\x9e\x40\x50\x05\x32\x13\x14\ \x61\x32\xb0\x39\x2e\x48\x42\x78\xcf\xd0\x0f\x58\xfd\x6f\x0d\x9b\ \x4b\x81\x1a\x11\xfe\x70\x05\x16\xa8\xdc\xbd\x68\x10\xe8\xcf\xcb\ \xc3\x29\xc0\x0e\x77\x2f\xd6\xd2\xbd\x98\x20\x53\x6a\xc6\xb5\xf1\ \x3c\x73\x5e\xbf\xdb\x8d\x7d\xbc\x3c\x21\x50\xb3\x3b\x5e\xb7\xd9\ \x8c\xc6\x73\x22\xb8\x73\x18\xf4\x1a\x07\xc5\x23\x1a\xb7\x88\x69\ \x6a\xc4\xa2\x39\x44\x42\x1d\x88\x05\xad\xff\x99\x9d\x39\x44\x81\ \xd8\x1f\x19\x62\xec\x20\xec\x57\x7f\x47\xd4\xe3\x70\x87\x42\x08\ \x7c\xce\x0b\xea\x88\xcd\x94\x02\xd8\xb0\x14\xd8\x99\xc3\x02\x52\ \xa9\x90\x07\x22\xca\x0b\x7a\x11\x87\x5b\x58\xd9\x2c\x7e\x76\xb6\ \x58\x9a\x0d\x9c\x09\x5e\x19\x73\xc4\x6a\x29\x4b\xca\xca\xc1\x51\ \x5e\x4d\x3e\x70\xa9\x6c\x16\x8b\x2e\xd1\x19\x74\x45\x3a\x5c\x04\ \x5a\x5f\x5e\xd1\xd0\xba\xb3\xac\xb2\xbc\xac\xaa\xb8\x42\x9b\x43\ \xe7\x60\xa6\xbb\x84\x4d\xc1\x41\xe7\x52\x77\x96\x5c\x81\x51\x7c\ \x79\x00\xc2\xb8\x2b\xde\x2c\x04\xa0\x61\xb2\x59\x4c\x66\xae\x51\ \x23\xcf\xd1\x58\x8c\x05\x1a\x7a\x29\x08\x66\x64\x96\xbd\xbd\x58\ \xf9\x77\x63\x05\xcb\xdb\x91\x47\x27\x9e\x53\x29\xae\xed\xe2\x61\ \x68\x20\x03\xab\xed\xf0\x99\xcc\x03\xe5\x4a\xa2\x03\xf4\xe4\xb9\ \x4b\x85\x0c\x96\x46\x0c\xe4\x49\xc1\xe3\xb1\xe0\x11\xc9\x18\xd3\ \xc7\x70\xc3\xef\x90\xc1\xc0\xda\x3b\x07\x57\x54\xf1\x28\x0c\x8a\ \x18\x57\x55\x91\xcc\xa5\xc8\x1f\xe9\x40\x18\x25\x4c\x16\xc0\x2e\ \x9f\x22\x21\x93\xc4\x64\x36\x2b\x4b\x9d\x2b\xe6\xe7\x68\x41\xad\ \x36\xb6\x1c\xee\x3a\xb1\x6e\xdd\xda\x1d\x5f\x3c\x7a\xfa\xd3\xf4\ \xab\x27\x2f\x87\x46\x86\x46\x03\xe1\xa1\x89\xf0\xd4\x44\x70\x64\ \xc4\xe7\x77\x26\xa5\xa6\x26\xa7\xc6\xaf\x5c\xbc\xfc\xd8\xbb\xe7\ \xce\x7d\xf1\xd3\xcc\x60\xc8\x9e\x18\x15\x9f\x19\xeb\xbf\xb6\xa1\ \xb6\xb2\xe1\x44\x5d\x53\xe7\xb6\xce\xae\x2d\xdb\x4f\x1c\xda\x7f\ \x74\xeb\x9e\x83\xab\x97\xbf\xb3\xf9\xd1\x91\x7c\xa3\xad\xe6\x7d\ \xda\x81\x7b\xd3\x37\x07\xaf\x0d\x0d\xde\x7c\x32\xf4\x7c\xe2\xd6\ \xed\x0f\xa7\xa7\x07\xaf\x8f\x8e\x8c\x5a\x71\x07\x93\x20\x29\x26\ \x3e\x23\x35\x21\x2a\x2d\x89\x96\x96\x28\xa0\x3a\xb9\x11\x4b\xf6\ \x5c\x33\x7e\x5e\xf5\xcc\x92\x0b\x64\x54\xf3\x6b\xfa\x88\xe9\xe7\ \xbe\xd7\x86\x2c\xac\xca\xa7\xff\x65\x1d\x1d\xbc\xfd\xdd\x57\xf7\ \xbe\xbc\xfa\xe9\xc5\x1d\x6b\x37\x9f\xbc\xba\xa7\xfe\xf0\xe1\xe3\ \xed\x6b\xb7\x9c\x68\xdf\xd6\x58\x55\x6c\x29\x6f\xa9\xaf\x36\x1a\ \x0d\x86\xaa\x02\x9b\xce\xa0\x54\xe7\x2a\xb3\x30\x66\x8d\xc1\x17\ \xe7\x02\xb8\xe4\xb0\x18\xf0\xc6\x94\xef\xab\x94\x37\x0c\x7e\xfa\ \xf9\xf4\xd0\xc6\xc5\xd3\x47\xdf\xbd\xaa\xfa\xfa\x1f\x25\x19\x45\ \xab\x3f\x7f\x9a\xfa\xf5\x07\xe7\xf6\x1e\x29\x6b\x6c\x6c\xde\x77\ \xf1\xdc\x99\x07\x37\x3e\x3c\xb8\x7c\xfc\xb7\x95\x81\x4f\x7e\x3f\ \x79\x6f\xd0\x3f\x1a\x38\xfb\xed\x8b\xef\xd7\x69\xd4\xf2\x1c\x89\ \x1a\x74\xa6\xda\x22\xd7\x49\x00\xa8\x74\x3a\x4b\xb5\xad\xc8\x98\ \x93\xad\xcd\xd7\xda\x2c\x15\x15\x55\x15\x15\xf5\x4d\xb5\xad\x2d\ \x35\xf5\x2d\xad\x5d\x75\x87\xaf\xec\x6f\x5e\xb7\xef\x78\xfb\x89\ \x7d\xc7\xd6\x1f\xdd\xb7\x69\xfd\xfa\x4d\xcf\xef\x6f\x5f\xb5\xfb\ \xe4\xe7\x57\x7e\x70\xd2\x42\x4b\x4e\x2d\x8d\x4f\x5b\x12\x17\xbd\ \x72\xf1\x92\xf3\xbf\xbd\xfd\xda\xad\x50\x38\x1b\x34\x3a\x6b\x64\ \x9f\xdd\x9f\xf3\xda\x80\x35\x57\xb5\x22\xac\xa6\xe9\x6f\x32\xaa\ \x88\x1e\x8c\x58\x49\xd3\x0b\xff\x7f\xa2\xb0\x70\x7e\x50\x67\x2e\ \xea\x8f\x30\x63\x7d\xbf\x2b\xf3\xb3\x85\xdf\x97\x7c\xfd\xcf\x5d\ \xbb\x96\x9d\x3f\x55\x52\x02\x90\xb5\x71\xd9\xd2\x65\x2b\x4b\x96\ \x2e\x01\x30\x4d\x59\x94\x12\x9b\x98\x26\xf2\x7b\x4c\x2e\x93\xc9\ \xca\xcd\xb0\x3a\x1c\x0e\x93\x8a\x6b\x77\x39\x7d\x2e\x0f\x60\x44\ \x54\x52\x72\x54\x7c\xca\x82\x45\x8b\x30\xe2\x81\x2b\x0b\x78\xa8\ \x2a\x91\xca\x43\x8d\x8f\x4b\x4a\x8e\x8f\x4a\x8a\x4d\xa4\x3a\x5c\ \x3e\xd1\xe8\x78\x60\x64\x7c\xc0\x17\x0a\xeb\x4d\x32\x53\x98\x08\ \x79\x70\x8e\x04\x42\x03\x63\xe1\x91\xa1\xa1\xe7\x53\x37\x6f\x8f\ \x01\xab\x0a\xfa\x9d\xa3\x03\xa3\x53\xa1\xf1\x81\x81\xf1\xb1\x91\ \x40\x38\xe8\xc3\x3c\x11\x62\xff\x73\xd0\xee\xf0\x78\x44\x4e\x47\ \xd0\xe5\xf2\xd9\x9d\x00\x61\x3e\x99\xc9\x6a\x72\x59\x31\x45\x5e\ \x26\xb0\x07\x3d\x4e\x2b\x2d\x86\xc6\xe5\x52\x65\x89\xc9\x69\x69\ \x32\x2e\x37\x2d\xd1\x17\x0c\xfa\xdf\x02\x04\xea\x55\x00\x59\x70\ \xc3\x49\xc6\x71\xe7\x01\xf6\x98\xcd\x66\x4c\x38\xe0\xc1\x97\x1d\ \xe6\x52\x54\x63\x38\x37\xd7\xcb\xe1\xe4\x79\x7b\x7a\xe1\xc4\x34\ \x0b\x85\x6e\x5e\xa9\x50\x01\x24\x0b\xe9\x55\x29\x48\xc5\x3c\x05\ \xa6\xbc\x00\xdd\x2a\x1d\xf6\xf6\x46\xfa\x7a\xfd\x3d\x3d\xb3\xa3\ \x86\xc0\xae\x4a\x41\x21\xc2\x15\xd0\xde\x40\x10\xac\xde\x3b\x00\ \x41\x78\x95\x0e\xd4\x82\x68\x86\xc7\x7c\x1a\x80\xb4\x52\xf8\xbe\ \xd7\xdd\x8f\x3d\x42\xb7\x82\x91\xc5\xe6\x4b\xe5\xf2\x72\x63\x2e\ \x09\xa0\x02\x15\x21\x7a\x07\x38\x74\x21\x53\x41\xca\xce\x61\x49\ \x75\xca\x2c\x71\x6e\x16\xc2\x93\x51\xa9\xd6\xe8\x74\xb9\xb9\x98\ \xd4\x8c\x2f\xc1\xea\xac\x7c\x9d\x3a\x5b\x5e\x5c\x66\xcb\xb7\x55\ \x34\x15\x97\x1b\x0b\xca\x9a\x1a\x8c\xca\xa2\xa2\xda\x22\x83\x4e\ \xad\xcd\x57\x52\xbc\xd8\x16\x25\x86\xbc\xef\x0c\x03\x2c\x9b\xd5\ \x3c\x4c\xba\x42\x5f\x2a\xb1\x33\x15\x21\x18\xb7\x0c\x76\x94\x62\ \xe2\x52\x1e\x83\xc4\x94\x4a\x38\xf8\xcb\xc9\x03\xd1\x0a\x9a\x18\ \xd1\x17\x84\x2f\x3c\x23\x50\xc3\x0a\x05\x0e\x39\xe3\x7a\x2e\xc4\ \x28\xd4\x88\x79\x42\x92\x10\x6f\xc7\xc3\x11\x67\x33\x87\x02\xcf\ \x9b\xcc\xc6\x38\x44\x06\x5b\x48\x22\x63\x70\x03\x89\xce\xcb\x73\ \x93\xd0\x5f\x4a\x27\x0b\x81\x5e\xf1\xd9\x6c\xf8\x08\x98\x44\x17\ \xd2\x85\x79\x40\xb5\x98\x74\x12\x08\x5e\x09\x8b\xc9\x27\x03\x65\ \x94\x4a\xc8\xd9\xd2\xec\x6c\x66\x8e\x26\x47\xa3\xd5\x1a\x8b\x1b\ \x8f\x9e\x58\xdf\xda\xbe\xe5\xe2\xbd\x2f\x1f\xdf\xbc\xfd\xcb\xd3\ \xf1\x5b\xbf\x8e\x0d\x4c\x3d\x0b\x8f\x0d\xf8\xc2\x23\x01\x1f\x35\ \x29\x39\x91\x4a\x4d\x8d\x8b\x8d\x5e\xbc\x78\xf3\xee\x83\x8f\x1e\ \xdc\x7c\x12\x76\x24\xa5\x2c\x48\x9c\x7a\xb8\xbe\xca\x56\xd4\x52\ \xd9\xda\x75\xe2\x48\xeb\xfe\x9d\xc7\xba\x8f\x77\x75\x1e\x3f\x0e\ \x00\xb1\x77\xf5\xf2\xed\x3b\xce\x54\x58\x6c\xba\xfa\x1f\xcf\x0e\ \x5e\xfd\xf5\xe9\xcd\x67\x43\xaf\xe0\xb8\x1b\x7a\xfe\xea\xbb\x7b\ \xd3\x83\x83\x53\x63\x7e\x3b\x1c\xd2\x70\xd4\xa4\xc5\xc7\x27\x25\ \xc7\x2c\x88\x5d\x1c\x17\x95\x44\x4d\xe4\xa6\xf6\x2d\x9c\x3b\x91\ \x90\x21\x7c\x33\x57\x77\x8f\xf8\xbc\x67\x5d\x59\xb3\x03\xcf\xf3\ \xd6\x52\x42\x1e\x12\x8c\xab\xf0\xae\x7e\xe0\xf9\xed\x9f\x1e\xdf\ \xf8\xf0\xc6\xa7\x57\x2e\x9e\x3e\xbd\x79\xc3\xda\xb6\xc6\xae\xb6\ \x43\x6d\xdb\xb7\xee\xdf\xb6\xb3\xa9\xba\xa9\xb1\xbe\xa5\xac\xa2\ \xd8\x86\xf3\x43\x3a\x65\x4e\x6e\x56\xb6\x2e\x07\x5e\xa0\xb2\x24\ \xac\x1c\x5d\x6e\x81\x46\x4a\x21\x93\x39\x64\x7a\xc5\xe6\x72\x63\ \x97\xfd\xf6\xe6\x5f\x46\x57\xee\x7a\xb6\x7d\xd5\xbe\x57\xa7\x5e\ \x5c\x4e\xb2\x6d\x78\x74\x23\xed\x9f\x1f\x7f\xba\xbd\xcb\x66\x69\ \xda\xbb\xf9\xe4\xe6\x1b\xf7\xce\xac\x5e\xbe\x62\xe0\x8f\x5d\xd6\ \x05\x27\xdf\x7d\xf4\x6a\x30\x18\xfb\xde\xb7\x2f\xfe\x3a\x55\x9e\ \x9b\xaf\x93\x03\x5d\xcb\xca\xce\x05\xb1\x9d\xab\xcc\xcf\x51\x8b\ \x8d\x40\xb2\x72\xc4\x52\xad\xd1\x96\x5f\x54\x54\x99\xaf\x2d\x2f\ \xae\xa8\xdb\x76\xa2\xa1\xba\xa5\xba\xba\xed\xf3\x77\x97\xaf\xdd\ \x73\xa2\xe5\xc8\xfe\xf6\x55\x1b\xd6\xbd\xbb\x7a\xd5\xa6\xfb\x3b\ \x56\xec\x39\xb9\xfe\xe2\xfb\xef\x7f\x15\x36\x9d\x3a\xb5\x32\x26\ \x79\x09\x2d\x69\x51\x74\xcc\xd9\x53\xff\xfb\x76\xdf\xfc\x5a\xd5\ \xbe\xbe\x37\xa4\x61\xfa\x9b\xe1\xa2\x85\xe9\xaf\x23\x46\xe7\x8b\ \x59\xf3\xb0\x34\x07\x53\x73\x41\x33\xe9\x6f\x4c\x16\xbe\xae\xbc\ \xcf\x9b\x48\xd3\x67\x01\xab\xef\xcf\x3f\x36\x5e\x2e\xfc\xf8\xeb\ \x0f\xce\x9f\x3a\xff\xde\x01\x5c\xbe\xba\x6b\xe5\x32\x5c\x02\xb6\ \x72\xd9\xd2\xe8\x05\x8b\x53\x12\x80\x2b\x25\xda\xfd\x2e\x9f\xc3\ \xe3\x70\xd8\xa9\x34\x81\x5d\x25\xd2\xd3\x68\x2a\x97\xd3\x9a\xba\ \x20\x21\x3a\x61\x41\xe6\x52\x4c\xa6\x89\xe3\x82\x26\xd4\xdb\x07\ \xec\x2a\xa7\x2b\x04\x6a\x10\x84\x19\x35\x31\x0e\xc4\xa0\x0b\xc0\ \x26\x18\xf2\x38\xed\xd6\x40\xc0\xe5\xb2\xda\x47\xfc\x76\xbf\x53\ \x66\xf5\x8f\xfb\x7c\x0e\xab\x4b\x64\xe2\x72\x9d\x4f\xfc\x13\x9e\ \xa9\x70\x70\xe2\xc9\x48\x60\x22\x34\x7e\x7d\x6a\x2a\x14\x9c\x78\ \x3e\x11\x1e\x9d\x98\x18\x1b\x07\xe8\x1a\xf0\x07\xfc\x41\x4f\xc0\ \xa9\x52\x05\xc3\x2e\x95\x1f\xe1\x2e\x43\xe5\xd2\x8b\x44\x56\xab\ \x93\x9b\x66\xf2\x98\x4c\x3e\x07\x37\x21\x43\x2f\x4b\x13\x64\xc4\ \x60\xde\x16\x2d\x39\x23\x30\xe2\xf7\xbd\xa5\xc0\x44\xa9\x0e\x6c\ \x62\x61\xbc\x26\x70\xa9\xe1\x52\x1c\xea\xcd\x83\x13\xae\xb4\x03\ \x4e\x4a\x5c\x50\xd1\x8b\x15\x75\x73\x5e\x1e\x8e\x08\x97\xe2\x76\ \x76\xaf\x10\x03\xa0\xcc\x3c\x9c\x18\x26\x72\x3b\x31\x93\x0a\x2b\ \xe6\x70\xfd\x7e\xb4\x79\xce\x8e\x1f\xfe\x3d\x3b\x13\xe8\x46\xc7\ \x04\x7a\xb6\xe6\x72\x62\x08\x83\x3b\xe1\xbf\x1c\x26\xec\x0c\x77\ \xfe\x07\xaf\x1a\x09\x7a\xf0\xf6\x74\x78\x51\x63\x31\x50\xf7\x49\ \x73\x0b\xb4\x62\x9d\x8e\x8d\x26\x08\x00\x38\xc0\x10\x0a\x9b\x09\ \xaf\xb1\xd9\x5a\x75\x4e\x76\x8e\x0e\xb4\xa0\x18\x5e\x12\x75\x16\ \x9d\x4d\xab\xd1\x16\x28\x6d\x4a\x4d\x71\x91\xc5\x52\x51\x5b\x63\ \x33\x54\x97\x35\x37\xd4\x1b\x8d\xc6\x62\x8b\x32\x5b\x69\x84\x63\ \x3e\x57\x53\x60\xd0\x2a\x35\x86\x0a\x75\x0e\x2b\xcf\x3d\xdc\x0f\ \xac\x10\x08\x93\xb7\xc3\xeb\xed\x57\xcb\x81\x65\x76\x78\xf3\x4a\ \xf1\x67\xee\x45\x20\x16\x2a\xdc\x42\x1e\x07\x28\xa5\x90\x43\x06\ \x4e\xc4\x62\x08\xc5\x8c\x5e\xdc\xa7\x9a\x87\x8d\x53\x62\xc9\x2a\ \xa8\x42\xb3\x19\xae\xa5\x50\x50\x28\xc4\xba\x79\x21\x8f\xcc\xc1\ \x7d\x16\x24\x06\x87\x82\xf9\xd2\x00\xae\x18\xda\xc4\x62\x01\x02\ \x91\x28\x0a\x2f\x0e\x55\x63\xe9\x1d\x73\xaf\xe0\x2f\x50\x31\x12\ \x8f\x07\x32\x16\x0b\x71\x20\x0a\x01\xa1\x98\x80\x61\x74\xbc\x1d\ \xa0\x9a\x84\x4f\xe6\x30\x99\x12\x39\xc0\x15\x33\x3b\x2b\x2b\x5b\ \x22\x66\xb1\xc5\xb9\x06\xb9\x26\xd7\x72\xac\xf9\xc4\xfa\xa3\x6d\ \x5b\xdf\x39\x7d\x63\xc7\x97\xbf\xbe\xba\x39\x3d\x73\xed\xd9\x78\ \xe0\x89\x5f\xa5\x72\xb9\x3c\x5c\x91\x29\x29\x23\x35\x2a\x3e\x21\ \x2d\x21\x2e\x85\xf6\xf8\x87\x97\x63\xfe\x00\x2d\x2a\x3e\x6a\xe0\ \xbb\xee\xb2\x32\x79\x7e\x6d\x6d\x4d\x5b\xfd\xce\xce\x9d\x75\x2d\ \x6d\x9d\xdb\xb7\x1f\xe9\xea\xda\x77\xa2\x1d\x6d\xe5\xdb\x97\x5f\ \x69\x02\x12\x23\xff\x39\x3e\xe1\xcc\xa3\x9f\xa7\x67\x06\x87\x6e\ \x82\x22\xbc\xf5\x74\xfa\xc1\xe3\x99\x57\x4f\xc2\x03\xe3\x0e\xbd\ \x20\x23\x81\x9a\x11\x1b\x9b\x98\x18\x17\xb3\x28\x7e\xe9\xe2\x45\ \x09\x54\x6e\xda\x25\x22\xeb\x04\x2d\x91\x04\x60\x15\xce\x5b\x23\ \xfb\x5e\xbb\x22\x09\xe3\x64\xc4\x8e\x34\xc7\xad\x66\xf5\x61\xdf\ \xdb\xd1\xcf\x9f\xbf\x9a\xb9\xf6\xd5\xa7\x8f\x2e\x5c\xd9\x71\xe5\ \xcc\x99\xab\x1f\xae\x6b\x6a\xec\xdc\x7d\xfc\xe8\xf6\xe3\x6d\x8d\ \x0d\x9d\x35\x65\xe8\x3a\xaf\x2c\xb6\x69\x94\xb6\x7c\x83\x41\x6a\ \xc8\x96\xab\xa5\x59\x12\x3e\x9b\xce\xd7\x18\xe4\x72\xa5\x58\x4c\ \x22\xb1\x99\x9c\x86\xdd\x15\x55\xab\xa8\x0f\xd7\x7c\xe8\x59\x72\ \x8a\xfa\x70\xf9\xaa\xaf\xa2\xff\xf8\x2c\xd5\xb6\x61\xfa\x81\xfe\ \xb3\xaf\x6f\xac\xd8\x5f\x59\x55\xd9\xb9\xfe\xe4\xe9\x4f\x3f\x3d\ \xb3\x63\xd5\xd5\xc0\x6f\xa7\x9c\xe3\x5b\xae\xdc\x1a\xf1\x8b\xa2\ \x3e\xf8\xf6\x8f\x17\xdf\x07\xd5\x46\x65\x4e\x81\x86\x2d\xd6\x64\ \xa9\x8b\x8a\xb5\xf0\x3a\x27\x55\xe7\x16\x14\x2b\x75\x5a\x79\x96\ \x12\x20\xcb\x52\x5c\xac\xb1\x19\x0a\x74\xb6\xfa\x4a\x8b\xb1\xf9\ \xf0\xe1\x7d\x3b\x96\x6f\x58\xf3\x70\x5d\x57\xfb\xde\xdd\x7b\x56\ \xec\xdb\xbb\x67\xfb\x86\x0b\x57\xcf\x9c\x5c\xb7\xe2\xe2\xc5\x1b\ \x83\xb4\xcb\xe7\x4f\x6d\x8c\x8e\x8e\x49\x8d\x5d\x14\xbb\xe4\xf2\ \xa5\x79\x5f\xc2\xbc\x05\xeb\xff\xb3\x99\x70\x7e\x9b\x6a\xe1\xfc\ \xde\xfa\xc2\x37\x68\xd4\xdc\xa7\x88\x4e\x5c\xf8\x66\x5c\xc3\xfc\ \x18\xf4\x2c\xbc\x2d\x9c\x1b\x86\x8e\x94\xb1\x16\xf6\x15\xfe\x55\ \xf2\x47\xe1\x5f\xa7\x2e\x5d\xba\xfc\xde\xa9\xf3\x07\x4a\x36\xe2\ \x5b\xe6\xa2\xa5\x99\x40\xaf\x16\xa5\xc4\x2d\x88\x8d\x5b\x14\x45\ \x33\xf9\xc6\x82\xd6\xb0\x4f\x96\x01\x8c\xc6\xce\x15\xd8\xf5\x56\ \xbf\x55\x90\x91\x96\x94\x19\x13\xb5\x14\xf7\x49\x97\x2c\xca\xc0\ \x05\x86\x0e\x91\x8a\x26\x50\x89\xa2\x12\xd3\x92\xd2\x68\xdc\x34\ \x9c\xb8\xf1\x00\x47\x0a\x85\xd0\x5e\x4a\xb3\xdb\x55\xd6\x81\x49\ \x2b\xf0\x24\x93\xc9\x1e\x1c\x0d\x65\xc4\xc4\x27\xd3\x44\x19\x22\ \x07\x55\xe5\x08\xf9\x03\xa3\xa3\xbe\x81\xb1\xc9\xa1\xe7\xd7\x9f\ \xf8\x9f\x4f\x8d\x86\x9f\x4f\x0c\x04\x46\xc3\x40\xc4\x46\x07\xec\ \x01\x97\x67\x7c\xdc\xe5\x0f\xb8\x7c\xfe\x90\xcb\x67\xb5\x0a\x70\ \x19\xa2\x4f\xa4\xb7\x9b\x44\x76\x84\x2b\x95\xd5\x94\x84\x4b\xeb\ \xd3\x68\x22\x51\x2a\x35\x31\xd9\x37\x32\x31\xe2\x7a\xab\x94\xa0\ \x54\xa0\x6d\xbc\x40\x2e\x4a\xe1\x24\xc4\x91\xc1\x5e\x73\x7f\x2f\ \x6e\x61\xc0\x24\xcf\x0e\x90\x6c\x58\xee\xee\x00\x2a\x81\xa3\xc1\ \x6e\xb8\x01\xe0\x94\x19\x4f\x68\x4c\xf6\xc4\x6e\x98\x39\x8f\xe1\ \xee\xf5\xf6\x7b\x87\x09\xa3\x54\xe4\x4f\x4f\x2f\x61\x5f\x40\x67\ \x16\xe6\xf2\x11\xb2\xb0\x3f\x52\x41\xef\xe8\x98\x6f\x1c\xce\x86\ \x23\xcf\xda\x1f\x80\xe1\xb9\x7b\x85\xde\xde\x5e\xdc\xf1\x80\x95\ \x21\xb1\x38\x07\x08\x53\x71\x75\xb5\x12\xe9\x9e\xb9\x07\xa3\x0f\ \x00\x0d\xb2\xc8\x52\xb5\x38\x0b\x4b\x0f\x06\xad\xd1\xa0\xb1\xd9\ \xca\x70\x2b\x74\x79\x75\x45\x7d\xb1\xa1\xde\x58\x59\x65\xa9\x2a\ \xd6\x18\x2c\x05\x0d\x15\x45\x45\x46\x5b\x6e\x7e\xbe\x26\xcb\x50\ \x60\xb0\x69\xe0\x98\x57\xda\x0a\x6c\x55\x1a\x8d\x04\x03\x6a\xbc\ \x8a\xd2\x1e\x6f\x29\xa7\xb4\x63\x58\x61\xa4\x08\xdd\xf0\x33\x9a\ \x81\xd8\xf5\x76\x94\x72\xcc\xf0\x58\x42\x77\x29\x03\x8b\x52\x79\ \x84\x73\x8a\x02\x9c\x88\xcd\xc3\x10\x9b\x5e\x44\x2a\xcc\x1d\x04\ \x2e\x09\x0c\xb4\x54\x01\xd0\x4e\x47\xdc\xa1\x2b\xe8\x1c\xcc\xb8\ \x02\x86\x25\xa4\x98\x29\x4c\xa1\x19\x47\x9b\x01\x78\x49\x64\x40\ \x31\x0a\x87\xcf\x04\xe1\xc7\x20\x7c\xa3\x4c\x26\x27\x8f\x22\x61\ \x09\x49\x62\x0a\x03\xf8\x15\x1d\xce\x3a\x6c\x75\x92\xf9\x4c\x0c\ \x6f\xc0\xf1\x1d\x36\x9c\x89\x74\x31\x4b\x92\xad\xc3\x02\x33\x93\ \xa5\x06\x29\xc4\x67\x8a\xb1\x91\x2f\xd7\x15\x77\x37\xee\xeb\x5e\ \xb7\xfe\xe8\x9a\x75\x1b\x0e\x6e\x02\x40\x19\x9a\x1c\x1c\x1d\x09\ \x0c\xc8\xfc\x01\xa7\xc3\x29\xb0\xfa\xb9\x22\xda\x82\x94\x05\x0b\ \x62\x12\x96\xf8\x02\x26\x2e\x95\x9b\x6a\x7f\x75\xba\xde\xa0\x2d\ \x2e\x6b\x2a\x2f\xb6\xd4\xb7\x9c\xa8\xac\x68\xde\xd6\x72\xe4\x70\ \xdb\xd1\xee\xe6\x9a\xf6\xfd\xdb\x1a\x8e\x6f\xdf\x72\x62\xeb\x87\ \xbf\x94\x57\xda\xf8\xc7\x52\x97\x7e\x71\xf1\xa7\x9f\x6e\xde\x44\ \x82\xf5\xea\xfa\xe0\xef\x0f\xef\x3f\x7d\xf5\xfb\xf8\x68\x30\x60\ \x37\x71\x93\x92\x53\x63\xa2\x62\x62\x62\x53\xa2\x33\xe1\x55\x3a\ \x3e\x36\x95\x96\xfa\xf1\x37\x7d\xd8\xbe\x02\xdd\x77\xf7\x4d\x17\ \x64\x7a\xdf\x5c\xb4\x26\xe1\x74\x9f\x1b\xd4\x99\x67\x58\x85\x91\ \x22\xfc\xc2\xf7\x3c\xa3\xbf\xce\xbc\x9a\xb9\x7f\xe3\xcb\x0f\xcf\ \x9d\x3b\xfd\xc5\xb5\x5f\x0e\x1e\x6e\x68\xeb\x3e\xd6\xb9\x65\x4b\ \x5b\x7d\x6b\x43\x4d\x63\x53\x6d\x53\x6d\x55\x85\x05\x14\x7d\x85\ \xa5\xb8\x20\x17\xfe\xd3\xb5\xb9\xa0\xfb\xd9\xac\xdc\x1c\x65\x6e\ \xae\x14\x14\x3d\x6e\xc9\xec\xac\xab\x68\x99\xa6\x9d\x5e\x7e\xda\ \x5f\x72\x39\xee\xd5\xbe\xd5\xf7\xb9\x5f\xff\x46\xcd\xdf\x70\xff\ \x9e\xeb\xe3\x7f\xde\x5b\xb1\xfd\x70\x43\xe5\x96\x0b\x9f\x5e\xbd\ \x71\xee\xe2\xe9\xcd\xa7\x83\x5f\x5f\x1e\xfd\xe5\xe0\xe3\x10\x57\ \x9f\x50\x02\x0c\xeb\xc5\xc7\x7f\xbc\x2f\x37\x5a\x2a\xb2\xc5\xea\ \x5c\x29\xdf\x58\x6c\xd3\xf1\x73\x95\x3a\xa5\x46\x97\x5f\x5c\x6c\ \xc8\x95\xaa\xe1\xd8\xd2\x1a\x74\xba\xe2\x72\x38\x6e\xca\x6d\x6a\ \x79\xe3\xb6\xe6\xc6\xf6\xe3\xdb\xaf\x6e\xab\xab\xdc\x79\x62\xdb\ \xee\x35\x6b\xd6\xaf\x5d\xff\xce\xbb\xbf\x5e\x5b\xb3\x65\xd3\xe7\ \x1f\xce\x44\x1d\xb8\x74\xe9\x83\x5d\x8b\x63\x63\x92\xe2\x16\x2d\ \x3e\xb5\xf1\x8f\xb7\xe7\x13\xfa\x08\xbc\x7e\xa3\x2b\x38\xd7\x38\ \x24\xdc\x56\x91\x2f\xfe\xdb\xcb\x30\x87\x46\x0b\x0b\x5f\x97\xdf\ \x89\x00\xd7\xd9\x8c\xf7\x42\x22\x39\xf9\x35\x86\x45\xbe\x59\x38\ \xdb\x28\x7c\xfb\xed\xff\x14\xfe\xf9\xcd\xff\xbd\xfd\xd1\xd9\xf3\ \x97\x2f\x1f\xd8\xb5\xb1\x64\xd7\x2e\xc0\xac\xa5\x1b\x57\x66\x96\ \x2c\x4e\xc9\x8c\x8b\x5d\x90\x90\x92\x12\x9f\x44\x53\x39\x46\x7d\ \x9e\x60\x90\x2b\x48\xb5\xda\xf5\x32\x95\x8c\xaa\xa7\x89\xa8\xc9\ \xd8\x48\xcc\x5c\x59\x12\xbd\x20\x33\x33\x59\x64\xd7\x8b\x52\x69\ \x2a\x8f\x5d\x14\x13\x93\x98\x9a\xc4\x95\x25\xa7\x9a\x9c\x2e\x47\ \x70\xcc\x1f\x0c\xf9\x5d\x01\x0f\x8d\x26\xe3\xea\x4d\x9e\xa0\x53\ \x6f\xf5\x99\x3c\x01\x4f\x30\x0d\x47\x16\x13\xe3\xd3\xd2\xb8\x89\ \xa9\x5c\xaa\xde\x33\x12\x0c\x4c\x8d\x06\xc7\x9f\x3d\x1b\x79\x36\ \xf4\x3c\x30\xf6\x0c\xcd\x0d\xcf\x9d\x3e\x50\x87\x58\xb4\x1a\x0f\ \xe8\x03\x7e\xbf\xcf\xe5\xb2\xfb\x05\x54\x91\x2a\x03\xf4\xa7\x9e\ \x26\x08\x98\x68\x54\x99\x2a\x2d\x0d\x0d\x0e\x34\x11\x2d\x59\x04\ \x5f\xe8\x93\x69\xa3\x23\xa1\x81\xe0\x5b\x40\xaf\xf2\x40\xe9\x00\ \x54\x95\x7a\x7b\x88\xdc\x05\x74\x77\xa2\xed\x3c\x0f\xf3\xd2\xcd\ \x38\x05\x03\xdc\xa6\xc3\x0d\xe7\x30\xee\x67\x50\x98\xf3\x3a\x40\ \x06\xf6\xe7\x21\x23\xe9\xe8\x29\xf5\xde\xe9\x71\x9b\xd1\x7d\x35\ \x9c\xd7\x81\x5a\xa9\x3f\x62\x9c\x22\xd0\x88\x00\xaf\x61\x5c\xee\ \xd0\x83\x29\x07\x6e\xa2\xd9\xd7\x3f\xaf\x17\xb1\x1e\x3f\x3c\x7b\ \xf5\x08\xc6\x95\x82\x3c\x03\x04\xf0\x76\x00\x74\xb8\xdd\x1c\x12\ \x8f\xc9\x96\xc3\xa1\x63\x31\x36\xb6\x29\x79\x5e\x5c\x0b\x21\x21\ \x71\xd8\x05\xba\x6c\x12\x5d\x4c\x57\x16\x29\x0b\xe0\xc5\xb7\xa9\ \x3c\x5f\x5b\x61\xd0\x16\x14\xe8\x2a\x0b\x2a\xf2\x6d\x46\x8b\x5c\ \xab\x54\x1b\x94\x4a\x5b\x91\xad\xb2\xac\x48\x59\x56\xa4\xb1\x14\ \x18\x72\x81\x75\x15\x68\x2c\xda\x7c\x43\xb1\x4e\xa7\x34\x6a\xc9\ \xbd\x18\x79\xd3\xdb\x7b\x07\x93\xdc\x3b\xfa\xd5\x2c\x77\x9e\xb0\ \x23\x0f\xb4\x70\x69\x24\xae\xbe\x03\x80\xca\x2c\xe4\xb9\xd1\x06\ \x0a\x7a\x90\x22\xa4\xb0\x24\x64\x26\xc3\xed\x05\x25\xd8\x81\xbf\ \x30\x20\x62\x84\x01\x04\x6e\xa2\xc0\x14\x2c\xc4\x51\x1c\x14\xc4\ \xb1\x20\x3a\x99\x43\xe7\x51\xf8\xb1\xe7\xb1\x00\x00\x20\x00\x49\ \x44\x41\x54\x18\x18\x22\x41\xe2\x71\xf8\x14\x05\x99\x8c\xcb\xa0\ \x29\x62\x0a\x8b\xc9\x24\x51\xe8\x1c\x0a\x7c\x64\xd0\x59\x1c\x1e\ \x80\x14\x93\x21\x04\xa0\xe3\xb3\x80\x64\x51\x40\x20\xf2\xf0\x5b\ \x32\x5a\x32\x48\x6c\x32\x4b\x22\x95\x66\x4b\xa4\x2c\xb1\x94\x99\ \xa5\xcd\xc9\x92\x48\xd4\x52\x71\x76\x16\x4b\xae\xdd\x59\xb9\xad\ \xed\xf8\x86\x43\xeb\x56\x9d\x7e\xff\xc2\x83\x07\x4f\x5f\x8d\x4f\ \x3f\x0b\x07\x5d\xaa\x81\xe7\x4e\x51\x68\xc4\x3f\x2a\x48\x8d\x4f\ \x49\x4d\x8a\x59\x10\x7f\xb4\xb6\x73\xef\xde\xe3\xdb\x0c\x46\x6d\ \x8e\xae\xa8\xba\xac\xbc\xb2\xb1\xbe\xbe\xbe\xb9\xb9\xae\xa9\xa1\ \xb1\xa5\x75\x5b\x5d\x43\x67\x73\x73\x4b\x43\x43\xd7\xf1\xae\x23\ \x7b\xf6\xee\x68\xb6\x14\x69\x59\xef\x66\x24\x7d\xf1\xe9\xf4\x17\ \x33\x33\x37\x9f\x5f\x7f\xf5\xfb\xef\xd3\x3f\xdf\xbf\x31\xf3\x6a\ \x70\x72\x32\x64\x77\x78\x64\x31\xf1\x40\xce\x63\xa2\xa3\x63\xe3\ \x33\x17\xc5\xa5\xa4\xc4\x25\x25\xc3\x39\xff\xdb\xc2\x48\x07\xfe\ \xee\xdd\xc2\x37\x63\x9f\x08\x8c\x4a\x8f\x4c\xa4\xcc\x85\xf8\x7d\ \xf3\x3a\x73\x86\xb8\xe6\xdb\x97\x02\x53\xaf\x66\x9e\xde\xfe\xe1\ \xea\xb9\x4f\x3f\x3c\xf3\xf8\x9a\xd5\x7f\xa1\xfd\xf0\xde\xb6\xee\ \xe3\x47\xf7\x6e\x6b\xde\xd6\x56\xb3\xb3\xb5\xb9\xb6\xaa\xb6\xb2\ \xac\xb8\xd6\x52\x66\x2b\x2e\xd0\x64\xab\xb3\xa4\xd2\x1c\x39\xfc\ \x26\xd4\x1a\xf8\x2f\x46\xd3\x2f\x9f\x41\xa1\xb0\xea\xca\x1b\x5b\ \x9f\x58\x8f\x1f\xd9\xf3\x7c\xd9\xd9\x45\xfe\x1d\xbb\x37\x4f\x6e\ \x7c\x91\x94\x7f\xe8\xfe\x87\xa3\x1f\x7d\x3b\xbd\x7f\x7b\x67\xe7\ \xd1\xb5\x5b\x36\x5f\x7c\x70\xf5\xfd\x4d\x07\xdf\x0d\xff\xe3\x83\ \x9b\x3f\x7c\xf1\xcc\x13\x1d\xbd\xa8\xe4\xec\x47\xdf\x7e\xff\xf1\ \xd7\x1f\x35\x4b\xe5\xd8\x44\xce\x26\xb3\x35\x15\x5a\x83\x24\x47\ \x2e\xcf\xc9\x91\x17\xe4\x1b\x6d\xda\x1c\xb9\x46\x69\x2c\xae\xa8\ \xd7\x54\x96\x69\x0b\x2c\xe5\x65\x16\xb5\xb1\x7e\x5b\x77\xa5\x56\ \x57\xb7\x6f\x4f\x79\xd9\xce\xd6\xae\xa3\xfb\xd7\xbf\xbb\x7d\xed\ \x86\xab\x03\x33\xfb\xf7\x9c\xb9\xf8\xc5\xe8\xd9\x8f\x2f\x7f\xf4\ \xc1\xf9\x92\x68\x5a\xcc\xd2\x94\x8d\x99\xa7\x88\xea\x79\x24\x2b\ \xf9\xf5\x2a\x8a\xc2\x37\x76\xac\xa6\xbf\xb1\xb8\xfe\x0d\x81\x38\ \x6b\x6e\x78\xa3\xc4\xf5\xdf\x51\x58\xb3\x11\x0e\x0b\xe7\x2a\xf0\ \x73\x54\x2c\x92\xa1\x4c\xcc\xe8\xa4\x7f\x93\xfe\xe7\x7f\xfa\x70\ \x3b\xc5\xe5\x5d\x4b\x56\x02\x5a\xad\xdc\xb8\x6c\xd9\xc6\x95\x8b\ \x32\xe3\xe2\x16\xc4\x61\xe1\x7d\x41\x52\x06\x55\xe4\x73\x5a\xfd\ \x76\x27\x37\x23\xd5\x6e\xa2\xc9\x70\x5d\x73\x40\x95\x9c\x9c\x94\ \x10\x9f\xb9\x74\x51\x4a\xca\x82\xd8\x28\xdc\x0b\x26\xd3\xbb\x3c\ \x63\x23\xae\xa4\x24\xb8\x9c\x06\xbc\x27\xe4\x71\x01\x69\x0a\xf8\ \xed\xf6\x81\x90\x5d\xc5\xd5\xdb\x3d\x38\xae\xe5\x70\x38\x3d\x76\ \x99\xcf\x05\x47\x47\xe6\x82\x05\x99\xb1\x29\xb1\xf1\x51\x19\x38\ \x59\x63\xf7\x4d\x4e\x3e\x19\xba\xf9\x6c\x70\x6a\xf0\xe6\xab\xc1\ \x5b\x81\xa9\xf1\xf1\xc9\xb1\x91\xf1\xc0\x64\xc8\x15\x02\x42\xe6\ \x1f\xf1\xbb\x06\xe0\xe0\x05\xa2\x86\x9e\x7b\xbb\x0b\x87\x09\xa9\ \x49\x69\x88\x55\x02\x99\xc8\x61\x12\xa8\x00\xf8\x32\xac\x22\x7d\ \x70\x22\x18\x08\x78\xde\xf2\x0e\xa3\x2f\x01\x98\xc5\x30\x50\x0b\ \xb7\x77\x18\xeb\xeb\xb8\x85\x0f\x88\x16\x51\x36\xc2\xd3\x8e\x80\ \x90\x9e\x5e\x38\xa1\x49\x0c\xaf\x97\xe7\x76\x0b\x81\x78\x01\xd7\ \xf1\x7a\x7b\x70\x44\x05\x94\x12\xea\xba\x7e\x6f\x6f\xef\x6c\x3c\ \x7b\x24\x7e\x8f\x70\x61\x11\x95\x74\x34\xb8\x0f\x13\x0e\xd2\x0e\ \x34\x78\x01\x92\x11\xb1\xa6\x3d\xbd\xc3\xaf\xe3\x91\x91\x9b\x61\ \x15\xab\x17\x28\x9c\x17\x63\x64\x78\x3c\xba\x99\xc7\x11\x67\x65\ \xc9\xe5\x65\xe5\xdb\x5a\x6c\x72\x60\x44\xf4\xda\xfa\xda\xe2\xfd\ \x33\xd3\x0f\x2a\xd0\x06\xca\xcf\xda\xb7\x42\x69\xc8\x2f\xce\x95\ \x2b\x73\x94\x46\x9d\xb1\xd8\xa0\x29\x28\x03\xd5\x67\x2c\x96\xeb\ \xe0\x24\xd5\x18\x0a\x94\x3a\x20\x16\x36\x8b\x21\xbf\xa0\xbc\xad\ \xa2\xc0\xa2\x2b\xb0\x94\x19\x35\x3a\xb9\x8e\x4d\xec\x97\x18\xc6\ \xde\xa6\xb7\xb4\x83\x95\x8d\x44\x09\x33\xea\x85\x00\xd0\x40\xba\ \x80\x35\x9a\x31\x5a\xa6\xb4\x94\x87\xbb\x63\xc9\x24\x21\x80\x16\ \xb0\x24\x10\xca\xa0\x1f\x01\xa1\xfb\xf1\x17\x66\xe6\xf5\x03\x3f\ \xed\xef\xc0\x84\x06\xb3\x10\x57\x4d\xd0\xd9\x74\x37\x2f\x8f\xc4\ \x64\x90\x00\x91\x78\x98\xdc\x4b\x62\xf1\x88\xae\x21\x5b\x21\x64\ \x50\x18\x4c\x50\x7a\x62\x16\x8f\x45\xc6\x44\x2c\x50\x86\x1c\x5c\ \x99\x41\x22\xd1\x19\x62\x26\x93\x4c\xa7\xc3\x7d\xc0\xd5\x48\x64\ \x74\x6c\x50\x98\x12\x12\x93\xc5\x92\x88\xe9\x64\xa9\x06\x18\xa5\ \x54\xad\xe6\x03\x47\x53\x6a\xb2\xb2\xb4\xba\xfa\xa2\xea\xce\x23\ \xdd\x27\xf6\x2f\xdf\x72\xe6\xdd\x2b\x17\x37\xdd\xfb\xf2\xde\xe0\ \xd0\xf4\xa4\xd3\x11\x18\x0b\x85\xec\x40\xd3\xf5\x7a\x81\x5d\x94\ \xb2\xf1\xa7\x1c\x5d\xb6\x3a\x5b\x9d\x9b\x5b\x80\x59\x04\xc5\x65\ \x75\xf5\x4d\x4d\x8d\x8d\x75\x6d\x4d\xad\xf5\xcd\x4d\xad\x6d\x75\ \x3b\x77\x9e\xe8\xec\x3c\xbe\x77\x6f\x67\xf7\xfe\xad\xcb\x8f\x1b\ \x2a\xda\x34\xec\x4f\x45\xd1\x8f\x1f\xff\xfa\xe0\x36\x90\xb6\x57\ \xb7\xa7\xaf\x3d\xfd\xe1\xc1\x0f\xb7\x5f\x4d\x4c\x84\xfd\x56\x9a\ \x95\x9b\x90\x10\x13\x93\x10\x15\x17\x1f\x9d\xb0\xf8\x40\xc9\xd2\ \x94\x38\x2a\x77\x71\x54\xea\xe2\x7f\xff\xfb\xdf\xc0\x1e\xd2\xfb\ \x66\xb3\x33\x67\x73\x09\xd2\xbf\x89\x2c\xe0\x23\xa8\xc5\x5c\xae\ \xdf\xac\xff\x3d\xb2\x7c\xa2\xef\xed\x4f\x06\x27\x5f\x3d\xfe\xf1\ \xe7\x47\x37\x2e\x5e\x59\x75\x61\x44\x3f\x9a\x30\xb1\xb5\xb1\xfb\ \xf8\xee\xdd\xbb\xb7\x1e\x6d\x6f\xac\x6f\x6b\x6a\xee\xae\xa9\xad\ \xb2\x15\x15\x15\x81\x90\x2f\x30\xb0\x24\x59\x1a\xa5\x94\x9d\x2d\ \x91\x48\xc8\x2c\xa9\x16\x97\x46\x4a\x48\x12\x26\x8b\x9e\xd5\x54\ \x5b\xbf\xf3\x09\xf7\x48\xeb\xf2\x27\x99\xa7\x36\xda\x3f\x3d\xb1\ \xe5\x41\xec\x6f\xc9\xf2\x7d\x8f\x7e\x08\x5f\xfe\xd7\xb5\xd6\xbd\ \x5d\xdd\x7b\x56\x81\x7a\xfe\xfc\xca\xc5\x77\x56\x5f\x78\xf6\xf1\ \xc7\x2f\x1f\x3f\x55\xc5\x2c\xfe\xe0\xfc\xc6\xf8\x03\x1f\xfd\xf5\ \xf1\x81\x17\x89\xb9\xd9\x35\x06\xb1\x5a\x0e\x1c\xcb\x66\xd3\xe5\ \xca\x0d\x70\x84\xa8\x35\xba\x02\x5b\xb1\x56\x97\xad\xd1\x16\x54\ \xd4\x1b\xab\xaa\x2a\x8a\x0b\xca\x80\x80\xe5\xea\xba\xba\x3b\x9b\ \xaa\x6b\x0e\x77\xb5\xed\x6c\x6a\x6a\x6a\xd9\x79\x74\xdf\xbb\xab\ \xce\xbd\xf3\xa9\xec\xf6\xb1\x77\xbe\xba\xf0\x73\xdc\x27\x1b\x89\ \x9c\xe2\x92\xcc\x92\xa5\x4b\x17\x1d\xf8\xe3\xed\x88\x41\x74\x7e\ \x29\xce\x1b\x4d\x53\xa2\x27\xf8\x66\x21\xeb\x0d\xec\x9a\x0f\x66\ \x78\x5d\x90\x4f\x7f\x3d\xa5\x53\x58\x38\x97\xda\xf0\xc6\xc6\x8a\ \x37\xd6\x81\x11\x65\xac\x85\xe9\x77\xff\x4c\xff\xe0\xf2\x67\x07\ \x56\x5e\x06\xd0\x5a\xb9\x6c\xe3\x81\x65\x4b\x81\x63\x65\x66\x2e\ \x8d\x8d\x8e\xce\xcc\x04\x38\x89\x01\xad\xe5\xc0\xd4\x2b\x15\x37\ \x83\x96\x21\x52\xc9\x7c\x3e\x7b\x28\x20\x03\x12\x0d\x78\xb5\x74\ \x71\xca\xe2\xe8\xf8\x24\x07\x60\x93\x67\x60\x20\x3c\x30\x35\x90\ \x1c\x1b\x15\x45\x55\x99\x4c\xc1\x80\xc7\x3a\x8a\xe5\x74\xd0\x83\ \x22\xbf\x4b\xc6\x15\xe9\x9d\x02\xbd\xde\xe9\x74\xe9\x65\xd6\xa0\ \x3f\x61\x51\x6c\xdc\x92\xc5\x09\x70\x8c\x24\x2e\x88\xa1\x81\xa0\ \x33\x39\x43\x63\xe3\xcf\x6e\x0e\x3d\x09\x8d\x0c\xc2\xc7\xe7\x63\ \x13\xe1\xd1\xf0\x93\xd1\xc9\x89\x91\xa0\xc7\x33\x0a\x90\x35\xa6\ \xf2\x0d\x84\x82\x1e\xa7\xc9\x15\xb0\x0b\x1c\x0e\x93\x55\x65\xa5\ \x01\x56\xe9\x4d\x7a\x19\xa6\xcb\x88\x04\x49\x02\x1a\x57\x26\x73\ \x86\x46\xc2\xbe\x80\xfd\x2d\x21\x4e\x95\xf0\xe8\x3c\x33\x89\xc4\ \x84\x03\x41\x22\x86\xb7\x1c\x3e\x9d\xc5\x97\x48\xc4\x6c\x26\x99\ \x43\xc6\x70\x5f\x32\x03\x05\xa1\x19\xc0\x84\x07\xb4\x42\xc1\x50\ \xb8\x89\xb8\x3a\x4c\x2f\x47\xf6\x85\x81\x05\x70\x26\xc3\xa9\xfc\ \xf7\x9d\x7e\x6c\xf6\x75\xf4\x46\x36\x48\xf7\xcf\xc6\x87\x22\x73\ \xeb\x27\xe0\xa9\xa7\x27\x12\x58\x83\x97\xe0\xdc\xe0\x6c\x21\xeb\ \x0e\x86\xc8\xf7\xb8\x09\x50\xeb\xc5\xdd\x16\x3d\xc3\xa5\x64\x1e\ \x03\x5b\x70\x62\x09\x53\x59\x51\x5e\xdd\x5c\xdd\xa0\x34\xf7\x93\ \x3b\xf7\x6d\xe9\x3e\xb6\xf9\x89\xaf\xa5\x9f\x81\xe6\x51\xcb\x99\ \x4a\xa5\xc1\x66\x2c\xb0\xe5\xe3\xd6\x43\x43\x41\xbe\xb2\xc8\x58\ \x6e\xb4\x94\x17\xd4\xe6\x97\x97\xe9\xf2\xf3\xe5\x39\x36\x25\xbc\ \x32\x17\xe8\x8c\x96\x3a\xd0\x87\x98\x86\x5b\x60\x30\x16\x14\x49\ \xbc\xa5\x79\x98\x28\x51\xca\xeb\xf0\x7a\xdd\x46\x36\xfc\x54\x79\ \x8c\x52\x2f\x0f\x40\x0b\xa8\x24\x9d\x2d\x54\x88\xf9\x52\xb1\x44\ \x0e\x10\x21\xce\xc9\xca\x86\xf3\xde\x68\xb1\xe5\xe7\xf2\x78\x0c\ \x37\x96\xb0\xe0\x36\xe8\x92\xcd\x2b\x15\x62\x69\x0f\xb7\xdb\x88\ \x71\x3f\x8e\x90\xc7\x64\xe1\x76\x56\x0e\x11\x29\xc3\x30\x9b\x79\ \x14\x12\x9f\xc2\x60\x64\x53\x78\xec\x3c\x0e\x19\xc3\xfa\xc8\xe8\ \x74\x60\x82\x0a\xe4\x70\xd0\xb7\x45\xe1\x94\xd2\x19\x1c\x32\x9d\ \xcd\x67\x91\x00\xe4\xe8\x4c\xdc\x2a\x46\x26\xb3\x58\x3c\x3a\x9d\ \xce\x24\xe3\x64\x0e\x99\x99\xab\x04\xac\x92\x8a\xd9\xd9\x6c\x49\ \x76\x8e\x46\x93\x93\xab\x2d\x33\x1e\x6e\x3d\xd1\xdd\x7d\xf8\xd0\ \x86\x55\x7b\xd6\x6e\x7e\xff\xe1\x8d\x1f\x6e\x3f\xbd\x39\x34\x39\ \x11\xf2\xd9\x7d\x32\xee\xa8\xdd\xe9\x94\x45\xc5\x2d\x9e\xb0\x01\ \x33\xb0\x14\x1b\xca\x75\x86\x62\x63\x8e\xc1\x58\x51\x51\x54\xd7\ \x54\x5b\xd7\xd8\xd8\x50\x53\x5d\xdb\x58\xdf\xb4\xb3\xb3\xfd\xc4\ \xce\x9d\x9d\x87\x4e\x34\x1f\xd9\xbb\xef\x69\x5d\x41\x67\x17\x5f\ \xfa\x63\x72\xc6\x97\x37\xbf\xfb\xfc\xcc\xc3\xc7\x37\x6f\x3e\xbd\ \x76\xed\xf1\x77\x5f\xfd\x3c\x38\x34\x36\xa0\x97\x99\x44\xdc\xe4\ \xb8\x98\xf8\xa8\xe4\x18\x38\xe0\x17\x2c\x5e\x52\x72\x2a\x2e\x3e\ \x26\x6a\xc9\x2e\x95\xec\xdb\xcf\xfe\xf1\xcf\xbf\xfa\x5e\x2f\x4d\ \x98\xff\xf4\xda\x8b\x35\x1b\x97\x35\x1b\x36\x13\x71\x8f\x7e\xf3\ \xf6\x3f\xae\x0f\x0d\xfe\xfc\xf3\x0f\x5f\x7c\x7a\x61\xd5\xf2\xc7\ \x4b\x16\x3f\xcb\xf0\x3f\xc2\xb5\x17\x7b\x97\xef\xef\x6e\x3f\xd6\ \xba\xad\xa9\xa1\xf9\x70\x43\x83\x2d\xbf\xac\x20\x5f\x0b\x8c\x19\ \xfe\x3b\xb2\x95\x6a\x09\x5b\x8a\xdb\xc9\xc4\x72\x1b\xd0\x66\x36\ \x9f\x4c\x21\x89\xc9\x05\xdb\x8a\x2d\x87\x47\xec\xfb\x6b\x37\x0f\ \xc6\xbd\xf7\x49\xd2\xd3\x43\xc7\xdf\x71\x7d\x9b\x69\x58\xfb\xf4\ \xc1\xf8\x27\xff\xfa\xe9\x30\x40\xe0\x85\x4d\x9f\xde\x38\x77\xe3\ \xcb\x4f\x37\xed\x39\x17\xfe\xe0\xe3\xc1\x1f\xa7\x32\xa2\x0f\xbc\ \xf7\xf5\x07\xaa\xd8\x03\x2f\x7e\x5b\x56\xf2\xc7\x0d\xc9\xe1\x32\ \x1d\x88\x4c\x9d\x54\x87\x8b\x09\xb5\x3a\x65\x76\x76\xae\xa1\xb8\ \x40\x5b\x55\x99\x83\x8d\xc9\x22\x5b\x79\x45\x79\x9d\xd1\x66\xa9\ \xa8\x2d\xca\xcf\x6f\x6e\xdd\xb9\xb3\xb9\xee\xc8\xce\xa3\xc7\x0e\ \x6f\xab\x68\x6d\x6d\x5f\xbe\x76\xf9\xaa\x7d\x3f\xc7\xfd\x72\xf4\ \xe4\x87\x8f\x46\x4b\x0e\x9c\xbf\x7c\xe9\xa3\x8f\x3f\xbe\x7c\xf9\ \xec\xae\x92\xf7\x3e\xba\x4b\x2c\x5e\x9c\x2f\xbd\xbf\xce\xbf\x7a\ \x5d\xdc\x8a\xb4\xff\xe6\xa8\xd6\x1c\xeb\x9a\x9f\x7b\x9e\xf3\x43\ \x2c\x4c\x2f\x7c\x03\xb3\xe6\x6b\x58\x6f\x56\xb7\x16\x46\x12\x94\ \xdf\x8e\x04\xcd\x80\x2a\xec\xfb\x77\xe1\x8b\xcb\xe7\x2f\x9d\x3a\ \x70\x7e\xe3\x2e\x4c\x9c\x59\xb9\x6c\xc9\x92\xc5\x4b\x96\x2e\x86\ \x3f\xb1\xb1\x09\x89\xdc\x34\xae\xc0\x14\x72\x39\xed\x80\x0a\x19\ \x19\x0e\xff\xc0\xf8\x48\xc8\x23\x4a\x8c\x4a\x8b\x4a\xc9\x4c\x01\ \xe5\x58\x12\x07\xff\xec\x03\x7d\x66\xf5\xfb\x07\xf4\xc9\xa9\xc9\ \x31\x5c\x93\xc8\xe1\x77\x04\xc7\x3d\x23\xbe\x80\x53\x64\xd5\x0b\ \x1c\x00\x5a\x40\xcd\x54\x70\x78\xe8\xad\x0e\xae\x7e\x42\x16\xbd\ \x38\x3a\x65\x29\xd0\xb8\x84\x05\xd1\xf1\xc9\x51\xc9\xc9\x5c\x87\ \x5e\xef\x1a\x09\xbe\x7a\x75\x33\xa0\xf7\x85\x3d\xa3\xd7\x43\xe3\ \xb7\x06\xc7\x27\x46\x86\x46\xa7\x9c\x3e\x5f\x28\x3c\xee\xf3\x9b\ \x7c\x41\x91\x2b\x1c\xf0\xbb\x9c\x22\xae\xc9\x89\xe9\xcc\x26\xab\ \xc9\xe9\xb0\x0b\x54\xc0\xba\xa8\x02\x6a\x46\x2a\x55\x20\x33\x05\ \x7c\x81\xe0\xa8\x4f\xf6\x56\x6e\x4e\xb6\x5c\x23\x81\xd7\x6f\xe0\ \xc1\x62\xa5\xb2\xb8\xac\xba\xa1\xb1\xb5\xac\xb1\xb5\xa9\xa1\xa9\ \xae\xa9\xa9\xba\x52\xce\x02\xe4\x22\xab\xf9\x64\x89\x3c\x5b\xd9\ \xd8\x68\x01\x96\x9c\xa5\xcb\x06\x6a\xae\xc9\x37\xc8\x0d\xf9\x20\ \x52\xa4\x00\x6b\x6e\x9e\x22\x0f\xa3\x0c\x22\x5e\x51\xb4\x5e\xcd\ \xd7\xd4\xf1\xbb\x8e\x88\xd4\x24\x06\x9f\x91\xd6\xf4\x02\x2c\x45\ \xbc\xa2\x18\xf3\x30\xdc\x8b\xa1\x36\x38\x02\x1d\x99\xf6\x71\xbb\ \xcd\x68\xb9\x67\x70\x78\x0a\x3a\x9f\x43\x61\xf1\xa5\x86\xca\xa6\ \xba\xea\xb6\xc3\x46\x21\x69\xf7\xbe\xb5\x87\xeb\x8e\x6e\x3e\x54\ \xe0\x65\x90\xcc\x5e\x21\x6f\xdf\x11\xad\xad\xc8\x52\x5d\x96\xab\ \xb5\x00\x70\xd5\x94\x1b\xd0\x04\x5a\x51\x5c\x57\x59\x56\x60\x34\ \xe8\x74\x86\x5c\x65\x3e\xa6\x69\x16\x58\x8a\xf3\x8b\x8a\x74\x96\ \xaa\x4a\x5d\xbe\x36\xb7\xac\x9c\xdc\x8b\xe1\xec\x98\xad\x0c\xca\ \x90\x5f\x2c\x04\x2c\x46\x03\x3f\x48\x42\x78\x73\x63\x48\x02\x59\ \xad\x84\x57\xd4\xdc\xec\x5c\x9c\x06\xd1\xc8\x35\x46\xa3\xad\xba\ \x8a\x94\xc7\xe1\xf5\x47\x1a\x96\x5e\x90\xc6\x98\x80\xc5\x20\x32\ \x91\x01\x93\x38\x0c\xc2\xc5\x80\xc9\xe2\x4c\x06\x99\xc2\xc0\xa9\ \x68\x00\x2b\xf4\x80\xb2\xb1\x83\x48\xe2\x93\x00\xc4\x98\x4c\x00\ \x22\x78\x87\x33\x8d\xc1\x41\x7f\x2b\x03\x5e\x2c\x48\x0a\x20\x70\ \xc0\xc3\x48\x14\x36\x5c\xce\x22\x81\x20\x24\x4b\x80\x8b\x01\xbb\ \xa2\x93\x25\xfc\x1c\xb5\x94\x2f\xd5\x88\xd9\x62\x3e\x8b\x0d\xbf\ \xfe\xec\xac\xdc\xea\xf2\x63\xc7\x8f\xb7\x6f\x6b\x3d\xb6\x6f\xd5\ \x9e\xed\xab\x97\xaf\x59\x77\xf1\xc7\xcf\x01\x61\xa6\xc2\x2e\xd5\ \xf8\xe8\xc8\xb8\x2a\x35\x7e\xe9\xa2\x4c\x87\xc1\x56\x51\x81\xee\ \xb3\x02\xf8\xd9\x6d\xf9\x16\x9b\x4d\x69\xac\xad\x38\xbc\xad\xb1\ \xea\x70\xbd\xad\xee\x70\x93\xad\xa1\x71\x67\x5b\x63\x7d\x77\xd7\ \xe1\xb6\xfd\x5d\x5f\xfe\x60\xc8\xdd\x57\xc3\xd6\xfc\xb2\x4b\xf5\ \xd3\xef\x3f\xac\xd9\xb0\x67\xf7\xf2\x7d\x07\x1f\xfd\xf4\xf0\x87\ \x07\x3f\x3d\x9b\x1c\xb0\x9b\xb8\x56\x6e\x6a\x54\x74\x62\x7c\x54\ \x6c\x6c\x6c\x4c\x42\xdc\xe2\x65\x4b\x4f\xad\xcc\xcc\x8c\xcb\x3c\ \x9f\x49\x4d\x4c\xfc\x3e\xb2\xb6\xf9\xee\x9f\x7d\xc4\xa4\x49\xc4\ \x21\x39\x1b\x6b\x5e\x18\x69\x0d\x12\x43\xd2\xdf\xcc\x99\xe0\x09\ \x3d\xf8\xd9\x93\x67\xb7\x7e\xfd\xe1\xe1\x8d\x1b\xa7\xdf\xf9\xd2\ \x74\x60\x65\x42\x46\xac\xec\x4a\x7d\x1b\x06\x61\xed\x6d\x3b\x76\ \xe2\x58\x67\x53\x4b\x7d\x5d\x15\x8e\xf1\xe5\xdb\x8a\x72\x72\xb2\ \xc4\xd9\x7c\x49\x4e\x0e\x9f\x9d\x95\xc5\xce\xc9\xd5\x88\x8d\x45\ \x46\x39\x9d\x44\x67\xb2\xf8\xcc\xaa\x86\x62\xdb\xd6\xc9\x9b\x6d\ \x2d\x7b\xae\xc5\x9c\xfd\x28\xfa\xe6\x9a\x43\xef\xcc\xbc\x77\xca\ \xb8\xfd\x87\x07\x03\x9f\x7c\xfb\x4b\xd7\xd1\xf6\xbd\x67\x3e\xbd\ \xf1\xd5\x85\x0f\xef\x6d\x5a\xb5\x7c\xdd\xc3\xf7\x3e\xfb\xe1\x9a\ \x33\xf5\xec\xd7\x1f\xfc\xf3\x5b\x4f\xf2\x82\xf7\xbe\x3f\x9b\x79\ \xf9\x83\x7a\xb9\xd6\x98\x25\x2f\xd0\xe6\xb0\x75\x86\x02\x83\x12\ \xce\x86\xac\x7c\x63\x6e\x8e\xd6\x08\x87\x80\x12\x00\xab\xc8\xd6\ \x50\x5b\x56\x51\x55\x5e\x79\xa2\xa6\x49\x6e\xe9\xee\x3a\xd6\x7c\ \xa2\x79\x6f\xe7\xee\xee\xa6\xe2\xc6\xa6\xc6\xee\xed\x5b\x57\xbf\ \xbf\xe3\xfe\xa2\xdb\x9d\xe7\x3e\xfc\x49\xb4\x2c\x36\x73\xe5\xe2\ \x92\xcb\x97\xde\x7b\xef\xb3\x53\x67\x3f\xfa\xc7\xc2\x79\xb3\xc2\ \x6b\x82\xf5\xa6\xb3\xa1\xf0\x8d\x50\x86\xf4\x79\xab\x43\xfa\x1b\ \xdd\xc3\xd9\x2e\xe1\x1c\x85\x2a\x9c\xeb\x13\x16\xce\xc5\xbe\xa7\ \xcf\xa7\xcd\xbc\x8e\x9e\x79\x9b\xc8\x7a\xff\xbf\xff\x7b\xb1\xf1\ \xc0\xf9\xf3\x2b\x97\x6c\xdc\x75\xf6\xc0\xf9\x53\xb8\xb1\x70\xe3\ \xca\x92\xa5\x8b\x17\x2f\x05\xc9\x97\x10\x93\x98\x96\x21\xf2\xf8\ \x9c\x3e\x7b\x6a\x1a\x8d\xeb\x0f\x05\x5d\xe1\xeb\x53\xa3\x76\x6a\ \x46\x46\x74\x4a\x74\x42\x4a\x4a\xca\xe2\x05\x22\xbd\xcf\xc1\x15\ \xe8\x9d\xfe\x81\x31\x5a\x4c\x4c\x6a\x0c\x8d\x9a\xa4\x1f\x0d\x7a\ \x00\xc5\x5c\x5c\x59\x86\xc9\x2a\x93\xc1\x27\x34\xbe\xfb\x9c\x5c\ \x91\x63\xd4\xaa\x9f\x48\x5c\xb4\x08\xf8\x5b\xe6\xa2\x94\xb8\x84\ \xb8\xa8\xc4\x44\x2e\x57\x1f\xb0\xdb\x9d\x4f\x42\xcf\x7f\xbf\x05\ \x34\x2a\x08\xb2\xce\xe7\x0b\x86\xc7\x26\x27\xc6\xc7\xaf\xfb\xfd\ \xc1\xe0\x40\xc0\x1e\x1a\xf0\xb9\x1c\x76\xbf\xcb\x25\x93\xc9\x00\ \xaf\xac\x56\xbd\x9d\xab\x77\xa8\x64\x34\x2e\xd7\xce\xc5\x89\x1f\ \x5a\xaa\x28\x55\xe4\x70\x85\x1c\xa1\x80\x87\xf6\x96\x5a\x9d\xad\ \xc1\x73\x3a\x5b\xca\xd2\x49\x73\xd4\xb9\xd9\xf9\x15\xca\x82\xa2\ \x2a\x78\x4d\x29\xd2\xca\x5b\x6a\xab\xeb\x0a\xf2\x6d\xf9\xc6\x62\ \xad\x56\x0d\x87\xfb\xc1\x83\x35\xb5\xe5\xf5\x45\x55\x96\x32\x8b\ \xad\x0a\x28\x71\x5d\xf7\xb6\x1a\x78\xb9\xd6\x48\x85\x79\x66\x1c\ \xa2\x89\x00\x12\x11\x93\xdc\x13\x09\xb7\xc2\x80\xbf\xde\x3b\x58\ \x75\xef\x8d\x94\xb7\x80\x9e\x94\x82\x92\xfc\x9b\x88\xa7\x89\xc4\ \x32\xe3\xe8\x4f\x3f\x2e\xcf\x21\x32\x20\x50\x5b\xba\xcd\x70\x87\ \xa0\xa9\x4a\x71\xf1\x3c\x39\x4b\x69\xab\x6d\xae\xa9\xad\xaf\xac\ \x2b\x17\xef\x3f\xb2\x6e\xf7\xb6\xb6\xad\xc7\xab\x14\xe8\xbe\x50\ \xe4\xd9\xb6\x14\x19\x70\xc8\xde\xa6\xd3\x96\x15\x15\x55\xe4\xea\ \x74\x1a\x5b\x65\x71\x7d\xa3\xb1\xc8\xa0\xb5\x20\x8a\xe5\x97\x69\ \xa5\xba\x22\x6d\x51\xb9\xd6\x58\x55\x5c\x61\xb1\x54\x58\x8a\xca\ \xca\x0d\xee\x1e\xef\x70\x4f\x7f\x9e\x37\x0f\x23\x22\xea\x35\x00\ \x8f\xa5\xbd\x38\x54\x84\x5a\xb0\x74\x98\x2c\x25\xe5\xf1\xe8\x94\ \x9c\x1c\x49\xc3\xf1\xdd\xdd\xbb\x8f\xef\xde\xba\x7b\x4f\x25\xc8\ \x2b\x39\x1d\x40\xa8\xb4\x7f\x18\x43\x99\x71\xd5\x06\xae\x57\x05\ \x4a\xc4\x13\x2a\x84\x74\x0a\x8f\x2c\xa4\x50\xe8\x1c\x9c\x69\x44\ \x7e\xc4\xa1\x90\x30\x89\x99\x43\x21\xd3\xa5\x74\x21\x87\x27\x21\ \x93\x28\x4c\x0e\x83\x8d\x1b\x27\x48\x42\x06\x83\x47\x66\x83\xf8\ \x63\x90\x71\x00\x9a\xa9\xc0\xa2\x3d\x87\x02\xfa\x8f\xcf\x22\x33\ \xc9\x6c\x09\x1d\xeb\xef\x24\x0a\xdc\x1a\x57\x30\xe3\xfc\xb6\x98\ \x8d\x7d\x77\x9d\xdc\xa8\xcd\xca\x91\xab\x8d\x0d\x58\x39\x6f\xef\ \x6a\xfd\x7f\x64\x7d\x87\x5f\x93\x67\xfb\x7d\x91\x21\x1b\xcc\x22\ \x84\x40\x48\x80\x00\x61\x25\x84\x84\x6c\x12\x93\x10\xb2\x3f\x84\ \x24\x86\x40\xd8\x82\x84\xb0\xc3\x90\xbd\xb7\x08\x08\x52\x91\xa1\ \xb8\x15\x47\x11\xd0\x0e\xd4\x56\x2c\xb5\xd6\xd6\xf1\x3a\xda\x6a\ \xd5\xfa\xfa\x79\xed\x7f\xf1\xbb\xef\x20\x6a\xbf\x3f\x44\xc8\x82\ \x24\x0f\xcf\x73\x9e\x73\xae\xfb\xba\xce\xe9\x1e\xec\xec\x69\x2a\ \x2f\x1c\xfe\xfa\xf1\x4f\xb7\xbe\x5d\x7e\xb8\xf2\xec\xc9\xb9\x35\ \xff\x1d\x6e\xb1\x3e\xe9\x9e\x5a\x96\x5e\xce\x94\xf0\x19\xbc\x04\ \x70\x24\x4a\x94\x52\x89\x98\xcb\x35\x6a\x8d\xd9\x3a\x49\x9d\xcd\ \xa6\x37\x9a\xb2\x6d\xd9\xd9\x2d\xdd\xd9\x75\xdd\x07\x0e\xf4\xd6\ \xfc\x6e\xe5\x2a\x86\x99\x09\xdc\xaf\xa6\x9f\x5f\xbc\xf0\x73\x51\ \x71\x6f\x55\x4f\xaf\xb5\xa7\xf2\xbb\xeb\x5f\xff\x67\x65\xe5\x2e\ \x25\x93\x8e\x72\x46\x79\x25\x7a\x78\xfa\x07\xba\x78\xb8\xb9\x38\ \xbb\xe6\x4d\x8e\xd6\xd7\xfb\xb8\x27\xce\x95\xba\x07\xb8\x4e\xbf\ \xdf\xb3\xa5\x5f\xbe\xfc\xbc\xf0\xbe\xed\xfe\xf4\x61\xa0\xf0\xc3\ \xe2\xa1\x43\x0d\x82\x1b\x77\xbe\x79\xb2\xf2\xfa\xf1\x4f\x17\x4e\ \x1c\xcc\xf9\x76\xc2\x27\x31\x35\xd6\xcd\x8b\x72\xb1\xad\x7a\x70\ \xa8\xb7\xa9\xb9\xb3\x2d\xb7\xa7\xa1\xae\xcf\x6c\x33\xd9\xb4\x1a\ \xad\x9c\x1a\x17\x17\x19\x11\x11\x41\x4b\x00\xf2\x16\x0f\xd7\x22\ \x58\x40\xef\x83\x53\x50\x02\x02\x89\x41\x06\x61\x22\xc1\x9f\x54\ \x5b\xf8\xf4\x58\x77\x5f\x67\xb9\xfb\xf9\x33\xb1\x2f\x0a\x9a\xda\ \xbe\x0e\x39\x33\x58\xf8\xf3\xf7\x94\x33\x77\xfe\x33\xd4\x7c\xa0\ \xf1\xc4\x89\x23\xa7\x8f\x77\x9c\x2e\xee\xdc\x97\xdb\x88\xba\x73\ \x63\xc3\xdf\xf7\xfc\xa3\xdb\xb7\x6f\xcb\xbc\x3d\xd2\xdf\x9f\x4d\ \x4c\xbd\x27\x8a\xe6\x52\x19\x30\x42\x28\x26\x86\xab\xe4\x81\xb3\ \x54\x42\x42\x42\x4c\x54\x64\x34\x8f\xca\x53\x68\xa1\x1e\x15\x2b\ \x0c\x62\xa3\x42\x25\xb5\x59\xcd\x72\xb1\xa1\xab\xad\xef\x80\xb5\ \xa6\xa6\x6f\x64\xc4\x6a\x6e\xb1\x75\xe5\x34\xf7\xf6\xd4\x1e\x3e\ \xe2\xfc\x57\xd5\x89\xef\x64\xa5\x76\xb2\x0f\x0a\xe5\x1a\x9b\xd8\ \x3e\x3b\xdb\x3e\x37\xfb\xc7\x9e\xed\x3e\xd1\x7f\x15\xdc\xb7\xbb\ \xe0\x3f\x15\xaa\x76\x7f\x56\xa8\xfa\xe8\x32\x03\xb1\x67\xf7\xa7\ \xa5\xc0\x0f\x8f\xfc\x50\xba\xfa\xf4\x13\x3b\x3f\x14\xb0\xb6\xa5\ \x21\x20\x59\xb0\xee\xbe\xeb\xcd\xf9\xfa\xd2\xd1\xf6\xf6\xd1\xd2\ \xd2\xe9\xb9\xf6\x51\x68\xe5\x97\x3a\x9a\x1e\x96\x1a\x18\x12\xeb\ \xe2\xe3\xee\x0c\x38\x96\x2f\x25\x73\x82\x3e\xc3\x41\xa1\x64\xea\ \x99\xa5\x07\x4b\x0f\xd6\x37\xd7\x33\x29\x64\xb2\xab\x9b\x93\x5b\ \x60\xac\x8f\x13\xc9\x32\xb6\x46\x11\x2c\x2d\x6f\x9e\x3b\x67\x27\ \xa3\xbc\x3d\x51\x04\x14\x61\x66\x63\x63\x6d\x61\x62\x0c\xa8\x40\ \x59\x06\x49\x80\x0a\xf0\x0f\x10\xf8\x06\x70\x28\x32\x18\x0e\x36\ \xb1\x31\x81\x72\x0f\x0b\x71\xdb\xe1\xe1\xe4\xef\x8b\xa2\xc8\x64\ \x68\x32\x5d\xb4\xb0\xb1\xb6\xf4\xea\xc1\x7a\x06\x7a\x62\xed\xe1\ \xb3\xf5\xcd\x85\xa5\xa5\x09\xcb\xa6\x25\x43\xb6\xf1\x70\x7d\x62\ \x7d\x65\x7d\x4d\x9d\x71\xd7\x42\x19\xcb\x00\xdc\x0d\xc6\x24\xaa\ \xc9\x19\x13\x6a\x19\x05\x85\x0a\x80\x11\xd3\x64\x01\xc7\x0b\xa5\ \x16\x90\x02\x02\x28\x70\xc0\x31\xc3\x4e\x41\x7d\x11\x07\x0e\x82\ \x84\xb8\xb8\xa4\x04\x36\x5b\xcc\xa3\x32\x13\x70\x80\x04\x23\x63\ \x88\x41\x54\x2e\x90\x41\xd5\x1a\x1e\xa0\x2a\x80\x75\x49\xb2\xcd\ \x7a\xb0\xf3\x14\x37\x6a\x74\xd9\x06\x23\x9c\xb4\xd2\x88\x79\xe0\ \x04\x6e\xd0\x29\x14\x52\xb1\xd4\xa8\x8c\xc3\x5e\xdd\x72\xe2\x1b\ \xcf\x1a\x5f\x2d\xdb\xb2\x60\x80\x0e\xc8\x53\x57\x61\xcd\xca\x31\ \x1f\xed\x68\xb8\x9c\x82\xc6\x5b\x70\x95\x10\x68\xc3\x7e\x47\x6b\ \x3b\x94\x86\x70\xba\xd0\x61\xc1\xe5\x08\xc4\x99\xea\x4f\x0b\x87\ \xf9\x80\xfd\x00\x12\xe2\x83\xa3\x92\xf0\x0c\xa6\x44\xa1\x52\x69\ \xf4\x3a\x5b\x4b\x65\xe7\xbe\xde\xe6\x81\x9a\xc3\xdd\x18\x20\xdd\ \x80\x26\xc5\x35\xd5\xf1\xe4\x52\xaa\x50\xab\x54\x69\x85\x3c\x71\ \x12\x57\x2c\xd6\x28\x79\x62\x16\x4d\x2a\x16\x1a\xc5\x4a\x85\x58\ \xa1\xd0\x50\xf9\x7c\xb0\xe7\x49\x95\x4a\xb9\x46\xaa\x30\x49\x55\ \x3d\x43\x11\x70\x98\x1a\xda\xd5\xc0\x92\x3b\xd1\x90\x06\x5e\x33\ \xcc\x13\xcc\x2a\x4b\x09\x86\xed\x66\x41\x26\x21\x5c\x2b\xf4\xc3\ \xa4\xec\xfd\xeb\xd6\x57\x1b\x0b\x1b\x9b\x9c\x8c\x1b\xf1\x29\xfd\ \x53\xb0\xd7\x03\xb6\x70\xa4\xc1\x2e\x0f\x80\x4c\x29\x29\x7e\xc1\ \x98\xa0\xe0\xe4\x70\x58\x4a\x87\xae\x5c\xc8\x20\xd8\x8c\x81\x83\ \x41\xd0\xf1\x38\xc0\xa8\x88\xd8\x48\x1c\x9c\x28\x04\x7a\x26\xc2\ \x2f\x06\x81\x01\x3c\x0a\x89\x09\x42\x20\x00\xd5\x42\x22\xfd\x70\ \x98\x20\x64\x3c\xa0\x5a\x18\xbf\x50\x38\x9c\x03\x00\x2c\x14\x8b\ \xc1\xe1\xa1\xbd\x20\x50\x3a\xb8\x28\x22\x8e\x18\x1d\x1d\x41\x8c\ \x8a\x88\x8b\x24\x46\x45\x26\xf0\x99\x70\x06\x98\xc6\x8c\x89\x61\ \xf0\x1a\x7a\x80\x2e\x69\x69\xec\x6c\x6d\x1a\x18\x18\x39\x50\x71\ \xfc\xc6\x85\x9f\x7e\xfe\xf5\xed\xf2\xe5\xb7\x0b\x64\x27\xb0\x27\ \xa6\xd7\x3b\x75\x53\x8d\x46\x80\xda\x71\x6c\x21\x2b\x4e\x4c\xe5\ \x82\x6d\xc2\x93\x28\x74\x2a\xa1\x1c\x9c\x84\x74\x36\xbd\x4e\xa7\ \x37\x0c\x35\xd4\xb5\x18\xcd\x43\x83\x5d\x5d\x55\xaf\xe5\xb4\xda\ \xdc\x98\x24\xc6\xdf\xfe\x8a\xa1\x81\xd6\xaa\x21\xeb\x50\x4b\x57\ \x75\x5d\xd7\x85\x5b\x37\x2e\x2f\x2f\xdf\x55\xab\xed\x40\x3e\x78\ \xbb\x78\x79\xba\x87\x39\x05\x04\xba\x78\x7b\xc4\xe6\xb5\xe7\xcd\ \x97\xa6\x86\x8c\x4e\x8f\xb6\x87\xb9\x9e\x77\xe4\xe6\xec\xfc\xe4\ \x8f\xf2\xe9\xa8\xdc\x6e\x40\xda\xaa\xbc\x3b\x8c\x0b\x1c\x06\x9c\ \x7f\x4c\x9c\xbb\xf2\xd7\x2f\xdf\x95\xe7\xdc\x98\xc8\x9b\x4e\xdd\ \x91\x1a\x46\x7e\x75\xb2\xd1\x3c\x30\x32\xd0\xd3\x57\xd3\xdc\x36\ \x58\xad\xb7\x1a\xaa\xf5\x3a\x95\x58\x0e\xa8\x32\x8b\x01\xf0\x04\ \xd0\xaa\x88\x98\x84\x88\xa8\xc8\x28\x18\x9f\xc1\x13\x73\x69\x09\ \x78\x2c\x12\x83\x8f\x62\xf2\xa5\x62\xdb\xa1\xa7\x85\xd6\xea\xa6\ \x83\xa8\xf3\xd7\xe6\x17\x3a\x2a\x3b\x73\x29\x77\xae\x17\xff\xe7\ \xb4\x60\xfe\xce\x63\x53\x49\x71\xce\xe9\xaf\x2f\x1c\x1a\xae\x28\ \x6a\x6a\x6b\x2a\x28\xf8\xfb\xda\x63\x5f\x97\xc0\x4b\xf7\xee\x9c\ \xbf\x49\xf0\x71\x71\x7b\xf3\xa6\x3e\x6f\xee\xcd\xc1\x18\x3e\x1c\ \x83\x8e\x8b\xc0\x44\x2b\x79\x49\xd4\x84\x04\x5a\x34\x31\x28\x3a\ \x81\xca\x62\xf2\x80\x22\xa5\x02\xa4\xaf\x36\xd5\x99\xa5\x7c\x9d\ \x55\xae\xd5\xd2\x14\xc5\x3d\x03\xdd\x43\x7b\x5b\x7a\x6a\x5a\x80\ \xac\xee\x6e\xae\xea\xed\x2d\xdc\x5b\x72\x30\xe0\xf2\xf5\xaf\x2d\ \xed\x74\xe7\x30\x01\x45\x14\xe0\x59\x3a\x39\x3b\x59\x3f\x77\xfe\ \x8f\x2d\xf7\xd1\x2d\x45\xb8\x0d\x34\x5b\x06\x58\xff\x02\xa6\x8f\ \xbd\x58\xdb\x5d\x22\x8e\x26\x91\x4f\x15\xac\x5d\x1f\x13\xec\xb7\ \xf5\xe0\xee\xed\x6e\x86\x5d\x9f\xd8\xd7\x67\x06\xef\xdf\xfc\xb1\ \xe7\x87\xb3\xb3\xf5\xd3\xa3\x93\xa3\xa3\x93\xf3\x00\xb4\x62\x63\ \xeb\xd3\xeb\x27\x63\x13\x03\x5d\x02\x43\x7c\xdc\xdc\xdc\xdd\x9d\ \x7d\xbd\xd0\x99\x99\x76\xcb\x4c\x06\x45\x64\x9f\x99\xd8\xb0\x6f\ \x6e\x2c\xd9\x29\x14\x8e\x00\xed\xe9\xee\xe3\xe6\xee\x49\x5e\xda\ \xc8\x94\x71\x26\x16\x1e\xae\xbc\x78\x40\x08\x00\xb0\x41\x40\xfb\ \xd2\x27\xec\xf6\x89\xb1\x19\xbb\x9a\x2c\x5b\xe2\xd0\x2d\x64\x32\ \x85\x84\x76\x22\x58\x08\xa2\xb1\xcd\xa5\x89\xa5\xbb\x0b\x01\x2e\ \x3b\x02\x7d\x3c\xbc\xbc\x50\x4e\x28\x8e\x23\xcb\x10\x0e\xe0\x6c\ \x6c\xac\xac\x05\xf8\x50\x9e\x2d\xad\xcf\x6c\x8c\xcd\xac\xbd\x7a\ \xf0\x60\x89\x42\x91\xd1\x05\xb2\x8d\xe5\x17\x2f\xd6\xec\x0b\x33\ \xf4\x09\x19\xc7\x62\x17\xd9\xe9\x02\x14\xe0\x57\x33\x99\x24\x0e\ \x87\x4e\x26\xa3\x48\x1c\x82\x88\x14\x20\xa2\x90\x44\x04\xca\xc6\ \xd2\xd8\x93\x75\x11\x01\xf5\x05\x40\xa9\x88\x04\x36\x57\xc2\x63\ \x2a\x95\x1a\x36\x0b\x90\xe1\x18\x1a\x06\x1f\x1a\x1c\xc9\x64\x48\ \x14\x1a\xb1\x58\xca\x64\x71\xc5\x4c\xbe\xd8\xd8\x3b\x68\x62\x69\ \x6d\x0a\x8d\xd5\x2a\xe7\x6b\xa5\x4c\x8d\x58\xa3\xd7\xab\xb4\x1a\ \x70\x2f\x4d\x6e\xd2\x71\x93\xe1\x30\x33\x24\x4c\x59\xab\x0e\xe8\ \x72\x58\x59\x6d\x19\x8a\xae\xae\x6e\x69\x3f\x98\x58\x08\x7d\x62\ \xb2\xc6\xaf\xa6\x41\x53\x9a\xab\x5b\x23\x85\xab\x57\x1d\xde\xcc\ \x5b\x1e\xa6\x57\x57\xfb\x57\xd3\xb2\x92\x43\xe3\xe3\x93\xb1\x8b\ \xab\x29\xa1\x80\x7e\x44\xe3\xfc\x68\x2c\x95\xd1\x04\x0e\xd0\x3e\ \x5b\x55\xce\x85\xe2\xde\x81\x92\x8e\x96\x84\xac\x32\xd8\xa3\xb9\ \x98\x7d\xb8\xb1\x7c\xd0\x20\x54\xe9\x25\x12\x9e\x84\xcd\x60\xf1\ \xa4\x2a\x39\x5b\xc8\x66\x88\x15\x4a\x95\x5c\x67\xd4\x88\xb5\x2a\ \xbd\x92\x4f\x63\xf3\xf8\x52\xb0\xf7\x73\x55\x42\x2a\xcf\x68\x0c\ \x87\xbd\x5f\x40\xa8\xae\xa6\x8c\xf7\x87\x66\xc7\xc1\xd0\xd7\xfe\ \xe4\x50\xa8\xed\x42\x11\x98\xd0\x14\x6a\xe5\x81\xab\xe3\x00\xc0\ \xfc\xc2\x07\x7e\xcc\xb9\xf1\xfb\x7f\x2e\x2f\x3f\xb9\x7b\x12\xbb\ \xda\x0f\x40\x2a\x25\x1e\x10\xc4\xb4\xe4\x29\xd8\x67\x1a\x1e\x9a\ \x92\x8c\x4c\x01\x42\x0e\x83\x09\xc2\x02\x7e\x85\x89\x4f\x01\x0c\ \x2a\x34\x0b\x89\xc0\xc2\xc0\x7a\x40\xa9\x30\x78\x1c\x2e\x18\x11\ \x0d\xf8\x56\x0a\x11\x0f\x80\x0b\xe0\x11\x02\xde\x0c\x9d\x1a\x30\ \x7e\x70\x92\x10\xb6\x91\x62\xfc\x00\x0d\x0b\x0e\xc5\x07\x85\x62\ \xb1\xf1\xb8\x28\x04\x86\x88\x07\x8f\xc3\x12\xa3\x80\x98\x24\x46\ \x44\x47\x45\x25\x24\x41\x49\x18\x95\xc4\x4e\x60\xb1\xd8\x2c\x1e\ \x83\xa1\x37\x1a\x2b\x73\x7b\x6a\x0e\x54\xf6\x0d\x56\x0e\x34\x36\ \xd5\xec\xcd\xd9\x7f\xf0\xe4\xdf\xb7\xce\x6d\xae\xa1\x50\xce\x80\ \x40\x87\x9d\x72\x6f\x00\x6f\x5f\x21\x64\xb1\x18\x2c\x05\x97\xc9\ \x62\x09\x79\x4c\xaa\x86\x07\x30\x9b\xa5\x10\xab\xea\x54\x66\x85\ \x7e\xc0\xaa\x6b\xb0\x99\x6d\x2d\xd6\xa1\x81\x9e\x03\x8d\xd9\x54\ \xeb\x53\x49\x12\x9b\x57\x7e\x97\xdb\x50\xd9\x7a\x60\x70\xb0\x61\ \xa0\xaa\xaf\xa7\xa6\xf2\xd0\xe1\xc7\x4f\x1e\xae\xcf\xd0\x33\x09\ \x74\x01\xda\xd9\xcb\xd3\xc9\xc5\xc9\xc9\xc7\xc9\xcd\x27\xb6\x74\ \x7a\x74\x7e\x7a\xbe\x7d\x7a\xfe\xd4\xdc\x7c\xfb\xec\x9d\x0f\xf1\ \xc4\x0e\x5b\xf2\x6d\xcb\xf2\xed\x56\xc9\xed\x68\xf6\x0f\x6e\xc9\ \x8e\xbe\xd2\x9d\xae\x6f\x97\x4f\xde\x3f\x9e\x73\x81\xd4\x3e\x79\ \xe6\xd2\xec\xdc\x5c\xfa\xdf\x2b\xdf\x0d\xd5\xb5\x34\x35\x35\xf6\ \xb5\x55\x1e\x30\x64\xeb\xeb\x1a\x6c\xd9\x26\xa5\x4a\x22\xa6\x71\ \xf9\x6c\x06\x8d\xcd\x60\xc6\x45\xd0\xd8\x91\x34\x06\xd0\xf6\x42\ \x80\x24\xe0\x6f\x1c\x83\xf3\x8b\x0c\x22\x4a\x54\x3a\x5d\x5d\x73\ \x51\xe3\x90\xa9\xf8\x47\xf2\xfc\xed\x39\xc1\x89\x92\xca\xaa\x2b\ \x2f\x27\xf6\xfe\x72\x7a\x6d\xf4\xe6\xf3\x91\x92\xfc\x83\xa7\x2f\ \x1e\x3e\x9a\xd3\x9a\xdb\xd3\x59\x55\x71\xf0\xb7\x4b\x6f\x7d\x12\ \xe7\x1e\xbd\x7b\x77\xe9\x0c\xc5\x23\xdd\xe3\xfc\xfb\xb3\xf5\xae\ \x67\xe7\x79\x71\x2c\x2a\x83\x96\x44\x8b\xc4\x53\x59\x72\x25\x3b\ \x8e\x15\x19\x84\x8f\x4e\xe2\x32\xa9\x54\x89\x49\xa7\x60\xd2\xa4\ \x75\x06\x8d\x4d\xa5\x95\x9b\x8d\x2a\x2d\x8b\x9a\x6d\x6d\x69\x33\ \xb4\x75\xb6\xf5\x0d\xf6\x74\xf6\x1d\xe8\xab\x1e\x68\x6b\xdd\xdb\ \x58\x78\x42\xd6\x71\xfc\x61\xbd\xb7\x4b\x6c\x86\xc8\x62\x09\x48\ \xcc\x9b\xab\x4f\x4c\x9f\x9c\xff\x63\xcf\xf6\x56\xd8\xf5\x89\x7b\ \xee\xfa\xd4\x45\xba\xdd\xc1\xb0\xeb\x63\xd4\xf3\x36\x4c\x7d\xf9\ \xe5\xc7\x01\xe8\x4f\x8b\x81\xdb\xc1\x14\x3b\xff\x9d\xa0\xb3\xdd\ \x81\xb5\x6b\xdb\xb8\x61\xcf\x9f\x79\x97\xbe\xfc\xef\xbd\xd1\xe9\ \xf9\xf9\xc9\xe9\xf6\xd2\xfa\xf6\xd2\xd4\xd2\xf6\xd4\xbc\xd2\x58\ \x00\x56\xb0\xc8\xe4\xee\xe2\xe2\xee\x8f\xf2\x52\x93\xe9\xf6\xb5\ \xb5\xa5\x19\xc1\xc4\x98\x7d\x46\xbd\xbe\x00\xd0\x41\x40\x06\x58\ \xe1\xea\x46\xce\x58\x78\x9b\xe9\x9d\xc9\x11\xcd\x58\xd6\x9e\xd9\ \xfd\x49\x24\x94\xbf\xaf\xa7\x2f\x7d\x6c\x29\xf3\xc1\x03\x80\xc8\ \x1c\xc1\x84\x28\x73\x5d\x2d\x93\xa9\x39\x28\x00\x2e\xf6\x0c\xd9\ \xd8\xdd\x99\xcd\x4d\x82\xb7\x8b\xaf\xbf\x87\xaf\xbf\x97\xbb\x37\ \xca\x09\x9a\x1b\xd1\x29\x82\xb5\x8d\xbb\x2b\xcf\x56\x9e\x6c\x6e\ \xac\xdf\x5d\x59\x19\x1b\x5b\x5a\x9b\x59\xc8\xb4\x8f\x59\x28\x14\ \xfb\x8b\xb7\xcf\x5e\x2c\x2d\xbc\x02\x57\xd7\x32\x33\x17\x2c\x63\ \x63\x63\x22\x91\x7a\x82\x4e\x17\x09\x44\x1c\x32\x45\x44\x22\x91\ \x39\x74\x0a\x01\x85\x12\x91\x04\xeb\x77\xd7\xae\x2c\x11\xd0\x9c\ \x2f\xe4\xbc\xb8\xa4\x18\x9a\x54\x28\xe1\xb1\x58\x12\x09\x8d\x4a\ \x4b\x88\xe3\x0b\xa9\x98\xc8\xa4\x68\x9a\x44\xca\x02\x04\x45\x29\ \x56\x9a\x94\xca\x24\xb6\x2e\x5b\x18\x19\xc9\x95\x6a\xb3\xad\x0a\ \xbe\x46\xa3\x90\x0a\x0d\x0d\x9d\x26\xb1\x98\x2b\x51\x32\xe5\xd9\ \x8a\x70\x87\x33\xc3\xf8\x56\xdf\x3a\x74\xf8\xfb\x67\x15\xba\x27\ \x3b\x8c\x49\x81\x26\x5c\x74\xc4\x85\x4d\x39\xd2\x28\xe0\x15\x48\ \xb7\x56\x1d\xc9\x3a\x57\xc1\xdd\x8b\x30\x2a\x7e\xbc\x6c\x6a\xcb\ \x07\x01\xda\x93\xc2\x6a\x52\x72\xd6\xea\x54\x7c\x70\x72\x68\x54\ \x02\x32\x28\x81\x26\x96\x5b\x47\x06\xdb\x46\xac\x7d\xc5\x85\x4d\ \x07\x2a\x87\xeb\xf8\xd0\x3c\xbd\xac\xbf\x0c\xdf\x71\xe1\xdb\xca\ \x6c\x89\x1c\x1c\x95\x5c\x36\x2d\x2e\x9a\x26\x94\x4b\xf9\x72\x29\ \x53\xc2\x64\x0b\xa9\xd9\x66\x8d\x10\x10\x0b\x0d\x97\x29\x85\xe7\ \x61\x89\x58\xa8\x92\x6a\x1b\x8c\x34\xf8\x32\xc6\x57\xe1\xb3\xac\ \xae\x46\x65\x03\x36\x95\x9c\xb2\x9a\x8c\x49\x49\x06\xea\x0e\x1b\ \x9a\x52\x26\x3e\x36\xfc\x0f\x0c\x3b\x43\x22\x8a\x7e\x19\x3e\x79\ \xeb\xc6\xc2\xdb\xbb\xb2\x95\x84\x14\x18\xb7\x88\x8d\x07\x7a\x30\ \x39\x7c\x35\x2d\x1c\xbc\xc0\x60\x4c\x72\x28\xd2\x2f\x1e\x30\x29\ \x7c\x70\x70\x28\xc0\xa3\xf8\x20\x22\x06\x50\x34\x20\x11\x71\x50\ \x1b\x62\x89\x49\x91\x78\x22\x26\x3a\xd8\x2f\x1e\x13\x84\x41\x62\ \xa3\x90\x38\x40\xab\xe2\xc3\x01\xa7\xc2\x43\x5a\x85\x0b\x82\xb1\ \x18\x7e\x70\xa1\x30\x18\xce\xf0\x20\x01\xbb\xf2\xc3\xe1\x30\x78\ \x7c\x10\x22\x28\x08\x17\x09\xbe\x13\x23\xa3\x88\x49\x09\x49\x5c\ \x6a\x44\x12\xac\x39\x73\xb9\x54\x6e\x1c\x93\xc7\x6b\x19\xa8\xb1\ \x66\x8f\xb4\x34\x0c\xf6\xf4\x8c\x34\x36\xb6\x1c\xda\xd7\x52\x73\ \xe2\xd7\x17\x63\x76\x3b\x85\x8e\x12\x90\x13\xa7\xfd\x3b\xf9\x12\ \x8d\x5c\x27\x65\x72\xa9\x62\x25\x93\x0b\xe4\xb0\x58\xc8\x92\xb2\ \xf8\x7c\x21\x90\xc5\xf2\x6c\xb3\x51\x59\x6d\xd2\x6b\x55\x66\xbd\ \xd5\x66\xb4\xf6\x99\x4c\x8f\x4d\xda\xef\x5a\xa9\x49\x31\x8a\x5b\ \x64\x71\x5d\x55\xcf\x60\xc3\x50\x5d\x5d\x4f\x49\x55\xc3\x40\x65\ \xc7\xdf\x2b\x0f\x37\x65\x28\x02\x85\xe3\x8c\x0e\x70\xf6\x70\xf6\ \x76\xdd\xe1\x13\xe8\xe2\x96\x07\x8e\x82\xd1\xd1\x53\xe7\xe7\x27\ \xe7\x26\xaf\x9d\xbd\x79\xe7\xcc\x9b\xdd\x7b\x3e\x8c\xb7\x7d\x58\ \x03\xfb\x38\xa8\xf3\x61\x2a\x65\xf7\x97\xdf\x7c\x48\xea\x83\x05\ \xac\x6b\x4f\x5e\x3f\xfd\xa9\xf6\x2f\x8e\x4b\x5e\x7a\xfa\x6c\x7d\ \xfb\xf4\xf4\xc6\xdf\xb2\x23\x0d\x6d\xbd\x5d\x8d\xcd\x8d\x03\x4d\ \x23\x66\x9b\xad\x4e\xa7\xd5\xe9\xcc\x2a\x09\x97\xcb\x00\xef\x19\ \x7c\xb0\x13\xe2\xa8\x0c\x70\x2e\x92\x72\xe5\x2c\x96\x98\x4d\x4b\ \x8a\xc6\xe0\x22\x71\x91\x34\x05\x97\xab\x34\x03\x01\xd9\x60\x2d\ \xf9\x3e\x60\xfa\xe6\x1c\xea\xe7\x92\xda\x9a\xe7\xa7\xdc\xf6\xdf\ \x3a\xf2\xaa\xfe\xd1\x7f\x06\x07\x2a\x0e\x1e\xbb\x51\x9e\x5b\xd4\ \x35\x68\xed\xca\x3f\xde\xf1\xd7\x25\xbb\xfb\xfc\xec\x9b\x37\x6f\ \x5e\xce\x7a\xbb\x4f\xa7\x96\xbe\x7f\xe4\x12\x10\xf6\xe7\xcf\x91\ \xe2\xb8\xb8\xe8\x84\x68\xb0\xad\x99\x4c\x3e\x95\xcd\x66\xb1\xe3\ \xa2\x92\x58\x71\x54\x9e\x44\xaa\xd0\x4b\x59\x11\xaa\x6e\x95\xce\ \xa0\x52\xe8\xeb\x0c\x00\x20\x99\xa6\xb6\x9e\x86\xee\xe6\xc6\xc6\ \x9a\xaa\xc6\xbd\x25\x55\xbd\x23\xd5\x8d\x4d\xdd\x9d\xad\xcf\xaf\ \xe4\xbc\x8d\x75\xf7\x18\x45\x0b\x32\x17\x50\x81\x32\x72\xba\x7b\ \x6a\x48\xea\xac\x03\xb1\x3e\x2e\x0f\x42\x1e\x0a\x91\x68\xe7\x67\ \x10\xf5\x6f\xd8\xfa\xbc\x97\xf4\xf3\x4c\xaf\x7f\x67\xab\xee\xfa\ \x57\x47\xc3\x87\xbe\xd1\x0f\x83\x87\x5b\xb9\x5f\x8f\xee\xfd\x79\ \xef\xfc\xfc\xf4\x1c\xa0\x57\xed\xf5\xe0\x5f\x6a\x6c\x62\x6a\x6a\ \x7b\x5e\x62\xe2\x8e\xc4\x54\x37\x17\x77\xb7\x10\x0f\x67\x34\x05\ \xc6\x71\xad\xaf\xaf\xcf\x2c\xc8\x32\xd6\xed\x32\xc0\x76\xc8\x24\ \x7f\x34\x49\x84\x26\x08\x44\x02\xcb\x5d\x3a\xda\x9e\x21\x12\x89\ \x66\x96\x29\x1e\xa4\x00\xa0\xf2\x08\x01\xf4\x27\x0f\xec\x77\xd7\ \xe8\x64\x75\x06\x07\x2d\x98\x90\x01\x52\x14\x40\x27\x05\xa0\xe8\ \x82\x4c\xb5\x7a\x2c\x63\xe1\xd9\x02\xdd\x8b\xc2\xf1\xf2\xf4\xf6\ \x86\x5d\xf1\xbe\xce\xde\x24\x91\xc8\x9f\xbe\xb4\xf6\xe4\xd9\xb9\ \xe5\xbb\x33\x63\xe7\x5e\xbc\x5a\x7e\x71\xee\xc9\xd2\xfa\xe6\xda\ \x52\x06\x60\x5f\x77\x2f\x6f\x2e\xcc\xd8\xcf\x8d\xd9\x51\x68\x12\ \x50\x90\x13\x9c\xb1\x67\x13\x13\x13\x32\x4a\x66\x46\xe6\x18\x01\ \x25\x12\x01\xa9\x09\x98\x58\x00\x81\x2e\xca\xd8\x98\x19\x9b\xc9\ \x08\x20\x64\x7c\x01\xf3\x48\xd8\x4c\xa5\x59\x28\x11\x73\x85\x12\ \x16\x2b\x89\x2a\xe6\xf1\xa9\x18\x22\x5b\xa8\x94\xca\xc5\x72\x85\ \x96\xc7\xd3\xf2\x25\x72\x26\x0d\x28\x43\x71\x1c\x55\x2a\x35\xea\ \x95\x42\xa5\xde\xda\xa0\x50\xb5\x74\xd7\x29\x14\x0a\x95\x51\x6b\ \xa4\x26\x43\x73\xe3\xd5\xad\x51\x1c\x88\x4f\x0e\x47\x76\x47\x7b\ \x03\x64\x5b\x8e\x1b\xb6\x7a\xb2\xa0\x81\xf2\x6a\x19\xf4\x64\x80\ \xf6\x5b\x30\xa5\x07\x36\x43\xc1\xf8\x43\x87\x27\xfc\xaa\xc3\x04\ \x7e\x71\x31\x2b\x3e\x0b\x7a\xf8\x8d\x2f\x42\x33\x3c\x22\x22\x9e\ \x18\xc9\x62\xa9\x4c\x9a\x96\x96\x6e\x6b\xe3\xf1\xd6\x92\xe2\xf2\ \x1a\x65\xd4\x78\x4a\xf0\xd4\xd5\xb2\xb4\xde\x22\x95\x4e\xa1\xe4\ \xf3\xe4\x54\x70\x24\xb3\xa2\x23\xd8\x11\x49\x42\xb6\x51\xab\x65\ \xb3\xd9\x4a\xbd\x54\x22\x67\x89\x25\x72\x85\xd9\xa6\x33\x28\x94\ \x3a\xad\x4a\xa3\xea\x3d\x7a\x3a\xc9\x11\x86\xb8\x5a\x96\x95\x9c\ \xb2\xd8\x3f\xc8\xba\xba\x98\xbc\x08\x2e\x63\xe3\xc3\x83\x93\x93\ \x43\x81\xea\x33\xfd\x72\x17\x3a\x14\x86\x63\xfd\x86\x4f\xe6\x3e\ \xbf\x7c\xe3\xdc\xc6\x84\xe5\x2b\x5c\x78\x7c\x56\xff\x62\x72\x78\ \x72\x56\x3c\x32\xb8\xbf\x0c\x52\x40\x3f\x6c\xb2\x1f\x22\xc8\x0f\ \x8b\xc0\xe3\x82\xa1\x9d\x0d\x12\x83\x08\x0a\x85\x2d\x56\xa1\xe1\ \x59\xc9\x69\xe0\xc7\xf1\xd1\x41\x31\x7e\xe1\xb0\xb0\x8e\x45\x82\ \xc7\x84\x07\xe3\xfd\xf0\x51\xc9\xe1\x08\xa0\x36\x11\x44\x18\xf4\ \x12\x15\x8e\x09\x02\xc7\x1d\x26\x3c\xd4\x11\xe4\x13\x14\x4d\x44\ \x10\x11\x10\xc6\x88\x41\x40\x05\xe2\x83\xf0\x98\x88\x08\x62\x5c\ \x34\x9b\x97\x90\xc0\xe5\xc6\x25\xb1\x58\x54\x70\x10\x45\xf0\x79\ \xc2\x6e\xab\xb1\xce\x6a\xb5\x35\x8c\xd4\x74\xb7\x68\xad\x7b\x7b\ \x34\xbd\x37\x7e\x5b\x5f\x9f\x10\x08\x2c\x1c\x97\xf4\xd8\xaf\x0c\ \x43\x66\xb1\x4a\xa5\x94\x48\xa4\x3a\xb3\x94\x2d\x16\xcb\x35\x5c\ \x31\x8b\xc9\xe4\xb2\xe5\xa6\x6e\x6d\xb6\xca\xa8\x37\x41\xaa\x60\ \xb4\x9a\xfa\x1a\x5a\x06\x7b\xf7\x9e\xbe\xac\xeb\xfe\x8a\x2f\x64\ \x47\xf2\x2e\x90\xb5\xd5\xd5\x75\x23\x3d\x5d\xd9\x7d\xb9\xad\xc5\ \x7b\x6b\x4a\xf6\x7f\xb5\xb2\xb2\x69\xe7\x64\x72\x38\x64\x4f\x6f\ \x77\x4f\x57\x77\x77\x0f\x9f\x1d\x6e\xae\x6e\xa9\xa5\xa3\xf5\xd3\ \x73\x67\x67\xe7\xe7\x67\xa7\x2f\x3d\x7a\x34\x39\xfa\xde\xe1\x29\ \xfe\xb1\xf7\x45\xcc\x1d\xe9\x00\x00\x20\x00\x49\x44\x41\x54\x71\ \x5b\x08\x39\xa6\x09\x3f\x1b\x50\x71\x34\x93\xee\x7a\x77\xf7\xdc\ \xd3\xd3\x5f\xcb\x26\x81\x4e\xc9\xbb\x34\x1f\x3b\x99\xe7\xfe\xfc\ \xab\xe7\x6d\x2d\x3d\x55\x3d\x0d\x7d\x8d\x07\xfa\xfa\x0c\x2d\xe6\ \x3a\x83\x4e\xab\x50\xf1\x24\x62\x3e\x95\x49\x65\x44\x44\x26\x08\ \xa9\x54\x61\x82\x44\x03\x4e\xa0\x72\xa6\x90\x0b\x2d\x38\xb0\x48\ \xbf\xe0\x20\xb6\x0a\xa8\x34\x1b\x5c\x25\xd2\xb4\x9d\x46\xcf\x5e\ \x9b\xf5\xbf\xb5\xb7\xb8\x71\xd8\x65\x6e\xf8\xc4\xf7\x4b\x89\xb7\ \x9f\x0e\x55\x1c\x3c\xb8\xbf\xb0\xa8\x6a\xa0\xb9\xaf\xbb\xb9\xe2\ \xe2\x91\xbf\xcf\xa2\xdc\x2e\xbd\xbc\x73\xef\xcd\xa3\x4b\xfe\xf4\ \xd1\xe9\xfa\xf7\x2f\x13\x65\x84\x33\xe7\x15\x8c\x04\x46\x54\x02\ \x10\x1b\xb4\x04\x89\x92\x1b\x43\xe5\xc5\x25\x24\xc4\x24\x45\xd2\ \x58\x71\x6c\x16\x5f\xa3\xe7\x8b\x5b\x8c\xd9\x2a\x85\xd5\x6a\x32\ \xaa\x34\x75\x7a\xf1\x50\x73\x53\x5f\x63\x6e\x6b\x63\x4d\x53\x73\ \x53\x09\x90\xe5\x95\xad\x03\x23\xbd\x8d\x6f\xcb\xff\xf2\x71\x2e\ \x6d\xf7\x27\xdb\x05\x3e\xa7\x96\x2e\xae\x93\x5c\x5c\xbd\x43\x52\ \xff\xd8\xb3\x7b\x1b\xaa\x3f\x1b\x20\x74\x28\xc4\x4f\x69\x13\xbb\ \x3f\x18\xca\x6c\x21\xd9\xff\xe9\xc0\xfa\xb8\x40\xe8\xa8\xe1\xef\ \xda\xb9\xfb\xb3\x68\xd5\x5d\x9f\xf9\x25\xef\xfc\x34\xa9\xe3\x88\ \x56\x3d\x5f\x0f\x18\x16\x38\xb1\x00\x8a\x55\x3a\x59\x9a\x1e\x0b\ \x13\x74\x12\x63\xeb\xeb\xd3\x77\xb8\xbb\xf9\xf8\x78\x3b\xf9\xd3\ \x45\x76\xbb\x5d\xb0\xb0\x36\x91\x49\x20\x90\xd1\x04\x51\x66\x06\ \x1d\x9a\x5f\xd1\xd5\xe0\xc4\xe7\xc9\x21\x78\x51\x32\xc7\xc6\xec\ \xcf\x36\xd7\x3c\xdd\xd1\x01\x68\x0e\x99\x14\x20\x5b\x78\xf1\x64\ \x41\x4d\x98\x58\x00\xac\x8a\x63\xb1\x50\xd0\xbe\x04\x34\x8a\x24\ \x92\x89\x2c\xb2\x85\xb5\x25\xcb\x8b\x95\xcc\x00\x2f\x12\xc1\xcb\ \xdb\xd9\xc9\xd5\x17\x05\x84\xa5\xb7\x97\x97\xa7\x3f\x85\x2e\x9b\ \x98\x58\x5b\x78\xf5\xea\xd9\xc2\xc3\x73\x57\x9e\xbc\x5d\xb9\xfb\ \xc2\x0e\x67\x78\x2c\x6b\x57\x1e\x3e\x5c\x5f\x78\xb5\xa1\xf6\x25\ \x5b\xc6\xd4\xfe\x5e\xce\xf4\x09\xf5\x8c\xdd\x92\x21\x5a\x58\xb2\ \x4f\x10\x2c\x76\x0e\x5d\x06\x9e\x83\x02\xd8\x16\x60\x6a\x24\x32\ \xca\x1b\x45\xf9\x42\x2b\xa6\xb2\x79\x3a\x6b\xb5\x12\x9c\x79\xa5\ \x0a\x31\x9b\x19\xc7\x13\x0a\x25\x31\x88\x68\x2a\x33\x49\xc8\x8b\ \x8b\x66\xb0\x19\x8c\x24\xc0\x52\x24\x7a\x20\xaf\x58\x4a\x3e\x03\ \x90\x31\x89\xca\xd8\xdd\x60\x36\x56\x77\x9b\x74\x26\xad\x50\x65\ \x95\x20\x60\xf3\xd5\x56\x06\xce\xf8\xf8\xd6\xd4\xcd\xaa\xc3\x0a\ \x79\xd5\x91\x79\x58\x06\x60\x68\xf5\x1f\x68\x6a\x05\x0d\x20\xfa\ \xc7\x93\xd3\xc6\x17\xc7\x61\x98\xf4\x94\xc3\x99\x19\xe6\x49\x43\ \x03\x52\x47\x32\x2a\xac\xcd\x03\x2c\x4b\x9e\xea\x4f\x4e\x0e\x2f\ \x1b\x5f\x8d\x4f\x0e\x46\x22\x70\xc8\x28\x2e\x53\xa8\xd4\xea\x4c\ \xd6\x96\x81\x9c\xdc\x9c\xe6\xe1\x2a\xbd\x0a\x28\x33\xd8\x34\xc6\ \xec\x94\x98\x15\x1a\xad\x44\xaf\x90\xea\x95\x00\x5f\xf9\x6c\xb0\ \xa3\x19\x15\x12\x2a\x9f\xcd\x15\xcb\x61\xf3\xa8\x58\x65\x30\x52\ \xf9\x75\x0d\x3d\x3d\x0a\xb1\xb1\xda\x3a\xd8\x88\x05\x4f\x0e\x9e\ \x25\x25\x25\xad\x7f\x95\xdb\x53\x06\x3b\x63\x57\xc3\xfd\x42\x3f\ \xa4\x72\xc5\xa7\xf4\x9d\x7c\x3c\x35\xd5\x5f\x96\x86\x8b\x6f\x7b\ \x7a\xe4\xd6\xf2\x85\xd7\xbf\x6f\x4e\x3c\x0e\xc2\x45\x27\x45\x66\ \xad\x96\x05\xc3\x4c\xa9\xb4\xb2\xf0\xe4\x64\xbf\x20\x1c\x02\x83\ \x05\x54\x08\x1f\x14\x8c\x05\x97\xfd\x70\xa1\x48\x1c\x0c\xc0\x09\ \x4d\x43\xe0\xfd\xa2\x93\xf0\xc4\xc8\x98\x08\x3f\x38\x66\x83\xc1\ \x61\x61\x91\xca\x0f\xa0\x16\xce\x2f\x3c\x34\x22\x34\xd8\xcf\x0f\ \x07\xde\x97\x1f\x1e\x89\xc4\x05\x05\x11\x83\xfc\xf0\x18\xa4\x1f\ \x06\x13\x45\x8c\xc6\x81\xdf\x83\x0f\x0e\x22\x46\x25\x45\x24\xe0\ \x01\x05\x8b\x48\x22\x42\xb3\xc1\x28\x2a\x3b\x29\x21\x21\x81\x49\ \x8d\x63\xb1\xd9\x42\xb9\xce\xda\xd3\x6d\xee\x1c\xb2\x36\x98\xbb\ \x3b\xab\xba\x06\xeb\x6c\xd6\xfc\x9f\x4f\xac\x3c\xb1\x8f\xc9\x02\ \x9c\x13\x5d\x0e\x69\x4d\x9d\xd5\x46\x93\x51\xcc\xe5\x29\x75\x3a\ \xa1\x90\xc7\x17\x0b\x79\x62\xbd\xd9\x68\xed\x1a\x1a\x1c\xb2\x8d\ \x74\x75\xb5\xe8\x4c\x7d\x3d\x7d\xad\xfb\x1a\x0b\xf2\xf7\xed\x1b\ \xfe\xfa\x41\x25\xb3\xa0\x29\x09\x28\x1f\xd6\xe1\x4c\x71\xcb\x90\ \x35\x5b\x3b\x68\xb6\x76\x96\xe4\xd6\xe4\xe6\x5c\x78\xfb\x76\xe5\ \xdc\x12\x5d\x0d\x4e\x78\x64\x7f\x5f\xb2\xbb\x87\xb7\xb7\xb7\xab\ \x5b\xa0\xcb\x8e\xb0\xd1\xf9\xb9\x53\xb3\xf3\xd3\x67\xce\xb7\xcf\ \xdd\xb9\xfd\xe6\xe6\xdc\xd9\x7b\xbb\x76\x7f\xac\xae\x7c\x36\x42\ \xf7\xc3\x07\x4b\x95\x0f\x43\x3a\x70\x99\x70\x17\xe1\xc9\xdb\xe3\ \xf7\x7d\x13\x03\x7d\x80\xb2\x3c\xdf\xee\x12\xeb\x24\x78\xfa\xed\ \xbe\xc1\xce\xc6\x36\xa0\x08\x5b\xaa\x07\xeb\xb2\xbb\xac\xdd\x3a\ \xad\x46\x29\x65\x28\x84\x40\x01\x0a\x13\xa2\x63\x18\x72\x36\x95\ \x0a\x3b\x3a\x14\x12\x36\x8b\x16\xc7\xa2\x45\x44\x82\xad\x8a\xc0\ \x53\x55\x46\x83\xce\x6a\x56\x68\x4d\xda\x92\xdf\x08\xf5\x97\x2e\ \xf9\x2c\x17\xf6\x35\xed\x27\x5d\x7a\x7e\xe4\xa7\x89\xbc\x9b\x5f\ \x35\xee\x1f\x3e\x96\x53\xd2\x6c\xac\x6e\xd0\xb5\x0c\xec\x3f\x92\ \xfb\xf6\x9a\xf7\xe8\xed\x7b\x6f\xee\xbd\xbb\x73\xd6\xe7\x49\xfd\ \x99\xd4\xdb\xef\x46\xd1\x16\xaf\x37\x13\x91\x7c\x66\x42\x04\x10\ \x18\x49\x91\x4c\x36\x93\x09\x7e\x7d\x0c\x95\x9a\x14\x99\x94\xa4\ \x52\x8a\xc1\x69\x4f\xa7\x35\x35\x00\xfd\xac\xb1\xea\x6d\x56\x43\ \x8b\x55\xcf\x1d\xaa\xe9\x6a\xa9\xe9\xec\xfc\x69\x6f\xd5\xde\xaa\ \x7d\xb9\xe5\x05\x39\xad\xcd\x95\xd6\x43\x47\x3b\x02\xd1\x89\xf3\ \x01\x22\xba\x67\x7d\xd8\xeb\xcd\xf5\x07\x76\x0f\x00\xf0\x79\x3b\ \x77\x7d\xac\x61\x7d\xd6\x22\xfa\xc9\xbc\x7d\x3b\x38\x67\xd7\xe7\ \x96\xa3\xdb\x17\xb6\x37\xe9\xee\x2d\xc7\xab\x2d\xac\xfa\xac\x0a\ \xbf\x5d\x00\xfb\x17\x0f\x73\x70\xac\x2f\xdf\x7f\xf9\x32\x6f\x12\ \x02\xd6\x24\x4c\xa5\xa8\x2f\x2d\x85\xe1\xaa\x81\x61\xa5\x79\x61\ \x81\x6e\x1e\x2e\x3e\x9e\x2e\xae\x24\x8e\x40\x60\x9f\x59\x1b\x43\ \x7b\x39\xa1\x38\x24\x5f\x14\x19\xfa\xa8\x73\x08\x14\x40\xa0\x38\ \x04\x70\xd7\x03\xbb\x7d\x61\xe1\xca\x4a\x06\x20\x57\x14\x12\x85\ \xe4\x4f\x5e\x7f\xf0\x60\xc3\xa2\xce\xc8\x58\x13\x01\xfc\xb2\xaf\ \x67\x12\xc8\x16\x12\x49\x30\xb3\xb6\x60\xe7\x4c\xd8\xd7\x96\x26\ \xd6\x36\xc8\x24\x8e\x57\x00\xda\xc9\xd9\xc9\xd3\xc9\xc3\xc5\xdd\ \xc3\xdd\xcd\x19\x10\x2e\x34\x47\x44\x1f\xcb\xb8\xbb\x7c\xf7\xca\ \xe6\xb9\x07\x0f\x96\x57\xd6\x66\x96\x36\x32\xd4\x63\x33\x0f\xd7\ \xc7\x26\x36\x67\x16\x32\x08\x74\x12\x05\x4d\x70\xf6\xf2\xb5\xd3\ \x61\xe1\xca\x5f\x60\x91\x59\x28\x99\xeb\x33\x16\x0e\xc5\xcb\x13\ \xec\x73\x1e\x4e\xce\x5e\x4e\x1e\x3b\x5c\x9d\x9c\xbe\xd0\x28\x94\ \x12\xa9\xd1\x68\x16\xeb\xb4\x72\x63\xb6\x58\x28\x15\x03\x40\x92\ \x30\x13\xd8\xd4\xb8\x38\xa1\x92\xcb\x93\x2b\xa4\x5c\x96\x46\x22\ \xd1\xa8\x94\x3c\x9e\x44\x21\xe6\x09\xb5\x1a\x31\x5f\x6e\x32\xe9\ \x34\xd9\x52\xad\x36\x5b\xa8\x31\xea\x22\x57\x21\x91\xfa\x67\x71\ \x2b\x7b\x75\x2b\xac\xd0\x11\x11\x0d\x6e\x87\xa3\x85\x8b\xfd\x70\ \xed\x70\xb1\x3f\x6b\xd1\xd1\x8e\xb5\x35\x06\x0d\x1d\x66\x1c\xfd\ \x0e\xab\x8e\xf1\x1f\x00\x6a\x0e\xa7\x06\x18\x37\x01\x2b\x59\xe0\ \x76\x98\x49\x3a\x95\x12\x8c\x45\x20\x68\x34\x1c\x3e\x46\xae\xd2\ \x37\x58\xb5\xa6\xba\xae\x9a\x92\xfc\xc3\x43\xd5\x7a\x4c\x19\x6c\ \x31\xcd\xca\x6a\xae\x31\x59\x75\x0a\x49\xb6\x2a\x5b\xa7\x34\xf4\ \xa8\x80\x10\x92\x02\x4e\x28\x11\x6a\x54\x5c\x25\x4f\x0c\x4e\x8e\ \xc2\x6c\x2d\x57\x22\xd7\x18\x14\x1a\xb9\xb2\xae\x5a\xa5\x63\x97\ \xc1\x40\xd8\xfe\xfe\xac\xfe\xb2\x29\xbf\x7c\xde\xd5\x2c\x68\x6e\ \x95\x0c\xe3\x01\x1d\x41\xa6\xc1\x7e\x23\xbf\x3e\x4d\x1b\x4f\x49\ \x4b\xc6\x62\x95\x17\x6f\xbd\xfe\xfd\x98\xff\xe5\x27\x82\xdf\xd2\ \xfa\x93\x11\x34\x26\x23\x3c\x34\x34\x34\x38\x19\x83\x27\xe2\x30\ \x41\x44\x64\xb8\x38\x21\x14\x89\x40\xf8\x05\x07\x07\x39\xa2\x6f\ \x00\x4d\x0a\xc6\x06\x63\x93\xe4\x42\x6a\x34\x11\xb0\xa5\x24\x3f\ \x04\x06\x83\x81\x3d\x0a\x98\xe0\x78\x24\x0e\xe6\x4c\x20\x70\x7e\ \x41\x18\x98\x8b\x01\x93\x09\x71\x18\x68\x89\x83\xc0\x05\xc1\x88\ \x2f\x3f\xa0\x05\xa3\x83\x88\x78\xbf\x48\x3f\x40\xdc\xa2\x61\xae\ \x02\xc0\xad\x98\xe8\xa0\xe8\xb8\xe8\x68\x1a\x23\x81\xca\x4b\x4a\ \xa2\xb2\xd8\x54\xb6\x90\xab\x37\x35\x65\xeb\x5b\x5a\xc0\x31\xd4\ \xdd\x56\xd2\xd8\x73\xa0\xa7\xa7\xe3\xe0\x2f\x6f\x37\x2d\x9e\x9e\ \x28\x67\xe7\xe6\xbe\x82\xca\xa6\xde\xc1\x9e\x06\x73\xb6\xc9\x66\ \x55\x72\xa5\x3a\x93\xdc\xa0\xed\xeb\xe9\x3d\x50\x59\x91\x5b\xbc\ \x3f\x27\xb7\xa4\xaa\xa6\xb8\xb1\xa3\xe2\x60\x6d\xf9\x91\xda\xc3\ \xa7\x0f\x9f\xf8\xee\x6b\x9e\xfe\x47\x85\xc4\x2a\x27\x4a\x2f\x5b\ \x34\x4a\x9b\xa9\xdb\x66\x1d\xb4\xf6\xf5\x95\xb4\x76\x16\x5e\x7c\ \x7c\x79\xf9\xe1\x3a\x3d\x93\x4e\xe1\xa0\x09\x68\x5f\x2f\x6f\x00\ \x5b\x2e\x3e\xae\x00\xb4\xf2\xc0\x91\x50\x9a\x3e\x3a\x7b\x7e\x76\ \xfa\xfc\xed\x3b\x6f\xee\x4c\xb6\x03\x59\xf8\x61\x0a\x77\xf7\x87\ \x3c\xf6\xdd\xdb\x41\xc6\x5b\x25\x9c\x2d\x7d\xf8\xc3\xce\xdb\x2b\ \xaf\xbf\x7d\x12\xe8\xe6\x12\x12\x96\x17\x9b\x97\x97\x1e\xeb\xe3\ \xfd\xe2\xbb\x23\x3d\xdd\x35\xcd\x43\x55\x95\x83\x0d\x7d\x43\x83\ \x83\xd6\x3a\x93\x5e\x2f\xd7\x88\xa5\x5c\x9a\x52\xca\x64\xc5\x24\ \xd0\x84\xe0\x1b\x8d\x2b\x96\x80\x3d\x94\xc9\x67\x32\xf8\x0c\x5a\ \x10\x90\xd2\x88\x18\x95\x4a\xce\xd7\x67\x5b\xeb\x0c\xaa\xc1\xe2\ \xa7\xe8\xf4\xb9\x9b\x2e\xe7\x3a\xba\x8b\x2b\x2c\xd7\x96\x73\x8e\ \x2f\x8c\xde\x3c\x99\x5b\x90\x9f\x9f\xdb\xdb\x63\x53\x98\xcc\x03\ \xfb\xbf\x2e\xaf\x7a\x71\xc9\x6b\xfe\xe5\xfb\x37\x6f\xde\xbd\xb9\ \xd9\x9e\xe9\x3c\x37\x7b\xe9\xe5\x9c\x93\x9b\x73\xde\xcb\x12\xc8\ \x61\xe3\x22\x22\x92\xc0\xf6\xe5\x0b\x59\x4c\x36\x9b\x9a\x04\x4e\ \x0f\x71\x09\x3c\x21\x4b\x6e\xd3\x1a\xea\x1a\x0c\xd9\x43\xb6\x16\ \x5b\x43\x9d\xd9\x34\xd8\x63\x55\xb4\xf5\x74\x77\x56\x36\x16\xee\ \xcd\x6d\xca\xcf\xcd\xa9\xad\x69\x2d\x2e\xae\x19\x68\x3d\x56\xbb\ \x83\x6e\x09\x73\x22\x91\x43\x3c\xaf\xbc\x5e\x57\x93\x13\xd3\xd3\ \x4b\x27\xc3\xde\xef\xf9\x30\x38\xf8\x69\x09\xf0\xe3\x20\xe0\xee\ \x5d\xff\xea\x6e\xd8\xf5\xd9\x90\xf3\xee\xcf\x47\x0a\x3f\x1a\x3a\ \xec\xfe\x18\xa1\xf3\xd1\xa2\x61\x1b\xae\xfe\x9d\x09\xbd\x67\xf7\ \x1f\xff\xbb\xd6\x3e\x7b\x1e\x1a\x8f\xd6\x4f\x4e\xcf\x97\xd6\xe7\ \x95\x42\xd4\xca\x4b\x4f\x0d\x0b\x4b\x0f\x71\xdd\xe1\xe4\xe2\x4d\ \x17\x91\x65\x0b\x13\xa2\x0c\x01\x34\xc6\x0a\xf0\x27\xfb\xd3\x29\ \xe0\x4f\x4d\xf2\x22\x0b\x04\x6a\x99\x40\x66\x59\x52\x4f\xac\xd9\ \x37\x9f\x2c\xf8\x7a\x79\xa1\x05\x64\x8a\x6f\x86\xdd\xfe\xd0\x82\ \xa6\x08\x64\x76\x19\x5d\x24\x5a\x5b\x1b\xe3\x50\x00\x14\x6d\x2c\ \x2d\xa9\xd5\x33\xeb\x99\x13\x33\x13\xeb\xcf\xd4\x14\x5f\x5f\x14\ \xda\xdb\xc3\xcb\xd3\xd9\xd3\xd3\xd9\x75\x87\x9b\x43\x1f\x7a\xfb\ \x12\xc8\x64\xd9\xc6\xe6\xc3\x17\x1b\x4f\x9e\x3c\x79\x20\x5b\xb0\ \x2f\x4c\x58\xd4\x1c\xb5\x9a\x23\x00\x9f\x14\x92\x0c\x08\x4e\xb4\ \x3f\xc9\x99\x84\xf2\xf4\x25\x08\xc8\x04\x32\x74\x73\x17\x50\x02\ \x42\x42\xdc\x5d\x5c\x3c\x7d\x9d\xbd\x9c\x3d\xc2\x62\x53\xf3\x4a\ \x13\xbf\x60\x29\x15\x3a\x3d\x4f\xc8\x60\x6a\xf4\x52\xa3\x54\xaa\ \x90\x28\xe5\x42\xb9\x84\x21\x96\x27\xd0\x58\x1a\x9d\x54\xa1\x14\ \xf3\xf9\x12\x70\x96\x93\x70\x01\x12\x18\xe5\x1a\x95\x58\xab\x94\ \x73\xa5\x0a\x95\x58\x68\x33\xe8\x75\xd9\x72\x85\x0a\xbf\xe5\xba\ \x0e\x7b\x14\x16\xcb\x1c\xde\x31\x30\xb8\x02\x66\xe4\x4c\x2d\x42\ \xb3\xf8\x7e\x87\x55\x32\x74\xce\x72\xa4\x4c\x2f\x96\x95\xc1\x3e\ \x51\x18\x2b\x51\xb6\x5a\xd6\x5f\xe6\xe8\xc1\xba\x0a\xc3\x73\xe0\ \xaf\xe9\xbf\xfa\xa1\xb5\x74\x75\x35\x2d\x39\x39\x39\x1e\x08\xb3\ \xf8\x64\x62\x42\x02\x0e\x2b\x51\x89\xeb\x4c\x40\xda\xb5\x0d\x14\ \x1f\xb9\xd8\x22\xb5\x89\x93\xfb\xd3\xa0\x5d\xba\xa4\xa3\xb7\x5a\ \x28\xd1\xf3\xf8\x3c\xad\x44\xae\x04\x2a\x96\x2f\xe6\x29\xcc\x2a\ \x8d\xd1\x6a\x14\xd2\x14\x56\x8d\x58\xa1\x51\xe8\x0c\x7a\xa3\x5c\ \x2e\x37\x99\x15\x54\xbe\x1e\xe1\x70\x14\x0c\x4d\x49\x06\xfc\xcf\ \x58\xd5\x9f\x55\xe6\x68\xa4\xe8\x8f\x0f\xc6\x11\x91\xd8\x70\x80\ \x5c\x5d\x8f\x17\xb0\xfd\xf1\x59\x00\x51\x14\xd7\x37\x48\xdf\x9d\ \xa6\xcc\xac\xaf\x7d\x97\x05\x3d\x08\x17\x53\x90\xf8\x48\x0c\x2e\ \x1c\x4a\xba\x70\x18\x89\x83\x14\x1a\xf1\x29\x48\xa2\x1f\xd6\x2f\ \x18\x70\xb4\x78\x38\x9d\x43\x8c\xc0\x20\x42\x01\xca\x86\xfb\x21\ \xa2\x00\x32\x01\x5c\x83\x56\xcc\x48\x20\xef\xc2\xfd\xfc\x90\xc1\ \x90\x93\x21\x70\xc1\x08\x3f\x70\x81\xe8\x07\x90\x0c\x8f\x8d\x04\ \x9a\x12\x11\x14\x89\xc1\xe0\xa2\x70\x00\xb0\xf0\x51\x18\xbf\x50\ \xe8\x7d\x93\x14\x19\x11\x11\x13\x1d\x45\x04\xd2\x84\x01\x24\x0a\ \x97\x1d\xc1\x60\xf0\xb9\x34\xb6\x55\x68\x6d\xa8\xb3\xaa\x86\x00\ \x67\x1c\xea\xb4\xf5\x0c\x34\x9a\x47\xda\x2e\x1e\xfa\xf1\xef\x4d\ \xba\x07\xdd\xd5\xa5\x66\x68\xa0\x31\xa7\x66\xef\xde\xe6\xe2\xca\ \xce\xb6\xd6\x92\xce\x86\xaa\xc6\xfc\xd6\x9a\x81\xc2\xe2\xa6\xbd\ \xfb\x2b\x0a\xf2\x2b\xf6\x17\x14\x14\x57\xd6\x14\x54\x34\x1e\x2a\ \xa8\xda\x37\x7c\xec\xd6\xad\x9f\x7f\xfd\x95\x9d\x7d\x42\xa8\xea\ \xe1\x26\xe8\x7f\x23\xf0\xc1\x86\x33\xb7\x59\xab\x87\x7a\x5a\x9b\ \x8a\x2a\xf7\x16\x5d\xbf\xbc\xfc\xea\xc1\x42\x26\x38\xff\x06\x70\ \xe8\xbe\x9e\x84\x0c\x0a\xa0\xee\x28\x94\xa7\x4b\x60\x5e\x7a\xfd\ \x64\x69\x5e\xfb\xec\xa9\xb9\xd9\x53\xb7\x1f\xbd\x7f\x77\xf3\xd2\ \xb5\x7b\x70\x16\x65\xd7\x0f\x2f\x7f\xf8\x9c\x46\x7c\xf9\x59\xa7\ \x03\x84\xae\x5d\x5f\x6e\x9e\xbc\x45\x71\x73\x4d\x6c\x4f\x0d\xcb\ \x73\x09\x09\xf4\x72\xf2\x25\xff\x7c\x31\x77\xb0\xb3\xe7\x40\xe7\ \x48\x55\x57\x5f\xdf\x01\xab\xc2\x6c\x52\x6a\x0d\x5a\x9b\x94\x9d\ \x40\x95\x2a\x81\x98\x65\xf0\x24\x72\x21\x9b\x2b\xe4\x29\x14\xfc\ \x38\x21\x8d\x16\xc3\x48\x88\xc3\x87\x06\xe1\x89\x71\x80\xe0\xeb\ \x35\xd9\x75\xd9\x56\x89\xa6\x18\x1d\x1b\x38\x77\x33\x70\xe5\xe0\ \x81\x9c\xda\xcd\x33\x96\x7d\x47\x56\xd2\xcf\x5c\x6f\x69\x3c\x50\ \xd5\x65\x50\xc0\xd5\xa2\xa6\xa2\xeb\xc7\x1b\x37\x6e\xba\x9c\x7d\ \x77\xef\xde\x9d\x77\xef\x5e\x4e\x86\x38\xa7\xdf\xbe\x36\x3b\x5b\ \xea\x9a\x5a\x3f\x9b\x0e\x9e\x41\xca\x8a\x8e\x49\x8a\x8b\xa2\x49\ \xc4\x6c\x16\x4f\xc8\x8c\x61\x30\xa8\x7c\x46\x12\x2d\x41\xa8\x95\ \xaa\xcc\x86\x16\x63\x4b\x57\xf5\x81\xde\xee\x96\xbe\xa6\xa1\xea\ \xec\x86\xde\x86\xe2\x82\xc6\xe2\xb6\x92\xd6\x9c\x1c\x40\xb1\x86\ \x0f\x1f\x2e\x2c\x6f\x2d\xdf\xeb\x99\xb1\x4c\xf7\x55\xbb\x52\xd4\ \xea\x31\x12\xc5\x39\x35\x36\x35\x75\x72\xfe\xd2\x9e\x5d\x9f\x7a\ \xac\xb6\x5b\xab\x76\x6e\x37\xad\xef\xfe\x3f\xed\xea\xbb\x3f\xb7\ \x6b\xf8\x04\x5c\x9f\x57\xb4\x76\x7f\x5a\x16\xfc\xe8\x39\xea\x78\ \xc8\xce\xcf\x52\x74\xf6\xec\x9a\x2d\x2d\x05\xe7\x93\xc9\xfa\xd1\ \xd1\xbc\xd2\xf6\x51\xf0\x2f\x6f\xba\x3e\x15\xa8\xc2\xd8\x40\x70\ \xec\x87\x38\x39\xf9\x78\x10\xe8\xf4\xb1\x05\x99\x4c\x9d\xa9\xce\ \x50\x0b\xc8\x68\xba\x37\x67\x41\xa4\xa6\xa0\xbc\xdd\x9d\xc9\x13\ \x99\x22\xd1\x8c\x5a\x94\x91\xb9\xb4\xfe\x70\x4d\x16\xe0\xe5\x0e\ \x4d\x91\xd5\x96\x89\x19\x02\x85\x22\xca\x58\x10\x71\x28\x02\x8b\ \xc5\x32\x61\xb7\x53\x64\x9b\xeb\x63\xeb\x4b\x1b\x6b\x9b\x63\x13\ \x13\x2f\xae\x88\xc8\x9e\x04\x2f\x0f\xe8\xb0\x80\x76\xf6\x87\xbe\ \xcc\xee\x4e\x1e\xae\x9e\x1e\xde\xfe\x28\xba\x4c\xa0\xce\x90\xd9\ \xef\xde\x7d\xb2\xb6\xf1\x60\x01\xba\x3c\x90\xd1\x28\x34\x80\x26\ \x02\x1d\x0d\x28\x16\x89\x8c\xe6\x08\x7c\x7d\x03\xfc\x39\xa8\x00\ \x02\x89\x42\xa6\x7b\x39\x07\x06\x86\xb9\x3a\x79\xbb\x7b\x7b\xba\ \x06\x26\x82\xb7\x10\x1b\xdb\x9e\xf7\x05\x5f\xc3\xd3\xa8\x58\x54\ \x86\x50\xab\xca\x96\x08\xf9\x2c\xb1\x98\xa7\xc9\x96\x48\xa4\x3c\ \x31\x53\xa8\x60\xb1\x85\x2c\xbe\x02\xdc\x24\xe6\xab\xac\x46\xbd\ \x46\xab\xd7\x28\x8c\x1a\xbd\x51\xa9\xd1\xab\xb8\x1a\x9d\xc6\xd0\ \xa0\xd5\x35\x30\xa7\xae\x4e\x39\xc6\x71\xe0\x62\xdf\xea\x96\x05\ \x3b\x9c\xc6\x81\xed\x57\xfd\x50\xe8\x39\xa2\xa2\x61\x02\xe9\x38\ \x24\x54\xc9\x65\x59\x50\x0c\x4e\x8d\x43\x21\x06\xee\x19\x87\xc2\ \xae\xdf\x11\x6c\x3f\xe5\x08\xf3\x72\x54\xbe\xfe\x01\xa8\x95\x52\ \x96\x9c\x12\x1a\x0f\xc0\x04\x19\x1d\x45\x4b\xc0\x53\x19\x0c\xa0\ \x70\x5a\x86\x0e\xb4\x1c\x68\x3c\xd2\x26\x35\x9a\x83\x16\xcb\x52\ \xc2\xd3\xd2\xa2\xf2\x07\x55\x3c\xa1\x52\xa2\x30\xaa\x24\x3a\x0d\ \x8b\xa7\x95\x27\xc5\x28\x14\x26\x2d\x5f\x05\x28\xa0\xb2\x4e\x2e\ \x37\xca\x79\x2a\xa3\x52\x25\xd7\x6a\xe4\x26\x95\xd6\x66\x2c\x73\ \x58\xb2\x67\xa5\x2c\x96\xf5\xe3\x87\x93\x60\xec\x75\x19\x90\xa6\ \xc9\x70\x8a\x1b\x0b\x47\x9e\xcb\x7a\xee\x9f\x0c\x9f\xca\x4a\x43\ \xfa\x21\x74\x27\xef\x3f\xfb\x4a\x74\xc5\x7f\xcd\xf2\xd3\x94\x23\ \x8d\x11\x02\xee\x2a\x9c\x4f\xc6\x00\xe4\x09\x07\x08\x15\x9e\xa0\ \x8f\x0c\x86\xcb\x81\x48\x04\xcc\x15\xc4\xc7\x23\x70\x58\x3f\x64\ \x38\x06\xca\x58\x98\x85\x88\xc5\x61\xfc\x70\xd1\x91\x08\xd8\xca\ \x80\xc4\x21\x01\x9d\x42\x02\x7a\x85\xc7\x10\x71\x51\x31\x44\x08\ \x58\x91\x41\xc1\x11\x91\x18\x22\xf8\xc0\xc4\xe0\x10\xd1\x30\x9c\ \x3a\x0a\x3c\x36\x28\x1a\x80\x55\x50\x52\x24\x3e\x08\x5c\x8a\x8c\ \x22\xb2\x59\x90\xf3\x6a\xb2\xe3\xb8\xb4\x84\x3a\xad\xd0\xd4\x36\ \x58\x37\x64\xae\x6a\x33\x0f\x0c\x0c\x56\x1d\xb0\x8e\x14\x9d\xfe\ \xed\xe9\x33\x0e\x59\xe4\xe2\x9a\x73\x60\xa0\xad\xaa\x37\xa7\xa9\ \xb9\xb1\xa6\xb8\xad\xaa\xaa\xb2\xaf\xb1\xaa\x35\xb7\xb2\xb0\xa0\ \xa4\xa0\xa8\xfc\xd0\xbe\xe2\xda\xc2\xf2\x8a\x8e\xda\xf2\xce\x7d\ \x87\x4b\x00\xa0\xd5\x1e\x3d\x76\xeb\xb7\x5b\x6f\x2f\xf0\x9b\xaf\ \x6b\xbb\xf3\x23\x12\xb4\x17\x9c\x25\x3a\xb3\x59\x6e\x68\xa9\xeb\ \xae\xae\x69\xdd\xdf\x51\x58\x70\xf0\xf9\xeb\xaf\x9e\x3d\x13\xd8\ \x45\x24\x35\x5d\xc4\xf1\x22\x71\x2c\x99\x22\x98\xc3\xeb\xeb\xe9\ \x96\x9a\x37\x0a\xce\xda\x79\x93\xa7\xe6\x27\xe7\x1f\xdd\xfb\xf3\ \xdd\xb5\xf3\x67\xee\x3c\x7a\xf3\xee\x0f\xd8\x3e\xba\xeb\x9b\x0f\ \xd4\xea\x83\xb7\x1f\x1c\x90\x76\x50\xae\x1f\xbe\xfc\xaf\xcb\x77\ \xe7\xd0\xee\xfe\xae\xb1\xf3\x93\x61\x21\x1e\x40\x34\xb9\x11\x5e\ \x1c\xbe\x38\xd2\xb8\xb7\xab\xab\xb5\xb9\xa5\x73\xa4\xcf\x30\xd4\ \x90\xad\xcb\x96\x4a\x85\x7a\x31\x9f\xcd\x90\x6a\xe0\xba\x81\x5c\ \x25\x96\x8a\x59\x4c\x16\xa0\xf8\x5c\x1a\x33\x2e\x8e\xcf\xa0\x02\ \x74\x47\x44\x26\x29\x75\x72\x85\x5e\xd3\xa5\xe1\x2b\x94\x3d\xfe\ \xb3\x3b\xa6\x2f\xe5\x65\x5c\x2f\x29\xe9\x78\x3a\x1d\x90\x73\x64\ \xa9\x7e\xb6\xc2\x36\x32\x62\xaa\xd6\x71\x85\x5a\x6d\x43\x6f\x49\ \x45\x41\x8f\xfa\x7c\xc8\xcd\x77\xef\xef\x3d\x7a\x73\xef\xd1\xd9\ \x54\x97\xe9\x4b\xb3\x81\x81\xb7\xdb\x3d\xda\x43\xee\xfd\xc6\x04\ \xbf\x99\xc6\x8d\xa3\xc6\x44\x32\x58\x7c\x21\x50\x19\x0c\x46\x52\ \x64\x1c\x35\x2a\x3a\x86\xc5\x37\xaa\xc0\x39\xda\x60\xb0\x35\xf4\ \x76\x5b\xbb\x06\x07\xcd\xd9\x43\x56\x6b\xf3\x40\x7e\xe7\xde\x81\ \x9c\xd6\x9c\xc2\x83\xb5\x47\x3b\x3a\x8a\x0e\xed\x3f\x74\xa4\xd8\ \x57\xb0\x64\x27\xaf\x8b\xc6\x50\x4e\x3e\xb1\xed\xb3\xed\xe9\xe9\ \xed\x79\xed\xf3\x3f\x6c\x79\x89\x7e\x72\xe5\xfb\x64\x77\xf5\xf9\ \x38\xce\xd6\x10\xf3\xee\xed\x31\xe6\x2d\xe7\xbe\x8f\xab\x83\x9f\ \x96\x06\xb7\x1b\x49\x77\x7e\xea\x28\xfd\x7c\xde\xf0\x83\xfd\xe8\ \xce\xff\xbe\x81\x6b\x84\xd3\xf5\xb0\xb1\x01\xc8\xc2\xe9\xc9\xf6\ \xbc\xbc\xf6\xd8\xb0\xc4\xbc\xd8\x90\x1d\x21\x61\x2e\x40\xaf\x79\ \x93\x7c\x39\x76\x8b\x3d\x73\x4c\x2d\x53\x8b\xc6\xec\x64\x0e\x89\ \xbe\xa0\x9e\x21\xfb\xa3\x49\x82\x09\x68\xf4\xae\xe6\x64\xce\xc8\ \xe8\x6b\x57\x2c\x74\x12\x19\x45\xc8\xc8\x54\xdb\x5f\x2d\xa0\x29\ \x32\x7a\xe6\xd8\x8c\x4c\x40\xca\x5c\x00\x80\xa6\x56\xd3\x33\x16\ \x96\x36\xd6\xd7\x37\xd7\xd7\x26\xc6\xd6\xd7\xce\x8d\xd1\xd1\xbe\ \x01\x4e\x1e\x4e\x4e\xce\x01\xce\xae\xce\xbe\x5e\x4e\xce\xce\x2e\ \x4e\x1e\x9e\x24\x7f\x5f\x5f\x8e\x00\x2d\xe2\x10\x2c\x6b\x99\x63\ \x0f\x56\x36\x36\xc7\xc0\xf3\x52\x50\xfe\x40\xf1\x05\xf8\x07\x90\ \x48\x28\x02\x9d\x00\x74\x67\x00\x3a\x00\xed\xef\x8d\xf6\x25\xf8\ \x06\x86\x05\xc6\x86\x79\x38\xb9\x78\xb8\xc7\x82\xfd\x6c\x7a\x3e\ \xb1\xb4\x34\x36\x2c\xef\x8b\x6c\xa6\x52\xab\x04\x30\xa5\x54\xb2\ \xe5\x5a\x3d\x53\xa1\x37\xe9\x79\x12\xa8\x05\xa5\x12\xa9\x84\xc1\ \x60\x26\x30\xc5\x42\xbe\x44\x29\x54\x82\xc3\x5e\x29\x51\x49\xc5\ \x2a\x8d\x34\xdb\x28\x56\x66\x73\x15\x66\xa5\xa1\x4f\x6f\x1a\x42\ \x3a\x7a\xa9\xa6\x1c\x39\x13\xab\x30\xe1\x6b\x2b\xc4\x79\x2b\x7b\ \xe2\x9f\xed\xf9\x67\x88\x61\xd0\xe7\x60\x15\x5a\x40\x94\x41\xee\ \x05\x3b\xde\xb3\xfa\xc7\xff\x99\x4a\x1b\x2f\x1b\xff\x67\x1c\xfa\ \xb5\x8f\x3b\x12\xa5\x3f\x84\x56\x40\x13\xe6\x70\x9c\x5f\xd6\xd5\ \xd5\x50\x04\x91\x18\x19\x89\x4b\x60\xc7\x69\xf4\x26\x43\x4b\xb5\ \xa1\xab\xbc\x52\x21\x54\xca\xd3\x92\x53\xca\xc2\xc3\xd3\xba\x7a\ \xf9\x0a\x16\x78\x6d\x2a\x29\x17\x88\x3e\x9e\xd1\x26\x56\x18\x8c\ \x46\xa5\x42\xaa\x57\x64\x6b\xb4\x62\x89\x9e\xab\xd2\x9b\xb5\x3a\ \x85\x98\xa9\xd1\x1a\x54\x0d\xf2\x7e\x98\x06\x5b\xb6\x08\x60\x32\ \xad\xa0\x64\x31\x65\x2a\xa5\x0c\x0e\x33\x87\x86\xc3\xe8\x7a\xe8\ \xbc\xbe\xaa\xf9\xf9\x15\xa2\x1f\x8b\x09\xc2\x61\xf9\xaf\xef\xff\ \xb2\xec\xf9\xf6\xf5\xa6\xe5\x75\x19\x8c\xb1\x9e\x72\xac\x15\x8c\ \xa7\x85\x06\x07\x97\x61\x43\x53\xb0\xd0\x36\x26\x18\x09\xf8\x56\ \x74\x10\x96\x88\x45\xf8\xe1\x23\xa3\x83\xfc\x42\x91\xa1\x98\x48\ \x1a\xe0\x84\x48\x1c\x11\x83\x44\x86\xe2\x60\x39\x1e\x8b\xf5\x0b\ \x0f\x85\x25\x2c\x2c\xb8\x1f\x89\x00\x30\x06\x99\x58\x24\xd4\x82\ \x48\x4c\x54\x50\x54\x12\x11\x8b\x8d\xc2\xc0\x65\x44\x4c\x4c\x24\ \x11\x17\x14\x14\x13\xc3\x88\x21\x22\x92\x88\x48\x0c\x91\x9a\x10\ \x93\xc4\xa0\xb2\x79\x46\xbe\x58\xaf\x67\x11\xa3\xab\x8d\x86\xea\ \xce\x16\x53\xb7\x75\xa4\xbb\xad\xad\xa7\xee\x40\x53\xef\xde\x63\ \x37\x7e\x9b\x10\x09\x02\x7c\xbc\x73\x06\x2a\x7b\xaa\x9a\x6a\x2a\ \x73\x9a\x2a\x3a\xf7\x15\x77\xb6\x0d\xf4\x95\x34\x97\x54\x56\xb5\ \x0e\xf7\xd6\x74\xe6\xd7\xe4\xd6\x16\x1d\xcf\x2d\xd9\x5b\xde\x51\ \x3b\x9c\x5b\x72\xb8\xf0\xc8\xe9\xe1\x83\x87\x8f\x0e\xff\x7d\x8c\ \xb9\xef\x64\x77\xf3\x05\x9a\x26\xfb\x39\x47\x52\x9d\xad\x53\xb5\ \x0c\xf6\x0c\xd4\x54\x54\x8e\xe4\x96\x14\x57\x5c\xbc\xfc\x74\xf9\ \xd9\xba\xdd\x22\xca\xe0\x00\xde\xaf\x16\xa8\xc7\x96\x96\x16\x32\ \xd1\x04\xb2\xbf\x5b\x58\x6a\x7a\x7a\x7d\x6c\x60\x69\x7a\xfb\xe4\ \xe4\x99\x47\x6f\x5e\xde\x3c\x7b\xe6\xcc\xf4\xed\x9b\x93\xf5\xf7\ \x20\x3e\x7d\x62\x10\xbb\x3e\xe6\x20\xef\xfe\xe1\xcb\x9d\x73\x17\ \xff\x92\xb9\xf9\xb8\x78\xb8\xed\xd8\xe1\xe3\x9a\xe8\xb3\xc3\x65\ \xc7\xab\x5b\x17\x86\x47\x2a\x8b\x46\xba\x7a\x07\x7a\x4b\x1a\xeb\ \x4c\xd6\x41\x29\x38\xe1\xb0\xa4\x56\xa1\x58\x08\xce\x45\x1a\xa5\ \x90\x2a\x97\xf3\x79\x5c\x16\x8b\xc7\x07\xe2\x9e\x11\xc3\x00\x5a\ \x2d\x02\x87\xc1\xe1\x69\x31\xe0\xb4\xa4\x94\xc8\xb5\x72\xa9\x54\ \xdc\xe3\x7b\xd6\x65\xfa\x66\xa9\xf3\xeb\xe2\xdc\xdc\x5b\xa3\x5e\ \xb9\xdf\xad\x95\xce\x55\x9a\xeb\x06\xf5\x2a\x39\x55\xa8\xd0\x36\ \x0f\xd6\xe4\xe7\x0f\xfa\x7b\xa6\x3e\x7a\x77\xef\x0d\xf8\x78\x74\ \x67\x3a\x64\x6e\x6e\x3a\x84\x9c\x7e\x69\x72\x2e\xec\x51\x29\x3b\ \x29\x8e\xc1\xa5\x26\xb0\x98\x8c\x18\xbe\x92\x2f\x67\x31\x79\x62\ \x46\x4c\x52\x42\x42\x0c\x8d\x9b\xc4\x92\x6a\x84\x12\xb3\x75\xb0\ \xe5\x80\xb9\xa5\xab\xcb\x30\x32\x34\xd8\x57\x3d\x32\xd2\x54\x52\ \xd3\x39\x50\xbc\xb7\xb5\xa8\xb0\xb0\xe3\xf0\xc1\xa3\x45\xf9\x15\ \x25\x28\x5f\xbb\x13\xf9\xc6\x5f\x1b\x1b\x6a\x32\x9a\xe2\xed\x04\ \x88\x05\xca\xbd\xf4\xdd\xce\x4f\x5b\xe2\x63\x5c\xea\xae\xcf\x43\ \x52\x77\x7f\x2c\xaa\x7f\x8e\x3e\x5b\x8e\xc8\x8e\x5e\xd1\xdd\x5b\ \xb6\xee\xf0\xa6\xdd\xdb\x06\x7f\xff\x2a\xb8\xef\xda\xbd\xeb\x53\ \x9e\xfd\x56\xfb\xe8\x97\x67\xe7\xa6\xa7\x47\xa7\xa7\xc1\x5f\x07\ \xae\xe9\x4e\xb6\xd7\xa7\xb6\xa7\xc6\xc2\xc4\xc2\xb0\xc0\x1d\xee\ \xae\x2e\x4e\x9e\x64\x7f\x91\x85\x43\x10\xd8\x33\xd4\x22\x91\x88\ \x2c\x00\x6c\x89\x6c\x9f\xa0\x93\x49\x19\x04\x12\x8a\x82\x46\xd1\ \xc9\x6a\x0e\x9a\x3c\xf3\x4a\xe6\x4b\xa2\xa3\xc9\x6a\x0a\xc7\xfe\ \xf0\x2e\x45\x20\xe2\x40\xa8\x91\xcd\xc8\x64\x1c\x91\x40\x30\xb3\ \x30\x76\xf7\xee\x8b\xcd\x99\xb5\x67\x13\x19\x4b\x77\x27\x5e\x3c\ \x11\x90\x03\x7c\xbd\x3c\x49\x68\x6f\x5f\x77\x27\x6f\x5f\x4f\x57\ \x2f\x27\x77\xaf\x00\x57\x94\x3f\x29\x80\xe0\x1d\x40\x16\xc8\x28\ \x1c\x82\xc8\x32\x23\x1b\xb3\x6f\xd8\x97\x44\xbe\xce\x4e\x4e\x5e\ \x5e\x04\x27\x5f\x94\xb7\x7f\x00\x41\x9d\x99\x29\xa0\xd0\x09\x80\ \x8c\x79\xed\x48\x05\xec\xd4\xc7\xcd\xd3\x29\xa4\x34\x76\x72\x7e\ \x34\x16\xf0\xab\xd2\xd2\xc4\x44\xc0\xb0\xa4\x1a\xbd\x82\xa7\x53\ \x02\x51\x35\x78\xa0\xab\x2e\xbb\xcf\xac\x12\xf2\xd9\x4c\x89\x5c\ \x6c\xd4\xaa\x34\x7c\x26\x8d\x26\xe6\x8b\xb3\x35\x3a\x5b\xb5\x46\ \x2e\xa1\xf1\x01\xc5\x52\xc8\xa5\x62\xae\xd2\x28\xd6\x59\x25\x52\ \xab\xd5\xcc\x70\x38\x1f\x83\xcf\x2c\x47\xa2\xc4\xd4\xea\xa7\x79\ \x41\xb8\x64\x08\x83\x55\x61\x03\x3b\x4c\xaa\x28\xcb\x4a\x83\xf6\ \xa5\xe0\x9e\x34\xc0\x72\xb2\xca\x20\xe5\x4a\x81\x0d\x0e\x29\x53\ \xb0\xc7\xc0\xa1\x1c\xa7\xca\xa6\x52\x1c\x7d\xa5\x57\x17\xd3\xfa\ \xe3\xe3\xfd\x70\x7e\x8b\x8b\xa1\xa1\xc4\xc8\xa0\x08\x3c\x9e\x1d\ \xa7\x34\xd6\x55\x5b\x9b\x5b\x7b\x0b\x0a\xcd\x3a\xa1\x2d\x2a\x25\ \x65\xbc\x3f\x39\x25\xba\xa0\x5a\xc1\x92\xf3\xa4\x42\xb1\x81\x27\ \x35\xe9\xb5\x43\x75\x52\xa9\x52\xab\xd0\x02\x36\x28\x87\xeb\xf8\ \x7c\xad\x51\xab\x90\x2b\x15\xe0\xb2\x41\xc1\xb3\xc5\x2c\x42\x93\ \x86\xb2\x71\xf0\x3c\x92\xe7\xf8\xa9\x32\xd8\x3c\x3a\xb5\x98\x96\ \x96\x0c\xe7\xff\x80\x26\xc4\xae\xda\x1e\x5f\x89\x5c\x44\xe2\x70\ \xc4\x60\xde\x5f\xa2\x57\xaf\x05\x82\xe7\x14\xf4\xdb\x50\xf0\x03\ \xb0\x32\xb7\x9a\x06\xa5\x6f\x7f\x38\x06\x83\x80\x6b\x7b\xc1\xb8\ \xf0\x60\x3f\x62\x70\x7c\x38\x12\x13\x1c\x84\xc0\x22\x60\x87\x67\ \x92\x1f\x11\x03\x9b\xd8\xc3\xb1\x88\x78\x2c\x12\x80\x50\x68\x72\ \x30\x16\xd0\x01\x18\xf3\x05\xd3\x27\x10\xb0\x60\x15\xef\x87\x47\ \x60\xf1\x41\xd1\xd0\x05\x0b\x00\x72\x54\x54\x10\x82\x08\x24\x60\ \x10\x50\x80\x71\x41\xe0\xfe\xa8\x24\x2a\x8d\xcb\x8d\x89\x22\x46\ \x27\x39\x56\xf4\xe3\xe2\xd8\x4a\x26\x8b\xa9\xd0\x32\xc4\x3d\xfa\ \x3a\x43\x83\xa2\xba\x71\x64\xa8\xea\x40\x73\x71\x6b\x77\xcf\xde\ \xa3\x3f\x3f\x7f\x2d\xe0\xf8\x96\x8a\x5a\xab\x7a\x5b\xab\x1a\x9b\ \xf2\x0b\x6b\x72\x8a\x5b\xf3\x3b\x2a\x7a\x1b\xf7\x36\x55\x14\x97\ \xec\xaf\xd8\x57\x99\x53\xb4\x6f\x5f\xd1\xfe\x9a\xda\xa6\xbd\x05\ \x7b\x6b\xcb\x73\x5a\x8b\x8f\x74\x1c\x1e\x3e\x72\xec\xe2\xf5\x1b\ \x13\xdf\x25\x35\x3d\x6c\xe9\x28\x8c\x51\x19\xc8\xe7\x0c\x06\x85\ \xad\xae\xa5\x6f\x68\x6f\x6e\x67\x61\x65\x7e\x45\x47\xd1\xfe\xdf\ \x5f\x3f\xff\xfb\xd9\xb3\x35\xbb\x9d\xce\x59\x5b\x5f\x7a\xb2\xf4\ \xec\xc1\x93\x95\xcb\x6b\x0b\x63\xf4\x00\x14\x00\x9d\xd8\xd4\xc0\ \xc0\x90\x10\x70\xf6\x4b\x9d\x3c\xf3\xe6\xdd\x9d\x53\x67\x4e\xcd\ \x4e\x86\x9d\xd9\x03\x17\xd7\x77\xff\xb0\x6d\x97\xf9\xc1\x6b\x06\ \x16\xdd\x77\x3d\x7a\xba\x2c\xa2\xa3\x44\x1c\x7f\x27\x4f\x97\xd4\ \x44\x6f\xe7\x1d\xae\xfe\xcf\xae\x1f\x1d\x6a\xce\x19\x68\xee\x1c\ \xe8\x3c\x70\xa0\xa5\xda\x6a\x36\x57\xeb\x75\x66\xad\x32\x5b\x2c\ \xe6\x32\x59\x52\xbd\x5e\xa7\x92\xf2\x58\x3c\x89\x92\x45\x65\x32\ \xa5\x42\x1e\x83\x19\x97\x14\x13\x85\x09\x46\xc4\xd1\x92\xcc\xd9\ \x12\xb0\x67\x82\x9d\x58\x65\xc8\x71\xbd\xe6\x52\x7f\x36\xcc\xe3\ \x55\x51\x71\xfe\xf5\x44\xef\xd6\xd3\xaf\xea\xdb\x6b\xb4\xe6\x21\ \x93\x44\xc2\xa2\xf2\x14\x83\x6d\x25\x45\x85\x03\xa7\x2d\xb3\x8f\ \x20\x5c\xbd\x7c\x74\xfb\xe6\xb5\xf4\x53\xb3\x6e\x6e\x3b\x64\xbe\ \xe7\xe7\x12\x2f\xfd\xf9\x3d\x8e\xc7\xa2\x45\x32\xc4\xb4\x84\xc8\ \x04\xa3\x42\x2b\xe7\x03\x1d\xca\x63\x27\x70\x69\x60\xe3\xd3\xe4\ \x72\x8d\xd2\xdc\x32\x62\x1b\x6a\xb0\xb5\x8d\x8c\x74\x76\xf6\x74\ \xf6\x35\xd4\x75\xe6\xe7\xb4\x16\xec\xcb\x2d\x38\x5e\x7e\xfc\xe0\ \xfe\xfc\xa3\xc3\x87\xf2\x5b\xc9\xde\x19\xf6\x5f\x4e\x5f\xbc\xfe\ \xcb\x6f\x3f\xfd\x7e\xf9\xca\xeb\x73\x4b\x32\x12\x3a\xf5\xd2\x97\ \xdb\x88\xf5\xe5\xe7\xee\x7d\x9f\x86\x71\x3e\x41\x8e\xa3\xbb\xf4\ \xcb\x5d\xff\x27\x6c\x62\xd7\xce\xed\x91\x9c\x9d\x9f\xa5\x7c\xed\ \xfc\xe4\x96\xbc\xfb\xc3\x8c\xce\x16\x60\x6d\x87\xaa\x3e\x9a\x03\ \x0c\x6b\x1e\xd0\xab\xd2\xd1\xf6\xc9\xf6\xd2\xc9\xf6\xd4\x7a\xd8\ \x88\x15\x18\x16\x96\x18\xb8\xc3\xcd\xd3\xdf\xd9\x93\x44\xa7\xd3\ \xd7\x27\x96\xd0\x64\x99\x9a\x4e\x02\xd4\x59\x26\x92\x65\x64\x72\ \xc8\x32\x6f\x4f\x94\x97\xa7\x3f\x49\x94\xc9\x21\x90\x44\x4f\x32\ \xc8\x24\xa0\xdd\x28\x4e\xe4\xcd\x05\x68\xaa\x40\xce\xa0\xa8\xed\ \x16\x8b\xcc\x4e\xca\xcc\xe0\x2c\xcd\x4c\xac\xcd\x3c\x79\xb8\xbe\ \xf9\xca\x02\x13\x71\xde\x3e\xb0\x03\x49\x17\x10\x80\x22\x78\x01\ \x19\xe9\xe2\xed\xec\xe6\x84\xf6\x74\x72\x77\xf2\xf5\xf0\x42\x11\ \x02\x9c\x7d\x7d\x09\xfe\x04\x34\x81\x23\xb0\x8f\x65\x64\xde\x1d\ \xcb\x50\x13\x08\xbe\xde\x9e\x5e\xce\x4e\xde\x28\x5f\x5f\x2f\xb2\ \x17\x0a\x05\xd4\x61\x80\x80\xe3\x52\x0f\x01\x2b\xd0\x23\xb1\xbd\ \xbd\xbe\xbd\x74\x74\x34\x3d\x35\xbd\x7e\x32\xbd\x34\x3d\xf6\x0b\ \x8d\x58\xa8\xd0\x08\xb9\x3c\xa3\xa1\xbb\xc7\x66\xaa\xd3\x28\xa4\ \x5a\xa3\x4e\xc1\xd4\xb2\x14\x3a\x53\xb7\x4a\x6f\x12\x2b\x25\x4a\ \x9e\xd6\x04\x67\x66\x15\x52\x9e\xd6\x26\xcd\x56\x18\x54\x5a\x29\ \x5f\x63\x34\xd9\x74\x5c\xa5\x9e\x05\x48\xd3\x78\x56\x19\x0c\x33\ \x74\x58\x36\x5c\xed\x77\x30\xac\xfe\xfe\xab\x0e\xfc\x59\x4c\x76\ \x54\xdb\x53\x80\x0c\x84\xeb\x81\x70\xbd\x10\x08\xbf\xac\x29\xe8\ \x5c\x13\x3f\x05\x33\x58\x61\x42\x6a\x3f\x0c\x0f\xeb\xcf\x2a\x83\ \x21\x5e\x00\xb1\x1c\x43\xd3\xe3\x8b\xf1\x65\x70\xd5\x2e\x25\xbc\ \x7f\x0a\x89\x88\x60\xb0\x22\x82\x68\x4c\x9e\xd0\x68\x30\xef\xcd\ \xed\x6b\x2b\xee\xae\x96\xea\x35\xd8\xb4\x94\x2c\x6c\x7c\x9a\xb9\ \x5c\xa3\x33\x99\xea\xba\xac\x66\x1d\x8f\x2d\xae\x36\xf0\x25\x0a\ \x89\x52\xaa\x50\xf2\xf4\x1a\x25\xa0\x5a\x60\x5f\x93\x18\x8c\xd9\ \x75\x4a\x85\x4e\xab\xd4\x28\x42\x57\x61\xd0\xfc\xf8\xf8\xd4\x14\ \xf1\xb0\x01\xfa\xe6\xc0\xd0\x6b\x68\xee\x8c\x0d\x0f\x46\x42\x83\ \x98\x2c\xc3\x4f\x2b\xb8\xd5\x50\x3c\x31\x02\xc1\x7a\x7d\xf2\xca\ \xeb\xbf\x03\xde\xde\x15\x2d\x23\x21\x07\x04\xef\x12\x36\xec\x03\ \xe2\xd8\x1f\x8e\x80\x99\xf6\xd8\x60\x0c\x34\x67\xc8\x0a\x87\xab\ \x83\x58\x68\x80\x19\x1f\x8c\x44\xfa\xf9\xc1\xc5\xbf\xd0\x64\x3f\ \x4c\x3c\x06\x99\x0c\x70\x10\x1b\x1c\x8c\x23\xc2\x58\x89\xc8\x68\ \x3c\x12\x03\x84\x62\xb0\x5f\x30\x36\x2a\x0a\x89\x0b\x06\x38\x15\ \x49\x0c\x82\x61\xd4\x51\x5b\xae\xed\x08\x04\x1e\xb6\x73\x03\x21\ \x12\x13\x1d\x91\x90\x14\x41\x8c\x48\xa2\xc6\xc5\xb0\x99\x4c\x1a\ \x83\x4d\xa3\x72\xf9\x42\x95\xbe\x4e\xa5\xed\xee\x1a\xea\xae\x3e\ \x30\x68\x32\x0f\x74\x8d\x64\xb7\x1d\x39\x71\x65\x63\xd3\xdf\xad\ \x7d\xa2\xb1\xb8\x69\x5f\x7e\x51\x47\x45\xfe\xbe\xaa\xce\xce\x91\ \x92\xdc\xdc\x9c\xfc\x9a\xce\xda\x9c\xc2\x8a\xf2\xaa\xaa\x82\xfd\ \xb5\x45\xf9\xf9\xb9\x45\xb9\x47\xf3\x2b\x8a\x86\x0b\x73\xbe\x3b\ \x7c\xfd\x60\xc7\xc5\xe7\xdf\x5f\xec\xb8\x5e\x44\xd5\xad\x35\x1f\ \xaf\xe2\x4b\x8b\xdd\x9e\xeb\xba\x3a\xfb\x0e\x8c\x74\xb6\x55\x35\ \xb5\xe5\xec\x2b\x2e\x38\x38\xbc\xff\xe8\xf3\xef\x1f\xff\x75\xe5\ \xc5\x93\x95\x8d\xb5\x27\x2b\x57\xce\xbd\x7d\xfa\x7a\xf9\x19\xf8\ \xf2\xf4\xf2\xb9\x57\x33\x9c\x00\xb7\xf4\xd4\xc4\x40\x37\x97\x30\ \x9f\xd4\xd8\xb0\xc9\x6b\x2f\x5f\xde\x03\x1f\x6f\x1e\xfd\xf9\xee\ \xde\xfb\x6f\xbe\x7c\xf9\xc7\x97\x3b\xff\x74\xf8\x12\x38\x4a\x57\ \x0e\xb7\xe4\x5d\x1b\x37\xc8\x84\x4c\x81\x57\x60\xa2\x87\xb3\x93\ \xa7\xbb\x40\xe6\x4f\x7e\xf1\xd7\xe1\xbe\x06\x40\xe8\x5a\x7b\x07\ \x06\x87\x46\xea\xea\x4c\x36\x83\xd1\xaa\xd7\xb2\xf9\x2a\x89\x58\ \xc3\x55\x6a\xa5\x72\xa5\x5c\xa5\x67\x52\x99\x42\x25\x9b\x4d\xe5\ \x32\x92\xe2\x60\x04\x5b\x44\x34\x8e\xc8\x62\xf0\xf5\x3c\x25\x10\ \x8b\x3c\x65\xb6\x49\x57\xb1\xe3\x6c\x60\xde\x6c\x5e\x88\xff\x2f\ \x85\x39\xc7\xbd\x7c\x2a\x8e\x2d\x4d\xc6\x76\x6b\xb4\x2a\x39\x3b\ \x21\x81\x2d\x57\x9a\x87\x5a\xf3\x5b\x4d\x25\x9e\x67\x6e\xdf\x79\ \x77\xef\xd1\xcd\x3b\x77\x2e\x3d\xaa\x9f\xbf\x94\x27\x70\x4e\x15\ \x38\xe7\x85\x5d\xba\x77\x86\x17\x47\x65\x46\x01\xf6\xc6\x4e\x8a\ \xe4\xf1\xa4\x7c\x3e\x97\xcf\x8b\x63\x31\xa9\x0c\x06\x8d\x0b\x9e\ \x41\xc5\x57\xea\x1b\xba\xba\x7a\x7a\x06\x7a\xba\xfb\x06\x5b\x87\ \x0e\xf4\x54\x0f\x14\x56\x1c\xac\xca\xa9\x28\x1e\x3e\x74\xa8\xbc\ \xa9\xb2\x63\x5f\x79\x45\xd5\x4a\xea\x6f\xfb\x7f\xfe\xfe\xfe\xfd\ \x5b\x27\xbe\xfb\xed\x3f\xcb\x9b\x32\x7f\xb7\xd2\xd4\x76\x47\x2f\ \xd6\x16\x1e\xed\xfa\x6c\x18\x60\x2b\x24\x67\x5b\xfd\x6d\xf9\x5d\ \x6d\xa3\xd1\xe7\x16\x0c\xbb\x77\xef\xfa\x6c\x60\xf0\x43\xc9\x6a\ \xf7\xe7\x46\x33\x9f\x49\x42\x87\x20\x74\xd0\xb1\x9d\x7b\xfe\x3c\ \x7b\x6a\x6e\x6e\xbe\x7e\x76\x7e\x6e\x7e\x72\x74\xb2\x3e\x3d\x36\ \x31\x2f\x35\x2c\x24\xd1\xcd\x27\x2c\xd6\xc7\x7d\x87\xa7\xaf\x97\ \x2f\x99\x92\x91\xb9\x99\xa9\x0e\xf0\x17\x90\xfd\xc9\x63\x24\x91\ \x28\x23\x33\x23\x43\x64\x07\xd0\x45\x11\xa0\x33\x65\x32\x81\x88\ \x1e\xc0\x79\x26\xf3\xf7\xa7\x53\x00\x0c\x89\xd6\x33\x08\x68\x20\ \x0f\xd5\x0e\xbb\x3e\xce\x8c\x6c\x61\x61\x6c\x62\x69\x69\xe3\xc9\ \xca\xdd\x8d\x8d\x85\xbb\x1b\xe7\x9e\x3d\x5b\xbe\x72\x6e\x02\xed\ \x8b\x42\x07\xf8\xfa\xfb\x93\xdd\xc2\x3c\xdc\xdc\x7d\xfd\x3d\x9c\ \x9d\x9d\xbd\x9d\x03\x3c\xbd\xc9\x64\xb2\xbf\x8c\x12\x80\x46\x93\ \xd1\x02\x19\x5a\xed\xfe\xe6\xce\x74\x9e\x7b\x00\x09\xed\xec\xe6\ \xec\xec\x19\xe0\xef\xe4\xee\x8d\xf6\xf4\xf4\x25\xf9\x07\xb8\x27\ \xd6\xa7\x87\x24\x06\xe6\xc1\x0e\xbd\xd1\xfa\xd2\xbc\xf6\xbc\xb0\ \xc4\xc4\xfa\xd8\xf4\x1d\x21\x5f\x30\xe5\x52\x8d\x41\xc3\xe3\x2a\ \x8c\x1a\x95\x59\xc7\x67\x52\xa5\x46\x9d\xa1\x4e\x9f\x2d\xd4\xea\ \x75\x1a\xbd\x4d\x65\xa8\xe3\xc3\xa6\x71\xbd\xa6\x41\xab\xd0\xc8\ \x0d\x1a\xa5\x42\x62\xed\xb6\x99\xc1\x6e\x94\xad\x32\xe8\xa4\xbc\ \x64\x98\x56\x91\x05\x47\x99\xa1\x18\x5c\xdd\x62\x59\xfd\x8e\xb4\ \xd1\x45\x38\xd9\x3c\xb5\x78\xd5\x01\x42\x65\x8b\x8e\xa9\x1d\x70\ \x0f\x8c\x6d\xee\x87\x30\xb7\x98\x06\xe7\x74\x1c\xad\xee\x40\x9e\ \x41\xaa\x03\x24\xa3\x03\xe7\x60\x10\xf5\xd5\xab\xe0\x81\x29\xe1\ \xf1\x69\x58\xbf\x32\x70\xc4\x47\x33\x93\x22\x85\x40\x11\x68\x8c\ \x83\x5d\x07\x5a\x07\x1a\x7b\x01\xb2\x56\xb3\x17\x53\xca\xe2\x53\ \x52\x90\xf9\xcd\x5a\x9d\xdc\x54\x07\x68\x95\x94\xc1\xd4\x54\x6b\ \xb5\x46\xa5\xd2\x66\x6d\xd0\xdb\x74\x2d\x3a\x58\x71\x53\x66\xeb\ \x34\xb6\xaa\x3a\x73\x97\xd1\x68\x96\xc2\xca\x1a\x20\x4b\xe3\x8b\ \x59\xc5\xf7\x61\x06\x63\x19\xa4\x4d\x00\xb1\x80\x1a\xc4\x61\x90\ \xe1\x29\xe1\xc9\xc2\xdf\x51\x49\x8b\x69\x48\x7c\x64\x78\xd2\xe5\ \xdf\xbe\xfa\xea\x1c\x6a\xe9\xb5\x7a\x33\xa8\x2c\x05\x9a\x7a\x41\ \xe7\x7a\xc7\xdc\xf6\xf8\x54\x28\x31\x26\x08\x13\x1a\x1c\x0a\x8d\ \x64\xe2\x93\x31\x08\x24\x2e\x1c\x47\x0c\xc5\xc6\x23\x10\x70\xfd\ \x0f\x87\x4c\x46\xe2\x91\xe1\xc1\xb8\xe0\x78\x64\x54\x10\x32\x9c\ \x88\xc7\xfa\x61\x82\xf0\x78\x80\x69\xd8\x20\xbf\xf0\x20\x2c\x12\ \x1f\x13\x4d\xc4\x47\x45\xe1\x00\x99\x8a\xc6\xe3\x71\x31\x91\xe0\ \x22\x0e\x5c\x8f\x24\x26\x44\x46\x45\x44\x81\xbb\xa3\xa3\xe3\x18\ \xd1\xd4\x28\x1c\x35\x89\xcd\x62\x72\x19\x4c\x89\x50\xca\xe2\xf2\ \xd9\x09\x4a\xc3\xc8\xc8\x01\x5b\x57\xf3\x50\x5d\x5d\x97\xa9\xba\ \xe0\xd6\x77\x3f\x3f\x59\xe3\x84\xcc\xaf\x74\xe5\x14\x17\xd7\x54\ \xb5\xe6\x0c\xf5\xb5\xf6\xf4\xd4\xe4\x16\x16\x55\x0c\x17\xee\x2d\ \x3a\x7e\xb8\xa2\x62\x38\xf7\xf0\x61\xf0\x6d\xff\xf0\xa1\xfd\xe5\ \x40\xc0\x1c\x3a\x58\x3e\x7c\xeb\xc4\xb7\x3f\xdd\x3f\x71\xac\x24\ \x5b\xde\xd2\xcc\x36\x2d\x1d\xf9\xc5\xcc\x53\x35\x87\x2d\x9b\x7b\ \xda\x00\xd0\x1d\xdb\x3f\x9c\xbb\xb7\xa2\xfc\x70\x45\x79\x61\xf1\ \xbe\xaf\x7f\xbb\x71\xff\xed\xdf\xaf\x97\x7f\xfd\xfb\xca\xdf\x7f\ \x7d\xf5\xfc\xf5\x5f\xf7\x1f\x3f\x7f\xfd\xfa\xf7\xc7\x4f\x7f\x07\ \x97\x27\xbc\xdd\x7d\x5c\xc3\x42\x9c\x9c\xbd\x5d\x03\xc3\x76\x84\ \x8d\x9e\x7d\xf3\xe7\x1f\xf7\xde\xbd\xb9\xf7\xe6\xce\xa3\xf7\xf7\ \xde\xfc\xf1\xc3\x37\xff\xfb\xe6\x7f\x8e\x26\x77\xe8\xb3\x02\x15\ \xcd\xbd\xaf\xda\xae\x2f\x79\xfa\xa3\xbd\x9d\xbd\x38\x5e\x5e\x14\ \x3a\x4a\xf6\xe2\x79\x3e\xb4\x3c\xdd\xdb\xd3\x32\x50\x39\x32\x64\ \x35\x98\xbb\xad\x80\x53\x69\x15\x42\x29\x4f\xcf\x15\x2b\x85\x72\ \xbd\x92\xcf\x97\x48\x78\x2c\x36\x5b\xca\xe0\x33\xa8\x8c\x18\x5a\ \x74\x4c\x10\x0e\xc0\xbc\x46\x09\xa7\x30\xb8\x5a\x8d\x52\x2e\x31\ \xca\x8b\xea\x6f\xe6\xc1\x55\xfc\x90\xe5\x8e\x9a\xbd\x9c\xd4\xfa\ \x0d\xfe\x05\x00\x00\x20\x00\x49\x44\x41\x54\x83\x47\x9f\x8c\xba\ \x4a\x84\x72\x1e\x23\x89\x11\xc9\x54\xc8\xcd\x6d\x9d\xb5\x07\xba\ \xde\x26\x9e\x39\x73\xe6\xce\xbd\x37\x2f\x6f\x5f\xbb\x74\x73\x32\ \xf1\xec\x29\x2f\x5f\xd7\x30\xb4\xc7\xe8\xd9\x97\x7f\x6c\x10\x69\ \x2c\x2a\x55\xcc\x66\x25\x24\x51\x85\x42\x31\x8b\xaf\xe0\xb3\x14\ \x62\x6e\x42\x0c\x0f\xdc\xcc\xe7\xb2\x84\xaa\x3a\xb0\xdd\x1b\x7b\ \xba\xba\xab\x1b\x73\x1b\x1b\xfb\xba\x7b\xca\xab\x80\xf8\x2e\x18\ \x3e\x52\x50\xbb\xaf\xb9\xf8\x70\x4e\xd1\xd7\xd7\x9f\x4c\x1c\x3b\ \xfd\xed\xd7\x5f\x3f\x5f\x7e\x91\xa1\xf6\x0a\x9b\x9e\x4b\xad\xaf\ \x07\xcc\xe6\xde\x9e\xcf\xea\xe9\x8e\xca\xde\xae\xcf\xc7\x97\x3f\ \x12\xaf\xed\xc6\x84\x2f\x3f\x43\xb1\xcf\x44\xdf\xd6\xbc\xa0\x43\ \x13\xee\xfc\xac\x73\x74\xf7\xce\xff\xbf\xc1\x14\x5e\xd8\xb3\xeb\ \xda\xa9\xb9\xe9\xf9\xc9\x59\x40\xb4\x26\xc1\xc1\x9f\x97\x0a\x68\ \x4b\x22\xa4\x58\x89\xa9\x89\xae\x9e\xee\xee\x01\x01\x32\x11\xc9\ \x62\x5f\xb3\x13\x08\x02\x02\x99\xcc\xe1\x64\xa0\x02\xc8\x1c\x12\ \xd9\x32\x91\x21\xb3\x64\x64\x4c\xd8\x67\x16\xd4\x6a\xcb\xcc\xb3\ \x09\x74\x00\x20\x42\x04\xc2\xe6\x5d\x01\x85\x84\xa6\xc8\xec\x6b\ \x63\xb2\xcc\x09\xb5\x68\x6c\x7d\x63\x69\x62\xe3\xc1\xc2\xca\xfa\ \xcc\xdd\x07\x0b\xcf\x1e\x3c\x7c\xb6\xb1\x72\xe5\xe1\x03\xba\x2f\ \x99\x40\xf1\x74\x75\xf6\xf4\x72\x77\x72\x76\xf7\xf6\xf5\xf2\xf0\ \x70\xf7\xf0\xa6\x00\x1a\x67\xb1\x50\x48\x40\x5d\xfa\x7b\x0b\x38\ \x84\x00\x7a\xc0\xd9\x5d\xff\xdd\xb3\xfb\xfd\xa3\xb9\xbc\x40\x40\ \xbc\xbc\x3d\x9c\xfd\x03\x7c\xd1\x1e\x1e\xde\x9e\x2e\x21\x61\xe9\ \xf5\xb1\xb1\xf5\xf5\xa3\xed\xed\xf3\xf3\xf5\xa5\x89\x81\x21\x8e\ \x91\xea\xd8\xd4\xd8\x2f\x5a\xac\x46\xa3\x4a\x09\x40\x49\x2e\xd5\ \x6a\xcd\x4a\xad\x8a\x2f\xd7\x69\x06\xf5\xd9\x5a\xa0\x9f\x34\x36\ \xb3\x46\xa2\x11\x4b\x8c\x62\xa9\x4a\xa3\xd2\xf3\x55\x2d\x36\x8d\ \x58\xaa\xd0\xf0\x25\xd9\x42\xa5\x46\xa7\xd2\x98\xe5\x38\x18\x75\ \xbf\x9a\xe5\x18\x1e\x5c\x5d\xfc\x67\x15\xfa\xcb\xc0\xe2\xf4\xd6\ \x62\xe1\xd4\x14\x9c\x22\x84\xbd\x55\xfd\xf0\x6b\xd6\xd4\x62\x16\ \x38\xe4\x93\xa7\x60\x35\x2b\x6d\x11\x88\xc3\xac\x32\x38\x16\xb3\ \xb8\x0a\x1b\x2d\xc1\x63\xb3\xfa\xcb\xae\x2e\xc2\xc2\x7d\xda\x22\ \x64\x3d\x00\x49\xca\xb0\xa1\x08\x70\x78\x63\x82\x70\xc4\xe8\x38\ \x1a\x53\x2b\x57\xd5\x75\xdb\x3a\x9b\x1b\x73\xf6\x8d\x18\xea\xaa\ \xb3\x11\xfd\x53\x69\xf1\x65\x53\xe2\x02\x2d\x8f\x29\xd5\x4b\x25\ \xd6\x6c\x89\x42\x5c\x37\x38\xd8\xd7\x6d\x6b\xa9\x36\xdb\x06\xeb\ \x74\xd9\x46\x83\xcd\x68\xea\x96\xcb\x1b\xfa\x5a\x5a\xea\xb2\x8d\ \x83\x52\xb8\x54\xd9\x1f\x0e\x88\x15\xe3\x2d\x7f\x11\x66\x67\x94\ \xa5\x41\xcf\x42\x80\x34\x00\x51\x00\xf8\x84\x27\xeb\x7f\x5f\x8b\ \x5e\x4c\xc3\xe2\x22\xf1\xd1\x17\x7e\xce\xf8\xfb\xf5\xdf\x9c\x67\ \x13\x4f\xe2\xc0\x1b\xeb\xdf\x9e\xeb\x86\x56\xd2\x57\x17\x91\x11\ \x7e\x58\x3f\x47\x86\x0f\xb4\xe2\x0b\xc6\xe1\x31\x78\x9c\x1f\xcc\ \x4f\x45\xe0\x00\xf5\x02\xa4\x2a\x02\x89\x45\xfa\x85\xc3\x9e\x07\ \x84\x1f\x0e\x0f\x54\x24\x78\x20\x16\x43\xf4\xc3\xe0\xc0\xc3\xe1\ \xba\x21\xd0\x87\x91\x44\x1c\x1e\xc8\xc0\x04\x62\x10\x31\x22\x12\ \x07\x70\x2a\x3a\x88\x18\x15\x1d\x17\x47\x04\x47\x65\x44\x54\x1c\ \x8f\x11\x1d\x17\x43\x4b\x88\x4b\x00\x60\xcd\xe2\xea\xe5\x7c\x2e\ \x50\x29\x52\xbd\x75\xb0\xb7\x79\x68\xb0\xa1\xda\x6a\xd0\x15\x9e\ \xfe\xea\xbb\xa7\x0f\x26\xc2\xc2\x7e\x29\xaa\xac\x69\x6c\x6d\xd0\ \x99\x3a\xfb\xaa\x9b\x0a\x2b\xf7\xb6\xe6\x1c\x2a\x38\x54\x5b\x54\ \xb8\xbf\xbc\xa2\xb6\x23\xb7\xb0\xf6\xf8\xf1\xdf\x2e\x7e\x5f\x7b\ \x68\xff\xd1\x23\x17\xae\x17\x1d\xfe\xf6\xe7\xaf\x56\x9e\x96\x18\ \xad\xd5\x66\x5d\x65\x71\x8c\x7c\x79\xe5\x8a\x46\xa2\x2c\x76\xf9\ \xc9\xd6\x5a\x5c\x52\x52\x54\x5e\x7b\xa4\xa8\x68\xf8\xeb\xeb\xdf\ \x1e\xac\x3d\x58\xb0\xef\xd0\x8d\x1f\x7f\xfd\xed\xeb\x5b\xc7\x7e\ \xfe\xed\xe4\xd3\xff\xfc\x76\xff\xf9\xaf\x8f\x6f\xdc\xf8\xf9\xf1\ \xaf\xf7\xef\xff\xfc\xfc\xef\xcb\x4f\xcf\xc9\x9c\x77\xb8\x07\x78\ \x92\x29\x5e\xee\xee\xae\x3e\x3e\xa9\x73\x97\x20\xcd\x7a\xf3\xf2\ \x1d\x60\x59\x7f\xfc\xf1\x3f\xf0\xf9\xbf\x0f\xbe\xc8\x5b\x2d\xa4\ \xbb\x46\x7f\xe9\x3d\xb2\x46\xe2\x88\x38\x14\x2f\xb4\x8c\x4c\x5e\ \xfb\xeb\x50\x6f\xdf\x50\x57\xef\x40\x4d\xcf\xd0\x90\x75\xc8\xd6\ \x60\xb3\x59\xf5\x4a\x93\x5c\x2b\x16\x53\xc5\x62\xa3\x44\x62\x54\ \x08\xd9\x00\x41\xf8\x4c\x36\x93\x4b\xa3\x31\x98\x00\xb2\x22\xe2\ \xa2\x89\x18\x7c\x92\x5c\x21\x95\xb0\x14\x2a\xb9\x52\x2f\x55\x09\ \xf5\xd7\xf3\x1e\x01\x36\x31\x3a\x5f\x8a\xba\x55\xd4\xfa\x2a\xb1\ \x20\x77\xb9\xdd\x93\xc1\x96\xc4\x45\xe0\x68\x5c\xbe\x5c\x6f\xb5\ \xf5\xf4\x74\x7d\x3f\xe3\x39\x39\x79\xfe\xf6\x9b\x77\xf7\x6e\x9f\ \x9d\xbd\x74\x7e\x7e\x7a\xd2\x67\x21\xd1\xcd\x99\x93\x3e\x7f\xed\ \xdd\xfb\xc2\x88\x24\xc0\xa8\xe4\x4c\xa0\xc2\xa9\x7c\x1e\x4f\x23\ \x64\xb2\x84\x42\x39\x8b\xc6\x95\x48\xc1\x66\x67\x09\xeb\x0c\xd6\ \xc1\x96\x91\xea\x91\x91\x9e\x91\xca\x92\xe2\xce\xe6\xa1\xa6\x82\ \x92\xc2\xfc\xc3\xfb\x3a\x9b\x5a\x3b\xcb\x6f\x94\x77\xdc\x7a\xbb\ \x4e\x52\x53\x04\x1b\x63\x74\x8a\x6b\x1e\x10\x30\x21\x00\x13\xfc\ \x51\xa8\xd4\xf6\xdb\x1f\xdb\x43\xb7\x92\x67\xc1\xf7\x77\x7f\x7e\ \x9a\x1f\xfc\xac\xed\xea\x13\x40\x7d\xc8\xed\x72\x24\xd2\x7f\x9a\ \xce\xd9\x86\xb8\x9d\x9f\x31\xae\x0f\x0e\x59\x5b\x8e\x7e\x5b\x8f\ \xdd\xba\xb8\xe7\x8f\x53\x50\x12\xce\xb6\x4f\x4e\x4f\x97\xe6\x4d\ \xe6\xa5\x86\x84\x8d\xc2\x86\x77\x78\xf8\x07\xfa\x38\x3b\x07\x90\ \x50\x24\x3a\x60\x4a\x19\x6a\xb4\x37\xda\x22\x40\x91\x61\xbf\xb9\ \x88\xe4\x4d\xa0\xa0\x45\x13\x82\x09\x11\x67\x69\x63\x6c\x66\xe3\ \xe1\xb3\x31\x5f\x14\x89\x4c\x26\xd1\xd7\x1f\x72\xc0\x57\xd1\x8c\ \x25\x73\x62\x46\x64\xb1\xac\xd9\x33\xed\x1b\x16\xc8\xad\xd6\xd7\ \xd7\x96\xc6\x96\x97\x5f\xc1\x18\x80\x4d\x3a\x01\x4d\x16\xa1\x9d\ \xfc\x09\x5e\x80\x65\x39\xa3\x02\xdc\x3d\x80\x10\xa4\xc8\x38\xa2\ \xcc\xf5\xf5\xcc\x8c\x4c\x34\x87\xee\xeb\x0f\xa7\xa6\x39\x80\xc4\ \x5d\xda\xf5\xdf\xff\x02\xd0\xfa\xdf\xbb\x4b\xf3\x3b\x7c\x51\x64\ \x11\x8c\x4e\xf1\xf6\x76\x73\x0b\xc9\x4b\x8d\x8d\x2d\x1d\x9d\x9c\ \x9c\x9e\x2c\x6d\x6f\x07\x24\x3e\x35\x7d\x47\x58\x7d\x6c\x7d\xde\ \x17\x7d\xb6\x16\xbd\x58\xae\x55\x19\xc5\x12\x89\xd8\x68\x50\x00\ \x46\x62\x54\xe9\xe4\x5a\x8d\x50\xa9\xd3\xe8\x8c\x0a\x9e\x52\x65\ \x02\xfa\xd0\xac\x02\xf4\x46\x61\xd2\x69\x35\x12\x61\xb6\x41\x99\ \x6d\xb0\xd9\x34\x5a\xa9\x32\x06\x16\xce\x57\x61\x11\x7d\x75\xcb\ \xab\x01\xc2\x16\x44\xb0\x0f\x11\x5f\x40\x7a\xfd\x03\x18\x17\x20\ \x31\xb0\xe5\x2a\x0d\x30\xad\x7e\x07\x5e\x40\x87\xe1\xb2\x94\xc5\ \x71\x58\x3d\x1a\x07\x37\x2e\xae\xa6\xc1\xb5\xc4\x55\xb8\x7c\xe7\ \x70\xa1\x19\xef\x5f\x85\x17\xfe\xe9\x47\x62\x83\x93\x83\xe3\x53\ \x90\x41\xd1\x31\x5c\x7e\x24\x0b\x30\x7f\x89\xb5\xb1\xb5\x31\xbf\ \xa4\x12\x88\x54\xb3\x10\xa6\xfd\x4c\x65\x85\x0e\x36\x2a\xc4\x5a\ \x8d\x66\xb0\x8e\xcf\xb7\x76\x55\x1f\xa8\x1e\xd4\xe9\x75\x6d\x0d\ \xd5\x43\x1a\xad\x51\x6f\xcd\x96\xab\x00\x50\xd9\xfa\x1a\xba\x25\ \x92\xee\xd3\x0a\x68\x35\x0a\x50\x29\x0d\x7b\x62\xdf\x6a\x30\x40\ \xbb\xfe\xfe\xb2\xd5\x7f\xca\xfa\xb1\x80\x61\xa5\x94\x61\x91\x18\ \x4c\x19\xfb\xe2\xab\x98\xb2\x64\x2c\x2e\x02\x8f\xfb\x69\xe5\xe1\ \x8b\xe5\xd7\x6f\xcf\x2d\x6d\xf2\xfe\x99\x9a\x72\xc4\x26\x42\x30\ \x2e\x9b\x72\xf8\x0e\xa6\x61\x83\x70\x18\x84\x1f\x90\x91\xf1\xc1\ \x78\x98\x73\x83\x40\xe0\x90\xf1\xa1\x58\x04\x10\x79\xc8\x50\x44\ \x14\x0e\x68\xcc\x64\xe8\x1f\x13\x1c\x0e\x9d\xb2\xe2\x91\x08\x1c\ \x02\x89\xc5\x63\x10\x38\x3c\x80\x32\x40\x11\x82\xf0\x11\x40\x3b\ \xe2\xa2\x89\x88\x08\x00\xc9\xc4\xc8\x20\xbc\x1f\x12\x5c\x8d\x8c\ \x88\x48\x88\x89\x8e\x4b\x88\x8b\x60\xb3\x78\x31\x80\x58\x30\x92\ \x92\x58\x42\x7e\x5c\x8c\x98\xcf\x62\x4a\xd9\x7c\x89\xd1\x60\xb5\ \x8e\x54\xdb\xac\x75\x4a\x73\xf1\xd1\xaf\xbf\xbb\xf5\x2c\xa0\xdd\ \xad\xa0\xb2\xb6\x77\xa4\xaa\xb5\xb2\xaf\xa1\xb1\x70\xdf\x91\xfd\ \x45\xb5\x07\x8f\x1f\x2a\xaf\xc8\xdd\x9b\x7f\x24\x7f\x7f\xd1\xe9\ \x8a\xe1\xda\xf2\xd3\x1d\xfb\x0f\xed\xcb\x3f\x7a\xb0\xf6\xf8\xc1\ \xa3\xcf\x5f\xc9\x26\xfe\xae\x30\x9b\x1a\xba\xaa\xf5\xb5\x3f\xc6\ \xf0\x9f\x8b\x5e\x88\x4d\xe6\x56\xe7\xa7\x7d\x39\xf9\xb9\xb9\xb9\ \x45\x85\x47\xca\xbf\x2e\xef\x38\x5a\xdb\x71\xbc\x36\xbf\x38\xe7\ \xe8\xa1\x1b\x5f\x9f\xfc\xfe\xc2\xa1\x63\xc7\x6e\x9c\x3e\x76\xe2\ \xf4\x8d\x5f\x7e\xfb\xee\xdb\xc7\x37\x7e\xfa\xf1\xd6\xd3\xd7\xbf\ \xff\x72\xff\xd7\xe7\xeb\x74\x5f\x0f\x6f\x34\x09\x85\x26\x78\x7b\ \xba\xbb\x05\xd6\xb7\xcf\xde\xbe\xf7\x0e\x28\xc3\x37\xf7\xfe\x7c\ \xff\xfe\xfd\xbd\x3f\xff\x00\xa8\xf5\xcd\x37\x1f\x52\x28\x7e\xd8\ \xf3\xdf\xf3\xcf\xab\x0b\x5e\x6d\x4e\x58\x50\x84\xcc\x0c\xfb\xb3\ \x82\x9e\xe6\xb6\xae\x92\xbd\x7d\xbd\xbd\x8d\x43\xe6\x11\x93\x1e\ \x50\x7d\x95\x51\xca\x05\x6c\x52\xc2\x14\x2a\xc4\x7c\xbe\x5c\xc2\ \x94\x48\xe4\x2c\x06\x97\xc9\xa5\xe2\xc1\x46\xa0\x45\xe1\x23\xf1\ \xb8\xa8\x24\xaa\x42\xa1\x51\xf1\x74\x7a\xa6\x54\xa7\x51\x28\xeb\ \xfe\x9a\xbb\x0d\x1b\x8e\x2e\xcd\xf9\xfc\xb5\xbf\xf8\xf2\x8e\x83\ \xc5\xbf\xc7\x0a\x98\xdc\x88\xe8\xe8\x48\xae\x5e\x65\x94\x37\x74\ \x0d\xf6\x1e\xfe\xcb\x4e\x16\x79\xfa\x5c\xba\xf9\xf2\xcd\xa3\x3b\ \xa7\xce\xcf\x9e\x99\x9b\x8f\xdd\xcc\x48\x74\x77\x0a\xb9\x79\xe9\ \xce\x9f\xf3\x42\x1a\x1b\xd0\x3a\x46\x5c\x02\x35\x9a\x26\x61\xaa\ \xa0\x3f\x2d\x03\xf6\xf4\xc5\x51\xa9\x34\x31\x97\x65\xac\xae\x36\ \x57\x77\xb5\x0d\xf4\xd4\x35\xd6\x54\x35\x77\x37\x74\x57\xef\xad\ \x29\xa8\x6a\x6d\x6b\x1c\xac\x2a\xc8\x29\xce\x2f\x3c\x74\xf1\xc7\ \x9f\x9e\x50\xdc\x7d\xdc\x7d\x76\x40\x43\x14\xfb\xfa\xd8\xcc\xb3\ \x57\x6f\xef\x72\xf2\xce\x7e\xf9\x89\x5f\x7d\xc8\x27\xfc\xdf\x37\ \x1f\x6d\xaf\x3e\x72\xa9\x2f\x77\x7f\xbc\xb6\x73\xf7\x47\xfb\x85\ \x7f\x1b\x8e\xee\xde\x8e\x4e\xdd\x0e\x57\xdd\xf9\x69\xcc\x10\xc2\ \xdb\xce\xdd\x9f\xe5\x51\xec\xb9\x36\x3d\x3b\xd9\x3e\x0b\x36\xca\ \xe4\xf4\xdc\x64\x6a\x69\x7a\xec\x68\x5e\x3a\x64\x58\xb1\x81\x6e\ \x3e\xde\x9e\x5e\xd0\x3a\xc6\x3e\x93\xc1\x41\x7b\x3a\xd1\x29\xe0\ \x1b\x8a\x43\x12\x11\xbc\x3c\x49\x84\x00\x99\x0c\x8d\x06\x68\x96\ \x99\xa1\xde\xd8\x58\x9f\xf1\x05\x2a\xce\x92\xc1\x91\xc9\x2c\xf6\ \x09\x7b\x26\x45\x2d\x10\x59\xd4\x1b\x0f\xd6\x28\x96\x89\x87\x0f\ \x56\x96\x36\x5f\x9d\x5b\x9a\x59\x5f\x5a\x79\xb6\xb9\xb9\xb2\xbc\ \x6c\xa7\x8b\x04\x74\x19\xc5\xd3\x8b\xe0\xe9\xed\x8b\xf2\x84\xa6\ \x5b\x6a\x8a\x48\xb4\x30\x01\xb0\x6f\x63\x63\x66\x8c\x00\x97\x04\ \x51\x74\x34\x89\xe3\x4b\xe0\xa8\x63\xbf\x71\xf4\xe4\x43\x19\xfb\ \xfe\xd1\xd9\xfa\x40\x37\x4f\x7f\x5f\x27\x57\x9f\xb0\xd2\xd2\xf4\ \xfa\xd1\xd1\xf4\xe9\xf6\x74\xf0\xaf\x3d\x0f\x5a\xe3\xa4\xe7\x85\ \xa5\xa6\x7e\x41\x8b\x93\xca\x55\x7a\x95\x52\x2f\xe1\xcb\x15\x46\ \x9b\x50\xa1\xed\xd6\x01\xd4\xd2\x6b\xf8\x72\xb9\x54\x65\x53\xf0\ \x25\x2a\x9b\x55\x27\x37\x9b\x54\x2a\xad\x5c\x2b\x51\xe8\xf5\xdc\ \xba\x6e\x43\x9d\x49\x67\xd6\x6b\x54\x0a\xe4\x6a\x99\xc3\xea\x18\ \x62\x15\x80\x17\x87\x2b\x32\x60\x5b\xb0\x43\x14\x5c\x5b\x9c\x72\ \x78\x97\xf6\xf7\xa7\xa5\xad\x4e\x65\x65\xf5\xc3\xc0\x8a\x32\xd8\ \xaf\x99\xd5\x9f\x32\xbe\x9a\x15\x0a\x1e\xec\x08\x3b\x8c\x07\x34\ \x0d\x46\x3a\x94\x41\x73\xbc\x45\xc8\xb1\x1c\xfd\xf2\xd0\xe5\x2f\ \x2d\x1c\xd0\xab\xd0\x14\x18\x24\x83\xc0\x33\xd8\x91\x34\xf0\x02\ \x1a\x7a\x7b\xfa\x1a\x0f\x14\xee\xaf\xd6\x2a\xbb\xe5\x29\xab\x10\ \xe7\x92\x2a\xba\x78\xd9\x56\x63\xb7\x59\xa5\xaa\x6e\xec\x1b\xd4\ \x76\xdb\x00\xa6\x4a\x8c\x26\x6d\x4f\x6d\x97\xa1\xba\x4e\x27\xb7\ \x76\xb5\x74\x59\x0d\x86\xc3\xcf\x48\xf2\x45\xf0\x02\xe2\xb3\xfa\ \x57\x1b\x5e\x10\xe3\x43\xe3\xb3\xca\xd2\xca\x56\x57\x57\xa1\xe7\ \x4d\x3c\x32\x18\x60\x0f\x12\x99\x16\xf7\xab\x2f\x6b\x35\x19\x0e\ \xda\xe0\x6e\x89\x5e\x3d\x3d\xf9\xec\xd9\xeb\x4d\x41\xcb\x3f\x53\ \x8e\x11\x22\xe8\xca\x3a\x05\x5b\x5f\xfb\x61\x5f\xac\x5f\x94\x5f\ \x28\x16\x99\x9c\x8c\x44\xe2\xe1\x0f\x63\xa1\xa5\x1c\x26\x3a\x14\ \xfc\x2c\x26\x1c\x1b\x0c\x23\xe7\xb1\x98\xf0\x64\x1c\x02\xeb\x87\ \x45\x60\xa0\x33\x1f\x11\x8b\x27\xfa\xe1\x81\xf8\x23\x62\xa2\x01\ \xc6\xe1\x61\x6b\x7b\x50\x14\x22\x18\x80\x16\x31\x09\x88\x42\x3c\ \xa0\x59\xe0\x3f\x31\x41\x48\xa5\xc5\xb1\x59\xd4\xb8\xa4\x18\x2a\ \x4d\xc8\x8d\x63\x4b\x15\x62\xd8\x1f\x27\x64\x73\xc5\x7c\xe5\x50\ \x9f\x49\x55\xdd\x30\x58\x67\x6c\x6b\x3e\x74\xfd\xdb\xef\x5f\x93\ \xda\x39\x8d\x35\xfb\x2a\x1b\xea\x7a\xaa\x9a\xf6\xf6\xd6\x54\xb7\ \x9d\xce\x29\xc9\xf9\xed\xdb\x83\x87\x8e\x1c\xae\x2c\x2e\xaf\xdd\ \x3f\x7c\xe2\xe8\xe9\x1b\x15\x05\xe5\x1d\x87\x4e\x9f\xde\x5f\x7b\ \xf1\xfe\xe5\x85\x8d\xa5\xa5\xb7\xc3\xd5\xf2\x16\x6b\xb7\x51\x55\ \x73\x9d\xc5\xd8\xe7\xfe\x94\x57\x67\xad\x75\xfb\x4f\x63\x4d\xdb\ \xde\x7d\x07\x6b\xf7\xed\x3f\x74\x7d\x7f\xc7\xf0\xd1\xe3\xc3\x87\ \x87\x8b\x9a\x72\x0b\xca\x8f\x5d\x38\x78\x6c\xff\x89\x23\xc3\xd7\ \x8f\xe4\x1f\xbb\x7e\xfa\xc6\x8d\x1b\x4f\xef\xff\xfc\xfd\xe3\xe7\ \xf7\x7f\x3b\x79\xf2\xe9\xaf\x8f\x4f\xfe\x3d\xa3\x16\xd0\x05\xea\ \x19\x11\xc9\xd7\xdd\xd3\xd3\xd9\x3b\xfd\xec\x6d\x00\x57\xef\x5e\ \xbe\x79\x73\x0f\x40\xd6\xfb\x3f\xff\x00\xa0\x05\x83\x9e\xbf\xf9\ \xe6\x8f\x1f\xc0\xa1\xf6\xdf\x97\xa2\x8e\xde\xc2\x13\xbf\x5f\x7e\ \xfb\xf4\xab\x8b\x9d\x0d\xb3\x19\xd2\xca\xd6\x96\x86\x9e\xea\x6e\ \x65\xb6\xca\x6c\xd3\x1b\xb4\x7c\xbe\x42\x2a\x84\xfa\x8c\x2d\x01\ \x2a\x98\x2b\xe1\xf1\xa9\x71\x4c\x1a\x9b\xca\x4e\x60\x0a\x85\x31\ \x34\x22\x12\x83\x45\x24\x70\x85\x5c\x83\x52\xaa\x10\xb2\x24\x4a\ \xa5\x44\x6b\xbb\x7c\xf3\x66\x69\xfa\xf4\xa9\x9b\xe7\x63\x67\x86\ \x9b\x5f\xed\xd8\xd7\xfc\x34\xf5\x75\x12\x37\x29\x82\xc7\xe0\x69\ \x35\x26\x5b\x75\x4f\x55\xc5\xb7\xcf\xc6\xd4\x9b\xcb\x4f\xd1\xd7\ \xee\xbc\x7b\x73\xe7\xe6\xd9\xe9\xb9\xf3\xb3\xa3\x82\x87\x2e\x21\ \x28\x8f\xe9\x9b\x37\xef\xfc\x71\x2e\x4e\xcf\x67\x32\x19\x71\x71\ \x31\x31\x34\x16\x5f\x9c\xa0\x94\xf3\x85\x42\x9e\x50\xca\x8d\x61\ \xf2\x85\x7c\x3e\x4f\xac\x91\x5a\xcd\x55\x8d\xbd\x43\x03\x4d\xb9\ \x7d\x35\x07\x7a\xdb\x0e\x96\x54\xb6\xd5\x56\xec\xab\xe9\x28\xac\ \x2d\xc8\xcf\x2f\xbf\x90\x73\xf1\xe8\xb7\xdf\xff\xf8\xf3\xd3\xd7\ \xf7\x7f\x7e\xfc\x9f\xa7\xaf\xc1\xe7\xdf\x0f\x5f\xa8\x13\x4f\xfd\ \xb0\xf3\x5f\x06\xa1\xff\x17\x83\x3e\x18\x31\xec\xfe\x08\x51\xff\ \x6e\x21\xfd\xd0\xcd\xfe\x21\x1c\xe7\x53\x75\x6b\xe7\xce\x9d\x9f\ \x0f\x45\xef\xfe\x38\xfd\xec\xc0\x3b\x58\xc5\x7a\x37\x3d\x39\x37\ \x39\x3f\x59\x3f\x59\xdf\x3e\x07\xb8\xca\x74\x3a\x8c\xd0\x89\x8d\ \xcd\x0b\x73\x0d\x74\xf3\x75\xf6\x22\x70\x44\x32\xb5\x5d\x2d\x03\ \x18\xc5\x21\xc9\x44\x64\x3a\x89\x3c\x86\xf2\x0d\x50\xc3\x53\x0f\ \x27\x93\x43\xe6\xd0\x2d\xea\xa5\xcd\xb5\xcc\x19\xba\x6f\x00\x21\ \x93\x3c\x66\xc9\xb0\x2f\xd0\xc9\x94\x0c\x8b\x28\x23\x73\xe6\x81\ \xdd\x32\xf1\x60\x63\xed\xc1\x2b\xfb\xfa\xb9\x07\x9b\x77\x1f\xbe\ \x3a\x37\x63\x7f\xb8\x91\xc9\xa1\x64\x2c\x91\x51\x32\xb4\x3f\xca\ \x13\x15\x40\x09\xf0\x15\x88\x64\x13\x19\x9b\x6b\x13\x1b\xeb\x99\ \x96\xcd\x09\x5f\x14\x85\x2e\xf2\x22\x8f\x2d\x65\xd0\xd1\x28\x02\ \xca\x8b\x13\xf6\x0d\xec\x71\xbd\xf6\x6e\xf7\x7f\xf7\xec\xd9\xf9\ \xe5\x0f\xef\xdf\x5c\x1b\x75\x0f\x04\xec\xaa\xbe\x1d\x88\xfb\x3c\ \x40\xaa\xa6\x4b\x47\xa7\x47\xeb\x61\x4c\x59\x6c\x5e\x69\xfa\x17\ \x6c\x9a\x54\xa2\x51\xe8\x58\x72\xbd\x42\x2f\xd5\xda\x6c\x62\x4d\ \xb5\x2d\x5b\x6f\x33\x98\x94\x3c\x39\x8f\xab\x52\xe9\xa8\x2a\x5d\ \xb5\x5c\x63\x6c\xb0\x59\xbb\x6d\xd9\x72\xa6\x44\xa5\xd5\xeb\x6c\ \xbd\xd5\xe6\x6c\x43\xb6\x59\x0c\x54\x1c\xd4\x7f\x8e\xe8\x41\xc7\ \x54\x0e\xc0\x23\x38\x61\x03\x70\xea\xea\x3f\x8b\xd0\x57\x19\xd2\ \x19\xd8\xda\x3e\x95\x12\x9e\x12\x9a\x96\x02\x83\x77\x52\xca\xc6\ \x1d\x51\x0e\xf1\x69\x00\x92\xca\xc6\x81\x22\xbb\x3a\x95\x96\x9c\ \x32\xb5\x08\x17\xfd\x16\xa7\xd2\x16\xd3\xfa\x1d\x41\x86\x00\xc1\ \x92\x53\xe2\x43\x53\x30\x40\x3f\xc5\xa7\x84\x07\x47\x26\x08\x19\ \x54\x2a\x5f\xa5\x1a\xea\xdd\x57\xd9\x58\xd3\xd1\xa9\x93\x77\xf7\ \x46\xc2\xe7\x4a\x4e\x31\x5e\xd0\x29\x0c\x7a\x83\xd9\xa8\xeb\xaa\ \x6a\xeb\xea\x32\xf7\x19\xac\x75\x2a\x49\xdd\xf0\x8a\x8b\xda\xa6\ \x6f\xa9\xd3\x98\xad\x23\xbd\xa6\xe2\xb7\xbe\x6e\xf6\xa8\xab\xfd\ \x8b\x29\xf1\x65\xe3\x88\x95\xba\xfe\xd0\x14\xe8\xd2\x1e\x5e\x36\ \xb5\x58\x86\x4c\x9e\x4a\x81\xc1\xf3\xf1\xf1\xc8\x64\xee\xb7\x2b\ \xd4\xa9\x14\xa0\xe6\x70\x41\xdf\x66\xbc\x38\xf9\xeb\xb3\xcd\xe5\ \x2b\xf6\xe1\x7f\xa0\x1b\xf4\xf8\x6a\x7c\x16\xfc\xd6\x7f\x15\x2a\ \xd6\xab\xe3\x59\x7e\x40\xfd\xc5\x03\x16\x05\x83\xbb\xb0\xb0\x89\ \x01\x81\x85\xc5\xf7\x08\x22\x1e\x1f\x1a\x1e\x8c\x83\xde\x7c\xd8\ \x14\x1c\x1e\xc0\x5a\x14\x22\x2a\x12\xe9\x17\x1a\x8f\x8b\xc0\x01\ \xcc\x02\x30\x85\x8f\x8e\x82\x06\x74\x41\xb8\xa4\x88\x28\x18\x92\ \x13\x49\x8c\xc6\x13\x63\xa8\x71\x51\x41\x91\x31\xd1\x91\x71\x34\ \x2a\x1b\xe6\x67\x44\x33\xe2\x68\x42\x96\x50\x2a\xe4\x52\xf9\x52\ \xa1\x90\xc5\x8e\xa4\x32\x0d\x0d\x2d\x43\x42\x65\xcf\x88\xa9\xaf\ \xa9\xe0\xd8\xf5\x5f\x97\x03\x42\x26\x1a\x2b\xca\x5b\x0b\x73\x2b\ \xf7\xed\x2f\xe9\x2a\x68\xed\x1a\xc8\x39\xd0\x59\xf9\xdd\x5f\xd7\ \x2f\x96\x5f\xdc\x5f\x74\xac\xa4\x69\xff\xf5\xe3\xc7\x4f\x94\x1f\ \xea\x38\x78\x70\xf8\xc8\x8f\x6f\x03\x48\x13\x0f\x36\x5f\x7c\xdf\ \x64\xd2\xea\x1a\xea\xf4\x0a\x79\xd7\x3e\xa9\xb0\xca\xb9\x5c\xdc\ \x56\x73\xa2\xfd\x7a\x53\x6d\x73\x25\x2c\x7e\x1d\x29\x02\x38\x77\ \xb0\x62\x7f\x47\x51\x6d\x41\x4e\xfe\xfe\xbd\x05\x07\x0f\x15\xe4\ \x1c\xea\x28\x04\xbf\x23\x7f\xf8\xc2\xb7\x5f\x1f\xbb\xf0\xd3\x85\ \xdf\x7e\xfe\xe5\x97\x1f\xbf\x7b\xfc\xd7\xdf\x3f\xdd\x7a\xfe\xd5\ \xf3\x95\xa5\x89\x85\x31\x99\xda\x22\x92\xd1\xd1\xfe\x68\x94\xb7\ \x5b\x62\x7d\x6a\x7b\x7b\xfb\xa9\x6b\xb7\xaf\xdd\x7e\xf7\xee\xcd\ \x9b\xf7\xf7\xa0\x44\x74\x20\xd7\x0f\xdf\x7c\xb9\x67\xcf\xbd\xbc\ \x8d\xda\xb6\xe6\xc2\xce\x9e\x1a\x74\x7b\xaf\xae\xad\xaa\x41\xde\ \xd2\xdb\x62\xb5\x6a\x55\x1a\x9d\x46\x2a\x94\x68\x54\x62\x18\x31\ \x99\xc0\x60\x00\x08\x91\x68\xb9\x30\x85\x8b\xcd\x00\x34\x2b\x2e\ \x21\x22\x09\x17\x85\xf0\xc3\x24\x29\xa8\xd2\x6e\x95\x94\xc7\x07\ \x70\x25\x94\x6a\x75\x27\x4f\xbd\x6c\x8f\x05\x0c\xeb\x52\x2c\xfa\ \x7e\xc1\x86\x7b\x55\xd3\xd3\x1d\xa7\xa3\x62\xa2\x23\xa8\x12\x9e\ \x58\xa9\xb3\xb6\x74\x15\x1f\xfa\xf5\xf2\xdd\x85\xe5\xbf\xfe\x7a\ \xed\x72\xf6\xd1\xbd\x3b\xd7\x2e\xcd\xcf\x9e\x39\x33\xe7\x74\x17\ \x15\x82\xf2\xc9\x3b\x7f\xf6\xda\xcb\x3b\x2d\x1a\x66\x4c\x5c\x44\ \x84\x84\x49\x8b\x61\xe8\xa1\x5b\x11\x4f\xae\xe4\xc5\x49\xb8\x52\ \x00\x5b\x62\x16\x43\xaa\xd1\x18\x0d\xa6\x6e\x1b\xd8\xc7\x46\x06\ \x7b\x73\xfa\x7a\x8a\xf7\xed\x6d\x1b\xa9\xa9\x6c\xdc\x57\x9c\x5b\ \x58\xd4\x71\x10\xc6\x95\xdd\xfa\xcf\xd7\x47\x4e\x9c\xe8\xf8\xf6\ \xe9\xf3\xfb\x8f\x9f\xff\xfe\xe2\xd9\xf2\x53\x4b\x6c\xfb\xfb\x0f\ \x95\xf2\x2d\x4d\xbc\xeb\xd3\x97\xcf\x7a\xa9\x3e\xef\x50\xd8\xb9\ \x73\x3b\x3d\xc7\x81\x3c\x9f\xfa\xda\xb7\xd7\x04\x77\x7e\x6a\x71\ \x77\x78\x3f\xfc\xbb\x4e\xbf\x73\x2b\x14\x7a\xe7\x9e\x6f\x66\xa7\ \x67\xe7\xa7\x47\x47\x27\xf3\xda\xa7\x4b\x53\xf3\x26\x27\xeb\x61\ \x21\x2b\x35\x36\xc4\xcd\x75\x87\xb3\x87\x2f\x05\x25\x10\x58\x64\ \x1c\x8e\xa7\x07\xda\x1f\x90\x2b\x32\x00\x9b\x0c\x12\x09\x0d\x0d\ \xd5\xbd\xfc\xc1\x1f\x32\x53\x4d\x17\x2d\xbc\xca\xcc\x7c\x90\x11\ \xe0\xef\x4f\x11\x3c\x78\x66\x19\x93\x59\x64\x22\x68\xa5\x37\x96\ \x39\xb3\x36\xb3\xb4\xb6\xb2\xb0\xf1\x6a\x69\xfd\xdc\xe5\x07\x1b\ \x1b\x2b\xb0\x94\xb5\x21\xca\x24\x90\x1f\xc8\x02\x48\x02\x01\xd9\ \x23\x40\x40\x26\x70\x00\xba\x65\x4e\xac\xaf\xad\x59\xd4\x76\x3b\ \x67\x8c\x44\x00\xa0\xe8\x4b\x10\xac\xad\x2f\x89\x38\x22\xb4\x3f\ \x81\x1e\xf2\x7e\xf7\xae\x77\x9e\xee\xf3\x2f\xc1\xce\xe1\xe8\xda\ \x7b\x19\x16\x16\x92\x1e\x5b\xda\x5e\x5f\x3f\x3a\x19\x12\x7b\xea\ \xfc\xf4\xf4\xe4\x68\xfd\x68\x1e\x90\xb2\xe0\xb6\x2f\xb4\x42\xad\ \x4e\xaa\xd7\xcb\xa5\xdd\x86\x91\xce\xaa\xa1\x16\xad\x49\x65\xae\ \x53\x35\xd8\x8c\x52\x89\x98\xad\xd2\xd6\x59\x0d\x2a\x85\xd5\x9c\ \xad\x05\x07\xbd\xde\x04\x38\x8d\x50\x61\x56\xb4\x74\x75\x0f\xd6\ \x1d\xc8\x36\x6b\x83\xe1\x2c\x0d\x34\xee\xeb\x77\x14\xb1\x00\xee\ \xc0\x0a\x0f\xb8\x09\xe8\xc2\x7f\x60\x4b\xd5\x38\x9c\x73\x06\xfc\ \x0a\x46\x25\x27\xa7\x25\x87\xc3\x3a\xfb\x54\x4a\x32\x40\x08\x00\ \x5d\x65\x59\x57\xcb\xca\xae\x8e\x03\xd6\x05\xa8\x18\x34\xd0\x8b\ \x87\x1e\x0a\x40\x2e\xc2\xe0\xb1\x2d\x38\x58\x84\x8f\x0b\x0d\x45\ \x86\xa6\xf4\x87\x63\x23\xd8\xbc\x38\x2a\x9b\xaa\x95\x1a\xda\x06\ \x5a\x0b\x0b\x6a\x2a\xc4\xda\xa1\x6e\x0d\x32\x2b\x25\x2b\x25\x25\ \xa5\x30\x5f\x31\x62\x06\x2f\x7b\x70\xa0\xc7\xa6\x57\xaa\x5a\xaa\ \xcd\x4a\xd3\x60\xf9\xc9\x0d\x4f\xd7\x61\xbd\x6d\x24\xbb\x41\x67\ \xac\x3b\x4a\x77\x0b\xf0\xb8\x8c\x85\xc9\x11\xc9\xc9\xc9\x39\xdf\ \xae\x66\x05\x87\xa7\x94\x4d\xa5\xa5\x81\x17\xb0\x98\x9c\x9c\x96\ \x16\x1c\x0e\x3e\xb3\x70\xf1\x71\x87\xc7\x34\x57\x57\x43\xf1\x78\ \x0c\xee\xc7\xcc\x95\x93\x27\x57\x36\x4e\x2e\x93\x9e\xa6\xa4\xf5\ \xc7\x03\x78\x2b\x2b\x5b\x84\x8c\x72\x11\x80\xdc\x22\x6c\xd8\x08\ \x8f\x0e\x0a\x4d\x46\x42\xa7\x3e\xa0\x0d\xe3\x83\x31\x44\x4c\xb8\ \x1f\x12\x60\x0f\x0e\xf0\xb5\xa0\x60\x5c\xb8\x1f\x10\x85\x38\xbf\ \x70\x00\x62\xc1\x00\xdc\x42\xb1\x38\x5c\x50\x4c\x24\xcc\xc8\xc1\ \x45\x05\x45\x03\x6d\x18\x1d\x19\x4d\x8b\x06\x24\x8b\x88\x81\x99\ \x13\x91\x51\x31\x11\x31\x91\x31\x09\x91\x11\x51\x54\xb6\x90\x0a\ \x93\xa8\xb9\x34\x21\x9b\x09\x98\x86\x94\xca\x95\x43\x5f\x42\x2e\ \xdf\xd8\x72\xc0\xa0\x50\xd4\x0d\xf4\x76\x55\x1e\x39\x7d\xec\xe4\ \x5d\xd7\x1d\xff\xa9\x3d\x5c\x78\x3c\xbf\x7c\xdf\xe9\xfc\xdc\x43\ \x39\x95\xfb\x0e\x16\x95\xd7\x16\x36\x16\xdf\x3a\x7c\xac\xe2\xd0\ \x85\x8e\xe3\x07\x0b\x6b\x6a\xf3\x8b\x8e\x5d\xbf\x70\xe4\xe7\x43\ \xa7\x97\x33\xfc\xd5\x6b\x33\x57\xfe\x53\x3b\xd4\x60\xd2\x35\x98\ \x6d\x56\x43\x76\x6b\x8e\x90\x55\xe8\xb4\xdf\x54\xd3\xb7\x3c\x79\ \xa4\xb3\x76\x5f\x4e\x47\xc5\xbe\xf2\xe1\xda\xc2\x6f\x8f\x1e\x3a\ \x34\x7c\xbc\xa0\x71\xf8\x48\x6d\x7e\xc5\xf0\xc1\xa2\x9a\xca\xe2\ \xce\xfc\x63\x00\xb1\x0e\x7d\x7d\x0b\x80\xdf\xb1\x1b\x47\x8f\xdd\ \xf8\xfe\xe2\xb7\x17\x7e\x7e\xfe\xe3\xaf\xf7\x9f\xdf\xff\xf5\xaf\ \x1f\x9f\x2e\xaf\x6f\x2e\xcd\x58\x32\x32\x2d\x32\x34\xca\x4b\x44\ \xf7\xf5\x0d\x4c\x0f\x8b\x0d\x09\xab\x2f\xad\x9f\x1c\x05\xa7\xfa\ \xb3\xb7\xdf\xbc\xb9\x73\xe7\x11\x64\x5d\x7f\xfc\xf9\xc3\xce\xff\ \xfe\xf7\x8f\x53\xed\xb1\xf5\xbb\x5e\xe6\x98\x6d\x5d\x56\xa0\xb6\ \x9a\xad\xa6\x91\x6a\xbd\xce\xa0\xd2\x1b\x61\x10\x12\x37\x89\x06\ \x5d\x2a\x92\xb8\x2c\xa1\x90\x41\x63\xb3\x18\xd0\x45\x21\x86\x11\ \x87\x27\x22\xf0\x40\xb1\xb3\x94\x7a\xbd\x4e\xae\x90\x80\x5d\x98\ \xaf\x51\xd5\x49\x7f\x9c\x7c\x34\x9a\x7e\x6a\xf2\xfc\xed\x69\xe7\ \xaf\x4e\x2f\x10\x6a\x3a\x7f\x77\xa9\xc1\xd1\x92\x92\x62\x58\x5c\ \xb1\x5c\xa8\x34\x0c\x54\x1c\xf9\xee\xf8\x2f\xcb\x6f\x1f\xff\xfa\ \x74\x25\xf0\xe6\xa3\x37\x37\xe7\x46\x27\xcf\x9e\x99\x0d\xcc\xa0\ \xa7\xbb\xba\x25\x9e\x3f\x73\xe6\xce\x9f\x82\x04\x26\x0f\x30\x2c\ \xa0\xc4\xa9\x31\x52\x9e\x94\xaa\xe4\x09\x55\x62\xae\x54\x2a\x65\ \x83\x8d\xcf\x12\x4a\x00\xbc\x1b\xcd\x06\x43\x76\x77\x9d\xb6\xad\ \xe6\x40\x49\x67\x5b\xc5\x3e\x73\x57\x53\x6b\x4d\xcd\xde\xa6\x8a\ \x82\xe2\x9c\xd3\xdf\x77\x1c\xa9\xbd\x5e\x71\xec\xbb\x43\x17\x7f\ \x79\xfe\xfc\xfe\xd3\x95\x17\xcf\xd6\x32\x64\xe8\xd2\xfa\x8f\x80\ \xf5\x89\x60\x7d\xde\xd9\xf0\xb9\x5b\xcc\x87\x0a\xd4\xbf\xca\x59\ \xbb\x3e\xa5\xab\x6e\xd3\xac\x6d\xff\xab\x0f\x59\x3b\xdb\x3d\x0e\ \x9f\x25\x1a\x3a\x34\xe1\xa5\x53\xb3\xd3\xf3\xf3\xa3\xf3\xd3\xed\ \xf3\xf5\xed\x79\x79\xf5\xa5\x79\x21\x81\x79\x89\x21\xee\x6e\xae\ \x4e\xee\x1e\x28\x3a\x05\xa0\xcf\x98\x4c\x44\x21\xa0\x51\x14\x35\ \x1d\x5c\x05\x98\x92\x41\x27\x50\xc8\x40\x15\xd2\x09\x6a\x99\x85\ \xa2\x16\xcd\xc8\x2c\x77\x57\x2c\x04\x99\x8c\xbc\x76\xce\xbe\x6e\ \x59\xb7\x67\xd8\x27\x2c\xb2\xcc\x09\xcb\xcc\xd2\xc3\x73\x2b\x4f\ \x96\x9f\xac\xdd\x7d\xb6\xf9\x6a\x7d\xe3\xdc\x8b\xcd\x67\x13\xeb\ \x33\x19\x04\x94\xe5\x85\x85\x63\x97\x51\xd0\x64\x8e\x3f\xdd\x92\ \x21\xb2\xdb\xd7\xc0\x57\xb5\x8c\x03\xf3\xec\x65\x14\x7f\x0a\x47\ \x36\xb1\x60\xa7\xa3\xd1\x02\xb2\x80\xec\xed\x9d\xf8\xe7\x37\x67\ \x45\x16\x11\x9a\x80\xda\x71\xf6\xdd\x1f\xdf\xfc\x31\xed\x1e\xe8\ \x96\x0a\x04\x61\x7d\x69\x69\x7d\x29\x90\xed\xed\xd3\xb3\xa3\xe0\ \xc4\xd7\x5e\x9f\x07\x5e\xff\x17\x0a\x95\x56\xc2\x37\x9b\x55\xe2\ \x16\xb9\xb9\xb0\xa4\xda\x68\xb0\xda\x54\x0d\x3a\xb1\xb2\xcb\xa6\ \x32\x2a\x34\x7a\x43\xb6\xc1\x66\xd4\x36\x8c\xd8\x4c\x56\x95\xa6\ \x41\x37\x64\xd6\x9b\x8c\xaa\xee\x6c\x63\x75\x77\xb5\xc9\x1a\x33\ \x05\xc7\xfe\xc6\xa1\x01\x16\x8c\x8d\x18\x87\x3d\x57\x8e\xcc\x09\ \x38\xe5\xd7\x5f\x96\xd6\x3f\x55\x96\x92\xb2\x08\x90\x6a\xaa\x2c\ \x2b\x3e\x05\x68\xc2\x50\x18\x33\x9d\x92\x92\xb6\xb8\x08\x3d\x86\ \x01\xaa\x4d\x95\xc1\x01\x1e\x38\x89\x98\x06\xf0\x0b\x32\x17\x47\ \x0a\x18\xcc\xfd\x83\x0b\x8c\xfd\xab\x57\xa7\xe2\x53\xca\xb0\xc1\ \x08\x7c\x56\x16\x26\x3a\x92\xc1\x63\x25\x48\xcc\x52\xcd\x81\x03\ \x8d\xb9\x87\x6b\xf2\x8b\x6d\x5d\xd9\xd9\xc2\xb2\xc5\x94\xb2\x94\ \xb2\xb8\x0b\x07\x3b\x55\x62\x55\xb5\x1e\xf0\xc0\xfc\xbf\xba\xf4\ \x3a\x3e\x73\xe0\xdb\x8e\xf2\xbf\x33\xdd\xd7\xeb\x4c\x2a\xb9\xaa\ \xa1\xed\xb1\xaf\x8b\x3f\x25\xa3\x62\x35\x05\x66\x85\x4d\xe9\x97\ \x89\xe3\x29\xf1\x70\x15\x32\x2b\x25\x0d\x66\x5c\x67\xa5\xc1\xa8\ \xc0\xf8\x94\x34\x4c\x72\xd4\xf5\x25\xc5\x62\x16\x12\x8f\xc0\x07\ \x57\x3d\x01\xb2\x9c\x3c\xf3\xf6\x6f\xff\x57\x7e\x30\x41\x68\x6a\ \x71\x1c\x46\x7c\xf5\x2f\x66\xc1\x2e\xfd\xc5\xb2\xd5\xc5\x32\x7c\ \x50\x28\xa4\x59\x30\xe4\x19\x83\xc1\x21\xf1\x18\x04\x1e\x89\x0b\ \x0a\x4e\xc1\x02\x4e\x85\x27\x42\x1d\x88\x21\x22\x70\x38\x3c\x02\ \xb6\x99\x82\x0f\x44\x28\x06\x56\xbe\x82\x82\xa2\x82\x70\x7e\x78\ \x7c\xc2\xff\x23\xeb\x3b\xdc\xd2\xca\xd6\xaf\xc7\xae\x58\x63\x57\ \x50\x01\xa9\x22\x58\x50\xb1\xa3\xb1\x61\x7f\xec\x05\xbb\x58\x41\ \xac\x88\xbd\x60\x41\xb0\x26\xb6\xd8\x5b\x62\x8a\x71\x4c\x8c\x71\ \x74\xd4\x8c\x66\x1c\x4b\x26\xc6\x78\x13\x8d\x66\x72\xa3\x13\xef\ \x7d\x66\xee\x7f\xf1\xed\x8d\x69\xf3\xfb\xac\x1c\x04\x3c\x1e\x39\ \x8b\xb5\xde\xfd\xbe\x6b\xa1\x88\x24\x20\x20\x29\x28\x33\x14\xd5\ \x94\x6c\x4a\x22\x53\x6c\x1c\xdd\xec\xf0\x8e\x64\xb2\x83\xa3\x83\ \x87\x03\xd5\xcd\x96\xea\xe3\xeb\x11\xee\xec\xe2\xe7\xe3\xec\xe6\ \xee\x13\xe4\xe7\xec\x21\x14\x44\x46\x0b\xa4\x4d\xc2\xaa\xd4\xf5\ \x37\x5b\x8b\x46\x08\x83\x05\x0e\xa7\x20\xb3\x21\x35\xa3\xb7\x14\ \x36\x35\xd4\x8e\x74\x8f\xcc\xb4\x67\x67\xf1\xd3\xe7\x27\x0b\x06\ \x06\x0a\x38\x0d\x0d\xe9\x59\xd5\xdd\xa7\x67\x9f\x4e\x5f\x5c\x04\ \xb8\xd2\x97\x17\x16\xdf\xae\x35\x26\xe5\xc7\xc4\x46\xc7\x08\xf2\ \x3b\xaa\x45\xd5\x25\x1e\xd4\x16\xa5\xbd\xa4\x81\x9c\x0d\xc5\x92\ \x92\x9c\x4a\xfe\xe1\x6c\x26\xbc\xdb\xec\x48\x7b\x65\x43\x2f\xa7\ \x61\xa6\xbb\x21\xbd\x37\x95\xd3\x9d\x55\x9b\x0e\x78\x56\x37\xbf\ \x74\x66\x67\xa0\x77\x28\x7d\x64\x6e\x72\x75\x67\xe7\xe4\x74\x75\ \x6b\x73\xef\xec\xf0\xe3\x9b\xc7\x17\x7b\x9b\x67\x9f\x4e\xce\x16\ \x17\x2f\x8f\x8f\x87\x8f\x92\xa3\xa2\x3c\x43\x43\xe9\x56\x51\x74\ \x0d\x25\x79\x93\x34\x59\x6a\x4b\x79\xda\x9d\x7b\xf5\x77\xee\x3c\ \xf8\xe9\xb7\x7f\xcb\x0a\xf2\x90\x68\xfd\xe7\x3f\x77\x52\x6b\x9a\ \x22\x6b\x8a\x23\x83\x8a\x3b\x12\x63\x84\x45\x82\x98\xa6\x9a\x98\ \x18\x5f\xaf\xc0\x40\xbf\x70\x3f\x1b\x27\xd8\xcf\xe9\xe8\xec\x4c\ \xb1\x73\x23\x53\x5d\x9c\xdc\xa8\x18\x92\x1d\x1e\x45\xc2\xa0\xf0\ \xce\x02\x41\x78\xa0\x8f\x6f\xa0\xb3\x7b\x4c\x98\x4f\x7c\xb8\x5f\ \xe0\x64\xc4\x6f\x77\xf3\xee\x8c\x8d\xfd\x32\x2e\x77\x51\x99\x9c\ \xdc\xd4\xf4\x4c\x2d\x5a\x17\x45\x71\xb0\xb1\xa3\x78\x84\x87\x87\ \xb5\x72\x4a\x4f\xb6\x0a\xb3\x67\x5e\x1e\xac\xbd\x38\xbd\x8c\xb8\ \xf3\xef\xdf\x1f\x94\xa7\xfd\xf2\xeb\x68\xdf\xf0\xae\xb2\xb5\x3d\ \xa0\x58\x77\xff\xfd\xe7\xef\x29\x14\x1f\x0f\x27\xbc\x93\x13\xc5\ \xc6\xc1\x41\xe6\xa1\xe6\x0c\x44\x78\x48\x30\x9c\xf8\xf7\x73\x0f\ \x0f\x4e\x4a\x8a\x17\xf0\xa4\xc2\xc4\xc8\x9a\x44\x61\x67\x9d\xa8\ \xad\xa2\x36\xbb\xba\x59\x54\x95\x52\x92\x92\x9d\xd1\xc0\xef\x2e\ \x98\x69\x3f\x5c\x03\x07\xfa\xf1\xce\xc1\xa7\xcb\xb7\x27\x4b\xbb\ \x0f\xf7\x5f\xef\x3f\xb4\x50\x4c\xfb\x3b\x4e\xe5\x8a\x08\x5d\xff\ \x4e\x03\x7e\x19\x60\xfe\x87\x06\xfc\x3e\x43\xf5\xfa\x67\x05\x28\ \x1b\xb4\xf9\x6e\x60\xf0\x2a\x95\xfe\xbb\xf4\xd4\x6f\x5e\x58\x5f\ \xed\x1a\x64\xab\x89\x40\x13\xf6\xf5\x8d\x03\xc0\xba\x33\x56\x9f\ \xd7\x55\x0f\x94\x55\x44\x79\x84\x7f\x9e\xbd\xa6\xbc\xb5\xb9\x12\ \x02\x81\x35\x70\xf5\xbc\x39\x11\x15\x95\x10\x80\xc5\x5a\x18\xb8\ \x5a\xb9\x7a\x7a\x3f\x4c\x4e\x48\xc0\x1a\x10\xac\xac\x08\x9e\x9e\ \x3a\x74\x57\x82\x45\x68\x54\xe8\xfe\xd1\xee\xf1\x70\xcf\x44\x02\ \xfd\xe1\xd2\xc6\xee\xfe\x70\x8f\x77\x14\xdd\x35\xea\xe6\xcd\xb2\ \xdd\x8d\x8d\xa3\xd7\xef\x96\xce\x3f\x3c\xdc\x3f\x3e\xdf\xbe\x7f\ \x7e\x7e\xbe\xdd\xb3\x9d\x6c\x65\x61\xa9\x1c\xb5\x3d\x7c\xd3\xca\ \xc2\x9b\xe0\x69\x50\x16\x9a\x10\xb5\xbc\x31\x9c\x10\xe5\x6a\xa1\ \x43\xa7\x6b\xe9\x6b\x59\x79\x7a\x06\x94\x2d\x4f\x2c\xbb\x1a\x69\ \x18\x21\x10\x6a\xfe\xf5\xfe\x72\x69\x77\xd3\xd4\x35\x2c\x60\x5e\ \x98\x86\x5a\xda\x83\x51\x25\x65\x13\xcd\x88\x08\x7f\x7b\xc0\xaa\ \xfa\x06\x47\xc7\xca\xf3\xba\xc6\xba\xca\x01\xcd\x1a\x2c\x8f\x80\ \x0c\x2b\x38\x3a\xc8\x4f\xd0\x1a\x1f\x1b\x13\x1b\xc4\x2b\x0e\x8f\ \x8c\x0f\x0b\x4e\x8c\xf6\xf1\x48\x6a\xe2\x35\x25\xc5\xe7\xc7\x87\ \x85\xe4\xc7\x0b\xc1\xff\xa8\x26\xbe\xa4\x3a\x29\x26\x5c\x52\x2c\ \x91\x46\x26\x26\xf9\xc5\x36\x35\x09\xf2\x43\x58\x32\xe5\x06\x3b\ \xd8\x61\x6a\x33\x5c\xf4\xbf\x72\x6d\xe8\x67\x01\x26\xd2\x2f\x66\ \xb3\x60\x04\xab\x98\x29\x06\x14\x88\xc5\x00\x08\xc6\x06\x24\x8b\ \x01\xc3\x95\xd9\x6c\x06\x17\x20\xd4\x0d\x2e\x78\x83\xed\x4d\x32\ \x87\xe4\x7e\x00\x64\x5c\x31\x34\xc3\x9a\x86\x91\x14\x00\xaf\xe0\ \x4f\x9f\xb2\x98\x0c\xa0\xd3\xb4\x75\xc5\x80\xf1\xe0\xdd\x3c\xec\ \x9c\x62\x83\xa3\x25\xad\xc5\x45\x75\xe9\xb9\xbd\x9d\xad\x41\x61\ \x91\x3e\x00\x81\x18\x5c\x9a\xef\xcb\x14\xa0\x09\x79\xf1\xbc\xa6\ \x90\x4d\x6b\xa5\xe1\xf3\x8b\x37\x13\xe7\x2f\x0e\x2e\x36\x34\x8c\ \xea\x32\x2e\x2b\x63\x5b\x76\x5c\xb5\x02\xa2\x76\x2f\x23\xa7\xd9\ \x66\x80\x24\x99\x7e\x12\xc1\xc6\x04\x3d\x63\x1c\x0b\x08\x57\x40\ \xf1\x68\x68\xb6\x19\xec\xa4\x62\xc0\x70\x31\xfe\x65\xf0\x13\x31\ \xc3\xd8\x50\x57\x4f\x74\x7e\xfb\xe4\x93\x52\xc2\xb6\xe7\xf2\xb2\ \xdb\x53\x98\xe8\x03\x73\x0b\x65\x01\x1a\x50\xbd\xca\xea\x6c\x2c\ \x33\x14\x51\x4f\x4f\x1b\x89\x04\xca\x15\x30\x29\x43\x53\x58\xac\ \xd2\x35\xe4\x02\xf8\x42\x11\x91\x00\xc6\xb4\x75\x51\xba\x00\xa7\ \x64\x35\x79\x70\x85\xa9\x21\x0a\x4e\x38\x93\x1c\x48\x30\x61\x02\ \xe8\x42\x32\x11\x65\x88\xa2\xe0\x0d\x51\x54\x32\xb4\x07\xb0\x43\ \x92\x6d\x61\xd4\x04\xc5\xd6\xc6\x85\x6c\x0a\x00\xcb\xc9\xd7\xcb\ \xc7\xcf\x16\xa8\x42\x37\x17\x27\x77\xf0\x11\x99\x24\x15\x00\x81\ \x9e\x1f\x2d\x99\xb9\x7c\x37\xa1\xaf\x75\xb2\x3e\x7f\x3a\xfb\x6c\ \xa6\x72\x72\x8e\xc3\x19\xd9\xe1\x1c\x4c\x8e\x54\xf6\x96\xee\xad\ \x0f\x14\x64\x65\x4d\xbe\x9a\xed\xe6\xd7\x16\x64\x54\xb6\x97\xec\ \xbc\xfb\xf4\xea\x62\x03\xe1\x59\x76\x7e\xb2\xd7\x5b\xd4\xd1\x14\ \x29\x88\x89\x29\x16\x48\x24\x52\x51\x67\x6b\x87\xad\x5f\xbe\xfa\ \x62\x67\xe5\x54\x99\x49\x51\x6a\x43\x7a\xe5\xfc\xd4\xce\x4a\x41\ \x6f\x77\x03\x3f\xbb\x72\x20\x23\xb5\x34\x87\xcf\xef\xe6\x14\x72\ \x38\x55\x99\x23\x40\x21\x56\x56\x0e\x0d\x0d\x8d\xcc\xcf\x4d\xb5\ \x1f\xac\xcd\x3c\x7b\xf6\xea\xd5\xe9\xc1\xd6\xe1\x9b\x97\x5b\x6f\ \xdf\xbe\x3a\xb8\x38\x39\x3c\xd8\x3c\xdb\xd9\x79\x79\x7a\xb2\x76\ \x72\x72\xb1\xf0\x68\x69\xe9\xdd\xe2\xbb\x84\xe1\x87\xde\x58\x2c\ \xd6\xca\x55\x5d\x41\xeb\x47\x4b\x75\x4d\xf3\x88\xbc\xc1\xbb\xbf\ \xfd\xeb\xbf\xbf\xff\xfd\x07\xc0\xac\xe7\xf5\xd9\xd5\x45\x92\xc4\ \xfc\xfc\x62\x5e\x4d\x45\x62\x24\xaf\x46\xd2\x24\xaa\x49\xec\x90\ \xc6\xc7\xfa\xfa\x46\x87\xf8\x05\xfa\xda\xd8\x3a\xbb\x13\x4d\x01\ \x55\xc2\xdb\xb9\xdb\x39\xdb\x62\x80\x76\x46\x02\x88\x47\x45\x4b\ \x03\x7d\xdd\x9c\x7c\x7d\x02\xdd\xa3\x83\xc3\x13\xc3\x02\x63\x33\ \x4c\x7e\xfb\xb1\x1c\xc2\xe1\x3d\xeb\xa5\x6e\xd7\xcb\xc8\xc2\xc3\ \x25\xaa\xa1\x29\x99\xec\xe2\x6c\xe7\xe1\x17\x1b\xd3\xce\x99\xfb\ \x54\xba\xba\x92\x5b\xf0\x62\x76\x6b\xbe\xf7\x40\xee\xce\xef\xff\ \x2e\xcf\xfb\xed\x9e\xe5\x8f\xaa\x1f\xe9\x79\x8a\x96\xca\xf5\xe3\ \x3f\xfe\xf6\x77\x97\x9f\x6f\xb0\xbb\x03\x1e\xef\x68\xe7\x68\xe3\ \xeb\x1e\x1c\x18\x18\x1d\xed\xec\x15\x18\xec\xe3\xe7\x17\x62\xeb\ \x11\xe4\x1b\x22\x4a\x4c\x4a\x14\x24\xe5\xd7\xe4\x0b\x62\x9a\xa5\ \xad\xad\xd5\x25\x55\x39\xb5\x45\x39\xd9\xfc\x94\xaa\xca\x91\x52\ \x4e\x69\xc1\xd0\x48\xef\xcc\x9b\xd3\x93\xc5\xfd\x45\x40\x3d\x96\ \x2e\x3e\x3e\x3a\x5e\x3a\x1f\x9e\xc0\x76\x41\x42\x24\x2b\xb6\xcb\ \xc4\xde\xb7\xae\x84\xab\xca\xd4\x77\x66\x0b\xd7\xbf\x4c\xe8\x7c\ \x4f\xbb\xae\x7f\x2b\x5e\x5d\xff\x1c\xf1\xf5\xd5\xdf\xfd\x7b\xb3\ \xac\x2f\x6d\x5b\x5f\x17\x10\xe3\xfe\xea\xeb\x1b\x1c\xbf\x77\x67\ \x6c\xb0\x1e\x10\xac\xf2\x41\xff\x88\xb4\xf2\x34\x6b\x13\x79\x13\ \x4b\x25\x79\x75\x05\xac\x55\x68\x72\x28\xc0\x1e\x40\x7d\xac\x08\ \x56\xae\x09\x58\x57\xef\x28\x4f\x4f\x3a\x10\x72\xd8\x50\x2b\x23\ \xba\x91\x86\x7e\xe8\xf0\x70\xf2\xcd\xa3\xed\xd7\xbb\xfb\xf7\x8f\ \x3c\x93\x37\x5e\xdf\xff\x70\x7e\xdc\xd3\x33\x11\x55\xb6\x71\x3c\ \xbc\x7b\x3e\xbc\xfb\x68\xf7\xdd\xf9\xe5\xd2\xf1\xf9\xd2\xbb\xed\ \x0f\x1b\x1b\xaf\x27\x42\xa3\x12\x3c\x09\x26\x7d\x26\xde\x13\xb0\ \xcc\xe5\xed\x99\x10\xd5\x33\x31\xb1\xb1\xec\x5d\x16\xe5\xe9\x4a\ \x58\xf6\xc6\x5a\x81\x07\x27\x58\x25\x4f\x78\x86\xba\x6a\xc9\x21\ \x54\xcd\xfd\x61\x79\xca\xdf\x12\xa1\xa0\x88\x90\xb9\x22\x1b\x69\ \xa9\xc9\x9b\x28\x9b\x47\xf8\xfb\xdb\x43\x46\x55\x3f\x36\x3a\x06\ \x74\xec\xf8\x60\xdf\xd8\x78\x79\x1f\xc0\xac\xfa\x1f\x3a\x62\xa1\ \x4b\x5a\x6c\x5d\x98\xa4\xad\xd5\x2f\xbe\x65\x6a\xad\x39\x3c\x3a\ \x29\x3e\x92\x27\xe8\xe0\xe5\x27\x85\x84\x87\xc4\x16\x0b\x63\x12\ \xf3\x79\xbc\xfc\x92\xa2\x8e\x36\x89\x4f\x98\xb4\x2d\x31\x3e\x31\ \x38\x31\x91\xd7\x9c\x4f\x86\x23\xcd\xfd\x57\x41\xa8\x4f\xaf\xbe\ \x3c\x91\x09\x41\x31\xf7\x29\x5c\xe3\x63\x18\xf7\x3f\x65\x33\x65\ \xd9\x7f\xd3\xfd\xfd\xe2\xa7\xac\xe9\x7e\x80\x4d\x2c\x00\x5a\x68\ \x70\x35\x5b\xcc\x06\x30\xc1\x60\x41\x7b\x19\x99\xff\x0c\xfc\x06\ \xc0\x0a\xf0\x18\x99\x73\x32\xd8\x06\x2c\x06\x50\x31\x9a\x31\xcc\ \xa1\xc1\x33\xa7\x0d\x51\x18\x47\x1f\x47\x62\xa0\x8f\x30\x56\xd0\ \xd8\x91\x5d\x92\x9a\x5b\x1d\xee\x9b\xc4\x6b\x0d\x81\x11\x81\x0c\ \x5a\xec\x41\x67\x62\x8b\x54\x22\xe8\x68\x6e\x28\x2b\x1f\xef\xb3\ \x57\x93\x53\x33\x51\x92\x03\xaf\xee\xa9\x93\xfa\x27\x2d\xf3\x37\ \x6f\x2e\x9c\xbd\x9a\x5d\xf3\x7a\xca\x82\xb1\x8a\x99\x07\xe0\x0b\ \x9b\xc6\x30\x03\xf4\x0f\x10\x40\xee\x53\x70\x99\xa6\xab\x6d\x46\ \xd3\x36\xc6\x69\xa3\xaa\xce\x62\x9e\xb2\xc5\x7a\x7a\xc6\x0c\x5e\ \xcf\xcb\xb3\xfd\xe3\xed\xfb\x4a\x5a\xd8\x0c\x18\x06\xd4\xdf\xff\ \x84\x0b\xad\x07\x61\xaf\x98\xf8\x86\x0c\xba\xfa\xcd\x50\x24\x6d\ \x24\x0a\x4f\x32\xd6\xd5\x35\xc5\x19\x9a\xe9\x99\x99\xd1\x0c\xb5\ \x0d\x71\x7a\x48\x59\x92\x97\xb6\x36\xd0\x7f\xa6\xa6\x66\x7a\x18\ \x3d\x1c\x12\x09\xf3\x27\x90\x64\x0c\x05\x69\x6a\x4a\x44\x62\x00\ \xef\x22\xea\xa2\x50\x44\x8c\xa1\x1d\xde\x06\x63\x08\xe9\x15\x50\ \x87\xe0\x0c\xb3\xb3\x71\x00\x6c\xd2\xce\xd1\x41\x97\x8c\x77\x72\ \xb6\x75\xf6\xf5\x70\x83\x45\x77\x27\x1b\x5b\x1b\xe7\x68\x8f\x90\ \x10\x41\x78\x74\xa4\x4f\xf1\xe6\xe5\xfd\x25\x0b\xd7\xf6\x9c\xad\ \xf9\x57\x07\x2f\xd7\x4a\x1b\x66\xaa\x72\xe7\x2f\x57\x77\x36\x07\ \x72\x79\x61\x45\xa5\x2f\x37\x39\x29\x9c\x0c\xce\xd4\xc8\xd6\xe1\ \xc8\xca\x26\x3f\x63\x6f\xe7\xb5\x2b\x42\x67\x78\xe9\xb0\x37\xb7\ \x0e\x70\x93\xd8\x62\x41\xac\x50\x92\x58\x5c\x53\x04\x84\xa5\xb3\ \x4f\xfc\x70\x4f\xd6\xfc\x85\xb5\x7e\x51\xc5\xe4\x50\xc1\x48\xc3\ \x64\xc6\x54\x77\x6e\x16\xa7\xa2\x23\x83\xcf\xcf\x4d\xcd\xca\xcd\ \xcc\xcd\xad\x4d\x69\x9f\x9d\x9b\x9a\x5f\xdf\xbb\x51\x36\xce\x00\ \x00\x20\x00\x49\x44\x41\x54\xdb\xda\x5c\x9b\x9f\x9c\x1f\xd8\x99\ \xda\x7a\xb6\xb2\xb3\x39\x37\x7b\x7a\xb8\x77\x70\xb2\x75\xfa\x78\ \xe1\xf1\xc9\xed\x8f\x3b\xaf\x2e\xee\x9f\x9e\x9c\x9d\xbc\x79\x73\ \xf1\xf6\xe5\xca\xe6\xc1\xcb\x37\xaf\x4e\x2f\x16\x2e\x2f\xef\x5f\ \x2c\x2e\x2e\x1d\xdd\x3f\xef\x51\x56\x53\xb0\x32\x90\xf7\xaf\xbf\ \x73\xef\x17\x08\x59\xef\xff\xb0\x06\x3b\x59\x28\x6d\xaa\xe9\xe4\ \x45\xc7\x88\x24\xf9\x1d\xf9\xb0\xd3\x26\x29\x26\x29\xd6\xd7\xcf\ \x23\x28\xd0\xdd\xdd\xd9\xc3\xdd\x8d\x6a\xa3\x6d\x4a\x24\x92\x88\ \x4e\x78\x0a\x1e\x63\x87\x37\x45\x19\xa2\xb5\x29\xd2\x46\x5b\x1f\ \x0f\x67\x17\x5b\x40\x44\x3d\x62\x7d\x43\xa2\xfd\x86\x2c\x7f\x1c\ \xed\x1a\xbf\xfb\xeb\xaf\x3f\xdd\x99\x98\xf1\x5c\x15\x56\xbc\xcc\ \x40\xa1\x48\x14\xa2\x03\xd5\xc6\xcd\xc9\x27\x27\x27\x65\x68\xa0\ \x26\x65\x68\xa4\xf4\xc5\xcb\x37\x3b\xdd\x05\x4b\x06\x77\x7f\x05\ \x6c\xec\x17\xfb\xfa\xb1\xc5\x4b\x4d\x75\x4d\x4d\xcd\xf1\x07\x77\ \xff\x7c\x7e\x62\xeb\xeb\x66\x6b\xe3\xe0\xee\x8e\xb7\x73\xf6\xf5\ \x09\x89\x0e\x74\x0e\x06\xc8\x19\x66\x63\xe7\xe3\xe7\xe3\xe7\xee\ \x16\x12\x1e\x1e\x93\x14\x99\xd8\xd8\x14\x59\xdc\x2c\x95\xb4\x36\ \x8b\xda\x5a\xaa\xdb\xaa\x2a\x1a\x53\x73\x72\x39\xf3\xcf\x06\xb2\ \x67\x0b\x0a\x86\x56\x9e\xad\xce\xed\x6c\xde\x3e\x5b\x7c\x74\x72\ \xb2\x70\x7e\xfc\x70\x79\x7b\xe9\xf8\xa7\xb8\xaf\x69\xf4\xdf\x9b\ \x32\x7c\xcd\x4b\xfd\xc6\x90\xbe\x43\xa8\xef\x02\x55\xbf\x73\xbf\ \xba\xfe\x15\xf0\x54\x54\xbe\x37\x75\xff\xce\xdf\xe1\xcb\xa0\x8f\ \x4a\x5c\xdc\xdd\xb1\x3b\xa3\x0f\x1e\x3c\x18\xeb\xab\xef\xcb\x4b\ \xcb\x93\xb9\xf8\x45\x58\x5b\xca\x2b\x9b\xc8\x1b\xe9\xb8\x02\x1e\ \x45\xf7\xee\x01\x28\xe3\x6a\x41\xb0\x0a\x75\xc5\x7a\x7b\x62\x09\ \xa1\x51\x01\xfa\xf4\x80\x28\x6f\x02\x5d\x8b\xee\x49\x9f\x98\x08\ \x3d\xba\xdc\x1f\x3e\xea\x49\x28\xdb\xdf\xf6\x5c\xda\xed\x59\xde\ \x5d\x1e\xf6\xee\xd9\xe8\x39\x1a\xde\x7e\xfd\xf0\x43\x72\xcf\xf1\ \xcd\xd7\xcb\xc9\x37\xb7\x6f\xf6\x6c\xdc\x7c\x78\x73\x39\x61\xff\ \x61\xc2\xf2\x43\xac\x4e\xd9\x51\x19\x94\x7f\x9e\xf4\xb2\x89\xe3\ \xb2\xe1\x9b\xf4\x9e\x64\x3a\x3d\xe1\x66\x54\x80\x6b\x68\xa8\x3e\ \x21\x74\x3b\x19\x8b\xc0\xba\x2a\x98\xd8\xdb\xe7\xd5\xd7\x03\x16\ \xd5\x65\x6e\x0f\x73\x5d\x61\x8f\x96\x95\x9a\xbc\xb9\xb2\xbc\x89\ \xb5\xb5\xff\x60\x5e\x5a\xb9\x7f\x5e\xdf\xe0\xdd\x07\x63\x0f\x46\ \x47\x1f\x8c\x0f\x8e\xf7\x01\xd0\xfd\xa1\x33\x29\xbf\x23\x2c\x29\ \x29\x3f\x5a\xd8\x29\x0c\xf7\xca\x4f\x7d\x99\x21\x49\x6a\x12\x36\ \x49\x12\xeb\xa2\xc3\x43\x42\x60\x3d\x33\xbc\xb8\x25\xb5\xb6\xa8\ \xb5\xa8\xae\xba\x2d\xde\x2f\xa4\x58\x94\x0f\x9e\xeb\x35\x4d\x6d\ \x6d\x02\x9c\x6c\x00\x47\x56\x70\x9f\x7e\xfa\x84\x0b\x94\x21\xb4\ \xc4\x02\x74\x85\x0d\x70\xa9\x9f\xcd\xe4\xd2\xd8\x4f\xa7\xfb\x59\ \x2c\x26\x8d\x06\xa3\x27\xf4\x70\x7a\x66\x10\xa4\xc4\xd3\x37\x18\ \x38\x1c\x03\xe0\xc4\x34\x40\x0a\x31\xc0\x29\x26\x1c\xee\x13\xcb\ \x7c\x47\xa7\xa7\xa7\x99\x70\x06\x5a\xe6\x91\x05\x57\xef\xc4\x2c\ \x06\x8e\x45\x43\xeb\xe2\x51\xd3\x68\x24\x11\x3c\x8f\xc8\x7e\x7e\ \x49\xb1\x1d\x25\x85\xb9\xb9\x95\xed\xf3\x6d\xe1\x49\xbc\xa6\x36\ \x27\x36\x93\x29\xee\x47\xb7\x9c\xd5\x08\xf2\xa5\xfc\x99\xc9\x81\ \x8b\x88\xfa\x88\x08\x39\x7d\x0d\x05\x05\x55\x13\x7f\xf3\xcc\xfc\ \xf6\x9a\xda\xa3\xe3\x67\x2b\x53\x9b\xb7\x27\x42\xb8\x2c\x36\x83\ \x1d\xb4\x44\x86\x42\x12\x6d\x66\xc6\x84\xc5\xb5\x7e\xf1\x93\x7e\ \x2e\x8d\x89\x32\xd5\xa3\xe1\x00\xc8\x68\x37\x5c\x86\x3f\x11\xd3\ \xb4\x49\xa6\x66\x35\xc9\x5b\x8b\xbb\x97\x56\xaf\x87\xcb\x26\x1e\ \x31\x21\xfd\x83\x55\x36\xf8\x37\x3f\x05\x0a\x17\x76\x44\x80\xbf\ \x94\xa1\x8d\xc4\x63\x74\x89\x24\x5d\x53\x92\xa1\xa9\xa9\xb6\x29\ \x0a\x68\x40\x0c\xc0\x2d\x6d\xe8\x1a\xa3\xab\xad\xa7\x6d\x68\x8a\ \x02\xec\x0b\xa5\xad\x6d\x83\x32\x35\x86\x09\x6a\x30\xc5\xd9\x0c\ \x03\xb3\x25\x48\xe0\x12\x86\x84\x22\xe2\xc9\x0e\xa6\x78\x3c\x85\ \xe2\x80\xc4\xd8\x50\xc8\xb6\x0e\x14\xc0\xb0\xa8\xce\x0e\x14\xc0\ \x29\xdc\x3c\x60\xcf\xa8\x8f\x07\xac\x5f\x51\x01\xf3\x72\x8b\x96\ \x08\x05\xc1\xe1\x49\xa9\x6f\x4e\x5e\x3c\x54\xef\x49\x6f\x1c\x99\ \x9c\x9f\x5a\x3c\x2c\xe8\xcd\x5c\x99\xe7\xa7\xcc\x6f\x75\xcf\x4c\ \x15\x64\x17\x49\x53\x66\x66\xe6\x1b\x32\x2b\x7b\x67\x27\x57\xe6\ \x36\x77\x56\xe6\x66\x76\x0e\x1f\x7a\x97\x5d\xce\xa5\x67\x94\xd4\ \x49\x92\xa2\xf3\x23\x93\x04\xc5\xc5\xa2\xc8\xa6\xe2\x0e\x5e\x75\ \xa6\x7b\x60\xdb\x3e\xa1\xf0\xa2\xac\x7c\x3b\xb7\x32\x85\x9f\x91\ \xd1\xce\xa9\xad\x2a\xe5\xa4\x17\x64\x70\x52\xf8\xed\xdd\x03\x9c\ \xdc\xac\xc2\x94\x0c\xce\xd6\xce\xea\xd6\xe1\xd9\xcb\xc3\xbd\xbd\ \xf5\xb9\xd5\xcd\xb5\x95\xb5\xbd\xbd\x97\x87\x9b\x87\x6f\xce\x4e\ \x5e\xde\xfe\x78\xf9\x76\xe1\x2d\xe0\x54\x0b\x17\x9f\x96\x96\x16\ \x97\x8e\x1f\xed\x9e\xbf\xdb\xdf\xd8\xff\xf0\x7a\xf1\xed\xed\xdb\ \x1f\x2f\xce\x4e\x4e\x3e\xbd\x39\xfd\x78\x76\xf6\xf1\x0d\x60\x1f\ \x65\xca\x69\x11\xf5\x77\x7e\xfd\xf3\xcf\xdf\xdf\xbf\x7f\x30\xc0\ \x99\xab\xcc\x6c\xcc\xc9\x68\x29\x8e\xe5\x35\x0a\x3b\x05\xbc\xf8\ \x10\x9e\x90\x97\x14\xeb\xe7\xe5\xeb\xec\xe3\xe3\xec\xe8\xe2\x64\ \xeb\x48\x86\x87\xcc\x01\xef\x40\x25\x13\x89\xe0\x98\xa1\x0c\x8d\ \x8d\x75\xdd\x72\x24\x2e\x49\xbe\xce\x2e\x2e\x1e\x40\x2c\xfb\xfa\ \x25\x85\x87\xec\xa5\xfd\xf8\xa0\xaf\x6b\xec\x97\x5f\x1f\xdc\xf5\ \x3e\x1d\x6e\x0d\x91\x54\xc6\xeb\x12\xa9\x44\x1b\xaa\xad\xbb\xad\ \x6f\x51\x7a\x43\x51\x6b\x4b\x5d\x66\x76\xc6\xc0\xb3\x17\x2f\x0e\ \x76\x52\xe6\x1f\x3d\xd4\x1c\xbc\x73\x77\x6c\xcc\x7a\x0c\xf1\x48\ \x43\xce\xb2\x5c\x0b\x51\xee\xff\xe0\x8f\xdf\x22\x6d\x3d\x3c\x5c\ \xbc\xa0\xcf\x8c\x9d\x8f\x57\x78\x88\x4f\x18\x80\x42\x9e\xaf\x97\ \x5f\x60\x6c\xb0\x5f\xb0\xbb\x47\x71\x70\x2c\x10\xe4\x91\x3c\x69\ \x87\xa8\x55\x24\xe1\x15\xe7\xb7\x35\x8b\x5a\x1a\x73\x73\x2a\xaa\ \x32\x4b\xd7\x16\x9e\x75\x8f\xf4\x4e\x8e\x8c\x4c\xad\xec\xec\xec\ \x1d\x9e\x7d\x5c\xbc\xf8\x70\xb4\x31\xb1\x34\x6c\x41\x1f\x8c\x53\ \xf9\x66\x80\xf5\x5d\x91\x5d\x45\xe5\x6b\xd5\xea\x6b\x6f\xc2\x37\ \x3b\x86\x6f\xa4\x4b\xe5\x2b\x60\x5d\xfb\xff\x7d\x48\x55\xfe\x61\ \x98\xac\xf2\xa5\xd0\x05\xd7\x09\xff\xf3\xfb\xd8\xe8\x68\xdf\xe8\ \xe8\x20\x34\xc4\xaa\x4f\x03\x6f\xfe\xd6\xfe\x40\x0f\x6a\xca\xab\ \x6a\x69\xb9\x86\xba\x5a\x59\x04\x84\x46\x79\xd3\x2d\xb4\xb0\x01\ \x74\x57\x57\x82\x55\x80\x85\xa7\x37\xb8\xe4\x1d\x10\xd5\x43\x27\ \x04\x78\x5b\x59\x05\x24\xf4\xbc\xbe\x19\xe0\x69\xa5\x4f\x77\x0d\ \x35\x00\x12\x31\xb9\x27\x80\x4e\xb0\x4a\xf0\x76\xb5\x70\x75\x05\ \x98\xf4\x70\xbb\x0c\x30\x29\x57\x18\xd9\xe5\x7d\xf3\xe6\xfe\xc3\ \xe5\x8d\xe5\x0f\x1f\x60\x18\xfd\x6e\x32\x01\xc6\x15\x7a\x7b\x27\ \x4f\x94\xc1\x3a\x3d\x81\x1e\x40\xf7\x0e\xb0\xd0\x77\x0d\xb0\x3a\ \x3a\xd2\x57\x86\x95\x4d\x4b\x13\xcb\x88\xf2\xf2\x34\x80\xa4\xd6\ \x79\x26\xe6\x8a\xfa\x01\xde\x06\x04\xba\xa6\xb5\xb2\x92\xb2\x3c\ \x00\xd6\xae\xc1\x07\x63\x11\x11\x5d\x7d\x80\x1d\xde\x19\xfd\xf1\ \xd7\x1f\x01\x70\x8d\x8e\x8d\xfd\xe0\x1b\x1e\x1b\x53\x2c\x8a\x97\ \xf0\x84\x92\xba\x68\x3f\x8f\xe0\x90\xf8\xce\xd6\xc4\xc4\x90\xa4\ \x98\x90\x68\xa1\xc0\xcd\xdd\xcb\x27\x24\x4c\x20\xaa\xa8\xaa\x96\ \x48\xb3\x9a\xab\x63\x3a\x45\x89\x9d\xad\xc5\xc5\xad\x4d\xd2\xba\ \x46\x5b\x99\x77\xbb\xcc\xaf\x4f\xe6\x10\x23\x4b\xbd\x01\xdb\xff\ \x03\x48\xc3\xe6\x02\xa9\x24\x06\x10\x46\x43\x9b\x81\x77\x1c\x6c\ \x5a\x87\xa1\x56\x38\x34\x9a\xa6\x07\xd0\x81\xcd\x32\x83\xb5\xef\ \xfe\x7e\x1c\x93\x05\xce\x7f\xa6\x18\x76\x3b\xc0\xa1\x9c\x7e\x31\ \x60\x3b\x40\x74\x41\x89\x08\x9b\xe1\x61\x65\x4c\xcc\xc2\xa1\x01\ \xef\xd0\xe3\x9a\x91\x00\xb5\xf7\x72\x0a\x8b\x69\x91\x88\xa4\xa9\ \x19\xe9\xbd\x05\xdd\x3e\xc1\x21\x82\xaa\x0e\x0a\x93\x89\x66\xe1\ \xcc\x0a\x47\x9a\xab\xf8\x80\x04\xa4\xf4\x6a\x59\x6b\xda\xfb\xdb\ \x2b\xaa\x6a\x2a\x83\xff\x4c\x4a\xa0\x20\xb6\x6a\x36\xa5\xf0\xe0\ \xf4\xf1\x51\x3b\x97\x05\x7e\xa3\xe1\x59\xd1\xff\xd8\xb4\x7e\x36\ \x83\x89\x46\x33\x00\xe2\x00\xb8\x64\x33\xc5\x68\x33\x43\x63\xb4\ \x19\xd4\x6e\x19\x1f\x24\x40\x12\x22\x29\x86\xda\xb1\x84\x9d\x37\ \x0b\x09\x96\x17\x4b\x09\x26\x65\x68\x26\xd8\x2d\x40\x25\xd9\xe2\ \xe9\x27\x62\xd8\xb2\x21\x03\xdc\xe9\x7e\xa6\x21\xd0\x81\x64\x12\ \x91\xac\x6b\xac\x4d\x26\x9b\xa2\x74\xd1\x38\x5d\x58\x4e\xd7\x46\ \xea\xd2\xa0\x1a\xd4\x33\x36\xd5\x03\x52\x51\x17\xdc\x08\x43\x34\ \xd5\xc6\x90\x28\x36\x24\x24\x06\x83\x72\xa0\x90\x30\x78\x3c\x95\ \x02\x4e\x41\x98\x5e\x65\x43\xc1\x90\x1d\xa1\x53\x9d\x9d\x03\xf8\ \xc0\xd8\x3a\x39\xd9\x50\xdd\x00\x83\x70\x83\xce\xe2\x2e\x4e\x8e\ \xee\x1e\x2e\x6e\xbe\x36\x64\x1b\x27\xc7\xa6\x62\x41\x7c\x45\xfb\ \xcb\xb5\x45\x2b\xef\xc3\x8b\x9d\xcd\x83\xad\x83\x97\xb3\xf3\x23\ \x93\x93\x7b\x6b\x0d\xfc\xf6\x8b\x57\x93\xab\x33\x05\xcd\x45\xb5\ \xd9\xe9\xdd\x3b\xfc\xc9\xad\xcd\xd3\xc7\x3b\x5b\xa7\xa7\x27\x1b\ \x8f\xb2\xdf\x9c\xbc\x3d\xc8\x6d\x02\x7a\x32\x26\x29\x8c\xc7\x8b\ \x4e\xcc\x2f\x96\xd6\x74\x08\x9b\x8a\x45\xb9\x1e\x81\xa9\x27\xf6\ \x53\x17\xf4\x1f\x6f\x57\x67\xe6\xb6\x55\x65\x67\xb5\xe7\xa4\xb7\ \x73\x46\x46\x86\x2a\x39\xfc\xda\x8c\x8c\xf4\xac\xac\x0c\x4e\x7a\ \xe9\xe4\xfc\x2a\x80\xa8\x67\xeb\x9b\xeb\xab\x3b\xeb\x7b\xaf\x06\ \xd6\x5f\xbe\xda\xdb\x7a\xb9\x79\x7a\xf1\xf6\xe4\xf1\xc9\xc9\xd9\ \xe3\xcb\xc5\x85\x0f\x0b\x0b\x0b\x4b\xbb\xcb\xfb\x47\x1b\xa1\x06\ \xf4\xd0\xe5\x8d\x0d\xa0\x1f\xc0\xf3\x78\xe3\x78\xf1\xf5\xa3\x4f\ \x97\xe7\xf7\xef\x2f\x4f\x80\x27\xad\x9c\xf5\xe8\x4f\x63\x7d\xa3\ \x3f\xfd\xfe\xfb\x1f\x7f\xbe\xcb\xed\x6d\x98\xe5\x64\xd6\x16\x36\ \x77\x24\x8a\xda\x3a\x63\x82\x9b\x12\x8b\x63\xc2\xe3\xe3\xc3\xc2\ \x7d\x82\x7d\xbc\x3c\x9c\xc8\x76\x54\x70\x64\x28\x76\x54\x8a\x03\ \x9e\x84\x31\xd5\xc5\xc0\x2e\x5c\x6d\x5d\x43\x52\x71\x7b\x10\x25\ \x50\xe6\x8e\x15\xec\xe1\xe5\x16\x18\x1b\x14\xf9\xc2\xfe\xee\x8f\ \xa3\x83\x63\xbf\xdc\x1b\x1b\xc5\x2e\x9e\x44\xe7\x77\xb4\x39\x18\ \x1b\xda\x80\x03\xeb\xe2\x16\x9c\x5b\x58\x95\x5d\xd5\x54\x24\xad\ \x68\xa8\xca\xe8\x7e\xf1\x6a\x6b\x73\x64\xe0\x64\x75\x4a\xae\xeb\ \x97\xbb\xa3\x69\x9a\xf6\xaf\x35\xd4\xac\x07\xe5\x5d\x0d\x14\x2c\ \xc7\x7f\x3e\x22\x7a\x04\x3a\xc1\x55\x42\x3f\x37\xaa\x9b\x5f\x74\ \x48\x74\x50\x64\xa2\x20\x32\x24\x24\xd8\x2f\x24\x36\x32\x3f\xdc\ \xcf\xd7\x8b\x2f\x08\xe3\x75\x8a\x84\x02\x61\xbc\x50\xd0\xd4\xdc\ \xd6\x56\xd7\x59\x54\x9b\xda\x58\x32\x93\xc3\x9f\x7f\xf4\xe8\xe0\ \xd9\xb3\x91\xcd\x9d\xd5\x67\xa7\x6b\xaf\x2e\x96\x3e\x7c\x58\x3c\ \x3f\x3e\xbe\xf8\xe0\xaf\x31\x18\xf7\xd5\x8d\xf5\x1f\xd5\xaa\x2b\ \xa0\xfa\x8c\x57\xdf\x98\xd6\xff\x31\xb8\xfa\x26\x20\xaf\x52\x26\ \xfe\x61\xe7\x7e\x4d\xe5\x7b\x9c\xfa\x3e\x98\x02\x52\xac\x5b\x77\ \xef\xdc\x7b\x30\x3a\xd6\x97\x57\x9e\x97\x57\x9f\x97\x56\x5f\x0f\ \xd4\x96\xbc\xa5\xb5\x89\xb2\xa5\x3c\x42\x9f\x80\xd0\x97\x43\xa8\ \xd3\xb5\x8c\x74\x14\xb4\xf4\x2d\xb0\x04\x2b\xcf\x50\x02\x96\xa0\ \x0f\xf4\x7b\x80\x55\x80\xb7\xa7\x81\x95\xab\x81\x7a\x42\x82\xac\ \xf1\x8a\x6e\x41\x30\x30\x32\x52\xc0\x5a\x00\x4c\x4b\x48\x08\x35\ \xf2\x0e\x0d\x48\x4e\x0e\x0d\x7d\xb8\x1c\x30\xb1\x9d\x30\x1c\x15\ \x1a\x05\x2d\xb1\x8e\xcb\x42\xc1\x7f\x7b\xff\xf8\xf8\xf5\xf6\x76\ \xcf\xcd\x80\xe4\x00\x2b\x2c\x1d\x3b\x71\x73\xb8\xcc\xd3\x80\xee\ \x4d\x57\xd7\x21\x84\x3e\xdc\x3f\x1e\x9e\x48\x50\x30\x51\x53\x94\ \xd3\x8c\x88\x30\xf1\x87\x2e\x5d\x5d\x5d\x79\x30\x33\xd1\x52\x9d\ \x60\x60\xa0\x61\xa9\xa9\xac\x28\x9f\x16\xe1\x9f\x07\x94\xec\x60\ \x17\x0c\xfd\x49\xf3\x1f\x1f\xbd\xf7\xe3\xdd\x3b\x77\x46\xef\x8c\ \x8f\xff\x20\xe9\x90\xc2\x6e\x67\x61\xbe\xa4\x26\x3e\xdc\x2f\x56\ \x92\x94\xd4\x22\x4d\x4a\x8c\xcf\x6f\x12\x25\x89\x6a\x78\x81\xbe\ \x31\xbc\x0e\x5e\x58\x58\x7e\xb5\x54\x98\xd3\xd8\x59\x23\xe8\xa8\ \x2b\x11\x15\x4b\x1a\x45\xc5\xc2\x58\xf6\x55\xa4\xf3\xb4\x6c\xd6\ \x19\x48\xa3\xff\x5d\x79\x62\x89\x01\xc7\x82\x79\xee\xd0\x87\x8f\ \xcd\x34\x36\xe3\xa2\x8d\xd9\x34\x9a\xb1\x1e\x13\x47\xc3\x01\x62\ \x85\x63\xa3\x99\x62\x26\xe4\x5f\xd3\x4c\x16\xf4\xf4\x7b\xca\x80\ \xf3\x2e\xd3\x40\x2e\x8a\xa1\xbb\xfb\x34\xeb\x09\x4c\x9e\x86\xf5\ \x6d\x80\x80\x5c\x58\x25\xba\xc1\x44\xd3\x48\x64\x32\x06\xad\x8d\ \xa1\xd8\x3a\x78\x39\xba\x00\x4c\x95\x48\x1b\x0b\x33\xf9\x99\x19\ \xad\x31\xd5\x45\xa9\x15\x42\x12\x0b\x4d\xa3\xd1\x48\x53\x4b\x6f\ \x33\x72\x2a\x3a\x3a\xc2\x73\x1f\x9a\x03\xec\xb6\x07\x30\x2e\x6f\ \x6d\x9e\xeb\x2b\xa8\xc8\xed\xdd\xbb\xec\x71\x55\x75\x25\x3f\xe5\ \x32\x71\xb8\xac\x33\x9c\x98\x35\xcd\x62\xa3\x19\x62\x80\xa4\x62\ \x18\xf7\x2c\x66\x8a\x19\x7a\x0c\x3d\x33\xb0\x8f\x66\xda\x95\x47\ \xd2\x1b\x62\xa6\x19\x86\x68\xec\x1c\xb0\x79\xb8\x1b\xa5\xbf\xf0\ \x8e\x1e\x41\xd7\x65\xd3\x70\xd0\x1a\x95\x05\xa1\xb4\x9f\xc5\xbd\ \x01\x2d\xea\xb9\x62\xd8\x55\xc1\xc5\x61\x28\x40\xd4\xa1\xb5\x0d\ \x6d\x90\x86\x48\x63\x63\x8c\x03\x12\x89\x34\x36\x33\x46\x02\x91\ \xa8\x6d\x66\xa8\x6d\x6c\xac\x47\x32\xd6\x43\xeb\x99\x22\x31\x64\ \x53\x98\xe1\x85\xc1\xe0\x01\x48\x21\x4d\x91\x0e\x14\x07\x0c\x06\ \x70\x2c\x12\x19\xe5\x80\xc7\x00\x06\x45\xb1\xb3\x73\x71\xa4\x3a\ \x3b\xda\xda\x52\x50\x36\xb6\x76\x1e\x3e\x4e\xce\x54\xaa\x53\x58\ \xb8\x0d\x78\xe1\xf7\xf1\x73\xb4\x93\x84\xfb\xe5\xe7\x54\xa4\xcc\ \xcf\x6c\x2d\x2d\x9f\xac\x6d\x9d\xbe\x79\x31\x32\xf2\xe9\x22\xa3\ \xfb\xd9\xce\xab\x9d\xf9\x94\x86\x94\xf5\x37\xeb\xab\x93\xfc\xc8\ \x8e\x26\x5e\x4c\xf6\xdc\xe6\xcc\x05\xf8\xc3\x3f\x2c\xcd\x9d\xba\ \x5e\xb6\x64\x35\x4c\x5d\x4c\x15\xf1\x8a\x13\x63\xf2\x13\x6b\x24\ \x82\xa4\x44\x69\xbc\x54\x90\x5f\x23\x88\x69\x99\x09\x0e\x9a\xbc\ \x6d\xf2\x71\x5b\xa9\xbc\xa2\xa5\x3a\x25\x37\x37\x3b\x33\x6b\xa8\ \x32\xa5\xb2\x20\x33\x3d\xbb\x28\x3b\xb7\xa8\x96\x33\xd7\x3e\x34\ \x34\xf2\x6c\x67\xed\xc5\xc1\xe9\xdb\xb7\x87\xcf\xde\xbc\xd9\x9b\ \x5f\x7d\x35\xbb\xf3\xf1\xf4\x14\x00\xd6\xdb\xd3\xb7\x9f\x16\x3e\ \x02\xc9\x07\xe8\xd5\xc9\xc2\xfd\xa5\x8d\xfd\x80\xfd\xb2\x04\x4f\ \x75\x75\x04\x02\xa1\xa6\x24\x07\xa7\xc3\xb0\x0a\x08\x39\x05\x55\ \x79\x13\x13\x65\xf3\xb4\x7b\xff\xfd\xfb\x39\x3c\x33\x6f\xfd\xfd\ \xef\xdf\xee\xfd\xaa\x9c\x32\x37\xcb\x9f\x4d\xaf\xa8\xad\x6b\x04\ \x2f\x9a\xb5\x15\xf1\x31\x82\x90\xe8\xa4\x10\x9f\xf0\x70\x3f\x5b\ \x3f\x1f\x1f\x37\x37\x3b\xaa\x9d\x0d\x06\x63\x83\x07\x6f\x48\xa2\ \x9e\x99\x29\x09\xda\xf4\x98\x19\x9a\xfa\x54\xd6\x51\xc9\xd1\xbe\ \x1e\xe1\xbe\x4e\x4e\x54\xe7\xc0\xf0\x68\x8f\xc8\x37\xca\xa3\xbf\ \xfe\x34\x3e\xf6\xd3\x8f\xe3\x83\xd8\xfb\xa5\xee\x49\x2d\x5e\xda\ \x7a\x64\x1b\x1b\xaa\x9d\x8b\x5b\x23\xa7\x4e\x52\xc3\x6b\x2d\xa9\ \xa8\x2a\x28\xac\x9d\xdb\xdc\x5b\x2f\xc8\x4e\x6d\x1f\xea\x5e\x34\ \xea\xbb\xf3\xcb\xa0\xaa\x7f\x94\x4e\x97\x42\x9a\x9c\x77\x80\x89\ \xea\xc1\xf2\xbf\x44\x48\x2f\x3f\x98\xf9\xe5\xe6\xe6\xec\x18\xe2\ \x1c\x16\xec\x13\xe3\x17\x19\x16\x1d\x1c\x18\x1b\x1b\x1e\xdd\x14\ \x13\xeb\xe3\x11\x94\x98\x94\x5f\x5c\x1c\x5f\x57\x98\x2f\xec\x14\ \x49\x45\x25\x55\x6d\x29\xd9\x85\xd9\x55\x19\x9c\xcc\xdc\xa1\xa3\ \x9e\xa5\x47\x97\x07\xeb\x2b\xf3\x93\x9b\x4b\xcb\xe7\xc7\xfb\x4b\ \x0b\x4b\x37\x7b\x94\xad\x55\x7f\xbd\xc2\x93\x2f\x2d\x57\x2a\x9f\ \xbb\xde\x65\x43\x3a\x2a\xdf\x89\xbe\xeb\xd7\xbf\x94\xce\xbf\x8c\ \xdd\xa8\x7c\xa7\xf9\xae\x5d\xbf\xf6\x8f\xad\x2f\xe5\xf6\xeb\x5f\ \xbe\x5d\x71\xb5\x2f\x98\x25\x6b\xc5\xfa\xed\xde\x9d\x7b\x80\x60\ \x81\x53\xbf\x3c\x22\x02\x00\x81\xb9\x89\x89\xbc\x09\xa0\x37\x96\ \x69\x96\xf2\x8a\xaa\x72\xaa\xea\x1a\x08\x55\x0d\x75\x35\x0d\x35\ \x55\x03\x2b\x82\x05\xdd\x00\x8b\x35\xd2\xc7\x12\x74\x8c\x2c\xe8\ \xa1\x04\x23\x82\x27\x81\xe0\xe9\x49\x37\x80\x1a\x11\x6b\x85\xf5\ \x0c\xf0\xf4\x2c\xbb\x19\x00\x90\xc8\x33\xb4\x27\x79\x7f\xc2\x33\ \xa0\x2c\xd4\x33\x2a\xd9\xdb\x7b\x22\x20\x21\x79\x78\x63\x79\x78\ \xd9\xa0\xac\x6c\x7f\x7f\x7f\xa2\x6c\xb8\x27\xb9\x27\xc1\x35\x20\ \x79\x22\x39\xe1\x61\x02\xb8\x97\x51\xa8\xb7\x2b\xdd\x7b\xe3\xf5\ \xf1\xe2\xe2\xeb\x0d\x03\x39\x0d\x2b\x2c\x02\xe6\xf7\xd8\xa7\x95\ \xa7\xf5\xd5\xe7\x59\xfa\x47\xa4\x45\xe4\x01\x55\x6e\xa0\xa1\x24\ \x27\x6f\x6e\x59\x1e\x61\x0f\xf4\x2b\xec\x77\x2d\xef\x1a\x1f\xf4\ \x07\x30\x7b\x17\xa8\x5a\xe8\xf4\xfc\x03\x87\x9f\x5e\x13\x2f\x91\ \x74\xe6\x37\xf1\xda\x3a\x9b\x44\xb5\x52\x81\x40\x98\x18\x2e\x8c\ \x91\x00\x54\xea\x28\xee\xa8\xe6\x34\xb4\x4b\x24\xb1\xbc\x8a\x2a\ \x51\x5b\x5b\x6d\x55\x7e\x4b\x45\xa7\xa8\xa5\x46\xd8\x92\x95\xe1\ \x07\x11\xe9\xc6\x34\x9c\xc4\x7b\xf2\xbf\x1b\x62\x59\xca\x20\x4c\ \x95\x80\xd3\x2e\x37\x00\xfb\x78\x3a\xcd\x66\xe2\xd0\x34\x2e\x97\ \xc1\xc4\xe9\xe1\xcc\xcc\x58\x2c\x33\x6d\x34\x03\xcd\x64\x72\x61\ \x73\x3a\x17\xc7\x86\xc0\xc6\xa4\x31\xc4\x70\x5a\xe7\xaa\x1f\x0b\ \x22\x00\x20\x69\x62\xa8\xb4\xa0\x23\x3c\x94\x8f\x00\x1a\xc4\x38\ \x2e\x83\x4c\xd6\xc3\x10\x89\x40\x30\x11\xdd\x03\x7d\x78\xc2\x20\ \x5e\x7e\x4d\x6b\x4e\x69\x66\xc9\x40\xf6\x24\xa7\xa3\x31\x2b\x04\ \x3c\x2a\x97\xcd\x70\x5f\x58\x2b\x96\x54\x48\xf2\x83\xeb\x96\xf3\ \x1e\x8c\xa5\xf9\x5b\xda\x47\xf8\x2b\xe9\xac\x72\x4e\x81\x48\x19\ \x5e\xde\x8e\x32\x68\x66\x31\xd9\x4c\x74\xe0\x07\x8f\x1b\x70\x41\ \x80\xc6\x32\xc4\x41\x70\x65\x4f\x03\x0d\xcb\x80\x19\x83\xc6\xda\ \x68\x63\x26\x5a\xbb\xf4\xbc\xed\x7f\xfd\x5c\x33\x53\x8a\xb1\x53\ \xcf\xe1\x5a\xc2\xf2\xbb\xf5\x89\x0d\x05\x1d\x37\x2e\x0d\x07\x6e\ \xc4\x06\x0a\x96\xc5\xe5\xe2\x58\x30\xae\x0c\xec\x29\x00\x2c\x63\ \x1a\x53\x8f\xe8\x48\xc2\x20\x4d\x75\x29\x86\x70\x5c\x90\x84\x31\ \x84\xa3\x6e\x48\xd8\xeb\xa0\x0b\xf4\x0b\xd2\x58\xd7\x0c\xad\xab\ \x8b\x24\xa2\x30\x44\xa4\xa1\x36\x0a\x4f\x26\xa2\x88\x24\x32\x06\ \x8f\xc4\xe0\xa9\x48\x14\x52\x17\xf0\x33\x32\x91\x4a\xc6\xdb\x90\ \xec\x9c\x28\x54\xb2\x8d\xa3\x87\x8b\xad\x0d\x91\x4a\xc5\xbb\xf8\ \xfa\xd8\xba\x3b\xb9\xb9\x78\x39\xf9\x05\x39\xfb\x85\x78\x39\xb5\ \x49\xc2\x43\x0a\x67\xf6\x36\x1f\x85\x2e\xbc\x39\xb8\x5c\xdd\x3c\ \x58\x7f\xd6\xdd\x3b\x32\xd2\xbe\x77\x31\x3f\x77\x7a\x78\x38\x3b\ \x7f\x36\x3f\xbf\xf5\xf2\xe5\xde\xde\xec\xb3\xc7\x9b\xed\x2f\x16\ \x0e\x5f\x5e\x5c\x5c\xce\x4c\xc8\xd5\xf2\xd6\xf7\x67\x77\x38\x52\ \x9e\x20\x3e\x31\x31\x32\x06\xbc\x24\x35\x15\xe7\x17\xc7\x36\x49\ \x85\x89\xd5\x7b\xbe\x3e\x8f\x43\x55\x37\x42\xf3\x3c\x5b\xda\x53\ \x2b\x07\xe6\xf9\xb9\xb9\xdd\x95\xed\xa9\xb9\x80\xc5\x0e\xa5\x64\ \x94\xf6\x4e\x6d\xce\x8f\xcc\x4c\xce\xcf\xef\xbc\x9c\x5f\xdb\x39\ \x00\x2c\xeb\xcd\xe1\x8b\xd9\x37\x27\x5b\x8f\xdf\x7c\xba\xbc\xfd\ \xf8\xe2\xcd\xc7\x47\x17\x67\x8b\x97\x1f\x16\x1f\x2d\x2e\xbd\xbb\ \x7f\x9e\xbc\xdb\x33\x11\x15\xa5\xaf\x21\x27\xaf\x2c\x5f\x5e\x5e\ \x5e\x3f\x36\xfa\xe0\xd7\xff\xfe\xfd\xf7\x1f\x3f\xc3\x40\x42\x70\ \x22\x3d\xff\x9a\x78\xfc\xd7\xdf\xff\xba\x5f\x3a\x57\x50\x90\x91\ \xda\x98\xdd\xd6\xd1\xd4\x2c\x6c\x6d\x8a\x4d\x0a\x8c\x0c\x8b\xf7\ \x70\x0e\x76\xf3\xf2\x72\x77\xb7\x25\x3b\x41\xb2\x43\x44\x91\x49\ \x00\xd1\xf5\x88\x48\x53\x43\x8c\xa1\x21\xd2\xd0\x14\xef\x5c\xc4\ \x89\xc5\x38\x02\x60\xf3\xf2\x71\xf2\x75\xf3\xf0\xf5\x71\xf4\xf1\ \xd9\xd4\xec\x02\xd2\xe1\xce\xaf\xbf\x74\xe5\x61\x77\x78\xee\xf9\ \x49\x64\x86\xae\x8d\xbb\x9d\xa3\x93\x47\x47\x76\x73\x5d\x0d\x2f\ \xbe\xb5\xa3\xb3\xa3\xa2\xb3\x98\x33\xc3\x1f\xe1\x0f\x95\x36\x74\ \x67\x4c\x1e\x05\x98\x8f\xdd\xb3\x96\x97\xb7\x1c\x47\x18\x4d\x78\ \x1b\xf5\x59\x15\x8b\x76\xad\x1d\xec\xdc\xbd\x1c\xed\x88\x4e\x6e\ \x81\x30\x82\x22\x86\x17\x1f\x9d\x94\x98\x1f\x13\x1b\x1b\xc9\x8b\ \x2f\xce\xe7\x05\x45\xf2\x82\x63\x84\x89\x82\x24\x61\x0d\x0f\xec\ \x73\x4d\x6b\x23\xbf\xb1\x30\xbd\x8a\x93\x52\x3a\x93\x99\x9b\x5b\ \xf9\x32\x94\x1e\xd5\xf3\xe1\xd3\xed\xc3\xbd\xb7\xc3\x01\x1b\x4b\ \x67\x8f\x6e\x2a\xe4\xf9\x23\x4c\x7e\xbb\xf6\x7f\x8a\xe8\x32\x70\ \x82\x43\x96\x5f\xc7\x9b\xff\xd9\x84\xf5\x7d\x77\x96\xca\x3f\x5a\ \x1c\xbe\xe7\x60\xd7\x55\xbe\xb8\x5f\x7d\xc5\xab\xcf\x77\xfb\xfc\ \x03\x95\xb8\xf7\x0f\xc6\xc7\xc6\xcb\xeb\xc1\xc9\x9e\x17\x91\x66\ \x6d\x6f\x6f\x6d\x6e\xa2\x69\xae\xa8\xac\xa9\x04\x80\x4b\x5e\x09\ \x01\x27\x93\xe5\x14\x34\x0c\x74\x74\x10\xea\x46\x04\x0d\x25\x2d\ \x2b\x7d\x75\x7d\x23\x84\xa2\x91\x85\x9a\x3e\x1d\xab\x43\xf0\xc4\ \x12\x86\xb1\xfa\xb0\xaf\xca\xc8\xd5\xd5\x3b\x2a\x0a\xd6\xbd\x7a\ \xa2\x42\xbd\x09\xde\x01\xc9\x09\x51\xa1\x9e\xa1\xde\x09\x74\x7a\ \x68\xb2\x6b\x19\x3d\xb9\x0c\x4b\x88\x22\xf4\x78\x87\x96\x85\x7a\ \xdf\x3c\x2e\xdb\x85\x49\x38\x3d\xc3\x0f\x13\x12\xa2\xca\xac\xe8\ \xf4\xa8\xd0\xe5\xd7\xe7\x4b\xaf\x17\x2f\x8e\x96\x8e\x75\x94\x55\ \xd5\xe4\xb4\xe4\x35\x95\xfc\xfd\xfd\xa1\x07\xaa\xaa\x8e\x7f\x57\ \x1f\xa0\x7e\xe6\x26\xf2\x08\x39\x4b\x79\xcb\x34\x7f\x4d\x79\xfb\ \xbe\x2e\xff\xbe\xc1\x2e\xf0\xf4\x19\xcb\xb3\xee\xea\x1b\x1f\x1c\ \x1c\x4c\xf3\x2f\x8f\xf8\xa1\xad\xba\xb3\x51\x22\x15\x76\x44\x87\ \xd4\x74\x0a\x44\xf9\x75\x55\x75\xcd\xd2\xe2\xe2\x58\x41\x4c\xa2\ \xa0\xa3\xb5\xa2\xa6\x71\x76\x27\xa3\xba\xa2\xb9\xb9\x96\x93\x9b\ \x9e\x0b\x5e\x05\x33\x0a\xdb\x5a\x5a\xb2\x1b\xab\xb2\xd2\xdd\x64\ \x03\x34\x4f\x68\x62\xe8\x84\x25\x1b\x1e\xbc\x01\x7b\x11\x9e\x3e\ \x65\x40\x33\xd1\x27\x4f\xb8\xd0\x1e\x5d\xcf\x78\x1a\x48\x3f\x6d\ \x33\x36\x40\x05\x86\x98\xc1\x40\xb3\xc4\x4c\x26\x0d\xf6\x5e\x72\ \x69\x40\x61\x4d\xb3\x98\x66\x5c\xe8\x86\xfc\xa4\x9f\xf9\x94\xcb\ \x06\x5a\x52\x36\x87\xc8\x65\x3f\x85\x23\x89\x32\x2f\x87\xa7\x80\ \x6f\xb1\xd9\xd0\xe7\x80\x84\xd2\xd3\x46\x69\x93\xdc\x82\xe0\xec\ \x3e\x60\x79\x25\x99\xb9\x9c\x22\x4e\x41\xe1\x24\xbf\x76\x36\xdb\ \x09\xe6\xce\xeb\xe1\x78\x6f\x2f\xb3\xaa\xeb\x78\xa2\xee\x87\x7d\ \x3f\x8e\x77\x59\x9a\x77\xa5\xc5\x04\xbd\xd3\x30\xd2\xd1\xd0\xb1\ \x4a\x48\x76\x45\x6c\x31\x8c\x99\x0c\x16\xea\x2d\xe7\x09\x53\x0c\ \x87\x7a\xc4\x38\x26\x97\xdb\x2f\x5b\xd1\xe4\x82\x8b\x80\x5e\xd1\ \xd0\x0c\x36\xce\xac\xb6\x87\xff\x44\x4c\x33\xd5\x73\xd0\x75\x49\ \xde\x3b\x21\x1c\x5d\xec\x18\xe9\x98\x9b\x88\xb8\x68\x40\xbf\xd0\ \x66\xe0\xbe\xdc\x7e\xd8\x3d\xf6\xa4\x1f\x8a\x5f\x26\x97\x6d\x86\ \x63\x18\xa3\xec\x1c\x48\xba\x18\x14\xc6\x58\xcf\x50\x8f\x48\xd4\ \x05\xfb\x4a\x42\x39\x98\x69\x1b\x9a\x41\x88\x42\xea\xa2\xd0\x80\ \x20\xc2\x88\x09\x53\x8c\x29\x09\x89\xc4\x93\x50\xa6\x64\xb2\x0d\ \x49\x0f\xe3\x00\x6d\x19\xc8\x78\x3c\x91\x42\xa2\x52\x00\xef\x72\ \x72\x71\xb0\xb3\x01\xb4\xc2\xcd\xd9\xc5\xd1\xce\xd1\x91\x6c\xe7\ \xe8\x4c\x75\x77\x72\x77\x73\xf6\x0a\xf3\x0b\x4f\x8c\x75\x11\xa4\ \x0b\x9b\x66\x57\xce\xca\x7a\x0e\x76\x5e\x5d\x9c\xce\x8e\x4c\x36\ \xac\xcc\xf5\x8e\xb4\x4f\x9d\x3e\x5e\x9d\x5c\x9d\xbf\x58\x38\x39\ \x59\xaf\x1c\x58\x99\x99\xdf\x7c\xb1\xf5\xec\xe2\x70\xe5\xc5\xd9\ \xa7\xf3\x4f\x97\x47\x88\xde\xa0\xce\x95\xa9\x94\xec\x56\x51\x71\ \x78\x71\x3c\x2f\x12\x40\x83\x30\x29\xbf\x31\x3c\xb2\x43\xd8\xda\ \x51\xb8\xe5\x6e\x97\x61\x24\xbf\xab\x30\xf6\x38\x9b\x5f\x99\x5d\ \x99\x55\x09\x63\x1b\xba\x53\x52\x1a\x7a\x27\xe7\x26\x27\xd7\xb7\ \xe6\x9e\x4d\xcd\x0d\xac\xae\x3d\x5b\x79\x7b\xba\xb7\xb5\xf9\xe2\ \x74\xe1\xf6\xd9\xd9\xe9\xed\x85\x8f\xb7\x5f\xdc\x3e\xb8\xf8\xf4\ \xe9\xf1\xc9\xc5\xa3\xc5\xc5\xc5\x47\xef\xf6\x8f\xee\x1f\xed\x6e\ \x83\x27\x71\x68\x14\x9c\xd7\x97\xf7\xff\xd7\x5f\x30\x83\x02\xbc\ \xcc\xc3\xbc\xf6\xe7\xb2\x20\x86\xeb\xb7\x7e\xbe\x8a\x55\xbd\x1a\ \x88\x7e\x3d\x30\x53\x3a\x92\x9e\x5e\x90\x5a\x53\x2b\x6d\x6e\xee\ \x6c\xe6\xe5\xc7\x46\x06\x05\x05\xf9\xf8\xd8\xba\xf9\xda\xda\xba\ \xd9\x02\x3d\xe8\x40\x41\x61\xa8\x44\xb8\xb4\x4a\x41\x02\x6e\x8a\ \x42\xa1\x90\x64\xc7\xf0\xc2\x66\x27\x92\x8b\x1b\xd5\x0b\xa0\x55\ \x70\xb0\x9f\x97\x1b\xd5\x96\x77\xa2\x36\x7e\xf7\xde\xbd\x07\xbf\ \xfc\x3a\xe6\xbf\x51\x6d\x17\x1d\xef\x81\xa4\x99\x52\xbc\x82\xdc\ \xdc\x84\x59\x1d\x9d\xc5\x82\xfc\x4e\xa1\x24\xbf\xb8\xb1\xad\x25\ \x77\x66\x60\x68\xa8\xbb\xb4\x60\x72\xb2\xf7\x64\x18\x1b\xf1\xcb\ \xb8\x89\x7f\xbd\x62\x1a\xe1\x99\x45\x7d\x5e\x41\x71\x89\x54\xa1\ \x01\x65\xeb\xee\x65\x43\xb5\x0d\xf6\x72\xf3\x09\x8f\x17\x74\x24\ \x26\x09\x9b\xa2\x13\x85\xbc\xa4\x56\x69\x53\x47\x62\x74\x10\x2f\ \x49\x50\xdc\x2c\x8d\x49\xac\x09\x91\xe4\x57\x17\x56\x55\x64\x66\ \xd4\x96\xe4\x56\xa5\x66\x76\x73\x52\x33\xf9\xa5\x53\xdb\xae\x6a\ \x6a\xae\xfb\x8f\x16\x4f\xb6\xe9\xfb\xef\x2e\x1e\x6a\xf4\xe5\xe9\ \xe8\x77\xfd\x06\x73\xce\x64\x46\x0a\xd7\xbe\xcb\x69\xbe\xf5\xd7\ \xad\xf7\x3f\x7f\xe9\xbd\xfa\x0c\x38\xd7\xbf\x84\xce\xff\xff\x96\ \x57\xdf\xa2\x52\xbf\xaf\xb7\xab\x7c\xd7\x54\xfa\xb9\x84\xff\x35\ \xee\x0b\xbe\xdd\x1d\x1b\x1f\x05\x04\x0b\xc8\x41\x38\xde\x12\x61\ \x29\x13\x1e\x4a\x0a\xf2\x96\x30\xa0\x59\x5e\x49\x51\x51\x09\xa1\ \x2a\xa7\xa0\xa3\x8e\xd0\x52\x20\xa8\xcb\x11\xe8\x5a\x16\xae\x58\ \x75\x25\xac\x95\x41\x82\x85\x81\x85\x95\xb7\x77\xd9\x72\x28\xe0\ \x56\x56\x74\x6f\x80\x47\x0f\x01\xf0\x60\x5d\xad\x2c\x0c\x0c\x0c\ \x08\xae\x65\x80\x70\x61\xad\x00\x13\x8b\x4a\x48\xa0\x0f\x47\x79\ \xd3\xb1\x46\x06\x51\x09\x00\xd2\x7a\xa2\x76\x8f\x8f\x27\x96\x97\ \x3f\x1c\x6f\xec\x6f\xbf\xdb\xd8\x78\x48\x4f\xd8\xbe\x7f\xfc\xe1\ \xd1\xbb\x85\x47\x67\xef\x26\xce\xef\x97\x21\x94\x60\xf6\xb4\xbd\ \x92\x82\x3f\xd8\x27\xcb\x7a\x65\x1d\xfb\xae\xf2\x08\x6b\x35\x2b\ \x39\x45\x39\x65\xc0\xb3\xba\xe4\xe5\x15\x23\x1e\x8c\xfb\x97\xa7\ \x8d\x8d\x8d\x8e\x8d\x8e\x03\x72\x68\xdd\x37\xf6\x00\x30\x2c\xff\ \x1f\x22\x9d\x3d\x5a\x05\x82\xd6\xb6\x92\x22\x49\x7e\x53\x52\x4c\ \x93\xb4\xba\xa5\x59\x28\x94\x74\x4a\x24\xbc\x9a\xc6\x16\x9e\xb0\ \xb3\xb0\xb5\xb5\xb1\xb9\xa4\x30\xa5\x34\x35\x57\x52\x54\x92\x59\ \x54\xd5\x98\xc3\x49\x2d\xaa\x28\xc6\x01\x56\xc5\xbd\x32\x71\xbf\ \x8a\xa4\x87\xd9\x11\x70\x34\x98\xdd\x2f\x06\x30\x03\x28\x08\x83\ \xcd\xd5\xa6\xa1\x81\x66\x02\x67\x78\x3f\xdb\x8c\xc5\xa0\xa1\xcd\ \xa6\x99\xc6\x0c\x1a\x8e\xc6\xc6\xd1\x68\x0c\x1a\x5c\x9e\x63\x32\ \xfb\x19\x4f\xa0\x3f\x0d\x5c\x7d\x83\x23\x2f\x2c\x99\x9e\xbc\x71\ \xa3\x9f\x0d\xd8\x1b\x20\x6b\x40\x25\x3e\x15\x1b\xeb\x92\x51\x24\ \x22\x52\x0f\x45\xa2\x3a\xb9\x05\x87\x84\x44\x17\x4b\xb2\x73\x9a\ \xb3\xd2\x53\x33\xba\x53\x73\xaa\xaa\x3a\x73\x72\x3d\x00\x55\x62\ \xd0\xf4\x72\x6e\x2e\x70\x52\x8b\x87\x3e\xbe\xf6\xef\xeb\x1a\xef\ \xca\x8b\x78\x4d\x0c\xda\xda\x56\x93\x57\x54\x34\x57\x0b\xd0\x4f\ \xb0\x61\xd3\x8c\x71\x8c\xba\x25\x6d\xb0\xa3\x2c\x36\x9b\x85\x83\ \x9d\x57\x34\xb0\x1f\xfd\xb0\x1b\xab\x1f\x80\x15\x93\xc1\x04\x80\ \xd5\x76\xd4\xfa\x84\xa5\xa7\xab\x87\x32\xb3\x75\x3d\xd9\x39\x5d\ \x5c\x58\xda\xf5\x56\xb4\xae\x98\xc6\x31\x59\x34\x9a\xa1\x19\xec\ \xd0\x17\xcb\x72\xab\xe1\x40\x34\x0b\xec\x1e\xda\x98\x66\x68\x4a\ \x22\x51\x4c\x01\x85\xd2\xd6\x46\x61\xc0\xbe\x6a\x23\x91\x28\x8a\ \x29\x46\xe6\x20\x8a\x84\x30\x05\xf3\xe9\x75\x49\xda\x66\x14\x24\ \x11\x60\x15\xc9\x10\x20\x30\x19\x8f\x22\x53\x1d\x88\x0e\x14\x8a\ \x8d\xa3\x03\x99\xe4\x44\x46\xd9\xda\xd9\x02\x4d\xe8\x60\x47\x75\ \x71\x0c\x74\x0f\x77\xa1\x52\xf0\x76\x44\x3c\x99\x42\x72\x77\x8f\ \x4f\x0a\xa9\x49\x0a\xaf\x11\x95\x66\xb7\xb6\x9f\xd2\x0d\x3e\x1e\ \x7e\x7c\xb5\x03\x14\xd9\xca\xb3\xf9\xad\xc9\x8c\x99\xa1\x95\x57\ \xcf\x1e\x7f\x3a\x7d\xf1\xf2\xd3\x9b\xa9\x57\x67\x7b\x73\x53\x0d\ \xb3\x9b\x3b\x6f\x76\xd6\x5f\x7c\x3c\x7c\xf1\xea\xa6\x85\x41\x8e\ \x6f\x64\x55\x73\x73\x4a\x51\x4a\xdb\xed\xd4\x0a\x49\x75\x4b\x55\ \x67\x73\x8b\xa4\x23\x31\x30\x2c\xd0\x36\x4c\xd8\xd9\x1e\x16\x7c\ \x62\xaf\xe5\x3a\x9e\x97\x92\x91\x9a\x9a\xd2\x9b\x9d\x53\x52\x9b\ \x93\xd3\x30\x50\xc0\xe1\x77\x4f\x4d\x4e\xce\xbc\x9a\xd9\x2c\x98\ \x9d\x5a\x9d\x9b\x5f\xdb\x3c\x7b\xbb\xb3\x75\x78\x72\x7a\x02\x94\ \xe1\xc1\xe9\xc5\xc5\xe9\xab\xd3\xc7\x8b\x27\x67\x17\x27\x4b\xe7\ \x8b\x1f\x8e\x8e\x8f\x77\x8f\x97\x1f\x2e\x87\x12\xa2\x02\x5c\x35\ \x54\xf3\xfe\xfc\x0b\x76\x0f\x5d\xe5\xb3\x83\x2f\x32\x9c\x82\xf3\ \xcf\xb2\xf0\x67\xb0\x0d\x31\xeb\xe7\x85\xa1\x81\xf4\xa1\xca\x42\ \x7e\x8e\xa8\xb1\xa5\xa5\xad\x45\x28\x6c\xe5\x05\x7a\xf8\x86\x3b\ \xb9\xf9\x05\xb9\xbb\xb8\x3b\xda\xd9\x51\x01\x90\x63\xec\x28\x28\ \xb8\x9e\x01\x74\xb6\x21\x1c\x07\x20\xdb\xfa\x08\xdb\x22\xed\x30\ \x5e\x81\x76\x2e\x5e\x5e\x49\x89\x7e\xe1\x91\x1e\xee\xce\x4d\x2f\ \x2d\xd2\x7e\x82\xc5\xd9\xbb\x5d\xd6\x0b\x36\x8e\x92\x40\xb2\x99\ \xb1\xae\x5b\x47\x51\x47\x75\x4a\x47\x2c\x2f\x46\xd0\x21\x49\xca\ \xaf\xe9\x10\x36\xb7\xe4\xcc\xf4\xce\x4d\x95\x72\x4a\x2b\xbb\x4b\ \x07\x46\x6e\x27\x77\xfd\xf4\xe0\xce\xa8\x92\xbc\xfc\x23\xc5\xd1\ \xe5\xe2\xac\xec\xa2\x75\x7d\x5b\xaa\x9b\x53\xa0\x0b\xd0\xe0\x8e\ \xee\x5e\x41\x89\x2d\x92\xe2\xf8\x8e\xd8\xf8\x58\xa1\xb0\xad\x08\ \xd0\xb4\xc4\x7c\x5e\x52\x7e\x62\x53\x9d\xb4\xb8\x06\xbc\xc2\x57\ \x4b\xf2\x1b\x8b\x72\x6a\x6b\xeb\x24\xa9\x99\xed\x8d\xa9\xa5\x9c\ \xde\xcc\xee\x37\x3d\x08\x13\x35\x57\xab\xe5\xdd\xe5\xa5\x93\x63\ \xe5\xb1\x3e\x55\x03\xf9\xf1\x5f\xe3\x54\xae\xdf\xfa\x67\xb9\x1c\ \x7c\x82\x83\xf2\xfe\xbd\x0c\x72\xbe\x59\xb4\x5f\xff\x1e\x92\x54\ \xae\x5d\xff\x86\x48\xd7\xbf\x72\x2d\x95\x2f\xc2\xef\x4b\x27\xa9\ \xca\x3f\xd8\x97\xca\x95\x23\xd6\xd5\xd5\x71\x7f\x8e\x8d\x0e\x8e\ \x8f\xf5\x95\xfb\x77\xa5\xe5\xe5\x59\x42\x1f\x7d\x7b\x4d\x13\x6b\ \x4b\x79\x73\x79\xa8\xd1\x55\x15\x95\xcc\x95\xd5\x34\xe4\x8c\x10\ \xea\x08\x05\x0b\x2d\x84\x91\x81\x95\x95\xa7\xba\x0e\xb8\x44\xf0\ \xc6\x6a\x18\x11\xbc\xcb\x42\x93\x43\x0d\x3c\xa3\x08\x01\x04\x57\ \x82\x6b\x14\x00\xa4\x50\x20\x0e\x8d\xac\xbc\xcb\x12\x7a\x02\xc0\ \x6b\x13\x1d\xa1\x13\xe0\xe9\xed\x19\x15\x0a\x74\xe2\xcd\x1e\xcf\ \x00\xab\x50\xd8\xca\xb0\xff\x70\xa3\x27\xaa\xac\x27\xe1\xe6\x44\ \xd9\xd1\xee\xf1\xee\xf2\xc4\xf2\xee\x87\xa3\xf3\xa3\xf3\x0f\x0f\ \xcb\xb6\x77\xb7\xb7\xa3\x2c\x94\xad\xad\x23\xec\xd5\x34\x94\xec\ \xed\x2d\x95\xf2\x2c\x11\xaa\xfe\x4a\xaa\xd6\x8a\x06\x00\x3d\x95\ \xd5\x14\x54\x4d\xe4\x95\x55\x35\xbb\xc6\x22\xd2\xf2\xc6\xc6\x1e\ \x8c\xf5\x3d\xe8\x2b\x2f\xcf\x1b\x4c\x1b\xbc\xfb\xa0\xab\xfe\x87\ \x24\x27\xaf\xc4\xec\xc2\x92\xea\xda\xea\x98\x98\xa6\x90\x90\xa6\ \xc8\xd6\xce\x96\xd6\xa6\x8a\xea\xac\x66\x49\x49\x6e\x6d\xab\x54\ \x54\xdd\x91\x95\x9a\x9d\x99\x5a\xd8\xd8\xdd\xd8\x58\x98\x5a\xdd\ \x91\x99\x55\x24\x05\xcf\x78\xd2\x95\x47\xdf\x55\xf4\xe0\x93\x27\ \x70\x45\x0f\xda\xc4\x00\xbe\xc4\xe2\x3e\x61\xd3\xd8\x37\xc4\x0c\ \x40\x61\x68\x6c\x1a\x8e\x2d\x06\x7a\xed\x06\x0d\xcd\x86\x2b\x70\ \x4c\x3d\x33\x26\x0e\xa7\x07\x50\x0c\x66\x27\x33\xd0\x40\xf1\xb1\ \x59\x62\xe8\x8d\x05\x38\x15\xb8\xe1\x34\xcc\xfd\x62\xb2\x61\xa3\ \x13\x74\x44\xc0\xb1\xa7\xc5\xd3\xdc\x1b\x6c\x1a\x4a\xd7\x14\xaf\ \x4d\x41\x03\xfe\xe1\x64\xe3\x1e\x16\x1b\x9e\x1f\x9f\x9a\xdb\x0e\ \xb8\x40\xee\x7c\x56\xbe\xa8\x24\xa9\x8a\x9f\x69\xc7\x65\x1a\xe3\ \xd0\xda\x25\x1b\x6f\xd3\x0f\xd5\x5d\x17\xd4\xed\x23\xba\xba\xfa\ \xcc\x9d\xf5\x02\x8b\x6f\x2a\x9b\x9b\xa8\x5a\xe6\x29\x23\x5a\x6f\ \x00\x78\xe2\xda\x44\xe5\x4f\xa3\x81\xce\x64\xe0\x18\x68\x3d\xa0\ \x54\xb9\x2c\x36\x10\xb4\x2c\x1c\xe0\x78\x80\xfb\xb1\x8d\x59\x4c\ \x74\xeb\x61\x0a\x00\x2c\xbc\xb6\x9e\x9e\x9d\x27\xe1\x60\xf3\xf0\ \xe1\xa7\x93\xfb\x08\xe5\x76\xae\x1e\x0e\xc6\xb7\xe2\x18\x00\xec\ \x00\x8d\x64\x40\x73\x9c\xa7\x30\x5a\x83\x65\xa6\x87\x46\x6a\x9b\ \x6a\x93\x48\x28\xc0\xab\xc0\x39\x85\xa1\x40\xfb\x13\x92\xa9\x29\ \x59\xd7\x54\x17\x3a\x63\x22\xf5\x48\x28\x24\x12\x9a\xf7\x99\xe1\ \x81\x2c\x24\x13\xc9\x0e\x80\x91\x51\x6d\xa8\x18\x22\xde\xc1\xc6\ \xc5\xc1\xcd\x85\x48\x71\x70\x02\x0c\xcb\xd9\xd6\x06\x6f\x47\x71\ \xf3\x75\x72\x72\x70\xa0\x82\xcb\x60\xcb\xc9\xc9\xc7\xb9\xae\x2d\ \x3e\x3f\x3c\x5e\x52\x92\x25\x69\xe7\xbc\x38\x92\xb7\xfa\xf0\xf8\ \xe2\x78\x61\xe5\xf4\x6c\xed\xd5\xcc\xca\xe6\x7c\xe6\xec\x66\xef\ \xd0\x9b\xad\x17\xdb\xc7\x27\x8f\x0f\x5f\x9c\x2d\xbc\x5b\x3a\x38\ \x7d\x75\xf6\xe8\xec\xec\xd3\xe1\xfc\x8b\x93\x8b\x61\x8d\x19\x9f\ \x62\xa9\xa4\xa5\xaa\x2a\xeb\x75\xe6\xda\xcb\x93\x91\xd2\xda\x9c\ \xce\x9a\x9a\x10\x77\x67\xc7\xe8\x40\xe7\xa0\x60\x41\xa9\x9f\x50\ \x5e\x6b\x0e\xf1\xd3\x6e\x5d\x7a\x0a\x87\x5f\x59\xd1\x58\x94\x92\ \xd9\xbe\x32\x37\x59\x00\xf0\xaa\x7d\x6e\x66\x67\x6d\x76\xe8\xd9\ \xfa\xc1\xde\xea\xda\xd6\x9b\x83\x17\x27\x07\xb7\xdf\x5e\x7e\x3c\ \x05\x4a\xf3\xd5\xdb\x4f\x8f\x17\x1f\x2f\x2e\x7c\x38\x3f\x3e\xbf\ \x7f\xff\xe8\x68\x63\x7f\x79\xa3\x2c\xc0\x7b\xc2\x4a\x4d\xfe\xc1\ \xef\xcf\xbf\x86\xb4\xc3\x60\x2f\x59\xe8\xf3\xad\x2f\x58\x05\xb7\ \xa1\x7f\xc3\xf3\xeb\x3f\x7f\x9c\xef\x9d\x99\xe4\x64\xe6\x64\x35\ \x77\x48\x5a\x24\x15\xd2\x62\x49\xb4\x4f\x70\x18\x60\x45\xbe\x41\ \x5e\x8e\xb6\x0e\xce\xee\xb6\xb6\x64\x20\xb1\x01\xab\x02\x4a\x1a\ \x83\x21\xea\x39\x50\x81\xa0\x76\x0b\xcb\x69\x75\x23\x91\xa8\x54\ \x47\x5f\x70\xec\x04\x61\x7e\xf9\x35\x82\xa0\xfc\x13\xac\xe6\x9d\ \xdf\x7e\xbd\x7b\xe7\xc7\x72\xf3\x53\x43\xaf\x60\x94\x1e\xd3\x30\ \x30\xa9\xb3\x22\xb7\xa4\xb5\x38\x29\x26\x2c\x32\x38\x3e\x5e\x20\ \x2d\x96\xd6\x76\xd6\x54\xf6\xbe\x9c\x1b\xa9\x28\xc9\xe4\xa4\x54\ \x55\xb5\xd4\x0e\x3d\x1a\xfb\xf5\xae\xa5\xa2\xa5\xfc\xb8\x5c\x63\ \x71\x9b\x54\xc2\x8f\x58\x8d\x21\x3b\xb9\xd8\xd9\x3a\xf9\x50\xfd\ \xfc\xc2\x6b\x6a\x6a\x85\xc2\x26\x69\x1b\x8f\x57\x5c\xd3\x2c\x2a\ \x16\x15\x37\xb7\x36\xe5\x27\x4a\xa5\x1d\x4d\x2d\x82\x8e\x96\xba\ \xb6\xfc\xc6\x92\xc6\xaa\xc2\xcc\x9c\xd4\xec\x94\x94\x81\x91\xde\ \xee\x01\x4e\xc6\xec\xe9\xb6\xaa\xa5\xa2\xaa\xfe\xc4\xbb\x7d\xb5\ \x7b\xa3\xfe\x46\x0a\x79\xe5\x0f\xae\xa9\x40\x63\xb0\x6f\x2e\x0c\ \x57\x38\xf3\xfc\xf9\xf3\xbf\x6e\x5d\xff\x82\x4f\x2a\xff\x88\x46\ \x8d\xfb\x0c\x58\x71\xd7\xbe\x5b\x4e\xfc\xae\xd6\x1e\xf7\x0f\x82\ \xa5\x22\x33\x76\x90\x15\xe5\xaf\x7f\xab\x61\xc1\x66\xf7\xbf\x46\ \xc7\xbb\xfa\xee\x8e\x0d\x46\xd8\x47\x44\xc0\xb9\x1c\x4b\x7b\x40\ \xac\x00\x50\xd8\xcb\x2b\x9a\x5b\x02\x2e\xa3\xa8\xa6\xac\x28\xa7\ \xaa\xa4\xa6\x8e\x50\x57\xd7\x30\xb2\x52\x42\x10\x74\x14\x60\x38\ \x92\x86\x96\x3e\x5d\xdf\xc0\x40\x1f\x86\x41\xb8\x62\x09\xea\x06\ \x74\x18\xc6\x6c\xa0\xef\x39\x91\x1c\x6a\x44\x4f\xf0\xf6\xb6\x00\ \xd8\x96\x10\xa0\x83\x85\xdd\x55\xae\x06\x16\xa1\xc9\x9e\x56\x01\ \x06\x06\x58\xba\x2b\x3d\x00\xdc\xd2\x2a\xd4\x33\x80\x4e\x00\x30\ \x56\x26\x5b\x79\xb4\x48\x4e\x0e\x0d\xf0\x2c\x4b\x26\xb8\x86\x12\ \x42\x7b\xa2\x74\x94\x2d\xd3\x2c\xe5\xd4\x55\x95\x95\x95\xe4\x95\ \xe5\xe5\x94\x4c\xe4\xf4\x11\x06\x16\x5a\x4a\x4a\x4a\xaa\x6a\xca\ \x26\x96\x00\x4a\xed\x07\xfd\xc1\x1e\x0f\xde\xbd\x33\xf6\xa0\x3e\ \xaf\xbc\xab\xdc\x3a\xed\xce\xbd\x07\x83\x3f\x88\x6a\x9a\xa4\x4d\ \x82\xb6\x96\x90\x70\xd8\xd6\x1e\x2b\x68\x2c\x02\x7c\xaa\x55\x52\ \x52\x2d\x29\x4a\xcd\xad\x95\x76\x4a\xa4\x80\x52\xcd\xe4\x66\x17\ \x76\x02\x22\x93\x95\x23\x69\xad\x6e\x6d\x91\x84\xd4\x49\x19\x4f\ \x9e\x5c\x59\x5a\x3d\x81\x63\xc0\x70\xe8\xf9\x29\x9c\x54\x91\xc5\ \x37\x8b\x59\xe0\x94\xe6\x3e\xe5\x02\xc0\x42\x3f\xa5\x71\xb9\x68\ \x3d\x06\x60\x54\xe0\x5a\x1a\x8b\xcb\x60\xf6\x43\x31\xc8\x10\xb3\ \xd0\x38\x16\x93\x26\x7e\x3a\xcd\x82\xb6\x32\x6c\xe6\x93\x27\x00\ \xe1\xc0\xfd\xc1\xfd\xfa\x61\x36\x05\x74\xf5\xe3\x42\x75\x09\x4d\ \x4a\x61\x7b\x94\x29\xca\x11\xc9\x20\x39\x3a\x93\xdd\x63\x9d\xc2\ \xe2\x45\x82\x96\xaa\xec\x9c\xac\xaa\xec\x14\x1e\xaf\x4d\xd8\x9a\ \x99\xd1\x49\x64\x02\x04\x62\x11\x73\x2e\x0e\x5d\xef\x28\xbd\x53\ \xb5\xb4\x07\xb0\x4c\xc0\x1b\x53\x83\xe7\x1b\x56\x4c\xcc\xed\xcb\ \xc7\x97\xb5\x71\x34\x6d\x1a\x63\xef\x54\x2c\x66\xa3\xd9\x30\x3d\ \x95\xa5\x67\xc6\xc0\xb1\xc4\xf0\xf7\x1b\xa3\x21\xe1\x9b\xe6\xc2\ \xae\x07\xb3\xe6\xa3\x01\x31\x53\x9b\x8c\xc2\x13\xf1\x3d\xf2\xa7\ \xaf\x0e\x16\x96\x16\x16\x17\x08\x7b\x6c\x86\x1e\x1a\x30\x44\x9c\ \x19\x0e\x4e\x13\xf5\xb3\x01\x0e\xc3\x01\x9d\xe9\x69\xa6\x9e\xb1\ \x19\xec\x08\xd5\x35\x44\x52\x81\x2e\x44\x22\x01\x0c\x61\x50\x7a\ \x18\x12\x85\x48\x36\xd5\xd3\xd3\xc3\x60\xa0\xf3\x03\x11\x69\x0a\ \x98\x97\x29\xd9\xd4\xd4\x14\x3a\x8b\x92\xc8\x78\x27\x2a\x89\x88\ \xa7\x80\xd3\x0e\xba\xa5\x90\xc9\x64\x43\x8c\x8d\x13\x4c\x6e\xb1\ \x71\x77\xb6\x75\xb7\xb1\x73\x76\xa2\xba\xb8\xbb\x78\xf9\x04\xc7\ \x86\x17\xf3\x62\xa1\x13\x58\x4e\xd5\xd4\xe9\x92\x91\xfa\xf6\xe5\ \xf9\xc5\xc2\xbb\x85\xd3\xc7\x24\xf3\xab\xff\x00\x00\x20\x00\x49\ \x44\x41\x54\xe7\x87\x97\xb7\xe7\xb7\xe6\x1b\x26\xb3\x52\x1a\x26\ \x67\xe7\x5e\x5c\x7c\x58\xba\x3c\xbd\xbc\x58\xb8\x58\x58\x02\x1f\ \x1f\x4e\x16\x4f\x0e\xcf\x8f\x8f\x3c\x77\xe2\x05\x49\x12\x51\x85\ \xa8\xa9\x68\xf7\x62\x6d\x28\x73\x6a\x28\xb3\xb0\xae\x29\x3c\x3f\ \x29\x3a\x3a\x46\x22\x95\x08\xe6\xe7\x6d\x5b\x15\x6b\x92\xcc\x1f\ \xbc\xcc\x99\x6a\x2f\x6d\xe8\x4d\x6d\x4e\xe5\x67\x0e\x4c\x56\xf6\ \x36\xb4\xaf\x3d\x9b\x5f\xd9\xda\x9c\x79\xf6\x6c\x65\x66\x67\x6b\ \x65\xeb\x60\x6f\x6f\xfd\xf0\x70\xef\xf6\xc5\xe2\xd2\xd9\xc5\xa3\ \xdb\x67\x97\xf7\x2f\x17\x4e\x2f\x8e\xa0\x71\xdb\xd1\xee\xc6\xc6\ \xee\x44\xd4\xb0\xa7\x96\xfd\x6f\xef\xaf\x41\xb4\x7a\xfe\x39\x48\ \xf5\xca\x6c\x14\x32\xab\x9f\xbf\x24\xab\xca\xe2\x9f\xe1\xf6\x5f\ \x8f\x06\xd2\xdb\xb3\xb2\x39\xfc\xf4\x26\x41\x73\x75\x67\x73\xab\ \x50\x10\x16\xeb\x13\x6c\xe7\xe2\xe3\x11\xec\x67\x07\x8e\x0c\xf4\ \xbe\x42\x22\x89\xba\xa6\x24\x20\x06\x91\x18\x8c\x83\x23\x95\xe8\ \x60\xeb\x23\x68\xf4\xc1\xeb\x9a\x3a\xfa\xf8\x05\x01\xd0\x77\x71\ \x0c\x11\x36\x09\x8b\xe3\x0f\x14\x4d\xba\x7e\xfa\x65\xac\x6f\xac\ \x4f\xf3\xc0\x39\xdf\x86\xc9\x36\xb6\x8d\x29\x6e\x6c\xac\xab\x96\ \x24\xc6\x0b\x79\xc5\xb1\x82\xc4\x62\x41\x71\xa7\xa8\x4e\x94\x92\ \x3e\xb5\x59\x59\x5b\x55\x92\xdd\xde\x5b\xd8\x5c\xd1\x28\x98\xbf\ \xfb\x93\xb5\xa6\xb5\xbf\x1c\x3f\x36\x29\x29\xa9\xd1\x2a\x6d\xf1\ \x55\x2e\xc9\xd9\x23\xd6\x2f\x1c\xe6\x00\x08\x5a\x1b\x5b\xea\x5a\ \x72\xeb\x44\x1d\xd2\x66\xa9\xb4\x53\xda\x99\xdf\x21\x4d\xaa\x89\ \xe7\xe5\x0b\x12\xc1\x3e\x0b\x4b\x6a\x1b\x0b\x01\x28\xa6\x64\xe6\ \x54\x17\x56\xa6\x94\x16\xf0\x47\x06\x66\xf9\x0d\x33\x67\xa1\x26\ \x79\xf2\xa1\xe7\xa1\xe3\x3f\xf5\x99\x63\xad\x47\x23\xc6\x6e\x5d\ \x7b\xfe\xfc\xbb\x35\xbe\xab\xa6\x03\x95\xab\xc0\x7a\xf0\xf5\x8a\ \x72\x7d\x35\xc4\xfa\x0a\x5f\x5f\x7b\xda\x55\xbe\xf4\xb6\x7f\x66\ \x57\x5f\x1f\xe8\x8a\x4c\x5d\xfb\x62\x2d\xf3\x65\xe3\x4b\x3f\x44\ \x5c\x9c\xca\x2f\xe3\x7d\xe3\xa3\xf5\x5d\x5d\xfe\x11\x11\xd6\xfe\ \xe5\x5d\xd0\xca\xd3\xc4\xde\x3e\xc2\x5c\x09\x36\x37\x28\x6b\xaa\ \x29\x29\x2a\x2b\x5b\x2a\x2b\xa8\xc9\x21\xd4\x14\xd4\xf5\x8d\x14\ \x10\x46\x46\x08\x23\x7d\x0b\x39\x7d\x0b\x04\x81\x60\xa5\x45\xc0\ \xaa\xa9\x6a\x59\x60\xb1\x9e\x3a\x16\x16\x56\x3a\x72\x72\x1a\xe0\ \xab\x45\x00\xc1\x42\x9f\x6e\xa0\xe3\xea\xea\x4d\xb0\xf0\x74\xa5\ \xd3\x75\x0c\x8c\xc0\x0d\x8d\xbc\x2d\x2c\x00\x29\xa3\x7b\x5b\xb9\ \x7a\x82\xab\x09\x16\x74\xf0\x63\x6f\x00\x72\xde\xae\x58\x03\xef\ \x00\xab\xa8\x1e\xba\xf7\x30\xf8\xa1\xd5\xcd\x9b\x16\xe6\x11\xd6\ \x4a\x0a\x72\x6a\xca\xca\x9a\xe6\x69\x40\x9b\x9a\x9b\xc8\xab\x6b\ \x00\xa4\x54\x53\x33\x51\x54\x94\x53\xb3\x06\xc8\xaa\x0a\x58\x60\ \xd7\x83\xf1\x72\xa0\x94\x20\xd4\x96\x77\x8d\x02\xc0\xea\xac\xee\ \xa8\x09\x0e\x01\xff\x6d\x49\xbc\x9f\x9b\x57\x60\x0c\x2f\xbf\xb9\ \xb3\xa3\x43\x9a\x9f\x9a\x01\x5e\xd4\xb3\xab\x3b\x73\x1b\x0b\x5b\ \x79\xd9\x55\x89\xa2\x9a\xe6\x96\xce\xe6\x92\x8a\x9a\xea\x96\x46\ \x89\x94\x23\x98\x86\x23\x35\xb2\x6e\x06\xd8\xe0\x0e\xfb\x1b\x64\ \x8d\x58\x32\x17\x19\x2e\x8b\x86\x03\x58\x03\x47\x72\xe0\xc2\xa0\ \x31\x83\x69\xa8\x0b\x88\x09\x53\xcc\x80\xb5\x77\x36\x13\x76\x97\ \xf7\x8b\xfb\xb5\x01\x7c\xc1\xc6\x51\x31\x9b\xc5\xe8\x97\x25\x13\ \x42\xa4\x92\x71\x16\xe8\xd3\xd0\xcf\x84\x8b\x86\xb0\x21\x0b\x20\ \x20\xce\xcc\xcc\x90\xe2\xe8\x88\x33\xb6\xc1\x38\xb9\x07\xb9\x78\ \xd5\x48\x84\x2d\x8d\x45\x95\x0d\xbd\x59\xfc\xe2\x78\x69\x31\x4f\ \xd8\x52\xdb\x69\xc7\x64\x1a\x1b\x32\x70\x4d\x17\x97\xf2\x3a\xfb\ \x08\x39\xf3\xf2\xbc\x5e\x8c\x2e\xc6\x26\x6b\xf1\xf6\x8c\x5c\x79\ \xdf\xa8\xa6\x1f\x53\x4f\x4f\x5b\x2c\xf4\xc6\x43\x09\xc8\x98\x16\ \x33\x19\x00\x50\xcd\xcc\xb8\x5c\x00\x5e\x00\x48\xc1\x6e\x33\x9f\ \x70\xc5\xfd\x2c\x34\xbb\xf3\x55\xad\x98\x89\xc6\x98\xba\x60\x28\ \x13\xfa\xa7\x6f\x2e\x6f\xee\x3e\x3a\x5a\x70\x5d\x62\x30\x18\x7a\ \x34\x98\x51\xcf\x92\xb5\x60\x01\x70\x7b\x0a\x47\xb4\xc1\x5f\x64\ \x6c\x08\xd4\x87\xb1\xa1\xa9\x19\xda\x10\x4f\xa2\x90\x00\x25\x00\ \x4a\x0f\x49\x71\xc0\xe0\x75\x51\x44\x5d\x5d\x0a\xd1\x90\x88\x27\ \x11\x1d\xf0\x28\xa2\x33\x40\x31\x94\xb1\x21\xc6\x81\x8c\x02\x92\ \x11\x8f\x77\x20\x39\x90\x6d\x6d\xf1\x44\x00\x5c\x0e\xb0\xd1\xc8\ \x81\x08\xdb\x1b\xec\xa8\x5e\xd1\x81\xee\x7e\x3e\x4e\x54\x0f\x5f\ \xc0\x27\xc1\x29\x9c\x18\x13\x59\xdc\xbd\x36\xb3\xba\x9f\x10\xb5\ \x7d\x72\xfb\xe3\xdb\xc3\xc3\xd3\x8f\x8b\x4b\x47\x9f\x2e\x96\x8e\ \x3f\x9e\x3e\x5b\x5f\x9b\x2f\xc8\xc8\x9c\xd9\xfb\xf4\x68\xf1\x14\ \x50\xa0\x8b\x9b\x3d\xc3\x97\x17\x00\x4c\x96\x97\xde\x3d\xdc\x48\ \x58\x8a\x14\xd4\x88\x80\x9c\x49\x4f\x11\x65\xbf\x5a\x1f\xe1\xa4\ \x94\x96\xd6\xd6\xd4\xd5\x01\x25\x5d\x58\xd3\x51\x9d\x53\x92\xc1\ \x71\x0c\x3e\xd9\x3e\x1b\x34\x69\xe5\x34\x74\x57\x66\x57\xd6\xa6\ \x66\xf0\x39\xbd\x43\x43\x73\x05\x43\xb3\xbd\x5b\xeb\x5b\x23\x0d\ \x9b\x87\x6b\xab\x0d\x6b\x2f\x77\x5e\xbc\x3c\x3d\x7d\x71\x7a\x72\ \xf2\xe6\xf1\xc5\xe5\xdb\x8f\x67\xb7\x3f\x2d\x5e\x3e\x5a\xba\xbc\ \xff\xe8\x78\x7b\x7b\x63\x7b\x7b\x79\x03\x8b\xe8\xfb\xfb\x1a\x8c\ \x80\xbe\x7e\x15\x1b\xfa\xfc\x2a\xf0\xf8\xd6\xe7\x94\xc2\x2b\x8e\ \x25\x43\x32\x40\xb9\x7e\x06\x1b\xef\x2f\xe7\x1a\xf8\x29\x39\x55\ \xa9\x55\xd5\x22\x41\x73\x47\x9d\x30\x2c\x3a\x36\x28\xd0\xcf\xc9\ \xdd\x07\xa8\x3d\x2a\x10\x84\x36\x64\xaa\xa3\x03\x8a\x4c\x86\x79\ \xb5\xe0\x50\x51\xc8\x24\x17\x5b\x27\xe7\x58\x41\x8c\x17\x9e\x64\ \x6a\xe3\xe7\x6b\x0b\xad\xef\xdd\x7c\xc3\xc2\x23\x93\x04\x39\x01\ \x5d\x5d\xf7\x7e\xbb\x53\xde\xd7\x65\x72\xe6\x0e\x5b\x5d\x28\xd1\ \x89\xd2\xcc\xac\x9c\xda\x62\x21\x2f\x5e\xd2\x28\x88\x8e\x14\xd6\ \xb4\xd4\x35\xb7\xb5\x55\x34\x4c\xa5\x0f\xa4\x66\xe5\x56\xa4\xa4\ \x4b\x5a\x6b\x4b\x52\x25\x8f\x1e\x28\x13\x94\x2d\xd7\x82\x8b\x63\ \x62\x78\xdd\x04\x05\xcd\x89\x47\x85\x6e\xc1\x41\xee\x8e\xd1\x89\ \xf1\x81\xf1\xcd\x05\xa5\xfc\xc6\xc2\xd2\x2c\x7e\x67\x75\x53\x62\ \x63\x5b\x53\x7c\x7c\x9d\xa0\xb9\xae\x53\x54\xdc\x91\xd8\x2c\x4a\ \x14\x4a\x2b\xea\x0a\xeb\xaa\x4a\x2a\xb2\x32\xd2\x1b\x1a\x06\xd2\ \x6b\xbb\x2b\x87\x56\x46\xd6\x66\x86\x4e\x0c\x2c\x15\x0d\x34\x1f\ \xdc\xc9\x53\x56\xae\x1f\x2b\x7f\xf0\xfc\xca\x80\xef\x33\xda\x5c\ \xd5\xc3\x21\x69\x7a\xfe\x5c\xb6\x56\x78\xfd\x9b\xe8\xfb\x8c\x4f\ \xd7\xae\x7d\xaf\xf6\xae\x7d\xbe\xcf\x97\x2e\x88\xb8\x6b\x5f\xdb\ \x1b\xbe\x35\x33\x5c\xff\x9a\x99\xf3\x2d\xff\x2b\x4e\x36\x9e\x33\ \xd8\x55\xdf\x35\xd8\x97\xe7\x6f\x59\x5e\x0e\x74\xa1\xbd\xb2\x89\ \x7d\x44\xbd\xb9\xa2\xbc\x92\xbc\x89\x2a\x80\x2c\x73\x45\x40\x73\ \x54\x15\x35\xd4\xa0\x5d\xb1\x01\x20\x5a\xfa\xea\xea\x58\x2d\x7d\ \x2d\x2d\x2d\x2b\x1d\xac\xbe\x85\xba\x3a\x21\x00\xab\x60\xe1\x6d\ \x64\x64\xa4\xa5\xa1\xaf\x6f\xa4\xa3\x85\xb0\x72\xb5\x40\xe8\x03\ \x2e\x0d\x3d\x68\x8c\x2c\xac\xf4\xf5\x75\xb0\x16\x04\x7d\xba\x05\ \xdd\xca\x00\xab\xaf\x63\x41\xf7\x4c\xa0\xbb\x5a\x01\xda\xe5\x6d\ \xa5\x63\x45\xd7\xb7\xf2\xa4\x63\x75\x0c\x2c\xb0\xae\x01\x09\xf4\ \xd0\xe1\x04\x3a\x96\x9e\x1c\xe0\x4d\x97\x53\x56\x55\x55\x44\x98\ \x97\xcb\x2b\x47\xf8\x2b\x9b\xdb\x9b\x2b\x9a\x58\xeb\x98\x6b\x22\ \x2c\xd4\xd4\x14\xe5\x94\x34\x15\x4d\xec\xe5\xed\xd3\xf2\xfc\xc7\ \x07\x23\xd2\x22\x22\xd2\xd2\xea\xc7\x07\xcb\xd3\xfa\xfa\x7e\xe8\ \xac\x6b\x6d\xae\xc8\x97\x66\xb7\x67\x64\x57\x77\xc4\x27\xf1\x7c\ \x42\x3a\x0b\x3b\x3a\x72\xdb\xda\x32\x4a\x8a\x6b\x80\x56\xac\xa9\ \xc8\xa8\xea\x14\x55\xd4\x54\x34\x37\x96\x54\xd4\xb5\x08\x8b\x1a\ \x0b\x6b\x9b\x0b\xb3\x88\x4f\xa6\xc5\x5c\x99\x47\x43\x3f\x5b\xd6\ \xec\x2e\x6b\x9a\x12\xdf\x60\x4f\x3f\x01\x7c\x88\xf6\x14\xd0\x17\ \x1a\x97\x71\xa3\x9f\xa9\xc7\x00\xec\x03\x4e\xd7\xe0\x18\x6c\x26\ \x0b\xc7\xa2\xd1\x18\xd0\xf0\x0e\x90\x2f\x2e\x8e\x49\xc3\xa1\x59\ \xec\x1b\x6c\x34\x04\x30\xe8\xe7\x07\x00\x0a\x66\xd8\x70\xc5\x40\ \x72\x71\x65\x74\x8d\x7b\x83\x31\x0d\x6e\x22\xe6\xa2\xcd\x0c\x4d\ \x31\x0e\x18\x43\x47\x1b\x0f\x27\x2f\x87\xd8\x18\xa1\x48\x9a\x53\ \x9b\x5e\xd9\xcb\xa9\xe4\x00\x86\x2e\xad\xe9\x6c\x6c\xcc\x76\x10\ \x9b\xe9\x31\x99\xcc\xa6\x85\x84\x8d\x17\x3a\x9a\x9a\x69\x7d\xed\ \x66\xa6\xc6\xd4\xc5\x87\xaf\x3f\xa9\x8f\x3e\xb8\x3b\x73\x83\x01\ \x80\x05\xbf\x5d\x7d\x83\xc1\x60\xb3\x01\x48\x32\x00\x9e\xc2\x3e\ \x2c\x36\x8b\x09\x7e\x23\x13\x36\x28\x00\x1c\x62\x80\xcd\xf8\x37\ \x0d\x5c\x36\xd7\xd0\x10\x6f\xaa\x3b\xa1\xfc\x6a\x61\xf1\xc3\xa3\ \x87\xe7\x8f\x97\xcf\x75\x19\x10\xac\x98\x38\x33\x38\x67\x04\x6f\ \x2e\x8b\x28\x03\x7a\x96\xcb\x36\x43\x33\x0c\x51\xba\x66\x68\x63\ \x9c\x19\xc9\xce\x91\x8c\x22\xc2\xb8\x28\x1b\x32\x85\x84\x41\x82\ \x13\x0b\x89\x34\x36\x24\x93\x51\x10\x8a\x6c\x50\x80\x74\x21\x01\ \x7e\x51\x00\x32\x51\xa9\x1e\x4e\x0e\x8e\x76\x54\x77\x3b\x8a\x2d\ \xde\xd1\x86\x68\xeb\x42\x26\x11\xa9\xb6\x2e\x0e\x4e\x6e\xce\xd1\ \x7e\x1e\x81\x81\xbe\x2e\x41\x31\xd1\xbe\x2e\xee\xbe\x5e\xc2\xd6\ \xca\xcd\xd3\x83\x67\x0b\x01\x3a\x83\xbf\xdd\x91\xef\x79\xbd\xbd\ \xb8\xba\x75\x78\xf0\xf6\xed\xc5\xc5\xe3\xf3\xdd\xf3\xcb\xc5\xe3\ \xed\xb3\xf5\x8b\x83\xb7\x0b\x07\x67\x97\x8f\x77\x96\x16\xf7\x93\ \x1f\x5d\x7e\x58\xda\x2d\xdb\x4f\x1e\xf6\x0c\x6d\x4a\x2a\x16\x15\ \x75\x56\xc7\x8b\x32\x73\xdb\x56\x2e\x0e\x5f\x65\xd4\xe6\xd6\xa6\ \x67\x55\x35\x57\xb5\x34\xb7\x4a\x2a\x38\x99\xf3\xcf\x1c\x3d\x24\ \xb7\x15\x7f\x5a\xa8\x2d\x28\xcd\xac\xe4\xa7\xa7\x73\x1a\x26\x4b\ \x57\x26\x7b\x47\x86\x86\x26\xd7\xbb\x67\x1a\xa6\xa6\x66\x36\x87\ \xd6\xf7\xd6\x0f\x5e\x6c\x3e\x3b\xbd\xb8\x38\xb8\x7d\xf9\x78\x69\ \x71\xf1\xf2\x72\x71\xe9\xdd\xe5\xe5\xd2\xd2\xbb\xa5\xa3\xe5\x0f\ \xbb\xf7\x8f\x3d\xcd\xff\xf5\x5e\x25\x4e\xe5\x2a\x86\xf0\x0a\xa4\ \xae\x3f\xff\x12\xfa\x7c\x85\x5d\xcf\x6f\xfd\xfc\xb3\xcc\xc5\x0f\ \xfa\x62\xfd\x0c\xde\xdf\x2f\xac\x76\x37\x54\x66\xa5\x16\x36\xa6\ \x4a\x6b\xea\xda\x5a\x45\xf1\xe1\x91\xbe\x91\xbe\x41\x21\x81\xee\ \xee\xb6\xce\x1e\xee\x14\x2a\x86\x82\xc7\x20\x51\x24\xa4\x36\x0a\ \xb0\x54\x24\x91\x4c\x01\x4a\x2d\xb6\xa3\xc6\xdd\x86\x64\x83\xc1\ \x83\xa3\x66\x47\x75\xb4\xf3\x70\x71\x89\x4e\x4a\x8c\x15\x1e\x94\ \xdf\xfb\xe9\x5f\x77\x07\xf3\x06\xfb\x16\x91\x0c\x34\xc6\x27\x04\ \xb0\xb6\xcc\xac\x46\x91\xb4\xb8\x26\x32\xbf\xba\x93\x97\x24\xec\ \x10\xd5\x55\xd4\x16\x15\xf1\x67\xc1\x13\x27\x35\xa7\xba\x03\x1c\ \x98\xd4\xc6\xec\xba\x2c\x2d\x0b\x84\xfa\x62\x7e\x90\x20\x2c\xb2\ \x65\x45\x6d\xe3\xd4\xfb\x72\x5b\x18\x1d\x1b\x6c\xeb\x1b\x93\x14\ \x53\x53\x97\x55\x3a\x55\xcb\x19\xc9\xa9\x2a\xe9\x90\x08\x3a\x01\ \xe6\x01\x35\x18\x9f\x21\x68\xec\x10\x15\xb7\x34\x37\x4a\x9a\x45\ \xad\xd5\x85\xd9\xa9\x45\x85\xa9\xb5\x95\xed\x3b\xab\xa9\x00\xb0\ \xa6\x56\x5f\x6c\xce\x8f\xac\x9e\xd0\xeb\xc7\x46\x07\xf3\x00\x48\ \x44\xd4\xff\x76\x15\xce\x78\xc5\x87\x3e\xfb\xc2\xc8\x36\x60\x55\ \x4f\x96\x36\xfb\x95\x5b\xa9\x7c\xa9\x51\x7d\xa3\x55\x5f\x60\xee\ \xab\x5c\xfc\x4a\xb9\xbe\x68\xc2\xeb\xdf\xa0\xea\xcb\xfa\xe0\x17\ \x22\x16\xf7\xfb\x9d\xb1\xfa\xc1\xf2\x41\x70\xc2\xfb\xdb\xa7\xd5\ \xa7\x95\xe7\xf9\xdb\x9b\xd8\x5b\x03\x51\x68\xae\xa8\x6c\xae\xa9\ \x29\x6f\x6e\xaf\xa8\x00\x88\x93\xb9\x22\x02\xa1\xa0\xa0\x81\x50\ \xd3\x32\x42\xa8\x19\x79\xea\x1b\x69\x68\xd1\xad\x8c\x34\x34\xb0\ \xea\x08\x0b\x6f\x80\x5e\x58\x75\x39\x1d\x2d\x2b\x57\x1d\x2d\xd8\ \xf6\x40\xf7\xd4\x27\x18\x78\x1a\xc1\xa0\x7a\x0d\x75\x2d\x82\x96\ \xba\xbe\x96\x85\x01\x9d\x6e\x81\x35\xb2\xd2\x37\x82\x49\x83\x04\ \x2b\x78\x0b\x1d\x84\x06\x81\x4e\xc0\x12\x8c\xd4\xf5\xad\xac\xac\ \x08\x04\xac\xa7\x77\xa8\xab\x95\x37\x16\x7a\xc7\x47\x59\x01\x82\ \x25\xa7\xea\xaf\x6c\xa0\x60\xa9\x69\x6e\xae\x2c\xa7\x6c\xa2\xae\ \xaa\xa0\x85\x90\x53\xd6\x54\x04\x92\x10\x2e\x0e\xf8\xf7\xd9\xd7\ \xdf\x89\x88\xa8\x2f\xef\xeb\x7b\xf0\xcb\x9d\xf2\xae\xbe\xfa\x1f\ \x8a\x4b\xd2\xab\xb2\x5b\x4b\x32\x32\x39\x7c\x7e\x66\x5b\x63\x55\ \xab\xb4\xa8\x52\x9a\xc3\xaf\x13\x65\x96\x88\x0a\xd3\xd3\x2b\xc0\ \xd3\xa8\x24\xb7\xb6\xa2\xaa\xb1\xb3\xb3\xb9\x43\xd4\xd1\x54\x37\ \x9b\x9e\xcb\x29\x8a\xbc\xf1\xbf\x27\x4f\xc4\x70\x9d\xf0\x7f\xd0\ \xe4\x18\xfa\x17\x3c\x79\x2a\xab\x99\xdf\xb8\xc1\x04\x40\x04\x58\ \x4b\x3f\x9b\xc5\x9d\x46\x33\x69\x66\x38\x63\x20\xc5\x80\xa6\x43\ \xe3\x70\x34\x33\x06\xcd\xcc\x98\xc6\xa5\x31\x19\x34\x3d\x26\x0b\ \xe0\x06\x03\x56\xd8\x01\x8e\x31\x59\x70\x9a\xef\xc9\x13\x16\x53\ \x16\x9c\x03\x43\xb8\xa6\xb9\x30\x8f\xf5\x06\x40\x11\xd6\x53\xf0\ \x78\x66\x24\x12\x38\xe9\xd1\x48\x27\x77\x17\x1f\x47\x2f\x41\x8d\ \xb0\x2a\x9b\x5f\xc0\xaf\xec\x6d\x9f\x4c\xef\x88\x8c\x6f\xe9\x2c\ \xa9\xad\xe6\x21\xe1\x6c\xa0\x19\x32\x7f\xf1\xe6\x89\x7d\x9a\xfd\ \x60\xdf\x9c\x31\xd2\x90\xf2\xe2\xfc\xf2\x48\x75\x70\x3c\x01\xa9\ \x87\xc6\x99\xa1\xd6\x5f\x70\x99\x5c\x1a\xf8\xb5\x5c\x33\x33\x26\ \x0b\xda\x83\x32\x01\x43\x12\x8b\x99\x6c\x58\x78\x67\x42\xef\x08\ \x31\x4e\xf8\x78\x92\x26\x66\xa2\x30\x40\x8c\x2c\xd7\xbf\x39\x7b\ \x7b\x62\xe1\xbd\xf4\xc6\xfb\x21\x86\x89\x36\x36\xa3\x31\x70\xc6\ \x0c\x06\xb4\xc1\x61\xf6\xcb\x6c\xe9\xfb\x01\xc6\x31\xd0\x38\xae\ \x19\x9c\x16\x44\xd3\x70\x38\x33\x8c\x0d\x95\x4a\x76\x74\xc2\xdb\ \xc2\x8e\x47\x1b\x3c\x86\x4c\x44\x39\x40\x1b\x39\x24\x15\x7c\xa3\ \xd8\x52\x28\xe0\x6a\x32\x9e\xec\xe4\x48\xc2\xdb\x3a\xd9\xba\xb8\ \xdb\xd9\x52\x6c\x1d\x1d\xf0\x54\x14\x9c\xb8\xb5\x71\xb0\xf3\x09\ \x76\x73\x0e\x8e\x0f\xf3\x0a\x0b\xf1\x09\x89\xe1\x85\x84\x45\xf3\ \x12\xab\x39\x53\x07\x6f\xf8\x7b\x88\x7f\xff\xf1\xfe\xb9\xca\x7f\ \xe2\xe2\xde\xff\x79\xaf\xdc\x44\x49\x4b\x7f\xf8\x68\xe9\xd9\xce\ \xc6\x84\xfe\xf0\xfe\xc4\xf1\xe2\xd1\xc5\xc5\xa3\xfb\x1f\x12\x5c\ \x37\x1e\x9d\x7f\xb8\xb9\x78\xff\xe8\x7c\x63\x77\xb8\xcc\x55\x6d\ \x26\xba\x23\x3e\x51\x24\x14\x25\x8a\xb2\xea\x8a\xf8\x03\x0d\xed\ \x99\xe9\xed\x39\x2b\xb3\xed\x75\x4d\x52\x49\x5b\x4a\x4e\x5d\xed\ \xc8\xbc\x53\x48\x74\xba\x5c\x3d\xa7\x36\x23\x63\x72\xa0\xbb\x34\ \x77\xa8\x7d\x6a\xa8\x60\xb2\x7b\x76\x75\xae\x61\x65\xbd\x7b\xed\ \xd9\xca\xde\xca\xdc\xde\xcb\xf5\x57\x3b\xab\xa7\x9f\x2e\xcf\x4e\ \x3f\x7e\xba\xf8\xf4\xfa\x68\xe9\xf5\xbb\xed\xed\xa5\xfd\xd7\xaf\ \x27\xca\x76\xcf\x37\x4c\x7e\xfc\xef\x2d\xb0\x5f\x9f\xa1\xea\x73\ \xd0\x33\x44\xa7\x2b\x86\x05\x4f\xc9\x5b\xb2\xca\xfb\x15\xc9\x92\ \x55\xb3\xc0\x75\x7f\x5d\xac\x54\x56\x66\xce\x57\x94\x94\xd4\xd6\ \x4a\x73\xab\x6b\x04\xe1\x21\xd1\x81\x5e\x6e\xee\x81\xc1\x7e\x7e\ \xee\xce\x1e\x5e\x0e\x28\x94\x93\x0d\x90\xd2\x86\xba\x10\xe2\x01\ \x11\x75\xb4\x73\x72\x8a\xcc\x0f\xf4\xa3\x38\xd9\x52\xf1\x90\x9a\ \x52\x6d\x1c\xbc\x02\x9d\x6d\x83\x63\x9a\x12\x43\x9a\x75\x7e\xfb\ \xd7\x4f\x3f\x8e\x99\x9b\x77\xdd\x47\x22\xa9\xd1\x82\x16\x51\x53\ \x47\x75\x75\x55\xa7\x94\x07\xdd\x59\x3b\x9a\xa5\x4d\xad\x4d\xb5\ \x25\x29\x55\xcd\xd9\x93\x33\xe9\x6d\x3c\x41\x67\x5d\x76\x66\x6e\ \x7b\x51\x51\x4e\xce\xae\x91\xe5\xc3\xea\xd8\x44\x49\x90\xb0\x68\ \x5d\xf5\xb4\xe1\x30\xa0\xe1\x32\x30\x92\xe7\x11\x1d\x1f\xd3\xd1\ \x99\x92\x32\x32\xb3\xd5\x9e\x5e\x99\x59\x94\x53\xdd\x5a\xdd\x2a\ \x6a\x69\x6a\x6c\x89\x11\xb4\x94\x48\x9b\x93\xea\x3a\x9b\x3a\xb2\ \xea\xea\x9a\x6b\x4b\x73\x73\xb3\xab\x72\x39\xa5\xcf\x3e\x9c\x8c\ \x34\xa4\x74\xb7\xcf\x6c\xae\xae\x6e\xcd\xcf\x2e\x29\x8e\xdd\xe9\ \xeb\x02\x98\x65\xff\xdf\xab\x4e\xf7\x2f\x70\x14\xf7\xd9\x92\x41\ \xe5\x1a\x34\xbb\xbf\x75\x95\xeb\xac\xf2\x8d\x7a\xa9\xa8\x7c\x0d\ \xbf\xf9\x82\x3b\x57\x8c\xec\x8b\xb1\xe8\x97\xc4\x5a\xf0\x35\x0e\ \xde\xfe\xbb\x9e\x86\xab\x5f\x11\x77\xf5\x30\xf0\xd2\xef\xa3\xf7\ \x46\xbb\xea\x47\xc7\x00\xb9\x2a\x4f\xeb\xea\x4a\x83\xf6\xc3\xd6\ \x26\x26\xd6\xb0\xad\x41\xd9\x5c\x59\x4d\x55\x49\x59\x49\x49\x49\ \xd1\x52\x5e\x43\x4e\x5d\x47\x43\x4d\x4d\x4b\x4b\x5d\x11\x60\x93\ \x96\x8e\x96\x8e\x06\x56\x4b\x1d\xd2\x2a\xac\x0e\x42\x41\x4b\x1d\ \x08\x45\x1d\x2d\x2c\x4c\xb5\x31\x30\x00\xa8\x05\xc8\x97\x8e\x11\ \x5d\x47\x4d\x0d\xfc\x58\xc3\x02\x8b\x90\x33\x22\x58\xe8\xa8\x1b\ \x58\x00\xc9\x67\xa4\x4f\x37\x32\x82\xc1\x5d\x74\x0d\x38\x49\x9d\ \x60\x61\x80\x35\xb0\xf0\xf4\x8e\xb2\x00\x12\x11\xeb\xea\x4d\x8f\ \x4a\xf6\x1c\xee\xe9\xd1\x31\x30\xd0\xd2\xa2\x63\xf5\x0d\x0c\x00\ \x4a\x59\xaa\xca\xc3\xba\x1f\x02\xa1\x24\xaf\xa8\x68\xd9\x65\xed\ \x1f\x61\xef\xef\x9f\x67\xd9\x57\x6f\x02\x83\x7e\xfa\xee\x3c\x18\ \x83\xe3\xdb\x3f\xb4\xf1\x87\xf8\xd5\x45\x8d\x2d\x9d\x92\x8a\xdc\ \x8a\x12\x7e\x41\x41\xe9\x08\xbf\xaa\x22\xa3\xb6\x22\x3b\x3b\x35\ \xb7\x30\xb3\xb0\xb7\x51\x5a\x54\x5a\x91\x5b\xd5\x56\x28\x95\xb6\ \xd6\xf0\x4b\x9a\x4b\xb2\x53\x47\xb2\xdd\x00\x4e\xc1\xb4\x77\x38\ \xab\x02\x89\x10\xa4\x58\x62\x00\x51\xd0\x3f\x14\x00\xc0\xf4\x53\ \x31\x77\x9a\x8d\x06\x97\x68\x34\x34\x4d\x0c\x68\x8c\x19\x1a\x7c\ \xa7\xf5\xd3\x68\x6c\x31\x9a\xcd\x9a\xee\xa7\x99\xb1\xd8\xb8\x7e\ \xb8\x0c\x08\xcd\xb2\x68\xf0\x7a\x80\x6f\x00\xf5\x58\x30\x95\x06\ \x9a\xbe\xc3\x9e\x4c\x38\x01\x23\x86\x1d\xe5\xd3\x5c\x86\x99\x29\ \x86\x48\xb2\x23\xea\xb9\xd8\x39\x78\xc4\xfb\x7a\x24\xe6\x8b\x72\ \xb2\x6b\x73\x46\xe6\x06\x66\x52\x9b\xe2\x13\x6b\x5a\x1f\x1f\xe5\ \x47\x06\x23\x59\x34\x3d\x06\x4d\x3b\xe8\xd3\x6b\x7a\x84\x75\x79\ \xd7\x26\x4e\x5b\xcf\x34\x63\x3b\x34\x41\x0b\x41\xf7\xc2\x99\xe1\ \xd0\x66\xa9\xc3\x28\xc0\xae\xd8\x62\xb8\x6b\x4c\xa0\x01\x01\xfd\ \x03\x64\x0e\x8e\x10\xc9\x62\xa4\xc5\x37\x9e\xf6\x4f\xb3\x99\xe1\ \x07\x03\x4c\x2e\x83\x84\x41\x11\x4d\x17\xfb\x8e\x4e\x36\xdf\x25\ \x04\x7c\xf8\x64\x34\xec\x00\xe7\x20\x59\xc6\xc6\xc6\x70\x98\x87\ \xcd\xc2\x01\xc6\xc8\x16\x4f\x3f\x05\x48\x07\x08\x20\xc3\x58\x4f\ \x0f\x45\x42\x33\x00\x2c\x1b\xeb\x01\x8a\x64\x47\xb4\xb5\xb1\x43\ \x1a\x3a\x38\xd9\x00\x64\xa2\x90\xc9\x24\x3c\x11\x7c\xe0\xc9\x18\ \x1b\x07\x0c\x19\xa5\x4b\x21\x39\x50\x1d\x31\x24\x32\xc9\xce\x1d\ \xef\x48\x25\x53\x90\x78\x22\x00\x31\x92\x0d\x9e\x64\x4b\x76\xf3\ \x71\xf1\xf3\x88\xf4\x0a\x8a\xf5\x72\x0e\x6f\x0a\xe7\xd5\x34\x76\ \x56\xb4\xaf\x1c\xac\x0d\x5d\x94\xff\xf5\xf3\x5f\x3f\xc3\x75\xf1\ \xb8\xff\xfc\x47\xe5\xfa\xad\xf7\x7f\xff\x39\xae\xa8\xb0\x7d\xb8\ \x3e\xf5\xf8\xd3\xc1\xd9\x46\xf2\xc5\xd2\x87\x4f\x65\x8f\xee\xef\ \x2f\x7c\xe8\x59\x7a\xb8\xf0\x61\x7b\x69\xe9\xd3\xfe\xc3\xa8\xe1\ \xa6\xa6\x9a\xc8\x9a\xaa\x96\xba\xa6\xde\x94\xf8\xe2\x96\xb6\xec\ \x94\x99\x0a\x69\x56\xc5\x64\x69\x77\x6e\x4b\x6d\x6d\x56\x91\xa0\ \x24\x63\xbd\xc6\xb9\x8e\x1e\xf1\xb6\xaa\x7d\x80\xcf\x4f\xe1\x54\ \xa6\xcf\x76\x83\xcf\x82\xb5\x95\xf9\x95\x86\xa1\xf9\x67\xf3\xab\ \xab\x6b\xeb\x5b\x2f\xd6\x5f\x9d\x1c\x9e\xde\xbe\xfc\x78\xb2\x74\ \x72\xb1\xb4\xb8\xb4\xbd\xbf\x3c\xfc\x70\xe2\xfe\x87\xf3\xf3\xe5\ \x9b\xae\x96\xbf\xab\x00\xb0\xfa\x1c\x9a\x7a\xeb\x2a\xf9\xe5\xd6\ \xf5\xbf\xfe\x78\xff\x33\x50\x3b\xb2\xeb\x7e\x7e\x7e\x55\xbf\x7a\ \xfe\xb9\x7c\x25\x7b\xfb\xf9\xfa\xfb\x83\xc9\x76\x4e\x61\x6f\x56\ \x85\xa4\xa3\xb5\xb9\x3a\x51\x10\x13\x1d\xe6\x1e\xe8\xee\x04\x24\ \xa1\x0b\xd5\xc9\x81\x4c\x25\x02\x81\xed\xa0\xeb\x80\x31\x36\xc5\ \x53\xc8\x14\x3b\x47\xa0\x12\xfd\x82\xc3\x23\x7d\x7c\xec\xa8\xce\ \x54\x0c\xde\x3d\xd8\xd9\xc1\x91\xe2\xe5\x64\xeb\xe4\xee\x1b\x96\ \x24\x8c\x9c\xea\xfa\xf3\xd7\x3b\x63\x11\x5a\xaa\xf7\x5d\xdc\x9d\ \x9d\x3d\x7c\xbc\x62\x62\x05\x82\xce\x92\x9a\x62\x41\x92\x34\x26\ \xb1\x53\xd0\x28\x91\xb4\x74\xd6\x89\x5a\xab\xb2\x72\x04\x41\x89\ \x45\x19\xfc\xc2\x92\xaa\x9c\x8a\x8a\xaa\xa1\x23\x83\x80\x82\x44\ \xbf\xf0\xd8\xf0\x9a\xea\x3d\x8d\x83\x9d\x23\xd7\xcb\xd5\x8c\x68\ \x41\x8c\xa4\xa6\xb3\xb3\x31\x33\x2b\x6a\x6c\x71\xab\x7d\x60\x32\ \xa5\xb0\x22\xbb\xad\xba\xb3\x55\x2a\x2a\x6a\xaa\xab\x6e\x13\x94\ \x16\xc5\xb7\x0a\xa5\x42\x91\xa8\xaa\xa2\xaa\xba\xb6\xb0\xb0\x24\ \xa3\x81\xbf\xb4\x71\x30\x39\xd2\x0b\xa4\x74\xe5\x24\x34\xc7\x7a\ \x15\xa5\x5c\xde\x05\xfd\x3e\x9f\xc7\xc5\x7d\x2e\x61\xc9\x0a\x56\ \x57\x10\x74\xeb\xaf\xcf\xeb\x0f\xb7\x6e\x7d\x06\xa0\xb8\x6f\xea\ \xef\x6b\x0f\xd6\x57\xf0\x52\xb9\xaa\xac\xc7\x5d\x41\xda\x57\xdc\ \x8b\x8b\xfb\xba\x96\xf8\x79\xb1\xf1\x1f\x45\x77\x95\xb8\xbf\xbb\ \xee\x8c\x75\xf5\x75\xf5\xa5\x75\x41\xeb\x4e\x7f\x4b\x4b\x7f\x13\ \x4d\x7b\x65\x65\x45\x4d\x39\x35\x0d\x45\x7b\x05\x23\x75\x25\x73\ \x4d\x25\x39\x70\x85\x9a\x9a\xba\xba\x86\x8e\x0e\x02\x28\x42\x75\ \x2d\x23\x1d\x0d\x2d\x7d\x7d\x0d\x84\x96\x06\xb8\xa0\xa5\x84\x40\ \xe8\x6b\xc9\x21\x14\x10\x46\x56\x06\x3a\x06\x58\x23\x1d\x23\x1d\ \xac\xa7\x81\x91\x85\x8e\x81\x0e\x41\xdf\x48\x15\xc6\x09\x5a\x10\ \xe8\xde\x9e\xea\x3a\x58\x82\x16\x80\x38\x2d\x75\x0d\x98\x39\xe1\ \x6a\x01\xbd\x95\x5d\x3d\xbd\x13\x00\xcc\x85\x26\x7b\x5b\xe8\x1b\ \x19\xe9\x10\xb0\x74\x7a\x54\x40\x40\xcf\x70\x32\xc1\x3b\xc1\x33\ \xf9\x61\x4f\x82\x85\xab\x8e\x8e\x82\x9a\xaa\x89\xaa\x06\x96\x60\ \xa1\xae\x6c\xa2\x69\x5e\xef\x6f\x62\x6f\x62\x99\x66\xae\x09\x76\ \xd7\x52\x5e\xd9\xb2\x3c\xad\x1c\xe6\xee\xe6\xfd\x50\x92\x9b\x95\ \x55\x98\x9a\xd1\x28\xad\x28\x29\x4c\x2d\xcc\x4c\xe5\x57\x96\xf6\ \x76\x97\x96\x66\x4c\x55\x56\x66\xd7\xe5\x56\xd5\x02\x79\x5e\xcb\ \xcf\xe1\xb7\xcf\xf1\x85\x91\x80\x1c\x4f\x56\xb6\x66\xf0\x4b\x73\ \x29\x4f\x00\xfd\x91\xa5\x31\x4c\x3f\x95\xb5\x61\xc1\xb3\x56\xdc\ \xcf\x14\xc3\x82\x7b\x3f\x0b\x37\x3d\xcd\xe8\x07\x52\x89\xc9\x32\ \x43\xd3\x00\xcb\x32\x46\x1b\x33\x68\xe0\x6c\xa7\xb1\x01\x67\xd2\ \xa3\xe1\xe0\x48\xe1\x34\x8c\x07\x04\x1c\x0b\xc0\x06\xd0\x66\xdc\ \x7e\x38\x94\xc3\xe2\x3e\xe5\xc2\x0c\x43\x40\xcf\x00\xad\x7a\x0a\ \x18\x4f\x3f\x97\x25\x66\xf4\x43\xbf\x1a\x96\x19\x78\xee\x3a\x52\ \x29\x76\xb6\x7e\x91\x91\x35\xce\x21\x2d\x6d\x35\x8d\x55\xe9\x53\ \x6f\xa7\xd2\x33\x1a\xeb\x9a\xf2\x85\x8b\x56\xd5\x61\xce\x54\x22\ \x03\xa6\x9b\xa2\x1d\x7b\x8f\x0c\x00\x1d\xbf\x69\xcc\x30\x46\xf1\ \x46\xf6\x0e\xbc\xb1\xf1\x68\x63\x00\x4e\x41\xa1\x89\x37\x58\x34\ \x36\x34\xc4\x02\x08\x89\x63\x9a\xe9\xe9\xea\xb1\x70\xd0\xe9\x86\ \x0d\x53\x7b\x60\x33\x57\x3f\x97\xc1\xf6\x5a\xd9\xc1\xf5\x33\xb4\ \xb5\x1d\x6c\x88\x17\x83\x56\xdb\x1f\xac\xde\xed\x06\xdc\xc7\x86\ \x3a\x8a\xe1\xc2\x27\xcc\x4f\x45\x33\x61\xd0\x0f\x5c\x15\x10\xf7\ \x4f\xc3\xd4\x7b\x63\x63\x1c\xf4\x46\x46\x6a\xe3\x70\x86\x86\xda\ \x38\x34\x92\x4c\xb5\xf5\x71\x20\xba\x38\x20\x89\x32\x47\x76\x53\ \x22\xd5\x89\x82\x47\x52\x1c\x6c\x00\xc7\xc2\xdb\x82\x13\xd1\x94\ \x04\x2e\x93\x30\x24\x3b\x2a\x91\x4a\xa5\x50\xdd\x00\x60\x51\x00\ \x33\xa3\x02\x9c\x73\xf4\xf5\x49\xf4\x09\x0a\x09\x09\xf7\x09\x17\ \x15\x89\x1a\x9b\x53\x39\x2b\xb3\xfc\xd4\xdb\xf5\xbf\xff\x01\xd0\ \xea\x39\xb4\x66\x8c\x8b\xfb\xcf\xb5\xeb\xd7\xdf\xff\xfd\xf7\x8f\ \xfe\xca\x5a\x8a\xd6\x83\x77\x34\xd5\x17\x9e\xf5\x7c\x7a\x98\xfc\ \xe9\xf2\x72\x77\xe9\xdd\xeb\xe5\xf3\xf3\xdb\x67\x97\x8b\x27\x8b\ \x4b\xde\xcb\x39\x89\xf9\x35\x22\x61\xdd\xed\x83\x57\x17\xf3\xf9\ \xd1\x89\x2d\x45\xb1\x2d\xfc\x5a\x51\x55\xf7\x64\x7a\x7a\x5d\x49\ \x45\x51\x6b\x46\x3a\x9f\xbf\xf9\xe2\xb6\xe7\x61\x2e\x7f\x60\xb2\ \x21\xbd\x7b\xa0\xbb\xa1\x60\x64\x72\x72\xa6\x77\x76\x6b\x65\x72\ \x75\x73\x7d\x68\x72\x72\x7e\x7d\xeb\xe5\x8b\x17\x07\x7b\x6f\x4f\ \x2e\x3e\x7e\x5c\x80\x0e\x04\xfb\x4b\xc7\x3d\x56\xde\x3d\xc3\x13\ \x37\x93\xb5\x7e\xfb\xf3\x7a\x9c\xca\xb5\xaf\x70\x75\xc5\xae\x80\ \x00\xfa\x19\xda\xb9\xcb\x78\xd5\xb5\x5b\x9f\x79\xd5\x97\x6f\xb2\ \x25\x42\x08\xbe\xbf\x9f\xcd\x96\xa6\x66\x70\x32\x1a\x2b\x44\xf9\ \x02\x40\x9b\x93\x82\x85\xd0\x7e\xca\x3d\xd8\xd1\x05\xef\x40\x81\ \xf3\x0d\x36\x48\x12\x09\x46\x10\x52\x6d\xc8\x36\x8e\x40\x2e\xfb\ \x04\x7a\x15\xc7\x04\xba\xb9\xd8\x52\x90\x34\x62\x7c\x76\x62\x90\ \xb3\x9b\xbb\x87\x97\xaf\x8f\x87\x1f\x4c\x7f\x4d\xf8\xe5\xb7\xbb\ \xa3\xe3\x0a\x51\xeb\x78\x32\x09\x49\xa2\xe2\xdd\xa3\x43\x12\x8b\ \x4a\x8b\x9a\x62\x12\xc3\x05\x35\x9d\x4d\x4d\x92\xa6\x96\xd6\x44\ \x81\x50\xd8\x1a\xdf\x51\x58\x0b\x48\x51\x56\x6e\x65\x49\x56\x5b\ \x63\xfb\xed\xa5\x4f\xbc\xc8\x90\xc0\x90\xf0\xea\xba\x06\x8b\xe1\ \x73\x57\x84\x1a\x7f\x3f\x46\x90\x5f\xd7\x56\x58\x38\x30\x73\xf2\ \xfc\x3f\xef\xef\x9c\x6f\x8e\x14\x64\xb7\x35\x57\x67\x17\x56\xb7\ \x14\xd5\x55\x4b\xaa\x3b\x04\xd2\xe6\xe2\xe6\x26\x69\x6b\x7c\x63\ \x61\x4b\x4b\x75\x73\x4a\x76\x69\x66\x46\x76\x65\x4f\xd4\xe2\x5e\ \x29\xa7\x72\x72\x6a\x6a\x73\x7d\xb6\x7d\x66\xe7\xf6\x43\xd5\x88\ \xb1\x07\x3f\x01\x8c\x01\x5a\x39\x2e\xee\x5a\xdc\x35\xf0\xb7\xcb\ \x5a\xd3\x20\x60\x3d\x97\xe5\xab\x82\x6b\x54\xbe\x70\xaf\xaf\xd2\ \xee\xab\x36\xfc\x56\x67\xbf\xf6\x7d\xf9\xfd\xda\x17\x2a\xf6\x25\ \x56\xe7\x8b\x8a\xfc\x0e\xe1\xae\xf2\xbe\x6e\x8d\x42\xbb\x83\xf2\ \xf2\xbc\xbc\x08\x7f\x7b\x6b\x73\x73\x73\x6b\x7b\x4b\x4b\x73\x4b\ \x00\x52\x72\x1a\x8a\x6a\xea\x8a\x6a\x00\xba\x80\x20\x53\x53\x95\ \x03\x6f\x1a\x72\x1a\xaa\x6a\x1a\x5a\xaa\x6a\x4a\xb0\x9f\x54\xd1\ \x5e\x59\x41\x0b\xa0\x94\xba\x0e\x02\xfc\x44\x01\xa1\x04\x90\x0c\ \xa1\x61\x61\x81\xa5\xeb\xab\x6b\x61\xf5\x11\x40\x40\x5a\xde\xc9\ \xd3\xd2\x32\x40\x60\xf5\xbd\xbd\x3d\x8d\x08\xae\x04\x03\x02\x16\ \x28\x47\x03\x23\xc0\xd0\xf4\x2d\x5c\x09\xb0\xa2\x45\x48\xde\xd8\ \x9f\x00\xa8\x14\x8a\xd5\x50\xd7\xc7\xc2\x2c\x2f\x23\x75\x6f\xac\ \x4e\xc2\x04\xdd\xca\x33\x21\xa0\x6c\xc2\x93\x40\xb7\x72\xf5\x34\ \xd2\x51\x95\xd3\x09\x0d\xd5\x57\x95\x53\x55\x35\xb1\xf7\xb7\xd4\ \xd4\xd4\x34\xd7\x34\xb1\xf6\xb7\x8c\x90\x97\xd3\xb4\xb6\x4c\xb3\ \x37\x37\xb7\x4f\xfb\x21\xb3\xaa\x05\x88\xf3\xb6\xc2\x8a\xd4\xe6\ \xdc\xdc\x91\xee\x14\xce\x54\x4a\xef\xcc\x5c\x3b\x7f\xb2\xbd\x21\ \xb7\xa2\xa1\x20\xab\xa0\x3d\xa3\x70\x76\x32\x23\xa5\x7b\xaa\x34\ \xa7\x39\x35\xb7\xa0\x30\xa5\xb9\xa4\x94\x83\x92\x99\x33\xf4\x43\ \x5e\x25\xbb\x00\xd1\x85\xf5\xf4\x86\xf8\x89\x18\x88\xbd\x27\x40\ \x1a\xc2\x70\x19\x31\x0e\xcd\x64\x9a\x31\xc0\xe9\xcd\x30\x06\x5a\ \x90\xc6\x86\xde\xe7\x7a\x34\x63\x26\x9b\xc1\x85\x08\x05\xa8\x19\ \xec\xbf\x64\x72\xd9\x2c\x31\x6c\x28\x85\x09\xd0\x4f\x61\xf8\xc4\ \x0d\x06\x20\x6e\x5c\xc0\xde\xd8\x40\x71\x89\xa7\x99\xfd\xfd\x40\ \x21\x3e\xd5\x26\xa2\xc8\x5e\x36\x76\xee\x0e\xee\xd1\x3c\x89\x4f\ \x52\x4b\xab\xb4\x3a\x37\xab\x60\x72\xae\x28\x53\x12\x1b\x1f\xc3\ \x5b\xb9\x59\x69\x8b\x27\x3b\x52\x00\x1e\x1a\x1a\xb3\x6c\x2a\x4e\ \x26\xca\xfb\x6a\x70\xda\x48\x8c\xd3\xe4\xd2\x3e\xbd\x81\x85\x32\ \xd3\xd6\x75\x7b\x57\xfa\x94\xcb\x32\xe6\xa2\x19\x2c\x1c\x83\xc6\ \x04\xda\x8e\xa6\xa7\x0b\x60\x14\x07\x1d\xbb\xb8\xe2\x69\x36\x97\ \x01\x17\x37\x99\x21\xab\x05\x38\x16\x1a\x63\x48\xb6\x45\xbd\x19\ \x35\xd8\x27\x6c\x9f\x2f\x9e\x2f\x1d\x2f\x50\x00\x4d\x84\x6c\x11\ \x47\x63\xa2\x01\xca\xde\xb8\x21\x1b\xea\x79\x0a\xe8\x20\x4b\x17\ \xc6\xa3\x1a\x1b\x1b\x9a\xea\x31\xb5\x8d\x69\xe0\xd3\xd0\xa1\x45\ \x14\xeb\x65\x83\x87\x75\x75\x80\x42\x24\x07\x17\x40\xa0\xa8\x76\ \x64\x3b\x0a\xd2\x0e\x6f\x43\xc5\x93\xa8\xb6\x36\x36\x64\x12\x91\ \x62\x03\x74\x20\x20\x5d\x8e\x76\x76\x14\xb0\xe5\xe4\xe2\x68\xeb\ \xe1\xe1\x11\x14\xee\x17\x12\x1e\xed\x13\xd2\xd4\x22\xa9\x2b\x99\ \xac\x2a\xa9\x48\xb9\x50\x18\xfd\xf3\x8f\xbf\xdf\xdf\xfa\xf9\x0f\ \x58\xf4\xf8\xf9\xba\x0a\xe0\x27\x0f\x46\xff\xfc\xf3\x8e\x9c\xfc\ \xbd\x5f\xc6\x47\x1f\xfc\xfe\x7b\x84\xeb\xc2\x8b\x95\x77\x1f\x2f\ \x3e\x2c\xf6\x4c\xec\x2e\x1f\xdf\x3f\x59\x38\x78\x74\xfc\x61\x61\ \x28\xbc\x46\x2a\x6c\xae\x91\xcc\x60\xf7\x17\xe7\x4b\x84\xd1\x49\ \x0d\x55\xd1\x29\xe9\x8d\x9d\x95\x43\x95\x8d\x59\xb5\x29\x45\x9c\ \x81\xf6\x4a\x7e\xf7\x3a\x87\x9f\xde\xcb\xe9\x05\xd4\x80\x3f\x34\ \x52\xd0\x50\x30\x34\x34\x35\x34\xf4\x72\x7d\x6d\x7d\xed\x70\xf3\ \xc5\x8b\xd9\xf5\xdb\x87\xcf\x0e\x0e\x00\x5e\x3d\x7b\xbc\xb0\xf0\ \x69\x61\x69\xf1\xf5\xeb\xa3\x9e\x32\xcf\x04\xb9\x7f\xff\x7c\x0d\ \xe0\xe7\x97\x34\xf5\x6b\xdf\x32\xe9\x01\x28\xfd\xf1\xfe\xaf\xf7\ \xcf\xaf\xd0\xeb\xaa\x0d\xeb\x4a\x0b\x5e\xf5\x36\x80\x4d\x68\xf2\ \xfe\xcb\xb3\xb9\x4a\x7e\x69\x66\x6a\x49\x75\x91\x20\x9f\x27\x04\ \x98\xe1\x0e\x60\xc3\xc7\xd1\xc3\xdd\x19\x2e\x9d\x92\x00\x19\xd5\ \x46\x92\x91\x28\x0c\x00\x78\x8c\x8b\x2d\x19\x46\xd6\x07\x0a\xc2\ \xfd\x60\xb2\x8d\x2e\x43\x37\x69\x6a\xb2\xb2\xce\xd7\x0e\x6f\xeb\ \xee\xe1\xe3\x1e\x18\xce\x13\xb5\x9b\xff\xeb\xd7\x3b\x77\x23\x1e\ \x79\xe0\x0c\xb5\x75\xc9\x24\x8a\xb3\xa3\x47\x0c\x78\x82\xf3\x62\ \x12\xe3\x79\x49\x82\xa4\x48\x49\x53\x75\x5b\x5d\x47\x92\xb4\xb9\ \x25\x73\x86\x9f\x5a\x54\x9b\x9b\x95\x52\x5d\x58\xd1\xd2\x3e\x34\ \x57\xe2\x93\x1f\x12\x1d\xdb\x54\x54\x3b\xe7\x6d\xa4\xa8\x64\x92\ \x76\x74\x96\xd2\xda\xd8\x98\x53\xc0\xdf\xdc\xfc\x31\xee\xd6\xf5\ \xb8\xe7\xdb\x23\x43\x0d\xe0\x70\x95\xe4\x88\x3a\x4a\x44\x6d\x1d\ \xbc\x0a\x9e\x48\x24\x69\xed\x84\x99\x68\x6d\xcd\x45\xcd\x8d\xe9\ \xa9\x95\x8d\x45\xad\x75\x3b\x16\x06\x3d\x27\x33\x43\xf3\x9b\x2f\ \x4f\x2f\x2e\xcf\x56\x56\x4e\x6e\x7f\xba\x69\x32\x36\xfa\x5e\xb6\ \x16\x18\x27\x4b\x6b\xfc\x19\x4a\x65\x19\xc3\x7a\xff\xc7\xcf\x7f\ \x5d\x87\xf9\x8d\xd7\xbf\xb2\xae\xef\x51\xeb\xdb\xd6\xb7\x19\x9c\ \x6b\xdf\xd2\xe8\xbf\x94\xba\x3e\x4f\x4f\xc7\x7d\xb5\xc8\xfa\xb2\ \x4e\xf8\xb9\x44\x1f\xf7\xaf\xae\xbe\x71\x48\x51\x60\xda\xbb\xbf\ \xbd\x7d\x04\x00\x2c\x13\x7b\x7b\x7b\x13\x7b\x39\x25\x4d\x35\x05\ \x25\x45\x65\x45\x05\x45\x79\x88\x5b\xe6\x79\xd6\x6a\xe6\x72\x26\ \x9a\x26\xe6\xca\x8a\x72\xfa\xfa\x0a\xaa\x00\xd0\x14\x15\x35\xd4\ \xe4\xd4\xf4\xd5\x11\x08\x35\x0d\x05\x45\x55\x55\x05\x84\x9c\x9c\ \x82\x3a\x56\x5d\x4d\x4d\x07\xb0\x28\x45\x35\xcb\xbb\x79\x46\x3a\ \x3a\xe0\xb2\x91\x85\x91\xab\x81\xbe\x0e\x10\x91\x6a\x5a\x04\x2b\ \xba\x96\x82\x06\xb8\x0a\x6b\xa4\xae\xa0\x85\xf5\xa4\x5b\x79\xc3\ \x74\x09\x82\x02\x82\x6e\xa4\xa1\xa3\x8e\xd0\xd0\x8a\xb2\xa0\x7b\ \xd3\x09\x74\xcf\x00\x57\x7d\x4f\xcf\xd0\x28\x2b\x2b\xcf\x28\x2b\ \x0b\xac\x05\xd6\x5b\x5d\x41\x41\x19\xf0\x2a\x7b\x73\x7b\x7b\x73\ \x13\x00\x5c\x79\x96\x9a\x26\x4a\x72\x4a\x4a\x96\xfe\x96\xf2\x8a\ \xe6\x3f\xe4\xa4\x96\x64\x77\x76\x56\x54\x14\x16\x65\x67\x97\xcc\ \xac\x8c\xcc\x8d\xa4\xae\xec\x4c\x65\x14\xa4\x3f\xe3\xe7\xa6\x70\ \x4a\x4b\xb3\x2b\x1b\xba\x47\x66\xd2\x53\x53\x38\xa9\x25\x85\x59\ \x45\x0d\x03\xa9\xa9\x6d\x29\xf9\xfd\x30\x3c\x02\xe8\x27\xae\x2c\ \x2f\x75\xfa\x06\x93\x05\xe7\x00\x9f\xfe\x6f\x1a\x6a\x2b\xb8\xe6\ \x07\x78\x11\x00\x02\x1a\x17\xd0\x17\x1c\x9b\xa5\x07\x44\x14\x97\ \xdd\x4f\x63\x33\x68\x38\x3d\x26\x4d\xcc\xbd\x21\x86\x33\x3b\xd0\ \x22\x1d\x4e\xb6\xb0\x18\x5c\xc0\x56\xd8\xb2\x6c\xfb\xa7\xf0\x71\ \x60\x53\x16\x1b\xa2\x5f\xbf\x6c\xfc\x65\x5a\x16\x7a\xc8\x44\xc1\ \x02\x36\x15\x6f\xe7\xe7\x17\x5e\x2c\x88\x15\x75\x08\x0b\x2b\x53\ \x33\x72\x07\x32\x1a\x6a\x5d\xc2\xa2\x93\xea\xea\x3a\xdc\x49\x64\ \xc0\xbf\x7c\x69\xa6\x86\x86\xa6\x98\x98\xa1\x65\x03\x3b\x16\x0a\ \x69\x68\x7c\xa2\xe5\x7d\x44\xa6\x19\xa2\x8d\x29\x6f\x07\x33\xc4\ \x80\x07\x31\x80\x20\x44\x1b\x03\x18\x05\x74\x08\x69\x88\x63\x42\ \x5d\xf7\x44\x0c\x57\x26\xc5\x62\x06\xdc\x73\x37\x0e\x9f\xdb\x8f\ \x83\x91\xa6\xba\x8f\x07\x2d\x5d\x4d\x8e\x8f\x76\x1f\x1e\x85\x1e\ \xa3\x0c\x91\x38\x53\x3d\x3d\x34\x40\x3a\x3d\x48\xc7\x80\xac\x64\ \xf4\x83\x07\x63\xb1\xb8\x48\x5d\x63\x9c\x36\x4d\x0f\xce\xe1\xa0\ \xcd\x58\x38\x1c\x4e\xcf\x21\x26\x48\x7a\xbb\x34\xc9\xcb\xcd\x96\ \xe2\x62\xe7\xee\x04\x40\xcb\xd0\x01\x10\x2a\x3c\x91\x68\x03\xe4\ \x9f\x29\xd9\xc1\x96\x42\x21\x61\x30\x14\x37\x27\x1b\x17\x0f\x3b\ \x24\x24\x8f\x0e\x8e\x0e\x8e\x2e\x1e\x6e\x1e\x5e\x4e\xd1\xe1\x3e\ \x89\xbc\x0e\x89\xb4\x89\xd7\x54\x92\x53\x14\x54\xb7\x37\x61\xa1\ \xa6\xf0\xeb\xbf\x1e\xe4\x0d\xda\xcb\x69\xca\xc9\x97\xd7\x77\xe5\ \x99\x58\xea\x94\xd1\x3d\xe5\x3d\x17\xe9\x01\x0b\x2f\x2f\x8e\x5f\ \x9f\x6b\x75\xfd\x74\xf7\xee\xdf\xbf\x44\xf4\x8d\x3d\xf8\xed\x97\ \x5f\x7f\xfa\x77\x57\xb9\x9c\xda\x76\x59\x59\x55\x64\x7e\x64\x53\ \x5b\x4a\x2f\x87\xbf\xfa\x66\x2e\x25\xa7\xb6\x3a\x3b\x2b\x3e\xbf\ \xa8\x34\xa3\x17\x48\xbf\x5e\xce\x50\x49\x6a\xfb\x4c\x76\x7b\x65\ \x6e\xe5\x48\x43\xe9\x00\x9f\xd3\x3d\x93\x3a\x30\x34\xb0\xd6\x30\ \x50\x39\xbf\x3a\x35\xb3\xb6\xb7\xba\xb6\x76\xfa\xe2\xcd\xce\xc1\ \xce\xab\xad\x9d\xd3\xdb\x17\x17\x6f\x4f\x3f\x9e\x5d\x3e\x5a\xba\ \xbf\xbb\xbb\xff\xfa\xc8\xea\x47\x40\x0c\x64\x0d\xdc\x9f\x87\xe1\ \xae\x52\x14\x64\x13\xbe\xcf\xdf\xbf\x87\x56\xc8\xb2\xe5\xc0\xcf\ \x11\xf5\x57\xeb\x84\x00\xa5\x64\x21\x3a\xb2\xcf\x6b\x7d\xa5\xab\ \x53\x23\xfc\xac\xda\x92\xce\x9a\xa6\xea\x26\xc0\xb0\x7c\x5d\x02\ \x43\x82\x3c\x7c\xbd\x6c\x5d\x6c\xf0\x78\x1b\x0c\x8a\xa2\x8b\x22\ \xdb\x10\xf1\x28\x32\x0a\x8f\xf7\xf2\xb0\x73\xf3\x0d\x77\x8e\xf7\ \xf3\x73\xb4\xb1\x03\x0c\x0b\x6d\xec\xde\x91\xb1\x73\xfb\xb0\x28\ \xcc\xc5\xd6\xc5\xcd\xc9\xc5\x29\x3e\x36\x71\xf1\xc1\x2f\xf7\xee\ \xf8\x3f\x26\xe3\xd0\xc6\xa6\x44\x24\xc5\x11\xef\x11\x5c\x93\xdb\ \x2c\x14\xc4\x04\x25\x86\x87\x04\x47\x86\x27\x25\xd6\xd5\x88\x9a\ \x0b\xd3\x47\x46\x0a\x32\x39\x1d\xb5\xb5\x29\x05\x93\xd0\x47\x67\ \x32\x8b\x07\x34\x65\x64\x50\x73\x4e\xe7\xaa\x01\xc1\xde\xdc\xdf\ \x5e\xa1\xfb\x76\x7e\x4b\x23\x67\x60\x76\x55\x31\x0e\xa2\x6b\xdc\ \xf8\xe1\xc8\x4c\x77\x41\x66\x51\x5d\x63\x6d\x7a\x4e\x67\x4d\x7e\ \x47\x9b\x48\xda\xd9\x51\x02\xb4\x76\x5b\x6d\x63\x5b\x75\x6e\x4e\ \x61\x61\x6a\x7b\x6d\x6a\xe1\x82\x9a\x09\xf6\xe3\xb3\x57\x6b\xb7\ \x1f\xdf\xdf\x9f\x78\x7b\x70\x70\xfa\xf1\xf6\x27\xd5\xf2\xdf\xaf\ \x3f\x07\x84\x12\xa2\xca\xb5\x5b\x50\x0a\xbf\x87\x88\x75\x0b\x1e\ \xa4\xe7\xb2\xca\xde\x37\xe6\x74\xfd\xab\x24\xbc\x42\xa3\x2f\x6d\ \x0b\x5f\x49\xd4\x77\x3e\x0e\x2a\x57\xf3\x84\xd7\xff\xb1\x36\xa8\ \xf2\x15\xc7\x3e\x3f\x5e\xdc\x5f\x83\x5d\x63\x79\xe0\x49\x53\x9f\ \x67\x9f\x17\x61\x99\xe6\x6f\x2f\xaf\x68\x62\xae\x19\xe1\x2f\xaf\ \xa8\xa8\xa8\xa9\x28\xa7\x66\x2e\xaf\x2c\xaf\x6c\xae\x69\xe9\x3f\ \xde\x15\xa1\x6c\xa2\xaa\xaa\x69\xa2\xa6\xa6\xaa\xa5\xa3\xa0\x81\ \xd0\x50\x00\x2c\x4b\x41\x4e\x15\x21\xa7\x8e\x80\xb9\x81\x72\x8a\ \x6a\x1a\x4a\x0a\x6a\x4a\xe6\xaa\xf2\x9a\xaa\xea\x72\x6a\x08\x55\ \x0d\xba\x85\x96\x81\xbe\x1c\xb8\x4e\x11\x01\x6e\xa6\x63\x04\xb3\ \xbd\x0c\x34\xe4\xd4\xb1\x0a\x08\x45\x05\xa0\x23\xf5\x01\x6e\xe9\ \x1b\x81\x0b\x1a\x6a\x0a\xfa\x72\x1a\xfa\x1a\x06\x06\x06\x5a\xf4\ \x00\x00\x56\x00\xd3\x10\x06\xea\x80\x9e\x59\x68\x85\x12\xb0\x51\ \x51\xa1\xd0\x94\x34\x99\x1e\x60\xa5\x6a\x9d\xa7\xaa\x2c\x6f\xa2\ \x68\xe2\x0f\x00\xb6\x5c\x09\xa1\x69\x6d\xae\xaa\xac\x0a\xfb\xc7\ \x34\x7f\xe8\xcd\x6e\x28\x6d\x48\x4d\xcf\x6d\x4b\x29\x4c\x99\x2a\ \xc8\x4d\x9d\x69\xcf\x9e\x6f\xcf\xaa\x9c\xe9\x1e\x19\xc8\xcc\xe5\ \x64\xfe\x3f\xb2\xde\xc2\xaf\xe9\xf6\x7d\xff\xbf\x19\xdb\xa4\x46\ \xa7\xc0\x40\x46\x48\x0d\x18\x31\x7a\x34\xa3\xe4\x41\x28\xe2\xa4\ \x5b\x24\x04\x44\xba\x1b\xa4\x43\xba\x94\x86\xc1\x1c\x1d\x52\x92\ \x52\x22\x73\x20\xca\x60\xb7\x0f\x78\xff\x17\xbf\xeb\x1a\xea\xed\ \xe7\xfb\x43\x84\xc5\x6b\x1b\xb5\xe7\x8e\xe3\xbc\xce\xeb\x38\xab\ \x22\x43\x13\x62\x32\x13\x73\x0b\xe3\x8b\xd2\xe3\x2b\x9e\xbd\x8c\ \x0b\x09\x89\xc8\x0d\xd1\xe3\x6c\x1e\x84\x0d\xe9\xd1\x30\xac\xa1\ \xe7\x3d\x05\x78\xaa\x9a\x1a\xf2\xfb\xc9\x62\x3c\x50\x54\x44\x32\ \xc7\x5c\x29\x2b\x47\x47\x93\xe4\x01\x98\xa4\xc9\xca\x92\x64\x32\ \x89\x24\x5d\x1c\x4d\x22\x8a\x45\xc3\x8d\x30\xd0\xfd\xf5\x40\x49\ \xd5\x03\xeb\x49\xc0\x44\x02\x6e\x15\x37\x50\x7a\x88\xc5\xa4\x1a\ \xa0\xb7\xde\x03\xb5\x56\x0c\xd7\xe1\x7a\xa2\x6b\x60\x4f\x56\x74\ \xf1\xff\xde\x53\x24\xc1\xb3\x5d\xc7\x5d\x45\xcc\xc8\xde\xe5\xf9\ \x63\x6f\xcf\xd2\xc2\x20\xff\x84\xf0\xaa\xbe\xc4\xd4\x05\x17\x03\ \x43\x3b\x57\x7b\x3b\xe0\xbd\x0c\x4d\xec\xe9\x91\xd2\xd2\xa2\x6a\ \xa2\x6a\x86\xe9\x8b\xe7\x16\xc0\x21\x8a\xad\x68\xb8\x75\xaa\x4b\ \x0b\xc9\xde\x7d\xcd\x45\x88\x6d\x50\x14\x03\x5a\x0f\x4f\xc4\x4b\ \xcb\x4b\x4a\x4a\xc3\x64\x85\x62\xa2\xac\xf9\xe3\x80\xd4\xd6\xc6\ \x00\x4f\x15\x79\x98\x2d\x4f\x2c\xb6\xed\x2d\xa7\x14\x13\xe5\x60\ \x86\x31\x0b\x65\x9d\xc4\xad\xaf\xd0\xa9\x21\xcc\xbb\x89\x97\x97\ \x14\x12\x12\x53\x54\x56\x14\x92\x57\x04\x86\x98\xa4\x0c\x93\x69\ \x60\xd4\x73\x34\x19\x2f\x2b\x06\xc7\x1a\xca\x4b\xc3\xa6\x77\xbc\ \xac\xa8\x98\xc0\xe6\x09\x91\x00\x00\x20\x00\x49\x44\x41\x54\x9c\ \x66\x56\x7c\x69\x9d\x7f\x86\xf9\xc3\x94\x0c\x13\x75\x39\x03\x2b\ \x5b\x6d\x59\x4d\x0b\x73\x3d\x23\x63\x3d\x35\x1d\x5d\x95\xfb\xea\ \x3a\x4e\x46\x9a\xea\x3a\x06\x2a\x86\x40\x62\x19\xab\xab\xe9\xe8\ \x69\x9b\xe9\x5a\x00\x60\xd9\x9b\x38\x3b\xbb\xdb\x79\x3f\x2c\xc9\ \xc8\x7b\x5a\x06\xc4\x51\x45\x7c\x2b\x6b\x6a\x90\xf5\x63\x9b\xbe\ \x79\xb8\x3d\x71\xb2\xf8\x96\xc9\x1a\x9f\x6a\x99\xfa\x7a\xb8\x4d\ \xa5\x52\xb7\x98\x54\xc6\xcc\x0e\x6d\x8f\x4a\x63\x33\x8e\x7e\xb4\ \xa0\x11\xc9\xd3\x1f\xbf\x0f\xbc\x6b\xfb\xb0\x7b\x76\x76\xb3\xe6\ \x21\xc3\xc7\x33\x95\x91\x51\xf0\xca\xb3\x74\xb8\xb3\x31\xbe\x28\ \x21\x2f\xa5\x3c\x22\x36\xff\x45\x5a\x41\x44\x6f\x6f\x68\x6c\xf3\ \x56\x6b\x4e\x79\x58\x64\xd5\x4a\xf7\x68\x77\x63\x6f\x4e\x55\x62\ \x55\x79\x6a\xe2\x42\x4c\x5d\x62\x55\x6f\xce\xe8\x70\x6b\x6f\x6b\ \xd7\x70\x1d\x83\x39\xbc\xb4\x7c\xbc\xf1\x65\x6b\xe5\xd3\x97\xe3\ \x83\x1f\x13\xfb\x2c\x36\x10\x58\xf4\xa3\xc1\x11\xaa\xd2\x67\x1b\ \x9b\xb9\xeb\x6f\xbb\xbb\xd7\xb7\xb3\x5e\x38\x23\x9e\x7f\xcf\x37\ \x7e\x73\x0d\xc4\xc3\xdc\xad\x19\xfc\x25\xba\xde\x70\xca\xec\xe0\ \x42\xf0\xcc\xe5\xc8\xad\xd5\xeb\x37\x6f\x50\x71\x4b\xdd\xdd\xad\ \x41\x91\x71\x99\xf9\x19\xcf\x1f\x3f\x7b\xf2\xc0\xca\xca\x19\xfc\ \x2a\x2d\x8c\xd4\x0d\x74\x0c\xef\x1b\x1a\xc8\x41\xe3\xac\xa3\x0e\ \x4c\xb4\x81\x0a\xf8\xf1\xd9\xda\xdb\x3b\x3b\x3d\xb2\x75\xb2\x33\ \x36\x34\xd1\x14\x95\x16\x55\xb1\x2b\xe9\xa2\xf3\x29\xd0\xba\x53\ \x3c\x6d\xf5\x0c\x0c\x8c\x3c\x5f\x06\x21\x3f\x0c\x0c\x55\xea\x5b\ \x11\xc5\x00\xe9\xd4\xef\xab\x18\xea\xda\x3f\x2b\x73\x7f\x9c\xeb\ \xf9\xb0\xe2\xf9\x23\xcf\x07\xee\xde\xa5\x89\x11\xfe\xcd\x0b\x75\ \xa1\x5d\xa9\xcd\x91\x11\x11\xe9\xfe\x39\x55\x8d\x61\xfe\xe1\xb9\ \x0f\xed\xec\xed\xdc\x9f\x3f\x4b\x0b\xcb\x64\x8a\x5b\xf3\xa3\x31\ \x58\xad\x98\x2b\xcf\xac\x94\xc4\xd9\x3d\x4b\x9f\x55\x38\x5a\x51\ \xe4\xf2\x64\x23\x31\x35\x34\x35\x2c\x21\x37\x22\x2d\x3c\xed\x55\ \x7c\x41\xc6\xeb\x92\x17\x15\x65\x29\x45\x25\x99\x59\xe9\xaf\x73\ \xd3\x0b\xca\xc2\x82\x63\x83\xc3\x13\x13\x17\x09\x81\x82\x17\x3b\ \xc3\x4b\xe3\x49\x9b\x5e\x47\xb4\x53\xe6\xf1\xde\xa7\x1f\xfc\x97\ \x3e\x22\x9c\x20\x7b\x1f\x9f\x3b\xab\xd7\x67\x73\x73\x67\x6f\x80\ \x29\x9c\x03\x22\xf4\xfa\xda\x86\x83\x6e\xb8\xa3\xc6\xe7\x3f\x57\ \x27\xf2\x9f\x7e\xe2\xac\xf4\xdd\xf9\xd3\x8f\xf5\x5f\x8d\xea\x8f\ \xfb\xb3\xf9\xab\x7d\xfe\x77\x8b\xfb\x9f\x45\x45\x68\x44\x3f\xd6\ \x67\x57\x76\x44\x55\x66\xcb\xc8\x04\x26\x07\xc2\x74\x3c\x0c\x0a\ \xcd\x8b\x95\xe1\xe2\x41\x02\x05\xc5\xc3\x8d\xc0\xc9\x00\x72\xc9\ \x00\x29\x83\x46\xf1\xa0\x10\x48\x34\x01\x23\x83\xe1\x81\x04\xe2\ \x01\x6a\x08\x2d\x28\xc0\xcf\xcd\xcb\x05\xe8\xc3\x2d\x28\x20\x2c\ \x8c\x41\x03\xad\xc5\xcb\x8b\xe6\xe5\xe6\x86\xdb\x7a\x78\xc4\xf9\ \xc0\x15\xe0\x08\x01\x94\x00\x37\x8a\x9b\x1f\x08\x30\x29\x05\x61\ \xa0\xbc\x04\xb8\xf9\xc0\x0d\xa4\xa4\x24\x24\xc4\xf9\xf8\x25\x14\ \x24\x14\x84\xf9\x05\x05\xf4\x4d\x55\xb9\x4c\xf5\x35\x94\xc4\x81\ \xa3\x14\xe0\x57\x92\x12\x14\xe0\x12\xe6\xe7\x07\xd4\x53\x15\x14\ \x16\x96\xe2\x16\xb7\x54\x52\xe2\x57\xb2\x14\x26\x78\xf0\xf0\x60\ \x09\xbc\xc0\xb6\x62\x70\x32\xdc\x5c\x68\xac\x16\x1a\x05\x7c\xa1\ \x0c\x12\xf5\xcf\x70\xeb\xd2\xec\xf0\x72\x4c\xb3\x7f\x63\x4c\x44\ \x62\x66\xfe\xb3\xf4\xb4\xb4\xb8\xcc\x82\xb2\xa2\x57\xf1\x91\xfe\ \x89\x5d\x21\xa1\x91\x85\x2f\x9e\xe4\x67\xc6\x97\x56\x94\xa4\xc7\ \x67\x95\x66\x14\x66\x06\x87\x86\x46\x28\xbf\x07\x62\xe8\xb6\x74\ \xd5\x03\xc4\xcf\xfb\x86\x86\x1e\x58\xd1\x02\x32\xe9\x7d\xc3\x24\ \x39\x1a\xa8\x2f\xd8\xa7\xa4\x2c\x4f\x22\x2a\x8b\x91\x29\x14\xc0\ \x23\x79\x0a\x05\x2f\x4f\x54\x06\x62\xaa\x86\x04\x5b\x98\xc8\x0d\ \x70\x0e\x05\x1c\x53\x08\x98\x57\x4c\x99\x24\x01\x34\xc1\xe4\xab\ \x1e\x60\xb0\x48\x0d\xd1\xc5\x00\x7d\x14\xca\xe4\xfb\x68\x58\xdd\ \x7a\x0f\xef\xae\x66\x52\x99\xa4\x2c\x77\x4f\xdb\xec\xae\xa2\x89\ \x85\xb1\xfd\xa3\x17\x2f\x5e\x94\xa5\x35\xa7\xc6\x85\xcc\x6f\xc4\ \x8e\xc6\x3f\xb6\x73\xb1\xb7\xb5\xd5\xd5\x33\x37\xb6\x30\x3b\xe2\ \x8f\x37\x13\x93\x93\xbb\x2b\x24\x5b\xd0\xa2\x10\x24\x8a\x57\x5f\ \x12\xe0\xee\x2a\xc6\x0b\x09\x99\x27\x25\x07\x2e\x03\x40\x15\x93\ \xe1\x4a\x00\x9e\x8c\xa7\x50\x48\x92\x06\x9e\x11\xa3\x57\xbe\xd6\ \xaa\xaa\xd6\xbe\x2d\x2d\x5f\x52\x34\x49\x8a\x0d\x24\x8a\x4b\x6c\ \x1e\x09\x4f\x16\x92\x96\xd3\xbc\xcf\xc2\x99\x5a\xaa\x56\x36\x65\ \x37\xa9\x7a\x05\x2b\xca\x8b\x8a\x4a\xcb\x2b\x03\x9f\x29\xa6\x0c\ \x2c\x2d\x90\x92\x70\x2d\x13\x76\x9e\xf5\x90\x25\x15\x95\xef\x02\ \x60\x09\x89\xc9\x4b\x13\xc1\x77\x7d\x57\x48\xfd\x59\xe8\xab\xc2\ \x52\x33\x13\xcf\x38\x5f\xc7\xbd\x12\x23\x3d\x13\x73\x3d\x43\x0b\ \x3d\x5d\x13\x23\x6d\x5d\x63\x0b\x0b\x38\x9c\xd3\x40\x5d\x47\xd7\ \x44\xcf\xe4\xbe\x8e\xba\xa1\xa1\x91\x9e\xb6\x8e\xb9\xae\x89\x9d\ \xae\xb3\x8b\xad\xc5\x03\x17\xe7\x87\xf6\xf6\xb6\xee\xae\x15\x65\ \x00\xc8\x3f\x16\x0f\xe9\xac\xab\xc1\x71\xda\x97\x1f\x57\x3f\x58\ \x47\xb5\x2d\xdb\x9b\x53\x7e\xaa\xbe\xfa\x8b\x34\x3a\x95\x7d\x7a\ \x45\x63\x53\xbf\xd2\xd9\x17\xe3\x5f\x68\x87\x5f\xe9\xd5\xb5\x9d\ \x8c\x16\x3e\xd5\xce\xce\x4d\x01\x02\x56\xe3\xd0\xcb\x94\x77\x3f\ \xa3\x2c\x3f\xaf\x20\x7e\x7e\x66\xb4\x31\x38\xa8\x35\xbc\x28\x2f\ \x3f\xf7\x59\x59\x58\x68\x79\x50\x50\xf7\x6c\x6c\x4c\x5d\x73\x55\ \x6a\x62\x57\x73\x73\x63\x79\x68\xce\x68\x6b\x6b\x50\x4c\x73\xdf\ \x52\x63\x5d\x57\x5f\x6f\xf3\x70\xd7\xc2\x68\x57\xdf\xcc\xc2\x42\ \xdf\xce\xf2\xcc\xec\xfe\xca\xf2\xec\xa7\xd3\x2f\xfb\x7b\xa7\xd4\ \x71\xfa\x38\x7b\x71\xf3\xa8\x36\x9b\x33\xb8\x6b\x0e\x4a\x84\x5b\ \x54\xbd\xb9\xad\x61\x41\x79\x05\x44\xd4\xd9\xcd\x19\xa7\x4d\x54\ \xc4\xe6\x4f\x83\xc3\x6d\xa9\x1d\xba\xc3\x6b\x68\x8a\xe0\x24\x8a\ \xb9\xc1\x95\xee\xe5\xaa\xd6\x20\xff\xf0\xcc\xf4\x0a\xef\x27\xcf\ \x3d\xdd\x5d\xed\xac\xf4\x2c\xcc\x0c\xcc\x75\xe4\xd4\x34\xef\xa9\ \x19\x18\x18\xa8\xa8\xab\xa9\x69\xeb\x68\xeb\x19\x1b\xe8\x1a\x5b\ \x3d\x70\xb2\x75\x7e\xf6\xd0\xdd\x5c\x4f\x5d\x5d\xc7\xe4\xfe\x3d\ \x39\x39\x15\x73\xe7\xb0\x73\x3e\x82\x16\xff\xf6\x8a\x7f\x63\xdd\ \x63\x33\x97\x52\x5a\x5b\xff\x50\xbb\xa0\xbb\xb2\xa8\x98\x98\x9c\ \xac\x9a\xa1\xae\xae\x99\xcb\xd3\xd2\x8a\xf8\xf4\xac\xd2\x57\xaf\ \x32\x5e\xa5\x87\x04\xb5\xe6\x74\x8d\x2e\x34\x56\x95\x57\xa5\x06\ \xc7\x85\x85\x84\x75\x35\xf7\x86\xbc\xf6\xb6\x72\x7f\x6a\x6b\xf6\ \xe0\x51\x46\x51\x5c\xfc\x06\x3f\x3f\xb7\x3e\x1f\x36\xaa\xfb\xc0\ \x3f\x2d\x64\xf8\x80\x3e\x07\xb5\x11\xf8\x66\x56\xab\x3b\x67\x43\ \x82\x83\xe2\xc3\xe2\xe3\x73\x81\x0d\x4c\x83\xed\xa4\xf9\x25\x2f\ \xe2\x0b\x33\xca\x5e\x17\x64\x06\xa4\xa5\x45\xc4\x05\x04\x25\x06\ \xf9\x47\xf4\x69\x78\x44\xf1\x5a\x32\x97\xc7\x2d\xdd\xf8\xbc\x5a\ \x5a\x36\x19\xa7\x8c\x85\xf1\xb6\x6b\x78\x37\xb0\x8d\x13\x2e\x96\ \xdc\x5c\x5f\x03\x78\x89\x5c\xef\x7e\x83\xcb\xa8\x90\xdc\x36\x36\ \x67\xf0\xca\xff\xd3\x6b\xf5\x57\x43\x95\xc8\x5f\x11\x57\x7f\x9a\ \x1f\xc0\xf1\x77\xfe\x8b\x73\xff\xab\x59\xfe\xb7\x8b\xb4\xf1\xb9\ \x3d\xff\xef\xb7\x26\x18\x39\x1a\x18\xe5\xa1\x05\x3e\xc0\x44\x2c\ \x2c\x4e\x06\xa1\x05\x99\x44\x40\x20\x80\x25\x44\x20\x64\x10\x28\ \x14\x0a\x8b\x11\xe0\xe3\xc1\x60\x79\x50\x68\x0c\x02\xc5\x25\x28\ \x0c\xae\x10\xe4\xe6\xe5\xe1\xe1\x05\x70\x42\xa2\x80\x55\xe3\x03\ \x92\x0b\xc3\x23\xce\xcd\x25\x20\xc0\xcb\xcb\x2f\xc0\xc7\xcb\x27\ \xc1\xcd\x87\x46\x70\xf1\x02\x1f\x07\xcc\x22\xc0\x99\x00\x02\xcd\ \xcd\xc7\xcf\xc7\x25\x20\xc5\x25\x2c\x21\xcc\x25\x28\xc0\xc3\x23\ \x08\x1e\x86\x07\xcd\x2d\xc8\x05\xa8\x66\x69\xaa\xaf\x80\xe2\x92\ \x12\xe6\x05\x92\x0c\xc9\x07\x94\x1b\x0f\x80\x1d\x12\x40\x49\x00\ \x58\x4e\x2e\x94\x80\x02\x17\x12\x85\x44\xf1\x21\xb0\x18\x82\x16\ \x0e\x8d\x40\xf1\xa2\xd0\x58\x2c\x02\xc3\x27\x83\xe3\x41\x00\xb0\ \x22\x30\xff\x84\xc4\x1e\x6c\x8c\xc6\x86\x2e\x05\x87\x54\x25\x16\ \x14\x15\xa5\xc4\xfb\xc7\xc5\x45\xc6\x95\xbc\xf4\xf6\x4c\x0f\x8b\ \x4b\x49\x48\x4f\x4b\x29\xca\xca\xad\x28\xc8\x2f\x4a\x09\x2e\x2c\ \x79\x5d\xf4\xf8\x91\x7f\x2a\xb3\xf0\xb6\x53\xf4\xfd\xff\x60\x81\ \xbc\x87\xb3\xab\xae\xa7\x01\xb8\xc3\xf7\xe4\x62\xb8\xb9\x0e\xd8\ \xb9\x06\x12\x9e\x02\xdf\x89\x24\x20\x9a\xc8\xc5\x78\x31\x88\x07\ \xf0\x0c\x07\xf2\xa3\xa7\x41\x0c\x3f\x09\xbb\x43\x6b\xde\x53\x60\ \x14\x3c\x8c\x90\xa1\x10\x61\x46\x3a\x5c\x82\x83\xf1\xc9\x70\xbe\ \x32\xdc\x8f\xcc\xb1\x9d\xe0\x44\x74\x0d\x47\x93\x29\xe2\xe5\x0d\ \x74\xcc\x8c\xee\x29\x6b\x1b\x1b\xba\x3c\x79\xec\xf9\x24\xbf\x34\ \xbd\x2e\x22\xb2\x97\x51\x57\x1e\x92\x52\xf6\xc2\xdb\xce\xcc\xd0\ \xcc\xd9\xd5\xc5\xa8\xdb\xc1\x77\xd4\x49\x0c\x98\x3d\xb9\xfb\xde\ \x2c\xec\xb6\xad\xca\x93\xe6\x89\xac\xe0\x0a\xf9\xe8\x2c\x42\x54\ \xfb\xa6\x18\xf0\xa5\x24\x69\xc0\xc7\xbb\x3a\x76\x85\x01\x39\xa7\ \x47\x5e\xd6\xfa\x7e\x7e\x49\x8e\x17\xdb\x53\x49\x12\xfa\x9b\x0b\ \x8f\x14\x29\x78\x49\xf3\x88\x2c\x59\x49\x31\x59\xb1\xbb\xa2\x92\ \x2b\x6b\x03\x0e\x6d\xd9\x52\x27\xcb\x8f\xd4\xe4\xa5\xef\xca\xca\ \x4b\x2a\x02\x90\xc9\x4b\x0b\xc1\x56\x0b\xbc\x22\x99\xd3\xd5\xda\ \x30\xd9\x23\xad\x22\x1a\x2d\x7b\x57\x51\x4c\x5a\x5a\x0c\xaf\x0c\ \xd0\x2a\x2a\x77\xef\x59\x57\xc4\x0b\x67\xab\x74\xef\xbb\x8f\x54\ \x09\x04\xee\xb7\x25\x16\x06\xda\x7a\x9a\x56\xe6\x66\xe6\x46\xe0\ \x49\xa4\x6d\x66\xa6\xa3\xa6\x6d\xab\xad\x6e\xa0\xa2\x67\x20\xab\ \x63\x00\x90\xa5\xae\x6b\x66\x66\x6e\x61\x64\xf5\xc0\xf3\xb1\x8b\ \xbb\xfb\xcb\xc2\xf0\xb0\x88\xf4\x22\x56\xd7\xe9\x66\xed\xf9\xc9\ \xc5\xd1\x11\xf3\x84\x36\x4e\x3f\x65\xd3\x81\xbc\x61\x50\xd9\x96\ \x8e\xaa\x23\x47\x23\xf4\x71\xda\x09\x7d\xea\xf0\x62\xfd\xeb\xf9\ \x09\x8b\xea\x5b\xed\xe8\x6b\xea\xb5\x68\xed\x3b\x35\xb5\xbd\x78\ \x51\xab\x21\xa0\x01\xfe\x14\x52\x1f\x97\x15\xbc\xca\x98\x79\x9b\ \x19\x57\x55\x17\x9e\x52\x98\x90\x1b\x9e\x1e\x90\x15\x1e\x10\x17\ \x1e\x33\xd3\x1a\xda\x3c\xb3\x92\x18\x5a\x37\x5f\xb7\xb4\x5c\x17\ \xdb\xdc\xda\x5c\x55\x57\x55\xd7\xbd\xdc\xdb\xb5\xf2\x69\xa6\x7b\ \xa6\xf9\xb4\xaf\x77\x78\xbf\x6f\x8b\xc9\xda\x62\x8e\xae\xcc\x6f\ \xec\xef\x31\xf6\x3f\x31\xbe\x30\xe9\x5f\xcf\xbf\xd2\xb6\xf9\x2e\ \x57\xe7\x6e\x20\xb2\x60\x3d\xca\x66\x55\xe4\xb6\x95\x68\x15\x2e\ \x61\xc2\xa2\xf2\x35\x10\x78\xe0\xcc\x7f\xdb\x72\x6e\x4f\xdc\x16\ \xb1\xe0\x24\x68\x38\xf0\x0b\x9c\x9b\xa3\xcd\xf4\x8d\x56\x25\xc6\ \xa6\x46\x16\xbe\x2c\x7b\xfa\xcc\xdb\xf9\x39\x9c\x6d\x6d\x08\x7c\ \xb4\xae\xe6\x3d\x4d\x35\x3d\x59\x75\xa0\xae\x0c\x74\x0c\x34\xb5\ \x0d\x0c\x2c\xec\x9d\xec\x1f\xba\x38\x3b\x3b\x7b\xbb\x82\xd7\x26\ \x15\x43\x3d\x15\x15\x39\x51\x75\x63\x57\x8b\x67\xc3\x96\xd9\x63\ \x6d\x95\x58\x74\xa0\xf8\x81\xab\x51\x9f\xc7\xc0\xbb\xf6\x24\x43\ \x79\x31\x49\x39\xd9\xbb\x7a\x06\x3a\xc6\xce\xee\x65\x15\x15\x09\ \xe9\x01\x25\x05\xe9\x09\x80\x56\xbd\x5d\xcd\xf3\xc0\x3e\xe4\xe4\ \xb4\x26\x66\x66\x26\x84\x04\xd4\xc5\x34\xa7\x94\x3d\xf0\x2c\x7a\ \x64\x65\xfe\xe0\x41\x7e\x6e\x6e\x11\x13\xc3\x2d\xc3\xa7\x81\xd1\ \x3a\x1c\x5d\x48\x89\xa5\xd2\x76\x21\x7e\xa1\x22\xf4\xc1\x4d\x25\ \x75\xc7\x54\x85\x45\x64\xa5\x85\x67\xc5\xe7\x16\xa4\xe5\x82\xa7\ \x4b\xe1\x8b\xf4\xb4\xf4\x8a\x82\x5c\xf0\x23\xcd\x0c\x4b\x0f\x0a\ \xcd\xa9\x0a\x0e\x0b\x9f\x15\xae\xac\xd7\xe2\xf7\x9d\xd2\xd7\x17\ \xd7\x90\x40\x0b\x9a\xfa\x6e\x1e\xd3\xa6\x45\xe6\xce\x6e\xae\xdf\ \x00\xc8\xd8\xac\xde\x7c\xbb\xde\xdd\xfd\xf9\xc6\x67\xf5\xdb\xf7\ \x9b\x39\x60\x06\x61\x49\x0f\x3c\x02\x84\x90\x8f\xcf\x9d\xbf\xcb\ \xe7\x22\x3e\x7f\xca\xee\x3e\x7f\xeb\xa6\xbf\xba\xdf\xff\xae\x7d\ \xfd\x9e\xbc\x7a\xe7\xef\x78\x40\xd8\xed\x6e\xd3\xf6\xae\x3e\x3b\ \x3b\x3b\x0a\xee\xce\x09\x84\xfb\x9f\x11\x38\x02\xce\x01\xa7\xa5\ \x85\x01\x22\x46\x86\xc0\xcd\xc7\x83\xe4\x01\x26\x0f\x8d\x44\x01\ \x35\xc3\xcb\xc3\x8b\xe4\x42\xa2\x05\xa4\xf8\x50\x80\x33\x02\xbc\ \x28\x5e\x3e\x14\x2f\xd6\x01\x60\x0b\xcb\x83\xc4\x12\x30\x18\x24\ \x92\x9b\x9b\x9f\x8b\x8b\x1b\x48\x2c\x34\x17\x92\x8f\x1b\x83\x42\ \xf0\xc0\x1e\x54\x04\x0f\x3f\x1f\x90\x5c\x58\x04\x0f\x1f\x9f\x38\ \x0f\x52\x58\x18\x98\x42\x80\x24\x6e\x2c\x86\x8f\x17\x8b\xe4\x41\ \xf1\xf3\x0b\x03\x93\xc9\x85\xc0\xa0\x90\x08\x04\x00\x1d\x37\x12\ \x01\x2c\x26\x02\x81\xc3\xf0\x08\x70\x23\xf8\xc1\xc3\xf1\x00\x0f\ \x09\x6e\xc5\x25\x80\xc6\x78\x10\xd0\x5c\x80\x56\xdc\x7c\x32\x18\ \x19\xd8\x43\x8a\x43\x62\x10\x3c\x32\xd8\x7f\x82\x52\x7b\x87\x83\ \x82\x9a\x43\x5f\x3c\x2c\x4b\x4c\xcc\x78\x90\x10\x9f\x13\x13\x9e\ \x19\x93\x5e\x50\x10\xd2\x18\x5a\x1e\x1c\x90\x5e\x12\xda\x1c\x10\ \x12\x50\x90\x50\x54\x14\x1e\x9c\x19\x56\xf0\xfa\x55\x44\x17\x23\ \x9f\x33\x88\x10\x6e\xc8\x99\x84\x6b\x84\xff\x03\x42\x89\x93\x04\ \x43\x26\xc1\xf5\x7e\xd8\x8f\x85\x8f\xee\x81\x2d\xa2\x44\x21\x3c\ \xf0\x7c\x44\x98\x93\x47\xe1\x0c\xa2\x20\x11\x81\xbd\x83\x31\x09\ \x1c\xd2\xc1\xc8\x3e\xb8\xc9\xb9\xb8\x87\x0c\xbb\x22\x1a\x88\x8a\ \x9c\x90\x18\x60\x01\xc9\xd1\x35\x64\x22\x9c\xa4\x0a\x97\xe1\xe0\ \x54\xf9\x86\x06\x00\x3b\xb1\x7b\x6a\xba\xc6\xf6\x72\xf7\x8c\x8d\ \xbd\x3d\x33\x8c\x1e\x27\x04\x94\x84\x74\xa5\xe6\x9c\xf6\x96\xb7\ \x06\x94\xa4\x3d\x71\x71\xb6\xf3\x74\xb7\x77\x32\x7b\xb8\x4e\xf0\ \x65\x16\xc9\xc1\xbf\x58\x35\xc3\x44\x3e\xfd\x9c\x17\x65\xe3\xc2\ \x8e\x99\x42\xb6\x9d\x6d\x6d\x1f\xd6\x95\x6b\xa2\x49\x92\x26\xcf\ \xd3\x73\x80\x4c\x48\x9a\xa2\xd2\xd7\x3b\xfd\xaa\x2f\x0e\xdd\xbc\ \x5a\x2c\xf5\x15\xc4\xdd\x7c\x35\xe8\x8f\x7a\xf0\xa2\xae\xc1\x85\ \x06\x77\xef\xdf\x33\x7a\xe8\x6e\xf6\x82\x3d\xfb\x3a\xbc\xc2\x4c\ \x5d\x54\x4c\x5e\x4e\xf4\xee\x7d\x65\x45\x69\x8a\x90\x9c\xbc\xd0\ \x5d\x38\xd0\x90\x0c\xbe\xc7\x68\x98\xa9\x5a\x1c\x2d\xad\x7e\x97\ \x04\xb4\x97\xdc\x3d\x31\x45\x21\x45\xa2\xb4\x98\xf2\x5d\xcd\xc7\ \x8c\xbd\xd8\xd0\x72\x66\x44\x5e\x8a\x29\x4a\xd8\x23\x99\x9f\x7b\ \xf1\xad\xbf\xbd\x91\x39\x78\xa6\x99\x58\xc0\xf8\x05\xf0\x2c\x34\ \xd7\xd6\xd5\x33\xd2\xd1\xd1\xd3\x85\x91\x0c\xba\xe6\xf6\xb6\x16\ \xde\xb6\x76\xaf\x02\x5e\x97\x85\xc6\x86\x85\x97\x38\x19\x28\xcb\ \x9e\xd3\xc7\x0f\x35\xaa\xdd\xa6\x2e\x4e\x36\x3b\xd9\xe3\x5f\x18\ \xe7\x83\xd4\x99\xc3\xc1\xf1\x93\xed\x8b\x24\x7d\xaf\x43\x1a\xcd\ \xaf\x76\x84\xf6\x65\x73\xd3\x6b\x71\x8a\x7b\x73\x6a\x5b\xc0\xda\ \x11\x48\xf0\xa3\xf5\x5a\xbf\xf5\xce\x11\x3f\x25\xf0\x72\x27\xfe\ \x32\x23\x3d\xe3\x79\xfe\x0f\xe6\x4c\xe8\x70\x57\x49\xc6\xe3\xfc\ \xb8\xd4\x14\xff\x98\xb2\x9c\xf2\xd8\xe1\xe1\xba\xd4\xd6\xa5\x85\ \xd1\xee\xe1\x8d\xd1\xe6\xd9\x99\xba\xe5\xad\xe6\xf2\xd0\xd0\xb0\ \xe6\x65\x16\x63\x62\x91\xd9\xd5\xbb\xcf\xda\xfb\xc1\x66\x82\xb7\ \x2b\x06\xed\x94\xcd\x66\x6e\xed\xef\xfd\xa0\xb2\x69\x83\x6c\x36\ \x75\x5c\x70\xda\xe6\xce\x1c\x67\x9e\xf3\x6d\x1b\xc3\xef\x31\x30\ \x6f\xe6\x38\x41\x57\x6f\xae\xbf\x9d\x41\x5c\xfd\x5e\x35\xbc\x4d\ \x69\xe0\xac\x0c\x72\x9a\x19\xc0\xb3\xf3\x9a\x53\x74\x5f\x9d\x9b\ \xea\xcd\xa9\xf3\x0f\x8b\x08\xce\x8c\xcf\x78\xec\xfa\xc8\xd9\xd3\ \xd3\xdd\xce\x1c\x08\x65\x73\x6d\x63\x4d\xd1\x7b\x3a\xda\xf7\x0d\ \xf5\xd4\x0d\x75\xb4\x75\x0d\x75\x74\x8d\x9c\x1e\x78\xbb\xbb\x78\ \xdb\xb9\x7b\x3f\xb2\xb5\x33\x53\xd7\xd6\x51\x91\xbd\xaf\x63\x60\ \xfe\xc8\xcc\xc5\xca\x3d\x23\x98\xee\x86\x6b\x7f\xd7\xd1\xdf\x2f\ \x58\x18\xc0\x3b\x36\xd4\xc4\xb8\xa7\x26\x7a\xdf\x40\xf6\xae\x8e\ \x8a\xa6\xbd\xfb\x53\xa0\x30\x5f\x95\xe6\xa5\xa4\xe4\x34\xf7\xe5\ \x94\xd7\xf5\xce\x2e\x2c\xc4\x34\x37\xf6\xad\xd4\x25\xc6\xc4\xc7\ \x76\xa5\xfa\x87\xe7\x95\x16\x3d\xc9\x7b\xee\x64\xec\xfd\x22\x2f\ \x37\xa1\xa8\x4f\x8b\x0f\x81\x91\x92\xc0\x29\xf8\xb3\x62\x56\x26\ \xd6\x7c\x56\xdf\x70\xbe\xda\x55\x9b\xe9\x43\xc1\xc3\x9c\x9c\x80\ \xb0\xf0\x82\xe0\x84\x94\xf4\xb4\xb0\xc2\xbc\xd2\x82\xdc\xdc\x92\ \xc2\x8a\x8a\xd2\x82\xf0\x92\x70\xff\x48\xff\xe0\x88\x98\xc8\xaa\ \x98\x10\xff\x09\x64\x7b\x5b\x47\x32\x16\x0d\x34\x08\xba\xb2\x3e\ \x30\x0a\x75\x21\xf0\xf1\xdf\x3b\xbb\x3f\x77\xe7\x80\x11\xbc\xf3\ \xe6\xf3\x77\x91\xef\xdf\xae\xaf\x81\x37\xfc\x7e\x09\x7e\x52\x22\ \xd0\x72\xfe\x59\x26\xfc\x2b\x6a\x41\x84\x63\x12\x61\xa7\x83\x0f\ \xec\xb6\xfa\x65\xf5\x44\x7e\x73\xec\x4f\x8d\xeb\x2f\x93\xf8\x57\ \x3e\x16\xbc\xe5\xed\x2a\x22\xf0\xa1\x1f\xdb\xb3\xb3\xe1\x18\x9a\ \x4a\x07\x19\x82\x87\x83\x16\x16\x01\x3f\x11\x64\xd0\x48\x19\x2c\ \x52\x06\x48\x19\x04\x0a\x07\x94\x16\x2f\x37\x0f\x37\x12\x83\xe6\ \xe2\x91\x41\x72\xf1\x70\x03\x85\x85\xc0\x72\x4b\x71\x71\xa1\xf8\ \x30\x48\x19\x14\x3f\x0a\x81\x43\x02\x90\xe0\x50\x08\x2c\x12\xc3\ \x83\xc1\xc1\xe6\x78\x70\x47\x38\x1c\x86\x17\x85\x80\x57\x72\xf3\ \x0a\x08\x63\x80\x73\xc3\xa2\x79\x51\xc0\x53\xe2\xb0\xe0\x2e\x11\ \x50\xc5\xc9\x20\xd0\x68\x24\xd2\x81\x97\x07\x6e\x02\x42\xcb\xa0\ \x30\x08\x04\x92\x47\x06\x21\x23\xc3\xc5\xc7\x0b\x38\x27\x83\x01\ \xf0\x43\xf0\x71\x21\x91\x5c\x50\x85\xf1\x49\xf1\x89\x03\x56\x01\ \xf4\x71\x01\x81\x85\x93\x01\x4c\x45\xf0\xa2\x65\x30\x0e\x32\x02\ \x28\xc4\x3f\xe9\x99\xe1\x89\x31\x39\x7d\xa1\x2f\x0b\x73\x43\x72\ \xd2\x5f\x94\xa4\xa5\x04\x87\xe7\xa7\x95\xc4\x17\x14\x36\x37\xfa\ \x07\xa4\xc5\xc6\xf9\x57\x45\x26\xc4\x86\xc6\x05\x64\x14\xfa\xa7\ \x94\xc6\xc5\x94\x24\xa4\xa6\xc9\x71\xa6\x1f\x4f\x36\x40\x99\xc5\ \x89\x69\x20\xc3\x2a\x53\x4d\x0d\x78\xf6\x4e\x02\x43\x57\x0c\xe4\ \x56\x71\x34\xbe\x98\x58\x4c\x94\x07\xba\x8a\xa4\x2c\x1f\xad\x2c\ \x4d\x21\x29\x47\x13\x29\x44\x60\xa3\x20\xba\x8a\x61\xa4\x4b\x34\ \x34\x85\xc0\x1b\x46\xc3\x5e\xae\x1e\x98\x39\x43\xc2\xc3\x2d\x87\ \xb7\xd9\x58\x24\x45\x48\x33\x38\x86\xa2\xa6\x38\x9a\x12\x0d\x47\ \x18\xca\xab\x69\xea\x18\xea\xaa\x89\x9a\x1b\xdb\x67\xa4\x19\x7b\ \x67\x95\x44\x54\xa4\x36\xb6\xce\x74\x07\x2f\x75\x05\xa5\xbf\xca\ \xb7\x7f\xf4\xc0\xd5\xca\xc5\xde\x2c\x41\x55\x50\xdc\x9a\x66\xa5\ \xa8\x28\x26\x26\x2a\xf7\x9c\xc6\x67\xaa\x4a\x0b\x4a\xf3\x67\x9a\ \xb6\x83\x57\x99\x4f\x6a\xde\x71\xb3\x5f\x16\xdd\x6a\x47\x6a\x37\ \xcf\xd7\x17\xb7\x07\x2f\x0e\x47\xb6\x8f\x16\xfd\x2c\x1d\x4d\x7d\ \x5b\x92\x60\x86\x06\xd3\x88\x28\x6f\x14\x16\x64\xab\x6b\x61\x95\ \x5f\x98\x90\xe2\x7c\xbf\x86\xa8\x02\x33\x40\x65\xa5\x15\x15\xef\ \x8a\x91\xc9\xf2\xd2\xd2\x77\xe5\x80\xc8\x22\x42\xb8\x8a\x11\x81\ \xc2\x22\x82\xef\x1b\x5c\x8a\x07\x6e\x50\xee\xbe\xb4\x98\xb4\x32\ \x51\xee\xae\xb4\x90\xc1\x8b\x8d\xe5\xe5\xd4\xbd\x9c\xd4\x99\x13\ \x5f\x29\x7e\xac\x96\x25\x37\xa1\xbe\x3e\x59\x8a\xbe\x93\xe6\x6a\ \x0b\x27\xa0\x5b\xb8\xb8\xbe\x7c\xe5\xfd\xc8\xd5\xc5\xd5\xd3\xc9\ \xdc\xcc\x58\xc7\xec\xc1\x83\xa7\x9e\x4f\xc0\x0b\x45\xf7\xc6\x9e\ \x1f\x6f\x81\xb2\x1c\xdc\xcd\xa4\x3b\x72\x78\x3a\x05\x2c\x21\xbd\ \xa5\xf6\x90\xf5\x89\x4e\x63\xaf\x8f\x98\xfe\xf8\xf4\xf6\xe4\x2b\ \x95\x75\x32\x52\x6d\xd9\x39\xe5\x3b\xd8\x72\xb1\x4c\xa7\x59\x3b\ \xb6\x48\x89\xeb\x2f\xfa\x51\x4d\xb1\xaa\x9b\x49\x7e\x96\xaa\x49\ \x96\x23\x23\xb5\x96\x96\x7c\xb4\xa7\x45\x85\x65\xf9\x69\xec\xdc\ \x84\xc2\x98\x98\xb0\x97\x9e\x99\xa1\x45\x05\x69\x75\x11\x01\x39\ \x41\x0b\x75\xdd\x1b\x8d\xb3\x4b\xa3\x39\xc3\xf3\x55\xf3\x0b\xa3\ \xcb\x7b\xc7\x8d\xf3\x21\xb1\xa1\x99\x89\x6f\x2f\xd8\x83\x83\xdb\ \x6c\xd6\x38\x7d\xb1\x85\xc1\x98\x98\x18\x3f\x1c\xa4\x0e\x1e\x5e\ \x8c\x9f\x32\x4f\xd9\x54\xf6\x57\x3a\x75\xbb\x72\xf5\x8e\xcd\xea\ \xd9\xf5\x9b\xd5\xdb\xee\xa1\x37\xbf\x7a\xad\x57\xe7\x38\x15\x77\ \xe8\x07\xcf\xae\x7f\x75\x8c\x72\x1c\xa1\xc8\xef\x86\x86\x5f\x2d\ \x0d\xb7\x15\x77\xb8\x54\xf6\xed\x47\x57\x77\x48\x70\x6c\x78\x78\ \x56\x51\xfc\x53\x6f\x6f\x77\x3b\x17\x67\x13\x73\x73\x13\x13\x13\ \x43\x15\xf5\xbb\x77\x0d\x74\xe4\x54\xb4\x8d\x74\x0d\xf5\x8c\x4d\ \x0c\x0d\xad\x9c\x6d\x9f\x3e\x7b\xe0\x6d\xef\xe9\xe4\x6a\xae\x67\ \xa0\x6d\xac\xa7\x29\x2b\xa7\xa3\x69\xf1\xe8\x61\xde\x53\x5d\x3d\ \x3d\x3d\x03\xfb\xc8\x83\x2b\x85\xfa\xb5\x76\x09\xc4\xd8\x74\xf2\ \x82\x32\xd0\xd7\xf7\xef\xdf\xbd\x67\x64\xec\xe4\x5a\x58\x94\x12\ \x57\x94\x5e\x11\xde\x35\x3a\xdf\x18\xec\xdf\xbc\xdc\xd8\xd7\x57\ \xd7\xd7\xb5\xb2\x5c\xd5\x15\xec\x1f\x19\xe4\x9f\x52\x94\xdb\xd8\ \x58\xf4\xea\xb9\x95\xd3\x83\xc7\xcf\xe2\x32\xe3\xa8\xc9\x28\x2c\ \x8f\xb8\x20\x0f\x32\x96\x1e\x9c\x88\xf2\x01\x5f\xe7\xf5\xed\x0a\ \xe7\x9c\x92\xe5\x1e\x2b\x35\x28\x35\xb1\x20\x2e\x2e\x33\x3e\x3d\ \x2e\x2b\xa5\xa8\xe0\x45\x69\x56\x45\x7e\x69\x4a\x56\x44\x70\x78\ \x7c\x6c\x18\x70\x84\x09\x89\x41\x41\x61\x91\x54\x4c\xdb\xbb\xb6\ \x26\x0f\x87\x6c\x8f\xe4\x8e\xfa\xa8\x6c\x02\x37\x66\xfa\xdb\x9d\ \xdd\xcb\xcf\x37\xab\xb0\x5f\xed\xe3\x87\xdd\xcb\xeb\x7f\x61\xd3\ \xd5\xee\xf7\x9b\xcb\x5d\x1b\x1b\xe0\x38\xcf\xfe\x74\x67\xf9\xfc\ \xd9\x35\xe8\xf3\x7f\xd7\x0d\xff\x68\xa9\xbf\x16\x04\xff\x2c\x07\ \xde\xf1\xf9\x2b\x05\xe2\xd7\x95\x3e\x3e\xbf\x6f\xe7\x73\xd6\xde\ \x01\x04\x56\x7d\x76\x65\x14\x2e\x30\x30\xca\x01\x27\x43\xc0\x61\ \xb5\x10\xdc\x40\xb3\x60\x00\xb2\x78\x11\x38\xe0\xe7\x04\xb8\x04\ \x78\x11\x48\x04\x06\xc9\xcf\x85\x01\xf6\x8f\x07\x05\xa8\xa3\x05\ \x0c\x1a\x1a\x5c\x86\x02\x24\x43\x83\x23\x09\x40\x9b\xe1\xb0\x32\ \xc0\xa6\x41\xde\x20\x30\xc0\xbb\x61\x00\x7e\x80\x08\x83\x83\xc3\ \xb8\xd0\xd0\x20\xa2\x65\xc0\xbd\xc0\xbe\x75\xa0\xcf\xc0\x41\xbc\ \x5c\xd0\x61\x22\x65\x30\x1e\x18\xa0\xa6\xd0\x58\x02\x0e\x30\xcb\ \x01\xf8\x4f\x24\x56\x06\x83\xe4\xc1\x20\xd0\x18\x0c\x3f\x37\x5c\ \xa9\x04\xd2\x8e\x17\xc5\xcd\xc7\xcb\x2d\xc8\xcf\xcb\x83\xe1\x01\ \xca\x0b\xe7\x20\x03\x00\x08\x1e\x19\xa8\x2c\x19\x34\x8a\x8f\x0b\ \xf7\x4f\x5c\x78\x64\x40\x6c\x58\x70\x5a\x98\xff\x4c\x73\xe2\xa0\ \x92\xe9\x79\x6c\x73\x6a\x6e\x81\x7f\x79\x5a\x45\x91\x7f\x5d\x5c\ \x7c\x50\x79\x48\x64\x4a\x56\x5c\x63\x6b\xf8\x8b\xb2\x34\x60\x0d\ \x53\x32\x4a\x22\x9d\x28\x30\xbb\xfd\x7f\xef\x27\xe1\xb0\x88\x9a\ \x49\x20\xb7\xe0\xfc\xe6\x06\xe0\xed\x1a\xe0\x94\x1b\xc0\x9f\x62\ \x12\xdc\xfa\x82\xc7\xc3\x71\xcf\x24\x45\x20\xb5\x94\xa3\x1b\xc8\ \xa4\x9e\x1e\x12\xa9\x27\x5a\x91\xc8\xc9\x92\x6a\xc0\x93\x60\xf6\ \x3b\x6c\x17\x85\xdd\x11\x44\x22\xbe\x78\x92\x42\x06\x18\x80\x37\ \xa1\xdc\x26\x90\x82\xbb\x85\x43\x0a\x27\x61\x4a\x3c\xcc\xca\x23\ \x4b\x6a\x1b\x19\xda\xe9\xca\x1b\x3e\x76\x7d\x59\xe4\x6a\x5f\x90\ \x5e\x58\x96\x1b\x39\xdb\xd7\x18\x5b\x95\x58\xea\xea\xfe\xd2\xde\ \xce\xd9\xdb\xdd\xd3\xd5\xe9\x91\x6b\xc5\x72\x57\x84\x8b\xae\xf3\ \xb3\xc7\x89\x79\xf8\x7b\xe1\x5e\xeb\x9b\x96\xe2\xbc\xc9\x6d\x5a\ \x82\xeb\xac\x85\x89\xc5\xea\xea\x24\xaf\xce\xa4\x93\x93\xed\x71\ \xfa\xe1\xf6\xe1\xe0\xba\x63\xb5\x5f\x4b\xa7\xa3\xaf\xa0\xa9\xa5\ \xaa\xb8\xb8\xb8\x94\x69\xa3\x34\xc9\x20\xf4\x6d\xe4\x8b\x57\x19\ \xe9\x8d\x71\x25\xee\xc6\x8a\x8a\x7a\x66\x2a\x26\x06\xa2\xa2\x62\ \x8a\xc4\x68\x38\x54\x47\x5a\x48\x51\x11\xee\xe6\x81\x9b\x0f\x89\ \xd1\x0d\x93\x64\xe5\x86\xf7\xc5\xd2\xa2\xca\xc0\x86\x8a\xca\x8a\ \x09\x49\xe3\xf1\x8a\xd2\x92\x42\x72\x4f\x53\x5f\x3c\x4f\xcb\x74\ \x7e\x98\x37\x38\x22\x21\xc0\x8d\xb2\xe6\x73\xf0\x08\x8c\x4a\xd6\ \xea\x68\xcf\x0e\xdc\x6a\x4c\x4d\xcb\xcc\x2a\x49\x2f\xc8\x78\xfc\ \xc2\x33\xbf\xec\x61\x45\x5a\x66\xe3\xa7\xb7\xd4\xa5\xb7\xc7\x9d\ \xdb\xbe\x47\xe3\x2c\xb7\xca\x74\x8a\xa2\xa4\xbc\xa2\x62\xa9\x1f\ \x75\x83\x7a\x6a\xa9\x90\x04\x10\x44\x9f\x60\xb8\x2d\x6d\x6d\x8e\ \x7c\xea\x05\xc0\xa2\xb3\xd9\x3f\x68\x96\xd6\xd6\x87\x2d\x12\x1a\ \x3f\xe8\xa6\x53\x87\xb5\x7e\x6e\xeb\xa6\x5e\xe3\x87\x9d\x87\x53\ \x0a\x49\xdb\x5e\xfa\xbe\x8b\x6e\xd5\x1a\x1a\x51\x8c\x67\x25\xa5\ \xb9\x85\x69\xf3\x8f\x73\x0b\x5f\xa7\xf9\xbf\x7c\x12\x11\x9e\x90\ \x50\xd8\x18\x10\x17\x5a\x3e\xdb\xdd\x35\xdf\xb7\xbc\xbc\x03\xac\ \x60\xef\xcc\x68\xd7\x06\x9b\xfe\xa5\xb9\x35\x31\x24\x33\x33\x71\ \x83\x7e\xf8\x96\x76\x34\x4e\xa5\xd2\xe9\x34\x06\xdc\x7b\x73\x74\ \x7e\xd8\xd9\xd9\x79\x42\x7b\xfb\x96\xcd\xa2\xfb\x56\x9e\xdd\xb9\ \x3e\x5b\x85\x95\xf3\x6b\x68\x67\x20\xa9\x38\x25\x77\x4e\xf9\x0a\ \x16\xda\xe7\x38\xf3\xbb\x38\xf3\x3d\xff\xd4\xaf\x6e\xff\x71\x1a\ \xb0\x6e\x3b\x1a\xe6\x38\x15\x30\xcb\x90\xde\xd6\x98\xe0\xcc\xb8\ \xf8\xa2\x8a\x3c\x17\x0b\x20\x9d\x1e\xb9\x5b\xd9\x99\x9b\x18\x19\ \xa8\xdd\x55\x03\xd2\xea\xfe\x3d\x75\x43\x63\x33\x1d\x5d\x73\x43\ \x63\x0b\x33\x67\x7b\x7b\x38\xf7\xcb\xc9\xf9\xa9\x9d\xb9\x9e\xb9\ \x95\x91\x91\x21\x78\x21\x31\x31\xb7\x7b\xee\x62\xef\xf2\xd4\xd6\ \x4c\x53\xdb\x48\xc7\x36\x73\x10\xd3\x51\x3f\x34\x1d\x98\x4a\x94\ \x95\xbb\x27\x2b\x29\xab\xa6\xe7\xfc\xe8\x59\x56\x78\x4a\xc5\xa3\ \xd2\xb8\xd8\x8d\x4f\x07\x5d\x39\xa1\x5d\x07\x3b\xcc\x8d\xba\xde\ \xbe\xa5\xf9\xe5\xde\xc4\xa0\xc4\xc8\xb8\x8a\x82\x90\xe1\x85\x84\ \x97\x4f\xdc\x5d\x1f\x3e\xcf\xf3\x0f\x4e\xac\x1e\x02\x12\x80\x5f\ \x40\x10\x7b\xba\x99\x50\xeb\xf3\xa7\xc7\x75\xf5\xcd\x1d\x8f\xf3\ \xd6\x2f\x9f\x02\xfc\xfd\x23\x52\x0a\xe3\x33\x4b\xc2\x23\x5e\xa6\ \x17\x65\x94\xbe\x28\xc8\x2f\x2c\x2c\xcc\x2a\xa9\x28\x09\x08\xcb\ \x2c\xf7\x8f\x4c\x01\xf8\x4d\x09\x9a\x10\xd0\x4a\xee\xe8\xa8\xcc\ \x0e\xcc\x8e\xe2\x31\x15\x47\x22\x85\x81\x7f\xfe\xf9\xf9\xf2\x66\ \x0e\x36\x90\x5e\x4e\xbf\xfb\x78\x03\x3e\xdf\x5c\x5e\x7e\xbe\x1c\ \xfb\x70\xb3\xfa\xe6\xdb\xd9\x4f\xce\xb2\xa1\xcf\x2f\x37\xe8\x73\ \xe7\xaf\xc5\x3e\x91\x5f\x7d\xf1\x7f\x32\x65\xfe\xaa\xc6\x8b\xfc\ \x07\x31\x91\xff\x7f\x13\xc4\x9f\x60\x08\x9f\x9b\xa6\xf6\x8e\xca\ \xe4\xa6\xe4\xca\x40\x5c\x72\x60\x20\x41\xcb\x01\x8b\x41\x63\xe1\ \xca\x20\x50\x46\x10\x48\x08\x5e\x3e\x2e\x6e\x24\x37\x0a\x03\xa4\ \x10\x90\x57\xdc\x3c\x68\xc2\xad\x5d\x44\x80\x0b\xc1\x69\x24\x9a\ \x80\x05\x0e\x12\x88\x33\x04\x38\x87\x25\xc8\x68\xc1\x6d\x3d\x04\ \x0c\x02\xa3\x85\x86\xb1\x0f\x38\x04\x0f\x0f\x12\xc9\xc3\xcb\x8d\ \xe2\x45\x01\x05\x06\x13\xe3\xb9\x80\xec\xe2\xe2\xc1\xe2\x00\x82\ \x10\x08\x2e\x7e\x34\xb0\x9e\x80\x73\x08\x70\x97\x04\x04\x02\x8b\ \x42\x73\x73\xbe\x02\x8c\x0c\x1a\x88\x30\x2e\x58\x34\xe3\xe7\xe6\ \x06\xba\x8e\x5f\x9c\x9f\x87\x0f\x36\x84\x01\x79\xc5\x85\x72\x40\ \xf3\x20\x00\xe5\x90\x08\x82\x0c\x0a\xa8\x31\x02\xf6\x9f\xd6\x9c\ \x80\x98\x54\xff\xc2\xc2\xcc\xc4\xad\xa5\xd4\xab\xc5\xa9\xbd\xf2\ \x8d\xe1\xee\xaa\xe0\xae\xf0\x92\x8a\x94\xd9\xba\x84\x98\xe0\xc8\ \x88\xac\x84\xa0\x88\x46\xff\xb4\xd8\x90\xa2\xc2\x82\xdc\x92\xf4\ \xf0\x87\x0d\x35\x9c\x6e\xd1\xf7\x9c\x19\xcf\x70\xa0\x3c\xec\x4c\ \x87\xbb\x96\x61\x29\x9d\x13\x6e\xd7\x13\xdd\xa0\x48\x24\x47\x93\ \x48\xa4\x06\xe5\x68\x65\x12\x60\x17\x40\x18\x11\x8e\xf3\x82\x4f\ \x70\x22\x3c\x06\x0f\xe7\x2d\x93\x80\x2b\x24\xf7\xf4\xf4\x44\xd7\ \x14\x17\x93\x95\xc1\xed\x49\x40\xb6\x50\x80\x98\xea\x01\x87\xdc\ \x86\x35\x34\x4c\x02\xf1\x45\x86\xa3\x59\x01\xf3\x54\xac\x8c\x8d\ \x1f\xa8\xc8\xd9\x3e\x75\x7f\x52\x90\x11\x9e\xf5\x2a\x2b\x20\x24\ \xb1\xb5\xb9\xb1\x37\xf5\x81\x91\x85\xbd\x85\xb9\xed\xc3\x07\xee\ \xae\x0f\xac\xc0\x1f\xb9\x85\xb9\xb1\xd3\xcb\xb0\x60\xfa\x46\x31\ \x49\x6d\xe7\x62\xd1\xda\xf7\x70\x9d\xb5\xc1\x5c\x9a\xa0\x2e\xae\ \x2f\x2e\x8e\x6f\x56\x5f\x8c\xb8\x09\x2a\x7d\xdd\x3e\x3c\x19\x69\ \x59\xf4\xb2\xb4\xf4\x52\x50\x35\x95\x10\xe6\xe3\x13\x14\x10\x14\ \xec\x34\x27\x59\x04\x9d\x33\x9b\x53\x72\xba\xba\x77\x4a\x74\xad\ \xe4\xd5\x6c\x0d\xf5\x74\xd5\x84\x84\x94\x95\x49\xa4\x68\x22\xdc\ \x7b\xa3\x2c\xad\x1c\x4d\x21\xc3\x1d\xd3\xf0\x4b\x04\x28\x8e\x26\ \x09\x89\x12\xc5\x94\xe5\x24\x01\xd6\xa4\xe5\xf1\xd2\x70\x4d\x52\ \xaf\xc8\x39\x38\xc2\x5c\xcf\x4c\xfb\x4a\xc9\x54\x80\x87\x4b\x82\ \x07\xe3\x11\xe8\x10\x85\xc5\x34\x75\x24\x1f\xb0\x4f\x98\x53\x23\ \xec\xf1\x23\x1a\x83\x4e\xa7\x7f\xd9\xa3\x3b\xba\x99\x5e\x1c\x2b\ \x6d\x8e\xd3\xa8\x27\x9f\x0e\xa8\x13\x07\xec\xbc\x06\xbc\x22\x78\ \xbc\xe7\x9b\xdb\x53\x8e\x9b\xd5\xd5\x9d\x7e\x7e\x49\x7e\x83\x47\ \xd5\x9b\x27\x53\xbe\x53\x8b\x53\x9b\x0b\xcb\x00\x26\x07\xec\xab\ \xc3\xa3\x8b\xce\x24\x7e\x41\x05\x47\x5a\xb5\xb0\x3e\x2a\x99\x5f\ \x18\xed\x68\x29\x80\xd6\xf7\xf2\x73\x6b\xa9\x5e\xf7\x93\x50\x45\ \x06\xbd\x8a\xcf\x2f\x79\x5e\x92\x90\x91\x15\x9c\xe0\x1f\x52\xf2\ \x2a\x3d\x36\xae\x31\x26\xb3\xaf\x6f\xb8\x71\x79\xa6\x77\xa6\x6f\ \xf4\xd3\xce\x68\xdf\xf0\xce\x7c\x57\xd5\xcc\x1e\x6b\x7c\xb9\xb5\ \x2b\x38\x34\x36\x21\x76\x74\xea\xa8\x6b\xe7\xcb\x0f\xf6\xf8\x04\ \x9b\xf1\x95\x0a\x88\xd5\x02\x78\x55\xeb\x98\x74\x71\xc1\x9e\x6a\ \x83\xea\xea\xfa\x06\x3c\xf5\xae\x6f\x6e\x80\x9b\x81\x5d\xda\xc0\ \x18\x8a\x70\xb6\x0a\x72\xf6\x99\x40\xbf\xc7\x39\xfd\x7b\x57\xce\ \xea\x6d\x42\xc3\x2f\x99\x05\xd7\x09\x39\xf2\x6a\x6e\x55\xa4\xad\ \xaa\x6f\x34\x36\x32\xf8\x75\x56\x56\x56\xfe\x4b\x17\x33\x7b\x33\ \x3d\x2b\x3b\x57\xe8\x92\x65\x55\x74\x75\x81\x5d\x36\x30\x37\xd3\ \xd5\x35\x36\xb4\x80\x9f\xcc\x6d\x9d\x2d\xac\x6c\xdd\x1f\x3a\x3b\ \x39\xd9\x01\x3d\x6a\xa4\x6d\x6c\x02\x9c\xb4\x81\x8e\x89\x85\x91\ \x91\xcb\x13\xcf\x17\xcf\xbc\x5d\x9e\x7a\x3f\x7d\x94\xb5\x53\x8b\ \xac\x6c\xea\x13\xbb\xa7\xae\x79\x5f\xd7\xd8\xc4\xf6\x59\x5a\x4a\ \xf8\x0b\xfb\x07\xde\x4f\x22\x98\xc7\xb3\x2b\xe5\x5b\x8c\x89\x53\ \x16\xfd\x78\x63\x67\x66\x61\xbe\xbb\x2b\x24\xa8\x37\x32\x3c\xde\ \xbf\xb1\x79\xa9\x31\x25\xc3\xd3\xb5\xb4\xac\x24\x33\x75\xd6\x77\ \xc0\x41\x58\x8a\x0f\x25\x80\x1b\x59\x12\xf7\x81\x85\xb7\xb9\xdb\ \xaf\x7b\xf5\x4e\x3d\x83\xb1\x75\xd5\x17\x14\x1c\x9a\x10\x91\x92\ \x12\x11\x9e\x5b\x98\xfb\xba\xa2\xe2\x45\x69\x5e\x59\x59\x7e\x7a\ \x41\x7a\x7a\x61\x61\x44\x62\x70\x48\x5a\x78\xb8\xbf\x7f\x6a\xd0\ \xb2\x40\x72\x5b\xbb\xa0\x38\x32\x50\x4b\x58\x1c\x8d\x95\xd1\xba\ \xbe\x3e\xbb\x1c\x1b\xb8\xdc\x3d\x03\xb2\xf2\x43\xfb\x40\xff\x67\ \x9b\x37\x37\x6b\x43\xef\xa6\x2f\xfb\xc7\x2e\xbf\x5d\xef\x5e\x82\ \x1f\xa8\xc8\x1b\x9b\xbf\x8a\x52\x70\x3d\xf1\x17\xa9\x7c\xfe\xc8\ \xae\x5f\x88\xf2\xf9\xbf\x61\x0d\xff\x71\xec\xaf\x0d\x89\x7f\xb6\ \xf1\xc0\x53\xff\xde\xd4\xd7\xd7\x57\xc2\x3c\x2c\x2d\x19\x2d\x87\ \x40\x2d\x02\x16\xe3\x41\x20\xc8\xe0\x08\x48\x24\x80\x0b\x30\x6c\ \xbc\x18\x14\x54\x52\x68\x60\x12\xb1\x58\xe0\x10\xb1\x58\x58\xe7\ \x92\x41\x20\x08\x5a\x08\x19\x2d\x20\xaa\xb0\x51\x18\x02\x0e\xc0\ \x4e\x0b\xc0\x4e\x2b\x50\x0b\xeb\x00\x54\x96\x8c\x43\x20\xc1\x41\ \x4b\x2b\x3b\x90\x40\xf0\x00\x30\xc2\x61\x51\x10\x56\xe0\x1e\x81\ \x4b\xc4\x10\xb0\x08\x1e\x2e\x1e\xe0\x34\x91\x18\x24\x16\xc7\xcb\ \x0b\xee\x94\x00\x84\x12\xa7\x7d\x02\x8d\xe2\x9c\xc1\xe1\x80\x68\ \xd3\x42\x23\x31\x28\xa0\xa2\x80\x4b\x44\xc1\xd6\x08\x3e\x20\xd3\ \x24\x04\x04\x04\x05\xb8\xf9\xf9\x04\xf8\xb8\x05\x78\xb8\x51\xc0\ \x39\x72\x3a\xc5\x30\xe0\x96\xff\xf4\x35\x27\xa6\x96\xa7\xe5\x66\ \xe6\xa6\x95\xc7\xb6\xb6\xc6\xa5\x37\xe7\x44\x86\x36\xf7\x55\x05\ \xc7\x64\x79\x3f\x7d\x1d\x1e\x90\x98\x52\xf2\x3a\x2b\xac\x6b\xa6\ \xb7\xab\xf7\x53\x77\x49\xa4\x7f\x40\x66\x42\xc8\x53\x98\x1d\x03\ \xa7\x3d\xbf\xff\xdf\x64\x31\x27\xc1\x0f\x06\x0e\x93\x7a\xe0\xfa\ \x7e\x34\x85\x48\x04\x56\xb1\x87\x48\x26\x2b\xc2\xe1\xa9\x78\x40\ \x20\x3c\x9c\x9d\x0a\xd0\x45\xba\xdd\x5a\x5c\x43\xa4\xf4\x40\x93\ \x07\xa7\x4e\x70\x42\x64\x26\xdf\x17\x93\x81\x47\x24\x2a\x37\x28\ \xf7\x44\x03\xcc\xc1\x3e\x86\x49\x80\x3e\x60\x0c\xa3\x61\xfb\x04\ \x89\xe3\x07\x61\x8d\xeb\xae\x81\xb1\xb9\xb9\xae\x8a\x89\x93\x9d\ \x67\x45\xee\xab\xb2\x8c\xac\xf8\xf0\xde\xb0\xe6\xd6\xd6\xd0\x46\ \xe7\x7b\x9a\x86\xe0\x2f\xd9\xdd\xf3\xa1\x1d\x70\x5c\x66\x56\xae\ \x4e\x4e\x0f\x9f\x3d\x4b\xff\xf4\xa2\x47\x2f\x6b\x93\x4f\xc3\xed\ \xeb\x79\xf5\x21\x6d\x84\xcd\xa2\xd1\x68\xdb\xdb\xdb\x9b\x7e\x9b\ \x23\xdb\x53\x96\x8b\x5f\xa7\x0e\xb7\xfd\xaa\xad\x7d\x2d\xc5\xf9\ \x15\x24\x24\xc4\x25\x04\xa4\x24\xc4\x35\x54\xe3\x49\x4e\xe5\x1a\ \xac\xe1\x95\xe1\xe3\xe5\x99\x12\x15\x15\x79\x59\x3d\x5d\x6d\x83\ \xfb\x10\x58\x44\x22\xcc\xfb\x53\x94\xc6\x2b\x2b\xc2\xf5\x04\x3c\ \x38\x4f\x2e\xe6\xf4\xe7\xcb\xcb\x8a\x92\xc5\x64\x45\xe5\xe5\x65\ \xef\x4a\x8b\x91\x64\x15\xa5\x65\xef\x99\xbf\xa8\x68\x6e\xce\xb7\ \xd3\x93\x9c\x71\x1b\xe1\x47\x0b\x3b\x62\xd0\x84\xc0\xe4\x4a\x19\ \x4c\x76\x9b\xd6\xf2\xdb\xf9\xa5\x6d\x16\xed\xcb\xe6\xc9\xf6\x3a\ \xfd\x80\xc1\xd8\xd9\xa2\xb2\xd8\x5f\x37\x81\xe5\x1b\x9f\x78\x7b\ \xc5\x18\xdf\x63\xa7\xf4\x28\x4a\x2b\x93\xa4\x0b\x35\xd8\x17\x2d\ \x17\x4a\xbe\xb3\x5f\xc5\xbd\xb6\xad\xf9\x6a\xcf\x0f\x47\x36\x47\ \x92\x68\x27\xb5\xeb\x47\x0c\xe6\xdb\x15\x86\xdf\xe2\x89\x97\x84\ \xb5\xa3\x3e\x3f\x9f\x02\x86\x20\xbe\xae\xaa\xea\x2b\x05\x5e\xe1\ \xc4\xf9\xc5\x85\x05\x05\xa5\xf8\x04\x64\x08\x05\x65\x05\xe9\xb9\ \x69\xf1\x79\x45\x21\x29\x45\x61\x01\xe9\xaf\xe3\x63\x1b\x43\x82\ \x12\xaa\xe6\x87\xbb\x87\x97\x46\x97\x66\x36\x76\xb6\xb6\x96\xe7\ \x1b\xab\x72\xca\xab\xe6\xdf\xb2\xde\xf6\xb6\xb6\x8e\xe6\x04\xf9\ \x47\xa4\xd6\x5e\x55\xe5\xcc\x7c\x62\xfc\x60\x52\xd9\x3f\xde\xb2\ \xd8\x83\x49\x49\xd5\x2d\x8b\x6e\x6e\x17\x08\x20\x10\x80\x82\xfa\ \x79\xf3\xb1\x7e\xf7\x5b\x5b\x25\xf0\x49\xd7\xd7\xb7\x7c\x02\xf6\ \x10\x36\x89\x82\x33\xbb\x67\x6f\x7e\x75\x90\x8a\xdc\xc6\xca\xdc\ \x56\xb1\x56\xdf\xfc\x0a\x99\x01\x27\x61\xf5\x0b\xe8\xb3\xb3\x8b\ \xd6\xae\xba\x18\xff\xf0\x94\xc2\xb4\x92\xa2\xd2\x27\xf6\xe6\x26\ \x3a\xea\x7a\xf6\x86\x86\x86\xda\x72\xf7\x0d\x75\x75\x61\x73\x95\ \xae\x95\xae\xad\xb9\x85\x89\x9e\xae\xbd\x99\x95\xcb\x03\x3b\x5b\ \xf7\x27\xce\x76\xae\x4e\xba\x16\xba\xea\x9a\x7a\x66\x26\xda\xf7\ \xf5\x2c\x9c\x9c\x9d\x4c\xb4\xb5\xed\x1e\x3f\x7f\xf4\x3a\x25\x2c\ \x35\xcd\xf8\xbe\xde\x8b\x19\x37\x7f\x39\x75\x4d\x1d\x35\x63\xfb\ \x67\xe9\x09\xe9\x4f\xed\xac\x32\x9e\xa5\x87\x55\x1d\xb0\x7e\x30\ \x98\x0b\x0c\x2a\x6d\x8f\xb1\xd7\xcb\x60\x5c\xed\x2c\x2c\x34\xfb\ \x07\xc4\x84\x44\x44\x46\xa4\x56\xcd\x26\xbc\x7a\x52\x50\x51\x92\ \x19\x94\x33\xaa\xdf\x9f\x9c\x64\xca\x85\xe1\x21\x28\x9d\xff\x6b\ \x73\x5b\x69\xfb\x05\xac\xa1\xd3\xad\x85\x2f\xd5\x55\x91\xb9\x09\ \xf1\x01\xb9\x09\x61\xe1\x99\x05\x69\xaf\xca\xf2\xb3\xca\xb2\x32\ \xca\xb2\x4a\x2b\x72\xd3\xb2\xe2\x43\x53\x43\x82\x03\x72\x62\xfd\ \x73\xc2\x22\xe6\xd1\x1f\x3e\x78\x20\xb9\x80\x9a\xf1\xc8\x06\xb6\ \x10\x20\xfe\xf2\xc3\xe7\x8f\x1f\x2f\x6f\x6e\xd6\xa6\xfb\x07\x06\ \x3e\xec\xae\xce\x7d\x1f\xea\xf8\x70\x73\x09\x47\xb4\xef\x7e\xbc\ \xf9\x76\xe6\x73\xc7\xe6\x3f\x1d\x75\xc7\x86\x83\xa9\xff\x53\x59\ \xff\x6f\xbb\xcd\xef\xce\x05\x91\xbf\xda\xb5\xfe\xcb\x9f\x11\xf9\ \xef\xf0\x5f\x58\xf3\xb9\x81\x35\xac\x6c\x42\x72\x14\xe0\x14\xc1\ \x01\x56\xb1\xd0\x32\x04\xa0\x5e\x20\xa3\xb4\x00\x53\x50\x3c\x68\ \x19\x24\x2f\x0c\x6d\x00\x36\x0d\x81\x01\x74\x41\xe0\x00\xac\x08\ \x00\x28\x0e\x51\x0e\x0e\x00\x47\x5a\x1e\x00\x5b\x04\x0f\x2d\x07\ \x18\x52\x83\xd5\x8a\x02\x77\x05\xe0\xa7\xa5\x15\x15\x55\x99\xed\ \x01\x5e\x8a\xb1\x04\x07\x9c\x03\x01\x0d\xd8\x84\x45\xa3\x11\x38\ \x87\x40\x80\x32\x02\x70\x7d\x68\x14\x0e\xe7\x00\x4b\x5d\x58\x04\ \x8e\x80\x0d\x44\xf3\xc8\x70\xcb\x60\xb0\x1e\x5a\x81\x58\x0c\xc0\ \x1c\xc1\x01\x1e\x08\x3b\xac\x3c\x1c\x64\x78\xb8\x50\x38\x24\x8a\ \x07\xc9\x27\xc8\xcb\x2d\x2c\x80\x12\x40\x0a\x8a\x4b\x09\xf2\x2b\ \x08\xa0\xb8\xb1\x04\x14\x1f\x1a\x4e\x53\xe4\xfd\xa7\x7c\xa6\xae\ \x2e\x27\x28\x2e\x35\x34\x2c\xae\x3c\xb8\x39\x26\x74\x36\x35\x38\ \xa7\x2e\x26\x20\xd6\x3f\x2f\xe3\x55\x7e\x5c\x68\x48\x58\x5a\x9a\ \x7f\x77\xef\x4c\xce\xcc\xec\xb1\x7f\x57\x57\x4e\x70\x68\x40\xb0\ \x59\x31\xa9\x98\x33\x98\x1e\x8e\xcb\x81\x43\xe8\x01\x7b\xe0\x26\ \x95\x68\x38\x7c\x06\x28\xa8\x9e\x9a\x49\x0a\x29\x7a\x12\x46\x79\ \x4e\x42\x5b\x47\xa2\x00\x66\x4d\x52\xe0\x6c\x89\x06\x12\x9e\x5c\ \x4c\x22\xc2\x34\xe5\x06\x32\x99\xd3\x23\x0e\x44\x54\x0f\xf4\x91\ \xf0\x48\xce\x20\x78\x0a\x3c\xd1\x40\x06\x57\xc1\xac\x99\x68\xd8\ \x03\xff\x1e\xb8\x49\x40\x06\x45\x35\x60\x01\x2c\x4c\xcc\x8d\x5d\ \xcc\x5d\x1e\xe7\x3f\x72\xcf\x8d\x7c\x1d\x16\x14\xe0\x3f\x5c\x95\ \x38\x9f\x75\x4f\x56\xc7\xd9\xd6\xe5\xf1\xc3\x27\xae\xb6\x56\xc6\ \x26\x76\x86\xda\x46\x16\x9e\xf9\xfe\xf1\x91\x5d\xf3\xd4\x24\xc7\ \xa3\x11\x37\xeb\x45\x2f\xd3\xa3\x93\xaf\x5f\xe9\x74\xb7\xa4\x0b\ \xea\xa9\x86\x5f\xf5\xa2\xa5\x5b\xad\xa9\x63\x67\x75\x67\x6d\xb5\ \x92\xb0\xa3\x92\x82\x84\x86\xb0\x80\x84\x86\xa0\xbe\x42\x73\x8f\ \xdd\xbc\x29\x6d\x83\x39\xda\x3a\x5c\xf7\x54\x5b\x92\x28\x04\x6d\ \x32\xd0\xbc\x00\x00\x20\x00\x49\x44\x41\x54\xac\x89\x9c\x28\x51\ \x1e\x68\x2b\x3c\x5e\x5e\x99\x22\x29\x46\x54\x06\xb8\x8a\x06\x8e\ \x50\x51\x9e\x4c\x6a\x80\x8a\x52\x59\x56\x8c\x28\x24\x2a\x2b\x2a\ \x24\x2b\xa7\x26\x09\x04\x98\xb4\xac\xde\x8b\x2a\x77\xef\xcc\xc2\ \xf0\x34\xff\x13\x05\x25\x2e\x01\xcc\x14\x37\x0e\x81\x75\x88\x8a\ \x72\x08\x6c\xcf\x3e\x66\x31\xb6\xe8\xfb\x6f\xe9\x9d\x9d\xcc\xfd\ \xae\x85\xb7\x74\x1a\x93\x4a\xa3\xb3\xbe\x4c\x7c\x19\x1f\xe9\x3c\ \x67\xb3\xbf\x50\xbd\x02\x6a\x88\xf2\xa2\x9a\xde\x7b\x87\xdb\x9d\ \x13\x07\x7d\x8e\x3b\x0b\x5e\x96\x8e\xaa\xd6\x23\xb5\x23\x2d\x53\ \xfa\xeb\xdb\x87\xfa\x7e\x87\xeb\xa6\x96\x12\xd6\xfa\x8e\x9b\x83\ \x8b\xeb\x17\x49\x6e\x7c\x82\x0a\x4a\xc2\x8b\xb5\x9d\x54\x41\x41\ \x3e\x24\xd6\x01\x2d\xa5\x20\x05\x94\x7c\x3f\xf2\x79\xfe\xcb\xd7\ \x59\x21\xf1\x99\x91\x01\x99\x65\x25\x09\xf9\x15\xfe\xe1\x11\x01\ \x61\x55\xbd\xcb\x7d\xbd\x33\x75\xb3\x7b\x2b\x07\x1b\x4b\x7b\xcc\ \xa5\xd9\x95\x98\xba\xbe\xd6\xba\x59\xc6\x56\xf7\x7c\xb3\x7f\x78\ \x78\x5c\x42\x62\xcb\x97\xd6\xbe\x85\xe3\x8d\xe5\x2f\x54\xda\xca\ \x5b\xda\xd5\x61\xcb\x54\x4b\x52\xb5\x86\xe3\xbb\x5d\x9b\xd5\xb9\ \x9b\x6f\xef\x92\xb3\xd1\xc9\x02\xc2\x84\x9b\x6f\xd7\xe0\x09\x7d\ \xc6\x29\xf1\xcc\x71\xb6\xc4\xcd\x7d\xfb\x76\x76\xfd\xab\x8b\xd4\ \xe6\xb6\xdc\x6e\xf3\x57\x00\xd6\x6d\xeb\xe8\xad\xbe\x5a\x9d\xd3\ \xca\x59\xa8\x8a\x0d\xf1\xf7\x4f\xcb\xcb\x2a\xf3\xf4\x7c\xf0\xc0\ \xc2\x4c\x57\x4d\xfd\x3e\x90\x4d\x6a\x2a\x06\xda\x46\xe6\x46\xba\ \x56\x26\x16\xe6\x86\x46\xba\xf6\x76\x16\x76\x56\x66\x16\xf6\xce\ \xe6\x76\xce\xf6\x4e\x56\xf6\x56\x46\xe6\xda\x6a\xea\x7a\x16\x16\ \x00\x6a\x2e\xb6\xe0\xf7\x6d\x6b\x67\xfe\xf4\x45\xc2\xa7\x2f\xa3\ \xfb\x1b\xaf\x64\x4d\x9e\x66\x38\xa9\xab\x1b\x58\xd8\x3f\x7a\x59\ \x14\xfe\xd4\xd8\xf6\xc9\xf3\x87\x2f\x1f\x06\xe5\x2c\xcc\x52\x07\ \xdf\x32\x97\xf6\x18\xd4\x89\x89\xd3\x63\xc6\x29\x63\x65\x65\x67\ \x38\xa4\x3c\x34\x34\x3c\x22\x64\x7e\x34\x28\xf7\x59\x7a\x6e\x6e\ \x70\x79\x4a\xdd\x8a\xea\x18\xa1\xf6\xd0\x0f\x85\xe4\x71\x33\xf5\ \x59\xbd\x5d\xbf\xe3\x7c\xb4\xb1\x39\x3b\xdf\xe9\x9a\x19\x61\x95\ \xfb\x07\x64\x05\xe7\xc6\x85\x64\x66\x85\xe5\xa6\xc7\xc7\x67\xe5\ \x95\xe5\x45\x16\xbc\x28\x2d\x29\x2c\x28\x0b\x09\x08\x08\x0d\x4b\ \x0b\x0b\x8e\xad\x8a\x8d\x5c\x49\xfe\x39\xd0\x51\xd9\xde\xd6\xde\ \x31\xd4\xdf\x76\x79\x76\xf9\xfd\xf2\xe3\xc7\xb5\x8f\x63\xd3\x6b\ \x03\x03\x43\x43\x63\x40\x6b\xdd\x4c\xbf\x1b\x1a\xfa\x38\xf0\xe1\ \xdb\xf5\x37\x60\x0c\xbf\xef\x72\x22\x63\x7c\x7e\xe3\x66\xf5\x06\ \x36\x3e\xdc\x6a\xad\x3f\xc1\x0d\x77\xee\xfc\x5f\x7e\xfd\x29\xcd\ \x8b\xfc\x5f\xa0\xfd\x9f\xd1\x3a\xe0\xd4\xbf\x97\x1d\x30\x23\x39\ \x39\x90\x10\x15\xe8\x80\x93\x71\xc0\x01\x44\x20\xd0\x38\x24\xc7\ \xe9\xc1\x42\x16\x0e\xe8\x1e\xe0\xe3\x30\x04\x0c\x30\x6a\xe0\x08\ \x1c\x44\x89\x96\x16\x2c\x9d\x47\x69\x61\x3d\x3c\x00\x5b\x30\x04\ \x2d\x2d\xe0\x26\x65\x70\xd9\x95\x32\x08\x1c\x2e\x3b\xdb\x23\x39\ \x10\xe0\x26\x90\x10\x98\x0d\x47\x7a\xc3\xf4\xfe\x28\x07\xad\x7a\ \x02\xd6\x03\xc7\xc3\x85\x04\x80\x8a\x22\x10\x30\x38\xb8\xb3\xc6\ \xa3\x03\xf0\xc9\x23\x2a\x10\x2e\x54\x06\x06\x26\xcb\x38\x24\x67\ \x03\x4c\x61\xb0\x81\x30\x9e\x0b\x7c\x40\x02\x95\x05\x1e\x0d\xa3\ \x85\x03\xf2\x8b\x47\x9c\x1b\x9a\x40\x5e\x34\x4a\x40\x42\x5c\x9c\ \x8f\x97\x8b\x5f\x8a\x9f\x1b\x8d\xe4\xe7\xe7\xe6\x45\xf3\xf0\x4a\ \xfd\xe3\x1f\xda\x18\xd3\x15\xe3\x9f\xd0\x3b\x9b\xb3\x55\xd5\xdb\ \xd7\x38\x9c\x5a\x57\x9e\x9a\x33\xdc\x9a\x96\x1f\xd6\x1b\x11\x91\ \xd2\xba\x90\x1a\x1b\x14\xe3\x5f\x95\x93\x38\xdf\xd7\x5c\xde\x15\ \x1b\x3b\xda\x18\xa0\xfc\xbe\xa7\x01\x8e\x7b\x86\x23\x73\x26\xe1\ \x76\x67\x0a\x30\x45\x70\x78\x6a\x4f\x43\x31\x5e\x31\x5a\x19\xce\ \x7b\x06\x7e\x09\x50\x8b\xd8\x13\x8d\x9f\x24\x53\x94\x61\x24\x03\ \xb0\x78\x78\xe5\x68\x00\x31\x0a\x1e\x1a\xc3\xdb\x35\x42\x58\xab\ \x87\x19\xf0\xc5\x0d\x3d\x9c\xa1\x59\x3d\x78\x72\x03\xf0\x8e\x70\ \xcc\x17\x69\x32\x9a\x04\xef\x12\x00\x81\x0c\x8b\xef\xd1\xe0\xde\ \x45\x0d\x4d\x74\xcd\x8d\xed\x8d\x0d\xed\xed\x9d\x2b\xbc\x5f\x64\ \xa5\x55\xc4\x35\x26\xe6\xf4\x0e\xef\xcf\xd7\xa9\xc8\x1a\x7a\x3e\ \x7c\x92\xff\xf8\x91\x8b\x99\x89\xae\xce\x83\x97\xfe\xdd\x9f\xa8\ \x27\xeb\xeb\x70\x78\x87\x63\x8b\xdb\xd4\xba\xe9\xc8\xbe\x97\x1f\ \xed\xf4\x07\x75\xdd\xab\x3a\xa9\xe5\xa4\x73\xdd\xcf\xd1\xd4\x31\ \xc9\xcf\xcd\xd7\xd2\xcf\x1a\x4e\xcf\x36\x15\x56\xd2\x10\xe0\x52\ \x55\xd5\xf7\xd2\x18\xc5\x5b\x8c\x8a\x6f\xee\x6f\x6d\xf5\x55\xc5\ \x1b\x19\x88\x35\xc8\x9a\x98\x8b\x29\x2a\x93\x89\x24\x00\x22\x45\ \xe9\xe2\x62\x45\x49\x79\x0a\x84\x17\x1c\x60\x8d\x2f\x2e\xc6\xc3\ \x79\xd6\x8a\x92\xa2\x42\x42\x92\xb2\x6a\x70\x3a\xbd\x98\xa2\x98\ \xbc\xb4\x45\x6a\x48\x90\x89\xae\x93\x85\x99\x4b\xe3\x57\x1e\x1c\ \x3f\x8f\x70\x8b\x20\x12\xe3\x01\x7f\xc1\x81\x6d\x88\x19\xc6\xfe\ \x27\xea\xd1\x27\xf6\xc4\x15\x9b\x71\x7c\x54\xbd\xbd\xbe\x7d\xca\ \x1a\xa7\x8f\xb3\x0e\xab\x19\x17\x23\x53\x53\x9f\x26\x8e\x46\x49\ \x8a\x62\x77\x4d\xea\x7c\x19\xd4\xa4\xce\x3e\x7f\x26\x7b\xf0\xc7\ \x61\xa7\xa3\x97\x25\x9c\x20\xae\x64\xe9\xbb\xa9\x24\xd5\xf2\xa9\ \x5a\xa2\x73\x7d\xa4\xd3\x37\xc9\x92\x4f\x43\x40\xdc\x51\x58\x50\ \x02\x87\xe1\xf3\xd2\xd0\xb7\x94\xe0\x15\x14\x46\x2a\x48\x20\x70\ \x81\xd8\x36\x5f\x97\xfc\xe7\x25\x79\x61\x01\x09\x99\xe9\x11\xfe\ \xcd\x55\x21\x15\xfe\x09\xe1\x31\xad\xc3\x33\xcb\xdd\xa3\xa3\xb3\ \x5b\xcc\xd1\xbd\xa5\xf9\xd6\xde\xf9\xee\xc6\xaa\xaa\xd4\x88\xc6\ \xe6\x15\xe6\xc6\x4c\x4c\x6c\x5d\x55\x78\x68\x58\x6f\xed\x71\xdd\ \xfc\xd2\xca\xc2\xce\x31\xf5\x2d\x73\xe2\x8a\x06\xfb\xbf\xaa\x93\ \x78\x2d\x85\xfb\xa1\x4c\xe8\xe7\x42\x75\xa0\xa9\x01\xfc\x63\x9c\ \xc6\xc7\xd5\xb9\xdb\x35\x3f\x40\x21\x11\x9b\xeb\xdb\x80\x06\x4e\ \x2f\xe9\x9b\xdb\xee\xac\x5f\x52\xeb\x57\x10\xd6\xaf\xf2\x15\x38\ \xee\xdb\x55\x64\xdd\x6c\x4e\x66\x50\x7a\x6e\x51\xa1\xa7\x93\xab\ \x91\xb9\xf7\x03\x5d\x1d\x39\xb1\xfb\x06\x40\x2d\xeb\x18\xe8\x18\ \x69\x1b\x6a\x9a\x18\xc2\x56\x5b\x3b\x17\x38\x32\xde\xc8\xd8\xde\ \xc9\xcc\xd6\xc4\xd8\xca\xc8\xc2\x4c\x5d\x4f\x47\xcf\x0a\x48\x2f\ \x33\x73\xfb\x07\x66\xf6\xae\xae\x0f\x1e\xbd\x8a\x59\x66\x5d\x1c\ \xf9\x26\x65\xdd\x73\x5a\xa1\x97\x1a\x5b\x79\xbe\xcc\xcb\xf3\xb6\ \x75\xb1\xb3\x70\x0f\x4b\x71\x7d\xf4\x38\xd1\xbf\x6f\x74\x67\xeb\ \xcb\x17\xe6\x0a\xf3\xea\x2b\x9b\xc9\x62\xd1\x26\x96\xdf\x32\xbb\ \x9a\x83\xc3\xd2\x72\xe3\x22\x99\x4b\x45\xaf\x9f\xbf\x4e\x08\x48\ \x8c\x8c\x68\x3d\x9d\xea\xf7\x50\xf2\xa2\x39\x2a\x20\x2f\x84\x7d\ \x38\x81\xce\x9c\xd5\x02\xb8\xc4\x79\x47\x89\xb9\xb5\xc3\x4c\xea\ \x0b\x4e\xcb\xf2\x8f\x09\x2f\xf1\x2f\x8f\x2b\xcc\x8d\x2c\x28\xc8\ \x7d\xf5\x22\x37\xa1\x2c\xb3\x30\x3e\x2d\x2b\x2e\x2c\x24\x32\xb5\ \xe4\x75\x62\x50\x6c\x73\x77\xf8\x8f\xec\xcb\xe9\xb1\x81\xfe\x7e\ \x60\x00\x07\xfe\xbd\xfe\xfc\xfd\x12\xbe\xad\x7d\xfc\x38\x30\x30\ \xd6\x3f\x74\x79\x76\xf3\x73\xba\xad\xff\xdd\xc0\xbb\x0f\xbb\xdf\ \x76\xfb\xdb\x06\x86\x3e\xda\xf8\xd8\xd8\x70\xe0\x74\xdb\x41\xfa\ \xf3\xe7\x6d\x0e\xc3\xaf\xca\xd6\xad\xd1\xf3\xe1\xf4\x6a\xfd\x87\ \x25\x91\x3f\x35\xf8\xdf\x6e\xf1\x57\xc3\x96\x8f\xcf\x7f\x49\xcb\ \xe0\xd2\xe9\xfa\xca\xfa\xec\xe4\x64\x0f\x07\x0f\x02\x30\x6d\x32\ \x68\x2d\x58\xa2\x02\x08\x82\x5b\xa0\xb9\x51\x40\x31\x01\x62\xf1\ \xa0\x78\xb0\x1e\x68\x34\x06\x01\x89\xe6\x00\x07\xeb\xc0\xe6\x77\ \xa0\x7f\xe0\x87\xe4\x64\x20\x9a\xb4\x3c\xe0\x14\xd6\xc0\x40\x19\ \x34\x20\x9a\x07\x14\x59\x84\xa8\x64\x80\xb6\xa8\xec\x28\x28\xb9\ \xea\x03\x11\x0e\xf5\x80\x8b\x1e\x81\x51\x40\x44\x61\x01\xe9\xa2\ \xb2\x03\x93\xb3\x71\x38\x70\x01\x4e\x2b\xbb\xa9\xa3\xb2\xa9\x32\ \x4a\xcb\x43\xcb\xa3\xb2\x29\xaa\xde\x83\x03\x40\x07\x2d\x40\x50\ \x60\x44\xb1\x51\x58\x02\x21\x2a\x4a\x86\xd3\xdd\x8e\xc1\x05\xe2\ \x08\x0e\x08\x1e\x14\x9f\x8c\x07\x16\x85\xe0\xe1\x46\xf3\x71\x23\ \xb0\x40\x0d\xa2\x50\x5c\xff\x94\xc7\x04\x55\x05\x27\xa6\xc6\x36\ \x7f\x99\x99\x8f\x89\xa9\x8a\x4d\x2c\x2f\xcf\x8c\x28\x1f\x5d\x2a\ \x4f\x0f\x2a\xcf\x7c\x5d\x11\xd6\xdd\x1b\xe0\xef\x9f\xf1\xba\xb1\ \xb5\x79\x74\xb8\x2e\xa7\x24\x6d\x78\x29\x2b\xba\x81\xb3\x59\x06\ \xb6\x1b\xc0\x7c\x51\x70\x62\xb2\xa1\xb8\xa1\x66\xb2\x81\x58\x3c\ \xa9\x4c\x26\x73\xda\x10\x80\x05\xec\xe9\xe9\xc1\x13\xf1\xb0\x36\ \x4d\x69\x98\xc4\x73\x36\xdd\xd4\xd4\x70\xd6\x11\x01\xde\xc8\x78\ \xa0\x9f\xa2\x8b\x7b\x00\x94\xa0\x1d\x84\x35\x2a\x12\xb0\x8e\x94\ \xe8\x9a\xc9\xe2\x1e\x45\x0a\x3c\xb4\x06\x76\x62\xd5\x00\x1e\x02\ \x98\x51\x80\x0b\x05\x8c\xc3\xab\x69\x9b\x03\xbf\x67\x2b\xe4\x92\ \x57\x5a\x56\x96\x51\x91\x9b\x92\x1e\x93\x33\x9b\xd3\x3c\x1b\x34\ \x6a\x28\xa7\xf7\x3c\xff\xa9\x8b\x93\xcb\x8b\xf8\xb4\xaa\xf9\x53\ \xda\xe1\xf6\xd4\x76\xa7\xaf\xbe\xb5\xaa\x92\xdf\x88\xa5\xa5\xd7\ \xa1\x9b\x6a\xf5\xba\xe3\xfa\x05\x9d\xde\x52\x3d\x55\xbb\xe8\xe8\ \xd5\xe2\xa6\xa0\x64\xaa\xa4\xa0\x61\xa9\xa1\xaf\x2a\x21\x6e\xad\ \xa1\x6a\xaa\xaf\xe1\xa7\xa4\xef\xe5\x98\xa4\x5a\x45\xb6\x9b\x17\ \x3f\x3a\x3e\x18\x8d\x08\xf7\x56\x97\xa4\x90\x44\xd5\xd4\x95\xf1\ \x00\x57\x78\x12\x1e\x68\x45\x8a\xb2\x98\xa4\x24\x9c\xb5\x48\x54\ \x06\x9a\x0b\x18\x5e\x65\x98\x51\x7f\x57\x4e\x88\x24\x29\x27\x29\ \x2a\x27\x27\x29\x8f\x27\x89\x19\x97\xc6\xbb\x3e\xaa\x72\x37\x53\ \xb9\xa7\x63\x98\x51\x8e\x44\x09\xf3\x28\x79\x01\xe5\x83\x25\x68\ \x35\x65\x47\xb5\x0b\x37\xb3\x8e\x77\x0e\xa8\x54\xd6\x1e\x95\x79\ \xbe\x4e\x65\xb2\x0e\x69\xfb\x8c\x25\x26\xfd\xc7\x04\x90\x81\x6e\ \xac\x11\xa9\xf5\x9d\xce\xe7\x35\xf8\x7b\xfe\x1a\xbe\x8b\xe7\x6c\ \xda\xc6\xd5\x29\xeb\xeb\x71\xd8\xe8\xd6\xc9\x7a\x6d\xa7\xc2\xe2\ \xb6\x97\x5b\x6d\x35\x8d\xcd\x64\x6c\xfa\x5a\x5a\x4a\x28\x28\x88\ \x2b\x08\x9b\x4a\x78\x55\xfb\x1e\x30\x8e\x68\x08\x94\x00\x2f\xaf\ \x4c\xe7\x88\xdb\x66\x35\x37\x1a\x85\xe4\x0e\x7d\x59\x5a\x54\x14\ \x1f\x19\x96\x10\x9e\x99\x1b\xdc\x0d\xd0\x10\x13\x50\xb7\xd1\xb5\ \xd2\xdb\x3d\x3b\x3a\xb3\xb2\xb5\x30\xba\xb0\xb4\x3c\xdb\xb5\x32\ \x93\xd8\xd8\x58\x1e\xdb\xd5\xd8\xbd\xb1\xb7\xd4\x58\xde\x58\x15\ \x1c\x1f\x5e\xb2\x72\xd4\x3d\x3c\xbb\xbc\xf1\xe9\xf8\xf4\x0b\x8b\ \xcd\x62\x51\xbf\x2e\xd6\x8e\xf8\xf2\x6a\xd4\x4e\x09\x22\x9b\xc6\ \xc0\x1f\x20\x6f\x2d\x4f\x35\x4f\xd3\x4f\x58\x5e\xe7\xf4\x36\xdc\ \x81\xdd\x55\x40\x6c\xdd\x40\x62\xfd\xda\x9f\xc3\xd9\xf6\x7c\x1b\ \x2b\x03\xd5\x97\xcd\x6d\xe1\xfd\xd7\x2a\xe1\x9c\xc8\xf7\x99\xf0\ \xe0\xa0\x88\xf4\xf8\x8c\x87\x2f\x9f\x3d\xf6\xb6\x37\xb1\x35\xb1\ \xb3\x30\x81\x63\x39\xe4\xf4\x80\x07\xd4\x56\xd7\x34\x30\xb1\x32\ \x34\xb2\x33\xd7\xd3\xb5\x30\xb7\x35\x37\xd4\x01\x82\xca\xc9\xd8\ \xdc\x44\x4f\x53\x45\x4f\x53\xc7\xd0\xc4\xcc\xc2\xca\xc2\xcc\xce\ \xde\xc5\xe5\xc5\x33\x77\xcf\xc8\x88\xbe\xf3\x93\x75\x2f\x71\xdf\ \xd7\x3a\x4f\x18\x17\x41\x0f\xbd\x5f\x59\xe8\x6a\xeb\x19\x68\xbb\ \x3f\x78\xb9\xb3\xf4\xe8\xa9\x7d\x5e\x50\x58\x7a\xc0\x0c\x8b\xc5\ \xda\x67\xb2\xd8\x57\x3b\x6c\x2a\x75\x82\x49\xfb\x32\xda\x18\x9a\ \x59\x18\x92\xb8\x30\x9b\xf2\xf2\x65\x66\x68\x88\x7f\xac\x7f\xd5\ \x06\xad\xb6\xa9\x52\x75\x7b\xde\x8b\x0f\xc3\x96\xfa\x97\xe3\x06\ \x7f\x85\xd1\xcf\xcd\xf9\xe0\x36\x66\xab\x7a\xc7\x59\xcb\xe1\x61\ \x71\xb1\xe1\xb1\x71\xfe\x21\x09\xaf\x0b\x5e\x15\x94\x65\x15\x15\ \x64\xa6\x95\x64\xe5\xe6\xc6\x87\xd7\xb5\xc6\x04\x87\x24\x46\x44\ \xb4\x56\x35\xe7\x84\x32\x93\x2f\xd7\x06\xde\xb5\x77\x74\x54\xce\ \xfd\xf3\xe6\xf2\xfb\xcf\xdd\xcb\xcb\xcf\x1f\x3f\x4c\x03\xe4\x4f\ \x8f\x5d\x42\x22\x8d\x8d\x0d\x0c\xf5\xaf\xdd\xdc\x7c\x68\x6b\x1f\ \xeb\x1f\x98\x03\xa6\x9a\x03\x27\x1f\x0e\xa8\xce\x3e\x7e\x13\xf9\ \xdb\x22\x5e\xbf\xf9\x55\xbf\x12\xf9\x4b\x70\x89\xfc\x57\xa0\x17\ \xf9\x2f\x82\xe6\xf7\x6a\xa3\xc8\xef\xb5\xc3\x7f\x2f\xb3\xdb\xb3\ \xa3\x3c\x02\x01\xb1\x1c\xb0\x38\x2d\xe0\xdd\xa0\x21\xc3\x61\xb1\ \x3c\xc0\x13\xf2\x20\x08\x48\xc0\x17\x0c\xcc\xfe\xc4\x22\xb9\x78\ \x64\xb0\x18\x2d\xe8\xfa\xb0\x38\x68\xff\x80\x7d\x24\xc8\x38\x40\ \x9d\xe4\x00\xe3\x5e\x2a\xa3\x00\xb6\x3c\x02\xc1\xa5\x51\xd9\xf5\ \xc9\x1c\x6d\x15\x15\x88\x8b\x6a\x82\x4d\x5d\xe0\x70\x38\x56\x9e\ \x13\x68\x5c\x09\xa7\x0d\xc2\x1c\xab\x8e\x7a\xf0\x98\xd9\x50\x5c\ \x55\x56\x76\x64\x13\x00\xe7\x02\x3d\xc0\xc9\x7a\x02\x0a\x09\xee\ \x22\xd9\x01\x1c\x98\x1d\xe8\x81\xf3\xc0\x3a\x78\x44\x65\x43\x52\ \x66\x6b\xe1\xa2\x92\x3d\xa2\xe0\xad\x03\xfb\x9b\x02\xa3\x3c\x3c\ \x50\xc0\xbd\x46\x35\x79\xc8\x80\x07\x76\xf8\xa7\x6b\x36\x34\xb4\ \x0a\x8e\x44\xe9\x6d\x1e\x5e\xc8\x99\x59\x5e\x99\xef\xaa\x4b\x0d\ \x0e\x8b\xe9\x8b\x0c\x7b\x5d\x50\x94\x19\x10\xd0\xda\x1c\xd3\x18\ \x19\x10\x19\x99\xe2\x9f\x5a\x17\xe0\xf4\x2c\xb4\xd7\x15\xee\x49\ \x6e\x80\x80\x82\x81\xee\xef\x27\x27\xe1\x66\x67\x98\x8a\x45\x89\ \xa6\x00\xb5\x35\x39\x49\x01\x1c\x22\x93\x88\x30\x9c\x1d\xd6\xd7\ \xf1\xf8\xe2\x06\x0a\xb1\xe1\x3d\x85\x02\xa7\x3a\x93\xe1\x4e\x66\ \x22\x78\x9a\x47\x93\xc9\x70\x70\x7d\x4d\x0d\x99\x04\x50\xf6\x3e\ \x1a\xc8\x32\x22\x4c\xca\x22\xd5\x00\x27\x58\x03\x87\x87\x15\x83\ \xab\x60\x0c\x69\x31\x89\x42\x22\xc3\xac\xac\xe8\x68\xd1\xbb\x7a\ \xb6\x66\x0f\x5c\xd4\x3d\x1f\xe7\x25\xa4\x95\xbe\x2c\x4d\xcf\x08\ \xe8\xee\x5b\xae\x6a\xcc\xd9\xb3\x95\xb3\x2d\x4b\x89\x88\xe9\xfe\ \x74\xc5\xa6\x9d\x1f\x76\xb2\xaf\xd8\x54\x36\xdd\x4f\xd5\x52\x41\ \x6a\xea\x70\x4a\xdf\x7a\x8a\xee\x28\x45\xfd\xe4\xe5\xe8\x0b\x2e\ \xb1\x6c\xb1\x56\xb2\xd6\xe7\x17\x57\x10\x97\xd2\xf7\x33\xb5\xf6\ \xd2\x30\x95\x72\xf4\xf3\x1d\xf1\xb3\xb6\x36\xf5\xaa\x4d\x72\xf3\ \x7b\x59\xec\xbd\xe7\x76\x3a\xdc\x5d\xe0\x6d\x7c\x5f\x14\x4f\x54\ \xd4\x54\x51\x16\x23\x91\xc8\xf2\xf2\x64\x0a\xa5\x18\xa6\x8e\x0a\ \x89\xc9\xcb\x93\xe4\xf1\x40\x48\xc9\x13\xf1\x8a\x40\x5f\x29\x93\ \xe4\x24\x95\xf1\xf2\xd2\x62\x77\xef\x4a\x4b\x93\x95\x6d\x23\x53\ \xcc\xa4\x35\x6d\xf7\x7b\x5f\x3c\xb0\xf3\x36\x97\x7b\xe4\x88\xe4\ \xe5\x92\x4a\xe2\x73\x08\xc4\x10\x70\xe0\x77\xdc\x21\x35\x1a\x51\ \xcd\x7f\x40\x3d\xfc\x4a\x3b\x3a\xa5\x4a\x1d\x1e\x33\xf6\x37\xa8\ \x9d\xe5\x7d\x3f\x58\x1b\xf4\x5a\x7a\xf5\xc5\xd6\x5b\x76\x8b\x92\ \x92\x67\x83\xf1\x48\x35\xdb\xcf\x37\x89\xb6\x70\x75\x7e\xce\x88\ \xf0\xa4\x4e\x99\xfa\xb1\x97\x1c\xd7\x59\xec\x43\xbf\x96\xe3\x29\ \xeb\xb7\x27\x49\xa6\x8e\x12\x4a\xe2\x02\x52\xfc\xbc\xd6\x8e\xec\ \x99\xb0\xee\x83\x6e\x04\x9f\x30\x16\x83\xe4\xe7\x45\x81\x17\x51\ \x87\xb5\xca\xc6\xa2\xf8\xdc\x92\xb2\x94\x00\xff\xf8\xd6\xb4\x94\ \xb0\xc4\xd1\xf4\x90\x9c\x98\x85\xde\xd1\x9c\x99\xde\xe6\x8d\xad\ \x8d\xe3\x95\xf9\xad\xfd\xad\x99\x61\xe0\x06\x1b\x1b\x73\x82\x72\ \x42\x7a\x13\x17\x26\xf6\x16\x76\x7a\x73\xe2\x62\x62\x03\x4e\x0f\ \x97\x5a\x67\x16\xf6\x98\xe3\xd4\x41\xc6\x15\x95\x3d\x7e\x51\xeb\ \x66\xe9\xdb\x69\xbd\xc9\x65\xca\xdf\x71\xb2\x9e\x7c\xe1\xfb\x6e\ \x60\xe0\x72\x77\xf7\x6c\x55\x84\x93\x1c\xb3\x6a\x33\xf7\xed\x7a\ \xee\x8c\xe3\x11\x7f\xb5\xbc\x43\x5e\x89\xfc\x09\x1a\x5d\xbd\xed\ \x76\x07\x67\xce\xbe\xc1\xfd\xbf\x6f\x7c\xb0\x01\x31\x89\x59\x85\ \x99\x59\xa5\xaf\xf2\x9e\x3e\x7a\x66\x6b\x64\xa2\x63\xe4\x6a\x64\ \x28\xa7\xa2\xa6\x66\xa6\xab\xae\x6b\x20\xa9\xa9\x69\x62\x6e\x6e\ \x64\xef\x6a\x62\xa1\x67\x61\x6f\x60\x62\x62\x06\x1c\xa0\xa1\x93\ \x95\xb6\x8a\xa6\xa6\xa1\xb1\x99\xad\x99\x11\xf0\x8c\xe6\x4f\x5d\ \x5d\x5f\x94\x3d\xc9\x0b\x1a\x9d\x38\xdf\xae\xd5\xe7\x71\x7b\x69\ \xf8\x9a\x4d\xcb\x37\xb3\xd0\xd3\x86\x55\x30\x43\x5b\x5b\x93\x97\ \x0b\xa7\xcd\xaf\xf2\x23\x13\x5e\x5a\xa5\x75\xcd\xfe\x60\x9c\x7e\ \xa1\x7e\x61\xee\xb3\x07\x69\x47\x17\x6c\xea\x46\x73\xd5\xd2\x71\ \x5f\x6b\x6e\x7e\x51\x6e\xdd\x7c\xa8\x7f\xca\xeb\x18\xb6\x9f\x5f\ \x60\x7d\xe7\xd1\xb9\x14\x92\x8f\x86\xf5\x99\x9b\xfb\xbd\x54\x00\ \xc1\x75\xa7\x63\x7f\xa5\xb5\xae\x8a\xca\x98\x8f\x09\x89\x08\x2d\ \x8f\x88\x0b\x89\x4d\x78\x95\x57\x9a\x97\x55\x91\x9e\x10\x97\x12\ \x9f\x99\xf2\x2a\xbc\x95\xd1\x18\x3b\xda\x1c\x16\x14\x16\x9c\xda\ \x15\x1a\x32\xd8\xf4\x61\x7a\xec\x5d\x65\xfd\xc7\x7f\x7c\xce\x2e\ \xc1\x0f\xeb\x3b\xb0\x85\xd3\x40\x63\x7d\x5f\x5b\xfb\x78\x23\x72\ \xf3\x7d\x7a\xed\xfb\x58\xff\xd8\xcd\xb7\x81\xfe\xe9\xe9\xfe\x0f\ \x73\x36\xab\xb0\x93\xc1\xe7\xb6\xdc\xee\x73\xf6\xfd\xf2\xdb\x2f\ \xb3\x07\x2f\xb8\xb3\xca\x59\x47\xfc\xcb\x06\xfe\x5e\x3b\xbc\xd5\ \x57\x3e\x22\x36\x22\xff\x4f\xb9\xeb\xcf\xf4\x8a\x3b\x3e\x36\x97\ \xed\x95\x10\x03\x81\xb0\x17\x0b\x8b\x85\xb5\x6f\x07\x2c\x02\x03\ \x3b\x06\x08\x48\x14\x0f\x0a\x87\x43\xc8\x80\xf3\x58\x58\x30\x27\ \x60\xe1\x0e\x69\x2d\x2d\x1c\x02\xa7\x15\x28\x83\x80\x1b\x10\x93\ \x3d\x64\x3c\x2a\x2b\x93\x93\x2b\x81\x20\x02\xaa\x08\x38\x3b\x98\ \xad\x55\xd9\xc4\x41\x56\x76\x14\x8e\x00\x0c\x67\x94\x43\x60\x54\ \x65\x72\x7b\x13\x50\x51\xd9\x95\xc9\xf5\x4d\xf5\xed\x4d\x6d\x80\ \x53\x4d\x00\x59\xc9\x00\x3f\x70\xc4\x42\x25\x70\x8e\xed\xe0\x46\ \x1d\x30\x00\x15\xdc\x30\xbb\xa9\x29\xaa\xb2\xbe\x09\x76\xb4\xc2\ \xee\x8f\xa6\x76\x78\x0e\x30\xae\x83\xf3\xa9\x8d\x33\x28\xa7\x09\ \xdc\xaa\x29\x3b\xb9\xa9\x2d\x3b\xb9\x32\xb0\xa9\xfd\x9f\xde\xee\ \x88\xf2\xbe\xe5\xad\xaa\xe1\xb0\xc8\xd6\xbe\xe6\xa0\xaa\xd9\x95\ \x85\x83\xee\xaa\xbe\xae\xae\xae\x88\xd7\xaf\xf3\x8a\x22\xc3\x52\ \x82\xab\x9a\x5b\xfb\x42\x42\x42\xca\x99\x3b\x89\x4f\xbc\x4b\xba\ \x9d\xe1\xa4\x09\x08\x28\x38\x4e\x10\xce\x88\x50\x06\x9f\xde\x03\ \x53\x07\xe4\xc6\x7b\x60\xf1\x1a\x48\x70\xb7\xa0\xa2\x22\x10\x4d\ \x78\xb2\x18\x89\xac\x08\xb7\x1c\x02\x94\xe1\xf1\x40\x4f\x91\x8a\ \x89\xd1\x8a\xca\x24\x32\x09\x0f\x27\x30\x47\x73\xf6\xe0\x90\x81\ \xc3\xfc\x5f\xf4\x64\x43\x4d\x31\xa7\x82\x0d\x8b\x5a\x14\x98\x95\ \x5c\x03\xae\xeb\x01\xf7\x87\x87\x6b\x86\x93\xd0\x68\x92\x34\xef\ \xdd\xb3\xb7\xf0\xb6\x55\xf3\xf6\x4c\x4f\x8b\x4f\x79\x5d\x54\x12\ \x5e\xb5\x14\x1a\xb3\xb2\x34\xbb\x17\x5c\xd2\xb5\xb4\x33\xc1\xa6\ \xb1\xe8\x2c\x36\x9b\xb6\x4e\xa3\xd2\x2f\x68\x83\x9d\x9d\xa6\xa6\ \x4a\xa6\x47\x83\x6e\x23\xb5\xe7\xd5\xe2\x8e\x0c\xeb\x24\x6b\x05\ \x29\x71\x61\x6b\x6b\x0d\x47\x25\x25\x7e\x55\xaf\x24\xbf\x24\x4b\ \x2f\x5f\x47\x55\x05\xaf\x6a\xfa\x51\xd2\xc8\xc8\x48\xa7\xd7\xd7\ \x4d\xf6\xbd\x68\xfb\x53\x9e\x98\xd7\xde\x7a\xf7\xc5\x94\x49\x44\ \x69\xd1\xfb\x77\x61\x6c\x17\x85\xa8\x0c\x57\x14\xf0\xf2\x8a\x8a\ \x24\x32\x59\x91\x48\xa4\x90\xe1\x1c\x6b\x65\x18\x56\x43\xc1\xdf\ \xbb\x2b\x24\x29\x74\xef\xae\x98\xa4\xb4\x90\x51\x51\xc0\x53\x49\ \x69\x51\x03\xe7\xe1\xad\xd6\x88\xb4\xbe\x59\xff\xd9\x11\x09\x7e\ \x74\x8b\x23\xb6\xd2\x83\xdb\xa1\xbe\xb2\x32\x7b\x48\x7f\xab\x99\ \xed\xfb\xe3\x6a\x62\xe2\x84\xee\x77\x4c\x3d\x3a\xfa\xf1\xa9\x97\ \x46\x65\x5c\xb1\x59\x07\xdb\xe3\x7b\xeb\xb4\x8b\xa5\x03\xda\xb6\ \x57\x52\x51\xb7\x5f\x2d\x95\xce\xbe\xba\xa0\x9f\xf8\xb5\x30\x36\ \x82\x18\xdb\x23\x0a\x9b\xe3\x1a\x7e\xf4\x5a\x61\x4b\xfa\xc5\x21\ \x6d\x5b\x0a\xbd\x78\x28\xc8\x27\x65\x7a\x21\xdc\x81\x94\xb0\x1c\ \xa7\x6d\x9b\xfa\xf2\x48\xf8\xa1\x00\xaf\xb8\x08\x58\x07\x61\xe4\ \x50\xaf\x67\x41\x4a\xd6\xab\x8c\x90\x94\xcc\x04\xff\xc2\xc8\xd8\ \xc6\xd9\xf8\xac\xde\xf9\x99\xde\xaa\xee\x95\xe6\xad\x85\x63\xe6\ \xce\x0a\xf8\x3c\xbc\x32\xdb\x1b\x9a\x93\x9a\x13\x5a\xd5\xdd\xdc\ \xd5\xbc\xf2\x76\xb4\xb9\x2e\xa7\xae\xaa\x2e\x36\x31\x92\xb5\xd9\ \x35\xcf\x38\x4c\x3a\x62\x50\xc7\x27\x68\x5f\xc7\xa9\x87\x9d\x2d\ \xdb\xbe\xfa\x57\xfb\x8e\x1e\xd9\x68\x4b\x0f\x29\xdc\xf4\x77\xf0\ \x14\xbc\xb9\x39\xe3\x48\x10\x68\x9b\xce\xce\x80\xc4\x7a\xf3\x2b\ \xa5\xfc\x57\xc8\x8c\xc8\xaf\xb8\x19\x78\x80\x8d\x0d\x47\x67\xcd\ \xdd\x7c\xe3\x6c\x04\x16\xa1\x45\xb6\xa6\x46\x94\xa4\xbf\x82\x73\ \xe9\x6d\x5d\xed\x55\x0c\x54\xd4\xed\xcc\x0c\xef\xdf\xbf\xab\x69\ \x6c\xa2\xa9\x73\xff\xae\x8a\x26\x1c\x33\x61\x6c\x61\xa4\xab\xa9\ \x67\xac\x6b\xae\xa7\x67\x67\xa4\xa9\xa3\xa7\xab\xa3\xad\x62\xe6\ \x64\x04\x2e\x37\x34\xd4\xb3\x35\x36\x7c\x5a\x98\x55\x98\x97\x1e\ \xba\x41\xff\xea\x67\x2a\x85\x74\x7c\x6c\xf6\x9a\x7d\xec\x64\x64\ \x6b\x6f\xec\x64\xa6\x6e\x00\xfc\xa4\xbd\xb7\x5d\x69\x78\x63\xf7\ \xc4\x7e\x91\x49\x61\x58\xe3\xce\xfe\xcc\xd6\x3e\x7b\x62\x83\x45\ \x63\x4c\x0c\x0e\x8e\x0c\xb2\x18\x9f\xea\x52\x8b\xb2\xe2\x33\xd3\ \xe6\x97\x82\x5e\xbf\x7c\x1e\xc6\x4e\xe2\x8f\x6a\x1b\x54\x50\x55\ \x10\x90\xd8\x9b\xbe\x73\xbb\x52\x70\x1b\x30\x01\x94\xe3\xee\xe9\ \xc1\x72\x6f\x68\xe3\xd6\xfe\x46\x5d\x6e\x5c\x40\x58\x50\x77\x48\ \x4a\x58\x6e\xf8\xeb\xf4\x34\x38\xa2\xac\x20\x3d\x25\x2f\x3d\xf1\ \xed\x4e\xc0\x72\x55\x78\x6c\x44\x70\x55\x77\xd5\xec\xc6\x15\x77\ \xff\xda\x58\x76\xfd\xcd\x9d\xb3\x6f\x37\xbb\x3f\x77\x7f\x7e\xbf\ \xfc\xbc\x36\xb6\xf6\x11\x48\xac\xe9\x8f\xbb\xbb\x9f\xa7\x3f\x7f\ \x1f\x1b\x1b\xfb\xbe\x3b\x06\x2e\x1b\x58\x3b\x5b\x3d\x5b\xbd\x95\ \x45\xb7\x0b\x84\xc0\x40\xae\x72\x3a\xdf\x7f\xc5\xbf\xdf\x5c\xff\ \xd7\x8e\xf5\x5b\x64\xf9\xfc\x91\x52\x7f\xf7\x6a\xf9\xf8\xfc\x09\ \x6b\xb8\x95\x63\x6f\x06\xce\x7e\x02\x59\x1c\x05\x2c\xa1\x47\xa0\ \x16\xaf\x0c\x1c\x30\xec\x00\x68\x85\x46\x72\xa3\x08\x68\x6e\x2e\ \x0c\x0e\x83\x94\xe1\x42\xe3\x64\x30\x70\xfc\x83\x0c\xd0\x4a\x58\ \x2c\x8e\x07\x17\x85\x4b\x26\x68\x45\x11\xb4\x80\xaf\x03\xef\xf5\ \x1d\xc9\xf5\x51\x0e\x0e\x81\x32\x32\x1e\x80\x30\x0e\x95\x80\x20\ \x4d\xd9\x70\xa7\x8f\x03\xa0\x58\x65\x32\xa0\x4f\x76\x65\x3b\x40\ \x58\x7d\x76\x07\x60\x5b\x53\x7b\x5b\x47\x07\x1c\x5d\xd5\xd4\xde\ \x54\xd9\x56\x0f\x50\x54\xdf\x14\x08\x7c\x69\x47\x7b\x7b\x7d\x3b\ \xb8\xa2\x3e\x99\x00\xf8\x03\x89\xd4\xde\x34\xf4\xee\xdd\x00\xd0\ \x5f\xe0\x06\x1d\xef\xfa\xdb\x3a\x86\xda\xdb\xda\x9a\xda\x9a\x00\ \xe1\x9a\x80\x3c\x85\xec\x8a\x6a\x6a\x03\xa0\x8b\x8a\xea\xa8\xff\ \xa7\xb5\xab\xae\x3c\xb6\xaa\xae\x35\x20\xa7\xaa\x6e\xbe\x77\x74\ \xe7\xe0\xf4\xc7\x4a\x8e\x7f\xce\x4c\x70\x58\xe4\x4a\x78\x56\x42\ \x50\x68\x6e\x5c\x70\x55\xdf\x52\x57\x6a\xf3\xce\xf2\xf2\x70\x62\ \x6a\x40\x90\xca\xff\x7a\x7a\x38\x4d\x0d\x35\x93\xc0\x11\x46\x93\ \xdf\x37\xbc\x87\x6d\xeb\x0d\xd1\x44\x62\x71\x4d\xf1\xe4\x7b\xb8\ \xb4\x17\x0d\x2b\xe7\x0d\x0d\x78\xb2\x22\x05\xee\xaa\x81\xa1\x31\ \x14\x65\x8a\x32\x59\x9e\x82\x07\x34\x23\xe3\xa5\xf1\x30\x3e\x0b\ \xb8\x42\xb8\x01\x91\x04\x3c\x23\x60\x5e\xcf\xfb\x49\x8a\x32\xe0\ \x42\x0f\x5c\x6a\x24\xc1\xdc\xbe\x9e\x1e\x32\x05\x0f\x1b\x21\x60\ \x48\x60\x4d\x03\x31\xba\x58\x4c\xda\x40\xd7\xc4\xf8\xa1\xac\xf6\ \xab\xfc\xd7\x45\xf1\x65\xf1\x21\x11\xfe\xad\x8d\x71\xc3\xd4\x3d\ \xe6\x0f\xe6\x3e\x93\x41\x65\x7e\xf9\xc4\xba\xa0\xfe\x60\x4f\xb0\ \x68\xe7\x83\x5f\x4f\x92\xb6\x6b\x55\x2d\xfd\xa6\x8e\x34\xfc\xac\ \x7d\xfd\x94\x84\xab\x5b\x24\x46\xf4\x95\xa4\x94\x2c\x35\xbc\x1c\ \x35\x54\x25\xf4\x5b\x06\xb7\xd7\xfd\x92\x4e\xa6\xac\x2d\x17\xab\ \x59\x83\xeb\xeb\x87\x5f\xbf\xb2\x69\xd4\x27\xd1\x24\xf7\x1f\x9b\ \x4e\x26\x42\xa2\xd2\xca\x78\xbc\xa2\xac\xa6\x10\x91\x08\x23\x70\ \x48\xe0\x13\x11\xee\x24\x94\x6e\x20\xe1\x61\xd3\x3e\x4c\x77\x27\ \x81\xaf\x8a\x44\x8e\x56\x14\x95\x14\x15\x95\x97\x56\x94\xbe\x6b\ \x54\x10\xf1\xe0\xae\x90\xb4\xbc\xa2\xda\x33\x18\xf5\xe6\xfe\xa2\ \xec\x8b\xa9\xaf\x17\x9f\x8c\xc4\x08\xca\x41\x06\x13\xe5\xe0\x11\ \x58\x3f\xe0\x36\xc1\xa2\xb7\xd0\xaf\x8e\x19\x5f\xd7\x07\xcf\xa9\ \xb4\xc3\x53\x2a\x73\x6f\x1c\x99\xc4\x58\x61\x2c\x4c\x58\x6e\xb2\ \x59\x57\x23\xbe\xd4\xb7\xd6\x6e\x5f\xa9\xe7\xb5\x96\xfb\xec\xda\ \xc1\xce\x45\x4b\x53\x3a\x9b\x7d\x64\xbd\xbd\xd4\xb9\x3d\xae\x61\ \xea\x2b\x3e\xa8\xe4\xb7\x38\xce\x16\xde\xdc\xb6\x96\x92\x60\x9f\ \xd3\xd7\x35\x54\xb9\xb9\x24\x5a\x2c\x85\x55\xc5\xd1\x28\x4b\x25\ \x53\x7e\x0d\x29\x6e\x0c\xe6\xad\xf7\xa3\x8c\x94\x8c\x8a\x82\xac\ \xe0\x94\xb8\xcc\xbc\xf2\xd6\xe0\xd8\xb4\xd8\x99\x8d\x8d\xd6\xd6\ \xa5\x99\x85\x83\xde\xe1\x2f\x33\x33\x9f\x96\xf7\x7a\x67\x97\xfa\ \x66\x73\x72\xea\x42\x73\x1a\x63\x72\x9a\x67\x46\x3f\xcd\x24\x76\ \x2d\xf5\xb5\x36\xe6\xc4\x46\x9c\x0b\xf0\x4c\xd1\x27\x76\xd8\x83\ \x47\xd5\x74\x96\x9b\xd4\x61\x4b\xed\x62\x67\x35\xe3\x4a\xb0\xbd\ \xed\xf3\xc7\x31\x82\xc7\xd8\xda\x25\xe0\xd5\x0d\xac\x61\x71\x76\ \xe8\x9c\x71\x76\x07\x72\x26\xb0\xdf\x76\x31\x88\xfc\xae\xba\xdf\ \xba\xc2\xdb\x88\xf7\xeb\x6f\xd7\xbb\x67\xe0\x06\x73\x22\x6b\xc3\ \xad\x8d\x21\x11\xe9\x85\x19\x65\x8f\x9e\xba\x3a\xbb\x3a\x9b\xe9\ \x6a\xab\xa9\x5b\x18\xc9\xa9\xc9\x01\xcc\xe8\x1a\x6a\x6b\xab\xa9\ \xa8\xdf\x95\xd4\xb4\x30\x33\x32\xd1\x35\x33\x31\x33\xd2\xd5\x35\ \x02\xb0\xd2\x33\x34\x34\x32\xd4\x35\x52\xb9\x6f\x6c\x08\x30\x66\ \x61\xa8\x6d\xec\x1d\x1f\x1e\x1e\x17\xb3\x71\x38\x62\x29\x25\x8e\ \x49\x72\x71\x0a\xa3\x7e\x72\xb7\xd0\xb5\x7f\xe0\x64\x06\x0e\xb7\ \x7a\xf5\xa4\xe0\xd5\xcb\x57\xce\xe6\x79\x61\xf1\x56\x4e\x25\x15\ \x71\xfe\x61\x09\x29\xb1\xf3\xe5\xf3\x07\xbd\x33\x3b\x5b\xcb\x1b\ \x39\xe1\x19\x4f\x32\xd2\x4b\xc2\xe2\x52\xd9\x5b\xcd\xb1\x40\x85\ \xb2\x0e\x95\x2a\x87\xe8\x7e\x8e\x8e\x49\x12\xa3\xe0\x2b\x9e\xbb\ \xad\x60\x71\xd6\x13\x80\xd5\xd5\xbf\xda\x59\x29\xaf\xeb\x5d\x98\ \x9f\xe9\xce\x8c\x08\x8e\x3b\x0e\x09\x8f\x0b\x48\x49\x49\x2f\x4c\ \x7f\x59\x91\x1e\x1f\x12\x90\x9e\x95\xb6\xbf\x97\xd2\x75\x10\x17\ \x5b\x5e\xde\x18\x1a\xd2\xda\x5d\x95\xb3\x49\x68\xeb\xe8\xbf\x3c\ \x03\xc0\xba\x01\xc0\xfa\xf9\xf3\xf2\x12\xc8\xac\xcb\x8f\x1f\xd6\ \xd6\x3e\x7c\xf8\x30\x00\xfe\x4f\x8f\x01\x93\xb8\xf6\xe1\xe3\x87\ \x8f\xdf\x6c\xce\x76\xdf\xf8\xdc\xb9\x7e\xf3\xcb\x18\xee\x5e\xfe\ \xbc\xb1\xf1\xf9\x2f\x0d\xeb\xec\xdb\x9b\xbf\x3b\x4b\x7f\xb5\x3b\ \xfc\xd7\xbd\xf0\xdf\xfa\xa0\xcf\xdf\x55\x77\xce\xa9\xe4\xfa\xd5\ \x6f\xef\x92\x81\x06\xc2\xc9\x60\x51\x18\x2d\x07\x40\x23\x02\x02\ \x36\x64\xa2\x10\x04\xf8\x1f\x5c\x82\xe0\xe6\x87\xd8\x42\x80\x8b\ \xb5\xb2\x9b\x02\xb1\x04\x2d\x0f\x58\xf3\x02\xef\x40\x9b\x65\x03\ \x65\x06\x4c\x5e\x72\x36\x01\xa0\xc9\x03\x18\x3e\x80\x9c\x4a\x07\ \x00\x20\xe8\x08\xe1\xd5\x81\x81\x4d\x1d\xf5\xf5\x95\x50\xc7\x25\ \xb7\x77\x00\xd6\x40\xa7\x97\x0c\xf8\x54\xdf\x04\x34\x52\x3d\x84\ \x58\x76\x7d\x65\x5b\x3b\x6c\xa8\x05\x34\x03\x74\x83\xea\x6b\xa8\ \xad\xb2\xbd\xa3\xbd\xf2\x5d\x47\x53\x53\x47\x5b\xfb\x50\x47\xfb\ \xbb\x77\xed\x6d\xed\xef\x3a\xda\x80\x2e\x7b\xd7\x06\x68\xd5\xde\ \x0e\xe0\x05\x24\xd7\x3b\x70\x05\x07\x5d\xff\x34\x56\xf5\xc5\xc6\ \xa6\x87\x6c\x74\xcf\x6c\xed\x2c\xcc\xee\x31\x7b\x33\x63\x42\xd2\ \x62\x0b\x8b\x42\x63\x1a\x67\x02\x82\xba\xeb\x42\x23\xbb\xba\x7b\ \x97\x67\x66\x12\x8f\x17\xe2\x23\x52\x87\x13\x5b\xbb\x85\xfe\x57\ \xd3\x70\x3b\x39\x75\x12\x9c\x02\x84\xe2\xd0\x24\x1a\x36\x26\x35\ \xc0\xad\x3a\xc0\xea\x51\x48\x70\x14\x56\xc3\x24\x91\x42\x24\x17\ \xd7\x50\x60\xa4\x01\x05\xc8\x27\x0a\x1c\x48\x01\x30\x35\x89\x27\ \x16\x4f\x92\x48\xb0\x71\xa1\x81\x5c\x4c\xa6\xf4\xc0\xb1\xd1\xb0\ \x7d\x0b\xde\x14\x2f\x44\x6c\x68\x28\x86\x81\x33\x93\x9c\xc1\xd2\ \x9c\x19\x17\x93\x10\x8f\x0d\x64\x79\x3c\x51\x5d\xd7\xc9\xf6\x99\ \xae\xca\xe3\x67\xcf\x33\x4a\x33\xf2\x72\x8b\x52\x5b\x53\x9b\xbb\ \x68\x3b\x0b\x4c\xf0\x9a\xf9\x69\x82\x79\xca\x62\x8c\xd3\xbe\xb0\ \xa8\x2c\xfa\xe9\xf6\x45\xb5\x9f\x5b\x92\xbe\xe3\x62\x6d\xad\x97\ \xbe\x9b\xb5\x97\xa9\xaa\x3e\x8d\x4f\x49\xc1\x57\x5f\xdc\x54\xc3\ \xd2\xab\x65\xca\xad\x16\x88\x19\xc6\xd5\xf9\xe1\xf9\xf9\xd7\x41\ \x3a\xe3\xeb\xf9\x04\xfb\xed\xd5\xfe\xfe\x2b\x69\x39\xc9\x07\x07\ \x4f\xc8\x42\xd1\xca\xa2\x44\x45\x31\xe0\xf5\x88\x00\x4e\xf2\x8a\ \xe0\x23\x09\xb8\x40\x45\x45\x79\x22\x59\x5e\x19\x28\x2c\x79\xb8\ \x4f\x12\x96\xb6\x80\xc4\xc2\x0b\xc9\x49\x4a\x8a\xca\xab\x3c\xc8\ \x7b\x69\x21\xa4\x2c\x2f\x24\x2b\x2a\x79\xdf\xfd\xd9\x93\xfc\xe7\ \xee\x0f\xbc\x67\x2c\x7d\xab\x1d\xf9\x15\x94\x30\x04\x1e\x99\xfa\ \xec\xa8\xf6\xb6\xe9\x0b\xe6\x20\xbd\x9a\xfd\xe3\x07\xf5\x78\x7c\ \x6f\x2b\x94\x7a\x78\xf0\xf5\x20\x93\xd9\xe2\x77\x71\x4e\xdd\x9a\ \xe2\xaf\x66\x04\xcd\x0e\xbf\x1d\xa4\xb2\x47\x1c\xbf\xee\xb0\x8e\ \xfb\xb4\x04\x9a\x0f\x98\xc7\x9d\x49\xaa\x02\x87\x74\xfa\x8f\x5a\ \xd6\x95\xaf\xea\xd7\x16\x3f\xeb\x4d\x4b\x0d\xf0\xe6\xe6\x25\xa5\ \x74\xe4\x77\x42\xbf\x48\x12\xe0\xe3\x12\x74\x53\x35\x15\x16\xf6\ \xdb\x16\xee\x4c\x72\x13\x46\xd5\x8f\xb8\x3c\x7a\x52\xfa\xa2\x20\ \x2b\xef\x55\x77\x9c\x7f\x84\xff\x70\x55\x50\x70\x4a\xf3\xdb\xe5\ \xde\xe6\xde\x99\x8d\x89\x03\x06\x8b\x39\xbc\xf0\x69\x8b\xd9\x37\ \xdf\x38\x3b\x33\xbf\xd4\x5a\xde\x18\xd2\x9d\x13\xd3\x5a\xb5\x31\ \x5c\xb5\xb5\xb0\xbc\x71\xdc\x38\x33\x9a\x28\x60\x3d\x08\x1e\xb1\ \x9a\xce\xf6\xe3\xaf\xd4\xb8\xa0\xb2\xbf\x1e\x09\x4b\x48\xf5\xd7\ \x8f\x8d\x01\x89\xf0\xe1\xc3\x3b\x20\x19\xe0\xd6\x67\xd8\xf2\x3e\ \xb7\x7a\x7d\x9b\x7d\x6c\x73\x1b\x48\x77\x3b\x8c\x90\x53\x75\x5f\ \xbd\x15\x57\xb7\xc9\x7e\xab\x36\x6b\x32\x95\x37\x73\x9c\xcc\x06\ \xc1\xd4\xc6\xd8\xf4\xb0\xf0\x82\xf4\xfc\x47\xae\xee\xce\xce\x4e\ \xba\xea\xc6\x7a\x77\xd5\x75\xf4\x0c\x54\xb4\x8d\xcd\xb4\x75\x6d\ \x2d\xac\x4c\x4c\x2c\x8c\xd4\xb4\xf5\x74\x8d\x01\xa9\xcc\xb5\xed\ \x0d\x0d\xd5\x0d\xd4\xe0\xce\x26\x15\x6d\x75\x4d\x3d\x83\xfb\x06\ \xba\x7a\x86\x26\x4e\x66\x56\x01\xf3\x4b\x39\xcd\x07\xe3\x8b\xa6\ \xdc\xfc\xbc\x47\xba\xae\x41\x83\x0b\x66\x66\x76\xde\xee\xb6\x66\ \x56\xee\xce\x8f\xf2\xca\x2a\xb2\x2a\x2a\xf2\x9e\x79\xba\x38\xd9\ \x6a\x9b\x18\x39\xe7\xbf\x7e\x6e\x65\x95\xff\x22\x3d\x34\x24\x32\ \xfc\x75\x56\x4a\x4a\x40\x7c\x49\x7a\x78\x58\x4c\x6a\xf3\x3e\xab\ \x2a\x36\x34\xb4\x77\xb1\x3a\x09\x3b\x40\xa3\xb7\x88\xf3\x33\xac\ \x7d\x00\x5f\x77\x6f\xe3\x71\x6e\xdb\xf4\xef\xc8\x9c\x2e\x6d\x74\ \xa5\xce\x34\x57\x35\x8e\x86\xf9\x37\x86\x96\xc7\x06\xc4\xc5\xa7\ \x85\x47\xbc\x2e\xaa\x88\x4b\x4b\x8f\x8f\xc8\x7c\x1d\xd7\xf5\xb6\ \x1b\x08\xd4\xd6\x99\x99\xae\xd8\xae\xee\xd6\xc6\xd6\x85\x43\x6c\ \xfd\xda\x67\xa0\xaf\x6e\x76\x77\x01\xad\x20\xb4\x2e\x21\xb5\x3e\ \xc2\x22\xfc\xc7\x8f\x9f\xd7\x38\xe8\x5a\x9b\xfe\xf0\xfd\xf2\xcc\ \xe7\x1a\x00\xcb\xe7\x6c\xf7\xe6\x16\x58\xd7\x40\xc0\x7e\xfb\x8d\ \x1f\xf0\xe1\xcd\xee\xd9\x5f\x38\x12\xf9\xd3\x66\xfa\xc7\x19\xfe\ \xdd\x5d\xfa\xeb\xe4\xaf\xad\xd1\xff\x5e\x6a\xb5\x9f\xed\xb6\x47\ \x79\x00\x79\x84\x80\x5b\x5d\x70\x32\x51\x81\x38\x34\x0f\x1a\x85\ \x84\x8d\x56\x18\x84\x8c\x83\x96\x83\x16\x10\x55\x18\x19\x1c\xf0\ \x84\x5a\x51\xf5\xc9\x5a\x81\x04\x0f\xad\x28\x07\x82\x47\x76\x7d\ \xa0\x43\x7d\x32\x80\x91\x43\x65\x13\xcc\xd4\x02\xa2\xa9\xa3\x92\ \xd0\xd6\x0e\x98\x94\xdc\x04\x6c\x9e\x47\x7d\x7b\x3d\x30\x7d\xd9\ \x80\x3c\x1d\xf5\x6d\x95\xd9\x4d\x80\x4d\x6d\xed\xed\x00\x4f\xc0\ \xc8\x01\x6f\x08\x2e\x69\xeb\x68\x02\x4a\xa9\xbe\xbd\xfd\x5d\x5b\ \xdb\x50\x5b\x3b\x20\x55\x65\x7b\xff\xd0\xd0\xd0\xbb\xa1\xb6\x77\ \x40\x82\x01\x85\xd5\x01\x74\x16\xa4\x13\x90\x55\xed\x43\x43\x03\ \x43\x4d\x00\x5a\xfd\x6d\xed\xf5\x80\x6e\x95\x1d\xed\xfd\xfd\xef\ \xfa\xfb\x81\xd9\xac\xef\x68\xfa\x27\xd2\xbf\xbb\x2f\xa6\x6f\xe5\ \x98\xb9\xb0\xb7\x9c\x93\xd3\xda\x1b\x5a\x94\x1b\x19\x97\xf5\xea\ \x49\x42\xe8\x52\x55\x4e\x6f\x77\x4c\x6c\xf7\x1e\x63\x6b\x7e\xa9\ \x6b\x74\xa6\x2b\x32\x3e\x26\x36\x3d\x21\x83\x04\x3b\xb0\x38\xa9\ \xc8\x80\x33\x0d\x30\x1e\x14\xf8\x35\x4a\x83\x72\x03\x51\xb9\x18\ \x66\xee\x35\xe0\x89\x14\x8a\x3c\x19\x76\x25\x00\x51\x12\x0d\xe8\ \x05\xc7\xaa\x12\x49\x0d\xb0\x2f\x9c\x48\xa2\x90\x80\xa8\x82\xc9\ \x32\x94\x49\x32\x34\x94\xe0\x28\xe0\xfc\xde\x4f\xc2\x60\x06\x0a\ \xdc\x9f\x23\x46\xea\x69\x80\x03\xea\x7b\x60\x25\x3f\x9a\x0c\x1f\ \x8c\x08\x37\xeb\x10\xe1\x08\x2e\x8a\xb4\xba\xb9\x9d\xb7\xae\xe8\ \x83\x57\x8f\x1f\x96\x7a\x17\xe6\x47\x84\x06\xa7\xf6\xcd\x6c\x2c\ \x35\x1e\x30\x0e\x8e\x7f\x5c\x51\x19\x83\x8c\x71\xf6\xd7\xed\x73\ \xd6\xf6\x51\x67\xa7\x9f\x92\xaa\xb5\x86\xd4\x51\xd2\x66\x8b\xa9\ \xa5\x94\xbe\x92\x82\xb8\x9b\x14\x1c\xe2\xa1\x64\xaa\xa4\xb4\x4e\ \x1f\x3c\x1a\xff\xc1\x62\x5f\xd1\xa9\x27\xeb\x5f\xd9\x3f\x3e\x4d\ \x5c\x6d\x1c\x1f\xb4\xe6\x64\xe9\x11\x95\x65\xe5\x9c\x4f\x55\xa2\ \x15\x49\x8a\x6a\x92\x8a\x62\xe0\x1b\x20\xe1\x29\x30\xea\x59\x1e\ \xaf\x08\xc3\x46\xf1\x90\xc7\x24\x00\x2c\x45\x60\x10\x39\x9e\x10\ \x60\x56\x5e\x54\x52\x48\xc8\xfc\x49\x69\xbe\xd9\x5d\x18\x40\x23\ \x29\x27\x7b\x5f\x2f\xfd\x55\x69\x98\x99\xa6\x9a\xda\x4b\x55\x01\ \x53\x3f\x2e\x61\x3e\x34\x16\xc8\x68\x07\x87\x77\x4d\x6d\x34\xc6\ \x36\xeb\xfc\xe8\x6b\xf5\xf9\xce\x31\xd5\xfa\x8a\x39\xf1\x65\x7f\ \x38\xf1\x94\xb6\xae\x3a\x72\xe2\xcb\xbe\x62\xaf\xb3\xe8\x6f\x87\ \xc7\x4f\xfb\x0e\x8e\x2e\x16\x1d\x59\x61\x12\x0e\xc2\xa7\xc3\x7d\ \x27\xf4\xc1\x93\x73\xe6\xfe\xe2\x39\xab\x9a\x4f\xc1\xd1\xd2\xcf\ \xcf\xab\xba\xb3\x65\x7d\xc4\xef\xfc\x64\x70\x71\xf0\xed\x09\xad\ \xc5\x6f\xbd\x53\x98\x1b\x29\x20\xa3\x60\xad\xa1\xca\xa5\xe0\xc6\ \x4f\xa8\x0c\x7d\x92\x91\x91\x92\x5e\x52\x98\x9e\x36\x1c\x1b\x90\ \x99\xda\xd5\xb8\x10\x56\xd8\x7c\xb0\xbf\x71\xbc\x3c\x4f\x65\x2e\ \xef\x33\x37\x98\xcb\x3f\x18\xa7\xf4\x89\x8d\xf2\xe1\x79\xe6\x7e\ \x55\x55\xe3\xf0\x46\xd7\xec\x7e\xce\xe8\x01\x73\x65\xa7\x6b\x94\ \xc9\x60\xe7\xac\x28\x5d\xb0\xd9\x3c\x68\xfe\xfa\x1b\x9f\x7f\xdf\ \x7c\x6c\x6a\xfb\xd0\xb4\xd6\xff\x71\xf7\x03\x78\xc6\x81\x67\xd7\ \x25\xf0\x35\x97\x37\xd7\x73\x67\xd7\xb0\xf0\x0e\x73\xae\x60\x2f\ \x96\xcd\xef\x84\x99\x5f\x91\x32\x9c\xa8\x19\x9b\xdb\xe1\x84\x9c\ \x6b\xbe\xa3\x1d\xce\x38\x33\xa0\x2f\x27\xfa\x52\x23\x42\x23\x03\ \x0a\xb3\xca\x5e\x65\x3c\xf2\x74\x37\x31\xd0\xd4\x33\xbb\x27\xab\ \xa7\xa7\x72\x4f\xc5\xd8\xcc\xcc\x42\x4f\xc7\xcc\xdc\xce\xd9\xc5\ \xd8\x58\x57\xcf\xcc\xdc\x50\x4f\x47\x0f\xd8\x42\x1d\x6d\x03\x75\ \x03\x43\x6d\x95\xfb\x06\xf7\x6d\x8d\x0c\x00\x7f\x74\x75\x6d\x6d\ \xed\x5e\x35\x7e\x19\xde\x61\xb0\xb6\xc5\x79\x91\x5c\x4c\x33\xef\ \xba\xf3\x66\x73\x3b\x27\x7b\x2b\x33\x17\x17\xe7\xa7\x2f\x8b\xf2\ \x5f\x66\x3d\x7e\xe8\xfa\xe8\xd1\xd3\x87\x9e\x8f\x5f\x3c\xcf\x28\ \xcb\xf7\x7c\xf2\xa2\xf4\x91\xa7\xf7\xf3\x87\xcf\x5f\xbc\x0a\x1d\ \x6d\x8d\x89\x01\x7f\xe7\x11\xa1\xc3\xf3\x8c\xf9\xd0\xc8\xdc\xba\ \x2f\xbe\x8e\x3c\x03\xd5\x49\xfa\xd6\xfa\x8d\x37\x22\xab\xc0\xbf\ \x9e\xdd\xd6\xde\x38\x95\x77\x91\x31\xc6\x8f\xad\x85\x5e\xb8\x47\ \x3c\x35\x38\x38\x2e\x28\x28\x32\x38\x24\x2b\x2e\x3c\x3c\xbd\xf0\ \x45\x5e\x5e\x78\x6e\x58\x6e\x7e\x5c\x2b\x8d\x46\x65\xe6\xcc\x4f\ \x5c\x2d\xb5\x36\x0e\x57\xf5\xcd\x37\xcf\x3b\x26\x7f\xfc\x08\x80\ \xb5\x0b\xfd\x33\xf8\x00\xa0\xf5\xf3\x27\xe7\x13\xb0\x7c\xdf\x77\ \x2f\xe1\xe2\xe1\xe7\xb5\xb5\xcf\x97\x97\xbb\xdf\x76\x77\xe7\x00\ \xa7\xbe\xff\xb4\xe1\x30\x69\x75\x77\xf7\xdb\xcd\x9c\xcf\x1f\xd1\ \x04\x50\xb6\xea\x73\xe7\xff\x79\x13\xf9\x35\x3f\xe7\x6f\x5d\xf5\ \xd7\x7e\x9e\xdb\xd8\x64\x91\x7f\xbf\x03\xe1\x13\x95\x1c\xa5\xe5\ \x41\xf0\x70\x70\x90\xc1\x6a\x11\x08\xe0\x0c\x41\x0b\x8b\x46\x10\ \x60\x1b\x14\x01\x17\xa8\x85\xd3\xf2\xd0\x82\xbd\x0b\x81\x51\x70\ \xfe\x03\x8e\xe0\x81\xd5\x82\xb5\x72\x80\x9d\x6c\xf0\x0e\x90\x14\ \x58\x09\x71\x02\x8c\x60\xfd\xbb\xa6\xc0\x8e\xa1\xb6\x21\xa0\x8f\ \xea\x81\xd2\x02\xb6\xb0\x09\xa8\xaf\xca\xca\x6c\x07\xc0\xaf\xa8\ \x40\x40\x99\x8e\x6c\x80\x99\xf6\x40\x00\x2f\x60\x04\x81\xa8\x7a\ \xf7\xae\xff\x1d\xfc\x08\x3e\xf5\x8f\x0d\x00\xfa\xbc\x83\xff\xc7\ \xc6\x06\xc0\xb9\xb6\x81\x81\xfe\xfe\xa1\xfe\x21\x60\x02\xa1\xaa\ \x82\xd7\x7c\x18\x98\xee\xef\x18\x18\x03\x62\x2c\xbb\xa9\x03\x5e\ \x0b\x8c\x73\x7f\x7d\x7b\x13\xf0\x99\xff\xa4\x14\x64\x76\x1d\x30\ \xae\x16\x96\x17\x66\x67\x62\x60\x46\x6e\xeb\x68\x97\x7f\x66\x66\ \x7a\x42\x66\xef\xa7\x95\xee\x99\xe5\xde\xde\xd9\xf9\x95\xe1\x83\ \x95\x8d\xe6\xdc\x94\xc4\xf9\xd6\xb4\xb4\x52\xc5\x9a\x1e\x4e\xad\ \x1d\xce\x8b\xe9\x69\xe8\x79\xcf\xc9\xc5\x82\xe3\x50\x49\x30\x09\ \xaf\xa1\x01\xa0\x85\x0c\xe5\x08\x89\x58\x1c\x8d\x27\x92\x27\x29\ \xc4\x68\xb8\xd9\x99\x44\x2a\x56\x96\x57\x2c\xe6\x04\x48\xc1\x5d\ \x38\x44\xc5\x1e\x70\x05\xac\x77\x91\xc1\x11\x40\x43\x51\x48\x14\ \x65\xd2\xe4\xfb\x62\x62\x03\xac\xda\x17\x17\x03\xf9\x32\x19\x4d\ \xa9\x01\x54\x83\x71\xa6\xc5\x35\xa4\xe2\xe8\x06\x92\xb2\x9c\xae\ \xae\xb1\xbb\xbb\xac\x7d\x7e\xc5\xc3\x0c\xcf\x82\x92\xdc\x9c\x84\ \xf0\xa5\xde\x98\xf2\xd1\x4f\x7e\x23\x9f\x68\x31\xbd\x8e\xf1\x00\ \x00\x20\x00\x49\x44\x41\x54\xac\x09\xfa\x26\xfb\x88\x4a\x3d\xdf\ \x1e\x5f\x3c\x99\x72\x3c\x34\xf5\xf5\x95\x10\x6f\xd1\xef\xac\x36\ \x55\xb2\xb4\x56\x30\xf5\x52\xb5\x1e\x31\xf5\x75\xf4\xf2\xbd\x38\ \x39\x61\xb0\x18\x34\xea\xdb\x2b\xc6\x04\x63\x87\x4a\x9d\x5f\x3a\ \x9e\x69\x0d\x88\x7f\x6a\xa5\xa9\x48\x92\x27\x8a\x69\x3f\xd4\x01\ \xdf\x01\x2c\x57\x91\xc8\x35\x93\x64\x72\x34\x5e\x1a\x66\x94\x4a\ \x12\xc5\x94\xf1\x24\x69\x69\x20\xab\xf0\xca\xca\x62\x24\x72\x03\ \x49\x5e\xbe\x81\x04\x34\x96\xa2\xac\x98\xa8\x79\x56\xc1\x53\x4d\ \x31\x79\x31\x21\x31\x3c\xb0\x87\x72\xda\x86\x15\x2e\xaf\x63\xe3\ \x4b\xdd\x35\x3d\x6b\xc5\x15\xf8\xf9\xa6\x78\x79\x79\xe0\x1e\x2c\ \x87\xe4\x77\x95\x8c\xd6\xc6\xb7\x2b\x7d\xb5\x1a\x9d\xe7\xd6\x02\ \x96\xf4\x2f\x57\x5f\xf6\x36\xd9\x07\xb3\xcc\x93\x4d\xaf\xcd\xed\ \xe5\x99\x8d\xd9\x09\x06\x6d\x82\xf6\xe5\xcb\xe8\xa1\xbe\x69\x12\ \x9b\x4e\x5b\x5c\xff\x7a\xc1\x62\x6f\x6e\x7a\xe9\x2f\x7e\x65\x2f\ \xb2\x54\xf5\xad\x7d\xe9\xeb\xb5\x57\xa7\x7e\x6e\x1a\x9b\x53\x6c\ \x9a\xdb\x26\xcd\x4b\xc3\xcf\xcf\x4d\x89\x57\x49\x50\x43\x49\xdc\ \x4f\x81\x8b\x80\xe2\xe2\x1e\x30\x7d\xf8\x3a\xab\x28\xeb\x75\x6e\ \x41\x5c\xe1\x68\x70\x42\x40\x7a\x5d\xf7\x56\x55\x58\xf7\xfc\xfe\ \xd6\xd2\xfe\x17\xe6\x97\x53\xe6\xc6\x31\x7d\x8f\x4a\x3d\x5d\x3c\ \x99\xc8\xe9\x5d\xa1\x51\x97\xe6\x8f\x17\xb6\xf6\x16\x7e\xec\x8f\ \xee\x9d\x7e\x61\x1d\x9f\xd0\x2d\xdd\x18\x9f\x18\x84\x8e\xb1\xdd\ \x6b\x1b\x58\x53\x81\xcb\xe4\x36\x6f\xce\xce\x76\x2f\x81\x58\x38\ \xbb\xf9\x76\x0d\x35\xc3\xcf\x33\xce\x46\xe6\xeb\xdf\xf9\xa1\xbf\ \x63\x47\xdf\xfc\x0a\x1d\x7d\x63\xf3\xa7\x84\xf5\xeb\xe4\xaa\x08\ \xe1\xbc\xff\xce\x1b\xc0\xb9\xb1\x18\xff\xaa\xb0\x84\xdc\x84\xcc\ \xbc\x8c\xe7\x8f\x4b\x5f\x3e\x30\x33\xd0\x36\x34\x51\x37\xd0\xb6\ \xd3\x91\xbd\x77\x4f\xdb\xdc\x4e\x5b\x56\xed\xbe\x8e\x99\x95\xb3\ \x85\x21\x70\x81\x06\x3a\x7a\xea\x26\xc0\x0a\xea\x1a\xaa\x69\xab\ \xa8\xc0\x51\xd8\xea\xc6\x80\x58\x7a\xba\x7a\x06\x66\xba\x46\xb1\ \x2c\x16\x8b\x7a\xe5\x27\x80\xd6\xe2\x1d\x35\xf0\x6c\x65\xfb\x1b\ \x38\xc3\x4d\xa5\x56\xf6\x0f\x9f\x3f\x7f\x60\x67\xf7\xd4\xd9\xdd\ \xc9\xd5\xd5\xdd\xfe\x81\xad\xdd\x23\xe7\x57\x45\x25\x61\x12\x3f\ \xa7\x3d\xc4\x05\x84\xab\x7d\x25\x32\x3c\x1f\x3d\x87\x81\x3e\xc6\ \xb9\xa5\x0f\x9e\x67\xd5\x05\x33\x15\x5a\x4e\x94\x70\x1d\x2d\xaa\ \x7c\x0a\x3b\x82\xff\xae\x72\x56\x12\x56\x7f\x95\xdd\x01\x93\x6d\ \x56\xa7\x18\x9f\x66\x63\x03\x52\x1b\x9b\xeb\xba\x82\x83\x82\x43\ \xaa\x42\xfc\x03\xe2\xd2\x33\x33\x13\x0a\xb3\x2a\x0a\x5e\x07\x04\ \x47\x16\x86\xf6\xed\x39\x9e\x2f\x31\xd9\xf4\x73\xea\xc2\x42\x63\ \x6a\x73\x6f\xdd\x86\xc4\xf4\xf7\x9b\x6f\xf0\x8d\x03\x2c\x48\x2b\ \xce\x1b\xc7\x1e\x72\xd4\x16\x30\x89\x00\x5b\xf0\x82\x5d\xe0\xfa\ \xbe\x5d\xee\x5e\x73\xaa\xee\x6f\x7e\xfe\xbc\xb9\xf9\xf6\xe6\xcf\ \x06\x66\x9f\x37\x37\xdf\x6c\xfe\xd0\xeb\xbf\xf6\xd0\xdf\x21\x0e\ \x7f\xe2\x1c\x7c\xfe\xea\xc1\xe2\x8c\x12\x13\xf1\xf9\xd8\x54\x09\ \xc4\x92\x16\x90\x51\x1e\x1e\x80\x4c\x32\x38\x2c\xf0\x80\x38\xac\ \x16\x3c\xeb\x00\x2e\x74\x90\x71\x00\x97\x01\xc7\xe8\xe1\x80\x80\ \x00\x73\x00\x0e\x30\x2a\xb9\x12\x6e\x85\xcc\x6e\xaa\x0f\xf4\xf0\ \xf0\x00\x96\x0f\xb8\xb6\x26\xf8\xd6\x06\xd1\x32\x00\x1c\x1b\xd0\ \x49\xfd\x6d\x70\x19\x14\x9c\xef\x00\xa2\xa8\xb2\xbf\x1d\xd8\x3f\ \x28\xa2\xea\xb3\x2b\x87\xfa\x93\x2b\xdb\xdb\xfb\xdf\x4d\xf7\x37\ \xb5\xbf\x6b\x07\x18\x02\x9a\x0a\x76\xcc\x4e\xf7\xc3\x66\x8f\xa1\ \x81\xb1\xfe\x81\xb1\xe9\x81\x21\xb8\x68\xfa\x71\x6d\xa0\x7f\x1a\ \x70\x6b\x00\x48\xcd\xfe\xa1\xb5\xb5\xa1\xb1\xe9\xe9\xb5\xcf\x1f\ \x06\x80\x5b\x5e\x5b\x03\xaf\x8c\x6b\x40\x91\xae\x8d\xad\x4d\x8f\ \x4d\x7f\xf8\x67\xa6\xbb\xbb\x77\xb8\xee\x4b\x57\x6a\xf7\xca\x27\ \xc6\xca\xe8\xf2\x70\x44\xce\x68\xd7\xc1\xd6\x28\x78\x06\xf5\x2d\ \xcd\x77\x2f\xc4\x56\xad\xc0\x55\xf0\xde\xd6\xe1\xee\x9c\x99\x9c\ \xc6\xd8\xf0\x00\xc9\xf7\xb0\x52\x35\x49\x01\x3a\xe8\x3d\x9c\xf8\ \x1e\x5d\x1c\x0d\x53\xb0\x80\x74\x9a\x24\x17\x2b\xd7\x90\x80\x0f\ \x24\x92\xa3\x7b\x28\x80\x67\x40\x6d\xc1\x4e\x87\x62\x4a\x31\x85\ \x48\x52\xec\x91\xc6\x93\x27\x01\xd0\x94\x81\xe5\x03\xd8\x92\xef\ \x89\xee\x21\x45\x47\x2b\x52\x38\x45\x2e\x60\xfd\xa2\x29\xf2\xca\ \xd1\xc5\x35\x64\x80\x28\x68\x25\xe1\xec\x42\x12\x38\x9e\xac\x0c\ \x61\x55\xd3\x00\x6e\x39\x49\x91\xd5\x36\x34\xb4\x7f\xf0\x58\xdb\ \xe5\x11\x30\x5c\xf9\x19\xc1\xc1\x41\xcd\xad\x31\x5d\x39\x39\xc3\ \xcb\xa6\xd8\x41\x2a\x83\x7d\x74\xb2\x79\x34\xc8\x1a\x1c\x1c\xac\ \x5d\x9f\x72\x4b\xf2\xf5\x13\xe4\x92\xf2\x35\xf5\x12\xac\xd6\xb7\ \x34\xb5\x76\xb3\xf4\x5b\x3c\x3c\x5a\xdf\x1e\xa7\x8d\x5f\xb1\x8f\ \x3f\xed\xb1\xd8\x1b\x2b\xf3\xcc\x99\xbe\xe6\xae\xc4\xa0\x94\x07\ \x7a\xea\x77\xef\x8a\x4a\x8a\x0a\x49\x4b\xca\xa9\xc8\xc1\x36\x2b\ \x0a\x19\x48\x2b\x72\x4d\x03\x9e\x5c\x4c\x54\x26\x01\x8b\x4b\x54\ \x86\x13\x73\xe4\x15\x15\x01\x78\xc9\x90\x60\x70\x96\x19\x25\x9a\ \x04\xb4\x98\x8a\x51\x61\xa9\xfd\x3d\xd9\xbb\xb2\xa2\xd2\x92\xb2\ \xd2\x42\x62\x62\x9a\x86\x16\x19\xce\xae\x45\x69\x79\xcf\x4a\xba\ \x5b\x14\x94\xac\x55\xa7\x34\x50\x28\x24\x16\x4d\x48\xae\xec\x27\ \xec\xd3\xdc\xfc\xa8\xb4\x96\x16\x3f\xc7\x11\xfa\xdb\x71\x06\x9d\ \x79\x4e\xbb\x98\xda\x9c\xaa\x56\x60\xb1\xae\x4e\xd9\xcb\xfb\x8c\ \xd3\x13\x5f\xdf\xf5\xa9\xa9\xce\xed\xab\xf3\x96\xc3\xf5\x96\x91\ \x23\xdf\xf5\x8b\xed\xb7\x2d\xe7\x27\x9b\x6e\x17\x6f\x99\x5f\xd7\ \xa7\xfc\x16\xcf\x0f\xfd\xac\x4d\x05\x1d\x95\xaa\xad\x2d\x3b\xdd\ \xdc\x04\xbf\x72\xd5\x0f\x7d\xe4\x5a\xbf\xf0\x72\xb4\x16\x94\x42\ \x23\x91\x52\x32\xa9\x8f\x8a\x9e\x17\x14\x16\x95\x65\xc5\x67\xb6\ \x06\xc5\xa7\x05\xb7\xb6\xf6\x06\xa7\xce\x2e\xef\x7c\x79\xcb\x66\ \x00\xcb\x4c\xfb\x71\x7a\xc2\x60\xd3\x06\xdd\x2c\x19\xdd\xa3\x34\ \xf6\xf9\x29\x93\x76\x75\x75\x75\xcc\x64\x33\x3e\x5d\x2c\x6e\xd6\ \x6e\x6e\x77\x7e\xdd\xbc\xda\xd3\xb7\xf9\xe7\x5f\x1f\x4e\xa8\xe5\ \x1d\x91\x37\xc0\x60\x00\x31\x05\x68\x75\x03\x0b\x32\xe0\xff\x19\ \x70\x83\x30\x2a\xe6\xec\x76\xe5\xff\x36\x26\xf9\x77\xd3\xe8\xaf\ \xe1\x39\x36\x22\xbf\x40\xf5\xe6\x1a\x1e\xbd\x6b\xf3\x8e\x66\x79\ \x66\x73\xf6\xed\x06\x9b\xeb\x1f\x9c\x56\x91\x11\x56\xe4\xfc\xf8\ \xc1\xa3\x3c\x67\x43\x38\x31\xc8\x50\x5d\x5d\xdd\x58\x47\x53\x53\ \x1d\x38\x43\x3d\x1d\x4d\x40\x2e\x33\x7b\x33\x63\x2b\x80\x2a\x75\ \x03\x4d\x23\x7b\x43\x03\x43\x4d\x15\x6d\x20\x5a\xd5\xd5\xef\xdf\ \x07\x07\x18\x18\xea\x02\x59\x66\x64\xf6\x72\x7f\x64\x90\xc5\x4a\ \x12\xe4\xc1\x72\xa7\xea\xb8\xae\xd0\x32\x75\x8d\xcd\x9d\x5d\x9d\ \x6d\x1f\xb8\x96\x3d\xb4\x37\x33\x32\xb1\x30\xb6\x32\x36\xb7\x80\ \x71\x0f\xcf\x9f\x17\x14\xc4\xd3\xa7\x2f\x9b\x2a\x03\x3f\x9e\xed\ \xee\x9e\x95\xda\x19\xdd\xbb\xa7\xa2\x6b\x64\x5e\xf1\xd2\xc4\xdd\ \xc9\xee\x49\x41\x68\x67\xa0\x14\x5f\x7f\x92\x25\xff\xd4\xce\x6d\ \x1c\xe1\xb7\xdd\x9b\x5f\x66\x17\x32\xcb\x47\xe1\xe0\x60\xa9\x2e\ \xa7\xb9\xb5\x2b\xa6\x35\x28\x36\x2d\x2e\x38\x2c\x36\x33\x21\x24\ \xae\xa4\x24\x25\xa5\xa4\xb0\x30\xb8\xae\x3b\xb7\x2e\xb6\xae\x96\ \x37\xe9\x82\xde\x32\x42\x63\x7d\xea\xed\x06\xb6\xb0\x8f\x91\xbd\ \x06\xc5\x15\x04\xd6\x0d\xac\xfa\x41\x56\x01\x6b\x78\x79\x5b\xd0\ \xfa\x7c\x79\xfb\xb6\xcb\xa1\x19\xec\x7a\xbf\xdc\x85\xa5\x2c\xf0\ \x0a\xf1\x13\x7a\xc2\x9b\x37\x3e\xbf\x7b\x1d\xee\x00\x05\xe6\xf3\ \xab\x93\xd4\xe7\xef\xbd\xd0\x7f\x0b\xae\xdf\xbd\x5a\xff\x6d\xdc\ \x81\xc0\x9a\x1e\xea\x48\x86\x0d\x52\x1e\x00\x4d\x18\xad\x40\xe0\ \xfb\x70\xe0\xc5\x13\x18\x40\xb8\xa5\x26\xd0\x01\x5c\x10\xa8\x05\ \x24\x15\x6c\x59\x40\x7b\x44\xc1\x4e\xa9\x26\xa0\xa9\x92\xb3\x01\ \xe6\x08\x40\x35\x35\xd5\x57\x02\x5c\xf5\x73\x7c\x5b\xff\x10\xa7\ \xb0\x04\xf5\x55\x54\x13\x38\x05\xe0\xd3\x0e\x8b\x4f\x40\x09\xf5\ \xb7\x75\xb4\x75\xf4\x73\x74\xd4\xbb\xf6\xb6\xfe\xa1\x8e\x77\xd3\ \xd3\x03\xd3\x1d\x4d\x40\x40\x0d\x80\xf7\xb1\x81\xb5\x0f\xd3\x63\ \x43\x63\x9f\xa7\xdf\xdd\x56\xef\x06\xde\x0d\x0d\x4d\xaf\x8d\x7d\ \x00\x17\x83\xb3\xe0\x0d\xb0\x69\x60\xfa\x72\xad\xed\xc3\xc7\xb5\ \x9f\xd0\x36\x7f\xfc\x7c\xf9\x61\xed\xfb\xcd\x9c\x08\xfc\x05\xcc\ \x89\xf8\xfc\x2b\xf2\xcf\x4a\xf9\x04\xf3\x2d\x73\xaf\xaf\x6e\x74\ \x67\x7e\x69\x61\xe3\xed\x52\xef\xca\xd6\x70\xeb\x52\xdd\x7c\x5f\ \x5d\x6c\xf3\x68\x73\x6c\xf7\xa7\xa5\xd4\x95\xfd\xbe\xd0\x84\x82\ \x94\x8c\xf4\xc8\xcc\x82\xb0\x7c\x32\x27\x17\x19\xf6\x49\x4d\xc2\ \xb9\xf2\x30\x00\x06\x78\x3c\x12\x19\x4e\x96\x68\x98\x8c\x26\x46\ \x93\x8a\x49\xd1\x70\xae\x04\x19\x10\x89\x52\x0c\x90\x46\xc6\x93\ \xc8\x50\x59\xc1\xb2\x16\xdc\xec\xdc\xd0\x50\x03\x89\x05\xe7\xa5\ \x02\x17\x28\x46\xa6\x14\x17\xc3\xa1\xac\xe0\x58\x8a\xe2\xe4\xff\ \x47\xd6\x77\xf8\xb3\xd9\xfe\xdf\x3f\x6d\xb5\x6a\x35\x45\x6d\x21\ \x48\x6c\xb1\xc5\x0e\xaa\x44\x8b\xbe\x54\x55\x49\xad\xb6\x5a\xb3\ \x66\xed\x52\x5b\xed\xad\x35\x6b\x6f\x21\x8d\xbd\xf7\xde\x44\xac\ \x0a\x79\xfa\xe2\xfb\x5f\xfc\xae\xeb\x8e\xd1\xe7\xf3\x4b\x35\xeb\ \xbe\x91\x44\xee\x93\x73\xde\xd7\xfb\x7d\x4e\x01\x01\x0d\x88\x5b\ \x09\x96\xdc\xfb\xab\xee\x17\xde\xbf\xb7\x84\xec\x5f\x40\x86\xd9\ \xf0\xe9\x30\x66\x55\x12\x76\x38\x3f\xb1\x31\xb1\xb1\x7d\xe2\xe4\ \x17\x9b\x9c\xf8\xc3\x2b\xab\x36\xb0\x22\xec\x6d\xe0\x24\x55\xac\ \xf0\xf7\x19\xed\xa4\xbc\x7c\x83\xb6\xb7\xb8\x58\x13\x5e\x08\xf8\ \x94\xa9\x9d\xe1\x03\x69\x47\xed\xf9\xf9\x3e\x6b\x6b\xb7\xbe\x93\ \x19\x1a\x85\x42\xa5\x50\x20\x44\xac\x33\x27\x3a\x19\x4b\x3f\x03\ \x03\xeb\xa3\x63\x03\x4c\x14\x51\x28\xb4\xb8\xa0\xb0\xa4\xa0\xa0\ \x8e\xa4\xa8\xb8\xa0\x28\x46\x14\x83\x46\x98\x93\x3f\xa0\x8c\x30\ \xaf\x9a\xec\x8f\x25\x90\xf0\xd0\x06\x1e\x0d\x87\xba\x61\x8a\x85\ \x3f\x1a\x0d\x53\x62\x89\x58\x2c\x46\xe2\xf9\x1b\x7d\x75\x61\x19\ \x05\x49\x49\x8c\xa0\xa8\xb8\x02\x1a\x2b\x28\x28\x21\xf3\x2a\xf4\ \xc9\x93\xa7\xcf\xd4\x4c\x3e\xff\xce\x97\x15\xb2\xb6\xee\x10\xba\ \x7d\xdb\xea\xde\x6d\x20\xfb\xab\xa4\x66\xb6\x7b\xba\x8f\x28\xf4\ \x33\x26\x9d\x5e\x41\xa7\xec\x34\x8c\xd0\x99\xab\x94\xee\x79\xe5\ \x1e\xef\x86\xc5\x99\xbe\xf9\xf9\x93\xf0\xd1\x8d\xf2\xa3\x8e\xfc\ \xbd\x1e\xda\xfe\x28\x93\x52\x38\xda\x5a\x33\xe3\x58\xb8\x73\x72\ \xd4\x7a\xf4\x88\x45\xa1\xcd\x9b\xd2\x3a\x3a\x46\x7b\x5c\xca\x1d\ \xed\xec\xec\x4c\x65\xdd\x94\xad\xb5\xad\x4f\xcc\x39\xa4\xed\xac\ \x78\x64\xef\xc9\x1a\xca\xcb\xdf\x17\xa9\xe1\x8b\xc8\x4a\x8a\xcd\ \xce\x49\x4a\x4c\x4c\x09\x0e\x2a\x72\xf7\x89\xfe\xe4\xbe\x3d\x16\ \x5d\xba\xbf\xbf\xbd\xcf\xa2\xec\x50\x81\x14\xde\xdd\xeb\x2b\x9c\ \xaf\x71\x91\x96\x9d\xa9\x5f\x30\x6c\xad\xa1\xb5\xba\x74\xcc\x8c\ \xf6\x51\x8f\x76\x29\x1d\x6e\xd6\x85\xa3\xe5\x6e\xbb\x1b\xe6\x34\ \xca\x7d\x98\xdd\x75\xd9\xa4\x00\x6d\x4b\x00\xec\x0c\x01\x7a\x74\ \xfa\xe7\x10\xba\xfb\x02\xbd\x74\x80\xf4\x8d\x7e\x67\xb3\xab\x2b\ \x7f\x64\xb6\xe9\xa8\x85\xc5\xd5\xf4\xf3\x94\xc5\xc1\x29\x00\x2b\ \x00\x59\x17\xe7\xdf\x73\x8f\xf8\x96\x0f\x96\xc7\x8f\x82\xdf\xc5\ \xc4\x04\x67\x7f\x09\x78\xfe\xf2\xa5\xed\x13\x03\x63\x4d\x05\x25\ \x9c\xba\xa2\xa4\xa2\x9a\x81\x99\xbe\x81\xa2\x82\x82\x2e\x40\x2f\ \x45\x49\x15\x70\x0b\x20\x96\x99\x99\x86\x81\x99\x89\x91\x1a\x4e\ \x07\x67\xa4\x81\x53\x51\xd1\x51\x52\xd1\xc5\xa9\x1b\xe8\x69\xaa\ \x69\x1a\x1b\x5b\x1a\x7c\xe8\x33\xdf\xa3\x2f\x1a\x72\xc9\xc9\xe6\ \x68\xbc\x58\x69\xcd\x51\xd7\x33\x79\x66\x6f\x62\xfb\x26\x20\xf2\ \xb9\xb1\xa5\xb1\xc9\x63\xa3\xc7\x96\x66\xf6\xcf\xed\x5f\xbb\x66\ \xc7\x7a\x47\xfd\x94\x5a\x9e\xb5\x12\xcb\x9d\x05\x1f\xda\xa7\xf1\ \x4f\xf5\x54\x74\xd4\x8c\x6d\xec\x13\x53\x8d\x6d\x5f\x3e\x7d\x13\ \xf9\x6d\x9d\xc1\x51\xd6\xb2\xd7\xd3\xf1\xb5\xe5\x5f\x36\xe4\x0e\ \x9d\x5b\x4c\x5d\xf3\x44\x67\xcf\xb9\x9d\xe1\x8a\xac\xd2\xf6\x8a\ \x30\xf7\x50\xf7\x18\xef\xc4\xa0\x2f\x6f\x3d\x7c\x12\x83\x82\xd3\ \x92\x33\xb2\x53\x33\x7e\xb6\x57\xc4\x0c\x2f\x8c\x70\x78\xca\x87\ \xe7\xcf\x2f\x8e\xd2\x28\xab\x93\xf5\x6f\xf3\x4a\x19\xda\xc7\x87\ \x50\x10\x1e\x5e\x01\x16\x42\xb0\x4e\x11\xb2\x05\x54\x21\xbc\x01\ \xa0\x0a\x02\x15\x7b\x0b\xd8\x09\x31\xc7\x82\x08\x77\x70\x78\x88\ \xb4\x30\x20\x9c\xeb\xfc\xf4\xd0\xc2\x19\x21\x5b\x97\x51\xf6\x9c\ \x37\x01\x60\xff\x29\x5f\xdd\xcc\x47\x23\xc8\xe5\x7c\x00\x94\x59\ \x19\x10\x77\xbe\xb0\x9b\x4a\x0c\x4e\x03\x7a\xaa\x4a\x69\x49\xc9\ \x39\x78\x42\xde\xe5\x90\x00\x04\xa1\x27\xec\x3b\x07\x88\x65\xe5\ \xe0\xeb\xeb\xa9\x9a\x5b\x5d\x56\xec\x5b\xd6\xd2\x52\x55\xec\x60\ \x55\x0d\xa9\x15\x40\x9f\xb6\xfe\xc6\x4a\x80\x3a\x5d\x5d\x6d\x48\ \x65\xbc\xad\x2c\x21\x21\xa1\xba\x12\x00\x16\xe0\x4d\x2d\x50\xdc\ \x35\xb7\x35\x56\x76\x41\x60\x03\x1a\x0e\x00\x13\xb8\x1f\x60\x52\ \x57\x3f\x00\xb0\x36\x00\x46\x2d\x6d\x2d\x6d\x5b\x50\xec\xb5\x8c\ \x77\x81\xcd\x50\x0e\xf6\x8f\x1f\x6f\xcd\xfe\x59\x3e\x3c\x3f\x47\ \x7c\x89\xce\xcf\x2f\x67\x4e\x2d\x2e\x71\x17\x59\xed\x84\x6b\x10\ \x08\xc7\x47\x88\xe5\x3f\x94\xa5\xb3\x85\x91\xa2\x81\x89\xe1\x77\ \x79\x9d\x6b\xed\x0b\x73\x3f\x26\x1b\xd6\x27\x27\x16\x9a\x02\xbd\ \x7e\xae\x04\xd2\x8f\x86\x57\x98\x2b\x61\x15\x2b\xd1\x15\x83\x41\ \xdf\x2c\x9d\x3c\x3e\xc6\x0f\x86\xfc\x1f\x74\x58\x80\x66\x58\xd0\ \x13\x0b\x26\x25\xfb\x17\xd4\x41\x4f\xf6\x12\x7f\xa2\x7f\x1d\xe0\ \x42\x40\x4b\xf9\x03\xc5\xe7\x4f\xc4\x97\x14\x80\x1d\xeb\x60\xeb\ \x3a\xd8\x0b\x4f\x82\x91\x5e\xb0\xe5\xea\xff\x90\xac\x09\x7f\x12\ \x86\x04\x7b\xb1\x48\x68\x34\xf4\x96\x02\x04\x0b\x7c\x37\x89\x58\ \x57\xe0\x8f\x15\x04\x42\x0c\xd0\xb6\xf4\x3a\x32\x96\xfc\xab\x0e\ \xce\x29\x42\x6f\x2c\x32\xb9\x84\x50\x82\x95\xd4\x33\x31\x78\x6d\ \xff\xfc\xf9\xcb\x27\x96\x99\x19\x4e\x7e\x6f\xdb\xdb\xa3\x4b\x7f\ \x56\x78\xa5\x54\x30\x65\x1f\xec\xb9\x74\xb8\xb9\xcd\xe4\x9f\xb0\ \x16\xc3\xfb\xf2\x4d\xed\xec\xb4\xb5\xcb\xed\xee\x0a\x85\xcb\x17\ \x76\x00\x91\xc8\x62\xb2\x98\xbf\x7f\x9f\x51\x56\x16\x28\x9b\x2b\ \x40\x1a\x95\xbe\x2f\xaa\x4d\x7b\xa1\xa1\x24\x9c\xee\x4f\xc4\x62\ \xa0\xf1\x9e\xa8\x38\x46\x58\x10\x10\x28\x34\x1a\x85\x25\x63\xd1\ \x30\x39\x11\x2a\x58\x2c\x0c\xf6\xc1\xa3\xc1\xf3\x21\x92\xfd\x61\ \x8b\x3b\x1a\x4d\x26\xa2\xf1\x68\x98\x50\x28\x2c\x88\x15\x56\x31\ \x33\xd2\x13\x44\x0b\x08\x28\x29\xc9\x48\xa0\x04\x85\x25\xc4\x45\ \x89\x82\x82\x38\x19\x9b\x35\x8f\xc7\x46\x1a\x8a\x38\x5d\x6f\xc7\ \x87\xd2\x8f\x94\x19\xbc\xb7\x1e\x68\xe5\x22\xa3\x57\xca\x8b\xf2\ \x7b\x27\xb4\x1d\x0a\x6d\x69\xfb\x68\x77\x86\xda\xdd\xb3\xe8\x38\ \xb3\x59\x5e\x33\x42\x1f\x1c\xf9\x99\xc7\x18\xa0\xba\xd9\xb5\x9e\ \xb8\x85\x77\x14\x52\x8f\xba\xf7\xa8\x4b\xfb\x74\x56\xb9\xa9\x63\ \x8d\xa1\x90\xa9\xbc\x8b\xdd\x86\x9d\xe1\xd1\xa2\x90\xac\xf9\x1e\ \x83\x46\x19\x35\x2d\xdf\xb4\x5e\xb4\xd3\x9e\x2f\xd7\x76\x74\xe1\ \x31\xbc\xfd\x68\xf3\x5e\xb5\x90\x7c\x5f\xf8\xed\x3b\x62\x77\x46\ \x39\xba\xea\x23\x13\x13\x63\x32\x72\x12\x83\x3f\xf8\xe4\xbd\xfb\ \xf4\xe3\x6b\xe9\x3e\x63\x7b\x85\x7e\x06\x58\x15\x95\xca\xa2\x74\ \x8f\xce\xbb\xcd\x68\x9b\x5a\x6b\x8b\x70\xcb\x53\x97\x0c\x65\xb5\ \x4d\xf3\xad\xed\x5c\xac\xad\x69\x1b\xe5\x8e\x7d\x8e\x3c\x76\x8e\ \xca\xe6\x8e\x5a\xcb\xe1\x85\x3c\x11\x07\x00\xb1\x90\xb9\x9b\xa9\ \xab\x6e\x05\xf0\xf6\x9a\x82\x09\x5e\xd0\xb4\x7d\x08\x80\x10\xf4\ \x3a\x66\x5b\xc7\x59\xfc\x55\xc2\xba\x4a\x50\x05\x62\x11\xbc\x11\ \x2d\xe4\x1f\x1c\xcc\xb6\x40\x85\x73\xb0\xd5\xbc\x2b\xb2\x7c\xe0\ \xeb\x1e\xf5\xf1\x63\x6c\x4e\x5c\xc0\x8b\xd7\x2f\x9e\x83\x57\xd0\ \x52\x5f\x53\x06\xa7\x82\xd3\xd1\xd1\x37\x81\xae\xac\x9a\xe2\xea\ \x38\x49\x15\x1d\x15\x49\x49\x75\x9c\x86\x86\xc6\x93\xa7\x36\x1a\ \xb0\xf8\xae\xa6\xae\x6f\x69\xac\xae\xa1\xa3\x83\xd3\xd0\x54\x51\ \xc0\x01\xc0\x32\xd2\x34\x7e\xfa\xf8\xf5\xc2\x03\xe5\xdd\x51\x65\ \x2e\x31\xf3\x37\x1a\x49\xac\xdd\x38\x19\x03\xfd\xc7\x26\x36\x66\ \xb6\x36\xaf\x42\xde\xbc\x79\x61\x6b\xf3\xfc\xb9\xcd\x13\x57\x7b\ \xa7\x80\x4c\xa0\x8f\x3f\x15\x76\xfd\x19\x97\xf2\x6d\x3e\x3d\x6d\ \x99\xfd\x13\x6f\xa6\xa2\x6e\xa4\xff\xd8\xf2\x73\x4c\x8e\xad\x53\ \xa4\x93\x6b\x70\x79\x56\xd1\xe6\xfd\xb6\xfa\x95\x52\x91\x7f\x91\ \x35\x02\xfe\xcb\x10\x20\xf6\x72\xe7\x77\xfe\x03\xc6\xca\xe4\x44\ \x45\x6d\xfd\x8f\x52\x9f\xf7\x61\x31\x5f\x3c\x82\x82\xbd\x13\x43\ \x83\x63\x63\x63\xa2\x12\x63\x82\xdc\xc7\x86\x7f\x44\xcf\x0d\x97\ \x0e\x3a\x38\xdc\x12\x31\x0f\x37\x74\x73\xa9\xa1\x51\xa9\xf4\xf5\ \x9f\xb5\x2d\x10\xaf\x2e\x20\x39\xbd\x3e\xb1\x41\x0b\x4a\x42\x04\ \xa1\x00\xc1\x3a\xfd\xc3\x06\x2b\xb0\xe1\xf0\x10\xba\x29\x1f\x42\ \x90\x03\xaf\x32\x3f\xfb\x80\x75\x76\xb6\x38\xbe\x38\xe0\xff\x4f\ \xdd\xfd\xaa\x93\xf4\x3f\x09\xf6\x57\x8e\xef\xce\x57\xfe\x34\xff\ \x8e\xab\x7a\xfa\x7a\x26\xc0\x75\xbb\x5c\x4f\x4f\x5f\x55\x4f\x04\ \xba\xe4\xa4\x60\x1b\x28\x80\x28\x4f\x29\x39\xb9\xdb\x80\x5e\x25\ \x14\xfb\x46\x80\x93\x6f\x42\x84\x43\x75\x55\x55\x5b\x7f\x4b\x57\ \x63\x6e\x75\x55\x59\x65\x1b\x60\x42\x40\x8f\x21\xcb\x9a\xb3\xfd\ \xb3\x80\x2f\x01\x16\xd5\xd6\xd2\x0c\xf0\x0b\x5c\xb4\x80\xfd\xba\ \xc6\x01\x04\xc1\xfa\x54\x17\x64\x4d\x5d\x5d\x90\x32\xcd\xc2\xf5\ \x4f\x00\x4a\xfd\x6d\x60\x13\xfc\xde\xae\x96\xfe\xf1\x7e\xc8\xc3\ \x5a\xba\xa6\xa7\xfb\x8f\x97\x0f\xa1\x65\x34\x78\x5a\xff\x5e\x3e\ \x3d\x36\x44\x39\x3b\x5f\xc5\x32\xb2\x0b\x71\xec\x27\xc1\xde\x0a\ \xee\xfc\x07\x50\xaa\xac\x9f\x61\x3f\x56\x9a\x3c\xde\x66\x0d\xe7\ \xfd\xf4\xaa\x28\xf5\x28\xed\xa1\xb1\x76\x4a\x9b\x16\x9a\x52\x3a\ \x17\xe9\xc3\x7d\xd4\x40\xaf\x91\x89\x9f\xbf\xe9\x81\xd9\x31\x61\ \x45\x63\xeb\xfa\xbf\x60\x1c\x3d\xcc\x22\x84\xc3\x83\x30\xf8\x19\ \x1c\xf1\x25\x75\x00\x74\xc8\x98\x92\x74\x72\x2f\x01\x03\x9d\x57\ \xd2\x49\xa4\x02\x32\xd6\xbf\x17\xa6\xe3\xc0\xb8\x54\x22\x11\x4e\ \xeb\x00\xba\xe2\x0f\xe9\x15\xa0\x4a\xa4\x02\x12\x06\x5f\x07\xe3\ \xfd\x00\x65\xc1\xe2\x01\x95\x41\xe6\x7d\xfc\xc9\xbd\x05\x68\x6c\ \xdd\xff\xfd\xaa\x03\xf0\x57\x50\x42\x86\x93\x7a\x24\x00\x73\x24\ \xc0\xbe\xa0\x3d\x4d\xba\xa8\xde\x13\x33\x63\xa3\xc7\x9a\xea\x4a\ \x06\xaf\x63\x03\x5e\x64\x7b\x97\xd6\x37\xd5\x0e\xbf\xf7\x19\xa0\ \x1b\xca\x95\x8f\xce\xb8\x15\x9e\x38\x8e\xb2\x3a\xfa\x5c\x0a\x5d\ \xec\x66\x4c\xed\x4e\xfa\xee\x87\x33\x0b\xf7\xe8\x2b\x54\xda\x24\ \x9d\x46\xa5\xec\x6c\x37\x35\xad\xd1\xe7\x26\xb6\xdb\xa3\xfd\x5c\ \x75\x05\x88\x00\x7a\x88\x40\x96\x92\x30\x18\x61\x0c\x1a\x0f\x98\ \x11\x34\x89\xc1\xa2\x45\xf1\xe4\x74\xc0\xa7\x08\xfe\x18\x3c\x80\ \x29\x80\xc4\x44\x2c\x01\x31\x44\x4d\x4f\xc7\x08\xa2\x50\x82\x02\ \x82\x60\x2b\xc0\x2b\x0c\x16\xa5\xa2\x29\x8e\x26\x2a\x82\x3b\x50\ \x0a\x38\x71\x09\x09\x8c\xa0\xb8\x38\x1e\x2f\x2a\x23\xa9\xe7\x3a\ \xc9\xf0\x49\xcc\x79\xaa\x21\x68\x30\xe8\x28\xa4\x2d\xbd\x79\xeb\ \xc1\x23\x0e\xb9\x08\x55\xdf\x62\x5f\x37\x7a\xdf\xfc\xf6\x3c\x95\ \xb2\x48\x65\xb0\x5a\xe9\x3b\xbb\x81\x3d\x1b\x27\xa6\x77\xa5\xb4\ \xee\x38\xf6\x6d\xf6\xec\x33\x28\xf9\xd6\xf4\xd6\xd6\x9d\xdd\x99\ \x13\x6a\x61\x0d\x6d\xcf\x7c\x63\xa7\xdc\x6e\x5e\x56\x5e\xd9\xd0\ \x85\x56\x53\xc8\xa8\xc9\x77\x09\x77\x54\x5e\xec\x70\x04\x08\x4c\ \xb1\xae\x31\x14\x11\x71\x1b\x3d\x19\xa5\x74\x6c\x76\x08\x09\x99\ \xda\x75\xf7\xf1\xf8\xde\x97\x16\xe2\xbd\x1f\x31\xbe\x1e\xf0\x2d\ \x34\x2a\x3e\x27\x38\xf4\xdd\x8f\x77\x61\x9f\x02\x27\x17\xe8\x23\ \xc3\x0d\x14\x06\x8d\x76\xb4\xb7\x71\x44\xdb\x74\x1c\x75\xb4\x13\ \x11\x12\xb9\xcb\xc1\xf7\x40\xbe\xc3\x50\x88\x8b\xe7\xe1\xc3\x47\ \xf2\x8e\x8e\xa3\xca\x6e\xb2\xca\xe5\xda\x3c\x5c\x42\xe6\xf2\xd3\ \xd5\x1d\xa6\x5a\xf2\x22\x87\xff\xfe\xcb\x7f\x80\x2c\x03\xc2\x16\ \xf5\x21\xfe\xef\x07\x70\x9d\x1f\x16\xae\xc0\xd1\x04\xcd\x64\x86\ \x86\x86\xbe\x23\xce\xe2\xdf\x2f\xb9\xd5\xe5\x09\xc1\xad\xf3\xc3\ \x43\x80\x68\xfc\xce\x95\x4d\xd6\xa7\xf7\x78\x97\xcf\x2d\x38\x67\ \xbb\xaa\x99\x9e\x17\xdc\x49\xde\xf1\xa9\xa9\xd9\x71\x91\xcf\x5e\ \xfb\xbd\xd0\x07\xf8\xf2\xd8\x40\x57\x07\x07\x24\x9f\xba\xa6\xf1\ \x63\x33\x13\x33\x7d\x4d\x25\x25\x9c\x92\x92\x80\xa2\x84\xa4\xa2\ \xa4\x80\xd9\x63\x3d\x9c\xae\x9e\xcd\x33\x3d\x9c\x9e\x3e\xd0\x78\ \x9a\x70\xde\x50\x47\x47\x45\x57\x53\xe3\xb1\xe5\xe3\xc7\xcf\x9e\ \x24\x6d\xdc\x55\xae\x11\xba\x27\x55\xf3\x54\x2d\x74\x83\xf5\x46\ \x45\x13\xa7\x6f\x60\x60\xf3\xe2\xa5\xbd\xd3\x6b\xd7\xe4\x80\xa7\ \xae\x99\x91\x6f\x5c\x3f\xc7\x25\xa5\x64\x27\x45\xbd\xd7\x5a\x3e\ \xee\x8f\x68\xec\x3a\x06\x87\xde\x69\xd2\x53\x4d\x03\x03\x7d\x33\ \xbf\xd4\xa8\x38\xd7\x6f\xc1\xae\x3e\xb4\x9d\xd4\x54\x6a\xeb\xbd\ \xe1\xd2\x23\x58\xab\x66\x1b\xd1\x5f\x03\x16\x78\xf6\x16\x9c\x85\ \x6b\xcc\xf5\xb1\x81\xf7\x3e\x3f\xde\x7e\x72\xf7\x89\x72\xf7\x8e\ \x8d\x8d\xf5\x0e\x0e\xf5\x79\xeb\xe3\xe5\xf1\x25\xe8\xdd\xcf\xb9\ \xb5\xa5\x9d\x95\x24\x7a\x42\xb5\xd6\x1d\x21\x11\xd9\x07\xd2\xd2\ \x42\x7c\x52\xbc\x47\xb4\x59\x28\xf9\x0e\x0f\x2e\x2b\x59\x10\x93\ \xe0\xc5\xe1\x32\xa4\x58\x00\xa3\x96\xff\x82\x31\xf6\xe5\x21\x44\ \xa9\x73\xc8\xc9\x2e\x11\x8b\x8d\x44\xcb\xa7\x87\x53\xd7\xbd\x0b\ \x30\xc0\x6b\xea\x7f\x06\x0c\x2f\x89\xc8\xdf\x4e\xa4\xe0\x89\x38\ \x9f\x6a\x01\x7c\xd2\xf2\x94\x92\x02\x2c\xcb\x33\x02\x16\xc3\x61\ \x6b\x02\x80\x27\x4f\xd8\xf6\x9e\xeb\xe0\xe0\xeb\x60\x15\x51\x06\ \xdb\x06\x72\x8b\x61\x9d\x2a\xa1\xaa\xba\xb8\xaa\xad\x11\x50\xa9\ \xe2\x46\x80\x5c\xb3\xe3\xcd\x95\x2d\x00\x94\xa6\x01\xd0\x8c\xcf\ \x36\x56\xc2\xf2\x79\x65\x33\x32\xc4\xdd\xd8\xd2\x0f\xd0\x09\x9c\ \x01\x6c\x02\x8a\x6f\x1a\xae\x1f\x03\x8d\xd7\xdc\x32\x3b\x0b\x94\ \x1e\xa0\x52\x00\xa9\x00\xb7\x1a\xef\x6a\x81\xf7\x03\x91\x77\x0c\ \x64\x2f\x78\x43\x70\x42\x9c\xe2\xbc\x4e\x8d\x45\xe6\xbe\xaf\x2d\ \x55\xff\xf2\x30\xbc\x31\x32\x64\x73\xc6\x7f\x46\x16\x4a\xbd\x02\ \x7f\x54\xd4\x7f\xc9\xf0\x48\x8a\xae\x08\xfc\x5a\x3a\x91\xf5\x76\ \x84\xce\x58\x88\x5e\x3f\xaa\xef\xec\x9c\x5c\x18\xa6\x50\xdf\xbf\ \xdf\x5e\xa8\x68\x2f\xf2\x08\x8a\xf3\x0b\x63\x34\x69\xfe\x22\x92\ \xa1\x1e\x04\x58\x85\x2c\x14\xfa\x97\xf8\xf7\xf6\x02\xf6\x43\x4c\ \xef\x25\x90\x60\x8a\x44\x5d\x3a\x2c\xb6\xc3\x31\x1b\x52\x7a\x9d\ \x3f\xb9\xa4\x8e\xec\x2f\x4a\x84\x33\xc2\x44\x7f\x70\x9d\x40\x86\ \x79\xd1\x30\xae\xd4\xbf\x04\x0f\x08\x99\x3f\x9c\x1e\xc4\x12\x7b\ \x7b\x61\xd1\x2a\x1d\x81\x42\x3c\xe0\x65\xec\xd9\x1d\x72\x3a\x01\ \x1a\xd7\x80\xef\x23\x96\xfc\xaa\x23\x83\x5f\xd6\x8b\x52\x33\x7e\ \x61\xa4\xa9\xa2\x24\x20\xa3\x1f\x19\x1f\xe7\x97\x96\x18\x13\x38\ \xd8\xc4\x28\x1a\x18\xa1\xe7\xe7\xf2\xf4\xb9\x84\x2f\x6e\xda\xb9\ \x75\x6f\xd4\x94\xbb\xf5\xd5\x9c\xec\x1d\x8d\x2e\x3a\x36\x9c\x51\ \xb6\xa9\x94\x9e\xed\x09\xc6\xea\x52\x53\x58\xa0\xc7\xfb\xf7\x1f\ \x32\x5c\x6d\x14\xb1\xc4\x74\x7f\x2c\x09\x03\x6d\x17\xb0\x75\xe9\ \x02\x80\x17\x61\xb0\x04\x94\x28\x56\x14\x85\x86\x5d\x0c\x25\x44\ \x08\x49\x64\x14\x11\xe0\x12\x19\xaa\x42\x02\x4c\x9c\xe8\x45\xec\ \x27\xb0\x58\x01\x74\x09\x16\x83\x27\x89\x4a\xe2\x54\x84\x45\xd1\ \x44\x82\xa2\x38\x0a\x2f\x80\x53\x91\x50\x14\x16\x10\x17\x40\x8b\ \x12\x50\x12\x8a\x46\xa1\x29\xc9\x9f\x7e\xe4\x95\x8e\x0c\x32\x4e\ \xec\xe4\xb5\x69\x34\x98\x2e\x79\xd7\x33\xc2\x41\x4b\x8e\x41\x3f\ \x3b\x5a\x67\x31\xc6\xa4\x3b\x98\xd4\xdd\xb3\xcd\xd1\x13\xea\x68\ \xb8\x63\x39\xb3\xdc\x91\xb9\xdf\x37\xc9\xdc\xd8\xdb\x3b\xa1\xb6\ \x16\xb2\x5a\xfb\x36\x00\x1f\xec\x70\x71\x51\xde\x3c\x62\x76\x28\ \xdb\xcd\xbb\x18\x16\x8e\x9a\x9e\x74\x94\xcf\x53\x47\xa9\xa6\xd2\ \xa3\x35\xdd\x34\x6d\xe9\x13\xf3\x9a\x9e\x72\xea\xea\xe0\x3a\xab\ \x8f\x45\xa1\x1e\xd1\xfa\xdc\xfa\x66\x98\x14\x47\x39\xcf\xad\xef\ \x8b\x91\xb1\xde\x41\xa9\xb1\xef\xbe\xbc\x0f\xcc\xfb\x54\x5a\x3b\ \xb2\x32\xd9\xbe\x3d\xb2\xc3\xa4\xd1\x16\x17\x47\xe7\x67\x76\xf3\ \x0b\xed\xe4\x79\x45\xe4\xa5\xac\x6e\xf3\xde\xe3\xbd\x7b\xeb\xe1\ \x9d\x5b\xbc\x22\x52\xb7\xcc\xcd\x45\xb8\x1e\x4a\x8b\xcc\x18\x72\ \xdd\x7f\x70\xff\xbe\xe1\x4c\xb9\x5d\xc7\x09\xdf\x90\xb3\xf3\x01\ \xb4\xe4\x43\x72\x70\x60\x91\xfd\xe0\x3b\xa0\xf0\x53\x53\x07\xe0\ \x58\x3a\x87\xd6\x58\x43\x43\x16\xec\x23\x03\x99\xc7\xb9\x64\x62\ \x50\x1a\x0e\x1d\x4c\x1d\x80\x63\x6c\x79\xf9\x9c\x9f\xf3\x0e\x5d\ \x28\x57\xac\x0b\x5c\xbb\xc8\xbd\x98\xae\x9c\x35\xcf\x8e\x0a\xce\ \xf4\xcb\xce\x7e\x6a\xf9\xca\xe9\xa9\xd9\xe3\x27\xfa\xfa\x46\x06\ \x7a\x38\x09\x09\x01\x41\x9c\xbe\xa5\x89\x81\x8d\xad\x99\x81\x86\ \xbe\xa6\xba\xba\x8a\x8c\xb8\x80\xb0\xa8\x9a\x82\x8a\xae\xc1\x13\ \x1b\xbd\x67\xfa\x26\x46\x7a\x7a\x7a\x46\xfa\xfa\x7a\xba\xea\xea\ \x4a\x38\x4d\xcd\x37\x2f\x5f\x02\xc0\x7a\xf9\x51\x9a\xcb\xee\x81\ \x98\x1c\xcd\xec\x45\xe0\xfc\x9a\x1e\x4e\x47\xd1\xc0\xe4\xf1\x53\ \xdb\xe7\xf6\xae\xaf\x5e\xc7\x45\x06\xa4\x65\x84\x44\xa6\xa5\xc5\ \x67\x26\x65\x26\xe5\x7c\x91\xfd\xb3\xd5\x55\x5d\x35\xdb\xd5\xd6\ \x7f\x3a\x1b\x67\xa9\xae\x62\x60\xf2\x3c\xf5\x5b\x64\x5c\x46\x66\ \xc8\x87\x9e\x86\xd2\xa8\x7a\x66\xf9\x9e\x1c\xdf\xc5\x29\x92\xcb\ \x85\x0c\x16\x21\x39\xb0\xe0\xe9\x23\x45\x2c\xcf\x85\x86\xd5\xed\ \xe1\x1f\x9f\x8a\xbe\x16\xbd\xf7\x89\xfa\x18\x1a\x1f\x1a\x1a\x14\ \xf3\x31\x25\x28\xc8\x27\x27\xed\xe3\xbb\xa6\x9f\xeb\x4b\xa3\xdd\ \x1e\x41\xd4\xe2\x36\x2b\x3e\x2e\x9e\xbb\xf7\xb8\xef\x3b\x14\x57\ \x3e\x90\x3a\xfc\x03\x71\xe9\xf0\x80\x8d\x40\x10\xb5\x0e\x20\x4a\ \x1d\xb0\x25\x22\x82\x50\xec\x8b\xe5\x2b\xf6\x05\xa8\x94\x33\x27\ \x02\x60\x07\x07\x87\xe7\x97\xed\xef\x9c\xe7\xa7\x17\xb0\x35\x0b\ \x29\xba\x23\xd9\x63\x88\x76\x74\xbe\xf6\x9c\xf9\xcf\x8c\xf4\x8d\ \xc9\x8c\xf3\xa1\x83\xaf\xa7\x94\xaa\x96\xd4\x6d\x07\x55\x3e\x31\ \x2d\x07\xc8\xa2\x72\xcb\xaa\x8a\x23\x1c\x7c\xb5\x12\x7c\x1d\xe0\ \x52\x1e\xc0\xb1\xdc\x04\xdf\x32\x00\x5a\x2d\x8d\xe0\xac\x0a\xd6\ \xa5\xca\x2a\xab\xab\xcb\x72\x73\x01\x0e\x8d\x77\x35\xb6\x4c\xb7\ \xb4\x4c\x43\x58\x9a\x6e\x2e\x6b\x04\x2c\x09\x30\xac\xca\xb6\x66\ \xa0\x08\xfb\x21\x7b\x6a\x01\x10\x35\xde\xbf\x35\x0d\x2b\xe8\xfd\ \x6d\xd3\xb3\x5d\xe0\xca\x34\xb8\x35\xde\x0c\x15\x64\x63\xd7\xec\ \xf4\xec\xe9\xc5\x81\x05\x9b\x4d\x39\x5f\x37\xb6\xde\x0c\x6c\x5f\ \x2e\x19\x58\xf0\xff\x27\x09\xf6\xba\x59\xdf\xf9\x6a\xc7\x7f\x56\ \x7e\xac\x2f\x55\x44\x33\xd6\x62\xdc\x7f\xd4\x0e\x53\x18\x73\xcc\ \x25\xfa\xc0\xcf\xbc\xf7\x61\x1e\x23\x13\x59\xee\x0b\x83\x83\x03\ \x3f\x57\xf2\xbc\x7e\x2e\x74\x0e\x6f\x0f\x46\x07\xd8\x7a\xad\xb5\ \x1b\x00\x66\xf5\x0b\x49\x7c\x46\x06\xfe\xea\xb0\x84\x02\x68\x8a\ \x5c\x02\xcb\x3d\x05\x05\x00\xaa\x60\x93\x03\x24\x54\x48\x7a\x73\ \x09\x0c\xf1\x22\x01\xfa\x85\x34\x8b\xfb\xa7\xe3\x89\xd0\x8f\x14\ \xe8\x49\xd8\x1c\x4f\xc0\x43\x5f\x3e\xe8\x8a\x05\xa9\x16\x20\x32\ \x00\xce\xd0\xfe\x30\x35\xb5\x17\xc9\x63\x25\x42\x53\x77\xe8\xe8\ \x47\xe8\x05\x92\x91\x58\x42\xc6\x03\x90\x50\x34\xb0\xd1\x33\xf1\ \xd3\x17\x56\xb7\xcc\x49\xcb\x48\x8e\xf1\x0a\xf2\x29\xad\x58\x79\ \x3b\x51\xbf\x64\x5a\xf6\x28\xdc\x71\x71\xaf\xa6\x9c\xc6\xa0\xcd\ \xcf\xf7\xf5\x35\xac\xd0\xe8\xf3\x9b\xcc\xb1\x33\x06\x6b\xfb\xd3\ \xc4\xcf\x81\xa6\xb0\xa0\xc4\x24\xaf\xd2\xf5\x01\x45\x20\x2f\x89\ \x75\x44\xa0\xeb\xd0\x04\x2c\x96\x80\x16\xc4\x60\xc4\x85\x05\x50\ \x68\x2c\x41\x10\x45\x04\x72\x10\x68\x3e\x34\x5c\x22\x24\xa1\x49\ \x78\x2c\x2c\xb5\x13\xc9\xe9\x24\x38\x1d\x89\x87\x38\x0c\x14\x2f\ \x34\xcf\x21\x93\xb1\x82\x32\x38\x61\x32\x1c\x31\x14\x50\x94\x14\ \x46\x49\xea\x68\x2a\xca\x08\xe2\x25\x51\x80\x9f\x09\x4a\x2a\x98\ \xa5\xe4\xd8\x9b\xbc\x7a\xee\xf4\x8a\x91\x6f\x6e\x6a\x6d\x38\xbf\ \xa2\x7c\xf7\xee\xdd\xfb\xf7\x1c\x22\xc4\x54\xf3\xe5\xcd\xe5\xef\ \xcb\x87\x17\x2a\xdb\x99\xe6\x77\x9c\x9d\x39\x6a\x87\xe7\x77\x9c\ \xd0\x17\xec\xf6\x76\x8e\x5c\xc2\xf3\x1b\xf6\x06\x18\x1d\x4c\x16\ \xcd\x10\x48\x37\x53\x6a\x4f\x9f\xa9\xa9\x8b\xe3\xd9\xc9\x0a\x85\ \xb6\x67\x78\xcb\x45\xbe\xdc\x65\x63\xd3\x71\x83\xd6\x11\xbe\xcb\ \x68\xa5\x8e\x1e\xf5\x50\x37\xf3\x01\xce\xb1\x64\xe7\x69\x1b\xdd\ \x8b\x1b\x0b\x54\x1a\xab\xa7\xbb\x9b\x5b\x6b\x91\xd5\x17\x18\xf4\ \x21\x2a\x36\xf6\x4b\x8c\x87\x4f\xde\xa7\x1f\x3f\x56\x07\x47\xc6\ \xea\x19\x94\xee\x56\x1a\xb5\x75\xbe\x70\xbe\x46\xd9\x5c\x56\xfa\ \xc1\x2d\xee\x07\xf7\xad\xb8\x45\x6e\xf3\xf1\x89\x71\xf0\xc9\xdd\ \xe3\xab\xce\x15\x11\xe2\xe0\xe1\xb5\x96\x7e\x68\xc8\x75\xeb\x9e\ \x18\xd7\x2d\x39\x87\x7e\xe9\x72\x73\xb1\x03\xe7\xef\x17\x5d\xc7\ \x87\xa7\x5b\x90\x0f\xc0\x42\xd4\x01\xc0\xac\xa9\xc3\xf3\x03\x78\ \xec\x9d\xc3\xc4\x79\xf6\x7b\x8b\xed\x93\x6c\x61\xc1\x89\x1c\xeb\ \xfc\xdf\xa7\x60\xbb\xe4\xf2\x29\xff\xb2\x76\xdb\x77\x4e\xce\x71\ \xc7\x88\xfe\x88\x04\x70\x00\x36\x2e\x1f\xf4\xcf\xae\x67\x67\x06\ \x87\xb8\x06\x24\xdb\xbe\x04\xf2\xfe\x8d\xa5\xa5\x91\x92\x81\xa6\ \xae\x3a\xd0\x80\x02\x28\x71\x03\x13\x23\x03\x7d\x13\x4b\x23\x13\ \x7d\x78\x45\x5d\x47\x40\x58\x12\x25\xac\xa0\x66\xa0\xaf\xf9\xf8\ \x09\x10\x70\xe0\xcb\x58\xc7\x58\xfd\x19\x50\x83\x7a\x36\x7e\x9f\ \x5f\x3d\x36\x36\x79\x6a\x33\x76\xff\xd6\x1d\x39\x8e\x09\xbd\x80\ \xb1\xfc\x9f\x0a\x92\x4a\x4a\x1a\x9a\x46\xf6\x2f\x6d\x6d\x03\xde\ \xb8\x66\xa6\x65\x66\xa6\x25\xa5\xf8\xbd\x4e\x4e\x0d\x78\x93\xf8\ \xe1\xc3\x4f\xb1\xe6\x4a\xdf\xaa\xf1\x08\xcf\xb6\xd3\xe2\xcc\x67\ \xea\x1a\x8f\xfd\xe2\x92\xde\xa4\xe5\x24\x7d\xcb\x98\x18\x9b\x5b\ \xfa\x32\x28\x22\x97\x70\x6f\xf9\xa0\xaa\xf8\xe2\x72\xbd\x13\x3a\ \xa6\x5a\x4c\x1d\xc2\xb0\x0d\x40\xb1\x2e\xa8\x4b\x4b\xeb\x2b\x6b\ \xc3\xd1\x6f\xbd\xdd\x83\xdf\x7d\x09\x8a\xff\x18\x94\x11\xfb\x31\ \x23\x3e\xc7\x23\x35\x2d\xea\x63\xb4\x0f\xab\x62\xc3\xb0\xc8\xfb\ \x43\x5f\x5b\x4b\xb1\x03\x07\x97\xd6\x6d\x39\x55\x37\x2e\x8e\x96\ \x03\x84\x34\x81\x97\x0d\x5c\x80\xcb\xcb\x25\x43\x58\x61\x3f\x38\ \x3f\x5d\xbe\x44\x2c\xa4\x62\x75\x49\xb2\x00\xba\x01\x94\xba\xc4\ \x32\x80\x58\x97\xc7\x39\xac\xc3\x1f\x5c\xaa\x26\x40\xaf\x9c\xa7\ \x96\x87\x9c\x2f\x9b\xdd\x9d\x9d\xff\xd7\xcd\x01\x11\x8b\x6c\x59\ \xf5\xbd\x2c\x22\x41\x55\x15\xfe\x8d\xf9\x6e\x73\x70\x89\xa9\x6a\ \x89\xf9\x42\x2a\x55\xec\x0b\x5b\x9b\x72\x23\x60\x37\x3a\x64\x4d\ \x55\x8d\x55\xb9\xd5\x2d\xcd\xc5\xc5\x95\x95\xcd\x2d\x95\xd5\x6d\ \x95\x55\x40\xf6\xb5\x41\x8d\xd7\xdf\xd2\xb2\xd5\x02\x38\x55\x0b\ \x90\x7e\x10\xb8\x5a\x90\x8a\x55\xf3\xf8\xf4\xec\x2c\x2c\x5e\x75\ \x35\x42\xd1\x37\xdd\x35\xbd\x05\xce\x5a\x60\x15\x7d\x7a\x6b\x6b\ \x76\x0b\xf6\x98\xcd\x1e\x83\xe7\xf8\x9d\xff\x52\xf8\x5d\xe1\xa8\ \xf3\x5f\xb6\x5d\x57\x79\x64\xd7\x49\x65\x7f\x65\xc5\x5e\x8d\x73\ \x5f\xf7\xc1\xfe\x43\xdb\x19\x9b\x6b\x1a\x5e\xa4\x26\x46\x55\xd4\ \xd3\xc3\x27\xc6\x58\x9d\x13\xcc\xda\xf6\xed\x7d\xfa\x5c\xd3\xca\ \xe4\xc2\xc4\x60\xed\x02\x7d\xa5\x89\xde\x30\x37\x42\x1f\x09\x74\ \x0a\xcd\x6a\xaf\xc0\x95\xc0\x28\x7a\x40\x92\x60\x33\xc2\x2f\x20\ \xdd\xd2\xfd\xd3\x09\x80\x48\x81\x4b\x7f\xff\x5f\x75\x40\xe8\x91\ \xc8\x30\x41\x02\xe8\x39\x32\x09\x56\x9e\xe0\xb0\x33\x86\x40\x4c\ \x27\xd5\xc1\xc0\x65\xff\x12\x2c\xe0\x5e\x80\x92\x01\x89\x97\x4e\ \x4c\x27\x03\xc2\x55\x42\xc0\x92\x60\x21\x0c\xf0\x27\x41\x02\x11\ \xe0\x1f\x86\x5c\x87\xe4\x40\xd7\x81\x1f\xed\x8f\xd8\xe4\x15\xf8\ \x13\xd2\x51\x84\x12\x40\xd4\x24\x64\xf4\x9f\xda\x9b\x24\xe9\xaa\ \x3c\x09\x71\x8a\x4f\x0c\xf9\x16\x95\x1d\xfa\xd5\x7d\xa1\xbd\x7d\ \x60\xa0\xc3\x74\x63\x71\x7e\xf4\x64\x66\x97\x45\x3b\xd9\xec\xde\ \xa0\x51\x68\xad\x67\x54\xda\xd7\x75\x46\xed\xca\xbb\xb0\x3c\x0f\ \x8f\xaf\x73\x3b\x3d\x54\xea\xde\x06\xd5\xc0\x9f\x48\x40\x01\x48\ \x05\x44\x8a\x88\x45\x13\xd0\xc2\x78\xa2\xa0\xa0\xa8\xa0\x84\x80\ \x28\x4c\x97\x10\xc4\xa0\x31\x04\x80\x58\x82\x68\x58\x66\xc7\x20\ \x6b\x83\x64\xe8\xf5\x05\x1b\x19\x48\x68\x02\x19\x3c\xba\x3a\x32\ \x16\x23\xaa\x28\x2e\x21\x8e\x86\x1d\x1c\x58\x75\x9c\x84\xb8\xa0\ \xb0\xb8\x82\xa2\xa2\xa2\xa0\xa4\x20\x50\x8c\x02\x28\x61\x83\xd7\ \x6f\xe2\x43\x70\x4a\x66\x7a\x5e\xb4\xdd\xc5\x7c\x43\x4a\x2b\x0f\ \xef\x3d\x31\x0e\x0e\xcf\x84\x08\xd9\xdf\x34\x5a\xe9\x89\x35\x65\ \x6c\x74\xbe\xa6\xef\xc4\xad\xdc\x74\x37\xdf\xed\x28\xdf\x91\x46\ \x73\xc9\xb7\x76\xab\x69\x65\xb1\xe8\x47\x1d\x1b\xb4\x68\x06\x73\ \xc3\xf1\x81\xf6\x51\xb7\x63\x39\xbd\x23\x3c\x7c\x43\x96\xfb\xa4\ \x8f\xdb\xce\xba\x7c\x31\xff\x64\xf1\x84\xba\xb9\x3b\xba\x57\xa8\ \x3d\xa3\x7c\x4f\xb9\x7b\xf1\xa4\x8f\xa6\x6d\xcd\xd3\x77\x52\xd3\ \xea\xb6\xc9\x98\xd8\xef\x59\x5a\x5d\x7d\x17\x97\x1c\x93\x1a\x9f\ \x96\x18\x1a\xf3\x25\xf4\x4b\xa0\xd7\xd7\xb9\x1f\xf5\x15\x4d\x23\ \xeb\x74\x26\xad\x9b\x45\x3b\x02\xa2\xcf\x5c\x59\x44\xe8\xd1\x43\ \x2e\x8e\x7b\xf7\x3c\xad\x78\xf8\x54\xf9\xa4\xb4\xe4\x54\xad\xa4\ \x3c\x1b\xef\x2b\x73\x88\x3d\x50\x76\xe4\xb9\x77\xeb\xbe\xaa\x27\ \x17\xf7\x5d\xee\x04\xad\x47\x22\xa6\xb7\x0e\xf8\xa7\x2a\x23\xaa\ \xab\x1e\x48\x4d\x4f\x37\x9f\xc2\xb5\x76\x0b\x40\xac\x10\xba\xb0\ \x8c\x1c\xc8\x37\xcb\xe8\x97\x79\x5f\xd0\x86\xf4\x1c\x6e\xbd\xd8\ \x9a\x3d\x75\xfe\x37\x42\x64\xeb\x60\xe8\x30\xf7\x7e\x59\x25\x47\ \xdb\xf4\xc5\xe1\xf1\xd0\x1f\xb1\xa0\xd0\xa8\xd4\xa8\x10\x27\xa7\ \x80\x57\xb6\x46\x66\xcf\x1f\xeb\x1b\xe9\x6b\xe8\xeb\xaa\xe9\xea\ \x28\x09\x0b\x0a\x4a\x1a\x3f\x31\x50\x53\xd1\x80\xad\x57\x7a\x7a\ \xb6\x26\x9a\x8a\x12\x90\xb8\x0a\x28\xe1\x14\x0c\x8c\x9f\x3d\x79\ \xfa\xfc\xa9\xed\x63\x03\x63\x75\xe3\x37\xb6\x7a\x1a\x4f\x32\x93\ \x5c\x6d\x8d\xcd\x3e\xbf\xc8\xde\x10\x93\x53\xe5\x0e\x33\x89\xa2\ \x4a\x67\x61\x04\x24\x25\x34\x35\x9f\xd8\xd8\x47\xbe\x78\xfe\xc6\ \x2f\x2e\x27\x32\xd2\x2f\x20\x2e\xf2\x8d\x5f\xc8\xab\xa8\xc0\x98\ \xa8\x1e\x5e\xbe\x3b\x72\x8d\x8d\x1c\xaa\xe3\x5b\xb2\xc9\x9f\xd5\ \xf5\x9f\xc5\x05\x58\xbe\x49\xf4\x09\x8e\x2e\x9a\x18\x66\x16\xd2\ \x44\x0e\xc7\xff\xd8\x8d\x17\x1f\x56\x27\xf0\x5f\xc5\xc5\x5b\x5c\ \x77\xeb\x4f\x0d\x39\xf3\x4e\x2e\x31\xda\x47\xda\x2b\xbc\xb3\x3e\ \x7e\x09\x73\x8f\x89\xca\xf1\xfe\x98\x9a\x98\xf1\x2d\xd5\xc3\xfb\ \x4b\x52\xf0\x17\x8f\xf2\x1e\x96\xcb\xd2\x07\x8f\x22\xd3\x96\xae\ \x32\xd5\x3b\x52\x62\x09\x65\xf9\xe5\x42\x7f\xe0\x02\x05\xb2\x4c\ \x01\x80\xea\x10\x81\xa5\x43\x48\xa9\xc0\x8d\xa9\xf3\x53\x84\x6a\ \x21\xec\xeb\x0f\x5b\x30\x5e\x52\xad\x83\xa9\x0b\xa4\x52\x0f\x20\ \xee\x70\xe8\xb2\xc0\x73\xf1\x07\x36\x3a\x5c\x72\x2c\x4e\x00\x58\ \x07\xce\xd7\x65\x1e\xf0\x57\x18\xba\xe2\x2f\x37\x5d\x59\x6c\xe8\ \xea\x02\x02\xd0\x41\x4a\x0c\xba\x2f\x80\x0b\x68\x98\xa0\xaa\x55\ \x5d\x56\x1c\x51\x56\x09\x70\xa7\x0a\xf6\x6a\x36\x57\x57\x37\x56\ \x96\x35\xc2\xe2\x54\x25\xbb\x75\xaa\xb2\x05\x50\x23\x84\x49\x75\ \x35\x03\xd9\xd7\xdf\xd5\x35\x0e\xee\x83\x02\xb1\x7f\xba\xab\x19\ \x56\xa7\xfa\x67\x67\xb7\x8e\x81\x1a\xec\x1f\x07\xf0\x04\x38\x14\ \x80\xa7\xae\xe9\xfe\xad\x59\xa8\x04\x8f\x8f\xa7\x4f\x61\xc4\x06\ \x40\xaa\xeb\x22\xd5\x4d\xc0\x86\x33\xe7\xdf\xef\x19\x8b\xff\xb5\ \xfa\xb2\xf8\x4f\xc8\xe2\x5f\x99\xb1\x16\xff\x50\xe8\xd1\xa5\x73\ \x4b\xd4\xc1\xa0\x0a\x2f\xbf\x2f\x2b\xf5\x3b\x73\x4d\x3b\x9b\x34\ \x26\xbd\x7b\xb3\x9c\x31\xb8\xd3\x5a\x3b\xdc\xbe\x3e\x37\xd6\xb4\ \xb2\x30\x30\x57\xbf\xce\x5c\xf8\x39\xb9\x33\x28\xe9\x4f\x24\x22\ \x96\xa3\x30\x55\x1e\x10\x25\x22\xa0\x44\x44\x3c\xb9\x00\x76\x75\ \x12\xea\xea\x00\x69\xc2\xa4\x03\x98\x02\xa4\x84\x94\x0e\x4d\x64\ \xd8\x0d\xa1\x78\x24\x77\x10\x26\x38\x93\x09\x40\x85\x01\x95\x05\ \x00\xec\xff\x7e\xa5\x93\x61\x03\x04\x00\x32\x32\xec\x24\xf5\x07\ \xfa\x12\x80\xd2\x2f\x12\x96\x58\x00\x36\xfc\x82\x1a\x11\xe8\x4c\ \x42\x3a\x6c\xcc\x42\x63\x88\xe9\xe9\x44\xb2\xb8\xb0\x8a\xeb\x33\ \xb3\x57\x66\x9a\x7e\xdf\x42\x5c\xbf\x65\x26\xa5\x7c\xf1\x09\x1c\ \x98\x1b\x9b\x6b\xef\xd9\xdc\x3f\xea\x6e\x3d\x19\x6d\x65\xad\x9d\ \xb5\x32\x59\xf4\x6e\x56\xc3\xef\xf5\xb1\xa5\xaf\x61\xee\x29\x1f\ \xb2\xbc\xdd\x07\x47\x58\x47\x34\x6a\xcf\x12\x95\xb5\x91\x5c\x80\ \x27\x88\x0a\x60\xc9\x68\x51\x80\x45\x04\x3c\x56\x51\x10\x8f\xc7\ \x62\x04\x05\x84\xc1\x23\x13\x44\x09\xa3\x01\xab\xc2\xa0\xf1\x68\ \xac\xa8\x28\x0a\x2f\x0c\x94\x22\x1e\xf6\xbc\x92\x48\x78\x38\xf0\ \x4c\xf4\x4f\xc7\x62\x25\xc5\x45\x45\x01\x56\x61\x50\xe2\xc2\x58\ \x0c\x86\x2c\xaa\xa0\xa0\x24\x20\x00\x63\xf0\xc4\x15\x25\x65\x64\ \x04\x81\x52\x54\x12\xd6\x7f\xa6\xfb\xfe\xb7\x9f\xae\xb0\x60\x52\ \xeb\x3c\xcd\x0e\x60\x0a\xe0\x2c\x5c\xdc\x7c\xaa\xbe\x9e\xad\xf4\ \x8d\xf2\xd5\xb3\x9a\xd1\xd1\xe5\xda\x93\x92\x00\x00\x20\x00\x49\ \x44\x41\x54\x9a\x7b\xe1\x1d\x1d\xe5\x85\xe5\x76\xf9\xd4\x42\xf3\ \x8e\x39\xa6\xe1\x83\xf0\xee\xc5\xd6\x3e\xa0\x66\xe7\x37\x8e\xce\ \x7a\xd6\x6a\x3a\x1c\x79\xad\x77\x6b\xac\x6b\xe6\x0b\x1d\xed\x36\ \x4f\x36\x5d\x54\x1f\x2c\xce\xe7\x77\x84\x77\xc8\x2b\xbb\xd1\x7a\ \xf2\x47\xf7\x57\x67\x0a\x0b\xf3\xcd\x19\xdd\x35\x34\x6a\xf9\xc6\ \xea\xd9\xcc\xc9\x0a\x78\xba\xde\x19\x3e\xa9\xdf\x12\x83\x83\x53\ \x82\xe3\x83\x12\xc1\xb9\x57\xed\xd7\xaf\x9d\x9d\x45\x4d\x93\x67\ \xd4\x95\x06\x5a\xeb\xd1\x5e\x9f\x9b\xa3\xa9\xbc\xbc\xb5\x08\x37\ \x37\xef\x3d\x3e\x0e\xd5\x2a\xae\xbb\x09\x09\xaa\x56\x9e\x72\x11\ \x56\xbe\x6d\xaa\x6e\x77\x22\x54\xef\xf2\xf0\xc8\xca\x4a\x73\x59\ \xf9\xca\xf1\xf2\x72\xdf\x15\xb9\xf5\xe8\xd6\xed\x83\x7f\x97\xab\ \x1f\x71\x48\xcf\x6b\x8b\xc9\x35\x96\x55\xf6\x9f\xc2\x8a\xfb\xc5\ \xe1\x29\x72\xa0\x1d\x4c\xc1\x50\x84\x29\x24\x71\x8a\x7d\x7c\x43\ \xae\xf5\x1d\x1c\x95\xa7\x5d\xb0\x29\xb2\xf2\xd0\xf9\xfb\xed\xb2\ \xb6\xf1\xd3\xb6\x62\x0e\x5f\xb9\xdb\x95\xcd\xa7\xc7\x17\x7f\x0c\ \x03\x92\x82\xe3\x22\x93\x6d\x6d\x5f\xbe\xb4\xb5\xd1\x78\x0e\x28\ \x96\x99\x31\x10\x81\x38\x19\x61\x14\x4a\x54\x40\xe1\xb1\x89\xb8\ \x0c\x0e\xe6\x37\xaa\xa9\xeb\x1b\xe9\x68\xe8\xa9\x29\xa9\xc8\xa0\ \x64\x64\x94\x94\xd4\x8c\x1e\x3f\x7b\xfa\xf2\x99\x99\x91\xae\xae\ \xe6\x9b\x24\x57\x4b\xe3\xcf\xf1\x49\xc9\x2f\x6d\xfd\x9c\x02\x4a\ \x1f\xe5\x5a\xf1\x84\xea\x7a\xb9\x18\x26\xa2\x24\x25\x14\x94\xd4\ \x8c\x35\x9e\xbe\xb1\x7c\xfe\xec\xcd\x2b\xbf\x64\xd7\xd7\x2f\xec\ \x6d\x02\xbe\xbd\x7e\x95\x1d\x1a\xbb\x7a\xf7\x81\x08\xcf\xed\xaa\ \x62\xad\xca\xf1\xd3\xfd\x17\x4e\xba\xfa\xb6\x49\x7e\x36\xf6\x3e\ \x9f\x7e\x2c\xac\xcf\xad\xed\x53\x69\xa7\xe7\x16\x9c\x87\x70\xd1\ \xae\x0a\x72\x2b\xa4\x9a\xc4\xcf\xb6\xf5\x42\x96\x12\x38\xdb\x56\ \x58\x2b\xed\xab\x4d\x5f\x4b\x03\xbf\xb8\x87\xbe\x0d\xf5\x88\xf9\ \x12\x1b\xe5\x1e\xfc\xde\xc7\x27\x26\x26\x2a\x28\x36\xe6\xa8\x7b\ \x47\xba\x23\x3e\xf4\x6d\x11\xef\x78\x57\xb5\x16\xc7\xfd\xb2\xb6\ \x7b\x8f\xb4\x80\x70\x3e\x3f\x67\x03\x16\xc2\xb5\x2e\x61\x09\x29\ \x69\x2d\xb3\xab\x5b\x08\xf3\xba\x60\x6f\x46\xca\x5b\xe0\xfe\x03\ \x28\x19\x97\x11\xa4\x3b\x3c\x60\x23\xd6\x77\xd8\x04\xc7\xef\x7c\ \x55\xa1\x06\xd7\xaf\xea\xd1\xc8\x34\xf4\x21\xa7\xc5\xc1\xd5\xf8\ \xf4\x7f\x46\x0e\xbb\x80\xde\x83\xfe\x2f\x0e\x56\xbe\x56\xaa\xbe\ \xb9\x0e\x5a\x0e\x7c\x77\x55\xcb\xca\xaa\x23\xaa\xfb\x91\xc5\xbc\ \x46\x88\x5b\x2d\xfd\x2d\x6d\x6d\xcd\xcd\xfd\x40\x2e\x57\x02\xdc\ \xea\x82\x9d\x08\xe3\x6d\xb0\x4a\xde\x0c\x57\x01\x01\x16\x81\x3d\ \x5a\x00\x93\xda\x9a\x9e\xee\x9a\x3d\x9e\xde\x82\x78\xb5\xb5\x75\ \x3c\x3e\xdb\x0f\xf0\x0c\x8e\x48\x4e\x43\x62\x35\xbd\x75\x0c\xde\ \x19\xe0\x05\x63\x97\xa9\xfe\xb7\xa4\x76\x5d\x4f\xbf\xe2\x4d\x16\ \x7f\xfb\xa4\x22\xa2\xf0\xaf\x61\xa3\xbf\x5d\xbd\xe0\x1d\xff\x1c\ \x6d\x37\xfd\xd8\x99\x58\x19\x18\x5e\x1d\xc9\x8b\x0d\xdc\xdf\x64\ \x2c\xad\xac\x35\xac\x95\xd6\xae\xd3\xf7\x86\xc3\x26\x18\xef\xb3\ \xe6\xda\x87\x97\x02\x8b\xf2\x7e\xd6\x96\x4e\x6e\xcc\xd0\x77\x7e\ \x8a\x16\x00\x62\x95\x5e\x52\x00\x1b\x1a\xfc\x61\xab\x54\x09\x4c\ \x7d\x2e\x00\x9a\xaf\xb7\x97\xdc\x4b\x42\xd6\x0a\x21\xdb\x4a\x07\ \xfa\x89\x4c\xaa\xab\xeb\x85\x51\xa9\x78\xa0\xfe\xea\x7e\xf5\x96\ \xf4\xf6\xf6\xd6\xa5\xc3\x39\xc2\x74\x72\x6f\x3a\xf8\x39\x30\xd6\ \xb0\xe4\x57\x1d\x00\x37\x22\xb9\x0e\xde\x9b\x4e\xc6\x03\x2e\x83\ \x85\x55\x2c\x84\xb4\x95\x80\xfd\x0a\xd2\x91\xbc\x55\x3c\xbe\x04\ \xda\xfa\xa1\x8c\x9e\x86\xd8\x7f\x0e\xd0\x70\x0a\xc8\xfc\x9c\x9a\ \x96\x99\x91\x13\x5d\xf1\x63\x70\x6d\x69\x8e\x4e\x59\x65\x32\x29\ \xbf\x29\x8c\xfd\x81\x22\x16\x93\x49\x5f\x5b\x59\x5b\x69\x7f\xfb\ \xe5\x63\x5a\x54\x58\xe7\xb6\x47\x4e\x27\x9d\xb1\xcd\x68\x2f\x9d\ \xec\x59\x5f\xf2\xc6\x90\xb1\xe0\x11\x11\x49\x02\xc2\x28\x80\x58\ \xa2\x82\xc2\xa2\x44\x34\x56\x1c\x85\xc6\xa3\x00\xd5\x42\x41\xdf\ \x18\x02\x01\x4b\x20\xa0\x30\x68\x61\x0c\xe2\x54\x0c\x84\x1f\x9c\ \xbf\x21\x61\x85\x51\xc2\x12\x28\x94\xb8\x20\x10\x8b\x64\x02\x9c\ \xce\x01\xfc\x0b\x2d\x23\xa3\xa8\x28\x21\x23\x23\x01\xe0\x4a\x5c\ \x40\x42\x01\x05\xd4\xa5\x82\xce\x4b\x27\xfd\x80\xa8\xe4\x98\x60\ \x83\x8c\xf0\xc5\xcd\x51\xda\xae\xb6\x3c\x37\x2f\x37\x07\x9c\x50\ \x37\x75\x99\xa1\x31\x1b\xba\xe7\x4f\x36\x8e\xe6\x4f\x5c\x4e\xf6\ \x56\x59\x3d\x9d\xf3\x7d\x74\xc6\xa3\x3e\x2a\x6d\x71\x94\x56\xd8\ \x17\xde\x61\xee\x28\x2d\xdf\x37\xbf\x79\x52\xae\xbc\x48\xb5\x13\ \xc9\x57\x0e\xaf\x09\x67\x6d\xcc\x58\xcf\xb3\x58\x6e\x76\x47\x33\ \xa3\x8e\x76\x2e\x1d\x7b\x34\x73\x37\x73\xb7\x8d\xbd\x93\x9a\x45\ \x6a\xdf\x6f\x1a\xe3\xe7\x0e\x63\xbd\xc9\x3d\x34\x35\xc7\x2f\x25\ \x27\xed\x4d\x72\xa6\xdf\xe7\xd8\xc8\x90\xe4\xf8\x8f\xde\xf5\x3f\ \xf2\xc0\xc7\xce\xf0\xc0\x08\x10\xfb\xfb\x94\xdd\xee\xdd\xc5\xf2\ \x7c\x6b\xeb\x47\x40\x10\x72\xc0\x6c\x26\xb9\x5c\x1e\xe9\x5c\xdf\ \x84\xb2\x5c\x4f\x38\x61\x5a\xfd\x90\xd7\xd7\x33\x37\x42\x0e\x20\ \x96\xd0\x43\xb1\x08\x29\xb9\xdb\x5c\x30\x88\xe9\x21\xef\xc1\x3f\ \xd5\xdd\xa6\x76\x35\x27\x72\x1c\xb7\x1c\x1e\x71\xcb\x6d\x5d\xc0\ \xbe\xa1\xe9\xd3\x73\x70\x70\x9d\x4f\xb1\xe7\x9d\xaf\x39\x3d\x72\ \x60\x03\x1e\xf1\x67\xb6\xaa\xea\xb6\xdc\xe9\x74\xd9\xb9\xf3\x50\ \x17\xf8\x38\x2f\x9b\xd5\x12\xbb\x27\x56\xe6\x5b\x3c\xde\xdc\x48\ \x0d\x89\x4b\xf3\x7b\x13\x60\xff\xd4\xd6\xde\xf2\xc9\xd3\x17\x4f\ \x4d\x9e\x18\x19\x1b\xab\xab\xe9\xa8\x8b\x0b\x88\x03\xcc\x52\xd1\ \x54\x52\xd1\xc1\xe1\x70\x6a\x06\x1a\x66\xfa\xba\x06\x46\x66\x26\ \x1a\x6a\x38\x19\x01\x49\x45\x9c\x86\x9a\xde\x63\x63\x03\x13\xbd\ \x27\x96\xfa\x06\x39\x31\x7e\x4f\x6c\xc0\xa7\x56\x62\x4e\xa6\x6b\ \x4a\xcc\xae\x83\xaa\x50\x8a\xe5\x1a\x6f\xf8\x1b\x45\x15\x05\x75\ \x05\x05\x23\x7d\xcb\x27\xfa\x66\x46\x36\x96\x4e\xb6\xb6\xcf\x1e\ \x3f\xb7\xf7\xfb\x96\x9c\xec\x97\xba\xc9\x7d\xcf\x8a\xeb\xb6\x95\ \xaa\x55\x71\x57\xe5\x69\x6a\xc0\x63\x7d\x27\x3f\xd7\x97\x96\x6f\ \x02\x8b\x06\x57\x3b\xc7\x46\x18\xad\xcd\xcb\xb0\x5c\xe2\x7c\xf1\ \xfd\x80\xff\xfb\x9f\x03\x8b\xd3\xa9\x0b\xb9\x53\xb6\x81\x0e\xbb\ \x47\x63\xca\x62\x7e\xb5\x61\x6e\xa7\xf3\x6b\x45\x6d\x60\xd4\x87\ \xa0\xd0\x94\x0f\xb1\x5f\xa2\x82\xe2\xdf\x7a\xf9\x7c\xf9\x90\x11\ \x9b\x9a\xb6\xb3\xb7\xc0\xba\xff\xde\xe3\x6d\x18\x43\x75\xba\xbf\ \xfa\xd6\x83\xb6\x16\x55\x9e\xd3\x29\x88\x38\x00\xb4\x10\x8a\x05\ \xbb\x41\x0e\xd9\x34\xeb\xaf\xe2\x15\x84\x25\x44\x34\x42\xbd\x78\ \x70\xb9\x9c\x08\x11\x0b\xb6\x66\x21\xd5\x43\x36\x44\x41\xd6\x7a\ \xc0\xae\xad\x83\xd3\xe9\x29\x6c\xd9\xe2\xbc\x02\x28\xfe\x43\xf0\ \x07\xb9\x5c\x52\xe3\xbc\x01\x0b\x70\xad\xb9\x0c\x1a\x55\x95\xf9\ \x46\x68\x79\x7a\xaa\x46\xe4\xca\x59\x39\xa8\x8a\xc9\x15\x57\x25\ \x44\x14\x37\x56\x22\xbd\x0a\xfd\x50\xf5\x8d\xc3\xe6\x04\x70\xa3\ \x05\x59\xf1\x1b\xaf\x6a\x04\xcc\x0a\x56\xaa\x9a\xe1\xd2\x1f\xe0\ \x51\xe3\xd3\xfd\x6d\xc8\x62\x5f\x5b\xff\xf1\x16\xd2\xf0\x3a\xdb\ \xd5\x0c\x5b\xaa\xba\xfa\xab\x80\x5e\x04\x20\x06\xde\x16\xe7\x30\ \x68\xe3\xdf\x7f\x6f\x50\xf3\xef\x1e\xb1\x6b\x4f\xd4\x1b\xb7\xae\ \xff\xf5\x9f\xb7\xb8\x74\xfe\xfa\x1f\xbf\xfa\xcb\xa1\xc9\x7f\x7a\ \x6a\x87\x57\xc6\xbe\x6e\xaf\xb4\x33\xce\x7e\xef\xac\x56\x8c\x8c\ \x51\xc2\xcb\x67\xba\x5b\x77\x87\x3d\x96\x5a\x69\x8c\xb3\x85\x2c\ \xaf\xce\xb1\xce\xfa\xf5\xb9\x98\xc0\x8f\xde\x03\x3d\xf4\x95\x5a\ \x1c\x7b\xec\x19\x16\xce\x7f\x15\x20\xe9\xcc\x30\xda\xc6\x1f\xb6\ \x1e\xfc\x22\x03\x00\xc2\x8b\xc2\x04\x0a\x38\x57\x58\xe7\x4f\x02\ \x92\xcf\x9f\x0c\x70\x0b\x0f\xd3\xbf\x7a\x61\x63\x3c\x80\x29\x20\ \xb0\x10\xf7\xf7\x5e\x40\xcf\x08\x80\x69\x15\x14\xc0\x2c\x1d\x22\ \x34\x7a\x2f\x29\xc1\x62\xd3\xfd\x89\x00\x08\x7a\x7f\x95\x40\x47\ \x53\x98\xcf\xda\x8b\xc7\xc3\x2e\x2f\x32\xf8\xd6\xff\xfb\xf5\x4b\ \x54\xf1\xc9\xf3\x97\x01\xc9\xea\xae\x39\xa9\x49\x1f\x12\x53\x7d\ \xb2\x13\x7f\xb6\x8f\xd0\xd7\x3b\xd7\x98\x2c\x4a\xcf\xf6\x70\xfd\ \xd7\xb5\xc9\xc9\xc1\xb1\xb1\x91\xd2\xe8\xa6\x89\x8a\x8a\xb0\xc0\ \x19\xca\xef\xc1\xf8\xaf\x45\x59\xd4\xdf\x3b\xfb\xdb\x2b\xab\x93\ \x23\x63\xfb\x4f\xd2\x01\x87\x03\x3f\x13\x83\x06\x34\x0a\x8f\x02\ \x18\xe5\x8f\x42\xe1\x81\x42\x14\x47\x61\x01\x16\x11\x61\x6b\x28\ \x01\x8f\x47\x89\x62\xa0\x3c\x4c\x27\x00\x6e\x05\x48\x20\x91\x24\ \x2c\x2a\x0a\x36\x43\x7b\x67\x7f\x80\x60\x04\x00\xc8\x18\x34\x11\ \x03\x3e\xcf\x71\x28\x15\x01\x19\x94\x84\x82\xb8\xb8\xb0\x38\x4e\ \x40\x14\x85\x96\x51\x73\xf2\xd3\x7b\xa2\x67\xa0\xf9\x32\x86\xbe\ \x7b\xb2\x31\x23\xcb\x32\x7d\x74\x97\x83\x43\x4c\x35\xc1\x97\x97\ \xb6\x14\x18\x14\xf8\x76\x61\x6e\x82\xba\xdf\xb0\x38\x4a\x67\x50\ \x98\xbf\x3f\xe6\xac\xd2\x3a\xa8\xf4\xdd\xdd\x3d\x17\x6a\xeb\x4c\ \xa1\x8b\xf4\xa2\xdb\xdd\x07\x42\xb2\x2e\xdd\x1b\x27\xd6\x8b\xe5\ \xa3\x85\x35\xb4\x93\x42\x73\xd3\x07\xb4\xb3\xc2\xc2\x99\x85\xdf\ \xac\x51\xb7\xd1\xa3\xbd\x6e\x59\x21\xde\xf0\x3d\x46\x03\xcd\xd4\ \xd1\xd0\x6d\x93\x79\x46\x5d\xcb\x0b\x4d\xfc\x92\x11\x95\xfa\x2d\ \x29\x34\x33\x29\x24\xd2\x35\xed\x5b\x70\x4c\x8a\xc7\xfb\xbc\x9f\ \x9f\x7e\xd4\x0e\x8f\x0c\x74\x36\x8c\xec\x30\x99\xbf\xbb\x8f\xfa\ \xc2\xc3\x0d\x95\x65\x79\xee\xdc\x92\x83\xc9\x99\x0e\x11\xaa\xa6\ \x52\x70\xe2\xab\x0c\xce\x79\x35\x3e\x10\xf2\x75\xb8\x27\xe5\x79\ \x3b\xf7\xb6\x98\xf6\xe8\x43\x39\xab\xdb\x52\x62\x72\x5c\xf7\x78\ \xa4\x6f\x6f\x39\x3f\xa4\x76\x18\xda\x69\x0b\x9d\xcc\xdf\xeb\x36\ \xe5\x4d\x98\x3d\x3d\x05\x9f\xb9\xa7\x87\xc7\xb3\x07\xe7\xd0\xf2\ \xf8\x3b\xe4\xf5\x6c\x82\x8f\xd8\xc9\x1c\x22\xc3\x73\xfd\x2e\x76\ \x7d\xa7\xfd\xd3\x07\x16\x43\x17\x5d\x56\xca\x52\x3c\x8e\xf7\x79\ \x61\xd3\xf3\x6c\xc4\x60\x5c\x8e\xeb\x8b\x67\x96\xaf\xfc\xec\x9f\ \xda\x3c\x37\x78\x6c\xff\xcc\x4c\xdf\x4c\x43\x5d\x47\x49\x05\xa7\ \xa0\xa9\x28\x2e\x23\xac\xa4\xa9\x8b\x53\xc7\x09\x28\xa9\xa9\xe9\ \x69\x1a\x99\x68\x6a\xe8\xe9\x1a\xe8\x29\x49\x2a\x02\xcc\x52\x50\ \x03\xe4\x4a\xef\xd9\x4b\x4b\x3d\x5d\xb3\xb8\xa0\xb8\x67\x4f\x9f\ \x27\xbf\x4d\x8b\x4f\xca\x70\x67\xdd\xb3\x92\xcf\xce\xac\x91\x73\ \x33\x93\x10\x97\x50\x92\x51\x57\x57\xd4\x31\x78\xac\x61\x60\x6c\ \x62\x69\x6f\x6f\xfb\xec\x45\x9c\x5f\xdc\x1b\xdb\xa4\xb3\x3b\x42\ \x09\x6d\x62\x62\xaa\x1c\x09\xcd\x77\xca\x1a\x6d\x33\x2c\x4d\x02\ \x92\x5f\xd9\xda\x3c\x6f\x6f\x0a\xee\x6c\x1f\x5c\xa7\x9c\x2e\x17\ \x43\xe5\x32\x05\x3f\xf8\xc7\x8f\x2f\x96\x4f\x4f\x7d\x4d\x73\x01\ \x5a\x58\x5c\x8d\x43\x5a\x38\x47\xac\xae\x0d\x8c\xb5\x4f\xd6\x46\ \x83\x23\x22\xc3\x3b\x26\x26\xf6\x43\x5a\x5a\x86\x77\xf0\x97\xc4\ \xb7\x19\x99\xa9\xdf\x7a\x64\x47\x37\x7c\xcf\xc2\xdc\xbd\x7d\x68\ \x65\xb3\xcd\x62\xf7\x1b\xbb\x1c\x8a\xa7\xce\xd9\x80\x05\x7e\x0e\ \x72\xce\x3e\x41\xd6\x75\x70\x3e\xc4\x66\x5d\x87\x97\x58\x76\x00\ \x0b\x83\x07\x16\xce\xfc\xc8\x2e\x17\xe7\x07\x17\x7f\x96\x0f\x2f\ \xf7\x47\x20\xea\x00\x00\x18\xac\x5e\xb3\xcb\x41\x7f\xfe\x40\x5f\ \xd2\x9b\x36\x07\x80\x71\xe7\xfc\x37\x0e\x35\x37\xde\xf0\xc7\x65\ \xc5\xbe\x09\x11\xbe\xb9\x09\x56\xe0\x2d\xe8\xe0\x20\xe5\x0b\x4d\ \xad\x72\x73\xb5\x7c\xab\x8a\xcb\x2a\xab\x00\x38\x1d\xcf\xce\x42\ \xf0\x69\x69\x6b\x6e\xeb\x6a\x06\x84\xa9\xad\xaa\xe5\x78\xbc\x65\ \x7a\x16\x90\x2f\x20\x0d\xab\x5a\x20\x7d\x02\x62\xb0\xab\xb9\xad\ \x6d\xbc\xa5\x0d\xb0\xd3\xe3\xd9\x2d\x70\x82\x30\x36\x3d\x0e\x9b\ \xd4\x8f\xff\x1c\x02\x96\x0d\x90\xea\x0a\xaa\xfe\xb7\xa1\xf5\xba\ \x84\xce\xf9\x57\xd6\xcf\x55\x41\x9d\xf3\x3f\x65\xab\x9b\xd0\x45\ \xfe\xeb\x14\xc6\x4b\x90\xfb\x67\x65\x20\xef\x5d\xd3\x02\x85\x99\ \xf7\xf3\x8c\x3e\x9a\x4f\x61\xce\xb0\x9a\x06\x7e\x74\xee\x2f\xd4\ \xfb\xbc\xfb\x3a\xd9\x7a\x64\x3a\x5f\xeb\xe3\x11\xed\x35\x48\xcf\ \xcb\x48\xac\xff\xea\xf1\xa9\xe8\xab\x11\x8c\x4d\xfd\x85\x2c\x11\ \xf6\x22\xd6\xeb\x48\x0b\x3a\xb1\x84\x5c\x40\xa8\x03\x67\x25\xe0\ \xe8\x06\xcc\x8b\x48\x82\x4d\x4b\x84\xba\x5e\x7f\x64\x7d\x10\x0b\ \x0b\x5a\xe9\x90\x91\xfd\xea\x2d\x80\xf9\x12\xa2\x64\x7c\x7a\x6f\ \x41\x1d\x1c\x0f\x24\x95\x90\x08\x44\x0c\xd0\x83\xe9\x30\x5a\xc7\ \x1f\x30\xb6\x74\x22\x8c\x53\xae\xab\x4b\x2f\xa8\x23\x91\x61\xc2\ \x03\x12\x6c\x41\x02\xc8\x51\xe2\x4f\x12\xd0\xb4\x31\x49\xce\x8c\ \xd3\x7c\x16\x92\x93\x91\xf2\xf9\x4b\x4e\xf0\xcf\xac\xfa\xb1\x91\ \xed\xce\x39\x26\x83\xb1\xd4\x34\x92\x37\x58\x3f\x51\x1f\x5c\x1a\ \x3d\x57\x9a\xf4\x93\xb1\xda\x30\x58\xbb\x78\xe4\x95\xe5\x35\xc7\ \x2c\x1d\x59\x9b\x18\x64\xcc\xef\x94\x96\xd6\xd3\xa3\x31\x58\x0c\ \x80\x2c\x2c\x8c\xc6\xc0\x63\x50\x28\x38\xd6\x8c\x26\x88\x02\x00\ \x13\x00\x08\x86\x46\x61\x48\xa2\x82\x04\xac\x20\x46\x14\x48\x47\ \x14\x0a\x83\x17\x05\xfb\x11\x30\xa2\x44\xe8\xa0\x4a\x24\x94\x00\ \xec\x24\x03\x0d\x4b\xc0\x60\x49\xb0\x9d\x54\x50\x40\x50\x42\x58\ \x42\x46\x51\x52\x42\x46\x40\x58\x50\x1c\x27\x23\x28\xa0\x28\xa3\ \xf9\xe6\x85\xd9\x53\x25\x9c\xa0\x44\xd4\x2e\x75\xb3\xd0\x4e\xdb\ \xcd\x9a\x47\x4c\x4e\x4e\x2a\xa2\xda\x73\x9e\xd6\xb1\xff\xbe\x9d\ \xc1\x08\x7c\xdf\xb0\xcd\x9c\x5b\xa5\x74\x50\x3a\x6b\x83\xdc\xe7\ \x7e\x3f\xb4\x0a\x2f\xdf\x65\xd5\x6c\x96\x2b\x97\xcf\x8c\xb6\x6e\ \x70\x85\xcf\xdf\xe2\x09\x5f\xdc\x35\x0c\x2f\x77\xec\xe9\xa8\xe9\ \xee\xb0\xdb\x5d\xdc\xdc\xa3\x6d\x76\xec\xec\xd5\x94\x2f\x1e\x9d\ \x9d\x6c\x18\xba\xec\xf6\xcc\x9f\xe4\xb5\xcf\x31\x6a\x28\x1e\x1e\ \xf4\x89\xd0\x98\xb4\xec\x9c\xd8\xe4\x80\xc8\xf8\xe0\xe0\x6f\x4e\ \xb1\xc9\x4e\xd9\x51\x5e\x29\x3e\x1e\x9f\xda\x17\xd6\x27\xe9\xeb\ \xb5\xc3\xab\xeb\x63\x6b\x74\x4a\x2b\x65\x3e\xdc\xc5\xd4\x9c\xfb\ \x0e\x2f\xec\x63\x75\xb0\x02\x50\x25\xcb\x53\x09\x13\x55\x1a\xbb\ \x5a\xaa\xaa\x38\xa4\x7d\x23\xe4\xa4\x3c\xef\xa9\x56\x97\x69\x69\ \x1b\xde\xe6\x93\x12\x13\xd3\x02\x88\x75\x8f\x57\x64\xfa\xdf\x56\ \xba\xdb\x43\x53\xc3\x7c\x69\x6d\xe5\x2a\xea\x89\xd8\x74\x55\x0b\ \xc7\xc3\xe3\xe2\x88\xe9\x83\xe5\x21\xd8\x4c\xfa\x7d\x0a\x41\x2c\ \x8b\xef\xc8\x41\x09\xcb\xcb\x7f\xc0\xe1\x93\x70\x67\x53\xda\xa1\ \xf1\x14\x4e\xf2\x34\x4a\x3d\x7c\x18\x2e\xdf\xf1\xa0\xb2\x2b\xa2\ \xb2\xb8\x3d\x24\xc7\x29\xce\xe9\xb9\xfd\x1b\x5b\xfb\x67\x26\x8f\ \x0d\x6c\x8c\x0d\x8c\x2c\x75\x0d\x74\xd4\x55\x34\x55\x74\x74\x70\ \xba\x0a\x4a\xba\x46\x66\x4a\x92\xe2\x12\x0a\x00\xc5\x14\x70\x8a\ \x9a\x6a\x38\x4d\x4d\x1d\x03\x35\x09\x9c\x82\x80\x22\x4e\x45\x57\ \xc3\xd8\xe6\xd9\x63\xcb\x67\x36\xdf\x6a\xd3\x5e\xc7\x7e\x4c\x8c\ \x8f\x4a\x74\x1f\x68\xe5\xf0\xd4\x0e\xf1\x79\x68\xc5\x34\x32\x30\ \x50\x54\x92\x14\x96\x94\x54\x31\x52\x33\xd2\xd3\x7b\x66\x60\x62\ \x6b\xfb\xd8\xe6\x45\x40\xc0\xe7\xe4\x8f\xa6\x3c\xf7\xaa\x9a\xad\ \xee\x73\x88\x8d\x73\xf5\x75\x99\xeb\xfb\x58\x26\x27\x3b\xbd\x7a\ \x65\x1b\xb0\xb3\xf6\x29\xaa\x7e\xad\xa7\xed\x9f\x3f\x7f\x90\xd5\ \xb8\xa9\x8b\x73\xce\xa1\x0b\x8b\xef\x7f\xa4\xaa\xe4\xf8\xb6\xa6\ \xc0\xd3\xe2\xe7\x67\x77\xc2\xf2\x1f\x1c\xd1\x97\x56\x96\x7e\x14\ \xe5\xb9\xbf\xf5\x8a\x79\xe7\x11\x9f\x11\x9a\x93\x98\xf3\x25\x38\ \xe5\x4b\x76\x4a\x62\x5a\xd2\x7b\x1e\x0a\x8b\x4b\xfb\x6b\xb4\xfb\ \xfb\x3c\x91\xe6\xae\x08\xad\xaa\xe6\xb2\x8b\xa9\xab\x02\x16\x84\ \xa8\xc3\x2b\xcc\x82\x68\x65\xc1\x7f\x7e\x0e\x5f\xad\xf3\xf3\x21\ \x84\x7e\x1d\xb0\x59\xd8\x01\xff\xbf\xdf\xd9\x08\x36\x74\x70\xd9\ \xd9\x80\x64\xda\x43\x4d\x08\x94\xe2\xe1\xc5\xf9\x75\x0d\x1e\x68\ \x2f\xe7\x6b\x58\x72\x3e\xfc\x03\x08\x0e\xff\x8d\x48\xbc\x1e\x9d\ \xfe\x8e\x8c\xfd\x79\x26\x78\xfa\x02\xf1\xaf\xea\x90\x90\x90\xe0\ \xe0\x6b\x05\xd7\x0a\x23\xaa\x1b\x9b\x1b\x5b\x60\x1d\x1d\x0a\xbc\ \xd3\xd9\x69\x76\xf3\xc2\xf4\x74\x33\xb8\xab\x79\x7c\xba\x05\x99\ \xa6\xe9\x1a\x07\xdb\x81\x06\x9c\x9e\x9d\x6d\x6b\x9b\xee\x82\x1d\ \xe9\xe3\x00\xe1\xe0\xe4\x36\x9c\x8d\x3c\x98\xfa\xce\xff\x2f\xbb\ \x56\x75\x55\x5d\xfb\x6f\x4c\xc6\x4d\x9c\x8f\x05\xbb\x44\xc5\xbe\ \xca\x79\xcd\xb2\xd8\x84\xca\xe2\x7a\x61\x93\xf3\x2a\xe9\xfa\x0a\ \xb0\xae\x3a\x39\xfe\x19\xd8\xa6\x0f\xd4\xff\xfc\x94\x14\x10\xdb\ \xf4\x75\x37\x7c\xa3\x9b\x56\xde\x5e\x34\xb2\x5a\x5b\x51\xd4\xbe\ \x3e\x46\x5f\x58\xe9\x61\x50\x7a\x3a\xc7\xea\xc7\x18\x8c\x06\xc6\ \xef\xc9\xe1\xb5\xa6\x60\x4d\x38\xbb\x0c\x9d\xaa\xea\x60\xe2\x73\ \x09\x19\xf6\x1d\x90\xfd\x61\xa6\x17\x10\x7c\x10\x58\xf0\xb0\x64\ \xde\x0b\xb4\x22\x4c\x9e\x20\x43\x22\x06\x14\x5f\xc9\x2f\x70\xbd\ \x0e\x4e\x20\xf6\x16\xa4\xd7\xfd\x02\xb2\x10\x28\xc7\xba\x5f\x25\ \xd0\x3a\xab\xb7\x84\x80\xc1\xc3\x89\xc1\x74\xa0\x29\xe1\x5d\x75\ \x44\x3c\x12\xbd\x03\x8d\xfc\x7a\x4b\x10\xc8\x03\xa0\x07\x7e\x17\ \x91\x8c\x25\xe1\x74\x35\x6d\x93\x3e\x06\xe9\xeb\x65\xc4\xa6\xe5\ \xc4\x07\x65\x84\x66\x55\x8c\x0c\x0c\x0e\x4f\x0c\x36\x8c\x34\x05\ \x7a\xbf\x8b\xf7\x8a\x1e\xa0\x18\x8a\x2c\xb2\x96\xbe\xae\x4f\x16\ \xfd\xf0\x48\xfd\x18\xf4\x29\xde\x6b\x7d\xbb\x76\x90\x45\x99\xab\ \x5f\x59\x9f\x63\xae\x2e\x79\x09\x10\x00\x61\xf2\xc7\xa2\xd0\x58\ \x92\x3f\x40\x1c\x0c\x06\x03\x1e\x8f\x00\x46\x10\x8f\x16\x86\x6b\ \x84\x78\x02\x06\x43\xc0\x62\xf0\x04\x12\xa4\x60\x44\x22\x1a\x8f\ \x27\x63\xa1\xf3\x84\x7f\x2f\x89\x0c\x9e\x31\xa0\x83\x24\x82\x3f\ \x09\x4b\x16\x15\x25\x63\x64\x14\x24\x71\xe2\xe2\x32\xe2\xc2\x38\ \x09\x01\x71\x09\x01\x19\x49\x00\x5a\x92\x4a\xc6\x21\xdf\xdc\xc3\ \x9e\x2b\x49\x90\x14\x47\x8e\xf2\xb5\x45\x58\xe6\x22\x3c\xb7\x3c\ \x23\x22\x8a\xad\xa4\x9a\x1a\x46\x77\x5d\x3a\x5c\xdc\x36\xe9\xd1\ \x9f\xa8\x8c\xe1\x91\xf6\xac\x6d\x16\xab\x9b\xb6\xa8\xea\xdb\xc7\ \x9c\xa9\x59\x60\xb9\x39\xba\x94\x5b\xcb\x9b\x87\xcb\xd2\x00\x24\ \xf1\x76\x98\x76\xcc\xcc\x33\xf7\x3a\xfa\x0a\x37\x5a\xe7\xe7\xf7\ \x36\x0b\x5b\x69\x8e\x1b\x7d\xf2\x34\xc6\x62\xcf\xea\xe8\x19\xeb\ \x37\xa3\x28\x3e\x29\xd5\x3b\xf3\xb9\x6b\x5c\x40\x72\x76\x4a\x64\ \x5c\x5a\x52\x46\x62\x7c\x66\x46\xac\x5f\x80\x5f\x48\xe8\x07\x8f\ \xe8\xb7\x6f\xbd\x07\x1a\x26\xdb\x77\x18\xc3\x4b\xbf\xb7\x27\x27\ \xd6\xa9\x94\xd1\xd6\xbe\x99\x7c\x6d\xf9\x87\x42\x77\xe5\xe4\xf8\ \xe4\xe0\xa8\x2a\x9f\x79\x59\x73\x84\x03\x74\xf0\x68\x6c\x2b\xbe\ \xa3\x9a\xe0\xe0\x50\x6d\x75\x27\x22\xa1\xb8\x58\xec\x3e\x97\x94\ \x83\x9c\x96\x83\xd6\x6d\x8e\xdb\x52\xca\x8d\x5b\xed\x83\x85\x3c\ \x22\xe6\xd2\xd6\xe1\xdc\x1b\x67\xb4\xf0\x79\x91\x6a\x07\x87\x79\ \x97\xc6\xd3\xe3\x0b\x76\x30\x3d\x7c\x0f\x4e\x81\xe3\x0f\xf6\x6c\ \x23\x8a\x66\x76\xfc\xe2\xb4\x4c\x3b\xfc\xa1\xd6\xe9\xf1\xf2\xe1\ \x56\xe3\x9d\x5b\x8f\xb8\x84\xa4\x1d\xb5\x1a\xbb\x12\x6e\xef\x87\ \x24\xfb\x85\x84\xbc\x79\xf1\xc2\xd2\x06\xa8\x42\x0d\x7d\x4d\x25\ \x83\xc7\x70\xf2\x46\x5d\x41\x49\x42\x41\x45\x45\x47\xc5\x00\xa7\ \xa7\xa0\x24\x29\x03\xb8\x92\x82\xb0\xa2\xa4\x82\x92\x92\x82\x8c\ \xba\x81\x9a\x92\x82\xa4\x80\xb8\xa4\xba\xae\xba\x91\x9e\x86\x91\ \x9e\xad\xd1\x63\xf7\xb0\xcf\x91\x1e\xd9\xf1\x39\x51\x45\x74\x37\ \x0e\x07\xeb\x80\x25\x29\xb1\x40\x83\x57\x2f\x2d\x0d\x34\x95\x60\ \x1d\x0b\x67\xa4\xa7\x6b\xa4\x67\x69\xff\xe2\xcd\xab\x27\x8f\xed\ \x3f\x27\x7f\x5b\x92\xbe\xab\xa5\x95\x20\xcd\x51\x5d\x66\xce\x7b\ \x9a\xf7\x26\xea\x55\x8e\x9f\xed\x9b\x17\x36\x19\xbf\xcf\xe6\x7c\ \x7e\x8e\xc9\xf3\x3b\x6f\xe5\xc2\x06\xf2\xa9\x03\x20\x09\x91\xde\ \xcb\xa9\xf3\x7e\x6e\x2d\xab\x03\x18\x0f\xfb\xfd\x00\x81\x2c\x67\ \x21\xc6\xc4\xfa\x58\xed\x40\x60\xa9\x87\xcf\x5b\x9f\xe0\xd8\x94\ \x2f\x69\xf1\x3e\xb1\x89\x39\x89\xdf\xfc\xd2\xd2\x02\x62\xb4\x99\ \x4c\x65\xcf\xb5\x3c\xaf\x1f\x6f\x19\xb7\x5b\xda\x72\xab\x9b\x4f\ \xa7\x86\xe0\xeb\xc3\xe6\x53\x08\xd7\x82\xb7\x10\x3a\x75\xc0\xf9\ \x1d\x41\x28\x18\xe4\x01\x31\x0b\xb6\xe1\x22\xa8\x76\xee\x6c\x01\ \x1d\x69\x20\x80\x0d\xc1\xf6\xd1\x4b\x3e\x06\x33\xc2\xe0\xb8\xce\ \xe1\x15\x4a\x21\xbb\x20\x47\x3b\x1b\xc1\x0e\xb7\xc0\x67\xc3\x90\ \xc5\x35\x5e\x21\x00\x82\x08\xac\xa1\xd9\x88\xe2\xb2\xb2\xaa\xdc\ \xca\xe2\x5c\x2b\xd8\x38\x9a\x50\x16\xe1\x90\x50\x5c\x96\x9b\x5b\ \xd6\xd6\x32\xdd\x55\x59\x5d\xd6\x05\x00\x08\x4e\x08\xb1\x3d\x24\ \xfa\xa7\x61\xf7\x67\x65\x4b\x0b\x50\x85\xd3\x80\x7d\x01\x18\x83\ \x4d\x54\xd0\x94\x1e\xe0\x19\xdc\xa1\x6b\xfa\xf8\x0f\x6c\xa9\xe2\ \xbf\x22\x55\x57\xcb\x95\xff\xa3\x01\xaf\x0d\x52\xff\x0a\xcb\xe0\ \xbf\xa9\x4d\xdd\x5c\x5e\xf3\xaa\x2b\xa0\xb2\xe0\xbf\xa9\xcc\x5f\ \x42\xaf\x05\xff\x3f\x9d\x03\x4c\x96\x77\xd3\x44\xf4\x8f\x91\xc9\ \xc9\x86\x93\xee\x11\x20\x99\xd6\x4e\xb4\xa9\x6b\xed\x2b\x9b\x1b\ \x3d\x5f\xea\xa9\x0d\xc3\xf4\xfd\xce\x75\xfa\xda\xc4\x0a\x95\xd2\ \x54\xba\x3a\x19\x85\x45\x2c\x1a\xd2\xa1\x23\xcc\x2f\x18\xcd\x5c\ \x07\x67\x6f\xd0\xe9\x10\x56\x00\x2f\x82\x44\x08\xee\x00\x58\x11\ \x40\x1e\xb2\x28\xec\xd9\xaa\xeb\x4d\xf7\xaf\x83\x89\xcf\x40\xd1\ \xc1\x84\x68\x70\xde\x0b\x38\x58\x09\x0c\x1f\xac\xeb\x25\xa6\xff\ \x4a\x47\x61\x0b\x80\xe6\x03\xf7\xf8\x17\x14\xc0\x41\x44\x2c\x16\ \x96\xc2\xfc\xfd\xc1\x1d\x25\x00\xa4\xfc\x11\xc2\x05\x33\xa4\xc1\ \xb7\x29\xaa\x69\x98\xd9\x87\x84\x3c\x77\x4d\x4e\x7e\xf5\x21\x31\ \x31\xd4\x2b\xd9\xab\x7d\x78\x8d\x3e\x91\xb7\x3f\x1c\xed\xfe\xa9\ \xa9\xdd\x27\xc3\x6b\x4f\x4c\xdb\xe5\xf7\x3e\x93\xda\xb7\x19\xdd\ \xce\xe8\x19\xab\x6d\x9f\xdb\xdf\xdf\x8f\xde\x6f\x18\xae\xa8\x5f\ \x02\xd0\x3b\xb9\xa0\x44\x20\x89\xa2\x89\x58\x61\x41\x02\x1a\x8f\ \x94\xda\x30\x00\xba\xf0\x58\x01\xbc\x80\x24\xcc\x41\xc5\xa3\xd1\ \xa2\x04\x58\x88\x27\x61\x05\x45\xd1\x00\xb4\xc0\x33\xc4\x60\xc8\ \x80\x51\x01\xc0\x24\x92\xd3\xd1\xd0\x86\x82\x04\x45\x22\x16\x2f\ \xa1\x00\x0e\x29\x51\x71\x19\x00\x55\x0a\x32\x12\x92\x4a\x80\x16\ \xa0\x24\x24\x70\x4f\x5c\xed\x63\xdf\x07\xc7\x66\xb8\xbe\x9a\x2c\ \xef\x33\x54\xa6\x2a\xdf\x7f\x70\xe7\xb6\x55\x82\x67\x02\xcf\xdc\ \x0a\x63\x3e\x3c\xfc\x68\x87\xa5\x6d\xb7\xc2\x58\xfd\xbd\x7a\x52\ \x33\xb1\x48\xa3\x52\x6b\xc2\xef\x4a\x87\x6b\x2b\x33\x2b\x1c\x99\ \x1d\x7c\xda\x0f\xcc\x57\xb4\x5d\xf2\x37\x98\x2e\x22\x6e\x8b\x35\ \x35\xe1\x86\xf9\x85\xf3\x47\x85\x35\x8b\x33\x27\xb4\xd1\xbe\x0e\ \x16\x93\x72\xb6\xc7\xec\x61\xac\xd2\x1b\xbe\xa6\x26\xb9\xa6\x64\ \x86\x64\xbe\x8c\x7b\x19\x90\x99\x99\x93\x93\x96\x9d\x92\x1d\x97\ \x99\x13\x17\x1a\x92\x9d\x94\xf2\xd1\xfd\xed\xfb\xe8\xb7\xf5\xfb\ \x93\x13\x0b\x3b\x13\x93\x73\x0d\x0b\x03\x3b\x6b\xdb\x3d\x2c\x5a\ \xeb\xc6\x89\x69\xbe\xd0\xa3\x87\x7c\x7c\xb7\xee\x59\x59\x39\x24\ \xe4\x3e\xb2\x6a\xc9\x2d\x6e\x01\x70\xd5\xd6\x56\x75\xcf\x37\xc1\ \x4a\xab\xda\xf7\xb6\xa7\x43\x75\x4b\x15\xcc\x77\xf2\xd5\x92\xd2\ \xf2\xe4\xbb\xab\x2a\xe6\x78\xff\xee\xe0\x00\x4d\x96\xfb\xe1\x03\ \x37\x37\xd3\x8e\x8e\xbe\xbd\x23\x73\xd3\x3d\xaa\x61\x9b\x56\x0b\ \xf4\x1e\x80\x8b\x85\xfc\xb0\xd2\xbe\xbc\x75\x0a\xa4\x60\x5b\xd9\ \x31\xec\xe3\x6e\x9e\xfd\x93\xf0\x48\xd5\xd7\x77\xb6\xff\xe2\xe0\ \x58\xcc\x70\x37\x9c\xe7\xa1\xf6\xbd\x84\x96\x36\xdf\xed\x80\x37\ \x4e\x2f\x5e\xd9\x3e\xb3\x37\x50\xd1\xd7\xd3\xd7\xd0\xd1\xd0\x07\ \x18\xa5\xa1\xa2\xa0\x86\xd3\xd0\x51\x92\x94\x40\xc9\x28\x89\x0b\ \xe8\xa8\xe9\x2a\x00\xa2\x24\x00\x34\xb7\xb8\x02\x78\x59\x55\x34\ \x35\x71\x4a\x4a\x8a\x12\x12\x3a\x3a\x92\x0a\x80\x70\xe9\x68\xaa\ \x69\xd8\x46\xfb\x38\x25\x7a\x64\x06\xc4\x47\x33\xf2\xef\x25\x2c\ \x46\x76\x94\x49\x07\xd8\x7c\x76\x7d\x61\x62\x66\xa2\x23\x2e\xae\ \xa3\xa6\x67\xa4\xa3\x61\xf4\xd8\xf6\x99\xa5\x8d\xfe\x4b\xd7\x37\ \x71\x49\xbb\xda\xa6\x85\x77\x6e\x09\x25\x54\xe5\x4b\xe7\xb6\x3d\ \xf9\x96\x11\xf0\xd2\xd6\xd5\xde\xd6\x26\x94\x41\x6d\x08\x1c\x9e\ \x19\x72\x76\xbe\x28\xe6\x47\x2c\xe8\x2f\x67\x22\xe1\x51\xf3\xfd\ \x74\x76\xeb\x9c\x73\xf9\x90\x13\xba\x51\x00\x2a\x51\xb9\xb4\xb2\ \x3e\xf8\xb3\xe8\xd3\x8f\xa8\x8f\xee\x61\xee\xf1\x5e\xc1\x51\xa1\ \xee\xb1\x49\x89\x39\xc1\x9f\xbf\xe5\x7c\xa9\xd7\x9e\xa7\x6c\x24\ \x94\x17\xb9\xbb\xbf\xab\x98\xf1\xad\xac\x6c\xec\x3a\x9f\xba\xa2\ \x54\xe7\xe7\x57\xe7\x97\x75\x29\x38\xd9\x74\x0e\x5b\x43\x90\xee\ \x36\xc8\x53\x11\xd8\x82\xf6\x3b\x43\x08\xd3\x82\x25\xc2\x83\x3f\ \x7f\x96\x11\xd2\x0a\xf7\x98\x3a\x38\x5c\x86\xa6\x3e\xec\x99\x68\ \x67\x0b\x88\x7b\x53\x80\x79\x0c\x4d\x21\x90\x75\x00\x0d\x20\x10\ \xf1\xc8\x79\x25\x0a\x2f\xdb\x1d\x9c\xff\x5d\x2e\x2e\x2b\xae\xae\ \x2a\x8b\x80\x7e\x2d\x55\x55\xb9\xb9\xbe\xbe\x30\x13\x22\x37\x37\ \xa1\xb8\xad\xab\x32\x37\xb7\xad\x65\xf6\x78\xf6\xf8\xf8\x0f\x32\ \xd8\x08\x20\xaa\xa5\x11\x80\x16\x10\x84\x8d\x5d\x5d\xc7\x5b\x5d\ \x40\x2d\xb6\x4d\xcf\xc2\x51\xc0\xae\xf1\xf1\xd9\xd3\x0b\xd8\xaa\ \x80\xe8\x3f\x00\x56\x9c\x37\x8d\xea\x9c\x37\x15\x7f\x7e\xce\xcb\ \x24\x58\xfe\xbf\x6c\xba\x6e\x56\xfe\x2e\x49\x94\x85\xc5\x65\xd7\ \xd5\x75\x81\x0b\x0e\x4c\xfc\x7f\x78\xc6\x79\xdd\x98\xf5\xcf\xd7\ \xe8\x41\x1a\x8b\xb2\xb9\xd7\x4a\xdd\x75\xdc\x89\x4a\xc9\xc9\xf2\ \xca\xaa\xef\xa4\xec\xb1\xa2\xeb\xb7\xfb\x3a\xbe\x86\x6d\x77\x86\ \x85\x75\xae\xfc\xdc\x5e\x5a\x9f\x60\x31\x9a\x7e\xfe\xd8\xff\x88\ \x29\xf8\xbf\x3a\x48\x94\xa0\x51\x55\x5d\x5d\xef\x2f\x98\x79\x83\ \xc5\xc2\xb6\x2b\xa4\x8d\x34\x3d\xdd\xbf\xa0\x17\x0e\x32\x93\xea\ \x7e\x11\x31\xe0\xf0\xee\x2d\x28\xf0\x2f\x20\xe2\x49\x30\xce\xbe\ \xe0\x57\x3a\xb1\x84\xf0\xab\xb7\x84\x54\x42\xc6\x8b\x92\x60\xd7\ \x42\x2f\x2c\x53\xe1\x01\x3a\x81\x3d\x49\x97\x73\xcf\xd0\x01\x1e\ \xba\xcf\x10\x61\x8c\x6a\x3a\x32\xbf\x53\x00\xfd\x94\x4b\xf0\x00\ \xb1\x30\x9a\x66\x66\xcf\x9f\x3b\x45\x7e\x7b\x19\xe2\x17\x9a\x1a\ \x15\x56\x91\x1c\xda\x39\x38\xd6\xc0\x98\x5c\xa5\xac\x9e\xd1\x8f\ \xee\x36\x3d\x8b\xff\xba\x5a\xde\xd0\x79\xb4\xb8\x7b\x12\xbe\x58\ \xd3\xd1\xdd\x7a\x62\x57\x4e\x5b\x5f\xa2\xf7\x2c\xac\x52\x26\x18\ \xbf\xf7\xdf\x31\x67\x92\xd0\x30\xf7\x46\x14\x05\x70\x09\x66\x26\ \x12\x30\x04\x41\x61\xbc\x3f\x49\x54\x58\x10\x1c\x17\x82\x58\x14\ \x10\x8b\x78\x51\x51\xa0\x0b\x45\x31\x68\x12\x50\x8b\xe0\x11\x10\ \x21\xe9\xc2\x93\xa0\x47\x0e\x16\x3c\x72\xc0\xbf\x30\xb0\xe5\x01\ \x2b\x20\x81\x52\x11\x17\x16\x56\x14\x16\x10\x56\x50\x54\x50\x50\ \x57\x54\x94\x50\x51\xc0\x69\xbe\x7c\xac\xa1\xa9\x67\x84\x7b\xf9\ \x89\xb2\xda\x3a\xaf\xbd\x58\xc8\xfb\x90\xe7\xee\x6d\xcf\x6a\xcf\ \x08\xea\x3e\x95\xc1\x58\x39\x5b\x69\x30\xcd\x3f\xb2\xeb\xd9\xa6\ \xd1\x47\xad\x69\x0c\x3b\x17\x9e\x9e\x23\x79\x3b\xca\x6d\x55\xeb\ \x25\xe6\x89\xe3\xfc\xef\x72\x69\x65\xed\x07\x22\x7b\xdd\xe1\x0f\ \x5d\xc2\x79\x1f\xf1\x70\x69\xb7\xba\xd9\x99\x9a\x2e\x3a\x6a\x87\ \xd7\xec\x74\xe7\x47\x2f\x0d\x30\xd7\x99\xf9\x4b\x83\xef\x03\x22\ \xd3\xe2\x22\x5d\x93\xd2\x22\x53\x5d\xdf\xe4\xc4\xc4\xa4\x66\x67\ \xa7\xa6\x64\xc4\x7f\xcb\xf4\x08\xfa\x10\x1b\x13\xff\x21\x35\xf8\ \x53\xc5\xfa\xd8\x12\x85\xbe\xcf\x60\xac\xee\xff\x5e\x5d\x65\xae\ \x33\x1a\xe8\xd4\x99\x3d\xbb\x3e\xc0\xe2\x6e\xdd\xe7\xe2\xe2\x13\ \x93\x93\x72\xd0\xe2\x2e\xae\xae\xae\x6c\xac\x6a\x06\x6f\x64\xad\ \x88\xea\xdb\x7c\xb9\x55\xb9\xaa\xb9\x11\x2d\xfd\xd5\x11\x72\xdc\ \x1c\x9e\xaa\x0e\x55\x30\xec\xe4\x6e\xf9\xa3\x7b\xf4\x68\x8a\xfc\ \xad\x07\x22\x42\x86\xb2\x1d\xe5\xe1\x6e\x1b\xbc\xf9\xdd\x0e\x5c\ \x1b\x86\x55\x2d\x5a\x7f\x96\x97\x01\xb9\x3a\xbf\x00\x97\xfd\x72\ \x65\xe3\x5a\x09\xb2\xa6\x11\xcd\xd3\xa7\xfd\xfd\x65\xcd\x56\x7c\ \x3c\xbf\x3d\x9a\x0a\xfb\x0f\xc7\x55\x67\x46\x79\xf8\xee\xf0\x02\ \x99\x54\xd9\x6a\xe6\xf4\xda\xe9\xb1\xcd\xb3\x67\x3a\x6a\x1a\xea\ \x6a\x46\x2a\xfa\x26\x38\x75\x1d\x63\x23\x4d\x35\x5d\x5d\x0d\x1d\ \x9c\x02\x4a\x40\x5c\x51\x50\x46\x57\x07\x07\xae\x83\x97\x55\x58\ \x42\x49\x51\x41\x11\x87\x53\x54\x53\x53\x50\x52\xc4\xc9\xa8\x48\ \x0a\x28\xe8\xaa\x28\x29\x28\x2a\xa9\xbd\x0e\x8b\x4a\xfe\xe8\x91\ \xf2\xed\x13\x23\x5c\x2a\x97\x1a\xcf\x91\xb0\xff\x2c\x20\x33\xf2\ \xa5\xeb\x2b\x13\x3d\x5d\x1d\x35\x1d\x23\x23\x20\x0a\xcd\xf4\xf5\ \x74\x0c\xc0\xc7\x9c\x53\x5c\xaa\x79\x65\x59\x99\xea\xfd\xdc\x66\ \xed\x3d\xae\x69\x37\x75\x6f\x6f\xa7\x17\x8f\x6d\x6d\xec\x5d\x63\ \xf6\x69\xf4\xb1\x1f\xe3\xe0\x58\x3b\x3f\x76\x06\x4c\x8a\xd3\xe2\ \x80\x3d\x12\x89\x18\x1e\x00\x20\x98\xe2\x5c\x86\x24\x12\x02\x98\ \xf3\x39\x7d\x60\xa7\xa9\xfe\x6b\x56\x74\x74\xb4\xc7\xa7\x98\xc4\ \xd4\x2f\x9f\x3e\x06\x05\x65\xc6\x05\x7f\x89\xcd\x49\x09\xae\xd5\ \xae\x99\xa1\x75\xe4\x32\x02\x43\xbd\x3e\xad\xf3\xaa\x46\xb4\x9d\ \x0e\xb1\x01\x0b\x0e\x61\x22\xa0\x03\xcb\x56\x97\xc0\x35\xf5\xfd\ \x00\x22\x13\x40\x29\x38\xe3\xc4\x46\xa5\x21\xf6\x68\x26\x4c\x23\ \x3a\x80\xeb\x89\x40\x15\x2e\xb3\xa9\xd6\x14\xf2\xed\x07\xec\x76\ \xad\x29\xe7\xcb\x65\x42\x58\x60\x83\x25\xaf\x73\xf0\xc8\x9c\x2f\ \xa0\xdb\xd6\x05\xd8\xc8\x79\x30\xc5\x79\x3d\x82\xc7\x3e\xfb\xf7\ \x3c\x21\xa1\x72\xab\xd9\xd3\xb3\xb2\x0a\x92\xad\xdc\xea\xfe\xca\ \xb6\xea\xe2\xb2\xc6\xaa\xaa\xca\xb6\xc6\xc6\xca\xae\xaa\x46\xc0\ \x9a\xb6\x8e\x81\xc2\x5b\x3e\x05\xb8\x35\xbb\x05\xa7\x69\x8e\x67\ \xfb\x9b\xfb\x67\xb7\xa0\x2e\x9c\x06\x9b\x0e\xe0\x63\xb6\xb8\x86\ \x2a\x36\x2c\x72\xf2\x3b\x5f\x37\xd8\xdf\x14\xcf\xf8\x39\xff\xce\ \x4c\xfc\xcf\xa8\x23\xff\x5f\x4e\x5d\x37\x2d\x56\x57\x35\x2d\x76\ \x4f\xc3\x8d\x1a\xfc\xab\xb8\x05\xb6\xfc\xc3\x5a\xa1\x33\x1b\x16\ \x1a\x26\xe9\xcc\x72\x43\x46\xb4\xd3\xf3\x6f\x6f\xa3\x1b\x3e\x7d\ \x9c\xa0\x53\x7b\xc2\xda\xd7\xdf\x7e\xfc\x1a\xdd\x54\x94\x47\x9b\ \xe8\xdc\x5d\x9d\xab\xa0\xef\x4d\x8c\x30\x9b\x24\x00\x1c\xc1\x12\ \x56\x5d\x41\xaf\x3f\xb8\x02\x88\x56\x2f\x89\x80\x87\x89\x84\xb0\ \xb9\x12\x0f\xa9\x11\x20\x60\xd0\xe9\x80\x28\x0c\x27\x6e\xe0\x22\ \xdf\x2f\x22\x29\x1d\xc8\xc1\xf4\x3a\x12\x9a\xd8\x9b\x5e\x02\x53\ \x51\xa1\xc5\x1f\x74\xbd\x02\x2c\x0d\x80\x17\x1a\xeb\x4f\x20\x10\ \x60\xa0\x6a\x41\x3a\x16\x9b\x8e\xc1\x94\x14\xc0\x56\x51\x32\xc0\ \x33\x7f\xf6\xbc\x22\x1c\xa5\x26\xf9\xe3\xfd\x7f\x15\xc8\x18\xd9\ \xba\x3e\x7d\xf9\xd2\xcc\x32\x33\x38\xfb\x4b\x94\xfb\xbb\xb0\x8a\ \xb5\x4f\x3f\xc7\xd6\x46\xe6\x00\xec\x32\x16\x1e\x6c\xe7\x79\x07\ \x17\xf5\x34\xd5\xee\x50\x1a\x56\xe8\x3d\xb4\x9e\x5d\x16\x8b\x4a\ \x63\xe4\xad\xb1\x76\x3b\x0c\xe5\xc3\x69\xe1\xbb\x14\x5a\xc7\xa6\ \x22\x01\xc6\x47\xa0\xb1\x04\x00\x4b\x18\x14\x01\x4b\xc6\x88\x0a\ \x62\xd0\xa2\x82\x28\x51\x01\x01\xf0\x1f\x03\x60\x4c\x50\x10\x8d\ \x17\x16\xc7\x03\xba\x25\x9a\x8e\xc7\x16\xa4\x13\xf1\x10\xa4\x60\ \x7b\x03\x01\x3c\x53\x8c\x20\x34\xf5\x13\x15\xc5\x02\x6e\x25\x21\ \x00\xb4\x87\xa0\x92\xa4\xa2\x84\xa2\x8c\x8e\x24\x4a\x41\x53\x40\ \x45\x2f\xd3\xe8\xc9\x6b\x0d\x15\x45\x9d\x94\x35\xfa\x5e\xb9\xb2\ \xb5\x9d\x08\x37\xaf\x9c\x9c\x67\x65\x19\xdf\xc2\xe4\x7a\x4d\x37\ \x83\x62\xfe\x20\x9c\xba\x5f\x3e\x39\xff\xfb\xa1\xf2\x49\xf8\x8c\ \x2c\x05\xf0\x1e\x37\xa1\xcd\xbd\x31\x97\x47\x3b\x4d\xf9\x2b\xdb\ \xf5\x94\xfb\x8b\x42\x86\xe6\x27\x1b\xe6\xf2\x47\xca\xca\xf9\x22\ \xe5\x3b\x0d\x94\x6e\x43\x1a\xad\x3c\xbc\xc3\xb1\x9c\xf5\x83\xd1\ \xbd\x47\x5f\x5a\x6d\x0f\xca\x4c\xfb\xe6\x94\x96\x93\xec\x17\x97\ \xf3\xcd\x3b\x34\x34\x2a\x26\xfb\x63\x46\x5a\x6c\x46\x62\x46\x6a\ \x4c\x68\x50\x90\x8f\xfb\xa7\x58\xf7\x9f\x83\x73\x8c\xdf\xeb\xf4\ \xdf\xeb\x3d\x8c\xa5\x95\xdf\xeb\x23\x0b\xf4\x7d\x26\xed\x88\xba\ \x38\x33\xe3\x62\x6e\xc8\xcd\xcd\xcd\x23\x75\x9b\xef\xae\x15\x9f\ \x5c\x6e\x63\x75\x31\xb4\x7b\x2c\xf3\x8c\xa8\x8c\xd0\x2a\x6b\xac\ \x4c\x48\x28\x6e\xec\x1f\x2f\xbe\x77\xef\x21\x90\xb2\xb9\x65\x8d\ \xd5\x09\x0e\x1c\xd2\x0f\xef\x59\x67\xad\x5b\xf3\x3c\x12\x52\x96\ \x75\xd4\xce\x37\x34\x9f\xa9\x99\xb9\xe7\xd0\xb7\xba\xf1\x88\x7b\ \x79\xf6\xcf\x39\x94\x82\xa7\xc7\xa7\xc7\xcd\x56\x09\xe6\xdc\xda\ \x8b\x27\x86\xd5\xcd\x09\xb3\x2d\xd5\xd5\xcc\xd8\xac\xc0\x24\xbf\ \x0a\x3b\xd9\x47\x85\xa6\xf2\x22\xb7\xb5\xc4\xee\x19\x86\xd7\xea\ \x05\xc4\xd9\xeb\xdb\x1b\x3f\x56\x53\x33\xd3\x50\xd1\xd5\xd1\xd0\ \xc4\xa9\x1b\x69\xa8\x03\x49\x88\xd3\x55\x03\x14\x4b\x14\xa5\x28\ \x23\xa0\xa8\xa9\x29\xa3\xa2\xa9\x2e\x01\x44\x22\x40\x2d\x09\x49\ \x05\xa0\xbe\xd5\x55\xc0\xcb\xac\x28\xa1\xa4\x23\xa3\xa8\x00\x04\ \x22\x4e\x23\x2e\xeb\x43\x64\x4a\x68\xea\x27\xba\xb6\x83\xef\x76\ \x7d\x82\x48\x8e\x53\x7c\xe6\x1b\xa7\x48\xd7\x67\xb6\x46\x96\x9a\ \x2a\xc8\xb0\xa1\x9e\x9a\xae\xa4\xfe\x13\x13\x3d\x9b\xa7\xaf\x5e\ \x87\xb5\x36\x37\x37\x56\x59\xaf\xf4\xe5\x2e\xff\x34\x28\x8d\xd5\ \x7b\x62\xe9\xfa\xe2\x55\x48\xe2\x02\x73\x3d\xeb\xae\x33\x38\xf4\ \x87\xda\xbe\x1f\xc2\x95\x37\x78\xc0\xb3\x17\xd9\xd9\x07\xcd\xf7\ \xf3\xd9\xd9\xe5\xa9\x83\xe5\x03\x7e\xfe\xef\x77\x06\x57\xde\x56\ \x94\xbe\x7b\xfb\xc9\xc3\x27\xca\xc3\x3d\x35\x26\xe6\xc3\x97\xec\ \x10\xbf\xcc\x94\xf8\xb4\xb4\xb0\xf7\xd4\x8e\x39\x4a\x51\xf5\x66\ \xd3\xd7\xb0\xe0\xf5\x47\x9e\xb7\x72\x0f\x21\x14\x41\x8c\x42\x04\ \xdf\x10\x32\x3c\x0e\x41\x09\xa8\xc0\x03\x68\xd3\x7a\x8e\x54\xb0\ \x20\x60\xb1\xb1\x8b\xbd\x03\xbc\x77\x88\xdd\x60\x7a\xfe\x9d\x5d\ \x02\x3b\x67\x6f\x3e\x47\xf4\xe5\x05\xc0\x27\xc8\xa9\x86\xc0\x16\ \xc0\x0b\xf9\x11\xac\x9b\x3a\x47\xfa\x24\x00\xb4\x3a\x5b\x5c\x1c\ \x42\x0a\x74\x5d\xc8\x42\x2a\xf1\x7f\x66\xc1\x1f\xa8\x6d\xfc\xcf\ \x74\x15\xe0\x4b\xd5\x55\xfd\x95\x10\xb1\xc0\x27\x55\x75\x75\x1b\ \xd2\xcf\xd0\x06\x48\xd5\x34\xf4\xba\x61\xbb\x49\xc0\x5c\xea\x65\ \x04\x5b\xa1\x19\x07\xfc\x6d\xff\x5e\x16\xaa\xae\x87\xff\xae\xc6\ \xfe\xae\x5a\xbf\x9c\x9d\x6f\x86\x6d\xae\x5b\x18\x9c\x39\x6f\xe0\ \xe8\xfa\x8e\x9b\x95\xbf\x9b\x36\x87\x6b\x1a\xc5\xf9\x57\x2b\xc3\ \xcd\x6d\xa4\xd3\xec\x9f\x9e\x79\x1a\xbd\xa2\x67\x0f\xa8\x06\x06\ \x34\xea\xa4\x14\x65\x86\x04\x06\xb5\x33\xe8\xda\x77\xba\x19\xf5\ \xc9\x5f\x03\x73\xd6\x68\x67\xac\xc0\x49\x1a\xab\xb3\x76\x75\xa4\ \x82\x5e\xc8\x54\x80\xa3\x35\x48\xec\x33\x5c\xc3\x03\x8c\x09\x82\ \x4a\x5d\x1d\x06\x0f\xe4\x1a\x96\x88\xff\x55\x40\x86\xe1\x5f\x25\ \xfe\x58\x22\x09\x43\x86\x30\x54\x02\xd4\x1e\x1c\xc8\xe9\xfd\x05\ \x34\x15\x32\x68\x48\x2e\x29\x81\x39\xce\xc8\x52\x21\xb4\x25\x2d\ \x41\x12\xff\x08\xfe\x70\x96\xb0\xae\x8e\x40\x80\xae\xca\x44\x98\ \xb9\x0a\x34\xe1\x2f\x98\x5c\x08\x30\x11\xc6\xde\x43\x9b\x87\x82\ \x74\x01\x0d\x5b\xa7\x97\x2f\x43\x24\x5f\xbe\x8e\x8b\x0b\x4d\x0c\ \x75\x2f\xad\x58\x6b\x2a\x5d\x9b\x1b\xdc\x6e\x0f\xac\x7f\x1b\xf8\ \x16\xa8\xd8\xe8\x09\xda\x4e\xfb\xc0\xc4\x3c\x73\x97\xbe\x39\xfa\ \xe8\xee\x83\xd1\xa3\x55\x6a\x2b\xbd\x9c\x7b\x74\xa3\xef\x64\xbd\ \x7b\xa7\xa2\x36\xcb\x98\x84\xc1\x22\x96\xc7\x58\x82\xa0\x00\x0a\ \x0d\x84\x1f\x0a\x85\xc7\x93\x48\xa2\x28\x01\x41\xf0\x1f\xe6\x79\ \xa1\xa0\x5f\x1f\x02\x69\xd0\xb4\xcf\x1f\x3c\x76\x3c\x86\x40\xc0\ \x93\xd0\x68\x58\x8c\xc7\x63\xf0\x80\x57\x12\x51\xe2\x12\x02\x18\ \x51\x01\x49\x75\x9c\x8c\xba\x8e\x80\x84\xa4\x84\x04\x5a\x40\x46\ \x46\xd2\xc8\xe6\x85\x49\xea\x87\x57\x6a\xe2\x98\x24\x2a\x85\xe5\ \x28\x64\xfe\x40\xfe\xbe\x9c\xaf\x55\x44\x55\xc2\xa3\x15\x06\xab\ \xa6\x63\x71\xd1\xce\xee\x64\x93\x7a\xb2\xb6\x77\xd6\xad\x3d\x63\ \xee\x42\x2b\x1f\x3b\xaa\xe9\x33\x15\x3a\x19\x6e\xd8\x74\x63\x6d\ \x14\x52\x07\xbe\xd2\x0b\x4d\x29\x73\xf4\xb9\xbe\xc5\x70\xe5\x9e\ \xcd\x23\x73\xc3\xb1\xee\x8d\x72\xb7\x4d\x2a\xcb\x71\x97\x8b\x67\ \x91\xb9\x4f\x59\x59\xa2\xcf\xc5\x94\x06\x07\x24\x27\xc6\x07\x24\ \xc5\xa7\x66\x7e\xf9\x98\x91\x12\x9b\x98\xf5\x3e\xe8\xed\xc7\xa0\ \x0f\x5e\x89\x3e\x1f\x43\xdf\x17\x85\xbd\x0f\x6c\x6a\xff\xba\xb4\ \xbe\x42\x67\x81\xbf\xee\xca\xca\xfa\x0e\x63\xa2\xb3\xa1\xe1\x37\ \x85\x45\xdd\x38\xa9\xc9\x77\x94\x7e\x24\xfb\x00\xa6\x83\x73\x58\ \x49\x95\x55\x96\x15\x37\x36\x96\x95\x55\x02\xdc\x2a\x73\x88\xa8\ \x6e\x84\x0d\xcd\xfd\xb3\x6d\xbe\x62\x77\xdc\x78\xaa\xab\x13\xc0\ \x07\x72\xa5\xaf\x16\x2f\x6f\x04\xf7\x36\x53\xfe\x16\xb7\x88\xb6\ \xd0\x23\x21\x11\xf9\x70\x97\xf2\x7c\x73\x6a\xb8\xe1\x1c\x57\x65\ \xcb\xf2\xe1\xf1\x71\x7f\xf3\x6c\x63\x0b\x10\x82\xcd\x8d\x7c\x85\ \xdd\x7b\x9b\x86\x72\x0e\x95\xb3\x5a\x4b\x39\x00\xb0\x72\xd2\xbe\ \x7d\xfb\x1c\x19\x90\x1c\x9a\x9d\x13\x15\x93\x91\x14\xf7\xc2\xde\ \x35\x40\xcf\xc6\x44\xc3\xd2\x52\xd3\x48\x43\x49\x45\x5d\x53\x47\ \x49\x45\x49\x46\x49\x45\x45\x49\x51\x5d\x43\x41\x45\x46\x5c\x52\ \x52\x58\x58\x42\xc5\x40\x41\x47\xdd\xd8\x58\x45\x5d\x43\x52\x47\ \x18\x2d\x2c\xa0\xa2\x84\x03\xbc\x4a\x5c\xc7\x18\x28\x6f\x49\x5d\ \x15\x88\x63\x9a\x1a\x21\x1f\x3e\x85\x84\xc4\xe6\xed\x2b\xe7\x6a\ \xad\x6d\xfa\x52\x02\x3e\x47\xbe\x8c\xcc\x4e\x0e\x79\xf9\xda\xf5\ \x99\x89\xb1\x0a\xd2\x89\xdd\x00\x00\x20\x00\x49\x44\x41\x54\xae\ \x2e\xf8\xd4\xd0\x57\xc3\x29\xea\x9a\x19\xa9\x68\xea\xe8\x82\xd3\ \xf0\x9f\x96\x42\xfa\xbe\x61\x73\xc2\xd3\x57\xef\x9f\x1b\x58\x3e\ \xff\x1c\xf2\x26\x24\xd8\xa7\x68\x9b\x6b\xc8\x02\x1c\xfb\x16\xa7\ \x16\x43\x87\x30\x02\xe2\xc2\x99\x2d\x4f\x2e\x6b\x31\xe7\xfc\xb0\ \xf0\x34\x34\xf4\x1d\x60\x43\x15\x65\xe2\x47\xc5\xfb\x77\x5e\x59\ \xef\x13\x3d\x3e\x7c\x89\x89\xc9\xf0\xf6\x8e\x49\xf9\x96\x16\xeb\ \x9a\x9c\xf4\x35\xb5\x55\x68\x9d\x91\x78\x97\x63\xa5\x22\xda\xa3\ \x93\x37\x57\x9e\xef\x90\xad\xe6\xce\xcf\xaf\x8b\xed\xc8\xda\x20\ \xf2\xc5\x7f\x99\xd1\xc8\xe6\x58\x90\x8a\x41\x51\xc8\x3e\x21\x66\ \xae\x48\x6f\x03\xd8\xf5\x82\xcd\xd0\x0e\x0f\xa6\x10\x2a\x06\xc7\ \x0b\x2d\x10\xee\x07\x6b\xf3\x80\x60\x4d\x0d\xb1\xcb\xf5\xb0\x34\ \x06\x10\xeb\x10\x20\x2b\x12\x07\x82\x94\xb3\xae\xbb\x1b\xbe\x8f\ \xc3\x39\x99\xad\x8b\xd9\xaa\xae\x69\x20\xda\xab\xaa\x9b\x2b\x13\ \xca\x2a\x1b\xcb\xaa\x01\xc1\x02\xa7\xaa\xaa\xc6\xe9\xd9\xfe\x16\ \xd8\x0f\x0a\xa4\x21\x5c\x7e\x64\x13\x29\x08\x51\x57\x30\xe5\xfc\ \xdf\x6e\x85\xab\xe5\x40\xe7\x1b\x7b\xf9\x9b\xe6\xd0\x4b\x1d\xe7\ \x7c\x6d\x8c\xfa\x57\x3a\xd9\x5f\xb1\xd4\xff\x71\x1c\xbc\x82\x32\ \x0b\x7e\xfe\x9b\x91\xc2\xab\xd5\x45\x78\xfa\x27\x6b\xae\x3b\x9c\ \xf5\x9b\xde\x43\xd9\xdc\x99\x5b\x6a\xd8\xa7\xaf\x7f\xfd\x5a\x3f\ \xb2\x50\x51\xdf\x43\xa3\x50\x8f\x5a\x97\x3e\x66\x51\x26\x2a\xe8\ \xed\xd4\xc5\x89\xdf\xfb\x2b\x1f\xda\xd7\x29\x13\x12\x90\x55\x01\ \x7a\xf5\x0b\x4a\xc0\x92\x12\x80\x45\x80\x28\x01\xca\x95\x0e\x7b\ \x3e\x7b\x4b\xd2\xb1\x64\x72\x9d\xbf\xbf\x7f\x3a\x01\xe8\x3c\xc8\ \xa2\x20\xd2\xb0\x27\x08\x7b\xc1\x71\x0f\x97\xd8\x30\x84\x12\x68\ \x18\x03\x9b\x1e\x80\xe6\xeb\x85\x10\x06\x2b\xda\x00\xb1\x88\x30\ \x2f\x0c\x0f\x23\xbd\xd2\x31\xd0\x8e\x26\xbd\xf7\x57\x49\x1d\x19\ \x00\x56\x1d\xd2\xf4\xfe\x0b\xf1\x99\x91\xd4\x7f\x93\xec\x14\xf7\ \xc2\x20\x35\x28\x26\x39\xce\x3b\xf4\x53\xde\xf0\x60\x51\xd1\xdc\ \xea\xa7\x7d\x6a\xe7\xc4\x59\xf7\x40\xe1\xe8\xd9\x30\x93\x5e\xdb\ \x4d\x5f\x91\xdf\x5d\xc8\x9b\x5c\xa7\x2c\xd4\xb6\xef\x0c\x7c\x7a\ \x1f\xb5\xb2\x14\x9b\x55\xb1\xf0\x75\xbb\x3e\xac\x9e\xbe\x2e\x01\ \x40\x0a\x00\x22\x91\x48\x10\x15\xc7\x12\xd0\x68\x01\x0c\x46\x94\ \x44\x44\x83\x83\x42\x10\x20\x10\x16\xda\x86\x62\xd0\xc2\x82\x18\ \x2c\x5a\x10\x8d\xc5\xa2\x09\x80\x7e\xa1\xd1\xa2\x44\x22\xc0\x64\ \x70\x17\x5e\x40\x18\x70\x30\x51\x41\xb4\x92\x8c\x38\x86\x20\x80\ \x92\x54\x92\x90\x51\x54\x52\xc0\xe9\x28\x0a\x90\xb0\x80\x71\xa9\ \xbc\x7c\xa6\x69\xe6\x94\x16\xf0\x42\x3d\x7a\x9e\x76\x64\x6a\x6d\ \x7a\x87\xeb\xbe\x5c\x84\x95\x67\x55\xae\xdd\xd1\x06\x65\xb1\x61\ \x7e\x74\x7f\xc3\x85\x32\xdc\xdd\x51\x6e\x3e\xef\x16\xae\xcc\xdb\ \x4a\xcf\x0a\xce\x9b\xd1\x5a\xb4\xb6\x13\xba\x2f\x25\x22\xeb\x26\ \x3d\xdf\x7a\xb2\x37\x13\xce\x62\xd0\x99\x8b\xca\xda\xa6\x8e\x33\ \xd6\x33\xac\x0e\x79\x9a\xe3\x09\x35\x76\xb8\xd5\x8d\x3a\x63\x37\ \xbf\x77\xb2\xce\x88\x7e\xff\xc3\xc3\x23\xfe\x1b\x00\xaa\x2f\xde\ \xf1\x31\xee\xee\xc1\xa1\x1f\xa3\xbd\x82\xf2\xde\x7f\xf4\x0a\x0a\ \xf3\x8a\x0e\xcc\x1b\x6b\x2f\x6d\xea\x1c\x9b\xa4\x33\x7a\x28\x0c\ \xa8\x09\x19\x2b\x13\xc3\x73\x83\x0b\x8c\x95\x9d\xfd\x6d\x56\xeb\ \x51\x5f\xe1\xa2\x9b\x9d\xcb\x23\x65\xa1\xfb\xdc\x72\x5a\x62\xb9\ \x95\xb9\x65\xbe\x9e\xbe\xd5\x6d\xc5\xc5\x55\x09\xb9\x5d\x5d\xe3\ \xb3\xb0\xeb\xa6\x31\x21\x82\xaf\x8f\x6e\x17\x51\x56\x9d\x5b\xd5\ \xdf\x52\x9c\x6b\xc5\x11\xe1\x69\x7d\x24\x7d\xef\x3e\xf7\x03\x11\ \x9e\x87\x3c\x22\xe0\xa9\x6d\x76\x0b\x39\x4a\x0b\x39\x54\x2d\x1f\ \xb7\x54\x55\x95\x8d\x37\xb6\x4d\x83\x8f\xf1\x3f\xc7\x77\x77\x28\ \x35\xf9\xe1\x1c\x0e\xcc\xd0\xd4\x54\x8f\x77\x79\x1f\x3f\xbf\x7a\ \xfd\x34\x20\xdb\x29\x32\x32\x32\x35\xe5\x4b\x4e\x9c\xcd\x1b\xd7\ \x57\xcf\x8d\xd4\xd4\x8d\x0c\x74\x35\x34\xd5\x94\x00\x5e\x29\xa8\ \xe8\xe0\x74\x81\xda\xc3\x81\x1b\x38\x15\x19\x75\x15\x41\x61\xb4\ \x80\x12\xd0\x88\x66\x7e\x91\xcf\xd5\x55\x14\xe0\x00\x81\xa2\x8c\ \x8c\x84\xb0\x0c\xce\xc8\x4c\x1d\xa7\x20\xa0\x80\x53\xc7\x01\x00\ \xd3\xd4\x4b\xf9\xfa\x3e\xf8\x43\x2d\x4b\xda\x53\xea\x48\x5b\x3e\ \xc7\xf5\x5b\x88\xd3\x2b\xa7\xb8\x6c\xa7\x80\xb8\xd7\xaf\x22\x9f\ \xd9\x3f\x33\x51\x7b\x6c\xac\xa3\x82\xd3\xd4\x54\x57\xd3\x78\x6a\ \x6f\x6b\xd3\x33\xfe\x70\x7f\xa9\x5d\x79\x9a\xa5\x91\x9d\x67\xa6\ \x6b\x69\xeb\x94\xf3\x39\xf8\x73\xe2\xc6\xe9\xe9\xc5\xf9\xc1\xb2\ \xc5\xf2\xac\xf3\xf7\x65\x78\xe8\x7c\x47\x8e\x93\x6b\xe1\xf2\x9d\ \x9f\xff\xfc\x02\x4a\xc4\xf3\x8b\x83\x53\x6d\x46\xe7\x40\xc5\xa7\ \xb0\xac\x4f\x41\x1e\x41\x6f\xa3\x42\x53\x12\x13\x63\x92\x3e\xa6\ \xf8\x85\x84\xbc\xa3\xb8\x8f\xdc\xde\x74\x0c\xde\x6d\xfc\xdd\xf9\ \xd6\xc3\x9d\xbb\x8b\x9b\xeb\xe2\xfc\xe2\x52\x01\x42\xa6\xc5\x5e\ \x42\x65\x73\xa9\x83\x21\x4e\x08\x55\xd0\xce\x02\xe1\x5f\x97\xa0\ \x85\x5c\x0c\x9d\xb3\xbb\x20\xd8\x2d\xef\xe7\xec\x8e\x87\x21\xa4\ \xc8\xc5\x16\x98\xd0\xd4\x07\x30\x1a\xf8\x03\x9c\x9d\xa1\x27\x19\ \xbb\xf9\xe1\x90\xbd\x08\x79\x0e\x49\x19\xe4\x45\x80\xc7\xb1\x43\ \x2d\x90\x12\xd3\xd4\x74\x65\x59\x6e\xdb\x6c\x3f\xec\xac\xaa\xca\ \x4d\xa8\x1e\xef\x6f\xcc\x8d\x28\xae\x6e\xeb\xaa\xca\x2d\xae\xaa\ \x6e\x83\x8d\x56\xb0\x95\x01\x3a\xcc\x4f\x6f\xfd\x99\xba\x74\x53\ \xb8\x1a\x52\x76\xbe\x69\xeb\xfa\xab\xbb\xde\xf9\xfa\xec\x66\x59\ \x92\xff\xbf\xde\xf3\x57\x27\x8b\xef\x37\x6d\x0b\x9c\x7f\x23\xd8\ \x15\xb1\xfa\x6b\x55\x91\xff\x06\xd4\xf8\xff\xae\x67\xfd\x43\xdb\ \xde\x15\xa2\x74\x32\xad\x4d\xd7\xc7\xe8\xf4\xfa\x95\xc0\xa6\xc9\ \xf5\x93\xa5\xb1\xc1\xa2\xc1\xfa\xac\xc0\xb9\xf5\xfa\xc1\x52\xf7\ \xfa\xa6\x1f\x59\x15\x1e\x3e\x6b\x45\x73\x3f\x46\xd6\xc3\x9c\xc8\ \x05\xbd\x64\x58\x74\xff\x85\x2c\xfa\xa5\xc3\x21\xc0\x12\x32\x12\ \x8b\x03\xb4\x62\x41\x3a\x81\x88\x27\x62\x48\x24\x12\x51\x94\x08\ \xb3\x24\x00\x00\xf5\x62\xb0\x18\x38\x16\x5d\x87\x87\x5e\xc8\xd0\ \x7a\x14\x0b\x48\x13\x8c\x7a\x4f\xc7\xfa\x93\xc9\xbd\x25\xa2\x30\ \xf3\x9d\x04\xee\x25\x13\x09\xb0\xdd\x0a\xe0\x15\x19\x30\x2c\x58\ \x06\x03\x9c\x0a\xc6\x4c\xc3\x06\x08\x22\x0c\xe4\xc1\x13\xf1\xa2\ \xfa\x66\x4f\x5e\x38\xa5\x3c\x31\xce\x8c\x8f\xca\x0c\xf6\xfe\x92\ \x55\x14\xf8\x2e\xb6\x7e\xa4\xb6\xb4\xa1\x86\xb2\x32\x5f\xb8\x7b\ \x54\xe8\x32\x37\x39\x37\xd9\xfe\xf5\xf7\x0c\xfd\x6d\x56\x4a\xed\ \x76\xde\xa7\x1f\xab\xee\x51\xb1\x4b\x40\xf9\xd2\x4e\x36\xba\x37\ \x69\x94\xd6\x0e\xeb\x6c\x58\x93\x82\xcb\x80\x82\xec\xfa\x14\x5a\ \x40\x52\x5c\x94\x80\x05\xaa\x10\x40\x16\x5a\x10\x2b\x20\x88\x22\ \x88\xa2\x01\x66\xa1\x80\x34\x04\x74\x0b\x80\x16\xcc\x22\x24\x61\ \x45\x81\x5c\x24\x40\xf4\x12\xc4\x13\xd0\x4a\x8a\x28\x09\x01\x41\ \x45\x45\x49\x1d\x25\x9c\x82\xb8\x8c\x12\x4e\x42\x14\x23\x20\x28\ \x2e\xa3\xf8\xe2\x99\x80\x9a\xba\x8a\xd1\xb3\x94\xa3\xbe\xcd\x70\ \x6b\x66\xe1\x7d\x2e\x0e\x55\x2b\x55\xad\x5c\x07\xbb\x45\x1e\xc7\ \x9f\x13\x9b\x73\xdb\x54\x17\x91\x19\x96\xa9\x9d\x4b\x87\xfc\xe6\ \xd8\x42\xd8\x47\xef\x91\x33\xed\x3b\x7d\xd6\xa6\x77\x6f\xdd\xe2\ \xb9\xf3\x90\xe7\x96\xe9\xa3\xd1\x6e\x53\xed\x0d\x43\x53\x47\x8e\ \xfc\xfc\xfc\x4d\x5e\x5e\x79\x5a\xf9\xc9\xd1\xf6\x02\x9d\xd5\xda\ \x7a\xa2\xbd\x48\x3b\x1b\xfd\xbd\x49\x9f\xdc\xce\x7b\x1f\x14\xea\ \x1d\x13\x14\x14\x1b\xfa\x21\x31\xcb\xfd\xcb\x07\x8f\x4f\x3f\xde\ \x7d\xfc\x54\x51\xf1\xf3\xeb\xa7\xa2\xa2\xfa\xc9\x95\xb9\xf5\xc9\ \x95\x9d\x91\x86\xfd\xc9\x1d\xca\xef\xf5\xe1\x89\xb9\xa5\xfa\xda\ \xe1\x85\xb9\xb1\xb1\x09\x46\x77\x77\xeb\x4c\xeb\xa8\xe3\xa8\xa1\ \xa1\xa1\xb6\xd0\x1d\x2b\x31\xcf\x46\x5f\x2d\x31\x39\x55\xdf\xe6\ \x36\xd8\x22\x38\x3b\x0b\x17\x89\xa6\x5b\x9a\xcb\x12\x1c\xe4\x57\ \x26\x0d\x73\xa1\xd5\x76\xd7\x78\x73\xb1\x95\x96\x67\xd9\xbd\x70\ \x21\xb1\x5b\xbc\x1c\xf7\x1f\x70\x3f\x92\x37\x74\xa9\x19\xa5\xb5\ \x16\xca\x5b\x97\x4d\xb7\x78\xaa\xfa\x3a\x14\x77\x95\x59\xc9\x55\ \x6d\x2d\x5f\xcc\x72\xd3\x68\xe1\x77\x4d\x2b\xbe\x25\xc7\x03\xe5\ \xee\xf1\x3e\xd6\xc6\xf2\xc9\x2b\xdb\x97\xcf\x5d\x5f\x85\x84\x64\ \x27\x07\xbc\x7c\xfd\xea\xa5\xbd\x99\xd1\x53\x7d\x75\x7d\x5d\x35\ \x23\x1d\x75\x5d\x4d\x80\x58\x38\x15\x15\x15\x35\x9c\x8e\xa6\x8a\ \x92\x9a\x8e\x8e\xba\x82\x8c\x30\x4a\x40\x51\x4d\x4f\x3f\xce\x27\ \xe4\xb1\x9a\x86\x92\xa4\x92\x80\x8a\x3a\x4e\x12\xe8\x6f\x7d\x33\ \x5d\x19\x45\xb0\xa7\x9e\x91\x86\x8e\x8c\xbe\x99\xb1\x53\xde\x8f\ \xb0\xfa\x23\xde\x32\xbe\x8d\x51\x2f\xfb\xec\x6f\x71\x21\x9f\x5f\ \xbd\x4a\xce\x4e\x76\x0d\x49\x8b\x09\x70\x7d\x63\x62\x66\x1b\x10\ \xe2\x97\xe8\xf1\x69\x8e\xb9\x31\xcf\x18\xac\xa9\xb6\x5a\xa4\x4c\ \x52\xee\xb6\xf8\x19\x7b\xff\xd0\xd3\xb0\x04\xdb\x72\x52\xbc\xef\ \xf2\x8d\x3b\x38\x2c\x4f\x57\x1e\x2e\xf7\x73\x0e\x9d\x1e\xf0\x5f\ \x4c\x9d\xdf\xf8\x4d\x5d\x4e\x76\xf3\x1f\x2e\xc3\x6a\xd1\xf8\xe9\ \x85\x6a\x7e\x6d\x51\x45\x5e\x90\x7b\x50\xb0\x47\x4c\xd4\x97\x77\ \x89\xa9\x19\x9f\x73\x32\x22\x33\xd2\xe2\x32\xce\x8e\xea\x79\x29\ \x33\x1f\x7e\x36\x0b\x2d\xb9\x7b\x67\x71\xb5\x71\xcb\x2d\x1f\xb0\ \xa7\x6b\xae\x70\x66\xe8\x52\x01\x82\x2f\x0b\x18\x27\x8b\xfc\x63\ \xe3\x15\xb2\x5a\x78\x89\x58\x08\xa8\x1d\x22\xe1\x15\xcb\x17\xec\ \x6a\x3d\xdc\x7c\x7e\x55\xec\xba\x91\x82\x43\xfc\xfc\x90\x9b\xc1\ \x01\xcf\x03\xd8\x21\x7f\x88\x08\x4f\x38\x8c\x38\x65\x01\xef\x1f\ \xba\x6a\x8b\x87\x28\x33\xdd\x05\xfb\x14\xba\x9a\xfb\xbb\xa0\xfb\ \x70\x55\xb5\x2f\x0c\x81\x68\x6c\x6e\xee\x6a\x6b\xee\x9f\x3d\x3d\ \x1d\x87\x16\x9f\xd0\xe1\x13\xa8\xfb\x21\x0b\x68\x19\xc1\xc9\x79\ \x43\xab\xae\x0b\xeb\x37\x7c\xca\xf9\x7f\x98\x15\xe7\xff\xf8\x0a\ \xf2\x3b\xff\xcf\x60\xe3\x4d\x9b\x83\xf3\x5f\x8e\x0c\xd7\x91\xaf\ \xc8\x87\x04\x1c\xd7\xfe\x5f\xe0\xbb\xd2\x93\xff\x50\x57\x99\xac\ \xd2\xb7\x2b\x0d\xf5\xb5\xf4\x0e\xe6\xe0\xce\xd8\x5c\x05\x6d\xb4\ \x86\x39\x36\x50\x1a\x38\x18\x56\x0b\x3e\x9b\xc7\x76\x3a\x36\x66\ \xba\x97\xea\x8b\xe6\x3e\x0e\x14\xfd\x28\xa4\x66\x63\x0b\x90\x76\ \x86\x82\x02\x12\x2c\xbd\x97\x90\x4b\x20\xcf\x82\x79\x5f\xfe\x00\ \x8e\x80\xbe\x83\x7d\xe1\x00\x8d\x00\x6e\x11\xfc\xb1\x24\xe8\xeb\ \x00\xa7\x0b\x89\xe0\x7b\xd2\xb1\x04\xa0\x17\x4b\x48\x18\xd8\x76\ \x09\x44\x63\x3a\x1c\x74\x21\xa7\x83\x9d\x01\x83\xf1\x87\xf3\xd2\ \x44\x68\xe0\x52\xe7\x8f\x27\x93\x00\xb5\x82\x63\xcf\x75\x70\x9d\ \xb0\xa4\xae\x24\x3d\x9d\x48\x22\x03\x3c\xc4\x00\x36\x84\x33\xb6\ \x7d\x69\x96\x92\xaa\xf3\x2d\x2a\x36\x3b\xd4\x23\x31\xf5\x53\xd8\ \xa7\xbc\xa5\xed\xc1\x81\xa5\xc5\x3e\xe6\x59\xdf\x22\x65\x63\x71\ \x67\x7f\x65\xae\x74\x84\x39\xb8\x42\xd9\x61\xed\xd0\x56\x2b\xe6\ \x26\x3e\x79\x30\x58\x34\xd6\x9d\xa3\xd2\xc9\xa3\x23\xbb\x47\x2e\ \x34\x97\x06\x51\x08\x57\xe0\x61\x8a\xe2\x01\x72\x61\x50\x18\x71\ \x34\x4a\x90\x80\xc5\x0b\xa2\x04\x04\x04\x84\x01\xdf\xc2\x08\x02\ \x6c\xc2\xa0\x84\x31\x58\x61\x34\x1e\x88\x41\x0c\x9a\x04\x6b\x56\ \x28\x51\x2c\x38\x61\xf0\x00\xcd\xf0\x82\xc2\xc2\x82\x28\x09\xb8\ \x16\x25\x29\x20\x83\x53\xc4\x09\x28\x28\x08\x08\xa3\xc5\xc5\x15\ \x95\xd4\x23\x6d\xd4\x4d\x54\x70\x0a\x32\x91\xd4\xf2\x8d\x7c\x47\ \xaa\xf5\x03\x39\x29\x0e\x8e\xfb\xaa\x55\x0f\x00\x3e\xec\xed\x6f\ \xff\x2e\x34\x84\x3e\x2f\xf2\x0e\x42\x54\x55\x37\xfa\xeb\xe4\x8a\ \x93\x45\x6d\xa1\x72\x17\x73\x73\x65\xa1\x47\x0f\x1f\x0a\x71\x1b\ \xda\x69\xcb\xca\xcf\xdb\xcd\x98\x3e\xe0\xd9\xd0\x96\xb7\xa6\x32\ \xcb\x1d\xfb\xf2\x1d\x8f\x76\xbb\xbb\xc3\xe7\xa9\x94\x19\xeb\xfd\ \xfd\xd1\x88\x2a\xd5\xa3\x1e\x7a\xd3\xc0\x0f\x6f\xef\xf7\x1f\xdf\ \xf9\x84\x05\xbe\xf5\xfe\x18\xe6\x15\xf6\xb5\x3e\x10\xfc\x5f\x18\ \x69\x1f\xac\x9d\xa0\xef\xef\xd3\xe9\x0b\x4b\x14\x26\xfd\xac\xa7\ \xa1\xa7\x61\x62\x69\x70\x7b\x67\x60\x38\xeb\x53\xd1\x8f\xce\x95\ \xfa\xb5\x15\x06\xa5\x9b\xba\xbb\x9b\xdf\xd7\x31\x63\x6d\xfe\x48\ \xca\x33\x42\x4a\x8c\x8f\x4f\x4c\xb5\x6b\x1c\x76\x34\x03\xc0\x82\ \xd1\x08\x2d\xcd\x55\xc5\x09\x5a\x7d\xcc\x3e\x59\xdf\x5c\x5f\x38\ \xc5\x91\x9b\x6b\x65\x55\xed\x1b\x71\xff\xd1\x6d\x3e\x39\xbe\xbb\ \x1c\xb7\xb8\x95\xc1\xa3\xee\x73\xdb\xdc\x90\x2e\x56\x15\xe3\x7a\ \x78\x8f\x8b\x4b\xaa\xac\x4a\xcc\x45\x3b\xe2\x78\x79\x56\xf5\xee\ \xad\xee\x94\xd7\x29\x39\x1f\xa3\x62\x7d\xe2\x33\xbe\x24\x3d\x7b\ \x6a\x6f\x66\xac\x69\x69\xa9\xa1\x67\x66\x66\x1f\x62\x6b\xe3\x04\ \x5b\xd8\xf5\x34\x74\x35\x60\xef\x95\xae\x8a\xae\x9a\x12\x4e\x5c\ \x42\x45\x5d\x12\x07\xd4\x21\x60\x4f\x1a\xea\x6a\x92\x82\xa2\x02\ \x8a\x3a\x4a\x36\x1f\x02\x73\xec\xcd\x74\x15\x65\xd4\xcd\x1e\x5b\ \xea\xeb\x69\x1a\x3d\xb1\x7f\x6c\xac\xae\xa7\x6b\x64\xa9\xa7\xa7\ \xab\x6b\xf6\x58\xc3\xe0\x75\xd6\xd8\xc4\x2e\x57\xf5\x3d\x1a\xeb\ \xf3\xd3\xd7\xc9\xaf\x9d\x02\x3e\x3b\x25\x7f\xf6\x8b\x4c\x4e\xfa\ \x96\x9c\x19\x19\xe0\xfa\xda\xf5\x75\x8a\xb7\xcf\x97\xa0\x85\x4d\ \x59\xe9\x3b\xd5\x65\xf2\xcc\xc9\xac\xa3\x32\x79\x49\x33\x8f\x2c\ \x75\xa7\x27\xaf\x5e\xf9\x05\x7c\xb8\x95\xf0\xf0\x8f\xaa\x9d\xbc\ \xef\xd6\xc5\x69\x0b\x3f\x00\x2c\xe7\xfe\x29\x64\xed\x0d\x19\x7f\ \xbb\xf4\x3f\xf9\x0e\xa0\x03\x16\xb8\x4f\xab\x73\xef\x3f\xa2\x7a\ \x45\x7f\xf1\x7a\x1f\xfa\x05\x68\xc2\x40\xef\xa4\x9c\xd4\xec\xcc\ \xc8\xb4\xe0\x6f\xae\x1f\xeb\x3b\x98\x42\xbf\x57\x63\x3f\xa8\x16\ \x4f\xbc\x0d\xf4\xba\xd5\x28\xa2\x7a\x65\x1d\x73\x78\x78\x78\xd5\ \x31\x7a\x8e\xf0\x27\xc4\xa3\x67\x08\x71\x97\x3e\xb8\x01\x31\xe8\ \xd5\x03\x37\x23\x6b\x8b\x90\x5c\x21\x24\xeb\x60\xe8\xb2\x5f\x6b\ \xe8\x7c\x0a\xf1\x21\x03\x9c\x0b\x29\x2b\xc1\x65\x4b\x8b\xef\x6c\ \x9d\x88\xf4\x4c\xc0\x8a\x3c\x42\xb5\xe0\xaf\x44\x50\xef\xf8\xcf\ \xf9\xf7\x8b\x73\xe4\x79\x00\x09\xd9\x32\xdd\x58\x59\xdd\xd8\x35\ \xbb\xd5\x55\x55\x0c\x68\x73\x65\x7f\x7f\x5b\x65\x75\x15\x6c\x54\ \x68\xde\x5a\x3e\xff\xd3\x75\x71\x3a\x7e\xbc\x7c\xc0\xef\xfc\x97\ \x37\xd5\x35\xcb\xba\xe4\x58\xfc\x37\x8d\x9e\x7f\x7b\xd9\x38\xff\ \xc7\x35\xe2\x8a\x3c\x39\xff\xdd\x38\xca\xae\x5b\xfd\x6f\xd7\x03\ \xdb\xa3\x81\x7d\xc3\xe2\x6a\xaf\x9b\xc4\xeb\x1b\xd3\x7a\x04\xb0\ \xd6\x57\xd6\xfb\x3a\x7a\xf6\xce\x16\xd6\x0c\xb9\xdd\x46\x17\xf3\ \xed\xa8\xf9\x2e\x76\x9b\x6e\x3d\x79\x40\x70\xd4\xce\xb7\x0e\xb7\ \xba\x48\xab\xf2\xba\x3c\xd4\x5e\xa3\x2c\x52\xe9\xab\x0d\x0d\x0b\ \xb8\xff\x83\x81\x81\x30\x96\xab\x0e\xe9\x1d\xf5\xf7\x47\x06\x06\ \xe1\x72\x7f\x7a\x5d\x81\xbf\x3f\x16\x50\x2b\x52\x3a\x11\x8d\x87\ \x1b\x60\x53\x43\x9d\x3f\x06\x5b\x47\x06\xe4\x08\x76\xb1\x83\xef\ \xad\xc3\x92\x01\x16\xd5\x91\x0a\xea\x08\x80\x58\x91\x61\xca\x2a\ \x8c\x51\xc6\x96\xe0\x31\x30\x41\x07\x28\x46\x32\x50\x94\x05\xfe\ \x04\x38\x5d\xed\x0f\x94\x66\x3a\xf8\x3d\xe9\x70\x54\x11\x03\xb8\ \x10\x91\x84\xd1\x7c\xed\xf7\x3c\x29\x1b\xf7\xfa\x4b\x52\x80\x87\ \x4f\x6c\x94\x57\x56\xe7\xd2\xf6\xd2\x76\x53\x27\x6d\x63\x71\xbb\ \x81\xc5\xd8\x5f\x98\xdc\xdc\xdb\x5c\xa2\x6a\x53\x28\x85\xbf\x7b\ \x28\x1d\x7d\xdb\xe5\x14\xe6\xfe\xc6\x6e\x03\xfd\x84\xf2\x95\xbe\ \x3b\xbc\xca\x57\x4e\x99\x39\x31\xc6\x8a\x12\x80\x56\xc5\x62\x20\ \xab\x12\x44\xa1\x51\x88\x75\x03\x1e\x83\x12\x17\xc5\xeb\x28\x8a\ \x0b\x0b\x8a\x0b\x00\x65\x28\x0c\xd0\x0c\x85\x25\x91\xd0\xc2\x40\ \x30\x8a\x62\x00\x54\x61\xb1\x02\x80\x31\x02\x28\x43\x89\x4a\xa0\ \x04\x45\x85\xd1\x4a\xea\x4a\x32\x92\x82\x12\x12\x92\x2a\x2a\x40\ \x17\xe2\x24\x24\x64\x34\x74\xcd\x4c\x5e\xbc\x76\x75\x32\x91\x41\ \xab\xbf\xdd\xd4\x36\xdd\x64\xb0\xb8\x6f\xf3\xdd\xe6\xe3\x90\x72\ \xc8\x37\x95\x77\xcc\x77\x6c\xdd\x9f\x60\x8c\xac\xd5\xb3\x98\xad\ \xa5\x79\x5e\x9f\x17\xad\x5d\x76\x6b\xe4\xe6\x27\xfa\xf2\x45\x1e\ \x08\x29\x9b\xcb\xcb\x8b\x98\x3f\xe4\x31\xb7\xeb\xe8\xd0\x66\xcc\ \x3f\x9c\x39\x99\xd9\xd5\x7e\x94\x2f\x7d\x34\xb3\xd9\x71\xb6\x21\ \xbb\xc9\xea\x96\x2f\x2f\x37\xd7\xe6\x8b\xe0\xda\x63\x51\x68\xcc\ \x6e\xca\x1e\x6d\x7b\x6d\xfb\x5d\xa8\x4f\xf4\xdb\xa2\xbc\xaf\xa5\ \x9d\x79\xb5\x61\x3f\xc2\x06\xe6\xda\x17\xd6\x46\xf6\x1b\x1a\xe8\ \x14\x16\x93\xc9\xea\x39\x63\x36\xac\xac\x6f\xd3\x57\x27\xe6\x2a\ \x06\x06\xda\x2b\x02\xbd\x4a\x7f\x16\xfd\x1c\xeb\xf9\x4d\xa7\xf7\ \x9c\xb1\xa8\x27\x1b\xa3\x7d\x85\xf2\xb7\xf9\xee\xdf\xe2\xba\x2d\ \xa6\xd5\x36\xdd\xd5\xd6\xd5\x36\x0e\xa3\xa7\xa6\x61\x7c\x49\x4b\ \xa3\xaa\xd6\x28\x75\x4f\xc4\xd7\x57\xce\xaa\xba\xb2\x19\xae\x8b\ \x6b\xa9\x7a\x8a\xdd\x92\x13\xe3\x90\x53\x15\xbb\xfd\xa0\xcf\xfa\ \xa1\xb9\xb2\x0b\x7d\x43\xca\xba\x50\xba\xe3\x11\x37\x8f\x3c\x4f\ \x42\xb3\xa7\x7c\xcd\xdd\xad\x8b\x63\xad\xb5\xc8\xc8\xec\x6f\x69\ \xa9\xf1\xa1\x89\xd9\x49\xdf\x72\x3e\x67\x3e\xd3\x53\xd7\xd1\x05\ \x3a\x4e\x49\xd3\xc4\xef\x8d\xa5\xed\x93\x67\x7a\x6a\x46\x46\xea\ \x66\x1a\xba\x6a\x3a\x38\x25\x15\x25\x40\xa9\x24\x15\x70\x2a\x8a\ \x12\x12\xe2\x28\x45\x25\x9c\xae\xbe\x9a\x82\x80\x84\x92\x8c\x82\ \xca\xbb\x95\xa2\x24\x33\x75\x05\x09\x75\x7b\xa7\xa7\x4e\x2f\x5d\ \xd3\x72\x3e\x3f\x7f\xf2\x4c\xc3\x40\x57\x4f\x57\xd3\x52\xe3\xb1\ \xcd\x9b\xe7\xfa\x91\x83\xcc\x4d\xb1\xb2\x5b\xdd\xb5\xc6\x2f\x22\ \x9d\xfc\xd2\x72\xbe\x25\xe7\x00\xc8\xfa\xfc\x39\x35\x2d\x2d\x2d\ \x32\x33\x28\x24\x24\x29\x33\x3b\x9b\xca\x5d\xd6\xa5\xca\xa7\x7a\ \xaf\x6f\xe2\xbd\x3b\xb3\x32\x4a\x37\xe7\xab\x87\x9a\xe5\xab\x17\ \xf6\x2f\x6a\x01\x6b\xbc\xc7\xef\x5b\x78\x4b\xcb\xf7\xfc\x34\xe2\ \xfc\x60\xf6\xe2\xdf\xef\x80\x60\x01\x7e\x72\x75\x58\xc1\x4a\x96\ \x45\x57\xe3\x69\xa3\xef\x85\x85\xf3\x81\x56\xb5\x90\xf5\xf0\x8f\ \x3c\x20\xc8\xbd\x3f\x44\xc5\xbc\x0b\x4e\x89\x4a\xcb\x8e\x8f\x4b\ \x89\x4d\x8c\xf4\xaa\x67\xf5\xc8\x9e\xb4\xe6\xa5\xb5\xf6\x9f\x04\ \x7a\x7f\xb8\x33\xfb\x88\xe3\xe2\xfc\x6a\x0c\xe7\x10\x99\x19\x64\ \xb3\xad\x0b\xb8\xe6\x88\x90\x2e\x04\x8a\xce\x2f\x4b\x50\xff\x5d\ \x46\x3c\x38\x58\x3e\x46\x06\x0a\x97\x97\x2f\x85\xe3\xd0\x65\x41\ \x7e\x08\xb9\x35\x75\x59\xfc\xe6\x47\x9a\x20\x90\xca\x3e\xf2\x2b\ \xae\x27\xad\x21\x86\x5d\xb4\x34\x37\x1f\x76\x35\x8e\x6f\x9d\x2e\ \x43\x63\x9a\xfe\xc6\x71\x78\xf5\x02\x3a\x07\x6e\xc1\xce\xab\xf1\ \xfe\xae\x65\xf6\xe3\x00\x94\xed\xfb\xf7\x7f\x9d\x2d\xf8\xaf\x57\ \x17\xaf\x8a\xeb\xdf\x2d\xae\x7c\xe5\xf9\x39\x6f\xf4\xe0\x7f\x0c\ \xac\x2e\x87\x69\x9c\x6f\x92\x12\x39\xff\xb7\x2d\x0b\x01\xff\xff\ \xe9\x7f\x67\x23\x94\xc5\x75\x05\xeb\x0a\xb2\xd8\x78\xe7\xfc\x17\ \x6f\xbb\x9c\xd7\xf9\x67\x31\x5f\x7e\x83\xd9\x31\xea\xe2\xf6\xf0\ \x36\x5f\x0d\xf8\x3c\xa6\xfd\xde\x74\xa3\x4d\x9e\xec\x75\x46\xc7\ \x14\x65\xd5\x87\x7d\x1e\x38\xcb\x3b\xe9\x38\x19\xa5\x44\x77\xee\ \xfe\x2e\xf2\x48\xf1\x1e\x7e\x06\x53\x08\x49\x75\x75\xd0\xb4\xa1\ \x24\xbd\x80\x54\x92\xde\x0b\xd8\x4f\x09\x5c\x16\x84\x2b\x7a\x25\ \xfe\xa2\xa2\xe9\x04\x98\xfd\x5c\x02\xa9\x56\x3a\x74\xf7\x2b\xc1\ \x02\x68\x20\xf9\x17\xe0\xd3\x91\x7a\x14\x1c\x95\x06\x04\x0b\x56\ \xbf\x00\xa1\xea\xf5\x47\x6c\x86\x89\x40\x9a\xe1\x09\xfe\x75\x24\ \x3c\x6c\xd3\x84\x30\x46\xc2\xe0\x89\xbf\x0a\x60\x90\x7d\x1d\x74\ \xf0\x23\x88\x02\x38\xc1\x08\xfa\x97\x60\xd5\xec\x9f\x3f\x4f\x76\ \xc5\x05\x64\x07\x7c\xa8\x4d\xf4\xf0\x29\x2a\x62\x9c\x8d\x74\x32\ \x96\x9a\x28\xfb\x94\x35\xfa\x28\xad\xa1\x69\x84\x3e\x76\x44\xe9\ \xa9\xa1\x75\x52\xf7\xa8\x14\xd6\x76\xfd\xfb\x09\xe6\x68\x07\x6b\ \x33\x9f\x45\x19\x39\x61\xfd\x9e\x31\x0c\x67\x15\xca\xae\xa1\x30\ \xb0\x27\x14\x8f\x81\x6e\xa3\x02\x28\x34\x9c\x72\x16\x07\x37\x00\ \x06\x09\x82\x43\x47\x49\x1c\x25\x89\x46\x89\x4b\x62\xf1\x28\x19\ \x3c\x01\x96\xad\x48\x18\x71\x01\x0c\x4a\x10\x99\x89\x06\x8f\x57\ \x58\x5c\x46\x58\x18\x2d\x28\x28\xa3\xa3\xa9\xa3\x88\x13\x57\x91\ \x50\x50\x42\x44\xa1\xa2\xb8\x92\x86\xd1\x4b\x5d\x1d\x03\x1b\xd7\ \x9c\xd4\x37\xaf\x07\xd6\xca\x0b\x29\x34\xeb\xfb\x77\xf9\xf8\x54\ \x1d\x72\x79\x5b\x3b\xca\x1d\x95\x4d\xc3\x47\xa9\x4c\x7a\xc3\x5a\ \xf7\xfc\xd1\xdc\x46\xf9\x5e\x21\x7d\x66\xe3\x4c\x9b\xf9\xf5\x2b\ \x45\xd6\x94\x47\x88\x8b\xef\x8e\x88\x3c\xaf\xac\x61\x61\xb8\x9d\ \xbc\xf6\xbc\x55\xdb\xa3\x99\x0e\x6b\x69\x79\x6d\x59\x69\x65\xa1\ \x51\x37\xeb\x99\x0e\xbb\xfb\xa6\x6e\xbc\x3c\xca\x8c\xa2\xce\x99\ \xf9\xbd\xfd\x25\x4a\xa1\xac\x88\xfc\x9d\xf9\xc5\x8d\xa6\xbc\x8a\ \x91\x9f\x3f\x16\x28\x4b\x9d\x83\x83\x9d\x93\x63\x6b\x13\x0d\x47\ \x67\xe0\x05\xd9\x63\x6d\x74\x03\x39\xd8\x40\x65\x32\xd7\xd6\x29\ \x73\x4d\x15\x59\x45\xed\x79\x3f\x61\x92\x77\x74\x60\xfd\xc8\xca\ \xc4\xce\x02\xf3\xec\xac\x7b\x7e\xf7\xe4\x21\x07\xaf\xf2\x83\x3b\ \xf7\xef\x96\x75\x75\x35\x37\x42\xb3\x49\x68\x21\xd9\x56\x59\xd9\ \xd8\xe6\x19\x71\xa7\x83\xb9\x69\x77\x0f\x48\x5a\xa9\xaa\xe6\xaa\ \x5c\x98\x52\x5e\xec\x2b\x25\x07\xbe\xe4\xa4\x78\xcb\x0d\x85\x0c\ \x45\x64\x8f\x8e\xca\x79\xa9\x7d\x47\xa3\xbc\x5c\xe6\xe6\xb2\x9e\ \x6d\xbe\xaa\xd2\x52\x7f\xb8\xe2\xd3\xa2\xbe\x65\x26\x27\x67\xa6\ \xc6\x7f\xcb\xc9\x8e\xf3\xf3\x4b\xb6\x37\xd6\xd7\xd3\xd1\x91\x51\ \x52\xd0\x35\x7b\xfe\xe2\xb1\x89\xa5\xa5\x9e\x01\xa0\x48\xfa\x06\ \x9a\x9a\x6a\xfa\x2a\x8a\x8a\x12\x8a\x12\x4a\x8a\xa2\x4a\x0a\x92\ \x12\xe2\x32\x12\x32\x92\x8a\x40\x15\x2a\x6a\xaa\x08\x28\x2a\x85\ \x4c\xec\x14\x65\xaa\xa9\x28\xa9\x1b\xd9\x3c\xb5\xb7\x35\x4b\x0d\ \xfb\xf0\xff\xe8\xfa\x12\xb7\x24\xb7\xf6\xeb\x83\xa2\xa2\xa0\xa0\ \x80\xe2\x80\x80\x20\x82\x08\xce\x82\xa8\xa0\x39\xe1\x80\x5e\x46\ \x8a\x43\xa4\x4d\x96\x43\xa7\xc9\xa1\xc1\xb2\xb2\xb2\xd1\x8c\x2c\ \x8b\x54\x2a\x33\xd3\x28\x94\x43\x36\x6a\x93\x65\x6a\xa6\x56\x2a\ \x76\x4c\x49\x4e\xbf\x7a\xff\x8b\x6f\x6f\x35\xc5\xf3\xbe\x1f\x72\ \x89\xcc\x08\x3c\xeb\x59\xeb\xde\xf7\xbd\xd6\xe9\xac\xc3\xe5\xd9\ \xc5\xeb\x4b\x53\xd6\xd6\xec\xae\xd9\xb7\x6b\xd7\xbe\xfd\x9f\x95\ \x7e\x0d\x68\xd3\xb1\xd8\xaa\xdc\xdd\x99\x35\xbb\x4f\x9f\x3b\x78\ \xe6\x74\xd5\xb1\xf3\xe7\x6b\x8a\xcf\x9c\x3e\x79\xf0\x60\x4d\xe5\ \xb9\xad\xb3\x9e\xd5\xcd\x19\x88\xa0\x02\xdf\xf9\x91\xed\x77\x62\ \xec\xd9\x49\x47\xfb\xce\x05\x44\x17\x47\x97\xea\xda\xdb\x2b\x2c\ \xac\x6d\x1a\x89\x2e\x31\x0e\xdf\x33\x90\xc3\x7f\x3f\xf8\x05\x47\ \x8b\x7e\xca\x9f\x2e\x66\x2d\xff\xb6\x4a\x77\x7c\xfa\xf7\x9b\xc6\ \x1f\x7f\xdb\xbc\xa9\xfe\xf5\x48\xad\xda\xb2\x7f\xc3\xf6\xed\xdb\ \x37\xee\xdc\x73\x68\xeb\xf1\x63\x27\xcb\x4f\x97\x9f\x3e\x79\xe6\ \xdc\x96\x09\xf5\xab\x44\x4d\xd7\xa5\x83\xfb\x1b\xec\xaf\x6f\xd8\ \xec\xf2\xc6\xc1\x7a\xc9\xf4\xca\x6c\xdc\x79\xc1\x11\xeb\xeb\x57\ \x9b\x15\x5c\xfa\xb9\x32\xb0\xf3\xdb\xd3\xe1\xeb\xe2\x00\xf4\xb7\ \x47\xdf\xbf\xfe\xfd\xe3\xfb\xa7\x1f\x0b\xde\xf9\x50\x53\xbe\x5e\ \x64\x61\xaf\x5f\xbf\xfe\xba\xd0\xfa\x0e\xbb\xdf\x17\xdb\xb6\xbe\ \x2e\x1b\x00\xae\x68\xd0\xaf\x5f\xbf\x83\xcf\xf2\xfb\xa3\xf6\xce\ \xe6\xf6\xb7\xb0\x77\x0b\x30\xb2\x25\xa6\x24\x97\x2f\xf6\x23\xc8\ \x6d\xe4\xff\x98\x15\xd5\x7f\xcf\xf5\xfc\x36\x03\x5c\xec\x3d\x05\ \x3a\x4d\xee\xe8\xb8\x3c\xa4\xf8\xbb\xa1\x61\x11\x52\xe0\xca\x84\ \xdc\xdc\x90\xcb\xdc\xe1\x66\xe5\x1d\x94\xaf\x40\x0f\xa4\x4d\xd0\ \xc3\xd6\xcc\xc0\x6b\xa5\xba\xb5\x7c\x5c\x59\x57\x5c\x11\x8f\x7f\ \xdc\xfb\x30\x36\xda\x6a\x98\x2e\x4b\x9c\x9b\x50\x3d\xbf\xf7\xea\ \xbd\xb1\x37\xb1\xf7\xf6\xbc\x7e\xd0\x34\x39\xd9\x35\x69\x18\xda\ \x79\x64\x53\xfe\xb5\x9d\x9b\x0f\x9c\x3c\x79\xf3\x66\xe1\x89\x93\ \xef\xfe\x3c\x1e\x70\xf9\xaf\xff\xfc\x05\x33\x21\x60\x93\xd4\x45\ \x68\xe3\x0e\x8b\x4e\x00\x99\x2e\x97\x40\xcb\x2b\x09\x9f\xcc\xc8\ \x03\x00\x05\xd4\x5e\x09\x00\xa1\x5b\x80\x82\xdd\xba\xc5\x28\xc9\ \x5b\x1c\x37\x84\xf8\x74\x19\x20\xd4\x45\x58\xac\x17\x03\x85\x58\ \x2b\xce\xe3\xb9\x51\xf9\x64\xb1\x44\x2c\xe1\xe3\xb1\x00\xa8\x6e\ \xc1\xa5\x3b\x38\xe9\x53\xc2\x00\x2a\x31\x0f\x90\xb4\xcb\x70\x54\ \x87\xcf\xc7\x8a\x79\xb0\x7f\x82\x8f\x0d\x4c\x8a\x8e\x3b\xbd\xcf\ \x3b\x37\xf7\xf4\xd1\x2d\x27\x36\xee\x7f\x76\xef\xc9\x87\xd6\xa1\ \xa1\x1b\x77\xc6\x3f\x76\xcc\x8f\x8d\xeb\xcb\xbe\xcc\x8f\x74\x28\ \x8d\x5a\xad\xae\x77\xce\xa4\x9b\xd1\xeb\x55\x43\x7d\xda\xc1\x7e\ \xa9\x50\x34\x6a\xea\xed\x19\x1d\x7a\xf9\xf8\xcb\x6c\xb7\xde\x10\ \x2d\xc1\x33\x16\xa8\x1d\x89\x4c\x22\xe1\xc1\xd1\x19\x8f\x77\xe6\ \x61\x49\x78\x32\xc9\x19\xeb\xce\x61\x53\xc1\x5f\x64\x32\x56\x4c\ \x75\x83\x91\xf4\x30\xe0\x0b\x0e\xeb\x90\xc9\x62\x80\x69\x40\xee\ \xe2\x21\xbd\xa2\xf2\x49\x60\x23\x63\xbb\xb1\x38\xb0\xbe\xe2\xee\ \x1e\xc8\xf6\xf1\x61\x79\xb0\x02\xe2\x04\x91\x21\x61\xec\xb0\x9a\ \xd6\x0d\x6a\x75\x8c\x6e\xb4\x9e\x48\xf4\xa4\x5b\xf9\x55\x07\x49\ \xad\x30\x89\x2a\xcd\x94\x69\xae\xaf\x5b\x55\x2f\x4a\x1c\x50\x5b\ \x7b\x22\x6d\xeb\x4d\xfd\x04\xa9\x46\x28\x9a\x90\xf5\x2b\x44\x0a\ \xbd\xaf\x6a\xf4\x63\x22\x45\x34\xd3\x23\x72\x20\x60\x6c\x45\x22\ \x66\xa2\x06\xe9\xe0\x40\x74\xf0\x15\x0a\x09\x28\x29\x81\xe9\xe5\ \x22\x1c\xef\x63\xf6\x6a\x12\x7b\x54\x4a\x65\xa2\xaf\x8b\x82\xe8\ \xe2\x85\xf6\x52\x29\xbb\x6e\x3e\x7f\x7e\xef\x4b\xd7\xc7\xa1\x97\ \xef\x47\x8d\x46\x83\x56\xaf\xd3\x4f\xe8\x75\x13\x33\x73\x5d\xe0\ \x38\xdd\xa5\x9d\x31\xdd\x36\xde\x7e\xff\xfc\xdd\x8d\xeb\x37\x1f\ \xef\xbc\x71\x76\xe3\xa1\x7d\xf9\x1b\x8f\x1e\xda\xf2\xf8\xf1\xfb\ \xe7\xcf\x8c\x7a\x5d\x2f\x11\x81\xc6\x11\x1c\x2c\xeb\xda\x3a\x01\ \x8f\x6a\x6b\x82\xae\x22\xcd\x80\x4e\x35\xb5\x24\xd0\x13\x08\x65\ \x5d\x5a\x95\x45\x01\x12\xed\x59\xd0\xdc\xd8\x90\x60\x91\x90\x60\ \xe1\x17\x64\x6f\x41\xf7\x0c\x42\xa8\x12\x83\x09\x2e\x76\x4a\x93\ \xa1\x47\x3f\x37\xa7\x53\x23\xec\x88\x52\x2f\xfb\x96\xce\xbb\x05\ \xfd\xc7\xce\x1f\xad\x2c\x3f\x97\x59\x53\x79\xf8\xdc\x89\x13\x35\ \x27\x8e\xad\xcf\x2c\x4d\x8d\xf4\xf7\xf6\xa6\xb9\xb3\x22\xd2\xd2\ \xca\x53\xe3\xa2\xc3\x22\x03\xc2\xc3\x03\xb9\x30\x12\x27\x30\x6c\ \xc1\x6f\xd4\x83\x85\x07\x48\xc5\xf2\xe1\xb2\x59\x1e\x1e\xee\x34\ \x76\x88\x20\x1c\x08\xc5\xb4\xc7\x93\xa3\x1b\xd3\x22\x39\x21\x81\ \xb1\x71\x69\xeb\xd3\x53\x33\xf7\xed\x3a\x75\x68\xe3\xa1\xcd\x67\ \x37\x9d\x2f\xdc\xbc\x71\xeb\xa9\x6d\x37\xfb\x5a\x5f\x25\x16\x25\ \xc4\x0c\xa5\xa4\xae\xcf\x5a\x9f\xbd\xbe\x74\xfd\xb1\x72\x38\xff\ \x5d\x03\x80\x6a\xf7\xe1\x7d\xe7\x0e\xef\xaa\xaa\x54\xe6\xb8\xb6\ \x35\x57\xfb\x65\x20\xa4\xe3\x73\x9f\x4d\xcd\xcf\x3d\x32\x0f\xbd\ \xcc\x8a\x15\xa4\xed\x0f\x7a\xd1\xd4\x50\xe0\x47\xbf\xda\xe4\x82\ \x61\x7a\x15\xd8\xf9\xfd\xf8\xd6\xb2\xe8\xae\x27\xff\xf9\x73\x8d\ \x59\xf5\x18\x6e\x3c\x4f\x87\xff\xfe\x2e\x7f\xeb\x59\xf7\xc3\x4f\ \x34\xbb\x73\xc3\xa1\x5d\x07\xf2\x37\x1c\xa8\x3a\x9f\x5d\x75\xae\ \xa6\x66\x6d\xcd\xe9\x93\xa5\x27\xc6\x7d\x4d\xf5\x53\xa3\xfb\x8f\ \x16\x26\xbe\xb8\x9d\xbf\x75\xf0\x2d\x3a\x63\x31\x2a\x67\x78\xd1\ \xc9\xfd\xef\xdf\xc6\x57\xbf\x7e\x5d\x95\x2f\x95\xd2\x7f\xfe\xc6\ \x29\x28\x1a\x97\xd8\xd8\xdf\xc3\xbf\x60\x98\xda\x1b\xb0\xf3\x28\ \x7a\xf4\xeb\x17\xe0\x42\xbf\x96\x6a\x5a\x4f\xa1\x90\x04\xd2\x70\ \x31\x90\x1a\x62\x09\xf4\xac\x86\xbd\x0e\xe0\x00\x63\x0f\xbf\x7d\ \xfa\xbe\xe4\xa2\x05\x0f\xaf\x61\x4a\x08\xc0\xb8\x05\x8e\xb4\x42\ \x9b\x96\x81\x69\xb9\x3f\xc1\x46\xbe\xaa\x6c\x6e\x5e\x9c\x5a\xee\ \x57\x78\xfa\xf4\xdf\x78\xb4\xd4\x2f\xb1\xe2\x02\xe3\xb8\x22\x06\ \x1d\x97\xb3\x5e\x6d\xcc\xdf\xc5\xdf\x86\x58\x57\xff\xbe\xfa\xdb\ \x0b\x6b\x45\x27\xae\x1e\x88\xb6\x59\x32\xee\x33\x97\x90\x7f\x5c\ \xfa\xf0\xd9\xa0\x7d\x76\x69\xc4\xf0\x64\xa8\x6b\x70\x7b\x6c\x76\ \x9f\x76\x7c\x42\x37\x3e\x67\x1c\x31\x99\xf4\xda\x91\x27\x9b\x9e\ \x0c\x8d\xe8\x9e\x6f\xbb\xbe\x67\xd3\xb5\xeb\xf9\xcf\xdf\xf7\x4e\ \x0c\x71\x1f\x3e\x5c\x30\x97\x59\x90\x69\x40\x13\x5e\xae\xbd\xf5\ \x30\x0f\xe6\x4d\x40\x61\x78\x99\x5c\xcb\x20\xf3\x18\xd0\x0c\x1d\ \x40\x18\x8c\x9d\xb8\xf5\xf0\x32\x90\x89\x60\x0b\x7f\x58\xcb\x80\ \x84\xeb\x56\x2d\xaf\x84\xf7\x10\x26\x15\x5e\xce\x83\x62\x51\x5c\ \xcb\xa3\x92\xf1\x12\x3c\x95\x07\x13\xb4\xc4\xb0\x93\x14\x80\x9d\ \x38\x8f\x04\x73\x1f\x4a\xc4\x0b\x1e\xcb\x12\xa0\x2e\x61\xd5\x9d\ \x01\x1b\x20\xc8\x21\xb1\x49\xb1\xc5\x55\x07\xb9\xbb\x2b\x4f\x1f\ \xdc\x73\x74\xc7\xc6\x4b\xad\x4f\x9e\x3f\x79\x6c\x78\x7c\xc3\x34\ \x67\x9c\x9a\xe9\x9b\x49\x34\xf6\x3d\xd1\xe9\x47\x0c\xda\xf9\x9c\ \x41\x2f\xb4\xae\xd5\x98\x63\x52\xc7\xf4\x0f\xc4\x28\x91\x1d\x83\ \x14\x8d\x56\xa7\x31\x99\x66\x8c\x5f\x86\x36\xe0\xe1\xcc\x20\xc0\ \x24\x12\x2f\x8f\x41\xc2\xf3\xf9\x78\x3c\x89\xcc\x83\x7e\x58\x40\ \x24\xba\xfb\xb8\xbb\xb9\xb9\x3b\x39\xf3\x9c\xa8\x7c\x2a\x8f\x4c\ \x75\x72\x72\xa2\xe2\xdd\x00\x29\x63\x30\xc4\xe0\x36\x80\x90\x61\ \xdd\xa9\x4e\x3e\x12\x67\x27\xac\x33\xcb\xd9\x83\x1d\xce\x76\x66\ \xf9\xf8\xb3\x7c\x58\x6c\xb0\x39\x06\x46\x84\x46\x17\x0b\x7c\xbc\ \xd9\x71\x57\x74\x5e\x65\xcc\x39\x9d\x97\x1d\xc6\xc2\xd3\xbe\x20\ \xc3\x35\x86\x62\x1f\x93\x38\xf8\x65\x48\x3f\x77\x7b\xbc\xcc\x8b\ \xa2\xfa\x1c\xd3\xaf\xac\x0f\x36\x29\x00\xfb\x53\xc6\x94\xc9\x8c\ \x44\xd9\x85\xfb\x33\xca\x97\xaf\x06\x91\xbe\x5e\x18\xdf\x44\x8d\ \xb2\xec\x95\x1e\xcd\xfc\x12\xe3\x80\x73\xa8\x57\xbb\xc4\xe4\x28\ \x08\x44\x99\x94\x88\xe9\x98\x0b\x26\x10\xac\x90\x08\x2b\x4b\xa1\ \xc8\xcf\x85\xe9\xe5\x8b\x44\xf8\x06\xeb\xae\xdc\xf8\xf8\xec\xd5\ \xc8\xe8\xe7\xdb\x5f\x26\xf5\x73\xc6\xae\x89\xb9\xf1\x01\x75\x6f\ \x47\x6f\x87\x71\x4e\x31\x65\x9a\x98\xd1\x77\x19\x0d\x9f\x27\xbf\ \xcc\x7e\x7c\x7c\xfd\xda\xa6\xbd\x7b\xff\xdc\xb8\x65\xfb\xa6\x9d\ \xbb\x76\xe6\x17\x1e\xb9\x7e\xe4\xfd\x88\x49\x3b\xee\x8b\x11\xa9\ \x72\x08\x0d\xb0\x2b\xa7\xae\xa1\xa5\xba\xe1\x6e\x0b\x38\xa9\x68\ \x6e\xb1\xcf\xa8\x40\x39\xf4\x18\x0c\x83\x96\x74\x07\x9c\x5d\x51\ \x53\x75\x41\x51\x86\xa7\xad\xbd\xbd\x15\xd2\x35\x23\xc3\x5e\x29\ \xf5\x42\x5b\x5a\xc9\xa6\xf4\xf3\x33\x5d\x7a\xbd\x4e\x68\xed\x90\ \x81\x44\x5b\x24\x20\xde\x15\x67\x9e\x38\x76\xac\xb4\x32\xb7\xea\ \xf4\xb1\xd3\x35\x55\xa5\xa5\xc5\xe5\xeb\xcb\xd7\x25\xa5\x44\x07\ \x84\x38\x61\xbd\x53\xa3\x63\x53\xe3\xd3\xa3\xe2\x04\xe1\x5c\x56\ \x08\x27\x24\xc4\x87\x1b\xe6\x1f\xc8\x01\x2c\xcb\x83\x13\xea\xcd\ \x0d\xe1\x06\x06\x86\x78\x7b\xb3\x7c\xe0\x48\x21\x97\xed\x9f\xb4\ \xe7\x95\xa1\x75\xeb\x99\xf4\xf0\x80\xa8\xb0\xc8\x75\xa9\x59\xc9\ \xe9\xd9\xa5\xd9\x27\x8b\x0f\xef\xb8\x5e\xb8\xb1\x70\xfb\xa6\xfd\ \x9b\x5a\x87\x5e\x99\x50\x2d\xf6\x86\x53\xc9\xa9\xb9\x99\xeb\xb3\ \x92\x53\x77\x67\x27\xaf\x2b\xcd\x3c\x99\x7b\xec\xd8\xb9\xdc\xaa\ \x93\xe5\xa7\x4e\x9d\x3a\xe6\xda\xfe\xe8\x41\x5b\x63\x82\x5d\xce\ \xdc\x8c\x52\x85\x68\x89\x8d\x3e\xb7\xf1\xbe\x20\x20\x6c\xf0\x45\ \x7b\x5b\x7b\x67\x43\x5d\xc3\x9a\xbb\x9e\xf6\x96\xc4\x98\x01\xcf\ \x5f\x9f\x32\x86\xdb\x13\xbe\x7d\x82\xe5\xa5\xd5\xe6\x9d\x36\xf2\ \xd7\xdf\x7e\x7c\xb5\xf9\xe5\x59\x3d\xec\x48\x21\xdc\xcf\xdf\xb3\ \xb3\xf0\xc0\xd1\x43\x35\x67\xd6\x56\x9e\x39\x7e\xb8\x74\x77\xe9\ \x89\xaa\x3d\xdd\x2e\x52\xe6\xd8\xc8\x81\xaa\x5d\x93\x6f\x31\x7f\ \xee\x18\xbd\x6b\x55\x00\xc7\x00\x60\x33\x26\xb4\x43\xfe\x1d\x41\ \x01\x43\x87\x6c\x5e\x2f\x04\x53\x2c\x53\xaa\xdf\x6e\xa3\x0b\x37\ \x80\x72\xed\xd3\x8b\xf6\xf6\xb6\x86\x6a\x0b\xbb\x0a\x00\x5d\x6f\ \x3f\xfd\xbd\xd8\x34\xba\xd8\xad\x00\x93\xb6\x17\x20\xcb\xc6\xf1\ \xf5\xeb\xa5\x92\xd5\xc2\x53\x80\x3b\x7e\x5a\x0c\x3e\x84\x0f\xfe\ \xd4\xd1\xac\x69\x6a\xd9\xe6\xcf\x4c\xd4\xad\x2c\xf0\x2d\xf7\x29\ \x2c\x81\x98\x8d\xf9\x8d\x96\x1a\xad\x1c\x9f\x2e\x8c\x01\xfd\x1e\ \xb5\x96\x9b\xd5\xd9\xe5\xab\x79\xd4\xe2\x6c\xe0\x52\xd7\x95\xdc\ \xac\x81\x74\x75\xc5\xcb\xbc\xa7\x74\xa5\x36\x0f\x7f\x56\xb9\x79\ \x99\x6b\xca\x3f\xba\x15\xc6\xd9\x8e\x77\x1f\x47\xef\xfc\xb9\x77\ \x66\xf0\xc3\xe6\xed\x46\xe3\x91\x1d\x5b\x6e\xeb\x0c\x1f\xaf\xf7\ \xe9\x3f\x74\x4f\x0c\x28\x83\x75\x23\xa3\x1f\xb5\x17\xf2\x77\x5c\ \xdb\x36\xa5\xd2\x69\xc7\xa2\xfe\x73\x0b\xa6\x04\x02\x8e\x55\x02\ \xb1\x0a\x96\xa3\x6e\xc1\x02\x53\x1e\xf4\x6c\xa8\xe5\x5f\x16\xf3\ \x18\xb0\x25\x9c\x4f\x05\xe0\xc3\x07\xba\x0e\x80\xd4\x42\x14\x34\ \x00\x2e\xa0\xf5\xc0\x7d\xc8\x12\xea\xc3\x5a\x31\x8f\x07\x3b\xae\ \x18\xd0\x34\xab\xa4\x96\x2a\x29\x81\x63\x82\x80\x58\x3d\x04\x52\ \x10\xdc\x9b\x0a\x1b\x08\xf2\xf8\x62\xc9\xc3\x8b\x7c\xd8\xab\x25\ \xb9\x0c\x8d\xd5\x79\x3c\x89\x98\x44\xf6\x01\x7b\xe3\xca\xf2\xc3\ \x11\x87\x4f\x15\x57\x15\x5e\xb8\x72\xe9\xa6\x61\xf6\x71\xdf\xfb\ \xf7\xf7\xf6\x4f\x8e\xbc\x34\x4c\x76\x7f\x9c\x32\xbe\x9b\x7f\x39\ \x31\x6b\xb8\xdd\xaa\xbb\x7f\xed\xf3\x97\x3d\xd3\xaf\xf6\xd5\x5b\ \xd7\xab\xc7\xba\xfa\x81\x2e\x52\xf7\xf6\x10\xc1\xbf\xa4\x9d\xeb\ \x9a\x5b\x4b\x75\xc3\xe3\x61\x39\x8a\xc7\xc3\x93\x60\x95\xdd\x1d\ \x32\x28\x0f\x32\x83\x0c\x60\xc8\x0d\xc8\x3b\x37\xa0\xf9\x9c\x81\ \x26\x84\xf3\x39\x78\x0f\xac\x07\x38\x8f\xc7\x03\xfc\xc2\xe3\xdd\ \x59\x6e\x78\x9a\x13\xd0\x86\x1e\x6c\x67\x37\x16\x8b\xed\xc3\x0a\ \xf1\x61\x7b\xfb\x78\x80\x3f\x9c\xb8\xb1\xd1\x11\x6c\x6e\x5c\x7c\ \x92\x3b\x76\xed\xf5\x09\x91\x5a\xa6\xa3\x04\x7b\xd9\x59\x04\xf9\ \xd5\xd9\x7f\x26\xa0\x10\x44\xaf\x32\x7d\x8e\xf6\xf3\x80\x72\x8e\ \x42\x51\x33\xd5\xc6\x31\xad\xe9\xc8\xe4\xc7\x01\xca\xe8\xdc\x98\ \x76\xae\x57\x34\xaa\x57\x89\x46\xa4\xfa\x5e\xbd\x8c\x10\x8c\x03\ \x10\x45\x94\x06\x0f\xe4\x24\x8a\x1c\x66\x37\xf6\xba\x22\x29\x5e\ \x42\xa2\x83\x42\x43\x54\x53\x6c\x85\x31\x0e\x48\xa2\x0b\x0a\x89\ \x20\x62\x30\x38\x8c\x35\x02\x8d\x96\x0e\xb6\x76\x20\x64\x5a\xad\ \x49\x6f\xd2\x4d\x74\x8d\xf5\x8f\x4f\xf5\xab\x34\x65\xe3\xba\x89\ \xfe\xde\xde\x09\xfd\xd4\xac\x4e\x6f\xd2\xea\xbb\x27\x3f\xbf\x1b\ \xfd\xfc\xf8\xce\x85\x3f\x8f\x1c\xd9\x71\xe5\xe0\xa9\x0d\xdb\x4e\ \x1c\xda\xb0\x6b\xe7\x95\xfb\x1f\x0d\xb7\x8d\x65\x32\x8d\x26\x26\ \xa3\xa5\xa9\xb9\xa9\xa1\xba\xad\x28\xe1\x41\x43\x4b\x33\xc0\xad\ \x16\x97\x84\x3a\x7b\x14\x65\x70\x54\xaf\xb4\xa7\xdb\xfa\x12\xec\ \xeb\x80\xb2\x2a\x08\xa2\x7b\xba\xda\xe3\x90\x7e\xf6\x14\x0a\xce\ \x8e\x62\x49\x1c\x1b\xeb\x1f\x23\xc6\xc8\xea\x95\x2e\x2e\x4a\x6d\ \xf7\xcd\x9d\x95\xf1\x99\xd9\xbb\xcb\x4f\xee\x5e\x7b\xa6\x74\x77\ \xf6\xee\xdd\xd9\x6b\xb3\x53\xb3\x6b\x4a\x73\xd7\xc6\x25\xa5\xc6\ \x05\xb8\xb1\x23\x93\x23\xa3\x92\xd7\xa6\xae\x8b\x05\xc8\x14\xca\ \x09\xf1\xf6\xe0\x7a\x73\xa2\xc2\xd8\x40\x52\x73\x38\xfe\xfe\xb0\ \x2f\x4b\x10\x08\x80\xcc\x9f\xe3\x1f\xc2\xe2\x46\xc6\xef\xbe\xf1\ \x7e\xe8\xf1\x8d\x5d\xe7\xa2\xc2\x63\xe3\x62\xc3\x93\xc1\x9d\x23\ \x05\xa9\x51\xc9\xeb\xcf\x1c\x3b\x5e\x75\x70\xcb\x33\x83\xf1\xcb\ \x97\x01\xbf\x0a\xc2\xe9\xf4\xcc\xec\xf8\x75\xc5\xbb\xb3\xd7\x65\ \xd7\xe4\x96\x17\x97\x97\x16\x57\x96\x96\x96\x57\xae\x4f\x2f\x2f\ \x3d\x76\xfe\xc3\x8f\xef\xdf\x3a\xeb\xac\x14\x5d\x43\x93\x53\x31\ \x6f\x0c\xec\xb4\xe3\x37\xfb\x02\x0f\x23\xbf\xdf\x6d\x6e\x7e\xd0\ \xd9\xd8\xdc\xb0\xe6\x45\x45\x91\xbd\xa7\x2b\xd3\xe1\xd1\x0b\xc4\ \xb7\xa6\xa2\x6f\x41\x30\xa0\xfa\xe7\xeb\xab\x72\xb9\x59\x25\x65\ \xcd\xd7\xe1\x5f\x8e\x8e\x6f\xdb\x3f\xad\xb9\x9b\x93\xb3\x67\xdb\ \xe6\xc2\xc3\x07\xf2\x0f\x55\xd5\x54\x9d\x3e\x79\x78\xdf\xe9\xdd\ \xc7\x8f\x9d\xb8\xcd\xc4\x11\x27\xee\x6d\xdd\xb3\xfd\x59\xd0\x9b\ \xdb\xd7\x3f\x17\xd5\xb5\x00\xca\xb3\x90\x95\xba\x30\xf2\xf2\x03\ \x62\x09\xb4\x18\x1d\xbe\xfa\xf3\xab\x99\x50\x84\xf2\xef\xc7\x62\ \x58\xe1\x8f\x6f\xe0\xf8\xf6\xd1\xa3\xbb\x77\x3b\x9b\x1b\x0b\xe8\ \x9e\xf6\x88\x18\xdb\x17\xdf\xde\x3e\x78\xf4\xfd\xd7\xa2\x9c\x84\ \x2f\x6b\x21\x2c\xf1\xf5\x42\x62\xe2\x42\x01\x0c\xe2\xdd\x37\xf0\ \x34\x9f\xa0\xef\xe7\x8b\x6f\x40\x42\x0e\xff\xfa\x79\x75\x75\xd3\ \xd4\x72\x9a\x83\xe3\x0a\x4a\xad\x9c\x9a\xc3\xc3\x4a\x46\xcd\x72\ \x53\xe8\xe2\x1a\x23\xd0\x71\x5f\xaf\x3a\xae\x66\x62\x66\x43\x8b\ \xf2\xff\xae\x5a\xad\xb6\x96\x59\x15\x9d\x61\x66\xe2\xfc\xdf\x37\ \x5d\xe4\x6b\x72\x33\x63\xac\xa5\x8a\xd6\x1f\xcf\x94\x22\xfd\x87\ \xdb\xdd\x53\xa6\x91\xd6\x8f\xd3\x9a\xdb\x37\xa7\xc6\xee\x6d\x38\ \x65\x98\xd0\xea\x3e\x8c\xce\xbe\x9a\x34\x0c\x28\x8d\x93\x3a\x53\ \xdf\xcb\xe7\x37\xf5\x06\xdd\xbc\x4a\xff\xd2\x98\xfe\x9f\x8b\x40\ \x0c\xc2\x98\x79\xd8\x88\x55\x72\x11\x86\x43\xf0\x24\x92\x92\xda\ \x5a\x1e\xd0\x7f\x3c\x20\x04\x79\x00\x58\xa8\x24\x28\xec\xf8\x3c\ \x68\x6e\x50\x2b\x21\x4b\x24\x7c\x7e\x2d\x10\x7b\x3c\xbe\x84\x57\ \x7b\x19\xda\xf3\x31\xa0\xb1\x0c\x99\x01\x28\x14\x9c\x2b\x84\xee\ \x54\x64\x5e\xc9\xc3\x3c\x1e\x50\x98\x0c\xf8\x20\xb7\xa8\x25\x25\ \xe0\xa6\x00\xb0\xa0\x37\x69\x1e\xa3\x16\x80\x9e\x04\x08\x49\xfe\ \x65\x6c\x58\x78\x5c\xe6\xfa\x83\x95\xb9\xc9\xc5\xc5\x7f\xbe\xeb\ \xf5\xea\x62\x00\x00\x20\x00\x49\x44\x41\x54\xdc\xbb\xe3\xc6\x6d\ \xc3\xcb\x97\xcf\x0d\xa3\x1f\x27\x8d\xf3\x63\x9a\xfe\x1b\xf7\xf4\ \x23\x1d\x5d\xd3\xaf\x0a\xaf\xf5\x3d\x79\xa5\x53\x76\x8c\x96\xf5\ \x3e\x9e\x52\x00\xb0\xd2\xaa\xa6\xef\x28\x7b\x54\x13\x13\xe3\x3a\ \x83\xaa\xb7\x9e\xa2\x0e\xc5\x3b\x93\x78\x3c\x3e\x9f\xea\x04\xd4\ \x1f\x83\xcc\xc7\x92\xf9\x64\x92\x07\x00\x24\x27\x12\xc3\xdd\xd9\ \x89\x43\x63\xb9\x93\x9d\x80\x52\x24\xe1\x79\x3c\x12\xe0\x63\x58\ \xd8\x17\x0a\x27\x77\x3c\xdc\xa0\xef\x15\x8d\xcc\xa7\x01\x05\xc8\ \xf1\xf0\xf1\xf6\x00\x60\xe5\xee\x0d\x08\x42\x48\x60\x68\x78\x40\ \x72\x9c\x3f\x97\xcd\x09\x0b\x8f\xcc\x9f\x1c\xcf\x29\x53\xf8\x32\ \x29\x38\xa4\x95\x75\x50\x11\x71\xaa\xc3\xc1\x8e\x42\xc8\xa1\x04\ \xd7\x2b\x14\xca\x32\x8a\xac\xa7\x77\x50\x33\xd1\xad\xbb\x76\x13\ \xbc\x70\x34\xc5\xa4\x13\xc5\x30\x71\x2e\xa6\x7a\x9d\x74\x22\x51\ \x25\x9a\x1e\x4c\xc4\x59\x06\x7b\x11\x29\x68\x69\x8f\x88\x38\x70\ \x7f\x0a\x8d\xb4\x74\xa9\x2f\x13\xe6\xc8\x70\x04\x82\x48\x25\xeb\ \x55\x4b\x83\x71\x96\x5e\xf5\x31\x03\x32\x34\x00\x2d\x14\xd8\xe6\ \x5e\xbc\x11\x75\x77\x8d\x77\xe8\xc6\xfa\x07\xd5\x3d\x1a\x8d\xaa\ \x4c\xa6\x1c\x53\xf7\xaa\x65\xaa\x1e\x8a\x5a\xaf\x1f\xd7\xcf\x77\ \x74\x4c\xce\xdf\x1e\x79\x35\x39\x7b\xa9\xf5\x66\xfe\xd6\xbd\xad\ \x97\x36\xef\xd9\xb7\x6b\xe7\x81\x5d\x1b\xf3\xb7\x6f\x6f\x6d\x9d\ \xe9\xcf\x51\x2a\xfd\xc0\xe3\x34\x37\x15\x01\xb0\x6a\xca\x68\x6e\ \x6b\x69\x68\x29\xca\xf1\x2b\x08\x72\x0d\xc6\xe9\x67\x3a\x54\x16\ \x16\xc4\x18\x0a\x32\xa1\xa0\xae\x21\x03\x69\x4f\xb7\x40\x62\xd0\ \xb6\x56\x76\x0e\x76\x5e\x38\x66\xce\xdc\x54\x4e\x8e\xd0\xcb\x0b\ \xad\xdc\x9e\x9a\xb6\x3e\x2d\x3d\xb7\xf8\x0c\x90\x63\xa5\x55\xb9\ \xa5\xa5\x67\xb2\x73\x4b\x8b\x93\xb2\x52\x53\x2b\xcf\x9c\xce\x4e\ \x4d\x4e\x8e\x8e\xf3\x67\x07\x44\x26\x47\x08\x62\x53\x33\xe3\x92\ \xe2\xb8\xa1\x1c\x1f\x6f\x27\x1f\x77\x76\x68\x40\x20\x87\x06\xe7\ \x03\xfd\xd9\xfe\x1c\xef\x80\x88\x88\xa8\xb0\xf0\x08\x41\x60\x44\ \x6c\x44\x5a\xca\xb9\x3d\xd7\x8f\x9c\x3d\x74\x30\x33\x33\x73\xdd\ \xc1\x73\xd9\x69\xe1\x61\x91\x91\xc9\x51\x61\x51\xc5\xe7\xd2\x4b\ \x6b\xf6\xdc\xd7\x8e\x99\xb4\xd2\x8c\x84\x2f\xec\x90\xf5\xe9\x29\ \x69\xc5\xd9\x69\x69\xd9\xe9\xa9\x95\xbb\xab\xd6\xe6\x9e\x2e\xad\ \xac\x59\x97\x96\x95\xb9\xaf\x72\xfd\xf1\xe6\xef\xed\x0d\x28\xd1\ \x8c\xb1\x5b\xaf\x74\x6d\x4a\x0d\xad\xda\xf8\xf1\xcc\xa5\xbb\x6f\ \xda\xa0\x15\x70\x67\x67\x5b\x81\xfc\x7b\x75\x53\x75\x90\x2d\xda\ \xd2\xbe\xc1\x62\xb8\xf9\xed\xa3\xc4\x96\xe1\xd7\x4f\x81\x48\x5b\ \xa8\xde\x3c\x7d\xfa\x7b\x2b\x7b\xfd\x14\x6e\x3c\x3f\x87\xbf\x7a\ \xda\xdd\xde\x9c\x7f\x68\xe7\xa1\xed\x5b\x77\x9d\x3b\x7d\xfc\xe4\ \xc9\xd3\xa7\xcf\xd4\x9c\xab\x32\x88\x50\x56\x8a\x89\xcd\xbb\xb6\ \xed\xf0\xfa\xee\x7a\xc7\x40\x69\xb9\xfb\xed\x1b\x34\x0b\xfe\xf6\ \x09\x8e\x0c\x43\xe3\x60\x70\x1e\x82\xd3\xdf\x3f\x7e\x2d\x44\xa9\ \xfe\x58\x8a\xfd\x82\xa1\xaa\xdf\xbe\x7d\x7b\xf3\x02\x2e\xd1\xbe\ \x80\x5e\x9f\x80\x0f\x82\xfd\x82\x3d\xc2\xd2\xab\xcc\xa1\xe9\xcd\ \xdd\xa6\xb6\xef\x8b\xd9\xd1\x7f\x2f\x54\xe9\x7f\x3b\x74\x3d\x5d\ \xe2\x57\xc3\x3f\x3e\xbd\x58\x30\x30\x7e\xf3\xe2\xd1\xdb\x4f\xdf\ \x7f\xaf\xf3\xd9\xc8\x7f\xe3\x8f\xd9\xe8\x8c\xcd\xca\xb4\x9f\xe3\ \x52\x31\x6b\xe1\x06\x8e\xab\x28\x8f\xdc\xac\x87\xdd\x66\x69\xbe\ \x1a\x10\xba\x85\x0c\x2e\xb9\x19\xaa\x2d\x9f\x35\x17\x95\xf2\xc5\ \x6c\x32\xb9\xa3\xfc\xdf\x15\x2d\xf9\x6f\xfa\xf5\x5f\x38\x25\x37\ \x9b\x31\x5c\x45\xaf\x96\x5e\xee\xc2\xc9\x1f\xe7\x0d\x8a\xae\x99\ \xcf\xda\x89\x41\xbd\xbe\x6b\x5c\x61\xe7\x7b\xdf\x18\x64\xaa\xd9\ \x79\xc7\x38\x36\x6d\xf8\x3c\x95\x33\xfa\xc5\xd0\x6d\xdc\x7c\x26\ \x20\xe0\xa8\x69\xfc\xc3\x67\x63\xaf\xb1\x6f\x76\xf7\xc5\x5b\x00\ \x70\x60\x6f\xd4\xc3\x5b\xb5\x30\x51\xfe\xe2\xad\x5a\x09\xe4\x52\ \xb5\xd0\xe2\x9d\x01\xcb\x4e\xb5\x0b\x29\xa3\x25\xe2\x5a\x32\x40\ \x99\x8b\x79\xe2\x3c\x40\xad\x1e\x4a\x80\x38\xe4\xe1\x17\x40\x0c\ \x86\xa6\x4a\xa8\x7c\xde\x65\x46\x9e\x04\xb2\x32\xbe\x98\xc4\x17\ \xf3\xc8\x8c\x3c\x1e\x43\xb2\xb0\x68\x28\x11\x4b\x18\xb0\x47\x14\ \x8a\xcc\x5a\x31\xb8\xc1\x65\x7e\x6d\x2d\xf4\x2d\x96\xd4\xd6\xfe\ \xc5\x48\x8e\x88\x2f\xae\x2a\xcd\xcd\x4e\x2d\x3d\xff\x67\xeb\xd9\ \x6b\x1b\x3f\x7c\xbc\xf3\xbe\xfb\xc3\xe8\xa4\xb6\x67\x7e\xa0\x7e\ \x62\xa2\x6b\xb2\x47\x25\x1d\x6f\xdd\x3f\x75\xff\xac\x5e\xa3\xd2\ \xab\x55\xa6\x71\x95\xbd\xcb\xe4\x97\x8e\x91\xa1\x29\xe3\x93\x19\ \x43\x47\xff\xe7\xb3\xf3\x13\x3d\xe3\x0e\x43\x64\x77\x12\x9f\x4a\ \xc2\x3a\x39\x03\x0e\x05\xe0\xca\x0d\xd0\x2d\xac\x1b\x16\x36\x2b\ \xb8\x79\x38\xf9\x78\xf8\x78\x78\x90\xdd\xbc\x69\xce\x4e\x24\xb2\ \x9b\x07\xd0\xad\x24\x37\x37\x16\xd9\xc9\xc3\xc3\x8d\x45\x03\xfa\ \x90\x05\x78\x58\x28\xcd\xdd\x9f\x45\x63\xd3\x38\xde\x1c\x9f\x10\ \x6f\x36\x2b\x84\xcb\xe1\x04\xc4\xa7\x46\x02\x6a\x00\x48\xc2\xc6\ \x49\x5d\xbf\xb0\xfe\x95\x54\x95\x88\xb1\x45\x20\x3c\x1d\x26\x28\ \x9a\xbe\x8e\x7a\x8c\x15\x8a\xc8\x0c\xf6\xc5\xc8\xe6\xc7\xfa\xfb\ \x55\x65\x63\x3a\x21\x45\x24\xd3\x69\x35\x73\x04\x8d\x90\x42\xa9\ \x57\x0f\x10\x13\xc7\x8d\x52\x54\x4c\xcc\xed\x60\x8c\x97\x10\x45\ \xc1\x60\x5c\x34\x8a\x32\x0a\x01\xe3\x80\xc0\x61\x50\x38\x34\xb3\ \x47\xc3\x44\x31\x5d\x08\x53\x5a\x4d\x70\x7f\xb0\xb0\xcc\x57\x28\ \xf2\xca\x41\x24\xd4\xb5\xb4\x3c\x68\x1b\xd7\x4f\xa9\x07\xc6\xd5\ \x1a\xb5\xa2\xbe\x4c\x56\x1f\x23\x94\xd5\x97\xd5\xf7\x28\x65\x3d\ \xfd\xf5\xbd\xea\xf1\x19\xe3\xa4\xb1\x5f\xa7\xd7\x7f\xfe\xfc\xd9\ \x70\xef\xd5\xf5\x1d\x5b\xb6\x5c\xb9\x74\x65\xf3\xf6\x6d\x7b\x77\ \xec\xdd\x72\xb0\xf0\xc4\x9e\x2d\xad\xba\x81\x89\x5e\xbf\xa2\xba\ \xc6\xe6\xe6\x8a\x86\x3a\xc0\xae\x2a\x5a\x9a\x9b\xef\x76\xd2\x09\ \x19\x2d\x19\x44\x2f\xa6\x7a\x70\xa2\xde\x0e\xe1\xa0\x88\x11\xba\ \x56\x54\x57\x78\x02\x0c\x76\xf5\x44\x78\xa1\x09\x0e\x68\x07\x26\ \x9a\xa9\x49\x2c\x53\x10\x2d\x85\xf7\x53\x23\xd2\xd7\xa7\xa4\xad\ \x2d\xde\x5d\x79\xa6\xb4\x7c\x77\x76\xe9\xee\xdc\xf2\xcc\xac\xd4\ \xcc\x75\x59\x69\xa9\xc5\xc5\xd9\xd9\x6b\xd3\x62\xc3\x22\xdd\x69\ \xe1\xb1\xa9\x40\x03\x06\x06\x84\xc6\x96\xaf\xcb\x0a\x08\x0d\xf5\ \x66\xbb\xbb\x61\xbd\x39\x21\x61\x21\xdc\x90\x10\x16\x1c\x21\xe4\ \x84\x73\xc3\x62\x23\x62\xa3\xa2\xe2\xc0\xef\x88\xa4\xf5\x3b\x0f\ \xe4\x1f\x4c\x4e\x49\x2b\xdf\x79\xe5\xda\xcd\xfc\xdc\xe4\xb5\xa5\ \xa9\x29\x91\x9c\x88\xd2\x9a\x93\x47\xff\x34\x98\x0c\x7d\x26\x4c\ \x35\xb1\x0a\x4b\x4b\x2a\x8f\x4f\x5b\x9b\x9b\xb6\x6e\x5d\x0a\xc0\ \xaa\xdc\xcc\xd2\xf2\xd2\xcc\xb4\xf5\xb9\xeb\x2a\xaf\x3c\xcb\x3f\ \xd2\xf2\xc0\x0f\x51\x3f\xd8\xaf\x91\xe6\x58\x3e\x7a\xcf\x4e\xab\ \xda\x3b\xa4\x7a\xf1\xa8\xb3\xad\xbd\x09\xc6\x55\xdd\x6d\xf8\xf9\ \xab\x05\x48\xc3\x20\x7a\x02\x26\x08\xd5\x88\x6e\x7f\xa4\xb1\x6c\ \xfc\xb6\xd8\x00\x75\xd5\xe6\xea\x82\x03\xd5\xe2\x76\x03\xb6\xd7\ \x7f\x9e\x3e\xf8\xf5\x77\xb3\xb5\xea\xe0\x86\xfc\xc2\xa3\xf9\x07\ \x0f\x1c\x28\xdc\xb5\x67\x57\xf9\x99\xf3\x07\x8f\x9e\xbb\x46\x70\ \x21\x10\x3f\x6c\xdd\xb5\x6d\x8f\xf1\xcd\x37\xa6\x76\x30\x08\x36\ \xe0\xc2\x10\x3e\x00\x8c\x0f\x5e\xb4\xc3\x50\x2c\x00\x28\x6f\xa1\ \x17\xfa\x77\x80\x64\x00\xc0\x16\x92\x9f\x01\x9e\x7d\xfa\x06\x93\ \x8d\x1f\xb4\x03\x5e\xd5\xd8\xd4\xd0\x50\x47\x0f\xf2\xb3\xa7\x23\ \x51\xb6\x5e\x14\x5f\x45\x7f\x4e\x51\x53\x4b\x4b\x4b\xfb\x5b\xc8\ \xd5\x86\x87\x61\x17\x04\x0c\xae\xbd\x0a\xc3\x31\x20\x5c\x41\xda\ \x06\x50\xee\x2e\xcc\xd9\x7a\xf1\xe6\x3b\x9c\xcd\x31\xef\x9e\x32\ \x9b\x9b\xf9\xcd\x88\x1c\x7f\x17\xcc\x97\x49\x97\x59\x53\xc2\xef\ \x5f\x8e\xab\xb4\xe3\x6f\x01\x09\x30\xcb\x06\xba\x46\x3c\x75\x94\ \x9b\x5b\xc9\xc8\xcd\x55\xe4\xd2\x7c\xa1\x19\xbf\x73\x5c\x4d\xbe\ \x1c\x1d\xcd\xe5\x9e\xa3\xcd\xbf\x9a\x1d\x1c\x57\x14\xa4\x7c\x69\ \x8c\x5a\xbe\x58\x30\xfb\xe3\xc3\x13\x7d\xc7\xd4\x74\x0f\x60\x1e\ \xfd\x4a\x95\x86\x69\xd5\x61\x9a\x98\x34\x9c\x3f\xa1\x53\xc7\x28\ \xc6\x7a\xa7\x5b\x6f\xeb\x5f\x6e\xda\x5a\x7c\xa2\x72\x6d\x4d\x65\ \xe9\xc9\xbd\x37\x77\xed\x98\xdd\xf5\xd7\x43\x40\xad\x60\x0f\x16\ \x74\x13\xad\x7d\x58\x22\x91\x80\xbf\xa0\xb4\x83\x73\xce\x97\xa1\ \xa7\x41\x2d\x96\x24\x81\x03\x80\x62\x31\xf4\x17\x96\xe4\x01\x00\ \xe2\xe7\xe5\x2d\xdc\xea\xd6\xad\x3c\xa0\x21\x2f\x82\x6b\x00\x38\ \x89\x6f\x3d\x84\x6b\x89\x30\x0d\x82\x01\xce\x89\x4b\x48\x8c\x87\ \x7c\x2a\x03\x96\xb9\x9d\xf3\x4a\x78\xe4\x5a\x38\x12\x0d\x1b\xe1\ \x4b\x6a\x79\xb0\x64\xcf\x93\x30\x48\x79\xb5\xbc\xb0\xd4\x33\xbb\ \x6b\xf6\xa4\xa5\x9d\xd9\x7d\x68\xdb\xe3\x0b\xad\xd7\x5f\x3d\xdb\ \xf2\xaa\xaf\x6b\xfa\xbd\x42\x95\x28\xd3\xcd\x1b\x7b\xf5\xb7\x4d\ \x46\xaf\x5e\x83\xa1\x57\x23\xed\xff\x32\xad\x88\x91\xf6\x1b\x09\ \x22\xe2\xed\xe7\x46\xbd\xfe\xf6\xc4\xc0\x3d\x5d\xef\xb4\x51\x6f\ \xd4\x8d\x0f\xce\x72\x60\x3b\x3b\xd6\x19\x8b\xe5\x33\x9c\xdd\x68\ \x64\x3c\xc0\x2d\x3c\x16\x08\x3e\x0f\xe8\x70\x05\xc7\x99\xdd\x9d\ \x9d\x81\xca\xf3\xc6\x3b\x39\x03\x08\xf3\x70\xa2\xb1\x00\x86\x71\ \x00\xb7\xc2\xc3\x48\x7a\x1a\x99\xec\x43\x73\x72\xf2\x71\x0a\xf1\ \x66\xf9\x87\x07\xfa\x73\xfd\xb9\x40\xc6\x70\xc2\x23\x03\xa2\x23\ \x23\x43\x7d\x68\x11\x57\xb4\x33\x2a\x82\xfe\xdd\x80\x2a\xc6\x0e\ \x61\x95\x90\xa1\x9e\xd3\x1b\x1e\x7f\x51\xb9\x08\xcb\x54\xcc\x5e\ \xdb\x41\x91\x56\xcd\xec\x57\xbe\x9f\x91\x8d\x0d\xf6\xaa\xed\xac\ \x06\x07\x99\x65\x98\x8c\x1e\xa9\xbe\x43\x88\x2c\x13\x0a\x51\xbd\ \xa2\x2e\x29\x5a\xa5\x92\x89\x72\x3c\xed\xec\x08\x84\x44\x2b\x24\ \x02\x4d\xc9\x51\x10\x50\xe0\xfe\xc1\x18\x21\x0e\x6d\x87\x21\x2a\ \x72\x94\x32\x21\x12\x09\xc4\xa1\x55\x41\xdb\x9b\xe1\xef\x53\xba\ \x81\xde\x1c\xa5\x42\xa5\x54\x2b\x65\x8a\x44\x5f\xa6\x30\x46\x5a\ \x5f\x96\xa3\x92\xc9\xa4\x65\xe0\xc3\x9d\x9b\x51\x4d\x98\x8c\x53\ \x83\x1d\x93\xe0\xd0\xfd\xec\xfd\xfb\x1b\xad\x1b\x9e\xdd\xbf\x99\ \xbf\xff\x52\xfe\xbe\x4d\x07\x0e\x9d\x3a\x7f\x6a\xab\x6e\x56\x67\ \x0f\xc0\x28\xa1\xc1\xaf\xa0\xa0\xa1\xba\xa2\xa2\xb1\xb9\xb1\xb3\ \xbd\x22\xa1\xb1\xae\xc8\xd3\xd2\xd7\xab\x4c\xa9\x57\x12\x11\x44\ \xa1\x30\x86\x98\x50\x54\xe4\xe9\x6a\x65\x81\x44\x11\x44\x4c\xa6\ \x03\x51\xe6\x1b\xac\x52\x60\x88\x63\x7b\xd7\x45\xa7\xac\x8f\x8b\ \x8f\xcd\x8a\x4f\x4b\x5f\x97\xbd\x2e\x35\x77\x77\x69\xf6\xba\xe4\ \xf5\xa9\xa9\xa9\x11\xa5\xc9\x51\x71\xf1\x69\x99\x55\xbb\x93\xd2\ \x63\xfd\xb9\x91\x51\xd1\x61\xd1\xd0\xaf\x8f\x15\x1a\x1a\x1d\x96\ \x12\x1b\x16\xc8\xf1\x71\x63\xf9\xb0\x22\x02\x42\xd8\x82\xc0\x70\ \x58\xcd\x0a\xe1\x46\x84\x46\xc7\x47\x24\xc7\x07\xa4\x44\xc7\xa6\ \x27\x65\x9d\xa9\x4a\x8d\x4b\x89\x4d\x3d\x7e\xa5\x75\xd4\xd0\xb7\ \xf7\x54\xcd\xb1\xaa\x83\xe9\x69\xf1\x95\x1b\x9e\x4c\xe9\x6e\xbf\ \xfb\x28\x2d\xca\x18\x0d\x01\x7c\x37\x73\x5d\x5c\x52\x6e\x56\x64\ \x6a\x7a\x4a\xd5\xee\x9a\x9a\xdd\xc5\xa5\xd9\xc9\x59\x55\x27\xcf\ \xff\x39\x3b\x66\xd7\x1c\x44\x88\x51\xeb\xfb\xb5\x22\x5c\x53\x46\ \x00\xb7\x7c\xdf\x46\xaf\xe1\x07\xed\x0f\xde\x3e\x78\xd0\xde\x08\ \xd3\xd5\x7f\x0c\x83\xdf\x9d\x6d\x45\x9e\x08\x0c\x02\xc5\x7c\xf0\ \xa2\x9e\x40\x6f\x6e\xff\xbe\xc0\x6a\xbe\x0f\x7f\x82\xc3\xc5\xbf\ \x53\xfe\xe4\xf2\xe1\x16\x4f\x17\x5b\x94\x68\x47\xfe\xd1\x83\x3b\ \x37\x6f\xdd\xbe\xf3\xe8\xd1\x13\xc7\xcf\x94\x9f\x3e\x7d\xb8\x6a\ \xbf\x10\xe3\xdb\xdb\x5a\xb8\xf3\xc0\xa1\x6b\x0d\x3f\xda\x98\x6a\ \x4f\xe8\x78\xd7\xd6\x0c\x73\x92\x9b\x9b\x01\x6b\x6d\x6a\x69\x06\ \x94\xae\x09\xba\x7c\xde\x7d\xf1\xf6\xcd\xa3\x85\xa4\x51\x68\x97\ \xde\xde\xfe\xa0\xa9\xa5\xae\xb1\xa5\xba\xba\x22\x23\x21\xc3\x2f\ \xc1\x15\x41\xf1\x72\x20\x32\x65\xf5\x1a\xf5\xd8\x4c\x87\x41\x1f\ \x63\x5d\xe1\xe7\xd7\xd4\x0e\x5d\xa8\xe0\x84\xdf\xc2\x78\xdf\x53\ \xd8\x09\x0f\xe7\x9d\x3f\x7d\xfa\xf4\x02\x42\x6f\x5d\x4b\x63\x75\ \xf3\xa3\x1f\x5f\xd7\x98\x95\xd6\x57\x3a\xd4\x6d\x56\x6a\xeb\xff\ \x22\x3d\xab\xb5\xdc\xf2\x30\x8f\xe3\xb2\x30\x5c\x2a\x7d\x9b\xa1\ \xd7\xd3\x17\x5f\x97\x41\xf0\xb7\x8e\x34\xef\xf6\x5c\x5d\xad\x5a\ \xc5\xa3\x1c\xcd\x26\x0d\x1d\x1d\x97\x21\xd5\xd1\xdc\xeb\x6f\x65\ \x76\xfa\x5f\xd9\x1a\x7f\xe8\x34\xbd\x73\x53\xba\xde\x41\xa3\x4c\ \xa3\x37\x1a\xc7\x8d\x1f\x74\x9f\xfb\x6e\x1a\x9e\xbf\x9f\xf5\xb5\ \x53\x8c\x75\x00\x21\x75\x69\xc3\xf4\xb8\x52\xa8\x3f\xb2\xb1\x75\ \x28\x7f\xbf\x56\x3b\x79\xe0\xaf\xcb\x17\x6f\xc1\x4e\xac\x85\x03\ \xcc\x63\x28\xa9\x5d\x30\x5a\x00\x90\xb5\x60\x80\xcc\xcb\xe3\x93\ \xa9\x25\xb0\x1d\x94\xca\xcf\x03\x62\x51\xcc\xe0\x95\x94\x40\x33\ \xa9\x5a\xd8\x59\x7a\x11\xba\x2b\xd7\xc2\xfc\x07\x20\x2b\xa1\x2d\ \x69\x1e\x59\x72\x8b\x44\xe5\x53\x01\x76\xc0\xc4\x55\x06\x99\x4a\ \xc2\xd7\xf2\x79\x25\xb7\x2e\x8b\x25\x40\xb0\x01\x8a\x05\xbd\xe3\ \xe1\xfa\x20\x74\x32\xa5\x8a\x25\xf8\xf8\xb8\xb5\xb9\xb9\x07\xb2\ \xa2\x8e\x55\x9e\xdb\x79\x23\x7f\xef\x95\x97\xef\xee\xbd\xba\x39\ \x6b\x32\xa8\xca\x06\x15\x1d\xc6\xf7\x73\xaa\x97\x5f\x4c\x4a\xdd\ \xec\x91\xe9\x44\x66\xd9\xf8\xc8\x68\x77\xcc\xc7\x7a\xfb\x9e\x0e\ \xcd\xd4\xf3\x67\x3d\xbd\x86\x57\x3b\x6f\x18\xb5\x14\x15\x10\x61\ \x7a\xcd\x36\x06\x03\x8f\x25\x91\xf0\x54\x89\x04\xfc\x41\x15\xe3\ \x9d\xf0\x54\x3c\x19\xeb\x06\xa4\x22\x96\x0c\xa4\x21\x9b\xed\x81\ \x07\x38\xe5\x86\x25\x93\x9c\xdd\x69\xde\x34\x7f\x16\xdb\xc7\x83\ \xe5\xe1\xe3\xee\xcc\x23\xb1\xdd\x7d\x48\x1e\xde\x2c\x16\xcd\xdb\ \xdf\x9b\xe5\xed\xef\xe6\xcd\xf6\xf6\x0f\xe3\xfa\x84\x72\x92\x22\ \x38\xfe\xb1\x99\xa9\x49\xde\xec\xc2\xc9\x19\x85\x43\xdf\x9c\x42\ \x4a\xb1\x44\x21\x3d\x51\xd2\x32\x4c\x8f\x5e\x6b\x1a\xf9\xe2\xcb\ \x74\x50\x08\xeb\xad\xc0\x96\x6f\x9b\xe0\x57\x54\x50\x50\x60\x6f\ \x81\xf4\x8c\x99\xa4\xc4\x74\x75\x28\xd0\x14\xa2\x7a\xaa\x57\xa6\ \xeb\xaf\x57\x97\x05\x6b\x7a\xe6\x64\x76\x9e\xd6\x76\x96\x28\x07\ \x75\x5f\x3f\x40\x20\x94\x9d\x0b\x12\x8d\xa0\x23\x29\x96\xf6\x41\ \x41\xd6\x04\xa5\x75\x30\x13\xad\xb4\x74\xf5\xb4\xa2\x17\xdc\xfd\ \xfe\xeb\x57\xb5\xba\x63\xae\xbf\xde\x4b\xa4\x92\x7a\x25\x12\x70\ \x38\x07\xa6\x97\x42\xe4\x1b\x93\xd8\xdf\x93\x13\x93\xd3\x93\xa3\ \x54\x0f\x48\x1f\x24\xe8\xfb\x67\x4c\xd3\x93\x86\xee\x91\x0f\x7d\ \x17\x5a\x1f\xdf\xbc\xf1\xea\xfe\xd9\x3f\x37\x6f\xdb\xb4\xef\xd0\ \x81\xc3\xbb\x4e\x6f\x7c\x66\xc0\xd1\x13\x12\x5c\x13\xa0\x4f\x72\ \x01\xbd\xa2\xa1\xa2\xae\xa5\xad\x20\xa1\xae\xb9\xad\xc2\x9a\x18\ \x2c\xca\x19\xeb\x1e\x8b\x41\x50\x64\x39\x5e\x28\xcf\x04\xba\xb5\ \x27\xdd\xda\xca\x52\xe4\x40\xb1\x24\xc6\x04\x53\x30\x4c\x63\x61\ \x6c\x64\x7a\x7a\xac\x20\x3c\x40\x10\x0d\x0f\xf1\x29\x70\x4d\x2f\ \x37\x35\x3d\x76\x6d\x5a\x7c\x5c\x5c\x8a\x20\x22\x2a\x1e\xa0\x58\ \x5a\x5a\x64\x00\x3b\x36\x29\x2e\x36\x2b\x29\x3a\x90\x13\xc2\xa1\ \x71\xb8\x82\x38\x41\x78\x28\x87\xe3\xee\xe1\xcc\x62\x73\x02\x43\ \x05\x11\x61\x6c\x76\x88\x8f\x7f\x40\x60\x54\x74\xb8\x20\x3a\x2a\ \x29\x3e\x3a\x4a\xc0\x4d\x8e\x8b\x10\x84\x0a\xe2\x4f\x16\x6e\x38\ \x7e\x60\xc7\xd0\xc7\x8d\x87\x8f\xef\x3b\x75\xfa\xfc\x89\x3e\xfd\ \xdc\xc8\x87\x6e\x23\xa6\xa2\xec\xb0\xbb\x0f\x1b\x1b\x57\x9a\x94\ \x1c\x1d\x99\x9c\x95\x15\x9f\x9e\x79\xfa\x58\x56\xdc\xfa\xaa\xdc\ \xd3\x55\xc7\x5f\x8d\xcd\x28\x1a\xe8\x0e\x39\x33\xfa\xcf\x89\x83\ \xb8\x86\x37\xf9\x3e\x51\xc5\xdb\x6f\x06\xbd\x6d\x6b\x6b\x03\x24\ \xb2\xd1\x13\x2d\x0d\x46\x36\x0f\x57\xd4\x35\xb4\xb5\xb7\x54\x54\ \x07\x79\x66\xd8\x37\xb7\x53\xd0\x9e\x41\x0d\xd5\xcd\xed\x6d\x2d\ \xd5\x09\x2d\x6f\xdf\x74\xde\x85\x4e\x9f\x57\x17\x36\xbe\xe1\xce\ \x06\x7b\xba\x35\xca\xe1\xf3\x86\xfc\x8d\xf9\x3b\x0b\x0f\x1d\xde\ \xbe\xe5\xe0\x89\xca\xe3\xf9\x27\x8e\x9e\x7c\x8c\x03\x9f\xeb\xfc\ \xfe\x53\xdb\xb6\x6e\xad\x7f\xf3\xad\x22\xc6\xbe\x0d\xc0\x50\x4b\ \x43\x05\x90\xd8\x0d\x75\x75\x0d\x0d\xd5\xd5\xd5\xcd\x8d\xd5\x0d\ \x75\x8d\x60\x5f\xd0\x06\xe1\x0b\x36\x9a\x37\x35\xb6\x34\x14\x14\ \x55\x54\x24\x20\x5d\x91\x28\x2b\x5b\x5b\x04\x9a\x28\x8d\x51\x68\ \xd4\x83\xbd\x83\x26\xa3\x5e\xa7\xef\x98\xd3\xce\x4f\x6a\xd5\x5e\ \xb6\x74\xcf\x82\x86\x06\x80\xab\xed\x30\x33\x0b\x50\xab\xe1\xef\ \xd0\x12\x14\x0a\xc1\xa6\x46\xa8\xd3\x5d\x33\x2a\x0a\x9a\xdf\x0e\ \x9b\xf1\x2b\xb9\x79\x71\x69\xf9\x32\x9b\xd5\xeb\x77\xab\x9a\xc9\ \x97\x19\x97\x8d\xf9\x9c\x8d\xe3\x7f\x79\x5d\xc9\xe5\xab\xfa\xa3\ \x96\xdb\xb6\x96\xaf\x5a\x81\x41\xc7\x45\x39\x69\xf6\x10\x8b\x45\ \xf8\xdf\xa3\x04\x8b\xaf\xca\xd1\xac\x92\xb6\x52\xa0\x77\x5c\xf5\ \x0a\xe5\x36\x7f\x28\x29\x03\x5d\x53\x9a\x2f\xef\xde\x7f\x34\xbe\ \x3a\xf2\xfe\xf3\xf6\x7d\x85\x46\xe3\x9d\x6b\xd7\x66\xb4\x26\xe5\ \xfc\xac\x49\x36\x97\xa3\xda\x3f\xd4\xf7\xf8\xc3\xb8\x46\x24\x1d\ \xff\xf0\x61\x6c\xc6\x74\xea\x62\x6d\x6d\xde\x82\x4d\x32\x9c\x7f\ \xbe\x7c\x6b\x21\xd8\x06\xe8\x3e\xe7\xbc\x85\x01\xc1\x5b\xb7\x2e\ \x03\x79\x07\xfd\x87\xc5\xd0\xc8\x33\x8f\x0a\x60\x29\x4f\x2c\x66\ \xd4\x5e\xe4\xc1\x31\x1d\xd8\x5c\x5a\x4b\x85\x20\xc6\xc8\x83\xd9\ \x12\x0f\x61\xbb\xa9\x04\x0e\x12\x53\xf1\x0c\xe8\xf8\xc0\x28\x81\ \x57\x41\xef\xe1\x8b\x92\x12\x2a\x0c\xb7\xb9\x05\xbd\xdd\x25\x54\ \x80\x81\x12\x06\xa0\x6b\x3c\x6e\xd2\xfa\xb8\xf4\x9a\xec\x90\xec\ \xaa\xaa\xa3\x9b\x6e\x9c\x7d\xb2\xf1\xec\xc7\x8f\x2f\xef\x1b\x4d\ \x26\x55\x59\x77\xb7\x69\x72\xfa\xbd\xc6\x6e\x46\xe6\x20\xa3\x2b\ \x0d\x53\x83\xb2\x7a\xed\xc7\xe7\xd2\xd1\x99\xee\x9b\x43\x7a\xe3\ \xed\x9b\x03\x53\xd7\xbe\x3c\x9f\x9d\x1f\x53\x76\xf4\xd7\x7f\x9e\ \x55\x8c\xaf\xe5\x79\x50\x19\x0c\x67\x52\x6d\x1e\x99\xca\xc0\x32\ \xc8\x58\x27\x9e\x98\x44\x76\x72\x63\x39\x79\xf0\x18\x62\xb2\x37\ \xcb\x8d\xec\x84\xc7\x62\x69\xce\xce\x34\x0f\x16\x17\x0e\x37\x63\ \x69\x6c\x96\x07\xd6\x89\x8c\x65\x7b\x84\x38\x39\x79\x07\xb2\x9d\ \x9c\x58\x1c\x96\x77\x88\x07\x8d\xc6\xf2\x0f\xe4\x06\xb2\xc2\x03\ \x92\x92\xfc\x05\x82\xc8\xcc\x23\x97\x46\x67\x26\x62\xba\x46\xfa\ \xcb\x84\x14\x2b\xa4\xb5\x85\x0c\x3d\xa8\x41\xcb\xb4\xd3\x1a\x93\ \xd4\xca\xd5\xc2\x4b\x91\xe3\xa5\x54\xdb\xa1\xed\x6c\xa5\x14\xbb\ \x32\x0a\x93\x99\xf8\xb8\xdb\x6b\xbc\x5e\xa4\xf4\x55\xd4\xf7\x4c\ \x99\xb4\x22\x94\x85\xc2\x81\x92\x43\x54\x6a\xe8\xa8\x60\xb5\x6d\ \x85\xab\xf1\xca\x31\x1d\x02\x45\x89\xb1\xa3\x23\x6c\xed\xd4\x98\ \x7a\x21\x22\xc1\x1e\x15\x64\x6f\x91\xe0\x62\xe7\x69\x9f\x10\xd4\ \xd6\x3e\xfc\xf5\xb5\xe3\xaf\x17\x9f\x5e\x80\x07\x4c\xa4\xd8\x22\ \x6c\xd1\x68\x2b\x4b\x9c\x0b\xce\xd2\xcb\x85\xa2\x52\xc7\x08\x99\ \xd2\x18\xa5\x62\xcd\x1f\xaf\x45\x5d\x83\x03\x5a\xbd\xc9\xf0\x61\ \x7a\xf6\xcb\xbb\xfb\x4f\xee\xbf\x7b\x7e\xe1\xec\xf6\xbd\x9b\xb7\ \xee\xdd\x76\xf4\xe8\xf1\x93\xc7\xfa\x5c\x2c\xad\xe8\xf4\x8c\x84\ \xa2\x3a\x7a\x06\x50\x87\x15\x0d\xcd\x0d\x05\x0d\xcd\x9d\x77\x9b\ \xaa\x01\x99\x0a\x66\x76\x69\x95\xc1\x44\x5f\xa9\x5a\x88\xc3\xd8\ \x27\x78\x5a\x5b\xa1\xec\x70\x08\x0c\xce\x57\xe4\x60\xd1\x91\x15\ \x12\x57\x9c\xbb\x2e\x3e\x56\x10\xe8\x1d\x1e\x16\x18\x19\xe8\x1d\ \x10\x95\x16\x1e\x11\x97\x16\x95\x9c\x1c\x15\x1b\x19\x15\x1b\x1d\ \x1e\x1e\x1e\x97\x96\x9e\x9d\x1b\x1f\xcd\x0d\xc8\x4e\x3f\x5d\xb9\ \xbb\x32\xa5\xb8\x06\x96\xe1\x53\xa2\x62\x53\xd6\xa5\xc4\xfb\x38\ \xbb\xbb\x39\x85\xb8\xf9\xb3\x43\xa3\x43\xd9\xd0\x64\x86\x13\xc2\ \x15\x70\x03\xa3\x22\x63\x03\xe2\x53\xd6\x27\x45\x44\xc7\x06\x70\ \x63\x4b\x0b\xf7\xbe\xbf\x9e\x99\x5a\xb3\xfd\xd2\x91\x53\xfb\xb6\ \x6d\x6f\x7d\x37\xa9\x35\xe8\xa7\x0b\x3f\x5a\xcb\x8e\xaf\xc3\x83\ \x0f\x88\xbd\x3e\x2d\x39\x2e\x56\x90\x9c\x9c\x96\xba\x2e\xeb\x7c\ \xd5\x99\xf2\xf3\x47\x8f\x65\x9d\x56\x37\x23\xad\x1b\x6c\xeb\xc1\ \x5e\xac\x9b\xe2\x6b\xf1\x8d\xe9\x1e\x1e\x7f\xe8\xc2\xc8\xdd\xef\ \x77\x3b\x3b\xba\x71\x0d\xf5\x7e\xc3\x45\x67\x4a\xc7\x3e\xf5\x5a\ \x37\x74\xde\x6d\x07\x32\xb1\xa5\xa1\xb1\x29\x03\xea\xde\x47\x8f\ \x3e\xb5\x77\xb6\x80\x37\xe1\xfb\x83\x47\x6f\xdf\xb4\xd5\xb5\xbf\ \x1d\xfe\x7b\xcd\xd3\x6f\xcd\x96\x19\x45\x7e\xd6\x48\x2b\xe1\x86\ \xc2\xcd\xf9\x1b\xce\xef\xd9\xb3\x07\x50\xad\x93\x27\x76\x9d\x3a\ \x78\xfc\x19\xda\x33\xd1\xf7\xfe\x9e\x5d\xf9\x1b\x0e\xbf\x6b\x79\ \xfb\x00\x89\x68\x28\xa2\x27\xf8\xc1\x72\x3e\x9d\x6e\x61\x1f\x84\ \xb4\x70\x0d\xa2\xfb\x05\x25\x64\x2c\xb0\xa8\x04\xba\x45\x50\x01\ \xd8\x63\x55\x83\x6b\x2c\x3c\xfd\xfc\xe8\x56\x38\x2f\x07\xa6\x6f\ \x99\x5a\xa3\xd2\x0f\x74\xcc\x75\x75\x8d\xcf\x68\xbb\xe6\xf4\xba\ \xf1\xb1\xb1\x31\x40\x1d\xb4\x83\x40\xff\x0b\x89\x38\x5b\x6b\x2b\ \xa4\x5f\xf3\xa3\xef\xdf\xdf\x02\x9c\x6a\xac\x03\x40\xd8\x08\xf6\ \x7a\x45\x05\x41\x16\xe0\x8b\x50\xd7\xfe\xe0\x87\x59\xb5\x7d\x99\ \x01\xfd\xab\xc5\xca\xd1\x71\x55\x7d\x68\xe9\x12\xf9\xaa\x3c\x69\ \xb9\xdc\x6c\x3a\xd9\x51\x6e\x7e\xad\xe3\x52\x0e\xb3\x59\x13\xd5\ \xca\x70\xa1\xe3\xef\x4a\xd9\xef\xba\x94\xe3\x52\x2d\xcc\x71\x85\ \xbd\x39\x9a\xaf\x21\xca\x57\x44\xa3\xe3\x12\xbc\xad\xae\xc1\x2f\ \x77\xbb\x03\xc0\x1a\x30\x39\x74\x3e\xfa\xd4\x6c\x7c\x3c\xda\xa1\ \x9b\x36\xf4\xed\xfb\xb3\xf0\xc8\x90\xf6\xdd\x4e\xbd\x68\x5e\xf7\ \xf1\xfd\xbd\x91\x4b\xef\x83\xa7\x8c\xc6\xcf\xcf\xba\xcb\x72\x94\ \xda\x6e\xfd\x5c\xd7\x64\x21\x0f\x46\x3f\x5f\xfc\x0b\xba\xef\x2d\ \x18\x36\xe4\x5d\x06\x42\xaf\x36\xcf\x19\x36\x65\xc1\xfe\xab\x5b\ \x7c\x80\x2a\x79\x80\x1d\xc1\xf4\x7a\xc0\x99\x24\x79\x79\x30\x3f\ \xb9\x84\x2a\xc9\x5b\x58\x05\xac\x65\xc0\x12\xbb\xa4\xb6\xe4\x21\ \x15\x66\x3b\xe7\xe5\x5d\x14\xf3\x25\x3c\x32\x89\xc1\x20\xe1\xf3\ \xa0\x17\x31\x9f\x41\x5e\xb4\x46\xe0\x33\x78\x0b\x5e\xc4\x92\xcb\ \xb7\x6a\xa1\x4f\x42\x6d\x2d\x9f\x2f\x91\xb8\x45\xe6\xa6\xa6\x64\ \x9d\x09\xcc\x3c\xb8\x6f\xd3\xa6\xad\xdb\xef\x01\x8a\xd5\x77\xef\ \xc3\xe4\xac\x7e\x20\x58\x35\xa6\x1e\x1c\x1f\x94\x15\x58\x8a\xc6\ \x7a\x4d\x7f\x8e\x1b\x75\x53\x7a\x91\x54\x4f\xf1\xd5\x0e\x99\xba\ \x26\x4c\x83\x93\x4f\xe6\xee\xdf\x7f\xa5\xd7\xe1\x7c\x7b\x13\xa5\ \xfa\x7b\x3a\x9c\x3e\x09\x4b\xc2\xe3\x79\x54\x1e\xd5\x9d\xc1\x77\ \x06\xdc\xca\xd9\x89\xe4\x4e\x22\xb9\x39\x01\x11\x48\x82\x63\x37\ \xce\x64\x67\x77\x3c\x09\x86\xa3\x7a\xd0\x7c\xf0\x58\x27\x0f\x16\ \x87\xe6\xe1\xe1\x46\x03\x47\x0e\xcb\xcd\x9d\xe5\xcd\x72\x77\xf7\ \xf1\x0f\xe1\xb0\x69\xe0\x7c\xa8\x77\x78\xa8\x4f\x44\x60\x78\x3a\ \x74\xb9\x8c\x7d\xa5\x9f\xea\xed\x61\x02\x01\x2a\xa5\xd8\x5a\xa1\ \xed\x85\x53\x31\x89\xf5\x26\x23\x90\xac\x23\xa3\x28\x8c\x3d\x9a\ \x32\x30\x38\xa0\xd7\x11\xed\x64\x14\xa1\xaf\x02\x87\x40\xdb\x79\ \x29\x34\xa6\x91\xd9\x6b\x93\x0a\x29\x1a\x41\xf1\xb5\x6f\xa6\x2b\ \xf5\x04\x6b\xfa\xb8\xc6\x53\xcd\x2c\xc3\xd9\x06\x3b\x60\x54\xf6\ \xd5\x08\x2b\x84\xa5\x5f\x82\x9d\xad\x15\x0a\x85\x74\x70\xf5\xf3\ \x74\x05\x98\x61\x57\x54\x8d\xf2\x2c\x68\x79\x30\xbc\x60\xfe\x28\ \xb7\xf9\xde\xf9\xf5\xad\x1f\x05\x85\x44\x63\x6c\xd1\x0e\x0e\x18\ \x4b\x5f\x02\x85\x49\xb1\xb3\x13\x79\x89\x34\xcd\x72\xb9\x63\xc2\ \xa0\x52\xd3\x33\x36\x3d\x3f\x6d\x30\x19\x3f\x74\x7f\xf9\xf2\xb2\ \xef\x46\xfe\xa6\x7b\xfb\xb7\x5c\xbf\xb2\x7d\xf3\xe6\x9d\x95\x1b\ \x5d\x2c\x5d\x30\xd6\x48\x7b\x57\xbf\x82\x8a\xa2\xa2\xea\xa2\xea\ \x86\x6a\x7a\x4b\xfb\x83\x07\x6d\x75\x05\x16\x98\x60\x8c\xa2\x43\ \x5b\x26\x72\x11\xa9\x15\xbe\x44\xdb\x20\x57\x7b\x6b\x6b\x3b\xb4\ \xad\x1d\x11\x67\x41\xd9\x1a\x1a\x11\x15\xbd\x76\x77\xd5\xee\xb5\ \x9c\xa4\x50\x9f\xf0\xd0\x08\x0e\x3b\x84\x13\x16\xe2\xcf\x0d\x8b\ \x8f\x87\xa9\xce\x11\x82\xf0\x40\x6e\x14\x37\x2e\x36\x6d\xed\xda\ \xac\x75\xe5\xe5\xc5\xc5\x99\x6b\xd7\x45\xa4\xad\x5f\x57\x9c\x99\ \x9c\x1e\x17\x99\x92\x94\x94\x99\x14\x4e\x73\x26\x79\x7b\xfb\xf8\ \x84\x84\x09\xc2\xa2\x22\x42\x43\xfc\xfd\xbd\x43\xa3\x22\x03\x62\ \xa3\x22\x00\x1d\xab\xac\xac\xcc\x8a\x4e\x5a\x7f\x7c\xc3\xd6\x7c\ \xc3\xf3\x63\xeb\x32\xcf\x9c\x39\xb9\xf9\xfa\x7d\xe3\xa4\x51\x67\ \xdc\x11\x75\x5e\x26\x3d\x1e\x17\xed\xe4\xcc\xf2\x70\x0b\xaf\x59\ \xbf\x2e\x29\x35\x2a\x2d\x65\x6d\x52\xfa\xee\x63\x27\x4e\x9e\x3c\ \x51\xb9\x7b\xa7\x0a\xc8\x3e\x3f\xdf\xc1\x0e\xdd\xa4\xd6\xc5\xaa\ \xe1\xfb\x66\x9f\xc0\xec\xbd\x47\xe6\x7f\xd8\x9f\x0d\xaa\x48\xa8\ \xd3\xb5\xd6\xfd\xfa\xea\x12\x30\xf0\x28\x6d\xd7\x33\xf4\xdd\x37\ \xdf\xbe\x7f\xfb\x04\xa4\xda\xa3\x17\x6f\x1f\xdc\x7d\xf4\xe0\xdb\ \xf7\xef\x3f\x3e\x7d\xff\xf4\xb6\xb1\xb1\xa1\x28\x28\xa8\xba\xae\ \xa8\xe5\x45\x75\xc2\x37\x3a\xbd\xba\x88\x60\x9f\x28\x6a\x3d\x74\ \x60\x6b\xe1\xbe\xc2\x7d\xfb\x76\xed\x02\x68\xb5\x27\xff\xd0\xae\ \x9b\x88\x20\x97\xb2\x4b\xf9\x7b\xb6\xef\x39\x70\x08\xf5\xf6\x45\ \x8b\x85\x67\xbd\x2a\x58\x84\xb1\x24\xda\x21\x6c\x2d\x2d\x31\x18\ \x17\x22\x85\xe8\xe5\x4b\x24\x60\x10\x2e\x76\xb6\x96\x2e\x44\x8c\ \x03\x1a\xe7\x40\xf1\xf5\x25\xfa\xfa\x82\xbd\x96\x70\x6c\x40\x59\ \xaf\x1e\x9b\x9b\x18\x9f\x50\x25\xca\xc6\xa6\x7a\x7a\x07\x55\xe3\ \x63\x03\xbd\xfd\xfd\x83\x2a\xf5\x9c\xde\xa4\x67\xca\x26\xea\x73\ \x34\x2a\x91\x48\x24\x8d\x21\x10\x5d\xd0\x08\x5b\x2b\x7b\xd7\x20\ \x57\x6b\x17\x8a\x48\x4a\x41\x23\xec\x0b\xea\xda\x1a\x3e\x5d\x75\ \x5c\xc9\x7d\xb7\x59\xb6\xd6\x93\x2f\x97\xaa\xe4\xab\xaa\x46\x72\ \x33\xab\x85\xe5\xf9\x9b\x85\x05\xba\xc5\xca\xb9\xa3\xb9\xc5\xfa\ \x32\x0d\x5a\xd5\x1c\x61\x23\xff\xfa\x37\x6c\xb1\x30\x2f\x5a\x39\ \x2e\x53\xac\x25\x60\x93\xcb\xff\x75\x2f\xc7\xff\xae\x6c\x99\x4b\ \xd3\x85\x16\x7e\x47\xb3\x69\xc4\xc5\x2b\xff\x18\xda\xec\x02\xf6\ \x21\x94\x27\xd3\x9f\x0d\xba\x21\xdd\xe8\x3b\x4d\xbd\x76\x5e\x3b\ \xf9\x4e\xd6\xa3\x1a\xeb\x9a\x1b\x34\x19\x74\x39\xc6\x11\xa3\x71\ \x4c\xa9\x1a\x57\x98\x26\x34\x9a\x8e\x77\x77\x52\xfe\x82\xce\xa1\ \x30\x0a\xf5\x22\x74\x68\xaf\xcd\x83\x26\x0b\x25\x0c\x3c\x1f\xb6\ \x62\xf1\x01\x4a\x49\xa0\xdf\x02\xec\xfa\x04\x98\xc5\x13\xe7\x49\ \xf8\xb7\xe0\x8c\xf1\xa2\x15\x1f\xcc\x9f\xc8\x13\xf3\x18\x80\x49\ \xe5\xd5\x4a\x6a\xf9\x12\xc0\xa4\x1e\x02\x5e\x85\x27\x53\x69\x78\ \x12\x4c\x2e\xe5\xc3\x11\x3f\x1e\x49\xbc\xd0\xf2\x90\x57\xf2\xb0\ \x04\xc8\x41\xe8\xe7\x00\x64\xdb\x42\xa2\xbd\x58\x42\x4b\x49\x2d\ \x4f\x3d\x17\x91\xb4\x6b\x67\xeb\xde\x7d\x87\x0f\x1c\xb9\xdf\x7a\ \xe7\xce\x7b\x93\x61\x06\x2d\x54\x8a\x94\xb2\xc4\x1c\x0d\xda\x4b\ \x08\xe0\xf5\x50\xb7\xb2\xab\xac\xb7\x83\xa2\x11\x8a\x88\x38\x91\ \x48\x58\x26\x25\xc8\x62\x7a\xbe\xa8\x98\x80\xd7\xc4\xe4\x28\x07\ \x67\x54\x44\xdb\x21\x27\x2a\x5c\x1b\xc4\x93\x69\x64\xbe\x18\x4f\ \x72\x77\x26\x39\xb9\xe1\xc9\x24\x2a\x19\x8b\x75\xf7\xc0\xba\x3b\ \xe3\x79\x0c\x32\xdf\x9d\xe6\xe4\xe1\xee\xc1\x71\xc7\xbb\x39\xb1\ \x60\x0f\x36\x8d\xcd\xf5\xf6\xe1\x70\xc0\xa5\x6e\xce\xce\x1e\x81\ \x9c\xc0\x70\x4e\x60\x88\x77\x98\x3f\xc7\x27\x2c\x20\x02\xe8\x9c\ \x80\x28\x81\x37\x3b\xee\xec\xa4\x42\x25\xd3\xcf\xce\x29\x00\xfd\ \xb0\xb0\xb7\x52\x8b\x88\x44\x4b\xcd\xc7\x32\x40\xae\x74\x14\x5f\ \x4c\x3d\x33\x58\xe9\xa5\x50\x12\x6c\xad\x2c\x5c\x28\x0e\x76\x96\ \x5e\xb8\x60\x0a\xd3\x0b\x2d\x8a\xf1\x25\xf4\xc7\xd8\x55\xbb\x80\ \xaf\x65\x4c\x10\xa5\x9f\x30\xde\xa3\x46\x30\x51\xae\x44\x8c\x1d\ \x90\x82\x18\x17\x14\x1a\x6d\x9f\x81\xf0\x0a\xb2\xcf\xa0\xa3\x1d\ \xec\x91\x08\xa5\x67\x51\x51\x63\x46\x43\x1b\x5c\x3d\xfa\xea\x08\ \x8b\xa1\xf2\x9f\x6b\xe4\xff\xd8\x0c\xb7\x21\x11\x18\x17\x17\x34\ \xca\xce\xd2\x0a\x89\xb2\xb4\x75\xf0\x4a\xcc\x19\xa0\xc3\xbd\xe4\ \xdf\xd2\xde\xb1\xb9\xb9\xc9\x19\xe3\x97\x49\xc3\xd0\x97\x59\xed\ \x93\xbe\xfb\xd7\xdf\xf7\xed\xdf\xb1\x77\x63\xfe\x9e\x3d\x3b\x0f\ \x5d\xc8\x61\xba\xf8\x62\x50\x08\x6b\x64\x45\x51\x41\x46\x46\x50\ \x50\x45\x41\x46\x4b\xdb\xdd\x47\xed\x75\x45\x05\xb6\x76\xf6\x96\ \xc1\xfd\xf5\x4c\x2f\x5f\xa1\x28\x46\xc5\xc4\x20\xec\xed\xad\x70\ \x68\x0a\x06\x81\xd2\xc6\x73\xc3\xc2\x23\xe2\x93\xb3\xd2\xca\x2b\ \x93\xd3\x61\x9a\x44\xb8\xb7\x0f\x9b\xcb\xf6\xe6\xb2\x7d\x38\x82\ \xc0\xc0\xb0\x80\x80\x50\x36\x37\x34\x94\x13\xe2\x1f\x0e\x84\x62\ \x7c\x44\x54\x64\x58\x44\x74\x44\x28\x60\xa2\xd1\x91\x61\x49\xb1\ \x01\xa1\x01\xd1\xb1\x69\xbb\x6a\x42\xb0\x1e\x6e\x4e\x60\x07\xe0\ \x1d\x16\x15\x18\x19\x1b\x16\x28\x00\x57\x84\x01\x85\x19\x1e\x25\ \x48\x4d\x29\xcd\x4e\x4d\x4f\xab\xda\x74\x69\xfb\xd6\x8f\x9f\x77\ \xd5\x1c\xde\x5d\x78\xf3\xe3\x4b\x93\x76\x72\x67\x3c\xed\x7c\xef\ \x7c\x61\x76\x79\x3a\xdb\xdb\xc3\x83\xc6\x2d\x3d\x97\x99\x96\x95\ \x16\x2b\x48\x4a\x49\xcd\x3d\x77\xe2\xd8\xf1\x33\xeb\x4e\xde\x17\ \xb6\xdf\xa5\x23\x82\x85\xe3\xfa\x2e\x59\x41\xd3\x27\xbf\xb8\xf0\ \xd8\x5d\xad\x5b\xad\x32\x26\x0f\xee\x35\x29\x6e\x66\xbb\x0c\x0f\ \xff\x6a\x2f\x0e\x7e\x54\x59\x53\x7c\xe6\x42\x4f\xc6\x83\xb7\xb0\ \xf3\xe0\xc7\xa7\x4f\xbf\x60\xb6\xb2\x5c\xbe\x06\x46\x96\x7e\x7a\ \xf4\x06\x26\x86\x36\xd5\x55\x77\x26\x74\xfe\xca\x80\x33\x3e\x94\ \x51\xca\xc8\xa1\xcd\x5b\x0b\x77\x6e\xce\x3f\xbe\xed\xd0\xd6\xf3\ \x47\xb7\xed\x29\x3c\xbc\xd5\x21\x88\x20\x9b\xbc\xb4\x73\x7b\xfe\ \xd6\x53\x73\x6f\x1e\x3c\x2a\xb2\xfa\xd2\x35\xfb\xc5\xa8\x35\x4d\ \x4d\xcc\x69\x54\x83\x6a\xf5\x78\xbf\xaa\xa7\x4c\x26\xea\x19\x18\ \x98\x98\x52\x51\xca\x34\x03\x33\x1d\x63\xfd\xe0\x38\x35\x38\x36\ \xd1\x35\xd0\xab\x50\xca\x00\x74\xd9\x31\x09\x76\xb6\x48\x6b\x5f\ \xa9\xaa\x5f\x9a\xa8\x8a\x09\xae\x97\xca\x62\x28\xb6\x18\xb0\xa3\ \xb2\x43\x05\xb9\x5a\x61\x30\x74\xcb\x44\x45\xef\x60\x57\x97\x2a\ \xc7\x17\xc7\xf4\x25\x48\x65\x4a\x5f\x22\x51\x88\x43\x66\x34\x37\ \x20\xbe\xaf\x72\x83\x59\xd1\x5c\xff\xd2\x7c\xff\x02\xae\x15\x10\ \x31\x9b\xab\x59\x6c\x26\x70\x94\xaf\x5a\xe2\x5b\xa4\x53\x72\xf3\ \x0a\x95\xfc\xe7\xdf\x5f\x3f\xfd\x7d\xf5\xb7\xec\xb4\x31\x03\xa9\ \x35\xff\xee\x99\xf8\xef\xfa\xfc\xbf\xfb\xe2\xe5\x2b\x2f\x49\xee\ \xb8\xca\xbe\x06\xdc\xe5\x8f\xf1\xa9\xb2\x7a\x93\x1a\xa8\x84\x2e\ \x93\xf6\xf1\xb3\xb9\x6e\x2d\xd3\x4e\x36\x33\xdf\x25\x34\x0d\xea\ \xa7\x2e\x18\x7b\xf5\x83\x89\x1a\x93\xce\x60\x34\x19\x8c\xb8\x1c\ \x75\x70\xaf\x69\xbe\xeb\xc4\x43\xc0\xab\xa0\xab\xfb\xc3\x85\xb6\ \xd1\x85\x90\xfa\x12\x6a\x1e\x23\xaf\x04\xc6\xde\x48\xc4\x54\x38\ \xf0\x22\x81\x06\x0d\x30\xf1\x0b\xba\x09\xf3\xf3\x18\x70\x19\x10\ \x08\x3e\x89\x58\x2c\x01\x64\x0b\xf6\x6b\xf2\x49\x62\x09\x96\x0a\ \xad\x94\xc1\x8f\x18\xc8\x31\x3c\x09\xdc\xcf\x99\x04\xbd\xf3\x24\ \x58\x2c\xaf\x84\x01\x7d\x14\x24\x62\x49\x09\x9f\x0f\xa0\x0e\xda\ \x39\x50\x79\x79\xd0\x26\xd0\x27\x3d\xbe\xf4\x5c\xae\x7f\xd5\x99\ \xfc\xd6\xad\x07\xf6\x1d\xdd\xf4\xec\xfd\xf3\x57\x9f\x01\xb4\x7a\ \xa9\xbb\x4c\x53\xcc\x18\x45\xa2\xad\x4c\x44\x24\x20\x88\x6a\xe3\ \xbd\xc9\x57\x8f\x07\xf4\xf3\x06\x2d\x81\x20\x35\x49\x2d\xec\x70\ \xd2\x9c\x18\xc5\xb8\xd1\xd8\xd1\x3f\x61\xd0\xf6\xcd\xe8\x74\xc1\ \xc7\x18\xa4\x5a\x1e\x9e\x01\x4d\x91\xf1\x6e\xce\x3c\x06\xc9\x09\ \x90\x2a\x67\x67\x92\x9b\x9b\x07\x0b\xa0\x11\x0b\x9a\x35\x00\x10\ \xc3\x02\xc5\xe7\x01\x2f\xa6\x81\x8d\xc2\x07\x48\x40\xb0\x21\xfa\ \x70\x3c\x58\x60\x03\xa1\x81\x0d\x2c\x30\x80\xc3\xe2\x84\x84\xf8\ \x87\x71\x93\xcb\x53\x23\x03\x38\x61\xe9\xd1\x47\x4d\x7a\x99\x48\ \xd5\x35\x28\x55\x10\x51\x80\xae\x28\xbf\xe8\x7b\xd5\x06\x0d\xda\ \x16\x08\x29\x94\x0b\xc2\x8e\x40\x21\x88\x28\x5e\x04\x61\x3d\xb3\ \x63\xb3\x5a\xad\xa2\x88\x12\x51\x96\x68\x04\xd2\x97\xe9\x60\x8b\ \x44\x7b\x06\x77\xab\x2d\x95\x1d\x5d\x42\xa5\x17\x93\xa0\x50\xd7\ \x5b\x50\x90\xb6\x0e\x38\xbb\x44\x2f\x2b\xa4\xad\xb5\x1f\xdd\xda\ \x16\xe9\x29\xf2\xb3\xb2\x44\x20\xaa\x83\x6c\xeb\x8a\x1a\x5c\x5b\ \x1e\x40\xa3\xb5\x9f\x4b\x8b\x38\x8b\xa9\x29\xc3\xd5\x74\x02\xc6\ \xce\xda\xc2\xd2\x12\x89\xb0\x74\xf0\xf5\x8d\x91\x21\x16\x42\x82\ \x1d\x63\xca\x06\x06\x13\xc7\xe7\xb5\xda\x8e\x91\x11\x83\xbe\xe3\ \xd9\xfb\xf7\x7d\xaf\xee\x5d\x6b\xdd\x71\x63\xef\xbe\x7d\x07\x0f\ \x6d\xee\xa8\x4f\xf4\xc2\x59\xe2\x1c\x1c\xfc\x0a\x3c\x8b\x2a\x82\ \xe8\x19\x15\x05\x45\x19\x41\x19\x2d\xcd\x0d\x8d\x05\x7e\x09\x05\ \x48\x8a\xb2\x3e\x38\x98\x99\x28\xd3\xc8\x82\x5d\x30\xb6\x28\x0b\ \x1c\x11\x6d\x31\x10\x15\x16\x99\x14\x17\x17\x11\x1d\x15\x1f\x9b\ \x1e\x1f\x9f\x96\x15\x1f\x1f\x15\x1e\x16\xc0\x01\xe0\xee\x04\x24\ \xb4\x0f\x87\xcb\xe6\x70\x42\x02\xbd\x69\xde\x34\x16\x20\xa3\x5c\ \x6e\x28\x37\xc4\x3f\x20\x34\x34\x3c\x2c\x54\xc0\x85\x44\x2a\x20\ \x42\x10\x1b\x1d\xbf\x76\xe7\xb5\x6c\x1f\x9a\x13\xde\x9d\x16\xe2\ \xed\x1f\x18\x1a\x15\x15\x11\x2f\xf0\x0f\x0d\x0f\x0c\x8d\xe0\x0a\ \xa2\x22\xe3\xd2\xe3\x22\x52\xd7\x57\xed\xda\xbc\x77\xd7\xe6\x57\ \x37\x0f\x9c\x38\xf0\xf8\xb6\x56\xfb\xe1\xa0\xc0\xcd\x67\x8f\xe9\ \x55\x58\xd6\xc9\x33\xf1\xec\x48\x6f\x67\x0f\x2e\xb7\xb2\x26\x2b\ \x2d\x2e\x35\x36\x2a\x25\x2b\x37\xb7\xa6\xb2\xf2\x4c\xe6\xce\x71\ \x7a\x5b\x8b\x65\x70\x6f\xaf\x8c\x19\x6c\xd7\xf4\xa8\x53\xef\x1d\ \x9a\xba\xe9\x82\xe2\x17\x7d\x56\xab\x1d\xb8\x9e\xbd\xb7\x68\xf8\ \xed\x9b\x47\xf9\xbd\xbe\x85\x1b\xce\x6f\x3d\x7f\xee\xd9\x91\x56\ \xed\x3c\x1c\x14\x08\xae\x90\xff\xf1\x7f\x66\x5b\xbe\x23\xec\x25\ \x78\xfd\xf5\x57\x63\xf5\xaf\x4f\xd5\x8d\x88\xfa\xd1\xd1\xf1\x3b\ \x1b\x77\xe6\xef\x3c\xb1\x7d\xeb\xf1\x53\x3b\xf7\xed\xdc\x75\xf0\ \xc0\xce\x3d\x07\x84\x19\x5e\x8a\x0b\x5b\x0f\x6d\xdd\xba\x73\xdf\ \x91\x8a\xb6\xce\xbb\xd5\xb6\xf6\x08\x04\xd1\x4b\x4a\x29\xa8\xb0\ \x93\xfa\xe2\x82\x83\x81\x4a\xb7\xb4\xb7\x96\xf6\x5b\x7a\x4a\xa5\ \x68\x4d\xef\x9c\xa6\x3e\x87\xc9\x24\xb8\x30\x83\x5d\x5c\x98\x2e\ \x04\xb4\x03\xda\x0e\x85\x42\xb9\x06\x59\xd0\xad\x5d\x6d\x91\x28\ \x9c\x03\xd8\xdd\x58\x26\x74\x62\x30\x30\xb8\x39\xc8\x22\x28\x88\ \x1e\x54\xdd\xdc\xf9\xe3\xef\xaf\xdf\x3b\x5f\xb4\x37\x36\x20\xad\ \x30\x96\xa8\x20\x0b\x24\x12\xec\x97\x3c\x8b\x12\xe8\x05\x15\x28\ \xd7\xce\x07\x6f\xc0\xde\xcb\xe6\xe7\x57\xc7\x15\x07\x50\xf9\x4a\ \xe7\xa8\x7c\xb9\x95\x73\xd9\xdb\x6f\x95\x24\xfb\xad\xd8\x56\xe9\ \x43\xb3\x96\xac\x45\x94\x72\x34\x83\x9d\x85\x3c\x8c\x35\x4b\xcf\ \xf3\xfa\xe9\xd5\xdf\x2c\x69\xe1\x79\x96\xb9\x9b\x7c\xa5\x8e\x06\ \x4f\x7f\x7d\x97\xcb\x57\x03\xd4\x7f\x37\x63\xad\xee\x93\x5f\x78\ \xca\x3f\x64\x7a\x99\x6c\x46\x3f\xd0\x33\xd2\x3d\xd3\x7d\xe3\xc9\ \x94\x6e\xd6\x94\x63\xab\xfe\xd2\x63\x65\x87\xfa\xf2\x64\xfb\x5e\ \x9d\xb2\x27\x27\x86\x39\x33\xaf\xbd\xfd\xac\x6f\x6c\xae\x5f\xf1\ \x6e\xef\xfb\x99\x2a\xd8\xcb\x50\xbb\x58\x78\xbf\x75\xf9\x22\x74\ \xe3\x03\xca\xae\x56\x7c\x2b\x0f\x46\x67\xdd\x92\xe4\x41\x5f\x3c\ \x06\x4f\xfc\x10\x9a\xc5\x00\xbe\x45\x65\xf0\x79\x25\xfc\x3c\xb2\ \xf8\x16\x9f\x7f\x39\x8f\x7f\x2b\x8f\xc1\x67\x60\x19\xb5\x79\xa4\ \xcb\x25\xce\x92\x12\xa0\x28\xc5\x0f\xe1\x60\x31\x5f\x4c\xbd\xcc\ \x27\xe1\xa9\x24\x86\x18\x80\x1b\x83\x91\xc7\x60\x50\xe1\x14\xf5\ \x82\xf5\x43\x09\xbf\x44\xcc\x10\xd7\x02\xa1\xe8\xe6\xc6\x8a\xcd\ \x5c\x9b\x7b\x7c\x03\x7b\xfd\xc1\xfd\x17\xb6\xef\x29\x3c\x70\xf6\ \xce\xfb\x77\xdd\x7a\xe3\x64\xef\x58\x17\x33\x86\x39\x39\x31\xaf\ \x64\x6a\x12\x95\x65\x0e\x38\xd3\xc7\x97\x97\x76\xb4\xf6\x94\x29\ \x67\xe7\x07\x1c\xfa\xf5\xe3\x0a\xa5\x3e\xc6\x25\x46\x23\xc4\x8c\ \x0b\x85\xaa\x2e\xb5\x4e\xd6\xdf\x3a\xa9\xcd\xe4\x33\x9c\x19\xe4\ \x05\x23\x19\x00\x56\x58\x2a\x1e\xda\x25\xe3\xb1\x1e\xce\x58\x27\ \xac\x9b\xbf\x07\x96\xe6\x8e\x77\x76\x83\xb6\xe2\x1e\x2c\x5a\x08\ \xcd\x87\x03\x36\x3d\xff\x50\x0f\x20\x0b\xfd\x39\xde\xde\xde\x6c\ \xb6\x3f\x9b\x23\xf0\x0e\x0c\x61\x07\x72\xbc\x03\xb9\x81\x61\xd1\ \x6b\xe3\x22\xc1\x69\xfa\x85\xc9\x8e\x2e\xe5\xc4\x7e\x29\xb3\x4c\ \x86\xb1\xce\xf0\x73\x0d\x4a\x1c\x9c\x50\x8f\xe1\xac\x89\x16\xae\ \x38\x40\xe2\xed\xd1\x68\x0b\x9c\xaf\xc6\x25\x06\xed\xa5\x2a\xd3\ \x4d\xc4\x10\x63\x84\x4c\x26\x3a\x18\xbc\xd9\x38\x8a\x4a\x6b\xc5\ \x9c\xc9\x0f\x16\x12\x13\x7b\x7d\x29\x48\x8c\xa7\xa5\x97\x3d\xca\ \xc2\x1a\x61\x69\x8d\x01\x34\xab\x4c\x64\x4f\xb7\xb3\xf2\xb4\xb0\ \xb2\x4a\xa8\xb6\x08\xa2\x17\xd4\x35\xd0\x0b\x1a\xef\x7e\xfb\xf4\ \x0b\xe6\x2f\x2f\x6a\x80\xa5\xc6\x3e\x98\xbc\xfc\xed\xeb\xaf\x07\ \x9d\x05\xf6\xc2\xe0\x18\x69\x8c\xf4\xcd\x62\x36\x14\x41\xa9\xee\ \x51\xf6\x4e\x75\x4c\x4d\x80\x5d\x94\x76\xbe\x7b\xde\x38\xf4\xe4\ \x71\xeb\x95\xb3\x57\x76\x6c\x39\xbb\x75\xdf\xa1\x27\xda\xb1\x60\ \x19\x85\x82\x43\xdb\xba\xda\x59\x64\x04\x59\xb8\x26\xd0\xe9\xd6\ \x96\x18\xd7\x84\xea\x8a\xea\x8c\x82\x0c\x6b\x5b\x8a\x22\x47\x28\ \x4a\xf4\x75\x49\x4c\x14\x11\x10\x0e\x18\x00\xa4\xc4\x0d\x82\xd8\ \xc8\xe4\xd8\x88\x80\xa4\xb0\xf0\xc8\x94\xd8\x28\x41\x4a\x52\x4a\ \x54\x74\x72\x5c\x44\x38\xc0\xa2\xc0\x10\x1f\xa4\x5e\xaa\x0d\x00\ \x00\x20\x00\x49\x44\x41\x54\x37\x70\xf0\xf6\x0e\xa1\x39\xb1\xdc\ \xc1\xdb\x48\xc3\xba\xd3\x38\x6c\x6f\xef\xf0\xc8\x30\x41\x68\x44\ \x52\x52\x44\x60\x04\x3b\x04\xdc\x7f\x7d\x9c\x20\x6d\xff\x9d\x4d\ \xeb\xdc\x79\x58\x0f\x6f\x00\x6f\xa1\xd1\xb1\xf1\x49\xb1\x11\x91\ \x82\xb0\xf0\xd0\x10\xef\x48\x81\x7f\x44\x5a\x72\xee\xda\x9a\xf3\ \xe7\x76\x1d\xd8\x75\xe0\xe6\xf5\xd6\x57\xc6\xc9\x6b\xb9\xfe\x58\ \x52\xf8\x11\x63\x61\x6e\x68\xd6\xe9\xf2\x38\x6e\xb8\x8f\xb3\x1b\ \x8d\x16\x75\x66\x6d\x7a\x6e\x5a\x54\x56\xf2\xba\xd4\xcc\xf5\xc5\ \x27\x8f\x1d\x3f\xe0\xf0\xa0\xc2\x52\xd1\x35\x65\x2a\xf3\x72\xa8\ \x7b\xd4\xdc\x7c\xc8\x3f\xfa\xe0\xfd\x31\x47\xc7\x9f\xdf\x32\x12\ \xbf\x1c\xdd\xbc\xb3\xec\x45\x67\xf3\x8b\xd1\x63\xcf\xb6\x14\x6e\ \x7f\xf9\xea\xe6\x87\x23\xdb\xee\xf7\xdd\x1f\x9d\x35\xa9\x31\x8f\ \x7e\x3c\xba\xfb\xf4\x9f\x65\xb7\x82\xdf\xdc\x01\x88\x9f\xab\x8f\ \x98\xcf\xae\xf5\xdd\xbf\x76\xe3\xc2\xde\xb3\x7b\x36\xec\x39\x75\ \x62\x4f\xcd\xd1\xf2\xca\xa3\x07\xb6\x1d\xca\xf1\x0b\x9e\xdc\xb0\ \x73\xe3\xd6\x5d\x1b\x36\x6c\x16\x56\x57\x3c\xaa\xf6\xf4\xf4\x04\ \x9f\xbf\xb5\xeb\x83\x37\x9d\xae\xd6\x48\x6b\x4f\xbf\xf6\x6f\x6d\ \x75\x75\x77\x87\xd7\x40\xc5\x35\xfc\xa2\xf1\x6e\x63\x5b\x4b\xdb\ \xb7\x4f\x77\xdb\x87\x7f\x0d\x7f\xea\x6c\xee\x6c\x79\xf3\x1d\x86\ \x3b\x40\xd7\x84\x6f\x9f\x86\xa1\xff\xe7\xf7\xce\xe1\x7f\xbe\x3f\ \x78\xd1\x5c\xd7\xfe\xd3\xe6\xe9\xdd\xa6\xef\x57\x17\x9d\x3f\x97\ \xbc\xf5\x1c\x9f\xc2\x8e\xf9\x6f\x6f\xde\x34\x55\xc0\xc7\xbd\x5b\ \xdd\x58\x57\xd7\x16\x94\xd0\xd8\xd9\xfc\xeb\xea\xd5\xa7\xff\xea\ \x8f\x72\x5c\x35\xb9\xec\xb8\xd4\x31\x65\x96\x4b\xf3\xaf\x89\xe5\ \x85\x2b\xe4\x8e\xf2\xd5\x2b\x89\xbf\x91\xca\x6c\xa0\x67\x91\x89\ \x82\x2f\xdf\x8f\xea\xea\xb6\x07\x3f\x97\xbb\xeb\xff\x55\x7e\xbf\ \xfa\xf4\xe7\x9a\x1f\xdf\x61\x2b\x97\xfc\x3b\x66\xf8\xe7\xb2\x15\ \x86\xcd\xff\x6c\x7f\xf8\x8d\xab\xbf\xa3\xa2\x17\x00\x6b\x42\x6f\ \x9a\x00\x9c\x63\xd4\x38\x28\xec\x98\xd7\x6b\x4d\x4a\x55\x8e\xa8\ \x7f\x7c\x8c\x82\xc1\xe5\x4c\xdf\xb8\xd3\xda\xa7\x9d\x35\x0d\x38\ \xcc\x98\xfa\xc0\xf7\xe3\xf6\xec\xa4\xf6\xba\x61\x20\xeb\x3f\x25\ \x97\x17\x8b\xee\x10\xaf\x60\x1b\x56\xc9\xe5\x87\x62\x89\x04\xfa\ \x37\xc0\x1a\x13\xc0\x16\x68\xc9\x29\xc9\xab\xfd\xeb\xa1\x64\xa1\ \x16\x05\x47\xa3\x4b\x4a\x78\x25\x62\x2a\xf6\x56\x2d\x75\xa1\x65\ \x54\x52\x0b\x68\x16\x95\xc1\xe0\xc3\x51\x44\xbe\xbb\x33\x90\x65\ \x62\x68\xe5\xc9\xa3\xe2\x79\x24\xaa\x24\x2f\x0f\xce\xf9\x31\xa8\ \x64\x09\xb8\x1f\x89\x5a\x02\x61\x90\x2f\x96\x5c\x16\xf3\xf1\x6e\ \x01\x29\xeb\xd6\x65\xee\xde\x19\xb8\xfe\x44\x7e\x7e\xe1\x81\xfd\ \xe7\xf3\xdf\xdf\xbf\xa9\x33\x02\xc0\x72\x51\xe5\x30\x7d\x35\xaa\ \x5e\x99\x5e\xcd\x54\xd7\xeb\x06\x8c\x77\xf2\x87\x30\xba\x1e\xa1\ \x48\xa4\x54\x33\x83\x35\x3a\x93\xea\xe5\x80\x6d\xa2\x41\x4d\xb7\ \x03\x2a\xac\xc2\xc2\xc2\xce\x65\x4c\x93\x38\x89\xe7\xf1\xe0\x30\ \x21\xc3\x19\x8b\xc7\x3a\x3b\x53\x49\x78\x3e\x15\x80\x15\x09\xef\ \x0e\x7e\xbb\xbb\xb1\xdd\xdc\xdd\xb0\xce\x6e\x58\x37\x37\x67\x27\ \x67\x4e\xa0\xbf\x3f\x9b\xe6\x0e\x37\x3a\x1a\xde\xc7\x87\xc6\xa2\ \x85\xfa\x38\x7b\x7b\xb0\x43\x58\x21\x82\x00\x4e\x28\xc7\x3f\x20\ \x36\x2c\xa5\x38\x29\x94\xc5\x16\x1c\xe9\xd5\x99\x34\xc6\xfb\x8a\ \x60\x07\x17\xb4\xbd\xb5\x0b\x91\x80\x61\xa2\x29\x13\x48\x91\xc6\ \x01\x8d\x43\x21\x11\x28\xab\x7a\x15\x1a\x61\x97\x01\xbe\xcd\x96\ \x2e\x5e\x6a\x91\x28\x87\x48\x90\x0a\x85\x3d\x0a\x74\x82\x17\xba\ \x97\x22\xcb\x31\xa1\x7d\x73\xe6\x14\xf5\x04\x94\x86\x62\x85\xc2\ \xd8\x5b\x07\xbb\xfa\xd5\x05\x59\x5b\x59\x26\xf6\xa2\x81\x1a\x04\ \xfb\x5a\xd7\x82\xa2\x8a\xba\x02\x7a\x73\x43\x53\x5d\x4b\xdb\x8b\ \x1f\xb0\xc1\x71\x8d\x7c\xd9\xff\xc3\xe6\xf7\x92\xd0\x82\x38\x78\ \xfd\xf3\xa9\xcd\x37\x61\xd3\xc2\x28\xef\x1a\xcb\x01\x55\x59\xcf\ \xc0\x78\x87\xae\x63\xaa\x6b\xca\x38\x69\xd0\x7d\x79\xfe\xee\xe3\ \xab\x3b\xf7\x36\x6e\xd9\xb2\xa3\x70\xc7\xa6\xc2\xd6\xee\xae\x29\ \x55\x4c\xa2\xc8\x97\x88\x41\x5b\x59\x58\xd8\x5a\xd9\x23\x31\xcc\ \x98\x60\xab\x04\x3a\x80\xdd\x02\x57\x6b\x0c\x53\xa9\x51\x97\x69\ \x12\xbd\x44\x4a\x85\x88\x40\xf0\x25\x32\xbb\x63\x03\xe2\xa2\xa2\ \x05\x5c\x2e\x37\x2c\x32\x22\x3a\x2e\x25\x22\x22\x2c\x20\x3a\x3a\ \x32\x2a\x36\x36\x2c\x2c\x52\x10\x21\x60\xf3\x9c\xc8\x78\x96\x87\ \x1b\x4c\x75\xc6\x93\xb0\xce\x4e\x1e\x3e\x3e\x6c\xb7\x10\x7f\x20\ \xf7\x04\x51\x11\x6b\x23\x43\x63\x93\x93\xd2\xd2\xd7\xae\x4f\x8b\ \x4b\xdf\x66\x30\x1e\xc9\xa4\x61\xdd\x3c\x38\x5c\x01\x37\x22\x32\ \x1e\x46\x79\xa5\x44\xa7\x47\xc4\x47\x84\x73\x93\xe2\xd7\xe5\x66\ \x56\xd6\x9c\xd9\xb3\x6d\xd7\xe6\x67\xba\x39\xc3\xd6\x14\x8e\x87\ \x1b\x3b\xf7\xe6\x9f\xeb\x53\x6b\x02\x52\x4f\x54\xa6\x84\xfb\x87\ \xb0\xc0\x2e\x85\x95\x79\xa6\x78\xe3\xe6\x5c\xc0\xf6\x52\xe3\xd7\ \xed\xce\x3d\x79\xfe\x90\x7d\x53\x42\xce\xa0\xa6\x5e\x86\xb3\x2f\ \x78\xd1\xd0\xec\x55\x1a\x9b\xb6\xff\x79\xc1\x6b\x47\xc0\x05\xbe\ \xfa\xed\x3d\x9a\xbf\x61\xac\xb1\xe9\xed\xec\xda\x4b\xd7\xb7\xee\ \x7d\x76\x6f\xe8\x99\xf1\xf3\x07\x6d\xd7\x5c\xbd\x7a\x40\x51\xa6\ \xcc\xc9\x90\x9b\x8f\xfa\xfe\x9e\x92\x5b\x23\xff\xa5\x1e\xd9\x7e\ \xa9\x70\xd3\xb6\xfd\x57\xf6\x6e\xda\xb0\xf7\xe0\xe1\xe2\xaa\x73\ \x35\x67\x8e\x6f\x3b\xb0\xc5\x2b\x43\xf9\xea\x48\x61\xe1\x96\xc2\ \x6d\x1b\xf3\xdf\x65\x58\x35\x0d\x2f\x44\x08\x2d\xc4\x3b\xaf\x91\ \xaf\xf9\xf9\x74\x8d\x7c\x31\xb7\x61\x91\xba\xfd\xf3\x7f\xff\xf7\ \xcf\xca\x61\xf1\xa2\xd5\x17\x2c\x9c\xda\xd8\x2c\x9a\x13\x2f\x25\ \x94\x9a\xcd\xf7\x99\xdf\xe5\xf7\xc7\x0d\x6f\xe3\xb8\x38\x95\xf3\ \x15\x00\xe3\x72\x67\x03\x38\x3e\x7d\xfd\x2f\x44\xfa\xad\xff\x56\ \xd9\x56\xc9\xcd\x1c\xac\x56\x0f\xcd\xac\xbe\x87\xdc\xac\xc1\xd4\ \xe6\xe7\x2f\x70\xbf\xd7\x77\x13\x9a\x5e\xdc\xfd\x7e\xf7\xee\xc2\ \x82\xaa\xd9\xe2\xe4\xd2\x0d\xaf\xbe\x76\xb4\xf9\xfb\xee\x55\x39\ \x40\xac\xd7\xc3\x6f\xee\xbe\x96\x2f\x55\xdf\xe5\xe6\x0d\x12\x2b\ \xa4\xef\xf7\x04\xb6\x7c\x65\x6a\xe8\x8f\xfe\xe7\xcf\xa7\xbb\xaf\ \x18\x15\x08\xa4\xe8\xda\xf3\xdb\x93\x03\x52\x45\xce\x07\x6d\xc7\ \xe7\x19\x85\x6e\xb0\x7e\xac\xdb\xb8\x73\xc7\xbd\xa1\x0f\x73\x7a\ \xcd\x98\x51\xc9\xbc\x3d\x39\x33\x3e\x36\x6f\x3c\xfe\x30\x4f\x02\ \x3d\x92\xe1\x40\xe1\x2d\xb8\x52\x58\x5b\x22\xae\x65\x50\x01\x75\ \xba\x75\x11\xf6\x7a\x4a\xc4\x79\x79\x25\x54\x12\x59\x72\xf9\xb2\ \x84\x0f\x90\x8b\x4f\x2d\xe1\xf3\x18\xb7\x6e\xe5\xf1\xa8\xb5\xbc\ \x3c\x2a\xa3\x44\x72\x0b\x9a\xbf\xe7\x01\x9c\x80\xa2\x8f\x4f\xbd\ \xcc\x73\xf2\xe6\xf3\x00\x90\x39\x39\x3b\x61\xf3\xa8\x3c\x2c\x4f\ \x42\x95\x94\xe4\x61\x49\xfc\x12\x12\x0f\x46\x49\x93\xa9\xd0\xee\ \x0f\xa6\x1a\xf2\xc8\x78\x7c\x44\x76\x76\x6e\x56\x71\xf6\xfa\x93\ \xe7\xcf\xef\xb9\xb6\x6d\xeb\xbe\x23\x37\x47\x87\x46\x3e\xbe\x37\ \xaa\x7c\x63\x82\x89\xca\x44\x85\xbe\x5b\x3b\xaf\x1b\x53\x75\xcc\ \xe9\xa7\x8d\x7a\x57\xaf\xa9\xe7\xcf\xca\xa4\x89\x8a\x60\x3d\x4a\ \x66\x9a\x9a\x53\x4f\x9a\xe6\x14\x0e\xbd\xf5\x2e\x74\x4f\x4b\x85\ \xce\xbe\x69\xdc\x70\xdc\x59\x82\x27\x31\x9c\xc8\x7c\xb0\x31\xe1\ \xa9\x78\x58\x78\x77\x77\x26\xf3\x18\x6c\x9a\x33\x8d\x0c\x36\x32\ \x27\x9a\x3b\x96\xe6\xe1\x04\xf3\x29\xdc\x43\xdc\xdd\xbd\x7d\x3c\ \x00\x67\xf0\xa0\xd1\xd8\x40\xbd\xb0\x23\x43\xb0\x4e\x3e\xde\x5c\ \xb6\x7f\x54\x00\xe0\x10\xa1\x61\xf1\x49\x49\x69\x49\xd1\xd1\xe1\ \x81\xfb\xd5\xe3\x63\x73\xaf\xe6\xea\x85\x18\x2b\x7b\x57\x5f\x05\ \xc1\x3a\x28\xa8\xc2\xd2\x4b\xad\x9d\x56\x29\x46\x44\xc4\xee\x97\ \x1d\x52\x8d\x1d\x12\x83\x48\x08\xd2\x0e\x22\x2b\x2c\xac\xac\x63\ \xfa\x15\x76\x96\xbe\x0a\xa5\x5f\x43\x41\x45\x06\xae\xdf\x35\xc8\ \x13\x81\xb0\xf3\x9a\x63\xa2\x5c\xbc\x08\xae\x41\x45\x9e\xa8\xc6\ \xa2\x0c\x8b\x44\xbf\xea\x8c\x0a\x0b\xfb\x0a\x6b\x7b\x4f\xcb\xba\ \x86\x0c\xcf\xa2\x02\xba\xab\x67\x5b\xfb\xdb\x61\x98\x44\xf0\x1a\ \xee\xb6\xa0\x20\x04\xdb\x85\xa3\xe3\xaa\x8e\xbc\x85\x6f\xf6\xd5\ \x85\xb4\x53\xc7\x1f\x28\xa9\x4c\x28\x94\x29\xfa\x7b\x7b\x07\x3b\ \xf4\x5a\x6d\xf7\xed\xf7\x4f\xee\xbf\x1c\xba\xff\xec\x55\xdf\xb3\ \xc2\x3f\x77\x6c\xdc\xbb\xb3\xf0\x9e\xa1\x7b\x6a\x6e\xbc\x37\x31\ \x18\x87\x26\xe0\x70\x04\x9c\x35\x5a\xd6\x3f\x23\x75\x01\x3a\x05\ \xe8\x91\x0c\x4f\x4b\x99\x70\x46\x35\xa8\x57\x05\x27\x2a\x12\x65\ \x31\x44\x5b\xd1\x49\xae\x20\x22\x3d\x9d\xeb\xed\xcf\x8d\x0e\x8f\ \x8c\x48\x15\x04\x04\x04\x84\xc5\xc5\x46\x46\xad\x8d\x8f\x12\x08\ \xc2\xa2\x22\xfd\xbd\xfd\x01\xf5\x01\x28\x05\x76\x0c\x4e\xce\x34\ \x1a\xd8\x07\x38\x3b\x03\xa1\xc8\x66\x05\x44\x0a\xc2\x93\xa3\xe3\ \xd3\x62\xd3\x92\xe3\xc0\x49\x74\x74\xf6\xd1\xc7\xf3\x93\x7f\xae\ \xf7\x27\x39\x71\x42\x59\xdc\x80\x50\xff\xa8\xf4\xa4\xf4\xb4\x75\ \x29\x99\xa9\xf1\xd1\x29\x40\x6b\x56\x9e\x3b\xb9\x6d\xc7\xe6\x67\ \x93\xb3\xf7\x0e\x07\xe2\xf1\x6e\xfe\x95\x7b\x8f\x9c\x2a\x4d\x2a\ \xae\x0c\x4b\x3f\x5e\x1a\xc7\xe2\x82\xd7\x00\xb8\xae\xa0\xe6\xf4\ \xe1\xe7\xba\x7b\xe5\xa1\xf1\xa9\xf1\xd9\x27\x0f\x9f\x1a\xaa\xb6\ \x90\xcd\x69\x55\x65\x68\xcf\x8a\xce\xb6\xfa\xa6\x91\xf3\x11\x87\ \xb7\x10\x3e\x41\x11\x0d\x10\xeb\x8d\x61\xdb\x89\x7b\x5e\x75\x6f\ \x3f\x1e\xbf\xf0\xfc\x95\x61\x72\xdf\x8d\x6b\xf3\xfd\x1a\xe3\x9f\ \xf7\x26\xc7\x28\x5e\x19\xed\x6f\x7e\x9a\xd5\x82\x1c\xcd\xc6\xdf\ \x7e\x7d\xee\x39\x7b\xe0\xe8\xe1\x63\x67\x8e\x1d\x3b\x71\xe2\xc4\ \xa9\x9d\x27\xb3\x2b\xcf\x9c\x38\x7e\xe2\xd8\x25\x04\x7d\xe0\xc2\ \xb6\x43\xa7\xb6\xec\xda\xb4\x63\xff\x46\x5b\xfa\xf0\xff\x2d\x92\ \xa1\xd5\x1e\xc3\xcb\xf1\x32\x66\xed\x07\x66\xf6\x78\xcb\x74\x6e\ \x21\xbb\x6f\xd9\xd2\xc5\x6c\x5a\x79\x25\xa7\x66\xf9\xe0\x68\xb3\ \xfa\x06\x4b\x41\xd1\x9f\xbe\x2e\x91\x94\x35\x10\xab\x96\x7c\x15\ \x56\x0b\x3c\x33\xa6\x24\x5f\x6d\xbf\x67\xf3\x7b\x81\x70\x65\x25\ \x70\x99\x52\xad\x1a\x4d\x5c\x7c\x68\x00\x93\xbf\x5e\x83\xa7\x7a\ \xfa\xe6\x51\xe3\xdd\x96\x37\xbf\x9e\xae\x59\xea\x77\x5f\x59\xa8\ \x5c\xfa\xcf\xd6\xd8\x98\xf5\xc6\xdb\x2c\xc7\x28\xfe\x6e\xb9\xff\ \x57\xcb\x85\x5c\xee\xb8\xcc\xe9\xfe\x78\x72\xe8\x55\xd7\xf4\xbc\ \x0a\x85\xec\xb9\x71\xfa\xd0\x07\x6d\xfd\x58\x97\xc6\xf8\x6c\x76\ \x6e\x66\x72\xf2\x8b\x56\xb7\x75\x83\x4e\xd1\x3b\x32\x3a\xf9\x4e\ \xa7\x1d\xfa\x32\xd0\x37\xa5\xd4\x8e\x4f\xcd\xeb\x7c\xfe\x03\x09\ \x16\x0c\xeb\xfa\xeb\x3f\x0b\xba\xb0\xb6\xb6\x56\xc2\x67\xc0\x10\ \xe8\x12\x18\x2f\xc1\xcb\x03\x0c\xca\x59\xcc\xc8\xe3\x61\xc5\x7c\ \x09\x89\xc1\xaf\x25\xf3\xf9\x54\x09\xa0\x5b\x64\x2c\x83\xfa\x90\ \x0f\x18\x53\x6d\x89\x33\x09\xf0\x29\x20\xf3\xf8\x54\x31\xef\x32\ \x83\x05\xb0\x82\x41\xc2\xba\x01\xdc\xcb\xe3\x93\xc4\x79\x0c\x1e\ \x4f\xc2\x10\x93\x60\xdb\x69\x49\x1e\xec\x32\x15\x5f\x2e\x81\xad\ \xa4\x80\xa4\x89\xb9\x67\x8e\xed\x3e\x7d\xba\xea\xe8\x89\x33\x07\ \xf7\x5d\xd9\x7a\xe8\xc0\xc6\x4b\xb3\x2f\x9f\xbc\xfb\xac\x1b\x9c\ \x91\xa2\x1d\x06\xbc\x98\x1a\x95\x82\x42\x29\x9b\x9b\x7e\x39\x32\ \xe8\xda\x5b\x26\xd2\x7d\x66\x7a\x4d\x4a\x29\x2e\x04\xba\x74\x54\ \x6f\x34\xcd\x25\xba\xa0\x30\x0e\x0e\x2e\xfd\xb8\x44\xdd\x96\xfb\ \x98\x9e\x8f\xd7\xc3\xc5\x78\x3c\xd5\x03\x4f\x26\xc3\xce\x0a\x2c\ \x20\x01\x6e\xee\x54\x1e\x09\x08\x41\x2a\x09\x4b\xc5\x3a\xd1\x9c\ \x9c\xc0\x85\x4e\x1e\xce\xb0\x1a\xe3\xce\x62\xb3\xdc\xfd\x43\x42\ \x58\x2c\x67\x6f\x16\x97\xc5\x62\x7b\xfb\x70\x42\x68\x81\xe1\x81\ \x6c\x6f\x40\xb0\x04\x61\x01\x59\xd1\x61\x82\xf0\xb5\x97\x8e\x8c\ \xc9\xa4\x53\xad\x93\xaa\x7a\x29\x11\xe5\x87\x4c\x9c\x18\x70\x45\ \x8a\xa4\x05\x56\x4c\x84\x9f\x8b\xb5\x4c\xff\x6a\xe8\xf8\xd6\x09\ \x4d\x19\x05\x85\xb0\x44\xc6\xa8\x85\x76\x32\xa9\xaf\xd0\x57\xe8\ \x59\x87\x9c\x2b\xdf\xd5\x8d\xf6\xa4\xdb\x5b\xda\xa2\x11\x38\x2f\ \x82\xcc\x97\x60\x67\x6b\x99\x51\x94\x60\x5b\x6d\x6f\x61\x8d\x2e\ \xa0\x5b\x3c\xa8\xf3\x2b\x08\x2a\x2a\xf0\x83\x4d\xe8\x09\xc8\xb6\ \x47\x2f\x2a\x2a\x1a\xee\x3e\xfa\x34\xbc\x98\x4f\xf7\x7b\xb0\x75\ \xcd\x1a\xc7\x85\x45\x9b\x95\x19\xd4\xdf\x4e\x44\x8e\x4f\x5d\x71\ \x28\x1c\x2e\x58\x18\x23\xcc\x51\xa9\x7b\x4d\xfa\xc1\xf1\xa9\xdb\ \xa6\xee\x0f\xc6\xc9\x77\x8f\xef\xbf\xbb\x7e\xbf\xf5\xda\xd9\x3d\ \xdb\x8f\x1c\x7a\xf2\x7c\xc8\x30\xa8\xd3\x4e\xf5\xa8\xfa\x73\x7c\ \x99\x38\x69\x87\xf6\xa3\x76\xce\x17\x65\x69\x89\xb4\x44\x21\xed\ \x5d\x28\x42\xd3\x4c\xff\x44\xaf\x30\x47\xa4\x00\xb4\xf0\x82\x20\ \x39\x3e\x42\x10\x11\xea\x1f\x1e\xc2\x11\x44\x70\x03\x02\x05\x81\ \x81\xb1\xe1\x61\xd1\x81\xb1\x51\x91\xb1\xe1\xdc\xc8\x80\xc0\x10\ \xff\xf0\x40\x1f\x36\x9b\xcd\xa2\x61\x59\x2c\x1a\x90\x6d\x4e\x58\ \x2a\xcb\xc3\xdd\x9f\xc5\x0e\x8c\x8a\x0a\x17\x84\x71\x23\xd7\xa5\ \x46\x46\x04\x08\x00\x3d\xcb\x3e\xb6\x63\x48\x6b\x7a\x77\x8e\x4b\ \xf3\x01\x90\x46\xf3\x11\x44\x05\x84\x81\x6b\xa2\x62\xe3\x53\x92\ \x63\x33\xd7\xed\x3e\x9f\xff\x58\xdb\xf5\xe5\x40\x2c\x95\x8c\xc7\ \x86\xe4\xee\xd8\xb1\x27\x3b\x2b\x37\xb3\x7c\x6d\x6c\xca\xf9\x9a\ \x68\xa7\x40\x6e\x08\xd8\x6f\x04\x70\xa3\x76\x27\x1f\xff\x20\xa3\ \x4c\xee\x38\x96\x14\x96\x7a\x6c\xc3\x80\x8b\xc6\xa4\xad\x47\x38\ \x58\x59\x54\x3c\x70\xc0\xd1\xcf\x9f\xa8\xda\x6a\xfa\xd6\xf9\xed\ \xef\xe1\xaf\x57\xd7\x7c\x7d\xfd\xba\x19\x50\x5d\xcf\xce\x0f\x87\ \xae\x8c\x1a\x26\x14\x03\x83\x5f\xbe\x18\x35\x39\xb2\xa9\x01\x4b\ \xbf\xea\x61\xf9\x3f\xff\xac\xf6\x31\x87\x7e\x4d\x0b\x09\x60\x5f\ \xfb\xee\x6b\x37\x1c\x38\x75\xf8\x5c\x79\xee\xce\x33\xeb\x6b\x6a\ \xce\x9d\x39\x7d\x2e\xf7\xe4\xf1\x73\x5f\x50\xbe\xba\x9b\x5b\x76\ \x9e\xdb\x5a\xb8\xa1\x70\xef\xfe\x9c\xb6\xc5\x79\x17\x33\xe1\x24\ \x5f\x99\x30\x96\xaf\xea\x35\x58\x91\x58\x2b\x2a\x6e\xb1\x66\xbd\ \x82\x4d\xf0\xb3\xfd\x17\x50\x2d\x57\xb9\xe5\xe6\x73\xce\xf2\xe5\ \x2c\x55\xf9\x32\xc5\x71\x94\x9b\xeb\xba\x65\x10\x71\xfc\xdf\x7d\ \xa4\xff\x35\x79\x2c\x5f\xa5\xd2\x56\xf5\x83\x9a\x97\x9a\x96\x5e\ \x2c\xb4\xe7\x01\x9c\x12\xc6\x0c\x99\x39\x65\xc9\xcd\x8b\xf5\x2b\ \x95\xa9\xe5\xc7\x75\x5c\x6e\x90\x70\x5c\x05\xa1\x66\x14\xeb\x0f\ \xe3\x7b\x83\x76\xce\xf0\xa5\x8c\x68\x97\xa1\xdc\xfe\x6c\xc7\xb4\ \xf6\xf3\x54\x8e\xf6\x9a\x8a\xde\x3f\xfd\x71\xba\xcc\x64\xb8\x8d\ \xe9\xe9\xee\xf8\xf2\xec\xc2\xb5\x6d\x47\x6f\xce\x9b\xfa\xf5\xca\ \x32\xbd\x21\x02\x90\xab\x8b\x10\xb3\xe0\xf1\x21\x60\x3e\x25\x17\ \x2f\x5e\x94\x30\x2e\xd7\x4a\x2e\xc3\x28\x64\x3e\xec\x00\xcd\x73\ \xe6\x93\x4a\x18\x54\x40\xab\x00\x6e\xf1\x60\x44\x8d\x18\xe8\x3a\ \x18\x49\x5a\x2b\xc1\xf2\xf3\x00\x65\x82\x1e\xc3\x6e\xe0\x7b\xc7\ \x00\x97\x3a\x3b\x93\xf0\x78\xb1\x84\xea\x26\xc6\x52\xa9\x40\x0a\ \xe6\x95\xf0\x19\xce\x62\x77\x77\x32\x19\xd6\xee\x79\x25\x12\x9e\ \x84\x07\x67\x14\x19\x25\x40\x5e\xb2\xd7\x96\x1f\xab\x49\x2a\x4d\ \x3f\x78\xea\x70\xe5\x8e\xe3\xfb\x4e\x9d\xb8\x3d\x74\x73\x64\x7a\ \xd4\xe4\x92\x38\xa3\xef\xcf\x49\xa4\x74\x11\x1a\xfc\x44\x52\x5f\ \xfd\x84\xc8\xda\xca\x45\xd8\x3d\xd6\xcf\x8c\xb9\x39\xe3\xa5\x8e\ \x71\xb5\xb0\xcb\x11\xaa\xcb\x64\x31\x38\x04\x11\x83\xc2\x19\x8d\ \xb2\x6b\x6b\x27\xf3\x37\x3e\xd9\x1f\xcb\x70\x02\x4f\x8a\xc5\x8a\ \xb1\x24\x31\x78\x7a\x20\x00\xc9\x54\xb0\xfb\x26\xe3\xc9\x6e\x30\ \x1b\xd5\x03\xeb\x4e\x73\x72\x77\xa7\xb1\xdc\x7c\x60\x97\x23\x9b\ \x86\xe5\xb0\x7c\x3c\x58\x6c\x2e\xc7\xdb\xc3\xdd\x27\x84\x1b\xe2\ \xed\xef\x2f\x10\x04\x72\xc3\x53\xd6\x85\x02\xe8\x02\xdb\x67\xf6\ \x13\x5d\x99\xba\xec\xc3\xcd\xc1\x60\x2f\x5f\x07\x0b\xa4\x85\x6f\ \xd9\x64\x2f\x9d\x8e\x29\x40\x21\xad\xd0\x22\x2b\x6b\x3b\x1c\x26\ \xd8\xcf\x52\xe4\xd5\x8f\x23\xc8\x3c\x7b\xd0\xd6\x74\x8a\xd4\x8a\ \x62\x61\x67\x67\xe1\x2a\x8c\x71\x90\xa9\xe9\x56\x16\x5e\x4c\x7a\ \x82\xad\x0b\x4a\x48\xb1\x4b\xe8\x74\xb1\xb0\xaf\xae\xab\x0b\x72\ \xa9\xf0\xb4\x72\x40\x34\x54\x07\xa1\x2c\x8a\x9a\x13\x0a\xaa\x8b\ \x6c\x8b\x3a\xff\xfe\x05\xad\xd7\xae\x3e\xfd\x3a\xfc\xf5\x35\x2c\ \xad\x98\x87\xfd\x3a\xbe\x5e\x6c\x5e\x59\x95\x62\x09\xc3\x14\x7e\ \x3c\x40\x11\x85\x5e\xc4\x18\xb5\xb2\x5e\xd5\xa3\x99\x18\xd4\x77\ \xe8\xe7\xbb\xbb\x4c\xa6\xd9\x27\xcf\xde\xbd\x7a\xff\xfc\x46\xeb\ \x86\x4b\x47\x0f\x16\xe6\x6f\xee\x7b\xd2\x77\x1f\x00\xd7\xe4\x54\ \xaf\x62\x40\x67\x9c\xfc\x68\x98\x0b\xc6\xe0\xac\x50\x42\x82\xbd\ \x95\x1d\x73\xa6\x7b\x70\x4c\x25\x9c\x53\x7a\x25\xc6\x4c\x65\xc6\ \xa5\x47\x45\x87\x05\x70\x03\x02\xfc\xb9\xdc\xd0\xc0\x50\xff\xd0\ \xb0\xf0\x08\x7f\x40\x76\xa2\x23\xc3\xa2\xc2\x02\x02\xa3\x05\x61\ \x82\xc8\x80\x10\x36\x5b\xe0\xcd\xf5\x09\xf1\x77\x22\x7b\xd3\x9c\ \x9d\x9d\x69\x78\xb2\x13\xc9\x83\xe3\x43\x03\x3f\x3e\x81\xe1\x40\ \x44\x86\x86\x47\x24\xc7\x27\x9d\x3b\xb5\x7d\x87\x61\x22\xc7\x74\ \x24\x93\x0b\xde\x79\x27\x76\x88\x4f\x60\x80\x7f\x88\x20\x34\x30\ \x50\x10\x99\x52\x7e\x72\x47\xf7\xdc\xfb\x73\xde\x7c\x06\x89\x1d\ \x75\x72\xcb\xa6\x5d\xa5\xd9\xb9\xe9\x59\x49\xa5\xc9\xf1\x51\x35\ \x55\x01\xee\x6c\x4e\x40\xa0\x47\x68\x08\xdb\x23\x3e\xb3\xfc\xc0\ \x08\xa5\x20\xc8\xce\xab\xa7\xef\xe8\x95\x89\x9e\x32\x29\xd3\xda\ \xcf\xd5\xcf\xbe\xdd\x5e\x5b\xd4\xb5\xbb\xe6\x50\x7e\xf3\x8b\x86\ \x8a\xb7\xc3\xc3\x70\x00\x79\xcd\x2f\xe6\x94\xa5\xad\xdd\xbb\x1b\ \x77\x66\x67\x66\xe7\xd5\x68\xa6\x25\x41\x25\x43\xdb\x79\x7a\x66\ \x24\x04\x55\x34\xde\x6d\x7b\xfb\x75\x49\xc5\x2d\x27\xa7\xc3\xac\ \xaf\xaf\xa6\x4b\xf7\x26\x6f\x9e\xac\x3a\x5e\x55\x7c\xac\x32\x33\ \x3b\xfe\x58\x65\x6e\x66\x2e\xa0\x7f\x6a\xcc\x98\xf6\xd5\x91\x3d\ \x47\x77\xee\xd9\x96\x7f\x6d\xcb\xd8\xd7\x7f\x16\xc2\x22\x96\x8d\ \xcf\xe5\x66\x64\xc9\xbc\x02\x6d\x63\x63\x4e\x9e\xcc\xd8\xd3\xd2\ \x82\x1c\xdc\xaa\x17\x8d\xf5\x5e\x0f\xff\x94\xff\xef\xc3\xea\x26\ \x51\x9b\xa5\x3e\x86\xdf\xd5\xf6\xff\xd5\xe1\xfe\xaf\x76\x82\x65\ \xcd\x67\x36\x75\xb8\x5c\xa0\x37\x53\x84\x36\x2b\x49\x39\x2b\xfc\ \xd0\xc6\xac\xb0\x6f\xfe\x2f\x2e\x3d\x90\xa3\x59\x9e\x8e\x5c\x6e\ \x66\x0f\xbf\xb4\x14\x28\x5f\x31\x6a\x30\x87\xb3\x15\xef\x9b\xdf\ \x87\x3f\xe6\xc7\x8d\x13\xa6\xd9\x79\xd5\xfc\x5c\xa2\xd1\x2b\xe7\ \xcf\x67\x3a\xe3\xfb\x2f\x83\x93\x1d\x22\xd3\xe8\x05\x63\x2f\x45\ \x6d\xd0\x8f\x1a\xa4\xfd\x5a\xd3\xd8\xc7\x9b\xc6\x01\x05\x4e\x3a\ \xd7\xa5\xd3\xc5\x43\x2f\x77\x98\x9d\x73\x19\xea\x41\x58\x37\x2f\ \x29\x79\x78\x19\x80\x52\x89\xb8\xe4\xf2\x2d\x46\x1e\xbf\x16\xd0\ \x24\x40\x4a\x48\x30\x4c\x55\x02\x24\x22\x55\x22\xa1\xf2\xf2\xe0\ \x68\x0d\x5c\x31\x04\xf2\xee\x32\x96\x07\x7d\xd1\xf1\x3c\xc0\x9d\ \x78\x7c\xac\x13\x38\x0b\x73\x0a\x25\x24\x18\x04\xc8\x23\xf3\x4b\ \xf2\xc0\xf5\x30\x30\x50\x8c\x25\x03\x1c\x83\xb3\xd3\x78\x68\x07\ \x08\x48\x17\xb9\x84\x9d\x5d\x95\x55\x7c\x32\xdb\x2d\xf3\xd8\xee\ \xca\x23\xc7\x4e\xec\xd8\xf8\xec\xc6\x95\xdb\xcf\x75\xa6\x18\xdf\ \xf1\x5e\x2f\x94\xae\xaa\x32\x11\xe7\xa5\xd7\x7b\x4d\x08\x6d\x51\ \x96\x38\x4b\x82\x8c\x18\x7c\xf6\x6c\x62\x70\x99\xca\xb2\xba\xad\ \xb3\x39\x47\xe5\xe5\x22\xc2\x89\x28\xb8\x5e\x8d\x51\x3b\x96\xff\ \xf1\xc6\x91\x97\xba\xb1\x72\x32\x9f\x84\x77\x22\x91\x81\x12\xe4\ \x4b\xa0\x97\x28\x1e\xef\x04\x27\x76\xc8\x00\xaf\x68\x2c\xd8\x7e\ \xe5\xec\xe1\x41\xf3\xc0\xfb\x84\xb0\x38\x1c\xb6\x9b\x33\xd7\xc7\ \x9f\xc5\xf1\x71\x0f\xf1\xe6\x78\xb0\xfc\xc3\xfd\xc3\x03\x02\x43\ \xb9\xde\x61\x59\x99\x59\x61\xd1\x61\xa1\xfe\x61\xdc\x42\xed\x94\ \x49\xd9\xfd\x41\x5d\x2f\xf3\x45\x23\x32\x2c\xec\x6d\x8b\xec\x72\ \x50\x19\x2a\xe1\x4c\xef\x7b\x97\xc4\x60\x02\xdd\x02\x89\x23\x20\ \x7a\x54\x5d\x39\xa6\x39\x14\x06\x29\xb3\x10\xaa\xac\xfc\x90\xb6\ \x89\x31\x44\x9c\x6b\x5b\xf0\x1c\x72\x8c\x50\xdf\xad\x9b\xb1\xf7\ \xac\xc3\x21\xe9\xd6\x2d\xcd\x9e\xd6\xf6\x09\x9e\x76\x96\x41\x45\ \x56\x19\x74\xa0\xca\x82\x2a\x2a\x1a\x3b\xed\x33\x9a\xaa\xfd\x1a\ \xbe\x7f\x7f\xf3\x1d\x86\xe5\xad\xb9\x6a\xd6\x6b\x63\xb6\xf3\x92\ \xdb\xac\x6e\x06\x5c\xb4\xd2\x96\x3b\xfe\xfa\xf4\x00\xa1\x56\xe6\ \x30\x65\x2a\xd9\xe0\xcc\x18\xc1\x4e\x33\xa1\xef\xd0\xcd\xdc\xee\ \x9e\xfd\xf8\xec\xc3\xe8\xc7\xe7\x8f\x2f\x6c\xc9\x3f\x5d\x5e\x7e\ \x72\xcf\xd9\x6d\x07\xf6\xed\xd9\xff\x78\x7a\x7a\xda\x38\x7a\xef\ \xf1\x97\xf9\x31\x0a\x91\xe8\xe5\x80\xb3\xb5\xb0\x25\x68\x74\x5d\ \x7a\xfd\x58\x87\x54\x84\x7b\x95\x1a\x25\x88\x8e\x0f\xe5\x46\x45\ \x07\x40\xeb\x05\x36\xdb\x3b\x3c\x3c\x34\x90\x13\x10\xe6\x1f\x06\ \xae\x00\x84\x33\x4a\x90\x14\x1e\xc6\xf5\xf7\x0e\x0c\x08\x0d\x07\ \x68\xe6\x03\x34\xa1\x13\xd0\xd8\x60\x57\x40\x76\xf3\x0f\xe7\x82\ \xb7\x8e\xc5\x0a\x64\x7b\x04\x70\xfc\x43\xa3\x92\xd2\x4f\xa7\x66\ \xaf\x3f\x76\x65\xba\x27\x47\x39\xb9\xff\x54\x6e\x74\x40\x44\x68\ \x78\x64\x78\x40\x68\xa0\x77\x48\x64\x74\xf9\xe6\xcf\x86\x2d\xb1\ \x34\x67\x77\x6f\x41\xe9\xf1\x1d\x1b\xcf\xad\x8f\x5d\x97\x96\xbb\ \x3e\x35\x2e\x3b\x2e\x2a\xf9\xcc\xee\x34\x40\xca\x38\x1c\x8e\xc0\ \xc7\x83\x13\x51\x5c\x99\x7d\xea\x1d\xce\xda\xb5\xa2\xb9\xbd\xb3\ \xb9\xad\xa5\x05\x96\xbe\x6d\x91\x41\x75\xe3\x63\xcd\x97\xaa\x76\ \x9d\xa8\x6f\x06\xef\xa2\xe7\xa3\xe1\xe1\xef\x8f\x9a\x9a\xbe\x36\ \x5c\xb9\xb7\x63\xcb\xf3\x8f\xcf\x26\x95\x03\x03\x33\x83\x42\xd5\ \x80\x92\x22\xf2\x42\x2a\x13\x09\x75\x75\x38\x04\xca\x2a\x28\xa3\ \xf1\xcd\x8b\x1f\xbf\x0d\x51\x96\x20\xeb\xe7\xe4\xa5\x4b\x37\x86\ \x2e\x9d\x39\x78\xb8\x38\xb7\xbc\x34\x29\x7a\x6d\xe5\x99\xd2\xd3\ \x27\xcb\xaf\xe3\x08\xf3\x1f\x5a\xaf\x9d\x38\x75\x70\xeb\x8e\x3f\ \x8f\x9c\x9d\xfa\xb5\x20\xcf\x17\x1b\x27\x57\x93\x22\xf9\xbf\xb7\ \x44\x33\xaa\x64\xf3\xaf\xdb\x99\x41\x10\x38\xf7\xed\xd7\xd5\xff\ \x02\xaa\x15\x8f\xd0\x35\xe6\x53\x83\xf2\x65\x5b\x63\x9b\x15\x68\ \x5c\xb9\x46\x6e\x9e\x22\xb1\x8a\x77\x99\xc9\xb4\x95\x96\xaa\xff\ \x2a\xcb\xaf\xf2\x7c\x58\xe5\x9e\xb5\xb2\x1a\xb9\x82\x9b\xe6\x4c\ \xd0\x66\x69\x2a\x7a\xe9\x52\xc7\xe5\xe5\x00\xc7\x55\xa6\x36\x66\ \xb0\x09\x5b\x35\xfe\x01\xb8\xf7\xc7\x48\x8f\xce\xf0\x64\x52\xab\ \xd1\x4e\xa9\x74\xfa\x9e\x2f\xad\xf3\xea\xf1\xfb\x1f\xeb\xa7\x26\ \x47\x9e\xdf\x33\x1a\x3e\x18\x8d\x77\xee\xbd\xd4\x8e\x7e\x36\x99\ \x74\x65\x65\x52\x99\x43\xf0\xe7\x69\x53\x77\x18\x4c\x9c\xaf\x85\ \x76\xa3\x00\xb4\x4a\x6e\xfd\x75\xf1\x61\x49\xde\x45\x31\xc0\x23\ \x98\x4c\x58\x9b\x07\x1d\x19\x60\x26\x32\x8f\xca\xbb\x7c\x99\x4f\ \xcd\xe3\x89\xc9\x12\xb1\x98\xcc\x67\x48\x9c\xf3\x16\xc6\x9a\x25\ \x25\xb5\x7c\x3c\x8f\x81\x67\x39\x01\x7c\xc2\x8b\x79\x54\x0f\xa0\ \x14\x79\xd0\x81\x58\x02\x60\x0c\xe6\xc7\xf3\xc9\xb0\x3d\x4a\x5c\ \x02\x1e\x43\xb2\xf0\x88\xb5\x7c\x92\x33\x75\xc1\x07\x82\xec\x1c\ \x9a\x9a\x56\x5c\x7a\xb4\xd4\x3f\x77\x5f\xe9\xf1\x3d\x87\x4f\x6f\ \xba\xf6\xf8\xfa\xe3\x91\x11\xa3\x2e\x58\x38\x35\x67\xd9\x7d\xa8\ \x7c\x8b\xa9\x5f\xa1\xef\x9a\xd2\x4d\x1a\xba\x4c\x52\x17\x57\x55\ \xf7\xe7\xdd\xfb\xeb\x11\xa2\x44\x8b\x82\x02\xbf\x04\xcb\x32\x5f\ \x24\x93\x62\x8d\x42\xf8\xce\xc9\x06\x7a\x15\x39\x89\xe3\xfd\x7a\ \xa1\x28\x5b\xec\x0e\xfb\x19\x9c\x48\x00\x22\xf1\xd0\xa0\x81\x8f\ \x77\x82\xa6\xc9\x78\x12\xcd\x8d\x45\xc3\x3b\x63\xdd\x42\x58\x40\ \xfc\xf9\x03\x92\x85\xf5\xf1\xf7\x61\xbb\x79\x03\x61\xe8\xe3\xce\ \x0e\x61\xd1\xbc\x43\x00\x5e\x09\xb8\x5c\x41\x74\x72\x14\xc7\x3f\ \x22\x2e\x34\x30\xf3\x7c\x9f\x6e\x46\x6f\x32\xea\x94\xcc\x44\x5f\ \x4b\x04\x9d\x48\xc1\xb8\x12\x10\x7e\x41\xf3\xb3\x6a\xed\xab\x09\ \x65\x8c\xc8\xda\x17\xe3\x8a\xb1\xb5\xcc\x19\x14\x96\xf5\x23\x83\ \x1a\xc1\xdf\x4c\xb4\x6b\x8f\x30\x41\xaa\xb1\x68\x71\xb9\x3f\xa6\ \x61\x16\x04\x21\x2d\xe8\x75\xf4\x04\x57\xba\xa7\x67\x41\x5b\x67\ \x45\x82\x5f\x75\x63\x4b\x4b\x43\x43\x51\x75\x85\x55\x42\x51\x63\ \x03\xbd\x01\xa7\xc8\xc0\x11\xec\x1a\x5b\xaa\xfd\x3e\xfd\x0d\xcb\ \x9b\x8e\x6b\xbe\xbe\x36\x2f\x8f\xd8\xac\xe4\x5b\x2e\xd7\x23\x16\ \xd8\xff\xf2\xec\xd6\xd7\x47\x96\xc2\xb2\x1c\x61\x7d\xbf\xa6\xac\ \xb7\x67\x40\xaf\xd3\xea\xc6\x8c\xda\x8f\x1f\x46\x86\x3e\xbc\x6f\ \xbd\xd1\x7a\xe9\xcf\x2d\x07\xb7\xdf\xfb\xb8\x23\x7f\xcf\x81\x2d\ \xe7\xcb\x37\x6d\xb9\x76\xff\xc6\x9d\xeb\xcf\x3e\x8f\xe5\xc8\x08\ \x2e\x2e\x2e\x08\x14\xd2\x21\xa7\x43\xaf\xd4\xf4\x77\x28\x54\x87\ \x22\x63\xfd\x03\xa3\xc2\xc3\xc3\xa3\x23\xa3\x02\x23\x00\xed\xf4\ \xe6\x0a\x60\x7e\xa0\x00\xd0\xce\x90\xc8\xf8\xe8\x80\xf8\xf0\xf0\ \x94\x80\xd0\x90\x50\xa0\x19\x03\xd9\xec\xd0\x90\xe8\x50\x8e\x00\ \x62\x9b\xbf\x87\x3b\x89\xea\x0e\x90\x8d\xed\xc1\xe2\x78\x38\xb1\ \x38\xe0\x61\xe2\xb3\xd6\xaf\xcb\x4a\x8d\x5d\x5f\xbe\xe3\xce\x35\ \xed\xc4\xc4\x9c\xfe\xf3\xb5\xbd\x97\x36\x1f\x3a\x7f\xf8\xf0\xb9\ \xc2\x1d\x37\xef\x6d\x5a\x1f\xe2\x13\x1a\x16\xb0\xfe\xc4\xc6\x6b\ \xbb\xce\x65\xaf\x2d\xce\x2a\x2d\xcd\x5c\x97\x9c\x9a\x9d\x1a\x17\ \x57\x59\x9e\xc5\x09\xe5\xc4\x87\x85\x47\xfb\x3b\xb1\x43\x2b\xab\ \x52\xca\x8f\xef\xd7\x0e\xaa\x29\x08\x7b\x5b\xba\x1d\x82\x28\x64\ \xda\x11\x10\x75\x52\x9d\x6d\x50\xcd\xc1\xed\x86\x19\x97\x04\x7a\ \x43\x63\xdd\xa3\x6f\x8f\x9a\x9a\x5b\x7e\x7c\x9b\x1b\x1b\x9f\xeb\ \xd1\xcf\xd4\xfb\x0e\xf4\x28\xcb\x84\xd2\x01\x35\x4e\xaa\xc0\x09\ \x7d\x09\x4d\x2f\x82\x9a\xbe\xd9\x13\x83\x09\x9e\x6d\xc3\xcb\xeb\ \xfd\x0b\x79\xc5\x8e\x5f\xe7\x8f\xdc\xd8\xbb\xbf\xef\xc8\xd6\xa3\ \xc5\x95\x6b\x4b\x8b\xd3\xd6\xa5\x96\xae\x2d\x3d\x57\xde\x67\xc7\ \x34\xbc\xdb\xf1\xe7\xa1\x43\xdb\xf3\xf7\x6f\x39\xfb\xa7\xa9\x13\ \x96\x97\x1d\x97\x2b\xcf\xab\x78\xd5\x2a\x3b\xbd\x55\xb5\x2c\xf9\ \x4a\x1e\xe9\xff\x00\x26\xf9\xcf\x4f\x5f\xff\xeb\x9e\xcb\x87\x35\ \x66\x2d\xa3\x2b\x85\xf9\x65\x98\x32\x07\x46\x1b\xb3\xa5\xbc\x65\ \x83\x51\xb3\xd1\x43\xb9\xdc\x5c\xf6\xc9\x57\x77\x7f\xae\x78\x26\ \xaf\xf4\xcf\x9b\x3d\xf4\x0a\x6b\x5b\xb6\xc3\x5a\xf5\xef\x0c\x7f\ \x95\xdb\xfc\x97\x1d\x8d\x59\x7d\xcc\x7c\x42\xf1\xf7\xff\xbf\x06\ \x5a\x53\xfc\xd1\xa1\x1a\xf8\xa2\x73\x99\x7e\x37\x39\xe5\x1b\x13\ \x3c\xde\x31\x2e\x52\x8f\xab\xb5\xb7\x3b\xfa\xae\xef\x1d\x52\xe1\ \x9e\x6d\xd0\xe6\xef\x3b\xd2\xfa\xec\xf1\x1d\x83\x56\x48\x94\x0e\ \x10\x28\x5d\x06\xad\xee\xa4\xf8\x2f\xd8\xc9\x70\x0b\x56\xdd\x4b\ \x1e\x5e\x84\xbf\x6f\x95\x48\x24\x12\xc6\xad\xda\x5a\x31\x4c\xf1\ \x22\xf3\x60\x2f\x16\x1f\xa0\x4d\xad\x98\x4c\x85\x1e\xa2\x80\x71\ \x89\x25\x12\x71\x09\xcc\x77\x67\x60\x01\x91\x61\x40\xa3\x4f\xa0\ \xbc\xdc\x9c\x18\x24\x77\x2c\x38\x00\xd1\xc7\x83\xb3\x87\x24\xbc\ \x07\xc0\x34\x3c\x95\x4f\x25\xf1\x24\x12\xd8\xa1\xc5\xb8\x05\x30\ \x8d\x4a\x26\x41\x8a\x45\x26\x31\xdc\x03\x22\x93\x52\x4b\xcf\x85\ \x45\x1d\x3c\xbf\xbe\x26\x7f\xf3\x86\xc2\xfb\xaf\x1e\xdf\x79\x6f\ \xd0\xcd\xd9\x26\x00\x29\xa5\xec\xd1\x7e\xb9\x5e\x58\x75\x7c\x7b\ \xcd\xf6\xed\x8f\x5b\x3f\x18\x72\xea\xfc\xce\x73\xc2\x0e\x4c\x13\ \x6d\x83\x29\x68\xa1\xa6\x1e\x45\xec\x1d\x90\x29\xfc\xe8\x7e\x09\ \x56\x4c\x91\xd2\x57\xa7\xb1\xb2\x72\xf1\xcd\x99\x4f\xe2\x93\xdc\ \x9c\xe1\x1c\x21\x99\x4a\x76\xc3\x63\x19\x80\xe0\x91\xf1\x58\x67\ \x3c\xcc\x6d\x09\x71\x26\xb9\x79\x78\xc0\x14\x4f\x36\x8d\x86\x77\ \xf3\xe6\x40\x73\x3f\x68\x42\x0e\xa4\x0c\x37\x24\x2c\x10\x2e\xcb\ \x7b\x47\xa4\x24\x05\x84\x86\xc2\xe0\xe2\x88\xe2\x0d\xf7\xa6\x47\ \xb4\xfb\xa7\x67\x62\x88\x68\x3b\x2b\x4b\xb4\x97\x03\x02\x65\x51\ \xe0\x42\xc0\x30\x5d\x83\x67\xa6\x62\x90\xd6\x31\x22\x7a\x35\xd2\ \x12\xd1\x6f\x9d\x80\x74\xb1\x43\x21\x91\xd6\x2e\x18\x34\xc2\xce\ \x95\x8e\xf2\xf3\xab\x2b\x0a\xf2\xcb\xb0\xa8\x48\x28\x2a\xaa\x68\ \x2c\x6a\xa8\xa3\x7b\xb6\x3c\xea\x6c\x6b\x6a\x29\xb0\xf6\x04\xe0\ \xd4\xd4\xd0\xd2\xde\x58\x41\x6f\xf6\xac\xb3\xa6\x5b\xa3\x46\xf5\ \x04\x54\xb0\x54\x65\x37\xfc\x74\xcd\x9a\x35\xaf\x1d\xff\x47\x5d\ \xc3\x7c\x51\xc7\xd1\x2c\xda\x64\xd1\x2e\x5b\xee\xf8\xad\xc5\x1e\ \x21\x54\x0b\x51\x83\xa6\x31\x35\x53\x99\x83\x0b\x56\xa9\x7a\x4c\ \xba\xd9\xa1\xe9\x57\xa3\x1f\xb4\xa3\xd7\xfb\xee\xf5\x5d\xba\x70\ \xa9\xf0\xfa\x86\xc3\xc7\x92\x4e\x1c\x28\xdc\x71\xa9\xf5\xca\x16\ \xad\x52\x21\x15\xaa\x82\x29\x5d\x87\xfb\xc6\xc6\x75\x33\x2a\xe6\ \x58\x77\x76\x58\xac\x20\x50\x10\x1b\x11\x17\x2f\xc8\x8a\xe3\x72\ \x42\x02\x22\x03\xa1\x5d\xa8\x37\x37\x2c\x3c\xc4\x27\x3c\xd0\x1f\ \x68\x64\x6e\x94\x20\x52\x10\x01\x40\x3d\x0c\x50\x2c\x6e\x60\x44\ \x54\x5c\x40\xb4\x80\x4b\x0b\xa4\x61\xe1\xa8\xb9\x3f\x3b\x30\x2a\ \x00\xbc\xa7\x9c\x90\x88\xd8\xec\xac\xf2\xe2\xf2\xaa\xb4\x94\xf4\ \xe4\x94\xac\xa3\x47\x0f\x6f\xb8\x76\xed\xc2\x8d\xfb\xad\xd7\x9e\ \xdc\xdc\xf2\xe7\xc6\x73\x69\x11\x81\x71\x6b\x33\xd7\xee\x39\xfb\ \x79\xff\xe9\xca\xe2\x93\xa7\x8f\x1d\x5b\xb7\x36\x3b\xb5\x38\x3b\ \xb9\x3c\x39\x49\x90\x54\x1c\xcd\x0e\x88\x08\x07\x14\x57\xc0\x61\ \x7b\xc7\x1f\x4b\xcf\x2e\x3f\x7a\xe4\xfd\xf3\x69\xa3\x4e\xd7\xf1\ \x7e\x52\x67\x1c\x9c\x50\x06\x15\xe4\x68\x3c\xfb\x4f\xe4\x6f\x34\ \xde\xe8\x75\x49\x78\xd0\xde\x56\xf0\xe0\x4d\x43\xd3\x8b\x4f\x2d\ \xcc\x1c\x4b\x7b\x3a\xda\x17\xe3\x52\xa6\x0e\x46\x11\xbd\x28\xb6\ \x18\x51\xa2\x4c\x4d\x08\x46\x7c\x7b\xfd\xcf\x3f\x6b\xee\xb6\xbf\ \xf9\x7b\x71\x09\x6e\x65\x4e\xc5\xf1\x6a\xef\x85\x23\xdb\xb7\x1f\ \xd8\xbf\x61\x4f\xe1\xf1\xdc\x33\x55\xe5\xe5\x69\xe9\x95\x95\xa5\ \x87\x67\x89\xa2\x91\x91\x1b\x5b\xf6\x6c\x39\x70\x74\xdf\xb6\x9b\ \xf7\x67\x3d\xcd\xdd\xe8\xe4\xff\x93\x18\x99\xab\x43\x33\x44\xb3\ \xf9\xff\x42\xd2\x02\xd1\x58\x5d\x5a\x5f\xa5\x0a\xcd\x6a\x65\x36\ \x36\xab\x0b\xf5\x2b\xe8\x65\xb3\xec\x74\xbc\x0a\x8c\x96\x6f\xeb\ \xb8\xda\xca\xcf\xc6\x1c\x90\x6c\xcc\xc7\x7d\x1c\x57\xcf\x4c\xaf\ \x24\x3f\x9b\xb5\x3d\x2c\x5c\x78\xd5\xd1\x5c\x3e\xfe\x78\xbd\x6a\ \x32\x5b\xfe\x3f\xda\xdc\xe5\xcb\xc4\xea\x9f\x05\x23\x2e\xe8\x50\ \xf8\xed\xcd\x1f\x65\x03\xfd\x5a\x5d\x8c\x61\x8b\x61\xb2\x6c\x42\ \x74\xfb\x8e\x34\xa6\xe3\xd9\xe4\x98\x7e\x4c\xa9\x9a\xdb\xf1\x0e\ \xa7\x7b\x3c\x72\x53\x39\x7f\xe7\xfa\x85\x5d\x37\x7b\x2a\xac\x7d\ \xcb\x5c\x34\xc6\xe9\x89\xfb\x43\x61\x7f\xd5\x5e\xfe\xcf\xc3\x5b\ \x17\xff\x73\x19\xb6\xaf\x5f\xfc\x4f\xed\x43\x68\xdc\x7e\x39\xaf\ \xb6\xf6\xe1\xe5\x5a\xa8\xfb\xa8\xce\x54\x3e\x8f\xc1\x2f\x21\x2d\ \x98\x26\xd7\x8a\xc5\x12\x3e\xc4\xb4\xcb\x0f\x4b\x24\x0c\x28\xf9\ \xf8\x78\x70\x1b\x32\x95\x01\x20\x8a\x41\x62\x39\x93\xc9\x58\x77\ \x12\x83\x27\xc9\xe3\x43\xbb\x17\x56\x6d\x09\x9f\x04\x04\x21\x19\ \xea\x47\xd8\xdb\x25\x16\x97\x00\x28\xab\x2d\xa9\xbd\x75\x91\x4f\ \x95\xf0\xdc\x23\xd7\x9d\x59\x77\x3a\xdc\x3f\x73\xed\xb1\xed\x1b\ \x4e\x6d\xbe\x74\xe9\xfe\xe3\xa1\xbe\x69\x53\xbd\x03\x01\x67\xe7\ \xa0\x54\x4b\x29\x38\x8c\x54\xd9\x7f\x7f\x68\x74\xe3\xd6\x91\x0f\ \xda\x31\x44\x99\xc1\xa0\xef\x40\x59\xd3\x71\x48\x2f\xd9\xac\xce\ \x85\xa9\x76\x41\x58\x22\xfc\x5c\x3d\xe9\x22\xb4\xab\xaa\x8b\x58\ \x66\xeb\x60\x92\xaa\x22\xf3\x9c\x9d\xf0\x58\x37\xf0\x2a\x80\x42\ \x75\x03\x7a\x90\xcc\xa0\xba\xb1\x3d\xdc\xc9\x58\x0f\x16\xcd\x89\ \xe6\xec\xe6\xee\x0f\x34\x8c\x1b\xcb\x9d\xc6\x65\xb3\xdc\xdd\x01\ \x83\x60\x07\xfa\xd3\xb8\xde\xe1\x71\x1c\x37\x41\x28\x27\x42\x10\ \x26\x48\x8a\x0a\xe7\x04\x44\xa4\x45\x96\xee\x7d\x6f\x98\xd9\xff\ \x61\x62\x82\xe0\x20\xc4\x65\xf8\x01\x7e\x65\x47\x28\xa2\xe7\x50\ \x30\x68\x34\xc2\xc2\x02\x41\x44\x13\xac\x88\xca\xae\x32\xcc\x80\ \xc3\xff\xe3\xeb\x5c\xfc\x92\x3c\xff\xff\x9f\xa8\x84\x47\x0c\x14\ \xe5\x28\x08\x08\x08\x88\x22\xa0\x78\x48\x4b\x25\x4f\xe9\x03\x4b\ \xf3\x54\xd1\x79\xa8\xad\x6c\x89\x1d\x4c\x96\x56\xa6\x29\xab\x86\ \xa3\xd5\x0d\x95\x1b\x83\xdd\x2b\xda\x5a\x45\xab\x6d\x6c\x31\x5a\ \xcd\xad\x2d\x3a\xce\x62\xc5\xca\xe5\xfe\x8b\xdf\xfb\xb2\xed\xb3\ \xda\xe7\xf3\xfd\x59\x1e\x40\xb8\x85\xfb\xbe\xae\xd7\xf5\x7c\x5d\ \xd7\xfb\x7a\xbf\x0d\x96\x48\x92\x3e\x3e\x86\x14\x91\x19\x4f\x8c\ \x4f\x96\x45\xe9\x64\x06\x83\xdd\x66\x34\x59\x65\x66\x4c\x67\x34\ \xc3\x87\x41\xaf\xb4\x19\x8c\x76\xcc\x4a\x74\xd9\xad\x38\x60\x96\ \xd3\x6e\x35\x3b\xbc\xa6\x28\x9d\x53\xaf\xb7\x3b\x4c\x78\x70\x76\ \xfa\xca\xe2\xc5\xaf\xab\xd5\xfc\xff\x8e\x70\x7e\x35\x99\xe3\xdf\ \xa9\x6c\xa1\x21\x1c\x0b\xfb\xdc\x76\x59\xde\x92\x65\xc6\xa9\x50\ \xc0\xfd\x32\x5b\x00\x9f\x94\x10\x95\xb2\xe4\xee\x97\xef\xbd\xb9\ \xe6\xed\x8f\x76\xbe\x75\xe8\xdd\x2d\x6b\xdf\x1a\xd8\xdd\xd9\xd3\ \xb7\x6d\xe7\x9b\x6b\xd6\x7f\x79\xfb\x41\xeb\xbd\x27\x77\x35\x92\ \x1b\xf7\x3e\x3b\x07\xa7\xf5\xf6\x8e\x8a\xe2\xca\x9a\x02\xb5\x36\ \xb7\xa4\x44\x5d\x51\x0d\x0e\x0f\xfc\xa0\x42\xc5\x14\x8b\xd4\x25\ \x0a\x31\x4f\x21\x97\x4b\x73\x72\x8a\xca\xb4\xea\xea\x92\xdc\xe2\ \x1c\x2d\x88\x56\xb1\x50\xab\x29\x50\x97\xd4\x16\xe5\xc8\x55\x2c\ \x1e\x85\x46\x61\x22\x14\x93\x88\x24\x2a\x79\x59\x75\xd3\xc8\x40\ \xff\xe8\x58\x67\xe7\xfe\xa1\xbe\x81\x9d\x3b\xfa\xf7\xef\xda\xb6\ \xea\xd0\xea\x1d\xdd\x35\x39\x2a\xb9\xa6\xba\x69\x70\xe3\xb6\x35\ \x77\x62\x2d\x27\x36\xf4\xed\x1b\x68\xe9\x1b\xad\x6b\x68\x6a\x29\ \xd1\x34\x56\x77\x76\x2f\xaf\xaf\xe9\xe8\x2d\x67\xe6\x96\xc9\xd5\ \xe5\xf5\xc5\xc5\x80\x70\xbd\xfd\xcd\x8d\xe3\xdb\xd6\x7f\x7d\xf7\ \xf7\x87\x3f\x7c\x76\xeb\xee\xb3\x67\x4f\x1e\x44\x62\xc4\xcc\x58\ \xc7\xfb\xe3\xa3\x51\x5f\x1e\xba\xff\xfd\x25\xba\xdb\xad\xa3\xdb\ \xcd\x0e\x63\x0a\x5d\x47\x8a\x48\x89\x8f\x25\xc5\xe8\xec\xa6\x48\ \x92\xd1\x2a\xe3\xb8\x0c\xb2\xe0\x14\x40\xc0\xf3\xff\x04\x0d\xfc\ \xc3\xae\x2f\x15\xeb\xf9\xf1\xb5\x1b\xb7\x6c\x1b\xdb\xb7\x6b\x60\ \xef\xfe\x91\x81\xdd\x07\x86\x1a\x9b\xfb\x77\x8f\x6f\x7e\xb2\xf4\ \xf1\xa9\x3b\xef\x1d\xec\xd9\xbb\x61\xeb\xb6\x35\xeb\x3f\x79\x1c\ \x3d\xfd\xfa\x74\xd5\x7f\x2d\x12\xce\xff\x9f\xa2\xf3\xdf\x8a\xf6\ \xff\xff\x78\x9d\xc6\xe6\xff\xeb\xa0\xf3\xff\x47\x01\x9c\xd7\xe3\ \xcf\x5f\x71\x6f\x2b\xfe\x53\xe0\xfe\x1f\x91\x7a\x2d\x5f\xdf\xab\ \xe9\x48\x5f\x35\xac\xaf\xa5\xdb\x02\x51\x7d\xdd\x15\xfe\xbd\x8a\ \xf9\xaa\xbc\xbd\x7a\x7b\xc5\xfc\x7f\xfd\x91\x15\xff\x89\xd7\x5f\ \x70\xec\x05\x4a\x6e\x18\xf6\x07\x02\xfe\x60\x70\xde\xf1\x0b\xe7\ \x6f\x1e\xcf\x6b\xbd\x73\xe3\xea\xb7\x3f\xfc\xf4\xe1\xc3\x5f\x57\ \x0d\x2c\xff\xe8\xf1\x2f\x1c\xe2\xc9\x95\x77\xf7\x9f\x3e\xf7\xe9\ \x4f\x0f\x17\x1d\x3e\x77\xf7\xc2\xd3\xbb\x5f\xdc\xfe\x3e\x63\xe1\ \xe3\xf3\xdf\x67\x5c\xf8\xe8\xf6\xe6\xb9\xa8\x86\xaa\x23\x7f\xc2\ \xe7\xe4\xc5\x76\xf8\x79\x78\xb8\x9d\x96\x0d\x56\x6e\x62\xb8\x2b\ \x7b\xae\xfe\x4d\x15\x19\xed\x7c\xce\x46\xc9\x1b\x04\x5d\xc3\x40\ \x4a\x13\xd9\xa5\xc3\x13\xc3\xa5\xe0\x09\xbb\xf2\xbb\xaa\xc8\xec\ \x76\x2e\x3b\x9b\x06\x92\xc5\x64\x53\x40\xe2\xd2\x28\xf9\xa5\x5c\ \xae\x80\x2b\x68\x67\xd3\xb2\xab\xd8\xe4\x2a\xb6\x20\x0d\x65\x79\ \xe7\xb6\x77\xb5\xc3\x01\x51\x05\xb0\x49\x36\x17\x95\x0e\xab\x2a\ \xa5\x14\x0f\x0e\xf5\x0c\x94\x97\x8f\x8c\xec\x59\x77\x68\xf7\x9a\ \xf7\xdf\xd9\xf9\xde\xe5\x73\xe7\x3f\x3b\x9c\x9a\xba\xf4\xe4\x57\ \x4f\xb6\xaf\x5c\x78\xf3\x68\x26\x29\x3e\x32\x36\xee\xd2\x77\x4f\ \x7f\x7d\x7f\xdf\x8e\xd3\x3b\x3f\x58\xfd\xfe\xed\x95\x4b\xd3\x39\ \xfc\xcc\xa4\xc4\xd8\xbc\x56\x70\x87\x51\x09\xfc\xf8\x56\x92\x32\ \x36\x3d\xf9\xe6\x17\x51\xb2\xc4\xa5\x2b\x1f\xd4\x0a\x98\xe0\xfd\ \x68\x3c\x0a\x85\xc6\x42\xb3\x58\x69\x54\x32\x85\xc6\x64\xd1\x18\ \x34\x32\x8d\xc9\x64\xf3\x44\x3c\x89\x84\xc9\x63\x0a\x79\x62\x1e\ \xe8\x96\x54\xa1\x12\x0a\x55\x2c\xb1\x50\xad\x91\xe6\x96\x15\xc9\ \x8b\x3b\x8a\x0a\x6a\x2a\x8a\xe5\xd2\xe2\xee\x3d\x6f\xff\x70\xff\ \xd7\x1f\xbe\x7d\xf8\xd5\xa2\xb8\xb8\xc4\xc8\xb8\xe8\xd8\x25\xf1\ \x49\xb1\x29\x85\xad\x29\xb1\x29\x19\x04\x4e\x16\xc1\x92\xa8\xb3\ \x1a\xe3\x22\xf8\xfc\xf4\x44\x12\x51\x19\x2d\x53\x46\xca\xf4\x09\ \x91\x79\x79\x71\xca\x08\x59\x0c\x27\x5a\x67\xd6\x63\xfa\x84\x24\ \xb3\x55\xaf\x37\x44\x65\x66\xe6\x2d\x8b\x89\x8e\x8a\xb5\x38\xa1\ \x6f\x61\x36\x8b\x1d\x33\xdb\x9c\x3a\xa7\xc7\x61\x76\xfb\xfc\x6e\ \x9f\x13\x0f\x4d\x4d\x4f\x1d\x9b\x0b\xed\x7b\x79\x75\xe7\xbf\x3a\ \x53\xf1\x9f\xfc\xb4\xaf\xec\xaf\x78\x65\xc7\xc3\xdc\x72\xf9\x62\ \x67\xcc\xc2\x65\xa9\xc9\x99\xb1\xf1\x49\xe9\x8b\x0a\x17\x25\xdf\ \x7e\xf2\xcb\xf1\xc3\x29\xdb\x5b\x2f\x7d\xfa\xe0\xf1\x0f\xdf\x7e\ \x72\xf9\xed\xb5\xab\x77\xbe\xf9\xce\xae\x4d\x07\x7b\x86\x3a\x87\ \xda\xf6\x6e\x1b\x38\x7b\xe1\xf6\xf7\x1f\xbf\xb7\x63\xfd\x3b\xb7\ \x3e\x78\x72\xf3\xe3\x33\x37\x6a\xcb\x2b\x6b\x2a\x8b\x15\xd2\x02\ \x90\x20\x6d\xa5\x5c\x51\x56\x56\xa2\xc9\x51\x49\xc5\x22\x69\x6e\ \x8e\x4a\x22\x94\xaa\x73\xa4\xea\xf2\xca\x8a\x02\x79\x6e\x6e\x65\ \x89\xba\xa8\x48\x9d\x5b\xa0\x91\xab\x8b\x2b\xcb\x73\x2b\xcb\x2b\ \x0a\x84\x2c\x9e\x48\x42\x11\xec\xc6\x40\xf2\x00\x00\x20\x00\x49\ \x44\x41\x54\xa9\x14\x42\x89\xb6\x40\x5d\x33\x7a\x70\xfd\xbe\x81\ \x1d\x5b\xb7\x6e\x5c\xbb\x69\xe3\x86\xb5\x6f\xac\x59\xbf\x76\x6b\ \x5b\x09\x8f\x29\x11\x6a\x6b\xfb\xc6\x57\x6f\xf8\xe8\x7e\x96\xfd\ \xda\x3c\xdd\xd8\xee\x03\x07\xfb\xdb\x9a\xeb\x1a\x2a\x7b\x3b\x1a\ \x6a\x1b\x5b\xfa\x7a\x3b\x97\x37\x35\x0d\x76\x48\x35\x1a\xa9\xb6\ \xb8\xa6\xba\x44\xa3\x96\x57\x8c\xf5\x8f\x8c\xef\xd9\xf4\xf3\xc7\ \x97\xee\x7d\x7a\xe1\xd9\xd7\xf7\xbf\xf9\xf9\x7b\xa5\x25\x3e\xde\ \x42\x1f\xec\xcc\x9b\x3d\xfa\xec\xf6\xc2\x4b\x67\xb2\x32\x97\x2c\ \x21\x79\xa6\x66\x1f\x3d\x9f\x3b\x53\x7f\x05\x3d\x4d\x1f\x83\x21\ \xfd\x8f\xe7\x7f\xa0\x8f\x97\x4a\x35\x17\x93\xf0\x6a\x8d\x76\x74\ \xe6\x9e\xb7\xae\x7e\x63\xcf\xf8\xae\x03\x83\x03\xe3\xa3\xfb\x7a\ \xc7\x07\xc7\xfa\x86\x06\x07\x76\x7c\x70\xfb\xf8\xaf\x5f\xdc\x7f\ \x6b\xc3\xd0\xfa\xd5\xfb\xf6\xbe\xfb\xde\xd9\x33\xb1\x33\x0b\x8e\ \xbd\x5c\x26\xfc\xbb\x0f\xce\x1d\xe7\xf9\xdf\xdd\xf1\x1f\x31\xfc\ \x77\x75\xe5\xd7\xa1\xe8\xff\x9a\x62\x5f\xf1\xff\x7d\xcc\xbf\xd6\ \x13\x5f\x53\x89\xff\x88\xd3\xab\xcb\x7c\x2b\x5e\x5d\xea\x9b\xbf\ \xe2\x15\x77\xf6\xfa\x62\xc0\xfc\xd7\xe4\xe8\x5f\xb3\xe8\x73\xe5\ \xa8\x5f\x2c\xf8\x17\x28\xbd\x4e\x91\xaf\x0c\xad\xaf\x2f\x36\xbe\ \x12\x5b\x06\x3f\x5e\x9b\x7e\x34\x35\x3b\x35\x83\xe6\x6a\xc3\x3e\ \x8f\xcb\x88\x79\x43\xf3\x4e\x9f\xfa\xe8\xc3\xdf\xf2\x96\xfe\xf2\ \xec\xc2\x57\x37\xde\xb8\xfe\xf4\xbd\x6d\x07\x37\x7d\xf2\xe1\xd8\ \x89\x87\xf7\x9f\xfe\xf6\xf3\x4f\x3f\x7f\x7d\xf7\xc7\x87\x0f\xd7\ \x1d\x7c\x63\xeb\x37\xeb\xdf\x5d\x75\xe2\xe3\x33\xe7\x5a\xb3\x3e\ \x3d\xfd\x78\xf5\xe7\x93\xa0\x58\x13\x60\x09\x8f\x74\xa1\xf2\xf1\ \x13\x5d\x13\x93\xc3\xed\xf9\x28\x25\x32\x4a\x97\x8c\xb6\x36\xe7\ \x33\xd2\xd0\x57\x2e\x4a\x3b\xda\xc5\x6d\x9f\x1c\xce\x7f\xe9\xef\ \xd8\x5d\xf9\xec\xaa\x89\x6c\x36\x10\x14\x8d\x4d\x01\x90\x41\x79\ \xfb\x50\xb9\x07\x34\x07\x96\xcf\xcc\x2f\xa5\xa4\xd1\x04\x55\x54\ \xb4\x07\xba\xb4\xbd\xab\x34\x7f\x72\x62\xb2\x7d\xb8\x7d\x6e\x72\ \x0c\xe0\x8b\x4b\xa6\x90\xd3\xa4\xcd\x6d\x4d\x7d\xa3\x92\xb6\xa1\ \xbd\x6f\x6c\xdc\x7f\xe8\xdd\x77\x4f\xbf\x75\xe2\xcb\xbb\x77\xaf\ \xb7\xa6\x2f\xcc\x5a\xb4\x34\x29\x69\x61\xfa\xf7\x0b\xb3\x56\x16\ \x1e\x6e\x25\xc4\x1c\xcd\x3b\xbc\xf4\xf0\xbd\x67\x5f\x5f\x7f\x7b\ \xc3\xbb\x37\xce\x5e\x48\x92\x1d\x27\xe9\x39\x37\x0f\xa7\x64\x90\ \x64\x74\xd9\xd2\x74\x25\x9f\x9e\x7a\xf4\xee\xda\x9b\xc9\x4b\x8e\ \xa7\x72\x5a\xbb\xd9\x2c\x26\x99\xca\x13\xd3\x28\x2c\x64\x0c\xb9\ \xd9\x80\x58\x2c\x1e\x0b\x64\x8b\x4c\xe6\x49\x99\x28\x35\x16\x83\ \xa5\x90\x08\x73\x55\x3c\x89\x42\x95\xab\x12\x31\xc5\x2a\xad\x3a\ \x47\xa4\x2a\x2e\xd6\x94\x55\xb7\x74\x34\x94\x95\x97\xa8\xd5\x25\ \x83\x1b\xbe\xbe\x7a\x6b\xcd\xf5\x9b\x67\x16\xa5\xa4\xa6\x26\x2a\ \x49\x3a\x7a\x52\x61\xb2\x3e\x3e\x5a\x69\xd6\x13\x93\x48\xb1\x49\ \xd1\xfc\x45\xd1\x09\x89\x74\x8e\x51\xaf\xe4\x38\x22\x08\x3a\x65\ \xe4\xd2\xd6\xc4\xed\xad\xc9\xd6\x04\x02\x47\x19\x9f\x9c\xb9\x90\ \x18\x65\x58\x58\x18\x65\xb6\x27\xd8\xbd\x16\x65\xd4\x42\x4e\x52\ \x7c\xc2\xd2\x0c\x92\xc3\xec\xd0\x2b\x03\x41\x7f\x38\xe8\x76\xc3\ \xa5\x73\x79\x6d\x1e\x8f\xcf\x17\x08\xcf\x5c\x59\x3c\xff\x9f\x38\ \xc4\x97\xab\xc7\x2b\xfe\xb9\xf6\x7f\xcd\xb4\xbf\xb2\xd2\xf3\x9f\ \xfc\x22\xff\xc9\x04\xb2\x20\xe4\xf5\xbb\x5c\xf1\x84\xa4\x45\x89\ \xd1\xd1\x9c\xa9\x17\xa1\xe8\x28\xd2\xc2\x5f\xce\x9f\x7f\xfa\xeb\ \xf5\x5b\x3f\x7d\xfb\xd1\xd5\xcd\xab\x56\xbf\xf9\xe6\x9b\x3b\x77\ \x0f\xec\xdd\x37\xd2\x37\xb4\x7f\xcb\x8d\x0f\x9f\xee\xac\x28\xfb\ \x24\xef\xe4\x6f\x9f\x5e\xb8\xb0\xb9\xa4\xa2\xb6\x08\x6c\x9f\xba\ \x40\xab\x52\x2b\xb4\xda\x9c\x92\xea\xca\xf2\x82\x62\xb5\x0a\xd4\ \x4a\x8b\xca\xa2\x02\x71\x09\x73\x35\x9a\xe2\x62\x85\xa6\xb6\x5a\ \xa3\x2d\xd1\x00\x8b\xca\x01\xbf\x2a\x34\x0d\xcb\x9b\x1b\xca\x8a\ \xb5\x5a\xb9\xb4\xa4\xa4\xbc\xa0\xba\x7b\xb4\xfb\xe0\xaa\xcd\xab\ \x76\x6c\xdc\xb9\xfa\xcd\x35\x9b\xd6\xad\xdb\xb8\x6e\xc7\x68\x85\ \x88\x29\x14\xab\x4b\x86\xfa\xb7\x6d\x38\xb4\xea\xcb\x27\xfa\x47\ \xf3\xe7\x2f\x5e\x71\x7e\xed\xe0\x60\x67\x6d\x47\x4b\x53\x6f\x4d\ \x73\x4f\xd3\xf2\xe5\x75\x23\x83\xdd\xe0\x24\x5b\x5a\x54\xc5\x25\ \x05\xd5\xb5\x25\xcd\xc5\x25\xd5\x6a\x75\x7d\xff\xf2\x86\xbd\x0f\ \x4f\x66\xc4\x26\x6d\xbf\xfd\xe1\x17\x57\xdf\xbd\x91\xea\x4a\x8c\ \xa5\x7b\x7e\x6a\x7b\x36\x85\x3d\x39\xf7\xdb\x67\x77\x9e\xdd\x3b\ \x77\x73\x29\x27\xfc\x7c\xde\xbc\xe7\xaf\x06\x6f\xfe\xf1\x9f\x00\ \xce\xbf\xd5\x64\xfe\xf4\xa3\x17\x28\x55\xde\xb1\x05\x7f\x45\x66\ \xce\x47\x89\xa8\x56\x6e\x5e\xb5\xb5\xaf\xb3\x67\xa4\xf3\xc0\xbe\ \xd1\x83\xa3\x83\xfb\xc6\x07\xfb\xc7\x0e\x7c\xf0\xfd\xa5\x67\x0f\ \xd7\xef\xdb\xbd\x6f\xff\x96\xbd\x1b\x36\x6e\xfe\xe1\x4c\x94\x67\ \xc6\x13\x9a\x9a\x09\x04\x67\x42\xa0\x8c\xd3\xb3\x53\x2f\xae\x81\ \x7f\x5f\xfc\x17\x12\x2d\x78\x99\x81\xef\xda\x5f\x8b\x6e\x0b\xe0\ \x52\xce\x09\xe4\xf3\x7f\xc2\x29\x5e\x91\xba\xff\xa9\x6a\xff\x47\ \x50\xd6\x8a\xff\xda\x4b\xf8\x0f\x78\xcd\x7f\x3d\xfb\xcb\x2b\xf9\ \xde\x5f\xc1\xa9\x7f\x1e\xf9\x4a\x71\xe7\x15\xaf\xc3\xfb\x3f\x7a\ \xf3\xea\xdc\xd8\xdc\xb7\x63\x2f\x8e\xbd\xd2\x00\xff\x37\x32\x2e\ \x7e\x65\xe5\xe1\x95\x58\x8f\xb9\x77\x08\xd7\x19\x79\xc0\x99\x20\ \x8e\x76\xa3\x87\x43\x33\x21\xa0\x2b\xb7\xcf\x6b\x77\xcc\xfb\xe6\ \xc6\xdd\xeb\x97\x2f\x3c\xbc\x7f\xe1\xbb\xe3\x4f\xee\x7f\x7f\xff\ \xc6\xe9\x1f\x3f\xfe\x7a\x53\x41\xdb\xd6\xa1\xb7\x7e\x3c\xff\xe4\ \xd6\xfa\xc1\xcd\xeb\xf7\x6e\x1b\xe9\x14\x0d\xbc\xf9\x56\x5b\xc9\ \x96\x6f\x3f\xf8\xec\xeb\x6f\x7e\x7a\x7c\xe8\xf3\xae\xcf\xff\xfc\ \x13\x6d\xce\x39\x82\x02\x47\x3f\x3f\x32\x71\x64\x72\x12\x25\x78\ \xaf\xca\x9e\xfc\xfc\x73\x40\xa2\xae\x2e\x04\x50\x28\xbc\xbd\x8b\ \x8d\xb2\xcc\x00\x60\x0d\x77\xb5\x0f\x03\x32\x95\x76\x95\x56\xa5\ \x75\xa5\x71\xd3\x04\xf9\x54\x36\xd0\x0c\xb8\x40\xf2\x5c\x3d\x78\ \x54\x0b\x3e\x1f\x4c\x24\x95\x91\x56\x45\xe6\xe6\x97\x0e\x57\x81\ \x64\x94\x82\xc4\x0d\xa3\x6c\x0d\xf0\xbc\xe1\xd2\x6c\xb8\x2b\x9b\ \x2c\xaf\xed\xed\xab\xed\x18\x95\xd6\x8d\xed\x58\xb7\x71\xf7\x1b\ \xef\xbd\x77\xf5\xf2\xf5\x1f\xef\xdc\x7b\x96\x42\x8a\x89\x8a\x4c\ \x89\x20\x15\x46\xa6\x66\x15\x5e\x58\xb9\xf0\xf6\xcd\xa3\xdb\x13\ \xb7\x9f\x49\x8c\x8d\x25\x12\x32\x96\x2c\x39\x79\xf2\xe6\x99\xdb\ \xe0\x0c\x96\xdc\x7b\x72\xfc\xeb\x5f\x1e\x1e\x8f\x25\x2e\xb9\x7f\ \x23\x6b\xc9\xb9\x95\x67\x96\xa4\x7f\x7a\xe1\xe8\xa5\xcc\xbc\xfd\ \xd9\x34\x1e\x48\x16\x85\x09\xa2\x28\x41\x33\x6c\x64\x26\x19\x6e\ \x30\x58\x62\xb9\x18\x60\x0a\x95\xcb\x13\xe5\x4a\xe4\x39\x9a\x1c\ \xa9\x34\x47\x2e\x91\x48\xa4\xea\x22\x95\x5c\xae\x90\xe7\x54\x6b\ \x34\x45\x25\x25\xb9\xb9\x60\x13\x9b\xbb\x77\x5f\xbf\xfb\xe5\xd5\ \x0b\xdf\xad\x04\xa4\xcb\xe0\x18\xa3\xf9\x4a\xa5\x41\x6f\xb3\x26\ \x47\x24\xdd\xce\x5a\x92\x47\x8a\xe2\x64\xf0\x4d\xa4\xc3\x2b\x3f\ \xbc\x69\x31\x12\x1d\xfa\x04\xd9\x12\x42\xca\x83\x9b\x8b\xce\x44\ \xbb\xce\x1c\x26\x66\xac\x4c\x88\x4b\xa5\x93\xe2\x93\x62\x2c\x1e\ \xb7\xd1\x8b\xe3\x86\x04\x9b\x91\xaf\x03\x7f\x98\x94\x60\x54\x9a\ \xed\x4e\x2f\xee\x0a\xfb\x5d\x3e\x83\xcb\xe5\xb0\x98\xdd\xde\xf0\ \xcb\xca\x9e\x73\x01\xd0\xff\x6a\xbf\xaf\xa5\x23\x5a\xf0\x8a\x0d\ \x58\xf1\x1a\xfe\xbf\x6c\x86\x2f\xbb\xea\xac\x6f\x76\xfe\x1c\x01\ \xe8\xd3\x8f\x9e\x39\x73\xe1\xfc\xd3\xeb\x4f\xef\xdf\xba\xfe\xcd\ \x0f\x97\xcf\xbe\xb5\xe1\xed\x13\xef\xbf\xb5\x7a\xd7\x9b\x1f\x1d\ \x5a\xbb\xee\xcd\xf7\x37\xd7\x4a\xc8\xbc\xe6\x0b\xbf\xfc\x02\x28\ \xb6\xa9\xae\xa2\x38\x47\xad\xd5\x54\xc2\x17\x85\x42\x5b\xac\x2d\ \x28\xd1\x6a\xe4\x05\x72\x95\x46\x21\x04\xce\xe2\x31\x84\x2a\x21\ \x4b\xac\x29\x2a\xcb\x91\x16\x15\xd7\x6a\xcb\x2a\xcb\x35\xa0\x59\ \x20\xf8\xea\x82\x82\x82\xca\x86\xc6\xe6\xca\x96\x86\x86\xe6\xa6\ \xde\xee\xbd\xfb\x06\x0e\x6e\xdb\xb0\x63\xd3\xee\x2d\x7b\x37\xbe\ \xf7\xd6\xba\x9d\x1b\x47\x2a\x85\x92\x1c\x4d\x51\x45\xfd\xd8\xd6\ \xf5\x9b\x77\x7e\x7d\x4f\x3f\x05\x64\x73\xec\xd8\xb1\xc5\x3b\xdf\ \x00\x45\x68\xa9\xae\xaf\xae\x28\xab\xe9\xee\x6c\xa9\x2f\xef\xe9\ \xec\xe9\x69\x6c\x6c\x69\x93\x6a\x8b\x72\x14\x65\x25\x15\xa8\x7e\ \x58\x45\x5d\xfd\xde\xde\x7d\xf7\x33\x63\x0c\xf4\xc3\xf7\x7f\xfc\ \xfa\x8b\x8d\x5f\xe9\xf5\x37\x23\x95\xb6\xad\x5f\xfa\x1f\xd1\x37\ \x6e\x59\x73\xf7\x87\x77\x3f\xfa\xe1\x71\xaa\x39\xf0\xb2\x9e\x0c\ \x2a\x45\x7a\x65\xfa\xd1\xa3\x97\x05\x6e\x5e\xa6\x5b\x9f\x2b\xe3\ \x00\x3f\x05\x2c\x78\x10\xba\x4b\x38\xec\xf6\xa1\x64\x7e\xe1\xb9\ \xaa\x12\xa1\xd6\xcd\x87\x56\xed\x1d\x69\xe9\x68\x6c\xe9\xed\x1f\ \x1d\x1f\x18\x3d\xb0\xaf\xbf\x7b\xf7\xd9\x5f\x9e\x9c\x7b\x7b\xc3\ \xc0\xfe\xde\xd1\x8d\x3b\xf6\x6e\xd8\x76\xf5\x69\xa6\xd5\xeb\x0b\ \x04\xcd\xdf\xf1\x2d\x29\x09\xfe\xa0\xc3\x86\xfb\x51\xba\x3d\x57\ \x70\xc6\x1b\x9e\x09\xb8\x03\xb8\xcb\x65\xb7\xe9\x1c\x18\x1e\x98\ \xab\x52\x11\x08\x4f\x41\xef\x9c\x9d\xbd\x72\x6c\xf1\x15\x74\x25\ \x16\xaf\x78\xfe\x4f\x18\xfb\x82\xf9\x2f\xa1\xe3\xff\x43\x52\xf3\ \x5f\x2f\x27\xf8\xbf\x7d\xe1\x8a\x7f\xc2\x1d\x56\xbc\x26\x65\xaf\ \xc9\xd3\x2b\x1b\x0f\xe7\xcf\x5f\xf1\x3f\x62\x31\xfe\x75\xf4\x7f\ \xf0\xed\xb5\xc9\x89\x7f\x84\xf1\xb5\x57\x89\x8e\x32\x85\x07\xa6\ \x16\xbf\x76\xa0\xb9\x36\xbc\xf8\xca\x8b\xd9\x47\xc0\x54\xa1\xa0\ \xc7\x13\x44\xdf\xfd\x01\x54\x58\xc3\xe3\xf1\x87\xdc\xae\x60\xd0\ \x37\xef\xf7\xcf\x9e\xfe\xfe\xf0\xdb\x4f\xde\x7f\xfb\xd6\xa1\xb7\ \x7e\xfc\x71\xcd\x96\x35\xef\xfc\x7c\x68\xcd\xbe\x1f\x97\xee\xdd\ \xb7\x7f\xff\xf9\x5f\xbf\x1c\x1b\xdf\xd2\xdd\x9d\x33\x5e\x50\xbd\ \x77\x67\x4b\xf7\xae\x8e\xde\x4d\x0f\xbf\x5e\xff\xfb\x27\xa5\x17\ \x51\x90\x3b\x8a\xc3\x42\x0b\x85\x47\x2e\xa2\xd2\xf5\xf0\x75\x92\ \x5d\x3a\xd9\x35\xdc\x4e\x46\xfb\x73\x4a\x05\xd9\xf9\x5d\xf9\x55\ \xf9\x20\x37\x68\xfb\x72\xf6\x64\x95\xa0\x74\xae\xe0\x60\x17\x17\ \x38\x8b\x4d\xcb\x27\xb3\x28\x69\x68\xca\x4a\x90\x8f\x3e\xd2\xa8\ \x28\x24\x9e\x5a\x8a\xea\x40\x94\x82\x21\xcb\x6e\x9f\x28\x15\x80\ \x7b\x84\xdf\x76\xa1\x18\x77\x20\x35\x14\xbb\x25\x68\x67\x34\x1c\ \x38\xd0\x5f\x3b\xbe\x4f\xb2\x77\x60\xdf\xc6\xd5\xbb\xd7\xbf\x75\ \xfa\xd0\xa9\x4f\x7e\x3a\xf7\xe3\xbd\xa8\x84\x08\x65\x44\x22\x3f\ \x2a\x2f\x63\x7b\xea\xca\x7b\x27\xbf\x3a\xfe\xe0\x66\x46\xfa\xc9\ \xa5\x71\x29\x2b\xd3\x33\xb2\xe2\x63\xd2\x33\x17\x6d\x5f\xb9\x24\ \x39\x2f\xf3\xcc\xed\x4f\x3f\xf9\xe8\xad\x2f\x3e\xb8\xb5\xa5\x71\ \xdd\xa6\x4f\xe2\x33\xe3\x53\x53\x62\x13\x23\x13\xb3\x56\xc6\xef\ \xcf\x67\x31\xd3\xd2\x04\x28\x49\x03\x83\x45\xa1\x92\xd3\xd0\x1e\ \x1d\x0a\x8f\xc2\xca\x95\xf0\x58\x12\x96\x44\x2e\x12\x49\xa5\x42\ \x91\xa2\x58\x24\xca\x55\x8b\x84\x6a\xc0\x07\x95\x46\xab\xaa\x2d\ \x2e\x28\xd7\x6a\xd5\x0a\xe8\x85\x45\x23\xfd\x1b\xbf\xf8\xe9\xd4\ \x9d\x67\x4f\x8e\x9e\x39\x1c\x97\x1a\x71\xe7\xdc\x92\xf8\x18\x9d\ \x03\x37\x1b\xf5\x96\xe8\xcc\xcc\x8f\x6f\x46\x2c\x4d\xe1\xc7\x15\ \xc6\xfd\xbe\x24\x6f\x20\x4f\xc6\x49\x20\x24\x18\x52\x96\x91\x12\ \x8f\x13\x56\xa6\xd2\x0f\x7f\xaa\x8b\x89\x33\xe5\x3d\x89\x3f\x5c\ \xb8\x34\x91\x6e\xb6\x1a\xf8\x51\x6e\xdc\xe8\xc6\xcc\x3a\x1b\x5f\ \x89\x11\x75\x76\xb3\xc5\xe1\xf2\xe2\x01\x8f\xce\x6d\xb6\xda\x4d\ \x74\xa5\x27\x14\x98\x81\x01\x7b\x01\x6a\xcc\xff\xc3\x4d\xfc\xb3\ \x0e\xfd\x5a\x30\xf5\xab\x2b\xdb\xff\x24\xfb\xfe\x1b\xc2\xe7\xee\ \x09\x45\x24\xa7\xae\x7c\xf2\xdb\xfd\xd3\xb7\xbf\x79\xf7\xdb\x0f\ \x7f\x3f\x7b\xf6\x8b\xb7\xd7\xfe\x76\xef\xdc\x8d\x2f\xbe\x39\xf7\ \xf5\xa6\x81\x66\x05\xa0\x28\x83\x91\x36\x74\xfd\x83\x13\x63\xcb\ \x8b\x6a\x2a\xd5\x05\x25\x9a\x92\x82\x5c\x35\x48\x50\x0e\x18\xbe\ \x22\xb5\x1c\x6d\x6c\x2e\xc8\x95\x4b\xc5\x0c\x06\x59\x25\x61\x48\ \x54\xaa\x22\x79\x8e\x50\xab\x2e\x2a\x28\x2e\xab\x2c\x28\x28\xd6\ \xe6\x0a\xc5\x52\xb9\x26\xa7\xb2\xa1\xae\xb6\x79\xff\x48\xcf\xc1\ \xf1\x91\xad\x7b\x07\xb6\xec\xdf\xb4\x7a\xf5\xa1\x35\x6f\x6c\x78\ \x63\x6b\x4f\x85\x9a\x29\xd6\xd4\xd4\xd5\x34\xf5\xec\x5f\xfb\xf6\ \x9e\x2d\x3f\xc4\x86\x9f\xff\x81\x8a\xc5\xc3\xc7\xf4\xdb\xbb\xfb\ \xc7\x9a\x9b\x2b\xaa\x1b\x6a\x6b\x9a\x7a\xdb\x5a\xea\x8a\x3b\xbb\ \xbb\x0f\x8c\x34\x76\x56\x33\x8b\xb5\x3c\xa1\xa6\xa8\x1c\xcc\x69\ \x71\x79\x6d\xc5\x78\xe3\xae\x93\x44\xa3\x81\x74\xf4\xc2\xcf\x1f\ \x6c\x5b\x93\x61\xdf\xfe\x20\xde\x75\xe6\xa0\x2b\x30\xe5\xcd\x34\ \x78\xa7\x67\x9c\xfc\xc3\x04\x07\x1e\x98\xcb\x1f\x13\x02\x87\x6d\ \xb1\x38\xdc\x78\xc0\xeb\x76\x5b\x03\x61\x8f\xdb\xeb\xc6\x3d\x3e\ \x97\x3f\xe8\xf1\xba\x08\x7a\x8f\xcb\xed\xb1\x63\x41\xdc\x82\xbb\ \xad\x56\xcc\xee\xf6\xda\x1c\x61\xd2\xc6\x2d\x5b\x0e\x0e\x0e\x8c\ \x82\x50\xb6\xf5\x0e\x1e\x68\x1b\xdd\x36\xde\xbf\xfa\xc3\x0b\x9f\ \x9e\xda\xb7\x67\xd7\xd0\xc8\xf8\xc0\xc0\xf8\xfe\x8d\xa7\x3f\x5d\ \x6a\x99\xcb\xbf\x1c\xad\xb4\x3b\xf1\xa0\xdd\x61\x4f\x59\x68\x74\ \x7b\x7c\x98\xd2\x64\x71\x3a\x31\xbb\x09\xc3\x8c\x6e\xb7\xd3\xe6\ \xc0\x1d\x6e\x4f\x30\x18\x70\x7a\x3c\x0e\x93\x1d\x65\x79\x0d\xf8\ \x02\x33\xb3\x53\xbe\xf0\xa3\x2b\x2f\x66\x66\xe7\x8a\x3d\x4f\x79\ \x51\x8d\x89\x40\x38\xe0\x0f\x04\x66\x91\x78\xbd\xb6\x99\x67\xc5\ \x2b\x50\xf6\x1a\x8e\x3d\xff\x17\x95\xfd\x85\x46\x8b\xe7\xbf\xea\ \xd1\xfe\x13\x88\xb0\xe2\x9f\x49\xa8\x57\x62\x13\x5e\x99\x8d\xff\ \x4f\x73\x5a\xf0\xe2\xc5\xbf\x96\x79\x5e\x73\x7f\xaf\x1e\x77\xfe\ \xbf\x42\x34\x5e\x3e\x6c\xb1\x2b\x8a\x63\xf6\x04\x5f\x32\x25\xba\ \xb4\x8b\xe7\x4a\x5d\x83\xff\xf3\x06\xbc\x1e\xaf\x2f\xe4\xf3\xbb\ \x31\x7f\x10\x65\xbb\x87\x77\x0d\xca\x05\xf7\xa3\x81\x62\xde\xa9\ \xb7\x4e\x7d\xb4\x71\xcd\xcf\x97\xdf\x3e\xf5\xfe\x47\x77\x06\x06\ \xb6\x1d\xba\xf5\xde\x86\x73\x9f\x5e\xf8\xe8\xf2\xc7\x8f\xdf\x3c\ \xfb\xd1\xa7\x77\xde\xf9\xe2\xc2\x87\x97\x3f\xbb\xbf\x7e\xd5\x37\ \x9b\xb6\x3c\xdb\xb9\xf9\xf1\xaf\x77\x9e\xfe\x7e\x55\xf3\xe7\xe7\ \x13\x73\x70\x35\x17\xeb\x3e\xd9\x3e\xd9\x3e\x31\x71\xb1\x14\x95\ \x8e\x18\xae\x9a\xec\xca\x9f\x04\xbc\x6a\x47\x9b\x69\x40\x65\x2e\ \xa2\x64\x57\xa0\x34\x17\xab\x50\xb8\x42\x29\x97\x5d\x8a\x6a\x2c\ \x93\xd3\xa8\x34\x54\x61\x0b\xd5\xf8\xcb\x46\x0f\x86\xef\x55\x02\ \x01\x15\x6e\xa7\xa1\xc7\x71\xf3\x41\xf1\xa8\xe0\x03\xb9\x54\x2e\ \xda\xea\xc3\xe5\x96\x82\x60\xc1\x61\x4b\x59\xcb\xc7\x7a\x9a\x0e\ \x0c\x0e\x54\x1f\xdc\xbf\x7b\xf3\xba\xdd\xef\x1d\x7a\xef\xdd\xaf\ \x7f\xbc\x7f\xfe\x9b\x65\xc9\x71\x31\xc9\xc4\x68\x7e\x64\xde\x22\ \xa2\x55\xf6\xe4\xfb\xc3\xad\x59\xad\xc9\x1f\x3f\xfb\xe5\xf1\xaf\ \x47\x0b\x97\xe5\xc5\x65\x6d\xcf\x88\x48\x4a\x4e\x89\xcb\x4a\x8a\ \xe7\x24\x2c\x3c\xbe\xfd\xde\xc3\xab\x6f\xee\x3c\x7b\x7a\xcd\x79\ \x4e\x5e\xd6\x92\xc8\xa3\xad\x59\x79\x47\x97\x25\x6f\xa6\x00\xe8\ \x91\x29\x3c\x16\x95\x8d\xa4\x8a\x46\x65\xf2\x78\x4c\x09\x85\x27\ \x12\x51\x99\x2c\x06\x4d\xcc\xe3\xf1\x14\x68\x03\x34\x4f\x25\x55\ \x48\x59\x52\xe8\xa4\x62\x79\x7d\x75\x5d\x51\x41\x79\xb9\xb6\x1a\ \x48\x2b\xb7\x77\xe3\x37\x4f\x7f\x3b\x75\xf6\xfe\xb3\x4b\xcb\x0a\ \x95\xca\x0c\x5d\xe1\xbb\xeb\x13\x53\x74\x66\x83\xd2\x24\x53\xf2\ \x39\xe6\xc8\x54\x25\x81\xc3\x5f\xb8\xb2\x30\x2a\x3e\xf1\x4c\x56\ \x62\x12\x21\x6e\x11\x31\x23\x82\x4e\x20\xa5\xeb\xf4\x06\x59\x94\ \x95\x4f\xb2\x98\x33\x2e\xa5\xa6\x2e\x5a\x18\x23\xb3\x99\xe9\x09\ \x89\x0b\x49\x37\xcf\x5b\x56\x12\xf5\x4e\x5d\x8c\xc5\x19\xd0\xeb\ \x2d\x0e\xaf\xcf\x6e\x20\x06\x7c\x3e\x3f\x86\x5b\x1d\xb3\x2f\xae\ \x4c\x79\x16\xac\x40\x65\xe7\xe6\xff\xd7\x28\xfa\xea\xc4\x3b\x5a\ \x65\xf9\xf7\xa8\xf8\xcf\x98\xf9\xf7\xaa\xf1\x5f\x51\x3c\x2b\x56\ \x98\x23\x48\xf7\x1e\xfc\xfe\xf3\xb3\xa5\xf7\x7f\xfc\xf6\xa3\x13\ \x6f\x9f\xfa\xf5\xe7\xa7\x19\x8b\xbe\x3f\x77\xb5\xbf\x4c\x2e\x86\ \x0b\x97\xc6\x86\xff\x6c\x86\x80\xcd\xa4\x88\x8b\xca\x8b\x81\x2e\ \xab\x2b\x55\x62\xb9\x5a\x2b\x47\xc1\xb4\x5a\x00\x23\x6d\x4e\x8e\ \xb6\x32\x47\xab\xd0\x4a\x24\x0a\x31\x8a\xb1\xcd\xe5\xa9\x41\xa5\ \x72\x35\x6a\x4d\x41\x6e\xb9\x1a\x8c\x60\x41\x59\x59\x41\x4e\x4e\ \x45\x6d\x7d\x77\xf3\xe8\xc8\xe0\xc8\xe0\xae\xce\xb1\xd5\xab\xd6\ \xad\x5e\xbb\x6a\x7f\xaf\x56\xa1\x12\x15\x35\x57\x34\x74\xf7\x0c\ \xed\x5d\xb3\xf9\xd0\xa6\xd5\xad\xf8\xe2\x3f\x9e\xcf\xed\x53\x59\ \x7c\x65\x76\x36\x7a\xd3\xda\x81\xfe\xc6\xb2\xea\xda\xe6\xca\xb6\ \xee\xfa\xba\xde\x86\xb2\xb1\xce\xa6\xb6\xbe\xfe\xce\x4a\x56\x0e\ \x8a\x56\xd5\x54\x54\x97\xe5\x2c\xaf\x5d\x5e\xd7\xd2\x33\x96\x69\ \xc5\x0d\x85\xe7\x9f\xfc\x70\x7a\xed\x7d\x65\xd4\xb9\xaf\x62\xb1\ \x7d\xf1\x53\x41\xaf\x13\x77\xd8\x17\x5e\x27\x39\x7d\x88\x95\x02\ \x7e\xcc\x61\xc5\x3c\x6e\xbb\x51\xe6\x9e\x0a\xe1\x3a\xb7\xcf\xee\ \x9d\xf1\x04\xc0\x74\x63\x76\x7b\xd0\x8d\x05\x3d\x66\x9b\x15\x77\ \xf9\xdd\x76\x1c\x2c\xb8\x07\x73\x9a\xcd\x1e\xbf\x1b\x0f\x99\xf6\ \x0e\x6c\x1d\x1c\x19\x3a\xd0\xd4\xd4\xd1\xd9\xb7\xaf\x6d\x6c\xf4\ \x40\x4b\xdf\xda\xbb\x9f\xfe\xb4\xa7\x67\x68\xff\x8e\xfd\xa3\x07\ \x77\xed\xdf\xbb\xfa\x83\xdf\x16\x59\x5d\x26\x9b\xcb\x3b\x15\xf6\ \x60\x5e\xbe\x05\xb7\xe9\x64\x46\xd0\x23\x87\x1e\x73\x7a\xbd\x06\ \x07\xee\xf7\x39\x9d\xc0\x57\x18\x66\xe6\xdb\x7d\x38\xa8\xa7\x2f\ \x18\xb4\x58\x31\xaf\xcf\xe9\xf1\x79\xdc\xa1\x80\xc3\x40\x37\x7a\ \xfd\xa8\x64\x8e\x2f\x34\x05\x2f\xd5\xe7\xf5\xd8\xcd\x98\x1d\x77\ \x87\xc2\x53\xe1\x47\x2f\xe6\x56\x4e\xd0\x68\x75\xec\xda\x8b\xf0\ \xec\x5f\x02\x35\x27\x5c\x0b\x56\xa0\x80\x55\x38\x5f\xa8\x6c\x34\ \x50\x38\xb2\x65\xcf\xff\x9a\x3c\x9b\xff\xdf\x5c\xf6\x3f\xe6\xf0\ \x5f\x07\xa5\x7f\xb8\xec\xaf\x26\xb5\xf8\x65\x4d\x9e\xf9\xaf\x84\ \x46\xfc\xdb\x97\xce\x7f\x65\xfa\xfe\xef\xb8\x84\x57\xfe\xf0\xb1\ \x29\x3f\xc7\x34\x8b\xf2\x4d\x07\x7d\xa1\x97\x85\xc9\x66\x66\x42\ \xa1\xb0\xd7\x86\xc3\x09\xf0\xcf\x29\xd4\x0c\xaa\xd3\x11\xf2\xfb\ \x60\x08\x09\xcf\xf8\x3d\x40\xa0\x53\xf3\x06\xf7\x9d\x18\x1b\xd8\ \xfb\xd3\xd7\xab\x0f\x7d\xf1\xf0\xe6\xe9\x77\x9e\xad\x7f\x73\xe3\ \xe6\xfb\xcf\x9e\x5d\xfe\xe4\x8d\x5d\x6b\x56\xbd\x7f\xe3\x87\xda\ \x35\x85\x29\x84\x93\x0f\xdf\x7c\xe3\x9d\x3b\xb7\x2e\x3d\x7c\xe7\ \xc6\xad\x5b\x17\xf2\x6e\x75\xfc\xf9\x52\xad\x3e\x1f\x46\xb2\xf5\ \xe7\xe7\xe0\x08\x4b\xbb\x26\x8e\x5c\x44\xa9\x62\x26\x50\x19\xfa\ \x52\x81\x20\x1b\xa4\x49\x50\x2a\xe8\x42\xc5\xba\xb2\xb3\x51\xec\ \x15\x38\xbc\xfc\x2a\x90\x22\x9a\x20\x9b\x4a\xc9\x66\xa7\xb5\xe7\ \x93\x69\xf9\xa5\xa5\x54\x06\x43\xc0\xa5\xc1\x13\xda\xd9\x54\x01\ \x8d\x92\xc6\xe5\xb2\xd9\x5c\xc1\x30\x1b\xd8\x4b\x50\xd5\x8e\xb2\ \x63\xe5\x67\x83\x3d\xcc\x66\x0b\xb2\xbb\x8e\x7c\xce\x6d\xdb\xdf\ \x3f\x36\x3e\x3a\xd0\x32\xb4\x6b\xdb\xa1\x55\xab\x4f\xbc\x7d\xf6\ \xf4\x9d\x87\x4f\x2f\xfc\xf4\xec\xf7\x4b\x79\xdb\x8f\xd3\x63\x0a\ \x0f\xdf\xcc\x8b\x26\x5e\xf8\xec\xe8\xc9\xed\x99\xdb\x97\xb6\x2e\ \xb9\xf9\x2c\x3e\xf6\x70\x6b\x5c\x7a\x6b\x46\x61\x62\x6c\x74\x04\ \x21\x2e\x2e\x85\x43\x5a\x48\x2a\x5c\x76\xf3\xcc\x57\x67\xce\x7e\ \xf3\xcd\xf5\x67\xe7\x3f\x7d\x7c\xff\xdc\xf7\xf7\x1e\x64\x44\xea\ \x6f\x2b\xc0\xa1\x32\x79\x0c\x2a\x8d\x0c\x3d\x8d\x41\x63\x31\xc9\ \x70\x9b\xc9\x54\xb0\x50\xa6\x14\x1a\x95\xc7\x93\x83\x52\x31\x25\ \xe2\xb9\x74\x29\xf2\x62\x8d\x50\x55\x50\x52\x59\xa0\x2a\xce\x01\ \xc6\x2a\x29\xa9\x18\x7f\xe3\xe1\xef\xef\xdc\xb9\xff\xf4\xc2\xca\ \x8c\x04\x23\x89\x8e\x13\xa3\xe2\xf5\x7c\x65\x52\x46\x4a\x64\x34\ \x91\x43\x4a\x8c\x8e\x4e\x89\x31\x44\xc6\x25\x13\xf5\xa9\x4b\x63\ \x93\x63\x2f\x64\xc6\x9e\x3c\x99\x45\xba\x7f\x2b\x3d\x99\x40\x4c\ \x39\x1e\xa3\xc4\xf5\x32\x3d\xdf\x44\x88\x96\xe9\x89\x0f\x7f\xc8\ \x8a\xb6\x5d\xba\x15\xb9\xf0\x29\x3f\xaf\x95\x48\x37\xf0\x0d\xde\ \x80\xdf\xa4\xe7\xd3\x39\x66\xa7\xcc\x19\xf0\xd8\x71\xcc\xe6\x9c\ \x79\xb1\x20\x68\x42\x3b\xbd\x16\xcf\x5f\xfc\xfc\xb5\x11\x76\xc1\ \xfc\xd7\x82\xb2\x56\x3c\x47\x3b\xa3\xff\xef\xf9\xdd\x57\x1b\x19\ \x08\xd7\x02\x2f\x3f\x32\x35\x2a\x3a\xf1\xfe\x6f\x3f\xdd\xd5\x19\ \xbe\xca\xf8\xf9\xd7\xf8\xe8\xdf\x1a\x34\x12\x16\x53\x2a\x64\xc0\ \x05\x12\x08\xaa\xa8\x0c\x04\xa2\x4c\x86\xb0\xa4\xbc\xa0\xa0\xa8\ \xa2\x24\x97\xc2\x12\x4a\xa5\x62\x95\x48\xa1\x62\x89\xa4\x2c\x16\ \xa0\x4e\x4e\x45\x3d\xf8\x42\x11\x4a\x32\xa3\x92\xf3\x14\xd2\x1c\ \xa9\x50\xad\xcd\x29\x52\x17\x29\xd4\x9a\x72\x6d\x51\x59\x81\xa2\ \xb8\xb8\xa4\xa0\x78\x79\x5d\x5f\xf7\xe0\x60\xcf\xee\x1d\x07\xda\ \x3a\xca\x73\x25\xd2\x5c\x79\x65\xc5\xf8\x81\x5d\xbb\xf6\x6f\xdb\ \xf0\xf6\x86\x7d\x1b\x7f\xcd\xc0\xc1\x22\xb8\xc3\x61\xbf\xdf\x60\ \x90\xf1\x0d\xb6\x5b\xfd\x7b\x0e\x8c\xf4\x55\xd7\x2e\x6f\x28\xae\ \x69\xac\x69\xae\xaf\x28\x6b\xa9\x19\xea\x6c\xec\x6c\xac\x57\x95\ \x94\xe5\x80\xcf\xac\xab\xaf\x2c\x2a\xa9\x2d\xeb\xec\xef\x19\x8c\ \xf4\xba\xf5\x8b\x1e\xdc\x3f\x7b\xe8\x9b\x4c\xfc\xdc\xf9\xef\xf4\ \xbf\x5c\xf7\xda\xdc\x6e\x33\x8e\xe9\x1d\xd3\xde\x78\xa2\x2f\x1c\ \x08\xcf\x82\xd3\x08\xcc\x3c\xf2\x3a\xa6\xa7\xfc\x1e\x0b\x08\x45\ \xc0\xcf\x37\x82\xac\xb8\x82\x5e\x97\xc7\x6f\x75\x04\xec\x16\xa3\ \xde\xed\x76\x7b\xdc\x98\xcf\xeb\xc3\xdd\x7e\x20\x24\xb7\xd7\x3f\ \x63\xdb\xb0\x67\x60\xff\x81\xa1\xbe\xb6\xa1\xb1\x7d\xfd\x0d\x4d\ \x23\x3d\xdd\xfd\x1b\x6f\x3c\x7c\xf8\xee\xee\x06\x30\x89\x43\x63\ \x3b\xf6\xec\xdf\x36\xf0\xfe\xf9\x95\x7a\x3b\x22\xb2\x50\x30\xec\ \xb1\x5b\x30\xcc\x83\xfb\x02\xde\x60\xd8\xef\x09\xe3\x3e\x34\x8b\ \x8c\x21\xbc\xf2\x63\x66\x92\x12\xfe\x84\xd9\xe4\xc2\x40\x14\x5d\ \x2e\xb8\x1b\xc3\xf4\x56\x97\xc7\x61\xd0\x25\x28\x3d\x5e\xb7\xcf\ \x8d\xb9\xfd\x7e\x5f\x30\x1c\xf0\xfa\x82\xa1\x90\xdb\x83\xe1\xa0\ \xa7\x2e\x87\xdf\x3f\x35\x3d\x15\xf6\xce\xcc\x06\x7d\x41\xbf\x3f\ \x34\x13\x9e\x5e\x00\xec\x34\x3d\x13\x9e\x02\x1f\x15\x0a\x07\x71\ \xa7\xdd\xe1\x73\xda\xc0\x84\x86\x67\x66\xa7\xe7\x84\x6b\xfe\x7f\ \x16\x10\x5e\x6f\x30\xff\x9f\x25\xc9\x57\x02\xb6\xfe\x15\x1b\x36\ \xff\x9f\xd0\x88\xc5\xff\x23\xd2\xec\x9f\xc0\xf6\xf9\x7f\xe7\xc8\ \x5a\xf1\x32\xc5\xd8\xcb\x79\x88\x3f\xae\x5c\x83\x71\x68\xda\xe7\ \xb6\x62\x70\x46\x03\x7e\x94\x39\x31\x08\x6f\x24\xfc\xb2\x30\x63\ \x28\xe8\x0b\x04\x82\x3e\x30\xcf\x41\x2c\xe8\x0e\xcd\x4c\x85\x50\ \x01\xb4\x79\xe7\x7e\xfe\xe1\xad\x3b\x27\x36\xfe\xb4\xea\xec\xad\ \x1f\x4e\xef\x1a\x7a\x6b\xff\xd0\xee\x9d\x1f\xdd\x7a\x78\xf7\x9d\ \x0d\xeb\xbe\x5c\xb3\xb5\xb9\x59\x55\xf1\x3b\xd1\xd1\x7a\xff\xdb\ \x6d\xa7\xae\x7f\xf1\xed\xfb\x3f\xdf\x78\xfb\xe1\xf9\x67\x37\xfa\ \x3f\x47\x4e\xf0\xcf\x3f\x51\xe2\x51\x54\x53\x75\x6e\x07\xf4\x91\ \x8b\x47\x26\x8f\x5c\x44\xa1\x56\xd9\xa5\x28\x14\x8b\xcd\xa0\x00\ \x5b\x65\x77\x75\xa5\x95\x66\xe7\x57\x51\xb3\xe7\x04\x4b\x90\xd6\ \xde\x2e\xe8\x62\x67\xd3\x04\xf9\x69\x40\x51\x28\xc0\x2a\x9f\xca\ \x2d\x05\xdc\xe2\x82\x80\xa5\x51\x29\x4c\x36\x8a\x20\xcd\xe7\x72\ \x69\xf0\x90\xe1\xae\x76\x36\x62\xb6\xec\xd2\xd2\x23\x5d\x69\xd9\ \x5c\x41\x76\x55\x5a\xcb\x81\xd1\xf1\xfe\x83\xe5\x0d\x7b\xc7\x0e\ \x6e\xde\xb5\xfa\x8b\x6f\x7f\x3c\xf1\xcd\xc3\x67\x1f\x3e\xfc\xf4\ \xc2\xf5\x8f\x6f\xdf\xbf\x17\x47\x5a\x94\xb7\x72\x3b\x29\xe5\xe3\ \x0b\x79\x79\xb1\x47\x17\x46\xa6\x66\x2d\xcc\x04\xad\x4a\x4a\x39\ \x9a\x14\x97\x9e\xb8\x30\x56\x99\x18\x9d\x54\x18\x97\x12\x4b\x04\ \xad\x38\xb7\xe4\x70\xc6\xd2\xf3\x8b\x9e\x3d\xb9\xfc\xf4\xf1\xf1\ \x73\x9f\x9e\xb9\x7c\x77\xe5\xfd\x9a\x34\x81\x44\x4c\x63\xd0\x68\ \xa8\x8e\x2a\x99\xc6\x14\xa5\x81\x9e\x42\x87\x13\x49\x84\x12\x31\ \x45\xa1\xcd\x45\xc5\x3e\x45\x42\xb1\x4a\x9b\xa3\xc8\x2d\x28\xce\ \xcd\x2d\x2e\x2f\x5b\x9e\x4b\xd1\x14\x15\xc8\x25\x8a\x86\xd5\x5f\ \x9c\x7e\xe3\xea\xef\xbf\x3d\x5e\x58\xf8\xe0\x70\x82\xde\x6c\xa7\ \xd3\x39\x44\x1d\x21\x35\x8b\x10\x47\x20\x72\xe8\x4a\x43\xa4\x23\ \x42\x1f\x13\x1b\x91\x18\x43\xbf\x7d\x26\xbe\x30\x29\xfd\xbd\x93\ \xbf\x7f\xa6\xdb\xbe\x6c\xbb\x21\xfe\xfc\x93\xf3\xc4\x24\xab\x49\ \x87\x19\x09\x71\x79\xc6\x94\x98\x98\xaf\x4f\x1d\xe6\x93\xdc\x7e\ \x27\x21\x72\x11\xdd\xac\x77\x87\x5d\x98\xc1\x60\xb6\xe9\x0d\x46\ \xab\xdd\x13\x74\xd8\x1d\x41\x0c\xfa\xd3\xec\xf4\xb1\x63\x73\xd3\ \x2f\xb3\x81\xc5\x68\xf7\x08\xda\xbd\x31\x37\xec\x2e\x58\xf0\x7a\ \xe4\xce\xb5\xe9\x6b\xf0\x50\x94\xd2\xe1\xca\xb1\xf9\xd7\xae\xad\ \x40\xb9\xfe\xe6\xbf\x32\x8d\xfb\x9f\x85\x7b\x34\xf4\xa1\x5b\xf3\ \xfe\x98\x37\xef\x8f\x3f\xe0\x48\x8b\xb1\x65\x7b\xa5\xaa\xb1\x55\ \xb5\x22\x9e\x18\xed\x44\xe2\x31\x69\x68\x24\xe1\x91\xc9\x6c\x2a\ \x5b\x20\x66\x69\xeb\x8b\x8b\x34\xc5\x1a\x05\x45\x55\x20\x94\x4a\ \xd2\xd2\x84\x72\x11\x9c\x21\x38\x77\x54\xaa\x48\x2d\x14\xa9\xa5\ \xf2\x9c\x1c\xb1\x5c\x0a\xf7\x0a\xe5\x2a\x55\x8e\x5c\xa5\x50\x49\ \x55\x9a\xfa\x92\xca\xca\x82\x9a\xba\xf2\xf2\xca\xca\xa6\xde\xce\ \x8e\xe6\xe5\xc5\x25\xb9\x42\xa6\x48\x2e\xd5\x54\x54\x0e\x0d\x1c\ \xd8\xba\x61\xf3\xfb\xa7\x56\xf5\xef\xfd\xf1\xa8\x7b\xd6\x1b\x74\ \x39\x6c\xfc\xd8\x98\x38\x62\x44\x24\x9f\xe8\xf0\x6f\x1e\x1f\xef\ \xeb\x6e\xac\x6e\xae\x2b\x2b\x28\xa9\xaf\xeb\x68\x2c\x5b\xde\x56\ \xdf\x0d\x34\xd6\x53\xad\x28\xd2\x8a\x15\x05\x95\xe5\xd5\x4d\xb5\ \x45\x95\x35\x05\x9d\x23\x63\xd1\x7e\x37\x7d\xfb\xd3\x53\x6f\xbe\ \x7b\x53\x1f\xfd\xc3\xb3\xa3\xc6\x1b\xd1\x06\x99\xcb\xed\xf5\x86\ \x8f\xbd\xb0\x25\x78\x83\x56\x6b\xb4\x2b\x38\x1b\x0e\xcd\xf8\xc0\ \x6f\x41\x27\xf1\xf9\xa0\x7b\x84\x1d\xe6\x95\x5f\x65\x46\xa1\x6d\ \x04\x80\xb3\x36\x27\x66\xb2\xea\xac\x2e\xb7\xcb\x86\x19\x4d\xf0\ \x89\x32\x83\x99\x71\x3c\x68\x78\x77\xf7\xc0\xfe\x83\xfb\x7a\xc6\ \xb7\xee\xeb\xec\xed\x69\xea\x1e\xea\xdd\xf7\xfe\xdd\x1f\x2e\xaf\ \x3e\xd0\xdf\xbf\x67\x74\xe8\xc0\x58\xf7\xd0\xea\x8d\xef\x9f\x4f\ \xb7\x38\x4d\x46\x9b\xd9\xc5\x49\x90\xc9\x70\xa7\xcf\x1f\x0c\x85\ \x7d\x51\x1c\x40\x24\x5f\xd0\x8d\x3b\x71\x10\x31\xb3\x2d\xe0\xb2\ \x60\x0e\x77\xc8\x6b\x75\x06\xbd\x5e\x0f\xee\x0f\x85\x3c\x3e\x70\ \x85\x1e\x07\xee\xb2\xd9\x5d\x81\x60\xc0\x6b\xf7\x38\x3c\x61\x6f\ \x30\xe8\x01\xcd\x9a\x7e\x11\x76\x7b\x83\xa8\xd8\x61\xc0\xe7\x81\ \xfe\xed\xf6\x40\x0f\x07\x63\x1b\x04\x10\xf1\x78\xbd\x3e\xaf\x17\ \xc3\x9d\xfe\x20\x08\x9f\x37\x1c\xf4\x7b\x1d\x98\xd7\xe9\x83\xe3\ \x7a\xfd\xb8\x15\x0b\xf8\x5c\xbe\x70\xd8\xe7\x9f\x9d\x09\x05\xc2\ \xc7\x16\x1f\x5b\xf1\xd7\xc6\xec\x7f\x8c\xe5\xf3\xbf\x31\xec\xaf\ \x99\xcd\x7f\x46\xb7\xf9\xaf\x06\xb6\xfe\x9f\x0a\xf7\x6a\xb4\xd9\ \x5f\x93\xed\xaf\x45\xf3\x3f\xff\x2b\x1c\x6b\xee\xe8\x60\xf2\xaf\ \xcc\x02\x7c\xba\x5d\x4e\x87\xd3\xe3\x05\xf5\xb6\xdb\x3c\x41\x38\ \xef\x41\x84\x5a\x41\x9f\xdf\xe5\xc6\xe1\x3c\x80\x76\x21\x47\x18\ \x9a\x9a\x82\x4b\x15\x9a\xb7\xe1\xdd\x5d\x6f\x5e\x5d\xb3\x67\xd5\ \x89\x35\x5b\x87\x0e\xd4\x56\xaa\xbb\x37\x74\x36\x74\x0c\x1d\x1a\ \x68\x68\x3c\xf8\xcd\xd7\x07\x2a\xb5\xa3\x83\x37\x32\xd2\x0f\xfd\ \x70\xfd\xd4\xe5\x1b\x0f\x6f\x9f\xbb\x7f\x7d\xf3\xc3\x07\x1f\x9f\ \xbf\xce\xfe\x73\x8e\xac\x2e\x1e\x41\x49\x1b\xe6\xca\xd1\xa3\x22\ \x5f\x13\xc3\x55\x55\xed\x13\x28\xf6\xaa\x1d\x7c\x9c\x20\xbf\x3d\ \xbf\x9d\x9b\x8f\x76\x12\x0a\x90\x69\x6c\xcf\xe6\x4e\x70\xb9\x20\ \x51\xdc\x76\x54\xfc\x3d\x7b\x2e\x94\x34\x0d\x9c\xa3\x80\x8b\x82\ \x4c\xb3\x27\xaa\xf2\xd3\x68\x34\x76\x15\x3b\x8d\x8a\xf6\xed\x80\ \x92\x65\xa3\xc8\x06\x41\x3b\x1c\x26\x1b\x6c\x61\x7b\x15\xf0\x19\ \x2b\xb7\xbe\x73\xe4\x40\xef\x2a\x55\xc9\xc8\xf8\xc1\x3d\xeb\xd7\ \x6c\x38\x75\xf6\xf2\xd9\x9f\x9f\xfd\xf6\xcb\x85\x5f\xcf\xfe\x7a\ \xee\xde\x3b\xef\x3d\xfb\xf9\xec\xc3\xa3\x85\x87\xb7\x5d\x5d\xf9\ \xc3\x87\x4f\x7f\xbd\x7f\xe1\x12\xe7\xe7\x3b\x97\x32\x97\x24\x2f\ \x5a\x96\x92\x9e\x91\x99\x9c\x71\x32\x3d\xf3\xd2\xf6\xed\x27\x93\ \xe3\x0b\x17\x2d\x49\xcc\x22\x65\xdd\x5c\xfa\xfb\xfd\x93\xdf\xe7\ \x6d\x3f\xf9\xcb\x99\xaf\x7e\xbe\xfc\xfd\x77\x23\x62\xaa\x98\xc9\ \xa3\x91\xd3\x18\x54\x2a\x93\x4c\x11\x31\x98\x34\x86\x50\xc2\x9b\ \xeb\x6f\x52\xb5\x54\x92\x9b\x2b\x42\xc0\x20\x05\xbf\x53\xa2\x06\ \x87\x53\x59\xa2\x2a\xd7\xa8\xeb\x47\x86\x6a\x6a\xeb\xf6\xde\xfd\ \xe6\xcb\x87\xbf\x3e\xbd\x9d\xfe\xf8\xf1\xcd\xbc\x25\xe9\xb1\x79\ \xe9\x44\x9d\x55\x19\xa3\x53\xc6\xc4\x9a\xf8\x1c\x9d\xc9\x28\xc3\ \x22\x22\x8c\x71\x1c\x43\x4a\xb4\x9e\xce\xd1\xc9\x12\x57\xc6\x12\ \xb2\x48\xad\x4b\x3f\xbd\xf0\x74\xe7\xbb\x3f\xb6\xea\x94\x87\xc7\ \x4e\x92\x56\x9e\xb8\xa1\x7c\xfb\x16\x69\xe5\xd1\xd6\x8f\x0f\xdb\ \xb1\x78\x2b\x26\xd3\x91\x38\xa9\x24\xbb\xd3\x6e\x4c\x77\x4d\xdb\ \x63\x2e\x10\x62\x93\x94\x46\xa3\xdd\x8b\x3b\x3d\x53\x28\xa5\x10\ \xda\xe9\xfc\x62\x3a\xe0\x09\xcd\xce\xce\x5e\x81\x9f\x66\x1f\xa1\ \x24\x22\x20\x5a\x7f\x37\xab\x2b\xa1\x19\xbb\x33\xec\x0f\xdb\xad\ \x26\x3f\x8c\xb5\xbe\x10\xb4\x6f\x5b\x38\x3c\x75\x65\x0a\x95\xe6\ \x44\x79\x1e\x56\x1c\x9b\xff\x9f\x14\x4b\x73\xed\x73\xf1\x8b\x50\ \xc8\xe5\xb4\x9b\x6d\x99\xbb\xca\x58\x22\x89\x94\x47\x66\x89\x58\ \x94\x34\x1a\x8b\x4a\x63\xd1\x28\x64\x2e\x8d\x89\xd2\x5a\x90\xe1\ \x54\xc9\x4b\x72\x8a\x8a\x51\xc1\xf9\x9c\x22\x21\x4f\xca\x64\x49\ \x44\x12\x31\x93\xc2\x60\x30\x28\x70\x0e\xd9\x34\x8a\x54\x9a\xa3\ \x16\xaa\xe4\x5a\x55\xae\x4a\x22\x2d\x90\x83\xad\x56\xc8\xe5\xb9\ \x65\x25\xc5\x39\x12\x85\xbc\xb8\xa2\x44\x98\x2b\x57\x83\x6d\x64\ \x88\xe4\x39\xc5\xe5\x8d\x4d\x7d\xe3\xfb\x56\xaf\x5f\xf7\xee\xce\ \x7d\x8d\x3b\x4e\x6d\x37\x7a\x08\x76\xb7\xce\x6c\x33\x24\x45\xa6\ \x1e\x4e\x4f\xd2\x1b\x4d\x04\x82\x6e\x0c\x0c\x64\x5f\x4d\x77\x7d\ \x6d\x75\x79\x49\xf9\xf2\xe6\xea\xca\x8e\xde\xe6\xda\x8e\xde\xb6\ \x96\x32\x45\x2e\x10\x9d\xb6\xae\xbe\xba\xb8\xb8\xb6\x7e\x79\x73\ \xdb\xc8\x78\x94\x0f\x37\x6e\x3f\xbb\x7a\xd5\x9d\x58\xe7\x93\x67\ \x17\x62\xcc\xf6\xa0\xc7\x16\xf0\x4d\x1d\x9b\x0e\x79\x9d\x56\xaf\ \xdf\x13\xf2\xa2\x24\xa2\x16\x5f\xc0\xed\xf5\x38\xc0\x77\xe0\x4e\ \xaf\xcf\xe3\xb4\xda\x9d\x36\x13\x1e\x08\x86\x43\x1e\x3b\x68\x82\ \x3b\xe0\x77\x58\x4c\x2e\xbb\x83\x23\xb3\xe0\xb8\xd1\x6c\xb0\xb9\ \x1d\xae\x00\xff\x93\xbd\x23\xfb\xb7\x1c\x1c\xdb\x37\xd8\x7f\xa0\ \xbf\xb7\x61\x70\x70\xdf\xee\x1b\xd7\x6f\x1d\xda\xdf\x39\xde\x34\ \xd8\xdf\x38\xd8\x3d\xbe\x6d\xf7\xea\x43\xb7\x96\x58\x30\xdc\xe6\ \x72\xf9\xed\x56\x27\x66\x31\xbb\x1c\x46\x1b\x6e\x5f\xb2\xc8\xe0\ \xb1\x5a\x71\xab\xc5\x80\xfb\xac\x56\x1b\xe6\x0a\x60\x26\x4f\x28\ \x04\x42\xe3\xf2\x07\x82\x1e\xdc\xeb\x35\xe9\xdd\xa0\x37\x4e\x0f\ \x66\xc4\x02\x20\x9b\x41\x1b\x0e\x76\x28\xe4\xf3\x82\x4f\xf5\xfa\ \xc0\xb7\xe2\xc1\x60\xc0\x87\x39\x3c\x6e\xf8\x2d\x0e\x14\x12\x84\ \xa7\x79\x30\xb3\x1d\x07\x5d\x75\x3a\x5d\x06\x93\xd9\x86\x39\xdd\ \x3e\xaf\xdf\xe7\xf6\x3b\x30\x34\x6b\xed\x77\xf9\xc3\x3e\x37\x68\ \x1f\xee\xf1\xb8\x70\xbf\xdb\xed\x0f\xfa\x3d\xee\x20\xf8\x45\x14\ \xc7\x77\xec\xda\xb5\xc5\xd3\xd3\x0b\xae\x5d\x81\xc6\x30\x3b\xd7\ \x28\x66\x5f\x1c\x9b\x7f\xec\xd8\x02\xd4\x98\x8e\x2d\xf8\x5f\xaa\ \x34\xc7\x48\xd3\xb3\x7f\x2b\x1d\x98\xd2\x05\xaf\xcb\xdd\xff\x15\ \xf4\xba\xe2\xef\x50\x11\x64\x0a\x43\x2e\x1c\xad\x7a\xbb\xac\xe0\ \x83\x83\x70\x06\xac\x06\x83\xc5\xe1\x74\x84\x50\xbd\xc6\x10\xbc\ \x7c\x9f\x1f\xf3\x04\x7c\x68\x9e\x11\x9c\x3c\x18\xc3\xf0\xec\xd4\ \x3c\x0d\x10\xb8\xb6\x79\xeb\xae\xb7\x57\xef\x1b\x1f\xd9\xb2\xa7\ \x7e\xec\x8d\x4d\x5b\xcb\xd5\x5a\x16\x4b\xbd\xfb\xb3\xdf\x37\xaf\ \x7e\xff\xe7\xf3\x77\x7e\x3f\xb1\xf6\xa7\x4f\xef\x9e\xff\xf9\xf6\ \xe1\x9b\xe7\x7e\xf8\xe1\xce\x9b\x37\xbe\xfc\x74\x4d\xd5\x9f\x48\ \xb2\xc0\x0a\x7e\x7e\xe4\x4f\x50\xaa\xaa\x89\x2a\x54\xf9\x79\x78\ \xb8\xb4\x0a\x55\x96\x38\x32\xd9\x8e\xf6\x0e\x76\x4d\x90\xe7\x76\ \x2f\x0f\x03\x2b\x5d\x1c\xee\x02\x7b\x58\xca\xce\x2e\x15\x54\x65\ \xa7\x51\xab\x4a\x87\xd3\xb8\x20\x61\xa0\x55\xf9\x28\x2e\x5e\xc0\ \xed\x1a\x06\xe1\x02\x8f\x98\xcf\x26\x23\xad\xe2\x82\xd8\xa1\x4a\ \xcf\xec\xd2\xf6\x49\x78\x0e\x9b\x9a\x3f\x5c\xda\x5e\x25\xa0\x29\ \x6a\xda\xfa\x7a\x76\xf7\x96\xb4\x74\x0e\x0c\x1e\x5c\xb7\x76\xe7\ \x47\xa7\x4e\xfd\x70\xf7\xfc\x83\xdb\x9f\x6c\x38\xb1\x7e\xfd\x3b\ \x3b\x07\x36\x6c\x1b\x1f\xf9\xf5\x9d\xf1\x8a\xc1\xee\x8a\xc1\xbd\ \x7b\xc6\x9a\x77\xff\xb6\xa1\x77\xdf\x9a\xeb\xc9\xa4\x85\xdb\x93\ \x52\x23\xa3\x63\xd3\xe9\xa4\xa8\xc3\x85\xa9\xdb\xb3\xe2\x23\x96\ \x64\x2e\x21\xc5\x2d\x89\x20\xa6\xc4\xc4\xc6\x27\x47\x27\x16\xa6\ \x66\x2d\x49\xba\x99\xba\xac\xad\x14\x3a\x23\x85\xc7\x63\xa0\xc2\ \xa9\x22\x31\xf4\x3c\x86\x84\x35\x17\xd6\xae\x90\x4a\x79\x80\x0c\ \x22\x95\x58\x52\x5c\xa0\xd2\x68\xe4\x60\x69\x2a\xcb\x72\x73\xd5\ \x1a\xed\xe8\x5b\x6f\x9c\x7a\x78\x63\xe7\xd7\xe7\x3e\x7b\xba\x32\ \x23\xe9\xea\x3b\xeb\xcf\x2c\xcc\x6b\xcd\xbc\x73\x92\x90\x48\x8c\ \x4f\xca\xd2\x19\x63\x0b\x6d\x96\x04\xbe\x83\x44\xe2\x13\x74\x32\ \x03\xdf\xac\xe3\x98\x2c\x58\x14\x29\x91\x93\x10\x4f\x54\xf2\xbf\ \x3b\x93\x92\x44\x77\x78\x38\x9f\xfe\xba\x32\x33\xeb\xec\xfa\x5b\ \x4b\xde\xb8\xbe\x7d\xa5\x8d\xc8\x71\xd9\x0c\x36\x0b\xa6\x3c\x7a\ \x3c\x32\x82\x44\xf2\xf0\x17\x7a\xbd\xf1\xcb\x96\xc6\x6f\xd8\x7f\ \xeb\x0c\x9d\x1f\x91\xa4\xb3\xbb\x03\xa1\x29\x94\xc4\xe3\x8f\xe7\ \xf3\x16\xcc\x86\x30\x07\x86\x92\x4d\x4e\x85\x83\xde\x10\xdc\x0f\ \xce\x60\x6a\x06\x8c\x87\xc3\xa8\xa4\x63\x5e\x9f\xd2\xe8\x99\x71\ \xe3\x06\xbb\x25\xc2\x83\x13\xf4\xad\xb8\xc7\x69\x33\x9b\xe9\x36\ \x97\x1b\x83\xff\x76\x40\xee\x30\x6a\xbe\x61\xb7\x2b\x1c\xc2\xbd\ \x76\x19\x5f\x67\xe0\x10\x8c\xad\x05\x8a\x22\x85\x0a\x34\x9b\xc9\ \x63\x31\xd2\xc8\x5c\xd1\xdc\x36\x75\x26\x99\x4c\x65\x73\x69\x2c\ \x16\x85\x82\x04\x0b\x65\x40\x2e\xd1\xe6\x94\xa8\x78\x2a\xa9\x58\ \x2a\x94\xa2\xa4\xa1\x6c\x2a\x83\x8d\xf2\xca\x02\x43\xa3\x5d\xce\ \x6c\x32\x8a\x10\xa5\xf0\xa8\xe4\x34\xa6\x90\x41\x26\xc3\xb1\x10\ \xa7\x01\x50\x8b\x79\x0a\x55\xae\x22\x27\xb7\xbc\xb1\xa6\xa3\x7f\ \xc3\xb6\x3d\x27\xbe\x38\xf1\xc6\x48\xe7\xb6\xcf\xd2\xf5\x18\x7d\ \x21\x96\x10\xad\xd3\xf3\x13\x1d\x1c\x83\x83\x9e\x00\x3a\x82\x7b\ \xdd\x19\x1d\xbd\x07\xba\x9b\x6b\x9a\xea\xab\x6b\xba\x2b\xab\xab\ \x6b\x2a\x6b\x7b\x1a\x6a\xca\x7a\x9a\x3b\xda\x96\x4b\x73\xb4\x60\ \xcc\x1b\x6a\x6a\x35\xf2\xba\xea\xe5\xcd\xf5\x4d\xbd\x84\x80\x53\ \x76\x61\xdd\xda\x37\xcf\x1b\x8d\xc7\xcf\xb4\x1a\x1c\x9e\x80\x07\ \x68\xc6\x05\x9d\x21\xe0\xf7\x38\x31\x0f\x30\x8b\x1f\x77\x39\x7d\ \x38\xe6\x45\xe5\x03\xbd\xe0\xd9\x1c\x16\xdd\xb2\x08\xbb\xdb\x85\ \xdb\x30\x1b\x8e\xe3\xa8\x04\x97\xcf\xe9\xb2\x1b\x1d\x4e\x0b\x88\ \x8e\xd9\xa6\xd4\xe3\x98\x53\x6f\xd0\x27\x5f\xde\x38\xd2\xb3\x63\ \x7c\xa4\x77\xa4\x67\xbc\xbf\xa7\xae\xb1\xa9\x77\xcd\x17\x27\x4e\ \x1f\xa8\xeb\xdf\x37\x3a\xda\xd7\x32\xd6\x3f\xde\xbf\x7f\xe7\x3b\ \x57\x4f\x5a\x6c\xae\xb9\x9a\xcf\x2e\xa7\xdb\xc4\x37\xdb\x6d\x56\ \xab\xdb\x6d\x73\xc2\x1f\x36\xc1\x25\x71\x01\x10\xb9\xed\x1e\x97\ \x19\x48\xca\x8b\x83\x00\xb9\x4d\x26\x1c\x08\x2e\xfe\x17\x60\x69\ \x1c\x95\x2e\x44\x97\x04\xa5\xd3\x9a\x41\x5d\x16\x61\x14\xd8\x52\ \xa7\x1d\x2e\x58\xc0\xe7\x77\x5a\xdc\x01\x8f\xc7\xee\x75\x3b\xc1\ \x5e\x06\x42\x38\xe6\x0b\x85\x43\x60\x19\xbd\xa8\xb0\x98\x03\xe8\ \xc4\x60\x75\xdb\x30\xdc\xe1\xf7\x85\x50\xd5\xfb\xa0\x0f\xf3\xcd\ \x84\x03\x80\x58\x21\xd0\x67\x37\x5c\x7e\x87\xc9\x8a\xc1\x59\x00\ \x3d\xf5\xb9\xdd\xe0\x44\xdd\x76\xab\xd5\x61\xd4\xdb\x6d\x78\x70\ \x0a\x4d\x92\xf9\xbc\xa0\x80\xde\xf0\xd4\xec\x8b\x6b\x2f\xae\x2d\ \xfe\x87\xba\xfe\xfa\xb2\x62\xca\x83\xd6\x52\x1f\x4d\x3f\x9a\x9e\ \x05\xcd\x44\xd5\x10\x5f\x5c\xbb\xf6\xe2\xca\x8b\x97\x45\x72\xfe\ \x16\xaf\x57\xd3\x7b\xbd\xd4\x36\x50\xc2\x05\xf3\xaf\x85\xc3\x1e\ \x93\xc9\xe2\x04\xc9\x42\x55\x1a\x91\x9a\x5a\xed\x98\xd9\x6c\xb2\ \x18\xcd\x36\x97\x1f\xfe\x7e\x28\x08\xc6\xd0\x17\x46\x16\x71\x66\ \xea\xd1\xec\x5c\x55\xec\xa9\x99\x79\x3b\x6a\x0b\x34\xbc\xf2\x0d\ \x1b\xf7\x8d\x6d\x58\xd5\xbf\x7b\x5d\xdb\xe0\xa1\x53\xdb\x2a\xfa\ \xf6\x17\xc9\x1b\xf7\x9c\xfb\xec\xfe\xe9\x0f\xbe\xbc\xfd\xfd\x85\ \x1f\xdf\xda\xb5\x6a\xdb\xf8\xbe\xb7\xd6\xaf\x1e\x5b\xf7\xf0\xd6\ \xfa\xcd\x7b\x07\xee\x0b\xff\x9c\x43\x2b\x34\x7f\x05\x9f\x9f\x4f\ \xa0\xec\xa2\x17\x8f\x4c\x4c\x74\x0d\x4f\x4c\x5e\x6c\xff\x3c\x1f\ \x55\x52\xad\x42\x0e\x30\xbb\xbd\x8a\x5d\x3a\x0c\x6e\x70\x12\x55\ \xc4\x01\x65\xcb\x17\xb0\xb9\x64\x72\x57\xa9\x80\xc9\xae\xe2\x52\ \xd8\xa5\x6c\xaa\x80\x0b\xae\x30\xbb\xb4\x2b\x1f\x4c\x24\x19\xed\ \x70\xce\x67\x77\x55\xe5\x83\x87\x04\xa6\xea\xca\x07\x60\xcb\xef\ \x12\x70\x51\x62\x1a\x90\xfe\x00\x00\x20\x00\x49\x44\x41\x54\x7a\ \x64\xb4\x25\x91\x57\xd0\xdf\x77\x70\x9b\x22\xb7\xbf\x6d\xf7\x96\ \x2d\x5b\xd7\xbf\xb9\xf9\x83\xcb\x3f\xdd\x3a\x7f\xf2\x50\x59\x77\ \x4d\x6d\x59\x4d\x81\x54\xa3\xc9\xe1\x69\xca\x72\x98\x5a\x14\xc1\ \x58\x51\x51\x37\x3a\xd2\xa2\xd6\x94\x1c\xd8\x7f\xe2\xf2\xb3\xef\ \x96\x46\xeb\x22\xee\xbe\xf7\xe5\xfd\xe3\xd7\xcf\x3d\x5b\x19\x95\ \xb8\x32\xf3\xd2\xfd\x0f\x6f\xfd\xfe\xe0\xfe\xfd\x67\x1f\x9f\xfb\ \xea\xc1\xd3\x7b\xb7\x5b\xa3\x97\x2e\x8b\xcf\xdb\x23\xa1\x32\xc0\ \xff\x50\x98\x28\xe2\x4a\xc8\x14\xb3\x80\x2e\x44\x22\xa1\x3a\x47\ \x22\x51\x49\x84\x42\x21\x4f\x21\xcc\xd1\x14\xa9\x15\x2a\x4d\xb1\ \x5a\xab\x50\x17\x6b\x2a\x9a\x9b\xfa\x57\xbf\x7d\x76\xd5\xc6\xb7\ \xbe\x7d\xf8\x55\x8a\x11\x68\x8a\x14\x1f\xab\xd3\x2f\x8a\xb5\x70\ \xa2\x22\x13\xcd\x91\x0f\xd3\xe3\x63\x12\x13\x64\xf1\xfc\x2c\x13\ \xc7\x8a\x19\xe8\x89\x91\x31\x06\x3a\x47\x4f\xd2\x99\xf8\x16\x9b\ \xd1\x8c\xbb\xed\x06\xbb\x0f\x77\xb9\x74\xb7\xde\x5b\x7d\x33\xe9\ \xd2\x89\x6f\x0e\x7f\xb5\xe4\x64\x8a\x13\x9c\x87\xd3\x2c\xb3\xe2\ \x4e\xab\x2c\xd6\x18\x15\x95\xf2\x59\x5e\xc2\x22\x7e\x14\x3d\xf6\ \xc1\xd7\xeb\xf2\xf8\x8b\x32\xf3\xa2\xf8\xa9\x79\x0b\x49\x26\xe8\ \x55\x33\xf4\xc0\x8a\x3f\xe6\xad\x78\x31\xe5\x9b\x59\x70\x6c\xd6\ \x63\xc7\x5c\x26\xa3\xd9\xc4\xb7\x59\xcc\x3a\xa5\x49\x47\x34\xd9\ \x66\xf5\xba\x00\x11\x9f\x4e\xa2\x27\x2e\xa5\x93\xcc\x7e\x9f\x39\ \x86\xae\x33\x83\x5e\xc5\x45\x44\x03\x36\x78\x30\x93\x4d\x67\xb1\ \xda\x74\x0e\x83\x3e\xd2\x20\xe3\xa4\x26\x46\x64\x44\x39\xe9\x09\ \x36\xfa\x56\x90\x12\x29\x93\x29\x11\x31\x24\x4c\x36\x40\x27\x8f\ \x45\xa6\xa6\x51\x40\x91\xb8\x80\xa0\x14\x01\x97\x4d\x13\x4b\x54\ \x5a\xb9\x3a\x37\x27\x47\x23\x57\x6b\x40\xd3\x85\x62\x94\xab\x95\ \x2c\x10\x08\xd8\x34\xee\x5c\x14\xcb\x70\x55\xf6\xe4\x70\x29\xca\ \x6a\x46\xa5\x66\x0b\xb8\x54\x09\x8b\x42\x13\x8b\x98\x42\x29\x8b\ \x21\x2d\xa8\x28\x96\xaa\xca\x8b\x2b\xfb\x1b\x47\x7b\xfa\x0e\xae\ \xff\xe2\xd0\xda\x6d\xa3\xfd\xab\xbf\x23\xd2\x2d\x0e\xcc\x7e\xef\ \xe0\xcf\x0b\xf3\x4e\x66\x14\x7e\x1f\x4f\x34\x90\x64\x1c\xd0\x7a\ \x97\x05\xbf\xd9\xd1\x3d\x54\x5f\x51\x53\x09\x3c\x56\x5e\x51\x51\ \x50\x5d\x53\xd6\xd2\xb0\xbc\xa9\xba\xb7\xa3\xb1\x21\xb7\xac\xbc\ \x48\xa3\x2a\xae\xa9\xab\xd0\xd4\x56\xd7\xd4\x35\x77\x8c\xeb\x7d\ \xce\xf8\xd3\x03\xeb\x3e\x59\x69\x8f\x4c\xc9\x8b\x70\xda\xc1\x0d\ \xda\x6d\x2e\x6f\xc0\x81\xb9\xdd\x5e\xab\xcf\x63\xb3\xba\x50\xc7\ \x40\x46\x0c\xfa\xb4\xcf\xef\xf5\xd2\x4d\x19\x89\x49\x76\xb7\xdb\ \x63\xb6\x39\x71\xd0\x7a\x3e\x11\x24\x5d\x19\x17\x8d\x21\xef\x85\ \x3c\x98\xcf\x85\xbb\x30\x5f\x38\xe6\xf8\xfd\x2d\x83\x9d\x5b\xc6\ \xfb\xfb\xc6\x7a\x9b\x86\x7a\xab\x9b\x46\xfa\x77\x5e\xbd\xbc\xa3\ \x7b\x79\x6f\x6f\xef\x48\xdd\x50\xdf\xbe\x2d\xfb\xbb\x77\x7e\xfb\ \xcd\x25\x54\xd5\xcb\xe7\x75\xea\xa3\xf3\x22\x4d\x1c\xb3\x17\xb7\ \x10\x4d\x3e\xbf\xdf\xef\x90\x99\xec\x9e\x40\xd0\xa4\x07\x99\x74\ \xeb\x1c\x4e\xab\xd3\x69\xd7\x5b\xec\x16\x9b\x45\x99\x40\x20\x90\ \x74\x66\xcc\x02\xaa\x31\x33\x35\x85\x0a\xad\xc2\x10\x14\x82\x9f\ \xc3\x41\xa4\x5f\xa0\x5d\x81\x39\x05\xf4\x06\x30\xcc\x85\x3b\x1c\ \xa0\xad\x76\x83\x05\xa4\xd7\x37\x27\x58\xde\xb0\xd7\x3f\x33\x17\ \x79\x01\x38\xe5\xf6\xa0\x2a\x1a\xc8\xdc\x06\x01\xb0\x30\xcc\xe7\ \x05\x81\x72\xc2\x19\x70\x1a\xed\x60\x4f\x03\x70\xd3\xe7\xf7\xc9\ \x64\x5e\x2f\xa8\x37\x2a\x11\xe4\x01\x8c\x73\xe8\xac\x1e\x18\xb7\ \x7c\x2e\xa7\xc7\xe5\x71\x23\x93\x0c\xb2\x14\x40\x31\x1e\x28\xc8\ \x03\x45\x93\x4d\x5f\xbb\x02\x86\xf2\xd1\xcc\x23\x78\x61\xe0\x4e\ \x7d\x01\x97\x3d\x00\x2f\x70\x26\xe4\x87\x83\x4e\xc1\xab\x04\xfb\ \xf6\xe2\xca\x9c\x98\x4d\x5f\x7b\x71\xec\x05\xe2\xb8\x17\xd3\x2f\ \x80\xdb\x5e\x5c\xb9\x32\x8d\x86\xc5\x60\xc0\x69\x0f\xc0\x35\x76\ \xa2\x89\x74\xaf\x27\xe0\x35\xe4\xa5\xe8\xf4\xa8\xf0\x19\x0c\x12\ \x2e\xf0\xdc\x40\x93\x16\x97\xcf\xe3\x09\x20\xd8\x7a\x34\x0b\x5f\ \x90\x60\xc1\xdb\x9a\x37\x34\x26\xd7\x8e\xd4\x0c\x34\xee\x18\x69\ \x1e\x1a\x18\x3d\xd0\xa7\xad\x3b\x38\xd0\x5c\x59\x2e\x61\x6a\x7a\ \xbf\xf9\xe5\xce\x86\xe5\x6d\x2d\x1b\x7a\xb7\xae\xdf\x23\xa6\x29\ \xca\x2b\x8a\xca\x3b\x46\xdf\xeb\xde\x76\x76\xf3\x86\x4f\x14\x9f\ \x4f\x82\x07\x44\x7a\x35\x27\x58\x9f\x4f\x4e\x0c\xbf\xcc\x98\x3c\ \x3c\xdc\xd5\xd5\x05\x26\x11\x65\x6a\x07\x35\x12\x94\x56\x75\xa5\ \x5d\x1c\xae\xea\xca\x9e\xac\x6a\x4f\x9b\x98\x44\xb1\x58\xd9\xc3\ \x5c\xe4\xef\x04\x13\x55\xd9\x54\x94\xb0\x01\x25\x54\xae\xca\x1e\ \x6e\x87\x01\x57\xc0\xae\x02\x6d\xa2\x09\xda\xab\x90\xff\x6b\xcf\ \xce\xef\xe2\x82\xda\x75\x4d\x74\xb1\x19\x02\x14\x78\x9a\x5d\x4a\ \xee\x1d\xef\x1f\xdc\x25\x67\x55\x34\x8e\xed\x5a\x35\xb8\xf6\xcd\ \x6f\x2e\x5f\xbd\x71\xe7\xc1\xbd\x16\x5e\xae\x44\x24\x52\xb3\x68\ \x2c\x18\xb1\x25\x42\x89\x5c\x2d\x11\xe6\x48\xe5\x0c\x9a\x24\x47\ \xae\x50\x15\x49\x44\x72\x61\x71\x49\xcd\x81\xd1\x6a\x09\x8d\x22\ \x56\x33\xc5\xd2\xea\xc1\x83\xa3\x95\x0d\xda\xf2\xe5\x9d\xe3\xe3\ \x2d\xcd\xf5\x35\xbd\xdd\x6b\x36\xed\x59\xf7\xee\x4f\xa7\x3e\x79\ \xe7\xea\xea\x22\x21\x78\x1a\xaa\x58\x2a\x51\x29\xd4\x28\x93\x8c\ \x44\x22\x52\xe4\xca\x55\x62\x96\x50\x22\x16\xf2\xe0\x48\x45\x45\ \x05\x12\x89\x42\x5b\x00\x70\x91\x5b\x5c\xb4\xfc\xe0\x5b\x7b\xd6\ \xbf\xb5\x61\xdd\xf5\x9f\x9f\x2d\x4d\xa2\x13\x63\xa2\x5a\x0d\x4e\ \x52\x92\xfe\xe3\xa7\x1c\x62\x24\x29\xda\x6e\x89\xd6\xc7\x12\x5d\ \x49\xf7\xef\x2b\x53\x7f\x89\xa4\x5b\x0d\x7c\x93\xd2\x46\x30\xa5\ \xa7\xd3\x4d\x74\x02\x1f\x15\xaa\xb3\xdb\x31\x9b\xc3\x65\x4d\xb0\ \x10\x7f\x3d\xf5\xd9\xe9\xdf\xae\x3f\x3e\xf1\x94\x60\xb6\x3a\x9c\ \x66\x93\x55\x49\x97\xd9\x31\x9f\x95\xce\x21\x24\x27\xd2\x8d\xa6\ \xf8\xac\x28\xa5\x81\x43\x7f\xf3\xe4\xa2\xe4\xed\x74\xdd\xb2\xe4\ \x4f\x97\x72\x92\x4c\x36\x97\x0f\x60\x6b\x6a\x1a\xa5\x20\x47\xd9\ \x29\xc1\x22\x5e\x99\x0e\x05\x60\x48\x86\xd6\x3d\x13\xf6\x3b\x1d\ \xe1\xe9\xa0\x6d\xf6\xda\x95\xf9\xd7\x8e\x5d\x9b\x9e\x3f\xef\xf9\ \x8a\x3f\x56\xbc\x98\x9d\x0a\xce\x4c\x4f\xcd\xe0\xfc\x38\x92\xdd\ \x01\x40\x65\xb7\x9a\xed\x06\x93\x2e\x39\x15\x45\x5b\x28\xe9\xd1\ \x4a\xc0\x08\xe3\xcd\x92\x5a\x95\x58\x4a\xa5\x08\x59\x34\x06\x0a\ \xf9\xa7\x20\xf0\x04\xbf\x47\xa1\x92\x69\x02\x32\x5c\x2f\x80\x25\ \x94\xcf\x18\xc6\x06\xb5\x46\x51\x50\xa2\x96\x6b\xe5\x3c\x31\x2a\ \xd6\x48\x61\xd2\x28\x12\x1a\x10\x34\xa0\x15\x8b\x49\x66\x4a\xd0\ \x1e\x02\x31\x53\xaa\x52\xe5\x16\xa1\xa9\x2d\xa1\x50\x5b\xa4\x55\ \x97\xd4\x75\x56\x14\x95\x74\x74\x8e\xf4\x8d\x6f\x59\xfb\xc9\x3b\ \xbb\xfa\x97\xef\x3d\xdb\x2a\x73\x80\x7b\x72\x98\x62\x8c\x66\x8f\ \x2c\x81\x98\xb7\x68\x09\x51\x47\x3c\x9c\x9e\xb2\x2c\xf1\xea\x39\ \x07\xe6\x39\x5b\xd1\xd6\x56\xd3\xd0\x51\x9e\x93\x5b\x52\x53\x5b\ \x50\xd2\x5c\x59\x3f\xd6\xdb\xb9\xbc\xba\xbe\xa6\x76\x79\x49\x49\ \x8e\x56\xad\x2a\xa9\xee\xad\xd0\xc8\xb5\x0d\x1d\xbd\x8d\x67\x6d\ \x76\xf3\xd1\x75\x5b\x57\x7d\xad\x34\x26\xa4\x24\x02\x4e\xf8\x03\ \x7e\x1f\x66\xd2\x01\x45\xfa\x5c\x16\x30\x1c\xe1\xb9\x1a\xa4\x1e\ \x17\xe2\x0e\xb0\x69\xd0\x83\x48\x9c\x18\x9b\x1b\xd5\x4f\x86\x17\ \xe1\x86\xfe\xe7\xc3\x01\x60\x02\x2e\xcc\xee\xf2\x00\xad\x60\x5e\ \x97\x33\xe0\xc1\x7d\xc1\xa9\xa5\x5f\x6c\xff\xe1\x8d\xc1\x83\x7b\ \x06\x3b\x7a\x7b\x3a\x1a\x1b\xbb\x07\x07\xb6\xec\x39\xbd\x66\x7f\ \x4b\x73\x75\x63\x5b\x67\xcb\xee\xbe\xbe\x81\xd1\xfe\x83\x5f\x3f\ \x6d\x35\x9b\x6d\x16\x7f\xc0\x10\x8d\x9b\x48\x76\x17\x9e\xa0\x8c\ \x59\x94\x92\x40\x27\x19\x8c\x7a\xb3\xd5\x66\xf5\x3b\xa2\x61\x98\ \xb0\x19\x08\x31\x26\xab\xd9\x4a\x97\xc9\xcc\x66\x83\xd1\x68\x73\ \x3a\x1c\x73\xf3\x57\x1e\x97\x37\x08\x02\x02\xcd\xc3\x0d\x3c\x68\ \xb7\xfb\x5f\x56\x7e\x0e\x80\x98\x80\xfe\x78\xec\xa8\x38\x08\xc8\ \x94\xcf\x85\xe9\x6c\x6e\xbb\x13\xc5\x3d\x38\x5d\x88\x95\xfc\x3e\ \xb8\x81\xa4\x0d\x4c\xad\xcd\x15\x46\x73\xee\x68\x39\xd4\xe3\x75\ \xe3\x26\x97\x43\x8f\xcd\xcc\xf8\x30\x50\xea\x99\xd9\x47\x73\x0a\ \x18\x70\x07\xa7\x00\x34\xd1\x2c\xb7\x1d\xec\x31\x6e\xf3\x3b\x51\ \xbd\x57\xb8\xc7\x1b\x08\x87\xd0\xa7\xdf\x8d\xd6\x1b\x5c\x4e\xab\ \xc1\x6c\x73\x7b\x41\xec\xd0\x99\x0b\x23\x88\x07\xb4\x9b\x0a\x82\ \xe8\xf9\x70\x07\x9a\x6e\xf3\xfb\x82\x28\xc6\xd3\xef\xf2\x21\x40\ \x73\x05\x40\x35\xfd\xd0\x00\xdd\xc0\x92\xf0\xaa\x70\x0f\x1c\xce\ \x03\xe7\x3a\x3c\x83\x4a\x12\xe1\x98\x3b\x10\xf0\xbb\x3d\x70\x72\ \x31\x7e\x3c\x5a\x9e\xb0\x7b\x5d\x6e\x4f\x00\xe4\xdb\xe7\xe6\x27\ \x44\xe9\x0c\x60\xbf\x9d\x20\xec\x61\xf0\xaf\xd0\x8e\xdd\xa1\x00\ \xee\x9a\x57\xd1\xa8\xce\xe9\xa9\xa8\xac\xdd\xbd\x7a\xf7\x81\x8d\ \x9d\x7d\xe5\x92\xa2\x82\xea\x12\x34\x8b\x44\x95\x76\x5e\x3d\x58\ \x5e\xdd\x52\xcf\x92\x56\x1c\xe8\x97\x50\x79\xb9\x45\x72\x6d\xb1\ \xaa\xb8\x79\xff\xc0\xda\x9d\xab\x72\x41\xa5\x26\xe7\x82\xb0\xd0\ \x7a\x61\xd7\x9f\x73\x65\x0a\x2f\x4e\xc0\xc7\x64\x55\x55\xd7\x70\ \x7b\xd7\x11\x54\xfc\xb4\x34\x5f\x90\xcd\x9d\x68\x9f\x44\x15\x51\ \x81\xa3\x60\xb4\x9d\x18\x1e\xe6\x72\xab\xd0\x32\x22\x9b\x0d\xbf\ \x1c\x2e\xcd\xce\x46\x59\x89\x81\xaa\xaa\xf2\xc1\x3f\x0a\xaa\xda\ \xb9\x6c\x01\x3b\xbb\x6a\xb8\xbd\x3d\x5b\x80\x92\xb9\x23\x29\x2b\ \x9d\x2c\xcd\xa6\xa6\xb1\xb3\xa9\x02\x41\x97\xb0\xa9\xb1\x77\xac\ \x43\x58\x30\x34\xde\x3d\xb6\x6f\xdb\xa6\xad\x97\xaf\x7e\x7b\xff\ \xfc\x99\x07\x0a\x32\xca\x5a\x45\x61\x94\x72\x19\x12\xb1\x58\xc4\ \xe3\xf1\xc8\x2c\x39\x53\xc8\x43\x2b\x7e\x34\x16\x83\x8a\xe6\xcf\ \x29\xbc\xb4\x6c\x1a\x83\x4a\xa1\x90\x81\x13\x60\xa8\x27\x0b\x18\ \x4c\xd0\x21\x79\x8e\x54\x24\x16\x4b\x73\x8b\xaa\x15\x0a\x55\x01\ \xb8\x9b\x92\x9a\x12\x35\x4a\xd7\x24\x12\xa9\xa4\x12\xb9\x98\x27\ \x52\x09\xe5\x52\x95\x36\x47\xc8\x24\xb3\xd4\x0c\x9a\x58\x08\xd8\ \x21\xcf\x15\x49\x78\x12\xc0\x8a\x0a\x6d\xc5\xd0\xc1\xfd\xeb\x36\ \x6d\x5b\x7f\xe8\xe1\xb3\x8c\xc8\x7b\xbf\x93\xe8\xb2\xd6\x95\x7a\ \x5b\xca\x97\x0b\x53\xe8\xa4\x48\x7a\x4c\x56\xa4\xd1\xec\xb0\x3a\ \x94\x1f\x2d\x8a\x2d\x4c\x79\x92\x12\x1b\xad\xd7\xe9\x1d\x66\x65\ \x82\x32\x9a\xe3\x81\xbb\x75\x26\xb8\x89\xb9\x6c\x36\x1b\x6e\xb6\ \xe2\x86\xd8\x88\xc2\xb8\xb8\x95\x8b\x96\xe6\x29\x71\x9c\x60\x77\ \x29\xcd\xa6\x9b\x0b\x49\xfe\x90\x99\x1e\x9b\xa1\xc4\xac\x09\xb2\ \x95\x19\x56\x5b\x94\xa9\x30\x7e\x29\x3f\xd6\x44\x48\xa2\x47\x44\ \x47\x1a\x88\x74\x7d\x30\x64\x30\x79\x1c\xbe\x90\x77\x76\xc1\xf3\ \xc5\x2f\xc2\x8f\xa6\x8f\x01\x8d\x2f\x9e\x2b\xe7\x36\xed\xb4\x44\ \x39\xed\x98\x1b\xb0\xdf\xe5\xf3\x4d\x2d\x9e\x77\x65\xf6\x8f\x3f\ \x56\x3c\xff\x63\xde\xcb\x9d\x27\xf3\xa7\x1f\x85\xdd\x56\xa3\x5e\ \x26\xb3\x59\x0c\x11\x44\x02\x31\x4a\x69\x4a\x94\x25\xd0\xf5\x26\ \x7b\x82\xd1\x72\x1f\x4e\x8f\x84\x46\x16\xd1\x78\x22\x06\x99\x0a\ \x4e\x99\xca\x13\x32\x28\x2c\x0a\xb7\x54\x40\xe6\x96\x22\x5c\x82\ \x93\x49\x13\xab\x25\xb9\x05\x1a\xad\x34\x17\x7d\x55\x88\xb4\x72\ \xa9\x44\xa1\x10\x89\x69\x22\x94\x96\x95\x05\x26\x51\x2c\x92\xe7\ \xb2\x78\x22\x9e\x50\x9c\x5b\x54\x51\x50\x56\x2c\x57\x17\x6b\x4b\ \x2a\x1b\x1b\x7b\x47\x3a\xda\x1a\x5b\x5a\x7a\x3b\xf7\x6e\x5a\x37\ \x3e\x34\xb6\xe7\xf2\xe3\x14\x87\xc7\x1a\x1d\xcf\x57\xc6\xd2\xf9\ \x7c\x9d\xc3\x0b\x2d\x59\xa7\x54\xd2\x6d\x4e\x0b\x31\x2a\x36\x2a\ \x39\xf5\xe6\x52\x43\x4f\x7d\x67\x77\x63\x65\x45\xbd\x26\x47\x53\ \x56\x50\x52\x52\x59\x50\xd3\xd3\xdc\x56\x56\xd1\xbd\x7c\x79\x4b\ \x45\x2e\x5c\xbf\xe2\xa2\xe2\x9e\x86\x62\x4d\x79\xe3\x68\xf7\x81\ \xa5\x98\x2d\xe1\xdc\xe6\xbe\x4d\x0f\x2c\x89\x51\xb1\x31\x6e\x77\ \x60\x66\xca\xe3\x02\xe7\xe7\xb6\x39\x48\x32\x3b\xd0\x45\xd8\x3f\ \x13\x76\xb9\xfd\x41\x30\x5f\x7e\x9f\xcd\x4a\x32\xfa\x8c\x04\xba\ \xc1\x44\xcc\xa3\x5b\x74\xdf\xdd\x27\x6e\x4f\x8c\x3f\x4e\xb4\xe0\ \xa0\x39\x4e\x20\x55\xab\x8c\xaf\xb4\x60\xb8\xd9\x61\xd3\xf1\x4d\ \x0f\x4f\xa7\x1e\xff\x60\xeb\x48\x5f\x6f\x43\x6f\x53\x7d\x6d\x43\ \xc7\xd8\xce\x4d\x5b\xde\xd9\xdf\xd6\x51\x53\xd7\xd7\xdc\xd6\xdc\ \x77\xe0\xc0\xf8\x81\xc1\xad\xa7\xbe\x8b\x35\x59\xed\x01\xbf\x2b\ \x08\x08\x67\xf7\x02\x58\x59\x4d\xd6\x84\x38\x33\x66\x05\xe1\x03\ \x61\xb1\x81\x1d\xc5\xbd\x0e\xcc\x8c\xf9\x3c\x41\x3f\x6e\x05\x15\ \x73\xfa\x6c\x3a\xa3\xc9\xe1\x34\x80\x5b\xb2\xa2\x39\x29\x8f\x0d\ \xbc\x21\xe8\x85\xdb\xac\x74\x1a\x4d\xce\x50\x18\x5e\x00\x30\x31\ \x74\x61\x97\x2f\x04\xdd\x1f\x2d\x66\x7a\x31\x97\xdd\xe5\x77\x01\ \x5a\xf9\x3c\x68\xf1\xd1\x1b\xb4\x71\xbc\x60\x17\xfd\xfe\x00\x8e\ \xf9\x41\xb5\x70\x30\x94\x98\x3f\xe4\xb1\xfb\x50\xe2\x78\x7f\x10\ \xc0\x0b\xe0\xc5\x8b\x56\x49\x11\x39\x3d\x9a\x63\x1e\x10\xf0\xa0\ \x0b\x03\xc9\xf3\xc3\x53\x1d\x06\xa5\x05\xf7\x7b\xfc\x76\x87\x05\ \x84\xd2\x0b\x2f\xd0\x89\x9b\x2d\x04\xa5\x85\x93\x18\x85\xf9\xe7\ \x84\x13\x40\x0e\x54\x10\x4d\xf9\xfb\x83\xe1\x10\x20\xab\xd7\xe9\ \x40\x5a\xeb\xb4\x81\xcf\xf3\xda\xf9\x04\xa5\xcd\x64\x75\x59\x8d\ \x6e\xcc\xee\x0b\xcc\x84\x3c\xc0\xa7\x80\x6d\x60\x62\x41\xb6\x42\ \x41\x10\x21\x17\xe6\xf7\x22\x46\xb4\xd9\x4c\x32\xbb\x03\x07\xec\ \x05\xa4\xf2\xe2\x26\xa3\xdd\x6e\xb3\x61\x1e\x8b\xd1\xa0\xe7\x10\ \xe8\xf4\xa8\x04\x62\xbc\xcc\xe9\x76\xc2\x58\xe1\x0f\xcc\xcc\x93\ \x2a\xfa\x06\xbb\xdb\xaa\x7b\xd6\xad\x5b\xb3\xa5\xb3\xad\xb6\x5c\ \x5d\x21\xe1\xb2\x27\xaa\x18\xd2\xf2\xda\xda\x86\xe6\xea\xe6\xa1\ \x1c\xb1\x54\x2c\xa7\x70\x29\x64\x8a\x30\x57\x28\x54\xe4\x36\xd7\ \xf7\xb4\x54\x54\x2a\xe6\x02\x1b\x3e\xff\xf3\xcf\x3f\xe7\x44\x0b\ \x2d\x14\x0e\x57\x1d\xf9\x1c\x4d\x60\x01\x61\x95\x56\x4d\x1c\x41\ \x5b\x72\x40\x85\xd8\xc3\xd9\x00\x55\xe4\xec\xae\xd2\x76\x36\xda\ \xa6\xd3\xde\x3e\x8c\x6a\x14\xa2\xc2\x85\x60\x1c\xd8\xd9\x68\x0f\ \x21\xda\x9e\x53\xc5\x86\x1e\x91\x4f\x41\x64\xd5\x4e\x65\x57\xb5\ \x97\xce\x25\xfa\xcb\x87\x83\x55\x5d\x04\x1c\xcb\x2e\x15\xe4\x0f\ \xe7\x53\x59\xc2\x92\xee\x96\xca\xde\x66\xc1\x81\xdd\x7d\x07\x37\ \xed\x7f\x67\xfd\xfa\x13\x3f\xfd\xf8\xec\x66\xeb\x27\xdc\xb4\xd2\ \x2a\x2a\x99\x2b\x40\x35\x0d\xa1\x57\xf1\xd8\x5c\xb4\xce\x27\x02\ \x16\x80\x7b\xd3\x5e\x26\x0d\x65\x90\x99\xa0\x5e\x0c\x2a\x83\x45\ \x43\x85\x05\xc5\x3c\xf8\x81\xc9\xa2\x55\x91\xd3\xd0\xee\x40\x89\ \x94\x41\x13\x31\x29\x64\x9e\x4a\xcc\x60\x32\x78\x14\x96\x58\x94\ \xc6\x04\x25\x13\xab\x80\x21\x84\x0a\x79\x81\x82\xc2\x63\xf1\x54\ \x14\xe8\x82\x22\x91\x5c\x24\x55\x15\x2b\x78\x8a\x1c\x79\x79\xc3\ \xd0\xbe\x3d\x3b\x46\x07\xd6\x5f\x7f\xba\x32\x76\x69\xca\xf6\xd4\ \x5f\x8e\xc6\x5f\x3a\x2a\x93\xa5\x12\xf8\x67\xf8\x31\xc9\x91\xf1\ \xad\x91\x4e\xa5\xce\xe2\x38\xfa\x13\xc9\x14\xf5\x70\x61\xde\x53\ \xd9\xd3\x0f\x92\xe3\xbe\x37\x99\x52\xa2\x8e\xbf\x73\xef\x8c\xcd\ \xc4\x97\x99\x6d\x38\x6e\xd6\x47\xf2\x53\x64\x51\xa4\x84\x88\xc4\ \x04\x93\xce\x60\x0b\xe0\xb8\xcd\x60\xe0\xc0\xd0\x1e\x17\xb3\x24\ \x9a\x8e\x59\x75\x29\x51\x44\xb3\xde\x16\x45\xc4\x4c\x71\xca\x54\ \x82\x9e\x1f\x49\x6a\x3d\x1e\x73\x38\xfd\x66\xac\x85\x9e\x10\xa5\ \x8f\x21\x19\x13\x08\x71\x31\x0b\xa3\x75\x86\xd8\x14\x3a\x6e\x0d\ \x3e\xba\x72\x65\xf6\x05\x0c\x9c\x71\x59\xd1\x09\x89\x9c\xf8\x58\ \x4e\xb4\xc1\xa2\xe7\x18\x62\x9c\x26\xfd\xec\x6c\xf0\xc5\x8a\xc5\ \xd7\xae\x5c\x79\xfe\x1c\xad\x05\xae\x38\xf6\x28\x60\xb7\x1a\x8c\ \x56\x43\x84\x2c\xca\x61\xd6\xe9\x63\x1c\xe0\x02\xc2\xde\x24\x99\ \xee\x52\x2e\x58\x62\x11\x53\x45\x66\x33\xc4\x64\x00\x2c\x06\x8b\ \x45\x66\x93\x99\xb4\x34\x2e\x57\x90\x8d\xf2\x6d\x08\x98\x69\xd9\ \x69\x92\x22\xa1\x54\xae\x51\x95\x97\x80\x8c\x03\x86\xca\x55\x72\ \x89\x44\xca\x54\x88\x14\x12\xb1\x4a\x24\x16\x4a\x78\xc0\x60\x2a\ \x0d\xa8\x49\x11\xda\x98\xa3\x29\xa8\xab\xa8\x6c\x69\x83\xd3\x36\ \xd4\x32\xd4\xd9\x3d\x38\xd4\xb3\xfa\xf4\x27\x5f\x3e\x7c\x92\x97\ \xc5\x77\xd8\xed\x66\xbd\x9d\x63\x32\x22\x5b\x22\x8b\x96\x11\xa2\ \x39\x44\x1d\x89\x04\xe7\x03\xf8\x01\xe3\x9b\x1c\x51\x04\x62\x47\ \x77\x33\x28\x44\x51\x59\x4d\x79\x79\x51\x51\xb1\xb6\xb8\xac\xb6\ \xae\xa2\xae\x06\xfe\x35\xb7\x95\xcb\x73\x14\x05\x45\xc5\xcb\x7b\ \xeb\x2a\x72\xca\x9b\x0e\xf4\x7c\x62\x30\x9b\xb2\xbe\x3c\xd8\xb2\ \x31\x22\xe3\x70\x1c\xd1\x01\x5e\xce\xec\x76\x3a\x71\x77\xd0\x95\ \x90\x1e\xc1\x71\xfa\x71\x5b\x24\x81\x10\x01\x8e\xdc\x0f\xee\x83\ \x18\x61\xb1\x60\x56\x17\x68\x83\xd3\x62\x22\x1a\x6d\x76\x7a\xac\ \x4e\x66\x97\xc5\xea\x1d\xb8\xd1\x82\x61\x66\xb7\xd1\x62\xb0\xd8\ \xed\x16\x2c\x90\xfe\x45\x8c\xd3\xfc\xd6\xe9\x95\xc7\x7f\x5d\x3b\ \xde\xdf\xd3\xd7\xdc\x50\xdd\x50\xd3\x33\xb4\x71\xd5\xd6\x6d\x9d\ \x4d\x4d\xd5\x2d\x2d\x1d\x9d\x1d\x75\xdd\x9d\x3d\xbd\x1d\x7d\x03\ \x47\xf9\x26\x8b\xde\x0d\x7a\xe8\xc6\x80\x8e\x3c\x2e\xcc\x00\xea\ \x12\x0a\x04\xfd\x80\x24\x3e\x40\x28\xcc\x63\xb3\xb8\x1d\x2e\xd0\ \x23\xf0\x87\xe1\x60\x28\x1c\x00\xff\x9f\xc0\xd7\x9b\x2d\xd0\x63\ \xc1\x92\x79\xdd\x21\x0f\xe6\x03\x09\x42\x62\x02\x28\x65\xb3\xe3\ \x1e\x3f\xee\xf5\xbb\x6c\x2e\x18\x83\x3c\x60\x61\xd1\x94\x23\x2a\ \x5f\xef\xc2\x1c\x36\x8b\xcd\x09\xce\xd2\xea\xf2\xf8\xc3\x61\x87\ \x92\xae\xd7\xd9\xbd\x00\x30\x7e\x7f\x28\xe8\xf4\x04\x43\x66\x93\ \x2f\x34\x8d\x82\x33\xa7\x67\xc3\x6e\x1c\x94\x06\x9c\xb0\x35\x22\ \x81\xe0\xf4\xfa\x02\x88\x3c\x41\x3c\x7c\x28\x98\x00\x34\xd0\x8d\ \x44\x08\x4d\xea\x81\x14\x1a\x8c\x36\x13\x10\x9e\xd7\x1b\x0e\x3a\ \xa2\x09\x3a\xa3\x92\x83\x50\xcc\x05\xde\x0f\x05\x1d\xf8\xc1\x76\ \x02\x63\x4d\x4d\x81\x0c\xc1\x4b\x0c\x83\x66\xa1\x02\x8e\x06\xdc\ \x8b\x83\x5a\xd9\xf4\x04\xb0\x03\x46\x10\x64\xff\x54\x78\xca\x67\ \x0f\xc0\xbb\x0c\x86\x5c\xce\xb9\xc5\x03\xb7\x03\x2e\xaa\x07\xd8\ \xd1\xea\x71\x58\x30\x4f\x10\x10\x12\x0b\xb9\x30\x97\x95\xe3\x74\ \x7b\x70\x8f\x1b\xc7\xac\x36\x33\xaa\xd9\x44\x88\x4f\x5e\x49\x22\ \xc5\x67\x44\x79\x11\xd4\xcd\x03\x78\x2f\xcb\xcd\x29\xee\xdb\xd5\ \x37\x3a\x5e\x5b\xad\x2d\x2e\xaf\xab\xc8\x55\x33\x99\xaa\xda\x6a\ \x15\x23\xa7\x5c\x9b\x53\x22\x67\xf1\xc4\x95\x52\x94\x33\xb8\x4a\ \x24\x62\x32\x98\xb9\x42\x75\x8e\x5a\xcd\x9b\x38\xf2\xe7\x45\x24\ \x58\x47\x5e\xee\xcf\x39\x72\xe4\xc8\xc5\xe1\xc9\xf6\xaa\xae\xae\ \x89\x23\x93\x17\x27\x2e\x0e\x83\x2d\x1c\x9e\xe8\x42\x13\xea\x02\ \xc1\x70\x7e\x7b\x69\x69\x15\xca\x14\x93\x8d\x76\x17\xa2\xea\xf5\ \x82\x52\x24\x55\x69\x02\x01\x37\x1b\xc4\x4b\xc0\xad\xca\xa7\x90\ \x99\x69\xd4\xb4\x52\x14\x45\x9a\x9d\x8d\xca\x4d\xb4\xe7\xe7\xa7\ \x95\x4e\x82\xc3\xac\xe2\x76\x09\xe6\x9e\xd6\x55\x4a\x06\xd4\x1f\ \x6c\xea\xeb\xa6\x0e\x6e\xd8\xb1\xe9\xe0\xb6\xb5\x6b\xaf\x7e\xf2\ \xc5\xb9\x67\x17\x1e\xd4\x73\xc9\x54\x2e\xad\x4a\x20\x60\x83\x73\ \xe1\x32\x79\x62\xb4\x44\xc5\xa5\x71\x51\xf5\x30\x4a\x29\x99\x41\ \xa3\x92\xd3\x18\xe0\xf3\x50\xf6\x05\xb2\x88\x51\xca\xa4\x40\xef\ \x03\x01\x63\xf0\x18\xec\x52\x1a\x8f\x49\x93\x08\x19\x3c\x26\xaa\ \x8d\xc3\x14\x33\x28\x22\x89\x84\x25\x14\x51\x24\x2c\x1e\x8b\x25\ \x91\x08\xa5\x00\x59\x12\x16\x0b\x05\x3a\x30\x41\xb5\x44\x52\x31\ \x4d\xc8\x13\xb3\x80\xe2\xd4\x6a\x4d\xfd\xfe\x81\xdd\xfd\xdb\xde\ \xbd\x71\xee\xe9\xc3\xbc\x65\x79\xa9\x19\x19\xb1\xfc\xc4\x9b\x5f\ \x9d\x4c\x5f\x9a\x60\x7b\x9c\x97\x9e\xb8\xf2\x7b\x4b\x4a\x61\x54\ \x72\x44\x4a\x2b\x3f\x3e\x26\x69\x7b\x2c\xf1\xab\xd8\x65\xcb\x48\ \x11\x19\x09\x26\x8e\x4c\x99\x75\xf3\x21\x3d\xfe\x5c\x02\x27\x39\ \x99\x4e\x8f\x36\x44\x7c\xff\xf4\x71\x5e\xde\xd2\x8f\xf3\x52\xe3\ \x1d\x9e\xa0\x0b\x77\xba\xec\x7a\x13\x3d\x82\x1f\xab\xcc\xf8\x38\ \xdd\xed\xc3\x64\x44\x3d\x70\x98\xc9\x60\x8b\xdd\x9e\x94\x1c\x97\ \xc0\x97\x19\xe9\xa8\x6a\x0d\x27\x1a\xb3\x46\xb7\x7e\xe7\x88\x8b\ \x88\xfa\x94\x63\x34\xbb\xdd\x16\xb3\x4c\x06\xcd\x55\x66\x30\x9a\ \x4d\x32\xa3\x4c\x19\x1b\x1b\x43\x48\x8e\x89\xb4\x59\x00\x12\x4c\ \x71\x66\xab\x0c\x65\x83\xf0\xe0\x0e\xb7\x23\xf4\x02\xad\xf3\x3c\ \x07\x8f\xb8\x02\x45\x1a\x4f\x4d\x5f\x79\x71\x0c\x5a\xf4\x8a\xe9\ \xf9\x2b\x5e\x2c\x3e\x06\x0d\xdb\xb1\x4d\x2c\x51\xc9\x99\x20\xf2\ \x28\xb8\x9d\xc2\x83\xcb\x4f\x81\xd3\x4a\x65\x0b\xc0\x10\x0a\x50\ \xcd\x0e\x06\x93\xca\x26\x0b\xc5\x6a\x8d\xa6\x48\x2b\xaf\x50\x6b\ \x73\x54\x42\x91\x42\x2b\x57\x29\x80\x43\x55\x22\x86\x48\xac\x92\ \xaa\x35\xb9\x6a\x8d\x4a\x91\xab\xcd\x51\x17\x15\xc3\x47\x7d\x47\ \xc3\x50\x4f\xef\xfe\x83\x63\x7d\xdd\xa3\xa3\xab\xee\xdc\x8b\xb6\ \xdb\x65\x16\x9f\xdb\xa0\x4f\xfa\x25\xc5\x10\xc5\xe7\x13\x09\xdf\ \x45\x5b\xec\x96\x28\x10\x2a\x93\x8c\xc4\x37\x13\x22\x8c\x36\x2b\ \x6e\xa2\x9b\x30\x47\x8c\x3b\xb1\xa5\xaf\xad\x5a\x5b\x51\x53\x5b\ \x5e\x53\x52\xae\x51\x95\x29\xd4\x15\xb5\x45\xd5\x0d\x4d\xe5\xb5\ \xcb\xfb\xea\x41\x14\xa5\xf2\xb2\x9a\x96\xc6\xce\x9a\xe5\x4d\xa3\ \x5b\xf3\xc0\xe6\x7e\xbc\x76\xe4\xc0\x53\xcb\x4f\xcf\x92\x4c\x7e\ \x6f\xd8\x6e\xf3\x05\x41\x22\x64\x7c\x03\x9d\x5f\x18\xa9\x37\x98\ \x64\xa9\x49\x32\x27\x8e\x87\x9d\x46\xd7\xc2\xef\xec\x16\xab\x41\ \xa7\x27\x24\x45\xc6\x2f\xfc\xed\x97\x25\x48\xc7\x9c\x1c\xa2\xc9\ \xed\x72\x3b\xe3\x65\x38\x00\x8b\xd5\x02\x5f\x31\xba\xdb\x93\xda\ \x1a\x4e\xd8\x7b\xb9\xf5\xee\xb9\xf7\x5a\xda\x7a\x7b\x1b\x9b\xcb\ \x96\x77\x1f\x1c\x1d\x5f\xbd\xae\xaf\xb2\xb2\xb6\xb6\x7e\x79\x63\ \x47\x7d\x53\x67\x43\x5b\xcb\x68\x77\xef\x63\x33\x60\x02\x40\x94\ \xdd\xee\x34\xc8\x30\xdc\x8b\xc5\x7b\xc2\xf0\xf7\x1c\x36\xb3\xcc\ \x12\x08\xe2\x6e\x0b\x30\x97\xc1\x8e\x64\xc2\x87\xe3\xfe\x20\x66\ \x76\xb9\x1c\x20\x4a\x60\x18\xed\x26\x10\x23\xab\xc3\x0d\x77\x87\ \x3d\x0e\x97\xd7\xed\x0b\x4f\x85\xc1\x6c\x81\x93\x02\x6b\xe7\x75\ \x85\x40\x27\x5c\x5e\x1c\x07\xb5\x41\xb1\x59\x41\x40\x21\x1c\x73\ \x58\xed\x56\xa5\x0e\x03\x19\x09\x84\x6c\x1c\xdc\x05\xd2\x10\xf6\ \x7b\x6c\x8e\xb0\xcf\xec\x02\x73\xeb\x99\x99\x0a\xa1\x89\x2e\x90\ \x26\xb7\xcf\xed\xb6\x43\x0b\xb0\xd9\x75\x00\x66\x01\xcc\xea\x0b\ \xa2\x30\xaf\x10\xe8\x0a\x48\xa0\xc7\x8d\xbc\x5d\x20\x0c\x9e\x19\ \xcd\xda\xc1\xd1\x3d\x08\xe5\x80\x7e\xc0\xe4\x01\x56\xcd\x4c\x81\ \x8d\xf6\xa0\xc7\x84\xc2\x9e\xe0\xcc\xd4\xf4\xb1\x69\xf0\xc9\xb8\ \xdb\x1b\x04\xf6\x0a\x85\x41\xf9\x02\x7e\x78\x61\x20\x7a\x48\x8b\ \xdd\xf0\x44\xb7\x2b\x18\xf6\xc3\x0d\xd0\x43\xd0\x5e\xb0\x7d\x28\ \x2a\x07\x24\x1a\xb7\xba\x30\xdb\x2c\x6e\x33\x3b\xbd\x80\x95\xae\ \xb0\xcb\xe1\xe2\x24\x39\x9c\x5e\xb4\x06\x61\x33\xdb\x2d\x26\x13\ \x9f\xc4\x31\x13\x23\x53\x56\x1e\x7d\x12\x1f\xad\xb4\x3a\x43\xf3\ \x84\x52\x06\x8f\xc5\xa5\x95\xf5\xd4\x96\x54\x14\x54\x16\x28\x8a\ \x4b\x34\x25\x15\x25\x45\x2a\x6d\xb1\x94\x25\xd4\xaa\xa5\x62\x09\ \x85\x41\x91\x4a\xa9\x34\x71\x5a\x36\x4f\xc1\x13\x93\x79\x6a\x16\ \x60\xbe\x5a\x84\x12\xf7\xa1\xe9\xab\x39\xb9\xfa\x7c\x6e\x5f\xe1\ \x70\x15\x08\xd5\xc5\x49\x54\x30\xf5\x48\xd7\x11\x54\xac\xb0\xaa\ \x2a\x3b\x0d\x64\xa4\xaa\xb4\x54\x50\x05\xd2\x83\xf6\x34\xb7\x73\ \x91\x62\xe5\xe7\x83\xdf\x13\x80\xe9\xcb\x66\xc3\x8d\x2a\x32\x23\ \x1b\x46\x6d\x72\x5a\x29\x95\x0d\x0e\x50\x50\x5a\x3a\xd1\xc5\x6e\ \x07\x3b\xd8\x55\x8a\xc2\x23\xb2\x87\xb3\xb9\xd4\x76\x30\x94\xed\ \x69\x05\x2d\x83\x23\xa3\x03\x2d\xf2\xdd\x27\xd6\xae\xdb\x3b\xb0\ \xe1\x93\x77\x4f\xff\x78\xe1\xe8\xcd\x1b\xe2\xb4\x7c\x54\xf0\x86\ \x2b\xa0\x8a\xe4\x0c\x0a\x85\x47\x4e\xa3\x09\x04\x54\x2a\xf2\x31\ \x5c\x36\x74\x2c\xd4\xcd\x98\x62\x96\x84\x47\xcd\x07\xde\x62\xb0\ \x19\x12\x9e\x98\x42\xa1\xa6\xa5\x81\x72\xa5\x91\x29\x14\x36\x2d\ \x2d\x4d\xc4\x80\x87\x80\x44\x31\xa5\x22\xa6\x94\xc1\x02\x3b\x23\ \x11\x4a\xd0\x2a\xbd\x42\x04\x9a\xcd\x93\x02\xac\x89\xc5\xe0\x10\ \x59\x12\x45\x8e\xba\x42\x3b\x58\xd0\xb8\x61\x75\x7f\x47\xdf\x81\ \xbd\x6b\x56\xad\x3f\x73\xe9\xa7\x8c\x65\x0f\x8e\x1e\xbf\x79\x34\ \xeb\xb1\xe1\x8b\xef\xcf\xf0\x39\x51\xd6\xc8\x84\xe8\x85\x89\xc9\ \xf1\x84\x67\x0b\x97\xc8\x22\x2f\x9d\x91\xd1\x5b\xf9\x4b\xf3\x22\ \x38\x91\x31\x9c\x24\x42\xe6\xd1\x68\xa5\xcd\xa0\x8b\xd2\x93\x74\ \x04\x63\x02\x66\x34\x63\x86\x28\x4e\xc2\xd1\x9b\x8b\xee\xfc\x74\ \x9c\x08\x83\x27\x80\x80\xc3\x83\xc5\x99\x81\x89\x95\xf1\x26\x52\ \x66\x2b\x47\xcf\x8f\x6d\x4d\x4e\xfa\xf8\x71\xe1\xc9\x67\x3f\x9f\ \xcb\xfc\x38\xc9\x6a\x8c\xe3\xcb\x92\xe3\x7f\x85\x27\x13\x22\x65\ \x71\x91\x26\xbd\xd2\x48\xd7\xe3\x36\x42\x9c\xc5\x69\x37\xf1\x23\ \xf4\x06\xab\xcd\xe3\x32\x9b\x1d\x26\x19\xc7\x12\x1f\x6f\x97\x39\ \xcd\xe9\xb1\xb8\xc3\x68\x32\x98\xe9\x7a\x25\x51\x19\xab\xe7\xe8\ \x02\x16\xba\x01\x1a\xdd\xa3\x47\x73\x05\x77\xfe\x08\x4c\xcd\x99\ \xc4\xb9\xfd\x6a\x28\x25\xe4\xf3\xe7\x0b\xbe\x67\xca\x79\x2c\x0a\ \x13\xbd\x7f\x00\x54\x06\x0d\x19\x6c\x0a\x85\x56\x9a\x4d\xe6\xa2\ \xc0\x3a\x32\x4d\x25\xa1\xb1\xb3\xd3\xc4\x5a\x14\xd9\xa0\x2d\xc9\ \x2d\xc8\x91\xab\x54\x6a\x31\xf0\x96\x4a\x2c\x55\x48\x79\x2c\xa9\ \x5a\xae\xce\x55\xe5\x16\x14\xe4\x16\x69\x6a\x34\x05\x15\x75\x4d\ \x15\x1d\xdd\xbb\x76\x8f\x8c\xf5\x0d\x8e\xec\x39\x7b\x2e\x9d\x23\ \x33\xe1\x16\xbd\x59\x99\xbe\x30\x8a\x63\x20\x90\xd0\x89\xd0\x99\ \xcd\xf1\x7c\x33\x07\x37\xca\x6c\x98\xcd\xa2\x73\x39\x1c\x7e\x1b\ \x5d\xc9\x89\xd6\xeb\x2d\x46\xe7\xaf\xb5\x2d\x2d\x75\x75\x6d\x8d\ \x35\x05\xa0\x58\xb9\x92\xe2\x5c\x6d\x7d\x5b\x6d\x5d\x7d\xed\xf2\ \xe6\xb6\x1e\x94\x12\x22\x47\x95\x53\xde\xd2\x36\xb4\xbf\xbb\x7f\ \xdb\xfb\x7c\x87\x93\xfe\xeb\x96\xb1\xad\x09\x91\x57\x9f\x25\xdb\ \x67\x66\xfc\x6e\xcc\xe3\x73\xe9\x65\x16\x13\x81\x63\x73\x62\x16\ \x07\x86\x79\x50\x18\x93\x0d\xad\x98\xdb\xc1\x98\xdb\x2c\x66\x42\ \x82\xd1\x91\x7e\x33\x93\x94\x17\xc5\x01\xf6\xe1\xc7\x9b\x3d\x32\ \xb3\xcb\x40\xd4\x39\x3c\x5e\x13\x11\x7a\x9f\x1f\x1c\xe5\x6c\x78\ \x36\x79\xe0\xf2\xd1\xf7\x7f\x7c\xb0\xbe\xb7\xa9\xb3\x69\x79\xcd\ \xf2\x7d\xe3\x63\x03\x3b\xf6\x34\xd4\x96\x95\x57\xd6\x75\xd4\x37\ \x37\x37\xf7\xb4\xd5\xb7\xf5\x8f\xf6\xdd\x37\x5a\x74\x49\xe7\x32\ \x13\x53\x31\xf0\x76\xc1\x99\xd9\xd9\xe9\x29\xaf\x8b\x13\xed\xc4\ \xac\x26\x0c\xc3\x9c\xe0\xad\xfc\x4e\xa3\x4d\x67\xa2\x73\x12\xf2\ \x12\xf1\x10\x27\x9a\x9f\x60\x31\x1a\x5d\x36\x13\x47\xaf\x0f\x9a\ \xe8\x7c\x4f\xc0\xa9\x4f\x8f\x06\xb7\x08\x06\xce\x83\xb0\x0c\x24\ \x01\xae\xa8\xd3\xe3\x0e\x7b\x71\xe8\xd5\x2e\x33\x0e\x38\x12\x40\ \xbb\x56\x3c\xf0\x7e\x5c\xe0\xc0\x38\x56\xcc\xef\xc7\xbc\x1e\x0c\ \x48\x32\x04\x42\x18\x9c\x09\x21\x7a\x0a\xa1\x18\x4c\x5f\xc0\x06\ \xef\x03\x77\x7b\xdc\x2e\x14\xb4\x6f\x35\x9a\xac\xa1\x30\x12\x16\ \x0f\x88\x87\xd3\x1b\xf6\x83\x1e\x82\x72\x02\xb3\x85\xc0\x2d\xbb\ \x66\xd0\x34\x54\x08\xcc\x22\xd8\xbe\x30\x5a\xab\x9b\x45\xf3\xea\ \x00\x83\x5e\x50\x4c\xdc\x05\xe2\xe7\x81\xf3\x09\x4c\xe7\x9f\x9d\ \x9e\xf5\x58\x71\xaf\x1b\x50\x0c\xcd\xb9\xa3\x27\xce\xc5\x9c\xa1\ \xa5\x82\x99\x70\x08\x8e\xe0\x44\xd3\xe6\x21\x38\x10\x08\x6d\xc8\ \x69\xf7\x00\x08\xa2\x6a\x67\x1c\x99\xd7\x03\xfe\xd3\xe1\x08\x7a\ \xd1\x4c\x56\xc8\xe5\x30\x1b\xd0\xce\x02\xcc\x60\x75\xd8\x0c\x32\ \x07\xe6\x30\x1a\xed\x7a\x65\x66\x5e\xfc\x92\x38\x7e\x64\x64\x84\ \xc9\x38\xaf\x2c\x47\xc2\x13\xd1\x80\xfb\x99\x42\x49\x6e\x4e\x2e\ \x8f\x29\x51\xf1\x14\x15\x5a\x18\x4e\x73\x85\x4c\xb1\x90\x26\x61\ \x40\xcb\x14\xcb\x19\x22\xa9\x08\x1a\xae\x58\x25\xce\x2d\x62\xa1\ \x29\x1f\x55\x17\x4a\xd6\x80\x3c\x21\x8a\x6e\x98\x9b\xcd\x9a\x04\ \xf7\x86\x6a\x53\x80\x32\xb5\x83\x80\x7d\x5e\x9a\x3f\x5c\x05\xce\ \x6e\xb8\x8a\xcd\x06\xa3\x87\xca\xa8\x0e\x97\xa2\x3b\x26\x4a\xb9\ \xd9\x13\x28\x74\x01\x8c\xde\x04\x37\x7f\xb8\x2b\x9b\x4a\x4d\xcb\ \x26\x53\x05\x40\x60\x69\xd9\xd9\x82\x7c\x6a\x36\x0a\xd9\xca\x86\ \x87\x82\xc5\x6b\x07\xe6\xaa\x02\xa7\x97\x5d\xca\xad\xba\x28\x28\ \x68\xec\xdf\xb7\x7f\xac\xad\x63\x70\xc7\xbe\xbd\x9b\xb6\xbd\xf9\ \xd1\x47\x1f\x7d\xf6\xdd\x83\x27\x43\x13\x0c\x72\x9a\x80\x4d\xe5\ \xa6\x71\xf3\x69\xa8\x68\xa0\x88\xc1\x48\xe3\x92\xb9\x14\x0a\x20\ \x15\x05\xd5\x71\x06\x65\x62\x90\x59\x34\x6a\x1a\x17\x18\x8c\x0a\ \x12\x0c\xc0\x24\xe2\x01\x37\x88\xa8\x5c\x2e\x03\xfc\x2e\x85\x29\ \x06\xb9\x42\x49\x19\x68\x62\x96\x38\x57\xce\x64\x80\x30\xc9\xe5\ \x52\x31\x05\x1c\xa6\x94\x27\x64\x30\x99\x12\xa9\x48\xa8\xd1\x68\ \xa5\xd2\x12\xb9\xa6\x4d\xbb\x6b\xec\xf2\xb6\xdf\xbf\xfd\xed\xf1\ \xb9\x4b\xbf\x9f\xbf\x79\xee\xd3\x33\xfa\x88\xd8\x84\x84\xe4\x7b\ \xf7\x7e\x3e\xba\x24\xf5\xfb\xe8\x9b\xdf\xd9\x53\xcc\x7c\xbe\x2b\ \xef\x76\xb4\xc1\x40\xe4\x2c\x7c\xb0\x28\xd2\x78\x92\xcf\x59\x16\ \xbb\x48\x17\x19\x9b\x94\x42\x88\x23\x44\x47\xc8\x38\x0b\x39\x26\ \x7d\x1c\x87\x1e\xc0\x2d\x2e\x0f\x1d\x33\xc4\x1c\x8f\x88\x26\x2c\ \xbb\x90\x45\xd2\xf3\x75\x31\xd1\x51\x71\x8b\x92\xbf\xe2\x47\xd0\ \x65\xba\xf8\x94\xa8\x84\x3c\x65\x9e\x2e\x35\x8b\x7f\xf4\x66\x5e\ \x4c\x86\x32\xb3\x70\x61\xcc\x92\x65\xf1\x51\x31\xd1\x67\x0e\xa7\ \x44\xc5\x44\xea\x23\x63\x09\x89\x11\xfa\xd8\x28\x4b\xec\xa5\xac\ \xcc\x45\x2b\xe3\x13\x65\xe6\xbc\x48\xb3\xd9\x94\xc8\x07\x3f\x65\ \x34\xe9\x32\x12\x0a\xa3\x6c\x3a\x60\x0b\xb3\x21\x05\x7c\x88\x53\ \x97\x15\xa5\x37\xd9\x9d\x20\x5a\x46\xbb\x1d\x45\x58\xbb\xec\x01\ \x5f\xd8\x6b\x27\xe2\x7a\x7b\x02\x36\x13\x84\x46\x37\xfd\xe8\xd1\ \xb1\xc5\xca\x02\xb5\x04\xd5\xba\x16\x52\xd0\x36\x4b\x6e\x1a\x0d\ \x2d\x12\x32\x29\x54\x80\x5f\x72\x3e\x9b\x22\xe6\x51\xc9\x34\x06\ \x9b\x2d\x94\xc8\x73\xe4\x65\x45\x45\xda\x5c\x1e\x28\x95\x04\x5c\ \x61\x8e\x46\x9b\x2b\x05\x73\xa8\xd5\x0a\x73\x14\xb9\x65\x65\xcd\ \x25\x25\x4d\xc5\x15\xe5\x0d\xe3\x6d\xbb\x50\x1c\x55\xe7\xf8\xd5\ \x8f\x53\x75\x36\x5d\x14\x21\xce\x61\xb5\xca\xf4\xfc\x88\x28\x13\ \x5f\x67\xb7\xe3\x16\xb3\x91\x8e\x3b\x65\x44\x93\x19\x20\xc4\x49\ \x52\x46\xc4\x82\xb4\xe0\x06\x62\x46\xb4\xde\x94\x1c\xcd\x77\xed\ \xa9\x1e\x5a\xde\x5c\x54\x57\xaf\x55\x94\x14\xe7\xa8\x0b\x8a\xb4\ \x45\x1d\x40\x53\x0d\xcb\x6b\x6b\xba\x1b\x8a\x54\x72\x35\x0c\xb4\ \xd5\x35\x3d\xfb\x46\x06\x07\xc7\x6e\x80\x09\x4e\xbd\x3c\x3e\x78\ \xc2\xfc\xec\xce\xc7\x04\xa7\x0f\xb7\x38\xd1\x24\x6f\xc0\x61\x0f\ \x38\xb2\x32\x1c\x00\x23\x32\x00\x19\xbd\xc9\x6c\xb1\x40\xd7\x07\ \xff\x85\xe6\xda\x5d\x06\xa3\xcc\x69\xd3\xdb\x9d\xc6\x28\xd0\x4b\ \xd0\x4f\xa7\xcc\xe8\x0e\xda\x38\x7c\x9d\x89\x4f\x34\xf0\x4d\x6e\ \x3c\x3c\x05\x5d\xec\xfe\xd6\x77\xbe\x3f\xfb\xee\x85\xdf\xf6\x36\ \xd7\x55\x36\xb4\xb5\xf5\xee\xdf\xd0\x3f\xb2\xb7\xb6\xba\xba\xae\ \xba\xba\xa6\xbc\xa1\xbe\xb1\xad\x69\x79\x47\x47\x75\xd3\x57\x32\ \xbd\x59\x47\xd0\x79\x74\x4a\x13\x6e\xd5\x47\x70\xb2\x92\x8d\x16\ \xbb\x95\x6f\x4a\x00\x1d\x56\xf2\xad\x09\x89\x09\x66\x0b\x3d\x2e\ \xae\x90\xcf\x27\x10\xec\x61\x07\x3d\x2e\x95\x04\x6a\x1d\x63\x4a\ \x90\x39\x2c\x6e\x93\xde\x19\xb0\xf3\x5d\x26\xba\x01\xf3\x38\xac\ \x38\x00\x0c\xe6\xc6\x1d\xde\xa0\xcb\xe2\xf4\xda\x42\xd3\x2e\x27\ \xe6\x73\xdb\x7d\x20\x58\x6e\x70\x78\x1e\xbd\x05\xf3\x3a\x4d\x20\ \x8c\x26\xb0\x7e\x6e\xa7\xc3\x6c\x03\x43\x18\x08\x03\xd8\xb8\x3d\ \x3e\x9f\xc5\xe4\x0d\xfb\xf4\x16\x9b\x1b\x1c\xaf\x0d\xb3\x03\xd1\ \xf8\x5c\x7e\xdc\x6c\x74\xc1\x7b\x06\xca\xf3\xda\x6c\x2e\xf0\x61\ \x76\x83\xc1\x61\xe2\x9b\x6c\x98\x27\x1c\x0e\x3f\x9a\x9d\x9d\xc1\ \xac\x66\x1c\x4d\x37\x01\x56\xf9\xa7\xae\x4c\x81\x62\xba\xdc\x36\ \x27\xfc\x59\x14\x20\x02\xe0\xe5\xf5\x83\x9c\x79\xe0\xd0\xa1\x19\ \x60\xb1\x99\x19\xb8\x3d\x15\x98\x0b\xe3\x80\xef\xc0\x5a\x73\xcb\ \x95\x33\xb3\x21\x4f\x10\x40\x30\x04\x82\x15\x08\x7a\x50\xec\x18\ \x9a\xbb\x42\x45\x1f\x7d\x76\xfb\xd4\xf4\x74\xd8\x0b\x87\x95\x19\ \xec\x68\xe9\xd6\x6d\x32\xbb\x9c\x56\xa7\xc3\xe8\x72\xda\x1c\x68\ \xf5\xc5\xa0\x37\x65\xc4\x2d\x4b\x22\x46\x47\x45\x27\xc4\x2c\x8c\ \xc9\x9c\x27\x15\xa5\x95\xe6\xa7\xb1\xd8\x34\x09\x93\xcc\x16\x31\ \x45\x64\xb1\x58\xa8\x92\xf3\x68\x69\x62\x05\x8f\x47\x86\xee\x4e\ \xcd\x16\xd0\xa4\x2a\x9e\x94\x07\x90\x25\xa1\x08\x19\x42\x1e\x99\ \x81\xa6\x78\x4a\x5f\xea\xd5\x1c\x5f\x1d\x41\x8e\xf0\xe2\xc4\x91\ \x09\x34\x07\x3f\x3c\xdc\x3e\x51\x35\x39\x39\xd9\x35\x5c\x3a\x3c\ \x39\x39\x51\x0a\x96\x2e\xbf\x2b\x7b\xb8\x2a\xbf\xb4\x7d\x18\x55\ \x7a\x1e\xee\x42\x41\x5a\xe0\x05\xab\x50\xc2\x76\x54\x28\x15\x7e\ \x2f\x60\x30\xa8\x64\x72\x17\x95\x5d\x95\x4d\xcb\x07\x2a\xcb\x46\ \xe5\x54\xbb\x40\xbb\x80\xaf\xb8\x5d\xf9\xed\x5d\xc3\x80\x59\xd9\ \x5d\xec\xe2\xea\xf2\xbe\x9e\xba\x8e\xbd\xdd\x9d\x83\x3b\xf6\xbe\ \xf1\xde\x9b\xef\xff\xf0\xf4\xfe\xb3\xdb\x05\x55\x6c\x1a\x59\x40\ \x05\x08\x04\x20\xa3\xa5\x51\x99\xb9\x5a\x05\xe0\x00\x03\x5e\xbf\ \x80\xc9\xa3\x89\x40\xbf\x28\x00\x54\x94\x7c\x01\x95\x01\x72\x46\ \x63\x52\x44\x22\xa1\x84\x85\xa2\x57\x79\x60\x0c\x81\xc3\x68\x2c\ \x11\x83\x2c\x46\xe5\x11\x98\x72\xa9\x48\xa5\x02\x50\x90\x0a\x15\ \x39\x52\x85\x4a\x22\x95\x08\x15\x62\x96\x48\x55\x5c\x59\x20\xd7\ \x16\x95\xd5\x16\xe7\x14\x68\x9a\x96\x6b\x14\xda\x13\xcf\x9e\xdc\ \xfc\x38\xe6\xd2\xf1\x1b\x04\x1b\xa9\x50\x7f\x29\xdd\xaa\xc7\xa2\ \x39\xf1\xf1\x3a\x17\x3f\xc3\x11\x91\x6a\x88\x59\xb4\x3d\x09\x8b\ \x4d\x5d\x9a\xa7\x24\x5d\xb8\xf7\xc1\xcd\x98\x07\x6b\x4e\xea\x12\ \x63\x22\x49\x71\xc4\x0f\x9f\x45\xc4\xe8\x97\x64\x7e\x96\x10\x09\ \x63\x0c\xc1\xc9\x37\xca\x4c\x66\xbd\xd9\xa2\x97\x45\xf2\x4d\x79\ \xf1\x11\xc9\xa9\xd1\x99\x51\xf1\xfc\xa4\x58\x47\x7c\x7a\x02\x21\ \x3d\x25\x26\x62\xe5\x57\x29\x8b\x00\xb1\xf8\x24\x97\x43\xc6\x37\ \x5a\xcd\x74\x93\x91\xbe\xe8\xb7\x08\xe3\x77\xb1\x59\x8f\x6f\xb5\ \xea\x4d\xba\x88\xa8\x08\x62\xe1\xe3\xc8\xa4\xcc\x65\x06\x65\x66\ \x7c\x06\xe9\x70\x46\x44\x64\x4c\x64\x26\x9d\x1e\xb9\x84\x90\x40\ \xca\x88\x49\x5d\x52\xb8\xc8\xa2\x33\x82\x0d\x2a\x54\x7a\xb0\x58\ \x07\x26\x33\xe8\x4c\x96\x48\x93\x39\x86\x8e\xb6\x68\xf1\x23\x96\ \xb4\xd2\x6f\xa7\x2e\x4c\xfa\x6e\xe5\xc2\xc8\x28\xbe\xce\x66\x8e\ \x20\x46\x28\x9d\x21\x4f\x7c\x91\x42\x2a\xe4\x31\x45\x28\xcb\x2a\ \x5c\x7f\x36\x9c\x45\xf0\xd1\x0c\x66\x1a\x9b\x4d\xa3\x88\x98\x64\ \x18\xe8\x58\x2c\x0a\x9b\x49\x51\x14\x68\xb4\xda\x22\x38\x6f\x6a\ \x85\x58\x5e\xa0\xd6\x16\xa9\x73\x4a\xb4\x25\x25\x1a\x39\xd0\x95\ \xb6\xa8\x3c\xa7\xba\xa6\xa3\xb9\xb8\xa9\x6d\x64\xff\xc1\x03\x3d\ \x83\x9b\x6f\x65\x19\x9c\x56\x19\x9d\x68\x55\x9a\x39\x32\xab\x45\ \x6f\xe2\xf3\xcd\x7c\x8b\x59\xc7\x89\x8f\x31\x2a\xa3\xdd\x53\x21\ \x6f\x10\xed\xd3\xf0\x59\xec\xa4\xb8\x08\x4f\x02\x29\x81\x14\x9f\ \xca\xc1\x48\x89\x8e\xa4\xca\xa6\x9e\xb6\x9e\xca\x8a\x62\x85\x5c\ \x25\x94\x68\xe4\x6a\x79\x4e\x47\x5d\x79\x71\x7d\x5b\x5d\x43\x4f\ \x73\xae\x1c\x65\x88\xd7\x94\x95\xb4\x8c\xf4\x6e\x3d\x70\xe0\x09\ \x5d\xa6\x5c\xf9\xcd\xf8\xe0\x33\xfa\xc3\xc7\xf7\xcc\x26\x22\x38\ \x26\x8f\xa3\x50\x67\x43\x61\x47\x46\x10\x47\x9b\x8e\x48\x37\x58\ \xf5\x84\x44\x83\x0d\xc3\xcc\x7a\x6b\x04\xc9\xea\xc0\x2d\xf1\xa9\ \x17\xce\x91\x4c\x04\x83\xc3\x66\x52\x5a\x62\x0a\x1d\x26\xa3\xd3\ \xe4\xf1\x3a\xcc\x91\x85\x31\xba\xc8\xc7\xe7\x4e\xea\xdd\x21\xcc\ \x85\x7f\xb1\xe3\xfa\x83\xab\x5f\x9f\xfb\xf8\xc6\x58\x7d\x73\x63\ \x67\x53\xff\xc0\xd0\xd8\x48\x63\x73\x63\x59\x5d\x51\x65\x6d\x7d\ \x73\x6d\x5d\x5d\x4d\x53\x53\x77\xf3\xae\x14\x99\x0d\x88\xc5\x35\ \xe5\xc5\x1c\x32\x02\x69\xe9\x22\x65\x6a\xba\x19\xf7\x80\xd3\x81\ \x2e\x0f\x3c\x9c\x7c\x21\x12\x2c\x3e\x47\x6f\x34\x98\x38\x24\x8b\ \xd3\x06\x27\x83\x98\x28\x93\x01\x03\x5a\x2c\x66\xab\xcb\x61\x77\ \x3a\x88\xb8\xc7\x69\x35\xda\x6c\x32\x82\xd2\x02\x68\xe5\xb5\xe8\ \xec\x4e\x8c\x9f\xf5\x1d\x7f\x06\x8e\x09\xb6\x2a\xe0\xb5\x7b\x71\ \xb3\x07\x33\x3b\x1d\x56\x9b\xd1\xa8\x33\x00\xbb\x79\x50\xd6\x34\ \x3d\x51\x0f\x50\x17\x9a\x4b\x75\x00\x2a\x65\xf2\xb8\x5c\x36\x97\ \xc5\x8d\xa0\x12\x98\xd5\x62\x36\x5b\xa3\xd2\x63\x93\xac\x18\xaa\ \xc2\xeb\x77\x24\x98\xed\x70\xca\x67\x5c\x4a\x9b\xd7\x6a\x31\x9b\ \xac\x3e\x2f\xc1\x18\x9a\x99\x0d\x1a\x08\x26\x13\x16\x0c\xcd\x78\ \xf0\x80\x3f\xec\xb5\x02\x9c\x05\xd1\xe4\x39\x5c\x9a\x00\xda\x1b\ \x00\xd6\x10\x4d\xd1\xe3\x53\xf0\x69\x77\xf8\x66\xfc\x28\x2c\x19\ \x6d\x19\x40\xf1\xea\x3e\x0f\xb8\xc3\x60\x20\x30\x15\xc6\x6d\x68\ \xc7\x93\xdb\x81\x03\x22\xfa\x3d\x98\x13\x94\x34\x00\xa0\x16\xf6\ \xb9\xbc\xf0\x47\xae\x5d\x9b\x99\xc2\xe9\x59\x24\x97\xc5\x86\x76\ \x79\xba\x83\x1e\x8b\xdd\xe6\x72\x05\x71\x4b\x04\xc9\xe1\x30\xc4\ \xe7\x91\xf4\xb2\x78\x25\x60\xb8\x2e\x9e\x74\xfc\xf1\x3c\x91\x98\ \x89\x26\x4e\xd3\x68\x14\x2e\x95\x26\x80\xd6\x28\xe6\xa2\x7a\xa6\ \x69\x69\xd4\x7c\xb0\x55\xd0\xc3\xe1\x1f\x99\x46\xa5\x66\x57\x63\ \x09\x98\xdb\x00\x00\x20\x00\x49\x44\x41\x54\x71\x29\xb9\x4c\x2a\ \x5a\xa8\xeb\x02\x10\xe2\x31\xa9\x68\x5d\xf0\xc8\xe4\xc5\xc9\x23\ \x73\x33\x59\x93\x28\xdb\xcc\xe7\x17\x51\x45\x68\xb0\x83\x13\x13\ \xed\x17\x27\x27\xdb\x27\x27\x26\x27\x50\xde\x86\x2a\x76\x5a\xfe\ \x44\x7e\x15\xb7\xb4\x3d\x9b\x9d\x0d\x96\x70\x72\x38\x5b\x20\x00\ \x1a\x02\x81\x29\xcd\x16\x90\xb9\x82\x34\x01\x00\x96\x84\x0d\xbf\ \xcd\xa7\x21\x8d\x2a\x1d\xce\xaf\x6a\x47\x33\x62\x6c\x41\x15\x88\ \x15\xb9\x74\x98\x0b\x12\x57\xca\x90\xd6\xd7\xd4\xb7\x8d\x57\x0b\ \x3b\x87\xc6\xb6\x1e\x1c\xdf\xb3\xe7\x9d\xb3\x77\xee\xdf\x5d\xf9\ \x35\xaa\x1f\x41\x83\xc1\x9e\x9b\x5f\x0a\xa4\xd5\x95\xaf\x6d\x2c\ \x56\x90\x69\xa0\xc0\x0c\x50\x62\x26\x03\xe8\x89\x85\x8c\x60\x36\ \x62\x2b\xa6\xa8\x4e\x0b\x3c\xc5\xa3\x31\x69\x4c\x16\x45\x24\x06\ \x83\x0b\x7d\x91\x27\x12\x8a\x58\x0c\x05\x8b\x21\x95\x14\x08\xa5\ \x0a\xb9\xa6\x48\x53\x22\xe7\xe5\xd6\xe5\xc8\xa5\x2a\x8d\x38\x67\ \xa0\xef\xe0\x96\xd1\x55\x0d\x6a\x75\x81\xb6\xa0\x40\xc5\x92\x17\ \x94\x6b\x3b\xcf\x67\x66\x46\x9e\xd7\x61\xb1\xe9\x0f\xe2\xac\xb1\ \xdf\xa5\x5f\xe5\x70\xb2\x0c\xa9\x0b\x95\x04\xa3\xcc\x62\x76\x5b\ \x89\x66\x5d\xd2\xb2\x98\xf0\x4c\x34\xbd\x75\xa9\xae\xd0\xc4\x29\ \x8c\x4b\x5d\x7d\xf2\x42\x56\x5c\xc6\x92\xc2\xe3\xc7\x33\xbf\x3a\ \xfc\x60\xfd\x87\x31\xb1\x7a\x33\xc6\x4f\x34\x45\x2f\x34\x99\x0d\ \x47\x09\x51\xba\xd8\xc2\xd8\x84\x64\x63\xaa\x89\x90\xb2\x24\xc3\ \x21\x7b\x10\xef\x32\x26\x10\x38\xa9\x59\x71\x5f\x2d\x4d\xb5\x45\ \xa6\x46\x73\x94\x19\x89\x36\xb0\x4c\x36\x5b\x42\x12\xaa\xea\x42\ \xd0\x2f\x23\x25\x7d\xf3\xf6\x37\x4f\x7e\xbb\x53\xa8\x0b\x58\x49\ \xc7\x0b\x95\xa4\x68\xa3\x2e\x2f\x2a\x3e\x2a\x32\x31\x91\x50\x08\ \xfa\xd5\xaa\xe4\x9b\xe8\x51\xdf\x3d\x6e\x35\x27\x1e\x5d\x1a\x97\ \x9c\xee\x20\xa5\xc4\xc5\xf1\xe3\xb2\x96\x2c\xd2\x13\x75\x26\x1d\ \x9f\x80\x19\x5c\x16\xba\xce\x48\x8f\x4e\xd0\x73\x62\x95\xfc\x74\ \x92\xdd\xa0\x37\x16\x46\x92\x12\xf5\x49\x30\xd8\xb7\xa6\x0e\xa6\ \xb1\x84\xa2\x5c\x0a\x85\x41\xa3\xf0\x68\x62\x01\x85\x01\xa3\x01\ \x8f\x0c\xba\x0e\x9e\x10\x3e\x28\x12\x16\x83\x0a\xa3\x02\x95\x25\ \x47\x61\xb4\xda\xb2\x82\x92\x72\xb4\xad\x59\xa1\x50\xe4\x96\x14\ \x15\xcb\x41\xd6\x35\x15\x6a\x44\x58\xcb\x97\x8f\xf6\xf6\x1c\xd8\ \xbb\xfb\xc0\x07\xb7\xf5\x76\xdc\x68\x4d\x50\x1a\x4d\xa9\x36\x19\ \x88\xaa\xc1\x44\x54\x3a\x09\x4a\x52\x24\x81\x43\xe4\x67\xf0\x6d\ \x31\xad\x06\xbd\x4d\xc7\xd1\x29\x75\x51\x1c\xbb\x3d\x2a\x5d\xa9\ \x74\x62\x26\x93\x4d\x16\x2b\x23\xba\xd7\x34\x34\x56\x54\x36\xd4\ \x16\x17\xcb\xcb\x15\x12\xa9\x3a\xa7\x58\x55\x50\x5b\x5d\x5f\x53\ \x56\x5f\xdd\xd1\x5c\x99\xa3\x56\x8b\xa4\x52\x4d\x51\x75\x63\xcb\ \xe8\xe8\x81\xad\xff\x8f\xaa\x37\xff\x6b\xe2\x6c\xdb\xff\xcd\xfa\ \x64\x87\x02\x21\x84\x25\x2c\x81\xb0\x45\xc0\x20\xfb\x5e\x60\xd8\ \x44\x5e\x03\x6a\x45\xa0\x4d\x57\x3b\x62\x17\x5b\x1c\x6d\x6b\x9d\ \xde\x6a\xa5\x5a\x9d\x52\x3a\x74\xee\xd2\x99\xa1\xb5\x4e\x67\x9c\ \x62\x50\x8a\xa4\xad\x4b\xf4\x0e\xd1\x2a\xd5\x42\x94\x45\x2b\x4a\ \xe4\xa6\xfa\xfc\x17\xdf\xeb\xa2\x9f\xe7\x87\x6f\x6c\x11\x52\x42\ \x93\x30\x73\x5c\xef\xe3\x9a\xf3\x3c\xce\x44\x8a\xb4\x0f\x5e\xdf\ \xf9\x61\xab\x61\x65\x30\x9c\x75\x7a\xfc\x21\xd6\xef\xd1\x0a\x4b\ \x4b\xb0\x68\x5c\x14\x43\x1e\xc1\x17\x14\xc0\xaa\x0e\x8c\x9e\x57\ \xa2\xdc\x34\x09\x6b\x3a\x3d\x02\x4e\x61\x66\x8c\xa5\x6c\x6a\xd6\ \xae\xe1\xbc\x38\xed\xa6\x05\x09\x9c\xed\x12\x8b\xc8\x75\x46\xbc\ \xc1\x6c\x07\x2c\x6a\xfd\xe4\xe0\xa5\x7b\x7f\x9c\xb9\x31\x3e\xfb\ \xe6\x96\xf6\xed\xdb\x4e\xec\x3a\xdc\xde\xbd\xbb\xb6\xbe\xa4\xa2\ \xbe\x04\xe8\x65\x53\x0b\x30\x86\x7b\xdb\xf7\x1c\x3a\x63\xc5\x80\ \xed\x71\x22\x5e\xc2\xc6\xd3\x4e\x35\x8d\x38\x39\x39\xc2\xdb\xe5\ \x2e\x20\x51\x76\x92\x65\x10\x8e\xe1\x71\xb7\x07\xa0\x84\xcd\x00\ \x70\x93\xe5\x09\xcc\xa8\xb6\xda\x80\x13\x76\x1b\x94\x06\xb9\xdb\ \xef\xe3\x78\xf0\xfb\x06\x84\x25\x10\x6e\x4e\x60\x78\xa0\xa8\x34\ \x6a\x74\xb9\xe5\x2e\x82\x5b\xbb\x8a\x10\xf0\x4b\xde\x10\x00\x42\ \xb7\x9c\x97\x24\x37\xc1\xf3\xf0\x12\xb4\x87\x75\xb1\x5e\xd8\x44\ \xc4\x89\x22\x47\x7b\x96\x02\x0c\x27\x08\xac\x8b\x07\xd4\xe6\x03\ \x80\x14\x08\x0a\x5a\x2b\xee\x34\xaa\xe5\x26\x13\xea\x21\x50\x46\ \x24\xac\x6e\x91\x63\x3d\x82\xe8\xf7\x8a\x12\x89\xb3\x6e\x35\x61\ \x1d\xe9\x54\x07\x9e\x79\xec\x08\xa5\x50\xf3\x12\x9a\x8f\xb1\x8c\ \x97\x70\xe2\x24\xeb\x0d\x85\x68\x9c\x09\x04\x58\x12\x58\x4e\x40\ \x5f\x21\x1f\x22\x06\xa7\x1f\x4c\x07\x7d\xc0\xdc\x01\xd2\xa3\x58\ \xbf\x9f\x54\xf8\x01\x4b\xf9\x29\x31\xe0\x5b\x02\x48\xeb\xe5\x78\ \x3f\x78\xd7\x01\xc4\xae\x06\x3d\x1e\x8a\x84\xdd\xe7\xc0\x3f\x72\ \x52\xd0\x1b\xe4\x19\x40\x60\xff\xf9\x4d\x70\x71\x60\xd5\x60\x59\ \x52\xe0\x00\x82\x4a\x02\x2f\x92\x12\x65\x70\xd2\x1e\xb5\xda\x32\ \xa1\xc4\x19\x97\x1d\x25\x08\xb0\x64\x3b\xa2\xd6\xc5\xa7\x65\xc0\ \xdd\xe4\x88\xa4\xa2\x9c\x38\x20\x5d\x31\xd1\xe9\x11\x31\x09\x91\ \x00\xf8\xbb\xba\xaa\xba\x8a\x7a\xe1\x60\xe6\xaa\xd4\x48\x00\x22\ \x09\xb1\x39\x61\xa9\xbd\xfd\x09\xe0\x1b\xe1\x9e\x6b\x4c\x58\xce\ \x97\xff\x3b\xf4\xe5\x85\x21\xb8\xf3\x0e\x85\x0a\x96\x39\xfc\xfc\ \xf3\xd0\x10\xe0\xad\xfe\x84\x7e\x58\xf6\x0e\x64\xeb\x02\xac\x82\ \x87\xe3\x04\x8b\x7a\x7b\x93\x8a\x12\x8a\x80\xbf\xeb\x4d\xca\xe9\ \x0d\x0b\xab\x8a\x09\x4b\x88\x48\x4d\x4d\x88\xa8\xea\x8a\x8c\x01\ \x8e\x10\x58\x8d\xd4\x1c\xe0\x33\xba\x8a\x12\x52\x7b\x61\x96\x0c\ \x1c\x62\x91\xd0\x0b\x77\xb8\xaa\xc0\xa3\xc1\x5f\xbd\x39\x45\x45\ \xd9\x85\xf5\x5b\x77\xb5\xed\xc9\xad\x38\x76\xe0\xe4\xc7\x47\xdf\ \x78\xe9\xdb\x3f\xc7\xee\xdc\x7d\x32\xbe\x37\x36\x23\x2e\x02\x90\ \x53\x79\x45\x63\x6a\x42\x42\x5c\x61\x6e\xf7\x89\x23\xc5\xb9\x19\ \x99\xf1\x45\xd1\x19\x91\x40\x83\x21\x3a\x46\x24\xc7\x25\x24\x65\ \x14\xc7\x65\xc6\x97\x7c\xf8\x61\x77\x6e\x18\x50\x2c\xf0\xa8\xb8\ \xb4\x8c\x88\xec\x8c\xec\xdc\xb4\xec\x82\xdc\xdc\xe2\xcc\xb4\xec\ \xb2\xc2\x0d\xd9\xf1\x69\x15\x65\xbb\x00\xdf\x6f\x7e\xe9\xd5\x1b\ \xa7\xef\x55\x9e\x6b\xf9\x61\xe5\xec\xa5\xe5\x27\x7f\xbc\xba\xad\ \xbc\x7e\x43\xee\xae\xba\x4d\x2f\x7d\xfa\xcd\xdb\x0f\x0d\x53\xe3\ \xcb\xe7\x0d\xde\x90\xdd\x8a\x62\x7a\x87\x3c\x51\x6d\x74\xe9\x71\ \x34\xa5\xb3\x41\xad\x50\xa0\x08\xf8\x4d\x53\x36\xb9\x8a\xb6\x25\ \xca\xb3\x2c\x89\x0d\x32\xe0\x67\x68\xb9\xca\x62\x78\x38\xa6\xef\ \xb8\x39\xab\x7d\x34\xba\x7c\x45\xe5\x42\x71\x0e\xac\x1b\x28\x5a\ \xaa\x52\xe9\x13\x6b\x10\x8d\x63\x6c\x56\xe7\x44\x74\x95\x0e\x14\ \x80\xb0\xa3\xc1\xdc\xda\xd1\xd9\xa1\x56\x54\xea\x86\xcd\x32\x63\ \x54\x78\x8a\x63\x2e\xd1\x40\xf1\xa8\xdc\xed\x0e\x0f\x37\xaa\x2b\ \xd5\x5a\x0d\xa2\x31\xea\xef\x8d\xaf\xcc\x0f\xcb\x59\x39\xe1\x54\ \x84\x6b\x29\x9e\x01\x27\x83\x5a\xab\xb0\xb4\x62\x36\x55\x4a\xfe\ \x94\x0d\x67\x64\x56\x74\xe5\xda\xa8\x2c\x6b\x46\x2b\x39\xf3\xaf\ \xb7\x6a\xf3\x35\x1a\xb5\x02\xb0\x46\x16\x30\x9b\x18\x1a\xae\xd5\ \xd1\x98\x93\xb6\x22\x34\xda\x31\x02\x64\x82\x53\x0d\xd8\x68\x85\ \x5e\x43\xaa\xd5\xac\x5b\xe3\x5c\x29\x48\xce\x48\xcf\x05\x6f\x61\ \x46\x3a\x6c\xcb\x89\x8b\x8c\x8e\x8d\x89\x48\x8a\x01\xc0\x0a\xf7\ \xde\x23\x22\x63\x63\x63\xe1\x84\xc9\x84\xf4\xb2\xf5\x1b\x4a\xca\ \x9b\xeb\xca\xea\x2a\x36\xb7\xa4\xe7\x96\x6d\x2c\x68\x6a\xa9\x2e\ \x5b\x5f\x5f\x91\x97\x57\xd7\x5c\x57\xd1\x7c\xe0\x58\xfb\x8e\xc3\ \x87\xdf\x3a\xe3\x9c\x7e\xfe\xf9\x17\xfe\xfd\xc2\x73\xcf\x3f\x9d\ \x0e\x3d\x7d\xfa\x80\x21\x97\x60\xa3\xd8\x34\xcc\x4f\x81\xe5\x39\ \xcf\x84\x25\x20\x1e\x38\x10\x7d\xab\x15\xb5\x0f\x1a\xf2\x4d\x4a\ \x73\x6b\x4a\x8a\x1a\xb5\xdb\xe4\x98\x15\xe1\x0e\xb7\xb5\xb5\x6c\ \x6a\xae\x05\x82\x95\x5d\xb6\x3e\x37\xa3\xa0\x30\xa3\xba\xbe\xbe\ \x69\x53\x73\x73\xc5\xa6\xed\xcd\x65\x85\x99\x1b\x4b\x0a\x6b\x9b\ \x37\xb5\x9d\x38\x71\xec\xa3\x77\x2d\x8c\x44\x44\xdd\xfd\xee\x57\ \xeb\xe5\x9b\x9d\x84\x33\xc5\x4d\xd1\x6e\x44\x08\x30\x22\x23\x7a\ \x61\xa9\x93\x9f\xa1\x25\x51\x20\x80\xa5\xf2\xd2\x14\x0d\xaf\xf7\ \x4f\x07\xc1\xa9\xcd\x31\x28\x83\x9b\x10\x8f\xc8\x12\xb8\x9d\xc2\ \x4a\x53\x86\x15\x5a\xd2\x6a\xc1\x49\x8a\xf7\x90\x84\x4d\x00\x7e\ \x88\xf4\xcb\xde\x7f\xfb\xd7\xdb\x03\x73\x13\x83\x8b\xc7\xb7\x1e\ \xd8\xb6\xef\xc8\xf1\x43\xdd\xd5\x9b\xb6\x95\xe5\xd5\x97\x95\xd5\ \xee\x69\x6b\x6f\xde\xd2\xb6\xa3\xed\xc0\xbb\xaf\x98\x09\x56\x10\ \x11\xad\x1d\x55\xbb\x18\x1e\xe8\x21\xc1\x48\xb4\xdf\xcb\xf0\x1e\ \x8a\xf2\x50\x98\x4d\x49\x79\x59\x4a\xe4\x08\xc4\xaa\xe5\x10\x35\ \xf0\xc5\x56\x05\x4a\x9a\x6a\x5a\xcf\xad\x8c\x74\x4c\xa4\xa8\x30\ \xab\xcd\xee\x11\x82\x0c\x4d\x7a\x83\x5e\x8a\x17\x44\x1e\x00\x17\ \xc2\x00\xc8\xc6\xc0\x17\xae\x31\x85\x04\x1e\xcd\x7b\x43\x00\x56\ \x24\xc1\x03\x44\x87\x24\x24\x01\x6e\x09\x31\xa8\x91\xf6\x51\x28\ \x8e\xbb\xd5\xae\x20\x00\x20\x2b\x2b\xf9\xa6\x25\xc0\x28\x56\xe0\ \x77\x71\x8a\x91\xd0\xa8\x9a\x44\x85\x0c\x95\x00\x63\x6a\x08\x9a\ \x23\x9d\x32\x70\x24\xb0\x40\x45\xfc\x1e\x60\xf3\x60\xf1\xbb\x97\ \x43\xd5\x4a\x9e\xc5\x08\x00\x82\x80\xde\xb5\x2a\x40\x37\x36\x99\ \xdd\xf7\x8f\x3b\x0c\xf8\x21\x56\x89\x3e\x7f\x48\x54\x59\x01\x25\ \xf9\x38\x31\xf4\xec\xaf\xa7\x4f\x97\xd6\xae\x5c\xf2\x02\x4c\xe6\ \x41\x98\x20\x6c\xcd\x04\x24\xe6\xf3\x90\x56\x35\xe9\x0f\x7a\x43\ \xd3\xab\xa1\x20\x25\x04\xa6\x57\xff\xfa\xeb\xc1\xb3\xbf\xfe\x7a\ \xb6\xea\x47\xec\xe2\x33\x78\xd5\x92\xb2\x6b\x45\x86\x62\xc1\xdb\ \xb3\x04\x16\x07\x92\x65\x09\xab\x15\x47\xed\x32\xc2\x8e\x10\x8a\ \x4a\x99\x5b\x2d\x73\x12\x0c\x61\x50\x68\xcd\xeb\xd2\xd2\xd2\xe3\ \x00\xd6\xc7\x47\x44\xc3\x19\x7c\x71\x91\xa9\xd1\xb1\x71\x61\x61\ \x09\x49\x39\xfd\x30\x73\xef\x14\x1c\x41\x78\xaa\xbf\x28\x32\x23\ \x2d\x23\x33\x36\x35\x36\x22\x29\x22\x22\x35\x21\x27\xa7\xab\xb1\ \x2a\x29\xe1\xff\xf6\xdc\xe1\xb6\xfb\xd0\x85\xb5\x59\x85\x43\xf0\ \x22\x21\x70\x83\xbd\xfd\x17\xbe\xec\x3d\x35\x04\x3e\x9e\xea\xcd\ \x01\xc4\x36\xd4\xd8\x5f\x95\x54\x54\x94\x03\x5c\x5d\xe3\x50\x42\ \x4c\x1c\x10\x9f\x84\x9c\xd4\x84\xc6\xa2\xb5\x51\x80\x71\x71\xd1\ \xc0\x70\xa6\x16\xc5\xc7\xc3\x6b\x81\xa9\xa9\x45\x49\x30\x60\xa6\ \x17\x26\x22\x03\x99\xaa\x82\xd3\x55\xbb\xaa\xfa\xab\x8a\x86\x12\ \x2a\x76\xb4\xb5\x1c\xd8\x1c\xb1\xfb\xc0\xe1\xa3\x2f\xee\xff\xf6\ \xd7\xb7\xee\x3d\xba\xba\x38\x7e\x37\x37\x3e\x23\x13\xe6\x04\x5c\ \x9b\x8f\x88\xaf\x3d\xf2\xfa\x37\x07\xb7\xd7\xbf\x73\xac\x65\x7d\ \x59\x76\x64\x6a\x6c\xc2\x5a\x07\x49\x24\x10\xe3\x88\xb0\xe4\xcc\ \xe2\x23\x47\xba\xf7\xbf\x79\xfe\xf7\x97\xda\xb3\xd3\x36\xc6\x87\ \xc5\x17\x64\xa4\xa7\xe7\x16\x00\x8e\xaf\x6b\xaa\xaf\xdb\x56\x57\ \x50\xdb\xb2\x79\x4b\xfd\x8e\x37\xc7\x8f\x9f\xfc\x7d\xa6\xef\xfe\ \xd8\xf2\xf2\x42\x3e\xea\x78\x7b\x91\x30\x3f\x5e\x19\x77\xfe\xf4\ \xe9\xbb\x7b\xde\x38\x7b\x6d\x76\xb6\x34\x5c\x8d\x12\x0d\xa8\x4b\ \x9e\x2f\xb7\xea\x34\x5a\x55\xe2\xed\xb3\x0d\x3d\x13\x7f\x9c\x33\ \x57\x9a\xad\xce\x52\x60\x31\xac\x4a\xa6\xd4\x84\xa8\xc2\x49\x97\ \xcb\x25\x7b\xf8\x47\x4f\xc7\xa4\x55\x3d\x69\xa7\xac\x66\xbd\x65\ \xe0\xe2\x9b\x0f\x97\xf3\x2b\x3b\x80\x26\x39\x5d\x4a\x15\x8b\xaa\ \x69\x8c\x72\x39\x0d\x7a\x3b\x6e\x9c\x78\xe5\xc6\xa0\x49\xae\x1e\ \x3f\xa3\x14\x25\xb4\x73\x1e\x1b\xee\x69\x1d\xd7\xea\x2a\xed\x51\ \xcb\x2e\xa7\x49\x96\x22\xb3\x12\x26\x8b\xd5\xea\x96\xbb\x71\xd5\ \x4d\x84\x73\x19\xec\x38\x80\x66\x33\x6e\xc4\x70\x1a\xb5\x81\x25\ \x1a\xd8\x40\x9c\xb5\xe1\x5a\xcc\x8e\xda\xac\x46\x97\x53\x6f\xb3\ \xf7\x21\x59\x08\xc7\xd3\x8a\x06\xa3\xb1\x33\x91\x12\x8c\x29\x0e\ \xa5\x4b\xa9\xa9\x4c\x31\xb9\xf4\x40\xd7\xdc\x59\x76\x99\xe3\xb2\ \xc5\x9c\x88\xe4\xcb\x91\xc1\xe1\xc5\x33\x96\x14\x53\x4f\x4d\x14\ \xa6\x08\xb7\xe8\xdd\x56\x5e\xd4\x20\x89\x4d\x71\x11\x71\x71\x19\ \xe9\x99\x19\xd1\x61\xf1\xb1\x11\x61\x91\xd1\xd1\x09\x49\xb0\x47\ \x30\x21\x76\x2d\x8d\x35\x1a\xdc\x17\x1b\x9f\x1c\x17\x13\x9b\x9c\ \x9b\x57\x5d\x5b\x5e\x5c\x51\x01\xc4\x24\xaf\xa0\x3c\x6f\xf3\xd6\ \xf2\xba\xea\xb6\xcd\x4d\xd5\x5b\x77\xed\xd9\xde\xbd\x7d\xef\x81\ \x0f\xc6\x89\x07\xff\x74\x2a\xfe\xf3\xef\xdf\xff\x5d\x1b\xd4\xbe\ \x56\x0f\xf6\xc2\x3f\xdb\xfd\xff\x7d\xfa\xf4\xf9\xe7\xff\xf3\xe0\ \xaf\xdf\x9e\x4d\x3f\x5d\x5a\x62\x0d\x0e\x80\x9e\xbc\x93\xc6\x48\ \x82\x0f\x06\x83\x7e\xfa\xe6\xf6\xb6\xea\xa6\xc2\xf2\x92\x0d\x85\ \xb9\xc9\x1b\xb2\x33\x92\xf3\x0a\x32\x37\xd7\xb5\x57\x6c\xdb\xde\ \xde\xbc\xed\x58\x73\xc9\x86\xb4\x92\xc2\xbc\xda\xa6\x96\xc3\x87\ \x8f\xef\x3e\x7a\x64\x82\xe5\x59\x5b\xeb\xf9\x01\xed\xf9\x41\x9d\ \x47\xe3\x52\xe8\xc2\x13\xa3\x18\x1e\x18\x43\x9a\xc5\x3d\x70\x8f\ \x9a\x01\xf8\xc1\x02\x2b\x4e\x61\x08\x07\xce\x41\x11\x87\xd5\xde\ \xa2\x87\x02\x76\x15\x7e\xc4\x18\xc2\x85\x21\x96\x52\x39\xa2\x9d\ \xbc\x31\xa8\x93\x59\x25\xc1\xae\xc1\x03\x41\x1f\xe7\x1f\xf9\xe4\ \xf3\x1f\xcf\xf4\x2d\xdc\x5c\x3e\xbe\x75\xdf\xae\x63\x47\x3f\x3b\ \xb1\x7b\x73\x71\x7d\x75\x45\x79\x6d\x6d\x6d\x71\x45\x49\x7d\x61\ \x71\xf7\x96\xad\x27\x8f\xfc\xa9\xa5\x25\x02\x58\x27\x1f\x38\x17\ \x3d\x1e\x94\x0e\xf9\x45\x40\x54\x72\xb0\xae\xb0\xc0\x95\x59\x11\ \x9b\x13\x56\x88\x4a\x88\x39\x71\xa1\xa7\x61\xd0\xa4\x55\x2b\x7a\ \x3a\x75\xae\xac\xb9\xb9\x47\x35\x73\x7d\x26\x23\xcb\xaa\x2a\x65\ \x28\x90\x18\x9e\x67\x61\x29\x01\x23\xf8\x61\xf1\xaa\xe0\xa5\x51\ \x86\xc4\x44\x1f\x69\xb3\x68\x25\x6d\x8d\x14\x00\x80\xc8\x7b\xbd\ \x5e\x70\x9a\x63\x3c\x2c\xaf\x72\xdb\x39\x2f\x67\xc7\x97\x60\x69\ \x80\x28\x79\x18\x8a\xb0\x7b\x9f\x3e\x0b\x7a\x18\x9a\xa5\x71\x8a\ \x25\xd5\xf9\x0a\x75\xb8\x0d\xa3\x18\x04\xa5\x18\x5e\x10\x28\x9e\ \x65\x5d\x56\x8c\x63\x08\xa7\x7d\xad\x0b\x31\x10\x80\x25\xa7\x12\ \x8f\x59\x59\x2f\x30\xa7\xc2\x12\xf0\x81\x24\x87\x31\x82\x20\x02\ \x54\x13\x3c\x3e\x9f\x47\xf4\x05\x97\xfc\xde\x40\x90\x93\x1b\xc9\ \xe9\x90\x87\xf7\x04\xe1\x15\x48\x16\x93\xbc\xde\xb5\x7e\x4c\x0f\ \x4f\x70\xb0\xe6\x16\x90\x95\x1f\x7c\x4d\xe2\x4b\xab\x90\xc3\x56\ \xa7\x43\x30\x77\x15\x2c\x0e\xfc\x74\xd0\xab\x9c\xe9\x63\x96\x02\ \xab\x41\x80\x88\x4e\x97\x0f\xfc\x3c\x11\x9a\xc5\x10\xac\x51\x25\ \x31\x02\x08\x9f\x91\x02\x70\xc8\x03\xef\x41\x5a\x49\xce\xe7\xac\ \x34\x3b\xb5\xeb\xe2\xd3\xe3\xa3\x63\x33\x73\xe3\x92\x01\x65\x65\ \x44\x84\xc5\x85\xc5\xc0\x8d\xe7\x84\xa2\x54\x18\xae\xd0\x0b\xf9\ \xaa\xf1\xc2\x50\x7f\x55\x58\x46\x4c\x7c\x1c\xd0\x85\xd8\x98\xd8\ \xa4\x54\xb8\xed\x54\x15\xd9\x08\x6b\xdc\x81\x19\x84\xd5\xee\x40\ \xa0\xfa\x7f\x86\x26\x30\xb5\x1f\xee\x67\xfd\x0c\xd0\xeb\xcb\xc6\ \x9f\xc1\xdd\xa7\x1a\x7b\x2f\xf4\xa6\x26\x24\xc1\x36\x9d\xa2\xa2\ \xa1\xde\x9c\x9c\xd4\x0b\x45\x50\xb9\xba\x60\x21\x62\x52\x6a\x6a\ \x64\x51\x44\x64\x55\x66\x5c\x74\x6c\x52\x55\x51\x34\x2c\xef\x69\ \xac\x0a\x03\x74\x95\x1a\x99\x03\x1e\xdc\x9b\x90\x94\xd0\x95\x9a\ \xda\xd8\x98\x10\x09\x14\xac\xb1\x3f\x67\xc3\xee\x4d\xf5\xc7\xbb\ \xe3\x8f\x1c\xda\xbb\xf3\xe3\xa3\x3f\xfd\xfe\xc3\xfc\xbd\xf3\x8b\ \x97\x3f\x29\x68\x6b\x6a\xda\xb7\x67\xc7\xee\x13\x47\xb6\x55\xbf\ \xf1\xe4\xbb\x97\x2e\xd6\xed\xfd\xf0\xf8\xbb\x5b\x9b\xd6\xa7\xc5\ \xc7\xc5\x6d\xdc\x98\x0c\x9b\x99\x93\x23\x23\x8a\xeb\x4a\xba\x5f\ \xbe\x3d\xf1\xcb\xdd\x8e\x85\xf3\x13\x9f\x9f\xd8\xd7\x56\x5c\x96\ \x9e\x1a\x9f\x99\x99\x99\xd7\xb2\x6b\xd7\xae\xad\xff\x3a\xf8\xd3\ \x6b\x1f\xbf\xfd\xd5\x93\xd6\x95\xcb\xba\x9a\x81\xf0\x44\x23\xe2\ \xcc\xbf\xd2\x6a\x4c\x2c\x1d\x99\xd7\xdc\x3c\x7d\xc9\xc2\x2e\xe8\ \x06\x96\x6b\xfa\xce\x24\x9e\xf9\xae\x75\xf9\xe2\xe5\x33\x2e\xd4\ \x65\xb4\xeb\x55\x26\x39\xda\x77\x73\xf4\x56\xdf\x2b\x97\x76\xfe\ \x74\xd7\x16\x6e\xd3\x0e\xeb\x8d\xb8\xdd\x86\x39\x55\x66\x13\x4b\ \xdb\x6c\xf4\x1b\xd7\xdd\x72\x19\xaf\x34\x03\x0f\xa4\x76\x72\xda\ \xc4\xf7\x3f\xbf\x79\xf6\x49\x8f\x39\x5f\xe3\xa2\xa3\x64\x2c\xc5\ \x21\x12\x69\x74\x8b\xf2\x87\xe7\x4c\x4e\x7d\xbe\x22\x51\x35\xd2\ \x93\x2f\x77\xd1\xe0\x91\x88\xb1\x01\x67\x45\xb0\x02\x0a\x59\x16\ \xc4\x95\x65\x90\x95\x12\x76\x1d\x62\x30\x02\x60\x57\xc8\x86\x3b\ \xc6\xc7\x27\xc2\x53\xce\x50\x01\x42\x3b\xd3\xa3\x55\x72\x56\x27\ \xce\x30\x6a\x12\x85\xa7\x37\x6e\x73\x33\xe0\x13\x1b\xa2\xb4\xa0\ \x9d\x06\x87\x11\x35\x26\x3a\x09\x92\x55\x29\x6c\x2a\x65\x8a\x0a\ \x75\x29\x8c\x36\xd4\x8a\xaa\xd5\x48\x8a\x5c\xa6\x19\x36\x2b\x09\ \x4c\xeb\x74\x11\x32\x95\xd2\x62\x18\x1b\xe7\x5c\x0d\x3a\x1c\x58\ \x34\xd4\xaa\x4c\x34\x27\xbe\x13\x17\x1b\x1f\x9b\x91\x96\x96\x19\ \x17\x0b\x6d\x33\xf8\x3d\x45\x87\x81\x43\x25\x36\x2c\x2c\x07\x90\ \x78\x1c\x78\x63\xd3\xd3\x92\xc3\x62\x62\x62\xd2\x4b\x2a\x4a\x0a\ \xd6\x37\x95\xe5\x6d\x00\x36\xb0\xa0\xac\xba\x7b\x73\x53\x4b\x6d\ \x75\xcb\xb6\xdd\x5b\x9b\xdb\x8e\x7c\xb7\x5c\x4a\xc0\xae\x18\x1e\ \x11\xa8\xe9\x67\x0f\xa6\xff\xfa\xed\x3f\xb0\x64\x71\xf5\xc1\x0b\ \xff\xff\x8e\xb3\xbf\xc1\xe7\x30\xb3\x18\x8a\xd8\xdf\x2f\x3c\xf7\ \xdc\x7f\xff\x2f\xe0\x7b\xdd\x7f\x9f\x7b\xe1\x39\xe2\x74\x41\x79\ \x6e\x79\x6e\xe6\xc6\x3c\x80\xcf\x99\xf1\xe9\x05\x25\x19\xd9\xed\ \xed\x3b\xea\x2a\xb6\xec\xde\xbc\xe3\x58\x7d\x4b\x41\x6e\xde\xfa\ \xc2\xee\xad\xdd\xbb\x4e\x1e\x3c\x71\xe8\x9d\x5b\x24\xc3\x90\xaa\ \x0e\x7c\xee\xfe\x0d\x9b\x17\xe0\x06\x49\xb0\x76\x60\xc3\x9c\x92\ \x0f\xb6\xde\xb0\x14\x60\x15\x96\x65\x78\x84\x66\x9d\x26\x60\x83\ \xe4\x6e\x92\x91\x7c\x1e\x60\x13\x69\x9b\x57\x10\x68\x84\xc1\x78\ \x9f\x28\xf2\x4b\x24\xa0\xcd\x61\x03\xca\x72\xb4\xe0\x32\x22\x1e\ \xaf\x48\xfb\xc7\x7e\xff\xe5\xda\xe0\x8d\x73\xf3\x1f\xb7\x75\xb7\ \xef\xde\x77\x6c\xc7\xd6\xa6\xfa\xe2\x8a\xba\xda\xfa\xc2\xb2\x8a\ \xfa\x96\x8a\x5d\xcd\x9b\xb7\xd5\xb6\x6d\x39\xfa\xd8\x2d\xf8\x5c\ \x6c\x30\x44\x6b\x5b\x0d\x35\x0e\x85\xbe\xe6\xdc\x57\x47\x8f\x6f\ \xdf\x71\xec\xf0\xe1\x5f\x68\x1e\x71\x71\x1c\xcd\xf1\x82\x3f\xc0\ \xe1\xb0\xdc\x52\x85\x98\xcc\x76\x42\xd1\x39\x6a\xd2\x26\xca\xe5\ \xe1\x80\xa2\x38\x9a\xb0\xe3\x70\x3b\x8a\x96\x28\x16\x18\xb9\x60\ \x08\x6e\xed\x85\x60\x4d\x7a\x90\x97\x78\xe0\x9b\x60\xbb\x33\x42\ \x7a\x01\x80\x81\x27\x0c\x2c\x16\x47\x4a\x01\xa0\x6c\x12\x60\x14\ \xca\xef\x05\x32\x22\x00\xbb\x29\xf1\x9c\x4b\x43\xfb\x81\xa1\x14\ \x3d\xab\x70\x8f\xdc\x03\xfe\xab\xe0\x15\x81\x30\x50\x02\x2c\xe1\ \xf2\x4a\xd0\xb4\x01\x33\x28\x91\x28\x38\x86\xe0\xe6\xbe\x24\x89\ \x1e\xc9\x0f\x94\x8c\x23\x55\xb0\x18\xc1\xcf\xf0\x40\x4d\xfc\x00\ \xae\x80\xa7\x94\x18\x86\x66\x28\x28\xa3\x0c\x13\x08\x79\x08\x1c\ \x5e\xa7\x84\x45\x64\x4b\x30\x42\x22\xc0\x23\xa4\xcf\x17\x84\xdd\ \xca\x3c\x45\xb1\x1e\x96\x07\xe4\x0c\xf0\xeb\xdf\x0f\x9e\x05\x25\ \x04\x97\xc9\xed\x52\xc8\x03\xe8\xb5\xc7\x4e\xaa\xc3\x13\x71\xe0\ \xb6\xe1\xce\x7d\xd0\x0f\x37\xb6\x24\xa0\x80\x0c\xe3\x67\xd8\xa0\ \xc8\x72\x0c\x2b\x46\x65\x11\xa8\xe4\x81\x8d\x6b\x4e\x44\xf4\x11\ \x9c\x55\x69\x4c\x5c\x17\x11\x17\x9f\xbd\x31\x33\x23\x2e\x3a\x33\ \x2c\x2c\x77\x43\x26\x58\x4e\x81\x45\x83\x7b\x58\x00\x81\x60\x21\ \x42\x74\x7c\x72\xe4\xd0\x10\xe0\xa9\xa2\xe8\xe8\x08\x60\xa2\xaa\ \x80\x99\x8a\x84\xe3\x22\x22\x63\x72\xfe\xa9\xbf\x02\x1f\x2e\xf4\ \x57\x0d\xad\xf5\xe8\x00\x13\x78\xe1\xcb\xff\xbd\x00\xbe\xe8\xef\ \x6f\x04\x82\xd3\x7f\x01\xce\xa5\x48\x80\x02\xd7\x0f\x23\x8f\xc1\ \x0f\x2c\x02\xd2\x05\xd1\xa9\x68\xad\x98\xa7\x11\x40\x56\x64\x51\ \x5c\x06\xac\xef\x89\x01\x67\x00\x1c\x4e\x9f\x10\x0b\x08\x2b\x27\ \xa7\xb1\xb1\xaa\x31\x3a\x15\x18\x52\x60\x41\x63\xaa\xfa\x53\x63\ \xa3\xc3\x62\xcb\xeb\xdb\xb7\x6d\x2b\xc9\x3b\x7e\x72\xff\xeb\x1f\ \xef\xf9\xe0\x9b\x1f\xae\x9e\x9e\x3f\xf3\xf0\xe0\x27\x2b\x07\xf7\ \x7e\xf5\xca\xf1\xe3\x2f\x1f\x7c\xf9\x95\xf7\x2e\xdd\xbd\xf4\xdd\ \x57\x6f\x7e\xb6\xef\xd8\x7b\xc7\x8a\x4b\x72\xd3\xd7\xe7\x25\x6f\ \x4c\x8e\x88\xce\xec\xae\xcb\xdb\xfd\xf6\x2b\x77\xef\x8c\x7f\xbf\ \x32\xbb\xf8\xc7\xb7\x2b\x2f\xdf\x19\xfb\xe6\xd1\xb9\x97\xf6\x75\ \xef\xa8\x88\xcb\x6b\x3f\x7c\x64\xff\xdb\x5f\xbf\x34\xff\x7b\xeb\ \xcd\xb1\xdf\x07\x2f\x77\x2a\x39\xc5\x6c\x8d\x5c\x8f\x59\x1e\x63\ \xaa\x86\xc7\x77\xdf\x7a\xe7\xf8\xe7\x7f\xbe\xf9\xe2\xfb\x86\xb1\ \xab\xcb\x37\xc7\x26\x26\x74\x3d\xd7\x17\x3f\x19\xef\x34\xcb\x51\ \xc6\xa9\x34\x69\xcd\xfa\x9a\x9e\x89\x8b\x5f\xbc\xf3\xc3\xf2\xe0\ \xc3\x9a\xcb\x13\x76\x42\x23\xc7\xe5\x9c\xdd\xd2\x63\xc7\x30\x4d\ \x22\x62\x6f\xb0\x4a\x34\x6f\x15\xd5\x4a\xb7\xa1\xc1\xc6\x65\xd5\ \xd8\xc2\x6f\x64\x99\x16\x97\x07\x4c\x82\x4d\x6d\x13\x5d\x6a\xb5\ \x49\xae\x9f\x6b\x6d\xb8\xf8\x85\xdd\x18\x85\xd3\x0d\x0f\x2b\x57\ \xe4\x72\x0a\x2c\x86\xa4\x55\x65\x33\x28\x49\x9e\xe5\xd4\x06\xb7\ \xdd\xa6\x74\x6a\x34\x76\x56\x3e\xa0\xf2\xf9\xd4\x89\xa6\x70\xc7\ \x40\xe7\xad\xf3\x2a\xb9\xc9\xcd\x68\x1b\x0c\x2e\x0c\xc3\x44\x1c\ \xc1\xed\x4e\x9c\x14\xdc\x04\x99\x85\xe2\x28\x8d\xa3\x9c\x8b\x14\ \x7d\xb8\xca\x6e\xd3\x19\x14\xad\x6e\x1c\xb1\x13\x5a\x6e\x09\x53\ \xb8\x70\x23\x81\x5b\xdd\x1a\x4c\xa2\x14\x84\x1a\x15\x58\x8c\xf1\ \xbb\x94\x36\x27\xb9\xc4\x60\x46\xa7\xcd\x26\x37\x84\x87\x53\x9d\ \x67\xb4\x16\xad\x5d\xe8\x00\x10\x1a\x91\x0c\x0b\x6d\xd3\xe2\x23\ \x32\xd3\xa3\xe1\x6e\x7b\x74\x74\x58\x58\x6c\x74\x52\x4e\x51\x44\ \x58\x04\x0c\x0d\x8b\x88\x83\x95\xb9\x99\x25\x1b\x4a\xca\x6a\xeb\ \x5a\x0a\x4b\x6a\x37\x6f\x29\x6e\xe9\xee\xde\xd2\x56\xdf\x54\x52\ \xb7\xe7\xfa\x84\x86\x40\x24\x70\x5e\x0a\x04\xc3\x18\x55\x2a\x0a\ \x53\xd8\x29\xc6\x6e\xa7\xb5\x56\x18\xab\x02\x5b\xd5\x82\x81\x07\ \xcf\xff\xcf\xd3\xdf\x9e\x9f\x5e\x5d\x0d\x2e\x4d\xc3\x99\xea\xff\ \xfe\x27\x5c\xfd\xff\x02\x33\xff\xf6\xe8\xc6\xb3\x4c\x67\x9b\x73\ \x73\xd3\xca\xf2\xe2\xd3\xe0\x54\x9e\xf4\x8c\xdc\x82\xf5\x91\x1b\ \xb6\x36\x57\x00\xb1\xa8\xaf\x6d\xda\xb3\x6b\x57\x61\xc6\x86\x0d\ \x25\xd5\x6d\x87\x4f\x1c\xdb\x7d\xf4\xe8\x4b\x8b\x72\x9a\xc6\x94\ \x56\xec\xce\xa3\x59\x6e\x69\xc9\x03\x4e\x7a\x42\x22\xed\x72\xbd\ \x16\x40\x06\x78\x73\x39\x9f\x9f\xa2\x18\x8f\xc0\x08\x2c\x53\xa9\ \x65\x68\x95\x01\x73\x3b\x59\xe0\xae\x58\x92\x22\x9c\xcc\x60\x4a\ \xd0\x0b\xcf\x6e\x09\xb6\xe0\x2d\x81\xb3\x90\x26\x5d\x80\x58\x00\ \xe3\x78\x31\xe6\xfe\xad\xc5\xdb\x33\x77\x17\x5f\xdd\xba\xb5\xbd\ \x7b\xf7\xde\x6d\x7b\x36\x43\xee\xab\xa8\x28\x58\xbf\x65\xcb\xa6\ \x4d\x15\xed\x9b\xda\xb7\xd7\x6d\x3a\xf0\xbb\xcb\xc8\x06\x50\x66\ \x29\x38\x1d\xb0\xe6\xff\x79\xa4\x65\xd3\xa6\x8f\x5e\xfe\x69\x71\ \x7c\x78\x70\xfc\xea\x07\x29\xa1\xa0\x57\x24\x25\x4e\xed\x73\x13\ \x00\xf9\x18\x6f\x80\x56\x69\x2c\x1d\x35\x08\x8f\x2b\xf5\xe1\x46\ \x19\x45\xd8\x08\x16\xb3\xb9\xec\x6e\x0c\xf3\x03\xe2\xf1\xf8\xbc\ \xa2\x8f\x52\xb3\x4e\x3d\x45\xd2\x00\x61\x7c\x6b\xff\x90\xdc\x5a\ \x67\xa4\x40\xb3\x80\xdd\x00\xc6\x51\x9c\x00\x73\x58\x7c\x41\x0f\ \x49\x02\xd8\xf1\x78\x42\x21\x20\x3e\x34\xcd\xc2\xf2\x33\x9e\xc2\ \xd8\xa5\x40\x68\xda\xbf\xb4\x3a\x0d\x37\x96\x3c\x7e\x0f\x2b\xb1\ \x84\x5b\x24\xb0\xe0\x2a\xac\xe4\x0a\xfa\x3c\x81\x00\xbb\x96\xc6\ \x05\x3c\xab\x4f\xe2\x49\x37\x10\x3b\x8c\xe4\x01\xf0\x00\x79\x0f\ \xfa\x3d\xfe\x55\x6f\xc8\xeb\xf5\xaf\x02\xdd\x0a\x06\x03\x22\x20\ \x3e\x41\x0a\x2c\x89\x02\x6c\x25\xf7\x79\xc1\x53\x82\xed\xca\xd3\ \x41\xde\xe7\x01\x4b\x93\x84\x5b\x35\x14\x50\xd8\x67\x7f\x4d\x3f\ \xf8\x6b\x3a\x28\x1a\x2d\x95\x1d\x29\x0d\x63\xe1\x2e\x52\xd0\x80\ \x75\x98\x17\xa6\xff\x7a\x3a\xed\x03\x16\x34\xc8\xb3\xa1\x25\xa0\ \x98\xe0\xad\x0d\xc0\x8b\x8b\x41\x02\x11\x58\x9a\x64\x45\x26\x51\ \x85\x51\xa1\x69\x8f\xcb\xe9\xa6\x3c\x80\xca\xfe\x7a\xfa\x6c\xd5\ \xb7\x2e\x23\x23\xad\x20\x2d\x36\x26\x2e\x3a\x37\x2d\x32\x3a\x37\ \x33\x0d\xf6\x5a\xc4\x46\x44\xc6\xf4\x9e\x6a\x04\xb7\xb0\xf8\xea\ \x2d\xbb\x9a\x33\x63\xe0\x54\xbe\xe4\x8c\xe8\xe4\x8d\x99\xf1\xe0\ \xe0\xcd\xcc\x88\x4c\x88\x4c\x58\x9f\xdd\xf5\xf3\x3f\x23\xeb\x87\ \x86\xfe\x89\x48\xbe\x00\x3e\xf4\xae\x7d\x84\xba\x35\xd4\xdb\xd5\ \xdb\xdf\x0b\xf8\xac\x77\xa8\xbf\xbf\x08\x28\x4e\x51\x0e\xdc\x7a\ \x4f\x6a\x84\x41\x0e\x40\xf1\xe0\x24\xaf\xde\xaa\xc6\xd4\xa2\xb0\ \xb8\xb8\xe4\xf8\x98\x04\x20\x5c\xe0\x7e\x38\x6d\xa2\xb1\xeb\xe7\ \x0b\x70\x6f\xbe\x31\xa9\x31\x12\x36\xe8\x14\xc1\x39\x14\x5d\x49\ \x61\x69\x85\xd5\x9b\xda\x0e\x1e\x0b\xdb\x76\xe8\xd0\x67\x87\xf6\ \x1f\x7e\xf3\xa7\xef\x7f\xf9\xe5\xf4\x99\x3b\x97\x66\x7f\xd9\xf9\ \xd9\xb5\x2f\xbe\x38\x7b\xfe\xea\xf9\x99\xc9\xfb\xf7\x6e\xce\xcf\ \x7f\x75\x74\xdf\xc1\xeb\xdf\xef\xd8\xba\xa9\xac\xba\xbe\x76\xc7\ \xf7\xaf\x9f\x3c\x7a\xfb\xa7\x1f\xff\xf8\x7e\x25\xea\xd1\xfc\xb9\ \xe5\x9f\x96\xa7\x5e\xbd\xf2\xcd\x78\xe5\xfb\xc3\x33\x46\x4b\x8a\ \xa5\xef\x8f\x9d\x63\x1d\x9f\xfc\xf8\xf1\xc8\x60\xe5\xe4\xe5\xa8\ \x95\xef\xbf\x7f\xd1\x69\x4a\x4c\xd1\x0f\xdf\xa9\x19\x19\x7d\x05\ \xc8\x4d\xcd\x4c\xc7\x47\x8b\xd7\xae\xcc\xff\x78\xc7\x6c\xc9\x6f\ \x6d\xed\xec\x98\x18\xcc\xd2\xd6\xcc\x3c\x5c\xb9\x35\xaa\xd3\x13\ \xd6\x4e\x99\x5c\x69\xd4\x28\x5a\xad\x36\xdd\xe0\x4c\xe9\xc8\x70\ \xe9\x9c\x43\xed\xe8\x19\x50\xa6\xd8\x34\x26\x99\x41\xc3\xbc\x3d\ \x7c\x66\xd2\x68\x31\x85\xa7\x94\xda\xf5\xea\x49\xab\xbc\x0f\xf7\ \x92\x72\x9b\x33\xd1\xa1\x09\x9f\x72\x90\x76\x0b\x5d\xda\x81\xca\ \x8d\x35\x83\x72\xce\xa0\x51\x3a\x79\x97\x51\xef\x52\x53\x72\x42\ \x6e\x77\x2b\x3a\x3b\x8d\xba\xf0\x06\x25\x36\xe5\xe6\xac\x72\x00\ \xfc\x1a\x2d\x26\x4f\x31\x32\x94\xd3\x6e\xb1\x98\x1c\x0e\x59\x43\ \xcd\xc8\xe3\x94\x28\x04\x93\xbb\xec\x38\x0f\xd8\xe1\x4c\x83\xdb\ \x64\x53\xa2\xf6\x1a\x3b\x63\x0c\xb7\xd3\x98\xc8\xe9\x08\x49\xe9\ \x94\xa3\x72\x93\xb2\x46\x6e\x37\xaa\x13\x11\x53\xcf\x12\x92\x28\ \x13\xd5\x06\x54\x2e\xe1\x08\xaf\x33\xda\xed\x08\x62\xb4\x72\x24\ \xc2\x73\x4a\x85\xd2\xe7\xc2\x98\xc1\x44\x12\xc8\x70\x22\x15\x2e\ \xd7\x86\x67\xa5\x54\x1e\x88\x88\x0b\x8b\x8f\x00\xac\x9a\x1c\x0d\ \x0e\x83\xc8\xa4\xe8\x04\x78\xc9\x35\x32\x2c\x2c\x0c\x8e\x70\x04\ \xeb\x5d\x5c\x74\x12\x80\xe5\x84\xa4\xb0\xcc\xf2\xb6\xa6\xba\x8a\ \x8a\xe6\x96\xa6\xb6\x6d\x60\x5d\xd9\x5a\xb7\xe5\xf0\xdb\xf7\x3a\ \x29\x11\xa3\x48\x8d\x9b\x36\x0e\x1a\x6d\x6e\x9a\xb1\x29\x54\x44\ \x87\x83\x44\x10\x37\xc7\x18\x71\x23\x4a\xbb\x69\x82\xa6\x49\x18\ \xf6\x45\x93\x98\x11\x71\xbb\x1d\x42\x28\x00\xfe\xfc\xf5\x9f\xa7\ \x4f\xe1\x2c\xf9\x07\x4f\x57\xff\xfa\x8f\xf1\xf3\x37\xef\x7c\x5e\ \x9f\x57\x98\x1e\x9f\x11\x97\x99\x1d\x0f\x4c\x41\xfc\xc6\xf2\xf5\ \xc9\xe9\x71\x4d\x5b\x0f\xec\xae\x2d\xdb\x5c\x5f\xd6\x76\x60\x7b\ \x7d\xe1\xc6\x82\xbc\x8d\xb5\xd5\xcd\x07\x8e\x1f\x3f\xfe\xee\xf1\ \x2b\x29\x4e\xb9\x49\x27\xf4\xcd\x8f\x8f\x4a\x80\x62\xa6\x9f\x3d\ \xf3\x07\xbd\x1c\xc5\x90\x94\x48\x53\x2c\x6b\x75\x39\x9d\x2e\x94\ \x83\x4c\x15\xc4\xed\x2c\xad\x44\x04\x99\xd2\xc8\x72\x84\x93\x17\ \x68\x9d\x95\xc4\x18\xd4\x0d\xf8\x46\x14\xc1\x73\x75\xb9\x39\xaf\ \x47\x04\x8f\x63\xe1\x0e\x98\x80\xfd\x7a\xfd\xd2\xd8\xfd\xb1\x6f\ \xf7\x1d\xdb\xd6\xbe\xb9\x7e\xef\xe1\x6d\x5b\xd7\xf2\x53\x0b\x4b\ \xea\xeb\xea\x6a\x2b\x9a\xea\xca\x9b\xb7\xb4\x1f\x7e\x2d\x51\xa7\ \xa7\x58\x2b\xe7\xf3\x86\x82\x3e\x41\x24\x15\x29\x26\xa5\x5a\xa9\ \xb6\xeb\xa2\x6a\x6e\x5c\x33\x01\x24\xf1\xfb\xbc\xac\x1b\xc8\x83\ \x40\x92\xb8\x24\xf8\x78\xa7\x13\x83\x5d\xbf\x3c\xe1\x06\xea\xe8\ \x76\xea\xe4\x72\xab\x91\x72\x23\x94\xe0\x11\x79\x9c\xb0\x59\xed\ \xee\xf0\x2c\x19\x62\x4f\x31\x10\x3c\x41\x30\xbe\x00\x09\xc4\x26\ \x20\xc0\x16\x43\xce\x4d\x50\xe2\x92\xc8\xf2\x56\xab\xe4\xf1\xc3\ \x2d\x25\x9f\xb0\x14\x92\x3c\xbe\x69\x00\x3d\x41\x89\xa3\xbd\x40\ \x87\x7d\x0c\xef\x03\xda\xe3\x61\x7c\x42\xd0\x83\xe3\x18\x41\x21\ \xc0\x1f\x62\x56\x9e\xa5\x25\x92\x11\x97\x04\x41\x90\xbc\x3e\xce\ \xe8\x74\x81\x77\x07\xe3\x57\x03\xb0\x8a\x4b\xe0\x19\x56\xe0\x29\ \x3b\xe7\xcc\xb2\x8a\x94\xcd\xe3\xe5\x79\x51\x14\x05\x1f\xbd\x56\ \xd6\xb0\x14\x0a\x0a\x2c\x00\x34\xf8\x62\x42\x41\x58\x78\x01\x93\ \x21\x00\x91\x79\x44\x2f\x30\xaf\x7c\xe0\xe9\x6f\xbf\x3d\x7d\x06\ \xb4\x99\xc5\x11\x14\xc5\x68\x00\x6d\x34\xef\xe1\x48\x3e\x08\xc8\ \xcc\x1b\x98\xfe\xf7\xf3\x3e\x4e\x60\x28\xda\x89\xab\x81\xdd\xe0\ \x28\x31\x08\x7b\x7e\x02\x1e\x1c\xbc\x20\x1e\x41\x04\x08\xa0\xe0\ \x67\x61\x34\xbb\xfa\xe0\xaf\x67\xb0\x46\xff\xd9\x5f\xeb\xf2\x32\ \xc2\x32\x01\xd2\x47\xa6\xaf\xdf\x18\x11\x97\xb6\x31\x1b\x38\xa8\ \x64\xd8\x2c\x06\xc8\x26\x26\x22\x26\xbe\x60\xf3\xee\x83\x07\xab\ \xe3\xe0\x44\x81\xf4\xec\xb4\xcc\xb4\xb4\xb0\x8d\xd5\x70\x8c\x53\ \x6c\x7c\x76\x49\x45\xfa\xa9\xb5\x1d\x77\x40\x59\xb0\xdb\xf9\xcb\ \xb5\x82\xac\xa1\x53\xfd\xa7\x7e\x3e\x05\x1c\x22\x30\x85\xfd\xfd\ \x5d\x70\x38\x45\x51\x63\x2f\x2c\x6e\x48\xe8\x02\x3f\xf5\x54\x51\ \x4c\x15\xa0\x26\xd8\x5b\x08\x1b\x05\x01\xc1\x45\x36\x16\x25\xc4\ \xc6\xc5\x27\x01\xd7\x57\x05\xfb\x72\xbe\xec\x8d\xa9\x3a\xf5\x65\ \x6f\x55\x4e\x63\x57\x6f\x51\x57\x64\xd1\xda\x78\x7b\x98\xdb\xd0\ \x9f\x90\x5e\xd1\xb6\x79\xef\x8b\xc7\x23\xb7\x1e\x7d\xf7\xe3\xad\ \x87\x3e\xfc\xe9\xbb\xb3\x8b\x8b\xf3\x13\x8b\x8b\x67\xbb\x8f\x7e\ \x37\x3f\x33\x71\x75\x6c\x62\x64\x62\xf8\xf1\xfd\xe5\x27\xe7\xe6\ \xbf\xfb\xd5\xd1\xba\xf0\xdd\x8d\xe5\xeb\x37\x47\xa3\x06\x57\xc6\ \xff\x3c\xbd\xf2\x64\x78\x7c\xd9\x9c\xdf\xa9\x57\x46\x99\x17\x4a\ \x4b\x1b\xe6\xdd\x95\x4f\xa8\x87\xe1\x29\xf2\xf0\xce\xc1\x27\x86\ \xd3\xe3\x89\x63\xae\x99\xc1\x7b\x3f\x84\x8f\x4c\x3e\xbe\xd5\xf9\ \xcb\xef\x4f\x4e\x8f\xdc\xca\x5f\xbe\xb5\x5c\xf9\x30\xdc\x66\x51\ \xe8\x0d\x9d\x16\xa7\x2d\x31\xc5\x15\x3e\xaa\x75\xe7\x4f\x21\x06\ \x8b\x3b\x71\x72\x70\xb8\xd4\x64\xd1\x13\x0a\xa3\x5a\xa6\x97\xd9\ \x50\xa5\xd6\x69\x1f\x30\x63\x36\x7b\xcf\xcd\x8e\xc1\xef\x7e\x9c\ \xd2\x2b\x2d\x03\x23\x5a\xb9\x7a\x6a\x62\xd6\x3c\xd8\x61\x76\x98\ \x2f\x8f\xa8\x1c\x93\x3a\x75\xe2\xa0\x7a\xea\xab\x70\x4d\xc7\x79\ \xb7\x3c\x2b\x4b\xa3\xba\x69\x9d\x28\x45\x0d\x88\xce\x20\x37\xcd\ \x1b\xee\x8d\x2b\x39\xce\x25\x93\xcb\x05\xb7\x5c\xa1\xb4\xd9\x3a\ \xec\x46\x65\x8a\xd1\x68\x51\xb8\xec\x5a\xce\xac\x70\xc9\x6d\xaa\ \x7c\x23\x6f\x03\x24\x85\xaa\x26\x6f\x3a\x3b\x2e\x4f\xce\xcd\xd9\ \x70\x20\x51\xaa\x4a\x9d\x06\xc1\x2c\x2e\x85\x86\x30\x37\x90\x66\ \x8d\xca\xd1\xe3\x72\xd9\x50\x0e\x58\xc3\x2c\x2b\x2a\xb7\x5b\x5d\ \x33\x13\x1d\x56\x38\xdf\x6c\x9c\x54\x72\xa2\xe8\x56\x1b\xb4\x72\ \xa7\x5e\x93\xe8\xb2\x92\x6a\x1b\xe5\xd6\xc8\xd5\x4a\x8c\x26\x29\ \x2d\x04\x9f\x2c\x8d\xb2\xe3\xcc\xa4\xfa\xb6\xc3\xd0\x79\x6b\xc5\ \x39\x9e\xbb\x31\x2d\x3d\x23\x33\x39\x2e\x3e\x36\x2c\x1a\x1c\x19\ \x49\x71\xd1\x91\xd1\x31\xb0\xad\x0a\x2c\x26\x11\x31\xb1\xe9\xd9\ \x31\x49\x91\x49\x71\x60\x99\xcb\xa8\xde\x54\x5e\x56\x57\xd7\x54\ \xdf\x7c\x68\x6b\x5d\xf7\x9e\x4f\x97\x6b\xe4\x6e\xb7\x15\xe3\x80\ \xfb\x71\xb1\x80\x76\x08\xbb\xda\x04\x14\x41\x6b\xb8\xdc\x17\xe5\ \x74\xac\x58\x78\x39\x41\xd9\x70\xa3\x42\x8e\x01\xe4\x21\x08\x8a\ \xc4\xdd\x38\xe1\xa2\x24\x09\x43\x29\x52\x72\xd2\x9e\x90\x07\x9c\ \x45\xfa\x94\x47\x16\xf9\x47\x27\xf7\x1d\xf9\x60\xef\xc6\xa4\x98\ \xa4\x88\x88\xf8\xf8\xb8\xf8\xe4\xf4\xbc\xdc\xf2\x92\xe4\xe8\xf4\ \xda\x4d\xed\xc7\x9a\xb6\x77\x17\x56\x1c\x3f\x79\xac\xbe\x30\x2f\ \x77\x43\x49\x5d\xcb\xd6\xe3\x07\x4f\x1e\xfe\xf4\x5f\xe3\x29\xe7\ \x6f\x5d\x99\xa3\x97\x57\x56\x3a\x9f\xfe\xe6\x0f\xbd\xf0\xf7\xdf\ \xeb\xfe\xfe\xef\xff\x3c\x58\x0d\x30\x5e\x91\xf7\xd0\x9a\xd6\x06\ \xb7\x5b\xe6\xc2\x5d\x5a\x4c\x4b\x89\x28\x06\x4b\xff\x31\x02\x63\ \x79\xce\xed\x01\x9a\x64\xc7\x58\x9d\xd6\x8d\x4b\x12\x85\x10\x92\ \x9b\xe4\x48\x9c\xe2\x78\x5d\xbe\x9c\xa0\xa9\x00\x7d\xf1\xda\x9f\ \xe7\xee\x7e\x70\x68\x5b\xf7\xf6\xcd\xed\xed\x5b\x9a\x5b\xba\x0b\ \xcb\xf3\xca\x0a\x2b\x2a\x36\xb4\xd4\xb5\x77\x77\xef\x6e\x69\xd9\ \x72\xe8\xd0\xbc\x66\x45\xe6\xb4\x6b\x68\xe0\xe6\xbc\x02\x83\xb9\ \xed\x72\x8d\x4c\x9b\xe2\xc8\xaa\x99\x58\xb9\xfb\x18\x85\x91\x7b\ \x3c\x2f\x20\xe1\x28\xee\x14\xe4\x6a\xb9\x92\xc4\x5d\x56\x5c\x04\ \x88\xad\xb4\x02\x11\xe2\x38\x80\x28\x22\x83\x70\x14\x45\xe8\x54\ \x92\xdc\xdc\x6a\x96\x1b\x50\x7b\x94\x86\xe6\xa3\x54\x5a\x8a\x41\ \x28\x80\x42\x2c\xce\xe2\x24\xcd\xb0\x1e\x0f\xed\x24\x05\x12\x13\ \x05\x37\xa5\x32\x0a\xc1\x25\x5e\x0c\xfa\x02\x4b\x5e\x2f\x70\x59\ \xb0\xe4\x53\xf4\x7b\x05\x27\xce\x4b\x2c\x27\x08\x18\xe5\xe2\x78\ \x9a\xa6\x24\xda\xbb\xc4\x4b\xc1\x80\xe4\x03\xdf\x04\x7c\x1b\xed\ \x5f\x7b\x85\x38\x9e\x22\x07\x1a\x24\x62\x36\xc9\x1f\xf0\x79\x3c\ \x40\xa5\xdd\x14\x6f\xd7\xb2\xa8\x43\x81\xaa\x0c\x6e\xda\x4d\x7a\ \xfc\x7e\xe0\x2a\x01\x9e\x05\x02\xdc\x52\x28\x20\x8a\xb0\xf0\x6a\ \x35\x00\x01\x4d\x94\xfc\x4b\x01\x1f\xef\x5f\xfd\x27\x68\xed\x01\ \x2c\xb1\xa2\xc0\xcb\xe2\x80\x63\xf5\x88\x8c\x00\xc3\x56\x45\x9e\ \x67\xfc\x22\x0d\xb7\x12\x7d\x0f\x9e\x7f\x66\x34\xe0\x4a\x5d\x6b\ \x96\xc6\x6c\x20\x79\x9c\x67\x35\x18\x07\x40\x8d\x75\x11\xac\xe8\ \x95\x3c\xcf\x48\xcf\xd2\x74\x20\xb8\xfa\xe0\xe9\x6f\x50\xac\xa6\ \x57\x83\xde\xd5\x75\x85\xb9\x09\x69\x69\xf1\x19\xd1\xd1\xe5\x79\ \xc9\x79\xcd\xdd\xf5\x65\x1b\x62\x13\xd2\x93\x7a\xab\xaa\x92\x72\ \x22\x92\xe3\xc2\xd6\x37\xef\x6a\x69\xda\xb1\x21\x26\x7a\x43\x7a\ \x72\x59\xf5\x86\x92\xe2\xe2\x8c\x8c\xe2\x8a\xb6\x1d\x2d\x85\xc5\ \x05\x05\x1b\xab\xd6\x52\xfc\xe0\xd4\x1c\xf0\x09\xd0\x2a\xd8\x54\ \x78\xaa\xf7\x4b\x78\xad\xf0\xcb\x0b\xa7\xbe\xec\x07\xa6\xee\x54\ \x7f\x57\x6a\x2a\x0c\x9d\xe9\xcf\x01\x02\x54\xd4\x95\x5a\xd4\x98\ \x93\x14\x06\x47\x54\x44\x47\x56\x55\x15\x85\xc1\xf2\x06\x38\xb7\ \x34\x2c\x29\x27\x27\xa7\x2b\x29\x27\x12\x08\x53\x63\xff\x5a\xd5\ \x56\x4c\x4e\xc2\x85\xae\x2a\x20\x9d\x43\xa9\xfd\x39\xa9\xa7\x1a\ \x8b\x32\xab\x77\xb4\x6c\x3f\x5a\xbd\xf9\xc8\xb1\x03\xef\x1e\x7a\ \xed\xc5\xab\xa7\xbf\x9d\x38\x37\x31\x76\xff\x95\xdd\x7b\x3e\xbb\ \x7b\xc3\x54\xb3\xeb\xd1\xbd\xe1\xe5\x45\xfb\x8b\xdb\x0e\xff\x30\ \x36\x56\x99\x3f\x52\x73\xee\xee\x9f\x63\x93\x5a\xf3\xc0\xc8\xf2\ \xa3\xcb\x37\xc7\xa3\xee\x8f\x3e\xfc\x5a\x33\x32\x7b\x63\x26\x45\ \x95\x22\x73\xe8\x5f\x19\xc7\xef\x7f\xd7\x71\xe6\xf4\xe5\x8b\xef\ \x3c\xfa\xe3\xc9\xb9\x45\x05\x66\xea\x98\xb8\x75\xd9\x59\x23\x53\ \x0c\x5e\x39\x7b\x62\xd4\x6c\xb6\x0d\x56\xce\x35\xe8\x2b\x57\x16\ \x07\x7f\x9d\xb7\xa8\x14\x3d\xc3\x93\x4f\x54\x35\xa5\x6a\xb3\xa1\ \x66\x6a\xb6\xcf\xe4\x30\xcc\x76\x2a\x14\xd0\x8a\x2b\xa3\xb2\xb0\ \xf0\x73\x2a\xcc\x70\x6f\xd9\x65\x7e\x68\x8b\x1a\xb4\x9a\xc6\x8c\ \x06\x93\xd2\x3a\xda\x8a\x19\xfb\xae\xc8\x35\xaa\x9e\xd2\x2c\xad\ \x55\xe5\x52\xa9\x2a\x6b\x9c\x51\xaa\x81\xc9\xa8\x4e\xf3\x57\x29\ \x8c\x52\x75\x4e\x21\x6f\xd0\xab\x94\x8e\x31\xa3\xb6\x72\xaa\x46\ \x7b\xed\xd5\x15\x3d\xc0\x10\xda\x88\x51\x34\xa1\xd0\x4a\x5e\x2f\ \x31\x09\xd6\x64\xbb\x4c\x6e\x55\xa3\xf7\x26\xad\x4a\x59\xa2\xbe\ \x92\xb6\x2b\x50\x35\x49\xab\x31\xa3\xc5\x8e\xaa\x6d\x72\xce\x65\ \xb7\xa1\x36\xab\x52\x24\xad\x36\x83\xde\xc6\x1a\xd4\x95\x88\x55\ \xa9\x26\xec\xc1\x90\x3c\x8a\xa0\xcc\x59\x3a\x27\x43\xda\x35\xbf\ \xff\x6a\x18\xe8\x1c\xc9\xef\xd0\x0f\x33\xa1\x90\x44\x91\x24\xa9\ \xae\x6c\xd5\xd2\xa4\xde\x2c\x27\x34\x1d\x7a\x41\x39\xf2\x85\x96\ \xe1\x38\x54\x22\xd5\x9a\x56\x5a\xbb\x30\x68\x02\x0e\xd2\x68\x30\ \x68\x3e\x8b\xdd\x18\x07\x08\x1b\x46\x34\x24\xc4\x27\xc7\xc5\x26\ \x44\x00\x5f\x18\x03\x1c\x7c\x32\x50\xac\xc8\x98\xc8\x68\x70\x4b\ \x05\x7f\x25\x67\xe7\x96\x34\x55\x6f\xdf\xd1\xb6\xe3\xe4\x81\x4d\ \xef\xcc\xf7\x19\xe1\x26\xae\xc6\x81\x68\xec\x6a\x27\x4b\xa2\x3a\ \x8c\xc0\x71\x3b\xce\x6a\xdc\x76\xab\x9b\x67\x8c\xca\xce\xb7\x5e\ \x5c\xc8\xcf\xb7\xd2\x2c\x85\x95\x9e\x21\x69\xab\xcd\x01\x87\x0a\ \x21\x1a\x6d\xcf\x23\x99\xd5\xae\x96\xa3\x94\x6f\xc9\x8a\x39\xd1\ \x99\xc5\xd6\x9d\x7b\x77\x1d\xda\xdd\xfe\xd9\xd6\xec\xf8\x88\xe8\ \xa4\xe8\xf8\x8c\x0d\x65\x1b\x8b\xd7\x17\x6e\x4c\xde\xb8\xb1\xbe\ \xb8\xbc\xae\x7b\x5b\x4b\xfd\xa6\x83\xed\x27\xdb\xcb\x01\x61\x95\ \x54\x1f\xdb\x71\xe4\xc4\xd1\xa3\x47\xc6\x6c\xbf\xbc\xf9\xe6\xce\ \x33\xfa\x3f\x56\x96\xa9\x75\xff\x5d\xf7\xef\x17\x60\xbb\xf7\x9a\ \x68\xbd\xf0\xdb\x34\x30\x41\xa8\x45\xcb\xe2\x86\xbe\x7c\xb5\xdc\ \x59\xe9\x12\x59\x1c\x50\x14\x89\x12\xf2\x28\x3b\x42\x8b\x30\xeb\ \x32\xe8\x97\x59\x79\x1c\x00\x04\x2b\xd9\x09\x9e\x16\x79\x9a\xf7\ \x4b\x6e\x35\xa2\x75\x7a\xac\x8b\x57\x16\xff\xfc\x64\xd7\xb6\xdd\ \x3b\x76\x34\x37\x6f\x6d\xaa\x6b\xde\x5c\xbe\xa7\xac\x60\x67\x00\ \x00\x20\x00\x49\x44\x41\x54\xa1\xb0\x24\x37\xaf\x02\xdc\xea\x9b\ \x9b\xda\xdb\x36\xb5\x7c\xfc\x6d\xf8\xe9\x09\xb3\xb5\x52\x4f\xe1\ \x14\x94\x09\x02\x75\x69\x65\x06\xb0\x84\xf5\x18\x3a\xa6\x96\x53\ \x28\xaf\x7f\xc9\x1f\xa2\x09\x37\xce\xd8\x95\x2c\x41\xb9\x31\x84\ \x00\x9e\x95\xe1\x9c\x12\x83\xaa\xc3\x59\x89\x77\x31\xde\x10\x03\ \x80\xdb\xa5\xac\x4c\x71\xfa\x70\x17\x66\x25\x30\x5c\x67\xd0\x32\ \x2a\xe0\xe4\x03\x6e\xd4\x09\x64\x85\xa1\x51\x9e\xa4\xed\x2e\x27\ \xc3\x4b\xa8\x43\xc3\xe3\x24\x4b\x71\x1e\x31\x08\x45\xc1\xcd\xb3\ \x1c\xeb\xf5\x53\x12\x60\xad\x90\xc8\x7a\xa0\x5a\xb1\x41\x80\x65\ \x38\xc2\x32\xc6\x2c\x25\xca\x80\x17\x49\xe3\xb8\x04\x43\x0a\xe1\ \x56\x96\x8f\x03\x56\x99\x04\xa0\x26\x72\x22\x90\x15\xc9\x07\xc1\ \x4f\x62\x29\x41\xf2\xf1\x4c\x40\xc4\x7d\xab\x01\x78\xaf\xc4\x79\ \x43\xab\xb0\x5f\x3a\x14\x02\xc0\xe6\x16\x00\x47\xf9\x39\x29\xc8\ \xb9\x29\xb8\x63\x1e\x5a\x05\x62\xb5\x36\x4a\x62\xc9\x2b\x4a\x3e\ \x11\xb5\x38\x25\x60\xb2\x3d\x02\x0f\xcc\x35\x2c\x1f\xe1\x79\x98\ \x42\x0d\xf3\xeb\x81\xcd\x9d\x7e\x3a\x0d\x8e\x09\xb5\x39\xc5\xea\ \x52\x49\xa2\xe4\xb6\x51\x26\x23\x0f\x44\x13\x78\xd2\x20\xcc\x26\ \xf3\x51\x94\x77\xad\x3b\x1b\x8a\x95\x8f\x36\xea\x50\xc2\xbf\x6e\ \x43\x76\x74\x5c\x76\x6e\x7c\x74\x44\x76\x5a\x76\x45\x7d\x6d\x71\ \x6e\x44\x6c\x4e\x4e\x24\xbc\x2e\xd7\x08\x56\xd1\x9c\x88\x92\x2d\ \xdb\xcb\x0b\xd7\xc7\x66\xc4\xa5\xa6\xed\xdb\x16\x9b\xde\x76\x64\ \x53\xc9\xc6\xf8\xb6\x5f\x3f\x2e\x3b\x79\xb8\xbc\x30\xae\x1f\xee\ \xba\xff\xb3\x8f\x05\xe3\x47\x21\x6a\xfd\x7c\xea\xcb\x0b\x90\xac\ \x1a\x81\x68\x9d\x02\x94\xd4\x05\x2b\xdc\x87\x7a\x2f\xf4\xf6\xf6\ \x37\xc6\xe4\x14\xc1\x8c\x3f\xd8\x60\x18\x99\x10\x53\x04\x57\xea\ \xd4\xd4\xe8\xb8\x68\xb8\x81\x9b\xd0\xd8\x58\x55\x15\x13\xd3\x35\ \xd4\xd5\x0b\x23\x94\x72\x52\xbb\x92\x80\x89\x6c\xcc\x49\x48\xaa\ \xea\x87\x25\xa4\x8d\x43\x49\x1b\xbb\xb7\x35\x1f\x39\xbe\xf9\xc0\ \xd1\x7d\xfb\x4e\xbe\xf3\xfe\xb7\x97\xae\x2f\x8e\x4f\xac\x8c\x7d\ \xfd\xee\x8e\xdf\x3f\xfc\xf3\xee\x3d\xc7\x99\xe5\xdb\x63\x57\x5f\ \x7f\x6d\xe7\xf6\x1f\x57\x1e\x5e\x1b\x9f\xb8\x3c\x39\xfb\xf8\xf1\ \xd8\xca\x8d\xd7\x5e\xbd\x8c\x0d\xff\xf8\xfe\x80\xe3\xe6\xfc\xa3\ \xb3\xe1\x37\x1e\xde\xbf\x73\xb9\x33\xcb\x32\x50\x79\x66\x74\x7c\ \xd6\x9a\x1f\xf5\x68\x79\xf9\xee\x6b\xcb\x57\xab\x37\x3d\x4a\x89\ \xea\xe9\x4b\x99\x18\xb0\x8d\x18\x74\x53\x7d\x29\x0a\x8d\x25\x45\ \xe6\x8c\x72\xc9\x15\x3d\xcb\x51\x67\xce\xf7\x24\xaa\x14\xba\x89\ \x9b\x76\x4b\xfe\x0d\x83\x39\x7c\x24\x5c\xa6\xd6\x5b\x1c\x1d\x2a\ \xdb\x99\xcb\x3d\x4f\x26\xc6\x3b\xb8\xc9\x2c\x1d\x26\x6f\xa8\xe9\ \xbb\x7d\x67\xca\x7c\x33\xdc\x90\x72\x63\xf9\xad\xcb\x2b\x17\x6f\ \xfd\x31\xa3\x1a\x2d\xfd\x13\x99\x39\x63\xd7\x1a\x9c\x3c\xa2\x95\ \x19\xdd\xa8\xd6\x6a\x53\xdc\xfe\xee\xf5\x6b\xc6\x1b\xe7\x35\x6a\ \x2c\xca\xe2\x32\x8d\x8c\x69\x6c\x44\x43\x96\x3a\x6a\xc6\x44\x2a\ \x68\x87\xd6\x6d\xd2\x72\x0d\x7a\x59\x0a\x2a\x48\x16\x3b\xd5\x93\ \xaf\xd1\x70\x8e\x9e\x70\xb9\xce\x59\x33\x65\x1a\xe6\x38\x8b\x41\ \xa5\xb6\xe3\x88\x5a\xdf\xa1\xaf\xb1\x18\x94\x8e\x14\xa7\x8b\xf3\ \x73\x0e\x23\x58\x72\x15\x1a\x4c\xaf\xd2\x27\xb6\x5a\x4b\x53\x94\ \xe8\x82\xcd\xe1\xc6\x52\x7a\xb2\x8c\x46\x3b\x66\xd0\xc8\xcd\xe7\ \x5f\x7f\x77\x59\x9b\xa2\x73\xf1\x3e\x9f\xcd\x6d\x34\xdb\x6b\x26\ \x35\x88\xcb\x66\xe0\x44\x63\xa2\x29\x5c\x63\x9b\xe8\x31\xb9\x58\ \x4c\x31\x86\x1b\xcf\xa6\xb8\xe8\x39\x1d\x63\xf6\xaa\x75\x88\xee\ \x52\x46\x2c\xf0\xec\x99\xe9\x71\x91\x49\x61\xb1\x99\x71\xd1\xd1\ \x71\x80\xb1\x8a\x52\xa3\x61\x88\x1f\xf8\x34\x29\x29\x3a\x26\x3a\ \xa2\x28\x26\x32\x21\x3a\x21\xad\x65\xcf\xde\xed\xdb\x8f\x6d\xdd\ \x7b\x5f\x65\xc4\x9c\x1c\x83\xf2\x1c\x06\xdc\x06\x85\x90\x4e\x78\ \xdd\x07\x9c\xf4\x76\x9b\xca\xe6\xe2\x68\x97\xc6\x65\xa3\x3a\x2a\ \x11\xc3\xa0\x56\x4b\xd3\x9c\x3c\x05\xe3\x5c\x29\x98\xcd\xc6\x52\ \x6e\xad\x0c\x51\x6a\x5d\xd6\x0e\xad\x1d\x0b\x4d\xe3\xad\x37\xfb\ \x08\x8f\xb6\xa4\xad\x7b\xc7\xae\xbd\xdb\x77\xb7\x75\x37\x57\xd4\ \x57\xd7\xb6\xb4\xd4\xe7\xb5\xac\x2f\xd8\x90\x9b\xb9\xb1\xbe\xa9\ \xb9\xad\x6d\x53\xf5\xe6\xed\x6d\x07\x5f\xdd\xb4\x3e\x2f\x2f\xaf\ \x64\xd3\x9e\x03\x87\x0f\xef\xd9\x7f\x15\xff\xe9\x8d\x8f\xdf\xf9\ \x68\xe2\xe1\xca\xe2\x7c\x68\x1d\xdc\xc1\xff\xf7\x3f\x71\x97\x30\ \xa7\x02\x48\x17\x6c\x3d\x7a\xfa\x60\xda\xff\x4f\x63\x9f\x80\xb3\ \x76\x85\x8d\xc2\xdc\x4e\x94\x90\xa1\x46\x94\x93\xbc\x01\x81\x84\ \xa3\x3b\x31\x06\x27\xad\x4e\x8c\x0c\xad\x2e\xf9\x58\x04\x23\xdc\ \x4e\x42\xd0\x8c\x7d\xfd\xf5\x9b\x47\x8f\x77\xef\xea\xde\xb2\x65\ \x4b\x5d\xf3\x8e\x6d\xe5\xc5\xc5\xd5\xb9\x85\xb9\x75\x2d\x79\xe5\ \xb5\xd5\x9b\x81\x2d\xac\xf8\xdc\x31\xf7\xc1\x40\x62\xf8\x88\x1e\ \x20\x26\x49\x39\x71\xa7\x4c\x11\xae\xb0\x4c\x8d\xdf\x68\x4d\xcc\ \x3a\x73\xd9\x84\x48\x1e\x81\x59\x0d\x31\x6e\x0f\x87\x8b\x1e\x95\ \xc6\x23\x7a\x70\x2b\xe2\x74\xb3\x98\xcf\x27\x0a\xfe\x90\xdf\x8f\ \xd9\x65\xf8\x92\xc4\x50\x3c\x2f\xc7\x31\x41\xc2\x69\x82\x17\x59\ \xd6\xee\x96\x18\xb9\x9d\x86\x71\x2d\x00\xd1\x60\x97\xb3\x97\xa7\ \x49\xaf\xc7\x1f\xa0\xa8\x60\x68\x29\x20\xd1\x2c\xeb\x91\xc0\xba\ \x43\xc3\xb0\x29\x8d\xda\x8e\xd8\x2c\x16\x62\xc9\xcb\xf9\x28\x82\ \xe7\x11\x06\x5e\x14\x75\x03\x24\x13\x3c\x76\x39\x0b\xac\x2f\x81\ \xc3\xe8\x08\x0f\x8c\x8e\x21\x39\x60\x09\x45\x01\x38\xba\xa5\xa5\ \x00\x1b\x08\xfa\x70\x00\x79\x92\x87\xf7\x80\xff\x0f\xef\xf3\x8a\ \x9e\x60\x40\x90\xfc\xcf\x42\xc0\xf6\xf1\x04\x1e\xfc\xeb\xc1\x6f\ \x4f\x83\x3c\x03\xc8\xc9\x1b\xa0\x98\x20\x43\x53\x9e\xe0\x34\x2c\ \x51\x09\x7a\x29\x56\x72\x13\x9e\x20\x47\x33\x80\xe2\x3c\x10\xe0\ \x08\x02\xe3\xc4\x40\x40\x04\x8e\x94\x27\x09\xcf\x92\x9f\x95\x44\ \x51\x5a\x0b\xae\x01\xdf\xef\x17\x71\x54\xf0\x01\x2f\x2c\x4e\x33\ \x0a\xca\x2b\x02\x56\x94\x58\xd1\x85\x02\x39\x25\x59\x9c\xb2\xe3\ \xc1\x50\x50\xa4\x5a\x0d\x03\xb3\x6e\x89\x5f\x97\x9d\x0e\x93\x35\ \x73\xd2\xb3\xe3\x63\x32\xea\x0a\x0b\xcb\x0a\xd3\x0b\xb3\xd3\x22\ \xd2\xa3\x73\x52\xc3\x4a\xd6\x87\xc5\x25\xa4\x46\x17\xe4\x46\x43\ \x08\xea\x8a\xc8\x2d\x2f\xdc\xfd\xcb\xa7\xb5\xdd\xb5\xb5\x47\xbe\ \xda\xb9\xfb\xf4\x57\x3b\xda\xeb\x12\x60\xde\xe8\xda\x68\x42\xc8\ \x57\x17\x86\x60\xfd\xe8\xcf\xa7\x2e\x7c\x09\x34\xe7\x42\xef\x29\ \x58\x96\xd5\xdf\xd5\xf5\xe5\x10\x8c\x64\xe8\xea\xef\xef\x5d\x0b\ \xe1\x4b\x8a\x89\x29\x4a\xcd\x89\x8c\xec\xea\x4a\x8a\x8d\x8d\x28\ \x4a\x05\x07\x7c\x58\x55\x11\xd0\xb2\xde\x5e\x80\x75\xe0\xfb\x7b\ \x61\x5a\x1f\x4c\x7c\x07\xdf\x96\x53\x15\x99\xd4\x38\x04\x88\xab\ \x31\x32\x61\x63\x5d\x77\xd3\xa6\x7d\xcd\xdb\xba\x8f\x1d\x3d\xfa\ \xaf\x17\x3f\xb8\xf8\xc3\xf2\xe2\xa3\x85\x1f\xde\x7a\xf7\xc0\x07\ \xef\x5c\x5c\x1e\x1e\xa8\xf4\x86\x2f\x0c\x8e\xcc\xde\x9d\xfa\xf5\ \xeb\x7f\x9d\xfb\xf6\x97\x9f\xbe\x39\x3d\xba\x72\xe5\x74\x87\x7e\ \xf9\xfa\xad\x94\x87\xe7\xc7\x2f\x1b\x16\xcf\x4d\x2a\x4a\x1d\x53\ \xf3\x2b\xbf\x7c\xfe\xf5\x42\x7e\xa5\x63\xb6\x61\x4e\x76\x66\x64\ \x65\x7c\xf9\xfd\xf9\x5f\xbf\xdd\x71\x65\x66\x76\xc5\x71\x79\xa6\ \x53\xa1\xeb\x18\x8c\x1a\x98\x72\xc8\x35\x26\xb5\x69\xaa\x92\x36\ \xe5\x0f\xde\x18\x7e\xb8\xe8\x30\x9b\x50\xab\x6e\xdc\x6c\x32\xf5\ \x8d\x4e\x0d\x2e\x9f\x57\x2b\x95\xba\x9b\x8f\x4b\xcd\xe7\x1e\x9a\ \x6f\x2e\xa0\x0d\x2a\xb5\x22\xbf\xd3\x1a\x3e\xfe\x62\x7e\xcf\xa3\ \xc4\xd7\x3f\xbe\x73\x71\xf1\xfc\x58\xe9\xe8\x5b\x4a\xe7\xc8\x5b\ \xa5\xd7\x3f\xad\xbc\x71\x4d\x20\x2c\x73\x9d\x03\x4a\x95\x01\xf8\ \x00\x8d\x15\x4b\x71\x0d\x9a\x2c\xb2\xbe\x4a\x4c\x6e\x99\x3c\x7d\ \xb5\xb3\xd4\x30\xee\x36\x74\x38\x1b\x46\xcd\x2b\x66\xbd\xf9\x46\ \x7e\x69\xe9\xc2\x8a\x1c\xa1\x1a\x06\xf2\x1b\x54\x98\xd5\xa0\x37\ \x28\x8c\xb6\x52\xa3\x91\x9e\x70\xdc\x98\xba\x41\xa2\x6a\x04\x55\ \xbb\x4a\x5d\x73\x13\x7d\x97\x67\x17\x34\x46\x9d\x31\x18\x60\xec\ \x83\x29\x94\xd9\xa6\x50\x2b\x65\xd4\x8d\x33\x9c\x36\xbf\xb3\x6f\ \x62\xb9\x95\x60\xf1\xbe\xc9\x15\x5e\xa9\x2b\x75\x94\xa6\x7c\x7d\ \xf6\xca\x43\x65\x78\x16\x1a\x25\x0b\x77\xe3\x5a\x43\x8d\x7e\x6c\ \x4a\x03\xa4\xcc\x86\xa1\x38\xaa\xd3\x19\x6c\x3c\x66\x76\xeb\xcd\ \xc6\xfb\x8f\x34\x59\x16\x0d\x41\xf1\x81\xca\x2c\xa3\xd9\xa9\x1c\ \xad\x8e\x89\x8d\x8f\xcf\xc8\x88\x87\xa3\x8e\x62\x62\x22\x12\x22\ \xe3\x92\xe3\x12\x72\x62\x62\x13\x1a\x93\x22\x63\xe3\x23\x23\x63\ \x8b\x52\x63\x00\x2f\x27\xc5\xa4\xc6\x17\x6c\xff\x74\xf7\xee\x0f\ \x6f\x0d\xa2\xb6\xca\x44\x9b\x64\x4c\xe9\x50\xeb\x89\x89\xb1\x4e\ \x37\xee\x22\x59\x92\xf3\xfb\x09\xb9\x11\x87\x06\xc3\x18\xe5\x30\ \x97\x76\x22\x2a\xb5\x95\xa6\x8c\x6e\x8c\x21\x09\xda\xae\x95\xb3\ \x26\x2d\xac\xa5\x04\x16\x16\x95\x2b\xc0\x23\x68\x25\xa2\xd6\xa1\ \xc8\xd2\xf5\x4d\x4d\xdd\x87\x8e\x6d\xda\x7d\x78\xf7\xa6\x2d\x5b\ \xf6\x36\xd5\x6e\x6b\xae\x2d\x2f\x28\xde\xb8\xa1\x70\x63\x49\xf3\ \xa6\xcd\xcd\x2d\x9b\x9b\xb6\xec\x6a\xfa\xe0\xf3\xbd\x79\x85\x79\ \x2d\xcd\x5b\xba\xb7\x6e\xda\xb7\xed\x65\x6c\x6a\xc7\xfe\x0f\x5f\ \xff\xbe\x63\xe5\xe1\xe2\x93\xc0\xea\x74\x00\x98\x11\x70\x92\x30\ \x21\x70\x52\x3d\xff\x3f\x2f\xfc\xbd\x0e\xdc\xfe\x5e\x1b\x9b\x0a\ \x43\xf0\xff\xfd\x9b\x97\xf3\x7a\xc0\x69\x1f\xe2\xc5\x50\x90\x95\ \xd8\xa5\x07\xa1\x67\xcf\xfc\x81\x25\x3f\xe3\xb2\x1b\x05\x38\xbf\ \xf5\xb9\xff\x79\xee\xf9\x67\xd3\xe0\xc4\x15\x28\x26\xff\xd1\x87\ \x9f\xbd\xb7\xe3\xd8\x8e\x96\x6d\x07\xba\xdb\xeb\xaa\x5b\x36\x57\ \xac\x2f\x29\x2c\xcb\x2e\x6e\x29\xaf\x6e\xaa\xab\xdd\xda\x54\xd6\ \xb2\x63\x6c\xea\x8d\xef\x66\xb2\xa6\x46\x0c\x9a\x70\x17\x8d\x63\ \x94\xcd\x9c\xdf\x99\x55\x39\x35\x39\xd5\xda\x70\x79\x7c\x4c\x17\ \x6e\xe7\x71\x06\xd8\x27\x23\x2b\x70\x76\x8e\x72\x61\x98\x97\x03\ \xac\x84\x93\x94\x87\x22\x38\x96\x91\x04\x1e\xf8\x33\x8f\x55\x25\ \x31\x0c\xc7\x30\x22\xc3\x79\x71\x46\x52\xd9\x19\x20\x55\x02\xe3\ \xf1\x7b\x29\x38\xb6\x01\x8e\xbf\x0a\x50\xac\xc7\x4b\x07\x3c\x04\ \xc9\x13\xe0\x4e\x60\xf7\x59\x37\xc1\x33\xa4\xe8\x05\x6f\x2b\x8f\ \xf2\x6e\xa7\x42\xe6\x22\x81\x44\x89\x01\xde\x6d\x94\x23\x1e\x9e\ \x5b\x0a\xf0\x30\xd9\x46\x60\xd0\x44\x9d\x8d\xf0\xb1\xb4\xd3\xc9\ \xf2\x12\x40\x20\x21\xe0\x63\x80\xd1\xf4\xad\x86\x80\x7b\xf3\xfb\ \xfd\x02\x8d\x22\x34\x19\x0c\xb0\x98\x51\x09\x55\x71\x4d\x62\x00\ \x1f\x2d\x79\x59\xc1\xb3\x14\xfc\x2b\x48\x48\xbc\xc4\xb8\x9c\x9c\ \x00\x3c\x61\x60\x09\x36\x5a\xb2\x24\x03\x70\x2a\xe4\x05\x77\x31\ \x24\xca\x8a\x1e\x0a\x25\x03\x40\x47\x29\x20\xb7\xa4\x97\xa1\x38\ \x82\x5e\x0b\xc5\x9d\x86\xc3\x26\x60\x0e\xb2\x07\xa6\x3c\x80\x97\ \xe2\x13\x68\x71\x69\x55\xe4\x7c\x5e\x06\x93\x93\x98\x8b\xe1\x58\ \x54\xe9\x42\x28\x8c\xb4\xea\x89\x90\xdf\xeb\x37\xbb\xe0\x36\xa2\ \x65\x5d\x34\xec\x00\xde\xb6\xb7\x7a\x63\x6e\x72\x7c\x72\x5e\x6d\ \x6d\xed\xfa\xea\xe6\x92\xf5\x1b\xd7\x83\x05\xb4\x0c\xac\xa4\x49\ \x61\x45\x45\x6b\x65\x50\xbd\x5d\x39\xf1\xf1\x85\x07\x8e\xd5\xe5\ \x35\x95\xd5\x96\x95\x14\x14\xb6\x6c\xda\xb7\xf3\xe3\xb6\x24\x58\ \x2e\xba\x16\x35\xd3\x7f\xea\x7f\x7b\x61\xf9\xe8\x85\x21\xa0\x58\ \x17\xe0\x4e\xd6\xda\x18\x9d\x53\x43\x70\x43\x2b\x15\xf6\x3e\x03\ \xb2\x2a\x82\x05\xa1\xa9\x8d\x39\xff\xcc\x2d\xac\x4a\x0d\x8b\x86\ \x9f\xc2\x64\x77\x38\x14\x27\x07\xee\x63\xc1\x7c\x77\xa0\x6f\x55\ \x8d\x49\x40\xb7\xfa\xc1\xb7\xf5\x9f\xfa\xb2\xb7\xa8\xb1\x3f\x29\ \xb7\xa2\xbe\xbe\xbb\xf9\x40\x5a\x59\xdb\xc9\x83\x87\xfe\xf5\xe2\ \xd7\x97\x2e\x9d\xbf\xb2\x30\x7b\xa8\xe4\xc5\x57\x2f\x3b\x7e\x3f\ \x3f\x63\xb7\x69\xae\xee\xbf\x38\x72\x79\xf9\xd1\xa3\xfb\xdf\x3e\ \x7a\x32\x76\xfa\xa3\xdb\x0b\x3b\x9b\xde\x18\xd7\x85\x1b\x7a\xce\ \xfc\xeb\xc9\xca\xc5\xf1\xb3\x73\xb7\xcf\x9c\x57\xb7\x2e\x2e\x2e\ \x7e\x72\x7c\xcf\x17\xaf\xdf\x5f\x7e\xd2\x31\x3a\xf1\xed\x2f\x1f\ \xbf\xfa\xce\xdb\x77\x2e\x1d\x51\x29\x2e\x9d\x58\xee\x18\x54\xe9\ \x4b\x2f\xd7\x28\xf2\x2d\x29\x95\xcb\xa5\xaa\x9e\x1a\xa3\xd2\xa0\ \x70\x8c\xa6\x58\x7a\x86\xb5\x4a\x27\xe2\x36\x1a\x2e\x8f\xa8\xc6\ \x1f\xf5\x44\x65\x75\xf4\x35\x0c\xe6\xe7\x5b\xf4\xfa\x8e\xd9\x95\ \x7c\xdb\xc8\x8c\x4d\x35\x32\xb2\xf8\xf9\xdc\xca\xf5\xc5\x3b\x63\ \xe7\xa3\x54\x13\x51\xf7\x57\xfe\xa8\xd4\x9e\xa6\xed\x73\x95\xd6\ \xb9\x31\xb3\xce\x22\x27\xc3\xfb\xae\xcb\x34\x59\x94\x3b\xa5\xc6\ \x8e\x1a\x74\x0e\x40\x4d\x7d\x66\x17\x97\x68\x32\x55\x12\x84\xbc\ \x67\xe2\xe5\x51\x6d\xa5\xc1\xdc\x8a\x0d\xdb\x64\x23\x95\x86\xc1\ \x11\xb5\x9d\x33\xcf\x54\x6a\x30\xa5\x51\x65\xb0\x18\x14\x48\x78\ \x54\x94\xfc\xe6\xd8\xf2\xe5\x56\x39\x67\x32\x72\x9c\x5a\x49\x69\ \x51\x86\xb8\xb1\x70\x79\xd0\x4a\x19\xc1\x91\xa0\xed\xc3\x14\x1d\ \xa5\x9d\x1a\x59\xd6\x47\x37\x96\x70\x87\x8c\x50\x83\xb3\xdd\xef\ \x33\xab\x48\x44\xd9\xa0\x40\xac\x3d\x51\x9a\xd2\x86\x28\xf9\x80\ \xad\x55\xad\x75\x53\x84\x6a\x45\xd6\xa1\xbd\x91\x68\xb4\x98\x29\ \x57\x3e\xae\x50\x25\xae\xcc\x24\xce\x38\x6f\x3e\xea\xa3\x2f\x5b\ \xb3\xfa\x26\x38\x3f\xaa\xb4\xf6\xa0\x32\x2d\x6d\x78\x27\x1a\x2c\ \x67\xc9\xe9\x71\xf1\x30\x1e\x19\xb6\x98\x87\xc5\x46\xc4\x44\x27\ \xc0\xaa\x14\x60\x0d\x23\x23\xe3\x52\x8b\x7a\xab\xa2\x93\x81\x51\ \x0c\x5b\xbf\xfb\xf0\x27\xad\x18\x85\xa8\x15\x16\x8d\x27\xa4\xe6\ \x7a\x70\x49\xbe\xb0\x62\x1e\xb0\x4b\x2e\x44\x45\x68\x5c\x92\xd5\ \x25\x69\xa3\xc2\x07\x3b\x71\x04\xc3\x11\x27\xd5\x89\xb3\x22\x81\ \xdb\x12\x11\x27\x8d\xd3\x36\x35\x5d\x33\xea\x74\x23\x2e\x2d\x4f\ \xca\x15\x4a\x3b\xae\x96\x63\xba\x28\xc9\x8e\xbc\xbb\x63\xc7\xae\ \xf6\xf6\xad\x5b\x76\xed\xe8\xde\xbd\xe7\xf8\xd6\xad\xb5\x05\xc5\ \x05\x25\x79\x69\xd9\xeb\xb3\x0b\x9b\xea\xda\x00\x72\x15\xb7\xd5\ \xee\x7b\xff\xfb\x23\x15\x79\x65\xd5\xdb\xda\x77\xb5\xef\x3e\xf6\ \xb1\xc2\xb4\xfb\xb3\x4f\x77\xae\xc8\x57\xc6\xc6\xff\x70\x78\x58\ \x04\x21\x04\xd2\x8a\xd1\x08\x4b\xe2\xc0\x09\x09\x4f\x7f\x7b\xfa\ \xfc\x0b\x6b\x55\x60\xff\x6f\xec\xf3\x0b\xcf\x3f\xff\xdc\x6f\xcf\ \x3d\xb7\x76\x45\x72\xdd\xdf\x6b\x59\xbe\xcf\x41\x0e\x83\xc3\x5d\ \xe0\x38\x85\xbf\xff\xfe\x3f\x32\x7b\xe1\xb9\xe7\xd5\x3f\x1e\xff\ \xec\xa5\xe3\x47\xf6\x6e\xd9\xd6\xb4\x75\x53\x73\x75\xc5\xe6\x96\ \x82\xe2\xbc\xf2\x92\x92\x8a\xb2\xf2\xa6\x82\xf2\xb6\xfa\xe6\x96\ \x5b\xcb\x67\xf7\x7f\x72\x3e\xeb\xc9\x78\xd4\x40\x83\x16\x45\xdd\ \xb4\x5d\xa7\x33\xa7\xb4\x0e\x4f\xf5\xcc\x5c\x7f\xff\xde\xc2\xcd\ \x61\xa5\x53\x29\x05\x45\x3f\x8e\xd2\x88\x51\x94\x28\x04\xb8\x3a\ \x92\x21\x5c\xbc\x9b\xa4\x31\xda\x2d\x47\x5c\x24\x45\x52\x28\x4b\ \x89\x1e\x51\xc2\x49\x86\x07\xbc\x2a\x09\xa4\xe0\x91\x82\xc1\x25\ \x70\x7a\x03\xad\x13\x04\xc1\xe7\xa1\x39\x0f\x47\x00\x7e\x61\x39\ \x89\xe6\x31\x37\x43\xb1\x7e\x81\x32\xf2\xa2\xc0\xc1\xc9\x0e\x9c\ \x57\xf4\xd3\xa2\x28\x48\x62\x40\xe0\x79\x9f\x88\xf3\x3c\x4e\x53\ \x9c\xdf\xcb\x03\x61\xf3\x7b\x3c\xa2\x53\xf2\x60\xa2\x28\x12\x2e\ \xa3\xdb\xc5\xc1\x60\x52\x2f\x2c\xdc\xe4\xe9\xb5\xb2\x2f\xaf\x40\ \x92\x56\x13\xce\x22\x28\x05\xfc\x32\xcd\x83\x47\x30\xe4\x12\x8f\ \x4a\xfe\xa5\xd0\x6a\xd0\x03\xc4\xd2\xab\xb2\x91\x04\xbf\x24\x12\ \x3c\xcc\x16\x5b\xcb\x46\x05\x86\x14\xfe\x18\xaf\x57\x04\xfa\xe5\ \xf7\x05\x7d\x82\x17\x28\x19\x26\x79\x39\x04\xc5\x08\x02\xa5\x19\ \x31\x08\xa7\xe1\x88\x00\xf2\x60\x54\x73\x48\xe4\x83\xb0\xd7\x07\ \x4e\xf5\x82\x0d\xd7\xe0\xb6\x04\x48\xce\x8d\x23\xa8\x4d\x69\x93\ \x23\x18\x82\x0a\x4e\xbd\xdb\x6e\x5f\x0d\x80\x67\x63\x97\x53\xeb\ \x62\x52\x63\xa2\xf3\xde\xb8\xb4\x3f\x2d\xb7\xbe\x65\x53\xf5\x96\ \xad\xb5\xcd\x7b\xf7\x6c\xce\x4b\x4b\xcf\x8d\x4f\x4f\x8f\x8e\x4e\ \x48\x6d\x4c\x05\x16\x2e\xa6\xb7\xab\xa8\x2b\x35\x2d\x2e\xb7\x2c\ \x2f\xad\xac\x6c\x43\x4c\x46\x5a\x64\x7c\xfc\xe6\x77\xaf\x7d\x75\ \x70\xe3\xff\xfe\x03\x58\x6b\xf3\x28\xd6\x6a\xb0\x60\x09\x16\xc0\ \x2d\x20\x59\xe0\x43\x15\x6c\x89\x86\xf5\x57\xe0\x98\xee\xed\x02\ \x1e\x02\x28\x51\x4c\x12\x1c\xdc\x95\x13\x13\x96\x94\x90\x0a\x1c\ \x45\x51\x64\x02\x2c\x9a\x00\x22\x55\x14\x96\x14\x96\x50\x14\x56\ \x55\x95\x03\x6e\xfd\xc0\x4b\x02\x3f\xd9\x58\xd4\xb5\xb6\x6b\xdf\ \xdb\x95\x9a\x5e\x5d\xd2\xd2\xb2\x75\x73\x49\xdb\xee\x23\xdd\xfb\ \x3f\x79\xe5\xad\x1f\xc7\xee\x8f\xdd\xbc\xbe\xf3\x83\xc1\xb1\xbb\ \xba\x95\x33\x53\x96\xc1\x5b\x17\x7f\x3f\x7e\xfd\xf6\xe2\xc5\x57\ \xde\xbb\x74\xeb\xf7\x6f\xff\xf8\x71\xf9\xe2\x47\x67\xe7\x26\x66\ \x14\x32\xcb\xe2\xe2\xf9\xf1\x3b\x17\x87\x27\xaf\x7e\x76\x78\x71\ \x7c\x7c\x61\x78\xf8\xde\xf2\xdc\xe4\x8d\x89\x5f\xff\x58\xa9\xac\ \x9c\xf9\xe2\x61\xcd\xb5\xd1\x8b\xaf\x76\xac\xdc\x5b\xee\x6c\x75\ \x58\x0c\x51\xfa\x4a\xad\x32\x3c\xca\x90\x5f\xda\x31\x5b\x2a\x6f\ \x00\x5a\x21\x97\x2b\x71\x57\xb8\xb3\xf5\xb1\x11\x75\xd6\xe8\x65\ \x51\x53\x3d\x89\x32\x83\x3e\x6b\xb2\x74\x3c\xdf\x9c\x68\x32\xbf\ \x3d\xa1\x52\x4e\x0e\x8f\xfe\x7a\xff\x87\x59\xf3\xf8\xad\xb9\x27\ \xa7\x17\x17\xee\x97\x6a\xaf\x1e\xb8\x7f\x46\xdb\x39\x6b\x50\xeb\ \x2a\xb1\xa9\x27\xe1\xcb\x63\x4a\x56\xf9\x58\x67\xe3\x71\xa0\x37\ \x56\xab\x62\x7c\xe5\x9c\x52\x35\xe8\x70\xd8\x0d\x6a\x4b\x3e\xd2\ \xda\xd9\x93\xf8\x47\x69\x8a\xc9\xa6\xd4\xd4\xfc\x31\xe1\x00\xea\ \x86\xcd\xc9\x0c\xf9\xda\x91\x1f\xbe\x21\x58\x9b\x6d\xd0\xcc\x32\ \x4e\x27\x69\xd0\xe9\x7b\x4e\x9f\x57\x11\xb4\x0e\x01\xdc\xcf\x32\ \xa2\xbb\xa1\x12\x99\x50\x01\x03\x25\x97\x70\x4d\xe5\x94\x16\x29\ \x05\xce\xc3\xf4\xda\xcb\x72\xa3\x03\x37\x9a\x74\x8b\xfb\x1f\x32\ \x01\xaa\xb3\x43\x27\x57\x82\x47\x93\x68\x54\x14\x8a\x5d\xae\x71\ \x09\x9c\x0b\x53\xc8\xf2\x97\xcd\x33\x8a\x9b\xf7\xef\x64\x59\x6d\ \x7d\xf7\xef\x5e\xf9\xfd\xe2\xed\xdf\xa3\x06\x1f\x9b\x94\xe3\x0b\ \x13\x86\x14\xf3\x88\xc6\xdb\x69\xb6\x6a\x6d\x6e\x95\xc2\xf2\x75\ \x5a\x66\x41\xfa\x86\xcc\xcc\xec\x58\xe0\x0a\x73\xc2\xc2\x72\x22\ \xc3\x22\xa3\x63\x61\x67\x4e\x42\x42\x6a\x52\x52\x6a\x18\xf8\x0c\ \x10\x56\x42\x6c\x5a\x71\xe1\xb6\x71\x0b\xc2\xaa\x81\x32\x68\xb4\ \x14\xe1\x24\x28\x54\xa9\x1a\x7d\x2c\x61\x89\x14\xa7\x92\x29\x1a\ \x4c\xae\x1e\x85\xce\x29\xb7\xc9\xec\x0a\xb3\x8e\xa3\x6c\x76\x5a\ \xa2\x50\xab\x55\x09\xc4\xd5\x06\x56\x7b\x8e\xc4\x51\xbb\xd1\xe8\ \x9a\x37\xd8\x5b\x27\x09\x9c\xd7\x66\x61\x32\x8d\xc6\xea\x68\xaf\ \xa8\x6b\x6f\xdf\xb1\xb5\xb9\x09\xe2\x54\x7b\xd3\x96\xa6\xb2\xe2\ \xf2\xf2\x82\xf4\xf4\x8d\xc9\x1b\xca\xea\x9a\x9a\xca\x0b\x0b\x5b\ \x0a\x77\xbd\x74\xeb\xed\x3a\xf0\x04\xb6\xec\xee\xde\x7d\xf8\x23\ \x8b\xe6\xd0\xd1\xfd\x2f\x7d\xa0\x6e\x98\x1f\xbf\xbe\x2c\x09\x22\ \x07\x2f\xa4\x79\xbc\x14\xdc\x4d\x22\x28\xd2\x3f\x2d\x80\x53\xf3\ \xc1\x0b\x6b\xe5\x5e\x6b\xc5\xab\x6b\xc8\x05\x2c\x23\x1c\xd7\xfa\ \xfc\x73\xcf\xfd\xf7\x85\xa7\xc0\x41\x02\x06\x5b\x07\x74\x6a\xdd\ \x83\xe9\x69\x38\xae\x16\xce\x88\x7e\xfe\xf9\xff\xf9\xef\xba\xe9\ \xef\x77\xbe\xfe\xfa\x87\x7b\xdb\x81\x1b\x6d\x69\x6e\x69\x2a\xa8\ \xae\x2d\xab\xcd\x5b\x9f\x9b\x57\x5d\x56\x52\x57\x5e\xb6\xad\xa2\ \xfd\xbd\x5f\x47\xbe\xfb\x73\xfe\xeb\xc5\x47\xc3\xda\xa9\x29\x8b\ \xce\xea\xc4\x5d\x06\x53\x69\x65\x47\xcf\x8d\xf3\x6f\x1d\xf8\xe1\ \xf3\xd9\x89\x11\x85\xce\x4a\x7b\x49\xe0\xb8\x18\x96\x66\x49\x56\ \xc4\x00\xdf\x72\x98\x13\x95\x04\x86\x41\x71\x71\x49\x10\x29\x89\ \x74\xdb\x10\x8a\xa4\xdd\x94\x87\x41\x09\x60\x03\x05\xaf\x1b\x11\ \x00\x21\x49\xc0\xbb\xf9\x3d\x18\xf0\xa7\xb8\x1b\xa7\x7d\x22\x49\ \x70\x18\x4e\xe0\xe0\x87\x71\x8c\x08\xe4\x41\xe0\x28\xdc\xc6\x10\ \x14\xcb\x0a\x34\xc5\xf0\x04\x8c\x0f\xf5\xc2\x7c\x08\x0c\x56\xc2\ \x03\x7c\xe3\x81\x29\xf3\xf1\x2c\xc5\x8a\xc1\x25\x96\x16\x96\x24\ \x16\xb8\x32\xbb\x53\xce\xc1\xdc\x2a\x81\x17\x19\x56\xf0\x05\x38\ \xd8\x03\x20\xd9\x38\x4a\x86\xac\x0d\xfe\x41\xdd\x9c\x2f\xe0\xa5\ \x9d\x38\x6c\x55\x66\x18\x9a\x5b\x9a\xf6\x51\x2c\x26\xb3\xd0\x01\ \xbf\x4f\x22\x3d\x41\xc1\x0f\xa4\x54\xf0\xac\xc5\x3f\xc0\xfe\x42\ \x06\x3c\xdc\x2f\x04\x9e\x4d\xaf\x7a\x29\x46\xe2\x80\xbf\x44\x65\ \x36\x82\x05\xd2\x29\xf2\x80\xd5\xe0\x8c\x0c\xf0\x8c\x7c\xa2\x44\ \x10\x5a\x03\x15\x9a\x5e\x85\xa8\x45\x71\xbe\xa5\x25\x91\x91\x58\ \x82\x42\x28\x1c\xf8\x57\x97\x28\xf2\x70\x20\x27\x3a\xa0\xe7\x0d\ \x56\x1b\xbd\x2e\x27\x26\xb9\xba\xbe\x6e\xcb\xc6\xb4\xdc\xdc\xea\ \x03\x07\x3f\x3b\xd9\x7e\x72\xd7\xf6\x4d\x05\xb9\xf1\x1b\x93\xa3\ \xe3\xb2\xb3\xe3\x93\x92\x22\xc0\x41\x5a\x34\xd4\xd8\xd8\x95\x90\ \xb0\x21\x2f\x2c\x3e\x73\x73\x45\xde\xc6\xec\xb0\xd4\x9c\xe4\x5d\ \x07\xde\xfa\xe0\xd0\xb6\xae\x0b\x3f\xc3\x81\x39\xff\xfb\xe5\x10\ \xbc\x30\xb8\x56\x98\x35\x74\x01\xb6\x43\x0f\xe5\xf4\x5e\xb8\xd0\ \x78\xea\xe7\x2f\x7b\xab\xaa\xfa\xab\x62\x00\x31\xf5\xf6\x77\xe5\ \xc0\xea\xf5\x98\xb5\x81\xce\xa9\x61\xa9\x49\x31\x60\x51\xee\xca\ \x81\x12\x05\x38\x2b\xa7\x37\x32\x06\x8e\xa8\x80\x69\xf0\xc0\x3c\ \x02\x8b\xb8\xf6\xf7\xa9\xa1\xae\xa4\x35\x57\x18\x57\x56\x5e\xd8\ \xbd\x2f\xb7\x65\xd7\xae\x93\xdb\x3f\xfe\xf6\x95\x5f\x7f\xf9\x63\ \xfe\xdc\x78\xd3\x91\xc4\x28\xd5\xf2\xed\xc7\x7f\xae\xdc\x9c\xb9\ \xbb\xb8\xf8\xf5\x8f\x33\x67\x3f\xf9\xe0\xcf\x73\x13\x9f\xed\xfc\ \xe9\xce\xc3\x5f\xee\xf7\xf4\x54\xde\xfb\x62\xe6\xfe\x95\xd3\xef\ \x2c\x67\xe5\xaf\xfc\x78\xfe\xe6\xc2\xad\xf1\xd3\xe7\x47\x27\x67\ \x5c\x2a\x0b\x3a\x3c\xf9\xa4\xb3\x2f\x71\xe0\x86\xaa\x72\xca\x72\ \x73\xf4\xd6\xcc\xe2\xa4\xda\x3c\x70\x69\x60\xd2\x92\x32\x36\x60\ \x8d\xca\x52\x6a\x6b\x4c\xba\x9a\x11\xc3\xe3\xd6\x2c\x95\x5c\x6e\ \x92\xc9\x71\x75\x83\x0a\x78\xb3\x01\x83\x52\x91\x92\xdf\x37\x68\ \x35\x74\xcc\x9f\x23\xcf\x65\xb9\xe9\xf0\x1a\x27\x62\xb3\xf6\xb4\ \x76\x98\x52\x6a\x06\x6a\x5a\xcf\x7f\xb3\x78\xfb\xcc\xe8\xa5\x9b\ \x0f\xf3\x57\x86\x1f\x2f\xfe\x7e\x79\x65\xd4\x32\xb7\x30\x6a\xd2\ \x79\x8c\x7a\xb5\xc9\x8a\x3a\x5d\x9a\xa8\x70\x42\xa6\xb2\x1a\x9c\ \x0a\xbd\xee\xf4\x63\xc5\xe2\x60\x94\xd9\x3c\xa9\x92\xdf\x4e\xa4\ \x1f\x96\xce\x3e\xfa\xe6\x95\xd3\xd7\xa6\x52\x90\x9e\xb9\x3b\x57\ \x46\xdf\xf8\x34\xed\x15\xcc\x68\x43\x54\x92\xce\xa5\x52\x95\x76\ \x20\x89\x7d\x13\xdf\x2d\x38\x5d\x38\x8c\x15\xa1\x81\x77\x11\x46\ \xe2\x1e\x05\xa9\xd6\xce\x28\xa7\x1d\x75\x2b\x05\x27\x22\x57\x2b\ \x6a\x14\x0d\x7d\x7d\x2c\x67\x77\xcd\x7d\x3e\x0e\x0e\x2c\x97\x2a\ \xd1\x84\x34\xb8\x05\xd1\x66\x72\xc8\x54\x53\x32\x0c\xc7\x1d\xa8\ \xb3\x52\x55\xaa\xd1\x1a\xd4\xb2\x86\x65\x43\xca\x99\xc9\xbb\x8e\ \x1b\xe7\x97\x17\x2e\x96\x02\x7b\x82\x90\x24\x01\x00\xd0\x6a\x37\ \x98\xdc\x96\x28\x1b\xa6\x53\x87\xef\x0c\xcb\x4d\xcf\xcd\xc8\x8e\ \x8f\x88\x0b\x8b\x8c\x88\x48\xc8\x49\x4d\x4d\x0a\x6b\x84\xd3\x54\ \x63\x81\xd7\xcf\xe9\x2a\x4a\x8d\xcc\xad\xae\x4d\x0f\x0b\xcb\x6e\ \x3f\xf1\x2d\x12\x6e\x5d\x99\x78\x94\xa5\xe9\x34\x91\xa2\xd1\x22\ \xb7\x47\x21\x03\xa3\x89\x8e\x2c\x1b\xa9\xb4\xd1\x56\xbb\x55\x8f\ \xf6\x44\xb5\xca\x68\xb7\x0b\x71\x53\xe1\x26\x4e\xad\x71\xc3\x1c\ \x37\x02\x9c\xb2\xa8\x51\x2e\x38\xb3\x04\xd6\xaa\x47\x56\x46\xed\ \x0a\x97\x38\xed\x33\x6a\x8d\x4e\x0b\xc2\x8d\xd7\x96\x57\x94\x37\ \x6f\x6d\xae\xad\x07\x92\xd5\x5c\xdf\x56\xde\xd2\x5e\x51\x5c\x51\ \x92\x9e\xb6\x21\x2d\xb7\x78\x4b\x6d\x75\x5d\x5e\x79\x5e\xfb\xae\ \xf7\xae\x9c\xdf\x91\xb7\x21\x6f\xf3\xa6\x5d\x87\xdf\x9d\x53\x1d\ \x3b\xfe\xf1\x87\xfb\xcf\xbb\xaf\xdf\xbf\x72\x16\x05\x28\x12\x10\ \x29\x18\xda\x63\xb5\xd9\x48\x9c\x42\x75\x18\x85\x7b\x38\xe0\x5a\ \xa6\x1f\x4c\xff\xf5\xe0\xff\xa6\xe8\xfd\x06\x37\x51\xbc\x14\x8d\ \xd9\x48\x0f\xc9\x51\x4e\x52\x04\xcb\xfe\xd3\x7f\x4a\x5a\xff\xf3\ \x6c\xd5\x47\x2a\x5d\x3c\xed\xf6\x86\x96\x96\x14\xd7\x0e\x1e\x38\ \xf6\xaf\x5d\x9b\x37\x57\x57\x94\x55\x17\xe7\x55\x57\xe7\x56\x6f\ \xd8\x98\x9b\x5b\xb2\xbe\x30\xaf\x76\xcf\x9e\xad\x2d\x1f\x7c\x5a\ \xf6\xe9\xa7\x5f\x5f\xfb\xf1\xfd\x6f\xe7\x54\x59\x9d\x7a\x8b\xd5\ \x4d\x90\x9a\x28\x47\xe5\xb9\x2f\x0e\x9f\xd8\xf9\xc5\x6b\x17\xef\ \x8d\xf5\xd5\x58\xe4\x14\xe9\x64\x60\x19\xba\x87\x31\xd2\x5e\x8e\ \x06\xa7\x2f\x0f\xc4\xc5\x47\xd2\x9c\x4d\x12\x19\xc1\x23\xa0\x1c\ \x49\xb8\x61\x12\xa7\xdb\xa6\x30\xb2\x0c\x2f\x61\xa3\x2a\x2f\xd0\ \x2f\x06\xc7\x44\x8a\x86\x15\x17\x9c\xcb\xe9\x81\xf0\xc4\xd0\xa4\ \x84\x22\x72\xc4\x4d\x02\x24\xe3\xa1\xe5\x03\xc6\x8c\xc5\x48\x49\ \x22\x59\x0f\xdc\x81\x0f\x67\x18\x04\x18\x4b\x9c\x63\x68\x9c\xe5\ \x38\xf0\x9e\xb3\x6e\x52\x80\x17\x04\x7c\xbc\x3f\x14\x00\x2a\xe3\ \x05\x77\x09\xf0\xaa\x2c\x0d\xe4\x0e\x98\x58\x96\x80\xc3\x02\xbd\ \x0c\x2f\x37\x02\x8d\x47\x8d\xaa\x7c\x56\x60\x04\x64\x0a\x07\xce\ \x12\xc5\x29\xce\x6e\xd1\xe3\x38\xef\x65\x58\x8a\xe3\x90\x7c\x0b\ \x90\x5c\x44\xf4\x01\x66\x92\xbc\x8c\xc9\xbd\x04\xd3\x6d\x03\x02\ \x0c\x60\xe0\x97\x24\xd1\x0b\xf0\xef\x9f\xd9\x8e\x30\xce\x34\x04\ \xf0\x10\x6a\x1a\x1c\x46\x2f\xf9\x96\x04\x82\x72\xeb\xf5\x76\xcf\ \xd2\xaa\x0f\x00\x99\xe8\x0b\xf2\x30\xee\x4b\x02\xd4\x26\x30\x84\ \xc4\x32\x21\xc9\x25\xe7\x3d\xa4\x4b\x08\x08\x4e\xe0\x5f\xd7\xc5\ \xc4\x64\xd7\x17\x27\x27\x45\xa6\x95\xc5\x6d\xd8\xbe\xbb\xa5\xa2\ \xfc\xdd\x4f\xb7\x6f\xdb\xbc\xb5\x20\x2d\x36\x36\x2d\x3b\x3e\x32\ \x3a\xa1\x08\xd2\xce\x29\x58\x6d\x9e\x59\x57\x96\x91\x94\x13\xb7\ \x7e\x4b\x6e\x74\x51\x57\x51\xf4\x87\xef\x7e\xf8\xf9\xc1\x1b\x3f\ \xf5\xae\x75\x3d\x03\x92\x82\x05\xa4\x6b\xa5\x0d\x3f\x03\x1b\xf8\ \xe5\xa9\xaa\x46\x60\x07\x21\x69\x9d\xea\x02\x80\x05\x67\x7e\x25\ \xe4\x14\x25\xf5\x76\x25\xe4\xc0\x32\xfa\xae\xd4\x30\x70\x9c\x57\ \x0d\x75\xa5\x56\x25\x01\xf5\x4b\x8a\xac\x2a\x82\x03\x0d\x13\x1a\ \x2f\xf4\x0f\x55\x75\xf5\x03\x5d\x83\xd7\x16\x7b\x81\xea\xc1\xbd\ \xf8\xa4\x1c\x70\x8a\xe4\x56\xb4\x00\x02\x4c\xdb\xb7\xaf\x7b\xff\ \x6b\x1f\xbd\xff\xe2\xaf\xa7\x17\xcf\xdf\x1c\x78\x74\xc5\xdc\x37\ \xd1\x3a\xf1\x30\xea\xf7\xaf\x65\xa5\xc3\xe7\xdf\x5a\xfe\xe6\x95\ \x0f\x8f\xf6\x8c\xa7\xdc\xca\xaf\x94\x25\x5e\x9b\x73\x8e\x5f\x37\ \x77\xdc\x7c\x7f\xf9\xc6\xd8\xf0\xe4\xcd\x95\xf1\xd9\xa9\xd9\x73\ \x35\x8a\x95\x2c\xd9\xf0\x48\xa9\xa5\xf4\xde\xf8\xcd\xd1\xa9\xd6\ \x9b\xb3\x95\xb2\x87\xf3\x0b\xbf\x8f\x0e\x9f\x7e\x6c\x51\x0c\x3c\ \x9e\x59\xc9\xd2\xf7\xcc\x8e\xe5\xa7\xa4\xf4\xcc\x2f\xcf\xb6\x3a\ \xfb\x16\x2b\x75\x46\xa3\x5e\x6f\x32\x53\xc6\x11\x8b\x52\x6b\xc9\ \x9a\xba\xdc\xa0\x9b\xac\x79\xa8\xd0\x8d\x8f\x7d\xf4\xc6\x6b\xdd\ \x37\x3b\xe7\x7a\x0e\x3a\x56\x64\x1a\xf5\xe4\xb8\xd1\xd2\xa0\x4c\ \x41\x1c\xe7\x6f\xde\x1f\x1c\xbf\x3a\xae\x32\x74\xf6\xfd\x38\xff\ \xd6\x27\x2f\x5f\xfe\x78\x65\x42\xd7\x70\xe3\xfa\xbb\x63\x28\xe6\ \x42\x6d\xf9\x1d\x0a\x3b\xcb\x8b\xa4\x5b\x97\x35\x76\x63\x12\xd7\ \x35\x60\xd4\x8c\x99\x57\x77\x54\x4e\x01\x55\x5d\xa8\xbc\xde\x77\ \x7b\x71\xe2\xe6\x93\xd9\xb9\x9e\xc4\x8b\xb3\x8b\xbb\xbe\xee\x0c\ \x37\x2a\xed\xaa\x70\xbd\xd6\xa1\x54\x98\x4a\xc7\xbe\xdf\xff\xc8\ \x6a\xc5\x58\xad\x0a\x75\x52\x14\xb3\x72\x7d\x80\xb7\xca\xed\x3a\ \x27\x70\x54\x83\x9d\x48\x54\x0d\xd2\xf3\x1a\x41\xa8\x2c\x98\xd5\ \x41\x62\xb8\x5c\xa3\xed\x71\x4d\x9e\x78\xcb\x80\x33\x08\x2b\x60\ \xc8\xb0\xd6\x4a\x83\x43\x31\xdc\x82\x80\x27\x39\xae\x43\x67\x14\ \x51\xa3\xc3\x93\x6a\xab\x49\x6f\x4d\x4c\x34\x8e\x3d\xd2\xcf\xcd\ \xdf\xac\x4c\xd1\x09\x3e\x14\xb1\xeb\x51\x46\x63\x55\x28\x13\x3b\ \xf3\x6f\x6f\x04\xeb\x57\x7a\x44\x74\x58\x46\x34\x8c\x1c\x4b\x88\ \x89\x89\x4c\x05\xbf\xc6\xb5\xbc\x99\x68\xa0\x60\x09\x45\xe9\x79\ \xeb\x33\x0b\xd7\x6f\x68\xfb\xba\x8f\x33\x5a\xc3\x2b\x17\x4a\xe7\ \x2c\xad\x67\xac\x84\xab\x52\x85\x1a\x2c\x88\x66\x76\xf8\x89\x1c\ \x8b\x72\xe1\x18\x66\xb7\xdb\x58\xb7\xdb\xa8\xb1\xc8\x9d\x68\x43\ \xc7\x8d\x37\x3f\x7f\x51\x95\x45\x30\x58\x4f\x25\xc3\xd1\x8a\x28\ \x9b\x0e\x77\xa3\x5c\x80\xc7\x2c\x04\x6a\x63\xc0\xd3\xb7\x72\x06\ \x1b\x7b\x1c\x18\xc0\xf2\xea\x96\xea\xba\xe6\x96\xf2\xfa\xba\xba\ \xb2\xc2\xa6\x2d\xdd\x2d\xe5\xd9\xe9\xf1\xd9\xc9\x1b\x5a\xb6\xd4\ \x57\x14\xb7\x35\x6d\xdd\xbf\xf7\xc4\x1b\x67\xbe\x2d\x5b\x5f\xdd\ \xd2\x7d\xe4\xc4\x1f\xc4\xa7\x7b\x8e\x7e\xf4\xee\xbf\xe4\xe7\x17\ \x1f\xfd\x54\x03\xab\x18\x59\x5a\x8d\x7b\x30\xd4\x2d\xe2\xe0\xf4\ \xd3\xb8\x28\xd2\x28\x77\xeb\x5c\x6a\x92\xc4\x8d\x5a\xa7\x00\x50\ \x82\x12\x05\xd2\x8d\x7b\x04\xa7\x44\xe3\xa4\x4b\x29\xb7\xe2\x56\ \x1c\xb7\xc9\x71\xd1\xef\x03\xa7\x77\x40\x12\x29\x81\xc6\x50\x35\ \x02\xc7\x37\x47\x5d\x9a\xff\x78\xc7\x91\x23\xed\xdb\xda\x9b\xab\ \xab\x2b\x8a\xd3\xf2\xf2\xd6\x17\x6f\x58\x5f\x52\x5c\xbc\xa1\x30\ \xad\xfa\xd8\xf1\xdd\x2f\x1d\xa8\x6b\xa9\x6b\xda\xf1\xe9\x67\xef\ \x7e\x37\x13\xd5\x99\xaf\x76\x58\x94\x2a\x95\x7e\xe2\xea\x3b\xc7\ \xba\x0f\x7d\xfc\xe6\xc4\xe9\x2b\xf7\x27\x26\x5b\xfb\x94\xca\x70\ \xa7\xe0\x05\xee\x2d\x00\x93\xed\x60\xf9\x27\x40\x27\x0e\xf3\xf3\ \x12\x45\x7a\x45\x12\x61\x48\xd2\x03\xa4\x89\xf5\xd2\x56\x07\x82\ \x23\x36\x2d\x2a\x5a\xe1\x58\x11\x3b\xc3\xe3\x32\x15\x06\x48\x45\ \xa0\xbc\xa1\x10\x38\xcd\x29\x1b\xe6\x26\x3d\x2c\x4d\xcb\x9d\x98\ \x0d\xc5\x09\x56\x62\x3c\x3c\x6a\x83\x2d\x47\x29\x89\x37\xfb\x4c\ \x86\x1b\x0d\x03\x89\xae\xb5\x08\x07\x91\x62\x28\x8e\xa6\xec\x3a\ \xc3\x80\x09\x05\x0a\x86\xf9\x82\x4b\x12\xe3\x0f\x06\xa1\x80\x84\ \xa6\xe1\x25\xb9\x50\x88\x00\x12\x07\x28\xcd\xef\x65\x51\xca\xcf\ \x82\xb5\x11\xa5\x25\x44\x0e\xe1\xc8\xd7\xf0\xf5\x30\xe9\xe5\x50\ \x8a\x61\x70\x97\x1a\x1c\xd1\x1d\x1c\x8f\x7b\x3c\x36\xbd\x8c\xe6\ \x7d\x8c\x24\xc0\x71\x14\x82\x8f\x20\x7d\xac\xc0\x4a\x4b\x5e\x1a\ \x70\x2c\xd4\xce\xd5\xa5\xc0\x92\x07\xa6\xc7\x04\xfd\xab\xa1\xa0\ \x6f\x29\xe4\x65\x38\xbb\x92\x26\x78\xc1\xe3\xf1\xfa\x3c\x22\x6c\ \xf6\x8e\x62\x3d\xfe\xe9\xa0\x57\x14\xfc\x30\x62\x70\x49\x82\xb3\ \x7f\x04\xb8\x07\x26\xac\x02\xd7\xc8\xb3\x81\x10\xfc\x6e\x21\xb8\ \x2e\x3d\xbb\xe2\xe8\xa1\xf6\xb2\xf2\xdd\x3b\xea\xcb\xdb\xdb\x76\ \xb4\x65\x96\x1d\xf9\x74\x6f\xc9\xd6\xe6\x82\xe2\xcc\xe4\xe8\xa4\ \x9c\xa4\x22\x60\xc6\x80\x21\x8c\xe9\x0a\x0b\x2b\xd8\x53\x97\x1d\ \x1d\x99\x9e\x57\x10\xd3\x58\x94\x14\x56\xf1\xe1\xa1\x7d\xcd\x2f\ \x3b\x75\xdb\xd7\xba\x9e\xbf\x5c\x8b\xc5\x5a\x13\xac\xfe\xb5\xf2\ \x77\x58\xd6\xd0\x95\xd3\x0b\x2f\x15\x0e\x9d\x6a\xec\x07\x8f\xa8\ \xca\x81\xac\x06\xa7\x12\x26\x14\xc5\xe4\xa4\x26\xa4\xa6\x26\x54\ \x01\xbd\x02\xf7\x36\xc2\x28\xab\xaa\x5e\xb8\x2d\x7f\x6a\xa8\xb1\ \xe8\x02\xb0\xa1\x43\x45\xa9\xb0\x17\x11\xfc\x01\xa6\xb0\xa8\xb1\ \x31\x27\xae\xa0\xb0\xae\x7e\xcb\xf6\x8d\xd5\x7b\x3e\x3d\xf9\xfa\ \x4b\xef\xbd\xf8\xda\x0f\xd7\x56\x16\x26\xcf\x8d\xd4\x8c\x4e\x2c\ \x47\xe5\x8f\x85\xcf\x8c\xb7\x22\xce\x4b\xaf\x4f\xfc\x32\x38\xbe\ \xff\xf4\x1f\xe3\x1d\x1d\x8b\x77\x6b\xa2\x1a\xf4\xe1\x03\xf9\x56\ \xcb\xa3\x91\xca\xce\x9b\xa3\xad\xad\x23\x0d\x2a\x8b\x2a\xb1\xf4\ \xb6\x8e\xe6\xe5\xa3\x67\xf7\x55\xbc\xfa\xcb\xbc\xc3\x31\x3f\xf6\ \xe4\xea\x93\x3b\xcb\xf3\x23\x0d\x8f\x6b\x2c\x35\xad\x97\xc7\x17\ \xee\x3e\xb9\x71\x6e\x76\xb6\x75\xa6\xe6\x8f\x91\xc9\x27\xe8\x40\ \xab\xb2\x54\x23\x37\x98\xb4\x06\xbd\xc9\xa9\x33\xcb\xe6\xce\xaf\ \xac\x2c\xfe\x3e\xd8\x30\x77\xf5\xce\xc2\xe9\x47\xf7\xf6\x96\x9f\ \x68\xfa\x66\xf4\xf4\xe4\x6c\xd6\x4d\xb3\x7d\x74\xe0\x4c\x87\x15\ \x11\x28\x32\x45\xa6\x72\xaa\xe4\x36\x8b\x62\x72\xa1\xf3\xfc\xd8\ \xfb\x07\xdf\x7b\xbf\x7d\xee\xfe\xf2\x95\xf1\x57\x8e\xde\x95\x35\ \x64\x75\x60\xba\x28\x17\xc1\x67\x79\x8c\xae\x27\x83\x1e\x52\xb2\ \xb9\x51\x87\x55\x56\xb3\xd2\x90\x05\xe0\x68\x79\x34\xdf\x4e\x55\ \xb6\xb6\x9a\x07\x5e\x7e\xe5\xc7\x89\xb9\xaf\x57\xde\x98\xea\x98\ \x9f\x7f\xbf\x3b\x4a\xe7\xb4\xca\x64\x2a\x4b\xa2\xb5\x35\x3c\xbf\ \xf3\xf2\xc2\x9d\xbb\xe8\x8a\x22\x45\x7f\x66\x72\xac\x52\xe9\x50\ \xa2\x82\x0c\x4d\xd4\x98\x5d\xb3\x8f\xad\x2e\x1b\x65\xd2\x4f\xf5\ \xc8\xb3\x34\x16\x9d\xd1\xa5\x53\x22\x6e\xc7\x19\x1b\xb7\x72\x7a\ \xdc\xdc\xb0\xa2\x78\xe8\xc4\x50\x17\x67\x51\xa9\x2c\x4a\xbb\xd6\ \x4e\x37\x34\x50\xe1\x3d\x0e\x8b\xc5\x46\xbb\xb5\x2a\xcb\xc2\xd5\ \x95\x9e\xac\xc4\xc1\x59\xce\xed\x43\x54\x4e\x4c\xa7\x73\x5d\x1e\ \x53\xe1\x6e\xab\xe9\xb3\xd4\xf8\xf8\xf4\xb8\xf8\xcc\x88\xb0\x98\ \x84\xd4\x98\x98\x9c\xa2\xd4\x84\xa2\x48\x00\x5c\x91\x91\xe9\xd9\ \x30\x2d\xab\x60\x63\x7c\x44\x44\xf9\xee\x83\x67\x75\x1c\x13\x14\ \xb1\x28\x85\x69\x26\xcb\x34\x3b\x80\x39\x47\xf2\xa3\xec\x33\xa3\ \xb4\x1e\x51\x95\xaa\xd4\x6e\xb3\x06\x21\x39\x8e\x66\x24\x27\xa2\ \x91\xd3\x6e\x54\xa1\x4e\xc4\x64\xa5\xe1\x38\x6d\xc5\x8c\x6a\x84\ \xf0\xc0\xeb\x64\x26\x3b\xe7\x54\xab\x6c\x4e\x09\x73\xeb\x51\x4c\ \xa6\xd2\xd0\x7d\xbb\xdb\xea\x72\x4b\xe0\x90\xe8\x96\xda\x92\xc2\ \xda\xbc\xe2\xdc\x92\x8a\xee\xcd\x15\xeb\xd3\xe3\xd2\x93\x8b\xdb\ \x9b\x8b\x8b\xcb\x9b\xf6\xbe\xf9\xde\x47\x5b\x0f\x2c\x3f\xac\xce\ \x6b\xd9\x7c\xf8\xe8\x3e\xd7\xd7\xdb\xf6\xed\x3d\x79\xf2\xb4\xe2\ \xfa\xf9\x4f\x1e\x91\x34\xe0\x37\xd6\x65\x47\x58\x9c\x10\x61\x90\ \x1e\x8c\x24\x90\x04\xcc\x1a\x6e\xa5\x6d\x2e\x8d\xd3\xaa\xb4\x9b\ \x8c\x88\x12\x97\x5c\x2e\xde\x03\x94\x23\xe8\x0f\xf9\x00\x5c\x78\ \x95\x76\x63\x65\xa7\x4c\xe1\xe6\x75\x5a\xd1\xd8\x87\x29\x71\x0c\ \x17\x9c\x56\x9d\x93\x41\xa7\xbe\xfa\x73\xe7\xe1\x6d\x07\x6a\xeb\ \xea\xaa\xeb\x4a\x8a\x73\xd3\x4a\xf2\xf2\x8a\xd7\x17\x14\x14\x6f\ \xaa\x6e\xef\xde\xfd\xee\xbb\x87\xde\xfb\xa4\xbe\xba\xf6\xf0\x89\ \x5d\x87\x77\x7f\x7c\xef\xee\x0f\x2b\x5f\xec\x3b\x71\xf4\xc4\xbb\ \xaf\x6c\xef\xee\xde\xb6\xff\x83\x8b\xa7\xff\xb8\xb5\xf8\xe7\xfc\ \xd8\xe3\x14\x53\xa2\x81\xfc\xcf\x3f\xa3\x4a\xff\xfd\xfc\x7f\x7e\ \xfb\xf7\x6f\xbf\x3d\x78\xf0\xe0\xaf\xd5\x90\x4f\x14\x51\xdc\x43\ \x22\x2c\x45\xe3\x38\x00\x64\xaf\x93\x76\xd9\x31\x65\xb8\x41\x89\ \x91\x28\xce\xc1\xc9\x60\xc0\x5f\x51\x6e\xda\xcb\x03\xea\xe2\x61\ \x8e\x17\x30\x77\x81\xa7\x41\xc9\xb3\xe4\x41\x60\x88\x14\x0d\x00\ \x8d\xf5\x32\xc0\x0a\x72\x4e\xa3\xa9\x61\xa4\x74\xb0\xd5\x61\x77\ \x33\x00\x90\x5c\x18\x6c\xf5\xe2\x3c\xbc\xdc\x66\x77\x11\x6e\xc9\ \x23\xb8\x35\x4e\x8c\x20\x88\xa5\x20\x87\xc1\x40\xf5\x40\x28\x04\ \x14\xc3\x17\x0c\xae\xb2\xc2\xea\x6a\x10\x58\x3f\x5e\xf2\xc1\x2d\ \x71\x0e\xe7\x24\x71\x29\xe4\xc1\xdc\xcc\x52\xc0\x0b\xc7\x82\x49\ \x3c\xe1\x36\x9a\xc3\x1b\x2e\xbb\x7c\x40\xdf\x18\x46\x04\x6a\x12\ \xf2\xfa\x29\x3b\xc6\x2f\xf9\xe0\xcc\xd8\x20\x60\x28\x18\x66\x0f\ \x07\x13\xc1\xb4\xd4\x50\xc0\x0b\x07\xfe\x04\x82\x4b\xfe\x60\x28\ \x40\x21\x04\x01\x4b\x2d\x04\xc9\xe7\x61\x68\x42\xe9\xb2\x11\x94\ \x6f\x1a\x0e\x04\x5a\x02\x22\x0c\xdb\xa4\x61\x94\xb4\xd7\xc7\x04\ \xa7\x43\x1e\x9f\x2f\xc4\x93\x4c\x80\xa6\x3d\xbe\x75\x1b\x5b\xea\ \x37\x6f\xfd\xec\xcd\x17\xaf\x7d\xd2\x5e\xdc\x56\x77\x7c\x7f\x73\ \x41\xed\xde\x7d\xdb\xea\x37\x24\x17\xc4\x87\xe5\x14\x75\x01\xda\ \xe9\xea\xcd\x49\x88\x4b\x8d\xc8\xae\x6f\x6e\xab\x08\x2b\xdc\x10\ \x1f\x99\x90\x94\x5d\x9e\x57\x7d\xe4\xcd\xcd\xdb\x3f\xdc\xfa\xd2\ \xd8\x7c\xe3\xcf\xbd\x6b\x75\x58\x3f\x03\x89\x5a\xeb\x2c\x1c\x1a\ \xea\xef\xed\x5f\x9b\x00\x36\xd4\xd8\x05\x7c\x22\x64\xac\xaa\xde\ \x1c\xe0\x1f\x1a\xbb\x8a\xe0\x4e\x2d\x00\xa6\x98\xe8\x9c\xc6\xc6\ \x53\xf0\x32\x20\x70\x87\x91\x31\xa9\x31\xa9\x6b\xb5\xf0\x30\xa3\ \xb4\xb1\xb7\x2a\x21\xb5\x17\xc8\x57\x51\x51\x57\x6f\x55\x52\x57\ \x6f\x7f\x7f\x57\x57\x52\x71\x7d\x73\x79\x75\x5d\xf7\xc6\xf6\xdd\ \xbb\x4e\x9e\x7c\xfd\xc3\xaf\x7e\xfd\x69\x6c\x6c\x61\xea\x4c\xcd\ \xbd\xf1\xa8\xce\xc5\x9b\x8e\xbe\xce\xac\xc5\x39\xb2\x74\xf1\xde\ \xb5\xeb\x13\xaf\xfd\x79\xd9\x31\x3a\xff\xf6\x7c\x69\xcf\xed\x3d\ \xb7\xad\x95\x59\x67\x77\xaf\xe4\x9b\x2d\xe7\x86\x6f\x0c\x5e\xe9\ \x94\x6b\xcf\xfe\xf9\x44\x46\xd0\x7e\xbb\xca\x99\x75\xe6\xce\x8a\ \x2a\x7c\x78\xb0\x63\xe1\x9d\xeb\x13\xe7\xa3\x6e\x4e\xde\x7c\xe5\ \x8d\xef\x4a\x51\xc5\xca\xc4\xd5\xf9\x44\xe5\xbd\x8b\xc3\x8f\xa2\ \xcc\xbf\xde\xc9\xd2\x3b\x15\x6a\x59\xd6\xb0\x52\x35\xf3\x53\x8f\ \x29\xaa\x55\x37\x3a\xb0\xb0\x30\xb7\xf8\xed\xa5\x85\xc9\xbe\xfc\ \x1b\xfa\x27\xe3\x63\xd7\xe6\x3a\xe5\xfa\xca\xc1\x8e\x3b\x73\xe6\ \xc5\xc5\xf1\x1b\xb2\x4a\x54\x22\x65\xa6\xe1\x41\xb9\x1d\xcf\x6a\ \x30\xba\xfb\xce\x65\x75\x4c\xcd\xdc\x7f\xff\x9b\xc5\x1f\xae\xed\ \x38\xf4\xc9\x37\xc3\x8e\x87\xad\xf9\x3d\x96\x52\x70\x34\x76\xa8\ \xc1\x99\xab\x37\x1a\x2d\x56\x85\xcc\xa1\x9b\xd8\x75\xcf\x31\x3b\ \x31\x61\x92\x59\x50\xb2\x32\x5c\x76\xf9\xdc\xca\xa3\xef\x1f\xbf\ \xf2\xd1\xf7\x47\x3f\x9e\xbc\xb5\xf8\xb2\x0c\x63\x52\xce\xea\x59\ \xdb\x6c\xc7\xb7\xe7\x46\x6e\x32\xa3\xe5\x48\x00\x00\x20\x00\x49\ \x44\x41\x54\x99\x97\x87\x53\xcc\x77\x7e\x3a\xa3\x18\x1f\x1c\x7e\ \xeb\x60\x54\xe2\xaf\xe7\x1c\x0a\xb7\xd2\xe5\x8c\x52\xf3\x3c\x6b\ \x93\xbb\x6c\x4a\x82\x45\xed\x6e\x27\x35\xaa\xd1\xc9\xa8\x4e\x53\ \xe2\xe5\x27\x63\x37\xce\xcd\x24\xf6\xa8\x30\xad\x31\xff\xd1\xcd\ \x99\x1a\x85\xcd\x60\x9c\xeb\x18\x9d\x1a\xee\x71\x98\x26\x27\xf5\ \xce\xa8\xc4\x2c\x9d\xd5\x34\xef\xa8\x99\x19\x37\x87\x5b\xd5\x89\ \x1e\x14\x09\xcf\x72\xe1\xd6\xce\x1e\x9a\xba\x07\x43\xb1\x32\x32\ \xd3\x63\xa3\xc3\x22\x52\x53\xc3\xba\x1a\xab\x22\x23\x23\x22\x63\ \x80\x29\x8c\xcf\xcb\x8d\x4f\xce\xcc\xce\x2b\xc9\x8e\xcb\xdb\xf6\ \xee\x0a\xea\x59\xf2\x8a\x4a\xab\x53\xa3\x34\xc9\x5d\x2e\xa5\xf3\ \xf1\xb8\x6e\xd0\x6c\x51\xa8\x09\x81\x75\x5b\xec\x66\x14\x31\xa9\ \x38\x9c\xb4\x2b\x50\x56\x9e\x5f\x49\xf3\x5e\x91\xd2\x28\x5d\x0c\ \x2e\xc7\x39\xb7\x9b\x9e\x9e\x0e\x1f\x91\xbb\xec\x72\x1d\x4f\x51\ \x6e\x84\x46\x5d\x08\x81\x81\xd7\xf0\xd2\xb6\xee\xba\xb5\x40\xd3\ \x92\xea\x92\xda\xea\xbc\xbc\xba\x6d\x65\x05\x05\x75\x5b\x5a\x72\ \x37\x64\xe6\xb6\x1c\xdf\x5c\x5d\x5d\xbf\xf9\xe4\x89\xa3\xc7\xb6\ \xee\xb9\x94\xf2\x63\x7d\x49\x71\x7d\xfb\xdc\x4a\xf7\x67\x07\x8f\ \x9e\x78\x5b\x33\xbe\xf8\xfb\x17\x1a\x89\x02\x68\xc9\x49\x6e\x27\ \x1c\x65\xca\xf3\x12\xcd\x52\x38\xe3\xb6\xbb\x54\x4e\x82\x25\x2d\ \x03\x6e\x3c\x51\x6d\x36\xbb\x56\x16\xdc\x46\x8c\xb1\xe8\x68\x94\ \x12\x78\x9c\xf3\xaf\x4d\x99\x61\x6c\x0f\xef\x4f\x46\xb9\xb4\x76\ \xbb\xd6\xe8\xe2\xd4\x2e\x9e\x27\x59\x9f\x84\x8c\x9d\xdc\x7f\x62\ \xdf\xee\xc3\x2d\xb5\x6d\xd5\x1b\xd3\x72\x0b\x0a\x2a\x36\xae\xcf\ \xcd\xde\x50\x5b\xdc\xd2\xbe\x6b\xdf\x1b\x3b\xdb\x0b\xcb\x76\xec\ \x6a\x29\x28\xfe\xe8\xe5\xef\xbf\xba\x78\xeb\x8f\xef\x5f\xdb\xdb\ \x7d\xe0\xb5\x17\x8f\xbe\xfc\xc3\x67\x6f\xbf\xf8\xda\x37\x67\xef\ \x2d\x5f\xbd\x7a\xe5\xca\x2f\xe7\x26\xcf\xac\x18\xd8\x17\xd6\xad\ \xdd\xfe\x5e\x1b\xb3\xfd\xff\xf6\xf5\xe1\xe4\x5b\x80\x3a\xa1\x90\ \xcf\x6d\xe7\x48\xa0\x18\x3a\xd2\xa7\xa6\xec\x34\x87\x30\x52\x90\ \x06\xba\x21\x78\x48\x60\xde\x38\x9c\x45\x38\x49\x82\x53\x1d\x00\ \x8b\x19\x89\x69\x09\x0b\x86\x24\x1c\x66\xe0\xb1\x92\xdf\x0b\xaf\ \x8a\x02\x7e\x03\x46\x8c\xa6\xdd\x18\x8a\x28\x5d\x40\xb6\x39\x9a\ \x46\x39\x3f\xcb\x01\x8b\xea\x06\x9a\x67\xa5\x09\x8e\x41\x59\x1a\ \x23\x6d\x7c\x30\xc0\xb2\x40\x74\xc4\x80\x97\x97\xbc\x3e\x9f\x93\ \x25\xe9\xe0\xea\xb3\x90\x87\x86\xe5\xe7\x3e\xc6\x07\x34\x52\xf4\ \x2f\xc1\xec\x07\x01\x26\xf3\x85\xfc\x81\xb5\x51\xd3\x38\x58\x0b\ \x3c\x1e\x9e\x61\x18\x89\x15\xa7\x57\xc1\x2f\x1f\x3c\x35\x20\x52\ \xb0\x9a\xc1\x27\xf1\x3e\xa0\x3d\xe0\x61\x01\xa0\x57\x4b\x70\x06\ \x19\xdc\x8f\xe7\x58\x41\x0a\xb1\xbc\x0f\xd6\xd1\x2f\x2d\xf9\x18\ \xce\x1b\xe0\xbd\x28\xca\x51\x01\x96\xf1\xf8\xa6\xff\x9a\x0e\xf9\ \xe0\x24\xeb\xd5\xd0\xd2\xb3\x67\xa1\x20\xd2\x90\xef\x06\xc4\x28\ \x3d\x43\xc1\xef\x10\x43\x39\x69\x5d\x7a\x73\x7d\xf7\xe1\x17\xbf\ \xba\x7b\x67\xf1\xc7\xb2\xed\x2d\xdd\x27\x3f\xad\xae\xd8\x5e\xdc\ \x5e\x16\x1b\x09\x74\xa9\xaa\xaa\xa8\xa8\x1f\x1c\x9d\xb1\xc9\xd9\ \xd9\xb5\xfb\xf6\xb4\xb7\x77\x67\xe7\xa6\x45\x6c\x68\xaf\x7f\x6f\ \xef\xe6\x6d\x07\xde\xf9\xe2\xa5\x6f\xde\xdb\xf6\xea\xc1\x8c\x9f\ \xd7\xca\x19\x7e\xfe\x7f\x96\x70\xe8\xe7\x0b\xbd\x43\x5d\x43\x6b\ \xa5\x0e\x17\x2e\xc0\x68\xac\x53\xb0\x28\xeb\x14\x10\xbe\xfe\x53\ \x43\x49\xa9\xa9\x31\xb0\x4d\xf0\x14\x9c\x8a\x93\x53\xd5\x9f\x13\ \x03\x0c\x5f\x63\x57\x4e\x12\xac\x10\xcd\x69\x2c\xea\x07\xb7\xae\ \x2a\x38\xca\xb0\x1f\x26\x97\x42\xe9\xeb\xea\x1d\x1a\xba\x10\x53\ \xbe\x69\x5b\xfb\xe1\x13\x5b\xaa\xb7\x1c\x3f\x74\x7c\xf7\x6b\x2f\ \xbd\xff\xd3\xfc\xb5\xc5\x87\xb7\xef\x7d\xff\xca\x8f\x8f\xe6\x9f\ \xdc\x18\x50\x8c\xac\xdc\x78\x78\xf5\xe3\xc3\x47\x6e\x74\xae\xcc\ \xde\xfb\xf4\xce\xa5\x7b\xb3\x3d\x8f\xae\xf6\x9c\xfe\x97\xa3\x74\ \xf1\xb3\x9d\xed\xcb\x33\x2b\x13\x7d\x7d\xa3\x83\xa5\x51\xad\xb3\ \xcb\x3b\x07\x5d\x9d\x57\x7e\x9d\xe9\xec\x94\x47\x9d\xbb\x3f\xf5\ \xf6\xb0\x79\x56\x6b\x31\x13\xac\xc1\x38\x7a\x2b\x71\x60\x46\xbe\ \xac\x33\x44\x69\x74\x73\x3d\xc3\xe6\x52\x53\x78\x4a\xb8\x2c\x2b\ \x4b\xeb\x58\x98\xac\xb4\x1b\x74\x0d\x59\xe1\x51\x8f\x65\x3d\xa5\ \xa5\xa3\x59\x23\x2f\x7e\xfa\xea\x93\x85\xb1\x9a\x1a\xb3\xbe\x74\ \x4a\xa5\x1f\x98\x3d\x97\x62\x34\x2f\x5f\x22\x69\x65\x8d\x25\xd1\ \x3c\xfc\xe4\xb5\xbb\x27\xea\xbe\xd0\x67\xd9\x94\x36\xc4\x5e\x93\ \xf5\xe7\x78\x03\x1a\x75\xa9\x75\x65\x65\x6c\x61\x62\x65\xd0\x60\ \x71\xe4\x9f\x51\xe9\x52\xe8\xac\x95\x6f\x16\x7f\xfa\x43\xeb\x88\ \x9a\xed\x91\x75\xe0\x7d\x0f\x89\xd9\x8b\x9d\xda\x91\x09\x1b\xb2\ \x1c\x8e\xd9\xb5\xdf\x76\x64\x35\x0c\xcc\x5f\xfd\x78\xf3\xe6\x96\ \x95\x8b\xdf\xce\x9b\xdd\xce\xd9\xd6\xc7\x8f\x97\x8f\xf7\x68\xe7\ \xa6\x5e\x9e\x33\x9f\xbe\x7d\xf0\xc6\x2f\x1f\xce\x8c\xd6\xa4\x9c\ \x7d\x79\x14\xb9\x7d\x62\xa1\xa3\x74\x2e\x71\x45\x3e\xe9\x14\x68\ \xbd\x43\x5b\xd9\xe7\xb4\xda\x34\x2a\x33\x4d\xe7\xe7\xa7\xc8\x09\ \x27\x6d\xb8\x6c\xa4\x24\xbb\xd3\x60\xe8\x6b\x30\x98\xd5\x72\xcb\ \x60\x43\xb8\x65\x7c\x2a\x4a\xad\x20\x51\x42\xfb\xf8\xc6\x32\xad\ \x75\x5e\xb6\xb4\xea\x3b\x52\xb4\x16\x1b\x89\xa4\xc8\x4d\x46\x4d\ \xfe\xfb\xfb\xff\xf5\xfe\x78\x54\x4f\x87\xc1\xb1\x3d\x33\x2d\x2d\ \x36\x22\x16\x76\x39\xaf\x5d\xce\x6d\x4c\x0d\x4b\x8d\x85\xe1\x1e\ \x11\x05\x79\x05\x69\x19\x71\x11\xd1\x1b\x37\x1f\xdf\xff\x61\x8f\ \xa3\x47\x8d\x2e\xd5\x98\x87\x0d\x76\x1c\x83\x41\xcc\xf2\x3e\xbb\ \x91\x31\xb8\x95\x56\x0e\xd5\x76\x8c\x7f\xa3\x54\xb5\x0e\x74\x2c\ \x44\x0d\x28\xce\x93\x58\xf8\x0a\xe9\x42\x10\xab\x91\x47\xdd\x89\ \x34\x4f\xea\xe5\x7a\xb5\x4b\x75\xd9\xe4\xd2\x2b\x9d\x76\x8c\x03\ \x7c\x21\xd1\x9c\x1e\x58\x93\x1b\xbb\x9b\x9b\xeb\x2b\x0a\xca\x2b\ \x4a\xf2\x0a\x0b\x00\x60\x6d\x2c\xa8\xaf\x58\x5f\x50\xdd\xbd\x39\ \x2f\x77\x7d\xf6\xe6\x9d\xcd\xdb\xaa\xeb\x0f\x1d\x3f\xb4\xfd\x78\ \xfb\x96\x8f\xc6\x13\x7f\xd9\x9d\x57\xf7\xf9\x4a\xf7\xa7\x3b\xf7\ \x1f\xdd\x59\x69\x3e\x7b\xfb\xec\xb2\x97\x75\x5b\x19\x09\x21\x79\ \xca\x47\x21\x2e\x81\x73\x22\x40\xd1\xbd\x01\xbf\x84\x0b\xe0\x24\ \xe4\x04\x51\xc0\x24\x67\x94\x73\x72\xa2\xb2\x41\xa7\xd0\x9b\x48\ \x0d\xe1\xf3\xf1\x82\x48\xc2\xe4\x74\x70\x3e\xf9\xbc\x6e\xab\xc0\ \x10\x84\xcd\xe8\xec\xb9\x7a\x6e\x65\x60\x12\x1c\x47\x0b\x27\x9a\ \x3f\xdb\xde\xd6\xd4\xd2\x52\x57\x50\x90\x9b\xbd\x7e\x7d\xec\x86\ \xff\x8f\xab\x37\x71\x4b\x32\xfb\xdf\xc7\x07\x04\x86\x3d\xa6\x20\ \xa2\x05\x1a\x28\x2b\x23\x2b\x68\x31\x54\x94\x51\x71\xd7\x0b\x51\ \x73\x2d\xb4\xb2\x50\x2b\x57\xb4\x32\x71\xc9\xb5\x24\x33\x94\xd1\ \x00\xd3\x24\x90\x14\x94\x21\xc9\x4a\xad\x70\x49\xb3\xdc\x12\xb1\ \xd1\x5c\xa8\xcf\xf4\xfe\x2f\xbe\xe7\x69\xde\x9f\xcf\xef\xba\x7e\ \x78\x89\x3e\x0a\x3c\xa7\xf0\xdc\xcf\x7d\x9f\xf3\x7a\xdd\xf7\xa1\ \x93\xde\x3e\x81\xe1\x55\x75\x49\x49\x09\x81\x67\x8e\x1d\xf7\x0a\ \xf7\xf7\xf2\x0d\x8b\x0a\x2c\xa9\xcd\xbb\x74\xb9\x36\xa9\xf0\x96\ \xb3\x67\xc6\x91\x6a\xf9\x98\x7f\x39\xad\xc3\xb1\x3e\xde\x92\x7f\ \xe3\xa9\xd3\xe1\x9c\x23\xb2\xd5\x46\xe3\x87\x3f\x7f\xbc\xfc\x06\ \x2d\xef\xff\x1f\x62\xfd\xf2\xdf\x9a\x8b\x5f\xff\x7c\xf7\xcf\x87\ \x0d\xb5\x5c\xc1\x92\xca\x75\x34\x02\x46\xab\x41\xea\x8c\x00\x33\ \x4d\xf3\x5a\x28\x34\x51\x2d\x27\x29\x80\xdc\xb2\xe9\x6c\x74\xb9\ \x49\xa2\x35\xa9\x95\x36\x83\x64\xe3\x83\x7e\xde\x24\x97\xb1\xe9\ \xa6\xb1\x91\x11\xad\xc6\xa0\x84\xc2\x6a\x6c\x46\xc3\xcf\x08\x57\ \xa5\x7e\x44\x03\xa6\xbd\xc1\xc8\xe6\xaa\x80\x40\x83\xf2\x7f\xa4\ \x46\x28\x41\x55\x2f\xa7\xd2\x4d\x50\xd7\x92\x52\xa7\xb4\x8d\xe8\ \x56\x57\x4d\x7a\xcd\xd8\xaa\x1d\x10\x22\x1d\x40\x0b\x93\xc1\xae\ \x5e\x5d\x1d\xd3\x69\x0c\xf3\x50\x33\x8e\x6d\x75\x03\x10\x38\x11\ \xe0\x4b\x3a\xc0\x58\x25\x4a\xbb\x01\x3c\xc2\x66\x30\xb0\x65\x3a\ \xad\x5c\x03\xfe\xd2\x0c\x23\x46\x40\xd1\xec\x26\x28\xab\x56\x23\ \x53\x6a\x8d\x36\xfb\x87\x2f\x3f\xa0\x92\xfb\xd5\x0f\x1f\xe6\x47\ \x0c\x36\xbd\x61\xc3\xa8\x56\x68\xec\x4a\xd9\xea\x88\x0d\xa0\xa1\ \x0d\x20\xab\xcd\x0e\xa8\x98\xc9\x20\x77\x1b\xfb\x6e\x03\x6f\x90\ \xc9\xb6\x6a\x53\xeb\x56\x3f\xfc\xd0\xe3\xe7\x98\xac\xf9\x0f\x22\ \x09\x5d\x21\x55\x2a\x45\x1c\xc9\x2f\x3e\x87\x22\x6e\x9f\xef\xfd\ \x6c\xb6\x2c\xcd\x96\x44\x05\x25\x95\xe6\x84\x65\x96\x9e\xf2\xf2\ \xda\xb9\x23\xc4\x73\x4f\x08\x80\x93\x9a\x9a\xd3\x47\x4f\xfe\x7e\ \xac\x2a\x30\x3c\xec\x64\x60\x43\x76\xa0\x4f\x58\xf1\xc3\xc7\x2d\ \xe1\xbe\xfb\xbd\xbc\x3a\xd6\xef\x56\x5f\x12\x0f\xdf\x38\x56\xf3\ \xfc\xc1\xff\xd9\x8d\x42\x86\x7e\x35\x9d\x3f\x43\xc0\x00\x28\x01\ \x76\xd4\x9c\x95\x1c\x02\x3e\x3b\x01\x12\x35\x77\x26\x7b\x3e\x00\ \xc8\x75\xba\x06\x2a\x77\xf7\xf4\xdb\xb3\xf7\x81\x5f\xc8\x69\x20\ \xfe\x80\x32\xcc\xf2\xf3\xcc\x02\xb7\xe4\x07\x80\x58\xf9\x01\xc5\ \x01\x98\x16\x80\xb4\xac\x66\xa0\x11\xfd\xb2\x6a\xb2\x8e\x87\x87\ \xc7\xa6\xa4\xe4\x16\xe6\xc6\xc7\xd4\xa6\x5f\xb9\x7f\xbe\xe3\xab\ \xf9\x49\x9f\xa5\xb4\xf2\x60\xd0\xf5\xc2\xc0\x6b\xb8\xe0\x37\xaf\ \x1e\x5f\x19\x4f\x9b\x6a\xc8\x7f\xb2\xfc\xd6\xb9\x78\x63\xe2\xed\ \xf9\x74\xd7\xd4\x0d\xc7\x22\x7e\x2e\x18\x85\x45\x50\x05\xe2\xf6\ \x54\x81\x38\xb8\x69\xb4\xed\xeb\x64\x7b\x17\xbf\x1d\xcf\x75\x15\ \x88\x17\xe0\x76\x96\xb5\x71\xa9\xeb\x6e\xe8\x0b\xb4\xc6\x48\x56\ \xab\x95\xf8\x51\x2e\x0d\x10\x0d\x12\x77\xd2\x1d\x01\x77\x98\x87\ \xfa\x1b\xe9\xc4\x02\xeb\x20\x86\x85\x12\x7c\xee\xa0\x61\xdb\x79\ \x44\x7e\xbf\x90\x42\x25\x0f\xb4\xad\xe5\xdf\x9a\x69\x6b\x5a\x9b\ \x5d\x5c\x9f\x7b\x36\x45\x0c\x7e\x46\x22\xd2\xdb\x22\x0b\xfa\xbb\ \x79\x82\x6b\xf7\x52\x87\x72\x06\xdf\x57\xdf\xa9\xfe\xd4\x5a\x31\ \x53\x9e\x93\xdf\xb2\xd6\x71\xc5\x81\xf3\x40\xf1\xb9\xe2\xa6\x26\ \x1d\x5d\xc7\x1c\xc5\xb1\x29\x43\x6c\x3a\x07\x26\x21\xf0\x23\x87\ \x2d\x05\x5c\x12\x8d\x27\xf1\x20\x13\x59\x46\x99\x06\xce\xa6\x7c\ \x4e\x64\x4f\x06\xbb\xaf\x61\x39\x58\x3a\x95\xa0\x69\xc3\xf5\xf0\ \x19\xf8\xe0\x02\x32\x4e\xbc\xc4\xc0\x11\x61\x1d\xaf\x2c\xeb\xa2\ \x48\xcb\x6c\x2b\x6f\xd9\x42\x1d\xc5\x32\x98\xe8\xc9\xc9\x99\x60\ \x9b\x48\x9c\xd8\x7d\xa7\xfa\xe9\x0d\xac\xd0\x83\xa5\xc5\x1a\x94\ \x34\x22\xde\x5d\x27\x84\xb9\xd3\x10\x2a\x04\x19\x8b\x5d\xe3\x90\ \x7a\xb8\x5c\x86\x91\x81\xc4\xc2\x18\x5c\x35\x1d\xe7\xc6\x60\x63\ \x49\x68\x0e\x96\x81\x23\x23\xa0\x0e\xea\x60\x14\x63\x12\x27\x87\ \x61\x59\x18\x95\x10\x86\x65\xc3\x09\x74\x22\x52\x82\xb0\x3a\x37\ \x1b\x53\x65\x74\x1e\xa7\xff\xf8\x91\x83\x5b\x0f\xee\xde\xb9\x6b\ \xeb\x8e\x1d\x50\x9a\xf7\x8e\x6d\x07\xb7\xff\xbe\x7d\xd7\xef\x07\ \x0f\x9e\xf0\x0d\x3f\xba\x75\xe7\x99\xa4\x6b\x57\x6a\xef\x16\x50\ \x49\x66\xaa\xe4\x07\x2c\x78\x4e\x28\x42\xce\xb5\xad\x53\x25\x30\ \xb6\xc4\x64\xe2\xc2\x85\x2a\xb6\x07\xd6\xbd\x29\xb5\xad\xa7\x11\ \x4e\x49\x6c\x7a\x65\x21\xb0\xf1\x4d\x2c\x22\x83\x03\x03\x4a\x10\ \xdf\x24\x34\xe8\xe5\x2c\x99\x46\xa4\xb1\xc9\xa5\x42\x3e\x87\xc0\ \x76\x4f\x94\xe9\x14\x74\xa5\x87\x87\x88\xb8\x94\x17\x1d\xea\x1b\ \x9e\xe2\xed\xed\x75\xf2\xe4\x91\x33\xc7\x7d\x7c\x8f\x1d\x39\xe3\ \x1b\x7a\xe2\xcc\xb1\xd0\x18\xdf\xe3\xe1\xe7\xef\xc4\xc4\x45\x95\ \x16\xd6\xde\x49\xaa\x8f\x2d\x29\xbe\x6c\xf5\x18\x7d\xec\xec\x48\ \xa9\x2f\xac\x2c\xaf\x75\x2a\x3e\x2e\x8c\x3f\x03\x68\x24\x52\xc8\ \xa5\x38\x20\x31\xa5\x9a\x55\x11\x4d\x21\x67\x6b\xa1\xd8\x3e\xc0\ \x95\x56\x35\x42\x42\x30\x52\xa6\xd2\x4a\x84\x94\x01\xa2\x42\x4d\ \x17\x4a\x25\x70\xa9\x48\xcc\x55\xb3\xf5\x36\xb5\xd6\x60\x64\xa1\ \x0b\x86\xf0\x32\x05\x5c\xa2\x60\xa3\x68\x3a\x76\xdb\xc7\xfe\xa1\ \x81\xb9\x99\x05\xf7\xee\x5b\xb1\x75\x49\x11\x61\x01\x61\x81\x41\ \x81\x3e\x81\xde\x27\x8e\xf8\x9e\xf4\x0a\xcd\xce\x0e\xaf\x8b\x8b\ \xf0\x8e\x88\x0b\x8b\x0f\x0c\xf2\x0d\x8f\x8d\xf6\x0e\x0a\x8b\x38\ \xe3\x5b\xfe\xb8\xf5\x62\x46\xfe\xc7\xf6\x89\x81\xb9\xae\xf7\xb7\ \xaf\xdf\x7d\x6d\xfe\x7c\xb1\xf4\xe6\xb5\x67\xbd\xad\xfd\x6e\x4c\ \x8e\x86\x05\x53\xe8\xf4\xf3\x90\x4b\x27\x64\xbe\x62\xda\x80\x7a\ \xef\xbe\x7c\xff\xfb\xb7\xdf\xfe\x97\x7a\x9d\x7d\xb9\xf1\xdd\x46\ \x03\xaa\x0b\xe9\x41\x00\x88\x62\x1c\x1b\x03\xb3\xdb\x68\x30\x98\ \x00\x22\x01\x82\xaa\xd5\x43\xe9\xa9\xdf\xed\x12\x3b\x60\x25\xf6\ \x11\xf5\xb7\xff\x19\x19\xb3\x2b\xe4\x42\x20\x0d\x85\x30\x14\x1a\ \x70\x2a\xa0\xf7\x30\x5a\x3b\x47\x66\x34\x1a\x74\x2a\x93\x46\x63\ \xd4\x6a\x95\x2c\xb1\xc1\xa0\x91\x29\x64\x22\x23\x5b\xa1\x95\xd2\ \x50\x08\x80\x68\x36\x85\x52\x04\xd7\x6a\x15\x76\x83\x6e\xde\xa4\ \x31\x28\xd8\xa6\x31\x39\xb4\xcf\x67\x14\x49\xa4\x26\xa3\x51\x67\ \x04\x7a\x4f\x6f\x54\x9b\xd4\x5a\xc0\xdf\xa4\x1c\x96\x09\xb0\x25\ \x93\x49\x49\x90\x40\xeb\x54\x1a\x00\x7e\x1a\x83\x5c\xa9\xd3\x4b\ \x44\x22\x9d\x91\xad\x81\xc0\x52\xad\x62\x29\x74\x2a\xa3\x5e\x6d\ \xf8\xf1\xe5\xdd\xdf\x1b\x63\x46\x21\xd0\x14\x7a\xbb\x6d\xde\x06\ \x79\xf9\x68\x0c\x63\x46\x85\x01\x5a\xde\xb2\x43\x45\x59\x63\x63\ \x50\x1f\xe1\x98\x56\x3a\xbf\xaa\x37\xea\xe9\x6c\x8d\x5e\x21\x23\ \x0a\x0d\x1b\x5f\x3e\xe8\x94\x02\x0c\xb4\x6f\xa8\x1a\x31\x72\x34\ \x06\xfd\x2f\x77\x02\x92\x72\x8a\xb2\xaf\x3d\x74\xba\x96\xb3\x4f\ \x44\x14\xd6\x55\x95\xc6\x27\x04\x1d\x84\x72\x99\x76\xee\xdd\x09\ \x74\xdb\xce\x53\xbb\x83\x32\xe3\xe3\x0a\x83\x4a\x2a\x42\x03\xfd\ \xef\xe6\x87\xd7\x5e\x2e\x29\x8c\x3a\x12\x7f\x33\x37\xbe\x22\xec\ \xc0\xe1\x24\xe7\x43\xe7\xb3\x53\xff\x81\xb8\xd5\xcf\x64\xc2\x9f\ \x35\x58\x90\x3e\xec\xec\x7c\x50\x03\xe0\x07\xe0\x18\x40\x21\x80\ \x54\x35\x21\x59\x9d\x21\x9e\x35\x21\xc9\x59\x3b\xfc\x3c\x93\xf7\ \x00\x11\x78\xda\xd3\x33\x2b\xd9\xf3\xb4\x5f\x32\xe0\x59\x21\x9d\ \x50\x24\x45\x48\x27\x14\x11\x06\xa8\x56\x48\x48\x4d\x88\xdf\xbe\ \x90\xbd\x9e\x80\x9c\x81\x47\xfb\xed\xfd\xdd\xcb\x17\x0a\x50\x8a\ \x8b\x8b\xa9\xc8\xbe\x79\xeb\xe2\xc3\xde\xb7\x0e\xa7\x6b\xf1\x6d\ \x49\x54\x52\x7d\x42\xdc\x93\x4f\xb7\x07\x43\x73\x29\x83\xd6\xea\ \xcd\x4b\xd7\x5a\x61\x91\xf7\x3f\xcf\xf2\xa7\xfa\x5e\x2d\x0c\xf5\ \x7e\xa4\xf2\x32\xc6\x79\xeb\x3c\xec\xa8\x3b\x69\xc0\x3a\xda\xe6\ \x1a\xe5\xf2\xb1\x2c\x2c\xac\x71\xa9\xad\xad\xaf\xad\x40\x30\xbf\ \x6a\x62\xc1\x3f\xc5\x5f\x2f\xf9\x84\xc2\xf5\x11\x83\x51\x2c\x82\ \x10\x89\x6a\x72\xf6\xac\xe1\xdc\xd8\x9c\x82\xc5\x89\xc4\xbe\xb9\ \xb6\x51\xa7\xf3\xbe\x2b\x55\x6a\xb9\x13\x89\x5d\xb1\x90\x45\x6e\ \x70\x4b\x23\x99\xc2\x98\x79\xe1\x9e\xba\xe8\xfc\x3c\xfd\xf5\x46\ \xec\xa3\xf4\xf7\xed\x2e\xeb\xe7\xb5\x39\x2e\xc2\xc3\x83\x47\x76\ \x99\x4b\xef\xce\xba\x3e\x5f\x7a\xef\xcc\x1f\x7f\xf3\x36\xf7\x4c\ \x7d\x52\xa6\xf7\x93\x16\xab\x24\x71\xae\x9b\x8c\x96\x0d\xf4\x90\ \xf0\x91\x12\x0e\x47\x8e\xa1\xba\x63\x10\x28\xb8\x16\xe9\x46\xb2\ \x5a\x5d\x0e\xe7\x95\x71\x0f\x1c\x81\x64\x9d\x61\x93\xe7\xf8\xd3\ \xa3\xa3\xa9\xe7\xfb\x38\x34\x1a\x4d\x6e\x42\x34\x15\xf0\xe6\xcc\ \x02\xe4\x04\xdd\xc5\xf3\xa0\xb8\xc1\x22\x23\xdd\xd7\xd6\xf0\xe7\ \xac\xa3\x9b\x33\x4f\x33\x66\xe8\x94\xcd\xe0\x89\xc7\xcf\x68\x4a\ \x35\xc5\x83\x4a\x6e\x9c\x9d\x14\x90\x96\x3c\x56\x04\x12\x23\x18\ \xa7\x90\x86\x85\x11\x48\x7d\x2a\x91\x84\x84\x9c\xc0\x4b\x38\x6e\ \xb3\x4c\x91\x8b\x2f\x97\xab\xdc\x61\x64\xde\xdc\xfa\x1c\x3c\x35\ \x71\x91\x84\x46\x21\x64\x26\x0d\x03\x2e\x27\xa0\x05\x3c\x99\xd4\ \x22\x76\xbc\xf5\x90\x39\xdc\x75\x64\x39\x96\x08\x83\xf3\x85\x40\ \x36\x41\x46\xdb\xaa\xf1\x2d\xbb\xb7\x1f\xdc\xbd\x05\x00\x96\xe7\ \x9e\xd3\x7b\xf7\xee\xd9\x03\xd0\x6a\xfb\xef\x87\x0e\x1e\x39\x79\ \xf2\xc4\x4e\xbf\x7d\x49\xd7\x66\x7a\x5f\x3c\xb2\x92\x34\x52\x11\ \x4a\x62\xa2\x51\x1b\x05\x40\x6c\x21\xc8\xb8\x54\x8c\x88\x01\x05\ \x63\xc0\xf5\x5c\x3e\x0b\x4a\xeb\x91\xaa\xe1\x68\xb2\xfb\x8b\x89\ \x69\x8b\xcb\x35\x09\x57\xd2\x89\x12\x29\x50\x85\x0a\xb4\x5a\xa3\ \xd0\xca\xe4\x2a\x18\x47\x81\x13\x8b\x69\x0b\x6b\x68\xe6\xe0\xa8\ \x02\x8d\xe5\x50\x5e\x04\xc4\x47\x05\xc6\x84\x7a\x7b\x1d\x3e\xe9\ \xe5\x75\xe6\x88\x8f\xcf\x89\xe3\x47\xfc\x83\x4e\x1c\x3b\x7e\x2c\ \x3c\x36\xa0\xa4\x2c\x2e\x36\xee\xc2\xc5\x9b\x75\x99\x95\x15\x45\ \x0d\xb5\xb7\xd3\x9f\xcc\x4c\x57\xc5\x15\x15\x65\xd7\x15\x96\x62\ \x1b\x5f\x3b\x2f\x8e\xea\xd4\x3a\xb9\x8c\x46\x76\x14\x60\xe7\x18\ \x42\x29\x9b\xae\x50\x2b\x35\x9a\x11\x9b\x88\x86\x17\x29\x34\x2c\ \x11\x4d\x0e\xae\x4f\x74\x34\x96\x8f\xf6\xe0\x16\x60\xd8\x54\xa2\ \x9c\x0e\x83\xe1\xe9\x3a\x16\x50\x80\x70\x34\x37\x95\x3f\xca\x20\ \x08\x90\x52\x2d\x9d\xe4\x2e\x51\x2a\xc0\x94\x61\xc9\xd0\xeb\x8b\ \x37\x33\x63\xc2\x63\x82\x42\x7d\x7d\x7c\xbc\x03\xa3\xa3\xa2\x7c\ \xfc\x7d\x63\x33\x63\xe3\x63\xc3\xb2\xb3\xc3\xb2\xc3\xe3\x2b\xe3\ \x72\xa3\x62\xe2\xc3\xbd\xc1\xa8\xe3\x73\xf3\xf2\xce\x5d\xca\x49\ \x48\xb9\xfe\x6c\xf0\xd1\x8d\xab\xc5\x65\xe3\x56\xe7\x93\xda\xa0\ \xaa\xbb\x0f\xef\x3b\x2d\x08\x12\x8e\x26\x53\xa9\xb5\x6c\x89\x92\ \xad\xd5\xa0\xe9\x22\x38\x81\xcd\x52\x6a\x14\x34\x8e\x50\x21\xdd\ \x78\xf7\xe7\xcb\x77\x50\x94\xd1\xdf\xef\xde\xfd\x06\x79\xec\xff\ \x8c\x3c\xfd\xfe\xe3\xdd\xaf\x2f\x7f\xfd\x9f\x6f\x7f\xfc\xf6\xf2\ \xcb\xcb\x77\x5f\xbe\x80\x47\x40\xce\x3b\xff\xad\x23\xfb\xb2\x6a\ \xfb\xe7\xac\x41\xa7\x51\x8e\xa9\x75\x3a\xb5\x5c\x28\x15\x6a\x64\ \x1c\xb8\xda\x08\x60\x42\x21\x5f\x35\x9a\xec\x86\x11\xb5\x01\xc3\ \xd6\xc9\x95\x72\x40\x2c\x95\x0a\x16\x90\x83\x2a\x91\x48\x4a\x47\ \x4b\x35\x12\xad\x56\x63\x57\xc9\x24\x00\x29\x64\x4a\xbd\xc1\x20\ \x85\x09\xc7\x14\x32\x1d\x64\x63\xa3\x93\xea\x37\x74\x34\xb4\x62\ \x6c\xc4\x06\x98\x93\x5a\xad\x01\x3a\x54\x6d\x52\xe8\x4c\xfa\x55\ \xbd\x46\xa7\x36\x8c\x8c\xe8\xc1\xeb\xa0\x09\x06\xb6\x48\x2e\x23\ \x28\xb5\x5a\x9b\x4e\xa5\x53\x02\xed\xad\x52\xdb\x6d\x00\x02\x65\ \xea\xf9\x2f\x7f\xbe\xfb\xa0\x52\xd2\x45\x06\x15\xd0\xb2\x26\x1d\ \x94\xca\x08\xe5\xa9\xaa\x94\x36\x89\x68\x0c\x8a\xbc\x30\x41\x5c\ \x76\x0c\x3c\x4f\xbd\x31\x6f\xd0\x19\xa1\x4d\x44\x85\x62\x14\x3d\ \x3f\x02\xfe\xd5\x3f\x6c\x4a\x9b\x69\xd5\xa6\x99\x37\xb8\x0b\x65\ \xf3\xbf\xdc\xaa\x0b\x8d\xc9\x0e\x6c\xa8\xcc\x29\xbe\x5c\x9c\x53\ \x97\x5b\x5d\x5a\x5a\xe9\x1f\x7a\xe6\x4c\x40\x44\x47\x6f\x50\x66\ \xef\xcd\x42\xff\xfc\xf3\x85\xf1\xb5\xe9\x39\x45\xe0\x22\x76\x37\ \x26\x2f\xc9\xf7\xe8\x99\xc3\xdb\x77\x9f\xb9\xd7\x7b\xe5\xd6\xc5\ \x0c\xaf\xa4\xd2\x04\xef\x80\xeb\x31\xd0\x1e\xe1\x83\x07\xcd\x50\ \x23\x34\x94\x5b\xdf\x09\x2d\x68\x35\xff\xcc\x86\xee\x7c\xd0\x0c\ \x38\x96\x1f\xb8\x07\x7c\xcb\x2f\xc4\x33\xeb\xf4\xe9\x1d\x7b\xf6\ \x85\x84\xf8\x79\xee\xf0\x84\x7c\xfa\xb2\xa0\xf8\xfa\x90\x2c\xbf\ \xac\x7d\x7b\x4f\x43\x06\x11\x80\x7d\x41\x3d\xcf\x9d\xc9\x7b\x6a\ \xfc\xa0\x4e\xe8\x07\x35\x35\x7e\x9d\x9d\x3b\x8e\x05\xfa\x42\x2d\ \xae\x07\x52\xa2\x63\xaa\x8b\x2f\x77\x0c\x2f\x7f\x5e\x5f\xbf\xf8\ \xc4\x75\xed\xd1\xcc\x40\xab\xb7\x6f\xe6\xf5\xb2\x4c\xaf\xb2\x1b\ \x57\xd3\x5c\x79\x65\xe9\x37\x2f\x56\xe5\xf0\x5b\xab\x2f\x3f\xae\ \x1a\x2c\x33\x2b\x18\x4b\xd6\x25\xcc\xe6\x8a\xb5\xa0\xe7\x71\xa3\ \x60\xad\x29\x98\x87\xe6\xe3\x99\x89\x91\x4f\x3a\x32\x52\x32\x67\ \x83\x31\x86\x0d\x83\x12\xc6\xd2\x04\xf3\xf0\x54\x6e\xa3\x07\x0e\ \xa6\x15\x22\xe5\xdd\xe3\x43\xdd\x6b\x7d\xc1\xc1\xe8\xd9\x01\xe4\ \x28\xa6\x6d\x8e\x89\x65\x74\xaf\x19\xd1\xcc\xbe\xc9\xfe\x4d\x0b\ \x4d\x3a\xd4\x44\x2a\xe8\x9a\x6a\x28\xdb\xec\xf9\x78\xbf\xc7\x99\ \x76\xf1\xf5\xe0\xdc\x93\xbc\x61\x35\x8d\x88\x6d\xc3\x0d\xf0\xc4\ \x4b\xb3\x2b\x13\xce\xc5\xe2\x98\xda\x92\x2b\x6f\xfd\x1f\x4f\xdd\ \xbd\x1d\xf7\x38\xf3\x68\xc5\x95\xec\x39\x0f\x0c\x07\xd7\x43\xb2\ \x62\x1b\xd1\x6d\x08\x09\x97\x20\x99\x10\x70\xa5\x04\x0c\x8d\xa3\ \x53\x4a\xb5\x08\x8f\x60\xbe\x39\x15\xe7\xfa\x34\xf0\xec\x5c\xfa\ \xf9\xf7\x8e\xe5\xc1\x76\x62\x81\x59\xac\xc4\x90\xbe\x2e\x8d\x7e\ \x1a\x7d\xbd\xe2\xb0\x8e\x17\x58\xcd\x1d\x2f\x86\x04\x6e\xa4\xa1\ \x35\xae\xdb\x2c\x2a\xd2\x91\x4a\xb2\x32\xdc\x67\xcd\x7c\x0f\xaa\ \xe3\x13\x85\xc5\x66\x92\x08\x9f\x3f\x3a\xad\xae\xcd\xa1\x4d\x77\ \x32\x17\xc3\x7a\x3f\xd8\x26\x85\x31\x38\x1c\x85\x1c\xde\x5e\xe0\ \xc6\x45\xab\x51\x64\x82\x58\x8e\x45\x53\xd1\x1a\x8d\x4e\x45\xc1\ \xf6\xb7\xad\x77\x7d\x36\x73\xe4\x1c\xad\x49\xaf\xa3\xba\x09\xe5\ \xca\x82\x36\xd4\xb5\x4d\xf2\x3a\x8a\xc5\x46\x73\xe0\x32\x11\x87\ \xb5\x1e\x89\xe1\x01\xea\x98\xd8\xed\x12\x76\x7b\x6d\xdf\xbd\x6b\ \xe7\xf6\x83\x40\x13\xee\xf1\x04\x97\x94\xe4\xad\xbf\x6f\xdd\x7d\ \xe2\xf0\x81\xdd\xbb\xf7\xd6\x74\x9e\xf6\x29\x2e\xae\xce\xad\xaf\ \x7b\x25\xc4\xb5\x8d\xf6\x7f\x85\x61\x4c\x30\x32\x2e\x58\x4a\x14\ \xca\x52\xc5\x14\x64\x24\x21\x15\x6d\x46\x4a\xdb\x08\x32\x21\x9d\ \x2a\x46\xc1\x29\x30\x29\x8b\x0d\xed\xcf\xa1\xd8\x1c\x3a\x01\x8f\ \xe4\xd0\xe5\x6c\xb4\x52\x24\x16\x5b\x53\xa5\x2c\xa9\x0a\x30\x00\ \x21\x4b\x8c\xd1\xd0\x48\x74\x05\x5a\xf2\xb9\x3c\xa5\x2e\x2a\xd4\ \xd7\xd7\xd7\x3f\x20\x20\x3c\x3c\xc0\xdf\xfb\xc8\xfe\x93\x3e\x81\ \x41\xde\x47\x4f\x7a\x9d\x0a\x2b\xcc\x38\x9f\x94\x74\xe9\x46\x5a\ \x71\x51\x55\x61\x49\x69\x6d\xcb\xd4\xdd\xda\xb8\x84\xcc\xa4\xc2\ \xec\xa4\x92\xaa\x16\xe1\x53\xe7\x78\xab\x82\x83\xd0\xc8\x44\x6a\ \xa3\x46\x46\x90\x1a\xd1\x18\xa1\x52\xa4\x04\xaa\x05\xa1\x62\x03\ \x3e\x21\xa2\xb3\xd4\x26\xbb\x5d\x0a\x4d\x5e\xb9\x90\x8c\x90\x28\ \x84\x8d\x03\x48\xba\x48\x23\xd2\xae\x82\xb9\x0b\xef\x46\x88\x10\ \x22\x34\x01\x33\xd7\xc4\x23\x35\x31\x67\x13\x65\x62\xf8\x77\x95\ \x02\x23\x29\x73\xa4\x15\xa6\xc4\x86\x06\x04\x78\x05\x86\x9f\x3a\ \x76\x2c\x28\xd6\xe7\x58\x60\x5c\x7c\x4c\x6c\x98\x77\x60\x80\x8f\ \x7f\x80\x7f\x58\x5c\x49\x5c\x6c\x76\x78\x44\x7c\x76\x5c\x52\x74\ \x45\x66\x6e\x45\x65\x52\x44\x49\x7d\x61\x76\xce\xd5\x8e\x67\xbd\ \x33\xd3\x57\x12\xaa\x6f\xb4\x3c\xbe\x7b\x7f\x5d\x69\xd3\x4b\x94\ \x7a\x15\x9d\x45\x93\x48\xe9\x32\x29\x5c\xad\x06\xe3\xc0\x33\x9a\ \x00\xc3\x87\xd1\x69\x40\x28\xe9\x6d\x00\x10\x14\xd0\x1a\x94\xd1\ \xa8\xd1\x00\x35\x06\x65\x9e\xfe\xf1\xed\x97\x9f\x65\x63\xdf\xbe\ \xfd\xf1\xb3\xaa\xf5\x67\x29\xd9\xb7\x9f\xab\x60\xdf\xbe\xfd\xf6\ \xe7\xd9\xbf\xbf\xcf\x6b\x81\x6a\x34\x69\x84\x76\x93\x48\xa8\xd0\ \xa8\x14\x1c\x25\x4d\x26\x52\xe8\xe4\x74\xad\x46\xc4\xd6\xb3\xc9\ \x5a\xfb\x98\x5e\xa9\xd4\x4a\x81\x32\xb6\xdb\x00\x56\xe8\xa1\x2c\ \x08\xc0\x39\x95\x50\xe2\xb5\xc6\x60\x52\xa9\x80\xdc\x94\xe8\x8d\ \x46\x76\x30\x00\x1e\xb5\x1e\x00\xbc\x01\xb0\x33\x99\x46\xa9\xb6\ \x03\x34\x51\xdb\x20\xa3\x19\xbb\x4a\xaa\x87\xea\xbb\xa0\xb2\x2e\ \xa8\xb8\x55\x23\xa4\x83\x93\x20\x10\x00\x28\x39\x1a\xb9\x52\x05\ \x58\x97\x4a\x0e\x1e\x0b\xd0\x52\x21\x93\xd9\x5f\xbe\xb4\x09\xd9\ \x3a\x93\x89\x82\x80\x42\x83\xf5\x1b\x6a\x8d\x01\xc0\x1c\x8f\x27\ \x75\xe3\xeb\xec\x4a\xf0\x2a\x46\xa0\x2b\x55\x12\xbd\x96\x63\x32\ \xd1\x60\x12\x36\x41\x39\x46\x23\x93\xa4\xab\x90\x67\xda\x87\xbf\ \x81\x72\xd4\x1b\x01\x25\xb3\x29\x4c\xa6\x5f\x4a\xee\xdc\xca\xab\ \xaf\xae\xbf\x75\x33\xa5\xb2\xbc\xe3\x5a\xf5\x9b\xd9\xa7\xa5\xc7\ \xce\xf8\x06\x15\x16\xdf\xaa\xf6\x3f\x12\x56\x74\x25\x2e\xe2\xe6\ \xb5\x99\x9c\xeb\x97\xa6\x1e\xdf\x6a\xb8\x5f\x91\x13\x71\xc2\xf7\ \x4e\x61\x68\x78\x7d\x6b\x5c\x58\x4c\xd1\xb3\xa7\x4f\x5a\x6a\xef\ \xbf\x19\xac\xdf\xf1\xe0\xf9\xcf\xad\xc1\xe7\x90\xf5\x28\x84\x55\ \xff\xe6\x42\x3f\xa8\x69\x7e\xfe\x20\x2b\xab\x33\xab\xb3\xa6\x39\ \xa4\xc6\xf3\x34\x10\x87\xc9\x59\x21\x90\xc9\x55\x0d\xa0\x56\x9e\ \x9e\x7b\xf7\x6d\xab\xe9\xec\x3c\x9d\x15\xe2\xe7\xe7\xb9\xc7\x0f\ \xd0\x30\xa0\x40\x93\xfd\x00\x23\xf3\xac\x79\x0e\x65\x85\x25\x9f\ \x4e\x86\x62\x09\x9b\xb3\xf6\x9d\xf4\x8f\x0a\x0a\x0b\x38\x16\x90\ \x5d\x74\x27\xb7\x21\xfd\xbd\x63\xbc\x6b\xe9\x5c\xe1\xe5\xd8\xa2\ \x1b\x15\x37\x2f\x9e\x3a\x96\xf2\xa6\x77\xfd\xd1\x95\x3c\xaf\xaa\ \x1b\x51\x15\xd1\xc7\xc3\x63\xf6\x97\xe7\xf8\x17\x33\x5f\xe4\x95\ \xbb\x10\x3d\x04\xa6\x99\xd4\xd8\x98\xca\x8b\xb4\x46\xc2\xa9\x05\ \xdc\xa6\xc5\xee\xf7\x9f\x86\xd0\xd7\xea\x6e\xbe\xfa\x78\x6d\x6d\ \x05\x6e\x14\x11\x5d\xcc\xf6\xae\x54\x1e\x7f\x74\x69\x6d\x34\x95\ \xa5\xa0\x21\xa9\xed\x82\x99\xa7\x17\x26\x9a\x22\x89\x30\x01\x90\ \x78\x7d\x43\xc1\x1e\x54\x02\x21\x98\x31\x44\x9d\x19\x4e\x75\xa7\ \x2c\xb4\x15\x5c\x3d\xf7\x24\x3f\x3b\xf3\x6b\x6a\x57\xcb\xdd\x69\ \xe7\xdc\xc4\x15\x4b\xdf\x92\x80\x83\x18\x75\xc3\x77\x35\xae\xad\ \x0f\x26\xbc\x1a\x74\xba\x5a\x9c\x4d\x1d\xb4\x47\x45\x37\x1e\x77\ \x38\xd0\x9b\x8f\x1c\x4f\x73\x9f\x8e\x52\x04\x7c\xf7\x44\xe7\x4a\ \xa3\xbb\x91\x0d\xe7\x11\xa9\x58\x0e\x8d\x23\x45\x45\x62\x38\x4a\ \xb2\x8c\x0d\x43\x0a\xd1\xed\x68\x3c\x5f\xd8\xde\xd7\x36\x77\x35\ \x22\x27\xd1\xac\x00\x78\x04\x0b\x9e\xea\x32\xf7\x36\x12\x99\x3d\ \x0b\x05\x7d\x8d\x05\xeb\x8e\x95\x44\x9e\x00\x41\xcc\x3f\xcf\xe4\ \x95\xdd\xbd\x38\x25\x9e\xe4\xf2\xdb\xac\x2b\x83\x6f\xac\x93\x1d\ \x1d\x4b\x77\x13\x9b\xfa\xd6\x27\xa4\xb8\x01\x37\xb1\x3b\xdd\x6c\ \x45\x62\xaa\x0a\x49\xac\x26\xa1\x52\x42\x97\x63\x49\xed\xf6\x79\ \x23\x49\x8a\xe3\x5f\x81\x0b\x0b\x24\x18\xae\x61\xc3\xe6\xb6\xd4\ \xd3\x98\xd8\x43\xf6\x40\xb0\x15\x88\x54\x98\x18\xcf\xa6\xf0\x9c\ \xc1\xac\xd1\x21\xe6\x38\x76\xb8\x76\xf0\x6a\xaa\xea\xc7\x86\xc2\ \x63\x82\xb2\xc6\xe0\x50\x98\x58\x14\xbb\xa0\xe3\xc0\xce\xdd\x5b\ \x77\xee\xdc\xbe\x6d\xc7\x9e\x3d\x50\x3e\xdb\x8e\x1d\xdb\x76\x1d\ \xde\xff\xfb\x96\xbd\x80\x16\x9f\x3e\x96\x10\x96\x9d\xd3\x50\xeb\ \xa2\xc1\xdc\x35\xd4\xb6\x46\xc6\x93\x02\x04\x9d\x43\x44\x00\xe5\ \x40\x21\x49\x9b\x1a\x19\xcc\x69\xa2\x64\x68\xa0\x7d\xa0\x31\xd8\ \x31\x3e\x39\xe4\x5c\x4f\x15\x50\xb0\x13\x6e\x32\x0a\x51\x26\x75\ \xe3\x2a\x90\x2c\xf2\xe7\xdb\x68\x15\x8c\x29\x92\x78\x54\x27\xe2\ \xd7\x51\x8d\x54\x05\x42\xc4\xc6\xe8\xc7\x74\xae\xeb\x0d\x71\xf1\ \xfe\xa1\xc7\xbc\x03\x23\xbc\x4e\x1d\xf3\x0f\x8d\x8f\x8e\x0d\xf5\ \xf1\x0e\x0d\x38\x73\xd2\x2b\x00\x5c\xa8\x1e\x5e\xbb\x77\xf9\xe9\ \xf5\xb4\xbc\xda\x5b\xb7\x2f\x5f\xf8\xf8\xb4\x3e\x3e\x21\x37\x21\ \x2e\x21\xae\xb2\xa2\x24\x23\x52\xfc\xc8\xf9\xd8\xc3\x6e\x9f\x57\ \x8b\x4c\xe0\xea\xbc\x6a\xd0\xa2\x50\x46\x19\x5d\x62\xd2\x28\x34\ \x32\xfa\x88\x52\x0d\xa6\x9b\x10\xae\xb0\x69\x89\x38\xa6\x42\xa7\ \x34\x19\x00\x19\xe0\xb8\x53\x64\x5a\x25\x4a\xa1\xe7\x68\x75\x42\ \x91\x8c\xce\x42\x71\x64\x34\x5c\xff\x43\x6c\x13\x73\x94\xac\xa3\ \xd3\xa8\x42\x24\x5a\x4a\x6f\xbd\x94\xd6\x90\x1b\x1f\xe0\x1b\x74\ \xca\x27\x30\xdc\xeb\xd8\x99\x53\xfe\x3e\xe1\x31\xd1\x61\x01\x67\ \x8e\x78\x9f\xf0\x3e\x7e\xfc\xf0\xb1\x94\xc2\xa4\x94\xd8\xb8\x94\ \x84\xea\xa2\xd8\xe8\x0b\xc5\x29\x49\xd9\x29\x51\xf1\x09\x45\xe5\ \x65\x69\xd7\xee\xbe\xbe\x7a\xae\xa2\xfc\x4a\xcb\x85\xeb\x9f\x96\ \x58\x23\x3a\x2d\x5c\x36\xb6\x61\x82\x6a\xa8\x44\x1a\xb5\x04\xa5\ \x82\x7a\x00\xa1\x7a\x2a\xba\x1a\x32\xb1\x87\xa2\xfd\xa0\x54\x06\ \xa1\x08\xca\x9b\x56\xea\x7e\xe6\x11\xea\xed\x50\xe9\xc1\x97\x3f\ \x7e\x83\x76\x17\xff\x80\x1a\x86\x7e\x3d\x0b\x01\xd8\xb7\x77\xef\ \x7e\x2e\xdc\x43\x08\xf6\xeb\xdf\x7f\x9c\xfd\xf3\xcb\xc8\xbc\x49\ \xc2\x92\x63\x8c\x76\xbd\x56\x23\xc7\x26\xa2\x45\x80\x86\x8f\xac\ \x02\x41\xa6\x07\x1c\x09\x60\x87\xcd\x64\x80\xec\x13\xf4\xa6\x8d\ \xb1\x31\x83\xcc\x66\x97\x49\xe5\x32\xa5\x4a\xa5\x04\xaa\xcd\x04\ \x45\xb4\x4a\xe0\x3a\xa5\xcd\xa8\x1b\x33\xd8\x6c\x6a\x00\x7b\xf3\ \x3a\x03\x54\x8f\x6e\x32\x6a\x47\xbe\x6f\x8c\x41\x29\x62\x36\x1b\ \x00\x11\xbd\x41\xa6\x85\x96\xc1\x74\x06\x00\xfa\x74\x21\x41\xaa\ \x01\xc0\x27\xc7\xba\x13\xe8\xed\x4c\xba\x50\xa2\x1a\xd1\xd8\x46\ \x64\x08\xe1\x88\xdd\x66\x54\x6a\x4c\x46\x8a\x48\x6f\xd7\x1b\x65\ \x36\x83\x5a\xa3\xd5\x4a\x65\x48\x82\x52\xcd\x56\x69\x74\xd0\xf9\ \x6c\x00\x59\xd5\x32\xba\x71\x44\x4e\x97\x2b\x23\xb1\x46\x83\xb4\ \x60\xc2\x4d\xf7\xe1\xc7\xc6\x8f\x97\x23\x74\xad\x0a\x6a\x66\x84\ \xea\xc2\x7e\xb9\x72\xe9\xca\x8b\x67\xe7\xcf\x5f\x6b\x48\x4a\xf1\ \x0f\x08\xf4\xa9\xaa\xbf\x97\xe9\xef\x1f\x9a\x79\x6f\x7f\xc8\x96\ \x6d\x21\xfb\xf6\xed\x8a\xa8\xc8\x2e\xb7\xce\x16\x85\xdd\x4a\xaf\ \xae\x38\xb9\x3f\xfc\xb8\x77\xbd\xa3\x8d\x9f\x58\x14\x17\xe8\x13\ \x56\xe1\x5c\xbf\x17\xd3\xd0\xb5\x6e\xbe\x1e\xea\xf7\x9f\xce\x10\ \xa8\x2b\xe7\xc1\x5f\x90\x1e\xec\xfc\x29\x0e\x01\x7e\x41\x8b\x5b\ \x9d\xc9\x80\x7d\x01\x41\x98\x05\x34\x9e\x5f\x4d\xa7\xdf\x0e\x28\ \x30\xc7\x2f\xe4\xf4\xbe\xd3\x7b\xf7\xed\xf1\xcb\xea\x6c\x3e\x5d\ \x93\x05\x39\x05\xfa\xd5\x64\x41\xe9\x85\x59\xfb\x92\xa1\xfc\xc2\ \x9f\x56\x0f\x7e\x7e\x59\x40\x0e\x42\x91\x5f\xc7\x21\xef\xe2\xad\ \xc7\xc2\x62\xea\x6f\x55\x5f\x3a\x3f\xee\x18\x5f\xb9\x5f\x9d\xef\ \x7d\x22\xa6\x32\xe6\x58\x6d\x69\x43\x9f\xd5\x3a\x33\xfd\xe6\x45\ \x99\x63\x2a\x29\xa9\x74\xba\xe3\x4e\x6e\xde\xb3\x9b\x1f\x57\xce\ \x17\xbe\xa2\xb8\x32\x26\x6a\x0f\x05\xa6\xbf\xd8\x5c\x4a\xe5\x59\ \xcc\x8d\x1e\x6d\xd3\xd3\x4b\x37\xea\x96\x78\xa3\x6e\x03\x9f\xcd\ \x6d\x70\xb8\x50\x45\x68\x12\xf4\xcc\x31\xc1\xdf\x26\x81\x23\x5e\ \x1e\x5f\xc1\xb0\x14\x2c\xb6\xb0\xdd\xf5\x71\x8e\x88\x44\xcc\xad\ \x14\xb4\x2d\x0c\x0d\x2e\xbe\x1f\x60\xa0\x52\xd1\x24\x97\x1b\x8e\ \x84\x4d\x9c\x5b\xf8\xda\xe6\x7a\xbb\x9c\x3e\xd1\x32\xe3\x9c\xbe\ \x64\x59\xca\x7f\xda\xc4\x1f\x12\x5b\x52\x39\x65\xdd\xb4\xb7\xad\ \xc4\x65\xe6\xd2\x7b\xf3\xdb\xc9\xda\xe2\x65\xa7\xa2\xf1\x0a\x3d\ \xb2\xec\xd9\x68\xd7\x7a\xcf\x80\xcb\xfd\x29\x99\x88\x47\x2c\x5a\ \xba\xcc\x13\xf0\xae\x4d\x99\x64\x08\xdf\x04\x14\x62\x62\x01\x8c\ \xc4\x42\x2f\x35\x32\x78\x5c\xb7\x48\x2a\x50\x7f\xc1\x24\x98\xf5\ \x3a\x73\xda\xe2\x70\x2e\x63\x51\x84\x57\x7d\xfd\x13\x6f\xf2\x27\ \x70\x4b\xfd\x4b\x91\xbc\x54\x82\x84\x82\xd3\x08\x51\x0c\xee\xca\ \x72\xe2\xeb\xde\x3e\x41\xc1\x66\xf7\x6c\x77\xff\x8b\xda\xe2\xc1\ \x8f\xeb\x73\x6b\x5d\x2b\xcb\x05\x8e\x82\xf5\x26\x77\xd9\xba\x04\ \x96\x4a\x41\x98\x34\x96\x1c\x17\x8a\xc7\x40\x13\x29\x4d\x8a\x0d\ \x13\x9b\x45\x17\x6c\x2a\xad\x83\x9b\x0e\x0b\x3f\x98\x48\x37\xa2\ \x98\x54\x26\xd9\x1d\x59\x10\x49\x20\x22\xc5\xa3\x08\x7e\x13\x23\ \x71\x6a\xe5\xbd\xeb\xfd\xd4\xdb\xd4\xab\x4f\xd6\x5b\x2c\x02\xc3\ \xdf\x26\x29\xb7\x1d\xbb\xb9\xc8\x43\xf0\x66\xa9\xd4\xb6\x92\x1d\ \x5b\xb6\xec\xdc\xb2\x65\xfb\x8e\x2d\x3b\xf6\xee\xf0\x0c\xd9\xb6\ \xc7\xf3\xc0\xfe\x9d\xa7\xc1\x5b\xf4\xd7\xe9\x5d\x41\x71\x15\x55\ \xf5\xb9\x55\x89\x1a\x51\x1b\x42\xcb\x77\xb7\xf6\x4f\xd0\xd8\xbc\ \x59\x14\x1e\x8e\xc1\xe0\xc5\x02\x0a\xbf\xa7\xa9\xc9\x3a\xea\xb6\ \x89\xa3\x22\x11\x74\xc6\x28\x9f\x28\x91\xa1\x50\x74\xc8\x00\x4b\ \x46\x97\xf1\x49\x3a\x9b\x46\xf0\x39\xd2\x83\x05\x27\x91\xe7\x6a\ \xeb\x83\x2d\xeb\xb7\x5e\xc0\x78\x8d\xae\x26\xb6\x82\x7d\xbe\x32\ \x3b\x34\xc0\x37\xcc\xff\xa4\x7f\x68\x90\xf7\xf1\xc0\xd0\x94\xe8\ \xb8\xba\xa2\xc2\x98\x20\xdf\x23\xa7\xbc\x7c\x63\xab\xa6\x2e\x35\ \x3c\xbb\x74\x2e\xff\x52\x46\x46\x7e\x6b\x59\x43\x45\x65\x74\x7c\ \x58\x54\x4c\x49\x42\x69\x43\xfd\xb0\xf2\xc9\xdb\xb7\x5d\x26\xa5\ \x0a\x31\xe4\x7a\xfd\xe8\xdc\xab\x25\xac\x8c\x88\x36\x79\xf0\x24\ \x2c\x15\xa0\x33\x89\x80\x6d\x10\x69\x1a\x19\xcc\x83\x40\x98\x98\ \x95\x49\x95\x24\x22\x5b\x2f\x55\x09\x45\x72\xa9\x52\x27\xa3\xd3\ \x08\x38\x36\x94\x8a\xa7\x07\x18\x26\x02\x0f\x93\x63\x59\x82\x3e\ \x25\x86\x4d\x82\x23\x08\x12\xb7\x4f\x95\xd9\x71\x29\x31\x61\x81\ \x61\x80\xf6\xc5\x06\x1d\x39\xea\x7d\x00\xa8\xd5\x53\x47\x03\x8e\ \x9e\x38\x19\xe6\x1f\xe0\xed\x13\x1a\x1e\x06\x75\xe7\x84\x45\xc7\ \x37\xd4\x85\x85\xc5\x42\xdf\xdc\xcb\xad\xaf\xba\x93\x71\xf9\xf2\ \xe5\xea\x8a\xf3\xaf\xaf\x5c\xb8\xf6\x9a\xaf\xb3\xa9\x0d\x06\x99\ \x5a\x65\x82\x0c\x59\x4c\x26\xd3\x98\x4e\xa6\x95\x83\xe9\x0d\xc6\ \xa2\xd1\xb1\x51\x28\x80\x66\xf6\x11\xfb\x06\xc0\x04\x8d\x14\x0c\ \x56\x6d\x50\xa9\x8d\x00\xb0\x20\x67\x17\xbd\x46\xa9\x1c\x19\x03\ \x8a\x6a\xf5\x3b\x54\x38\xf5\xf2\xd7\xb3\x67\xff\xfc\x5b\xc3\x1e\ \xf9\xf3\xec\xd9\xdf\xfe\xd7\xb7\x15\x68\xc4\xbf\x57\x4d\x22\xc9\ \x77\x19\x11\xa0\xb1\x12\x85\x47\x8b\xd4\x00\x63\xa0\x00\x69\xa8\ \x56\x00\xe0\x8d\xc9\x00\x90\x5b\xaf\x82\xc2\xde\x46\xa0\x31\x18\ \x0d\x5a\xb9\x52\x01\x98\x17\x47\xa5\x85\x4c\x8e\x35\x26\xad\x71\ \xde\xa8\xd3\xeb\xd5\x80\x4d\x19\x4c\x3a\x3d\x18\x80\x7a\xe4\xfb\ \x88\x56\x07\x55\x7b\xda\x6c\x1b\xab\x63\x6a\xc8\x34\xc6\xa6\x07\ \x00\x66\x9b\x07\x00\xa8\xd1\xc8\x09\x70\x14\x9c\x2e\x15\x71\x88\ \x18\x24\x92\x44\x96\xe8\x94\x58\x96\x72\x04\x70\x5a\xb8\x46\x67\ \x5c\x9d\xff\x19\xfc\xf5\x1d\x8c\x5b\x26\xb1\xdb\xed\x3a\x40\x7b\ \x95\x4a\x11\x8a\x26\x53\x18\x6c\x6c\x02\x5b\x0d\xe7\xd8\x57\xd5\ \x1a\xd3\xd8\x87\x0d\xbd\x4c\x6b\x92\x80\x27\xf2\x87\x37\xe5\xab\ \xb6\x0f\xef\xec\x91\x24\x2c\x5d\x07\x74\x2d\x1a\xa6\xf8\xe5\x6a\ \x75\x4c\xed\x5c\xef\xc5\x8a\x86\xfa\xdc\x70\xaf\xdd\x87\xcf\xec\ \xf4\xf5\x09\xf4\x05\xef\xc1\x9e\xad\x5b\xb6\xef\x0b\xd9\x7e\x28\ \xa8\xea\x54\xd0\x85\x8f\x37\xa2\xce\xe5\x04\x9d\x8c\x3d\xe3\x15\ \x11\x5f\x57\x66\x5e\x19\xce\x0d\x0a\xf0\x8d\x8a\x78\xfd\x31\xad\ \xb6\xaa\xac\xe3\x5a\x7e\x59\xc9\x8e\xe7\x7e\x90\xb3\x7b\xcd\xf3\ \xe7\x10\x4e\x65\x35\xff\x2c\x7a\x7f\x0e\x59\x37\x84\x3c\xf8\x0b\ \x32\x87\x6f\xae\x79\xf0\x00\x68\xbd\x90\x9a\x90\xe4\xce\xbd\x50\ \xc7\xe0\xbe\x9f\xfa\xef\x39\xe0\x5c\x3f\x2d\xb3\x42\x20\x22\x05\ \x08\x56\xe7\xde\xe4\x9a\xd3\x9e\x59\xcf\x21\x2f\x9a\xac\xe6\xe7\ \xcf\x4f\xfb\x65\x6d\xd9\x75\xf4\x54\x54\x5c\x8a\xcf\x21\xef\xe8\ \xa4\xf2\x4b\xa5\xad\x2d\x1d\x33\x5d\x83\x5e\xe7\xca\x2a\xbd\x4e\ \x3d\x7d\x1c\x35\x35\x19\xd0\x3a\x20\xee\x1a\x1c\xb5\x76\xf4\x36\ \x0e\xbe\x9a\x59\x7e\x5d\x15\x97\xe4\x55\xdf\x90\x97\x72\x3c\xfb\ \xdc\xb5\xbc\x96\x33\xa1\xa1\xf7\xdf\xb7\x51\x05\xed\x53\xe7\x2c\ \x7c\xcb\xeb\x65\x6b\x77\xb0\xfb\x40\xd3\x60\x58\x6c\x42\x1b\x96\ \x06\xa3\x08\x51\x14\x6e\xf7\xdc\x52\xea\x7a\x2f\x0c\xc1\xc0\x90\ \xf9\x62\xec\x9b\xd6\x48\xfe\xc4\xda\xc4\xec\x27\x22\x8e\x42\x24\ \xa5\xae\xf3\xdd\xa9\xa9\xbc\x35\x31\x93\xf1\x89\xdb\x94\x46\x6b\ \x5f\x41\x2f\x16\xa7\xb7\x5c\xc8\x27\x3a\xcd\xed\x14\x04\x95\x0a\ \x23\x79\x50\xcc\xe9\x5d\x70\xa1\xd8\x21\x08\x9e\xa6\x32\x9f\x58\ \xe7\x5e\x2d\x9b\x6f\x5e\x5a\x2e\x2c\x4e\x38\x76\x79\x78\x2a\xf4\ \xc5\x80\xf9\xd1\xe8\xf9\xd4\xdb\xe3\x96\x6e\xb6\x14\x87\x9b\x76\ \x4c\x58\x6e\xf6\x48\xc8\xcb\x65\xaf\xcc\x91\x1c\xb4\x5c\x89\x97\ \x12\xdc\x82\xb1\x89\xa9\x30\x39\x11\xc6\x72\x43\xa2\x58\x33\x52\ \x5d\xd7\x4c\x5a\x1e\xce\xa8\xec\x8b\xfc\xfa\xb1\xcb\xcc\x13\xb4\ \x0d\xde\x6d\x69\x84\x13\x26\x97\xe8\x64\x77\x96\x45\x41\x1d\xea\ \x9b\x98\xa0\x12\x88\x42\xce\x90\x65\x06\xef\xe8\x86\xa7\x2e\xae\ \xdf\xc8\x0b\xee\x31\x0f\xb6\x2d\x3d\x7c\xc2\x68\xa0\x1a\x22\xe5\ \x30\x3b\x67\x60\xad\xbc\x9b\x3b\x24\xe2\xc8\x74\x38\x38\x81\x24\ \x95\x13\xa4\x32\xda\x5c\xd3\xf2\xf5\x49\x44\x13\x8e\x22\x68\x43\ \xc3\x71\xc2\x60\x74\x2a\xce\x6d\xd4\x7d\x11\x81\x44\x7a\xac\x33\ \x30\x62\xf1\xe8\xe4\xc7\x69\x87\xcb\x92\xf6\xac\x7c\xb0\x3d\xd1\ \xbc\xd9\x5a\x20\xa3\xf6\xc3\xd0\x08\xea\xec\xd3\xb7\x67\x76\xec\ \x3e\xb0\x6b\xe7\x9e\x2d\xbf\xef\x3d\x5d\x53\x93\xbc\x63\xdf\xf6\ \xa3\x47\x77\x78\x7a\xd6\xd4\x74\x7a\x06\x56\x96\xdf\x2e\xaf\xae\ \xb8\x69\x4e\xa5\x59\xc8\x64\x99\xbc\x29\x18\xc3\x84\xc3\x1a\x89\ \xdc\x21\xf4\x47\xa2\x94\xe6\x86\x41\xf1\xc9\xe6\xcf\x46\x29\x0e\ \x4b\x47\xb3\x98\x64\x34\x5d\xce\x82\x8b\xc0\xec\x20\x90\x25\x52\ \x02\x92\x44\x88\x2c\x90\x10\x06\xce\x11\xb1\xb3\xce\xd1\xe9\x96\ \xa1\x46\x73\x9f\x38\x52\x80\x4e\x75\x0a\x28\x5f\x93\x72\xc3\x43\ \xa3\x4e\x45\x87\x7b\x07\x06\x01\x84\xf2\x0f\x4d\x09\x0b\x0d\x0a\ \x28\xac\x28\x49\x0a\xf0\x0d\x8c\xc9\x79\x66\xbe\xdd\x02\x68\x4b\ \x7a\x5a\xfe\xb9\xe2\x7b\x85\x99\xf1\x51\x00\x46\x62\x22\x62\x72\ \x4b\xb2\x6b\xd1\x8b\x77\xdf\xb6\x90\x31\x5d\x79\x01\xc7\xe2\xee\ \x95\x97\xc4\x9e\x09\xbb\xcf\x16\x19\x15\xc4\x44\x3e\x0a\xad\x51\ \xc0\x0b\xc4\x24\x1d\xcd\x83\x89\x66\xe3\xd9\x72\x1e\xde\x9d\x20\ \x95\x0a\xd1\x0e\xb1\x9c\x8e\x14\x63\x19\x42\x2d\x81\x85\xc2\x0a\ \x01\xdf\xd0\x68\x54\x32\xa9\x4c\xaa\x02\xd4\x47\xc6\x96\xd0\x65\ \x4a\xa9\x49\xa3\x17\x4d\xe5\xc4\xc4\xc4\x85\x85\xfb\xc7\x56\xc6\ \x45\x7b\x9f\x3a\xe3\xeb\x7d\xe2\x88\xbf\xd7\x99\xa0\x68\xef\xd0\ \xa0\x94\xf8\x94\xa8\x00\xc8\x58\x22\x2a\x21\x22\x34\x28\x28\x2a\ \x3e\x2c\x2c\xe9\x20\xad\xaf\x00\x00\x20\x00\x49\x44\x41\x54\x30\ \xaa\xa8\xa1\xe1\x66\x69\x61\x42\x79\x7e\x5e\xe5\xbd\x4b\x17\x1f\ \xb7\x5e\xbd\xf4\x10\xc8\x4f\x09\x82\x43\x17\x09\xd9\x38\x84\x56\ \x63\x54\x82\xb3\x8b\x90\x0a\x35\x8d\x6f\x92\xc0\x39\x0a\x83\x11\ \x49\x41\x2a\xb4\x23\x2a\x09\xc7\x3e\x66\x54\x02\xd2\x4f\x63\x4b\ \x75\x0a\x2e\x5e\xa9\x04\x7c\x59\xa1\xd0\xeb\xb4\x0a\xbd\xca\x0e\ \x38\x0e\x14\x4b\x6d\x1c\xd3\x1b\xc1\x2f\xe4\x2a\x83\xdd\x66\xfa\ \xf1\xed\xdf\xca\x2e\x20\x16\xcf\x7e\xf9\x01\xd8\xc9\x86\x6d\x6c\ \x75\x03\xda\x87\xfc\xf5\xdd\xbb\x3f\x7e\xfd\xed\x8f\x3f\xce\x7e\ \x3b\xfb\xeb\xd9\x7f\xbe\x1b\xe4\x6a\x25\x0a\x67\x58\x25\x60\x64\ \x0a\xa5\x1d\xca\x35\xd5\xcb\xf4\x6c\xa1\x51\x45\x57\xea\x00\x90\ \x19\x4d\x32\xed\xc8\xc6\x88\x1e\xa0\x9a\x6e\xd5\xf6\xd3\x13\x70\ \xd5\xa0\xb4\x8d\xcc\x6f\x18\xa0\x2a\x04\x95\x7a\xe3\x83\x5d\x6f\ \x1b\x53\x69\x0d\xf3\x36\x68\x37\x75\x1e\xf0\x26\xbd\x89\xc5\x43\ \x2b\x24\x72\x19\x1d\x0a\xec\x90\xe1\x11\x50\x3b\xa4\x4c\x24\xc1\ \xb0\xa1\xcd\x42\x36\x86\x66\x87\x0c\xdb\xa1\x9d\xc6\x55\xb9\xdc\ \x64\x94\x6b\x20\xcf\x09\x05\x41\xb7\x6a\x50\xe8\xd5\x4a\xa3\x51\ \x67\xd8\x18\xd3\xa9\xb5\xf6\xef\xf3\x36\x35\x9a\x80\x45\x69\x46\ \xec\xac\xa6\x59\x94\xc8\xf6\xc3\x4e\xa7\xc9\xe0\x24\x78\x2a\x0f\ \x41\x57\xfc\x72\xa1\xea\xfa\xad\xf4\xf4\x4b\x0d\xd9\xd7\x6f\x16\ \x57\x04\x05\x41\x6e\xdc\x31\xbe\x67\x02\xcf\xfc\x7e\x60\xd7\xde\ \x1d\x3b\xf7\x6c\xdd\x1d\x73\x29\xc1\xf7\xde\xa5\xf2\x8e\x98\x13\ \xdb\x76\x85\xc7\x7a\x79\x97\x9e\xab\xbb\x92\x1d\xed\xb3\xf3\xe0\ \xc9\xc2\xbe\x19\x9f\xe2\x8a\x88\xf2\xfa\x73\x17\xcb\x32\xff\x82\ \x36\x09\x7f\xa6\x41\xff\x55\xf3\x1c\x08\xc3\x7f\xdb\x74\xa0\x9a\ \xf7\xe7\x7f\x65\x65\x35\xff\xf5\xc0\xd3\x33\xab\xc6\x2f\x24\xb9\ \xf9\x41\xf3\x76\xa8\xef\x26\x64\x8f\x67\x32\xd0\x87\x59\xcd\xa7\ \x9f\x03\xa8\x3a\x1d\xe2\xd7\x1c\x92\xbc\x63\x4f\x56\x32\xb4\xa9\ \x08\x80\xab\x06\x80\x5c\xc8\x5e\xa8\x31\xe7\xaf\xac\x2d\x27\xc1\ \x75\x2b\x3e\x6c\xbb\x8f\x7f\x7d\x6e\xf1\x9d\xea\xbb\xf9\xcf\x9c\ \x8d\x37\xea\x6f\x07\x44\x04\x6e\x39\xe1\x75\xfc\x76\x63\x5a\xca\ \x7a\xeb\xd3\xe1\xc9\xe9\x65\xf3\xeb\xf7\x9f\x5d\xcb\x5f\x1d\xae\ \xa1\xfb\x96\x16\xff\xc2\xb0\x72\xf3\xd3\x49\xf3\x9b\xe9\x8f\xf7\ \x3f\xcb\xb4\x6e\x5f\x2f\x66\x2c\x24\x6e\x3e\xb9\xd8\xd6\xb8\x99\ \x90\x92\xd3\x52\x35\xbc\x66\x75\xe1\xef\x9e\x87\xf3\x16\x66\xaf\ \x5e\xcc\xe0\x3e\x6a\x19\xe4\xa2\xb0\x93\x22\x06\x92\xf4\xd1\xb2\ \xb8\xd9\x37\xd9\x7a\xc5\x81\x83\xd1\xa9\x48\x2b\x31\xd1\xea\x48\ \x9c\x5c\x74\x67\x50\x60\x6e\x05\xf8\xbe\x36\x32\x69\xd3\x3c\x3b\ \xc0\x8d\x6c\x7f\x9a\x9d\xdb\x47\xe3\x53\x23\xdd\x59\xdc\x48\xf6\ \x52\xf0\xa3\xf5\xae\x54\xea\x04\x27\x95\xeb\xd6\xb4\x64\xfe\xf4\ \x4c\xbf\x39\x4d\x8c\x24\x17\xac\x59\xfa\xb1\xa9\x4c\x01\x13\x8b\ \x7c\x9f\x3e\x40\xa5\x89\x68\x6b\x4e\x3c\x8e\xc8\x17\xb2\xdc\xdb\ \x67\xc4\x24\x19\x12\x2e\x94\x2b\xe8\x6c\x14\x0c\xc1\x96\x90\xdd\ \x48\x3c\x0b\xcf\x5a\x30\xf0\xc9\xa5\x72\x63\x2d\x5b\x27\x69\x0a\ \x09\x0c\x9c\x67\xe2\x35\x7f\x66\x61\x9d\x49\xb7\xa1\xdb\x0a\x12\ \x83\xc1\xfc\x6f\x42\x6a\x59\x6e\x4d\xcb\x56\x94\xc7\xab\xa6\xd4\ \x26\x96\xb1\x67\x49\x60\xbd\xb3\xbc\x28\x44\xb8\xb9\xb5\xad\x49\ \x88\x1d\x13\x42\x23\x97\x33\x42\x9b\x20\xb8\x29\x26\x06\x79\x68\ \x92\x7a\x6d\x1d\x87\x24\xe1\x68\x28\x1a\x9e\xc1\x40\xce\x76\x75\ \x7c\x7a\x74\xe1\xee\x8d\x29\xf8\x1a\x12\x85\x2f\x58\x48\x24\x7a\ \x88\x27\x12\x3f\x53\xe1\xe8\xbe\xc8\xee\xe0\x46\x71\xe2\x8c\x03\ \x8d\x99\xce\xbb\xdb\x87\xb1\xa6\xba\xf8\x58\x6e\x24\x42\x4c\x6d\ \xa3\x4c\xf4\x97\x7a\x6e\xd9\xbd\x6b\x37\x40\x2c\x40\x83\x81\xc0\ \xdf\xf3\xfb\xd1\x33\x5b\xfd\x00\x51\xf6\xdb\x92\x79\x2f\xbf\xf5\ \x52\x71\x4e\x46\xa4\x80\x95\xd8\xc8\x95\xd0\xb9\x17\x67\x48\x6e\ \xb3\xef\x9d\x74\x5c\xcf\x50\x1f\x5b\x82\x46\x23\x98\x32\xd9\x24\ \xca\xc8\x8a\x44\x3e\x61\xd1\x51\x0e\x9c\x52\xaa\x84\x89\xa8\x6c\ \xe9\x23\x86\x8a\x23\x47\xf2\xcc\x4b\x0a\xda\xc4\x8b\x45\x42\x22\ \x82\xd5\xe4\x18\x9a\xb4\x8c\xcf\x74\x3b\x3c\xd6\x5f\xa3\xb1\x19\ \x61\x25\x71\x51\xb1\x3e\x01\x41\xf1\x31\x51\xbe\xfe\x5e\x5e\x41\ \x61\x49\x29\x61\xfe\xbe\xde\x41\xf1\x99\xf7\x4a\xf3\xf2\x5f\x67\ \x0c\xf6\x7f\xb2\x3c\xb9\x7d\xa1\x38\x33\x37\x33\x3b\x25\x08\x08\ \xc6\xb8\xb8\xb0\x8a\x7b\x95\x45\x0b\x84\x8c\x37\x83\xe6\xa6\xdf\ \xe3\xa3\x2b\x9e\x99\x0b\x9a\xc4\xa9\x8e\xca\x30\x97\xd6\x68\xd7\ \xa8\x68\x2a\x19\x93\x6c\xb3\x8d\x20\x68\x46\x20\xfb\xe8\x3d\x05\ \x5a\x11\x4b\x64\xd4\x28\x19\x4d\x0a\x1a\x81\x8b\x15\x1a\xa4\x14\ \x1d\x98\xb9\x68\x6d\x24\x91\xad\x31\xa8\xa5\x34\x0f\x3c\xcb\x60\ \xd4\x6b\xe8\xc4\x48\x89\x42\xa5\x57\x6a\xe0\xbd\x97\x63\x42\xc3\ \x01\xbf\x4b\xb8\x97\x14\x18\x74\xe4\xf8\x99\x50\xff\x94\x38\x30\ \xc6\xd8\xd0\xcc\xc0\xe8\xd8\xf8\xca\xf0\xe8\xc2\x84\xb0\x94\xec\ \xf0\x08\x00\x5c\x45\xa5\x55\x75\xd5\x49\x15\xb7\xea\xef\x94\xc4\ \x15\x15\x16\xd5\x5e\xbb\x72\xe5\x7a\xc6\x9d\xcb\x5c\x39\x8a\x83\ \x62\xc9\x09\xc4\x01\xe6\xe6\x12\x07\x45\x65\x62\x84\x48\x0f\x91\ \x88\x85\x49\x64\xca\x44\x91\x10\x30\xaa\x34\x0a\xb9\x4e\x85\x9c\ \xa0\xaa\xf5\x3a\xa5\x84\x8c\x17\x11\x58\x52\x2a\x96\x3c\xc0\xc3\ \xf0\xc8\x6c\xa3\x5a\x2f\x15\x42\x6d\x35\x90\x7b\xb3\x41\x45\x93\ \x18\x6d\x50\x65\x81\x49\x2d\x32\x6c\xfc\xf8\xf3\x7f\xdd\xf1\xff\ \xdd\x66\x84\xda\x23\xff\xe7\xbf\xa5\x5e\xff\xbb\xf3\x08\xfd\xe4\ \xdb\x8f\x2f\xef\x3e\xc0\x48\x22\xa9\x42\x6f\xd0\x9a\x34\x80\x67\ \x71\xd8\x1f\x84\x70\x99\x1c\x6a\x53\x34\xd9\x46\x46\x0c\x1a\xb5\ \xce\x64\xd0\x1a\x8d\x06\x40\xc9\xc6\xd4\x86\x91\x31\x3d\x32\x98\ \x60\xa2\x13\x51\x1e\x6e\x36\x15\x9b\x3d\x06\x25\x46\x18\xa1\xc5\ \x70\x40\xdc\x4c\x0a\xfb\x86\xc9\xf6\x63\x4c\x03\xa0\xcd\xa6\xf0\ \xa0\x13\x68\x3a\x23\x8d\x43\xd3\x19\x8c\xc6\x0d\x1b\x81\x2c\x35\ \xc8\x64\x4a\x05\x46\x62\x32\x28\x15\x1c\x82\x6c\x44\x4f\x67\x23\ \x95\xb6\x79\x40\x2a\x8d\x23\x46\xc8\x60\x1f\x9c\xd4\x60\x94\xe9\ \x57\xed\x36\xbb\xfe\xcb\x8f\xd5\x0f\x36\xb9\x56\x63\x02\x9a\x96\ \x25\x57\xab\xd4\x26\x2d\xd4\x0c\x84\x80\xb3\xe0\x1a\xb9\x1b\xfa\ \x97\xaa\x7b\xe7\xab\xce\x5f\x2b\xbd\x55\x9f\x79\xee\x66\x6d\x6d\ \x49\xed\xcd\xfa\xba\xca\x94\xa0\xc2\xa2\xa4\x88\x63\x87\x0e\xfd\ \xbe\x67\xd7\xc1\xa0\x87\x0f\xcb\x93\x42\x8b\xaa\x4e\x1c\x3f\x16\ \x5e\x97\xe0\xe5\x5d\x1f\x1e\x9e\x54\x55\x11\x7a\xec\xe4\xe1\x34\ \xce\xc5\x9d\x29\x8f\x33\xcf\x1c\xf6\x8d\xbb\x32\x15\x0f\x85\xe7\ \x3c\xff\x59\x40\x5a\xf3\xe0\xaf\x07\xcd\xcf\x3b\x3b\xff\xf3\x1f\ \x70\x90\xf5\xfc\x79\x73\x73\x56\x0d\x50\x85\x10\x08\x81\xef\x93\ \x93\xa1\xa0\xfa\x66\xc8\x18\xeb\x34\x50\x7f\xcd\xc9\xe0\x97\xa7\ \xc1\x14\x68\x4e\x0e\xd9\xb6\x37\xa4\xa6\xb9\x19\x6a\x97\x86\x96\ \xe1\xb3\x00\xbc\xf9\x35\x67\x3d\xaf\xd9\x7d\x2a\x36\xe8\x4c\xa8\ \xd7\xc9\xa8\xcc\x86\xca\x86\x9c\xb2\x87\xaf\x9d\xce\xa5\xe5\x43\ \x5b\xb7\x1d\x4a\xca\x0d\xdb\xef\x55\x1b\x5f\x7f\xa2\xe4\x5e\xf5\ \xc5\xae\xab\x2e\xe2\x78\x57\x7a\xc3\xfd\xb2\xa9\xeb\x97\x97\xbb\ \x2e\x5d\x5a\x78\x1c\x9e\x56\xf2\x78\x3d\xbf\xf8\xee\xab\x34\xae\ \x08\xff\xea\xe6\xf8\xe6\xba\x7b\xfb\x3a\x7f\xea\x49\xbd\xa3\xa7\ \xeb\xf5\x14\x6e\xf1\x52\x5d\xab\x75\x20\x78\x7a\x7d\xfa\xf1\xc5\ \xa9\x4b\x95\x45\x85\x2f\x2a\x37\x61\xcb\xad\x64\xdc\xdc\xf2\xf2\ \x9c\x95\xb7\x39\xdc\xff\xa2\x49\xa7\xe1\xcc\x3a\x12\x97\x06\x12\ \x3d\xc8\x6d\xc3\xbd\xdd\x44\x6d\xaa\x79\xd1\x6a\xf1\x58\x5c\xe3\ \x08\x71\x30\x12\x82\x34\x40\x4d\xbc\xb4\xc4\xc2\xb0\x7b\x96\x7b\ \x1a\x9b\xde\xba\x78\x16\x84\x94\x43\xe7\x22\x39\x2b\x8e\xaf\xce\ \xe9\x1e\x44\xf7\x67\xc8\x6d\x60\xcd\xe2\xc1\xc3\x60\x53\x45\xc1\ \xd9\xeb\x08\x4a\xbe\xb9\x71\x20\x91\x89\x1b\x5a\x81\xad\xbd\x4a\ \x24\x88\xa4\xa9\x44\x91\x1c\x8e\xc5\xc1\x29\xa4\xa1\x96\xd7\xd7\ \x4b\xef\xa7\x57\x71\xdd\xd7\x11\x63\x12\x36\x8c\xdb\x36\x8b\x15\ \x5a\xbb\xa9\xbc\x17\x14\xdc\xd7\x01\x5c\xaf\x19\xc0\xd9\x92\x80\ \x2c\xa3\x2c\x2e\x89\x94\x98\x37\x9b\xc2\x4d\x1e\x33\x92\x77\xa5\ \x71\xe1\xcc\xeb\xb6\xeb\x60\x7a\xbe\x5a\x66\x15\xb4\x3b\xfa\x50\ \x3c\x8c\x90\x80\xd5\x10\xf1\x13\xee\x43\x9f\xca\xb8\xa4\xd7\x96\ \xd4\xb5\x17\xe3\x12\x04\x83\x61\x81\xf5\x48\x1a\x05\xd8\xee\xab\ \x8f\x5d\x55\x1d\x2d\x5d\x83\xaf\x18\x78\x0c\xb6\x29\x98\xda\xde\ \xb6\x60\x5d\x78\xe3\x8a\xbc\x6f\x86\xcf\x5a\x9b\x78\x4b\xdd\x8c\ \x60\x0e\x05\x49\x9b\xe8\xea\xe7\xd2\x10\xa3\xbc\x41\x26\xfa\xb3\ \x19\xe7\xd1\x7b\x64\xcf\x96\xad\x5b\xf6\xee\xd8\xe6\x19\x02\x11\ \xe4\xbd\x5b\x7f\x3f\xba\xdd\x6f\x9f\x67\xf2\xb6\x23\xd5\xd7\xaf\ \xe4\x9f\xbf\x5c\xfb\xc4\x43\x25\xa3\x89\xa0\x18\x50\x0e\x8f\x8b\ \x15\xc8\x10\x91\x89\x6b\x0b\x6d\x6d\xeb\x1e\x9b\x5c\x32\x96\x4d\ \x97\x50\xd9\x70\x8c\x40\xaa\x01\x1c\x06\xd3\x4e\x21\x0b\x11\x1e\ \x70\x15\x66\x8e\x9f\x48\xc0\xf2\x3f\xb7\x33\x60\x6a\xfc\x00\x0a\ \x09\xa7\xe1\xe9\x94\xe0\xe0\x3e\xeb\xb9\x6e\xee\xba\xdb\xfb\x63\ \xbe\x09\xb1\x61\xe1\xe1\xa1\x41\x61\x81\x40\x5a\x05\x46\x45\x27\ \x44\x04\xc5\xc5\x44\x47\x7b\x05\xc5\x66\x16\x16\xdd\xaa\xba\x69\ \x31\x27\x2e\xdc\xbe\x75\xaf\xa2\x24\x36\x21\xc0\x1f\xa0\x5a\x54\ \x50\x74\x58\x4a\x45\xd1\x4d\xc2\x7a\xfa\xab\xab\xf4\xc8\x2b\x6f\ \x3e\x4e\x2c\x7d\x5a\x5f\x99\x14\x78\xb8\xd2\xfb\xd0\xfa\x79\xb5\ \x4c\x84\x52\x20\x58\x22\x1c\x9c\x4d\x43\xdb\x6c\x70\x0a\x1d\x05\ \x43\xdb\x64\x1c\x96\x44\x44\x96\x2b\x64\x6e\x12\x1d\x1d\x45\x21\ \xb0\x90\x14\x3c\x9d\x0a\xb8\x21\x5d\x25\xe7\x70\xb4\x04\xa9\x52\ \x88\x95\xb1\x09\x2c\xb5\x50\xa4\xb2\xe1\xee\x55\x96\xc4\x1f\x3b\ \xe6\xeb\xeb\x7d\x32\xe0\xf8\x99\x53\xa7\x7c\x02\x7c\x82\xc2\xc3\ \x4e\x05\x85\x06\x06\x86\x45\x05\x85\x47\xc7\x47\xa4\xa4\x84\x46\ \xa5\x44\x47\x44\x64\xdf\xc9\x2d\xad\xaf\xa8\x4b\x89\x49\x49\x89\ \xf1\x0f\x4b\xb9\x53\x7c\x3e\xaf\xaa\xb4\xae\xe2\x19\x93\xa5\xd7\ \xa8\x3c\xdc\x14\x5a\x2c\x51\x29\x15\xf0\xe1\x6e\x3c\x06\x52\x2b\ \x41\xf2\xdc\x31\x24\x8c\x4c\x6b\xd0\x48\x15\x50\x12\xb7\x46\xad\ \x37\xcc\x03\x19\x38\x32\x66\xd3\xe9\x6d\x1b\x5f\xc6\x74\x06\x03\ \x64\xcf\x07\xd5\x86\x8f\x99\x0c\xf6\x9f\x76\xac\x6a\x8d\xde\xae\ \x82\xd1\x4c\xf3\x06\xa8\xee\x13\xa5\x34\x00\x28\x86\x52\x87\xbe\ \xbc\x7b\xf9\xcf\xea\xc6\x97\x0f\x2f\xff\xf8\xe3\xd7\x3f\xde\xfd\ \xf9\xee\xdd\x86\xf1\xef\x1f\x76\xdb\xc6\x87\x2f\x2f\x21\xe7\xd5\ \x5f\xce\xbe\x3b\xfb\x0b\x40\xad\x97\x3a\xa1\x62\xe3\xc7\x8f\xbf\ \xbf\xfc\xf3\xe7\xdf\x1b\x80\xf4\x28\xc0\xeb\x18\x57\xbf\x8f\xcd\ \xaf\x42\x46\xc8\x4a\x23\xd4\x28\xad\x83\x22\x04\xe5\x5a\x1d\x47\ \x23\xc5\x8b\x74\x2a\xb9\x11\x46\x52\x68\xa1\x5d\x00\x83\xce\x06\ \xad\x63\xa9\xd9\xe0\x9c\xc6\xb1\x79\xad\xf1\xbb\xc9\x60\x82\xcc\ \xdd\xc1\x50\x14\x00\x43\xb5\x12\xf5\xd8\x8f\x0d\x20\x6b\xa5\x42\ \x02\x0e\x2e\xd7\x69\x08\x74\x9d\xcd\x28\x1c\x2d\x10\xea\x45\xc8\ \x21\x8c\xca\xa4\x97\xd3\x09\x32\x9d\x09\x4a\x77\x1d\x9b\xd7\xd9\ \x4c\x63\xab\x63\x3a\xed\xfc\x8f\x1f\xdf\xed\xf3\x23\x06\xbb\xc9\ \xae\x93\xe3\x95\x80\x67\x02\x01\x69\x44\x0b\xa5\x5a\x1a\x41\x0f\ \x34\xe7\x2f\xc5\xb9\xad\x17\xee\xb5\x16\x5f\xb9\x93\x54\x77\x29\ \x23\x29\x30\xf7\x4e\x61\xed\xc3\x96\xa8\x3b\xd5\x45\x85\x29\xf7\ \xaa\xa3\xe3\x63\x02\x8f\x26\x15\x36\xd4\x66\x47\x54\xdc\xca\xbe\ \x7c\xae\xf5\xe6\xc5\x89\xae\x3b\x81\xde\xf7\x2a\x62\xc2\x42\xc3\ \xab\xe7\x36\x23\x4e\x84\xd7\x5e\x4a\x78\x36\xbe\x39\xf7\x69\xcb\ \x4f\xc0\xea\xfc\xeb\xaf\xce\xce\x9f\xee\xee\x9d\x10\x6e\x01\x80\ \x6a\x86\xec\x61\xb2\x3a\x3b\x21\xe5\x97\xf5\x00\x30\x28\x08\xa3\ \x3a\x6b\xfc\x3a\x43\x4e\xd7\x80\x83\x2c\x28\x13\x2c\xe4\xb9\x1f\ \xf4\xd3\xbd\x40\x12\x02\x54\xcb\x82\xb2\xbd\x4e\xfb\x41\x05\xee\ \x59\x59\xa7\xf7\xed\x39\xe1\xeb\x1d\x1b\x1e\x1b\x16\x11\x11\x7f\ \xa7\xbc\xe2\x72\xda\xf0\xba\xe5\x61\x59\xd5\x99\x33\xd1\x1d\xfc\ \xb7\x9f\xe3\xf7\x5f\x5e\x48\x0b\xf4\xcd\xef\x6f\x2d\xbd\x7c\xff\ \xf1\xb5\xeb\x69\x99\xce\xde\x9c\xda\xcc\x56\x57\x46\xcb\xdb\x1b\ \xd1\xbe\x07\x0e\x07\xa5\x9c\x3c\x7e\x32\xfc\xda\xab\xfe\xe1\x17\ \x6b\xe3\xc5\xcf\x5c\xce\xa7\xaf\xcb\x3e\x5e\x7e\x88\xe5\x93\xdd\ \xc5\xcf\x4a\x16\x46\x5d\xbd\x4d\x62\xcb\xda\xda\x8d\xaa\xec\xc6\ \xde\xb4\xd8\x00\x73\xcf\xa6\x05\x33\xb9\xb9\x3e\x54\xd6\xb4\x3e\ \x6a\x76\x28\x69\x1c\x59\x64\xff\x7a\x3b\x9e\xd4\xe3\x6a\x6c\x7a\ \x74\xb3\x91\xbc\xb2\xf9\xc4\x5a\xf1\xf0\xd9\xdc\x04\x9c\x34\xd0\ \xc5\xc2\x0e\x30\x57\x70\xed\x2e\x77\x0f\xb1\x15\x88\x21\x7e\xf0\ \x7a\x24\x43\x20\xe6\xbf\x79\x3a\xe8\xe0\x0e\xbf\x22\xf6\x3e\xbb\ \x5b\x16\x6e\x71\x2e\x0c\x36\x2e\x76\xa4\xb9\xea\x1d\x52\x73\xd2\ \xf9\x51\xe6\xf0\xb3\x67\x1d\xd7\x28\xd8\x39\x34\xac\x1d\x85\x20\ \x73\x38\x14\x96\x50\x45\x88\xc4\x10\xbb\xaf\x56\x56\x26\x25\x95\ \x5f\x73\x22\x07\x48\x3d\x77\x63\x32\x66\x9f\x66\x44\x17\x76\xf8\ \xec\x2f\xef\x6f\xbd\x0f\x37\x9b\xe1\x8e\xf7\x2d\xcc\x49\x37\x76\ \x22\x8a\xfa\x99\x3b\x8d\xd3\xb5\x3b\xdc\xac\x5d\xae\xb6\xc9\xc1\ \xf1\xf3\x8b\xf8\x82\xe9\x9e\xd4\xb6\xd1\xc4\xa9\xea\xe0\xb5\x44\ \xb3\xbb\x48\x2b\xe8\x72\x2f\x98\xe8\x1d\x7f\x71\x63\x72\x91\x92\ \xca\xa4\x2c\x5c\xad\x1c\x50\xf6\xb1\xd6\x30\xb3\x42\xb9\x07\x1c\ \x57\x30\xb8\x78\xe9\xce\xf2\xfb\x69\xf3\x12\x69\x91\x18\x39\xc9\ \x65\xa1\xf9\xb3\x02\xd2\x68\x53\x2a\x1f\xe7\xce\xb4\x26\x72\xe0\ \xa4\xde\xe0\xc5\x48\xcb\x45\x3c\xc3\xb2\x9e\xd8\xb7\x80\x58\xb3\ \xcc\x16\x14\x30\x2c\x77\xf6\xed\xdd\xb2\x7b\xfb\x9e\x1d\x7b\x42\ \x20\xaf\xb2\x9a\xe4\xed\xc7\xb6\x6f\xdb\xb3\x27\x6b\x4f\x50\xde\ \xf9\x3b\xe5\xe5\xd5\x31\xad\x64\x13\x39\x12\xa6\x15\x52\x8c\x74\ \x21\x73\xb2\x6f\xaa\xbd\x6f\xc9\xd9\xb6\xb4\x44\xf6\x48\x14\x13\ \x17\xe9\x68\x89\x60\x56\x60\x29\x7e\x38\x87\xc6\x5b\xbe\xc2\x05\ \x56\x17\x19\xef\xbe\x34\x7d\xff\x75\x06\x5b\x1b\xdc\x5b\x66\x46\ \xd3\xc5\x02\x0a\x2a\x12\x17\xcc\x96\x09\x25\x22\x36\xd9\x43\x8c\ \x7b\x76\xf8\xf8\x81\x33\xe1\xbe\xde\x81\x61\x09\x99\x11\xb1\x15\ \x85\xf1\x11\x71\x49\x31\xf1\xe1\xe1\x31\x29\xb1\x31\xb1\x61\x85\ \x51\x11\xa5\xeb\xc3\x96\xb6\xbb\x55\x0d\x29\x75\xf7\x12\x80\x1a\ \x8b\x0d\x0d\x0d\x0c\x8d\x4b\xa8\x2c\xad\x78\xa3\x48\x6b\xbd\xd0\ \xdd\x3d\x23\x15\x61\x53\x87\xf8\x48\xc6\xc0\xa8\x65\xb2\xa9\x87\ \xcb\xa1\xcb\x15\x42\xb4\x02\x4c\x40\x12\x47\x62\x12\x8e\x98\x46\ \x0c\x12\xf2\x1c\x47\xad\x64\xb1\x84\x28\x38\x8d\xc0\x36\xa8\xb4\ \x74\xb6\x90\xd5\x13\xd9\x83\xe4\x18\x08\x68\x9a\x94\x25\x44\x10\ \x10\x4c\xae\xca\xc0\x82\xcb\xe1\x32\xbd\x08\xc6\xd1\x20\xe2\x22\ \x4a\x8b\x7c\x4f\x7a\x87\x47\xf9\x07\x9c\xf2\x0e\x3c\x02\xe5\x58\ \x9e\x39\xbe\xdf\xc7\xdb\xeb\x64\xe0\x29\x6f\x9f\xa3\xbe\xa1\x61\ \x3e\x27\xbd\x03\xa2\xc2\x82\xfc\xa3\xc2\x62\xa3\x7c\x81\x3a\x88\ \x8a\x89\xc9\xad\x2f\xcf\xb8\x5d\x9a\x5b\x3c\x07\x23\x18\xe1\x3c\ \x37\xb5\x5e\x48\x95\x69\x14\x94\xb6\x11\x6d\x30\x4a\x8d\x47\x13\ \xba\x79\x24\x77\xbc\x42\x41\x97\x1a\x46\x0c\x46\xad\x48\xaa\xd1\ \xe9\xb4\xe0\x43\x63\x34\xca\x75\x7a\x35\x47\x21\x97\x28\xe4\x42\ \xb5\x9e\x8e\x51\xe8\x85\x52\x85\x68\x32\x18\x2e\x94\xc8\x61\x4c\ \x16\x9b\xc3\x56\x02\xe2\x67\x1f\x33\xe8\x30\x38\xa1\x1a\x50\x16\ \x95\x0e\x80\x9c\x51\xc1\xd2\x6a\x35\x72\x9a\x52\xa5\xd4\x19\x35\ \x46\xb9\x5a\x21\xb7\x1b\xa5\x12\x09\x07\x30\xa5\x8d\x0f\x1b\xdf\ \x75\x6a\xe3\xc8\x97\x3f\x7f\xea\xc3\x6f\xdf\x7e\xfb\x69\xb4\xf3\ \xed\xa7\x73\xce\xbb\x3f\x21\x8f\x9d\x6f\xbf\xfe\xf1\xf2\x0b\x40\ \xb1\x2f\xdf\x37\x36\xc6\xd4\x6a\x11\x5c\xa4\x36\xa8\x74\x7a\xbd\ \xf6\x67\xd5\x15\x9b\xa3\x82\x8c\x15\x6c\x6a\xdd\xc6\x86\xcd\x64\ \xd2\x43\x71\x14\x50\x19\xfc\x3c\xd4\x4b\xa8\x86\x72\xa1\x6d\x50\ \x2d\xbc\x9c\x35\xf6\xfd\xc3\x86\x46\x33\x36\x3f\x66\x44\x62\xf5\ \x76\xbb\x81\x0d\x4e\x6f\x53\xab\x30\x70\x82\x4d\xaf\x56\xe9\xe6\ \x37\xc0\x91\xdd\x36\x62\xd3\xa9\xc1\xc0\x6d\x50\x65\x99\x1c\x0a\ \x25\xd9\x80\xec\x99\x47\x4c\x3a\x8d\x5a\x65\x1a\x93\x29\x64\x2a\ \xbd\x51\xa1\x33\x01\x6c\x95\x83\xcf\x5f\xd2\xef\x25\xd5\x67\x94\ \x97\x5e\x6f\xa8\xbf\x5d\x5b\x1f\x54\xb4\xbc\x79\x33\x21\x77\x2a\ \xbb\x34\xaf\x08\x90\x99\xbc\xbc\xda\xca\x68\xef\xa3\xde\x47\xfd\ \xbd\xf6\x9f\x8a\x0d\x8d\xae\xae\x8b\xb9\xd1\x9f\x51\x5d\x95\x57\ \x9a\x13\x9d\x99\x19\x10\xd7\x70\x27\x21\xfb\x68\x60\xec\xb5\xd9\ \xe5\x9c\x84\x63\x3b\xa1\x10\x42\x68\xa7\x10\x28\xc3\xe6\xac\xff\ \x40\xd0\xf5\x1c\x6a\xd6\xc9\x7a\x0e\x05\x15\x36\x03\xca\xf4\xbc\ \x06\xe8\x3b\xc0\xb0\xb2\xf6\x85\x34\xef\xf3\xeb\x3c\xbd\xd7\x2f\ \x64\xdf\xbe\xe6\x90\xe6\x90\xd3\x59\x21\x7b\xf7\x25\xd7\x34\x77\ \x76\x36\x87\x64\x65\x85\x24\x67\x35\x87\xf8\x85\x9c\x7e\xf0\x3c\ \x04\x60\xd6\xe9\x83\x87\xbc\xfc\x8f\xc6\xf9\x1e\x8b\xc9\x2d\xac\ \xba\x99\x93\xdf\xfa\xe8\x93\xf9\x9c\x4f\x6d\x66\xc9\x85\xeb\x4f\ \x97\xcc\xbc\xe1\xd0\xf7\xe6\xb8\x0e\x47\x62\xdb\xe4\xcc\xdd\xb4\ \xee\x29\x4b\xe3\x8a\xa5\xf4\x95\xeb\xd5\xf0\x8c\x79\x33\x29\xf7\ \x75\x4b\x51\xef\xb9\x8c\xae\xd4\xe9\xe2\xf6\xe5\xae\x96\xf5\xa9\ \xa7\x65\x75\xa7\x42\x6f\x94\x5d\x7a\x94\x51\xfc\xd1\xda\xff\x71\ \x39\xfd\x52\x5a\x59\xfe\xa3\x0e\x3e\x77\x36\xd2\xb2\xf4\xa6\x1f\ \xd3\xbe\xd2\x9a\x73\xdb\x11\xec\xd1\xd7\xcd\x1f\x7d\x33\xdd\x6b\ \x7e\x3f\xe0\xf6\x89\x4c\x25\x12\xc9\x18\x1c\x7f\xa8\xc7\xf1\xf6\ \xd6\x95\x57\x91\x2f\xda\x18\x62\x97\x3b\x69\xce\x03\x85\x40\x20\ \x19\x62\xb7\x99\x43\x19\x9b\x97\xaf\xb7\x9a\xf1\x8f\x9f\x76\xaf\ \x89\xfb\xf8\xcb\xc5\x19\xbd\x39\xf5\xb7\xde\x5a\x46\x87\xe3\xca\ \x72\xab\x1d\x61\x51\x33\xb8\x32\xb3\xa0\xda\xf9\xe4\xd9\xb0\x15\ \x99\x9a\xf0\x96\x46\x1d\x9a\xe8\x68\xe9\xc1\xf2\x47\xe9\x5f\x2f\ \xbe\x72\x44\xa2\x74\x74\x33\x8d\x4b\xd0\x1b\xda\x2e\x56\x97\x85\ \x6d\x2d\xed\x59\x9f\x9e\x9a\x2a\x98\xee\x9e\x9b\x79\xbd\xb8\xe6\ \xcc\x0e\x28\xec\x2d\xbb\xdd\x85\x9d\x98\x76\x5c\x9c\x49\x84\x4f\ \x62\xf8\x7d\x62\x3e\x42\xb8\x38\xfd\xe2\x13\x46\x41\x79\x71\x6e\ \x82\x83\x45\xc0\x5c\x37\xcd\xc3\x82\x6b\x4f\xfb\xd6\xf9\xd6\x1e\ \x77\xd7\x20\xb5\x1d\xe3\x8e\x45\xc1\x2d\xae\xb5\xa6\x41\xa4\x5b\ \x64\x30\x1a\x67\x5e\x7c\xf5\x69\xfd\x09\x92\xb2\x14\x89\xe2\x5e\ \x6e\x24\xa0\x70\x91\x52\x2c\x99\xcc\xc5\xc8\x08\x52\x1a\x9a\xdc\ \xe4\xde\x88\xc7\x5b\x0b\xd8\x4c\x38\x8c\x8b\xa6\x0c\xa0\x08\xd3\ \x6e\x8d\xfd\xcc\x99\x05\x06\xd9\xcc\x2d\x30\x73\x3d\x9a\x56\x1c\ \x3d\x4c\x71\xd3\x50\xcb\xb1\xbd\x87\x0f\xec\xdc\xb1\x67\x9b\x1f\ \xe4\x4f\x96\x95\xbc\xef\xe8\x89\xbd\xe0\xad\xdb\x1e\x50\x7d\xb3\ \x3c\x2f\xb7\x32\xcc\x09\x97\xa0\xe0\xa3\x70\x94\x40\xa1\x52\xd0\ \x31\x62\x67\x3f\x2a\xd1\xea\xe2\x2e\xbb\x15\xc0\xe0\x70\x9c\x8a\ \x25\xa2\xe9\x88\x0b\x48\x54\x2a\x55\x2c\x17\x12\x12\x05\x8c\x49\ \x0e\x07\xe3\x9c\xc4\x39\x07\x98\x08\xab\x98\x59\x40\x32\xbf\xfd\ \x44\x76\xcc\x30\x88\x30\xd4\xc0\x04\x03\x50\x8c\xc4\x6b\x07\x8e\ \x1e\x39\x78\xe8\x44\x80\x6f\x60\x60\x44\x74\x74\x52\x76\x6e\x6e\ \x44\x7c\x49\x0c\xc4\x60\x02\x03\xe3\xa3\x8a\x4a\xbc\x2e\x4c\xbe\ \x99\xb4\x5e\xab\x88\x2b\x2c\x8c\x0b\x8f\xaa\xcf\x8c\x08\x8b\x08\ \x4f\xc8\xcd\xad\x28\xa9\x46\xba\x32\x1e\xbe\x46\x5e\xcd\x37\xe3\ \xf0\x64\x2c\x73\xcd\xdc\xbd\xb6\xee\xe8\x76\x45\xba\xe3\xc9\x08\ \x29\x81\x84\xc1\xa1\x75\x32\x09\x01\xae\x84\x61\x56\xd5\x0a\xbd\ \x8c\x2d\x61\xa9\x75\x02\x29\x5b\x21\x94\x40\x1e\xf4\xab\x3f\xd4\ \x28\x18\x57\x28\x52\xc3\x09\x28\x77\xa4\xc8\x0d\xc7\x92\x82\xeb\ \xbc\x52\xa5\xa2\x4b\xd0\x6e\x30\x24\x91\xf4\xaa\x30\x2e\x25\x2a\ \x3e\x30\x2c\xc8\xa7\xf0\x6e\x6d\xa8\x97\x4f\x80\xaf\x7f\xc0\x49\ \x6f\x1f\xdf\xb0\xd8\xf0\x84\xc0\xb0\x80\xe8\xd0\xb0\xa4\x92\xa4\ \xec\x98\xcc\xfa\xec\x84\x94\xc2\xf8\xec\xfa\xa2\xea\xea\x3b\xe5\ \x55\xb5\xe5\x95\x39\x6b\x12\x99\xdc\xa4\xd7\xca\x70\x08\x35\x41\ \x8a\xa0\x49\x0c\x74\x14\x8d\xef\xa1\x24\x4a\x09\xd3\xeb\x14\x21\ \x0a\x0d\x07\x22\xea\xbb\xcd\xa0\xd3\x2a\xb5\x7a\x95\x90\x2d\x52\ \x42\x5b\x9a\x32\x95\x8c\x2d\x12\xc1\xa8\x6d\x42\x40\x6b\xd0\x38\ \x8e\x0c\x45\x60\x91\x28\x0a\x34\x8c\x84\x07\x23\xa3\xad\xa1\x36\ \x56\xed\xd0\x4d\xc4\x93\xca\x85\x22\x29\x0e\xae\x36\xe9\x15\xb6\ \xf9\x79\xa8\x65\x92\xe7\x24\xe8\x44\x60\x9e\xab\x14\x32\xe3\xaa\ \x89\x0d\xa7\x30\x8d\x6a\x91\x48\x2a\xd7\x9a\x68\x22\xa3\x6e\x64\ \xfe\xdd\xbf\x72\xf1\xdb\xff\x77\xfb\xef\xc1\xbf\x3a\x12\xfa\x00\ \x80\xf6\xf7\x86\x7d\x6c\xf5\xc3\x87\xef\x7f\xbf\xfc\xf3\xcf\xbf\ \x3f\x00\x9a\xf6\xe3\xc7\x8f\x2f\x1f\xa0\xf5\xf3\x31\x68\xe1\x7f\ \xc4\xbe\xb1\xa1\xd3\xd8\x21\xc7\x53\x88\x5f\x41\x8e\xf9\xe0\x00\ \x00\xd4\x98\x0d\xa8\x3b\xb5\x1e\x6a\x2a\x64\x49\xc6\xec\xf3\x7a\ \x82\x74\x44\xaf\x99\xb7\x29\x15\x76\xb5\x7e\xf5\x83\x5e\xab\xb6\ \x1b\x4c\x2a\xf5\x86\xd4\x43\xa9\x85\x99\xfe\x06\xf2\xd2\x60\x92\ \xa9\x57\x01\x2b\xfb\x0e\xad\xce\x83\xd7\x07\xb8\xf7\x7d\x75\x1e\ \x80\xb8\x66\xc4\xb4\x61\xb3\x7f\x1f\xd3\xff\x52\x77\x3f\x2f\x2c\ \xff\x59\x58\x4a\x6e\xe1\xb9\xdb\x15\xb5\x99\x37\xce\xe5\x5c\x3f\ \x7f\x39\x2a\xb3\x38\xe7\xd2\xcd\xeb\xd5\x57\xef\x5f\x29\x49\x2f\ \xca\xf5\xca\xae\xbd\x3c\x55\x36\xf3\x2c\xca\x2b\xa0\x24\x3a\x01\ \x30\xf0\xd2\x73\x39\x17\xef\x65\xa7\xc4\xf9\xf8\x1e\xda\x7d\xb2\ \xfa\x42\x98\xd7\xa1\x6d\x7b\x3d\xf7\x42\xa9\xab\x50\x24\xc5\x7f\ \x1e\x40\x96\x0d\xe0\x2e\x39\x24\x19\xb2\x20\xed\xec\xac\x01\x24\ \x0a\xaa\x20\x7d\x50\xd3\x9c\xfc\x1c\x80\x50\xf3\x03\x40\xb9\xf6\ \xed\x05\xe4\xaa\xb3\x26\x24\xab\xa6\x06\x00\x9a\x1f\x60\x53\x35\ \xe0\xee\xc1\x83\xe7\x35\x9d\x3f\xab\x1f\x9e\x37\xfb\x65\x75\x3e\ \xdf\x73\xe8\xc8\x61\xff\xf0\xd8\xa3\x27\xfc\x0b\x2f\x37\xdc\xce\ \x7b\x34\xdc\xb5\x74\xf1\xd4\x9e\xdf\x8f\x9e\xda\x5f\xff\xe9\x85\ \x4b\xbc\x7e\x3d\xad\xea\x5a\x4b\xda\xeb\xb2\xdb\xd7\xab\x63\xcc\ \x6b\xb7\x6b\xd7\xa7\xaa\xeb\x5e\x3b\x5f\x64\xa4\xb7\x6c\x39\xd9\ \x6e\x7e\x3d\xd3\x3f\x3e\xb7\xd8\xd8\x6a\x5d\x19\xba\x97\x37\x6b\ \x75\x0e\xbe\x72\xcc\x9c\xb3\x26\xce\x8e\x26\x0e\x96\xbc\x32\xcf\ \xac\xcf\xb6\x71\x13\x7b\xda\xb8\x78\xb1\xbb\xeb\xeb\xd4\xc4\x2c\ \x07\x7f\xfe\xed\xc4\x5a\x4f\x5f\xff\x0a\x7f\xb1\xaf\xc9\xd2\xc8\ \xf4\x10\x74\x5f\x2d\x71\xa4\x22\xa8\x13\x43\xfd\xef\x85\x53\x47\ \x2b\x07\xae\x7e\x5a\x28\x59\xa4\x63\xb0\x48\x0e\x8b\xa8\xc2\x5d\ \xfd\x34\x38\xd5\x78\xbf\xec\x73\xdf\x66\xf7\x8a\x07\x75\xd6\x51\ \xf4\x6a\xf0\xfc\xed\xe8\xc2\xe8\x17\x73\x17\x2a\x6e\x9d\x0c\x2b\ \xf7\x3f\x13\x7d\x7b\xf9\xf1\xc0\x68\x7f\xef\xd3\xa5\xee\xc5\xdb\ \x0e\x82\x82\x2d\xa4\x2f\x2c\x3a\x9f\x91\x13\x25\x14\x7a\xe2\x22\ \x5f\xf0\xd1\x22\x60\x22\xd2\x0f\x97\xce\xb8\xb1\xf0\x91\x73\x4b\ \x8e\x8f\x8e\x99\xe3\x11\xc3\x97\x7d\x63\x1e\xce\xba\x61\x10\x52\ \x11\x6e\xcd\x7a\xed\xc2\xf4\xf0\xab\x4a\xcb\x78\xfa\xf9\x02\x4a\ \x41\x81\xa0\xc0\xba\xc8\x20\x4b\x86\x82\x95\xc2\xb5\xa1\x46\x99\ \xc8\xb2\x3c\xc5\x6d\x7f\x33\x3e\x7b\xf7\xfe\xe3\xbc\x8e\x09\x27\ \xaf\x8c\xc1\x79\xec\xb2\x7e\x6c\x1c\xc2\x4a\x69\xa4\x51\xb4\x4a\ \xb5\x36\x84\x4c\x54\x62\xfa\x1c\xae\xb9\xa5\xfe\x01\xa6\xbc\x7d\ \x0e\x27\x60\x24\x32\x18\x1e\x02\x0a\x93\xcc\x68\x9b\x55\x34\xf5\ \x20\x0a\x78\x04\xa6\x99\x88\x48\xc5\x35\xa6\xba\xaf\x61\xb9\x93\ \x2f\x2c\xe4\xd4\x99\x71\xc7\xfa\xdd\xcf\x96\x76\x4b\xb7\x7b\x30\ \x83\xec\xc6\xf7\x80\x63\xef\x7a\x1e\xd8\xb5\x67\xfb\x96\xbd\xfb\ \xa0\xf7\x67\x9b\xe7\xde\xad\x87\xb6\x9f\xce\x4a\xde\x1d\x58\x7f\ \xed\x71\x55\x52\x49\xed\x5c\x62\x23\xa2\x80\x81\x9a\x9d\x40\x71\ \x34\x2a\xbc\x1b\x52\x80\x44\xa1\xaf\x46\x4a\x97\x37\x9b\xda\xfb\ \x51\x48\x32\xad\x77\xdc\xf1\xac\xe7\xd1\xe6\xca\xec\x12\x29\x91\ \xdb\x8e\x1c\xdd\xa4\xca\xc8\xe6\xee\x81\x71\x18\x15\x45\xc1\x70\ \xe9\xf8\x49\x2c\x7b\x82\xcf\x9c\x11\x9b\x79\xc8\x75\x44\x5b\xfb\ \x32\x7a\xed\xe0\xfe\x43\x87\x4e\x1c\xda\xef\xe5\xe5\xe3\x1d\xea\ \x1f\x91\x99\x1d\x5b\x58\x14\x17\x1d\x9f\x9d\x9d\x10\xdd\x50\x9d\ \xeb\x95\x74\xf7\xf3\x44\xdb\x5a\x59\x5d\x42\x45\x6e\x52\x76\x78\ \x58\x6c\x74\x58\x44\x52\x76\x6c\x6e\x5e\xdc\x5b\x61\xf1\xc3\x32\ \xee\xfa\xc3\xb7\xf8\xb4\xaa\xbb\x17\xd2\x2e\x3c\x7d\xd6\xd7\xd7\ \x53\x20\x10\x33\xdb\x99\x52\x39\x9c\x24\x45\x53\x15\x72\x16\xc6\ \xae\xd3\xc8\x70\x4a\xd5\x86\x5e\x24\x91\xa2\x24\x08\xba\x52\x23\ \xc2\x20\x44\x2a\x91\x90\x45\x40\xd1\xe4\x1a\x09\x0b\x83\x97\x4b\ \x51\xaa\x11\x39\x5d\xaa\xc0\xd2\x98\x02\x21\x9e\x2d\x22\x88\x08\ \x30\xa4\xa8\x2d\xfc\x54\x44\x8a\xaf\x4f\xac\xf7\xa9\x40\x6f\xff\ \x63\x41\x00\xb1\xbc\x0e\x1f\x38\xee\x5b\xd7\x9a\x93\x73\xfe\xf6\ \xad\xf2\x94\xd0\x50\xdf\xc0\xb0\x98\xc2\xfa\xaa\xdb\x25\xa5\x45\ \x39\x97\x32\x6e\x65\xe6\xde\xca\xaf\xcb\x58\x27\x69\xbe\x6f\x8c\ \xac\xda\xa5\xea\x91\xb1\x79\x9b\xc9\x6e\x13\x89\xe8\x52\x95\x16\ \x43\x74\x77\x77\xe7\x79\x50\xc8\x5c\x52\x1b\x4d\xa8\x56\x4b\x74\ \x76\xbd\x52\xcb\xd6\xc9\x8d\x6c\xb8\x42\xa5\x56\x4b\xb1\x0c\x0c\ \x9d\x83\x65\x61\xe8\x4a\x09\x47\x81\x42\x73\xf0\x34\x78\x24\xbf\ \xed\x75\x81\x3b\x55\x11\xe9\x41\x17\x12\x54\x46\x9d\x61\x0c\xbc\ \x9c\x4c\xe6\x96\xff\xf0\xe3\xa7\x1b\xfd\x02\xdc\x74\x3e\x72\x4c\ \x28\x1f\x33\xda\xe4\x4a\x85\x11\xc0\x9f\x49\x2d\x91\x4b\xd4\x46\ \xfc\xa4\x1b\x87\xe3\xc6\xd1\x19\x14\x6c\x91\x4e\x43\x27\x28\x4d\ \xf3\x5f\x5e\xfe\xf3\xdb\x4f\xdf\xe8\x9f\xae\x60\xff\x6d\x10\xfa\ \x76\xf6\xb7\x6f\xbf\xbd\xfb\x73\xe3\xcb\xd9\xff\x42\xd7\xbf\xce\ \xd2\xff\x3e\xe4\xdb\xbf\x5f\xa1\x47\x9d\xfd\xf5\xec\xaf\xbf\xbe\ \xfc\xf2\xcf\x8f\x8d\xb1\x11\x80\x50\x63\xab\x3a\xa3\x5e\xa9\x9b\ \x07\xfc\xc8\x60\x9f\x87\x52\xc4\xf4\x32\x89\x46\x65\x98\x87\x3a\ \xba\xc1\x21\x50\x99\xaa\x79\x9d\x1a\xfc\xda\x26\x87\xac\x53\x01\ \x18\x03\x72\x8b\xb1\xd9\x59\x06\x3b\x00\x3c\x89\x02\xe8\xf4\x44\ \x2a\x18\x20\x91\xc0\x96\x2a\xe8\x48\xa9\x5c\x25\xd7\xad\xda\x0d\ \xfa\x0f\x6a\xd3\xc6\xea\xc6\xd8\x06\x60\x71\xbf\x24\x5d\xc8\x2b\ \xbe\x38\x58\xe1\x9f\x90\x1b\x57\x7f\xc9\xf5\xfa\xf6\xad\xec\xdc\ \x96\xb2\x7b\x55\x75\x25\x45\xd5\xa5\xe9\x37\xf2\x9e\x3c\x6c\xb9\ \x51\x15\x1b\xdb\xf0\xb8\x75\xd3\xd1\x5f\x7c\xe2\xd4\x91\x13\x79\ \x55\x01\x85\x0d\x99\xf1\x80\x9a\xdf\x0b\xdf\x7d\xe4\xcc\xee\x63\ \x51\xc7\xb6\x6c\xdb\xbd\x0d\x8a\x9a\x07\xd8\x04\xf5\x12\xfe\x07\ \x0a\x7d\xfe\xeb\x39\x90\x80\x21\x35\xcf\x3b\xff\xd3\x5c\xf3\x57\ \x73\xb2\x1f\x00\xa5\xe7\x0f\xfc\xfc\x3a\x93\xc1\x21\xd0\x85\xcd\ \xcf\x21\x61\xd8\xdc\x09\xb1\x28\x80\x50\x9d\x21\x0f\x6a\x3c\x7f\ \xa6\xae\x02\x36\x76\xba\x19\x5c\xbf\x81\xa4\x84\xbc\xdd\x3b\x4f\ \x1f\x3c\x72\x34\x30\x7c\xd7\xfe\x88\x98\x86\xdb\xc5\x37\x2f\xb4\ \x0e\x7f\x74\x3d\x2a\x59\xb8\x5f\x7b\xf2\x84\xff\xca\x80\xc3\x7c\ \x2d\xe6\x49\xc1\xf8\x6d\xc7\xb3\x8b\xe3\x31\x0d\xd1\x95\x17\xaf\ \x5f\xfd\x18\x71\x39\xc9\xfb\xe1\xd0\x44\xd7\xc3\x88\xba\xbe\x1b\ \x9f\x7a\x66\xcc\xc5\xb3\xe6\x37\xaf\x36\xdb\x3e\xe6\xf7\xb6\x3e\ \x9e\x7a\x7c\xf9\xd2\xc3\xcb\x2f\xce\x9d\x7b\xe5\x5c\x28\x08\xee\ \xa6\x8a\xb1\x56\x2e\xbd\x89\x80\x64\xa1\x53\xad\x73\xce\x01\x34\ \x72\x92\xc1\x2d\x68\x4a\xa4\xa6\x62\xb1\x4d\xc1\x3c\x7e\x5b\x8f\ \x2b\x3a\xa5\xe2\x9c\xf9\xf3\x38\x10\x85\x5c\xd1\xac\xa5\xa0\x3d\ \x2d\xfd\xc9\x9a\x3b\x01\x30\x91\xe5\x51\x39\x05\x17\xbc\x6e\xb1\ \xf6\x7e\x7a\x5c\x3f\x8a\x4f\xc5\xaf\x47\x8e\xde\xae\x7b\xff\xe2\ \xc2\x8d\xcc\xd7\xf7\xca\xdb\xdf\xac\x3b\x5e\xdf\x18\x7c\x7a\x3e\ \xa5\xbc\xac\x2c\xe7\x4e\x7c\x83\x65\xfc\xfd\xd5\xb2\xab\x55\x0b\ \x03\xb8\xf4\xa2\xec\xb8\xd2\x29\x87\x8b\x48\xe7\xa8\x14\x1a\x05\ \x6d\x68\xa2\xf1\xd4\xae\x9d\x27\x02\xca\xdb\xc5\x62\x94\x65\xc9\ \x72\x35\xa3\x2e\xf4\xd0\x99\x5d\x5b\x4e\x5e\xfe\x34\x4a\x46\x49\ \x74\x1a\xfc\xe8\xad\xbb\x4b\x65\x53\x93\x53\xaf\xd3\x67\xbb\x67\ \x46\xe7\xb8\x74\xfe\x60\x46\x70\x37\x25\xb2\x09\x21\xa6\x0c\x94\ \x9d\x9f\x18\x8f\x94\x6a\x9c\xa7\x5a\x3e\xf6\x92\x17\xdd\x18\x4d\ \x3c\xec\xa2\xeb\x73\xd1\xad\x37\xfd\x6f\x17\x29\xd4\x45\x0f\x1a\ \xe5\xeb\xdc\xa2\xa0\x7d\xce\x21\x90\x79\x78\x58\xcc\x98\xd4\x60\ \xc1\xc0\x90\x07\x97\x47\xfa\x3a\xda\x46\x42\x5a\x96\xf9\x73\x56\ \xbe\x40\xa5\xd6\xd3\x28\xbc\xcd\xe5\x59\x2e\xb5\x67\xc2\x21\xe4\ \x7d\x65\xb0\xf9\xdd\x57\x87\x66\x53\xdb\x3d\xc8\x64\x8a\xb8\xaf\ \x11\x4f\x12\x4f\x33\x1f\xee\x01\x6f\xf4\xd6\xd3\x21\x3b\x76\x84\ \x34\x7b\xee\xf3\xdc\xbb\xf7\xd0\x91\xdf\xfd\x3c\x03\x53\xfc\x93\ \xd2\xef\x15\x65\x57\x27\x0a\xdd\xbf\x3e\x75\xac\xbd\x59\x76\x6f\ \xb2\x60\x31\x93\x08\x3a\x81\x99\x2a\xdd\xf8\xc0\x98\xfb\xec\x5a\ \xc3\xa2\x12\x31\x38\x4b\xbb\x54\xc8\xa7\x32\x24\x0c\xd8\x7a\x2a\ \x83\x8e\x89\x9c\x14\x60\x47\x29\xeb\xd7\x14\x96\x25\x37\x26\x56\ \x8e\x9b\x23\x0a\x79\x2c\x26\xba\xa7\x91\x6f\x9d\xc3\x75\x7c\xec\ \x1b\xa2\x75\x1c\x3a\x78\xe6\xc8\xfe\x23\x07\x8e\x7b\x07\x84\x47\ \x87\x79\x07\x26\x44\x27\x25\x14\x26\x94\x64\xa7\x24\xd4\xe5\x1e\ \x8f\x2b\x7f\x6d\x5d\xf9\x3a\x9e\x5e\x72\xab\x21\x26\x29\xde\x3f\ \x2c\x22\x3e\xd4\x3f\xa1\xbe\xbe\xe1\x4e\x15\xb6\x20\xef\x52\x3f\ \x29\x65\x51\x50\x70\x31\xed\xd9\x93\x47\x1f\x07\xa7\x1c\xeb\x2b\ \x91\x8c\x60\xe6\x00\x17\x89\x14\x89\xc4\x2c\x13\x90\x7e\x62\x38\ \x5b\x2b\x8f\x8c\x24\xa8\x6d\x7a\x37\xb5\x16\xa3\x40\xca\x25\x4a\ \x8d\xc6\x60\x53\x69\x34\x42\x3a\x51\x6a\x54\x2b\x90\x44\x00\x06\ \x22\x29\xdc\x4d\xa4\x37\x19\x84\x54\xa9\x46\xae\x63\xe1\x39\x3a\ \x39\x47\xe7\x96\x7f\xcc\xe7\xe8\x91\x53\xfb\x8f\x1e\x3f\x72\xfc\ \xa8\xd7\xd1\xe3\x27\x4e\xec\xbf\x15\xa9\x30\x9a\x94\x72\x20\x33\ \x95\x1c\x2c\x55\x50\xf0\xf9\xd6\xc9\xc0\xb0\xc2\x8c\x0b\x17\xe3\ \x83\xb2\x6f\xdd\x1e\xa2\x6b\x55\xac\x60\x3e\x13\x89\x94\xb0\xc0\ \x44\x54\x19\x47\x6c\x60\x36\x2a\x8c\x86\x8d\x31\x93\x8d\x83\xa3\ \x4b\x38\x08\x91\x14\xa1\x87\x23\xa8\x78\x46\xbb\x19\x2e\xe5\x90\ \x0b\x96\xdc\x31\x74\x94\x87\x65\x51\xfa\x33\x73\x5e\x4e\xa0\x69\ \x51\x04\x19\x14\xdb\x4d\xa3\xc3\x12\x51\x43\xef\x31\x1e\xb3\x79\ \xce\x76\x33\x82\x8b\x4b\x65\xf0\xda\xe4\xab\x40\x98\x29\x09\x4f\ \xbf\x0e\x75\x3f\xfe\xdc\xd4\x16\x69\x15\xb7\x51\xa5\x4a\x36\x95\ \xc7\x27\x8a\x52\xe7\x7f\xd8\x8d\x5a\xb5\x06\x3c\x5f\xa5\x21\x32\ \x45\x22\xa5\x54\xa8\x36\x18\x94\x78\xad\x4d\x0b\xe9\x47\x20\xe0\ \x7e\xfc\x80\x12\xd5\xc0\xfd\x07\x00\x0a\x1b\x1f\xc6\x94\x50\x62\ \x84\x6d\xc4\xae\x53\x6f\x40\x41\x6b\x2f\x7f\xfd\xb7\x30\xf5\x27\ \x7c\xfd\xec\xd4\xfe\xdf\x55\xfc\x9f\x45\xab\xff\x82\xd9\xaf\x7f\ \xbc\x7b\xf7\xe5\xef\x1f\x50\x34\xe1\x87\x11\x93\xde\xbe\x01\x45\ \xf2\x28\x4c\xf3\x4a\xb4\xc4\x66\x1c\x9b\x1f\xd1\x2b\x65\x5a\x95\ \xca\x00\xe5\x84\x69\xbe\xaf\x9a\x46\x54\xf3\x23\x5a\xf5\xbc\x4a\ \xa2\x03\xc2\x90\xc3\x56\x19\x30\x4c\x34\x91\x41\x10\x4a\x60\x3c\ \xea\x28\x16\xe3\xd6\xc4\xd5\x62\x79\xd4\x01\x92\x4a\xae\x36\x19\ \xd4\x9a\x0d\xf0\x94\xd5\x79\xdb\xfc\x2f\x01\x45\xe5\x95\x77\x1a\ \x5a\xc6\xa7\xfa\x3a\x2a\x2e\xdf\xbd\x78\x25\xff\xfa\xb5\x1b\x55\ \x57\x4a\xab\x32\x73\xaf\x8c\xdf\x28\xba\x7c\xff\xfe\xc5\xaa\x86\ \xdb\x39\xe7\x73\xea\xaa\x32\x6f\x3f\x8c\xf5\x4e\xf0\x4d\xf1\xd9\ \xef\x13\x5d\xe5\xbb\xfb\xc4\xee\x53\xbb\xb6\xed\xde\xf9\xfb\x89\ \x23\x5b\xf7\x6d\xdf\xba\x6f\xd7\xce\x6d\x9e\xa7\xb3\x00\xaf\x02\ \x94\xaa\xa6\xe6\x41\xcd\x5f\x35\xcd\x50\x18\xf4\xf3\xe6\x7f\x83\ \x56\xb3\x3a\x81\x08\x04\x8a\xef\xaf\x2c\x80\x5b\x0f\x00\x20\x01\ \x6a\x05\xb0\x0a\x6a\x6e\x06\x28\x55\xf3\x73\xed\x0a\x00\x5c\x48\ \x27\x00\xb6\xd3\x9d\x3f\xeb\x22\x92\x7f\xc6\xb8\xee\x3f\x7c\xec\ \xa8\xf7\xf1\xa3\xb1\xd9\x25\x79\xc5\x19\x77\xc7\x9f\x38\xbb\x66\ \x66\x7b\xc7\xdf\x4c\x97\x3e\x31\xb7\xbc\x99\x29\xcf\xcc\x0e\xec\ \x9e\xfa\x3a\x58\x94\xf6\xde\xf1\xb1\xac\xa8\xe8\x59\x4b\x7a\xc2\ \x9b\x7b\xa1\x6f\xbb\x2c\xeb\xd6\x99\x62\x4b\xc3\x0d\x71\x70\xf7\ \x8b\x4f\x6f\x7b\x1f\xdd\x4f\x7f\xfb\xe6\xee\xa5\xe1\xcf\xf9\x8f\ \x1e\x7f\x9d\x79\xd8\x72\xf7\xeb\xc7\x0e\xc7\xeb\xbe\xea\x92\x1c\ \xdf\x8a\xd6\xf3\x65\x2e\xb2\x8b\x6f\x69\x5c\x7b\xb5\xf6\xf1\xda\ \xc3\xc5\xa5\x67\xd3\xeb\xf9\x96\x76\x46\x63\xaa\x78\x21\x2e\xd4\ \x3f\xe6\xca\x68\xe3\x00\x8e\x38\x80\x53\x11\xfb\xdb\x10\xeb\x43\ \x04\xb9\xf3\x2b\xd1\x83\x27\xb0\xbe\xe9\x6d\x31\x30\xa7\xb8\x1e\ \xae\x9e\xa1\x73\x39\x98\xf6\x51\x58\x1f\xff\x69\x6c\x5d\xf6\xa9\ \xe3\xd9\x51\xc7\xc3\x73\x32\x9a\x66\x17\xaf\x57\x0f\x5f\x0e\x38\ \xb0\xd5\xff\xf7\x9d\x67\xe2\x8a\xa3\x07\x59\x96\x1b\x57\x62\x92\ \x6e\x5c\xea\xbf\x7c\xe0\x40\x7c\xe9\x23\xc7\x28\x11\x21\x92\x68\ \x8c\x8a\xe2\x2d\x7b\xb7\x1d\x7e\x96\x51\x9f\x12\x94\xd4\x52\x52\ \xd7\xa3\x90\xb2\xfa\xa1\x50\xb5\xa3\xc7\xc3\x6e\x3d\x74\x7a\xc0\ \x25\x46\x1b\xf7\x4a\x74\xd5\x57\xa4\xbc\xa0\xe9\x0d\x1a\x29\x95\ \xea\x75\x6d\x4d\xd8\xe5\x85\xb9\xee\xc5\x60\x9e\x68\xa5\xa5\xfe\ \x15\xa5\x49\x20\xc6\xb4\x93\xdc\xe0\x1c\x81\x12\x8d\xc6\x98\xc9\ \x70\x26\x7f\x94\x4f\xec\xe1\x31\xa6\x26\x07\xe6\x28\x93\xce\xdb\ \x89\x8b\x6e\x5c\x8c\x9b\xd8\x32\x2b\x58\x5b\x6b\x7f\x95\xd8\x74\ \xf7\x3d\xb3\xad\x7d\xa5\x7d\x92\xd1\x14\xd9\xdd\x96\xd8\xc6\xe7\ \xdd\xf8\x1c\xcc\x22\xc1\x39\x98\x59\x24\x8c\x4b\x05\x53\x3b\x55\ \xc2\xb5\x92\x04\x2e\x9e\xd5\xe9\x0e\x23\x15\xac\x7d\xec\x73\x5a\ \x56\xfa\xdf\xc4\xed\xdd\xb5\x7d\xcb\x96\xd3\x3b\x77\x24\x27\x7b\ \xfa\xed\xdd\xb6\x6f\xe7\xa9\xc3\x9e\x27\xca\xef\x1c\xcb\x2d\xce\ \xac\xae\xbb\xdd\x32\x38\xdc\xd2\xfb\xe2\xe9\x2b\xb3\xd9\xdc\x6f\ \xfe\xda\xd3\x98\xc8\x37\xbb\x2c\x44\xf5\x06\x96\x2b\x70\x72\x10\ \xb8\xc8\xc4\x09\x47\x01\x7e\x0e\xc9\xa4\xd0\x99\xe8\x54\x0e\x9c\ \x8e\x11\x21\xe7\x82\x67\xa6\xdd\x23\xd7\xef\x7f\x1a\xa2\x88\x17\ \x27\xaf\x5d\x69\xea\x13\x44\xce\x8c\x62\x06\x18\x22\x34\x52\x9e\ \xd8\x44\xaf\x3f\xb0\xff\xe8\x01\xef\x23\x47\x8f\x1f\x3a\x7c\x2c\ \x20\x28\xc0\x3f\x2a\x3a\x3a\xa6\xb2\xae\xaa\xae\xa1\xc8\xa7\xa8\ \xf8\x4a\x77\x8f\xd9\x79\xf5\xc2\xf5\x86\x84\x08\xff\x53\x3e\xe1\ \x51\x31\xf1\x51\x49\x45\xf7\xca\xef\xbd\xd0\x3a\xee\x5d\x82\xe7\ \x65\xbf\xa0\x50\x1c\x1f\x37\xad\xd6\x49\xd7\xac\xc5\xd1\x67\x6d\ \x6a\x2f\x48\xa5\xe0\xe0\x68\x7e\x9e\x4e\x2b\x54\x22\x99\x38\x0c\ \x02\xc6\x76\xc3\xd2\x00\x70\xd0\xa5\x1c\x11\x5a\x21\xa2\x29\xf4\ \xb6\xaf\x9b\x06\xb9\x4c\x0a\xc3\xbb\xa1\x11\x78\xa2\x5c\x87\xc2\ \xa2\x68\x6c\x02\x41\x88\xc0\x91\xa5\x58\xa9\x8c\x88\x23\xd1\x85\ \x40\xd7\xe9\xc8\xb3\xce\xda\xa0\x43\x07\x8e\x6c\xdd\x75\xf0\xe0\ \xc1\x43\x87\x0e\x44\x99\x07\x3e\x4f\x22\xb0\x2c\x18\x47\xa9\x40\ \x89\x44\xda\xb1\x79\xe3\x54\xde\xe5\x16\xb5\xce\x80\x16\xe3\xdc\ \x69\x4a\x0e\x42\x02\x94\x90\xce\xa4\xd7\x29\x64\x52\x09\xcd\x83\ \x52\x30\xb5\xc9\xc0\xb1\x44\x72\xfb\x86\x11\x72\x10\x95\xb1\x85\ \x32\xda\x88\xd4\x83\x40\x97\xb3\xa5\x52\xa5\x5e\x2e\xc2\x50\x9a\ \xdc\xe9\xa3\x57\x9d\x8d\x06\x29\x09\x29\x51\x1a\x68\x52\x36\x47\ \x06\xc3\x88\xa8\x72\x15\x03\x0c\x09\x61\x64\x33\xb1\x6e\x08\x99\ \x08\x4b\xa0\x93\x10\x62\x3e\x81\x08\x13\x99\x4c\x88\xcf\xd3\x2b\ \x13\xa3\x62\x86\x3b\x93\x9f\xea\xae\x22\xa0\x38\x72\x16\x56\x81\ \x92\x7d\x58\x65\xe3\xd1\x6a\x23\x47\x01\x19\x7d\x6a\x24\x0a\x15\ \x1c\xa6\xd5\xe9\x84\x46\xad\x0c\x05\xb9\xee\x18\x35\x72\xb5\xda\ \x60\x54\x49\x6d\x76\xbd\x4a\xa5\xd5\x18\x34\xca\x91\x0d\x80\x2c\ \x2a\xad\x52\x69\xb2\x2b\xb4\x1a\xa5\x16\x48\xbf\x2f\x2f\xcf\xfe\ \xf6\xcf\xf7\xf9\xbf\x7f\xcc\xcf\x9b\x46\xbe\x7f\xff\xe7\xc7\x97\ \xbf\xff\x39\xfb\x93\x91\xfd\xd7\x68\xfa\x5f\x7e\x06\x91\xb1\x7f\ \x57\xc4\x7e\xfd\xf2\xf2\x0b\xe4\x3b\xb1\x6a\x9f\x87\xa2\x0b\x37\ \xc0\x97\xb1\x31\xb5\x62\x04\x9c\x6b\xde\x08\x10\xf3\xbb\x81\x26\ \x37\xcc\x83\x21\x01\xb0\x05\x32\x98\x4a\xa1\xe2\x99\x78\x34\x82\ \xc8\xa3\x23\xc1\x5f\x08\x11\x0e\x27\x10\x04\x48\xad\x4e\x0b\xfe\ \xc7\xe4\xc6\x55\xdb\x98\x4d\x3a\xaf\x37\xfe\x72\xfe\xea\xe3\xc0\ \x23\xfb\xeb\xae\xae\x30\x04\x0b\xe7\xe3\xeb\x2e\x5c\xcc\x8c\x4b\ \xf1\x75\x3c\x8b\xaa\xea\x6d\x69\x9b\x2d\xbb\x7d\x27\x3f\xef\x56\ \xde\xbd\xf2\xdb\xf9\x2d\xd5\x95\xe5\x45\x09\xb9\xe9\x25\x09\x3e\ \x27\xcf\x84\x86\x26\xc4\x1d\x3d\x74\x7c\xd7\x36\xbf\x90\xad\xbb\ \x76\x6d\xf5\xdc\xb3\xd7\x73\xcb\xce\x6d\x5b\xf7\x02\x5e\xd4\xf9\ \xe0\x01\xa0\x4e\x90\x12\x6c\x7e\xf0\x6f\xf1\x55\xf3\x5f\x0f\xca\ \x4f\x7d\xc7\x00\x00\x20\x00\x49\x44\x41\x54\x20\xc3\x06\xa8\x68\ \xfd\x41\x08\xd4\x8a\x53\x03\xa5\x18\xfa\x79\x76\x26\x27\x37\x3f\ \x07\xd2\xd0\xaf\x06\xb2\x94\x09\xf1\xf3\x6c\x4e\x0e\x09\x69\x86\ \xea\x1a\x9a\x6b\x92\x7f\xae\x64\xf9\xed\xf9\xfd\xe0\x99\x63\x3e\ \x81\xc7\xf7\xc7\x57\x26\x55\x95\x5e\x69\xed\x9d\x32\xbf\x28\x37\ \xcf\xa4\x1d\xaf\xae\xbf\xb3\x34\x7a\x35\x7f\x72\xe1\x55\x9b\xeb\ \x6e\x46\x5e\xda\xad\xfb\x69\x16\x5e\xf7\xf0\xc3\xe1\x6b\x7d\xb7\ \x7a\x2b\xd3\x15\x6d\x97\xde\x63\xdf\x3e\x2e\xce\x29\x75\x3d\x6a\ \x7d\x5a\x1f\x97\x19\x95\x76\xb7\xfe\xe1\x93\x2b\x33\xa3\x69\x6f\ \xfb\xee\x27\x85\x95\x15\x9f\xeb\x9f\xfd\xfa\x78\x69\xae\xf6\x5c\ \x6f\x45\x1d\x97\x27\x6e\xcc\x58\x61\xf6\x89\x9d\x89\xc4\xd4\xb4\ \x9e\xe5\xa5\xf7\x19\x97\xa7\x87\x5b\xcb\xce\xa5\xe7\xe6\xdd\xcf\ \xc8\xae\x20\xaf\x0f\x91\x9d\x0b\x17\xb9\x05\x79\x45\x79\x66\x6b\ \xea\xda\xfa\x66\xb7\xab\xd5\x6a\xe5\x8f\x7f\x8d\x74\x15\x5d\x78\ \xc8\x87\x2a\x44\xdc\x27\x9a\x3c\xfa\x47\xbf\x4e\xdd\x4c\x39\x12\ \x7e\xec\xe0\xc1\x33\xf5\xc5\x79\x17\x58\xd8\xb7\xb7\x5e\x2d\x27\ \x9c\x09\x4b\xd9\x73\xbc\x9d\xd8\x5b\x4b\x59\xbc\xd0\xf5\x26\xb1\ \x6b\xf9\x71\xce\xce\xdd\xa7\xfc\xef\xb6\xac\xb8\x53\x90\xe0\x7a\ \x69\x63\x15\xbe\x0d\x3d\x50\xe9\x3f\x5e\x52\x8d\x1c\xce\xef\x63\ \x50\x49\x9f\x0a\xea\x77\xed\xfc\x7d\xf7\xee\x03\x87\xf6\xfb\x74\ \x6c\xe2\xd9\xc6\x0d\x01\x75\x1a\x80\x8d\x42\x81\xbc\xda\xaf\x32\ \xb8\x17\xa0\x0d\xab\x8c\xc9\x2e\xd4\x64\x1d\xb6\xc0\xb1\x82\xe7\ \x12\x69\x14\xbc\x50\x25\xc5\xd1\xa5\xa4\xbb\xae\x46\x6b\x1b\x19\ \xbb\x86\x44\xf2\x13\xc9\x91\xcc\x44\x8c\xc8\xfc\x7a\xca\xc3\xd5\ \xd7\x73\xce\x42\xe1\xf1\x6e\x7c\xb5\xba\x93\xcc\x13\x3a\xb8\x65\ \x70\x0e\xef\x66\x4e\x1d\x4d\x2c\x70\xe7\x4e\xf5\x44\x32\xe7\xd6\ \xaf\x3d\x75\x6f\xb7\x16\xa4\x52\x59\x0c\x2e\x09\x97\xda\x08\xa7\ \x14\xb4\x3f\xb9\xd6\xd1\x95\x9f\xd7\x42\xee\xeb\xb1\x0c\x7c\x6a\ \xc5\x92\x78\x96\x1b\x5b\xf7\xed\xf0\xdc\xb6\x75\xcb\xb6\x1d\xcd\ \xcd\x35\x7e\x9e\x5b\xb6\x1e\x3e\x7c\x28\xfb\x7e\x4e\x78\x58\x51\ \x55\x75\xdd\xa3\xfb\xfe\x45\xe7\x7b\x19\xcb\xd9\xb5\xb7\x33\xe3\ \xa2\xbc\xcb\x3e\x9f\x1f\xff\xd8\xd7\x3a\x3c\x8c\xe5\x4d\xba\xb3\ \x51\xed\xc1\x0c\xe6\x72\xbe\x7b\xbb\x85\x44\x13\xb0\x0a\x26\xda\ \x38\x6e\x43\x91\x48\x82\x1b\x4e\x6c\x21\x8f\xcf\x4c\x0e\xf4\x25\ \x06\xe3\x19\x82\x51\x01\xba\x8d\xcf\x65\xd2\x68\x5c\x0c\x1a\x8b\ \x60\x71\xfa\x76\x1d\xf2\x39\x75\xf8\xc8\xd1\x23\x87\x4e\xec\xde\ \x7f\x68\xff\x91\x93\xa1\x41\xe1\x11\xd1\x11\x29\x31\x99\x51\x61\ \xe7\xef\xb7\x88\x57\xba\xce\x5f\xb9\x78\xa9\xaa\x24\x22\x34\x3a\ \x30\x3c\x2c\x3e\xbb\xb2\xba\xa2\x3c\xaf\xaa\xcd\xe4\x4a\x5b\xb1\ \x1e\x0a\xba\xbd\xec\x7a\xe3\x34\x0f\x35\x89\x07\x56\x96\x5c\x96\ \xb9\xb9\x9e\x48\xc0\x17\xf1\x34\xa4\x55\xc6\x49\xa5\x61\xd9\x05\ \x22\x85\x48\x6b\x53\x62\x64\x06\x99\x12\xa8\x15\x83\x41\x2f\x47\ \x10\x58\xc1\x66\x2c\x2e\xb8\x87\x34\xe1\x81\xe4\x44\xbe\x98\x75\ \xe0\x07\x9c\x69\x96\x4d\xc7\xc7\xb4\xd6\xe2\xe5\x67\x8b\xdd\xed\ \x13\xdd\xe6\x15\x9e\xb8\x09\x8b\xc5\x20\x38\x0c\x81\x79\x7a\xea\ \xf3\xfb\x1b\x0d\xd9\xe1\xd7\x9c\xd3\x6f\x5d\xeb\xdd\xaf\x16\x7a\ \x97\xdc\xdb\xcc\x4b\x4d\x44\x8e\x80\x9f\x48\x83\xf3\x38\x96\x9e\ \x6e\x04\x9b\xc3\x81\xf1\x31\x44\xb6\x92\x4d\x93\x4a\x64\x18\xae\ \x3b\x1c\x39\x3b\x69\x9e\xc3\xf1\xdd\x90\x04\xa4\x62\xe3\x83\x4e\ \xa6\xd6\x72\xa4\x32\x3a\x4b\x62\x14\x42\xd1\x88\x64\xaa\x5b\xbb\ \x46\xd4\x33\x47\xee\xbb\xee\x0c\x5b\x7f\x68\x6d\x3b\xf7\xc2\x82\ \x97\x40\xed\x32\x42\x24\x8c\x44\xd0\x28\x45\x04\x1a\x2c\x51\x24\ \x62\x6b\x09\x24\x2c\x47\xa8\x1c\x31\xca\x29\x1c\x09\x5a\x30\x19\ \x2c\xd2\xcb\x15\x12\x91\x42\x6e\xd2\xe9\x35\x72\x83\x52\x6f\x54\ \xdb\x0d\x3a\x19\x5d\xa5\xd6\x49\xa5\x5a\x20\x1a\xd5\x72\xb9\x42\ \x63\xd2\xcb\x01\xbd\x51\xc0\x68\xe0\x5a\xa9\x13\xa9\x94\x74\x09\ \xe4\xe2\xae\xd6\xe8\x6d\x06\xad\xd1\x00\x45\xde\x88\x44\x63\x7a\ \xf5\x88\x4d\x26\x64\x49\x55\x72\x8d\x5c\x33\x6f\x52\x6b\x54\xd0\ \x4d\xab\x10\x11\x90\x32\x0c\x4a\xab\x55\x1a\xec\x74\xd5\x87\xef\ \x1f\xfe\xfe\xf2\xe5\x8f\xb3\xff\x15\x93\xdf\xfe\xff\xb7\x7f\xf1\ \x0b\x5a\xcc\xff\xf3\xe5\x9f\x67\x01\x8c\x9d\xfd\xf5\xe5\x8f\x0d\ \xc0\xe1\xec\x76\xbd\xc9\x68\x9c\x5f\x5d\x35\x2a\xa1\xb8\xaf\x31\ \xc3\xfc\xcf\xf5\xaa\xb1\x11\x2d\x81\x85\x45\xe1\xb4\x3a\x21\x16\ \x86\x42\xb1\x94\x5a\xc3\x86\x6e\x44\xc1\x51\xda\xd8\x6a\xad\x6c\ \xc4\xc4\xd2\x9b\x46\x7e\x29\xbc\xf0\xea\x7c\x79\x6d\x54\x44\x2f\ \x63\xae\xb1\x3f\x2e\xa2\xbe\xa5\xa5\xfc\xde\x3d\xe7\xeb\xd8\x2b\ \xe2\xaf\x9b\x56\xdc\xfb\xf2\xb4\xd2\xb4\x2b\xb7\x6a\xf3\xae\x57\ \xdd\x6b\xc8\x29\x8a\xcb\x6c\xa8\xbe\x92\xeb\xe5\x7d\xca\xdb\xdf\ \xff\xf8\xae\x83\x5b\x76\xef\xd8\xb3\x7d\xfb\xee\x23\xa7\x76\x6d\ \x07\xfa\x00\x4a\x2f\xf7\xeb\xfc\x59\x41\xd5\xd9\x09\x05\x3f\x3f\ \xf8\x0f\xb4\x1e\x05\xbe\xe9\x84\x2a\x40\x3b\x9f\x37\x67\x65\xd5\ \x74\x9e\x06\xd2\xf0\x2f\x70\x0c\x99\xfb\x25\x87\x40\x7b\x83\x59\ \xc9\x9e\x21\x7e\x59\x21\xcd\x21\x59\x7e\xc9\xcd\xc9\x50\x86\x6a\ \xd6\x83\x1a\x68\xf3\xb0\x33\x79\xfb\x81\xdf\x0f\x1d\x0f\x0f\xdd\ \xef\x1d\x97\x7b\xaf\xbe\xb8\xe5\xfd\x94\xb9\xa3\xf5\x49\xaa\xf8\ \x71\x5c\x4c\xce\xdb\x75\x47\xfe\xd5\x57\x96\x7e\x33\xff\xad\xb3\ \xff\xfd\xe0\x95\x26\x8b\xc5\x31\x7b\xae\x74\x6d\x68\xf3\x5c\x69\ \xc6\xeb\xc2\xab\x3d\xa3\x0b\xe7\x12\xca\xe2\xaf\x3d\x4a\xf1\x69\ \x68\x78\x72\xe7\xe6\x40\xf6\xe5\x34\x57\xbb\x2b\xa1\xf2\x5e\x6e\ \x8a\xef\xf5\xd0\x62\x47\xef\xfb\xfb\xcb\x6d\x96\x27\x53\xc3\x9f\ \xc8\xaa\xd1\xc4\x35\xcb\x24\x93\xd2\xc3\x94\x8f\xbe\x7a\x73\x6b\ \x61\x26\xdd\x25\xc8\x5b\xef\xb8\x30\x3d\xdb\x65\x76\x0e\x17\xb0\ \x86\xd2\xaf\xa6\x3e\x65\x5e\xbc\x3e\x95\xf8\xd5\xd1\xda\x52\x71\ \xc1\xdd\x71\xe1\xea\x52\x0b\x0e\x3e\x5b\xfe\xd4\x5c\x59\xec\xe8\ \x4e\x9c\x6d\x5c\x5a\x1b\x65\x4e\x8c\x2e\x7c\x9e\x49\xbf\x99\x1f\ \x13\x94\x14\x91\x76\x2d\xef\x99\xcb\xb9\xfc\xb5\x8b\x30\x77\xa7\ \x34\xbd\xe1\xe8\x8d\x29\x67\x4b\x5a\xd5\x8b\xc5\xf4\xcf\x8e\xe8\ \xfd\xbb\xb7\x6e\xdd\x7f\x38\xf6\xe6\x1b\x31\x1c\x29\xe4\x68\x0c\ \xba\x25\xdd\xdd\x4b\xe6\x87\xe7\xcc\xe3\x5d\x6f\x4a\x1f\xd7\x1d\ \x3d\x79\x70\xff\x89\x9d\xfb\x8f\xef\xde\xb5\x73\xff\xef\xbb\x62\ \xaf\x6e\xba\x71\x34\xc1\xe3\xcf\xa2\xc3\xcb\x3b\x18\x3a\x9e\xf5\ \x6b\x77\x4a\xf8\x20\x6e\x04\xd1\x50\x68\x5d\x39\xf5\xfa\xab\x6b\ \x62\x2a\x83\xc9\xe7\xc1\x9d\x2f\x56\x66\x1e\x77\x4d\x7e\x74\x38\ \x7a\x9e\xdc\xac\x2d\x5f\xee\x48\x7f\xfc\xd9\x6c\x1e\xed\x9f\x6b\ \xff\xea\x31\xd1\xb8\x90\x0a\x7f\xd4\x3f\xdb\x3d\x7e\x5b\xec\x40\ \x2d\x2e\x24\x0e\xdd\xb0\x4c\x2e\xf4\xf1\xfa\xcc\xfc\xee\x48\x4b\ \x70\x8f\x3b\xf9\xf5\xa4\xd8\xbc\x1e\xd9\x25\x7e\x33\x31\x34\xb7\ \xe0\x51\x40\x31\x73\xfb\xdc\xc4\x9b\x8f\x97\xbb\x1c\x96\x09\xe7\ \xf0\x47\x2e\x71\x62\x65\x22\x52\x6c\xed\x3a\x9a\xbc\x6f\xef\xe9\ \x3d\xa7\x77\xec\xf6\xcc\x4a\xf6\xdb\xb7\x7b\xd7\xd1\x88\xd0\xa2\ \x6b\x17\x2b\xf2\xef\x57\xe5\xde\x79\x63\xcd\x2b\xad\x5a\xc3\xcb\ \x64\x7a\x79\x4f\xc1\xb9\x1c\x2e\x73\xa0\xb4\xaf\x6f\x91\xcb\x5f\ \x7f\xb2\xb8\x38\x64\x75\x58\xd6\x1c\xcb\xad\xe9\x6f\xd6\xad\x4c\ \xee\x70\xcb\xc4\x27\x57\xd9\xc5\xab\x8e\x3b\xb3\xf0\xf6\xaf\x14\ \x0e\x85\x0f\xf8\x16\x07\x4f\x22\xa0\x61\x78\x18\x9a\x48\x5e\xe1\ \x51\xc9\xc8\xd4\x49\x26\x2e\xc8\xd3\xf3\xe0\xb1\x93\x07\xb6\xee\ \x3f\x76\x60\xd7\xee\xfd\x07\x77\x1f\xda\x7e\xe0\x94\x77\x60\x68\ \x6c\x7c\x78\x6c\x61\xe9\x27\xe7\xec\x7a\x59\x5a\x46\xc6\x9d\xca\ \xa4\xca\xdc\xec\xa0\x50\xdf\xe8\xcc\x7b\x39\xc5\xa5\xe7\xef\xeb\ \x74\x91\x24\xea\xd1\xa8\xb8\x94\xb4\xb2\xa7\x2f\x06\x3f\xaf\x5b\ \xd6\x9d\xfd\x9b\xeb\xd6\xd1\x76\x81\x3b\x83\xcb\x1f\x9a\x98\xeb\ \x9b\xa5\x36\x71\x97\xfa\x1b\x71\x38\xb6\x86\x8e\x44\x69\x4d\x1b\ \x76\xa3\x0a\x4a\xc8\xc0\x71\x07\xde\x47\x06\x7f\xea\x73\x76\xcf\ \x4d\x92\x31\xb8\xb7\xc3\xd3\x53\xa8\x99\xf3\x2d\x17\x2a\xf2\x53\ \xee\xbe\x7d\xdc\x3b\xee\x9c\x5c\x31\xf7\x2c\xb9\x04\x5d\xfd\x96\ \x8b\x9f\x06\xc4\x3c\xb7\x02\x01\x83\x4c\x25\x72\xbb\x61\xed\xdd\ \x4b\x6f\x86\xb0\x9b\xd4\xa1\xa5\xbe\x29\x47\xbb\xb5\xc7\x63\x66\ \xf9\xe3\x30\xc5\xf2\xf9\xc5\xc3\xab\x03\x4c\x2c\x8c\xcd\x70\x17\ \x10\x11\x30\x6e\x3b\x42\x2b\xe1\x02\xdd\x03\xe0\x7a\x70\x71\x2d\ \x38\x92\xaa\x35\x8d\x8d\xc9\x50\x08\xa5\x84\x80\x64\xe0\x08\x94\ \xc6\x82\xaf\x6f\x56\xcc\xfd\xd6\x89\x05\x0f\x2e\x4a\x8a\xed\x71\ \x7e\x7c\x92\x76\xf5\xf3\xd7\xf7\x1d\xe9\xa3\x72\x01\x4c\x6d\x32\ \xc1\x83\xf1\x70\x84\x4a\xbd\x31\xa6\x55\x69\xf4\x1c\x91\x46\x68\ \x54\x6b\x8d\x2a\xa5\x48\xa3\xb1\x99\x24\x04\x39\x4d\xa9\x05\xf4\ \xcc\x6e\x37\x6a\xa4\x2a\x20\x6f\x35\x52\xba\x7a\x44\xa3\x34\x00\ \x5e\x05\x6d\xba\x8d\x98\x54\x0a\x9d\x5a\xae\xd5\x1a\x57\xe5\x0a\ \x35\x47\x62\xd0\x99\x34\xfa\xd5\x55\xa5\xcc\x64\xb2\x1b\xa1\x44\ \x1e\x85\xd2\xa8\x14\xb1\xe5\x6a\x9d\x02\x6b\x1d\x65\xeb\x09\x0c\ \x3e\x57\x04\xc3\xf3\xc9\x08\x14\x07\xb0\x43\x0d\x1a\x2f\x65\x21\ \xc1\x39\x35\x90\x31\xbb\x1a\x49\x83\xcc\x66\xc6\x0c\x76\xdb\xc8\ \x06\x20\x5b\x7f\xbe\x7b\xf7\xeb\x7f\x17\xb9\xfe\x7b\xff\x7f\xb8\ \xf5\xed\xbf\xab\xf7\xff\xae\xe9\xff\x06\x39\x15\x7e\xf9\xe7\xef\ \x1f\x90\x7a\x04\x04\xcc\x6e\xb2\x99\x6c\x00\xbc\x20\xdb\x86\x0f\ \x00\x03\xbf\x6f\x8c\xd9\x46\x00\x7c\xab\xb4\x1b\x2a\xad\x51\xab\ \x23\x28\x80\x36\xd5\x1b\xa4\x26\x8d\x42\xaf\x5b\xfd\xc5\xdf\xdb\ \xb7\xf8\xdc\x5c\x47\xf9\x8d\x99\xc9\xb6\xd9\x3b\x27\x13\xce\x3f\ \x2e\xeb\x18\x7e\xf1\x28\xa3\x7c\x7c\xfc\xd1\xf0\xd5\xe2\xcc\xe2\ \x9b\xb7\xaf\xfd\x3f\x9e\xde\xfe\x1f\xed\xbf\xff\xff\x7f\x21\xde\ \x85\x70\x38\x6f\x5b\x31\x99\x6d\xd6\x6c\xcb\x36\x9b\x6d\xcc\x65\ \x5b\x6c\x98\x4b\x8c\x0f\x33\x14\x85\x9c\xe6\x2c\x8a\xe4\x7c\x88\ \x78\xa9\xe9\x40\x85\x29\x25\x14\x1d\xcd\xc9\x3b\x27\x79\x3b\x37\ \x39\x59\x24\xaf\xa3\x11\x1d\xaf\xf7\xe7\xf5\xf9\x2f\xbe\xcf\xe7\ \xde\xef\xe3\xeb\x87\x4e\x9e\xf5\xac\xe8\xe1\xfa\xbc\xdd\x1e\xcf\ \xfb\xe3\x7e\xeb\xe8\x64\x30\xab\xaa\x9a\x18\x8c\xda\x92\x4a\xf0\ \x64\xee\x83\x7b\x8f\xef\x3c\xbc\x71\xe7\xe9\xdd\xbb\x0f\x6e\x3f\ \x8c\xa3\x76\x75\x3d\xbd\x7e\xfb\x0a\x30\xa2\xae\xbb\x7a\x23\xc1\ \xd2\xa9\xa8\xaf\xbf\xf2\x54\xbf\x82\xed\x46\x3f\x7f\xfb\x3d\xf5\ \x1b\x28\xba\x3e\x7f\xf9\x0a\x92\xeb\xf7\x6f\x80\x0d\x04\x67\xe2\ \xa3\x40\x3c\x45\x01\xa2\x2a\xf5\x73\x6a\x48\xea\xef\x80\xff\x03\ \x80\xf5\xfb\xd7\xd4\xdf\xc1\xba\x86\xcf\x5f\x80\x0d\xa9\xc8\x9b\ \xb7\x6f\xdf\x79\xf1\xf8\xf5\x93\x57\x6f\x5a\x6a\x9a\xb3\x0a\x37\ \x0e\x7b\xf6\xc5\xed\x7d\x06\x46\x3c\x63\xb8\xa0\x68\x43\xbc\x51\ \x53\xb5\x3f\x49\xa4\x0e\xf9\x98\x4f\x6a\xd5\xfd\xe3\x55\x9d\x43\ \x59\x2d\xaa\xac\x8f\xb1\x61\x4d\x45\x85\x7d\x16\x65\x41\x47\x56\ \xf2\xab\x92\xcc\xc7\x23\x55\xda\x9a\x17\x77\xdf\x35\x8f\xa6\xcf\ \xf7\x77\xd7\xb6\x67\x6b\x8a\xb3\xb2\xca\xf6\xb2\x8b\x07\xea\x07\ \x4f\xdb\xc8\x5d\x64\xe2\xe4\xe4\x90\x78\x90\xcb\xcd\xdc\x5a\x28\ \x8a\xe9\x68\x52\xce\xa9\xfb\x8c\x2d\x2d\x53\x73\x9d\x1f\xe6\xfc\ \x2c\x45\xca\x29\x55\xc7\x55\xea\x58\x0e\xb7\xa4\x3a\x63\x61\x94\ \xae\x32\x1f\xed\xa8\x7b\xfa\x2d\x09\xda\xd1\x85\xa2\xb5\xb2\x5c\ \xfa\xde\x9b\xd2\xc6\x77\xf1\x45\xfa\x33\x2b\xc7\xf2\xa9\x99\xe9\ \x11\x5d\xd6\x9e\x65\x2c\x62\x26\x32\x41\x6f\xc9\x5c\x30\x18\x49\ \x65\x1d\xd5\x1f\x8d\x65\x89\xf5\xc4\xc2\xc6\xc2\x86\xba\xdc\x17\ \xef\x9f\xe5\x65\x14\x7e\xc8\xd0\x3e\xcf\xe6\x6e\x76\x3b\xf1\x04\ \x34\x8c\xb5\x45\xa9\xb1\xa4\x1c\x9d\x1f\x6a\x4a\xde\x17\xbf\xbf\ \x7d\xef\xf1\x87\xb2\xe1\xdd\x8d\x39\x6a\xdd\x3c\xb3\xa1\xa5\x36\ \x99\x38\x96\xa6\xe6\x1a\xd3\xe8\x2b\xed\xcd\x91\x62\xa2\x8e\x7d\ \x70\xa2\x1f\x55\xeb\xc7\x32\xd4\x1b\x63\x9b\x3d\x85\x6b\x8e\x06\ \x6e\xf7\x79\xac\x8d\xde\x42\x08\x24\xa5\x39\xc1\x85\xb9\xba\xa1\ \x23\xf1\xde\x5e\x79\x80\x9f\x7b\x40\x44\x9a\x9f\x79\xcb\x18\x68\ \xce\x58\x98\xb0\x72\xd0\x8c\xcf\x1d\x1d\x9f\xee\x95\x5f\x8e\x88\ \x2d\x62\x77\x83\x65\x2d\x32\xd4\x61\x22\xa1\xbb\x3c\x70\xdf\xa4\ \xb4\x1c\x0c\x46\x2e\x64\x75\x7b\x44\xb2\x42\xd5\xc7\xea\xb1\x60\ \xcb\xde\xcc\xc9\x89\x21\xc0\xa0\x3e\x53\x79\xcd\x04\x07\xa8\x7a\ \x22\x6d\x03\x1d\xbb\xd3\xfa\xb3\x90\xfe\xde\xfe\x48\x7f\xb7\x3b\ \xbe\x5f\x82\xfc\xbd\xaf\xdc\x7a\xf0\x21\x83\xb4\x35\x5a\x9f\x5b\ \x5c\xd5\x4c\xdf\xcd\xd9\x56\x55\x67\xf7\x9a\x8c\x69\x5e\x10\x87\ \x4d\xdd\xd8\xf9\xe4\x8e\x78\x4d\x6b\xb1\x64\x8f\xd4\x75\x56\xed\ \xec\xef\x9f\x1a\x27\x97\x98\x62\xb3\x32\xc0\x6b\xed\x30\x4d\x79\ \x32\xd8\x7f\x7c\x7c\x72\x3c\x33\xdc\x47\xac\x2e\x55\x07\x98\xdc\ \x03\xd6\x82\x11\x90\x30\xf5\xdc\x5a\x98\x63\xac\x8b\x83\x4b\x00\ \x3c\xc5\x2b\x0b\xe9\xe6\x1b\xe4\x7f\xef\xe9\xad\x87\x77\x6e\xdc\ \xbb\x75\xeb\xe6\x9d\xdb\x37\x6f\xdd\xba\x7e\xed\xe9\xfb\xe7\xaf\ \x1a\x3f\x65\xaa\xd7\x94\xbd\xd9\xcd\x79\x05\x95\xc9\x35\x0d\x95\ \x2f\x5f\xbe\x89\x4b\x2e\xe9\x68\x60\x96\x66\xab\x2e\xf8\x81\x88\ \xc4\xfb\x8c\xb7\xcf\xde\xbf\x2d\xa0\xa6\x0f\xed\x18\x8d\x63\x86\ \x4b\xb5\x52\xbd\xb8\xd9\xdf\x13\xea\xd0\xbd\xa9\xe4\xea\x32\x1a\ \xc4\x5d\xe9\x99\xc3\x53\x8b\x3a\xf1\xa6\xf1\xc4\x3e\xb0\xdf\xa1\ \xbc\x7c\x26\xb0\x7b\xb3\x7c\x3b\xcd\x2f\x62\x6f\x7f\x6e\xab\xdc\ \x29\x20\x30\x61\xd0\xb8\xb4\xd3\x6d\x30\x1e\xcd\x4f\x52\x2b\xda\ \x3a\x2a\x0b\x5e\x24\x37\x35\xb5\x67\x64\xd6\x6d\x95\x15\x1a\x86\ \xf4\x73\x5b\xc4\x8c\x2a\xcd\xc8\xd2\xe9\x91\xce\xac\x34\x96\x77\ \x2b\x2f\x07\xe9\x2e\xdd\x07\x8b\x29\x61\xc1\xc6\xd0\x00\x38\x0c\ \x16\xbc\x18\xd1\x3d\xa7\xb6\xa0\x12\x8e\xfb\xfd\x6c\xec\xed\x11\ \x50\xb9\x88\x02\xe3\x49\xad\x61\x56\x08\x0c\x0c\x37\xe8\xe8\x73\ \xe8\x02\x08\x27\x9e\x94\x26\x91\x48\xf8\x22\x2f\x77\x07\x8f\x80\ \xe0\x69\xd5\x96\xde\x7c\xde\x67\xef\x14\xbb\x3d\x1f\x46\x03\x24\ \x91\xcb\x0e\xb3\x6c\x67\xa3\x69\x4e\x6f\x4d\x09\xb4\x85\x8b\x1c\ \xa0\x1c\x11\x20\xa1\x68\x78\x1a\x47\x28\xa0\x61\x39\xd6\x2c\x38\ \x45\x8e\x43\xd1\xa4\x22\x29\x07\x6e\x43\xe3\x83\x45\x9c\x8a\x75\ \xb9\x42\x3a\x0b\x36\x25\x96\x2a\x68\x02\x85\x00\x82\x56\x28\xe4\ \x3c\x81\x50\x2e\x10\xae\x02\x48\xf8\x09\x60\x8b\x87\x85\xe2\xf0\ \x10\x2c\x4f\x26\x10\x09\xa4\x80\x74\xa1\x70\x14\x52\x8e\x13\x47\ \x4e\xa1\xd8\x61\x21\x1e\x81\x7e\x76\x58\x74\xb7\x0f\x9c\x45\x43\ \x43\x39\x52\x39\xb6\x3f\x16\x8f\xb3\xe1\x10\x58\x1c\x1b\x0a\x5f\ \x81\x83\xa1\xf9\x52\x0a\x0b\xe0\x9a\x14\x70\x79\x60\x33\xbf\x0b\ \x99\x68\x7d\x56\x22\x9b\x5d\x07\x13\x56\xff\xfa\xe7\x3f\xc1\xba\ \xae\xff\xfa\xb5\x34\xfb\xdf\x22\xeb\x7f\xaa\x26\xfe\x57\x84\xfd\ \xf7\xbf\x7f\x7e\xd5\xe4\x83\xd6\x11\x44\xd8\xff\xfd\xaf\xff\xfa\ \xe7\xf7\x1f\xcb\xdf\xff\xfa\xae\xf8\xf1\xa7\x4c\x48\x91\xcf\xfe\ \x04\x98\x2c\x93\xf0\x24\x3c\x3e\x86\x73\xf1\xe7\xf7\x65\xb9\xec\ \xfb\x32\x8e\xf0\x5b\xd2\x73\xd7\xa7\x6f\xe2\xe2\x72\xca\x00\xd3\ \x95\xf9\xf1\xf6\xdb\x64\x6a\xe1\x48\x61\x29\x83\x5c\x95\xf4\xf1\ \x63\x6b\x03\xb7\xba\x89\x5d\xdf\x96\xd4\x58\x52\x99\xdc\xd6\xd9\ \xd2\x98\x97\x14\xf7\xe2\xf5\xd3\xe7\xef\xa2\xf3\xa2\x5f\xbd\x8c\ \xfe\x94\x1c\x57\x59\x4b\xcd\xa5\xa7\x97\xc6\x7d\xa8\x29\xf9\x94\ \x57\xf2\xfa\xd9\xbd\xdb\xb7\xa2\xc0\x96\xa3\x5f\xbf\xe5\xa7\xfe\ \x3f\x30\xbd\xfe\xdb\xaf\xc4\xaf\x2f\xf9\xdf\x80\x0d\x5f\xbe\x44\ \x85\x7f\xfb\x06\xf0\x29\xea\x6b\x2a\xd8\xaf\x3d\xf5\x4b\x14\x18\ \x03\x16\xf4\xf5\xf7\xd4\xa8\xdf\xf3\x81\xad\xc0\x8e\xf9\x60\x7f\ \xd1\xa8\xfc\x90\x54\x40\x77\xf9\x5f\xb9\x0e\xb8\x81\xeb\x57\x1e\ \x3f\x8b\x49\x6c\x6c\xc9\x29\x5c\x98\x6c\x2b\xde\xec\x1e\x11\x6b\ \x1b\x9a\x99\x05\x4f\xc8\x3b\xa7\xdb\x62\xfd\xf4\x51\x66\x59\xbd\ \xc9\xb0\x7f\x74\x56\x53\x51\xc7\xd6\x17\x76\xb6\xbf\xad\x5c\xf0\ \x09\xb6\xd9\xdc\xd2\xa8\xb2\xfa\x3a\x9f\xdc\xbb\x11\xfd\x28\xfb\ \x75\xf4\xfb\x9b\x77\xa2\x13\xa3\xe3\xda\x73\x95\x36\x66\xed\x8a\ \x7e\xaf\x3d\x07\xf0\xba\xef\x1a\xa8\xd1\x89\x64\x63\xf6\x42\xd1\ \x42\x0e\x95\xcb\x1c\xa5\x96\xb6\xb6\xd7\x3f\xaf\xec\x0d\x33\x67\ \xf7\xed\xd2\x4d\x13\x63\x03\x54\x46\xd7\xa7\xe6\xa2\x92\x8f\x54\ \xb1\x5e\x97\x5d\x99\xd7\x56\x5a\xf2\x29\xfa\xbd\xb1\xa7\x5b\x9d\ \x53\xa6\xcb\x7a\x9f\x71\xa7\x6e\x5e\xbc\xbd\x52\x23\x4e\x53\xc6\ \x6e\xad\xe4\x9e\x4c\x59\x79\x2d\x86\x29\x8f\xca\x8e\xc6\xd8\x11\ \x3d\x47\x2b\xbb\xc3\x6c\xbd\x7a\x69\x61\x60\x23\x93\x4a\x7d\xfb\ \xfe\xe3\xd3\x37\xb5\x0b\x19\x6a\x75\x52\x62\xc1\xd3\xc4\xa6\xf7\ \x89\xf5\x0d\x2f\x3d\x9f\x3d\x2b\x3a\x0c\x43\xd8\x59\x47\xcc\xd3\ \xcd\x86\x9d\xe2\x74\x6d\xd7\x38\xb3\x24\xa6\xa5\xe2\xe9\xed\x6b\ \x57\xbd\xaf\xb9\x3e\x7d\x59\xa0\x2b\x4f\xdb\x31\x2c\xcc\xab\x8a\ \x9a\x7b\x07\x7a\x43\xdb\x0c\xd4\xc7\x45\xc4\xf2\x15\xe2\xc7\x95\ \xfd\xb9\x96\xd1\x66\xbd\x2a\xa7\x51\x15\xb1\xbf\xb7\x72\x3a\xbf\ \xaf\x76\x4c\x09\x38\x10\x57\x99\xbb\x0f\x1c\x36\x18\x86\xee\xcb\ \x09\x65\xd5\x64\x98\xfa\x30\xc2\xb4\x37\xad\x5e\xbb\x1c\x33\x0c\ \xeb\xcc\x1b\xdd\x2b\x6a\x55\x4a\xda\x6e\x6c\x79\x64\xb7\xd1\x58\ \x68\x2c\xea\x3a\x09\x98\x1a\xd6\x58\xf6\x37\x43\xbb\x0f\x0c\x46\ \x87\xe0\xdc\x41\x75\x84\xfd\xe2\xcc\x41\xda\x71\xff\x89\x6e\x54\ \x79\xea\x43\x37\x2a\x03\x57\x74\x96\x13\xbd\xb6\x6e\x74\xc1\xa8\ \x1c\x33\xeb\x1f\x23\xdd\xbc\xbd\xfd\xbd\x5d\xfd\x81\xef\x27\xdc\ \xf9\xea\x9d\xfb\x8d\x5d\xba\x61\x36\x31\x9b\x44\x1c\xd5\x8e\x4e\ \x72\x3f\x76\x69\x8e\x98\x33\xca\xcd\x48\x0f\xe5\xe6\xcc\xf4\x12\ \x71\xa9\xa0\x61\x49\x6d\x36\xae\x2c\x19\xcc\xdc\x93\xa3\xbe\x93\ \x13\xdd\x98\x7a\x70\x42\xaf\x52\x29\x37\xd7\x66\xcc\x3d\xe7\x07\ \x11\x01\x09\x66\xe3\x42\xba\xfa\x54\x6d\x0c\xec\x39\x39\x31\x7b\ \xf9\x6c\x1d\x24\x1c\x9c\xcc\x84\xa5\xa8\x66\x76\x5c\xbd\xfd\x83\ \xfc\xc3\x43\xae\x3d\x78\x78\xfd\xc6\xed\x9b\xb7\x6f\xde\x7b\xf0\ \xe8\xe1\x8d\x87\x77\xae\x5f\x09\xba\x9e\x57\x3f\xd5\xaf\xde\x2a\ \x64\x36\xb6\x36\x33\xa9\x89\xf1\x95\x31\xef\xe2\x2b\x3a\x1a\xa8\ \xf5\x8c\x0c\xa2\xd7\x85\xd0\xb6\xf0\xf6\x8b\xc4\xfb\xaf\x93\xde\ \x94\x90\xe9\xdc\xa1\x81\xe1\x25\x83\xd1\x3c\x3d\x75\x7e\xae\xea\ \xb7\x57\x6f\x18\xb5\x6c\xf2\x5e\x7a\xd9\x7c\x06\x59\x93\x41\x6e\ \x68\x6b\x6e\x6f\xdf\x49\x7f\xd5\x58\x23\xde\x5d\x1a\x33\x2e\x19\ \xb7\xf5\x85\xba\xbd\x51\xa3\xd9\xb0\xef\x72\x54\xe5\x18\x66\x6c\ \x6c\x6b\xc9\x35\x1e\xe9\x36\xe6\xb2\x3b\xd2\x5b\xeb\xc9\x4d\xc9\ \xcf\x6b\x93\xdb\xb3\x3a\x4b\xb3\x7a\x4b\x33\xba\xea\x18\xcc\xfa\ \xea\xa5\xa5\x53\xed\xb6\xee\x24\x6d\x62\x73\xd1\xc6\xc5\xa4\x5f\ \xe9\x81\x1d\xed\x6c\x6f\x06\x06\x4f\xa4\x6d\xcc\x19\x36\xf6\x86\ \xcd\x1e\xe5\x06\x55\xb0\xc9\x1c\x1a\x08\x71\xb7\x2a\x77\x91\x52\ \x10\x0e\x76\x84\x14\x3f\x73\x04\xda\x16\x0a\x83\x73\x84\xf2\xd9\ \xd5\xd5\x1f\x32\x0c\x1c\x30\x8e\x38\x38\x4f\xc0\x41\xe0\xf1\x0e\ \x09\x61\xc1\x07\x96\x81\x08\xb3\x23\xce\x8b\x46\x70\x50\xef\x2b\ \x21\x83\x2e\x14\x38\xc1\xca\xcb\x96\xc7\xc2\x38\xa1\xe4\x42\x18\ \x41\x80\xa0\xc9\xb1\x34\x16\x0b\x05\xe5\x08\x39\x72\xce\xaf\x92\ \x2b\x11\x47\x22\x11\x89\x04\x00\xae\x64\x7c\xbe\x5c\xae\x58\xc5\ \x40\x66\x25\x42\x05\x5f\x28\x00\xb3\x77\x24\x3c\xda\xea\x77\xb0\ \x8d\x1e\x85\x80\x71\xb1\x61\xa1\xc1\x2c\x25\x02\x9f\x87\x01\xe8\ \xe3\x08\x53\x48\x44\x18\x8c\x82\x63\xe5\xe7\x40\x11\xda\x59\x59\ \x61\xa4\x88\xb0\x58\xbb\x59\xac\x1d\x1e\x8f\x17\x00\x06\x50\x28\ \xc0\xd0\x30\x84\xef\xf8\x14\x04\x1e\x6e\xc7\x17\x00\x00\x83\x41\ \x60\x70\xd1\xea\x4f\x85\x00\x3c\x6f\x70\x71\x21\x97\x4a\x04\xb3\ \x3f\x7f\x82\x5d\x49\x7f\xfe\xfc\xf9\x63\x7d\xf9\xe7\x85\x6c\xf5\ \xe2\xc7\x8f\x8b\x9f\x3f\xa5\x02\x05\x5f\x2e\xe3\xe3\x25\xff\xfc\ \xeb\x3f\xff\xdd\x5e\xe2\xdf\x53\x5e\xff\x96\x60\xbf\x54\xd8\xbf\ \xfe\xe3\x6f\xff\x33\xf9\x05\xe0\xee\xbf\xfe\xf9\x37\xc0\x6d\x82\ \x9b\xfe\x39\xcb\x47\xc1\xe1\x72\x8a\x60\x1d\x90\x64\x3f\x7f\x4b\ \x7e\x70\xfd\xd6\xe3\xb7\x9f\x7a\xcb\x62\x9c\xef\xb4\xbe\x79\xf7\ \xae\xa6\x89\x51\x5d\xd2\x38\x90\xdb\x05\x1c\xdd\x9b\x1a\x0b\x9a\ \x9b\x48\xa5\x05\xf1\x15\x15\x0d\x05\x9d\x9d\x6d\x9f\xe2\xe2\xdb\ \x5b\x5a\x92\x1a\x2a\x19\x2d\x39\x0c\x6a\x75\xe5\xbb\x8f\x54\x7a\ \x66\x27\x89\x5c\x9c\x59\xdf\xdc\x58\x5f\x5d\x5f\xdb\xf4\x36\x26\ \xee\x76\xfe\xaf\x55\x84\x80\x13\x04\xe8\xf4\x15\x9c\xbd\x02\xcf\ \x02\x7e\xfe\xc7\x97\x5f\x4b\xa0\x01\x76\xfd\x9a\xd1\x0a\x0a\xff\ \xd5\x7c\xe6\x73\x14\x40\x32\xb0\x46\x0b\x80\x59\x2a\x98\x0c\x96\ \xff\x35\x2a\x3f\xd5\x37\xf5\xeb\xe7\xd4\xf0\x70\xef\x2b\x37\xef\ \xdd\x7f\xea\x7f\xf3\xd5\x8b\xca\xda\x36\xe6\xc2\x11\xbb\xf3\xe9\ \x07\x6a\xd3\xd2\x64\x57\xd5\x10\xfb\xd9\xc3\x27\x1f\x0d\xc4\xc3\ \xc0\x95\x5c\xcb\xc6\xde\x34\xb7\x56\xbb\x57\xd5\x9a\x6b\x58\x9c\ \x34\xcc\xed\x1b\xcd\xa7\xa7\x86\x84\xb9\xf9\x96\xc6\x62\x62\xcb\ \xfd\x82\xb8\x3b\x2f\xef\x7e\x10\x57\x8d\x6c\x2c\xbd\x7c\x1f\x13\ \xf7\xea\xac\xdb\x90\x73\x76\xd9\x73\xa0\xd4\x18\x56\x06\xb4\xed\ \x71\x8d\x5d\x43\x55\x25\xa4\xdc\x26\xb2\xb9\xef\x2c\x60\x37\x31\ \x77\x6e\xa0\xd2\x2c\x66\xce\x93\x1f\xbd\xd7\xd3\x9b\xd2\x0b\xb9\ \x6d\xf5\xd3\x0b\x2d\x15\x6d\x03\xdc\x1c\x63\x9a\x6e\x5f\xa3\x15\ \x1b\x5f\x94\xa6\xb5\xc6\x31\x94\xec\xa6\xb8\x81\x2e\x66\x69\x6f\ \x03\xd7\xb2\xcb\x5d\xe3\x52\x3b\x98\xf3\xe7\x53\xbb\x7a\xcb\xe0\ \xf4\xb4\x61\xed\xd4\xb0\xdd\x3b\x50\x57\x68\x31\x68\x97\x36\x4a\ \x87\xfa\xd2\x9f\xbe\x61\xe6\x75\xee\x66\x55\x9d\x8f\x2c\xaa\x8b\ \x9b\xde\xbc\x8b\x2e\xa0\xbf\x7c\xf6\xe4\x65\xd9\xbb\x26\x12\x49\ \x6f\x2c\xa6\x1a\xcc\x7b\x16\xcb\xc6\x09\xb7\x70\x61\xa4\xa2\x2f\ \xed\x4d\x62\x45\x4d\x62\xe7\xeb\xfd\x57\xf7\x5f\x0d\xcc\xf4\x9d\ \x9c\xaf\x98\xd3\x6c\xa6\xc7\x5b\x0f\xfb\x18\xcd\xe6\xe0\xdd\x05\ \x31\x37\x91\x6d\x74\x0c\x53\xef\x2f\x19\x3c\x94\x3b\xb9\x75\xe6\ \x41\xcd\xa4\x72\x6e\x5a\x05\x3b\xdf\x28\x9c\x37\x1f\x10\xc5\x55\ \xc3\x63\x69\x6b\x74\xe3\x60\x84\xc7\x9a\x61\x6f\xcf\x10\x69\xd1\ \xea\xc4\x86\xd1\x7a\x4b\xf9\x84\x2e\xe1\x72\x66\x6e\x97\x9b\xa3\ \xca\x28\xab\x29\xca\x2c\x1c\xd7\x13\x13\x6b\xb3\xaa\x36\x0c\x97\ \xfb\x67\xc3\xc4\xcd\x95\x21\x13\x7d\xc9\x36\x72\x7e\x7e\x78\x54\ \x6b\x38\x6b\x2c\x1a\x36\x4e\xee\x2e\xd1\x27\x97\xd2\xd3\xd4\x23\ \xdc\xb9\x74\x63\xe8\x8c\xe9\xad\x7f\x90\x37\xd2\x37\xca\x1b\x5c\ \xa8\xe0\x8f\xbc\x75\xf7\x7e\xad\xfe\x68\x8e\x54\x38\x32\x59\xb4\ \x74\x1c\x68\x59\x53\xef\x85\x9a\x26\xdd\x17\x35\x47\xfb\x46\x83\ \x7a\x34\x93\x74\x39\x62\xb2\xa8\xd5\xaa\xc5\xb3\xf3\x09\xc3\xf4\ \xd1\x4e\x82\x87\x8f\x7b\x40\xb7\x2a\xa1\xa7\xbb\xdf\x72\x66\xd8\ \x30\xee\xaa\x2d\x73\xed\xbd\x5d\x67\x99\x3b\xc7\xaa\x9d\x33\x15\ \x9d\xa1\x31\xea\xf5\xc1\xaa\xa3\xbd\x49\x43\x5a\xc4\xe2\x03\x24\ \x32\x2a\xc4\x37\x3f\x3c\xc4\xf3\xe6\xbd\x47\x77\xae\xdd\x04\xa1\ \x75\xe7\xc9\x8b\x97\x1f\x6e\xbb\x5e\x79\x5a\x74\x38\xa3\xd2\xa4\ \x97\xb6\xd5\x67\x64\xb5\xb6\x54\xc6\x35\xb7\x57\x33\x9a\x3b\xab\ \x9b\xa8\x65\x66\xc4\xcf\xf5\xd1\xdb\xcf\x9e\xdd\x7b\xfa\xe2\xd9\ \xeb\xf8\x37\x31\xf1\x31\xf1\x9d\xb5\x65\xbd\x23\xca\xa9\x73\xd5\ \x41\x77\xe4\xc4\xf1\xa2\xaa\xdb\xa4\x3e\x1e\x4c\x50\xab\x8d\x1b\ \xa3\x5b\xcd\xf4\xd6\x0a\x2a\xf9\xf1\xbb\xa7\x71\x8c\xe8\x0f\x35\ \x75\xf5\xe4\xb9\x51\xf1\xd9\xce\x91\x5a\x65\xb2\x3a\xd0\x19\xe7\ \xd6\x5c\x1c\xd3\xcc\x33\x1b\xa7\x3b\xca\x51\x8d\x79\x6e\xd2\x72\ \x6a\xb0\x8c\x16\x2e\x1c\x9a\xe7\x8e\x16\x2f\xcf\x67\xba\xcb\xcf\ \x3d\x1c\x6d\x21\x68\x98\x8b\x0d\xd4\xce\x3e\x2d\x32\x54\xbc\x3d\ \xe8\x64\x30\xae\xe8\x3d\x22\x4f\xf4\xd3\x83\x8b\x5e\x6a\xe3\xd9\ \xf9\xf0\x99\xcb\xee\x70\x79\xbf\x87\xbb\x6a\x93\x06\x71\x3c\x47\ \x63\xad\x9c\xbc\x02\xad\x5d\x16\x31\x78\x34\xe8\xcf\xa4\x8a\x55\ \x29\x7f\x56\xc2\x13\x88\x84\x02\x21\x4d\x26\x15\xb0\x78\x78\x3e\ \x0b\xe7\xa3\x5e\x3c\x98\x31\xcf\x1b\x52\xd4\x7e\x4e\x78\x08\x0d\ \x8b\xb0\x81\x71\xb0\xe8\x00\x08\x0a\x02\xa5\xf8\x05\xa3\x6c\xe1\ \x28\x16\x84\x82\x70\xb7\x43\x13\xac\x61\x61\x83\x38\x88\x9d\x35\ \x8e\xb3\x2c\x97\x48\x21\x7c\x19\x4f\xbe\x2c\x91\xf0\x58\x00\x0a\ \x7f\xc8\x44\x3c\x8c\x04\x4c\x72\xb8\x90\x71\x64\x9c\x50\x2b\x1a\ \x9f\x20\xfa\xf9\x9d\xc7\xa1\x59\x8b\x38\x14\xf9\x3a\x0f\xc5\x82\ \xe2\x38\x78\xc2\xaa\x84\x22\x07\x67\xad\x44\x72\x16\xdf\x1a\x2e\ \xe2\x80\xc9\x63\x02\x04\x0b\xa0\x9c\x88\x27\xe4\xf1\x57\xd7\x57\ \x05\x80\xa7\xe4\x73\x96\x39\x36\x69\x18\x09\xc6\x81\x06\xc7\x71\ \x38\x14\x14\x1a\x2d\x98\x05\x1e\x91\xcd\x4a\xe5\x17\x00\x1d\x05\ \xcb\x3f\x57\x57\x67\x7f\xfc\x58\x05\x03\x52\x81\x5f\x65\x79\x59\ \xb1\xbc\xba\x0a\x2e\x20\x12\x08\x38\x80\x1d\x95\xca\x05\x3f\xff\ \xfc\xfe\x5f\x7f\xfb\x3f\xff\xfa\x8f\xff\x4d\x2a\xfa\x3f\xe0\x04\ \xfd\xff\x4e\x80\xfd\x5b\x89\xfd\xf7\x7f\xff\xff\xcb\x88\xfe\xb7\ \xf9\xea\x6f\xbf\xfd\xfd\x3b\x76\xf6\x8f\xbf\xfe\xf6\x6b\xbd\x51\ \x49\x63\x73\x67\x7d\x7a\x57\x75\x6b\xf4\x9d\x82\x81\x74\x62\x46\ \x27\xb3\x3e\x3a\x29\x83\xd4\xde\x55\x97\x5b\x5a\x9c\xd9\x5c\x5b\ \xd6\x5c\x5c\xdb\xc4\xac\x2a\x69\x6c\x6a\xa8\x6d\xc8\x25\xa5\x57\ \x71\x0b\xab\x9a\x6b\xf3\x5a\x9b\xab\x73\x73\x49\x0c\x46\x56\x65\ \x01\xb5\xa9\x35\xa3\x8f\x18\xdf\x51\xd9\x56\xd2\xfe\xe6\x43\xfb\ \xf3\xe7\x57\xff\x01\x36\x37\xce\x8f\xfa\xfc\x19\xb4\x86\xdf\x7e\ \x11\x0a\x00\xd6\x57\xb0\x4b\x32\xa8\xa6\x00\x90\x81\xda\x0a\xb0\ \x85\x5f\x42\x00\x17\xf8\xfb\x97\x6f\x5f\x00\x15\xf6\x15\x6c\x88\ \x0c\x66\x50\x7c\xf9\x0c\xe8\xad\xcf\x21\xbe\xde\x57\x6f\xde\x79\ \x70\x23\xf5\xe6\xbb\xf7\x2f\x92\x33\x8a\x7b\x95\x2b\x55\x35\x05\ \x31\xf1\xad\xa4\xe6\xb8\x9b\xef\x3a\xdf\x3f\xf9\x50\x51\xb8\x6b\ \xde\xd1\x64\x93\xf7\x7a\x73\xe2\x9e\x16\x55\x14\x34\x65\x74\xd4\ \x92\xcc\x53\x23\xe6\x72\xd3\xc2\xf0\xc4\x4e\x66\x76\xa9\xc9\x4c\ \xee\xc8\xdc\xd7\xab\x4b\x93\x33\x8d\x47\xdb\xfd\x43\x46\x66\x19\ \x51\x7d\xb0\xcf\x34\xef\xab\xa6\x7c\x0c\x46\xf5\xa4\xca\xb0\xaf\ \x2f\xdb\x1b\xa7\x36\xb4\xc4\x3f\xa7\x9f\x9d\xa4\x58\x9a\x4b\x9a\ \x18\x9d\x0f\xde\xbf\x5b\x62\xb6\x55\x5d\x2f\x25\x65\xd4\x0d\x05\ \x5b\xa8\x54\x6d\x4b\x16\xa3\xa1\x77\x74\x5e\xa5\x35\xa9\x2e\x89\ \xe4\xf6\xf9\x16\x32\x71\xa5\x6c\xa6\x6c\x3c\x67\xa3\xe2\xac\x73\ \x7b\xbc\x35\x3d\xb1\xb7\xf7\xf9\xd3\x92\xdc\xb9\x85\xa2\x0f\x4c\ \xe5\x62\x26\x55\x7d\xb4\x32\x92\x6e\x39\xdd\x5a\x53\x0d\xa7\xa8\ \x3b\x99\x6f\x72\x6a\xdb\xcc\x15\x1f\x6b\x47\x2e\x4f\x9d\x94\x23\ \xf3\x86\xba\xda\xa7\xd3\x99\x86\xb3\x1e\xbf\xc9\xb3\x4d\x65\x84\ \xf9\xa0\x7f\x11\x16\x4b\xda\xd4\xef\x1a\xb8\x55\x4a\x66\x7a\x7f\ \xd1\xa9\xce\xa0\x3f\x62\x0c\x9c\x98\x8b\xca\x16\x4a\xa7\xb5\xda\ \xc1\xa1\xee\x35\xa6\xd1\x16\x9e\x60\x1e\xee\x2d\x3c\x0e\x60\x0e\ \x1f\xd3\x8d\xa3\xaa\xe3\x3e\xe3\x68\xdd\xde\xdc\x56\xee\xe4\xf4\ \xe9\xd8\xd2\x65\xff\x9a\x7e\x4d\x65\x50\x1a\x88\xc3\x47\xaa\x63\ \xa3\x91\x7c\x19\xec\xe3\xe1\x67\xe1\x8e\x66\x89\xe9\x96\x4d\xeb\ \x7d\xba\x59\x65\x4e\x48\xd3\x0c\x6d\xd6\x66\x7e\x2c\xa9\x19\x2a\ \xca\x25\x96\xd1\xcb\xca\x48\x1b\x29\xba\x1d\x8b\x7e\x67\x2f\xe2\ \xd2\x78\xa2\x74\x74\xd9\xd7\x9c\x04\xab\xfb\x7b\x52\xf6\x2d\xe2\ \xe3\xc3\xc2\xf9\x23\xf5\xb0\x19\x10\x43\x9b\x29\x62\x43\x7a\x9d\ \x65\xff\x78\xbb\xe5\x6a\x38\xd2\xd7\xcd\xdf\xf3\x2a\x32\x2a\x28\ \xd5\xd7\xf5\xd6\x93\xd6\xb3\x4b\x36\x83\x98\xcd\xa4\xce\x6d\x87\ \x45\x76\x95\xb4\x4c\x9c\x77\xa7\xa4\xc4\x9e\x2d\x6a\xa7\x74\x4b\ \xe6\xb9\xf1\x4e\xa2\xc5\x60\xd8\x1b\x16\x6b\xbb\x83\x2f\xeb\xea\ \xe8\x4b\xa1\x1e\xfd\x6b\xea\x23\x9d\xc1\xa4\xd3\x1e\xa8\xd8\xaf\ \xab\x47\x3b\x3f\x26\x25\x27\xbe\x2b\xa1\x56\xee\x4c\xa7\x8f\xd3\ \xe7\xf7\xd4\x85\x63\x87\x9a\x74\xcb\xf4\x42\x4f\x32\xf0\x3e\x21\ \x21\x9f\xa3\xc2\x3d\x91\xdf\xdc\x1e\xdc\xbe\x76\xfd\xde\x9d\x3b\ \x0f\xee\xc6\xb7\xb4\x16\x95\x26\xd5\xc4\xdd\xef\x3b\x3f\xd9\x20\ \xa6\x17\x51\x8b\x8b\xdb\x2a\x4a\x4a\x6a\xe2\x2b\x6a\xda\x6b\x4b\ \xb3\xb3\x47\x37\xd1\xa2\xf1\x27\xf7\x1f\xdd\xbd\x7b\xef\xd1\x83\ \xd7\x8f\xee\x3f\x7e\xfe\x38\x3a\x26\x2f\x57\x63\x50\x9b\xd4\x67\ \xe6\x83\xc0\x84\x03\x8b\xf8\x6c\xef\x52\x69\xdc\xa2\x9b\xe6\x26\ \x33\x67\x12\x0e\x8c\xca\x53\xc3\xf8\x9b\x98\x27\x1f\x8b\x92\xdb\ \x87\x76\x48\x65\x3a\x8b\x2a\x63\x7c\x45\x37\xed\xe8\xe4\x53\x38\ \xaa\xd3\x5a\xdc\x1d\x54\x2b\x9a\xd1\x01\x7a\xe1\xd0\xf8\xd6\xd9\ \xd1\x49\xd8\xe0\x62\x58\xac\xcf\xd8\x71\x02\x60\xfd\xbc\x9c\x42\ \x03\x7d\x60\x30\x8f\xb4\x60\xe0\xda\xda\xb4\x18\xb9\xad\x56\x07\ \xab\x27\xfd\xd6\x3c\xec\x3d\xec\xec\x30\x42\x0e\x76\xc2\x9a\x42\ \xf0\x38\x0d\x20\x40\x42\xd1\xac\xee\x58\x58\x64\xb9\x13\x9a\xc7\ \xb7\xf5\x8a\xb0\x46\x58\xd9\x00\xf2\x85\xc3\x9f\x95\x89\x08\x1e\ \x61\x5e\x68\x1e\x58\xd6\x2e\x98\x15\xe2\xe1\x7c\xa9\xcc\x01\x0f\ \xf6\x05\xe3\x88\x14\x34\x6b\x84\x47\x98\x0b\xc2\xcb\x07\x8d\x75\ \x4c\xb0\x05\x5e\x25\x14\xcd\xc7\xd9\xc5\x26\x70\x38\xf6\x01\x5e\ \x29\x61\xb0\x60\x2b\x6b\x7b\x0e\x0e\x27\x92\xbb\xa0\x65\x3f\xff\ \xba\xf8\xf1\xf3\x42\x6a\x67\xc5\x91\xca\x38\x2c\x99\x80\x83\xa1\ \xe0\x29\x83\x35\x9f\x52\x44\x42\x08\xcc\x2a\x00\x41\xa3\x48\x68\ \x08\x6b\x47\x1f\x96\x68\x96\x63\x8b\xa0\xf1\x66\x15\x04\x1b\x91\ \x40\x2e\x13\x48\xa4\x0a\x39\x07\x4a\x91\x48\xd1\x70\x8c\x14\xf4\ \x99\x22\x94\x48\xf8\xab\x95\x06\xda\xc6\x49\x26\x21\x58\xc9\x97\ \x09\xb4\xf5\xef\x72\x1a\x0b\xb0\x68\x42\x05\xa0\xa8\xa4\x2c\xfe\ \xba\x4c\xb1\x2c\x5b\x5e\x07\xa4\x9c\x90\xc7\x51\x5c\xfc\xb9\xba\ \xac\x98\x5d\x07\x17\xff\xfc\xfc\x09\xf6\x64\x56\x2c\x8b\x38\x08\ \x2b\x3b\x0e\xa0\xb8\x2e\x2e\x00\x9f\x27\xc2\xf2\xf9\x42\xe1\xec\ \xb2\x8c\x25\x97\xfe\xf5\x4f\x05\x41\xb8\xfe\x53\xb1\x7c\x01\x9e\ \x7a\xfc\xcf\xbf\xff\xa2\x17\xc8\xb0\xff\x89\xb4\xfd\xd7\xbf\xfe\ \x03\xb4\x89\x7f\xff\xfb\xdf\xfe\xf8\xf3\xaf\xff\xbb\x7c\xc1\xf9\ \x1b\xc8\xad\x7f\xfd\xe7\x7f\xfc\x0f\xc3\x8c\x1a\x76\xc3\x87\x1b\ \xb7\xdc\x9e\x3a\x5f\xaf\x78\x1c\x97\x93\x93\x43\xce\xa8\x7d\xff\ \xe8\xf6\xa3\x37\x2f\x2a\x3b\x1f\x17\x17\x25\x67\x67\xb5\x8a\x73\ \x4b\xb3\xe3\x01\x09\x3d\x4a\xaa\x63\x67\x64\xb1\x77\xfb\x6a\xb5\ \xe9\x39\xc5\xc4\xce\xcc\x3a\x2a\x95\x3b\x57\x5d\x55\x9b\x5c\xcf\ \x24\xd7\x57\xb4\x14\x67\x7e\x7a\x15\xf3\xfe\xfd\xab\xbc\x87\x00\ \x8b\xf2\x01\x56\x7d\xfd\xf6\x05\x0c\xcf\xf9\x02\xf8\xbd\xcf\x5f\ \x40\x2e\x7d\xf9\x0c\x9e\x0d\x4c\x4d\x05\x4b\x1a\xf2\xc1\x40\xfb\ \xf0\x2f\x51\x5f\xbf\x7c\xfe\xfc\x7b\xaa\x2f\x70\x33\x3c\x2a\x35\ \x15\xec\xe2\x1e\x02\x06\x84\xf9\x23\x6f\xdf\xba\x71\xc3\xed\xea\ \xad\xe7\x35\x79\x15\xad\x45\x85\x73\xd5\xef\xda\x3f\x66\xcf\x57\ \x55\x56\x65\x56\x31\x13\xf3\xea\xa9\xf5\xf5\xd5\x9f\xde\x46\xfb\ \xbf\x9a\x2b\xba\xf1\xfc\xdd\xa7\x2c\x72\x75\x49\xd1\x87\x8a\xf6\ \xda\xc6\xc4\xae\xe1\xc3\xac\x86\xf4\xce\xa1\xac\x6a\x62\xdf\xb0\ \xba\xab\xb4\xe2\xec\xb8\x56\x67\x19\xc9\x10\x0f\x68\xba\x48\xda\ \xe2\xad\xfd\xd8\x69\x46\xd5\xca\x4a\x7b\x86\xb2\x74\xa0\xa5\x62\ \x78\x6d\x82\xd9\x58\x38\x5d\xa7\xc4\x78\x55\xd5\x2f\xb1\x17\x62\ \x32\x8a\x18\xc9\x37\x1a\xeb\x26\x34\x79\x2d\x44\x6e\xc5\x22\xc6\ \xee\x24\xce\xb4\x5b\x94\xd1\xf6\xe9\x41\xc1\xf6\x65\xf1\x38\xb7\ \xa0\x0c\x78\x76\x77\x5b\x72\x5d\x6e\x70\x6e\xb2\xad\xcf\x56\x4b\ \x7c\x5c\xcb\xbd\xbb\x0f\x99\x97\xfb\x03\x85\x4d\x26\xcb\xab\x61\ \xbd\x13\xb9\x23\xb7\x83\x6a\xaf\x9e\x0b\x1d\x74\x70\x50\x5f\x76\ \x5b\x0e\xb7\x0d\xc4\xf7\xb5\x93\xcc\xd2\x29\x3b\x02\x4a\xab\x3d\ \xab\x4a\x33\xa9\x52\x56\x66\x66\x76\x0c\xc6\xac\x7d\x55\xca\xb6\ \x7a\x63\x5c\x8b\x56\x75\x4d\x9d\xfa\x0d\x96\xad\xa8\xea\x8e\x46\ \x7d\x22\xe6\xd5\x07\xe7\x93\xb9\xda\x19\xf5\xbe\x61\xb7\xa8\x78\ \xb8\x35\x4f\x39\xa7\x74\xf0\x99\x38\x99\x26\xe6\x76\xd6\x8d\xcc\ \x8d\x8c\x2d\x9e\xce\x67\x66\x0e\x55\xb5\x54\x2d\x4d\xe4\x3e\xec\ \x56\x6f\xe4\x8e\x8d\xab\xe6\xd4\xc6\x3d\xa3\xd2\x7d\x4c\x37\x65\ \x59\xd1\xe9\xb7\x46\x46\x8f\x4e\x34\x45\xaa\x01\x63\x75\x45\x9d\ \x59\x13\xc6\x1d\x68\x2d\x4b\x18\x36\x1a\x47\x54\x15\x2f\x0a\x6a\ \xab\x9b\x47\x76\x4d\xfb\x4e\x65\x7a\x73\x9f\xee\xd2\xdc\x3b\xed\ \x75\xa2\x9b\x2b\xb4\x0c\x6c\x11\x95\x0b\x27\xec\x6c\xae\x45\xd3\ \xd5\x97\x43\xdd\x52\x5d\x5e\x2e\xcd\x1b\xa6\xc3\x8e\xc7\x19\x6d\ \xd9\x65\xef\xdf\x17\x15\x3f\xfd\x1c\x1e\x14\x14\x7e\xe5\xc6\x95\ \xf0\xcf\x00\xb0\xdc\x6e\x76\x1a\x97\x72\xc8\x43\xd9\x35\x6d\x3b\ \x2b\xa4\x71\xd3\xee\x91\x61\xcf\xac\x8a\x35\x6f\x98\xc4\xe2\xed\ \x33\x75\x64\xdf\xf9\x1e\xd3\x38\xdf\xb5\x31\xd2\x35\x3a\x42\x9e\ \x3e\xdc\xda\x18\xc8\xca\x6e\x6e\xab\xc8\x66\x66\x37\x66\x0c\x14\ \x77\x52\x2b\x4b\x37\x16\xda\xdf\xe6\x54\xb5\x64\x64\x56\x0d\x64\ \xeb\x57\x26\x77\xfb\x72\xeb\x56\x2e\xc7\x95\x26\x33\xfd\xba\xb3\ \xbf\xbf\x37\x32\x0a\xf0\x9f\xde\x21\xbe\x21\xde\x77\xee\xde\xbf\ \xf7\x3e\x29\xa9\xa6\xa6\x99\x64\xd9\x6f\x78\xfc\xe0\xc1\xab\xd6\ \xcc\xcc\xe2\xdc\xd6\xa6\xd6\xca\x82\x82\xc4\x4f\x1f\x2b\x3f\xb4\ \xd4\xd6\x0e\xed\xe8\xc3\x44\xe4\x3b\x0f\x9e\xdc\xbd\xff\xea\x65\ \xdc\xc7\xf8\xca\xec\x2c\xee\xfc\xe4\xe9\xa9\xd8\xa2\xdd\x18\xc9\ \x34\x06\x7a\x84\x6e\xbb\x07\x44\xf4\x1c\x9f\x5e\xea\xce\x76\xe6\ \xc7\xa6\x8c\x93\xfb\x03\x3b\x86\xcd\xa9\xf3\x61\xed\xf4\xc9\xc1\ \x2e\x9b\xd4\xa5\x2f\x1a\x4e\x5f\x2a\x1a\xc8\xa2\xee\x87\x06\x6c\ \xea\xcf\x02\xba\x4f\x27\x17\x7d\x52\x4c\xe7\xca\x94\x58\xa5\xe1\ \xec\xe0\xfc\x60\x7a\x7a\xa6\x5c\xe5\x34\x75\x7c\x1c\x5c\xee\xe3\ \x13\x66\x03\x77\x08\x85\xfa\xf1\xb0\x07\xd8\x48\x6b\x3b\xa7\x14\ \xac\xdc\xc3\x0b\x07\x87\xa5\x41\x38\xdd\xee\x50\xe1\x89\xc5\xde\ \x0f\x02\xc8\x26\xb8\x4c\xe6\x42\xc3\xe2\x70\x4e\x09\x70\x8a\x1c\ \x30\x49\xcb\x2c\x34\x74\x2d\xcd\x1d\xac\x64\x97\xf2\x69\x12\x5e\ \x80\x23\xce\xde\x0e\xcd\x42\x07\x06\xd2\x58\x90\x2d\xf3\x41\x2c\ \x94\x8f\x75\x84\x61\x83\x7d\x66\x25\x8a\x59\x21\x4a\x44\xf3\x0b\ \xb5\xb6\xc5\xd1\x08\x08\x0a\x7a\x30\x80\x87\xf5\x09\x38\xf6\xa1\ \x59\xb1\x38\x69\x53\x61\xd6\x4e\x8b\xa1\x28\x3b\xa7\x50\x47\x70\ \xee\xfd\xcf\x8b\x55\xc0\x82\x7d\x97\xc2\x58\x02\x01\x5e\x24\xc1\ \xd8\x40\x03\x82\x07\x8d\xdb\x28\x0a\x82\x87\x41\x71\x66\xd7\x67\ \x69\x7e\x08\x04\x1c\x8a\x22\x70\x30\x58\x88\x50\x2a\x91\x73\x58\ \x22\x96\x04\x1d\xb1\x06\xa5\xe0\x01\x32\xda\xa0\x58\x12\x28\x42\ \x8e\xa3\x00\xa2\x4f\x28\x15\xd2\x78\x7c\x16\xc6\xd6\xc7\xaa\x27\ \xd8\xcb\x1d\x03\x73\x59\x5e\xc5\xd9\x12\x80\xe7\xf3\x66\x7f\x2c\ \xcb\x14\x2c\xdc\xec\xfa\xba\x42\xf1\x73\x1d\x5c\x70\x68\xeb\xc3\ \x92\xc8\x24\x60\x78\x2a\x9f\x26\xbc\x50\x80\x5d\x67\xf8\x92\x8b\ \x55\x1e\x07\xc7\xe3\x73\x58\x7c\x2c\x45\x31\x0b\x7c\x30\x40\xc4\ \xc9\x67\xa5\x02\x11\x5f\xae\xf8\xf9\x53\x48\xc3\xd8\xe1\x70\x80\ \xe0\x5a\x5f\x5f\xff\x9f\x89\xf6\xe5\xd5\x1f\xdf\xbf\xff\x71\xf1\ \xfd\x02\x4c\xa7\xf8\x01\x2e\xa0\x5c\xfe\x6b\x56\x24\x9b\x95\x5f\ \x58\x43\xd7\xbf\xff\xf1\x17\xed\xe2\x6f\x80\x3d\xfc\xfb\xbf\x7e\ \x2b\xbd\xef\xea\xe9\xec\x06\x76\xbd\xbd\x7e\xf5\xda\xdd\xe2\x8f\ \x8f\x4a\x0a\xcb\xc8\xb5\x2d\x79\x2d\x0f\x6f\x25\x46\x3f\x7e\x77\ \xfd\xc1\xeb\xca\xda\xf7\x2f\x9e\x5f\x79\x5f\xd3\xd1\x54\x90\xcd\ \x68\xcf\x2d\xce\xcc\x2d\xca\xcd\x18\xa6\x97\x0e\x14\xb2\xeb\x3f\ \xde\x7a\xf9\x20\x71\x2e\xbb\xa9\xb9\xa9\xa5\x9d\x41\x27\x66\x35\ \xbf\xf9\xc4\xac\xea\x88\x7b\xe5\xfd\x3b\x80\x1e\xc0\xe7\x7d\xfe\ \x15\x44\x01\xae\x18\xfc\x1d\xcc\x2a\x04\x8b\x15\x3e\x7f\x0b\x0f\ \x8a\x0a\x4f\xfd\xf6\x25\x04\x5c\xe3\x9c\xff\x39\xff\x6b\x38\x18\ \xec\x0c\xd8\x41\x70\x65\x74\x14\x18\xda\x1a\x1e\x1e\x15\xe4\xe9\ \x7a\xed\xc1\xeb\x1b\x21\xb7\x3e\x34\xe4\x15\x34\xa5\xf7\x65\x36\ \x29\xb9\xad\x1d\xe6\x8d\xe2\xa2\xa3\xe9\x95\xb9\x0d\x72\x73\x45\ \x27\xb5\xf9\x25\xf5\x38\xda\x95\x5a\x71\xb7\xb6\xf1\x63\x3c\xe3\ \x65\x45\xc1\x9b\x17\x55\xd1\x0f\x6f\xbf\xad\x88\x7f\x19\x5d\xd5\ \x94\x5b\xd2\xa8\x65\x37\xa7\x5c\x36\xc4\x93\xca\x3a\x89\x7d\x0b\ \x19\x9d\xec\x8d\xac\xf6\xca\x8a\x9a\xc6\x96\x05\x66\xdc\x4e\xe4\ \x90\x6e\x9f\x7d\xac\x25\x92\xcd\x75\x0b\xdc\x9c\x8c\xf9\x14\x4d\ \xc9\x3e\x31\x31\x43\xbf\x55\x5f\x52\x95\x55\xfc\xb1\x80\x3d\x30\ \x5e\xdd\xd6\xc7\x24\x8f\xe8\x17\x3f\x7e\xa4\x93\x76\x67\x46\x9f\ \xdf\x53\xba\x78\xb1\x4b\x5a\x7b\xb9\xf5\xc4\xd4\x5e\x45\xe7\x00\ \x00\x20\x00\x49\x44\x41\x54\xbd\x49\x0b\xbb\xa6\x4b\xa4\xee\x99\ \x8a\x35\xbc\x2a\x31\x1a\x48\x74\xed\x4e\xb9\x8f\xae\x95\xac\xed\ \xbb\x9f\xa5\x65\xee\xa7\xed\x64\xab\x8f\x76\x16\xa7\xfb\xc6\xbb\ \x11\x66\xb3\x38\x54\x9c\xfb\xee\x6e\xde\xd3\xdb\x2f\x47\xd6\x1c\ \x99\xe7\xf6\x1b\x59\xec\x81\xb5\xae\x88\xfd\xf1\x4d\x73\xa6\x38\ \x77\x8a\xad\x5a\x53\x56\x32\x1a\x18\x6a\xe5\xa2\x3a\xc3\x64\x19\ \x19\xd0\x8f\xd2\x73\x1a\xba\x42\x0d\xda\x3a\x6e\x9d\x4a\x55\x97\ \xde\xc0\xee\xcc\x51\xf7\x87\xae\x30\x99\x7a\x62\x5f\x5d\xf1\x50\ \xcd\xf8\x4e\xb6\xa6\x90\x54\x9d\x99\xd5\xdb\x9b\xbe\x72\x76\x36\ \xaa\xe6\x6a\xa6\x18\xca\xd1\x3a\x63\x61\x45\x66\xbc\xd1\xac\x19\ \xc8\xa6\x7a\xb0\x3b\xaa\x5e\x8d\x6a\xc8\x49\x0b\x8b\x2b\xf3\x7d\ \xcc\x6a\xe6\x25\xb5\x8e\x24\xde\x1b\x5f\x4a\x18\xf4\x11\x17\x5e\ \x9a\x6b\xc9\x6c\x6d\x09\x75\x65\xce\xcc\x1d\x67\x77\x4d\x02\x5a\ \xe5\xdc\x64\xde\xd2\x6d\x4c\xd1\xf7\xcd\xa7\xe3\x2b\x6b\x83\x06\ \x4d\x59\x75\x83\x81\x3d\x37\x7c\x49\xef\xd4\xe8\xb2\x48\x1d\x64\ \xd5\x11\xb1\x2c\xb3\x3e\xcf\x2d\x2a\x2a\x35\xca\xfb\xe1\xad\x7c\ \xe0\x1b\x74\xbe\xe9\x99\xa8\x9d\xa7\x13\xe9\x5d\x19\x7d\x43\x9f\ \xa8\xaf\x4e\x42\x7b\x0b\x33\x7a\xf5\x64\x4d\xd9\xf6\xa1\x5e\x7f\ \x66\xd9\xab\xce\x62\x68\x3a\x54\xfa\xe9\xad\xd1\x11\xf6\x5c\x7a\ \xe6\xd2\x92\xfe\x74\x7c\x72\xab\x48\x5f\x4c\x22\xd2\x47\x73\x4b\ \xd9\xa5\x03\x5d\xec\x15\x22\xb5\x2a\x3e\x23\xb7\xb4\xa6\xa9\x2a\ \xbd\xa6\xa0\xb0\x30\x8b\xbe\x31\xce\xd6\x6a\xef\x7a\x06\xf9\x02\ \xe6\x33\xdc\xf9\xca\x55\xb7\x90\x10\xb0\xa7\xf6\x83\xe8\xe6\xd6\ \x96\xd2\xfa\x52\x92\x29\xac\xe9\xd1\x43\x67\x64\xaa\x67\x62\x43\ \x62\x63\x67\x49\xde\xc7\x92\x96\x96\xb6\x76\x6a\x5b\x7b\xe7\xa9\ \xd9\xc2\x5f\xba\xf6\xec\xc5\xad\xbb\x0f\xef\xdf\x7f\xf0\xe2\xd9\ \x8b\xb7\x31\x89\xc9\x49\x31\xc9\x79\x79\x71\x25\x9f\xb6\x8c\x83\ \x13\x33\x3a\xd5\xe1\xcc\x5a\xc4\xe6\x62\x77\xc0\x84\x97\xfa\x64\ \xfb\x72\x5f\x6f\x1a\x9f\xf2\x3b\x54\xce\xe9\xb5\xdb\x9a\x52\x0d\ \x57\x6d\xda\x4f\x30\xcf\x9d\x8f\x6d\x59\xd4\xc1\x83\xe3\x03\xba\ \x4d\x88\xfb\xf0\xf1\x9a\x9d\x7d\x68\x4a\x44\xc2\x01\xd4\xda\xa5\ \x7b\x42\x15\xe8\x73\x96\xe6\x14\x9b\x66\x85\x0b\x8b\x08\x44\xb3\ \x1c\x1d\x78\x08\x84\x15\x5f\x62\xe5\xe1\x85\xc2\xd2\x38\x1c\x6b\ \x0e\x8f\x85\xc3\xcb\x44\x61\x8e\x81\x06\xb5\xc5\x0f\xa1\xf8\xf9\ \x63\xf9\xe2\xa7\x50\x2e\x02\xa7\xca\xa1\x33\x81\x58\xbe\x02\x90\ \x1c\x17\x7c\x3b\x81\xf4\x87\x04\x0e\xc1\xba\x58\x3b\x84\x79\xc1\ \xbc\xac\x30\x94\x7e\xa8\x43\x04\x85\x0f\x4f\x38\xd8\x26\xe0\x44\ \x3c\x2b\x75\xb9\xfb\x21\x96\x20\x97\x10\x08\x02\x39\x07\x87\x09\ \xb6\xe6\xf0\x59\xb6\xd6\x28\x02\xca\xde\xef\xec\xc0\xca\xe5\xd8\ \x0e\xe6\x83\xc0\x3b\x04\xe2\x3c\x7a\x74\x3d\x01\xd6\x3e\x1e\x28\ \xc5\xcf\x8b\x1f\x17\xcb\x80\x72\xa2\x40\x05\x02\x9e\xb5\x17\x01\ \x65\xed\x14\xeb\xf0\xf3\x8f\x3f\x39\x2c\x34\x8d\x63\xcb\x97\xa7\ \xf4\x4e\xf1\x69\x04\x58\x40\x58\x8f\xcd\xa6\xbd\xb5\x43\x30\x86\ \x46\x93\x4b\xf9\x10\x14\x16\x8b\xc3\xd3\x04\x42\xc0\xd5\x49\x70\ \x0a\x09\x81\x23\x99\x95\x50\x28\x14\x82\x2d\x14\xed\xe2\xd5\x33\ \x13\x51\x0e\xb3\x71\xb2\x85\xcf\xa4\xe1\x69\x0a\xb9\x54\xb6\x7e\ \xa1\x10\xf2\x11\xd6\x7c\x01\x6b\xf6\x87\x42\x24\x91\x82\xa9\x5f\ \x84\x34\x91\x88\x22\xfd\x0e\xdc\x9c\x95\x49\xf9\x22\xfe\xf2\x05\ \xb8\xf4\x50\x26\x97\xae\x4a\x96\x25\xb6\x0e\x04\x0e\x1f\xc7\xe3\ \x71\x58\x14\x89\x62\x7d\x75\x59\x84\xa7\x11\x24\x02\x85\x14\xb0\ \xc0\xfc\x59\x05\x87\x05\x3c\x45\x0a\xbc\xec\xec\xfa\x4f\x89\xec\ \xe7\xaa\x0c\xec\xb5\xc8\x23\xc8\x7f\x2c\x0b\x7f\x7c\xff\xe3\x8f\ \x89\x34\x29\xdf\x0a\x23\xbf\x10\xb0\x00\x69\x36\xbb\x2c\xe5\xff\ \x76\xc3\xcd\xed\x9a\xab\xa7\xa7\xa7\x1b\xd2\xd5\xd9\xf5\x26\xe3\ \x55\xb8\xdb\xa3\xf7\xb5\x95\x8d\x2d\xcc\xc7\xd7\xa3\xa3\x1f\x5c\ \xf1\x0f\x41\xba\xf9\x07\x05\x85\x04\x5d\xbb\x7e\xcb\xf3\xea\xfd\ \x07\xb7\xae\xdf\x7c\xdd\xda\x50\x11\x5f\x51\x45\xad\x6f\x6e\xcd\ \xc8\xfa\xe4\x79\x97\x91\xce\x64\xc4\xbc\xbe\xf7\x32\x89\x91\xd1\ \x40\xcd\x4e\x67\x26\x36\xbd\xae\x78\x8d\x04\xfb\xc8\x7c\x8e\xfa\ \xfa\x0f\x80\x57\x9f\xc1\x79\xac\x7f\xfc\x9e\xfa\xfb\x3f\xc0\xb4\ \x54\xe0\x3e\x18\x4d\xf1\xe5\xdb\xaf\x5c\x8a\xcf\xa9\xe1\x5f\x01\ \xb2\x85\x84\x03\x0e\xf1\x1f\xc0\x23\xe0\xcc\x7c\xbe\x77\x88\xb7\ \xe7\xb5\x87\x37\xef\x3d\x7a\xf8\xfc\x49\xdc\xa7\xa4\xd2\xb9\xb3\ \x53\xfa\xc2\xde\xc6\x40\x2e\xa9\x63\xd7\x67\x23\x83\xd9\x95\x95\ \x5e\x5d\x46\x2a\xcd\x2d\x7c\xdf\xb8\xf4\xf8\xcd\x93\x17\xd5\x8c\ \xa7\x2f\x22\x47\x9e\x3c\x7b\x76\xed\xd5\xe3\xf7\x1f\x1a\xd3\x3f\ \x24\xc6\x97\xc6\xbf\x48\xea\xa2\xe6\x32\x72\x96\x9a\x9b\x17\x86\ \x88\x03\x3a\xfa\x4e\x71\xcd\x87\x47\x05\xc4\xa6\x77\xb5\x19\xc0\ \xb8\xbf\x91\xd4\x52\x34\x3a\x9e\x4b\xef\x68\xaa\x21\xce\xab\x8c\ \x7d\x0b\x75\xaa\x8d\xa1\xea\xce\xa1\x21\xfd\x78\x59\xf1\xe4\xc6\ \xdc\x1e\x23\x1b\x38\xc8\x96\x3d\x7a\x54\xd1\xd1\x34\x5d\x49\x5e\ \xd8\x68\x2a\x8e\x7e\xc8\xd0\x1d\x19\x19\x55\x23\x45\x85\x4b\xa3\ \x1b\x07\x4b\x69\xe3\x83\xdd\xe6\xec\xbd\xd8\x9e\xc9\xa5\x9e\xf9\ \xcc\xe1\x85\x80\x8d\x2e\xcd\xe3\xfd\xce\xc7\x9e\x39\x25\xd5\x23\ \x86\xa6\x4c\xa3\x3a\x70\xb7\x8f\x3b\xa2\x9d\xcb\xae\x2c\x25\x1b\ \x8d\x31\x4b\x03\xbb\x74\xee\x59\x32\x55\x3c\xe6\xb8\xa2\xe4\xae\ \xed\xef\x5d\x1a\x0c\xa5\x65\x6b\x06\x3f\xfd\x24\x69\x43\xc7\xe5\ \x5a\x96\xa6\x26\x74\x81\x4a\x31\x3d\x2b\xd3\x10\x61\x9c\xda\x9b\ \x16\x9f\x51\x87\x54\x75\xb9\x7e\xc1\x75\xcc\x62\xba\x6a\x20\x66\ \xb8\x68\x72\x3c\x73\xf2\xf4\x7d\x2e\xf9\x74\xab\x64\x89\x51\x5d\ \x9d\x5b\x56\x48\x2a\x1e\x9d\xec\xe8\xda\x3d\xea\x4f\x19\x02\x24\ \x24\xb1\x31\xfe\xdd\xfb\xc2\xbc\xaa\xa2\xfb\xf7\xd8\x75\x15\xba\ \xcc\xba\xe9\xd1\xdd\xe9\x52\xc6\xf8\xbe\x69\xa4\xb5\x6f\xc2\x9c\ \xa3\xcd\x30\x12\xd3\x94\x3d\xfa\xe1\xac\xba\x83\xde\x05\xb3\x86\ \x9c\x99\xab\x5d\x98\x37\xf6\x6d\xe9\xd2\xab\x2a\x95\xb1\x2a\xcd\ \xa9\xd6\xa8\x62\x93\xda\x2a\x49\x47\x5b\x5d\x59\x75\x93\x0d\x79\ \xf5\x0d\x0b\x67\x6c\x7d\x56\xd1\x50\xb5\x36\xb7\x5e\x75\xb8\x62\ \x34\x3e\xcc\x0f\x02\x8c\x9a\xf3\x75\xdf\xa8\xcf\xe1\xbe\xae\x57\ \xe3\x87\x47\x49\x0b\x03\x74\xf6\x96\x2e\x83\x41\xee\xdc\x1f\xe8\ \xac\xcc\x9c\x63\x36\x2c\x98\xf4\x24\xba\xbe\xbe\xed\x39\x77\xd8\ \xf8\x31\xba\xe8\x78\x77\x77\x2e\x93\x5b\x55\x9a\x75\x96\xd2\xdb\ \xd1\x14\x4f\x5a\x29\x21\xef\xf7\xf5\x92\x19\x39\x6c\x95\x79\xbe\ \x4f\xa5\xc9\x1c\xc8\x5a\x20\x36\x35\xcc\xeb\x16\x7a\xb3\x6b\x7b\ \x49\xa5\x9d\x03\x07\xef\xdc\x9c\xfd\x7d\x9d\x83\x7c\x01\x81\x05\ \x50\x2b\x04\x2c\xf2\xf3\x7e\xd0\x3c\x32\x5a\x38\x54\xa8\xd1\xa6\ \x1c\x57\xde\xf6\x46\xba\x85\xb8\x3d\x6c\x28\x6d\x6c\xe8\xcc\x2e\ \xad\x69\x6b\x6c\xad\x62\x8c\xb0\x0d\x69\xf6\x63\x8d\xf3\x3b\x33\ \x15\xf4\x3e\x43\x2e\x33\x9e\x51\x54\x13\x47\x4c\x37\xe6\x56\xb7\ \x66\x1b\x4b\x4b\x01\x77\x2b\x36\x2a\x7b\xc6\x22\xdd\xcf\x55\xa6\ \x5a\x97\xb4\xc3\xc3\xd3\x58\xab\x83\xf1\xe9\xe9\xd1\x45\xa3\x4e\ \xd3\x65\x51\xd2\x35\x07\xea\x9e\x60\x65\xac\x23\xcc\x34\x36\xe3\ \x6e\xb5\xad\x76\x3a\x4f\x71\xf1\xd3\x1b\x9d\x52\x22\x03\x82\x09\ \xee\x90\x40\x84\x75\xa8\x3b\x07\x85\x76\x70\x72\x98\x71\xc2\xe1\ \xb1\x28\x3b\x08\x34\xb0\xf1\x4d\xcb\xe4\x44\x00\x0e\xe2\x15\x10\ \xeb\x68\xef\x71\x0e\xf7\xc1\x42\x42\xa7\xfd\x66\x67\x29\x80\x7c\ \x92\x8a\x70\x2e\x80\x82\x12\x4a\x57\xa5\x78\x91\x14\xec\x7d\xc0\ \xb3\xb7\x1c\xa7\xc5\x5a\x39\x48\xc0\x80\xe3\x8b\x65\x40\xe4\x60\ \xec\xd1\xd6\x70\x9a\x9d\x7b\x20\xce\xda\x05\x00\x88\x8d\x93\xbb\ \xbd\x21\x20\xc5\x2e\xd0\x1e\xf0\x8d\x68\x04\x1e\x86\x10\xca\x31\ \x70\x91\x44\xc0\x77\xc0\x13\x70\x0e\x7c\x09\x01\x47\x40\xb1\xac\ \x62\x31\x2e\xfd\xa1\x91\xa1\x9b\x62\xe3\x94\x4b\x2c\xc1\x5d\x93\ \xad\x31\xee\x46\xb0\x2e\xd6\x2f\x7e\x10\xb0\x7c\x01\x05\x23\xfa\ \x21\xe0\xd1\xf8\x04\xec\x60\x1a\x1f\xfb\x1d\x10\x54\x1e\x30\x87\ \xd0\xc3\xda\xf4\x0d\x3c\x07\xc5\x89\xed\xb7\x75\x57\x9e\x0d\x70\ \x0f\x4f\x06\x37\x6d\x15\x0a\x16\x4a\xce\xa2\xf0\x14\x17\x72\xd1\ \xec\xac\x94\x46\x50\xc8\x59\x76\x04\x80\x27\x7c\x21\x60\x52\xd1\ \x7c\x16\x2a\x36\x0c\x3a\xb1\x66\x8f\x03\xa4\x91\x7c\x55\x2e\xe0\ \x89\xd6\x15\x04\x82\x35\x0a\x85\xc0\x8a\x96\x05\x84\x55\x60\x37\ \x29\xc4\x41\xfa\x53\xc1\xc3\x09\x50\x92\x3f\xe4\x78\x16\x8b\x27\ \x12\xfc\xbc\x00\xb3\xbe\x40\x35\xf6\xe3\xc7\xac\x48\x84\xe7\x4b\ \xb1\x78\xa9\x5c\x2e\x42\xb3\x08\x72\x21\x4f\xc8\x27\xb0\xe4\xb3\ \x1c\x3c\x45\x24\xe0\xb1\x24\x92\x59\x3e\x86\x20\x51\x00\xfb\xc9\ \x24\x60\xa6\xd8\x4f\x09\xd8\x23\xe2\xc7\xf2\xaa\x40\xb2\x7c\x01\ \x47\x49\xad\x08\x68\x88\x4c\x86\x0a\xf6\x82\x62\x07\x83\xa5\xbf\ \xdd\xbf\xe9\x7c\xcb\xd5\xf9\x0a\xd2\xd7\xd7\x3b\xc8\x3b\xc4\xd3\ \x3b\x35\xc8\xed\xea\x6d\xe7\x2b\xd7\xef\xc4\x3d\x7d\xfa\xf4\x5a\ \x6a\x38\x30\x64\x90\x21\x51\xbe\xe1\xfe\xe1\xe1\x21\xde\xbe\xde\ \xc8\xd4\x2b\x77\xaf\x20\x6f\x3f\xbc\xf1\xe8\xdd\xe3\x17\x6f\xa9\ \xc5\x89\x2f\x5a\xba\xaa\x98\x2f\x5e\xde\xb8\xf3\x24\xbe\xfa\xd3\ \x8b\xb7\x49\x05\x31\x6f\x0b\x5e\xbe\x7a\xf2\xf6\xda\x37\xb0\x33\ \xf2\x67\xb0\x82\xf4\xf7\xa8\xcf\x9f\xff\x01\xa6\xa2\x7e\x03\x33\ \xbb\xc0\xba\x87\x2f\xdf\xc0\x62\xf8\x6f\xe0\x0c\x3c\xe8\x15\x53\ \xbf\x80\x45\xef\x5f\xc1\x46\x0d\xe0\x94\x56\x94\xaf\xf7\x95\x6b\ \xae\x77\x3c\x9d\x01\x08\x26\xc7\x27\xe7\xd4\xf5\x65\x65\x16\xe5\ \xb4\x9b\xfb\xce\x8f\x26\x2d\xc9\x4f\x3a\x3e\x90\x13\xef\x37\xcd\ \x97\x36\xd4\xbc\x88\x2e\xa9\xa6\x7e\xb8\xf3\xec\xc1\xb3\xe4\x7b\ \x8d\xaa\x09\x6a\x72\x75\x4d\x5f\x9d\x8a\xb4\xb5\x31\x3a\x4f\x64\ \xa4\xb7\xd4\x36\xef\x16\x33\x89\x8c\xda\xda\xda\xe4\x82\xe1\xac\ \xb9\xbe\x6a\x36\xbb\xd9\xf0\xee\xfe\xd3\xb8\xda\x38\x46\xf3\xed\ \x67\xf7\xde\xc5\x3f\x6f\x5b\x49\xba\xdf\x52\x38\x90\x1e\xdd\x50\ \xac\xa9\xa8\x9a\x9f\x1b\xdd\x34\x2c\x26\x1c\x1b\x89\x85\x2b\x86\ \xad\xdc\xf6\x49\xbf\xf4\x14\x71\x76\x74\x47\x51\x8e\x96\xf1\x36\ \x63\xa4\xa8\x7d\x72\xb8\xb9\xc9\x52\x50\x4b\x6e\xa8\x2e\xdd\x7b\ \x4f\x3a\x38\x3b\x98\xda\x3b\x5b\xe8\xbb\x34\x44\xee\xe8\x9a\x27\ \xbb\x3e\xc6\x70\x6f\x18\xd2\x8b\xdf\x15\xc7\x17\xb4\x31\x75\xca\ \x91\x8a\xbb\x31\x99\x8d\x2f\x89\x5b\x19\x5a\xa5\x78\x2f\xe7\x63\ \x5c\x7b\x43\x77\xd9\x98\x78\x60\x9e\xa9\x5e\x28\x25\xcf\xcc\x1b\ \x7b\xba\x22\x2c\x45\xc6\xa3\xcc\xe4\xa6\xa4\x92\xe2\x87\x2f\x7a\ \xe9\xc5\x1b\x85\x33\x43\x7b\x3a\xba\xd6\x43\x77\x6a\x99\x28\xd4\ \xab\x55\xfb\xcc\xc9\xcb\xc9\x21\xd5\x18\x99\xb8\xa5\xad\x6d\xe6\ \x9e\x8e\xbd\x7d\xd2\xda\x36\x30\x6f\xd9\x57\x1e\xa6\xaf\x5c\x2e\ \x6c\x8c\x66\x12\x0b\xe9\x80\x80\x68\xdd\xa1\x1b\x56\x7c\xd2\x74\ \x6b\xe2\xf1\x8e\xe6\xd7\x15\xc7\x85\x9f\xfa\xf2\x5e\x96\xd1\x8d\ \xe9\xb9\xca\xd1\x06\x71\x9a\xb2\xab\xbe\x92\xab\xdc\x2c\xa3\xef\ \xf6\xb6\x6c\xa5\x1c\x9b\x9b\x4a\x6a\xa7\xcf\x16\x0c\x75\x99\x06\ \xed\xd8\xd9\xae\xee\x2c\xe0\x5c\x33\x5c\x37\xd0\x6f\x2e\x1b\x6a\ \xaa\x3a\x1c\x20\x1a\x6b\xdb\x8d\xe9\x4d\x4f\xb2\x87\x92\x5e\x32\ \xb9\xd4\xec\xce\xdd\xae\xf9\x1d\x9d\x61\x6e\x9e\x98\x5d\x65\x30\ \x11\xfd\xa3\x90\xe1\x21\xfe\x37\x6e\x05\x7d\x49\xf5\xbd\xf9\xe0\ \x6d\xae\x61\x98\x3b\xd0\x35\xb0\xb2\xcb\x6c\x26\x17\x57\x0d\x15\ \x17\x97\xd5\x8f\x89\xc9\xbd\x23\x99\xb9\xe4\x22\x32\x49\x4f\x22\ \x2e\x4d\x8e\x4f\xd6\x4d\xd6\xbd\xac\xab\x25\xc5\x65\x16\x66\x64\ \x91\x2b\x5b\x87\x18\xb9\x60\x38\x5f\x53\x5b\xf1\x98\x8a\xbb\xb0\ \x68\x1e\xe8\xb5\x2c\x14\x6e\x64\x91\xea\xeb\x7a\x0d\xa3\x86\xae\ \x15\xee\x7e\x2b\xd2\xd3\xdb\x0d\x18\x91\xde\x48\x57\x57\xff\x28\ \x60\x44\x78\x87\xf8\xe7\xe7\xbb\xbd\xef\x32\x9b\xcd\x2a\xb3\x25\ \xc1\x9c\x74\xff\xee\xb3\x27\xef\x5e\xbf\x2b\x48\x6e\xcf\x20\x93\ \xdb\xf2\x6a\x12\x1b\x8d\x75\x86\x48\xbe\xf9\x23\xb5\x83\xd8\x75\ \x7c\x76\x4c\x67\xb4\x8f\x18\x2d\xdd\x4a\x4b\xd7\x49\x68\xd1\x54\ \x7f\xf0\xf9\x56\x6e\x64\x8a\xb6\x6f\x5b\x9f\x50\x0e\xeb\xef\x36\ \xe5\x51\x06\x8d\x27\x45\x55\x26\x77\xe0\xd5\x52\x16\x77\x6d\x20\ \x3e\xc1\x26\x53\xa4\x7d\x7f\x9a\xb5\xe3\x41\x8a\xbd\x53\xcf\x0c\ \x24\x18\xdb\xdf\x33\x6d\x70\x9c\x48\xb3\xef\x09\x9e\x71\x72\xa0\ \x21\xa0\x33\x01\x68\x02\x0a\x2e\x42\xd0\x84\xeb\x28\x0c\x05\xce\ \x83\xf6\x5b\x11\x02\xa7\xac\x02\x07\x7d\x1c\xbc\xa0\x0e\xf6\x07\ \xe5\x61\x28\x38\xc1\xca\xc5\xce\xae\x3c\xc0\x8e\x40\xf1\x62\xd9\ \x42\xd2\x7c\x26\x1c\x12\x0e\x03\x27\x6c\xdc\x59\x34\x0e\x80\x2c\ \x40\x66\x48\x58\x28\x47\x1c\x4b\xf6\x03\xf8\x4f\xfe\xf9\xe3\xe2\ \xcf\x0b\xc0\x11\xfd\x58\xbf\xf8\x53\x21\x97\x71\x10\x98\x08\x1c\ \xda\xda\x7e\xc6\xcb\x71\xe6\x38\xf6\xdc\x1d\x87\xc0\x58\xfb\x60\ \x00\x52\xe0\x64\x28\xdc\xac\x44\x04\x21\xb0\xb0\x04\x28\x0a\x8d\ \x15\xb2\x50\x10\x21\x1f\xeb\x35\x73\x34\xa5\x84\xd9\x13\x02\x03\ \xdc\x37\x5b\x89\x53\x4b\xbb\xdd\x28\xd9\xba\x8c\xe5\xe5\xc1\x83\ \x3a\x50\x30\x58\x14\x4f\xc8\xe2\x61\xec\xa0\xfd\xb6\xdd\xe6\x41\ \xb8\x8b\x3a\xd8\x31\x6d\x4d\xd5\xed\x75\x9e\x40\xa0\xd9\xa0\x6d\ \x7d\x6c\x23\x23\xfd\x54\xe9\x67\xc7\xdd\x36\x6a\xb0\xd7\x2a\x01\ \x2e\xa2\x10\xd6\xff\x39\xcb\xe3\xb1\x96\xe5\x3c\xf9\x3a\x85\x80\ \xe3\xc9\x11\xf6\x1c\x5b\x97\xb0\x29\x17\x04\x01\xc3\x93\x2e\xcb\ \x96\x05\xcb\x7c\x9e\x10\xc1\xc3\x53\xac\xa1\x00\x8d\x05\x3c\x1b\ \xb9\x42\x22\xe4\x08\xb0\xee\x3c\x11\x56\x82\x4e\xb0\x12\xfe\x29\ \x62\x89\x96\x67\x25\xd2\x8b\xef\x3f\xa4\xb2\x59\x8e\x48\xb6\xbe\ \xfa\xf3\xcf\x3f\x57\x57\xe5\xab\xb3\x60\x5e\x98\x84\xaf\x00\xab\ \x1f\x56\xf9\x52\x60\xfb\x2a\xd8\x01\x55\x26\x01\x4c\x21\x20\xbb\ \x56\x65\xbf\x4a\x77\xc1\xb0\xc2\xe5\x65\x85\xe2\xe2\x62\x59\x28\ \xc2\x51\xd0\x7c\xe0\x4a\x28\xe4\xa3\xc3\x12\xdc\xad\x83\x69\x94\ \xb4\x60\xd1\x6f\x15\xcf\x6e\xdf\x7a\x88\x74\x0e\x07\x34\x4e\x88\ \xa7\x73\x88\x77\x50\xaa\x2f\x12\x79\xf5\xa6\x9b\xf3\x0d\x57\xcf\ \x2b\x60\x82\x8d\xb3\xaf\x5b\x6a\xb8\xb7\x37\x20\x8e\x82\xc0\xe0\ \xdf\x70\xdf\x90\xa8\x54\x7f\x7f\x5f\x64\x54\xbe\x2f\xa0\xd6\x9d\ \x6f\x3e\xbb\x73\xf7\xed\x8d\x3b\x0f\x6e\x5e\xbd\xfd\xf4\xf1\xa3\ \x2b\xd7\x6e\x03\xf8\xf3\x75\xbe\xf5\xfc\x9e\x7f\xd4\x3f\xc0\xaa\ \x05\xd0\x13\x82\x45\x59\x5f\xbe\x7d\xfd\xf6\xf5\x77\xb0\xa1\xcc\ \x67\x90\x50\x21\xa9\x9f\xc1\xf6\xa4\xf9\xdf\x80\x8b\x2f\xa9\xe0\ \xe2\xc2\xdf\x7f\xf5\x51\x4e\x0d\x0a\x0f\x09\xf1\xbc\x7a\xfb\xde\ \x55\xa4\xf7\x8d\x97\x1f\xe2\x63\xda\xcb\x48\xe4\xcc\x47\x37\x3a\ \x2a\xef\xdd\x7b\x4b\x24\x9d\x64\xb7\x34\x57\xb6\x73\x0b\xaa\x63\ \xaa\xbb\x1a\xa3\x9f\xbd\x99\xa3\xe7\x76\xc5\x3f\x7f\x11\x9d\x7c\ \x87\x9a\x99\x5b\x9d\x67\x49\xd7\x6f\x45\x72\xcb\x4a\x5b\xb3\x8a\ \xba\x8a\xd2\xeb\x8d\x73\x26\x33\x3d\x27\x73\x23\xb7\xb6\x21\xb7\ \x2b\xaf\x3e\x53\x65\x99\x5b\x20\x57\xf6\x4e\x7c\x72\x7d\x30\x95\ \xcb\xf8\x98\xd7\xc9\xa0\x53\x6b\x63\xea\x2e\xf7\x37\xc6\x87\xfa\ \x76\x77\x87\x57\x06\xaa\xb2\xa6\x54\x1b\xe2\xd2\xe4\xda\xad\xa6\ \x5e\xe3\xf6\xd9\xf4\x98\xa9\x6d\x5b\xd5\x39\xba\x72\x34\x56\x48\ \x9e\x9f\x4c\x7c\x9c\x3d\x5c\x95\xf3\x81\x94\xf4\x9c\xc9\xa8\x1d\ \x9a\x2b\x1e\x67\x64\x9f\xee\x6a\x47\xb4\xbd\xe6\x8c\xda\xa2\xe8\ \xa4\x82\xc7\xe1\xae\x15\x0d\x0c\xc4\xc8\x28\x69\xfc\x53\x67\x7a\ \x7b\x41\xb3\x76\x73\x34\x93\xca\xae\x27\xa9\x4c\xca\x9e\xad\x6e\ \x63\x33\x9d\x5d\x33\xb4\xd4\xfc\x56\x6c\xce\x5a\x39\x9e\x28\x2f\ \x8f\x4c\xf1\x33\x1d\x1a\xc8\x75\x0b\x99\x39\xe4\x9c\xd6\x98\xad\ \x03\x06\x69\x2e\xdb\xa8\x59\xd8\x4f\x3b\x39\x3e\x0f\x08\xdd\x02\ \xfe\x61\x26\x17\x56\x46\xc4\x75\x69\x16\x92\x6a\x5e\xbd\x3b\x6e\ \x4c\xd9\xed\x1b\x37\x62\xe7\xcd\xa5\xaa\x9d\xb6\xb9\xc3\xd3\xad\ \xe2\xd1\x6d\xc0\x47\xae\xd4\xbe\xbb\x1f\x97\x9b\xb3\xbb\xbf\x92\ \xbe\xaf\xd3\x2c\x75\xe6\xb5\x0f\x29\x4f\xdb\xdf\xbf\x8c\xb7\x14\ \x9a\x76\xb2\xdf\x52\x27\x95\xd3\xf3\x07\xcc\xbe\x83\xc3\x3d\xae\ \x81\xd1\x74\x20\xb6\x0c\x6e\x9e\x4d\x5b\x0c\xdb\x53\x23\xd5\xe2\ \x93\x5d\xcb\xa4\x32\x4d\xb5\xcf\x98\x57\xa5\x4d\x2f\x95\x15\x6b\ \xb9\x03\x0b\x19\x59\xd5\x45\x1d\x23\xd4\xa4\xa4\x85\xcb\xf6\xe2\ \xce\xd6\xde\xa6\x67\x03\x19\x03\x62\xb5\x79\x32\x70\x9a\xab\xeb\ \x7d\x0c\x8c\x06\x37\x5f\x40\x01\x83\xa5\xa3\xf7\x5f\x15\xa9\xc6\ \x87\x16\xca\x8a\x47\xfa\xe6\x33\x32\xb4\xe4\x8d\xb9\xc2\x2d\x92\ \x52\x55\x54\x9c\xa9\xd2\x65\x19\xb7\xa6\xe8\xe2\xf9\xf9\x06\x62\ \x56\x71\xe1\x5e\x99\x61\x6e\x6f\xa0\x75\xb4\x6e\x67\xa1\x28\xbd\ \xa8\xb6\x65\x7c\x73\x8e\x2b\x1e\x99\x2c\xb3\x94\xcd\x9b\x0f\x55\ \xfa\x83\xde\x91\x91\xad\xdd\x51\x4d\xe6\xd4\xe4\x3c\x89\xbd\xa2\ \xb9\xe2\x86\x04\x18\x15\x0e\x5c\x5c\xf1\xf4\xf6\x0d\x09\xf7\xbf\ \xea\xeb\x0d\x26\x02\xdc\xeb\x35\x19\x26\xd3\x06\xd3\x0e\x4e\x2b\ \x9e\x97\xd4\x17\x7c\x7c\xf7\xb2\xa2\xb3\xa0\xa4\xa5\xa3\xb9\xb1\ \x69\x7e\x6e\xcf\x0f\xaa\x26\x37\x37\x32\x35\x2d\x49\x74\x1f\x1c\ \xd4\x21\x34\xf4\x52\x7d\x32\x9d\xc2\x34\x9b\x35\x86\x15\xbf\xf2\ \x72\x17\xd3\x9c\x41\xb3\x1d\x69\x3a\xf6\xf3\x33\x1a\x03\x8f\x7d\ \xac\xc2\x42\xa1\x90\x45\xaf\x58\xbf\x94\x84\x00\x2c\x34\x34\x36\ \xd4\xdd\x31\x76\xda\xef\xb8\x57\x19\xd1\xbd\x19\x6b\x17\x88\x5d\ \x0b\x8b\x38\xda\x30\xa6\x71\x22\x0f\x60\xee\x68\x3e\x05\x0d\xf5\ \xc3\xb2\x9c\x8e\x6d\xad\xe1\x78\x01\x5a\x21\x84\xb2\x38\x5e\x00\ \x14\x82\x83\xcb\xad\x54\x1e\x5e\x11\xb1\xfd\x69\x13\x47\x4b\xc7\ \x6a\x47\x1f\x17\x2b\x98\xc7\x5a\x7a\x18\xdc\xe5\x24\x6c\xd2\x22\ \x56\xdb\xfa\x9c\x1c\xce\xf7\xa7\x04\x0c\x86\xaa\xd1\x3c\x98\x97\ \x83\x95\x55\xcf\x92\x4a\x9c\x80\x97\x2f\x2b\x56\xd7\x7f\xae\xff\ \x00\x6b\xbc\xff\x04\xcc\xdc\xf7\xbf\xfe\xf8\xe3\x8f\xbf\xbe\xaf\ \x03\xfe\xcf\x7a\x66\x17\x8f\xa5\x60\x21\x50\xab\x60\x9e\x44\xc8\ \xb2\xc3\x58\xf1\x7e\xc5\x0b\x4a\x78\x34\x1e\x87\xc2\xa1\x88\x10\ \x97\xd6\x32\x9e\x87\x57\x5a\x5a\x02\xd1\x1a\xb5\x4f\x1a\x57\x46\ \x44\x38\x41\x69\x68\x6b\x04\xc1\x0a\x63\x6f\x4b\xa0\xc0\x01\x21\ \x68\x4f\xe0\xc8\xe5\xeb\xcb\x32\x2c\x04\xcf\xc2\xa2\xe1\x76\x4e\ \x7e\x38\x18\x14\xd2\xb3\x33\x55\x7e\x64\xde\x9a\x2c\x07\xf3\xa2\ \x97\x67\x09\x36\xee\x6b\xee\xb6\x76\x01\x76\x28\x94\x88\x86\x87\ \x2f\xaf\xe2\x08\x12\x3e\x45\xc8\x82\x41\xf8\x34\xfb\x45\x1b\x68\ \xda\xf6\x31\xd4\x6b\x13\xe1\xe3\x6e\x43\x83\xda\x89\xe4\x52\x3c\ \x0a\x8f\x12\xa1\xf1\x34\x47\x07\x07\x17\x3e\x41\xf1\x1d\x87\xf8\ \x21\x23\x88\xf8\x3c\x09\x46\x22\x10\x2a\x64\x32\x89\x10\x25\x13\ \x09\x29\x60\xac\xa3\x6c\xf5\x87\x90\x87\x20\x28\x04\xbf\x52\x55\ \xa5\x0a\x99\x48\x0a\xa6\x5c\xd0\x64\x0a\x14\xda\x0e\x2f\x04\xf4\ \x93\x42\x24\xa0\x09\x66\xa5\xeb\x17\xb3\x00\xdd\x80\x1d\x04\xcb\ \x17\x3f\x66\x01\x76\x01\x06\xf1\xfb\x32\x4f\x0e\xb6\x99\x67\xb1\ \xa4\xb3\xdf\x7f\xe0\xa1\x81\x22\xa9\xec\xe2\xe2\xe7\xec\xf2\x6f\ \x2f\x1f\x5e\x0b\xf1\xf5\xf6\x0d\xf2\x75\x0b\x07\x0f\x69\xae\x57\ \xc3\x53\x53\x83\xbc\xaf\x23\xdd\x00\x38\x5d\xf5\x8e\x0a\x01\xee\ \x02\xda\x0a\xe9\x89\xcc\x8f\x0a\xf1\xbe\x02\xe0\x0a\xe9\x1f\xe2\ \x1f\x12\x14\x84\x04\xa3\x04\xbf\xe4\xa7\xfa\x5f\x01\x0e\xb7\xbe\ \x9e\x77\xae\xb8\xde\xba\xea\xea\xed\xeb\xe9\x0c\x0e\x34\x4f\xff\ \xa0\x28\x40\xaf\x45\x85\x03\x70\xfa\x0a\x68\xa9\x28\x80\x46\x5f\ \x01\x44\x85\x78\xa7\x86\x7c\x06\x03\x29\x80\xbb\xdf\x52\x43\xbe\ \x7d\x89\xfa\xfa\x15\x20\x16\x38\x07\xff\xed\xf7\x7c\x80\x84\xc0\ \x16\x7f\xa4\xf7\x4d\xcf\x5b\x57\x9d\x6f\x3f\x7d\x12\x1d\x17\x53\ \xaf\x0e\x65\x33\x7b\x35\xe4\xda\xd6\x97\x2d\xaf\x5f\xbe\x48\xcc\ \x9d\x67\xd4\x5c\xb2\x1f\x68\xd8\xb5\x47\x95\xad\xd1\x9f\x8a\x73\ \x1b\xa2\x93\x2a\xdf\xbc\x7e\xd2\x60\x1c\x27\xd7\x25\xe7\x9a\xcd\ \x73\x73\xa4\x8c\xf9\xba\x81\xbe\xac\xec\x85\x25\x83\x0a\x42\xd0\ \xb7\xd4\x0c\x68\x6a\x6b\x18\x7d\x0c\xb2\x6e\x61\x9e\x5b\x19\xfd\ \x6a\x50\xa6\x7d\x7a\xbb\x62\x38\x67\x65\xb7\xa6\x62\xb8\x4d\xdc\ \xd0\x59\xf1\xe4\xf1\xab\x4f\x95\x1f\x4b\x5e\xdc\xbe\xf7\x2e\xae\ \xb1\xc5\x32\x5a\xdd\x57\xd5\xdc\xb4\xd1\xd1\xb1\xd2\xb0\xa4\x2c\ \x78\x49\xae\x62\x94\x91\x73\x5b\x1a\xe2\x9f\xe7\xbd\x8e\xe9\x25\ \xd1\x49\x45\xc5\xad\xa3\x1f\xef\xed\x2d\xb5\x55\xb5\x8e\xd3\x87\ \x9e\xd7\xed\xe9\xd5\xa4\x47\x1d\x71\xd5\xe9\xf7\x2a\x93\x1a\x93\ \x5c\x07\x4a\xe6\xf2\xc8\x27\x06\xc3\xc9\xfe\xc0\x86\xb6\xb7\x97\ \x3b\x53\x58\x91\x6e\xa6\xd6\xcc\xb8\x27\x10\x5b\xc5\xa3\x75\x6a\ \x4b\x77\x4f\x18\x1c\x0b\x77\x72\xf2\x49\x89\x54\xab\x2c\x1b\xbb\ \xe2\xb1\x05\x92\x8e\x5b\x56\x9f\x55\xc7\x34\xee\x9a\xe7\x77\xb7\ \x66\xca\x4f\xf6\x23\x12\xc8\xc9\xe3\x8d\xb5\x87\x3a\x76\x26\xe9\ \x43\x7a\x71\x0e\xf7\x63\x5e\xc5\xd3\x57\xcc\xdd\xa2\x0d\xe3\x48\ \xb0\xdd\xa9\x71\xb2\x8b\x3b\x3c\xca\xee\x23\xf7\x6f\xa9\xd6\x2c\ \xaa\xad\x98\xb7\x4b\x96\x4b\x52\x69\x45\xe1\x56\xe2\xe9\xe8\x7e\ \x6f\xb4\x79\xd2\x54\x9c\xd7\x7a\x6c\xd0\x6a\x76\x8a\x72\xe9\xea\ \x08\x63\x19\x57\xad\xda\xdc\x50\x1a\x22\xca\x4b\x8f\x94\x99\xec\ \xc5\x48\x55\x97\xca\xa0\xb2\x4c\xeb\xaa\xea\x32\xce\xfa\x8d\x43\ \x73\x75\x0d\xb9\xe6\xcb\x21\xae\xa6\xed\x43\x26\xb9\x6b\xf0\x6c\ \x47\xd3\x3a\xf9\xe1\x95\x66\xaf\x7b\x84\x9c\xcb\xcc\x2b\x68\x2d\ \x25\xb7\x77\x31\xdb\xd4\xa7\x62\x23\xd1\x15\xf8\xfa\x3f\xfb\x3e\ \x7c\xe1\x9a\x1f\x82\xbc\xf1\x2c\x4b\x69\xd8\x50\x19\x94\x9b\xea\ \xbd\xd3\xfd\xd3\xfd\xad\xa3\x3d\xf3\xc4\x41\x63\x17\xb7\xa6\x61\ \x7e\x34\xb3\x6b\x78\x6e\x77\x6b\x74\x69\x6f\x6f\x7e\x78\x97\xd9\ \xce\xac\x5e\xa9\xd9\x29\xec\xda\x4a\xc9\xe4\x66\x74\x0e\x34\x75\ \x1f\x8f\x6c\x4d\xa9\xc6\x7a\xa7\xe9\x4b\x2b\xe6\x89\x14\xd3\x76\ \x6c\x5a\x30\x83\x4a\x5e\xd9\x2a\xde\x32\xde\x74\x76\x43\x7a\xfa\ \xfb\x06\x21\x9d\x7d\x6f\xba\x06\x01\x03\xf3\xea\x75\x6f\x40\x6d\ \x01\x23\xea\x6a\x01\x93\x0d\x8b\x2c\xef\x99\x38\xad\x78\x19\xf3\ \x29\x3e\xb9\x8d\x9a\xfd\x3a\xbe\xbe\xb9\xb9\x99\x3d\x4d\xee\x46\ \xf7\x6b\xd9\xba\xa5\x85\xd2\xf1\xb9\xb8\xa4\x2c\x75\xa8\x35\x1c\ \x0e\xc1\xaa\x0e\x23\xfb\xcc\x53\xc1\xa1\x11\x11\xa1\x09\xc7\x61\ \x61\xe5\x56\x36\x08\x9f\x63\xb5\x43\x70\x70\x7f\x40\x7f\x4a\x3f\ \x04\xe6\x14\xd1\xef\x64\x2d\xf4\x0a\xf6\x98\xf0\x83\xfa\x84\x1d\ \x9f\x2f\xaa\xf7\x02\x4f\xb0\x1c\xa3\xda\x70\x38\x15\x81\xc3\xba\ \x5b\x4d\xa7\xa0\x83\xe1\x68\x0c\xde\x96\x46\x43\x05\xf3\xe1\x8e\ \x8e\xe8\x65\x19\x0b\xcb\x52\xd0\x68\x7c\x11\x05\x27\xb4\x0b\x85\ \x71\x74\x65\x9b\x1e\x76\x61\x43\x9b\x61\x09\x6b\xe5\xdb\x13\xfb\ \x33\xb4\x72\xcb\x46\xef\xde\x79\x04\xde\xc7\x86\xa6\xb2\x91\x07\ \xab\xdd\x2f\x8d\x5e\x9b\x85\x45\xdd\x01\x70\x04\x1a\x81\x4d\x18\ \xb3\xc5\xd9\x07\x3a\xc2\xb1\x1c\x21\xcd\x0e\xe7\x84\xb2\xe3\x21\ \xb0\x38\x1e\x70\x03\x0f\x58\x2c\x09\x56\xa8\x98\x65\xb1\xb0\x38\ \x09\x9f\x4f\xf3\xb0\xb6\x85\x63\x08\x22\x17\x30\x08\x4c\x21\xa7\ \x09\x11\xb6\xcb\x9c\x50\x04\x84\x46\x43\x63\xac\x79\x01\x01\x34\ \x28\xda\xc7\x3d\x38\xb0\x27\x56\xe5\x65\xc5\x52\x2c\x03\x86\x0d\ \x03\xb3\x41\xc1\xbd\x20\x7f\xca\xec\xe4\x14\x2b\x0c\x05\x81\xe3\ \xf1\x85\x34\xc0\xeb\xc9\xa1\xb6\x3d\x27\x13\xf8\x58\x5b\x81\x9c\ \x16\xbb\xdd\x33\xad\x82\x13\x38\x1c\x16\x4b\x32\xab\x90\x72\x04\ \x12\x0a\xc2\x11\x8d\x23\xe0\xe4\xf8\x30\x09\x16\x61\x13\x86\xe3\ \xe0\xad\x78\xab\x34\x9f\xb1\x81\xdd\xfd\x2c\xad\xf2\x20\x73\xc9\ \xc9\x11\x85\x86\x0c\x1e\xe0\x84\x02\x30\x11\x03\x85\x13\xc0\xc3\ \x1c\x82\x5d\xdc\x71\xf6\xc1\x18\x39\xc4\xcf\x1a\xc1\xa1\xf1\x71\ \x2e\x1c\x89\xf0\x87\x84\x00\x07\x4c\x1e\x26\x00\xc5\xa1\x09\x29\ \x38\x0e\x0b\xcf\xa2\x41\x68\x1c\x16\x07\x87\x25\x10\x10\x42\x16\ \x45\x44\x83\x4a\xf9\x22\xbc\xcf\x98\x8d\x93\x1f\x05\x01\xc1\x60\ \x96\xd7\xe5\x92\x59\x30\x14\x43\xb0\xae\xe0\x4b\x84\x72\xa9\x44\ \x28\x98\x15\xcc\xae\x83\xe7\x1c\x79\xb3\x52\x39\xf0\x76\xcb\x7f\ \xfe\xf5\xab\x36\xfe\xff\x82\x97\xbf\x5d\x71\x76\x0e\x47\x06\x85\ \xa4\x22\x01\xed\xe4\x1f\xe4\x86\x74\xcd\xf7\x0f\x02\x58\x03\xe0\ \xca\xd7\xdf\xdb\x17\xc0\x0f\x30\x6c\xfc\xdd\x00\x63\x18\xee\xef\ \x1d\x02\x5e\xbb\x06\x01\xcf\xf7\x07\xfc\xa1\xbf\x33\xd2\xd7\x39\ \x15\x19\xf2\x25\xc8\xd7\xd9\xd9\xf7\xea\x4d\x67\x64\x08\x30\xc2\ \xdc\xbe\x84\x07\xa5\xba\x81\x3b\xf9\x03\xa8\x02\xfb\x31\xfc\x0e\ \x36\xf1\xfb\xfc\xfb\x3f\xc2\x53\x43\x7c\xfd\x81\xa3\x72\x6a\x38\ \x60\x00\x83\xf2\xf3\xc1\x48\x8a\xcf\x60\x0d\xfc\x57\xb0\xe5\xfb\ \x97\xcf\xe1\x60\x77\x19\x40\xb7\xf9\xba\x79\x5e\xb9\x76\xed\x59\ \xf4\xdb\xe7\x25\xe9\xad\xc9\x1b\x0d\x4f\xaa\x8a\x5a\x1f\x52\x8d\ \x55\xdd\xea\xb2\x86\xf6\xe2\xa1\xc5\x39\xf3\x65\x51\x5f\x95\xc1\ \x61\x7b\x6b\xa7\xe9\x43\xc3\x16\xa9\x89\x6d\x59\x6a\xaf\xca\x25\ \x0d\x54\x2b\x75\xd3\xe3\x97\xc4\xa5\x7d\xd3\x40\x2f\xbd\x94\x51\ \x3a\xca\x38\x17\xd9\x2f\x19\xd8\x1f\x36\x88\xd5\x39\xd4\xe8\x92\ \x81\xca\xf7\xed\xe3\x4b\x71\xb9\xf3\x86\x9d\xa5\x1c\x4b\xd5\x8a\ \x71\xa4\x37\x99\xf9\xe9\x4d\xd2\xf3\x97\xcf\xe3\x5f\x3d\x79\x56\ \xf0\x3a\xee\xe9\xdd\x5b\x37\x1e\x65\xc4\x50\xcf\xb6\x56\x46\x35\ \xd5\x55\x47\x4c\x6a\x63\xc5\x8b\x87\x0f\xef\x3d\x49\x8c\x7e\xf7\ \xea\xd9\xfd\xd6\xba\x8f\x9f\x18\x9a\xa9\xec\x79\xe3\xcc\x48\x83\ \xc5\xd8\x50\x38\x52\x3d\xda\xfb\xa1\xbd\x4e\xcb\x25\xa6\x27\xd6\ \x71\xdb\x99\xed\x19\xa5\xd9\x79\x99\xed\x6c\x52\x7c\x32\xd9\xbc\ \xbf\x97\x95\x4b\x2d\x2d\x4b\x34\x57\x17\xa7\x17\x9a\x57\xa6\x88\ \x87\xea\x85\x71\xa5\x29\x2c\x14\x0f\x09\x4c\x9b\x38\x30\x76\x1f\ \x29\x0f\x0c\xe7\x3a\x73\xc2\xc1\xf6\xb6\x79\x6d\x5b\x6d\x9a\xd9\ \xd3\xe8\x2c\x8b\x61\x36\x10\x1c\x34\x58\x1d\x11\x31\x78\x68\x5e\ \x34\x1e\xcd\x18\xb3\xaa\xe7\xb5\xc3\x95\xe9\xe9\xc5\x25\x8d\x8c\ \xa4\x47\xd1\x6d\x60\xea\x45\x70\xca\x3e\x3d\xf6\xf4\x54\xb9\xc3\ \x98\xdf\x31\x9b\x36\x06\xaa\xba\x74\x99\x4d\xe7\x27\x1b\x8c\xd1\ \xb2\xf8\xe8\x9c\x0d\x4d\xed\x52\xa5\x65\x88\xd1\xbe\xb5\xd5\xcb\ \x50\xef\xfb\x98\x17\x3c\x2c\x64\xd3\xb9\x5a\x7f\x4a\x6f\xef\x3d\ \x2e\xed\x55\x67\xd3\x37\xb6\xc7\x32\xca\xb4\xe2\x35\xa3\xae\xec\ \x74\x41\x93\xd3\x4a\x26\x65\x8f\x94\x2e\x1d\x64\x12\xa7\x49\x67\ \xe2\xde\xc4\xf4\x81\xf8\x5a\x76\xed\xe3\xa7\x4d\x89\x44\x62\x73\ \xf1\x27\xf6\x42\x6b\x2d\x9d\x58\xd8\xf8\x81\xba\x31\x62\xda\x7f\ \xf6\x05\x3c\x2b\x72\xfd\xcd\x93\xa8\x20\xdf\x9b\x0f\x5b\x8c\xd3\ \x2b\x47\xe6\x08\x0f\x83\xc6\x38\x60\x58\x19\xde\xeb\xd6\x4e\x1b\ \xcc\x96\xa1\xe2\xaa\x25\xc3\xc8\x42\x46\x1d\x7d\xe3\xcc\x64\xd8\ \x5d\x5a\x38\x4c\x59\xda\x37\xea\x37\x0c\xc4\x91\x4c\x66\x34\xa3\ \x20\xee\x6d\x41\x0b\xbd\xaf\xeb\x34\xf6\x52\x2f\xde\xab\xcf\x39\ \x1b\xce\x21\xef\x8f\x4d\x01\x42\x30\x6c\x30\x2d\xb4\xe7\x2e\xd2\ \xd7\xd5\x3f\x08\x18\x83\x21\x41\xe1\xb7\xc0\x6c\x70\x24\xd2\x19\ \x18\x8c\xae\xae\xb7\x1e\xdc\x09\x41\x7e\xb0\x86\x79\x05\xa4\x4d\ \x4c\x37\x3f\xb9\xff\x2c\xa9\x91\x7c\x58\x96\x54\x5b\xcd\xa8\x9a\ \xd4\x2e\x20\x60\x63\xda\x85\x21\xf5\x89\xc1\x08\x0b\x98\xeb\x23\ \x56\x19\x13\xfc\x4e\x42\xc3\x26\xb6\x13\x0e\x06\xdd\xd1\x81\x3e\ \xee\xd3\x7b\xea\x83\xf3\x83\x04\x77\x07\xa7\x35\x1f\xbf\x60\x0f\ \x77\x2f\xb8\x8d\x35\xca\xce\x31\xc5\x70\x76\x8e\xc5\x0c\xfa\xa1\ \x09\x3c\xd8\x18\xc6\x1d\x17\x70\x0c\xf7\xe3\x47\x4c\xd8\xd8\x3b\ \x6e\x75\xd3\xa0\x28\x2f\x8a\x8d\xfb\xa5\x23\x6a\xfd\x42\x00\x81\ \x89\x44\x2c\xb4\x0d\x4a\x02\xef\x87\x10\xec\x28\x14\x0e\xde\x07\ \xcf\x12\xd2\x22\x68\x4e\x96\x4b\x2b\x48\x4a\xb9\x0b\x2e\x61\x62\ \x66\x2c\xd6\xac\x82\x63\xd0\x36\xfd\x11\xa6\x41\x68\xb9\xc9\xc3\ \xc9\x0e\x85\xb1\x0d\x3d\x9f\x9e\x3a\x09\xe0\xc3\xb6\x71\x01\x36\ \x42\x0a\x80\x27\x08\xcf\x89\x23\x17\xc8\x57\x79\x2c\xbc\x0f\xca\ \x06\x01\x73\x0f\xe6\xd3\x10\x28\x21\x4e\x22\xc7\xc0\x69\x14\x01\ \x0f\x8f\x85\xa3\x1d\x6d\x69\xb6\x58\x30\x17\x42\x68\x87\x23\xd8\ \xe3\xa1\xa8\x6e\x43\xb9\x35\x9f\x02\x85\x62\x08\x00\xd2\x84\x4e\ \x18\x82\xcc\x1e\x46\xb3\x73\x01\x93\x70\x20\x2e\x28\x3e\x0e\xc3\ \x93\x0b\x29\x78\x0a\x87\xc7\x12\x7c\xe7\x60\xed\x63\xbd\xec\x60\ \x0e\xee\x18\x21\x9a\xc7\xc3\xf2\x60\x76\x1c\x58\x7f\xff\x84\x9f\ \x90\x80\x66\xc9\x45\x2c\x38\x96\x07\xfc\x08\x45\x02\xe9\xba\x5c\ \xe6\xae\xe7\x58\xe3\x58\x34\x16\x0b\xef\x78\xf1\x43\x44\x80\x2a\ \x77\xf6\x67\x30\xac\x65\x3e\x07\x2f\xb2\x51\x99\x36\xd8\x62\x1f\ \xb8\x1d\x01\x67\xab\x1e\xf6\x82\xba\x6c\x89\xa7\x83\x31\x14\xb4\ \xb5\x2d\xd6\x56\xc0\xa3\x71\xf0\x78\x8e\x44\x24\xc2\xd1\xf8\x32\ \x01\x81\xcf\x57\x60\xf1\x04\x1a\x1a\x3b\xfb\x53\xce\xe3\x60\x6d\ \xa1\xb6\x78\x16\xca\x8e\x23\x91\x08\x09\x22\xb8\x95\x03\x45\x22\ \x17\x29\x00\x34\xb3\x08\x38\x02\x07\xce\x47\xd8\xe1\x6c\x59\xb3\ \xab\x17\x1c\x81\x14\x20\xad\x40\xc0\x92\x89\x44\x7c\xa9\x4c\x2a\ \xe7\xb1\x58\x60\x16\x85\x84\x2f\x94\x48\x05\xb0\xc5\xc8\x83\xed\ \x94\xcd\x30\x07\x02\x06\x0d\xbc\x95\x5c\xf0\x9b\x37\xd2\x19\x19\ \x1e\x14\x15\x02\xd0\xc6\x35\xe8\x0b\xd2\x0d\x8c\x0b\x74\x73\xf6\ \xf5\xf7\xbf\x72\xcd\xcd\xd5\xed\x8a\xdb\x15\x4f\xdf\x10\xef\x90\ \xd4\x28\xe0\x39\xc0\x05\xa8\xd1\xfd\x91\x48\x7f\x60\xc8\x86\x44\ \x79\x03\xe6\x2f\x1f\xd8\x98\xea\x0f\x8c\x2c\x6f\x37\x37\x4f\x67\ \x4f\xe4\x75\x4f\xff\x28\xff\xa8\xfc\x70\x5f\x00\x47\x80\xd5\xfb\ \x9c\xff\xab\xe5\x31\x58\x93\x05\xba\x3d\x50\xe4\xbb\x85\x80\x67\ \x05\x83\x80\x21\x0f\xc8\x2a\x40\x52\x7d\x0b\xff\xf6\x35\x1f\xe0\ \x1a\xb8\x3a\x3a\xca\xf9\xb6\xb3\xf7\xb5\xdb\x0f\x5f\x3e\x8e\x79\ \xf3\xf6\x53\x63\x45\x7c\x6b\xf4\x83\x9b\x21\x2f\xdf\xdd\xbe\x7a\ \xeb\xba\x6b\xc5\x68\xc1\xed\xc2\x81\xe7\x9b\xda\x6a\xed\x6e\x51\ \x83\xf8\x7c\x3b\x6d\x2d\xb3\xa8\x85\x9c\xb3\x54\x4f\xee\x5b\x5a\ \x99\x1a\x9e\x13\x73\x8d\x43\xad\xfb\x35\x95\x69\xfb\x19\x1d\xd9\ \xcd\xf5\x71\x9f\x86\x5b\x36\x82\x87\x97\xfa\x9a\x88\x9f\xee\xde\ \x7d\x7e\xe7\x53\xce\x5b\x46\x69\xd7\x78\x4e\x6e\x77\x66\x7b\x49\ \xdc\xde\x38\x97\x51\xcc\x4e\x7e\xf4\xf8\x6d\x5e\x7d\x52\x7b\x6d\ \xde\xab\xba\xa1\xca\xec\xb6\xf8\x67\x77\x6f\x44\xbf\x23\x46\x18\ \x87\x2c\x3b\x73\xcc\xce\x4f\x05\x19\x8c\x77\x37\xaf\xde\x7b\xfc\ \x3c\x2e\xe3\x5d\x76\x69\x53\x2e\xb3\x32\xbd\x2a\x2f\xbb\x38\xa3\ \x38\xf9\xac\xef\x23\x43\xaf\xef\x9d\x64\x0e\x69\x99\x8d\xbd\xcc\ \x96\xd2\x0d\x4b\xcc\x1c\xd1\x4f\x67\x38\x5e\x33\x8d\x1f\x9c\x9b\ \x13\x3b\x8c\x73\x7d\x2b\xd3\x59\xca\xe1\xa3\x81\x74\xcb\x58\xda\ \x51\xec\x64\x97\x07\xb7\xed\xf5\xc7\xba\xac\xc3\x84\x3d\x4d\xbf\ \xc1\x12\xac\x3a\x52\x0e\xab\xa6\x2d\xac\x13\xad\x51\x55\x94\x7d\ \x5c\xa4\x3f\xca\x2c\x65\xb0\x37\x8e\xce\x36\x43\xa1\x58\x9b\xd8\ \x14\x98\x4b\xa4\x43\xa0\x29\x70\x7b\x5e\x37\xa4\x19\xa6\x9a\x8d\ \x75\x9a\xde\xf6\xbb\x37\x9f\x3c\x2b\xce\x6c\x5a\x71\xb1\x55\xee\ \x4e\x9d\x2e\x19\x95\xdb\xa3\x73\xec\xc3\xee\x1d\x73\xba\x31\xd2\ \x67\xa5\x65\x64\x6e\x92\x9e\xdb\x5c\x34\x4a\x3e\x1a\x2f\xcc\x68\ \x35\xee\xd0\xe9\xf3\x4d\x71\x97\x29\x53\x16\xa5\xf8\x3c\x73\x78\ \x73\x6c\x21\xeb\x43\xe1\xe9\x38\xf9\x55\xeb\x8e\x81\xbd\x60\x19\ \x36\x0e\x14\x2b\x2d\x19\xc5\x1b\xe3\xec\x25\x2e\x97\x19\xdf\xa1\ \x29\xe3\x36\x67\xa6\xd7\xcf\xcd\xd5\x65\x17\x95\xd2\xb5\xf4\x11\ \xfd\x70\x7d\x61\x6f\x46\x4b\x53\x9f\xb6\x38\x87\x5d\xdc\x49\xfa\ \xf0\xe6\x09\x31\x3d\xfe\x41\x78\x48\x90\xaf\xf7\xa3\x98\x3b\x5f\ \x83\xbc\x6f\xbe\xab\x3b\x36\x19\x2d\xdd\x33\xc6\x36\x76\x99\xb9\ \xeb\x24\x73\x71\xd8\xbc\xa3\x56\x9f\x44\x6c\x9e\x4c\x6f\x1e\xa8\ \x66\xdc\x0f\x0e\xcf\xcc\xbb\xd9\xc4\x13\x73\x79\x60\xe8\xcc\x71\ \xe4\xda\xb4\xc5\x64\x30\xce\x9f\x1d\xad\x19\xb4\xc3\xec\x01\xb5\ \xc5\x5d\x35\xdd\x3f\x95\x72\xa0\xea\x3e\xee\x49\x53\x23\xac\xfd\ \x38\x6a\x53\xb4\xb3\x73\x90\x27\xd2\xdb\x15\x6c\x3c\x1b\x74\xfd\ \x6a\x08\x80\xab\xa0\x5b\xc8\x28\x6f\x67\xb7\x6b\x57\x9c\x43\x42\ \xae\x92\xb6\xed\x61\x0e\x4e\x81\xdb\xbd\x4f\x5e\x7f\x2c\x5e\x3b\ \x5f\x1b\x29\xce\x2a\xca\x1e\x59\x39\x90\x38\xa5\xf4\x98\xc6\x1c\ \xd5\x2e\x16\x23\x14\x8c\x14\x53\x2a\xc7\x54\x69\x4e\x5e\x3d\xf6\ \x2c\x1b\x98\x9f\xa3\x87\x65\xc6\xdd\x05\x15\x69\x32\x94\x27\xc0\ \xdd\x83\x1d\x61\x30\x94\xa3\xcb\xd1\x5a\xff\xa5\x5d\xca\xf9\x98\ \x6a\xcd\x6e\x6d\x0d\xcf\x47\xc4\xda\x8b\xfc\x20\x3c\xdb\x34\x3b\ \x81\x15\x1a\xbe\x09\x59\xb7\x85\x22\xd4\x67\xf8\xe0\x30\x07\x0c\ \x06\xb7\xbe\x0a\x38\x92\x8b\x65\x8c\x1d\x84\x80\x71\x77\xb2\xb3\ \xb6\xb2\xb2\x62\x59\x0b\x04\xdd\x1e\x58\x01\x05\x0e\x09\x9e\x0e\ \x53\x7b\x04\x60\x76\xa1\x78\xbb\xee\x95\x34\x88\x15\xc6\x0b\x41\ \x08\x28\x77\xd9\x56\x41\x09\x76\x04\x09\xce\x2b\xd6\xce\xe6\x2c\ \x16\xee\x81\x8a\x2d\x87\x22\x9c\x1c\x39\x10\x08\x9e\xc6\xb3\x59\ \x3b\x81\xe0\x10\x42\xeb\x4d\x0e\xcb\x1a\x2d\x59\x16\xcc\x4a\x04\ \xb3\x42\x99\x14\x6c\x26\xc1\x87\x4b\x39\x34\x1f\x6b\x84\x3d\x82\ \x20\xe1\xc1\x09\xb6\x70\x08\x2c\x20\xd2\xbd\xba\x45\xe7\xee\x12\ \xb0\x89\x75\x87\x1c\x38\xc2\x6d\x78\x42\xac\x17\x05\x07\xb5\x82\ \x43\x38\xab\x00\xa6\x20\x76\xb8\xd0\x41\xd5\xd4\x98\x41\xb5\x1b\ \xc1\x42\xc1\x64\xbc\xe0\x72\x1c\x9a\x27\x15\xda\x45\x22\x08\x36\ \x8e\x42\xeb\x48\x07\x3c\x0b\x47\xb0\x15\x4a\x67\x85\x78\x21\xce\ \x09\x37\xe8\x13\x0c\x0d\x08\xb0\xc2\x8b\x70\x68\x08\xce\xda\x5e\ \x28\x84\xd8\x44\xa2\xfe\xfe\xfd\x2f\x99\x08\xae\x69\x51\x2b\x77\ \x9d\x66\xe5\x14\xb9\x00\x1e\xea\x02\xe7\xcd\xca\xf1\x00\x8a\x04\ \x30\x1f\x14\x02\x82\xb6\x0a\x0e\x85\x25\x40\x03\xba\x5d\xe0\x56\ \x84\xe5\x1f\x42\xda\xac\x5c\x2a\x62\xf1\x11\x3c\x1a\x0a\x2f\x17\ \x61\x50\x02\x91\x35\x7f\x75\x79\x15\x4e\x61\x09\x81\x5f\x17\x02\ \x97\x48\x15\xeb\x42\x56\xb7\x9d\x40\x20\x94\xca\x01\x09\xa5\xe0\ \x61\x3c\xe0\x12\xd9\x2c\x47\x22\x95\xa0\x1c\x64\x94\x89\x30\x5b\ \xe0\x43\xca\xe5\x0a\x70\x3a\x4c\x2a\xe5\xc9\x15\xc0\x9f\x41\xb1\ \xaa\xe0\xaf\xca\x14\x3f\x14\x12\xa9\x8c\x8f\xb5\x4e\xf1\x9a\x30\ \x63\xdd\xed\x38\x3c\x98\xe3\x6f\xfe\x00\x8e\xbe\xe6\xfb\x82\x71\ \xbe\xce\x51\x21\x41\x48\xb0\x82\xd9\xd3\x1b\xbc\xe7\xec\xeb\xeb\ \xe9\xe6\x0f\x26\x33\xfb\xfa\x02\x2a\xca\x3f\xdf\x0d\xf0\x82\x9f\ \xc3\x91\xfe\xfe\x00\xb4\xfc\x01\xea\xb8\xb9\xfa\xa7\xba\xfd\xe2\ \x97\xf7\x55\x57\x37\x5f\x6f\xe7\x20\xe0\xc0\xe8\xeb\x9b\xef\x0f\ \x98\x4a\x64\x88\x5b\x6a\x2a\x32\x08\x40\xd3\xb7\xa8\x5f\xf9\x5e\ \xdf\x00\xe3\x99\x0a\xb8\x45\xe4\xaf\x93\xd5\xf9\xe1\xe1\x60\x0e\ \xfd\xe7\x7c\xb0\xd7\xdf\xb7\xcf\x41\x41\xe1\xe0\x7a\x1c\x80\x92\ \x0f\xae\x5f\x7b\xf4\xe0\x65\x45\x03\xb9\x9d\xc1\xac\x7a\x79\xf7\ \xc9\xa3\x07\xd1\x41\x41\xbe\x71\xcc\x47\xc8\xbb\x37\x5a\x82\x35\ \x75\xc9\x15\xd9\xdc\xfe\xbd\xa6\xbc\xf7\xcf\xcf\xd7\x4a\xb7\x74\ \xa3\x4b\xa3\x79\x5a\xc3\x90\x96\xad\x31\xb0\x95\x19\xec\x53\xdd\ \x56\x8e\x91\xdb\x5e\x3b\x10\xdf\xd1\xab\x36\xb1\xa7\xce\x66\xc8\ \x43\xd4\xf7\x35\x4a\x6e\x6b\x6e\xd1\xfb\x37\xaf\x0b\x18\x8d\xf7\ \x6f\x3f\x68\x49\xd8\xfe\xf4\xbc\x82\x54\xf8\xa1\xa5\xb9\x2d\xa7\ \xa9\xe0\x63\xc6\x06\xb5\xb2\xe4\x63\xe5\xf8\x0a\xb5\x80\x1c\xff\ \xb8\x96\x9d\x7b\xa4\xb2\x6c\x9e\x1d\x2a\x7b\xb7\x0c\xe9\x5d\x59\ \xd4\xf4\x74\x52\x33\x93\x9a\x57\x3c\x3a\x40\xa5\xd7\xa4\xd7\x6d\ \xf5\xb6\x30\x4c\xc4\xce\xac\xd6\xe6\x32\xae\x51\x75\x72\x64\xd8\ \x5b\xe8\x60\x1a\x0d\x36\x27\x66\x9f\x48\x95\xd8\x74\xb4\x75\x54\ \x3a\x48\xa2\x9f\xa8\x77\x0e\x10\xa1\xc6\xb4\x4b\xe5\xe0\x81\x65\ \xca\x60\x2c\xda\x59\x02\x0e\xfc\x9b\xfa\xe9\xda\xea\x57\x45\x9d\ \xaa\x69\xad\x49\x9c\x75\x98\x3d\xc2\x2e\xc9\xbb\xdd\x71\xa0\xae\ \x4d\x1a\xdd\x9c\x1f\xcb\x1d\xd1\xe7\x14\x2d\xd2\xb3\x06\x76\xc4\ \x7a\x9d\xf9\xfc\x28\x6f\x7b\x73\xd3\xcb\x7a\x4a\x99\xa6\xda\xdd\ \xf7\x98\x9c\xde\x39\x07\x3e\xd7\x68\x36\x23\x8b\x98\x93\xa5\x53\ \x47\x78\xc0\x06\x2d\xe2\x71\xe5\xc4\xee\xda\xa5\xa9\x77\x7b\xde\ \x68\x39\x3a\x3e\x6b\x20\xe6\xb2\xcb\x55\xdd\x85\xec\x42\x8b\x7e\ \x65\xbe\x35\x31\xf3\x60\x7a\xcf\xd2\x97\x9e\x73\x74\xd4\x47\x2a\ \x53\x6d\xec\xf7\x4e\x1d\x18\xf6\x12\xc2\x06\xe6\x49\xb5\xef\xde\ \x37\xb7\x54\x32\xeb\x87\x34\x75\x4d\xec\x4c\x62\x1b\x73\x4b\x4b\ \x6e\x1c\x39\xca\xd1\xef\xd5\x29\x0b\x9b\x92\x89\x99\xa5\xc6\xdd\ \x85\x8c\x9c\xbd\x51\x2e\xe9\xc0\x7c\xa0\x24\xa7\x97\xc6\x3d\x63\ \x7e\x62\x16\xbe\x7b\x1b\xc3\xc8\xe8\x8b\x09\x0f\x41\xfa\xfb\x5e\ \x8d\x7e\x1d\x14\xe2\x76\xed\x4e\xdb\xa5\x7a\x5f\xb5\xa8\x1a\x53\ \xe9\x37\xea\xeb\xc4\x59\x16\x26\xfa\xa3\xd3\x00\x00\x20\x00\x49\ \x44\x41\x54\xcb\x81\xc5\xb2\xf2\x69\x60\x73\x63\x2a\x6c\xd0\xaf\ \x67\xa3\x4b\x05\xfc\x19\x3c\x0e\xb7\x76\xd3\xd4\x8b\xaa\xad\xc5\ \x03\x4b\xe8\x8c\x79\x66\x82\x7b\x78\x7e\x69\x52\x1f\x4d\x9c\xa8\ \x4f\xd9\x7a\xc3\xb9\xd8\x02\xcd\xee\xef\x89\x7c\x7d\xb4\x18\x96\ \x5d\xfc\xfa\xb3\xb7\xaf\xa7\xe7\x95\xab\xae\xde\x48\xe0\x8d\xae\ \xbb\x01\x96\xd0\xf9\xca\x23\x67\x5f\xd7\xab\x21\x6e\xf7\x1f\x00\ \xc7\xd6\xaf\xde\x31\xec\xad\xb1\x00\x08\x45\x7b\x7f\xc8\xdc\x1d\ \x71\xe2\x30\xc1\x5d\xd9\x35\xab\x9c\xc6\x50\x7e\xaa\xd3\x93\x99\ \xf3\xc1\xf2\x41\x53\xc2\xa9\x1f\xd4\x62\x8e\x4c\x09\xf5\x3b\xde\ \x1b\x17\x1b\xad\xc2\xa6\x8f\x96\xca\x5d\x66\x8e\x77\x27\xc4\x06\ \x75\xe0\xb1\x75\x4f\x79\x8f\xcf\xf6\xd4\xd8\x81\x43\x7f\x58\x40\ \x98\x87\x6d\x20\x05\x1e\x90\x06\xb3\x76\x74\xc4\xa0\xac\x6d\xac\ \xac\x60\xf6\x68\x14\x66\xba\xdb\x3a\x20\xd0\x2b\xb2\x1b\xe1\xb2\ \xcd\x77\xa7\x6d\x46\xce\xc4\x5a\xb3\xac\x29\xcb\x1c\x07\x07\x04\ \xdc\x3d\x10\x62\x0d\x71\x5a\x8c\x80\xa1\x21\xac\xd9\xef\x82\x60\ \x18\x2b\x56\x6e\xe7\x80\xc3\xe3\xad\x1c\xfc\xa0\x81\xf6\x42\x8a\ \x5d\x70\x02\x1f\x65\xe7\x87\xb6\x71\x08\x80\x21\x3c\xac\xe1\x61\ \xd3\xb1\x88\xd0\x9e\xcd\x04\x16\x34\x0c\x15\xe0\x63\xd7\x03\x61\ \x21\x10\xf6\xa7\x0c\x2f\x39\xdf\xda\x4e\x24\x91\x8a\x08\x36\x1e\ \x38\x3e\x05\x2b\xb2\xa6\xf0\x64\xab\x76\xfd\x08\x9c\x9d\x82\x87\ \x42\x63\x6d\x61\xa1\x3c\xa1\xbb\x69\xcd\xc6\x7d\x3e\x02\xed\xe7\ \x63\x6f\xde\xb6\x46\x1d\xa6\xd0\xec\x95\x68\x94\x0d\x01\x8f\xe5\ \xd3\x22\x7a\x12\x1c\xec\xac\xa5\x00\xf1\x70\xf8\x50\x1b\x2b\x7b\ \x27\x7c\x82\x45\xa7\x36\xab\xb7\x71\xb0\x88\x13\x5e\x44\x2c\x9e\ \x85\xb7\x3e\xd9\x14\xa2\x70\x0e\xbb\x70\x4e\x28\x5e\xca\xc3\xc1\ \x51\x38\xa8\x9d\x68\x95\x65\x8f\x03\xc4\x14\x81\x6f\x8b\xc3\xc8\ \x58\x36\x68\x8a\x50\x2a\x95\x71\xf8\x12\xbe\x9c\x86\x97\xad\x53\ \x78\xb6\x38\x3c\xcf\xc5\x85\xa3\xa0\x09\x00\xbd\x84\xc0\x08\x79\ \x4e\x38\x04\x5e\xfa\x93\x8f\x17\xa2\x45\x34\xb8\x15\xc4\xd6\xd6\ \x05\x05\x63\x49\x67\x15\xab\x3f\x97\x05\x3e\x2c\xc8\x44\x80\xc3\ \x61\xa8\x1a\x35\xe8\x07\xb1\xf7\xb0\xa6\xd1\x64\x02\x11\x81\xc0\ \x12\x80\xf9\x3e\xb3\x80\x07\xe4\x88\x24\x3f\x04\x42\x99\x4c\x26\ \x57\x08\xf8\x32\xf9\xcf\x8b\x9f\xcb\x12\xa1\x6c\x5d\x2a\xf8\x29\ \xe7\xf8\x4c\xe0\x04\xb0\x43\xd4\xb2\x42\x22\xe1\xa1\x44\x0a\x19\ \x5f\x3a\x2b\x93\x89\x14\x3f\x96\xa5\xb4\x65\xc1\xf2\xba\x54\x21\ \x5b\xe6\x60\x94\x67\x50\x38\x6a\x5d\x24\x94\xfc\x06\x56\x13\x87\ \x03\x5e\xcd\xdb\xff\x57\x4c\x7c\x50\x78\x90\x1b\xa0\x81\x9c\x9d\ \x3d\x3d\x91\x80\xf0\x07\x27\xdb\x53\xf3\xfd\x01\x54\x85\x23\xa3\ \x7c\xdd\x7c\x01\xa2\x39\xdf\x72\x46\x3a\x03\x82\x0c\xb0\x7d\xc8\ \x70\x6f\x24\x30\xb6\x90\x48\x4f\x7f\x37\xcf\xab\x57\x5d\x91\x57\ \xdc\xc2\xc3\xf3\x01\x02\x46\xa5\x82\xe9\xc0\x80\x24\xf3\x0f\xc9\ \xff\xe2\x1b\xe2\x0f\x90\x2b\x0a\xb0\x91\xa9\xce\xd7\x80\x43\xa6\ \x3f\xf0\x4e\xa9\xe1\xf9\x51\xde\xc8\xfc\x6f\x21\xa9\xe0\xf2\x9c\ \xd4\xaf\x51\xa0\x86\x43\x06\x7d\x09\xf7\x74\x76\xf6\xbf\xfd\xfa\ \xf1\xfb\xfb\x8f\xb5\xa4\x4f\x19\x8f\xef\xdf\x78\x75\xf6\xee\xf6\ \x8d\xe4\xdc\xba\xe7\x8d\x3b\x05\x8c\x9a\x98\x92\x98\x27\x2d\x25\ \x45\x99\x95\xf7\x1f\x92\xb8\x8f\x6a\xe7\x0d\xb9\xf3\xcd\x0c\x83\ \xd8\x76\x7b\x6b\xc3\xb0\x34\xbf\x51\xb7\x5b\x94\xbe\x7d\x90\x39\ \xba\x54\x41\x5a\xb3\xe8\xa7\xf7\x99\x07\xdc\xf4\x18\x65\x49\x6e\ \xf6\x10\x35\xb1\xea\x65\xc5\xcb\xf7\x1d\x1d\x8d\xc6\xc9\xc3\x08\ \x25\xb5\x31\xbb\xf5\x63\x75\x6b\x03\x83\x4a\x6c\x4c\x6f\xce\x4a\ \xaf\xc9\x19\x1e\x59\x10\x77\x64\x25\xbd\xaa\x19\x26\xe5\x2d\x35\ \x37\xaf\x6c\x64\xf5\x8d\x14\x1a\x8c\x4b\xfb\xe6\x86\xb6\xb2\x93\ \x81\xd3\x6e\xf7\x80\x3e\xae\x65\xa0\x77\xb4\xb1\x22\x6f\x54\x63\ \xe8\x27\x3e\xd1\xd4\xc4\x8f\xed\xc6\x4e\x78\xd8\xaf\xc4\x9d\x9e\ \xaa\xb9\x9b\xaa\xd3\xa9\xb2\x23\xab\xe3\xb9\xdc\x91\xf7\xcc\x71\ \xf5\xbe\x49\x5b\x3e\x39\x54\x3f\x34\xfd\x3a\xfe\xc5\xad\x3b\xce\ \xad\x6f\x0a\xa8\xad\xaa\xec\xa3\x80\xb4\x1e\x8b\x9a\x69\xd8\x12\ \x8f\xec\x68\xef\x31\xea\xba\x32\x1a\x62\x4a\x88\xf5\x06\x62\xd7\ \xee\xc8\x86\x89\xdd\x3d\x38\xa5\xd9\x66\xd4\x6a\xe8\x19\xd5\x73\ \xca\xbd\xd3\xf1\x6a\xd2\xa1\x6a\x72\xe7\x52\xb5\xb4\x33\x3f\x3c\ \x04\xbc\x69\x1a\xd4\xa8\x37\xce\xa4\x8c\x11\xf7\x98\x63\x86\x9e\ \x9c\x42\xfd\x08\x39\xd7\x92\x32\xc0\xa6\xd3\x57\x3a\x89\x62\xaf\ \xd8\xe0\xa3\x66\xf1\xd0\x89\xe9\x64\x78\x5f\x39\x1f\x9c\xc1\x4c\ \x37\x69\xcc\x26\xfa\xe1\xb1\xfe\x64\x63\x94\x68\xd2\x19\x74\x62\ \xc3\x64\x97\xc5\xa2\x8c\x1c\x31\x2e\x7e\x8a\x89\x8b\x26\x0f\x53\ \x89\x55\x0d\xf4\x91\x95\x85\x31\x23\xb9\x6a\xbc\xb3\xb8\x00\x10\ \x99\x65\xec\x61\x52\x57\x41\x36\xb3\xbe\xb9\xb9\x2d\x2e\xbe\xb9\ \xad\xa3\xb9\xca\xa8\x1c\xcf\x6a\x7c\xdf\x9c\xd1\x52\x9c\xf7\xf6\ \x71\x1e\xdd\xd0\x7c\x25\x15\xe9\x86\x0c\xbf\xf3\xf6\x6e\x90\xef\ \x95\x3b\x49\xd3\x33\x66\x53\x44\xac\xca\xa2\x1c\x89\x5b\xe8\xcf\ \x2a\x35\xf6\x59\xbc\x8c\x5d\x4d\xcc\xae\x7d\xd5\xbe\x5f\xb0\x71\ \xf4\xd8\xbc\xa6\xbe\x54\xee\x19\x0d\x2b\x96\xc1\x33\xf5\xf9\xda\ \xa0\xd2\xbc\x16\xaa\x9e\xd1\xec\xae\x98\xbb\x17\x4d\x86\x77\x4f\ \xab\xc9\xbb\x23\x31\xbd\xc7\x09\x29\xd6\x9f\x54\x55\x89\x51\x6e\ \x9e\x41\xe1\xfe\xbe\xfe\xce\xc0\x78\x42\x7a\x87\xfb\xbb\x22\x9d\ \x5d\x83\xc2\x6f\x3c\xba\xea\xed\xec\xed\xef\xfa\xae\x39\xe6\xcd\ \x35\xcf\xfc\xab\x25\x5b\x6c\x2a\xc9\x00\xd3\x94\xf6\xf3\x20\xb0\ \xed\x93\x21\xdd\xb6\x2d\x14\x86\x76\x74\x0c\x0b\x3b\xf0\x8b\x80\ \x85\x59\xd9\x47\x74\xa3\xb0\xb0\x09\xf3\x4c\xe4\xe6\x69\x8f\x72\ \x2a\x61\x3a\x52\x9d\x12\x19\x60\x63\x9f\x32\x63\xdb\x7f\x02\x0b\ \x30\xfa\x38\xcc\xb8\xf8\x41\xb1\x10\xbf\x60\x2b\x07\x3b\x9c\x87\ \xbb\x15\x81\x62\x8f\xc0\xa0\x71\x38\x34\x0d\x63\xe7\x65\x6d\x35\ \xe3\x63\x6b\x1d\x66\x49\xb0\xa5\x58\x23\xe0\xd3\xe6\x33\x8f\xb2\ \x6e\x2b\xd5\x6e\x97\x21\x16\xe3\xa4\x4d\xc0\x1d\x4c\xd0\xe0\x01\ \x7e\x1c\x1a\xd4\x09\xe6\x03\xf5\x0a\xc4\x58\xe3\x1c\x83\x01\xa1\ \x32\xe3\xee\x85\x39\xb0\x71\xc4\x0b\x7c\x6c\x44\x2c\x7b\x21\xf0\ \x5a\x04\x16\xc2\x83\x65\x8f\xe7\xa1\x70\x58\xd8\x69\x4b\x31\xac\ \x6f\xc2\x03\x70\x55\xa1\x27\x01\x36\x14\x8a\x87\x93\xad\x88\x25\ \xe1\xf0\x85\xd6\x1c\x8c\x95\x15\x06\xb5\xa6\xb4\x61\x11\xc2\x38\ \x14\x47\x38\x14\x8b\x11\x5a\x51\x7a\xd0\x7c\x5b\xdb\x60\xc7\xe0\ \x72\x2b\x02\x46\x98\x12\x81\x23\xc0\xa0\x30\x14\x1e\xee\x31\xbf\ \xe8\x84\x72\x4f\x5b\x83\x01\xa0\x92\xce\x42\xed\x07\x03\x23\x2c\ \x7a\x4b\x58\x98\x8d\x3d\x02\xdf\xbd\x08\x91\x50\x28\x08\x9b\x00\ \x11\x8a\xc5\x52\xb0\x84\x22\xbe\x93\x03\x1a\x43\xa3\xa0\x10\x72\ \x0a\xda\xce\x89\x00\x53\xa9\x6d\xac\x3c\x22\x1c\x11\x52\x0a\x04\ \x43\x11\x70\x58\x0a\x3e\x0b\x27\xe4\xe3\x09\x04\x2c\x1e\xc6\x97\ \xb3\x04\x3f\xa4\x22\x11\x6f\x56\xc2\xe3\xcb\x56\x39\x78\x9a\x84\ \x82\x26\xe0\x06\xd1\x50\x16\xcb\x0f\xaf\x10\xe2\x21\x81\x68\x91\ \x84\x43\x91\x60\x38\x7c\x27\x38\x45\x18\xa9\x12\xc9\x28\x3c\x9e\ \x44\xc0\xc1\x28\x84\x22\xb9\xc4\xd6\xc3\x3a\x2d\xc5\xca\x0f\x6a\ \xeb\x68\x83\xc0\x83\xd1\xd3\xb3\x7c\x9e\x0c\x8c\xab\x95\x4b\x64\ \xcb\x12\xb0\x81\x20\x00\x22\xc0\xfd\x81\xa7\x47\x2f\x7e\xac\x2a\ \x80\xab\xf5\x75\x89\x40\x2a\xb0\xf1\xe3\x2f\xcb\xa5\x0a\xa9\xe4\ \xe2\xaf\x0b\xd9\x2a\xf0\x88\xfc\xa7\x42\x41\x53\x2c\x83\x7b\x08\ \x64\x52\x01\x1a\x8b\x37\x59\x41\xac\xbc\x30\xb6\x04\xe9\x77\xe9\ \x6f\xae\xbe\x48\x24\x70\x0c\xf3\xf7\xf7\x0f\x01\xf3\x7c\xc3\x7d\ \xbd\x01\xad\x04\xa8\x71\xe7\x2b\x00\xb2\xbc\x7d\x01\xf5\x14\x02\ \xf8\xbe\x90\x10\x80\x38\x41\xc8\xd4\x7c\xdf\x10\xf0\xd1\x10\x5f\ \xf0\x04\x8e\xa7\xb3\xb7\xab\x1b\x12\xe9\xeb\x8b\x74\x0b\xf7\xbc\ \x75\x13\xe9\xe6\x7c\xd5\x1f\x10\x4e\x9e\x6e\x21\x51\x60\xce\x20\ \x32\x15\xb8\x08\x89\x02\x76\x09\x01\x38\x18\xe5\xe9\x1f\xee\x76\ \xfd\x76\x90\xb3\xab\x3f\xe0\x27\x7c\x53\xfd\x7d\x01\x1e\xe6\xfb\ \x06\x05\x81\xcb\x9d\x7d\x7d\x43\x9c\xef\x21\xf3\x1f\x67\xbc\xbe\ \xff\x30\xe9\xe3\x93\x0a\x72\xcd\xb3\x47\xb5\xcd\x95\xb9\xb5\x6f\ \x92\xdb\x5c\x86\xde\xb6\xa9\x07\x1a\x89\xb9\xdb\x95\x89\xaf\xe3\ \x93\x92\xa2\x5f\x5d\xab\xaf\x7c\x9d\x5d\xfb\xf6\xfa\xbd\xfa\xfa\ \xba\xae\xa5\xf4\xbc\x86\x37\x06\xfd\x7c\x7a\xd7\xe4\x8a\x52\x39\ \xd0\x59\x67\x9e\xb2\x38\xf6\xbe\xcb\xec\x29\x8f\xe8\x79\xe4\x5a\ \xba\xdb\xf5\xf1\xe5\xa3\xe8\xc6\x21\x6a\x4b\x7a\x41\xe7\xdc\xe2\ \xd9\x74\x5a\x82\xf1\x70\x7f\xcf\x40\x3e\x1f\xcd\x49\x2f\x7d\xc1\ \x2c\x4d\xd7\xcc\xd1\x8b\x9b\x6a\x5e\xcd\x8d\xd5\xe5\xee\x5a\xc8\ \xed\x3b\xa3\x9a\x0c\xba\x7a\x61\xb4\x97\x69\x5c\x32\x6e\x69\x13\ \xe8\x67\xca\xd6\xf6\x03\x8b\x61\x69\x97\xb4\xb2\x10\xba\x69\x9e\ \x62\x73\x6b\x95\xe5\xca\x14\x9b\x15\xc3\xce\xfe\x24\xe9\x70\x72\ \xbe\xf9\x40\x1d\xeb\x41\x9a\x49\xe9\x6e\x3f\xf6\xe8\x1a\x8a\xff\ \xb4\x75\x7b\x7c\xba\xea\xb4\xfe\x43\x65\x4c\x6f\x4e\x27\xc3\xdc\ \x6c\x50\xee\xcc\x73\x01\xb6\xd6\x15\x6d\xa5\x6b\x0e\x2d\xaa\xd3\ \xc0\x41\xbd\xe6\xfc\x9c\xab\x66\x5c\xe6\x6c\x72\x4d\xfa\x46\x12\ \x75\x7e\xab\x2c\x87\xb8\x54\x69\xb6\x71\x38\xef\x1b\x22\x36\x6c\ \xa8\xf4\xe3\xe3\x95\x19\x6a\xe3\x52\xcf\x94\x31\x36\x6c\x5b\x65\ \xd9\x56\x4f\x58\xf6\x76\x77\x27\xca\xc7\xcd\x59\x0c\xaf\x35\xf3\ \x8a\x51\x3d\xb4\x67\xcc\xd2\x69\xda\x74\xec\x99\xcd\xc9\x95\xad\ \xba\xc5\xae\x12\x9d\xe1\x4c\xbb\x32\xdd\x3f\xb1\x64\x32\x6d\xab\ \xd5\x4a\xd5\xe5\xa9\xb9\x6c\xe4\xfc\xf8\x6c\xf1\x54\x33\xac\xea\ \xa3\xab\xe6\xb5\x7d\xec\xb3\xf3\xe0\xb4\x73\x27\x8b\x45\xad\xeb\ \xaa\x2e\x2d\xec\x68\x2f\x6e\xac\xcf\xd2\x5f\x4e\x5a\x34\x7b\x4b\ \xc6\x84\x73\xdd\xbc\x45\xcf\xae\xa6\xea\x46\x87\xb2\x75\x39\x85\ \xc3\x93\x93\x99\xfa\x2e\x7a\x41\xf5\x91\x7a\x3c\xbd\xf2\x53\x5b\ \x47\x49\x71\x51\xe7\xf3\x4f\x9b\x0e\x47\xd1\xe0\x74\x67\x48\xf8\ \x83\x57\x9e\x51\xde\xb7\x9f\x66\xad\x2d\x9a\x22\x1c\x53\xf6\xea\ \x8c\x39\x54\x73\x5f\x41\x03\xa3\xbd\x2c\x53\xac\xec\xd2\xd0\x7b\ \x47\x77\x0f\x0e\x3d\x06\x83\x67\x9c\x54\x07\x7e\x2a\x53\x7f\xf7\ \xe6\x6e\xf9\xb9\x69\xe0\xd8\x32\x3f\x59\x3e\xb5\xa3\x51\xb9\x67\ \x93\xc7\x16\x8f\x86\xce\x4f\x16\xd5\x96\x13\x17\xbf\xe4\x1c\x31\ \x83\x0d\xce\x6d\xe6\x47\x7d\x0e\xf7\xf6\xbe\xe6\x09\x4e\x84\x5e\ \xbb\x0a\x0e\x2b\xff\x6b\x4f\xaf\x22\x9d\x91\xde\x57\x9e\xd7\x6d\ \x3c\x4f\x72\xfd\xfd\x79\xa3\xc9\xc6\x32\xac\x21\x0e\x1e\x2e\xb2\ \x53\xd0\x27\xc1\x1e\xf6\x5e\x76\x0e\x0e\x84\xc8\x00\x94\x7b\xac\ \x97\x63\xa4\xaa\xc7\xcb\xd6\xbd\xdc\xfd\xbc\x3f\x0d\x67\x65\xe3\ \x68\xef\xe4\xe2\x10\x0b\x73\xf2\x62\xc1\x61\xa8\x04\x07\x2b\x38\ \x07\x8e\xb5\xb3\xb3\x1f\xf4\x80\x63\x59\xa8\x09\xb8\xad\x59\x75\ \x0e\x98\x1b\x02\xdc\xde\xc6\xc5\xc5\x16\x0a\x41\x7b\xd9\xf8\x59\ \x41\x70\x28\x8c\xad\x93\x8b\x8d\xe3\xa5\x93\xb5\xfd\xe6\xcc\x69\ \xb7\x9f\xbb\x1d\xda\x67\xca\x26\xe5\x54\xbd\xbd\x90\x60\xc8\x32\ \x07\x5a\x61\x39\x84\x14\x2b\x19\xc4\x4f\xd5\xdd\xb3\x78\x99\x76\ \x12\x4a\xb1\xb5\xb1\x41\x43\x01\x6d\xe6\x42\x41\x0b\x31\x78\xac\ \xb5\x08\xe6\x6e\x8b\x80\x62\xa4\x34\x38\x2f\x0c\x61\x85\xc0\x44\ \x1e\xa2\xc3\x3c\x1c\xa1\x0e\x11\x0e\xea\xf2\xed\x5d\x0f\x41\x42\ \x30\x9a\xc5\xe2\xf1\x58\x56\xa1\xe0\xda\x3e\x4c\x30\x1a\x1d\x60\ \x66\x09\x28\x30\x04\x02\xe3\x43\x80\xae\xb9\xa4\x75\xcb\x6d\xed\ \x7b\xa6\x66\x4e\xfa\x63\x21\x34\x2b\x2b\xb4\xcf\xe1\x18\xee\xff\ \xe3\xe8\x3d\xbc\x19\x7b\xdb\xff\xdf\x4f\xea\x4a\x4f\x96\x12\x09\ \x12\x25\x51\x26\xa2\x45\x1d\x8c\xb2\xcc\x84\x19\x65\x56\x18\xd6\ \x18\x2d\xba\x18\xbd\x44\x17\x46\xf9\x18\x25\x1c\xf2\x91\x83\x24\ \x78\x88\x10\x46\xc8\xc9\x37\x58\xfa\xd2\x3d\xca\x18\x44\xac\x9f\ \x21\x23\xeb\x59\xe7\x7b\xfe\x8b\xb3\xf3\x68\x8b\x6d\x4b\x36\xee\ \xfb\x7d\xbd\xde\xf7\xbe\xee\xeb\xc2\x82\x8f\xbd\xbd\x26\x41\x16\ \x20\x1c\x32\xfd\x18\x4b\x1d\xc3\x00\x18\xc3\x76\xa6\x91\x79\x64\ \x2c\x87\xca\x66\x2e\x02\xbf\x0e\x98\x26\x61\x20\x59\x42\x1e\x5f\ \xc0\x65\x8a\x45\x32\x91\x8c\xc6\x96\x72\xb0\x00\xe2\x28\x24\x7c\ \x26\x08\xc5\xe2\xd0\x20\x50\x39\x1b\x9d\xe2\x03\xa5\xa1\x61\x30\ \x94\x23\x56\x24\x17\xcb\x78\x9c\x74\xe1\xfe\xef\xff\xfc\xfb\x7f\ \xff\xf0\x58\x72\x25\xda\x59\xfc\x5b\xc1\x66\x8a\x69\x48\xb2\x98\ \xc6\xa1\x4a\x56\x95\x04\x06\x13\x85\x00\x8b\x05\x73\x72\xb1\x44\ \xa9\x90\x93\x45\x32\x36\x06\x09\x91\xf1\xc5\x30\xb1\x4c\xb0\x2f\ \x97\x48\xc4\x34\x2c\x53\x22\x92\xfc\x92\x08\x85\x32\x99\x60\xee\ \xf0\xd7\x8e\x54\xb1\xf4\x1f\x53\x87\xe8\x9d\x39\xd9\x7f\xb3\x45\ \x69\x7c\xb6\x84\xcb\x9b\x93\xfc\xd9\x91\x4b\xf6\xe7\xc4\x52\x53\ \x4d\xd2\x55\x89\x5c\x21\xe4\xf2\xa4\x32\xc5\xaa\x72\xf5\xcf\x0e\ \x47\xac\x3c\xdc\x3f\xdc\x51\x4a\x01\x2b\x2a\x95\x00\xcc\x27\x51\ \x08\xc4\x3c\xae\x84\x4d\x63\x09\xe4\x22\x32\x58\xa0\x9c\x93\xfd\ \x45\xa2\x93\xcc\x01\x4a\x8a\x36\x15\xb4\xc2\x5b\xe3\xa3\x3d\x28\ \x44\xbc\xa7\x39\x9e\xe8\x41\xb7\xb7\x36\xa7\x78\x78\x78\xe0\x49\ \xe6\x44\xba\x87\x7d\x18\x20\x2e\xa9\x61\xd1\x61\xa6\x84\x18\xf3\ \x00\x0f\x0f\xe0\x23\x1e\xef\x61\xef\x81\x27\xda\x53\xcc\x5c\x89\ \x0e\xae\xbe\xaf\xcc\xcd\x6d\xec\x49\x14\xe0\x61\x00\xb9\x02\xe4\ \xcf\x3e\xec\x9f\x54\xc0\x5a\x7e\xfd\x27\x1a\x88\x98\x14\x12\xde\ \xc6\xc5\xc5\xd6\x93\xe8\x41\x74\xb5\x07\xbc\xa2\x07\x09\x4f\xff\ \xea\xe1\x41\x8f\x26\xd1\x53\x29\x78\x3f\x5b\xf3\xe8\x78\x7f\x52\ \x4d\x56\x7e\x63\x6d\x4f\x5d\x5a\xc3\x42\x43\x45\x59\x7c\x7b\xed\ \x9b\x98\xc8\xef\x35\x35\x49\x7d\x49\xe1\x47\x9f\x3f\x7e\xea\x98\ \xee\xaf\x4d\xf0\x6f\xed\xf8\x5e\x14\xee\xf7\x2e\xa6\xa8\x39\x33\ \xb9\xf1\x8d\xf7\xc7\x86\x86\xdd\xe5\xa7\xe1\x92\xaa\x81\xbd\x87\ \xbd\xb5\x9b\x85\xca\xbe\xde\x8d\xb1\xeb\xec\xcb\x85\xcd\x8d\x89\ \x44\xef\xb4\x3e\xb5\x5a\x97\xfd\xce\xb7\x22\x6d\xb3\xd0\xef\xf5\ \xbb\xf1\x86\xcf\x5f\x3a\x2a\x9a\x73\x17\xd4\xa5\x53\x3c\xcd\xf8\ \xf5\x66\x6d\xf9\x40\xc6\xf0\x51\xdf\xf8\x74\xe1\xe8\xb5\x5a\x75\ \xa5\x52\x6d\x8f\xcc\x96\x35\xd7\x27\x74\x54\x6d\x4f\xaa\xd4\xbb\ \x77\x27\x33\x97\xdb\x33\x3f\xf4\x59\x03\x0b\xeb\xd3\xd3\x2a\x63\ \x8f\x36\x71\xaa\xf8\x64\x4d\xd5\x75\x32\x5a\x70\x34\xad\x6e\xbe\ \x4f\x29\x7f\xbc\xc7\xac\xd7\x95\x1d\x19\xdf\x55\xf4\x64\xd7\x6f\ \x1f\xeb\xe2\x07\x36\xd3\x82\xd3\xaf\xf2\x32\x0a\x4f\x5a\x8b\xbf\ \x34\x2f\x64\x75\x9e\xd5\x9f\xeb\xe6\x37\x74\xbb\x0f\x8d\x9f\x43\ \x2a\xf5\x83\xf3\x51\x63\x04\x5a\x7a\x6b\x6e\xd4\xe4\x53\xe6\x74\ \x6d\xee\x74\x43\x63\xc5\xc7\x9b\xd6\xd9\xca\xde\x8d\xa7\x06\xdd\ \x4a\x65\x51\xed\x42\xd7\xbb\x61\xdd\xc3\xd3\x7a\xeb\x7a\xc9\x56\ \xd4\xbd\x11\xfe\xf3\x6c\xb3\x74\x6d\xcc\xd8\xba\xb7\xb8\xd8\xd9\ \x7e\xd9\x9a\xd7\xf1\xa1\x66\xdd\x67\x2b\xbb\x56\xbf\x39\xd5\xff\ \x79\x4f\x97\x5d\xe7\xb3\x75\xd9\x7e\x70\x7f\xa7\x9e\xd5\xab\xd6\ \x74\x25\x03\x0a\x66\x4b\x87\xaa\xb8\x2e\xa3\xac\x54\xb5\x3e\x69\ \x28\xa9\xcf\xcc\x9f\xca\x1a\xd0\xe9\xaa\xc6\x87\x55\x7b\x7a\xbd\ \x5e\xa5\xba\x38\x76\x9e\x30\xfe\x8c\x3a\xee\x7d\x34\xe4\xe9\xef\ \x4b\xea\x6a\x46\x7b\x0a\x2f\xaf\xf4\xc7\xd7\x11\x60\xae\x6c\xeb\ \xea\x1a\x7c\x51\x3d\x72\xa5\xdf\x58\x79\x52\xe9\x66\xa6\x4f\x0d\ \x3f\xca\xd6\x2f\xf5\xdb\x2d\x3f\x72\xdb\xfa\x4a\xf5\x99\x5f\xba\ \x6e\xa1\xd0\xc1\x83\x2f\x24\x12\xde\xe3\x1f\x9b\x60\xff\x80\x00\ \xa2\x5b\xbb\xce\xf1\xe0\x2e\x0e\xf3\x92\xab\xb9\xd2\x5e\xdd\xee\ \x5d\x5c\x6e\x67\x95\x1a\x6e\x17\xb5\x33\x65\x80\x78\x3d\x6d\x9f\ \x0d\x0c\x04\xae\x28\x31\xe7\x9a\xab\x73\xa3\x6a\x48\x67\xcc\x1d\ \xd1\xab\x16\xb7\x7e\xea\xf2\x0b\x4e\x55\x53\x83\x29\xb7\x93\xfa\ \x0b\x78\x8a\x3a\xa7\x60\xe2\x34\x29\xbe\xa5\x34\x1a\x40\xf3\xaf\ \xff\xfa\x57\x80\x39\x10\xfa\xec\x4d\x83\xc9\xda\xda\x1c\x4f\xb1\ \x37\xf3\xb4\x21\x11\x3d\xf0\x6e\xc1\x5f\xfa\xda\xdc\xcc\xc3\x7c\ \xdb\x32\x17\x09\x17\x0f\x86\x21\x91\x21\xb7\x75\x2b\x0a\x0d\xa7\ \x41\xb4\x0c\x4b\x8c\xa3\xd6\x31\x71\x62\xe2\x5e\x0d\x65\xa1\x61\ \x4f\x71\x10\xc7\xb8\xa8\x89\x41\x67\x28\x14\x01\x82\xe0\xa8\x70\ \xa4\x4c\xb9\x88\x08\x22\xa0\x2c\xe5\x1c\xc9\xdc\x20\x5a\x4e\x65\ \x58\x31\x51\xd5\xac\x44\xd5\xc6\x45\xd4\x7c\x3a\x1a\x0e\x85\x39\ \x3b\xb2\x20\x34\x8e\xa3\xcf\xc4\x44\x4a\xba\x0f\x3c\x22\xe5\x91\ \x8a\xab\x9a\xa7\xc2\x44\xa1\x16\x6c\xb9\x1c\x65\x17\x0a\xc5\x21\ \xb0\x02\x90\xa3\x06\x6c\x68\x73\x74\x3c\x9d\x3a\x15\xfc\x67\x15\ \x04\xbf\x07\x9f\x1e\xcf\x03\x8a\x84\x45\x39\x23\x85\x2c\x36\x94\ \x8c\xa0\x82\xc1\x71\xc3\xbf\xb1\x0c\x04\x18\xc6\x96\x46\xf9\xc0\ \x59\x4c\xbe\x58\xc8\xd5\x72\xa8\x62\xa8\x1d\x87\x29\xab\x9e\x32\ \xe6\x1f\xe5\x16\x3e\x62\xf9\x32\x39\x5f\xa4\x50\x0a\x20\x68\x0e\ \xd9\xb1\x9a\xca\x41\x42\x41\x41\x1c\xb2\x25\xcf\x82\xc9\xa1\x11\ \x50\x2c\xcb\x9c\xc1\x89\x31\x4b\x1e\x8b\x6c\x75\x7c\x4d\x66\xe2\ \xe0\xc0\x05\x0a\x79\x62\x1e\x13\xc9\x06\x33\x9c\x25\x2c\x14\xc6\ \x19\x3d\x1f\x24\xe4\x72\xe1\xd5\x20\x01\x8f\x43\xa5\x72\xb1\xe2\ \x25\xa5\x08\x76\x3c\x0f\x67\x82\xe3\x08\xd0\x09\xc0\x6a\xf2\x24\ \x62\x8e\x48\x24\x93\x88\xf8\x58\x2a\x8f\x23\xfd\xad\xe0\x51\x05\ \x7c\x09\x1b\xc1\x64\x8a\x05\x08\xaa\x12\xeb\x68\x47\x45\xc0\x04\ \x02\xa1\x8c\xcb\x86\x33\x85\x80\x47\xfb\xf3\x7b\x4e\xca\x97\xf2\ \x90\x48\xac\x58\xb2\xbf\xc4\x62\x20\x90\x12\x2e\x01\x2d\x92\xc9\ \xa9\xb4\xb8\xd0\x6b\x2b\x06\x8a\xc5\x46\x72\x85\x18\x24\x32\x48\ \x20\x53\x30\xd9\xf2\xb9\x25\x89\x82\x23\xa6\xf2\xc4\x34\x08\x96\ \x25\x93\x31\x15\x12\x31\x5f\xca\x67\xcf\xad\xca\x84\x4c\x31\x20\ \x38\x02\xaa\x72\xe9\x17\xa0\x57\xbf\xf6\x77\x56\x97\x24\x02\x9e\ \x90\x2f\x5f\x95\xed\x08\xc5\xe2\xb9\xdf\x72\x3e\x00\x59\x87\x32\ \xa6\x4c\xca\x14\xf1\xe4\x3c\xa5\x78\x67\x4e\x2a\xe5\xf1\x01\xbd\ \x95\x45\x61\x96\xd8\x76\x5b\x2f\x52\xb9\x54\x06\x38\x4b\xb9\x04\ \x4a\x03\x1e\x6c\x47\xc9\xc2\x6a\x13\xa1\x7f\x01\x6e\xd0\x54\xa4\ \x3b\xd5\x23\xd5\x64\xd6\xec\x01\xeb\x87\xa7\x10\xcd\xcd\xcc\xa2\ \x03\xfe\x0e\x33\x23\x99\x8e\xbc\xb2\x27\xe2\x3d\xa2\x29\x44\x4a\ \xc0\xdf\x5f\x01\xb4\x8a\xa6\x03\xa2\x14\x10\x96\xea\x11\x40\xb2\ \x4f\x05\xde\xf1\xe6\x78\x87\x10\x27\xbf\x57\x9e\x6e\x74\x7b\x33\ \x0f\x1b\x40\xdf\x80\x13\x53\x03\xbe\xa6\x9a\xba\xd1\x07\x50\xc2\ \xfe\xf9\x1b\x40\x29\x8a\x87\xb9\x8b\x57\x42\x91\xbf\xeb\x2b\x27\ \xef\xec\xf0\xff\x0f\x18\x8c\x78\xdb\xd4\x7f\x02\x6c\xe9\x14\x27\ \x77\x07\x2f\x07\x6f\x37\xf7\xd7\xdf\x33\xcb\x6a\x3e\xbc\x8f\x79\ \x1d\xec\x9f\x10\x59\x17\xeb\x5e\xfe\xe6\x7d\xd1\xbb\xb4\xc2\xf5\ \x5a\xa7\xc6\xc6\x9c\x8f\x4d\x9f\x6a\xcd\x7c\x33\x75\x1f\x9d\x6c\ \x8a\xbb\xb2\x6a\x3d\xc3\xf3\x3c\x13\x76\x47\x12\x36\x3e\x75\x36\ \xfa\x85\x7c\x6a\xa9\xaa\x57\xad\x95\x94\x3c\xab\x55\x51\x3e\x33\ \xc3\x25\x23\xba\xc2\xa2\x6d\xcb\x9f\x39\xe3\xa3\x55\xbd\xeb\x4f\ \x6d\x7d\x99\xaf\x93\x62\xfa\xcf\xda\x48\x7e\x3d\x1b\xf1\x2e\x1f\ \xdf\xbb\xd4\x75\x7c\xa9\x39\xba\x16\x0f\xf6\x24\x37\x35\x15\x77\ \x77\x0d\x77\xad\x5f\x5f\xe5\xb5\x3e\x2d\xeb\x1f\x8c\xba\x2b\xdd\ \x68\xcf\x8f\xc8\x40\xf7\x57\x49\x0b\xea\xec\xae\xb6\xba\xb2\xbc\ \xbd\xae\xfe\x65\xf4\x85\x71\xbd\xaf\x1f\x7d\xd1\x5d\xd9\xfe\x2d\ \xb0\xa7\x5e\xad\xaa\x6b\xcc\x78\xd3\x5e\xdc\xa9\xcf\xab\xbf\x48\ \xd1\x2d\x0e\xbc\xad\xf8\x18\xf9\x2e\x21\xd2\x68\xac\x3f\xcf\x98\ \x2d\xd1\xf5\x36\xb7\xf6\x75\x5d\x6e\x34\x64\x15\x8f\x78\xc5\x66\ \x16\xa6\x8c\xdf\x1c\xdd\xab\x4e\x8c\xc3\x91\xf5\xbd\xfa\xd3\x9b\ \xfa\xf9\x01\x03\x43\x33\x58\x9e\xa1\xb9\xbc\x7e\xb9\xdc\xcc\x2d\ \x69\xed\xbb\xd9\xce\x69\x7e\x3a\xdf\x33\xe6\x36\x26\x7d\xeb\xa9\ \xeb\x4c\xdb\x7d\xca\xa8\xab\x54\x8f\x37\x66\x66\x85\x7c\x5b\x98\ \x6e\xed\xea\x2a\x08\x69\xf4\x77\x6b\x18\xd4\x35\x35\x5d\xfd\x5c\ \x28\xe9\x1d\xaf\x9d\x18\xcb\xcc\x32\xee\xaa\x36\x3f\x16\x95\x55\ \xbd\x8c\x3e\x64\x95\xe6\x37\x23\x57\xea\xcf\xf2\xa6\x7f\x3c\x29\ \xf8\xfa\x9c\xbc\xc2\x6f\xe5\xad\x75\x3d\x05\x4f\xa1\x29\xbd\xba\ \xe7\xf1\x9b\x8d\xe3\xf4\xc9\x8a\xd8\xa6\xca\x96\xd6\x2b\xb5\xea\ \xc7\x5a\xfd\xc8\xf3\x4c\xc9\x99\xba\xbe\xaa\x74\xf2\xe2\x7c\x64\ \xa8\xb7\xa5\x65\x5b\x3f\x99\x59\xd5\xd1\xa6\x7b\xbe\xd6\x8c\xdd\ \x5f\x6d\x01\xae\xce\x68\xf8\x39\x6f\xd0\x1b\x75\x97\x67\x07\xc6\ \xcd\x83\x85\x84\x75\xd4\xd6\x83\xae\xec\x7b\xc1\xe3\xfd\x6e\xc9\ \x31\x37\x1b\x18\x0d\x14\x0f\xba\x77\x8c\x67\x2a\xc5\x33\xbe\xeb\ \x64\x66\x52\xe5\x63\x34\x4c\xfc\x3c\xda\x28\xda\xdc\xbd\x7d\xc9\ \x29\x53\xe9\xef\x23\x8c\xdb\xe3\xb1\x25\xc7\x97\xd7\xe3\x23\x85\ \x2d\x83\xfa\xde\xab\xd9\x27\xa3\x41\x35\xe1\x03\x1d\xd2\xaf\xdc\ \xcf\x6e\xfa\xd8\x69\x76\xb3\x9b\x0b\xa7\xf3\x5a\x73\x3a\xf2\x86\ \xd5\x13\x9f\xc2\x0b\x33\x7e\x8e\x5d\x45\x87\x79\x00\xa3\xed\x6f\ \xd3\xa2\x42\x6a\x40\xb4\xbd\x39\xc9\xda\xc6\xb4\x0d\xc3\xc6\xd3\ \x9a\x4e\x22\xb9\x38\x39\xf9\xf5\xbd\x06\xc8\x3f\xe0\xdd\xc0\xc6\ \xba\x65\x90\xf3\x96\x05\xca\x72\xe8\xd1\x70\x30\x7f\xbc\x75\xd0\ \xfa\xa5\xf3\xda\x52\x9c\x82\xe2\xf2\x71\xb0\x7b\x02\x1c\xbc\xf8\ \x60\xf7\x9c\xb2\x05\xb5\xba\x3f\xf3\xa9\xd6\xcc\xaa\x19\x67\xcb\ \x43\x4c\x11\xc2\x11\x63\xe1\x63\x3c\x79\x48\xc7\x9c\x5a\x8e\xe5\ \x55\x44\x40\x79\x18\xf0\xc1\x22\x1c\x98\x65\x58\x99\x88\x15\x84\ \x02\x8b\xc5\x6c\xb1\x98\x0f\x0f\x9a\xdf\x0a\xa5\xd2\x04\x4a\x5a\ \x1c\x8f\x89\x8a\x52\x81\xb9\x70\x4b\x0b\xb2\xd2\x27\x5d\x93\x12\ \x8a\x95\x38\x0e\xc5\xe9\x40\x28\x84\x48\xac\x65\xa5\x47\x48\xe4\ \x4c\x3e\x9c\xcd\xa5\xd9\x51\xa9\x62\x3e\x14\xcd\x97\x0b\x65\x50\ \x26\x07\x2c\x65\x83\x2c\xe6\x61\xd5\x1c\x64\xf5\xc8\xa4\x06\xc4\ \x24\x2b\xd9\x3e\xc0\x9c\x56\xc8\xa8\x50\x24\x87\xc1\xbc\x8e\x58\ \x9e\x60\x24\x52\xc5\xb8\x50\x2e\x99\x89\x56\x23\x79\x72\xcb\xad\ \x20\x2d\x14\x6e\x11\x67\x17\x84\x8c\xd3\x86\x3a\x0e\x4e\x38\xa3\ \x98\xc8\x55\xb9\x5c\x01\x86\x4b\x79\x08\x9a\x10\x0c\x86\x70\xf8\ \x7c\x47\xc8\x9c\x5c\xca\xe2\x49\x38\x00\x78\x60\x10\x4a\x91\x58\ \x09\xa5\x61\xc0\x32\xa9\x15\x81\x26\x14\x59\xc0\x07\x39\x58\xae\ \x84\x03\x06\x81\xf8\xa6\x9c\x08\xc1\x1c\x97\x0f\x00\x8f\x42\x22\ \xa4\x62\x05\x5c\x9e\x88\x0d\x07\xf1\x68\xd8\x88\x20\x24\x95\xc5\ \xe7\xc2\x70\x34\xe9\x8e\x14\xce\x5f\x55\x30\x05\x12\x11\x8f\xcd\ \x67\x59\x70\xa8\xfc\x55\x53\x5a\xd8\xa1\x82\xc7\xe2\x88\xc8\x71\ \x22\x40\x61\xe4\xf2\x25\x72\x22\x56\xae\xe4\x30\xb9\x02\x01\x0d\ \xc6\x89\x70\x0e\xc5\xf1\x60\x30\x02\x02\x61\xa9\xa4\xf1\x24\x5c\ \xa5\x74\x6e\x5f\xc9\xe7\x0a\xb9\x22\x01\x59\x30\xc7\x47\x90\x15\ \x32\xbe\xa9\x93\xb5\x80\x4b\xe5\x28\xd9\x4a\x89\x08\x44\x10\x08\ \xc9\x2c\xae\x4c\xa1\x94\xc8\x77\x0e\x57\x45\x3c\x11\x58\x4c\x03\ \x91\xe7\x7e\x1f\xca\x97\x7e\xff\x59\x95\xf2\x24\x0a\xd1\xdc\x2a\ \x80\x53\x64\x19\xa0\x64\x3c\x0e\x70\xd5\x72\x29\x73\xe9\x0f\x40\ \x71\x7c\x4b\xe1\xe1\x12\x13\x29\xde\x07\xfc\x29\x18\x2b\x66\x43\ \xd0\x32\x01\xef\xaf\xaf\x7f\x47\x87\xa5\x9a\xba\x6a\x7d\x4d\xb5\ \xa7\xa7\x7a\x44\x7b\xe0\xe9\x1e\xf4\x00\x5b\x12\x70\x38\x8c\x04\ \xa8\x93\x07\xc5\x1a\x4f\xa7\xa7\xda\x93\xf0\xf6\x1e\x94\x30\x8a\ \x3d\xe9\x2b\x05\x0f\x38\xb8\xb0\xe8\xd4\xaf\x74\xc0\xd0\x51\xa2\ \x49\x36\x66\x24\x1b\x6f\xf7\x57\xaf\x5c\x4c\xa9\x5b\xd6\x44\x3a\ \x9d\x68\x9f\x1a\xf6\x35\xd5\xc3\x9e\x6e\x6f\x7a\x03\xe4\x2a\x95\ \x6e\x6d\x6d\x6b\x6b\xeb\xff\xb9\xbc\xf8\xe3\xc7\xf0\x8e\xe6\xdd\ \xda\x40\x4f\xa7\xd7\xae\x6f\xfc\xbc\x9d\x7c\x6d\xfb\xf4\xef\x3f\ \x75\x65\xf5\x5e\x1a\x75\x95\x81\xef\x02\xc3\xdf\x04\x86\x17\x39\ \xf9\xc7\xbb\xc7\x77\xb6\xa4\x39\xf8\x7e\xe9\x0f\x7f\xdf\x94\xd1\ \x99\x3c\x12\x6c\xdd\x98\x9c\x5c\xd1\xdf\x15\x4c\x29\x4c\xdc\x48\ \xf0\x7e\xf3\xa6\x28\xcf\xef\x43\xb1\xed\x87\x06\x2f\x27\x5f\x33\ \xeb\xc0\x81\xcc\xfe\x4c\xbd\x57\x78\xfb\x55\x6f\x45\xe7\x4b\xb5\ \xc5\xda\x70\xce\x56\xe2\x73\x79\x45\x77\x7f\xa7\xd3\x49\x79\x64\ \x84\xe3\xcb\xcc\x4c\x77\xd2\x97\x77\xb6\xde\xae\x05\x86\xc2\xfc\ \xce\x32\xbe\x25\x17\x3b\xdc\xdc\x9f\xb2\x59\x9f\xfb\xed\x7b\x3e\ \x01\x1e\x37\x53\x75\xa6\xbe\x7d\x56\x19\xb6\xd5\x17\xba\x1f\x0d\ \x2d\xef\xbd\x1a\x2b\xbf\xbf\x71\xf2\x5b\x2f\x6d\xf7\x73\x68\xb8\ \xd1\x18\x2e\x7e\x5c\x5a\x34\xec\x65\x17\x36\xae\xd7\x55\x95\x76\ \x95\x8f\xe7\x17\x87\x38\x0d\x6f\xef\xad\x4c\x3c\x56\x8f\x7e\xf4\ \xec\xea\xf5\x6a\x38\xf5\xff\xd4\xac\x1d\xd2\x6f\x9f\x5f\x4c\xbe\ \xcb\x7c\xce\xc9\x6f\x0a\xf4\x73\x48\xf3\x7d\xdb\x37\x5f\x5f\x56\ \xfd\x3c\x7e\xa1\x7e\x3e\xc9\x2d\x6b\xbd\x34\xac\x5c\x5d\x35\xe6\ \x1f\x84\xda\x2d\xdf\x4c\xa8\x6e\x81\x99\x5b\x79\xf2\xac\x36\x34\ \xd4\xdd\xfe\xdc\xdc\x18\xd3\xa6\x1b\x47\x5a\x73\xf7\xf2\xd4\x9b\ \x17\x43\xf9\x55\xbb\x1d\xba\xfa\xec\xdd\xfe\xd2\xf2\xf6\xdc\xa1\ \x71\x5d\x61\x46\x4b\xfd\x74\x57\x7c\xfc\xc5\xf6\x6d\x46\x52\x79\ \x56\x47\xd9\x6e\xd9\x76\xc9\x6d\x77\xe1\x40\xbf\x51\xdd\x77\x7b\ \x9a\xf7\xfa\x16\xd1\x92\x9f\x16\xee\xeb\xde\x5f\x9d\x6d\x9c\x6a\ \x1a\xd8\x9c\xdc\xcc\xbd\x9c\x9d\x36\x8c\xb6\xfe\x18\x7f\x2a\xbb\ \x6d\x4c\x7a\xff\xb6\x78\xb8\xbb\x64\xe1\x34\x6a\x2a\xb7\x2e\xad\ \xa6\x3d\xfb\x56\xdd\xfb\xb0\x39\xbc\x47\x18\x5d\xec\x68\x2b\x2d\ \x9e\xd4\x75\xe4\xfd\x28\x29\xef\xd8\xce\x5c\x98\x0c\x9d\x9f\xb8\ \x9d\x79\x59\x39\x98\x50\xef\xde\xdc\xa8\x8c\x83\xf3\xcb\x27\x4f\ \x06\x83\xe5\xd1\xdd\xf6\xc0\xd5\xa5\xfe\x9a\x8a\xe6\x40\xa6\x6b\ \x6c\x02\xe8\x24\x0f\xd7\x0f\xb1\x78\x7b\x07\xff\xb7\xdf\x72\x73\ \x26\x0d\x71\xf3\x17\xea\xf9\x97\x8c\xbe\x4b\x95\xd1\x70\xb1\xf9\ \xa8\x99\x56\xbd\xdc\x5d\x5c\x68\x9f\x0e\x56\x4e\x8d\xba\xaa\xa8\ \x4b\xcd\xcc\x8c\x76\x22\x7d\xf9\x5c\xf3\xcc\xd0\xee\x6d\x6c\xea\ \x12\xc7\x42\xef\x86\x4f\x77\x17\x32\x97\x87\xce\x2b\xda\x77\x9f\ \xd5\xb7\xa5\x33\x30\x55\xaa\x07\x89\x4e\x09\x30\xd5\x43\xa3\x87\ \x01\xa3\x88\x1e\x60\x0e\x08\x15\x40\x5a\x6e\xee\xd6\x14\x4f\x57\ \x5b\x77\x5f\x12\x30\x94\x48\x61\x94\xcf\xb7\x5b\xbd\x43\x1c\x2e\ \x8a\x85\x8b\x48\xb7\x74\xb6\x0a\x82\xfd\x14\x1f\xdc\x27\x12\x74\ \xa6\xbb\x5e\x20\xc2\x35\x66\x8f\xc9\x5e\x1c\xcc\x3d\x9e\xdf\x53\ \x6b\xd4\xb4\x7d\xc9\x7a\x5b\x47\xe4\x99\x51\x8d\xc6\xf1\xa9\xd5\ \xd5\x51\xe9\x3e\x1c\xde\xc4\x29\x18\xce\x75\x46\x70\xa8\x56\x04\ \xa6\x08\xcc\x94\x90\xad\x58\x34\x16\x33\x22\x3d\x2a\x85\x2f\x44\ \x20\xc0\x07\x1c\x56\x54\x53\xd9\xf4\x05\x9c\x97\xa8\x02\x91\x39\ \xb8\x47\x8d\x15\x1a\x2b\x00\xa3\xd1\x54\x36\x08\xcb\x61\xa2\x2c\ \xe1\xd8\x2d\x28\x43\x06\x18\x1a\x36\x4f\x4c\x46\xf0\xe4\x4b\x72\ \x10\x42\xa4\x54\x2a\x84\x30\x54\xa2\x0f\x88\x2f\x84\x83\xb1\x43\ \xce\x65\x0b\x54\xcc\x50\x85\xdb\x15\xd9\x8e\xcc\x63\x45\x68\x2d\ \xec\x00\xeb\x2a\xe4\x0a\x61\x06\x2d\x94\x3d\x7f\x42\x76\x56\x05\ \x61\xb1\x3c\x47\x08\x0d\x02\xe6\x89\xc4\x30\x2a\x39\x8e\xc9\x16\ \x0b\xed\x68\x64\x02\x86\x2a\x66\xc3\x59\x6c\x85\x00\xcc\xb2\x20\ \xa4\x43\x44\x3c\x2a\xdc\xd2\x8a\x0d\x4a\xc1\xb0\x60\x6c\x11\xc2\ \x8a\x2a\x59\x3a\x5c\x32\x35\xd3\xfa\x05\x15\x70\xc0\x34\x1c\x94\ \x0c\x83\x2a\x98\x3c\x40\x8f\x30\x0c\x10\x46\xcc\x96\x2d\x09\x00\ \x3e\x51\x88\xc4\x3c\x9e\x4c\x2e\x51\xca\xc8\x32\xe9\xaf\x1d\xcb\ \x6b\x64\xca\x4f\x2b\x0c\x0c\x06\xe7\x5b\xc5\xb1\xb0\xa8\x31\xec\ \xbe\x80\xa9\xfc\x2d\x51\xce\xcd\xc9\xf9\x0a\x19\x12\xc4\xe6\x33\ \x59\x52\x80\x7b\xf6\x77\xc8\x58\x21\x1b\x42\x05\xc1\x78\x22\xf9\ \x12\x96\x2a\xe0\x49\x64\x9c\xd5\x9d\x25\x19\x4f\x0e\x68\x24\x00\ \xa1\x29\xd7\x48\x3b\x1c\xe0\x7d\x65\x58\x00\xa6\xf6\x77\x0e\x77\ \xa4\xfc\x39\x89\x64\x4e\x2a\x62\x52\x95\x7c\x34\x95\x0a\x41\x0e\ \x39\x5a\xb0\x64\x38\x34\x9a\x8f\x89\x88\x08\x1a\xc2\xd8\xa1\xc5\ \x60\xae\x50\xc6\x96\xca\xf8\x42\x16\xa0\xbe\x50\x85\x52\x2c\xde\ \x39\x14\xcb\xc1\xc2\x25\xae\x72\x75\xe7\xf0\xcf\xe1\xdc\xaa\xc2\ \x54\xf0\xe1\xf7\xfe\xea\xd2\xea\x92\x90\xcb\x54\xae\x02\x6e\x52\ \x2e\xa2\x89\x85\x7c\x11\x95\x4f\x83\xc6\x5d\x13\xa0\x1c\x3b\xce\ \x5f\x01\x14\xd3\x1a\x16\x9d\x0e\x04\xb5\xaf\x61\xe6\x94\xb0\xaf\ \xd1\xa6\xa2\x69\x74\x0f\x00\x90\x52\xc3\x4c\xce\xcf\xda\x01\xf8\ \x36\xc9\x9c\x1e\xf0\x95\x68\x96\x1a\x00\x0c\x26\x7b\x92\x3d\x09\ \xf8\x2a\xcc\x0c\x20\x75\xa2\x99\x07\xc5\xc6\x8c\xee\x14\x1e\xe8\ \x1e\xfc\xca\xda\x0c\x30\x91\x94\x54\xd3\x1d\xe9\xff\x6e\xe4\x09\ \x03\x7e\x3e\x95\x4e\x0f\x08\x33\x77\xf3\x26\x9a\x5b\x5b\x13\x1d\ \x5c\x12\x26\x6b\xb2\xde\x24\xbf\x2c\xcf\xe6\xd6\x35\x7d\xd8\xce\ \x5a\x2b\x68\xed\x6f\xd5\xcd\xbc\x5c\x1e\x9d\xec\xf5\xc6\x7e\x2f\ \x88\x0d\x7f\x13\x62\xed\x50\x5b\x47\x7c\xdf\xe4\xba\xbb\xfb\x29\ \x24\xf0\x5b\x42\x57\x73\x4b\x93\x9f\xe7\xf4\xb7\xc0\xfe\x8f\x6f\ \xeb\x2a\x03\x3d\xdf\x87\x34\x6f\x57\x04\xbf\xfe\xe0\x15\xe2\xe2\ \x49\x0a\xb0\x7d\xed\xee\xe7\xd4\x93\x95\xff\x29\x26\xc4\xab\xef\ \x9d\x83\x6d\x51\xd2\xeb\x4f\x53\xbb\x0b\x45\x99\x9e\xee\xdf\xd7\ \x06\x12\xfc\xc3\x7b\x46\x8c\x11\x4f\x3d\x97\xcf\x97\x39\x59\x15\ \xef\x1b\x3a\xb3\xba\x9f\xd5\xeb\x9b\x09\xdd\x03\x85\xfa\x95\x8c\ \xda\x98\x6e\x4f\xaf\x57\x14\x33\x07\xef\xe9\x89\x09\xd8\x58\xeb\ \xd5\xca\xee\xc5\xcb\xda\xf0\x4d\xe6\xe0\xd4\x42\x55\xdb\x97\xef\ \xc5\x39\xc1\x8d\x88\x0e\xeb\x37\x45\xfe\x17\xa3\xa3\x17\xa5\xa3\ \xc6\x85\xaa\x17\x7d\xfe\x9b\x8a\x9e\x84\xb4\xd1\xce\xee\xb2\xbe\ \xd6\xc6\x87\xea\x6a\x6d\xdc\xd4\x6c\xbf\x66\x7e\x32\xb7\xb9\xa2\ \xe0\x46\x55\x5f\xb2\xad\xa9\xca\x6e\xe8\x3f\x2a\x9d\x2e\xfe\xde\ \xdd\xa2\x6e\x7e\xf7\x63\xed\xb9\x23\xb6\xac\x4c\xd3\xbf\x72\x5b\ \x9e\xd0\x30\xa9\x1b\x7c\xba\x1d\xce\x79\x50\x2f\xe8\x4e\x35\x86\ \xdd\xb8\xa7\xd9\x27\x8b\x56\xdd\xd5\xe8\xa9\x5a\xa5\xb9\xd5\xe5\ \x4d\xaa\x0d\x6d\x37\xd9\x9f\x33\xbb\x8b\x9f\x74\xb3\x7a\xf5\xa0\ \x4e\xa7\x3d\x89\xd3\x9f\x6d\x67\x96\xe9\xbb\x55\xe3\x65\x86\xbb\ \x9b\xc9\x93\xd1\x85\xd2\xee\x8a\xbe\xb4\x8a\xc8\x98\xdc\xdb\x9b\ \x4c\x43\x5e\x4e\x9e\xa1\x32\x2b\x7b\x2a\x73\x01\x92\xb8\xd0\x99\ \x1c\x1f\xe8\x3f\x39\x6b\x30\xae\x8d\xf4\x8e\x18\x2e\x73\x75\x63\ \x47\xda\xc9\xb5\xeb\xac\xa9\xe9\x8d\xbd\xae\xd8\x4a\xfd\x88\xfe\ \x7a\x70\x79\xef\xa9\xeb\x7b\x4f\x7e\x48\xc9\x43\x43\x66\x7d\x46\ \xd6\xc6\x94\x51\xdd\x73\xfb\xa3\x74\x3a\xff\x68\x7d\xfa\x2a\x68\ \x79\x76\xb6\xf7\x68\x6d\x6f\xf6\xf9\x79\xfe\xf9\xe7\x85\x6a\x6b\ \x70\x4c\xb5\xbd\xfd\xb8\xb5\x1c\x85\xfb\x39\x7f\x3f\x61\x70\xae\ \xf6\x51\xcc\x1d\xfe\x86\xbf\x0c\xc7\x7b\x50\xe8\x1e\x5f\x5f\x7f\ \xf4\x27\x39\x04\x47\x76\x6f\x6c\x6c\xdc\x24\x2e\x6a\x54\x2a\xf5\ \x6c\xfb\xed\xcd\xd0\xcf\x6b\xc3\xed\x65\x73\x76\xe8\x85\x61\xcc\ \xf9\xa6\x51\xbf\xfd\xa4\xda\x9e\x8f\x8a\x63\x1c\x5c\x9c\x1e\x95\ \xe9\x9f\x7f\x38\x5a\x3c\x1a\x54\x37\x13\x68\xcd\xed\xee\x81\x4a\ \x55\x56\x58\xb2\xc1\x60\x38\x3f\x0e\xa5\x73\x2d\x13\x97\x49\x44\ \x4a\x34\x30\x16\x03\x52\x4d\x4b\xa6\xc0\x4b\x18\x3d\x00\x30\x84\ \x78\x73\x07\x5f\x1b\x0a\xde\x86\x48\xc2\xe3\xcd\x29\xa4\xe8\x00\ \x0a\xbe\xe9\x1e\x5e\x75\x3c\x27\xa3\x92\x75\x8f\x13\xc6\x79\xad\ \xee\xc8\x87\x47\x65\x0b\xb6\xb3\xae\x2d\x97\xc1\x30\x98\x15\x0b\ \x04\xe2\x82\xed\xac\xb0\x64\xad\xe3\xef\xff\xfb\xcf\x1c\x8a\x0f\ \xc1\x2d\x8f\x51\xb7\x74\xa8\x94\x28\x34\x06\x4e\x00\x25\x22\xb1\ \xa7\x8b\xd5\x3e\x02\x26\xc2\xf9\x85\x43\x66\x2c\x76\x5b\x62\x25\ \x22\xa6\x00\x6e\x41\x1e\x84\xfb\x10\x98\x50\x14\xe2\x91\x07\xda\ \x98\xba\x13\xee\x2f\xc9\x25\x6c\x2c\x13\x9c\x42\x20\x58\xc6\x85\ \x52\xb9\x7c\x0c\xc3\x92\x01\x87\xc4\xf1\x79\xa8\x20\x8c\x25\x04\ \x8a\x74\x64\x49\xe0\xea\x41\x05\xc0\x0e\x30\x0e\x07\x01\xe7\x5a\ \x71\x59\x29\x7c\x9e\x22\x91\x2c\x80\x20\x69\xb7\x89\x54\x30\x1f\ \xc4\x00\xcd\x6a\xa1\x02\x47\x04\xe1\xde\x31\x48\xb3\x65\x25\x90\ \x61\x2c\xa1\x02\x31\x0b\xce\x41\x12\x14\x42\x1c\xe1\xda\x87\xe9\ \xc8\xe7\x20\xa8\x56\x51\x5b\x77\x88\x38\x10\x0e\x03\xf6\x11\xd3\ \x68\x34\xae\x00\x37\x04\x65\x09\x78\x76\x46\x47\x18\x0e\x29\x14\ \xed\x00\xbc\x44\xc6\x20\x82\xc8\x72\x85\x92\xc6\xe4\x89\x85\x92\ \x25\xc5\xce\x9f\xff\xfd\xf7\xef\x55\x11\x12\x03\x73\x44\x02\x54\ \x64\x09\x25\x0c\x89\x44\x54\x85\x54\x26\x06\xf4\x63\x6e\x4e\x4c\ \x03\xe4\x54\x2c\x92\x0b\xe5\x73\x12\xb2\x8c\x87\x83\x5a\x80\x7d\ \x16\x09\x10\xe4\x35\xf5\xcf\x12\xd3\x72\xc8\x12\x38\xae\x54\x88\ \xc0\x6c\x85\x4c\xc0\x87\x83\x98\x76\xe9\x34\x01\x87\x83\x15\x49\ \xc9\x3e\xa1\x16\x48\x67\x9c\x15\xca\x79\x11\xc7\x9d\x63\x21\x69\ \x62\x40\xd6\xc4\x5c\x9e\x58\x2e\xf8\x75\xb8\x2a\x71\x7c\xc4\x91\ \xe1\x18\x1a\x97\x4c\xa6\x09\xa5\x52\xae\x49\xb3\x7e\xff\xfa\x35\ \x27\x51\x48\x45\x02\x11\x0d\x65\x45\x86\x59\x20\xd9\x32\x05\xb6\ \x1a\x01\xa5\xc2\x10\x10\xb2\x05\x92\xcf\xe7\xf3\xf8\x8e\x58\x99\ \x84\x0a\x5c\x89\x18\xc4\x61\x9b\xf6\x5b\x8b\x25\x42\xa8\x04\x00\ \x46\x38\x55\x2a\x14\x31\x85\x87\xbf\xf6\x97\x7e\xff\x5b\xcc\x95\ \xac\xfe\x59\x62\x23\x39\x62\xf1\xef\x43\xe5\xfe\x1f\xc5\x6f\x85\ \x12\x20\x2b\x32\x20\xbe\x6c\x30\x14\xf6\x97\x07\x09\x1f\x66\x46\ \x49\x8d\xb6\x8f\xfe\xfb\x7f\xa2\x3d\x02\xcc\x49\x01\xa6\x0d\x5c\ \x01\xff\xd8\x87\x91\xc2\xfe\x09\xa3\x84\x79\x98\xf9\xd9\x06\x7c\ \xb5\xb7\xb1\xc6\x03\x76\x30\xc0\x9e\x62\xca\x88\x37\x25\x1d\xd3\ \xe9\x74\x40\xde\xc2\x48\x00\x6f\x99\x59\xbf\x0a\xf1\x7a\xf3\xfe\ \xb5\x2b\xd1\x9c\x64\x6e\x0e\xe8\xd9\xd7\x00\x0f\x8f\x30\x53\x63\ \x09\x13\x5f\x05\x98\x59\xfb\x3a\xbc\x72\x32\xc3\x13\x29\xe6\x24\ \x97\x99\x09\xc3\x7a\x63\x43\x6f\x69\x5d\x6d\x73\xd2\xf7\x84\xbc\ \xd2\x8e\xb2\xd2\x82\x91\xc9\x9b\x99\xdd\x8d\xc2\x3e\xf5\x95\x83\ \xb7\xa7\x2d\xc5\xcd\x37\xd8\xd7\x3b\x3e\xbc\xdd\x3f\xb2\xf8\x4d\ \xe7\xa7\xc7\x20\xbf\xf6\xef\x69\xc3\x91\xef\x3f\x16\x35\x57\xed\ \x35\x25\xd4\x26\x8c\xf4\xb4\x25\xbd\x4d\x8a\x4c\xf8\xe6\x6b\x6b\ \xeb\x95\xf3\xdd\xda\xbc\xa5\xb3\xae\xd6\x35\xfc\xa5\xe1\xbd\x9b\ \xab\x03\xf1\x4d\x7f\xe0\xa7\xa4\xfe\x96\x48\x77\x6f\x9b\xe2\x91\ \xf8\xde\xac\x0f\xa4\xc8\x5a\xaf\xb4\xb6\x9a\xea\x8c\x4f\x7d\x2d\ \x45\xd9\x5d\x49\x7e\x4d\xc3\xf1\x95\x47\x03\x1d\xdd\x69\x21\x09\ \x6d\x1b\x97\x1f\xc2\x43\x82\xcd\x1c\xc2\xbd\x43\x12\x48\x8d\x3f\ \x7e\x64\x64\x5d\x4c\x7e\x1c\xa9\xcf\xbe\x6a\xd0\x1c\x6d\x0f\xeb\ \x0a\x75\x59\xdd\xe5\xe5\xf9\x19\xbd\x2d\xb5\x86\x7c\xbd\x3e\x23\ \xa7\xa5\x75\xe5\x76\xb6\x32\xa4\x26\x6b\x2a\x5f\x73\x39\x9b\xa3\ \x5d\x7e\x18\xb0\xd8\x88\xdb\x18\xef\x6f\xcf\xd1\x69\xdb\x0a\x0d\ \xfa\xab\x9c\x78\xf7\xa6\x8f\xed\x59\xcd\x0d\xb9\x1d\xbb\xc6\x1b\ \x9f\xdc\xa7\xf3\xf2\x86\xbe\xbe\xac\x93\xa3\xd2\xf5\xbb\x6b\x43\ \xe2\xc5\x65\x0b\xfb\x79\xb7\x6e\x7b\x3e\xa3\xda\x18\xa1\x27\xa4\ \x2c\x64\x54\x17\x66\x4c\x1e\xe1\x96\x37\xb6\x4f\xa6\x1a\x33\xda\ \x72\xb3\x66\x5e\x7b\x56\xb6\xbc\x71\x7a\xd7\x55\x57\xb7\xd1\xbc\ \x55\xd8\xf4\x74\x7e\xe1\xac\x6d\xfb\x34\xbc\xd0\xf7\x6d\x50\xbf\ \x39\xaa\x3a\x9d\xbc\x56\xef\x66\x2d\x8c\x14\x6c\x7c\x2c\x5a\xc9\ \xde\x9c\xbe\xb8\xd0\x1b\x36\xb3\x22\x9b\x71\x13\x89\xec\x91\x81\ \x1f\x67\xe5\x9b\xf5\x19\x47\x17\x95\xbd\x75\x4d\x3d\x2d\xa5\x1d\ \xb9\xe7\x99\x9b\xa3\x07\x88\x92\x7b\x43\x4e\x5b\xf7\xd5\xe6\x75\ \x86\xa6\x3a\x27\xa3\x72\xe0\x73\xce\xc0\xc2\x65\xfd\xf7\xd2\xfc\ \xde\x91\xb6\x2a\x83\xfa\x76\x71\xf7\x5c\x53\xd6\x5a\xb2\x8e\xd6\ \x86\x6a\xef\x0d\xad\x9b\x6a\x55\x6b\xb9\xbe\x7a\xe5\xea\x31\x65\ \x28\xea\x6e\xe2\x78\x62\x22\x68\xe8\x58\x35\x5f\x7d\xaf\xb5\x4b\ \x67\xb1\xe5\xbc\xd0\x6b\x55\x96\x13\x89\x48\xf2\xa0\xf8\x27\xbc\ \x72\x4a\xf8\x94\x69\x7c\x99\xd1\x8c\xa5\x1c\x3f\x9d\x8e\x19\x8c\ \xd7\xc6\x20\xed\xc4\xe9\x65\xe2\x9d\xf3\x90\xaa\x24\xce\xea\xc0\ \x62\xf0\x2e\x34\x68\x51\x3d\x72\x9c\x5e\x7d\xaf\x9f\x9d\xb8\xf4\ \xd9\xf0\x21\x5c\x07\x3d\x2e\x47\x80\x8e\x19\x76\xd7\x8e\xf3\x77\ \x16\x63\x5b\x89\x96\x60\x82\xa3\x56\x13\x01\x1a\xa7\xdb\x00\x3a\ \xf8\xf7\x7f\xef\xd7\x78\x98\xd6\xb3\xe8\xf4\x30\x8f\x68\xd3\x1d\ \x21\x20\x4c\x9a\x53\xec\x29\x44\x6b\xeb\x30\x53\x90\x34\xb3\xa9\ \x3d\xe0\x97\x6a\xd9\x4c\x9e\x90\x89\xbe\x9b\x2f\x08\x3d\x6a\x05\ \x19\x6e\x13\x7d\xd4\xd7\xfa\x3c\x35\x86\x40\x06\xcb\x12\x17\x13\ \xb5\xd5\x68\xcb\x44\x4b\x21\x18\x69\x99\x81\x24\x40\xc0\x8f\xce\ \x08\x46\x54\xe8\x96\xe1\xfa\x34\x34\x6a\x82\xad\x69\x3c\x3b\xdd\ \x93\xf8\xc4\x9d\x86\x42\xa8\xa1\x3e\x47\xc7\x60\x08\xf2\xfc\xce\ \x0e\x42\x45\x12\x7d\x2c\x25\x00\x00\x20\x00\x49\x44\x41\x54\xb1\ \x98\x50\xde\x33\x44\xc2\x17\x22\xc9\x30\x64\xa8\x62\x8e\xc3\x16\ \xc2\x21\x5c\x08\xda\x31\xca\x32\x82\xcc\xe2\x39\xce\x9f\xa2\xc8\ \x5a\x0b\xbe\x90\xc3\x75\x44\x23\x69\xb8\x50\x91\x0c\x84\x03\x03\ \x52\xc7\x5a\x65\x1d\x68\x06\x31\x0c\x2e\x48\xc5\x67\x46\xa0\x19\ \xb4\xd0\x41\x6e\x54\x9c\x48\x73\x6a\x89\xb4\x63\xf9\x3c\xdc\x18\ \x8e\x61\x4c\x1e\x14\x11\x71\x10\x01\x41\xa4\xf3\x68\x34\x16\x0d\ \xd0\x34\x2e\x12\xcc\xb1\x64\x0a\x84\x52\xac\xb3\x25\x9c\x1b\x65\ \x41\x06\xa1\x56\x9c\x51\x50\x8c\x38\xc2\x19\x06\x26\x53\xb9\xc0\ \xaf\x27\x13\x23\xf8\x64\x8e\x58\x09\xb2\x22\xa4\x0b\x98\x7c\xa6\ \x85\x8f\x9d\x85\xf1\xd8\x12\x46\x86\x63\xd9\x52\xe5\x2a\x60\xe2\ \x7e\x49\x66\xb3\xee\x22\x70\x32\x39\x19\x2d\x15\x4a\x24\x4a\x21\ \xd8\x19\x0b\xa8\xc1\x8e\x8c\xa7\xdc\x9f\x13\xcf\xc9\xc0\x11\x52\ \x25\xe0\x3d\x85\x76\x68\x0e\x0d\x32\x88\x80\x60\xa4\xab\x3c\xae\ \x8c\x0b\x15\xcb\xf6\x25\xe2\xa5\xfd\x25\x81\x4c\x22\x51\xcc\x01\ \x92\x24\x14\x8a\x7e\x29\x45\x64\x9a\x84\x03\x42\xc3\x59\x20\x16\ \x1f\x0e\x06\x83\x24\x12\x11\x8d\xcf\xe5\x2b\xe4\x92\xb9\x39\x05\ \x4f\x32\xb7\xbf\xa3\x90\xb0\x44\x02\xb8\x4c\x49\x96\xca\xd8\x6c\ \x96\x54\x2c\xe0\xf3\xe6\xc4\xa2\x55\x19\x2d\x28\x94\xc0\xc7\xc2\ \xa9\x2c\x23\x9a\x46\xe3\x91\x69\x22\x28\x93\x27\xe5\xe1\x38\x7c\ \xee\x9c\x88\xc9\xc1\x10\x98\x7c\x29\x57\xc9\xe6\x4a\x0e\x85\x6c\ \x2c\x8d\x8a\xb0\xe4\x12\x1c\xc9\x02\xa5\x4c\x02\x58\x41\x8e\x54\ \x22\xdd\x91\x89\xe4\xab\x1c\x2a\x4f\x24\x53\x88\x44\x20\xe5\x0e\ \x87\xcf\x53\x5a\x9d\x0b\x25\xfc\xc3\x1d\x01\x95\xc3\xe3\x2b\xb8\ \x48\xe1\x5f\x78\x33\x1b\x0f\x33\x12\xc0\x59\x61\xa9\xa6\x3a\x09\ \xa9\x74\x8f\x30\x8f\xb0\x80\xaf\xd1\xe6\x78\x7c\x34\x20\x63\x01\ \x14\x5b\x4f\x22\x25\x80\xe8\x6a\x6e\x1f\xf0\xaf\xbf\x01\x31\xf3\ \x30\x27\x92\x02\x48\x66\x74\xfa\x7f\xe5\x2b\xcc\x9e\x88\x37\x27\ \xda\xdb\xba\xf8\x46\x7e\xfa\x1c\xe2\x6a\x46\xb7\x31\x35\x2f\xa7\ \x9b\x12\x51\x89\xc0\x80\x0b\xf8\xea\xe0\x46\x72\x7a\xed\xf6\xdf\ \xe6\x50\x74\x92\x8b\x59\x70\xfe\xee\xde\x64\x65\x5b\x43\x63\x67\ \x4f\x77\x5d\xf3\xcd\x40\xd9\xf4\xf4\xc6\x42\x6f\x66\x63\x5f\x7b\ \xed\xf9\xe3\xe2\x8a\xb7\x77\xd7\x46\xa1\x17\xe5\xdb\x49\xcc\x9b\ \xc8\xcc\x84\x64\x33\x5b\x33\x7b\x37\x80\xb3\xda\xcb\x7a\x23\xbd\ \x93\xde\x06\xbb\x85\x94\x94\x64\x24\x75\x7b\x55\x16\xbc\x0e\x7e\ \x9f\xd0\xf2\xfa\x4d\x85\x7f\x78\x48\x64\xfb\x74\xc1\xdb\x1a\x73\ \xa7\xfe\x8a\x1a\xdb\x96\x56\xa7\xf2\xce\x57\x21\x85\x2d\xf1\x91\ \x78\x17\x52\xd3\xdd\xc4\xc6\x3b\x00\xec\x6c\x82\xdf\xb5\x27\xac\ \x14\x4e\x4f\xb7\x66\x79\xbb\x10\xdd\x80\x59\xe6\x5e\xd3\xe7\x15\ \x9f\xeb\xe5\xd4\xb1\xde\xd2\x55\xd7\x9b\xdd\x59\x54\x9c\x5c\xd0\ \xeb\xbc\xd7\xd2\x1d\x3b\x79\x79\x54\xb2\x79\x5e\xb0\x36\xab\x5f\ \x34\x36\xb7\xac\x6b\x6b\x0b\x0d\xb9\x23\xc3\xaa\x6b\xfd\xcc\x8a\ \xb1\x61\x53\xaf\x33\x0c\xaa\x96\xa7\xc6\xc7\x75\xef\xe3\x67\x17\ \x8a\x72\x74\x0e\xf9\x63\xf9\x4e\xef\x1b\xbf\xb4\xb7\xe7\x95\x1c\ \x77\x8c\x34\xf4\xaf\x34\x54\x95\xcc\x96\x4d\xe6\xcf\xb6\x66\x96\ \x36\x0c\xe4\xbe\x0c\x3f\x15\x7b\xc7\xd7\x5f\x5f\x1d\xcc\x7e\x28\ \xbe\xc9\xee\x2e\x1d\x31\x26\x8f\x8e\xf4\xb8\xbb\x9f\xe4\xa5\x6b\ \x22\x08\xa7\xe8\xbb\xad\x86\xde\xe3\xf2\xd3\x88\x49\x75\xc3\xe5\ \xe8\x76\xe9\x48\xcb\x63\x6e\x78\x51\x63\x6d\x73\x4c\x48\xe0\x87\ \x0a\xf7\x2c\x78\x86\xbe\x7f\x2d\xb7\x55\x83\x56\x1b\x7f\x14\x1c\ \xdf\xe9\xac\xd4\xf5\x1b\x2a\xf5\xad\xfe\x6e\xfb\x6a\xe4\xe1\x64\ \xe3\x2c\xbf\x31\x43\xa5\x7e\x1e\x9b\x1d\x2d\xda\x84\x06\x0d\xbc\ \xf4\x9e\x8e\x59\x99\xd2\x50\xb3\x47\x26\x2b\x73\x1a\x1a\x36\x73\ \xd2\xbe\xad\x9f\x97\x0e\x43\x07\xf3\x8c\x6a\x6d\x94\x51\xa7\xbf\ \x5d\x79\x40\x3d\x18\x1f\xe7\x87\x0b\x86\xbb\xf3\x0c\x5b\xa7\xc7\ \x3f\x9f\x9f\xc6\x17\x74\x5a\x55\xee\x9e\xe6\x56\xa5\x3f\x41\x0d\ \x17\xe8\xef\x12\x87\xc6\xd4\x33\x39\xf5\x27\x8f\xba\xad\x97\xbb\ \xde\xe3\xa1\xea\xbb\x53\xa3\xe1\x65\xec\x4e\x65\x07\xdf\xea\xb8\ \x1f\x64\x92\x8d\x6b\x0b\x57\xb3\x09\xb6\xb6\x14\xfb\xaf\x66\xaf\ \x23\x5d\xbc\x3e\x36\xac\x3c\xea\x0c\xa7\x29\x8c\x83\xd3\x79\x23\ \x83\x40\xc0\xf4\x5a\xc0\xc1\x1b\xf1\xc6\x45\x6d\xba\x61\xfe\x7a\ \x62\x6b\x28\x71\xb1\xfa\xe7\xa9\xf1\xe9\x44\x1b\x35\x36\x14\x67\ \x71\x69\x1c\x8c\x98\xb8\x3f\xbe\x39\x1a\x23\x1c\x93\xb9\x2c\x16\ \xc3\x0a\xf4\x8c\xd2\x1a\xc6\x18\x89\x20\x6c\x7f\x18\xd1\xb4\xef\ \x02\x20\xfe\xe8\x00\x3a\x10\x1c\x81\xd0\x67\x2a\xa1\x16\xf0\x95\ \x42\xf1\x20\x3a\x10\xcd\x29\x0e\x0e\x36\xe6\x44\x22\xde\x0c\x8f\ \xa7\x24\x45\x1d\xd6\xf7\x46\x28\x14\x02\x25\x66\x59\x47\x86\x6d\ \x4e\x20\xe3\x42\x91\xd5\xd4\xc7\x7b\x38\x56\x29\x58\xe6\x03\x06\ \x2b\x34\x0a\x07\xdb\xb8\xbc\x28\x7e\x19\xb2\x23\x8b\x70\x11\xcb\ \x0c\xf0\x4f\x26\xcd\x2e\x88\x60\x29\x0a\x32\x62\x86\xa4\x2c\xd6\ \xe9\xa6\x33\x0d\x06\x66\xd0\xd2\x07\x23\xb0\x51\x58\x81\x23\x98\ \x15\xb1\x65\x48\x44\x12\xc8\x12\x1a\x5b\x2c\x05\xf3\x20\x2c\xa5\ \x02\x17\xc7\xc6\xa2\xc1\x5c\x1e\x8a\x0d\xc2\x59\x21\xa9\x2c\x50\ \xba\x15\x08\xa9\x02\xf0\x82\xcf\xc5\x88\x38\x64\x56\x35\x48\x8e\ \x62\x70\x09\x64\x5e\xd5\xe5\x90\x21\x9d\xc0\x55\xca\xd9\xea\x19\ \x66\x22\x44\x8c\x00\x89\xb8\x42\x24\x08\x6d\x35\x70\xcd\x0f\x4d\ \x61\x07\x45\xb5\xde\xd9\x69\x06\xad\xd0\x64\x0c\x20\xa3\x43\xd5\ \x10\x2c\x86\x86\x81\x71\xc9\x00\xb5\x20\xf8\x52\x05\x8d\xc5\x95\ \x62\x10\x83\x70\xbe\xe1\x0e\x4b\x60\x0e\xc6\xa1\x2f\x6b\x87\x05\ \xe3\x8d\x27\xdb\xd5\x70\x04\x88\x4d\x85\x89\xa4\xb8\x19\x1d\x02\ \x61\x07\x27\x38\x6a\x7c\x4e\x75\xc7\x71\x16\x8c\x88\x28\x1f\x34\ \x5c\x00\x98\xbe\xb9\x7f\xff\xe6\x59\xf9\x30\x20\x4a\x31\x04\x4b\ \x10\xa2\x82\x10\x4c\x2c\x84\xc6\x95\x48\x99\x34\x0e\x98\x2b\x12\ \x08\x21\x28\x10\xd6\x19\x0b\xe1\xcb\x25\x0a\xb1\xe8\x0f\x77\x10\ \x03\x61\xe0\x12\x27\xc0\xce\x29\x7f\xc4\x52\x85\x9c\xc9\x51\x28\ \x14\x4a\xbe\x58\x2e\x03\x31\x95\xca\x1d\x96\x90\x4d\x16\xae\xb2\ \x61\x12\x16\x8c\xc7\x86\x72\xe1\x64\x26\x08\x84\xe6\x4b\xf9\x54\ \x40\xb4\xb8\x73\x80\xe9\x5d\xda\x91\x2b\xc5\x9c\x1d\x85\x4c\xcc\ \xe4\x4a\x98\x02\x16\x18\xcc\x13\xb2\x85\x32\x0e\x9f\x25\x86\x33\ \x39\xbc\x55\x3e\x1b\x38\x0b\xc1\xc6\xa2\x84\x32\x81\x92\xc5\xe5\ \x33\x05\x30\x19\x9f\xcd\x95\xb3\x79\x3c\xaa\x89\xc8\xa4\xf2\x7d\ \x05\x97\x2b\x50\x2a\xc5\xab\x73\xa6\x7d\xd7\x80\x56\xee\x1c\xee\ \xef\x8b\x85\x4b\x6c\x9e\x40\x21\xe2\x8b\x15\x22\xc4\xea\x2f\x04\ \x96\xa5\xa0\x71\x85\x50\xb5\x98\xcf\x17\x08\x45\x12\x9e\x18\x2a\ \x04\xfe\x23\x7f\x51\x28\x66\x78\x6b\x7a\x98\xbd\x47\x80\x7d\x58\ \xc0\x3f\xd1\xd1\x00\x82\xff\x4d\xb7\x8f\xf6\x20\xd9\xd8\xd8\x12\ \x6d\x29\xa9\x78\x5b\x57\x3c\x9e\x4e\xb2\xc6\x47\x03\xd1\xed\xbf\ \xe5\xbc\x4d\x25\x3f\x02\xa2\x81\x70\x07\xbc\xe2\x89\x44\x7b\x12\ \xd1\xde\xc1\xc9\x2d\x24\x36\xa6\xd8\xf7\x95\xbf\xbb\x0d\x9d\x18\ \x66\x5a\xdb\x4a\x05\x10\x2b\xd5\x9e\x6e\x16\xe2\xee\x1d\x12\xe9\ \xeb\xed\xd9\x95\xe9\xfd\x2e\xe9\x5d\x57\x45\x57\xeb\xe4\xcc\xcf\ \x7b\xd5\xed\xc5\xe4\xf8\x32\xda\x58\xf8\xad\xa2\x28\x21\xc4\x3b\ \x90\xf8\xea\x28\xab\xab\xf2\x56\xbb\xee\xf5\x92\xe5\xef\xf1\x7d\ \xe1\xd3\xfb\xf0\xc8\x8f\xdb\xef\xfa\x73\x1b\x7c\xcd\xa3\xed\x03\ \xeb\x7c\x53\x1d\xbe\x05\x92\xec\xad\xdd\xc3\x2b\x03\x03\xdd\xc2\ \x9b\xd2\xcc\x88\xd6\x1e\x61\x2e\x69\x05\x9d\x1f\xbf\x54\xc4\xf4\ \xa6\x85\x38\xf4\x77\xd9\xb8\x90\x3e\xcd\xe2\xbd\xbc\xdd\x1c\xde\ \xd6\xba\xe0\xed\x5f\x11\x29\x3d\x9d\xee\x01\x61\xf1\xef\x1d\x06\ \xd4\x0d\x5d\xe5\x6d\xcd\x35\x35\xad\xe3\xee\xaf\x42\x12\xdc\x2b\ \xca\x32\xcf\xbc\x7c\xe3\x43\x5c\xfc\xde\xbe\x19\xee\x74\xeb\xce\ \x4a\x28\x1f\x5e\xe9\xbd\x1f\xd4\x95\x35\xe6\x25\x7c\x6c\x9a\xd9\ \xab\x2f\xaf\xcf\x7d\x61\x6c\x45\xbd\x8b\x8c\x8c\x9f\x09\x8d\x98\ \x69\x5d\x8e\x2a\xc9\xbd\x35\x1b\xae\xfa\xd0\x73\x71\xf4\xad\x34\ \x7f\x32\xd3\xa3\x34\xe7\xfd\xfb\xcf\xe5\x31\x7e\xed\x69\xbd\x1a\ \xb5\x66\xaf\xe4\x7a\x51\x7f\x34\x92\xd5\xb0\x3d\x65\x3c\x7f\x1e\ \x5c\xbf\x3b\x1e\xb5\x32\x14\x8e\xc7\x6d\x7e\xb9\x31\xf4\xe6\x26\ \x7c\xb1\xc9\xfb\x79\x54\x3b\x7b\xa2\xa9\x98\x3c\x6d\x2e\xaa\xd8\ \x45\x26\x37\x06\xaf\x2f\xab\xf7\x52\x12\x9f\x27\x67\xd6\x27\x8b\ \x8a\xe7\x4f\x54\xc5\x9d\xb9\x9e\x31\xc6\x0a\x43\x76\x4c\xd5\x17\ \xff\x8a\xf6\xaa\xfc\xb2\xf1\xe4\x8f\x95\x75\xea\xd3\xd2\xf1\x6f\ \x79\x43\x5a\xcd\x66\xd5\x88\xc1\x78\x90\x7e\xfb\x74\x39\x71\xb0\ \xfc\x72\xfa\x6c\x38\x9d\xd9\xee\xae\xaa\xd8\xdb\xcc\x28\xd2\xaa\ \x9f\xaa\xb6\xa7\x0c\x5d\xef\xda\x5b\xfa\xb3\x4e\x36\x54\x8f\xc7\ \x99\x59\xf9\x15\x93\x7b\xba\xf5\xf8\xfa\xfa\xd8\xef\x9f\x9b\xba\ \xd4\xd9\xe5\x7b\x1b\x83\x46\x9d\x56\x7d\xb2\x3c\x3e\xe5\x88\xb2\ \x8b\x1b\x6b\xfc\xdc\x38\xde\x3a\x7d\x9e\x5b\xd5\xf0\xfd\xbe\x29\ \x77\xf4\x6a\xf3\x79\xe8\x62\xe8\x00\xa3\x39\x31\x32\x86\x86\x96\ \x35\x4f\x0f\xd7\x37\x71\x5b\xaa\xca\xa9\xfc\x8c\x81\xbe\x73\x67\ \xa3\xe1\xc1\xa8\xbf\x9a\x8a\x4d\x1a\x3f\xdd\x3c\x58\xd6\xa8\xd5\ \x86\x85\x78\xba\x3d\xd1\x9e\xee\xfe\xde\x97\xe2\x15\x3e\xaa\x39\ \xbe\x52\xf9\x04\xa9\x4f\x42\x59\xcf\x63\x95\xfa\xe6\x2c\x1c\x7a\ \x6b\x4c\xa3\xbd\xd7\x1f\xec\x0e\x47\x21\x1e\x23\x86\x8c\xf3\x3f\ \x37\x67\x90\x3f\x77\xc7\x8f\x5f\x6e\x6f\x6f\x33\xcf\x4f\x16\xe1\ \xd0\x89\x83\x63\xd5\x32\x03\x3e\xa8\x1d\xd4\x6c\xc5\xad\x67\x4c\ \x19\x17\xf4\xea\x0f\x78\x3a\x85\xf2\xdf\x75\xcf\x30\x20\x22\x92\ \x4c\x29\x82\x61\xaf\x5c\xff\xfe\x0a\x7c\x6e\xf2\x86\x61\x24\x73\ \x57\x17\x33\x33\x92\x39\xde\xc3\xcc\xde\x2c\x5f\x72\x57\xf4\x4d\ \x25\xdd\x57\x2e\x49\x8f\xf2\x72\xbf\x1f\x0d\xcd\x23\x70\x34\x21\ \x13\x09\xcc\x51\xb6\x85\x1d\x9b\x10\x15\x34\x34\x78\xfd\xe2\x33\ \x96\x0e\x51\x1f\x40\x91\x62\x1e\x81\x45\xf0\xa9\x86\x81\x61\x3e\ \xa1\xb7\x3f\x5a\x1f\x0c\x08\x1a\x08\x81\x82\xcb\x59\x76\x50\x19\ \x18\x89\xb1\x43\xd0\x78\x4c\x8b\xe7\xbe\xe6\x61\x1d\x99\x8a\xe5\ \x06\xf1\x79\x58\x3e\x57\xbc\x2f\xe6\xc9\x94\x62\x29\x87\x8a\x65\ \x21\xc0\x13\x8f\xd5\x71\xa1\x58\x1a\x1f\x98\xdb\x0a\xc0\xa0\x30\ \xa5\x12\x0e\x0b\x0c\x8b\xe3\xae\x92\x41\x3b\x20\xf6\x9f\x11\xdb\ \xca\xf4\x4d\xa8\x25\x8d\xbf\xb5\x3d\x0f\x56\x38\xd2\x78\x00\x1f\ \x51\x91\x07\xce\xd5\x16\x08\x08\x23\x1d\xb9\x65\x67\x01\x4c\x7e\ \x01\xc1\x54\x8a\x8f\x0a\x4a\x44\xa1\xc0\x51\x20\x88\x85\x88\xeb\ \x08\x66\xe3\x9c\xd1\x04\x1c\xe1\x42\x8d\xa3\x6e\x05\x05\x69\xee\ \x09\x3e\xeb\x18\xa5\x5d\xf5\xe0\x09\x08\x62\xc5\xc3\xa0\x1d\x01\ \x9f\xc6\x86\x31\x2c\x45\x4c\x2e\x0b\x3b\x66\x41\x98\x77\xb4\xb8\ \xbe\x32\x20\x19\xe0\xad\x21\x02\x99\x46\x88\xc2\xb1\xd8\x5c\x9e\ \x74\x75\x55\x06\xb8\x40\xb1\x0c\x23\xe1\x22\x71\xa1\x50\x18\x16\ \xab\xe4\xb2\x80\x2b\x80\x85\xd2\x56\x85\x50\xaa\x90\x40\x96\xcb\ \xe6\xf8\x12\x2c\x73\x47\xc9\x21\x58\x41\xc1\x28\x1c\x19\x32\x28\ \x80\x8a\xd9\x32\xe1\x29\x84\x2a\xe2\xb0\x01\x83\x07\xe6\x2d\xf1\ \xb1\x62\x39\x18\x2a\xa4\x81\xe4\x2c\x2b\x04\x9b\x2d\xa4\xb1\x51\ \x64\x30\x8c\xc5\xe4\x0c\x09\xd8\x2c\x4b\x3b\x1c\x4f\x2c\x15\xc9\ \xe5\xd2\x43\x89\x78\x6e\x55\x29\x96\x49\xe5\x52\xb1\x92\x23\xdc\ \x91\xcb\x24\x72\x10\x53\x2a\x3f\xdc\x97\xff\x11\xf1\x25\x52\x89\ \x6c\x4e\x26\xc4\xa6\xc0\x04\x7c\x21\x18\x26\x16\xc8\xa9\x22\x11\ \x84\x2b\x97\x4a\xf7\x45\x54\xae\x04\x2e\xc6\x42\x94\xd2\xb9\xc3\ \x25\xa9\x6c\xce\xb4\x43\x92\x89\x90\x1e\xca\x78\x6c\x40\x00\x41\ \x38\xa1\x48\x38\xa7\xf8\xb5\xb3\xb3\xaf\x44\xc2\xf9\xc7\xa8\x39\ \x99\xf2\x8f\x98\x85\x41\x3f\xfb\x70\x97\x94\x76\x6c\x14\xfc\x2f\ \x3a\x91\x9e\x0a\x48\x91\xbd\xa9\xca\x91\xbd\x69\x71\xdd\x54\xfd\ \x8a\x44\xb2\x37\xf3\x20\xba\x99\xdb\xb8\x10\xcd\x89\x66\x14\xba\ \x7d\x18\x1e\x1f\x66\x4e\xa1\x9b\xd3\x4d\x7d\xca\x03\x28\xd6\x78\ \x27\x57\x07\x1b\x3c\xd1\xd6\xc1\xde\xcc\x1e\x6f\x1e\xe0\xe7\xe4\ \x12\x93\x90\xf0\x3d\xdc\x33\x21\xd6\x81\x04\x84\xc3\xb0\x68\x7a\ \x80\x07\x9d\xe4\x61\xff\xca\x3f\x29\xc6\x2f\xfc\xe3\xfb\xda\xf8\ \x84\xb4\x34\xcf\x98\xe6\xc9\x4f\xed\x1f\x83\xbd\x6d\xbc\x03\x83\ \xfd\x23\x6b\x27\xbb\x3f\xf9\xc5\xb8\x78\xbe\xfb\xe6\xfe\xda\xe9\ \xd5\x97\xe4\x57\x1d\x05\xbd\x55\x4e\x83\xc6\xd8\x9a\x98\xbe\xb4\ \x60\xa2\x27\xf0\x0c\x4d\xdf\xfa\x63\x43\xfc\xdc\xdc\x3e\xbc\x72\ \x7f\x5d\x97\x4c\x34\xf3\xec\x03\x28\x2e\xf8\x3b\xfe\x6d\xac\xa7\ \xab\x93\xb5\x75\x00\xa9\xbd\xf7\x73\xc5\xf4\x3b\x7f\xaf\x0f\xb6\ \x0e\xef\x88\x45\xef\xff\xc7\xcf\xef\x73\xcd\x6b\x57\x07\x87\x9e\ \xda\xa4\x84\xb7\xbe\x7e\x4e\xa6\x6d\xda\xee\x1f\xc6\x4b\xfb\x5f\ \x7f\xef\xe9\x5b\x4f\xaa\x84\xe6\x85\x77\x76\x77\x2f\x2c\xb4\xff\ \xc8\x69\x6c\xca\xfa\xd0\x9d\x57\xac\xcf\x4d\x4a\x6a\x39\x2a\x6d\ \x6a\xd7\x1f\x65\xaf\xcc\xb4\x66\x6b\x37\x8b\x7f\xb4\x6c\x5c\x8d\ \xe7\x07\x5d\x55\xfe\xcc\xee\xb8\xca\x3b\xd5\x4d\xf6\xe5\x19\xea\ \x43\x6c\x5d\xde\x76\x67\x36\xfa\x77\x1f\x7b\x36\xd5\x16\xbc\xfd\ \x10\x58\x14\xef\xef\x9d\xa6\x53\x8f\x97\xa9\x6e\x7f\xe4\x7e\x2f\ \x49\xff\xde\xba\x32\xfc\xb0\x50\xd7\x76\xae\x5e\xce\x29\x5f\x3f\ \x50\xbf\x68\x6e\x0c\xcd\xb1\x1f\xd2\xbc\x5f\x17\x7b\xd3\x93\xdf\ \xfb\xf6\xcf\x1c\xaf\x38\xaa\x33\x66\x2e\xeb\xfa\x9a\x24\xcb\xde\ \xef\x6b\x9f\x2e\xef\x1e\x52\xa0\x71\x53\xea\x3c\x95\x6a\xe3\xf6\ \x65\xea\xa2\x3d\xbe\xa9\x6f\xb2\xc0\xeb\x5b\x63\x53\x5d\x42\x7f\ \xc5\x5e\xec\x91\x31\xf7\x53\xc5\xc5\xf2\x73\xf5\x8c\xfa\x59\xb5\ \x38\x75\x7f\xbb\xfd\x54\x5a\xaf\x59\x59\xb8\x9b\xde\x78\x51\xd9\ \x1d\x9d\x69\xae\xb3\xfb\xeb\xa7\x7f\x94\x4d\x1b\xef\x9f\xc7\xea\ \xd4\x33\xd9\x53\x07\xce\x77\xea\x46\x9d\xe6\x59\xab\xd5\x9c\x1b\ \x9e\x47\x1b\x4a\x4f\x8e\x76\x33\x0b\x1b\xa6\x3e\xaf\x8f\x04\x36\ \xec\x4e\x8e\xdc\x3f\xed\x66\x96\x9e\x0f\x74\x14\x4c\x5d\x1c\xc4\ \x1d\x0d\xe8\x74\xe3\x05\xdf\xba\xcf\xbb\x37\x76\x2f\x8d\xd7\x7b\ \xe7\x10\xfd\xa8\x4a\xa5\xd6\x0c\xdc\xe4\x5e\xce\x6e\xae\x77\xa9\ \x77\x37\xa6\xf2\xf3\xb2\x73\x2a\x6f\xf2\x7b\x67\x5f\x56\x6a\x3f\ \xe7\x35\xa4\x15\xf5\xc7\x7f\xf7\xeb\x6a\x9b\x9e\xb9\xbe\x36\xe4\ \xbd\x22\xda\x98\xdb\xe3\xfd\x03\x5d\xf0\xbe\x3d\xea\x44\xf5\x4b\ \x75\xca\xd9\x65\x95\x4a\x57\xe9\xdf\x63\xcc\xb8\x0f\x9a\x3e\xb8\ \x22\x58\x60\x84\xb0\xfa\x45\xcc\xd6\xf1\x4b\xcf\x5e\x62\x22\x92\ \x0d\x1d\xd2\xc0\xd0\xd9\xa1\x8e\x9a\x17\xe3\x33\x8b\xc5\xb4\x3b\ \x58\xef\x2e\x07\xb4\x6f\xa0\x19\xf9\x7c\x7d\x7c\x0c\x8d\xd3\x69\ \x82\x89\x74\x0f\x20\x40\x7e\x0d\xfb\x1b\x70\x82\xf6\xd6\xf6\xa9\ \xd1\x01\x61\x66\xf6\x14\xba\x87\xbd\x69\x37\x04\x89\x48\x24\xda\ \xbc\x22\x9a\x99\xe1\x89\x24\x33\x92\x6b\xc8\x28\xf5\xf1\x71\x65\ \xf7\x80\xc6\xe5\x81\x56\x1e\x9b\xfa\x4f\x9a\x57\x86\x0f\xb4\xf3\ \x3e\x1c\x11\x12\x07\x41\x0e\x81\xac\xa2\xd0\x8e\xd8\xa8\x47\x64\ \xc4\x29\x6a\xea\x27\xe7\x3a\x11\x09\x4f\x41\x63\xc8\x50\x4e\xdc\ \xf1\xa8\x21\x11\x04\xc1\xed\x90\x7d\x38\x5c\xa6\x40\x0a\x45\x8b\ \xe4\x5c\xa1\x4c\x2e\x80\x08\xb0\x2c\x3e\x9a\xb1\x75\x49\xc0\xda\ \xf1\xb0\x16\x3e\xec\x55\x31\x8d\x06\xb1\x10\x9b\xda\x60\xc9\xc9\ \x16\x5b\x3a\x28\x98\x0d\xb0\x16\x57\xc8\x60\x89\x39\x48\x26\x15\ \x0b\x83\x09\x2c\x16\x4a\x22\x2c\xac\x98\x1c\x04\x4f\x69\xa7\x45\ \x58\xa4\x4b\xa4\x0a\x96\x48\x21\x41\xda\x01\xba\xc4\x86\x43\xd8\ \x28\x24\x92\x07\x42\x3a\xf2\x58\x72\x5e\x22\x56\x28\x04\x33\xac\ \x70\x48\x9c\xf8\x50\xc9\xb3\x64\xa4\x38\x12\xb6\x7d\x58\x4c\x1e\ \x19\x8d\x45\xea\xe3\xb8\x11\xf3\x76\xa0\xc5\xc5\xf9\xd3\x88\xe5\ \x4b\x04\xfa\x34\xa3\x55\xaf\x66\x55\x1b\xcf\x2f\xc7\xf4\xa1\x76\ \xa1\x51\x90\x2d\xbd\xca\x38\x8b\x84\x02\x1a\x66\x01\x21\x4f\xc4\ \x3d\x87\xb2\x52\x08\x43\x41\x51\x76\x96\x5b\xd7\xa7\x04\x42\x3a\ \x21\x02\x2b\xe5\xb2\x05\x1c\x88\x25\x54\x21\x01\x84\x94\xcd\xa6\ \xe1\xf8\x5c\x38\x1b\x2e\x5b\x5d\x95\x8b\xe5\xca\x25\x91\x50\x6a\ \xaa\x55\x65\x35\x96\x2e\x14\x08\xa4\xd2\x25\x1e\x9b\x8a\x48\x01\ \xd3\x78\x4a\xf6\x22\x87\x15\xc7\x21\x73\x7e\xed\x0b\xf9\x3c\x18\ \xcb\xc4\x5c\x08\xb1\x95\xda\x99\x2c\x45\xab\x99\x5c\xaa\x18\x01\ \x67\x43\x98\x3c\x2a\x59\x80\xc5\x8a\xc9\x8b\x20\xb1\x84\xcb\xe6\ \x4b\xe5\x2c\x4b\x96\xd2\xd4\xf1\x42\x30\xa7\x90\x88\xd8\x60\x96\ \x50\xc4\xe7\xf1\x65\x12\x01\x97\xb7\x04\xc0\x10\x20\x4d\x52\xc5\ \x21\x47\xc2\x93\xef\x2c\x09\xe5\x62\x91\x50\x24\x15\x32\x39\x02\ \x2c\x4d\xa6\x5c\x14\x99\x56\xd5\x05\x56\x42\x01\x18\x8e\xe0\xc9\ \x24\xc0\x37\x61\xa7\x08\x72\x4a\x35\x86\x26\x15\x88\xf8\x54\xa1\ \x44\x39\xa7\xdc\x11\x0e\x49\xe5\x32\x1c\x8a\x07\x68\x9d\x5c\x28\ \x5c\x5a\x55\x2a\xc4\x32\x09\x4f\x28\xe2\xfc\x85\x77\x71\x88\xf6\ \xf0\x00\x26\x36\x25\xfa\x2b\x25\xfa\xef\x00\xbc\x19\xc5\xe3\x9f\ \x68\x80\xba\x53\xc3\x5c\x00\xb7\x87\x27\xd9\x10\xed\x29\x36\x24\ \x1b\x7b\xbc\x0d\x25\xda\xdc\xcd\xc9\x9a\x88\x7f\xed\xfb\xfa\x4d\ \xcc\xfb\xc0\xf0\x0f\x91\x1f\xde\xf8\xda\x5a\x5b\xbb\xba\xc6\xbf\ \x36\x7b\xf3\x39\xe1\x5b\x72\x57\xde\xe4\xc7\x57\xd6\x14\x8a\x69\ \xd0\x79\x98\x59\x47\xe3\x1d\xde\xb8\xbb\xfa\x56\x74\x7c\xee\xec\ \x88\xf1\x1e\x68\xe8\x5d\xcb\xae\x68\xfd\xd9\xe3\x55\xec\xda\x9c\ \x6c\x13\xec\x57\xd1\x7d\x73\x34\xdc\x19\x5c\xa4\x3f\x71\x21\xda\ \xbe\x75\x0a\x88\x4c\xf6\x77\xfb\x6c\x59\x1c\x93\xdb\x53\x3f\xaa\ \xdb\x58\xff\x1c\x1c\xfc\xf9\x53\x52\x51\x43\xcd\x48\x63\x4b\xf2\ \x45\xd5\xc9\xc2\xe7\xaa\x52\x53\xae\xfb\x78\x8d\x47\x67\x9e\x5b\ \x57\x52\xe4\xa7\x70\xff\xc8\xb6\xef\x23\x59\x49\x1f\x1c\x22\x5d\ \x3e\xbe\xf3\xf3\x34\x4b\xb5\xf5\x8d\x2d\x76\xb2\x8e\x77\xf1\x0b\ \x19\xee\x76\x8a\x79\x65\x4e\xa7\x7f\xa5\x53\x1c\x0c\x93\x0b\xd9\ \xf1\x75\xb1\x31\x35\x91\x45\xd9\x4d\x5e\x65\xf9\xfa\xe4\x60\xcf\ \xe0\xb5\xb2\x8c\x51\x5d\xf1\x74\x5b\x4f\x79\x73\xce\x94\xaa\x25\ \xeb\xaa\x61\xe6\xa2\xfb\x82\xb3\x74\x35\xb0\x9c\x5d\x5a\x7a\x79\ \xf3\xd0\xdf\x3a\x98\x59\xf5\xf0\xa4\x1e\xae\xe8\x68\x19\x99\x6c\ \xad\xac\x79\xed\x7f\x3b\x31\x3d\xaa\x9d\x6e\xcb\x0e\x79\x9d\x95\ \x55\xd9\xd7\x9e\xbf\xde\x37\xbd\xd7\xb8\x57\xd0\x96\x3b\x6e\xd4\ \x35\x64\x64\xbc\x8c\xae\x3d\x69\xd2\x17\x2f\x66\x8e\x4e\x7e\x0c\ \x37\x55\xb4\x4f\x1f\xed\xa9\x8f\x9a\x3e\x16\xe4\x36\x16\x16\xd6\ \x94\x9e\x2e\x0f\x1a\x96\x43\x27\xfb\x82\xfd\xde\x68\x2c\xdf\xf7\ \xb9\x95\xed\xf5\x1a\xef\xb5\x89\xd5\xea\x9c\xee\x97\x19\xc3\x8c\ \x6e\xe5\x5b\x4f\x56\x45\xee\x64\x45\x4b\x42\xe4\xdb\x98\xf1\xd1\ \xbe\x37\x9f\xcb\xd6\x47\x16\x1f\xf7\x6e\x34\x7a\xb5\xea\xc4\xb8\ \x95\x68\x69\xb0\x32\x16\x0c\x4e\x9c\x2f\xf7\xef\x6a\x35\x0f\x17\ \xb7\xa3\xe7\xea\x8b\xb3\xf3\x85\x9b\xdd\x0d\xed\x62\xfa\xc5\x95\ \x56\x63\x2c\xcf\x28\xad\x2f\xb9\x88\x8a\x52\xf5\x5e\x0e\x5f\x96\ \x44\x36\xe8\x7a\x67\xd7\x74\x6a\xd5\x68\xe7\xf3\xb1\xa1\x32\x4b\ \x7b\xb9\xd7\xd5\x1a\x74\x96\x5d\xba\x50\xb6\xad\xd9\xbd\xbe\xd0\ \x4d\x1b\xd5\xbb\x19\x57\x9a\x5b\x43\xe9\x1a\x9b\xab\x59\x9f\x18\ \x28\xcf\xd0\xcd\x38\xab\xae\x16\x55\xb3\x59\xd9\xad\xb3\x9a\xbb\ \x0b\x4d\x8a\x41\x73\xb1\xd1\x3a\xa1\xde\xd4\x3f\x2c\x7c\x5b\x1f\ \x3a\xbe\xbb\x38\xd0\x8d\x14\x7e\x2a\x28\x5d\x2f\xa9\x0c\x21\x59\ \x53\xbe\x06\xb8\xbc\x0b\x74\x75\x7b\x3f\xbb\x98\xae\xd6\x0c\x46\ \x45\x65\xaf\x95\x1e\xa0\xab\x83\x1e\xb7\xb4\xea\xc6\x1b\xf5\x33\ \x67\x64\x73\x7b\xc6\x98\x37\x7c\x5c\xa2\xc6\x40\xd0\x3f\xb5\x43\ \x64\x98\x0f\xdc\xd9\xa8\xc6\xac\x9f\x32\xaa\x59\x68\x18\x67\x70\ \x6c\xe8\x20\xea\xbc\x45\x97\x7e\x36\x62\x44\x45\x3d\x3e\xf9\x9a\ \xd2\x8d\x03\xe8\x01\x61\x5f\x53\x03\x3c\xec\x4d\x2d\xe0\x52\xc3\ \x02\x02\x00\xa0\x02\x8e\xda\x53\x48\x24\x33\x73\x5b\xd2\x2b\x17\ \x37\x27\x1b\x33\x33\x5b\x12\xde\x7c\x36\xe2\x4a\x0b\xd1\x2e\xac\ \x2f\xee\xff\xef\xbe\x9c\x29\x64\xb3\x2c\x84\xac\x50\x06\x0d\x8a\ \xc5\x62\x41\xe9\xd5\x43\x08\x1a\x43\xcf\x83\xd2\x20\x9a\x65\x23\ \x82\x30\xab\xf6\x49\xf7\xb1\x60\xd1\xac\x58\x89\x80\x2f\x11\x63\ \xb1\x70\x1f\x94\x0f\x94\xca\xc7\x92\x91\x76\x50\x11\x9b\x45\xe3\ \x8a\xa9\x2c\x1c\x8e\x25\x40\x60\xd0\x22\x19\x8d\x89\x40\x33\x77\ \xa4\x42\x28\xd4\xea\x58\x24\x15\x2d\x2d\xcd\xc9\x44\x60\x47\x96\ \x4c\x20\x10\x03\x58\x40\xa6\xc9\xb9\x08\xf1\x1c\x1f\x5e\xad\xe3\ \x2a\x45\x54\x34\x63\x26\x77\x1e\x63\xa9\x86\x70\xc5\x80\x2f\xc5\ \x69\x21\x2c\x51\xa2\x65\x4a\x28\x92\x29\x91\x33\x05\x88\x14\xb8\ \xe5\x44\x28\x32\x05\x0d\x8d\xc2\xf8\x60\xd0\xf3\x17\xd7\x3e\x84\ \xb9\x3f\xbf\x68\xd0\x3d\x03\x0a\x82\x3a\xd5\x3a\x73\x09\x1b\x3e\ \x7c\x29\x01\x1c\x6a\x17\x77\x75\xa6\x46\x46\xad\x1d\xb5\x8e\xf7\ \x0f\x9c\x01\x2e\x84\x15\x47\xb6\xf8\x09\x49\xd7\x2d\xc6\x0d\x85\ \x3a\xe2\x0e\x7c\xd2\x41\xe9\x29\xd8\xea\xa1\x1b\x23\x4e\x85\xb9\ \x20\x04\x25\xde\x45\x05\x39\xc6\x0d\xa1\x1c\x71\x51\x10\x30\xc2\ \x8e\xc3\x81\xd1\x04\x02\x36\x4c\x0b\x07\xa5\x20\xec\x30\x3c\xf5\ \x73\xfa\x71\xd0\x85\x01\x2d\xde\x17\xed\x28\xd0\x02\xa1\xd2\x52\ \x05\x5c\xab\x90\x86\x7b\x09\x3d\xdc\xff\xfd\xef\xff\xf7\xdf\xfb\ \xce\x60\x2a\x5c\x2c\xa3\x4a\xf8\x34\x2c\x19\xc4\x55\x28\x80\x3f\ \xcb\xe1\xbf\xff\xcf\xbf\x0f\x05\xe8\x50\xea\x2a\x95\xc5\x41\x83\ \x39\x12\x9a\x00\x70\xbf\x60\x3e\x14\x85\xab\xc6\x01\x70\x25\xe4\ \x89\x64\x52\xe9\x1c\xf0\xe7\xe0\x4b\x25\x22\x99\x5c\x26\x55\x72\ \x58\x73\x42\xa5\xcc\xd4\x3f\x43\xc2\x14\xed\xaf\x0a\xd9\x12\x9a\ \x6c\x49\x26\x96\x30\x11\x30\x26\x4d\xa4\x50\xca\x79\x52\xae\x58\ \xb0\x6a\x2a\xea\x2e\x13\x8a\x40\x4c\x05\x86\xab\x64\xe1\x10\xa8\ \x44\xf4\x35\x4b\x06\x30\xda\x1c\xe0\x45\xef\x70\x10\x1e\xf0\x78\ \x5c\xb1\x6c\xe9\xf7\xaf\x3f\xab\x62\x85\x4c\x29\x93\xac\xfe\x47\ \xce\x17\xca\xf7\x81\xa7\x9b\x93\xc8\xe4\x4b\xc0\x79\xe0\x89\xbf\ \x48\xb6\x0e\x44\x92\x8d\xb9\x8b\x2b\xe0\x07\x03\x28\x01\x00\x1b\ \x99\x79\xfc\xf3\xaf\xd4\x00\xba\x07\xc9\xda\x21\x80\x8e\xb7\xb1\ \xb1\xc1\x07\xe0\xad\xf1\x40\xb4\x23\x9a\xd9\x86\x98\x99\x5b\xbb\ \x05\x7b\xbe\x7e\x1b\xde\x51\x5b\xd1\x5e\xd1\xd1\x55\x91\x56\xd1\ \xf1\xf1\x5b\xc8\x6b\xef\xee\xc6\xb6\xb4\xd7\xe5\xbd\xf5\x9d\x7e\ \xae\x80\x55\x34\x37\x35\x68\x0a\x08\xb0\xb6\x76\xf1\xb4\x71\xb1\ \xb6\x4e\xa8\xcd\x1a\xcd\xff\x52\x95\xd9\xba\x7b\x92\xee\x38\x10\ \x39\xd8\x98\xb0\x99\x57\x95\x1f\x93\x94\x39\x6f\xf5\x98\x79\x59\ \xfe\xe5\x83\xab\x19\xfe\x6b\x80\xc7\xbf\x02\x28\xb9\x8c\xdd\xf7\ \xef\x02\x89\x0d\xc6\xa1\xde\xb7\x9f\xdb\x2b\xeb\xdf\x7e\xc8\x6f\ \x8f\x75\xf1\xcf\xcb\xaa\x2b\xff\xf2\x39\xe1\x43\x4d\xb0\x8d\x4b\ \xc3\xf7\x10\xa7\x78\xd7\xcc\xef\x6f\x62\x93\x93\xfc\x1c\xba\xbd\ \x12\x1a\xde\xba\xa5\x6d\x3c\xf5\x07\xbe\x36\x73\xb2\xa5\xbb\xba\ \xb9\xa4\x65\x07\xb6\x65\x75\x7f\x08\x6e\x4c\x6b\x34\x7b\xf5\xaf\ \x68\xcf\xc0\xca\x0e\xff\xd8\x70\xaf\x3d\x8c\x5f\x59\x41\x59\x6d\ \x26\x80\x25\x55\x81\xfe\x1f\x1a\x8b\xdd\x12\x8e\xca\xc6\x1b\x8b\ \xea\xde\xe5\xe9\xb7\xba\xf2\x2e\xf3\x3b\x3f\x98\x9d\xa3\xf2\x33\ \x7b\xbf\x38\x78\xeb\x47\x5b\x72\xcb\xda\xb3\x77\xf3\xbe\x9f\x6d\ \x68\xa6\x16\xb2\xc2\x03\x0b\x27\xb3\x7b\x1c\x3a\xe3\x23\x13\x8a\ \xfb\x1f\xee\x7b\x33\x3a\x1b\x3b\xdb\xdd\x3f\xae\xb5\x0f\x6f\x3e\ \x2e\x3e\x4e\x77\x6a\x34\xef\x5e\xe6\xcb\x46\x2e\x4b\x72\xd6\x2f\ \xb6\xab\xb6\xdb\x93\xfd\xfb\x26\x4b\x22\xbb\xba\x3f\x67\x76\x94\ \x0f\x9f\x3f\x66\x75\x96\x4e\x69\x54\xf5\xd9\xa3\x0d\x05\x6f\xcd\ \xed\x89\xee\x55\x37\x39\xa7\x99\x0d\x95\x67\x23\x11\x63\x5b\xe9\ \x51\xe9\x86\xfb\xe5\x32\xc3\x4b\x6e\x66\x71\xd6\x67\xf7\x4f\x6f\ \xfd\x7c\x23\xdd\xbd\x4b\x13\x3f\xc7\xb7\x25\xe7\x7f\x9c\x6a\xc8\ \xae\x3c\xd1\x2f\xdf\xde\x64\x95\x2e\x8c\xf6\x66\x0d\xf5\x7c\x3b\ \x2b\x68\xe8\x1e\xdf\xd0\x9e\xa9\x8c\x71\xd7\xfa\xc5\x6c\x5d\xe8\ \xf2\xfc\xd1\x5e\xbf\xda\xd0\xb6\x51\x5f\x98\x7d\x59\xd2\xb6\x9d\ \x57\x6e\x38\xba\x59\xbe\x7e\xda\xbc\xd2\x03\x9c\x57\xd5\xdd\x9b\ \x72\x0d\xe8\xce\xf3\xe2\xd1\xc3\x84\xfe\xe9\x7a\xeb\x4c\x7d\xfa\ \x70\xb1\x97\x72\xa4\xbe\x7f\x18\x70\x4e\xf4\x51\x9d\xcc\xeb\x4b\ \xb2\xd6\x56\x06\x5f\xd6\xf4\x5d\xb9\x3f\xae\xce\x1e\x96\xaf\x0c\ \x80\xe7\x3b\x53\xcd\x0f\xdd\xe4\x0d\x5f\x5b\x04\x9d\x1e\x3f\x1f\ \xe0\x74\xcd\x0c\xf5\x95\x5a\xbd\xbe\xa2\x39\xae\xde\x3a\xbe\xbd\ \x38\x9b\x35\x14\x96\x79\x93\x00\xea\xa6\xbc\xf2\xf3\xb6\x09\xec\ \x33\x3a\x4f\xcc\xac\x10\xa8\x10\xac\xfa\xe5\x26\xfd\xf9\x79\x76\ \xfe\xe7\xf5\x6d\x61\x90\x41\xa3\x87\x5f\x6b\xd3\x8d\xe9\x51\x63\ \x96\x60\x8c\xb3\xf6\x89\x1d\xba\x19\x97\x68\xe7\x88\x3e\xc5\x8e\ \x65\x0e\xdd\xe1\xa8\x60\x10\xb8\x9a\x0b\xfa\x69\x30\x1a\x0d\xa8\ \x93\x08\xb8\xd6\xc6\xde\x54\x09\x24\x35\x2c\xfa\x5f\x7f\x87\x99\ \x16\xde\xbf\x46\x07\x98\xee\x56\x9b\x53\xec\xa3\x01\xbd\x0a\xa3\ \xe0\x01\xa0\xb7\xf5\xf5\x0b\x76\xf7\xf2\xf2\x77\x23\x52\xcc\xab\ \x26\xd7\x4f\xad\x60\x71\x06\x03\x82\x23\xff\xcf\xbf\xff\x88\x65\ \xab\x3b\x73\xab\x87\x07\xd5\x76\x60\x24\x5c\x24\x13\xa1\xab\x2d\ \x23\x60\x7c\x94\x85\xa3\xa1\x5e\x75\x77\x30\x34\xf6\x98\xee\xa3\ \x7e\xba\x7c\x1e\x5b\xaf\x36\xa4\x5c\x6f\x11\x60\x18\x30\x08\xce\ \x07\x73\xc9\x58\xae\x08\xcb\xc0\x20\xd9\xa0\x20\x0b\x1a\x14\x0c\ \x43\xc1\x44\xb8\x21\x14\x80\x08\x58\x16\x27\x14\x2a\x54\xf0\x81\ \x4f\x78\xb4\x14\x96\x52\xc4\x16\x80\x31\x2c\xf8\xe3\xdd\xb1\x4a\ \xbf\x30\x86\xe2\x2a\x96\x04\x28\x1e\x13\xe2\x8c\x20\x58\x20\xaf\ \x52\x80\x13\xa4\xe9\x16\x8b\x0b\x7b\x77\x9b\x8f\xbb\x56\xd5\xc8\ \xf9\x20\x24\x8e\xcf\x66\xc5\x81\xd9\x02\x16\x96\x03\x47\xa2\xe6\ \x14\x54\xb4\x14\x0b\x11\xfd\xa1\x71\xfe\xf3\x7f\x7e\x43\xe3\xae\ \xb7\x26\x22\xd8\x34\xac\x25\x28\xc8\x0a\x94\x7e\x27\x42\x5b\x6c\ \xe1\x38\x54\x1c\x06\x02\x25\x84\xda\x69\x1f\x43\x5f\x50\x46\x3d\ \x4a\x63\xf1\x98\xa5\x89\x58\x56\x0d\x62\x40\x34\x9a\x10\x64\x41\ \x20\x6c\xe8\x8e\xd9\x83\x56\xa7\x34\x00\xbd\x18\x70\x78\x28\x0e\ \xe9\xe3\xc3\x06\x07\x21\xb0\x2c\x14\x94\x16\x17\xe4\x63\x67\xc1\ \xb1\xab\x46\x12\x90\x62\x30\x26\x0e\x05\xe7\x12\xa2\x9e\xc4\x1c\ \xa1\x02\xca\xb5\x12\x89\xd8\x48\x47\x1a\x92\x8b\xc2\x42\x82\x70\ \x08\x09\x20\x2c\x54\xa6\x58\x2e\x17\xf0\x08\x64\x89\x48\xb1\xba\ \x6f\x2a\xae\x7e\x28\x91\x84\xce\x3f\x47\x50\x05\xd2\x9d\xdf\xbf\ \xff\xec\x48\x4d\x4a\x21\xe5\x71\xf9\x02\x21\x5f\xc0\x67\x0b\x20\ \x10\x1e\x96\x06\xab\xa6\xf2\xb0\x60\xa1\x52\x2e\x92\xf2\xe6\x24\ \x4a\x09\x4c\xa8\x58\x3d\x54\x88\x31\x54\x09\x57\x38\x77\xb8\xc3\ \x11\xc8\xd9\x62\x09\x20\x6c\x60\x9a\x90\x86\x04\xd4\x8d\xc6\x94\ \x89\x65\x02\x11\x47\xf8\x6b\x6e\x8e\x0b\xb6\x00\x71\x2c\xa1\x70\ \x38\x8c\x27\xa0\x8a\x57\x25\x6c\x0e\x9c\xfb\x7b\x4e\x48\x13\x2a\ \x39\x7c\x99\x1c\x8b\x04\xe4\x90\x0f\x16\xef\x2c\x1d\xfe\xf9\x65\ \x6a\xd0\xfa\x67\x7f\x67\x7f\x5f\xae\x58\x5d\xdd\x97\xfc\xfb\x8f\ \x90\x26\xb1\xc4\xfd\x65\x4f\xa2\xe0\x6d\xbc\x5d\xdd\x7d\x89\xf4\ \x00\xa2\x93\x7d\x98\x07\x60\x0a\xe9\x1e\x61\x61\x94\x80\x00\xd7\ \x60\x73\xbc\x99\x83\xef\x2b\x22\xde\x23\x80\x12\xed\x11\x66\xe3\ \x40\x7a\xf5\x2a\xe6\xc3\xab\xe4\xfe\x4f\x5f\xd2\xd2\x3e\xb5\x54\ \xb5\x66\xb6\x66\x0c\xf7\xd4\xb6\x55\xf5\xbb\x79\xb5\x67\xe5\x95\ \xa5\xe5\xdf\x4e\x75\x24\x07\x92\xcc\xec\x3d\xec\x29\xf8\xb0\x68\ \x12\x60\x1a\x5d\x6c\xdd\x5e\xf9\x7f\x7a\x48\x1c\x1e\x7e\xff\xda\ \xd7\xf5\x75\x4e\x55\x67\x8c\x67\xee\x41\x45\xca\x50\xeb\xb7\xaa\ \xa6\x72\xd0\xd6\x55\x6e\x76\x0d\xde\x21\xc4\xd3\x1c\x78\xd2\x7f\ \x52\x03\xc2\x8b\x7a\x9c\x48\xe6\xef\xde\x8e\x2e\x5b\xbb\x07\x17\ \x66\xbe\x8d\xef\x29\x98\x7d\x57\x32\x55\x9f\x5b\x57\x9e\xd6\x94\ \xf3\x44\xe8\x6c\x6a\x6c\xad\x49\x2a\x0b\x35\x66\xf4\x9c\xbd\xcf\ \x5f\x29\x8c\x0d\x0c\x6f\xc8\x70\xb0\x7d\x3b\x19\xe1\xd8\xec\xeb\ \xfd\x3e\xc1\x36\x35\x35\xb0\xa2\xc2\x29\xfe\x63\x4d\xcd\xeb\x84\ \xd1\xdd\xe4\xd7\xde\xef\xde\xb5\x17\x45\xd6\xf4\xe7\x95\x6d\xe6\ \xb8\x3b\x19\x0b\x93\x7a\x22\x83\xfb\xdf\xbe\x4e\xfb\x10\xf3\xa5\ \xc5\xbb\xfd\x61\x20\xbe\x69\x2a\xa3\x32\x23\x4b\xaf\xce\x5f\x58\ \x9b\xe9\x6c\xaa\x6c\xae\xcd\x6a\xc9\xaa\x70\xeb\x8e\x09\xf6\x0c\ \x9c\x1a\xaf\x3f\xbf\x2c\x6f\xf3\x6d\x7f\x9e\xad\xe8\xce\xeb\xfb\ \x30\xd5\xe3\xea\xf4\x39\xaf\x3d\x38\x29\x73\x6d\xea\xe6\xd9\xf8\ \x21\x56\x55\xdc\x7f\xd6\x5f\xdb\x9f\x3b\xbc\xad\xea\xcc\xdd\x2c\ \x3b\xaa\x6b\x99\xd4\xb7\x9e\x7c\x9f\xca\x79\xff\xb9\x2b\xbb\xc6\ \xef\x43\x79\x5d\xd7\xeb\x6f\xf7\x7c\x9f\xa7\xf1\x79\x8d\x3a\xfd\ \x2e\xe5\xe8\x62\xa1\x35\xb9\xac\x24\xab\x51\x3d\x5d\xbf\xf1\x65\ \x53\x5b\xf6\xf2\x52\x7f\xc6\x70\xae\x46\xe2\x42\xcf\x8c\x53\x39\ \x9b\x33\xc5\xc3\xad\x1d\x1d\xe1\xdf\x6d\xfe\x1f\x97\xba\x85\x91\ \xae\xc2\x9c\xb6\x2f\xc9\x7d\x6f\x93\xcb\xeb\x9a\x5b\x4b\xaa\x26\ \x7b\x32\xaa\xea\xaa\x8a\x4e\x67\xf2\x6a\x5a\x1e\x56\x8e\xba\x35\ \x1a\xe3\xf6\xee\x76\x61\xe9\xcb\x91\xd5\xda\xf8\xf2\xe5\xe0\xcc\ \xda\xd4\xec\xcc\xc3\x5a\xc9\xfd\xb4\x4e\x9f\xbe\xce\x78\x38\x63\ \x30\x52\xd4\xa8\xfb\x19\xf5\x86\x7e\x53\x67\x30\xaa\xee\x67\xd6\ \x37\x55\xd5\xc7\x2f\x3a\x35\x24\x68\x68\x51\x3d\x35\xb0\x72\xcd\ \xf8\x61\x4c\xdf\x1e\xcf\xd5\x1a\x7f\x96\xd4\xfd\xd8\xbe\xa8\x7f\ \xde\x6b\x3c\x7b\xd2\xfc\x1c\xda\x98\x9e\x18\x4a\x39\x4e\x3c\x98\ \x50\x6b\x4e\x69\x18\xc0\xb9\x5d\x8c\x11\x9e\x56\x4e\x72\xab\xc6\ \xe6\x07\xc1\xfa\xe7\xad\x1f\xe9\xc7\xc7\x4f\xeb\xcb\xf9\x4e\x61\ \x40\x54\x0a\xf0\x0d\x74\xb2\x89\x99\xdd\x72\x34\x5c\xac\xfc\x84\ \xee\xfb\x1c\xcf\x54\x66\x3e\xc4\xb4\x60\xb4\xb7\x6d\xa5\x8e\x42\ \xd6\x1f\xf2\xf9\x95\x2a\x6d\x73\x56\xb3\x88\x88\x8a\x62\x87\x92\ \x51\xd5\xe9\xb9\x0c\x5c\x04\xd2\xe2\x11\x91\xc8\x60\x8e\x69\x82\ \x18\xc8\x53\x47\xea\xdd\xf3\xf5\xcd\xb2\x5e\x70\x4c\x34\xb3\xa6\ \x9b\xff\x37\x79\x2f\x3a\x8c\x12\x0d\x48\x57\x34\xc9\x03\x08\x65\ \x14\x92\x87\x87\x87\x3d\x9d\x0e\x84\x42\x73\xa2\xb9\xad\x9b\xad\ \x97\xdf\xbb\xf6\xb2\x9a\xb7\xd6\x3f\xa6\xa7\x8d\xcf\x83\xa1\x63\ \x96\x84\x2d\xb5\x1d\xfb\x50\xc8\x53\x98\x92\xad\x69\x95\xb9\x96\ \x42\xf6\xea\xfe\xa1\x7c\x2c\xd4\x38\xe2\x83\x60\x52\x27\x74\xf7\ \x86\x94\xed\x9f\xda\x0c\xed\x74\xef\x5a\x59\x47\x55\x55\xf2\xcc\ \xd1\xf0\xf8\xb9\x7e\x11\x8b\x82\xc3\xec\x52\x52\xb0\x80\xa6\x40\ \x69\x08\x30\x93\x47\x63\x0b\x40\x50\x31\xcf\x8a\x2d\x67\xd3\xd8\ \x60\x10\x4d\x68\xf5\x38\x14\xa1\xbe\x1a\x4b\x64\x5d\x5f\xcf\x8f\ \x32\xa4\xcc\x99\xd1\x93\xd6\x64\xa7\xda\xca\xca\x9e\x85\x79\x67\ \x2b\x3e\x92\x46\xe5\x58\x5e\x87\x02\x46\x8c\x47\x3d\x75\x46\x60\ \x45\x8a\xb8\xd3\x95\xd6\x9b\x45\xa3\x95\x7e\x3e\x88\x31\xa5\x21\ \x1c\xca\xc4\x96\xa7\xfa\x4b\xd5\x48\x5f\x6b\x62\xe8\x8f\x45\x28\ \x02\x6a\x81\xa4\xc5\x45\x3c\xf2\xc0\x70\x68\x44\x8a\xfe\xea\xc7\ \xb9\x25\x95\xc6\x4c\x4c\x5f\x04\xa5\xa0\x1d\xa1\x83\x50\x30\xd4\ \x82\x9d\x8e\x23\x3c\x58\x10\x52\xac\x42\xf5\xd7\xa7\xf7\x25\x33\ \x3e\x18\x2b\x72\xc4\xad\xba\x44\xdd\x8a\xd3\xbd\xe0\x42\x7f\x1e\ \x0c\x0e\x6a\x2d\x8f\x51\x56\x1c\x19\xdc\x19\x34\x78\x2b\x83\x1c\ \x5b\xe9\x33\x26\x55\x8b\x99\x2f\x08\x28\x47\x14\x1a\x07\xb8\x51\ \x26\x14\x29\x10\x6a\x55\x5a\xb2\x52\x02\x96\x72\xe0\x42\x85\x94\ \xb3\xb4\xca\x67\x9b\x0a\x7b\x81\x61\xc2\x97\x6b\x0d\x08\x07\xe2\ \xca\xe4\x2c\x1f\x9a\xfc\x7f\x7f\xff\xe7\xdf\xff\x5e\xfa\x33\xc7\ \xe4\xb2\x7d\x08\x18\x19\x02\xae\x4c\x9c\x1d\xdf\x3d\xd7\xcf\x3b\ \xc3\xd9\xe2\xd5\x5f\x80\x64\x1c\xfe\x9a\xe3\x4b\x05\x4c\x1e\x00\ \x46\x5c\x2c\x16\x66\x07\x93\x89\x05\x52\xd1\x2a\x0b\x8d\x95\x32\ \x99\x22\x19\x07\x03\x19\xe4\xcf\x11\x2c\xc4\x7c\x36\x20\x4b\x3c\ \xa1\x42\x2e\x15\x82\xd9\x72\xa9\x40\xc8\x03\x5c\x2a\x1b\x29\x55\ \x48\x96\xf8\x4c\x2e\x4d\x2e\x56\xb2\x98\x58\x54\x28\x47\x02\xc3\ \xf8\x38\xc2\xb0\x1c\x8e\x44\xca\xe4\xc0\x15\x12\xa1\x74\x55\x21\ \x66\x23\xd9\x52\x29\xc7\x0e\x8c\x82\xb3\xd8\x5c\xb6\xf4\xf7\xea\ \x8e\xa9\x0b\xcf\xaf\x5f\x32\x19\x4f\xa0\x14\xcb\x64\x7c\x9e\xc9\ \x8b\xfe\x65\x4f\x31\x7f\xe5\x1f\xe3\xe2\xea\xeb\x62\xee\x80\x37\ \xf3\xb5\xb6\x71\xa0\xdb\x13\x4d\x60\x65\x4e\x72\x8f\x75\xb3\x71\ \x70\xb0\xb5\xc6\x13\xf1\x44\x33\x07\x37\x87\x37\x35\x1f\x02\xfb\ \x4a\xfa\x5d\xac\xbd\x9d\x1c\xbc\xfd\xbc\x62\xf2\xca\xb3\x67\xc7\ \x47\x37\x2e\x0b\xda\x3b\x6b\x63\x3d\xbf\xb5\x75\x25\x57\x4e\xf7\ \xb6\x15\xbd\xf1\xb6\xa1\xd3\x81\x48\x48\xb1\x26\x99\xdb\x12\xcd\ \xcd\xcd\xf0\xee\x7e\xaa\xab\xcf\xe1\x6f\xc2\x63\x3d\xbf\x34\x16\ \x14\x67\xb6\xd4\xa8\x7a\xcb\x6b\x4b\x1a\x76\x47\x72\xd7\xf2\xf6\ \x46\x3b\xfc\xdf\x46\x3a\x99\x9b\xbb\x98\xfd\xfd\x8f\xa9\xf9\x04\ \x3d\xa0\xdd\xbd\x38\x47\xa7\x0f\xfe\xf6\x36\xd0\xb7\xf8\x75\x72\ \x51\x52\x6c\x45\xcd\xbb\xe4\x58\x3f\x6b\xdf\x8f\xfe\x1f\xba\x4b\ \x6a\x92\xdf\xc7\xd7\x0e\xf4\x54\x0c\x1f\xb5\xb4\x17\xd7\x7e\x7f\ \xdb\xba\x1c\xe3\xea\xfa\x7d\xb4\xf4\x47\x63\x6e\xa5\x13\xc5\xde\ \xc3\xec\x75\xee\x8f\xce\x37\x81\xee\x6f\x6c\x3d\x7a\x3a\x3a\xca\ \xca\x3f\xda\x10\x3b\x32\x26\x47\xcf\xeb\x6a\x34\x77\x65\x5d\x5f\ \xfc\x2a\xbe\xe5\x74\xa5\x79\x35\xb5\xcc\xe8\xb6\xcb\x86\xcb\xdb\ \xca\xb3\x0d\xcd\xdd\x65\x49\xb7\xbd\xb1\x7d\xaa\x52\x83\xee\xdb\ \x97\x98\xde\x9e\xd9\xdc\xf0\x6e\x4d\x5d\x4c\x88\xf7\xe4\xc3\xb7\ \x96\xbe\xa3\xf1\xca\x82\xc2\x2f\xed\x55\xc9\xb1\x35\xde\x4e\x78\ \x6f\x7f\x3a\x3e\xfc\x5b\x4f\xb8\x57\xbb\xb6\x64\xf7\x5b\xfc\x74\ \x56\xf1\xba\xfe\xac\x30\x2f\xb2\xac\x6f\xb2\xaf\xa7\xc0\xea\x21\ \xa1\x42\xfd\x98\x7f\x37\x1a\xbc\x50\x7a\xde\x57\x5e\x76\xd9\xef\ \xfa\xb6\x16\x33\x74\xbe\x75\x7a\x77\x7f\x7e\x65\x71\xd6\xd0\x55\ \x53\xff\xa3\xec\x66\xd2\x90\xa2\x9a\x79\x7e\x41\xac\x5c\x47\x3c\ \xbe\x68\x0e\x8c\x20\x4d\xfa\x58\x7a\xfa\xe8\x47\xcd\x4b\xe6\x63\ \x4a\xfa\xfc\xc3\x51\xd9\x7b\xd7\x85\x94\x8a\x8e\xb2\x78\xef\xd8\ \x2f\x0e\x39\x0d\xb5\xcd\xeb\x39\xb9\x19\xd9\x69\x53\x23\xf5\x53\ \x53\xfd\x25\x85\xd5\xbd\x1b\xe3\x9f\xfa\xad\x2e\x1b\x4a\x5a\x33\ \x93\xf2\x3b\x9d\x7b\x2a\xf2\x47\x77\xcb\xb7\xce\x4b\x0d\x8f\xbd\ \xc3\x43\x5d\x2d\x19\xdb\x79\x1f\xbb\x72\xd4\xaa\x44\xf5\x1d\x60\ \xd4\x0e\x82\xb4\x9a\x91\xc9\x2b\xcd\x93\xaa\x24\x4d\x3f\xe1\xbc\ \xfe\x70\x90\x62\x9c\xb8\x34\xaa\x87\x8c\x89\xf3\x27\xcb\x6b\xc3\ \x1d\x37\x7d\x0b\x8e\xe5\x79\x9a\x19\xd5\xb9\x31\x4b\x77\x74\xb7\ \x39\xff\xbc\x7e\x10\x51\x9d\x72\x7e\xe3\x0c\xbd\x5b\xd6\x2e\x07\ \x19\xaa\xcf\x4f\xd2\xa3\xd8\x3e\xea\x93\xf2\x4b\xf5\x58\xf5\xe6\ \xcd\x46\xd9\xe5\x71\xc4\xfc\xd6\xc4\xb8\x53\x74\xb4\xc7\x57\x8a\ \xa7\x9b\x4b\x60\x85\x3e\xa5\x7a\x7d\xc6\x4e\x33\x1f\x11\x77\xbc\ \xfb\x14\xb5\xdc\x3a\xdb\x3d\x78\x73\x7b\xed\x0c\x5f\xfd\xdf\x93\ \xa2\x92\x46\x8d\x96\xf1\x93\x75\xa0\xfe\x39\x31\xc6\xc0\x9e\xb7\ \xa9\x12\xd1\xb8\x09\x2b\x54\xca\xd0\xc3\x84\xe5\x45\xee\x24\x82\ \x83\x0a\x8a\x40\xb0\x95\x8a\xb9\x74\x6b\x33\x73\xbc\x2d\x85\x1e\ \x0d\x18\xc2\x00\x53\xe6\x68\x80\x07\xdd\xb4\xd7\xcb\xb4\xe2\x4e\ \xa2\x04\xd0\x49\x61\x80\x3b\xb4\xb7\x01\x58\xdf\xd7\x3f\xa9\x2c\ \xbb\xa7\x66\x63\x4a\xbf\xb2\xa2\x3b\x35\x18\x40\xca\xa0\xc1\x38\ \x2b\x50\xa8\x23\x99\x27\x10\x0b\x39\x97\xe5\xb9\x2a\x1c\x4f\xcc\ \xe7\x4b\xce\x54\x10\x74\x35\x77\xc2\x99\x79\x77\x7a\x32\xaf\x4d\ \x0c\x62\x4c\x10\xa2\x20\x20\x24\x8e\x65\xe5\x1c\x84\x49\xd1\x60\ \x98\x08\x68\xf5\x38\x5c\xc8\x64\x89\xe1\x38\x2c\x0e\x43\x45\xd1\ \x1c\xb1\x5c\xb6\x01\x73\x28\x86\x39\x62\x70\x1c\x01\x2f\x6e\xa6\ \x1a\x89\xb5\xf3\x21\xc7\x71\x08\x63\x5b\xce\x48\xb9\xe0\xc0\x10\ \x64\xd8\xb5\x3c\x5e\x98\x75\x44\x82\x2d\x41\x60\x04\x92\x03\x4c\ \x4b\x98\x48\x79\x4f\x03\x47\x61\x11\x82\x31\x6d\xdc\xdd\xb1\xfa\ \xe9\x82\xf1\x74\xbd\x9b\x72\x73\x76\x87\x43\xf8\x88\xf9\x07\x03\ \xdd\x25\xc6\xf1\xb5\x38\x8d\x1e\x33\xd6\xba\xcc\x01\xed\x6a\xef\ \x8c\x3e\x8c\xa8\xf9\x50\x47\x3b\x16\xd2\x12\xf6\x6b\x0e\x0a\xe1\ \xc2\x61\x34\x14\x03\x06\xb6\x62\x43\x40\x64\x2b\x94\x90\x30\x8f\ \x0b\xc5\x12\xaa\xc9\x63\xcf\xe7\x51\x5a\x43\x28\x72\x2c\x5d\x15\ \x71\x60\x09\x41\x22\x90\x5c\x36\xe2\x74\x65\x6b\x8c\x31\x16\x14\ \x61\xcc\xb8\x1f\x8a\xdb\x52\xe7\x5f\x9d\x9f\x1b\x01\xd6\xdc\x1a\ \xba\x67\x2e\xd9\xe9\x55\xce\x54\xa1\xf3\xda\x28\xce\x0a\x01\x57\ \x31\xd0\x0c\x2c\x84\x19\x05\x92\x13\x82\xf8\x04\xae\x88\x26\x13\ \x53\x11\x54\x58\xca\xd8\x18\x42\xc4\x41\xe0\x22\xaa\xd3\xd9\xab\ \x22\x19\x97\xa5\x71\xc6\xf2\x04\x72\x01\xff\xb7\x90\x07\x11\x2d\ \x79\xd1\xed\x00\x00\x20\x00\x49\x44\x41\x54\x8e\x4d\x94\xc6\xf7\ \x6f\xe8\x5a\x73\x7e\x9c\x3c\x8e\xc5\x81\x78\x52\xf9\xfe\x7f\xfe\ \xfd\xbf\xff\xd9\x97\x52\xc1\x0a\xa5\x80\xcd\x82\x49\x39\x77\x41\ \x2c\x9e\x08\x13\x67\x5a\x80\x7a\xc4\x0a\xb9\x16\xe9\x3f\xc5\x22\ \x16\x01\x2e\x93\xc9\xc0\xa0\xc1\x50\xd8\x5d\x04\x5b\x30\x27\xd4\ \x44\xb1\xab\x21\x48\x2b\xbe\x00\x4c\x93\x0a\x60\x4a\x85\x90\xcb\ \xe5\x73\x38\x1c\x1a\x15\x32\xc7\xe7\xc9\x85\x58\xac\x80\x27\x40\ \xd0\x94\x80\x10\x31\x97\x7e\xfd\x9a\xa3\x2a\x45\x72\x81\x78\xe7\ \xf7\xd2\xce\x8e\x98\xad\x98\x5b\xfd\xc5\x41\xf1\x77\x76\x7e\xc9\ \x97\x98\x62\x81\x8c\x45\x08\xe2\xd0\x68\xdc\xbf\x4c\x79\xa3\xbe\ \x1f\xde\x3b\x39\x78\xda\x50\xc2\x28\x5e\xb6\x66\xe6\x24\x6b\x33\ \x92\x39\xc9\xf5\x95\xab\xbb\x7f\xb8\x9f\x7b\xb8\xab\x93\x8b\x9b\ \xb9\xfb\xdb\xcf\x6f\xfc\xea\x92\x0a\xca\xca\x33\xba\x9a\x9b\xfc\ \x83\x9d\x3e\x7c\x4b\x8b\x2c\x6a\x29\xc9\xcb\xe9\xdd\xee\x6d\xad\ \x6b\xd4\x57\x36\xf4\x00\x93\x38\xad\xb0\x3f\xc6\xcb\xd5\xdd\x9d\ \x64\xee\x6b\x1b\x80\x27\x3a\x98\xd9\xbc\x32\xc7\x7b\xbf\xf2\xf6\ \x7a\x6f\xeb\xe0\x60\x06\x68\xe3\xf7\xce\xcc\xfa\x9a\x2f\x2f\x85\ \x1d\xdf\x0b\xa7\x17\xf2\xbe\x17\x0e\xeb\x2f\x0c\x19\x05\xef\xbd\ \xcc\xcd\xdf\x78\x07\xfc\xf3\xf5\x6b\xf4\x3f\x5f\x5d\xfc\xbb\xde\ \x07\xbf\x4d\x7e\xed\xe0\x44\x8a\x7e\xe5\xed\x62\xe3\xe6\x69\x46\ \xb2\xf5\x0e\x26\xbe\xc9\xf7\xeb\x0a\xf7\x75\x8a\x4d\x48\x6e\x6a\ \xe9\xed\x7e\x9d\x76\xd5\x30\x59\xf1\xa5\xf1\x73\x51\x45\x60\x4c\ \xb0\x53\x55\x61\x5f\x41\x4f\x5e\xbf\x97\x97\x83\x53\x53\x42\x57\ \xdb\xe7\xaa\xa2\xd8\x4f\x69\xb1\xc5\x31\xbe\x36\x44\x73\xef\xf6\ \xa4\xae\x61\xef\xee\xf2\xb2\xfc\xa6\x99\xa7\xf1\xf3\x92\xb6\x8c\ \xba\xda\xf2\x7c\xef\xee\xde\x8f\xcb\x75\x3d\x79\x09\x85\x5d\xc1\ \x6f\x07\x0e\x9a\x66\x12\x1a\x9a\x0a\x3a\x9d\x2a\xbc\xda\xaf\x3a\ \xdc\x3f\xbd\x99\x1c\xab\x2c\x5b\x8f\xcd\x6a\xa8\x68\x9d\xaa\xdc\ \x5d\xe8\x3d\xca\xec\xbd\xd4\x0d\x97\x7f\x6b\x8f\xfd\xf8\xd1\x3b\ \x26\xed\x43\x76\xe6\xdb\xba\xb5\x0c\x8d\x85\xfe\xbc\x21\xa7\xf0\ \xe9\xa9\xf2\xf1\xc7\x6c\xd7\x65\x56\xa4\xfa\x29\xaf\xf3\xb6\xfe\ \x6e\xf2\x61\x23\xe3\x47\x6e\x95\xe7\x79\x59\xfd\x89\x61\x4c\xbd\ \x72\x35\x92\x53\xd3\x77\x74\x9e\x77\xf3\x21\xbb\x2e\x21\xab\xa5\ \x64\x32\x71\xfd\x64\x56\xad\x37\x6c\x3e\xa7\xdf\x1d\xaf\xe9\xd6\ \xaf\x8f\x6a\x54\xba\x77\x79\xde\xff\x3a\xa9\x4c\xca\xcd\xca\xd7\ \xf3\x1c\x43\x6f\xbe\xb5\xbf\x2d\x0a\x7f\x0b\x04\x90\x77\xfd\xb3\ \xa3\x35\x9f\x9a\x1a\x8b\xde\xe5\x25\xc5\x16\x47\x8e\x8f\x95\x7e\ \xd9\x9d\xd2\x65\xbf\xcc\xac\xec\x3d\x18\x37\x87\xdb\xbb\x57\xea\ \xbb\xd5\xd9\xd5\xc3\xad\x95\x1d\xad\x39\x6d\xea\xca\x42\x7d\xff\ \xc8\x6c\x67\x4b\xd9\x87\xf1\x01\xf8\xcb\xcd\xe0\xfd\xa9\xe6\xee\ \x52\x7f\x31\x66\xb4\x1b\x1a\x0c\x8d\x88\x70\x76\x66\x5c\x69\xa6\ \xd7\x52\x0c\x2f\x6a\x4d\xf6\xd5\xdd\x72\x35\x1b\x69\x11\x35\x5e\ \xd4\xe3\x78\x7e\x9e\x1e\xc7\x65\x0b\x4f\xea\x75\x27\x97\xba\xeb\ \x08\xcd\x31\x23\xfd\x65\xcc\x02\x99\x38\x98\x6e\x65\x79\x70\x9d\ \xb2\x38\xa2\xea\xb8\xa9\x3a\xd7\xa9\x9d\xd1\x51\xdb\xea\xe7\xf9\ \x9c\xa6\xce\x90\xbc\xe3\xcd\x1e\x3c\x89\x1e\x16\x4d\x71\x7a\x17\ \xec\xd5\x70\xe0\x73\xbb\x6d\x54\x27\x3e\xe8\x8c\x56\xcf\xeb\x0f\ \x1a\xab\xe7\x8d\x95\x72\xef\x96\x44\xb9\xa4\xa3\x22\x4f\x7f\x51\ \xa5\x35\x18\xe7\x1d\x5b\xb5\xb8\x14\xfd\xa2\x5a\x1f\x7a\x70\x65\ \x01\xb3\xd3\x6a\x46\x9f\x47\x70\xd4\x67\xb4\xd5\x62\xd4\x5a\xcf\ \x97\x2e\x9d\xe6\xce\xcb\x86\xe4\x61\x6e\x32\x83\xd1\x01\xe6\x24\ \x92\x69\xfd\x8a\x1e\x46\xa2\xa4\x92\x48\x00\x5b\xe1\x49\xd6\x78\ \x00\xb5\xec\x49\x66\x74\x0f\x6b\xef\xe0\xf8\x4f\x31\x6f\x63\x9a\ \xf2\x3a\x2a\xa7\x4e\x66\x5e\x66\xb6\xb8\x02\xa6\x48\xf1\xf3\x21\ \x25\x65\xe2\x40\x3b\xa1\x49\xd4\x2c\x6c\x4f\x4e\x3b\xc2\x95\x7f\ \xe0\xa7\x28\x16\x0e\xea\x1c\x97\x0e\x19\xc4\x31\xec\x0e\x15\x34\ \x8c\x33\x86\x6b\xbc\x71\x86\x59\x04\x41\xc1\x4c\x06\x95\x06\x1b\ \x23\x10\xac\x38\x48\x2c\x0e\xe5\x83\xe5\x70\x11\x60\x38\x19\xcb\ \x40\x24\xce\xb1\x25\x5c\x3e\x95\x83\x14\xca\xb9\x0c\x81\x5d\x28\ \x56\x88\xbe\x46\xb3\xc9\x96\xac\x89\x9f\x56\x64\x3e\x6b\x68\x19\ \xc4\xb6\xac\x7e\x86\xf3\x84\x32\x32\x19\x49\x90\x89\x4c\x4c\xb1\ \xd2\xe1\xc3\xb1\x9b\x5f\xbc\xbe\x81\xa5\x83\x0f\x0c\xc6\x08\xc8\ \xec\x99\xfa\x25\x5d\xbd\x05\x7c\x40\x31\x18\x1a\x08\x18\x6b\x95\ \xfe\xcb\x87\x80\x73\xb4\x43\xc2\xd1\x0c\xfd\x41\x89\x25\x8e\x10\ \x97\x1e\x05\x66\x71\x65\x7c\xac\x15\x70\x21\x5c\xc1\x7d\x46\x50\ \x28\x12\x44\x85\x49\x98\x54\x67\x94\xb3\x95\x4f\x1c\x27\x9d\x0a\ \x1d\x0a\x4d\x47\x27\xc6\x21\x2c\x61\x30\xb2\x95\x11\x19\x15\x05\ \x5c\x2f\x18\x14\x81\xa1\x49\x85\x2c\xd4\xd8\xf5\xa0\xe5\x51\xe1\ \x55\xce\xe4\x22\xc4\x11\x91\x82\xa5\xdd\x9d\xe0\x22\xec\xc4\xbc\ \x03\x2b\x88\x05\xc7\x12\xc7\xc2\x12\x18\x12\x96\x25\x9f\x13\xba\ \xa1\xbf\x0c\xd5\x58\x22\xc9\x6c\x01\x47\xc1\x67\x81\xb9\xd2\x55\ \x11\xd3\x59\xc6\x42\x39\x06\x21\xb8\x29\x48\xa4\x90\xca\xb4\xe2\ \x40\xee\xa1\x54\xf2\x9c\x00\x25\x17\xc2\x98\xec\x8b\xac\xec\xba\ \xce\x96\xca\x8e\xcc\xaa\xaa\xf1\x8b\xab\x63\x67\xb2\x68\xee\xcf\ \xff\xfe\xe1\x71\x11\xe8\xea\x2d\xb6\x12\x6e\xc7\x00\x74\x58\xb0\ \x2a\x95\x4a\x38\xe2\x63\xc3\xbd\x05\xf3\xf8\x24\x45\x27\x93\x31\ \x7c\x78\x7c\xa6\x94\x25\x12\x81\x00\x1b\x28\x5e\x55\xca\x30\x8b\ \x08\x26\x68\x08\x6d\x69\x49\x65\xc3\x61\x4c\x18\x86\x2d\xe0\x89\ \x58\x18\x1a\x4b\x4e\xe6\x49\x64\x34\xa1\x48\xc0\x84\x51\x77\x78\ \x4c\x1a\xda\x02\xb6\x33\xa7\x40\x61\x25\x42\x8e\x6c\x6e\x5f\x71\ \xb8\x24\x63\xf2\x84\x5c\x38\x8e\x3f\x87\x45\x53\x69\xa8\xb9\x08\ \x84\x10\xcb\x60\xf2\xb8\xbf\xff\x02\x42\x98\x99\xb7\x57\x6c\xa4\ \x9b\xef\x6b\x5b\x7b\x00\xac\x28\x00\x91\x47\xa7\xd2\x6d\x92\xdd\ \x6d\xdd\xcc\x5c\x1c\x5c\x3f\x38\xe1\xcd\xcd\x6c\x9d\x6c\x7d\x89\ \x36\xc1\xae\x4e\xde\x0e\x9f\x5f\xfb\x37\x16\x54\xf6\x87\xc7\x07\ \x47\xa6\x35\xb5\xb7\xce\x96\xf5\x8e\xf6\xb6\x66\x67\x7e\xaf\xed\ \xde\xde\xe8\xfb\x5e\x15\x6b\xe3\x80\xb7\x75\x21\x99\xf9\xf9\x9b\ \xd6\x1c\x4c\xa5\x97\xcd\xac\xdd\xdc\x5d\xa2\x49\xe6\xa9\x1e\x44\ \x6b\x9b\xae\x91\xa4\x3e\x2f\x97\x7b\x6d\x41\x7e\xc2\xc7\xdc\xbb\ \xd9\xdc\xf2\xb5\x07\xdd\x7d\xc1\x67\x37\x73\x7b\x1b\x92\xab\xfd\ \xdf\x01\xff\xd7\xff\x58\x7b\xda\xb8\xd9\x06\x27\x27\x5b\xdb\x03\ \xe3\xd6\xda\xef\x4d\xb0\x5f\x4d\xc5\x1b\x17\xaf\x8a\x2f\x4d\xc5\ \xef\x8a\x9a\x92\x3e\xd5\x65\xbf\xed\xac\x0c\xf7\x74\x0d\x6b\x1f\ \x98\x6e\xa8\xed\x77\xc9\x30\x0c\x04\xc6\xf6\xd4\x76\x8e\xf4\x56\ \x75\x56\x7d\x5b\xdb\xcb\x59\xcb\xcf\x6c\xec\xd5\xe9\x55\xc3\x09\ \xef\x2a\x5c\xf1\xbe\x44\xef\xd8\xca\xbc\x4f\x6b\xb5\xc9\xe5\x95\ \x35\x31\x15\xdb\x27\xbd\x25\xe5\x1d\x99\xdb\x69\xa3\x47\x21\xf1\ \xdb\xd3\xbd\xa3\x47\xfd\xbd\x67\xe7\x69\xbb\x33\x75\x7b\x0d\x55\ \x4e\x57\xaa\xfa\xfe\x2f\xc7\xaa\xb2\x2f\x15\xdd\xb7\xcd\xe5\x9d\ \x79\x95\x03\x21\x99\xba\x88\xd6\xda\xe1\x8c\xa7\x9b\xce\xde\xf4\ \xa8\xa7\x99\x95\xcb\x82\xaa\x8e\xec\x9c\xe4\xe1\xc4\xce\x8f\xef\ \x8a\xee\x5b\xbf\x34\x55\xef\x16\x7d\x8e\xbb\x5b\x3e\x53\x3f\x8c\ \x5c\xd6\xf6\x77\x95\xde\xe6\xbc\xc9\x5d\xd8\xcc\xfe\xfe\xe5\x6a\ \xf6\x6a\x48\x75\xb3\xab\x1f\x38\x68\xee\xab\x48\xa8\x18\x19\xd5\ \xff\x28\x6d\x29\x51\x75\x37\x16\x7f\xba\x60\xdc\xac\xac\x18\xeb\ \xbb\xc6\x37\x4a\x32\x4b\x46\x8f\x5e\xae\xfa\x92\x66\xeb\x63\x7b\ \xeb\xfd\x8a\x55\xb5\xed\x23\x8d\x9d\xe5\xda\x38\x08\x6a\xb4\xa6\ \xa9\xe2\xdd\x7b\xff\xef\xba\xbb\x92\xe6\x2f\xaf\x1c\xfa\x72\xcb\ \x72\xd2\x3a\xca\x2a\x23\xdb\x1b\x5b\xb7\x08\x4f\x67\xdb\xa3\x53\ \xcd\xf3\x13\x83\xd7\x9b\x1b\x05\xaa\xbc\xa4\x9a\x6f\xb9\xd3\xfa\ \x86\xdc\x8c\xae\xbc\xe4\xf8\x8b\x9b\x61\xd5\xcf\xde\x81\xd6\xbd\ \xa9\xa7\xbd\xf3\xd2\xea\x9f\x17\xf7\xba\xab\xca\x9e\xac\x03\x4d\ \xca\x4a\xc4\xfd\xf4\xf2\xc8\xd8\x03\xfa\xd6\x78\x15\xe4\xc3\xd0\ \x8d\x58\xfd\x3c\x5f\xb1\xfc\xc9\x07\x13\x70\x8b\x33\x07\x5c\x6d\ \x90\xf3\xd8\x90\xc1\xd1\xee\x59\x3b\x08\x28\x7b\x86\x71\xf6\x48\ \x3f\xbe\x77\x3f\x71\xfc\x73\x7e\x72\x1b\x63\xbc\xdc\x1c\x1d\x3d\ \xbf\x0b\xba\x7b\xb9\x37\x6c\xa8\x54\x89\x9a\xe1\xde\x17\x86\xa6\ \x24\x0d\x30\x6a\x1e\xd1\x0e\xfe\xc1\x5e\x1f\x66\x9f\xe7\xd7\xef\ \xa2\x80\xd9\x63\xd0\x1d\x69\x18\x5b\x1b\x41\x2f\xa1\x9d\x36\x21\ \xe1\xc2\x88\x73\xed\x82\x71\x63\xf3\xd9\xb0\xee\x7c\x97\xae\xd5\ \xdc\xe9\xee\x68\x50\x2d\x64\x77\x62\x59\xfd\x73\x2c\x8a\x30\x6e\ \x54\x81\x7c\x90\x8e\x76\x1a\xe3\xd6\xbc\xca\xa0\xf3\xb4\x25\x7a\ \x98\xb2\x45\x4d\x37\x99\x4d\xed\x4f\x3c\x48\x14\x0a\xe0\x04\x89\ \x80\x7a\x11\xad\x29\x00\x7f\x99\x99\x92\xdd\x01\xe2\x07\x0e\x78\ \x00\x1c\x6f\xe3\x60\x63\xeb\xfb\xb6\xa3\xab\xa9\xbd\x52\x37\x81\ \x13\xd2\xac\x84\x10\x9a\x90\x27\xe0\xf3\xa8\x30\xcb\x89\xe5\x08\ \xda\xce\x1f\x91\xc1\x99\xcc\x88\x70\x84\xdb\x81\xc8\xc8\x1f\x39\ \x33\x13\x38\x2e\x5a\x7a\x48\x0b\x1d\xc3\x41\x05\x5c\x96\x25\x92\ \x8f\x84\x41\xb8\x20\x01\x17\x7c\x9d\xe8\xc3\x50\xeb\xf8\x4c\x48\ \x35\x97\x83\xb0\x92\x24\xc2\x85\xd8\x55\xa5\x05\xcc\x4a\xce\x41\ \x20\x84\xe0\xfb\xad\x2d\x30\x17\x0d\x72\xbe\x86\x83\x59\x88\xa8\ \x50\xcd\xe4\xcb\x96\xfa\xf9\x19\x2e\x67\x22\x82\x44\xec\x38\x8e\ \x50\xc6\x11\x70\x08\x8f\x8b\xb8\xd3\x88\xeb\xad\xf1\xf9\x2d\xe7\ \xe3\xf1\x3d\x36\x7b\xd1\x92\x2f\x01\x33\xb5\xe9\x71\x8e\x8f\x65\ \x84\x82\x69\xbb\xe3\xaa\xef\x63\x28\x02\xfc\x50\x0c\x41\x81\x38\ \xd7\xf7\xa1\x48\xcb\x50\x2a\x87\x1c\x15\x0a\x4c\x49\x31\x33\xee\ \x20\x9d\x80\xc5\xa4\x18\xe1\x90\xea\x03\xac\x38\x14\xce\x1c\x34\ \xa5\x83\x73\x43\xb9\xa6\xed\x2e\x70\x2c\x0c\x4c\x60\xab\x42\x9d\ \xed\x34\x43\x20\x8e\x05\x08\x94\x7e\xc0\x25\x38\x8a\xe0\x6c\x09\ \x0d\x49\xe3\x73\x7d\x8e\x27\x68\x18\xb0\xa3\x71\xef\x5c\xd7\x36\ \x55\x7f\x6f\xbc\x80\xc1\x1c\xef\x68\xcb\x13\x34\x80\x9a\x94\x72\ \xf9\xef\x7f\x8b\x91\x51\x28\x29\x66\x10\x13\xe1\xc8\x0f\x3a\x35\ \x62\xc8\x12\x01\x73\x55\x22\x56\xce\x2d\x09\xd9\x34\xb2\x23\x88\ \xc7\x44\x81\x21\x3c\x5a\x62\x0a\x0e\x2b\x16\x08\x65\x30\x0b\x06\ \x0f\x95\xfe\x33\x37\x3e\xa1\xa9\x28\xb9\xb8\x22\x7f\xf7\x44\xf7\ \x63\x1e\x03\x17\x1c\xfe\x1f\x85\x80\x26\x80\x71\x15\x87\x32\xa8\ \x1d\x59\x44\xe5\x8a\xb7\xb4\x2c\x01\x4b\xa9\x5c\x92\x8b\xe6\x96\ \xd8\x70\xae\x0f\xda\x0e\x00\x40\x1e\x0e\x0a\xd5\xf0\xfe\xf3\x8b\ \x2a\x55\x88\xe5\x3b\x6c\x8e\x92\x2a\x14\x40\x91\x4c\x74\x8a\x11\ \x02\x13\x49\xf9\x64\xa6\x58\xc8\x97\xc9\x85\x62\x2e\x0b\x06\xc1\ \x42\xe6\xf6\x7f\x99\xda\x1c\x0a\xd9\x73\x6c\x10\x5b\xc8\x95\xaf\ \xb2\x78\x4a\xd1\x9c\x54\x06\xd8\x5a\xc5\x1c\x20\xca\x89\x63\x54\ \xdc\x8b\x80\xa5\x90\xf2\x20\x50\x10\x95\xf7\x17\x3d\x20\xda\xbb\ \x25\xb0\x38\xe6\xd5\xe7\x60\x6b\x12\xc9\xc6\xd4\x5a\xc2\xf7\x8b\ \xcb\xdf\xe6\x5e\x66\xd6\xae\x36\xee\x66\xc4\xce\x06\xb3\x30\xa7\ \x10\x5b\x3a\xd1\x9c\x8e\x8f\x0e\x03\xc6\x10\x29\x80\xe8\x62\x6d\ \xed\x4a\xa7\x58\x07\xc6\xfb\x7e\x6e\x4f\xea\x9f\xda\x5c\x7b\xd9\ \xa8\xcf\x2b\xaf\xad\xcf\xac\xac\xff\x14\x98\x10\xfc\xca\xc9\xc6\ \x9e\x62\x4d\xa1\x93\x80\x73\x4c\xf7\x77\x48\x81\x5e\xf6\x44\x73\ \x07\x1b\x1b\x87\xae\x72\xff\x8f\x0d\x45\x19\x6d\x85\x05\xdd\x15\ \x65\x9f\x6f\xfa\x5b\xf3\x2a\x7a\x72\x2e\xda\xdb\x43\x9c\xe8\x1e\ \xff\xe0\xff\x7f\x8e\xce\xc3\x27\xb1\xb5\xd1\xfa\x87\x1a\xba\x44\ \x41\x06\x0b\xa8\x28\x2a\x62\xc3\x32\xf6\xd1\xa8\x30\xf6\x60\x21\ \xea\x58\xc0\x8e\x63\x2f\xd8\xc5\x82\x1e\x2b\xf2\x2a\x47\xa2\x22\ \xea\xb1\x8d\x6d\x50\x3e\xae\xa3\xb1\x8c\x66\x1c\x15\x5f\xeb\x51\ \x11\x13\x47\x19\xc9\x49\xee\x9f\xf1\xe1\x25\x04\x48\x80\x6c\xca\ \xde\xeb\xf9\xad\xbd\xf7\xb3\x96\x71\xf1\x59\x31\xa6\x96\xd1\x51\ \x1d\x7d\xbd\x9d\xf1\xad\xa2\xc0\xf2\xe6\xdc\xac\xd0\xd8\x11\x43\ \x65\x72\xa3\x28\xaa\xab\x28\xb5\x23\xd9\x3d\x3a\xaa\x8e\x93\x5a\ \x12\xd3\x5d\x15\x59\x3a\x50\x7d\x19\xab\xa9\xf5\xe9\xe9\x8a\x4c\ \x68\x2c\x13\x45\x86\xa6\x24\x46\x47\x8a\x0e\x44\xfa\x5e\x3f\x77\ \x8f\xca\x46\x51\x7d\x65\x49\xcb\xa9\x67\x4e\x7f\x5e\x5b\x73\x7c\ \x81\x3a\x57\xd4\xe9\x3f\x18\xe5\x91\x78\xbe\x5b\x5e\xe8\xcf\x99\ \xed\xcc\x5e\x59\x1a\xea\x8c\x6d\x5c\x3d\xc9\xab\xe8\x49\x19\xad\ \x5a\x99\x39\x1f\xcd\xed\x2d\x69\x2a\xcf\x1f\x98\x1d\xdd\xde\xce\ \x59\xb9\x5f\x7a\xaa\x6e\x9a\xa9\xef\x3f\x28\x5d\xdf\x6a\x51\xde\ \x9e\xac\xad\x1c\x34\x54\x0f\x1c\x9f\xad\xa9\x34\xba\xb9\x1d\xd1\ \xd6\xd3\xc2\xb3\x48\x34\xdd\xa2\x6f\x3c\x28\xef\x69\xae\xed\x2b\ \x6e\xc9\x1a\x36\x22\x4e\x6e\xd9\xc5\xd3\x6c\xd6\xed\x23\x79\x76\ \xe3\x96\x75\xbf\x55\xd4\x5f\xe7\x39\x76\xab\x9a\x18\x9e\xba\xc9\ \x37\x54\x34\xb7\xcf\x9e\x4f\x6f\x57\x34\xb5\x74\x0d\x14\xc5\x29\ \xeb\x4b\x46\x5b\x67\xa6\x5e\x27\xce\xab\x5b\x1a\xf5\xd9\x3d\x25\ \x63\x23\x1d\x03\xdd\xa9\xa9\xe5\xd1\xbd\xbd\x56\x96\xa5\xc8\x27\ \x14\x9c\x7a\xa9\x9f\x1d\xa8\xeb\xde\x5b\x6b\xae\x8f\x2a\x09\xf6\ \x0d\x2c\x18\x2c\xc9\xaa\x7a\xa2\xe9\xfa\x35\xb7\xed\x86\xa3\xf5\ \xa3\xad\x99\x16\xed\xd8\x74\x65\xf1\x68\x79\x71\x45\xf6\xdd\x90\ \xd7\x49\xf9\x82\x9a\xb7\xbb\xba\xb6\x13\xdb\x53\xcb\x7b\xca\x79\ \x3c\xd9\x18\xaa\x1e\xbb\x09\x1b\x59\x5b\xb9\x7e\xbd\x52\x8f\xe6\ \xf7\xeb\xa6\x54\xaa\xe9\x35\xbd\xf6\x71\x69\x21\xc9\xb0\xf6\xb8\ \xc9\x9a\x33\xe8\xf5\xfd\xd9\xaf\x9a\x3b\x9c\xae\x74\x5c\x87\xc5\ \x5f\xdb\x3d\x8e\xbf\x2a\xd7\x5f\x41\xb8\x9d\x2b\x96\x52\xd7\xd2\ \xf0\x72\x5a\x7a\xbd\x14\x66\x90\x3c\x94\x4d\xd5\xdc\xa9\xf7\xa7\ \x2f\xe6\x1e\xaf\x7a\x94\xaf\x12\xd5\x9d\xfe\xb9\xec\x4c\xfb\x7c\ \xb8\x3e\xe1\xff\xc9\xe6\xfd\xfb\xf7\x8e\x3e\xde\x8e\x89\x87\x86\ \x47\x3d\xf6\x66\xf4\x62\xed\xb1\x6e\x60\xec\xb8\x3e\x3a\x21\xd8\ \xd7\x3f\xb8\x82\xbf\x27\x5a\x6b\xdf\xea\x6f\x56\x49\x88\x7a\x5e\ \x00\x08\x78\x33\x9d\xa5\xd4\x6d\x00\x11\x01\x13\x8d\x9b\x9b\x71\ \x53\x28\x94\x61\x0e\xe7\x45\x25\x52\x25\x74\x32\xe4\xa1\xd3\xd2\ \xde\xc6\xed\x83\xfd\xbb\xb7\x30\xa3\x0f\xef\xff\x7a\x3b\xc1\xc6\ \xfe\x93\xdb\xff\xe5\x63\xb9\xd9\x3b\x19\x31\xeb\x9d\x85\x99\xb9\ \xb5\xa9\xa3\x8f\x95\xb5\x89\x89\x8d\x59\xb8\xad\x8d\x4b\xa8\x83\ \x47\x64\x65\x37\x27\x26\x35\xfb\x69\x23\x37\x7f\x57\x9f\x97\xdd\ \xb6\xa6\x3b\xd8\x39\xdb\x1e\x3b\x93\x24\x21\xa4\x3f\xc5\x61\x52\ \x3a\x26\x0c\x48\x61\x48\xb8\xff\x70\xbf\xf3\xf7\x5a\x66\x58\x08\ \x82\x70\xfe\x96\xf0\x43\x01\x02\x1b\x89\x0a\x07\x00\xe2\xe7\x40\ \x14\x08\x91\x9b\x14\x97\x34\xec\x85\x87\xaa\x20\xb8\x24\xe2\xf5\ \xc4\x0b\x1b\xb9\xae\xd1\x8d\x56\x26\xdd\x61\x6f\xa0\xdf\x80\x5e\ \xd7\xb4\x55\x15\x80\x0b\xf7\x9a\x02\x69\x30\x72\x05\x83\xc4\x25\ \xa9\x59\x08\xfc\xf5\xe6\xc2\x14\x72\x15\xc7\x60\x42\x08\x37\x32\ \x60\x08\x19\x8e\xc4\x11\x19\x24\x82\x97\x5e\x2d\x26\xdf\x3d\x6a\ \xb8\x5f\x88\x5f\xa4\x24\x2c\xfe\xe8\x84\xe0\xb5\x77\x6f\xb8\xd6\ \xd3\xc0\x40\x28\xfa\x2d\x46\xea\xcb\xaf\xdf\xbf\xe7\xd9\x24\xba\ \x62\xf1\xc7\xef\xaf\xf3\x3f\xd0\x38\x3c\x19\xa2\x64\x49\x20\x0b\ \x17\xb4\x07\x00\x12\x08\x20\xca\x84\x32\x38\x01\xcc\x1a\x47\x85\ \x00\xd5\x1a\x1a\x9f\x84\x18\xbe\x17\xe5\xe5\x4e\x91\x6f\x8f\x8c\ \x5e\x4e\x26\xa5\x10\x91\x04\x02\x72\x92\xcd\x10\x93\x10\x27\x49\ \x92\x6b\x3c\xab\x3f\xfb\xfc\x58\x87\x44\x42\x32\x6b\xf6\xd2\x42\ \xc2\x50\xd4\xa4\x38\x35\x5c\xf1\xed\xd7\xf7\x9f\xdf\x97\xbf\xff\ \xfe\x26\x46\xf1\x21\x58\x0a\x02\x01\xf1\x42\xc9\xb8\x44\xa8\x14\ \x03\x65\x80\x98\x5c\xa9\x7c\x92\x22\xfc\xc9\x17\xf3\xa9\x38\x72\ \x9a\xea\xa4\x86\xb6\x49\x9f\xa4\x86\x80\x88\x20\xb8\x80\xc1\x5d\ \x46\xe1\xe8\x54\xc9\x89\x7e\x95\xf6\x1a\xc2\x9e\x64\xb2\xc1\x10\ \x39\x9b\x0e\xc7\x30\xa5\x52\x19\x84\x22\x63\x0a\x50\xec\xaf\xd8\ \x00\x92\x5c\xf0\xe5\x8b\x70\x7e\x72\x72\xf9\x9b\x51\x86\xa4\x24\ \x00\xf5\xd2\x70\x19\xc7\x60\x30\xe7\xbf\x21\xe9\x0a\xa2\x50\xc0\ \x5e\x94\x4e\xca\xa5\xcb\x32\xf0\x11\xd1\x0b\xa2\x40\xd3\x17\x05\ \x93\x7c\x2a\x03\x82\x46\x8b\xe7\x15\x30\x35\x12\x75\x82\xfb\xb5\ \xac\x20\x72\xd9\x44\x06\x18\xa8\x98\xff\x31\xc9\x17\x7f\x53\xbc\ \xed\xd2\x5a\x54\x80\x49\x48\xe8\xfc\xe4\xf2\xb2\x5c\x2a\x90\xce\ \x7f\x9d\x64\xc8\x98\xcb\xc4\x90\x3f\xde\x7f\xb6\xf1\x8b\xf5\x4e\ \x4d\x1f\x2c\xed\xf2\x77\x74\x49\x48\x8e\x76\x16\x5d\xbe\x56\x5a\ \xbe\x8b\x70\x71\xb1\xb4\xb0\xb2\x79\xe7\xe3\x63\xfd\xde\xe6\x83\ \x9b\xfd\x87\x3f\xdf\x5b\x7f\xb2\xff\x64\xed\xf6\x36\x25\xc7\xda\ \xfe\x93\x8d\xbd\x49\x62\x54\x54\x2a\xa7\xab\x54\x39\x56\x77\x02\ \xb8\x98\x3e\xbe\xed\xe9\x68\xcd\x08\x0c\x8e\x09\xb6\xf5\x71\x34\ \x7f\x67\x6b\x65\x66\x94\x36\x67\x73\x73\x4b\x33\x33\x4b\x0b\x4b\ \x33\xe7\x9c\x56\x6f\xbf\xdb\xb2\x84\xec\xce\xfe\xa2\xe4\xe6\xfa\ \xc4\xf4\xc2\x84\x98\xbe\x4e\x51\x51\x51\x73\xb3\x6b\x67\xbd\xff\ \x87\x8f\x7f\xff\x3f\x6b\x8f\x0c\x51\x7a\x72\xf1\x65\x4b\x75\x4b\ \x7d\xc3\x58\x79\x55\xeb\x6c\x47\x7d\x7b\x42\x7a\x71\x42\x4c\xca\ \x79\x9f\x7f\x7d\xbb\x95\x4f\x97\x1f\xa7\x3b\x21\xd6\xd7\xd3\x31\ \x32\x2a\xe1\x70\xea\x70\x67\x62\xa6\xde\x2f\x71\xd4\xdf\xb9\xf7\ \x40\xe4\xee\xc2\xd9\xf3\xa8\x6a\xb5\x75\x6f\x17\x39\x5a\x99\xe4\ \x1f\xf8\xb8\xb7\x26\x86\x37\xe8\x52\x56\x8a\xc7\x7a\x22\x87\x6e\ \xbb\xc7\xfa\x52\x33\xea\xda\x6b\x07\x9a\xa3\x5a\x9a\x67\xba\x62\ \x82\xec\x3b\x9f\xea\x2f\xf1\xac\x80\xc7\xad\x82\x9c\x4e\x4f\xe7\ \xde\x2b\x65\xf3\x50\x56\x53\xd3\x7e\x05\xaf\x67\xab\xfe\xf6\xb0\ \x68\x60\xac\x5c\x1f\x40\x1d\xd2\xab\xaf\x4f\x94\xda\xd3\xa1\xbe\ \x82\x2d\xf5\xc4\xa9\x6e\xf0\xa6\xa9\xea\x5e\x97\x98\xaa\x9c\xc9\ \x83\x0f\x89\x92\x24\xb5\x79\x43\x3b\xe5\x99\x05\x2d\x1a\x6d\x73\ \x96\x86\x53\xdb\xd9\x30\x58\x94\xdf\xbf\x31\xd6\x94\x55\xe7\xe0\ \x59\x1b\xea\x5c\x7f\xa9\x5b\xb9\x33\x8c\x8e\x66\x4f\xaf\x14\xcd\ \x76\x75\x46\x77\xe4\xe7\x54\xe7\x66\xc5\x06\xc6\xbe\x0e\xf5\x2e\ \x64\x17\xe4\x94\xbf\xac\xe6\xea\xb4\xb1\x85\x17\x75\x7e\xf5\x4d\ \x7b\xb9\x03\xa3\x3d\x03\x3b\xd3\x65\x7d\x3e\xa7\xbb\x65\x8d\x57\ \x21\x0f\xaf\xea\x0e\x33\xf7\x6d\xc2\x76\x59\x05\x2f\xaa\xb8\xca\ \xc7\x37\x3a\x2f\x88\xa7\x0e\x1b\x0f\x49\xca\x7b\xc9\x29\xbd\x5d\ \xe3\x25\x44\xf6\xf7\xe8\xb2\xfb\xcf\x4b\x45\x08\x9c\xd7\xcb\xd9\ \xfe\x65\xc3\xc4\x7e\xdc\x6c\xee\xc5\xd2\xed\xb1\xa6\xff\xe0\xea\ \x71\x6c\x27\x8d\x51\x53\xa3\x1a\xb9\x53\xdf\x78\xdd\x54\xcc\x1c\ \xdc\x3c\x1b\xa6\xe6\x94\xf7\x4d\x87\xf1\xfd\xea\xd3\xfa\x02\x9d\ \xe4\x72\xe4\x78\xab\xe2\x56\xd7\xeb\xb5\x5e\x70\x95\x17\xf0\xf2\ \xa2\xc9\x3b\x56\x7a\xad\x87\xa8\xe9\x21\x14\xd8\x7d\xe6\x94\xf6\ \x44\xa3\xd5\xd0\x86\x35\x71\x7b\xd7\x69\x77\xeb\x80\xe1\x07\xdc\ \xc5\x11\x4d\x7d\xa4\x3c\x34\x3a\x4c\xcd\xc5\x55\xa6\xf2\x95\x70\ \x57\xe6\xf8\xde\xc4\xc6\xfe\x83\xa9\xd1\xbb\xb7\xde\x1e\xbe\x22\ \x51\xca\xd7\x6b\xfa\x96\xfa\xe6\xe9\xa4\xbf\xa8\x58\xd3\x16\x59\ \xf4\x3a\xae\x01\x20\xa9\x92\x75\x65\x91\x41\x7b\xb8\x56\x35\x7b\ \x7a\x7f\x82\xc2\xe3\x10\x28\xb2\x17\x09\x0e\x81\x69\x43\xd0\x30\ \x72\xc8\xc3\x91\xea\xf0\x14\x09\xbe\xc9\xb0\xb2\xf8\xf4\xf7\x5b\ \x78\xb6\x51\xa4\xde\x7f\x7e\x2b\x50\xfa\xf8\xe9\x6d\x66\xfe\x87\ \x77\xc6\x1b\x9b\xb7\x29\xaf\xef\xde\x19\x25\xcb\xc2\xd2\xd6\xdc\ \xc2\xc2\xd2\xc4\xc2\xc9\xcc\xda\xc9\xc5\xdb\xc5\x3b\x38\x3a\x34\ \x2a\xa2\xee\x2a\xad\x74\x44\x79\x67\x5c\xab\x1a\xb3\xd6\xf4\xaa\ \x0d\xad\xfe\x52\x4f\x86\x31\x90\x82\x7f\xbe\xb2\xd9\x01\x08\x96\ \x8a\xc0\x62\x81\x28\xff\x2b\x80\xd0\x19\x64\xaa\x98\x8f\xfe\xa2\ \xb0\x03\x2f\x7f\xff\xfe\xe3\xcb\xbc\x18\x89\x01\xa7\xa1\xe0\x20\ \x68\x1c\x81\xbc\x41\x07\xaa\x2e\x6e\xe7\x68\xfb\xc7\x5e\x69\x7b\ \x4a\xb2\xd7\xe3\xd6\x03\x83\x44\xe2\xcb\xc4\x00\x98\x9a\x87\x87\ \x50\x48\x76\x9b\xd7\x61\x78\xc5\x37\xe1\x30\x1c\xf6\xba\xba\xb9\ \x74\x91\x79\x3a\xb3\xb9\x71\xa5\xca\xe7\x1d\x4d\xbc\xe2\x1f\xa0\ \xf0\x75\x89\x06\x18\x86\x05\x80\x80\xa8\xcd\x1d\x24\x98\x3a\x95\ \xa6\x01\x62\xc8\x7b\x4f\xa4\x87\xe1\x97\x34\x48\xc0\xf3\xdd\xc3\ \xcb\xf8\xde\x91\x66\x73\x18\x22\xfd\x05\x0d\x19\xd7\xdf\x60\x19\ \x5f\x7e\xce\x33\x15\xf3\xdf\x48\x20\x2e\xb6\x54\x8b\x5d\x45\x63\ \xc7\xf5\xa4\x79\x12\xcd\x4e\x0b\x84\xeb\x71\x01\x44\x36\x90\x8c\ \x85\xa2\x58\xb8\x4c\x12\x5a\xfc\x76\x2e\x3a\x03\xc3\x85\xa2\x14\ \x72\x19\x04\x88\xba\x7d\x56\xe1\x61\xc8\xf1\xda\x59\xe5\xa9\x01\ \xc7\x84\x6d\x6a\xd0\x52\xa4\x26\x09\x2f\x35\xea\x15\x8a\x91\x89\ \x21\x2d\xfe\xfa\xf9\xfd\xdf\x7f\xff\xf9\xfd\xcf\xaf\x1f\x3f\xbe\ \x2b\xb8\x50\x10\x99\x82\x10\x80\x11\x52\x39\x16\x2a\x84\x5c\xd3\ \xd9\x64\x00\x97\x4f\xc2\xc2\x04\x4c\xe3\x78\x31\xa7\xca\x12\x0d\ \x9d\xa5\xa1\x18\x74\x00\x95\x0e\x47\x50\xf8\x14\xa3\x53\x83\x81\ \x27\xe5\x32\x92\x6c\x99\x8b\xc1\xa0\x28\x48\x30\x7d\x93\x46\xce\ \xd9\x4e\x63\xd3\xe0\x40\x26\x63\x9e\x31\x29\xff\xfa\x8f\x78\x52\ \xbe\x2c\x10\x2c\x0b\x27\x97\xe5\x82\x49\xba\x8c\x2e\xfd\xb9\x2c\ \x47\x30\xd9\x46\xcc\xfd\xb2\xfc\x4d\xc0\xfd\xb1\x3c\x6f\x44\x28\ \xc1\xfc\x4f\x29\x7f\xfe\xdb\xbc\x04\x3f\x2f\xfc\x0a\xa5\x2f\x42\ \x98\x93\x74\xa6\x6c\xf9\xab\x70\xf1\xab\x18\x56\x73\xc3\x40\x09\ \x14\x40\x1c\x82\x49\x12\xf3\xbf\x7e\x9d\x9c\x17\x22\x64\x8b\x93\ \xe2\x2f\xf3\x52\xee\xe6\x9e\x70\x5e\xf6\xf5\x06\x2a\xe4\xb2\xe5\ \xf3\x00\x34\x4a\xc8\x85\x18\x2d\xa1\x55\x7c\x42\x49\x8a\x5f\xfc\ \x4e\x4f\x4f\x45\x57\x71\x74\x79\x7a\xe1\x9a\x28\x70\xd0\x38\x38\ \x1a\xd7\x09\x37\xf3\x77\x1f\x3e\xbf\x37\x33\xb1\x7f\x6f\xed\x64\ \x65\x6f\xe4\x71\x33\x53\x6b\x13\x37\xe3\x0a\x64\xef\xe6\x66\x65\ \xea\x1e\x33\x18\x6a\x19\xdb\xdb\x16\x5e\x95\xd5\xdd\xac\xd7\x6f\ \xf7\x6c\xe7\x7b\x26\x78\xb8\x78\x5a\x5a\x99\x9a\x99\x5b\x99\x99\ \x99\x58\x99\xd9\xbf\x35\xe8\xd8\x5b\x58\x59\x58\xf9\xf4\xa6\xfb\ \xf6\x24\x46\xa4\x6a\x37\x8f\x93\x7d\xba\x1e\x2b\xdb\x5a\xea\xea\ \xfb\x7a\x6b\x3b\xf3\x83\x62\x82\xbc\x95\xa9\xd6\x16\x11\xd1\xa9\ \x63\xa3\xee\xc5\xcd\x31\x41\x51\xbe\x22\x9f\xfa\x31\x3f\x5b\xab\ \xe0\xe2\x70\x8f\x56\x8e\x7b\xf1\x40\xe8\x68\x51\x70\x78\xba\x6f\ \x68\x44\x8c\xbb\x5f\x70\x64\x78\xa0\xa7\xaf\xb3\x5b\x78\xdb\x48\ \x73\x65\x43\x57\x0f\xcf\xe5\xbd\xb5\x9b\x69\x47\xb0\x4d\x6c\x8e\ \x6b\x5d\x77\x67\xaa\x5f\xb0\x47\x72\x68\xb2\x32\x6b\xa4\x31\xb6\ \x37\xa5\xc8\x3f\xda\xb7\x3a\xcb\x22\x38\x47\xdf\x92\xe2\x71\x3a\ \xd1\x67\xd6\xd7\xd0\xdd\x33\x32\x1a\x99\xd1\xe8\xe3\xce\x89\xad\ \xcc\xd5\x4c\xf7\x0d\xb5\x15\x55\x94\x46\x35\xc6\xb7\xef\x9c\xe5\ \x27\x72\x7a\x53\x76\x86\x1e\xce\x66\x8e\xdb\x7b\x1a\x6b\xc6\xea\ \xa6\xb5\x63\x15\x71\xfd\x2a\x43\xa6\xfa\x51\x6f\x78\xd1\x29\xf7\ \x1f\x37\xea\xaa\x93\xda\xae\x8e\x2f\xbb\x12\x2f\xee\xd6\x74\x0b\ \x3b\x45\xc5\x55\xf5\xd3\xc5\xbc\xd8\x83\xba\xfc\x83\x96\x52\xd1\ \xb6\x61\xb0\x2e\xf7\x74\x6e\xbf\x50\x3d\x54\x32\x5d\x3b\x58\x5f\ \xb8\x20\x6a\xad\x6a\x4b\x6d\xef\x2d\x9b\xa8\x55\xa9\x7a\xba\xab\ \x0f\xd7\xea\x66\x7b\x8c\x94\x58\x39\x30\xdd\x7e\x91\x5f\x9b\x50\ \x9a\x76\x5e\x57\x5b\xcf\x1b\x2b\xe9\x10\x3d\x94\xf4\x57\xf5\x1c\ \xa7\xc7\x36\x0f\xd6\x1e\x3f\x76\x89\x9a\x5a\x16\xda\xfb\x03\x23\ \x5c\x06\x16\xd6\x0a\xa6\x17\x4a\xaa\xf3\xab\x92\xa3\x38\x1e\x81\ \x41\xdb\xdb\x30\x43\xcc\xcd\xd8\xfe\xc6\xb6\xae\x60\x2c\xab\x3b\ \x6f\x24\xaf\x4c\x4f\x40\x6a\x2f\xee\xcf\xfa\x12\x0f\x6b\x78\xfa\ \x95\x27\x32\x0d\x4f\x02\x84\x80\xb4\xda\x9c\xc3\xec\x29\xaf\x61\ \xa5\x36\xe0\xe6\xe6\x44\xa7\xa5\x21\xc4\x7c\xd8\x9d\xee\x8a\xad\ \xdd\xb8\x99\xba\x26\xa0\x31\x53\x5a\x43\x40\xdc\xb9\x2e\xed\x66\ \xf5\x42\x8f\xbc\x3c\x1b\xca\xcb\xe3\xcd\xf5\xcf\x8e\x36\x5f\x5c\ \x89\xd9\x57\xf5\xd7\xc3\xc0\x07\xdd\xe6\x89\x04\x60\xc0\x9d\xd7\ \x24\xad\xb7\x1d\xd0\xa8\x18\xfd\xdd\xa6\xc1\x4b\xfd\x92\x16\x87\ \x79\x3d\x25\xa3\xf1\x08\x10\x2d\x4d\x5f\x6f\xfb\xd1\xda\xed\x93\ \x9b\x53\x90\x8b\x5f\xd1\xfe\x09\x0e\x87\x96\x0e\x50\x64\x40\x0a\ \x59\x0c\x7c\x1d\x87\x52\x8f\xee\xa7\xc0\x30\x96\x52\x05\xbf\xa4\ \x42\xe3\xb2\x2f\x0b\x78\x0d\x1e\xed\x92\xdb\xd9\x36\xe5\x39\x1e\ \xc8\x88\x7b\x59\x52\xb2\xe0\x04\x16\x8d\xfc\xd8\x96\xef\x44\xe5\ \xde\xd7\x5a\x9b\x18\x01\xeb\x2d\x95\xfb\xd3\xc7\xcf\x7f\x7d\xfc\ \xf8\x56\x66\xf9\xf9\xaf\x4f\x46\xf9\x72\xfb\xf0\xce\xca\xdc\xde\ \xed\xed\xb4\x1b\x1b\x1b\x13\x5b\x47\x27\x6f\x6f\x73\x1b\x2b\x4b\ \x13\x6b\x73\x0b\x5b\x67\x77\x5f\x4f\x07\x17\x8f\xf4\x92\xbb\xd2\ \xee\x7d\x65\x78\x46\xdf\xe0\x60\xd6\x4c\xde\xc4\xfe\xf6\x8a\x76\ \x4e\xa2\x21\xc9\x7e\x33\xc8\x3f\x98\x0f\x69\x35\x73\xa3\x13\xfb\ \x77\x38\x2e\xf2\x08\x44\x15\xb0\x00\xec\x4d\xb2\x58\x0a\x96\x09\ \xa4\x5f\xbf\x2c\x7e\x9d\x67\x63\xe0\xf3\xf2\x6f\x3f\xb9\x7b\xea\ \x38\x34\x55\x7d\x72\xbb\xef\xb5\xfc\xfb\x5f\x01\x90\x0e\xc5\x03\ \x40\xd8\x93\x23\x1c\x91\x4f\x95\xa2\x36\x19\x64\xb8\x02\xf0\xc6\ \x26\x62\x01\x8c\x84\x83\xc3\x08\x21\x70\x36\x1b\x75\x73\x3d\x12\ \xda\x66\x98\xd6\x3d\xe9\x86\x8d\xaf\x7c\xb1\x9b\x5a\x3f\x0b\x3b\ \xb1\xa3\xdb\xc5\x81\x01\x54\xfc\x3c\x17\xba\x1a\x10\x06\xbe\x89\ \x83\x81\x89\x20\xcd\x56\xb5\xb6\x46\x7d\x43\xb3\x7b\x98\xd2\xcc\ \x3d\x5f\xcf\x9c\xa0\x08\x57\x2c\x20\x96\x4e\x5f\x05\xcf\x0b\xe3\ \xf6\x80\xa4\x4d\x4c\x12\x82\x81\xb1\x3b\x6a\x82\xa0\x18\x4c\xfd\ \x09\x83\x4d\x4e\x43\x61\x18\xa0\xa7\x1d\xfd\xdc\xc3\xc1\xe6\x12\ \xcc\x8e\xbb\x4e\x45\xc0\x68\x5a\x02\x5b\x8a\x52\x52\xc3\xc8\x21\ \x21\x9a\x4d\x38\x01\x80\x63\x83\x36\xaf\xd7\x91\x54\xc0\x26\x08\ \x85\x50\x1f\x01\xe7\x05\x72\xc5\xe2\xbf\x3f\xbf\xff\xfa\xa1\x98\ \xff\xfa\xd5\xc8\x72\xbf\x7e\xfe\xf3\xf3\xdf\xdf\x44\x86\x64\x15\ \xc0\x96\xca\xa0\xf4\x49\x2e\x1d\x88\x04\x83\xd9\x0c\x20\xc2\x0e\ \x01\x84\x50\x88\x10\x18\x84\x3a\x4e\x00\xa1\xe2\x34\x10\x8a\x42\ \xc8\xc0\xa2\x09\x50\xbe\x10\x75\x5f\x83\x01\x49\x99\xf0\xb4\x4d\ \x03\x70\x7d\x98\x08\x9c\x04\x19\x80\x24\x22\x10\xfe\xa0\x27\x1a\ \x25\x67\x92\xab\x90\x4f\xca\x27\x85\x4c\x30\x5a\x2e\x93\x2e\xcb\ \xe5\xdf\xbf\x4c\xce\x83\x61\x7c\x08\x02\x09\xbf\xdc\x33\xa4\x61\ \x00\xcb\x42\xe6\x22\x7f\xf2\x0b\x97\xfd\xf5\xfb\x77\x86\xd1\x9b\ \x7e\x81\x43\x64\x0c\x0a\x53\x3a\x2f\x5d\xfe\xf9\x43\x2a\xe3\x0a\ \x05\xdf\x97\x09\x60\x30\x9c\x69\x97\x29\x35\x22\x15\x97\x04\x10\ \xc2\x19\x5f\x20\x4c\x3e\x09\x45\x31\xea\xd5\x97\x9f\x5e\xc0\x45\ \xc5\xf2\xa4\x70\xf9\x1b\x57\x21\x9d\x64\xe3\xc3\xec\x00\xd8\x3f\ \x3e\xd9\x1a\xc7\xa7\x56\x4f\xa7\xa0\x81\x73\x51\x73\x41\x73\x7a\ \xa2\x7f\x4c\xbc\x67\x50\xba\xbf\xb9\x83\xb7\x8b\xbb\xb3\xa5\x99\ \x8d\x65\x44\x94\xad\x95\xb7\x7f\x71\x87\x4b\x70\xa0\xb7\xa7\x11\ \x99\x4c\xde\x92\x92\xed\xcd\x4d\xad\xcd\xcc\x4d\x1d\x2c\xbc\x23\ \x3d\x5c\x9a\xb7\x92\xeb\x06\xe6\x5a\x52\xcf\xfa\x8b\x3b\xdb\x4b\ \x3c\x4c\x2c\x6d\xad\x2c\xbd\x5d\x82\xbd\x63\xa2\x6c\xdb\xe6\x6c\ \xed\x7d\xea\x42\x9d\xfd\x0b\x73\xfc\xb2\xb3\xfd\xbc\x63\x74\x14\ \x70\x50\xfa\x6e\x43\x7f\x6e\x83\x68\xb6\xa5\xae\xa8\xb6\x6f\xad\ \xa0\x36\xa1\x20\x96\x13\xb9\x32\x33\x54\xcd\xab\xc8\x2b\xf6\xe9\ \x5c\xb9\x8b\x0e\x12\x05\x5a\xf9\xf9\x7b\x87\xc7\xfb\x04\xf2\x06\ \x2b\x2b\x73\x52\xb2\x1b\xeb\xa3\x3a\x0f\x2b\x7b\xba\xed\x9d\x33\ \x5a\x13\x46\x2b\xde\xb9\x37\x45\xf8\x67\xb8\x98\xd8\x58\x87\xde\ \xd6\x7b\x16\x3b\x37\x96\x25\x27\x64\x3d\x0f\x3a\xf6\x56\x73\x8a\ \x13\x42\x23\x23\xcf\xab\xe6\xda\x1a\x55\x0b\x0d\x95\x25\xf8\x89\ \xca\xc4\x2e\x4e\x71\x4c\x68\x70\x7e\x45\xe2\x47\xcf\xb6\x85\x8a\ \xe3\x0a\x53\x6b\x3f\x0f\xd7\xca\xd0\x58\xf7\x50\xf3\xed\xf1\x96\ \xae\xc2\xf2\xc4\x9e\xc7\xb5\xc6\xfe\xca\xc2\x43\x91\x73\x4f\x69\ \xc3\xa3\x61\x62\xa4\xa1\x3b\xbf\x20\x87\xd0\x98\x1e\x9c\x5e\xdf\ \x1c\x58\x3e\xb1\x09\x1f\x48\xd7\x4e\xd4\xf7\xa6\x26\x44\xef\xbd\ \xea\xef\x70\x4b\xe9\xb1\x2d\x99\xbc\xac\xd9\xe6\xfc\xd3\xfe\x53\ \xed\xe0\xe0\x42\x7b\xc7\x56\x6b\x6a\x6b\x72\x65\x62\x9d\xc3\x98\ \x4a\xd9\xb6\xbb\x9b\x7d\xb0\xc5\x2b\xec\x2e\x6f\x68\x39\xab\xe0\ \x15\x35\x56\x55\xa4\x57\x8e\xde\xee\x35\xcd\x5e\xd7\x45\x3e\xd7\ \xfb\xd9\x78\xba\xba\xe4\xf5\x66\x78\x47\x55\xe8\xf7\x67\x66\x2a\ \xda\x87\x75\x15\xcd\xd3\xa5\x39\x3b\x75\xf9\xb7\x0e\xed\xb1\xa2\ \xab\xdc\xba\xa0\x92\x6a\x65\xff\xd0\xee\xad\x12\x73\x70\xa1\xac\ \xef\x4c\xd4\x8e\xa4\x34\x19\x36\x06\x7b\x77\xaa\xa2\x58\x71\x43\ \xa5\xd5\x6d\xc9\xa7\x0f\x4a\xf5\x60\xc5\x05\x01\x55\x13\x70\x3e\ \x33\xb2\x36\x75\xa6\xd3\xae\xb4\xb5\xf6\x74\xaf\x67\x6e\xde\xdd\ \x1c\xdd\xee\xf4\x6e\xac\xaa\xb5\x65\xf7\xd5\x15\xf1\x21\xc0\xd7\ \xd1\x0b\x09\x2d\x69\x1d\x17\xa2\xcd\xa5\x86\x69\xd4\x7b\x06\xa5\ \x81\x8a\x12\x08\xf5\x35\xe3\x7b\x3b\xbc\x85\x96\xee\x0a\xc3\xe6\ \xc3\x9c\x44\xad\x69\xcc\x68\xee\xec\xec\x3e\xcf\x04\xe3\xb4\xfa\ \xe9\xe1\xbd\x9b\x93\xcb\xd7\xd6\x7e\x2f\x43\x0d\x35\x4e\x2d\x01\ \xea\x67\xeb\xb2\x86\x57\xb1\x08\x60\xda\x09\x20\x0d\x83\x20\xc2\ \x11\x38\x1a\x80\xb5\x5d\x68\xe2\x66\xf3\xde\xfe\x5d\xf4\x40\x50\ \x78\xc5\xa1\x04\x09\x64\x25\x5d\xef\xaf\xac\x6a\xe2\x80\x08\x3c\ \x2a\x89\xb6\xa9\x7d\x09\x5b\x45\xc1\x91\x6a\xde\xfc\x6f\xc8\xc6\ \xe6\x99\x72\x6a\x61\xe3\xf4\xf9\xf8\x54\x72\x9a\x49\x4f\x62\x19\ \x8e\xe2\x02\x40\x5e\x94\xa7\xdc\x29\x7e\x6f\x3d\x41\x50\xfd\xd1\ \xe4\xdd\x5b\x50\xf6\xc7\x3f\x6d\xec\xdf\xdb\x7f\x78\xef\xf6\xc1\ \x38\x34\x7e\x7e\x6f\x6f\x44\x2a\xdb\x77\x66\xe6\x96\x36\x6e\x66\ \x36\xc6\x3b\x67\x67\x17\x5f\x3f\x17\x8b\x77\xe6\x36\xe6\x26\x2e\ \x4e\x16\x16\xce\x9e\x8e\xe1\x96\x56\x4e\xae\x9c\xce\x04\xa3\x13\ \x8d\xcd\x48\x28\x19\x28\xe0\xb5\x14\x34\x0e\xe9\x71\x44\x00\x50\ \xf1\x6b\x32\x89\x0d\x5e\xbf\xa0\x24\x41\xf0\x4f\x71\x70\x03\x8a\ \x41\xd3\x1f\xd1\x5e\xe2\x9e\xbb\xef\x49\xab\x76\x24\xb6\xdc\xb8\ \x7d\x30\xe7\x1f\xb0\xc2\x49\xf9\xf7\x5f\x60\xac\x42\x9c\xe9\x05\ \x82\x53\x08\x06\x1a\xe3\x1b\x10\x17\x12\x47\xba\xc1\x0a\xc9\x5e\ \x94\x9a\x29\xa2\x8a\x8a\x02\x67\x26\x05\xd8\x0d\xa3\xc9\x44\x48\ \x8d\xd7\xf4\x83\x16\x4e\x41\xe1\x19\x70\x85\x34\x84\xf5\xcc\x52\ \x0d\x83\xd7\x8e\xef\xf7\x6e\x36\x2e\x96\x5e\x34\x7b\xe4\xa3\x7b\ \x2c\x48\xb8\x81\x01\x60\x18\x00\x2a\x43\x06\x80\x4a\x9e\x57\x95\ \x9b\x12\x3b\xda\x33\x5e\xa2\x27\x60\x0d\x06\xd6\x30\xa0\x66\xdc\ \xa0\xe2\xef\xf1\xf4\x3a\x12\x74\x78\x42\x8d\x88\x53\x6f\x3e\x91\ \xc1\x78\xfd\x61\x5a\xd8\x26\x96\xbc\x4a\x16\x33\x1e\x2f\xa8\x07\ \x12\x2f\x22\x28\x04\xb7\xb4\x4a\x43\x08\xc4\x08\x06\x44\x2a\xe0\ \x73\xc7\x11\x10\x0a\x4c\x4a\x40\x40\xb0\x54\x3c\xda\x0b\x1b\x37\ \xae\x56\xa9\x93\xc2\x5e\xe8\x5c\x5c\x18\x28\x20\x09\xc2\x5e\x5c\ \xfc\x2a\x67\x30\xc4\x5e\xd5\x21\xf3\x42\xa6\xfc\xeb\xfc\xaf\x5f\ \xff\xfe\xfe\xfd\x5f\xe1\xe2\xbf\xdf\x97\xb9\xa0\xb8\x30\x2e\x57\ \x4a\x67\x8b\x05\x93\x02\x24\x02\x08\x47\xc1\x33\xf1\x4c\x3b\x22\ \x76\xca\x80\xef\xd2\x1a\xdd\xdc\xcd\x6a\x1a\x06\x49\x9c\x24\x1a\ \xc1\x57\x2a\xa3\x23\x90\xd4\xfb\x34\xf0\xd4\xcd\x9e\x97\x02\xa6\ \x61\x0b\xe0\x20\x36\x83\x39\xb9\x28\xf7\x82\x01\x19\x14\xb4\x50\ \x0a\x64\x30\x04\x72\xae\xd1\xb5\xb1\x21\x93\x6f\xa6\xf0\xfb\x3f\ \xbf\x8d\xc2\xb8\xfc\x36\xc3\x06\x8d\x83\x12\xc5\x5c\xa3\x13\x24\ \x10\xbf\xe3\x95\x74\x31\x1f\x08\x07\x93\x8c\x8e\x11\x0c\x90\xf1\ \x89\x6f\x4d\x3b\x3f\xbe\x62\xba\xab\x29\x32\xec\x24\x13\x6f\xd4\ \x30\x04\x72\x7e\x52\xf8\xed\xbb\x78\x18\x43\x9f\x17\x2b\xa4\xb2\ \x49\x99\xf4\x07\x90\x4a\xbf\xd1\x63\xd0\x94\x9f\xe0\x81\x71\x05\ \x7b\x2f\x40\xfe\x8d\x8d\xc4\x51\xfe\x48\x74\x71\xf4\xf5\x8d\x76\ \x76\xea\x6d\xcc\x29\xa8\xec\xc9\xcf\x2d\xad\x0a\xb2\xac\xef\x8c\ \x6f\xf1\xf6\xcf\x08\xf4\x76\xb5\x72\xe9\x5c\x19\x1b\x1d\xf0\x09\ \x4e\x2e\x89\xf7\x4d\x8f\x88\x4e\xf0\xf7\x34\x35\xb5\x70\xf5\x31\ \x77\x76\x71\xf1\x8c\x88\xf4\x0f\x72\xef\x08\x74\xf4\xb0\xf4\x71\ \x4d\x48\x88\x76\xf5\xae\x1b\xec\x28\x2f\x9c\x58\x6b\x6f\xed\x74\ \xb0\x74\x4f\xac\x88\x0e\xf4\x78\x57\x1a\x57\xe2\x92\x3a\xd4\x1d\ \xef\x1f\x95\xe8\xd3\x1c\xe9\x9d\xb0\xad\x9f\x3d\x6f\xaa\x2b\xca\ \xce\xae\xad\xaf\x15\x65\xa7\xf4\x1e\x56\xc7\xa7\xb4\x87\x3a\x86\ \x17\xc4\xa6\x04\x36\xd7\x36\x6e\xe7\xba\xbb\x76\x8b\x4a\x92\x8b\ \xfc\x4d\x2b\x0b\x3b\x07\x9a\x83\x7d\x23\x1a\xdb\x2b\xfb\x12\x1b\ \xcb\x32\x8a\x07\xca\x23\x62\x12\x3b\x6b\x07\xa2\x72\x3a\x67\x38\ \x5d\x39\xd5\x63\xe9\x13\xc9\x11\x3e\x36\xfe\x85\x59\xb5\xed\xb5\ \x31\x15\x15\x39\xbd\xcd\xa3\x55\xf1\xb5\x8e\x1f\xfe\xf2\xaf\x4c\ \xdd\xa8\xda\x2d\x6c\xc9\x78\x7e\xee\x8a\xd0\xf7\x35\x0d\x1d\x0c\ \x85\xd7\xb6\xd6\x35\xd6\x66\x25\x98\x99\xc6\xd7\xa7\x17\xc7\x46\ \xd8\x7e\xb0\xf1\xf6\x71\xb2\x75\x36\x6d\x2f\x1d\x15\x15\xfb\x47\ \x24\x77\xb4\xfa\x17\x1f\x8c\x16\xe5\xfb\x39\x6d\xef\xf4\xe7\x87\ \xe7\x75\x0f\x8c\xcc\x44\xf2\x72\x9b\x1f\x9a\xda\x0b\xfd\x5c\x2b\ \x6a\xd5\xae\x1d\xb3\xbc\xc1\xee\xd6\x8a\xf6\x82\x36\x75\xee\xdd\ \x69\x59\x51\x56\x4f\x55\x8e\xe8\x38\x25\xa2\x2d\xbd\x8c\x63\xeb\ \x18\x59\x9e\x7c\x7b\x59\x54\x38\xd1\x35\xbd\xad\x6b\xcd\x2b\xf0\ \x6e\x7d\x1c\xec\x9d\xa9\xae\xec\x18\x48\xad\x4c\x28\x69\xcc\x2b\ \x8c\xca\xd1\xbf\x36\x89\xf2\x62\x13\x8b\xc3\x03\x5b\xfc\x1d\xc3\ \x5d\xa3\x3a\x8a\xa3\x3d\xbc\x13\xfd\x13\x53\x92\x4b\x75\x17\x8f\ \x3d\x2b\x03\x25\x9d\xba\xd2\xc2\xab\x81\x82\xf6\xad\x76\x97\xa8\ \xfd\xc2\xd8\xfe\x8d\xfa\xea\xa1\xe7\xed\xda\x39\x5c\x52\xbd\x6a\ \x64\x25\x67\x44\x79\xd8\xbd\xbb\xb4\xbd\x82\xb0\x7b\x3d\x5b\x52\ \x8e\xa4\xa7\xa6\xf4\xec\x85\xdc\x4f\xb4\xc4\x1d\x18\x74\x45\x95\ \xa3\xc7\x11\xfd\x6d\xbc\x64\x4e\x4b\xe3\xd8\xcc\xb9\x76\xee\xb8\ \xfa\xf0\xf1\x61\x6b\x4e\xab\xda\x9a\xed\x15\x49\xce\xf5\x0b\xa3\ \x73\xca\xc7\x43\x91\xee\xea\x62\x46\x32\xb5\x90\x79\xa4\xd3\xd4\ \x6c\xec\x5d\x65\x95\xed\xef\xcd\xf6\x35\x35\x8b\xca\xb3\xf2\x57\ \xf6\x94\xf0\x4d\x8c\x64\xa5\xaa\xd1\xa0\xce\x84\xa1\x21\x27\x21\ \x47\x06\xec\xfa\x9c\x41\x4d\x59\x64\xea\x8e\x1b\xf7\xf4\x33\x61\ \xfb\x15\xda\xfa\x25\x1a\x68\xfc\x80\x78\x7b\xf8\x88\x33\xb0\x94\ \xea\xb4\x1a\xc3\x4a\x97\xdb\xdb\x59\xe8\x7e\x4d\xcd\x1e\xa1\x0d\ \xca\x71\xd6\x09\x99\x84\x2c\xec\xbe\x51\xd7\x50\xe6\x10\x6c\x2c\ \xd9\x80\x08\x03\x52\x6b\x60\x4c\xa4\x17\x34\x49\xbd\xfa\xac\xc4\ \xb3\xa1\xf8\x30\x18\x1b\x8e\x84\xf7\x5f\x4e\xed\x11\x24\x70\x89\ \xfe\xec\x76\x56\xa9\xd7\xad\xcd\xed\x70\x2c\x4c\xdc\xec\x6d\x3e\ \xbf\x85\x34\xbc\x7b\x9b\x5c\xff\xe1\xc3\x7b\xfb\xf7\x9f\xde\x62\ \x1a\xec\xcd\xde\x99\x58\x9a\x59\x1b\x55\xcb\xd1\x34\x36\x26\xd6\ \x2f\xc1\xd5\xc3\xc5\xca\xd2\x3e\xba\x45\x54\xee\x66\xea\x5f\x14\ \x18\x6f\xe5\xed\x6c\x19\xe4\x69\xd2\xd8\x67\x1b\x9a\xe0\x19\x5f\ \x9b\xdc\xda\x94\xab\xdb\xab\x09\x0b\x39\xa2\xb1\xff\x65\x0f\xc3\ \xe5\x4b\xc4\xa4\x00\x44\xcd\xba\x52\xa5\x06\xc0\xbf\x48\x49\x90\ \x24\xd0\x09\xf6\xd5\x4b\x59\xfd\x14\x76\x4c\xc5\x48\xd6\xda\x6b\ \x6f\xde\x3a\xd6\x97\x7f\xa6\x89\x90\x47\xbb\x8f\xe0\x80\xed\x89\ \xdd\x89\x72\xed\xd8\x95\x12\x06\x37\xa0\xc5\xc4\x80\x34\x16\x4b\ \x15\x40\x3d\xbe\x4f\x5f\xa0\xb1\x6b\x52\x4b\xc1\x18\x68\x1a\x0b\ \x0e\x87\xa3\x81\x8a\x2f\x8b\xdf\x7e\xfe\xfa\xfd\xeb\x9f\xc9\x6f\ \xc4\x87\xcb\xc7\x55\x4c\xc5\x38\x8c\x22\x94\x32\x59\x30\xf2\xa8\ \x0e\x2d\x47\x3e\xe9\x70\x12\x5d\x0d\x80\x41\xde\x4b\x53\xe3\xe1\ \xd0\x92\xa1\xb9\x07\xe9\xfd\x74\xde\x69\x1e\x1e\xbf\xb6\xbd\xf4\ \xb8\xc8\xb4\x03\xb3\xb0\xd4\xfb\x67\xe5\x0b\x8e\xc4\x44\x96\x91\ \xd5\xf7\x88\xf1\x07\x06\xf4\x62\xee\x01\x8f\x14\xd3\x94\x5e\xff\ \x60\xa6\x1e\x30\x52\x70\xd2\xd3\xbe\x9a\x62\xf4\x66\xdc\x90\xfd\ \x1b\x32\x24\x09\x2a\x78\xc1\x49\x24\xa8\x23\x12\x4b\x29\xc0\x9d\ \xbf\xa6\x01\xbc\x24\x47\x8f\xc8\x87\x4d\x20\xdb\x38\x8a\xd8\xc1\ \xd1\x04\x72\xc8\x46\x26\x15\xca\x34\xbe\xe5\xeb\xb7\x1f\xbf\xfe\ \xfb\xef\xff\x4a\x61\xfc\xf9\xf9\x6f\x6c\x20\xf2\x74\x02\x42\x11\ \x2f\x8a\x65\x0c\x31\x54\x3c\x4f\x99\x14\x1c\x4d\xe1\x10\x24\x14\ \x15\x2d\xc1\x64\x1e\xb1\xf4\x37\x1a\x1c\x82\x00\x11\x28\x88\x78\ \xb0\x10\x00\x24\x41\x03\xee\x19\x8a\x1a\x5a\xd2\xc6\x33\x98\x99\ \x74\x3d\x8e\x02\x30\x81\x74\xb9\xcc\x8e\x2e\x98\x9f\x97\x31\x04\ \x02\x32\xfd\xab\x62\xfe\xbb\x4c\x46\x9a\x62\xca\xbe\x7d\xff\x3e\ \x2f\x37\xfe\x16\xdf\xbe\x7d\x91\x2f\x73\x85\x0a\xba\x7c\x72\xf1\ \xbb\x02\x44\x05\x23\x80\x42\xb1\x5c\xc8\x26\x6e\x64\x81\x25\x00\ \x00\x20\x00\x49\x44\x41\x54\x61\x10\x02\x08\x08\x2d\x83\xc7\x21\ \x05\x93\x42\x21\x36\x93\x2b\x41\x8b\x93\x20\x44\x43\xc3\x50\x00\ \x50\xbe\x2c\x27\xf1\xbf\x2d\x4a\xe9\x48\x3a\xf1\xbb\x82\x29\x55\ \x4c\xfe\x24\xc2\xe5\xc6\x8f\x69\x27\x45\xc2\x30\x76\x44\x12\x14\ \xae\x34\x88\x91\x54\xc2\x1f\x7d\xc1\xce\x1e\xbd\x22\x97\xd8\x9e\ \xc1\x8e\xde\x92\xf8\xe4\xaa\xa1\x83\xb9\xfe\x96\x84\xba\x6e\x3f\ \xe7\xc4\x4a\x3f\x47\xce\xc1\x21\xc7\xd3\xb3\x8f\x93\x58\x97\x52\ \x52\xd9\x99\xd0\x97\x11\x11\x1c\x51\xc7\xdb\xb8\x68\x0f\x8c\x49\ \xf1\x70\x89\x6c\x4e\x6e\xd1\x25\x76\x95\x46\x7a\x07\x06\x06\x99\ \xbe\x73\x08\x4e\x8d\x5a\xe9\xf4\x0f\x0f\x72\x72\x34\xb1\x30\xb5\ \x70\x4c\x69\xef\x88\x4f\x49\x4f\x0e\xef\xe9\x4f\xac\xd1\xa6\x76\ \x64\xcd\x64\xb9\xd4\x87\x35\x68\xe3\x2f\x47\x9d\x22\x79\x9c\xc6\ \x26\x07\xbf\x8c\xa6\xce\x48\x8e\xef\x40\x94\x93\x85\x99\x7b\x4a\ \xb3\x4b\xc7\xf4\x48\x61\x68\x50\xac\xb7\xad\x9f\x9f\xbb\xb3\x47\ \x90\xbb\x67\x7c\x78\x64\x6d\x67\xcb\xe8\x5c\x8f\x65\xd0\x40\x83\ \x7a\x6b\x21\xc1\xbf\x32\xb6\xc5\xd5\xbd\x6a\x20\xd1\x75\x47\x6b\ \xdb\x8e\xc8\xcd\x29\x72\x76\xe2\x94\x39\x9b\xd6\x76\xa4\x97\x91\ \xdb\xc3\x9d\x13\x52\x3a\xbb\x4b\x32\xca\x52\xeb\xce\xb4\xdb\x27\ \x23\x11\x9d\x3b\xad\x6d\x65\xe9\xb1\x83\x5d\xdd\xad\x55\x9e\x91\ \x8f\x4d\x85\x2d\x9c\xe0\x94\xba\xb2\xca\xe0\xb3\xa7\xec\xa2\xf2\ \x90\x4a\x6f\x97\xd0\xa8\xe0\xc0\xa8\xbe\xce\x50\x5f\xdf\x70\x6f\ \xcf\xec\xdc\x12\x47\x7f\xf3\x84\xea\xa6\x5a\xdd\xf3\xd4\x6c\xeb\ \xec\x48\x6f\x45\xcf\xd0\x43\xe2\x74\x60\xa9\x26\xe8\x99\xe7\x19\ \xd3\x38\x58\x96\xb3\x34\x5d\xd9\x14\x9b\xde\xb1\x92\x3d\x71\xbb\ \xd2\xaf\x1c\x09\x19\x9e\x18\x70\xee\x1d\x2b\xe7\x94\x88\xda\xd6\ \x16\xda\xb2\x53\x0a\xd5\x33\x97\x89\xd7\xc5\x89\x6b\xad\x05\x1d\ \xfb\x45\x9c\xaa\xb2\xfe\xe9\x99\xbc\xd1\xba\xca\xae\x58\xd7\xf4\ \xd8\x81\xd8\x21\x55\x77\x44\x60\x6b\x57\x7f\x72\x41\x4a\x65\x46\ \x6b\x46\x71\x6c\xa0\xad\xad\x4f\x57\x85\x7f\x63\x51\x5e\x65\x67\ \x4e\x75\x75\xee\xc8\xe3\x7d\x7e\x59\xae\xe8\x59\x37\xd3\xa0\x69\ \xcb\x2a\xec\xd7\xba\xe6\x5f\xeb\x1b\xbb\x71\x9a\x52\x35\xf1\x38\ \xa1\xbe\xd8\x34\xa8\x31\xe0\x7b\xe6\xc1\x01\x5c\x9b\x5c\x92\x71\ \x73\x15\xe8\x92\xf5\xb4\xb6\x75\xa5\x52\x1f\x6c\x3d\x28\x75\xa5\ \x65\x6b\xfb\x1b\x65\xbb\x63\x05\xb3\x69\xbb\xcf\xca\xdc\xfc\xbc\ \xa7\x9e\xa1\xad\x99\x93\x8a\xea\x8b\xed\xa4\xd2\xdc\xa6\xea\xf5\ \xb3\x42\xd5\x48\xf7\xf6\xee\xd5\x6e\x81\xee\x45\xb9\x7e\x98\x79\ \x55\xd3\x7f\x77\x9b\x33\xb6\x5f\x58\x5f\x55\xab\x5f\xdb\x4d\xcf\ \xcb\xd9\x80\x64\x16\x5c\x8c\xc7\x6d\x6e\x3d\xc1\xe1\x20\x00\x59\ \xc3\x12\x80\x1e\x1e\xe4\x53\xdb\x9b\x0b\xca\xd2\x6a\xec\xa3\x5a\ \xb7\xa9\x91\xec\x11\xb1\x71\xc0\xeb\x00\xb2\xdd\xd3\x61\xd2\xbe\ \x01\x7f\x11\x69\x66\x6d\x6d\x66\x5b\x99\xdd\x1a\xdc\x79\x91\x16\ \x77\xa8\x09\x08\x59\xdf\xdf\xdd\xd0\x4e\x0d\x49\x30\x4b\x49\x08\ \x94\x9a\x3a\x5c\x5d\x34\x35\x15\x47\xc6\xb2\xf6\x74\xf8\xb0\x9a\ \x9b\xc7\xb8\x4c\x10\x50\x80\xc2\xe1\xd1\x14\xa2\x24\x64\x13\x07\ \xa0\xbe\x1e\x16\x6d\xf4\xb5\x83\xd3\xdf\xbd\x73\x7b\xff\x36\x33\ \xc7\xe6\x83\xbd\xf1\x6a\xe2\xf6\xde\x78\x31\xff\xbf\x8c\x6e\x7b\ \x23\xd0\x9b\x5b\x58\x99\x59\x5a\x39\x6e\x1b\xd2\xbb\x53\x5c\xc3\ \x83\x5c\xcd\xdf\x39\x3a\x9b\x0e\x5a\x98\xd8\x06\x39\x45\x58\x7a\ \x3a\x79\x47\xf9\x26\xd6\x0e\x75\x74\xb7\xb6\x0e\x1d\xcc\x1e\xbc\ \xea\x0d\x47\xc7\x0d\x65\x53\x24\xc5\x0f\xda\xf0\x7d\xdc\x9e\x0a\ \x20\x10\xc2\x01\x78\x4d\x9c\x4a\x73\x32\xce\xc2\x4e\x21\xbd\x76\ \x48\xbb\x97\x1a\x3b\x89\x70\x2f\x80\x5c\x13\x15\x5c\x7e\x42\x9c\ \x14\xf0\x27\xd9\x7b\x3c\x15\xe8\x75\x8e\xd7\x10\xb7\x80\x61\x21\ \x46\x79\x49\xd0\x30\x1a\x2c\xf3\x31\x04\x8b\x33\x00\xa8\xe0\xb6\ \x19\xd5\x3d\x02\x0a\xd4\x84\x01\xb9\x4c\x84\xbc\xa6\x3c\xa5\xaa\ \xac\xe8\x56\xb5\x8a\x86\x30\xb8\x0c\xf1\xfc\xb7\x7f\xbf\x81\xf1\ \x78\x7e\xd8\xdd\xcb\xf5\xd4\xd4\x78\x7b\xfb\x1c\x91\x00\xf9\x07\ \x02\xda\xab\xb9\xbe\xba\x0e\xa3\x0e\x4b\xc6\x55\xf8\xbd\xa3\x97\ \xcd\x93\xd5\x10\x0d\x30\x6e\x9c\x08\x45\xdb\x51\x4f\x70\x68\x2e\ \x6d\xe9\xe6\x1a\x8d\xb2\x4b\x1b\x7e\xb8\x09\x5b\xa5\xb2\xd8\x64\ \x06\x06\x07\xc7\xa1\x89\xf8\x90\x9a\x4d\x94\x41\x59\x9d\xc6\x50\ \xe3\x60\x00\x34\x99\xc6\x64\x4b\x7f\xc0\xf1\xf0\xe1\x38\x38\x00\ \x79\x83\x84\x03\x6a\xc8\x2f\x2a\x5a\x53\x26\x4f\xb4\xbb\x75\xd0\ \xd8\x3a\x0e\x87\xdd\xd6\x4f\x9f\xd7\xa0\x0c\xba\x05\x95\x72\x95\ \x45\xf6\xc2\x81\x18\x42\xf9\xf2\xf7\x9f\xcc\xef\xff\xfb\x8b\x0b\ \x58\x07\x09\x03\x54\x54\x06\x3b\x2e\x8c\xa1\x10\x63\x81\x7c\x99\ \x02\x3c\x2c\x35\x1a\x36\x2e\x0c\x47\x10\x30\xb0\x6a\x24\x9f\xcb\ \x27\x10\x30\x54\x98\x1d\x01\xa5\x47\xc1\x98\x14\xd2\xa4\x90\xcd\ \x44\x84\xc4\xd9\x51\x40\xc4\x4c\xec\x24\xae\xff\xf5\xfa\x32\x13\ \x4f\x86\x51\x58\x7a\x32\x1c\x85\x19\x27\xa2\x08\x5c\xf1\x5b\xc4\ \xfb\xb2\x82\xaa\x64\x2f\x23\xbc\xbe\x88\x15\xb2\xb7\xc4\x51\x39\ \x7d\x59\xf1\x65\x99\x2e\xfc\xa1\x90\xc9\xe4\x93\x60\x06\x91\xcd\ \x58\xe6\x53\xe8\x60\xa2\x40\x21\x95\x02\x41\x50\x81\x1c\x2b\x95\ \xc1\xf0\xa0\x30\x26\x0c\x0b\x22\xc3\x87\x77\xef\x92\xa0\xe4\xaf\ \xf3\x50\x09\x09\xad\x85\x13\xed\xf8\xf3\x6c\x2d\x64\x92\x0f\x04\ \xf0\x61\x02\x99\x54\xae\xf8\xfa\x65\x12\xa2\x98\x5f\x06\x04\x08\ \xe8\x24\xd9\x1f\x7e\xd1\xf1\x1e\xcd\xe9\x1e\x91\x89\xad\x1c\x4e\ \x5d\x6f\x77\x54\xcc\x40\x55\x67\x71\x0c\x27\x3a\xca\xd9\xc3\x29\ \x7e\x77\xe9\xb0\xc9\x3d\x3a\x35\xa1\x64\xa5\xa7\xa0\x6d\xa4\xa7\ \x36\xd8\xd9\x25\xb1\x6a\x66\x6d\x22\xfb\xb5\xd9\xea\xf4\xbc\xc9\ \xc3\x36\x45\xdb\xed\xb3\x73\xd0\xde\x5e\x54\x12\x94\x5e\x19\xeb\ \x3b\xd0\x18\x1a\x64\x6b\xff\xd1\xed\xf3\x27\x73\x87\x64\x9f\xd8\ \xf0\xe8\xc1\xfa\x3a\xd7\x18\x17\xab\xf0\xa2\xee\x1e\x4e\x62\x61\ \x58\x6c\x70\x57\xdb\x74\x70\x74\xc2\xc7\x0f\x05\xfa\xe0\xf8\xf0\ \x82\xe8\xf2\x12\x6b\x93\x77\x4e\x4e\x3e\xde\xd6\x26\x11\x29\xc9\ \x19\x85\x91\xc9\x19\xb1\x9c\xe0\xf0\xd4\xfc\xc8\xc8\xf0\x66\x77\ \xdb\xe0\x20\xe7\xbe\x84\x50\xf7\x0c\x7f\x2b\x53\x27\xcf\xc8\xc0\ \x84\xcb\x88\xfe\xa2\x08\x4e\x5d\xd7\x40\x69\xba\x6b\x61\x6c\xbc\ \x3a\xfb\x78\xc8\xc9\x21\x90\xc3\x31\x89\x74\x76\x2a\x9d\x31\x88\ \x38\x8e\xc5\xe7\x75\x3d\x55\x29\xe9\x15\x63\xd3\xa9\x67\x68\xd5\ \xec\xed\x76\x2e\xef\xb8\xa2\x94\x97\x9a\xd0\x6d\xea\x5e\xdd\x53\ \xd7\x9a\xdd\x98\xd8\x9d\x70\x7b\x5e\x6d\x30\xcc\xe4\x14\xf6\x73\ \x12\xda\xe3\x7d\x5d\x2c\x2a\x47\x73\x32\xd2\x2b\xf3\x8b\xdd\xa7\ \xd1\xf1\x7e\xfe\x96\x11\xbd\x55\xa2\xf3\x0b\xfd\x80\x7a\x76\x7d\ \xa6\x5d\xab\xcf\x28\x49\xed\xe6\x35\xdf\x6d\xeb\x6f\x75\x55\x19\ \x3d\x58\x65\xd9\x81\xfe\x69\x45\xb7\x52\x51\xba\x7a\x57\x36\xde\ \x9d\xfb\x92\x1b\x11\x18\xe5\x91\x11\x18\xb5\x5d\xd1\xe5\xb9\xbf\ \x3d\x2b\x52\x1d\xf8\x07\xed\xde\xac\x14\xc6\x44\x16\x46\xf9\x17\ \x4f\xe8\xee\x0c\x23\xe7\xfb\xa5\xd5\xba\xfd\xb1\x3c\xc3\xc0\x60\ \x77\x63\x4a\xba\xd1\x0a\x3f\xcd\xf8\xf7\x6c\xde\x24\xb7\x8f\x27\ \xc5\xfa\x63\x95\x1d\x96\xa7\x07\xd3\x97\x45\x59\xa3\x63\x23\xb9\ \xed\xd7\x7a\x9e\x76\xb7\xba\x27\x23\x72\x56\x59\x30\x73\xd6\x1f\ \xa9\xd9\x39\xef\x2a\xb8\x9c\x59\xa8\x1a\x0e\x8f\x4c\xee\xaa\xef\ \x4d\x1f\x39\x6a\xe8\x39\x5d\x3d\xec\xaa\x75\xe7\xf4\xaf\xc4\xd1\ \xbc\x3a\x58\x48\xaf\xcc\x59\x3d\x60\xfd\x75\x61\x04\x31\xac\xa5\ \xea\xf5\xfd\xe7\x67\x23\xa5\x0d\x7d\xa5\xca\xb1\x21\x83\x61\xe5\ \x14\x45\xbf\x1d\x50\xa5\x8d\x94\x97\x4f\xe4\x17\xe8\xf6\xf5\x33\ \x07\xe7\x57\x85\x0f\xca\xe7\x9b\x1a\x3d\x4d\xad\x1f\x5e\x08\x99\ \x5b\x7a\xad\x06\x6a\xaf\x76\x4f\x67\xb3\x5e\x4a\x95\xfa\xf6\x67\ \xd5\xe3\xed\x63\x12\x78\xfc\xf2\xce\x2b\xbf\xb0\xbd\xa4\xf6\x42\ \x21\x5d\x7a\x3d\xc1\x1f\x8e\xa8\x5e\xe3\xf4\x69\x76\x71\x9b\x2f\ \x97\x76\x71\x14\xfc\xed\x76\xf5\xc6\x78\xd2\x11\x99\xbc\xd4\x6d\ \x62\x63\x6f\xe3\x54\x3e\x9b\xd5\x7e\x75\x44\x06\xa8\x4e\x24\x0b\ \x20\x12\x12\x5f\xca\x1a\x47\x10\xd2\x1e\x98\xd3\x4f\xe3\x76\x78\ \x6a\xd2\xea\x46\x08\x60\x2a\xfb\x79\x6e\xb0\xc9\x36\x7d\x82\x97\ \x89\xb5\x83\x70\x91\x68\x38\x1e\x3b\x1e\x97\x06\x09\x61\x2a\xd7\ \xc9\x53\x58\x8f\x77\x6f\xc9\x44\xef\xad\x6d\xde\x76\xb6\xbb\xd9\ \xbf\xff\x68\x6d\xf1\xde\xc6\xc2\xf2\xad\x98\xc9\xe4\x9d\xfd\x3b\ \x73\x4b\x0b\x73\x23\xd9\xc7\x0c\x74\x73\x44\x1d\xc5\x9e\x16\x9e\ \x56\x96\x96\xe6\xb1\x56\xae\x8e\xae\x11\x29\xdd\x55\xf9\x8d\x9d\ \x03\xad\xbd\x85\x55\xad\x43\xfd\xdb\xca\xdb\xa1\xb5\x5c\x51\x5f\ \xfe\xdc\xeb\x14\x16\xa0\xdc\xbf\x9c\x98\xbe\xab\x3e\x7c\x80\x84\ \x50\xb8\x08\xc8\x03\x79\x45\x89\x5d\x15\x53\x42\xe0\x50\x00\x11\ \x4e\x01\xa7\xc1\xe2\x92\xd0\xaf\x4f\xd7\x18\x82\x8c\xa1\x5e\x9b\ \x81\xc6\x8d\x33\x19\x4a\x1a\x40\x86\x01\xef\xeb\x08\xaf\xbc\x32\ \xaf\xf5\x4d\xd4\x79\xc8\xe5\x35\xf0\x71\x48\xb5\x8e\x81\xed\xa5\ \xc5\x05\x8c\x4f\x8d\xeb\xef\xe2\x0c\xee\x0e\x4e\x0e\xb1\x03\xa5\ \x2f\x5e\xd0\xfb\xb0\x10\x43\x08\xea\x08\x26\x58\x16\xc7\x21\xed\ \x36\x4e\x86\x75\x7b\x7a\xf5\xdd\xc2\xfd\x4e\x39\xd0\x6b\x23\x8e\ \x3d\xc9\x96\x02\x68\xab\x12\x80\xf2\xa9\xeb\x06\x7a\x93\x95\xda\ \xfd\x22\xa8\x39\x1d\x86\x0e\x87\x20\x28\xa0\xa5\xa4\xb1\x33\x00\ \xcb\x30\xa3\xda\xa7\x06\x2c\x61\x4f\xd6\x73\x67\xe0\x6a\x5d\xcd\ \x11\x16\x42\x1b\x3f\xc2\xac\xaf\x8d\x4b\x29\x78\xa4\x54\x21\x16\ \x2f\x0d\x29\xd1\xc8\x27\xcc\x7f\x97\x8d\x58\x07\x1f\x66\xa2\x48\ \xc3\x92\x1a\xe5\x5e\xe6\xa5\x7b\x8b\x5e\x7b\x9c\x56\x18\x9a\xfd\ \xbc\x7f\xdf\x3f\x74\x7a\xf3\x38\x07\xd4\xf7\xef\x26\x79\xc5\x4d\ \xd1\x88\x37\x53\x35\x90\x49\xd9\x2f\xb9\x60\x99\x7f\x94\xa6\x7d\ \x99\x9d\x43\x20\x80\x10\x3a\x1f\x9d\x46\xfa\x2a\x00\x01\xd9\x42\ \xf0\x2a\x0e\x26\x64\xb2\x97\xe9\xe0\x00\xdc\x35\x89\x89\x79\x5d\ \x25\xdc\x4f\x4c\xcd\xf4\x69\xf5\x4a\x08\x01\x35\x29\xe3\xd3\xb1\ \x58\x12\x09\x45\x5f\xbd\xdb\x7d\xbd\xc2\xb0\x19\xa0\x93\x5e\x3d\ \x80\x7c\x94\x89\x23\x50\x28\x08\x10\x88\x8f\xda\x44\x48\xb9\x93\ \x8a\x49\x99\xd1\xc7\x7d\x41\x4a\xbe\x2c\x0b\xe5\x8b\x0a\xc5\x17\ \x19\x97\xce\x15\xcf\xcb\x61\x7c\x34\x7b\x11\x02\x46\x03\xc0\x62\ \xee\xe4\xf2\xa2\x54\x41\x01\xeb\xc3\x50\x21\x24\x34\x90\xb2\x28\ \x56\x08\xd0\x28\x0a\x93\x16\x97\x74\x0f\x41\x03\x01\x40\x01\x5a\ \xb8\xc8\xe0\x0a\x09\x49\x04\x92\x18\x46\xb4\xbb\x01\x25\x5d\x13\ \xd2\x50\xb4\xd7\x0d\xd9\xe2\x17\xe9\x22\x89\x3c\xf9\x4d\xea\x05\ \x95\xc6\x25\x11\xff\x30\x75\x6e\x8c\x8e\x88\xea\x2a\x4f\x69\x2f\ \x8f\x89\x8f\x14\x25\xbb\x36\x17\x26\xba\x3a\xfb\x66\x74\x86\xfa\ \xe5\x3c\xe9\x2a\xbb\x1b\xfa\xfa\x8b\x8a\xfd\x82\x7c\x9a\x2b\x46\ \x47\xb5\x86\xed\x92\x94\x9e\x82\x9e\xda\xd2\x89\x22\x8f\x40\x6d\ \x5b\x7e\x06\xe7\xb2\xa1\xfd\xfc\x54\x3f\x5a\x92\xd0\x51\xdd\xd8\ \x5c\x58\x5c\x97\x18\xee\xfc\xee\xdd\x7b\x27\x67\x47\x4e\xa5\xa3\ \xb7\xaf\xaf\x4f\xe5\x5d\x89\xbb\xb3\x4f\x51\x75\xa2\xff\x67\x9b\ \xbc\x91\x01\xe7\xb9\x67\x51\xb4\x7f\x7f\x7f\xac\xcb\x55\xbe\x8b\ \x7b\x63\xb8\x33\x67\xc1\xdf\xc4\xca\xb5\xbe\x28\x22\x8a\x67\x51\ \xd5\xe8\xd7\x99\xe0\xed\xeb\x19\x14\xec\x19\x19\x99\xec\xdb\xd1\ \x19\xef\xef\x60\xee\xea\xe0\x5d\xe9\xef\xf6\xce\xdc\x3f\x36\xa1\ \x6c\x45\xe4\x17\xd5\xec\x32\x98\x97\x25\x8a\xba\x4d\x3e\x29\x69\ \x2d\xcf\xc8\xbb\x1e\xca\xf0\x48\xe9\x68\x8c\x49\xf4\xf0\x74\x6e\ \xce\x1d\x88\x5d\x98\x89\x2d\x6f\x2a\xf1\x69\x76\xf1\x98\xce\xbb\ \x5b\xbd\x79\xa1\xf6\xe7\xe4\x2c\x15\x6f\xc7\x74\xf6\x59\x39\xd6\ \x26\xc7\x7b\x3a\x58\x98\x7a\x87\x5f\xa8\xb7\xf3\xb5\x4f\xea\x9c\ \xc2\x66\x5e\x43\x50\x60\x62\x8c\xa7\x68\xbb\x37\xa3\xce\xf8\x5c\ \xcc\x68\x6a\xac\x6f\x8c\x53\x49\xc9\x67\xab\xca\x47\xcf\x8c\xec\ \xb3\xad\x40\x9f\xae\x9e\xdd\xcd\x96\xf4\x8a\x6e\x9f\xf6\x31\x49\ \x7e\xad\x69\x46\x40\xc0\xf0\xea\x44\x4e\xf1\x66\x7f\x93\x6a\x88\ \xa7\x2e\x3b\x38\xd0\x1d\xd4\xe7\x97\x54\x57\x95\x4e\xe3\x88\x0b\ \x59\x57\xc3\xdd\x86\xb6\xd9\xea\xb6\xd1\x06\x51\x71\x44\x64\x5d\ \xf8\xfe\xf3\x6c\xdb\x40\xf9\x61\x47\x7b\x79\xc5\x6c\x92\xba\x3c\ \xfd\x6e\xfd\x74\xba\xa7\x2b\x4a\x0f\x6c\x8a\xd8\x0c\xb9\x10\xdd\ \x3d\xe9\x4a\x78\x49\x88\xfc\xbe\x8d\x87\x4c\xfc\x41\x61\xc1\x4e\ \x81\xb2\xf4\x60\x7a\xe7\xa6\x28\x7b\x6b\xa4\xa2\xaf\xa3\x30\xbf\ \x6a\xa0\x42\xbf\x56\x36\xa6\x3a\xe6\x65\x4f\xd4\xd6\xf5\x37\xc5\ \x2f\x5c\xaf\x5f\x0c\x2e\x6c\xed\xef\xd4\x8f\xa8\x77\x5b\x79\x45\ \x55\x59\xd9\x1d\xe9\xd9\xb7\x6d\x05\x65\x86\xa1\x0e\x15\x76\x40\ \x1f\xa0\xc9\xab\x53\xc5\xbd\xea\x24\xaa\xec\xe7\x90\x95\x86\xfb\ \xa5\xd1\x98\xbc\xb3\xcb\xfd\xb9\xd9\x03\x9d\x3e\xfb\x31\xeb\xf9\ \x49\x7b\x9a\x57\x20\x99\xbd\xca\x39\xbc\xd1\xdf\x6d\xa4\x65\x06\ \xc0\x30\x34\xfd\xf5\x0d\x40\x6b\xb8\xa9\x81\x2b\x5f\x9e\x03\x6a\ \x34\x2f\x53\x07\xda\x11\xea\xfa\xe3\xbd\x2e\x29\xff\xe1\xb9\x8b\ \x13\xf1\xfa\x64\xd8\x7c\x38\xd0\xae\x5f\xdd\x2e\xe9\x35\xeb\xeb\ \x47\xac\xb0\x71\xf2\xc2\x9d\xf2\x2a\x6b\x90\x85\xaf\x98\x49\x7a\ \x58\xca\x35\xf9\xcf\x67\x6b\x8f\x8a\xe9\xf3\x23\x3c\x02\x0d\x09\ \x40\xac\xc7\xd1\x91\x18\x2c\x62\x97\x65\xd0\x5e\x3d\xa9\x54\x10\ \x14\x72\x3c\xe9\x64\xe4\x00\xf9\x3a\xd7\x52\x1e\x14\xed\x63\x5f\ \x91\xde\x7f\x05\x44\x4c\xa1\xbd\xa6\x7a\x94\xab\x9b\x87\xe3\x2f\ \xe7\x35\xca\x38\x08\x2b\xf4\xdd\xfb\xcf\x6e\xd6\xef\x3f\xb8\x7d\ \xfc\xfc\xe7\x07\x33\xfb\xcf\x1f\xdd\xde\xe2\xd9\xcc\x6c\x3e\xbe\ \xd5\xd0\x99\x99\xbb\x99\x9b\x38\xbb\x78\x07\x25\xf7\x25\x26\xf7\ \x56\x05\xda\x72\xfc\x1d\x9d\x43\x1d\x9d\x03\x5d\x2c\xc3\x7b\xfd\ \x62\x93\xeb\x26\x9a\x6b\x73\x39\x29\xbd\x81\xb1\xc9\xc1\x09\x29\ \x9c\xf8\x92\xa2\xf2\xdc\x15\x7d\x26\x8a\x01\xca\xbc\x31\x9c\xd6\ \x0c\x5f\x8d\x6d\x6b\xb1\x5c\x38\x1d\x64\x40\xea\xe7\xa4\xd4\x4d\ \x30\x04\x2d\x0e\x39\x97\x4f\x02\x48\xf8\x17\x9c\x5e\x1c\xa0\x24\ \xa3\x20\xe3\x9b\x86\xbb\x87\x13\x2f\x25\x12\xf8\x18\x96\xb4\x05\ \x81\x12\xd7\x77\xc8\xeb\x5b\xf7\x84\x4d\x3e\x55\x8d\x03\xe2\x10\ \x42\x2f\x9a\x17\x20\x84\x30\x4c\xc6\x9e\xe8\x74\xab\x4b\x01\xe3\ \xfa\x83\x8d\xb6\x55\xf2\xa6\x5a\x19\x82\x87\xaf\x6a\x86\x01\x61\ \x00\x3a\x2d\xad\x06\xc9\x46\x9e\xbe\x64\xce\x0d\xff\x94\xe3\x42\ \x84\xdf\xe5\x74\x20\xe9\x7a\x1d\x3c\x29\xa5\xfc\xf8\xf5\x7d\x71\ \x99\x08\x83\x01\x1e\x25\xf3\x50\xba\x14\xf6\x14\x47\x32\x1c\x82\ \xd1\x49\xc3\x9b\x48\x19\x94\x06\x3e\xd9\xd0\x3d\x5c\xac\x1d\xb4\ \xaf\xe8\xd4\xe3\x10\x2c\x5d\xa6\x19\x66\x85\x50\x00\x35\x54\x01\ \x18\x8e\x87\x12\x97\xc8\x61\x12\x22\x37\x04\xa2\xbf\xb7\xf3\x7a\ \x0a\xf3\x12\xa8\x13\x75\x4b\xea\x91\xd4\x7d\x40\x53\x82\x5e\x73\ \x7b\x5c\x3d\x58\x5f\x35\xd7\x51\xba\xa6\xcf\xdd\xb9\x26\xdf\xe4\ \x63\xf5\xdb\x4b\xbb\x83\x57\x01\x53\x6c\xc1\x17\xb9\xd4\x0b\xf7\ \xf3\x1b\xfc\xa1\xc0\x39\x0a\x83\x23\xd3\x69\x7c\x20\x8e\x3f\x39\ \x4c\x67\xf2\x99\xa0\x4c\x35\x25\x80\xae\x40\x41\x60\xb4\x00\x78\ \x9a\x6a\x75\x98\xb5\xf7\x74\x73\xb5\x10\x32\xce\x42\x01\xa5\x62\ \xb8\x98\x4b\xc6\x7f\x99\x94\x62\x69\x40\x3e\x64\x0a\x00\x55\x50\ \x1f\xc9\x70\xac\x57\x98\x17\x14\x05\x03\xc3\x64\x44\x82\x54\x21\ \xff\x22\x13\x2a\x8c\x92\xa5\x78\xeb\x96\x57\x70\xc1\x4c\x3c\x83\ \xb4\xfc\x7d\x71\xfe\xfb\xf7\x1f\x3f\xed\xe8\x62\x31\x85\x22\x5c\ \x94\x03\xe7\xbf\x18\x31\xec\xcb\x8f\x1f\x5f\xd8\x30\x14\x4c\x2a\ \x27\x22\x14\x62\xf6\x3c\x92\x69\x64\x3c\x32\x16\x0c\xc7\x52\x48\ \x0c\x3b\x02\x8e\xc9\xa6\x50\xe6\x89\x78\xea\xa2\x91\x57\x51\x52\ \x2a\x85\x6e\x07\xa2\x08\x14\x8b\x62\xa1\xf0\xfb\x8f\x65\x81\xd0\ \x88\x66\x14\x12\x98\xfd\x47\x7c\x70\x5f\x6b\x4a\x62\x94\xaf\x99\ \x25\xa7\x36\xd8\xc1\x27\xc2\xd2\xca\xd6\xc4\xc6\xcc\xca\x91\x53\ \x74\x37\x13\x64\x64\x9e\xd9\x82\xba\x60\x33\x5b\x2b\x13\x1f\x6f\ \x4e\xde\x42\xd9\xc9\x46\x65\x71\x77\xc1\x10\x6f\x30\xdd\x3f\xbd\ \xa1\x2e\x35\x34\x32\x57\x57\x12\xee\x5f\x75\x5c\x2f\x6a\x28\xe8\ \xa9\x18\x68\xce\xea\x8d\x8e\x71\x8c\x6a\x8e\x8e\xf5\x4b\x89\x70\ \x36\x77\xa9\x8d\x1c\x19\x09\x8d\x88\x9e\x59\x89\xb2\xb0\xf9\xd3\ \xa7\x78\xa9\xbd\x20\x39\xb2\xd8\xd7\x3d\xa2\xbe\x90\x57\x51\x98\ \x97\xea\xea\xe4\xe4\xd1\xe4\x1f\xd3\xd4\xab\xf2\xb7\xf7\x6f\x89\ \x8e\xec\x0d\x0e\xf7\x70\x71\xf0\x6b\xae\x0b\x35\x09\x8a\xb7\xf4\ \xf0\x73\xf7\xcf\x08\xf4\x7c\x1f\x9e\x9f\x1a\x94\x58\xb9\x93\x11\ \x9d\x90\x52\x19\xef\xe7\x1a\xed\xdb\x97\x71\x9a\x17\x3e\x50\x33\ \xe0\x97\xd1\xe9\x7d\x3a\xd7\x1c\x1f\x19\x95\xe8\xe8\x1e\x6d\xfb\ \x31\xa2\xd7\xdb\x52\x74\x39\x7a\x13\x5f\x30\x54\xdf\x56\x97\x5e\ \xd0\x55\x1c\x99\xb8\x3a\x0c\xcb\x6d\xf0\x70\x72\x89\x88\x68\x0a\ \x0f\x74\x71\xf8\xf8\xd1\xd2\xa3\xae\xe1\xf6\xfe\xb1\xab\x73\x7d\ \xb6\x32\xf1\xa2\x6c\xb0\x23\xa5\x64\xa0\x44\x57\xda\x9a\x9c\x1c\ \x13\xe4\x13\x15\xec\x1f\x1a\xed\xec\xdb\x17\x1e\x9f\x1a\x5c\xd9\ \xd1\xac\x9b\x4d\xf0\xcb\x6b\x59\x50\xa9\xab\xf6\xb5\xe9\xd3\x92\ \x9d\x91\x93\x51\x65\xb5\x72\x64\xf6\xb6\x49\xf7\xb8\x7a\x5d\xba\ \x3b\x56\x9e\x5f\x75\xaa\x99\x22\xef\x8d\xf0\xc6\xfa\x94\x5b\xaf\ \xb2\xc5\x03\x9e\x71\x6c\xdd\x9b\xd6\x5e\xe7\x27\x36\x8d\x94\x46\ \xb6\xd5\x8f\x8d\xec\x96\x6d\x4f\x97\x27\x1e\xb8\x57\x1e\xf3\xa6\ \x3b\x0b\xe3\x8b\xaa\x73\x2a\xa3\x68\x33\x43\x8d\xd5\xb8\xb5\xe8\ \x7c\xc9\xa9\xc7\x3e\x60\x38\x67\xba\x6c\xfb\x59\x67\xc8\x19\xcf\ \xd3\x0e\x2e\x81\x46\xd6\xa6\x07\xc6\xd3\x48\x1b\x43\x5d\xad\xe7\ \x2b\xde\x9c\x82\xa6\x04\xce\xa9\x21\x7b\x4c\xa2\x6a\xca\x55\x0f\ \xa5\xaf\xb0\x2e\xab\xa3\x9b\x0d\x4f\xcf\x2f\xca\xe9\xb2\xd1\x7c\ \x5d\x6a\x4a\xf4\xd8\x6b\xf6\xd8\xd8\x98\xa1\xbb\x68\x24\x6f\xac\ \x63\x4b\xb7\x77\xb8\x54\x5f\x99\xab\xef\x9a\x9b\x98\xc9\x47\x69\ \x78\x43\xe7\x1b\xfa\xbd\xa7\xad\x53\xed\x94\xea\x69\xf7\x8c\x57\ \x98\x55\x95\xc5\xb9\x5d\xcf\xed\x51\xde\xeb\xf7\x34\x3b\xa7\xda\ \x4a\xc3\xec\x51\xd8\x7e\x59\x96\xb6\x5c\xbd\xf3\xb4\x5e\x3b\xad\ \x9d\x53\xde\x55\xbf\xd8\x69\xb7\x57\x8f\x58\xb3\x6a\x7c\x18\xa1\ \xe6\xf9\xf9\x78\xed\x04\xbc\xa8\x5a\x5f\x9a\xd9\xd5\xe9\xf5\xfb\ \xc4\x87\xa1\x25\xd5\x12\x32\x4d\x2d\xa1\x69\xcf\x49\x53\xeb\x9d\ \x95\xbc\x9b\x81\xbf\x3e\xda\x9b\x47\x2e\x8c\xa3\xc8\x1a\x0a\x3d\ \x6d\xfb\xf0\xea\x44\x4b\x43\xd0\x16\xf0\xb0\x24\xfc\x9a\x6e\xbb\ \x46\xb1\xbe\x7b\x6f\xf7\x74\xbf\x7f\xc4\x84\x20\x41\x1b\x4b\xba\ \x64\x9f\x08\xe7\xd4\x96\xdd\x00\x26\x21\xae\xe6\x52\xb2\x74\xd0\ \xdc\xaf\xd1\x5d\x4d\x1d\x44\x9a\xd9\x7c\xf8\xf0\xe1\xd3\x5f\x9f\ \x3e\x7e\xfc\xf0\xde\xfa\xc3\x27\xeb\xff\xcb\xe4\xb6\x7f\x6f\x66\ \xf6\xfe\xfd\x47\x93\x77\x1f\x4c\xde\x99\x7b\x04\xc5\x16\x57\x06\ \xd7\xe5\x97\xbb\xdb\x76\x27\xbb\x3b\x39\x72\x52\x0b\x7c\x5d\x4b\ \x0e\x6c\x45\xe1\x96\x66\xb6\xee\x89\xc9\xde\xb6\x4e\x0e\x9e\x31\ \x51\xa2\xf6\x8e\xbe\xfa\x1e\x9e\x76\x5c\xb2\x09\x30\x6e\x87\x52\ \xc9\xdc\xe6\x3e\x6f\x87\x57\x14\x42\x42\xa4\xdd\x07\x5c\xef\xee\ \xcd\x9d\x64\x12\xe1\x08\xa1\x98\x8b\x86\x42\xe9\xc8\x24\xc6\x37\ \x34\x19\x8c\x37\x84\x68\x66\xc7\xce\x47\xb4\x0b\x0b\x49\x68\x38\ \x3d\x84\x16\x00\x26\x22\xd8\x49\xdb\x11\xfd\x13\xb7\x37\x2c\x3b\ \xb9\x5a\x05\x5e\xd5\x31\x90\x37\x58\xd4\xd3\x52\x8d\x5a\x7f\xa7\ \x5e\x78\xd8\xdc\x9e\x0a\x93\xdc\x1c\xa9\xb5\x25\xeb\x58\x2a\xd7\ \xee\x60\x18\x80\x05\x9c\xec\x5d\xe1\x11\x07\x15\xd3\x77\x1a\x74\ \x40\x98\x3a\xa6\xa9\xb3\xec\xe8\x75\x21\xe4\x21\x6e\x0a\xa9\xdf\ \x9a\x48\x0a\x01\x42\x21\x10\x43\x39\x0e\x46\x64\x2a\xb8\x0c\xea\ \x05\x06\xc6\x60\x0b\x80\x70\x2c\x0a\x03\xe7\x4a\x89\x28\xbb\xf3\ \xa7\x35\x7d\xaa\xfa\x6c\xb3\x06\x22\x8c\x83\xaa\x68\x64\x98\x1d\ \x82\x70\x14\xa0\x3e\x26\x83\x01\x24\x82\x06\x03\x26\x04\x68\x69\ \x61\x74\x30\x0c\xc6\x24\xb3\xc6\x1f\xcf\xd7\xba\x67\x57\x16\xee\ \x67\x0e\x8e\x6b\x32\xa1\x68\xdd\xc0\xae\xc4\x80\x37\x1c\xae\x28\ \x55\xe0\xe1\xdc\x8d\x5b\xd5\x44\x75\x5b\xf7\x26\x54\xad\xdd\xbd\ \x29\x65\x24\xdd\x5f\x28\x57\x69\x71\x24\x3a\x01\x08\x80\xdf\x20\ \xd0\x40\xa2\x94\x08\xbe\x57\x13\xd6\x41\x5a\xb0\x1c\x8d\x20\x31\ \x61\x84\xc5\x4c\x94\xec\xfb\xb2\x4c\xca\xa5\x50\x80\x35\xf3\x52\ \x34\x44\xfe\x45\xca\x66\xcb\xd8\x12\x12\x54\x2e\x03\x12\xed\x08\ \x6c\x76\x80\x06\x0a\x23\x41\xe4\x0c\x00\x10\x11\x10\x16\xc6\x92\ \x7e\x9f\x97\x7d\x13\xd2\x11\x5c\x85\x10\xbf\x28\x7f\xd3\xc6\x45\ \x36\xe4\x2d\x4b\x10\x82\x16\x2e\xff\xfc\xfd\xcf\xf7\x5f\x3f\xbf\ \x4e\xa2\x27\xa5\x52\xf9\x9b\xb9\x93\x09\xbf\xa0\x81\xf3\x5f\xbf\ \x30\xe7\x17\x27\x85\x24\xe9\xb2\xfc\xf7\x57\xd9\x77\xf9\xe2\xd7\ \x65\x2e\x1a\x12\x06\xe6\xd3\x97\xbf\x71\xc5\x64\xe6\x32\x50\x2e\ \xe6\x92\xe0\x4c\x3e\x5f\x28\x66\x13\xc5\x52\xe6\xe4\x22\x05\x2c\ \xe6\xb3\x31\x00\x31\x5a\xf0\x47\x70\x8c\xb7\x95\x87\x8b\xb7\xa3\ \xb5\x89\x77\x64\xa8\xa7\x8f\x8f\xb3\xa3\xbb\x8f\xa9\x9b\xa7\x7b\ \x64\x7f\xec\x27\x7b\x47\x17\x0f\x07\x67\x07\xfb\x3f\xad\x3c\x3f\ \xf9\xf2\x7c\x82\xf2\x36\x1f\xd7\x4f\x8e\x4b\x57\x76\x93\xbd\xfd\ \x7b\x53\x7a\xfd\x7c\x2b\x43\x13\xb3\xb3\x8b\x1b\xda\x7b\x5a\x42\ \x13\xca\x0b\x3a\xea\x0a\x3a\xa2\xc2\x6b\xfd\x38\xf1\x91\x9e\xce\ \x9c\x50\x07\x87\xe6\x9c\x81\x9d\xaa\xc1\xf4\xd6\x9e\x40\x5f\x8b\ \x4f\x66\x9d\xa9\x5d\xfe\xb9\xa7\xf9\xd9\x85\x29\xd1\xee\x7d\xd9\ \xc1\xb6\x4d\x7a\x7f\x9f\xf2\xe4\xe8\xfc\x46\x4f\xdb\x8c\xf0\x54\ \x4b\xdf\x84\x8a\x74\xcf\xa0\x9e\xbe\xd0\x20\x6d\x57\x6b\xa4\xb3\ \x83\x5f\x6e\x70\x7c\xa7\x6b\x60\xe2\xa7\xf7\xe9\x89\xb1\x41\xe9\ \xa1\x7f\xfa\x14\xd6\xf9\x8b\x82\x3d\xba\x12\x6a\x6d\x7d\x4a\xca\ \x7a\x24\x1d\xe9\x6d\x8e\xef\xa3\x38\xa6\x09\x45\xe6\x6e\xc1\x03\ \x85\xa1\x6e\xbe\x89\xa9\xc9\xee\x56\x1d\xaa\x97\x2b\xed\xb6\x6a\ \xea\xfe\x5a\x9b\xee\x11\x11\xd9\x7a\xad\x54\x77\xe6\x8e\x34\xd5\ \xba\x7b\x3a\x9b\x9b\x7d\x34\xf3\xce\xd8\xad\xbc\xdb\x3d\x18\x2a\ \xeb\x4d\x75\x0f\xe4\x1d\x56\x9d\x56\x54\xe4\x26\x0f\xae\xa8\x7b\ \x46\xfb\x1b\x66\xdb\xf2\xba\x86\x4a\x57\x46\xa3\x42\x79\xa3\x19\ \xbc\xfd\xf3\xac\xf6\xaa\xd8\x86\x83\xfa\x8e\xdd\xce\x8a\x96\x44\ \xe5\x4a\x6d\xf7\x74\xf7\x4a\x4b\x5e\x49\x66\x45\x49\xf7\xf4\xc8\ \xee\xcd\xbe\x96\xd7\x5e\x55\xb5\xbf\xdb\x5d\x58\xa5\x4b\xe9\x1b\ \xbd\x68\xad\x1f\xbe\x3d\xbe\x7a\xee\xcf\xb9\xc9\xcb\x3c\xb9\x9c\ \x6d\xcc\xe9\x3c\xcc\xbc\x4a\x39\x9d\x3d\xac\x88\x2f\x3c\x7e\x54\ \xaa\xca\xfa\x8e\x2f\x7b\xf2\xbb\xba\xa3\x7a\x5f\x1e\x13\x5a\x6f\ \x16\x7a\x92\x4f\xbb\x7d\xca\xe9\xbb\x73\x4f\xd3\x25\xb3\x0b\x77\ \xfb\x3b\x7a\x5d\xff\xc6\xa1\x72\x7a\xb7\xba\xb6\xb6\x75\x4d\xa9\ \x1e\x79\x7e\xd5\x26\x6e\x1f\x64\xf8\x65\xd4\x26\xfa\x54\xed\x9f\ \x6b\x3d\x8b\x27\x38\x9e\x1d\x55\xba\xea\x35\x9d\x7e\xeb\xfe\x61\ \xb6\x7f\x2d\xdd\xa0\xcb\x99\xdd\xac\x5d\x0b\x5d\x88\x55\x5f\xf6\ \x9c\x74\x94\xdd\xf5\xdf\x6e\x64\x2c\x68\x82\x06\x5b\x73\x54\xab\ \x63\x97\xdb\x75\xbb\x87\xaa\x4c\x4c\x18\x34\x29\xed\xc5\x70\x72\ \x81\x64\xd5\xd8\xa9\xe6\xd4\xca\x61\xd6\xd5\xa9\x2a\xff\x04\xd0\ \x2a\x69\xcb\x4a\xcc\xc9\x2f\x7b\x99\x69\x3b\x2d\x8a\xed\x8b\x1f\ \x1c\x2b\xaf\x6b\x2a\xe3\x11\x5e\x78\x37\x54\xed\x5c\xdc\xbe\x6a\ \x67\x78\x61\xb7\xb2\x64\x15\x6b\xd0\x68\xbe\x0a\xf6\x30\xaa\x9b\ \x4c\xaf\xcc\x4c\xc2\x8d\x76\x6f\x18\x02\xc6\x80\x02\xae\x9f\x67\ \x55\x47\xb4\xeb\x17\xfd\xee\x42\xad\x8d\x99\xa9\x49\xe7\xc5\xb0\ \x5a\x42\x65\xc1\xb5\x76\x7c\x30\xf5\x42\x4b\x8a\xc3\xc3\x20\xc4\ \x1d\x0d\x7b\x46\xad\x59\x02\x22\x24\xd7\xd4\xeb\xd8\xe7\xbd\xd9\ \x34\x96\x76\x6a\xbc\x3c\xc6\xc7\xb5\x38\xaf\x35\xb7\xad\x66\xf3\ \x69\xf8\xe6\x65\xfc\xb1\xd7\xd1\xd7\xd3\xd2\xda\xed\xc3\xe7\x4f\ \x9f\x3e\x7d\xfc\xfc\xc1\xed\xad\x7a\xc9\xde\xda\xd4\xc4\xde\xde\ \xd4\xda\xda\xea\xc3\xbb\x77\x26\x1f\xec\xed\xcd\xcd\x8a\xfa\xba\ \xba\x0e\xd2\xe3\x73\x67\x63\x12\x4d\x23\xd3\x2b\x3d\x52\xfc\xeb\ \x73\x7b\x55\x4d\x11\x9e\x7d\xd1\x9e\xa1\x1d\x1d\xa1\x31\xc9\xce\ \x81\x31\x09\x51\xcd\x79\x85\x85\xd9\xcf\x48\xe4\x13\x96\x02\xd2\ \x43\x18\x94\x38\x0c\x88\x84\xa6\xa9\x55\x99\x67\x2a\x0a\x52\x4d\ \xb9\xe8\x3c\x93\xe4\x86\x04\x68\x87\x56\x55\xd4\xb3\x0e\x1c\x18\ \x04\xc2\xeb\x34\x28\x40\x5a\x26\x61\x6a\x2a\xec\x72\x89\xa4\x1c\ \xd1\x78\x01\x92\x4e\xd3\x40\x08\x12\xae\x06\x8e\x91\xc2\xd5\x57\ \x67\xa5\x4b\xe3\x34\x26\x69\x93\x80\x93\x40\xb1\x8f\x86\xcc\xad\ \x80\x23\x25\xb9\x6b\xed\x56\x09\xe3\xd2\x01\x52\x99\x11\x3c\x32\ \x59\x90\xeb\xa5\xd3\x33\x1c\xf3\xe4\x4c\x37\x43\xa5\x85\x51\xf1\ \xba\x9c\x32\x1f\xa7\x94\xd3\xd0\x81\x0c\xef\xe3\xc7\x95\xde\x4c\ \xe4\xca\xee\x45\x56\xb6\x7e\x78\x4a\x3f\x71\x5e\x43\x86\xf2\xe1\ \x0c\x98\x80\x01\x41\x13\x65\x6c\x31\x0c\xc4\x85\x83\x92\xe0\x35\ \x62\x76\xc0\x5e\xf6\xf6\xc6\x0b\x04\xb4\x74\x4f\x53\x8f\x93\x81\ \x38\xec\x26\x0a\x23\xf0\xa2\x21\x19\x60\xba\x57\xdc\x78\x1a\xed\ \x6e\xfa\x5c\x8d\x5b\x0d\x43\xa0\x34\x07\xa8\xb8\xd7\x34\xaa\x17\ \x83\x8e\x20\xdf\xab\x8e\x86\x6f\xef\x0b\x0e\x57\x8f\xb4\x06\xaf\ \x33\x03\xf2\x2a\x33\x2c\x8c\xba\x39\x55\xad\x87\xac\xb2\x80\xb0\ \xd7\x06\x6c\x7e\x0e\x80\x0d\x87\xa0\x91\xb7\x78\x9c\x61\x1a\x84\ \x33\xbc\x1c\xe3\x21\x5c\xdd\x35\x0b\xaa\x1c\xde\xdb\x44\xb0\x11\ \x54\x06\x83\x5a\x03\xa7\xbe\x0e\xf3\xf9\x5c\x3a\x48\x2c\x17\xf0\ \xe7\xf9\xdf\xa5\x5f\x7f\xff\xfe\xf5\x55\xc1\x25\x90\x48\x6c\x36\ \x9c\xc1\x86\xb1\x68\x40\x3c\x38\x80\x02\xbc\xa6\x2f\xc3\x36\x0d\ \x60\xf2\xb5\x17\x98\xce\x5f\x46\x81\x18\x50\x26\x08\xcd\xe6\xa2\ \x14\xe2\x79\xd9\x24\x9b\x01\x07\xbf\xa8\x58\xb8\x13\x3c\x8a\xab\ \xf8\xfa\xeb\xf7\x8f\xb7\x0c\xe6\xaf\xf3\x93\x0a\x71\x18\x80\x4b\ \xba\xc6\x0a\xf8\x0a\xc5\x22\x17\xc8\x95\xcb\x88\xe2\x79\x26\x97\ \x0b\x92\x2e\x2a\xa4\x76\x42\x39\x8a\x2f\x83\x30\x16\xf9\x5c\xd9\ \x32\x5a\x28\x9c\x47\x73\xbf\xcd\xcb\x18\x7c\x39\x1f\x2e\x20\x09\ \xd8\x0c\x01\x00\x8a\x24\xc0\x11\xe3\x7f\xd8\x38\x38\x3a\xb9\x98\ \x86\xc7\x3a\xda\xfa\xfb\xfa\xbb\x38\xb8\x1a\x55\x2b\xaf\xdd\x23\ \xb6\x2f\xdc\xfa\xf3\x87\x8f\x16\x66\x36\x56\xa6\xa1\x26\xd6\x6e\ \xc6\xa1\xcd\x3b\x26\xa3\x78\x4b\xbd\xb4\xb4\xaf\x2b\x14\x05\xc5\ \x6f\x35\xc6\xfa\x46\xe7\x55\x85\xfb\x97\x74\xd7\xd7\xa5\xa7\x26\ \xa4\xf7\xf2\xda\x23\x82\x7c\x13\x4b\x52\x33\x62\xa7\x39\xa6\x96\ \x96\x66\xe1\xe1\x0e\xf1\xd1\xc1\x15\x59\x19\x81\x89\x81\xa1\xb6\ \x66\x0e\x03\x3e\x91\x1e\x1d\x6d\x2f\x61\x9d\x8e\xd1\xf9\x25\x2d\ \x9c\xd8\xae\xa8\x36\x4f\x7f\x5e\x78\x02\x27\x3d\xd9\xdf\xaf\xb3\ \xd9\xcc\xbf\x27\xc2\xd1\xcc\xb5\x32\xd0\xd1\xe2\xfc\xba\xbf\xdd\ \xc2\xcf\xb5\x2e\xc5\x3d\xd1\xdd\xbf\xd9\xd9\xca\x32\xbc\xc3\xd4\ \xcd\xc2\x23\xb0\x38\x36\x38\x21\x2a\x36\xdc\xc2\xc2\xcc\xdd\x2a\ \xa8\x0e\x26\xe2\xe4\x7b\x58\x64\x44\xfc\xc7\xb6\xab\x36\xca\xdf\ \xbe\x31\xb7\xae\xd5\xd9\x3e\x54\x7f\x96\x5a\x38\x72\xb9\x76\x3a\ \xaa\xd3\xb0\x9e\x54\xfb\xc5\xc6\x05\x1b\x34\x17\xaa\xdb\x26\x75\ \x96\xf1\x8b\x5a\x78\x38\x44\xf4\xed\xab\xe2\x13\x23\xb7\xd6\xf3\ \x3b\x53\x12\x22\x4f\x6b\x67\xf6\x8b\x0a\xa3\x83\xa2\x52\x7c\x52\ \x5d\xeb\x9a\xe3\xab\x22\x93\xa7\x8b\xb6\xae\xca\x06\xca\x37\x92\ \x1d\x44\x95\xc1\xf5\xc5\x3e\x2e\x9e\xa2\xd4\x28\x51\x60\xc2\xc0\ \x58\x59\x59\x1e\x2f\xcf\xbd\x6e\x25\x3f\x9a\xd3\x17\x13\xe9\x19\ \x5b\x52\x5f\xc2\xc9\x0b\xed\xdf\x8a\xa8\xee\x2d\x69\xdb\x2d\xe0\ \xcd\x64\xcf\x8e\x56\x97\xeb\x8b\x36\x56\x9a\x12\xa7\x0e\x72\x53\ \xf3\x8a\x9b\xd5\x9a\x8d\x8b\xb1\x8b\xd2\x3d\xcc\xd1\xb0\x84\x87\ \xbd\xe9\x2f\x6b\x9e\x1d\x8a\x29\xb9\xcf\xcc\x8e\x2f\xa4\xf6\x77\ \xb4\x65\x9e\x15\x77\xe2\xaa\x5a\x1b\xf2\x67\x4b\xb3\xcf\x0a\xc6\ \xb4\x83\xfa\xe1\xad\x9d\xf2\xb2\xbc\xd1\xe6\xec\xae\x6c\xd1\xc4\ \xa8\xa1\xbc\x47\xb3\x90\x90\xbc\x75\x56\xdb\x37\xc1\xeb\x1a\xea\ \xbd\xeb\x3a\xd8\xc8\x6b\x0b\xb8\x54\xc6\x1d\x2c\x94\xcf\x29\x39\ \xaf\xd9\xc5\x55\xa1\xe5\xca\xbc\xfc\xaa\xb5\x81\xae\xfa\x8a\xb3\ \x8c\xa1\xc7\xbb\xf6\xf6\xda\x54\x8e\x28\x6b\xf7\x72\xc3\xf0\xf4\ \xba\xa0\xa1\x21\x80\x60\x04\x09\xa4\x81\x8c\x0f\x6b\x77\x76\x76\ \xa7\x00\x60\x38\x4b\x57\x71\x97\x37\x77\xdf\x39\xb0\x3a\xdb\xdf\ \xc0\xdb\xc8\x6b\xc8\xaf\xef\x28\x1b\xda\x3a\xe8\xcd\x9d\xdd\xcd\ \x4d\xaa\x56\x6b\x2f\x46\xce\xaa\x9f\xaf\x97\x0c\x73\xaf\xca\x1a\ \xc3\xe5\x44\x81\xaa\x66\x69\x5c\x49\x03\x51\xd3\x6e\x08\x70\x6c\ \xc8\x11\x74\xe3\x85\xa6\xbb\x5b\xbb\x1c\x7b\x2c\x3c\x57\x9d\x1f\ \xa1\xce\x76\x75\xd4\xaa\xbb\x5e\x8f\xa0\x48\xce\x58\xdc\x93\x6a\ \x4b\xa5\xd3\xb5\x45\x8e\xec\x37\x36\xa8\x01\x50\x22\x8e\x05\xa2\ \x2e\x2d\x69\x77\x57\xaa\xc7\x1f\xb2\x1e\x9a\x1c\xa7\x87\x66\xb2\ \xf6\xb7\x5a\x59\xa8\xf1\xbd\xed\x9c\x6e\x0f\xef\xd6\x9c\x9c\xe3\ \xbb\x95\xec\xa6\xf4\x08\x47\xb7\xff\x7c\xfc\xfc\xde\x28\x54\xff\ \xf9\x9f\x8f\xef\x3f\x7e\x7a\x67\x7c\x68\x62\xe6\xf6\xce\xc6\xed\ \xfd\x07\x73\x13\x1b\x17\xab\xb7\xb6\x00\x73\x87\xd0\xc8\xee\xc1\ \xd3\xdc\xc6\xfa\x9d\x14\x6f\xeb\x4e\x3f\x17\xd7\x28\xf7\xce\xde\ \xca\xf6\xe8\x6d\x8f\xd2\xfa\xa8\xca\xf2\x62\x0f\x5b\x4e\x49\x4c\ \x68\x02\xa7\x7e\x76\xa8\x62\xa0\x06\x4e\x78\xdd\x61\x83\x56\x57\ \x97\x9e\x88\x5e\x18\x28\xc9\x4b\x7b\x47\xc2\x4f\x9f\xbc\x5e\xa8\ \xea\xf3\xfb\x55\x63\xc3\xec\x97\x31\xc9\x50\x2b\x52\x59\xb3\x39\ \xa5\x96\x84\xb1\xb4\x69\x53\x3a\x9c\x92\xc5\xfc\x2e\x96\x91\x28\ \xcc\x9f\xbf\xfe\xf9\xba\x3c\xc9\xa7\xa0\xa7\x26\xa1\x3a\x24\x00\ \x89\xd5\xac\xb4\x94\xde\x6e\x82\x41\x61\xec\xa4\x4c\x1a\x7e\xe9\ \x14\xab\x9c\xa2\x22\x74\x38\x3b\x2a\x49\xe0\x15\xc0\x06\x8b\xe1\ \x98\x1c\x2a\x8a\x3c\x8c\x01\x84\xb1\xe2\x54\x97\x33\x65\xc8\xf1\ \x61\xe5\xa9\xf6\xaa\x69\x45\xfd\xda\xe4\xe0\x5a\x26\x1a\x50\xee\ \x91\x01\x0c\x02\xf8\x28\x89\xb8\x1e\x72\x5d\xa5\xbf\x51\x1d\x85\ \x10\xa8\x64\x3a\x0b\x21\x64\x93\x88\xec\x7b\x04\x83\xb8\x2a\x59\ \xc7\xc1\xc7\x71\x20\x08\x17\x87\x62\x13\x21\x76\x47\x44\x12\x89\ \x42\x81\xc1\x61\x28\x92\x17\x82\x4f\x61\x02\xb9\x62\xf8\x1e\x80\ \x81\x3a\x41\xa3\xf7\x9e\x32\x03\x66\xd4\xe7\xf7\x18\x0a\x76\xb8\ \x66\xc7\x90\x97\x53\x28\x8a\x8e\xed\x1c\x6d\xc1\x6e\xbc\xb0\xf4\ \xe7\x60\x35\x55\x57\x7a\x8f\x82\x09\xe0\x38\x92\x64\xfd\x3e\x49\ \x89\x9d\xc7\xc4\x41\xd3\x1e\xe0\xac\xcb\x07\x2c\x7a\x2a\x84\x3e\ \x15\x46\x5e\x07\x4a\xc1\x28\x04\x89\x80\x05\x81\x08\x5f\xff\xf9\ \xf9\x9b\x45\x18\x46\x90\xa0\x14\x12\x9b\x2f\x26\xe0\x15\xf3\x5f\ \x18\x08\xec\xe4\xef\xdf\xbf\xff\xfb\xbf\xff\xfd\xef\x7f\x7f\x21\ \xc7\xf9\x4c\xe4\x6e\x18\x2d\x84\x22\xc7\x7a\xdd\x63\xb7\xb1\x7c\ \x29\x7b\x92\xcf\x67\x32\x00\x18\x90\x80\x09\x83\x92\x04\x7c\x34\ \x51\xcc\x24\x52\xf0\x20\x3a\x83\x29\x13\xe2\x08\x42\x01\x04\x88\ \x40\x7a\x21\x04\xf3\xdf\x05\xcb\x6f\x1e\x71\x92\xbf\x9c\xc9\x57\ \x70\x85\x28\x2c\x9f\xcd\xa5\xdf\xc3\x00\x74\x05\x10\x4c\xe1\x4f\ \x7e\x35\xe2\x15\x8c\x0f\x03\x90\x55\x23\x13\xcf\x4f\x64\x3b\xa6\ \xd8\x28\x59\x0c\xa9\x62\xf9\xc7\xb2\x54\x46\x57\xc8\xc5\xcb\x00\ \x34\x04\xce\xa6\xf3\x85\x5f\x27\x89\xfc\x3f\x38\x1e\xae\x2e\xee\ \xee\xbe\x1d\x9e\x96\x81\x9e\x8e\x96\xee\xe1\x7e\xdd\x11\xe9\x87\ \x15\x11\xb6\x6f\x25\xaa\x36\x1f\x3e\x5a\x5b\x7d\x7c\x3b\xb4\x6c\ \xf1\xce\x61\xad\xbd\x27\x9f\x93\x91\x3a\x94\xb5\x7b\xdb\xda\x3b\ \xda\xe4\x1f\x9b\x3f\x56\xe2\xeb\xe9\x13\x58\xdc\x17\x95\x90\x5a\ \x90\x17\xdf\x5a\x3c\x18\xcd\x11\x0d\xa4\x78\xbb\x34\xae\x96\xfa\ \xba\x47\xfb\x72\x02\x83\xe2\x43\x3d\x2b\xdb\xd2\x3b\xca\xeb\xa3\ \xbb\x82\x8a\x39\xda\x9b\x02\xf0\x3c\xba\x2b\x70\x30\x55\x39\x93\ \x98\x11\x5e\xbe\xef\x69\xe5\xdb\x5a\x11\x18\x99\xc8\x13\xb5\xf8\ \x3b\x3a\xd9\xff\xcf\xdf\xef\xdf\xff\x69\xda\xe7\xe2\xeb\xe2\x6d\ \x1f\x6e\xfb\x1f\xdb\xe6\x20\x07\xc7\xd0\xfa\xf0\xc8\xf4\xd4\x66\ \x5f\xbf\x84\x70\xcf\xac\xfd\x92\x78\x2b\x17\x47\x6f\x67\x73\xfb\ \x84\x92\xad\x36\xcb\xf6\x4e\xb7\xf7\x25\xfa\x7e\x27\x17\x67\x9f\ \xba\x58\x13\x6b\xb3\x5c\xfd\xa0\x75\xb3\xb2\xd6\x27\xba\x4e\xbd\ \xa7\x2a\xbf\xbb\x56\xe5\x9d\xbd\x96\x4d\x97\xe8\xae\x27\xaa\xee\ \xce\xd6\xd7\x07\x43\x3d\x2d\x8b\xa3\x9e\xf7\xcf\xe6\xd4\xbc\xae\ \x72\xde\x79\xf5\x48\x7e\x70\x8f\x4f\x46\x6b\x7f\x5e\x4b\xee\x5a\ \xab\xa8\xb9\xb2\x28\xb7\xb1\xd2\x89\x37\xdc\x9f\x9b\x55\x1b\x5e\ \x0f\x19\x39\xcc\xe9\x4e\x6f\xbf\x4a\x71\xe9\x7e\x3e\x59\x18\x39\ \xd7\xe2\xf3\xb6\x4b\xb3\x4a\x2b\xa3\x6a\xc7\x3a\x82\xc2\xc7\x32\ \x42\xfd\x3d\x8c\x1f\x3e\xb4\xa4\xfe\x3c\xbb\xdc\x61\xa2\x29\xf6\ \x72\xaf\xbf\x65\x61\x74\x6d\xf6\xea\x4e\x8d\x5b\xd0\x8f\x54\xb4\ \xb7\xe8\x1a\x78\xb5\x2b\xf7\x65\x63\x06\xbd\x6e\x3c\xff\x6a\x43\ \x77\x5a\x76\x68\x58\x28\xe8\xcb\xde\x9e\xe8\xdd\xcf\x09\x9b\xe8\ \xbd\x7d\xac\xe6\x81\xb2\xf3\x16\xf2\x29\x4a\xde\xc9\x42\xf1\x44\ \x79\x72\xd1\x48\x79\xde\x55\xde\x4c\x6a\xdb\x3e\x32\x64\x6a\x9b\ \xd3\x7f\x5f\x54\x59\xb6\x13\x59\x59\xbf\x73\xd8\x51\xda\xb1\x75\ \x74\x7f\xd1\x3f\x5a\xf2\x50\xde\xbf\x39\xb6\xd2\xb9\x5f\xdf\x15\ \x1d\x3e\x18\x9a\xee\xe7\x6d\x3d\x58\x1c\x14\xd3\x58\xd9\xa7\x6b\ \x35\xac\x55\xb5\x0d\x8c\xf4\x34\xe4\x87\xbf\xae\xad\xb3\x08\x07\ \xa3\x3a\x84\xc4\xb0\xdb\xa0\xd5\xb6\xdf\x9c\x0d\xdd\x75\xf9\x58\ \x05\x79\x98\x27\x9c\x1e\x41\x51\x13\xf9\x27\x6d\xbc\x16\x1f\xd7\ \xf5\xcc\xa1\x51\xfc\x71\x67\xc9\xc1\x93\x5a\x7b\x7d\xb3\x9d\x77\ \x19\x5d\xd4\xad\xea\x2f\xbb\xc9\x54\x5d\xb0\xce\x2e\x76\x5b\xf7\ \x08\x73\xdb\x87\x7a\xaf\xea\xd2\xf3\x1d\xe5\xe9\xb1\x2a\x53\x43\ \x4e\x22\xe3\x30\x37\x47\x2f\xeb\xab\x76\x53\xca\xdd\xab\x85\xdd\ \xec\xde\xa1\xba\x01\xed\xf4\x21\xad\xe5\xe5\xa0\x6a\x42\xf7\xb2\ \x77\xa2\x3e\x1d\x51\xf6\xd4\xc4\xcd\xa5\x9c\xf3\x62\xd3\xb3\xc6\ \xdb\xd6\x41\x70\x8c\x64\xe1\xc9\x30\xce\xab\xf3\xd2\x36\x1c\x68\ \x6f\x17\x54\xcf\x59\x4f\x05\xb3\x59\x1d\x53\xaa\xc3\xfd\xdc\x92\ \x41\x8f\xe6\xfc\x28\x7f\xb3\xcf\x1f\x4d\x1c\xad\x6a\x2d\xdf\xff\ \xf9\xf1\xf3\xff\x7c\xfc\xfb\xef\x8f\xff\x67\x0a\x3f\x7d\x70\x33\ \x37\xb7\x71\x36\xfb\xe4\x6d\x69\xe9\x69\xf9\xc1\xd2\xc5\xd4\xc9\ \xaf\xa5\x33\xbf\x28\x7b\x34\xbb\x6a\x76\xb4\x27\x3a\xde\xc1\x72\ \x21\x98\x13\xe4\x9d\x11\xd1\x7c\xde\xce\xe1\xed\x8a\xca\x07\x9a\ \xa2\x22\x82\x07\x67\xfa\xb3\xe7\x56\x0e\x55\xc7\x3c\x03\x12\x06\ \x41\xa0\xa4\x10\x49\x1a\x04\x0c\x82\xb0\x09\x8c\x38\xa0\xd7\x1e\ \x0d\x7a\xa6\x96\xd2\x25\xac\x15\x32\xdd\x2b\xf3\x04\x8a\xad\x79\ \x39\xc2\x62\x36\xc9\x71\xaa\x3d\x32\x52\x45\x9b\xed\x3f\xd1\xfe\ \x90\x27\x09\xf8\x70\x70\xdc\x3c\x85\x2f\x53\x2b\x29\x5c\x44\x00\ \x6e\x95\x8a\xa7\xe1\xd6\x54\xda\xae\x69\x32\x34\xb3\xc6\x4e\x08\ \xc0\x07\x3c\x51\x9f\x6e\x58\xe3\x1b\x6a\x83\x17\xe3\xa5\x6f\x04\ \x42\x41\x03\xef\xbd\x04\x4c\x94\x14\xbf\x93\x06\xc6\x6b\x45\xb7\ \xbc\x55\xec\xe6\xc2\xf6\x73\xa6\xdd\x51\xda\xca\xd8\xb4\x6a\xb6\ \x31\x84\x44\x84\x13\x8f\xc2\x40\xe7\x08\x14\x19\x42\xdc\x3c\x91\ \x4c\x41\xe0\x60\xac\x14\x41\xa0\x88\x49\x24\xf1\x32\x0a\xc7\x47\ \x63\x35\x7b\xaf\xa8\x49\x20\x19\x19\xb6\x35\x4d\x11\x9c\x08\xec\ \x30\xe8\x17\xd4\xb2\x40\xfc\x95\x2f\x25\xa2\xd9\x4c\x39\x91\x21\ \x10\x52\x80\xa0\xd5\x29\x92\x5c\x0c\x20\x4f\x02\xe3\x6e\x69\xc3\ \xca\x67\x7d\x6f\xff\xee\x99\xea\x62\x73\xdc\xeb\x65\xff\xf0\xb4\ \x75\x9d\xbb\x70\x43\xb6\x8b\x7b\xb8\x0c\x80\x10\x99\x68\x0c\x31\ \x64\xfd\xdb\x6f\x20\xfe\x24\x2d\x2c\x2e\xe9\xe8\x1e\x8b\x27\x03\ \x85\xcb\x5e\x6d\x1a\x90\x94\x30\x89\xf3\xa2\x40\x49\x40\x06\x7d\ \xf2\x2b\x9b\x21\x97\xa2\xf9\x99\x54\xa4\x90\x0e\x60\x08\xb8\x74\ \x85\x54\x38\xcf\x1d\xde\x19\xa7\x62\xb8\x70\xa9\x62\xf1\xbb\x98\ \x4c\xa7\x08\x4f\x16\x10\x61\x70\x0a\x08\x4d\xdb\x34\xac\xe3\x09\ \x54\x20\x17\x1e\x62\x14\x2c\xbc\x51\x93\xe4\xf3\x72\xae\x98\x84\ \xe0\x4a\x21\x76\x38\x16\x89\x49\x79\x3b\x68\x0a\x84\xf2\x89\x6c\ \x2c\x5c\x92\x46\x01\xf0\xe5\x8b\x72\x31\x5f\x2e\xff\xb2\x2c\x07\ \x09\x40\x24\x0c\x54\x6c\x47\x9e\x1f\x07\x03\xa9\x02\x08\x5f\x8c\ \xc5\x4f\x42\x60\x50\x36\x78\xfc\xaa\xb5\xa4\xa4\xaf\x6f\x96\x96\ \x46\x98\x14\xbe\x48\xc0\x14\xfa\xbc\x14\x6a\xd4\x68\x19\x93\x02\ \x92\x52\xa0\x10\xc5\xd7\x65\x0a\x48\xf1\x47\x59\x65\xa0\xab\x9f\ \xb3\xab\xa5\x99\x6d\xb0\xbf\x83\x7f\x46\x55\xea\x60\x65\x67\x4b\ \x77\xb4\x6d\xa0\x11\xcf\xed\xcd\x4d\xed\x3f\xbd\xed\x3c\xf8\x68\ \xfd\xd1\x5e\x94\x6a\xe6\x1f\x11\xe1\x10\xda\x11\x15\xeb\xb3\xa5\ \x0c\x8f\xe6\x6c\x85\xe9\xa3\x7d\x08\x9b\xc5\x00\x00\x20\x00\x49\ \x44\x41\x54\x83\xa3\x39\xe9\xca\x56\x51\x6e\x62\x49\xa4\x47\x60\ \xb0\x6f\x42\xb4\xbf\x95\xf5\x07\xcb\x3e\x9d\x3e\x32\xb2\xa7\xb7\ \xa4\xb2\x38\xd9\x3c\xf4\xa2\xbb\x7c\xc2\xc7\xd2\xd6\xcc\x26\xfa\ \x8c\x77\x76\xdd\xe2\xef\x9f\xd1\x1b\xa1\x7d\x4a\x2e\xe8\xe1\x24\ \xfa\xa6\x7b\x04\x27\x84\xd7\xba\xfb\x38\x7b\x58\xdb\xff\xfd\x9f\ \xbf\xfe\xfa\xd3\xfe\xe3\xc7\x08\x2b\x97\x60\x57\xcf\x44\x57\x13\ \x0b\x4b\x9f\xe4\xa0\xc0\x0c\xef\x20\x23\xb8\x25\xf8\x45\x56\xf9\ \x3a\x0f\x24\xf8\x9a\x26\x46\x66\xd4\xfb\xdb\x5a\x94\x3d\xf1\x4c\ \xc2\x5b\xe2\x33\x2c\xa3\xae\xaa\x82\xed\x4d\x62\x9a\xeb\x3c\x4d\ \xcd\xf3\x66\xfb\x7b\xca\x78\x03\x05\xba\xad\x96\x7c\xfd\x9c\x52\ \x57\xf9\xbc\xd6\xb0\xf1\x38\x53\x10\xe1\xe4\x1f\x9a\xd0\xdc\xac\ \x7f\x9d\xdd\xaf\x28\x9f\x7a\x39\xd8\x38\x3f\xce\x1b\xba\x4b\xd2\ \x4c\x54\xcc\xf6\xe5\x1b\xda\x0a\xab\xc7\x02\xee\x93\xfb\x97\x78\ \x19\x85\xa5\x89\x5b\x7b\xda\xd3\xce\xda\xdc\xed\xee\x9e\xe9\xa7\ \xd5\x95\xde\xdb\xc1\x85\xac\xea\x99\x85\xfa\x53\xc9\x5a\x75\xab\ \x68\x76\xee\xb2\x3f\xc6\xb5\xc2\xcf\xb4\xa2\x2b\x36\x55\xd4\xd4\ \xd3\xb2\x33\xd2\x7d\xa6\xbc\xd5\x57\x9d\x4d\x17\xe5\xec\x36\x4c\ \xef\x3f\x9c\x74\xb1\xe6\x36\x72\xcf\xb4\x1d\x81\x75\x09\x03\x83\ \x13\x8f\xba\xe9\x4c\xf4\x94\x11\xd3\xaf\x8b\x1a\x4b\xca\xb7\x74\ \xbc\xe9\xbc\x88\xfc\xb3\xf3\xa6\xba\xaa\x8c\xb2\x86\x82\x81\xc1\ \xd3\xc2\x05\x7d\x16\x3e\xe0\xb0\x6e\xa8\xd9\xd7\xd7\x35\xa1\x33\ \x39\xa3\xb0\x67\x64\xa8\x2e\x6b\x25\x6c\x47\x39\x30\x7a\x39\x77\ \x79\xd0\x56\x2b\x6a\xe9\xa8\x68\x2e\x0e\x4a\x6d\xe9\xa9\x6d\x2b\ \xf3\x2e\x89\xef\xee\x9a\x39\xe5\x84\x47\x55\x35\xfa\x14\x05\x45\ \x78\xf8\x25\x86\x8e\x79\x5b\x0e\xd6\xf7\x8e\xfa\xcc\x76\xeb\x4a\ \x16\xba\xfc\x93\x1b\xbb\xc6\x24\xfa\xde\x32\xf2\xa6\x11\xc3\xc6\ \x3a\xa2\xda\x07\x27\x6e\xf7\xb5\x22\xd7\x18\x5f\xcf\x98\x41\x6d\ \xd1\x43\x6d\xad\x4f\xeb\xa9\x57\x77\xcf\xa0\x68\x42\x7d\xd6\xd5\ \xbf\xc5\x53\xf5\x14\x67\xe7\x5e\x5e\xee\x5f\x5f\xcc\x3c\xaa\xd7\ \xb5\xfd\x33\x85\x43\x2b\xf9\xbb\x63\x86\xa5\xad\xd3\xf2\xcb\xc3\ \x05\xa5\x97\xf2\x76\x64\xa8\x29\x71\x36\xab\x38\xb5\x6e\xe5\x6c\ \x7a\xab\x65\x5b\xdb\xb9\xa2\xbe\x39\x52\xc5\xa9\x0d\x57\x7b\x2d\ \xbd\x51\xc9\x19\x63\x7c\x8d\x7a\x7d\xe4\x5a\x63\x60\x69\x93\x70\ \xca\xb6\x8b\xb4\xf5\x0d\xdd\x4a\xff\x4e\x62\xe9\xdc\x65\xee\x6a\ \x00\x4b\x3f\x75\x3d\x25\x99\xae\xcf\x6d\xde\x52\xed\x34\x8c\x0d\ \x37\xe6\xee\xd4\xf6\x7a\xba\x7b\xa4\xb8\x9a\x38\xd8\x9a\x59\x38\ \x7d\x34\x79\x8b\xe3\xfe\x6c\x12\xf3\xd9\xed\xf3\x9f\xf6\xe6\x7f\ \xff\xbf\xff\xf7\x9f\x3f\x3f\xbf\xb7\x37\x4a\x96\x9b\x8d\x8d\xdb\ \x3b\x6b\xbf\x28\xcf\x74\x87\x8f\x9f\x6d\x5c\x3c\x02\xeb\x9a\x5a\ \x8b\xeb\x2f\xee\xe6\x0e\x0b\x47\xaa\xdb\xa3\x1c\x22\x3b\x3a\x73\ \x83\x73\x76\xee\x52\x22\x8a\x9b\x39\x85\x15\x45\x2d\x9c\xc8\xde\ \xae\x81\xa2\xa2\x99\xe3\xc3\x03\x03\x60\xbc\x06\x7e\x1b\x80\xde\ \x23\xa0\x28\x6c\x94\x17\x90\x8d\x48\x03\x30\xc0\x20\x30\x05\xb4\ \xb4\x09\x4d\x52\x81\x55\xfb\xda\x9d\xa9\xc3\xae\x13\x69\x99\xde\ \x0e\x96\x76\x9d\x84\x43\xd3\xa4\xd7\x49\x93\x37\x5b\x41\xc3\x40\ \xdc\xfe\x9d\xe0\x4e\x2d\x43\x1a\x32\x85\x27\x7a\x6e\x80\x21\x00\ \x05\xd8\x54\xcd\x12\x64\xb0\xa3\x85\x48\x14\x4e\x4d\xa2\x2f\x74\ \xb7\xf6\x15\x07\x66\x1c\xce\xde\x9d\x9e\xbe\xee\x22\xb0\x7b\x3a\ \xf5\x09\xe8\x19\x67\x04\x0c\xa5\x01\x54\x03\xa2\xcf\x83\xb0\xa4\ \x10\xcc\x30\xa9\x66\xe0\x79\x55\xe3\x95\xa9\x45\x22\x70\x97\xaa\ \x93\xeb\xfb\x4d\x40\x18\x7d\xf3\xfa\xec\x09\x44\x44\x13\x88\x54\ \x04\x8e\x06\x0c\x5b\x42\xd3\x30\x00\xd8\x30\x76\x18\x4e\xa7\x6d\ \xcd\x0d\x25\xe9\x6f\xec\x5e\x43\x56\x07\xcb\x5e\xee\xd3\x40\x84\ \xa4\xa5\x7b\x04\xd4\x2b\x33\x4d\x52\x83\xe5\x42\xe1\x68\xb4\x18\ \xc8\x54\xc8\xd0\xa8\x29\x3b\xe1\x97\x79\x12\x58\x06\x62\xd9\xe1\ \x6f\x37\x5e\xd5\x37\x60\x0c\x58\x73\x1b\x02\x20\x82\x8e\x0f\x6f\ \x0e\x40\x5e\xb7\x57\x5c\xc6\xde\xc9\x92\x4e\x03\x80\x51\xbe\xca\ \xa5\x62\x39\x4a\xb0\x8c\x49\x02\x02\x6a\x54\xda\xea\xb6\xac\x7c\ \x25\x09\x97\x84\x01\x02\xc9\x61\x5c\x22\x91\x06\x62\x2c\x0a\xd0\ \x4c\x01\xf4\xad\x7f\x10\x8b\x10\x0b\x60\x21\x6f\xf1\xa7\x7c\xd9\ \x3c\x50\x00\x16\xca\x29\x58\x10\x8a\xb9\x28\x63\xb2\x05\xf3\x8a\ \x6f\x02\xcc\xbc\x18\x4a\x84\x83\xa5\xec\x13\x09\x88\x40\x56\x83\ \x6a\x84\x72\x34\x55\x21\x26\x09\xb8\x50\x2c\x83\x04\x65\x0a\xf9\ \x42\xae\x4c\xbe\x8c\x88\x03\xa3\xe8\x60\x80\x00\x82\x23\x62\x70\ \x52\x29\x9a\xad\x60\xf2\xd9\x28\x22\x1a\xcc\x55\x08\x15\xcb\xf3\ \x42\x06\x83\x0e\x24\xad\x1b\xa9\x8a\x4b\xa2\x33\x0c\xd1\x1a\x34\ \x18\x82\x87\xd3\xa8\xbb\x17\xeb\x07\x8d\xfd\x13\x8d\x7b\xca\xe6\ \x98\x3c\xdc\x05\x44\xce\x9f\xfc\x42\x44\xf2\x97\xb9\xd0\x45\x12\ \x1f\x3e\xcc\x86\x42\xe9\xa0\x3f\x7a\x4b\xa2\x7c\x4d\x6c\x1d\x4d\ \xbd\x83\x38\xa9\x19\x09\x11\x16\x36\x26\x0e\xa9\x33\xe9\x7e\x9c\ \xe9\xea\xfa\x12\xa7\x20\x91\xa7\xad\xad\xed\x3b\x73\x7b\x6b\x1b\ \x9b\xbf\xed\x6d\xfd\xeb\x0a\x8b\x7b\x33\x1c\xad\x2d\xe2\x7b\x6b\ \x2b\xea\xa2\x06\xf7\x63\xa2\x63\x5c\x7c\x07\x0a\x4b\x44\x19\x09\ \x5d\x75\x31\xa1\x11\x41\xc6\xd5\xcf\xc6\xcc\xdb\x9d\x13\x18\x18\ \x5a\x91\x72\xb7\xde\xc5\x89\x8a\x8a\x0d\x8e\x4c\xda\x6e\x89\x4f\ \xf4\x76\x76\x8f\x2a\xae\x6e\xf6\x77\x2d\xec\xa8\xe8\xf4\xf0\x89\ \xe5\x58\xda\x5a\x79\x5a\x38\x59\x99\x99\x5a\xd8\xbc\x15\xd0\xfd\ \x8f\x9b\xbd\xc9\x07\x53\x0f\x27\x67\x5f\x17\x0f\xeb\x3f\x5d\xb2\ \x22\xfc\xad\xfc\xac\x7a\xc3\x1d\x63\x2c\x2c\x23\x32\xfc\x63\x26\ \x7c\x1d\x07\x5c\xac\x22\x53\x07\xe3\x3f\xfa\xd4\x97\x98\x5a\x05\ \x0f\x88\x62\x6d\x1c\xca\x72\xd3\xdf\xb9\x0e\xee\x44\x58\xfe\x65\ \x95\x71\x5e\xe8\xe4\x94\x52\x5c\x57\xaa\x2b\x2e\xb9\xe0\xd5\x77\ \x6c\x21\x8a\x0a\xab\x42\x3f\x79\xe4\xbe\xbe\x1e\x3c\x37\x44\xf6\ \xcd\x1c\x2b\xf7\x2e\xae\xd7\x7c\xb7\xee\x57\x66\x2f\x2a\xb3\x2b\ \x9b\x1f\x2f\xab\x3d\xe6\x54\xc3\x3b\xf7\xe5\xc5\x4d\xe7\xcf\xfa\ \x61\xf2\x10\xaf\xa7\xec\x72\xfd\x58\x94\x37\xd6\xb6\xa5\x5c\x53\ \xf3\x76\xd4\xfa\xbc\xe7\x3e\xd5\x8e\x66\xed\xb8\x25\x23\xa7\xbc\ \x26\xa7\x68\xa4\xa2\xf1\x6c\xb0\xb1\xcf\xca\x37\x79\x7a\xa8\xce\ \x77\x6c\x21\x62\x74\xb4\xb8\xb6\x8d\xa7\xbf\x9a\xc9\x1d\x3e\xd4\ \xe9\xb2\x0a\x75\xd5\x3b\x5b\x7b\xd7\x86\xd2\x73\x6d\x6f\x51\xfd\ \xe3\xb9\x7a\x2b\x60\xf5\x56\xb7\xae\x5c\xdb\xbd\xe7\xac\xa8\xfa\ \xb6\xb6\xd6\x1b\x06\x95\x86\x9c\x54\xf5\x7d\xdf\x4a\x43\xd1\x40\ \x74\x62\xd4\xcc\xdc\xf5\x74\x93\x7a\xb0\xb3\xa0\x58\x34\xb2\xf2\ \x78\xf5\xb8\xdd\x3a\x13\x94\xad\x90\xe4\xed\xaf\x5c\x1e\x9d\x9c\ \xcd\xb4\x95\x0f\x8a\x7a\x2a\x3b\xab\x4a\x8f\x1b\x3a\x1b\xf3\x1b\ \xc6\x74\x19\xb5\x3b\x85\x0d\x2d\xfd\x53\xbd\x7d\xbc\xdc\xa3\x81\ \xfc\xa1\x89\xc8\xd3\xaa\x6a\x91\x69\xfb\x46\x42\xe1\x74\x55\x82\ \x36\xda\xbd\xfc\x20\xaf\x7b\xf4\xb8\xc2\xc3\xa1\xbe\x25\x66\x9b\ \x37\xae\x1f\xd5\x3d\x5c\x16\x24\x25\x4f\x18\xca\xab\xfa\x4b\x47\ \x2a\xbc\xf4\x07\x63\x92\xd7\xf6\xdc\xa1\xf3\xce\x46\xb8\x3a\xeb\ \xbc\xa1\x67\x24\xe7\xee\x5e\xd7\x31\x7d\x75\xda\x7a\xa0\x6f\xcb\ \xea\xe9\x9a\x1e\x19\x48\xae\xab\x8a\x89\x6f\xb9\xd5\x75\x3f\x6d\ \x34\x36\x55\x24\xae\x4f\xeb\x54\x4b\xb7\xa9\x29\x6b\x8d\x9c\xe4\ \xee\x9e\xb6\xb6\xda\x9e\xe7\xe9\xb3\x8b\xd3\xa5\xab\xb9\x83\x8d\ \xb4\xab\xed\x4b\xde\xc6\x41\xdb\xd0\x60\x4e\x7b\x13\x2f\x71\xad\ \x4c\x6d\x50\xee\x49\x71\xba\x87\x34\x7d\x4d\x46\x79\x5e\x6e\x43\ \x3e\xa7\xa7\xb9\x28\x3b\x6b\x5b\x14\x9d\xee\xe0\xd8\xd9\x94\xd1\ \x9c\xe0\x57\xeb\xe7\x3e\x98\xda\x5b\xe7\xf1\xce\xda\x3f\xda\xd5\ \xd3\xca\xcc\xc9\xc4\xb4\x6b\xba\xcc\xfb\x83\xa9\xa9\xbd\x89\xa9\ \x89\x83\x9f\x89\x9b\xc9\x87\xbf\xff\xe7\xef\xbf\x3f\xff\xf5\x9f\ \x0f\xd6\x6f\x1d\x97\x9f\x4d\xfd\x7a\x2a\x23\x7a\x7d\xbd\x33\xe2\ \x3b\x0a\x78\x85\x79\x2b\x17\xba\x9b\x8b\xfd\xd1\xd9\xc6\xcb\xa6\ \xfa\xfd\xc3\xd6\xdc\xa6\x97\xa1\xaa\xf4\x02\x5d\x69\x63\x76\x76\ \x45\xfe\x76\x4e\x51\x7d\xe3\xc2\xe5\xd6\x9e\x01\x85\x82\xa2\xe9\ \x78\x26\x14\x08\x85\x10\x19\x42\x22\x1c\x08\xe0\xa2\x89\x30\x6c\ \x08\x9e\x4e\x42\x2c\xe1\x15\x62\x19\xbc\xbd\x2a\x73\x7f\xce\x6e\ \x0f\xf8\xb2\x75\x84\x41\x01\x56\xb1\x02\xc8\xf9\xf3\xa3\xf1\xcf\ \x6c\xe4\x95\x65\x62\x41\xea\x6d\x15\x8b\x9a\x79\x4d\xa3\xd2\x6a\ \xf2\x75\xca\x61\xfd\xfa\xc6\x94\x72\x1c\x88\x9f\x3b\x42\x81\xbc\ \x34\xe4\x03\xe3\xb6\x90\xff\x40\xdb\xbf\xdb\xaf\xbe\x55\xbd\xda\ \xf1\x27\xd9\x50\x08\x19\x40\x3c\x4f\x33\xec\xa9\x01\xb8\x0d\x08\ \x93\x71\x75\x71\x84\x42\xe3\xa9\xe4\x99\x67\x88\x17\x0b\x88\x46\ \xe2\x9e\x2f\xc1\x38\xda\x79\xd9\x09\xde\x0e\x86\x85\x72\xe5\x5c\ \x90\x92\x86\x00\xd3\xf4\xab\x4c\x14\x11\x05\x5f\x5d\xdb\x50\xb1\ \xf2\x06\x91\xc0\xa4\xa9\x0b\x24\x2a\xee\xe6\x98\xa5\xe6\xc2\x41\ \xb0\xb4\x27\xd8\xc1\x94\x36\x09\x13\x07\x58\xc2\x80\x59\x34\x94\ \x00\x8b\x80\x40\x20\x0c\x34\x9c\x4e\x78\x78\xd1\xa5\x3b\x06\x49\ \xc0\x10\x2a\x9d\x0b\x98\x9a\xbb\xde\x42\x90\xf1\xe3\x2c\xda\xd3\ \x26\xb9\x66\xf8\x51\x3c\x8c\x78\x7d\x3d\xc1\xd0\xa5\x44\x14\x20\ \x04\x02\x66\x2f\x3e\xe8\x0c\x35\xe2\xf1\xb0\x30\xe5\x06\x4a\xa9\ \x3b\x3d\x00\x73\x95\xd5\x42\xc6\x97\xef\x42\xe9\x37\x19\x7d\x5e\ \xf6\xe5\x37\x5a\x30\x0f\x41\xd3\x56\xef\x01\x3f\x48\x70\xf6\x78\ \xa3\x0a\x8d\x8c\xe3\xbe\x24\xc9\x24\x78\x32\xe3\xad\xab\x1e\xa3\ \x94\x4a\xf9\x7c\x3e\x43\x2a\x14\x7e\xe5\x0a\xc5\x5c\x22\x1e\x42\ \x97\x52\xf8\x02\x30\x83\x01\xa4\x10\xd0\x5c\x3a\x11\x04\xa2\xc3\ \xec\xc8\x40\x10\x85\x45\x15\x00\xf8\x74\x30\x2e\x04\xca\x17\xc2\ \x70\x60\xa1\x40\xc0\x64\xf3\x19\x5c\x88\x5d\x26\x12\xce\xc6\x10\ \xf9\x14\xb1\x40\xce\x65\xd0\xa1\x4f\xf4\x75\xaa\x11\x62\x99\x90\ \xeb\xe5\x79\x01\x80\x22\x58\x5c\x94\xf1\xc5\x02\x10\x55\xa5\xd9\ \x3e\xd3\xa4\x85\x79\x71\x65\x60\xd9\xb2\x58\x01\x66\x4a\x15\x32\ \x28\xea\x9a\x0a\xbb\xa8\x81\x91\xfe\xf0\xf0\x8d\x28\x2b\xf1\x48\ \x4e\x0e\x0d\xb4\x32\xb1\x31\x31\xb1\x34\x33\x73\x72\xec\x4c\xf6\ \x48\x08\x0e\xaf\x8b\x0d\xb2\x6d\x35\x3a\x46\x4b\x93\xb7\x4a\x0a\ \x7b\x7b\x5b\xa7\x94\xca\xd6\xf0\xc8\x78\xd7\x50\x0f\x37\x4f\x5e\ \x89\xa7\xa7\xb9\xcd\xdf\x16\xd1\xde\x8e\xe6\x7e\xff\x9f\xa2\xb7\ \x7f\x46\x7d\xdf\xff\xff\xb7\xab\x26\x15\xab\x59\x2b\xcb\x6a\xb1\ \xb2\xb0\x5c\xb3\xe5\x72\xe7\x72\x6b\x54\x36\x45\x23\x69\x62\xa7\ \x74\xa5\xb4\x0b\x15\x2a\x25\xa4\x3a\x15\xe1\xe0\x64\xb0\x96\x8b\ \xc3\xb6\x96\x85\x1d\xbd\x7b\xdb\x4c\x72\x98\xb7\x83\xbc\x5d\xbe\ \x91\x7c\xc6\xa1\xa3\xf9\xfe\x1f\x5f\xe7\xe7\xd7\x73\x5e\xcf\x99\ \xd7\x3c\xe7\xf6\xb8\xdd\x67\x5e\xcf\xc7\x23\x4f\x48\x2e\x49\x43\ \x65\x9b\xf8\x69\x91\x29\x6e\x65\x06\x35\xe7\x7d\x46\x69\x6d\xb9\ \x44\xc7\xa0\x6b\xf0\x82\x3e\x6a\x8e\x5a\xe4\x65\x69\x8f\xbc\x71\ \x0c\x35\x46\xa7\xcf\xae\x20\x94\xa2\x8c\x85\xa8\x5c\x19\x2b\xee\ \xf5\xab\x1f\x5f\xea\xe8\xc7\x1f\xdf\x7c\xc8\xd1\x20\x33\x0a\xe2\ \xde\xbd\x4e\xcf\xa9\x20\x0b\x2b\x32\x84\x84\xe8\x82\x92\x0f\xa8\ \xb7\xb5\x3a\xae\x3a\x8d\x4c\xec\xcb\x7b\x53\x4f\xce\xeb\x4e\x48\ \xa7\x1a\x28\xd8\xb7\xff\x9d\x26\x5a\x10\xc4\x65\xe3\x77\xda\x5a\ \x89\x18\x26\x9d\x58\x6a\xa0\x5b\xda\x32\x72\x72\x69\x67\x17\xfd\ \x83\xe6\xb5\x67\xc9\x20\x85\x17\xf7\xd7\x22\xb0\x73\xd7\x42\x7c\ \xf5\x3e\xa1\xe2\x66\x73\x77\x51\xd7\x7b\xf8\xe4\x58\xe0\xb7\xd5\ \xf6\xb7\x1c\x1d\x8a\xf4\x48\xcf\xad\x6f\xae\x0d\x5f\x24\xd0\x6e\ \x0c\x4b\xfa\xf2\x2a\x96\x56\x4c\x8c\x2e\x06\x5e\xa7\x1f\x60\x6d\ \x7a\xf8\x63\x2d\x0c\xb3\x65\x44\x2a\xe7\x6e\x56\x7f\xab\x99\x3e\ \xf0\xf4\xad\x48\xf5\xa7\x0b\x4f\xc7\xf7\xc7\xa7\x5b\xc6\xd3\x85\ \x33\x86\xd6\xdc\x61\xd6\xb6\xb6\xad\x4c\xb2\x2a\xaf\xd8\xc7\xd7\ \x4b\xfc\x85\xb3\x86\x63\x69\xad\xfb\x99\xd4\x71\x26\xae\xf3\x8a\ \x44\xb5\xd6\xbb\x91\xc7\x63\xfb\xc9\x42\x0b\x49\x29\xf7\x30\xe2\ \xfa\x45\x06\xf9\xc9\xb4\xcd\xb0\x7b\xca\xb9\xd7\xee\xdc\x48\x97\ \xdc\xa7\xd3\xa7\xdd\x54\x83\x58\x78\x73\x28\xf5\xda\xbd\x37\x7b\ \x77\xd6\x53\x4e\x0b\x3f\x4a\xb4\xb3\x9c\xae\xfe\x16\x32\x7c\xb3\ \xbc\x77\x63\x77\x5e\x1f\x9d\x9b\x7b\x57\xe8\xb5\x2b\xbe\xfd\x2e\ \xd6\xcb\x8e\x63\x5a\x1d\xc5\x34\x78\xec\xbc\xf0\xce\x79\xa6\xd3\ \x28\xf5\x27\xc3\x9e\xf9\x36\xcb\xc2\xf4\x5c\xef\x76\x9b\xc0\xe2\ \xb9\x90\x4e\x9b\x24\x5d\x24\x8c\xca\xf7\x98\x80\xc4\x9a\xe7\x0a\ \xf8\xd0\xa6\xc1\xe1\xe9\xc9\xc9\x9d\x79\x41\xba\x82\xd7\x34\x3c\ \xb6\x42\xeb\xb5\x0d\xb6\x6d\xc8\x57\xcd\xbd\xd3\xd2\x5b\x69\x45\ \x5b\xdf\x24\xd3\xb1\xee\x5d\x16\x52\x97\xb6\x44\x4f\xfe\xa3\xfa\ \xad\x3e\x21\xa5\x28\x23\x11\xd3\xaf\xee\xcf\x49\xcb\x30\xd4\xca\ \x1d\xdd\xb9\xec\x36\xf3\xe6\xd5\xfe\xb4\x66\xb0\xad\x57\xe7\xa0\ \xf7\x73\xce\x3a\x9a\xb6\xad\xab\x76\xee\xaa\x4b\x5a\x6b\x56\xa9\ \x6b\x4b\xb4\x03\xca\x5d\x89\xfb\x78\x78\xcb\xb2\xec\xb8\xdf\x5c\ \x1e\x78\x70\x35\x8c\xce\xed\x0e\x2b\xb6\x3d\x93\xdb\x17\x6a\x99\ \x54\xce\x66\x69\x4b\x73\xf0\x91\x1f\xff\xfe\x31\xfb\xa7\x77\x9f\ \x3e\xc5\x25\x24\xe4\xe5\xaa\x50\x98\xec\xb8\xd2\xb6\xd7\xb9\xc8\ \xec\xb8\x0f\x58\xaa\xac\x34\xb1\x9c\x94\x56\x9a\x93\x27\x23\xa6\ \x65\xa4\x75\x50\x54\x25\xe9\xd1\xef\x3e\x24\x95\x13\xa8\x55\x5d\ \x9a\xeb\x8b\x9b\x33\xc6\x6d\x80\x65\xf8\xe4\xf4\xf8\xe8\xe1\xe0\ \xf6\xee\xa0\x78\x0a\xed\xb2\xc6\x2c\x9e\x6f\x16\x2f\x8f\x16\xc3\ \x02\xee\x2e\x1f\x6f\x4f\xd7\x8b\x5d\x1e\xad\xe8\x74\xf1\xfc\xf9\ \xe8\x7c\xd6\x03\x41\xe4\xbb\x82\x57\x1b\x36\x56\x2b\x47\x17\xb0\ \xb8\xa8\xa0\xd8\xe4\x18\x98\x15\x90\xe5\x8d\xef\xdd\x6b\xae\xdc\ \x58\x7a\xde\x05\xf9\x1d\x59\xfb\x4e\xf7\xdc\x61\xf1\xb1\xf0\x66\ \xbf\x78\x5b\x70\x65\x40\xdd\x6d\xcc\x2a\x3a\x6a\xc4\x1e\x25\xa9\ \xe0\xbb\xed\xb0\xd1\xf0\xea\x10\xe0\x83\x57\xf7\xd0\x13\x9c\x99\ \xdf\xd9\xfc\xf5\xcf\x1e\x48\x70\xbb\x6f\xef\x30\x76\x6b\xd5\xdd\ \xe3\x07\x0c\xbc\xb4\xa3\x53\xad\xc9\x9d\xe3\x97\xee\xdb\x87\xa3\ \x31\xf5\x74\xf5\xd7\xb2\x03\xbe\x13\x74\x65\x5f\x8d\x09\x0f\x8e\ \x0f\x9c\xb9\xca\x1a\x4a\xce\xea\x6c\x9f\x5a\x9c\x5d\x77\x37\x48\ \x47\xee\x47\xe0\x8b\x0f\xc5\xed\x0a\x77\x78\x54\x30\x1a\x8c\xf3\ \xc4\xc3\x71\xa3\x53\xc1\x60\xeb\x46\x59\x60\x0f\x98\xb1\x12\x15\ \x6b\xaf\x6c\xbf\x86\x07\x87\x84\xa3\x5d\xbe\xcd\xcd\xbb\x32\x20\ \x0e\xe6\x57\x06\xee\xa9\x0e\xb0\xb6\x84\xc5\x37\x3c\x95\x6d\x36\ \x42\x21\x8d\xdf\xc2\x7c\x51\x21\x99\x61\xa9\x80\xe4\xcc\x2c\xef\ \xce\xf6\x8a\x75\xd4\x17\x05\x28\x0b\x4b\x0e\xcb\x72\x58\xfd\x61\ \x63\x8b\x95\x53\x68\x70\x7b\x68\x4c\x5d\xfb\x59\x7b\xe0\xa9\x73\ \x3e\x3e\xb0\xcc\xb5\x58\xec\x9b\x1d\xe9\x0c\xb7\xfb\x9a\x27\xc0\ \x07\x20\x40\x20\xa4\xe6\xc1\xed\x66\xbe\xc4\xb2\xef\xff\xfc\xfa\ \xf9\x7f\xfe\x0f\x07\x68\xfe\xfa\xfd\xdb\xd7\xcc\xe6\x9e\xcc\x90\ \x9a\x93\x9b\xe3\x91\x4c\x70\x20\x74\xab\xc6\x0f\x54\x36\xd4\x10\ \x1f\x00\x04\x05\xc3\xdb\x41\x13\x20\xe7\x78\x66\x0c\xe2\x4b\x66\ \x75\x6a\xec\x97\x7f\xfc\x63\xa6\xf1\x7b\xe0\xc4\x78\xea\x90\x7f\ \xe7\xe7\xd8\xef\x5f\xbf\xff\x3e\xf4\xb5\x3a\xf5\x7b\x67\xd8\xef\ \xb1\x21\x81\x61\x35\xbe\x55\x50\xd8\xf2\xa9\xcd\x2f\x0b\x00\xdb\ \x04\xa6\xc6\x83\x1a\x5f\x4a\x03\x10\x9c\x89\x40\xc3\xfd\xc6\x83\ \xfc\x5a\x60\x08\x40\x23\xb0\x07\xd6\xd9\x1c\x3e\x05\x08\x8d\xfd\ \xfc\x25\x3e\x14\x02\xfb\x32\x3e\xf1\xbd\xf3\x8f\x9e\x6f\xff\xf3\ \xed\xdb\xd7\xce\x3f\x67\x02\xbf\x7c\xef\x99\x69\xfe\xe7\xb7\x90\ \xcc\x10\xff\xe4\xe2\xfc\x83\xb0\x11\xd8\xff\x21\x82\x27\x62\x7b\ \xbe\x07\x64\xfe\x80\x34\x92\x1b\x10\x03\x32\x23\x36\xe2\x75\xe2\ \xdb\x9f\xde\x44\xa7\x47\xbe\x89\xc6\x10\x92\x08\x54\xf2\x6b\xb2\ \x55\x93\x67\x2e\x11\x10\x31\xd8\xb8\xec\xb7\x29\xe5\x85\x85\xdc\ \x6e\x5a\x5c\xfa\x87\x8f\x18\x5d\xc6\x8f\xd1\x25\xb4\xb4\x8f\xbf\ \xfd\xf4\x36\x3d\x25\x27\x4f\x50\x11\xfd\x3e\x22\x2d\xe1\xc7\x84\ \x44\x73\xc7\x3b\xbd\x34\xb7\xe4\xf5\x5b\xae\xb0\x9c\x6a\x2a\x2c\ \xc8\xd3\x1b\xc9\xb5\xda\xf4\xc8\x94\xd2\x88\x3c\x2b\xeb\xd5\xf6\ \x48\x82\xae\x8b\x8c\x29\x88\x4c\x40\xa5\x97\x13\x05\xa6\xa4\xff\ \x4c\x8a\xfe\xed\x75\x24\xa5\xf4\xc2\x4e\x2a\x2f\x48\x4f\x48\x78\ \x13\x99\xf6\x3a\x43\x89\xc2\x9a\xfb\x53\x92\x3e\x1a\x27\x69\xc8\ \x02\x65\x3a\xb9\x0b\x53\xdb\x66\x12\x6a\x4a\x0a\x91\x24\x0d\x4a\ \x77\xb8\xa2\x11\xf3\x99\xf3\x72\x79\xbd\x83\x2d\xe9\x52\xaa\xb9\ \xe7\xe7\x6d\x98\xf4\xc9\x56\x76\x57\x15\xcf\x51\x2f\x94\xa7\x0d\ \x5f\x86\x8a\x04\xea\x84\x77\x05\xc2\x49\xae\xa4\x20\x37\xa9\xa8\ \x9f\x5e\x6f\x98\x24\x25\x14\x6a\x9b\x68\x0f\xf6\x07\x8b\xe5\x60\ \x87\xd2\xe5\x1b\x24\x9f\x0f\x98\xcd\x7d\x82\x36\xc3\x20\xbf\x55\ \x52\xb5\x3f\x48\x34\xf0\x48\x6d\x2a\xe7\xa1\xe2\x6c\x64\x6b\x9a\ \x29\xa3\xdb\xad\x02\xa3\x65\xf5\x68\xa1\x7e\xff\xf9\xea\xc2\xdb\ \xa7\x99\x5c\xd9\xdf\xef\x15\x0d\xb4\x3a\xdc\x2d\x4b\x5b\xe7\x96\ \x8d\x0d\x93\x92\xa5\x36\xa9\x56\xfa\xc7\xd4\x92\x2a\x91\xda\x20\ \x34\x31\x6b\xbb\xd3\x91\xa6\xf2\x7b\xfb\x74\x47\xa2\xe1\x7c\x64\ \x8f\xd9\xaf\xa2\x22\x13\xa2\xd3\x69\x7d\xef\x3f\x94\x88\xc7\x5a\ \xc7\xfa\xf4\xec\xd6\xc9\xad\x53\x29\x79\x63\x6e\xeb\x88\xda\xa5\ \x18\xb3\x2a\xec\xa7\x72\xa1\x51\xb7\xe1\xdb\x59\x6d\x9c\xd7\x4c\ \xb6\xe2\xbb\x18\xf5\x49\xad\x5f\x87\x06\x5a\x06\x2f\xac\xd6\xeb\ \xc7\xc7\x1d\x39\x0f\x3d\x46\xd4\xab\xfb\xba\x21\x60\xdb\x95\x9d\ \xa4\xe1\xc8\xa8\xbc\xfd\xde\x3d\xf7\xfd\xf6\x80\x9c\xeb\x19\x30\ \x31\xca\x2d\x12\xeb\x41\x2f\xdd\x62\xb8\xba\xd5\xf2\x38\x73\xba\ \x95\x0e\xf6\xf2\x02\x9a\xad\xd6\x4b\x8c\x2d\xf9\x7b\xec\x7e\xb6\ \x41\x5c\x48\x73\xa8\xad\x64\x0a\x87\x79\x3e\x46\x21\xc9\x12\xde\ \xb5\x91\x3a\xc4\xcf\xf9\x80\xa0\x0b\xb7\x94\x21\xe6\xf2\xe7\xd5\ \x3c\x77\x81\x41\x50\x6b\xe5\x49\x86\xeb\x09\x7d\x2f\x80\xc0\xa6\ \x09\x0b\x2a\xc4\xa4\x92\xc1\x25\x59\x7f\x0b\xa5\x7e\xff\x66\x4e\ \xa7\x2f\x6c\x55\xb0\x58\x45\x28\xa5\x52\xe1\xd8\x96\x9f\xb7\x9d\ \x74\x94\xd0\x4d\xe9\x04\xa3\x06\x4f\xa4\x50\x49\xa4\xc7\x63\xe9\ \x31\xa3\x57\xe1\xd0\xb5\x0e\x9e\x3e\x8a\xf0\x7a\x91\xb8\xef\xf4\ \xf8\x7c\x69\x4f\xc4\xe8\xf6\xa8\x72\x8b\xca\x93\xde\xbc\xc2\xbc\ \x4b\x8c\xf8\xf4\xe3\x7f\xbd\xfa\xf8\x4b\x44\x52\xca\xdb\xb7\x29\ \x91\x69\xe9\xfd\x25\x8a\x8c\x72\x6a\x2d\x3e\x2e\x25\x7d\x90\xc7\ \xeb\xa2\x69\x28\x19\x79\x18\xb9\xdc\x98\x27\xec\x50\x0c\xbb\x17\ \x6e\x26\xe9\xb5\xc6\x96\xed\xe3\x9d\xbb\xe7\x65\xc6\x31\xeb\xae\ \xce\x6e\xdf\x3d\xb7\xa3\xd1\xa1\x01\x08\x40\x50\x2c\x10\x0e\xf2\ \x83\x84\x64\xe2\x20\xa0\x58\x60\xc0\x4b\xdd\x06\xc6\x04\x65\xce\ \xda\x2f\x3d\x21\x88\xcc\x8d\x8d\xde\x39\x16\x3a\xd9\xb6\x32\x4c\ \x9f\x65\xed\x01\xd0\xb7\xc1\x75\x75\xa9\xc0\xe5\x16\xef\xd1\xcd\ \xc5\xc9\x91\x26\x1f\xfd\x0c\x63\x9f\x3f\x6f\x56\x26\x0f\xb7\x19\ \x59\x27\x6d\x0b\x87\x0f\xf9\x35\xcb\x0d\xa3\x90\xcd\xd0\x54\xbb\ \xcf\x73\x9c\x15\x0c\xe7\x14\xb5\x39\x36\x56\xec\x9e\x5e\xf3\x68\ \xf0\x93\x2f\xfc\x2e\xeb\x8f\xcf\xff\xf8\xf3\xcb\x9f\x7f\x7e\x0f\ \xda\x3a\x3d\x1e\x68\x55\x32\x2c\x8b\x5e\xc6\x54\xb3\x5f\xc0\xd4\ \x8e\x87\x7d\xab\xb7\x6d\x9d\xf9\x07\xba\x62\xc6\x9f\x20\xd5\xa0\ \x4a\x34\x0e\xe0\x0b\xf5\x8b\xaa\xc6\x7d\xc1\x0d\xf9\x05\x80\x32\ \x2b\xcf\x9a\x7d\xcc\xa7\xc5\xf3\x6d\xbe\xd5\x71\xb4\x6a\x3d\x7f\ \xe4\x49\xe2\x8f\x6c\x53\x53\xae\xfb\xde\xad\x64\x08\x02\xee\x17\ \xb4\xd8\x80\xe6\xf7\x3d\xd7\x04\x55\xe3\xe0\x08\x5b\x18\xe2\x60\ \xf6\xb6\xc1\x8e\x86\xb4\x83\xfd\x43\x20\xe1\xbe\xe0\xcc\x80\xf8\ \x2b\xcf\x51\xd6\xd5\xde\x50\xea\xd5\xc1\x72\x38\xf8\x20\x7c\x34\ \x30\x2a\x08\x0a\xff\x1c\x30\xfb\x2d\xe0\x6a\xaa\xec\xe4\xee\xe9\ \x68\x64\xbf\xc1\x85\xbb\x5d\x1b\xde\xbd\x96\xfa\xe2\x1b\xa1\x0d\ \x31\x50\x00\x3c\xf6\xc1\xb6\xf1\x3f\xcf\x6d\x5b\x59\x00\x5c\x68\ \x48\xcf\x4c\x60\x2c\x22\xf6\xe5\xbb\x81\x62\x8a\xbf\x4f\xc4\x1c\ \x8c\xfa\xfb\xf7\xfc\xf1\xf9\xf3\xef\x00\xc4\xf7\xcf\xc0\xd4\xe6\ \x80\xcb\xba\xca\x86\xf0\xe0\x20\xd8\x1d\x73\x0c\xf1\xa7\x1f\xa2\ \xd9\x5e\x09\x02\x81\xc3\xcb\xdc\xc1\x75\xd0\xa7\xc1\xa3\x99\xa8\ \x87\x40\x5c\xe3\x67\xdc\xc4\xcc\x9f\xdf\xbe\x7d\xff\xf6\x7d\x66\ \xe6\xf3\xef\x7f\x7e\xad\xee\x69\xf4\x6b\xdf\x9e\x2e\x8e\x72\xc6\ \xfe\xa3\x9d\x01\x09\x00\x84\xac\x22\x02\x8b\xcf\x17\x01\x2b\x83\ \x6d\x8e\x4e\x38\x20\x16\x17\x52\x53\x09\x0d\xab\xab\xc9\x6a\x46\ \x84\x84\xe4\x97\xb9\x70\x41\x61\x81\xa9\x99\xc1\x43\x7f\xe0\x80\ \xc1\xfe\x43\x00\x3f\x38\x70\x3d\x08\x31\x1e\x1e\x16\x04\xfe\x3d\ \xff\xc4\x89\xfb\xcf\x38\xd7\xf0\x5b\x1c\x3c\x28\x1e\x0a\xf3\x03\ \x7c\x09\xbe\x0d\x8e\x6d\xae\x06\xc2\x00\xa9\x43\x20\xc4\xef\x3d\ \xd0\xc0\x6f\x9f\x11\x01\x3f\xc8\x5a\xe5\x73\x47\x27\x6d\x6b\x79\ \xef\x23\x69\x54\x73\xd2\x87\x44\x24\x2a\x3d\x25\xbd\x62\xba\xa5\ \x00\x83\x12\xa4\x7c\x4c\x47\x16\x24\x09\x74\x83\x25\xd1\xb9\x7d\ \xba\xec\x7a\x32\x1e\x5b\x41\x88\x48\x21\x12\x52\x52\xb2\xb3\xab\ \xf2\x22\x7e\xf9\xcb\x2b\x6a\x52\x44\x01\x2a\x3b\x01\x53\x52\xf4\ \xee\xc7\x5f\x75\xdb\x69\x49\x39\x48\x21\xb9\xb4\x84\x5c\x52\x51\ \x2a\xac\xcf\x13\xe2\xd3\xe2\x8a\x14\xda\xc2\x81\x7a\x89\xb6\x3c\ \xaf\xf5\xbe\x4a\x49\xa1\x16\xa5\x61\xa3\x4b\x23\x3f\xd4\x66\xe3\ \xd3\x3f\xfc\xf4\xf1\xd3\xdf\xdf\x52\xb7\xb9\x9c\x5e\x52\x52\x36\ \xf2\xc7\x5f\x7f\xfd\xed\xc3\xab\xc4\xd2\xb7\x98\xa4\x88\x1c\x2c\ \xde\x58\x24\x16\xbe\x2b\x60\x08\x88\x06\x32\x5e\x2e\x29\xe9\xaf\ \x20\x15\xf4\xcb\x87\x5b\xfa\x5b\x8f\x37\x74\xad\x66\xd6\x75\x93\ \x54\x3e\x3f\xa0\x44\x65\xec\x78\x24\x28\xb1\xb1\x7f\xee\xe8\xe9\ \xa4\xaf\x8b\x9f\xf8\xae\xbe\x6b\xf9\xfe\x9a\x8e\x4d\x44\xf2\x1d\ \xaa\x5c\x9d\x8a\x76\xed\x7b\x5c\xbb\x3f\x97\x10\xaa\x58\xa2\xe1\ \x9b\x86\xc7\x31\x8d\x94\x52\x9f\x1c\x75\xa6\xae\x57\xc9\xeb\xeb\ \xb9\xac\xc7\x35\x4d\x9f\xc1\x53\xa1\x77\xe8\xea\x73\x05\x7a\x15\ \x45\x71\xa6\x52\x7a\x9a\x5a\x78\x48\xd9\x09\x7b\xd4\xda\x45\x3b\ \x5f\x53\x73\x1c\xdd\x87\xc2\x0a\xa9\x76\x57\xc9\xb9\xb6\xc8\x09\ \x54\xae\xa8\xbc\x9b\x5c\x9f\xfb\xe2\x84\xb9\xc8\xb4\x42\xca\x60\ \xab\x77\x8d\xbd\xf7\xb0\x70\x42\xe6\x7b\x9a\xe6\x64\xf6\xd8\xe3\ \x41\x0c\xbe\xa2\xc5\x54\xd1\x24\xc3\x17\x62\x08\x5d\x79\x71\x69\ \x05\x62\x6d\x45\x0a\x69\xad\x0a\xbf\x0f\x95\xf2\x24\xa7\xdc\x49\ \xfa\xf6\x56\xd7\xf3\xa3\x07\x7d\x3c\x36\x49\xb5\x32\xad\x1b\xdb\ \x76\xc3\x29\xc7\xc2\x51\x77\xab\x73\xcd\xbf\x7f\xb5\x17\x74\x71\ \x84\x87\x7d\x67\xd7\xae\x41\xae\xa6\xcb\x20\xe6\x9e\x24\x43\x47\ \xeb\x42\x6d\x83\xec\x63\xcf\x6c\xbb\x67\xdf\x2f\x2b\x1c\x14\x05\ \x09\x6b\x00\x9f\x70\x77\x64\x73\xcc\x83\xca\xe4\x95\x04\xd4\xb0\ \xe0\x90\x3e\x98\xa7\xec\x5f\xe9\x2a\x9f\xf3\x19\x8c\x5c\x47\x07\ \xd9\x3c\x30\x49\x2b\x2f\x2f\x9d\x96\x52\x1d\xbb\x6b\x72\xa9\x7b\ \xf7\xe4\x98\xa0\x4a\xa0\xb1\x08\x87\xbd\xf7\x88\xce\x55\xb5\xca\ \xc2\x5f\x39\x5b\xf3\xd8\x16\x79\x74\x46\xad\x63\x51\x69\xb5\x34\ \x35\x0d\x08\xc4\x63\x4d\x74\x16\xeb\xb6\x96\xa3\x60\x1b\xdb\x4c\ \x4a\xde\xe4\xb0\x50\xaa\x1a\x5c\xb9\xdf\x69\x12\xc9\xfb\x04\x26\ \x09\x5f\x44\x11\x68\x0a\x72\xaa\xf0\x05\x3a\xa3\xd6\x88\xa1\x1a\ \x3b\xcc\xcf\xf4\xfa\xbe\x0a\x86\x98\x92\x93\x87\xd4\x0f\x97\xa7\ \xd5\xe7\x60\xcc\xac\x49\x9d\x59\x9f\x90\x83\x24\xa5\x64\xa3\xf0\ \xd9\x71\x85\xa8\x92\xe8\xb7\x89\xe9\xaf\xa3\x5f\x67\x14\xc8\x0d\ \x39\x79\xe9\xea\x02\xa2\xc1\xab\xaf\x2a\x28\x2c\xe0\xeb\xd2\xf0\ \xa6\xc1\xda\x0e\xad\x64\x8c\x6a\x36\x77\x4b\x5a\x07\x51\xc8\xec\ \x81\x31\xfb\x12\x63\xcc\x6a\x6b\x59\x7b\x66\x74\x79\x97\xaf\xa7\ \x9c\xb7\xbe\xd1\x27\x5b\x71\xe8\xd5\xdd\x28\x20\x10\x34\x14\x1a\ \x1f\x08\x8d\x2a\xf3\xeb\x4c\x0e\x0b\x0a\x83\xe3\xc2\x9f\x46\xfd\ \x9c\x0f\x4f\xcf\x92\x96\x2e\x85\xab\x38\x74\x56\x42\xe3\x3e\x87\ \x65\x2d\x9f\x27\x83\x9f\x6d\xc7\x92\x10\x67\xbe\x6d\xaa\xb7\x77\ \xb8\x73\x7d\xdb\xdb\x66\x9d\x6c\x9b\x73\x76\x86\x01\x76\x5b\x6f\ \x2b\x6b\xb2\x2e\x25\xc7\xf6\xbd\x1a\xef\xc5\xda\x6e\x0d\x3c\xb0\ \x19\x97\x09\x48\x05\xc0\x02\x0f\x1a\x42\x87\x20\xd7\xd7\x8b\xf9\ \x17\xa7\x6d\xf3\xd0\xf8\x18\xeb\x4a\x75\x50\x14\x2c\x00\x3e\xf4\ \xb9\xf1\x7f\x0e\x04\xcb\x5e\xce\x9a\x27\xf9\xca\x1f\x6d\x8d\x6a\ \xbc\x5b\x7f\x89\x8c\x3e\xd9\x43\x4c\xf7\x2a\x0c\x76\x3b\x7b\x15\ \xe6\x0f\xb6\x5d\xd6\xa0\x9b\x63\x42\x32\xfd\x32\x53\xc3\xc0\xa1\ \xc1\x53\x61\xa9\xc9\x31\xb3\x65\x23\xa0\xea\x1a\xc6\x9d\xd5\xe7\ \xb4\x59\x5d\xec\xbb\xf8\xa9\xf6\xc7\x49\x40\xbc\x67\xd5\xb5\x64\ \xe3\x89\x56\x43\x2b\x6f\xc3\xbe\x57\xfb\xdc\xe0\x58\x74\x90\xd7\ \xf4\xb8\x33\x5b\x5c\x0c\xbd\x74\xd9\x46\x2b\x0f\x17\x3c\xd6\x3b\ \xab\xeb\x60\x75\xd4\x6d\x6f\xd1\x5e\x37\xe7\x2f\x3b\xc1\x7e\x61\ \x90\x86\xe0\xe0\xd3\x50\x5c\x4f\x48\x0f\x0e\x17\xd0\x7e\xb7\x59\ \x83\x5e\xf0\x40\xcb\xc6\x42\xc2\x1f\x97\x58\xdd\x74\x1f\xb8\x78\ \x04\x02\x7f\x11\x47\x68\x78\x1d\x10\x62\xef\xed\x13\x3f\x7c\x89\ \x47\x84\xf8\x05\xf8\x17\x7b\xad\x50\x40\x10\x18\x0d\xfd\x13\xb4\ \x8a\x3b\x0a\xfe\xf2\xc7\xf7\xc6\x66\x78\x94\xd3\xef\xeb\x44\x0f\ \xae\xe7\xb3\xff\x3d\x38\xf6\xe0\x45\xaf\x2a\xbf\xe0\xaa\xdb\x01\ \x8d\x60\x60\x28\x3a\xc6\x0f\xed\x8f\x83\x4d\xa4\xc6\xfa\xc3\x33\ \xf3\x81\x81\x61\xdf\x2e\x9f\x83\x86\x66\x3e\xcf\x4c\xc4\x8c\xbe\ \xf0\x08\x54\x03\x83\x6f\xd8\xe2\x0f\x02\x5c\x3e\x5f\xd9\xdd\x54\ \x3c\x64\xa6\xd3\xd6\x80\x48\x0d\xbf\x6c\x04\x07\x06\x06\xb8\x7f\ \x0f\x4a\xc6\x21\xda\xbd\x2d\xc9\x67\x0d\x07\x53\x35\x1b\xab\xd5\ \xc1\xa1\xd0\xa8\xf0\x1a\x97\xcd\xb7\x63\x1f\x69\x5f\xbd\x85\x02\ \x62\x21\xa3\x08\x10\xa2\xa7\x39\xb6\xb9\x39\xbf\x46\x74\xf2\x35\ \xb3\x3a\x14\x16\x16\x82\x0e\x83\x7f\x99\x68\xec\xd9\x6c\x07\x65\ \x06\x85\x34\xe2\x32\x03\x53\x01\x23\x7a\xfe\xda\xec\xa6\x3b\xdf\ \xd6\xf8\xf9\x87\x26\x65\x2f\x63\x6d\x69\x58\x51\x5e\x35\x58\x39\ \x0b\xbd\xc9\x2e\xed\xd7\xd0\xd2\xea\x27\x99\x82\xfe\x0b\x79\x91\ \xac\xe0\x75\x41\x49\x46\x7a\xbf\x4a\x9c\x57\x4e\xd4\x31\xf7\xfb\ \x13\xf1\x05\xe4\x9c\xf4\x02\x4c\x42\xf4\x9b\x37\xb9\x05\xaf\x7f\ \xfe\xe5\x6f\x11\x6f\x3f\xbd\x4b\x28\x12\xa4\x65\x67\x44\x7e\x78\ \xdf\xad\xa9\x2a\xca\x2e\xa8\xaf\x50\xa9\x31\xb5\x26\x31\xad\x80\ \x30\xa6\xa7\x68\xa8\x5c\xee\xe4\xc9\xa1\x45\x4c\xec\xa8\xc8\x60\ \x70\x9a\x68\x91\x9f\x08\x32\xdd\x58\x0a\x8d\xa9\x2f\xd1\x98\x3f\ \xfc\x98\x43\xa4\x28\x74\xd1\x48\x6c\x02\x92\x43\xfd\xed\xe3\xcf\ \x7f\xfb\xe9\xc3\x2f\x09\x09\xef\xde\x45\x0b\x6c\xdd\xc4\x08\xd4\ \x6b\xcc\x1c\x4f\x2b\x33\x4a\xfa\xcb\x4d\xfd\x1d\x4a\x0c\x8b\xd1\ \x4f\x19\x14\xad\xf0\x3d\x67\x2a\xfd\xee\xbc\x46\xb8\xaf\xe0\x96\ \x97\x62\x05\x7d\x3a\xf1\x7c\x4e\x6e\x61\xdb\xa8\x75\xc3\x67\xc9\ \x8b\x8e\x58\x9b\xdc\x5b\xed\x5d\xd9\xf3\x78\x8f\x39\xc3\xac\xc2\ \x84\x26\x2f\x53\xd6\x72\x32\x68\x3a\x99\x1b\x63\xf6\xca\xb5\x32\ \x1a\xcf\xcc\xaa\xf3\xb0\xc8\xf4\x92\xb4\xde\xa6\x22\x2d\x03\x8f\ \x27\x4d\xde\xe8\x95\x6c\x3e\x9b\xca\x63\xed\x37\x30\xaf\xa7\xeb\ \xbb\x07\xeb\x73\xdb\xe5\x3a\x0b\xeb\xa5\x2e\xd2\xe5\xa6\xda\x13\ \x36\xc3\x30\xdc\x31\x2c\x50\xa6\x65\x47\xe6\x92\x31\x79\x29\xe9\ \x89\xd9\x6f\x5e\x25\x24\x65\x63\x12\x52\x04\x64\xb1\x4e\xbe\x7c\ \x33\x92\xb5\xbe\xbc\xbc\xe2\x1e\x69\xbb\xb6\x1d\x81\x60\x8b\x34\ \x45\x2b\x39\x5b\x97\x4b\x2c\x42\xc9\xaa\x54\x48\x24\xb5\x62\x53\ \x3f\x2c\x49\x23\x19\xd6\xce\x9d\x9b\x8c\x9d\x5d\x85\x79\x73\xec\ \x70\x65\x89\x79\xb3\xb1\xbf\xd8\xab\x6d\x31\x99\x9b\x6e\xe9\xd4\ \x05\xe6\x8e\x82\x9c\x98\x93\x3f\x54\xcd\x37\x11\x50\xb6\xb3\x53\ \x7e\x47\x86\xa6\xd6\x30\xac\x90\x5f\x4f\x71\xc8\x2d\xc3\xdc\xfe\ \xc4\x5c\xac\x64\x9a\xd5\x2b\x1d\x9e\xbf\x3e\x79\x98\xcd\x4f\x0d\ \xec\xd5\xca\x99\x87\x2b\x74\x90\x5b\x28\xe0\xa6\xcb\x26\xaf\xd5\ \x1c\x73\x57\x93\x64\x49\x40\x2d\x41\xa5\xbf\x46\xad\xd5\xb6\x6e\ \x2b\xd4\x1b\xb6\x07\x09\x75\x47\x5b\x3b\x3a\xa6\xa8\xb7\x5c\x19\ \xd5\x79\x19\x34\x5a\xd7\x49\xd8\x4d\x5b\x93\xbc\x42\x8c\x29\xa4\ \xdb\xba\xe8\xec\xec\x2a\xf2\xa0\xb7\xb7\xcf\x58\x4a\xd3\x50\xc9\ \x62\xa1\x8a\xc2\x3e\x23\x08\xfb\x9b\xcc\x92\x0e\x69\xcb\x7e\x4e\ \x76\xbf\xa5\xbf\x4a\xe3\xd1\xf5\x33\xd8\x8a\x3e\x36\xd7\xe2\xb9\ \xe9\x48\x28\x8f\xa3\xa1\x3a\x3a\x3a\x08\x2a\x41\x47\xc5\xa0\x26\ \x31\x23\x25\xa9\x44\xc6\x67\x17\x56\x50\x64\xb2\x3c\xf2\xbe\xa0\ \x82\xcc\x56\xf1\xa5\x64\x4c\x4b\x87\xd9\x40\xea\xcb\xf9\x64\xa4\ \x62\xf5\x09\xb9\x84\x12\x01\x1e\x53\x5a\x90\x2b\x20\xb1\xbb\x3b\ \xd8\x14\x21\xcd\x58\xcb\xa3\xd6\x12\x25\x27\xe6\xa2\xa6\x3c\x6d\ \x87\xec\x82\xcf\x98\x64\xa9\xfa\xa8\x78\x86\x70\xd2\xdd\xdf\x32\ \xc8\x5f\x67\x55\xb9\x1f\x2f\x6c\x53\xf9\x75\x87\xae\x55\x6f\x71\ \xcd\xfa\x6d\x71\x3e\xd4\x09\xad\x69\xf0\xdf\x1a\x28\x5b\xbe\x70\ \x3e\xde\x1c\x1c\xa0\x1b\xb6\x1f\x47\xac\x61\x23\xc3\xd3\x8b\xab\ \x47\xa1\x0c\xe5\xbe\x6f\x79\xfd\xd8\x0d\x69\x84\xed\xc6\x84\xa2\ \xe1\x88\x28\xdb\x93\xf6\xd0\xed\xd0\xd2\x9f\xc3\x2b\xdd\x9e\xe2\ \x85\xb0\x23\x6b\xc0\xa6\xbd\xf8\xc9\x3d\x5b\x33\xea\x6c\x7d\x4f\ \x3e\x3f\x28\x73\x07\x34\x6c\x6b\x1c\x4b\xee\xd1\x00\x90\xab\x32\ \x64\xc3\xd5\x0e\x86\xfa\xf6\x2b\x9d\x2e\xc5\x5d\xc0\xb4\xc7\xd4\ \x5f\x95\xa3\xd5\xeb\x58\x2b\xe7\xcb\x3d\xb1\xd5\x3d\xbd\x4b\x95\ \xb0\xe3\x56\x20\xc8\x36\x1a\x36\x0b\x03\x79\xe3\xef\xa0\xa0\xd6\ \xac\xaf\xc0\xd8\x90\x30\x10\xa8\x3a\x24\xb9\xad\xa4\xf4\x36\xcc\ \xfa\x18\xd4\xc3\xf2\x05\xf8\x36\x47\xb3\x00\x81\xc0\xa8\x80\xe6\ \x3f\x2a\xc7\xbc\xb1\xbe\xbd\x3b\x40\xd0\xfe\x71\x59\xdd\xfa\x2c\ \x08\xb0\xc1\xb0\xed\xbc\x68\xb3\x7f\x0f\xc4\x63\xa8\x57\x96\x60\ \x7b\x61\x9b\x07\x47\x47\x35\x90\x10\x6f\xb7\xd5\x56\x09\x80\xa2\ \xe3\x67\x81\xf1\xeb\xc9\x31\xab\xdb\xe5\x4a\x8b\xd9\xb1\x8f\xf4\ \xde\x3a\x1c\x88\x78\x40\x33\x00\x5a\x0d\x8f\x8d\x1d\x73\xfa\x4d\ \xa1\x1b\x3c\x61\x90\x80\xd5\xd3\x6d\x5f\xa5\x55\xd1\x60\xf3\xb4\ \xac\x9f\xb6\x2d\x1d\x15\xfb\xf9\x87\xd4\x04\x35\xb7\xfb\x21\x7c\ \xc3\xfe\x0e\x05\x4f\x7e\x14\xf8\xaf\x7f\xff\xbb\xd3\xdf\x3f\x04\ \xfc\x54\xd7\x60\x45\xaf\xde\x2f\x0d\x57\x28\xda\x01\x00\xdc\xf8\ \xbf\xbe\x23\x9a\xff\xaf\x1a\x8a\x0e\xf5\x6b\x80\x0f\xf9\x7d\x09\ \x81\x55\xfb\x77\x7e\xfd\xe3\xfb\x90\x7f\x78\x60\x68\xe3\x7f\x66\ \x6e\x05\x95\xb9\xc0\xa0\x97\xc4\xdc\x0e\x68\x06\x8e\x0e\xc5\x7e\ \x41\x04\x87\x54\x03\x02\xc3\xe1\xbf\x57\x77\x86\x4c\x39\x9d\xe7\ \xc3\xcc\xc7\xd0\xac\xf8\x98\xa8\x4b\xc8\x32\xc8\x6e\x3a\x9b\xf2\ \xfa\x80\x68\xdc\xf7\x7c\x30\xd4\xe1\x77\xe4\xe7\x0f\x03\x43\x9a\ \x63\x37\x83\x57\xc1\x40\x1b\x70\xa4\xae\x38\x28\xb8\xf8\x19\x18\ \x0c\x00\x37\x86\xc2\x00\x50\xff\xe6\xcc\xea\x89\x66\xff\xef\x9f\ \xe1\x21\x20\xd0\x0b\x7b\x33\x7b\xbe\x0c\xf9\x8f\x83\x41\xd5\x8d\ \xf0\xe6\xf1\xf1\xd8\xf1\x21\x78\x2a\x3c\x34\x10\xd8\xf8\xa5\x31\ \x24\xb4\x0e\x0c\x06\x86\x1d\xdb\x47\xbd\x83\xfb\xb0\x1f\x9a\x26\ \x87\x99\x1d\x3c\xbc\x40\x88\xc9\xc5\xd4\xe7\xf0\x31\x05\xc6\xbd\ \x35\x4d\xb9\x68\xbe\x30\xb7\xa9\xb5\xc3\xb8\xc3\xd0\x53\x31\xd9\ \xa8\xc8\x7e\x4c\x62\xe4\x4f\x42\xff\xa9\x8a\x6c\x6a\x51\x07\x05\ \x53\x5a\x94\xfd\x2a\x3a\x23\xbb\x10\x19\xf9\xf6\x63\x62\xe2\xeb\ \xc8\xb4\x5c\x64\x09\x26\xe1\x75\x6e\xe5\xe2\xfb\xb4\xf4\xc4\x12\ \xaa\xbe\x49\xdd\x91\x9d\x53\x95\x91\x53\x40\x31\x1f\xae\x78\xb6\ \x0a\xd3\xde\x7f\xf8\xf4\xe3\xdf\xfe\xf2\x4b\x74\x64\x12\xf2\xcd\ \xdf\xb1\x05\x39\x0c\x81\xd8\xf4\xf1\xd5\xb6\x8d\x98\x81\x99\x24\ \x1b\x0c\xe5\x15\xd4\x3c\x2c\x57\x16\x51\x51\x98\x9d\xf1\xdb\x7f\ \xbf\x8b\x8e\x8b\xb6\x28\x91\x18\x2c\x99\x95\x60\xdc\x9a\xf4\x35\ \x61\xcc\xe6\x8a\x12\x99\xfc\xb0\x60\x5b\x83\xac\x10\xf5\x8b\x95\ \x2b\x02\x99\xaa\xbe\xdb\x41\xae\x7d\x5e\xde\xec\xd6\xc9\x18\x17\ \x87\x63\x66\x0d\x0a\x55\xb5\x7d\x46\x6d\xdb\x6e\x7d\x59\x26\x68\ \xf0\xcc\x22\x96\x17\x1c\x83\xa2\x43\x39\xd6\xde\x5e\x43\x67\xb7\ \x8e\x71\xba\xbb\xf6\x15\xaa\xeb\x47\xa5\x64\x4d\xd1\xc5\x24\xaa\ \x16\xe5\x26\xa6\x7e\x87\xc7\xb6\xe8\x77\x28\x69\xb7\x16\xef\xb9\ \xd0\xdb\xc6\xb5\x30\xc8\x66\xc9\xdc\xf5\xe5\x0d\x11\xaf\x51\xb1\ \x38\xac\xb9\x87\x8d\x11\xdf\xb1\xf4\x46\xca\xde\xd8\xe7\xee\xad\ \xdf\xb5\xa9\x95\x78\x55\x3f\x96\x8c\x8a\xcb\x88\x7b\x8f\x19\xac\ \x2d\xa4\xd4\xe7\xa9\xcd\x74\xbb\xa5\x74\x23\xa4\x21\xe4\xa8\xc5\ \xc0\xf1\x79\x55\x42\xa3\xb9\x8f\x4c\xc6\x62\x52\xe4\x5c\xd5\x7c\ \x77\x76\x1a\x0f\x93\xf2\x86\xa4\x35\x3c\x96\x20\xa9\x0a\xe9\x30\ \x29\x9b\xe7\x69\x39\x3d\x76\x08\xd5\x75\xd3\x0b\xcf\x5d\xad\xf2\ \xb5\x9d\xae\xaa\x2a\x0e\xeb\x71\x63\xcf\xbb\x37\x4c\xd4\x58\x16\ \x9c\x43\x21\x3e\xbd\xa0\x5e\xa0\x52\x98\x8d\x1d\x5a\x0d\xa1\x00\ \x3f\xa0\x5c\x6b\xe2\x4b\x8c\x05\xaf\x3f\xe8\x8a\x92\x50\xc2\xc1\ \x7e\xa5\x8e\xe9\xb0\xd9\x57\xa7\x3b\xf4\xec\x96\xbd\xb5\x41\x76\ \x57\xcb\xc6\x34\x4d\xcc\xd3\x94\xeb\xef\xc5\x6a\xa6\x6a\x09\x3d\ \xdc\x5a\xa8\x53\x7b\x54\x85\xe7\xc2\x8a\x59\xf9\xce\xc3\xe1\x83\ \xbc\x96\x7a\xca\x90\xdd\x38\x18\x9e\x5a\x42\x85\x12\x15\xed\x61\ \x8b\x19\x92\xf4\x1c\xa9\x27\xdd\xc4\xc5\x63\x93\x0a\x2a\xe2\xa8\ \x05\xd9\x55\x06\xad\xde\x22\x26\x95\x46\xa3\x90\x15\x82\x44\x7c\ \x55\x85\x5e\x49\x6a\xd3\xf2\xcd\x28\x36\x81\x52\x58\x8e\x22\xc9\ \x38\xfa\x8e\x6e\x15\x5e\x31\x3a\x80\x34\x92\xf2\x8a\x6a\x31\x28\ \x8a\xac\x56\x40\xaa\xc0\x93\x73\x8b\x30\xd9\x39\x15\x24\xa4\x01\ \x43\xee\x47\xa5\xb1\xe7\x30\x71\xdd\x5c\x8a\x58\x9e\xdb\x5f\x55\ \xf5\x2a\x23\x07\x45\x45\xc9\xc8\xc4\x34\xda\xf6\x74\x9b\x8e\x58\ \x50\xc2\xeb\x65\x8d\x31\xe6\xd7\xdc\xbe\x6b\xd0\x58\xbb\x63\x98\ \xe3\x5e\xdd\xcf\x02\xcf\x49\x78\xad\x63\x6b\x93\x0e\x8b\x95\xa9\ \xb7\xb0\x84\x7c\xa9\x88\xdd\xd2\xaa\x93\x92\xd5\xf7\xac\x25\xd7\ \xa6\xd3\x96\xef\xf4\x8e\x84\x6d\xf8\xec\xd6\xf5\xf8\xd1\x7c\xe7\ \xa9\xc4\xbd\x1a\xe3\x5e\xde\xdc\xe7\x1d\x02\x0f\xdc\xa2\x8b\x5b\ \x03\x30\xe8\xaa\xd7\x0a\xcc\x3a\x99\x5b\x1c\xf0\x40\x7d\xad\x5b\ \x63\x4e\xc7\x99\x5b\x08\xf7\xff\xe3\x5f\x35\xfb\x83\x3b\x4b\xba\ \xd9\x7c\xe7\xcd\xea\xc3\x9d\x0d\x1a\xe4\x9c\x9d\xf2\x44\xd5\x8c\ \x3c\xf9\x6e\xbc\x0f\xcf\x4d\x4d\x6c\xbd\xfa\xe1\xf4\xc1\x67\xed\ \xd2\x48\xa7\xae\xca\xda\xbd\x4f\xc0\x23\x34\x30\x00\x58\xf3\x10\ \x7e\x54\xe6\xb1\xc6\x87\x9d\x5d\x68\xcb\x6b\xd3\xaa\x2a\x84\x82\ \xf3\x67\x16\x7f\x41\x2a\x5b\xb6\x3d\xa3\xe3\xdb\x6d\x8c\xb0\xca\ \x45\x26\xdb\xc0\x98\xfd\xf3\x7f\x26\xbe\xcf\x64\xfe\x7f\xff\xfb\ \xff\xfe\xdf\xff\xba\x10\x99\x53\x8d\x43\x41\xf9\x90\xd4\x54\x30\ \x30\xaa\xb1\x27\x2a\x79\xc6\xdf\xff\x0b\x74\x24\x2b\xde\xea\xbf\ \x7f\xbe\x3f\x0d\x06\x4c\x8d\x82\x5d\xfb\x9b\x99\x9d\x95\x77\x61\ \x9b\xa3\x75\xdb\x3e\x34\xb4\xc6\x40\x19\x14\x14\x70\x02\x46\x03\ \xc0\xa3\xba\xfd\x85\x9b\x11\x5f\x4d\x54\x26\x30\xfe\x12\x58\xb6\ \x72\x71\xbf\xf9\x34\x95\x65\xdb\xcc\xba\xd9\x5c\x9e\x9f\x8d\x2a\ \xb6\xdf\x6d\x66\xd6\xac\x36\xd4\x05\xde\xb9\xae\x7d\xa0\x93\x16\ \xfe\x40\x48\xac\xdd\xfd\x78\x7f\x77\xb0\xe9\x6c\xb8\xb7\xb6\x1c\ \x5d\x7a\x57\x17\x94\xbe\x80\xa8\x54\x20\xa4\x39\x28\xbc\x06\xd6\ \xcb\xb6\xa5\xf6\x04\x8e\x8f\xfb\x07\xc6\x56\x0f\x7d\xfb\xfe\x79\ \x22\xf5\x0b\xb0\xa6\x6c\xca\xf5\x10\x08\xc5\xf5\x0c\xfd\xfb\xeb\ \xb7\x19\xf0\xd5\xc0\x34\xba\xf2\xc9\xb9\x30\x15\xe5\x0f\x8f\x6d\ \x1c\x07\xc6\x83\xfd\xe7\x40\x9b\xb0\x89\x1e\x44\x3b\x7c\x02\x1e\ \x1c\x04\x4f\x0d\x9c\x09\xcf\x1c\x9f\x19\xcf\x0c\x8e\x2d\xb3\xc7\ \x1c\x4c\xc5\x8e\x23\x92\x43\x92\x6b\x32\xeb\xee\x42\x01\x88\xe2\ \x1a\x6b\x00\x1c\x80\xb0\x66\x35\x56\x3f\xa3\x1f\x59\xa3\xc5\xfe\ \x8d\x88\x46\x44\x19\xee\xcb\xef\xdf\xbf\xce\x4c\x7c\xfe\xfc\xfd\ \x4b\x67\xea\x4c\x4f\xcf\xbf\xfe\xd5\x13\x12\x8b\x4b\x9d\x68\x0e\ \x08\xee\x6c\xfe\x63\xbc\x1a\xf8\xfb\x97\xcf\x3d\xcd\xf0\xce\xef\ \x13\xdf\xbf\xf7\x0c\xcd\x34\x7f\x19\x1a\xff\x3a\x31\xd1\x93\xd9\ \x09\x47\x54\x4f\x00\x87\x86\x82\x5f\x30\x39\x34\x8e\x9b\xa8\xc6\ \x21\x82\xe3\x27\x62\x47\x6c\x93\xe8\xf9\xf3\xc3\xe5\x83\x1f\xa2\ \xa3\x5f\x53\x72\x33\xfe\xd3\xbf\x8a\x94\x92\xf2\x37\xed\x7c\x29\ \x19\x55\xde\xa1\x56\x4d\x1f\x56\x94\xf4\x49\x72\x2b\xa8\xcc\x0e\ \x2c\x91\x18\x19\x81\xcc\xf8\xf0\x21\x8e\x6f\x30\xaa\x0b\x69\x4c\ \x09\x16\xbf\xc5\x13\xe6\x54\x08\x08\xb4\xb4\xd7\x49\x19\xe5\xf2\ \xec\xdc\xb4\x0c\x64\xdc\xbb\x48\xa4\x99\xfc\xfe\x4d\x76\x62\x51\ \x17\x55\x3f\x83\x8f\x84\x9b\x00\x00\x20\x00\x49\x44\x41\x54\x57\ \x1e\xf1\xe1\xd7\x8f\xaf\x3e\xbe\xcf\x13\xc8\x25\x1d\x9f\xfe\xfe\ \xf3\x5f\xff\xf2\x31\xc5\x10\xf9\xfe\xa7\xb7\xe5\xa5\x69\xef\x5e\ \xa5\x97\x10\xfa\x73\x53\xfe\x4a\xa1\xab\x79\x42\x59\x95\xde\x28\ \xd3\x0c\xe2\xd3\x39\x9c\xa4\xe1\x36\x6c\x21\x21\x21\xe2\x63\x64\ \xee\x7c\x7d\x11\x2a\xba\x1c\x99\x64\x30\x63\xb9\xc7\x6b\x12\x62\ \xa1\x78\x89\xa3\x50\xc9\x4a\xd2\x51\xa4\xc8\xa4\x2a\x7c\x52\x22\ \x9e\xa4\xaa\x4a\xfc\x7b\x57\x54\x03\xcc\x52\x42\x30\xd3\xa7\x40\ \xc7\x7d\x6e\x8c\x86\x39\x3c\xa9\x39\xeb\xf5\x5e\x70\x61\xf9\xf6\ \xc0\x28\xd3\xee\xda\xf5\xf0\x80\xe3\x44\xd5\xeb\x59\x9e\xec\x1e\ \xa6\x16\xde\xed\xab\xac\xe7\xc3\xe6\x04\x85\xae\x5b\x3a\xb9\xcb\ \xb4\x4f\xf2\x24\x7a\xb1\xb0\x50\x54\x47\xd7\x63\x99\x7d\xbd\x0c\ \xc1\xdd\xb5\xa2\x9e\x40\xe2\x6b\xa6\x40\xfb\xbd\x07\xa8\xc7\xfd\ \x13\xeb\x86\x77\xda\x73\xfb\x7c\x77\x21\xe5\x8c\xcd\x0f\x2c\x39\ \x2c\xf2\xdd\x49\x29\x9d\x2e\x95\x68\x5b\x87\x07\x2c\x8a\x05\x95\ \x10\x33\xe8\xd3\xe9\x3c\x5b\x63\xbb\x1c\xf6\xde\xf1\x95\x48\xfb\ \x04\x6d\x63\xb2\xbb\xdc\x74\xf3\x23\x3d\x37\xc7\x20\x64\x34\xd1\ \x8b\x52\x52\x92\x22\x08\x85\x29\x4d\x6a\xda\x7b\x52\x2e\xbd\xf6\ \x6d\xb9\x90\x3f\x37\x36\x5f\x94\xa4\x5f\xe0\x29\x75\xfd\x6c\xfd\ \x52\x52\x42\xda\x30\x41\xf6\xfc\x78\x46\x2a\x2f\xc7\x53\x64\xc6\ \xfe\x34\x81\x6a\x60\x40\x41\x11\xa8\x0a\xdf\x96\x13\x49\x55\x44\ \xb6\xd6\xcc\x95\x30\x0e\x94\x94\x68\xf7\x05\x26\xda\x58\x61\x56\ \x6b\xb7\x77\xe7\x24\xfb\x0b\x07\x6d\x8e\x96\x61\x0f\x25\xf7\xb0\ \x4d\xa7\xdb\xef\x92\x08\x13\xf3\x2c\x5b\xd9\x1d\x32\x4a\xb4\x70\ \xca\x57\xa4\x25\x62\xdf\x0f\x2e\x90\xa2\x0b\x85\x12\xeb\x98\x7a\ \xfd\x82\xe6\x18\x13\x97\x97\xb2\xa5\xd4\xdc\x9c\x2e\x29\x4f\xb8\ \xb0\xe7\x93\x15\x61\x49\x83\x15\xe5\xef\x5f\xa7\x44\x24\xa6\xe4\ \xe1\x13\x50\x45\xa8\x74\x6c\x0a\x8a\x98\x27\x28\x2f\x1f\xeb\xa8\ \x10\x14\x60\xb9\x25\x15\xdd\x5d\x5d\x2d\x4a\xed\x3d\xaf\xdf\x6c\ \x92\x32\xf4\x66\xa5\x58\xc9\x5c\x13\x90\xb1\x55\x85\x05\xe5\x44\ \x95\x56\xdb\x4d\x43\x16\xd5\xaa\xfb\x27\x5f\x44\xd4\x84\x24\x90\ \x04\xf5\x34\x61\x29\xa6\xc5\x2c\xec\x66\xeb\x8b\x0c\xe5\x34\x0a\ \xdf\xb8\xb6\x38\xcc\xe1\x77\xf7\xee\x63\x75\xaa\xa6\x8d\xa7\x41\ \x9f\x5c\xba\x63\x5e\x98\x1c\xa8\x20\x61\x37\xe6\x96\x2e\xb6\x6d\ \xbb\x0d\x35\x68\xd0\x9d\x73\xf1\x3a\xab\x6d\xad\xe9\x1a\x94\x65\ \x2b\xce\x5f\xba\x40\x9e\x96\x41\xd0\x27\x95\xf1\xf1\xeb\xde\xa9\ \x18\xef\x63\xb2\xb7\xd5\xfa\xb0\x31\xb6\x57\xc7\x1e\xb6\xce\xb3\ \x76\xb2\x3c\xbb\xcb\x47\xf7\x57\xe1\x1e\xc8\xd5\xf4\xe9\xb9\x3d\ \x6b\x7d\x8c\x1e\x93\x5f\x77\xa3\xbe\xf1\x86\xdf\xd5\x9a\xe6\xfc\ \x93\x43\x56\x44\x95\x59\x57\xc5\x9e\xbd\xb1\xb0\x2f\x30\x90\xff\ \xd2\xb3\x56\x6d\x6b\xb5\xcf\x4c\x4d\x85\x5e\x6e\xf3\x17\x2e\xdd\ \xf6\xcb\xc5\xd5\x17\xe1\x3a\x9e\x4a\x7e\x08\x58\xb5\xce\xcd\xb9\ \x02\x9b\x47\x27\x77\x8e\xaf\x76\xd8\x47\x75\x4e\x6e\x6d\xea\x9f\ \xff\xb0\x79\x67\xa1\x4f\xe7\xde\xf8\xf3\xe0\x7c\x97\xd7\xfa\xb0\ \x60\x3f\x3e\x3b\x1e\x23\x94\x97\x5a\xce\xa7\x02\xa2\xce\x6d\xce\ \x29\x7b\x25\x28\x2b\x26\xab\x7d\x51\xbf\x0a\xf6\xff\x67\xe0\xc2\ \xb7\x89\xa7\xd0\x17\xad\xdb\xba\x59\x71\x86\x84\xfa\x81\xc2\xaa\ \x33\xe1\x7e\x51\xd5\xc1\x70\xbf\xe2\x00\x70\x25\x7a\x39\x0a\x11\ \x95\x1a\x6e\x9b\x87\x84\x38\xbd\xf1\x21\x59\x36\x38\xbc\xcc\x85\ \x2b\x7b\xb2\x32\x54\x96\x86\xe6\x83\x16\x4f\x6b\x5b\x83\x07\x5c\ \x09\x1d\x66\x1e\xd5\xa4\xce\xe9\x4f\x9e\x15\xf7\xc9\x2b\xe1\xd6\ \x4a\xbb\x27\xb9\x3a\x79\xd5\x1f\x32\x04\x71\x39\x9c\x75\xf1\xed\ \x65\xd6\xe1\xa7\xfd\x07\x77\xd9\xd2\x54\x71\xcb\x62\x8b\x68\x2c\ \x99\x99\x7f\x89\xb6\x33\xa4\x5c\xab\x4d\x6a\xb3\x81\xa0\xe8\xe4\ \xa5\x73\xf7\x02\x46\xbc\x8c\xc8\x84\x55\x07\xdf\x84\xfe\x9e\x1a\ \x00\x0d\x4f\x0e\xf0\xef\x74\x05\x4c\xfc\xf3\x8f\xaf\x9d\x40\xc0\ \x04\x2e\x08\x1e\x0b\x1f\x8f\xf1\x36\xf1\x46\x3f\xff\x11\x1c\x04\ \x83\x25\x5f\x38\x5c\xab\x97\xbe\x4d\x48\x32\x68\xfc\x3b\xe4\xc9\ \x6e\x0b\xa9\x69\xee\xb1\x2f\x22\x1a\x2b\x2f\x61\x90\xcd\x75\xb7\ \xcb\xaf\x7a\xa8\x27\x16\xf7\xf4\x90\xec\x0e\xc9\x9f\xaa\xc9\x02\ \x83\x57\x57\x5d\x21\xc1\xc5\xd0\x00\x00\xb8\x38\x19\x18\x1c\x18\ \x98\x09\xf0\x6f\xec\xec\xec\x1c\x1a\x02\x84\x81\x9e\x0e\xc2\x71\ \x2f\x61\x2e\x30\xb3\x67\x28\xb5\xa7\x3a\xf3\x05\x4a\x5f\xbe\x7c\ \x1d\xfa\x8e\xeb\xfc\xe3\xcf\xaf\xdf\xbf\x4e\xa4\x56\x57\x57\x3e\ \xf8\xfd\xfe\xc7\x3f\xfe\xf1\x8f\x3f\x86\x80\x43\x88\xce\x7f\x20\ \x3e\xff\xf1\xed\xcf\xef\x33\xe3\x9f\x33\x43\x42\x40\x8d\x33\x38\ \x00\x6e\x02\x87\xcb\xec\x04\x4d\xf4\x7c\xfe\x1a\xf3\x8f\x7f\x87\ \x84\xa6\x0e\xf9\xa7\xf6\xb4\x07\x0d\x0d\x05\xf9\x07\xff\x90\x14\ \xf1\x3e\x3b\x3d\x83\x9c\x12\x91\xd7\x57\x51\x98\x57\xa2\x67\x29\ \x69\xe5\x3a\xbc\x6e\xb1\x55\x23\x59\x30\xa5\x67\x14\x98\xc8\xb5\ \x28\x5a\x7f\x41\x2d\xa5\x43\xd0\x1d\x47\xa3\x1a\x49\x3a\x01\x86\ \x4a\x26\xe6\x34\x55\xa4\xc8\x38\x78\x52\x09\x29\xad\x48\x61\x4c\ \xc3\x53\x3b\x8c\x19\xf5\x09\xd9\xe9\x91\x91\xd9\x6f\xf1\xc8\x68\ \x63\x6e\xce\x2f\xef\x5f\x47\x24\x46\xa3\xea\x49\x05\x09\xaf\xa2\ \x23\x22\x3f\xbe\x79\x87\xd2\xa6\xe7\xa4\x97\xa4\x17\xa6\x47\x17\ \x89\xd3\x08\xdd\xc2\x5e\x35\xd1\x28\xc0\xc8\xcc\x1d\x0c\x39\x49\ \xdb\xa5\xa4\x0f\x0c\x52\x06\x38\xfa\xda\x0e\x53\x7d\x95\x3c\xe5\ \xfd\xcf\x3f\xbe\xce\x43\xbe\x7b\x93\x9e\x94\x23\x61\xf2\x79\x6b\ \x1c\x8f\x6f\x49\x6c\xec\xe2\x73\x7b\x5b\x34\xb5\x55\x34\x92\x56\ \x23\x24\x60\x12\x13\x92\xba\xe7\x1f\x76\x45\x1c\x5b\x83\xe4\xf9\ \x58\x79\x0b\xda\x6f\x99\x66\x6b\xcc\x7a\x53\x6d\x4a\x09\xb1\xdf\ \x36\x36\x6f\x5b\x68\xda\x5e\xbb\x98\x77\x3f\x3a\xec\x6e\x6f\xb7\ \x5e\xce\xe6\xb0\x2d\x73\x6b\x8b\xbd\x93\x92\x95\xd3\xff\xf4\x93\ \xef\x57\xca\xd9\x26\x51\x87\xd2\x76\xb3\xdd\xd4\xaf\xde\xf6\x89\ \xf7\xfb\x88\x7d\x1c\x3d\xb5\xa0\x8b\xb5\x7c\xb5\xde\xb0\xb8\x61\ \x5f\xf6\x79\xef\x17\xd7\xb6\x2e\xee\x1e\xd6\x38\x72\x66\xcb\x74\ \xe5\x16\xff\xce\x6e\xb7\x2c\xa8\xca\xe5\xad\x04\x7c\x3a\x55\xa3\ \x8f\xcc\xd6\xd7\x9a\x3b\xf4\x7b\xde\x95\xb1\x73\x8f\xf5\x58\xa3\ \xf2\x6d\x8b\xbc\x32\x83\x70\xb1\xac\x45\xcf\xae\xea\x56\xe6\xca\ \x75\xa8\x37\xaf\x4a\x0b\x90\x15\x44\x6a\x45\x0a\x36\x0e\x59\x40\ \x28\x8d\x20\x71\x35\xe2\x31\x1d\xf1\xba\x55\x64\x3d\x14\xe6\x1a\ \x13\x92\x8a\x8a\x24\xcb\x7d\x73\x57\x06\x02\x69\xd0\x9c\x9b\x97\ \x98\x8b\x2f\x28\x57\xe1\x65\x94\xec\x0f\x39\x18\x41\x49\x57\xd0\ \xd1\x40\xc9\x9b\x1f\x13\x4b\x23\x08\x06\x09\x9e\xaa\x32\xd4\x57\ \x9e\xa4\x51\x8b\x0a\xca\x75\x05\x5a\x13\x77\x65\x43\x5d\xda\xb7\ \xa4\x60\x97\x77\x78\x9f\x5a\x38\x1a\xba\x12\x4b\x21\x61\x31\xbf\ \xe6\xac\xa9\x50\xc8\x63\xda\xdb\x41\x53\x69\x4e\x02\x8d\xaa\xb9\ \x6b\x22\xa2\xd8\x87\xdd\xa6\xeb\x3d\xb7\xf0\x6a\x9b\x63\x8c\xfb\ \xf4\x1a\x7f\x48\x41\xa2\x24\xfd\xc2\xc2\x22\x94\xa6\x20\xa7\x28\ \xc1\x48\x21\x60\x52\xaa\x4a\x7e\xcc\xce\x8e\xc6\x44\xbc\x89\x48\ \xe8\x23\x12\x5f\x65\x0b\x0a\x3b\xa8\x58\xa5\x6a\xfb\x54\x34\x40\ \x30\xb4\xb5\x0c\x1c\xd7\x39\xb4\x1c\x2d\xbd\x5f\x2f\x17\x72\xc7\ \xe4\x6b\x2d\x6d\x63\x6a\x9d\x52\xc6\x13\x8a\xba\xd9\xcc\xb9\x33\ \x87\x10\x85\xed\x42\x55\x30\xe7\x06\x9b\xb4\x5d\x0a\x12\x85\xac\ \xed\x18\xe8\xb2\xf4\x8a\x1c\xd3\x8a\xf8\x63\xc9\xde\xd6\x7d\x99\ \xcd\x6d\x1d\x16\x4d\x32\xd9\xbc\xb8\x56\x99\x86\x22\xc8\x47\xb5\ \x4c\x16\xb0\x1d\x27\x3b\x53\xb3\x37\xdd\x5d\x37\xee\xba\x7c\xfb\ \xa8\x48\x32\x70\xb8\x81\xd5\x9e\x9d\x9c\x6b\x44\x74\xdd\x22\x77\ \x4f\x20\x19\xb6\xae\x9e\xfb\x2e\xea\xac\x2b\x4c\xb1\xb8\xc1\xaf\ \xc1\x7b\xf6\x04\x75\x2e\x9c\xfb\x6e\x6c\x9b\x9e\x3e\xf3\xb1\xcf\ \xfe\xb0\xe0\x38\xb7\x05\x02\x3c\x67\x9e\xf1\xfc\xbb\x31\xbe\xe4\ \x86\x73\xfc\xf9\xcb\xe7\x54\x34\x90\xd9\x9b\x1f\x1e\xec\xf3\x1f\ \x7e\xb6\x71\x18\x6d\x23\xb1\x5f\x11\xa1\x90\xf0\xcd\x2d\xf7\xa2\ \xc2\xb0\xb5\xcf\xad\x8e\x6d\xb0\xc7\x97\x15\x17\x7b\xd6\xe6\xec\ \xcf\x65\xa1\xcf\xa1\x75\x27\x77\x06\x62\x4e\xca\xbb\x77\xc6\xb0\ \x3f\x82\x25\x02\xfa\x65\x8d\xe7\xbc\x78\x36\x66\x35\xf8\x6e\xaa\ \x78\x02\x01\x08\x6e\x86\x5d\x24\x0f\x01\xec\x8d\x50\xa7\x7d\x16\ \x16\x8b\x08\x81\xb4\x07\x66\x01\xa2\x78\x2a\x4a\x54\xdd\xb5\xb7\ \xf8\x94\xcb\x01\xb8\x07\x47\x93\x7b\xef\x63\xb3\x1a\x1b\x43\xfd\ \x80\x0b\x77\x7e\x7e\x31\x73\x7a\xa8\x9f\xd4\x1d\xb5\x99\xd5\x8c\ \x08\x8a\xbf\xb4\x47\x7d\xe9\x2c\x0e\xcd\x7f\x9e\x6e\x4e\x45\x97\ \x7d\x09\xb5\xd6\x80\xae\x2d\xed\xc1\xcd\x90\xba\x87\xab\xe5\x95\ \xe9\x30\xfb\xe9\xc1\x64\xef\xc6\xbe\x0b\xb2\x59\x87\xf6\x64\xae\ \xd7\xb4\x87\x35\xb8\xf6\x8f\x9e\x3d\xd7\x57\xd5\x65\xbe\x9b\x30\ \x44\x2a\xa0\x26\x08\x74\x39\xf5\xb8\x6c\xe5\x72\x76\xe6\x97\x76\ \xe3\xad\xcf\xc3\x96\xde\xd5\x2d\xaa\x7b\xb3\x94\xbf\x76\x38\x6c\ \x42\x0f\x1b\x98\x3b\x63\x12\x76\x19\xe2\xee\xea\x32\x19\x30\x70\ \x1c\xbf\x9a\x3c\x92\xef\x0f\x84\xd4\xd9\x6d\xc1\x35\xc0\x7f\xfc\ \xeb\xdf\xff\xfb\xcf\x3f\x8a\x5d\x99\xa9\xa0\xf6\xeb\x1a\xe0\xb7\ \x4c\xcf\x4d\x56\xfe\xc6\x72\x4c\x40\x20\x00\x1d\x15\x00\xf7\x4f\ \xf5\x03\xc4\xb7\xaf\xe2\x80\xce\x8b\xc9\xf9\xd5\xfc\xe4\x98\x20\ \xc4\x37\x50\x72\xf5\x8b\xef\xa4\x06\xae\x07\x35\x2e\x87\xfd\x59\ \x0d\x0c\x3e\xb7\xba\x4f\x6e\x36\x03\x1b\x5e\x02\x9b\x7f\x70\xbe\ \x5f\x3b\x2e\x10\xd8\x70\x80\x03\x57\xfa\x67\xfa\x55\xe3\x80\x3d\ \x5f\x70\x53\xb0\xb3\x2c\x28\x1c\x11\xec\x5f\x8d\xeb\x9c\xc9\x84\ \xc4\x04\xcc\x74\xfe\xe7\x67\xd4\xdf\x67\x3e\x8f\xcf\x04\x86\x7c\ \x8f\x1d\x10\x4a\x7b\x59\xa2\x35\x1b\xf4\x62\xa4\x01\xd4\x03\xf0\ \x0f\xec\xf9\x3d\x00\x06\x04\x02\xfc\x47\x03\x20\x43\xe3\x13\xd5\ \xf0\x4d\x10\xfc\xcb\x78\x70\x18\xec\x00\x12\x3b\xb1\x7a\x3c\x0d\ \x85\xbc\xc8\x67\x43\x71\x7c\x50\x27\xe2\x87\x24\x7c\x91\x85\xfa\ \x1e\x53\x90\x20\xa7\x97\x60\x55\x52\x8a\xfc\xa4\x9b\xad\x32\x33\ \x47\xcf\x59\x5a\x4e\x8b\xa8\x95\x44\xc0\xf7\x47\x27\x66\x24\xa0\ \x72\xea\x2b\xe8\x2d\x55\x79\xd4\xde\x12\x33\x5f\x80\xcd\x29\x20\ \x13\x8c\x5d\x0a\x61\x6e\x9a\x8c\xce\xa7\xab\x93\xa8\x83\x7a\x95\ \xac\x00\x5f\xfa\xf6\x3f\x1d\x94\x7f\xfa\xf8\x9f\x5b\x3d\x3f\xff\ \xfc\xf1\xf5\xc7\xd7\x15\xa4\xf4\x22\x72\x6e\xca\x7b\x24\x21\xed\ \x85\x7b\x69\x71\xd1\x94\xb8\x5f\x4a\x88\x15\x1d\x6a\xb5\x4e\x56\ \x88\xef\x36\x56\x25\xb4\x75\x94\xaa\x57\xc6\x5a\xc8\x6d\x17\x8c\ \xfa\x73\xb9\x58\x3e\xa8\xc4\x54\x30\x9b\x3a\x54\x74\x82\x58\xa2\ \x4a\xab\xa5\xd3\x35\x39\x55\x32\xe5\xde\xb6\x75\xd3\xc9\xa9\xb8\ \x71\x48\xa7\x51\xc2\x12\xa6\x38\x29\x4d\x81\x14\x33\xdf\xeb\xf6\ \x14\xb6\xb1\x56\x62\x4e\x77\xcd\x92\xcd\x51\x2e\x41\x34\x6c\x39\ \x1d\x87\xcc\x05\xe1\x5a\x53\x0e\x91\x3a\xd8\x7a\xee\x9e\xd4\x94\ \xb7\xb2\x95\x1c\xd3\xc9\xd1\xba\x4f\x7a\xb2\x7f\xbd\xec\x5b\xda\ \x7b\xba\x6b\xaa\xa7\xf3\xed\xbb\xbb\x9e\xe1\x36\x5d\x57\xae\xb2\ \x6b\xa1\xa3\xc9\x21\x37\x0d\x6f\xb6\x6c\xf6\x5e\xec\x1f\x6f\x4b\ \xfa\x75\x12\xee\x60\xcb\x85\x5a\x6a\xab\x9c\x7e\xac\xf3\x3e\x6f\ \x1b\x79\x27\xc7\xb6\xa7\xed\xed\x9d\x6d\x75\x1f\x7b\xff\x52\xa4\ \xe7\x4b\x24\x64\x3d\xb9\x80\xd8\x9f\xa7\xf7\x14\x0d\xd6\x67\x14\ \xe5\x20\x09\xbc\x96\xe7\xdd\xb3\x79\x1a\x9f\xae\x95\x5b\xc6\xc6\ \x34\xea\x43\xf3\xce\x31\x47\x32\xdf\x55\x6e\xa0\x66\x47\x7e\x88\ \x4e\x89\x2b\xa7\x11\xf8\xf3\x9a\xa4\x12\x63\x21\x16\xa9\xa1\x8a\ \x88\x26\x62\xdd\xf6\xf3\xcd\x9d\xa2\xe0\xd5\x8f\x6f\x5f\xa7\xe7\ \x09\x59\xb5\x66\x2b\x7d\xed\x72\x78\x49\xd1\xb6\x7c\x4c\xdf\x12\ \xd5\xe7\x15\xe6\xe5\x50\xc9\xe2\x9c\x74\xd9\x92\xa8\x3e\x27\xfa\ \xd5\xa7\x9f\xdf\x67\x24\x45\xff\x5c\x48\x19\x4c\xcf\x45\xa6\xa5\ \x08\xfb\x48\x6b\x63\x39\x3c\x7d\xe9\xa0\x02\x5f\x3a\x20\xf1\x28\ \x30\x7b\x7d\x15\x46\x02\xf3\xb1\x5b\x53\xcf\xe1\x51\xd7\xb6\xa9\ \x71\x78\xb3\x91\xb7\xa4\xd1\x53\x72\x68\xba\x24\x0e\x73\x2b\x9b\ \x5c\x8e\x92\x33\x98\xc6\x9b\x07\xde\x34\xf1\xed\xaf\x7f\x7d\xdd\ \x1d\x27\x66\xb4\x95\x0b\x0a\x39\xad\xd8\x5a\x24\x32\x31\x3b\xb7\ \xa8\x28\x5b\x56\x95\x94\xf7\x3e\xe2\x97\x88\xf4\x1c\x39\x29\xb2\ \x8a\xf8\x9a\x90\xa8\xa2\x1f\x3e\xb9\xa5\x4d\xc7\xe7\x7a\x5a\x2f\ \xb7\x85\xc3\xab\x37\x76\x70\x4a\x5b\x29\x29\xef\x23\xa3\xdf\xe6\ \x2e\xf1\xb4\x57\xdb\x12\x83\x98\xa6\x31\xb4\x6a\xd5\x3a\x0f\x83\ \x6f\xa2\x6b\xae\x57\x16\x3c\xd7\xca\x43\xd7\xd3\xde\x61\xcd\xaa\ \xe6\x5e\xb5\xd4\xa5\x30\x89\xbc\x6b\xc2\xd6\x8e\x0a\xfa\x4a\xaf\ \x51\xaf\xaa\x52\x52\xd2\x54\xd6\x9c\x43\xe9\x58\x3e\x35\x09\xb3\ \x66\xd9\xf1\x74\xfb\xd6\x41\x27\x77\xb7\x0a\x51\xbb\x5a\xe4\xd3\ \xe6\x2f\x95\xfb\x4e\xd7\xfa\xf3\xd4\xf8\xb7\xc3\xd7\xa7\x7b\xfb\ \xee\xdb\xd5\x2c\xdf\xc3\xc0\xf4\xe6\xf1\xfa\xa9\xc2\x01\x89\x9a\ \x2e\x64\xf9\x4e\x25\x0c\xc3\xa4\x7b\x38\x04\x11\x78\x6d\x89\xa9\ \xce\x8f\xb1\xdf\x94\x81\xb2\xbc\xab\x61\x8b\xd6\x9a\x40\xe7\xb9\ \x6d\x34\x0c\xba\x3f\x5a\xe6\xf4\x5b\x0f\x0a\xac\xae\xac\x09\xb4\ \x5a\x3d\xc5\xa1\xd6\x31\x74\x7c\xe8\x91\xf7\x2c\x3f\xbf\x66\xe3\ \x26\xca\xa1\xcd\xba\x03\xb9\x42\x1f\x7c\xb0\x87\xbd\xc3\x51\xf7\ \x59\xc0\xb1\xc9\x13\xf3\x1d\xe0\x1a\xd5\x11\xa8\xf7\x59\x50\x34\ \x7a\xbc\xd8\xb5\xb1\x7f\x66\xb5\x36\x64\xc1\xe0\x77\xa0\xe6\x89\ \x10\x70\x00\x84\xe7\x8c\x85\x6e\x6c\x05\x05\xf9\x7a\x6f\x5c\x5e\ \xb7\xd3\x5a\xbc\x32\x1d\x3a\x3f\x40\xf0\x3d\xcf\x0f\xcc\x1d\xa4\ \x6a\x49\x0f\x4e\x96\x37\xe4\xc4\x1e\x08\x4a\x8d\x85\xf7\xa4\xce\ \x96\x3d\x38\x83\x6f\xf2\x36\x10\x5b\x5e\xf8\x86\x7b\x1d\xe8\x5e\ \xfc\x92\x6c\xcf\x7c\x98\xad\x01\x14\x87\x41\x3a\xcf\x57\xe1\x99\ \x61\xa1\x4e\x58\xd3\x7c\x2c\x2e\x13\x8d\x5e\xe7\xfb\xce\x1f\xbd\ \x07\xd5\x77\xc5\xb1\xf6\x30\x27\x0c\x56\x13\xb5\x90\x75\x75\x04\ \x8a\x37\xfa\xd6\xba\x67\x8f\x80\x76\xc7\x2d\x3a\xc4\x0f\xe0\x37\ \x04\x2e\xf3\x6f\x06\x36\x02\x57\x53\x37\xcb\x80\xb1\xc1\x3e\xf4\ \x93\x33\xca\x79\xd0\x0e\x63\xcf\x59\xad\x5b\xbb\xb0\x98\xd3\x18\ \x34\xd8\xba\xd0\x72\x77\x23\x1e\x86\xd5\xa0\xaf\xf6\x1c\xe1\x68\ \x08\xdc\x69\x07\xf7\x84\x97\xb9\x3d\x21\x08\x44\xf3\xb7\x7f\x7e\ \x83\x80\xaa\xa1\xa1\x88\xd4\xc6\x3f\xbe\x86\x64\xad\x4f\x36\x64\ \x65\xe5\xa7\x56\x67\x06\x41\x6a\x56\x67\x07\xce\x4f\x5d\x21\xb0\ \xfc\xa3\xc0\x4c\x48\x50\x8c\xff\x68\x48\x70\x5d\x68\x31\xa0\x0c\ \x0a\xee\x8c\x39\xf5\xde\xd4\xcd\x06\x5d\x06\xa7\x06\xc3\xae\x8d\ \x75\x9d\x31\xb3\x35\x40\x44\xe3\xcc\xef\x9f\xa1\xa0\xcc\x66\x40\ \x6a\x20\x34\x24\xbc\x3d\xb0\x27\x38\xbc\x79\x68\xa6\xf3\xf3\x04\ \xdc\xb9\x77\xb4\x0b\x0b\x0f\x89\x0d\xf4\x0b\x87\xf7\x74\xf6\xcc\ \x4c\x20\x1a\x71\x43\x33\x3d\x9d\xcd\x33\xdf\xbe\xa5\xb6\xe1\xf1\ \xc6\x15\x2d\x2b\xeb\xf3\x68\x43\x27\x62\x7c\x26\x24\x64\xa2\xa7\ \x21\x2a\x2c\xf6\xfb\x38\x22\x35\xe4\x2e\x26\x35\x33\x33\xbe\xae\ \xa6\x3d\x14\x88\xc8\x2f\x0e\x7f\x79\x04\x44\xc3\xe0\x99\xfe\xb1\ \xf9\xf7\x76\x18\xe2\x87\xe8\xda\xb4\xb8\xc8\xb7\x7f\xf9\xf4\xf1\ \x6d\x24\x0a\x43\x2d\xc0\x97\x33\xd9\x87\x6c\x2a\xad\x5f\xb1\xbe\ \xc7\xab\x90\x31\x18\x04\x54\x21\xe6\x5d\x1c\x35\x25\x3a\x2e\x2d\ \x5a\x3d\x90\x97\x90\x94\x47\x13\x53\xda\xb1\x39\xc8\x74\x99\x5c\ \x1d\x97\x9e\x96\x90\xab\xaf\xa0\xca\xd2\x28\x7a\xb1\x0c\x9b\xf8\ \xf6\xdd\xaf\x1f\x5f\xbf\x4d\x4a\x79\xfd\xe9\x55\x55\x1c\x32\x27\ \x3d\x07\x99\x26\xcc\x8d\xcc\x4d\x89\x78\x95\x6e\xcc\x2d\x54\x2b\ \x91\xb9\xa5\x39\x25\x14\x6d\x79\x49\x5e\x51\xe9\xc0\x9c\x8e\x5b\ \xfb\x62\x64\x05\x55\x92\x2a\x1a\x4d\xb7\x34\x6d\x36\x13\x49\xe4\ \x52\x2a\xa9\x5b\x2d\x6f\x5a\xea\x7a\x82\xba\x2d\x2f\x5e\xb5\xe0\ \xdb\xb1\x9d\x71\xb8\xc6\x92\xa2\x24\x4c\x15\x32\xb7\x6b\xfe\xf8\ \xbe\x49\xc1\xf4\x9c\xb6\xd5\xaf\x2d\x5a\x22\xf2\xc8\x66\xdd\x89\ \x43\xc1\x12\x99\x18\x8c\x1d\xf1\x20\x11\x9c\xe9\xbe\xf1\x29\xf8\ \x4b\xd3\x03\xf7\x2d\xbd\xe8\x9d\x41\x95\x6c\xd8\xc4\x59\x31\xcc\ \x4d\x9d\x1c\x7b\x37\x1e\x44\x12\x63\x8b\x9b\x73\xb6\xbd\x71\xa2\ \xe4\x73\x4b\x3c\x16\x0d\x8b\xcd\xd5\xe0\xd3\x3a\x84\x4f\x1c\xc6\ \xad\x8d\x43\xbb\x99\xdc\xf6\x4a\xd5\x6e\x65\x5f\x7d\x93\xaa\xbe\ \xb0\xaf\x95\xd0\xd6\x37\xc6\xef\x6f\x99\xb3\xd0\x4b\xeb\xa2\x16\ \x9b\x36\x3d\xee\xbe\x81\x39\x8e\x70\xed\x5a\xcf\xf3\xec\x11\x88\ \xa5\x7a\x6c\xbd\x6a\x8f\xbe\xd6\xa2\x1e\xa3\xc8\xc5\x34\x1e\x4d\ \x6f\x39\x68\x52\x48\x16\xa6\x77\x57\x38\x0b\x5b\x0a\xee\xe0\xb4\ \x67\x8c\x62\x72\x2b\x6b\x91\x91\xef\x93\xf2\xd2\x50\x15\xda\xaa\ \x43\x12\x25\x8f\xa0\x79\xc8\x48\x2c\xa1\xf7\x1b\xcc\xf9\x77\x96\ \xad\xc9\x01\xaf\xac\xad\x2a\x83\x9c\x58\xa2\x6d\xea\x9d\x33\x94\ \xb1\x5b\x9d\x4d\x4b\xbc\x52\x53\xbd\x5a\x8c\x25\x6b\x8d\xe5\x64\ \x41\x41\xc6\x87\x5f\x12\xc8\x58\x8e\x1e\x5f\xf8\xf1\x4d\xc4\x9b\ \x5f\x22\x91\xaf\x3f\x95\x44\x67\x97\x24\x15\x21\xb1\x19\x86\xc9\ \x3e\x9e\x46\x41\xf0\x3d\xaa\xe2\x4a\xf3\x4c\x8b\x2b\x29\xd9\x86\ \x72\xa2\x44\x98\x4b\x13\x0a\x95\xdd\xdb\xa7\xf4\xb1\xda\x2a\xca\ \x9c\x45\xd9\xc6\xef\xe0\x32\x2d\x6b\x6a\x9e\xd9\x42\x12\x66\x54\ \x24\x2a\x99\x6a\x43\x8a\x96\x90\x5d\x58\xa4\x52\x93\x08\x79\x45\ \x6f\xb3\x5b\xb5\xa5\x6f\x8a\xcc\x25\x58\x13\x21\x07\x4b\xab\xa5\ \x16\x94\xa4\x90\x85\x79\xad\xca\x6c\x6a\x15\x52\x25\x3d\xf3\x0c\ \xf4\x33\x04\x42\x2d\x5d\x25\x66\x2e\x4a\xe4\x06\xba\x75\x78\xb7\ \xdf\x28\xec\xa8\x2a\xca\xcb\x78\x47\xa1\x13\x07\xe6\x24\x4d\xbd\ \xa6\x7e\x29\xc5\x61\xa4\xf5\x8d\x0d\xdf\x9f\x77\x60\x6a\x39\xa6\ \x41\x6e\x2f\xc7\x6d\x97\x0e\x5a\x07\x1d\x6e\xf5\xb4\x59\xaf\x68\ \x22\x1a\x8d\xcf\x54\xd3\x42\x45\x09\x8f\x6e\xd2\x50\x3e\xa5\x14\ \xbe\xab\x40\xd2\xcb\x1e\xd5\x4a\x85\xfb\xfa\x00\xd6\x44\x3f\xdf\ \x7f\x7e\xde\xf4\xa2\x47\x9b\xdb\x5d\xb7\x8f\x46\x1f\xda\xbb\xbe\ \xc4\x79\xcc\xad\xbd\x7f\x28\x7b\xf6\x1d\xf5\xce\x85\x81\xd1\x56\ \x45\x6a\x67\xf1\xa9\xe4\x61\x73\xd5\x7f\x64\xc1\xb7\xb2\x36\x1b\ \xb0\x26\x7f\x0a\x8b\x1a\x5e\x1b\x73\xb3\x7c\xf9\x0d\xbe\xc7\xd0\ \x58\x10\xda\xa7\x7d\x04\x22\x62\x63\x3b\x71\xc9\x7e\x23\x68\x7b\ \x71\x4c\xe0\xbe\x35\x0a\xe4\x77\x1b\x0c\x3c\x7f\x00\xdd\xc2\xea\ \x5e\x12\xa7\xad\xec\xf6\xa0\x8e\x93\x6f\xbd\xd8\x34\x38\xe3\xdd\ \xb6\x66\x98\xf5\xbe\xc6\xbb\xd3\x67\x73\x2d\x96\x2d\x87\x81\xfa\ \xec\x20\xd7\x85\x3d\xf0\xce\x1d\x78\xbf\x35\x1b\x7e\x66\x65\x4e\ \x8a\xec\xdd\x2d\x47\xd6\x9a\xa5\x47\xf5\x05\x30\x16\x38\xd0\x35\ \xad\xd9\x0b\xae\x3c\x5a\xdd\xf7\x95\x85\x07\x0c\xfd\xf1\xaf\x7f\ \x7e\x8f\xbf\x60\x75\xb3\xfc\x2f\x75\xf7\x53\xf5\xd9\xd4\x91\x43\ \xcc\x16\x68\x6b\x16\x12\x8c\x1b\xc2\xf5\xa4\x06\x82\x47\x63\xcb\ \xc6\x78\x01\x08\x8f\x7b\x74\xac\x2e\xc6\xca\x44\x57\x2e\x47\x05\ \xc0\x6c\xd5\xed\x56\x28\xe8\xd8\xda\x18\x1a\x0b\x86\x5c\xaf\xa7\ \x22\x7c\x40\xc8\x28\x3a\x2c\x6a\xf6\x36\xac\x11\x78\x1d\x68\x5d\ \xbd\x05\xb4\x87\x66\xdd\xb5\x3f\xef\xaa\x0d\x73\x16\xc6\x99\xfc\ \x2e\x3c\xab\xac\x66\x24\x18\x04\x09\xc2\x85\x44\xa1\x63\xce\x5a\ \x10\x8d\x40\xab\xa8\xcc\x06\xbd\x0d\x6c\x8c\x5a\x3b\xb1\x5b\xbd\ \x61\x76\x9b\xc7\xa4\x98\xdb\x6f\x47\x58\x7d\xe1\xb1\x23\x59\x47\ \x95\xa3\xab\x0f\x31\xa3\xf6\x7b\xa7\x77\xcd\x9e\xbc\x76\x9a\xec\ \x1f\x1e\xee\x07\x6f\xc4\xc1\xfd\x87\x3e\x7f\x1d\x1f\xc7\x7d\xff\ \xf6\x79\x3c\x6a\xea\xf7\x3f\x00\x80\xa1\x6a\x7f\x5c\x2c\xa8\x21\ \xca\xfa\x94\x0f\x0b\xf6\x73\x02\x82\x8b\x5d\x67\xae\x83\xe4\x2c\ \x44\x54\x70\xc3\xea\xe6\x41\x3b\x3c\x66\x11\x56\x19\x95\xba\x58\ \x31\x37\x0d\xf1\xc2\xda\x61\x8d\x99\xf9\x31\x3d\xc0\x86\x76\xaf\ \xab\xbd\xae\xd2\x2f\x75\x66\x7c\x62\x62\x28\x75\x68\x3c\x35\x00\ \x17\xd4\x50\x8c\x83\x05\xf4\xcc\x54\x7f\xf9\x23\x26\x15\x12\xe4\ \x0f\x81\x06\xc5\x76\x66\x06\xf8\x8f\x4f\x8c\x8f\x4f\x84\xa4\x7e\ \x19\xfa\x36\xfe\xfb\xd0\x97\xef\x33\xcd\x5f\x7e\xff\x5a\xed\xff\ \x79\xa2\xf9\x4b\xe7\xcc\xcc\xd0\x10\xa2\x18\x10\xd8\xf9\x25\x36\ \xb6\x67\x22\xe4\x6b\x26\xb8\xa7\xec\x0e\x1d\x1c\x55\x79\x19\x86\ \x08\x3b\x08\x89\x85\x37\x36\x43\x21\x10\x28\x38\x33\x2a\xcc\x05\ \x41\xfc\xd0\x91\x11\x17\x39\x98\xf7\xd3\x8f\x3f\xfd\xf6\xcb\xbb\ \x74\x71\x3a\x0a\xf9\xea\x6d\x79\x47\xc2\xdb\x9c\x42\x0c\x61\xbe\ \x3b\x3d\x49\xa0\x2e\x17\x92\x7f\xcc\x65\x14\x61\xb1\x02\xc1\x20\ \xc3\x37\x59\x18\x81\xc9\x48\x90\x9b\x12\xca\xc9\x85\x14\x6c\x44\ \x52\x11\xea\x6d\x61\x87\x9c\xc5\x21\xbf\xe4\x13\xb2\x16\x9b\xf4\ \x3e\xae\xa0\x43\x87\x35\x18\x4b\x4a\x0d\x7c\x71\x86\x89\x4a\x56\ \x09\x04\x54\x54\x5e\xa9\x90\x43\x31\xbb\xf3\x5e\x69\x79\xb5\x32\ \x33\xeb\xba\x2f\xcf\x80\x57\x89\x9e\xa5\x0f\xa2\x36\x7d\x17\xbf\ \xa5\xad\xbf\x54\x33\xd7\x57\x9a\x98\xf8\x13\xa5\x8f\xa8\x37\xb4\ \x71\x76\x2e\x9f\x0e\xd7\x76\x54\x12\xed\x9a\x6f\xd8\x61\xbd\x75\ \xd7\x66\x64\x44\xfc\xed\xbf\x7f\x4e\x2f\x7a\x87\xc7\x10\xe5\x2c\ \xd6\x58\xf7\x96\x79\xf2\x7a\xff\xfc\xb8\xb7\x8a\x24\xd6\x10\x8c\ \xdb\x67\x6d\xfb\x67\x2a\xcf\xad\xd3\x73\xd8\x7e\x28\x9d\x5c\xe4\ \xaa\xc5\x3c\x99\xaf\x55\xcf\xb4\xec\x2c\xb4\x9c\x3f\x1f\xcf\xd5\ \x96\x2d\x49\xb7\x9e\x6f\xf6\x9d\x6e\xbe\x5c\x6e\xba\xb9\xb6\xae\ \x8a\x86\xa9\x04\x0b\x47\xc8\x2b\xd0\xac\xca\x93\x84\x6c\xa7\xf7\ \x74\xde\x2d\xb2\x70\xd4\xd3\x1a\x52\xee\x2b\xd1\x59\x5c\x57\x5f\ \x77\x4e\x12\x6a\xd2\x2e\x7c\xf3\xa9\x5e\x3e\x1b\x66\xe3\x51\x39\ \x4b\xb7\x7b\x5a\xfb\x3c\x59\xcb\xc5\x33\xf6\x3a\xe4\xd2\x3e\x03\ \x1b\xd5\xdf\xa4\x42\xb5\xed\xd2\x0a\x16\x5b\x4a\x5d\x8b\x97\xee\ \xb5\xd1\xbd\x25\xfb\x1a\xdb\xa3\x9f\x33\x6c\xe3\x49\x73\x12\x03\ \x45\x3d\x6f\x16\x14\x65\xa4\x23\xa9\x06\xb9\xbd\x17\x3f\xc7\xa3\ \x18\x65\x18\xa9\x2c\x2e\x91\xb1\xb8\x30\xb6\xc0\xe2\xb5\x76\x2f\ \x31\x15\x73\x83\xdd\x79\x71\xa5\x2d\x3b\x5c\xb2\xce\xdd\xe6\x60\ \x57\x50\x07\xd5\x1a\x6c\x42\xca\x87\x4f\xaf\x3f\xbd\xf9\x99\xf0\ \x12\xce\xa2\xd3\x53\x22\xb1\xfd\x39\x79\x2f\x19\xfb\xef\xbf\xbc\ \xfb\xe9\x6d\x24\x32\x32\xe7\x75\x02\x2a\x23\x9a\xac\x5d\xd1\xe9\ \x72\x65\x94\xb1\x1b\x09\xf1\x55\x02\x6d\x53\x93\x87\xdd\x19\x8c\ \xc8\x51\xa8\x14\x93\x4c\x86\x9c\x32\x30\x77\x73\xc1\x5a\xb0\x5a\ \x34\x6b\x7d\xaa\x41\xa9\x6a\xfa\x78\xcf\x61\xef\x9d\x43\x0d\xb6\ \x16\x12\x9b\xba\x18\xfd\x8f\xc7\x2d\xb5\x45\xd9\xa4\x2a\xb9\x96\ \x5c\x5e\x40\xeb\x27\xea\xd9\x6a\x55\x7f\x93\x19\x2b\x54\x4b\xf4\ \xb4\x5c\x0a\xcf\x58\xcf\x34\x30\x89\x2b\x1e\x7a\xc6\xeb\xd7\x15\ \xba\x2a\x93\x4a\x46\xcc\x4e\x23\xb0\x79\x1c\x55\xaf\x45\xc3\xee\ \xed\xca\x19\x68\xaf\xd1\x73\x86\x59\x12\x3d\x57\xc2\xda\x92\xdb\ \xee\x8f\x6f\xc3\x14\x66\x9d\x7c\x4c\x80\xc2\x52\xb1\xc4\xbe\x2a\ \xe2\xdb\xb8\x96\xb3\x56\xa1\xb1\xa3\x7e\x7a\xce\xc2\xef\x75\x74\ \x73\x93\x88\x73\x9c\x2a\xb5\x0e\xdf\xc4\x2d\xc8\x8e\xd3\xcc\x77\ \xf3\xea\x15\x4e\x9b\xdd\x6c\xa2\x29\x8a\xf3\xdd\xee\xe1\xb5\xf6\ \x7c\x48\x8d\xf7\xee\x08\x74\x7b\xe7\xb3\x72\x6c\x6d\x60\x5c\x90\ \x73\x39\xf9\x8a\xbb\x3d\x7a\xfa\x3c\x37\x79\x72\x6b\x77\x5b\x76\ \xc6\x7c\x97\x57\xc7\x37\x95\xcb\x07\x23\xd7\x52\xd6\x72\x99\xc3\ \x75\xb9\xc6\xda\x6f\xaf\x6c\xca\xf7\x4c\x79\x6d\x61\xb3\x95\xab\ \xf1\xf1\x21\xb8\x6a\xe0\x7d\x63\xac\xf3\xc0\x3d\x9d\x1c\x8e\xbe\ \xad\x4c\x36\x04\x01\x71\x99\x59\x57\x76\xef\xf8\xad\xcf\x1d\x74\ \xe7\x2e\x06\xd8\xf7\xbd\x9b\x95\xe7\x4d\x77\x8e\xa7\x83\x8b\x9d\ \xe4\x91\x65\xa9\xf4\x60\x54\x71\xe8\xf4\x45\x8d\xd4\x5d\x39\x17\ \x1a\x2b\x6b\xa0\x07\xc3\x75\xc1\x60\x97\x22\xd9\x77\x50\x73\x65\ \x75\x1e\x54\x82\x99\x6d\xee\xd5\x8b\x9b\xbd\x4d\x8f\x4d\xd9\xd1\ \x75\x66\x7f\x9e\x72\x2a\x38\xab\x61\xb0\x29\xf7\x1d\x6c\x4e\x70\ \xe9\x32\xff\xc2\x0d\x3d\x2e\x7d\x06\x68\x93\xae\x81\x5e\xef\x79\ \x58\x59\xf8\x55\x5d\x40\x80\x3f\xa0\xf3\x45\x5d\x32\x9b\x1b\x8e\ \x52\x6b\x98\x76\xf4\xfe\x6e\x72\x60\x43\x94\xbf\xcb\xd7\x1c\xd3\ \x1b\xd3\x7e\x1a\x03\xba\x68\x48\xb6\x37\xdf\x82\x81\x90\xf0\xe4\ \xac\xd4\x50\x1c\x0e\x1a\x18\x1a\x12\xe5\x37\xdf\x90\xd5\xec\x1a\ \x75\x05\xc0\x70\x4b\x1a\x70\xd4\xf1\xad\x75\xd4\xdd\x7b\x7b\x30\ \x05\xac\x79\x8e\xda\x2c\x8b\x8f\x9a\x3d\x6a\x5f\x58\xd8\xd9\xb1\ \xb9\x6d\x41\x75\xa9\x33\xdf\x83\xa1\x59\x23\x8a\x86\xf8\xd0\xba\ \x69\xc8\xea\xc5\xe4\xb0\xf5\xfe\x79\xd7\x19\x6f\xb0\x4e\xa1\x41\ \xe8\x3a\x70\xcc\x81\xdb\xbb\x94\x15\xee\x51\x4c\xd5\x21\xea\xcc\ \x67\x95\x35\xa0\x55\x20\x62\xa8\x31\x13\x97\x0a\x83\x4f\x8c\x23\ \xa2\x1e\x6e\x71\xff\xfe\xbf\xcc\xac\xfc\x3d\x16\xd7\x37\xdb\x10\ \x80\x0e\x42\xb4\xdb\xb3\x20\xe0\x65\xd7\xc9\x86\xc8\xba\x37\x35\ \x1e\x12\x00\x05\x94\xcd\x42\x6f\xe2\xc1\xee\xb2\xd8\xc6\xb2\xca\ \x80\xf5\x3b\x57\x59\xd0\x38\x1c\x0a\x49\xf6\xbb\x9e\xb4\xb9\x2d\ \xdb\xce\xa9\x9a\xf8\x2c\x40\x20\x1c\x9e\xf9\xf9\xcf\x3f\xbe\x6e\ \x0a\x02\x0f\x2e\x8e\x2f\x57\xc3\x3a\x1b\xab\xc7\xbf\xcc\x34\xce\ \xf4\xf4\xa4\x06\x4f\x81\xbe\x7c\x1e\x1f\x1a\x6f\x8c\x4d\x05\x97\ \x41\x9a\x81\xb1\x08\x60\x08\x68\x08\x97\x19\xdc\xdc\x0c\x00\xc4\ \x07\xfb\xd5\x85\x22\x70\xf0\xa0\xc0\x46\xc4\x44\x6c\x73\x23\xce\ \x3f\xb8\x39\x39\x3f\xbc\x1d\x16\x08\x1f\x02\x37\x04\xfa\xe3\x70\ \x3d\xfe\x99\xc0\x71\x68\x58\x6c\x48\xf5\xef\x70\xd8\x0f\x22\xaa\ \x86\xe8\xde\xfb\xe5\xdd\x9b\x57\xef\x5f\x7d\x7c\x15\xf9\xea\x97\ \xbf\xbd\x2d\x4f\x34\xf2\x73\x91\x66\xbe\xd0\xcd\x44\x55\xd4\x17\ \xf5\xa9\x13\x0b\xc9\x32\x99\xa9\x84\x50\x8f\x99\x76\x39\x4f\xeb\ \x8b\xb2\x51\x0b\xc2\x6c\x55\x1e\x8d\x94\x82\xca\x23\x96\x7c\x8c\ \xae\xe5\xb6\x10\x05\x45\x58\x8d\x34\x57\xcf\x95\x93\x55\xda\x0a\ \x79\x1f\x36\xae\xbe\x2a\x2d\x21\x81\x46\xad\xa5\x9a\xeb\xf3\xf0\ \xe2\x3e\x03\xa6\x4f\x87\x2d\x2a\x94\x99\x68\xf5\x19\x55\xd9\xaf\ \x13\x72\x4d\xe5\x04\xec\x1d\xdd\xbe\xa3\xe0\x5f\x2c\xf5\x11\x0b\ \x0a\x90\x54\x61\x41\x95\xc6\x20\x64\x37\xed\x09\x6c\xd6\xb9\x5d\ \x8f\x8e\xb4\x23\xd2\x6f\x71\xdc\x5e\x16\xcb\x5b\x91\x97\x16\xf9\ \xeb\xab\xb7\xe9\x11\x19\x98\xf7\xf5\xc4\x94\xd2\x84\x12\xaa\xae\ \xcd\xed\xf5\x5e\xb1\xba\xea\x2d\x17\xc4\x0b\xb4\xfd\xf6\xcc\x3e\ \xb7\x6f\xeb\x5d\x5a\xf7\x2a\x4f\xba\x8d\x63\x4e\xa5\xf4\xba\x6d\ \x67\xda\x78\x7e\x78\x7f\x77\x6a\x60\x1d\x71\x4a\x5d\x37\xec\x26\ \xa1\xdb\xc9\xf6\x8c\x95\x8a\x6c\x77\x0b\x5c\x33\xad\xca\xc0\x89\ \x4e\x2b\xa4\xad\x71\x28\x1d\xb5\xda\x85\xfd\xc7\x06\x2f\x75\x6b\ \x6b\x8d\xd3\x56\x95\xfb\x9e\x6b\x1c\x66\xf6\x51\x90\xe5\x5d\x5b\ \x4c\x64\x2e\xa9\xd6\x62\xbf\x7f\x14\xe7\x69\xab\xe6\x24\x3e\x21\ \xaf\x95\x35\xb9\x3f\xdd\xa7\xcd\x4e\x10\xaa\xde\xc7\x45\xff\x3d\ \xb7\xcb\xcc\xe7\x3f\x9f\x6a\xae\x5b\xba\x65\x86\x7c\xd8\xe2\x2e\ \x6b\xd8\xdd\x8b\x4f\xc4\x36\xb5\x4d\x2a\x1c\x8a\xbe\x26\xae\x94\ \xda\xd1\x6d\x2c\x69\xea\xd8\xde\xa7\xa6\x94\xd7\x0e\x6a\x29\xb9\ \x79\x19\x05\xa7\x1c\x03\x5b\x54\x2f\x2c\x15\x0e\x90\x55\x84\xc2\ \x8c\x08\xb6\xbc\x8d\x7c\xe3\xdb\x1d\xab\x58\x6a\x21\x1b\xd5\x58\ \x2c\xb1\x90\xa2\x7e\xf5\xee\xa7\x0f\x3f\xe5\x09\x4a\xf1\xa4\xd7\ \xef\xb2\x09\xc8\xb7\xd1\xa8\xff\x0c\x13\x8d\x4e\xa8\x27\xa5\x17\ \x44\x26\x66\x53\x64\x83\x24\x9d\x40\xdc\x8f\x34\xf7\xf3\xd5\x4d\ \xb9\xaf\x7e\x4c\xa0\x31\x75\xec\x7d\x79\x64\x74\xc9\xe4\xbe\x39\ \x6f\x97\x8e\x92\x0e\x8a\x57\x18\x4b\x03\x5c\x2f\x83\x2d\x6f\xf5\ \x1c\x0a\x69\xbe\x3d\xcf\xfd\xfc\xd8\xf1\x1d\x5f\x50\x62\x62\x75\ \xd4\xd6\x4e\xce\xf1\x5b\xca\xc5\x45\x09\x89\x69\x19\x19\x32\xb9\ \x52\x2d\xeb\x33\xb7\x52\xa9\x4c\x63\x45\x55\x7d\x34\xc1\x40\xab\ \x57\x91\xc5\x86\x69\x63\x5c\xe2\xfb\x84\xc4\x0c\x4a\x95\x2a\xf7\ \xc7\x4f\x9f\xb2\x0d\x64\x9d\xba\xd4\xa8\xa3\x21\xb9\xf8\xbc\xf0\ \x27\x96\x83\x3b\xc9\x68\x45\x95\x98\x8f\x59\xfd\xcc\x81\xe9\x69\ \xd3\x46\x8b\xbb\x96\xd7\x17\xea\x60\x59\xcc\x25\x1a\xb1\xf8\x45\ \x98\x1f\x0d\xad\x98\x5c\xba\xb7\x57\x56\xda\x6b\x3b\x59\xe5\x70\ \xf9\xbb\xeb\x8b\x1c\x82\x4e\x5f\x6b\xd9\xb0\x5d\x17\x52\xb7\xe7\ \x58\xa2\xf8\x81\xb1\xa3\x87\x33\x8f\xa0\x69\x65\xca\xb9\x7c\x72\ \x36\xbc\x77\xd4\xbe\xe6\xda\x3c\x68\xb9\x58\x1b\x76\x8e\xa6\x8e\ \x7b\x97\xa1\x59\x0f\xb3\xd6\x9a\x66\xc0\xa6\xc3\x76\x23\x78\x2c\ \x5b\xe4\x3d\xad\x57\xda\x92\x47\x6f\xb8\xd9\x03\x7a\xda\xde\xa8\ \xc4\xbd\xe8\xd8\xb7\xc6\xb4\x7b\x6f\x5d\x3e\x70\x3c\x30\x14\x0d\ \x9e\x2a\x1d\x58\x46\x6f\x9c\x35\xb5\x60\x57\x82\x71\xb3\x95\xb0\ \x3b\xf0\xc8\xaa\x1b\x72\x7f\x12\xd3\xbb\xd5\x68\xb7\x2a\x05\x77\ \x52\x91\x72\xcb\x95\x8f\x43\xdf\x5d\x70\x9d\xcc\xd5\x91\x80\xe4\ \x64\xf0\x63\x9d\x34\xcb\xfd\xd0\xfe\x14\x3f\x9f\x8f\x0e\x5f\xbb\ \xb9\xf1\x14\x5f\x44\x6d\xf2\xf2\xed\xfe\xed\xf6\xa9\x51\xcb\x5e\ \xef\xf9\x7a\xb8\x64\x6b\xad\x49\xeb\x0b\xbe\x6e\x1a\xde\xf7\xde\ \x9e\x2a\xb2\x51\x29\x02\x82\xa0\x4f\x6a\x62\x9c\x6f\x73\x49\x49\ \x27\x07\x46\x0e\xf0\xd6\x7e\xe4\x3a\xbb\x9e\x05\x04\x24\xaf\x9f\ \xd9\x2f\x7a\x97\xa0\x99\x4e\xf7\x2e\x10\x0e\xab\xae\xcc\x77\xdd\ \x35\x3a\xef\xc0\xf0\xea\x64\xc8\xea\x43\x7c\x68\x33\xbc\xb9\x3a\ \x64\xde\x1a\xb4\x06\x02\x80\x33\x83\xa0\x2e\x58\x66\x56\x6c\xa6\ \x7f\x08\x7c\xbc\x71\xa8\xb3\x6e\xea\x09\x1c\x36\xb2\xd1\xed\x19\ \xc0\xf7\xd5\xd9\x60\x61\xb1\x5b\x67\xc9\xed\x9b\x41\x01\x70\x44\ \x71\x54\x4d\x40\x75\x80\x73\x73\x14\xb1\x1c\xe6\x33\x84\xd2\x1f\ \xce\xcf\x4e\xe3\xbd\x35\x21\x08\x57\x68\x63\x66\x28\xe2\x73\x0d\ \x74\x3c\x0c\x5c\x39\x15\x1a\x53\x7c\x64\xf5\x83\x80\xb2\x56\x61\ \x38\x48\x71\x65\x40\xd6\xd8\x5d\x4c\x0d\x10\x36\x7a\xe6\xf5\xac\ \xac\x87\x97\xc5\x07\x43\xe0\xcd\xe1\xc1\x20\x38\x3c\x3f\xd0\x15\ \xf0\xb9\x27\xf4\x62\xed\x2a\xff\xa0\x32\x36\xd3\xb6\xd1\x98\xec\ \x5b\x0d\xc8\xf7\x8b\x0a\x04\xc0\xfc\xf3\xf7\x77\x2a\xc3\x2a\x5d\ \xa0\xcb\xf6\x5b\xd7\x77\x1c\xda\x3f\x75\x0b\x1a\x70\xed\xf3\x20\ \x26\x6c\xd2\xf8\xe4\xc5\xbd\xad\x1b\x9f\xed\xec\x7e\x33\x1c\x12\ \x18\x96\x1a\x82\x88\x45\x1c\x00\xfc\x6a\x32\x37\xeb\xd0\x56\x4e\ \x4e\x53\xad\xf5\xa8\xec\x5b\x6a\xea\xf8\xf8\xd0\x4c\xe6\x78\x2a\ \xb0\xd3\x0f\x06\x0c\x8e\xad\xee\x04\xc7\xf7\x64\x42\xad\x31\xd6\ \x8b\x23\x5b\xf1\x50\x4f\x00\x10\x8a\x8e\xf2\x2b\x73\xd8\xc3\x63\ \x11\x7e\xcd\xdf\x42\xaa\x63\xc1\xf9\x17\xa9\x2f\x56\x3a\xd4\x33\ \x83\x03\x22\x40\xb8\x60\xff\xd9\xa0\x40\x7f\xe8\x0b\xce\xc6\x9b\ \x7b\x02\x70\xe3\x99\xd5\x3f\xf4\x8a\xc6\xd8\x2b\x7b\x85\x11\x3f\ \x46\x22\x93\x3e\x7c\xf8\xf1\xd3\xfb\x08\x3c\x36\x41\x7c\x92\x94\ \x2e\x51\x19\x04\x2d\xbc\x22\x0d\xaf\x8b\x82\xc4\x4a\x97\x5b\x89\ \x54\x3c\xc5\xc0\x99\x5f\x7e\x30\xaa\x34\x55\x66\x03\x4f\x97\x20\ \xe6\x62\xc9\x1e\x54\xe2\xdb\x04\x19\x26\x2e\xa5\x2f\xe5\x55\x1a\ \x3e\xe3\x1c\x3d\x4f\xa3\x11\x78\x66\x89\xb9\x6f\xa0\xbf\x34\xa3\ \xb6\x4f\x88\xaa\x2d\x8c\xce\x8d\x33\x12\xe4\x7b\xa8\x02\x42\xa1\ \xa9\x36\x31\xaf\xf0\xd5\x2f\x1f\x13\x3f\xbe\xc9\x33\x6a\x6f\x1a\ \x1c\xb5\x45\x2b\xc3\x0b\x97\x77\x0f\xdb\xc4\xa4\x24\x4c\x6e\x3f\ \xbd\xb5\x9b\x71\xdf\x7a\xcc\x24\x19\x94\x4f\x47\x96\xd3\xd9\x5e\ \x91\xe6\xdc\x6b\x1f\xb8\x51\x57\x14\x45\x7f\x88\x7c\xf5\x1e\xd5\ \xdf\xa1\x23\x57\xe4\x4a\x18\x03\x6b\x6e\x26\x7a\x6a\x77\xd9\xb2\ \xb6\x72\x23\x4e\xaf\xeb\xa5\x3b\xa6\x3d\xd7\x3b\x97\x56\x97\xef\ \xd8\xbd\x31\xad\x2d\xbb\xd6\x2a\x58\xf2\x73\xcf\x83\xe3\x69\x64\ \x93\x69\x26\x7b\x4e\xc5\x72\xc2\x34\x93\x3d\xb0\xde\xc5\x7e\x1c\ \xd6\xba\x6e\xe5\xf5\x22\x31\x89\x8a\xc9\x88\x7e\xfb\xdb\x5f\xde\ \x92\xea\xc5\x1b\xe2\xbe\x9b\x3e\xfb\xf4\x98\xc9\x32\x36\x7d\xad\ \xd2\xaf\x95\xd2\xb9\x5a\x26\x49\x46\x33\x19\xa9\xfd\x1a\x4c\xe2\ \x27\xbc\x19\x93\x3b\x3f\xa6\x12\xf0\xf6\x26\x0d\x6c\x81\xd4\xb7\ \xe3\xe1\xe4\xc4\xbd\x31\x76\x25\xfc\x45\x64\x4c\x2c\xd0\x95\x70\ \xf1\xf8\x5a\x7c\x93\x8d\x6e\x2d\xe2\x54\xd1\x57\xe8\xbb\x63\xf3\ \x82\x36\x62\x1a\xf3\x59\xe9\x63\xd5\xea\xfa\x24\x1c\x15\xb3\xa4\ \xbe\xa9\x96\x65\xe2\x3b\xe6\x28\xea\xaa\xdf\xd2\x30\xe2\xf2\x72\ \x31\xa7\x24\xa9\xde\x44\xc2\x16\xc9\xb3\x5f\xf4\xc8\x73\xe3\x59\ \x74\x7a\x1d\xdc\x56\x2d\x8d\x84\x49\x20\x54\xe4\x92\x3a\x68\x02\ \x5a\x6d\x4e\x5f\x9f\xa0\x2f\x05\x55\xb1\xa4\x7a\x09\x93\xc6\x14\ \x95\x44\x3f\x38\xc9\xc5\xab\x75\xf5\x48\x02\x8f\x5e\x58\x45\x26\ \xe7\xc9\xf5\xb2\x22\x54\xd2\xa7\x5f\x3f\x22\xd3\xfa\x64\xfb\xea\ \xc3\x5a\xac\x8e\x44\xc4\xca\x84\x28\x4d\x7f\xb7\xa4\x8b\x88\x17\ \xb0\xe8\xda\x3d\x69\xd3\xe4\x3d\x57\xab\xed\xd8\x61\xea\x78\xe2\ \x0a\x39\x87\x5e\x40\xe8\x26\x63\x99\xac\x41\x7e\xd7\xa0\x10\x99\ \x53\x8b\xc9\x41\xe2\xc9\xe5\x34\x9e\x5e\x8c\xef\x68\x15\x94\x16\ \x29\x3a\x12\xd2\x23\x53\x84\xf2\x42\x16\x57\x5f\x8f\xc2\x60\x23\ \x23\x12\x22\xb2\xa3\x7f\xf9\xed\xc7\xf7\x49\x91\xb4\x8a\xc4\x9c\ \xb4\x0c\xe3\xba\x2e\x29\x6f\x7f\x81\xa4\xf6\x2e\x2d\x9b\x68\x15\ \x4c\xbd\xa1\x15\xeb\x7a\x54\x3b\xb6\x9d\x0c\xc7\xc2\xb5\x7b\x65\ \xec\x66\xec\xec\x66\x1e\xdb\xef\x5a\x68\x9d\xbe\xb3\x6e\x3f\x03\ \x8a\x07\xad\x6c\xae\xf7\x96\xc1\x19\xdb\xba\xcb\xba\xf1\xdd\xd1\ \x89\xf7\x1e\x9b\xba\xaa\x68\xc1\xc6\xe1\x15\x22\x4b\x37\x6e\x0e\ \x1f\xe9\xf3\x77\xab\xab\x74\x3f\xab\xcd\xba\xfc\xd8\x9e\x19\x8e\ \xb6\x1d\xad\x9c\x2c\x88\xd6\xd7\x17\x8e\xdc\x97\xab\xb6\xc9\x8b\ \x7c\x9b\xb4\xf6\x1c\xed\x12\x59\x0e\x16\xd8\x31\x95\xc7\xd7\x35\ \x8b\x1e\x79\x5c\xcb\xd5\xe3\xe6\x11\xf3\xbe\xf5\xcc\xb5\xbb\x01\ \x2a\xb6\x7b\xed\xe0\xab\xbe\xa6\xd9\xf2\xb7\x5a\x56\x6f\x51\xf7\ \x8a\x60\x8d\x6d\x87\x9c\x76\x2d\xae\x07\x1f\x3d\x66\x85\xad\xc6\ \x3b\xbd\xc9\x1e\x96\xac\xf5\xb4\xb5\xf5\xac\xeb\x18\x5a\x0c\x39\ \x9e\x15\x76\x3b\x18\xde\xf0\xdb\xeb\xf6\xa3\xbb\x85\x0d\xd8\x48\ \x7c\xd8\xb9\x6d\xf3\x21\xe6\xc1\xba\x1c\xba\xb0\xf2\xd0\x7e\x3e\ \xe2\x3c\xe6\x72\xf6\xac\x5e\x3b\x68\x4b\xc7\x9a\x87\x89\x72\x56\ \xbc\xda\xee\xa5\xdd\x9a\x3d\xe9\x19\xda\x6b\x5b\x3e\xf5\x70\xa7\ \x97\xf7\x2e\x36\x1e\x7c\x1e\xeb\x4e\x43\xf2\xaa\xab\xce\xe9\xba\ \x20\xa4\x2f\x5a\x86\x1f\xac\x3b\x3e\xef\xd9\xd9\x5a\xe7\xc5\xde\ \xde\x7d\x16\x74\x35\x26\x00\x92\xec\x9f\x05\xcb\x6c\x0f\x4d\x5e\ \xad\x8e\x69\xbf\xf2\xbf\xab\xeb\x71\x15\x3f\x00\x52\x87\x1a\x63\ \x11\x21\x4f\xcb\x9f\x63\x5d\x8f\x31\x01\x9b\x17\xd6\x17\x30\x05\ \xa0\x59\xd0\x60\xdb\xb5\x7d\xa4\x2e\x00\xea\xf0\xc0\xec\x60\xab\ \x6b\xd6\xba\xe1\xb2\x23\x52\x71\x81\x7e\x20\xbf\x4a\x40\x48\x8d\ \x8f\xbd\x6b\xdd\x98\x8e\xda\x53\x73\x99\x5d\xf6\xfd\xab\xac\x11\ \x74\x7b\x78\xd8\x48\xe0\xbd\xdd\x5d\x13\x55\x37\x92\x8f\x58\x8d\ \x69\x70\x15\xc3\x8b\xa7\x1a\xd0\x35\xc0\xf6\x32\xc0\xad\xdd\x3e\ \x0b\x85\xc0\x63\x8e\xd0\xc5\xce\x87\x7d\x57\x1d\x18\x14\x0e\x0c\ \x6d\xb7\x35\x84\x02\xb3\x0e\x3d\x95\xb1\xdf\xbe\x8f\x67\xdd\x65\ \x79\x17\x76\xf6\x77\xce\xda\x37\xd7\xaf\x57\xcb\xbc\x4f\x31\x35\ \x51\xb6\x87\xf8\xb2\x4c\x70\xcc\x79\x71\x3b\x34\x1e\xde\x60\x07\ \x8c\x5a\xbb\x93\xd2\x96\x98\xee\x29\x5c\x4f\xd4\xe9\x32\xba\xd2\ \x75\xc2\xbe\x9f\x9e\x3e\x15\x89\xae\x6b\x60\x95\xc9\xf0\x71\x08\ \x0c\x30\x0e\x09\x0f\x05\x07\x47\xc1\xa0\x0d\x61\xcd\x43\x8d\x43\ \xf0\xcc\xe6\xea\xaf\x5f\x9a\x33\x81\x90\xd8\xf8\xd9\x51\x58\x96\ \xb5\x32\x1c\xee\xb4\xe6\xc7\x6f\x4c\x81\x47\x03\xd0\x57\x77\x6e\ \x34\x0c\x16\x1f\xe8\x57\x97\x09\xac\x69\xc4\x35\x82\x71\x68\xd7\ \x48\x00\xa4\x71\xa2\x7a\x68\xa6\xb3\xf3\xeb\xb7\xa1\x9e\x4e\xff\ \xcb\x90\x1e\x00\xa8\x12\x81\x9b\xf0\x8f\xed\x99\x19\xff\xa1\xeb\ \xc6\xa4\xed\x5b\x9a\x1c\x2b\x24\x92\x88\x48\x6a\x6e\x79\x09\x52\ \xd5\x3a\xd8\xa6\xcf\xc5\xe0\xbb\x59\xdd\xf3\xb4\x5c\xbc\xba\x4d\ \x59\x4f\xa3\xb7\x68\x29\x83\xc7\x0b\xfc\x81\x2e\x3e\x66\xde\x3e\ \x56\x98\xad\x76\x6f\xcb\x90\x3c\x77\x91\xde\xf9\x58\x12\xa1\xa6\ \x0a\x4c\xaf\x33\x94\x96\x8c\x08\xf3\x00\x11\xc3\xd5\xc8\x0b\xd3\ \xd4\x3c\x4d\x5e\xe1\x60\x39\x29\xaf\xe4\xdc\x4a\xfd\x4f\x9b\x85\ \xed\xfa\x72\x05\x91\x38\x89\x4a\xca\x79\xfb\xd3\x2f\xbf\x7e\x7c\ \x55\x55\xda\xd7\x75\x3f\x27\xc9\x48\x33\x7a\xb4\x8c\xa5\x5e\x1d\ \x36\x29\x25\xa5\xc0\xb4\x3f\x29\x39\x9f\xb4\x3c\xda\x27\x4b\xba\ \xe8\x67\xe7\xf7\x0b\xfb\x0a\xb7\xd4\x3a\x3d\x70\x61\x94\x89\x08\ \xc4\xa2\xb8\xc8\xe8\x7a\xad\x52\x60\xd2\xd8\xc6\x2c\x86\xb5\x79\ \x46\x2f\x5f\xb6\xb2\x7b\x68\xb1\x0f\x2f\x4a\x4b\x07\xcc\x0b\x27\ \xfb\xe7\xbd\x8b\x17\xdb\x2a\x4d\x9b\x9e\xb9\xbb\x74\x36\xba\x75\ \xb5\xb6\x63\xf4\xe8\x7a\xe9\x8b\x8b\x9c\xb9\xd6\x91\x6b\xdb\xd2\ \x1a\xfb\xc2\x2d\x61\xac\x68\x94\x0c\x16\x41\xa8\x13\x69\x92\x58\ \x9e\x99\xc0\x00\x00\x20\x00\x49\x44\x41\x54\xe2\xa2\xb1\xd9\x09\ \x92\x26\x99\x62\xbe\xcd\x70\x2c\x1a\x16\x89\x08\x4d\x42\x93\x4b\ \x4a\x16\x9f\x09\xfa\xc5\xdc\xb5\x36\x14\x93\x9d\x9e\x73\x66\xe5\ \x63\x89\xc6\x14\x64\x3d\x53\xc0\x67\xef\xf2\xab\x74\xb5\x45\xa5\ \x3b\xad\x16\x0d\x92\x18\xf7\xfa\xd7\x77\xbb\x5d\x39\x0c\x42\x22\ \x29\x3b\x31\xc2\x7d\xae\xab\x2f\x21\xd3\x28\xd8\xf4\x88\x7a\x83\ \x21\x23\xa3\x36\x9d\xd6\x95\x2d\xad\xb5\x49\xb9\x72\x53\xd5\x1c\ \x5d\x81\xe7\xe1\xc9\x79\x3a\xa4\xd0\x22\x26\xb4\xd4\x0a\xd9\xdc\ \x25\x81\xbe\x4a\xa3\x3f\x17\x50\x6a\x31\x19\x2a\x46\x7a\x15\x26\ \x43\x58\x51\x51\x2f\x46\x46\x8a\xbb\xd8\x4b\x3c\x36\x43\xb1\xc0\ \x18\x56\x4a\xb8\x6d\xd3\x2d\x1a\x19\x8d\x6c\x20\xf3\xbb\x38\x2b\ \xfd\x73\x03\x1c\xb9\xa4\x1b\x8b\x91\xd0\x94\xf5\xda\x72\xac\x50\ \x55\xd8\x82\x8a\x4e\xc7\xbe\xfb\xed\xef\x7f\xfd\xeb\xdf\xff\xf6\ \x06\xdb\x5f\x32\xa9\x9c\xd6\xa4\x97\xf7\x77\xe0\xfb\x58\x32\x1a\ \xa3\xad\x83\x80\x25\x08\x68\x85\x03\xca\x6e\x4d\x47\x91\x48\x21\ \xeb\x47\xc6\x45\x17\x96\xa4\x61\x4a\xcc\x6d\x42\xa5\x8c\x98\xa0\ \xc4\x50\x3a\xb0\x82\x7a\x9d\x3a\x37\x23\x3d\x37\x2e\x1d\x83\x4c\ \x21\x64\x44\xfe\xb5\xf4\xb9\xa3\x10\x95\x94\x20\xac\xc7\x88\x89\ \x1d\x1a\x52\x9f\x01\xf5\xf6\xe7\xdf\x7e\xa5\x90\x4c\x05\x15\x26\ \x63\x5f\xae\xb2\x42\xc0\xd0\x4a\x9b\x32\x76\x5c\xf6\xdb\x01\xcc\ \x5d\xef\xb4\xd7\xc1\x52\x89\x29\xe6\x05\x8f\xe8\xf1\xd8\x7e\xb6\ \x42\x74\x3f\x8c\x94\x13\xd9\x7b\x17\xb6\x49\xdf\xdd\xbd\xad\xec\ \xea\xf2\x6a\xf6\xe1\xf1\x6e\x74\xb7\xf5\xa6\xc5\xbe\xbd\x65\xb7\ \x2f\x5a\x5b\x44\x27\x73\x52\xbb\xf5\xd9\x67\xbf\x7b\x2c\x7e\x5a\ \x60\x36\xd8\x6f\x8f\x1f\x1f\x27\xdb\x82\xef\xa5\x87\x22\xcf\xf3\ \xe6\xe8\xdc\xea\x95\x13\x30\xd0\xf7\x74\x22\xaa\xb7\xdd\x4e\xcd\ \x4f\x95\x59\xcc\x8b\xdb\x3b\xab\xda\x9a\xd5\xe3\x6e\xa9\x8a\xde\ \xe5\xe1\xdc\x39\x6d\x21\x16\x42\x65\xbe\x45\x32\x67\x1d\x68\x78\ \xec\x6d\xdd\x5e\xdf\xdd\xb1\x6c\x38\x47\x8f\x3c\x90\xa8\xa5\x35\ \x51\xab\x71\xd0\xb0\xe0\xab\x9a\x33\xa0\x17\x36\x85\x93\x61\xce\ \xf9\xac\xd4\xa3\x61\x55\x83\xfc\xea\xda\xf1\xd8\xca\x3d\xd9\xe3\ \x1f\x6f\x1c\x9e\x40\xc3\x8b\xdd\x42\x86\x65\xdb\xea\xcd\x2a\xf6\ \xbb\x84\xdc\xc7\x7f\x59\x86\xc4\x1c\x5a\x8e\x8e\x42\x0f\xae\xa7\ \x3d\x8e\xfb\xc7\xed\xc7\x49\xee\xae\xcf\x63\x9b\x6b\xb8\xbf\x07\ \xc1\xad\x3e\xf7\x43\xcc\x68\xb7\xc4\x71\xc8\xc0\x9c\x2f\x79\x65\ \xbe\x9a\x86\x29\x6b\xf1\xad\x73\xd6\xb7\xdb\x33\x75\x1a\x9a\x3c\ \xea\x7b\x84\x43\xe3\x19\x1b\x56\x11\x37\x2a\xeb\x76\xfb\x70\x50\ \xbf\x32\x6c\xed\x68\x35\xf4\xaa\x35\x3c\x37\x2c\xa6\x32\x2a\x0c\ \x96\x85\x0e\xf3\xbb\xf5\x8b\x2d\xcb\x0f\x0b\x42\x67\x79\xf3\x83\ \x41\x08\x80\xbf\x5f\xa3\x63\x33\x08\x8a\x80\x8d\xa0\x61\xb7\x50\ \x97\xf7\x39\x2b\x7c\x2a\x1f\x62\x8f\xa9\xd9\x9c\x8d\xba\xb5\x67\ \x95\x65\xa5\x82\xed\x56\x4f\x78\x5d\x71\x50\x0d\x38\x66\x14\x8e\ \x2e\x6e\xbf\x99\xf6\xd9\xe6\x97\x9f\xa6\xce\x4f\x5a\x19\x89\x4d\ \x52\xdf\xd6\xe5\x89\x73\x13\xd8\xe8\xb7\xd9\x50\x0c\x39\xb8\x85\ \xc3\x41\x10\x10\x78\x15\x7d\x10\x1c\x7a\xf2\x7c\x30\xbb\xe0\x45\ \x7b\x4f\x15\xc9\xde\xe2\xe4\xa3\x5b\x74\x68\x56\x43\xb0\x83\xdb\ \xee\x0f\x05\x05\x42\xfc\x71\x70\x3f\x9c\x7f\x96\x7b\x04\x12\x1c\ \xd6\xbc\x79\x60\xdf\xae\x0c\xb0\xcd\x1f\x78\x35\xbe\xba\xf5\x87\ \xd5\x3a\x9f\x62\xb1\x26\xde\x2f\xa8\xb8\x3a\xb4\x07\x1e\x14\x0a\ \xcb\x1c\x0d\x85\x86\x85\xc6\x2c\x5d\xc7\xdc\xcc\xd7\x39\x37\x03\ \xa1\xcb\x59\x31\x07\x9b\xe8\xfc\x50\x5f\x4b\x9f\xc5\x51\x19\x70\ \x9b\x0c\x0a\x0b\x9a\x29\x83\x05\xc6\x7e\x99\x09\x44\x03\x82\xa1\ \xdb\x41\x13\x33\x9f\x71\x59\xf0\xe6\xe6\xea\xea\xea\xa0\xce\xc6\ \x98\x80\xb2\xd0\x10\xff\x28\xc8\x44\x75\x70\x10\xc7\x17\x13\xf0\ \x30\x7a\x34\x75\x29\xf2\xf8\xe3\x80\x80\x06\x50\xf1\xca\x91\xfd\ \xe5\xa0\x84\x46\x55\x26\x37\x4f\x84\x0c\x5d\xdd\xce\x2e\x39\x5a\ \x98\x36\xdc\xfa\x0a\xe0\x6b\x6a\x26\xae\xb1\xa7\x19\xd8\x19\x06\ \xcc\xfc\x41\x37\x40\x54\xe7\xe4\xd4\x36\x35\xb5\xb5\x29\xf1\xf4\ \x17\x8f\x10\x14\xd6\x4b\xc4\xca\x63\x1e\x4b\xaf\xd1\xec\xf0\xca\ \x55\x7d\x17\xbc\xe3\xdd\xfd\xcb\x59\xf7\x65\x0c\x53\xd3\xcb\x9f\ \x37\x88\x95\xbc\xfe\x82\x02\x69\x3d\x9d\x61\x41\x46\x44\x4f\x33\ \x89\xa5\x93\x03\x0c\xfe\x02\x43\xdb\x42\x15\xb7\x89\xd3\x24\x0b\ \x03\xa6\x7e\x14\x41\xaf\xc4\x44\xd3\x52\x4a\xf0\x83\x6a\xd1\xc5\ \x9c\x84\x28\x1b\x20\xf5\x9b\x2a\x50\x45\xa8\x04\x64\x46\xfa\xfb\ \x4f\x6f\x22\x51\xf5\xc7\xf7\xbb\xb4\x57\x11\x45\xca\x80\x35\x2e\ \x5f\x85\x7d\x79\x15\x6d\x80\xa3\x98\xae\xf7\xce\xda\x2b\xd5\x03\ \xa2\x5e\x99\x98\x6e\x57\xe5\x09\x25\xdd\x2d\x5c\xf3\xe2\x64\x97\ \x73\x83\x5a\xf1\xe2\x6b\x29\x14\x41\x95\xac\x8d\x92\xf6\x5f\x7f\ \x7d\x5f\x58\xfa\x2a\x83\xbf\xbd\x59\x19\x52\xd9\xd5\xed\x1e\x9d\ \xdf\x30\x4d\x32\xdc\xa6\x83\x8b\x6d\x29\x81\x60\xe6\x48\x74\x67\ \x7a\x2c\x21\xed\xb7\xd7\xa8\x8c\xf4\x82\xc1\x1d\x85\x72\xcd\xea\ \xb7\xaa\x34\x29\x5a\xd7\xfa\x8a\x18\x82\xa2\x22\x6a\x3a\x56\x41\ \xef\xd7\xbe\x00\x02\xf5\x9e\x24\x21\xeb\x49\xad\x78\xe5\x34\x65\ \xa7\xc0\x24\xc3\x57\xf1\x15\x05\x19\xf7\x03\x32\x7c\x64\x51\x51\ \x89\xd1\xf0\x36\xa1\xb4\x85\x94\xf1\x0b\x19\xd3\x21\xce\xd6\x91\ \x39\x1d\x1a\x5d\xb7\xaa\x89\x8d\x61\x17\x20\xfb\xf7\xd5\x32\x5d\ \x2e\xe3\x98\xc6\x69\x53\x11\x51\xa8\x56\x0f\xd6\x3b\x8d\xc5\xe6\ \xf2\xca\x91\x98\xf2\xd2\xda\x4f\x58\xbe\x8e\xf8\x82\xc3\x38\x52\ \x76\x5a\x39\x55\xee\xf6\x1d\x92\xf7\x55\x34\x6c\x6b\x2b\x2a\x31\ \x09\xd5\x54\x45\x93\x9e\x31\xf1\xb9\x71\x34\x23\x1f\x9f\x91\xf6\ \xf1\x6f\xaf\x50\x6f\x7e\x41\x66\x27\xbd\x7a\x57\x11\x91\xfe\xd3\ \x6f\x29\x14\x4a\x44\x2e\xaf\x28\xed\x1d\x41\xd8\xbd\x62\x9a\x5c\ \x9a\x5b\x52\x97\xea\x4c\x58\x62\x95\xaa\xd4\x2c\x2e\x2d\x40\xe5\ \x15\x60\x04\x2f\x10\xc3\x94\x13\xba\x2b\x84\xea\x72\x12\xaa\xa2\ \x20\xe2\xdd\x87\x9f\x5e\xfd\xf6\xf3\xcf\xbf\xfc\x77\x5c\x2e\x35\ \xe1\x7d\x77\x06\x21\x77\x79\x9e\x94\x98\xd3\x51\x90\x91\x67\x6a\ \x22\x2b\x45\x02\x0d\x5f\x45\x43\xe5\x15\x91\xa3\x29\x89\xff\x55\ \x8e\xca\xc8\xeb\xa8\x4a\xc1\x13\xba\x68\xe6\xbe\xfa\xfe\x72\x64\ \x49\xd2\xfb\xb7\x6f\xa3\xa3\x7f\x7b\x17\x17\x9d\x93\x13\xf7\xf1\ \xd7\x9f\xd3\x29\x71\x3f\xbd\x79\xf7\xda\xdc\x9f\x96\x67\x18\x60\ \x93\xd5\x7c\x8c\x99\xde\x24\x11\x1b\x5a\x7d\x56\xd1\xe4\xfe\xe3\ \x58\x55\xad\xf1\xf1\x5e\x4f\xd3\xba\xdb\x7d\x46\x9e\x62\x4c\xd4\ \xc2\x9e\xde\x9e\xf3\x32\xb8\xad\xee\x7b\x45\x97\xb7\x57\x25\xdc\ \x95\xce\x31\xd4\x6e\xeb\xda\xfc\xb6\x6c\xc9\xe7\x5b\x7a\xdc\x9d\ \x03\xcd\x3a\xf7\x86\x1f\x5d\x6e\xf0\x86\x83\xde\xfb\xb0\x76\x1e\ \xba\xa3\x0a\xac\xab\x3d\x6b\x2b\x39\xba\x35\x1d\x2e\x28\xa4\x7b\ \xe8\x1b\x87\xdd\xe7\x77\x3e\xc9\x6a\x18\x34\x6f\x9f\xad\xb5\xd9\ \x16\xc2\xa7\x6c\xfc\xe4\xf8\x07\x2f\xda\xef\xc8\x3f\xc8\x36\x25\ \x9e\x56\xf2\xec\xd6\xa7\x45\xa9\xfb\x64\xd7\xb0\x9c\x78\xb3\x33\ \xec\x99\x6c\x91\xa2\x0f\x88\x8c\x29\xeb\xb9\x7b\x19\x77\x7f\x03\ \x72\xde\xbd\x28\x86\xad\xcd\x0a\xbf\x5d\x62\x1c\xbf\x9c\xac\xd2\ \x1a\x15\xe3\xc2\x8d\xc2\xee\xb7\xa0\xef\xce\xed\x61\x75\xbb\x65\ \xe0\xf6\x32\x98\x77\xf9\xd9\x0a\x6e\x78\xce\xe0\x6e\xda\x9e\x6a\ \xae\xdc\x01\x90\x87\xbb\x4b\xfb\xdd\x2d\x2c\xa6\x7d\x73\xe3\xb2\ \xf8\x01\xdd\x1c\xbf\x28\x19\xbb\xb6\xe7\x47\xf9\xec\xbe\x98\xfb\ \xa7\x0b\x91\xc7\x37\x7d\xe4\x39\x70\x1d\xdb\x2d\x3e\x7b\x30\x04\ \x12\x38\x71\xdb\xb0\x09\x29\xe6\x37\x4d\xbb\xea\x76\xbb\x40\xf7\ \x8e\x40\x1b\x47\x54\x5c\xb3\xe9\x37\xa2\xe6\x6b\xbd\x90\xcc\x55\ \xa9\x7b\x64\x64\xf3\xce\x2f\x79\xdd\x3a\x67\x30\x12\x0a\x2b\xb2\ \x51\xd8\x0f\x29\x05\x46\x99\xea\xd0\xb6\x6f\x85\xdd\x42\xa2\x4e\ \x4f\x1a\x41\xf0\x9e\x90\xca\x75\xdb\x82\x2a\x6a\x73\x51\x1e\xc2\ \x33\xfa\x0e\x5c\x40\x50\x3b\x5c\x14\xfa\xe5\x5c\x71\x34\x77\xea\ \xdd\xcc\x77\xf9\x2d\x17\x1f\xd8\x40\x61\x7b\xa7\x2f\x64\x5f\x76\ \x1e\x1d\xf9\xc3\x8a\x47\x6b\x46\x37\x8f\x6c\x77\x53\x80\xac\xe2\ \x9d\xb3\xe3\x18\xd1\x30\x55\x8e\x17\x5b\x9e\xfd\x9a\xff\x7f\x8a\ \xde\xf4\x29\x11\x64\x4d\xd4\x6f\xd7\x70\x2b\x34\x14\x0a\xb7\x12\ \xf7\xb5\x28\x40\x84\x16\x44\x0a\x42\x28\x4a\x64\x99\x42\x30\x80\ \x02\x2d\x51\xd1\xa6\x70\x63\x29\x5c\x29\x05\xa4\xc5\xa5\xa5\xb0\ \xcb\x0a\xf1\x9c\x46\x5b\xc7\x33\x1e\x75\x50\x0e\xcd\xd5\x50\x1c\ \x8d\xcb\xa8\x38\x2e\x18\xca\xe2\x5c\xaf\x32\xf2\xe1\x77\xfb\xbf\ \xf8\xd5\xf9\x94\x19\x91\x5f\x32\x32\x32\xf3\x7d\x9e\x37\x32\xf2\ \x5d\x01\x66\xe5\xe5\x3a\xf1\x0a\xa0\xc3\xf4\x2c\x8c\x12\x9b\x16\ \x9f\x86\x0f\x08\xe3\xde\xe0\xe3\x9e\x11\xad\x4f\xb9\x41\x27\x32\ \xca\xaa\xd8\x78\x50\x94\x82\xf1\xdb\xc2\x53\x7c\x60\x3f\x92\x42\ \xcf\xc5\x97\xc7\x20\x83\xbe\x33\xf0\xb7\x24\xa7\xd1\x94\x10\xf7\ \xe1\xb7\x04\x7a\x79\x5e\x2c\x32\xee\xbe\x65\xf2\xe0\xfc\xd1\x14\ \x59\x1e\x1d\x71\x62\xb2\xe5\x22\xaf\x9f\x7d\xd7\x50\x67\xa7\x25\ \xee\xaf\x61\xb9\xcf\x72\xcd\xdd\x87\x69\x20\xbb\x11\x70\xd4\x32\ \x3b\xcf\xa3\x63\x15\xf4\x58\x88\xcb\xbe\x18\xa1\x38\x99\x9f\x0d\ \xee\x6b\x3a\x36\xbb\x36\x36\xac\xf8\x18\xa3\x85\xe2\xf4\x6f\xe4\ \x85\x53\x9e\x81\xfd\x11\xc4\xb0\xbf\x7d\x7a\x99\xf4\x06\xf8\xe9\ \xc3\x87\x6f\x7f\xfb\xcb\x2f\xe0\x38\xff\xae\x57\xb8\x66\x07\x23\ \x2d\x2b\x3b\x6b\xce\x6b\x20\xe8\x89\x08\xb1\x40\x90\xc2\xbb\x42\ \xdb\xf4\xcc\x0a\x3d\x38\x3f\xb9\xd8\xd6\xb6\x4d\x79\x78\xb8\x37\ \x5e\xdb\x4e\x14\x11\x61\xbf\xfc\xfd\x5b\xd4\xdf\xf2\x22\x3f\xfc\ \xb0\x6e\x96\x7d\xbf\x86\x98\x02\x29\x09\xce\x65\x0d\x93\x74\xcc\ \xab\x1e\xd5\x84\xa6\x57\xd3\xde\xb5\xc8\xaa\x81\x55\x33\xd1\x18\ \xc2\x60\x7f\x5f\x9b\x92\xc6\xc5\x85\x06\xe0\x70\xbe\x88\x83\x1e\ \x91\x6a\xf6\xfb\xe1\x3a\x56\xad\x92\x0f\x47\x14\x20\xda\xaa\x1b\ \x50\x05\xd3\xf4\x7d\xcd\x80\xb8\xcf\xc0\x28\x91\x2c\xcf\x1a\xba\ \x7b\xda\x25\x0b\xdd\x45\x4c\xea\xf4\xd1\xde\xd1\x78\xeb\xe4\xc0\ \x34\xa3\xa1\xa1\x4a\xaf\x84\xa6\x14\xc0\x2b\x2a\x2a\x61\xcf\x49\ \x3d\xc3\x64\x65\xd7\xb8\xf4\x46\x0a\x1b\x6e\x6e\xdf\x93\x29\x87\ \x49\xcc\x22\xee\x11\x6e\x62\x74\xc6\xd6\xd9\xfb\x30\xae\x9a\x18\ \x6f\xeb\x5e\x4a\xb0\x2d\xf4\x4f\x8b\xa6\xbb\xf6\xe7\xf6\x66\xfa\ \x47\x66\x08\x13\xa7\x57\x33\xfa\xf6\xe9\x07\x95\x41\x42\x96\xd4\ \xaa\x1a\x1a\x06\x0a\x60\x65\xe3\x14\xa0\x75\x58\xeb\xbe\x9b\xa6\ \x05\xdd\x43\x35\xc7\x57\x0d\xc1\x1e\x2d\x6b\xb6\x71\xbc\x6b\x10\ \x5d\x9c\x98\x9a\x98\xbe\xdf\x38\x26\x31\xb0\xb9\x19\xd0\x6e\x63\ \xad\xb4\xb5\x40\xef\xab\xeb\xeb\xee\x68\xad\xe9\x68\xa0\x56\x11\ \x24\x23\xac\xec\xd4\xfc\x3f\x12\x61\x39\x2f\x68\x35\x50\x02\xd7\ \xd7\x2f\xa9\xed\xd1\x88\x1b\xf5\x1b\x63\xb2\x5d\x5c\x07\x9b\x2a\ \xa1\x41\x9f\x4f\xa0\xdb\xa9\x7c\x94\x5e\xc2\xb8\x68\x86\xa6\x70\ \x39\x55\x68\x4d\x6a\x6b\x4f\xdd\xed\xc3\x38\xa9\x9f\xdf\xb7\xde\ \xdc\xa6\x1b\x32\x74\x08\x30\xcf\x61\xbd\x28\x4d\xb7\x8a\xc3\x91\ \xe2\x6a\xc5\x4d\x63\xe8\x9c\x8f\xaf\x61\x15\x99\x25\x1f\xf3\x33\ \xa5\xaa\xa2\x12\x78\x65\x05\x97\x25\x1d\xac\xce\xa8\x6a\x82\x15\ \xa4\x7e\x84\xc1\xb2\x4b\xaa\x7a\xda\x09\xa9\x89\xec\x39\x09\x22\ \x3f\x25\x3f\x31\x9d\x84\x22\xa4\x64\x67\xbf\x4a\x4f\x4c\x4f\xfe\ \xde\x92\xd0\x1a\x17\x36\x34\x51\x99\x51\xc6\x86\x31\x30\x25\x68\ \x8e\x04\x8a\x28\x4b\x4e\xc7\x91\x6a\x49\xf9\x3f\xbe\xf8\x19\xcd\ \xa4\xe9\x24\x82\xca\x9c\x2a\x28\x0c\x85\x43\x54\x32\xc9\x02\x65\ \x45\x59\x72\xe2\x8b\x3f\xff\xf1\xe5\xeb\xcf\xff\xf8\xf2\x2a\x31\ \xb9\xae\xe2\xf9\xeb\x94\xfc\xd4\xfc\xb7\xf9\xa9\x0d\xb5\xf0\x31\ \x52\x46\x45\x4a\x72\x62\x45\x66\x4a\x62\xf2\xf3\xd4\xec\xd4\x8f\ \xaf\x92\x33\xcb\xc6\xa5\x35\x65\xc5\x88\xef\x41\x24\x23\x39\xe5\ \x15\x14\x5a\x56\x50\x54\xf0\x7d\x0c\x5a\x52\x06\x2d\x7e\x91\x53\ \x8c\x28\x49\x7d\xff\xea\x45\x19\xe9\xf9\xfb\x62\x34\x74\x70\x5a\ \xd5\x2b\xee\x95\x75\x4b\x5b\x8e\x7b\x59\x57\x24\xcc\xb2\xaa\x5b\ \xa0\xa9\x2a\xd1\x6f\xb6\x8d\xa9\x6b\x56\x8e\xdb\xc5\x93\x96\x7d\ \xd7\xfe\xb8\xe4\xec\x44\x07\xc3\x28\xeb\xd4\x6d\x22\x0e\x81\xd5\ \x12\x10\x2e\x74\xc8\x97\x1f\xb6\xbb\xee\x17\xba\x36\xdc\xf8\xd0\ \xc5\x53\x2b\x20\x44\x2c\x8c\xc6\x07\x91\xce\xa5\x0e\x6c\x14\x64\ \x41\xf5\x54\xff\x18\x86\x1d\x6a\xee\x5e\x72\x81\x0e\x65\xa7\xcb\ \xf3\x17\xab\xbe\x81\xdb\xfb\x79\xdf\xb9\xca\xd7\xee\x5f\x08\x06\ \x45\x2f\xe3\xaf\x4f\xc1\xa1\x90\x45\x71\xb1\x57\x3a\xc8\x33\xb6\ \x15\x0d\xad\x3e\x6e\xde\x9d\x4e\x5e\xf4\x8b\x91\xd6\x27\x6c\x5c\ \x33\x11\x74\x56\xd6\xcd\x5c\x12\x17\x3e\x04\x6c\xf6\xbb\x67\x59\ \x48\xe2\xb3\xb0\x45\x7b\x58\xe6\x06\xe8\x52\x02\xed\xa8\xad\x46\ \x9f\xcf\x2c\x3e\x3d\x75\xea\x1a\xc6\x21\x8d\x5e\x2b\xe4\xe0\xee\ \xe4\xca\x7e\xad\x70\xdb\x3f\xe4\xde\x85\x28\xf4\xa3\xa4\x8b\x93\ \xc7\x4d\xb7\x3f\xfe\x9e\x68\xce\xf3\xe7\xf2\xf0\x76\x7b\x04\x28\ \xe2\xd6\x46\x31\x02\x14\xc1\xc5\x8e\x9d\x0d\xbc\xd9\x72\xb2\xd7\ \x39\xbc\xef\x6d\xb9\xab\xeb\xeb\xbf\xb2\x5a\x91\x4f\x44\x8b\xad\ \x93\x02\x89\x8c\x34\x1e\xae\x0a\x3f\xaf\x04\x6c\x07\x81\x4b\xf1\ \x40\xb3\xfb\x70\x6b\x99\xbe\x7e\x6f\x03\xe0\x6f\x9f\x76\xe9\x60\ \x45\x64\x54\x44\x54\x2e\xc5\x13\x4a\xbb\x0e\x4f\x30\x1f\xb6\x4c\ \x8e\x52\xd9\xc5\xd9\x39\xa8\xc1\xbe\xb0\x96\xc3\x85\xdb\x99\x4e\ \x48\x60\x73\x7e\xc9\x91\xeb\x8e\xc8\x2d\x3d\xb1\xf8\xed\x40\xfc\ \x4f\x2f\x8f\x2e\xaf\xd7\xcc\xef\x4a\xb1\xfe\x97\x3f\x09\xc1\x69\ \xae\x43\x3a\xe5\x11\x10\x91\x97\x17\x1e\x1d\x83\x05\x02\x90\xc0\ \x30\x50\x44\x5c\x94\xdb\xcc\x83\x00\x1f\xcd\xa7\x9d\x5d\x57\x71\ \x74\xfa\xdd\x6c\xc2\x51\x57\x13\x7f\x75\xc6\xc4\x23\x12\xe3\xbc\ \x85\x60\x5e\xfd\x86\xc3\xe8\xc6\x63\xed\xa6\x7a\x6f\x6c\x64\x5c\ \x16\x20\x2e\x3e\xe2\x5d\xc2\x27\x30\xd8\x88\xb4\x38\xf0\xd8\x93\ \x18\xe4\x9d\x37\x09\x0c\x0a\x03\x82\x62\xed\x0a\xfa\xf9\x5c\xbf\ \x8d\xe2\x35\x27\xed\xee\x1d\x44\xfd\xf6\x6b\x84\x17\xef\xa4\x34\ \xb7\xcb\xfa\xbd\x2b\xe0\xf0\xa8\x70\xfa\xa9\xaf\xe7\x26\x2e\x0a\ \x10\x8b\x7d\xe9\x00\x1b\x21\x90\xb0\xc8\xb4\xc8\x20\x91\x58\x18\ \x93\xf7\x21\x22\xed\xc3\xc3\xa3\x29\xef\x59\x3c\xc4\x37\x39\x38\ \xe9\xf1\x46\x7c\x30\xfa\xa2\x20\x61\x57\xc4\x78\x1e\x24\x02\xbb\ \x2c\xef\x63\xfb\x5b\x16\xb7\x96\x6d\x74\x10\xfd\x14\xb0\xe4\x71\ \x02\x2d\x76\x57\x48\xe1\x0f\x45\x3e\xfc\x1a\xe5\x0b\x1c\x42\x00\ \xb9\xfb\xd1\x9f\x7f\x41\xe6\x7d\x3a\x1b\xb1\xde\xc7\xb7\xfa\xe8\ \x1b\x44\x08\xe8\x25\x71\xbc\xd3\x02\x42\x46\xff\x56\xaf\xea\x3c\ \xce\x8d\xb8\xbe\x3b\xb5\x39\xa2\x00\x1b\x73\x83\x7b\xcd\xa7\xb3\ \x2e\x70\x12\x28\x2d\x0c\x9c\x74\x7f\xfd\x43\xbf\x6d\x56\x35\xaa\ \x9f\xed\x54\x2f\xa8\x8e\x44\x54\x46\x1b\xa6\x4b\xce\xa6\xc1\x72\ \xa0\x95\xd4\x56\x55\x2f\x83\xca\xac\xad\x9e\xec\x69\x59\x1f\x61\ \x31\x1b\xa6\x36\x7b\x4b\xa0\x3d\xfa\x5d\xf6\x20\x9f\x4c\x58\xee\ \x66\xe8\xd8\x6a\x1d\x8d\x44\xd2\xaa\x7b\xfa\x76\x10\x2c\x4c\xa5\ \xa4\x7f\x44\xac\xec\x6a\xad\x23\x80\x57\xf8\xbd\xc3\xc3\x75\x35\ \xa8\x22\x7e\x20\x20\x6f\x25\x2c\x8b\xc6\xba\xda\x58\x9c\x41\x11\ \xa7\x7b\x74\x98\xd3\xa3\x44\x70\x51\x0d\x2d\x4b\x38\x58\xdf\x60\ \xf5\xec\xde\xcc\x44\x05\x7a\xa8\x4a\x10\x98\x53\x56\xa8\xe4\x43\ \xb5\xac\x25\xed\xcc\xd5\x8e\x7c\x7c\xcf\x6f\x27\x36\x39\xe3\x6d\ \x5e\xef\x7c\x60\xf3\x5c\xa0\x6d\x34\xa8\xbb\x44\x45\xcc\xa9\xa9\ \x4c\xbd\x38\x88\x9b\xf4\x4d\x0d\xf4\xed\xc9\xea\xf4\x7d\x86\x3e\ \xce\xfe\xc2\xa8\x7e\x62\x9c\xc3\x20\x37\x0c\xea\xa6\x69\x97\xe2\ \xee\x6e\xc3\x60\x13\x69\x5d\x34\x3d\xdc\x36\x96\xff\xfe\xab\xf8\ \x14\x55\x91\xf8\xe3\xd7\x3f\x7e\x4e\xd6\x0e\x74\x74\x41\x7b\xfb\ \x2a\x27\xc4\x2c\x99\x5a\x95\xf9\x9c\xcf\x26\x61\x10\x95\xb5\x54\ \xb2\x14\x93\x9d\x59\x83\x48\x86\xf1\xa5\x4a\x09\x47\xdf\xca\x15\ \x4f\x70\x66\x9a\xeb\xdb\xe4\x3b\x0b\x4b\x75\xaa\xce\x9a\x99\x25\ \xd5\x34\xb5\x1f\xc7\x27\x51\x2b\x9f\x97\xa4\x7f\xfc\x31\x23\xb1\ \x02\x8d\x52\xae\xa3\xb5\x7c\x4d\xd1\xf4\xfe\xd2\xf0\x28\x7a\x88\ \x85\x86\x89\xbb\x06\x3a\xfa\x86\xb4\xad\x7b\xed\x63\x2a\x0d\x57\ \x3d\x33\x4d\x23\xe1\x60\xaf\x52\xd3\x7f\x4c\x4d\x2f\x2e\xc0\xa1\ \x25\x34\xda\x90\x12\x55\x02\xab\x80\xa1\xe0\xc5\x0c\x35\x8e\xc0\ \xad\x1b\x6b\xa8\x15\x0c\x4d\x8f\x71\xeb\xd8\x15\x7d\x06\x04\x2c\ \xbf\x04\x06\xad\x20\x15\xf4\x42\x4b\xa0\xcf\x9b\x65\xfd\x47\x3d\ \xf3\x2c\x94\x32\x07\xc1\xe7\xaa\xeb\x12\x51\x19\x30\x44\x06\x02\ \xc5\x9f\x26\x95\x55\xa8\x18\x88\x3e\xb2\x96\x9b\xd3\xde\x5f\x90\ \x53\x57\x05\x9b\x86\x22\xaa\x1b\x30\x98\x9a\xa2\x9a\xa2\x9f\xff\ \xf8\xfa\xf3\xc7\xe7\x29\x99\x2f\x2a\xab\x32\x8b\x08\x65\xc9\x02\ \x6e\x76\x46\x7a\x72\x75\x65\x0a\x09\x97\xff\xe3\xab\x17\xaf\x3e\ \x26\xa7\xa4\xbe\xff\xfd\xe7\x8f\xd9\x2f\x12\x7f\xcc\x7e\x5d\xcc\ \xaa\xab\xd5\xb3\x4a\x60\x45\x25\xa9\x99\x0c\x5a\xc5\xf3\x6a\x18\ \xbf\x8d\xa1\xd1\xf2\x27\x24\x4c\x9a\xa4\xa9\xf3\xc8\x50\xa7\x52\ \x63\xd0\xcc\xaa\x0a\x0c\xba\x02\x5d\x94\xcc\x1e\xea\xd3\x48\x0e\ \x43\x07\xb3\x8d\xed\x43\x77\xfc\xb6\x66\xb6\xaf\xed\xcc\xed\xec\ \xec\x58\x5d\xe7\x3e\x25\xed\x36\xf6\xf9\x28\xcb\xb5\x99\x43\xf2\ \xc0\x99\x7e\xac\x79\xfd\xe0\xca\x7c\xcb\x16\x2b\x1e\xc5\xcb\x06\ \x3d\x28\x2d\x66\x7e\x60\xa6\xb1\xd4\x18\x7f\x6b\x33\x4d\xcf\x19\ \x1f\xf6\xe3\xe8\x61\x9f\x81\x6f\xac\x85\x59\x0f\x52\x91\x30\xe4\ \xa6\x5c\x9c\x89\xa5\x55\x1d\x8e\x26\xe8\x71\xb7\x77\xeb\xca\x29\ \x19\x9c\x5e\xd8\x77\xf9\x9e\x7c\xad\x88\xf7\x2d\xff\x7a\x2c\x6f\ \x09\xf5\x07\x02\x9d\x01\x80\xdb\x61\x36\x22\x87\x77\x74\x35\xb0\ \xa3\x1e\x79\xb3\x1b\xa4\x58\xd7\x61\x83\x9e\x43\x08\xc8\x14\xbf\ \xf2\xe4\x75\xe1\xe3\x90\x01\x0b\x40\xec\xfb\x6c\x54\xdb\xf0\x1d\ \x5b\x31\x58\xcf\xc2\x63\x12\x10\x8c\x0d\x3c\xc5\x5c\xc6\x85\x3a\ \x48\x5a\xaa\xa6\xe8\x36\xde\x6e\x03\x00\x8c\x17\x49\xa5\x51\xb9\ \x09\x59\xb9\x80\x18\x63\x7c\x6c\xe1\x09\x38\x3c\x2d\xc2\xc2\xb3\ \x3f\x5c\xf3\x9a\x2e\xad\xfb\xa6\xd2\x8d\xe0\xc9\xc2\x21\x78\x6d\ \xa3\xfe\x69\xf3\xfe\xcd\xf6\x53\xa4\xc7\xbb\xf0\x8b\xc9\x6c\x2f\ \x8d\x8f\x7b\x07\x8c\xca\x02\x86\x45\x86\x47\xb9\x9d\x76\x39\xa7\ \x4b\x1d\x13\x1d\xe6\x0a\xf2\x42\x8b\x6b\xa5\x77\xa1\xa7\x3d\x67\ \x50\x61\xf2\xbc\x5c\xf3\x60\x4f\x42\x5d\x87\x87\xc4\xd8\x58\x37\ \xfd\x7a\x9b\xe7\x7a\x8c\x33\x97\x52\x4c\xd7\x5d\x13\x6c\x86\x76\ \x60\xc4\x7e\x9c\x6b\x1f\xbf\xdd\xdf\xb8\x0e\x1c\xd9\x1c\x71\x40\ \x79\x1e\x20\xdc\x8d\xdd\x48\x88\x45\xfe\x0a\xfe\xd7\xff\x81\x68\ \x1e\x6e\xa2\x3c\x1e\xa2\x3f\xf6\x17\xe1\xd3\xad\xeb\xc6\x6e\x0b\ \xda\xa2\x78\xd8\xb4\x8d\xb4\xf2\x98\x28\x13\xe5\xe5\xaf\x51\xef\ \xa2\x28\x90\x38\x21\xd6\x69\x0b\xba\x89\x78\x3f\xf6\xc2\xb6\xb5\ \xcb\x17\xd9\xec\xc2\x37\x44\x63\x2c\xe5\xd2\x06\xe1\x39\x8c\x91\ \x97\x97\x97\xd6\x03\xdb\xa3\x6d\xa3\x9e\x2e\x04\x10\x23\x5f\x7e\ \xf8\x1c\xbf\x01\x4a\x03\x03\xf1\x0a\x1e\xde\x09\xc0\x2b\x22\xa3\ \x63\xf0\x94\x24\xde\x69\x12\xd6\x64\x2f\x8c\x07\x47\x95\x0a\x7d\ \x27\xd7\xdb\x9f\xc3\x88\xa5\x94\x24\xcf\xf9\xdc\xc2\x8d\xaf\xa9\ \x61\x39\xed\xdb\x37\x80\x39\x32\x2e\x3e\x2c\xca\xbc\x66\xe6\x19\ \x57\x6d\xc4\xa4\x97\xc6\x42\xdf\xfa\x85\x17\x64\x8c\xc0\x46\xc4\ \xbc\x8b\x0d\x07\x82\xdf\xc4\xc6\x3a\xb1\x9e\xe5\xa7\x37\x79\x85\ \xbc\x8d\xb0\x35\xd2\x8c\x15\xef\x52\xc8\xdd\xba\x91\x39\x43\xa5\ \x40\xb2\x1b\x5f\x7a\x7a\xca\x5d\x7d\x74\x9e\x20\xc3\x22\x23\xe9\ \x4f\xc7\x4b\xe7\x72\xea\xf2\xe2\xec\xfe\x40\x77\xb0\x4d\xe4\xc1\ \x96\x1b\xf7\x9d\x6e\x7c\x3d\xfd\x99\x29\x64\x79\xf4\x06\x1a\x6f\ \x9c\xf6\x2c\xaf\xcd\x75\x78\xb6\x1e\xaa\xaf\x77\x64\x45\x3f\x7a\ \x85\x48\x7c\xe4\x46\x4c\x74\x0c\x30\xf2\x0d\x38\x32\x6b\x03\x19\ \x95\xf7\xc3\xf1\x34\x6d\xa0\x46\xbb\x3a\x49\x1d\x90\x4a\xa7\x87\ \xb9\xfc\x21\x01\xbb\x16\x9d\xf9\x22\x23\xa3\x17\x2a\x19\x5c\xd4\ \x57\x8b\x5a\x35\x02\xf1\xc8\xd2\xc2\x71\x7f\x93\x81\xd1\x2d\xe3\ \x32\xa5\x0d\x8c\x9e\x91\xd6\xe6\x56\xb1\x66\x5a\xc9\xe7\x36\x4d\ \xcc\xb7\x90\xb8\x58\x25\x54\x35\x5b\x37\xd5\xc3\x6e\x6a\xe3\x17\ \x95\xcd\x6f\x72\xa9\xec\x5e\xae\x94\x3f\x4c\x18\x0e\x1c\x75\xae\ \xf6\x0d\xca\x17\xcf\xc6\xb8\xa2\xb6\x76\xbd\xa0\x75\x76\x66\x48\ \xa0\x6d\x1a\x6d\x69\xc4\x5d\xed\x0e\x31\x06\x31\x4a\xe8\xab\x57\ \x55\x15\x89\xb2\xd9\x5a\x29\x93\x6b\xa8\x81\x92\x87\x05\x0d\xd7\ \x27\x5d\xbe\xc6\xed\xed\x16\xe7\xad\xc1\xa5\x9a\x92\x88\x96\xcb\ \xa6\x09\x7a\x89\x6e\x32\x51\x2f\x67\xd4\x8e\x35\x49\x95\xaa\xc1\ \x4a\x82\x8a\x2c\x53\x29\x71\x92\xbb\xe8\xd5\x69\xa9\x94\x5c\x69\ \x60\x72\x09\x55\x03\x6d\x47\x6a\x99\xba\x8b\x23\x1e\xa8\x9d\x97\ \x63\xe4\x8b\xf2\x9c\x8c\x3f\x5e\x7d\xac\x22\x54\x14\x24\x23\x86\ \x3a\x5c\xd0\x94\x4c\xa8\x5a\x82\x9a\xd2\x48\x4b\x2a\xf9\x9c\x66\ \x4c\x5d\x07\xaa\x61\x9f\x4f\x2a\xc0\xe0\x70\x6a\xee\xf8\xf4\x7a\ \x47\x9d\x8e\x3b\x6e\xa8\x93\xd2\x68\x06\x19\x8d\xc0\x50\x1f\x53\ \x65\xc9\x19\xd5\xc5\xaa\xa5\x71\x19\x42\xb5\xa0\x2e\x78\xcb\x1e\ \xd5\x57\xa3\x71\xbd\xaa\x5e\x66\xf1\xbc\x2a\x47\x9d\xb3\xdb\x81\ \x19\xe9\x9a\x86\x53\x19\x4d\x4d\xbd\xd5\x83\x32\x59\xe3\xa6\x4c\ \xdc\xb6\x23\x53\x6a\xc9\x83\xb6\xcb\x3e\xbe\xb6\x21\x39\xb9\xb8\ \x9a\x56\x84\x40\x9c\x4d\x2e\x4c\xe0\x58\xb2\xf1\xbe\xbe\x1a\x18\ \x02\x55\x5d\x87\x78\x95\x48\x46\xe0\x32\x4b\xa4\xba\x0e\x74\x62\ \x03\xb7\xb5\x0f\x5e\x8d\x41\x0d\x92\xcb\x4a\xca\xd2\x49\x88\x2f\ \x2f\xbe\xbc\x7d\xff\xf5\xcb\xeb\x1c\x5a\x4f\x6d\x3e\xa1\x1d\x41\ \x85\xa6\xa7\x97\xd4\x68\x38\x89\x30\x1c\xba\xe4\x79\x19\xb5\x01\ \xc3\xa8\x25\xc3\x61\x04\x25\xb7\x00\xc5\xea\xab\xad\x21\xf0\xa5\ \x4c\x1a\x07\x4e\xae\xcb\x4c\xcc\x2c\x28\x22\xe9\xaa\x61\xd9\xc9\ \x45\xd9\xd5\x2a\x5c\x45\x6a\xf6\xeb\xc4\xf4\xec\xfc\xc4\xe4\x8c\ \xfc\x57\x1f\x3f\x7e\xfd\xf2\xe5\xeb\xeb\x9f\xbf\xfe\xf1\xe5\x8f\ \x2f\xaf\xf2\x7f\xfc\xf2\xe5\xc5\x8b\x54\x58\xc1\xc7\x12\x54\x49\ \x31\x6c\x51\x09\x85\x55\x4b\xab\xeb\x94\xd0\x4a\xe6\x1d\x4b\xae\ \xdf\xec\xeb\x38\x1c\x0d\x08\x56\x64\x82\xd1\x41\x31\x5b\xce\x84\ \x56\x54\x90\x49\x83\xed\xe2\x06\x03\xb9\xd9\x7a\x27\x28\xeb\x6c\ \x0f\xd9\x16\x82\x9b\x5b\x31\x7e\x9b\x2b\x2a\x2b\x2f\x81\xa8\x1b\ \xe9\xf2\x6d\x4d\x4d\x5d\xf9\xe6\x2f\x1c\xcb\x06\xf5\xb8\x5d\x88\ \xd4\x34\x1e\x5e\x50\xec\xde\xa3\xd1\xf6\xcb\x13\x60\xd2\xe1\x76\ \xf0\x2e\x38\xe2\x00\xba\x7c\xf3\x4b\xa6\xb4\x70\xec\xc1\xc6\x1b\ \x10\xe4\x62\x8f\xb8\xd9\xde\x65\xdf\xb6\x9e\xac\x8e\x48\xb8\xac\ \x89\x85\x96\xde\xa7\xbb\xb9\xc9\xab\x8e\xbe\xf6\x33\xfb\xd3\x0e\ \x77\xfa\x58\x33\x3d\x74\x72\x77\xd7\x65\xd0\xdb\x3a\xe4\x85\x66\ \xbf\x30\xdc\xb2\x3f\xd9\x77\xb8\xb9\x61\xf5\x3b\xcd\x81\x25\x0a\ \x38\xe9\xf4\xce\x12\x6b\x71\x03\x03\x3b\xa7\x56\xc5\x3e\x6d\xf7\ \x65\x1c\x25\xe2\x8d\x89\x72\xe4\x20\x52\x80\xc8\x7b\x48\xac\xfd\ \x09\xac\x78\x44\x12\xb3\x3c\x67\x8e\x65\xb9\xc0\xb4\x05\xa4\xf8\ \x5b\xe7\xdd\xbe\x6d\xfc\x96\x37\xaa\xd4\x04\x0c\x7b\x8a\xf0\xe5\ \x52\x9c\xc0\xc7\x58\x50\x94\xc2\x8c\x04\x87\x19\x81\x4e\x4b\xa4\ \x19\x00\xb9\x57\x58\x21\xc6\xc2\xf0\x30\x70\xc4\x1a\x6f\xaf\xbb\ \x29\xb0\x37\x9b\xf4\xdb\x1b\x7a\x8c\xcb\x0d\x09\x42\xe2\x63\x9e\ \x25\xe4\x3e\xda\x9f\x19\x3d\x49\xf5\x0e\xec\x1b\xc7\x7c\x9b\xfd\ \x21\xcf\x0c\x00\x08\x03\xb9\xb1\x42\x7f\x12\xde\x67\xf3\x5c\x07\ \xe4\xb2\xad\x75\x70\xc2\x1b\xff\xa5\x13\x69\x06\xae\x3d\x79\xa3\ \x3c\x7e\x5f\xc7\x8c\x4b\x2f\xd3\x5c\xf9\x94\x28\xdf\x02\x32\x28\ \x7f\xdc\x20\x96\x1f\x48\x00\xae\xc8\x78\x27\x24\x0e\x64\x43\xf2\ \x36\x7f\xf9\x05\x18\xd8\x00\xaf\xd1\xfd\x67\x71\xf1\x01\x7b\x58\ \xb0\x47\x26\x3f\xea\xed\x3b\x58\xb2\x85\x86\x89\xf5\x4f\x31\x7f\ \xfd\xaf\xff\xfe\x3f\xff\xe7\xbf\x7f\xb3\xae\x19\x21\xd8\xc3\x80\ \x7d\x7e\xf3\xf6\x6e\x71\xdd\x52\xe8\x42\xfa\x4b\x43\x16\xe3\xde\ \xc8\xa1\x85\x9e\x84\x04\x94\x96\xd3\x8d\xf1\x6f\x72\x9d\x85\x26\ \xe3\x1a\x31\x26\x8d\x27\x0c\xcd\xef\x18\xcb\xd3\x62\x4a\x91\xc6\ \xf0\x78\x3a\x36\x37\x2d\x2a\x3e\x2a\xa4\x58\x3a\x8f\x0b\xed\x42\ \x80\xd1\x40\xe0\x86\x3d\xcd\x6d\x05\x43\xae\x86\x3f\xff\xe5\xd7\ \x7a\x6c\x5e\x96\x6b\x2e\xe4\x07\xc4\x9b\x41\xff\xfc\x7d\xd4\x19\ \xc3\x6b\xb9\xce\xf5\xf9\x62\xcf\x44\xde\x4f\x72\x7b\x79\x56\x1a\ \x3d\xb7\x29\x18\x38\x0f\xb9\x82\x21\x3c\x50\x08\xf8\x5f\xbf\x20\ \xf7\xe7\xda\x26\x10\x62\xcf\xba\xd3\xe8\xd9\x9d\x1a\x0e\xdc\xd8\ \xe3\x2c\xe6\x63\xf6\x70\x57\xd3\x12\x5f\xdf\x21\x3e\x76\x6c\x2d\ \x07\x03\xba\xe0\xfa\xe3\x9b\xfb\xa6\xcb\x6d\x8b\x67\x97\x7e\x7f\ \x1e\xb4\x5d\x1c\xcd\xd7\x60\x10\x35\xa5\x31\x09\x20\x87\x77\xd3\ \x09\x7c\x99\x7b\xfd\x1d\xff\xea\x23\xf2\xde\x44\x99\x82\x2f\xff\ \x16\xbd\x76\x67\x05\xe5\x7e\xdb\x34\xc6\x23\x3f\xf8\x58\xbb\xf8\ \x04\x6b\xc4\xa7\x37\xbf\x64\x7d\x72\x8c\xc4\xfd\x30\xc1\x44\x31\ \x2b\x9a\xdd\xb3\x18\xea\xe0\x04\xbb\x4b\x2e\xd7\x50\xa1\xc3\x3a\ \x38\x15\x0e\xa3\x89\x87\x68\x55\x4c\x86\x92\xca\xdd\xd1\xce\xcd\ \x1e\x1f\xaf\xcc\xb4\xf4\x4f\x74\x8f\xd5\xb4\x37\xc0\xe0\x87\x63\ \x04\xcc\x70\x2d\x1a\x8d\x81\xf6\xa2\x55\x06\x18\x43\x4a\x2a\x6b\ \x10\x31\xd8\x2d\xec\x81\xce\xc1\x5e\x92\x4a\xc5\xd7\x37\xb0\x09\ \x8c\xae\x9d\x2a\xda\xcd\x52\xdb\xde\xfe\xc4\xde\xfe\x7a\x1b\x8b\ \xdc\x8b\x91\xa8\x26\xb4\x9c\x1a\xa5\x46\x6d\x40\xf7\x05\xc6\x8b\ \x09\x02\xa9\xaa\x31\x35\xfb\x45\x59\x11\x89\x94\x9d\xfd\xb6\x6c\ \xaa\x21\xb5\x04\xda\x8b\x4b\x2d\xa0\xed\x13\x1a\x50\x2a\x14\x3c\ \x1d\xc5\xc1\x71\x27\x98\xa7\x25\x34\x83\xae\x23\xd0\xb2\xda\xc8\ \x45\x57\x2d\x8b\x0d\x84\x2a\xbe\x6e\x44\x39\xaa\xc5\xf4\x1e\x34\ \x2c\x3e\xc8\xae\x5d\xae\xbb\x00\x49\xad\xe7\xa0\x39\xc0\x2e\x55\ \x37\x6a\x67\xae\x89\x39\xbc\xd7\x2b\xed\xee\x98\x1b\x0b\x18\x60\ \x4a\x3e\x5b\xa0\xe2\x4e\x50\x47\x57\xa1\x95\x18\xb4\x00\xd3\xb3\ \x34\x30\x37\x2b\x99\x9a\x62\xf7\xb0\x27\x86\x10\x9b\x56\xb5\x66\ \x77\xbe\x1a\x41\x22\x0b\xd8\x02\x54\x25\x6a\xec\xf2\x74\x08\x51\ \xf4\xa2\x67\xe2\x75\x4e\xe6\xeb\xdf\xcb\x52\xff\xc8\xe6\xa8\xea\ \x54\x30\x81\x9e\x86\xce\x4c\x66\xac\xd7\xa0\x03\x15\x29\xe3\xed\ \x1a\x72\x45\x7e\x4e\x26\x8e\x26\xe8\x1d\x6f\x63\x48\x47\x95\x55\ \xb4\x23\xce\x77\xa2\x62\x71\x6b\xda\x26\x96\x06\x64\xc3\x93\x6d\ \xba\x9d\x71\x81\xa1\x3a\xb3\x12\x86\x66\xd5\xa4\xff\x5e\xc6\x69\ \xd8\x9f\x48\x2d\xd3\x50\x71\x88\xd4\x8f\x2f\x86\x68\x15\xa9\x39\ \x50\x69\x0e\x62\x14\x9a\x8e\x10\x18\x82\x0b\x97\x9b\x2c\xc6\xc4\ \x60\x6f\x35\x06\x51\x86\xa8\x42\x64\x17\xe4\xe7\xbf\xfd\xf2\x8f\ \x3f\xbf\xbc\x4a\x7f\xf5\x22\xa7\x08\x51\x02\xad\xa6\xa1\x27\x72\ \xe0\x65\x15\x30\x46\xca\x8b\xc4\x14\x2a\xa1\x28\x03\x56\xf2\xe2\ \xc7\xb7\xf9\x5f\xdf\x17\xa0\x70\x5c\xf2\x44\xa7\xae\x92\xc9\x44\ \x70\x48\x98\xda\xaa\x4a\x8c\xaa\x1a\x8d\x10\x90\x8b\xca\xd8\x13\ \x38\x0c\x06\x05\x4d\x7c\x91\x9d\x5f\x94\x9c\x5e\xf1\x3a\x3f\xe5\ \x45\xf6\xc7\x8f\xaf\xf3\xd3\x27\x10\x45\x89\xa9\x95\xd0\xc4\xe7\ \x25\x70\x74\x46\xf1\x8b\xe7\x04\x42\x6a\x4b\x2b\x26\x27\x07\xa7\ \x1d\xb7\xd6\xa2\x73\x44\xe4\xdd\x65\x0e\xb3\x35\xd4\xaf\xd6\x4e\ \x30\x6b\xfb\x7b\x19\x70\x39\x8b\x3b\xb2\x33\x65\x68\x1e\xda\xdb\ \x6f\x67\xb2\x35\xe2\xed\xe5\xa3\x3e\x7b\x57\x15\x6d\x80\x6f\x68\ \xdd\x98\x7c\x08\xdd\x20\xd3\x4c\xc1\xf6\x96\x61\xe3\x53\xdf\x7c\ \x5b\xdf\x25\xdd\x29\xdf\xb1\x4f\x6f\x89\xfa\xae\x0e\xe7\x1e\x4b\ \x6d\xd8\xa0\x61\xeb\xd6\x77\x7c\xb9\xbd\xdf\x2a\x36\x79\x02\x0f\ \xab\x9c\x85\xa7\x4d\xa1\xa2\x29\x32\xd2\x27\x3a\x0b\x45\x97\x9b\ \x78\x96\x2b\x75\x30\x01\x0f\x88\x0d\x5b\x31\x05\x43\xc1\xd3\xee\ \xe6\xd3\xd1\x3e\xd2\xc5\x4a\xf0\x61\x52\x7c\xd3\x39\xb9\x10\xf2\ \x7b\x97\xfb\x56\x5b\x6e\xd7\xdd\x5b\x17\x87\x41\xd9\x5e\x69\x38\ \x38\x06\x1b\x79\x79\x72\x1e\x19\x45\x89\x78\x76\x9f\x8b\x8c\x75\ \xc6\x01\xb1\xc0\xc2\xbc\xa4\x07\xaf\x39\x3c\x16\x1b\xfb\xec\xca\ \x0a\x88\x46\x3e\x9a\xed\xbb\x01\xf3\xd3\x4c\x78\x98\x07\x08\xf4\ \x03\x62\x03\x58\x64\xe1\xa4\x2d\x74\x6c\xda\x7d\xf8\x10\x12\x3a\ \xc2\xdf\x78\x6d\xbf\x7e\x00\x83\xd6\xf0\x48\x37\x24\xc4\x4b\x88\ \x8d\xcf\x33\x5d\xf0\xf0\x60\xcb\x55\x5c\x60\xe5\xae\x3e\x6b\x0d\ \xa8\x28\x4d\x4a\xca\x02\xf3\x02\xd3\xc1\x2d\xef\xaf\xd1\xbc\xd8\ \x49\x05\xd0\x11\x1d\x13\x1b\x71\x25\x8c\x89\x37\x0b\xd7\x83\xae\ \x93\xc9\x8d\xbb\x87\x93\x99\xb1\xe9\xc0\xde\xce\x59\x44\x6c\x38\ \x00\xf4\x12\xef\x01\x3e\x73\xde\x04\xef\x01\x77\x0f\xd7\x37\x7b\ \x41\x60\x02\xde\x63\x4f\xa2\x83\x83\x5b\x8e\xd8\xf0\xf5\xad\x1d\ \x23\xde\x27\x9f\x1a\x92\x9c\x0b\x4b\xaf\x4a\x91\x7b\x62\xe1\x76\ \xef\xd1\x02\x89\xbb\x13\xbf\xfd\x58\x18\x47\x39\x90\x23\x01\xef\ \x22\x4c\x8a\x38\x0b\x10\x64\xd5\x4f\x75\x0e\x61\x6d\x9d\xf3\x52\ \x65\xfb\xbc\x7d\xee\x2e\xe8\x79\x53\xfa\xbf\xff\xe7\xdf\xff\xef\ \xff\xfb\xaf\xff\xf9\x3f\x7f\x8b\xce\x75\xe6\x41\x14\x80\xf0\xb4\ \x78\x60\xd3\x88\xeb\x62\xf1\x20\x70\x64\xbc\x5f\x03\xad\x6d\x0e\ \x6f\x1e\xb5\xdc\x5c\x98\x22\x78\x76\xac\x3d\x0c\xe4\x34\x87\xec\ \x6e\xd0\x9b\x58\xbc\xa3\x87\x7a\x16\xf7\xec\x5f\x93\xce\x23\x7f\ \xf9\x96\xf4\x32\x2d\xd7\xe2\x88\x3f\xb1\x58\xfd\x0e\x07\xc0\xf8\ \xe4\x51\x40\x22\xa2\xd7\xac\xb3\x47\xce\xed\xa5\x6d\xdf\x5f\xcb\ \x1d\x56\x4b\x3d\x00\x79\x42\xbf\xfb\x6e\xb5\x85\x90\xae\x10\xaf\ \xf4\xec\xec\x76\x69\x66\x5c\x72\x70\xca\xe4\x9a\x7c\xc2\x34\xa0\ \xc3\x03\x09\x6e\x78\x57\x08\x0f\xd6\xd3\x51\x5f\xc2\xe7\xa7\x39\ \xfb\x22\x73\xd2\xac\xad\x78\xfa\x04\xc8\x2a\xf4\x77\x58\x3f\xfc\ \xfd\x73\xc4\x99\xdf\x62\xb7\x4b\xe6\xfc\x96\x31\x29\xaa\xcd\xd7\ \x3c\xb3\x74\xd1\xde\xf8\xb4\xea\xb7\xce\xdb\xd6\x2d\xf5\xab\x80\ \xdc\x7a\xf3\x3d\xdd\x76\xbc\xab\xb7\x9f\x1c\x65\x45\x5f\x2d\x12\ \x4e\xe3\xc3\x3f\x51\xf0\x26\x10\xb2\xdc\x1e\xc6\x8b\xb7\x7a\x7f\ \x31\x42\x5a\x56\xe3\x6d\xa5\x44\x7b\xe1\xbc\xaf\x6b\xe5\xc8\x11\ \x09\xae\x07\x41\x3e\x47\x83\x23\x7f\x98\x14\x33\xfb\x05\xa3\x2c\ \xd9\xc1\x6c\xeb\x20\xb3\x51\x2c\xde\xa3\x91\xd5\x23\x13\xdd\xad\ \x2d\xda\xa1\x3a\x0d\x01\x03\x47\xa0\x67\x62\x9d\xec\xa1\x9b\x8b\ \x2e\x15\x37\x78\x26\x1b\x2f\xa8\xcb\x29\xe0\x6c\x92\x33\x8a\x52\ \x5f\xa5\x94\x70\x1a\x18\x2c\x95\x54\x37\xac\xee\x43\x54\xcb\xda\ \xda\x76\x0e\xe7\x96\x1b\xa7\xf9\x0d\xcd\x03\x2a\xda\x34\x6b\x9a\ \xaa\xd9\x69\x9d\xbc\xd1\xb4\xd7\x16\xb1\x94\xcb\xfa\x71\x0d\x4d\ \x37\x2b\x60\x0f\xce\xf5\x9e\x35\xeb\x46\xe7\x69\xe8\x85\x69\x02\ \xec\x05\x0e\x96\x9d\x53\x5c\xf6\x22\x3b\xe7\x45\xf2\xc7\x17\x01\ \x31\x6b\xa7\xb7\x5b\x45\xd6\xd4\x90\x96\x46\x19\x53\x9c\xa9\x91\ \x9e\xa1\x4e\xab\x56\x1c\xe4\xf7\xb1\xaa\x1a\xb7\x3a\x57\x47\xbb\ \x46\x09\xe4\xf6\xe2\xaf\xb2\x21\x91\xa6\x40\xad\xa1\x2d\x1f\xdc\ \xee\x6c\x75\x88\x06\x3c\x21\xb1\x64\xac\x6f\x08\x5d\x3c\x21\xea\ \x14\x69\x06\x17\x83\xa2\x91\x06\x55\xcb\xe0\x71\xff\x48\xc0\x63\ \x75\x9e\xee\x5c\x3c\x7d\xa7\xb1\xbb\xcb\xc6\x96\xb9\x0e\x0d\x4c\ \x3d\x55\x30\x30\xd0\x3d\xaf\xe6\x72\x68\x70\x7e\x6f\x47\x3f\x57\ \x30\x41\x9e\xaf\x84\x0f\x15\x63\x70\xd0\x7c\x78\x59\x9d\xae\xbd\ \xb5\xb6\x86\x43\xa8\xa8\x48\xfd\x3d\xf9\xf9\xfb\xd7\x89\xdc\x6e\ \x5a\x4d\x46\x62\x83\xac\x06\x03\xcd\x60\xc1\x92\x31\x95\x50\x42\ \x2f\xb4\x4e\xcb\xc5\x8c\xcb\xc7\x04\x63\xfd\xd3\x75\x03\xec\xca\ \x3a\x6d\x03\xb9\xb2\x08\xa7\x97\x36\xd6\xc1\x86\x84\x63\x57\x8c\ \x31\xed\x84\x5a\xc6\x9d\xc2\x15\x94\xa5\xa6\x20\xa0\x19\x3f\x57\ \xe4\x90\x35\xb0\x12\x12\x2a\xbd\x38\xe3\x8f\xf7\xd5\xcc\x6a\x5c\ \x11\xb4\x32\x19\xd5\x8c\xc1\x69\xe9\x7f\xf9\xf4\x32\x32\xbe\xa5\ \xc5\x50\x5d\x2b\xad\x25\xf4\xb2\x60\x18\x2a\x22\x3d\x07\x95\x2c\ \x69\x9c\x54\x16\xc0\x52\x93\x11\x84\xba\x61\x03\x27\xa7\x0e\xc1\ \xe5\x4f\xb0\xe1\xc9\x6f\x7f\x7f\xff\x7b\x46\x66\x4e\x71\x65\x66\ \xca\xab\x1f\x7f\xff\x92\xfe\x02\x56\xf2\x35\x33\x07\xc3\x7c\x5e\ \x89\xc1\x35\x60\x04\xd5\xac\xda\x1a\xc4\xef\xef\xa1\xec\x02\x3e\ \x9a\x33\x54\x37\xc5\xca\xcc\xce\xa9\x2b\x23\x50\x1b\x04\x9c\x06\ \x42\x66\x15\xbc\x00\x4d\xa8\x84\x6b\xba\x45\x8c\xba\xbe\x19\x96\ \x34\xb5\x5b\xc2\xe7\x8f\xe5\x14\x57\x94\x0c\x2a\xa5\x1c\x32\x19\ \x36\xd0\x0f\x45\xd7\xa0\xdb\x24\x13\x65\x65\x07\xcd\x1d\x4d\xdf\ \xdd\x7a\x73\x51\x95\x93\x53\xdb\x2d\xef\xaa\x63\x60\x5a\xc7\x86\ \x2f\xda\xf4\xaa\x46\x2b\xef\x28\x10\xbc\xbd\xea\x65\x8e\x4a\x47\ \x6f\xdc\x13\xd3\xd6\xd5\xd9\xcb\x26\xe3\x59\x9b\x2d\x68\xaf\x37\ \xaf\x78\xf0\x0b\x07\x57\x8f\xb6\xd3\x95\xa7\xe1\xd3\xbd\xad\xd2\ \x2e\x9d\x7b\x26\x4e\x61\xdf\xbb\xbf\xbe\x31\x1c\x7c\xfb\xe9\x5d\ \x44\x44\xfd\xcc\x81\x34\x04\x5e\x5f\xdd\x2b\xa4\x87\x76\x2f\xc3\ \x73\x41\x8e\x40\xd2\x9b\x7a\x87\xf0\x9c\x17\xf6\xa6\xde\x83\x77\ \x1c\xed\xae\x4f\xb0\xa7\x39\x52\xe5\xa4\xe7\x49\x74\xb9\x34\x7f\ \xfb\x64\xbb\xb8\x98\xdc\x5b\x16\xb9\xdc\xc7\xb9\xa5\xf7\xcd\x93\ \x37\x91\xb9\x81\x0f\xc6\xeb\x98\x30\xe2\xa3\x29\x3c\xda\x65\x4e\ \x2a\xdf\x23\x52\xae\x13\x80\x91\x59\x48\x48\x4c\x5c\x0c\xc0\x0f\ \x01\xf2\x36\x00\x2f\xc3\x7f\x89\x8d\xa0\xdb\x6d\xcf\x28\x8f\xf1\ \xdb\x46\x3c\x24\x29\xe2\x8d\x33\x94\x64\xeb\x0c\x84\xbf\xa3\xd4\ \x97\x46\x23\x3f\xfc\xfd\xdf\x62\xfe\x7e\x7c\xfd\x26\xfc\xda\xff\ \x2e\xb7\x3e\x0e\xf0\x0c\x6c\xe2\xc5\x03\x5d\xf1\xef\x2c\xf8\x72\ \xa4\x49\x18\xf1\x6f\xdf\xde\x01\xea\x3d\x97\x5b\x85\x14\xaf\xd7\ \x6c\xb7\x9e\x38\xeb\x4d\x48\xbf\x07\x69\x8a\x8e\x33\x5e\xd8\x4f\ \xa2\x3e\x07\xb1\x5e\x6b\x6c\x58\x02\x24\xda\xb8\x2f\x0b\xd8\xfd\ \xf4\xc2\x52\xb3\x37\x3c\x7a\xcb\x0f\xb6\x26\xd5\x9f\x2f\x06\xe3\ \x57\xc2\x62\x2f\x07\xce\xac\xcf\x90\x7b\x90\x52\x6f\xb4\x30\xb8\ \x09\xe7\xa3\x44\xc3\x80\xd0\x6a\xa8\xcf\xe6\x73\x88\xe6\xec\x8f\ \x03\xe7\xb7\xf7\xb2\x00\x07\x41\x6d\x11\xae\xed\x12\xc3\xa2\xa3\ \x8c\x09\x80\x34\x21\x50\x71\xb4\xbc\x37\x73\xfc\x70\x7e\x3e\x72\ \x1d\xb7\x66\x2a\xf4\x06\x37\x1e\x1f\xae\x91\xe6\xd3\x05\x6c\xc4\ \xbb\xbf\xfe\xfb\x7f\xfd\xbf\xff\x04\xf0\xa2\xc2\xe2\x22\x7d\x41\ \xac\x0f\xf0\x32\xe1\x3a\xee\x69\x6b\xfc\x64\x7b\x66\x6e\xf1\xc8\ \x29\x04\xd7\xdb\xd6\x6f\x5d\xdd\x3c\x67\xd0\x13\x09\x71\x44\x80\ \x62\xcb\x63\xdd\x60\xdb\x13\x91\x9e\x7b\x4f\xc7\xe3\xad\xd6\xfb\ \xdc\x4f\x9f\x22\xd2\xb0\xc0\x4f\x6b\xa6\x52\xa3\xe2\x83\xc9\x6a\ \x0f\x9c\xf2\xc2\xa3\x4b\x23\x89\x47\x9e\xa4\xad\x13\xa1\xdf\x5c\ \x68\x07\x24\x04\xed\xc1\x90\xcb\xba\x73\xba\xe3\x2e\xbf\x3f\x58\ \xba\x34\x83\x77\xae\x3c\xc1\x73\x71\xd7\xea\x49\x54\xbd\x31\x62\ \x4b\x48\x74\xc7\x50\xb0\xc1\xa8\x08\xb7\xd9\xd4\x28\x3a\x89\x2e\ \x14\x2a\x88\xa7\x4a\xd6\x3d\xd6\x12\x73\xa6\x6b\x9e\x5e\x0d\x7d\ \xc0\x26\xfc\x3d\xe2\x3a\xb6\xd9\x1e\x1d\x09\xc8\xb5\xe0\x3f\xd7\ \xbb\xf1\x79\xfe\xb3\xd0\x75\xee\xf5\x99\x1f\x19\xe7\xdc\xca\xdd\ \x26\x86\x45\x44\x06\x81\x91\xb2\xa0\x50\x35\x98\x70\xa5\x46\xa0\ \x47\xe6\x77\x4b\xb7\xad\x72\xdb\x52\xf7\x93\xc3\x7e\x7c\xb1\xb6\ \x3f\x18\xdc\xb2\x1f\xdc\x82\xea\xf1\xae\xbf\xfe\xe7\xbf\xc7\x23\ \x01\x11\x85\xf1\x11\xc2\xf2\xac\xf2\x1f\x98\xda\x31\xfe\xf8\xe9\ \x3e\x57\x12\xb8\x18\x47\x77\xab\x2b\xd9\x04\x6a\x65\x5d\xd9\xd0\ \x98\x40\x8a\x56\xd1\x10\x65\x19\xc9\x65\xc3\xf5\xc3\xd5\xd2\xd5\ \x9d\xdb\x76\x2a\xba\x45\xad\x42\xd7\x14\xe4\xeb\xe5\xb2\xba\x1a\ \x44\x25\x8b\x5d\x8b\x81\x31\x86\x87\x2a\x0c\x1a\x49\xa5\x7c\xb9\ \x75\x68\xb8\x7b\x77\xe1\xec\xc8\xdb\xd3\x64\x1f\xa9\x2d\x98\x6e\ \x20\x8d\x4a\xe1\xe3\x67\x97\xbb\x52\x8e\x1a\xc3\x56\x4f\x8b\x2b\ \x05\x64\xe5\x28\x6d\xe9\x48\xb4\xb9\x2f\x3b\x6b\xc5\xf4\xf5\x90\ \xd2\x31\xb5\xe9\x3f\xbe\x48\x86\xc2\x33\x6b\x25\x24\x68\x4d\x05\ \x1c\xa3\xc1\x35\xb5\x73\xb9\x68\xc4\xe8\x88\xbc\x73\x1a\x7a\x36\ \x06\x53\x1b\x26\xf6\xe6\xdb\xc5\x12\x8e\x76\xaa\xe3\x28\x30\x69\ \xdd\x9b\xdd\x3c\x62\x89\x95\xc5\x1d\x18\xb6\x48\x42\x08\x01\x89\ \x5e\x73\x50\x2e\x93\xe8\xc7\x55\xfa\x1a\x15\xb7\x6d\x6a\x1f\x35\ \xa6\x62\x8d\xf0\x75\x47\xdc\xde\x92\x0c\x18\x9b\xdf\xe9\x00\x9b\ \x65\x23\x85\x81\x83\x81\x16\x95\xae\xd9\xc7\xee\x60\xb4\x4b\x1b\ \x76\xda\x96\x4e\x5b\xbd\x72\xda\x50\xcb\xea\x28\x9f\xca\x41\x61\ \xc6\xb2\x49\x6a\x72\xa5\xa0\x8a\x5d\x33\x58\x53\x5c\xd1\x03\xdd\ \x0a\x74\x8d\xdf\x6d\x0f\x51\x05\x75\x7d\x06\xdb\x24\x19\x5a\x9b\ \x9a\x89\x40\xfd\xb3\x8c\x15\x8a\xcd\x67\xf4\x4c\xeb\x3a\x73\xb7\ \x75\x2c\x29\xad\x67\x10\xd7\x23\xee\x68\x17\x42\x92\xb5\x56\x00\ \x00\x20\x00\x49\x44\x41\x54\x18\xa4\x8c\xa2\x5a\x7d\x66\x65\x77\ \x35\xb7\x6d\x7d\xed\x4a\x79\xdf\x43\x9b\x5e\x64\x64\x20\x0a\x2e\ \x77\xe1\xf0\x8a\x3a\x36\x9b\x4a\xa6\x56\x52\x11\x35\xb0\xa2\xec\ \x94\xf4\xfc\xfc\xaf\xc5\x65\x52\x51\x62\x72\x83\x96\x89\x28\x10\ \x4c\xfa\x5a\xfa\x34\x88\x74\x6e\x59\x6a\x83\xae\x42\x42\xa5\x49\ \xcb\x72\x48\x99\x99\xb0\xfc\x8f\x0d\xe4\x56\x71\x32\xb7\xe1\x55\ \x76\x05\x01\x95\x5a\x9c\xf8\x2f\x3f\x23\x52\xfe\x91\xf2\xfe\xcf\ \x8f\xa8\xa2\x92\xfc\x0c\x02\x02\xfa\x31\x11\x4e\xf8\x31\x3f\x3d\ \xb3\x36\x3b\x3f\xfd\x39\x0c\x0d\x1b\xa7\x41\x0b\x98\x05\xa8\xf1\ \x6e\x78\x7a\xce\xeb\x4a\x16\x1a\xd6\xcb\x20\x21\xb4\x4a\x2d\x9b\ \xc0\xc4\x0d\x12\xc8\xa3\x63\x62\x46\xc1\x58\x9f\x46\xcb\xa5\x62\ \x34\xac\x6a\x5c\xb2\x78\x58\xcf\x12\x8c\x0f\x1e\x2e\x77\x77\x1b\ \x8a\x46\x5b\x26\x7b\x44\x02\x2a\xa9\xb9\x51\x37\xc9\x9c\x9c\x1a\ \xdb\x6b\x91\x47\x87\x61\x91\x0b\x05\x92\xa5\xcd\x71\x46\xd3\x66\ \xab\x6e\x75\x58\xd2\xda\x89\x62\xac\x2f\xec\xf5\x9c\x5a\xfb\xcf\ \xc6\xe6\x9a\x2c\x53\x0a\xe7\x82\x6c\x21\x66\xce\xda\xaf\x0b\x8c\ \x5b\x93\xae\xc7\x57\xd3\x90\x27\xa1\xce\x10\xcf\x7a\xb7\x25\xb3\ \xde\x6f\x1c\x04\x0e\x6e\x7c\x3e\xff\xed\x5a\x20\x6e\x6b\xd5\x76\ \xd0\xfb\xbc\xd7\xfd\xd3\xa7\x67\x46\x24\x10\x7c\x71\x62\xdb\x1e\ \x5d\x6f\xb4\xd0\x1f\x29\x14\xb0\x6f\x3d\x14\x19\x71\x93\x75\x69\ \x07\xde\x9e\x94\x47\x85\x78\x1b\x01\x76\x0a\x0a\xbf\x5e\x66\xdb\ \xb3\x5b\x03\x20\xd1\xe9\x88\x6c\x38\x84\x8c\xb5\xce\x1d\x6d\x5f\ \x6c\x07\xce\x90\xee\x2b\xbb\x15\x68\x0d\xd0\x6f\xe6\x20\x7f\x0d\ \xbb\xf7\x9b\xd7\x4c\xa0\x8d\xc7\xd0\x7d\x6f\xc8\xf3\x5b\xda\x16\ \xd1\x6f\xb7\xdd\xd8\x4d\xe6\xc7\x93\x45\x33\x70\xd3\x17\xf5\x89\ \xf2\xd4\xcd\x9f\x8c\xb3\xfb\x93\xea\xd7\xbd\x0e\xae\x0d\x19\x3a\ \xf0\x11\xdb\xb1\x0e\x40\x78\x79\xd6\xbd\xd7\x39\xa0\x39\xcf\xb2\ \x9b\x15\x3e\x8b\xcd\x61\xf5\x5c\x9c\xef\x00\xe2\x0a\xe3\x5c\x3c\ \x80\xd9\xfd\xf9\x53\xbc\xc5\x63\xf4\x6e\x2d\x99\x21\xb1\x31\xa5\ \xd6\x25\xdf\x3e\xd8\x77\x16\x98\x0d\x99\x90\x78\x1b\xb6\xd4\x88\ \x4c\x50\x94\x06\x29\x41\x3a\x8f\xe2\x8f\x88\x77\x83\x6c\x5b\x26\ \xfb\xfa\x0a\xf8\xf6\x74\x7b\x23\x36\xb8\x75\xe1\x16\xd6\xf5\x79\ \x95\xde\xeb\xf8\x37\x96\xce\x2d\x15\x7b\x68\x2f\x14\x9c\x1c\xa5\ \x72\xe0\xe9\x6f\x1b\x7c\xf2\x68\x61\xae\x55\xd1\xb6\x79\x38\x68\ \xc5\x62\x41\xe6\xc2\x58\xfb\xa5\x95\x17\x2a\x5c\xf7\x7b\x9e\xb6\ \x9f\xda\x46\x14\x33\x2a\xba\x62\xba\x09\x3d\x77\x7c\xfa\x18\xba\ \x5e\x81\x44\x44\x26\xb8\xb0\x71\xbf\x60\xe7\xb6\x42\x9d\x45\xb5\ \x4d\x8b\xf5\xef\x7e\xfb\x8f\x97\x27\xd1\x21\x6c\x20\x37\x74\xcb\ \xb3\x22\x41\x40\xe1\xf9\x80\x7d\xcf\x75\x12\x9a\xb9\x33\xfa\x7d\ \xb4\x49\xcb\xcc\x5d\x27\x8e\xf7\x53\x58\x3c\x20\x0e\x5b\xfa\xd7\ \xc8\x58\x90\xb3\x30\xda\xda\x19\x8c\x01\x46\xd6\x5b\x20\xbe\x83\ \xd6\x33\x24\x38\xa6\x9c\x6e\x89\x30\x21\xdd\x37\x93\x72\xc2\x45\ \xec\xe3\xb8\xce\x4e\xd9\x76\x15\x42\x22\x72\x8d\xa1\xd5\xc7\x27\ \xd3\x1c\x31\x02\xe8\x7d\x08\x51\x1e\x7d\x41\x80\xcd\x9a\x74\x1c\ \xf6\xd7\x7f\xfb\xfb\xff\xa5\x1f\xda\x8f\x02\xae\xbb\x19\x5d\xc0\ \xaf\x5e\x47\x02\xb3\x7c\xbc\xb0\x59\xc5\x75\xd3\x4d\x69\x69\x64\ \x94\xd3\x84\x4f\x3a\x81\x80\x15\xd1\x31\x79\x56\xb7\xdb\xe5\xbd\ \xf3\x76\xec\xfe\x25\xc1\xf6\xec\xa7\xd8\xb0\xb4\xf8\xb4\xbc\x70\ \x00\x1e\x19\x46\x09\x4d\xde\x0c\x6e\xbb\x4f\x07\xfc\xde\xe1\xd3\ \x98\x2d\x47\xd2\x4f\xc4\x35\xd0\x5f\xa3\x7d\xbc\x97\xa5\xc4\x07\ \xf9\xfe\x80\xea\x7c\x76\xd7\xf1\x29\xed\xa7\x07\x50\xee\xb3\xb8\ \xe8\xd0\xcd\x71\xae\xa2\xcd\x7e\x78\x7b\xd5\xbf\x4d\xdc\xa7\xd4\ \x47\xfe\xfb\xff\xfc\x25\xeb\xa7\xf8\xb4\x5f\xca\x23\x7e\xc0\x49\ \xd9\x75\xa8\xc9\x1d\x2e\x5f\xcc\xa1\x4a\xfb\x0d\x95\x95\x55\xd4\ \xc1\x92\xe4\xb2\xe7\xe9\xc9\x25\xe8\x8c\x0a\x54\x6a\x2a\x0a\xce\ \x9e\x51\xd7\x36\xcc\x9d\x4d\x36\xb7\x2f\x0c\x0c\x89\x1a\x60\x99\ \x55\x53\x63\x6c\x72\x1d\x53\x40\xae\xac\x44\x11\xc6\x24\xa4\x06\ \x4c\x8d\x7c\xa9\x9d\x3f\x33\x31\xa4\x01\xac\x1f\x5f\x2f\x8a\x66\ \xbb\xd5\xb3\x0b\x8b\xaa\x36\x7e\x01\x8a\x54\x25\x68\x6d\x18\xee\ \x1e\x56\x6b\xa6\x49\xa8\xda\x3a\x9a\x4c\x65\xd8\xe9\xf7\x2d\xce\ \x34\x35\xca\x46\x35\xb5\xd3\x08\x46\x66\x3a\x35\xf1\x45\xe2\x40\ \x2f\xb3\xa7\xa9\xef\xbb\xf5\xea\x7b\x58\x7a\x0e\x6d\x8a\x25\x9b\ \x3d\x3f\xe8\x12\xcc\xb4\x74\xc8\xbe\x47\x73\x35\x75\xda\x70\x0e\ \x45\x48\x26\x47\x19\xa3\xed\xda\x19\xff\x41\x0b\x41\x7d\x28\x48\ \x79\x2b\xe9\x6e\xde\xbf\x32\x6f\x6e\x75\xc3\xa6\x3b\x96\x97\x25\ \xd2\x59\xfe\xf4\x7e\x75\x41\x19\x4d\x5c\x8b\x1a\xaa\x84\x55\x24\ \x66\x26\x67\xc2\x87\x42\x3c\x39\x77\xd1\xbe\xb7\xa9\xe6\xb7\xf7\ \xb5\x37\x37\xef\x37\x89\xc7\xe4\x6d\x33\xdc\xb1\x26\x04\x2c\x31\ \x79\x6b\x96\x89\xa3\x96\x40\x99\x29\x88\x9a\xec\x57\x54\x1a\x6c\ \xa1\x8f\x24\x45\x28\x69\xab\x06\x1a\xad\x43\xab\x64\x2d\xed\x77\ \xd4\x4c\x36\x2f\x2b\xab\x0d\xcd\xb5\xc9\xd5\x50\xb5\x81\x9f\x28\ \xa8\x44\xa9\x1a\x0e\xad\x55\x18\x54\x11\xaa\xb6\x65\xb7\x7b\x48\ \xae\x59\xdc\x1d\x25\x51\x8b\x54\xb5\x65\x04\x5d\xed\x44\x43\x97\ \x84\x2a\x5d\x16\xa8\x54\x7d\x2d\x4b\xaa\x8e\x0d\xd6\xf3\x82\xe2\ \x2a\xb8\x9e\x3c\x21\xa6\x95\xa5\xa4\xa4\xe7\x74\xa1\xb2\xd3\xbf\ \x47\x81\x12\x78\x55\x46\x01\xec\xed\xdb\x1f\x3f\x56\xe2\xd0\x50\ \x1c\xad\x12\x5e\x59\x92\x9a\x9a\x9d\xfe\x3e\x51\x90\xf3\x23\x0b\ \x8e\x98\x2a\xfb\xf1\x75\x4e\x0e\xec\x6b\xd1\x54\x7a\x06\x03\x5e\ \x2c\xe5\xe2\x52\xde\xf6\x56\xa7\xa4\xbe\x78\xf5\xfc\x75\x41\x89\ \x24\x25\x27\xf5\xe7\xdf\xdf\xa6\x57\xe2\xbe\x53\x20\x22\x3d\x91\ \xcb\x68\xa2\xa5\x14\x17\x15\x71\xba\x06\x8b\xd0\x7a\x5c\x15\x59\ \x8f\x83\xb5\x73\x39\x25\xd5\x43\x43\x3b\xc8\xfa\xdb\x2a\x28\xbc\ \xe2\xed\x73\x7e\x59\xc1\xab\x7e\xce\x38\x7f\x0c\xa6\x1c\x25\xb3\ \x70\xf9\x19\x2a\x2d\xa9\xa0\xa0\x22\x03\x26\xf3\x49\xf9\x50\xae\ \x44\xcc\x9f\x61\xf7\x77\x8b\x1a\x55\x34\x1a\xa7\xe7\x7c\x42\xda\ \x17\xdc\xca\x02\xdb\xba\xba\x9e\x66\x17\x0e\xf4\xcc\x11\xb1\x39\ \xb4\x78\xbc\x67\xe8\xee\xb2\xcc\xdf\x5d\x70\xb8\xcc\xe5\x17\x6d\ \x00\xf7\x16\xdd\x41\x8f\xc4\x12\xcf\xc4\xf7\x61\xf6\xfa\xbc\x90\ \x2d\xe1\x66\xfe\x66\x63\xe9\xfe\x0e\xe0\x5b\x72\x94\x5a\xcc\x80\ \x10\x24\xf4\xb4\xb5\xb9\x81\x3c\x69\xff\x6e\xe7\xe0\xf9\x94\xfd\ \x9f\xe2\xcb\xa7\xa7\x9f\xd1\xcf\x1f\x3e\xe5\xb9\x83\x97\x9d\x97\ \xc2\xed\xe0\x7e\xe7\x29\xd9\x16\xbb\x38\xbb\xe5\x9a\x6c\xec\xce\ \x8b\x88\x12\x86\x8c\xb9\xe7\x93\xea\x7b\xa1\xe7\x6e\xfd\x7a\x4d\ \x31\xae\xb6\x9d\x1c\xd7\x1f\x3b\x37\x82\xcb\x85\xb9\xc2\xe6\x83\ \x50\x87\xd5\x86\x4c\xf2\x35\x39\x1e\x5c\xf6\x84\x84\xbb\xef\x21\ \xeb\xd8\x17\xa4\xe3\x5d\xbc\xf3\xe0\x49\xb8\xb9\x34\x34\xb2\x63\ \x3b\x7b\xb0\xce\x1f\xdc\xdf\xca\xcb\x86\x6f\x3f\xa4\xfd\x64\xb3\ \x19\x67\x43\xb6\x25\x4b\xa3\xe0\x60\xc6\x6e\xeb\xde\xe9\xbc\x63\ \xc5\x01\x7c\xb9\xd1\x80\xdf\xde\x7d\x70\xd2\x7f\xca\x83\xac\x7c\ \x88\xa7\x63\x81\xf5\x00\x3f\x31\xfe\xc4\x7c\x7d\x66\x79\x52\x58\ \xaf\xaf\x9d\x7b\x2b\xf8\x89\xae\x84\x7d\x07\xf6\xfe\xfa\x0c\x10\ \x22\x3a\x4e\x9d\x94\x3c\x2c\xdd\x1e\x47\xb4\xe3\x4b\xc1\x56\xe3\ \x35\xf1\xa2\x6b\x4f\x41\x01\x7a\x8c\xb1\x69\xb9\xd1\x85\x14\x90\ \xd7\x9f\x74\xf1\xe4\x79\xf4\xe5\x52\xee\x1f\x0e\x0e\x96\xcf\xd4\ \xc1\xce\x66\xf7\x63\x1a\xe8\xa9\x09\x56\x4c\x26\xfc\xac\x97\x93\ \x5e\x54\xd5\x0d\xe4\x52\xff\xf6\xf9\x24\x14\x1d\x03\x26\x2a\x1c\ \xbe\x7b\x60\x0c\xd6\x16\x0a\xb9\x57\xf4\x92\xa7\xc9\x08\xb1\xfe\ \xd1\x7f\xea\x08\x8c\x54\x2a\x6d\x71\x20\x64\x30\x74\xb3\x17\x00\ \xde\x63\xc1\x78\x3b\x25\x9e\x7e\xbf\x7f\x10\xb2\x07\x26\x10\x39\ \xcc\x8b\x87\x59\xa9\x55\x3f\x66\x6c\x59\x33\xcc\x51\x44\xb4\xa5\ \xa4\xb8\xf8\xd2\x27\xc7\x75\x68\xc5\x79\x79\x77\x72\x24\xe7\x6f\ \x9d\xcf\xdf\x47\xc6\xfb\xc3\xdd\x90\xcf\xb6\x15\xe1\x96\xdd\xee\ \x6c\xc2\x13\x1f\x23\xde\xe4\xdd\x34\x1f\xec\xde\xee\x74\xf5\xea\ \x65\xa3\x4b\xdb\x9e\x42\x9b\x19\x79\xb6\x72\x35\xc5\xe9\x1a\x58\ \x1c\xac\x0e\x1e\xdd\x37\x8f\x53\x12\xc0\x69\x96\xe5\x2b\x13\xe4\ \x06\x9f\x5b\x1e\x5d\x18\x1b\x95\x5b\xfa\x21\xc6\x16\x95\x05\x39\ \xcc\xfb\xcb\xdf\x3f\x98\x67\xe9\x27\x37\x09\x16\x43\x43\x30\xa2\ \x74\xf5\x0a\xf8\xb8\x05\xf2\x8a\x2c\xbc\x9b\xb3\xc0\x19\x96\x97\ \x25\x04\x04\x4c\xf5\x3f\x41\x14\x7f\xf9\xcb\x07\xbb\xd3\x77\x60\ \x89\x0f\x5e\x27\x81\x41\x51\x1f\x5e\xa6\x01\x9f\xd1\x21\x10\x7c\ \x64\xfd\x45\x2e\xc4\x72\x7f\x72\x71\x14\x6b\xb4\xe1\x97\x3b\x5d\ \x91\x58\xc7\xcb\x79\x59\x21\xdd\x5e\x6f\x4c\x5a\x3c\xbc\x8e\x55\ \x40\xd2\x62\x2f\x2f\x1e\x1e\x41\x3f\x9d\x2f\xe0\x4b\x4b\xf3\xbe\ \xd9\xdc\xef\x20\x4e\xde\x8e\x35\xe0\xf2\x6d\x6c\xd7\xdb\xe9\x1f\ \x62\xe9\x71\xd7\x80\xe8\xbc\xbc\x1f\xd8\x88\xfc\x1c\x34\x9f\xaa\ \x1a\xa3\x22\x3a\xbb\x30\x34\x16\xac\x84\x3f\x60\x20\x93\x6b\xf9\ \x54\x2e\xaa\x9a\x53\xc0\x26\x31\x10\xc5\x5a\x01\x5c\xc3\x61\x36\ \xe9\x07\x87\xd5\xe4\xda\x49\x25\xce\xa0\xac\xd5\x36\xe2\x0c\x68\ \x98\x74\xac\x51\x3f\xc0\x31\xb0\x59\x54\x69\xef\x68\x75\x0f\x87\ \x30\x9c\xb4\xec\x9b\x1a\xaa\xa4\x75\x8b\x6e\x02\x37\xc6\x9d\x29\ \xc3\x24\x3f\x87\xd1\x53\x59\xa0\x1a\x62\x51\x95\x3b\xd2\xfd\x76\ \x26\x4d\xcd\x94\xa9\xc7\x3b\x0f\xf7\x57\x9b\x7a\x35\x75\x12\x2d\ \x81\x5a\x3b\x02\xcd\x2f\x91\xaa\x38\x7b\xea\x75\x65\x09\xac\xe9\ \xac\xe5\xa8\x55\xd5\x27\x5e\x54\xcf\x73\x0c\x9a\x96\xe5\xcd\xdd\ \xa5\x8e\xa9\xa6\x92\xaa\x7f\xbe\x3a\xa7\x69\x17\x4b\x48\x92\xde\ \xd5\x7b\xae\x0e\x87\xd6\x56\x50\x71\x5d\x23\x35\x08\x82\x58\xdb\ \x03\x47\x24\xb3\x5a\x86\x60\x43\x52\xea\xe0\xf2\xf6\xb4\x58\x29\ \x25\x51\xeb\xaa\xeb\x52\x92\x31\x65\x45\x05\xda\x80\x71\xb1\x73\ \xa1\x4d\xd6\x2d\x99\xd5\xca\x6a\x0c\x2c\x89\xa6\x5d\xac\x5b\x2e\ \xd3\x36\x35\x48\x2b\x72\x52\x69\xc3\xd2\xcc\x92\x75\x69\x55\x1b\ \xb7\xa1\x97\x5a\x52\xf0\xda\x0e\x26\x49\x4b\x30\x39\x19\xc9\x15\ \x53\x54\x5a\x13\xba\xa9\xa5\x9f\xc9\x5a\xbe\xd5\x62\x48\xc3\x93\ \x7d\x64\x6d\x65\x8d\x7a\xac\xae\x5d\x85\xc0\x4c\x4c\xb3\x25\xc3\ \x5a\x4d\x6b\x4b\x5d\xcb\xce\xb9\x35\xc0\x9d\x60\x55\x4b\x1a\x18\ \x72\xb5\x6e\xa6\x99\x51\xf9\x1d\xf8\x74\x64\x0c\xbb\xa2\x51\x2e\ \x26\xab\x04\xe9\x64\x2d\x87\x01\x9f\xd0\xe8\x8a\xd1\x19\xea\xf6\ \x9a\x86\xe7\xd9\xa8\x1a\x38\xa2\xae\x8e\x54\x42\x25\xd7\x60\x58\ \xd0\x14\x1a\xa3\x3a\x3f\xf3\x15\x73\x20\x31\xff\x63\x22\x4a\x53\ \x05\x7d\x5d\xf1\x02\x97\x39\x6e\x9f\xfb\x31\xbd\xa0\xe4\x47\x44\ \x66\x26\x01\x53\x84\x1e\xbc\x59\xa6\x95\x0d\x54\xe6\x48\x2b\xfe\ \xf8\x67\x0e\x5d\x8b\xce\x81\x4b\x72\x32\xf2\xb3\x4b\xf4\x33\x34\ \x34\xa6\x02\x35\xac\xc6\xd1\x70\x18\x01\x5c\xaf\xac\x86\xa9\xb8\ \xa9\xcc\xd1\xb2\xde\x31\x56\x6b\x85\xa0\x77\x70\xe7\x24\xbc\x7e\ \x78\x94\xcc\xd1\x2f\xcf\xe2\x9a\xf8\x06\xf2\x34\xb3\x32\x5b\x2f\ \x40\x75\xcd\x94\xbd\x1a\x6a\x6d\x6f\x99\x62\xe2\x34\xc3\xe2\xfe\ \x41\x01\x4b\x79\x16\xae\x2f\x66\x30\x64\x76\xf5\x99\x1a\x8d\x1b\ \x18\x52\x6a\xf4\xa2\x83\xb5\xe3\xc0\x72\x4f\xf7\x7e\xdc\xca\xfe\ \xee\x4d\xdb\x84\xf6\xf4\xbc\x1d\x0d\x6d\xbc\x3e\x3e\x18\x69\x6a\ \xb1\x05\x66\xda\x9a\xa4\xa3\xe7\x5b\x36\x23\xa5\xd4\x67\x13\x02\ \xa3\xba\xb6\x4a\x9d\x67\xae\x67\x26\x9b\xef\x21\xb0\x10\xc4\x83\ \x29\x57\x81\x7b\xab\x6b\x71\xc5\x7f\x5b\x7f\xe0\x35\x5d\x84\x0a\ \x4d\xb3\x3a\x1b\x24\x8f\xa8\x93\x6a\x42\xd8\xcf\x6f\xa2\x3f\x10\ \xd3\x5c\xf8\xb9\xc1\xb2\xb2\x6a\x38\xfa\x4a\x9f\xa8\x42\x53\x35\ \x6d\x93\x9c\x2d\x97\xd1\x63\x2a\xfc\xc9\xdd\x8f\xe4\xc9\x46\x42\ \x40\x61\xc0\x12\x04\x38\x2e\x4d\x42\xbb\x7b\xab\xbf\xd4\x32\xb5\ \xf8\xfd\x5c\x05\x03\xeb\xa6\xda\x63\xf5\xf2\xe5\xf0\xf9\xde\x16\ \x32\x3c\xe2\x76\xc4\x6e\x5d\xab\xbf\x73\x74\xcd\x1e\x81\x7f\x02\ \xfb\xcc\xbb\xa1\x5b\xcb\x9c\xef\x7c\x60\xbf\xdf\x27\xb2\x5c\x9a\ \x06\x44\x2d\x67\x4b\xe7\x7d\xa7\xfb\xd4\x89\xee\x25\xfb\xf2\xc1\ \xb0\xd8\x4b\xdc\x3a\x72\xda\xeb\x93\x90\x91\xf5\x74\x17\xf8\xe4\ \xda\x09\x06\x14\x42\x4a\x91\x90\x38\x80\xe7\x01\xf2\xec\x73\xf8\ \xca\xba\x03\x98\xa5\x88\xc9\xc5\x82\x1e\x1d\x73\x5e\x5e\xc8\xba\ \x2c\xa6\x0f\x5e\x15\x9a\xa3\x85\xae\xc7\xb3\x13\xc8\xfe\xf2\x09\ \x7d\x3b\xc9\x38\xd9\x68\x8e\x02\x84\xc5\x0a\x73\xe3\x91\xdf\x99\ \xeb\xc4\x35\x9b\x16\x05\x0a\xac\x6d\xfa\x2f\x75\xad\x8b\x9a\xa9\ \xa7\xa0\x75\x48\xd2\x98\x1b\x0a\xc6\x86\x9d\xc9\x0f\x19\x92\xe6\ \xc1\x71\x3f\xbe\xbc\xf0\xf1\xff\xf3\x52\x35\xeb\x36\x8b\x95\x1e\ \x0f\x08\xba\xe3\xcb\xdd\x1d\x3b\x8b\xf7\x67\x1d\x57\xf6\xfe\xf5\ \x40\xcb\xfd\xe0\xb8\x7d\x6d\x6b\xf4\x10\x72\xb4\xd5\x6b\xfd\xe4\ \x3c\x13\x96\x7a\x92\xd6\x4c\xdf\x97\xf6\xa7\xcf\x91\x5e\xec\xcb\ \xa4\xc7\x35\xdf\x93\x22\xe0\x8e\xb5\x61\xad\x7d\xd3\x87\xa5\x8a\ \xab\x1b\xdc\xca\x59\xc7\x88\x64\xdf\x67\xba\x0c\xca\x2d\x21\x80\ \xe5\xe4\x69\xed\x42\xfd\x74\x3f\x7b\xe7\x33\x9f\xdc\xae\xf4\xce\ \x77\xdd\x42\x42\xf3\x31\x42\x1f\x9e\xe2\xc2\x3f\xee\x03\xcb\x7f\ \x89\x0f\x2b\xb5\x06\xac\x33\x9d\xc4\x68\x00\x64\x4b\xcb\x24\x11\ \xd4\x6a\xfe\xa4\x88\xa9\xeb\x99\xea\x5a\x19\xda\x2c\x74\x5b\x6d\ \x61\xb6\xeb\xbb\xb0\xc8\x04\xe0\x2f\x9f\x6c\x9b\x90\x77\x69\x80\ \xdd\xa0\x31\x89\x68\x73\x20\x15\xf4\xbd\x71\x4b\x16\xe5\x91\xe2\ \xdc\x00\x51\x6c\xb7\x91\x40\xa3\xd1\x1e\xbc\x3c\xb6\x61\x79\x48\ \xbc\xa5\xb3\x06\xbd\x62\xb3\x40\x7e\x7b\xb7\x18\xb0\xfb\x14\xe6\ \xe0\x45\xe7\x8a\x1b\x1c\x11\x8f\x0f\x07\x27\x7d\x78\x83\x0d\x53\ \xec\xe4\xe6\x45\xdd\xe4\xa5\x01\xa3\x01\xbe\x27\x57\x2c\xdd\x17\ \x85\xe4\x5d\x5d\x60\x5d\x97\x58\xc5\xfd\xe1\xd9\xdd\x1c\xf6\x19\ \x3e\x01\xef\x2f\xb4\x6e\x26\xdd\xb8\x22\xc1\xc1\xf2\x2c\x4a\xc4\ \xc8\xda\x81\x7d\x0f\xf9\x12\x08\x78\x49\x7c\x7a\x5a\xab\x7f\x99\ \x45\x77\xe7\xc6\xc4\x44\xfe\xe0\x20\xf0\x6b\x68\x8c\x4a\xdd\x82\ \xba\xb6\x63\x66\x94\xa0\xd6\xa1\xeb\x98\x7d\xd3\x35\x2a\xb5\x80\ \xca\x87\x32\x70\x38\x54\x15\xc6\x30\x05\xa3\x8d\xd6\x6a\x87\xfb\ \x58\x82\x5a\x58\xd5\x50\x1d\x47\x67\xd0\x8d\xcb\x69\x04\x8e\xa0\ \xa1\x6b\xb3\x62\x97\xb3\xd8\x38\xcc\x85\x32\xd0\x89\xef\x73\x60\ \x12\xe9\xe6\xf8\xc4\x0c\x95\xba\xb3\x30\x23\x13\xdb\x42\x97\x2b\ \x8d\x7a\x56\x0d\xbb\x6a\x50\x34\x22\xa0\x56\x69\xaf\xd4\x75\xd0\ \x1a\xb8\x4e\x33\x30\x60\xb3\x04\xe6\x1a\xfb\x95\x9d\xfd\xbd\xb2\ \x83\x83\x96\xee\x1a\x1c\xec\xbb\x97\x68\x35\x7c\x6a\x4a\x71\x0e\ \x69\x53\x0d\xab\xaa\xd5\xe2\x36\x87\xd9\x13\xe2\x83\xc9\xf9\x91\ \x16\xc9\x59\xdf\x70\xb3\x48\xdf\x5b\x05\x17\x23\x92\xcb\x2a\xf5\ \x12\x14\x5f\x9a\xbf\x20\x16\x4f\x93\xa0\x12\x9a\x36\x19\x16\x14\ \xcd\xb5\x2b\xad\x1d\x55\x12\x6a\x46\xf5\x82\x79\xa4\xaa\x46\x89\ \x11\xd0\x0a\xd8\x89\x53\x52\x06\x9f\xc9\x69\x55\x89\xc7\x25\xbd\ \x92\x1c\xd4\xd2\xd3\xca\xdd\x7c\x3b\x19\x9d\xd9\x23\x1e\xad\x29\ \xe0\xc8\x1b\xa1\x98\x01\xf5\xd1\x14\x06\x7e\xa0\x86\xeb\x7b\x3b\ \xdb\xdb\x75\xa8\xf7\x17\x41\x0c\x5b\x49\x46\xeb\xb8\x53\xac\xc0\ \xe9\x45\xcb\xce\xa0\x68\xbc\x67\x66\x60\x78\xaa\x89\xdd\x3c\xd9\ \x64\x92\x55\x53\x8b\x70\x98\x81\x82\x3a\x83\x92\x5d\xd1\x7a\x60\ \x20\xa3\x4b\xd4\x53\xca\x81\xd1\x22\x6d\xdb\xa0\x64\x54\xaf\xee\ \xec\x6c\x35\x70\x04\x99\x8c\xae\xde\x21\x41\x2d\xb7\x01\x83\xd3\ \x3e\x47\xd5\x62\x34\x24\x1a\x37\x11\x51\x94\x9f\x98\x08\xef\x91\ \x34\x24\x92\xe6\xd1\x65\x99\x50\x52\x7b\x6a\x0a\x9a\x51\x5d\x91\ \xc9\xaf\xae\x41\x64\x66\xe7\xbf\x95\x56\x66\x30\x3b\x3b\xee\x9a\ \x6b\xd3\xc9\xb5\x13\xe8\xa9\x56\x64\xc3\x9f\x1f\xdf\xbe\x7d\x95\ \x0d\x83\xd3\x60\xa8\x3a\x83\x26\xe3\xf7\xe7\x15\xa9\x45\xb0\x14\ \xc2\xd4\x98\xae\xe8\x55\x2a\xaa\x00\x07\x4f\x7d\x9d\x8d\x81\xfe\ \x91\x9f\x99\x91\xce\x64\xd1\xbe\x2b\x27\xa3\x0c\x95\x99\x43\x16\ \x10\x2a\xa6\xb8\x19\xe8\xe1\x3a\xb6\x00\xf7\xe2\xc7\x14\xae\x58\ \xcb\x81\x56\xc1\x7a\x9b\x1a\xa7\xba\x45\x24\x54\x53\xd3\xe6\xd0\ \xc0\x98\x74\x70\x7c\x7e\x4c\xd7\xbd\x68\xeb\x9e\xee\xad\x86\xcf\ \x28\x2b\x47\xe6\xe0\x55\x8a\xe6\xc2\xd0\xc0\x39\xab\xe6\xfc\xe0\ \x6c\x4e\x54\xd3\x20\x1a\x6b\xd6\xae\x76\xdf\x90\xa9\xbe\x07\xf7\ \x5e\xf7\xee\x32\xdf\x01\x79\x6a\xbb\x7b\xbc\xb6\x09\x4f\x2e\xda\ \x5b\xee\xef\x56\x3b\xd9\xbb\x07\xba\xfe\xbd\x8e\xf9\x81\xc9\xfa\ \x63\x9e\xc9\xbc\xed\xb6\x61\xaf\x5d\x44\xa1\x07\x79\xdd\xb3\x0f\ \x08\x59\xde\xd8\x7d\x74\xff\xd9\x4e\xa7\x74\xe4\x6a\xf3\xa4\x29\ \x20\x6a\x25\x48\x87\x36\xdd\x21\x1d\xae\xd9\x52\x5e\x78\x50\x77\ \x04\xb0\x6c\x7c\x0b\x5e\xd1\x9d\x87\x8c\x9e\x6e\x65\xf5\xf3\x4c\ \x99\xa1\xb7\xbb\xd3\xe3\xbd\x0c\x0e\xdb\x7c\x8d\x5e\x3a\x44\x4c\ \x74\xf8\x40\x85\x71\x7e\x70\xb8\xd7\x53\xb8\xae\xe8\x71\x9d\xec\ \x5c\x38\x4c\xc1\xc6\xed\xa4\x99\xfe\xff\x84\x14\xf6\x29\x0a\x4d\ \xb1\xc1\x85\x4d\x9b\x3f\x2b\x8f\xad\xd4\x5e\x2e\xe1\x8a\xca\xfa\ \xf4\x14\x05\xf2\x59\x2c\xf2\x76\xab\x4d\xb5\xdc\x33\x25\xa0\xd5\ \x2c\x09\x5a\x96\xb5\x33\x81\x4e\x16\x02\x76\xaa\x5d\x10\x5d\x5b\ \xa9\x9e\xfb\xf0\x87\x40\xd2\xcd\x83\x35\xc0\x5b\x0a\xc5\xd7\xdf\ \x29\x1e\x03\xf1\x36\xb7\xfd\x04\x0f\x3c\x39\x7d\x34\x81\x5f\xe6\ \x6d\xcc\x77\x99\x62\x63\xa3\x8c\xd7\x91\xe0\x30\xab\x35\xee\x69\ \x3b\xc2\x7d\x39\xbd\x05\x26\xc6\x78\x4a\x6f\x4e\x21\x85\x1e\x50\ \xd8\x49\x12\x60\x6b\xe3\xc2\x81\x74\xdf\x67\x99\xec\x0e\x60\x52\ \xae\xdb\x1d\xe6\xc2\xf2\x4a\x4f\xef\xc3\xce\x37\x89\x8f\xf2\xc6\ \xe5\x91\xf6\x8e\x45\xdd\x04\x69\x62\x9c\xc3\x55\xef\xef\x50\xc2\ \x9d\xa5\x3b\x69\x85\xd8\xdf\x20\xb6\x4f\xff\x4d\x31\xba\x7d\x0f\ \xbc\x3d\x88\x7f\xb9\x7d\x6b\xe6\xd6\x77\x66\x1d\xf3\x85\xad\x9a\ \x01\xeb\x27\x10\x2f\x18\xb2\xde\x76\x1f\xc6\x2f\xa3\x10\xf3\x0a\ \x03\x42\xe3\x1d\xef\x7a\xb5\x1c\xff\x68\x5f\x9f\x4d\xf8\x14\x16\ \xfb\xf9\x6f\xdf\x3e\xbc\xa3\x80\xa2\x89\xbc\x6b\xac\xd3\x4f\xf1\ \x9e\x80\x63\xbc\x48\xa7\xfd\xd8\xdf\x61\x7a\xf4\x3a\x8c\x78\xef\ \x36\xcf\x54\xf8\x66\xfb\x3e\x0a\x2f\xa4\x43\x92\xe2\x1d\xbe\x00\ \x48\xe8\x09\x1e\x97\xd6\xe7\x3e\xb6\xad\x21\x6f\x6c\xf3\x1d\x13\ \x3e\x67\x68\xd9\x35\xe3\x9e\x9a\x3b\xdd\x3f\x0e\x05\x9d\x85\xbf\ \x06\x82\xae\x85\xdd\xd1\x1a\x26\xa3\x18\x3e\x48\xa3\xf9\xec\x2b\ \x59\xff\x1a\xfe\x6e\xbb\x64\xcc\x59\xfa\x4b\xb8\x30\xed\x4d\x68\ \xd5\xf9\x2d\xc6\xe6\x78\x2c\x74\x09\x85\xce\x97\x79\xa0\xd8\xd2\ \xc7\x0f\xd1\xcf\xa2\xd3\xbc\x66\x24\xc4\xe4\x6a\xdd\x39\x03\xe1\ \x8d\x78\xcb\x33\xeb\xe1\x09\xcf\xfd\x6e\xfd\x14\xd4\x6b\x38\x72\ \x14\x5a\xe2\x63\xb1\x31\xb1\x6d\x21\x3b\xcf\xe9\xd9\x02\x43\xb0\ \xfe\xc0\xdd\xbd\x27\x26\x96\xe8\x88\x37\x06\x23\x63\x5d\xc4\x3c\ \x7c\xae\x22\xe2\xd3\xbb\x84\x78\xe0\x8a\x7c\x6b\x01\xf9\x26\x01\ \xeb\xf4\x19\x41\x9e\x5f\x4e\xfc\x14\xd7\x06\x48\x2e\xc4\x47\x6e\ \x16\x3e\x03\x87\x29\x1c\xa2\x15\x7b\x30\xc9\x12\xf5\xe6\xa7\xf0\ \xe8\xb4\x97\xe1\xb1\x51\x40\x0a\x38\x0e\xf9\x43\x50\xde\x27\x90\ \x08\x0c\x34\x56\xd3\xb8\x1e\x31\xde\xd3\xf4\xcf\xea\xf0\xfc\xdb\ \x2e\x36\xbf\x93\xa3\xd7\x71\x04\x38\x6a\x51\x76\xef\x14\xa7\x57\ \x2e\xc5\x10\xf8\xd3\xaa\xd6\x29\x86\x94\xd6\x04\x71\x37\xb7\xcb\ \x46\x27\x66\xdb\x45\xda\x06\x92\x14\x83\xa8\x82\xa1\x72\x7e\xff\ \x97\x3f\x3f\xbe\xfe\x7e\x24\x19\x15\x35\x3d\x0d\x92\x69\x03\xb7\ \x8e\x46\x63\x5a\x79\xa7\x83\x55\x38\x26\x9c\xda\xba\xda\x3a\xcf\ \x5d\x0d\xb4\xb2\x26\xda\xba\xa9\x1a\x41\x83\xbe\x73\xa9\xa5\x7b\ \x7d\x42\x45\x86\x4f\x0f\x77\x0e\x7f\x27\x97\x62\x55\xdb\x14\x13\ \x43\xab\x4e\x2c\x26\x14\x70\x86\xc6\xc8\x19\x1d\xfa\xc6\x5d\x91\ \x43\x35\x73\x40\x18\xea\x54\x6a\xd5\xda\xb6\x73\x75\xe3\x6c\x5b\ \x59\x66\xa6\x74\xb8\x7f\x29\x25\x7f\x5e\x7d\x95\xf5\x97\xc1\x1e\ \x5a\x6f\xf5\x58\xf7\x00\x94\x3c\x51\x59\x64\x65\x56\x4c\x4c\x90\ \x08\xd5\x8f\xdf\x78\xcc\x32\x3d\x5b\x55\x80\xab\x23\xd3\xaa\x30\ \x63\xe8\x2e\x2d\x53\xc9\xa6\xb6\x16\x4d\xf5\xa8\xe7\x02\x2b\xbb\ \xec\x36\xeb\xf2\x4e\x17\xbb\x75\x46\xc4\x6c\x6f\xe8\x1d\x44\x4f\ \x1b\x9a\xe7\x49\x95\x35\xa8\x14\xc6\x3c\x1f\x55\x60\x60\x76\x5c\ \x4d\xa9\xd5\x9c\x69\x01\x54\x4b\x1b\xaa\x56\xea\xd7\xe5\x93\x8d\ \x87\xa2\xc6\x81\xd1\x96\xea\xa1\x93\x4b\x14\x9c\x00\xa7\x0e\xd4\ \x54\x8e\xe9\xd8\x4c\x4c\xfb\x69\xf5\xf8\x74\x2f\xa6\xa0\xec\x39\ \x41\x35\xa6\xd2\xa5\xb0\xba\xc7\x47\xc8\x95\x6c\xf8\x8b\x2a\xd2\ \xd7\x7c\x74\x95\x66\xec\xb9\x52\x82\x52\x76\x49\x38\x95\x35\x5c\ \x2e\xd3\x80\xa8\x85\x57\xb2\xa6\x95\x9a\x7f\xfe\x25\x56\x86\x2a\ \x80\x67\x54\x23\x64\xed\x34\xe5\x54\xed\xc1\xd2\x44\x1d\x4b\xc5\ \xa9\xe6\xd7\xf0\x51\xb5\xdd\x0c\x58\x59\x55\x66\x2d\xb5\xa6\x5a\ \xc2\xad\x2d\x78\xfd\xba\xa4\x24\x3b\x95\xa1\x6e\x63\xe2\x52\x31\ \x7c\x72\xc6\x1f\x1f\xbf\xbe\xc7\xf5\xe8\xa6\xd0\x89\xa9\x65\x08\ \x52\x59\x7a\x19\x93\x81\xaa\x2a\x4b\xad\x24\x43\xa9\x5a\x15\xa7\ \x97\x9d\x9c\x41\xa2\x19\xa4\x30\x09\x8e\xd5\x4f\x9b\xc8\x64\x90\ \x51\xaa\x31\x58\x6a\x19\xe3\x68\x6c\x88\x50\x32\xd1\x3c\xd0\x2d\ \xa9\x6e\xed\x5f\x5c\x5b\x62\x41\xfb\x2d\x57\x23\xba\x96\x12\x41\ \xe8\x7e\x7c\xf7\xa2\x55\x37\xb7\x3f\xd0\xce\x1c\xc3\x8d\xae\xcf\ \xaf\x1d\x0d\xec\x0d\xdb\x83\x93\xdd\x53\x7d\x5d\x9a\x63\xdb\xcc\ \xfa\xc1\xf9\xf2\xfa\x43\xdb\x84\x8b\x61\x7c\xd8\x33\x23\xe7\x9b\ \x36\x57\x82\xfd\x76\x7a\xe7\x53\xe8\x16\x6f\x19\xb8\x74\xef\x7d\ \xc7\x29\xc5\xf2\xc3\x5e\xbf\xef\x64\xf3\x76\x5d\x0e\x01\x00\x41\ \x76\xfc\xd3\xbc\xdb\xb6\xd9\x83\xb5\x9f\xb5\xb5\xb3\xdc\xa1\xb3\ \xf6\x09\xe6\x44\xd7\x48\xb7\x4d\x36\x36\x31\x3e\xe0\x5b\x2b\xff\ \x0d\xb9\xd1\xd2\xb9\x46\x3c\x39\x5a\x9a\xf1\xde\x03\x0f\x02\xb9\ \x6e\x5b\xe0\x68\x5e\xd6\x6f\xee\x14\xf9\xee\x9f\x6e\xd6\x5a\xf4\ \xd8\xb5\xb1\x85\x6d\x16\xaf\xd0\xd9\x79\x06\xf1\xd9\x9b\x29\x14\ \x9b\xf8\xd0\xee\x0b\x3f\x31\xaf\x74\x1c\x2f\x9c\x9a\x03\x0b\x58\ \xfc\x95\x35\x40\x59\x7a\x32\x86\x74\xc1\x13\xcf\x9d\x48\x33\xd1\ \xb6\x7d\x7e\xaa\x3f\xae\xda\xb4\x86\x3c\x47\xa1\x2c\xaf\x33\x60\ \xed\xb4\x0a\x03\x4e\xeb\xe2\xf9\xcc\xe8\x68\xb7\x72\xa4\x6d\xd9\ \xdd\xb2\x6c\x82\x10\xb1\xfb\xe3\x76\x50\xdf\x5d\x70\xf9\xcc\xda\ \xde\x39\x4f\x7f\x9c\x0b\xf0\xae\x78\xf8\x1b\x70\x29\xc4\x96\x17\ \x15\x59\x6a\xa7\x5b\xbc\x90\x6d\xa7\x95\x17\xc2\xba\x1f\x88\xa7\ \xd7\xd7\x8e\xc5\xb5\xf5\x4f\xef\x22\xae\x43\x74\xff\xc5\xfc\x45\ \xd0\xba\x7d\x16\xff\x06\x14\x47\xcf\x2d\x8d\x17\x6e\xd4\xe3\x79\ \xd8\x77\x01\xef\x31\x11\xe9\x89\x08\x7f\xba\x13\xdd\xae\xf8\xb6\ \x65\x76\x24\x84\x6e\xf6\xc4\xf1\xd6\x5d\x49\x16\xdf\x0a\x92\x4e\ \xf4\x13\xd7\x6d\xa3\x94\x0e\xdf\x1e\xea\x0a\xdb\x92\xf4\xe6\xc1\ \x77\xc9\x73\xad\x99\x90\x60\x7f\x8b\xaf\xe5\xd8\xc2\x9b\x3d\xf5\ \x27\x15\x2a\x4e\xbc\xd6\xe0\xe1\xe6\x71\x93\xd3\x18\x1b\x6c\x74\ \xc5\xad\x78\xa3\xc0\xd7\xf4\x67\x48\xfa\xbf\x81\xad\x31\xb1\x47\ \xfb\xa0\xe8\x28\xbf\x2d\xeb\x03\xb8\xfc\x4d\x58\x38\xe0\xa7\x52\ \xc7\xe1\xb5\xb0\xeb\xf2\x1d\x80\x07\x89\x03\xe6\x85\x15\x86\x56\ \xee\x37\x1c\xae\x75\x2b\xc0\x92\x1b\xfe\x92\x58\x9a\x00\x02\x03\ \x23\xc1\xe0\x3c\x1e\x1e\x0c\xf9\xf0\x21\x9a\xa8\x50\x9c\x5a\x01\ \x0a\x20\xd1\x34\xc0\x32\x74\xbb\x65\xf2\xb0\x0f\x6f\xc0\xdb\xf8\ \x87\x9d\xc0\x5a\xde\x37\x80\xe7\xa2\xde\x0e\x51\xf8\x84\x0b\x8a\ \xf9\x87\x93\x50\x90\x63\x95\xf3\x7b\x35\xa3\xa3\xde\x5f\x1c\x3b\ \xb6\xf8\x04\x7b\x14\x31\xd6\xce\x43\x96\xd2\x73\xbb\x1c\x77\x76\ \x63\x1a\xc8\x73\x02\xfc\xfc\x2e\x4e\x68\x71\x0b\xed\xab\x0f\x1e\ \xf1\xfe\x5d\x8f\xdc\x1f\x9c\xd9\x74\x5e\x9c\x3f\xbe\xb4\x0a\xa4\ \x14\x3f\x51\x58\xff\xed\x5f\x89\x96\x97\x6b\xa1\x99\xed\x87\x13\ \x13\xa4\x93\x07\xa1\xfb\x85\x56\x5e\x52\x5a\x4c\x42\x6c\x98\x39\ \x09\xef\x2a\x44\xde\x47\xc7\x5b\xb2\x0e\xb6\x13\xae\x56\xd4\xe2\ \x28\x20\xef\xe8\xd1\xb5\xe6\xc7\xfb\x42\x46\xc7\xe6\xc1\x86\x90\ \xf8\x6e\xdb\x6f\x5f\x3c\x08\xb8\x1c\x40\xa7\x3b\x0a\xec\x7b\x16\ \x5e\x8f\xb7\x83\x28\x61\x79\x61\x16\x3b\x31\xfe\x07\xbd\x75\x9a\ \xcd\x6c\x17\xd3\x24\x64\xc3\x90\xbe\x46\x3a\x2a\x19\xe5\x0a\xa6\ \x06\xe5\x3a\x4d\xa7\xdb\xc6\x6a\x1b\x1f\x90\xd6\x29\x7b\xc9\x54\ \x06\x15\xc5\xe0\x18\x66\xed\x3e\xb3\xaa\xbb\xb6\x4d\x61\x2f\x83\ \x11\x2a\xaa\x1b\x5b\xb9\x2c\x09\x6e\x58\x66\x9d\x64\x4d\xe8\xa6\ \x9b\x5b\xa8\x24\xcd\xa8\x32\xb0\x3c\xb6\x38\x2a\x69\x1c\x9e\xeb\ \x86\x0e\x2c\xf0\xa7\xf7\x7c\x6d\x4a\x3e\x01\xae\x1a\x75\x5f\x9e\ \x37\x36\x0e\xcd\x6d\xef\x06\x27\xd5\x9c\x8a\xee\xa6\xae\xe6\xc7\ \xd5\x49\x59\xc7\xc8\xe2\xc8\xec\x71\x0b\x5b\xcb\x82\xa1\x64\x47\ \x97\x5d\x5a\x4c\x7e\x4a\x66\x71\xa3\xbe\xb6\xbd\xb6\xae\x63\xb0\ \x7f\x4e\x2d\x41\x8f\x34\xa2\xa8\x3a\xf6\x5c\x83\xb6\x6b\x71\xb9\ \x51\x53\x84\x2e\xe1\x63\x1a\x8a\x5e\x57\xc8\xe3\xfe\x23\x77\x5a\ \x3d\x6d\x6b\xd4\x75\xce\x63\x26\x06\x04\x4d\x06\xd8\x9f\xcf\xfb\ \xff\x59\x65\x01\xf9\x5b\x67\x51\x55\xaa\x9a\x8f\x69\x46\xe3\x86\ \x8a\xe0\xe8\xc1\x4a\x72\x2a\xd4\xd0\x88\x48\xec\xad\xe8\xf9\x0e\ \x5e\xb0\x27\x17\xc4\x0a\x78\xb4\xdc\x9d\x0a\x64\x92\xf1\xc1\x9a\ \x81\xb6\xbe\x9b\xd1\x6a\x16\x93\xf6\x9e\x2c\xc0\x68\x3a\x0b\xa8\ \xcd\x6c\x41\x59\x2a\x14\x57\x44\x60\x72\x49\xca\x56\x02\x8c\x35\ \x47\xae\x10\x68\x67\x07\x49\x0b\x63\xeb\xcd\x33\xd5\x83\xea\x71\ \x58\x49\x31\xbc\xac\x24\x31\x03\x83\xd6\x77\xed\x55\x0f\x1b\x50\ \x2d\x3d\x55\xe8\x94\x92\x12\x44\x49\x45\xea\x9f\xbf\xff\xf8\x07\ \x06\xf7\xe7\x3f\xbe\xbc\x28\xa8\x7e\x51\x26\x43\xa1\xa1\x6c\xfe\ \xb0\x96\xa1\x2b\x99\x22\x94\x51\x07\x04\x6c\x68\xfa\x8b\x74\x54\ \x15\x2e\x25\x27\x31\x3b\xf1\x8f\x14\x78\x71\x09\x53\x02\x25\x69\ \x33\x30\x0c\x74\x09\xa9\x16\xcd\x9f\xd3\x56\x52\xeb\x24\x30\x8c\ \x16\xf3\xfa\x2b\xb9\xe0\x79\x41\x6a\x66\x46\xd1\xeb\x54\x1c\x81\ \x6f\xa0\xe5\x67\xa2\x6b\x33\x93\x8b\x49\x99\xc5\xd9\x99\xdf\x75\ \x12\x93\xff\x22\x39\xbd\x3a\xb1\x86\x0c\x7b\x5e\x07\xd7\x92\xc9\ \x35\xb5\x8d\x53\x2c\x74\x46\x41\x43\xcf\x70\x2f\x21\x87\xc5\x14\ \x0b\xaa\x60\xd2\xa9\x81\x3e\x55\x51\x36\xfc\x62\xd7\xda\x4a\x63\ \x2a\xd5\x93\x4d\x4b\x4c\xc6\x00\xe6\x66\x71\xbc\x47\x76\x71\x64\ \x16\xb3\x6c\x58\x63\xdb\x11\xb1\x6d\x78\x48\x24\xe9\xd8\x39\xbc\ \x9d\x1d\x39\x00\x5c\x0c\x72\x3a\xe6\x4b\x34\xb6\xbd\x11\x5a\xa2\ \xc4\x63\x9d\x68\xd7\x34\x5d\xcd\x5e\x55\xe9\x26\x47\x6e\x03\x21\ \xf7\xdc\xb2\x51\x77\xdc\xaf\x5b\x37\xaf\xf0\xea\xb7\x02\x86\xa3\ \x0d\xd0\xd1\x99\xc5\xb9\x66\xb3\x16\x7a\x79\xa7\x5e\xa1\x3c\x04\ \x28\xdc\x38\x49\x78\x59\xfa\x9b\x4f\x3d\x67\x15\x86\x81\x3c\xbb\ \x20\x27\xe4\x43\x42\xc4\xde\x82\xcb\x19\x72\xb9\x2d\x69\x9f\xfe\ \x1a\xeb\xd5\x4d\xc6\x5b\xef\x0f\x9d\x5b\x6b\xde\x83\xed\xed\x9d\ \xcb\xc0\xc3\x8d\x80\xcb\xbf\xbd\x3c\xb4\x07\x1c\xe2\xa5\x66\x06\ \x4e\xee\x26\x46\xcb\x02\xe5\x01\x25\x52\xd1\x31\x06\x31\x8d\xde\ \xad\x5e\x3d\x09\x43\xd6\xad\x05\xcb\xd9\x4d\xae\x1d\xbb\xec\x8e\ \xf6\xcc\x2b\xae\x2d\x0b\xab\xad\x63\xa2\xc9\x79\x5b\xda\xee\xa9\ \xe9\xee\xfb\x14\xbc\xd7\xf4\x1b\x89\xcc\x37\xe6\x3b\xec\xb5\x81\ \xec\xee\x04\x4a\xae\xfd\x22\x28\x6f\xf0\x83\x7c\xd6\xee\x4d\xf9\ \xa5\x95\x6e\x6c\xb3\x3d\x9a\x9f\xac\x51\x9e\xeb\x0f\xf5\xee\xb6\ \xbb\xad\xb5\xa7\xee\xf6\xa5\xbe\xfb\x23\xa6\xd6\x14\xb4\x12\x50\ \x09\xfe\x25\x6b\x18\xb2\xd0\x4d\x49\x08\x1d\xde\x84\x04\x07\x71\ \xb6\xdd\xc1\xd2\x5c\xcf\x56\x28\xf6\x09\x12\x67\x31\x9b\x36\x4c\ \x8f\x21\x85\xf7\x24\x80\xbd\x3a\x32\xa5\x81\xee\x89\x14\x87\xd3\ \xef\xeb\x77\x9b\x0b\x85\x58\xef\xee\x56\xfd\xcd\x91\xce\x65\x0d\ \x49\x26\x24\xad\x0e\xbd\x78\xbe\x74\x72\x81\x27\x3a\xb7\x9d\xdc\ \xdf\x8d\xfa\x5c\xbe\x7b\x93\x69\xc4\x0b\xb4\xb6\xf9\x42\x8f\x58\ \x3b\xd0\x7f\x6d\xbf\x09\x9c\x80\x9e\x45\xe7\x36\x36\xad\x0b\x03\ \xc7\xd7\xc1\x99\xc5\xa7\x83\x9b\xc5\xd3\x48\xf3\xcd\x75\x7f\x28\ \xc2\x5c\x5f\x7a\x18\xa4\x97\x02\x12\x90\x0b\xb7\x67\x2f\x63\xed\ \x33\xc2\xc6\xdb\x13\x17\x30\x38\x77\x7f\x8a\xc4\xe2\x2f\x15\xc2\ \xf5\x5c\x97\xc8\xe8\xbd\x89\xa2\x78\x1c\x00\xe2\xbb\x0f\x59\xef\ \xca\xe3\xdf\xc4\xc6\x7c\x77\xb4\xf0\x04\x60\x29\x25\xb7\xfe\xd1\ \x85\x05\x22\x2f\xce\x83\xa7\xc8\x67\x59\x94\xcf\x7f\x7d\x16\x69\ \x51\x44\xaf\xdd\x99\x62\x0e\x2f\x66\x44\xf4\x78\x7a\x30\x7c\xc9\ \x8c\x2d\xcc\x8b\x4b\xb2\x03\x15\x4f\x7f\x87\x38\x22\x77\xa5\x5b\ \xf1\x71\xc8\x2d\x2b\x04\xb2\xe5\x6f\x73\x8b\x0c\x08\x18\xb3\xe4\ \xb8\x71\xf2\xe2\xc9\x65\x8f\x8d\xfa\x4e\xb9\x1d\xed\xed\xbe\xcb\ \x05\xec\xbf\xc5\x04\x43\x5e\xeb\xe1\xcd\x7d\x84\xf2\x80\xee\xf0\ \x3f\xe5\x3e\x73\xcf\x9d\x4f\xcd\xb8\x36\x2e\x5a\xee\xcc\x0e\xdf\ \x49\xe9\xcb\xe0\x08\x45\xb8\x66\x33\xfe\x4a\xc7\x96\xe7\x39\x0a\ \x13\x80\x90\xed\xac\x84\x67\x8a\x24\xeb\x93\x53\x6f\x70\xbc\xcb\ \x2a\x2f\x77\x43\xd2\xb0\xd1\x49\xc8\xa8\x0d\x1b\xf2\x70\x93\x1e\ \x16\x8d\x6d\x36\x86\x05\xc1\xbe\xb1\xbe\x19\xbb\x87\xe7\x8a\x34\ \x9e\x1e\x06\xde\xe1\x79\xa5\x61\x14\x22\x3e\xa6\x1c\xf2\x06\x5c\ \x78\xb6\x1f\xc1\xb3\x47\x62\x15\x60\x53\x1e\xdd\x17\x1b\x07\xfc\ \x41\x3b\x33\x63\x30\x68\x18\xb5\x55\x04\x2e\x6d\x7d\x61\xf7\x32\ \xb8\x2c\x20\x48\x0a\x04\x3b\xb2\x5a\xf7\x87\x0b\x52\xcd\x18\x95\ \x54\x54\x6b\x18\xad\x80\x43\xe5\x23\x6d\x1d\x0b\x4a\x35\x1b\x33\ \xd2\x1e\xd8\x69\xdb\xec\xec\x35\x18\x56\xfb\x47\x1a\x70\xe8\x0a\ \x71\x60\xa9\xc2\x20\x9b\x0a\x9c\x69\xea\xae\xd7\x1b\xd8\x83\x1d\ \xb2\xc1\x41\xf6\xe8\xcc\x58\x8d\xad\x73\x68\x80\x4c\x6e\x9e\x90\ \x74\x8c\x1c\x2f\x8a\x74\xb2\x66\x56\xcb\xd9\xc1\xc1\xa9\x6d\x5e\ \xc2\x29\x60\x8d\xf8\x86\x9a\x69\x23\xab\xb4\x4a\x99\x40\x7f\x6b\ \x32\x05\x2f\xad\xcb\xa7\x5d\xda\xe9\x17\xaf\x7f\xee\x55\x8e\xcb\ \xb7\x45\x2d\x33\x47\x9b\x73\xed\x2d\x4b\x9d\xcc\xa1\xa5\xe3\x3e\ \xc1\xd8\xe0\x70\xb3\xb6\x46\x47\x60\xc3\x35\x06\x18\x09\xd6\x16\ \xff\xbf\x1c\x7b\x0b\xfb\x5d\x23\x53\x3d\xc3\x62\xd6\x28\x4d\xd3\ \xa3\xe5\xf2\x2b\xab\xd1\x2a\x72\xdb\xd6\x66\x55\x4e\x0e\x99\xcf\ \xa5\xd5\x19\x1a\xd8\x37\xd4\x92\x8a\x64\x34\xac\x52\x8e\x65\x57\ \xcd\x96\xcd\x35\xd4\x71\x4e\xd7\x3a\x55\xa7\xfd\x43\x98\xf3\xe5\ \xde\x89\xf1\x9a\x5a\xe2\x1c\x1f\x0a\x15\x07\x0c\xc3\x38\x92\x5c\ \x84\x61\x35\xc9\x8a\x71\x30\x2d\x9f\x54\x02\x15\xc0\x1b\x8b\x9b\ \xa6\x51\x05\xc9\xbf\xbf\x4d\x4d\xff\x92\xa1\x53\x8e\xca\x0b\x94\ \xc2\x2a\xf4\xc2\xa4\xc0\x20\x40\xd7\x15\x08\x52\x5e\xeb\x35\x7f\ \x7c\x85\x3d\xef\x9b\x18\x9f\xc5\xe9\x09\xa9\x39\xbf\xa7\x56\x93\ \xca\x32\x8a\xd0\x05\xb4\xcc\xb2\xc4\x4c\x69\x2d\x22\xa3\x98\x34\ \xa6\x7b\x8e\xae\xc8\xa9\xda\x1e\xe7\x37\x68\x8a\x51\x08\x54\xe6\ \xf3\x8f\xaf\x4b\x30\xaf\x53\x5f\xa4\xa6\xbc\x7e\x95\xf1\xe7\xab\ \x02\x74\x2d\xaa\xa4\x24\xe3\xc7\x1f\x3f\xfe\xfe\xf1\xe3\x3f\xbe\ \x66\x57\x31\xab\xe0\x43\x15\x5f\xe1\x83\xd2\x94\x8f\x15\xd9\x25\ \xcc\x9c\x94\xe2\x06\x04\x33\x33\x3b\x35\x15\x33\x88\x2e\x49\x4d\ \x7f\x8d\xea\x61\x94\x25\x3f\x7f\x9b\x92\x99\x51\x29\x61\xa5\x56\ \x57\x31\x8a\x2a\xd1\x98\x89\xa6\x21\x0e\x49\xdb\xce\xed\x1b\xe7\ \x60\x3a\x1a\xc8\x23\xf2\x9a\xea\xae\xce\x89\x2a\xb4\x76\xaa\x41\ \xd9\xa9\x45\x17\x4d\xd9\xb6\x46\x57\x5b\x66\xfb\x17\x0f\xaf\x36\ \x6f\xed\xcd\xc7\xeb\x6b\xf3\x3d\xed\xf2\x0b\xd1\xaa\x86\x31\x72\ \xfb\x74\xa8\x13\xac\x74\x56\xf5\xae\x4d\x69\xa6\x06\x06\x4f\x46\ \x9a\xab\xa4\xda\xc3\xd1\x45\xdf\xd9\xc1\x88\xf8\xc0\x1f\x68\x39\ \x1c\x79\xf0\x5c\x4a\xa7\xc7\x60\x52\x56\x75\x4f\xd1\x50\xf3\x75\ \x69\xe0\xae\xa5\xe5\xa6\x30\xde\x6e\x0f\xce\x75\x24\x25\x80\xcc\ \xba\x31\x57\xf8\x67\x00\xe0\x38\x89\x72\xe2\x59\xbf\x0b\x3c\x9a\ \xbd\x1e\x24\x80\x4e\x89\xcd\x4a\xfb\xe9\x53\x79\x42\x52\x28\xec\ \x1d\xf8\x4a\xde\xbb\x68\x9d\x0c\x70\x64\xc2\x5b\x65\xc5\xf4\x51\ \xa7\x6a\x65\x71\xb3\xed\x0e\xf8\xcd\xb2\x34\xf9\x68\xb7\x2f\xf9\ \x6c\xa6\xb0\x87\xf3\xd1\x87\x87\x73\x83\xd2\x70\x30\xd3\x5f\xbb\ \x8b\xb4\xde\x98\xeb\xcd\x6b\x5e\xeb\xfa\xfc\xb0\xe9\x74\x42\xf8\ \xf2\xf1\xe1\xf8\xe2\x42\x11\x76\x97\x20\x0c\xd8\x42\x8f\xd6\x31\ \x65\x63\xd8\x05\xc8\x36\x44\xd8\x14\x3e\xee\x22\xc9\xd4\xc7\xb9\ \x81\x96\xd6\x55\x30\x60\xd9\x8e\xe5\x79\x69\xb4\x8e\x0e\x5d\xf3\ \xe5\x78\xff\xd1\x19\xaf\x9f\xdf\xd4\xee\x1d\x39\xed\xe2\x6c\x25\ \xb9\xb6\xea\x47\x2f\x2f\x4e\x4b\x95\xe9\x37\xff\xf1\x77\x00\x5d\ \x1d\xdc\x1d\x84\xee\x07\xe7\x44\xdb\x5c\xc3\x81\x56\xc0\x0e\x44\ \x59\x0f\xad\xca\xd0\x83\x4f\xe1\x39\x89\x5b\x1e\xb9\x6a\x5d\x9d\ \x1f\x5a\xf5\x80\x4b\x73\x1f\xd6\x13\xea\x73\x0b\x79\x10\xaf\x11\ \x1c\xf1\x6b\x70\xcd\xbf\x38\x6b\xba\xba\xbc\x06\x9d\x50\x4a\x37\ \x36\xae\xf7\x9f\x2e\xb0\x27\xfe\x99\x63\xdb\xb1\xeb\x2a\xd4\x3c\ \xd3\xb5\xba\x07\x02\x83\x22\x62\x93\x36\x4a\x77\x47\x3b\x03\xdb\ \x56\x5e\x33\xbc\x63\xc3\x3e\xd0\xdf\x19\xfa\x56\xaa\xd8\xb5\xfa\ \x8c\xea\x4d\x7f\xee\x4f\x9b\x8f\x90\x93\x6d\xbf\xa9\xf1\xdc\x63\ \x1d\x5e\x5d\xa4\x63\x6d\x2e\xfc\x72\x28\x3c\x8a\xb2\x3d\x77\xbe\ \x1a\x0c\x82\x4a\x6d\x86\xf5\xee\x81\x41\x55\xd7\xa6\xdf\xee\x2e\ \x7d\xea\x5e\x15\x89\xfa\x1e\x6d\xfb\xae\xc7\xde\xa1\xc2\x1b\x49\ \x83\x29\xea\x73\x1e\x1d\xe4\xc8\x05\xea\x64\xe5\xa0\x88\xc8\x37\ \xb1\xf1\x1f\xd2\x22\xac\x78\x1e\x30\xea\xae\x90\x72\x9f\x14\xff\ \x48\x74\x02\x15\xc6\xdc\x78\x22\x3e\x9e\x12\x9f\x90\x05\x8c\x8e\ \x4d\xb0\x45\xc6\x45\x46\xd6\x23\x63\x12\x72\x37\xfc\xfd\x73\x2b\ \x6e\xe7\xe8\x38\x1d\x80\xc7\x2f\xa6\xb8\x3f\xdb\xf0\x8f\x3b\x62\ \x92\x2f\xbc\x30\x74\xb5\x39\x10\x0a\xc6\xb8\xfd\xb7\xf6\x9b\x2d\ \xe2\x30\xc4\x82\x07\xac\xad\x9a\x7d\x41\x97\xfd\xcc\x99\xf7\xad\ \xf0\xd9\xc9\xf9\x8e\xc7\x1e\xd4\x9f\xd4\x27\x81\x57\x8e\x3b\x80\ \x31\xbc\x4d\x9b\xe5\xe5\xe9\x52\xc7\xdd\xb9\xdb\x06\xf2\xf8\x47\ \x26\x2f\x43\xf8\x03\xbb\xe7\xd6\xf6\xee\x1e\x12\xfd\xce\x05\x02\ \xc6\x47\xc7\xd8\x37\x80\x48\x4a\x42\x2c\xa8\xd9\x56\x38\xee\x2b\ \x2f\xff\xf5\xdb\xe7\x5f\x3f\x7c\xfb\xb5\xfc\xdb\xb7\x9f\x3e\xd1\ \x9b\x0b\xf1\xc0\xdc\x52\xa4\x2b\xc1\x72\xa9\x2f\x70\x40\x62\x63\ \x1f\x16\xcf\xae\xce\xc6\x9b\xaf\x63\xcc\x71\xc0\xb0\x2d\x24\xc4\ \x8a\xfd\x90\x56\x5f\x0a\xa8\x9f\x5d\x59\xb2\x3e\x96\x7b\x5d\xef\ \xa2\xc3\x7f\xe8\x92\x37\xea\xfb\x66\xe5\x8b\x2d\x53\xb3\x7b\xb7\ \x1d\xbd\xd3\xad\x28\x78\xdd\xfc\xb0\x40\x29\x41\xa8\xd8\x1a\x1d\ \xae\x81\x81\x46\xc1\x93\x2b\x32\xd2\x71\xed\x55\x45\x75\x97\x83\ \x30\x02\x8c\xaf\x21\xa1\x92\x7b\x4f\xaf\x1a\x2a\x2a\xf8\x35\x65\ \x9c\x46\x0e\x17\x23\xd0\x27\x67\xc3\x66\xd5\x86\x82\xed\xb0\xc6\ \x02\x25\xaa\x6a\x4c\xdc\xa2\xc4\xd4\x25\x0e\x8d\xb4\xd6\xd6\xa0\ \x06\xb9\x18\x16\x7b\x82\x59\x84\xd6\x1e\x0c\x4f\x49\x7a\x19\x6d\ \x76\x6f\x3b\xb9\x77\x4e\x33\xd0\xb8\xbb\x3f\xa0\x19\xb0\xdb\x66\ \xa1\x68\xf9\xc1\xbd\x67\x6e\x3c\x90\x2b\xa9\x69\x1b\x1a\x68\x6f\ \x93\xdd\x1c\x1d\x04\x16\xe6\x9b\xfa\xf5\x9d\xb4\xe9\xc0\x89\x43\ \xd4\x20\x16\x89\x26\xa7\xc7\xdb\x2b\x05\x53\x95\x2a\x35\x8b\x4d\ \xda\xfe\x77\x21\xb3\x68\x68\x1c\x75\xd0\x3c\x30\x48\xcd\xa9\x21\ \xa3\xa1\xd0\xe3\xd1\xa1\x82\x69\x74\x05\x82\x53\x4d\xe6\xab\x49\ \x8d\xec\x5e\x0c\xf5\x69\x69\x6e\xdd\xa7\x67\xe7\xbc\xfa\x11\xc1\ \x87\x73\xd8\x19\x4c\xaa\x4e\xaf\x12\xef\xab\xda\xc7\x27\x67\x06\ \x47\x8f\x5b\x19\xf9\xef\x0f\x64\xf0\xe7\x8d\x92\x91\xaa\x0a\x42\ \x91\x6a\xb0\x24\xf9\x15\xe2\x3b\x2a\xf1\x65\x07\x43\x08\x58\x32\ \x5c\x72\x5a\x97\x53\x5c\x50\x56\x00\xa3\x65\xe4\xbf\x47\x97\x20\ \x72\x1a\xac\x4d\xe4\xd6\x99\x1a\x0c\x62\x5c\x3d\xc6\x57\x22\x70\ \xb3\xcb\x6a\x16\x41\x3d\x26\x1f\x37\x48\x6a\xe0\x99\xd9\x05\x05\ \x35\x0d\x53\xc5\x39\xcf\xe1\x15\x43\xb8\x32\x2a\xbb\x0c\xfa\x16\ \xe3\x51\x57\x65\xd6\xa0\x10\x6d\xaa\xce\xe6\x49\x83\xdc\x50\xf2\ \xfe\xe7\xf7\x7f\xbc\xce\x49\x46\xe0\xde\x7e\x79\xfe\xfb\xf3\xf7\ \xf9\x39\x6c\xf8\xcf\x7f\x7c\xfd\xf2\xfb\xf7\x1e\x3a\xff\xe7\xaf\ \xff\xf2\x2f\xff\x92\x82\x60\xaa\xaa\xaa\xa0\x65\xa8\x32\x4c\x45\ \x6a\x6a\x0a\xaa\xe4\xf9\x2b\xbd\x92\x5b\x56\x09\xcb\x61\xce\x54\ \x4e\x18\xca\x0a\x54\xd4\x74\x02\x21\x03\x56\x25\x6a\x9d\x22\x49\ \x86\x04\x02\x66\x1d\x94\x3b\xb8\xd8\x3d\x3b\x2e\xe9\xe9\x57\x36\ \x6b\x32\xd0\x82\x8e\xca\x94\xe2\x89\xc1\x96\x7e\x0e\xb7\x46\xca\ \x99\x0d\xb2\xa5\x03\xdc\xf5\xbd\xcd\xdb\xd6\xd9\xc3\xcd\x55\xeb\ \xa6\x40\xde\x28\xeb\x5a\x9e\xdb\x97\x5f\xac\x85\xd4\xe9\x34\x49\ \x57\xc7\xf9\xa3\x9a\x01\xcb\xbc\x1f\x0f\x94\x00\x00\x20\x00\x49\ \x44\x41\x54\x11\x35\xf5\x56\xb7\x33\x06\xe4\xfb\xba\xcb\xca\xd0\ \x7c\x8f\x5c\xd4\xd3\xa3\x1b\xc0\xa9\x5c\x3b\xd5\xeb\xa3\xba\x80\ \xdb\xe8\xb9\x7e\x3c\xb8\x3e\x1c\xdc\xb9\x70\x6f\x85\xec\x7d\xfb\ \xb7\xdb\x1b\x81\xfd\xfa\xd2\xd0\x77\x38\x09\x5e\x6b\xd7\x9f\xe6\ \x37\xd2\xea\x7d\xa5\xbb\xbe\x47\x7c\x80\xe7\xf2\xed\xef\x8e\x1c\ \xfb\x72\xb1\x61\x9f\xc2\x7f\xfd\x09\xf9\xec\x5b\x64\x58\x44\x30\ \xe8\xf2\x2f\x9e\x03\xbf\xcd\x5a\xb3\xca\xf7\x05\x5d\xaa\xf3\x07\ \xf7\xdd\xa8\x05\xc0\x03\xad\x8f\x86\x6e\x4d\x59\x40\x2f\xf1\x73\ \x54\xee\x63\x21\xcf\x7a\xab\x9b\x18\x59\x3a\x60\x11\x58\xfa\x99\ \x03\xff\xe1\xbb\x2d\xdf\xaa\xdd\xf3\x78\xb6\x1c\xc0\x2f\xae\x07\ \x77\x02\x47\x21\xe4\xc5\x56\xd2\xc8\x81\xc7\xa1\x3f\xc9\x35\x47\ \x5c\xd9\x17\x48\x5b\xbf\x28\x9e\x2e\x2d\xf6\x90\xd1\xd7\x41\x37\ \x9a\x56\x5d\x37\x57\xf1\xe6\x8b\xd2\xd5\xcb\x8e\xd3\x03\xfc\xb5\ \xeb\x03\x5d\x46\x0e\xc3\x9e\x59\x6c\x1e\xec\x3e\x60\xaf\x20\xbb\ \xe3\xb6\xd3\x0a\xa9\xe9\x7c\xf6\x32\xee\xa8\x79\xf0\x6a\x65\xd9\ \xd7\x82\x16\xa3\x95\x93\xcb\x73\x73\x53\x67\x07\x57\xe6\xf5\xb5\ \x65\x51\x65\x22\xc6\xd6\xca\x8d\xa8\x5f\xab\x5f\xb3\x89\xf7\x8d\ \xe1\xef\x3e\xfc\x12\xee\xf6\xb8\x67\x3b\x44\x93\xb6\x2d\x2f\x3e\ \xce\x65\x0a\xb6\x1e\x84\xd6\x84\x66\xa3\xd7\x73\xaa\xb6\x2a\xe2\ \xeb\x83\x61\x2d\xc7\x60\x70\x42\x5a\x98\x3d\xd8\x12\x21\x6d\x16\ \x87\x2e\x82\x0b\xfb\xdd\xd8\x65\x3a\x25\x78\xa9\x78\xda\x08\x2d\ \x8e\x0d\x0c\x8d\x2e\x37\x59\xe3\x4a\xf7\x5c\x27\x0b\xf0\x02\xc5\ \xf5\xec\xd1\xc3\xa8\xdd\x16\x58\x77\x11\xef\x0f\x9b\xaf\xcb\x21\ \x79\x27\x93\xbb\x8e\xc0\x06\x20\x3c\xed\x8d\xc2\xaf\x28\xdd\x32\ \xf9\x7d\x61\xf5\x26\x4b\xfc\xbd\xc7\x9f\x6b\x5a\x79\xb2\x87\xba\ \xf6\x9c\xd7\xf5\x8a\x9b\x3a\xd1\xb6\x4e\x79\x15\x68\x6a\x3a\xe0\ \xf5\x9e\xf7\x9d\x51\xfa\x3b\x37\xea\x89\x20\xcb\x3f\xd3\xed\x16\ \xef\xe2\x99\xe2\xd3\xcb\x34\x8f\x62\xbe\x6f\x15\xaf\xb0\xba\x4d\ \xa0\x42\xa2\x09\x19\x1e\x6d\xaa\x8f\xfc\x10\x11\x1d\xf6\xe6\x59\ \x4c\xb4\xd1\x86\xe7\x3d\x05\x9c\xc1\xdb\x26\x77\xf0\xd0\x0f\x74\ \xce\x15\x95\xec\xc7\xc7\xdd\x7b\x7d\x93\x3e\x3b\xf2\x2f\x91\xb1\ \x58\x57\x54\xfd\xfa\x26\x24\xa9\x19\x8f\x7c\xda\xb0\xe0\x43\xf1\ \x31\x78\x22\x1d\xf9\x32\xc2\xb2\xbc\xa4\x5c\xbd\x0a\xb6\x5e\x6c\ \xa8\x45\x76\x50\x3c\x10\x14\x1d\x1d\xcc\x7d\x13\x19\x38\xb5\xdf\ \x19\x37\x8f\xf1\x77\x47\xb6\x98\xc8\x78\x93\x77\x6e\x5b\x26\xe3\ \x79\xd6\x9c\xe7\xc2\x98\x24\x1b\x32\x1a\x04\xc4\xee\xfb\xce\xae\ \xad\x11\xc4\xe5\x73\x8a\xd0\x6e\xbb\xb8\x07\x24\x7c\x7b\x13\x15\ \x29\xb4\x6c\x44\x29\x28\xbf\xfc\xfd\xdb\x9b\x7f\xb5\x9d\xe0\xbf\ \x13\xcc\xe2\x3a\x05\xbc\x91\xf0\xcc\x6c\x3a\xa4\xee\x5c\x34\x2a\ \xab\xeb\x44\xab\x10\x77\xb8\x30\xb0\x7e\xbc\xbd\x7e\x7a\x12\x6e\ \x6c\x0e\x16\x16\x5e\x6a\x8f\xd3\x3e\x7c\xfa\x81\xc6\x1e\x9c\x9e\ \x98\x9c\x39\x1e\x25\x54\x1d\x21\x35\x82\x2a\xbd\xb6\x6f\x9a\xf4\ \x34\x3b\xa8\x1b\x91\x4d\x54\xb2\xb8\xb0\x06\x12\x13\x95\xf1\x1c\ \x9e\x91\xc8\x6f\xa8\x44\x2d\x4f\x15\x61\xf8\xc5\x45\xa9\x1f\xbf\ \x64\x90\x51\x39\x39\x39\x05\x68\x68\x7a\x13\x4e\x33\x5e\xc9\xc7\ \x11\x4a\x18\x8b\x02\x92\xea\xe1\x96\x49\xd0\xb3\x2b\xc8\xba\x2a\ \x36\x4c\xc0\xcc\xa8\xa5\xd6\xd5\x65\x66\x67\x57\x64\xc2\x0a\x10\ \x65\x02\x7e\x65\xbf\x88\xd9\xde\x65\x3f\x10\x69\x96\x77\xa9\xac\ \xbd\x7e\xe5\xe0\xc3\xe1\xca\xbd\xe7\xf2\xfc\xaa\x35\xf0\x60\x7f\ \x32\x74\x75\x30\x59\x7c\x89\xb8\x6b\xfd\xac\xf1\x28\x60\xb3\x9e\ \xea\xb9\x5c\x66\x13\xa7\xb1\x57\xdd\x5c\x3d\xbd\xaf\x62\x0e\xea\ \xf8\x03\x53\xb5\x0d\x50\x65\xd1\x97\xe2\xcd\xde\x0e\xee\x98\xcc\ \x10\x54\x19\xf8\xc3\xeb\xdd\xfa\xc6\x2e\xa5\x9e\x21\xef\x13\xd4\ \xea\xa6\xa6\x59\x9a\x16\xd6\xb8\x5a\xd3\xd8\xd6\x3a\x3b\x32\xf2\ \x9d\xf8\x69\xd0\xe2\x6c\xaa\x14\x5e\x85\xc2\x94\xa4\x0b\xc6\xcb\ \x30\xec\xef\x58\x03\x17\x77\xea\x17\x27\x05\xcf\x0b\x30\x6f\xd1\ \xec\x21\xa6\x8e\x35\xdf\x37\xa5\xeb\x1d\x9b\xdb\x94\xd9\xc7\x50\ \xd5\xcf\xe5\x6c\x58\x49\x4a\xc9\xb0\x71\x1b\xc3\x2a\xaa\xa4\xf5\ \x16\x54\x96\x21\xb8\x52\x92\x76\x5a\xca\xea\x39\x1e\x1e\xff\xce\ \x8d\x29\x23\x3b\xe7\xb2\x5e\x7e\x67\x2f\xad\x3d\x38\x7a\xa5\x2b\ \x7b\x85\x18\x9e\x62\x8e\xa5\x0b\xb4\xea\x92\xaf\x08\x34\xac\x02\ \x4d\x86\x65\xff\x9c\xfe\x3e\x9f\x5a\x5c\xfc\x56\xd9\x2c\x6b\x20\ \x34\x77\x34\x8d\x9e\xb3\x0a\x52\xdf\x7f\x7d\xfb\x2a\xb3\xa4\x42\ \x85\x49\xff\xf3\xcf\x2f\x5f\xfe\xf1\x27\x86\x9b\x91\xf3\xea\x1f\ \xff\xf8\xc7\x17\x14\x81\x5c\x59\xf4\x22\xe5\x8f\x9f\x5f\x7c\x2c\ \x51\x23\x1a\xb8\x63\x35\x13\xa8\x17\xef\x5f\x0d\xa1\xbe\x7e\x49\ \xce\x1c\x1d\x13\x4c\xd4\xb0\xb8\xb4\x2a\x19\xb9\x66\x4a\x50\x9d\ \x03\xe5\x8e\xb1\x98\xbd\xaf\x53\x19\x52\x94\x74\x5d\xcf\xe8\x5b\ \x5c\x17\x49\x54\x0d\x15\xea\xab\xe1\xe6\x9a\x8e\x51\xfe\xd8\x0c\ \xb3\xf5\x40\x24\x9b\x5a\x5d\xa8\x14\x35\x35\xa0\xc6\x5a\x8f\x86\ \x4e\x71\xe4\xe2\xa1\xba\x22\xe8\xd4\xe9\xd4\xe0\x02\x4c\x36\xcf\ \x6e\x16\xd0\x3a\x44\x23\x02\xf9\x3c\x75\xe6\x80\x39\xd7\x37\x53\ \x31\x17\x3c\x52\x0d\x0e\x42\x8f\x5c\x02\x54\xfa\xee\xcd\x14\x77\ \x66\x98\x41\xed\x6f\x92\xdd\xae\xeb\x45\xca\x76\x9e\x90\xb2\xbd\ \x6a\x7b\x5a\xd1\x2f\xfa\xba\xda\xb8\x0b\x33\xcb\x8e\x28\xdb\xc2\ \x01\x3f\x68\xcf\x8a\xf4\x8c\xaf\x2f\x1e\xf3\x36\x40\x6e\xb7\xd3\ \x66\x4f\x20\x06\x56\xf0\xd1\x00\x40\xae\x77\xd9\x7f\x0d\xa0\x5b\ \x21\x0a\x40\xf9\x93\xbd\x90\x92\x14\x0d\x88\xc3\x9a\xe3\xcb\x3f\ \x7d\x0a\x5a\xf2\xa2\x40\x8f\xa0\x9e\x7b\xec\xf7\x1d\xb9\xf1\xff\ \x53\xf0\xae\x4d\x69\xa6\x6b\xde\x7e\x1b\x63\x4a\xa3\x51\xcb\x6d\ \xa2\x26\x46\x13\xf7\x31\x42\xdc\x44\x11\x8d\x96\x1a\x82\x80\x4e\ \x23\x50\x40\x10\x9a\x9d\x18\x1b\x44\x10\x5b\xd9\x36\x5b\x5b\x11\ \x96\x06\x57\xb3\x4a\x5c\x6b\x21\x2d\xc3\x8c\xa3\xce\x8d\x34\xcd\ \x60\xa9\x0c\xd6\x58\xa2\xfe\xc5\xcd\x1f\x65\x53\xe5\xa3\x94\x77\ \x3d\x2f\xfa\x5b\x3c\x99\x8f\x70\x5d\xd7\x79\xfe\xce\xe3\x78\x71\ \x5e\x49\xcf\xda\xdd\x3f\xa4\x6d\xd9\x63\x39\x98\x2b\x93\x28\x16\ \x0b\x0f\x82\x11\xb2\x9a\x32\x83\xaa\xc2\xa1\x4e\xce\xc6\xfd\x5a\ \x3f\x2c\x39\x72\xa0\x1f\x0d\x1c\xe0\x8e\xc3\x08\x65\x7b\x84\x14\ \x11\x6d\xdd\x1c\x01\x9d\x8e\x45\xf0\xba\x34\xbc\x70\x37\xf0\xd7\ \xb9\xa6\xeb\x72\x57\xca\x8b\x57\x2f\x52\x0f\x7b\xe6\xd7\xac\xec\ \x90\x85\x06\x6c\x91\xf9\xc7\xe5\xc9\x17\x4e\x4f\xc8\x65\x3b\x74\ \x48\xe3\x23\x6a\xe7\x3e\xee\x2c\x70\xc9\x1d\x82\xa8\xf6\xa7\x2f\ \xee\xee\xd2\xf2\x13\x2f\xee\x2c\x66\xdf\xbb\xeb\xc0\xe5\xd0\x96\ \x09\xbc\xa1\x47\xc1\x31\x7a\x5c\x29\x19\xc6\xc0\xd6\x8c\xde\x3d\ \xc6\x24\x3f\xc6\x3b\x9a\x39\xd9\x70\x8e\xdb\xaf\xe6\x3b\x53\xeb\ \x93\xef\x76\x37\xf7\x73\x2e\x31\x77\x37\x27\x40\x1a\xc9\xfd\xec\ \x61\xa2\xe8\x51\xbe\x5f\x94\x79\x70\xe1\x31\x71\x94\x8c\x63\x3b\ \xcc\x55\xbe\x87\x29\x4d\x78\x91\x16\xe0\xb8\x10\xee\x7c\x84\x25\ \xa2\xe5\x82\x81\xe2\xa3\x8d\xd0\x4e\xa7\x9b\xb4\x28\x0d\xd3\x04\ \x2b\x1c\xd8\x45\xe9\xf8\x00\xc6\x1e\x3d\xdc\xdc\x8b\x05\xdc\xa7\ \x96\xd3\x3e\x45\x88\xbf\x07\x5b\xe3\x2b\xe4\xcc\x59\x2f\x79\x72\ \x79\x77\xe3\xe1\xe3\x1c\xc0\xeb\x2a\x07\xc1\xd1\xc8\x8d\xf9\xaa\ \xfd\x0d\x66\xa7\x9c\x04\xcb\xdc\x02\x82\x9b\xf6\xe3\x9b\x23\x9a\ \x0c\x2b\x9f\x23\xba\x63\xfc\xc3\x3d\xc6\xe6\x38\x7e\xd6\x16\x75\ \xc7\xcf\x26\x81\xfb\x94\x77\x6b\xa1\xc7\x8f\xde\x3d\xdb\x5a\x73\ \xbb\xfc\xee\xce\x24\x4b\xe6\x60\x24\x9c\x13\xc0\x20\x72\x1f\x5b\ \x12\x23\x37\x57\xa6\xbd\xbd\xcc\xd4\x04\x51\xe9\xc3\xd2\xc1\x81\ \xb5\x40\x69\xee\x91\xf2\x7f\x4a\x07\xf7\x3d\xa4\x4b\xd1\x46\xe8\ \x34\x3d\x21\xff\x71\x72\x42\xe7\xbe\x14\xb4\xe4\x17\xbb\x12\x6f\ \x85\xde\x05\x57\xe6\x95\x1b\x54\xed\x8f\xd3\x9d\xa9\x29\xa5\xa9\ \x24\xd8\xc6\x4d\x34\x73\x67\xc5\x9e\xe8\x09\x58\xae\x11\xa9\x22\ \x37\xe8\x36\x61\xf1\xad\xb2\x2d\x77\x90\xcf\x8c\x47\x07\x73\x93\ \x9e\x60\xfc\x96\xd2\xc7\x2f\xd2\x5c\xa7\xfe\xfb\x3b\x55\x3f\x71\ \xf8\xe4\x8e\x2c\xbb\x4d\x48\xfe\xf8\x73\x2a\x29\x3f\x39\xf9\xc9\ \xc3\x84\xc1\xdc\xef\xeb\x03\xe9\x6e\xf0\x59\x69\x7b\x7a\xb5\xa9\ \x9d\xf4\x53\x7b\x7a\x7b\xae\x93\x39\xd7\x79\x95\x00\x0b\x31\x2e\ \x56\xda\x0c\x7b\xa9\x09\x4f\xde\xa5\xa7\xfb\xef\x0f\x19\xdd\x8e\ \x67\xe9\xa0\x8f\x5a\x6c\x2b\xeb\x1a\x5b\x8c\x59\xac\x88\x81\x24\ \xd7\x25\x78\x0a\x50\xbf\x93\xf6\x19\xb9\xc3\x72\x4d\x0d\xa4\xa9\ \xcc\x8b\xb0\xec\x1a\x20\x70\x2e\xa4\xa8\x49\x85\xad\x84\x56\xf6\ \xaa\x1b\xe0\xbd\xa8\xd6\x8e\xaa\x86\xda\x1e\x68\x4b\x59\x73\x7f\ \x46\x5e\x51\x61\x76\x41\x5e\xc3\xcb\x4f\xcf\x9f\x17\xc1\x67\x3b\ \xb8\x0d\x50\x42\x99\x01\xd7\xe1\x98\xd1\x18\xcd\xe4\x13\x14\xd3\ \x38\xb7\x6d\x18\xdf\x8d\x2f\xb1\x1c\x02\x03\xb3\x45\xb0\xcd\x69\ \x86\x2b\x0c\x82\xca\x8e\x1e\x8a\xa0\xa7\xa8\xa7\xaa\xac\xa8\x99\ \x3b\x7a\x36\x22\x15\x2f\x6f\x4f\xe9\x1d\x62\x39\x33\xca\x92\x35\ \x35\x1a\xf7\xcf\xaf\x6f\xef\xe3\x8e\x51\x1c\x0a\xd2\xd5\x58\x50\ \x56\x51\x54\xd0\x86\xfb\xad\xb1\x27\x08\xc4\xc9\x6c\xe8\x22\xa3\ \x99\xa6\x6f\x96\x0a\x14\x94\xa2\x97\x48\x02\x51\x8a\xc4\xb6\x60\ \x97\x7a\x5a\xf0\x3b\x7c\x86\x41\xa3\x53\x69\xa7\x7b\xf0\x68\xde\ \x0e\x7f\x82\xc3\x58\x64\xd8\x39\x1a\x42\x1f\x6a\x42\xae\x1f\xa9\ \xd5\x51\x59\x0c\xb3\x4f\x39\x8b\x1a\x93\x8f\xb3\x75\xe2\x43\x0e\ \x4f\x50\x38\x42\x5d\x35\x93\x65\xd8\x56\x83\xa1\x45\x23\x68\x9a\ \x98\x52\x70\xbb\x0c\x13\xa8\xd6\x5a\x24\x9a\x82\x96\xb6\x6a\xd1\ \x70\x9b\x62\x56\xad\xc3\xef\x9e\xf3\xb9\xf8\xa2\xaa\xe7\x5f\x3f\ \xfd\x39\x36\x53\x31\x36\x89\x86\xd4\x21\x5b\x6a\x3f\xbd\x56\xa8\ \xc9\xad\xd2\xee\xd6\x9d\x9e\x0e\x35\xa3\x20\xa3\x04\x89\x55\x4f\ \xc0\xe1\x6d\x4d\xb2\x31\x6c\x0f\xbc\x09\xae\xea\x86\xe2\x27\x7c\ \x10\x1c\xa4\xaa\x01\x52\x46\x79\x0d\x51\x77\xbd\x2d\x2a\x69\xfe\ \xfd\xd3\xf3\xf7\x79\x70\x5c\xad\xb0\x56\xd7\x6b\xd0\x8e\x4c\x36\ \x0a\xd4\xa8\x8a\xdf\x7e\xfd\x96\x5a\x19\x93\xd0\x97\xbf\x7c\xcd\ \xc8\x7a\x5f\x59\x99\xdd\xa3\x87\xff\xfa\xbc\x01\xd2\x45\x20\x34\ \x22\x1b\xba\x2a\xf2\x7e\x69\xfa\x90\x9d\x55\x81\xc5\x3d\x2d\xe9\ \x27\xa8\x04\x90\x0f\x2f\x5b\xda\xa4\x75\x3a\x46\x9d\x4e\x3d\x5d\ \x52\xd3\x38\x26\x93\xf4\x75\xb3\xfb\x08\x04\x26\xaa\x03\xf2\x5c\ \x37\x31\x37\x39\x4c\xe8\x98\xe4\x9f\xe9\xa5\xcd\x10\xb1\x84\x45\ \x43\x9e\xb3\xc9\xe3\x0c\xd9\x0c\x76\x86\x68\xdc\xd8\xa9\x0b\xd1\ \x35\xaa\xae\xee\xe7\x70\x21\xb9\xab\xbf\x63\x06\x9f\xd5\x4f\x5b\ \x36\xcf\x4d\xf5\xb7\xd4\x60\x65\x1d\xc4\xe5\xe6\xdf\x37\xdd\xf8\ \x7e\x38\x4a\xb2\x5c\x72\x1a\x6f\xda\x9d\x93\xf8\x82\xd1\xe3\x53\ \x85\xed\x4a\x63\xd4\x77\x4a\x65\xd1\x33\x5a\xdb\xe8\xba\x8b\x4c\ \x1d\x14\x85\xb7\x3c\xc0\xf2\xd2\xe4\xb6\x09\xb1\xaf\xdf\x58\x0a\ \x6f\x90\xe2\xbe\xa3\xf1\xd0\x41\x69\x72\xe2\xf2\xd4\xda\xc6\x79\ \x34\x76\x8c\x18\xc4\x0c\x78\x4c\x60\x3a\x70\xee\x0d\x5a\xf3\x4d\ \xfb\x4e\xcf\x03\xcc\x5a\xfe\xc3\xd4\x24\x58\xfb\x9b\x67\x0b\xa5\ \x80\x09\x56\xed\x19\xf0\x84\x63\xe9\xa9\x7f\xb7\xee\xb1\xcc\x8b\ \x92\xce\xed\xa1\xbb\x89\x0a\x5c\xb9\x6a\x75\x38\x68\xf7\xb4\x87\ \xdd\xee\x83\xb8\xb7\xb8\x7a\x0a\xdb\x01\x41\x71\xbf\x66\x18\xe7\ \x5b\x6f\xce\x64\x71\xbb\xd3\x09\x2c\xc4\xfd\x09\x37\x3b\x27\x17\ \xa2\xbd\x07\x16\xd0\x09\x53\x2a\xc3\xa7\xe6\x58\x71\xe9\x55\x34\ \x4e\xca\x8d\x8f\xda\xef\xdc\xac\xdb\x3d\x5f\x1c\xac\x0e\xa7\xa4\ \xdd\xc6\x84\x9d\xc5\xfc\x69\x6d\xfc\x7e\x37\x38\xc3\xba\x73\x5d\ \x1f\x5a\x36\x83\x34\x07\x88\xb8\xe9\x5c\x8b\xc5\x0e\xc5\xa7\xf4\ \x53\x0c\x82\xbd\x97\x90\x7c\x71\x1d\xf4\xbb\x01\xe1\xe9\x46\xfa\ \x3f\xbe\xaf\xdf\x56\xba\x24\x3e\xd7\x42\xa6\x78\x7e\x1b\xeb\x3a\ \x05\x8e\x93\xe5\x8c\xcc\x53\xe0\x0c\xb0\xba\xc9\xae\x33\xbc\x10\ \x07\x9d\x39\x14\x25\xa4\x5e\x78\x9e\xcd\x89\xf6\xd2\x45\xce\x7b\ \xbb\x7d\x18\x0c\xdc\x62\x72\x2d\xd1\xfa\x6e\x19\x53\xa2\x65\xac\ \x8b\xce\x5d\x61\xc7\xe9\x6d\x4a\xfd\xc3\x7a\x30\x67\x34\x37\x7d\ \xe1\xc9\xd5\xa6\x6f\xde\xe2\x3e\x0b\x60\x16\x0e\x4d\x40\xb5\xfb\ \x8c\xe7\x74\xee\xcc\x8d\x02\xa6\x34\x53\xce\x70\x59\x23\x91\x7b\ \x75\xb9\x9d\x3f\x8f\xcf\x39\xb6\xdb\xfb\x15\xa8\xc2\x8c\xac\xb2\ \x26\x25\x75\xd9\xeb\x28\xff\x92\xee\xee\xf4\xd4\xe7\xa4\xdd\x3d\ \x28\x7d\x72\x11\x07\xc1\x8d\x6a\x6d\xc4\x7a\x9c\xf0\x24\x32\x60\ \xb9\x27\xdd\x3b\xb7\x4f\x4f\x7d\x9b\xa3\x2b\xae\xce\x8d\xcb\xa8\ \x36\x1c\xfc\x67\xbb\x86\xe0\xeb\xa5\x0f\xae\x1d\x3c\x73\x9b\xe5\ \xfb\xce\xe3\xfb\x52\x70\x34\x8c\x19\x88\x90\xec\x96\x8b\x5c\x4b\ \x7c\x2e\xd2\x7e\x4e\x55\x7b\x8f\x0f\x5e\x24\x0c\x78\x8a\x93\x8b\ \xd3\x6e\x3a\xf7\x8e\x6d\xc9\xa5\xb0\x07\x96\xd2\xa3\x2a\xf5\x75\ \x7a\xc2\xdd\x76\x1c\xa0\xab\xe2\x0f\x60\xb6\xd5\x68\x12\xe2\x20\ \xc0\x24\x92\xbd\xd6\x81\x62\xdf\x96\xfd\x70\xcb\x75\x79\x11\xbf\ \x39\x78\x91\xd4\xe9\xbc\xab\x7e\x31\x17\x3d\xb2\xe7\xbf\x21\x25\ \x9e\x87\xd3\x5e\xed\xd9\xe2\x40\x7b\xe7\x5e\x4b\xeb\xf2\x8a\x0b\ \xb8\x8e\xdb\x2d\xf1\xb5\xb4\x84\xfc\xa4\x37\x99\x2b\x4e\x77\x3e\ \x98\x86\x38\x05\xbc\x9c\x5e\xae\x50\x1c\xb7\xee\xb9\xef\x1f\x07\ \x12\x3d\xe9\xef\x76\x80\xc8\x83\xef\xdd\x87\xe7\xf1\x94\x5b\x5b\ \xfb\x9b\x07\x91\xe5\xbd\xbb\x47\xa9\xfb\xdb\xa5\x67\xc2\x9b\xe2\ \x35\xeb\xe8\xd8\xa6\xd5\x84\x68\x27\x65\xe6\x5f\x58\x44\xf5\xa5\ \xe1\x9b\x48\xf5\xdf\x8b\xc3\x30\x87\x7c\x98\x52\x53\x56\x55\x35\ \x33\xbe\xc4\xaa\x2b\xc3\x35\x7e\x47\x0b\x0c\x53\x77\x0c\x4d\xa8\ \x09\x4d\x63\xd7\x90\x29\x89\xa6\x18\xe9\x6e\x45\x36\xb5\x74\x50\ \xfe\xf7\x9f\x15\x78\x43\x6d\x4d\xcb\x6c\x73\x5b\xad\x1e\xde\xd5\ \x80\x6b\x41\x97\xd5\x34\x68\x1c\x4a\x06\x12\xc2\xc0\x73\xc8\x82\ \x6e\xf9\x04\x94\xd0\xaf\x95\xf7\xb5\xc0\xbb\xd0\x37\x1b\x76\xad\ \x54\xa5\xc4\x2c\x47\xda\xf7\x0d\x21\x23\x81\x21\xab\x29\x91\xaa\ \xb8\xbd\xfa\x16\x6c\x1b\xba\x89\x8b\xce\xcb\x78\xd9\x2a\x6d\x84\ \x42\x74\x42\x08\xb4\x19\x55\x2b\x54\xea\xe6\x69\xd3\x58\xf4\x88\ \x46\x42\xa9\x43\xb1\xcf\xc1\x48\xd4\xbd\xc6\xaa\x29\xc4\x15\x56\ \x14\xbe\xfc\xfd\xd3\xef\x15\xfd\xdd\xec\xd1\x3d\xde\x31\x3d\x26\ \x9f\xdc\xe7\xb4\xb6\x36\x34\xcb\x04\xad\x7a\x83\xa0\x4f\x3f\x89\ \x9d\xd5\x6a\xf0\xad\xfd\x9b\x12\x71\x74\x5a\xc1\xd2\x13\xe7\xe9\ \x14\xf9\xa8\xa2\x99\x20\x58\x5c\x9a\x5e\x39\x51\x31\x87\xe2\xf3\ \x33\x3a\x76\xd0\xe5\xdd\x9e\x19\xd5\xbe\x9d\xd0\x0d\xa9\x6d\xcc\ \x39\x3f\xb2\x96\x31\x85\xd7\x8c\x0e\x8f\x10\x55\xa7\xe3\x05\x4f\ \x91\xe4\x11\xb6\xa6\x92\xcc\x69\x9e\x90\x35\xd6\xa8\x57\xa7\x68\ \x2d\xdc\xb2\xaf\x3d\x65\x7f\xbc\xef\x17\x30\xbe\x91\x14\xb2\xe4\ \xf3\x1f\x7f\x7e\x7d\xdd\x45\x99\x91\xd6\x91\x1b\x5b\x89\xc6\xe1\ \x82\xbc\x9e\xda\x6c\x4d\x5d\x53\x6d\x0b\xc1\x08\x87\x16\x65\x74\ \x94\x64\xbf\x2c\x11\x74\xf5\xd6\x3d\x87\x43\x5f\x42\x51\xfd\x7a\ \x4a\x05\x14\x49\x87\x62\x71\xd0\x2e\x78\x5d\x56\x5b\x0f\xae\xaa\ \x19\xd2\x02\xaf\xf8\xf5\x75\x51\x55\xd9\xd7\xdf\x24\xf0\x21\x5c\ \x6f\x5d\x59\x56\x76\x1d\x97\xd2\xd4\xf5\xe3\x6f\x1f\x3e\xff\xf6\ \xb6\xd6\xd0\x5b\x25\x6d\x78\xfd\xe1\xed\xd7\x5a\x24\x92\x88\xa5\ \xf4\x17\xa9\x27\x4b\x70\x65\x6d\x6d\x64\xdc\xf3\x5f\x3f\xe4\x15\ \x54\x40\x7a\x0c\x75\x75\x3d\xb3\x2b\x38\x8e\xb6\x69\x49\x55\x53\ \x93\x35\x2b\x74\xcb\xa0\xdd\x23\xd2\xa1\x28\xa1\xae\xaa\x91\xac\ \x59\x9f\x3a\x5a\x26\x88\x27\x58\xde\x35\xe6\x44\x13\x17\x8a\x6c\ \xee\xe8\xeb\x85\x10\xf8\x1e\x31\xba\xc8\x7e\x3b\x7a\x9c\x32\xcd\ \x93\xd0\xb6\x96\x86\xb6\x65\x50\xc9\xe8\xb4\x5e\x48\x14\x12\x64\ \x2b\x1d\xdd\x55\x23\xe1\x30\xeb\x90\x3f\xce\x66\xb6\x21\x95\xd3\ \x0d\xb6\x89\xcb\x80\x20\x24\x45\x8f\xc1\x6b\x59\xd7\xbb\xfe\xbb\ \xf8\x8a\x39\xa0\x18\xb3\x1f\xb0\x89\x47\x3a\x74\xcf\xb8\xab\x34\ \xba\xe3\xde\x95\x78\x6d\x2e\xfb\xdd\xa1\xab\x7d\xda\x7e\xdd\x7e\ \xb0\xf6\xd1\xce\xdc\x8e\xe4\x62\x10\xf6\x84\xd4\x8d\xf0\x2d\x10\ \x1a\x80\x45\x6c\xb7\x97\x5e\xd7\xd9\x1c\xff\x96\x13\x38\x42\xa4\ \x62\x3a\xf7\x46\xd7\x52\x93\xbe\xbc\x28\x45\xdc\x8c\x0d\xda\x44\ \xc9\xed\x31\x97\x6b\xb4\xde\x7a\x59\x7a\x10\x3f\xf2\x8f\x76\x2e\ \xb9\x6e\xa9\x86\xde\xf1\x38\x4e\x38\x3b\x66\x20\x21\xa2\x70\xfe\ \x8e\xfd\xc0\x7a\xd5\xb9\xb1\xaa\xf4\x5c\x1c\x3b\xce\x53\x27\xa4\ \x43\x1a\xc3\x21\x12\xfc\xc7\x76\x7d\xae\xe9\x0e\x8f\xd9\x91\x6d\ \x96\xee\xc6\x49\xa4\xab\xf6\xc1\x35\x52\xea\x60\xdc\x32\xfa\x6d\ \xce\x5b\x57\xd7\x6e\x8a\x07\x7f\xba\x3a\x2a\x6f\x3f\xc3\x58\x8f\ \x83\xfb\x57\xa1\xcb\xa4\x60\x84\xbb\x7c\xc1\x38\x2e\x87\xed\xde\ \x07\xd9\x6a\x0e\x2a\xe6\xbe\xb2\x01\x37\xc1\x38\xc9\x4d\xba\x0c\ \x44\x1c\xa3\x00\xa6\x47\xec\x06\xc7\x39\x97\xd6\x53\x70\xe1\x54\ \xd8\x35\x97\x29\xa2\x9b\x80\x62\x18\x30\x77\xc5\x76\xbe\xc1\x00\ \x39\x2e\x84\xf5\x38\x6d\xd1\xbf\xbf\x60\x0f\xb9\x81\x8b\xe0\xe0\ \x96\x43\x38\xcc\xdb\x0c\x1b\xa3\xc0\x8c\x74\xc6\x12\xb6\x83\x96\ \x40\x5c\x36\xc1\xde\x91\xca\x95\xd3\x3b\x4f\x72\xa3\x07\xb9\x98\ \x1b\x2f\xf1\xaa\x5d\x74\xc1\x5c\x4f\x00\xe7\x23\x7b\x98\xfa\xd2\ \x67\x9d\x07\x97\xd5\x83\x1b\x98\xe4\xcb\xd4\x14\x44\xf9\xbb\xf2\ \xf6\x5c\x8c\xeb\x0e\x94\x9f\x7a\x1e\x63\x0e\xce\x6e\xc0\x25\x1d\ \x78\x63\x96\x3a\x9d\x8e\xa8\x55\xa1\xb4\x69\xcf\xcd\xe2\x99\x51\ \x8e\x64\x1c\xd9\xa4\x5a\x25\xf0\x8d\xbc\xa0\xd7\xb5\x77\x99\x9c\ \x0b\x7b\xf5\x6e\x30\x11\x76\x9c\xea\x8e\xce\xde\xd0\x95\x74\x29\ \x02\x11\xbe\xbc\x53\x06\xda\xcf\x68\x71\x6f\xf9\x0d\xe5\x66\xb0\ \xde\xee\x6c\xbf\x50\xfd\x7c\x0f\x04\x37\x6e\x37\xf7\x75\x2c\x2b\ \x26\xee\x8a\x06\xa3\x27\xb1\x99\xda\xe5\x91\xda\x16\xc9\x7a\xfc\ \x5a\x44\xba\x3e\x18\x08\xdf\x24\x74\xde\x79\x81\x38\x02\x38\x5c\ \x5c\xdf\x8a\x94\xb6\x5f\x26\x5d\x1e\xa4\xc3\x22\xd6\x38\x2b\xf9\ \xc4\xf9\xf3\xa0\xaf\x3a\xbf\x18\xe3\x15\x87\x4f\x07\xc3\x61\x07\ \xc9\x64\xca\x49\x4e\x8e\xee\x25\x1e\x83\xbe\x9b\x57\x88\xbd\xf2\ \xa5\x8d\x9b\xe4\xa4\xb4\x05\xd1\xec\x02\x29\x3c\x7a\x92\xd3\x69\ \x11\x4f\x9e\x2d\x04\x7f\x16\x0d\x06\x48\xa9\x5f\x8e\xa6\xef\x5d\ \x4e\xbf\x22\xe8\x70\xdd\x74\x3a\x73\xf9\x88\xce\xf2\x67\x83\x6b\ \xc0\xed\x79\x00\x91\x59\xda\x1e\x59\x5a\x59\xd5\x69\xf7\x4d\xfb\ \x51\xfe\x75\xfd\xad\x25\x66\x81\xa5\xe4\x0e\x3a\x23\x51\xd7\x86\ \xff\xb0\x5e\xf4\x38\x50\xed\x4a\x29\x8d\x1f\x61\x80\xed\x75\x70\ \x30\x3f\x31\x31\x1c\x10\x6d\x50\xe9\xa6\x9b\xce\xe2\x27\x4f\x62\ \x0b\x83\x07\x99\x9d\xa5\x29\xe9\x39\x6f\xbe\x3c\x42\xec\x5d\x46\ \xa3\x9c\xe5\xf3\xf5\x21\xe1\xec\x77\x86\x08\x5e\xb2\xc3\x68\x80\ \x77\x55\xbc\x84\x8f\x29\xe5\xdd\x86\x6e\x08\x16\xd9\xdf\xa0\x08\ \x6a\xe4\x4c\xb9\xb0\xb1\xad\xae\xb6\x03\xde\x97\xc5\xc5\x61\x6b\ \xab\xb8\x32\x99\xe3\x92\x3d\xbb\x68\x9f\x25\xab\x76\x76\x18\x2c\ \xc3\x54\xaf\x5e\x80\x42\x1a\xeb\x6a\x89\x12\xba\x7c\xd0\x75\xda\ \xab\xf7\x9e\xe9\x7c\xab\x8b\x67\xbc\xfd\x21\xd3\x50\x49\xd3\x2c\ \x99\x98\xdd\xdd\xac\x92\xc8\xf0\x65\xcf\x2b\x0b\xbe\x56\xba\x0c\ \xd3\x64\x21\x30\x32\x6d\x3c\xa6\xb6\xd1\x18\x53\xf7\xe0\x21\x7f\ \x97\x8a\xa5\x34\xd4\xd5\xca\x51\xbb\xbb\xfe\x03\x2b\x28\x99\xee\ \x9b\x6c\x85\xe0\x75\x7d\x13\xeb\x84\xc6\xd9\x65\xf2\x91\xb8\x4f\ \x48\x9e\x80\x0f\x11\x91\xb3\x2c\x7d\x0f\x59\x83\xe3\xce\xf0\xf9\ \x53\x13\xec\x19\xb5\xd1\xac\x3b\x1b\xa6\xba\xd6\x4f\x9c\x4b\xc2\ \xa1\xcd\x75\xff\x92\x82\x7f\x6f\xdf\xa4\xd2\xc0\xc8\xfa\x2d\x7f\ \xc9\x3f\x51\xc9\xf5\x2f\xce\x12\x47\xfb\x39\x12\x8e\x7e\x28\xec\ \x5d\x92\x2a\x6f\x97\x18\xb8\x11\x15\x85\xd2\x3d\xd7\xd4\x88\xa4\ \xb2\x24\x06\x0d\x01\x39\x59\x52\x47\x7c\xfa\xfc\x7d\x49\x59\x21\ \xb2\x8b\xfc\x34\xeb\xd3\xe7\x9a\xd6\x0c\x9c\x14\xa9\x18\xd2\xa0\ \xb2\x33\xca\x1a\x7a\x30\x66\xd6\x94\xae\xad\xb7\xb6\x52\x5b\xd9\ \xd0\x92\xf7\x5b\x21\xe4\xf9\xd3\x1f\xe5\xbc\x9a\xac\xec\x0f\x7d\ \xa8\x3f\x7f\xff\xb5\xa4\x16\x5f\xf1\x7b\x9d\xa6\xe9\x33\xb6\xad\ \xa4\xb9\xb7\x00\xc2\x6a\x85\xf6\x74\xd7\x55\x65\x94\xf5\xa3\x87\ \x57\xf7\x97\x51\xd0\x5e\xe8\xa7\x0a\x66\x5b\xc9\xf3\x8c\x6c\xc2\ \xc8\xca\x4c\xe3\x2f\x9f\x3f\x65\x23\x8b\xfa\xfb\xda\x0a\xa0\x25\ \x0d\x75\x15\x0d\xb5\x5d\x05\x9f\x3f\xbc\xfd\xf4\xf6\xf7\xa7\xa3\ \x04\x6d\x4d\x5d\x13\x84\xcc\x46\xf7\x36\xa1\x9a\xfb\x2a\x20\xf8\ \xca\xca\x96\x1e\xc9\xa6\x6d\xd4\xbb\x83\xfe\xc6\x42\xb3\x5e\x42\ \x1d\x74\x42\x3f\x49\xed\x41\x76\x4d\xcc\xce\xcd\xc5\xa8\x0d\x6d\ \x38\xc1\x14\xb4\xbb\xc9\xa1\xd4\xc6\x62\xfc\xe5\x09\x09\x5e\x63\ \xa0\x4d\x30\x6b\x1d\xe8\xd6\x65\x45\xd5\xf4\xc8\xb2\x9d\x32\x29\ \xef\xdb\x09\xb8\xa9\x35\x8e\x38\x81\x7f\xc5\x9f\x3d\xe4\xd5\x94\ \xa1\xfb\x89\x38\xdd\xc9\xbe\xe5\x5c\x2b\xd9\x3d\x51\x34\x33\xc2\ \x6d\xb8\xde\xa8\x5e\xa6\xd3\x9f\x2f\x9c\xb4\x2d\x2e\x5d\x7d\xf3\ \x82\x1d\x3f\xa7\x31\x5b\x32\xb8\xb4\x42\x18\x9b\xc6\xce\x8c\xfb\ \xc6\x89\x82\xea\x47\xab\xcc\x53\xf0\x14\x0c\xe7\xae\x69\xfd\x5b\ \x03\x5e\xde\x30\x60\x2e\xc5\x94\x5f\xbb\x73\x4b\x8b\x63\xdf\xe6\ \x78\xf0\xf2\x8c\xb9\x73\x32\xa6\x63\x23\x0d\xd3\x78\x99\x6a\x7d\ \xb2\x56\xc5\x90\xfe\xa2\x59\xd7\x9c\xd3\xe8\xcb\x63\x71\x20\x7c\ \x7c\xef\x82\xb9\xd8\xbe\x7a\x60\x23\x50\x8c\x58\x5d\x0a\xd3\x83\ \x96\x6f\x41\x12\xbd\x5f\x8c\xef\x3f\xba\x18\xe7\x25\xfb\x09\xb3\ \xf9\x83\xd5\xff\x38\x1b\x32\x59\xb6\xa3\xd6\xfb\xa8\x79\x59\x7b\ \x76\x7a\x7a\x28\xd8\x6c\x0f\x87\x1f\xb4\xe7\x1e\xd1\x0e\x3c\xb4\ \xf0\xea\xc6\xfd\x5e\xbc\x13\xf1\xc8\x3a\x90\x92\x2c\x5e\xfd\xf2\ \x28\x0d\xec\x04\x58\xcb\x69\xb0\x1b\x7f\xbb\xc7\xb1\x01\xbb\x51\ \x88\xf6\x9e\x9d\x9f\xe4\xb7\x0f\xe6\x2f\xfb\x18\xc5\xf7\x91\x70\ \xdc\x95\xb3\xa9\x50\xec\x1c\x5f\x78\x5d\x17\x47\x51\xb9\xef\xc9\ \xa5\x4c\x57\xfc\xe4\xe1\x31\x66\x61\x0b\x24\x1d\x79\x53\xde\xd0\ \xef\x63\x57\x8f\x3a\xef\xbd\x6b\xf7\x73\x99\xc1\x7b\xb7\x26\x3c\ \x77\x39\xe7\xc8\x49\x34\x5d\x58\x1f\xa4\x3c\xbe\x5b\xf3\x01\xe1\ \x50\x54\x1c\xdf\xba\x8e\x96\xb9\x0e\xb1\x38\xde\x09\xe3\x34\x27\ \x74\x1f\x9b\xea\x15\x44\x05\x3a\xfa\x95\xd4\x75\xc6\x0b\x38\x43\ \x01\x12\x38\x30\xe8\x02\x72\x1f\x1d\x6f\xcf\x2a\x2e\x2c\x99\x99\ \xb0\x84\x3d\xbf\x29\xc7\x27\x3e\x76\xf9\x63\x6b\xed\x29\x67\x6e\ \xc4\x8b\x14\x8c\xa9\xf4\xd5\x93\xf0\xd8\x5d\x68\xed\x2e\xfd\xe1\ \xc2\xa0\x7a\x48\xbc\x40\x35\xb8\x73\x53\xc3\xc0\x6d\x14\x50\xf7\ \x85\x6d\xa7\x63\x04\x26\x9d\xbb\xb2\xd9\xd4\x56\x54\x57\x84\x65\ \xef\xf2\x15\xf5\xa6\xed\x74\x18\xac\x3c\xe7\xc2\x1d\x48\xc7\xa4\ \x5b\x8e\x9c\xfc\x2d\x47\x7c\xaf\x3a\x01\x13\x0f\xdf\x9e\xb9\x2d\ \x9b\x2c\x7f\x2c\x4a\xba\xd8\xf5\x8a\x0f\xae\x2d\xb0\xd3\x31\xb2\ \x96\xab\x42\xbc\x49\x3d\xb8\xb8\xb6\x0b\x68\x83\xe1\x5e\xf4\x6b\ \xe4\x7c\x00\x63\x1a\x75\x0f\x74\x62\xf2\x4d\xe7\x97\x9e\xc1\x52\ \x97\xdf\x0c\xc4\x42\x9d\x5b\x6b\x7b\x30\x84\x3b\xe0\x3d\x95\x34\ \xf8\x63\xe0\x25\xca\xc0\x0b\xdf\x59\xac\x60\xf5\x8d\xe7\xd0\xbc\ \x3c\xaa\x2c\xbd\xd8\xd8\xf8\x96\x67\xf9\x8f\xbe\xe4\xc7\x4e\x00\ \x57\x70\xdd\xb3\x11\x73\xc5\x81\x05\x17\xe6\xfb\x7c\xcb\xf1\xc0\ \x9d\x12\x5b\x9a\x6c\x1d\x52\x4b\xc2\xed\xae\x58\x29\xc6\xe2\x3c\ \xbe\x7c\xf4\xa8\x38\x1f\x58\xb6\x1f\x62\x06\xae\xaf\x5d\x03\x67\ \x80\xc7\x65\x72\x67\x7e\xa3\xcf\x72\x67\x18\x71\xee\xfa\x56\x52\ \x27\x9e\xeb\xbd\xdb\xc8\xb1\x0b\xe6\x5e\x48\x6f\x0f\x94\x93\x4a\ \xd7\xec\xb7\xaa\xf3\xce\x75\xa7\xf3\x0e\x10\x03\x97\xc0\xa6\x67\ \x6d\x7b\x37\x82\x28\x77\xe6\x1f\x04\xc1\x5b\x70\x7e\x6f\x17\x4c\ \xb1\x62\x5c\xa1\xdb\x81\xe4\x47\x4f\x5e\x3c\xab\xcf\x79\xf1\xf0\ \x87\x87\x9d\xa5\x49\x0f\x53\x1f\x7e\xa7\xd4\xe0\xd8\xe0\x55\x1b\ \xca\x80\x12\xef\x0a\x1d\x02\x15\x5d\x41\x68\x6e\x2d\x6b\x85\x4e\ \x72\xe0\xf0\x96\x91\x3e\xee\x58\x3f\xb4\xa7\xaf\x56\xce\x51\x0e\ \x6d\x9f\xdc\x9e\xb1\xbc\x04\xd4\x88\x6a\x48\xc7\xe7\x18\x0d\xbd\ \x53\x9c\x26\x78\xaf\x74\xa8\x05\x65\x1c\x53\x8a\xfb\x8c\x87\x2b\ \x5e\xbb\x9d\xbd\xe2\xd8\x1e\xb5\x86\x64\x52\xd7\x68\x57\xeb\xb6\ \x5c\x8a\xaa\x29\x42\x77\xb5\xe8\x27\x4a\xfe\x77\x07\x45\xa3\xe6\ \x4c\xcd\x07\x57\xe5\xe3\xf4\xa1\x59\xb4\x54\x80\x15\xec\x72\xcb\ \xf0\xdf\xfa\x53\xd3\x45\x6e\x55\x18\x68\xa1\xed\x7b\xd7\xed\x3a\ \x71\x82\x19\x0e\x87\xfd\xe3\x44\xf3\x8a\x16\x7f\x42\x36\x70\x87\ \xb1\x58\x69\x0f\x4e\xc5\x35\x0a\x94\xb3\xbd\x06\x23\xcb\x20\x95\ \x0d\x81\xbb\xeb\xc4\x79\x73\x93\xa1\x45\x4b\x3f\x32\x34\xcb\x6c\ \x46\xe2\xbd\x5e\xba\xb6\x6d\x9e\x53\xaf\xcb\xb5\x38\xda\x1c\xb4\ \x86\xb2\x7e\xba\x34\xc7\x5b\xf7\x9e\x86\xef\xe7\x08\x1d\xb3\x6a\ \xb2\x41\xa5\x64\x42\x09\x23\x32\xb2\x6c\xbc\x69\xc4\xc0\xcd\x6e\ \x34\x8f\x8a\x47\x24\x12\x2d\xf4\xd7\xd7\x05\xdd\x65\x5d\x35\xd9\ \x75\x79\x4f\x5f\x7f\xfa\xf0\xbc\xe2\xf7\xda\x86\xec\xf7\x5c\x2d\ \x6a\x9c\x3f\x02\x0d\x4b\x4b\xba\xb0\xd9\x1d\x9a\xe6\xc2\x4f\x79\ \xc8\xbc\x5f\xdf\x17\xfd\x98\xf1\xb5\x0b\x59\xf4\xbe\x00\xda\xf2\ \x32\x23\x2b\xe3\xe9\xcb\x97\x6f\x3f\x67\x64\x7f\xf8\xda\x50\xf3\ \x3c\x9b\x85\x86\x2c\x4d\x35\x36\xab\x5a\x90\x15\x2f\xcb\xd0\x68\ \x9a\xb8\x03\x87\xed\x63\x2f\xa2\xb6\xa7\x34\xb4\xd9\xaa\xc2\xd6\ \xb2\xa6\x45\x55\x33\xa5\xa5\xa2\xbb\xa2\x0d\xde\x55\x52\x52\x55\ \xf1\xb6\x30\xe3\x53\x5e\x51\x73\x55\x56\xd5\x6c\xa3\x71\x7c\x68\ \x12\x45\xd6\x50\xd6\xa5\x1d\xcd\xfa\x59\xf5\x7a\xfe\x3f\x83\xbc\ \x71\x73\xb0\x9a\xac\x5e\xd2\x49\x8c\x9c\x09\x99\x00\x6f\xa4\x2f\ \x85\x05\xa3\xc3\x28\xc2\xe8\xce\x0d\x63\x92\x35\xad\xab\x2b\xea\ \xd5\x08\xd0\x34\x66\xcb\x8c\x6c\x8a\x2a\x61\x08\x67\xf8\xab\x8b\ \xba\xba\x69\x1b\x67\x4c\x89\x96\x8c\xf4\x2d\x69\x9b\x21\x12\xbc\ \x0a\x6f\x96\xc8\xd7\x97\x67\x16\x3b\xf4\x3d\x5c\xbd\xd2\x36\x5b\ \x06\x45\xc9\x95\xfb\xa3\xa6\x30\x08\x7a\x95\x12\x96\x0e\xbf\x7f\ \xe4\x18\x96\x6a\xb6\xcb\x73\x3c\x2b\x86\xa5\xf3\xc3\xad\x51\x97\ \x8d\x8f\xad\x35\x8f\x2e\xec\x8d\xcb\x44\x61\x00\x49\x67\x6a\x84\ \x44\x3c\xd1\xbb\xbb\x4c\x26\x8a\xb7\xd6\xe8\x27\x27\x91\x10\x27\ \x32\xc4\xc6\xf8\xd6\x2c\x87\x91\xa4\xdb\x1b\xf0\xdc\xcd\xb2\xb1\ \x1c\x61\xfe\xe6\xc2\x9e\x01\xb7\x23\xa9\xa5\xf4\x15\x95\xf4\x58\ \x05\x25\xb5\x86\x2b\x8f\x6b\xbd\x1d\xb1\xe0\x73\x7b\xae\x4d\x21\ \x11\x95\x51\x9d\x69\x36\xba\x2e\xf6\xb6\x5f\xf9\x58\x8b\x9e\xf0\ \xd9\xec\xd2\xad\xf2\x34\x1a\x76\xc7\x4c\x47\x43\xb5\xe2\xa5\x24\ \x50\x45\x15\x79\x5c\x18\xff\xd0\xf4\xba\x63\x7c\x6c\x52\xba\xe8\ \x2e\xb7\x3e\x0c\x5f\x8a\xe3\x0c\xe9\xd9\xd1\xaa\x39\x6e\xbf\x8b\ \x84\xef\x75\xab\x6a\xea\x85\xf5\xe6\xe3\x1a\x00\xae\x2e\x52\x5d\ \xa9\x1b\xc7\x56\x27\xdf\xe1\xb3\x9d\x0a\x25\x27\x6c\x19\x90\xf8\ \xd7\x57\x1f\xd3\x95\x17\x9b\x41\xcf\x7d\xb5\x3d\x7e\x17\xdd\x0c\ \x85\x2c\xeb\x13\x4b\x33\x5b\x3f\x95\x9b\x48\xa2\x85\x8f\x8f\x24\ \x67\xb3\xa5\xe1\xe2\xd2\xe3\x36\x6c\x00\x9c\x5c\xf8\x7b\xba\x9c\ \xe8\x92\x0e\x88\xb6\xac\xb0\x8b\xb0\x43\xcc\xa6\x2d\x99\x33\x41\ \xfb\x62\xd4\xad\x52\xc2\x62\x4a\xfe\x9d\x3b\x7c\x0c\x9c\xc7\x63\ \xd7\xd6\x9b\x4e\x71\xcf\xed\xa8\x76\x05\x3b\x16\x5e\xd9\xbd\xc5\ \x56\x16\xb0\x2f\x57\x59\x16\x91\xed\x0a\xbc\xec\x6c\x3f\xbf\xbf\ \x8a\xd9\xcb\x11\xb9\x67\xcc\x31\x65\xdc\x57\xfc\x7d\xfb\xd6\xfd\ \xe5\xc3\x70\x7b\x72\x3b\x30\x04\x1c\x78\x10\x97\x99\xa5\x9d\xd5\ \x09\x7f\x49\x46\x94\x76\xe6\x78\x2e\x13\xf2\x45\x6b\x97\x22\xc4\ \x9e\x7f\x22\x00\x4b\x31\xa9\xd7\x48\xa0\xe8\x96\xcf\x6f\xfc\xfa\ \x9c\x2c\x29\xa8\x9a\x28\xc8\x6e\x86\x34\x75\xb7\xbc\xaf\xaa\x19\ \xc3\x0c\x24\xa6\x25\x96\x5a\xc1\xbf\x7d\xff\xb7\x57\x96\x4e\xeb\ \x1b\xd2\x4d\xe4\x7e\xc3\x0d\x2e\xaf\x87\xf6\x6f\xf6\x8f\x4e\x40\ \x6b\xd8\xb6\xbf\xe6\xb3\xbb\xad\xe5\x6c\x56\x69\x75\xf2\xc7\xf0\ \xe2\x45\x67\xfa\x4d\x42\x0a\x69\xfe\xdc\xed\xb9\x5f\xe6\x50\x97\ \x3a\x4d\x8b\x9a\x13\x50\x64\xdd\xb2\xdb\xee\x32\x8b\xcf\x96\x16\ \xc1\xbc\x8a\xf8\x82\x88\xbf\x5d\xfc\x20\x7f\x7e\x75\x19\x77\xfa\ \x24\xb3\xf4\x36\x1a\x03\xc4\x31\xcc\x86\x67\x6e\x70\xc1\x9a\xf6\ \xd1\x0c\x04\xe9\xf1\xc4\xfa\xb0\xd2\x04\xba\x57\xa2\xe6\xa1\xe0\ \x81\x25\x50\x9a\x7e\x76\x54\x7d\x0c\x46\xd2\x30\x41\xd3\x3f\x4c\ \x71\x98\xf5\xcb\x5a\x29\x22\xff\xa7\xa4\x9d\x1c\xd3\x55\xf9\x89\ \xc4\xe3\x76\x9f\x03\x69\xde\xe3\x67\x1f\xeb\xef\x84\x40\xa6\x2b\ \xff\x26\x2d\xbf\x3d\x3d\xfd\x41\x71\x29\x2c\xe1\x71\xf2\x0f\x3f\ \xfc\xfc\xfd\xc6\xc2\xa0\x67\xd3\x1f\xbe\x78\x02\xbb\x49\x7c\xf6\ \xf1\xe7\xc7\xb0\xe2\x9c\x1c\x6b\xfa\x7d\xf8\xec\x14\x88\x5e\xdf\ \x00\x6b\x9e\xd4\xcc\xb8\x0b\x71\xc8\x27\x71\x6e\x52\xdc\x49\x83\ \xcf\x0e\x52\x7e\x7e\xf4\xf1\x63\x62\x72\x0e\xec\xcb\x1b\x52\x72\ \x6e\x60\xb0\xfd\x46\x94\xe9\xb7\x24\x3f\x46\x7c\xd7\xf6\xf4\x2b\ \x64\x52\x4f\x9e\x9d\x50\xd0\xae\x7a\x66\xa2\xeb\xab\xd1\xdb\xc6\ \x1e\xe3\x98\x46\xc1\x29\x83\x52\x17\x8d\x38\xa4\x38\xb8\x7a\x74\ \x1b\x3f\x67\x33\x47\xe7\xb9\xda\xe8\xb0\x0e\xdd\x41\x50\x8d\x32\ \xa8\xb8\x19\x95\x46\x3e\xdd\x5c\xa6\xe9\x6f\x95\x19\x67\xc6\x59\ \xb2\x6e\x56\xc0\x11\xf5\x31\x56\x63\xdf\xd0\x92\xe7\xbf\x52\xf8\ \xc6\x26\x66\x2d\xdb\x4b\xbb\xad\xdc\xde\x3e\xfe\x04\x83\xae\x51\ \x33\xce\xa4\x9a\x29\x38\x5e\xe1\xbb\x97\xcc\x81\x8a\xd9\xbe\x21\ \xa3\xc1\xd1\xd7\xaf\x52\xf7\xf5\x36\xca\xc2\x47\x47\xf1\xc8\x3d\ \x23\x3a\x78\x76\xca\xda\x74\x78\xe7\xce\x59\x34\x86\x1a\xd7\x8a\ \x83\x6b\x29\x33\xda\x9e\xe5\xb1\x59\x01\xd9\xb6\xdc\x67\x24\x70\ \x84\x54\xf9\xd8\x18\x71\x9b\x82\xe2\x4e\xf4\x10\x9b\xab\x2a\x2b\ \x6b\x90\xc4\x56\x01\x41\xa2\x95\xce\xe1\x6b\xbb\xd1\x58\x74\xdb\ \x48\x8f\xd4\xc1\xd1\x68\x34\x13\xb5\x1d\xe4\xa1\x59\xfa\x58\xd4\ \x6e\x66\x0c\x47\xa7\xfa\x35\x2b\xf2\xe6\x1e\x54\x33\x1a\x09\x7d\ \x5a\xf3\xf2\xf9\xef\xff\xd2\xa4\x5d\xc7\xff\x9e\x41\x86\xd4\x65\ \xfd\x9a\xf5\x36\xbb\xa4\xe0\xc7\x97\x79\x5f\x5f\x16\x14\x3c\xcd\ \xaa\x83\xb7\x14\x08\x1a\xb2\xca\x7a\x90\xd9\xba\x96\xca\x06\x5c\ \x5d\x61\x59\x17\xf9\xb7\x5f\x7b\x20\x3d\x19\x1f\xaa\x2a\x5e\x56\ \x56\x40\x2a\xb2\xeb\x04\x79\x9f\x8b\x0a\x8a\x9e\x57\x36\x40\x5a\ \xab\xbe\x7e\xfe\xf4\x21\xe3\x53\xe1\xa7\x1f\x6b\xe8\x1c\x75\x2f\ \xbc\xb9\x1f\xd2\x5c\x5b\x59\x89\xd7\x71\xbb\x0c\x64\x22\x5c\x21\ \x15\x34\x8b\x43\x43\xfc\x46\xe2\x0c\x76\x92\xdc\x47\x80\x77\xb7\ \x56\xe4\x15\x10\xd7\x05\x05\xcf\xbb\xaa\xb2\xe1\x36\x4d\x7f\x15\ \xba\x27\xab\x49\x42\xe8\x9e\x60\x88\x55\xc2\x65\x7c\xdf\x58\x4f\ \x63\xf0\x4d\xe9\x12\xba\xa8\x36\xd7\x85\x34\xb2\x69\x23\xd8\xb6\ \x26\x4d\xff\x92\x10\xad\x90\xcd\x4e\x28\xa7\x5b\xa8\x23\x94\x2e\ \x64\x0f\xb9\xdf\x48\x96\x51\x66\xe6\xfb\x6b\x0b\xa1\xad\x35\xc8\ \xaa\x9a\xe7\x10\x3e\x0a\x9a\xd1\xd8\x4d\x43\x42\x1b\xb3\x2a\x0b\ \x47\xb4\x6d\x59\x25\xaf\xa7\x5c\x61\xc6\xc8\xf8\x40\x39\x9e\xdc\ \x9f\x57\x06\xf1\xef\xb1\xc6\x99\x58\x25\x10\xb7\x29\xb4\x51\xaf\ \x9c\xae\x13\x18\x8d\xfb\x56\xe6\xd8\xa6\x4a\xe3\x50\xed\xe6\x2f\ \x87\x6c\xe0\x13\x5b\x63\xc3\x9c\xc5\x05\x9e\xab\xa6\x87\x0d\xf8\ \x11\x63\x4b\xa5\x46\x4a\xe8\x20\x70\xc6\xa7\xbc\x6b\xfc\x55\x9a\ \x59\x50\xcf\x6f\x8c\x3e\x9c\x9b\x07\xc0\x47\xd5\x5b\xae\xcb\xfa\ \xa4\xf2\x20\xb3\xef\xcc\x7f\x8a\x32\xa7\x64\xc2\x4e\x34\x53\x23\ \x92\x8a\x56\x6f\xd6\x2f\x19\xe2\x0d\x71\x83\xf9\x3f\xec\x4b\x36\ \x33\x00\xee\xf6\x29\x83\xa1\x15\x7f\xe9\x33\x36\xe0\x5a\x58\x8f\ \x77\xb6\xdb\xcd\xbb\x73\x46\x30\x7f\x27\xe9\x7b\x85\x5d\xd5\xb5\ \x22\xbe\x1e\x76\x9a\x8d\xd8\xea\xe3\xb5\x1b\xe6\xd2\xe1\xfa\xb5\ \x8e\x88\x0e\x17\x1f\x02\x4e\x8f\x6c\xca\xb9\x6c\x5f\xec\x5f\x38\ \xce\xfc\x96\x97\xa6\xe2\x28\x00\xd6\x49\x66\x5d\xb0\xdb\xc5\x73\ \x28\x56\x71\x05\x3a\xe3\xa7\x01\x8f\x92\x3f\x1f\x21\x59\x32\xa3\ \xfe\x23\x1e\x10\xad\xe6\x39\x8a\xdf\x78\x93\xd2\xdc\x61\xf7\xc9\ \xdc\x3e\x75\xf1\x70\x1c\xef\x3e\xf5\x5f\x1f\xf7\xc7\x36\xa3\xb6\ \xa8\xa8\x58\x99\xf3\xe8\x20\xd5\x1a\x94\x0e\xe7\xe7\x8e\x98\xf9\ \x07\xc2\x7f\x1e\x87\xa2\x96\x38\x8e\x78\x1f\x3d\x0c\xb9\xf2\x4b\ \x23\x8f\x8e\xfd\x8f\xeb\x8f\xa9\x92\xcb\x83\x5d\x8b\x64\x91\x37\ \x1a\x18\x15\xbd\xdb\x8a\x6e\x4f\x93\x55\x0a\xc5\x2c\x87\xb7\x38\ \x33\xba\x53\x8b\xf5\x3a\x27\xd4\x67\xb3\x7c\xaa\x54\xa7\xb6\xfb\ \xd8\xee\xa5\x35\x59\x7b\xb9\xd3\xce\xd3\xb2\x97\x12\x02\xa1\x58\ \x1c\x1c\x70\x5d\xc6\x53\xc4\x67\xd5\xc9\x83\x8f\x2f\x75\xee\x84\ \xe2\xbd\xf4\x48\xe6\x43\xcb\xb3\x41\xcf\x83\x17\x1f\xcb\x53\x92\ \x4b\xab\xdb\x3f\x26\x5d\x5c\xc7\x07\xce\xfd\x17\x5b\xf1\x4d\x9f\ \x8f\x75\x17\x39\x32\x4b\xa0\xfd\x4d\xe4\x82\xec\xda\x8c\xac\x0f\ \x9f\x5b\xeb\x7e\x2c\xc2\x41\x38\x87\x1c\xba\x06\x8c\x6f\x8b\x32\ \x6f\x8a\xd3\x43\x91\x8b\xf4\x72\x70\x0d\x8c\xd1\x57\x57\xc0\xb3\ \xdb\x1d\x5e\xd8\x79\xbf\xeb\x0c\xaf\x1d\x39\x37\x6f\x4f\x02\x4e\ \x95\x52\xd4\x1e\x34\x68\xa8\xe1\x4b\xc0\x9d\xda\xee\x75\x07\x9e\ \x14\x93\xbc\x99\x7b\xd7\x2f\xd2\x53\x5e\x21\x06\x53\xd2\x93\x5e\ \x05\x32\x17\x4c\x16\x91\x63\x3b\x7c\x13\x23\x6d\xf8\x96\x37\x1f\ \xbf\xfa\xf9\x55\xbb\xef\x3c\xad\x3a\xe9\x2a\x8c\x31\x99\xca\xcf\ \xe3\x9d\xf9\xed\x89\x2b\xdc\x0d\x30\x25\xed\xf1\x42\x80\x17\xbd\ \x3a\x0d\xdd\xa5\x95\xc7\xd6\x11\xab\x9e\x24\x84\xdd\x09\x0a\xf6\ \x5f\x3c\xe6\x98\x73\x4e\xd6\xd3\xe6\xae\xdc\x6b\x69\x9d\x03\xc0\ \xd8\x11\x60\x2a\x7e\x62\x5f\x8e\x02\xfb\x5b\xc0\xd1\xac\xf8\xe1\ \x47\xd3\x93\x37\xe9\x0f\x77\x18\x9e\x94\x27\x0f\x4d\x4e\xcf\xe1\ \xb5\xdd\x04\x0e\xba\x53\x3e\x7e\xf4\xc7\xaf\x8f\x5d\x1c\x93\xe5\ \xe1\x45\xe0\x7c\x60\xac\xfa\x9a\x94\xec\x89\xe4\x7c\xbb\x8a\xd4\ \x24\xcc\xdd\xda\x82\x2b\x57\x74\x1c\x4d\x28\x6f\xff\xbe\xf4\x0b\ \x62\x7c\x47\x7d\x0e\x1c\x94\xc2\xf2\x53\x4a\x3f\xbe\xc0\x14\xe7\ \x38\x85\x8b\x36\x4b\x27\x02\x96\x9f\x94\x9b\xf2\x24\x25\x6d\xe0\ \x3b\x05\x96\xc6\xe1\xae\x6d\x5d\x1d\xe7\x9c\xe0\xe5\xc6\x6d\xda\ \x2e\x4d\xc8\x18\xd2\x8a\x37\xef\x6d\x13\x63\x9c\x2b\xe6\x0c\x77\ \x22\x68\xe8\x95\x28\xc5\xd4\xd3\x29\x8d\x9f\xce\xdb\xd5\xef\x1a\ \xe1\x58\x96\x4d\xca\x54\x18\x39\x4c\x36\x7e\x5a\xad\xd4\x68\xea\ \x84\xba\x11\x19\x57\xbe\x6a\x5b\xc2\xce\xce\xb1\xce\x7d\xda\xfd\ \xce\x38\x7b\x8e\x47\xd9\x8d\x8d\x11\x85\x8c\x29\x3c\x61\x84\x39\ \x8c\xd7\x32\x1d\x0c\x2e\x0e\xa5\xd1\x66\x63\x57\xed\x51\x61\x70\ \xb1\x8f\xcd\xf3\x8e\xf7\x43\x79\x12\x38\x4a\x69\xd6\xc9\xd4\xb3\ \x28\xd9\xd8\x04\xcf\xe6\x1a\x9a\xd4\xf0\x0f\x39\x43\x54\xea\xa9\ \x5f\x8b\x93\x9d\xa2\x5a\x59\x9c\x6e\xa4\x7a\x49\xc1\x03\xe6\xb5\ \x32\xa3\xb8\xad\xbb\xb1\x45\x4b\x26\x19\x74\x3c\x1e\x43\x23\xeb\ \x90\x19\x89\xb8\x0c\xfd\x91\x7c\x64\x7d\x82\x60\x54\x4f\x30\x9a\ \x70\x7a\xd4\xa4\x54\xd7\x0d\xef\x6e\xee\x98\x21\x8c\x4f\xb7\x95\ \xb5\x68\xd9\x63\x06\xed\xa4\x6a\x82\x47\xa4\x34\xa1\xa5\xfa\x06\ \x0a\x24\xfb\xc7\x3f\xfe\xfc\xf3\x13\x14\xf7\xf4\x75\x51\xd6\xd3\ \xe6\xde\xe7\xef\xf1\xd8\x02\x68\x5d\x65\x45\x55\x5b\x53\x6d\x51\ \x3f\x9e\xa2\x2e\xe3\x57\xfc\xf1\x36\x0f\x5a\xf6\xb4\xea\x79\x55\ \x41\x41\x55\x56\x37\xa5\xe4\x97\xe9\x79\x2e\xaa\x03\x09\x29\x80\ \xe7\xbd\x7f\x0f\xc9\x2a\xcb\x2b\xaa\x45\x0b\xa1\x7d\xd0\x9e\x61\ \xc6\x90\xa1\x07\x5e\x89\xc7\x75\x54\x55\xd4\xe1\x5c\xc6\x96\xbc\ \x0f\x5d\xb2\xde\x2e\x36\x17\x89\xad\x6b\xee\xe9\x57\xe3\x26\xa5\ \x2d\x5c\x99\x8e\xd6\xd3\xdd\x2b\xe1\x12\x67\x5b\x27\x96\xa5\x5d\ \x58\x0e\x53\x0a\xad\x82\x23\xfb\x28\xf4\x3e\x28\xbb\x05\x4b\x9c\ \xc0\xcd\x14\xd4\x40\x9f\xbe\xfc\xfa\x14\x52\x94\x51\x04\x97\xe1\ \xb1\x75\xd9\x85\x0d\xa7\x0f\xe2\x64\x6e\xff\x2a\x68\x36\xa0\x25\ \x2a\xee\x29\xca\x37\xa4\xdd\xe5\x1d\xa1\xa6\x27\x27\xb4\x9a\xb1\ \x69\xad\x0f\x57\x51\x44\xe8\xae\x2d\xc2\xc9\xc8\x82\xd6\xb2\x46\ \x3c\x37\x3e\x03\x7d\xdb\xda\x82\x9f\x46\x92\x0b\xab\x46\x58\xb3\ \x75\xaf\x7f\x6c\xc1\x0b\x79\x4d\x95\x15\x44\x96\x38\xec\x68\x55\ \x3b\xe2\xee\x95\x95\x39\x63\xf3\xe2\xe9\x60\x94\x4b\x9c\xd7\x28\ \xe5\x19\x55\xbc\x33\xbd\x4f\x3f\x3d\xa5\x3c\x06\x5d\x57\x9b\x4c\ \x4a\xf4\xd2\x65\x5b\x19\x8a\x46\x11\x09\xe7\xee\x13\x9e\x6d\x6a\ \xd1\xb1\x7c\xc0\x5e\xe7\x4e\x10\x18\x74\x15\xdd\x34\x32\xc4\x92\ \xac\xea\x18\x47\x51\xb7\xf2\x51\x6a\xce\x63\x17\xdb\x83\x28\xaf\ \x06\x16\x25\xcb\xaa\xde\x96\x86\x7e\x1e\x10\x9f\x35\xf1\xd4\xd0\ \xde\x23\x7c\xef\xfa\x7d\xc4\x62\xde\x01\x2c\xc3\xdb\xe0\x56\x2f\ \x4e\x3a\x46\x08\x25\x04\xd9\x60\xfb\xd6\x51\x5a\x60\x01\x5c\xb8\ \x5b\xb7\x6c\xc7\x71\x46\x93\xb1\x3a\x35\x15\x66\x5a\xe1\x9c\x24\ \x48\xc2\x17\xdc\x90\x0b\xa9\x00\x00\x20\x00\x49\x44\x41\x54\xd1\ \xdb\x5b\x68\x75\xd2\x11\x2b\x08\x28\x76\x34\xdd\xa6\x1d\xf7\x00\ \x62\x58\xab\x98\x8f\x8c\x5d\xcc\xd4\xfd\xf5\x55\x80\x44\x72\x01\ \xbb\xa3\x33\xe0\xfc\xe5\x5e\x79\x66\x3a\x29\x2e\x5d\x62\xde\x93\ \x3a\xab\x73\xb7\xa8\x93\x5c\xba\x5a\xca\xe1\x4f\xb3\x43\x93\x8f\ \xc3\xdc\x85\x7c\xfb\x5d\x78\xe8\x1e\x88\xae\xdc\x2a\xe9\xe7\xed\ \x87\xf6\x9d\xb0\x1b\xbc\x9d\x52\xfb\xda\x2a\xa1\xd1\x51\x8f\x87\ \x07\x9c\x88\x56\x96\xb6\x9c\xc0\x23\xf7\x62\x71\x31\x69\x6f\xc3\ \x33\x98\x53\x7e\xc0\xb3\x5f\xec\x06\x8e\xdb\xdd\x1b\x37\xe0\x46\ \xae\x3d\x98\xee\xb6\x25\x0e\xba\xbf\xd1\x1f\xbe\x6c\x66\x54\x38\ \x31\x2c\xa9\xc5\x12\x35\x75\x90\x6d\xe3\xd5\x86\x3b\x6e\x28\x59\ \x39\x20\xa5\x05\x14\x73\xf9\x1f\xff\xfa\xe2\xe1\xff\x7d\x13\xf9\ \x66\x54\x56\x04\x62\x21\xed\xd2\x71\x75\xe4\x1e\xbc\xa8\x2e\x2d\ \x45\xa4\x04\x1c\x43\xae\xdd\x7c\x6b\xf9\xf1\x55\x4e\x72\xce\x1a\ \x9e\xd7\x39\x08\xe4\xbc\x4b\xcc\x89\x3c\x7c\xf5\x2a\xa1\x3d\xb0\ \x0f\xcb\x4f\xef\x0c\x88\xa9\x81\x33\x86\x36\xc4\x97\x71\x1c\xe6\ \xa8\xd5\x8c\x6c\x69\xfd\x50\x82\x6b\x28\x69\xa8\xac\x68\x24\x48\ \xa4\x33\x53\xfb\xd1\xe9\xd3\x0b\xe6\x91\xc3\xec\x8d\x0e\x1e\xe7\ \x26\x07\xef\x07\xca\x3f\xa6\x20\x06\x9c\x1e\x4f\xe2\xc1\x02\xe6\ \x21\xa2\xfc\x5d\x64\xdc\x6f\x97\x0f\xba\x0e\x16\xf6\xae\xd7\x24\ \x48\xfb\xd0\x60\x18\xf6\xec\x49\xc2\xb3\x57\x6f\x9e\x24\x27\x2f\ \x2c\xe4\xba\xd2\xf2\x03\xf5\x81\x5d\x4f\x78\xfd\x0e\x91\xd6\x6e\ \x2a\x5f\x03\x73\x16\x48\xf1\x75\x47\x7c\xeb\xe8\xd2\xe2\x29\x7e\ \xfc\xe8\x70\x6a\xd7\x93\xbf\x91\x5e\x7d\x97\x02\x9e\x87\x37\xf6\ \x4d\x07\x29\x09\x3f\xa7\xfa\x4f\x2f\xdb\xe5\xc6\x9b\xea\xf0\xd9\ \x0a\x96\x3d\x74\x7c\xb8\x70\xe5\x05\x37\x25\xa3\xe3\xe5\xce\x7a\ \xd2\x70\xe8\x2a\x21\x5d\x54\xef\x70\x3d\x40\xb8\x62\xd7\xb1\x2d\ \xeb\x46\x2e\xe0\x9c\x3a\x2d\x47\xd0\xe4\x5d\x68\xad\x76\xff\x51\ \x7b\x30\x37\xe9\xb4\x46\x22\x1a\xd8\xba\xbc\x1c\x70\x82\x8b\xe2\ \x5b\x7b\x94\x19\xb6\x4a\x23\xe0\xa3\xbf\xfc\xdb\x4f\x83\xff\xf1\ \x24\xf5\xdd\x3f\x33\xa3\x0b\x0f\x4a\xbf\xe4\xe6\xfc\xfd\x59\x26\ \x08\x32\xcc\x69\x91\xc7\x08\xff\x56\xa7\x05\x71\xff\xf1\x49\x71\ \x2a\xc9\x1e\x8d\x5c\x5f\x46\x0e\x00\x4c\x42\xa7\xd3\xfa\x4c\xe4\ \x1b\x52\x87\x11\xae\xe3\x03\x8f\x3b\xf7\x71\x1a\xe9\xbb\xf3\x31\ \x15\xa8\xa0\x83\x4e\x30\x34\xcd\xa5\x6a\xa7\xd5\x94\x36\xc9\xe1\ \x98\x83\x01\x38\x42\xce\x20\x8e\x76\xd8\x83\xa7\x87\x36\xa9\x14\ \x5d\x60\x97\x39\x47\x0e\xbb\x64\xda\x79\xdb\x2e\x93\x4c\x53\xe9\ \x1c\xdb\xca\xf5\x28\x9a\x32\x52\x31\x3c\xca\xa1\xa8\x71\x44\xe8\ \xac\x8c\xb0\x6e\x66\xd6\x34\x49\x7d\xe3\xbb\xf6\x31\x1f\x78\x93\ \x9e\x3e\x79\xb6\x1d\xe7\x8a\xa3\x33\x42\xaa\xb1\x17\xdf\x52\x80\ \x97\x49\x05\x93\x8d\x38\x4d\xcf\x88\x8c\x3f\x6d\x1f\x57\x33\x84\ \x43\x8a\xc9\xf1\x49\xd6\x2a\x6e\x68\x7f\x6c\x56\xcd\xa4\x40\x8d\ \x2a\xed\xfc\xea\xf0\xf8\xbc\x80\xba\xb4\x74\xcb\x1b\xdd\x65\x0c\ \xeb\x26\x7b\x26\x66\xd6\xe9\x33\xd2\xf1\xc5\xd9\xd9\x9e\xac\xba\ \x9e\xa9\xbc\x7e\x7d\xaf\x8c\x38\xc6\xd2\xcc\xcd\x8f\x10\x82\x87\ \x92\x5d\x3d\x17\xd7\x3b\xac\xc1\x11\x1a\xc9\xfd\xcb\x0e\x54\xf7\ \x2e\x17\x5d\x36\x21\x23\x20\x4b\x9a\x46\xf0\x3c\xea\x64\x73\x1e\ \x24\x0f\xd2\x96\xd7\x52\x51\x59\xa0\xa9\x7d\xfb\xf5\xc7\x02\x78\ \x15\xbe\xb9\xe6\xe9\xfb\xe7\xcd\x35\x50\x48\x43\x51\x49\xde\xaf\ \xbf\x7f\x80\xd7\x34\x22\x9b\x88\x64\x5c\x6d\x46\x46\x45\x61\x01\ \x96\x5c\x94\x51\x51\x5b\x90\x4d\xe8\x2b\x2b\x6b\xac\x2a\xfc\x50\ \x50\xf6\xf2\x97\xaf\x9f\x3f\xff\x59\x19\x56\x11\x20\xef\xeb\x20\ \x1d\x75\xcd\xad\x82\x5e\x7c\x23\x53\x8c\xcd\x78\xfb\x63\x61\xd1\ \xa4\x4c\x25\x9c\x61\x0c\x29\xf5\x58\x1d\x1f\x0b\x39\x5f\x24\x4e\ \x94\xb4\x35\xb6\x16\x41\xc6\xef\x8c\x05\x0a\xbe\x7e\x04\x85\x6b\ \x6e\xac\x43\x31\xcc\x63\x50\x32\x7b\x5a\x0d\xef\x52\x6d\xca\xc6\ \x7a\x04\xad\x33\xe6\x39\x23\xba\xb5\xf2\xf7\x4f\xd9\x04\x86\xbe\ \x8b\xd6\x8f\x27\xb2\x26\x6b\xea\x5a\x8b\x32\x9e\xff\xf6\x67\xf6\ \x98\xb6\xe2\xe5\xdb\x3c\x76\x2c\xf1\x1e\xdd\x5c\x07\xe9\x56\x0b\ \x91\x05\x45\x6d\x1c\x41\xab\xbe\xc9\xca\xc3\x73\x5a\x20\x2d\xe4\ \x15\x09\x16\x8a\x34\xea\xc9\xdd\xc2\xca\xb7\x79\x65\x2d\x62\x48\ \x46\x05\xbc\x86\x18\xdc\xa5\xbc\x26\x23\x55\xea\xe9\xbe\xba\xe6\ \x98\x54\x2f\x29\x41\x4e\xc9\xc4\x46\x6d\x9f\x64\xfc\x08\xc0\x55\ \x42\x0c\xf3\xb9\x21\xbf\x4e\xde\xbe\x6f\x4f\xf1\xcb\x7a\xef\x3c\ \x37\xa9\x27\x9b\xe8\x4d\xf7\xd5\x1d\xbd\xd5\x38\xbb\x1f\x3e\x5e\ \xd8\x5c\xda\xf5\x45\x6f\x92\xb7\x23\x96\x6b\x4c\x29\x66\xe0\xe4\ \x24\x74\x3f\x4a\x5b\x1c\x67\x2e\xcf\x4f\xef\x30\x09\x68\x6e\x18\ \x00\xfb\x6a\x69\x0a\x11\xcc\x93\x99\xb2\x37\x98\x19\xdc\x1a\xcc\ \x7d\xe0\x1d\x76\x3d\x0a\x4f\x94\x94\xa1\x29\x02\x4a\xfc\x60\x1e\ \xd1\xb2\x0c\x46\x00\xdf\xb9\xd8\x3d\x66\xe3\xdd\x6f\x0c\x2b\xd0\ \x8b\xb4\xe5\x65\x06\x7f\x73\x65\xdf\xc9\x89\x2f\x1c\x5c\x3c\x41\ \xac\x28\x6f\x46\xe3\x4a\x07\xe0\x3d\xb0\xe9\x22\x29\xae\xe3\xd0\ \x7a\xc9\xc0\x35\x8d\x41\x53\x50\x2a\x69\x18\xa7\xf4\xd9\xfd\x3e\ \xac\xfa\xf8\x26\x27\x34\x4c\xbb\xc6\x2c\xdc\x1d\xad\xcb\xbb\x0d\ \xcb\xff\x61\xbd\x4d\x8e\xef\x5b\x5c\xca\x1c\x4c\x7a\x3b\xa0\xdd\ \x7d\xb0\xe1\x02\xb6\x45\xcf\x4e\x0d\x6b\x9d\x89\xd7\x1b\xa5\x6e\ \xbc\x54\xbb\x32\x34\x85\xa4\x78\x02\xea\x2c\xd4\x78\x5c\x6e\x76\ \x33\x6d\x31\x57\x6d\xa1\xd6\x7c\xc8\x8d\x8e\x8f\x2e\x8f\xb7\xa1\ \x02\x4c\x3d\x7d\x4c\x9f\x23\xaf\x15\xba\x8b\x95\x2b\x80\xf3\xe0\ \x74\xf9\x61\x75\xe7\x81\xc9\xbb\xe7\xbc\x8e\x84\xc3\xca\xfb\x2d\ \xd2\xe1\x91\x99\xe9\x89\x33\xa8\xe1\x1b\x25\xe3\x0c\x11\xc7\xc9\ \xa3\x1b\xd4\x7d\x3e\xe1\x1c\xbf\x18\x8e\x4e\x34\x66\x65\x65\xd7\ \xec\x3a\x8e\x9f\x04\xa6\x59\x88\xd4\x76\xab\x69\xf0\xbf\xfe\xfe\ \xd3\x7f\xfd\xf3\x1f\xff\xdf\xff\xfc\xc7\xff\xff\x9f\xff\x9e\xe8\ \x8f\xaf\x9d\x2a\x63\x57\x7b\x18\x53\xfb\xed\x80\xc7\x93\xff\x64\ \xc0\xb9\xbb\x76\xb2\xb5\xb7\x21\x42\x80\xae\x63\xd2\x93\x9b\xff\ \xfd\xeb\xd7\x94\x9a\x70\x07\xcb\x7d\xf3\x68\x0b\xa8\x17\x3d\xce\ \x77\x8a\x9e\xa5\xe5\x5f\x86\x8f\x53\x53\x0e\x4c\x83\x09\xb0\x3d\ \x11\x7d\x1f\x3d\x46\x95\x4b\x58\x23\x4a\x65\xc7\x08\x3b\x6c\x31\ \xe5\x76\xba\x22\xf7\xe2\xfe\x13\xe6\xae\xe7\xaf\xff\xe7\x5f\xad\ \xbe\xf5\x78\xfb\xab\x17\xaf\x1e\xbe\x71\x1d\x27\x65\xa6\xe4\xba\ \xdd\xb6\xa8\xdb\x19\x5c\xfb\xe6\xad\xb9\x89\xd5\xd1\x5b\xcf\xb2\ \xf8\xec\x36\x5a\xbf\x06\xba\x06\x72\x73\x3e\x56\x17\xbf\xb8\x5e\ \x4b\x3c\xf6\x1d\xa7\x7c\xff\xf0\x2e\xb0\x56\x9e\x1b\x73\x17\x23\ \x60\xed\xce\x70\x34\xa7\x1a\x63\x3a\x0e\x84\x45\x26\xc4\xe5\xb2\ \x3b\x18\xbf\xd8\x3b\x73\x01\xbe\xe8\xdd\xf9\xc5\x97\xbf\x95\x97\ \x2f\xcf\xd9\x4b\x07\x4d\x61\x00\xd0\x21\x85\x73\xfe\xad\x2d\x0a\ \x0b\x4b\xe4\x8d\xcd\x5e\x9a\xe7\x1d\x2b\xf3\x17\xf1\xab\xe4\xb0\ \x56\xe7\x82\x21\x30\x29\xa2\xf4\x83\xb8\x47\xe4\x02\x32\xcb\x93\ \xe2\x20\x26\xe9\xa7\x6f\xc8\x37\xa2\x77\xed\xb8\xe8\x44\x4e\xbc\ \xbc\x3c\x00\xdc\x94\x2f\x6f\x9e\x9d\x29\xc0\x67\xc5\x81\xc3\xd1\ \xd5\x41\xf7\x37\x1f\xde\x5b\x4f\x78\xf3\xe2\x2f\xff\xf1\xc5\xae\ \x7c\xd6\x89\x49\xf0\x3e\x06\x4e\xeb\xf3\x03\xa6\x9b\xeb\x65\xc9\ \x1e\x90\x9b\xfe\x2c\x70\xb1\x11\x29\x4e\x40\xfc\xf0\x26\x11\xe6\ \x32\xb5\x6f\xa4\xe6\xdf\x7f\x63\x65\x4c\xf9\x45\x4a\x26\x02\x21\ \xca\x1f\xc0\xb8\x3b\x53\xbe\x03\xb7\x97\xfd\x8a\x0a\xfd\x2a\xb3\ \x0d\x5e\xf8\x36\x23\xaf\x12\x3e\x03\x81\x36\xe0\x51\x72\x32\x8e\ \x38\x47\xc7\xaa\x66\xb4\xc3\xa1\xb5\x28\x0d\xa5\x46\xfd\xef\x4e\ \x2d\x6f\x69\x68\xf1\xd0\x66\xe6\x19\x7b\x04\x53\x2a\x6c\xd9\xac\ \x74\xe4\x53\x5e\x99\x0e\x0b\x69\x2e\x5b\xd4\x40\xb0\xb2\x0c\x08\ \x8f\x86\x8d\x0d\xa1\xc9\x02\xa6\x44\xac\x8c\x7c\xdf\xe9\x9a\x1b\ \x12\xe0\xa9\x44\x34\x04\x8a\x6b\x46\x77\x35\xd4\xe4\x7d\xe8\xd6\ \xcb\x37\x69\x48\xea\xc8\xb4\xd2\x68\x0c\xcf\x4f\xb3\x1c\xe3\x54\ \xb1\xa4\x57\x2d\x6f\x91\xb7\xdb\xe5\x43\x0a\x09\x95\x3d\x2a\xe3\ \x44\x77\x97\x80\x20\xcd\x7f\x82\x93\x03\xe0\x54\x36\x6d\xb8\x07\ \x8d\x6b\xa4\x28\x66\x34\x32\xb9\x64\x42\x25\xa3\xf3\x47\xe5\xac\ \xee\x9e\x71\x1e\xdf\xd8\xd1\xc5\x9a\x65\x2a\xd1\x02\x2a\x67\x8e\ \x25\x9b\x21\x90\xd7\xb5\x65\x3d\x66\xc9\xcc\x08\x04\xd2\x25\x41\ \x76\xc1\x3b\x14\xcd\xa8\xbe\xb6\xe7\x93\x94\xf7\xff\x52\x59\xf4\ \x1b\xae\x8f\x5a\x53\x09\x29\xa9\xa8\x43\x95\xbc\x6e\xa9\x7b\x5b\ \x82\xec\xae\xa8\x28\x84\x7c\xfa\xed\x39\xd4\x80\x7d\xf9\xf9\xe5\ \x87\x6e\x74\xc3\xa7\x0f\x2f\xf3\x7a\x6a\xbb\x6a\x8a\xb8\xd4\x91\ \xda\x92\xfe\xc6\xca\xb6\xd7\x59\x45\x70\x68\x63\x6f\xe1\xcb\x3f\ \x7f\x7f\x3f\x66\x20\x90\x2b\x8b\xaa\x5e\x16\xb5\xe6\xd5\xa1\xda\ \xc8\x63\x55\x19\x59\x19\x7f\xbc\x6d\x99\x1a\xa9\x41\x96\x14\x34\ \x28\xb6\x05\x4d\x8d\x75\xdd\x5d\x28\xc3\xba\xbe\xaa\xad\xa2\x90\ \x4c\xa7\xf6\xca\x26\x8b\x9e\x76\x31\x20\x85\xb5\x5d\x04\x8a\x8e\ \xb5\x39\xd4\xd5\xd0\xdf\x36\x32\x3e\xd5\x2b\x2c\xc2\x62\x89\xfa\ \xba\x82\x97\x7f\xfe\xcb\x9f\x45\x04\x4a\x77\x57\x4f\x4d\x57\x7f\ \x19\xbe\xaa\xa6\x8c\x8f\xac\x69\x2c\x6a\xf9\xb1\xa2\xe8\xf5\x8f\ \x75\xbe\xcd\xdd\x14\x39\x41\x1d\x95\x5e\xa1\x47\x7a\x27\x28\x38\ \x9a\xa3\xa3\xbf\x6c\x07\x07\xa1\x2f\xa2\x43\x92\x29\xa8\x11\xd9\ \x54\x67\x84\x38\x56\x87\xb5\xfa\x75\xfa\x72\x0d\xdb\xd0\x54\x51\ \x31\x3a\x45\x6b\x64\xb6\x98\xc7\x0d\x5a\xce\xd0\xb6\x18\x59\xd3\ \xd0\x2d\xeb\x93\xc8\x27\xb0\xdb\x87\x2b\xe0\xf2\xc4\x8e\x6c\x5e\ \xed\x3d\xd5\x4f\xd0\xe2\x01\x9f\xcc\x72\x7a\xc8\x56\xc9\xc3\x8f\ \x27\xed\x00\x47\x70\x64\x5b\x24\x16\x86\xb6\xf6\x52\x18\x2a\x87\ \x7a\xff\xd6\xea\xdf\x75\x6f\xde\x06\x60\x83\x81\x6f\xa2\xb0\xbc\ \xbe\xbb\x49\x55\xcc\xcf\x0a\x97\x2e\x1b\xb4\x97\x3c\xb1\x61\xf9\ \xe4\xfe\xd2\x7e\x29\x0a\x88\x10\xe5\xf9\xc9\xae\x78\xe3\xe7\x91\ \x77\xff\x95\x28\x71\x44\x96\x8e\x6f\x4e\x0f\x68\xe4\xe7\xe8\xad\ \xf9\xa8\x63\x77\x84\x2e\xf4\x45\x43\x26\x06\x02\x64\x75\xec\xf1\ \xdc\x8e\xf5\x5e\x82\x6d\x92\xb3\xe8\x43\x4b\x95\x34\x17\x2f\x1e\ \xa5\x28\x15\x53\xe4\x5e\x86\x9e\xb9\x2a\xda\xcf\x04\xa9\x03\x12\ \x0c\x60\x46\x0c\xde\x85\x53\x8e\xe3\x0e\x5a\x38\x1a\xda\x08\x9f\ \x81\x30\xe5\xe6\x12\xeb\xe6\xf8\x06\x74\x1d\x0e\x58\xd2\x2e\xde\ \x1c\xde\xe6\xca\x6e\xc3\xac\xe4\x68\x70\x78\x60\x20\xf5\xe6\x3e\ \xb1\xf3\xdc\x4e\x20\x03\xa7\x3c\x1e\xe5\x68\x37\x74\xd2\x7d\x12\ \x0b\x0f\x2c\x6b\xd6\x51\x06\xb4\x1c\x2a\x9d\x6d\xf9\x45\xc0\xe2\ \x34\x42\x38\x86\x79\xcb\xed\x31\x4c\x7c\xf8\x0d\x2e\x39\x06\xea\ \x4e\x3f\x9d\x08\x38\xc9\xe2\x9d\x7d\x0c\x4d\x56\x9e\x5f\xed\x8b\ \x5f\x1e\x2d\xdd\xfb\xdd\xfb\xe1\x87\x4e\xd8\xab\x72\xcc\x43\xe0\ \x88\x36\xb3\xbc\xb9\x39\x72\x4d\xba\x1d\x0c\x0a\xfe\xf9\xb1\x1a\ \xe6\x50\xc6\xc6\x37\x21\x62\x6d\x17\x2a\x2b\xbb\x50\x20\xbc\x5f\ \x29\xf6\x04\xc2\x97\xd5\xb1\xfb\xd1\xa5\x48\xee\xb3\xa4\x7f\xfb\ \xf2\xe5\xd9\x7f\xfe\xe5\x45\xe2\xbe\xd0\x26\x37\x30\x97\xce\xae\ \x02\x26\x5e\xd4\x1d\x77\x63\x7e\x82\xd9\xab\x53\x9c\xb0\x81\x5c\ \x92\xc5\x91\x89\x49\x5d\xdb\x01\x10\xfa\xed\xd4\xeb\xc1\xfb\x1b\ \x47\x66\x42\x5a\xfe\xc3\x37\xd6\x9c\x76\xe5\xb6\x6d\x76\x35\x30\ \xf0\x8f\x34\xcc\x40\x71\xb5\x8f\x9a\x04\x13\xdb\xdc\x88\x19\x33\ \xe9\x1b\x4f\x3c\x48\x89\x7a\x12\x16\x0e\xe8\x3a\x31\xe8\x8b\xd5\ \x65\x74\x2d\x8b\x7e\xfa\xef\x7f\x3e\x2a\x3e\xba\xcf\xcd\x4c\x4b\ \x79\x12\x29\xff\x5b\xd2\x5c\xdf\x7e\xc8\xeb\x53\x85\x07\x6c\xf1\ \xa3\x05\x4b\x3b\xc9\x19\x32\x9b\xc7\x1b\x77\xe6\x77\x4f\x17\xc3\ \x34\x10\x14\xed\x63\x9d\x49\xd5\x98\xcb\xff\xfe\xf7\xff\xfe\x1f\ \x00\xf6\x2c\x0d\xd1\x3e\x68\x0a\xdc\x45\x4d\x2f\x16\x1e\xbb\x19\ \x0b\xc0\xfa\xb6\x97\x04\xde\x24\xad\x6d\x46\x9d\xa7\x61\xd0\xe7\ \xf7\x78\x3a\xe3\xe1\xad\x63\x11\xcc\x54\xdd\x09\x3e\xfe\x78\x91\ \x9c\x64\xb5\xef\xd0\x7d\x37\x69\x80\xf0\x56\x55\x37\xe5\x71\x2d\ \x7d\xb3\xaa\x7b\x17\x78\x62\xb7\xb9\x60\x01\xdb\xda\xcd\xee\xf5\ \xb3\xef\x93\x1e\x5d\x5f\xdf\x2c\x24\x92\xc0\xf8\x34\xf8\xf8\x81\ \xe5\x9e\xb1\xdf\x9e\x33\x1a\xbe\x68\x7f\xe1\x17\x30\x30\xfe\xdd\ \xe3\x9d\xfd\x59\xe5\x9c\xdd\x15\xba\xb5\x1d\xea\x27\xc6\xac\xe5\ \x37\x98\xd4\x8d\xce\x77\xff\x75\x3f\x0e\x4b\xac\x06\xbe\x65\x76\ \xe2\x60\xa0\x13\x1c\xdb\x04\xf3\x73\xf3\x1f\x3f\x79\x77\x90\xbe\ \x73\x1b\x61\x6d\x20\x48\x69\x39\x8f\x3d\x1b\x99\x88\x73\x91\x67\ \xed\xd6\x61\x75\xae\xb8\xdd\x77\x16\xcc\x40\x24\x01\xf3\xdd\xc2\ \xd9\xfc\xa6\x97\x5d\x46\x44\x62\x71\x2d\x9a\xae\xec\x42\x72\x5b\ \xe1\xdb\xec\xb7\xcf\xa1\x6d\x0d\x59\xe8\xba\xcf\x2f\xf5\x1b\x73\ \xaa\x5d\x76\x2b\x1a\xa7\x93\x42\x91\x6a\xa4\x16\x5b\xa6\x33\x76\ \x35\x35\xf4\xa8\xfa\x04\x02\x72\x3f\xb1\xa7\xac\x27\x83\xb3\x89\ \x86\x96\xb4\x32\x6b\xf3\x3a\x5a\x9b\xb9\x7d\xc8\xab\x21\x21\x5e\ \xdd\x8f\xd7\x77\x34\xe0\x28\x3a\xea\x24\xd5\x1c\x0b\x6c\xcf\xbc\ \xfe\xed\xeb\x6f\xbf\x7f\xfd\xfa\xc7\x6f\x55\xd3\xb3\x04\x2d\xd9\ \xde\x31\xd2\x58\x86\x1f\xc5\x6a\xd4\xb3\x23\x46\xc7\xda\xb2\x8e\ \xde\x25\x8e\x07\x7d\xa1\xd3\xb0\x63\x9d\x26\xde\xf4\x3b\xdc\xe1\ \xb8\x90\xd1\x5b\x29\x5c\xd1\x54\x94\x69\x27\x65\x8d\x70\x5c\x1f\ \x53\xbd\xb9\xad\x52\x2c\x0f\x73\xf8\x1d\x7a\xbd\xa6\x0d\x2e\x5e\ \x9e\x62\x8d\xf4\xe2\x87\x8d\x27\xc2\x9e\x1d\xfa\x0c\x73\xaa\xaf\ \xaa\x80\x01\x47\xe3\x88\xdd\x9b\x9a\xba\xda\xda\x5a\x78\xc1\xe7\ \xac\x8a\xca\x92\xda\x92\x3c\x2e\xa5\xe5\xf3\xdb\xec\xc6\xc2\xec\ \xa3\xd6\x8c\x8e\x96\x7e\x14\xb2\xbb\xac\xa9\x31\xfb\xfd\xeb\x42\ \xe1\x4c\x49\x49\x59\x45\x76\xc6\x2f\x59\x65\x59\x79\x1d\xdc\x09\ \x6c\x15\xb4\xbb\x59\x4b\xac\x28\xea\xa9\x68\x52\xa3\x8b\xfa\x91\ \x65\x23\x68\x75\x17\x11\x0b\x1f\x0e\x4a\xfb\xba\xea\x3a\x66\x35\ \xb2\xee\x9a\x26\x7e\x73\x2b\xa4\xa6\xa6\xa4\xe9\x73\x05\xbe\xa6\ \xa9\xf6\x7d\x56\xa3\x9e\x45\x84\xe4\xfd\x5a\xd4\x01\x95\xb3\x90\ \x94\xac\xb7\xfd\x04\x05\x04\x3b\x52\xd0\x38\x4b\xd4\xd2\x56\x75\ \x84\x86\xee\xc6\x9e\xac\x32\x25\xad\x4d\xd0\xdd\xd0\xea\xd5\x11\ \xc6\xbb\x6a\xde\xff\xf8\x7b\x56\x41\xe5\xaf\x5f\x5f\x66\x15\x3d\ \xaf\x68\xe8\x21\x94\xbd\x7d\x59\xd1\xd6\x36\x5d\x91\x57\x56\x24\ \x14\xd4\xbc\x85\xa2\x9e\x3f\xfd\xf0\xe3\x6f\xdd\x9c\xe5\xa4\xf8\ \x2c\x71\x66\x62\xd4\xcf\xd5\x94\x75\x6b\xfb\xd5\x70\xfe\x4a\xbf\ \x82\x33\xdd\x5b\xd9\xdc\xc4\xf7\xe2\x50\xd8\x16\x22\x7e\x69\x0e\ \xd9\x8a\x96\x91\x6f\x69\x0c\xbd\xc3\x7f\x33\x2b\x96\x4f\x28\xac\ \x7a\xdb\x8e\xa2\x86\xa2\x0c\x6b\xe3\xfe\xae\xf9\xd3\x55\x7a\xdc\ \xd7\x32\xe4\x13\x2b\x0f\xf7\x29\x6f\x21\x64\xf3\x04\x01\x0d\x1d\ \xde\x85\x12\x4e\xfd\xdc\xba\xb7\x5b\x71\xbb\x4c\xb6\xeb\x0e\x82\ \xc3\xb2\xc3\xc5\xe9\x91\x33\xbb\x74\x62\xf5\xda\xed\x73\x8e\x86\ \xa9\x2b\xeb\xf3\x20\x28\x5c\x5d\x0c\xfa\x72\x84\x43\x53\xca\x13\ \xa6\x77\x7d\x69\x97\x13\xb8\x9d\x11\xcf\x4d\xf1\xc1\x03\x27\x83\ \xcb\x3c\x0a\xb9\xe3\x33\x05\xef\x9f\x7f\x52\xfe\xfd\x6f\x93\xd2\ \x4b\xd2\x99\xac\x5f\x22\x43\xe9\xa6\x85\xd1\x7d\x16\xf8\xb8\x78\ \x33\x1a\xde\xed\xa0\xaa\xec\x17\xc3\xa2\xda\x3a\x7c\x76\x11\x59\ \x58\xbc\x10\x37\xef\x03\x77\x8e\x61\x62\xed\xcc\xa2\xa0\x0c\x6e\ \x2c\xe9\x29\xc8\xa0\x4c\x3b\xd6\x81\x35\xd2\x2d\x98\x13\x8c\x16\ \x5b\x22\xd5\x99\x99\xf9\x39\x09\x1f\xaf\x4d\xb0\xe2\x8d\xc4\xf2\ \x3d\xd7\xe5\x2e\xb0\xbd\x3b\x28\x1c\xdb\xd9\x0d\x9f\x1e\x9e\x5d\ \x86\x2f\x07\x91\x78\xd1\xdf\x45\x99\x77\xa1\x55\xf4\x54\x1c\xd8\ \x0f\x0e\xdc\xc5\x77\x37\x76\x16\xfb\xc5\xcf\xb6\xf6\xe7\xc2\x8e\ \x58\x68\x5f\xb9\x14\x5e\x48\x0f\x2f\x9e\x32\x59\xeb\x1c\xef\x52\ \xd8\x69\x90\xee\xee\x45\xf2\x49\xeb\x5e\x97\x71\x45\x73\x06\x50\ \xd9\xa4\x3d\xc7\xd8\x8a\x25\x4d\xe1\xde\x5a\x79\xe4\x5b\xf1\x5f\ \x5e\xdb\x37\x4e\x76\xae\xd3\xd2\x5e\x91\x2c\x6e\x10\xf3\xe8\x8b\ \xd3\x7c\x16\x96\xaa\xd5\x1a\xd7\xde\xb0\xd8\xe5\x12\x2f\x3c\xe3\ \x4d\x46\xc9\x23\xa0\x1a\xcd\xee\xd7\xab\x14\x9b\xcb\xc0\xfa\x85\ \x96\xbc\xac\x1e\x69\x2c\x69\xe2\x1e\x21\x7e\x0e\xf7\xa2\x25\xe5\ \x9d\x07\xe6\x28\xff\xbc\xba\xb8\x1d\xe6\xb1\x94\x93\x18\xd1\xf9\ \x5d\xbf\x6f\x9a\x3b\x0e\x54\xaf\x8d\x06\xa3\xcf\xbe\xa4\xa7\xd6\ \xbb\xc0\x81\x84\x38\x10\x10\xe5\xdf\xf7\x52\xcf\x81\x87\x96\xdd\ \x13\x4c\xf8\x6a\xc7\x75\x34\xb8\x77\xb4\x50\x3f\x98\x09\x6b\xcf\ \xa9\x77\xe6\x5c\x5c\x5d\xf9\xec\x0b\xee\x35\x30\x66\x8d\xaf\x9e\ \x5f\xdc\xe5\xa6\x46\x91\x43\xae\xfd\xd3\x9a\x3f\x7f\xfd\x90\x51\ \x45\x66\xc5\x73\xff\xfe\xb7\xef\x53\x61\x0b\x89\xc9\x88\x77\x5f\ \x0e\x9c\xfb\x81\x14\x9f\x67\x2d\xe7\x38\xe9\x5d\x7d\xf8\xe8\x74\ \x65\x07\x36\x3f\x4d\x86\xbf\xcd\x30\x0e\xd1\x14\xfd\x54\x23\x76\ \x0e\xb1\x38\xcb\xb3\x73\xb0\x46\x70\x00\xb3\x51\xca\x04\x80\xf2\ \x30\xb8\x7d\xeb\xc6\xe4\x66\xde\x2e\x87\x73\x16\xb6\x37\x12\x57\ \x82\x88\xb1\xf1\x81\x1f\xd2\x0f\x8f\x0f\x40\x93\x6f\x3f\x7a\xb8\ \x7e\x74\x04\xf4\x8f\xcc\xef\xba\x30\xcf\x4a\x1f\x60\x4c\xfb\xb3\ \xe6\xdc\x05\x58\x7a\xb1\x65\x0d\x3c\x3d\x75\x5c\x1f\x60\x2e\x02\ \x33\xd7\x9d\x03\xd6\xfb\x62\x17\x78\xec\x9f\xbf\x5a\x19\x30\xd3\ \xe8\xfb\xde\xa5\xf3\xbd\xb5\x33\x84\x25\xfc\xa8\xda\x13\x05\x4f\ \xd8\x53\x3a\xfb\x29\x9f\xae\xf4\xba\x3b\x1d\xa9\xee\x23\xd0\x55\ \x6f\xfa\xfe\xf1\xfa\x50\xed\xcb\xb2\xf1\xbd\x8d\x1f\xde\x94\x96\ \xa7\x17\xc7\x2e\xae\x62\x2b\xa2\xf2\x83\x4e\x58\x60\x23\x91\x94\ \x74\x97\xfc\xf3\xc3\xef\x1f\xbe\xc8\x4d\x6a\xd7\x2e\xbc\xb8\x0c\ \xa4\xda\xd7\xd2\xd2\xde\xe4\x57\x17\x63\xee\x27\x05\xab\x54\xc6\ \x92\x48\xf4\x30\xa5\xbe\xb3\x3d\x37\xf9\x3b\xdb\xbe\x4d\xc1\x67\ \xb9\x96\x65\xe8\x36\xb4\x79\xf2\x8f\x3f\x9e\xe3\x20\x4f\xab\x5e\ \xfe\x5a\xd1\xf7\xfe\x43\x61\xcb\xa7\x8c\x3e\x6f\xc4\xbe\x32\xab\ \xeb\x6b\x6a\x91\xc1\x2b\xb1\xfd\x7d\xda\x29\x0a\x41\xab\x30\xec\ \x08\x85\x06\x41\xf7\x54\x7f\x41\x55\x63\x2b\x77\xb2\x57\x33\xc5\ \x62\x8d\x75\x30\x4f\x87\x0c\x12\x57\x1c\x91\xe2\xda\x71\xd0\x67\ \xa7\xf4\x04\xfe\x58\xd4\x16\xbb\x75\x85\xd9\xd8\x97\xaf\xff\xf8\ \x23\xe3\xfd\xe7\x97\xe8\x61\x9d\x8e\xc8\x88\x95\xc6\xe3\xfe\xa3\ \x69\xe9\x39\x55\x42\x40\x2d\x33\xe0\x5a\xde\x0e\x8b\xd9\x6b\x58\ \x17\xce\x2b\x74\x4a\x2d\x45\x26\x30\xf8\x27\x88\xdd\x2b\x75\x10\ \x4a\x41\xa5\x1a\x3e\x65\xa6\x46\xbd\xb2\x7e\x96\x76\x65\x4e\x42\ \xd7\x29\xe5\x28\x2c\xbc\x6a\x74\xf0\x20\xee\xf6\xec\x99\x3b\x8c\ \xbc\xf0\xb6\x76\x42\xc1\x20\x60\xf1\x48\x5d\x2f\xa4\x69\xb6\xa0\ \xb2\x7f\xa6\x8b\xd0\xd1\x55\xd7\xac\x86\xb6\x4e\x3e\x7d\x5e\xf7\ \xb6\x12\x52\x01\xad\xab\x78\xdb\xdb\xf6\x5b\x4b\xd5\xef\xbf\xe7\ \x75\xa1\x51\x5d\xa8\xbe\xe6\x9a\x1f\xff\x28\x14\x90\x1b\x2a\x1b\ \xaa\x0a\xdf\x96\x34\x3e\xff\xf4\xb4\x6d\x02\x4b\x6d\xab\x93\x1d\ \xe9\x6a\x26\xf1\x75\xdd\x55\xfd\xdd\x9a\x8a\x8a\x1e\xb6\xac\xad\ \xa1\xbf\x75\x64\x7a\x5a\x42\xd1\x10\x51\x1d\x4d\xc3\xd3\x4f\xb1\ \x72\xe2\x34\xba\xad\xbf\x19\x5e\xd6\x86\x47\xf6\x43\x28\x75\x19\ \x75\xf0\x65\x22\xb7\xb5\xf6\xb7\x7f\x69\x00\x19\x1d\xad\xb2\x49\ \x3d\x6d\x58\xd3\x51\x43\x41\x8d\x0a\x29\xe7\x44\x2c\xb7\xb6\xb6\ \x99\x30\xa2\x11\x10\x7a\xbb\xdb\x26\xc6\xd1\x72\x3c\xb2\x63\x42\ \xdf\xf1\xb4\xbb\xb6\xa6\xe0\xc7\xa7\x84\xa6\xaa\x3a\x4a\x6f\x4f\ \x5f\x49\x23\x97\x58\xf8\xfb\xd3\xde\xc6\xbc\xac\x97\xbf\xbd\x36\ \xf6\xbf\xff\xe5\xeb\x8f\x15\xd3\xe6\x43\x5b\x5f\x1f\x56\x6a\x1f\ \x27\x0a\xd4\x93\xf3\x8b\x7e\x35\x85\x32\xd7\x35\x7e\x19\x9d\x9b\ \x59\xe1\xe3\x59\x9c\xb2\xd6\xed\xc9\xf9\xa3\x15\x68\x19\x9f\x4b\ \xd0\x35\x66\x71\x59\x73\xc1\x75\x3e\x6f\x62\x89\x04\x7e\x9b\x94\ \x6c\x85\x1f\xf4\x2f\x61\x69\x93\xfc\x51\xd5\xda\xdc\x2e\x8e\xad\ \xd5\xb2\x57\x97\x50\x04\x77\x39\x1d\x37\x64\x3b\x94\x96\x48\x87\ \xa6\x37\x4f\xab\xf8\xf5\xdb\xbd\x1d\x2c\xfe\xd4\xce\x5c\x38\xc6\ \xa1\xc3\x09\x84\xe9\xc3\xf2\xbd\x9d\x87\x4b\x20\x6f\x18\x54\x8e\ \x3a\xe6\xe6\xa2\xa0\xa3\xba\xbe\xf4\x8c\x75\x6b\x23\xa6\xc5\x9f\ \x56\x30\x95\xe3\xfa\x2e\xea\xb4\x17\x8c\x5c\x6d\x1e\xb8\x6f\xbc\ \xda\xba\xb2\x4f\x9f\xfe\x80\xff\x33\x6e\x80\x31\x4b\x0f\xef\x67\ \x56\xef\xb5\x4d\x04\x6e\xaf\x22\xc8\xe6\x34\xa3\x54\x71\xbe\x7e\ \x45\x4d\x17\x2a\x44\xa3\x73\x14\x01\x74\x04\xbe\xcc\xec\x03\x19\ \xb3\xc6\x7d\x0e\x1e\x32\x11\xed\x9d\xa8\xcc\xcb\xc8\x7b\x9b\x51\ \xd9\xd5\x47\xe8\x67\xea\x9b\x88\xfb\x0b\x27\x0b\xde\xfa\x54\xf7\ \x37\x09\x70\x65\x26\x83\x99\x03\x81\xa0\x1b\xdc\x20\x19\xc4\xed\ \xc3\x17\x96\xa4\x76\xff\xc1\x10\x6f\x01\x20\x3d\x5c\x8a\x8e\xd2\ \x12\xe5\xab\x6b\x96\xb0\x29\xea\xb6\xce\x19\x76\xa6\xae\x0f\x62\ \xb7\xa2\x39\x95\x75\xd4\x28\x36\x87\x61\x96\xd2\xd4\xd9\x4d\xfa\ \xb7\xce\xbe\x94\xcb\xdc\xbc\xf3\x45\xf1\x0e\xe0\x0a\xd3\x16\xd3\ \xa3\xa6\xf2\x76\x17\x28\xa4\x82\xbb\x3e\xdb\xa9\x35\x33\x1d\x08\ \x1e\xce\xcc\xc5\x30\x20\x18\x8b\x82\x7f\x1b\x5c\x33\x47\xee\x7c\ \xa2\x81\x52\x9d\x9b\xde\x09\xb0\x1c\x5e\x20\x1d\x71\x32\xcc\x70\ \x65\xa6\x3a\x61\x11\xa5\x9e\x6f\xa3\x9d\x8d\x0e\xcb\xe0\xd3\x2e\ \xd6\xc5\x95\xfb\x36\xdc\x99\xae\xd4\xe1\x2b\x9b\x5b\xab\xe0\x65\ \x04\xbf\x35\x33\xd3\x14\xc5\xcf\x80\x8f\x3b\xad\x47\x7a\xdb\xb3\ \x84\x24\x6b\xfb\xe3\xfa\x6f\x16\x73\x79\xbc\xcc\x0e\xa9\x46\x31\ \x24\x98\x01\x6f\x4f\x73\x4d\x11\x9b\x06\xaa\x07\xae\x33\x3b\x49\ \x56\x51\x6c\x9e\xb5\x67\xb5\x6c\x9c\x00\xf7\x2c\x54\x23\x63\xdb\ \xb0\xbf\x70\xbb\x63\x77\xdb\xcb\x11\x9d\x6b\xb9\xe7\x66\xb9\x45\ \x32\x6e\x92\x77\x73\x58\x2b\x4b\x80\xdf\x44\xaa\xb6\x24\x88\x14\ \x2a\xe6\xac\x9c\x1e\x9d\xa6\x18\x55\x0a\xe9\xa0\x75\xb0\x7c\xbf\ \x3d\xe1\xcd\xcf\x5f\xd2\x72\x52\xd2\xbf\xfc\x04\x5a\x02\xe2\xf8\ \x54\x6c\xef\xca\x41\x8d\xc6\xe4\x64\x78\x4f\x21\x91\x32\x33\x4b\ \x68\xcc\xaa\x5a\x89\xb3\xe7\xa7\x6b\x7f\xad\x2a\xa2\x98\xf2\x03\ \x0b\x1b\xb7\x68\x46\x9c\x24\x0a\x5f\x03\xf9\xa4\xed\xcb\x01\x20\ \x87\xdf\x12\xb8\x08\x78\xdc\xd5\xc9\x83\x07\x0b\xf6\x8b\xea\xeb\ \x81\xc7\x69\xaf\xae\x45\x0b\xa5\x7b\x43\xc7\xd7\x53\x3b\xc2\xa9\ \xa5\xab\x23\xfd\x37\x71\x8c\x0e\x4f\xee\x0d\x9a\xa9\x52\x66\x5c\ \xe4\x38\x10\xe5\x9c\xab\x86\xf9\xc7\xd7\xde\xd1\xbd\xa4\xbf\xfc\ \x84\x00\x81\xb5\x85\xd1\xfd\xb8\x37\xec\x02\xee\xdd\xd1\x8b\xf4\ \x94\xbf\x0c\xd0\x56\xd6\xa5\xbd\xcc\xe0\x82\x83\x7c\x16\x1f\x44\ \x88\xfe\x92\x7f\x41\x93\x96\x1d\xfd\xdf\x7c\x52\xee\xf9\x91\x1c\ \xab\xd5\xfa\xf7\x2e\x78\x8e\xeb\x5d\xce\x98\xfb\xee\xa4\xde\x5a\ \xbd\x1a\x43\xf0\x92\xef\x60\xa3\xf3\x17\x4a\x9e\xdb\x35\xf0\x2e\ \xfd\x82\xf4\xe6\xcb\xcf\x6f\x12\x9e\x7d\xc9\x2c\xae\x7e\x05\x0b\ \x9d\x8b\x52\xce\x7d\xd1\x9d\x85\x1c\x58\x2e\x29\x0e\x7c\xb7\xc1\ \x03\xc4\x12\x9b\xdb\x61\x9b\xc7\x6d\x47\x69\xcc\x1e\xc8\xb7\x0c\ \x6a\xcc\xc8\x7b\xf9\xfe\xf3\xf3\x0f\x79\xef\x33\xd0\x0d\xee\x7b\ \x8e\x9b\x29\x37\xd3\x1d\x38\x7c\xdb\xfc\x8a\x7e\x58\x3e\x3e\xa9\ \x9b\xd0\x13\x1d\x5e\xc1\xdc\x4c\x5b\x49\x73\x58\x88\x53\xe9\xb7\ \x99\x54\x0d\xf9\x04\x0f\xd9\x71\xdc\xba\x0e\x16\xc0\xc1\xf4\xfc\ \xea\x47\x69\x62\x0d\x0e\x27\x55\xae\xf6\x55\x95\xd5\x35\x49\x19\ \xcc\xfe\x45\x7d\x73\x23\x6a\xb6\xb9\xa3\x00\xab\x9a\x0f\x0c\x66\ \x26\x4f\xe3\x91\x13\xdd\x0d\x6a\x9e\x63\x5a\xe8\x53\x1b\xd0\x3a\ \x3e\x7a\x4a\x86\xc7\xf5\xf7\x55\xe4\x15\xd4\xc9\xdb\x6a\xbb\x87\ \x7a\x66\x87\x29\x14\x22\xa4\x0c\x0b\x6d\x1d\xa3\x33\x9b\x64\xfd\ \xd3\x9a\x15\x99\x4b\xd9\x42\xd3\x55\x15\xae\x6e\xd3\xa2\xe1\xb0\ \x9f\x67\x5e\x26\x13\xe6\x57\xfa\xa4\x53\x7d\x14\x62\x5f\x6b\x0b\ \x01\xd2\x85\x35\x74\xf7\x40\x6a\xf2\x2a\x1b\xfb\x0b\x2a\xfa\x9a\ \xb3\xb3\x5e\x97\x41\x0b\xb3\x0b\x32\xfe\x7c\xda\x4f\x6c\x6a\xae\ \xad\xc8\x6e\xc1\xce\xd6\xb5\x76\xb4\x35\x7e\xf8\x9c\x51\xc5\xc5\ \x17\x3d\x2d\x68\xc3\x12\xbb\x6a\x2b\x6b\x3a\xc8\x62\x6c\x4b\x0b\ \xc1\x3a\x52\x42\x11\xeb\x25\x62\x06\xd6\xb0\xdf\x37\xb5\x2e\x6b\ \x95\xcf\xd6\x4d\x2a\x35\x0c\x9c\xac\xb7\xe8\xed\x73\x4a\xf7\xf3\ \xaa\x92\x2e\xa1\x6c\xb2\xae\xe6\x79\x13\x5c\x36\xac\xd2\x0e\x6d\ \xe3\x54\x64\xf6\x9c\xa4\xe5\xc3\xd3\x0c\xe4\xb4\xa1\xac\xb1\x71\ \x04\xda\x66\x9b\xad\x6a\xd2\x13\x66\x21\x58\x02\x77\xcc\x8c\x13\ \xa8\xd8\x4c\x03\x94\xd0\x2f\x93\x62\x15\x14\xa8\x40\x33\x8d\x26\ \x76\xf5\x7c\x29\x76\xed\x6d\x4e\x6b\x59\xac\x51\xb4\x14\xdf\xdc\ \xd4\x37\xec\xc0\x3d\x7f\xdf\x51\x53\x59\xd9\xf2\xfe\xf7\x5f\x9e\ \x43\xf2\xb8\xf3\x33\x13\x75\x48\xad\x69\xab\x29\x14\x14\x0f\xed\ \xb0\x75\xf0\xa0\x71\xd2\x30\xb3\xa3\xc5\xe2\x14\x13\xaa\x45\xa1\ \x8a\xe4\xe2\x2d\x19\x39\x60\x4c\x68\x23\x0b\x18\x3a\xb6\xb1\xab\ \x9b\xce\x61\x28\xb0\x44\x78\xa3\x44\x7c\x12\x77\x2d\x05\xae\x87\ \x62\x8b\xe2\x29\x9b\x63\xdb\xb5\x7d\x05\x9e\xce\x7f\x33\x30\xfe\ \x4c\x07\x2e\xb8\xcd\x0e\xcd\x36\x1e\x79\xd5\x73\x3d\x64\x59\x9f\ \xaf\xcf\x48\x61\x0b\x88\x91\x19\x7a\x08\x71\xb7\xb1\xe5\x1e\x47\ \xeb\x4f\x3b\xa9\x2b\xcf\xc0\xa1\xcd\x50\x6c\xeb\xfc\x0a\xb8\x77\ \x9e\xef\x83\x8f\x2d\xfb\x3a\x95\x77\x6e\x82\x8a\x38\x30\x9c\xf3\ \xac\xc6\xd8\x85\xd2\xd5\xd9\x3d\x72\xf4\x70\x20\xdf\x24\x87\x94\ \x7c\xfd\xaa\xcf\xe4\xd2\x80\x73\x9e\xbc\x12\x32\x3c\x6a\xbd\xb1\ \xae\x7b\xec\x4b\xa3\x2c\xf3\xfa\x8c\x9a\xdf\x73\xf6\xa0\x81\x2d\ \x3f\x91\x06\x21\x64\x38\xf6\x74\x08\xab\xf6\x36\x52\xe2\xe2\xdd\ \xd8\xbd\x7b\x6c\x98\x88\xab\xf8\xf4\xfa\xf5\x1f\x5f\xe1\xf0\xcf\ \xaf\x71\x04\x33\x29\xfe\xe0\x2f\x0f\x72\x45\xae\xe2\x35\xcb\xf9\ \xdd\xf5\xc9\x75\x6c\xde\xef\x72\xdd\xc5\xe6\xad\xae\xf5\xc1\x53\ \xaf\xd7\x5f\xbc\xe3\xb4\xee\xb8\x6d\x91\x44\x51\x48\x2e\xb1\x0f\ \xaa\xa6\x3d\xa3\x10\xd1\x92\x27\xf6\xd7\x85\x2b\x57\x00\xe6\x1f\ \x5f\xc1\x72\x16\x2e\xce\x4c\xee\x4e\x00\x88\x26\x5c\x7a\x7d\x2b\ \x1d\xfc\xc8\x2a\x8e\x14\x59\xce\xa5\x9e\x2d\x29\xe3\xeb\x5e\xa5\ \xfb\xac\xde\xb9\x84\x9c\x16\xfb\x76\x6c\xce\x0b\x92\xfb\x66\x01\ \x73\x19\xb1\xd3\x25\xce\x5d\x20\xf5\x59\x42\x75\xf4\x78\x93\x0a\ \x94\x97\xc2\xc2\xcf\xf6\xd7\xca\x3b\xa3\xd1\x6f\xe8\x93\xba\xf1\ \x43\x82\x1b\x73\x51\x25\xb8\x4a\x59\x88\x5f\x62\x82\x62\xe7\xf2\ \xe2\xbe\x1b\x9c\x9b\xf3\x47\xdf\x20\xc2\x9c\xd9\x19\xfc\x34\x11\ \xf4\xe2\x10\x09\x11\x31\x30\xbf\xd8\xc9\x09\xc2\xa2\xf7\xf1\xf1\ \xbb\xea\xfc\x7a\xcf\xcd\x93\x81\xd8\xe6\xde\xf1\xd1\xcd\x50\xc7\ \xfc\xf9\xae\x59\x4a\xc5\x4d\x9e\xad\x05\x07\xc1\x8d\x9c\x01\x87\ \x5f\x09\xef\xd1\xd2\x80\xa3\x52\xcb\xf1\x0d\x26\x12\x0a\xdf\x03\ \xc1\x0b\xd1\xdc\xad\x15\xb0\x6c\xac\xd0\x6d\x8e\xe5\x23\xde\xd6\ \xa5\xe8\x85\x83\xe3\x99\x77\x1f\x44\x83\xa1\xe1\xa3\xd0\x59\x3b\ \x22\x31\xf1\x55\x29\x6c\xc3\x55\x9e\x0c\x33\x6f\x82\xac\xd2\xcb\ \x58\x79\xca\xf7\x8f\x73\x2d\x96\x24\x80\x14\x72\x01\x4b\x3b\xed\ \xc9\x71\xeb\xc0\xc3\xad\x31\x09\xb6\xa1\x64\xc9\xe9\x02\xa8\xb8\ \x36\x62\x45\x41\x23\x0a\x5d\xf5\xfa\xd3\xfb\x16\xe9\x14\x13\x34\ \x1d\x44\x1c\x21\xd7\x43\x93\x68\xb0\x73\xdc\xe5\x02\xae\x45\x9d\ \xc7\xe3\xbe\xf8\xc7\x9f\x32\x2f\x3f\x26\xa4\x78\xf2\x6f\xac\x88\ \x27\xd5\xb6\x78\xfc\x7a\x67\x25\x25\xa2\xbf\x46\x98\x06\x4c\x4b\ \x9b\xf9\x6e\xb7\x59\xb8\x15\x3a\x1d\xb8\x94\x9b\x7c\xeb\xbc\x55\ \xfd\xca\xed\x9c\xae\x39\x34\x3a\x6c\x80\xb6\x01\x14\xe0\xc5\xdd\ \xc1\x56\xb8\xb4\xfa\x34\x29\x27\x65\x2d\x68\xa7\x4e\xd9\xd6\xd2\ \x1f\xfc\xfc\xee\xe0\x72\x7f\x6c\x4e\xa1\xdc\x91\x98\x10\x42\x9c\ \xdc\x7b\x15\xdf\x52\x4e\xf5\x33\x13\x8f\x8b\x1d\x76\xcf\x5a\xe9\ \xe3\x4b\xff\xd8\x18\x97\x33\xcc\x9b\xdc\x58\xbb\xa8\xbe\x18\xf7\ \x4e\xf4\xcc\x8c\x2c\x7c\x33\xf1\x00\x98\xe8\x06\xcf\x52\x73\xe2\ \x84\xf8\xc3\xbf\xfd\xf4\x26\x29\x01\x96\x48\x4a\x7d\xf7\xcf\x1f\ \x8e\x4b\x33\x1f\xa4\x3f\x4b\x24\xa5\x6c\xa4\x45\x77\xbf\x9b\x96\ \x58\x2d\xf3\x0c\xa6\x6e\x68\x80\x6e\x73\x5d\x8a\xf9\xc2\xde\xc2\ \x92\x86\x8a\xec\xac\x82\xc2\x8a\x82\x97\x19\xdd\x52\xa3\x11\x07\ \x19\xa5\x4f\x71\x4f\x77\x83\x80\x99\xbd\xe3\x32\xc7\x67\xb0\x7a\ \x06\x93\x33\x1e\x07\x85\x12\x42\x33\x79\x75\x78\x4c\x3c\xca\xee\ \xf3\x09\x47\x0e\xcf\xbb\x33\x2a\x5a\x8d\xb4\x65\x2e\x8a\x3c\xc5\ \x9b\x42\x66\xe4\x15\x75\xe0\xf0\xf8\x6c\xf8\xd4\x26\x8e\xb5\x34\ \x3f\x67\xe3\xa8\x88\x2d\xfc\x50\xcf\x9f\x7f\x56\xcc\x07\x06\x4a\ \x63\x4d\xa8\x0e\x29\x19\xab\x9e\x6c\x9b\xec\x26\xd4\x6a\x8d\xe7\ \xbd\x59\x1d\x02\x75\x4f\x57\x63\x15\xaa\x67\x82\xa8\xf5\x4e\x99\ \x59\x5a\xca\x94\x51\x27\x30\xd8\x78\x53\xbd\xaa\x4d\xdd\xf0\x8a\ \x4c\x4f\xb3\x71\xc7\x27\x9b\xc8\x33\x58\x8a\x6c\x9a\xab\xe5\x8f\ \xaf\x8b\xa7\x71\x6c\xaa\x4e\x32\xa9\x9e\x25\xeb\x67\x04\xdc\x36\ \x28\x96\x80\x6f\xad\x90\x4e\xc1\x3f\x97\x34\x7d\x78\x8a\x6c\x12\ \xb4\x94\x55\x3c\xed\xc8\xaa\x2c\x7c\xfa\x23\xbc\xae\x0e\xd9\x55\ \xd5\x5c\x55\x02\x2f\x6b\x6c\xee\xad\xc8\xfe\xf4\x5b\x41\x43\x6f\ \x49\xc6\xa7\x3a\x2e\x81\xd8\x51\xd3\xcf\x93\x8e\xf7\x66\x15\xe1\ \xb4\xc6\x10\xae\x92\xa1\xd6\x8f\x4d\x61\x27\x65\xb4\xc5\xe9\x45\ \x43\xa3\x94\xd2\xb4\x6e\x23\xaf\x1c\x2a\x3a\xba\xb0\x55\x04\x55\ \x73\x11\x6a\x68\x59\x38\xdf\xd5\x45\xc1\x97\x60\x91\x15\x45\x75\ \xb5\xcd\x85\x05\xd9\xbf\xbe\x2e\xc8\xa8\xca\xa3\xec\x40\xe9\x82\ \xb7\x6d\x38\x5c\x61\xaf\x99\x8b\xe6\x22\x3b\xf0\x6a\xc8\xeb\x86\ \x2a\x5c\xb7\x61\x95\xce\xdf\xf1\x09\x28\x45\x2d\xbd\xdc\xb6\x4f\ \xd9\x6d\x58\xf5\x84\x5a\xbe\x1c\x57\xf5\x05\xe9\x84\xda\x96\x2e\ \x48\x43\x4b\xd5\xaf\xcf\x8b\xf2\xba\xbf\x16\x0d\x3d\xcf\x68\x69\ \xac\x40\x76\x53\x51\xb8\x9e\xac\x2a\x76\x3f\x54\x8f\x43\x6b\xa8\ \x9b\x04\xb8\x2a\xd4\xd3\x4a\x54\x15\x64\x15\x08\x77\x98\x1d\xdd\ \xd0\x93\xa8\x51\x41\xf5\x6e\x3a\x2c\x3a\x68\xe5\x2e\xb6\xd6\xa8\ \x93\x51\x78\x62\x34\x85\x38\xc3\x36\x54\x51\x46\xba\x2b\x1c\xfb\ \xd1\x5b\x71\xda\x8a\xdc\x14\x65\xb9\xbd\xcc\x10\x23\x22\xac\xf5\ \xe2\x51\xc3\x71\x07\x4e\x71\x48\x98\xb2\x2a\xb5\xe0\xe2\x90\xd6\ \xaf\xdc\x54\xb0\x48\xcb\x2e\x07\xa7\xa5\x01\xb5\x1c\x8b\x75\x52\ \xd4\xda\xc5\x11\x71\x14\x5b\xb9\x6a\x40\x8e\x1d\xfb\x3c\x31\x40\ \x6e\x07\xb6\xf2\x8f\x12\xe2\x82\xbc\xdf\x7e\x9c\xbc\x74\x07\x6b\ \x16\x9f\x78\xdc\xde\x2d\x4f\x69\x78\x5d\x7d\xf0\xf0\x4d\xfb\xf0\ \x12\xb1\xa4\x63\x16\x7b\x33\xfe\xed\x21\x3b\xd8\xcc\x3a\xa9\x95\ \x71\x7c\x76\x03\x1e\x4e\x6e\x2e\x1f\xd8\x56\xc6\x88\xc1\x6f\xbe\ \xdf\x35\x5f\xcc\x11\xaf\xd7\x9c\x61\xd7\xa3\xee\x98\xdb\x65\x94\ \xf1\xce\xad\x8b\x1b\xda\x5b\x2b\x47\x36\xc5\x50\x3f\xff\xa5\x08\ \x35\x0e\x1c\xaf\xee\x27\xaf\x1c\xdf\x05\xce\x6c\xab\x27\x31\xf7\ \xe9\x0c\x9d\x24\x02\x43\x27\xb1\x7b\xc1\x4c\x7b\xa4\x38\x27\xe9\ \xdf\xfe\xf2\xf7\x67\xe9\x99\xc3\x4f\x00\x6d\xfa\x2d\xa6\x7e\xdb\ \x93\xb9\xa4\x98\x13\x1a\x35\x6a\x4a\xc6\x6c\xa9\x13\x16\xae\xbe\ \x96\xd2\xf7\x02\xa9\x27\x3d\xdd\x88\x41\xb7\xa8\x14\x53\x1f\x11\ \xe5\x96\xfd\x6e\x20\xbd\xfa\xa9\xfe\x4a\xc7\x94\x4f\x74\x5e\x6d\ \xf0\xe4\x2b\xa7\x1b\x49\xae\x03\x77\xbb\x73\x7b\x19\xbc\x8a\xb8\ \x73\x93\x61\x0e\xd7\xfd\x15\x67\x6a\x9b\x1e\x8d\x17\x5b\xf2\x23\ \x8e\xfd\x05\xc4\xb5\xeb\xf4\x1a\x01\xb2\xd3\x7e\x5a\xc0\xc4\x43\ \x3b\xec\xa3\xfe\x29\x89\xbe\x76\x58\xdc\x2b\x43\x1a\xa2\xae\x1b\ \xcc\xa1\xd2\x45\x0f\x02\xee\x44\xf1\x79\xc8\xdd\xb9\x83\x8f\x08\ \x27\x18\xf5\xf9\x7b\x16\xbb\x70\x08\xf4\x5c\x86\x83\x83\x5b\x37\ \x40\x60\x6e\x7d\x07\x0c\xb1\xd7\xc2\x22\x57\x7b\xfd\xa5\xbb\x7e\ \xed\xc2\x1f\x2d\x05\xc7\x80\x41\x97\x25\xfe\xf8\xce\x16\x2d\x4d\ \x8a\x83\x56\x00\xb3\xbb\x71\x91\x93\x1f\x89\x0e\xbc\x48\xf4\x46\ \x80\xf0\x65\x1a\xd8\x9e\x02\xce\xdf\xa5\x97\xef\xee\x87\xd7\xc7\ \xe2\x27\xa7\x3e\x80\x35\x3e\x75\x13\xf7\x74\x5e\xb9\x76\x4a\x5d\ \x20\xcc\x7a\x10\xa4\x9b\x2d\x51\x77\xf5\xad\xff\x52\x11\x53\x1e\ \x3f\x7c\x17\x30\xb9\xef\x53\x2d\xce\xe4\xe4\xdc\x80\x59\x15\xb5\ \x2d\x86\xed\x7b\x98\xf4\xdc\xf2\xad\x21\x9a\x72\xd0\x05\x94\x07\ \xe7\xf4\xb2\x19\x6e\x77\xcd\x84\xc3\xc7\xd2\xd5\x09\xc3\xbb\x3e\ \xcb\xba\x21\x7a\x93\x14\x9d\x0b\xc5\xb4\x04\x8f\x2d\x08\xa6\x26\ \xa7\xa5\xe5\x5c\xec\x6f\x0e\x3c\x4a\x79\x78\x6f\xa9\x3e\xe2\x3f\ \x84\x1d\xcc\xbb\x0e\x12\x81\x8d\xed\xdd\x72\xd8\xbb\x9c\x6f\xd5\ \x91\x2a\x1a\x7c\x91\xeb\x73\x6c\xac\xb1\x95\x73\xbc\x9b\xfc\xa3\ \x51\xde\x4a\x9b\xac\xb9\xa2\x89\x40\x26\xe2\xc7\xba\xe9\x27\x07\ \x77\xb0\xa8\x1f\x1c\x0c\x5f\x7f\x2c\x2f\x4d\x29\xf6\x54\x67\xba\ \xf2\xf3\x7f\xf8\x29\xf3\xd1\xf1\xf6\xde\x6d\xea\x5f\x12\x53\x07\ \x94\x59\x35\x8d\x8e\xfa\x50\x9f\x56\x33\xf1\xee\x87\xfa\x95\x73\ \xb3\x51\x65\x50\xd1\xe6\x67\x5b\x7b\x27\x0c\x33\xb8\x56\x47\x7c\ \xc5\x9f\xf0\x4d\x25\x87\x07\x9d\xd3\x20\xc2\x7d\x71\x83\x18\x9f\ \xda\xf8\xa1\xfc\x45\xfb\x5d\xd2\x8b\x8f\x01\xd2\x83\x07\xf5\x4e\ \x30\x97\x7a\x9d\x93\x9a\xfe\xee\x45\x7a\xe6\x5f\x53\x10\xdf\x35\ \x49\xe2\x9e\xbd\x8e\xa1\xc8\xd2\xd9\xde\xfe\xbe\x4b\x4c\x1c\x63\ \x1b\xa1\x85\x85\x79\x2f\x5b\x9a\x0b\x3e\xff\x58\x39\xd4\x8d\x6e\ \x7e\xfa\x7a\xe8\x4a\x6f\x14\x0a\x4e\xec\x61\xc7\x54\xd0\xe5\xc1\ \xd9\x80\xd0\xe1\xd6\xb0\x2c\x61\x75\xdf\xb6\xa8\xa0\x4c\xa2\x64\ \x5c\x01\x72\x76\x66\xa4\xab\xa7\xb9\xe0\xd7\x3f\xda\x78\x95\xef\ \x33\x58\xa0\xdb\x77\xef\x5d\x1f\xa2\x4e\xab\xd4\xb8\xa6\x5e\xea\ \xc8\xa4\xd1\x38\xb4\x3c\xcc\xec\x86\x17\x56\x7d\xfa\xfd\x8f\x42\ \xd6\x64\x37\x13\xf2\xbe\x6b\x12\xd5\x07\xf6\xb4\x61\x21\xbd\xea\ \x86\x16\xee\x14\xbe\xb9\xa5\x0f\xad\x40\x63\x8d\x38\x8d\x8a\x3a\ \x26\xf5\xca\xe7\xd9\x9a\x19\xa1\x91\xc8\x11\x07\x67\xb1\xda\xcd\ \x45\xf1\xf8\x7e\x98\x15\x56\x4f\xaa\x75\x2c\xb6\x74\x32\x94\xd2\ \x0c\xd5\x4c\x13\xe1\xd3\x58\x36\x48\x57\x2b\xc0\x4d\x16\x95\xcd\ \xa7\xb6\x16\x35\xd7\x40\x65\x85\xdd\x8d\xf0\xac\xf7\x85\xd9\x79\ \x9a\xa2\x0a\x64\x03\xb4\x56\x5f\x52\x82\xaa\xf9\x8c\x52\x35\x56\ \x34\xc2\x15\x86\xae\xbe\xc6\x49\x3a\x05\x5b\x50\x58\x45\xe8\x23\ \xd4\x55\x66\x11\x25\x8a\xbe\xec\xc2\x9a\xb6\x5a\x6a\x53\x56\x0b\ \x1c\xc7\xed\x29\xe8\xa0\x53\x18\x2d\x2d\x44\x8e\x43\x3a\x42\xee\ \x83\xbe\xec\x3d\x9a\xd7\xd1\xf5\xc6\xca\x09\x48\x2d\x9d\x5b\x39\ \xd1\xf6\xba\xb1\xb0\x16\x3e\xde\x4f\x86\x8c\xa0\x32\x5e\x67\x3f\ \x6d\x6c\x7c\x99\xfd\xb6\x16\xff\xa1\x28\xe3\x77\x6e\x6f\x63\x6d\ \xc5\xf3\x4f\x05\x5f\x5f\x37\x3e\xcf\xfa\x86\xfa\x36\xf1\x90\x11\ \xdd\x97\xd7\xd1\x0f\x6f\xe2\x01\x53\x6a\xd6\x88\x84\x5c\xd3\x56\ \xf6\xa9\xf0\x65\x5b\x77\x56\x6d\x5d\x63\x53\x4f\xd6\x87\x06\x4a\ \x77\xe5\xd7\xb7\x6f\xf3\x90\x90\x97\x79\xd9\xbf\x64\xbf\xad\x6c\ \x79\x2e\xc8\xc3\x9b\x97\xe4\x1d\x02\x4a\x0b\x6a\x46\xc8\x12\x8c\ \x70\xbb\xd4\xba\x19\x22\xa5\xab\xea\xb5\xac\x66\x4c\x53\xd5\x51\ \xc3\xe8\xa1\xee\xb3\x78\x7a\x95\x8c\xc7\x0a\xba\xb4\x8d\x63\x7d\ \x71\x86\x9a\xa9\xad\x69\xa0\xc8\x7a\x64\x7d\x46\x30\xd7\xa7\xa2\ \x29\x38\x9a\x39\x79\x98\x45\x3f\x12\x52\x0c\x78\x8a\x9e\x3d\x3c\ \xb7\x4d\xc3\x76\xba\xe2\x13\xb5\x0d\xe6\x73\x05\x04\x79\x9d\x1f\ \x8e\xcc\xac\x88\x65\x0a\x05\x77\xc7\x72\x3e\x2a\x63\x76\xbf\x2f\ \x69\x56\x85\x73\x14\x02\x9c\xb0\xb7\xd7\x69\xc3\x9c\x07\xc5\x5e\ \x77\xf5\xe6\xfc\xc3\x39\xc7\xea\x58\x55\x73\xce\x19\x15\x70\x02\ \x8a\x33\x20\xbe\xf5\x78\x13\xc0\x58\x1d\x11\x52\xfb\xab\x65\x46\ \x72\xea\x71\xea\x96\xe4\x96\x65\x98\x7d\x72\xde\x24\x47\x9e\xcf\ \x4b\x14\x4b\xb1\xbb\x2d\x7f\x7a\x9c\xcd\x64\xd6\xf6\x03\xfb\xc7\ \x47\x0c\xea\xde\xfa\xb7\xf4\xfa\x68\x7f\xcc\x12\x9c\x84\x48\xb7\ \xf7\x1c\xe6\xd2\xd9\xea\xb9\xef\xc8\xe9\x8f\x5e\xed\xfa\xdc\x5b\ \x39\xe1\x69\x6d\x6f\x5e\x87\x7f\x47\x4b\xf7\x21\x1c\x21\x5b\x48\ \x3b\x23\x11\xf9\x37\x85\xfc\x90\xd7\x18\x2c\xcf\xf7\xe3\x6b\xe0\ \x47\x9d\xd5\x09\x29\x0b\xff\xfa\xc3\x95\x05\xf3\x8e\x89\xe3\xb1\ \x9d\x30\x9b\xed\xd2\x68\xe4\x2f\x4e\xcc\x58\x83\xe7\x71\x0e\xdf\ \xe1\x7b\x72\x31\x3e\xb4\x2c\x55\x89\xdb\xf6\x6b\xe8\x1b\x97\x61\ \x57\xce\xce\x90\x44\x7e\x35\x57\xfa\xaf\x0b\x9a\x2d\x86\x63\x21\ \x14\xb4\x38\xcb\x57\x03\x47\x9e\x7a\xf7\x1a\xc0\x8f\x2a\x02\xc7\ \x77\x2b\xb1\xc8\x51\xdc\x1d\x1b\x9b\xff\xbb\x17\xa5\x8d\x26\x44\ \x82\xca\x30\x70\xfc\x31\xad\xfa\xf6\xe0\x70\x74\xda\x71\xb3\xd8\ \x33\x29\xd5\xe9\xe5\x75\x02\xe9\xfe\xfa\x96\x93\xac\xe5\x2c\x5d\ \xe4\x6e\xde\xda\xeb\x33\x03\xd7\x8f\x93\x1f\x05\x82\xd6\x08\xe6\ \x6c\x19\x60\x6b\x78\xd7\xd6\x3d\x9e\x2b\xe8\x7e\x0c\x1b\x8d\x7e\ \xdc\x45\x77\x8e\xfa\xa2\x63\x92\x60\x75\x34\xda\x0e\x4a\xf4\xc2\ \x5c\x3e\x01\x00\x00\x0a\x5d\x49\x44\x41\x54\x12\x57\x02\xa6\xfe\ \xca\x34\x28\xca\x59\x73\xde\x0d\x9a\x80\x13\x93\x9d\x94\xf4\x26\ \x37\xb2\xb6\x61\xa7\xc5\xd7\x4e\xc7\x49\xe0\x46\x69\x42\xa9\x25\ \x7c\x9d\x58\x7e\x4d\x9d\xf7\x79\x9d\x47\x0b\x2b\xf3\xfe\xdc\x88\ \x6d\xc1\xbd\x4f\x3a\xa5\x2f\xdd\xda\x38\xac\xcb\x04\x3f\xef\xfe\ \xfa\x02\x83\xb0\xcb\x3d\xbb\x11\x80\x34\x38\x28\x62\xf3\x60\x1b\ \x00\x2f\x7f\xbb\x3d\x70\xfc\xe0\xaa\xf4\xa7\x17\xb9\xcf\x44\x61\ \x70\xd7\x1b\x9d\xb2\x07\xdd\x3e\xff\x09\x68\xf5\x71\x5c\x8f\x02\ \xa2\xd0\xc2\xf5\x3a\xfb\x4e\x08\x94\x02\x7b\x83\x0f\xdf\xe5\xba\ \xec\x81\x8d\xbd\x7e\x80\xb4\x19\x67\x8e\xa8\x47\x69\xae\x78\xe4\ \x6c\xef\x12\x51\x6a\xba\x39\x26\x3d\xb6\x5e\xba\x33\x77\xf2\x53\ \x4d\xd6\xeb\x71\x89\xc2\x78\xbb\x8a\x5b\x2d\x77\x66\xc6\x63\x8a\ \x21\xc6\x41\xfd\xab\x27\xe5\xa9\x4f\xd2\xc2\xba\x45\x09\x9f\xb1\ \x8d\x9b\x20\xa3\x6b\x89\x35\x02\x34\x9e\xa0\xca\x82\x94\xd4\xf6\ \xa8\x1e\x5f\xc5\xee\x02\xc7\x5b\x77\x49\xa9\xee\x4b\x84\xed\x24\ \x3d\xad\xbd\x1c\x96\x98\x7b\x07\x7a\x8a\xeb\xef\xeb\x07\x4a\x17\ \x8c\xad\x14\x1d\x4a\x01\x04\xb4\x8c\xe2\xef\x0f\x8d\xbb\xf4\xa9\ \x39\xdb\xf8\xe6\x2e\x75\x7d\x46\x36\xc3\x3a\x5d\x5d\x0a\xed\x66\ \xfe\xe7\x7f\x5e\xd0\xcc\x07\xea\x1a\xf8\xac\xa6\x46\xcf\xa7\xf2\ \xc6\xcf\xf6\x10\x89\xd7\xae\x9c\xf4\xcc\xf2\xe2\xf6\xf8\xd5\x45\ \x8e\x08\xb6\xf1\x2e\x27\x64\x13\x6f\x45\xdd\xdf\x09\xc0\xe8\xf6\ \x63\x07\x55\x59\x1f\x56\xb5\x2b\x1d\x6b\x34\x07\x4e\xc2\xa8\xad\ \xfc\xf5\x97\xec\x97\x6f\x9f\x17\x68\x4e\x14\xe7\xb6\x7d\xb6\x70\ \x58\xad\x3c\x11\xb2\xe6\x7b\xe9\x74\x85\x18\x60\xd0\x74\x34\x4b\ \xce\xd9\x1c\xb8\xb5\x7c\xb6\x43\x9b\x99\x91\x0a\x27\xd5\x6c\xae\ \x9e\x48\x45\x73\x29\xd3\x2d\x68\xf5\xb7\xb3\x20\xfe\xfd\x6f\xff\ \xf8\x92\xe8\x66\x1a\x94\x5e\xbe\xdc\x3b\x34\x4d\xd7\xcf\x33\x58\ \xa7\x06\x2d\x12\xdf\x02\x2d\x6a\xc9\xeb\xef\x9f\x6d\x22\xab\xb1\ \x70\x61\x3f\x9c\xd9\x67\x24\x16\xf6\x91\xb1\x8c\x5e\x24\xb9\x17\ \x0b\xe1\xef\x85\xa4\x73\x7a\x1f\x5b\x45\x55\xcc\xcf\x0d\x49\x78\ \x23\x87\xa3\x12\xe1\xea\xb0\x91\x69\x1c\x8a\xf2\x98\x54\x9a\xee\ \x7c\x9c\xc0\x1e\xc3\x19\x64\x95\xbd\x2e\x7c\xf7\x9c\xa6\x6f\x42\ \x25\x11\x6c\x6f\xdd\x93\x99\xc3\x5d\x5d\x25\x28\x0a\x0e\xd2\x4c\ \x5f\x1d\x1f\x31\xf2\xfa\xf0\x4d\xd1\xee\xaa\x7e\x7c\xf3\x64\x43\ \x43\x5b\x63\x4d\x21\xaa\x56\xd0\x5b\xd2\x53\x51\xd9\xd6\x3b\x52\ \x51\xfb\xa1\xac\x8e\xac\x6b\x2a\xc1\xf2\x65\xd2\xae\x82\xf7\x0d\ \x63\xf2\x9e\xac\xe6\x86\x29\x02\xad\x1f\xdd\x93\x51\x86\xab\x29\ \xc1\x73\xa6\xe0\x78\xed\x08\x71\xaa\xab\x0b\xd5\xf6\xf4\xe5\x6b\ \x8e\x5a\xcf\xea\x1d\x19\x92\x42\xb3\xfe\x5f\xc3\xe5\xda\x93\x66\ \x82\x40\xe1\xb5\x97\x89\x5a\x74\x1a\xc7\x4b\xd5\xce\x98\x71\xea\ \xa5\xb2\xae\x5a\x8a\x45\x54\x46\x02\x0c\x55\xbc\xa4\x8a\x06\x2d\ \x97\x11\x05\xde\xb1\x20\x37\x1d\xee\x8e\x45\x61\x14\x64\x30\x3a\ \x6b\xa2\x7c\x40\x02\x4b\x62\x94\xbc\xc2\x12\x03\x41\x88\x64\x09\ \x56\x02\x22\x51\x01\x13\x02\x6f\xe4\x53\xff\xc5\xfa\xed\x9c\x3f\ \xf0\x9c\xf3\x8c\x50\x9b\xe0\x9a\x89\xda\x77\x83\x5c\x53\xdf\xc7\ \x86\xc1\xa6\x17\xba\xda\x5a\xdc\xb7\x65\xdf\x7f\xfc\x84\x7a\xfd\ \xe9\x65\x19\xb9\xa7\x8d\x32\xd0\x4e\xea\x7c\xa8\xb8\x8f\x0d\x5c\ \x75\x0d\x5b\x64\x3d\x82\xf8\x23\xf0\x76\x0e\x39\x9c\x9d\x97\xce\ \xf5\x75\xe2\xd5\x38\x65\xdf\x8f\x3d\x83\x70\x3c\xe9\x6d\x5f\x47\ \xdb\xeb\x57\x2f\x29\xfd\xca\xf7\x0d\xdf\x37\x11\x5a\x6b\x70\xa4\ \xae\x32\x2d\x52\xb2\xf6\xf2\xad\x50\x92\x12\xd3\xdb\xb4\xaf\x27\ \x0e\x85\xab\xa3\xc2\x95\x0d\x41\x5e\x34\xcb\x86\x37\xd1\xfb\xd8\ \x02\x0d\x8f\xd4\xcb\x6f\x55\xf3\x45\x69\xef\x86\xb6\x40\x63\x70\ \x7b\x9a\x16\x19\xf1\xa4\xd1\x02\x0c\xb4\xe1\x70\xb5\x2f\xc8\xf2\ \x55\xfb\x43\x3a\x6b\xb8\xf4\x96\xcb\x38\x49\x52\xe4\x86\xdc\x27\ \x03\xf3\x2c\xab\x46\x1e\x1f\xba\x49\x03\xad\x41\x9f\x7d\xa3\xe1\ \x15\x61\xf9\x16\xa2\x2a\x96\xa6\xe5\x67\x69\xd9\xb1\x19\x4f\x36\ \x90\x95\xda\x3f\x9b\xee\xd6\xd0\x98\xbc\xfb\xda\x05\x21\x2e\x86\ \x5a\xb0\x8d\xe8\xf4\x7a\x94\xe6\x71\x60\x83\xc7\x19\xb3\x23\xe3\ \x59\x5b\xe4\xd0\x91\x1d\x36\x00\xe2\x39\xbc\xb7\x44\xf3\xb3\xec\ \x11\xb8\x77\xd3\x52\xe2\xc6\x00\xef\x26\x54\xfe\xc0\xbe\x07\x5d\ \x94\x63\x67\x37\x0c\x9c\x1b\x81\xe5\x28\x90\x8d\x27\x5d\x0a\x5b\ \xce\x75\xb3\x10\x8c\x61\xef\x41\x4d\x80\x76\x6a\x59\x08\x81\x91\ \x4c\x3d\xff\x3c\xcc\x3a\x70\x1d\x64\xa0\xa5\xed\xc3\x8d\x15\xc3\ \xdb\x9f\x9b\x97\x56\x82\xa2\x64\x9e\x57\x2b\x59\xd4\x73\xe9\x4e\ \x8e\x88\xef\xbc\x2b\x12\x0d\x0e\x29\xc5\x7e\xd7\x97\xbd\x99\x86\ \xff\xb6\xe2\x7a\xa6\xab\x11\xbf\xc9\x2e\x31\x4f\x13\x9b\x21\x96\ \x6f\x57\xb7\x0d\x05\x3d\xab\xd3\xa7\x94\x3b\xbf\x8a\xef\xbb\x09\ \xeb\x46\x3d\x16\x26\x47\xe2\xbd\xf7\xfe\xa2\xa5\x76\x19\x2c\x57\ \x7e\x4e\x7d\x7a\x67\x1f\xb3\xb5\x76\xfb\xd7\x45\x28\xb5\x16\x8a\ \xdf\x19\xcf\x2d\x87\x5b\x67\xab\xbd\x6a\xfb\xe1\xf4\x74\xc6\x88\ \xf9\xa6\xea\xcd\xd3\x92\xc7\x05\x20\xc7\x0c\xab\x37\xd3\xe5\x8e\ \xb1\xf5\xbe\x4d\x2b\x12\xc4\xf2\xd0\x50\x40\xa7\xb6\xb8\x0e\x93\ \x9c\x85\x13\x25\x49\x45\xe8\x00\xbc\x21\x08\xd3\xb2\x77\x82\x4e\ \xa8\x22\x02\xe0\xcc\x02\xa4\xe3\xb9\x22\xfb\xd9\x31\x68\x03\x1c\ \x96\xa5\x57\xe3\xea\x6e\x7b\x8e\xed\x65\x51\x6b\x48\xf9\xc6\xc9\ \x65\xf1\x5c\xc4\x6e\xda\xf3\x1c\x48\xe5\xd9\x6d\xe8\x3a\x01\x72\ \x0e\x92\x62\x28\x51\x58\xd7\x72\xd3\xf8\x74\x12\x0d\x3e\xff\x75\ \xa1\xbc\xf8\x0a\xfd\xd8\x47\xbb\xcf\xc3\xe5\x51\x4f\x39\xf6\xf6\ \xd4\x9a\xd9\x4b\x3f\x35\xdb\xf6\xd0\xff\xbb\x10\x29\xbb\x97\x3c\ \xac\xe1\xe3\x79\x63\x41\xd6\xc0\x84\xa4\x42\xae\x6a\x16\xf2\x8d\ \x21\xb6\x57\x52\x5f\x36\x77\x83\xb0\x94\xdf\x8f\x48\x20\x9e\x2d\ \x64\x18\x81\x27\x89\xf1\x48\x3a\xbe\x15\x7c\x56\xe1\x4a\x61\xa2\ \x44\x74\x75\xd1\xf3\x93\x2d\xd0\x7d\x39\x59\x5a\xf8\x64\xb2\xf4\ \x1b\xf9\xd8\xc2\xd5\x6d\xe3\x63\x98\xeb\x02\xe4\xe9\xf3\xe6\xc6\ \xf3\xaa\x3f\x88\x57\xe2\x5d\xef\xce\xd1\x41\x88\x96\xca\x67\xe5\ \x92\x9d\xb9\x95\x54\x91\x1f\x3c\x10\xf5\xc5\xee\xd2\x4e\xa6\xea\ \xd4\xe6\x70\x41\x56\xb7\x6f\xd7\x0d\xd1\xb0\x55\x07\xe7\x36\xda\ \xcd\x82\xf2\x2e\x9c\x2d\xa8\x86\x55\x3d\xa9\xdb\x9b\xb7\x65\xf5\ \x82\x1e\x0a\x65\x15\xde\xad\xec\xef\x79\x20\x17\x4a\x3b\x25\x74\ \xea\xa1\x93\xd0\xe6\x42\x2e\xc0\xe4\xcc\x10\xfd\x9b\x93\xc9\x5c\ \xd5\x9b\xbc\x7b\xb3\x71\x61\xf3\xde\x6e\x73\xc6\xeb\x27\x57\x02\ \x63\xe6\x58\xfe\x5a\x75\x28\x1a\x58\x33\x2c\xc3\x88\x30\x22\xba\ \xbe\x62\x0b\x53\x1f\xf2\x83\x4c\xe6\x8c\x42\x65\xa4\x0a\x6c\xbe\ \x98\xe2\xfa\xcb\xb4\x52\x1e\xe4\x79\xe6\xda\xdb\xe1\xe3\x80\xc5\ \x58\xfc\x26\x16\x73\x56\xd5\x8d\x55\x7d\xa8\x2e\xa9\xab\x2e\x1c\ \x6a\xd9\x72\x1f\x99\x53\xf2\xbe\x7f\x98\x6e\xa0\x4c\x2e\xe3\xe5\ \x60\x73\x14\x7d\xee\x84\xe9\xf0\xa9\xd7\x07\x2b\xdf\x7f\xfd\x77\ \x65\x6f\xcf\xca\x0c\xa0\x8d\x79\x8d\x80\x31\x7a\x6d\x60\xeb\xb3\ \x9e\xa4\x7a\x30\x9e\x36\x32\x20\x96\x2a\xcd\xec\x35\x24\x53\x6e\ \x88\x69\x67\xe9\x01\x9d\x5c\x6c\xd0\x4e\x33\x64\x26\x3d\x5f\x4a\ \x9f\x48\x49\xd3\x6e\x09\x83\x46\xcb\x04\x79\xca\xcf\x87\x61\x3e\ \xa0\x38\x36\xe8\x24\x9f\x47\x85\xeb\x1b\x02\x6a\xe7\x00\x99\x33\ \x2b\x5a\x1c\x9e\xd0\x09\x56\x51\x0d\x12\xfd\xcc\xfa\x2c\xab\x7b\ \x1c\xb5\xa2\x24\xf9\x94\xd1\x29\x00\x89\x9f\x15\x29\x86\x57\xc1\ \xe7\x97\x62\x69\x3b\xd7\x37\x45\xf6\x08\x9c\xf7\x06\x99\x11\xe0\ \xef\xb2\x78\xf3\x67\xfb\x22\x82\x21\x88\x1a\x50\x0b\x3b\xfa\xc7\ \xb9\x38\xa9\x5a\x68\x58\x94\x0c\xf6\x0b\xc2\x54\x8d\xa7\x17\xd7\ \x01\xff\x96\xd0\xd4\xa0\x9c\x68\x5e\x55\x8c\x0f\x2b\xf9\xfd\x84\ \x0e\x16\xae\x5b\x81\xc3\xe3\xfb\x81\x39\xbc\x84\x42\x16\x89\x28\ \x8b\x03\xb5\x5a\xba\x64\x00\x57\x89\x27\x4d\x18\x3a\x9a\xfb\xe8\ \xca\x15\xca\x68\x59\xe7\x0c\x15\xfe\xa0\x8d\xc8\x89\x6e\x14\xaa\ \xe6\x5d\xd9\xc7\xce\x1a\xb8\xa6\xb3\xa7\x01\x85\xab\xfd\x99\xd0\ \xaf\x6d\x9e\x9f\xda\xa8\x41\x4e\x3f\xdc\xc7\xd6\x1f\x3f\xbe\x42\ \x76\x97\xbd\x87\x53\xf0\x5d\x0d\x4b\x53\x4b\x5f\xac\xc6\xb9\x4e\ \xc2\x30\x1c\x39\x48\x6f\xaf\x44\xbd\x90\x08\x90\x65\x5a\xb6\x96\ \x4b\x37\x4a\x67\x39\x14\xed\xdc\x62\x17\xa1\xa3\x9f\x5a\x49\x52\ \x06\xa4\x33\xd7\xf2\x5d\xe1\x94\x5d\xe6\x98\x6b\x07\x14\x54\x4a\ \x13\x5e\x3a\x4e\x40\x8d\x02\xc2\x75\x09\xb9\xb5\x6b\x42\xbd\x8e\ \x22\xad\x4b\x90\xe4\xa9\x97\x6f\xc7\xcf\x74\x6f\xd5\x3c\x69\x6c\ \xfe\x90\x3d\xaa\xdc\xf5\x4a\x80\x10\x93\xdd\x8b\x23\x68\x3d\x62\ \xc0\xa4\x62\x9c\x1a\x19\xca\x41\x80\x5f\x33\x60\x35\x0a\x85\x32\ \xb9\x22\x26\xe4\xf4\x27\xe9\x1d\x35\xfb\x17\xfb\x6b\x3a\xc7\x78\ \x17\xdd\x2d\x35\x6d\xcf\x59\x92\x62\xbc\x22\xb5\x25\x66\x2d\xcf\ \x3e\xac\x44\xa7\xc7\x1e\x99\x85\x9f\xa6\xd9\x4b\x0e\xd0\x9f\x3f\ \x65\x8c\xf4\xef\x70\xdd\x9a\xe1\xb0\xb0\x17\x10\xd8\x65\xb5\x1b\ \x03\xe4\x29\xdd\xce\x92\x00\xb4\xb4\x7d\x8e\x7b\xcb\x21\x3d\xd9\ \x0a\xda\x43\x61\x8e\xdf\x0b\xba\x8e\x6e\x53\x89\x7a\xf3\xce\xae\ \xe3\x04\x4d\x64\x62\x11\x39\xa6\x57\x64\xb5\xb4\x7d\xfa\x4a\xb8\ \x95\x4d\x08\xf4\xda\xfc\x5d\x52\x74\x7b\x00\x7a\x7b\xb5\x81\xc2\ \x42\xff\xa0\x6c\xd4\x93\x41\x9c\x01\x97\xc5\x0b\xdb\xcb\x24\x46\ \x8e\xc3\xae\x42\x43\xf9\xe8\xc5\xec\xcd\x09\x31\x9d\xc8\x82\x75\ \x58\xf7\xd9\x9e\xab\x60\xcb\x93\x40\xec\xea\x17\xd3\xf1\xf4\x92\ \xf1\xb3\x6a\x77\x7d\xf1\x54\x3c\xb5\xb1\xd8\xd7\x55\x09\xef\x86\ \xf3\xcf\xc2\xa0\xb1\x96\xc2\xf3\x88\xd5\xeb\xee\xee\xef\x7a\x9d\ \xf7\xb7\xd9\x52\x8c\x5e\xc9\x76\x56\xcb\x46\x9b\x2a\xbf\xbe\x8b\ \xbb\xa7\x33\xf9\x8c\xdb\x66\x4e\xf4\x10\x4e\xaa\x3d\xd1\xa4\x1c\ \x13\x4c\xec\xcf\x8c\xac\x52\xac\xf6\x69\xfb\xa2\xce\xa4\x96\x5f\ \x16\xda\xd7\x33\xa9\xe2\x48\x3e\xad\x8a\x5d\x4d\x0f\xac\xa1\x8c\ \x25\xe9\xe0\x1e\x5f\xe9\x9e\xfa\xd1\x99\x59\x63\xc4\x61\x77\x62\ \x5c\x60\xc7\x95\x3b\x9f\x13\xe9\xec\x81\x63\xd8\xd3\x5f\x30\xa9\ \x5f\x11\x6b\x57\x19\x33\xf1\x7c\x28\x14\x3e\xde\xb4\x1c\x1e\x5e\ \xac\xce\x67\x86\xd0\x46\xba\x68\xd9\x15\xc7\x7e\xf8\xbb\x24\x99\ \xe6\xb9\xa0\x6e\x3e\x78\x72\x91\x6f\xfc\xcf\x6f\xbf\x43\x89\x9f\ \xce\xc1\x60\xd2\xfd\x2c\x53\x61\xf3\x67\x57\x0f\x4f\x2c\x1a\xe6\ \x7e\xb3\x04\x9a\x74\x0d\x1b\xe7\xfe\xf5\xa9\xd5\x5a\x9c\x68\x46\ \x72\x73\x7f\x81\x3c\x0d\x75\x34\x5a\x64\x3d\x9a\xd5\xc8\x7c\x6a\ \x9d\xa8\xc8\x2d\xd9\xcd\x43\x50\x3e\xb7\xff\x60\x9f\xb0\x4d\x28\ \x71\xbf\x55\x8f\x91\x29\x51\x38\xaf\xef\x14\x4c\x84\x8a\xf9\xe7\ \x75\x98\x94\x73\xa8\xc8\xee\x5d\xf8\xbb\x45\x3a\xff\x80\xa0\xe4\ \x58\x75\xec\xe0\xf6\x60\x3f\x2f\xba\x06\xf5\x21\xcb\xd0\x85\x24\ \x00\xad\x39\x77\xc2\xd9\x70\x14\xbd\xbb\x1f\xdb\x89\xdc\x1d\xed\ \xd3\x8e\xec\x85\xf5\xd0\x16\x6d\x79\x13\x7b\x54\x5e\x08\xfb\x67\ \x31\xf6\x51\x49\x9d\x19\x8c\xc4\x32\x51\x88\x56\x5f\x81\xb0\x30\ \x66\x83\xd0\x3e\x99\xeb\x48\x9a\x4c\x98\x92\x50\x75\xa9\x6d\x89\ \xa1\xda\xda\x8b\x8c\x82\xc4\x7b\x93\xcb\x17\xbf\xd1\x90\xd3\x21\ \xbf\xef\x5a\x6c\x8a\xa8\x80\x28\x90\x54\x8d\x6c\xcb\x76\xe4\xdc\ \x8d\x4e\x97\x19\x01\xa4\xcf\x89\x59\x63\xeb\x9f\xdf\x21\x57\x4c\ \x5e\x10\x96\x78\x96\xf4\xe5\x10\xb6\xa0\x4d\xaf\xd8\xe9\x7a\x51\ \xa6\xeb\x47\xe2\xbb\x46\xb8\x7d\x42\xc1\x68\xb4\x3a\x09\x91\x37\ \x66\x4e\x93\x26\x16\x3d\x51\x50\x5a\x30\xa4\x64\x98\x89\x98\xeb\ \x65\x8f\x1e\x14\x6c\x5f\xf6\x3a\xca\xb3\xe1\xdc\xd8\xd1\xb4\x29\ \x92\xce\x97\xfe\xe1\x7b\xdd\xa1\x2e\x5d\x70\x39\xaf\x42\x55\x88\ \x47\x79\xab\x88\x6a\x67\x48\xd4\x38\xcf\xf9\xaa\xf2\x26\x99\xb1\ \x3a\xda\x06\xf2\x90\xbf\xbc\xf0\xcd\xef\x34\xd8\x87\xfa\x8a\xe2\ \x1f\x4a\x9f\x96\xfc\xb0\x89\x29\x29\x29\x7f\x42\x2b\x69\x7c\x84\ \xad\x18\xfb\x3f\x7a\x25\xac\xc7\xf3\x96\x59\x17\x00\x00\x00\x00\ \x49\x45\x4e\x44\xae\x42\x60\x82\ \x00\x04\x15\x3a\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x02\x58\x00\x00\x01\x90\x08\x06\x00\x00\x00\x72\x35\x1e\x98\ \x00\x00\x20\x00\x49\x44\x41\x54\x78\x9c\xec\x9d\x5b\x8c\x9d\x57\ \x79\xfe\x9f\x7d\x3e\x9f\x66\xc6\x33\xe3\x38\xb1\x63\x3b\xb1\x21\ \x0d\x4e\xeb\xaa\x52\x15\xa8\x50\xed\x46\x04\x2a\x7a\x51\xe4\xd4\ \x41\xbd\xa9\xb0\xda\x0b\xbb\xaa\x44\x24\x10\x12\xf1\x45\x42\x55\ \x81\x44\x90\x42\x2c\x41\x71\xc4\x0d\x6a\x8c\x2d\x55\x7f\xb5\x12\ \x24\x02\x5c\xa1\x96\xdc\x50\xa2\xc6\x2d\x90\x0c\xc4\x24\x90\xd8\ \x73\xda\xb3\xcf\xe7\xd3\xff\x62\xfa\x7b\xe7\xdd\xdb\x76\x12\x07\ \x3b\x86\x6a\x2f\xc9\xb2\x3d\xb3\xf7\xf7\xad\x6f\xad\xf5\x7d\xef\ \xf3\x3d\xcf\xf3\xbe\x2b\x30\x1a\x8d\x46\x9a\xb6\x69\x9b\xb6\x69\ \xbb\x05\xed\x63\x1f\xfb\x98\xda\xed\xb6\x36\x36\x36\x14\x8f\xc7\ \xd5\xef\xf7\xd5\xeb\xf5\xd4\xe9\x74\x14\x0e\x87\x55\xad\x56\x15\ \x8f\xc7\x15\x0c\x06\xb5\xb1\xb1\xa1\x76\xbb\x6d\xdf\xed\xf7\xfb\ \xca\x64\x32\x9a\x9b\x9b\x53\xb5\x5a\x95\x24\xc5\x62\x31\x05\x83\ \x41\xa5\x52\x29\x75\xbb\x5d\xa5\x52\x29\x45\xa3\x51\x49\x52\x30\ \x18\xd4\x70\x38\x54\x34\x1a\x55\xbb\xdd\xd6\xf6\xed\xdb\x55\x2c\ \x16\x35\x3b\x3b\xab\x62\xb1\x28\x49\x1a\x0c\x06\x9a\x9d\x9d\x95\ \x24\x25\x12\x09\xad\xac\xac\x28\x95\x4a\xa9\xdf\xef\x2b\x97\xcb\ \x69\x6e\x6e\x4e\x97\x2f\x5f\x56\xbb\xdd\x56\x2c\x16\x53\x24\x12\ \x51\xaf\xd7\x53\x22\x91\x50\xa5\x52\x51\xb7\xdb\x55\x28\x14\xd2\ \xdc\xdc\x9c\x32\x99\x8c\x56\x56\x56\x54\xab\xd5\x14\x0e\x87\xb5\ \xb0\xb0\xa0\x64\x32\xa9\x56\xab\xa5\x6e\xb7\xab\x52\xa9\x24\x49\ \x2a\x14\x0a\xba\xf3\xce\x3b\xb5\xbe\xbe\xae\x4b\x97\x2e\xa9\xd9\ \x6c\x6a\xef\xde\xbd\x0a\x04\x02\xaa\x56\xab\x0a\x06\x83\xaa\xd7\ \xeb\xca\x66\xb3\x92\xa4\x7c\x3e\xaf\x70\x38\xac\xd5\xd5\x55\x55\ \xab\x55\x25\x12\x09\x6d\xdb\xb6\x4d\x99\x4c\x46\x95\x4a\x45\x95\ \x4a\x45\xbd\x5e\x4f\x85\x42\x41\x73\x73\x73\x5a\x5f\x5f\xd7\xda\ \xda\x9a\xa2\xd1\xa8\x66\x66\x66\x14\x8d\x46\xb5\xbc\xbc\xac\x4e\ \xa7\xa3\x44\x22\xa1\x76\xbb\xad\x64\x32\xa9\xe1\x70\xa8\xb9\xb9\ \x39\xfd\xfc\xe7\x3f\x57\xbf\xdf\xd7\xc2\xc2\x82\xd2\xe9\xb4\x3a\ \x9d\x8e\x3a\x9d\x8e\x56\x57\x57\x95\x4c\x26\x75\xd7\x5d\x77\x29\ \x14\x0a\x29\x18\x0c\xea\x8d\x37\xde\xd0\xf2\xf2\xb2\xee\xbe\xfb\ \x6e\x85\xc3\x61\xf5\x7a\x3d\x45\xa3\x51\xbd\xfa\xea\xab\x8a\x46\ \xa3\xba\xfb\xee\xbb\x55\xab\xd5\xd4\x68\x34\xd4\x6e\xb7\xb5\xb2\ \xb2\xa2\x1d\x3b\x76\x68\x38\x1c\xaa\xdf\xef\x2b\x91\x48\xa8\xd9\ \x6c\xaa\xd1\x68\x68\xdf\xbe\x7d\xd6\xa7\x95\x95\x15\x9b\xd3\x85\ \x85\x05\x9b\xbb\xcb\x97\x2f\x6b\x7d\x7d\x5d\x9d\x4e\x47\xc9\x64\ \x52\xdd\x6e\x57\x91\x48\x44\xa9\x54\x4a\x1b\x1b\x1b\x0a\x85\x42\ \x0a\x85\x42\x1a\x0c\x06\x4a\x26\x93\x1a\x8d\x46\x5a\x58\x58\x50\ \xbb\xdd\x56\xa7\xd3\xb1\xb9\x1a\x0c\x06\x8a\x44\x22\x0a\x85\x42\ \xda\xd8\xd8\x50\xa1\x50\x50\xbf\xdf\x57\xab\xd5\x52\x2a\x95\x52\ \x30\x18\xb4\xcf\x4b\x52\x38\x1c\xb6\xf5\x91\x4c\x26\xd5\x6e\xb7\ \x35\x1c\x0e\x15\x0a\x85\x34\x1c\x0e\xad\x7f\xc1\x60\xd0\xd6\x6b\ \x20\x10\xb0\xf5\x1c\x0c\x06\xd5\xef\xf7\xad\x4f\xa5\x52\x49\xcd\ \x66\xd3\xbe\x17\x0e\x87\x15\x8f\xc7\x15\x8f\xc7\xc7\x7e\x1e\x8b\ \xc5\x14\x8d\x46\x35\x18\x0c\x94\xcd\x66\xb5\x63\xc7\x0e\x45\x22\ \x11\x45\xa3\x51\xbd\xf4\xd2\x4b\x4a\x24\x12\x8a\xc7\xe3\x57\xdc\ \x57\xe1\x70\xd8\xc6\x21\x14\x0a\x69\x34\x1a\xd9\x3d\x35\x1a\x8d\ \x14\x8b\xc5\x14\x8b\xc5\x24\xc9\xe6\x2c\x10\x08\xa8\xdd\x6e\x2b\ \x14\x0a\xa9\xdb\xed\xda\xb1\x62\xb1\x98\xc2\xe1\xb0\x32\x99\x8c\ \x02\x81\x80\x02\x81\x80\x4a\xa5\x92\x66\x67\x67\xed\xb8\x81\x40\ \x40\xd1\x68\x54\xe1\x70\x58\x83\xc1\x40\x9d\x4e\xc7\xee\xe7\xd1\ \x68\x64\x7f\x17\x0a\x05\x05\x02\x01\x5b\x87\x9d\x4e\x47\xa9\x54\ \x4a\xe9\x74\x5a\xb1\x58\x4c\x8b\x8b\x8b\x0a\x06\x83\xfa\xee\x77\ \xbf\xab\x7c\x3e\xaf\x4c\x26\xa3\x8d\x8d\x0d\xf5\x7a\x3d\xcd\xce\ \xce\x2a\x91\x48\xd8\x1c\xd2\xba\xdd\xae\x82\xc1\xa0\x5d\x1b\xcf\ \x06\xc6\xa0\xd7\xeb\x59\xbf\x87\xc3\xa1\x02\x81\x80\x7d\x76\x38\ \x1c\xda\x78\x71\xcd\xc1\x60\x50\x92\x14\x89\x44\x34\x1c\x0e\x35\ \x18\x0c\x14\x08\x04\xec\xf3\x7e\xae\x47\xa3\x91\xc2\xe1\xb0\xfa\ \xfd\xbe\x1d\x3f\x12\x89\xa8\xdd\x6e\x2b\x18\x0c\x2a\xf8\x4e\x1e\ \x8a\xd3\x36\x6d\xd3\x36\x6d\x37\xa2\xad\xac\xac\xe8\xb5\xd7\x5e\ \x53\xad\x56\x53\xb7\xdb\x55\xb3\xd9\x54\xb1\x58\x54\xb3\xd9\x54\ \xad\x56\xd3\x60\x30\x50\xbb\xdd\x56\xa3\xd1\xb0\x87\xa3\x7f\x30\ \x06\x83\x41\x0d\x06\x03\x7b\xc0\xf2\xb3\x54\x2a\xa5\xc1\x60\xa0\ \x6a\xb5\x3a\xf6\x80\x8d\xc5\x62\xaa\x56\xab\xaa\x56\xab\x5a\x5d\ \x5d\xb5\x60\x20\x6d\x3e\x94\x09\x4a\x83\xc1\x40\xad\x56\x4b\xa3\ \xd1\xc8\xce\xcd\x43\xbd\xdf\xef\xab\x54\x2a\xa9\xd1\x68\xd8\x83\ \x3c\x91\x48\xa8\xdb\xed\x6a\x38\x1c\xea\xce\x3b\xef\x94\xb4\x19\ \xb8\xfa\xfd\xbe\x22\x91\x88\x62\xb1\x98\x5a\xad\x96\xea\xf5\xba\ \x6a\xb5\x9a\xde\xf3\x9e\xf7\xe8\xae\xbb\xee\x32\xf0\x17\x89\x44\ \x54\x2e\x97\x6d\x5c\x1a\x8d\x86\x3a\x9d\x8e\x82\xc1\xa0\x9a\xcd\ \xa6\x01\xc6\x66\xb3\xa9\x48\x24\xa2\x56\xab\xa5\x66\xb3\xa9\xe1\ \x70\xa8\x78\x3c\xae\x76\xbb\xad\x5a\xad\xa6\x5a\xad\xa6\xd1\x68\ \x64\xc1\x2d\x10\x08\x58\x70\xaf\x54\x2a\x1a\x0c\x06\x5a\x5f\x5f\ \x37\x00\xc0\xb5\x06\x02\x01\x0b\x5e\xd2\x66\xc0\x49\x26\x93\x8a\ \x44\x22\x36\xe6\x8c\x31\x41\x5b\x92\x9d\x5f\x92\xda\xed\xb6\x12\ \x89\x84\xca\xe5\xb2\x3a\x9d\x8e\x86\xc3\xa1\x8d\x5f\xa7\xd3\x51\ \xb3\xd9\xb4\x60\xdd\xef\xf7\x6d\xec\xba\xdd\xae\xf2\xf9\xbc\x9a\ \xcd\xa6\x24\x59\x40\x96\xa4\xb9\xb9\x39\x05\x83\x41\xf5\x7a\x3d\ \xb5\x5a\x2d\x0b\x6c\x80\x8e\xd1\x68\x64\xe0\x20\x1a\x8d\xaa\xdf\ \xef\xab\xdd\x6e\x2b\x12\x89\x28\x9d\x4e\x1b\x28\x88\x44\x22\xca\ \x66\xb3\x4a\x24\x12\x1a\x0e\x87\x4a\xa5\x52\x4a\xa5\x52\x0a\x04\ \x02\x06\x6a\xda\xed\xb6\xb2\xd9\xac\x81\xa6\x68\x34\x3a\x76\x7d\ \xf5\x7a\xdd\x00\x5c\x30\x18\x54\x24\x12\x51\x2e\x97\x53\x26\x93\ \x91\xb4\x09\xbe\x86\xc3\xa1\xda\xed\xb6\x5a\xad\x96\xf5\x63\x38\ \x1c\xda\xf1\xa2\xd1\xa8\xea\xf5\xfa\x58\x80\xee\xf7\xfb\x06\xa0\ \x42\xa1\x90\x92\xc9\xe4\x66\x70\xfe\xdf\x3f\xe9\x74\x5a\xe1\x70\ \x58\x81\x40\xc0\xc0\xc4\x70\x38\x34\xc0\x1d\x0a\x85\x14\x08\x04\ \x6c\x3e\x58\xeb\xac\xed\x5e\xaf\x67\xf7\x88\x24\xcd\xcc\xcc\x68\ \xe7\xce\x9d\x0a\x06\x83\x6a\xb5\x5a\xea\xf5\x7a\xf6\xbd\x6e\xb7\ \xab\x70\x38\x3c\x06\x56\x46\xa3\x91\x06\x83\x81\x01\x32\xd6\x02\ \x6b\x88\xf3\x77\x3a\x1d\x5b\x4f\x91\x48\xc4\xfe\x3f\x1a\x8d\x14\ \x0a\x85\x6c\xce\x22\x91\x88\x01\xae\x44\x22\xa1\x64\x32\x69\x40\ \x92\x7b\x98\x35\xc8\xdc\xc5\xe3\x71\xa5\xd3\x69\xeb\x07\xe3\x06\ \xc8\x95\x64\xeb\x74\x34\x1a\x8d\x8d\x01\xe3\xd2\xef\xf7\xc7\xfa\ \xcd\x1f\x0f\x66\xf9\x7f\x28\x14\xb2\xe7\x01\x63\x1b\x8d\x46\xed\ \xff\xf4\x93\x71\xe2\x3c\x80\xac\x68\x34\xba\x79\xbf\x5c\xdf\xe3\ \x70\xda\xa6\x6d\xda\xa6\xed\xc6\xb5\xb5\xb5\x35\xb5\x5a\x2d\x45\ \x22\x11\x75\xbb\x5d\x0b\x06\xbc\x39\x4a\x5b\x6f\x92\x30\x01\x93\ \x6f\x9e\xf1\x78\x5c\xdd\x6e\x57\xa3\xd1\xc8\x40\x4d\xbb\xdd\x56\ \xbd\x5e\x97\x24\x35\x9b\x4d\x7b\x08\x87\x42\x21\x35\x1a\x0d\x0b\ \xa2\xa3\xd1\xc8\x00\x41\xb7\xdb\x55\x22\x91\x30\xe6\x04\x96\xa2\ \xd3\xe9\x28\x93\xc9\xa8\xd5\x6a\xa9\xd3\xe9\xa8\x54\x2a\x19\x28\ \x81\x7d\x28\x16\x8b\x63\xc0\xa5\xd7\xeb\x29\x1e\x8f\x6b\x7d\x7d\ \x5d\xfd\x7e\x5f\x77\xdc\x71\x87\x05\xf0\x56\xab\xa5\x7b\xef\xbd\ \x57\x3f\xfc\xe1\x0f\xb5\xb1\xb1\x61\x20\x70\x63\x63\x43\xfd\x7e\ \xdf\x18\x90\x52\xa9\xa4\x60\x30\xa8\xf5\xf5\x75\xa5\x52\x29\x2d\ \x2e\x2e\xaa\xdb\xed\xaa\x58\x2c\x2a\x99\x4c\x4a\x92\x52\xa9\x94\ \xb2\xd9\xac\xb1\x10\x00\x99\x6d\xdb\xb6\xa9\xd7\xeb\x29\x12\x89\ \xa8\x5a\xad\xaa\xd9\x6c\x6a\x76\x76\x56\xf1\x78\x5c\x8d\x46\xc3\ \x58\x8c\x66\xb3\x69\x81\xac\x54\x2a\x69\x7e\x7e\x5e\xfd\x7e\x5f\ \xb1\x58\x4c\xed\x76\x5b\xfd\x7e\x5f\xf5\x7a\x5d\x8d\x46\xc3\x82\ \x4f\x2c\x16\x33\xb6\x07\x10\x01\xb0\x9b\x99\x99\x31\x40\x3c\x33\ \x33\xa3\x46\xa3\xa1\x46\xa3\x61\xc1\x15\xe0\xc7\x58\xb7\xdb\x6d\ \x03\xc0\x30\x2d\x8c\x3f\xc0\xb5\xdd\x6e\x1b\x58\x06\x04\xe4\xf3\ \x79\xd5\x6a\x35\x05\x83\x41\x9b\x33\x00\x65\x3a\x9d\x36\x50\x06\ \x48\x68\x36\x9b\xca\x64\x32\x4a\x26\x93\x6a\x34\x1a\x6a\x36\x9b\ \xca\x66\xb3\x8a\x46\xa3\x36\xff\x80\xa7\x7a\xbd\x6e\xac\x0c\x2c\ \x48\xb9\x5c\x1e\x0b\xea\x00\x3a\xd6\x29\x20\x22\x12\x89\x18\x8b\ \x05\xc0\x89\x44\x22\x06\x26\x00\x3c\x00\x50\x1f\xf8\x59\xbf\x92\ \x0c\x80\x85\xc3\xe1\xb1\xbe\x01\x96\x59\x63\x00\x1b\x82\x3f\xa0\ \x95\x75\xc4\xb1\x63\xb1\x98\xad\x91\x78\x3c\xae\x8d\x8d\x0d\x03\ \xe8\xb1\x58\x4c\xf1\x78\xdc\xfe\x0d\xa8\x6c\xb5\x5a\x06\x20\x00\ \xc2\xe1\x70\x58\xcd\x66\x53\x83\xc1\xc0\xfa\x0a\x6b\xeb\x59\xa5\ \x60\x30\x68\x9f\xf7\x20\x85\x31\x04\x40\xf3\x73\x5e\x44\x3c\x23\ \xc8\x35\x85\xc3\x61\x45\x22\x11\x85\xc3\x61\x63\x18\xfd\xfd\xce\ \x67\x01\x54\x80\x5f\x40\x9c\x67\x35\xb9\x67\xb9\xf7\xfd\x8b\x02\ \xcf\x15\x0f\x56\xc3\xe1\xb0\x01\x53\xbe\xcf\xef\x58\xaf\x9e\xc9\ \x64\x8e\xec\x45\xe5\x86\x3c\x25\xa7\x6d\xda\xa6\x6d\xda\xde\x41\ \x23\xd0\xf3\xe6\x0b\x70\xf2\x0f\x3a\x02\x0a\x01\x84\x07\x28\x80\ \x8c\xcf\xf3\xe6\xca\x9b\x30\x0c\x10\x80\x80\x40\x45\xd0\x25\x90\ \x13\xdc\x90\x0e\x61\x2a\x38\x7f\xaf\xd7\x53\xa9\x54\xd2\xc6\xc6\ \xc6\x58\xd0\xbb\x74\xe9\x92\x49\x10\x04\xb6\x70\x38\xac\x72\xb9\ \x3c\xf6\xc6\xdf\x6e\xb7\x55\x2c\x16\xed\xff\xc1\x60\x50\x9f\xfe\ \xf4\xa7\xed\xda\x82\xc1\xa0\x56\x57\x57\x4d\x8a\xcb\xe5\x72\x5a\ \x5e\x5e\xb6\x31\xe0\xfc\xeb\xeb\xeb\x1a\x0c\x06\x4a\xa7\xd3\x0a\ \x04\x02\x2a\x16\x8b\x4a\xa5\x52\x2a\x97\xcb\xd6\x57\xa4\xa7\x6a\ \xb5\xaa\x58\x2c\xa6\x6e\xb7\xab\x4b\x97\x2e\x69\x6d\x6d\xcd\x58\ \xae\x4a\xa5\x62\x81\xbd\xdb\xed\x1a\x58\x93\x36\x59\x9a\x95\x95\ \x15\x0d\x87\x43\x63\x37\x3c\x48\xbb\xfd\xf6\xdb\x75\xe9\xd2\x25\ \x75\x3a\x1d\x35\x1a\x0d\x93\x30\x61\xfc\x5a\xad\x96\x36\x36\x36\ \xd4\x68\x34\x0c\x0c\x96\x4a\x25\x93\x46\x6b\xb5\x9a\x81\x0b\x80\ \x46\xa7\xd3\xd1\x68\x34\x52\xad\x56\xb3\x80\x57\xa9\x54\x14\x8f\ \xc7\x55\x2c\x16\x95\xcd\x66\xed\x7c\x83\xc1\x40\xdd\x6e\x57\xe5\ \x72\xd9\x80\x4b\xa5\x52\x31\xb9\x18\xf0\x14\x0a\x85\x0c\x24\x65\ \xb3\x59\x1b\x63\x80\x46\x2e\x97\xb3\x00\xdd\x6a\xb5\x34\x18\x0c\ \x94\x48\x24\x54\xaf\xd7\x95\x48\x24\xec\x67\xe1\x70\x58\xf5\x7a\ \xdd\xa4\xc1\x54\x2a\xa5\x5e\xaf\x67\x6b\x11\x80\xc5\xba\x8d\xc7\ \xe3\x1a\x8d\x46\xea\x76\xbb\x06\x50\x00\x08\x00\x13\xe4\x4c\x18\ \x3d\x49\x06\xce\xda\xed\xb6\xc9\x9e\x00\x0e\x64\x34\xd8\x36\xc0\ \x2a\xcc\x0b\x6b\x0a\xb0\xd1\x68\x34\x8c\x31\xe5\x33\x9e\xf9\x62\ \x8e\x63\xb1\x98\xc9\x73\x1e\xe8\x79\x96\x06\xe0\x04\x80\x00\x74\ \x78\x49\xd1\xdf\xc3\xdc\x87\x5e\xa2\x8b\xc5\x62\xf6\x02\x93\xcb\ \xe5\xec\x1c\x92\x0c\x28\xa5\xd3\x69\xbb\xa7\xa5\xcd\x97\x2a\xc6\ \x25\x18\x0c\x9a\x1c\x0c\x4b\x49\x83\xe1\xe2\xdc\xfc\x1b\xf6\x49\ \x92\xbd\xa8\xc1\x6e\xf1\x3d\x80\xa8\x24\x9b\x27\xff\x5c\x9a\x04\ \x50\x00\x4d\x8e\x01\x53\x05\xd8\x84\x11\xe3\x73\xc3\xe1\x70\x0a\ \xb0\xa6\x6d\xda\xa6\xed\xd6\xb5\x8f\x7c\xe4\x23\x6a\x34\x1a\x26\ \x11\x86\xc3\x61\x55\x2a\x15\x49\x52\xb9\x5c\x36\x19\x8e\x87\x23\ \x32\x1c\x0f\x70\x2f\x75\x05\x02\x01\x25\x93\x49\xf3\x78\x2c\x2e\ \x2e\x5a\x40\xe8\x76\xbb\x6a\xb7\xdb\xf6\x06\x8b\xf4\xc8\xf7\x09\ \x4c\x48\x76\x3c\xa0\xdb\xed\xb6\x7d\x8e\x87\x6d\x3c\x1e\xbf\xe2\ \x6d\x1b\x16\x88\x63\xf1\xd6\x4b\xdf\x09\x48\x92\xae\x08\x8e\xc3\ \xe1\xd0\xd8\x98\x40\x20\xa0\x5a\xad\x26\x49\x63\x8c\x11\xb2\xd3\ \x70\x38\x54\xa9\x54\xb2\x20\xd8\x6e\xb7\xb5\xba\xba\x6a\x01\x09\ \xf9\xee\x57\xbf\xfa\x95\x24\xe9\x8d\x37\xde\x30\xc6\xe0\xd2\xa5\ \x4b\x5a\x5e\x5e\x96\x24\x0b\xe2\x30\x54\x04\xbd\x52\xa9\x64\x63\ \x5b\x2c\x16\x4d\xe6\x91\x36\x83\xf8\x6b\xaf\xbd\xa6\x5f\xfe\xf2\ \x97\x76\x7d\x80\x0d\xd8\x37\x00\x4c\xaf\xd7\xd3\x4b\x2f\xbd\x64\ \xc1\x29\x1a\x8d\xaa\x52\xa9\x58\x20\x43\x2a\x22\xa0\x96\x4a\x25\ \x9b\x7f\xe4\x56\x82\x5c\x32\x99\x54\xa7\xd3\x31\xd0\x43\x30\x4b\ \xa5\x52\x36\xc6\x5e\x92\x0a\x85\x42\xc6\x68\x01\x96\x00\xe2\xa5\ \x52\x49\x81\x40\xc0\xd8\x4d\x80\xde\x68\x34\x52\xb3\xd9\xd4\x68\ \x34\xb2\xf3\xb1\x06\x01\xe8\xf5\x7a\xdd\x58\x34\x80\x3c\x01\x9d\ \xf1\x67\x8d\x79\xa9\x8a\xe0\x0f\xa0\xed\x76\xbb\x63\x80\xbc\xd7\ \xeb\x19\x80\x42\xde\xf5\xcc\x0b\xd7\xcb\xfa\xe3\xb8\x92\x8c\xd9\ \x61\xfe\xf8\x0c\x0c\x2a\xcc\x19\x80\x19\x06\x0b\xef\x16\xf7\x01\ \x40\x01\xd0\x01\xf0\x03\xc4\xf6\xfb\x7d\xcd\xcc\xcc\xd8\x75\xb4\ \xdb\x6d\xf3\xaa\x49\x9b\xc0\x1c\x16\x0c\xf0\x89\x34\x1e\x0e\x87\ \x8d\x0d\xed\x74\x3a\xe6\xb7\xf2\xb2\xb3\xbf\x5f\xb8\x3f\xe8\x53\ \x2c\x16\x53\x26\x93\xd1\xfa\xfa\xba\xa2\xd1\xe8\xd8\xb8\x72\x1f\ \xf1\xc7\xfb\xa3\xfc\x67\x78\x09\xe8\xf7\xfb\x26\xdf\x49\xb2\xeb\ \xe5\xfe\xf6\xf2\x1f\x9f\xf7\xf7\x33\x63\xc1\x35\xf2\xdc\xe1\xb9\ \xc2\xf7\x0c\x68\xbd\xc3\xe7\xe2\xb4\x4d\xdb\xb4\x4d\xdb\xaf\xdd\ \x76\xef\xde\x6d\x01\x17\x46\x20\x1c\x0e\xab\x54\x2a\xa9\x58\x2c\ \x6a\x30\x18\xa8\xd9\x6c\x6a\x63\x63\xc3\xa4\x1c\xd8\x14\xd8\x15\ \xc0\x4e\x34\x1a\x55\xb7\xdb\x55\x20\x10\xd0\xb6\x6d\xdb\x74\xff\ \xfd\xf7\x6b\x30\x18\x28\x1a\x8d\x9a\xb1\xdc\x9b\x5b\x79\x40\xf2\ \x90\x6d\x36\x9b\x9a\x9b\x9b\x33\x99\x6a\x30\x18\xa8\xd1\x68\x68\ \x7d\x7d\x5d\x73\x73\x73\x66\x6e\x26\x38\x54\x2a\x15\xf3\x6d\x10\ \xf8\xab\xd5\xea\xd8\xdb\xf0\x8f\x7f\xfc\x63\x65\xb3\x59\x65\x32\ \x19\x65\x32\x19\x0b\xf8\x04\x20\x82\x3f\xac\x8e\x6f\x5c\x3b\x40\ \x8a\xc0\xc1\x58\xf1\xf6\xcd\x5b\xbe\x07\x25\xfe\x78\x30\x7e\x30\ \x7a\x80\x03\x58\x41\xcf\xc6\xd0\x77\x40\x5f\x2c\x16\x1b\x63\xfd\ \x38\x26\x6c\x82\x67\x48\x3c\x6b\xe8\xbd\x6c\x92\xd4\x6a\xb5\x4c\ \xb2\xe2\x77\x48\x4b\x80\x45\xff\x79\xcf\x36\x54\xab\x55\x0b\x6c\ \x1e\x44\x7b\x09\x99\xfe\xd3\xa7\x78\x3c\x3e\x06\x50\x00\x0a\x9e\ \x99\x01\xdc\x01\x44\x00\x2f\x8c\x29\x00\x80\xc4\x09\xce\x81\x24\ \x0d\xb8\xf1\xd2\x10\xf3\xcf\x38\x01\x2c\x60\x13\xbd\xcc\x45\xc2\ \x06\x60\xa7\x5e\xaf\x2b\x1c\x0e\x9b\x7f\x90\xf3\x02\x0e\xb9\x66\ \x12\x2b\xfc\x9c\x00\xc2\x90\xf9\x60\x8e\x7a\xbd\x9e\x49\xac\xb0\ \x79\x80\x4f\xbc\x65\xf8\xfc\x78\xf1\xa0\x8f\xcc\x03\xac\x29\x9e\ \x44\xd6\x4e\xad\x56\xb3\xfb\x8f\x39\x88\x46\xa3\xd6\x37\x80\x25\ \xdf\xeb\xf5\x7a\x26\xe9\x33\xee\x99\x4c\xc6\xc6\x99\xf5\x1b\x8f\ \xc7\x95\x4a\xa5\x94\x48\x24\x6c\xce\xbb\xdd\xae\x49\xb1\x93\x5e\ \x4c\xd6\x2d\x63\xe1\xc1\x1a\x40\x94\xfb\xc6\xfb\xc8\xbc\x97\xd0\ \x7b\xb2\x3c\xa8\x62\x8d\xf9\x73\xfb\x97\x04\x6f\x65\xe0\x3a\x24\ \xd9\xb5\x4e\x01\xd6\xb4\x4d\xdb\xb4\xdd\xb2\xc6\xc3\x98\x3f\x3c\ \x8c\x7d\x00\xe0\xed\x99\x8c\x33\x1a\x4c\x17\x6f\xc0\x9e\xd9\x92\ \xa4\xd5\xd5\x55\x33\xa7\xe3\x85\x21\xc0\xf3\x20\x87\x15\x09\x85\ \x42\xda\xbe\x7d\xfb\x58\x10\x8f\x44\x22\x4a\x26\x93\x96\xd9\xc4\ \x03\x17\x29\x62\x66\x66\xc6\x8e\xe3\x25\x94\x8d\x8d\x0d\x33\x8d\ \xcf\xce\xce\xaa\xd7\xeb\xa9\xdb\xed\xea\xce\x3b\xef\x34\xa9\x63\ \xd2\x30\x4e\x70\x22\x70\x93\xc5\x56\x2c\x16\x4d\x06\x21\x0b\x0d\ \x53\x32\xd2\xa4\x97\x29\xa5\xcd\x60\x81\x04\x05\x48\x84\x09\x82\ \xd1\x48\x24\x12\x76\x3e\x7c\x68\x00\xa0\x46\xa3\x71\x45\x46\x16\ \xe0\x84\x00\x03\xab\xe7\xcd\xd1\x00\x27\xcf\x0a\x30\x27\xf8\x7f\ \x00\x1e\x30\x2c\x00\xc1\x40\x20\x60\xe3\x0f\x2b\x06\xa0\x68\x36\ \x9b\x8a\xc7\xe3\xc6\xe4\xd1\x00\x1a\x92\x4c\x66\xc4\x48\xee\x1b\ \x52\xa1\xb4\x05\xdc\xfc\xe7\xbc\x69\x1b\xf0\x8a\x64\xc5\xdc\x00\ \x8c\x31\x5c\x03\x64\xb9\x46\xfa\x85\x14\xc6\x1c\x22\xc3\xf9\x73\ \xf8\xcc\x34\xe6\x14\xb0\x2b\xc9\x98\x9b\x74\x3a\xad\x72\xb9\xac\ \x5e\xaf\xa7\x7c\x3e\x6f\xcc\x11\xe7\x65\xae\xb9\x2f\x00\x91\xc8\ \x7a\xde\xec\xcd\x7d\x50\xaf\xd7\x4d\xba\x04\x2c\xc2\x12\x87\x42\ \xa1\xb1\x6b\xf3\x40\xa6\x52\xa9\x68\xfb\xf6\xed\x63\x0c\x1c\xd2\ \x1d\xe3\xe9\x25\x7b\xa4\x54\x9f\x45\x08\x73\x06\x0b\xc5\x71\x68\ \xac\x4b\x69\x0b\xe0\x22\x47\xd6\xeb\x75\x63\xc3\xf8\xae\x97\x11\ \x3d\xcb\xcd\xcf\xa5\x2d\x46\x97\x75\xe9\x59\x26\xcf\x40\x7b\x80\ \x0a\x9b\xc5\xb1\xbc\x3f\xcb\xaf\x4b\x69\xcb\x8b\xc5\x39\x98\x13\ \xfe\x4c\x01\xd6\xb4\x4d\xdb\xb4\xdd\xb2\xf6\x5f\xff\xf5\x5f\xe6\ \x09\x9a\x9f\x9f\x57\x28\x14\xd2\xda\xda\x9a\x01\x1d\xc0\x05\xd2\ \x95\x7f\x88\xf3\xc0\xe4\x6d\xdb\x1b\xdf\x97\x97\x97\x35\x18\x0c\ \x54\xaf\xd7\x95\x4e\xa7\x25\x69\xcc\x38\xeb\x03\x5b\xaf\xd7\xb3\ \x87\x77\xb7\xdb\x55\x3c\x1e\x37\x79\x0e\x5f\x16\x99\x5d\xc8\x29\ \xb5\x5a\xcd\x82\x30\xfe\xa3\x4e\xa7\x63\x99\x60\x2b\x2b\x2b\xc6\ \xe6\x10\x68\xf1\x10\x79\x1f\x19\x00\xc4\xfb\x6a\x00\x46\x04\x4a\ \x2f\x5b\x78\x06\x21\x95\x4a\x19\xe0\x81\xd1\x22\x48\xcf\xce\xce\ \xda\x18\x0e\x06\x03\x33\xcc\x63\xf4\xe6\x7b\x80\x33\xc0\x21\xe7\ \x60\x2c\xe8\x07\x9f\xe5\xfa\x91\x6a\xf9\x3c\xc1\x5d\xda\x4a\x91\ \xf7\xe0\x07\x23\x36\xe3\x01\x4b\x02\xf8\xdc\xb6\x6d\x9b\x01\x35\ \x00\x2c\x4c\x1f\xd7\x8f\xb4\x47\x00\x65\xde\x60\x96\x00\x1d\x94\ \xd5\xf0\xc6\x71\xcf\x4c\x10\x6c\x99\x6b\x0f\xf0\x7d\x79\x03\x40\ \x11\xd7\xcc\x77\xb9\x4e\xae\x15\x56\xa4\x5c\x2e\x9b\xbc\x0b\xe8\ \x47\x26\x43\x62\x5c\x59\x59\x19\x63\x5e\x19\x43\x8c\xe6\xbe\x5c\ \x40\xb3\xd9\x54\xbf\xbf\x59\x1e\xc4\x33\x8c\xf4\x83\xb1\x04\xec\ \xc2\x9a\x70\x1d\x00\x65\xfc\x69\x8c\x01\x9e\x2a\x12\x15\xb2\xd9\ \xac\xea\xf5\xba\xad\x03\x98\x39\xb2\x53\xbd\xf4\xc6\x1a\x43\x1e\ \x95\xb6\x80\x2e\x20\x96\x71\xe1\x7c\xcc\xe9\x9e\x3d\x7b\xc6\x32\ \x03\x19\x4b\xfe\x9f\x4c\x26\xc7\x92\x21\x00\x33\x8c\xb7\x3f\x8f\ \xcf\x04\x64\x9e\xfc\x33\x83\x39\xf0\x40\x6a\xd2\xbb\xc5\x1f\xd6\ \x03\x3f\xf7\x12\xa1\x1f\x67\x0f\x56\xe9\xb3\x67\xea\xbc\x55\x81\ \xec\xdb\x29\xc0\x9a\xb6\x69\x9b\xb6\x5b\xd6\x30\x64\x4b\xb2\x54\ \xfa\x56\xab\xa5\x6a\xb5\x6a\x35\x91\x82\xc1\xcd\xb2\x0b\x48\x1b\ \xb5\x5a\x6d\x4c\xce\xe1\xed\xdf\x07\x02\x7c\x45\xa5\x52\x49\x3b\ \x76\xec\x30\xff\x07\xd2\x54\x2c\x16\x33\xc3\x2d\xe7\xc1\x20\x0d\ \xeb\xd0\x6a\xb5\x94\x4c\x26\x75\xe9\xd2\x25\xed\xda\xb5\x4b\xd9\ \x6c\x56\xcd\x66\x53\x9d\x4e\x47\x1b\x1b\x1b\xc6\xb8\xcc\xcd\xcd\ \xa9\x58\x2c\x6a\x65\x65\x45\xf9\x7c\xde\xb2\xe9\x60\xb2\x5a\xad\ \x96\x16\x17\x17\x55\x2c\x16\x2d\x80\x48\x9b\xbe\x95\x6d\xdb\xb6\ \x49\x92\xb1\x0a\xad\x56\x4b\xb3\xb3\xb3\x16\xe8\xbc\x91\xda\xbf\ \xfd\x7b\x96\x01\x26\xc6\x83\x25\xfc\x35\x04\x43\x82\x3c\x26\x6a\ \x82\x08\x4c\x12\x35\xc3\x9a\xcd\xa6\x95\x6b\xe8\xf5\x7a\x26\xe1\ \x90\xfd\x06\x73\x06\x80\x02\x5c\x11\xf4\x09\x50\x80\x0b\x02\x20\ \x92\x15\x81\x0a\x86\xc2\x03\x5b\x98\x19\x7e\x8f\x44\x44\x20\x1b\ \x0e\x87\xda\xb6\x6d\x9b\xa2\xd1\xa8\x49\x5a\xc3\xe1\xd0\x6a\x75\ \x79\x26\xc3\x97\xd4\xe0\xbb\x24\x3f\x10\x88\xe9\xcf\x68\x34\x52\ \xbb\xdd\x36\x60\x0d\xe3\xc2\x9a\x64\x4d\x4d\xd6\x55\x02\x08\xb1\ \x0e\x93\xc9\xa4\xb2\xd9\xac\x49\xb0\x94\xcd\xc0\x6c\x8e\x77\x8f\ \x3f\xcc\x41\x34\x1a\x35\x3f\x19\xc1\x99\x80\x0d\x08\x25\x73\x8e\ \x31\x9d\x0c\xf6\x7c\x8f\xb1\xf7\xd9\xa1\xbc\x4c\x70\xdf\xf8\xec\ \x42\x4c\xe3\x5c\x9b\xb4\x25\xff\xe2\x47\x6b\x34\x1a\x63\xb5\xb6\ \x18\x13\x9a\x07\xf7\x48\xaf\x48\xf3\xf4\xe3\xee\xbb\xef\x36\xa3\ \x7f\x3a\x9d\x36\x53\x3f\x80\x10\xb6\xd0\xdf\xd3\xf8\xbc\xaa\xd5\ \xea\x98\xaf\xca\xfb\xa0\x58\x5b\x5e\x0e\x94\xc6\x93\x64\x30\xff\ \x7b\x40\xe6\xa5\x46\xfa\xe0\x13\x5b\xbc\xf4\xe8\x7d\x74\x3e\x93\ \xd3\x83\xc3\xc9\x64\x1b\x63\xe0\xde\xf9\xa3\x71\xda\xa6\x6d\xda\ \xa6\xed\xd7\x6b\xfd\x7e\x5f\x3b\x76\xec\xb0\xec\xb9\x42\xa1\x60\ \xa5\x0d\x7a\xbd\x9e\xb6\x6d\xdb\x66\x60\xc1\x1b\xa8\xbd\x1f\xc6\ \x17\x12\xe5\xcd\x9b\x00\x9b\xc9\x64\x54\x28\x14\x2c\x0b\x8d\x20\ \xd5\xe9\x74\xac\xf6\x0e\xc1\x94\x32\x0a\xb3\xb3\xb3\x96\x96\x9f\ \x48\x24\x2c\x0b\x8c\x87\x2b\x81\x29\x9d\x4e\x5b\xdd\x2e\x8a\x7b\ \x7a\x80\x00\x90\x03\x90\x44\xa3\x51\x55\xab\x55\x63\xbb\x00\x25\ \x94\x8e\x80\x51\xc0\xaf\x84\x4f\x07\xf9\xa7\x5c\x2e\x1b\x33\x45\ \x61\x54\x58\xac\x99\x99\x19\xf3\xdb\x94\xcb\x65\x2d\x2c\x2c\xd8\ \x75\xc2\x1e\xf5\xfb\x7d\xad\xad\xad\x19\x83\x45\x30\x03\xc0\x46\ \x22\x11\xbd\xfe\xfa\xeb\x0a\x06\x83\x9a\x99\x99\x51\x2a\x95\xd2\ \xfa\xfa\xba\x2e\x5f\xbe\xac\x46\xa3\xa1\x3b\xee\xb8\x43\xb9\x5c\ \x4e\xd2\x26\x5b\xb3\xb1\xb1\x61\x59\x68\x80\xd4\x7a\xbd\xae\x66\ \xb3\xa9\xdb\x6e\xbb\x6d\x2c\x10\xad\xad\xad\x29\x9f\xcf\x2b\x9f\ \xcf\x9b\xd9\x9d\x92\x1c\x98\xdd\x99\x33\xc6\x06\x73\x36\x73\x43\ \x90\xa3\xbc\x44\x20\x10\x30\x89\x0b\x06\xa8\x5a\xad\x2a\x97\xcb\ \x8d\x79\xa3\x08\x76\xbd\x5e\xcf\x02\x3e\x66\x74\x12\x1b\x00\x44\ \x94\x29\x60\x9d\x20\x59\x03\xd0\xbc\x6c\x89\x21\x1f\x8f\x98\x24\ \xf3\xe4\x01\xf0\x39\x27\xe0\x9e\xb9\xc0\x87\x55\x28\x14\x6c\x2c\ \xb2\xd9\xac\x31\x4f\xb1\x58\xcc\x92\x19\x7c\xfd\x25\x80\xb6\x65\ \xa9\xfd\x6f\x1f\x28\x66\x1b\x0c\x6e\xd6\xb6\xf2\xb2\xb2\x37\x8e\ \xb3\x0e\x91\x54\xb9\x9f\x58\xdf\x9e\x31\x62\xbc\x01\xcb\x5e\x7e\ \xc3\xeb\x48\x19\x0d\x12\x13\x58\xeb\x83\xc1\x40\x1b\x1b\x1b\x0a\ \x87\xc3\xba\xf7\xde\x7b\xad\x6f\xbe\xb6\x9a\x67\xb3\x68\x3e\x99\ \x04\xd6\x10\x86\x8a\xf3\x33\xf6\xac\x61\x80\x8e\x07\x67\x9e\x95\ \x62\x1d\xf0\x3b\xee\x51\xee\x7b\x98\x50\x8e\xc1\x7d\xcc\x18\xd0\ \x4f\x9f\x00\x33\x09\xbe\x60\x3d\x7d\xa2\x81\x34\x2d\xd3\x30\x6d\ \xd3\x36\x6d\xb7\xb0\x61\xea\x05\x58\x50\x84\x91\x07\x21\x0f\xe5\ \x6a\xb5\x3a\x96\x05\x28\x6d\xc9\x2a\x04\x71\x49\xe6\x85\xe9\x76\ \xbb\x96\x7e\x3e\x18\x6c\x16\x71\xe4\xe1\x5c\xad\x56\x4d\x1e\xf4\ \x0f\xef\x60\x30\xa8\x6c\x36\x6b\xcc\x8a\x37\xc7\xcf\xcc\xcc\x18\ \x68\x6a\xb7\xdb\xca\xe5\x72\xc6\xbc\x05\x02\x01\x65\x32\x19\xf3\ \xfa\x0c\x87\x43\x2b\x15\x30\x33\x33\x63\xec\x14\x4c\x04\xa0\x80\ \x00\x51\xa9\x54\x2c\x90\x8e\x46\x23\x03\x6e\x18\xea\x91\x03\xdf\ \x78\xe3\x0d\xab\x80\x9d\xc9\x64\x2c\xc3\x31\x9f\xcf\x1b\xdb\x31\ \x1c\x0e\x55\x28\x14\xcc\xf7\xd3\x68\x34\x0c\xac\x50\xcd\x9d\x4a\ \xe1\x3e\xd8\x02\x0a\xca\xe5\xb2\xb1\x70\x18\xf7\xd7\xd7\xd7\x4d\ \x22\x5d\x5d\x5d\x35\x96\x91\x4c\xbb\x7c\x3e\xaf\x46\xa3\xa1\x4a\ \xa5\x62\xa5\x24\xb6\x6d\xdb\xa6\x56\xab\xa5\xf5\xf5\x75\x1b\x0f\ \x6a\x5e\x45\x22\x11\xd5\xeb\x75\x2d\x2f\x2f\xab\xd1\x68\x68\xf7\ \xee\xdd\xc6\x06\x51\x71\x1d\x30\x13\x08\x04\xb4\xbe\xbe\xae\xf5\ \xf5\x75\xbb\x16\x6f\xd8\x07\xc4\x49\x32\x2f\xd2\xde\xbd\x7b\x0d\ \x9c\x78\xc0\x4b\xa1\xca\x70\x38\x6c\xf5\xd7\x00\x10\x80\xb6\x6c\ \x36\x3b\x26\x27\x79\x60\xcc\xda\x60\x8d\xfa\x31\x96\xa4\x5c\x2e\ \x67\xc7\xf4\x65\x22\x00\x7e\x48\xad\xac\x19\xd6\x13\xa0\x9e\xf3\ \x78\x60\x00\x1b\x02\xc3\x04\x38\x21\xc8\xc3\x46\xc2\x30\x01\x36\ \x48\xc4\xf0\x35\xe0\x7c\x9d\x34\x64\x6f\x5e\x5c\x7c\x86\x21\x73\ \xef\xd9\x47\x8e\x4b\xd6\x61\xbf\xdf\xd7\xec\xec\xac\xf9\xa8\x00\ \x81\xc8\x9a\x30\xa1\xef\x7d\xef\x7b\x8d\x21\xcd\x66\xb3\x56\xd6\ \x81\xc6\x7d\xe7\xd9\x43\xff\x33\xd8\x5e\x98\xc7\xc9\xef\xf2\x2c\ \xf0\xe0\x10\xd6\xd3\x33\x54\xd2\x56\x76\x9f\xf7\x5b\x49\x5b\x8c\ \x9c\x97\xa3\x01\xc7\x93\xcf\x07\x2f\x1b\xf2\x72\x00\x0b\xee\xcb\ \x3c\x30\xc7\x53\x80\x35\x6d\xd3\x36\x6d\xb7\xac\xcd\xce\xce\x5a\ \x75\x73\xde\xa2\x09\x86\xde\x63\xe5\xdf\x12\x09\x26\x30\x36\xbc\ \x59\x22\x4b\xf0\xe6\xee\x03\x04\x7e\x2c\xde\x82\x61\x5c\xb2\xd9\ \xac\x15\xd1\x24\x90\xf9\xc0\x45\xc5\x6f\xaa\xac\x7b\x33\x32\xd2\ \x19\x72\x23\xec\x14\xc0\x0f\xd3\x7e\x2a\x95\x52\x2c\x16\xd3\xe5\ \xcb\x97\xd5\xef\xf7\x55\x28\x14\x2c\xd3\xae\xd3\xe9\x8c\x79\x7c\ \x86\xc3\xa1\x05\x3e\x9f\x55\xc7\xef\x09\x0c\x04\x3d\xb6\xaf\xf1\ \xbe\x1c\x64\xcd\x74\x3a\xad\x5e\xaf\x67\xd5\xd0\xd3\xe9\xf4\x58\ \x26\x14\xdb\x99\x60\xcc\x46\x4a\xa2\xd0\x69\xa7\xd3\x51\xa1\x50\ \x50\x26\x93\x31\x26\x8e\xb1\x83\x71\xf2\xf5\x96\x00\x6d\xbe\xbf\ \x78\xac\x24\x59\x52\x00\x5b\x04\xd1\x57\x98\x90\x70\x38\x6c\xf5\ \x94\x00\x12\xde\xec\xec\xcb\x72\xb0\x4e\xbc\x2c\xe6\x33\x3a\x25\ \x59\x9f\xd9\x82\x06\x29\x87\x7a\x59\xde\x43\xc6\xb1\x3c\xab\x87\ \x24\x9a\x48\x24\xac\x24\x01\x80\x04\xf0\xe3\x7d\x3c\x30\x72\xfc\ \x1c\xd9\xcf\xaf\x59\x40\x08\x60\xc7\xcb\xb8\x92\x6c\x1b\x1f\xd8\ \x56\xae\xa9\xd1\x68\x98\x71\x9c\xb1\xf0\x35\x9f\xa8\x8d\x06\x0b\ \xe7\x59\x34\xae\xaf\xd1\x68\x98\x94\xe5\xaf\x85\xe3\x4c\x82\x3f\ \x0c\xf5\xf4\xdb\x7b\xc7\x90\xeb\xf1\x98\xb1\x06\x42\xa1\x90\x6a\ \xb5\x9a\xe2\xf1\xb8\xf6\xef\xdf\xaf\x74\x3a\x6d\xd9\x91\x80\x17\ \xfa\x10\x8d\x46\xcd\x63\xc8\x75\x01\x6e\x61\xb0\xdb\xed\xf6\x98\ \xef\x8c\x3e\xd3\x1f\x6f\xf8\xf7\x72\x39\xf3\xc3\xef\xbc\x7c\x89\ \xb4\x8e\x34\xc8\xf5\x7a\x7f\x24\xe3\x0b\xa8\xe3\xda\x7c\xe6\xaa\ \x07\x83\xc8\x94\x9c\xcf\xd6\xd1\x3b\x7f\x34\x4e\xdb\xb4\x4d\xdb\ \xb4\xfd\x7a\x0d\x4f\x0f\x32\x03\xa0\x43\x92\x05\x2d\xc0\x40\x26\ \x93\x31\x06\x08\x30\x01\x40\x21\x20\x73\x4c\x82\x05\xb2\x05\xc1\ \x92\x4c\xb4\x5c\x2e\x67\xc1\xc0\x17\xd4\xc4\x8b\x43\x60\xe2\x81\ \xec\x33\xce\x08\xea\x80\x8f\x70\x38\x3c\x56\x04\x14\xdf\x12\x5b\ \xc4\x64\x32\x19\xab\x3e\x0e\x00\x44\xba\xf3\xd2\x03\x92\x64\xa5\ \x52\xb1\x9f\xc7\x62\x31\xdb\xf3\x6d\x66\x66\x46\xe1\xf0\x66\x21\ \x53\xcc\xca\x64\xd7\xf5\xfb\x7d\xf3\xff\xb4\x5a\x2d\x65\x32\x19\ \x0b\x3e\xa3\xd1\x48\x1b\x1b\x1b\xaa\x54\x2a\x56\x85\xde\xfb\x64\ \x30\x57\xc3\xfe\xf1\xb3\x58\x2c\xa6\x72\xb9\xac\x50\x28\x64\x75\ \x8e\xc8\x4e\xc3\x80\x4e\x56\x23\xf3\xc2\x35\x51\x2d\x1e\x40\x01\ \x98\x81\xf5\x23\xc8\xe2\xb1\x23\x80\x62\xaa\x0e\x87\x37\xf7\xa1\ \x2c\x95\x4a\x26\x0f\xe2\x15\x42\x66\x82\xd1\xf4\x52\x4d\x30\x18\ \xb4\xe2\xa7\x04\x66\xae\x15\x06\x63\x6d\x6d\xcd\x18\x21\xd8\x1f\ \xb2\x42\xf9\xd9\x68\x34\x32\xf9\xb9\x5c\x2e\x1b\x13\x0a\xf0\x9e\ \xf4\x40\x21\x67\x12\xac\x01\x82\x30\x49\x92\x8c\x71\xf4\x41\x9a\ \xda\x51\xf5\x7a\x7d\xac\xc8\x26\x0c\xae\xff\xfd\xce\x9d\x3b\x95\ \xcf\xe7\xed\xde\x00\x88\x92\x74\xc0\x5e\x98\xfc\x1e\x00\x0b\x3b\ \xc4\xcf\x29\x2c\x0b\xe0\xa4\x3f\x00\x1b\x0f\xe6\xc9\x32\x9d\x04\ \x24\x1c\x8f\xbf\xf1\xb1\x51\xe0\x76\xd7\xae\x5d\x4a\xa7\xd3\x6a\ \xb7\xdb\x26\xd3\x33\x2e\x93\x26\x79\x9f\xd9\xd7\xed\x76\xed\xfe\ \x67\xde\xf8\x0c\xa0\x8b\x17\x11\x40\x94\xcf\xde\xf3\xcc\x1b\xdf\ \xe3\x19\xe3\x01\x3b\xd7\x07\x20\xe2\x9c\x7e\x2d\x4a\x5b\x46\x79\ \x7f\x0c\x00\x21\x63\xe6\x41\x16\x7d\xe3\xfe\x9d\x02\xac\x69\x9b\ \xb6\x69\xbb\x65\x8d\x37\x54\xfe\xcd\x83\x8a\x3d\xde\x78\x68\x27\ \x93\x49\x85\x42\x21\x93\x12\x09\x2e\x3c\xf4\xbd\x0f\xc3\x67\xc4\ \xe1\x95\xf2\x35\x76\x82\xc1\xa0\xb6\x6f\xdf\x6e\x85\x23\xd9\x0b\ \x0d\xa6\x82\x07\x29\x8c\x0a\xec\x4a\x2e\x97\x53\x3c\x1e\xb7\x37\ \xe7\x56\xab\xa5\x42\xa1\x60\xc1\x22\x1c\x0e\x6b\xc7\x8e\x1d\x26\ \x37\xb0\x81\x30\x6f\xfa\xe9\x74\xda\xaa\x81\xf3\x1d\xbe\x87\xf4\ \xe8\x6b\x05\xe1\xff\x91\xa4\xe5\xe5\x65\x63\x1b\x30\xbb\xc7\x62\ \xb1\x31\x39\xd0\xa7\xda\xcf\xce\xce\xda\xe7\x31\xee\xe3\x77\x81\ \xd1\x81\x45\xc1\x9f\xc5\xb9\x00\x7f\xc3\xe1\x50\x8d\x46\xc3\xe4\ \x34\xfa\x87\xc7\x07\x1f\x14\x7b\xe2\xc1\x42\x4a\x32\x69\xb1\xd3\ \xe9\x28\x9f\xcf\x6b\x38\x1c\x9a\x6f\x0c\xe9\x16\x66\x0a\x96\x0b\ \x50\x00\xdb\x00\x50\xf5\x7e\x1f\x98\x25\x49\x36\x07\x92\x4c\x36\ \x03\xfc\x50\xe2\x82\x2d\x7c\x00\x02\x80\x69\xce\xcd\xf5\x92\x04\ \x21\x6d\x05\x65\xc0\x06\x0d\xff\x13\x00\xa8\xd5\x6a\x59\xa6\x1e\ \x12\x19\x46\x7a\xbc\x3c\x95\x4a\xc5\x18\x3f\xfa\xee\x99\x37\x69\ \xcb\xb7\x85\x5f\x0b\x89\xcd\x83\x87\x60\x30\xa8\xd7\x5f\x7f\xdd\ \x4a\x45\xf8\x84\x06\xd6\x0f\xc7\x43\xb2\x04\x44\x52\x57\x0b\x30\ \xe6\xbd\x42\xac\x4d\xce\xc1\x71\xa9\x03\x07\x68\x66\x7d\x30\x17\ \x80\x6c\xa4\x3b\xc0\x71\x3c\x1e\xd7\xde\xbd\x7b\x95\x4a\xa5\x54\ \xaf\xd7\x0d\xac\xc3\xf0\x70\x3e\x80\x0b\x5e\x30\x00\x4c\xa5\x52\ \xb1\xe4\x10\xef\x85\xf2\x52\xe0\x24\xa8\x02\xd4\x30\x47\xbe\x34\ \x84\xf7\x78\x79\x76\x91\xeb\xf5\xcd\xfb\xb3\x26\xd9\x4d\xc0\x99\ \x07\x96\xde\xf3\xe5\x41\x1f\x9f\xeb\xf5\x7a\x53\x80\x35\x6d\xd3\ \x36\x6d\xb7\xae\x8d\x46\x23\x2b\xc0\xc9\xc3\x5b\x92\xc9\x86\xbc\ \x7d\x0f\x06\x03\x0b\x96\xc9\x64\xd2\x64\x31\xff\x66\xee\x53\xe2\ \x33\x99\x8c\xf9\x75\x6a\xb5\x9a\x32\x99\x8c\x05\xcb\x6e\xb7\xab\ \x6a\xb5\x6a\xd9\x51\x5e\x86\x91\x64\x81\x32\x9d\x4e\xab\xd1\x68\ \x58\x7d\x9e\xe1\x70\x68\x41\x18\x96\x84\x37\x77\xae\x85\x6d\x4d\ \xa8\xf8\x4d\x40\x80\x89\x41\x76\xc0\x58\x5e\x28\x14\x24\xc9\x52\ \xf1\x61\x1d\x12\x89\x84\x0a\x85\x82\x62\xb1\x98\x2e\x5d\xba\x64\ \x80\x0f\xd9\xc6\xbf\x55\x23\x9b\xc0\x3c\x20\x81\xf9\x2c\x3d\x1e\ \xfe\xa4\xeb\x63\x14\x86\x25\x02\x18\xf8\xec\x40\x32\x36\x61\x52\ \x1a\x8d\x86\x05\x2b\x64\x1a\x64\x97\x4e\xa7\xa3\x5a\xad\x66\xfe\ \x30\x40\x07\x0c\x17\xd7\x43\xb9\x02\x3c\x4e\xd4\x51\xa2\xc1\x76\ \x21\x95\x71\x0e\x9f\xee\x4f\xff\x00\x7c\xc9\x64\xd2\x7c\x63\xbe\ \x90\xa4\x24\x03\xd4\xf8\xf0\x90\x0d\x8b\xc5\xe2\x58\x26\x9a\xf7\ \x02\x92\x19\x9a\x4a\xa5\xc6\x98\x0d\xfc\x6b\xf8\x9a\x00\xf6\x3e\ \x7b\xd1\x9b\xaf\x61\xd1\x28\xe5\xe0\x3d\x41\x80\x40\xbf\x9d\x12\ \x6b\xd8\x4b\x63\x04\xf2\x64\x32\x39\x06\xe4\x60\x29\x61\xec\xe8\ \x97\x0f\xf4\xb0\x77\x5e\x6a\x04\xc4\x02\x20\xfc\xbf\x01\x16\x00\ \x1b\xa4\x43\x49\x63\x59\x9a\xbc\xe0\x04\x02\x5b\x5b\xe5\x20\x85\ \xdf\x73\xcf\x3d\x76\xcf\xa6\xd3\x69\xa5\x52\x29\x63\xa0\x7d\x7d\ \x30\xee\x33\xef\x8f\xf2\x19\xb3\xfc\x8c\xb5\xee\xa5\x61\x9f\xa1\ \xca\x77\x98\x6f\xc0\x17\xcf\x02\x3f\x4f\x7e\x4e\x90\x3e\x61\x39\ \x27\x93\x3e\xb8\xb7\x39\x3e\x9f\xf5\x00\x0b\xa0\x0c\x18\x07\x58\ \x7b\xa0\x35\xf5\x60\x4d\xdb\xb4\x4d\xdb\x2d\x6d\x64\xa3\x51\x88\ \x92\x60\x5f\xa9\x54\x34\x18\x0c\x2c\xf0\xf9\xb7\x59\xfe\xc4\xe3\ \xf1\x31\xc3\xb9\x67\x62\x7c\xc0\x92\x64\x0c\x01\xcc\x4e\x32\x99\ \xb4\xb7\x6a\x8a\x71\x52\x94\x94\x92\x05\x3e\x28\xf4\x7a\x3d\x3b\ \x57\xa5\x52\xd1\xca\xca\x8a\x19\xd3\xdb\xed\xb6\xd5\xf1\x42\x26\ \xf1\xc1\xb5\x54\x2a\x29\x97\xcb\x99\xc4\x40\x86\x1a\xa0\x0d\x79\ \x94\xdf\x11\x68\x86\xc3\xa1\x99\xca\x09\x2c\xc9\x64\x52\xab\xab\ \xab\xc6\xc8\x85\xc3\x61\x6d\x6c\x6c\x68\x7e\x7e\xde\x00\x97\xdf\ \xee\x25\x1c\x0e\x1b\x23\x42\x60\x27\xa0\xe4\x72\x39\x0b\x20\x3e\ \xd5\x1e\xf6\x0e\x99\xcb\xd7\x51\x92\x64\xfd\x21\x80\x03\x6e\x7a\ \xbd\xde\x58\xd9\x04\x0c\xd1\xf1\x78\xdc\x4c\xe6\xc8\xae\xb0\x18\ \x93\xd9\x5c\xcc\x1d\x3e\x22\x69\x13\x28\x15\x0a\x05\x2b\xf8\x59\ \x2e\x97\x95\x4c\x26\x35\x37\x37\x67\x6c\x27\xd5\xd0\x31\xf5\xc3\ \xd8\x78\xdf\x10\xfd\x21\xd0\x56\xab\x55\xcd\xcd\xcd\x99\x11\x7b\ \x72\xe3\x70\x00\x54\x26\x93\x31\x63\x37\xd9\x98\x30\x8d\x30\x18\ \x00\x40\x40\x11\xb2\x30\x4c\x13\x81\xdb\xbf\x4c\x20\x01\xfa\x92\ \x16\x80\x3c\xae\x01\x70\xc1\x58\x21\xed\x22\xf7\xe2\xd9\x03\xe4\ \x30\xb6\x93\xd9\x81\xbc\x24\x70\x5f\x48\x1a\x4b\x7a\xf0\x3e\x3a\ \xce\x43\x9f\xf0\x24\x79\x26\x14\x1f\x52\xa3\xd1\xd0\xf6\xed\xdb\ \xb5\xb8\xb8\x68\xeb\xcd\x4b\xcf\x1e\x28\xf9\xad\x6e\xb8\x2e\xc6\ \xda\x7b\xad\xa4\x2d\xf9\x51\x92\x99\xc8\xa9\x88\x0f\xe8\xe2\x99\ \xc1\x3d\xef\x6b\x53\x79\xb9\x8e\x75\x25\xc9\x5e\x0a\xfc\xb9\xbc\ \xaf\xd2\x67\x0e\x02\xcc\xb8\x3f\x3c\x28\x07\x90\x72\x0e\x3f\xc7\ \xb4\x29\xc0\x9a\xb6\x69\x9b\xb6\x5b\xd6\x90\xc1\xf0\x8a\xb0\x71\ \x2f\x81\x80\x80\x47\xf0\x93\x64\x60\x01\x76\x09\xa9\xc1\x9b\x57\ \x79\x10\x62\x38\xc7\xd0\xcd\x43\x99\xef\xc1\x82\x60\xda\xe6\xfb\ \x94\x69\x20\x18\xaf\xad\xad\x59\xc0\x60\xdf\x44\x82\x04\x60\x86\ \xe0\x4d\x46\x21\x0c\x45\x30\x18\xd4\xdc\xdc\x9c\x3d\xb8\x09\x26\ \x5e\x46\x01\x2c\x15\x0a\x85\x2b\xbc\x67\x6c\x29\x42\xd0\x02\x44\ \x7a\x30\x02\xb8\xc1\x90\x8e\x27\x87\x4d\x96\x61\x10\x30\x43\x93\ \x09\xc7\xb9\x01\x4c\x00\x42\xb2\xde\x32\x99\x8c\x81\x39\xbc\x3b\ \x30\x71\x00\x55\x2f\x9d\xd0\x27\xca\x17\x20\xfb\x4a\xb2\x0c\xc5\ \x4e\xa7\x63\xde\x2e\xa4\x4e\x82\x18\x5e\x2f\xbf\xbd\x8b\xb4\x19\ \x38\x29\xd9\x51\xaf\xd7\x4d\xda\x4c\xa7\xd3\x36\x2e\x24\x11\xe0\ \xcd\xf3\x0c\x09\x92\x6b\xa9\x54\xb2\x39\x21\x08\x03\x44\x98\x83\ \x40\x20\x60\xc5\x6f\xa5\xad\x8d\x98\x91\x98\x00\x84\xc8\x5d\xf8\ \xce\xf0\x85\x31\x06\x14\x97\x65\x5c\x5b\xad\x96\xb6\x6d\xdb\x36\ \x66\x30\xe7\xd8\x92\x0c\x68\x00\x40\x3d\x28\x60\x9e\xe9\x07\x6b\ \x8d\xb5\x22\xc9\x32\x2f\x01\xe2\xf8\x19\xbd\xb4\xea\x7d\x42\x1e\ \xec\xc0\xbe\x02\x62\x60\xa6\xb8\xe7\x86\xc3\xa1\xaa\xd5\xaa\xcd\ \x3b\xbf\x0f\x04\x36\xf7\xfd\x9c\x99\x99\x31\x56\x67\x66\x66\xc6\ \xe4\x46\xee\x6f\x40\x8e\xcf\x00\x46\x46\x63\x1d\x00\x60\xf8\xae\ \xf7\x7a\x31\x97\xdc\xd7\xc8\x7f\xbc\x84\x48\x5b\x85\x87\xfd\x78\ \xd1\x38\xde\xa4\x8c\xc7\x1a\xe3\x8f\x67\xc2\xa4\x2d\xf9\x4f\x92\ \xbd\x98\x78\xc0\xeb\x3f\xe3\x33\x4f\x8d\xf9\x7c\xcb\x27\xe0\xb4\ \x4d\xdb\xb4\x4d\xdb\x4d\x6a\xc1\x60\x50\xc5\x62\x71\xac\x86\x14\ \x0f\x64\x40\x97\xf7\xd6\xf8\xcc\x20\x5f\xff\x0a\x4a\x1f\x96\x05\ \xc3\x37\xc6\x71\x2f\xd7\x11\x10\x31\xf1\x02\xba\x08\x4a\x95\x4a\ \xc5\xb2\x06\x29\xb0\x49\x30\x2d\x95\x4a\x0a\x87\xc3\xb6\x61\x2d\ \xa0\x8e\xc0\x05\x53\x83\x5c\xe0\x25\x23\x8e\xd3\xeb\xf5\x0c\x80\ \x61\xc0\xef\x76\xbb\x6a\xb5\x5a\xfa\xd5\xaf\x7e\x65\xbe\x26\xcf\ \xbe\x00\x6a\x00\x9e\xc8\x48\x04\x57\xcf\x9a\x70\x0e\x24\x3f\xfc\ \x5d\xa3\xd1\xc8\xb2\xbf\x90\x14\xcb\xe5\xb2\x05\x3f\x98\x13\x4a\ \x41\xe0\x89\xa1\xd6\x12\x2c\x0b\x1e\x30\xbc\x35\x8c\x13\xa0\x17\ \xd6\x85\x73\x90\xa5\x89\x19\x1b\x0f\x57\x2e\x97\xb3\x71\x61\x7e\ \x00\x92\x8c\x11\xec\x4e\xbb\xdd\xd6\xfa\xfa\xba\x4a\xa5\x92\x9d\ \xab\xdd\x6e\x6b\x63\x63\x43\xb5\x5a\x4d\xaf\xbc\xf2\x8a\x31\x8f\ \xad\x56\xcb\x64\x5d\x82\x1e\x0c\x27\x7d\x86\x05\x61\x7c\x60\x25\ \x3b\x9d\x8e\x95\xcd\x90\x64\xb5\xb9\xda\xed\xb6\x1a\x8d\xc6\x98\ \x94\x07\xc0\x64\x9c\xe9\x2b\x41\x58\x92\x81\x14\x40\x04\xf3\xc7\ \xda\x01\x98\xd1\x4f\xce\xeb\xb3\x48\x01\xbf\x30\xbb\xd4\x3e\xa3\ \xb4\x02\x9f\x47\xaa\x66\x3b\x26\xd8\x4c\x64\x3f\xc0\x09\xa0\x93\ \xb5\xd7\x6a\xb5\x0c\xe8\xf1\x33\xce\x23\x8d\xfb\x9f\x62\xb1\x98\ \x49\xf5\x5c\xc7\xce\x9d\x3b\x25\xc9\x98\x4a\xbe\xe3\xc1\x26\xf7\ \x07\xf2\x1c\xe3\xc0\x7d\x82\x87\x0c\xa0\xe2\xcd\xf4\x80\x4a\xbe\ \xe3\x4d\xea\x30\x8c\x5e\x0a\xf4\xd6\x01\x9e\x0d\xde\x97\x89\x8c\ \x07\xb3\xc6\xcf\xf8\xbf\xf7\xd0\x71\x1c\x0f\xfc\x98\x63\xdf\x7c\ \x56\x29\xe3\x1e\x08\x4c\xcb\x34\x4c\xdb\xb4\x4d\xdb\x2d\x6c\x3c\ \x20\x31\x6f\xd7\x6a\x35\x63\x6d\x28\x97\x40\xd6\x20\x0f\x50\xc0\ \x18\x41\x8c\xcc\x33\x1f\xd8\x78\xbb\x67\x93\x5a\x49\xc6\x0c\xf8\ \xa2\x88\x92\x6c\xcb\x9b\x72\xb9\x6c\x41\xc3\xfb\x35\xc8\xd6\xc3\ \xc4\xcd\x39\x90\xab\x38\x77\x2a\x95\x52\x20\x10\x50\xb9\x5c\x36\ \x29\xa8\x5c\x2e\x5b\x8d\x25\x18\xb4\x6e\xb7\xab\xe5\xe5\x65\xad\ \xad\xad\x69\xef\xde\xbd\xf6\xd9\x5f\xfc\xe2\x17\xf6\xf9\x3b\xef\ \xbc\xd3\x6a\x42\x21\x3b\xce\xcd\xcd\xd9\x56\x31\xf8\x88\x32\x99\ \x8c\xf2\xf9\xbc\x82\xc1\xcd\xaa\xf5\x64\xd8\x01\x34\x18\x2b\x40\ \x21\x55\xba\xf1\x56\xe1\x95\x59\x5f\x5f\x37\xc0\x83\x07\xaa\x52\ \xa9\x18\x83\x08\xbb\xe7\x6b\x0c\x31\x1f\x54\x7e\xc7\x57\x06\x28\ \x46\x5e\xc5\x67\x45\xd9\x08\x98\x3d\xcc\xf6\xcc\x15\x81\xb6\x50\ \x28\x98\x1f\x8e\xf3\x94\xcb\x65\x1b\x6b\x8c\xfa\xfc\x9f\xb2\x0f\ \xb7\xdd\x76\x9b\x24\x59\x62\x02\x41\x9e\x92\x19\x48\x61\x5e\x36\ \x26\x91\x02\x20\x00\x88\x01\xdc\xc0\xf4\x00\x5c\x19\x0f\xd6\x93\ \xa4\xb1\x3a\x54\x18\xff\xbd\xc4\xcc\xb9\x3d\x18\x97\xb6\x4a\x41\ \x78\x16\x8a\x31\x00\x9c\xfa\x6a\xf1\x00\x85\x4a\xa5\xa2\x62\xb1\ \x68\x09\x17\xde\x44\xef\x25\x3d\xe4\x55\x8e\xed\xe5\x35\x58\xbb\ \x60\x70\xb3\xf6\x1b\xac\x1f\x63\x8e\xb7\x8b\x7b\x13\xa6\xd6\x83\ \xb2\x6c\x36\xab\x5d\xbb\x76\xd9\x3d\x84\x27\x6c\x38\x1c\xda\x58\ \x73\x9d\x93\x6c\x14\x2c\x35\xf7\x9a\x97\xf5\x91\xdc\x00\xdd\xc8\ \xa5\x7c\xdf\x17\x1a\xa6\x48\xad\x2f\xd7\x00\xc8\xf1\x2f\x65\x5c\ \x17\xf3\xc5\x67\x78\xfe\x78\xe6\xca\xcb\x8d\x1e\x5c\xc2\x3c\x7a\ \xc9\x73\x34\xba\x72\xef\xc3\x31\xf6\xeb\xcd\x1f\x7f\xd3\x36\x6d\ \xd3\x36\x6d\x37\xaf\xf1\x16\xeb\xdf\x78\x91\xef\xa4\x2d\x13\x34\ \xcc\x81\x7f\xb8\x41\xd3\xe3\x7d\xf1\x52\x44\x26\x93\xb1\xd4\xfb\ \x85\x85\x05\x63\x4e\xc8\x0c\xe3\xad\x18\xf9\x0c\x29\xa7\x56\xab\ \xd9\xb1\x63\xb1\x98\x65\xc1\xe5\x72\x39\x63\xb8\xfa\xfd\xbe\x31\ \x42\x48\x46\x00\x0c\x2f\x89\x11\xbf\xeb\xac\x5f\x00\x00\x20\x00\ \x49\x44\x41\x54\xb0\x42\xa1\x90\x05\x27\xef\x0b\x82\xa9\x02\xf8\ \x48\xd2\xce\x9d\x3b\x35\x3f\x3f\x6f\xc7\xf4\xa5\x25\x2e\x5f\xbe\ \xac\x6e\xb7\xab\x5a\xad\x66\x52\xcc\xe2\xe2\xa2\xed\x33\x88\x8f\ \x0d\x36\xc3\x67\xca\x51\x03\x89\xba\x53\x94\x58\x20\xe8\x02\x3c\ \x61\x66\x98\x17\x5f\x57\xcc\xfb\x87\x00\x0a\xf8\xac\x00\x10\x5c\ \xbb\x07\x39\xd1\x68\x54\x8b\x8b\x8b\xc6\xa0\xc0\xba\xf0\x37\x00\ \x88\xe0\x8d\xfc\x43\xbf\x90\x43\xbd\x49\x1c\x20\x08\xab\x82\x7c\ \xc9\x9a\x00\xdc\x20\x0f\xe3\x89\xc3\x4b\x94\xcf\xe7\xad\xef\x24\ \x59\x00\x7e\x01\xf4\xc8\xb9\x9c\x77\x30\xd8\xac\xa5\xe6\x65\x23\ \xc0\xa1\xf7\xeb\xd1\x37\x00\x01\xff\x07\x4c\x30\x96\x9c\x07\x20\ \xc1\x5a\x96\x64\xa0\x15\xb6\x95\xc4\x87\x5e\xaf\xa7\x52\xa9\x34\ \x26\x11\x03\x22\xe2\xf1\xb8\x65\x74\xc2\xfa\x22\x87\x02\x00\x01\ \x7c\x30\xbe\xfe\x8f\x67\x73\x28\xe4\xca\xf7\xf1\xe0\xc1\xf0\x15\ \x0a\x05\xed\xdb\xb7\xcf\x98\x2e\x5f\x91\x1e\x10\x0e\x1b\xc4\x98\ \xf3\x6f\xee\x09\xfa\x0f\x33\xe4\x59\x21\x00\x16\x4c\x2d\xc0\xcd\ \x27\x3e\x78\xc0\x7f\xb5\x6c\x43\x3e\x8f\x34\xe8\xd9\x71\x5e\x3a\ \x18\x07\x5e\xd8\x60\x12\x27\x33\x0c\x19\x53\xc0\x27\xc7\xf3\xcc\ \x39\xf3\xe8\xcb\x78\x4c\x01\xd6\xb4\x4d\xdb\xb4\xdd\xb2\x46\x36\ \x20\xbe\x25\xf6\x65\xe3\x2d\x90\x4a\xea\x3c\x44\xbd\x24\x20\xc9\ \xd8\x1a\x36\x8a\x05\x3c\xf0\x00\x2d\x95\x4a\x5a\x5d\x5d\x55\x3e\ \x9f\x57\x2a\x95\x32\x13\xbb\x24\x03\x61\x64\x97\x71\x5e\xbc\x28\ \x64\xc7\x01\x54\x90\xc6\xa2\xd1\xa8\xf6\xec\xd9\x63\xd9\x72\x04\ \x1e\x40\x16\x12\x0d\x0f\x79\x8c\xf5\xd9\x6c\xd6\x98\xb9\x42\xa1\ \xa0\x6d\xdb\xb6\xd9\xc6\xc4\x92\xb4\xb0\xb0\xa0\x85\x85\x05\xe5\ \xf3\x79\x63\x98\x90\x08\x09\xf0\x00\xa0\x6c\x36\xab\x1d\x3b\x76\ \x58\xd6\x24\x81\x1d\x76\x0a\x7f\x91\x0f\xe6\xb0\x5c\x5e\x02\xf2\ \x65\x08\xc8\xaa\x0c\x85\x42\xca\x66\xb3\x06\x74\xf1\x80\x61\xd6\ \xa7\x30\x2a\x4c\x10\xe5\x27\x7c\x60\xc5\xc3\xe4\xeb\x05\xf9\xf2\ \x08\x04\x63\x40\x0d\xf3\x4d\x25\x75\x82\x18\x41\xcd\xcf\x2d\x80\ \x45\x1a\xf7\xca\xf8\x64\x05\x5f\x7e\x40\xda\x2a\x4a\xdb\x6c\x36\ \x55\xa9\x54\x0c\x84\x73\xdd\xd4\x1e\x03\xc4\xc3\x42\x21\x13\xd5\ \x6a\x35\x63\x52\x78\x11\xe0\x0f\xeb\x02\x2f\x20\x20\xd6\x27\x13\ \x78\x5f\x0e\xc7\xf4\x9e\x3a\x64\x5c\xd6\x8a\x0f\xe0\x00\x5f\x5f\ \x43\x8b\x8c\x52\xc6\x28\x91\x48\x18\x03\xc9\x7a\x82\xf5\xf1\x05\ \x4d\xfd\x4b\x09\xeb\x8b\xef\x60\x42\xf7\x86\x77\x2f\xc3\x31\x9f\ \x89\x44\x42\xf7\xdc\x73\x8f\xb1\x5b\xac\x69\xe6\x99\xeb\xf5\x4c\ \x9d\x6f\xcc\x19\xf3\xe6\xfb\xe5\xeb\x5c\xb1\xb3\x03\xe7\xa6\x3f\ \xbe\xfc\x82\x07\x4d\xde\x0b\xe5\xc1\x8e\xf7\x5d\xe1\x3b\x83\x29\ \x83\x95\x9a\x04\xef\x7e\x8d\x79\xe6\xcb\x03\x32\x7e\xe6\x8b\xe9\ \xf2\x73\xd6\xde\x54\x22\x9c\xb6\x69\x9b\xb6\x5b\xd6\x78\x48\x23\ \x11\x12\x6c\x49\x43\x07\x18\x90\x55\xc8\xf6\x35\xd2\x16\x33\x80\ \xcc\x32\x99\x15\x04\x38\x40\xd6\xf1\x00\x8d\x4d\x8f\x33\x99\x8c\ \x31\x27\x8b\x8b\x8b\xf6\x90\xfd\xc5\x2f\x7e\x61\xff\x26\x48\x52\ \xf7\x87\xe0\x0c\xe3\x25\xc9\xea\x4a\xf1\xb0\xa5\xd0\x27\xcc\x09\ \xa9\xed\x48\x40\x33\x33\x33\x9a\x9f\x9f\xd7\x70\xb8\x59\xb9\x1d\ \x06\xa8\xd7\xeb\x69\x63\x63\xc3\xbe\x0b\x8b\xb0\x7f\xff\x7e\x0b\ \x26\x04\x1f\x18\x31\xd8\x37\xe4\x44\x18\xa8\x50\x68\xb3\x22\xfe\ \xca\xca\x8a\x79\x78\x08\xfa\x92\x6c\x4f\x42\xcc\xc3\xe1\x70\xd8\ \x7e\xe6\x53\xe5\x01\xaf\x24\x17\x90\xf1\xc8\xbc\x91\xcd\xc9\xf9\ \xa9\xe5\x24\x6d\x49\x70\x7e\x8e\x60\x5f\x00\xa7\x80\x59\x80\xb3\ \xf7\xcd\x48\x5b\xe0\x48\xda\x04\x60\xfc\x3f\x9b\xcd\x5a\x82\x01\ \x40\x8c\xa0\x59\x2e\x97\x0d\x8c\xc2\x2c\xfa\x0c\xc8\x5c\x2e\x37\ \x56\x94\x13\x20\x82\x64\x8a\x47\x8e\x75\x09\x6b\x09\xa0\x21\xd0\ \x63\x22\x67\x0c\x24\x59\xb9\x0a\x5e\x0a\xa8\xca\x8e\x21\x1f\x16\ \x13\x89\x93\xec\x40\xc0\xbb\x0f\xd2\xf8\xe5\x00\x05\x24\x27\x00\ \x2e\x60\x5a\x61\x69\x00\x07\xdc\x47\x7e\xcd\xd0\x5f\xbc\x60\xde\ \x98\x8f\x07\x0a\x86\xc9\x33\x41\x80\x39\xaa\xd9\xbf\xe7\x3d\xef\ \xb1\xcf\x66\xb3\x59\x03\xb4\xac\x55\x49\x06\x64\x3c\xb3\xc4\xbd\ \xe7\xcd\xe9\xac\x1f\xee\x33\xbf\xee\xb8\x67\x3d\x58\xe6\xfa\x58\ \x4b\x80\x44\x18\x37\xce\x01\xf0\xe1\xdc\x3e\x9b\x91\xfb\x6c\x12\ \xe8\x79\x79\xd0\xff\xed\xc7\x64\xd2\x07\xca\x75\x03\xe0\xb8\xc7\ \x0d\x5c\xbe\x83\x67\xe2\x55\xdb\xc5\x8b\x17\x75\xe2\xc4\x09\x3d\ \xfc\xf0\xc3\x63\xae\xfc\x87\x1f\x7e\x58\x27\x4f\x9e\xd4\x85\x0b\ \x17\x6e\xd4\xa9\xae\xbb\x9d\x3b\x77\x4e\xfb\xf7\xef\xd7\xf3\xcf\ \x3f\xff\xb6\xbf\x73\xe1\xc2\x05\x05\x02\x01\x1d\x3e\x7c\xf8\x2d\ \x3f\x7b\xf2\xe4\x49\x3d\xfc\xf0\xc3\x3a\x7c\xf8\xb0\x5d\xf7\xe1\ \xc3\x87\x75\xe2\xc4\x09\x3d\xf7\xdc\x73\x57\xfd\x0e\x9f\xbd\x95\ \xe3\x72\x23\x9b\x9f\x7f\x3f\x0e\xfb\xf7\xef\xd7\xc3\x0f\x3f\xac\ \x27\x9e\x78\xe2\xba\xc6\xff\x37\xbd\x5d\xcf\xfa\x78\xb7\xdb\x6f\ \xd3\xda\xe2\x81\x4a\xd6\x9b\x67\x0f\x78\x98\xc1\x2c\xe5\x72\xb9\ \x31\x8f\x03\x41\x03\xd3\x34\xc7\x42\x7a\x21\xa0\x22\x05\xf2\x50\ \x45\x7e\x82\xf1\x20\x58\x7a\x83\x31\x2c\x82\x4f\xd9\xc6\x9f\x13\ \x08\x6c\xd6\xcc\x6a\xb5\x5a\x06\x3e\x3c\x23\x83\xc9\x1d\xdf\x15\ \x4c\x97\x97\x50\x00\x79\xf4\x09\x09\xe9\xb6\xdb\x6e\xb3\x60\x94\ \x4c\x26\x55\xaf\xd7\x8d\x71\x01\x08\x92\x3d\xe9\x01\xc5\x60\x30\ \x30\xe9\x30\x99\x4c\xda\xe6\xd3\xbe\x3e\x0f\xcc\x15\xc7\xe3\x33\ \xb0\x28\x7e\x6b\x14\x8c\xcc\xf4\x85\xba\x5e\x54\x3d\x97\x64\xa0\ \xae\x5c\x2e\x9b\x89\x9c\xe0\x03\xa3\x87\xa4\x86\x81\xdd\xd7\x43\ \xc2\xfb\xe3\xfd\x32\xac\x85\x66\xb3\x69\x40\x7a\x30\x18\xd8\xb6\ \x3c\x78\x5e\x98\x0f\xe4\x63\xa4\x4e\x58\x47\x82\x1d\xc7\xa6\xc0\ \xeb\x64\xdd\x29\xe6\xce\x67\x42\x72\x4e\xef\xdf\x0a\x87\xc3\x9a\ \x9b\x9b\x33\x50\xc4\x78\xe6\x72\x39\x93\x5a\x39\x1f\x45\x71\x61\ \xa6\x90\xef\x00\xe9\x30\x58\xf4\x4d\x92\xf5\x11\x00\xcc\x9a\xe4\ \x7e\xe0\xba\xd8\xcc\x1b\x60\x4f\x5d\x2c\xd8\x15\xbf\x2b\x00\xac\ \x18\x35\xb4\xf0\x87\x31\x47\x98\xfd\x19\x53\xcf\x66\xf9\xbd\x05\ \x59\x77\xa3\xd1\x48\xbb\x77\xef\xb6\x31\x63\x67\x02\xc0\x9d\xef\ \xaf\x07\x7b\xde\x07\xe5\xef\x5f\xd6\xa5\x4f\x52\xf1\x20\x6b\x92\ \x71\xa2\xc1\x68\x7a\x5f\x94\x07\x9b\xb0\xa2\x1e\xc8\xf9\x24\x1a\ \x2f\x6f\x33\x56\xbe\x7f\x93\xcf\x26\xfe\x9e\x94\x1f\x3d\xfb\xc6\ \xb9\x98\x03\x8e\x7d\xc3\x18\xac\x7a\xbd\xae\x53\xa7\x4e\x49\x92\ \x0e\x1d\x3a\xa4\xf9\xf9\x79\x49\xd2\x99\x33\x67\x24\x49\x8f\x3f\ \xfe\xb8\x1e\x7d\xf4\x51\x3d\xf6\xd8\x63\x37\xea\x94\x6f\xbb\x7d\ \xf6\xb3\x9f\xd5\xd2\xd2\x92\xbe\xfc\xe5\x2f\xeb\xfe\xfb\xef\xbf\ \xae\xef\x9e\x3f\x7f\xfe\x2d\x3f\xf3\xf8\xe3\x8f\x4b\x92\xf6\xed\ \xdb\xa7\xa3\x47\x8f\x4a\xda\xbc\xee\xf3\xe7\xcf\xeb\xd4\xa9\x53\ \x3a\x7a\xf4\xa8\x4e\x9f\x3e\x6d\x59\x19\x6f\xf7\xb8\x37\xb2\x61\ \x1a\xf5\x7d\xb8\x91\xcd\xcf\xbf\x1f\x87\xd5\xd5\x55\x9d\x39\x73\ \xc6\xd6\xc1\xa1\x43\x87\xf4\xa9\x4f\x7d\x4a\x1f\xfa\xd0\x87\x6e\ \x4a\x3f\xde\xed\xf6\x6e\xcf\xe3\xdb\x69\xbf\x89\x7d\xba\x56\xcb\ \x64\x32\xc6\x78\x50\x02\x81\x20\x03\x63\x44\xb0\x01\x90\xc0\x14\ \xf1\x06\x8e\x6c\x23\x6d\x19\x8e\x79\x38\xfb\x2a\xd2\x30\x25\x04\ \xb3\x7a\xbd\x6e\xf2\x0b\x80\x07\x13\x39\xac\x19\x12\x5e\xb5\x5a\ \x1d\x93\xac\x72\xb9\x9c\x6d\x9a\x8b\x94\x46\xf0\xf6\x7b\xbe\xf1\ \xb6\xec\x2b\xb3\x7b\xff\x0b\xc7\x03\x74\x61\x30\x47\x2e\x4a\xa7\ \xd3\x16\xe8\x08\x9e\xc5\x62\xd1\x24\x3c\x7c\x52\xb0\x09\xa3\xd1\ \xc8\xaa\x8b\xcf\xcc\xcc\xd8\x36\x2f\x98\xdb\x91\x3f\xa9\xe5\xe4\ \xc1\x61\xaf\xb7\x59\x7d\x1d\xe0\x03\xc8\x59\x58\x58\x90\xb4\x65\ \xca\x66\x53\x64\x69\x33\xc0\xd7\xeb\x75\x03\x9b\x04\x3c\x7c\x65\ \x30\x26\x5c\x2b\xe0\x14\x56\x8f\x80\x4a\xa0\xf7\x9f\x05\x24\x54\ \x2a\x15\x9b\x23\xd8\x88\x48\x24\x62\x26\xee\x44\x22\x31\xc6\x02\ \x22\xe7\x62\xf8\xf7\x01\x8f\x60\x48\x30\x27\x19\x00\xb6\xd3\x83\ \xc1\x6a\xb5\x3a\x56\x4b\x2a\x97\xcb\x59\x36\x27\xf3\x0d\xe8\x91\ \xb6\xf6\x3e\x64\x8d\x71\xed\x5c\x27\x45\x37\x27\x01\x07\x20\x05\ \x80\x86\xec\x0b\xa0\xe5\xe7\xb0\x88\xbe\x8e\x16\xdb\x30\x79\x56\ \xcb\x67\xde\x72\x9f\xb4\x5a\x2d\xe5\xf3\x79\x2b\x83\xe2\x7d\x4f\ \x5c\x3b\x2c\x10\xac\x22\xe3\x55\xab\xd5\xcc\x1b\xc8\x5e\x9b\x64\ \x9a\x36\x9b\x4d\xbb\xef\x02\x81\xc0\x98\x19\xdd\x7b\xa5\x3c\x23\ \xc4\xbd\x05\x60\xf1\xb2\x3e\xf3\x02\xe8\x02\xb4\xf8\xf9\x93\x64\ \xe5\x1d\xf8\xbc\xcf\x8c\x9c\x34\xd4\x7b\xb9\x13\x70\xe5\x0d\xeb\ \x7e\xfc\xf9\x1e\x7d\xf0\xe7\xf0\x5e\x39\xd8\x30\xae\x85\xf9\xf2\ \xe0\x52\xba\x49\x65\x1a\xbe\xf7\xbd\xef\xe9\x99\x67\x9e\xd1\x33\ \xcf\x3c\xa3\x7a\xbd\xae\xb3\x67\xcf\x4a\xda\x04\x22\xd7\x62\x74\ \x6e\x66\xfb\xfa\xd7\xbf\xae\xa3\x47\x8f\xea\x33\x9f\xf9\xcc\x4d\ \x3d\xcf\xb9\x73\xe7\xec\xba\x47\xa3\x91\x5e\x7c\xf1\x45\xed\xdb\ \xb7\x4f\x67\xce\x9c\xd1\xe7\x3f\xff\xf9\x9b\x7a\xee\x37\x6b\x27\ \x4e\x9c\x50\x3a\x9d\xd6\x2b\xaf\xbc\xf2\xae\x9c\xef\xe5\x97\x5f\ \xb6\x71\xf8\xde\xf7\xbe\x67\x63\x71\xfc\xf8\x71\x9d\x3f\x7f\x5e\ \x0f\x3e\xf8\xa0\xce\x9d\x3b\xf7\xae\xf4\x65\xda\x7e\xb3\x1b\x0f\ \x66\xaa\x3e\xf3\x02\xc0\xdb\x36\xf4\x3f\xe9\xff\x93\x0f\x60\x98\ \x04\x1e\xd0\x3e\xcd\x1c\x70\x83\xec\x82\x57\x04\x46\x82\x87\x26\ \xbe\xaf\x54\x2a\xa5\x6c\x36\x6b\x6c\x80\x37\x79\xfb\xf2\x07\x78\ \x5a\xa8\x59\x45\x7f\x00\x5c\x98\x72\x7d\xc1\x48\xd8\x39\xce\x0b\ \x3b\x83\x9c\x84\xdf\x04\xc0\x25\x6d\xc9\x2a\x1c\x83\x3a\x41\x00\ \x45\x3c\x3f\xa1\x50\xc8\x8c\xdc\x64\x9f\x79\xc6\xae\x52\xa9\x58\ \xff\x08\xe0\x80\x06\xc0\x1b\x63\xe2\xd9\x3f\x2f\xa9\xf8\x62\xab\ \xf8\x8c\xd8\xb6\x48\xd2\x98\x01\xba\xd1\x68\x98\x2c\x86\x87\x88\ \xad\x57\x26\xeb\x1e\x11\xb0\x38\x06\xd7\x07\xc0\x82\x11\x00\x90\ \x12\x0c\xeb\xf5\xba\x19\xd0\x61\xcb\x30\xba\x7b\x76\x82\x35\xe2\ \x37\x77\xe6\x3c\x1c\x0b\xf9\x08\x10\x1b\x8d\x46\x6d\x0b\x24\xe6\ \x0b\x56\x10\xd9\xda\x9b\xd8\x19\x7f\x6a\x7a\xf1\x22\xe0\xeb\x3e\ \x79\x60\x00\x9b\xe9\x03\x3a\x99\xa6\xcc\x2b\x5e\x41\xae\x91\xf1\ \x28\x14\x0a\x56\x5c\x95\x7b\xc3\x33\x3f\xde\xa4\x8d\x54\x05\x48\ \x61\x5d\xc2\x30\x02\x32\xb8\x1e\xfa\x8f\x87\x90\xef\xa4\x52\x29\ \xcd\xcd\xcd\xa9\xdb\xed\x2a\x95\x4a\x69\x76\x76\x76\xcc\x77\xe5\ \xeb\x53\x31\x1e\x48\x68\xbe\xdc\x84\x07\x2f\x5e\x9e\xa3\x79\x30\ \x45\x3f\x27\xb3\x03\xfd\xb5\xf9\xbd\x1b\x3d\xcb\xe5\x99\x48\x9a\ \x37\xb0\x7b\x9f\x9a\x7f\x86\x78\x2f\x17\x9f\xf3\xec\x98\x67\x59\ \x91\x05\xf9\x8e\x37\xb6\xf3\xdd\xe1\x70\x78\xf3\x4d\xee\xa9\x54\ \x4a\x47\x8e\x1c\xd1\x17\xbf\xf8\x45\x49\xd2\xbf\xfe\xeb\xbf\xde\ \xec\x53\x5e\xd1\xee\xbf\xff\x7e\x3d\xf3\xcc\x33\x3a\x70\xe0\xc0\ \xbb\x7a\xde\x03\x07\x0e\xe8\xeb\x5f\xff\xba\xa4\x4d\x70\x09\x8b\ \xf4\x6e\x37\x98\xa5\x5b\xd9\x0e\x1c\x38\xa0\xa7\x9e\x7a\xca\xd6\ \xc1\x43\x0f\x3d\xf4\x5b\x21\x61\x4d\xdb\xcd\x6d\x8d\x46\x43\xcd\ \x66\xd3\x7c\x34\xbc\x51\x12\x9c\x78\xd0\x53\xe4\x93\x37\x4a\x40\ \x90\xcf\x08\x23\xc8\x60\x38\xf6\xfb\xe7\x11\xd0\x82\xc1\xa0\x0a\ \x85\x82\x7d\x4f\xda\x94\xa4\xea\xf5\xba\x9a\xcd\xa6\xe6\xe6\xe6\ \xc6\xcc\xc7\x80\x2c\x02\xeb\x60\x30\x30\xdf\x16\x00\x00\x63\x35\ \x35\x9c\x3c\x3b\x41\x80\xc4\xbf\x02\x83\x44\xd6\xa4\x37\x69\xc3\ \x22\x60\x92\x86\x0d\xe1\xf8\xc8\x38\x18\xcb\xf1\xe8\xc0\xa2\xe0\ \x09\xab\x54\x2a\x66\xd6\x47\x6a\xc4\x7c\x2f\xc9\x58\x3a\xea\x28\ \xf9\xea\xe6\xf4\xab\x58\x2c\x8e\x99\x8a\xfb\xfd\xcd\xfd\xf1\x00\ \x94\x94\x12\xf0\x5e\x18\x82\x11\x12\x22\x00\x10\x00\xc7\xcf\x18\ \x73\x02\x33\xc1\x19\x49\x91\x4d\x9c\xf9\x3c\xbe\x2f\xae\x0f\x06\ \x4c\xd2\x98\x84\x0c\x5b\x45\x7f\x1a\x8d\x86\xb1\x63\x80\xc5\x62\ \xb1\x68\x45\x4e\x99\x1f\x02\x64\x36\x9b\xb5\x2d\x7f\x96\x97\x97\ \xc7\x4a\x5c\x50\x5c\x16\x80\x48\xff\x58\x2b\x30\x7a\xde\x47\xc6\ \xc6\xd8\x00\x11\x18\x48\xc0\x0c\xbf\xa7\x12\xbb\xb4\x55\xa7\xcb\ \xd7\x47\xf3\x5e\xb7\x6d\xdb\xb6\x29\x9d\x4e\x8f\xdd\x03\xbe\x5e\ \x93\x4f\x0e\x00\x94\x32\x6f\xbe\x58\x2a\x73\xc0\x7c\x73\xef\xb1\ \xbf\x22\xf3\x9d\x4c\x26\xb5\x73\xe7\x4e\x1b\xbf\x99\x99\x19\xab\ \x0d\x06\x9b\xc5\xfd\xea\xaf\xdd\x83\x1c\xd6\x04\x00\x6c\xf2\xe7\ \x9e\xa1\x62\xbc\x27\x25\x63\x2f\xe3\xc1\x00\x7a\xd6\x8a\xf9\xe7\ \xbb\x8c\x0d\x7d\xe2\xf7\xac\x37\xc6\x01\x70\x25\x6d\x6d\xec\xec\ \x65\x68\x40\x16\xe0\x95\xff\x7b\x59\xd9\x83\x68\x40\x2d\x63\xf0\ \xae\x65\x11\xfe\xe1\x1f\xfe\xa1\xa4\xdf\x8c\x60\xff\x6e\xb6\xfb\ \xef\xbf\x5f\xfb\xf6\xed\x93\xa4\x77\x8d\x41\xfa\x4d\x6e\x9f\xfc\ \xe4\x27\x4d\x3e\xfc\xc7\x7f\xfc\xc7\x5b\xdc\x9b\x69\xbb\xd5\x0d\ \x30\x44\x0d\x2a\x1f\xd4\x79\x60\xf2\x96\x29\x6d\xbd\x2d\x93\x31\ \x44\x10\x87\xdd\xf0\x8c\x05\x9b\x1e\xc3\xf8\x20\xbd\x60\xda\x45\ \x86\xc3\xb8\x9e\x4a\xa5\xc6\x6a\x4f\x21\x07\xc1\xd4\x60\xd4\xf6\ \x69\xf9\xa4\xce\x13\x14\x09\xac\xfc\x9b\xa0\xea\xe5\x17\x69\x13\ \x18\xe4\xf3\x79\x93\x15\x49\x75\xef\x76\xbb\x56\xcc\x94\xe0\x70\ \xc7\x1d\x77\xd8\x83\x1d\xcf\x18\x63\x47\x90\x24\xdb\x92\x73\x49\ \x32\x2f\x8a\x67\x99\x08\x28\x83\xc1\xc0\x7c\x6e\x48\x8d\x80\x49\ \x5f\xe5\x1e\x66\xc5\x4b\x4e\xcc\x03\xe3\xc3\x58\x12\x6c\x1a\x8d\ \x86\xcd\x27\xc6\x6f\x64\xd6\x7a\xbd\x6e\x73\x56\xad\x56\xb5\xbe\ \xbe\xae\x4a\xa5\x62\x35\xb7\x52\xa9\x94\x76\xef\xde\x6d\xdf\x23\ \xb0\x33\xfe\x04\x2f\x58\x30\xfa\x3c\x1a\x8d\x0c\x04\x61\x50\x0f\ \x85\x42\x06\x8a\xeb\xf5\xba\xea\xf5\xba\x81\x13\xe6\x11\x20\x03\ \xab\x27\x6d\x02\x20\xfa\xcf\x5c\xc2\x54\x78\x93\x38\x40\x19\xd6\ \xd1\x97\xf8\x80\x75\xc5\x1f\xc8\x7a\xf2\x32\x93\x7f\x91\x60\x4c\ \xf3\xf9\xfc\xd8\x1a\x01\x74\x33\x3e\x00\x67\xee\x01\x00\xbc\x07\ \x12\x30\x34\x48\xd2\xfc\x9c\x52\x0f\xd2\xd6\xa6\xc9\x00\xf7\xab\ \x49\x77\x89\x44\x42\x77\xde\x79\xa7\x5d\x2f\x72\x79\xb3\xd9\x54\ \xbd\x5e\x37\x10\xe4\x01\x06\xf7\x25\xe3\xe8\x19\x28\x2f\x4d\x32\ \xb7\xde\xc7\xe4\x01\x0b\x0c\x15\xf7\x2d\x40\x92\xfe\x4e\x32\x76\ \x1e\xac\xf9\xb5\x0e\x60\xe2\xb3\xfe\xbe\xf2\x2f\x04\xfe\x7b\x1c\ \xdb\xb3\x62\x7c\x7f\xd2\x1f\xe7\x33\x5e\x19\x43\xff\x7c\x7a\xd7\ \xcb\x34\x1c\x3a\x74\x68\xec\xff\xcf\x3f\xff\xbc\x99\xc4\x31\x44\ \x3f\xfd\xf4\xd3\x57\x65\x7b\x9e\x7f\xfe\x79\x05\x02\x01\x9d\x3c\ \x79\x52\x92\xf4\xdc\x73\xcf\xe9\xc4\x89\x13\x66\x36\x3e\x79\xf2\ \xa4\x2e\x5e\xbc\x78\xc5\xf7\xde\xcc\xf4\x7b\xe1\xc2\x05\x9d\x38\ \x71\x42\xfb\xf7\xef\xd7\xfe\xfd\xfb\x75\xe2\xc4\x89\x1b\x6e\xc6\ \x5e\x5a\x5a\x7a\xd3\xdf\xaf\xae\xae\xea\x89\x27\x9e\xd0\xe1\xc3\ \x87\xb5\x7f\xff\xfe\x6b\x5e\x07\x8d\xeb\x26\xb3\xe8\xe1\x87\x1f\ \xd6\xb9\x73\xe7\xae\x18\xb3\x93\x27\x4f\x8e\xbd\x49\x1c\x39\x72\ \xc4\x6e\x82\xc9\xb1\x78\xbb\xc7\xbc\x11\xed\x6f\xff\xf6\x6f\x25\ \x6d\x82\xed\xc9\xe3\xfb\xb1\x78\xb3\x79\x65\xde\xaf\x26\x39\x9f\ \x3b\x77\x4e\x81\x40\x40\x4f\x3c\xf1\xc4\x15\xbf\xbb\x9a\x39\x7d\ \xff\xfe\xfd\xf6\xff\x8b\x17\x2f\xea\xe4\xc9\x93\x6f\x7b\x2e\xae\ \xd5\xae\x77\x3c\xaf\xe7\x3e\x90\x36\x99\x9f\xa7\x9f\x7e\xda\xc6\ \xe9\xad\x3e\x4f\x9b\x1c\x5f\xfa\x35\xd9\x18\xa7\xa7\x9f\x7e\x5a\ \x92\xec\x5c\xfc\xff\x46\x36\x1e\xf4\x78\x79\x00\x04\xf8\xae\xa4\ \x2d\x09\x8a\x37\x7a\x02\x9b\x7f\xc8\x7b\x10\x40\xe0\x9f\x2c\x78\ \x88\x24\x86\xc1\x36\x93\xc9\xd8\x03\xd5\x3f\x68\x79\xa8\x23\xbd\ \x79\x46\x00\xc6\x04\xf6\x8d\x63\x85\x42\x21\x0b\x60\xe9\x74\xda\ \x98\x1e\x9f\xf1\x05\x5b\x93\x4c\x26\xcd\x44\x0d\xcb\x42\x26\x5d\ \xab\xd5\x52\x24\xb2\xb9\x77\x1e\x60\x81\x7f\xfb\x9a\x5f\x98\xe8\ \xd9\x32\x26\x1e\x8f\x6b\x66\x66\xc6\x00\x23\x63\x0b\xc3\x55\x2c\ \x16\x2d\xa8\x03\xc6\xc8\x40\x24\xb0\xf6\x7a\x3d\xcb\xc0\x23\x78\ \x20\x07\x61\x7c\xa7\xf0\x6a\xbd\x5e\xb7\x4d\xaf\x03\x81\xc0\x98\ \x69\x9f\x7d\x07\x01\x26\xb0\x8d\xb0\x45\x30\x4c\xf8\x92\x48\xf7\ \xc7\xe7\x83\xef\x8a\x31\xc1\x47\xc5\xb1\x7c\xd9\x03\x82\xa0\x97\ \xa5\x30\x3c\xfb\xed\x5f\x60\x68\x48\x10\xe0\x58\xbe\x4c\x02\xc1\ \x12\xf0\x06\xcb\x88\xe7\x09\x3f\x13\x3e\x41\xa4\xe3\x49\x4f\xd3\ \xa4\x11\xda\xfb\x75\x90\xe1\x90\xf8\x7c\x49\x0f\xd6\x32\xfe\x32\ \x4c\xfc\x92\xec\xf3\x00\x14\xbc\x63\xbc\x68\x90\xe5\x08\xdb\x4b\ \x16\xa5\x67\x5b\xe8\x83\xf7\x1c\xf1\x72\xc2\xbd\x53\xaf\xd7\x95\ \x4a\xa5\xb4\x7f\xff\x7e\x5b\x5f\x94\x32\xf1\x7e\x26\xe6\x11\x90\ \xe2\xc1\x1d\xf3\xc1\xcb\x8f\xf7\x33\xf1\xf2\xe4\xef\x63\x7e\x8e\ \x87\x6e\x52\x9a\xf3\xd7\x49\xa9\x08\xc6\xd6\xfb\x1a\x3d\x43\x07\ \x7b\xc8\x3a\xf6\x86\xfb\xab\x25\x12\x70\x1c\xdf\x26\x13\x20\x38\ \x9e\x97\x39\x01\x5a\x34\x3e\xfb\xae\x32\x58\xcf\x3e\xfb\xac\x24\ \xe9\x4f\xff\xf4\x4f\xed\x67\x17\x2e\x5c\xd0\xfb\xdf\xff\x7e\x3d\ \xfe\xf8\xe3\x9a\x9d\x9d\xd5\x03\x0f\x3c\xa0\x17\x5e\x78\x41\xc7\ \x8e\x1d\xd3\x9f\xfd\xd9\x9f\x5d\x11\x2c\xd2\xe9\xb4\xa4\xcd\xcd\ \x61\x4f\x9e\x3c\xa9\x07\x1f\x7c\x50\x3f\xfd\xe9\x4f\x75\xf4\xe8\ \x51\x9d\x3f\x7f\x5e\x8f\x3f\xfe\xb8\xf6\xee\xdd\x7b\x05\x40\xba\ \x96\xe9\xf7\xdc\xb9\x73\xba\xef\xbe\xfb\x74\xea\xd4\x29\x2d\x2d\ \x2d\xe9\xe0\xc1\x83\xfa\xce\x77\xbe\xa3\xf7\xbf\xff\xfd\x37\x8c\ \x5d\xf1\xd7\xc0\x66\x98\xbe\x7d\xf7\xbb\xdf\xd5\x1f\xfd\xd1\x1f\ \xe9\x91\x47\x1e\xd1\xf9\xf3\xe7\xb5\xb4\xb4\x64\xd7\x31\x09\x82\ \x56\x57\x57\xf5\xf0\xc3\x0f\xeb\xc1\x07\x1f\xd4\xa9\x53\xa7\x74\ \xfb\xed\xb7\xeb\xe8\xd1\xa3\x3a\x73\xe6\x8c\x1e\x7a\xe8\x21\x1d\ \x3c\x78\x70\x0c\x0c\xec\xda\xb5\xcb\xd8\x22\x49\xf6\x79\xff\xb3\ \xeb\x3d\xe6\x8d\x68\xf7\xdd\x77\x9f\xfd\xdb\xb3\x7a\xcf\x3d\xf7\ \x9c\x16\x16\x16\x6c\x2c\x26\xe7\xd5\x03\x81\xdf\xfb\xbd\xdf\x93\ \x74\x75\xc9\xf9\x9f\xff\xf9\x9f\x25\x49\x5f\xfd\xea\x57\xaf\xf8\ \xdd\x0f\x7f\xf8\x43\x49\xe3\xeb\x70\x69\x69\x49\xe7\xcf\x9f\xd7\ \xb9\x73\xe7\xb4\x77\xef\x5e\x3d\xfe\xf8\xe3\x6f\x39\x17\xd7\x6a\ \xef\x64\x3c\xaf\xf7\x3e\xb8\x78\xf1\xa2\x0e\x1e\x3c\xa8\x63\xc7\ \x8e\xd9\x38\xad\xae\xae\xea\xd8\xb1\x63\x3a\x76\xec\x98\x31\xa6\ \x93\xed\xc2\x85\x0b\x36\xbe\xef\x7d\xef\x7b\x75\xfc\xf8\x71\xbd\ \xf0\xc2\x0b\x7a\xe8\xa1\x87\x74\xe2\xc4\x89\xab\x7e\xa7\x52\xa9\ \xe8\xc4\x89\x13\x76\xae\x1b\xdd\xf0\x05\x51\x50\x94\x4c\x2f\x98\ \x12\xde\xe8\x61\x96\x08\x66\x3c\xc4\x09\x20\x80\x14\xe4\x12\x18\ \x23\x6f\x80\x27\x0b\xcd\xcb\x4b\x3e\xed\x1e\x9f\x92\xaf\x5c\x4e\ \x20\x1a\x0e\x87\x56\xa3\xa9\xdf\xef\x5b\xca\x3d\x2c\x91\x2f\x09\ \x00\xd0\x8b\x44\x22\x96\xf2\x0f\x53\x42\x0d\xa9\x66\xb3\x69\x01\ \x1a\x36\x84\x6d\x76\x08\xb8\xf4\x45\xda\xaa\x56\x4f\xdf\x09\x34\ \x00\x40\x82\xee\xfa\xfa\xba\x81\x20\xc6\x6c\x66\x66\xc6\xc0\x23\ \xd2\x1c\xe6\x7e\x9f\xc9\xe5\x59\x37\xff\xc6\x4f\x70\x82\x2d\x02\ \xa0\xe1\x57\x02\x9c\x6c\xdb\xb6\x6d\x8c\x09\x82\xa5\x61\x9c\x4a\ \xa5\x92\xea\xf5\xba\x6d\xd2\xcc\x67\xfd\x36\x3c\xaf\xbd\xf6\x9a\ \x56\x56\x56\x0c\x88\xc0\x1a\x00\x8e\xfc\x75\xd0\x6f\x82\x2f\x01\ \x3a\x9f\xcf\x9b\x87\xc9\xd7\x7b\xa2\x32\xb9\x2f\x6b\xc0\x78\x22\ \xcd\xc1\xfa\x20\x69\x01\x6a\xe2\xf1\xb8\x65\xe3\xd1\xa7\x58\x2c\ \xa6\x5c\x2e\x67\x63\x86\x94\x8c\x07\x0e\x30\xe3\x03\x77\x30\x18\ \xb4\xf5\x5d\xaf\xd7\x2d\x48\x53\x5f\x0c\x09\x18\x86\x08\xd0\x4b\ \x9f\x7c\x96\x21\x3f\xf3\x60\x83\x71\xc0\xf4\xce\xda\x05\x2c\x36\ \x1a\x8d\xb1\x63\x30\x36\xdc\x43\xad\x56\x4b\x33\x33\x33\xba\xe3\ \x8e\x3b\xec\x1e\x9d\x99\x99\x31\x46\x91\x44\x00\xc0\x0a\xc0\x6c\ \x12\x88\x70\x5e\x2f\x0b\x72\xad\x5e\x7e\xf3\x12\x31\xf7\x0f\x63\ \xe6\x33\x1b\xa5\xad\x3a\x54\x1c\x8b\xb9\x67\xfd\xf0\xcc\x90\xb6\ \xd8\x33\xcf\xcc\x01\xf8\xbc\x7f\x8e\x39\x01\x34\x01\xea\xb8\xef\ \x3c\x10\xf5\xe0\xcb\xb3\x8e\xfc\xdf\x7f\x9f\xe3\xde\x74\x80\xc5\ \x9b\xf6\xe3\x8f\x3f\xae\x7d\xfb\xf6\xe9\x2f\xff\xf2\x2f\xed\x77\ \x7b\xf7\xee\xd5\x8b\x2f\xbe\xa8\xd1\x68\xa4\xa7\x9e\x7a\x4a\x4f\ \x3d\xf5\x94\x5e\x7e\xf9\x65\x33\x43\x93\x79\x36\xd9\x4e\x9d\x3a\ \xa5\x6f\x7e\xf3\x9b\xfa\xc1\x0f\x7e\x60\x86\xfa\x7a\xbd\xae\x47\ \x1f\x7d\x54\x92\xf4\x57\x7f\xf5\x57\x5a\x5d\x5d\x7d\xd3\x7e\x3d\ \xff\xfc\xf3\x7a\xe8\xa1\x87\x24\x49\x67\xcf\x9e\xd5\x68\x34\xd2\ \x33\xcf\x3c\xa3\x97\x5f\x7e\x59\x67\xcf\x9e\xbd\x61\x52\xa6\xcf\ \x9e\x23\xb3\xd2\xb7\x47\x1e\x79\x44\x9f\xfa\xd4\xa7\xec\x66\x7b\ \xe5\x95\x57\x0c\x00\xfd\xc3\x3f\xfc\xc3\xd8\x67\xff\xee\xef\xfe\ \x4e\x67\xce\x9c\xd1\xf1\xe3\xc7\xb5\xb2\xb2\x62\xd7\xbe\xb2\xb2\ \xa2\xe3\xc7\x8f\x6b\x69\x69\x49\x1f\xfe\xf0\x87\x2d\x20\x7f\xe2\ \x13\x9f\xd0\x33\xcf\x3c\x63\xdf\xff\xd2\x97\xbe\x64\xe6\x73\xfc\ \x68\xd7\x7b\xcc\x1b\xd1\x7c\x26\xe3\xe5\xcb\x97\x25\x6d\x06\xff\ \x07\x1f\x7c\x50\xd2\xf8\x7c\x8c\x46\x23\x4b\x92\x78\xe8\xa1\x87\ \x0c\x3c\xff\xf1\x1f\xff\xb1\x24\xe9\x3b\xdf\xf9\xce\xd8\xb1\xc9\ \x5a\x94\x36\x81\xd3\x24\x30\xfa\xee\x77\xbf\x2b\x49\xfa\x93\x3f\ \xf9\x93\x2b\xfa\xf5\xd0\x43\x0f\xe9\xf4\xe9\xd3\x6f\x6b\x2e\xae\ \xd5\xde\xc9\x78\x5e\xcf\x7d\xd0\x68\x34\xf4\xe1\x0f\x7f\x58\x4b\ \x4b\x4b\x3a\x7e\xfc\xb8\xea\xf5\xba\x25\x13\xbc\xf2\xca\x2b\x5a\ \x5d\x5d\xbd\x2a\x63\xba\xba\xba\xaa\x23\x47\x8e\x68\xdf\xbe\x7d\ \x7a\xf1\xc5\x17\xed\x3c\x2f\xbc\xf0\x82\x8e\x1f\x3f\xae\x53\xa7\ \x4e\x5d\x95\xc9\xfa\xea\x57\xbf\xaa\x53\xa7\x4e\xe9\xf4\xe9\xd3\ \x63\xe3\x71\xa3\x1a\x0f\x2e\xd8\x03\xca\x01\x10\x1c\x4a\xa5\xd2\ \x58\xca\x37\x6f\xd0\x00\xab\x4e\xa7\xa3\x62\xb1\x68\x00\x07\x9f\ \x11\x05\x20\x3d\xf3\xe0\x8d\xdc\xf8\x4c\x7c\x00\x6e\x34\x1a\xe6\ \x29\x21\x48\xe6\xf3\x79\x3b\x26\x9f\xa3\x8c\x00\xa5\x03\x60\x4b\ \x9a\xcd\xa6\x96\x97\x97\x4d\x92\x24\xe0\x51\xbb\xc8\xcb\x6a\xde\ \x18\xcc\x03\x9e\x6a\xd9\x48\x78\x89\x44\xc2\x24\x2d\x80\x1d\x75\ \x97\xf0\x55\x71\x0d\xcd\x66\x53\xc5\x62\xd1\x8a\xa9\x12\x14\x08\ \x8c\x80\x53\xd8\x20\x7c\x37\xd1\x68\x54\xc5\x62\xd1\x58\xa7\x76\ \xbb\x6d\x40\x46\xd2\x18\xd0\xf2\x25\x06\x24\x99\x7c\x25\xc9\x00\ \x21\x60\x98\xf1\x92\x64\x6c\x14\xd7\x87\x97\x8a\x9a\x56\x64\x37\ \xe2\x95\xaa\x56\xab\xe6\x25\xf3\x60\x1b\xd0\xe3\x65\xb7\x54\x2a\ \xa5\x74\x3a\xad\xc5\xc5\x45\x2b\x8f\x40\x7f\x28\x00\x9a\xcb\xe5\ \x24\x49\xdb\xb7\x6f\xb7\xba\x68\x94\x9b\x20\x1b\x30\x97\xcb\x99\ \x54\x88\x91\x1c\x36\x65\xfb\xf6\xed\x9a\x9f\x9f\xb7\x1a\x61\xd1\ \x68\x54\xf9\x7c\x5e\xe9\x74\x5a\xb9\x5c\xce\x80\x60\x3e\x9f\xb7\ \x8d\x8f\x99\xd3\x46\xa3\x31\x06\xa4\x90\x1c\x7d\x12\x02\x81\xd9\ \x97\x69\x40\xbe\x05\x80\x93\x14\x90\x4a\xa5\x14\x89\x44\x6c\xac\ \x61\xd4\x48\xc6\x00\x90\xb1\x2e\x60\x7b\xb8\x77\x90\xf9\x98\x53\ \x18\x1f\x18\xca\x74\x3a\xad\xbb\xee\xba\xcb\x5e\x46\xf2\xf9\xfc\ \x15\x0c\x17\xd9\xb5\x93\xec\x11\x6b\xd9\x9b\xc5\xbd\xdc\xe9\x99\ \x1d\x9f\x40\x01\xa3\xe6\x01\x8c\xf7\x60\xc1\x50\x9a\x71\xfc\x7f\ \xc7\x16\x60\x8b\xec\xed\x33\x1f\x59\x7f\x1c\x07\x09\x9d\x17\x1f\ \x3e\xeb\xd9\x65\x18\x2d\xc0\x9d\x97\x20\xe9\x3f\xc0\xca\xfb\x0e\ \x19\x4b\xff\x39\xc0\xe3\x4d\x01\x58\x0f\x3f\xfc\xb0\xfd\x49\xa7\ \xd3\x3a\x76\xec\x98\x8e\x1e\x3d\xaa\x6f\x7f\xfb\xdb\x63\x20\x23\ \x95\x4a\x5d\xd5\x78\xfe\xd7\x7f\xfd\xd7\x92\xb6\x82\xe1\xd5\xda\ \x93\x4f\x3e\x39\x56\x72\x21\x95\x4a\xe9\xb1\xc7\x1e\xd3\xa1\x43\ \x87\xb4\xb4\xb4\xf4\x96\x66\xfa\x2f\x7f\xf9\xcb\x92\xa4\xd3\xa7\ \x4f\xeb\xc8\x91\x23\x63\xbf\x3b\x72\xe4\x88\x81\xb5\x77\xda\x56\ \x57\x57\xf5\xf4\xd3\x4f\xeb\xd8\xb1\x63\x92\xa4\x4f\x7d\xea\x53\ \x57\xfd\xdc\xa3\x8f\x3e\xaa\x4f\x7c\xe2\x13\x06\x3a\xf6\xec\xd9\ \x63\xd9\x8e\x67\xce\x9c\x31\xa0\xf8\xdc\x73\xcf\xe9\xcc\x99\x33\ \x3a\x74\xe8\x90\x3e\xff\xf9\xcf\x8f\x8d\xe3\xfc\xfc\xbc\x3e\xff\ \xf9\xcf\xdb\xb5\x7f\xeb\x5b\xdf\x7a\x5b\x7d\xbc\x19\xc7\xbc\xde\ \x46\xfd\x1c\x00\xcc\xb5\xe6\xe3\xf4\xe9\xd3\x92\x64\xf3\xb2\x67\ \xcf\x1e\xed\xdb\xb7\x4f\x4b\x4b\x4b\x63\x8c\xd0\xf7\xbf\xff\x7d\ \x3b\x8e\xb4\xc5\x58\x49\x9b\xe0\xe4\xcc\x99\x33\xda\xb7\x6f\xdf\ \x55\xd7\xdd\xd5\xe6\xe2\xef\xff\xfe\xef\x25\x8d\xcf\xc5\xb5\xda\ \x3b\x1d\xcf\xeb\xb9\x0f\xbe\xf5\xad\x6f\x69\x69\x69\x49\x87\x0e\ \x1d\xd2\x53\x4f\x3d\x35\x06\x56\xf7\xec\xd9\xa3\x2f\x7d\xe9\x4b\ \x57\xed\xdb\x37\xbe\xf1\x0d\x2d\x2d\x2d\xe9\x73\x9f\xfb\xdc\xd8\ \xb9\x52\xa9\x94\x3e\xf9\xc9\x4f\x4a\x92\xbe\xf2\x95\xaf\x5c\xf1\ \xbd\xa5\xa5\x25\x9d\x3e\x7d\x5a\x9f\xf8\xc4\x27\xb4\x67\xcf\x9e\ \x1b\x5e\xe6\x83\x62\x8e\x78\x22\x90\x24\x90\x8c\x7c\x2d\x21\x1e\ \xde\x30\x1a\x04\x47\x1e\xa8\x00\x10\xcf\xc6\x10\xa0\x01\x17\xc8\ \x6d\x80\x3a\x69\x93\xf5\x91\x64\x72\x84\xb4\x95\x06\x0e\xb8\xf3\ \x6f\xf0\xf8\xad\x90\xd7\x08\x8e\x80\x1b\xff\x96\xed\xfd\x3d\x30\ \x43\x5e\x0a\xc2\x3f\x45\x40\x85\x19\xe1\x9a\xf1\xd8\x48\x32\x76\ \xc4\x97\x71\xe0\x2d\x1f\xd6\xad\xdd\x6e\x5b\x3d\xac\x7a\xbd\x6e\ \x5e\x20\x02\x92\xb4\x69\x1a\xc6\xe8\xcd\x78\x31\xa6\x7c\x1e\x16\ \x0c\x43\x3f\xdf\x43\xa2\x02\xc4\xc1\x1c\x52\xae\x01\x1f\x92\x24\ \x2b\xdd\xd0\xeb\xf5\xac\x12\x7a\x20\x10\x18\x93\x3b\x9b\xcd\xa6\ \xaa\xd5\xaa\x46\xa3\x91\x8d\x13\x63\x4c\x20\xa6\xdf\x00\x6a\xe6\ \x56\x92\x49\x8c\x00\xc6\x48\x64\x73\x7b\x24\xef\x65\x8a\xc7\xe3\ \xba\xed\xb6\xdb\x8c\x1d\x0d\x04\x02\x56\x49\x9f\x92\x14\xed\x76\ \xdb\xc0\x37\xf2\xaf\xb4\xb5\x37\xa1\xf7\xb5\xd1\x47\xc0\x10\xc0\ \x83\xb5\xec\x7f\xcf\x3c\xb2\x56\x48\x5a\x90\x64\x32\x2e\x6b\x17\ \x26\x90\x63\x22\xfb\x25\x93\x49\x03\x8f\x8c\x39\x32\xa0\x67\x6a\ \x7c\xf6\x29\x2d\x10\x08\x98\xdc\x98\x4e\xa7\xcd\x73\x07\xe0\xc3\ \x60\x5f\xad\x56\x95\x4a\xa5\xf4\x3b\xbf\xf3\x3b\x76\x0f\xb0\xfd\ \x0d\xf3\xe9\x59\x3d\xe6\xc3\x7b\xa6\x38\x9f\xf9\x8f\xfe\xf7\x7e\ \x05\xa4\xf0\x39\xef\xd9\xf2\xde\x31\xee\x0d\xce\x87\x7c\xe7\x33\ \x5a\x39\x9f\x07\x64\x1e\x24\xfa\xf3\x4c\x1a\xda\xf9\x0e\x2f\x30\ \x9e\x89\xe3\x7b\x48\x99\xac\xd5\xc9\x02\xa7\xfe\x3a\xbd\x1c\xec\ \x7f\xc6\xb1\x6e\x5a\x16\x21\x75\x8f\x5e\x78\xe1\x05\xfb\xd9\x9f\ \xfc\xc9\x9f\x68\xcf\x9e\x3d\x57\xfd\x7c\xa3\xd1\xd0\x85\x0b\x17\ \xf4\xf4\xd3\x4f\xeb\x89\x27\x9e\x30\x79\xee\x5a\x0c\xd6\xbe\x7d\ \xfb\xae\x59\x47\xe9\xe3\x1f\xff\xb8\xa4\x37\x07\x67\x9e\xe5\xf8\ \xe8\x47\x3f\x7a\xd5\xcf\xc0\xa6\x5c\x4f\xbb\xef\xbe\xfb\x6c\x81\ \x2d\x2c\x2c\x18\xb8\x3a\x7b\xf6\xec\x35\xfb\x7b\xb5\xf3\x1c\x38\ \x70\xc0\x64\x9e\xe5\xe5\x65\x49\x5b\x52\xd8\xc7\x3f\xfe\xf1\xab\ \x06\xb9\x54\x2a\x65\xd7\x0e\xc8\x78\xab\x76\x33\x8e\x79\xbd\x6d\ \xc7\x8e\x1d\x6f\x6b\x3e\xf8\xf9\xf9\xf3\xe7\x0d\xe8\xfc\xcd\xdf\ \xfc\x8d\x24\xe9\x47\x3f\xfa\x91\x7d\x8e\x7e\xf2\xf9\x7f\xfa\xa7\ \x7f\xb2\xdf\xfd\xc7\x7f\xfc\x87\x24\xe9\x2f\xfe\xe2\x2f\xae\x7a\ \x8e\xab\xcd\x05\x40\x4e\xda\x9a\x8b\x6b\xb5\x5f\x77\x3c\xdf\xce\ \x7d\xc0\xf7\x38\xce\x64\xf3\x6b\xc7\xb7\x47\x1e\x79\x44\x92\xf4\ \x91\x8f\x7c\xe4\x8a\xdf\x71\x8d\xe7\xcf\x9f\xbf\x2a\x53\x79\xa3\ \x59\x2b\xdf\x78\x98\x47\xa3\x51\x7b\xd8\x23\x63\xe0\x55\x62\x2b\ \x16\xef\x73\xe2\x81\x0c\x23\xe3\x25\x09\x1e\x7c\xb0\x2e\x00\x35\ \x2f\x73\x01\x1a\x78\xcb\xc5\x84\x0c\xe0\xe0\xed\x9f\x4a\xf2\x14\ \x25\x85\x3d\xca\xe5\x72\xc6\x50\xe0\x73\x0a\x04\x02\x9a\x9d\x9d\ \x35\x09\x10\x59\xc2\xfb\xa6\x60\xc8\x78\x28\xe3\xc5\x09\x06\x83\ \xe6\xa9\x01\x1c\x00\xec\x60\xeb\xf0\xa4\x01\x88\x24\xd9\x9b\x76\ \x22\x91\x30\xff\x15\x7d\x01\x94\xa6\xd3\x69\x03\x12\x9e\xb9\xc0\ \x5f\xf4\xb1\x8f\x7d\x4c\xb9\x5c\xce\xea\x8e\xe5\xf3\x79\x93\x6d\ \x19\x43\xe4\x3e\x82\xe6\xda\xda\x9a\x31\x73\xd4\x9f\x62\x4f\x3f\ \x69\x73\x2d\x67\xb3\x59\x33\xf9\x33\x7e\x1c\xdf\x27\x07\x50\x26\ \x83\xc0\xc9\x98\x4f\xfa\x5d\x38\x37\x80\x88\xef\xc5\xe3\x71\x2b\ \x1c\x9a\x4e\xa7\xad\xff\xcc\x01\x2c\x56\x3e\x9f\x57\xb9\x5c\x1e\ \xab\x66\x1f\x0a\x85\x0c\xe8\x11\xec\x3d\x13\x56\x2a\x95\xb4\xb1\ \xb1\x61\x05\x55\x59\x17\xf5\x7a\x5d\xa5\x52\x69\xac\xc4\x45\xaf\ \xd7\xd3\xda\xda\x9a\xd6\xd6\xd6\x0c\x54\x01\x98\x03\x81\x80\xc9\ \xe1\xfe\x45\x00\x36\x91\x6a\xea\x30\xb1\xc8\xc9\x80\x5c\xe4\x33\ \xcf\xc6\x02\xc4\x18\x2b\x7c\x7c\x80\x07\x98\x26\xce\x0d\x03\x96\ \xcf\xe7\x0d\x94\xb7\x5a\x2d\x63\x63\xf7\xee\xdd\x6b\xf3\xe1\xcd\ \xf0\xb0\x55\x30\xb5\x9e\x4d\xf6\x80\x4a\xd2\x18\x20\xa6\x0f\xfe\ \x45\xc5\xcb\x83\x80\x95\x49\x5f\x97\x07\x3e\x3e\x7b\x98\xe7\x85\ \x67\xba\xf8\x1e\x7f\xfb\x8c\x41\x69\xab\xfa\xba\xcf\xc0\xa5\xcf\ \x3c\x33\x00\xcf\x7c\x9e\xe7\x8a\x7f\xf1\x98\x3c\x9f\x7f\x19\x93\ \xb6\x24\x4b\xfe\x8d\xe4\x79\x53\xb6\xca\x61\xe0\xa4\x4d\xe9\xe7\ \xc8\x91\x23\x3a\x76\xec\x98\xb2\xd9\xec\x15\xec\xc4\xb9\x73\xe7\ \xac\x10\x28\xed\x5a\x1e\x12\xda\x9b\x99\xc6\xff\xe0\x0f\xfe\x40\ \xd2\x66\x50\xf2\xf2\x98\x6f\x04\xca\x7d\xfb\xf6\x5d\x55\xb6\x93\ \xb6\xfc\x5e\xd7\xd3\x7c\x20\xba\xfb\xee\xbb\xf5\xbe\xf7\xbd\x4f\ \x1f\xfc\xe0\x07\xaf\x79\x8e\x37\x3b\xcf\xe4\x35\x22\x85\xbd\xf7\ \xbd\xef\xbd\xe6\xb1\xf8\xdd\xa4\x6c\x76\xad\x76\x33\x8e\xf9\x76\ \x9a\x67\x9c\x16\x17\x17\xdf\xd6\x7c\xcc\xcf\xcf\x1b\x63\xb5\xbc\ \xbc\xac\xf9\xf9\x79\xcb\x4c\xfd\xfe\xf7\xbf\xaf\x23\x47\x8e\xa8\ \xd1\x68\xe8\xd4\xa9\x53\x3a\x7e\xfc\xb8\xe6\xe7\xe7\x4d\xfa\xba\ \x78\xf1\xa2\xf6\xec\xd9\xa3\x1f\xfc\xe0\x07\x92\xae\x0d\x9e\xdf\ \xee\x5c\x5c\xab\xfd\x3a\xe3\xf9\x76\xef\x83\xb7\x73\x8e\xc9\xfe\ \x7a\xe6\xed\xad\xd6\xf5\xca\xca\xca\x15\x2f\x42\x37\xab\x38\xad\ \xb4\xb9\xf5\x09\x05\x2d\x91\xbd\x78\x78\x11\x40\x62\xb1\x98\xca\ \xe5\xb2\x3d\xb8\x78\x2b\x05\x4c\x20\x61\xf0\x76\xca\x83\x96\xef\ \xe3\x77\xe2\xc1\x4b\x11\x49\x18\x0b\x58\x03\xbc\x1c\x8c\x11\xe7\ \x01\x5c\xf4\xfb\x7d\xd5\x6a\x35\xcd\xcc\xcc\x48\xd2\x98\x5f\x89\ \x7e\xc3\x54\x48\x32\x29\xca\x9b\xb0\x91\x1f\x61\x5b\xf0\x7d\x25\ \x12\x09\x2b\x57\x21\x6d\x6d\x63\x03\xc0\x02\x54\xc2\x68\x44\xa3\ \x51\x35\x1a\x8d\xb1\xe2\xa1\xd4\xd4\x02\x90\xc1\x1a\x01\x22\x53\ \xa9\x94\x81\x3d\x00\xe2\x70\x38\xd4\xd2\xd2\x92\x95\x82\xf0\x26\ \x61\xae\x17\xc6\xce\x67\x57\x02\x5c\x7c\xb5\x73\x98\xa5\x4c\x26\ \xa3\x4b\x97\x2e\x59\x11\x59\x8c\xe5\x94\x32\x40\xb2\x89\x44\x22\ \x76\x9d\xe9\x74\x5a\xb1\x58\x4c\xb3\xb3\xb3\x2a\x97\xcb\x06\x0a\ \x08\x54\x9c\x9b\x12\x15\x3e\x08\x53\xd8\x35\x1c\xde\x2c\x20\x4b\ \xb1\x5a\xd6\xd3\xab\xaf\xbe\x2a\x69\x33\x38\xe3\x71\xe3\x7a\xbd\ \x51\x9c\xeb\x46\x2e\x43\x62\xf6\x0c\x1e\x12\x2e\x2c\x15\x0c\x3c\ \xa0\xdd\x1b\xef\xf1\xdd\x11\xc8\xb7\x6f\xdf\x6e\xac\x15\xeb\xdb\ \xb3\x3c\xa9\x54\xca\xa4\x5c\xe6\x39\x9f\xcf\xab\xd5\x6a\x8d\xcd\ \x8d\x67\x88\x98\x4f\xef\x2f\xf4\x81\x9e\xb5\x0d\xd0\xf2\x0c\x60\ \x28\x14\x52\xa3\xd1\x50\x3e\x9f\x37\x70\x35\x18\x6c\xd6\x77\xf3\ \x40\xca\x7f\x9e\xf3\x72\x5d\x9e\x81\xa2\x5f\x5e\x4e\xf3\x26\x75\ \x2f\x17\x7a\xb9\xdf\x1b\xd1\xfd\xd6\x39\xfc\x8e\xb5\xc6\xb8\x72\ \x3e\x1a\xf7\x3b\x20\xd7\x33\xbf\xde\xd0\x0f\x78\xf4\x09\x31\x9c\ \x13\x39\xd6\x33\x56\xfe\x7c\x9e\x9d\x62\x8d\x4c\x32\x5f\xde\x17\ \x46\xbf\x6e\xfa\x5e\x84\x07\x0e\x1c\xd0\x93\x4f\x3e\xa9\x07\x1f\ \x7c\x50\x9f\xfd\xec\x67\xc7\x00\xd6\x13\x4f\x3c\xa1\x47\x1e\x79\ \x44\x87\x0e\x1d\xd2\x93\x4f\x3e\xa9\x0f\x7c\xe0\x03\x4a\xa5\x52\ \xba\x78\xf1\xa2\xf6\xee\xdd\xfb\x8e\xce\x07\x1d\xfa\x56\x20\xed\ \x66\xb4\xcf\x7c\xe6\x33\xef\x7a\xad\xad\xdf\xc6\xf6\x6f\xff\xf6\ \x6f\x92\x36\xe7\x68\xcf\x9e\x3d\xef\xb8\x1e\x16\x66\xf9\x53\xa7\ \x4e\xe9\xa9\xa7\x9e\x32\x86\x0a\xf6\xea\xa3\x1f\xfd\xa8\x4e\x9d\ \x3a\xa5\x1f\xfd\xe8\x47\xda\xb3\x67\x8f\x55\xdc\xf7\x26\xfb\xdf\ \x84\x76\x3d\xf7\xc1\xdb\x05\x7b\xbe\x71\x4f\x48\x7a\x4b\xe9\x9b\ \xaa\xdd\xef\x56\x43\x96\x2a\x14\x0a\x96\xd1\x07\x03\x84\xfc\x04\ \xfb\xc4\x5b\xac\xaf\x9a\xcc\xc3\x9e\x37\x7a\x80\x95\xf7\x5f\x84\ \xc3\x61\xdb\x66\x87\xf4\x75\x18\xa3\x7c\x3e\xaf\x66\xb3\x69\x75\ \xaa\x02\x81\xcd\xca\xd5\x73\x73\x73\x06\x90\xa4\x71\xfa\x9f\x20\ \xcb\x9e\x7c\x6c\x14\x8c\x14\x02\xab\x85\xcf\x87\x42\x9b\x6c\xa9\ \x82\x9c\x07\x8b\x01\xf0\xe2\x61\x8f\x9c\x08\xb0\xe2\x9a\x09\xf0\ \x30\x51\x64\x33\xb6\xdb\x6d\x63\xce\xba\xdd\xae\x19\x91\xe7\xe6\ \xe6\x54\x2c\x16\x0d\x5c\x12\x5c\x67\x66\x66\xc6\x7e\xf6\xf2\xcb\ \x2f\x5b\x40\x4a\xa7\xd3\x2a\x95\x4a\x36\xde\x80\x49\x2a\x80\x23\ \xe3\xc1\x96\x78\xb3\x38\x81\xb5\x56\xab\x19\x90\x45\x22\xcd\x64\ \x32\x5a\x5f\x5f\x57\x2e\x97\x33\x29\x93\xeb\xe8\x74\x3a\xca\x64\ \x32\x63\x1b\x2e\x4b\x5b\xcc\x86\xb4\x15\xd0\x7c\xc6\x9d\x2f\xdf\ \x00\xa0\x02\x88\x8f\x46\x23\xdb\x2f\xb2\xd3\xe9\x68\x6d\x6d\x4d\ \xd9\x6c\xd6\xb2\x4b\x39\x26\xfe\x30\xe6\xb3\xdf\xef\xdb\x9e\x97\ \x9e\x1d\x45\x32\xf5\x49\x14\x14\x5b\xa5\xd4\x82\x0f\xfc\x00\x41\ \xc0\x1e\x45\x60\x03\x81\x80\x6d\x19\x14\x0c\x06\xad\x80\x29\x89\ \x0a\x5c\x3f\x9f\x07\x18\x23\x0b\xf2\x7b\x00\x9c\xf7\x1b\xc1\xee\ \xc2\x4a\xf9\xcc\x4b\x8c\xfa\xa9\x54\x4a\x1b\x1b\x1b\x6a\x34\x1a\ \xc6\xf6\xdd\x75\xd7\x5d\x06\x6c\x60\xb7\x38\x87\x34\x5e\xd2\xc1\ \xfb\x23\xa5\xad\x62\x9c\x5e\xbe\xf4\xf7\xa6\x67\x20\x01\xac\x18\ \xf0\xe9\x3b\xec\xec\xa4\xcc\xe7\xd9\x30\x8e\xe1\xcb\x2b\x70\x7e\ \x80\xa5\x2f\xfb\xc0\xef\xfc\xf8\x78\x7f\x94\x07\xd4\xfc\x9f\x79\ \xf4\xcf\x1b\x7f\x1e\xd6\x9d\x4f\x36\xf0\xec\x1b\xc0\xdb\x03\xae\ \x77\x65\xb3\xe7\x0f\x7c\xe0\x03\x92\xb6\x4c\xc7\x07\x0e\x1c\xd0\ \xea\xea\xaa\xc9\x16\xcf\x3c\xf3\xcc\x9b\xb2\x3c\x93\xed\xcd\xc0\ \xd3\x4f\x7f\xfa\x53\x49\xd2\x03\x0f\x3c\x70\xcd\xcf\x90\xcd\xb7\ \xb4\xb4\xa4\xd5\xd5\xd5\xab\x9e\xdb\x07\xa5\xdf\x84\xf6\xc0\x03\ \x0f\x68\x69\x69\x49\x3f\xfd\xe9\x4f\xaf\xb9\xdd\xcf\xdb\xb9\xf6\ \x9b\x7d\xcc\xb7\x6a\x8d\x46\x43\x5f\xf8\xc2\x17\x24\x49\x9f\xfb\ \xdc\xe7\x24\xbd\xbd\xf9\xb8\x78\xf1\xa2\x81\x0b\x3e\x9f\x4a\xa5\ \x8c\xa5\xba\x70\xe1\x82\x31\x54\xac\x37\x32\x0d\xbf\xff\xfd\xef\ \xeb\xf7\x7f\xff\xf7\x25\x49\xc7\x8f\x1f\xbf\x69\x8c\xcc\x3b\x19\ \xcf\xeb\xbd\x0f\xc8\x48\x7c\xb3\x73\xc0\xf4\xd1\x3c\x68\xfa\xf4\ \xa7\x3f\x7d\x53\x19\xa9\xeb\x6d\xde\x4f\x52\xab\xd5\xac\x56\x10\ \x86\x54\xde\xde\xbd\xac\x80\x49\x15\x10\x16\x8b\xc5\x54\xaf\xd7\ \x4d\x5a\xe2\xff\xb3\xb3\xb3\x16\x58\x60\x05\x7c\x30\xf4\x25\x1c\ \x60\x81\x3c\xf3\x00\x48\xf3\x26\x7b\xa4\x1a\x49\x63\x3e\x0d\x6f\ \xc8\xf5\xf5\xa2\x30\x24\x0f\x06\x83\xb1\x82\xaa\x1e\x24\x70\xac\ \x5c\x2e\x67\xac\x14\x2c\x13\x52\x5e\xbd\x5e\x37\x09\x0e\xa0\x18\ \x0a\x85\x94\xcd\x66\x0d\x64\xf8\xec\x2b\x69\xbc\xa0\xe5\xca\xca\ \x8a\xf5\x17\xd0\x8a\xf4\xc2\x39\x90\x09\x01\x6a\xb0\x48\x00\x0f\ \xe6\x21\x9d\x4e\x5b\x92\x00\x32\x23\x40\x16\x56\x8e\xa0\x8e\x87\ \xa9\xdf\xef\x1b\x10\xf6\xa5\x2d\x08\x8e\xb1\x58\x4c\xeb\xeb\xeb\ \x96\x6c\x90\x48\x24\xc6\xea\x4a\x4d\x4a\x48\x04\xb1\x7a\xbd\x6e\ \xbe\xa0\x48\x24\x62\xb2\x25\xcc\x0a\x72\x6b\x22\x91\x50\xb9\x5c\ \x36\x60\x9b\x4e\xa7\x4d\xa2\x64\x1b\x23\xc0\xbe\x24\xcb\xfe\x84\ \x91\x80\x85\x42\xc6\xc6\x2f\xc5\x98\xc1\xb6\xc1\x88\x92\x59\x07\ \x10\xa1\x32\x3c\x80\x19\x29\xd0\x03\x54\xc6\xaf\xd7\xeb\x99\x99\ \x9d\xeb\xf7\xd9\x74\x30\x5e\xa3\xd1\xc8\x98\x29\xce\xc3\xb5\x7b\ \xff\x9a\xff\x0c\x6b\xa7\x5a\xad\xea\xce\x3b\xef\xd4\xee\xdd\xbb\ \xad\x1f\x24\x74\xe0\x2f\xe4\x3e\x83\x1d\xa2\xb1\x8e\x38\x9f\x24\ \x63\x96\xfd\x9c\xd2\x5f\x98\x2f\xc6\x90\x6b\xe1\x9e\xf6\x0c\x22\ \x40\x91\x6b\xf4\xd5\xf4\x3d\x33\xc7\xf7\x3d\xa8\xf5\x0c\x92\x07\ \x78\xfd\x7e\xdf\x9e\x01\xdc\x9f\x9c\x57\xda\x4a\xc6\x00\x2c\xb1\ \xd6\x00\x87\x3e\x4b\x95\x6b\xf6\x12\xad\x07\x64\xde\xdb\x75\xd3\ \x3c\x58\x93\x8d\x40\x28\x6d\x6e\xa3\x22\x8d\xfb\x59\x26\x83\xca\ \x5b\x79\x5d\xae\x96\x1d\x46\xc3\x73\xf3\xc1\x0f\x7e\xf0\x9a\xdf\ \x9f\x9f\x9f\xb7\x7a\x5c\xd7\x32\xc3\x53\x56\xe2\x37\xa5\x71\x3d\ \x5f\xf8\xc2\x17\xae\xea\x93\xf1\xc0\xe5\x5a\x3e\xa6\x49\xd0\x78\ \x23\x8e\x79\x3d\xad\xd1\x68\xe8\xd8\xb1\x63\x66\xd2\xc6\x0f\xe4\ \xe7\xe3\x1b\xdf\xf8\xc6\x55\xbf\xfb\xff\xfe\xdf\xff\x93\xb4\x09\ \x30\xfc\x7a\xe1\x1a\x5e\x7e\xf9\x65\x7d\xf3\x9b\xdf\x1c\x03\x50\ \xf3\xf3\xf3\x3a\x7a\xf4\xa8\xb1\x58\x37\xea\x3a\xae\xd5\xde\xc9\ \x78\x5e\xef\x7d\x40\xf6\xa3\xf7\x96\xf9\x76\xe1\xc2\x85\x2b\x58\ \xae\x54\x2a\x65\xf2\x35\x2c\xdf\x6f\x4a\xeb\x74\x3a\x66\x0e\x47\ \x9e\x1b\x0c\x06\xe6\xad\xa1\x11\x04\x30\x5a\x13\xf0\x13\x89\x84\ \xe6\xe7\xe7\xc7\xde\xa0\x13\x89\x84\x99\xcd\x87\xc3\xa1\xd5\x6b\ \x1a\xa3\xee\x27\x6a\xeb\x50\x6c\x33\x95\x4a\x29\x99\x4c\x6a\x63\ \x63\x63\x4c\x26\x89\x44\x22\xc6\x80\xf0\x79\xe4\xb2\x78\x3c\x6e\ \x6f\xaf\x00\x3c\x1e\xc8\x48\x48\x1e\xd8\x51\x2d\x1e\x9f\x0d\x2c\ \x17\x9b\x2d\x03\xc7\xb1\xf4\xc3\x00\x00\x20\x00\x49\x44\x41\x54\ \xf0\x00\x08\xf1\x78\x5c\xb9\x5c\xce\x40\x28\xa6\x7a\x4a\x0a\x50\ \x76\x01\xc6\x03\x39\x91\x4a\xf6\xfe\x1a\x90\xa8\x60\xdc\x60\x35\ \x90\x22\x61\x1f\x28\x3f\x00\x60\x91\x64\xac\x99\x07\xa0\x8c\x21\ \x81\x8e\x20\x87\x04\xca\x7e\x8f\x48\x7d\xf8\xda\x90\x4a\x01\xd4\ \xf8\xa7\x00\x35\x78\xa3\x7c\x0d\x32\x7e\x0e\x18\x22\xbb\x13\xa6\ \x0c\xff\x9a\x07\xe4\x78\x93\x62\xb1\x98\xb2\xd9\xac\x05\x49\x69\ \xcb\xb0\x0e\xe0\x03\x5c\x73\x4e\x64\x29\x6f\x32\x67\xed\x90\x35\ \x4a\x90\xa7\x44\x83\x2f\xc4\x0a\x50\x26\xbb\x95\xda\x67\x92\x0c\ \x40\xb1\xed\x12\x80\x8f\x17\x05\x18\xcc\x49\x90\xef\x4d\xf4\x3e\ \xb3\x8f\x7f\xf3\x42\xe2\x19\x9f\x60\x30\x68\x6c\x6a\xa3\xd1\x50\ \xbb\xdd\xd6\xbd\xf7\xde\xab\xdb\x6e\xbb\x6d\x8c\xed\x4c\x24\x12\ \x2a\x16\x8b\xe6\xfd\x02\xb8\xfa\x2c\x3f\xcf\x12\x79\x0f\x15\x40\ \xc6\x67\xe8\x4d\x9a\xd0\xf9\x9b\x7e\x79\xb6\x99\x63\x4c\x4a\x8b\ \x7e\x8d\x4d\x82\x6c\xcf\x52\x93\x4c\x20\x69\xec\x5c\xb0\xc3\x1e\ \xec\xf9\x4c\xc1\xc9\x4c\x4a\xee\x0d\xfa\xef\xfd\x65\x9c\x9b\x17\ \x2d\xfa\xc7\xe7\x38\x87\xcf\x66\x7c\xd7\xea\x60\x79\x36\x41\x1a\ \xf7\x82\x78\xb0\xb4\xba\xba\xfa\xb6\x32\xf8\x8e\x1c\x39\x32\xf6\ \xbd\x46\xa3\xa1\x93\x27\x4f\xea\xfc\xf9\xf3\xda\xb7\x6f\xdf\x55\ \xcd\xbc\xbe\x91\xd5\x77\xec\xd8\xb1\xb1\x02\x90\x8d\x46\x43\x4f\ \x3c\xf1\x84\xbe\xf9\xcd\x6f\xbe\xcd\x2b\x7b\x77\xda\x47\x3e\xf2\ \x11\xcb\x40\x3b\x76\xec\xd8\x98\xaf\x86\x1a\x48\x00\x97\x49\x43\ \x3d\xe0\x76\x12\x34\xfe\x3a\xc7\xbc\x9e\xd6\x68\x34\x74\xee\xdc\ \x39\x1d\x3c\x78\xd0\xb2\xf8\xbe\xf6\xb5\xaf\x8d\x31\x29\xc8\x77\ \x8f\x3c\xf2\xc8\x15\xe5\x02\xce\x9d\x3b\x67\x2c\xcf\xe4\x7e\x92\ \x80\x9a\xaf\x7c\xe5\x2b\x5a\x5a\x5a\xba\x02\x40\xfd\xf9\x9f\xff\ \xb9\xfd\x5e\xda\x62\xb7\x6e\x46\x7b\x27\xe3\x79\xbd\xf7\xc1\xd1\ \xa3\x47\xcd\x90\x7e\xe2\xc4\x89\xb1\x73\x3c\xff\xfc\xf3\x56\x8a\ \x61\xb2\x51\xdc\xf5\xc1\x07\x1f\xbc\x6a\x71\xd6\xd5\xd5\xd5\x5b\ \xb6\x95\x13\x40\x43\x92\x05\x40\x7e\x06\x2b\x85\xcc\x82\xef\x8a\ \x87\x5b\x3e\x9f\x1f\x93\x42\x60\x4a\x78\x28\xc7\x62\x31\xa5\xd3\ \x69\x95\xcb\x65\xbd\xfa\xea\xab\xf6\x50\xef\x76\xbb\x26\xab\x05\ \x83\x41\x03\x64\xd5\x6a\x55\x3f\xfb\xd9\xcf\xf4\x3f\xff\xf3\x3f\ \xc6\x74\xf0\x7b\x80\x8d\xb4\xb5\xb7\x99\xf7\x75\x61\x12\x67\x5d\ \xf3\xa0\x45\x12\x04\x98\x61\xe4\x87\x19\x20\xb8\x21\x47\x21\x33\ \xb0\x7f\x21\x63\x43\x8d\x22\xd8\x37\xc0\x1e\xc6\xe9\x76\xbb\xad\ \x8d\x8d\x0d\xf3\x62\x51\xa4\xb4\x5c\x2e\x5b\x90\xee\x74\x3a\x06\ \xcc\x60\x09\x7c\xd1\x4c\x40\x20\xe5\x2b\xf8\x1e\x00\x92\xcf\x33\ \x06\x6c\x15\x03\xb0\xe3\xda\x3c\x68\xf5\x19\x9f\xc8\x44\x14\xfe\ \xe4\xd8\x04\xaf\x78\x3c\xae\x7c\x3e\x6f\x0c\x99\xaf\x51\x86\xf4\ \xea\x53\xed\x7d\x69\x0b\x2f\xdd\xf8\x82\xb4\xbe\xd8\x25\xf3\x45\ \xb6\x64\xb7\xdb\x55\x26\x93\xb1\x31\x5e\x58\x58\x50\x20\x10\x18\ \xdb\xae\xa7\x5a\xad\x9a\x7c\x09\x18\x64\x5f\x3e\x5f\x14\x17\x56\ \x4b\x92\x01\xd3\x74\x3a\x6d\x9e\x26\xbf\xe5\x12\x41\x19\x79\x10\ \x30\x3c\x33\x33\x63\xd9\xa2\x81\x40\xc0\xd6\x27\xe7\xf0\xf3\x0d\ \xa8\x01\xac\x5f\xad\x78\x2c\x9f\x65\xad\xd6\xeb\x75\xe5\xf3\x79\ \xed\xda\xb5\xcb\x00\x14\xac\x95\xdf\x06\xc8\x7b\x93\xa4\x2d\x89\ \xdc\xb3\x48\x1e\xe0\xf8\xdf\xf1\x7b\x69\xbc\x3e\x94\xff\x1e\xbf\ \xf7\xe5\x40\xb8\xa7\xfc\xbc\xfb\xef\x30\xfe\x93\xf7\x96\x67\xf8\ \x7c\xc9\x04\xfa\xe7\x01\x92\xf7\x53\x79\xe6\x55\xd2\x18\x68\xa4\ \xef\xbe\xf4\xc4\x64\x76\x23\xe7\xf3\xc0\xd0\x4b\x8c\x83\xc1\xe0\ \xdd\x03\x58\x98\xcf\xa9\xde\xbd\x67\xcf\x1e\x0b\x20\xf7\xdd\x77\ \x9f\x4e\x9c\x38\xa1\x13\x27\x4e\x68\x61\x61\xc1\x0c\xbc\xd7\x92\ \x02\xf7\xed\xdb\xa7\x83\x07\x0f\xea\xbe\xfb\xee\xd3\xe1\xc3\x87\ \xad\x1c\x04\xb5\xb6\xbe\xfd\xed\x6f\xbf\xa5\x0c\xf2\xa1\x0f\x7d\ \x68\x6c\x5f\x3c\x8c\x93\xe9\x74\x5a\x8f\x3c\xf2\x88\x9e\x7c\xf2\ \xc9\x1b\x75\xe9\x37\xa4\xa5\x52\x29\x7d\xed\x6b\x5f\xd3\xa1\x43\ \x87\x74\xe6\xcc\x19\x2d\x2c\x2c\xe8\xf0\xe1\xc3\x3a\x7c\xf8\xb0\ \x16\x16\x16\x74\xe6\xcc\x19\x1d\x3d\x7a\xf4\xaa\xc6\x7e\x40\xc7\ \xe3\x8f\x3f\x6e\x15\xeb\x57\x57\x57\x7f\xad\x63\xbe\x59\xf3\x65\ \x3a\x0e\x1f\x3e\xac\x74\x3a\xad\x87\x1e\x7a\x48\x4b\x4b\x4b\x7a\ \xf4\xd1\x47\xf5\xef\xff\xfe\xef\x57\x18\xa9\xef\xbf\xff\xfe\xb1\ \x7a\x57\x54\x33\xdf\xbf\x7f\xbf\xd5\x2b\x7b\xf6\xd9\x67\xaf\xf0\ \xb8\xc1\x52\x51\x04\x73\x12\x40\x21\x0d\x9e\x3f\x7f\xfe\xa6\xca\ \x83\xd2\x3b\x9b\xa3\xeb\xbd\x0f\x52\xa9\x94\x01\xd0\x53\xa7\x4e\ \x59\x40\xd8\xbf\x7f\xbf\xde\xff\xfe\xf7\xeb\x81\x07\x1e\xb8\x6a\ \x96\xa4\x1f\xdf\x07\x1f\x7c\xd0\xc6\x97\x31\x5e\x58\x58\xb8\x25\ \xec\x96\x37\x82\x03\x8e\x60\x04\x78\x5b\xf7\xa5\x08\xbc\x49\x9c\ \x7d\xee\xa8\x33\xe4\x01\x01\x41\x18\x50\x40\xf6\x1a\x72\x91\xaf\ \xa5\x84\x37\x0a\x86\x05\x59\x2c\x95\x4a\x99\x9f\x88\xba\x58\xa9\ \x54\x4a\x99\x4c\xc6\xde\x84\xa5\xad\x74\x75\x32\x1d\x91\x57\x02\ \x81\x80\xad\xb7\x6a\xb5\x6a\x95\xce\x4b\xa5\xd2\x98\xa9\x9f\xa0\ \x0c\xb8\xe2\xfa\x0b\x85\xc2\x98\x34\xd1\xeb\xf5\x54\xa9\x54\xec\ \x6d\x1d\xe6\xcc\xb3\x5e\x92\xc6\xfc\x4c\xd9\x6c\x56\x77\xde\x79\ \xa7\x01\x19\xaa\xbd\xfb\x32\x16\x04\x37\x02\x3f\xd2\x29\xe0\xc8\ \x6f\x28\xec\x99\x3e\x64\x40\xfa\x0c\x1b\x12\x89\x6c\xee\xf3\x38\ \x1c\x0e\x55\x28\x14\xec\xb3\x30\x0d\x83\xc1\xc0\xb6\xb5\xc1\x9f\ \x45\x49\x09\xe6\x17\x30\xe5\x6b\x82\x4d\xfa\xd5\xa8\x27\x05\x03\ \x88\xf4\xc9\xfc\x11\x40\xfd\x5a\xe1\x7a\x08\x90\x04\xd5\x64\x32\ \xa9\x7e\xbf\x6f\x5b\xe4\x90\x04\x80\xb9\x1e\x8f\x14\xfd\xcc\x64\ \x32\x96\x40\xc0\xdc\x11\xb4\x31\xd1\xd3\x37\x98\x11\xef\x27\x44\ \x0e\x27\x20\x53\x83\x8a\xb1\x9c\x0c\xea\x00\x4b\x69\xbc\x5c\x02\ \x55\xe5\x09\xf0\x1c\x9f\x35\xed\x33\x66\xbb\xdd\xae\xe6\xe6\xe6\ \xb4\x73\xe7\x4e\xfb\x1d\x4c\x95\xf7\x17\x01\x4a\x00\xce\x92\xc6\ \xc6\xdd\x33\x57\x1e\xb4\x78\xa0\x05\xf3\xc4\x7d\xe8\xd9\x34\xae\ \x87\xe6\xa5\x45\xae\xcf\xef\x44\xe0\x59\x31\xc6\xd9\x33\x5c\x57\ \x63\x91\x78\xe9\xe2\xb9\x42\x5f\x3c\xd8\xbb\x9a\x71\x9d\x73\xfa\ \x79\x05\x70\xc2\x48\xf2\x59\xff\x5d\xff\x1c\xf0\x8c\xd8\x0d\x07\ \x58\x93\x5b\xe1\xd0\x0e\x1c\x38\x60\xbf\xa3\x7a\xf7\x63\x8f\x3d\ \xa6\xb3\x67\xcf\xea\xe8\xd1\xa3\x96\x1d\xf5\xec\xb3\xcf\xea\xa9\ \xa7\x9e\x32\x26\xe0\x6a\x6f\xd5\x4b\x4b\x4b\x7a\xe6\x99\x67\x74\ \xf6\xec\x59\xcd\xcf\xcf\x5b\xed\xa1\xd3\xa7\x4f\xeb\x85\x17\x5e\ \xb8\x22\x78\x5f\xab\x4f\x9f\xfc\xe4\x27\xf5\x83\x1f\xfc\xc0\x18\ \x9e\x43\x87\x0e\xe9\xd1\x47\x1f\xd5\x2b\xaf\xbc\xa2\x0f\x7c\xe0\ \x03\xda\xb7\x6f\xdf\xdb\x32\xcb\x5f\xeb\xf8\xbf\xce\x77\xae\xf6\ \xfb\x3d\x7b\xf6\xe8\x5f\xfe\xe5\x5f\x74\xf6\xec\x59\x2b\x42\xf9\ \xfa\xeb\xaf\xeb\xf8\xf1\xe3\x7a\xf6\xd9\x67\xaf\xe9\xe1\xf9\xd0\ \x87\x3e\xa4\xb3\x67\xcf\xda\x98\x1e\x3c\x78\xf0\xd7\x3e\xe6\xd5\ \x1a\xec\x0a\x65\x3a\xce\x9c\x39\xa3\xf9\xf9\x79\x3d\xfa\xe8\xa3\ \x3a\x7b\xf6\xac\x56\x56\x56\xf4\xd8\x63\x8f\x5d\xf3\x78\x47\x8e\ \x1c\xd1\x2b\xaf\xbc\xa2\x2f\x7e\xf1\x8b\xba\xfd\xf6\xdb\x75\xe6\ \xcc\x19\xdd\x7e\xfb\xed\xfa\xe2\x17\xbf\xa8\x95\x95\x95\x6b\xb2\ \x68\xc8\x66\x57\x03\x50\x7b\xf6\xec\x31\x79\xec\x5a\xf2\xe0\x3b\ \x99\x8b\x6b\xfd\xee\x9d\x8c\xe7\xf5\xde\x07\x07\x0e\x1c\xd0\x2b\ \xaf\xbc\xa2\x47\x1f\x7d\xd4\xce\xff\xc0\x03\x0f\xd8\x77\xd8\xc4\ \x78\x52\x12\xbe\xda\xf8\xbe\xf0\xc2\x0b\x3a\x78\xf0\xa0\x4e\x9f\ \x3e\x6d\x2c\xf3\xf5\x8c\xcd\xaf\xdb\x7c\x3d\xa7\x40\x20\x60\xac\ \x42\xab\xd5\x1a\xf3\x3a\xc0\x52\xf0\xc6\xea\x8b\x5f\xae\xaf\xaf\ \xdb\xc3\xd5\x7b\xb5\x90\xf8\x22\x91\x88\x66\x67\x67\x95\xcb\xe5\ \x14\x08\x04\x2c\x58\x52\xc4\x93\x40\x42\x50\xd8\xbd\x7b\xb7\x6e\ \xbb\xed\x36\x45\x22\x11\x2b\x1f\x20\xc9\xbc\x3a\x3c\x98\x31\x7c\ \xe3\xa3\xc2\x5f\x43\x09\x01\x4c\xd1\x30\x12\x3c\xec\x29\xf5\x40\ \xe9\x02\xe4\x11\xcf\x44\xf8\x40\xeb\x2b\xac\x03\xbe\x28\x70\x89\ \x47\x86\x60\x4f\xb6\x1e\x01\x85\xfa\x54\x92\x94\xcb\xe5\x94\x4c\ \x26\xcd\x28\x8e\xe1\x9e\x0a\xf2\xde\xb7\x82\x27\x88\x40\x2e\x6d\ \x15\x65\x84\xc5\xa3\xf6\x14\xa0\x62\x6d\x6d\x4d\xcd\x66\xd3\x4a\ \x02\x20\x89\xf9\x7a\x46\xf9\x7c\xde\xe6\x81\xeb\x02\x28\xe2\x63\ \xaa\x54\x2a\xb6\xd1\x30\x00\x14\x00\xe9\x3d\x3b\x64\x20\xd6\xeb\ \x75\x05\x02\x01\x93\xc7\xa8\x5c\x1f\x0a\x85\xc6\xc0\x21\xf3\x96\ \xc9\x64\x24\xc9\xd6\x08\x65\x12\xb8\x66\x1f\x28\x01\xa0\xd4\xb4\ \x22\xb0\x23\xed\x8e\x46\x23\x55\x2a\x15\x03\x29\x24\x4b\x10\xcc\ \x7d\x89\x03\x40\x3b\x63\x4e\x62\xc1\xc2\xc2\x82\xcd\x0d\xec\x9b\ \x37\x68\x73\x5e\x7e\x36\x1c\x0e\x0d\x04\xc3\x74\xd1\x57\x36\x0a\ \xf7\x00\x47\x92\xf5\x65\x66\x66\x46\xb1\x58\x4c\xf1\x78\xdc\x7c\ \x61\xd2\x16\x83\xe4\xfd\x6c\xde\x4f\x25\x6d\xd5\xb8\xf2\x0c\x10\ \xf3\xcf\x39\x3c\x5b\xe4\x01\x22\x9f\x07\xb4\xfb\x7b\x7b\xb2\x24\ \xc2\x24\x58\xe2\x25\xc3\xdf\xbb\xbe\x74\x02\x2f\x20\xcc\x0d\x0c\ \x98\xf7\x87\x79\x66\x0e\xe6\xd8\x4b\xdf\x57\x03\xb4\x9c\xdb\x4b\ \x85\x9e\xf1\x62\x0d\xf3\x79\x3f\x3f\x66\x47\x18\x79\x28\xf9\x1b\ \xde\x2e\x5c\xb8\x60\x19\x60\xbf\x45\xdd\x9e\xb6\x69\x9b\xb6\x6b\ \x34\xc0\xef\xcc\xcc\x8c\x65\x70\x75\xbb\x5d\x55\x2a\x15\x33\x7a\ \x23\xbd\x60\x14\xa7\x66\x50\xb7\xdb\xd5\xf6\xed\xdb\xc7\x32\xd2\ \xf0\xda\xec\xdc\xb9\x53\xbb\x76\xed\x52\x20\xb0\x95\xd5\xc6\x83\ \x78\x6e\x6e\xce\x00\x2b\x9e\x1e\x02\xf6\xa5\x4b\x97\x8c\xbd\xe8\ \x76\xbb\xca\xe7\xf3\x76\x5c\xef\xe9\x41\x7e\x21\xe0\xe0\x27\xc2\ \x08\x0d\x48\x01\x34\xd0\x0f\xfa\x40\x06\x20\xc7\x48\xa7\xd3\x06\ \xb8\x00\x3b\x04\x45\x00\x0a\x72\x54\x26\x93\x31\x90\x24\xc9\xfa\ \x59\xa9\x54\xd4\x68\x34\x34\x3f\x3f\xaf\x4b\x97\x2e\xa9\xd9\x6c\ \x9a\xef\x68\x63\x63\xc3\x7c\x6b\x00\x00\x9f\x25\x35\x18\x0c\x2c\ \xeb\xee\xe2\xc5\x8b\x8a\xc7\xe3\x56\x7f\x09\xe6\xcc\x4b\x72\xb0\ \x51\x97\x2f\x5f\xd6\x8e\x1d\x3b\x4c\xc2\x1d\x0e\x87\xda\xd8\xd8\ \xb0\xca\xe7\x94\xc3\xa0\xdc\x43\xa1\x50\x50\xa3\xd1\x50\x32\x99\ \xb4\xf2\x19\x3e\x93\x33\x1c\x0e\xab\xd1\x68\xe8\xa5\x97\x5e\xb2\ \x40\x8f\x9c\x8a\x91\x1f\x76\x6a\x76\x76\xd6\x64\x4d\x2f\x27\xf5\ \xfb\x7d\x63\x83\xf0\xde\xb1\x46\x08\xb0\xcc\x0f\xf2\x25\x73\x8b\ \xd7\xca\x07\x75\x3c\x7f\xf8\xbe\xe2\xf1\xb8\x65\x1f\x92\x21\x0a\ \x58\x93\x64\xe6\xfc\x70\x38\x6c\xa5\x29\xb2\xd9\xac\xb2\xd9\xac\ \x49\xb4\x64\x33\xf6\x7a\x3d\xed\xda\xb5\x4b\xbf\xf8\xc5\x2f\x2c\ \x89\x01\x80\x47\xd0\x66\xae\x53\xa9\x94\xb2\xd9\xac\xba\xdd\xae\ \xd6\xd7\xd7\xcd\x87\xc5\x3a\x46\x3a\xe7\xda\x90\x92\xc3\xe1\xcd\ \x6a\xf4\x6c\xf6\xcc\x26\xe3\x1e\x38\x7b\x49\xce\x83\x6a\x0f\x36\ \xbd\x9c\xc7\x3d\xe1\x81\x8e\xb4\x05\x86\x00\x3a\xde\xec\x4e\x03\ \x44\xe1\x8d\xf2\xe0\x86\x73\x54\xab\x55\x63\x79\x59\xe7\xf4\x8d\ \xfb\x06\x80\x84\x9c\x89\x44\xea\xbd\x62\x1e\xa8\xd2\x27\x8e\xc3\ \x7d\xcc\xba\x80\x0d\x26\x2b\xd2\xfb\xc5\x00\x53\xac\x7d\xef\x41\ \xa4\xcf\xde\xbf\x67\xb2\xf7\xdb\x7b\x0c\x4e\xdb\xb4\x4d\xdb\xb4\ \xdd\xf8\xb6\xbc\xbc\xac\x44\x22\x61\x9e\x15\xbc\x47\x3c\x9c\xdf\ \x78\xe3\x0d\x7b\x68\xfb\x37\x4e\xa4\x26\x2f\xd3\xf0\x96\x49\x75\ \xf0\xd5\xd5\x55\x05\x83\x41\x03\x58\x93\xf2\x04\xcc\x45\x3c\x1e\ \xd7\xf6\xed\xdb\x8d\x01\x09\x85\x42\x26\xb3\x11\x6c\x90\x87\xa8\ \xb5\xe4\x33\xe8\x16\x17\x17\xed\x61\x8e\xf4\x03\x13\x22\x6d\x32\ \x89\xe9\x74\xda\x00\x4a\xb1\x58\x1c\xab\x7b\xc4\xdb\x3b\x6c\x19\ \x99\x6e\xbe\x20\x29\xbe\x1f\xcc\xee\x5e\x62\x64\x63\x69\x02\x6c\ \xa7\xd3\x31\x40\x84\x3c\x06\x6b\x90\xcf\xe7\xcd\x5f\x44\x82\x01\ \x80\x27\x12\x89\xa8\x5c\x2e\x5b\xb0\x91\xb6\x64\x13\x82\x2c\x60\ \x25\x93\xc9\xa8\xd1\x68\xd8\x46\xd0\x04\x1e\xc6\x1a\x13\x78\xb5\ \x5a\x55\x2e\x97\xb3\x60\xe5\xc1\x30\x85\x47\xc9\xf4\x84\xbd\xf3\ \x46\x6d\xd8\x1b\x9f\x4c\xb0\xb1\xb1\xa1\x6c\x36\xab\x5a\xad\x66\ \xe6\x7c\x82\x34\x60\x99\xb1\xc0\xa7\x46\x10\xee\x74\x3a\xc6\x78\ \x61\xe4\x67\x0e\xa8\xbe\x0e\xf3\x47\xdf\x58\x03\x30\xa7\xb0\x73\ \x80\x4c\xc0\x02\x0c\x1b\x9e\x2a\x58\x35\xbf\x7f\x1f\xcc\x0d\x00\ \x81\xb5\x84\x14\xea\xb7\x06\x02\xe8\x21\xe7\xb1\x6e\x7d\x59\x04\ \xc0\x14\x73\x45\x5f\xf1\x30\xf6\xfb\x7d\xed\xda\xb5\x6b\x8c\xd9\ \x07\x54\xc0\x38\xf9\xef\xf9\xad\xa5\x26\x65\x39\x40\xa3\x67\x7f\ \xb8\x9f\x98\x2f\x40\x3c\x63\xee\x41\x90\x07\xad\xac\x4d\x0f\x9e\ \x18\x1f\x7f\x2e\xcf\x7c\x01\x68\xfc\x3d\x1c\x0e\x87\x0d\x58\xc1\ \xe4\x7a\x70\xe4\x0d\xf9\x93\x40\x8f\x3e\xf9\xe4\x0c\xff\x79\xfe\ \x0f\x28\xe3\xff\xac\x77\xff\x7d\xe4\x55\xe6\x32\x18\xdc\xcc\xde\ \x9c\x02\xac\x69\x9b\xb6\x69\xbb\x65\xed\xe5\x97\x5f\x36\x99\x83\ \x87\x17\x41\xcd\x4b\x73\xde\xb8\x4e\xb0\x97\x64\x25\x05\x78\xe8\ \x01\xc4\x7e\xf2\x93\x9f\x8c\x65\x53\xc2\x04\x10\x8c\x79\xe3\x87\ \x95\x40\x36\xe0\x21\xcc\x3e\x80\x64\x0e\x66\xb3\x59\xdb\xa8\x98\ \x80\x5f\x2a\x95\x2c\xe0\xc3\x70\xe1\xd1\x01\x50\x79\xd3\xb5\x37\ \x11\xd3\xd7\x60\x30\xa8\x1d\x3b\x76\xa8\xdb\xed\xaa\x54\x2a\xa9\ \x5c\x2e\x1b\x98\xf0\xf2\x52\xa9\x54\xb2\x20\xe9\x13\x02\x00\x0b\ \xc3\xe1\xd0\x7c\x4d\x04\x31\x82\x3b\xe3\xe3\x4d\xbf\x94\x63\xf0\ \x01\x0d\x4f\x13\x1e\x24\xf3\x91\xfc\x2f\xbb\x37\x18\x0c\x94\xcd\ \x66\x8d\x71\xf2\x7b\x08\xf2\xe6\x0e\x33\x80\xdf\xab\x50\x28\x8c\ \xed\x13\x47\x06\x1e\x19\x93\xf4\xa1\x5e\xaf\x1b\xa8\x91\xb6\x2a\ \xdc\x93\x21\x07\x13\x43\xa6\x1a\x92\x2a\xeb\x25\x97\xcb\x19\x5b\ \x08\x00\x07\x54\xf9\xac\x4e\x58\xa0\x5a\xad\xa6\x46\xa3\x61\x6c\ \x25\x63\xeb\x83\xa6\xdf\x93\x11\x99\x95\xcf\xb1\x16\x29\xfd\xe1\ \xeb\x9b\xc1\xda\x0d\x87\x43\x2b\xb2\x0a\x20\x9f\x04\x08\x9c\x07\ \xff\x1e\xf5\xb5\x90\x25\x09\xf6\x80\xb1\x40\x20\x60\x0c\x5a\xa7\ \xd3\x51\x36\x9b\x35\xc0\x4c\x16\x23\x4c\x67\x30\x18\xd4\xee\xdd\ \xbb\xad\xcf\xac\x29\xce\x09\x63\xe9\xd7\xbd\x07\xf5\x80\x1b\xee\ \x39\x64\x43\xee\xcb\xc9\xec\x3e\xcf\x46\x79\x39\xd0\xbf\xd8\x70\ \xec\x49\xe9\xd1\x7f\x8f\x9f\x71\x8f\xf0\x7b\xae\xc9\x8f\xa1\x07\ \xa3\x1c\x93\xfb\xca\xb3\x9a\x9e\xb5\xf4\xc9\x29\x93\x20\x90\x6b\ \x00\x54\xf9\xeb\xe0\x1a\xfd\x4b\x0f\xfd\x04\x54\x32\x7f\xd8\x05\ \xa6\x00\x6b\xda\xa6\x6d\xda\x6e\x59\xcb\xe7\xf3\x63\xe6\x5f\x5f\ \xfb\x67\xf2\x61\x8d\x1c\x02\xc3\xc2\x9b\x37\x59\x60\xbe\xae\x95\ \x37\x86\x13\x6c\x61\xa1\xbc\xc7\x08\x3f\x0b\x0f\x4e\x32\xec\xc8\ \x1a\x24\x13\x0c\x63\x3d\x80\x87\x60\x49\xc0\x21\x9b\xce\xd7\x61\ \x9a\x94\x15\x60\xdc\x60\x34\xf0\xe2\xbc\xf1\xc6\x1b\x16\x60\x31\ \xc3\x63\xf2\x47\x9a\x62\x3c\x0a\x85\x82\x65\x36\x52\xe1\x9c\x62\ \xa2\xcd\x66\xd3\xc6\x07\x16\x0c\x40\xc5\x26\xd1\x6b\x6b\x6b\xc6\ \xc2\x48\x5b\x81\x09\x40\x58\x2a\x95\xc6\x00\x0a\x20\x91\xcc\xc4\ \x95\x95\x15\x63\x3b\xf0\x4a\x21\x6d\x01\x38\x08\x7c\x18\xd6\x91\ \xb4\xe6\xe7\xe7\xcd\x83\x06\x18\x24\x58\x21\x2b\x76\xbb\x5d\x15\ \x8b\x45\x03\x69\x64\xb8\xf1\x59\xce\xed\xc7\xa5\x56\xab\x49\x92\ \x49\xb2\xa5\x52\xc9\xa4\x34\x3e\x83\x1c\x89\x64\xd7\x6c\x36\xed\ \xf7\xc3\xe1\x50\xa5\x52\xc9\xe6\x00\x66\x0c\x00\x89\x2f\x10\x89\ \xcf\xb3\x69\x92\x2c\xb1\x81\x75\xc1\xfa\xc3\x0f\x46\xff\x01\x84\ \x7c\x0f\x29\x13\x50\xc1\xd6\x44\xcc\x0f\x00\x84\x6b\x65\xbe\x18\ \x1b\xe4\x54\x80\x0f\x4c\x4e\xb3\xd9\xd4\xcc\xcc\x8c\x16\x16\x16\ \xac\xa8\x69\x32\x99\xd4\xfc\xfc\xbc\x22\x91\x88\x6a\xb5\xda\xd8\ \x8b\xc6\xe4\xfd\x20\x69\xcc\x7f\x36\xe9\x6d\xa4\x79\x09\x70\xd2\ \x3c\xee\x3d\x54\x9e\x99\xe2\x9c\xdc\xdb\x3e\x59\x04\x66\x0b\x90\ \x03\x48\xf7\x0c\xa9\x07\x35\x80\x3b\x80\x20\x0d\x59\x93\x63\x73\ \x4d\x00\xa5\x49\x00\xc9\x98\xf3\x3b\x3f\x06\xf4\xc9\x3f\x8f\x00\ \x52\x5e\x86\x1d\x8d\x46\xb6\xdd\x17\x2f\x8c\xfd\x7e\xff\xb7\x13\ \x60\xdd\x6c\xe3\xed\xb4\x4d\xdb\xb4\xbd\x3b\x6d\xdf\xbe\x7d\xca\ \xe7\xf3\xb6\x09\x33\x35\xab\xd2\xe9\xb4\xb6\x6d\xdb\x66\x3f\x2f\ \x14\x0a\x63\x29\xea\xab\xab\xab\x26\x2d\xf9\x54\x70\xaa\x9a\xe3\ \x1f\xf2\x59\x50\x30\x26\x3c\x78\x01\x51\x00\x0a\xa4\x40\x1e\xc4\ \x78\xbd\x60\xb8\x60\xa8\x26\x8d\xe0\x54\x12\xc7\xd4\x0e\xeb\xc1\ \x39\x91\xad\x38\x37\x32\x26\x20\x0b\x59\x29\x10\x08\x58\x40\x46\ \xce\x22\xf8\xf8\x3d\xeb\xf0\x24\xe1\xe9\x22\xd0\x65\x32\x19\xf3\ \x6a\xe1\x31\x23\xb8\x0d\x06\x03\x2b\xca\x09\xf8\xf1\x66\x65\xef\ \x0f\x63\x7c\xbc\x41\x19\x63\x37\x7e\x23\x80\x57\x34\x1a\x1d\x2b\ \x63\x80\x19\x1d\xe9\xcb\xfb\xbc\xa8\xeb\xe6\xcd\xea\xbf\xfa\xd5\ \xaf\x2c\x18\x52\x88\x15\x30\x42\x5d\x28\x7c\x55\xde\x47\x85\xc9\ \x9c\x7e\x56\xab\x55\xab\x7f\x86\x97\xcf\x7b\x8b\xa2\xd1\xa8\xc9\ \xa6\x34\x98\x3c\x18\x1e\x2a\xdd\x03\xf6\x61\x1e\x59\x17\x3e\xf0\ \x72\x5c\x58\x2a\x4a\x4c\xe0\xc9\x01\x44\xd1\x5f\x7c\x63\x80\x0a\ \x98\x2f\xa4\x49\xfa\x46\x66\xa0\xf7\x0f\xe1\x45\x63\xfd\x7b\x66\ \x11\x30\x9b\x48\x24\xec\x3e\xc8\xe7\xf3\x63\x1b\x59\x63\xa0\x07\ \x30\x03\x24\x69\x93\x7e\x23\x5e\x10\x58\x1b\xde\xdc\xee\xd7\x94\ \x1f\x4b\xcf\x40\x33\xe7\x00\x25\x80\x0a\x12\xa4\x37\x9c\x7b\x90\ \xc5\xf7\xb9\x46\x3e\x87\x3c\xeb\x01\xd8\x64\xff\xbd\xdc\xc8\xd8\ \x78\x79\xd7\x57\xbd\xe7\xb3\xfe\x1a\xbd\x91\xdd\x7b\xb1\xe8\x93\ \x37\xae\x4b\x32\xf6\xcb\x27\x3e\xf8\xcc\x47\x8e\xf9\x5b\x05\xb0\ \x0e\x1c\x38\x30\x35\xb7\x4f\xdb\xb4\xfd\x1f\x6a\x6b\x6b\x6b\xf6\ \xf0\xe7\x61\xec\x7d\x0d\xb9\x5c\x4e\x85\x42\xc1\x3c\x3b\xbc\x51\ \x03\x6c\x90\x44\xfc\xe6\xca\xf1\x78\x5c\xfb\xf7\xef\x57\xb7\xdb\ \xd5\x8e\x1d\x3b\x0c\x48\x51\x21\x9b\x07\xa2\x37\xf0\xf2\x50\x67\ \x7b\x13\x00\x18\xcf\x1b\x5f\x53\x89\x60\xd7\x6c\x36\x8d\xe9\xf0\ \xbe\x2b\x82\x12\xcc\x81\xf7\x71\xc0\x76\xc1\x80\x51\x53\x0a\x89\ \x11\xb6\xa3\x50\x28\x8c\x6d\x24\xcc\xe7\x01\x80\x24\x01\xc0\x9c\ \x21\x11\x52\x6a\x00\x50\x81\x07\x0d\x76\xc2\x17\x6a\xf5\x8c\x0b\ \x40\x90\xe0\xe3\x25\x4f\x3c\x40\x3e\xf0\x93\x45\x09\x00\x61\x3c\ \x30\xf8\x03\x42\xf9\xe3\xa5\x19\xbf\x4f\x20\xa0\x17\x16\x08\x66\ \x0e\xe0\x84\x27\x89\xfe\x7a\x33\xb6\x2f\xa2\x0a\xf8\xf1\xe5\x2a\ \x7c\x4a\x3f\xfd\x6e\x36\x9b\x76\x6d\x04\x54\x80\x2b\xcc\x20\xeb\ \xd0\x57\xa9\xf7\x05\x50\x61\xcd\x60\xd7\x06\x83\x81\x25\x23\x20\ \x53\x02\x96\x90\x57\x01\x5f\x00\x43\x0a\x7f\xc2\x14\xd2\x5f\xc6\ \x08\x29\x94\xf3\x51\x77\x0b\x80\x0c\xb0\xcb\x66\xb3\xe6\xe5\xab\ \x54\x2a\x9a\x9f\x9f\xd7\x8e\x1d\x3b\xcc\x0f\xe5\xeb\xc4\xb1\x3e\ \x91\x8c\x59\x1f\x80\x0a\xc6\xc3\x67\x03\x4a\xe3\x19\x75\xbe\x56\ \x1a\xf7\x29\xeb\x7a\xd2\xdb\x35\x59\x0a\x83\xfb\xc8\x83\xaf\x49\ \xe6\x0b\x26\x88\xfb\xc5\x7b\x11\x3d\xfb\xc4\xb1\x3d\x23\xe6\x59\ \x33\xdf\x1f\x5f\xbf\xca\x7f\x1e\x80\xe5\x8f\xeb\xbf\x8f\xaf\xca\ \xb3\x66\x5e\x7e\xe4\x9e\x47\x6a\xe5\x5a\xb8\x8f\x43\xa1\xd0\x6f\ \x17\xc0\x9a\xb6\x69\x9b\xb6\xff\x5b\xed\xe0\xc1\x83\x63\xfe\x9f\ \x7c\x3e\x6f\x75\xaa\xd6\xd6\xd6\x94\xcf\xe7\x35\x3b\x3b\x6b\x0f\ \x45\x00\x0e\x41\xb5\xd5\x6a\x99\x34\x82\x04\x83\x21\xdc\x3f\xb8\ \x09\x7c\xeb\xeb\xeb\xca\x66\xb3\xe6\x43\xe1\xad\x53\xda\x7c\x68\ \x57\x2a\x95\xb1\xcd\x82\x01\x50\x04\x7c\x40\x11\x81\x73\x38\x1c\ \x6a\x79\x79\x59\xa3\xd1\x66\xb9\x07\x80\x03\xd2\x04\x00\x8a\xac\ \x47\x6a\x3c\x79\x83\x3a\x35\x93\xe8\x13\xe7\x81\xd1\x49\x26\x93\ \x96\x61\x47\x42\x40\x36\x9b\x35\xa6\x8d\x6d\x40\x08\xc6\xdb\xb6\ \x6d\xb3\xa0\x9f\x48\x24\xac\xa6\x14\x41\xb5\x5a\xad\x8e\x65\xed\ \x95\xcb\x65\x93\xcc\x60\x57\xfc\x46\xc7\x64\x47\xc1\xb4\xe1\xa1\ \x02\x74\x12\xcc\x19\x77\x32\xf8\x08\x34\xe5\x72\x59\xa1\x50\xc8\ \xfa\xe9\xb3\xb7\x78\xf3\x47\x1e\xf5\xfb\x3f\xd2\x5f\xfc\x72\x00\ \x00\xc6\xca\x33\x1a\x80\x1b\x40\x95\x37\x6b\x53\xc4\x95\xbe\xb2\ \x39\xb5\x07\xc4\xb0\x31\x00\x1e\xd6\x14\xec\x54\xbf\xdf\x1f\x2b\ \x04\x4b\xc6\x24\x19\xae\xf1\x78\xdc\x36\x9d\x46\x3e\xe2\x3a\x60\ \x27\x29\x3d\xe2\xc1\x03\xb5\xc7\x00\x8a\x8c\xb1\xdf\x34\xda\x03\ \x50\x18\x17\xa4\x42\xe6\x6b\x30\x18\x68\x71\x71\x51\x8b\x8b\x8b\ \x56\xb7\x2d\x93\xc9\x18\xc8\xe3\x5a\x01\x77\x78\x03\xfd\x3c\xd0\ \x18\x13\xef\xb1\x02\xa4\xd0\x57\x5f\xda\xc0\x4b\x81\xbc\xb0\xe0\ \x7f\xf3\x35\xa8\xf8\x9b\xe3\x71\x7e\xac\x01\xde\x7f\x45\x03\x08\ \x49\x5b\x4c\xdb\xa4\x6c\x09\xa0\xf3\x32\xa6\xb7\x0a\xf8\xe3\xc1\ \x88\x79\xf6\xcc\xbf\x10\x78\xcf\x18\x40\x9f\x75\x07\xd0\xe2\x9a\ \x28\xd2\xea\xd7\x92\x67\x9d\x87\xc3\xe1\x14\x60\x4d\xdb\xb4\x4d\ \xdb\xad\x6b\xc5\x62\x51\x85\x42\x41\xa3\xd1\xc8\xde\xd0\xf1\x26\ \x01\x7e\xd6\xd6\xd6\xc6\xd2\xb2\x37\x36\x36\x54\xa9\x54\x2c\x18\ \xf1\x50\x84\x4d\x29\x95\x4a\x7a\xf9\xe5\x97\x75\xfb\xed\xb7\xeb\ \xe2\xc5\x8b\x26\x21\x90\x5a\x8e\x4f\x02\xe3\x32\x7e\x27\x3c\x48\ \x3c\xa8\x79\x7b\x2e\x16\x8b\x0a\x04\x02\xb6\x21\x35\x52\x1b\x01\ \x9c\xcc\x3b\xcf\x08\xe0\x17\x23\xa0\x52\xbf\x87\xc0\xc4\x16\x2d\ \x9e\x79\x81\x7d\xe3\x67\x04\xf0\x62\xb1\x68\xfd\x8e\xc5\x62\xb6\ \x57\x9f\x07\x3a\x3e\x28\xc3\xd6\xe1\x0b\xf2\x65\x07\x00\x19\xc8\ \x27\xa1\x50\x48\xc5\x62\x51\xd2\x66\x79\x01\x82\x0b\x01\x18\x19\ \xcb\xfb\x8d\xe2\xf1\xb8\x55\x6d\xf7\x06\x79\x58\xbf\x42\xa1\x60\ \x01\x9b\xff\x33\xc6\x04\xcb\x76\xbb\x6d\x59\x93\x94\x2b\x98\x9b\ \x9b\x1b\xcb\x9c\xc3\x8b\xd6\x6e\xb7\x95\xcf\xe7\xcd\xf3\x52\x2e\ \x97\x4d\x86\x25\x40\xb2\x0e\x08\xbe\x1e\x64\x33\x9e\x94\x55\xf0\ \xcc\x9a\x07\xe1\xf4\x2d\x18\x0c\xda\x96\x35\x00\x23\x9f\xd1\xe6\ \x25\x44\x12\x20\xf0\x69\xb1\xd5\x13\xe0\xd4\x67\xff\xf9\xed\x9e\ \x82\xc1\xa0\x32\x99\xcc\x98\x84\xeb\xd9\x29\x24\x62\xe6\xc8\xfb\ \x8d\x60\xcd\x00\x4c\xd5\x6a\x55\xf9\x7c\x5e\x8b\x8b\x8b\x76\x7d\ \xf4\x1d\x80\xe9\xd7\x05\xd7\xea\x19\x1f\x9f\x95\xc8\x3c\xf3\xb3\ \x49\xe3\xb7\x4f\x04\xf0\x60\x86\xe6\x41\xaf\x37\x85\xfb\xb1\x66\ \x2c\xb9\x0e\xd6\xbb\x07\x65\x9c\x8b\xb1\xf1\x20\xc7\xb3\x57\xde\ \x9b\x45\x9f\x61\x00\xb9\x16\x5f\xa6\x85\xb9\xa7\x6f\x93\xa5\x24\ \x78\x59\xf1\x12\x29\xcf\x0f\xc6\x14\xcf\x22\xc7\xf0\x6b\x87\xb1\ \xfa\xad\x93\x08\xa7\x6d\xda\xa6\xed\xff\x56\xf3\x6f\xbd\x92\xc6\ \x58\x85\xc9\x87\x3f\x29\xfc\x3e\x00\xc3\x34\xc0\x32\x10\x5c\x72\ \xb9\x9c\x22\x91\x88\x8a\xc5\xa2\x72\xb9\x9c\xbd\xfd\xfa\xca\xd6\ \x78\x7c\x60\xa2\x08\x40\x30\x10\xbe\x1c\x04\x26\x72\xfa\xe6\xf7\ \x36\xa4\xb0\xa7\x24\x63\xa3\x08\x22\x54\x35\xa7\x0e\x15\x41\x96\ \x6b\x2f\x97\xcb\xd6\x3f\x4c\xcb\xde\x08\x2f\xc9\x3c\x5b\x7c\x07\ \x06\x0a\x70\x82\xec\x09\x60\x44\xda\xf3\x41\x94\x7f\xe3\xd3\x22\ \x88\x11\x08\x28\xfe\x49\xdd\x29\x82\x08\xdb\xf5\xc0\x62\xc1\x1a\ \x32\x2f\x80\x2a\x3c\x68\xc3\xe1\xd0\xce\x4d\x01\x59\x8a\x7d\x22\ \xa9\xc1\xb0\x20\xf9\x12\xa0\x91\xaf\xc2\xe1\xb0\x1d\x03\xcf\x1b\ \x6d\x52\xa2\x82\x3d\x02\x34\x7a\xe0\xc1\x78\xb2\xc6\xa4\xad\x72\ \x13\x04\x68\xd6\x18\x4c\x11\x4c\x23\x6b\x0e\xc6\xa5\x5a\xad\x9a\ \xaf\x0c\xd0\x82\xf1\xbd\xd9\x6c\x6a\x65\x65\xc5\x40\x98\xaf\x6c\ \xef\x25\x53\xfa\x8f\x2f\x88\x6b\xa6\x4f\x30\x75\x30\x83\xf1\x78\ \xdc\xd6\x2d\x19\x8d\xcc\x1f\xe0\xa2\xdd\x6e\x6b\xdb\xb6\x6d\x9a\ \x9d\x9d\xb5\xeb\x06\x48\x22\xbf\xfa\xfb\xcc\xfb\x94\x00\xac\x1e\ \x84\x7a\x7f\xd2\xd5\xc0\x91\x97\x18\x59\x03\x9e\x01\xf2\x05\x4a\ \xf9\x3c\xe7\x63\x9c\x3d\xe3\xe4\xd9\x31\xc6\xc1\xfb\xcb\x3c\x93\ \xc6\xf1\x7c\x09\x08\x9f\x00\x32\xf9\x4c\x01\x18\x79\x23\xbf\x67\ \xdb\x00\xb7\xfe\x67\xbc\xfc\xd0\x0f\x5e\x90\xbc\xbc\x08\x33\xc9\ \x8b\x94\x7f\x71\xf1\x52\xe8\x68\x34\x9a\x02\xac\x69\x9b\xb6\x69\ \xbb\x75\xcd\xfb\xad\x3c\xab\xe0\x8b\xf6\xf1\x26\x4f\x80\xf0\x9e\ \x9b\x49\xfa\x5e\x92\xc9\x58\xc3\xe1\x66\xfa\x7d\x2a\x95\x52\xb5\ \x5a\xb5\xc0\xc8\xf6\x22\x04\x39\x32\xce\x30\x8b\x7b\x76\x6a\x30\ \x18\xd8\xd6\x38\x04\x05\x00\x18\x92\x00\x41\x00\x06\x8b\x6d\x6e\ \xa8\x43\xe4\x03\x37\xc7\xe5\x58\xf8\x37\x78\xa0\x27\x93\x49\xcb\ \x44\x04\x1c\x15\x0a\x05\xdb\xea\x05\x80\x33\x33\x33\x63\xc7\xf3\ \x6f\xfb\xbc\xa9\x2f\x2c\x2c\xd8\xff\x63\xb1\x98\x4a\xa5\x92\x55\ \x90\xc7\xe7\x85\x87\x24\x9d\x4e\x5b\x06\x5f\x30\x18\xd4\xea\xea\ \xea\xd8\x96\x29\x00\x21\x6f\x14\x26\x6b\x73\xfb\xf6\xed\x0a\x06\ \x83\x9a\x99\x99\x51\xbd\x5e\x57\xab\xd5\x52\xb5\x5a\xb5\x31\x43\ \xe6\x1c\x0c\x06\xda\xd8\xd8\xb0\x6b\x0f\x87\xc3\x26\xc5\x66\x32\ \x19\x33\x64\x0f\x06\x03\x63\xd4\x60\x79\x48\x08\x20\x48\x22\x0d\ \xc6\xe3\x71\x2d\x2d\x2d\xd9\x98\xe2\xa3\x42\x02\xf2\x32\x14\x63\ \x09\xf3\x16\x8f\xc7\xcd\x34\x1f\x8f\xc7\xd5\x6c\x36\xad\xa8\x2d\ \xde\xbd\x7a\xbd\xae\x3b\xee\xb8\x43\xd5\x6a\x55\xb5\x5a\xcd\x58\ \xb4\x54\x2a\xa5\x7b\xef\xbd\x57\x2f\xbe\xf8\xa2\xde\xf3\x9e\xf7\ \x68\x38\xdc\xac\xc6\xfe\xfc\xf3\xcf\x5b\x76\x21\xfd\x65\xdc\x00\ \xd0\x30\x5a\x78\xe4\x98\x03\xcc\xed\x80\x33\x82\x3d\x80\x13\x96\ \x0e\x80\x03\xd0\x9e\x9f\x9f\xd7\xf6\xed\xdb\xad\x3a\x3b\xe3\x02\ \xb8\xa2\x1f\x48\xad\x1e\x58\x4d\x96\x1e\xf0\x66\x77\x80\x89\x67\ \xce\xbc\xfc\xe7\x25\x38\x2f\xcf\x71\xaf\x72\x6f\x72\xaf\xfa\xbd\ \x2c\xfd\xd6\x37\x7e\x9d\x7b\xb6\xe8\x5a\xa0\x88\xe6\x25\x42\x49\ \x63\xc9\x25\xfe\x99\xe0\x65\x47\xcf\x48\xd1\x47\xff\x0c\xf2\x8c\ \x9a\x5f\xef\xb0\xcb\xd4\x4d\x63\xbd\xf9\x17\x20\xbf\xbf\xa7\x07\ \x7b\x53\x80\x35\x6d\xd3\x36\x6d\xb7\xac\x79\x33\x73\x2c\x16\xd3\ \xfa\xfa\xba\x24\xd9\x9b\x22\x6c\x89\xaf\x6f\xc3\x83\x8c\x6a\xd8\ \x78\x6a\xbc\xe1\xda\xcb\x82\xd4\x58\xa2\x5e\x10\x20\x29\x1e\x8f\ \x2b\x9b\xcd\x1a\x73\x23\x6d\x99\xee\x09\x3e\x48\x71\xd5\x6a\x55\ \xd9\x6c\xf6\x8a\xfd\xef\x28\xac\x49\x1d\x26\x52\xb5\x87\xc3\xcd\ \x92\x00\xa4\xfa\x27\x12\x09\xf3\xc7\xe0\x1b\xc3\x27\xb5\xba\xba\ \xaa\xd1\x68\x64\xde\xb0\x9d\x3b\x77\x4a\x92\x2a\x95\x8a\x5e\x7f\ \xfd\x75\x25\x93\x49\xcb\x76\x03\x3c\x90\xb1\x08\x90\xf3\xb2\x51\ \x38\x1c\x36\xb9\x0d\x30\x35\x1a\x8d\x8c\xd5\x23\xb5\x1f\x36\x6d\ \x61\x61\xc1\x82\x2c\x01\x9f\xe0\x9c\xcd\x66\x15\x0a\x85\x2c\x13\ \x0d\x69\x95\xf2\x0c\x6c\xb3\x43\x20\x0d\x85\x42\x56\xc3\x0a\xc9\ \x6e\x30\x18\x98\xd9\x1a\x9f\x12\x81\x08\x10\x18\x0a\x85\xd4\x68\ \x34\xcc\xd8\x8f\xfc\x2b\xc9\x18\x47\x98\x3a\xd6\x00\x9b\x59\x4b\ \x1a\x9b\x73\x24\x54\xc0\xb9\xcf\x68\x24\x1b\x91\xc4\x09\xfc\x33\ \xac\x01\x36\x5f\x26\x13\x32\x99\x4c\xea\xd5\x57\x5f\x35\x46\x68\ \x34\x1a\xd9\x3c\x52\x13\x2c\x1e\x8f\xab\x56\xab\x99\x8f\x2d\x10\ \x08\x98\xa9\x1d\x30\xee\x03\x3c\x25\x2d\x00\x3a\x80\x03\x92\x31\ \x00\xa6\xac\x71\x4a\x32\xe0\xc1\xab\xd5\x6a\x6a\xb5\x5a\xda\xb5\ \x6b\x97\x6e\xbf\xfd\x76\x2b\x23\xc2\x9c\x79\x00\xe3\xd9\x52\xcf\ \xda\xc1\xc4\xf9\xea\xec\x00\x3d\x2f\x51\xfb\x97\x1f\x0f\xa4\xe8\ \x3b\xc7\x61\xfc\x27\xa5\x3d\x00\xd4\x24\xa0\xf2\xec\xa0\x97\x12\ \xf9\x9e\xf7\xff\x79\x8f\x18\x8c\x28\xc7\x01\xcc\x78\x4f\x15\xa0\ \xca\x03\x34\x9f\x68\xc1\x35\x78\x10\xcc\x0b\x92\x4f\x3c\x01\xa0\ \xf1\x0c\xc0\xa0\xef\xbd\x5a\x5e\xb2\xe5\xb9\xe5\x01\xe3\x14\x60\ \x4d\xdb\xb4\x4d\xdb\x2d\x6b\x64\x53\x79\xe9\xce\xbf\xb5\xc2\xe8\ \xf8\x0c\x3a\x8a\x54\x42\xdf\xfb\x9a\x58\xd2\x56\xfd\x1a\x2f\x05\ \xf2\xa0\x24\xc0\xfa\x42\x82\x3c\x6c\xf1\x0b\xf1\x50\xc7\x34\x0d\ \x60\x42\xc2\x99\x99\x99\xb1\x2c\xc6\x85\x85\x05\xed\xdf\xbf\x5f\ \xc1\x60\x50\xc5\x62\x51\xab\xab\xab\x96\xf9\x08\xe3\xf0\xe2\x8b\ \x2f\x2a\x14\x0a\xe9\xae\xbb\xee\xb2\x62\x90\x3f\xf9\xc9\x4f\x54\ \xa9\x54\x34\x3b\x3b\xab\x99\x99\x19\xdd\x73\xcf\x3d\xfa\xc9\x4f\ \x7e\xa2\xe5\xe5\x65\xfd\xee\xef\xfe\xae\x79\xbf\x12\x89\x84\x79\ \xb0\x0a\x85\x82\x0a\x85\x82\x6a\xb5\x9a\x65\xf7\xed\xda\xb5\xcb\ \x02\xd2\x4b\x2f\xbd\x64\xc6\x79\xc6\xb5\x54\x2a\x69\x76\x76\xd6\ \x02\x3e\x1e\x21\xc6\x90\x20\xe6\xab\xbd\x03\x00\x92\xc9\xe4\xd8\ \x36\x31\x54\x6f\x87\xf5\x6a\xb7\xdb\x5a\x59\x59\xb1\x92\x18\x98\ \xf7\x29\x18\x9a\x4a\xa5\x0c\x20\x63\x32\xc7\xdc\x4f\x31\x4e\xef\ \xf1\x42\x4e\xa5\x35\x9b\x4d\x93\x5b\xd9\x3c\x9a\x20\xdf\xef\xf7\ \x4d\x2e\xf6\x69\xff\x5e\xb2\xf1\x20\xcd\x9b\xe9\x61\x78\x28\x95\ \xc0\xda\x42\x72\x45\x6e\x23\x43\x2c\x14\x0a\x99\xe7\x66\x38\x1c\ \x6a\x6e\x6e\xce\xaa\xd9\x03\x12\x56\x57\x57\xc7\xd8\x20\xd6\xe0\ \xa4\xef\x2a\x18\x0c\xda\x76\x41\x30\x24\x7e\x9b\x25\x1f\xa8\x61\ \xd9\x60\xa3\x7c\xe9\x8a\xdb\x6f\xbf\x5d\xbb\x77\xef\x36\xe6\x8a\ \xcc\x4f\xcf\xe4\x32\x06\x80\x69\x40\x81\x07\xe2\x1e\x6c\x00\x28\ \x3c\x50\x01\x94\x79\xbf\xd1\x68\x34\x1a\xcb\x9a\xf5\xfe\x48\x69\ \xdc\xa4\xee\x3d\x56\xcc\x83\x07\x75\xde\xc4\x2e\x6d\x6d\xfc\xcc\ \x8b\x10\x7d\xf4\x5e\x2b\x69\x0b\xc0\x4d\x7e\xdf\xdf\xcf\x5e\x86\ \xf4\xb2\xa5\x97\x98\x7d\x86\x20\xf7\x3d\x9f\xf1\x63\xe4\x25\x53\ \xc6\xc9\x67\xe3\x7a\xd6\xd1\x9f\xff\x86\x6f\xf6\x3c\x6d\xd3\x36\ \x6d\xd3\xf6\x76\x9b\xa7\xfd\x79\x78\x92\x6d\x47\xa6\x0e\xfe\x1a\ \x02\xa0\xf7\x91\x20\x0d\xf1\xe0\xf6\x01\x85\x4d\x91\xc9\x9c\xf2\ \x19\x63\xfe\x18\xb0\x52\xbe\xec\x03\x41\x9c\x87\x28\xd2\x4c\x3e\ \x9f\x57\xb9\x5c\xd6\xc6\xc6\x86\xa4\xcd\x0d\x94\xd9\x96\x07\x26\ \x8a\x2d\x7a\xe2\xf1\xb8\x7e\xfc\xe3\x1f\xab\xd1\x68\x68\x7d\x7d\ \x5d\x3f\xfa\xd1\x8f\xb4\xb2\xb2\xa2\x5a\xad\x66\xd9\x8a\xa5\x52\ \x49\xe9\x74\x5a\x3f\xff\xf9\xcf\x75\xf9\xf2\x65\x75\xbb\x5d\xfd\ \xf2\x97\xbf\xd4\xca\xca\x8a\x46\xa3\x91\xc9\x73\xc8\x64\xe5\x72\ \x59\xaf\xbd\xf6\x9a\x06\x83\xcd\x7a\x57\xaf\xbf\xfe\xba\x65\x97\ \x51\x2a\x80\x2c\x47\xbc\x32\x7c\x36\x1c\x0e\x9b\x94\x41\x6a\x3f\ \xfe\x9e\x66\xb3\x39\x56\xde\xc0\x03\x99\x4c\x26\x63\x15\xc0\xf9\ \x2e\x5e\x9f\x6c\x36\xab\x8d\x8d\x0d\x75\xbb\x5d\xf3\x07\x11\x98\ \x38\x0e\x20\x27\x95\x4a\x99\x44\xc9\xf1\x99\x4f\x00\xde\x9e\x3d\ \x7b\x74\xcf\x3d\xf7\xe8\x8e\x3b\xee\xb0\xeb\xb9\xfb\xee\xbb\xf5\ \xbe\xf7\xbd\x4f\xfb\xf7\xef\xd7\xfc\xfc\xbc\x5a\xad\x96\x72\xb9\ \x9c\x65\xe5\x49\x5b\xcc\xc1\x64\x39\x0c\x58\x1a\x2f\x45\x01\xf2\ \xc8\x02\xe3\x5a\x00\xf0\x04\x51\x40\x36\x3e\x33\x24\xcb\xd9\xd9\ \x59\xab\xcd\x86\xb4\x56\x2e\x97\x2d\x28\xc3\x76\xf9\xc6\xf5\x02\ \x12\xbd\x29\x1b\x69\x0a\x40\xe8\x0b\x6f\xf2\x5d\x64\xc6\x60\x30\ \xa8\xf9\xf9\x79\xdd\x76\xdb\x6d\x4a\x24\x12\xb6\x79\x33\xeb\xdf\ \x17\xb9\xf4\x65\x1e\x3c\x38\xf0\xf2\xd9\xa4\xd1\xdf\x83\x19\xef\ \xcf\xe2\xde\xf4\xeb\xc3\x27\x4e\x48\xe3\x19\x7b\xde\x53\x09\xd0\ \xe3\x7c\x30\xd1\x34\xcf\xb2\xe1\x0b\xa4\xcf\xfe\xbc\xcc\x2b\x7f\ \xfc\x0b\x15\xc7\xf1\xe7\xf2\x46\x75\xbe\xe3\x3d\x62\x5e\xb2\xf7\ \x66\x77\x9e\x11\x3c\x33\x7c\x82\x0a\x92\xb7\x2f\x07\x02\xc8\xf6\ \x6c\x1a\xf3\x3a\x65\xb0\xa6\x6d\xda\xa6\xed\x96\x35\x1e\x74\x80\ \x00\x98\xa6\x40\x20\x60\x9b\xe6\xe2\x8f\x61\xef\xbb\xc9\xc0\x4a\ \xe0\x91\x64\x1e\x25\xaa\xba\xc3\x04\x4c\x6e\x3b\x42\xf0\xa8\x54\ \x2a\xe6\xff\xf1\xc7\x25\x40\x93\x09\x56\xaf\xd7\x8d\xf1\x40\x06\ \x6b\xb5\x5a\x5a\x5e\x5e\x36\x69\x8f\x0a\xd9\xab\xab\xab\xea\xf7\ \xfb\xf6\x99\x7e\xbf\x6f\x19\x73\xff\xfd\xdf\xff\xad\x5a\xad\x66\ \xfb\x07\xd6\x6a\x35\xfd\xe7\x7f\xfe\xa7\x99\x9a\x83\xc1\xa0\x5e\ \x7c\xf1\x45\x2d\x2e\x2e\x1a\x43\x24\xc9\x3c\x65\xe9\x74\x5a\xa5\ \x52\xc9\xa4\xc7\x58\x2c\xa6\x9f\xfd\xec\x67\xc6\x60\xb0\x5d\x8b\ \xf7\x9e\x70\x3d\xf4\x1f\xd6\x81\xb2\x18\x3e\x20\xd0\xbc\x74\x02\ \x08\xe3\xf7\xd4\x87\x8a\x46\xa3\xda\xbe\x7d\xbb\x02\x81\x80\xc9\ \x8e\x92\xcc\xcf\x06\x90\x22\xa8\xc1\x1e\x7a\xc6\x88\x39\xe5\x73\ \xbe\x2e\x14\xc0\x18\xf6\x88\x2d\x73\xbc\xfc\x1b\x8d\x46\x4d\xc2\ \xcd\xe7\xf3\xc6\x1e\x00\xf0\x90\x52\x3d\xc0\x62\xae\x3d\xd8\xa0\ \x90\xad\x37\xa5\x67\x32\x99\xff\xcf\xde\xbd\xed\xb8\xb6\x65\x69\ \xa1\x6e\xb6\xe3\x6c\x3b\xc2\x71\x9a\x73\x66\xae\xb5\x2a\xb3\x54\ \x85\x4a\x08\x81\xc4\x0d\x2a\x89\x2b\x84\x78\x08\x9e\x81\x97\xa8\ \xb7\xaa\x3b\xe0\x0e\x90\x40\x5c\x81\x80\x85\x2a\xc9\x5c\x99\x6b\ \xae\x79\x8a\x83\xed\x38\x3b\xec\x7d\x11\xf5\xf5\xf8\x3d\x72\x22\ \x36\x7b\x83\xd6\x8d\x87\x34\x35\x23\xc2\xc3\x63\xf4\x43\xeb\xad\ \xfd\xed\x6f\xad\xb7\x5e\x9f\x3f\x7f\x6e\x79\x70\x19\xc2\xb3\xd3\ \x55\x4e\x15\x50\x6d\x23\x04\xf9\x31\x96\xe4\x54\xdb\xb1\x7c\x58\ \xd2\x4c\x94\x96\xcb\x97\x3b\x0a\x6f\x6f\x6f\xdb\x86\x8c\x83\x83\ \x83\x1a\x8d\x46\x2d\x0c\xdc\x0d\xbb\x01\x63\xd8\xb3\x6e\x48\x2d\ \xf3\x97\x92\x6d\xc9\xf9\xd2\x6e\xa0\xd1\x9c\x24\x80\xf2\xcc\x04\ \x68\xd6\x4f\xb2\x46\x09\x7c\x92\x25\xcb\xfc\xcb\xcc\xcd\x03\xc2\ \xbe\xb6\xc3\x2f\xef\x35\x96\x2e\xed\x48\x76\x2a\x43\x87\x99\x43\ \x86\x95\xd5\x2e\x0e\x09\xd0\x0d\x10\xe7\x8e\x48\x8e\x9e\xfb\xbb\ \x09\xfd\x29\x5f\x2d\xac\xfa\xff\x5d\x35\x6e\xae\xcd\xb5\xb9\x36\ \xd7\xff\xbf\x2b\xc3\x38\xd7\xd7\xd7\xed\x6f\x6a\x31\x55\xbd\x6e\ \x9b\xf7\x73\x7a\xaf\x0c\x9e\x0a\xe0\x14\xa3\xda\x4e\xd3\xe9\xb4\ \x9d\xf3\x67\x77\x9e\x5a\x50\x77\x77\x77\x35\x9f\xcf\xeb\xc7\x1f\ \x7f\xac\x0f\x1f\x3e\xd4\xed\xed\x6d\xdd\xdf\xdf\xb7\x33\xde\xe4\ \x5e\x00\x81\x94\x3a\x43\x4b\x99\x5e\x5d\x5d\x35\xe5\xac\x7d\xbc\ \xf4\x4c\x3e\xd6\xb7\xcc\x25\xea\xf7\xfb\x2d\x64\x09\x14\x00\x76\ \x3c\xec\xbb\xbb\xbb\xba\xbb\xbb\xab\x8b\x8b\x8b\xfa\xaf\xff\xf5\ \xbf\xb6\x90\x90\xc2\xa2\xc3\xe1\xb0\x85\xef\x9c\x31\x28\x24\xc8\ \x1b\x17\x1a\x03\x40\xab\x5e\x41\x5b\xee\x92\xea\xf7\xfb\xcd\x43\ \xd7\x3f\xec\x12\x96\x8f\xe1\xb9\xbe\xbe\x6e\xe3\x82\x39\xcc\xe4\ \x60\xcf\xd6\x2e\x39\x4a\x72\xc2\x84\xc9\x24\xcc\x67\xee\xcd\xe3\ \xe3\x63\xdb\x39\x79\x7f\x7f\x5f\x57\x57\x57\x8d\xb9\x3a\x3f\x3f\ \x6f\x49\xfa\xb9\xdb\x0f\x28\xb4\xcb\x2b\xc3\x37\xce\x64\x54\x4c\ \x14\xe8\x48\x16\x42\xf5\x77\xcf\x3c\x3c\x3c\x6c\xa0\xd6\x98\x9f\ \x9d\x9d\xb5\x67\xe6\x4e\x45\x00\xd4\xd8\xe7\x06\x03\xe3\x63\x9e\ \x8f\x8e\x8e\xda\xfc\xb8\xac\x81\xae\x23\x20\x4c\x28\x41\x7c\x6f\ \x6f\xaf\x4e\x4e\x4e\x6a\x32\x99\xb4\xb1\xce\xf5\x60\x3d\xb9\x1f\ \xe0\xc3\x6e\x55\xad\xe7\x09\x25\xc8\x01\x4c\x94\xdc\x30\x2e\x09\ \x90\xf2\xbe\x04\x5e\x99\x9f\x65\x5d\xfa\x07\xa8\x03\xae\x5d\x90\ \x67\xae\x12\x3c\x25\xb8\x01\x18\x5d\xc9\x98\x65\x3b\xb2\x66\x55\ \xea\x17\x7f\x03\xaa\x32\x04\x99\x0c\xde\xfe\xfe\xfe\x5a\xca\x82\ \x77\x0a\xa1\xe7\xa1\xd2\x19\xc2\xd4\xdf\x2e\xbb\x36\x18\x0c\x36\ \x00\x6b\x73\x6d\xae\xcd\xf5\xf3\x5d\xab\xd5\xaa\x85\x61\x18\x0b\ \x1e\xbd\x42\x9f\x94\x16\x63\x2d\x27\x8b\x22\x4e\xa3\x4f\xe1\xda\ \xe1\xc7\x88\x03\x32\x80\xc0\xce\xce\x4e\xcd\x66\xb3\x5a\x2e\x97\ \xf5\xe5\xcb\x97\xba\xbc\xbc\x6c\x00\x6f\xb1\x58\xb4\x32\x0c\xfe\ \xf1\xa6\xaf\xaf\xaf\x1b\xd3\x95\x79\x3f\x55\xd5\xd8\xb5\xc3\xc3\ \xc3\xa6\xa8\x81\xb3\xd1\x68\xd4\x9e\xed\x33\x8c\x0e\x86\x86\xf2\ \xbf\xbc\xbc\xac\xdf\xfe\xf6\xb7\xf5\xfe\xfd\xfb\x7a\x7e\x7e\x3d\ \x78\xf9\xfa\xfa\xba\xae\xae\xae\xaa\xaa\xda\xee\xbb\x37\x6f\xde\ \xb4\xfc\x27\xe3\x09\x90\x52\xf4\xd8\x2b\xe3\x9c\xa1\x55\xf5\xc6\ \x30\x1f\x99\x64\x7e\x71\x71\xd1\xea\x3b\xfd\xf8\xe3\x8f\xf5\xf1\ \xe3\xc7\xb6\x01\x60\xb9\x5c\xd6\xc7\x8f\x1f\xeb\xb7\xbf\xfd\x6d\ \x0b\xa3\x62\x28\x30\x7a\x0c\x97\x1d\xa1\xb9\x03\xab\xaa\xda\xd8\ \x32\xb8\xea\xa0\x09\x73\xca\x61\x02\xdc\x6c\x0e\xc0\x90\x01\x28\ \x4a\x31\x64\xd8\x4b\x28\x50\xae\xd5\xf6\xf6\x76\x8d\x46\xa3\xb5\ \xa4\x69\x63\x63\x6e\x67\xb3\x59\x6b\x83\x10\x91\x32\x08\xe4\x50\ \x48\xd8\x66\x86\xd5\x6a\x55\x7f\xf8\xc3\x1f\x1a\xb8\x4a\xc6\x04\ \x23\x97\x6c\x8c\xfc\x3d\xed\x33\x37\x55\xaf\xa7\x05\x58\x03\x79\ \xe6\xa0\x9d\x96\x6f\xdf\xbe\x6d\x79\x74\xe9\x74\x00\x2a\x99\x67\ \x04\x08\xfa\xdc\x78\x65\xbe\x54\x26\xb0\x9b\x13\xeb\x28\xc7\xd4\ \x67\xdd\x1a\x55\x99\x03\xc5\xb9\x20\xe7\xfe\xa5\x2c\x08\x81\xba\ \x2f\xd9\xa8\x4c\x8c\xcf\x1d\x7f\x92\xd3\x13\x50\x79\x47\x02\x24\ \xc0\x14\xb0\xcc\x77\xe4\xbd\xfa\x95\x4e\x8e\x4d\x36\x40\xb3\xfb\ \xba\xce\x46\xe6\xfb\x91\x5f\xe3\x9e\xa1\xce\x06\x26\xff\x77\x15\ \xe2\xe6\xda\x5c\x9b\x6b\x73\xfd\x9f\xba\x72\xa7\x8f\x10\xcf\xd3\ \xd3\x53\xdb\x32\xcf\xd0\x66\x5e\x08\x45\x9e\xf9\x1a\x58\x0a\xbf\ \x3b\x94\x17\xb0\x1a\x0c\x06\x75\x78\x78\x58\x47\x47\x47\x8d\xe6\ \xcf\x7c\x2b\xc6\x78\x67\x67\xa7\xd5\x73\x02\x8c\x14\xc9\xb4\x5b\ \x51\xd8\xa6\xea\xc5\xa8\xa8\x63\x05\xcc\x65\x1e\x50\x56\x02\xa7\ \xf0\x81\x37\x60\x4f\x78\x8a\x52\x3f\x3b\x3b\x6b\xf9\x47\x00\x87\ \x62\xac\x0e\xc7\xbe\xbd\xbd\x6d\x89\xe6\x9f\x3e\x7d\xaa\xfb\xfb\ \xfb\x56\xdd\x9d\x31\xa7\xe4\x85\x22\xbb\xc9\xbc\x6a\x39\x61\x5f\ \xf2\xcc\x36\xc0\x40\x28\x0d\xb0\x4c\x2f\x7e\x34\x1a\xd5\xfb\xf7\ \xef\xdb\x39\x84\xf7\xf7\xf7\x75\x7d\x7d\x5d\xff\xe9\x3f\xfd\xa7\ \x76\x1f\xe0\x71\x71\x71\xd1\x76\x71\x1e\x1c\x1c\x34\xc6\x0a\x38\ \xb0\x29\xb1\x96\x00\x00\x20\x00\x49\x44\x41\x54\xad\x7a\x61\xaa\ \x12\x3c\x1b\x4b\x21\x64\xf5\xbf\x30\x8f\xae\x04\x03\xda\x9d\xcc\ \x9a\x3c\xac\x4c\xae\x16\x5e\x55\xab\x2a\x93\xd0\xab\x5e\x0e\x21\ \x3f\x3a\x3a\xaa\xc5\x62\x51\xa7\xa7\xa7\x0d\xec\xd9\x04\x61\xce\ \x07\x83\x41\x4d\xa7\xd3\x26\x8f\x0e\xbe\x96\xef\x46\x1e\xc9\xe2\ \x3f\xfa\x47\xff\xe8\x8f\x36\x68\x64\x28\xad\x6a\x3d\xa7\x67\x77\ \x77\xb7\xce\xce\xce\x6a\x32\x99\xd4\x2f\x7f\xf9\xcb\xc6\x7c\x25\ \xb0\x97\xaf\x98\xf9\x42\xfa\x8c\x81\x4d\xe6\xc9\x18\x64\x38\x3c\ \x01\x47\x32\x6b\x09\x1a\x32\xdc\x5c\x55\x8d\x89\xcc\x30\x1b\xf6\ \x2f\x81\x56\xb6\x4d\xff\xba\x80\x30\x59\xb2\x0c\xc3\x66\x5e\x57\ \x86\x35\x33\x74\xd9\x0d\x13\x66\xc8\x34\x19\x5a\xf2\x9f\x21\x4a\ \x72\x01\xfc\x77\x73\x33\x31\x9d\xc9\xaa\x65\x29\x97\xaa\x6a\xa0\ \xcc\xf8\xae\xbd\xe3\xff\xa5\x1e\xdc\x5c\x9b\x6b\x73\x6d\xae\xff\ \xe3\x57\xaf\xd7\x6b\x21\x1d\x4c\x88\xbc\x16\x00\x8a\xb1\x01\x56\ \x28\x6b\x8a\x2c\x43\x11\x3c\x5c\x5e\xab\xdf\x79\x9b\x58\x2d\xec\ \xc1\xee\xee\x6e\xcb\x43\xca\x43\x99\x19\x08\x80\x23\xc3\x58\x72\ \x6d\x84\x0d\xa6\xd3\x69\x55\x55\x63\x2d\x80\xa7\xe9\x74\xda\x8a\ \x76\xea\x27\x65\x7f\x77\x77\x57\x83\xc1\xa0\x8e\x8f\x8f\x6b\x3a\ \x9d\x36\x66\xeb\xe1\xe1\xa1\x25\xcb\x0f\x87\xc3\xb5\x73\xd9\x86\ \xc3\xe1\x1a\x7b\x23\xd9\x5e\xb9\x04\xf9\x62\xe3\xf1\xb8\x9d\x4d\ \xb7\x58\x2c\xea\xe2\xe2\xa2\x26\x93\x49\xf5\x7a\xbd\xc6\xbe\xdc\ \xdf\xdf\xd7\xdd\xdd\x5d\xfd\xe1\x0f\x7f\x68\x06\x10\x30\x49\x23\ \x69\x5c\x86\xc3\x61\x9d\x9e\x9e\xb6\xbf\xcd\xe7\xf3\x66\xf4\x93\ \xe9\xdb\xda\xda\xaa\x0f\x1f\x3e\x34\xb0\x84\x19\xfb\xf8\xf1\x63\ \x63\x10\x19\x40\xe1\x30\x67\x44\x2e\x16\x8b\xfa\xfd\xef\x7f\x5f\ \xff\xf9\x3f\xff\xe7\xfa\xe1\x87\x1f\xea\xe9\xe9\xa9\xa6\xd3\x69\ \xfd\xf4\xd3\x4f\x2d\x0c\xfb\xf8\xf8\xd8\x98\x47\xf2\x23\x2f\x49\ \x1f\xab\xaa\x85\xfa\x72\x77\xe4\x7c\x3e\x6f\xe1\x5d\xc6\xf9\xf9\ \xf9\xb9\x81\x10\xcf\x33\x2f\xda\x27\x69\xfd\xf0\xf0\xb0\x76\x77\ \x77\xeb\xea\xea\xaa\x85\x01\x7b\xbd\x5e\x7d\xfa\xf4\x69\x8d\xa1\ \x01\xec\xe4\xc2\x31\xfa\x0e\xa3\x4e\x10\x9b\x21\xac\x5e\xaf\xd7\ \x42\x98\xbd\xde\xcb\xc1\xdf\xe7\xe7\xe7\xd5\xef\xf7\x5b\x58\x10\ \xfb\x9a\xe0\x00\xd8\xa8\x7a\xdd\x45\x97\x6c\x98\x35\x93\xac\x56\ \xd5\x6b\xe9\x13\xe0\xca\xe7\x00\x57\xe6\x51\x19\x9b\x0c\xed\x25\ \xa3\x93\x6b\x25\x7f\xdf\xda\x7a\x39\x5c\xda\x78\xe7\xe7\x55\xeb\ \x09\xea\xd6\x50\xae\x65\xcf\xf1\x59\x86\xe0\x52\x07\x90\x4b\xef\ \x34\x36\x09\xb4\xb0\x5b\xc0\x34\xc0\x97\xf2\xe0\x73\xe0\xb8\xaa\ \xd6\xf2\x3b\x31\x72\x09\x2c\x33\x34\xa8\x7f\xfa\xba\x01\x58\x9b\ \x6b\x73\x6d\xae\x9f\xed\x62\x74\xab\x5e\x93\x9a\x6f\x6e\x6e\xea\ \xe6\xe6\xa6\x46\xa3\x51\x33\x08\x00\x08\x26\xc8\xce\xae\xf4\x84\ \x01\x0c\xc5\x19\x25\xab\x3e\x3c\x3c\xd4\x6c\x36\x6b\x79\x3b\x42\ \x37\x2a\xbe\x2b\xb4\xa9\x1e\x54\x55\xad\x1d\x3d\x03\xa8\x0d\x06\ \x83\x56\xf2\x80\x81\x13\x3a\x9a\xcf\xe7\xed\xbb\xe3\xf1\xb8\x79\ \xcc\xca\x16\x60\x63\x80\x37\x4a\xd8\xee\x40\xe1\xa8\xd5\xea\xa5\ \x1e\x96\x82\x99\x42\x74\xf2\x77\x9e\x9e\x9e\xea\xe4\xe4\xa4\x31\ \x73\x40\x67\x86\x6a\x30\x6c\xfd\x7e\xbf\xb5\xb5\xea\xd5\x90\xd8\ \x75\xf8\xbb\xdf\xfd\xae\x8d\x2b\x23\x94\x07\x18\xf7\x7a\xbd\xb6\ \x63\x10\xc8\x14\x1e\x35\xd6\x87\x87\x87\xed\x08\x9f\x87\x87\x87\ \x1a\x0e\x87\xf5\xed\xb7\xdf\xb6\x5c\x28\xed\xc3\xbe\x98\x2b\xac\ \x62\x32\x8e\x8c\x95\x9c\x1b\x67\x25\xde\xde\xde\xd6\xe7\xcf\x9f\ \x9b\xd1\x05\x44\xd3\x50\x57\x55\xab\x77\x06\x60\xcb\xb7\x03\xa0\ \x30\x7b\x40\x24\x50\x32\x1e\x8f\xeb\xf1\xf1\xb1\x01\xb5\xed\xed\ \xed\x3a\x39\x39\xa9\xcb\xcb\xcb\xc6\x8c\xf6\xfb\xfd\x56\x2a\xa2\ \xaa\x1a\x68\x58\xad\x56\x6d\x07\xa1\xb0\x61\xce\xc3\x68\x34\x5a\ \xcb\x59\x02\xaa\x00\xd7\xd1\x68\xd4\x0e\x04\x37\xc6\x18\x32\x3b\ \x17\x73\xb7\xa2\xbe\xb9\xba\xf9\x60\x09\x9e\x92\x91\x03\xb4\x92\ \x25\x23\x0f\x09\x5c\xb2\x54\x81\x76\xe6\x73\x32\xff\xa8\xea\x95\ \x09\x4b\x90\x07\xb4\x61\x84\x81\xb6\xaa\x6a\x63\x99\x00\xb9\x0b\ \xe0\xc8\x5e\xb2\xba\xf9\xcc\xaa\x6a\xb9\x7b\x9c\x24\x60\xd0\xb3\ \x7d\xc7\xbc\x6b\x2b\x99\x26\x13\xc0\xa7\x50\x7e\x16\x1c\xce\x70\ \xa4\x67\x27\xa3\x97\x3b\x4e\xab\x6a\x0d\x70\x36\xd0\xf7\xbf\x56\ \x81\x9b\x6b\x73\x6d\xae\xcd\xf5\x7f\xe7\x02\x92\x32\x34\xc0\x28\ \x0a\x0d\x65\xa8\x08\xb0\x39\x3b\x3b\xab\x7f\xfa\x4f\xff\x69\x53\ \xde\x19\x82\x13\xe6\xc3\xf8\xe4\x6e\x2e\x61\x41\x06\x43\x32\x2b\ \xa0\xb0\x58\x2c\x5a\xbe\x14\xc0\x21\x47\x46\xe9\x07\xc6\xdd\xb1\ \x36\x0c\xa3\xf0\x1b\x16\x2b\x43\x67\x19\xba\xea\xf5\x7a\x8d\xc1\ \x9a\xcf\xe7\x2d\x14\x88\x3d\x53\x6d\x7e\x30\x18\xb4\x90\x13\xc3\ \x91\x49\xda\x5d\x40\x0a\xa4\xf8\x97\x8c\x17\x90\x24\x09\x5b\x08\ \x29\x0f\x75\xde\xde\xde\xae\x0f\x1f\x3e\xd4\x0f\x3f\xfc\xb0\x16\ \x0e\x31\x2f\xc0\xa2\xd0\x2d\x50\x21\x1c\x68\x7c\xce\xcf\xcf\x5b\ \xfd\x28\xcc\x16\xa0\x66\x3e\x85\x28\xbb\x80\x41\xee\x13\x50\x7a\ \x72\x72\x52\x27\x27\x27\xed\xfb\xc6\x2f\x19\x4e\x46\x16\x1b\xf6\ \xb5\x84\x7b\xef\x02\xd2\x31\x98\x80\xc9\xfd\xfd\x7d\x9d\x9d\x9d\ \xb5\xdf\xf7\xf7\xf7\x6b\x3a\x9d\xd6\xe9\xe9\x69\xcb\x05\x24\x93\ \x27\x27\x27\x0d\x48\x61\xd6\xb4\x19\x08\xcd\x50\xb6\x3e\xda\x05\ \x69\xce\x15\x9d\x65\xa0\x1d\x76\x4d\x16\xf7\xf7\xf7\x6b\x3c\x1e\ \xb7\x43\x9b\x01\x9b\x4c\x58\x67\xe4\x33\x37\xc8\x9c\x60\x7a\x30\ \x31\xee\xc3\xb0\x76\x19\x5f\xf3\xec\x33\x8e\x40\x02\x6e\x17\x26\ \xd6\x9a\xcb\xb0\xa0\xd0\x2f\x86\x48\xe2\x3d\x39\xae\x7a\x4d\x8a\ \x37\x46\x7e\xc6\x3e\x25\xc8\xd3\x3e\x0c\x53\xe6\x6c\xe9\x5f\xe6\ \x8b\x01\x6c\x40\x57\x32\x60\x9e\x2d\x3c\x2c\x4f\x52\xfe\x67\xe6\ \xa7\x65\x2e\x5a\xf6\x1d\xd8\xd2\xd7\x04\x69\xda\xe2\xda\x00\xac\ \xcd\xb5\xb9\x36\xd7\xcf\x76\x61\x44\x28\xe5\xf4\xc4\x85\x59\x92\ \x76\xa7\x80\xa7\xd3\x69\xfd\xdb\x7f\xfb\x6f\xff\x28\xc9\x96\x81\ \xa1\x40\xcf\xce\xce\xea\xe0\xe0\xa0\x95\x49\xf8\xfc\xf9\x73\x03\ \x46\xf2\x98\x28\x70\x06\xf9\xe2\xe2\xa2\x96\xcb\x65\xdb\x99\x97\ \xd5\xb8\xf3\x1c\xbe\xaa\x97\x3c\x14\xc5\x37\xb3\xde\x12\xa3\x6e\ \xf7\x99\x7e\x65\x5e\x0c\x4f\x99\xf7\x8c\xf5\x59\x2c\x16\xf5\xe5\ \xcb\x97\xba\xba\xba\xaa\xc5\x62\xd1\x3c\xf4\x0c\x49\xc8\x07\x9b\ \xcf\xe7\xcd\x30\xce\xe7\xf3\x66\x40\x00\xa0\x3c\x57\x4d\x82\xb1\ \x73\x1c\x8f\x8f\x8f\xeb\xed\xdb\xb7\x6d\xfc\x93\x3d\x30\x2e\x76\ \x0e\xbe\x7b\xf7\xae\x8e\x8f\x8f\xab\xaa\x1a\xd0\xb9\xbb\xbb\x5b\ \x2b\xda\x6a\x9c\x80\x40\x39\x2c\x72\x9f\xf4\x17\xfb\x80\xe1\x03\ \xcc\x80\x02\x49\xee\x0e\xac\xb6\xb3\xd3\x2e\x44\x95\xd6\xb1\x0b\ \x42\x66\xda\x66\xbc\x25\x90\x3b\x54\x39\x37\x38\xa8\xed\x25\xb7\ \x4a\x3b\x87\xc3\x61\x4d\x26\x93\x5a\x2c\x16\x75\x7d\x7d\x5d\xef\ \xde\xbd\x6b\x63\x0e\xb0\x1a\x6f\xe5\x21\x94\x8e\xe8\xe6\xe7\x30\ \xd6\x0c\xb2\xc2\xad\x29\xdf\xee\x75\xae\x21\x40\xad\x0f\x87\x87\ \x87\xad\x5d\x40\xd5\xfe\xfe\x7e\x0b\xa3\xaf\xed\x58\x0b\x50\x92\ \x47\xee\x74\x81\x95\x71\x73\x65\xa2\x78\x97\xa5\x21\xeb\x99\xbf\ \xe4\x02\x40\x84\xe7\x00\x2e\x60\xd6\x73\xf7\xf6\xf6\x1a\x73\x95\ \xd5\xd9\x01\x9b\xee\xe6\x84\x6e\x5b\x00\x24\x72\xaa\xcf\xd2\x00\ \xd6\x00\x4d\xff\x15\xd2\x64\x6e\x99\xf5\x97\x79\x67\x4e\x02\xf0\ \xfe\x1c\xc3\x7c\x57\xe6\x9e\x25\x73\x07\x34\xcb\xfd\x4b\xbd\xb0\ \xc9\xc1\xda\x5c\x9b\x6b\x73\xfd\xec\x97\x24\x68\xca\x4d\x18\x8c\ \x02\xb5\x3b\x4e\x7d\x1a\xc0\x61\x6f\x6f\xaf\x7e\xfd\xeb\x5f\xb7\ \xef\x02\x60\x14\xe9\x9f\xfc\xc9\x9f\xd4\xe1\xe1\x61\x55\xbd\x6e\ \x19\x1f\x0e\x87\x4d\x81\x0a\x2f\x4c\xa7\xd3\xf6\x5e\xe1\x20\xf9\ \x40\x55\xd5\xbc\x6e\x40\xee\xe9\xe9\xa9\x85\x2e\x9f\x9e\x9e\x6a\ \x36\x9b\x35\x0f\x1d\xbb\xe5\x59\xda\xc6\x20\x52\xe8\xbc\xf0\x64\ \x0c\xec\x58\x92\xd7\x65\xb7\x1e\xb6\xec\xe8\xe8\xa8\xce\xce\xce\ \x1a\x23\xc7\x80\xab\x3a\x0e\xf0\x60\xa7\xe4\x79\x01\x4d\xd8\x84\ \xaa\x6a\xc6\xc0\xee\x44\xbb\xfc\xe4\x1c\x39\x12\x48\xa2\xbf\x33\ \x0c\x17\x8b\x45\x5d\x5e\x5e\xd6\xc3\xc3\x43\x33\xf0\xce\xf6\x63\ \x5c\xf5\xe7\xe6\xe6\xa6\x8d\x09\x23\xaa\x3f\x76\x78\x61\x26\x81\ \x4d\x9f\xa9\x79\x05\xcc\x62\x7b\xe4\x0c\x49\x2a\x57\x46\x23\x43\ \x49\x76\x01\x32\x7a\x99\x47\x34\x1c\x0e\xd7\x0e\x98\x36\x37\x0e\ \x94\x1e\x8f\xc7\xcd\xf0\x02\x97\xe4\x12\x43\x96\x47\x33\x2d\x97\ \xcb\xfa\xf4\xe9\xd3\x1a\xfb\x21\xc4\x87\x05\x4d\x06\xf1\xf8\xf8\ \xb8\x7a\xbd\x97\xf3\x27\x19\x6a\x0c\xe7\x77\xdf\x7d\x57\xa7\xa7\ \xa7\x4d\x86\x47\xa3\x51\xdb\x60\x61\x77\x5b\xe6\x95\xa5\xcc\x19\ \x77\x6c\x4c\xe6\x3b\x61\x58\xc9\x41\x1e\xeb\x92\x80\x2c\xe7\xae\ \xaa\xd6\x0a\x96\xfa\x9b\x35\x91\x79\x65\xe4\x4c\xe8\x13\x78\x04\ \xa6\xf7\xf7\xf7\xdb\xf1\x36\x1c\x11\x6d\x4e\xc6\x09\x08\xcd\x70\ \x61\xb2\x47\x99\xeb\xa5\x5d\xae\x2c\x57\xa1\x2f\x80\x70\x96\xca\ \xa8\x7a\xcd\xa3\x4a\x30\xe7\xf9\x09\xa0\x32\x27\x2d\xf3\xc3\xb2\ \x6d\xe6\xb7\xfb\x1d\x63\xbb\xb5\xb5\xb5\x01\x58\x9b\x6b\x73\x6d\ \xae\x9f\xef\xca\x64\x61\x67\xac\x55\x55\xab\xfd\x44\xf1\xa6\xb7\ \x79\x7f\x7f\x5f\xef\xde\xbd\xab\xb7\x6f\xdf\xae\x1d\xa4\x4b\x01\ \x56\x55\x7d\xfc\xf8\xb1\xe5\x54\xa4\xb2\x95\x07\x94\xca\x3f\xab\ \x98\x33\x44\x80\x8e\x90\x53\xd5\x6b\x01\x43\x6c\x86\xad\xf3\x72\ \xa4\x32\x24\xa3\x9d\x0f\x0f\x0f\x6b\x55\xdf\xe5\x3c\x55\xbd\x1e\ \x65\x22\x77\x08\x30\x60\x40\x15\xd9\x54\xa2\x20\x81\x49\xaf\xd7\ \x6b\xb5\x90\x24\xdc\xfb\x4e\x86\x73\xf4\xc7\xcf\x55\xaf\xc7\xd6\ \x38\x67\x30\x13\x97\xcf\xce\xce\xd6\x72\x85\xb0\x1d\xb3\xd9\xac\ \x66\xb3\x59\x63\xdc\xb0\x63\x42\x60\x7e\x76\x90\x76\xee\xfa\xc4\ \x5a\x19\x73\x00\x33\xeb\x32\x69\xb3\x90\xb1\x0d\x05\x8a\xb7\xca\ \x6f\x02\xb2\x92\x0d\xc9\x1c\x22\xed\x11\xc2\xc3\x20\x02\x49\xc0\ \xaf\x71\xc1\x62\x01\x2f\x18\x2f\xe7\x19\x66\xd5\xf7\x5e\xaf\xd7\ \xce\x9b\x04\xca\x7f\xfc\xf1\xc7\x7a\xfb\xf6\x6d\x6d\x6f\x6f\xd7\ \x6c\x36\x6b\x1b\x1e\xe6\xf3\x79\x5d\x5c\x5c\x34\xa6\xf4\xcf\xfe\ \xec\xcf\xea\x2f\xff\xf2\x2f\x5b\xcd\x2c\xf9\x44\x83\xc1\xa0\xde\ \xbc\x79\xd3\x36\x26\x1c\x1c\x1c\x34\xb9\x72\xb8\x70\xb2\x97\x8e\ \xcc\xc9\xfa\x6a\x39\x7e\xc6\x82\xdc\xbb\x00\xe9\x2e\x90\x49\x40\ \x93\xec\x0e\x60\xe5\xfd\x59\xe2\x21\xf3\xa2\xd2\x99\x00\xba\x57\ \xab\xd5\x5a\x89\x15\x2c\x35\x39\x00\x8e\x84\xa1\x73\x17\x9f\xb5\ \x93\x6d\xcc\x12\x26\x55\xaf\x47\x5f\x61\xce\x92\xfd\xca\xba\x60\ \xf2\xf1\xc8\x5a\xe6\xb0\x65\x2e\x5c\xbe\xab\x6a\xbd\x88\x6a\x86\ \x23\xb5\xb9\xcb\xf0\x25\xc0\xca\x7f\xab\xd5\xa6\x92\xfb\xe6\xda\ \x5c\x9b\xeb\x67\xbc\x32\xc4\xb0\xb5\xb5\x55\x6f\xde\xbc\xa9\x9f\ \x7e\xfa\xa9\xd5\x89\x92\xe4\xcc\x78\x02\x03\x7f\xf3\x37\x7f\x53\ \xbf\xff\xfd\xef\x5b\x22\xb4\x7b\x19\x4b\x8a\x5e\xf8\xe6\xe8\xe8\ \xa8\x85\xa6\x12\x30\x1d\x1d\x1d\xb5\xf0\xa0\xf0\x19\x46\x27\x8f\ \xa9\x71\x26\xe2\xf5\xf5\x75\x9d\x9c\x9c\x34\x03\x73\x7a\x7a\xba\ \x56\x61\xfc\xf9\xf9\xb9\xb1\x2d\x0e\x82\xd6\x17\x39\x36\xbb\xbb\ \xbb\x35\x9b\xcd\x1a\x23\xa6\x32\xf7\xc5\xc5\x45\x33\x4c\x6a\x64\ \x1d\x1c\x1c\xd4\xc7\x8f\x1f\x9b\x92\x67\x98\x85\x26\xdd\x7b\x74\ \x74\x54\x57\x57\x57\x0d\x14\x29\xe1\xa0\x9f\x4f\x4f\x4f\x35\x99\ \x4c\xda\xb1\x42\x00\xd2\xed\xed\x6d\x0b\xc3\x56\x55\xfb\x99\x81\ \x11\xba\x9d\xcf\xe7\x6b\x60\x49\x9f\x8c\x35\xa6\x8d\xc1\xea\xf5\ \x7a\x8d\x19\xca\x50\x98\x1d\xa0\xc2\x5f\x80\x8e\x0a\xef\xe6\x8d\ \x71\xcc\xf2\x0a\x8c\x33\x99\xd1\x77\xfd\xc9\x1d\x73\xf2\x9b\x00\ \x11\x89\xe3\xb3\xd9\xec\x95\x5d\xe8\xbf\x94\xd8\xb8\xbc\xbc\x6c\ \x35\xad\x9e\x9e\x9e\xda\xf1\x3f\x42\xbc\xc6\x25\x99\x4c\xcc\x10\ \x10\xf5\x0f\xfe\xc1\x3f\xa8\xaa\xaa\xff\xf1\x3f\xfe\x47\xab\xfa\ \x0f\xc0\xaf\x56\xab\xfa\xbb\x7f\xf7\xef\xae\x1d\x18\x0d\x70\x0a\ \xa7\x3e\x3e\x3e\xd6\x70\x38\xac\xd1\x68\xd4\x72\xaf\xaa\x5e\x37\ \x2c\xe4\xce\x56\xc6\xfb\x6b\x49\xd5\xc9\x46\x75\xaf\x04\x96\xc9\ \x1a\x65\x8e\x52\xd5\x6b\x88\x31\x77\x17\xfa\x3c\x73\x22\x9f\x9e\ \x9e\x5a\xf8\x2f\xf3\x27\xcd\x73\x97\x29\xf2\x5e\xf3\xd7\x6d\x23\ \xd9\xd6\x87\x64\x90\x32\xe9\x5c\xbb\xba\x8c\x91\xb5\x07\xb8\xd2\ \x2b\x7e\xce\x1d\x8b\xfe\xe6\xf7\x6e\x38\x37\xf3\xc3\x12\x64\x26\ \x5b\x9e\xb9\x8d\x40\x69\xb7\x7d\x1b\x06\x6b\x73\x6d\xae\xcd\xf5\ \xb3\x5d\x42\x07\xf2\xaf\x6e\x6e\x6e\x1a\x58\x61\x38\x1e\x1e\x1e\ \xd6\x72\xb5\x00\x86\xf9\x7c\xde\x8c\x67\x96\x74\xa0\xf0\x29\xbe\ \xf3\xf3\xf3\xb5\xbc\x0d\x20\x64\x38\x1c\xb6\xb0\x21\xf0\x60\xa7\ \x9f\x5d\x6c\xbc\x72\x6c\x54\xe6\x92\x08\x77\xdc\xde\xde\x36\xc5\ \xce\xf0\xf0\xec\x3d\x13\xd8\xc9\x52\x0d\xc0\x8b\xa3\x7a\x06\x83\ \x41\x03\x05\xb9\xcb\x2e\x73\x9f\x24\x53\x33\x44\xc7\xc7\xc7\xb5\ \xbd\xbd\xdd\xee\x77\x3c\x0f\x66\x47\xae\x93\xba\x62\x5d\x63\x63\ \x57\x21\xc0\x28\xcc\xa8\x7d\x0c\x31\x26\xad\xaa\x1a\x60\xea\x02\ \x5a\xc6\x55\xe2\x2f\x20\x6b\x3e\xe4\x64\x01\xcc\xce\x4c\x94\x67\ \x85\xa9\x63\x60\x31\x5a\x8a\xc0\xba\x3f\xf3\xbb\x32\xf7\x49\x65\ \x7a\x61\x39\xf7\xcb\x95\xf1\x37\x63\x98\x89\xe9\xfa\xb0\xbb\xbb\ \x5b\xa7\xa7\xa7\x75\x77\x77\x57\x6f\xde\xbc\x69\x72\xe4\xa8\xa6\ \x04\x88\xb3\xd9\xac\xaa\x5e\x40\xd0\x3f\xfe\xc7\xff\xb8\xfe\xc5\ \xbf\xf8\x17\xf5\xcf\xff\xf9\x3f\x6f\xf5\xb0\x80\x7f\x89\xf1\x40\ \x28\xb0\x06\x44\x02\x34\x0a\xd4\x4a\xe8\x07\xd0\x32\xfc\x9d\x6c\ \x4c\x86\x8a\x93\x91\xca\x5d\x7a\x0c\x7f\x96\x50\x48\x76\x26\xc3\ \xd5\xf9\x0c\x79\x52\x18\x53\x00\xc3\xfc\x56\x55\xdb\x8d\x97\x61\ \x36\x40\xc8\xfc\xe4\xf3\xf2\x1d\x99\x43\x65\xed\xba\xa7\xaa\xd6\ \x72\x02\xbb\xff\xb2\xa4\x48\x26\xda\x93\x45\x0c\x23\x50\xea\x9e\ \x04\x58\x19\x82\xcc\x3c\xb5\x94\xeb\xac\x9d\x95\xb9\x69\xc0\x5f\ \xe6\x7b\xe9\x0f\xf6\xad\x81\xe0\xff\x83\xba\x72\x73\x6d\xae\xcd\ \xb5\xb9\xfe\xb7\xae\xac\xd7\xa3\x38\x28\x86\x06\x10\x11\x12\x10\ \x36\xcc\xdd\x84\x8c\x0c\xc3\xab\xac\x01\xa5\x3e\x1a\x8d\xd6\x76\ \x79\x01\x54\x42\x37\x57\x57\x57\x2d\xbc\xd6\x35\x14\x0c\xd1\x70\ \x38\x6c\xc5\x47\xb1\x53\x59\x98\x12\xeb\x75\x73\x73\xd3\xc2\x52\ \x58\x1e\xc6\x69\x36\x9b\x35\x03\x6b\x17\x99\x10\xd9\xfd\xfd\x7d\ \x33\xde\x6f\xde\xbc\x69\xcf\xc6\x16\x61\x4a\x8c\x8d\x22\x9b\xf2\ \x71\xe4\x44\x65\x89\x02\xc9\xe0\xc9\x52\x64\x4d\x31\x86\x25\x8b\ \x31\x62\x6f\xba\xf3\xa2\x1d\x18\x82\xcc\x79\x02\xda\xd2\x78\x56\ \xd5\x1a\x2b\x95\x15\xe4\x9f\x9e\x9e\x5a\xdd\x2e\x46\x0c\xb8\x94\ \x13\x95\xf5\x89\xb0\x88\xc0\x8a\xf1\xcb\x71\xd6\x7e\xf3\x20\x01\ \x1d\x40\x50\x0e\x21\x77\x12\x7a\x3e\x30\x3b\x1c\x0e\xd7\x8c\xe3\ \xc3\xc3\x43\x9d\x9d\x9d\xd5\x78\x3c\xae\xe3\xe3\xe3\xda\xdd\xdd\ \xad\xdb\xdb\xdb\x16\x52\xdc\xda\xda\xaa\xe9\x74\xda\x9e\xf1\xaf\ \xfe\xd5\xbf\xaa\xff\xf8\x1f\xff\x63\xfd\xcb\x7f\xf9\x2f\x1b\x10\ \xca\xd0\xe4\xf1\xf1\x71\x63\x4f\x15\x39\x7d\x7c\x7c\x6c\xb5\xc2\ \x30\x97\x92\xda\x19\x73\xfd\x30\xce\xe6\x0f\xa8\xce\x1c\xa6\x4c\ \xae\x67\xfc\x93\x8d\x71\x65\xc8\xb1\x6a\x3d\x59\x3d\x43\x80\xb9\ \x0b\x13\x88\x21\xcf\x59\xbe\x23\xe7\xcd\x3a\xf6\x5c\xe0\x89\x4c\ \x00\xf2\xc9\x3c\x99\x8b\x04\x5c\x09\xc4\xba\x4c\x57\x96\xf4\x48\ \x99\xce\x43\x99\x33\x27\x30\x7f\x26\xfb\xd8\x26\xcf\xf7\xbe\x64\ \xca\xb3\xcd\xda\x92\x6d\xf6\x7f\x86\x67\xab\xd6\x0f\xb0\xdf\x00\ \xac\xcd\xb5\xb9\x36\xd7\xcf\x76\x01\x26\x97\x97\x97\xed\x67\x21\ \xa1\xaa\xd7\x84\x6c\x80\x29\x15\x28\x85\x2a\x24\x04\x4c\x60\x6d\ \x18\xa1\xf1\x78\xbc\x76\xbc\x8d\x6d\xef\x8c\x6f\x2a\xeb\x2c\x0d\ \x91\xf4\xff\x72\xb9\x6c\x61\x1b\x9e\xb0\xa4\xfb\x3c\xce\x85\xb1\ \xaa\xaa\x06\xe2\x30\x4b\x80\x03\x43\x08\x50\x2a\x9c\x99\x05\x11\ \xab\x5e\x0c\xd4\x7c\x3e\xaf\xab\xab\xab\x56\xdd\xdd\x77\xef\xef\ \xef\x5b\xe1\x49\x8c\x1c\x03\xa7\xa6\x16\x70\xe4\x4c\x47\x46\x2d\ \x77\x2f\x02\x1b\x4f\x4f\x4f\x5f\xbd\xaf\xdf\xef\xb7\xd0\xd6\x60\ \x30\x68\x87\x68\x03\x05\xda\xff\xfc\xfc\xdc\xee\x03\xd6\x18\x35\ \xf3\xa3\x1c\x82\x5d\x7d\xbb\xbb\xbb\x75\x78\x78\xd8\x0c\xeb\x72\ \xb9\x6c\x80\x99\x21\xdf\xdb\xdb\x6b\x05\x3a\x93\xbd\x04\x08\x8c\ \xb7\xb1\x73\x86\xa4\xbe\xf9\x97\xe7\x3f\x02\xe6\xe6\x2d\xd9\xca\ \x0c\x4b\x9e\x9c\x9c\xac\x85\x81\x92\x01\x14\x7e\x7e\xf3\xe6\x4d\ \x3d\x3f\x3f\xd7\xdf\xfc\xcd\xdf\xd4\x6f\x7e\xf3\x9b\xfa\xf2\xe5\ \xcb\xda\x0e\x3e\xa5\x26\xf6\xf6\xf6\xea\xfd\xfb\xf7\xf5\xbb\xdf\ \xfd\xae\x01\x6c\x9f\x9d\x9d\x9d\xb5\x3c\xac\xcc\x7b\x4b\xe3\xce\ \x41\xc8\x24\x72\xeb\x24\xc1\x49\xd5\xd7\x8f\xce\xf1\xb7\x2c\xc9\ \xc0\xa9\xc8\x67\x24\x50\xf3\xbd\x64\x7e\xba\xf2\x80\x69\x03\xa6\ \xac\x95\x3c\x1c\x3c\x01\x7d\x86\x0c\xd7\x80\x48\x7f\xbd\x66\x57\ \xb2\x45\xa9\x0b\xac\x13\xc0\x4f\x7e\x1e\x99\xcc\xd0\x69\x57\xa6\ \x32\x7c\x9d\x09\xf4\xda\x9c\xb9\x61\xc9\x8c\x6a\x47\x86\xcd\xf5\ \x27\xc7\x0d\xb0\x4d\xe7\x64\x03\xb0\x36\xd7\xe6\xda\x5c\x3f\xdb\ \xc5\x78\xc9\x8f\xc2\x0e\x3d\x3f\x3f\x37\x46\x88\xc2\xca\x24\x6d\ \xe1\x2c\xcc\x50\xd5\x7a\x45\x66\x86\x30\x15\x25\x90\x85\x3d\x5a\ \x2e\x97\x75\x72\x72\xd2\x92\x9f\x31\x2e\x99\xeb\x61\x07\x1e\xe6\ \x0b\x2b\xe6\x59\x42\x52\x80\x4e\x16\x9a\x64\x7c\x00\xc3\xaa\x57\ \xef\x1b\x58\xb8\xbf\xbf\x6f\xcc\x5a\xd5\x4b\x72\xbe\x6a\xeb\x18\ \xaf\x3c\xbb\x90\x12\xb7\xc3\x4c\xe8\xd1\xd9\x83\xa3\xd1\xa8\x19\ \x25\x63\x08\x74\x31\x4e\xbe\xbf\xb5\xb5\xd5\xd8\x2f\xcf\x15\xaa\ \x65\x6c\x54\x4e\xcf\xe2\xaa\x99\xf7\x84\x19\xca\xc4\x64\xc6\x1e\ \x93\x03\x08\x61\xec\x8c\x29\x76\xc3\x31\x32\x58\x2f\x35\xb4\xaa\ \xaa\x9d\x11\xc7\xa8\x01\x39\x39\x3e\x19\xfa\x52\x36\xc2\x9c\x08\ \x05\x56\x55\x2b\x1c\xaa\x6c\x87\x64\xf6\x64\x32\xec\xf0\x4b\x20\ \x4e\x3e\xc9\x0d\xa3\x6b\x87\xab\xf6\xfc\xeb\x7f\xfd\xaf\xdb\xf3\ \x1c\x54\xbd\x5a\xbd\x1c\x6f\xf4\xdf\xfe\xdb\x7f\xab\x7f\xff\xef\ \xff\x7d\x1b\xd3\xe9\x74\x5a\x07\x07\x07\xf5\xcb\x5f\xfe\xb2\xce\ \xcf\xcf\xd7\xc2\x53\x59\xee\x21\x01\x51\xe6\x80\xe5\x66\x03\x6d\ \x48\x00\x91\x32\x96\xf3\x62\xfc\x13\x5c\x24\xd0\xf1\x79\x6e\x7e\ \xb0\x96\x84\xbd\xbd\x13\xb8\xa9\xaa\xb5\x5a\x6f\xde\x63\x4d\x1a\ \x07\x72\x90\x4c\xb1\x77\x4b\xaa\x77\x3f\x00\x95\x60\x2a\x19\x2e\ \x8c\xad\x32\x09\xe4\x33\x13\xd4\x01\x5c\x72\xe6\xf9\xc6\x28\x01\ \x21\x5d\x91\xe3\xe2\xf2\x3c\x73\x94\xa0\x2c\x41\xa9\x7f\xb9\x4b\ \x75\x03\xb0\x36\xd7\xe6\xda\x5c\x3f\xdb\xc5\xd8\xe6\xee\xbe\xdc\ \x46\x0e\x34\x31\x88\x0c\x0f\xc0\x90\xe1\x14\x2c\x03\xe0\x01\xcc\ \x08\x2f\xed\xee\xee\xb6\x23\x30\x28\xfb\x0c\xef\x2d\x97\xcb\xc6\ \x32\xe5\xf7\x7d\x27\x6b\x60\xf9\x3b\x6f\x1d\xf0\xb0\xa3\x10\xc3\ \x21\x2c\x06\x48\x55\x55\x3b\x1a\x47\x7d\x23\xe7\xda\xc9\xcf\x01\ \x92\x30\x21\xc2\x2f\x8c\xb7\x52\x00\x4f\x4f\x4f\xf5\xf9\xf3\xe7\ \x35\xa6\xcd\x8e\x42\x20\xcd\x18\xe7\x79\x83\xc6\x19\x38\xcc\x9d\ \x67\xb3\xd9\xac\xb1\x6e\x0c\x87\x64\x78\x80\x13\x10\x63\x44\x80\ \x12\x40\x37\xe7\x0e\x2b\xa6\x86\x55\xee\xec\x12\xae\xeb\x1e\xb0\ \x5c\x55\xcd\x98\x0b\x91\x19\x9f\x04\x58\x8a\x57\x56\x55\x03\x53\ \x4a\x1c\x00\x8c\xc0\xd0\x78\x3c\xae\x7e\xbf\xdf\x8a\x96\xf6\xfb\ \xfd\xb6\x73\xcf\x1c\xec\xee\xee\xd6\xdb\xb7\x6f\xeb\xfa\xfa\xba\ \x3d\x43\xae\x1d\x26\x44\xfe\x8f\x3a\x5d\x64\xc2\xf9\x90\xdd\x92\ \x01\xdb\xdb\xdb\xf5\x87\x3f\xfc\xa1\xfe\xfa\xaf\xff\xba\x01\x90\ \xaa\x97\x1d\xa5\xef\xde\xbd\x5b\xcb\xe9\x33\xd7\x80\xac\x71\xc2\ \xb4\x91\x3d\xc6\x3e\x59\x2b\xff\x67\xed\xb1\x64\x9f\xba\x49\xe3\ \x09\x2a\x32\x99\x3b\xef\x25\xf3\x92\xe0\x7d\x6e\x9e\xb0\x44\x72\ \xdd\xb2\xce\x54\x16\xf7\xf5\x8e\x4c\x10\x07\x7a\x12\x38\x66\xf8\ \xd3\x7a\xca\xe7\x1a\x57\x6c\x5e\x32\x92\xd6\xbf\xbe\x64\x0e\x24\ \x19\x4e\x66\x50\xbb\x80\xb7\x0c\xa1\xe6\x78\xba\xba\x2c\xa1\x67\ \x59\x23\xe6\x3b\x59\xe8\x4d\x0e\xd6\xe6\xda\x5c\x9b\xeb\x67\xbd\ \xb0\x12\xbd\x5e\xaf\x1d\x53\x02\x58\xe4\xb6\x6f\x5e\x75\x32\x4b\ \x99\x2f\x81\xfd\xb2\x7b\x4f\xfd\x26\x21\xc3\x4c\x60\xa7\x28\x79\ \xc0\xae\xc9\x64\xd2\xea\x36\xa9\x45\x95\xdf\x63\xe8\x78\xe3\x8e\ \x58\xc9\x2d\xe0\x55\xaf\xe0\x4c\xd2\xfa\x78\x3c\xae\xd1\x68\xd4\ \x40\xd5\xee\xee\x6e\xdb\xfe\xbf\x5c\xbe\xd4\xe2\x02\x1c\xc6\xe3\ \x71\x03\x31\x8c\x90\xd2\x0d\xc6\x4b\x4e\xda\xf5\xf5\x75\x9d\x9e\ \x9e\xd6\x64\x32\x69\x61\x1a\xa0\x10\x0b\x94\xe1\x37\x6d\x75\x8f\ \x92\x03\xc6\x94\x07\x0e\x20\x0a\xb3\xa6\x91\x1f\x0e\x87\xad\x7a\ \x3c\xe3\x22\x4f\x2a\x77\x60\x25\x83\x80\xbd\x52\x09\x9e\x61\x93\ \x77\x94\xac\x9a\x9a\x49\xcf\xcf\xcf\x75\x7c\x7c\xdc\x0e\xb0\x9e\ \x4c\x26\x55\x55\x6b\xac\x58\xd5\x6b\xf8\x09\x43\xe1\xf0\xe6\x8b\ \x8b\x8b\xf6\x4c\x6d\x5e\x2e\x97\x35\x99\x4c\xd6\xc0\xec\xed\xed\ \x6d\xbd\x7d\xfb\xb6\x1d\x59\x63\x43\x81\xff\xc9\x54\x86\x80\xc8\ \xd4\x7c\x3e\xaf\xdb\xdb\xdb\x26\x9f\x64\xd7\x18\x70\x1c\x46\xa3\ \x51\x1b\x8b\xe1\x70\x58\xe7\xe7\xe7\xf5\xe7\x7f\xfe\xe7\x75\x72\ \x72\xd2\xe4\x06\x23\xc9\xd8\x03\x5c\xfa\x97\xf9\x3e\x99\xc3\x04\ \x7c\x64\x22\x39\xc0\x91\x4c\xa6\x10\x76\x55\x35\xf6\x26\xd9\x26\ \xe3\x97\x09\xed\x39\x9e\xfa\x9d\x6b\x46\xc8\x8e\x8c\x01\x62\xc9\ \x0e\xa5\xb3\x94\x09\xe7\xde\x8b\xa9\xcc\x90\xa5\x9f\xb3\x1f\x6a\ \x93\x71\x96\x80\x6f\x9f\x63\x42\x13\x18\x25\x23\x56\xf5\xca\x1e\ \x9b\x1f\x4e\x96\x7b\xb5\xa3\xcb\x66\x25\x23\x98\xdf\xef\x8e\x31\ \x5d\xe5\x39\xfd\x7e\x7f\x03\xb0\x36\xd7\xe6\xda\x5c\x3f\xdf\x95\ \x5e\xeb\xe3\xe3\x63\x7d\xfe\xfc\x79\x8d\x3d\x61\x74\x85\x8a\x84\ \x7c\xe4\x5f\x51\xe0\x12\x9e\x19\x85\xb3\xb3\xb3\xea\xf5\x7a\x6b\ \xbb\x00\x87\xc3\x61\x3b\xc7\xcf\xf3\xd5\x76\x72\x2d\x97\xcb\xb6\ \x7b\x8b\x61\xca\xc4\x78\x80\x41\x22\xfd\xde\xde\x5e\x0b\x07\xc9\ \xad\x59\x2c\x16\x6b\xd5\xcc\xed\xca\x93\x9c\x2d\xe7\x47\x42\x7e\ \xe6\x84\xdc\xde\xde\xb6\x5a\x49\xb9\x43\x0b\x00\x72\x31\x74\x98\ \x93\x0c\xc3\x31\x40\x0c\x85\xf3\xf0\xfc\x2d\x59\x86\x7e\xbf\xdf\ \x0a\x6a\x2a\x55\x20\xc7\x46\xe8\x45\x0e\x14\x26\x4b\x2e\x0f\x56\ \xc1\x2e\x50\xec\x93\x67\x67\x22\x7b\xe6\xb8\x60\xfa\xcc\x17\x66\ \x47\x59\x07\x0c\xcc\x72\xf9\x52\xc8\xb3\xea\x05\x48\x1c\x1e\x1e\ \xd6\x70\x38\x6c\xe0\x55\xe8\xf0\xf9\xf9\xb9\x4e\x4f\x4f\x6b\x7f\ \x7f\x7f\xed\x7c\x46\x67\xfc\x61\xaf\x80\x62\x63\x3d\x1a\x8d\xea\ \xe9\xe9\x69\xad\x42\xba\xdd\x92\xe7\xe7\xe7\x6b\x4c\x11\x70\x64\ \x0e\x30\x3b\xcf\xcf\xcf\x6d\x43\x41\x82\xcb\x0c\x33\x03\x1e\xe4\ \x76\x34\x1a\xb5\xb3\x06\xf5\xc3\x5c\x74\x99\xa5\xac\x40\x9e\xf9\ \x59\x64\x35\x93\xdc\xf3\x02\x5a\xcd\x75\xca\x58\x55\xad\xc9\x03\ \xa6\x28\xcb\x0c\x98\xfb\x3c\xb3\x0f\x6b\xa5\xc6\x56\x26\xc2\x7b\ \x0f\xb0\x0b\xec\x75\x43\x66\xd9\x76\x00\x2c\x99\x9f\xcc\x3b\x13\ \x76\xac\x7a\xdd\xb1\x98\x89\xe6\xe4\x4a\x1f\x32\xaf\x0b\x6b\x95\ \x63\x9a\xf9\x54\x19\x36\xa5\x83\x32\xa7\x2f\xc3\xa7\x19\x1e\xa4\ \x9b\x92\xf1\x33\xd7\xe6\x2c\xc7\x7a\x03\xb0\x36\xd7\xe6\xda\x5c\ \x3f\xdb\x25\xb4\x03\xcc\x60\x34\xec\x8e\xe3\x91\xef\xec\xec\xb4\ \x50\x5a\x37\x7c\x95\xa5\x16\x28\x5e\x3b\xee\xd2\xd0\xd9\xd5\xd7\ \x55\xfa\x59\x07\x4a\xd8\x4f\x41\x4c\x09\xdc\x79\x14\x86\xb3\xf8\ \x00\x93\xcc\x11\xdb\xda\xda\xaa\xd3\xd3\xd3\xb5\x24\xe1\x87\x87\ \x87\xba\xbe\xbe\x6e\x2c\x98\x1c\x33\x39\x47\xc2\x3a\xa9\xd4\x07\ \x83\x41\x2b\x29\x00\x28\xea\xa7\xd0\x26\x80\x98\x09\xde\xca\x5e\ \x30\x2a\xd3\xe9\xb4\x85\x61\x19\x11\xa0\xc6\x58\x64\xc2\xff\xdd\ \xdd\x5d\x4b\x08\xd7\xdf\xc5\x62\x51\x17\x17\x17\x2d\x5f\xcb\x73\ \xfc\x2e\x91\x3e\x73\xbc\x00\xc7\x04\x62\x72\x67\x06\x83\x97\xfa\ \x63\x72\x9c\x30\x8c\xc0\x30\x60\x39\x9f\xcf\x1b\xd8\xfa\xf4\xe9\ \x53\x63\x56\x80\xbd\xcc\x4d\x4b\xd6\x43\x9f\xe4\xce\x61\x3a\x18\ \xdc\xaa\x6a\xd5\xd8\x81\x2a\x00\xb3\xea\x85\xe9\x90\xa3\x96\xdb\ \xfe\xf5\x11\x88\x98\xcf\xe7\x8d\xbd\x03\xa2\x1c\xde\xad\x0d\x55\ \xd5\xd8\xd0\x37\x6f\xde\xd4\xf1\xf1\x71\x63\xae\x80\xab\x64\x4b\ \x92\x29\x35\xd7\x29\x17\xb9\x91\x22\xc1\x56\x82\x17\xbf\x67\x88\ \xcc\x4e\x37\x73\x04\x08\x56\xbd\x32\x4e\xe4\x1c\x63\x89\x69\xec\ \xf7\xfb\x6d\x6c\xb0\x56\xab\xd5\xaa\x31\x42\x5f\xab\x05\xd5\x0d\ \xdd\x27\x18\xcc\xbc\xaf\x04\x93\xf9\x2f\x73\x0d\xb1\x56\xd6\x93\ \x35\x35\x1a\x8d\xea\xec\xec\xac\xad\xed\x7c\x6f\xbe\x0f\x1b\xee\ \x7d\x64\x20\x75\x49\xb2\x5d\xf9\x79\x37\xdf\x2a\x01\x6b\x86\x3b\ \xbb\xf9\x6c\x9e\xb9\x29\x34\xba\xb9\x36\xd7\xe6\xfa\xd9\x2e\x4a\ \xec\xfa\xfa\xba\x29\xc2\xc5\x62\xd1\x80\x45\x26\xdc\x02\x21\x14\ \x72\x26\xb4\x62\xc0\x18\x0a\xe0\x87\x17\x5e\x55\x75\x75\x75\xb5\ \x16\x62\x71\x9c\x89\x64\x65\xa1\x3b\x79\x35\x58\x18\xc9\xf6\x42\ \x57\xca\x3e\x08\x11\x66\x5e\x46\x7a\xf4\x8c\x19\x40\xb1\x5c\x2e\ \xeb\xfa\xfa\x7a\x6d\x97\x51\xee\xc0\xd2\x6f\xa1\xc9\x34\x86\x12\ \xc1\xb1\x44\x76\x09\x1e\x1c\x1c\xb4\x7c\x2c\xf7\x6a\x03\x60\xa0\ \x52\x3c\x63\xe6\x1f\x40\x83\x75\x73\x3c\xcf\xd5\xd5\x55\x0d\x87\ \xc3\xb5\x32\x00\x42\x65\x40\x52\xd5\x8b\x91\x51\x95\xdc\x73\xaa\ \x5e\x43\x33\x42\x82\xda\x9f\xe7\x2d\x3a\x8c\xdb\xb9\x8f\x00\x12\ \xcf\x3f\x01\xeb\xde\xde\x5e\x5d\x5f\x5f\x57\x55\xad\xb1\x0c\xc2\ \xa7\x42\xc1\xbb\xbb\xbb\xad\xde\x97\xc3\x92\xc9\x80\xf1\x7a\x7e\ \x7e\x6e\x87\x29\x03\x70\x76\x5f\x32\xe6\x76\x21\x66\xbe\x98\xb9\ \x91\x8b\x25\xd7\x4e\xe8\x4a\x78\x50\x81\x53\x40\x5c\x81\xd3\x37\ \x6f\xde\xb4\xe4\xfa\x04\x7d\xfa\x9b\x6c\x65\x77\xb3\x00\xf0\x84\ \x55\xcd\xf1\x06\x28\x13\x98\x27\x5b\x98\x49\xd8\x80\x68\x82\xde\ \x4c\x34\x97\xf7\x27\x2f\x11\x58\x12\x7a\x4e\x70\x61\xed\x65\x9e\ \x97\x36\x03\xd9\xdd\x4b\x3b\x12\x78\x65\xe8\x2d\xd9\x42\xf3\x91\ \xe1\x59\x72\x0d\x34\x72\x72\xb2\x1e\x98\xe7\x02\xa6\x29\x4f\xe6\ \xb1\x9b\x6b\x66\x4e\x13\xc4\x66\x52\x7e\x32\x81\x09\xba\xf4\x97\ \xdc\xba\xc7\x67\x9b\x10\xe1\xe6\xda\x5c\x9b\xeb\x67\xbd\xe4\x06\ \xc9\xfd\xc9\xf0\x11\x36\xc6\xb1\x35\xce\xf1\xf3\x3b\xb0\x83\x4d\ \x61\x68\x29\x53\x3b\xfe\x92\xfe\xc7\xac\x0c\x87\xc3\xba\xbb\xbb\ \xab\x8f\x1f\x3f\xd6\xf5\xf5\x75\xed\xef\xef\xd7\xe1\xe1\x61\xab\ \xb6\x9e\x75\x9f\x32\x14\x24\x99\x3b\xc3\x6d\xa9\xcc\x73\x87\x23\ \xa5\x0d\x00\xed\xed\xed\x35\x40\xb6\xb5\xb5\xd5\x8a\x51\x8e\x46\ \xa3\x16\xee\xaa\xaa\xf6\x3e\x63\x70\x7f\x7f\xdf\xca\x21\xc8\x93\ \x31\x76\x18\xb0\xdc\x95\x95\x06\x8f\x51\x36\x06\x42\x3b\xd8\xae\ \x8b\x8b\x8b\xc6\x98\x74\xf3\x6d\x18\xd7\x64\x09\xed\x5a\x64\x40\ \xe4\x19\x01\x68\x58\x46\xa0\x34\x77\x6d\x31\x9a\xc9\xf0\xc8\xe5\ \x92\x63\x66\x1c\x30\x5a\x09\x26\x32\xfc\x94\x49\xd3\xc9\x78\x66\ \x9d\xb4\x64\x69\xb4\x47\x15\xfd\xaa\x6a\x0c\x1c\x60\xa5\xfa\xbd\ \x7e\x67\x9e\x0d\xa3\x0c\xf4\xe4\xb9\x89\x00\x7e\xe6\x34\x99\xe7\ \xf1\x78\x5c\x27\x27\x27\x6d\x6c\xc8\x63\x55\xad\xbd\xa7\x0b\xd2\ \xcc\x43\xd5\x6b\xb9\x8c\xaf\xe5\xff\x24\x60\x48\xc0\xd2\xdd\x95\ \x97\xf3\x90\x75\xa2\xc8\x50\x55\xb5\xda\x56\x76\x60\x26\xbb\x9c\ \x32\xa4\x9f\x18\x3a\x40\x37\x43\x66\x55\xaf\xf5\xa1\xb2\x84\x03\ \xe0\x92\x60\xd2\x77\x80\x2b\xed\xcf\x3a\x78\xda\x9a\x61\x4e\x63\ \x6c\xad\x93\xcb\x6e\x0e\x98\xb1\xc8\x10\xab\x76\x98\x07\x57\x82\ \xbd\xdc\x5d\xea\x32\x7e\xb9\x79\x00\x70\x4b\xe7\xcf\x67\x1b\x06\ \x6b\x73\x6d\xae\xcd\xf5\xb3\x5d\xbf\xf9\xcd\x6f\x9a\x51\xb0\x1b\ \x69\xb9\x5c\xd6\xe5\xe5\x65\x55\xbd\x7a\x83\x80\x0b\xe5\xac\x1c\ \x02\xa5\x46\x31\x67\xbe\x53\xd5\xcb\x8e\x3d\xb9\x3e\x76\xef\xad\ \x56\xab\xfa\xf2\xe5\x4b\xcd\x66\xb3\x56\xef\xea\x4f\xff\xf4\x4f\ \xab\xaa\x9a\xd1\x67\x64\xae\xae\xae\xda\x01\xbf\x14\x2e\x03\xcf\ \xd3\x67\xf8\x6f\x6f\x6f\xeb\xe8\xe8\x68\xad\x14\x83\x9d\x6d\x0c\ \x8d\x10\x21\x63\x3f\x9f\xcf\xdb\xe1\xc5\xdd\x10\xa6\x23\x7b\x94\ \x98\x60\x90\x30\x60\x40\x83\x90\xdf\xf6\xf6\x76\x4d\x26\x93\x7a\ \xff\xfe\x7d\x7b\xc6\x6a\xb5\x6a\xfd\xb9\xb9\xb9\x59\x3b\x0c\x99\ \xc1\x96\xc3\x85\xf5\x10\x1e\x65\xc8\xee\xee\xee\xea\xf2\xf2\xb2\ \x86\xc3\x61\x1d\x1e\x1e\xd6\x64\x32\x69\xcf\xc4\xa8\x8d\xc7\xe3\ \x36\xee\x98\x95\x4c\x4e\xc6\x96\x61\xb3\xd4\xbf\xca\x5d\x89\x0c\ \x36\xd6\xc7\xe6\x82\x0c\xa7\xaa\x71\xe6\x9d\x4a\x75\x28\x18\x0a\ \x64\x0c\x87\xc3\x96\x83\xa5\x48\xe8\x68\x34\x6a\x21\x3d\xbb\x31\ \xc7\xe3\x71\x33\xe0\xca\x2b\x08\xa7\x66\xa8\xd6\x78\x01\x06\x36\ \x42\x60\xc8\x7c\x5f\xd8\xf2\xea\xea\xaa\xaa\xaa\x85\x42\xc7\xe3\ \xf1\x5a\x2d\x34\x7d\x48\x10\xc3\xd0\x33\xe0\xee\x21\x77\x99\x6b\ \x65\xf3\x45\x97\x41\xf1\x79\x37\xc7\x28\x01\x50\x26\xc4\x63\x41\ \xbd\x37\xc3\xcf\xe4\x3a\x93\xde\x13\x3c\xc8\x3d\xcb\x64\xf4\xaf\ \x31\x54\x59\xde\x01\x03\x95\xec\x92\xf9\xd5\x9e\x1c\x63\xb9\x88\ \xda\xa5\xcf\x80\x4d\xca\x50\x82\x2f\xfd\xcc\xb0\x63\x82\xaa\xbc\ \x37\x19\xa7\x74\x9c\xf2\x3d\x19\x7a\xa4\x73\xb2\x0d\x79\x3f\xf0\ \xb9\x01\x58\x9b\x6b\x73\x6d\xae\x9f\xf5\xe2\xa5\x52\xfa\x19\x1a\ \xca\xdd\x74\x99\xa4\x9a\xdf\x95\xc0\x9e\x80\x64\x3a\x9d\xd6\xd5\ \xd5\x55\xdb\x22\xdf\x55\x82\x8c\x06\x46\xea\xe9\xe9\xa9\xfe\xfb\ \x7f\xff\xef\xf5\xbb\xdf\xfd\x6e\x2d\x3c\x40\x19\x1f\x1c\x1c\x34\ \xd6\x22\x13\x8e\x6f\x6e\x6e\xda\x73\x3f\x7f\xfe\xdc\xc2\x2a\x37\ \x37\x37\xb5\xbb\xbb\x5b\x57\x57\x57\x6b\xd5\xd4\xef\xee\xee\xea\ \xfa\xfa\xba\x31\x5a\x92\xe3\x19\x12\x49\xe6\x40\x18\x03\x9e\x46\ \xea\x87\x1f\x7e\xa8\xaa\xd7\xda\x4b\x98\x3c\xf7\x79\x67\x1e\x3f\ \x03\x8c\xf1\xe8\x77\x76\x76\xda\xa1\xcc\xcf\xcf\x2f\x95\xd6\xb1\ \x57\x37\x37\x37\x2d\xc7\xa5\xea\xc5\xa3\x3f\x38\x38\x68\x00\x2d\ \x6b\x3c\x79\xae\xa3\x66\x84\x25\x33\xe7\x4a\x31\x56\x63\x23\x1f\ \xac\xd7\x7b\x29\xb9\x80\xe9\xcb\x33\x12\x81\x69\xa0\xcb\xbc\x55\ \x55\x03\x92\x8a\xb3\xca\x5b\x32\x3e\xc3\xe1\xb0\x31\x92\x18\xc0\ \xcb\xcb\xcb\x56\x00\x74\x32\x99\xd4\x72\xb9\xac\xf7\xef\xdf\xd7\ \x1f\xfe\xf0\x87\x3a\x3b\x3b\xab\x9f\x7e\xfa\xa9\x81\xc0\xdf\xff\ \xfe\xf7\x75\x70\x70\xd0\xda\x71\x78\x78\xd8\x00\x28\x10\x70\x74\ \x74\xd4\xca\x61\x64\x5e\x98\x7c\xb8\xdc\x6d\xf9\xdd\x77\xdf\xd5\ \xde\xde\x5e\xab\x75\x35\x9b\xcd\xda\xf3\xbb\x4c\x0f\x39\x4d\xa6\ \x85\x8c\xa7\xec\x9a\xef\x4c\xda\x4e\xf0\xd3\x65\xb9\xaa\x5e\x00\ \x59\xb2\x3c\x9c\x96\x04\x1f\x58\xab\xaa\x5a\x93\x75\x80\xa2\xbb\ \x43\x0f\x40\x49\x06\x2b\x19\xe4\x5c\xcb\x19\x8a\x03\xf0\x33\x17\ \x2c\xd9\x46\x7d\x78\x7c\x7c\x6c\x60\x8c\x5c\x19\x9f\xaf\xdd\x9f\ \xcf\x4b\xb6\x0b\x03\xd5\x65\x22\x73\xdc\x33\xbc\xa8\x7f\xbe\x03\ \x38\x26\xf8\xcb\x7c\xb2\x04\xae\xa9\xab\x36\x39\x58\x9b\x6b\x73\ \x6d\xae\x9f\xf5\xfa\xe6\x9b\x6f\x1a\x93\x84\x19\x4a\x25\x99\x86\ \x39\x29\xf8\xd5\x6a\xd5\xd8\x12\x20\x29\x8f\xb3\x91\x94\x9c\xe7\ \xd7\x29\x01\x80\x4d\xd9\xdf\xdf\x6f\x2c\x4c\xe6\xfd\x50\xd6\x42\ \x85\x42\x93\x3b\x3b\x3b\x75\x7d\x7d\xdd\x0c\x9b\xc4\xf7\x4c\x46\ \x16\xc6\x13\x86\x02\xb6\xb2\x40\xa2\x3e\xcd\xe7\xf3\xf6\x0c\x6c\ \x8f\xd0\x03\x83\x28\xa7\xc7\x3d\x9e\x91\x46\x4c\x49\x8a\xef\xbf\ \xff\xbe\xed\x48\xbb\xba\xba\x6a\x21\x51\x00\x44\x59\x06\x3b\x32\ \x95\x87\x58\xad\x5e\xca\x3a\x5c\x5e\x5e\xb6\xb1\xbf\xbd\xbd\xad\ \xf1\x78\xdc\x0e\x83\x7e\x7e\x7e\xae\x0f\x1f\x3e\xd4\xce\xce\x4e\ \xcb\x59\x4b\xf6\x41\x9e\x8e\xfc\xb7\x7e\xbf\x5f\x57\x57\x57\x75\ \x7d\x7d\xdd\x00\x62\x82\xe4\x64\x07\x8d\x9f\x5c\x31\x40\xb9\xaa\ \xd6\xc6\x4a\x48\xad\xea\x35\xf9\x1e\x48\x26\x17\x97\x97\x97\x2d\ \xac\xfa\x8b\x5f\xfc\xa2\xbe\xfb\xee\xbb\x06\x8a\x54\x79\xb7\xb1\ \xe1\xef\xff\xfd\xbf\xdf\x12\xa8\x31\x24\x7f\xf2\x27\x7f\xd2\xf2\ \xf6\xfc\xbd\x9b\xb7\x06\xb4\x61\xde\x92\xe5\xd0\x2e\x45\x44\x95\ \xfe\xc0\x84\xc9\x5f\x33\x77\x09\x12\x32\x97\x2a\x19\x2c\xb2\x06\ \x6c\x92\xff\x0c\x01\x03\x0c\x9e\x0f\x70\x02\x7c\xc9\xba\x90\x65\ \x4c\xa5\xf1\x07\x92\x81\xe3\x2e\xf0\xc8\xdc\xa3\x64\xee\x00\x3e\ \x32\x91\x7f\xcb\x90\xb5\x7b\x38\x31\x09\xd2\x32\x6c\xda\x65\x86\ \xc8\x7e\x32\x5e\xd6\x5b\xe6\x6e\x75\x19\x2a\xf7\x63\x85\xbb\x80\ \x4f\xbf\xb2\x2d\x09\xf6\x32\xa7\x2d\xef\x07\xb8\xba\x8c\x99\xf9\ \x14\xb2\xdc\xda\xda\xda\x00\xac\xcd\xb5\xb9\x36\xd7\xcf\x77\xbd\ \x7b\xf7\xae\x85\xd5\xb0\x56\x77\x77\x77\x75\x78\x78\x58\x4f\x4f\ \x4f\x0d\x84\x28\x0f\x40\xd1\x32\xcc\x14\x9d\x04\xf8\x7e\xbf\x5f\ \xdf\x7c\xf3\x4d\xcb\x7b\x91\x3b\xc5\x3b\x9f\xcd\x66\x75\x7f\x7f\ \xbf\x76\x60\x2f\x20\x42\x01\x4b\x68\xce\x5d\x7a\x00\xd7\xe9\xe9\ \x69\x03\x7e\x6a\x34\x01\x53\x19\xf6\xb1\x7b\x2f\x15\x70\xe6\xd4\ \x30\x10\x19\x82\xc9\x90\x58\xaf\xf7\x7a\x28\x70\x86\x45\x9c\x99\ \xc7\xa0\x0a\x87\x61\xbd\xe4\xd4\x08\x95\x32\x3e\x8c\x3e\x63\x21\ \x11\x5b\x5d\x28\x21\x48\xc9\xd9\x79\xae\x9b\x70\xab\xc2\x9e\xc9\ \x32\xa9\xf3\x54\xf5\x0a\x02\xb4\x1d\x5b\x95\xa0\xc3\x1c\x63\xff\ \xfe\xce\xdf\xf9\x3b\x0d\x08\xdc\xde\xde\x36\x16\x0c\xd0\xca\x0a\ \xfa\xa7\xa7\xa7\xed\xfb\xab\xd5\x4b\x1d\xb0\xc7\xc7\xc7\x3a\x3c\ \x3c\x6c\x67\x4e\x4a\x4a\xfe\x2f\xff\xe5\xbf\x54\xbf\xdf\xaf\x7f\ \xf8\x0f\xff\x61\x03\x26\x8a\x7a\x92\x13\x40\x4a\x48\x27\xb7\xd9\ \x67\x98\xcb\x05\x28\xdc\xdc\xdc\xb4\x73\x08\xd5\xb0\xca\xf0\x6a\ \xaf\xd7\x6b\xe7\x0a\x26\x2b\x95\x85\x5f\x19\x6f\xe0\x26\xaf\x6e\ \xee\x5a\xb2\x30\x12\xf2\xc9\x04\xf9\xc9\x44\xed\x3c\x39\x20\x99\ \x2c\x6b\x21\x77\xdb\x02\x22\x99\xff\x44\x1e\x01\x42\x9f\x69\x67\ \xb2\x3f\x19\x12\xfc\x5a\x58\x32\x19\xa1\xee\x98\x76\x77\x37\x76\ \x19\xaa\x0c\x0f\xeb\x6b\x02\xad\xbc\x3f\xc1\x95\xf9\xcb\x36\x6a\ \x9f\xf0\x75\xf7\xbe\xd4\x2d\x5d\x76\xcb\x1a\xce\x7b\xbc\xcb\x7a\ \x4e\x66\x6c\x8d\x89\xfc\x5f\x29\xc0\xcd\xb5\xb9\x36\xd7\xe6\xfa\ \xbf\x75\xe5\x8e\x3a\x21\xaf\xd1\x68\xd4\xd8\xa9\xcc\x35\x01\x72\ \x30\x45\xa9\xd8\x3c\x07\x3b\x21\x59\xd7\xcf\xca\x36\xec\xef\xef\ \x37\x43\x27\xd1\xdd\x77\xb1\x26\xda\x90\x5e\xfd\x72\xb9\xac\xf9\ \x7c\x5e\x93\xc9\xa4\x19\x3c\x46\x19\x70\x01\x6a\xd2\xf3\xed\xf7\ \xfb\x2d\xec\xe6\x38\x9c\x4c\x4a\xcf\xc2\x9f\xde\x95\x07\x49\x67\ \x6e\x48\x7e\xcf\xee\x46\xe3\xc3\xb8\xde\xdd\xdd\xb5\x31\xc2\x08\ \x56\xd5\xda\x6e\x3e\x20\x48\xd2\xbd\xe7\x09\x85\x6a\xbf\xea\xf3\ \x98\x27\xff\xe7\x67\x42\x6e\x00\x94\x9d\x97\x3e\x57\x76\x23\x13\ \x85\xcd\x1b\x26\x31\x19\xc3\x83\x83\x83\x1a\x8f\xc7\x35\x9f\xcf\ \x5b\x85\x78\xd5\xd9\x31\x5b\xc0\xcc\xe9\xe9\x69\x0d\x06\x83\xfa\ \xee\xbb\xef\x5a\x48\xc9\xce\xbf\x5f\xfd\xea\x57\xf5\x1f\xfe\xc3\ \x7f\xa8\xbf\xfe\xeb\xbf\xae\xbf\xf8\x8b\xbf\x68\xb5\xba\x8c\x55\ \xd5\x4b\x0e\xd7\x9b\x37\x6f\xd6\x58\x10\x86\xd3\xae\x39\x80\x4d\ \x08\xfa\xee\xee\xae\x7e\xf8\xe1\x87\xb6\x39\x00\xc0\x55\x39\xbf\ \xdf\xef\xd7\xf9\xf9\x79\xeb\x87\x5d\x89\x40\x22\x10\x98\x63\x59\ \xb5\x7e\x60\xb0\x7b\x81\xaf\x04\x16\xae\x0c\xbb\x61\xa9\x3c\xc7\ \x67\xc9\x58\x99\x73\x72\x50\x55\x6b\xd5\xd8\x85\xb6\x72\xb7\x61\ \x3a\x1c\x09\x2a\xd2\x69\xe8\x32\x55\x39\x5e\xee\xcd\x70\x61\x86\ \x10\x93\x05\xea\x86\xf2\xb4\xdb\x95\x61\xbf\xcc\xf5\xf2\xdc\x04\ \x5b\x98\xc7\xac\xcf\x95\xcc\x58\xca\x23\x70\x95\xe1\x56\xe1\xbd\ \x64\xdf\x5c\xdd\x90\xa0\x7e\x00\xa6\xd9\x86\xa7\xa7\xa7\x0d\xc0\ \xda\x5c\x9b\x6b\x73\xfd\x7c\xd7\xe7\xcf\x9f\x5b\x08\xe5\xf2\xf2\ \x72\xcd\x98\x08\x2f\x55\x55\x63\x9d\xb0\x59\x09\x2e\x28\x5c\xc6\ \xe0\xfd\xfb\xf7\x75\x73\x73\xd3\x18\xa6\xab\xab\xab\xf6\xb9\x23\ \x63\xec\x38\x13\x62\x53\xa1\x5d\x52\x2d\x50\x34\x9f\xcf\x5b\x8d\ \x1d\x00\xea\xf0\xf0\x70\xcd\xf8\x54\xbd\xee\xfc\x63\x98\x25\x4f\ \x33\x4e\x6a\x4b\x65\x78\x51\x25\x73\x09\xf3\xc0\x0e\x50\xa1\x9d\ \xc2\x9d\x42\x32\x92\xbd\x31\x0c\x8e\x8b\xc9\x3c\x1a\x06\x3a\xc3\ \x9f\xf2\xaa\xb0\x57\xc2\x72\xcf\xcf\xcf\x0d\xd4\x60\x0a\x72\xd7\ \x9e\x39\xc8\x9d\x8d\x42\x6a\x18\x41\xc0\x35\x81\xaa\x0b\xc0\xdd\ \xdf\xdf\x5f\xab\x33\x56\x55\x8d\x71\x61\x98\x93\x61\x4a\xf0\x0d\ \x6c\xa7\x81\x06\x40\xbe\xff\xfe\xfb\xd6\x5f\xb2\x20\x99\xff\xf6\ \xf6\xb6\xfe\xdd\xbf\xfb\x77\x0d\x54\x01\xc5\xc0\xaa\x5c\xad\x04\ \xa2\x80\x4f\xb2\x3c\xe6\xf9\xd3\xa7\x4f\xed\xe7\x0c\xbf\xc9\xe1\ \xca\xfa\x5e\x8c\x38\x76\xd5\x3c\xb8\x37\xc3\x51\xe4\xc9\x05\x78\ \xf8\x6e\x55\xad\x81\xa1\x64\x8b\x72\x1c\x17\x8b\xd7\x43\xd0\x39\ \x25\x09\x70\xf4\x31\x43\x7a\x99\xc0\x4e\x8e\xdd\xd7\xcd\x91\x4a\ \xf0\x94\xef\xce\x9c\x25\x6d\x34\x36\xe6\x2e\x43\x82\x64\x2b\xd9\ \x22\xdf\xcf\x31\xf0\x7b\x96\x00\xe9\xee\xea\xf3\x3f\x60\xc3\xb9\ \xc8\x10\x6c\x17\xe8\x65\x1f\xba\xa5\x18\x8c\x6b\x86\x0d\x33\x61\ \xbe\x9b\x8b\xd5\x7d\x8f\x3e\x0e\x06\x83\x0d\xc0\xda\x5c\x9b\x6b\ \x73\xfd\x7c\x97\x23\x53\x00\x9d\x3c\xaa\x83\x61\x56\x6c\x72\x67\ \x67\xa7\x66\xb3\x59\xcd\xe7\xf3\x96\x9f\x54\xf5\xc9\x70\xfa\x1d\ \x00\x00\x20\x00\x49\x44\x41\x54\x9a\xbb\x42\x51\x33\xcc\xce\x86\ \x9b\x4e\xa7\xf5\xed\xb7\xdf\xd6\xc3\xc3\x43\xfb\xee\xc3\xc3\x43\ \x4d\x26\x93\x96\x6f\x54\x55\x0d\x60\xa5\x81\xc0\x5a\x00\x59\x8f\ \x8f\x8f\xf5\x9b\xdf\xfc\xa6\xed\x08\xa3\xd4\x25\x51\x27\x13\x97\ \x09\xca\x18\x02\x20\x47\x55\x74\x5b\xfd\xf5\x51\x4e\x96\x90\xa1\ \xb1\xc1\xc0\x60\x86\xd4\x75\x72\x3f\xa3\x99\x8c\x93\xbc\x34\x7d\ \x60\xcc\xc6\xe3\x71\x0b\xc1\x61\xad\x32\xaf\x24\xb7\xbf\x33\x30\ \xfa\x02\x3c\x68\xf3\x78\x3c\x6e\x06\x3d\x77\xba\x25\xf3\x58\xf5\ \x62\x20\xef\xef\xef\xeb\xf8\xf8\x78\xad\x2e\x57\xee\xc8\x04\x30\ \x85\xb8\xf4\x51\xb2\x7b\x82\x59\x7d\x53\x12\x22\x0b\x64\xce\xe7\ \xf3\x9a\xcf\xe7\x0d\x5c\x02\x0e\xea\x5b\x29\xc5\x81\x5d\x34\xdf\ \xfb\xfb\xfb\x75\x71\x71\xb1\x76\xfc\x91\xb2\x11\xfd\xfe\xcb\x26\ \x05\x3b\x31\x7b\xbd\x5e\xab\xb5\x05\xb0\xee\xef\xef\xd7\x64\x32\ \xa9\xa3\xa3\xa3\xc6\x10\x66\x18\x4e\x8e\x14\xe3\x9c\xa0\x43\xde\ \x60\x77\x47\x1d\x76\xc4\xd8\x66\x2e\x95\xbe\x75\x73\xa3\x12\xbc\ \x58\x1f\xe6\xd2\x3a\xd2\xe7\x6e\xb8\x32\x99\xa2\x2e\xab\x46\x8e\ \x7d\xd6\x6d\x4f\x55\xb5\xb1\xcb\x3e\x77\x9f\xe9\xf2\x2c\xb2\xd2\ \x7d\x07\x19\xee\x86\x14\x5d\xe4\x21\x41\x6a\x32\x77\xc9\x00\x27\ \x28\xca\xd0\x9f\xcf\x80\xc0\x7c\x6e\xe6\x6b\x25\xa3\x95\x4e\x80\ \xf6\x09\x5d\x6b\x6b\xcb\xa5\xfc\x3f\xa4\x27\x37\xd7\xe6\xda\x5c\ \x9b\xeb\x7f\xfb\xe2\x05\xda\x0d\x57\xf5\xaa\x78\x81\x00\x21\x2c\ \xbb\xa0\x84\x96\xb0\x35\x94\x33\xcf\x56\xe8\x83\xc1\xe5\xd1\x02\ \x4a\xca\x2b\x60\x61\xaa\xaa\x85\xd7\xd2\x38\x09\x11\x56\x55\x2b\ \x48\x09\xf8\xf0\x94\x81\x26\x86\xcb\x8e\x39\x40\x41\xae\x17\x66\ \x00\x0b\xf4\xed\xb7\xdf\xae\x31\x74\x77\x77\x77\xed\xcc\xba\xe9\ \x74\xda\x76\xa1\xc9\x2f\x03\x18\xfd\x0e\x78\xa9\x13\x84\xe5\x1a\ \x8f\xc7\x0d\x40\x4c\xa7\xd3\xb6\x05\xdf\x6e\x3d\x60\xc8\x4e\x42\ \x46\x6f\x32\x99\xb4\xe2\x99\x9e\x95\x4c\xcb\xf5\xf5\x75\x63\xc4\ \xc6\xe3\x71\x4b\xe6\x07\x8a\x6c\x28\x30\x86\x99\x44\x9d\x55\xf0\ \x6f\x6f\x6f\x5b\xcd\xa9\x9b\x9b\x9b\xfa\xf0\xe1\x43\xfb\xae\x31\ \xbe\xbf\xbf\xaf\x93\x93\x93\x7a\x7c\x7c\xac\xeb\xeb\xeb\x56\xd2\ \x41\xbe\x5c\x86\xc7\x6e\x6e\x6e\xea\xf8\xf8\xb8\x86\xc3\x61\xdd\ \xde\xde\xb6\x3a\x58\x3b\x3b\x3b\x8d\x6d\x02\x84\xb5\x81\x9c\x98\ \xc3\x83\x83\x83\xba\xbf\xbf\xaf\x9b\x9b\x9b\x06\xdc\x85\xfc\x3e\ \x7d\xfa\xd4\x80\x11\x30\xbc\xb3\xb3\xd3\x40\x22\x66\x6c\x32\x99\ \xd4\xd9\xd9\x59\x6b\x1f\xd0\xc2\xf0\x92\x05\xef\xcf\xdc\x9e\x64\ \x48\x32\x1f\x28\xd9\x1a\xf9\x74\xfa\x9e\x40\xcc\xb3\x32\xef\x4e\ \xf2\xbf\xf9\xb3\xa6\xb0\x60\x42\xc5\x5f\x0b\x85\x49\x9c\xcf\xb6\ \x01\x53\xe9\xc8\x64\xc8\x2e\x99\xa8\x04\x95\x09\xb8\x01\xff\xee\ \x6e\xbf\x64\xbf\xcc\x89\x0d\x13\xdd\xbc\x2e\xec\x6a\xdb\xa5\xf7\ \xb7\xff\x9b\xcf\x4c\x6a\xcf\x9d\x7f\x55\x7f\xbc\xb1\x20\xfb\x92\ \x6d\x31\xdf\x9c\xa2\x6e\xb8\x9e\x8e\xc8\xdc\xae\xaa\x6a\xeb\xd0\ \x3c\x6e\x6d\x6d\xd5\xd6\x37\xdf\x7c\xd3\x06\x41\x02\x25\x5a\x9a\ \xd7\x82\x12\xef\xd2\x98\x79\xfc\x81\x06\x52\x7e\xce\x83\xf2\x77\ \x31\x74\x89\x91\x94\xd2\xaf\x7f\xfd\xeb\xba\xbf\xbf\xaf\x4f\x9f\ \x3e\xb5\x02\x7e\x04\x2b\x77\x00\xe5\x84\x53\x32\xfe\x3e\x1c\x0e\ \xdb\x6e\x98\x8c\xa7\xf2\xc6\x12\xd5\x5b\x14\x72\x32\x4c\x9e\x7a\ \x36\x06\x0d\xc5\x4b\x89\x10\x46\xd4\xbe\xb1\x21\xe8\xef\xde\xbd\ \x6b\x9f\xf3\x8a\x32\x5f\x01\x75\xae\x1f\xbc\x55\x49\x8b\x84\xa9\ \xaa\xd6\x84\x3e\x69\x56\x8a\x22\x0f\xaf\x85\xf4\xc5\xf6\x73\x87\ \x84\xfe\x33\x42\x59\x8b\x86\xe7\x61\x41\x53\xb6\x0a\x05\x7a\x36\ \x16\x20\xe3\xfd\x94\x4c\x2a\x4f\xcf\x3c\x3f\x3f\x6f\xde\x5f\xd2\ \xf9\x1f\x3e\x7c\xa8\xd9\x6c\x56\xbd\x5e\xaf\x25\xae\xaa\x4f\x63\ \xe7\x13\xcf\xe1\xe1\xe1\xa1\x0e\x0f\x0f\x5b\x52\xa6\xf9\x4c\xf9\ \xd0\x6e\x0a\xd1\xdf\xde\xbd\x7b\x57\xb7\xb7\xb7\x6d\x81\x25\x85\ \x7f\x79\x79\xd9\x0c\xdf\xde\xde\x5e\x0d\x87\xc3\xba\xba\xba\xaa\ \xd1\x68\xd4\x0c\xe5\xfe\xfe\x7e\xab\x95\xc3\x0b\xb5\xeb\x4a\xb2\ \x6f\x8e\x81\x42\x98\xbc\x99\xb3\xb3\xb3\x16\xc2\x1a\x8f\xc7\xad\ \x2f\xbc\xe5\x0c\x4f\xfc\xf2\x97\xbf\xac\x8f\x1f\x3f\xae\x29\xbb\ \xbf\xf7\xf7\xfe\x5e\xad\x56\xab\x7a\xff\xfe\x7d\x8d\x46\xa3\x1a\ \x8d\x46\x75\x75\x75\xb5\xb6\xee\xf4\x27\x73\x90\xac\x45\xc9\xe0\ \xd8\x19\xe3\xc7\xd3\x1f\x8f\xc7\xb5\x5a\xad\xda\x36\x77\xc5\x38\ \xb7\xb6\xb6\xda\x56\xfe\x93\x93\x93\x3a\x3f\x3f\xaf\xdf\xff\xfe\ \xf7\x6b\x05\x23\xdf\xbd\x7b\xd7\xe4\x44\xa8\x27\xc3\x74\xb6\xb4\ \xdf\xdf\xdf\xd7\xb7\xdf\x7e\x5b\x3b\x3b\x3b\xf5\xf9\xf3\xe7\xb6\ \x5e\xbf\xf9\xe6\x9b\xa6\xbc\x2f\x2e\x2e\xea\xf2\xf2\xb2\x4e\x4e\ \x4e\xda\x3c\x32\xae\x59\x5f\x89\x0c\xe9\x87\x75\x42\xee\x33\xc4\ \x57\x55\x6d\xd7\x1b\x90\xe5\x73\xbb\xc2\xec\x9c\x73\x6e\x5d\x26\ \xef\xf2\x98\xe9\x10\xf2\x49\x06\x84\xb9\xac\x7f\x55\xd4\x85\x72\ \xe8\x42\xd5\xcd\x7b\xbd\x97\xe3\x5e\x18\x56\x6d\xae\xaa\xb5\x2d\ \xe8\x5d\x59\x16\x5e\x04\xd6\x7a\xbd\x97\x5d\x70\x92\xfe\x73\xed\ \xd1\x6f\xc0\x60\x86\x88\x3c\x1f\xe8\x14\x36\xc1\x30\x48\xd0\x27\ \x47\xb9\x8b\x2c\x8f\xa1\x59\x2c\x16\x75\x72\x72\x52\xd7\xd7\xd7\ \xad\x28\x25\x03\x73\x73\x73\x53\x7b\x7b\x7b\x2d\xb4\x0a\x4c\xd0\ \x8f\x09\x10\xe9\x1c\x46\xdb\xce\x40\xef\xb4\x63\x12\xb0\xaa\x7a\ \xc9\x93\xb2\x76\xc9\x02\xdd\xfd\xf0\xf0\x50\x27\x27\x27\x2d\xd4\ \x27\xe9\x3d\x73\xf4\xee\xee\xee\x1a\xe0\xc4\x88\x5a\x4b\x92\xe6\ \xef\xee\xee\x1a\xb0\xd4\x66\xa1\x68\x32\xe4\xe7\xdc\xa9\xea\x70\ \xf2\xc9\x64\x52\xc7\xc7\xc7\xb5\xbf\xbf\xbf\x76\xcc\x8d\xb9\x4d\ \xe6\x85\x6e\xa7\x4f\x85\x7d\x8d\x99\x71\xa5\x4f\x32\x0c\x48\xf7\ \xe4\xe6\x85\x7c\x07\xb0\xcd\x6e\xd0\x0d\x29\x77\xc9\x34\x65\x72\ \x7d\x3a\x28\x74\xb6\x67\xd3\x4d\xe6\xcd\x3c\xea\xd7\xd7\x72\xaf\ \xd8\xac\x2e\xc3\x95\xc0\x52\xfb\xc8\x53\xb6\xd5\x77\x73\xac\xd2\ \x76\xfa\x59\x1b\x12\x9b\xc0\x08\x9e\xcf\xbe\xfb\x99\xad\xe8\xb2\ \x81\xd6\x46\xea\xd9\x6e\x08\x30\xd9\xac\x04\xc5\xc0\xac\x39\x6a\ \x38\xe6\xf0\xf0\xf0\xaf\x32\x76\x89\xfa\xcd\xbf\x25\xaa\xee\x6e\ \x03\xcd\x46\x78\x69\x02\x17\xc2\x68\x51\xe7\xd5\xeb\xf5\x9a\x71\ \xcb\x0a\xae\x26\x2c\x07\xae\x4b\x99\x26\x92\xcf\x89\xcf\xcb\xc0\ \x64\x22\x5a\x2a\xdd\x9c\xe4\x14\x36\xc2\x61\xb0\x78\xcb\xde\x6f\ \xa1\x64\xd2\x29\x4f\x58\xed\x99\xec\x7b\xd2\x95\x04\x33\xdb\x9c\ \xde\x83\x31\x64\x60\x32\x21\x2f\x69\x56\xb4\x79\x2e\x22\x7f\x37\ \x37\x16\x9d\x05\xeb\xea\x82\xd8\x4c\xaa\xe5\x05\x01\xcd\x42\x1a\ \x76\x28\xa5\x47\x95\x63\x60\x9c\x26\x93\xc9\xda\xdc\xf8\x0e\xc3\ \x29\x84\xd3\xcd\x85\xe0\xf5\xe6\x4e\x15\x09\xad\xe9\x21\xb9\x52\ \x46\xf2\x62\x9c\x18\x09\x20\x80\xb1\xc8\xf1\x37\xa6\x9e\x9f\x0b\ \xc7\x1c\x78\x2f\xe0\x95\xa1\x1f\x6b\x85\x32\xa4\x80\xc9\x8e\xfe\ \xe9\x1b\x63\xe8\xfd\x27\x27\x27\x2d\x3f\x48\xad\xa1\xf3\xf3\xf3\ \x96\x63\x83\x7d\x00\x06\x92\x39\x61\x6c\x6e\x6f\x6f\xeb\xcd\x9b\ \x37\x6b\xa1\x15\xbb\xaf\x8c\x3b\x85\x34\x18\x0c\xea\xfa\xfa\xba\ \x1d\xf1\x42\x39\x0a\x79\x98\x43\x32\xe1\x48\x13\xe0\x01\x88\x71\ \xac\x0d\xf0\x21\x9f\xc6\xf6\xf8\xd5\x6a\x55\x67\x67\x67\x6b\x39\ \x2c\xd6\x18\xc5\x89\xe9\x70\xb4\x89\xf9\xc4\x22\x98\x0f\x8e\x48\ \x2a\x6c\x72\x87\x69\xa1\x3c\x13\x28\x91\xdf\xd1\x68\x54\xd3\xe9\ \xb4\xf6\xf7\xf7\xdb\x2e\xb5\xaa\x17\x40\xaa\x36\x11\xb0\x28\xcf\ \x8b\x71\x19\x0c\x06\x75\x71\x71\xb1\x96\x6f\x01\x54\x49\x5e\xd6\ \x5f\xec\x86\x79\x77\xe4\x8e\xb9\x9a\x4c\x26\x4d\xde\xd2\x49\xc8\ \x7c\x19\xeb\x4f\x1b\xe9\x00\xcc\x58\x7a\xd4\x1c\xe1\x94\x11\x0c\ \x58\x32\x31\x9c\x4f\x73\x05\x44\x0d\x87\xc3\x35\xa7\x32\x99\x05\ \x6b\x06\x58\x58\x2c\x16\xcd\x39\x91\xd7\xe6\x1e\xe3\xe0\x6f\xd6\ \x06\xa3\x06\xf0\x31\x40\x74\x92\x70\x5c\x1a\x5e\xe3\x90\xe7\x2f\ \x72\x0a\x1f\x1f\x1f\x5b\x8e\xd8\x70\x38\x6c\xc6\x54\x0e\xd8\x6c\ \x36\x6b\x07\x43\x63\xa0\xc8\x8d\x3e\x59\x7f\xda\xae\x0e\x97\xb5\ \xc1\x49\xa7\xbb\xe8\x41\x87\x50\xd3\x5d\xd6\xc2\xd1\xd1\x51\x9d\ \x9f\x9f\xd7\xd9\xd9\x59\xcb\x41\x4b\x1b\x94\xf9\x44\x64\x32\x41\ \x00\x9b\x08\x18\x25\xd3\x92\xb2\xc4\x90\x63\x55\x7c\x3f\xf5\xa2\ \xb5\x9b\xac\x6b\x12\x06\xe9\x54\x67\x12\xfc\xd7\x00\x4f\x3e\x5b\ \x9b\x3c\xcb\x38\x70\xf4\x13\x6c\x25\xf8\x22\xcf\xa9\x9f\x39\x7c\ \xe6\x20\x09\x07\x9f\x67\x98\x90\xcc\x23\x0e\x72\x6c\xc8\x99\xb1\ \xe9\xb2\x4c\xfa\x9d\xa1\xcc\x9c\x8f\xae\xc3\xda\xb5\xc1\xf9\x7f\ \xda\xd8\xee\xc5\x7e\x64\x1e\x5f\x8e\x51\x3f\x8d\xa6\x89\xe2\xcd\ \x24\xa8\x31\x28\xc0\x57\x76\x2c\x59\x8c\xf4\x30\xb3\xa3\x84\x97\ \x40\x69\x1c\x24\x9d\x47\x08\x68\x30\x41\x21\x5c\x89\x56\x09\x6d\ \x2a\x3f\x9d\xcc\xc5\x92\xcf\x34\x01\x76\xb7\xe4\x00\x25\x8a\xcd\ \xef\x41\xe6\xb9\x50\x13\xe1\x77\x29\x43\x0b\x49\x9e\x02\xf6\x2a\ \x27\x1f\x90\xfd\x9a\x37\xe2\xf3\xaf\x09\x38\xa1\xd3\x3f\x6c\x82\ \xf7\x56\xbd\x16\x7d\x5b\x2c\x16\x2d\xb7\x24\xe7\xc8\x38\x65\x22\ \xab\x76\xf9\xbb\xe7\x6b\x43\xf6\x37\xc1\xa9\x67\xa7\x77\x43\x19\ \x76\x81\xe1\x62\xb1\x68\xac\xa5\x05\x9e\x54\xae\x76\xeb\x03\xe5\ \x6f\x3e\xb2\xbd\xc6\x40\x75\xed\x0c\x2f\x29\xd6\xe8\x3b\x39\x8f\ \x16\xac\xf1\xf6\xec\x64\x2b\x73\xac\xbf\x96\x47\xe3\x7e\x8a\x4c\ \xbf\x1d\x19\x62\x6e\x8d\x1f\xe5\x60\x4d\x61\x1d\x32\x94\x90\x73\ \xad\x80\xe1\x62\xb1\x68\x45\x1c\xab\xaa\x19\x4a\x2c\x86\xcf\x1c\ \x21\x03\xf0\xcc\x66\xb3\x06\xb2\xf4\x0f\x60\xc2\x7c\x1a\x07\x06\ \xd5\xfb\x00\x02\xf7\x66\x4d\x1c\xcf\xea\x3a\x22\x1c\x08\x8c\x43\ \xd5\x6b\x11\x4c\x3a\x80\xde\x30\x36\x94\x2b\xf0\xc6\x90\x1a\x63\ \xbb\xd1\x52\xc1\x19\x77\x72\x4a\xa6\x92\xc9\xaa\xaa\x36\x07\x58\ \x0e\x55\xb4\x53\xdf\xf4\xfb\xfd\xf6\x37\xb9\x3a\xd6\xa3\x39\x4e\ \xa5\x9c\x8c\x6c\x1a\x50\x6c\x3c\x19\xa6\x8f\xd2\x09\xc4\x9c\x91\ \x93\xad\xad\x97\x23\x72\xb0\xab\xd6\x34\x76\x4c\x3b\xb3\x0d\xd6\ \x09\x83\x0f\x04\x2a\x85\x90\xa1\x9a\x1f\x7e\xf8\xa1\x15\xc6\x24\ \x13\xab\xd5\xaa\xed\x64\xf3\x4e\x72\x43\xd6\x31\x4f\x58\xe6\xa7\ \xa7\xa7\x26\x03\xd6\x80\x90\x25\x9d\x46\xce\x8c\x85\x5c\x24\xed\ \xdb\xda\x7a\xad\x6c\x5e\xf5\x5a\xd3\x6a\x6f\x6f\xaf\x45\x31\x8c\ \x0d\x40\x9f\xc6\xd7\xda\xb5\x0b\xce\x18\x27\x33\x56\xf5\xc2\x5a\ \x2a\xf4\x7a\x7f\x7f\x5f\x9f\x3f\x7f\x6e\xeb\x4f\xa8\xd2\xbc\x56\ \xbd\x96\x3a\x20\x9f\xf4\x24\xf0\x9c\xc7\xea\x58\x5b\xd6\x3b\x27\ \xd0\x73\xd5\xb9\x4a\x79\xd7\x07\xe3\xad\xed\xd6\x4b\xae\x0b\x36\ \x8b\x8c\xd1\x0b\x74\x38\x9b\xda\x0c\x76\x00\xb2\xd4\x8f\x00\x5b\ \xda\x6c\xcc\xb5\x31\x24\xbb\x49\x2e\xb0\x39\xf4\x5e\xda\x42\x6d\ \x4c\x79\xcf\xdc\x2d\x3a\xa0\x6b\x3f\x7d\x27\x59\xa6\x24\x1c\x12\ \x80\x68\x5f\x46\x99\xac\xf7\x64\x8e\x8c\x19\xd9\xe4\x80\x77\x19\ \xae\xb4\xad\xe9\xa8\xa5\x7d\xea\xda\x9c\xb4\xf7\xc9\x30\x9a\x4b\ \x63\x9d\xed\xd6\xa6\xff\x19\xc9\xd4\xc8\x9d\xec\x58\x7a\xc8\xdd\ \x17\xa7\x62\x49\x74\x0a\xb0\x24\xb3\xe3\xe5\x39\xa9\x5e\x08\xf8\ \x30\x5e\x6a\xb6\xe4\x60\x26\xa5\x98\x00\x8d\xb1\x49\xc0\xa7\x83\ \xc2\x4c\x14\xaf\x7e\x24\x98\x33\x71\xbc\x4e\xc2\xdc\x1d\xb4\xec\ \x8f\x05\xe9\x19\xb9\xd0\xf5\x57\xbd\x1d\xed\xa2\xe4\xbb\x88\x3a\ \x27\x28\x17\x85\x77\xfb\x7e\xbf\xff\x7a\xc6\x97\x85\x9b\xf3\xe1\ \x9e\xa4\xfa\xcd\x0b\x65\x6c\x31\x13\x24\x49\xa4\xdd\xbe\x01\x83\ \x39\x3e\x04\xd6\x5c\xe5\xf8\x18\x23\x7d\xcf\x85\x4f\x89\x52\x4e\ \xf2\x5d\x08\x35\xe1\x4f\x5a\xb5\xaa\xda\xbc\x26\x30\xeb\xf5\x7a\ \xcd\x63\xad\xaa\xa6\xa4\x53\x3e\x28\x54\x0a\x9b\x77\xce\x78\x52\ \xc6\x18\x21\xc6\x2e\x73\x6c\x32\x21\x99\x1c\xe6\xa5\xed\xc2\x9a\ \xfa\x9f\xe1\xa1\x54\xac\x18\x37\xe0\x0b\x18\xe3\xc5\xa7\x92\x37\ \x67\x5b\x5b\x5b\x2d\xbf\xa6\xab\x2c\x56\xab\x55\xf3\xc6\x33\x6c\ \x96\x0e\xc8\xcd\xcd\x4d\x3b\xd3\xed\xf4\xf4\xb4\x8d\x39\xe3\xa7\ \x4f\x09\x50\xaa\xaa\x9d\x77\x36\x1e\x8f\x5b\xfd\x9e\xe5\x72\xd9\ \x00\xc7\xd5\xd5\x55\xab\x3c\xbd\xb3\xb3\xd3\xce\x6a\x4b\xa5\xd2\ \xef\xf7\xd7\xce\x30\xd3\x07\x61\x56\x60\x4e\x48\x96\x81\x02\xdc\ \xac\x01\xc9\xe5\x00\x32\x96\x00\xe0\x64\xe0\xd3\x50\x0a\x5d\x98\ \xc7\xaa\x6a\x35\xa9\x0e\x0e\x0e\xda\x1c\x61\x45\x8e\x8f\x8f\xeb\ \xe4\xe4\xa4\xe9\x3a\x49\xde\xe9\x04\xa9\xeb\xb4\x5a\xad\xea\xc3\ \x87\x0f\x4d\xaf\x30\xd8\x4f\x4f\x4f\x6d\x0d\x3d\x3d\x3d\xad\x25\ \x99\x03\xc9\x80\x50\x9e\x3d\x68\x9d\x02\x15\xfa\x23\x11\x3b\x75\ \x91\x50\x13\x7d\xe1\x19\xb9\xd5\xde\x33\x84\x91\xad\x97\xd4\x19\ \xb7\xb7\xb7\x4d\x07\x70\xc8\xa4\x38\x00\x5a\x58\x08\x80\x10\x43\ \x45\x2f\x01\x68\x42\xa4\x76\x57\x56\x55\x3b\x8f\xef\xc3\x87\x0f\ \x6d\xde\x15\x45\xd5\x8f\xcc\x3f\x33\x0f\xf4\x15\x79\xc4\xfc\xd2\ \x01\x74\xa7\xf7\x64\xcd\x2d\xe0\x15\x70\xa1\xef\xd3\xd1\x66\x0f\ \xe8\x0e\xa0\x11\xa8\x05\x3c\x80\x55\xe3\x95\x79\x4b\x19\x4a\xc4\ \x4e\x99\x9f\xdd\xdd\xdd\x3a\x3d\x3d\xad\x37\x6f\xde\xac\xed\x16\ \x34\x27\x6c\x0e\xfd\xe7\xb3\xec\x13\x22\x22\xd9\x13\xed\x4d\x50\ \x95\x8e\x77\x57\xe7\x76\x43\xc4\x9e\x99\x0e\x41\xca\x5f\xea\x33\ \x76\x3f\x1d\xec\x04\x3c\xe6\x33\x6d\x4b\x86\x19\x53\x46\x00\x0b\ \xfd\xca\x75\xe1\x6f\xd9\xee\xae\x13\x93\xba\x24\x9d\x14\xed\xa8\ \x5a\xaf\x68\xef\x32\x5f\x19\x7e\x4d\x5b\xd9\xfd\x47\x6f\x91\xfb\ \x74\x7e\x13\x70\xfb\x07\x48\x5a\xdb\x1c\x3b\xed\xd2\x97\x9c\xd7\ \x7c\x5f\x55\x55\x3f\xa9\xb1\xf4\x48\x12\xc5\x59\x20\xd9\x40\x0f\ \x49\xe6\xc4\xcb\x19\x1e\x28\x3c\xc1\x51\xb2\x4e\x04\x4a\x87\x33\ \x57\x81\xa0\xa6\xf0\x25\x88\xcb\x18\xaa\x67\x54\x55\x0b\x59\x24\ \x65\x99\x20\x2f\xff\xb7\x4d\x3a\x4f\xb4\x67\xa8\xed\x10\xa1\x88\ \xd2\xa3\x65\xd8\x2c\x46\x8a\x8f\xc1\xa2\xa4\xe5\x82\xb8\x4c\x14\ \x25\xe1\xbb\x3c\x23\x13\x47\xd0\x2c\x6c\xca\x40\x7b\xba\x0b\x96\ \xe2\xf0\xf3\xda\x04\x77\x80\x4f\x32\x4c\x8c\x81\x79\xf4\x3b\xc3\ \x95\x21\xa7\x54\x5e\x0c\xa4\x85\xe6\xb9\x3c\x66\x0b\x2e\xbd\xdf\ \xf4\x02\x85\x63\x32\x3f\xae\xeb\xed\xc8\x3f\xf1\x2f\x17\x62\x82\ \x40\xf3\xef\x3e\x72\x93\xf3\x45\x2e\xfc\x2e\x24\x46\x6e\x28\x44\ \xb9\x56\xd9\x57\xf3\x85\x69\x01\xee\xf2\x18\x12\xef\x95\xaf\x96\ \x79\x49\xa9\x3c\x8c\x79\x86\x3e\x25\x72\x93\x75\xb2\x60\xbd\x91\ \x1f\x86\xd9\x19\x7c\xc7\xc7\xc7\x4d\x79\x4f\xa7\xd3\xba\xbe\xbe\ \x6e\x75\x96\x8c\x1d\xa0\x4e\x66\x31\x10\x47\x47\x47\xad\x3d\xe6\ \xd2\xd1\x32\xe6\x50\x18\x07\x1b\xf7\xf4\xf4\x54\xd3\xe9\xb4\x81\ \x67\x40\xc3\x81\xcc\x42\x55\xc2\xa9\xc6\x28\x65\x12\x50\xc4\xb2\ \x99\x3b\x35\xaf\xee\xef\xef\x9b\x81\xae\x7a\x61\x26\x18\x17\x20\ \x8c\x2c\x25\xa3\x4a\xff\x58\x93\x64\x40\x1e\x13\xb6\x03\xe0\xc3\ \x90\x24\x1b\x67\x7d\x72\x2c\x16\x8b\x45\x9d\x9e\x9e\xae\x9d\x55\ \x97\x6b\x30\x8d\xaf\x24\xec\x2c\x2b\xa0\x7f\xa3\xd1\xe8\x8f\x80\ \x96\x36\x5b\x87\x92\xd3\xb5\xaf\x6b\xa4\x81\x26\xce\x42\x86\xeb\ \x81\x3f\x6b\xdd\xbc\x0b\x0d\x27\xbb\x48\x9e\x33\x52\x91\x80\x31\ \x73\x0f\xb5\xbf\xeb\x8c\x59\x6b\xde\xb9\xbf\xbf\xdf\xf2\xe8\xf4\ \x5d\xfe\x6d\x55\x35\x00\x97\xac\x02\x7d\x4f\xee\xd9\x87\x34\xf0\ \xde\xe3\xfb\xa3\xd1\x68\x2d\x87\x94\xce\x55\x08\x36\x0f\xd7\xae\ \x7a\xb5\x5f\x09\x0a\xd2\x18\x5b\xa3\xc6\xd9\x1c\x63\x3f\x53\xce\ \xcc\xf5\xce\xce\x4e\x0d\x87\xc3\xfa\xc5\x2f\x7e\x51\xe7\xe7\xe7\ \xad\xc0\x2b\xfd\xeb\xfb\x80\x55\xbe\xcf\x7b\x52\x37\x27\x63\x9a\ \x04\x03\x3d\x90\x86\x5f\xfb\xf2\x3e\xfd\xc8\xef\x6b\xb3\xf7\x26\ \x60\xe8\x02\x9a\x64\xbf\x5c\x09\x20\xac\x2f\xcf\x75\x7f\xea\x6c\ \x7a\x3d\x3f\xcb\xf9\xa6\x23\xf5\xc3\xef\x9e\x91\xf3\x95\x76\xba\ \x1b\xb2\x4b\xbd\x0f\xa3\xa4\xac\xa4\xec\xe4\x58\x79\x9f\xb6\x74\ \x6d\x79\xb6\xed\x6b\xe3\xab\xdf\xd6\x0b\xbb\x6b\x0e\x93\x61\xcb\ \xf1\x6c\x44\x48\x52\x99\xbe\x90\x54\x38\xe3\x66\x92\x18\x86\xee\ \x80\xe4\x64\xa4\xc7\x92\xf9\x57\x89\x3e\xdd\x9f\x0b\x70\x67\x67\ \xa7\x15\x8f\xe3\xed\x56\xbd\x2a\x19\x61\x44\xb9\x0b\xbc\xe2\xa4\ \x64\x4d\x38\x2f\xd0\x7b\x28\xc7\x04\x44\x55\xd5\x3c\xc5\xc3\xc3\ \xc3\xfa\x27\xff\xe4\x9f\xb4\xbe\x33\x6c\x26\x8d\x12\xd2\x27\xc6\ \x28\x81\x1c\x8f\x32\xf3\x70\x80\x3d\xc6\x72\x7f\x7f\xbf\x79\xfc\ \x04\x94\x27\x65\x71\x19\x67\x8b\x25\x4f\x9a\x4f\xf0\x66\xec\x09\ \x54\xa2\xea\xae\xa7\xe0\x5e\xec\x5e\xd2\xc7\x5d\x65\x02\x4c\x58\ \x38\xe9\xa5\x25\xb0\x4a\x21\x35\x6e\xc0\x41\x7a\xc6\x3c\xd0\xed\ \xed\xed\xa6\x28\x33\x79\x9f\x32\x61\x58\x8c\x65\xce\x3f\x43\x90\ \x8b\xaf\xcb\x48\x91\x3d\x00\x2d\x19\x05\x20\x32\x3d\x5e\x7d\x36\ \x06\x99\x6b\xe4\x3d\x09\xd8\xd2\x3b\x62\xc8\xba\x0c\x5b\x8e\x89\ \x05\x6d\x7b\x38\xc0\x7a\x78\x78\xb8\x06\xb6\xd3\x03\x02\x8e\xc8\ \x8e\xc5\x2b\x17\x86\xd1\x61\x34\xe5\x82\x50\xf4\xfa\xaf\x8c\x40\ \x7a\xbb\x0c\xa8\x7b\x84\x75\xc8\x9a\x75\x6a\xbd\x65\x9a\x00\x06\ \x44\x68\x4f\x5b\x6f\x6f\x6f\xeb\xf2\xf2\xb2\x25\xcd\x93\x57\xf2\ \xc7\x00\x18\x3f\xef\x16\xa2\xca\x75\x63\x9d\x00\x6b\xc9\x0a\x19\ \xbf\x64\x55\xc9\x56\x8e\x3b\x36\xe4\xe1\xe1\x61\x0d\x54\x03\x22\ \xab\xd5\xaa\x8d\xa5\xf7\x03\x77\x64\xa3\xea\x75\x27\xa2\x70\x11\ \xd0\x08\x04\xa5\x97\xcb\x50\x33\xf2\xb9\xc6\x9e\x9e\x9e\xda\xa6\ \x07\x72\xe6\x1c\x40\x00\x50\xbb\x32\xf4\x02\x4c\x59\x53\xda\x49\ \xde\xab\xaa\xa5\x20\x58\xdf\x59\x68\x13\xb8\x36\x97\xc6\x0b\x4b\ \x9b\xba\xc0\x7a\xd5\x0f\xbb\xf1\xb0\x46\xae\xcc\x31\x32\x27\xf4\ \x8a\xf6\xb8\x94\xa0\x60\x2f\xf6\xf7\xf7\x9b\x4e\x3e\x3e\x3e\x6e\ \xb2\x9f\x86\x53\x1b\x8c\xb3\x10\x23\x9d\xc2\x39\x49\xa0\x49\x77\ \x68\x1b\x66\x30\xd7\x38\x20\x64\xae\x30\x7a\xd6\x84\x35\x9e\x9b\ \x13\xd2\x31\x62\x53\x86\xc3\x61\x9d\x9e\x9e\xd6\xf1\xf1\x71\x8d\ \x46\xa3\xb6\x3e\x8c\x2d\x00\x6d\x2d\xe7\xda\x4e\xbb\xda\xb5\x97\ \x09\x4c\x12\xf4\x79\x8e\x2b\xef\xe1\x24\x78\xa6\xb1\xa2\xa3\xab\ \xaa\xe5\x16\x76\x9d\x70\xf2\x05\x7c\x98\xd3\xae\xad\x30\xcf\x09\ \xf0\x92\xed\xca\x4b\x7f\xbc\x4b\xfb\x13\x48\x61\xb8\x5d\x09\x52\ \x12\x08\x66\x74\x28\x37\xaf\x65\xf4\x26\xd7\x7b\x37\x4c\x57\xb5\ \x9e\xa3\xeb\xf9\x3e\xcf\x08\x54\x02\xdf\x24\x8f\x72\x87\xa5\xf9\ \x49\xfd\x90\xce\x7e\x17\xbc\x26\x68\xec\x53\x76\xe9\x81\x10\x56\ \xca\x36\x3f\x23\x8c\x29\x24\x1e\x96\xe1\x27\x4a\x29\x77\x71\x25\ \xe2\x34\x28\xbc\x38\x20\x03\xcb\x91\xa8\x3c\x3d\x43\xf7\x64\xde\ \x4d\x86\x67\x74\x1a\xc8\xcb\xe7\xa4\xd1\xa4\x54\x78\xcf\x3c\xdb\ \x2e\x43\x92\x46\x20\x27\x96\x02\xe5\xdd\x13\xca\x1c\x3b\xed\x13\ \x3e\xb1\x78\xb2\x9d\x26\x8f\x61\x4f\x86\x4f\x11\xc0\x54\x98\x59\ \x0d\x5a\xd8\x8f\x12\xf6\x5d\xcf\x01\xee\x08\x75\xe6\x10\x50\xfe\ \x83\xc1\xa0\xd5\xb6\xe1\x49\xcb\x8f\x48\x79\x20\x90\xe9\x11\x26\ \xe2\xcf\xf1\xca\x1c\x23\xc2\x68\xb7\x0d\x19\x61\xd0\xb1\x43\x16\ \x39\xc5\x48\x98\x81\x04\xe0\xc9\x3c\x30\x2e\xc0\x70\x2a\xb9\x0c\ \xb7\x08\x93\xa4\x9c\x66\xb2\x7d\x2e\x3c\xeb\x20\x95\x73\x1a\x88\ \xee\x18\xdb\x5d\x66\x0c\x84\x3f\x80\x52\xa1\x4a\xf3\x0c\xf8\x09\ \x59\x66\x8e\x13\x19\xc1\x54\x49\xae\xbd\xba\xba\x6a\xf3\x44\x66\ \x81\x70\x3b\xda\x4e\x4f\x4f\xeb\xfc\xfc\x7c\x4d\xe1\xa7\x31\x36\ \x96\xc0\xbd\x8d\x08\x40\xa1\x71\xa6\x44\x84\x4d\xc8\x26\xe7\x04\ \x73\x75\x7f\x7f\xbf\x66\x60\x32\x2c\xd9\x65\x9c\x01\x68\x72\xec\ \xbd\xde\xb5\xb7\xb7\xd7\xb6\xb7\x73\x40\x38\x63\x09\x5e\x3d\x17\ \x2b\x9c\x1e\xa9\xf5\x64\xac\xd5\x2b\x32\xc6\xc9\xc6\x00\x4d\x74\ \x92\xfc\x1b\xb2\xe8\xd9\x5d\x03\x80\xb1\xb1\xde\x1f\x1f\x1f\x9b\ \xc3\x97\xfd\x4b\x50\xb7\x58\x2c\x6a\x32\x99\xd4\xe9\xe9\xe9\x1a\ \x2b\xcd\x41\x34\xc6\x98\x3d\xff\x18\x88\x9c\x1f\xc6\x52\x5b\x01\ \xc8\x5c\x8b\xe9\xd0\x2e\x97\xcb\xb5\x63\x7e\xb2\xc4\x43\x6e\xc4\ \x21\x57\xcb\xe5\xb2\xed\xd8\x7b\x7a\x7a\xdd\x59\x69\x1c\x33\xbf\ \x90\xac\x03\xd8\xde\x0d\x00\x65\x14\xc1\x3c\x03\x5b\xfa\x97\x1b\ \x84\x76\x76\x5e\x0a\x74\x92\x33\xc5\x3a\xab\xaa\xe9\xa3\xcc\xbb\ \x33\x37\x36\x16\xf4\xfb\xfd\x1a\x8d\x46\x6d\x0e\x44\x4b\xba\x3b\ \x07\x39\xb1\x40\x96\xb6\x3e\x3f\x3f\xaf\x85\x9b\xd8\x81\xb4\x37\ \xa3\xd1\xa8\x4e\x4e\x4e\x5a\x08\xf5\x6b\x21\x3b\x60\x2e\x73\x3a\ \xd3\x99\x4d\x32\xc3\x77\x3c\x4b\xbf\x92\x31\x49\x10\x94\xf2\x0d\ \x44\x5a\x27\x1c\x7e\xc0\xdf\xf7\x13\xd4\x25\x6b\x93\x0c\x4d\xea\ \x5d\xbf\xe7\xbf\xb4\x53\xfa\x68\x2e\xfc\x9c\xe0\x27\x73\x77\xcd\ \xbf\x36\x24\xf3\xd5\xc5\x0f\x09\xdc\x53\xdf\x58\x97\x69\xcb\x92\ \xdd\xcb\x7e\x75\x31\x03\x6c\x90\xe3\x99\xe9\x09\x69\x07\x73\x5c\ \x00\xca\x7c\x5e\xb7\xdd\xa9\x1b\x72\xfd\xe5\xb8\xfd\xed\x7c\xbf\ \x26\x6a\xe5\x00\xfb\x9b\x41\x4a\xcf\x31\xbf\x93\x83\x69\x92\x5c\ \x94\x91\xef\x89\x7b\x26\x48\x4b\xca\xf0\xe6\xe6\xa6\xae\xae\xae\ \x1a\xe0\x49\x4a\x90\x81\xc5\xfa\x78\x06\xd6\x21\x0d\x18\xa5\xc0\ \xc8\x60\x27\xb4\x27\xc1\x81\x45\x3f\x9f\xcf\xeb\xdf\xfc\x9b\x7f\ \x53\x77\x77\x77\x35\x9f\xcf\xeb\xcb\x97\x2f\x6b\x61\xcd\xf4\x40\ \x2d\xd8\xf4\x34\xdc\xdb\xeb\xf5\x5a\x7d\x9b\xa4\xd8\x09\x61\x7a\ \x28\xf2\x2f\x84\x3e\x52\x59\x66\x2e\x1c\xc0\x39\x9f\xcf\x9b\xd1\ \x30\xbe\x80\x57\xd2\x97\x3b\x3b\x3b\x35\x1e\x8f\x5b\x3e\x4b\x55\ \xb5\xba\x39\xc6\x32\x17\x3e\x40\x46\xd8\x92\x71\x64\xc0\x92\xa5\ \x32\xd6\x14\x95\xf9\x23\x43\xfa\x60\x61\x10\xf8\xf1\x78\xdc\x0a\ \xf9\x99\xdb\x4c\x6a\x4c\x3a\x59\xbb\x19\xb3\x2e\x85\x9b\x8c\x94\ \xf1\xa0\x28\x84\x6a\xe5\xd8\x08\xbf\x79\x16\xd0\x46\xd9\xa7\x92\ \x4b\x66\xb2\xd7\xeb\xb5\x73\xd6\x24\x00\x73\x24\xcc\xa3\xbe\x51\ \x2c\x19\x9a\xd1\xee\xdc\x7c\x01\xa4\x50\x90\x00\xb9\x05\x9f\x21\ \x25\xc9\xb3\xe4\x96\xe1\xa4\x64\x14\xdd\x64\xbc\xba\xde\x61\x7a\ \x55\xab\xd5\xaa\xe5\x1b\x7d\xf9\xf2\xa5\x29\x60\x32\xe2\x1e\xe3\ \xf7\xee\xdd\xbb\xfa\xee\xbb\xef\xea\xec\xec\xac\xc9\xcc\x64\x32\ \x59\x03\x36\xfa\x3e\x1a\x8d\xd6\xc6\x9c\xb3\x94\x06\x39\x99\x80\ \x74\x5c\xaa\xaa\xad\xd5\x54\x96\xfa\x60\xec\xbb\x80\x8a\xcc\xa6\ \xfe\x48\x0f\x92\xd1\xcd\x1d\x93\xb9\xc1\x80\x92\x16\x92\x34\xaf\ \xfe\x57\xb2\x06\xa8\x36\x77\xc6\xf9\xe9\xe9\xa9\x2e\x2f\x2f\x9b\ \xe3\x64\x1d\xad\x56\xab\x06\x18\xe9\x89\xd9\x6c\xd6\x98\xa3\xbb\ \xbb\xbb\x35\xd6\x5d\x18\x31\x41\x33\xd0\x9e\xf9\x94\x18\x2f\x6d\ \x4c\xef\x19\xab\x38\x9d\x4e\x5b\x0e\x9a\xf6\xcc\xe7\xf3\x54\xf6\ \xb5\x5a\xad\xea\xfc\xfc\x7c\x2d\x74\xaf\x8d\x9c\xa9\xaa\x6a\xe3\ \x0b\x98\xf8\xbe\x30\x2e\x96\x1b\xbb\x9c\xc6\xcc\xa6\x09\x73\xb3\ \x58\x2c\xda\x41\xcb\x0c\xdf\x74\x3a\x6d\x00\x86\xec\x65\xf8\xb6\ \xdf\x7f\xdd\xd1\x9c\x3b\x28\xb1\xb8\x29\x3b\x80\x23\x1b\x44\x37\ \xf5\xfb\xfd\xb5\xf9\x36\xb7\x09\xa0\xcd\x71\xbe\xcb\x38\x63\xcf\ \x0e\x0f\x0f\xeb\xe8\xe8\xa8\xed\x16\xc4\x0e\x1b\x63\xe3\x9d\x86\ \xb9\x0b\x5e\xbb\xd1\x05\x7a\x27\x01\x46\x82\xde\xbc\x52\x06\xd8\ \x0d\x3a\xd2\xfb\x8d\xb9\x79\x48\xc7\x3d\x89\x06\x73\x94\xb6\xda\ \xdf\xb5\xc3\x38\x66\x6a\x48\x02\x98\x2e\xdb\x94\x20\x23\x7f\x4f\ \x62\x42\xbb\xaa\xd6\x73\xb2\xbe\xc6\x9e\x65\xde\x71\x86\xf8\x12\ \x38\x92\x39\x7f\xf7\x8c\x24\x49\x92\x14\xc9\x7e\xd0\x47\xee\x4d\ \xdd\x91\x51\x0a\xf2\x9f\xec\x64\x17\x5c\x25\x79\x91\x80\xb6\x8d\ \x51\x76\x2e\xff\xe9\x48\x0e\x9c\xc9\x30\x28\x94\x42\x7a\xa3\x39\ \x98\x84\x26\x27\x32\x07\x34\x0d\x72\xc6\xec\x15\x9d\xb3\x58\x66\ \xb3\x59\xf3\xe0\x92\x51\xc2\x46\x64\xae\x96\x9f\x73\x10\x7d\x66\ \xa0\x28\x7e\xc0\x81\xc1\xcf\x18\x7f\xbe\x83\x12\x4a\xa6\x8a\x41\ \xb4\x98\x13\x30\x18\x37\xb9\x05\x29\x04\x0c\xb9\xc9\xcf\xad\xfb\ \xbc\x91\x34\x60\xfe\xee\x3d\xb9\x63\x33\x19\xb1\x34\x50\x77\x77\ \x77\x35\x9b\xcd\x9a\x77\x69\x5c\x18\xd0\xdc\x05\xb4\xbd\xbd\xdd\ \xea\x76\x49\x62\xcd\x83\x73\x93\xb5\xcb\x45\x60\x71\x27\x4b\xe7\ \xbe\x8c\xbf\xab\xbb\x24\xac\x94\x79\x4a\xb9\xd0\xd2\x80\x26\x95\ \x9d\x73\x99\x97\xa3\x52\x18\x27\x46\x86\xe2\x4b\x19\xeb\x6e\xa1\ \x4e\x76\x0e\x2b\xc4\x90\x00\x36\x59\x1a\xc0\x1c\x24\xa0\xeb\x3a\ \x09\xda\x4a\xd1\x66\xe8\x18\xd0\xd7\x87\x2c\x6d\xe0\x7e\xb2\x77\ \x7d\x7d\xdd\xd8\x04\x00\x06\x28\xc3\x2c\x00\x5c\xbc\xef\xbb\xbb\ \xbb\x26\x9b\x0c\x20\x47\x22\x0f\x87\x65\xc0\x01\x9d\xd5\x6a\x55\ \xc7\xc7\xc7\xb5\xb5\xb5\xd5\x6a\x7c\x0d\x87\xc3\xb5\xd0\x59\xe6\ \xc9\xd8\xaa\x9f\xa0\x5b\x41\x4b\x15\xae\x79\xfc\x18\x16\x6b\x14\ \x53\xa9\xff\xfd\x7e\xbf\x6d\xb7\xcf\xea\xe6\xc0\xa8\x04\x77\xc0\ \x78\x6b\x6b\xab\x19\xde\x54\xfc\x09\x78\x33\x41\xda\x5a\x72\x8f\ \x0a\xee\x64\x5e\x7b\xd4\x28\x13\x1a\x23\xef\xda\xfc\xf4\xf4\xd4\ \xca\x1e\x64\x08\x68\xb1\x58\xb4\x63\x74\x72\x57\x26\x20\xe7\x3e\ \x0c\x6a\x96\x2a\xc8\x7c\x3a\xfa\x42\xff\xad\xcb\x7e\xbf\xdf\xc0\ \x21\xe0\x73\x74\x74\xd4\xfa\x22\xcc\x99\xb9\x47\xc7\xc7\xc7\x6d\ \x7d\xe8\x23\xf6\x2a\x4b\x3e\x64\x51\x51\xf2\x7e\x74\x74\xd4\xf4\ \xc2\xd6\xd6\x4b\xdd\x29\x6b\x3c\x73\x06\x85\x6f\xc9\xb4\x33\xf7\ \xd2\x79\xcc\x50\x0e\xc6\xdd\xfb\xd4\x54\xec\xf7\xfb\xed\x67\xb9\ \x7e\x98\x19\x7a\x81\xac\x92\x89\x5c\xab\x64\xc2\xf7\xe8\x6c\xed\ \xb4\x9e\x30\x8d\xc6\x35\xf3\x2c\xd3\xc0\xb2\x65\x7b\x7b\x7b\xad\ \x12\xbb\xf5\x39\x1a\x8d\xea\xf0\xf0\xb0\x95\xa4\x48\xa0\xe1\x4a\ \xd6\xa4\xcb\xaa\xa4\x61\xef\xea\xd5\x74\x0a\xbc\xaf\x9b\x9a\x90\ \x4e\x68\xb2\x36\xc9\x3e\x69\x4f\xd6\x1c\xd3\x37\x6d\xea\x3a\x52\ \x09\x04\xc9\xde\xd7\xc2\xf0\x9e\x93\x4e\xb6\xf9\x48\x2c\xd0\x05\ \x34\xfe\x6e\x6c\xb5\x0b\x93\x98\x18\xc0\x85\x70\xe8\x5e\x39\xe6\ \x39\x8e\x49\x74\x54\xad\x87\x55\xb3\xbf\xfa\x90\xe9\x34\x09\xb6\ \x12\xab\xc0\x07\xa9\xcb\xf3\x5d\xe6\x2a\xef\x37\x16\x5d\x1b\xd9\ \x5a\xc3\x38\x74\xd1\xa7\x07\x68\xa0\x17\xa7\x07\xeb\xe5\x3c\xc5\ \x44\x81\x3a\x9c\xe8\xda\xe2\x37\x50\xde\x9d\x6d\xc8\xd0\x16\xa4\ \x9c\xa1\x85\x8c\x95\xfa\x3d\x07\xc3\x20\x26\x08\xea\xf5\x7a\x2d\ \xb7\xa2\x2b\xd4\xae\x2e\xa5\x99\xde\x71\x0e\x5e\x4e\x76\x0a\x10\ \xef\x82\x11\x22\x2c\xcb\xe5\xb2\xa6\xd3\xe9\x5a\xf2\x36\x65\xac\ \xd0\x1d\x50\xb4\x58\x2c\xea\xe2\xe2\xa2\x81\xcd\xf4\xe4\x19\x50\ \x8a\x1b\x40\x02\x42\xab\x5e\xd9\xaa\xf4\xfc\x12\xd1\x67\xb8\x89\ \x61\x02\x04\x19\xb4\x04\x78\x29\x07\x39\x6e\xe6\x32\x41\x61\x2a\ \x49\xca\x1d\x98\x01\x1e\x72\xf7\x09\x41\xa4\x9c\x7c\xce\xc8\x69\ \x3b\x50\x96\xf7\x00\x45\x59\xaf\x47\xc8\xf3\x6b\xc0\x8c\x81\x1b\ \x0c\x06\xcd\xe0\xfa\x5b\x7a\x68\x9e\x53\xf5\x7a\x36\x99\x31\x48\ \xe5\x90\x4a\x0a\xc0\xe9\xe6\x1c\xa5\x52\x24\x7b\xc2\x34\x18\x15\ \x00\xc1\x67\xd7\xd7\xd7\xd5\xeb\xbd\x30\xbe\x1f\x3f\x7e\x6c\x0e\ \xc7\xe3\xe3\x63\xab\x77\x04\x3c\x6c\x6f\x6f\xb7\xbc\x90\xe7\xe7\ \xe7\x96\xeb\x82\xd9\xe2\x6d\x0f\x87\xc3\xba\xbc\xbc\x6c\x0a\xee\ \xf9\xf9\xb9\x6e\x6e\x6e\x9a\x81\xce\xdf\x1f\x1e\x1e\xea\xcb\x97\ \x2f\x4d\x8e\x13\xc0\x0a\x83\x71\x64\x84\x3b\x17\x8b\x45\x63\x41\ \x72\x9c\x72\x1d\xca\x79\x49\x63\x03\x5c\x49\xa2\x4f\x16\x81\x61\ \x27\x87\xf2\x99\xd2\x68\x65\xf2\x38\xc6\xc1\x8e\xc7\x04\xb7\x87\ \x87\x87\x6b\xf9\x9e\x72\xaa\x9e\x9e\x9e\x5a\x78\x5c\x5b\x39\x31\ \xb9\xf6\xe8\xc8\x94\x2b\xec\x66\x3a\x04\x74\xa0\x75\x75\x70\x70\ \xd0\xda\x62\xbd\x00\xcc\x40\x54\x3a\x3a\xe9\x34\xca\xd1\x02\x94\ \x3d\x57\xb9\x13\x3f\xd3\x5b\x19\x1a\xe7\x04\xd0\x99\x76\x3a\xd3\ \x1f\x00\xd1\xd6\xd6\x56\x9d\x9c\x9c\x34\xa3\xaf\xe6\xd3\xd1\xd1\ \x51\x93\xb1\x3c\x2a\x28\x75\x88\x3e\xfa\xdf\x3c\xd3\x99\xc6\xc3\ \xbb\x32\x1c\x37\x1c\x0e\x5b\x05\xf6\x5e\xaf\xd7\x2a\xbc\x4b\x53\ \x38\x3f\x3f\x6f\x63\xba\x5a\xad\x9a\x8c\x71\xe4\x8c\x19\x1d\xdb\ \x3d\xeb\x91\xdc\xd0\x57\x69\x3b\xc8\x0b\xb6\xae\xbb\x3e\x85\x29\ \x85\xdf\xbf\xf9\xe6\x9b\x7a\xf3\xe6\x4d\x93\xaf\x04\xee\xc9\x7a\ \x93\xbd\xcc\x83\xeb\x12\x0e\x09\xcc\xc8\x92\xfe\x64\x58\x31\xf5\ \x29\x3d\xe2\x39\x5d\x66\x2c\x43\x5c\x8c\xbe\xf1\xcf\x77\xa4\x0d\ \xe3\x08\xe5\xe6\x20\xb6\x0f\x2b\x9a\xba\x33\x53\x7c\x38\x1b\x09\ \x72\x8c\x63\x92\x09\xb9\x56\xba\xec\x4f\xb2\xc8\x74\x68\x62\x85\ \x04\x8d\xd6\x69\xea\xd3\x2e\xe0\xeb\x92\x3d\xda\x97\xba\x82\xbc\ \xa7\x4d\x63\xef\xba\x63\xd6\x05\x4f\x9e\x9d\x97\xe7\x24\xa0\xca\ \xfe\x56\xd5\x4b\x99\x06\x0f\x72\x43\x7a\x82\x16\x0c\xc1\xcd\x64\ \xde\x54\x38\x84\x3b\xe9\xc3\x04\x3f\x69\xe4\x13\xe0\x08\xcf\x25\ \x7b\x93\x93\x91\xe8\x31\x3d\x57\xc6\x2d\x05\x4a\x5f\x0c\xbc\xb6\ \x65\x22\xac\xc5\x0e\x1c\x52\x78\x3c\xfd\x64\x24\x3c\x5f\xdb\x0d\ \x7e\x22\x66\x82\xf0\xf4\xf4\xd4\x92\x80\x29\xe7\xa4\x38\x93\x76\ \x4d\xc3\xac\xcf\x19\x8e\x4c\x01\xf5\x9d\x6e\xfc\x3a\x41\x70\x32\ \x24\x94\x5d\x7a\x4d\xb9\xc0\x73\x21\xd8\x91\x66\xdc\x08\x51\x17\ \x48\x61\x19\x12\x38\xa4\x80\x25\xbd\x4c\xe9\xcb\x6f\xc9\x6d\xf6\ \xe8\x7a\x0a\x21\x41\x53\x7a\x80\xaa\x30\x53\xea\xfa\x6f\x1e\x32\ \x5f\x88\x47\x2b\x29\x17\x30\xd1\xfe\xc1\x60\xd0\xaa\x8b\x93\x89\ \xcc\x37\x30\xe6\x69\xa4\x2d\x7e\x45\x2c\xcd\xad\xc5\x9e\x9e\x8d\ \x05\x9b\x21\x24\xbf\x63\x5d\x19\x47\x6d\xc4\xce\x02\x36\x40\x75\ \xd5\x0b\x83\x84\xa9\x18\x0c\x06\xf5\xee\xdd\xbb\xb6\x9e\x78\xcf\ \x29\xf7\x40\xc7\xf3\xf3\x73\x0b\x0f\x59\x4f\x19\xd2\xd2\x5e\x72\ \x68\x8d\x60\xbb\xcc\x43\xbf\xdf\x6f\x3b\x68\xc9\x0f\x19\x5d\xad\ \x56\xad\xad\xe9\xe9\x92\x83\x4c\x54\x4f\xd9\x74\xd9\xb5\x9b\xde\ \x9e\x1c\x28\x20\x2e\x95\x1e\xc0\x60\xce\x92\x6d\x48\x46\x91\xb1\ \xcc\xcf\xc8\xd8\xc5\xc5\x45\x0b\x4b\xe7\xb9\x7b\xc2\xf2\xf4\x8a\ \xb9\xb7\x4e\x84\x53\xe9\x87\xe1\x70\xd8\xc0\x65\x55\xb5\xb0\x68\ \x55\xb5\xd3\x08\x8c\xa1\xf1\x50\x26\x22\xc3\x0b\x8c\x59\x6e\x14\ \x98\xcf\xe7\x6d\x6d\x08\x8f\xa4\xc3\x86\x19\xcc\xb3\xf9\xac\xbb\ \x34\x18\xcf\xcf\xcf\x6b\x2c\x7c\x32\x0c\x76\x64\x92\x89\x2c\xd9\ \x02\x78\x63\xd7\x8c\x2d\x30\xe6\x59\x19\xfa\x65\x1c\x39\x05\xee\ \xa7\xf7\xd9\x11\xa0\xac\xeb\xbc\xcf\xe7\xf3\x35\x40\xcd\xb6\xd0\ \x63\x80\x18\x87\x23\x2b\xad\x0f\x06\x2f\x05\x73\xc9\xce\xd6\xd6\ \x56\x73\x0c\xbc\x2f\x19\xf5\xf9\x7c\xbe\x16\x2e\xb3\x46\xd3\xe0\ \x66\x14\x86\xac\x9e\x9d\x9d\xb5\x62\xb4\x69\x60\x73\xf7\x20\x40\ \x95\xf6\x93\x7e\x76\xad\x31\x1a\x01\x1a\xb5\x35\xf3\x7d\xc8\x8b\ \xf5\x4b\xa6\x3c\x3b\xab\xf4\xbb\x5f\xfb\x73\xbe\xbb\x6c\x52\x3a\ \xaa\xfa\x41\xbe\x8d\x45\xb6\x37\x1d\x6c\x6b\xd2\xff\x5d\x56\x2c\ \x6d\x46\xca\x1e\x19\xce\xb1\x48\x20\x98\xb6\xdd\xbc\xa4\xbe\xea\ \x3e\x33\xed\x59\x57\x7f\x5b\x5b\xe9\x70\x74\x49\x82\xee\xa6\x84\ \x2e\xfb\x96\xcc\x60\xda\x1b\x3f\xa7\xe3\x90\x7d\xea\xda\xcd\xec\ \x77\x5f\x07\xbb\x89\x78\x0c\x62\x1a\x72\x82\xe4\x45\xc9\x3a\x18\ \x1c\x68\xd0\xcb\x4c\x5c\x26\xc1\x66\xcc\x1e\x02\x17\xde\x49\x43\ \x6c\x90\x85\xaf\xba\xac\x53\x7a\xc2\x39\x58\x99\xc0\xab\x0f\x09\ \xf8\xb4\x13\x70\xa0\x70\x08\x51\x7a\x39\x9e\x03\xd1\xfb\x67\x71\ \xe6\x80\x32\x38\x19\x87\xd7\x2e\x09\x7b\xee\xa7\x40\xf4\x4f\xbb\ \x29\xb7\x6e\xae\x45\x32\x6b\x09\x42\xb3\x12\xb4\xff\x33\xff\x21\ \x95\x7e\xd2\xa2\x16\xe7\xe1\xe1\x61\xfb\x1e\x43\x93\x20\xcd\xef\ \xc6\xc5\xdf\x3c\x2b\x3d\x46\xe3\x61\x5c\x8d\xa3\x6d\xf9\x98\x35\ \xca\x32\x77\x05\x12\xf2\x54\x78\xdd\x05\xcf\x20\x30\xee\xc2\x38\ \x29\x8f\xb9\xab\x4a\x5b\x25\x4e\xa7\xf1\xca\x0a\xd8\x8c\x31\x30\ \xc5\xeb\x36\xf7\x55\xaf\x5b\xf8\x3d\x87\x81\x31\x6f\xe4\x15\xbb\ \xc3\x23\x76\x8f\x30\xac\x76\x32\xf0\x99\xc8\xf9\xfc\xfc\xdc\x12\ \x87\x25\x28\x63\x85\x80\xc0\xd9\x6c\xd6\xe4\xc6\x5c\x62\x1f\x01\ \x39\x9e\x36\x30\x83\x65\xca\x76\x52\x68\x14\xec\x64\x32\xa9\xc1\ \xe0\x25\xd7\x72\x3a\x9d\x36\xc0\x2f\x54\xf4\xf4\xf4\x52\xca\x21\ \x65\x30\x73\xa0\x52\x1e\xd2\xc3\xe7\xb8\x00\xc1\x64\xc2\x5c\x03\ \xd0\x59\xd0\xd1\x77\xb3\xfe\xd5\x72\xb9\x6c\xbb\x2f\x8d\x05\xc6\ \xce\x3a\xbf\xbd\xbd\x5d\x63\xb4\xfc\xec\xdc\x3b\x6d\xcd\xe3\x7f\ \x4e\x4f\x4f\x9b\xe2\xf5\xcc\xf1\x78\xbc\x06\x3c\x31\x2c\xa9\x73\ \xf4\x27\x0d\x5c\x02\x3e\x0a\xdd\x9a\x9f\x4e\xa7\x8d\x2d\xac\x7a\ \xcd\xe9\xa3\x23\xe8\x44\xeb\x39\x6b\x8b\x61\x3b\xad\x11\xce\x6c\ \x6e\x12\xa1\x4f\x56\xab\x55\x7b\x6e\xee\xd6\xdd\xda\xda\xaa\xc9\ \x64\xd2\xea\xb9\x09\x89\x92\x25\x6d\xd8\xde\xde\x5e\xcb\xdd\x4c\ \x83\x3a\x9d\x4e\x9b\xd3\x74\x79\x79\x59\x8b\xc5\x4b\xbe\xde\xd1\ \xd1\x51\xd3\xff\xc2\xac\x67\x67\x67\xed\x39\x93\xc9\xa4\x46\xa3\ \x51\x5b\xaf\xfa\x7f\x77\x77\xd7\xe4\xcb\x9c\x66\xaa\x08\xc0\x43\ \x9e\xf2\xec\x46\x21\x63\xf9\x6c\x64\x94\xfe\xa0\x77\xf5\x29\x59\ \x8a\x64\x48\x3c\x6f\x30\x78\xad\x5f\x28\xc9\xfe\xe4\xe4\xa4\xd5\ \x19\x93\x74\xdf\x0d\x83\xa6\x63\x42\x0e\xcd\x7d\x3a\x35\x09\x16\ \x5c\xe4\x8d\x6e\xb5\x0e\xcc\x57\x32\x6d\x99\x93\x4b\xff\xa7\xa1\ \x67\x23\x32\x7f\x89\x5e\x4c\xc7\x24\xed\xae\xef\xe7\x9c\xd0\xc7\ \x79\x4f\x12\x0e\xc9\x38\x25\x28\x74\x7d\xcd\x3e\xa7\x3d\x4d\x90\ \x0c\x0b\xa4\x5d\x4d\x22\x25\x9d\x2a\xef\x87\x43\x72\xce\xbb\x4e\ \x2f\x79\xa1\xe3\xd2\xe6\x92\xbb\xaa\xf5\xc4\xfa\x7c\x7e\x02\xa4\ \x2e\x0b\x66\xfe\x92\x7d\xcb\xf1\xe9\xce\x71\x3f\x15\x42\x82\x83\ \x44\xe5\x40\x10\x45\x9e\x8b\xcf\x02\x94\x6f\x91\x08\x9d\xd1\x4f\ \x85\x4e\x31\xe4\xe4\x7b\xae\xdd\x03\x49\x75\x66\x4e\x86\xc1\xa0\ \x38\x08\x69\x0e\x00\xa1\x4d\x10\xc2\xc0\x66\x7b\x32\xe1\xb2\x7b\ \x56\x56\x02\xb7\xf4\x14\xbd\x4b\xfb\xf5\x87\x12\x03\x02\xed\x88\ \x49\x4f\x5e\xd8\xad\xeb\xe5\x24\x7d\x6d\x8c\x12\xc8\x18\x83\xdc\ \x1a\xde\xbd\x3f\x01\x52\x32\x89\xc6\xd6\xc2\x27\x7c\xb9\x78\x52\ \xf0\x73\xb1\x76\xd9\xae\x0c\x11\x98\x87\x0c\x29\xa6\xb0\x31\xac\ \xbc\x41\xc0\xc7\xb8\xea\x83\xc5\x91\x20\x2d\x17\xb1\x77\x31\xd2\ \xd9\x1e\xf9\x19\x2e\x1e\x09\x83\xe1\xbd\x0c\x0f\xe0\x65\x8e\xcd\ \x21\x6f\x3c\x6b\xa7\x19\x7f\x46\x1f\xd3\x92\x32\xc1\x73\x6d\x0b\ \xe9\x6f\xd9\xa0\xac\x97\xe5\x5d\x83\xc1\xa0\xed\x86\x62\xf8\x97\ \xcb\xe5\x1f\xed\x5c\x05\xfc\xc9\xaa\x35\x92\x21\x83\x64\x2a\x1d\ \x95\x72\x70\x70\xd0\xda\x07\x0c\x33\xce\x9c\x15\xe3\x68\x67\x62\ \x97\xc9\x35\x3e\x58\x32\x1b\x4e\xac\xef\x04\x8c\xb9\xbb\x15\x83\ \x46\xc6\x84\x00\xf5\x25\x95\x4f\xe6\x83\x2d\x97\xcb\x76\xa0\x2e\ \x63\x69\x9c\x19\x56\x21\xcb\xaa\x75\x66\x97\xd1\x21\x1f\x8c\x1e\ \x83\xdb\xef\xf7\x5b\x7f\xd2\xd0\xad\x56\xab\x96\x5f\x03\xa8\x92\ \x41\xf7\x92\x6d\xe0\x53\x68\xd4\xb8\x4e\xa7\xd3\x35\x23\x43\x9f\ \x60\x9a\xc6\xe3\x71\x9b\x7f\x1b\x52\x7a\xbd\x5e\xcb\x15\xac\xaa\ \x16\xde\x07\x0e\x77\x77\x77\x5b\xae\x22\xb0\xd4\x5d\x1b\xbd\xde\ \x6b\xe9\x18\x7f\x4b\xfd\x38\x1c\x0e\xdb\xfa\x11\x2e\xc3\xc2\x99\ \x43\x6b\x8e\x2e\xab\x7a\x39\xa4\x98\x11\x33\x46\x80\x6c\x3a\xab\ \x07\x07\x07\x75\x7e\x7e\xde\x8a\xa3\x32\xe4\x8e\xaa\xa1\x67\x9c\ \x6b\xa9\xdf\xe6\x4c\x3b\xb0\x52\xda\x34\x99\x4c\xda\xbc\x01\x38\ \xc6\xa8\xea\xa5\xd4\xc0\xa7\x4f\x9f\x6a\x30\x18\xd4\xd1\xd1\xd1\ \x5a\xe8\x86\x43\x24\x12\xb1\xb3\xb3\xb3\xe6\x38\xd3\x6b\x74\x03\ \x1d\x96\x11\x8d\xbd\xbd\xbd\xb6\x79\xc3\x78\xbc\x79\xf3\xa6\x4e\ \x4e\x4e\x5a\xad\xb9\xcc\xd9\x4a\xc7\x1f\xb8\x4e\x1d\x95\x4e\xa6\ \x77\xd0\x5b\xfe\x6e\x9e\xd8\x8d\xd4\xe3\xc2\x94\xc9\x70\x01\x31\ \xe9\x70\xa7\x6c\xa7\x41\x4f\xdb\x55\xf5\x6a\xdb\xac\x9b\x04\x56\ \xde\x9f\xcf\x4e\xf6\xdd\x7d\xd9\x8f\x04\x3c\xae\x2e\xf3\xe3\x6f\ \x09\xb6\xf2\x59\x69\xa3\xfd\x3d\xd9\x22\x44\x48\x32\x6f\x69\x9f\ \xd3\xe6\x90\x35\xcf\xb2\x26\xb2\x2d\xe9\x40\x27\x13\x99\xb6\x3d\ \xc7\xcc\x05\xa4\x9a\xa3\x74\x6c\x73\x1e\x7c\x3f\x75\x9b\x31\xeb\ \x1b\x80\xa0\xb4\xda\x04\x27\x3d\xa7\x41\x04\x24\x1b\x41\x80\x33\ \xf4\x95\xc6\x22\x29\x34\xb1\x78\x86\x26\x95\x59\x76\x34\x01\x99\ \x01\xa1\x48\xbb\xbb\xee\x12\x04\xfa\x5b\x2a\x76\xed\xe5\xcd\xeb\ \x57\x97\x7d\xf0\x0e\x20\xa0\x3b\x61\xb9\x40\xaa\x5e\xf3\x6d\xf4\ \x3f\x63\xe1\xb9\xc8\x52\x58\xba\xf4\x67\x4e\x56\x2a\xa4\x04\x5a\ \xdd\xa4\x6f\x63\x93\xca\x2a\xe7\x20\xe9\x56\x57\x02\xa0\xf4\x14\ \x12\x98\x1a\xeb\x04\x0f\x09\x84\x09\x4d\xa2\x76\x7f\xa3\x5c\xd2\ \x93\xce\xef\x03\x70\xfa\x99\x32\x91\x8b\x30\x19\xc7\x14\xdc\x54\ \x0c\xe9\xa1\x75\xd9\x43\xa1\x0f\x9e\x6d\x6e\xe5\x4e\x90\xf6\xf0\ \xf0\xd0\x2a\x93\x93\x3f\xf2\xcb\xa0\xca\x03\xd2\xfe\x0c\x07\xe4\ \xfc\x58\xf0\x42\x5c\xd8\x86\x64\xe7\xcc\x93\x4a\xe8\xf2\xae\xc8\ \x51\x32\x77\xb9\xf3\x29\x19\x3a\xf3\xcd\x43\x1b\x8d\x46\x2d\x7f\ \xef\xe0\xe0\xa0\x6e\x6e\x6e\xd6\x8e\xda\x49\xc6\x40\x3e\x5f\xca\ \x32\x03\x9c\xb9\x93\xb7\xb7\xb7\x6b\x06\x28\x73\x6b\xd4\x97\xa2\ \x04\xbb\xac\x8a\xf2\x08\x29\x53\x3b\x3b\x3b\xed\x0c\x40\x73\xbb\ \x5c\x2e\xd7\xb6\xc8\xbb\x0f\xcb\x62\x8e\x38\x41\x49\xc7\x73\xe4\ \x3c\x83\xdc\xe7\xfa\x4f\x76\x52\x3e\x9e\xd0\x18\x26\x51\xde\x1e\ \x1d\xa1\xdd\x83\xc1\xa0\x3e\x7e\xfc\xd8\x9c\x00\x32\x95\xc5\x42\ \x81\x8b\x87\x87\x87\xd6\x06\x73\x11\x19\x1e\x1d\x00\x00\x20\x00\ \x49\x44\x41\x54\x6c\xce\xe7\xf3\xf9\x1a\x68\x58\x2e\x97\x2d\xa9\ \x1f\xd0\xcd\xf4\x02\x72\x68\xad\x65\x18\xcb\xef\xf4\x48\xe6\x5a\ \xf5\xfb\xfd\x76\xe0\x31\xbd\x0a\xb0\x66\xd9\x0f\x9e\xbb\x67\xe6\ \x0e\x40\xa0\x98\xe3\x99\x39\x70\x69\xd0\xae\xaf\xaf\x5b\x8e\xd6\ \xd9\xd9\x59\x3b\x01\x80\x3c\x60\xdd\xac\x1d\x3b\x31\x8d\x25\x87\ \x87\x6e\xca\x90\xa6\x75\x90\x21\x53\x7f\xcb\x9d\x7f\x36\xac\xd0\ \xd3\x0c\x69\x1a\x54\x45\xab\x1f\x1f\x1f\xd7\x9c\x51\x21\x7a\x63\ \x6e\x87\x20\x3b\x35\x1a\x8d\x6a\x38\x1c\xd6\xc9\xc9\x49\x2b\x59\ \xd1\xb5\x55\xf4\xe6\xf6\xf6\xf6\x1a\xe0\x4d\x90\x93\x61\xb5\xb4\ \x9f\x29\xab\x64\x3c\xf5\x73\x86\xee\xc9\x18\x59\x4f\xa0\xed\x32\ \xce\x69\x47\x8c\x2b\x9b\x98\x4e\x7e\x3a\xec\x49\x4c\x24\x60\x4a\ \x86\x2e\x75\x75\xda\xae\xd4\xe3\xfe\x37\xcf\x5f\x0b\xa1\x75\xc9\ \x8a\x1c\x23\x7f\x4b\x7b\x99\xa0\x91\xae\x07\xc8\x91\x17\x69\x5b\ \xd2\x31\x26\xdb\xd6\xa1\x3e\xa6\xdd\xcb\x77\x91\xa3\xee\xfc\xe4\ \xfd\x69\x93\x13\x64\x25\xc0\xd6\x3e\x7d\xf5\xcc\x7e\x1a\xcb\x2e\ \x8b\x92\x83\xc9\xc8\x58\xbc\xed\x01\x31\x89\xc2\x68\x50\x1d\x25\ \xe0\x79\xc9\x28\x68\x98\xfb\xbf\x7c\xf9\xb2\x96\xf8\x96\x2c\x46\ \x4e\x70\xb2\x5b\x29\x1c\x5d\xea\x56\xa7\x7d\x66\xf0\x93\xf9\x22\ \x6c\x5d\xc1\x4d\x81\x4f\x85\x90\x93\xcd\x20\x52\x3e\x26\x46\xc2\ \xa5\x09\xf0\xf7\x34\x54\x9e\x9f\x4c\x4b\x0a\x55\x4e\x54\xd5\xab\ \xc1\xa6\x44\xd2\xfb\xa1\x30\xd3\xe3\x4d\x00\x03\xf4\x54\xad\x57\ \xfd\x4d\xc0\x66\xde\x30\x88\x09\xd8\x12\x94\x74\x69\x65\xc0\x85\ \xb2\xee\x0a\xb1\x50\x87\xf9\xc4\x24\x76\xdb\xcb\xe3\xcc\x45\x98\ \xe1\x06\x7f\xeb\x2a\x9d\x64\xdc\x5c\xd8\x8f\xec\x37\xa3\x46\x26\ \x79\xf0\x8c\x58\x8e\x61\x7a\x93\x76\x40\x79\x66\x2a\x05\x4a\x2a\ \x3d\x57\xb9\x19\x9e\xa3\x7d\x42\x5d\xc9\x9e\x25\x43\xd5\xf5\xfe\ \x92\xa2\x07\xcc\x28\x7b\xbb\xd6\xbc\x83\x01\x71\xa4\x4d\xee\x12\ \x94\x3f\xa3\xcd\xc2\x87\x64\x96\xc7\xcc\x58\xe4\xbd\x0c\x6a\x86\ \xec\xe6\xf3\x79\x03\x14\xd6\x0d\xc6\xb9\xaa\x5a\x8e\x8e\xbf\x8f\ \x46\xa3\x06\x42\x3c\x5f\xe8\x72\x3e\x9f\xb7\x64\x74\xeb\xb0\x1b\ \x2e\x49\x67\x4d\x12\x38\x90\xe0\xa2\x8b\x12\x98\x00\x4f\x07\x07\ \x07\x35\x9d\x4e\x6b\x34\x1a\xb5\x90\x9c\xb5\x83\xf1\xb8\xba\xba\ \x5a\xdb\xc9\x6b\x2e\xd4\x21\xab\xaa\x3f\x0a\xd1\x25\xe8\xc2\xde\ \xa4\x6e\x48\x83\x43\x3e\x30\x6a\xfa\xc8\xa1\x24\x1b\xe4\x3a\x37\ \x3e\x58\x13\x8c\x05\x60\x91\x8a\x5d\xbf\x2f\x2e\x2e\xea\xf6\xf6\ \xb6\x85\xfc\x33\xed\xc0\x7d\x5d\x20\x42\x67\x0b\x0f\xfb\x5b\x82\ \x35\xed\x1f\x8f\xc7\xb5\xbb\xbb\xdb\x42\x66\xda\x01\x78\xdb\x81\ \x2c\xd7\xad\xdf\xef\xb7\x63\x75\xb0\xad\x6a\x98\x25\xeb\xf4\xf0\ \xf0\xd0\x58\x45\x2c\x6c\xb2\xb4\x99\x67\x05\xc0\x1a\x97\xfd\xfd\ \xfd\x16\x42\x07\x9e\xf5\x93\x8e\x4d\x06\x24\xa3\x10\x64\x04\xf0\ \x3f\x3c\x3c\xac\xb7\x6f\xdf\xb6\xe3\x6f\x00\x45\x0e\x7d\x32\x51\ \x9e\x9b\x3a\xd0\xba\xc9\xf0\x54\xae\xe5\x64\x3b\xb0\xb1\x1c\x21\ \x36\xa9\x1b\x5e\xcf\xb9\xef\xda\x05\xfa\x21\x59\xf4\xfc\xbb\xb5\ \x90\xf7\x27\xfb\x47\x2e\x12\xbc\xe8\x47\x92\x2c\x64\x33\x89\x01\ \x57\xae\xc3\x24\x1b\xc8\xb7\x31\x49\xf0\x93\x8e\xb8\x76\x74\xfb\ \xe4\xfb\x9e\x67\xae\xde\xbc\x79\x53\x7f\xf6\x67\x7f\xb6\x96\x80\ \x8f\x39\x4d\x80\x97\x25\x95\x8c\xb9\xb1\xf3\xbd\x04\x87\x89\x65\ \x12\x98\xf9\x2c\xd9\x32\xc7\x4d\xb1\x11\xec\x05\x07\xef\x8f\x70\ \x44\x97\x1a\x33\xd0\xc9\xb2\x98\x80\x04\x1b\x89\xfc\xbe\x16\x2b\ \x4e\xba\x91\xd2\xc8\xc9\xcc\xc6\x77\x07\xbb\xbb\xd8\x7d\xde\x1a\ \x1d\xed\x4b\x84\x9e\xef\x66\x78\x72\x60\x2d\xda\x5c\x78\x0c\xa1\ \xfe\x25\xad\x9c\x02\x63\xb2\xf4\xd1\xae\xbf\x5c\x64\x14\xb3\x10\ \x41\xd5\xeb\x11\x2e\x94\x4e\xb2\x3b\xc6\x2e\x01\x14\x61\x64\xe4\ \xdc\x9f\x7d\xeb\xf6\x31\x77\xad\x18\xf7\xf4\xfc\x80\x49\xef\xb5\ \x2b\x2d\x41\x56\x55\xb5\xc4\xe6\x64\x30\x31\x28\xc9\x6a\x50\x34\ \xc6\xa7\x1b\x6a\xd1\xe7\x04\x85\x29\xb8\x19\x02\x49\xcf\x5c\xfb\ \x19\x1d\x8b\x76\x30\x18\x34\x40\x43\x4e\xd2\x90\x65\x6e\x56\x2a\ \x1d\xc0\x08\x18\xd0\x7f\x39\x7f\xee\xcf\x50\x88\xf6\xf3\xca\x7b\ \xbd\xf5\x42\xb7\xe6\x27\x93\xb5\xbd\x7f\x36\x9b\xd5\x6c\x36\x6b\ \xde\xaf\xfe\x38\xfb\xcd\xda\xc2\x32\x65\xce\x21\x83\xcb\xb0\x25\ \x03\x95\xac\xc8\x72\xb9\x5c\x03\x19\xe6\x19\x4b\x94\x60\x54\xa9\ \x87\x54\x80\x99\x67\x61\x8e\x9e\x9e\x5e\x76\xf0\xad\x56\xab\xb5\ \x32\x0d\xc6\x94\xe1\x5a\x2e\x97\x2d\x84\x47\xe1\x00\x03\x39\x3e\ \x72\xc8\xe4\x7d\x91\xbf\x04\xb3\x9e\x97\x21\x6c\x4c\x64\xe6\x3e\ \x99\x63\x32\xe1\x7b\x8c\x33\xc6\xd1\xd8\x3e\x3f\x3f\x37\xa0\xc1\ \x90\x33\x68\xc7\xc7\xc7\x6d\x8c\xee\xee\xee\xda\xa1\xc0\xe6\x0a\ \xc3\x44\x3f\x58\x57\x64\x29\x3d\xed\x0c\x83\x25\x5b\xff\xf4\xf4\ \xd4\x0a\x90\x2e\x16\x8b\xb6\x0b\x14\xa3\x9a\xd5\xb7\xb1\x28\x64\ \x09\xd3\x93\xe1\x6c\xef\xb6\x46\xc8\x91\x35\x06\x30\x00\x36\x3e\ \xc3\x50\x4a\xd2\x1e\x0c\x5e\xc2\xd4\x0e\x0d\x7f\x7e\x7e\xc9\x35\ \x3b\x3a\x3a\xaa\xc3\xc3\xc3\x7a\x7c\x7c\x5c\x4b\xaa\x3e\x39\x39\ \x59\x73\x9a\xb6\xb7\x5f\x76\xab\x2a\x61\x42\x56\xb2\x34\xcf\xee\ \xee\x6e\x1d\x1e\x1e\xd6\xe1\xe1\x61\x8d\xc7\xe3\xb5\xc4\x74\x65\ \x3e\xe4\xad\x01\x17\xd6\x43\xea\x0f\xec\x95\x24\x7b\x8e\x84\x4d\ \x14\xe4\x61\x36\x9b\x35\xe3\x4b\x1f\x66\xa8\xb2\xab\x5b\xe9\x02\ \x61\x75\x6b\x68\x3c\x1e\xd7\xe9\xe9\x69\x63\xe5\x32\x87\x11\x08\ \xa5\x17\x39\x24\x79\x99\x1f\xe3\xe5\x22\x2b\x69\xfc\x73\xad\x01\ \x72\x74\x4d\x3a\xa7\x74\x63\x7e\x8f\xc3\x96\x8c\x0d\x9d\x96\xf6\ \x31\xf5\xac\x7b\x13\x34\xa4\x2e\xfa\x1a\x68\x62\x33\xe9\xcd\x24\ \x2a\x72\x6d\xa6\x5d\xee\x32\x3e\xd9\xd6\xb4\x9f\x74\x01\x27\x2a\ \x1d\xd1\x6e\x88\x2d\x6d\x9e\x35\xdb\x95\x95\x8c\x82\xa4\xe3\x98\ \x61\xba\x2e\xf1\x92\x2c\x53\x82\x71\x63\x92\x98\x88\x7c\xb1\x33\ \x98\x7b\x63\xa1\x6f\xd6\x61\x17\x50\xf7\x19\x2c\x4a\xd7\x00\x1b\ \x3c\x06\x24\x95\x4b\xd7\x30\xbb\x32\xb1\x99\xa2\xe4\xd5\x5a\x04\ \x8c\x24\xcf\x33\xcf\x3b\x4b\x90\x96\x42\xa7\xc1\x99\x54\xaf\x03\ \x3a\x99\x0c\x90\x7b\x08\x45\x52\xb8\x9e\xc1\xa8\xa6\x61\x67\x34\ \xd2\xc8\x27\x45\x68\x8c\xf4\x21\x93\x93\x4d\x16\xba\xdd\x38\x26\ \xd0\xa1\x98\xbb\x1e\x0f\xe5\x99\x0b\xc1\x62\xc8\x9c\x07\x0b\x8d\ \x00\x11\xf6\x6e\xb8\xcc\xef\xfe\x96\xa1\x06\xcf\xcf\x90\x6c\x1a\ \x4c\x86\x5f\x3e\x43\xd5\x6b\x58\x26\x81\x5a\x32\x71\xda\xeb\xb3\ \xae\x72\x31\x0f\xf9\x1e\xf3\x6c\x2e\x13\x30\xcb\x7d\x49\xe0\xca\ \x53\x36\x7f\xe4\x22\x59\xa6\xaa\xd7\xe4\xe1\xa3\xa3\xa3\xb5\x84\ \x67\x20\x80\xd1\xb5\xf8\x31\xb2\x16\x50\x26\x50\x76\xc1\x54\xd2\ \xf1\x64\xc0\xcf\x49\x2f\x9b\xcf\x64\x84\x8c\x5f\x1a\x59\x32\x36\ \x99\x4c\x9a\xc7\xec\x19\xa9\x88\x52\xde\x0f\x0e\x0e\x5a\x35\xe9\ \x5e\xef\x25\xef\xef\xea\xea\xaa\x01\x23\xb9\x6e\x92\xbe\xc9\x8c\ \xb5\x9d\x4a\x34\xd7\x0c\x46\x87\x82\x00\x9c\xcd\x5d\x37\x67\xcd\ \xfa\xcd\x02\x8d\x98\x39\xc6\xcb\xdc\x7b\x7f\x02\x6b\x8e\x97\xbf\ \x09\xb7\xa4\xa2\x23\x03\x9e\x9b\xb9\x47\xda\xcc\xf0\xe6\x98\xad\ \x56\xab\x16\x8a\xcd\xaa\xe5\x8c\x82\x32\x01\x29\x83\xd6\xb5\x9c\ \x2b\x3a\xcf\x3b\xb7\xb6\xb6\xea\xfa\xfa\xba\x31\x0e\xd6\xb0\xf9\ \xc4\x78\x25\x70\x34\x5e\x98\xa7\x74\x32\x7d\x2e\x74\xab\xdd\xb9\ \x9b\xd0\xd8\x25\x30\x15\xf6\xd3\xaf\xf3\xf3\xf3\x3a\x3e\x3e\xae\ \x5f\xfd\xea\x57\xf5\xee\xdd\xbb\x35\x80\x96\x39\x57\xe3\xf1\xb8\ \x01\x2a\xeb\x99\x93\x61\xfd\x99\x4b\x40\xfa\xf0\xf0\xb0\xb6\xb7\ \xb7\x5b\x3e\xd2\x60\x30\x68\x85\x4b\x0f\x0f\x0f\xeb\x97\xbf\xfc\ \x65\xcb\x5f\x72\x26\xa3\x72\x10\x9c\x83\xbd\xbd\xbd\x3a\x38\x38\ \x58\x3b\x81\x22\x9d\x46\x72\x92\x2c\x14\x1d\x94\x8e\xc9\xf3\xf3\ \x73\x4d\xa7\xd3\xb6\xe1\x81\x43\x94\x4e\x3e\x99\x30\xb7\x74\xa8\ \xf5\x82\x0d\xc9\x5d\x98\x4e\x36\x38\x3b\x3b\x5b\xd3\xb3\xa9\x93\ \xe9\x1e\x73\x42\xf7\x58\x4f\xda\xd8\xeb\xbd\x96\x96\x49\x5d\x48\ \xbe\x52\x4f\x5b\x7b\x19\xb2\xcf\xfc\x63\xe0\x81\xde\x48\x00\x96\ \x60\x3f\x75\x6d\xea\x60\x7a\x34\x23\x3c\x64\x96\x5e\xec\x3a\x8d\ \x88\x13\xcf\x31\x0e\x49\x44\xa4\xbd\xd4\xb7\x04\x63\xc9\xe4\x92\ \xdb\x6e\x64\x80\x5e\xd7\x9e\xd4\xdf\xf9\x7c\x7d\x87\x25\xa6\xd3\ \x69\x7d\xff\xfd\xf7\x8d\xe9\xd4\x6e\x76\xa3\x6b\x5f\xcd\x49\xca\ \x0a\xdd\x92\x24\x88\x8b\xee\x4b\xe6\x70\xb1\x78\xd9\x24\x23\x32\ \x91\xe7\x16\xa7\x8c\x24\x0b\xb6\xf6\x7b\x4e\x92\x87\x77\xf3\x90\ \x32\xde\xc8\x30\x7b\x58\x1a\x92\x7c\x99\x17\xa5\x27\x9f\x4c\x92\ \x81\xce\xe4\xe9\xdc\x0a\xdf\x9d\x94\x14\xc6\xee\xcf\xdd\x3e\x68\ \x1b\x01\xa2\x44\x08\x5a\x2e\x80\x34\x3a\x5f\x63\xf2\x00\x0d\x8b\ \xdd\xe5\xb3\x64\x31\x08\x84\xc5\x9e\xc2\xf6\xb5\x05\x41\x51\x10\ \x44\x5e\x50\x8e\x93\xf6\xdb\x05\xe5\x39\xe9\x91\xa4\x80\x74\x3d\ \xed\xae\x17\x53\xf5\x7a\x68\x2b\x16\x2b\xc3\x5b\xe8\xfa\x0c\xbd\ \x98\xbf\xac\x18\x9f\x0b\x9d\x01\xec\x32\x8a\xa9\x58\x92\xdd\xcc\ \x39\x62\xd8\xf3\xfb\xe4\x0c\x70\x31\x8e\x80\x03\xe3\xe0\xd9\xe6\ \x55\xbb\xd3\xeb\xc6\xf0\x61\x16\x52\xd1\x19\x03\x4c\x0b\xb9\xcc\ \x85\x79\x72\x72\xd2\xf2\xf6\xcc\x1d\x4f\x58\x3b\x3d\x4b\x88\xce\ \x2e\xae\x04\x32\x99\x7f\xe4\x3d\xb6\xfe\x27\x03\x68\x5c\x32\xbc\ \xde\x35\x2a\x64\x45\x0d\xb5\x83\x83\x83\x7a\xfb\xf6\x6d\x33\x4a\ \xa9\xa0\xae\xae\xae\xda\x5a\x9b\xcd\x66\x4d\x11\xba\x38\x20\x29\ \x97\x0c\x9d\x39\x17\xf6\x03\x9c\x00\x81\x9b\x9b\x9b\x66\xb0\x80\ \x9c\xad\xad\xad\x76\xf8\xb1\xf5\x4b\xc6\x85\x88\xc8\x05\x76\xcb\ \x5c\xe5\x51\x39\xfe\x96\x6b\x24\x41\xa8\xb1\xaa\xaa\xba\xba\xba\ \xaa\xaa\x5a\xcb\xb3\xa2\xd8\xc9\x0b\x20\xc3\x58\xa6\xa1\xa3\x13\ \x1e\x1f\x1f\x5b\x75\x7c\xb2\x57\x55\x2d\xcc\x6d\xd7\x1d\xe3\x2c\ \xf4\x89\xcd\x5a\xad\x56\x6b\x35\xa5\x86\xc3\x61\x4b\x38\xa7\x8c\ \xcd\x8f\x10\x60\x6e\xec\xe9\xf7\xfb\xad\x94\x85\xfe\x62\x4c\xf4\ \x3b\x81\xfe\xe3\xe3\x63\x9d\x9d\x9d\xb5\xa3\x8a\x66\xb3\x59\xfd\ \xf8\xe3\x8f\x55\x55\x75\x7c\x7c\xbc\x66\x68\xc9\x37\x16\x89\x4c\ \xee\xed\xed\xb5\x1d\x73\x0a\x98\x02\x4a\xc6\xa4\xea\x75\x93\xcc\ \x78\x3c\x6e\xa1\xbb\xeb\xeb\xeb\x56\x9f\xad\xaa\x5a\x7e\x96\x3c\ \x2a\x80\x0c\xe8\xc1\x1c\xa5\x7e\xc5\x88\x7a\x46\xb2\x94\xfe\x07\ \x38\x81\x34\x76\x85\xec\x65\xd8\xc6\x58\xab\x9e\xcf\xe9\x15\x56\ \x37\x77\xf4\xce\xf9\xf9\x79\xbd\x79\xf3\xa6\x19\xd1\x24\x1c\xac\ \x45\xba\x35\x43\x75\x09\xb6\xaa\x5e\x37\x1e\xa4\x6d\xec\x32\x31\ \x74\x71\x96\x23\xe9\x56\xb2\xcf\x08\x4b\x3a\xee\xc9\x58\xa5\xfc\ \xfb\x6e\x32\x45\xe9\x20\x66\x7e\x65\xda\x8d\xb4\xc7\xe9\xfc\x27\ \x03\x95\xba\x50\x3f\xb0\xb4\x74\x47\x12\x13\x9e\x67\x0c\xf4\xc9\ \x18\xb1\x6d\xc9\x68\xa7\x43\xea\x4a\x47\x35\x01\xa2\x1d\xd6\xae\ \xd4\x11\xa9\x6f\xb5\x39\xc9\x03\x8c\xaf\xe7\x25\x09\xa1\x3d\x2e\ \x7d\x4a\xb6\xd4\x5a\xce\x08\x1c\xfd\xdb\x95\x95\x64\xc8\xb6\xbe\ \x16\x0b\xad\x5a\xaf\x57\x91\xc0\xc2\xe0\x26\xb8\x48\xd4\xe7\x45\ \x49\x95\x75\x0d\xa1\xc5\x9a\x0a\x78\xb9\x5c\xb6\xe4\xcf\xee\x00\ \xa7\x81\x4d\x5a\xd3\x33\xd2\x43\x85\xa6\x29\xce\x2e\xf2\xd7\x37\ \xdf\xf5\xec\xcc\x13\x4b\x81\x20\x44\xe8\x78\xa1\x03\xa1\x11\x3b\ \xb8\xb4\x21\x59\x0a\x75\x89\xfc\x2d\xc7\x28\x15\x49\x2e\x12\x6d\ \x4a\xd6\x8d\x20\x24\x65\xea\x19\x3c\x55\x74\x7c\x52\xb3\x83\xc1\ \xeb\x16\x6e\x4c\x62\xe6\xb6\xf8\xfe\xd6\xd6\x56\xeb\x03\xe0\x62\ \x3e\x1a\xd5\xd9\x7f\x0d\xab\x12\xa2\x94\x09\xc2\x9e\xa1\x9c\xf4\ \x84\x18\x05\x73\x6c\x7e\x78\x03\xbc\x6d\x4a\x21\xdf\x63\xfc\xb2\ \x5e\x8e\x39\x91\x1c\x9c\x1e\x51\x02\x28\xef\xce\xcd\x0d\xc9\x98\ \x91\x1f\x0c\xaa\x05\x64\xbe\x15\xfd\x64\x50\xb5\x3b\x59\x41\x9f\ \xd9\x1d\x36\x99\x4c\xda\x71\x34\xc6\x45\xd2\xed\x6c\x36\x6b\x20\ \x49\xbb\x25\x4e\x7e\xcd\xb3\xca\x75\x09\x8c\x65\x7d\xad\x54\x3e\ \x58\xa1\xaa\x57\x30\xb4\x58\x2c\xd6\xea\x13\x25\x38\xab\x7a\x2d\ \x53\x61\xcc\xb6\xb6\x5e\xab\x73\xa3\xe3\x07\x83\x41\xf3\x1a\xf3\ \x00\xea\xd5\x6a\xbd\x8e\x55\xfe\x4d\x0e\x54\x1a\xe0\x5e\xef\xf5\ \xc8\x97\x54\x46\xc3\xe1\xb0\xad\x15\xce\x8a\x30\x65\x6e\x84\xc9\ \xdd\x5c\xd6\x9b\x70\xa9\xf9\x16\x2a\x53\xa1\x7d\xb5\x7a\xd9\x0c\ \x00\x34\x59\x5b\x00\x97\xb1\xc5\xd0\xa5\x93\x24\xff\x86\x31\xe5\ \x84\x64\x71\x56\x3b\xee\xe8\xa6\xe9\x74\xda\x98\xb5\xaa\x6a\x15\ \xed\xe5\x7b\xe5\xd9\x98\x0f\x0f\x2f\xc7\x7a\x1d\x1f\x1f\xaf\x25\ \xa8\x63\xd8\xfa\xfd\x97\x3c\x26\x40\xcb\x18\xd0\x09\x00\x8a\xb3\ \x0c\x9f\x9f\x9f\x5b\x11\xda\xbb\xbb\xbb\xb6\xe9\x20\x43\xe1\xd6\ \x17\xa6\xcc\x18\x00\x29\xc6\xed\xc7\x1f\x7f\x6c\xe0\x47\x2a\xc4\ \xcd\xcd\x4d\x5d\x5e\x5e\xb6\x30\xdc\x6f\x7f\xfb\xdb\x06\x36\xe8\ \x83\xab\xab\xab\xba\xb8\xb8\x58\x33\x52\xca\x2b\x2c\x16\x2f\x47\ \xe6\x64\x1d\x3b\x63\x44\x47\xad\x56\xab\xa6\x57\xaf\xae\xae\x9a\ \xfd\xa0\xcb\xe9\x77\xba\xc3\xbb\xc9\xb7\x3e\x1e\x1d\x1d\x35\x7d\ \x62\x4d\x2b\xbf\x61\x3d\x1e\x1e\x1e\xb6\x62\xa7\x64\x2b\x59\x5c\ \x7a\x26\x41\x46\x86\x78\xc9\x0b\x9b\x98\x8c\x65\xea\x6d\x3f\x67\ \xfb\x3c\xdb\x3d\x64\x3d\x01\x7f\x12\x08\x58\xe4\xb4\x73\x09\xdc\ \xad\xc1\xd4\x17\x5d\x07\xdb\x95\x6c\x4b\x32\x5b\x19\x52\xa7\x0f\ \xbc\x3f\xa3\x55\x69\x83\x93\x39\xa3\x0f\xd9\x66\xf7\x76\xf5\x71\ \xda\x13\x3a\x4e\x5b\x93\x94\xa8\x5a\xaf\xff\x55\x55\x6b\x29\x0a\ \x09\x3a\xd3\x6e\xea\xbf\xbf\x25\xf3\xde\x6d\xb3\xdf\xdd\x97\xb6\ \xda\xf8\x72\x80\x15\xdf\xb5\xc6\xc9\xa2\x67\xc0\x31\xd9\xb6\xc1\ \x70\x38\xfc\x2b\x0f\xca\x30\x4e\xbe\x3c\x07\xd8\xa0\xa4\x21\x4a\ \x61\x4b\x46\x28\x85\x2c\x59\x0b\x3f\x27\x8a\x5e\x2e\x97\xad\x9e\ \x0a\xa3\x49\x10\x0c\x88\x41\x49\xd6\x27\x85\x26\x07\xab\xcb\xa6\ \x78\x07\xc1\x4e\xd6\x29\x85\x5e\x9b\x7d\xc7\x7b\x19\x22\x7d\x63\ \x54\x2d\xc8\xa4\xe3\xcf\xce\xce\xda\x8e\x15\x86\x20\x85\xa0\xeb\ \x35\x74\x17\x13\x05\x4c\x09\x66\x7f\x93\x3e\x36\xae\x69\x1c\xb5\ \x0d\x20\xa1\xb0\xfc\x0d\xb8\x25\x00\x42\x33\x90\x7a\x32\x6b\x0c\ \x79\xb2\x05\xb9\xa8\xb3\x5f\xe6\xc9\xd8\xf1\xca\x13\x28\xf2\x24\ \x14\x66\xf4\x79\x7a\x55\xc6\x07\x38\xc8\x30\x66\x86\x14\xbb\xca\ \x85\xd2\x5e\xad\x56\xf5\xcd\x37\xdf\x34\x6f\xa7\xdf\xef\xaf\x19\ \xc9\x5c\xcc\x19\x7e\x10\xc6\x49\x5a\x7b\x30\x18\x34\xc6\x21\x37\ \x47\x64\xf8\xc1\xd8\x65\xe9\x10\x5e\x35\xc3\x8b\x41\x02\x10\x79\ \xf9\x99\x9f\x04\x7c\x78\xce\xd5\xd5\xd5\xda\x11\x24\xf2\x56\x1c\ \x9f\x92\x87\x2f\x03\xfc\xbd\x5e\xaf\x01\x1e\xf2\x9a\x65\x2b\xcc\ \x25\xf0\x94\x8c\xc9\xd1\xd1\x51\xcd\x66\xb3\xba\xba\xba\xaa\xfd\ \xfd\xfd\x7a\xfb\xf6\x6d\xed\xef\xef\xd7\x97\x2f\x5f\x1a\xd3\xf1\ \xf6\xed\xdb\x66\x0c\xcd\x8d\x9d\x7a\xe4\x15\x38\x20\x93\x09\x6e\ \x29\x6f\xfd\xe9\xe6\x13\xa5\x1e\x91\x7b\x63\xac\x30\x2a\x64\x92\ \xde\x90\x24\xef\x5e\x6c\xf3\xd1\xd1\x51\x1d\x1f\x1f\xb7\x0a\xe1\ \xcb\xe5\x4b\x38\x4e\x28\xef\xe0\xe0\xa0\x79\xda\xe3\xf1\xb8\x2e\ \x2f\x2f\xd7\x36\x79\xf4\x7a\x2f\x67\x8a\x9e\x9f\x9f\xb7\x12\x0a\ \x72\xb4\xbe\xf9\xe6\x9b\xb5\x3c\x24\x6c\x4d\xca\x8e\x35\x93\xfa\ \x06\x1b\xd9\xef\xbf\x16\xb4\x15\x5a\x4b\xe3\x01\x50\xe5\xfc\xd1\ \x15\xe7\xe7\xe7\x2d\x94\x7d\x73\x73\x53\x1f\x3f\x7e\x5c\x73\xa4\ \x0e\x0e\x0e\x9a\xee\x49\x56\x47\xc9\x88\x6c\x2f\xd0\x62\xdd\x09\ \xd5\x3e\x3e\x3e\x36\x50\x94\x72\xce\xe1\x48\x16\x94\xde\x4b\x3d\ \x4d\xb7\xca\x01\xa4\xa3\xc8\x89\xc2\xbf\xc9\x1c\xa6\xa3\x92\xf7\ \x61\x7e\xad\xd9\x9d\x9d\x9d\x16\x02\xc5\x1c\x1a\x4b\xf7\x88\x36\ \x58\x0b\xc0\xbe\xf0\xce\xf1\xf1\x71\x9d\x9e\x9e\xd6\xdb\xb7\x6f\ \xdb\xce\x47\xba\x21\x73\x77\x17\x8b\x45\x5b\x67\x69\xb7\xd8\x97\ \x34\xde\x5d\x26\x26\xa3\x18\xc9\xa4\xd0\x67\xd6\x63\xda\x5a\xef\ \xa0\xff\x8c\x27\xbb\x92\x0c\x53\xd5\xab\x63\x9b\x60\x26\xed\x0c\ \x5b\x90\xf7\x90\x25\x60\x2e\xdb\x9d\x63\x98\xcf\x48\xa0\x96\x6b\ \x2d\xb1\x41\x17\xf0\xa5\xcd\xf0\x8e\x74\x6a\xbb\xcf\xf6\xdc\xb4\ \xe5\xe6\x4f\xaa\x40\x8e\xaf\xe7\x24\xa9\x93\xf6\xd4\x3d\x39\x06\ \x39\xee\x5d\xe6\x2d\x9f\x91\xe3\xe2\x7b\x00\x70\xa6\xcf\x74\x73\ \xd1\xbc\x2f\x09\x90\xbe\x3f\x64\xc3\xd3\x80\xe6\x80\xe6\x0b\x3d\ \x20\x59\x95\x34\x72\x39\x70\x39\xa8\xbe\xe7\xf9\xbe\x43\x21\xa0\ \x6e\x73\x51\x79\x0f\x85\x48\x00\x78\x99\xc9\xf8\xf8\x5e\x0e\x7c\ \x32\x56\xda\xa9\xcd\x06\x2a\x43\x3d\x80\x4a\x7a\x61\x55\xaf\x87\ \x50\x66\x8d\x15\xcf\x76\xaf\xb2\x00\x98\x30\xb4\x6a\x26\xcb\x75\ \x11\x35\x03\xce\x98\xa6\x17\x90\xf4\x2e\x14\x4f\x01\xc8\xa5\xc8\ \xc5\x69\xec\x73\x1c\xba\xef\x4c\xcf\xc9\xf8\x31\x70\xfd\x7e\xbf\ \x85\x35\xf4\x2b\x3d\xb9\x04\xb5\x84\x55\x3b\xb2\x2d\x84\x0e\x40\ \x31\xae\xc6\xa4\x0b\xda\x72\xf1\x67\x38\x31\xa9\xe7\x64\xff\x18\ \x22\x17\x25\x2d\x14\x75\x78\x78\xd8\x04\x5d\x58\x2a\xbd\x44\xcf\ \xc3\x48\xa6\xa2\xcc\xb0\x34\xd9\xcb\x9c\x85\x0c\x35\x30\x52\x00\ \x53\x55\x35\x70\xa5\xbf\x19\x62\x04\x14\x7d\xee\x5d\x39\xcf\xc0\ \x07\xf9\x78\x7c\x7c\x6c\x9b\x2a\x30\x6a\x98\x03\xc0\xcd\xfa\xc8\ \x5d\x9b\xc0\x93\x36\x00\x38\xe6\xfa\xe9\xe9\x65\x2b\xfe\xf9\xf9\ \x79\x9d\x9f\x9f\x37\x43\xff\x8b\x5f\xfc\xa2\xbe\xf9\xe6\x9b\x35\ \x05\xf4\xa7\x7f\xfa\xa7\xf5\xe7\x7f\xfe\xe7\x0d\xa8\xee\xed\xed\ \xd5\xee\xee\x6e\x9d\x9e\x9e\x36\xb0\x22\xb1\x38\x9d\x1c\x6b\x70\ \x77\x77\x77\xed\x2c\xc2\x54\x4c\x99\x17\x69\xbd\xe9\x1b\x56\x55\ \xe8\x10\x53\x43\x5e\x72\x17\x5e\x55\x35\xa3\x6e\xcc\x9e\x9f\x9f\ \x1b\x2b\x4e\x0e\x00\x12\x47\x57\x01\xdb\x58\x48\xf3\x9e\x45\x39\ \xc9\x92\xe7\x3b\x94\x3b\x73\xad\x5c\xc2\xd4\x79\x00\x7c\x55\xb5\ \x44\x77\x4e\x46\xaf\xd7\x6b\x39\x40\x27\x27\x27\x6d\xfe\x00\x23\ \x7d\x07\x90\x4e\x4f\x4f\x9b\x4c\x09\xf3\x59\xab\xc0\x9b\x3a\x66\ \x40\x9e\xb0\x6c\xd5\x8b\xd1\xc7\x1e\x27\x83\x54\x55\x75\x7d\x7d\ \xdd\xc0\x52\x46\x2d\xd2\x29\xed\x02\xa2\x83\x83\x83\x9a\x4c\x26\ \x8d\x75\x4b\xc3\xe3\x7d\x5b\x5b\x5b\x75\x73\x73\x53\xfb\xfb\xfb\ \x2d\x24\x4e\x67\xc8\xd7\xb2\x33\x91\xae\xf2\x5e\x32\x92\x6b\xc9\ \x7c\x70\x44\x18\x5f\x0e\x11\xfb\x95\xb5\x15\xcd\xe3\x72\xb9\x6c\ \xec\xec\x70\x38\xac\xd1\x68\xd4\x9e\x93\xb9\x97\xec\x5c\x86\x82\ \x3c\x2b\x89\x83\x64\x8c\xe8\x09\xfa\x89\x1c\x90\x25\xba\x9f\xcc\ \x77\x41\x50\x82\x8c\x34\xd6\xd6\x07\xa7\xc4\x3b\xbd\x27\x77\x24\ \xfb\x5e\xae\x3b\xf6\x22\x81\x43\x32\xd9\x69\x97\xe9\x36\xed\xeb\ \xa6\x2d\xd0\x7f\x49\x76\x74\xc1\x56\xea\xf4\xff\x19\x4e\xb0\x06\ \x52\xb7\xa7\xce\x70\x3f\xa7\x37\xdf\x2b\xe4\x9d\xf6\xc6\xcf\xc9\ \xa4\xba\x37\xc9\x23\x98\xa1\x0b\xee\xd2\x4e\x26\x03\x96\x7d\x76\ \xcd\xe7\xf3\xc6\xf2\x0b\xf1\x66\xa4\x20\x13\xf0\x57\xab\xd5\x4b\ \x99\x06\x0d\x4a\xe4\x9a\x03\x9b\xe1\xb9\xaa\xd7\xb2\x02\x09\x12\ \x92\xcd\xc8\x2d\xdf\xc9\x4e\x18\xc4\x0c\x2d\x7a\xa7\xef\x66\x51\ \xd0\xec\x20\x01\xd4\x06\xdf\x33\x78\x69\x60\xf3\x7d\xc9\x76\x40\ \xee\x3c\x20\x0a\x20\x85\x37\x51\x30\x0f\xc1\xcf\xde\x97\x13\xa9\ \x2d\x3c\x45\x35\x94\x7c\x8f\x27\xa3\x7e\x91\xf7\x59\x24\x2e\x86\ \xbf\x9b\x83\x95\xc2\xa4\x7f\x19\x8f\x4e\x4f\xd9\x78\xf2\x90\xbb\ \x8b\x8f\xc0\x31\xbe\x94\x37\x8f\x78\x7f\x7f\xbf\xe5\x6e\x58\x70\ \x04\x93\x12\xcb\x3e\x6b\x4f\x0a\x26\xa3\x6c\xbc\x78\xaa\x55\xaf\ \x1e\x57\x32\x37\x00\x2f\x23\xac\x7f\x04\xd5\x98\xa6\x17\xa8\x5d\ \xb9\x28\xcd\xcb\x2f\x7e\xf1\x8b\x96\xab\xe1\x59\xe9\xc9\x24\xb0\ \xb6\x29\x23\x6b\x12\x2d\x97\xaf\x07\x24\xeb\x9b\x76\xda\xfd\xe7\ \x77\x6d\xf4\x9c\x04\x15\x94\xf2\xde\xde\x5e\x2b\x57\xa0\xbd\xb9\ \x66\x80\x3b\x40\x2b\xa9\x67\xa5\x0c\xf4\x39\xc3\xd7\xde\x8d\xfd\ \xb9\xb9\xb9\xa9\xe9\x74\xda\xce\x20\x54\x0b\xc8\x16\x7c\x20\x88\ \xf1\xe7\x04\x3c\x3e\x3e\xd6\xe7\xcf\x9f\xeb\xc7\x1f\x7f\x6c\x5e\ \xaa\x72\x08\x8e\xc5\x19\x0e\x87\xad\x7a\xf7\x78\x3c\xae\xe9\x74\ \x5a\x3f\xfd\xf4\x53\x6d\x6d\x6d\xb5\x42\x91\xcb\xe5\xb2\xe5\x6d\ \x19\x6f\x00\xa9\xdf\x7f\x2d\x0c\xfa\xfc\xfc\xdc\x92\xef\x39\x35\ \xde\xa3\x4a\x38\x86\xa5\xea\x35\x5f\x50\xa9\x84\xaf\xb1\x07\x00\ \x93\x04\x70\xf2\x9c\x7a\xc5\x78\x0a\x3b\x25\x4b\x91\xba\x0d\x2b\ \x28\x14\x96\x8a\xd7\x3f\xcc\x86\xe7\xa6\x11\xd4\xce\x04\xbb\xc6\ \x20\x13\xda\xb5\x75\x3e\x9f\xb7\xa3\x7c\xc8\x82\x73\x13\x19\x21\ \xac\xf3\xe5\xe5\x65\xbd\x7f\xff\x7e\x2d\xc5\x42\x81\xd1\xd4\x5f\ \x72\xd1\x3c\xdf\xc1\xe8\xdb\xdb\xdb\x8d\x1d\xc2\x0a\x1e\x1d\x1d\ \xb5\xf1\xa7\x17\xa7\xd3\x69\x3d\x3f\xbf\x16\xe8\xbd\xbc\xbc\x6c\ \xe0\x64\xb5\x5a\xad\xed\xa4\x13\x8a\x54\x98\x52\x42\x39\x87\xf7\ \xe6\xe6\xa6\x0e\x0e\x0e\xda\x3c\x66\x8a\x08\x3d\x03\xe4\x02\xa0\ \xc6\x87\x8e\xc6\xe2\x09\x7d\xd2\x13\x59\x94\xd5\x38\x77\x43\x3c\ \x2e\x39\x34\xaa\xb3\x1b\x6b\xb6\x88\xbe\x48\x10\x90\x6d\x04\xe6\ \xd9\x11\x4e\x78\x82\xef\xb4\x95\xc9\x0c\xb2\x27\xc9\x34\x75\xd7\ \xb1\x7b\xbe\xc6\xd2\x68\x5b\x37\x02\x62\x3c\xd3\x11\xd2\x7e\xcf\ \xa7\xc7\x53\x9f\x63\x05\x33\xb5\x02\xc8\xc8\x28\x48\x8e\x5f\x3a\ \xed\xda\x65\x8d\x5b\x03\xfa\xe6\x73\xba\x97\x7c\x6a\x43\xae\x37\ \xff\xa7\x33\x4d\x9f\x5b\x47\xbe\x9f\xfa\x3b\xfb\x94\x04\x0b\x7b\ \xa5\x6d\x39\xc7\xa9\xe3\xbd\x33\x89\x20\x76\x4d\x08\x3a\x1d\xb9\ \x6c\xb3\x72\x2f\xd8\x62\xeb\x2e\xdf\x11\x64\x43\xff\x8f\x04\x2c\ \x99\x82\x34\xf2\x39\xd8\x5d\x44\xdb\x45\xf6\xa9\x64\x81\x26\x9f\ \xa5\x72\x05\x36\x78\xe2\x04\x51\x5b\x92\x31\x49\xa1\x01\x22\x12\ \xb5\xeb\x47\xe6\xb8\x98\xe4\x6e\xb8\x2d\x27\x29\x63\xec\xab\xd5\ \xeb\x31\x2f\x69\x20\xf4\x11\x45\x58\x55\xcd\x8b\x34\x09\x58\x2a\ \x86\xb3\xeb\x99\xeb\x4f\x52\xad\xe9\xdd\x68\x17\xf0\x81\xc5\x48\ \xef\x31\x17\xa7\x67\x01\x52\xfa\xc1\xe8\xe6\xfd\xc6\x5f\xd2\x72\ \xee\xa6\x49\x50\xd6\x65\xd1\x78\x61\xda\x93\x2c\x54\x37\x8c\xeb\ \x3d\xbc\xc9\xbd\xbd\xbd\x9a\x4e\xa7\xad\x3d\xfe\xce\xd0\x27\xa3\ \x99\x63\x62\xe1\xa7\xf0\xa7\xa7\xe7\x19\x39\xa6\x12\xf4\x17\x8b\ \x45\x7d\xfe\xfc\xb9\x25\xb8\xe6\xb6\x72\x7d\xf1\x0c\x06\xdb\xb3\ \x53\xc9\x54\xbd\x16\x2c\xc4\x58\x09\x31\x18\x2b\x8a\x96\x27\x4d\ \xe1\x67\x12\xb5\xf7\xbb\x1f\x4b\x90\x40\xa1\xaa\x5a\x7b\xe5\xc2\ \xe5\xf1\x30\x40\xcc\xfe\xfe\xfe\x1a\x80\xcc\x4d\x0a\xd6\xd4\xf6\ \xf6\x76\x33\x20\x0a\x8f\xca\xdb\xba\xb9\xb9\x69\xb9\x3c\xde\xf3\ \xfc\xfc\x72\x8c\xcf\xc5\xc5\x45\xab\x55\x74\x7f\x7f\x5f\x3f\xfc\ \xf0\x43\x4b\x98\x5e\xad\x5e\x92\xe5\x7f\xfa\xe9\xa7\xfa\xf4\xe9\ \x53\x6d\x6d\x6d\xd5\xaf\x7e\xf5\xab\xba\xb9\xb9\xa9\xef\xbf\xff\ \xbe\x01\xa2\x64\x52\x8c\xaf\x31\x37\x96\x5d\x07\xc4\x5a\x65\xfc\ \xab\x5e\x8d\x86\xf1\x21\xcb\x99\xc3\x42\xc7\x00\x52\x64\x22\x9f\ \x97\x4c\x00\x79\xce\x35\xb9\xbf\xbf\xdf\x3c\xd1\xd4\x35\xf4\x8a\ \x7b\x19\x07\xb9\x8e\x76\x34\x7d\xed\xd9\xb9\x8e\xd2\xd3\x4f\xc6\ \xc0\x18\x61\x5f\x38\x7e\xf4\x8d\xb0\xef\xfe\xfe\x7e\x0b\xbb\xaa\ \x90\x9e\xec\xee\x6a\xb5\xaa\xf1\x78\xbc\xc6\x30\x5b\x67\x74\x5d\ \xae\x7b\x63\xaa\x66\xd5\x6a\xb5\x6a\x45\x9b\x01\x2a\xfd\x14\x76\ \x03\x8e\x6e\x6f\x6f\x9b\xfc\x58\xbf\xc0\x17\x3d\x91\x06\xdc\x58\ \x00\xf6\xf4\x0a\x99\xb0\xcb\x55\xfe\x53\x3a\xb7\x55\xeb\x35\xd5\ \x12\xf4\xb8\x72\x8c\xb2\xce\x9c\xb9\x35\x1f\x9c\xb3\xdd\xdd\xdd\ \x3a\x3b\x3b\xab\xc3\xc3\xc3\x56\x50\x94\x8e\xb6\xee\x81\x48\x32\ \xdb\x65\xee\xc9\x13\x70\xac\xcd\x99\xa7\xeb\xde\x34\xfc\x99\xea\ \x60\x1c\xba\x0e\xba\xf7\xf9\x2e\x90\x62\x3c\x52\xcf\xa7\x53\x4d\ \xa6\xf4\x21\x73\xb5\x32\x97\xd0\x38\x1a\x17\x3a\xcf\x95\x04\x4b\ \x97\x99\xab\x5a\x4f\xde\x17\x01\x4a\x27\x9b\xac\x03\x46\x9e\x9f\ \xba\x9c\x6d\xcf\xbf\x75\x99\x26\xe3\x96\x6b\x27\xf5\x6c\x62\x91\ \x64\x1a\xbb\x76\x56\x3b\x52\x7e\x92\x2d\xcb\xbe\x75\xc1\xa4\x77\ \x02\xf6\x3e\xd3\x6e\x6b\x94\x4d\xd0\x7f\x73\x97\x38\xa6\x9f\x1e\ \x7e\x0a\x81\x7f\x5e\x90\xf9\x2f\xd0\x5d\xa2\x60\x3f\x27\xdb\x94\ \x54\x63\x86\x7c\x78\xde\x0c\xb6\x49\xcf\xfa\x47\x1a\x6d\x71\xe6\ \xef\xf9\x6c\x03\x6d\x42\x08\x34\x81\x4d\xd6\xed\x6b\x83\x9d\xbb\ \x10\x32\x1e\xeb\x73\xbf\x13\xea\x44\xbb\xde\x6b\x92\xd2\xc8\x00\ \x31\x29\xc8\x39\xa9\xc9\x14\x66\x82\x32\x01\xd0\x8f\x4c\xf8\xd6\ \x2f\x7f\xb3\x28\x92\xe1\x32\xa6\xc0\x93\x7b\xd2\xd3\xf2\x4e\x9e\ \xab\xfb\x72\xdc\xd2\x4b\xfd\x1a\x88\x05\x58\x08\xb9\x77\x74\x59\ \x2a\xe3\x91\x9e\x20\x0f\x3b\x59\x88\xfc\xae\x1a\x34\xf9\xfe\x64\ \x2b\xd2\x78\x24\xc3\x98\x40\xa9\xaa\xfe\xa8\xea\x38\xcf\x5c\x3f\ \xd2\x23\x27\x13\xbc\x68\x32\x99\xc6\x9c\xc1\x01\xa6\x28\x0d\xb9\ \x32\xc9\xba\x51\x8a\xda\x40\x49\x31\x1a\x59\x9f\x27\x01\x7d\x7a\ \x42\xab\xd5\xaa\x25\x18\x33\x38\x5d\x47\xa2\xdf\x7f\xa9\xaa\x0d\ \x80\x30\xee\xe3\xf1\xb8\x25\x3c\xbb\x17\x80\xc3\xa6\xee\xee\xee\ \xd6\xf1\xf1\x71\x9d\x9c\x9c\xb4\x52\x14\x77\x77\x77\xad\x62\x77\ \x1a\x96\xfb\xfb\xfb\xc6\x8c\x49\x7e\xa7\xf0\xde\xbf\x7f\x5f\xd3\ \xe9\xb4\xed\x14\x4b\x47\xc1\xf8\xd8\xe6\x6e\x27\x63\x96\x93\x48\ \x99\x32\xb7\xc9\x20\x32\x84\xc6\xc1\x7a\x23\x63\x29\x33\xdd\x64\ \x75\xf2\x90\x46\xd0\x6e\x4b\x32\x66\xbc\x13\x8c\x1b\x1f\xef\xa6\ \x9f\x00\x95\x0c\x55\x0a\x2d\x4a\xa0\x06\x68\xcd\xa5\x7b\x3d\x13\ \x00\x4f\xf9\x4c\x03\x43\xb6\x80\x2b\xac\x62\x1a\xbd\x3c\x9b\x95\ \x6e\x4a\x07\x49\xdf\x8c\x05\x19\xbb\xbc\xbc\x6c\xc0\x72\xb5\x7a\ \x39\xdf\x8f\x61\xc8\x5c\xaa\xc1\x60\xd0\xe6\x08\x50\x91\xff\x26\ \xc7\xd0\x1a\xc9\x12\x1b\xa9\x2f\xb7\xb7\xb7\xeb\xf8\xf8\xb8\x8d\ \x41\xaf\xf7\x72\xc8\xb3\x4a\xed\xfe\x8e\xe5\xce\xf0\x0a\xe0\xef\ \xca\x88\x85\x75\x94\x61\x42\x63\xed\xb3\xad\xad\xad\x3a\x3d\x3d\ \xad\xfd\xfd\xfd\x9a\x4c\x26\xf5\xee\xdd\xbb\x9a\x4c\x26\x6b\xe7\ \x59\xd2\xa9\x00\x50\x3a\xae\xa9\xb3\x53\x36\xbd\x3f\x6d\x45\xea\ \xda\xee\x3a\x4f\x10\x96\x21\xb7\x64\x39\x92\xb5\x31\x8e\xfe\xa7\ \x4f\x7c\xe6\xbb\x1c\x0f\xef\xc8\xef\x26\x79\xf0\x3f\xb3\x3d\x74\ \x73\x3a\xf4\xc6\x20\x01\x5b\x97\x0d\xab\x7a\x3d\xd9\xc4\xb8\x70\ \x70\x12\xf8\xa5\x9d\xcd\x36\xd2\x1b\x9e\x09\x2f\xe8\x8b\x3e\x7b\ \x6e\xca\xe4\x62\xb1\x68\xc5\x6b\x13\x24\xe5\x7b\xd9\x87\x04\x67\ \x39\x2f\xe9\x48\x79\x57\x5e\xd9\x6f\x79\x90\x09\x78\x13\xf4\xb2\ \xe1\x87\x87\x87\x0d\xb0\xb3\x89\x8d\x4c\x3a\x3a\x3a\xfa\xab\x34\ \x72\x04\xcc\x42\xe2\xd9\x74\x05\x2d\x1b\xe7\xe5\xe9\xcd\xb9\x17\ \x50\xf1\x42\x3f\x03\x51\xc2\x48\xee\x55\xf4\x2e\xb7\x58\x1b\xc8\ \x1c\xac\x2e\xcd\x98\x74\x5f\xb2\x1b\x04\x42\x7b\x18\x8d\x0c\xfd\ \x74\xff\xa5\xb7\xe2\xb9\x16\x4d\x2e\x0c\x93\x49\x79\x63\x06\x2c\ \xfc\x4f\x9f\x3e\xad\x09\x04\x10\x65\x12\x29\xdd\x1c\x7b\xfd\xe9\ \xf7\xfb\xcd\x10\x1a\x5b\xfd\x6e\xe8\xf8\x6f\x41\xdd\xfe\xfe\x7e\ \x03\x4b\x5d\x8a\xb9\xcb\x46\x12\x44\xf1\xed\xac\xb7\xc3\xe0\x1b\ \x1b\x54\xa9\x76\xf3\x84\x25\x1f\xe6\xbc\xfb\xdd\xbb\x12\x0c\x58\ \x50\xc9\x5c\x9a\xa7\x04\x61\x29\xe4\x59\x4f\xc6\xb3\x93\x5d\xc3\ \x2c\x09\xa1\x50\xb4\x76\x06\x2d\x16\x8b\xba\xba\xba\x6a\x63\xc5\ \xd3\xb0\x68\x79\xd2\xc6\x88\x47\x4c\x11\xf8\x1f\x93\xe4\x5e\xc9\ \xbf\x09\x06\x73\xdd\xf0\xf0\xf5\x2b\x9f\xdd\xeb\xf5\xea\xcb\x97\ \x2f\x6b\x2c\x0b\x43\x92\xca\x04\x63\xb0\xb7\xb7\xd7\xb6\x6e\x57\ \x55\xab\x2c\x6e\x6e\x0e\x0f\x0f\x5b\xb5\x75\xe0\xd0\x6e\xbc\xbb\ \xbb\xbb\x76\xce\x1a\x16\x51\xdb\xd2\xb8\x48\x98\xdf\xdf\xdf\xaf\ \xab\xab\xab\x06\xce\xcd\x83\xef\xdc\xdd\xdd\xd5\xe1\xe1\xe1\x9a\ \x97\x39\x9b\xcd\xea\xed\xdb\xb7\x2d\xb7\x07\x33\xa1\x36\x12\x7d\ \xa0\x5f\x79\x4e\xa3\x35\x84\xd1\xe3\xa0\x25\x2b\x95\xe7\x12\x0a\ \x61\x31\x2c\x09\x82\x30\x3f\xe4\x16\xeb\x07\xbc\x3e\x3d\xbd\xd4\ \x46\xcb\x10\x0e\xb6\xc2\x58\x26\x1b\xc5\xd1\x49\x47\x8f\x11\x75\ \x01\x5c\xd6\xa4\xcf\xbd\xa3\xdf\x7f\xc9\x8f\x02\x52\x00\xb3\x04\ \x8e\x1c\x31\x21\x87\x64\x05\xac\x7f\xf9\x58\x59\xef\x2d\x8d\xab\ \x36\x62\x3b\xef\xef\xef\xeb\xe3\xc7\x8f\x6d\x8d\x60\xdc\x8c\x87\ \xb1\x30\xb7\xda\x9b\x29\x0b\x7b\x7b\x7b\xad\x20\xa8\xb5\xc0\x61\ \x94\xcf\x66\xa7\x9f\x71\x30\xef\xe4\x4e\xb2\xbc\xb9\xc1\xc6\x09\ \xa1\xa6\x7c\x65\x68\x2e\x0b\xf8\x7a\x6e\x97\xfd\xa0\x37\x01\x30\ \xfd\xb2\x1e\x47\xa3\x51\x73\xe4\xf6\xf6\xf6\xea\xf8\xf8\xb8\xce\ \xce\xce\xd6\xfa\x9c\x3a\xde\xda\x4c\x46\xd1\x33\x13\xd4\x02\x4d\ \xec\x44\x3a\x7e\xf4\x76\xd7\x36\xd2\x0b\x69\xd8\xd3\xb6\xb0\x53\ \x19\x35\x00\x88\x3d\x3f\xc1\x02\x19\x48\x7d\x9b\xb6\x30\xc7\xa2\ \x6b\x3b\x93\x34\x61\x8f\xe8\x81\xb4\x97\xf9\xdd\x5c\x33\x19\x7d\ \x49\xbb\x9e\xdf\x4d\xdb\x91\x00\xce\xb8\x5a\x33\x49\xe6\xe8\x5b\ \xf6\x27\xd9\x7c\x8e\x2e\x36\x95\xae\x34\xf6\xfa\x62\xcd\x74\xed\ \x76\xce\x53\x3a\xe0\x5f\xc3\x12\xde\x9d\x63\x91\x63\x4d\x36\xdd\ \xe7\x33\x29\x02\xa9\x03\x16\x8b\xc5\xcb\x59\x84\x16\x76\x26\xe2\ \xf1\x2e\xbb\x94\x5d\x26\xd8\x65\x48\x2a\x05\xec\x6b\xcc\x83\xcf\ \x73\x42\x18\x75\x13\x9f\x9e\x7e\x7a\x08\xc9\xd2\x24\x83\x95\x83\ \x94\xdf\x4d\x60\x45\xd1\x27\xbb\xe4\x99\x3e\xd3\x6e\x4a\x3e\x99\ \x9f\x64\xb7\xf2\xf9\x99\x3c\xea\x79\xc6\x8c\xa7\x87\x4d\x4a\x6a\ \x9b\xb2\xe6\x69\x27\xcd\x99\x82\xaa\xcd\x8b\xc5\xeb\x39\x79\xf9\ \xbc\x0c\xdd\x25\x93\xd7\x05\xbb\x0c\x51\x82\x02\xc6\x5d\x48\xc1\ \x73\x97\xcb\x97\x7c\x24\xa1\x27\x4a\xc1\x3d\x55\xaf\xc5\x64\x29\ \x3d\xc2\x95\x82\x6a\x21\x11\xb6\x5e\xef\xf5\xa0\xda\xae\x67\x91\ \xbf\xeb\xaf\x85\x90\xb2\xe4\x77\xfd\xc5\x10\x60\x15\x16\x8b\x45\ \x5d\x5e\x5e\xd6\x6f\x7f\xfb\xdb\xfa\xf8\xf1\x63\x4b\x30\x26\x5b\ \x16\xb9\xbf\x03\x4c\x8c\x95\x10\x75\x2a\xba\xe5\xf2\xf5\x88\x13\ \xdb\xd8\x19\x87\xc9\x64\xb2\xb6\x3d\x1f\x83\x96\x89\xf7\x29\x6b\ \xd9\xd6\xae\x43\xd0\xeb\xf5\x1a\x33\x56\x55\xcd\xa1\xc1\xfa\x18\ \xe3\x64\x85\x6c\x63\x4f\x16\x4e\x5e\x99\xf5\x28\xac\x97\x2c\x75\ \x7a\xd2\xfa\x3b\x9b\xcd\xea\xe2\xe2\xa2\xb5\xdf\x7c\x67\xd8\x13\ \x28\x10\xee\x7c\x7e\x7e\x6e\x1b\x09\x80\xd0\x5c\x2b\x36\x37\x0c\ \x06\x83\x16\xde\x4a\x25\xc4\xe8\xae\x56\xab\xe6\xfd\xa5\xd2\x62\ \x2c\x13\x00\xe4\x96\x7c\xba\x00\xf8\xa2\xd0\x18\x64\x35\xcf\xe8\ \x19\x15\xba\xb7\xb7\x5f\x6a\x32\xbd\x7b\xf7\xae\x56\xab\x55\xab\ \x91\x64\xd7\x5b\x2a\xd7\xed\xed\xed\xba\xbc\xbc\x5c\x63\x7a\x13\ \xdc\x28\x59\x91\xbb\xdd\xb0\x87\xa9\xf8\x01\x54\xb2\x97\xeb\x10\ \x28\xc7\x92\x01\x5d\xda\x69\x5d\x79\x77\xae\x63\xa1\x35\xfd\x27\ \x63\x47\x47\x47\x35\x99\x4c\x1a\xe8\x02\xf8\x33\xfc\xd8\xef\xf7\ \xdb\x0e\x39\x89\xfd\xe6\x28\x77\x1c\x0e\x87\xc3\x56\x01\x3f\x0d\ \xc9\x62\xf1\x52\xc2\x42\xae\x9a\x3e\x66\x1a\x01\x7d\x59\xf5\x02\ \xda\x24\xf0\xa7\x71\xb5\xfe\xf5\x3f\xf3\x54\x39\x27\xd9\x67\xdf\ \x95\x43\x26\x6c\x6f\xcd\x3a\x45\xc1\xdf\x24\xd7\x63\x2c\xf5\x81\ \xbc\x62\x3d\x8d\x05\x39\x67\x0f\xfd\x9e\xf6\x80\x5c\xd1\x5b\x39\ \xfe\xfe\x96\xcf\x48\x1d\x49\x1f\xa5\x3d\x48\xdd\x99\xe1\xea\xb4\ \x1d\xfa\x67\x6c\x53\xff\x26\x7b\x94\xf6\x28\x1d\xec\x4c\xed\x48\ \x7b\xd5\x65\xbe\x8c\x2f\xdd\xa5\x2f\xee\xf1\xac\xfc\x6e\x02\x1e\ \x7d\xa0\x6b\xb4\xd3\xe9\x21\xc0\xba\xbe\xb0\x53\xc9\x34\x27\x80\ \xec\x6e\x40\xe2\x00\x25\xa8\xca\xd4\x01\xba\x95\x53\x9f\x78\x43\ \xbf\x1a\xbb\x14\x00\x29\xf5\x97\xbf\x59\x9f\xe9\x30\x27\x71\xe0\ \x7e\xac\xbe\x4d\x1c\x3e\x7f\x7a\x7a\x7a\x01\x58\x39\x69\x29\x24\ \x94\x46\x37\xd1\x5a\x47\x34\xbe\x4b\x43\x26\x13\xa2\x33\xe9\xe5\ \xa7\xa7\x96\x83\x81\x4a\xf7\x1d\xcf\x24\x80\x49\x6d\xe6\xe2\xcb\ \xed\xc8\xa9\xc0\xbd\x0f\xb2\xd5\x2f\xcc\x10\xf0\x90\x89\x82\xb9\ \xc3\xd0\xa4\xe6\x6e\x10\x7d\x93\x08\x8c\x6d\x33\x21\xfd\x7e\xbf\ \x29\xa8\xf4\x54\xf4\x25\x8b\x0a\xe6\x99\x79\xdd\xb1\xef\xe6\x51\ \xf4\x7a\xaf\xa1\x86\xf4\xbe\xd0\xa6\x9e\xfd\xb5\x05\xe1\xb9\x5d\ \xa4\xad\x9f\xf2\x36\x16\x8b\x45\x03\x50\xfe\xf1\x38\x29\x55\xef\ \x4a\x99\xc8\xf1\xb3\xc0\xd2\x48\x93\x15\xcf\xcf\xe7\xe5\xc2\x27\ \x4f\x0c\x4a\xe6\xad\x58\xa4\xc6\x99\x0c\x3d\x3f\x3f\xaf\x15\xb3\ \x93\x5f\x32\x9b\xcd\x1a\x98\x70\xc0\x6f\x26\x4f\x27\xdd\xec\xf9\ \x5d\x5a\x5f\xd8\xc9\xa2\xa1\x30\x5d\x39\x0f\x83\xc1\xa0\x25\xfb\ \x92\x53\x72\x4d\xfe\x8c\x17\x06\x4d\x7f\xe5\xa1\x60\xda\x80\x86\ \xae\xf2\x22\x0f\xbc\x38\x8b\xdb\x3f\xe1\x2f\x6b\x81\x21\xca\xf3\ \xba\xf4\xc3\x1a\x4a\x23\x7a\x78\x78\xd8\xc0\xcc\xe3\xe3\x63\xbd\ \x7d\xfb\xb6\xc9\xba\x71\x48\x00\x4d\xfe\x7e\xfa\xe9\xa7\xea\xf7\ \x5f\x4a\x26\x24\x08\x25\xdb\x80\x53\x3e\x43\x98\x86\x02\x4e\x26\ \xd7\x5c\x62\xb7\x29\xe6\x64\x06\xb0\xaa\xe6\x36\xbd\x61\xb2\xb2\ \x5c\x2e\xd7\x8e\x25\xf2\xb7\xbb\xbb\xbb\xfa\xf2\xe5\x4b\x03\x46\ \x0c\xee\xe7\xcf\x9f\x6b\x3e\x9f\xd7\xde\xde\x5e\xfb\x4c\x01\x55\ \x4a\xb4\xab\x5f\xc8\xb5\xfe\x2d\x97\xcb\x36\x5e\x74\x44\x82\x20\ \xba\x24\xf3\x34\xac\xcd\x0c\xd1\x53\xec\xf2\x85\x7c\xbf\xcb\x34\ \xc8\xe5\x02\x2c\xac\x65\xe5\x14\x24\xf5\x3b\x76\x26\x59\x27\xeb\ \xd1\xee\x3f\xe0\x2e\x75\x67\xbe\x57\x0d\x2f\x60\xe7\xe8\xe8\xa8\ \x81\xe7\xc1\x60\xd0\xd8\x2d\xc6\x45\x59\x0b\xec\xa3\x9c\x55\x46\ \x3e\x99\xbf\xed\xed\xed\x96\x6b\x48\xe6\xc9\x98\xf2\x24\x58\xb8\ \xd4\x4f\xfa\x2c\x54\x99\x8e\xb8\x63\x80\x72\x57\x34\x3b\x93\x4e\ \xbe\x67\x76\xd3\x14\xb6\xb7\x5f\x4b\x3d\x90\x37\xc0\xc0\xb8\xa4\ \x6e\xf7\x4c\xf3\x9a\x21\xa9\x04\x52\x64\xde\xbb\x81\x6d\x6b\x3e\ \xa3\x0e\x2e\xe0\xd3\x73\x53\x0f\x75\xdf\x9d\x40\x34\xf5\x67\x3e\ \xb3\x1b\x0d\xe8\xde\x97\xa4\x40\x32\x7e\xda\x97\xf6\x3d\xed\xb5\ \x75\x9b\x1b\x10\x52\x1f\xbe\x7d\xfb\x76\x4d\x86\x12\xfc\x78\x57\ \xfe\x33\x9f\xe6\x27\x01\x21\xb9\xeb\x02\x5c\x7f\xeb\x62\x8f\xd4\ \x21\x9e\xe9\xff\x6e\x3f\x12\x50\x77\x01\x5e\x32\x5e\x6c\x18\x5d\ \x9c\x39\xda\xbb\xbb\xbb\x35\x18\x8d\x46\x7f\x95\xf9\x2b\x5e\xda\ \x8d\x67\x52\x82\x3a\xc0\x30\x75\x59\xad\x34\x8e\x14\x4f\xa2\x40\ \x1e\x8c\x09\x93\x87\xa0\xd1\xdd\x82\x62\x80\x40\xd7\x63\x48\xba\ \x12\x8a\x65\xbc\x52\x08\x72\x00\xbb\x7f\x4f\x23\x9e\x45\xdc\x0c\ \x2e\xe1\x23\x30\x16\x85\x76\xf1\xc2\xfb\xfd\x7e\x53\xf4\x26\x81\ \x51\xcd\xea\xbc\x99\xeb\x90\x80\x30\x43\x96\xc9\xda\x75\xa9\x4b\ \x9f\x13\x14\x7d\x37\x2e\x16\x2c\x03\xd9\x0d\x2b\x32\x24\x40\x8e\ \xbe\xc8\x81\x48\x6f\x1b\x40\x21\xa8\x94\x59\xb2\x81\x94\x1a\xc3\ \x01\x50\xf0\xbe\x93\x15\x4c\x45\x60\x71\xa9\x4f\x84\xe1\x4a\xaf\ \xcd\xbf\x64\xd7\x18\x14\xb2\x89\xc9\x4b\xd0\x45\x11\xe6\x02\xcb\ \x50\x4e\x82\x58\x6c\x4f\x82\xe1\xcc\x0d\x21\xc3\xc6\x4a\xd8\x84\ \xc1\x05\x9a\x28\x91\x5c\x27\x0f\x0f\x0f\xed\xfe\xd5\xea\x85\xde\ \x36\xce\x64\x58\x52\xbe\xf1\x65\xa0\x28\xfa\x9d\x9d\x9d\xd6\xf6\ \xaa\x6a\xe0\x36\xfb\x71\x7b\x7b\xdb\x6a\x5e\x29\xba\x49\x06\x18\ \x10\xef\x5b\xad\x56\x75\x7c\x7c\xdc\x4a\x3e\xf8\x3d\xcb\x15\x38\ \xac\x7c\x67\x67\xa7\x2e\x2f\x2f\x6b\x30\x18\x34\xb6\x2c\x1d\x81\ \x04\x19\xe4\xfd\xf4\xf4\xb4\x6e\x6e\x6e\xea\xdd\xbb\x77\x35\x9b\ \xcd\x1a\xc0\x02\x62\xfc\x9b\xcd\x66\x7f\x14\x2e\x54\x1b\x8d\xfc\ \x25\x70\x4e\x47\x05\x78\x03\xd6\x54\x22\x3f\x3a\x3a\xaa\xbb\xbb\ \xbb\x26\xfb\x27\x27\x27\x6d\x7e\x81\xdf\x64\xa1\x81\x73\x80\xc7\ \x3a\xce\xba\x52\xdb\xdb\xdb\x6d\xa7\x10\xe0\x9a\x9b\x1b\xb4\x9b\ \x67\x6b\x5d\xa7\x6e\x48\x46\xca\xba\xcb\x30\xad\xcb\x8e\x51\xeb\ \xdf\x9a\xc1\xd4\xfa\xbe\x35\xf1\xf0\xf0\xd0\x42\x61\xf4\x32\x36\ \xca\xbc\x4f\xa7\xd3\xc6\x54\xed\xed\xed\xd5\xd9\xd9\x59\x6d\x6d\ \x6d\xd5\xe5\xe5\xe5\x5a\x49\x1d\x60\x30\x01\xb4\x75\xe1\x73\x32\ \x59\xf5\x9a\x62\x60\xf7\x2d\xdd\xb1\xbd\xbd\xdd\x4a\x49\x58\x0b\ \xaa\xea\x63\x88\xe9\x03\x0e\xe1\xc1\xc1\x41\x73\x1c\xfb\xfd\x7e\ \x1b\x6f\xdf\x05\xbc\xf3\xcc\x4a\x3a\x30\x6d\x8c\x0d\x12\xca\x32\ \x9c\x9e\x9e\xd6\xbb\x77\xef\x6a\x34\x1a\xb5\xb9\x25\xa7\xfa\xa0\ \x0d\x7e\x76\xcf\xd7\x12\xa9\xbb\x91\x90\xb4\x4b\xf9\xec\x94\x57\ \xba\x28\xc1\x47\xda\x57\xef\xc9\x14\x1c\x57\xf6\x31\xf5\xb8\xcf\ \x8c\x2f\x1b\x90\x36\x2d\x2f\xed\x4a\xc0\xe4\x59\xf4\x44\xda\x87\ \x2e\x50\xb2\x5e\x32\xac\x9d\x40\xcb\x5a\x30\x17\x99\x73\xca\x89\ \x1c\x0e\x87\x8d\x41\x26\x9b\xd6\x7e\x82\x96\xee\x18\x4e\xa7\xd3\ \x35\xdb\x69\xbc\x72\x2d\xb1\x69\x09\xd0\xc8\x52\xe6\xc6\x65\x64\ \x4b\x9f\xac\xd3\x74\x5a\x32\x0a\x41\x77\xf8\xbb\x3e\x77\x1d\x23\ \xeb\xc8\x9c\x59\xc7\xab\xd5\xaa\x7a\xbf\xfe\xf5\xaf\x57\x5d\x94\ \x9d\x5f\xe8\xa2\x3d\x02\xa6\x53\x69\xb8\xb3\x01\x99\xaf\x94\x93\ \x93\x03\x98\x94\x5e\x86\x02\x18\x84\x2e\x62\x4d\x26\x26\x05\x35\ \x3b\x9d\xc0\x24\x01\x4c\x86\xcc\x5c\x5d\x26\x24\x13\x68\x93\x4a\ \x4f\x14\x6d\x72\x72\xe2\x29\xfd\x2e\xea\x4e\x8f\xbb\x0b\xa4\x12\ \x10\x12\xf2\x14\x90\x9c\xc0\x5c\xec\x5d\x4f\xfd\x6b\x8b\x27\xc7\ \x29\x3d\x15\x61\x24\x82\x67\xee\x16\x8b\xd7\x5c\x2c\xc9\xb3\x16\ \x9f\xe7\x65\xae\x4c\x8e\x75\x2a\xb9\x54\x4c\xbc\x62\x86\x07\x40\ \x63\xc4\x1f\x1f\x9a\x14\x2b\x15\x00\x00\x20\x00\x49\x44\x41\x54\ \x1f\xeb\xe8\xe8\xa8\xfe\xe2\x2f\xfe\xa2\x29\xf6\x04\x42\x09\x7e\ \xd2\x13\xca\xc5\xe1\x5e\xb2\xa5\x5d\x5d\x50\x6a\x11\x61\x2c\xb5\ \x45\xdf\x12\xdc\xe6\xe2\xd2\x3f\xf7\xdb\x65\xe7\x99\xd6\x08\x59\ \xca\xdd\x33\x59\x3d\x3d\xe7\x30\xc1\x89\xb1\x49\x00\x91\xb2\x93\ \xdf\xd3\x47\xb5\xa6\x12\xac\xa7\x9c\xaa\x77\x95\x39\x43\xc2\x9c\ \x8c\x6d\xb2\x77\xce\x89\x03\xb4\x9f\x9e\x9e\x1a\x50\xca\x6d\xd2\ \x59\x6b\xcb\xba\xea\xee\x6a\xfa\xee\xbb\xef\xea\x87\x1f\x7e\x68\ \xc5\x50\xdd\x77\x7f\x7f\x5f\xe3\xf1\xb8\x39\x2b\x40\x03\xa3\x98\ \x8c\x6f\x32\x58\x9c\x93\x74\xfe\x30\x72\xf2\xac\xec\x98\xec\xf7\ \xfb\x6b\xe1\xaa\xc9\x64\xd2\x00\x1a\xd9\x9c\xcf\xe7\x4d\xc7\x48\ \xbc\xb7\xa6\xba\xa1\x3c\xfa\x20\x8f\xb6\x71\xbe\xa1\x70\x37\x86\ \xe8\xe4\xe4\xa4\xb5\x9d\xfe\x39\x38\x38\x68\xa0\x44\x82\x38\x56\ \xc7\x4e\xcd\x87\x87\x87\x96\x2f\x68\x1d\x25\x10\x4c\xd6\x1a\x9b\ \x8a\x7d\x79\x7e\x7e\x6e\x05\x50\xc7\xe3\x71\xcd\xe7\xf3\xda\xdf\ \xdf\xaf\xeb\xeb\xeb\x26\x17\x00\xb9\x1c\x2c\xb9\x9a\x72\x5b\x0e\ \x0e\x0e\xd6\x1c\xba\x7e\xbf\xdf\xe6\x6e\xb9\x7c\xdd\x80\x60\x6c\ \x00\xae\x64\x41\x7c\x1f\xd8\x7d\xf3\xe6\x4d\x1b\x17\xed\x4a\x3d\ \x93\x40\x4e\xc8\x30\x59\x14\x25\x4d\xee\xee\xee\x1a\xa8\x27\x13\ \x9e\x41\x16\xe8\xbd\x04\xea\xbb\xbb\xbb\xf5\xed\xb7\xdf\xb6\x30\ \xa9\xef\x59\x7b\xda\x4c\xf6\x92\x69\x4a\xb2\x20\x4b\x43\xb0\x35\ \xb9\x5e\x85\xae\x92\xad\x4d\xfd\x0f\xac\xa4\xad\x60\x6b\x52\x9f\ \x76\x43\x64\x5d\xa6\x36\x6d\xd9\x72\xb9\x6c\x20\x25\x19\x34\x7a\ \x2a\xe7\x26\x6d\x38\x90\x9f\x11\x06\xc0\x37\xed\x49\xea\xc2\xb4\ \xef\xe6\x26\xaf\xb4\xb5\x1c\x12\xef\x63\x5b\x38\x67\x69\x13\x39\ \x40\x55\xd5\x9c\xf0\x0c\x25\xe6\xb8\xfd\xf4\xd3\x4f\x4d\xef\xc8\ \xbf\xe2\xf0\xaa\x35\x68\x6e\x45\x17\xba\x3a\x39\x81\x5b\x92\x34\ \x89\x27\x92\xf5\xcb\xdf\x3d\x2b\xc7\x56\x1f\xba\xd8\x26\x81\x39\ \xc2\xe6\xe9\xe9\xa9\x7a\x7f\xf9\x97\x7f\xb9\x4a\x36\x85\xc0\x1a\ \x3c\x83\x4e\x10\x29\xbe\x14\x4a\x0a\x22\x81\x88\x4e\x64\x7e\x0b\ \x8a\xd7\xbb\x24\xd8\xa6\x41\x22\x30\x79\xe9\x88\x77\x11\x08\xc2\ \xd1\xdd\x85\xf7\xb5\xf0\x95\x67\x33\x0a\x0c\x53\xa2\x54\x46\x3a\ \x3d\xb0\x87\x87\x87\x06\x4c\x92\x96\x4c\x01\x5b\x2c\x16\x2d\xbc\ \x92\x7d\xa7\x10\xd2\x08\x51\x96\xb9\x13\x30\x27\x33\x43\x97\x6a\ \xe3\x10\x2c\x1e\x24\xa5\x0d\x78\x38\x1f\x2c\x43\x59\xc6\x37\xcf\ \xcd\xf3\x3d\x61\x8f\x54\x98\xfa\xe6\x40\x55\x34\xb4\xc4\xd4\xad\ \xad\x97\xc3\x6e\xbd\xdf\x38\xe5\x42\xb7\x10\xb5\x41\x62\x39\x85\ \xef\x52\x32\x60\x34\x1a\xd5\x3f\xfb\x67\xff\xac\x19\xd9\x0c\x3b\ \x4d\xa7\xd3\xc6\x64\xa4\x72\x36\xe7\x84\xd8\xe2\x24\x07\xde\xaf\ \xef\x64\x83\x31\x42\xf9\xeb\x1f\x10\xd8\x05\x41\x5b\x5b\x2f\x67\ \xea\x61\x26\x57\xab\x97\xfa\x40\xc6\x4b\xd8\xc1\x78\x0c\x87\xc3\ \xf6\x2c\x20\x20\x0f\x3d\xa6\x10\xd2\xd3\x49\x05\x48\xb1\x24\xd0\ \xa2\xe8\x19\xf8\xdc\x51\xca\xe0\x27\x20\x4c\x03\x6c\xbe\x29\xd5\ \xee\x46\x15\x6b\xca\x3a\xa0\x10\x85\x5b\x8c\xb3\x39\xc8\x7c\x20\ \xed\xcd\xe7\xc8\xe3\xc9\xfc\xcb\x74\x98\xba\x20\xd7\xf6\xfa\x74\ \xb4\xb0\x56\xf9\x8c\x0c\x3f\x03\xf7\x36\x28\x4c\x26\x93\xd6\x47\ \x6b\x92\x72\xcc\x02\xa0\xd8\xa7\xdc\x79\x97\xb9\x70\xb9\x73\xd0\ \xbb\x01\x8a\x1c\x2f\x9f\x75\xc7\x52\x5b\x19\xe3\x64\xa7\xe8\x2d\ \xf9\x49\xc0\x00\xe7\x41\x18\x2d\xc1\x75\xea\x27\xf2\x2b\xcc\x69\ \x2c\xa5\x1a\xe4\x1a\xe6\xc0\x60\xec\x18\x07\x06\x16\xcb\xa9\x0d\ \xe6\xb8\x2b\xfb\xb9\x66\x6d\x5c\x00\x8e\xd3\x69\x3d\x38\x38\x68\ \x72\x07\x00\xe6\x5a\xa4\x33\xe5\x75\x31\xa0\xb9\xb1\x26\xf5\x64\ \xe6\xba\xe8\x47\xb2\x76\x64\x21\x41\x4e\x86\xae\x86\xc3\x61\x1d\ \x1d\x1d\xb5\x5a\x57\x80\x30\xfd\xbe\x5a\xad\xd6\x76\x85\x7a\x67\ \x7e\x66\x2c\xcc\xbd\x67\x7b\x57\x86\xdf\x73\x2d\xd3\xeb\x69\xc3\ \xba\x61\x35\xf7\x27\x1b\x9b\x20\x9f\xcd\x31\x8f\x9e\x93\xcf\x4b\ \xc7\xc9\xf8\x71\x32\xbd\x9f\xa3\x9a\x79\x9b\x42\xf2\x9e\x9d\x9b\ \x63\xcc\x99\x71\xb0\x86\xac\xc9\xd4\x23\xdd\xbe\xeb\x97\x93\x21\ \x38\x6d\xd6\x6c\xae\xe1\x0c\x37\x0f\x06\x83\x96\x3f\x47\x86\xb3\ \x2d\xfd\x7e\xbf\x3e\x7c\xf8\xd0\x30\x89\x1c\xd5\xc7\xc7\xc7\xb6\ \x61\x25\xd3\x0c\xaa\xd6\x01\x7f\x32\x8b\xae\xc4\x0d\xe6\x24\x2f\ \xf6\x20\x99\xae\xcc\xe5\x32\x0e\xc6\x89\x9e\xec\x46\x9b\x92\x4d\ \xdb\x72\x73\xd2\xd6\xa9\xa8\x4c\x08\x0f\xc5\x4b\x08\xa8\x7b\x13\ \x79\x33\x48\x69\x3c\xb6\xb6\x5e\xeb\x61\x99\x18\x1e\x26\x83\xe5\ \xca\x22\x81\x8b\xc5\x62\xad\x64\x7e\x1a\xa2\x64\x49\x78\xb9\x84\ \x50\x3b\x7c\xc6\xd0\x19\x04\x3b\xa2\x84\x6d\x72\x47\x91\x41\x02\ \x24\x4c\xf0\xf3\xf3\x73\x3b\x08\x15\x5b\x70\x74\x74\xd4\x04\xcc\ \x39\x73\x10\x77\x32\x2e\xc2\x0b\x94\xea\xd5\xd5\x55\x63\x3c\x08\ \x2d\x65\x4c\x01\xf3\x9a\xf4\x5d\x28\x47\x1e\x8e\x1c\x01\xde\x89\ \xe7\x09\xdb\xf5\xfb\xaf\xc7\xf9\xf4\xfb\xfd\xb6\x08\x8c\x21\x60\ \x41\xd9\xcb\x99\x02\xd0\xe4\x5f\x51\xd8\x94\xf6\xf3\xf3\x73\x03\ \x5d\xa9\x04\x72\xe7\x0b\x43\xaf\xd8\x22\x81\x7b\x7e\x7e\x6e\xc6\ \xb8\xdf\xef\xd7\xf7\xdf\x7f\xdf\x14\x5a\x82\x23\x8b\x91\xf1\xf4\ \x7d\x63\xf8\xfc\xfc\xdc\xbc\x63\x6c\xa7\x79\xf3\x3d\x9f\x7b\xaf\ \x45\xe5\x67\x72\x81\x99\xa8\xaa\x06\x64\x27\x93\x49\x4b\x64\x17\ \xce\xf2\x4c\xf2\x6d\xbd\xc8\x7d\xa3\x2c\xfa\xfd\x97\xd2\x09\x80\ \x6d\x32\x86\x40\x51\x7a\x5a\x40\x34\xc3\x49\x0e\xb7\xb6\x5e\xcf\ \x88\x64\xc0\xd3\xa9\x01\x1a\x07\x83\x97\xf3\xde\xcc\x33\xef\x94\ \x21\x01\x98\x6f\x6e\x6e\x1a\x65\x7f\x70\x70\xd0\xe4\x89\x22\x49\ \x83\x50\xf5\x02\x84\x8f\x8f\x8f\x1b\xc8\xf5\x5d\xa1\x28\x46\xe7\ \xf6\xf6\xb6\x8e\x8e\x8e\xda\x1a\x4b\x25\x2a\xa4\xab\x1f\x0c\x59\ \x55\x35\x00\x6c\xde\x19\xe2\x64\x29\x7a\xbd\x5e\xcb\xdf\xb1\x46\ \x8c\x07\x79\xf6\xbc\xd9\x6c\x56\xcb\xe5\xb2\xde\xbc\x79\x53\xe7\ \xe7\xe7\x2d\x7c\xea\x6c\x48\x7a\x21\x59\x64\x8a\x38\xf3\x18\x33\ \x97\x8d\x5e\x11\x26\x74\x7f\xea\x22\xf2\x08\x70\x00\x24\x64\x89\ \xbe\xb0\x2e\xe8\x4f\x6b\x40\x3f\x24\x6e\x93\x2b\xb2\x97\x06\x28\ \x0d\x61\xca\xfd\x72\xb9\x6c\x4e\x97\x50\xb1\x63\x8c\x94\x90\x38\ \x39\x39\x69\x72\xda\x65\x4a\x3d\xd7\x3a\xc4\x74\x72\xe0\xac\x49\ \x60\xca\x7c\x48\x22\xb7\x7b\x10\x3b\x39\x99\x4c\x9a\xbc\x6d\x6d\ \xbd\x1c\x4f\x93\x60\x3b\xdb\x4f\x57\xa6\x9c\xdd\xdf\xdf\xb7\xf0\ \x5d\x55\x35\xd6\x83\x2e\xca\xf1\x23\xeb\x6f\xdf\xbe\x6d\x07\x4a\ \x7b\x66\x82\x4f\xdf\xcf\xe4\xf5\x34\xc8\xe9\x6c\x73\x2e\x8d\x8b\ \xf6\x25\x68\xd0\xde\x04\xa9\xff\x0f\x5f\xe7\xb5\x1c\xe9\x75\x9d\ \xed\xd5\x01\xc0\x20\x74\x42\x18\x4c\x60\x14\x83\x68\x92\x32\x45\ \x73\xe4\xa2\x45\x49\xa4\x29\xbb\x7c\xe0\x03\xeb\x02\x7c\x31\x73\ \x1b\xbe\x00\x9f\xb8\xca\x27\xae\xb2\x4b\xe5\xec\x03\x8b\xa6\x24\ \xbb\x24\x16\xcd\x11\x83\x18\x87\x13\x80\x01\xd0\x0d\x34\x62\x27\ \x1f\xf4\xff\xac\x7e\x7a\x13\xfa\xbb\x6a\x6a\x80\x46\xf7\xf7\xed\ \xbd\xf6\x0a\xef\x7a\xd7\xda\xfb\x43\x96\x66\x77\x0c\xe4\xcc\x76\ \x10\x3b\x5d\xbd\x60\x2d\x89\x9b\x8c\xd9\x81\xbb\x2c\x6b\x95\xad\ \x18\x5c\xcb\xd5\x9b\xb2\x2a\x02\x50\xf5\x06\x15\xd6\xc7\x60\x9f\ \x6b\x19\x50\x41\xb6\x58\xff\x18\x27\x1b\x73\xb8\xe6\x64\x32\xc9\ \x18\x82\xaf\xf2\x5a\x10\xeb\x3c\x3f\xfe\xc6\xfd\xc0\x0d\xc8\xce\ \x55\xae\x52\x3e\x8e\xf1\x8c\x1d\x9f\xcc\xf5\x00\xc9\xae\xee\xb8\ \x42\xe3\xc4\x83\x7b\x22\x67\xeb\x80\xe3\x08\x31\xd3\x65\xcf\xc1\ \x60\x10\x75\x98\x03\x37\x99\xb2\xf0\x64\x3d\x04\x05\x82\xaa\xb7\ \xd9\x1a\x9c\x21\x70\xd0\xb4\x4b\x3e\xf5\x7a\x3d\xb3\x18\xa3\x76\ \x14\xd7\x19\x2d\x4a\x49\x46\xcb\x7b\x06\x3c\x04\x00\x26\x02\x75\ \xca\x82\x9a\x3a\x44\x08\x66\xd7\x70\xec\x3e\x79\xd9\x0e\x06\x46\ \x0c\x20\x03\x0b\x70\x7a\x7a\x9a\xce\x87\x5a\xf0\x78\x3c\x8e\x87\ \x0f\x1f\xc6\xc5\xc5\xf4\x61\xa9\x04\x08\x02\x37\x32\x62\xb1\x69\ \x4a\x26\xf0\x3a\xc8\xf1\x19\x94\x22\x62\x76\x9e\x93\x6b\xe1\xa3\ \xd1\x28\xc7\x0d\xcb\x84\x51\x33\xee\x88\xc8\x03\x05\x99\x37\xcf\ \x22\x03\x50\xb9\x37\xce\x19\x04\x4a\xc6\x1c\x5c\x32\x73\x29\xc4\ \x65\x34\x97\x0e\x31\x26\x9c\x2e\xc1\xc8\x99\xdc\xca\xca\x4a\x7c\ \xfa\xe9\xa7\x73\x6c\x0e\x3a\x05\x3b\x45\x8f\x10\x7f\xbf\x7f\xff\ \x7e\xb2\x57\xe8\x86\x75\xb1\x52\x99\x3e\xc6\x64\x63\x63\x23\x4f\ \xc8\x06\xc0\xae\xac\xac\x24\x23\xe5\x75\xc1\x50\x91\xd3\x78\x3c\ \xed\xff\xf8\xe8\xa3\x8f\x32\xc9\x40\x67\xc9\xd4\x99\x33\x41\xc8\ \x20\x81\x53\xad\xdd\xff\x83\x2e\xba\xe4\x89\xcd\x55\x2a\xd3\x46\ \x72\x18\x0a\x8e\x6d\xb0\xe3\x70\x00\x45\x67\x6d\x57\x95\x4a\x25\ \x77\x80\xc2\xce\x94\xa7\xe8\xe3\x94\xe8\xcf\x31\xab\x4a\xc2\x83\ \xde\xe0\x48\x00\x6b\x6e\x8a\xc6\x99\xd0\x1c\x4f\xb2\xc1\xba\x51\ \xd6\xba\xb8\xb8\xc8\xe6\x6b\x92\x24\x00\x1a\x87\xa0\xa2\xd7\x00\ \x25\xd6\x08\x3d\x1b\x0c\x06\xd9\x6f\x01\x6b\xc7\x7c\xc8\x94\xe9\ \xf7\x62\x2d\x61\x68\x57\x57\x57\xe7\x8e\x1c\x00\xc8\x90\x44\x70\ \x5f\x9c\x2c\x4d\xe9\x04\x79\xaf\x33\xec\x06\x00\x88\x23\x18\xfa\ \xfd\x7e\x02\x59\xfa\x92\x0e\x0f\x0f\xa3\xd5\x6a\xe5\x98\xaa\xd5\ \x6a\xf4\x7a\xbd\x04\x03\x80\x3f\xd6\xa6\xd3\xe9\x24\xab\xcb\x71\ \x07\xf4\x3d\x35\x9b\xcd\xd8\xdf\xdf\xcf\x87\x36\xe3\x27\x5c\x9e\ \x8a\x98\x1d\xb9\x01\xd0\x6d\x36\x9b\x71\xed\xda\xb5\xec\xa7\xc4\ \x1f\x92\x18\x9b\xe1\x73\x36\x6e\x06\x91\xa4\x1a\x40\xe5\xc4\x16\ \x1d\xf0\x4e\xd3\xa3\xa3\xa3\xa8\x54\x2a\x79\x5a\xbc\x59\x22\x97\ \x55\x00\xc7\x00\x59\xec\xe3\xfc\xfc\x3c\xcb\xd5\x04\x5f\x33\x73\ \x8b\x8b\xd3\x73\xd4\xb0\x95\x5a\xad\x96\x47\x51\x74\x3a\x9d\x8c\ \x59\x93\xc9\x24\x77\xd8\x96\xbe\xe9\xb2\x52\x27\x3e\xc4\xc1\xd1\ \x65\x37\xe2\x8f\x93\x35\x83\x0f\xe6\x85\x0f\x71\x49\x10\x3d\x36\ \x80\x29\xc1\x2d\x3f\x73\x0d\xee\xcd\x7d\x1c\x0b\x90\x2b\x6b\xc5\ \x9a\x9a\x59\xe1\xc5\x58\x98\xb7\x4b\x84\xac\xa3\xd7\xc5\xfa\xc0\ \x38\xf8\x2c\xbe\xc8\x73\xa5\xe7\x90\xa3\x31\x9c\x0c\xf3\x7d\x18\ \xe4\xf2\x78\x16\x00\xba\xc7\xcc\xbc\xb1\x13\xd6\x81\xf5\x73\x72\ \x41\x7c\x72\xe5\x8c\xb5\x74\xa2\x8b\x4f\x82\x81\x42\x16\xe0\x02\ \x27\x16\x8c\xdd\xe0\x1b\x99\x79\xcd\xca\xb2\xed\x65\xe3\xc3\xb7\ \xd6\xf7\xf6\xf6\xe6\x94\x02\x05\xc5\xa9\x38\x40\xf9\x7c\x18\x0c\ \x07\x16\xea\xb2\x9e\x16\xae\x01\x10\x42\xc9\x70\x14\x64\x35\xd0\ \x72\x30\x1b\x38\x54\x84\x52\xb2\x0f\x66\xb1\x18\x8b\xcf\xb9\xb1\ \x41\xa0\xe0\x16\xa6\x03\x38\x7f\x23\xfb\x65\xae\xfc\xdd\x48\x1a\ \x27\xfc\xf0\xe1\xc3\x3c\x30\xd0\x65\x9b\xc9\x64\x12\x7b\x7b\x7b\ \x31\x1a\x8d\xe2\xf1\xc7\x1f\x8f\x6a\xb5\x9a\xdb\xbc\x01\x4f\xce\ \x58\x31\x3c\x18\x10\x80\x61\x89\xcc\xb9\x77\x99\x8d\x00\xd2\xa0\ \x4e\x31\x0e\xee\x07\xd2\xf6\xda\xc1\xfa\x31\x16\x6a\xe7\x04\x51\ \xca\x37\xe5\xf8\x18\x0f\xeb\x68\xc5\x36\xc5\x6c\x47\x60\x96\x06\ \x59\x4f\x26\xb3\xb3\x95\x50\x5c\x02\x30\x0e\x93\xf7\xc6\xe3\x71\ \x02\x5a\x40\x09\xf7\x37\x75\x8d\x93\x61\x7e\xec\x1e\x3a\x3c\x3c\ \xcc\xf5\x87\xba\x46\x16\xde\x49\x64\xc7\x45\x39\xcc\x09\x85\xb3\ \xaf\xe1\x70\xda\x9c\xce\x59\x55\xf4\x8b\x90\x19\xa3\x07\x87\x87\ \x87\xe9\xfc\x71\x32\x34\x78\x1b\xbc\x3b\xc3\x1b\x8f\xc7\x71\x78\ \x78\x98\x0f\x36\xb6\x63\x64\xbe\x04\x78\x18\xc8\xc1\x60\x7a\x1e\ \x16\x7a\x03\xcb\x84\xee\x90\xb8\x00\x88\x70\x8a\x38\x05\xf4\x84\ \xf9\x02\xc2\x99\xb3\x8f\xb5\xb0\xfd\x6f\x6d\x6d\xa5\xdd\xe2\x74\ \xf0\x07\x64\xb1\x24\x1f\x30\xba\xe8\x90\xcb\x98\xfc\xa3\xd9\xd9\ \xa5\xfb\xf3\xf3\xf3\x38\x3a\x3a\x4a\x70\xcb\x77\x01\x6f\x2e\x13\ \x90\xf0\x54\xab\xd5\xe8\x76\xbb\xd1\xe9\x74\xe2\xfc\xfc\x3c\x8e\ \x8f\x8f\xa3\xd3\xe9\x24\x10\xc0\x09\x13\x3c\xd0\x5d\xb7\x05\x00\ \xc8\x00\xc7\xb0\x5b\xb0\x69\xe8\xe7\xe2\xe2\x62\xae\x33\x19\x30\ \xc9\x13\x7a\x05\xe3\xca\x36\xee\x85\x85\x85\x78\xf4\xe8\x51\xf6\ \x48\x71\x76\x1b\x6b\xe2\x63\x41\xc6\xe3\x71\xec\xef\xef\x27\x43\ \x48\x99\x1e\xdf\xcb\xfa\xc3\x90\x1d\x1f\x1f\x27\x6b\x34\x1a\x8d\ \x62\x77\x77\x37\x65\x0a\x13\xc9\x09\xf4\x3e\x7e\xc3\x0c\xb1\x83\ \x05\x3a\xd0\xef\xf7\xd3\xbf\xa2\xa3\x8b\x8b\x8b\xb1\xb1\xb1\x11\ \x17\x17\xd3\x13\xd9\x5d\x82\xa7\x0f\x0c\x7f\x86\x1e\x21\x7f\x82\ \x26\xfa\x82\x1d\xc0\x1e\x22\x0b\x0e\xa5\x1d\x8f\xc7\xb1\xb9\xb9\ \x99\x72\xc3\x4f\x13\xdc\x69\x6a\x6f\x36\x9b\xb9\xb6\x2e\x9d\xdb\ \x37\xe0\xdb\x9d\xa0\xe1\x87\x5c\x1a\xc3\xd6\x9d\xac\xe3\xc7\xb8\ \x0e\x20\xd3\x20\x01\x19\xf1\xb3\xc1\x13\x3a\x87\x8f\x33\xe3\xe1\ \xb8\x65\xb6\xc8\x40\x0f\x1f\xe4\x1d\xc8\x06\x03\x5c\x07\xbf\xc6\ \x3f\xae\xc3\x77\xf8\x1f\xf9\x13\xe3\x5c\x0a\x84\xe5\xc1\x5e\x0c\ \x10\x3d\x6f\xfa\xa8\x9c\xb0\x20\x57\xfc\x8a\xe3\x31\xb1\xbc\x64\ \x04\x0d\xec\x5c\x62\xe3\xde\x66\x59\xf1\xd7\x54\x6a\x18\x1b\x31\ \x83\x97\x81\xa0\xc1\x33\x9f\x41\xce\x66\x22\x79\x8f\x58\x60\xc0\ \x8a\x9f\x71\x32\xcf\x98\x4a\x1b\xe2\x55\xbb\x72\xe5\xca\x6d\x2e\ \x68\xc5\x62\x60\x64\x0a\xee\x75\xb1\x52\x95\x8b\xe0\x00\xeb\x85\ \x72\x7d\xd3\xe7\xdb\xa0\x6c\xb0\x1d\x38\x52\xae\x81\x43\x35\xaa\ \xb7\xb2\x9b\xa2\xe4\x3d\x33\x59\x46\xe5\xcc\x81\xb1\x97\xdb\xc9\ \xb9\xaf\x05\xe8\x05\x71\x96\x81\xd2\x03\x4a\xdd\x10\x1a\x31\x3b\ \xf7\x85\xdd\x5a\x38\x06\x2b\x91\x83\x0d\x0a\xce\x18\x51\x20\x2f\ \xb0\xb3\x28\xcb\x9c\xa0\xe8\x63\x1c\xf8\xe7\xf5\x99\x4c\x66\x25\ \x47\x76\x5d\xb1\xb5\xd4\x59\x1b\x0a\x47\x50\x34\x62\xa7\x44\xc9\ \x58\xcd\xaa\x59\x07\x98\x1f\x65\x04\xcb\x8e\x7e\x3c\x97\xad\xcc\ \x64\x20\x7f\xc6\x63\xa7\x8b\x7c\x6c\xd8\xac\xbb\x1f\x65\xb3\xb9\ \xb9\x19\x07\x07\x07\x49\xf5\x47\xcc\x32\x7f\x92\x02\x97\xa1\xd0\ \x7d\x00\x26\xfa\xdf\x6a\xb5\xe6\xe6\x04\x43\xe2\x92\x80\xd7\x24\ \x22\xf2\xb8\x82\x5a\xad\x36\xd7\x80\x0e\x98\x05\x0c\xa0\xef\x67\ \x67\x67\x73\xa0\x08\x87\xce\x1c\xd9\x19\x46\x59\x10\x5d\x22\x79\ \x31\x93\x14\x31\xeb\x11\xe2\x0c\x24\x3b\x51\x4a\x59\x7c\x86\xec\ \x13\xd9\x32\x17\xf7\xff\xf0\x3e\x60\xc0\x32\x87\x55\x42\x57\x8f\ \x8e\x8e\xe2\xb1\xc7\x1e\xcb\x39\xb7\x5a\xad\xe8\xf7\xfb\xd1\x6a\ \xb5\xa2\xd1\x68\xa4\xcc\x39\x48\x15\x5d\x27\x98\xc2\xc4\x01\x24\ \x00\x1c\x65\xa2\xc5\x67\x01\xb6\xb0\xaa\xb0\x4e\xcf\x3c\xf3\x4c\ \xec\xed\xed\x65\x1f\xce\xe9\xe9\x69\xf6\x6c\x59\xd7\x00\x08\x9c\ \x83\xc5\x75\x01\x51\xf8\x03\x80\x92\x9f\xb3\x0a\xe0\xc2\x07\xc1\ \xfe\xa0\x8b\x0e\x7a\xe8\x09\xe0\x8d\xc0\xc3\x41\xa3\xa3\xd1\xf4\ \xa1\xc7\xdc\x17\x36\x0b\x20\xe4\x64\xd1\x25\x0e\x74\xb5\xd7\xeb\ \x25\x4b\x38\x1e\x8f\x53\x86\x30\xd8\xf6\xa7\xf4\x61\x79\x07\x1d\ \x3a\xc9\x5c\x61\xbe\x48\x3c\x01\x1b\x83\xc1\x20\xf5\xc5\x6b\x02\ \x10\xa4\x9c\x0b\x28\x3d\x3d\x3d\xcd\x63\x16\x28\xd9\x9b\xbd\x31\ \xd0\x26\x0e\x54\xab\xd5\x38\x3c\x3c\x8c\x5e\xaf\x97\xbb\x6f\x49\ \x12\x08\xa2\xa3\xd1\x28\x36\x37\x37\x63\x7d\x7d\x3d\xae\x5d\xbb\ \x16\xad\x56\x2b\xe7\x82\xcd\x71\x5d\xf7\x94\xf2\x1e\x49\x97\x03\ \xa3\x63\x03\x40\x93\xdf\xd1\x35\xc7\x42\xdb\x3e\x40\xc1\xd7\xc2\ \x2f\x3a\xb1\x37\xe8\x42\x57\xac\x57\xac\x35\xd7\x31\xab\x6f\xd0\ \xcb\xf5\x60\x67\xf8\x0c\x60\xc3\xcc\x1d\xe3\x32\x88\xc0\x5e\xf0\ \x0b\x6e\x57\xb1\xbe\xf2\x3f\x09\x3d\x3f\x73\x3c\x08\x63\x02\x90\ \x00\xae\x00\xa1\x4e\x1c\xd0\x41\xfc\xaf\x8f\x15\x72\x92\x8e\xdd\ \xc1\xda\xa2\x13\x5c\x8f\xf9\x10\x13\x4b\x56\x09\x70\x87\x8c\x1c\ \xdb\xbd\x0e\xcc\xcd\x36\x60\x60\x5a\xae\x59\x09\x78\x0d\x0a\x01\ \xcb\xfe\x4e\x44\x44\xd5\x19\x8c\x6f\x8c\xa3\x71\xf9\x08\xa7\xc2\ \x67\xa1\xc6\xad\x50\x5e\x18\x94\xc4\x6c\x06\x48\x93\xd2\x1b\xd9\ \x0d\xd7\x21\x08\xc2\x36\x60\xc4\x8c\xc5\x0a\xca\xb5\x2e\x1b\x7f\ \x69\x68\x8c\xf7\x32\x21\x33\x36\x1b\x8c\x9f\x9f\x68\xb0\xc0\xbc\ \x00\x47\x0e\x96\x56\x7a\x37\xea\x1a\x74\x9a\x11\x89\x88\x6f\x80\ \x1b\x9c\xae\xb3\x75\xb3\x75\x18\x00\xf3\xc1\x18\x9d\xd5\x30\x3e\ \x9c\x11\xc6\x40\xa0\xaa\xd5\x6a\x79\x0e\xd0\x65\x46\x8c\xd2\x95\ \xbb\x3d\xca\x0c\xd4\x8a\xe7\x39\xb8\xec\x48\x49\x6b\x61\x61\x21\ \x83\x01\xa7\x29\xbb\x4c\x55\xa9\x54\x62\x7d\x7d\x3d\x6e\xde\xbc\ \x99\x8f\xd7\xa0\x77\xe3\xc6\x8d\x1b\x71\xe3\xc6\x8d\xd8\xd8\xd8\ \x88\x5a\xad\x16\xed\x76\x3b\xae\x5f\xbf\x1e\x37\x6e\xdc\x98\x7b\ \x10\x34\xcc\x54\x99\x4d\x20\x37\xff\x6e\xe7\x47\xa9\x95\xb5\x2e\ \xb3\x46\x80\x11\x25\x07\x9c\x87\xd7\xd1\x06\x8b\x1e\xf3\x19\x00\ \x0b\x6c\x0b\xce\xce\x07\x4c\x22\x3f\xca\x91\xac\x23\x0e\xd8\xfa\ \x88\x63\x06\xc4\x57\xab\xd5\x7c\xc8\x33\xd7\xe7\x19\x75\xd6\x0f\ \xae\x5d\xab\xd5\xf2\x7a\x80\x37\x4a\x77\xc8\x1d\x06\x29\x62\xd6\ \x23\xd6\x68\x34\xb2\x14\x8d\x4e\xe2\x27\x08\x12\x38\x5a\xfe\x5e\ \xa9\x4c\x4b\x46\x3e\x92\x03\xd6\xcc\x81\x15\x5d\x21\x08\xba\xf1\ \x1e\x27\xcd\x1c\x6c\x0b\xd6\x41\x7c\x04\xfa\xce\x3f\xae\xcb\x58\ \x2b\x95\x4a\xee\x4a\xe2\x48\x0a\x58\x52\x4e\xb5\x67\xde\xf4\x53\ \x11\x54\x28\x99\xb1\xb6\x00\x63\xf7\x87\xa0\xcf\xec\xf8\x84\x55\ \xa4\x8c\x48\x59\x1f\xbd\x30\xc3\x4e\xff\x10\xfd\x90\x24\x70\xed\ \x76\x3b\x83\x0f\xf3\xa6\xbf\x8a\x40\x84\x7f\xc4\xd9\x3b\xf9\x04\ \xac\xa2\xf3\x94\x82\xf1\xbf\xd8\x15\xba\x84\xde\xc0\xd4\xe3\x4f\ \xf9\x5c\xa7\xd3\xc9\x04\x0c\x20\x0e\xb3\x88\x9c\xb1\x23\xef\x36\ \x05\x90\x21\x0b\x18\x60\xfe\x66\x99\x90\x40\xe1\xeb\x91\xcb\xf2\ \xf2\x72\x6c\x6d\x6d\xc5\xfa\xfa\x7a\x6c\x6d\x6d\x65\x49\x15\xfd\ \xc6\x47\xb3\x9e\x8e\x53\xfe\xe7\x9e\x23\x57\x2f\x1c\x40\x91\xa9\ \xe3\x86\x7b\x86\xb0\x7f\x33\x50\xb6\x5d\x7f\xce\xc4\x01\x9f\xc7\ \x57\xbb\x4a\x01\x28\xe7\xb3\x7c\xcf\xf1\x87\x39\x20\x6b\x03\x3d\ \xb7\x8b\xa0\x93\x25\x4b\x07\xf8\x02\x3c\x73\x2f\xbe\xc3\xbc\x59\ \x03\xce\x30\xe3\x70\x57\xec\xd4\xf1\xdd\x2c\x96\xef\x0f\x70\xf1\ \xbd\x0c\x12\x1d\xcf\x0d\x9e\x4c\x6e\x50\x61\x61\x5c\xe8\x22\xaf\ \xb2\xda\xe3\x58\x48\x2c\xa6\xc5\x01\x1b\x29\xc9\x1a\xaf\x9d\x99\ \x5c\x93\x34\x65\xc2\x54\xce\x85\x6b\xe6\x18\x1c\x9c\xdc\x3b\xc3\ \xc0\x98\x34\xef\xc3\x6c\xb0\xb8\x25\xad\x87\x92\x95\x19\xa6\x07\ \x45\x19\x80\xa0\xcd\xa0\x00\x2c\x5c\x93\x45\x44\x81\x4d\xf3\x99\ \x32\x2d\x59\x26\x07\x53\x2f\x90\x91\xa5\xc1\x04\xd7\x35\x82\xc7\ \x31\x9a\xa5\x2b\x19\x21\xef\x62\xc0\x18\x99\xa7\xb3\x14\x04\x8f\ \x81\x10\xb4\x5d\x9e\x23\xb8\xb1\xd8\x36\x40\xe4\x68\x19\x20\x2b\ \x82\x14\x6b\x08\xf0\xaa\x56\x67\x0f\x24\xe6\x7d\x14\xbc\xec\x8b\ \x80\x49\x74\xa6\xe3\x03\x2a\x59\x03\xb2\x40\xaf\x3d\xf7\x77\x79\ \xac\x64\x0d\x07\x83\x41\x3e\x83\xac\x56\x9b\xf6\xa0\x44\x44\x6e\ \xd9\x46\xa1\xd7\xd6\xd6\xf2\xc4\xe5\xb5\xb5\xb5\x58\x5b\x5b\x8b\ \x46\xa3\x11\xd7\xae\x5d\xcb\x12\x04\x81\x79\x30\x98\x6e\x05\xf7\ \xba\xa0\x3b\xc8\x8f\xb5\xb1\x0e\x23\xb7\x88\x29\xd0\xf3\xf6\x5f\ \xd6\x07\x80\xc0\xb8\x90\xa3\xfb\xd0\x70\x08\x80\x78\xae\x47\x50\ \x85\x65\x22\xa3\x07\x88\x47\x44\x9e\x1a\xed\x44\x84\xef\x98\x25\ \xe0\xf7\x88\xc8\xf2\x13\x01\x07\xf6\x8b\xdf\x6b\xb5\x5a\x26\x25\ \x8c\x8d\xb2\x1f\x41\x8e\x7f\xd8\x09\xf3\x60\xeb\x3e\xf3\xf0\xd6\ \x68\xdb\xbe\x75\x9a\x6b\x03\x5e\x9c\x99\xd6\x6a\xb5\xdc\xc5\x85\ \x5e\xba\xd1\x14\x30\x06\x60\xba\x72\xe5\x4a\x3a\x6d\x6c\xc9\xfd\ \x75\xf4\x70\x78\xf3\x0a\x63\x62\x6d\xed\xec\xaf\x5c\xb9\x92\xa5\ \x3a\x76\xc5\x7a\xbb\xb8\x37\xd1\x18\x0c\x7a\x13\x0f\x2c\x0d\xac\ \x13\xf2\x04\x90\xf1\x3d\x76\x3f\x63\x4f\xac\x2f\xfe\x6c\x79\x79\ \x39\x1f\xff\xe5\x72\x26\x65\x45\x80\x36\x80\xc8\xb6\xc6\x61\xa1\ \x2e\x4d\x38\x00\xe1\x83\xe8\x39\x6c\x36\x9b\xa9\x6b\x8c\xc9\x3e\ \x88\x26\x7c\x74\xd8\x49\x2d\x0c\x05\xc0\x7a\x32\x99\xa4\xfd\x39\ \xab\xdf\xdc\xdc\x4c\x5d\x18\x8d\x46\xb9\x79\x81\xb3\xb6\x0c\x9e\ \x0d\x92\xed\x3f\x00\x62\x80\x7b\xd6\x14\xf9\x73\x50\x6b\xa7\xd3\ \xc9\xf1\xd1\xd7\x35\x1e\x4f\x4f\xa7\xbf\x79\xf3\x66\x6c\x6c\x6c\ \xe4\x7a\x38\x36\x70\x1f\xef\x22\x44\xc6\xc4\x12\x27\xc0\xc8\x15\ \xfd\xb1\x6f\xc3\xf6\x99\xbf\x81\x9f\xe3\x1e\xd7\x75\xdc\xe0\xc5\ \xf7\xdd\x43\x67\x7f\x8e\x5f\x32\x78\x32\x93\xe4\x58\x05\x90\x76\ \x45\xc4\xec\x95\x01\x21\x20\xcc\x67\xe9\x19\xf8\x70\x3f\xd6\xbb\ \x64\x90\xec\x73\xf0\x07\xc8\xda\xf3\xc7\xe7\x62\x8f\xd8\x86\xd9\ \x3b\x6c\x94\x97\x89\x12\xae\xe1\xb2\x3d\x2f\x7c\x3d\x71\x0d\xa2\ \xc0\x7e\x13\x20\xe4\x7b\x31\x26\xdf\xcf\x71\x02\x7b\x75\x92\x88\ \x8c\x91\x91\xd7\xd6\x44\xc0\xef\x22\x5e\xfc\x99\x1c\x7f\xbb\xdd\ \xbe\xcd\x1f\x9c\xed\x1b\x95\x21\x38\x97\xdc\x7c\x63\x6e\x52\x66\ \xf3\x64\x8f\x06\x61\xce\xc0\x51\x22\xdf\x1f\xfa\x1a\xf0\xe5\x6c\ \x81\xc5\x33\xf5\xc9\x7b\xce\x16\x3c\x16\x67\xbb\x2c\x86\xb3\x04\ \xd0\xb0\x01\x61\x29\x28\x10\x2f\xd9\x37\xce\xca\x8b\x8b\x22\x38\ \x93\x80\x16\xb7\x2c\xbd\x48\x46\xff\x06\x6f\x8c\x91\xf7\x9c\xe9\ \x93\x0d\x5a\x2e\x76\x62\x28\x16\xef\x19\xdc\x31\x2e\xe6\x8a\x5c\ \xe8\x7d\x70\xb6\xe8\xf5\x71\xf6\x67\x60\x87\x4e\x70\x2d\x83\x57\ \x03\x50\xee\x6f\x26\x92\xf2\x07\x8e\xce\xec\x86\x0f\x15\xc4\x89\ \xf7\xfb\xfd\x3c\xbb\xe9\xf0\xf0\xf0\x52\xe0\x42\xd0\x58\x5a\x5a\ \x8a\xb5\xb5\xb5\xb9\x1d\x7f\x8c\x91\x75\x72\xaf\x21\xac\x1e\xe0\ \xc3\x4d\x91\x94\x1d\x9d\x05\x12\xac\xe9\xf1\xa2\x34\x15\x11\x73\ \x65\x35\xef\x3c\xa4\xcf\x04\xbd\x23\x83\xaf\x56\xa7\x3b\xd8\x60\ \xa2\xcc\x3e\xb0\x3b\xd4\x2c\xae\x81\x15\x76\x54\xda\x0b\xfa\xed\ \x64\xc4\x87\x90\x02\x40\xcd\x3e\xb3\xf6\xac\xff\xf5\xeb\xd7\xe7\ \x28\xfa\xc9\x64\xf6\x7c\x49\x4a\x41\x04\x0a\x7e\xf7\x56\x70\xd6\ \xbf\x5a\xad\xe6\x91\x15\xe8\x32\xcf\x54\xc4\xf6\x2a\x95\xca\x1c\ \x88\x89\x88\x6c\x82\x47\x66\xce\x8a\x3d\xff\xd2\x79\xc3\x4e\xf1\ \x5c\x3e\x5e\x00\x87\x4a\xa5\x12\xcf\x3f\xff\x7c\xf6\xc2\xa1\x1f\ \xcd\x66\x73\xee\xb4\x77\x03\x31\x58\x24\xe6\xc4\xf5\xd0\x6d\xf7\ \x28\x72\x3c\x08\x01\xa1\x52\xa9\xe4\x33\xf3\xcc\xa0\xda\xbe\x60\ \x1e\x01\x01\xd5\x6a\x35\x19\x83\x92\x19\xb5\x3d\xb1\xf3\xda\x89\ \x04\xff\x73\xf6\xd6\x70\x38\xcc\xa4\x85\x66\x72\x18\x76\xec\x8f\ \x60\x09\x60\x04\xfc\x51\xc6\xad\x54\x66\xe7\x46\x99\xe5\xe1\x30\ \x68\x8e\x5c\x31\x50\x61\xdc\x25\x78\xe3\x7e\xe8\x06\x76\x55\xa9\ \x54\xf2\xf1\x46\xe8\x1b\xf7\xa7\x24\x5f\xab\xd5\xf2\x50\xd9\xcd\ \xcd\xcd\xec\x3d\xa4\x47\x0f\xc0\x8a\x4d\xc0\x66\x39\x41\x75\x8c\ \xf2\xa6\x29\xc6\xed\x64\x1a\xbf\x8e\x0d\xf1\x19\x03\x00\x27\xb9\ \x0e\xbe\x65\xd2\x07\x68\x31\xf9\xc0\xe7\xd0\xb1\x92\x11\xb1\xbc\ \xcb\x92\x26\x09\x9f\x75\xb2\xac\x60\x94\x31\x10\xfd\x30\x53\xe5\ \x6a\x88\xc9\x0e\xae\x0f\xa1\x02\x8b\xcb\x98\xb9\x97\xcf\x4d\x34\ \x33\xc4\x75\x0c\xaa\x4a\x82\xc0\x31\xc3\x0c\x22\xf7\x7a\xf4\xe8\ \x51\xae\x1d\xfd\x56\x8c\xd9\x3b\xb3\x1d\x3f\x4d\x4a\x18\x34\x3a\ \xbe\xfb\xf3\x26\x61\xb0\x47\x27\x94\xcc\xd5\x49\x06\xd7\x36\x40\ \x04\x7f\x60\xdb\xbc\x5f\x2f\x17\xa3\x0c\xcc\x38\x04\xb3\x44\x04\ \x77\x32\x7f\x84\xcd\x8d\x70\xdc\x20\x63\x06\x62\x20\x06\x5d\x87\ \x13\x33\xad\x89\xb3\xc6\x50\x19\xb0\x95\x90\x7b\xb0\x20\x46\xb5\ \x5e\x48\x9c\x31\x86\x60\x0a\x91\x71\xb8\x27\x0c\x47\x67\x50\x62\ \x40\x89\x2c\x38\x65\x98\xed\xc4\x2c\xba\x99\x27\x1f\x36\x69\x87\ \x5e\x02\x0f\x16\x9e\x31\x02\xe2\x18\x27\x4c\x13\x34\x69\x59\xf6\ \x32\xe0\xe1\xfa\x28\x0c\x4c\x01\xbf\xbb\x6c\xc4\xfa\xb9\xc9\x1a\ \x25\x63\xa7\xa4\xd1\xbc\xb3\x3d\x40\x1e\xe3\xb0\xe1\xa1\x0f\x9e\ \x03\x3f\x13\xb0\xbd\xc5\x1e\x67\xda\xef\xf7\x53\x0f\x08\x70\x3b\ \x3b\x3b\xd9\x37\xe6\x31\xf8\x5c\x20\x83\x3c\x1c\x16\xce\x93\xdf\ \x5d\xea\x41\x3e\xac\xa7\xe7\x8e\x21\xd2\xfb\x81\xf3\x01\xc0\xd8\ \x28\x0d\x96\xfa\xfd\x7e\x52\xe8\xe8\x08\x25\x28\x58\x24\x7a\xf5\ \x4a\x07\x66\xe0\x04\x73\x40\xd9\x84\xc0\xc1\x38\xd8\x49\xe5\x0c\ \x92\x4d\x24\xf4\x64\xb9\x09\x97\x39\x11\xbc\x9d\xc5\xf3\x77\xe4\ \x01\xc3\x58\xaf\xd7\x63\x7f\x7f\x3f\x7b\x81\x0c\xc0\xb1\x45\x67\ \xc1\x94\x66\xc9\x34\x39\x2c\x92\x03\x46\x79\xd1\xf4\x0f\x90\x01\ \x94\xd2\x40\x0d\xc8\xaa\x56\xab\x73\xfa\x87\xcf\x61\x7e\xee\xc3\ \xb0\xb3\xe7\xde\x06\xc3\xe8\x3b\xdf\x61\xfe\x6b\x6b\x6b\x73\x0f\ \x0b\xae\xd7\xeb\x79\xf2\x39\xc7\x50\x78\x2e\xe8\x0a\x09\x13\x20\ \x84\x00\x63\xc0\x02\x5b\xe5\xd2\x19\xbe\x8f\xb5\x75\x96\x0f\x90\ \xc6\x5f\xe0\x1b\x57\x57\x57\x73\xfe\xf6\x9f\xb5\xda\x6c\x3b\xfc\ \xf2\xf2\x72\xec\xee\xee\xce\xf9\x3e\xd6\x0d\x7d\x64\x0c\x04\x7b\ \xd6\xc9\x3d\x34\x00\x29\x58\x0a\x80\x22\xf6\xef\x8d\x21\x25\x4b\ \x03\xdb\x8a\x8c\xd1\x73\xfb\xd1\x95\x95\x95\x64\xed\xb9\xaf\xe7\ \x0f\xf0\xc0\xce\xe8\x8b\x73\x90\x5e\x59\x59\x89\x46\xa3\x11\x9b\ \x9b\x9b\xa9\x1f\xc8\x19\xfd\xc7\xce\xf8\x0e\xb2\x82\xc5\xb7\x3f\ \x37\x01\xe0\x20\x89\x0c\xf9\xd9\xc9\x0a\x2f\x92\x34\xfc\x91\x01\ \xb0\x65\x53\x56\x4c\x7c\x0f\x33\x6e\xbc\x9c\x10\xe3\xef\xd1\x61\ \x12\x10\xee\x87\x2f\x63\xfc\xf8\x12\xeb\x3b\xba\x47\x5c\x75\x42\ \xcb\x38\xad\x7b\x11\xb3\x76\x02\x76\xe3\x32\x17\x74\x88\x6b\xb3\ \x09\xc8\xf3\x75\xcc\x2c\x81\x88\x99\x3c\xcb\x2d\x62\x76\x66\x17\ \xd7\xf0\xb8\x00\xe5\x2e\xf1\xb3\xb6\xcc\xd7\x60\xd1\x25\x78\xc7\ \x21\x5e\x8c\x91\xb8\xe1\x84\x00\xdc\xc0\xe7\xec\xef\xf0\xeb\x60\ \x1c\x03\xf6\x92\x90\xe2\x55\x8d\x98\xa7\xd9\x08\x4c\x00\x13\x2e\ \x6a\x41\x21\x68\x6f\x77\xf5\xa2\xb3\x80\x4c\x1a\x03\x77\x89\x0a\ \x43\x2f\x6b\xdc\xce\x18\x28\xc1\xf8\xbc\x26\xd3\xab\x4c\xd6\xa5\ \xca\x92\x09\xe2\x33\x04\x73\x94\xcd\x86\x03\x8b\xc3\x77\x4c\xa3\ \x5b\x68\xcc\x07\x67\x0b\xcb\x80\x5c\x70\xa8\xc8\xd1\xe7\xb1\x70\ \x2f\x02\x9d\xc7\x6c\xc6\xca\x6c\x1c\xd7\x62\x7d\xdc\xdc\xec\xd2\ \x63\xad\x36\xdd\x96\x8d\x81\x23\x23\x8e\x6f\xb0\x8c\xc6\xe3\xd9\ \x33\xf7\x98\xa7\x4b\x7f\xac\x8d\x83\x00\x41\xde\xc0\x3a\x15\xa8\ \x3a\x6b\xd6\x74\x29\x92\x35\x25\x10\x11\x2c\x01\x47\x28\xa8\x4b\ \x4b\xe8\x04\x06\x87\x0c\x90\x83\x33\x74\x98\x1d\xca\x30\xac\x0f\ \xb2\x3a\x3a\x3a\xca\xe3\x1d\xfc\x5d\x64\x66\xc6\xd3\xa5\x20\x33\ \x25\xfc\x4c\x9f\x0b\x9f\x43\x27\x91\x23\x41\x9f\xf1\xa0\x5f\x9c\ \x58\x0f\x23\xe6\x52\x08\x40\x7a\x38\x1c\x66\xb0\xc0\xe0\x69\xf8\ \xb6\x9e\x30\x66\x64\xcc\x3c\x91\x9d\x9b\x7c\x0d\xdc\x99\x4b\xa9\ \x5b\xbe\x1f\x7a\x6c\xdb\x46\x0f\xbc\xdb\xca\x47\x0b\xd0\xc3\x45\ \xa0\xe1\x58\x01\xaf\x33\x72\xe3\x5a\xd8\x8e\x03\x9b\x99\x07\x00\ \x17\x7a\xe7\x12\xa5\x19\x04\x27\x4d\xfc\x9d\x60\x43\x79\xd3\xd9\ \x35\xba\x4b\x39\x0b\xf0\xe7\xeb\xc0\xa8\xa2\xd3\x9e\x87\x83\x1e\ \xeb\x31\x1c\x0e\x93\x21\x05\x9c\xd8\x39\x93\x3c\x02\xd8\xb0\xd7\ \x6e\xb7\x9b\x73\xb6\xfd\x00\xb0\x99\x63\xa7\xd3\x89\x5e\xaf\x37\ \xb7\xde\x1e\x17\x20\x04\x86\xc7\x6c\x16\x36\x5a\x6e\x8f\xa7\x7f\ \x0c\x36\x0f\x20\xe2\x63\x44\x9c\x4c\xb2\xae\xf4\x5b\xe1\x27\x91\ \x03\xfe\x03\xf0\x44\xb2\x81\xef\xbb\xac\x3f\x77\x38\x9c\x1d\x11\ \x81\x6d\x20\x1f\x5e\x80\x39\x5e\xd6\xb1\xf5\xf5\xf5\xd4\x01\xd8\ \x2b\xdb\x30\x60\x19\x26\x9b\xf3\xc8\x4a\xb6\x88\xb1\xd8\x56\xb8\ \x2e\x63\xf6\x46\x10\xc7\x06\x27\xf3\xac\x89\x99\x1b\x03\x01\xb3\ \x26\x06\x55\x66\x5c\x0d\x58\x19\x0f\xb6\xcc\xba\x58\xa7\x89\x9b\ \xd8\x15\xfa\x01\xe3\x6f\xbf\xc6\x3c\x4c\x18\xe0\x87\x00\x0d\xc4\ \x38\x7c\x8e\x41\x18\xd7\x73\x92\xcc\xf5\xcc\x3e\x72\x4d\xcb\x07\ \xdf\xc3\x1a\x3a\x9e\x22\x3b\xee\x61\x7b\x66\xce\x4e\x06\x89\x9f\ \x06\x4d\x9e\x97\xcb\xba\x06\x61\xc4\x13\xbe\x47\x3c\x71\x53\xbf\ \x2b\x68\x26\x60\xf8\x9e\x01\xb8\x19\x4b\xe4\x6e\x19\x99\x14\xfa\ \x7f\xbf\xcf\x6f\xc9\xf4\x60\x8c\x44\xdd\xbc\xe6\x4c\x0a\xc7\xe1\ \x00\x49\xc6\x5f\xa2\x39\xd3\x6e\x4c\x96\xff\xbd\xe0\xb0\x0a\xbc\ \x6f\x6a\xd0\x8b\x63\x60\x87\x52\xd9\x80\xf8\x2c\x4a\x84\xb3\x22\ \x48\x63\xa0\x28\x33\xce\xce\x4a\x56\xa2\x6e\xd8\x27\xd3\xc0\x38\ \x52\xee\x49\x19\xcd\xcd\x9d\xc8\x0f\x45\x64\x0e\xde\x6d\x61\x94\ \xfd\xbb\xa8\x4f\x18\xa3\x72\x51\xdd\x00\x8c\xa2\xb8\xbc\xe5\x3e\ \x0e\x23\x7a\x94\xc6\x4d\xaf\x06\xa8\x11\x91\x63\xf4\xb5\x00\xbf\ \xac\x8b\x1b\xa4\xc9\xb8\x26\x93\xc9\xdc\x63\x47\xb8\xa6\xe9\x74\ \xef\x7c\xb4\x0c\xc8\xb8\x00\xa5\xe8\x84\x1d\x23\x3a\x63\x79\x45\ \x44\x9e\x23\x65\xc7\x03\xbb\x88\xc1\x71\x3f\x3b\x23\x82\x15\xc0\ \x09\x1d\x24\x2b\xa6\x34\x48\x40\xa4\x57\x0a\xd6\x07\x20\x47\x26\ \x4e\xb0\xc5\x6e\xf8\xff\xe2\xe2\x22\xb7\xb2\xdb\x6e\x9c\x4c\xc0\ \x4c\x99\xc2\xa7\x77\x00\x7d\x35\x08\x62\x77\x5a\xc9\xb6\xf2\x68\ \x16\x9c\x32\xc0\x8f\xb2\x0a\x0e\xea\xf8\xf8\x78\xae\x47\x0b\xbd\ \x40\x37\x58\xe3\x72\xb7\x2a\xec\xdb\xfa\xfa\xfa\xdc\x21\x83\x34\ \x9a\x33\x2f\x3b\x64\x98\x22\x1e\x73\x43\x20\x66\x2d\x28\x3d\xb1\ \xa6\x30\x35\x04\x67\x6f\x5e\x71\x72\xe6\x40\x65\xe6\x0f\x50\x83\ \x4f\x82\x1d\xc4\x8e\x08\x04\xe8\x06\xfe\x02\xdd\xeb\x74\x3a\x59\ \x2a\x69\xb5\x5a\xa9\xe7\x00\x0e\x00\x0a\x76\x85\x7e\x60\xa3\xe8\ \xa7\x7b\xa2\xcc\xca\x44\xcc\x7a\x63\xf0\x9d\xe8\x0b\x7a\x5f\xaf\ \xd7\x53\x2e\xf6\xb1\xb0\xac\x7c\x06\x39\x98\x6d\xc6\x0f\x60\x97\ \xeb\xeb\xeb\x99\xf8\xc1\x24\x72\x6f\x18\x72\x98\x38\x1f\x91\xc2\ \x58\x91\x9f\x6d\x07\x7d\x60\x3d\xf1\x11\x00\x1d\xf7\x02\x3a\xa9\ \x63\x2d\xfd\x20\x76\xcf\x67\x30\x98\xee\xe4\xe5\xd0\x54\xae\xcb\ \xcf\xac\x37\x9b\x08\xb8\x2e\x6b\x8d\x3c\x5c\xfd\xb0\x6e\x31\x07\ \x33\x19\xac\x07\x76\x66\xd6\x19\xfd\xf0\x51\x33\xae\x00\x39\x99\ \xe3\xde\xf6\xe3\x26\x29\xd0\xd3\x72\xbd\x88\xc9\xdc\xb7\x4c\xee\ \xcd\xe0\x60\xd7\xf6\x9b\xe8\xb6\x5f\xe8\x51\xc9\x3e\x9a\x18\xc1\ \x0e\x01\xbc\x4e\x16\xf8\x1c\x7e\x80\x7b\x31\x6e\xc6\xc6\xfc\xf0\ \x1d\xcc\xb5\x8c\x61\x7c\x06\xf9\x31\x1f\x03\x35\xc0\x0c\x72\xc1\ \x5e\xb1\x33\xec\xb5\xb4\x33\x83\x2d\xfb\x15\x13\x3c\xe8\x02\x7f\ \x83\xbc\x70\x82\xca\x5c\x4a\x26\xce\x78\xc0\xf2\x2d\x31\x43\x44\ \x44\xad\xd1\x68\xdc\x46\x31\x1c\x10\x10\xa8\x4b\x01\x28\xa9\xb3\ \x3a\xb2\x58\x83\x2d\xb2\xfc\x52\x81\x4d\x1b\x22\x58\x97\xcb\xc8\ \xb8\x70\xea\x04\x0e\x0c\xdc\x54\x2a\xd7\x35\xb5\x77\xd9\xdf\x1c\ \xc4\x70\x8c\x36\x16\x2b\x39\x8e\xcf\xec\x01\x3f\x23\x30\x3e\x43\ \x59\x86\xfb\x38\x08\x71\xff\xb5\xb5\xb5\x88\x98\x96\x40\x90\xab\ \xa9\x51\x1b\x27\xdf\x27\x38\x79\x4d\x8c\xb4\xcd\xf0\xd9\x21\xe1\ \x2c\xcd\xb6\xf1\x3e\x8e\xc8\x25\x48\x33\x68\x11\xb3\xbe\x23\x1b\ \x0a\xf3\x73\xc9\x09\xc0\xe4\xc7\x9c\xf0\xc2\x51\x18\xe9\x9b\x46\ \x77\xd6\x47\x06\x6b\x2a\x9e\xcf\xd8\x59\x39\x20\xd1\x28\x4d\x6f\ \x8d\x03\x88\x33\x34\x82\x1c\xc1\x03\x63\xb4\xbc\x01\x0a\xe8\x3c\ \x19\x3e\x86\xc6\xff\xad\x56\x2b\xe7\x4d\x79\x0e\xb9\xd3\xd7\x64\ \x26\x96\xc3\x2d\x29\xd1\x30\x57\x8c\x9d\x7b\x4e\x26\xd3\xd3\xae\ \xe9\x75\x21\x70\xf8\xb3\x04\x78\x7a\xc1\x0c\xa6\x59\x67\x00\x8c\ \x1d\x18\x6b\x47\xa3\x37\x40\x92\xef\xb0\x4e\xdc\xd7\x41\xd2\x0c\ \x27\x89\x88\x03\xfa\xe2\xe2\xe2\x5c\x69\xcd\x2c\x1f\x3a\xd5\x6e\ \xb7\xe7\x92\x99\xd2\xee\xb1\x67\x3f\x26\x8b\x0d\x0f\xe8\x99\x37\ \xdd\x50\xb2\x62\x1e\xbc\xe8\xb5\x73\x80\x9a\x4c\x66\xfd\x54\x7b\ \x7b\x7b\x69\x3b\xe8\x8c\x1d\x24\x6b\xe3\xa4\xc4\x09\x00\x00\x80\ \xd2\x25\x3a\x86\x8f\xa2\x2c\x6c\xff\x64\x1b\x8c\x98\x1d\x8d\x00\ \x60\x20\x01\x23\xe0\xa1\xfb\x4e\x68\xd1\x03\xf4\x90\xef\x7a\x17\ \xaf\x9f\x3c\xc1\x1c\x28\xc1\x45\x44\x1e\xd9\x80\x4e\xf2\x39\x1e\ \x91\x02\x83\xcc\x77\xb0\x0d\xd8\x45\xbe\xc7\x38\x0c\x0a\x58\x77\ \xfb\x48\xec\x78\x75\x75\x75\x8e\x65\xb3\x0e\x95\xb2\x60\x2c\xe8\ \x01\x3a\x06\x60\xe0\xbd\x56\xab\x15\x9d\x4e\x27\x9f\x40\x00\x9b\ \x45\x2c\x02\xf0\x98\x15\x34\xe0\x30\x20\x29\xd9\x2a\x03\x53\xe6\ \xe7\x58\x62\x26\xa3\x8c\x31\x66\xc6\x98\x63\x59\x21\x31\x93\x84\ \x0c\x3d\xa6\xd2\x2f\xda\x7e\x01\x6b\xf6\x9f\x06\x1c\xd6\x67\x03\ \x42\x93\x11\x25\x63\x86\x0e\x9b\xb9\xf5\x1c\xb8\xae\xd9\x72\x5f\ \xdb\x7e\xf9\x32\x42\xc0\xc4\x87\x81\x0a\xeb\xea\xf7\x9c\xcc\x95\ \x00\x91\x92\xbd\xb1\x85\xed\xc1\xeb\x6c\x36\x90\xf8\x65\xdf\x5b\ \xfa\x3d\xc6\xc9\xe7\xcc\x7c\x92\x28\x38\x86\xb2\xf6\xd8\x81\xe7\ \xca\x18\xec\x9b\x90\x67\x44\x44\x15\xe7\xcc\xcb\x19\x3b\x42\x77\ \x4f\x03\x19\xab\x83\x3e\x59\x08\x42\x23\x40\x00\x9e\x0c\x42\xcc\ \x6e\x30\x60\xfa\x04\xac\x48\x65\x36\x09\xa2\x66\xe2\x66\xd7\x98\ \xf4\x65\x59\x49\x59\xd2\x73\xf9\x0d\xca\x18\x65\xa4\xa4\x86\x22\ \x9a\x2d\xb0\xd0\x31\x66\xcf\x93\xc3\x21\x59\x20\x83\x13\x16\x87\ \x05\xf5\xf9\x56\xa6\x69\xeb\xf5\xfa\x37\xb2\x03\xee\xcb\x9c\xec\ \xb8\x09\x02\x18\x22\xdf\x25\xd8\xd3\xdb\xe1\xb2\x8e\xd9\x23\x14\ \xdf\xc8\xdb\x75\x77\x1b\x84\xd9\x4b\x67\x69\x8c\xc9\xa7\x5e\x5b\ \xf1\x9c\x15\xc0\xd0\x20\x1f\x3b\x0f\x83\x2b\x07\x7d\x9c\x98\x9b\ \xeb\xd1\x37\x4a\x33\xe8\x30\x4c\x55\xab\xd5\x8a\xb5\xb5\xb5\x04\ \x2f\x18\xd3\xe2\xe2\x62\x1e\x90\xe9\x80\x58\x32\x68\xce\x6e\x78\ \x14\x11\xa5\x06\x92\x00\xf7\x46\xd4\x6a\xd3\x12\x2d\xd4\x73\xa5\ \x52\x49\x9d\x76\xbf\x0b\xf6\x41\xe0\xc0\xd9\x3a\xeb\x43\xb6\x18\ \x3b\x7a\x0d\xc8\xf3\xce\x4e\x3b\x13\xb2\x3e\x64\x65\xc7\x82\xb3\ \x63\x1e\x04\x70\x98\x16\x74\x0c\x9b\x59\x58\x58\xc8\xe4\x00\xc0\ \x85\xbe\x93\xfc\x58\xa6\xe8\x20\x07\x66\x72\x1a\x3a\xec\x1e\x20\ \x90\xfb\x72\x0f\x37\xc8\x22\x4b\x02\x28\xa0\xd8\x60\x88\x79\x78\ \x83\x87\xfb\x9c\xd0\xf9\xd1\x68\x7a\xaa\xb8\xcf\xff\xe2\x84\x73\ \xd8\x43\xe4\xcc\xe3\x90\x00\xea\x3e\x99\x1c\x9d\x72\xd6\x3b\x1e\ \x8f\x93\xe5\x71\xc0\x42\x5e\x30\x36\x30\x78\xce\xda\x9d\x64\xc2\ \x30\xe3\xd8\xcd\x2c\x2c\x2e\x2e\x66\x29\xc8\xa5\x38\x07\x26\x18\ \x4b\x64\xd8\x6e\xb7\x73\x7e\x4b\x4b\x4b\xb1\xbe\xbe\x9e\x8f\x22\ \xe2\xfe\x24\x6f\xcc\x61\x34\x9a\x3f\x96\x82\xf9\xf1\x19\xd6\x6c\ \x79\x79\x39\xd7\x85\x35\x2f\x37\xc5\xc0\x5e\xe2\x97\xdd\x8b\xc8\ \x81\xbc\xec\x4a\xc4\x5f\xf3\xa0\x71\xca\xa9\x4e\x62\x91\xcb\xf6\ \xf6\x76\x6c\x6f\x6f\x27\x68\x36\x10\x60\x7c\xae\xa2\xa0\xcb\x94\ \x9d\x01\xc9\x25\x38\xc0\x86\x58\x43\xf7\x71\x92\x24\xe2\x9b\x09\ \xec\xde\xe9\x57\xb2\xdf\x66\x74\x9d\xf8\x73\x4f\xfb\xef\x12\xf0\ \x95\x71\x0b\x1f\x6b\xa0\xe4\x78\x66\x76\xc7\xa0\x1c\xd0\x84\xdd\ \xe0\xb3\x0d\x60\xb0\x2b\xe6\x82\xbe\x1a\xac\xf8\xba\x5e\x0f\x27\ \xf8\xbf\x6b\x2e\xdc\xc3\x31\x98\xb8\xe0\x8a\x80\xc1\xb1\x81\x28\ \x2f\x97\x08\xf1\xf9\xe8\xbf\x63\x6f\x09\x36\x5d\x35\x72\x62\xe9\ \xf5\xf6\x3d\xfd\xfd\xd2\x5f\x12\xcb\x0c\x5a\x1d\xcf\xcc\x16\x12\ \x2f\x91\x75\x26\xdd\x66\x41\xec\x30\x1c\xec\x0c\x24\x8c\xf8\x60\ \x99\x50\x42\x5e\xce\xf2\x78\xb9\xc4\x63\xc0\xe6\xc0\x59\x1a\x80\ \x91\x3e\x03\x66\xac\x08\xa3\xcc\x12\x3c\x07\x84\x6a\x87\x52\x22\ \x5b\x3e\xc3\x75\xf8\xfb\x65\xa5\x18\x16\x83\xb9\x32\x66\x1c\xb3\ \x0d\x1f\xe0\xe6\xf9\x73\x0f\x80\x06\x2f\x2f\x72\x99\x31\x22\x4f\ \xb2\x34\xc6\x6a\xb6\xaf\xa4\xac\x3d\x47\x97\x42\x2d\x27\xd6\xd8\ \x6b\x87\xac\x6c\x3c\x66\x28\x71\x5c\xde\x8e\x6d\x87\x82\x21\x30\ \x46\xaf\x03\xff\xf3\x9e\x83\xba\xf5\xaf\xa4\xb8\xdd\x3b\x46\x56\ \xcc\xe7\xc8\xb0\x60\x3b\x0c\xf6\x09\xec\xdc\xb3\x5c\x6f\xca\x4d\ \xe8\x1c\x06\x59\xa9\x54\xb2\x1c\xe8\xcf\xb2\x86\x38\x25\x0e\x20\ \x45\x66\x8c\x05\xe7\x85\xbe\xf0\x0f\xe3\x23\x60\x7a\xb7\xa1\x65\ \x1b\x11\xd9\x5f\x03\x83\x10\x31\x6b\x3c\xf5\x29\xc9\xfc\x73\x59\ \x11\xdb\x21\xb0\x70\xbe\x55\xbd\x5e\x4f\x10\x80\x0e\xc2\xfe\x00\ \x6e\x2c\x37\x7a\x74\xdc\xfb\xc3\x5c\xd0\x01\x64\xcf\x35\xd1\x4b\ \x1c\x36\x72\x23\x01\x41\x5f\xd1\x13\xf7\xc7\x78\x0c\xac\x07\x40\ \x14\x30\xe2\xa0\x09\xf8\x21\x78\xc3\xca\x22\x67\x98\x6f\xb3\x9d\ \xa3\xd1\x28\x37\x7d\x3c\x78\xf0\x20\x59\x37\x64\x88\xac\x91\x17\ \x7a\x66\xfb\xc4\x2f\x46\xcc\x0e\x13\x2e\xcb\x81\xf8\x3a\x8e\x21\ \x00\x68\xf8\x5a\x83\xc1\x60\xee\xbc\x29\x74\xc1\xf6\xd6\x6c\x36\ \xe7\xca\xae\xac\x6b\xad\x56\x4b\x66\x72\x32\x99\x95\x3c\x29\x59\ \x53\x92\xa3\xbc\xc6\x93\x31\xe8\xc1\x6a\x34\x1a\x09\x62\xf1\x19\ \x9c\x14\x5f\xda\x71\xad\x36\x6d\x12\xef\xf7\xfb\x73\x8c\x2d\x47\ \x6b\x60\xcb\x06\x1f\x34\x26\x73\x0f\x76\xc8\x62\xfb\x2e\x7b\xc2\ \x68\x91\x30\xc1\x68\x56\xab\xd5\x68\xb7\xdb\x73\xa0\xac\x0c\xd0\ \xe8\xbf\x13\x59\x27\xa0\xd8\xbe\x7b\x85\x1d\xb8\x23\x66\x2c\x14\ \x60\x9d\xb5\x45\x16\xee\xf3\x31\xc3\xc3\x9a\xd9\x8f\xf9\x77\xee\ \x6d\xdf\x67\xa6\xc3\xec\x88\xdb\x3d\x1c\xe7\xac\x53\x66\x18\x91\ \x97\x9b\xc5\xd1\x2f\xfe\x51\x3a\x46\x0e\xfc\x8c\x5d\x30\x66\x92\ \x6e\x7e\x27\x4e\xc2\x56\x33\x76\xd6\xd7\xa0\xc9\xbb\xfc\xd1\x99\ \xd2\xdf\x3a\x51\x32\x59\x83\x0d\x30\x3e\xfb\x2f\xfb\x1a\x62\xb1\ \x93\x0c\xe4\x51\xfa\x77\x83\x1e\xae\xeb\xb5\x05\xac\xba\xbd\x04\ \x7f\xec\x26\x7b\xe4\x8e\xee\x94\xcc\x36\xf7\x61\xdc\x66\xc6\xcc\ \x7c\x8d\xc7\xe3\x69\x93\x3b\x93\x72\x26\x69\xc4\x6c\x70\x81\xf3\ \x61\x40\x66\x10\xfc\x79\x84\xea\x7a\x38\x02\x71\xc0\xb2\xd2\x19\ \x35\x09\x33\x04\x00\x00\x20\x00\x49\x44\x41\x54\x29\x13\xf8\xdd\ \x0f\xc3\x67\x2d\x7c\x97\xa3\x30\x00\x33\x3e\x28\x57\x44\x7c\xc3\ \x51\x99\xca\x33\x42\xb5\xe1\x39\xfb\x70\x06\x5d\xab\xd5\xb2\x87\ \xe4\xe4\xe4\x64\xee\xd0\x4c\x1e\x80\xea\xc3\x1d\xdd\xa8\xef\x47\ \xac\xa0\xec\x64\xde\x28\x19\x8e\xd4\x06\x84\x62\x78\xa1\xf9\x99\ \x40\x82\xa3\xf1\xf7\xad\x98\x06\x2c\x28\x20\xb2\x03\x74\x78\x57\ \x98\xd7\x15\x00\x50\x5e\xc3\x40\x09\x3d\x72\xe6\xc7\xd8\x69\x6e\ \x05\x0c\x5a\x81\xf9\x1e\xc1\x03\xa5\x77\xb0\xb0\x5e\x3a\x4b\x64\ \xad\x56\x57\x57\x73\x47\x13\xca\x5e\xaf\x4f\x1f\xeb\x72\xed\xda\ \xb5\xa8\xd5\x6a\xf1\xd9\x67\x9f\x65\x90\xc6\x28\x99\x1b\x0e\xbf\ \x04\xd0\xe8\x2d\xf7\xe7\x7f\x8c\x1c\x59\xb9\x87\x8a\x39\x19\x00\ \xa3\xb3\xf4\x14\x21\x73\x82\x2d\x0e\x0b\x79\x01\xd4\x70\x76\x5c\ \x07\x07\x68\x16\xd6\xb2\x07\x98\xb9\x59\x95\xf9\x10\xc4\xd0\x79\ \x80\x0a\xe3\x75\x62\xe0\x04\xcb\xe5\x1b\x40\x6c\xb5\x3a\xed\xa3\ \x22\xd8\x1b\x2c\xc1\x8a\x10\x40\xcc\xc4\x00\xe0\x60\x60\xb0\xf7\ \xe1\x70\x38\x67\x17\x66\xe8\x08\xda\x9c\x7b\xe4\x1e\x08\xca\xa8\ \x25\x8b\x8e\xbf\x02\xd8\x51\x8a\xba\x79\xf3\x66\x34\x1a\x8d\x64\ \x81\x58\x8f\x92\xb5\x05\x00\x3a\x10\x60\x83\xf5\xfa\xac\x27\xca\ \x3b\x06\x99\x27\x01\xce\xe7\x28\xf9\x6f\x04\x4c\x6c\xad\x52\xa9\ \xe4\x67\x4f\x4e\x4e\xe2\xe2\xe2\x22\x37\x49\xe0\x53\x01\x2c\x93\ \xc9\x24\x03\xa3\x19\x70\x03\x22\xec\xd3\x7a\x69\x00\x81\x8d\x7a\ \x83\x82\x93\xaa\x5a\x6d\xda\x06\xb1\xb2\xb2\x12\xfd\x7e\x3f\xf6\ \xf7\xf7\x53\xfe\xb0\xaf\x04\x5e\x98\x5d\xf4\x8a\x13\xf1\x59\x33\ \xe6\xe6\x24\x0f\x9d\x26\x99\x20\x88\xa1\x47\xdb\xdb\xdb\xb1\xb1\ \xb1\x91\xed\x12\x06\xe0\x7e\x62\x03\x60\x1f\xdf\x8e\xbe\x91\xe4\ \x1a\x78\x00\x60\xed\xcb\x1d\x37\x78\xdf\x09\x38\x63\x65\x0d\x3d\ \x77\xae\x61\xbf\x8d\xae\x60\x97\xf8\x18\xfb\x29\xb7\x5c\xa0\xb7\ \xde\x60\x61\x46\xcc\xb1\x93\x8d\x18\x66\x4a\x1c\x73\xb1\x49\xf4\ \x80\xbf\xbb\x75\x83\x79\x92\x80\x71\x3d\x6c\xd3\xc9\x85\xfb\xc7\ \x7c\x4d\xff\xcd\x3d\xc4\xbe\x0f\x71\x8f\xf9\x5a\x1e\xe8\x30\xf7\ \x29\x99\x24\xd6\x0a\x7b\x74\x53\xbd\x09\x13\xe6\x0e\x96\x30\xeb\ \x04\xab\x6e\x06\x90\xcf\xb0\x76\xb6\x75\xaf\x4f\xc9\xe0\x95\xe4\ \x07\x32\xe1\xda\xc4\x3a\xda\xa2\x48\xb8\xc7\xe3\x71\xd4\xb6\xb7\ \xb7\x6f\x13\xd8\x7c\x51\x9c\x92\x27\x6e\x67\x5e\x3a\xe2\x12\xbd\ \x51\x3a\x28\xd9\x1f\x9c\xbe\x85\x85\x82\xbb\xb7\x64\x3c\x1e\xa7\ \x13\x34\x55\xc7\x04\x09\xbe\x16\x96\xa9\x44\x07\xc8\xb2\x71\x1d\ \x41\x95\x0d\xfa\x7c\xd6\x80\x84\xac\xd7\x40\xc7\xdf\xa3\xac\x08\ \x25\xce\x7d\x71\x5e\xad\x56\x2b\x4e\x4e\x4e\xf2\x41\xa8\x2c\x84\ \xc7\x85\x5c\x50\x72\x64\x62\x79\xa3\xa4\xcc\x97\x85\x47\xc6\xbc\ \xcc\x62\x78\xad\xf8\x2e\x99\x3a\x8e\x80\x40\x48\xe0\x88\x88\xdc\ \xfd\x48\x69\xc8\x3d\x21\x18\x97\x7f\x77\x26\x81\xec\x90\xaf\x7b\ \xb0\x08\x76\xac\x17\x7d\x22\x2e\x2d\x98\xaa\xa6\xc4\x67\x40\x45\ \xd9\x83\xbf\x03\xd8\x58\x1b\x02\xc2\xd2\xd2\x52\xf4\xfb\xfd\x64\ \x00\x58\x77\x3b\x20\x4e\xa8\x37\xd3\x62\x9d\xae\xd5\x6a\xf9\x78\ \x15\x1c\xdf\xc5\xc5\x45\xca\xc7\x99\xa2\xcf\x3e\xe2\xb3\x94\x89\ \x28\x95\x61\x74\x64\xf4\x04\x27\x74\x9d\x40\x41\xa0\x46\xee\x94\ \x3e\x71\x12\xd6\x75\x7a\xba\x9c\x9c\xe0\xb0\xd1\x65\x67\xc5\xee\ \xd3\xc1\x21\xb2\x0b\x0c\xdb\x22\x20\x9b\x99\x8b\x88\x68\x36\x9b\ \x73\x89\x16\x4c\x46\xb7\xdb\x4d\xe6\x8a\xf7\x60\x91\x90\x11\xdf\ \xe5\x08\x04\x1c\x24\xef\xe3\xa0\xcb\xf5\x37\xf3\xc3\xda\xd1\x07\ \x67\xe0\x6a\x60\x00\xc8\x06\x5c\x1b\xfc\x71\xe8\xe8\xf2\xf2\x72\ \xf6\xa0\xf9\x44\x72\x03\x7f\x07\x53\xec\x1a\x07\x0c\x08\x02\x94\ \x93\x74\xc2\x16\x55\xab\xd3\x93\xd6\x2d\x07\xee\x8f\xbe\xaf\xac\ \xac\x64\x09\x9a\x67\x46\x32\x07\xdb\xb6\xcb\xed\xb0\x98\x3e\xb8\ \xd4\x0f\x35\x1e\x0c\x06\xb1\xba\xba\x9a\x8f\x1a\x5a\x5d\x5d\xcd\ \xc4\x85\x83\x79\x49\xe6\x08\xde\xa7\xa7\xa7\xc9\xec\x55\xab\xd5\ \xd4\x4f\xfc\x74\xbf\xdf\x9f\x3b\xa8\x93\x87\x47\x03\xe4\xcc\xc6\ \x3b\x86\xe0\xe3\x22\x22\x37\x1a\xb0\x0e\x80\x3d\x6c\x90\x7b\x8d\ \xc7\xe3\xdc\x4c\x40\x99\x9f\x13\xf4\x39\xcc\xd4\xfe\xc2\xbe\x19\ \x16\xd0\xc9\x3f\x2f\x33\x53\x66\xb7\xcb\xb8\x85\x0f\xe5\x7f\x6c\ \x9a\x35\xf1\x35\x1d\x97\x9c\xa0\x1b\x44\xe2\x17\xd1\x1b\x33\x6c\ \x7c\xc7\xc9\x52\x09\x98\x00\xdf\x5c\xd7\x6d\x15\xe8\x24\x32\xb5\ \xae\xda\x6e\xb8\x36\xc9\x91\xc7\xcb\x9a\x97\xed\x1a\xb6\x7b\x27\ \x5a\x2e\x41\x32\x17\x03\x15\xec\xd2\xb1\x0a\xdb\x74\x5c\x2d\x81\ \x0a\xba\x63\xb9\x72\xbe\x1e\x6b\x4f\xff\xaf\xe3\x7b\x59\x7a\xe7\ \x65\x7c\xc2\xb8\x88\x83\x06\x8a\xae\xf8\x98\xad\xf7\x5a\xf9\xb3\ \xd6\x19\x83\x32\xcb\x1f\x3b\x5f\x5e\x5e\x8e\xda\xf5\xeb\xd7\x6f\ \xbb\x37\x89\x85\x25\x90\x79\x50\xa6\x1b\xbd\x70\x06\x3e\x16\x2a\ \xc8\x9b\x80\x83\x50\x1c\x84\xb9\x17\x0b\x4e\xd0\x8c\x88\xac\xcf\ \x5b\x48\x38\x6f\x94\xc2\xca\x1e\x31\xeb\x33\x42\x71\x2f\x2e\x2e\ \xa2\xd1\x68\x64\xf0\x34\xc5\x4d\x16\xe4\xc0\xca\xf3\xdb\x9c\x81\ \x13\x3c\x9c\x11\x73\xfe\x15\xb4\x27\x00\xc9\xe7\xd3\xd0\x37\x40\ \xa6\x6c\xa3\x62\x4e\xc8\xc1\x7d\x1d\xee\x35\xc0\x30\x09\x82\x64\ \xa2\x96\xa5\xd1\x3b\x8f\xee\x80\x56\xad\x56\xa7\xbd\x31\x8c\xc5\ \x4c\x19\x0e\x0b\x67\x4d\x50\xe3\x1a\xa5\x22\xba\xfc\x65\xa3\xc1\ \x71\xd9\x89\xb1\x26\x04\x0f\x03\x67\x83\x18\xe6\x61\x27\xc9\x3f\ \x02\x8c\x1d\x16\x73\x75\xb6\x09\x63\x43\xb3\xf4\x60\x30\xc8\xa0\ \x03\x5b\x60\x5d\x3c\x3f\x3f\x9f\x0b\x4a\x8c\x65\x63\x63\x23\x22\ \x62\x6e\x3b\x3b\x0e\xdf\x4c\x1e\x07\x59\x62\x07\x66\x3a\x97\x97\ \x97\x63\x63\x63\x23\x83\x1b\xe5\x0d\xd6\xcc\x65\x3a\x64\x78\x76\ \x76\x16\x9d\x4e\x67\xee\x11\x39\x07\x07\x07\x29\x53\xb3\x1d\x8c\ \x99\xfb\xb2\x23\xd0\x8c\x0e\xe0\x82\xe0\x00\x7b\x62\xf9\x23\x13\ \x07\x93\x92\x01\x72\x46\x88\x8c\xcc\xe0\x92\x59\xf6\xfb\xfd\xa8\ \x54\x2a\x09\x9e\x79\xe8\xae\xfd\x04\xf3\x46\xcf\x47\xa3\x51\x1e\ \x20\xc9\x03\x93\xb1\x47\x1c\xbf\x03\x80\x33\x6e\x07\xac\x92\xf9\ \x1d\x0c\x06\x71\xf5\xea\xd5\x74\x9a\xe7\xe7\xe7\x79\x5c\x07\x73\ \xc2\x77\xf0\x50\x74\x97\x49\xf1\x83\x2e\xc9\x38\x18\x73\x5d\x80\ \x0e\xf3\xb2\x3d\xfa\x71\x2d\x24\x03\x6c\xc4\xb0\x3d\x61\x17\x24\ \x00\xf8\x17\x4a\xe1\xac\xb1\x33\xec\x88\x48\x9f\x86\x1d\x71\xca\ \xf9\xd1\xd1\x51\x1c\x1c\x1c\x24\x83\x80\xa3\x37\x80\xc0\xb6\x7c\ \x74\x04\xbf\xe3\x0b\x3d\x8f\xc1\x60\x90\x0f\x77\xa6\x04\x89\x0f\ \xe6\xe5\x9d\xa3\xce\xe2\x01\xef\xf8\x81\xf5\xf5\xf5\x0c\xd2\xec\ \x48\x65\x1c\x2b\x2b\x2b\x09\xa8\x00\x55\xeb\xeb\xeb\xf9\xc8\x27\ \x12\x3d\x82\x37\x7e\xd6\xb2\xf3\x3a\xb8\x6c\x83\xdf\x67\x4c\x65\ \x69\x8d\xf1\xf2\xf2\x67\x90\x9d\x5b\x29\xb0\x13\xc0\x15\x3a\x85\ \x5e\xf0\x7e\x09\xb4\x2e\xf3\x79\x1e\xb3\x7d\x9a\x13\x4e\xec\x8f\ \xb1\x71\x0d\x27\xb9\xb6\x65\xb3\x60\x25\x63\x0d\xe1\x51\xda\x95\ \xe5\xc1\x35\x4c\xbc\x60\x63\xac\x05\x7e\xc6\xf3\xb6\x5f\xe3\x7e\ \x26\x35\xca\xe4\x9f\xd8\xcf\xfa\x78\x9c\x8c\x91\x98\x1a\x31\xab\ \x7c\xa1\x6f\xcc\x9d\x35\x30\xd8\xf2\x75\xb0\x65\x7c\x19\x63\xc1\ \xe6\xf9\xe7\xbf\x59\x0e\xbc\x67\x00\x6b\x76\x94\xeb\x2f\x2e\x2e\ \xce\x25\xfb\x0b\x0b\x0b\x51\x5f\x5c\x5c\x8c\x7e\xbf\x3f\x87\x0c\ \xed\x18\x60\x36\x3c\x58\xa3\x4f\x3b\x00\x2b\x9c\x69\x51\x23\x4e\ \xc0\x1c\x9f\xa1\xc4\x66\x65\xf7\x3f\xae\x8d\x42\x58\x78\xa6\x30\ \x79\x3c\x06\x59\x20\x8b\x00\xcd\xcf\x75\x1c\x74\xec\xd0\x40\xae\ \x11\x31\x97\x51\xb8\x7c\xc9\x3d\x5d\xc2\xb3\x01\x42\x67\x96\x3b\ \x33\x22\xa6\xc0\x8d\x07\xa7\xd6\x6a\xb5\xb9\x06\x5c\xe4\x88\x93\ \x72\x4f\x07\x06\xda\xe9\x74\xe2\xea\xd5\xab\xe9\xbc\xb7\xb6\xb6\ \xa2\xd5\x6a\xc5\xfd\xfb\xf7\x13\x58\x74\xbb\xdd\x1c\xf3\xf9\xf9\ \x79\xde\x13\x39\x9b\xf9\x40\x86\xfc\x8e\x41\x5a\x71\x4a\x66\xd0\ \xa0\x07\xe0\x62\x90\x85\xec\xec\xb0\x98\xaf\x1d\x0b\x01\xab\xa4\ \xe2\x59\xcf\x32\x8b\xb0\x6e\xda\x89\xc0\x6e\x11\xf0\xd1\x3d\xe4\ \xb8\xb0\xb0\x10\x87\x87\x87\xf9\x3d\x0e\xfd\x74\x0f\x08\x3a\xe6\ \x3e\x33\xae\x8f\xde\x00\x98\x29\x9f\x7a\x8d\x2e\x2e\x2e\xe2\xf0\ \xf0\x30\x1a\x8d\x46\xae\xe3\xf1\xf1\x71\x02\x86\xc1\x60\x90\x3b\ \x4e\x71\x4a\x00\xa5\x56\xab\x15\x07\x07\x07\xd1\x6e\xb7\x63\x75\ \x75\x35\xed\xc0\x60\x09\x87\x42\x63\x33\x32\x42\x96\x00\x34\x80\ \x00\x36\x47\xd2\x50\xde\x1b\x76\xca\x4e\x93\xb9\xc2\x74\x41\xed\ \x97\x8f\xd0\xa0\xc4\x45\x56\xcd\x6e\x42\x74\xc7\xb6\x47\x90\x27\ \xc8\xd0\xf8\x8e\x6c\xd1\x23\x98\xde\xcb\x7c\x0c\xf7\xe3\x7d\xeb\ \x01\x9f\xa3\xa7\x08\x36\xf0\xe4\xe4\x24\x4e\x4f\x4f\xd3\xbe\x6b\ \xb5\x5a\x74\x3a\x9d\xb9\xa6\x6c\xae\x69\xfb\x2a\x93\x3a\xd8\x15\ \xe6\x64\x36\xf8\xf4\xf4\x34\x13\x2d\x58\x3e\xb3\x1c\xb0\x73\xb0\ \x64\xe8\x14\xce\x17\xd9\x72\xc0\xaa\x99\xb0\x32\xc8\x7a\xf7\x96\ \x59\x3a\xd6\xe3\xfc\xfc\x3c\xfb\xa7\x06\x83\x41\x8e\xeb\xf0\xf0\ \x30\xfd\xa6\x83\x00\x20\x09\x56\x8d\x63\x26\x0c\xbe\x19\x23\xa0\ \x6d\x38\x1c\x46\xbb\xdd\x8e\x9d\x9d\x9d\xe8\x76\xbb\xf9\x4c\x50\ \x7c\x39\xe7\x71\x31\x17\x58\x7a\x18\x07\x74\xdd\x3d\x3a\xcc\x0f\ \x46\xd1\x27\xf9\xa3\x13\xf8\x27\x83\x96\xb2\x92\xc1\xba\x38\x59\ \x42\x8f\xb1\x01\xfb\x7f\xbf\x0c\xa0\x5c\xf2\xc2\xe6\xf0\x27\xb0\ \xd2\xb6\x85\x32\xc0\xbb\xea\xc0\xdf\xf0\x97\x24\x25\xd8\x83\xed\ \xae\x64\x3e\xf8\xde\x65\xec\x18\x63\x43\x86\xd8\x01\xf3\xc0\x8f\ \x21\x73\xd8\x3d\xc6\x97\x8d\xd7\xd5\x59\x3f\x35\x76\xcb\xd8\xbd\ \x0b\x16\xff\xe8\x23\x80\x90\xaf\x63\x1e\xf2\x47\x96\x97\xad\x0f\ \xb2\xb3\xaf\xf6\xfb\xfc\x8c\x6c\x2c\x2b\xc0\x3e\x67\xea\x79\x6d\ \xf0\x5d\xff\x3f\xa0\x69\x16\x98\xf1\x1b\x0f\x58\x37\xf0\xa9\xe8\ \x0c\xc0\x8d\x75\x71\x0b\x0c\x6b\xef\x36\x28\xca\xfa\x94\xc8\xeb\ \x18\x1e\x8a\x14\x31\x2b\x1d\xf8\x40\x40\xfe\x71\x33\x82\x2c\xca\ \x48\x40\x34\x13\x85\xa0\xcd\x1c\x59\x30\x28\x92\xd9\x33\xfe\xc6\ \xf7\x70\x16\x0e\x4e\x0e\xa4\x0e\xc0\x16\x68\xc4\xec\x90\xcb\x32\ \x03\x85\xd9\x40\x41\x70\x28\x8c\x11\x45\x84\x2d\x21\x48\x39\xf3\ \xb9\xb8\xb8\x48\x07\x49\x39\x74\x79\x79\x39\xf6\xf7\xf7\xe3\xca\ \x95\x2b\x79\xe2\xf3\xb5\x6b\xd7\x62\x65\x65\x25\x0e\x0f\x0f\x63\ \x6b\x6b\x2b\x9a\xcd\x66\x5c\xbf\x7e\x3d\x01\xe1\xee\xee\x6e\xb2\ \x2e\xa3\xd1\x68\xae\x5c\x40\x70\xff\xce\x77\xbe\x13\xdf\xfd\xee\ \x77\x93\x19\x71\x96\x67\xe7\x3b\x1a\x4d\xfb\x9c\x38\x16\x62\x32\ \x99\xf6\x73\x7c\xf0\xc1\x07\xf1\xde\x7b\xef\xc5\x9d\x3b\x77\xa2\ \xdf\xef\xc7\xda\xda\x5a\xca\xf1\xec\xec\x2c\xcb\x14\xcc\x17\x27\ \x49\x40\x76\x86\xcb\xdf\x91\x07\x8e\xa5\x04\xc2\x18\x98\xd7\xd4\ \xec\x0b\xd7\x34\x43\x45\xe0\x70\x30\x61\x0c\x36\xda\x4a\xa5\x92\ \xfd\x21\xec\xac\x43\x2f\xad\xcf\x38\x69\x82\x20\x0e\x3c\x22\xb2\ \xb4\xcb\xae\xab\xc1\x60\x10\xbb\xbb\xbb\xc9\x50\x31\xa7\xb5\xb5\ \xb5\x68\xb5\x5a\xd1\xeb\xf5\xe6\x1e\x0d\xb2\xb0\xb0\x30\x77\x20\ \xa2\x9f\xcb\xc7\xbc\x17\x17\x17\xf3\xc8\x02\x0c\x97\x93\xd6\xb1\ \x1f\xee\xb5\xb6\xb6\x16\xbb\xbb\xbb\x73\xfd\x45\x94\xd3\x9c\x49\ \xd6\xeb\xf5\x3c\xf4\x94\x47\xa0\xb0\x26\x38\x74\x00\x26\xe5\x29\ \x74\x04\xd6\xee\xf4\xf4\x74\xee\xdc\x2c\x03\x21\x00\x9a\x1f\x1c\ \x5d\xaf\xd7\xe7\x4e\x50\x77\x99\x97\x31\xa1\x3f\x38\x17\x07\x71\ \xd8\x5e\x02\x03\x0e\x9a\x7b\x02\x62\xcc\x26\xb3\xd6\x94\xef\x18\ \x17\xdf\x07\xdc\x4c\x26\x93\xb9\x5e\x29\x02\x3d\xfa\x44\xd0\xc1\ \x2f\x50\xce\x62\x6e\x83\xc1\x20\x36\x36\x36\x62\x71\x71\x31\x81\ \xf1\x64\x32\x49\x1b\xe1\x28\x06\x02\xce\xc5\xc5\x45\x34\x9b\xcd\ \x18\x8f\xc7\xc9\xbc\x39\x08\xe0\x90\x57\x57\x57\x73\xfe\xc8\x97\ \x71\xf9\x10\x52\x07\xdc\xe1\x70\x98\x27\xc7\xe3\xb4\x8f\x8e\x8e\ \x72\x43\x05\xf3\x60\xdd\x9c\x28\xe1\x8b\x60\x41\x91\x6f\xb5\x3a\ \x3d\xb4\xd4\xcf\xed\xf4\x23\x88\x7c\x1e\x16\xbe\x0d\x3f\xcb\xda\ \x52\x26\xc7\xcf\x01\x30\x0d\xe6\x01\xfa\x00\x78\x74\x24\x62\x7a\ \x9c\x09\xec\xbb\x77\x6a\x1b\xa4\x71\x0d\x58\x2a\xca\xbf\x2e\x03\ \x01\x02\xdc\x6f\x85\x0e\x8d\xc7\xdf\x3c\x0c\x19\x3d\x83\xa5\x2f\ \x83\xa7\x7d\xa7\xc1\x03\x63\xe1\xe5\xd8\xe7\x04\xc7\x3a\x04\x1b\ \x59\x1e\x9a\x5c\x32\x3b\x66\xcc\xbc\x4e\xd6\x13\xaf\x1d\x71\x08\ \x3f\xec\x3e\xae\xf2\xb8\x1a\xec\x17\x9d\xb4\xff\xb6\xed\x72\x6d\ \xfc\x30\x76\x19\x31\xeb\x83\x06\x2c\x30\x67\xc6\x67\xa0\x69\x82\ \xc3\xe4\x07\x7e\x81\xb1\x39\x69\xe5\x3d\xe6\x80\x5c\x9c\x3c\xb9\ \xcc\x8b\x7d\x9b\x79\xe7\x85\x7d\x97\xd7\x20\x8e\x23\x37\xfa\x3c\ \x49\x00\xb0\x67\x64\x8b\xce\x44\x44\xea\x11\xfe\x88\x75\x84\xe9\ \x73\xef\x2e\xf7\x65\x27\x2f\xf1\x97\x7b\x2d\x2f\x2f\x47\x9d\xc1\ \x5b\x40\x38\x25\x84\x5b\xa2\x36\x1c\xa0\x15\xc7\x7d\x2e\x16\x32\ \x4e\xc5\xcd\x7a\xce\x02\xf8\x2c\x8b\xce\x81\x73\xb5\xda\xb4\xd7\ \x02\xc7\x0d\xe3\xc3\xf7\x4c\x35\xa2\x58\x56\x40\x32\x07\xb2\x67\ \x23\x70\x5e\x38\x88\x88\x48\x66\x88\xcf\x5a\x99\x6c\x64\xfc\x4c\ \xf0\xb7\x61\xd9\x10\x58\x00\x32\x40\x80\xd2\x73\xcf\x3d\x97\x40\ \x85\x72\x5f\xbf\xdf\x8f\xbd\xbd\xbd\x38\x3e\x3e\x8e\x5e\xaf\x97\ \xbb\x8b\x68\xee\xee\xf5\x7a\x09\x84\x70\x5c\xa7\xa7\xa7\xd9\x44\ \x6a\x47\xbd\xb0\xb0\x10\x9b\x9b\x9b\x73\x4d\xa1\xcf\x3e\xfb\x6c\ \xfc\xc5\x5f\xfc\x45\xec\xef\xef\xc7\x7b\xef\xbd\x17\xef\xbf\xff\ \x7e\x7c\xf2\xc9\x27\xf1\xe5\x97\x5f\x46\xbf\xdf\x4f\x05\x72\xff\ \x09\x65\x43\xd6\x8f\xc0\x69\x03\x21\x88\x39\x73\x31\xd5\x0b\x38\ \x37\x88\x05\x48\x96\x8d\xb2\xe8\xa1\x75\x02\x50\x64\xfa\xd7\x25\ \xca\x88\xc8\xb2\xa7\x33\xf5\x6a\x75\x56\x06\x04\x50\x4d\x26\x93\ \x34\x84\x83\x83\x83\xb9\x32\x09\xfa\x8e\x2e\x73\x26\x13\x0e\x9b\ \x12\x13\xf3\x33\x8b\x01\x68\x64\x6d\x70\xe4\xc3\xe1\x30\x7b\x55\ \x30\xc8\x8b\x8b\x8b\x3c\x1f\x8b\x00\x82\x8c\xc8\xec\x00\xc7\xc8\ \xc2\x6c\x20\xe0\x81\xe0\x31\x1a\x8d\xa2\xdb\xed\xce\x3d\xe1\x1e\ \xd0\x48\x59\xa7\x2c\xc7\xfa\x71\x38\xf4\x0c\xd9\x56\x79\x71\x0f\ \x97\x0a\x58\x27\xb3\x43\x66\x70\x08\x42\x00\x9e\x6e\xb7\x9b\xbd\ \x08\x3c\x67\x0e\xbd\x22\xd3\x73\x52\xc7\xcf\xe5\x73\xeb\x2c\x07\ \x58\x0f\xd6\xf7\xe2\xe2\x22\xee\xdf\xbf\x9f\x63\x81\x5d\x3c\x3b\ \x3b\x8b\x5e\xaf\x97\x00\x96\x92\x60\xbd\x5e\x8f\xf5\xf5\xf5\x74\ \xf0\x93\xc9\xf4\xb1\x57\xd8\x81\x93\x40\x58\x37\x83\x49\x00\x09\ \xc1\x8d\x1e\x28\xc0\x85\x41\x8f\xf5\x94\xb9\xc1\x68\x71\x14\x02\ \x7e\x08\xd0\x85\xff\x22\xc9\x02\xd4\x39\xc8\x47\x4c\x7b\x9a\x00\ \xf0\x2e\x61\x8c\x46\xa3\xe8\xf5\x7a\x79\x3f\x76\x8a\x3a\x19\xc5\ \xaf\x39\x01\x41\x57\xf0\x81\xb4\x5a\x90\x40\x94\x55\x05\x7c\x1e\ \x89\x25\xf3\xc7\x56\x59\x6b\x6c\x13\x1f\x5e\xce\x0d\xdf\xb0\xb9\ \xb9\x39\xc7\x2c\x13\x3c\x09\x6a\x80\x4b\x97\x3c\x9d\x58\x9b\x91\ \x75\x79\xcf\xa5\xad\xcb\xd8\x2c\x57\x24\xb0\x41\x74\x8e\xfe\x1f\ \x7c\x1a\xf3\xc7\x6e\x48\xa2\x7c\x6f\x33\x2f\x80\x0b\x07\xe3\x92\ \x79\x22\xe9\xa2\x65\x85\x24\x02\x9d\xc7\x8f\xda\xe6\x22\x22\x93\ \x7e\xfb\x7e\xf4\xd1\x8c\x16\xfa\xcd\xa3\x97\x4c\x7a\x78\x3d\xb1\ \x2d\x6f\x0e\x30\x80\x81\x24\x61\x4c\x5c\x9b\xfb\xf3\x0f\x19\x3a\ \x76\xa2\x9f\xf6\x69\x7c\xde\x15\x22\x97\x9d\xb9\x37\x36\xe2\x87\ \x4e\x33\x0e\x92\x02\x62\x94\x09\x00\xf7\x6f\x9a\x39\xc3\xc7\x95\ \x72\x33\x00\xf6\x2e\x58\x03\x5e\x92\x4c\x00\x3e\xf3\x45\x17\xd0\ \x0d\x7a\x6e\x2b\x95\x4a\xd4\xc9\x08\x7c\x76\x8e\xd1\xa2\x0d\x06\ \x45\x35\xe3\x04\x10\x01\x1d\xf2\x19\x32\x46\x14\x0c\x67\x0d\xd0\ \x32\x1a\xf5\x62\x5a\x28\xde\x3a\x8d\x81\x82\x7a\x09\x64\x2c\x86\ \x59\xb4\x1b\x37\x6e\xc4\xee\xee\xee\x37\x28\x4a\xc0\xc0\x65\x8d\ \xe1\x2c\xb6\xb3\x0a\x82\x30\x8f\xd8\x30\xe5\x8c\x90\x51\xdc\x7a\ \xbd\x9e\xa5\x0a\x7a\x09\xfa\xfd\x7e\x7c\xf2\xc9\x27\x51\xab\xd5\ \xe2\xfa\xf5\xeb\xb1\xb8\x38\x7d\xb6\xde\xa3\x47\x8f\xe2\xfe\xfd\ \xfb\xb1\xbf\xbf\x1f\xdd\x6e\x37\x83\x2e\x8e\xd4\x60\x37\x22\xe2\ \xab\xaf\xbe\x8a\xf7\xde\x7b\x2f\x9e\x7e\xfa\xe9\x78\xeb\xad\xb7\ \xe2\xf1\xc7\x1f\x4f\x63\xc1\xa9\x9a\xb9\x61\x3e\x04\x4f\x82\xf3\ \xca\xca\x4a\xfc\xf0\x87\x3f\x8c\xb7\xdf\x7e\x3b\x86\xc3\x61\x3c\ \x7c\xf8\x30\x7e\xfe\xf3\x9f\xc7\xbb\xef\xbe\x1b\xf7\xee\xdd\xcb\ \x47\xb4\x00\x12\xbd\xbe\xce\x5a\x90\x39\x41\x90\xac\xd6\x3a\x62\ \x60\xc0\x35\x00\x68\x7e\x50\x76\xe9\xbc\xf8\x0e\x86\xc9\xff\xac\ \x1f\xce\x0d\xa3\x2a\x9d\xbf\x4b\x94\x00\x12\x97\x30\x99\x83\xe7\ \x82\x43\x03\xac\xba\xac\x46\x40\x34\xc5\x4f\xd0\xe1\x7a\x8c\x09\ \x56\xd1\x59\xf9\xe1\xe1\x61\x1c\x1e\x1e\x66\x40\xe5\x3a\x04\xaf\ \x6a\xb5\x9a\x0c\x22\x19\x95\x6d\x00\x59\x45\xcc\x03\x51\x8c\x9b\ \x00\x85\x3c\x59\x07\xf7\xa6\x00\xe6\x19\xaf\xcb\xbb\xd8\x2a\xec\ \x16\x41\x90\xf3\xd0\x00\x97\xf4\x9d\x51\x72\xae\x54\x2a\x09\x10\ \x19\x03\x76\x45\x50\x35\x63\xc7\x3a\x32\x16\x6c\x91\xc4\x09\xc6\ \x0b\xbb\xc3\xe7\xa0\x1b\xac\x8f\x6d\x96\xf7\x2a\x95\x4a\x1e\x6b\ \x81\xcd\x7b\xcc\x94\xcc\x09\x62\xd8\x99\x99\x00\x97\xaf\x60\xc3\ \x4a\x46\x8d\xb1\xa1\x1f\x4e\x30\x90\x3d\xfd\x7f\x65\xc9\xe9\xf8\ \xf8\x38\x4f\x1f\xe7\x1e\xac\x05\xb6\xe6\xa4\x05\x90\x00\x23\xc5\ \x63\x9c\xb8\x17\x3e\x86\xe0\xcc\xba\x31\x37\xae\x5b\xaf\xd7\x33\ \x41\x73\x89\x69\x30\x18\xc4\xfa\xfa\x7a\xea\x07\x41\x09\x1f\x8a\ \x9e\xfa\x38\x0e\x36\x6d\xc0\x46\xb9\xd4\x6a\x9b\x77\x59\xc6\xf1\ \x01\xdd\xc6\x36\x60\x27\x57\x56\x56\xa2\xdd\x6e\xcf\x05\x61\xe6\ \x07\x2b\xc9\xd8\x58\x07\x74\x99\xc0\x1f\x11\x73\x25\x67\x7c\x1f\ \xb1\x0d\x06\x9e\x31\xdb\xbf\xe1\xfb\x5d\x0a\xf2\x2e\x35\x03\x26\ \x27\x1c\x06\x71\x06\x2b\x66\xe2\xed\xff\xd0\x67\x74\xc0\xc1\xdd\ \xf3\x70\x1c\x76\xc9\x11\xdf\x8a\xff\xb1\xff\x74\x99\x9b\x38\x8a\ \xde\x1a\x38\xba\xb2\xc4\x67\xca\x3e\x36\xec\x94\xcf\xb3\xd6\x10\ \x25\xdc\x6b\x34\x1a\xa5\x5f\xf3\x58\x4a\x9f\xfc\xbb\xc0\x18\x72\ \x71\x4c\x01\xf8\x23\x13\xe2\xac\x7b\xb1\x78\x1f\x7d\x30\xc0\xf6\ \xcb\x76\xe0\x7e\x5e\xf4\xca\xcc\x2b\xb2\x67\x5c\xde\xb4\x46\xd2\ \xca\x86\x26\xae\x83\xfc\x60\x6c\xf1\xa7\xc4\xa6\xf1\x78\x1c\xb5\ \xc7\x1f\x7f\xfc\x36\x99\x9b\x0d\x86\x1d\x2a\x4c\xde\x81\x09\x07\ \xc1\xe2\x33\x01\xbe\x6f\x45\x32\xfb\x85\x92\x98\x29\x43\xa0\x6e\ \x04\xf4\x2e\x10\xb2\x2c\x90\xbd\xaf\x5b\xf6\x4c\x45\x4c\x7b\xc7\ \x7e\xf8\xc3\x1f\xc6\xad\x5b\xb7\xe2\xce\x9d\x3b\x29\x68\xb6\x72\ \xdb\x69\xd3\x48\xcb\x9c\x30\x14\x23\x5b\x14\x13\x65\x23\xfb\xe4\ \x90\xbc\x8d\x8d\x8d\xcc\x8e\x00\x98\xfd\x7e\x3f\xba\xdd\x6e\x52\ \xf1\x28\xed\xfe\xfe\x7e\x7c\xf1\xc5\x17\x71\xef\xde\xbd\xd8\xdd\ \xdd\xcd\xc7\xa5\x38\x28\xb8\xec\x87\x03\x18\x8d\x46\x71\x70\x70\ \x10\x5f\x7f\xfd\x75\xbc\xff\xfe\xfb\xb1\xbf\xbf\x9f\x8f\x1b\xc1\ \xe9\x1a\x69\x5b\x36\x5c\x87\xeb\x9f\x9e\x9e\x66\xa9\xab\xd9\x6c\ \xc6\xcb\x2f\xbf\x1c\x7f\xfc\xc7\x7f\x1c\x3f\xf8\xc1\x0f\xe2\xc5\ \x17\x5f\x8c\xa3\xa3\xa3\x04\x7d\xcc\x3f\x22\xe6\x94\xde\xe0\xd8\ \x65\x5b\x67\x42\x76\x1c\x3c\xe6\xc4\x6b\x89\xa3\xe0\x67\x67\x4e\ \x04\x36\x9c\x81\xd7\xdc\xf7\x46\x76\xe8\x8b\x33\x7d\x9e\x9f\x06\ \xd0\x36\x9d\x5f\xab\xd5\x92\xdd\x02\x40\x39\xfb\x65\xac\xf4\xcc\ \x51\xfa\x21\x09\x61\xbd\x39\xc4\x14\xa0\x6d\x70\x6b\x06\xd0\xac\ \x2d\xe5\x33\xe4\x83\x1c\xe8\x85\xc4\x56\x00\x0c\x38\xb1\x4a\xa5\ \x32\xf7\xf0\x69\xec\x24\x22\xa2\xd3\xe9\xe4\x71\x16\x38\x29\xe4\ \x08\xd0\xe4\x28\x05\x67\x7b\x76\xfe\xec\x2e\xc4\xae\x23\xe6\x99\ \x65\xfe\xf7\x26\x14\x3e\x07\x90\xe0\x5a\x6e\x46\x47\xa6\xf4\xa8\ \xb9\xd7\xab\x94\xad\x19\xb7\x72\x73\x8b\x4b\x14\xee\xe1\x03\x30\ \x61\x03\xce\x20\x23\x22\x77\xc4\x01\x50\x00\x9a\xe8\xa4\x99\x4e\ \xe6\x01\xd3\x69\x86\xae\x52\x99\x36\x6c\x77\xbb\xdd\x39\x20\x5f\ \x96\x5a\x90\x07\xb2\x85\xbd\x71\xe6\x4d\x70\xa0\x94\x63\xff\xe7\ \x92\x23\x81\x25\x62\xc6\x62\x10\x78\xdb\xed\x76\x32\x9f\x04\x03\ \xfb\xe5\x56\xab\x95\x63\x21\xf0\xb1\x6e\xec\x10\xc6\xa7\x9b\x49\ \xc6\x1f\x23\x5f\x3e\x43\x90\x2d\x7b\x63\xcc\xce\x92\x98\x99\xd1\ \xa1\xf4\x0a\xe0\x64\x1c\x24\xaf\x9c\xf5\xc5\x29\xed\x93\xc9\x24\ \x93\x47\x64\x8e\x8f\x43\x3e\xa5\xfe\x59\x47\x59\x2f\xff\xdd\x3f\ \x9b\xbd\x71\xe0\xc5\x2f\xe0\x67\xd0\x35\xfb\x3d\xeb\x84\x37\x8d\ \x38\x46\xf2\x9e\xab\x37\xd8\x52\x49\x3c\x18\x80\x98\x29\x02\xf8\ \x33\x37\xb3\x57\xd8\x2a\x3f\xf3\x3f\xb6\x09\xb3\x63\x90\xc6\x46\ \x83\x92\xd5\x41\x3f\xb0\x59\xfb\x50\x64\x86\xdd\x21\x63\xc0\xf7\ \x1c\x88\x28\xe6\xc2\xb8\x79\x61\x2b\x2e\x15\x96\x60\xd0\xd7\x07\ \xa4\x1c\x1d\x1d\xc5\xc9\xc9\x49\xea\x85\x99\x76\xc6\xc8\xf5\xb8\ \x7f\x09\x16\xd1\x45\xb0\x87\x63\x93\x71\x06\xf3\xe4\x48\xa5\x88\ \x69\x72\x0d\xb9\x02\x99\x60\x0c\xc4\x0e\x71\x1f\xaa\xeb\x39\x8d\ \xc7\xe3\xa8\x97\xa8\x16\x21\x90\xb1\x70\x51\x04\xc4\x40\x0c\xc6\ \xac\x24\x5e\x3c\x16\x95\x20\x8c\xa3\x71\xa0\xc2\x01\x03\x5e\x0c\ \x74\x4a\x46\x02\x47\x60\xa4\x6a\xc1\x63\x9c\x1f\x7c\xf0\x41\xdc\ \xbc\x79\x33\xfe\xea\xaf\xfe\x2a\xfe\xe6\x6f\xfe\x26\xde\x79\xe7\ \x9d\x18\x0e\x87\xd9\x4c\x09\x1a\x26\x40\x19\x3c\x8d\xc7\xd3\x2d\ \xf3\x38\x21\x84\x0c\xd8\xa3\x21\x94\xa0\x47\x09\xa9\x56\xab\xc5\ \xf1\xf1\x71\x82\x19\xe4\xc1\x62\xf8\xec\x2b\x0c\x89\x79\x9b\x0a\ \x75\xaf\x80\x65\x8a\x63\x79\xf4\xe8\x51\xfc\xe3\x3f\xfe\x63\xee\ \x00\xdc\xdc\xdc\x8c\xed\xed\xed\x78\xe9\xa5\x97\xe2\xf9\xe7\x9f\ \xcf\xcc\x9d\x46\x65\x67\x55\xc8\x1c\x23\x07\x95\x53\x36\xb9\x7a\ \xf5\x6a\x7c\xef\x7b\xdf\x8b\xc3\xc3\xc3\xf8\xe8\xa3\x8f\xe2\x67\ \x3f\xfb\x59\xfc\xea\x57\xbf\x8a\x6e\xb7\x9b\xe3\x71\x80\xb0\xc2\ \xf2\xe2\x33\x56\x7e\xe6\x56\xad\x56\xe7\x76\x20\xe1\x74\x70\xe2\ \x8c\xd3\x19\x02\xb2\x62\x7d\x59\x27\xd6\xc4\x40\xd9\xc1\x9f\x43\ \x24\x31\x5a\x3b\x12\x4a\x50\xac\x29\x8e\x82\xb1\x51\x1e\x70\x56\ \x6b\x23\x66\xdd\x22\x66\x47\x54\x94\x01\x0e\x03\x67\xe3\x05\x40\ \x09\x5d\xc6\x1e\xb8\x86\xc7\x89\xa3\x47\xbf\x79\x4e\x20\xce\x07\ \x87\xe1\x35\x31\x18\x77\xd6\x3d\x1a\x8d\xd2\xe1\x12\x3c\xb8\xbe\ \x9b\x81\xc9\x50\xfd\x42\x97\x61\x37\xfc\xf8\x15\xd6\x02\x7d\x45\ \x2e\xd8\x3d\xb6\x86\x23\xb2\x53\x2e\xfb\x58\x18\x9b\x93\x2a\xec\ \x12\xbd\xf5\x39\x53\xf6\x33\x6e\x1d\x18\x0e\x87\xc9\x5a\xf2\x18\ \x16\xef\x5a\x64\x0d\x38\x1e\x81\xf9\x32\x36\xe6\xeb\x24\xc2\x41\ \xb3\xd7\xeb\xe5\x1a\x30\x4f\xeb\xb1\xdb\x13\xb0\x5d\xeb\x37\x25\ \x69\x36\x25\x98\x49\x21\xa3\x26\x09\x44\xce\xd8\x94\x7d\x22\x7e\ \x04\xb6\xdc\xe5\x0b\xd6\x98\x73\xf9\xe8\x01\x24\x00\x1b\x2c\x50\ \xa6\x03\xe8\x02\xf0\xb9\x0f\x40\xc2\x80\x90\xbe\x30\x76\x01\xba\ \x05\x82\x79\x9a\xd5\x43\x4f\xbc\xc6\x8d\x46\x23\x22\x22\xcf\xad\ \xf3\xf1\x24\x8c\x11\x00\xc6\xb5\x60\xa2\xca\x72\x1b\x6b\xe6\x20\ \xcf\x77\xf8\x3b\x6b\x64\x66\xad\x4c\xac\xdd\xf3\x53\xfa\xee\x12\ \xd8\x3b\x56\xd9\xbf\xf2\xfd\xb2\xec\xc4\xbd\xcc\x7c\xf1\x72\x8f\ \x93\x59\x1e\xcf\x93\x71\xfb\x3e\x8c\x03\x3d\x64\xbd\xd0\x01\xb3\ \x46\xe8\x12\xa0\x90\xef\x18\x1c\x79\x8c\xf6\xe1\xc4\x38\x03\x58\ \x74\xc6\xa0\x89\xf7\x91\x35\xdf\x45\x86\x65\xd2\xe7\xf8\x80\x0f\ \xb1\x6c\x98\x1b\xf6\xe7\x78\x53\x82\x39\xc7\x1b\x37\xd1\x33\x27\ \xdb\x64\x09\xb4\x0c\x66\xf1\xdf\x7e\x06\x2c\xf8\x82\xfb\xe4\xf1\ \x0b\xb5\xf9\x63\x28\xbc\xa6\xf6\xe7\x75\x9a\xb2\x4c\x79\x1a\x81\ \x33\x39\x14\xc1\xd9\x49\xc9\xfc\x58\x71\xf9\x7b\xc9\x32\x40\xf9\ \xba\xcf\x82\x89\xf8\xcc\x8f\x88\x59\x23\x72\x99\x71\xb8\x14\xc5\ \x82\xe2\x98\x9e\x7a\xea\xa9\xb8\xb8\xb8\x88\x7f\xff\xf7\x7f\x8f\ \xc1\x60\x10\x3f\xf9\xc9\x4f\x62\x38\x1c\xc6\x67\x9f\x7d\x16\x2f\ \xbd\xf4\x52\xbc\xf6\xda\x6b\xd1\xef\xf7\xa3\xdd\x6e\xc7\x70\x38\ \x6d\x34\xe6\x18\x87\x95\x95\x95\x1c\xd3\xca\xca\x4a\x1c\x1c\x1c\ \xc4\x3b\xef\xbc\x13\x1f\x7f\xfc\x71\x74\xbb\xdd\x38\x3a\x3a\xca\ \xec\xc8\xbd\x32\xa5\x13\x64\x4c\x5c\x8f\x45\xb5\x9c\xac\x34\x04\ \x21\x2f\x26\x34\x3c\x99\x6f\x09\x00\x00\xad\xbb\xbb\xbb\xf1\x9b\ \xdf\xfc\x26\xde\x7d\xf7\xdd\xf8\xf1\x8f\x7f\x1c\x6f\xbe\xf9\x66\ \xf6\xfe\x70\x44\x00\xcc\x87\xd9\x0b\x14\xc2\x25\x26\x33\x00\x7f\ \xf8\x87\x7f\x98\x60\xeb\xfe\xfd\xfb\xf1\xcb\x5f\xfe\x32\x7e\xf9\ \xcb\x5f\xc6\xce\xce\x4e\x9e\x33\x65\x83\x70\xd9\x80\x20\x88\x81\ \x18\xd8\x39\x90\x5e\xb9\x72\x25\x19\x24\x1c\x3c\xe7\x4c\xe1\x4c\ \x19\xaf\xc1\x35\x73\xa7\xc4\x80\xfc\x23\x62\xae\x14\x47\x76\xce\ \x79\x6a\x76\x68\x64\xd7\x2e\xf7\xfa\xd0\x4b\x3e\x4b\xaf\xd2\xf1\ \xf1\xf1\x5c\xd0\xa0\x8f\x88\x9f\x29\x43\x18\x74\x50\x8a\xb3\x8e\ \xba\x44\x45\x86\x4c\x60\x02\x48\xc3\x62\x20\x5f\xf4\x85\xa6\x7a\ \xc6\x14\x31\x3b\xbb\xab\x2c\x79\xd3\x7b\x83\x9e\x39\x7b\xe4\x7e\ \xc3\xe1\x6c\xc7\x20\xb6\x8f\x7c\x09\x2a\xd8\x67\xbf\xdf\x8f\x56\ \xab\x95\x0d\xfe\xe8\x6d\xa3\xd1\x48\x26\x0f\xf6\xc3\x40\x12\x7b\ \xa5\x9f\xc5\x41\x83\x03\x29\x01\x7b\xd8\x37\xa0\x1f\xdd\x65\x1d\ \xfd\x33\x7f\x67\xcc\xc8\x18\xf6\x0a\x9d\xe1\x9a\x47\x47\x47\x69\ \x9b\xf4\x58\xd0\xab\xc4\x11\x28\xd8\x09\xbd\x94\x65\x20\x02\xc0\ \xf1\x19\xc0\x13\xc1\x81\x35\x77\x2f\x99\x9b\xf1\xad\xcf\xe3\xf1\ \xac\x6f\xcf\x01\x95\x97\xfb\x99\x48\x0c\x06\x83\x41\x96\x5f\x19\ \x1b\x72\x43\x37\x09\x4e\x94\xd1\x5d\x46\xf1\x23\x70\x98\x2b\xe3\ \x05\x70\x52\xde\xa4\xd4\xc6\x06\x1c\xfb\x33\x02\x38\xe7\x63\x99\ \xad\x05\x18\xc1\x86\xe2\xeb\xd1\xb1\x8b\x8b\x8b\x3c\x06\x86\x53\ \xf0\x01\x5a\xdc\xd7\x8c\x1b\x3f\x73\x2d\xc6\x62\x1f\x66\x06\x9d\ \xbf\xd9\xc6\xb0\x73\x5e\xf6\xbf\x04\x44\x80\xb9\xc1\xbf\xfd\xba\ \x7b\x9b\x2e\xeb\xfd\x31\xa3\x63\x46\x0d\xbd\x74\x62\xe4\xe4\xc7\ \xe0\xc6\xec\x15\xe3\x30\xd8\x61\x7c\xe8\x9e\xe5\xc5\x3c\xb8\x5e\ \x59\x7e\xb3\x2e\x60\x7f\xb0\x56\xd8\x2a\x7a\x6d\x62\x24\x62\x9e\ \x09\x64\x3c\x4e\x02\x4a\x22\x04\x59\xe0\x47\x0d\x84\xbc\x9e\xf8\ \x46\xfc\x09\x7e\xd9\x9f\xe7\x9a\xe8\x7b\x19\x2b\x39\xd0\x9b\x24\ \x82\xcf\xdb\xf6\xcc\x5a\x32\x7e\xf7\xd8\x02\x88\x1c\xbb\xf0\xb3\ \xe8\x20\xc7\x85\x30\x36\xe3\x1c\xd6\xb8\x04\x7f\x4b\x4b\x4b\x51\ \xeb\x74\x3a\xb7\x9d\xe9\xa1\xac\x4c\x1c\xe0\xe3\x17\x4e\xc1\xa5\ \x29\x23\x59\x03\x2b\x84\x88\x23\x74\x69\xb1\x5c\x20\x84\xec\x17\ \xfd\x4d\x04\x5c\xee\x85\x10\x50\xcc\x2b\x57\xae\xe4\x6e\x2f\x76\ \x03\xdd\xbb\x77\x2f\x2a\x95\x4a\x3c\xf5\xd4\x53\xf1\xf9\xe7\x9f\ \x47\xbd\x5e\x8f\xbb\x77\xef\x46\xab\xd5\x8a\xdf\xfb\xbd\xdf\xcb\ \x85\x6a\x36\x9b\x49\x49\x8e\x46\xa3\xf8\xf2\xcb\x2f\xe3\x37\xbf\ \xf9\x4d\xfc\xeb\xbf\xfe\x6b\x7c\xfc\xf1\xc7\xf1\xf0\xe1\xc3\x6c\ \x32\x37\x45\xe9\x8c\x06\xe5\x8d\x88\xcc\xc0\x71\x92\x65\x8f\x9b\ \x81\x14\x4e\x9a\x4c\x11\x19\x12\x24\x4d\x41\xf3\x7d\xd6\x83\xb3\ \x60\x50\x8c\xdd\xdd\xdd\x68\xb7\xdb\xb1\xbd\xbd\x9d\x68\x1b\x20\ \xe1\x80\xbc\xb0\xb0\x30\x07\xdc\x30\x78\x02\x18\xd7\xc7\xa1\x6f\ \x6c\x6c\xc4\xab\xaf\xbe\x1a\x3f\xf8\xc1\x0f\xe2\xf5\xd7\x5f\x8f\ \xa5\xa5\xa5\x38\x38\x38\x88\xfd\xfd\xfd\xac\x4f\x2f\x2e\x2e\xa6\ \x03\xc7\xe1\xb3\xfe\x00\x15\x80\xb6\x65\x44\xc0\x36\x88\x62\x3c\ \x00\x28\x3b\x09\xaf\xbf\x81\x3c\xec\x06\xf3\xa1\x01\xf8\xd1\xa3\ \x47\x31\x1a\x8d\xb2\xc9\x1a\x3d\x45\x1f\x9d\x89\xb8\xe4\x8c\x0e\ \x57\x2a\xb3\xc3\x3d\x6d\x9c\x8c\x85\xb5\x03\x1c\x39\xe3\x67\x1e\ \x04\x7e\x27\x27\x8c\xd1\x0c\x93\x4b\x51\x47\x47\x47\xd9\x03\x03\ \xa8\xc0\x71\xa2\x07\x5e\x23\x03\x83\x6a\xb5\x9a\xe5\x69\x67\xdf\ \x30\x05\xf4\x32\xe2\x28\x4c\x6f\xb3\x36\xf4\xd6\x11\xa8\xcd\x58\ \x03\x7c\x08\x52\x06\x91\x0b\x0b\x0b\xb9\x83\xce\x25\x17\x82\x29\ \xba\x85\x83\x33\xe3\xcb\xd8\xfd\xe8\x17\x74\x96\x52\x18\x6b\xe7\ \x2c\x91\x75\x42\x37\x90\x07\x3d\x59\xcc\x33\x62\xd6\xf4\x4d\xc3\ \xfb\x68\x34\x8a\x4e\xa7\x93\xce\xd6\xad\x0c\x00\x3f\xaf\x3b\x7f\ \xf7\x73\x14\xd7\xd6\xd6\xd2\xae\x4b\x3d\x05\xc8\xb8\xc1\xf8\xec\ \xec\x2c\x56\x57\x57\xf3\x3d\x00\x81\x19\xdc\x88\x98\xf3\x6f\xe5\ \x29\xe8\xf5\x7a\x3d\x99\x30\x1e\x87\x63\x1f\xc4\x78\x16\x17\x17\ \xf3\x9c\x2c\x7c\x90\xd9\x17\x74\x75\x61\x61\x21\xfd\x20\x6b\x4e\ \x79\x0c\xbd\x72\x20\x45\xaf\xf1\x6f\xf8\x68\xe6\xc2\xf5\x39\xf4\ \x95\x39\x75\x3a\x9d\x68\xb5\x5a\x09\xaa\xb8\x27\x00\x87\x24\x8f\ \x0d\x03\xde\x41\x46\x5c\xf2\xda\xe0\x43\x59\x63\x74\xd1\x31\xc5\ \x0c\x39\x7a\x5a\x7e\x8e\x33\xd1\xf0\xb3\xd8\x07\x80\xc0\xeb\x6b\ \x96\x04\x5d\x36\xe3\x83\xcf\x43\x17\x00\x4e\xe8\x1b\xd7\xa2\xef\ \x92\xf7\xd8\x30\xc5\xd8\x78\xf1\x79\x83\x0d\x12\x07\xef\xaa\xf7\ \x75\x59\x23\xb3\x7b\x26\x26\x58\x2f\xc0\xa2\x63\x39\xe3\xc4\x7e\ \xb9\x8e\x37\xf5\x94\xba\xee\xd8\x86\x1c\x4c\x98\xf0\xbe\x01\x1e\ \xd7\xc7\xff\xb3\xae\xd8\x55\xaf\xd7\x4b\x40\xce\x26\x2b\x74\x02\ \x7b\x36\x83\x89\xee\x39\x2e\x98\x45\x36\x8b\x18\x11\x09\xfc\x21\ \x5a\x60\xca\xf9\x6c\xbd\x3e\xdd\x41\xeb\xc7\x74\xe1\xeb\x0d\xae\ \x4a\xf9\x7b\xdd\x6b\x9b\x9b\x9b\xb7\x5d\x36\x62\x11\xa0\x65\x8d\ \x56\x41\xb6\x66\xae\x78\x99\x0e\x35\x3d\x09\x72\xe7\xfb\xbc\x4a\ \xe4\xef\x2c\x8d\x6b\xb9\x14\xe7\xc7\x46\xd8\xa1\xf2\x39\xce\x11\ \x82\x5d\xe1\x6f\x1f\x7f\xfc\x71\x7c\xf5\xd5\x57\xf1\xfd\xef\x7f\ \x3f\xbe\xfd\xed\x6f\xc7\x6f\x7f\xfb\xdb\xf8\xfb\xbf\xff\xfb\x38\ \x3a\x3a\x8a\xad\xad\xad\xb8\x77\xef\x5e\x9c\x9f\x9f\xc7\xf1\xf1\ \x71\x7c\xf5\xd5\x57\xf1\xd9\x67\x9f\xc5\xdd\xbb\x77\xe3\xb7\xbf\ \xfd\x6d\x3c\x78\xf0\x20\x0e\x0e\x0e\xbe\x41\xd7\xb2\xb0\x36\x1a\ \x64\xc0\xdf\x58\x00\xd3\xa5\x08\xde\xd7\xe1\xf3\x46\xf0\x28\x0c\ \xca\xc2\xf7\xed\xe0\x70\x92\xfd\x7e\x3f\x95\x14\x05\x79\xfa\xe9\ \xa7\xf3\xc0\x54\x7a\x5f\x4c\xc1\xa2\xf0\x06\x5f\xfc\x9d\xb5\x71\ \x26\x4e\x59\x15\x67\xfe\xda\x6b\xaf\xc5\xdb\x6f\xbf\x1d\xaf\xbf\ \xfe\x7a\x34\x9b\xcd\xdc\x09\x79\x76\x76\xf6\x8d\x33\x75\x08\x78\ \xcc\xdd\x0e\xc9\xd4\x37\x41\x9c\xf5\x2c\xb3\x1d\x3b\x06\x7f\xb6\ \xcc\x9a\x58\x27\x32\x88\x83\x83\x83\x39\x50\x89\x8c\xc8\xd4\x09\ \x5e\x04\x57\xd6\x83\x31\x50\x86\xf1\xba\xe1\xc8\xcd\x1c\xb0\x51\ \x01\x80\xe4\x2d\xfa\x38\x6c\xd8\x19\xe4\xca\x0e\x25\x8e\x6b\x00\ \x7c\x54\xab\xd3\xdd\xb4\x3e\xb7\xcb\x0e\x85\x7b\xe3\xc4\xbc\xc5\ \x9d\x73\xa0\x68\xb8\x87\x69\x23\x60\x01\x78\x70\x7e\xac\x89\xcb\ \x7b\x4e\x1e\xac\xa3\xc8\xd0\xf4\x3d\x3b\xc2\x28\xf1\x8c\xc7\xd3\ \xde\x3e\x9c\x3f\x7a\x0e\x5b\x85\x1d\xf3\xc2\x29\x46\xcc\xce\xfb\ \xa2\xa4\xea\x9d\x63\x30\x7d\x11\xf3\xcf\x8f\x5b\x5d\x5d\x9d\xb3\ \x21\x9f\x3f\x46\xff\xce\xe2\xe2\x62\x6e\xe0\xf0\xe9\xe3\x30\x90\ \x76\xf0\x00\x07\xb2\x5f\xfc\x17\x01\xa6\x64\x1f\xd8\xc5\x67\x70\ \x66\xc7\x8e\xcd\xa2\x4f\xcc\xad\xbc\x27\xba\x6c\x76\x86\x00\x84\ \x9d\x00\x2c\x4f\x4f\x4f\xe7\x1e\x87\xb4\xb0\x30\x3d\xef\x8d\x32\ \x9e\x77\x7b\x36\x1a\x8d\x64\x52\x09\x14\xe8\x8d\x0f\x44\x8d\x88\ \x04\x9d\xf8\x6d\xb3\xb0\xdc\xab\x64\x10\xd1\x07\x07\x73\x58\x51\ \x7c\x0f\x2c\x35\x27\xb4\xd3\xac\xec\x43\x44\x2d\x0f\x7e\x37\x4b\ \xc4\x1a\xdb\x06\xd0\x57\xdb\x47\xc4\xfc\xf6\x7d\xc6\xe5\x32\x30\ \x73\x86\xdd\xb0\x7f\xc1\xf6\xf1\x2f\xf8\x55\xee\xc9\x1c\xcb\x64\ \x8d\xeb\x72\x6d\x93\x08\xac\xed\x65\xe3\x67\xcd\xcb\xc4\xc9\x7e\ \x0d\xe0\x81\xef\xb4\x2f\xe2\x5f\xc9\xba\x39\x3e\x31\x36\xe2\x6d\ \x44\xe4\xb1\x1e\xb4\x01\x19\x90\x97\x60\xc1\x7e\x8c\xb9\x9b\x2d\ \x74\xbc\x2e\x41\x38\x32\xe4\x33\x5c\x07\x7b\x02\x50\x99\x8d\xe5\ \x7b\xec\x7e\x24\x81\x59\x5f\x5f\xff\x06\x50\x76\xe2\x69\x70\xc7\ \x75\x79\xf1\x39\xee\xc3\xd3\x10\x86\xc3\xe1\x5c\xbf\x67\xbd\x5e\ \x8f\x66\xb3\x99\x84\x81\x63\x15\x7d\x9c\x26\x03\x5c\xb5\x72\xf2\ \x9f\x31\x6c\x6d\x6d\xed\xf6\xea\xea\x6a\xb2\x20\x2c\xaa\x95\x14\ \x81\xa0\x38\xce\xb2\x0c\x90\x8c\xd0\x5d\xe2\x30\x5b\x45\x70\x42\ \xd9\x71\x36\x25\x22\x86\x22\x65\xc1\xbd\xfb\xc3\x60\x04\xe7\x4b\ \xff\x53\x99\x01\x60\xe0\x77\xef\xde\x8d\x87\x0f\x1f\xe6\x39\x36\ \x77\xee\xdc\x89\x8f\x3e\xfa\x28\xc1\xd5\xe1\xe1\x61\x7c\xfe\xf9\ \xe7\xf1\xc5\x17\x5f\xc4\xa3\x47\x8f\xe2\xf8\xf8\x38\xd9\x19\xa3\ \x6e\xae\xcf\x33\xb2\x4c\x0d\x62\x54\xa5\x52\x7b\x21\x08\x4e\xfc\ \x9d\x46\x66\x8c\xe7\xb2\x1a\x39\x73\x2f\xd9\x2c\xbe\xe7\xf2\xeb\ \x68\x34\x8a\xad\xad\xad\xb8\x7e\xfd\x7a\x3a\x55\x2f\x38\x32\x76\ \x56\x66\x30\x4c\x10\x76\xb0\x00\xe8\x44\x44\xb2\x5c\x38\xc8\x57\ \x5f\x7d\x35\xfe\xf4\x4f\xff\x34\xde\x7a\xeb\xad\xf8\xd6\xb7\xbe\ \x95\x0e\xbd\xd7\xeb\xcd\x19\x98\x59\x27\xe6\x6e\x56\x04\xa7\x80\ \x63\x73\x49\xda\x0c\x15\xfa\x07\x68\xf0\x5c\xa0\x85\xf9\x3c\x41\ \x94\xcc\x8b\xd2\x1d\x41\x9b\xf5\x63\x7e\x76\xca\x7c\xce\x4e\x17\ \x30\xc0\xf7\x91\x1b\x8c\x11\x3b\xbe\xdc\x2b\x42\x59\x03\x10\xe7\ \x5e\xa2\xe1\x70\x98\xec\x03\x80\x24\x22\x72\x47\x9d\x33\x32\xc0\ \x19\x4c\x14\x25\x3e\x76\xc7\x21\x4f\xf7\x37\xa2\x6f\xa6\xd0\x5d\ \x4e\x31\x93\xe1\x35\xb6\x8d\xf1\x3e\x40\xc5\xe7\xb3\xe1\x07\x28\ \xab\xd3\xd3\xc3\xb9\x4d\x30\xc2\x00\x49\xfc\x00\x8e\x0e\xdd\x2c\ \xfb\xb8\x0e\x0f\x0f\xe7\xca\x1d\x24\x7b\x38\x5d\x27\x5f\x66\xbc\ \xc7\xe3\x71\x74\x3a\x9d\xcc\x78\x99\x17\x32\x38\x3f\x3f\xcf\xa0\ \xce\xd9\x7a\x4b\x4b\x4b\xd1\x68\x34\xe6\x92\x23\x64\x4c\xe9\xcc\ \x09\x0d\x6b\xcf\x67\x60\xff\xd1\x25\x33\x66\x96\xa7\xfd\x9f\x93\ \x05\x4a\xd7\x7c\x0e\x70\x07\x98\x01\x78\xf0\xf7\xcb\x32\xf7\x2b\ \x57\xae\xe4\xd9\x66\x3e\x20\xba\x56\x9b\xee\xce\xe4\xc8\x0e\x97\ \x4b\x0c\x56\x6d\x33\x00\x72\x7a\xac\x96\x97\x97\xb3\x07\x8f\xb5\ \x02\xbc\x45\xcc\x58\x7a\x82\x9c\x93\x2b\xca\xb5\x30\x76\x30\x57\ \x4b\x4b\x4b\xd1\xe9\x74\x52\xaf\xbd\xb1\x87\xf5\x72\xb2\x64\xbf\ \x6b\x3f\x01\xe8\x30\xdb\xe2\x38\x41\x00\xb6\x8f\x70\x5c\x41\x1e\ \x4e\x5a\xd1\x23\x80\xa3\x41\xf7\x65\x63\x2b\x93\x69\x9f\xe4\x5d\ \x82\x2a\xb3\x36\x6c\xed\x2f\xaf\xc1\xe7\xb0\x31\xb3\x5f\xcc\xd5\ \x25\x4b\xc7\x09\x5e\xf6\x73\xb6\x0d\x5e\xd8\xac\xd7\xd1\x8c\x4f\ \xc9\xc6\x21\x03\x62\x83\xab\x1e\xdc\x07\xfb\x2d\xf5\x1f\x7f\x8d\ \xde\x1b\x18\xa3\xe7\x26\x75\x1c\xa3\x68\xc9\xa1\x6f\xf2\xc5\x17\ \x5f\xcc\x23\x8c\x6c\x6b\xcc\x01\x2c\xc1\x7a\x95\x15\x1f\x92\x75\ \xfe\xce\x77\x69\x0f\xea\x74\x3a\x73\xb1\x00\x3f\x78\x7c\x7c\x1c\ \x7b\x7b\x7b\xd9\xe6\xc0\x9a\xa0\x33\x25\xc0\xc6\xff\x46\x44\xd4\ \x5a\xad\xd6\xed\x66\xb3\x39\x47\xf9\x3a\xd0\x13\xa4\x58\x64\x83\ \x17\xb3\x5b\x4c\xe0\xb2\x0c\xdf\x03\x22\x68\x5b\xe1\x2e\x43\xb7\ \x0c\xd8\x48\x94\x7b\x3b\x18\x5a\xa1\x58\x40\x3b\x31\x04\xef\xed\ \x9a\x4b\x4b\x4b\xb1\xb2\xb2\x12\x9f\x7f\xfe\x79\x7c\xf5\xd5\x57\ \x73\x3b\x27\x8e\x8e\x8e\xe2\xe8\xe8\x28\x8e\x8f\x8f\x13\xe1\xa2\ \x9c\xae\x6b\x43\x2b\xa2\x74\xd0\x87\x6e\xd2\xe4\xb3\x96\x8f\x11\ \x38\x8c\x1d\x06\xe6\xb9\x23\x0b\xee\x8b\xfc\x9d\x0d\x91\x09\x62\ \x64\x04\x92\x56\xab\x15\xcf\x3c\xf3\x4c\xca\x9d\xec\xd6\x54\xbd\ \x33\x39\xd6\x9a\xb9\x9a\xde\xe6\xba\x1e\x0f\x99\xb8\xaf\xd7\x68\ \x34\xe2\xb9\xe7\x9e\x8b\x37\xde\x78\x23\xfe\xe4\x4f\xfe\x24\x6e\ \xdd\xba\x15\x93\xc9\xb4\x77\xc7\xbb\xf1\x28\xa3\x11\x78\x7d\xe8\ \x20\xf3\x02\xe0\xf1\xbe\x4f\x1a\x76\xd6\xe9\x0c\xc3\x3d\x5e\xac\ \xfd\xc6\xc6\xc6\xdc\x33\xf9\xd0\x3b\x18\x22\x1c\x3f\x7a\x8c\x31\ \x02\xa0\x29\x03\x41\x49\xe3\x54\xa8\xcf\xa3\x73\x24\x27\xfc\xf3\ \x23\x6f\xec\xfc\x29\xeb\x60\x0b\x38\x18\x7a\xe6\xfc\xd9\xe3\xe3\ \xe3\x64\x5b\x1c\x30\xec\xe8\xc9\x02\xe9\xa9\xe1\x7d\x37\xde\x7b\ \xee\x76\x6e\xd8\xad\x19\x52\xe4\x8a\xed\x22\x6b\x02\x21\x20\xcb\ \x0c\xa3\x33\x39\xfa\x74\x68\xac\x36\x70\x62\x4d\xce\xcf\x67\x0f\ \xf7\x25\x39\x82\x01\x9c\x4c\xa6\x25\x25\x9e\x48\x80\x3d\xe3\x47\ \x00\xa8\xe8\x6a\xc4\xec\xd9\xa1\x8c\xa3\xd5\x6a\x25\x18\x6d\xb7\ \xdb\x73\x63\x1b\x0e\x87\xd1\xe9\x74\xe2\xca\x95\x2b\xb1\xb7\xb7\ \x97\xfa\x4d\x92\xc3\xf3\x42\x4b\xbb\x25\xa0\xf0\x79\xef\x64\x43\ \x0f\x01\xf0\x11\x91\x76\x59\xa9\x54\x52\xf7\x29\x6d\xb0\x8e\x80\ \x34\x6f\x43\x77\x3f\x16\xfe\x08\xb9\xe3\x2f\x47\xa3\x51\xea\x74\ \xb5\x5a\xcd\xc7\x38\x71\xf8\x2c\x99\x37\xe0\x8c\xc7\x79\x21\x13\ \xd8\x5f\x33\x52\x2e\xbd\x98\x2d\x5b\x5b\x5b\x4b\x80\x89\x3c\xcc\ \x54\xf9\x2c\x28\x7c\x35\xfe\xd0\x3e\x8d\xbe\x4e\x18\x55\x1a\xf3\ \x49\xbc\xb0\x03\x92\x74\x83\x1f\xeb\xa6\x01\x80\x59\xe6\xb2\x2a\ \x00\xd0\x72\xcc\x22\x5e\x60\x07\x96\xab\x13\x3f\xdf\x33\x22\xe6\ \x8e\x0e\x71\xa2\x4d\x30\xc7\x1f\x96\x36\x61\x00\x86\x9d\xf1\x33\ \x55\x07\xef\xdc\xe3\x1e\x8c\x1f\xbf\x62\x20\x6c\x06\x0d\x3d\xb1\ \x0d\x33\x6e\xee\xe5\x1e\x28\x57\xa9\x0c\xac\x22\xe2\x1b\xbd\x58\ \x66\x84\x0c\x10\x59\x2f\x27\xfc\x06\x37\x06\x5f\x8e\xdf\xc8\xa4\ \xc4\x07\x54\x36\xca\x35\xc6\x3f\xf6\xfb\xfd\x38\x3d\x3d\x8d\xb5\ \xb5\xb5\x58\x5e\x5e\x8e\xcd\xcd\xcd\xd8\xdb\xdb\xcb\x53\xdd\x2f\ \x23\x84\x2e\x5b\xc3\x88\x29\x43\xcf\xc6\xa7\x7a\x0f\xf8\xb3\x6a\ \x00\x00\x20\x00\x49\x44\x41\x54\xbd\x9e\x8f\x61\x22\x09\x70\xb2\ \xee\x8a\xd0\xde\xde\x5e\xf6\x6f\x0e\x87\xc3\xb8\x7e\xfd\x7a\x3e\ \xc6\xcc\xe5\xcc\xdf\x15\xab\x6b\xcb\xcb\xcb\xb7\x5b\xad\x56\x96\ \x0d\x58\x54\x16\xd2\x0e\x9b\x97\x81\x8b\xa9\x45\x53\x8d\x38\x26\ \x67\x34\x08\xdd\x03\x30\x35\x8a\xd1\x22\x34\x16\x01\x36\xc3\xe7\ \xcf\xf0\x19\xee\x53\x32\x47\x08\x97\x7b\xe3\xd8\xf6\xf7\xf7\xe3\ \xfe\xfd\xfb\x71\x7e\x7e\x9e\x8f\xd0\x38\x3a\x3a\x4a\xc6\x25\x22\ \x92\xbd\x2a\x01\x88\x05\xc9\xb5\x5d\x0f\xf6\x7d\x51\xca\xcb\xc6\ \xe8\xac\xc0\xa0\x11\xc3\x84\x09\xc4\x08\x01\x4a\x25\x33\x61\x27\ \xe2\xb9\xb7\xdb\xed\x68\xb7\xdb\x39\x36\x03\x88\x6a\xb5\x9a\xe0\ \x08\xe3\x2e\x99\x3f\x3b\x12\xe6\x81\xf2\x02\x1c\x5d\xf6\x60\xa7\ \x1c\x60\x6a\x61\x61\x21\xae\x5d\xbb\x16\x3f\xfa\xd1\x8f\xe2\xcf\ \xfe\xec\xcf\xe2\x85\x17\x5e\x88\x7e\xbf\x1f\xf7\xee\xdd\xcb\x03\ \x1d\x09\x62\x64\xdc\x38\x84\xc9\x64\x92\x65\x0e\x97\x28\xcd\xa4\ \xf0\x33\x99\x2c\x46\x09\xd5\xce\xd8\x09\x10\xd6\x05\x9c\x2f\xce\ \x02\x59\xfb\x58\x01\xbe\x8b\xee\x70\xb8\xa4\x4b\xb8\x34\xfc\x02\ \x16\x91\x27\x6b\x71\x71\x71\x91\xa5\x3a\x03\xef\x5e\xaf\x37\x17\ \x90\x28\x55\x72\x96\x11\x36\xc7\x89\xfb\x0e\x2c\xe8\x31\xdb\xae\ \x09\x76\xf4\x8b\x90\x19\x9b\xb9\x64\x7c\x0e\x46\x3e\x9a\x02\x67\ \xc2\x7b\x8c\x0d\xdd\xe2\x77\x40\x27\x49\x98\xc1\x25\x8e\x9c\x0c\ \xcf\xe5\x42\xb3\x05\x38\x2d\x7c\x88\x19\x15\x82\x3c\x20\x0b\xf6\ \x98\x1e\x4c\xc6\x88\xb3\xa4\x34\xea\x52\x12\xfa\xeb\xb3\x9a\xb8\ \x36\x09\x11\x72\x01\x38\x53\x82\x40\x2f\xac\x5b\x80\x11\xec\x8d\ \x47\xdf\x30\x1f\xd8\x34\x67\xdf\x06\x83\xd5\x6a\x75\x8e\x55\xb5\ \xb3\x47\xff\x5c\x66\x41\x07\x4a\x50\x8f\xfd\xa2\x57\x4e\xae\xd0\ \xe1\x88\xd9\xc3\xaa\xb9\x17\x40\x06\x99\x97\x89\x22\xe0\x14\x96\ \xca\xc9\x6e\xad\x56\x8b\xc3\xc3\xc3\x4c\x26\xd0\x3f\x36\x61\xf8\ \x21\xec\x66\x27\x60\x04\xcc\x1e\xf2\xc4\x81\xe5\xe5\xe5\x68\x34\ \x1a\x59\x42\x64\x0c\x24\x09\xe8\xa4\x4b\xc0\xf8\x45\xeb\x8e\xc1\ \x2e\x36\x87\xbe\x18\x98\x33\x3e\x92\x26\x40\x36\x65\xa0\xd1\x68\ \xf6\x94\x0e\x27\xf7\x11\x31\xa7\xe7\xc8\x89\xd8\x63\x72\xc0\x80\ \xd5\x3e\xdd\x3e\x93\xe0\xec\x75\x70\x6f\x53\x49\x6a\xf0\x5d\x6c\ \xc8\x49\x4f\x19\x63\xf8\x3c\xfa\x67\xb9\x5a\xbf\xec\xd7\xd1\x27\ \x6f\x54\x22\xc6\x73\x6f\x62\x8e\xe5\xc8\xfb\x8e\xff\xe8\x53\x19\ \x2f\x78\xb9\x12\x52\x32\x7f\xc4\x76\xde\x07\xc4\xd3\x17\x48\x32\ \x46\xeb\xc0\xf2\xf2\x72\x3c\x7c\xf8\x30\x77\xc8\xe2\x9b\xb8\x1e\ \xba\x42\x3c\x75\x8f\x19\xb1\xb4\xd3\xe9\x44\xb3\xd9\x9c\x8b\xb9\ \x4e\xee\xd1\x11\x92\x0c\x36\xbf\x60\x6b\xb4\x0c\x31\xe7\x92\x5d\ \xb6\x9f\x5d\x5a\x5a\x9a\x02\x2c\x76\xd1\xe1\x84\xb8\x39\x0e\x97\ \x1b\x3a\xab\x32\xc2\xb6\x02\xf2\x77\x8c\x0e\x67\x84\x61\xf0\x7f\ \x49\x77\xb3\x18\xce\x46\x19\x07\x99\x2f\x03\x47\xa1\x5c\x57\xf7\ \x22\x96\xd9\xb7\x9d\x3d\x42\xa1\x06\x8b\x20\x78\x36\x58\xd9\x70\ \x8c\xe2\xa0\x88\x5c\x13\xa7\x69\x70\xe8\xa0\xef\x31\x3a\x00\x98\ \xd9\x2a\xb3\x65\x16\xcb\x0a\xea\x4c\xc5\xd9\x93\x33\x45\x1c\x2c\ \xf2\xe8\x74\x3a\x73\xe5\x43\x9c\x1a\x4a\x0b\xa3\xe7\x9e\x36\xd7\ \xa4\x59\x6b\xe6\xc3\x3f\xee\x8f\x41\x00\x26\x28\xa7\x54\x2a\x95\ \x7c\xae\x25\xcc\xd9\xc2\xc2\x42\x7c\xeb\x5b\xdf\x8a\x37\xdf\x7c\ \x33\xde\x78\xe3\x8d\x78\xe2\x89\x27\xa2\x5e\xaf\xc7\xe1\xe1\x61\ \x3c\x7a\xf4\x28\xfb\x49\x90\x8d\x1f\xd9\x61\x3d\x23\x90\x10\xb0\ \xdd\x47\x84\x13\x2c\x1d\x33\x8f\x3b\x31\x30\x81\x7d\xb3\xac\x61\ \x10\xf8\x8c\x03\x22\x8e\x0a\xa7\x6b\x30\xe8\x83\xef\x08\x7a\x00\ \x2a\xb2\xc6\x32\xd9\xc0\x91\xe1\xb8\x68\x02\xb6\x23\x85\xc1\xa2\ \xf1\x97\xfb\x97\x4c\x1e\x63\x41\x17\x90\x1b\x4d\xe5\xe8\x8a\xcb\ \xd8\x06\xf8\xcc\x89\xb5\x76\xb0\x77\xc0\x73\x26\xba\xba\xba\x3a\ \x17\x2c\x28\x89\xc0\x2c\x71\x26\xcc\xc2\xc2\x42\x96\xac\x2a\x95\ \x4a\x74\x3a\x9d\x58\x5c\x5c\x8c\xfd\xfd\xfd\x04\x65\xde\x55\x88\ \xbd\x54\x2a\x95\xb4\x75\xc6\x0a\x1b\xc6\x58\xca\x26\x63\xeb\x26\ \xba\xe8\xa0\x0c\xa8\xac\xd7\xeb\x73\x0f\x2b\xc6\xfe\x69\x91\x30\ \x60\x47\x36\xee\x51\x29\x7b\xf9\xd0\x35\x4a\x8c\x94\x89\x19\xa3\ \x37\x99\x30\x3f\xbe\xe7\xc7\x61\x19\xf4\xe3\xbc\xd1\x2b\xfb\x52\ \x97\x76\xb0\x19\x64\xcf\x75\xe9\x3f\x35\x93\x0a\xc8\xe6\x67\xc6\ \xe1\xd2\xad\x7d\x30\x60\xdb\x7e\xc9\x3e\x8e\xc4\xc2\x19\xbc\xd7\ \x0b\xf9\x00\xac\xb8\x2e\x1b\x1d\xb0\x47\xe6\xe0\x20\xcd\xbc\xb9\ \x17\xeb\x6b\xd0\x82\xad\x94\x4c\x91\x93\x5f\x6c\x0e\x7b\xe0\x33\ \x6c\x2e\x38\x3a\x3a\xfa\xc6\x79\x67\x66\x99\x0c\x52\xec\x03\x49\ \x14\xcc\x0e\xd9\x9e\x2d\x0b\x03\x34\x33\x43\x06\x65\xd8\x95\x2b\ \x3d\x06\x0a\x5c\xd3\x20\xc9\xf2\x70\x52\xc8\xbd\x23\x66\x15\x01\ \xbe\xe3\x38\x86\x4c\x99\x03\xf3\x02\xb0\x78\x3e\x06\x79\xf4\x41\ \x1a\x68\x5a\x66\xf6\x73\x65\xd9\x8c\xcf\x3a\x46\xd2\x6b\xc7\x3c\ \x48\xe2\xc6\xe3\x71\xfa\x0e\x92\xac\xe3\xe3\xe3\xf8\xf2\xcb\x2f\ \x53\x7f\xf1\x5b\x8c\x83\x44\x0a\x19\xda\xef\x37\x9b\xcd\x04\xf8\ \x4e\xec\x2c\x53\xe3\x1b\x83\x63\x92\x1e\x83\x3f\x03\x6c\xd6\xd3\ \xfa\x6a\x20\x59\xbb\x72\xe5\xca\x6d\x28\x72\xef\x74\xc3\xc1\x38\ \x70\xd9\xb1\x9b\x91\x61\x91\x11\x8e\xc1\x16\x8a\x83\x60\x58\x3c\ \x06\x64\xe0\x03\xa2\x46\x48\x7c\xdf\x8f\x74\xe0\xb3\xa5\x21\x39\ \x28\x3a\x03\xe0\xe5\x86\x5b\x14\x17\x60\x81\x63\xc4\x31\x90\x4d\ \x97\x94\x68\x09\x20\x6d\x94\x00\x43\x14\x86\xbe\x08\x1c\x28\xe3\ \x62\x21\x9d\x31\x95\x99\xa0\xb3\x23\xee\x5b\x96\x7a\xdc\x1f\x63\ \xe6\x84\x92\x2e\x99\x1a\xf2\x1b\x8f\xc7\xd1\xef\xf7\x73\xf7\xdf\ \xfe\xfe\x7e\x1c\x1c\x1c\xc4\xee\xee\x6e\xf6\xbc\x20\x27\x9f\xb3\ \x63\xc7\x67\xc5\xb4\xd3\x01\xa4\x52\xf2\xb1\x7e\x30\x37\xfa\x5f\ \x9e\x7f\xfe\xf9\xf8\xa3\x3f\xfa\xa3\xf8\xd1\x8f\x7e\x14\xdf\xf9\ \xce\x77\xf2\x60\x53\x02\xb4\x41\x32\x06\x67\xdd\x71\x49\x8a\x17\ \xfa\xe4\xcf\x2d\x2c\x2c\x64\x03\xbe\x75\x91\x39\xba\x61\xd9\x6c\ \x01\x86\xe5\xbf\x39\x78\x20\x07\xe4\xed\x92\xee\x70\x38\xcc\xc6\ \x5e\xd8\x60\xc6\x47\xb0\xdb\xdf\xdf\xcf\xcc\x0d\x90\x86\xfe\x71\ \x6d\xd8\x1a\x97\x08\xb1\x43\x3b\xb1\x4a\xa5\x92\xec\x1e\xbd\x33\ \x04\x6b\x00\x1e\xc9\x89\x6d\xc4\xe0\xca\x3d\x3e\x06\x26\xe8\x0e\ \xfa\xec\xdd\x5c\x06\x8e\x80\x04\x4a\x9f\x64\x9a\x93\xc9\x24\x4b\ \x81\x80\x35\x07\x66\xf7\xb7\x60\x87\x7e\x66\xa1\x81\x0e\xd7\x2f\ \x33\xce\x88\x59\x60\x76\x89\x02\x7b\x5b\x5e\x5e\x8e\x66\xb3\x99\ \x0e\x1d\x40\x0b\xe0\xa2\xbf\xc3\x20\x83\x7f\xe8\x04\xba\x4e\x90\ \x36\x98\xaf\x56\xab\xd1\x6c\x36\x53\xbf\xdd\xd7\x82\x23\x06\xa4\ \xb9\xa9\x1e\xbb\x40\x8e\xee\x9b\xc3\x4f\x98\xf5\x64\xde\xd5\x6a\ \x35\xcf\xaa\x82\x99\xb1\xcf\x62\x6d\xf0\x11\xe3\xf1\x38\x37\x49\ \xf8\x9a\x3e\x35\x9d\xf9\x19\x8c\x9a\xb9\xb0\xff\x65\xd3\x00\xe3\ \xc7\x0e\x01\xa1\x04\xbe\xc1\x60\x90\xfd\x56\xb0\xb4\x8b\x8b\x8b\ \x73\x6c\x24\xe5\x7d\xf4\x85\x76\x09\xec\x85\x39\xe3\x5f\xec\xb7\ \x4b\x3b\xe4\x3b\xf6\xfd\x66\xff\x6c\x57\x8b\x8b\x8b\x59\x2a\x32\ \xe0\xe1\xbb\x0e\xb2\xf8\x0c\xe6\x6b\xb0\x65\x26\x08\x40\x61\xbb\ \x74\x32\xca\xfd\x0d\xdc\x91\x97\x3f\xc3\x75\xb1\x73\xdf\xcf\x89\ \xa3\xc7\x4a\x2c\xb8\x8c\x29\x72\x42\x68\x1f\x8e\xdd\xf0\xf3\x65\ \x15\x29\xe6\xe4\xf9\xfb\xda\x66\x6c\x18\x8f\x81\xa1\x13\x26\xe6\ \xec\xb8\xc5\xdf\xf1\x2b\x65\xbc\x46\xa7\xe9\x07\xe4\xc8\x26\xe6\ \xcf\x58\xf0\x15\x24\x1a\x95\xca\xf4\xe9\x07\x3c\xc5\xc1\x8f\x56\ \x62\x4d\x59\x1b\xe4\xe2\x26\x77\x74\x0a\xfd\x77\x92\x67\x20\xcf\ \x7c\xb9\x3e\x73\x36\xa9\x33\x99\x4c\xa2\xce\x00\xc9\xbc\x70\x24\ \xfe\x67\x26\x86\x8b\x11\x50\xcc\xd6\xc0\x8c\x30\x38\x07\x07\x97\ \x2a\x70\x04\x5c\x93\x97\x9b\x9e\x4d\x3b\xe3\xd0\x8c\xd8\x1d\xf8\ \xad\x64\x08\x8a\xe0\xe7\x2c\x94\x2d\xd3\x66\x47\x18\x6b\xb7\xdb\ \xcd\x9a\xb0\x0d\x84\x8c\xcc\x0b\x8a\x52\xfa\x79\x50\xdc\x2f\x62\ \x76\x04\x81\xcf\x03\x62\xfc\x6c\xcd\x65\x91\xcc\x3c\x30\x77\x80\ \x2a\x8b\xea\x53\x94\x71\xda\xfc\x8c\x53\x2b\x9d\xde\xa3\x47\x8f\ \x92\xb1\x62\x3e\x00\x2f\x9e\x63\x78\x7e\x7e\x1e\x7b\x7b\x7b\x31\ \x1a\x4d\xcf\x0f\x7b\xe5\x95\x57\x92\x61\x2a\x41\xa1\x65\xcd\xff\ \xe8\x8b\x1b\x47\x29\xa7\x39\x9b\x60\x7c\x30\x64\x00\x8e\x3f\xf8\ \x83\x3f\x88\xd7\x5e\x7b\x2d\x76\x76\x76\xe2\x9f\xfe\xe9\x9f\xe2\ \xd7\xbf\xfe\x75\x7c\xf4\xd1\x47\x79\xcf\x6a\xb5\x3a\xf7\x40\x53\ \xe4\x8e\x3c\x00\x0f\xdc\x87\x71\xe3\x14\xe8\xd9\x21\x90\x21\xf3\ \xc1\x60\x7a\xb2\xb8\x4f\x3c\x36\x1b\x42\x19\xa6\x52\x99\xf6\xd0\ \xb8\x71\x15\x90\x81\x9e\x98\x4d\x01\x08\xf8\x20\x4b\x9c\x3a\x06\ \x47\x46\x1f\x11\x73\x0c\x2a\x3d\x5f\x76\xa6\xc8\x97\x66\x63\x9a\ \x3e\x61\x89\x5c\xb2\xe4\xb0\xdb\x32\x7b\x86\xd5\x60\x0d\xd0\x61\ \x74\x9f\xf5\x74\x70\x26\x59\xb0\x7e\x02\x1a\x70\x96\x34\x47\x53\ \xc2\xe6\x5e\x38\x6b\xdb\xe0\x78\x3c\x3d\xf3\x89\x7e\x87\x5e\xaf\ \x97\x80\xd3\x4c\x2e\xd7\xe2\x3d\x0e\x58\xc5\xa7\x90\xb0\x20\x23\ \xdb\xa7\x4b\xf5\xce\xe6\x5d\x7e\x44\xef\x60\x30\x9d\x08\xe2\xf8\ \xb1\x7b\xee\x39\x99\xcc\x1e\xb7\x81\x4e\x51\xa2\xc4\x17\xe2\x3f\ \xc9\x9a\xb1\x61\x98\x72\xec\xc5\xe5\x62\x27\x46\x5c\x83\x24\xd7\ \x7e\x03\x7f\xe9\xa3\x71\x90\x55\xb3\xd9\xcc\xc7\xe0\x00\x64\xc8\ \xaa\x01\x2b\xd6\x25\xfc\x36\x8d\xf5\xf4\xff\x01\xf8\xf1\x5b\xc8\ \x07\xe0\x4e\x29\x8d\xd2\x34\x3a\xcf\xbc\x7d\x3e\x15\xcc\x24\x3b\ \x49\x61\x85\x09\xd6\x2e\x4f\xe2\x3b\x6b\xb5\xe9\x46\x24\x6c\xde\ \x2c\x88\xd7\xa8\x64\x6e\xec\xf7\xcd\xd2\xf2\x7d\x7e\xa6\xe4\x8c\ \x8c\xb9\x96\x99\x90\x88\x79\x76\xc2\xeb\x64\x79\x30\x3e\x13\x11\ \xf8\x38\x27\x9e\xf6\xe9\xcc\xc1\x60\x87\xff\xfd\xb3\x81\x87\xfd\ \x2e\xb6\xc6\xbd\xd0\x27\x03\x6f\x97\xee\x60\x67\xfd\x18\x1b\x83\ \x4d\xbf\xb8\xbe\x41\xb6\xfb\x74\x7d\x3f\xeb\x10\xb1\x3f\x62\xfe\ \xc4\x77\x27\x45\xa5\x5f\xf1\xdc\xf9\x4c\x09\x82\xb9\xce\x64\x32\ \xc9\x12\x35\x7f\xc3\x2f\xe1\x67\xf1\x7d\x00\x7f\xce\x7d\x64\x5d\ \x8d\x37\x1c\xaf\x9c\x4c\xa1\x93\xc8\x1f\xd9\x1b\x7f\xb0\x2b\x9c\ \x13\x0a\x98\x17\x1b\xad\x38\x38\xd7\x89\x09\xeb\x57\xdb\xda\xda\ \xba\xcd\xb6\x44\x1a\xc1\x10\x5a\x44\x64\x59\xe5\x32\xb4\xea\xf2\ \x02\xd9\x00\xbf\xdb\x50\xdc\xc7\x65\x90\xc2\xb5\x10\xb6\xeb\xdc\ \x76\xd2\x3e\x50\xd2\x74\xa7\xe9\x49\x7e\x77\x4d\xdb\xb4\x9e\xd9\ \xa2\x32\xcb\x70\x3d\xd5\x35\x5c\x83\x4a\x97\x4f\xbc\x60\x8c\x11\ \xe3\x2b\xeb\xb0\xa5\xd1\xd9\x28\x58\x28\x97\x1e\x70\xde\xce\xca\ \xcd\x24\x02\x18\x5d\xf7\x66\x0c\x06\xc7\x06\x0a\x07\x07\x07\xa9\ \xa8\x9c\xe7\xd5\xeb\xf5\x62\x6f\x6f\x2f\x7a\xbd\x5e\x9c\x9c\x9c\ \xe4\x81\xab\x4f\x3e\xf9\x64\x3e\xbe\x04\xc0\x82\x43\x34\xe8\x02\ \x1c\x30\x57\x58\x2f\x74\x04\x67\x65\x26\xc8\x81\x1f\xa0\x83\x03\ \xfc\xee\x77\xbf\x1b\x6f\xbf\xfd\x76\xbc\xf5\xd6\x5b\xf9\x48\x12\ \xce\x41\xb1\xa3\x2a\x9d\x85\x4b\x28\x76\xfc\x30\x27\x80\x2c\x3b\ \x08\x67\xfc\xcc\xb3\x64\x20\x97\x96\x96\x32\x70\xd9\x19\xe1\x80\ \xd8\x9e\xcf\xf8\xfa\xfd\xfe\xdc\x86\x07\xfe\x86\x9c\xc8\x18\x29\ \xf3\x39\x3b\x72\xe3\x3b\xf2\x81\x0d\xc3\x16\x4e\x4f\x4f\xf3\xcc\ \x30\xf4\x64\x71\x71\x31\x1f\x4c\xed\x52\xcc\xf9\xf9\xf9\xdc\xae\ \x45\x1c\xaf\xf5\x92\xfb\x39\x90\xd9\x06\x61\x2d\x00\x85\x4e\x10\ \x60\x6b\x5c\x2e\x43\xfe\x7e\x86\x1c\x6b\x5c\xa9\x54\x32\xc8\xb2\ \x61\x06\x70\x56\xfa\x00\x1c\x93\x1f\xee\x3a\x1c\x0e\xf3\x91\x15\ \x8c\x8f\xcf\xfa\x31\x1a\x30\x23\x9b\x9b\x9b\xc9\x10\x0d\x87\xc3\ \x7c\x18\x33\x76\x1d\x11\xb1\xb7\xb7\x17\xe3\xf1\x38\xd9\x13\xf4\ \x08\xc7\x8c\xcf\x71\xc6\x6f\x70\xe3\xc4\x0a\x79\x72\x96\x12\x72\ \xf6\x99\x3c\xc8\xbf\x5e\xaf\xa7\x2d\x62\xaf\xbc\xb7\xba\xba\x9a\ \xb2\x43\x97\xf1\x5d\x4e\x62\x0d\xc2\x39\x9b\x8f\xf2\x47\xbd\x5e\ \x4f\x40\xc8\xf5\x58\x3b\xc6\x8f\xac\x48\x12\x01\xcf\x80\x46\xca\ \xa9\xb6\x5f\xc0\x20\x7d\x85\xac\x37\xeb\xca\xfa\x70\xbe\xd5\xca\ \xca\x4a\x3e\x82\x88\x2c\xbf\x52\xa9\x24\x78\x24\xf1\xe0\xba\xf8\ \x49\x00\x1d\x3e\xc4\xd5\x0c\x33\x07\xc8\xcf\xf3\xe3\x33\xc8\x93\ \xb5\xda\xde\xde\x9e\xd3\x29\xc6\x82\x8f\xb7\x4f\xb0\x1f\x35\xa8\ \xc6\x4e\xac\xa7\xf8\x77\xfe\xd9\x1f\x1b\xf8\xa0\x3f\x6e\x69\x80\ \xa1\x35\x28\xe4\xba\x4e\x6a\x9c\xd8\x9a\x90\x70\x9c\xb2\x5f\x42\ \x0e\xf6\xb5\xf8\x13\x97\x23\xb1\x5f\x27\xb3\x8e\x1d\xac\xbf\x99\ \xc0\xb2\xaa\x82\xbc\x0c\x2c\x8c\x03\x18\x0b\xf2\xb6\xaf\xb0\x4d\ \x31\x2f\xd6\x84\xf5\x00\x74\xb3\x33\x9d\xcf\x91\xc8\xd1\x17\xb9\ \xb2\xb2\x12\x8d\x46\x23\xc1\x93\x63\x02\x71\xbf\x4c\x5c\xcb\xd6\ \x25\xb3\xc7\x24\x5b\x66\xec\x6b\xb5\xf9\x23\x4b\xb8\x8e\x8f\x9a\ \x30\x93\xc8\xab\xf6\xd2\x4b\x2f\xdd\xe6\x81\xa8\xb0\x1a\x04\x4e\ \x26\x6c\xc7\xc8\x85\xf8\xbb\xb3\x46\x53\x82\x1e\xbc\x15\xcf\x48\ \x96\x09\x19\xc0\xf8\x3b\x4c\x12\x45\xf5\x19\x3a\x2c\x8e\x03\xbd\ \xb3\x1b\xa8\x7a\x2b\xbc\x33\x04\x67\x3f\x56\x52\xc0\x04\x8b\x62\ \x54\x6f\xe1\xb3\x20\x18\x09\x46\x59\x3a\x44\x07\x66\x1c\x93\x81\ \x10\x63\x66\xfe\x66\x08\x1d\xfc\x46\xa3\xd9\x61\x83\x95\xca\xec\ \x10\x37\x9c\x3c\x0e\xc7\xeb\x41\xf6\x0e\xe0\x80\x72\x85\x6e\x35\ \xe8\x1b\x0c\xa6\x0f\x7f\xbd\x7e\xfd\x7a\x82\x04\x67\x8a\x8c\xc5\ \x3f\x97\x59\x1c\x99\xc5\xc1\xc1\x41\xdc\xbd\x7b\x37\x86\xc3\x61\ \x6e\x7d\x65\x2c\x95\x4a\x65\xee\xd1\x2d\xc8\x19\x99\xb4\x5a\xad\ \x78\xf5\xd5\x57\xe3\xed\xb7\xdf\x8e\x57\x5e\x79\x25\x2a\x95\x29\ \xbb\x08\x13\xe3\x53\xce\x31\x22\xf4\x88\x66\xd9\xd2\xc8\x5d\xe2\ \x26\xd3\x76\x0f\x07\x0e\x74\x34\x9a\x1d\xfa\xc9\xe7\xec\x74\x39\ \x69\x1e\xca\x18\x46\xd0\x0f\x86\xf5\x7b\x30\x05\xb0\x31\x80\xae\ \x88\xd9\x73\xdf\x70\xbc\x34\x6e\x72\x7d\x76\x9f\x31\x37\x00\x0b\ \xeb\xef\x4d\x18\xc8\x94\x39\xf9\x7b\xcc\x95\x60\xc8\xdf\x01\x7b\ \xb0\x81\x00\x02\x18\x38\x1c\x0a\xb2\x2c\x1b\x7d\x71\x98\x9e\x0b\ \xf7\x87\x31\x83\x81\xc2\x46\x90\x99\x93\x1d\xe6\x86\x03\x65\xac\ \xd6\x5b\xeb\x88\x59\xa4\x4e\xa7\x13\xed\x76\x7b\xae\x84\xef\x1e\ \xbe\x88\xc8\x64\x01\x20\x8a\x0e\xb9\xff\x8a\xf7\xcd\x4c\xd1\x33\ \x04\x48\x36\x08\x2b\xb3\x74\xfc\x08\xf7\x30\x73\xe8\x2c\x19\x36\ \x8b\xc0\x80\x7e\x00\x2c\xdc\xeb\x61\x70\x8c\xbe\xfb\xb0\x45\xc0\ \x29\x76\x8a\x1e\x95\x7a\xef\x06\x6c\xe4\xc4\x73\x54\x39\x93\x0d\ \x66\x8a\xef\xc0\x96\xd1\xcc\x0e\x10\x35\xf0\x9b\x4c\x26\x09\x4e\ \xf1\x5d\xec\x20\x65\xa3\x83\x19\x35\x74\x05\xe0\x67\x9f\xcb\xf5\ \xf0\x23\x66\x18\xcc\x24\x94\x6c\x07\xbe\xd3\x4f\xb8\x20\x06\x51\ \x7e\xa2\x24\xc8\x4e\x6a\xca\x92\xc8\x82\xb5\xe4\x85\x5c\x2d\x4b\ \xfb\x71\xec\x9c\xb1\x00\x6c\x29\xcf\xc3\xa8\x7b\x67\x9e\xe3\x63\ \x19\x0f\x98\xab\xd9\x33\xb3\x5a\x8e\x8b\x96\x05\xf2\x28\x7b\x7c\ \x9d\xf4\xf2\xcf\x31\xce\x7d\xb7\x25\xa8\xf2\xff\xe8\x65\xf9\x39\ \xc6\x84\xbf\x35\xe8\xb5\x5d\xf0\x1e\x6b\xc1\xef\x1e\x97\x77\x11\ \xba\x22\xc5\x3d\xfc\xb4\x17\x36\x00\xf1\xcc\x4a\x74\xcf\x00\xb5\ \x04\xb5\x25\x79\x82\x5f\x74\x2c\x42\x27\x4b\x82\xc2\x7a\x61\x9b\ \xf6\xf1\x1a\x7c\xdf\x6c\xac\x65\x58\xad\x56\xa3\xbe\xb5\xb5\x15\ \xfb\xfb\xfb\x73\xc0\x89\x01\x20\xdc\xb2\xb1\x0b\xa3\x02\xfd\xb3\ \x18\x4c\xd0\xdb\xd8\x09\x1a\x4c\x00\x85\xb3\x01\x45\xcc\x97\x9c\ \x10\x0e\xca\x01\xda\x37\x1a\x37\x6a\x37\x52\x67\xe2\xae\xab\xe2\ \xa0\x4b\x16\xc3\x8b\x60\x40\x68\xc3\xf3\x6e\xb6\xb2\x8c\x82\x33\ \x02\x00\x59\x91\xb8\x96\x9b\x19\x9d\x5d\xd8\xa0\x91\x2d\x3d\x1c\ \x06\x72\x36\x34\x16\x17\xe3\x74\x3f\x0b\x46\x8d\x2c\x09\x14\x38\ \x66\xd6\x12\xb0\xfc\xd4\x53\x4f\x65\x23\xf4\xce\xce\x4e\x3e\x14\ \xf9\xeb\xaf\xbf\x8e\xe1\x70\x98\x59\x28\x8e\x2b\x62\xd6\x10\x6d\ \x43\x00\x84\x32\x1e\xce\x65\x1a\x0e\x87\x71\xe7\xce\x9d\xb8\x7b\ \xf7\x6e\xbc\xf0\xc2\x0b\x73\xfd\x29\x11\x53\x46\x86\x67\x3a\x19\ \x34\xa3\x57\x0b\x0b\x0b\xf1\xd2\x4b\x2f\xc5\xcb\x2f\xbf\x1c\xfd\ \x7e\x3f\x3e\xfc\xf0\xc3\xf8\xf5\xaf\x7f\x1d\x1f\x7e\xf8\x61\x06\ \x09\xd6\x1f\xc7\xc1\x0b\x6a\xb9\x56\xab\x65\x8f\x8c\x29\x7f\xf4\ \x76\x38\x1c\x26\x18\xf0\x7c\x30\x3a\x3b\xb8\xb2\x8c\xee\x71\x63\ \xe8\x38\x5a\x03\x10\xe6\x8c\xbe\xf2\x58\x16\xee\x75\x70\x70\x90\ \x4e\x02\xe6\x80\x24\xc7\x0e\xc6\x76\x02\xa0\xa1\x2c\xe8\x63\x0f\ \x4e\x4e\x4e\xe6\x1c\x97\x77\xe5\xee\xee\xee\x26\xc8\x74\xb3\x33\ \x3a\x85\x2e\x03\x06\x09\x2e\xf4\x8d\xb9\x24\x50\xab\xd5\x72\x47\ \x28\xef\x51\xe2\x02\xbc\x4c\x26\x93\xd8\xdb\xdb\x9b\x63\xf6\x38\ \x8e\x01\xff\x80\xde\x78\x3b\xfc\x64\x32\x99\x63\xf5\x60\x1b\x61\ \x59\x4a\xf6\xda\x60\x1b\xf9\x10\x4c\x2b\x95\x29\xcb\x73\x74\x74\ \x94\x65\x49\xe8\x7e\xe6\x0d\xe8\xe2\xa1\xc4\x9c\x1d\xc5\x01\xbb\ \x04\x25\x4e\xa8\x67\x2d\x01\x0e\x9c\xa8\x5e\xad\x56\xf3\x31\x5c\ \x6e\x8b\xb0\xce\x13\x58\xd0\x2f\xd6\xeb\xf0\xf0\x30\x8f\x8b\xb0\ \x7e\xb1\x5b\x0f\xe0\xc1\x39\x7e\x4b\x4b\x4b\xd1\xed\x76\x53\x6f\ \x61\xb5\xd9\x52\xce\x98\x60\x1c\x23\xa6\x65\xcb\xad\xad\xad\x58\ \x5d\x5d\x8d\x07\x0f\x1e\xe4\x13\x2f\xae\x5c\xb9\x12\x3b\x3b\x3b\ \xe9\x0f\x19\x1b\x7e\x17\x19\x70\x4d\x3f\x74\xbc\xdb\xed\x26\x18\ \xab\x54\x2a\x73\x0c\x25\xb6\x43\x5c\x80\x91\xe5\x11\x3b\x66\x53\ \x6a\xb5\x5a\xea\x3d\xfe\xd8\x09\xb0\x13\x22\xeb\x2b\x3a\x04\x43\ \x89\xce\x78\xc7\x2b\x7e\xb2\x64\x6e\x09\xca\x26\x0b\x90\x3d\x20\ \x13\x96\x0c\x7f\xc1\x5a\xa0\xc3\x2b\x2b\x2b\xd1\xeb\xf5\xe6\x18\ \xcb\x92\x05\x73\x0c\x71\x3c\x33\x3b\xc6\xdc\x0c\xe2\xb0\x77\xd6\ \xd8\x31\x14\xb0\xc6\x77\x3d\x3f\xc7\x34\x62\x2c\xf2\x34\x70\x30\ \x28\x2a\x19\x6c\x57\x9d\x22\x66\xf1\x1d\x3b\x26\xc6\xfa\xb3\x25\ \x90\x61\x8c\x4e\xa8\xb8\x17\x2f\xf4\x89\x24\xe6\x32\x60\x5d\xad\ \x56\x63\x6b\x6b\x6b\x8e\x28\x61\x6d\x5c\x46\x45\xbe\x8c\x81\xd8\ \xc5\x77\x90\x3d\xb2\x34\x31\xe2\x39\x32\x76\xb3\x5c\xd5\xea\xb4\ \xdf\x12\xdf\x69\xb9\xf5\xfb\xfd\x4c\x26\x1c\x47\xc6\xe3\x71\x54\ \x6e\xdd\xba\x35\xd9\xd9\xd9\x89\x1b\x37\x6e\xe4\x16\x44\x16\x84\ \x2f\x94\xfd\x52\x0c\x02\x05\x42\x18\x2e\x0d\x78\x60\x46\xf2\xdc\ \x9c\x6b\x5b\x90\x2e\xd3\x30\x61\x83\x22\xde\xb3\x83\x35\xf0\xb3\ \x72\x23\x6c\x97\x7d\x00\x2e\x25\x05\x0e\xcd\x8c\xd0\xcd\x4a\x99\ \x5a\x35\x9b\xe6\xf7\x18\x97\x19\x2c\x33\x43\x0e\x1c\xbe\x86\xeb\ \xea\x34\x36\x63\xc0\xa3\xd1\x28\x9a\xcd\x66\x1a\xa1\xb3\x08\xcf\ \xcf\x74\xa6\x1b\x45\x2b\x95\x4a\xd2\xf5\x5b\x5b\x5b\x09\x96\x26\ \x93\x49\x5c\xbf\x7e\x3d\x6e\xde\xbc\x19\xeb\xeb\xeb\xd9\xdc\xff\ \xbf\xff\xfb\xbf\xf1\xe0\xc1\x83\xd8\xde\xde\x8e\x17\x5e\x78\x21\ \xa9\xfd\x46\xa3\x31\x57\xfa\xc5\x78\xed\x70\x0c\x7a\xad\xfc\xdd\ \x6e\x37\x7e\xf1\x8b\x5f\xc4\x87\x1f\x7e\x18\xaf\xbf\xfe\x7a\x3c\ \xfb\xec\xb3\xd1\x68\x34\xd2\xe1\x22\x43\xc6\xeb\x6c\xca\x19\x17\ \x0e\x73\x34\x1a\x45\xaf\xd7\x8b\x9f\xfd\xec\x67\xf1\xdf\xff\xfd\ \xdf\xf1\xe0\xc1\x83\xa8\xd7\xeb\xc9\x52\xe0\x6c\x31\x44\x3b\x72\ \x02\x35\x0e\x9d\x8c\x3c\x22\xf2\x14\x75\xf4\xd7\x4e\x9b\x9f\x19\ \xd3\xd9\xd9\x59\x74\xbb\xdd\xd4\x2d\x3e\x8f\xb3\x35\x13\x40\x8d\ \xde\xa5\x34\x82\x3e\x4c\x04\x00\x9c\xb5\xe1\xb4\x62\x6c\x04\x5d\ \xc5\xae\x5a\xad\x56\x9e\xa3\xe3\x80\x88\x1d\xba\xec\x80\xed\xc2\ \x84\xb0\x36\x94\x29\x19\x43\x69\xab\x66\x3c\x78\x0f\x87\x63\x06\ \x03\xbb\x04\xd0\xc0\xc2\x70\x2f\x4e\xb7\xc7\x71\x22\x6f\x40\x89\ \x59\x30\x80\x35\xe3\xe6\x74\x78\x02\x86\x81\x0d\x8e\x7d\x73\x73\ \x33\x36\x37\x37\x33\x39\x60\xbc\x1c\x51\xe2\x40\xe8\x0d\x1b\x3e\ \x7b\xca\xe5\x1a\x1e\xe5\x83\x1f\x18\x8d\x46\xd9\xbf\x43\xa0\x44\ \xc7\x9d\xad\xf2\x70\x58\xb6\x7f\xc3\xa4\xb9\x6c\x8b\x4f\x45\xe6\ \x2e\xf9\x3b\x6b\x66\x7d\x1c\xfc\x58\x5b\xfb\x51\x7a\xd3\x96\x97\ \x97\x73\x87\x30\xfa\x80\xac\xcc\x98\xdb\x97\x03\xce\x00\xe2\xcb\ \xcb\xcb\x79\xf0\x2a\x01\x93\xf1\xb8\xbc\x84\x5e\xba\xc4\x8d\x5c\ \xb6\xb7\xb7\x13\xac\x71\x98\xa8\x4f\xe0\x47\x27\xd0\x33\xf7\xf3\ \x39\xae\x38\x40\x9b\x61\x30\xe3\xc4\xfb\x8c\x0b\x1d\xb4\xef\x31\ \x48\x73\xe5\x02\xdb\x2c\x99\x1a\xe4\x3b\x18\x0c\x62\x75\x75\x35\ \xd9\x5d\x80\x13\x3a\xe3\xd8\x60\x40\x80\x8f\x30\x00\x03\xbc\x33\ \x37\xaf\xb5\x13\xfd\x32\x29\xf7\x35\x4a\x36\x09\x79\x38\x19\x34\ \x7b\x43\x1c\xe0\x7a\xae\xe0\xf0\x3f\x1b\x62\xe8\xd1\x72\xbb\x89\ \xe7\xe2\xfe\x27\xfb\x56\xff\x9d\xb1\x13\x67\x0d\x9e\xf0\xab\xe8\ \xbf\xc7\x04\xfb\x47\xf9\xde\x15\x28\xae\xcd\x01\xb9\xbc\x9c\x6c\ \x99\xe9\x43\x0f\xb9\x37\xe3\x28\x99\x44\x74\x99\x39\x9b\x39\xb5\ \xbe\x21\x0f\xe4\xcc\xfc\x61\x98\x79\x2a\x04\x36\x01\xdb\xed\xbe\ \xd2\x04\xa2\x37\x6f\xde\x9c\x5c\x5c\x5c\x64\x73\x33\xdb\xc3\xc9\ \xee\x8d\x8e\x31\x0e\x6f\x47\x46\xd1\xcd\xee\x94\x48\x99\xcf\x78\ \xb2\x46\xcb\x06\x73\xf4\x8f\x50\xef\x27\x2b\xc2\x30\x58\x64\x84\ \x60\xb0\x66\xa1\x7b\xa7\x16\x0b\xc6\x42\x7f\xf1\xc5\x17\x73\xe3\ \x34\x23\xe3\x32\x58\x69\x00\x8c\x95\xe0\x44\x50\x05\xd5\x3a\x60\ \xb0\xd0\x34\x91\x9a\xd6\x85\xa5\x80\xcd\xc0\x39\x00\xc8\x60\x0b\ \x0c\x3c\x59\x3c\x18\x09\xe8\x65\x64\xc7\xff\x38\x22\xe6\xdd\x68\ \x34\xe2\xfa\xf5\xeb\x51\xab\xd5\x62\x67\x67\x27\x56\x56\x56\xe2\ \x8d\x37\xde\x88\x8d\x8d\x8d\xa8\xd7\xa7\xe7\xc1\x90\x1d\xdc\xb9\ \x73\x27\xba\xdd\x6e\x6c\x6d\x6d\xc5\xcd\x9b\x37\xe3\xe2\xe2\x22\ \xb7\xa0\xc3\x04\x59\xb9\x5d\x2a\xa6\xa9\x12\x07\xc0\xff\xd5\x6a\ \x35\x1e\x3c\x78\x10\xdd\x6e\x37\x6e\xdc\xb8\x91\xc6\x8d\x41\xf0\ \x3c\x36\xd6\x00\x27\xe1\x35\x31\x3b\xc8\xdc\x7a\xbd\x5e\xfc\xd7\ \x7f\xfd\x57\xfc\xcb\xbf\xfc\x4b\x7c\xf6\xd9\x67\x31\x1c\x0e\xf3\ \x20\xd3\xf1\x78\x9c\xd9\x86\x9f\x31\x86\xd2\xd3\x07\xc2\xf8\xc8\ \x7e\xd1\x77\x76\x6a\x19\x6c\xb3\xe5\xde\x3b\x2c\x6d\xe0\xcc\x1d\ \xbd\x8a\x88\x39\x86\x11\x87\x02\xcb\x07\xab\x63\x50\x31\x1a\x8d\ \x62\x7d\x7d\x3d\x9d\x08\xc0\x11\x56\x85\x0c\x19\x3d\xa1\xef\x80\ \x60\x8d\xa3\x8d\x88\x9c\x37\xa5\x28\x82\x1e\x0c\x02\xbd\x4b\xd0\ \xee\xe7\xe7\xe7\xd1\xed\x76\xb3\xd9\x9e\x67\x7b\x72\x72\xf2\xf1\ \xf1\x71\x32\x27\x94\xd8\x8e\x8f\x8f\xa3\xdf\xef\x27\x6b\x84\x2c\ \x29\x9b\xd0\x57\xe4\xcc\x96\xff\x01\x8f\xcb\xcb\xcb\xb1\xbe\xbe\ \x9e\x63\xa6\x14\x8b\xff\xa9\x54\xa6\xe5\x55\x76\x9a\xfa\x18\x95\ \x1b\x37\x6e\xc4\xc6\xc6\x46\x7c\xf5\xd5\x57\x69\xa7\x4b\x4b\x4b\ \xf1\xe4\x93\x4f\xc6\xfa\xfa\x7a\x6e\xe6\x68\xb5\x5a\xd9\x5b\x0a\ \xdb\x52\x32\x49\xd6\x2f\x18\x59\xfc\x1e\xd7\x21\x78\xb1\xb3\x09\ \xbf\x00\xc0\x44\x47\x0c\xf6\xd0\x1d\xec\x18\xf6\x12\xb0\xe5\xe3\ \x1a\xcc\xf0\xdb\x59\x5f\xb9\x72\x25\x9b\xd9\xbd\xe1\xa5\xd1\x68\ \xe4\x86\x01\xc0\xbe\x01\x21\x3e\x93\x60\x07\x8b\x67\x20\xc1\xba\ \x99\x55\x31\xe8\xe4\x1f\xe5\x4f\xfc\x1d\xef\xc3\x42\x2f\x2e\x4e\ \x0f\x38\x6d\xb7\xdb\xf9\xb9\x88\x98\xeb\x17\x25\x46\xf8\x38\x00\ \x02\x2f\xb2\x2f\x19\x72\x74\x86\x17\x20\xde\x89\xd8\x68\x34\xca\ \x7e\x49\x97\x93\xec\xab\x9c\xd0\x97\x65\x5e\x80\x98\x93\x6c\xfb\ \x63\xe6\xea\xc4\x1a\xc0\x52\xea\x74\xa9\x4b\xe5\x3c\xb9\xa7\xc1\ \x98\xfd\x1b\x73\xf4\x06\x2a\xee\x47\x82\xc3\x7b\x06\x9d\x1e\x3b\ \xbe\x98\x84\x86\x9f\x2d\x4b\x12\x80\xc1\x60\x30\xb7\xfb\xdf\xf3\ \x26\x19\x81\x35\x76\xb9\x9f\xc4\xc2\xc9\x48\x09\x48\x48\x6c\x5c\ \x59\xf2\x7a\x03\xc2\x0d\x6e\xcc\xfe\xf4\xfb\xfd\x04\x45\xf8\x37\ \x12\xb3\xf2\xd4\x80\x32\x56\x3b\x46\x23\x13\x74\x80\xcf\x00\xc4\ \x88\xd9\x7c\xcf\xe3\x2c\xd9\xf2\x88\x88\x83\x83\x83\xb9\xb6\x04\ \xc0\xf7\xea\xea\xea\xdc\xd9\x5c\xd5\x6a\x35\x2a\x37\x6e\xdc\x98\ \x9c\x9f\x9f\xa7\xb3\xda\xd9\xd9\xc9\x4c\x99\x09\x78\x57\x9b\x29\ \x67\x2b\x12\x41\xa3\xac\xe1\x47\x4c\x4f\xae\xc5\x61\x95\x54\x6f\ \xc4\xf4\x60\xcf\x5a\xad\x16\xed\x76\x3b\xa9\x7b\x16\x16\xa7\xe3\ \x4c\x02\x23\xf2\xc2\xfa\x7c\x15\x04\xcb\x84\x61\x27\xf8\xdc\xfd\ \xfb\xf7\xe3\x8b\x2f\xbe\x48\x34\x6e\x66\x86\x9f\xd9\x15\x64\xf4\ \xcb\xf8\xdd\x34\x0d\x90\x61\x41\x51\x50\x5e\xa6\x6c\xcd\xa8\xb1\ \xe8\x00\x2a\x53\x9d\x2e\xc7\xb8\xd9\x98\x7b\x02\x4c\x31\xb8\xb2\ \x37\xc4\x81\x16\x67\xcd\x3d\x9a\xcd\x66\x6c\x6f\x6f\xc7\x33\xcf\ \x3c\x13\xcf\x3e\xfb\xec\xdc\x13\xed\x27\x93\x69\x49\x07\xa7\xce\ \x41\x97\x64\x2f\xfc\x4e\x26\xe5\x8c\x07\x47\x0d\x90\xb1\xb1\x18\ \xc4\xc2\x6c\x18\xa0\x99\x9d\x33\x55\x8e\xce\x18\xe0\x22\x27\x0c\ \xe4\xec\xec\x2c\x3e\xff\xfc\xf3\xf8\xe9\x4f\x7f\x1a\x3f\xff\xf9\ \xcf\xa3\xdb\xed\x26\x38\xd9\xde\xde\xce\x92\x14\x3a\xb0\xb4\x34\ \x7d\x90\x31\x25\x19\x80\x52\x44\x64\x60\xc2\xa1\x79\xad\xd0\x27\ \x4e\x10\xa6\x5c\xc4\xcb\x0e\x15\x00\x8c\x8c\xf8\xb9\xd5\x6a\xc5\ \xa3\x47\x8f\xf2\x7e\x64\x67\x04\xc6\xc9\x64\xf6\xb8\x1f\x3b\x22\ \x02\x31\x60\x0a\x40\x45\xb2\x11\x31\x2b\xdf\xb2\xdb\x90\xec\xb9\ \xd4\x6d\xe4\xe7\x32\x06\xc7\x59\x70\x08\x2a\xba\x4a\x9f\x0e\xba\ \x88\xfc\x70\x54\xc7\xc7\xc7\xd1\xeb\xf5\xf2\xb0\xce\x4a\xa5\x12\ \x7b\x7b\x7b\x79\x70\x27\xbe\x03\xbb\x74\xc2\xc6\x78\xbc\x1b\x8e\ \x24\x08\x40\x43\xb0\x3a\x3e\x3e\xce\xb2\x25\x01\xae\xdf\xef\x47\ \xa3\xd1\x88\x66\xb3\x19\x77\xef\xde\xcd\xe0\xca\x18\x37\x37\x37\ \x13\xd0\x10\x68\x2f\x4b\xf0\x00\xdc\x66\xf8\xaa\xd5\x6a\xda\x8b\ \x9d\x3b\x47\x98\x00\xa4\x00\x12\x95\x4a\x65\xce\x5f\xe0\x73\xe8\ \x29\x33\xab\x4d\x6f\x09\x00\x04\xdf\xc9\x31\x0e\xe8\x0a\x76\xcb\ \x3d\x57\x56\x56\xd2\xf7\xf2\x8c\x36\xc0\x06\x9f\xc3\x1e\x09\x3e\ \x65\xd2\x8b\x9e\xd0\x9b\x44\x8b\x00\x09\x03\x9f\x43\x56\x30\x85\ \x04\x39\xce\x12\xc2\x66\xf9\xdd\x8f\xe3\xda\xdc\xdc\x4c\xbd\xe4\ \xc8\x0d\xe4\x89\x6d\x60\xdf\xc4\x0f\x33\xc1\xac\x0d\xe5\x76\x6f\ \xea\x70\xa5\x82\xef\x39\x38\xa3\x67\x6e\xd9\xe0\x7d\x7c\x0f\xba\ \xc0\xf7\x5c\x6d\x30\xeb\x81\xdf\x75\xf2\x05\xab\x5b\x32\x98\xf8\ \x40\x6c\x12\x80\xe2\x7b\x98\x61\x76\x9c\x32\xd8\x72\x1f\x12\xba\ \xe4\x8a\x81\x81\x22\x4c\x28\xeb\xea\x6b\x4f\x26\x93\x8c\xd9\x25\ \xa8\x33\xa3\x05\x50\x63\x8d\x79\x1f\xbd\x74\x69\x14\x1f\xe4\xcf\ \xc2\xae\x9b\xc9\xf1\x1a\xb9\xfa\x82\xbd\x63\x03\xe3\xf1\x38\x37\ \x42\x98\x51\x64\x7e\x11\xd3\x8d\x28\x9c\x87\xe5\x1e\xc8\x7a\xbd\ \x9e\x73\x77\xe5\xc4\x8c\x25\x7e\x87\x71\xb8\x65\x86\xb8\x69\x79\ \x73\x7f\x33\x57\xe8\x3d\xf1\xc7\x98\xa4\xdb\xed\x7e\x83\x41\xe4\ \x8c\x3d\xe6\x5b\xaf\xd7\xa3\xf2\xf8\xe3\x8f\x4f\xce\xce\xce\x62\ \x6b\x6b\x2b\xda\xed\x76\xee\xae\xc1\xc1\x8c\x46\xa3\x68\xb5\x5a\ \xc9\xd2\x78\xb1\x8d\xbc\xad\x78\x28\x3f\x68\x97\x00\x8c\x70\x0c\ \x48\x5c\x36\xc0\x18\x19\xb4\x8d\xc7\x59\x03\x25\x0e\x84\x62\x3a\ \x96\x05\xc4\x48\x11\x3a\xf5\x7a\xfa\x54\x76\x77\x77\x53\xb0\x2e\ \x55\xa1\x24\x36\xd6\x7a\x7d\xb6\x0d\x9c\xbf\xb9\xc4\xc7\x35\xac\ \x28\x8c\xdf\x4a\x87\x12\xd8\xc0\x38\xd5\x18\x44\xef\xd3\xa1\x19\ \x17\x8e\xcf\xe0\x0d\x25\x85\x95\xb0\xb1\x5a\xc1\xbd\x09\x80\xe0\ \x73\xfd\xfa\xf5\xf8\xf6\xb7\xbf\x1d\xdf\xff\xfe\xf7\x33\x8b\x61\ \x7e\xde\xc5\x84\x91\xd2\x54\xcb\xf8\x4d\x93\x7b\x3c\x06\x7f\x28\ \x19\x6b\xc8\x3a\x7a\xad\x09\x0a\x66\x38\x18\x27\x72\xc2\xc8\xcd\ \x70\xf9\xc5\xf8\x46\xa3\x51\x9c\x9c\x9c\xc4\x07\x1f\x7c\x10\xff\ \xf9\x9f\xff\x19\xbf\xfa\xd5\xaf\x32\xcb\x70\x89\x8e\x52\x2c\xec\ \x19\xba\xe5\x63\x15\xb8\x0f\x4c\x23\x80\x97\x7b\xf3\x18\x96\x4a\ \xa5\x92\x0c\x0f\x72\x2b\x81\x37\x8e\xe4\xf4\xf4\x34\x1a\x8d\x46\ \xec\xee\xee\xce\x6d\x77\xe7\xb4\x79\x64\x7a\x7e\x7e\x1e\xab\xab\ \xab\xd1\xed\x76\xa3\xd5\x6a\x45\x44\x64\xa9\x91\xff\xd1\x19\x1c\ \x0c\xd7\x73\x80\x06\x08\x97\x2c\x28\x8e\xdb\xc1\x06\x47\x63\x96\ \x95\x97\xcb\x17\xfc\x9d\xd2\x01\x6c\x04\x07\xca\xe2\xb8\xae\x5e\ \xbd\x3a\xd7\xb8\xcf\xf6\x69\x98\xce\xb3\xb3\xb3\x2c\x7f\x47\x44\ \xee\x4a\xc4\x81\xe1\x1b\xb0\x13\x58\x32\xe4\x6c\xe0\xce\xd8\xb0\ \x47\xde\x03\xd0\xd5\x6a\xb5\x74\xd2\xb0\x72\x94\xc4\x4e\x4e\x4e\ \xf2\x90\xd1\x5e\xaf\x17\x9b\x9b\x9b\xdf\x00\x71\xe8\x3c\x60\xd5\ \x89\x00\xba\x8c\x9e\x20\x5f\xf4\x00\x40\xd4\x68\x34\xa2\xdf\xef\ \x47\xc4\x2c\x61\xb2\xb3\xbe\xb8\x98\x3e\x50\x1c\x3d\xc7\x8f\xe0\ \xef\x00\x3b\x94\x21\xed\xe3\x7c\x5f\xc0\x28\x07\x91\x52\xd2\xe0\ \xfb\xa5\xed\xb0\x86\xf8\x1c\x00\xe8\xd9\xd9\x59\x6c\x6e\x6e\xa6\ \x8f\xc1\x37\xe1\x53\x89\x03\x1c\xbb\xd1\x6e\xb7\xb3\xa9\x9d\x73\ \xe0\x60\x5d\x1d\xf0\xb9\xbf\x83\x1b\x72\x04\x40\xd9\x57\xda\x17\ \x61\x53\xe8\x8c\x5b\x3f\x1c\x04\x4b\xd6\x07\x5f\x4c\x8c\xc2\x36\ \xec\xe7\x09\x9e\xbe\x4e\xbd\x5e\x4f\x86\x75\x34\x1a\xa5\x9f\xc5\ \xdf\x30\x0e\x27\xc0\xd8\xa3\x13\x24\x6f\x0e\x29\x7d\x25\x4c\x1b\ \xb6\xe7\x32\x17\xf3\x65\xe7\x1a\xf1\xc2\x80\xc8\x25\x31\x6f\x7a\ \x32\x28\xb3\xed\x62\xef\xf6\xe1\x8e\xe1\x8c\x05\xdf\xec\x4a\x08\ \x7e\xc6\xbe\x82\x4a\x84\x7d\xcd\x65\xf7\x34\xd3\x0f\x48\x85\xf5\ \xf7\x51\x12\x06\x57\x0b\x0b\x0b\x71\xf7\xee\xdd\x7c\xa4\x15\x89\ \x31\xb8\x04\x99\xb0\xb6\xae\x6e\x20\x6f\xeb\x8c\x63\xa9\x65\xc7\ \xf8\x90\x97\x6d\x8e\xcf\x71\x6d\xd6\x8e\xdd\xdb\x6c\x68\x02\x5c\ \x92\x54\x50\xf5\xa9\x54\x2a\x51\x37\x20\x42\xc9\xcf\xce\xce\xe2\ \xf8\xf8\x38\x6f\x06\x38\x62\x62\xa6\x7a\xcb\xe7\x14\x82\xde\xcb\ \x0c\xc2\xe8\xd3\xbd\x1d\x28\x13\x3f\x97\xf5\xe0\xf1\x78\x9c\xbd\ \x40\xd5\xea\xec\x19\x72\x2c\x82\x41\x0d\x3d\x4c\xb5\x5a\xed\x1b\ \x19\x99\x77\xe0\x95\x8b\xe9\xe0\x56\xd2\xd2\x66\x08\x18\x13\xc6\ \x4f\x56\x87\x31\xb9\x66\x6f\x65\xc5\x21\x12\xb0\xf8\x1d\x03\xb2\ \x33\x21\x93\x36\x3a\x66\x8c\x18\x99\xe9\x7d\x03\x4c\x67\x55\xcc\ \xd1\x8d\xa0\xcb\xcb\xcb\x71\xf5\xea\xd5\x58\x5d\x5d\x8d\xa7\x9e\ \x7a\x2a\x95\xcf\x5b\xdd\x09\x26\xae\x51\x3b\x88\xb1\xae\xfe\xac\ \x83\x5d\xa5\x52\x49\xd6\xc3\xcd\xdf\x5e\x27\x94\xd6\x4e\x00\x19\ \xfa\xba\x38\x0e\x8c\xfc\x32\x99\xe0\xa8\x30\x8a\x5b\xb7\x6e\xc5\ \xad\x5b\xb7\xe2\xfc\xfc\x3c\xbe\xfc\xf2\xcb\xec\xd7\xda\xd9\xd9\ \x49\x9d\xc3\x08\x99\x3f\xb2\x43\x56\x66\x6c\xe8\xaf\x29\xc1\x34\ \x6c\x91\x9b\xae\xcd\x4c\x01\xee\x70\x20\x04\x03\x33\x25\x11\x91\ \xcc\x14\x72\xc1\x8e\x28\x11\xc1\x26\x93\xc1\xb1\x0e\xd8\x8a\x29\ \x74\xca\x88\xe8\x30\xfa\x84\x7c\x01\x1c\x66\x01\x99\x03\x4e\x06\ \xd0\x8f\xad\x21\x07\x82\x8a\xed\xb3\xd5\x6a\xe5\x4e\x34\xd8\x44\ \x02\x2c\xeb\x61\x39\xc2\x78\x58\x9e\xb0\x24\xc8\xd5\x6b\x0d\x60\ \x74\x10\x63\xbd\xf8\x87\x3c\x91\xf7\xd2\xd2\x52\xb6\x18\xc0\xa4\ \x13\x74\x3a\x9d\x4e\xfe\x0d\xbb\x6d\xb5\x5a\x59\x8e\xc1\xdf\x71\ \x7a\x73\xa3\xd1\xc8\x3e\x32\x98\x2e\x00\x1b\xd7\x5d\x5b\x5b\xcb\ \xb6\x0a\xd6\x2a\x22\xf2\x61\xdd\x24\x67\x93\xc9\x24\x9b\xa1\xaf\ \x5d\xbb\x96\x72\x21\x59\x44\xc6\x66\xb0\xcd\x86\xa0\x9f\x8c\xc5\ \x7e\x98\x64\x28\x62\x56\x92\xe3\xfb\xe8\x1d\xac\x1b\x89\x1a\xb6\ \x8c\x4e\xd8\xb6\xb6\xb6\xb6\xa2\xdb\xed\xc6\x70\x38\xcc\x35\x06\ \xf4\xb8\x17\x90\x33\xb0\xd8\xd1\x05\xcb\x46\xa5\x81\x17\x81\x0d\ \xbd\x05\x5c\x96\xcc\xa6\xfd\xa3\xe3\x0e\xba\x09\x40\x70\x82\x57\ \xb2\x10\x06\x60\xf8\x6a\xfb\x4f\xb7\x85\x18\x8c\x21\x63\xfc\x10\ \xf3\xf4\xfb\xc8\x94\xd2\x97\xc1\x36\xfe\xb3\x04\x77\x80\x28\xdb\ \xad\x13\x61\x27\xf8\x80\x14\x33\x9e\xee\x87\xc3\xfe\x0c\xac\x48\ \xb4\xf8\x2c\x73\xf5\x3a\x73\x3f\x97\xcc\xca\x96\x1d\xfb\xf8\xcb\ \x40\x5f\xb5\x5a\xcd\x67\xb7\x96\x8c\xa8\x99\x53\xee\x6b\x39\x5b\ \x6f\xc0\x11\xee\xcb\x74\xd5\xc0\xec\x0f\x9b\x4d\x90\x19\xe0\x0c\ \x9d\xe6\x65\x16\xd0\x44\x44\xc9\x30\xe1\xb7\x0c\xb0\x91\x2b\x3f\ \x3b\xa1\x67\x5e\x65\x8c\x02\x93\x98\x74\xc2\xff\xb9\x47\xac\x5e\ \xaf\x47\xad\xd9\x6c\xde\x66\xc1\x9a\xcd\x66\x82\x17\x26\x02\x62\ \x27\x4b\x43\x00\xae\xd7\xf2\x32\x62\x25\x78\xf2\x3e\xd7\x32\xc3\ \x63\x90\xc3\xa4\x1c\xa8\x98\x74\xad\x56\x9b\xcb\xfa\x5d\x3e\x21\ \x68\x59\xe8\xce\xe2\x09\x9a\x6c\x51\xe7\xef\x2e\xe9\x95\x06\xe9\ \xf1\x52\x1a\xf4\xdf\x58\x68\x4a\x6f\x08\x1d\xc5\x73\xd9\x91\x6b\ \x71\x3f\xcb\x06\x47\x8f\x02\x98\x56\x76\x20\xb7\xf3\x61\x1c\x3e\ \x30\x91\xb5\x62\x4c\xc8\xbc\x5a\x9d\x6d\x43\xe7\xfc\xab\xfd\xfd\ \xfd\xe8\xf5\x7a\xf1\xfe\xfb\xef\xc7\x07\x1f\x7c\x10\x4f\x3e\xf9\ \x64\x6e\xad\x76\xbf\x84\x0d\xde\xd9\x8e\xe5\x6e\xa7\x61\x46\x04\ \x99\x7b\x3d\x91\x01\x73\xb3\xc2\x7b\xcd\xdd\x5b\x66\x60\x52\xea\ \x06\xeb\x56\xea\x94\x1d\xe1\xd6\xd6\x56\xbc\xf6\xda\x6b\xf1\xf6\ \xdb\x6f\xc7\x4b\x2f\xbd\x14\xf5\xfa\xb4\x77\x8b\xdd\x61\x1b\x1b\ \x1b\xc9\x38\xe0\xc8\x58\x03\xe6\x7f\x72\x72\x92\x25\x24\xd3\xdc\ \x66\xf5\x30\x6a\x18\x52\x37\xb6\x32\x36\x02\x1c\x6c\x01\xe3\x77\ \x09\x6d\x61\x61\x21\xcf\x2e\xa2\x87\x0a\xc3\xb5\xce\x38\x88\x30\ \x06\x64\x8b\x63\x33\xe8\x75\xaf\x0d\xe0\xc9\x60\x90\x40\x0d\x63\ \xbd\xb9\xb9\x99\x01\xa3\x0c\xc4\x2e\x49\x23\x2f\xf7\x7f\xac\xae\ \xae\x66\xd0\xa4\x07\x8e\x32\x9a\xbf\x6f\x86\x89\x20\x84\x6f\xc1\ \x19\x3b\x71\x43\xa7\xf1\x3d\x64\x8b\x66\x0b\x9d\xa8\xd1\x2b\x66\ \x9b\xe3\x91\x60\x11\x91\x0d\xb4\x95\x4a\x25\x37\x7b\xb0\xee\xde\ \xd5\x8a\xdf\x03\x60\xd1\xee\x00\xe0\x81\xa5\xe2\x5a\x3e\x60\x14\ \xc0\xcc\xee\xb9\xe5\xe5\xe5\x2c\x9f\xb2\xdb\xd2\xec\x33\xf7\xc2\ \x07\x98\x31\x46\x3f\x91\x1d\xa0\xda\x3e\x01\x5f\x88\x0e\x50\xfe\ \xe7\xf8\x1d\xf4\xc6\x2c\xb1\x13\x43\x33\x38\x24\x71\x66\xe3\x18\ \x23\x87\x88\x92\xad\xb3\x8e\xe8\xbd\xcf\xbd\xf2\x3c\xe8\x41\x34\ \x10\x71\xe2\x45\x90\xc6\xef\x60\x17\xfc\x5e\xb2\x5e\xcc\xc5\xbd\ \x6b\xe8\x87\x01\x9d\x59\x13\x27\x87\x4e\x6c\xb9\x07\xeb\x8f\x9d\ \xb8\x8c\x4f\xc2\x4a\x12\x8d\x4d\x52\xce\xc6\xde\x78\x1f\x9f\xc0\ \xfb\xf8\x2b\xf4\x87\xb1\x39\xd6\x99\xa0\xb0\xcf\x47\xff\xb1\x59\ \xfc\x07\x7f\x2f\xc1\x9b\x5f\x66\x79\x18\xbf\x7d\x13\x72\x43\x4e\ \xac\x8d\xc1\x9c\x4b\x6f\x4e\x7a\xb1\x7d\xfc\x91\x01\x2f\xeb\x6f\ \x00\x87\xae\xb3\x9e\xae\xe0\x20\x2f\xf4\x98\x72\x38\x63\xb1\xdc\ \x8c\x1f\xf0\x67\xc6\x1e\xae\x9e\xf0\x77\xbf\xe7\xa4\xce\x63\xc4\ \xce\x88\x25\xc8\x86\xc4\x87\xdf\x2d\x77\xd6\xcc\xc4\x0c\xba\x56\ \xdb\xd8\xd8\xb8\x0d\x03\xc0\x79\x58\x7c\xd8\x83\x80\x4d\xe0\xcb\ \xfc\x5f\x52\x74\x56\x1c\x40\x06\x4e\xc1\xce\x83\xbf\xf3\x1d\x1c\ \x3d\x4a\x8c\xc2\xb3\x88\xee\x25\x00\x3d\x5b\x39\x51\x16\x67\x7d\ \x08\x02\x45\xb4\x60\xad\x40\xce\x8c\x0c\x1a\xad\x80\xce\x66\x5c\ \x0e\xc2\x41\x1a\x0d\x1b\x1d\xe3\x7c\x58\x7c\x3e\xc3\x3d\x91\xb7\ \xcb\x22\xdc\x83\xfb\xa3\x74\xce\xc8\xdc\xe3\xc1\x7d\xc8\xf6\x51\ \x76\xca\x46\xf4\x21\x8d\xc7\xb3\xc3\x2f\x8f\x8e\x8e\x62\x67\x67\ \x27\x7a\xbd\x5e\x5c\xbf\x7e\x3d\x96\x96\x96\xa2\xd5\x6a\xcd\x65\ \x41\x80\x47\x83\xcb\xd2\xe8\xcb\x2c\xc1\x40\x1a\x90\x64\x23\xb0\ \x02\xa2\xc8\xbc\xef\xb2\x32\xf3\x2c\x9f\x17\x66\x60\x67\x20\x6d\ \xe0\x06\x83\xc4\x16\xf2\x85\x85\x85\x78\xec\xb1\xc7\xe2\x7b\xdf\ \xfb\x5e\xfc\xf8\xc7\x3f\x8e\x27\x9e\x78\x22\x7a\xbd\x5e\xdc\xbb\ \x77\x6f\x6e\x5d\x60\x3d\x9c\xd1\x4c\x26\x93\x6c\x10\x27\x20\xba\ \xee\x8f\x3c\x5d\x0a\xb6\x6c\x58\x0f\xf4\xdc\x19\x2d\x8e\xd2\xfd\ \x16\x38\xf2\xe3\xe3\xe3\x74\x90\xf4\xe1\x98\x61\x41\x67\xd8\x75\ \xc8\xfd\xcd\x28\xd3\x60\x6e\x10\x45\x10\x27\x03\x37\x38\x40\xff\ \x90\x9f\xb7\xda\x93\x4c\xe0\xa8\xb0\xeb\xc5\xc5\xc5\x7c\x76\x5d\ \xb5\x5a\xcd\x33\x6a\x58\x3b\xb3\xbb\xd8\x23\x8c\x91\xd7\x8c\xac\ \xb0\x5a\xad\x66\x09\xd7\x40\xdc\x6c\x0d\x01\xb2\xd3\xe9\xcc\x01\ \x15\x40\x17\xc1\xdd\x65\x6e\x1e\x1a\xcb\xa9\xcf\xf8\x32\x33\x9a\ \x3c\x42\x85\x20\x64\x40\x6a\xd6\x05\xfd\x24\x08\xe0\x23\xd0\xed\ \x5e\xaf\x37\xf7\xbb\xfb\x45\xac\xc7\x24\xae\x30\xe1\xac\x3d\xeb\ \x89\x8f\xe1\x7f\x37\xaf\x63\x6f\xee\xf1\xe2\x1e\x96\x37\x59\x36\ \xc1\x11\xff\xc8\x35\xe8\x81\x41\xae\x8c\x9b\xf7\xf1\xfd\x24\xb8\ \xf4\x99\x2c\x2f\x2f\x27\x80\xc3\xc7\xa1\xcf\x6e\x62\xb7\x8f\x06\ \xfc\xa1\xff\xf6\xd1\xac\x29\xdf\xb1\xfd\x61\x17\xac\x1b\xfe\x07\ \xdb\x06\x90\xdb\x4f\x8e\x46\xa3\x5c\x63\x64\x68\x20\x66\xdf\x84\ \xde\xa0\x87\x66\x99\x0d\x08\xf8\x2c\x7f\xf3\x98\xd1\x11\x33\x5a\ \x9e\x8b\xd9\x36\xc6\xee\x64\x8e\x97\x13\x48\xde\x87\xcd\x43\x57\ \x9c\x80\xe2\x8b\x4a\xa6\xa5\x4c\xce\x6d\xb7\x5c\x03\x9f\xe7\x7b\ \x19\xbc\xa2\x0f\xbc\x4a\xd2\xc4\x80\xc6\x71\xca\x44\x04\x76\x64\ \x3d\xe0\x3a\x24\x41\xfe\x0c\xbe\x98\x24\x93\xaa\x94\x2b\x00\xc4\ \x62\xc7\x53\xdb\xb2\x4b\xe2\xc4\x23\xee\x8f\xfe\x99\xf0\x28\x63\ \x2c\xf3\xb3\x2f\xe7\x73\x8e\x0d\xae\x76\x70\x0f\x7e\xc7\x16\x6a\ \x9d\x4e\xe7\xb6\x1d\xb7\x69\x3c\x04\x8f\xc2\xb9\xee\x4d\x20\xa4\ \x1c\x86\xf3\x66\x30\xce\xb8\xf8\xac\x17\x95\xcc\x00\xc7\x4a\x43\ \x3a\xca\xcb\xbd\x4d\xf5\x3b\x9b\xb0\x81\x95\x8b\x8a\xa2\x98\xf9\ \xb0\xc2\x71\x6d\xd7\xdd\x4b\xa6\xc4\xac\x08\xe3\xc4\x79\x73\x7d\ \x16\x80\xcf\xe3\x40\x1c\x7c\xc6\xe3\xf1\x5c\xe9\x91\x39\x98\xc2\ \x44\x79\xb9\x36\x08\xdc\x8c\x9b\xf1\x1b\x46\x75\x00\x00\x20\x00\ \x49\x44\x41\x54\xd7\x01\x65\xe2\x3d\xae\x07\x53\xc5\x73\xdd\x30\ \x10\xbe\x67\x27\xc7\x7b\xf7\xee\xdd\x8b\xf5\xf5\xf5\xb8\x79\xf3\ \x66\x34\x9b\xcd\x94\xbf\x8d\xbd\x34\x7c\x97\x0f\x9d\x75\x30\x27\ \x2b\x2e\x4e\x8b\x31\x97\x0a\x6b\x06\xd4\x0c\x91\xc1\xae\x3f\x67\ \xf0\x52\xfe\x9d\xff\x99\x1f\x80\x80\x75\xc7\xa1\x3f\xfd\xf4\xd3\ \xf1\xe6\x9b\x6f\xc6\xad\x5b\xb7\xa2\xdb\xed\xc6\xfd\xfb\xf7\xe7\ \x98\xaf\x88\xc8\xc3\x12\xcb\xfe\x0e\x9c\x5d\xd9\xd4\x8c\xcd\x10\ \x2c\x90\x09\x67\x1b\xb9\xcf\x8d\x35\xb4\xac\xad\x3f\x95\x4a\x25\ \xfb\xad\x58\x37\x80\xda\xc2\xc2\xf4\x19\x8b\xdc\x7b\x34\x1a\xe5\ \xf3\xf6\x0c\x56\xf9\x1f\x67\x83\xed\x99\xe6\x76\xd0\x75\xe0\x31\ \x63\x74\x7c\x7c\x9c\x81\x0a\x1b\xa4\xe1\x1c\x19\xb3\x0e\xc3\xe1\ \x30\x59\x0d\x00\x41\xb5\x3a\x2d\xa3\xb1\x25\x7b\x34\x1a\xcd\x95\ \x1a\x9c\x9c\x30\x47\x12\x81\xe1\x70\x98\xd7\x2a\xc7\x37\x1a\x4d\ \x9b\x4a\xcd\xd8\xa1\x97\x3c\xaa\xc5\x2c\xa1\x13\x3f\x9c\x2e\x41\ \xdb\x81\x1b\x7f\xc5\x77\x58\x8f\x66\xb3\x99\x3d\x45\xe8\xaa\x81\ \x98\x5b\x00\x26\x93\x49\x1e\x80\xea\xa4\x8e\x4d\x11\x94\x20\x2d\ \x6b\xfb\x04\xec\x60\x32\x99\x64\xe0\xb7\xdf\x35\x5b\x62\x7b\x76\ \xf9\x95\x72\xe2\x64\x32\x99\x03\x81\xe8\x10\x72\x1b\x8f\xc7\x73\ \x3b\x24\x61\xfb\x79\xd9\xdf\x54\xab\xb3\xf3\x88\x00\xd2\x9c\xff\ \x63\xb6\x1f\xdb\x2d\x4b\x5d\xac\x1f\x0c\x90\x19\x4a\xb3\x22\x25\ \x83\x45\xec\xc1\xae\x7c\x3e\x9f\x7d\x8f\x93\x5e\xfb\x0a\xdb\x99\ \x13\x3c\xfe\x4e\x42\x01\x68\x45\xb6\x0e\xbc\x5c\xa7\xb4\x33\xef\ \x1a\x2b\x7d\x1c\xf3\x35\x3b\xe5\xd2\x1a\xf3\x32\x98\x73\xfc\x2b\ \xfb\xd2\x88\xa9\x5e\x0f\xb3\x44\x8e\x21\x7c\xc7\x0c\x1a\xbe\xa9\ \x04\x7f\x4e\x8a\xd1\x0b\xc6\xc7\x3a\x94\xac\x1c\x73\x60\x0c\xe0\ \x00\xe6\x43\xfc\xe5\xde\xfe\xc7\x67\xbc\x39\xc2\x32\xb1\x9f\x81\ \x1c\x28\xf5\xde\xe0\x13\xdb\x30\xf0\xe1\x65\xf0\x69\xc2\xc2\xff\ \x9b\x25\xb6\x9f\x40\xf6\x25\x80\xe5\xc5\x7a\x91\x78\x61\x7b\x5c\ \x7b\x69\x69\x29\x6a\xd7\xae\x5d\xbb\x8d\x81\xf1\x68\x03\x32\x59\ \x97\xc6\x9c\x4d\x96\x93\x42\x20\x7e\xce\x1a\x8f\xac\xc0\x29\xe1\ \xa4\x6d\x10\x0e\xa4\x94\xcb\x18\x38\x0b\x8f\x01\x13\xb8\x01\x57\ \x65\xfd\xdd\x99\x01\x4a\xe1\xc5\x40\x41\xf8\x1e\xd7\xa3\x44\x83\ \x70\x50\x00\x07\x55\x04\xeb\xe6\x46\x53\x99\x5e\x2c\xca\x27\xbe\ \x1f\xdf\xf7\xb5\xcd\x0e\x19\xa0\xc1\xf4\xb9\x36\x8d\x03\x20\xf3\ \xb7\xa3\x34\x43\x42\xe9\x0b\x65\x71\x39\xa8\x64\x92\xca\xf2\xc2\ \x93\x4f\x3e\x99\x0f\xc2\xe5\xef\x25\xd8\xb5\x83\xb0\x9c\x31\x68\ \xe6\xe7\xcc\xce\xeb\x89\xfe\x94\xe0\x8c\x6b\xdb\x41\x23\x63\x9c\ \x06\x6b\x4d\xc6\xc4\x9c\xb9\x36\x46\x5d\x66\x64\xe8\xa6\x9d\x2e\ \x6b\xd0\xe9\x74\xe2\x8d\x37\xde\x88\xd7\x5f\x7f\x3d\x86\xc3\x61\ \x7c\xfd\xf5\xd7\x71\x70\x70\x90\x46\x42\x7f\x0c\x01\x84\xb1\x13\ \xd0\x58\x7b\x97\x39\x58\x67\x76\xdc\x58\xfe\xb5\x5a\x2d\x1b\x23\ \xd1\x5b\x7a\x5c\x08\x36\x06\x6c\xd6\x09\xca\x4a\x9d\x4e\x67\xee\ \xd9\x6f\x30\x33\xb0\x57\x00\x78\x58\x37\x8e\x9c\x40\xc6\x66\x78\ \x08\xe0\x6b\x6b\x6b\x09\xca\x5d\xf2\xe5\x20\x51\x58\x8b\x88\xc8\ \x66\xdf\x4a\xa5\x92\x3b\xdf\xdc\xb4\xeb\x07\x02\x33\x46\x03\x47\ \xef\x40\x76\x69\x8a\x8c\x92\x17\x0e\x1f\xe6\x9c\x75\xb3\x83\xf6\ \x2e\x2a\x7a\xd4\x90\x37\x00\xd9\x41\x17\xd9\x90\x88\xd0\x2b\xc4\ \xc3\x88\xfd\x59\x07\x33\x00\x0e\x76\x89\xcf\x40\xb7\xe8\x23\x23\ \xc9\x81\x69\x70\x20\xc3\x56\x2d\xbf\xc9\x64\x92\x9b\x6e\xb0\x4d\ \xfc\x20\x8f\x45\xf2\x41\xb5\xf8\x3e\x1f\x78\xeb\x3e\xb5\xe1\x70\ \x98\xba\xc4\x86\x19\xe4\x82\x3c\xd1\x23\x97\x79\x7d\xbc\x84\x7b\ \xed\x1c\x28\x97\x97\x97\xa3\xdd\x6e\xe7\x67\x38\x1f\xcf\x81\xc9\ \x65\x74\x5e\x7c\x9f\x58\x61\x76\xdb\xba\x86\x0f\x74\xd0\x33\x08\ \x32\x88\x73\xf0\xc3\x6f\x1b\x28\xe0\x23\x58\x43\xfc\x04\x73\x76\ \x72\x66\x7f\x60\x9f\x8e\x3f\x72\x42\xc2\xb5\x2c\x4b\xf4\xcf\x31\ \xca\xf7\x35\x38\xe6\xbb\xee\x99\x32\x29\xc1\xff\x80\x2b\xcb\xc1\ \x00\xd2\x25\x71\xcf\x17\x5b\x32\xd0\xe0\x7e\xc8\xd1\x4c\xb6\x93\ \xd6\x32\x39\x33\xb3\xc3\x67\xbc\xae\xfe\x1e\x78\x01\xf9\x3a\xf1\ \x35\x11\x01\xd8\x67\x9e\xd8\x8a\xd7\x93\x35\x5e\x5c\x9c\x9e\xf3\ \xd6\xeb\xf5\xe6\x40\x31\x60\x8e\xeb\x23\x07\x8f\x09\x19\xf1\x1d\ \x33\x6d\x26\x7b\x3c\x36\xc7\x21\xcb\x83\x6b\x5a\xc6\x65\xcc\x76\ \xac\xc0\x4e\xf1\x8f\xb5\x9b\x37\x6f\xde\x66\x27\x14\x0e\xc8\x34\ \xac\x15\xaf\xbc\xa9\x33\x71\x16\x14\xca\xda\xcd\xb6\xee\xb7\x71\ \xd0\x31\xbd\xe9\xda\x36\x0b\xc6\x82\xe0\xa8\x47\xa3\x51\xf6\x09\ \x59\xc8\x0e\xe6\x2e\xf9\x94\xec\x87\x95\x0e\xe1\x92\x4d\x1a\xb9\ \xb2\x10\x2c\xb6\x0d\x88\x20\x4e\x10\xb4\x3c\x0c\x9e\x08\x12\xfc\ \xcd\xa5\x2e\x16\xc7\x5b\x47\x9d\xe9\x1a\x1c\x72\x1d\xde\x23\x10\ \x11\x40\x60\xac\x6c\x58\x00\x2b\x82\x11\x73\x37\x18\xb0\x71\xb5\ \x5a\xad\x78\xfa\xe9\xa7\x63\x73\x73\x33\x33\x25\x03\x6a\x3b\x45\ \x64\x64\xd0\x60\x87\x6c\xe3\x34\x1d\x3d\x1e\x8f\xe3\xe1\xc3\x87\ \x71\x7c\x7c\x9c\x3b\xa6\xac\xe0\xee\xaf\xb0\x71\x5b\x26\xa5\xe1\ \x03\xf8\x6c\xcc\xe8\x86\xa9\x71\x3b\x29\x67\x5b\x7c\xa7\xd9\x6c\ \xc6\xad\x5b\xb7\xe2\xad\xb7\xde\x4a\xe0\xfb\xf0\xe1\xc3\x39\xa0\ \xe8\x43\x44\xcd\x3c\xd0\x57\x32\x1a\x8d\xb2\x34\xe6\xa0\x62\x86\ \x14\x40\x82\x6e\x4d\x26\x53\x86\x8b\x87\x88\x72\x6d\x07\x0c\xf4\ \xde\xf2\x27\x30\xd3\x47\xb4\xb1\xb1\x91\x73\x87\x75\x62\x7e\x04\ \x60\x1c\x01\x3a\x83\x8c\xca\xc7\xc1\xd0\xd8\x7c\x74\x74\x94\x49\ \x93\x13\xa1\x93\x93\x93\xb4\x4b\xf7\x1f\x44\xcc\x76\x54\x01\xd8\ \xbc\x21\xc3\xb6\x46\x93\xb8\x59\xbf\xd1\x68\xf6\x78\xab\xc1\x60\ \x90\x67\xf9\xc0\x74\x60\x07\xd8\x1d\xbb\x2d\xdd\x32\x40\x09\x24\ \x62\x0a\x5c\x61\x4f\x6d\x33\xd8\x26\x40\x9a\xb1\xd1\xa8\xce\x38\ \xfc\xe0\x6d\xec\xce\x49\x1d\x8c\x0c\xf2\xf5\x6e\x28\xb3\x16\x30\ \x61\xb6\x79\x64\xe5\x80\x8f\xae\x9a\x01\x30\x4b\xca\x66\x08\x6f\ \x0e\xb0\x5f\xc6\x1f\xfa\xfb\xb0\x04\x00\x38\xca\xdc\xf8\x33\x4a\ \x94\x04\x21\x7c\x97\x4b\x97\x00\x72\x1e\x51\x42\x73\x3b\xc9\x98\ \x13\x00\xcf\xc3\x89\x38\x41\xd5\xfe\xd2\xc9\x1b\x73\x40\x1e\x3e\ \x3a\xc5\x4c\x1b\xf7\x03\x44\xe2\x03\x58\x5f\x74\x85\x84\x39\x62\ \xc6\xd6\x71\xb6\x9b\x13\x17\xf7\x51\xa1\x83\xf4\xd5\xf1\x3b\x31\ \xcd\x32\x65\xfc\x66\xa6\x1c\x2b\x58\x47\x03\x2d\x27\xe6\x25\xb0\ \xe1\x7f\x27\x73\xf6\xbd\x5c\x93\xf9\x10\xaf\xbc\x91\x00\xf9\x7a\ \x2d\x0d\x5c\x4c\x6c\x58\xef\x0c\x50\xd0\x69\xc7\x22\x03\xbe\x88\ \x98\x03\xec\x06\x77\xac\x35\x32\x41\x17\x9c\xfc\xda\xcf\x63\xcb\ \xf8\x17\x27\xc5\xcc\x8d\x67\xe6\xc2\x84\x03\x0c\x91\x95\xf5\xcc\ \x89\xbf\x63\x09\x2f\x7c\xb1\x31\x83\x13\x0a\xc7\x10\x5e\xfe\x8c\ \xff\x66\x5c\x81\x2e\x21\x1f\xb7\x80\xd4\xeb\xf5\xa8\x5d\xbd\x7a\ \xf5\x36\x4e\xd3\x65\x2d\xf7\x3a\x20\x6c\x53\xde\x66\x2e\xa8\xe1\ \x3b\x08\x9e\x9d\x9d\x65\xff\x4f\x59\xc7\x46\xa1\x50\xb6\xf1\x78\ \x9c\x19\x34\xca\x55\x5e\xcf\xac\x8f\x81\x99\x51\x3c\xef\x99\xd6\ \xb5\x93\xf4\xe2\xa3\xe4\x28\x9b\x7b\x97\x10\x16\x06\x62\xc7\x67\ \xe0\x80\x31\xf0\x8f\xc5\x67\x0e\xdc\x07\x83\x77\x1f\x0a\xca\x60\ \x25\xf5\x91\x0a\x0e\x6a\x5c\x8b\xdd\x7e\xcc\xab\xdc\x81\xe5\x92\ \x8d\xeb\xfb\xa6\x9a\xb9\x27\xc6\x34\x99\x4c\x62\x7b\x7b\x3b\x9e\ \x7b\xee\xb9\x88\x88\x0c\xb8\xac\x8d\x9f\x5a\x6e\x43\x30\xe0\x26\ \x10\x1a\xd0\xd9\xc8\x5d\x52\x3c\x3a\x3a\x8a\x5a\xad\x16\x9d\x4e\ \x67\x0e\x2c\x59\xc6\x0e\x48\x65\xe6\xe4\x2c\xd6\xc6\xc4\x5c\x70\ \xb8\xd6\x09\x83\x2d\x00\x24\xd7\xb2\xc1\x2d\x2d\x2d\xc5\x2b\xaf\ \xbc\x12\xaf\xbf\xfe\x7a\x3c\xf1\xc4\x13\x31\x18\x0c\x72\x3b\xbf\ \x41\x95\xd9\x15\xd8\x10\x33\x7e\x30\x22\x04\x0a\xd6\xa0\x5a\xad\ \xce\xb1\x3c\xee\x17\xb0\xc3\x8b\x98\x35\x83\x92\x54\xe0\xbc\xdc\ \x5b\x03\x28\x42\x47\x5c\x36\x29\x1d\xb7\x01\x37\xeb\x8a\x8c\x70\ \xcc\x7c\xdf\xb6\xc0\x18\x8f\x8f\x8f\xb3\xc4\xe7\x6c\x8f\x52\x1e\ \x36\xb1\xb6\xb6\x96\x76\x4a\x19\x8c\x8d\x16\xe7\xe7\xe7\x19\xec\ \x29\xfd\xd1\x08\x5f\xad\x56\x93\xed\x26\x28\xba\x07\x08\x5d\xa6\ \xdc\x65\xb0\x68\xe7\x0e\x33\x06\x1b\x1d\x11\x79\x2d\x0e\x36\xc4\ \x5f\xe1\x2c\x17\x16\x16\xf2\xf0\x50\x7e\xf7\xe7\x00\x87\x65\x70\ \xa2\xe4\xec\xe4\x10\x3b\xb5\xdf\x24\xe1\x41\xe6\x5c\x03\xbf\xeb\ \xe0\xe6\x6c\xda\x0c\x49\x59\xfe\x82\xc5\x62\x3d\x61\xc2\xd0\x3f\ \xb3\x16\xb6\x43\x32\x6d\xe6\xca\x19\x58\x94\xb0\x1d\x28\x38\xe3\ \xaa\xd9\x6c\x46\xbd\x5e\x9f\x7b\xb6\x20\x8d\xec\xbe\x3e\xbe\x87\ \xf5\x23\xa8\x61\x7b\xf8\x67\x03\x41\xe6\x3e\x1c\x0e\xe3\xe0\xe0\ \x20\x41\x1d\x9f\xc7\x0e\xdc\x83\x8b\x6f\x04\x60\x58\x97\x6d\xd7\ \xfc\x6c\xe0\xc2\x78\x91\x0d\x00\xb3\xec\xc9\x33\x48\x36\xd1\x80\ \xde\x97\x4c\x18\xf7\x62\x3d\xb0\x7b\x13\x01\x9e\xb3\xe3\x82\xef\ \x83\x1f\xf1\x7d\xb9\x16\xe3\xc7\x17\xf3\xbf\x4b\xdd\x25\xcb\x44\ \x7f\x9f\x01\x21\xf3\x36\xe0\x60\x5d\x19\x93\x09\x05\xfb\x57\xf7\ \xd7\x95\x3e\xcb\x71\xd7\xeb\xe0\x7b\xf1\xc2\x4e\xd0\x43\x64\x62\ \x16\x1f\x7f\x81\x0e\x18\x84\xb9\x1f\xcc\x1b\x18\xca\x72\xa1\x49\ \x1e\x57\xa8\x4a\x06\xcf\xff\xd0\x53\xf4\xb6\xb4\x23\xdb\x21\x7f\ \xa7\x67\x8c\xb1\x33\xff\xda\xd5\xab\x57\x6f\xe3\x80\x2a\x95\x4a\ \x36\xc6\xc2\x8a\xa0\xe8\x0c\x86\x05\x70\xa0\x86\xba\x66\x62\xfe\ \x8c\x51\x34\x99\x27\x83\xe5\x7a\xe5\x91\x0a\x5e\x74\xbe\x6f\x05\ \xb2\x12\x3b\x23\x22\x90\x7a\x67\x9f\x77\x7a\x99\xa5\xe2\x5a\xfe\ \x9b\x0d\x99\xa0\xc7\x8b\x85\x45\xb0\x06\x4a\xfc\xdd\x99\x80\xcb\ \x1e\x08\xdd\xd9\x87\x01\x1a\xc1\x62\x38\x1c\x26\x02\xb6\x02\x01\ \x22\x70\x04\xc8\x04\xc5\x42\x59\x70\xf4\x65\xc9\x0a\x27\x47\xe0\ \x81\xc1\x40\x7e\x8d\x46\x23\x36\x36\x36\xa2\xd5\x6a\xe5\xd9\x50\ \x0e\x74\xc8\xcc\x4c\x65\xc9\xb0\xb9\x6f\xc4\x7d\x09\xfc\x6c\x19\ \x70\xee\x5a\x59\x4e\xb0\x83\x34\x28\x62\xee\x04\x38\xf4\xc7\x3a\ \x80\xcc\xd0\x5b\x4a\x31\x04\x14\x02\x1e\xd7\x74\x79\x8a\x35\xb3\ \x83\x7b\xfc\xf1\xc7\x63\x7b\x7b\x3b\x36\x37\x37\x63\x6b\x6b\x2b\ \x76\x77\x77\xe3\xd1\xa3\x47\xc9\xb2\xbc\xf8\xe2\x8b\x71\x70\x70\ \x90\xec\x64\xbd\x5e\x9f\x6b\x88\x46\x1f\x09\xc0\xc8\x60\x38\x1c\ \x26\x3b\x13\x31\x7b\x0a\x02\xf6\xe3\xc7\xab\xb0\x9e\xd6\x57\xfa\ \xaf\x90\x0f\xe3\x6f\x34\x1a\xc9\x8e\xf9\x21\xc2\x30\x10\x04\x21\ \xd6\x08\x60\xb2\xb4\xb4\x94\x8c\x13\x8f\xe0\xc1\x51\x61\x43\xa7\ \xa7\xa7\xd9\x73\xc3\xb3\xee\xcc\x42\x3a\xa0\x36\x9b\xcd\x68\x36\ \x9b\xd9\xbb\x55\x3e\x3c\x3a\x22\x72\x4d\x90\x15\xbe\xc2\xf2\x01\ \x74\xb9\xf4\xe1\xcd\x00\x38\x68\x3b\x3c\xc6\x0c\x80\x85\x25\x62\ \xce\x2e\xcf\xf1\x22\x29\x41\x36\x64\xcb\x66\x10\x0d\xe4\x4b\x76\ \x94\x67\x6a\x32\x2e\x58\x27\xdf\x93\xb5\x70\xd9\xdf\x41\xc9\xa5\ \x54\x58\x95\x52\xdf\x3d\x67\x7e\xf7\x9c\x61\x52\x99\x1b\x7a\xca\ \xe1\xd0\x00\x70\xb3\xef\x3e\x13\x0d\x76\x07\x5d\x6a\x34\x1a\x69\ \x63\xed\x76\x3b\xd6\xd6\xd6\x52\x56\x5c\x83\x84\x9c\x31\xd3\x57\ \x67\x9f\xc0\x1a\x39\x2e\xa0\x4f\xcc\xed\xce\x9d\x3b\xf1\xd7\x7f\ \xfd\xd7\xb1\xb3\xb3\x13\xef\xbe\xfb\x6e\xbc\xff\xfe\xfb\x71\x71\ \x31\x7d\x8a\x04\x07\xd8\xba\x6d\x02\x5d\xf1\x6e\xbb\x88\xd9\x53\ \x20\xcc\xec\x94\xa0\xc3\xfd\x78\xd8\x96\x13\x6a\xb3\x4e\x5c\xaf\ \x04\x22\xf6\x39\xd8\x00\x72\x44\xce\x3e\x37\xd1\x40\x19\xdb\x2e\ \x01\xbe\xc7\xca\x98\x0c\xb4\x00\x3d\x00\x61\xf4\xcf\xfe\xdd\x49\ \x25\xd7\x42\x8f\xf0\x45\xdc\x1b\x9f\xc8\x75\xf9\xdd\x3b\x2a\x79\ \x8f\xeb\x98\xcd\xe3\x85\x4e\xf1\x9d\xb2\xb2\x60\x86\x10\xdd\x64\ \x7c\x4e\x84\xf8\xbe\xed\xe6\xf4\xf4\x34\xba\xdd\x6e\x7e\x16\xdb\ \x31\x51\xe0\x6a\x0f\xf8\xa1\xbc\x0f\xa0\xd9\xa0\xda\xb1\xe3\x77\ \x6d\xca\x70\x75\xc9\xdf\x33\xb8\x72\x6c\x62\xbd\x0d\xd6\x6b\x8f\ \x3d\xf6\xd8\x6d\x32\x98\x88\xc8\x43\x11\xcd\x40\x18\x60\x95\x35\ \x67\x06\xc3\x8d\x11\xa8\x03\x9a\x95\xdf\xd7\x34\xa2\xb6\xa3\x44\ \x28\x08\xd3\xb4\x29\xca\xe8\x6d\xc7\x08\x90\x9f\x11\x9e\x29\x49\ \xc6\x4c\x06\x6c\x8a\xda\x4c\x92\x33\x6e\x53\x91\xbe\x17\xe3\x85\ \xc1\xc0\x18\x58\xc4\x92\xd1\x82\x69\x28\x91\x75\x44\xcc\x81\x22\ \x67\x0a\x46\xcd\xc8\x13\x20\xec\x87\x6c\xb2\x31\x81\x7f\x66\x23\ \xac\x30\x00\x08\xd8\x18\xef\xf8\xd9\xda\xda\x8a\x57\x5e\x79\x25\ \x3a\x9d\x4e\xf6\x6d\x0c\x06\x83\xb9\x53\xc5\xbd\x46\x76\x2c\xbc\ \xfc\x37\x0c\xc2\xd9\xb5\x1d\xd4\x78\x3c\xed\xf7\x43\xce\xac\x8d\ \x69\xdf\x32\x13\xb3\xde\x94\x6b\x5c\x66\x2a\x94\xdc\x5c\x72\x30\ \x60\x70\x66\xec\x3e\x1e\x8c\x05\xdd\xbf\x7a\xf5\x6a\xac\xad\xad\ \xc5\xfe\xfe\x7e\xfc\xf9\x9f\xff\x79\xac\xad\xad\xc5\xa7\x9f\x7e\ \x1a\xa7\xa7\xa7\xb1\xb1\xb1\x91\xfd\x4d\x04\x99\x88\xc8\x92\x8c\ \x75\x3f\x62\xb6\x1b\x12\x3d\x82\x29\x72\x50\xc5\x49\x50\xa2\xc3\ \x79\x79\x7e\x9c\xbe\x0d\xbb\x82\x1e\xb2\xce\x80\x2b\x74\x11\x0a\ \xde\xa5\x42\x02\x1d\x00\x87\x3e\x07\xe6\x82\xa3\xb5\x33\x81\xe5\ \x89\x98\x3d\xa0\x15\xbb\x46\x9e\x38\x7f\x12\x9c\x6e\xb7\x1b\xe3\ \xf1\x6c\x13\x0b\xba\x0b\xa8\xf7\x3a\x70\xa0\x6b\xc4\xac\x67\xcf\ \xce\x9b\xf5\x31\x80\xb7\x1e\x1a\x34\xa1\x73\xd8\xde\x68\x34\x4a\ \x5d\xa6\xd4\x86\xcc\xb9\x16\xc7\x9e\xa0\xbf\x3e\x04\x12\x90\x8a\ \x6d\x71\x2d\x74\xd9\x9b\x29\x9c\x81\x13\x64\xf0\xa9\x06\x79\x80\ \x5c\x33\xb2\x00\x62\xec\xd7\xa5\xaa\x7a\xbd\x9e\xa0\xd3\xfe\x90\ \xb5\xb6\x9f\xf4\xfa\x57\xab\xf3\x1b\x09\xfc\x08\x15\x3e\x8b\xed\ \xa1\x0f\xac\xc7\xea\xea\x6a\xb4\xdb\xed\x3c\xde\x82\x5e\x3c\x18\ \x30\xbe\xef\xca\x42\x44\x24\x58\xdc\xdb\xdb\x8b\x7f\xfe\xe7\x7f\ \x8e\x7f\xfb\xb7\x7f\x8b\x4f\x3e\xf9\x24\xe7\xdb\x6c\x36\xe3\xc1\ \x83\x07\xf1\xce\x3b\xef\xc4\x9d\x3b\x77\xe2\xef\xfe\xee\xef\xe2\ \xee\xdd\xbb\xb1\xb8\x38\x3d\x57\x71\x6f\x6f\x2f\xde\x79\xe7\x9d\ \xf8\x8f\xff\xf8\x8f\xe8\xf7\xfb\xf1\xf4\xd3\x4f\xe7\xf1\x16\x04\ \x31\xc7\x09\xd6\x1c\x3f\x61\x06\xd7\x4c\x11\x00\x05\xdd\x76\x3c\ \x71\x6c\x32\xb3\x06\x9b\xcf\xb5\x1c\x98\xfd\x8f\xdd\xa7\xe8\x22\ \xbe\xcc\xfe\xdb\x95\x09\x27\xd9\xfe\x1c\x63\x25\xae\x98\x44\x60\ \xad\x0c\x1a\x29\x65\xbb\xaa\x50\x92\x01\x7c\x0f\xf0\xe7\x78\x47\ \xd9\xd9\xbe\xd9\x73\xb4\x7d\xb3\xb9\x87\xb2\xb0\x99\x33\x74\xdf\ \x25\x6f\x62\x12\x7f\xb7\x3f\x01\x58\xfa\x00\xd7\x12\xf4\xb0\x13\ \x1c\x16\xdf\x31\xd3\x58\xc1\xb1\xc0\xf2\x2a\x01\x96\xf5\xc4\x80\ \xd0\xd5\x32\x64\x65\xa0\xe5\xd8\x65\x1f\x53\x12\x3f\xd8\x34\xaf\ \xf1\x78\x3c\x05\x58\x64\xfd\xa3\xd1\x28\xcb\x50\x46\xb2\xfe\xc7\ \x62\x32\x00\xa3\xfb\x52\xa1\x3c\x21\x16\x13\xe5\x73\x33\x36\x0e\ \xa1\x9c\xa0\xef\x41\x20\x31\x4b\x86\xc3\x72\x2f\x93\x05\xe2\x46\ \x6e\x3b\x1d\x0b\x9e\x47\xc4\xf0\x77\x14\x8e\x73\xa1\x08\x26\x5e\ \xb4\x32\x13\x76\xa0\x8f\x98\xed\x72\x9c\x4c\x26\x73\x67\xaa\xf0\ \x39\x32\x4f\x1b\x83\x1d\xb4\x0f\xfa\x44\x8e\xf4\xc9\x44\x4c\x41\ \x30\x0a\xc7\x18\xaa\xd5\xea\x37\x4e\xf3\xc5\x88\x71\x2a\xc8\x92\ \xfb\x8d\xc7\xd3\xc3\x22\x5f\x7d\xf5\xd5\xb8\x7a\xf5\x6a\x8c\xc7\ \xe3\xd8\xdf\xdf\x8f\xad\xad\xad\xa8\x56\xa7\xdb\xe5\x01\x87\xd6\ \x01\x2b\xb5\x4b\x46\x36\x1c\xee\xcd\x9c\x90\x17\x80\x87\xd3\xa6\ \x2f\x03\xb9\x18\xb0\x37\x10\xd8\x28\x4a\xe3\xf5\x7c\x58\x33\x9e\ \x93\xc5\xd8\x19\xb3\xe5\x5d\x66\x6b\xce\xbc\x22\xa6\xce\xae\xdd\ \x6e\xc7\x93\x4f\x3e\x19\x3f\xfd\xe9\x4f\xe3\xf5\xd7\x5f\x8f\xbf\ \xfc\xcb\xbf\x8c\xc7\x1e\x7b\x2c\x46\xa3\x51\x1c\x1d\x1d\xc5\xa3\ \x47\x8f\xe6\xf4\xbc\x56\xab\xc5\xda\xda\x5a\x02\x54\x4a\x61\x9c\ \x07\x85\x31\xbb\xf7\x80\xec\x7c\x65\x65\x25\x4e\x4e\x4e\xf2\xc0\ \x50\x83\x1b\xae\xe1\x3e\x25\xfa\xef\x18\x3b\x3a\x62\x40\x46\x22\ \x82\xbd\x79\xce\x5c\xdb\x99\xb2\xff\xce\xfb\x24\x10\x1c\x28\x59\ \x82\x53\x1e\x99\x41\x13\x3e\xfa\x80\x1d\xf8\xb1\x30\x66\x6c\xd9\ \xb8\x81\xdd\x71\xba\xbb\x41\xa8\x4b\xf3\x00\x77\xd8\x65\x1e\x2f\ \x04\x73\x89\x6d\x97\x3b\x00\x09\x7c\xe8\xe6\xca\xca\x4a\x9e\x3e\ \xcf\xfd\xcf\xce\xce\xf2\x8c\x2b\x7a\xe9\xb0\x17\x02\x31\x63\xc7\ \x5f\x38\x69\x42\xa7\x5c\x4a\xb7\x5e\xe0\x17\x3c\x2f\xeb\x34\xfe\ \xc6\xbe\x09\x99\x5d\x5c\x5c\xc4\xca\xca\x4a\x8e\x8f\xe4\xca\x80\ \xdd\x7d\x6d\xf4\x9b\xb1\x76\x04\x6c\x74\x87\x33\xd6\x4a\xa6\x05\ \x06\x0e\xd6\xa9\xd3\xe9\x24\x73\x49\x5f\x16\xba\x88\x2d\x39\xa9\ \x74\x10\x9b\x4c\x26\xf1\xe5\x97\x5f\xc6\xc9\xc9\x49\xb2\x61\xc3\ \xe1\x30\xee\xde\xbd\x1b\xbf\xf8\xc5\x2f\xe2\x1f\xfe\xe1\x1f\xe2\ \xf3\xcf\x3f\x8f\x4f\x3f\xfd\x34\x9f\x7f\x8a\xee\x75\xbb\xdd\x94\ \xe7\xc1\xc1\x41\xfc\xcf\xff\xfc\x4f\xec\xec\xec\xc4\xe6\xe6\x66\ \x34\x1a\x8d\x64\x8c\xcd\x6a\x38\xd8\xb3\xd6\x6e\x69\xc1\x9e\x91\ \x29\x3b\x2e\xb1\x7d\x33\x28\x7c\x16\x1b\x71\xb2\xcd\xdf\xb8\x8f\ \xfd\x57\x09\xc0\x0c\x84\x9c\xec\x97\xad\x2f\x7c\xd6\xe5\x4f\xfb\ \xb6\x92\x6d\xc2\xbf\xb3\x86\xfc\x8c\xcc\x98\x7b\xa9\xc3\xd8\xd9\ \xef\x22\x3e\xb0\x07\xfb\x6e\xfe\xc6\xef\x24\x2e\xa5\x7d\x3a\xce\ \x02\xe6\xec\x57\xcb\x64\x1c\x36\xcd\xc0\xa9\xf4\xe3\x67\x67\x67\ \x71\x70\x70\x90\x2c\x38\x8c\x18\x49\xa2\xe5\xcb\x7c\x5d\x15\xe1\ \x3e\x96\x31\xf3\x31\xde\x60\x3e\x4e\x8a\x0c\xaa\x2d\x07\xae\xe1\ \xbf\x73\x0d\xcb\x21\x19\xb0\x1b\x37\x6e\xdc\x26\x90\x56\xab\xd5\ \xcc\x90\x2f\xeb\xdb\x41\x51\x7c\x53\x7e\xb6\x43\x30\xf3\x63\x07\ \xc9\x40\xac\x40\xce\xbe\xed\x70\x22\x22\x01\x43\x59\xf7\x05\x78\ \x38\xfb\xb0\x51\x20\x50\x3b\x55\x14\x0d\xe0\x62\x63\x8a\x98\x65\ \x02\xd5\xea\xac\x4c\xf0\xd8\x63\x8f\x25\x8a\x8e\x88\x3c\x14\x0d\ \xe3\x40\x69\x19\x93\x0d\xce\x4f\x09\x37\x35\x1b\x31\xcb\xf8\x08\ \x40\x04\x59\x3b\xd6\xb2\xf7\xc2\x87\x9c\xb9\x37\xcc\xf3\xb5\x7c\ \xed\x08\x3c\xf7\x52\xe1\xd7\xd7\xd7\xa3\xdd\x6e\xc7\xe1\xe1\x61\ \x0c\x06\x83\x78\xee\xb9\xe7\xa2\xd1\x68\xe4\x63\x4e\xd8\xcd\xe4\ \x9d\x6d\x5c\x87\xf1\x00\x8a\x4a\xb0\x65\x9d\x01\x6c\x4c\x26\x93\ \x38\x38\x38\x88\x6a\x75\x5a\xee\x2a\x99\x2a\xae\x19\x31\x63\x47\ \x30\x14\xe6\x14\x31\x7f\x76\x8c\xf5\x0d\xf9\x9b\x0d\x71\xa9\xb6\ \x64\x85\xd0\x6d\x82\x8c\xaf\x6b\x10\xff\xf2\xcb\x2f\xc7\xdf\xfe\ \xed\xdf\xc6\xd7\x5f\x7f\x1d\x3f\xf9\xc9\x4f\xe2\xd5\x57\x5f\x8d\ \xdf\xff\xfd\xdf\x8f\xad\xad\xad\x78\xf8\xf0\x61\x9e\x14\x5f\xa9\ \x4c\xb7\xf4\xc3\xf6\x50\x16\x46\x8f\x19\xbb\x9d\x20\x8c\x22\x73\ \xac\x54\x2a\x09\x8c\xcc\xa0\x32\xce\xe3\xe3\xe3\x7c\xd0\x33\xe5\ \x46\x07\x54\x97\x88\x0d\xe8\x60\x3c\xd1\x19\x02\x0d\xf6\x44\x90\ \x26\x10\x73\x5e\x16\x63\xc0\x6e\x08\xf2\x11\xf3\x4e\xc9\x6c\x15\ \xf6\x4b\xb0\xc7\xa7\xe0\x1f\xf8\x0e\x8c\x1f\x65\x2a\x92\x01\xee\ \x8f\xee\xe1\xf4\xc8\xc2\x2f\x2e\x2e\xa2\xd5\x6a\xc5\xc5\xc5\xc5\ \xff\xd1\xf5\xa6\xb1\x71\x9e\xd7\xf9\xf7\x35\x0b\xb7\x21\x67\x21\ \x87\xfb\x22\x92\x12\x25\x59\xab\x65\xcb\x92\x62\x5b\xb5\x5d\x25\ \x71\x9c\xa4\x4e\x90\x16\x48\x8a\xb4\x01\x5a\x20\x40\xbf\x34\x2d\ \x02\x14\x01\x0a\xf4\x83\x81\xa6\x48\x03\xb4\x85\x03\x34\x68\xd3\ \xa2\x0d\xf2\x4f\x1a\x17\x4d\xd2\x26\x8d\x1b\x37\x76\x12\xdb\xf1\ \x12\xcb\xb6\x76\xcb\xd6\x2e\x52\xa4\xb8\x8a\x33\xdc\x77\xce\xbc\ \x1f\xd8\xdf\xad\x6b\x9e\xf8\x1d\x40\x10\xc9\x99\x79\x9e\x7b\x39\ \xcb\x75\xae\x73\xee\xf3\x04\xa7\xe0\x81\x4f\xa9\x54\x0a\x0d\x3e\ \x01\x9a\x0e\x9c\x38\x31\xc9\xba\x00\xfa\xd1\x47\x9f\x37\xce\xc7\ \x99\x66\x8f\x5e\xd1\x2f\xf6\xab\xa6\xa6\xa6\x82\x6d\x62\xcd\xa2\ \x46\x18\x3b\x00\x93\xe9\x6c\x36\xec\xb2\x9f\x30\x75\x5b\xe0\xf6\ \x17\x59\x75\xbd\x74\xe3\x8f\x4c\xb9\x93\x58\x5c\x5c\x54\x2e\x97\ \x0b\x35\x3a\xce\x68\x67\x32\x99\xf0\xd0\x66\xf6\x33\x9a\xda\x64\ \xec\x1e\x18\xf1\x3b\x72\xf8\xce\x3b\xef\x04\x86\x6f\x62\x62\x42\ \x57\xae\x5c\xd1\xc8\xc8\x88\xce\x9d\x3b\xa7\x89\x89\x89\xd0\xfc\ \x18\xb6\xac\xad\xad\x2d\xfc\x3d\x93\xc9\x84\x5a\xac\x7b\xef\xbd\ \x57\x0b\x0b\x0b\x9a\x98\x98\x50\x36\x9b\x55\x6b\x6b\x6b\x58\x4f\ \x67\xfe\x59\x0f\xc0\x36\x3a\x85\x6e\xbb\xee\x79\xc0\x8f\x2c\x3a\ \x1b\xce\x7a\xba\xac\x22\x1b\xac\x2f\x36\x2f\x0a\x8a\xdc\x5f\x7a\ \x00\x84\xed\xf1\x20\x08\x3b\xc7\xd8\x91\x01\xb7\xaf\xa4\x72\xf1\ \x5d\xee\xc0\x3d\x23\xe3\xe5\x13\xcc\xd9\x5b\x65\x00\x50\xdc\x6e\ \xfa\x98\xdd\x9f\x7a\xe7\xff\x28\x68\xe1\x73\xd8\x2f\x2f\x71\x70\ \x22\x81\xf5\x8e\xb2\xad\x7c\x8e\x03\x05\xfe\x79\xee\x51\x57\x57\ \xa7\x85\x85\x85\x50\x96\xe1\x3a\x1a\xf5\x19\x4e\x70\x38\x23\xe8\ \x40\x16\x7f\x8a\x0d\xe6\xfd\x68\xe0\x8d\xdd\x74\xa0\xe4\x32\x1e\ \x65\x1c\x99\x23\xeb\x46\x19\x45\xf0\x53\x2d\x2d\x2d\x4f\x11\xf5\ \x80\x50\x31\x60\x08\x00\x83\xa4\xc8\x95\x8b\x47\xd1\x38\x9f\x77\ \x07\xe2\xc6\xd8\x19\x99\xcd\xcd\xca\xc2\x72\x17\x5e\x1f\x38\x86\ \x16\x41\xf4\x6b\x38\x3d\xec\xc8\xd4\x05\x31\x8a\xae\x89\xc6\xa1\ \x62\x49\x9b\xf8\x29\x93\xf6\xf6\x76\x3d\xfa\xe8\xa3\x1a\x1c\x1c\ \x0c\x75\x24\x0e\x04\xa3\x51\xb5\xa4\x8a\x5e\x41\x38\x38\x9e\x0b\ \x26\xdd\x65\xfa\x50\x5a\x1a\x3c\x7a\x74\xe0\xc2\x48\xaa\xa5\xba\ \xba\x3a\x7c\x8e\xeb\x3b\x10\xc3\x00\x60\x94\x51\x34\x7f\xcc\x04\ \xef\xb9\x72\x23\xe0\x89\xc4\xd6\x03\x5a\x01\x40\x6d\x6d\x6d\x21\ \x0a\xa6\xdf\x11\x29\x36\xd6\xc0\x6b\x5b\x30\xf6\x1e\x25\x78\x24\ \x97\x4c\x26\x43\x5a\xc6\x0d\x09\xa7\x09\x89\x24\xd9\x6f\x37\xe2\ \xd1\xb9\xb2\xb7\x08\x7c\x94\xfd\x73\x19\x44\x19\x98\x37\x63\x77\ \x45\x67\xfd\x90\x2b\x6f\x8c\x19\xcd\xf5\x27\x93\x49\x1d\x3b\x76\ \x4c\x6f\xbc\xf1\x86\x9e\x7d\xf6\x59\x1d\x3e\x7c\x58\xcd\xcd\xcd\ \x1a\x18\x18\xd0\x63\x8f\x3d\xa6\xbd\x7b\xf7\x56\xac\xd3\xc4\xc4\ \x44\x48\x7b\xc1\x0c\xe1\x30\x61\x49\x91\x57\x14\x19\xc3\x46\x9d\ \x0a\x0c\x1c\x0e\x03\xe7\xdd\xdb\xdb\xab\xfa\xfa\x7a\xcd\xcd\xcd\ \x29\x99\x4c\x56\xd4\x65\x39\x50\x74\xa7\x80\xdc\x61\x58\x1c\x20\ \xe1\xb8\x59\x0f\x98\x01\x00\x0e\x3a\x03\xa8\x83\x31\x22\xc8\x71\ \x39\xe3\xa9\x00\xa5\x52\x29\xd4\x6b\x11\x20\x45\x1f\x40\x4b\xbd\ \x12\x4e\xde\x19\x58\x6c\x10\xf3\x80\xd1\x63\x0e\xe5\x72\x39\xb4\ \x0a\x40\x67\xf8\x3e\xcf\xc8\x23\x90\xf0\xe8\xdb\xc7\x80\x03\x42\ \x4e\xbd\x76\x67\x73\x73\x33\x9c\x64\x42\xa7\x1c\x70\x33\x5f\x6f\ \xe5\xe1\x4c\xa2\xcb\xa0\xdb\x08\x82\x37\x6c\x11\x05\xe9\xe8\x93\ \x17\xec\xfa\x89\x53\x74\x9c\xf1\x03\xe8\x60\xc7\x49\xb7\x30\xdf\ \x86\x86\x86\x60\xb7\xd0\x3d\x98\x8c\x52\xa9\x14\x98\x29\xf6\x10\ \x80\x9b\xcd\x66\x43\x3a\xae\xa1\xa1\xa1\xa2\xcf\x95\x3f\x8e\xc7\ \x19\x1e\x0f\x0a\xab\xab\xab\x35\x3c\x3c\xac\x6f\x7e\xf3\x9b\x9a\ \x9b\x9b\x53\x63\x63\xa3\xde\x7b\xef\x3d\xbd\xfe\xfa\xeb\x1a\x1e\ \x1e\x56\xa1\x50\xa8\x68\xd5\xc1\x3d\x3a\x3b\x3b\x35\x32\x32\xa2\ \xf1\xf1\x71\x75\x76\x76\x2a\x91\x48\x04\x76\xf4\xe8\xd1\xa3\x61\ \x8e\xb3\xb3\xb3\xaa\xad\xad\xd5\xc9\x93\x27\xf5\xf3\x9f\xff\x5c\ \xa7\x4f\x9f\xd6\xf0\xf0\xb0\x6a\x6a\x6a\x02\x7b\xea\x80\xdc\x83\ \x50\xf7\x43\xd1\x40\x0b\x5d\xf0\x20\xc7\x41\x83\xd7\x1e\xf1\x5d\ \x07\x42\x6e\xf7\xdd\x97\x21\x53\x00\x36\xb7\x73\xec\x95\x93\x0a\ \xef\x47\x68\xb8\x7c\x90\xea\x77\x3d\x46\x9e\x48\x6b\xb3\x9f\xc8\ \x29\xf7\xf3\xc0\xda\xf5\x08\xd0\x44\xa9\x03\xf7\xe6\x73\x8c\x95\ \xb5\x75\xb0\xce\x9c\x21\x26\x3c\x85\x19\x8b\x55\x9e\xd8\x76\x70\ \x48\x96\xc6\x4b\x00\xd0\x39\xfe\xad\xac\xac\x68\x7e\x7e\x3e\xd8\ \x31\xbf\xb7\x33\x53\x0e\x76\x58\xb3\x28\x18\xf2\x00\xc9\x03\x01\ \x3e\x1b\x0d\x12\x1c\xfc\xb2\xbe\x51\x42\x87\xb5\x71\x56\x10\xbb\ \x19\x30\x4d\x57\x57\xd7\x53\xa5\x52\x29\x14\x3e\xbf\x5f\xf1\x2d\ \x5f\x64\x11\xf8\x3d\x6a\x40\x10\xb4\xe8\xcb\x41\x11\x0b\xe0\x0e\ \xc6\xeb\xbd\x78\xdf\xd3\x81\xbe\x60\xd1\x28\xc1\x37\xdb\x8d\xb7\ \xa7\x0b\x7d\x21\x11\x3c\xef\x5d\x43\x93\x53\x16\xf1\x0b\x5f\xf8\ \x82\x4e\x9c\x38\xa1\xa9\xa9\x29\x8d\x8d\x8d\x85\x94\x0f\x11\x0f\ \xd7\x40\xc8\x11\x3e\x4e\xe1\x38\x2b\xe2\x0e\xde\x0b\x1d\xbd\x31\ \x9b\xa4\x0a\x64\xee\x85\x98\xac\x29\x42\x85\xe1\x75\x10\xe2\x8a\ \xe8\x4a\xea\xca\xc7\x3a\xe0\x2c\x31\x48\x28\xa6\x9f\x14\xca\x64\ \x32\xca\x66\xb3\x9a\x9d\x9d\xd5\xdc\xdc\x5c\xd8\xfb\x4c\x26\x13\ \x9c\xaf\x37\x98\x64\x1c\x18\x69\x0c\x97\x47\x8b\x51\xd6\x13\x80\ \x99\xcb\xe5\xc2\x98\x7d\xac\xae\x28\xcc\xd1\x69\x5d\xfe\xce\xf5\ \x91\x47\x97\x17\x64\xce\x41\x9f\x1b\x39\x0c\x4e\x34\xfa\x76\x26\ \xd4\x29\x79\x49\x3a\x72\xe4\x88\xd6\xd7\xd7\xf5\xcd\x6f\x7e\x53\ \x07\x0f\x1e\x0c\xfb\xd6\xde\xde\xae\x07\x1f\x7c\x50\xc7\x8e\x1d\ \xd3\xbe\x7d\xfb\xd4\xdd\xdd\xad\x5b\xb7\x6e\x85\x46\x79\x80\x65\ \x3a\xad\x33\x1e\x3f\xb9\xe5\x41\x82\x9f\x9c\x89\xc7\xe3\xa1\xc5\ \x41\x2a\x95\x0a\x4d\x2c\xe7\xe6\xe6\x82\xb1\xe7\x99\x79\x80\x39\ \x8c\x01\x73\x45\xa7\x24\x05\x56\x2b\x0a\x8e\x91\x29\x02\x0f\xea\ \xfb\x48\x25\x79\xc4\x4a\x5a\xc6\x99\x9b\xf5\xf5\xad\x07\x3d\xf3\ \x48\x19\x6a\xd1\xb2\xd9\x6c\x58\x77\xec\x0c\xf5\x8b\x1e\xdd\x02\ \xf8\x59\x33\x82\x3a\x00\x05\xcc\x12\x51\x39\xa9\x2b\xaf\x57\x4b\ \x24\x12\x41\x9f\xcb\xe5\xbb\x7d\x77\x7c\xbe\x38\x4c\xe4\xc8\x1d\ \x25\x7b\x83\x0c\x53\x93\xe8\x8c\x07\xfa\xe0\xc6\x15\x87\x11\x8d\ \xde\x61\xf8\x60\xc8\x71\x0c\x9b\x9b\x9b\x81\x19\xc2\x1e\xe2\x08\ \x61\xfb\x90\x01\x2f\xa7\x20\xad\xee\xc0\x80\xf9\xad\xad\xad\x69\ \x61\x61\x21\xd4\x71\xa1\x43\xc8\xae\xdb\x04\xd2\xb6\x80\xcb\x44\ \x62\x2b\x05\xcc\x63\x83\x00\x58\x38\x6b\x58\x05\xf4\xda\x53\x94\ \x00\x05\xf6\xf4\xfb\xdf\xff\xbe\x4e\x9d\x3a\xa5\xf9\xf9\x79\xbd\ \xf7\xde\x7b\xba\x72\xe5\x4a\x60\x61\x62\xb1\x58\x00\x32\xd8\x91\ \x8d\x8d\x0d\x15\x0a\x05\x8d\x8f\x8f\x07\xb9\x2a\x16\x8b\x5a\x5d\ \x5d\xd5\xfe\xfd\xfb\x75\xe7\xce\x1d\x8d\x8d\x8d\x69\x6a\x6a\x4a\ \x35\x35\x35\x4a\xa7\xd3\x92\xa4\xe1\xe1\x61\xb5\xb6\xb6\xaa\xb1\ \xb1\x31\x3c\xd6\xa7\x5c\xde\x6a\xf2\x3a\x39\x39\xa9\xb3\x67\xcf\ \xaa\xa6\xa6\x26\x94\xbd\xe0\xc0\xdd\x17\x21\x53\x1e\x2c\x3b\x68\ \xe0\x7b\xd1\xcc\x81\x3b\x6a\xe9\xee\x23\xbe\xdc\x2f\x45\xcb\x3c\ \xdc\x4e\x01\x64\xa2\xec\x89\xcb\x2d\xd7\x24\x08\x62\x6c\x1e\xa8\ \x7a\x20\xe8\x73\xf0\xa0\x13\x7b\x40\x56\xca\xc1\x26\xf6\x11\xd9\ \x73\xc0\xe7\xac\x1f\xc0\x1c\x9b\x80\xae\xf0\x3d\xbf\x9f\x03\x39\ \xff\x99\xcf\xf9\x3d\x9d\x1d\xf7\x6b\x41\x7a\x14\x8b\xc5\x70\x1f\ \xb7\xfd\x8c\x0d\xbd\xf7\x54\xa5\xdb\x7c\x07\x63\x51\x5f\xe0\x7f\ \x63\x3e\xce\x7e\x45\xd9\x38\x0f\x52\xdf\xcf\x37\x60\xc3\xd8\xbf\ \x64\x32\xa9\x44\x6f\x6f\xef\x53\xd4\x73\x60\x58\x71\xc4\x18\x94\ \x28\xf5\xe7\x13\x44\x30\x98\x38\xff\xf3\xdd\x68\x94\xe3\x9b\xe0\ \x80\x03\x76\xc1\x85\xcd\x0b\x76\xd9\x10\x8c\x99\x0b\x2d\x42\xe7\ \xa7\xf7\x9c\x55\x73\x85\xf1\x85\xcc\xe5\x72\x15\x0a\x81\x10\x0d\ \x0e\x0e\x6a\xef\xde\xbd\x7a\xec\xb1\xc7\x34\x3f\x3f\xaf\xa1\xa1\ \xa1\xd0\x76\xc2\x29\x45\xef\x1d\x84\x91\x43\x58\x56\x57\x57\x7f\ \xad\x83\xb4\xb3\x49\x28\x0f\x46\x97\xb5\xe5\x74\x8d\x37\x7d\xe4\ \xba\xdc\x0b\xc5\x75\x90\xe8\x0a\xec\x27\x0d\x99\x17\xeb\xc9\xf5\ \x51\xa6\xcd\xcd\xcd\xc0\xb4\x74\x75\x75\x69\x7d\x7d\x5d\x4d\x4d\ \x4d\xa1\xa8\x91\xb5\x27\xaa\xa0\x66\xcd\x8b\x7c\x3d\x82\x77\x3a\ \x99\x79\x3a\x3b\x07\xb3\x87\x00\x72\x1a\xcd\xc1\x73\x54\xb6\x1c\ \x70\xf9\xe9\x1a\x8f\x50\x3d\x72\x42\x79\xa2\x91\x8d\x7f\x96\xf7\ \xfd\xd0\x84\x9f\xf2\x8a\x06\x14\xee\x18\x77\xef\xde\xad\xc9\xc9\ \x49\xfd\xf8\xc7\x3f\xd6\xee\xdd\xbb\x43\x4f\x20\xf6\xa9\xa1\xa1\ \x41\xdd\xdd\xdd\xba\xff\xfe\xfb\xd5\xd1\xd1\xa1\xeb\xd7\xaf\x6b\ \x7e\x7e\xbe\x82\xcd\x75\x46\x10\x63\x8a\x6c\x7a\x8b\x07\x1e\x51\ \x83\x03\x45\x56\x16\x17\x17\x83\x8e\xd5\xd4\xdc\x7d\xc0\x31\x8f\ \x99\xf1\xd3\x50\xb0\x73\xd1\xd6\x05\x5e\xd3\xe7\xed\x0e\xd8\x03\ \x40\x1b\xfb\xeb\xfb\x8d\xe3\xc6\x70\xa3\xd7\x3c\x46\x65\x65\x65\ \x25\x44\xb4\x38\x73\x1a\xe1\xe2\xb0\x3c\x55\x42\x2a\x11\x67\x8d\ \x43\x59\x5e\x5e\xae\x70\x22\xd1\x3d\x59\x5e\x5e\x56\xb1\x58\x0c\ \x4c\x0b\xac\x0c\xb2\xe7\x40\x80\x75\xa2\x25\x0c\x6b\x47\x7b\x08\ \xaf\x11\x8d\xc5\x62\x21\xcd\xc7\xfa\xbb\xde\xb1\x56\x51\xa3\x0a\ \x20\x73\x66\x83\xb1\x02\x2c\x49\xcb\x62\xb0\x3d\x05\x82\x3e\xc2\ \x6e\x31\x5f\xd6\xc0\xc1\xce\xfa\xfa\x7a\xb0\x01\xec\x31\x5d\xfd\ \x91\x25\x00\x66\xb4\xc4\x00\x1b\x40\xbd\x29\x81\x55\x32\x99\x0c\ \xa7\xf7\x38\xb4\xc0\x7c\xdc\x86\x33\x0e\x07\xaa\xd8\xad\x17\x5e\ \x78\x41\x85\x42\x21\x3c\xea\xc4\x19\x55\x9f\x37\x7a\xea\xc5\xf1\ \x80\xe9\xcd\xcd\xad\x07\x71\x27\x12\x09\xbd\xf5\xd6\x5b\x8a\xc7\ \xe3\x1a\x1f\x1f\xd7\xb6\x6d\xdb\xd4\xd2\xd2\xa2\xa6\xa6\x26\xdd\ \xbe\x7d\x3b\xc8\xd9\xf0\xf0\xb0\x5e\x7f\xfd\x75\xbd\xf5\xd6\x5b\ \x7a\xf1\xc5\x17\x75\xe0\xc0\x01\x0d\x0d\x0d\xe9\x99\x67\x9e\xd1\ \x47\x3f\xfa\xd1\x60\x03\xdc\xbf\x38\x10\x06\xcc\x3a\x5b\x01\x63\ \xca\x67\xb0\xa5\x9e\x66\xe3\x5a\x0e\x72\xa2\x7e\xd0\x5b\x8b\xa0\ \x93\xbe\x86\xd8\x21\xf4\xce\x89\x07\xd6\x1d\x40\xc6\xbe\x31\x26\ \x74\x21\x1a\xb0\x00\xd2\xb1\x27\x0e\x72\x3c\x65\xea\x99\x06\x7c\ \x02\xe3\x70\x3f\xed\x4c\x0e\xfe\x80\x20\xc0\xd9\x24\xb7\x9d\xc8\ \xa0\xdb\x75\x07\x35\xb0\xae\xd1\xc0\x9a\xf7\x96\x97\x97\x55\x28\ \x14\x2a\x88\x1f\x5f\x1b\xb7\x07\xfe\xbb\x8f\x9f\x39\x78\x2f\x2d\ \xd6\x9d\xb1\xfb\x9e\xf1\x7d\xe6\xc0\x75\xa2\x75\xc5\xd1\x39\x46\ \x49\x01\x4a\x17\x12\x1d\x1d\x1d\x4f\x49\x77\x0b\xb3\xa1\x0a\xe9\ \x57\xc3\xa6\x38\x2d\x16\x45\xa9\x2e\xb0\x4e\x6d\x22\x10\x0e\xaa\ \x98\x00\x4a\xe5\xc2\x8a\xb0\xf9\x86\x3a\x40\x8b\x32\x59\xce\x12\ \xa1\xac\x1e\x5d\x79\xa4\xcc\x77\x00\x2a\xf9\x7c\x5e\xa9\x54\x4a\ \x0d\x0d\x0d\xe1\xb4\xd8\xc6\xc6\x86\xb6\x6f\xdf\xae\xfe\xfe\x7e\ \xb5\xb6\xb6\xaa\xbd\xbd\x5d\xfb\xf6\xed\xd3\xda\xda\x9a\x26\x26\ \x26\x34\x3f\x3f\x5f\x21\xa4\x1e\xcd\x12\xa1\x01\x4e\x89\x98\x11\ \x7a\x9f\xbf\xb3\x75\x51\x56\x06\xa5\x40\x69\x1c\x14\x44\xfb\x5e\ \xa1\x38\x18\x4d\x2f\xf4\x75\x45\x76\x60\xec\x11\x5c\xa9\xb4\xf5\ \x8c\xb6\x83\x07\x0f\xea\xc0\x81\x03\xca\xe7\xf3\x15\x45\xfe\xe4\ \x93\x29\x54\x5d\x5b\x5b\x53\x2e\x97\x0b\x60\xcb\xe5\xc1\xd3\x77\ \x1e\x75\xfb\x5e\xad\xad\xad\x69\x66\x66\x26\xa4\x5d\x60\xc1\xa2\ \x40\xd2\xd7\xc3\xc7\xef\x8a\xe3\x2f\x9f\x2f\xbf\x7b\x74\x01\x48\ \x70\xe0\xe6\xd1\x24\xb2\xe3\xe3\x65\x6f\x18\x9b\x3b\xad\x52\xa9\ \xa4\xbd\x7b\xf7\x2a\x9d\x4e\xeb\xdb\xdf\xfe\xb6\xa6\xa6\xa6\xb4\ \x6b\xd7\xae\x5f\x8b\x94\xea\xeb\xeb\xd5\xd7\xd7\xa7\x07\x1e\x78\ \x40\xef\xbd\xf7\x9e\xa6\xa7\xa7\xb5\xbe\xbe\x1e\x1c\x2c\x2c\x51\ \xf4\x1e\xa4\xcb\x70\x46\x92\x82\xa1\x66\x7c\xfc\xee\xec\x0f\xe9\ \x36\x80\x18\xc0\x89\x35\xf0\x60\xc4\xd7\xc0\xd3\x66\x00\x0d\xf6\ \xd7\x1d\x34\xf2\x40\x5b\x02\x97\xd5\x68\x80\xe0\xe9\x28\xd2\xc0\ \xa4\xc8\x1c\xb8\x93\x46\x7f\xbf\x20\x81\x35\xf1\x34\x17\x32\x0d\ \x88\x64\x4f\xdc\x21\x32\x56\x6c\x00\xeb\xca\xc3\xec\x17\x17\x17\ \xc3\x43\xb5\xd1\x5d\xee\x09\xcb\xe5\x69\x59\xaf\x2f\x8c\xc7\xe3\ \x15\x07\x3f\xdc\x90\x7b\x20\x41\x50\x43\x9d\x97\x97\x15\x90\xba\ \x71\x19\x44\x7f\xd9\xef\x68\x30\x08\xc8\xf3\x54\xa5\x33\x5b\xac\ \x97\xa7\xa9\x58\x63\x7f\x52\x07\x87\x82\x56\x56\x56\x02\x78\xa7\ \xce\x0a\xb0\x99\x4a\xa5\x82\x3e\x63\x83\xd0\xa1\x68\xcd\x11\x73\ \x8d\xc7\xe3\xba\x73\xe7\x8e\x16\x17\x17\x75\xfe\xfc\x79\x0d\x0d\ \x0d\x55\xd8\x3c\xd7\x5b\xd6\x8d\x52\x04\x6a\xf5\x3c\x7d\x95\x4c\ \x26\x95\xcd\x66\x03\xd8\x9c\x9a\x9a\x52\x22\x91\x50\x36\x9b\xd5\ \x8e\x1d\x3b\x54\x28\x14\x74\xec\xd8\x31\x9d\x39\x73\x26\xa4\x1f\ \x4b\xa5\x92\x6e\xdf\xbe\xad\x6b\xd7\xae\x05\xe6\xaa\xb7\xb7\x57\ \xfb\xf6\xed\xab\x48\xad\xba\x9d\x70\xbb\x49\x8d\x1e\xbe\x10\x9b\ \xc4\xfe\x45\xb3\x01\x1e\x1c\x03\x22\x19\x3f\x9f\x8b\xfa\x09\xb7\ \x41\xd8\x98\x68\xca\x8b\xb1\x71\x0f\x07\x0e\x51\x20\xc0\x7d\xdd\ \xa6\x47\xc7\xe4\x8c\x3c\xdf\x03\xcc\xd2\x23\x0b\x76\xcf\x03\x0d\ \x27\x52\x18\x0f\x00\x2a\x5a\x1a\xe4\x65\x3e\xce\xee\xb1\xe6\xc9\ \xe4\xdd\x03\x64\xee\x33\xfc\xe9\x2f\xd1\xfb\xac\xac\xac\x04\x80\ \xe5\xa0\x27\xca\x84\xf9\x3d\xfc\x3a\x51\xcc\xe0\x63\x8a\xb2\x57\ \x7c\x96\xfb\xb8\xff\x72\x70\xe8\x73\x8e\xee\xa5\xfb\xa9\x58\x2c\ \x76\x17\x60\xe1\xfc\xd8\x10\x94\xd0\xd1\xbb\x47\x2f\xbe\xd1\x7e\ \xb3\x28\xed\xe7\xc2\xc1\xcb\x07\xea\x0e\xcd\x73\xdc\xbc\xc7\x3f\ \x17\x52\x84\xda\x29\x3a\x16\x80\x68\xcb\x27\x4e\x01\x27\xe3\x01\ \xed\x62\xf0\x32\x99\x8c\x3a\x3b\x3b\xb5\x6d\xdb\x36\xb5\xb5\xb5\ \xa9\xb7\xb7\x57\x87\x0f\x1f\x96\x24\x4d\x4f\x4f\xab\xba\xba\x5a\ \xf7\xdf\x7f\xbf\x8e\x1c\x39\xa2\xea\xea\x6a\xbd\xfb\xee\xbb\x15\ \xf3\x62\x9d\x5c\x21\x18\x1b\x8c\x13\x6b\xca\xfd\xa3\x88\x39\x4a\ \x95\x46\x8d\x18\x42\x0d\xab\x81\xe1\x73\xf0\xc2\xda\x62\xb8\x1c\ \x98\x3a\x03\xe6\xc2\x06\xd0\x39\x78\xf0\x60\x38\x39\xd4\xde\xde\ \xae\x44\x62\xab\x11\x28\x69\xc2\x89\x89\x89\xd0\x52\x81\x14\xa0\ \x1b\x5e\xc6\xe7\xc2\xea\x08\x9f\x9f\x71\xfe\x43\x43\x43\xea\xe9\ \xe9\x09\x4c\x85\x3b\x05\xff\x19\x79\x74\x79\x71\xc3\xee\xf7\x70\ \xe1\xf6\xbf\x79\xea\xc7\x95\xc3\x1d\x22\x4e\xca\x0d\x61\x34\xc2\ \x94\xee\x16\x75\xb2\xb6\xfd\xfd\xfd\xda\xbf\x7f\xbf\x7e\xfa\xd3\ \x9f\xea\x57\xbf\xfa\x95\xee\xbb\xef\xbe\x8a\x9a\x32\x74\x22\x95\ \x4a\xe9\xe1\x87\x1f\x0e\x51\xf7\xe4\xe4\x64\x38\x09\x8a\xee\xc1\ \x0a\x22\xc7\x00\x67\x0f\x66\x70\xb0\xb0\x02\xd4\xe5\x38\x6b\x88\ \xe1\x64\x0d\xfd\x24\x15\x35\x5c\x5e\x53\x48\xcd\x25\xd7\xa7\x18\ \xdc\x41\x10\x2f\x0f\x7c\x48\x09\x31\x0e\x5e\xa4\x95\xa8\xd1\x62\ \x0d\x78\x26\xe3\xc6\xc6\x56\x23\xc9\x7c\x3e\x5f\x51\xcb\xe3\x9f\ \x41\x26\x30\x80\x5c\x83\x79\x79\x8a\x9f\x53\xa3\xc8\x04\x85\xb3\ \xcc\x81\x13\x73\xd2\x5d\x67\x89\x7d\xa3\x56\x29\x1a\xb9\x3b\x0b\ \x06\x13\x0d\x88\x41\x3e\x60\x90\x00\x1e\xb0\xc0\x7e\x10\x86\xc8\ \x9b\xa0\x4b\xba\xcb\x20\x39\x7b\xca\x3e\xf1\x72\xf9\x46\xef\xd9\ \x07\x6f\xe3\x10\x05\xce\x00\x55\x6f\x79\x81\xc3\x75\xdb\xc4\x3a\ \xd1\x86\x81\x9f\x1b\x1b\x1b\x43\xed\x27\x9f\xc1\x79\x3a\xd8\x67\ \x7e\xec\x3d\xfa\xb0\xbe\xbe\xae\xff\xf7\xff\xfe\x9f\xde\x7a\xeb\ \xad\x00\xd0\x90\x51\xf6\x92\xef\x45\x9d\x93\xa4\xc0\x42\x22\xe7\ \xab\xab\xab\xda\xb1\x63\x47\x85\x2c\x2f\x2f\x2f\xeb\x9e\x7b\xee\ \xd1\xc0\xc0\x40\x98\xe3\xb9\x73\xe7\x54\x5b\x5b\xab\xc9\xc9\x49\ \xad\xac\xac\x04\xe6\xab\xbe\xbe\x5e\x07\x0f\x1e\xd4\xf4\xf4\xb4\ \x66\x66\x66\xd4\xd4\xd4\x54\xb1\x8f\xee\x98\x91\x01\xc6\x19\xb5\ \x19\xc8\xba\xeb\x35\xb6\x80\x79\x45\x89\x03\xbf\xb6\xdb\x63\xae\ \xc1\xda\x39\x10\x62\xaf\x90\x47\xb7\x71\xee\x3b\x78\xcf\xd3\xd6\ \x51\x72\x03\xf9\x71\xd6\xc5\x03\x55\x67\xbb\x00\xf1\x1c\xb6\x42\ \x1e\x61\xbd\xb9\xa6\xb7\x19\xf1\x31\x45\x75\x94\xf7\xdc\x3f\x43\ \x3a\xb0\xfe\x5e\x86\xe0\x84\x43\x3c\x1e\x0f\xc0\x6f\x76\x76\x36\ \xb0\xdb\x6e\x0b\xf9\xbc\xd7\xa1\xf9\x7c\x61\x9c\xa2\x38\x01\x7f\ \xec\x76\x3d\x1a\xb4\x3b\xc6\x89\xe2\x15\xbf\x1f\xf3\x42\x0e\xfc\ \x5f\x48\x5b\xb6\xb6\xb6\x3e\x15\x8f\xdf\xed\xe8\x0b\xaa\xc5\xe8\ \x32\x38\xa7\x82\xdd\x61\x3a\x3b\xc0\xa2\x45\xa3\x3a\x37\x04\xbc\ \x3c\x82\x8b\x6e\x4a\xd4\xb0\xf8\x51\x62\x9c\x21\x8b\x47\x7e\xd9\ \xe9\x3b\xe9\xd7\xdb\xfe\xb3\xd9\x99\x4c\x26\x50\xe2\xb9\x5c\x2e\ \x18\x92\xee\xee\x6e\xb5\xb5\xb5\x85\x7b\x8f\x8e\x8e\xaa\xbf\xbf\ \x5f\x89\x44\x42\xe3\xe3\xe3\x4a\xa5\x52\x3a\x7c\xf8\xb0\xda\xda\ \xda\x74\xea\xd4\xa9\x0a\xc4\x1c\x65\x59\x5c\x20\xdd\x10\x71\x9c\ \x9d\x88\xdc\xd3\x38\x0e\x9e\xfc\x7f\x94\x82\xe8\x16\xa7\x84\x82\ \x78\x91\xb2\x7f\x97\x23\xfd\xd0\xfc\xac\x3d\xf7\x2d\x97\xb7\x6a\ \x15\xf6\xef\xdf\xaf\xa1\xa1\x21\x4d\x4e\x4e\xaa\xaf\xaf\x4f\xed\ \xed\xed\xa1\x79\x22\x06\x96\x5e\x49\xd9\x6c\x36\xac\x6d\x54\xf9\ \x59\x7f\xf6\xc0\x99\x4b\xd6\x08\xc5\xb8\x73\xe7\x8e\xda\xda\xda\ \xc2\x7e\xf3\x42\x58\x71\xc4\x0e\x54\x58\x27\x14\x04\x03\xc6\xbd\ \xa3\x60\xde\xc1\x9e\x47\x9e\x51\x45\xf0\x6b\xa3\x78\xc8\xbc\xb3\ \x0e\xa4\x0f\x91\x29\xc6\x95\x4e\xa7\xf5\xe0\x83\x0f\xea\xd2\xa5\ \x4b\x7a\xf1\xc5\x17\xb5\x73\xe7\xce\x50\xdb\xe6\x06\x35\x1e\x8f\ \xab\xb7\xb7\x57\x07\x0f\x1e\x54\x7d\x7d\xbd\x2e\x5f\xbe\x5c\xc1\ \x1a\xb3\x37\x80\x20\x1e\x29\x13\x65\xe2\xbc\xc6\x8f\xd4\x03\x4c\ \x90\xff\xee\xeb\x19\x35\x2c\xcc\x71\x6e\x6e\x2e\xbc\x87\xe1\x63\ \x1d\x58\x5f\xc6\x86\x5c\xbb\xb3\xf6\x88\xd2\x0d\x1b\x2c\x38\x20\ \x00\x07\xce\x3c\x3c\x45\xcd\xf5\x79\xbc\x4f\xb9\x5c\x0e\xa9\x78\ \x64\xd7\x59\x3e\xe9\x6e\x0d\x19\x4c\x5a\x54\x26\x5c\x07\x5d\xff\ \xbd\x5d\x0a\x00\x12\x96\x99\x7d\x75\xdd\x42\x76\x58\x1b\x1c\x3c\ \xf6\xc8\x65\x8f\xf5\xf0\x02\x77\x52\x7f\xd8\x02\xd6\xc5\xed\x06\ \xa0\x96\x3d\xe1\xc4\xb2\x97\x03\x20\x43\xec\xa9\x03\x57\x8f\xb8\ \xa3\xf5\x60\x30\x57\xae\xcb\xd8\x68\x8a\xdc\xd3\xe9\x74\xe8\x49\ \x87\xf3\xc4\x26\x49\xf2\x96\x68\x00\x00\x20\x00\x49\x44\x41\x54\ \x47\xd3\x27\xbe\x26\x3e\x16\xe6\x97\x4a\xa5\x34\x38\x38\xa8\xcb\ \x97\x2f\x07\xf0\xe3\x76\x90\xf1\xe2\xbc\xd9\x6f\xc6\xcc\xde\xfa\ \xb5\xb7\x6d\xdb\xa6\x95\x95\x15\x1d\x3a\x74\x48\xc5\x62\x51\x4b\ \x4b\x4b\xda\xb5\x6b\x97\xf6\xed\xdb\xa7\xd7\x5e\x7b\x4d\xd9\x6c\ \x56\x43\x43\x43\x1a\x1c\x1c\x54\x2c\x16\x0b\x07\x67\x72\xb9\x9c\ \x72\xb9\x9c\x66\x66\x66\x34\x35\x35\x15\x64\x84\x26\xaa\x33\x33\ \x33\x15\xf6\x95\xb1\xf2\xbb\xa7\x84\x91\x15\x07\x2e\xac\x01\x01\ \x01\xb2\xed\x80\xcb\xd9\x1d\x5f\x4f\xd7\x27\x07\x07\xee\xc0\x7d\ \x4c\xd4\xdc\xb2\x2f\xee\x83\x3d\x73\xc2\xbd\xdd\xff\x62\x73\xd9\ \x5b\xd2\xd0\xe8\x31\xfa\x89\x0e\xfb\xe9\x67\xc6\xe3\xf5\xd8\x6e\ \xab\xa2\xc4\x08\x7b\x0a\x40\x66\x2f\x59\x2b\xc7\x0d\x00\x70\x82\ \x02\xf7\xfb\x04\xa5\xf1\x78\x5c\x63\x63\x63\xa1\x4d\x09\xe3\x8f\ \xb2\x59\x9e\xc5\x71\x40\xe4\xd7\x04\x88\x12\xc4\x82\x07\xfc\x3a\ \x6e\x23\xdd\x2f\x38\x96\x41\xb7\x3d\xc0\x8f\xb2\x8c\xf8\xa5\xea\ \xea\x6a\x25\xf2\xf9\xfc\x53\x18\x0e\x06\xea\xc7\xaa\x5d\x09\xa2\ \xd4\xa3\x03\x23\x57\x42\x1f\x1c\x86\xc0\xd1\x22\x2f\x37\x1c\x7e\ \x0d\x37\xe0\x6c\x24\x51\x84\x4f\xd4\x01\x15\x0e\xc7\x91\xb2\x0b\ \x0a\xc6\xb8\xaa\xaa\x4a\x9d\x9d\x9d\xda\xb1\x63\x87\xba\xbb\xbb\ \x35\x30\x30\x10\x28\xe4\xa6\xa6\x26\xb5\xb6\xb6\x6a\x72\x72\x52\ \xa7\x4f\x9f\x0e\x06\x3e\x9f\xcf\x07\x20\x77\xef\xbd\xf7\xea\xe8\ \xd1\xa3\x3a\x73\xe6\x8c\x0a\x85\x42\x85\xb1\x43\xe0\x50\x00\x2f\ \xc0\xc3\xa8\xba\xc1\x8c\x32\x04\xce\x2a\x78\x94\xca\xda\x10\xa9\ \xf2\x59\x04\x8e\x02\x68\x04\xdb\xbf\x83\xd1\x72\x64\x8d\xd0\xb5\ \xb7\xb7\xab\xb1\xb1\x31\xac\x6f\x2a\x95\x52\x5f\x5f\x5f\x85\x93\ \xc4\x10\xd0\x59\x99\x68\x9e\xba\x21\x97\x0f\xdf\x73\x7e\xc6\x58\ \x61\x04\x48\xcf\x38\x50\x44\xb6\x58\x4b\xa7\xe8\x3d\x55\xe4\xc2\ \x1d\x05\xf1\x0e\x70\x99\xb7\xff\xef\xeb\x8c\xd1\xf0\x7b\xa2\x64\ \x6e\x1c\x1d\x70\xf9\xde\x45\x1d\x77\x4d\x4d\x8d\x0e\x1c\x38\xa0\ \x42\xa1\xa0\x1f\xfc\xe0\x07\xaa\xab\xab\x53\x6f\x6f\x6f\x85\xf1\ \x66\x1c\x75\x75\x75\xda\xb3\x67\x8f\x72\xb9\x9c\x2e\x5f\xbe\x1c\ \x8c\x9f\xa7\x94\x38\x39\x88\x11\x80\xa9\x41\xb6\x39\xcd\xcb\xfc\ \xbc\x9b\x38\x6b\xca\x98\xbd\xee\x0a\xf9\xf1\xfa\x27\xf4\xc3\x65\ \xca\xd7\x11\xe7\x8f\x83\x28\x97\xb7\xba\xb8\x2f\x2f\x2f\x57\x1c\ \xe5\xe6\xd4\x4f\x26\x93\x51\x63\x63\x63\x45\x2a\xd0\x53\x2c\x3c\ \xf7\x34\x16\x8b\x85\x96\x30\xf3\xf3\xf3\x21\xe5\x8d\x31\xf7\x1a\ \x50\x64\x82\x82\x68\x1f\x0f\x86\x95\x7d\x65\x4c\x80\xa9\xf5\xf5\ \xf5\xc0\x52\xb1\x26\xd4\x63\x24\x12\x89\x0a\xc6\xc9\x23\x59\xe6\ \x14\x8b\x6d\xd5\xbb\xb1\xdf\x0e\x5e\x70\x0e\xc8\x3c\x63\x70\xe7\ \x4a\x1a\x9c\x28\xdc\xe7\xe0\xb5\x6b\xe8\x3a\xf5\x60\xd8\x5a\x82\ \x16\xe4\xd0\x1d\x31\x81\x30\x63\xc5\xa1\x38\x40\x60\x0f\xf9\x19\ \xc0\x0a\xd0\xe0\x64\x25\x6b\xef\x76\x92\x52\x00\x97\x1f\xe4\x94\ \xeb\xba\x5e\x56\x55\x55\xe9\xf5\xd7\x5f\xd7\xcd\x9b\x37\x2b\x00\ \x96\x8f\xd9\x6b\xe2\x90\x33\xb7\x13\x0e\xde\x12\x89\x44\x78\x7c\ \x4e\x3c\x1e\x57\x3e\x9f\xd7\xe8\xe8\xa8\x8e\x1f\x3f\xae\x93\x27\ \x4f\x6a\x62\x62\x42\xcb\xcb\xcb\xea\xed\xed\xd5\xe0\xe0\x60\x45\ \x6a\x0b\xf6\xd2\x19\x49\xf4\xa1\xaa\xaa\x2a\x14\xca\xb3\xee\x1e\ \x4c\xb9\xce\x33\x37\xe6\xe9\xcf\xc2\x25\x5d\xeb\x04\x80\xf7\x60\ \xe3\xc5\x9c\xb0\xf7\xce\x7c\x00\x10\xb0\x43\x5e\x52\xe2\x2c\x96\ \xb3\x2e\xcc\xcf\xd7\x89\x71\xba\x5f\x76\x70\x80\x3e\xc1\xf6\x7a\ \xa0\xed\xc1\x25\x9f\x75\x5b\xee\xe0\xc3\x09\x02\xd6\x8d\x7d\x76\ \x26\x3c\x0a\x32\xf1\x91\x2b\x2b\x2b\x5a\x5f\x5f\x0f\x29\x7a\x0f\ \xfe\x1d\x54\x4a\x0a\x6d\x1a\xa2\x00\xdd\xaf\xef\xbe\x25\xaa\x7b\ \x7c\xc7\x65\x90\x97\x67\x46\x78\x79\xe0\xe3\x3e\xd4\x03\x5c\xc7\ \x3e\xd1\xc0\x1d\x19\x42\xce\x24\x29\x91\xcd\x66\x9f\x22\x6d\xc0\ \x45\xbd\xb5\x00\x93\x75\xc0\xe0\x51\x8c\x0b\xa0\x0f\xd6\x17\x0d\ \x21\x42\x00\xfc\x38\x34\x13\xf3\x54\x01\x83\xf5\x1a\x18\x77\x56\ \x2e\x94\x51\x07\x48\x94\x9d\x48\x24\x2a\x4e\x3c\x90\x3a\x88\xc7\ \xe3\xea\xe8\xe8\xd0\xa3\x8f\x3e\xaa\x7c\x3e\xaf\xae\xae\xae\x60\ \xac\xe8\xbd\xd1\xd6\xd6\xa6\xb6\xb6\x36\x55\x55\x55\xe9\xd2\xa5\ \x4b\xea\xeb\xeb\x53\x73\x73\xb3\xaa\xab\xab\x35\x3d\x3d\xad\xee\ \xee\x6e\x7d\xf2\x93\x9f\x54\x32\x99\xd4\xf5\xeb\xd7\x35\x37\x37\ \x57\xa1\x48\x4e\x29\x7a\xcd\x0b\x02\xe2\x0a\x07\x28\xe4\x34\x1d\ \x11\x49\xb9\x7c\xf7\x99\x46\x14\xbc\x62\xa8\xa5\xbb\xc0\x11\x65\ \x43\x39\xb9\xbf\xd7\x8d\x20\xe0\x14\xcd\xd2\x36\x21\x9b\xcd\xea\ \xa1\x87\x1e\x52\xa1\x50\x50\x3c\x1e\xd7\xf1\xe3\xc7\xd5\xd6\xd6\ \xa6\x64\x32\x19\xea\x33\x24\x69\x69\x69\x49\x4d\x4d\x4d\xaa\xae\ \xae\x0e\xce\xca\x01\x41\x34\x0a\xf4\x68\xcf\x41\x38\x8e\x12\x87\ \xe8\x87\x18\x9c\x2a\x46\x29\x9c\x7e\xa6\xde\x07\xc3\xc3\x67\xa3\ \x80\xdd\xe5\xd2\x81\x82\x7f\xde\x4f\xa2\x39\x00\xc6\x88\xf0\x19\ \x07\xf4\x9e\xb6\x73\x59\xe3\xfd\xda\xda\x5a\x1d\x38\x70\x40\xfd\ \xfd\xfd\xfa\xce\x77\xbe\xa3\xf1\xf1\x71\xed\xdb\xb7\x2f\xec\x83\ \xb3\x0d\xa5\x52\x49\x7d\xff\x57\x9b\x75\xf5\xea\xd5\x70\x7a\x8a\ \xb9\x93\xc6\xf0\xe7\xcd\x61\xcc\x00\x10\x30\x9e\xac\x11\x0c\x4d\ \x94\x11\xc1\xf1\xb2\x7e\xcc\xc9\x53\x18\xf1\x78\xbc\x82\x71\x4a\ \xa5\x52\x01\x80\x51\x23\xe1\x73\x0d\xf4\x77\xe2\xee\xf1\x6d\x0c\ \x4f\x3a\x9d\x0e\x40\x8d\xf4\x1c\xb2\x44\x91\x3b\xc0\xa8\x5c\xae\ \xec\x7c\x4c\x8a\x10\x9d\xf7\x06\xa1\x1e\xb1\x13\x8d\xe3\xb0\xf9\ \x1e\xba\xef\xfd\x75\x96\x96\x96\x54\x5f\x5f\x1f\x4e\xad\x3a\x70\ \x89\x06\x8d\xce\xca\xb1\x46\x3c\x04\x9a\xf7\x9d\x31\xc6\xc8\x22\ \x4b\x5e\x33\x89\x8e\x01\x3c\x1c\x5c\xc4\x62\xb1\x8a\xa7\x24\x38\ \x2b\x85\xce\x63\x3f\x5d\xbf\x38\x1d\x49\x1a\x87\x3d\x47\x5e\xbc\ \x7d\x8a\xa7\x36\x25\x05\xf0\x94\x4c\x6e\xb5\xf5\xa8\xaf\xaf\x57\ \x43\x43\x43\x58\x2b\x4f\x5d\xe2\x84\x5d\x87\x1c\x00\xe1\x0b\x60\ \xe6\x59\x83\xd1\xd1\x51\x7d\xef\x7b\xdf\x0b\xfb\xe9\x32\xe2\x01\ \x97\x03\x36\x64\xcb\x75\xd5\xfd\xc8\xc6\xc6\x46\x78\x0e\x26\x35\ \x74\xe5\x72\x59\xb3\xb3\xb3\xfa\xd8\xc7\x3e\xa6\x07\x1e\x78\x40\ \x85\x42\x41\xd7\xaf\x5f\x0f\xcf\xad\xe3\xfa\x00\x40\x82\x12\x0e\ \x00\x70\x78\x83\x3e\x69\x51\x1f\x87\x3c\x47\x8b\xa0\x1d\x28\x22\ \xbf\x6e\x73\x91\x09\x07\x36\xce\xb0\x00\x9e\x7c\x0d\x00\x62\xec\ \xb1\x83\x1e\xae\xeb\xd7\x76\x10\xe6\x0c\x30\x9f\x73\xfb\x4b\x6b\ \x18\x07\x13\x7e\x5f\xf7\xef\x00\x43\xf4\x2f\x0a\x50\xd0\x11\x67\ \xd1\xbc\x88\xde\x41\x94\xdb\x6d\x4f\x65\x97\x4a\x5b\x29\x46\x0e\ \x4a\x11\xc8\x7b\xc0\xca\x78\x08\xc6\xe8\xcf\xe8\xb2\x82\xce\xf0\ \x7d\xc7\x16\xae\x97\x51\x90\xe8\x00\xc9\xd7\xcb\x09\x20\xf7\x07\ \x1e\xfc\xf8\xde\x45\x49\x85\xe8\x9e\x56\x00\xe8\x5c\x2e\xf7\x14\ \x14\x38\x03\xc7\xb1\x42\x8b\xfb\x62\xbb\x51\x8d\x2e\x26\x37\x66\ \x30\xee\x90\xdc\x70\x31\xe9\xa8\x43\xf5\x81\xb2\x69\x7c\xc7\x3f\ \x8f\x33\x88\x6e\x4a\x2c\x16\x0b\x51\x19\x88\x1d\xa7\xe4\xc2\xdc\ \xd6\xd6\xa6\x27\x9e\x78\x42\x0d\x0d\x0d\x1a\x1d\x1d\x55\x3a\x9d\ \xd6\xc0\xc0\x80\xe2\xf1\xb8\xa6\xa6\xa6\xb4\xb6\xb6\xa6\x86\x86\ \x06\xbd\xfb\xee\xbb\x3a\x7c\xf8\xb0\x7a\x7a\x7a\x02\x00\x2b\x95\ \x4a\x7a\xed\xb5\xd7\xb4\xb6\xb6\xa6\xc7\x1e\x7b\x4c\x8f\x3f\xfe\ \xb8\xba\xba\xba\x74\xe3\xc6\x8d\x70\x52\x8c\xd3\x15\x6c\xbe\xaf\ \x03\x9b\x8f\x11\xf3\xc7\xc8\x6c\x6c\x6c\x54\x18\xf3\x64\xf2\xee\ \x63\x78\x10\x6a\x36\x9e\x6b\x3a\xe0\xe2\x61\xaf\x18\xee\xe8\xc9\ \x0b\x7e\xcf\xe7\xf3\xca\x64\x32\x9a\x9f\x9f\x0f\x06\xeb\xa3\x1f\ \xfd\xa8\xda\xda\xda\xc2\xb5\xe9\x85\x43\x84\xeb\xc5\xc1\xd0\xe6\ \x80\x2c\xd6\x9e\xf9\x3a\xcb\xe0\xc6\x73\x75\x75\x35\x18\x7e\x8c\ \x1f\x06\x1a\x90\x1f\x05\x48\x5c\xdb\xe5\x84\x7f\x6e\x20\x5c\x7e\ \x10\x6e\x37\x74\xbc\x88\xe2\x01\xe1\x28\x95\x1b\x7a\x07\xb7\xd1\ \x88\x36\x1a\xd1\x38\x7b\x22\x6d\x15\x52\x37\x37\x37\x6b\x66\x66\ \x46\xcf\x3d\xf7\x9c\xee\xbf\xff\xfe\x70\x80\xc2\xc1\x60\xa9\xb4\ \x95\x5e\x3c\x76\xec\x98\x6e\xdd\xba\xa5\xe1\xe1\xe1\xb0\xb6\xc8\ \x37\x73\xe4\x59\x81\x8c\x23\x1a\xbc\x30\x1f\x3f\x65\x88\x61\x9d\ \x9d\x9d\xad\x70\x06\x74\x89\xf7\x39\xb9\x61\x8d\xea\xea\xe6\xe6\ \x66\xe8\x11\xe7\xce\x05\x20\x57\x2a\x95\x42\x6f\x9e\x8d\x8d\x0d\ \x35\x35\x35\x05\x40\x43\x41\x3c\xfb\xbb\xb1\xb1\x11\x02\xb9\xd6\ \xd6\xd6\x50\xc0\x8c\xfc\x33\x6f\x07\x8f\x0e\x4e\x7d\x8e\x00\x94\ \xc6\xc6\xc6\x8a\xe3\xe7\x8c\xcf\xd3\x78\xac\x15\x6c\x12\x6b\xe6\ \xeb\x09\x98\x65\xef\xa3\x91\xb7\x74\xb7\x8d\x84\xa4\x00\x76\x48\ \x5f\xb8\x3d\xf2\x1a\x56\xbf\x1e\x7b\x00\xf8\x22\x30\x43\x7f\x3d\ \x30\x22\xca\x47\xef\x3d\xed\x8a\xcc\x22\x4f\x30\xcc\xae\xeb\x00\ \x26\x9c\x6c\x55\x55\x95\x72\xb9\x5c\x90\x31\x80\x30\x2c\x02\xd7\ \xf1\xba\x51\x8f\xd4\x1d\x88\x30\x3e\xc6\x01\xb8\xfb\xef\xff\xfe\ \x6f\x9d\x3d\x7b\x36\xc8\xc7\xfb\xb1\x0a\xdc\xc7\x59\x96\x28\x43\ \xe6\x0e\xd2\xf7\x81\x4e\xf6\xcb\xcb\xcb\x3a\x74\xe8\x50\xc5\x21\ \x91\x8d\x8d\x8d\xf0\x70\x60\x77\xd2\xc8\x46\x3a\x9d\x0e\x8f\x02\ \x9b\x99\x99\x09\xb2\x2a\xdd\x6d\x46\xec\x8e\x16\xdd\x66\x7c\x9e\ \xca\x8a\xb2\x6c\xee\x97\xa2\x4e\x38\x9a\xa6\xc2\x27\xb9\xad\x21\ \x6d\x0b\x28\x72\x47\xcd\xd8\x58\x6f\x3f\x90\x82\xdd\xf2\x94\x9b\ \xfb\x1d\xdf\x43\x1f\x0f\xfa\x55\x2e\x97\x2b\x02\x01\x02\x7e\xd7\ \x0b\x7e\x76\x3d\x75\xc0\xcd\xf8\x99\x5b\xf4\x10\x86\xa7\x45\x59\ \x63\x97\x49\xb2\x20\x8e\x01\xb8\x07\xbd\x18\x29\x1f\xe0\xfe\x51\ \xa0\xea\xb6\x2b\xca\x6c\x39\xc3\x1d\x05\x44\x30\x72\x8c\xd3\x3f\ \xc3\xfb\x1e\x9c\x7b\x80\xcc\x78\x5c\x66\x5c\xbe\xc3\xda\x35\x37\ \x37\x3f\x85\xb0\x20\x8c\x9e\x22\x8c\xde\xcc\xbf\xec\x94\x7a\x14\ \x5d\x47\x27\xeb\xd4\xa8\x0b\xa9\x3b\x8a\x68\x94\xe0\x02\xc8\x22\ \x72\x24\x9a\x6b\x39\xcb\x50\x2e\x97\x43\x94\xec\xc6\x92\x13\x70\ \x20\xe7\xe6\xe6\x66\x95\xcb\x65\xcd\xcc\xcc\x68\xe7\xce\x9d\x6a\ \x6f\x6f\x0f\x46\x2e\x93\xc9\xa8\xab\xab\x4b\xbd\xbd\xbd\xba\xf7\ \xde\x7b\xb5\xb8\xb8\xa8\xa1\xa1\xa1\x70\x7f\x8a\xbf\xdf\x7c\xf3\ \x4d\x8d\x8c\x8c\x68\x6c\x6c\x4c\x35\x35\x35\xea\xef\xef\x57\x57\ \x57\x97\xa6\xa6\xa6\xc2\x33\xea\xa2\x1b\xcb\xf8\xdd\x80\x44\x6b\ \x34\x70\xc4\xcc\xd9\x85\x19\x76\x8b\xef\xa3\xac\x38\x3a\x8c\x3d\ \xdf\x21\x05\xc1\xda\x13\xad\xf6\xf4\xf4\xa8\xa3\xa3\x43\xcd\xcd\ \xcd\x5a\x5d\x5d\xd5\xc7\x3e\xf6\x31\x1d\x3c\x78\x50\xe7\xce\x9d\ \x0b\x9f\xc1\x09\x39\xfb\x00\x20\x74\x43\x0e\xd3\x83\x0c\x60\x80\ \xf9\xd9\xff\xe6\xf5\x15\x28\x32\xeb\x8e\xa1\xc3\x11\x3b\xab\xc4\ \x9e\x47\x0d\x7e\x54\x96\x7c\x9d\x1d\xfc\xf9\xcf\x2e\x97\x51\x85\ \x72\x30\x88\x41\x70\x83\xe7\xd1\x68\x54\xc9\x50\xb0\xaa\xaa\x2a\ \x35\x34\x34\xa8\xa5\xa5\x45\xf7\xdc\x73\x8f\xbe\xf9\xcd\x6f\x2a\ \x99\x4c\xaa\xaf\xaf\xaf\xc2\x38\x39\xa3\x75\xf4\xe8\x51\x0d\x0e\ \x0e\xea\xd6\xad\x5b\x15\x8f\xfa\x81\xf5\x88\x1e\xa4\x20\x45\x8b\ \x53\x41\x07\x98\x27\xa0\xd9\x4f\x99\x61\x80\xbc\x76\x30\x6a\x78\ \xa3\x35\x4c\x80\x7e\x7e\x87\x99\xf2\x86\x96\x1e\x15\xc7\x62\x5b\ \x8f\x57\x41\x96\xe9\x04\x0f\xe8\xa0\x14\xc1\x19\x2c\x07\x4c\x30\ \x2e\xd4\x93\xf1\xbd\x58\xec\x6e\xaa\x12\xd0\x89\x63\x60\xcc\x1e\ \xb8\x01\xa2\x71\x0c\x18\x76\x80\xa8\xa7\x51\xfd\xf1\x45\x2e\x13\ \x5c\xd3\xd3\x4e\xc8\xbc\x83\x5f\x97\x71\x97\x4d\xf4\x0d\xd6\x08\ \x47\xc2\x5c\x66\x67\x67\xc3\xc1\x92\x4c\x26\x13\xe4\x0d\x19\x23\ \xa8\x71\xc0\xcf\xfa\xf3\xcf\xf7\x9f\x7d\x47\x87\x9c\x2d\x03\x40\ \x52\x7f\x4a\x2f\x29\x77\x6e\x38\x79\xf4\xd1\x75\xd8\x81\x2a\x3f\ \x47\xed\x7f\x22\x91\xd0\x8f\x7e\xf4\x23\x4d\x4d\x4d\x55\xe8\x63\ \x54\xde\x91\x41\x67\xe8\x9c\xe1\x72\xdf\xc1\xbd\x70\xfc\xd8\xb9\ \xde\xde\x5e\x4d\x4e\x4e\x86\x7a\xb8\x9d\x3b\x77\xaa\xb9\xb9\x59\ \xe3\xe3\xe3\xa1\x16\xcb\x7d\x84\x74\x97\xb5\x47\x6f\x5a\x5b\x5b\ \x15\x8f\xc7\x2b\x52\xc9\x9e\x8a\x8b\xd6\x16\xb9\x3e\xbd\x9f\x53\ \x75\x26\xd2\xdf\x77\x9f\xe8\xfe\x13\x7b\x86\x4d\xc3\x6f\x79\x0f\ \x33\x00\x8b\xfb\x8b\x68\xa0\xe6\xe9\x32\x74\xd5\x8b\xf8\xd1\x53\ \x97\x4f\xf7\x23\xc8\x51\x2c\x16\x0b\xb6\xdd\x9f\xc9\xc9\x1c\xbd\ \xee\x91\xeb\xf2\x3f\xe3\x70\xa6\x89\x40\xe2\xfd\xb2\x53\xac\x07\ \xb5\x80\x51\x3b\xec\x72\x37\x3b\x3b\xab\xa5\xa5\xa5\x70\xc2\x13\ \xf6\xd6\xe7\xe7\xe0\xdd\x59\x60\xd6\xd7\xf7\x82\xbd\x61\xad\x5c\ \x47\x3c\xbd\xea\xc1\x81\xef\xa7\x67\x6f\x3c\xe8\x40\x1f\x5c\x5e\ \x4a\xa5\xd2\x56\x0d\xd6\xe2\xe2\x62\x70\xc6\x00\x92\xa8\x40\x61\ \xc0\x9d\x9d\xf2\xf7\x98\xb4\x03\x03\xdf\x20\x16\xd0\x9d\x93\x0b\ \x28\x4a\x85\x00\xf8\x44\xfd\x33\xee\x1c\x7c\xf2\xb1\xd8\x56\x5f\ \xab\xba\xba\xba\x90\x6e\xea\xea\xea\xd2\xc0\xc0\x80\xb2\xd9\xac\ \xf6\xef\xdf\xaf\x63\xc7\x8e\x69\x60\x60\x40\x2b\x2b\x2b\xda\xbb\ \x77\xaf\x5e\x78\xe1\x05\x5d\xbd\x7a\x35\xf4\x0e\x1a\x1d\x1d\x55\ \xb1\x58\xd4\xf2\xf2\xb2\x2e\x5d\xba\xa4\xf7\xde\x7b\x4f\x8b\x8b\ \x8b\x7a\xf5\xd5\x57\xf5\x8b\x5f\xfc\x42\x57\xaf\x5e\x55\xb1\x58\ \xd4\x95\x2b\x57\xb4\xb4\xb4\xa4\xab\x57\xaf\x6a\x7a\x7a\x3a\x9c\ \xda\x69\x69\x69\xd1\x9e\x3d\x7b\xb4\x7d\xfb\x76\xcd\xcc\xcc\x68\ \x76\x76\xb6\x82\x61\xe3\x05\x8d\xef\x6c\x94\x37\x9e\x03\xdc\xba\ \xb0\x61\x00\x3d\xaa\x77\x16\x66\x73\x73\x33\x38\x23\xd6\x97\x75\ \xf3\x87\xb4\xd2\x96\xe2\xd1\x47\x1f\x0d\x11\xe0\x03\x0f\x3c\x10\ \x3a\xab\x7b\x5d\x98\xb3\x16\x6e\x64\x7c\xaf\x30\x20\xde\x13\xc5\ \x9d\x11\xdf\x27\x15\xc4\xdc\x10\x5e\x22\x73\x4e\xb6\xb9\x03\x63\ \xde\xee\x60\xa3\x6c\x52\x54\xb9\x90\xd3\xe8\xdf\x5d\xa1\xa2\x91\ \x35\x32\xcb\xfd\x3c\x0d\xee\x00\xc2\x9d\x45\x34\xc8\x70\xb6\xac\ \xa6\x66\xeb\xd1\x20\xfd\xfd\xfd\xba\xef\xbe\xfb\xf4\xcf\xff\xfc\ \xcf\x5a\x5f\xdf\x7a\x0c\x91\x07\x03\xcc\x21\x91\x48\xe8\xbe\xfb\ \xee\x0b\xf2\xe4\xeb\xe9\x46\xd5\x5b\x0e\xf8\x9e\x78\xdd\x1d\xec\ \xad\x1b\x34\xe6\x47\x0b\x05\xee\xcb\x75\x69\x1b\x01\xb0\xa5\x69\ \x23\x80\x1f\xbb\xc0\xf5\xd0\x4d\xa2\x7a\x64\x33\x99\x4c\x86\x23\ \xfe\x44\x9f\x18\x67\x4f\xc7\x70\x5d\xec\x01\x20\x0b\x40\xe4\x35\ \x78\x80\x6b\x64\x86\xfb\x90\x5e\xf6\x20\xc4\x81\x0c\x0e\x95\xcf\ \x10\x35\xc3\x9e\xba\x1c\x33\x66\x6f\x69\xc1\x1a\xb2\x6e\x18\x5f\ \xbe\xe3\x81\x23\xf3\x70\xf6\xda\xd3\x4d\xac\x19\x7f\xf7\x42\xe3\ \x68\xa0\x10\x95\x45\x07\x6f\x89\x44\x22\xb4\x57\x70\x86\x80\xae\ \xed\x80\x60\x4e\x50\xb2\x87\x74\xd7\xe7\xb0\x01\xeb\x40\x10\xe5\ \x0c\x8d\x07\xa6\xec\x01\x36\x0a\x56\xc4\x1d\xb7\x07\x24\x2f\xbf\ \xfc\x72\x78\xdc\x12\xfb\xc0\xf7\x91\x47\x67\xb7\x59\x37\xf7\x11\ \x51\x00\xc3\xdc\xb1\x55\xb1\x58\x4c\x93\x93\x93\x8a\xc5\x62\x1a\ \x1d\x1d\x55\x26\x93\x09\xc1\xcb\xc4\xc4\x84\xce\x9f\x3f\x5f\x61\ \x23\x00\xa6\xc8\xd9\xfa\xfa\xba\x76\xec\xd8\xa1\x13\x27\x4e\x28\ \x9d\x4e\x57\x64\x60\xfc\x1f\x0f\x27\xf7\x20\x02\x19\x73\xbb\xc4\ \xd8\xa3\xa0\xca\xfd\xd6\xfb\x05\x00\xac\x27\x3a\xc1\x5e\xc2\x5a\ \x7a\xa9\x08\xdf\x65\xfd\xdd\xc6\xd1\x2f\xd1\x19\x5b\xfc\x30\xcc\ \xe2\xfb\xdd\xcf\x89\x10\xe4\x80\xbd\xf2\x82\x70\x6c\x1a\xa0\xcd\ \x4b\x0e\xd6\xd6\xee\x3e\x1f\x17\xd9\xf6\x67\x6a\x3a\x00\x47\x3f\ \x1c\x88\x78\xed\x1f\xf7\x66\x3d\xb1\x21\x3c\x30\x1e\x79\x74\x99\ \xf4\x32\x19\xb7\xd3\x80\x57\xd6\xde\x65\xc8\x5f\xd8\x79\x97\x33\ \xdf\xd3\x68\x50\xee\x81\x87\xcb\xbd\x13\x24\x6e\x17\x24\x29\x89\ \x51\x45\xa8\x88\xa6\x30\x4c\xdc\xd4\xa3\x3b\x36\xc8\x73\xf1\x9e\ \x36\x70\x2a\x90\x88\xd7\xc1\x82\x0b\x0b\x86\x23\x5a\x14\x18\x5d\ \x30\xfe\x8e\xa3\x84\x59\x71\x43\xe2\x4c\x43\x3a\x9d\x56\x3e\x9f\ \x0f\x05\xc5\xd5\xd5\xd5\xba\x70\xe1\x82\x0a\x85\x82\x36\x37\x37\ \xf5\x9f\xff\xf9\x9f\x5a\x5a\x5a\xd2\xd9\xb3\x67\xf5\xf2\xcb\x2f\ \x57\xb0\x5e\x2c\x14\xc2\x4c\xcd\xc7\xc8\xc8\x88\x4e\x9e\x3c\x19\ \x80\x87\xa7\xbb\xd6\xd6\xd6\x94\xc9\x64\x42\xd4\xda\xd8\xd8\xa8\ \xf9\xf9\x79\x2d\x2c\x2c\x04\xa1\x75\x66\x8a\x8d\x20\x2d\x48\x4a\ \xd3\xe7\xe0\x6b\xe5\x47\xda\x3d\x3a\xc5\x18\x7a\x0d\x8d\x2b\x14\ \x11\x72\x36\x9b\xd5\xe4\xe4\xa4\xf6\xed\xdb\xa7\x23\x47\x8e\x84\ \x3d\x6b\x6f\x6f\x0f\xe0\x8a\xd3\x6b\xb5\xb5\xb5\x5a\x5c\x5c\x0c\ \x35\x34\x18\x6f\x00\xf7\xfc\xfc\xbc\x56\x57\x57\x95\xcf\xe7\x95\ \x4c\x26\x2b\x8e\xc2\xbb\x91\x02\x80\xb1\xa6\x38\x49\xee\xed\x2c\ \x01\x35\x32\xec\x3b\x51\x9d\x3b\x76\xaf\xed\x42\x1e\x58\x5b\xa7\ \xb4\x91\x5d\x37\x4e\x4e\x01\xbb\xe3\xf5\x48\xce\xaf\xef\xb2\xe7\ \x29\x0f\x4f\x2b\x3a\xb8\xe2\x77\x3e\xd3\xde\xde\xae\xf1\xf1\x71\ \xed\xdc\xb9\x53\x7f\xf9\x97\x7f\xa9\x7f\xf8\x87\x7f\xd0\xe8\xe8\ \xa8\x3e\xf7\xb9\xcf\x55\x14\x27\xc3\xd0\xd5\xd7\xd7\xeb\xf3\x9f\ \xff\xbc\xfe\xfc\xcf\xff\x3c\x18\x3c\xaf\xad\x73\x60\x86\x81\xf3\ \x82\x68\x9c\x1e\x7b\x4e\x2d\x92\x3b\x46\x67\xb1\x90\x29\xc0\x26\ \xdf\x77\xa0\xe2\x00\x22\x1a\x64\x2d\x2c\x2c\xa8\xb1\xb1\x31\x04\ \x27\xcc\x9b\xfa\x36\x00\x18\xac\x2d\xd1\x78\x2c\xb6\xd5\x1f\x26\ \x9b\xcd\x86\x8e\xef\x74\xa8\xaf\xab\xab\xd3\xec\xec\x6c\x45\x3f\ \x28\xe6\xef\xbf\xbb\xfc\x7b\xcf\x30\x77\x48\xee\x18\x6b\x6b\x6b\ \xc3\x75\x61\xc9\x58\x3f\x37\x9a\xce\x1c\xb2\xce\xd4\x3c\x71\x3f\ \x07\xe6\x5e\x7b\xe2\x7f\xe7\x1f\x87\x11\x52\xa9\x94\x16\x17\x17\ \x25\x29\xd4\xd6\xb1\x87\xd1\x54\x8c\x1f\x56\xc1\x79\x02\x50\x9d\ \xb9\x74\xb9\xf4\x03\x11\xd8\x5a\xd8\x3a\xd2\xa5\xa9\x54\x2a\xfc\ \x73\x47\xe5\x0c\x4b\xa9\x74\xf7\x21\xbb\x7e\x5a\x15\x5d\xf3\xc2\ \xfe\x28\xc3\x03\x68\xa4\x8e\x15\x90\xec\x9f\x71\x79\x72\xc7\xc4\ \x7e\x21\xe7\x1e\xec\xb3\x0f\x30\x58\xa9\x54\x4a\x1f\xf9\xc8\x47\ \x34\x36\x36\xa6\xb1\xb1\x31\xa5\xd3\x69\x15\x0a\x05\xcd\xcc\xcc\ \x04\xa0\xec\x0c\x37\xbe\xa1\x58\x2c\xaa\xa1\xa1\x41\x7b\xf6\xec\ \xd1\xa1\x43\x87\x94\xc9\x64\x94\xcf\xe7\x75\xea\xd4\xa9\x8a\x13\ \xac\x30\xad\xd1\x13\xbe\xec\x03\x7e\xc6\x81\xbd\xd7\x95\x3a\x48\ \x45\x16\xd1\x39\xcf\xce\x78\x3a\x1c\xfd\x77\x96\x9f\xf5\x71\x70\ \xc3\x7c\xd8\x8b\x6c\x36\x1b\x82\x15\x07\x5f\x1e\xa0\x3b\xf9\xc1\ \xef\xe8\xac\xcb\x1e\x7a\xed\x0c\x2c\xfe\x04\x66\x8b\x40\x95\x3e\ \x6a\x00\x57\x9e\x2e\x10\xad\xd1\xe6\xf3\xfc\x0d\xd9\x40\x76\xd9\ \x5b\x40\xb5\xe3\x0d\x27\x64\x58\x03\x97\x6f\xd7\x49\x27\x77\xdc\ \xbe\xfb\x35\xdc\x37\xf2\x77\x7c\x93\x7f\xc6\x19\x6b\xfc\xb0\x83\ \x63\xd7\x3b\xc7\x31\xec\x31\x2f\xf6\x29\xd1\xd4\xd4\xf4\x14\x8b\ \xd8\xda\xda\x5a\xa1\xe4\x4e\x13\x4b\x95\xa7\xb1\xdc\x91\xb1\xf9\ \x5e\x1f\xe0\xd4\x9c\x3b\x2b\x17\x3a\x26\x25\x55\x3e\x6a\xc0\xef\ \xe3\xc6\x8b\x09\x43\x3d\xb2\x98\x1e\x6d\x21\x24\xb9\x5c\x4e\x89\ \x44\x42\x67\xcf\x9e\xd5\xa5\x4b\x97\xf4\xcb\x5f\xfe\x52\xe7\xce\ \x9d\xd3\xad\x5b\xb7\x74\xf3\xe6\x4d\x8d\x8d\x8d\x69\x7c\x7c\x3c\ \x08\x83\xd7\xa3\xf8\x22\x32\x47\x80\x5c\x54\xe8\x19\x23\x46\x66\ \x76\x76\x56\x33\x33\x33\xa1\xc5\xff\xfb\xa1\x73\xc6\x89\x50\xc3\ \xe2\x78\xba\xc6\xe9\x7b\x0c\x2b\x9b\x0c\x10\x03\xe5\x3b\xdb\xc3\ \x7b\x0e\xb4\xa4\xad\xba\xab\xe5\xe5\xe5\x00\x3a\x61\x95\xfa\xfa\ \xfa\x14\x8f\x6f\xf5\xc4\x2a\x16\x8b\xe1\xbe\x3c\x58\x15\xc0\x5d\ \x5d\x5d\x1d\x4e\x8e\xad\xaf\xaf\xeb\xda\xb5\x6b\x6a\x6f\x6f\x57\ \xb9\xbc\x95\x6a\x45\xf0\xf9\xc7\x38\x50\x7e\xe6\xe5\xeb\x09\xab\ \xc6\x8b\x39\xf1\xf0\x71\xe4\x2a\x9a\xee\x70\x23\xc0\xf5\xbc\xf1\ \xa9\x1b\xf6\xf7\xa3\xf3\x9d\x05\x72\xe5\xf1\x08\xc6\xaf\xed\xc6\ \x93\xf9\x79\x70\xe0\x00\xc8\xc7\x49\x1d\x4d\x6d\x6d\xad\x1e\x7e\ \xf8\x61\xcd\xcc\xcc\xe8\x9b\xdf\xfc\xa6\xf6\xee\xdd\xab\x7c\x3e\ \x1f\xe4\x80\x31\x67\xb3\x59\x8d\x8f\x8f\x6b\x62\x62\x22\x28\xac\ \x1b\x46\xf6\x01\x60\x04\xf0\x45\xfe\xa3\xcc\x02\x3a\xe5\xfb\x82\ \x41\x76\x99\x73\xe3\xe3\x8e\xce\x75\x1f\xd6\x84\x94\xd4\xc6\xc6\ \x46\xc5\xe9\x47\x0c\x91\x3f\x3c\xda\x6b\x79\x28\x30\xe6\x51\x41\ \x5e\x0c\x8f\x81\x23\x85\x4f\x3b\x13\xd2\xcf\x89\x44\x22\xf4\x6c\ \xf3\xf9\x00\x4a\xd0\x25\x52\x87\x04\x45\xfc\x9d\xa6\xc9\x74\xdc\ \x8f\xce\xcd\xd7\x92\xf5\x74\xe3\x1b\x65\x74\x37\x36\x36\x02\xc3\ \x81\x93\x71\x63\x4b\xcb\x03\x37\xc4\x7e\xc8\x80\x34\x07\xdf\xf3\ \x1a\x14\x9c\xbc\x77\xb0\x07\x18\xf9\xe3\x60\x70\xea\xc8\x87\x83\ \x11\xae\x1b\x05\x56\x8c\x09\x90\xe4\xf6\x12\x1d\x72\x87\xed\x81\ \xa0\x1f\x2c\x60\xbf\x08\xba\x90\xcb\x52\xa9\xa4\x0b\x17\x2e\x04\ \xf9\x63\x0d\xd1\xad\xa8\x5e\xb1\x06\xf8\x19\x2f\x13\x01\x24\x90\ \xee\x24\x9d\x9a\xcd\x66\xf5\xf0\xc3\x0f\xab\x54\xda\x4a\x15\xb6\ \xb6\xb6\x2a\x9d\x4e\x87\x6e\xee\xa3\xa3\xa3\x15\x4f\x46\x48\x24\ \x12\x21\x65\x3f\x30\x30\xa0\x9d\x3b\x77\x2a\x9f\xcf\xab\xa6\xa6\ \x46\x4d\x4d\x4d\x5a\x5d\x5d\xd5\xed\xdb\xb7\x2b\x4a\x4d\x7c\x5e\ \xce\x4e\x61\x0b\xf8\x1d\xd9\x76\x3b\xc1\xf7\xa3\x4e\xdc\x83\x16\ \x67\x61\x7c\xbe\xd8\x7a\xd7\x1d\xb7\x35\x1e\x84\x52\x0a\x02\x40\ \xa6\x94\x80\xcf\x3a\x0b\x84\xdd\x65\x2e\x00\x89\x68\x36\x02\x39\ \xa0\xb9\xb0\x9f\x56\xa6\x6e\xcd\x65\x05\x5d\x43\x16\xb0\x1b\xdc\ \xcf\x03\x64\x98\x34\x27\x11\xb0\x17\x2e\xfb\xee\x7f\xe9\x86\x0e\ \x3e\x61\x8d\x3c\xa3\xe0\x8c\x3c\x32\xeb\xf6\x1a\x5d\xe0\xda\x51\ \x40\xe7\xba\xe7\xc5\xec\xdc\x83\x6b\x7b\x30\xe0\xbe\xc2\xd9\x4a\ \x07\xad\xc1\x4f\x34\x37\x37\x3f\x95\x4c\x26\xd5\xd6\xd6\xa6\x52\ \xa9\xa4\xd9\xd9\x59\x2d\x2c\x2c\x84\x88\xd7\x0d\x91\x0f\x16\xe1\ \x75\x05\xc2\x80\x33\x58\x47\x82\x6e\xb0\xa0\xba\xfd\x1a\x18\x6b\ \x77\x50\x4c\x8e\x31\x60\x24\x88\x82\x7d\x42\xd2\x56\x7e\x96\xa3\ \x9d\xd3\xd3\xd3\x1a\x1b\x1b\xd3\x9d\x3b\x77\x2a\x84\x03\xc7\xe2\ \xa8\x97\xc8\xc1\xd9\x34\x9c\x0e\x06\xcd\xc1\x23\x06\x8e\x7f\x38\ \x02\x36\xc5\x9d\x97\x37\x3e\xf5\x48\x95\xcf\x12\x99\x61\xc4\x30\ \xda\xae\x10\xb0\x5b\xdc\x9b\xeb\x30\x4e\x8f\x46\x3d\x4a\xe2\x1a\ \x55\x55\x55\xea\xef\xef\x57\x75\x75\xb5\x0e\x1f\x3e\xac\x81\x81\ \x01\x75\x75\x75\xa9\xb1\xb1\x31\x00\x1a\x4e\x6c\xc0\x5e\x15\x0a\ \x85\x8a\xf5\x26\xa2\x65\x8c\x27\x4f\x9e\x54\x7f\x7f\xbf\x5a\x5a\ \x5a\x34\x3a\x3a\xaa\xd1\xd1\x51\x65\xb3\xd9\x50\x07\x46\x7a\x88\ \x71\x93\xd2\x41\x0e\x50\x3e\x07\x9c\x0b\x0b\x0b\x21\xbd\x86\xb2\ \xba\x03\x75\x00\xee\x0c\x1e\x73\xe5\xe5\x51\xb3\x2b\x48\xd4\xb1\ \xba\x51\x47\x49\x9c\x39\xc4\xc0\xf3\xbb\x7f\x9e\xeb\x46\x53\xdd\ \xd1\xe0\x00\x23\x14\x8b\xc5\xb4\x6b\xd7\x2e\xf5\xf6\xf6\xea\x5f\ \xff\xf5\x5f\xd5\xd8\xd8\xa8\x9e\x9e\x9e\x8a\xeb\x55\x55\x55\xa9\ \xa5\xa5\x45\x2f\xbe\xf8\x62\x05\x70\x61\xed\xb9\x97\xa7\xb9\x30\ \xa8\xa4\x15\xdc\x80\xa3\x5b\xc8\x3a\x72\x11\x65\xb7\x9c\xb9\x82\ \xe6\x77\x20\x0f\xb0\xf0\x80\xc9\xa3\x5e\xa7\xc6\xfd\x01\xcc\xe8\ \x05\x75\x69\x3c\xdb\x92\x34\x3e\xba\xe3\x41\xc1\xc6\xc6\x46\x48\ \x33\x21\xdb\xa4\xfc\xd9\x43\x64\x10\xc3\x8b\x7e\x20\xeb\xb0\xdb\ \x6e\x63\xbc\x27\x15\x9f\xf5\xce\xed\x9e\xaa\x82\xcd\x62\x1e\xcc\ \xd1\x99\xa2\xe8\x3e\xf3\xb3\x33\xae\xd2\xdd\x1a\x23\xec\x47\xf4\ \x44\x22\xd7\xdb\xd8\xd8\x08\xa7\x37\x1d\xc4\x70\x8d\x86\x86\x86\ \x30\x66\xec\x12\x2c\x24\xc1\x0a\x4c\x0c\x2c\x1d\xf5\x56\x75\x75\ \x75\x15\xcf\x15\xf4\x94\x0b\x36\x05\xa0\x08\x88\x42\x4f\x3c\xc5\ \xe4\x4e\x44\x52\xd8\x27\x49\x81\x91\xfc\xd9\xcf\x7e\x56\x61\x7b\ \xdc\x69\xba\xed\xf2\xfb\x38\xe3\x81\x8c\xa5\xd3\x69\xf5\xf7\xf7\ \x6b\x6e\x6e\x2e\xfc\x4d\xda\xf2\x01\x43\x43\x43\x92\xa4\x8f\x7d\ \xec\x63\x7a\xe8\xa1\x87\x42\x60\x38\x32\x32\xa2\x2b\x57\xae\x54\ \x80\xb7\x5c\x2e\xa7\x7c\x3e\xaf\xe9\xe9\xe9\x50\xdc\xbd\x67\xcf\ \x9e\x90\x2a\x4d\x24\x12\x1a\x1e\x1e\xae\x00\x29\x6e\x47\x18\x1b\ \x72\x87\x73\x66\xff\x49\x2b\x03\x4c\xdd\x16\xf8\xb8\x1d\x54\xb8\ \xc3\x76\x99\xc3\x0f\xc2\xe8\x23\x03\xd8\x3d\x0f\xe8\x9d\x35\xe1\ \xfb\xd1\xd2\x00\xec\x36\x63\x06\x08\xc1\x60\xf1\x7d\xfe\xce\xfc\ \x16\x16\x16\x82\x3f\xf2\xc6\xa3\xee\xd3\xf0\x9d\xee\xab\xb1\xeb\ \xcc\x3b\xda\x7f\x6d\x66\x66\xa6\x22\x03\xe0\xc0\xcb\xf5\xc5\x81\ \xce\xe2\xe2\x62\xa8\x69\x76\x20\xca\xff\xf8\x16\x5f\x2b\xe6\x8b\ \xae\xbb\x7e\xba\x2f\x70\xd0\xe5\xc1\x54\xf4\x33\x2e\xcf\xbe\xaf\ \xbe\x06\x51\xbf\xc1\xb5\x12\x9d\x9d\x9d\x4f\x61\x14\xe6\xe6\xe6\ \xc2\x83\x53\x79\xa0\xac\xf7\x3b\x72\xb4\x16\x8d\x04\xdd\xe9\x39\ \x50\xe2\x7d\x8c\x1b\xef\x7b\xf4\xe2\xa8\xdb\x0b\x39\x61\xb8\x7a\ \x7a\x7a\xf4\x67\x7f\xf6\x67\xfa\x9d\xdf\xf9\x1d\x6d\xdf\xbe\xbd\ \xc2\x99\x49\x5b\x6d\x04\x96\x97\x97\x2b\x9e\x7b\x45\x1a\xc0\x6b\ \x1e\x50\x6a\x16\xc2\x9d\x13\x91\x1d\xef\x3b\x43\x81\x82\x38\x2b\ \xe4\xa0\xa3\x54\xda\x3a\x92\x4e\xd4\xc1\xfd\x7c\xb3\x50\x0c\x7e\ \x66\xcd\x59\x1f\x3f\xb5\xe6\x74\x29\xe3\x8c\x0a\x00\x63\x70\x41\ \xf3\x48\xcb\x51\x3e\xdf\x7d\xf4\xd1\x47\xf5\xf8\xe3\x8f\x87\x7b\ \x97\xcb\x5b\x47\xbf\xdb\xda\xda\xd4\xde\xde\xae\xe6\xe6\xe6\x30\ \x17\xea\x36\x52\xa9\x54\x70\x04\xdc\x7f\x61\x61\x41\x85\x42\x41\ \x35\x35\x35\xea\xe8\xe8\x50\x3a\x9d\xd6\xe0\xe0\xa0\x66\x66\x66\ \xb4\xb6\xb6\x16\x4e\xe7\xb8\x10\xfb\x09\x37\x1c\x41\x26\x93\xd1\ \xec\xec\x6c\xd8\x8f\xf9\xf9\xf9\xd0\x38\x90\x48\x0a\xe7\x88\xa1\ \x70\x56\xc0\x65\x2e\x2a\x97\xfe\xf2\xb5\x60\xde\xae\x74\xec\x3f\ \xbf\x13\xc1\x73\xac\x3f\x1a\x45\x62\x84\x01\x2d\xdc\x2f\x7a\x6f\ \xd2\x41\x9e\xeb\x6f\x6f\x6f\xd7\xc1\x83\x07\xf5\xdd\xef\x7e\x57\ \x73\x73\x73\xda\xb9\x73\x67\x05\xd0\xcc\x64\x32\x7a\xf3\xcd\x37\ \xb5\xb8\xb8\x18\x74\xc6\x8d\xa9\xd7\x4e\xb0\xcf\xec\x0f\x63\x80\ \xdd\xf0\x1e\x46\x00\x5f\x37\xec\x9b\x9b\x9b\x81\x35\x72\xf9\x64\ \xdf\xbc\xa6\xc9\xe7\xef\xa0\xd4\x4f\x7f\xf2\xc8\x15\x74\x89\x82\ \x76\x6a\x14\x91\x63\x6a\x34\x30\xf4\xe8\x0d\x2d\x07\x38\x46\x1f\ \x8b\x6d\x45\xea\x14\x37\x33\x77\x0a\x6d\x01\x42\xec\x05\xb2\x90\ \xcd\x66\x83\x6e\xb1\x8f\x7c\xdf\xd9\x46\x40\x17\xb6\xc2\x1d\x65\ \x94\xc1\x2a\x95\x4a\xa1\xfe\x89\xfd\xf0\x40\x89\xe0\xcd\xd9\x3c\ \xb7\x23\x80\x1a\xaf\x8b\x21\xe5\x06\x3b\xc4\x69\x4c\x9c\x1b\xc1\ \x1f\x32\x0b\xb0\x66\xdd\x61\x82\x99\x17\xd1\x7b\x3a\x9d\x56\x26\ \x93\x09\x4f\x0b\x60\x9e\x00\x2f\x67\xcd\xdc\x2e\xf3\xf2\xb5\xf4\ \xe8\x9f\xe0\xcf\x75\x08\x40\x37\x37\x37\xa7\x77\xdf\x7d\x57\x27\ \x4f\x9e\x0c\x9f\x45\xdf\x9c\xbd\x72\xf9\x42\x07\x5d\x97\xf1\x15\ \x7d\x7d\x7d\xfa\xe2\x17\xbf\xa8\x4c\x26\xa3\x77\xde\x79\x27\xbc\ \xd7\xda\xda\xaa\x96\x96\x16\xa5\xd3\x69\xed\xda\xb5\x4b\x87\x0e\ \x1d\xd2\xc6\xc6\x86\xce\x9d\x3b\xa7\xd5\xd5\x55\x5d\xb8\x70\x21\ \xcc\xab\xa9\xa9\x29\x38\x69\xee\xb1\x6d\xdb\x36\xe5\xf3\xf9\xd0\ \xb5\x3e\x99\x4c\xea\xf6\xed\xdb\x15\xba\x8c\x1f\x42\xdf\x08\xba\ \xdf\x2f\x40\x43\x06\xdd\xe9\x7a\xfd\x2c\xf3\xf3\xff\x3d\x95\x54\ \x2e\x97\x2b\xd2\xea\x6e\xaf\x00\xd1\x2e\x63\xfc\xef\x41\x11\x73\ \x8b\xa6\xdd\x9c\x91\xe7\xfd\x44\xe2\x6e\x33\x51\x6c\x87\xfb\x14\ \x97\x29\xb7\xdf\x9e\x26\xf4\x7b\xf9\xfe\x01\xf8\x63\xb1\x58\xf0\ \x67\x0e\xae\xdd\x1e\xb2\x36\x04\xa0\x1e\xc0\xb9\xce\xcd\xcf\xcf\ \x6b\x7e\x7e\x3e\xc8\x12\xfa\xc2\x3a\xe2\x83\xd1\x1b\xf4\xc0\xaf\ \xe9\x7e\xc2\xf7\x12\x7f\xe2\x2f\xe6\xe4\x2f\x7e\x77\x9c\x82\x3d\ \x76\x1d\xf1\xef\x07\xf6\xb1\xb5\xb5\xf5\x29\x6e\x4a\x7e\x9f\x89\ \x7b\x11\x9b\xd7\x40\x60\xc4\x03\x4a\x4b\x54\x1e\xf7\xf6\xe6\x61\ \xbc\xa2\x74\x38\x9f\xe7\x1a\x28\xba\xff\x4b\x26\xb7\x1e\x3c\xda\ \xd7\xd7\xa7\x1d\x3b\x76\xa8\xb6\xb6\x36\x50\xe7\xc9\x64\x52\x23\ \x23\x23\x9a\x9c\x9c\x0c\xe8\xdd\x6b\x4b\x24\x55\x44\xeb\xe4\x8e\ \xb9\x0f\xd1\xb3\x2f\x5c\xf4\x84\x46\x2c\x16\x0b\xb4\x2c\xc0\x89\ \xa8\xda\x17\xd5\x0d\x0f\x86\x1a\x05\x71\xba\xdc\x9f\x1d\xe7\x91\ \xb4\xf7\x05\x23\x72\x77\x61\xe6\xf3\x7c\xc7\x23\x23\x8c\x21\x8e\ \x0a\x36\x81\xe8\x4a\xda\x8a\x42\x67\x67\x67\x75\xe1\xc2\x05\x4d\ \x4d\x4d\xa9\xb9\xb9\x39\x3c\x64\x79\x76\x76\x56\xd3\xd3\xd3\xa1\ \x03\x32\x85\xee\xe9\x74\x3a\x18\x79\xd8\x88\x78\x7c\xab\x51\x28\ \xeb\x3d\x3b\x3b\xab\xee\xee\x6e\x49\x5b\xd1\x2c\x46\xae\xaf\xaf\ \xaf\x22\xea\xa2\x86\x84\xb5\x9a\x98\x98\x08\xce\xf8\xe6\xcd\x9b\ \x21\x75\x33\x39\x39\xa9\x7c\x3e\xaf\x6b\xd7\xae\x85\xc2\x5d\x9c\ \x5e\xb1\x58\x0c\x6b\xc5\xfd\xf9\xd9\x69\x78\x5f\x9b\xa8\x2c\xf9\ \x9e\x39\x5b\xe9\x34\xb1\x3b\x5f\xbf\x0e\x73\x41\x9e\x90\x23\xde\ \xf7\x08\xc6\x0d\x31\xec\x8f\xeb\x07\xdd\xdf\xdf\x7c\xf3\x4d\x3d\ \xfb\xec\xb3\x3a\x7c\xf8\x70\x00\x3a\x00\x96\xf3\xe7\xcf\x57\x18\ \x64\x4f\xdb\x39\xab\xe6\x69\x6b\xee\xc1\x78\x12\x89\x44\x45\x4d\ \x24\x32\xcc\x49\x51\xaf\x81\xa3\xbf\x13\xb2\xea\x06\xd7\x83\x28\ \xae\xed\xac\x13\xa7\xdd\x36\x36\x36\x94\xcf\xe7\x83\x71\xc1\xa6\ \x94\x4a\xa5\x90\x6a\x46\x7e\xbc\xa8\x9a\xfd\x70\xe0\xe1\x8e\xcb\ \x53\x25\xd1\x94\x20\x8d\x72\xf9\x47\x1b\x02\xf4\x16\xc0\x46\xd0\ \xc5\xbc\x00\x5c\x9e\x86\xf6\x08\x1c\xa6\x09\xc6\x0d\xa0\x16\x35\ \xd6\xec\x29\xa9\x41\xec\x0e\x76\xd0\x99\x76\xec\x11\xb6\x34\x99\ \x4c\x06\x1d\x65\x6c\x7e\x7a\x12\xbb\x05\x10\x76\x26\x9b\xef\x79\ \x39\x06\x73\x04\x60\x01\xa8\x78\x74\x8c\xa7\x58\x71\x74\xac\x87\ \xdb\x45\x67\x9b\xf8\xbc\xdb\x47\xee\xc3\x7c\xbf\xf3\x9d\xef\xe8\ \x1b\xdf\xf8\x86\x2e\x5e\xbc\x18\x18\x36\xd6\xd8\x41\x06\xd7\xf2\ \x20\xd6\x83\x1e\x80\xf9\x83\x0f\x3e\xa8\x95\x95\x15\xfd\xf8\xc7\ \x3f\x56\x5b\x5b\x9b\x6e\xde\xbc\x19\x64\xa8\xa6\x66\xeb\x79\x89\ \x8d\x8d\x8d\x3a\x7a\xf4\xa8\xba\xba\xba\xf4\xee\xbb\xef\xea\xeb\ \x5f\xff\xba\x96\x96\x96\xd4\xdc\xdc\xac\x8f\x7c\xe4\x23\x9a\x98\ \x98\x08\x73\xa1\x35\xc9\xc0\xc0\x80\x8e\x1e\x3d\xaa\x1d\x3b\x76\ \x84\x83\x0b\x35\x35\x35\x1a\x1e\x1e\x7e\xdf\x00\x0e\xa7\x1d\xea\ \x69\xfe\x6f\x9d\xf9\xdd\x9d\x71\x94\x95\x42\xa7\xb8\x5e\xb4\x1c\ \xc1\x7f\xe6\x5e\xac\xad\x07\x1d\xec\x81\x83\x4f\x0a\xe0\xbd\xc4\ \xc6\x03\xf9\x28\x10\xf4\xcf\xd7\xd5\xd5\x85\x27\x38\x30\x17\x5a\ \x9e\xf0\x5d\xec\x08\xf2\xe2\x80\xc5\xfd\xbd\x07\xa9\xc8\x0b\x8f\ \x90\x62\x1e\x4e\x06\x90\x7a\xe4\x3b\x5e\x16\xe0\x73\xe4\x45\x86\ \x66\x65\x65\x25\xc8\x39\xa0\xd0\x1f\x1f\xe5\xe3\x05\xfc\xb9\x5d\ \x71\xd0\xfc\xff\x07\x3e\xd9\x23\xb7\xe3\x2e\xa7\x7c\x8e\xb5\xf5\ \x7a\x3c\xc7\x04\xbf\x66\x87\x9b\x9a\x9a\x9e\x5a\x59\x59\x09\x45\ \x76\xfe\x74\x76\x8f\x74\x7d\x81\x5d\x58\xbc\x86\x84\xdf\x19\x20\ \x1b\x4e\x14\xec\xd7\xe0\xba\x8e\x82\x99\x94\x03\xb7\x5c\x2e\xa7\ \x86\x86\x06\xdd\xbe\x7d\x5b\x83\x83\x83\x7a\xf7\xdd\x77\x55\x2c\ \x16\x75\xf3\xe6\x4d\x8d\x8c\x8c\x28\x99\x4c\x86\xa3\x9e\x28\x88\ \xb7\x72\x00\x14\xb9\x10\x7a\x6a\x8d\x4d\xe3\x73\x6e\x54\x18\x23\ \x0b\xea\xc0\x89\xff\x61\xab\xfc\x34\x45\xb9\x5c\x0e\x4f\x79\xc7\ \x40\x3a\x78\x03\x6c\x31\x47\x5f\x6b\x9f\x87\x2b\x32\x86\xd9\x19\ \x41\x67\x5c\x50\x7e\xd8\x04\x07\x12\x03\x03\x03\xea\xef\xef\x57\ \xb9\x5c\x56\xa1\x50\xd0\x2b\xaf\xbc\xa2\xb7\xde\x7a\x2b\x8c\xe1\ \xd6\xad\x5b\xca\x66\xb3\x1a\xfc\xbf\x6e\xc8\xa9\x54\x2a\x14\x23\ \x7a\x44\x5e\x55\x55\x15\x72\xe2\x00\xb4\xda\xda\x5a\x65\xb3\x59\ \x0d\x0f\x0f\x6b\x69\x69\x49\x3b\x77\xee\x54\x36\x9b\x0d\x29\x40\ \x4f\x23\xad\xad\xad\x69\x61\x61\x41\x6b\x6b\x6b\x6a\x6c\x6c\xd4\ \xda\xda\x9a\x06\x07\x07\xd5\xd3\xd3\xa3\x99\x99\x99\x50\x08\x3c\ \x31\x31\x51\x41\x53\x6f\x6e\x6e\xea\xe6\xcd\x9b\xca\xe7\xf3\x61\ \xad\x51\x3a\x94\x83\xb9\xf8\xc9\x12\x5f\x6f\x8f\xf4\xbc\x0f\x14\ \xff\x78\xbd\x1f\x58\xf2\x7d\x89\x1a\x52\x8f\xf4\xdd\xd8\xf8\x3e\ \xba\x51\x61\x4d\xab\xaa\xaa\x74\xe8\xd0\x21\xad\xad\xad\xe9\xfb\ \xdf\xff\xbe\x7a\x7a\x7a\x02\xf3\x57\x2e\x97\x75\xea\xd4\xa9\x50\ \x77\x24\x29\x00\x12\x67\x5b\x3d\xad\xe0\x4a\x8d\xbc\xba\xf2\xe3\ \x40\x5d\x8e\x30\x20\x1e\x51\xd2\xce\xc4\x6b\x8b\x3c\x7a\xf4\xf9\ \x56\x55\x6d\xf5\x5e\xa3\x96\x6e\x75\x75\x55\xd9\x6c\x36\x18\xc0\ \x95\x95\x95\x20\x97\x4d\x4d\x4d\x5a\x5c\x5c\x0c\x41\x8e\xdb\x0d\ \xc6\xea\xdd\xea\x19\x97\x1b\x3a\xec\x05\x6c\x75\x3e\x9f\x0f\x32\ \x89\xdd\x8a\xc7\xb7\x1a\x48\x46\xd7\x1e\x46\x82\xc3\x22\x1e\x88\ \x21\x23\xeb\xeb\xeb\xe1\x74\x9d\x3b\x0f\x52\xf6\x0e\x78\xa8\x49\ \x83\x75\x43\x1e\x18\xaf\x83\x7e\x07\x25\x5c\x9f\x53\x63\xc8\x22\ \xdf\xf5\x54\xa5\xd7\x85\x71\x0f\x58\x00\xe4\x34\x93\xc9\x04\x9b\ \x99\x4e\xa7\xd5\xd4\xd4\x14\xa2\xfc\xea\xea\xea\x10\x30\xb9\x8c\ \x46\x1d\x09\x6b\xe4\xac\xbb\x33\xe3\xd8\x17\x82\x9a\xf9\xf9\x79\ \xcd\xcd\xcd\xe9\x85\x17\x5e\xd0\xbf\xfc\xcb\xbf\xe8\xcc\x99\x33\ \x61\x1f\xb1\x47\xce\x8c\x79\xd0\xc3\xef\xce\x58\xb9\xde\xf6\xf6\ \xf6\xaa\xbf\xbf\x5f\x17\x2e\x5c\x50\x53\x53\x93\x86\x87\x87\x43\ \x90\xc0\x13\x12\x24\x69\xcf\x9e\x3d\x3a\x76\xec\x98\x6a\x6b\x6b\ \xf5\xcc\x33\xcf\xe8\xed\xb7\xdf\xae\xe8\xe9\xf4\xc4\x13\x4f\xe8\ \xcd\x37\xdf\x54\x3e\x9f\x57\xb9\x5c\xd6\xb6\x6d\xdb\x74\xdf\x7d\ \xf7\x85\xd2\x08\xe4\x34\x99\x4c\x6a\x62\x62\x22\xd8\x29\xb7\xfb\ \xc8\x1b\x60\xcc\xcb\x5e\x7c\xaf\xa2\x41\xb9\x03\x13\xfe\x79\x80\ \x87\x2d\xf4\xc0\x27\xfa\x1e\x4c\x71\xd4\x37\x78\xb0\x48\x90\x04\ \x98\x43\x67\x18\x13\xeb\xea\x75\x97\xc9\x64\x52\xf3\xf3\xf3\x15\ \x60\xcc\x9f\xb4\xe0\x80\x91\xfb\x39\x11\xc2\xdf\x58\xbb\xa8\xbf\ \xe7\x1a\xd8\x65\x4f\x71\xba\xac\x21\x5b\x1e\xc8\xf2\x19\x97\x43\ \xb2\x53\xde\xb7\x0e\x9f\xe0\xe0\x1d\x99\x82\x58\x28\x97\xef\xb6\ \x80\x71\x5b\x83\x7c\x3a\x96\x61\xdd\x3c\x08\x65\xbf\xbd\x1e\xd3\ \xf1\x89\xcf\x3b\x5a\xba\xe3\x63\x4b\x7a\xa4\xc2\xa4\x79\x16\x18\ \x06\x00\x03\xc3\x02\x3a\x75\xcd\xc2\x80\x0e\x63\xb1\xbb\xa9\x33\ \x6e\x86\xe2\x79\xd1\xaa\x1b\x50\x47\xb0\x8e\x3e\x89\x60\xa1\xce\ \x87\x86\x86\xc2\x77\xb9\x07\x20\x86\xc5\x25\x22\x47\x68\x31\x9c\ \x2c\x20\x4a\xc3\x7c\xf8\x2e\xbf\x47\x8b\x1b\x71\x6a\xef\x07\xb8\ \xbc\x46\x82\x26\x77\x44\xd8\xcc\xcb\xd9\x07\xc6\xe5\x8e\x85\xe8\ \x2a\x5a\xb8\x8f\xc3\x01\x48\x48\x95\x8f\xf8\xf0\x8e\xd2\xfe\x8f\ \x3d\x70\xca\xf4\xc6\x8d\x1b\x4a\xa5\x52\xa1\x09\xab\x24\x5d\xb8\ \x70\x41\xa7\x4f\x9f\x0e\x69\x84\xf7\xde\x7b\x4f\x93\x93\x93\x7a\ \xe4\x91\x47\xf4\xe4\x93\x4f\x2a\x9b\xcd\x6a\x61\x61\x21\x3c\x1b\ \x6d\x79\x79\x39\x50\xb2\x0d\x0d\x0d\x2a\x95\x4a\xea\xe8\xe8\xd0\ \xe4\xe4\x64\xa8\x0f\xd9\xb7\x6f\x9f\x5a\x5b\x5b\x55\x28\x14\x2a\ \x98\xaf\xba\xba\xba\x5f\x4b\xad\xd1\xf7\x85\xc7\xbc\x8c\x8f\x8f\ \x07\x27\x4d\x6f\xb1\xed\xdb\xb7\xab\xa1\xa1\x41\x37\x6e\xdc\xd0\ \xec\xec\xac\xae\x5d\xbb\xa6\xd6\xd6\x56\xc5\x62\xb1\x90\x97\xcf\ \x64\x32\x81\x45\x59\x5e\x5e\x56\x4b\x4b\xcb\xfb\xca\x95\x1b\x47\ \xf6\xe3\xfd\xc0\x92\x1b\x32\x4f\x6d\xf8\xcf\xfe\x39\x97\x1d\x4f\ \xe7\xf8\xcb\x3f\xe3\x91\x95\x24\x3d\xf1\xc4\x13\x1a\x18\x18\xd0\ \x57\xbf\xfa\x55\xfd\xf6\x6f\xff\xb6\x1e\x7f\xfc\xf1\xd0\xf3\x05\ \x50\xb2\xb1\xb1\xa1\xf9\xf9\xf9\x8a\x06\xc0\xc8\x3d\x0e\x9a\x79\ \x79\xe0\x80\xd1\xf5\xfa\x1f\x80\x28\x72\x49\x2a\xb1\x5c\x2e\x57\ \xd4\x48\x20\x3b\x73\x73\x73\x4a\xa5\x52\x01\x10\x03\xf0\x48\xff\ \x01\xa2\x39\x49\xe4\x41\x03\xe3\x01\x0c\x12\x85\xc2\x04\xcd\xcc\ \xcc\x84\x27\x03\x60\x2b\x90\x7f\x69\x8b\xed\xe2\x84\x2c\x27\xea\ \x1c\x50\x4a\x0a\x05\xf1\xce\xe0\x38\x18\x61\x5f\x60\x69\x1c\x48\ \xc1\x5c\x11\x5d\xc7\x62\x5b\x75\x36\x73\x73\x73\xbf\x96\x02\xc1\ \x16\x61\x7c\xbd\x0c\x80\x83\x07\xce\x6c\x11\xb0\xd5\xd5\xd5\x05\ \xf6\x09\x39\x44\x36\xa3\x36\x04\xbb\xea\x01\x29\x3a\xce\x49\x5d\ \x3f\xc6\x1f\x8b\xc5\x82\xad\x76\x40\x83\x53\x81\xc1\xf2\x5a\x33\ \x07\x50\x9e\x5a\x76\x1b\x47\xda\x0f\x67\x85\x7e\xe3\xa0\xbf\xf6\ \xb5\xaf\xe9\xfa\xf5\xeb\x9a\x9a\x9a\x0a\x9f\x05\x50\x30\x16\xec\ \xaf\x03\x37\xf6\xc2\xc7\x01\xb0\x22\x68\xeb\xef\xef\xd7\x2f\x7f\ \xf9\xcb\x90\x1e\xe2\xf4\x67\x3e\x9f\xd7\xb6\x6d\xdb\xd4\xd7\xd7\ \xa7\xd6\xd6\x56\x1d\x3e\x7c\x58\x75\x75\x75\xba\x73\xe7\x8e\x9e\ \x7f\xfe\x79\xb5\xb7\xb7\x87\x9e\x66\xef\xbd\xf7\x9e\x7a\x7a\x7a\ \x14\x8b\x6d\x95\x23\x64\xb3\x59\x1d\x3c\x78\x50\xf1\x78\x5c\xe3\ \xe3\xe3\xea\xec\xec\xd4\xdc\xdc\x5c\xc5\x29\x3c\xc6\xe4\x7e\x88\ \x9f\xe3\xf1\x78\xa8\xf3\x71\x22\x01\x86\xce\x4f\x11\x22\x87\x6e\ \xf3\xbd\xf4\xc4\x9d\x3b\xbf\x03\xc0\x01\xb1\xbc\x7c\x5c\x6e\x4b\ \x18\x57\x34\xbb\x84\x6c\x22\xbb\x5e\x1a\xb3\xb1\xb1\x11\x02\x58\ \x7f\x2e\xa8\xcb\xa2\xb3\x56\xbe\x57\xec\x51\x4d\x4d\x4d\x68\xe4\ \xca\xbe\xb2\xef\xeb\xeb\xeb\x41\xd6\x67\x66\x66\x2a\x0e\x5d\xb8\ \xcc\x79\x99\x82\xfb\x57\x9f\x1f\x19\x23\x88\x09\xe4\xda\xd9\x27\ \xe6\x86\x4d\x66\x8d\x60\xc9\xb0\x37\x2e\x77\xc8\x3c\x7b\x83\x1d\ \xf4\x97\xeb\xa1\xef\x37\x7b\xeb\xfb\xe1\x04\x88\x07\x0c\x4e\x6e\ \x24\x5d\x88\x30\xb8\xa0\x62\xa7\x2d\xb9\xb9\x74\x97\xce\xf6\x1b\ \x46\x11\x1e\x9b\xc5\x24\x3c\xc2\xe3\xe5\xc8\xd3\xe9\x50\x36\xb3\ \xc2\xa3\xe9\xb9\x00\x00\x20\x00\x49\x44\x41\x54\x5c\x2e\x07\x26\ \x05\xe1\x1b\x1e\x1e\x0e\x46\x10\x10\x81\xa1\x64\x51\x3d\xed\xe3\ \x69\x07\x16\x33\x8a\xc8\x51\x14\x36\x38\x1a\x39\x38\xcd\xc9\xb8\ \x11\x62\x37\x2c\x1e\xb1\xb9\x13\x46\xa9\xa2\xc2\x4c\x0a\x02\x07\ \xc4\x03\x9a\xbd\x40\x97\xb5\xf6\x6b\xb8\x30\x20\x84\x08\x13\xce\ \x07\x07\x89\x11\x46\x09\x70\x70\x30\x96\xa5\xd2\x56\xed\xc7\x4f\ \x7e\xf2\x13\x25\x12\x09\xf5\xf4\xf4\xa8\x5c\x2e\x87\xe7\xc3\xd5\ \xd6\xd6\x6a\x74\x74\x54\xcb\xcb\xcb\x15\x1d\xc9\xa9\x6f\xe8\xec\ \xec\x54\x3c\x1e\xd7\xb6\x6d\xdb\x02\x3d\x8c\x20\x13\x41\xac\xad\ \xad\x85\x2e\xf3\xce\x66\xe1\x60\xca\xe5\xad\x47\x5f\x0c\x0c\x0c\ \x68\x6e\x6e\x4e\xc3\xc3\xc3\xfa\xe0\x07\x3f\xa8\xf6\xf6\x76\xbd\ \xfa\xea\xab\xda\xb5\x6b\x97\x6e\xdc\xb8\xa1\x3b\x77\xee\x28\x9f\ \xcf\x6b\x6e\x6e\x4e\xa3\xa3\xa3\x15\x20\x29\x91\xd8\x3a\x38\xb1\ \xb0\xb0\x50\xc1\x2a\xb0\x9f\x18\x41\x57\x10\xf6\x3d\x6a\x4c\x3d\ \x1a\xc2\xd8\xe0\x30\x3c\xd2\x73\xc5\x73\x7d\xe0\x73\x9e\x52\x42\ \x8e\xa2\xf2\xbf\xb1\xb1\xa1\x5d\xbb\x76\xe9\xaf\xff\xfa\xaf\xf5\ \xf5\xaf\x7f\x5d\x85\x42\x41\x1f\xfa\xd0\x87\x02\x88\x5c\x5c\x5c\ \xac\x68\x86\xe8\x51\x97\x03\xa9\x28\x60\x8c\xca\x33\x72\x42\x44\ \x86\xcc\x21\x5b\x51\xea\x1c\x23\x46\xd1\x3a\xeb\x85\x23\x61\xaf\ \x01\x18\x30\x96\x14\xc6\x4a\x0a\x2c\x0a\xe3\xc0\x26\x00\xd4\x61\ \x23\x71\xdc\xbc\x8f\xce\xd0\x21\x3d\x7a\xda\x09\xd9\x62\xce\xce\ \xf2\x78\xbd\x15\x0e\x7c\x69\x69\x29\xb0\x20\x44\xc3\x3e\x26\xf4\ \xcc\xeb\x67\xb0\x15\xc8\x30\x4e\xca\x6b\xa4\xdc\x91\x01\xa2\xb0\ \x97\xdc\xdb\x1d\xd5\xfa\xfa\x7a\x00\x01\xb0\x61\x1e\xe0\x72\x2d\ \xc6\x87\x0d\x60\x0f\x6b\x6b\x6b\xc3\x89\x48\x6a\xc1\xb0\x73\x9c\ \xb2\x4b\xa7\xd3\xe1\x3d\xaf\xb5\x04\xec\x31\x6e\x97\x1b\x77\x78\ \x55\x55\x55\x9a\x9a\x9a\xd2\xe8\xe8\xa8\xe6\xe7\xe7\x43\x9d\xdc\ \x9d\x3b\x77\x14\x8f\xc7\x95\xc9\x64\x74\xeb\xd6\xad\xc0\xb0\x38\ \xb0\x43\x46\x59\x17\x9f\x23\xf6\x8b\xfb\xf2\xbb\xeb\x4d\x77\x77\ \xb7\x0a\x85\x82\xa6\xa6\xa6\x42\x7d\x26\x9f\x4b\xa5\x52\xea\xed\ \xed\xd5\x3d\xf7\xdc\xa3\x3d\x7b\xf6\x84\xb9\xff\xdb\xbf\xfd\x9b\ \x66\x67\x67\x03\x73\x7e\xfe\xfc\x79\x55\x57\x57\xeb\x85\x17\x5e\ \x08\x35\xb9\xdc\x6f\xcf\x9e\x3d\x1a\x1c\x1c\xd4\x5b\x6f\xbd\xa5\ \x03\x07\x0e\xa8\xb1\xb1\x51\x63\x63\x63\x8a\xc7\xe3\x21\x0d\x8c\ \x8c\xbb\x83\xa5\x54\x26\x9a\x41\x70\x40\xea\xb6\x86\x3d\x07\x78\ \x22\x13\xe8\x1d\x6b\xe2\x60\xd3\xfd\xa1\xa7\xc1\xd1\x77\x4f\x07\ \x72\x2d\x64\x9d\xe0\x80\xa0\x9b\x94\x38\xb2\xe4\xbe\xd5\x81\x21\ \xc1\x16\x3a\xca\x9c\x99\x07\x0d\x3e\xf3\xf9\xbc\x66\x66\x66\xc2\ \x78\xfc\x64\x22\xf2\xc9\x78\x61\x92\xd9\xff\x72\xb9\x1c\xda\x6b\ \xf0\x59\x6c\x49\x54\x87\xa3\x98\x00\x99\x64\x9d\x90\x5b\xcf\x40\ \xb8\x2d\x04\x1c\xb9\x0e\xe2\x1b\xb1\x2f\xd8\x91\xa8\x3d\x8b\xfa\ \x7b\x80\x65\x14\x20\x22\xdb\x0e\xae\xb8\x1f\xf6\xd3\x53\xa8\x49\ \x37\x48\x80\x05\x36\xdd\xd9\xa4\xe8\x06\x45\xff\x86\xb0\x39\x8b\ \xe4\x46\x93\x05\xf1\x45\x76\x83\xcb\x22\x91\x1a\xe3\xba\x6e\xb4\ \xd6\xd7\xd7\x55\x28\x14\x82\xe3\x27\x2a\x44\xf8\x40\xf5\x6c\x1a\ \x4e\x1c\x07\x82\x50\xb2\x69\x5e\x1f\x85\x80\xfa\xd8\xf8\x0c\x1b\ \xe2\xe3\x77\xe7\xca\xdf\x9d\xd1\x03\xe4\xf1\x72\x25\xf3\x88\xc4\ \xaf\x8f\x11\x67\x5d\x60\x79\xb8\x37\xd1\x3c\x14\x32\x1b\x8a\x70\ \x73\x6d\x8f\x4c\x62\xb1\x58\xa8\xa7\x83\x61\xc3\xc0\x63\x50\x4b\ \xa5\x92\xba\xba\xba\xb4\xbc\xbc\xac\xfd\xfb\xf7\xeb\xe2\xc5\x8b\ \x7a\xf6\xd9\x67\xd5\xd2\xd2\xa2\xf5\xf5\x75\x4d\x4d\x4d\x85\xe2\ \xe5\xc9\xc9\x49\x6d\xdf\xbe\x3d\x18\x12\xd8\x96\x83\x07\x0f\x86\ \xbe\x58\xc9\xe4\x56\x7d\x5c\x3c\x1e\xd7\xc5\x8b\x17\xd5\xd2\xd2\ \xa2\xbd\x7b\xf7\x6a\x64\x64\x44\x75\x75\x75\x21\x2a\x8e\xc7\xb7\ \x1e\xe0\xba\xb4\xb4\xa4\x96\x96\x16\xd5\xd4\xd4\xe8\xec\xd9\xb3\ \x6a\x6a\x6a\xd2\x8e\x1d\x3b\x74\xf6\xec\x59\xbd\xf3\xce\x3b\x3a\ \x71\xe2\x84\x5e\x7c\xf1\x45\xf5\xf5\xf5\xa9\xba\xba\x5a\x67\xcf\ \x9e\xd5\xd2\xd2\x92\xda\xda\xda\x34\x31\x31\xa1\xc1\xc1\x41\x0d\ \x0c\x0c\x48\x92\x0a\x85\x82\xb6\x6d\xdb\xa6\x4c\x26\x13\xf6\x97\ \x08\x12\x59\x73\x03\x16\x8d\x4a\xd8\x47\x07\x29\xec\x0d\xc1\x02\ \xba\xe1\xf2\xee\x51\x0b\x9f\x75\xd0\xf3\x7e\xe0\x8a\xf7\xd7\xd7\ \xd7\xd5\xd8\xd8\xa8\x2f\x7d\xe9\x4b\xfa\xde\xf7\xbe\xa7\x6f\x7c\ \xe3\x1b\xfa\xd2\x97\xbe\xa4\x52\xa9\xa4\xaf\x7c\xe5\x2b\x2a\x16\ \x8b\xca\x64\x32\x41\xa6\x61\x1e\x3c\xea\x96\x14\x82\x08\x64\xcd\ \x0b\xd2\xd1\x2d\x8f\xa8\x29\x7c\xf7\xb2\x00\x8f\xd8\x88\x24\xdd\ \x98\xb3\x86\x9e\x62\x73\x83\xe7\x0d\x12\xa3\x41\x89\x74\xb7\x21\ \x21\x06\x17\x87\xec\xc6\x14\x26\xc9\x8b\x6d\xb9\x8e\x47\xd0\xd8\ \x2b\x74\x8e\xef\xb2\x0e\xe8\x8a\xf7\x55\x92\x2a\x6b\xa4\x92\xc9\ \xa4\x8a\xc5\x62\xc5\x43\x7c\x99\xaf\xa4\xe0\xa0\x98\xb7\x83\x53\ \x22\x7b\x58\x46\xd8\x24\x3e\xeb\x29\x48\xec\x0b\x0e\xcd\x1f\x4c\ \x9f\x4a\xa5\x42\xdd\x19\xac\x20\x35\x26\xec\x13\xa0\x0b\x07\x9d\ \x48\x24\x02\x28\x20\xf5\x08\xc0\xc5\xf9\xb3\x2f\xb9\x5c\x4e\x6b\ \x6b\x6b\xba\x76\xed\x9a\x66\x66\x66\xb4\x7d\xfb\xf6\x20\x43\xd8\ \xde\x54\x2a\xa5\x33\x67\xce\xe8\x95\x57\x5e\xd1\xed\xdb\xb7\xc3\ \x1e\xc3\x14\x2c\x2f\x2f\x87\xd4\x4b\x3a\x9d\x0e\xf6\x9d\x93\xb6\ \x9e\x8a\x66\x2f\x90\x19\x9c\x94\xdb\x43\x9c\x2a\xfb\x5a\x55\x55\ \x15\xda\x02\xb4\xb4\xb4\x28\x95\x4a\x85\x76\x25\xb5\xb5\xb5\x6a\ \x6c\x6c\x54\x73\x73\x73\x00\x3b\xd9\x6c\x56\x9b\x9b\x9b\xfa\xe9\ \x4f\x7f\xaa\xcd\xcd\x4d\xf5\xf4\xf4\xe8\xd6\xad\x5b\x1a\x1d\x1d\ \xd5\xfe\xfd\xfb\x75\xe8\xd0\x21\xfd\xe8\x47\x3f\x92\xb4\xd5\x9e\ \xa3\xad\xad\x4d\xdb\xb7\x6f\x57\xa9\x54\xd2\xe0\xe0\xa0\x3a\x3a\ \x3a\x34\x3f\x3f\xaf\x6b\xd7\xae\x05\x1f\x82\x9c\x02\xea\x91\x3d\ \xb7\x97\x1e\x88\x60\x33\xd0\x2b\x07\x73\xbe\x76\xb1\xd8\xdd\x34\ \x1c\x3e\xcb\x33\x40\xe8\x86\xdb\x23\x7c\xab\xfb\x57\x97\xfb\xf5\ \xf5\x75\xe5\x72\xb9\x0a\x36\xc7\x49\x0c\xe4\xd4\xef\x41\xf0\x13\ \x2d\x03\x02\xc0\x21\x5f\xec\x33\xa7\x5a\xb1\x1d\x9e\xb6\xf4\x60\ \x04\x99\x2e\x95\x4a\x41\x36\x4a\xa5\x52\x78\x3a\x83\xb3\xa7\xcc\ \x95\x6b\xb1\x3e\x6e\x6b\xdd\x36\xf2\x19\x67\x3d\xfd\xbe\x1e\x70\ \xf2\xbb\x83\x52\xe6\x87\x9f\xf3\xcf\xb3\x5f\xce\x9e\x4b\xaa\xc0\ \x23\x4e\xee\x60\x33\x7c\xcf\x3c\x40\xf1\x54\x3c\xaf\xa4\x53\xd6\ \x18\x50\x6f\x0c\xe8\x00\x88\x0b\xb0\x18\x1e\xc9\x3b\x73\xc5\xe4\ \x31\xa6\x18\x79\x37\x6e\x51\xb4\x8c\xe3\x5a\x5d\x5d\xd5\xe2\xe2\ \x62\x45\xc3\xd3\x85\x85\x85\x00\x0e\x38\x75\x80\x10\xf8\xc3\x6f\ \x39\x0d\x84\xe2\x03\xce\x50\x10\x80\x0f\x60\x8c\xef\x03\x12\x3c\ \xa2\xf4\x48\x8c\x79\x3a\xa5\x8f\x51\xf0\xf7\x59\x87\x68\x7a\xc1\ \x37\xc4\x15\xc8\x8d\x3e\xc5\xfb\xd5\xd5\xd5\xa1\x03\xbc\x83\x5f\ \x67\x47\x3c\xaf\x0c\xd0\xc4\x30\x44\xf7\x12\xe5\xa7\x29\x25\xfb\ \x0a\x58\x68\x68\x68\x50\x26\x93\x09\xec\xd7\x2b\xaf\xbc\xa2\x1b\ \x37\x6e\x84\x36\x0d\x1d\x1d\x1d\xaa\xae\xde\x7a\xc8\x75\xa9\x54\ \xd2\xd1\xa3\x47\x35\x3d\x3d\xad\x57\x5f\x7d\x55\xf7\xdc\x73\x8f\ \xe6\xe6\xe6\x34\x37\x37\xa7\x57\x5e\x79\x45\xad\xad\xad\xca\x66\ \xb3\x4a\xa7\xd3\xa1\xd3\x7d\x26\x93\xd1\x8d\x1b\x37\x34\x35\x35\ \x15\xba\x9b\x77\x76\x76\xaa\x58\x2c\x6a\x65\x65\x45\x1d\x1d\x1d\ \xa1\x69\xe5\x8d\x1b\x37\x34\x3a\x3a\xaa\x03\x07\x0e\x68\x6d\x6d\ \x4d\x6f\xbd\xf5\x96\x76\xef\xde\x1d\xd6\xa7\xa3\xa3\x43\xeb\xeb\ \x5b\xdd\x7d\x01\xdb\x67\xcf\x9e\x55\x43\x43\x83\xa6\xa7\xa7\xb5\ \xb8\xb8\xa8\xc9\xc9\xc9\x10\xad\xb2\xff\x9e\xba\x76\x76\x34\x6a\ \xe0\x58\x43\xda\x45\x20\x83\xc8\x3b\x72\xe3\x51\x0d\xc0\xcd\x03\ \x0c\x37\x06\xec\x35\x2f\x7f\x9f\x97\x47\x68\xbf\xff\xfb\xbf\xaf\ \x5f\xfe\xf2\x97\xfa\xc1\x0f\x7e\xa0\xcf\x7c\xe6\x33\xfa\xdc\xe7\ \x3e\xa7\xaf\x7f\xfd\xeb\x9a\x99\x99\x51\x36\x9b\x0d\xfb\x0b\x68\ \x8e\x32\x64\xd4\x28\xa0\x7b\x7e\x0f\x68\x7c\x0c\x0d\xac\x07\x3a\ \x4a\xeb\x07\xaf\xb9\x41\x9e\x9d\x92\xf7\x3a\x04\x0a\x66\x49\x03\ \xe3\x6c\xa9\xd5\x4b\x26\xef\x36\xa2\x05\x54\x38\xb3\x12\xa5\xd6\ \xf9\xdb\xc2\xc2\x42\x90\xd1\xa8\xa1\xad\xae\xae\x0e\x69\x3c\x00\ \x27\xd7\x5c\x58\x58\x50\x26\x93\x09\xa9\xc2\x85\x85\x05\x49\x77\ \x8f\xdc\xfb\xe9\x26\xfe\xc7\x91\xc0\x30\x61\xeb\xca\xe5\xad\x9e\ \x5c\x80\x11\x98\x51\xc0\xa5\xef\xdb\xc6\xc6\xd6\xc3\xd3\x79\xbe\ \x27\xf2\x46\x3a\xdd\x9f\xb3\x89\x73\xf1\x34\x06\xd1\xb9\x97\x54\ \x60\xc7\xb0\x7b\x92\x2a\x80\x56\xb9\x5c\xae\x28\x66\xc7\x3e\xb3\ \xef\x38\xbb\x9f\xfd\xec\x67\xfa\xc9\x4f\x7e\xa2\x5b\xb7\x6e\x69\ \x69\x69\x49\xed\xed\xed\xca\xe5\x72\x6a\x6a\x6a\x52\x4b\x4b\x4b\ \x28\x45\x98\x9f\x9f\x57\x67\x67\xa7\xee\xbb\xef\x3e\xe5\x72\x39\ \x65\xb3\xd9\xc0\xfe\x15\x8b\x45\xdd\xba\x75\x4b\x63\x63\x63\xe1\ \xb9\xa4\xb4\x3e\x40\xd6\x3d\xba\x67\xbd\xfd\xa8\x3f\x72\xc3\xf8\ \xdc\x11\x01\x18\xf6\xed\xdb\xa7\x72\xb9\xac\x6b\xd7\xae\x05\xc7\ \xdd\xda\xda\x1a\x9e\x90\x51\x28\x14\x02\x1b\xed\x41\xeb\xca\xca\ \x8a\x56\x57\x57\xd5\xda\xda\xaa\xfa\xfa\x7a\xb5\xb7\xb7\x07\x96\ \x75\x71\x71\x31\x38\xc7\xde\xde\x5e\xed\xdd\xbb\x57\x75\x75\x75\ \xa1\x67\x96\x3f\x68\x9e\x71\xf9\xda\x13\x90\xb8\x8d\x77\x02\x82\ \x79\x20\xe3\xce\xe8\x00\xa6\xb1\x45\x30\x89\x51\xf6\xca\xed\xbc\ \xfb\x06\x0f\x24\xb0\x35\x7c\x9e\xda\x43\x08\x02\x07\x3b\x7e\x1d\ \x7e\x26\xa0\xe6\xe0\x07\xc0\x23\x3a\x17\x07\x2a\xce\xc4\xa2\xab\ \x51\x22\xc6\x33\x54\x7c\xd6\xfd\x0f\x80\xce\x4b\x60\x7c\x1e\x6e\ \x17\x79\x9f\xe0\x8e\xcf\x50\xeb\x49\xa9\xc2\xc6\xc6\xdd\x56\x16\ \xcc\x03\x1d\x62\xdf\x9c\xf5\xf7\xa0\xd7\x6d\xa5\x07\x68\x80\x29\ \x67\xb3\x3c\x6d\x1b\x8f\xc7\x2b\xca\x9c\x7c\x5d\x9d\x41\xe3\xb5\ \xb1\xb1\xb1\xd5\x07\x0b\xe3\xc1\xe2\xf9\xe9\x2d\x16\x87\x01\x79\ \xc4\x0c\x60\xe1\x67\x67\x70\x7c\xb3\xbc\xc6\xc2\x15\xcc\xc1\x08\ \x8b\x8e\xc0\xb0\x59\xbe\x20\x5e\xd8\x0d\x70\x62\x62\x4e\x0b\x12\ \xbd\x71\x3f\x17\x54\x40\x0c\x91\x1e\x06\x37\xca\x48\x79\x6d\x04\ \x0b\xc8\xe7\x3d\xcf\xed\xa9\x42\x77\xaa\x0e\x46\x1d\x94\xa2\x48\ \xfe\x62\xfc\xed\xed\xed\x2a\x95\x4a\xa1\x6f\x17\x4a\xc5\x1c\xa3\ \x39\x69\x8c\x3d\x8e\x96\x3d\x63\x2f\xb8\x86\x2b\x88\xd3\x99\xb0\ \x04\xc5\x62\x51\xc5\x62\x51\x4b\x4b\x4b\x9a\x9c\x9c\x54\xb1\x58\ \x54\x5d\x5d\x5d\xe8\x6d\xb3\xbc\xbc\xac\xf9\xf9\x79\x1d\x39\x72\ \x44\x0b\x0b\x0b\xba\x79\xf3\xa6\x3a\x3b\x3b\x83\xb3\xcc\xe5\x72\ \x6a\x6b\x6b\x53\x6f\x6f\xaf\x56\x57\x57\xf5\xee\xbb\xef\xea\xe6\ \xcd\x9b\xda\xb9\x73\xa7\x76\xee\xdc\xa9\xcb\x97\x2f\x87\x1a\xae\ \x33\x67\xce\x68\x70\x70\x50\x6f\xbc\xf1\x86\x4e\x9e\x3c\x19\xfa\ \x95\x25\x93\x49\x5d\xbd\x7a\x55\xc3\xc3\xc3\xca\x64\x32\x2a\x16\ \x8b\x15\x11\x7f\x4d\x4d\x8d\x1a\x1b\x1b\x55\x5f\x5f\xaf\xfb\xee\ \xbb\x4f\x7b\xf6\xec\x09\x6d\x21\x98\x47\x36\x9b\x0d\xad\x26\x38\ \x8a\xbc\xb6\xb6\xa6\xb9\xb9\xb9\x60\x80\x9d\x11\xa1\x5b\x3d\xe0\ \x16\xb9\x41\xee\x91\xbb\x28\x1d\xee\xc7\xa7\xb9\x96\x47\x32\x1e\ \x9d\x3b\xc8\xf6\x9f\xa3\xa0\xcb\xe5\xbc\xb5\xb5\x55\xe7\xcf\x9f\ \xd7\x9b\x6f\xbe\xa9\xe3\xc7\x8f\xab\xa3\xa3\x43\x43\x43\x43\x21\ \x2d\x8e\xf1\xf5\x1a\x8d\xf9\xf9\xf9\x0a\x23\xef\x2d\x44\x30\x24\ \xee\x08\x19\x1b\x4c\x69\x2c\x16\x0b\x8e\x10\xc3\xc2\xda\xc3\x4c\ \xb9\xd1\x61\x2d\x01\x0b\x80\x8c\xa6\xa6\xa6\x5f\x03\xfc\xec\x1f\ \xb5\x94\xc9\xe4\xd6\xc1\x14\x52\xd7\x80\x05\x18\x0c\x67\x43\x60\ \xb1\x3c\xe8\xc3\xf9\x61\xd0\x70\x28\xec\x1f\x2d\x46\x08\xca\xd0\ \x2f\xee\xbb\xba\xba\xaa\xe5\xe5\xe5\xf0\xb3\x37\x20\xe5\xfa\xcc\ \x93\x7b\x02\x1c\x59\x33\x80\x51\x3c\x7e\xb7\xa8\x96\xb4\x0b\x69\ \x07\xea\x98\x3c\xc5\x80\x9d\xe3\xe4\x16\x8c\x01\x86\x1d\x1b\x84\ \xd3\xa7\xc7\x95\xdb\x30\x52\xc6\xf4\x72\x22\x15\x0b\xf8\xaa\xab\ \xab\x53\x2a\x95\xd2\xcf\x7f\xfe\x73\xfd\xfd\xdf\xff\xbd\x7e\xf6\ \xb3\x9f\x85\x67\x04\xc2\x8e\xcd\xcd\xcd\x85\xee\xe6\xbd\xbd\xbd\ \x3a\x7e\xfc\xb8\x6a\x6b\x6b\x35\x32\x32\xa2\xc6\xc6\x46\x0d\x0c\ \x0c\xa8\xb9\xb9\x59\xf9\x7c\x5e\x4d\x4d\x4d\xaa\xab\xab\xd3\xb6\ \x6d\xdb\x74\xef\xbd\xf7\xea\xa1\x87\x1e\xd2\x83\x0f\x3e\xa8\x74\ \x3a\xad\xd1\xd1\xd1\x10\x10\xb3\xce\x7e\x1a\x95\xc0\x16\xbd\x88\ \xca\x3d\xf6\x8f\xf6\x2e\x2b\x2b\x2b\xfa\xd5\xaf\x7e\x15\xe6\x5a\ \x5d\xbd\xf5\xe8\xb6\x87\x1e\x7a\x48\x47\x8e\x1c\xd1\x3b\xef\xbc\ \xa3\x7c\x3e\xaf\xea\xea\x6a\x7d\xf7\xbb\xdf\xd5\xdb\x6f\xbf\x1d\ \xd6\x22\x1e\x8f\xeb\xc4\x89\x13\x6a\x6f\x6f\xd7\x4b\x2f\xbd\x14\ \x80\x6e\xa9\xb4\x55\xfb\x73\xcf\x3d\xf7\xa8\xa5\xa5\x45\x0d\x0d\ \x0d\x21\xa5\xcb\x89\xe6\x28\x93\x83\x3d\x00\x94\x78\x96\x06\x5b\ \x8f\x03\x77\xdf\x81\x8e\x38\x4b\x12\x05\x14\x51\xf6\x85\xdf\xb9\ \xbf\xd7\x85\xf1\x7d\xbe\xc7\x7c\x3c\x38\xf4\x80\xde\x59\x68\xf7\ \x95\xdc\x0f\xbf\xc7\xc3\xd8\x09\xe2\x39\x7c\x21\xdd\x3d\xc4\x45\ \x03\x57\x1e\x36\x8f\x3d\x45\x4f\x9c\xdd\x43\x57\x62\xb1\x58\x85\ \x3d\x05\xa0\x38\xb3\xef\x63\x85\x20\x61\xcc\xbc\x00\xd0\x1c\x68\ \xe1\x95\xcd\x66\x03\x49\x02\x10\xf2\xf2\x20\x0f\x5c\xdc\x2f\xfb\ \xfa\xbb\x9f\xf4\x31\x39\x63\xc5\xdc\x1c\x00\x7a\x46\x4f\x52\x85\ \x2f\x89\x66\x92\x78\x25\xda\xdb\xdb\x9f\x22\xd2\xe0\xd1\x15\x2c\ \x10\x0f\x49\xf6\xfa\x1f\x04\x0e\xc1\x00\xf4\xb0\x99\x51\x81\x73\ \x04\xcc\xf7\x11\x68\x77\x4c\x4e\xd1\xf1\x3c\x23\xe9\x6e\xc4\xe6\ \x93\x83\xc2\x45\x01\x9d\x41\xc3\x10\x3b\xeb\x06\xf2\x84\xaa\xe5\ \xda\xdc\x1f\x83\xe8\x8b\xc5\x3c\x19\x33\x9b\xc7\x3f\x36\xcd\xfb\ \xd5\x78\x44\x85\x42\x44\xc1\x9f\x6f\x26\x00\x95\x75\xac\xaa\xaa\ \x0a\x3d\x3f\x5c\x38\x69\xef\xc0\x23\x2c\x70\x2c\x1e\xf1\x70\x64\ \x9a\x35\x70\x07\x1a\x2d\xe2\x64\x5c\x00\x0c\xa2\x77\xae\x4d\x31\ \x6d\x2a\x95\x52\x26\x93\xd1\xe2\xe2\x62\x68\x64\x78\xfd\xfa\x75\ \xcd\xcf\xcf\x87\x88\x76\x64\x64\x24\x8c\xf5\xcc\x99\x33\xe1\x58\ \x7b\xa1\x50\xd0\xd8\xd8\x58\xe8\x06\x5f\x2c\x16\x75\xe8\xd0\x21\ \x1d\x3c\x78\x50\x0f\x3f\xfc\xb0\x1e\x7a\xe8\x21\x1d\x3c\x78\x30\ \x14\x50\x77\x74\x74\xa8\xb7\xb7\x57\x07\x0f\x1e\x54\x73\x73\x73\ \x88\xae\xab\xab\xab\x95\xcf\xe7\x95\x4a\xa5\x42\xf1\x64\x57\x57\ \x97\x56\x56\x56\xb4\x67\xcf\x1e\xdd\x77\xdf\x7d\xea\xed\xed\x55\ \x53\x53\x53\x50\xa2\xa6\xa6\x26\xdd\xb8\x71\x43\xe3\xe3\xe3\x41\ \x76\x67\x67\x67\x43\x8d\x80\x3f\xef\x0f\xe7\xbd\xb0\xb0\x10\x3a\ \xfb\x6f\x6e\x6e\x15\x6d\x73\x12\x94\xfa\x31\x80\x06\x2c\x03\x7a\ \xe2\x40\xcb\xc1\x89\x83\xa6\x28\x10\x73\x45\xf5\x9f\x31\x62\xdf\ \xfe\xf6\xb7\xd5\xdd\xdd\xad\xa5\xa5\x25\xed\xdf\xbf\x5f\x0f\x3c\ \xf0\x80\xce\x9d\x3b\xa7\xb9\xb9\xb9\x0a\xc6\xd6\xa3\x5b\x40\x14\ \xe9\x1b\xaf\x55\x42\x7e\x91\x69\x74\x88\x53\x78\x5e\xa3\x46\x0a\ \x3e\x5a\xb8\xcb\xb8\x93\xc9\xbb\xcf\xed\xc3\x40\x22\xb3\xb4\xe3\ \x00\x34\x11\x65\xe6\x72\xb9\x20\x7f\x38\x0c\x40\x70\x32\xb9\xd5\ \x16\x24\x95\x4a\x85\xba\x99\x58\x2c\x56\xc1\xd2\x79\x61\x3b\xba\ \x00\x03\xe7\xed\x1c\xe2\xf1\xad\xb4\x33\x4c\x1c\xf6\x02\xc6\x09\ \x3d\xe3\xf3\x38\xb3\xa8\xe1\x74\xc0\x83\x81\xa5\x6e\x91\x7d\x84\ \x11\x74\x7d\x66\x0c\xb0\x17\x18\x5d\x4f\x2d\x90\x0e\x43\x7e\xd8\ \x73\x40\xaa\x3b\x07\x9c\x10\xd7\x80\x59\xe5\xb9\x92\x3c\x67\x94\ \xfb\xc2\x5a\xfd\xcd\xdf\xfc\x8d\x7e\xf8\xc3\x1f\x6a\x66\x66\x26\ \xec\x23\xce\x1b\x19\x8d\xc5\x62\x2a\x14\x0a\x61\x3c\x8f\x3c\xf2\ \x88\x8a\xc5\xa2\xde\x78\xe3\x0d\x25\x12\x09\x75\x76\x76\x06\xf6\ \x86\x7a\xac\x5c\x2e\x17\xc6\xdb\xdb\xdb\xab\x8e\x8e\x0e\x8d\x8f\ \x8f\x6b\x75\x75\x55\x99\x4c\x26\x1c\xca\x71\x5b\x9e\xcb\xe5\x42\ \xf3\x6a\x9f\x17\x7e\x04\xdb\x7f\xe7\xce\x1d\x5d\xbf\x7e\xbd\x22\ \x48\xe5\x33\xdb\xb7\x6f\x57\x77\x77\xb7\x7a\x7b\x7b\x15\x8b\xc5\ \xf4\x95\xaf\x7c\x45\xcf\x3d\xf7\x5c\xf8\xcc\xfc\xfc\xbc\x4e\x9c\ \x38\xa1\x3d\x7b\xf6\xe8\xf9\xe7\x9f\xd7\xf8\xf8\x78\x05\xbb\x91\ \x48\x24\x42\x9a\x90\x35\x58\x5b\x5b\x0b\x4d\x46\xa3\xec\x1b\xdf\ \x73\xfd\x74\xfd\x8d\xb2\xaf\xd8\x7c\x9c\xb7\xbf\xdc\xaf\x78\xb0\ \x8b\xaf\xf0\x72\x1a\xae\x1f\x6d\xef\x11\xf5\x51\xce\xee\x32\x76\ \x02\x12\x7c\xf2\xe6\xe6\x66\x38\x45\x8a\x0c\x53\x2f\x89\x1d\x63\ \x3f\x3d\xb8\x40\x16\xeb\xeb\xeb\x43\x90\x42\xb0\x8e\x7d\x44\x47\ \x18\x37\x80\x27\x97\xcb\x05\x19\xe0\x3b\x92\x2a\xd2\xde\x80\xf0\ \x9a\x9a\x9a\xd0\xa6\x81\x79\xa1\x0f\xec\xdd\xfc\xfc\xbc\xa6\xa7\ \xa7\x83\xff\x02\xc8\x03\xf8\x98\x9b\xcb\x14\xeb\xe8\x87\xc0\xd0\ \x47\xf4\xd7\xf7\x8c\x7d\x07\x63\x78\x0d\x37\x72\xec\xfb\xe0\xa0\ \x98\xfb\x3b\xa1\x54\xc1\x84\x62\x00\x9d\x66\xe4\xe6\x08\x39\x8b\ \xc9\x97\x30\x6a\x6c\xb0\x3b\x0d\x1f\x18\xef\x61\x50\x59\x34\x3f\ \x75\xc1\xbd\xd8\x34\x0c\x96\x47\x94\x80\xa2\x44\x22\x11\x1e\xae\ \x0c\x78\x20\xb2\xa6\x2e\x82\xf7\x88\x9c\x51\x40\xcf\xc7\xfa\xa6\ \x3b\xe0\xf1\x5a\x10\x04\x01\xc3\xe8\x75\x0d\xbc\x28\xa0\xf7\x7a\ \x09\xa7\x4d\xf9\x9e\x6f\xb6\x2b\x2b\xef\x33\x9e\x62\xb1\x58\xa1\ \x44\x6c\x34\x6b\xc6\x66\xf2\x8c\xc3\xea\xea\x6a\x35\x35\x35\x29\ \x9b\xcd\x06\x01\x43\x01\xc8\x9d\x73\x6f\x14\x91\x75\xf2\x08\xc8\ \x99\x3f\x8a\x82\x67\x66\x66\x54\x28\x14\x34\x34\x34\x14\x1a\x3f\ \xd2\x9b\x0a\xe7\xb6\x67\xcf\x1e\x3d\xfc\xf0\xc3\xea\xe9\xe9\xd1\ \xf2\xf2\x72\x38\x55\x94\xcb\xe5\xc2\xb5\x38\x55\x58\x2e\x97\xd5\ \xd7\xd7\xa7\x72\x79\x8b\xfe\x4f\xa5\x52\x6a\x6d\x6d\x0d\xac\x17\ \xca\x4f\x04\xb4\xb1\xb1\x75\x42\x2e\x93\xc9\x04\x96\x6a\xdf\xbe\ \x7d\x5a\x5c\x5c\xd4\x5b\x6f\xbd\xa5\xe9\xe9\x69\x4d\x4c\x4c\xa8\ \xb5\xb5\x55\x3d\x3d\x3d\x6a\x6e\x6e\x56\x67\x67\x67\x90\xd3\x9a\ \x9a\x1a\x4d\x4d\x4d\x85\x47\x16\x91\x3e\x62\x5d\x17\x16\x16\x82\ \x5c\x73\xc2\x31\x1e\x8f\xab\x50\x28\x68\x62\x62\xa2\xe2\xb9\x92\ \x18\xdd\xf5\xf5\x75\x65\x32\x19\xa5\xd3\x69\xd5\xd7\xd7\x87\x63\ \xe1\x73\x73\x73\xa1\x47\x8f\xeb\x90\x33\xba\xc8\xb9\x1b\x11\xf6\ \xcc\x0d\x31\xdf\x5d\x5f\x5f\xd7\xf5\xeb\xd7\x75\xfc\xf8\x71\x8d\ \x8d\x8d\x69\x7d\x7d\x5d\x5f\xf8\xc2\x17\xf4\x4f\xff\xf4\x4f\x6a\ \x6d\x6d\xd5\xc4\xc4\x44\x78\x9c\x11\x72\x8d\x6c\xfa\x31\x66\x02\ \x0e\x02\x1f\x8c\x22\xba\xe3\x00\x0c\xb6\x12\x83\xc2\xcb\xd3\x70\ \xcc\x81\x17\x46\x34\x9d\x4e\x87\x14\x21\xe0\x29\x16\x8b\x55\xd4\ \x5a\x31\x46\x07\x2b\xc8\x16\x69\x00\x67\x12\xb1\x07\xa5\x52\x29\ \xe8\x39\x86\x99\xf1\x31\x0f\x6c\x4b\xb9\xbc\x75\x40\x83\xda\x0f\ \x67\x0f\xb0\x07\xb4\x00\x21\xa2\x77\xf9\x73\xa3\xea\xb5\x5b\xee\ \xd0\x70\x0a\x00\x55\x4f\x51\x00\xfe\x9c\x01\x4f\x24\x12\x21\xa5\ \x49\x3a\x0e\xfd\xc0\xfe\x36\x35\x35\x69\x6e\x6e\x2e\x00\x29\x67\ \x0b\x71\x24\x55\x55\x5b\x3d\xae\x9c\x61\x77\x7b\x92\x4a\xa5\x34\ \x3d\x3d\xad\xa7\x9f\x7e\x5a\x97\x2f\x5f\x0e\xf6\xcc\x59\x4b\x9c\ \x0a\x7a\xc0\x89\xd4\x33\x67\xce\xa8\xbe\xbe\x5e\x8f\x3f\xfe\xb8\ \x4e\x9d\x3a\xa5\xeb\xd7\xaf\xeb\x9e\x7b\xee\x09\xad\x30\xd2\xe9\ \xb4\xe6\xe6\xe6\x54\x28\x14\xc2\x89\xd6\xde\xde\x5e\x3d\xf6\xd8\ \x63\x5a\x5e\x5e\xd6\xff\xfc\xcf\xff\x68\xf7\xee\xdd\xba\x79\xf3\ \xa6\xa6\xa7\xa7\x43\x1a\x95\xc7\x06\xe5\xf3\x79\x4d\x4c\x4c\x84\ \xba\x37\xec\xb0\x33\x33\xce\xe0\x78\x8d\xda\xda\xda\x5a\xa8\x01\ \xdb\xb6\x6d\x9b\xfe\xf4\x4f\xff\x54\x6f\xbf\xfd\x76\x68\xc7\x81\ \xfc\xbc\xfc\xf2\xcb\x4a\xa5\x52\x21\x4d\x8b\x2f\xca\xe5\x72\x5a\ \x5e\x5e\xd6\xad\x5b\xb7\x14\x8b\xc5\x34\x3d\x3d\xad\xa5\xa5\x25\ \x35\x36\x36\x86\xbd\xc5\x46\x7a\x76\x85\x75\x76\x12\xe0\xfd\x02\ \x25\xd6\x97\xf1\x3b\x4b\xc5\xe7\xb0\xff\x5e\x9e\x12\xad\x2f\x66\ \x1c\xfc\x0c\x73\x04\xa0\x42\xdf\x9c\x29\x71\xe6\xc8\x99\x17\x27\ \x24\x20\x0b\x20\x1e\xb0\x03\x9e\xbd\x89\xfa\x1b\x40\x1e\x41\x12\ \x32\xc6\x9a\xf2\x82\xbc\x40\x17\x3c\xd5\x0d\x98\x8e\x12\x0c\x9e\ \x09\x73\xbf\xeb\x25\x2e\x9e\x01\x00\xc8\x94\xcb\xe5\x40\x32\x30\ \x6e\x97\x19\xec\x83\xef\x09\x63\x60\x5d\xf8\x9e\xdb\x5c\xd6\x8a\ \x6b\xb1\x2e\xbe\x36\xae\x6b\xbe\xc7\x9e\x51\xf2\x31\x31\xe6\x24\ \x8b\xcd\xcb\xa9\x68\xa7\xb6\x1d\xad\xf9\x20\xdd\x51\x3b\x25\xe7\ \xdf\x65\xe0\x9e\x6e\x73\xf6\xc0\x51\x22\x13\xc0\xb0\xb2\xd8\x18\ \x41\x6f\xb0\xc7\xf1\x6d\x37\xe0\x44\xbe\x38\x19\x84\x0f\xe3\x0f\ \x7b\xc6\x86\x33\x07\x7e\xf7\xf1\xb2\xe8\x0e\x40\x1d\x38\xb1\x98\ \x50\xf6\x38\xf3\x28\x6d\xeb\xa9\x50\x49\xa1\x46\xc6\x85\x29\xba\ \xe9\xbe\xce\xce\xca\xb1\xbe\x38\xa4\xe5\xe5\x65\xdd\xb9\x73\x27\ \xd4\x4c\x38\xd3\xc8\x78\x19\xbf\xd7\xec\x00\x62\xe2\xf1\xb8\x76\ \xee\xdc\x19\xa2\x9d\x77\xdf\x7d\x37\x9c\xd4\x6c\x6d\x6d\xd5\xec\ \xec\xac\x12\x89\x44\x38\xfd\xb4\xb1\xb1\xa1\x63\xc7\x8e\xe9\xf3\ \x9f\xff\xbc\x52\xa9\x94\x66\x67\x67\xb5\xbc\xbc\xac\xd1\xd1\x51\ \xc5\xe3\xf1\xd0\xc4\xf4\xc2\x85\x0b\xc1\x20\x9c\x3d\x7b\x36\x3c\ \x8b\xef\x7f\xff\xf7\x7f\xb5\x7b\xf7\x6e\xb5\xb4\xb4\x04\xa3\x49\ \xdf\xa5\x52\x69\xeb\x54\xe5\xf8\xf8\xb8\xd6\xd7\xb7\x9e\x7a\xdf\ \xda\xda\x5a\x51\x78\x9c\x4e\xa7\xd5\xd1\xd1\xa1\xe1\xe1\x61\xe5\ \xf3\x79\x75\x74\x74\x68\x6d\x6d\x4d\xaf\xbc\xf2\x4a\x78\x3c\x4f\ \x73\x73\xb3\xda\xdb\xdb\xb5\x63\xc7\x0e\xf5\xf4\xf4\x54\x1c\x69\ \xa7\xb0\x1b\x90\x45\x7d\x10\x4e\xbb\xa5\xa5\x45\xcd\xcd\xcd\x5a\ \x59\x59\xd1\xc4\xc4\x84\x86\x87\x87\x43\xa7\x6a\xd6\x9f\x6e\xd2\ \x6d\x6d\x6d\x4a\xa7\xd3\x4a\xa7\xd3\x2a\x95\x4a\x5a\x58\x58\xa8\ \x78\xe0\xac\xb3\x3e\xae\x2b\xec\x6b\x94\xce\x8f\xc5\x62\x81\x31\ \x5b\x5e\x5e\xd6\xee\xdd\xbb\x75\xfa\xf4\xe9\x10\x69\x56\x55\x55\ \xe9\x4f\xfe\xe4\x4f\x34\x36\x36\xa6\x57\x5f\x7d\x55\x2b\x2b\x2b\ \x6a\x6e\x6e\xd6\xf0\xf0\x70\xd0\x4f\xe4\x15\x5d\x04\x54\xd0\x56\ \xc1\x0d\xa0\x33\xb9\xb0\x52\xe5\x72\x65\x7a\xca\x6b\xb6\x5c\xe7\ \x91\x61\x58\x2c\x3f\xf1\x46\x8d\x87\x33\x5e\xee\x08\x71\xa0\x8c\ \x19\x40\x86\xed\x89\xc5\x2a\x8b\x82\x01\x4a\x80\x0f\x67\x0e\xd0\ \x7d\x40\x8f\xa7\x32\xe3\xf1\x78\x38\x54\x41\x1b\x09\x74\x16\x86\ \xde\xd3\x09\x7e\x28\x02\xe0\x01\xb0\x64\xdd\x58\x57\x1c\x1c\xc5\ \xf1\xd8\x8a\x28\x4b\x48\x0d\x4e\x2c\x16\xab\x60\xdb\xd9\x1b\x9c\ \x8d\xd7\x76\xf0\x3d\x7f\x90\x75\x3c\x1e\x0f\xb2\x85\xec\x20\xb3\ \xe5\xf2\x56\x9f\xb1\xb1\xb1\x31\x7d\xf9\xcb\x5f\x0e\x32\xcb\xbe\ \xb9\xdd\x8d\xb2\x04\xc9\xe4\x56\x1b\x97\xf6\xf6\x76\x8d\x8d\x8d\ \xe9\xe1\x87\x1f\xd6\xc0\xc0\x80\xce\x9c\x39\x13\xda\x24\x74\x77\ \x77\x6b\x7d\x7d\x5d\xaf\xbd\xf6\x9a\xa6\xa7\xa7\xf5\xb9\xcf\x7d\ \x2e\xd4\x65\x75\x76\x76\xea\xe3\x1f\xff\xb8\xae\x5c\xb9\x22\x49\ \x7a\xf0\xc1\x07\xf5\xda\x6b\xaf\xe9\xce\x9d\x3b\x92\xa4\xee\xee\ \x6e\x8d\x8c\x8c\x68\xe7\xce\x9d\x21\xd0\x72\x60\xe2\xa9\x34\xdf\ \x0b\x07\x83\xe9\x74\x3a\x30\x58\x57\xaf\x5e\xd5\x99\x33\x67\x02\ \xb8\x72\xdf\x73\xf3\xe6\x4d\x7d\xe3\x1b\xdf\x08\xdf\xa7\xbd\x04\ \xed\x5e\x06\x06\x06\x54\x2e\x97\x35\x35\x35\xa5\xf9\xf9\x79\xb5\ \xb4\xb4\x54\x64\x1f\xa2\x05\xcf\xac\xbd\xdb\x7a\xc0\x0a\xfe\xc0\ \x81\xcf\xfa\xfa\x7a\x60\x74\xf1\x13\x6e\x8f\x3d\x75\xe4\x7e\x95\ \xfb\xa3\x3b\xd5\xd5\xd5\xe1\x1e\xf8\x64\xc6\xe2\xfd\xef\xfc\xde\ \x1e\x4c\xf8\x5a\xc2\xfc\xe3\xff\x90\x43\x0f\x4a\xd0\x4f\xf4\xdb\ \xe5\x97\x31\x46\x41\x0d\xba\xea\x19\x2e\x3f\x00\xe4\x8f\xa9\x42\ \xaf\x7c\x9f\x91\x69\xc7\x09\xbe\x2e\xe8\x2a\x7a\xd1\xd0\xd0\x10\ \xc6\xed\xfa\x0d\x70\xf2\xac\x92\x13\x1d\xf8\x62\xc6\x8f\x6e\xa3\ \xc7\xd2\x5d\x30\xed\x63\xf1\x35\x64\x2c\xae\xbb\xec\x3d\xf2\xeb\ \xf3\xf1\x6c\x5e\x12\x25\x63\x61\x9d\x5e\x04\xc8\x38\x0d\xe7\x8b\ \xe6\xd4\x23\xb5\x0a\x0c\x8a\xbf\x3b\x92\xf5\x14\x1b\x93\xc2\x98\ \x70\x4a\xad\x58\x2c\xfe\x1a\xcb\xc5\xa2\x12\xf5\x78\x04\xc1\xef\ \x08\x3e\x40\x89\xae\xf4\x92\xc2\x93\xbf\x01\x43\xb0\x4e\x2c\x66\ \xb9\x7c\xf7\xc4\xc4\xfb\x81\x41\xe6\x42\xfa\x02\x1a\xd5\x59\x32\ \x1c\x13\x51\xb8\x2b\x0e\xd7\x70\x16\xcd\xd9\x0a\x8c\x24\x6b\x8c\ \x11\x74\xd6\x0f\xe1\xe3\x33\xce\x3c\xad\xad\xad\x69\x62\x62\xa2\ \xa2\xff\x14\xce\xd3\xeb\x60\x60\x28\x10\x1e\xfa\x46\x7d\xfa\xd3\ \x9f\xd6\xe8\xe8\xa8\x5e\x7f\xfd\x75\x4d\x4d\x4d\x85\x88\x53\x92\ \xfa\xfb\xfb\x75\xe0\xc0\x81\x50\x50\xf9\xc8\x23\x8f\xe8\xfe\xfb\ \xef\xd7\xf9\xf3\xe7\x75\xfb\xf6\x6d\x49\xd2\xf9\xf3\xe7\x75\xf4\ \xe8\x51\xdd\x7f\xff\xfd\xaa\xaa\xaa\xd2\xb9\x73\xe7\x34\x33\x33\ \xa3\xe3\xc7\x8f\x87\x53\x7d\x9b\x9b\x9b\x7a\xf9\xe5\x97\x55\x55\ \xb5\xf5\x5c\xc4\x44\xe2\xee\x81\x85\x64\x72\xab\xf9\xdd\xd4\xd4\ \x54\xb8\xff\xa1\x43\x87\x24\x49\x43\x43\x43\x01\x70\x63\xd4\x67\ \x66\x66\x54\x5b\x5b\xab\x7b\xef\xbd\x37\xac\xcd\x93\x4f\x3e\xa9\ \xc5\xc5\x45\xcd\xcf\xcf\xeb\xf6\xed\xdb\x3a\x7d\xfa\xb4\x5e\x7a\ \xe9\x25\xd5\xd4\x6c\x3d\xd4\xf5\xd0\xa1\x43\xca\xe5\x72\xda\xb1\ \x63\x87\x62\xb1\x98\xe6\xe7\xe7\x43\x5f\x18\xea\x60\x38\x92\x5e\ \x2e\x97\xf5\xce\x3b\xef\x68\xcf\x9e\x3d\xa1\x69\xea\xce\x9d\x3b\ \x35\x3a\x3a\x1a\x80\x28\x6c\x17\x4c\xd8\xd8\xd8\x58\xa8\x7d\x69\ \x6a\x6a\xfa\x35\x90\x4d\x1a\x06\x46\xd6\x23\x61\x07\xfb\x6b\x6b\ \x6b\xfa\xf7\x7f\xff\xf7\x70\x32\xed\xf4\xe9\xd3\x9a\x9f\x9f\x57\ \x5f\x5f\x9f\x16\x17\x17\x75\xea\xd4\x29\xfd\xc6\x6f\xfc\x86\xe2\ \xf1\xb8\x8e\x1f\x3f\x1e\xe6\x8b\x7c\x01\xa8\x3d\x28\x71\x96\x14\ \xb9\x46\x0e\x89\xd6\x5c\x4e\x79\x4c\x0f\xef\x39\x10\xe4\x33\x18\ \x3e\x8c\xa0\x77\xac\xc7\x16\x70\xe2\xcf\x53\xdd\x8c\x87\xbd\xf7\ \xd3\x57\xc8\x25\xc7\xcd\x61\xb1\xd0\x5f\x67\x8c\x3d\x0d\x9e\x4a\ \xa5\x42\xc0\x41\xda\xd0\x4f\x3f\x25\x12\x89\xd0\x6f\x0d\x7b\x83\ \x5e\x2d\x2e\x2e\x86\xcf\x60\x73\x3c\xfd\xea\x36\x8b\xe8\xd8\x1d\ \x1a\xf3\x22\xe0\xe3\x7b\x1e\x90\x11\xf4\x31\x1e\xf6\x01\xe6\x8b\ \xcf\xc3\x5c\x44\xb3\x00\x9b\x9b\x9b\xe1\xd1\x2e\x9c\x0c\x03\x84\ \x32\xff\xc1\xc1\x41\x7d\xf5\xab\x5f\x0d\x0f\x2e\x8e\x3a\x71\x0f\ \xe0\x9c\x75\x48\x24\x12\x9a\x9f\x9f\x0f\x3a\xc1\x01\x97\x9a\x9a\ \x1a\x75\x76\x76\x06\xf0\x5c\x2a\x6d\xf5\xbd\x9b\x9e\x9e\x0e\xe0\ \x94\x02\xf8\xf6\xf6\x76\x3d\xf9\xe4\x93\xfa\xd6\xb7\xbe\xa5\x4f\ \x7f\xfa\xd3\x9a\x9c\x9c\xd4\xd2\xd2\x52\x48\x29\xde\xba\x75\x4b\ \x4d\x4d\x4d\xea\xec\xec\xd4\xed\xdb\xb7\x2b\x9c\x10\x73\x04\xb4\ \xbb\xa3\x62\xcc\xfd\xfd\xfd\xda\xb7\x6f\x9f\x72\xb9\x5c\x00\x6e\ \xe8\x15\x00\x17\xf6\xdf\x83\xe5\xcd\xcd\x4d\x75\x77\x77\x2b\x97\ \xcb\xa9\xbf\xbf\x5f\x47\x8e\x1c\x51\xa1\x50\xd0\xdb\x6f\xbf\xad\ \x4f\x7d\xea\x53\x15\x07\xa2\xf0\x73\x9c\xb6\xa6\x1e\x10\x7b\x80\ \x6f\xe4\x6f\x7c\x16\x40\x81\x0c\x20\xab\xae\x4f\xce\x72\x20\x17\ \xc8\x39\x7e\x17\x96\xc8\xed\xbe\x33\x4e\xe8\xad\x07\x2a\xf8\x18\ \x07\x05\xf8\x18\xf7\xbf\x5e\xa4\x8d\xcd\x71\x02\x82\xf9\xf9\xc1\ \x2e\xbf\xa7\x33\x65\xec\x0b\xf6\xc3\x81\x9e\x83\x67\x97\x63\xbe\ \xe3\xa0\x86\xcf\x33\x6e\x07\xdd\x80\x37\x4f\x53\x02\x02\xbd\xc1\ \xb4\x07\x5a\x6e\x9b\x90\x7f\xcf\xce\x61\x5f\x5c\x87\xf9\x0e\xe3\ \xf4\x94\x2b\xf7\x03\x3f\x70\x5d\x9f\x33\xb6\x9b\xbf\xb9\xed\x0b\ \x25\x4a\x5e\xd4\xe9\x94\x1c\xc8\xd4\xd3\x66\x18\x71\xc0\x11\x27\ \x30\x5c\x30\x48\x89\x79\x5d\x83\x23\x40\x7e\x47\xb0\x31\x32\x9c\ \x9e\x43\x50\xa1\x96\xe9\x3a\x1b\x65\x9b\x40\xd5\x4e\x83\x03\xac\ \xbc\x7e\x02\x45\xc0\x38\x3b\xfa\x74\x80\xc6\xa3\x35\xa2\xc6\xc8\ \x1d\xa5\x17\xdd\xb3\x88\x2c\x3a\xca\x2e\xdd\x4d\x2d\x38\x90\xc4\ \x89\x45\x69\x62\x47\xe0\xae\x7c\x1e\x1d\x01\xd4\x7c\xd3\x71\x8e\ \x2e\xa4\x8e\xae\x17\x16\x16\x54\x55\x55\x15\x8e\x3c\xd7\xd5\xd5\ \x69\x72\x72\x32\xac\x2f\x0e\xa1\xa1\xa1\x41\x3f\xfd\xe9\x4f\xf5\ \xfa\xeb\xaf\x87\xc2\x72\xd2\x72\xb9\x5c\x4e\x9d\x9d\x9d\xca\x64\ \x32\x7a\xf8\xe1\x87\xb5\xbe\xbe\xae\xae\xae\xae\xf0\x40\xd5\xfa\ \xfa\x7a\xfd\xd7\x7f\xfd\x97\x8e\x1f\x3f\xae\x7d\xfb\xf6\xa9\xa1\ \xa1\x41\x57\xae\x5c\xd1\xec\xec\xac\x4e\x9c\x38\x11\x1e\xbc\xdd\ \xd5\xd5\xa5\x8b\x17\x2f\x6a\x6a\x6a\x4a\x1f\xf8\xc0\x07\x54\x5f\ \x5f\xaf\x62\xb1\x18\x22\xb2\x91\x91\x11\xdd\xba\x75\x2b\xcc\x61\ \xdb\xb6\x6d\x2a\x14\x0a\x3a\x73\xe6\x8c\xb2\xd9\xac\xda\xda\xda\ \x42\x74\x97\xcd\x66\xc3\xe3\x50\x3c\x3a\x21\x6d\xd1\xd2\xd2\xa2\ \x5c\x2e\xa7\x47\x1e\x79\x44\x1b\x1b\x5b\x8f\x59\x98\x9a\x9a\xd2\ \xab\xaf\xbe\xaa\x93\x27\x4f\x2a\x97\xcb\xe9\xbe\xfb\xee\xd3\x83\ \x0f\x3e\xa8\xbe\xbe\x3e\x6d\x6e\x6e\x86\xe7\x48\x62\x28\x37\x36\ \x36\xd4\xdf\xdf\x1f\x40\x0a\x27\x4d\xfb\xfa\xfa\x42\x71\x28\xa9\ \x41\xbe\x47\xbf\xa8\x99\x99\x99\x70\x62\x0c\x59\xf1\xc8\x17\xa3\ \xdc\xd0\xd0\x10\x80\x1a\x3a\x58\x5d\x5d\xad\x3b\x77\xee\x68\x6e\ \x6e\x4e\x9f\xfc\xe4\x27\x43\x3a\x66\x63\x63\x43\x6f\xbf\xfd\xb6\ \x2e\x5f\xbe\xac\x0f\x7f\xf8\xc3\xfa\xe1\x0f\x7f\xa8\xbd\x7b\xf7\ \xea\xe8\xd1\xa3\x3a\x75\xea\x54\x70\x4c\x7e\xfa\x6c\x73\x73\x33\ \xa4\x6e\x49\xa3\x21\xd7\xb0\x34\x92\xc2\x78\x28\x40\x47\x46\x9d\ \xd5\xc6\xa9\xa3\x5b\x04\x24\xae\x6f\x5e\x9f\x81\x5c\x23\x9b\xc8\ \x1b\xeb\xeb\x3a\xec\x4c\x14\x3a\x45\xca\x16\xc0\x42\x50\xe0\x9f\ \x23\xe8\xe2\x3b\x38\x01\xec\x89\x9f\xfc\xf2\x53\x6d\x3e\x2f\x1c\ \x25\x8e\xd1\x4b\x21\x9c\xb9\x60\x6d\x99\x17\x80\xce\xed\x11\x63\ \x75\x20\x1a\x4d\xe3\x31\x16\x9e\xf3\x4a\x6d\x23\xeb\x86\x63\xc0\ \xa9\x61\x73\xbc\xd6\x0c\x59\xc1\xc9\x34\x36\x36\xea\xe2\xc5\x8b\ \x01\x5c\xc1\xd4\xf1\xc2\x5e\xb8\xbd\x89\xae\xa1\xb4\xd5\xde\xe4\ \xb9\xe7\x9e\x53\xa9\x54\x52\x5f\x5f\x9f\xaa\xaa\xaa\x34\x36\x36\ \x16\xd6\xa1\xbb\xbb\x3b\x30\xd0\x85\x42\x41\xdb\xb7\x6f\xaf\x78\ \xfa\xc2\xa1\x43\x87\xf4\xf4\xd3\x4f\x6b\x76\x76\x56\x07\x0f\x1e\ \xd4\xd4\xd4\x94\x06\x07\x07\xb5\xba\xba\xaa\xe6\xe6\x66\x4d\x4d\ \x4d\xe9\xc8\x91\x23\x1a\x19\x19\x09\x7b\x25\xdd\x65\x67\x08\xec\ \xb1\x3f\x73\x73\x73\x2a\x95\x4a\x6a\x6c\x6c\xd4\x43\x0f\x3d\xa4\ \x86\x86\x06\x95\xcb\x5b\x4f\x38\x60\x9f\x70\x70\xcc\x83\x75\xf1\ \x60\x3a\x9f\xcf\x2b\x9d\x4e\xab\xb7\xb7\x37\x3c\x57\x95\x3a\xc6\ \xd9\xd9\xd9\x00\x88\x60\x8f\x7d\x9f\x18\xa7\xa7\xdb\x78\x91\x8e\ \x67\x4d\xa9\x03\x44\xfe\x5d\xd7\xb0\xf9\x9e\x5e\xf3\xc0\x99\x60\ \x13\xc0\x9e\x48\x24\x42\x61\x77\xb4\x3d\x0a\xac\x67\x4d\x4d\x4d\ \xe8\x77\x85\xac\xb8\xbe\x91\xb1\x28\x14\x0a\x41\xcf\xfc\x7f\x6f\ \xad\x41\x7a\x0e\x1d\xf1\x13\xc8\x9e\x66\x63\xbc\xdc\xcb\xd3\x72\ \xc8\x7a\x14\x7c\x38\x3b\xc5\xfb\xe8\xa9\x03\x3e\xf7\x89\x9e\xfe\ \xdc\xdc\xdc\x54\xb1\x58\x54\x36\x9b\xad\xd0\x0d\xf4\x17\xbf\xe0\ \xf6\x87\xf7\xa2\xe5\x17\xd1\x2e\x00\xec\xab\x67\x16\xdc\x26\x39\ \x30\x76\x9d\x8c\x7e\x9e\xbf\xf9\x18\x82\xbd\xe9\xe9\xe9\x79\x0a\ \x50\x55\x5d\x5d\x1d\x22\x67\x3a\x7c\xb3\xe9\x2e\x20\x6e\x80\x9d\ \x6e\x66\x41\x9d\x66\xe7\x67\x8c\x34\x69\x21\x9c\x02\x8a\xc5\x69\ \x01\x68\x7d\x04\x88\x85\xf6\xd4\x9b\xd3\x8e\x4c\xde\xd9\x02\xde\ \x43\xd9\xf8\xc7\x78\x31\x66\x28\x96\x0b\xbe\x17\xc9\x01\x04\xb9\ \x3f\x6b\xe4\x9b\xe5\xce\xde\x41\x0e\xbf\xb3\xf0\x80\x3e\x07\x9d\ \x2e\x2c\x8e\xc8\xa3\xff\x18\x9b\xd3\xfd\x0e\x2c\x51\x3a\x67\xbe\ \x92\xc9\xa4\xfa\xfa\xfa\xd4\xd6\xd6\x16\xa2\xae\x9a\x9a\x1a\x75\ \x77\x77\x2b\x9f\xcf\x07\x96\x6a\xdf\xbe\x7d\xba\x7c\xf9\xb2\x66\ \x66\x66\x42\x51\xbb\x1b\x98\xb6\xb6\x36\x4d\x4d\x4d\xe9\xc6\x8d\ \x1b\x61\xaf\xc7\xc7\xc7\x75\xe7\xce\x1d\x9d\x3e\x7d\x5a\x5d\x5d\ \x5d\xe1\x41\xd1\xb7\x6f\xdf\x0e\x80\x0a\x56\xa7\xb9\xb9\x39\xd0\ \xd3\xe9\x74\x5a\x0d\x0d\x0d\x9a\x99\x99\x51\x63\x63\xa3\x9a\x9a\ \x9a\x34\x32\x32\xa2\xeb\xd7\xaf\x6b\x73\x73\x53\xc7\x8e\x1d\xd3\ \x9e\x3d\x7b\xb4\xb4\xb4\xa4\x33\x67\xce\x54\x28\x37\xb5\x5f\x6b\ \x6b\x6b\x6a\x68\x68\x50\x36\x9b\x0d\x8d\x4f\x01\x2c\x18\x49\x2f\ \xa8\x84\x2d\x39\x7c\xf8\xb0\x4e\x9c\x38\xa1\xfa\xfa\x7a\x9d\x3b\ \x77\x4e\xaf\xbe\xfa\xaa\x5e\x7a\xe9\x25\x8d\x8d\x8d\xa9\xa3\xa3\ \x23\x14\x0e\x63\xf8\x38\x95\xe5\xe0\x05\x86\x73\x7e\x7e\x3e\xd4\ \x74\xc0\x2e\xb8\xc2\x42\xe7\xd7\xd6\xd6\x86\xeb\x72\x02\x10\x99\ \x5b\x5b\xdb\x7a\x6c\x10\xa7\x1b\x39\x68\x50\x57\x57\xa7\x63\xc7\ \x8e\x85\x07\xd9\x9e\x38\x71\x42\xbb\x77\xef\x56\x63\x63\xa3\xc6\ \xc7\xc7\xf5\xee\xbb\xef\xaa\xbb\xbb\x5b\x37\x6e\xdc\xd0\xe6\xe6\ \xa6\x0e\x1c\x38\xa0\xfd\xfb\xf7\xab\x50\x28\xa8\xbd\xbd\x5d\xc5\ \x62\x31\xb4\x2a\x00\x28\x27\x93\x49\x4d\x4f\x4f\x57\x00\x0f\x67\ \x83\xbd\x3e\x0a\x1d\x01\x58\x3a\xe8\x71\xe3\xed\x4f\x50\x70\xc7\ \x8d\xce\x39\x5b\x4b\x1f\x26\x67\xa5\x3c\xca\xc4\x51\x20\xbf\x7e\ \x4a\xd3\x83\x32\x49\x81\x35\x61\x2c\x6e\xac\xf9\x1d\x46\x9c\x39\ \x79\x6d\x0c\x6d\x4d\xfc\x41\xcb\x5e\xc7\xe1\x3a\x46\x1a\x15\x03\ \xce\x98\xfd\xde\xd8\x04\xaf\xe5\x61\x3d\x08\x80\x70\x8c\x1b\x1b\ \x1b\x21\xf5\xcb\x09\x3c\xe6\xc7\xf5\x69\xc7\x80\xd3\x4d\xa5\x52\ \x81\xf9\xe4\x3e\xd8\xe6\x7c\x3e\xaf\x2b\x57\xae\xe8\xcb\x5f\xfe\ \xb2\xa6\xa7\xa7\x2b\x6a\x47\xdc\xc6\xf0\x72\x86\xb0\xa7\xa7\x27\ \xb0\x6f\xcc\x6b\x65\x65\x45\xb7\x6f\xdf\x56\x3a\x9d\x56\x36\x9b\ \xd5\xfa\xfa\xba\x3a\x3b\x3b\xd5\xda\xda\x1a\x52\x4d\xbf\xf8\xc5\ \x2f\xb4\x67\xcf\x1e\xed\xdd\xbb\x57\xa5\xd2\x56\xcd\x2b\x07\x62\ \x7e\xf2\x93\x9f\x48\x92\x1e\x7f\xfc\x71\x8d\x8d\x8d\xe9\xfa\xf5\ \xeb\xea\xe8\xe8\x50\x5f\x5f\x9f\xce\x9e\x3d\xab\x27\x9f\x7c\x52\ \x67\xcf\x9e\xad\xc8\x7e\x60\xdf\xab\xaa\xaa\xd4\xd8\xd8\xa8\x03\ \x07\x0e\x68\x63\x63\xeb\xc9\x05\xdb\xb6\x6d\xd3\xf1\xe3\xc7\x75\ \xe4\xc8\x11\xe5\xf3\x79\x15\x8b\x45\xfd\xe3\x3f\xfe\x63\xd0\x4f\ \xc6\x4d\x13\x4c\x80\x47\x3c\xbe\x55\xe3\xd7\xdf\xdf\xaf\xc6\xc6\ \x46\xb5\xb7\xb7\xab\xb3\xb3\x53\xf5\xf5\xf5\x5a\x5e\x5e\x56\x26\ \x93\xd1\xd8\xd8\x58\xe8\xb3\x45\xdb\x04\x67\xa4\xd8\x63\x67\x18\ \x01\x08\x9e\x1e\x8a\x32\x33\xfe\x3e\xbf\xc3\x8c\x7a\x50\x0f\x40\ \xf1\x12\x8e\xa8\x5f\x73\x80\x87\x3f\x73\x70\x09\xb3\xe8\xfe\xcb\ \xf7\x19\xc0\x8f\x7c\x61\x0f\xd1\x79\x4f\xfb\xf9\xa9\x64\x7c\x15\ \xec\x34\xef\x31\x3e\x64\x15\x5b\x89\xcf\x91\x2a\xfb\x68\x81\x1b\ \x18\xbb\x5f\x0b\x1f\xeb\x27\x78\x5d\x6e\x91\x65\x0e\xdd\x39\x73\ \xc8\x7a\x00\xa6\x1c\xd0\x01\xf8\xa8\x1f\x63\x2f\x98\xab\x93\x1d\ \xee\x8f\x9d\xe9\x75\x56\xcc\xd3\x87\xdc\xcb\xf7\x96\x57\x74\xfd\ \xb9\x4e\x62\xf7\xee\xdd\x4f\xf1\xc8\x00\x6a\x53\x38\xa9\x42\x47\ \x60\x7a\xd2\x44\xe9\x49\x16\x18\x41\x74\x16\x86\xcd\xf4\xf4\x00\ \x9b\x93\x4c\xde\x7d\x06\x91\x03\x0e\x22\x81\x28\x48\xe2\xe5\xd4\ \x39\x02\xea\xbd\x75\x40\xed\x5e\x50\xe8\x75\x0d\x44\x9e\x18\x45\ \x07\x78\x2c\x3c\x00\xc9\x81\x16\xf3\x77\x76\x09\x61\x72\xf0\xe7\ \x27\x85\x4a\xa5\x52\x78\xac\x85\x03\x25\x04\xd7\xa3\x5a\x37\x86\ \x08\xaf\x6f\x36\x8e\xdb\x19\x45\x8f\x00\xa2\x91\x32\xc6\x98\x02\ \xde\xee\xee\x6e\xad\xac\xac\xa8\xa7\xa7\x27\x28\x4a\x73\x73\xb3\ \x76\xef\xde\xad\xa1\xa1\x21\x0d\x0d\x0d\x49\xda\x8a\x96\xb2\xd9\ \x6c\x45\x7a\xa5\xa6\xa6\x46\x57\xae\x5c\x51\xa9\xb4\xd5\x8c\x74\ \x66\x66\x46\x83\x83\x83\x7a\xe9\xa5\x97\x74\xef\xbd\xf7\xaa\xb9\ \xb9\x39\x8c\xef\xe5\x97\x5f\x56\x3c\x1e\x57\x4b\x4b\x8b\x2e\x5c\ \xb8\x10\x4e\x85\x2d\x2f\x2f\x87\x8e\xf5\xc3\xc3\xc3\x5a\x5c\x5c\ \xd4\xee\xdd\xbb\x35\x32\x32\x12\xba\xb3\xef\xdf\xbf\x5f\x0d\x0d\ \x0d\xba\x76\xed\x9a\x6e\xdc\xb8\xa1\xfe\xfe\xfe\x70\x32\x32\x91\ \x48\x54\xd4\xf4\x50\xe8\x0b\x18\xaf\xaa\xaa\x0a\x8f\x52\x71\x96\ \x91\x76\x05\x4b\x4b\x4b\x21\xb5\xb0\x6d\xdb\x36\x7d\xe8\x43\x1f\ \xd2\xd1\xa3\x47\x75\xe4\xc8\x11\x5d\xbe\x7c\x59\x4f\x3f\xfd\xb4\ \x4e\x9e\x3c\xa9\xea\xea\x6a\xb5\xb7\xb7\x57\x04\x03\x18\x0a\x1e\ \xdb\xc2\xb1\x64\x64\x3e\x95\x4a\x29\x9b\xcd\xaa\xa9\xa9\x29\xd0\ \xfc\xb9\x5c\x2e\xac\x89\x33\x24\x8d\x8d\x8d\xa1\x1f\x19\xcc\x4f\ \x73\x73\x73\x48\x8f\x93\x12\x00\xf8\xb0\x27\xcd\xcd\xcd\x3a\x70\ \xe0\x80\x3e\xf8\xc1\x0f\x6a\xdf\xbe\x7d\x5a\x5b\xdb\xea\x1c\x3e\ \x3e\x3e\xae\x4b\x97\x2e\xe9\xd8\xb1\x63\x21\xe5\xc9\x23\x9b\x60\ \x11\x8a\xc5\x62\x05\x3b\xc0\xd8\x01\x16\x6e\xd4\xd0\x8d\xaa\xaa\ \xad\x53\xa4\xce\x86\xe4\xf3\x79\x35\x34\x34\x84\x76\x19\xf4\x87\ \xe2\xb3\x18\xb8\x4c\x26\x13\x40\x0f\x86\x9e\x3a\x2e\x4f\x5f\x78\ \x40\x82\x0e\xf8\xd3\x05\xb8\x1e\x6c\x1c\x20\xa7\x54\x2a\x05\x3b\ \x85\x0d\xe0\x73\x18\x4c\xea\xb1\x38\xa6\x4f\xc3\x43\xda\x1d\x00\ \xf4\x48\x2f\xe1\x60\xa8\x39\x63\x6d\x60\x2e\x5d\xe7\x39\x91\x48\ \x0a\xc0\x65\x94\xa0\x8b\xbd\xa5\x8e\x0c\xfd\x27\x00\xec\xe8\xe8\ \xd0\xd8\xd8\x98\x96\x97\x97\x03\x80\x03\xfc\x31\x6f\x8a\xc1\x61\ \x36\xeb\xea\xea\x94\xc9\x64\xd4\xd2\xd2\xa2\xba\xba\x3a\x2d\x2d\ \x2d\xe9\xc2\x85\x0b\x7a\xfa\xe9\xa7\x43\xcf\x3a\x67\x70\x9c\xed\ \xf6\xbd\x95\x14\x6a\xf7\x9e\x78\xe2\x09\x0d\x0f\x0f\x6b\x7e\x7e\ \xbe\x22\x2b\x30\x36\x36\xa6\x54\x2a\xa5\x87\x1f\x3a\xc1\x78\x28\ \x00\x00\x20\x00\x49\x44\x41\x54\x7e\x58\x99\x4c\x26\xac\x65\x7d\ \x7d\xbd\x5e\x78\xe1\x05\x65\x32\x19\x7d\xe0\x03\x1f\x08\x7a\x0d\ \x98\x7f\xe3\x8d\x37\x74\xf1\xe2\x45\xfd\xee\xef\xfe\xae\xd6\xd6\ \xd6\x74\xfa\xf4\x69\xe5\x72\x39\x3d\xf0\xc0\x03\x7a\xe5\x95\x57\ \xf4\xe4\x93\x4f\xea\xbd\xf7\xde\x0b\x75\x9d\xd2\xdd\x53\xde\xb5\ \xb5\xb5\x3a\x78\xf0\x60\xd0\xd5\xce\xce\x4e\xf5\xf5\xf5\xe9\x37\ \x7e\xe3\x37\xb4\xb2\xb2\xa2\x5d\xbb\x76\xe9\xfc\xf9\xf3\xfa\xe1\ \x0f\x7f\x58\xa1\xe3\x9e\x5a\xf5\x76\x1f\x3b\x76\xec\xd0\xb6\x6d\ \xdb\xb4\xb0\xb0\xa0\xb6\xb6\x36\xd5\xd7\xd7\xeb\xf9\xe7\x9f\xd7\ \xec\xec\xac\xea\xeb\xeb\x35\x35\x35\xa5\x64\x32\x19\xd6\xdc\xd9\ \x19\x07\x2d\x51\x40\xc5\xda\x7a\xf6\xc3\x65\xc3\x9d\xb6\xb7\x4a\ \x21\xe8\x72\x5b\xef\xfb\x82\x0c\x4b\xaa\x38\xc1\x1b\x75\xec\xd1\ \xac\x06\x6b\xe8\xa5\x32\x30\x52\xee\x93\xf1\xeb\xcc\x89\x03\x0e\ \x51\x36\x89\x76\x2a\x9e\x21\xf1\xac\x0b\xf7\x04\xbc\xb9\x1f\x2b\ \x97\xb7\x1e\xac\xed\xf3\x06\x84\x78\xe0\xe2\xdf\x65\xfd\xd9\xcb\ \x68\x50\xb0\xb8\xb8\x18\xca\x30\xb0\x63\x3e\xef\x28\x43\xe6\xe0\ \xd2\x59\x27\x74\x94\xbd\x66\xcd\x01\x6e\xec\x17\xdf\x73\x0c\xe2\ \x73\x74\x22\x06\x79\xe1\xba\xac\x01\xbf\xc7\x62\x31\x25\xeb\xeb\ \xeb\x83\xf3\xe3\xe4\xcd\xec\xec\xac\xe6\xe6\xe6\x02\x68\xa0\xd3\ \x30\x8b\xe3\xb9\x58\x0c\x80\xa3\x48\x22\x44\xc0\x0e\x0b\x00\x32\ \x26\x32\x23\x75\x07\x25\xc9\xe4\xfd\x78\x27\xd7\x24\xc2\x00\x7d\ \x63\xf8\x30\x76\x9c\x88\x72\x76\xca\x05\x09\x8a\xd9\x53\x13\x4e\ \xe5\x02\x7c\x10\x4a\x0c\x2e\x73\xc5\xf8\xc4\x62\xb1\x0a\x96\xc7\ \x53\x6e\x4e\x17\xf3\x72\x61\x01\x20\x79\x8d\x97\x5f\x9f\xf5\xf4\ \x34\x0b\xdf\x8f\x46\x24\x1e\xf1\x53\xec\xef\x07\x06\x62\xb1\xad\ \xd3\x32\x99\x4c\x26\xd4\x31\x4d\x4e\x4e\xaa\xae\xae\x2e\x1c\xa5\ \xbf\x70\xe1\x42\x78\x54\x44\x55\x55\x55\x00\x4b\x38\x4f\xbe\x03\ \x93\x75\xfd\xfa\xf5\x90\xca\x75\x27\xb7\xb4\xb4\xa4\xcb\x97\x2f\ \xeb\xce\x9d\x3b\x4a\xa5\x52\x1a\x1a\x1a\x52\x2c\x16\xd3\xf0\xf0\ \xb0\xb2\xd9\x6c\x00\x37\xd4\x88\x35\x36\x36\xea\xca\x95\x2b\xba\ \x76\xed\x9a\xba\xbb\xbb\xd5\xd5\xd5\xa5\xea\xea\x6a\x5d\xba\x74\ \x49\x63\x63\x63\xda\xb9\x73\x67\x38\x9a\x4b\x24\x0d\x00\x69\x6b\ \x6b\x0b\xce\xd6\xf7\x9b\xf7\x59\xab\xd5\xd5\xd5\x90\xf6\xf1\x66\ \xac\x34\x49\xe4\x3b\x7f\xf4\x47\x7f\xa4\x0f\x7e\xf0\x83\xfa\x8f\ \xff\xf8\x0f\x3d\xf3\xcc\x33\xfa\xf6\xb7\xbf\xad\x7b\xee\xb9\x47\ \x9f\xf9\xcc\x67\xd4\xd5\xd5\xa5\x62\xb1\x18\x7a\xc1\xf1\x50\x58\ \x8c\x42\x57\x57\x57\x45\x8f\x97\xd6\xd6\xd6\xc0\xec\xd4\xd4\xd4\ \x84\x26\x97\x4d\x4d\x4d\xa1\x50\xb8\x58\x2c\x6a\x63\x63\x43\xad\ \xad\xad\x15\x46\x93\xf4\x04\x0c\x29\xb2\x03\xe3\x83\x5e\x0c\x0c\ \x0c\x68\x60\x60\x40\x8b\x8b\x8b\x9a\x99\x99\xd1\xb5\x6b\xd7\xf4\ \x83\x1f\xfc\x40\x1f\xff\xf8\xc7\x75\xe9\xd2\x25\x1d\x39\x72\x44\ \xe3\xe3\xe3\x5a\x5b\x5b\xd3\xd5\xab\x57\xb5\x7b\xf7\x6e\xe5\xf3\ \xf9\x50\x23\xc6\x75\x8b\xc5\xa2\xd6\xd7\xd7\xd5\xd1\xd1\xa1\xda\ \xda\x5a\xcd\xce\xce\x86\xf5\x6c\x6a\x6a\x0a\x05\xd6\x44\x9c\xde\ \x0f\xab\x5c\x2e\x87\xc3\x0c\xb4\xb8\x88\xc7\xb7\x7a\x71\xc1\x82\ \x4d\x4e\x4e\xaa\x5c\xde\xaa\x4b\x24\x7d\x0b\x73\xe7\xa7\x33\xfd\ \x04\x14\x7a\x1f\x6d\xbd\xe2\x29\x00\x3a\xf4\x63\x73\x9c\x59\x42\ \x9f\x59\xab\xa8\x23\x03\x98\x32\xae\x28\x33\xcc\x3f\x1c\x25\x4c\ \x9a\x3b\x1a\x74\x8b\x1a\x32\xe4\xcd\x83\x2d\x0e\x14\x10\x00\xfa\ \x98\x78\x51\x13\x46\x5d\x24\x80\x8c\xc7\x65\xa5\x52\xa9\x60\x93\ \xeb\xeb\xeb\x43\xa4\x7f\xea\xd4\x29\x3d\xf7\xdc\x73\x9a\x98\x98\ \x08\x69\x3c\x2f\xe3\x60\x6d\xb1\x4f\xb4\x61\x71\xf6\x24\x1e\x8f\ \xeb\xc6\x8d\x1b\x3a\x76\xec\x98\xfe\xf0\x0f\xff\x50\xdf\xfa\xd6\ \xb7\x54\x28\x14\x2a\xca\x0b\x86\x86\x86\x94\xcb\xe5\xd4\xd1\xd1\ \xa1\x73\xe7\xce\xa9\xb9\xb9\x59\x5d\x5d\x5d\xaa\xab\xab\xd3\xad\ \x5b\xb7\x82\xee\xd3\x42\x26\x16\x8b\x69\xd7\xae\x5d\x7a\xed\xb5\ \xd7\x34\x37\x37\x17\x7a\x4e\x4d\x4d\x4d\x85\xc7\x69\x0d\x0e\x0e\ \xea\x91\x47\x1e\xd1\xe0\xe0\x60\x05\xb0\x26\x95\x37\x3a\x3a\xaa\ \x8d\x8d\x0d\xd5\xd7\xd7\x2b\x9f\xcf\xeb\x13\x9f\xf8\x84\xbe\xfb\ \xdd\xef\xea\xcd\x37\xdf\xd4\xf3\xcf\x3f\xaf\xd7\x5f\x7f\x3d\xe8\ \x07\x01\x24\xf2\x88\x9e\x10\xd4\xd0\x4c\x75\x6a\x6a\x4a\xe7\xce\ \x9d\xd3\xe3\x8f\x3f\xae\x9e\x9e\x1e\x8d\x8e\x8e\x06\x70\x8d\x7f\ \xe0\x7a\x04\xeb\x9e\xa6\xf2\x94\x17\xf3\xc5\x71\xc3\x6e\xf0\x9e\ \xb3\x39\x1e\x58\x7b\x5d\x13\x36\x9f\xd2\x06\xae\xc5\x67\x19\x97\ \x17\x6e\x3b\xd9\xe0\x40\xc9\x01\x9b\x83\x3c\xe4\xbc\xaa\xaa\xaa\ \x22\x0d\x4d\x4d\x12\x07\x96\xbc\xa6\xcc\x75\xc0\x99\x19\x7e\x8f\ \xa6\x37\x19\x0f\xdf\x73\x9f\x4d\x90\xe1\x44\x0c\xeb\x00\x80\xc1\ \x4e\xa0\xbf\xee\xb7\x08\x80\xa2\x8f\x08\x8b\x02\x49\xc6\x81\x0e\ \x3a\x4b\xed\x19\x2f\xaf\x37\xc4\x4e\x38\x40\x65\x0f\xdc\x2f\x3b\ \x48\xe4\xe5\xf2\xc2\x98\xb8\x96\x07\x8f\xbc\x4a\xa5\x92\x92\x74\ \xb3\x5d\x5c\x5c\x54\x77\x77\xb7\x16\x16\x16\x2a\x9c\x3e\x47\x9a\ \x31\x82\x0c\x94\x9e\x12\xa0\x7d\x4f\x75\xc0\xb6\x44\x0d\x61\x6d\ \x6d\x6d\xa0\xbc\x29\xfa\xf4\x27\x5f\xb3\xe0\x18\x55\x9c\xa2\x1b\ \x49\xa7\x96\x61\x06\x70\xc0\xe9\x74\x3a\xd4\x04\x38\x8d\x8f\xb1\ \xf2\xe3\xd3\xce\x8e\x05\x3a\xef\xff\x80\x9c\x83\x20\x3f\x71\x80\ \x22\xa2\x08\x80\x2b\xa2\x8f\xe8\x31\x50\x37\x22\x18\x57\xbf\x16\ \xef\x7b\x54\xef\x88\xdf\xa9\x46\xa7\x50\x51\x34\x22\xdd\x44\x22\ \x11\x52\x95\xa4\x74\x11\x68\x37\x80\xc5\x62\x31\x80\x2b\xfa\x41\ \x11\xdd\x00\xbc\xca\xe5\xad\x5e\x46\x74\x4b\x4f\x26\x93\xca\x66\ \xb3\x5a\x5c\x5c\xd4\x9d\x3b\x77\xd4\xd0\xd0\xa0\xf9\xf9\xf9\xd0\ \x01\xbe\xbd\xbd\x5d\x97\x2e\x5d\xd2\x95\x2b\x57\x82\x83\x28\x16\ \x8b\xc1\xa8\x50\xd4\x4d\x7d\xd1\xe4\xe4\xa4\x76\xed\xda\x15\x8c\ \xff\xc4\xc4\x84\xea\xeb\xeb\xb5\xb0\xb0\x10\x7a\x80\x5d\xbc\x78\ \x51\x8b\x8b\x8b\x4a\xa7\xd3\x9a\x9a\x9a\x52\x5f\x5f\x5f\x68\x91\ \x80\x63\xf6\xc8\x67\x73\x73\xb3\xa2\xfb\xfd\xc2\xc2\x42\x50\x00\ \x1a\x70\x66\xb3\xd9\x70\x80\x82\x7a\x87\x78\x3c\xae\xd1\xd1\x51\ \xd5\xd7\xd7\xeb\xf7\x7e\xef\xf7\xf4\x07\x7f\xf0\x07\x1a\x1f\x1f\ \xd7\x0b\x2f\xbc\xa0\xaf\x7d\xed\x6b\xda\xb7\x6f\x9f\x7e\xeb\xb7\ \x7e\x4b\xcd\xcd\xcd\x5a\x5c\x5c\x0c\xb5\x63\xac\xef\xd4\xd4\x54\ \xe8\xd5\x85\x33\xc5\xf0\xd1\xc0\x92\xc3\x01\xc9\x64\x32\xd4\x39\ \xc1\x18\x7b\x7b\x0f\xc6\xc4\xdf\x30\xdc\x44\xe5\xfc\x0d\x7d\xa3\ \xcb\xfc\x43\x0f\x3d\xa4\xfd\xfb\xf7\xeb\xf6\xed\xdb\xda\xdc\xdc\ \x54\x36\x9b\xd5\xe4\xe4\xa4\x86\x86\x86\x02\x23\x40\x17\xfd\xae\ \xae\xae\x70\x84\x1e\xbd\xe1\x60\x00\xba\x88\x01\x1f\x1b\x1b\x93\ \x74\x37\x28\x6a\x69\x69\xd1\xdc\xdc\x9c\xd2\xe9\x74\xa8\x0d\xe3\ \x40\x07\x60\x16\x10\xc0\x73\xeb\x30\xba\xa4\xfa\x73\xb9\x5c\xf8\ \x3d\x9b\xcd\x06\xf0\xb6\xb9\xb9\xd5\xe6\x01\x63\xce\xf5\x52\xa9\ \x54\xd0\x49\xc0\x18\xcf\xc8\x74\xdd\xf1\xa0\x03\x63\xef\x60\x05\ \xfd\xc1\xb8\xa3\x17\x00\x3e\x67\xb4\x71\x02\xac\x87\xef\x85\x7f\ \x0e\xb0\x8a\xad\xf1\xe3\xe1\xf9\x7c\x3e\xd8\x42\x82\x3d\x4e\x49\ \xa6\xd3\x69\xcd\xce\xce\x86\xa0\x06\xc6\x0d\xfb\xd6\xd8\xd8\xa8\ \x6c\x36\x1b\xee\xb9\xb1\xb1\xa1\x2b\x57\xae\xe8\xd2\xa5\x4b\x3a\ \x75\xea\x54\x38\x31\x7a\xff\xfd\xf7\x2b\x95\x4a\xe9\xda\xb5\x6b\ \x41\x87\xd1\xeb\x85\x85\x85\x00\xcc\x1a\x1b\x1b\xc3\x5e\x21\x4f\ \xa4\x78\x7f\xf1\x8b\x5f\xe8\x6f\xff\xf6\x6f\x35\x32\x32\xa2\x97\ \x5e\x7a\x49\x85\x42\x41\xb1\x58\x2c\xc8\x6e\x4b\x4b\x8b\xee\xdc\ \xb9\x13\x58\xb3\x89\x89\x09\xad\xaf\x6f\x3d\x41\x81\xb9\x61\x6f\ \xcb\xe5\xb2\x76\xef\xde\xad\x85\x85\x05\x9d\x39\x73\x46\x1f\xfe\ \xf0\x87\xb5\x6b\xd7\x2e\xbd\xf5\xd6\x5b\xa1\xad\xc9\xeb\xaf\xbf\ \xae\x3f\xfe\xe3\x3f\xd6\x33\xcf\x3c\x13\x40\x03\x4c\xcb\xf8\xf8\ \xb8\x5a\x5b\x5b\x55\x5b\x5b\xab\xae\xae\x2e\x3d\xf9\xe4\x93\xea\ \xeb\xeb\xd3\xc8\xc8\x88\x76\xef\xde\xad\x6b\xd7\xae\xe9\xcd\x37\ \xdf\x0c\x99\x8a\x74\x3a\xad\xa6\xa6\x26\xdd\xbc\x79\x53\x92\x02\ \x08\x26\x30\x24\x83\x70\xee\xdc\x39\x1d\x3e\x7c\x58\x0d\x0d\x0d\ \xaa\xaa\xaa\xd2\xd0\xd0\x50\x58\x77\xfe\xe1\xd7\x90\x27\x82\x59\ \xd6\x3f\x9a\x1e\x8e\xb2\x28\xc8\x1c\xb2\x05\x40\x20\x6b\xc2\x5e\ \xf3\xf2\x80\x00\x59\x73\x90\x83\x8f\xf5\xb4\x25\x3e\xc4\x65\xde\ \x81\x82\x1f\xd2\xc2\x77\xbb\x1f\xdb\xdc\xbc\x7b\x38\x07\xff\xc3\ \xff\x90\x15\x3e\x8f\x28\xb0\xf0\x80\xc7\x7d\x1c\xb6\x8d\x35\xdb\ \xdc\xdc\x0c\xf5\x63\x7e\x0f\xc0\x10\xf7\x61\xef\x59\x7b\x3e\xcf\ \x1a\x3b\x50\xc5\x66\x38\x83\xe4\x8f\x01\x03\x8b\x80\x17\xbc\x95\ \x92\xef\x97\x33\x93\x4e\x62\xf0\x77\x7c\x3f\x7b\xe4\xc0\xc9\x81\ \x22\x63\xf5\x9f\xa3\xff\x33\xa7\x24\xf4\x1b\x45\xd0\x9c\xa4\xf2\ \x8e\xea\xa0\x5e\x07\x0a\x9b\x9b\x9b\x01\xb4\x50\x57\x05\x4d\x1b\ \xed\x6b\x14\x8f\x6f\x9d\x74\x21\x75\x52\x2a\x95\x34\x3b\x3b\x5b\ \x21\x28\x8e\x88\x9d\x99\x20\x57\xcc\xfb\x5e\x54\xce\x24\x29\x72\ \x05\xf8\x80\xa4\x49\x1d\x02\xc4\xfc\x3b\xfc\xdd\x4f\x28\xf8\xfc\ \x38\xf2\xef\xe9\x03\x4f\xad\xc0\x5c\xb8\xa2\xb2\xb9\x20\xdb\xa8\ \xa0\x3a\x1d\x8b\x51\x90\x54\xa1\x18\xfe\xc2\x09\xf3\x5d\x17\x1a\ \xfe\xc6\xbd\x00\xb2\xac\x3b\x46\x97\xff\x31\x68\xd5\xd5\xd5\x9a\ \x98\x98\x08\x9f\x59\x5d\x5d\x0d\x5d\x9a\x57\x57\x57\x43\xe1\x36\ \x0e\x03\x43\x5a\x28\x14\x82\x60\xf3\x1d\x3a\x3f\x0f\x0e\x0e\x86\ \xda\x86\xaa\xaa\x2a\xdd\xbc\x79\x33\xd4\x5b\x5d\xbf\x7e\x5d\xab\ \xab\xab\xea\xe8\xe8\xd0\xf2\xf2\xb2\x76\xec\xd8\x11\x1a\xcc\xf5\ \xf5\xf5\x29\x99\x4c\xea\xf6\xed\xdb\x1a\x1b\x1b\x53\xa9\x54\x52\ \x43\x43\x83\xc6\xc6\xc6\xc2\xdc\xa9\x2b\x5a\x5c\x5c\xd4\xae\x5d\ \xbb\x42\x8f\x23\x8f\x5c\x28\x82\x8e\xc7\xb7\x4e\x7a\x52\xaf\xb5\ \xb8\xb8\x18\x6a\x92\xaa\xab\xab\x75\xec\xd8\x31\xd5\xd4\xd4\x84\ \xb4\x59\x2e\x97\x0b\x85\xba\x74\x77\xde\xb3\x67\x8f\x0e\x1c\x38\ \xa0\x89\x89\x09\x3d\xfb\xec\xb3\xfa\xbb\xbf\xfb\x3b\xfd\xe6\x6f\ \xfe\xa6\x9e\x78\xe2\x89\x30\x8e\xd9\xd9\x59\x65\xb3\xd9\x60\x4c\ \xbd\x4d\xc1\xc6\xc6\x86\xd2\xe9\x74\x45\x14\xe5\x9d\x8d\x1b\x1b\ \x1b\x83\x1c\xb8\xd1\x41\xb1\xfd\xe8\x3e\xff\x3c\x32\x64\x1f\xa9\ \x69\x83\x85\x6a\x69\x69\xd1\x5f\xfd\xd5\x5f\x69\x78\x78\x58\x9f\ \xfd\xec\x67\x75\xee\xdc\x39\x35\x35\x35\x69\x72\x72\x32\xd4\xb8\ \xf1\xd0\x6e\x3f\xf1\x74\xe7\xce\x9d\xa0\x5f\x00\x05\x52\x4e\x9e\ \xca\x4c\x24\x12\xc1\x09\x02\x04\x01\xef\x04\x1b\xeb\xeb\xeb\xa1\ \xb7\x90\x1b\x65\x0a\x97\x1b\x1a\x1a\x24\x29\xac\x0d\x91\x3c\x06\ \x12\x30\xee\x11\x27\x4c\x92\xeb\x40\xd4\xd9\x55\x55\x55\x55\x1c\ \x54\x80\xdd\x40\x4f\xe3\xf1\xbb\x27\x2a\x71\x7e\xce\x58\xf3\x39\ \xf6\x85\x7d\x5c\x5a\x5a\x0a\x8c\x17\xac\x14\xe0\x34\x1e\x8f\x57\ \xfc\x0d\x07\x06\x7b\xcf\x7b\xcc\x93\x39\xc2\xf8\x62\x1b\xd9\xcb\ \xba\xba\x3a\x35\x36\x36\x6a\x62\x62\x42\x2f\xbc\xf0\x82\x6e\xde\ \xbc\x19\x64\x62\x61\x61\x41\xd3\xd3\xd3\x81\xa5\x6e\x6e\x6e\x56\ \x47\x47\x87\x16\x17\x17\x83\x0d\xc6\x49\xa0\x17\xe8\x00\x72\x82\ \xad\xc3\x81\x92\x76\x5f\x5a\x5a\xd2\xe1\xc3\x87\x75\xf5\xea\xd5\ \x50\xdf\x56\x5d\x5d\xad\x13\x27\x4e\x68\x63\x63\x43\xc3\xc3\xc3\ \xea\xee\xee\x56\x63\x63\xa3\xce\x9f\x3f\xaf\xda\xda\xda\xf0\xc8\ \x26\xef\xc6\x0f\x83\x5b\x5b\x5b\xab\xd7\x5e\x7b\x4d\x9f\xfa\xd4\ \xa7\x74\xe4\xc8\x11\x9d\x3c\x79\x52\xeb\xeb\xeb\xda\xbb\x77\xaf\ \x4e\x9f\x3e\x1d\xd2\xf0\x83\x83\x83\x01\xd0\xf2\x20\xf9\x54\x2a\ \xa5\x27\x9e\x78\x42\x17\x2f\x5e\xd4\x5f\xfc\xc5\x5f\xe8\x8b\x5f\ \xfc\xa2\x0e\x1e\x3c\xa8\xab\x57\xaf\xea\xb9\xe7\x9e\xab\x60\x53\ \xf7\xee\xdd\xab\x64\x32\xa9\x6b\xd7\xae\x05\x46\xc7\x9d\xf3\xea\ \xea\xaa\xde\x79\xe7\x1d\x25\x12\x09\x9d\x38\x71\x42\xf3\xf3\xf3\ \x1a\x1e\x1e\xae\x38\x49\x4a\x81\x3b\x72\x2a\xdd\x4d\xf9\xbc\xdf\ \x21\xad\x68\x06\xc2\x0f\x69\x11\x68\xe3\x37\xf1\x3d\x9e\xaa\x73\ \xd9\x02\xec\xb2\xde\x5c\x1f\xdf\x8a\x5d\x77\x16\xc5\x03\x2d\xf6\ \xd8\x6d\x04\x63\x8f\x96\xa5\x30\x5f\xec\x8c\xa7\xfb\x1c\x1c\x79\ \x1a\x99\xda\x3c\x7c\x9a\xd7\x65\x31\x3f\xf4\xc7\x01\x9b\x1f\x8e\ \x73\xd6\x0d\x86\x16\xf9\x23\xab\x80\x8f\xf4\xf9\x7a\x59\x90\x74\ \xb7\xc6\xca\xc7\xe8\xf7\xf5\xeb\xb0\x4e\xb0\x99\xc8\x04\xb2\xea\ \xf7\x70\xf0\x84\xdc\x30\x56\x5f\x0b\xe6\xcb\x58\xd0\x31\x07\x86\ \xcc\xdf\x31\x53\x3c\x1e\x57\x52\xda\xa2\xab\x79\xee\x14\x0f\x2c\ \xf5\x0f\x33\x61\xef\x41\x85\x40\x20\x14\x44\x5d\xd4\xc2\xb0\xf9\ \x50\xd6\xd5\xd5\xd5\xc1\xe8\x78\xcf\x17\x3f\xf9\xc4\x62\x61\xf4\ \x88\x2e\xd8\x4c\x4e\x3e\xb0\xf9\xf1\x78\x3c\x30\x37\x00\x1e\xd2\ \x87\x8e\xe4\x31\xce\x1e\xc9\x7a\x41\x9f\x2f\x9a\x6f\x34\x08\x96\ \xbf\xc1\xf0\x48\x0a\xb5\x38\x1b\x1b\x1b\x15\xcf\x4d\x74\xa3\x8e\ \x70\x39\x95\xec\x6b\x1b\xdd\x28\x4f\x11\x82\xdc\x11\x26\xae\x01\ \x18\xa3\xed\x02\x9b\xc9\xbd\x3d\xda\xe2\x71\x10\x28\x31\xb5\x4a\ \x3c\x26\x04\xe6\x84\x53\x3b\x18\x4b\x8f\x16\x70\x94\x00\xae\xa5\ \xa5\xa5\xe0\x44\xde\x79\xe7\x1d\xad\xad\xad\x69\x6a\x6a\x4a\x55\ \x55\x55\x01\x80\x34\x36\x36\xaa\xaa\xaa\x2a\xa4\xf9\x52\xa9\x94\ \x2e\x5f\xbe\xac\xf5\xf5\x75\xf5\xf6\xf6\xea\xda\xb5\x6b\x15\xfd\ \xa3\x38\x26\x8e\xd3\xe7\xf9\x6d\xab\xab\xab\x9a\x9d\x9d\xd5\x8d\ \x1b\x37\xb4\x73\xe7\x4e\x4d\x4c\x4c\xa8\xae\xae\x4e\x4d\x4d\x4d\ \x5a\x5a\x5a\xaa\xe8\x1c\x8d\xb1\x86\x81\x19\x1f\x1f\x0f\x0a\xc4\ \x33\xd6\x86\x86\x86\xd4\xd1\xd1\xa1\x58\x2c\x16\x00\x18\xe9\x98\ \xda\xda\x5a\x15\x8b\xc5\x00\xa4\xeb\xeb\xeb\xf5\xd9\xcf\x7e\x56\ \x9f\xf8\xc4\x27\xf4\xad\x6f\xfd\x7f\x7c\xbd\x79\x8c\x9d\xd7\x79\ \xdf\xff\xbd\xcb\x6c\x9c\xe5\xce\x3e\x1c\x72\x36\x92\xe2\x70\x13\ \xc5\x9d\xd4\x42\xd1\xa1\x64\xc6\x96\xe4\x78\x91\xe1\x20\x15\x5c\ \x5b\x4d\x8d\xb4\x71\x92\x36\x40\x50\x20\x09\x9a\x44\x08\x8c\x00\ \x45\x93\xc6\x41\x02\x07\x69\x51\xa7\x6e\xe4\x36\x8d\xad\xc4\x92\ \x2d\x47\xb6\x28\x51\xb2\x44\xad\xa4\xb9\x0f\x97\xe1\x3a\xfb\xbe\ \xdc\xb9\xb3\xdf\xb9\xf7\xf7\xc7\xf4\x73\xe6\x7b\x5f\xa9\xbf\x0b\ \x10\x24\xef\xf2\xbe\xe7\x3d\xe7\x59\xbe\xcf\xf7\x79\xce\x73\xbe\ \xa3\x3f\xfd\xd3\x3f\xd5\xb3\xcf\x3e\xab\xdd\xbb\x77\xab\xab\xab\ \x4b\x93\x93\x93\xe1\xb0\x55\x64\x7e\x71\x71\x31\x74\x94\x77\xc0\ \x84\x1e\x4d\x4e\x4e\x16\x50\xdb\xa4\xc7\xdd\x08\x3a\xa8\x46\x0e\ \x61\xb1\x48\x6d\xf9\xbf\x31\x5a\xa5\xa5\xa5\xfa\xbd\xdf\xfb\x3d\ \x7d\xfb\xdb\xdf\xd6\x9f\xfd\xd9\x9f\xe9\x5f\xfe\xcb\x7f\xa9\x5b\ \xb7\x6e\xe9\xe6\xcd\x9b\x6a\x6a\x6a\x52\x3e\xbf\xda\xff\x07\x43\ \x4c\x5a\xcb\x8d\xba\x47\x84\x38\x60\xf4\x67\x78\x78\x58\xf1\x78\ \xbc\xa0\x1f\x18\xa0\x05\xc6\xb0\xb8\xb8\x58\x13\x13\x13\x21\x7d\ \x06\xb0\x04\x64\xcc\xcc\xcc\x04\xe6\x08\xe7\x3e\x37\x37\x17\x22\ \x68\x7a\x56\x01\xdc\x1c\xe4\xbb\xb1\x44\xcf\xfd\x30\x65\x6a\xab\ \x38\x8d\x62\x7a\x7a\x3a\x94\x3c\x00\x84\x09\x20\xd8\x40\x83\x51\ \x64\xfe\xd0\x2f\x8c\xad\xb7\xa9\x00\x20\xb6\xb7\xb7\xab\xae\xae\ \x2e\x34\xd3\x75\x23\x4c\x69\x00\xb6\x85\x35\x5c\x59\x59\xd1\xb5\ \x6b\xd7\xd4\xdd\xdd\x1d\x76\x85\x32\x76\x82\xcf\x99\x99\x19\x9d\ \x3c\x79\x52\x3f\xff\xf9\xcf\x0b\x52\xf4\x65\x65\x65\x1f\xa9\x3f\ \x29\x2b\x2b\x53\x45\x45\x45\xe8\xe1\xe6\x2c\x87\xdb\x02\xd8\x28\ \x67\xbb\x91\x35\x1c\x66\x3a\x9d\x56\x75\x75\xb5\x3a\x3a\x3a\x74\ \xfb\xf6\x6d\xe5\x72\xab\xb5\x96\xc7\x8e\x1d\xd3\x2b\xaf\xbc\xa2\ \x64\x32\x19\xce\x2b\xec\xea\xea\xd2\xc2\xc2\x82\x8e\x1d\x3b\x56\ \xd0\xbe\x01\xbb\x5a\x53\x53\xa3\xea\xea\x6a\x5d\xba\x74\x49\x99\ \x4c\x46\x7b\xf6\xec\xd1\xe6\xcd\x9b\xd5\xd5\xd5\xa5\x3d\x7b\xf6\ \xe8\xe4\xc9\x93\x1a\x19\x19\xd1\xd1\xa3\x47\x75\xe3\xc6\x8d\x82\ \x74\x78\x49\x49\x89\xbe\xfc\xe5\x2f\xab\xb9\xb9\x59\xdf\xfc\xe6\ \x37\x25\x49\xaf\xbc\xf2\x8a\xbe\xfe\xf5\xaf\xeb\x6b\x5f\xfb\x9a\ \xea\xeb\xeb\x83\x7d\x6a\x68\x68\xd0\xe1\xc3\x87\xd5\xdb\xdb\xab\ \xfb\xee\xbb\x2f\xd4\xb3\x61\xdb\xe7\xe7\xe7\x35\x38\x38\xa8\xc9\ \xc9\x49\x75\x74\x74\x68\xd7\xae\x5d\xea\xef\xef\x57\x3a\x9d\x0e\ \x80\x19\xfb\xcc\xf8\xa3\xac\x06\x2f\x67\x2a\x90\x53\x36\x80\x78\ \x79\x4a\x34\x38\xf6\xeb\xa3\x6f\xac\x1f\xf6\x19\x9d\xf7\x00\x1d\ \x5f\xc8\x75\x91\x03\x2f\x29\xc1\x2f\xa1\x23\xd4\xdc\xb2\xde\xac\ \x2d\x80\xce\xeb\x0e\xd1\x07\x6c\x8c\x83\x03\x9e\x3f\xea\x87\xdc\ \x86\x39\x80\x70\xff\xc6\xd8\x9c\x95\x77\x66\x19\xdf\xee\x2f\x0f\ \xac\xf8\x8d\x03\x19\x07\xb6\xd8\x40\x00\x2b\x2f\xc0\x9c\xff\x86\ \x97\x83\x24\x74\xd2\xd7\x9b\x1a\x4d\xae\xe7\x59\x2c\x07\x93\x3e\ \x47\x6e\x87\x1c\x4b\x00\x56\xf9\x5e\x00\xc3\xeb\xd6\xad\x7b\x8e\ \x05\xf3\x82\x5d\x0c\x0e\xd1\x20\x80\x03\xda\x72\x61\x61\x21\x00\ \x27\x10\x3c\x67\xd6\x61\x04\x71\x5e\x7c\x07\xc4\xef\xc5\xbc\x2c\ \x80\xa4\x20\xb8\x08\xb9\xa7\xcc\x78\x30\xa7\xd6\x59\x14\x40\x12\ \xef\x7b\x6a\x90\xa8\x19\xc4\x8a\xc1\xe6\x9a\x5e\x70\xc7\xef\x41\ \xc7\x28\x80\xd7\x58\x45\x19\x85\xc6\xc6\xc6\xe0\xe8\x9d\x66\x75\ \x60\xe8\x0b\xe1\xc8\x9a\x71\x10\x95\x78\x5e\x97\xc5\xfe\x38\x61\ \x71\x07\xc0\xf5\x10\x0c\xee\x09\xe0\x04\xc8\xb2\x7e\x9e\xf2\x74\ \x1a\x19\xe7\xc7\x1a\x33\xbf\xae\x14\x3c\x1b\xe0\x60\x6e\x6e\x4e\ \xe9\x74\x5a\xd2\xaa\x23\x99\x9d\x9d\x55\x75\x75\xb5\x4a\x4a\x4a\ \x94\x4e\xa7\x35\x33\x33\x13\x80\xdb\xc2\xc2\x82\x6a\x6b\x6b\x95\ \xc9\x64\x82\x83\xa4\xfb\x3b\x29\x5c\xce\x86\x03\x3c\x96\x95\x95\ \xa9\xba\xba\x5a\xe9\x74\x5a\x99\x4c\x46\x97\x2f\x5f\xd6\xfa\xf5\ \xeb\x95\x48\x24\xd4\xd7\xd7\x17\x76\x3e\xc2\xb8\xd5\xd4\xd4\x28\ \x9d\x4e\xab\xab\xab\x4b\x15\x15\x15\xca\x64\x32\x1a\x18\x18\x50\ \x6d\x6d\xad\x4e\x9c\x38\x11\x9e\x93\xdf\xd0\x72\xc1\xe7\x16\x16\ \x05\x47\x5f\x5d\x5d\xad\xe3\xc7\x8f\xab\xae\xae\x4e\x3f\xfa\xd1\ \x8f\xd4\xdf\xdf\xaf\x4f\x7c\xe2\x13\x5a\xb7\x6e\x5d\xa8\x2d\x63\ \x1d\x12\x89\x44\x48\x61\x61\x10\x98\x7f\x18\xbd\xe9\xe9\xe9\x50\ \x5b\x43\x0f\x26\xa7\xae\x79\xf9\xfa\x23\x7b\xce\x96\xba\x92\x23\ \x4b\xe5\xe5\xe5\x3a\x70\xe0\x80\x96\x97\x97\xf5\xb3\x9f\xfd\x4c\ \x47\x8e\x1c\xd1\x63\x8f\x3d\xa6\x7f\xfe\xe7\x7f\xd6\xd8\xd8\x58\ \x18\x0f\xd7\xe3\xda\x00\x19\x49\x5a\xb7\x6e\x5d\xd0\x3b\x3f\x9b\ \x90\x54\x02\x32\xe1\xa9\x7a\x00\xbf\xd7\xc4\xa0\x27\xa4\xc8\xb8\ \xbe\xb7\x33\x40\xf6\x61\xe2\x00\x23\xc8\x36\x80\x07\x59\x84\x9d\ \x86\xa5\x22\x32\x45\x1f\x79\x9e\x44\x22\x11\x8e\x90\xc1\xf9\x60\ \x0f\x8a\x8a\x8a\x42\xba\x08\xbb\x46\xb1\x3b\x63\x25\xdd\x5b\x5e\ \x5e\xae\xda\xda\x5a\xd5\xd6\xd6\x6a\xd7\xae\x5d\x3a\x70\xe0\x80\ \xb6\x6e\xdd\xaa\x0d\x1b\x36\xa8\xa6\xa6\x26\xec\x84\xad\xab\xab\ \x0b\xed\x00\x2a\x2b\x2b\x43\xd3\x5f\xfe\x50\xb3\x49\x3a\xaf\xa2\ \xa2\x42\x65\x65\x65\xe1\xfa\x13\x13\x13\xfa\xc7\x7f\xfc\x47\x9d\ \x3f\x7f\x3e\x38\x4c\xe4\x02\x26\xca\x6b\x42\xe2\xf1\xd5\x86\xbe\ \x55\x55\x55\x9a\x9a\x9a\x0a\xe9\x71\x97\x1d\x4f\x3b\xe1\x60\x98\ \x5b\xcf\x1c\x4c\x4d\x4d\xa9\xa2\xa2\x42\x8d\x8d\x8d\xea\xee\xee\ \x56\x3a\x9d\xd6\xc1\x83\x07\x75\xe2\xc4\x09\xfd\xaf\xff\xf5\xbf\ \xb4\x61\xc3\x06\x75\x76\x76\xea\xdc\xb9\x73\xe1\x5e\x4f\x3c\xf1\ \x84\x9a\x9a\x9a\xb4\xb0\xb0\xa0\xab\x57\xaf\x6a\xe3\xc6\x8d\xa1\ \xd8\xff\x47\x3f\xfa\x91\xee\xde\xbd\xab\xce\xce\x4e\x1d\x3c\x78\ \x50\x4b\x4b\x4b\xba\x7d\xfb\xb6\x1e\x78\xe0\x01\xbd\xfa\xea\xab\ \xda\xb1\x63\x87\x3a\x3a\x3a\xf4\xf6\xdb\x6f\x07\x19\xaf\xa9\xa9\ \xd1\x33\xcf\x3c\xa3\x13\x27\x4e\xe8\x4f\xfe\xe4\x4f\x34\x36\x36\ \x16\x9c\xf7\x97\xbf\xfc\x65\x5d\xb9\x72\x45\x83\x83\x83\xa1\xf7\ \xd6\x89\x13\x27\x74\xe0\xc0\x81\xd0\xff\xeb\x89\x27\x9e\xd0\x81\ \x03\x07\x94\x4c\x26\x03\xa8\xae\xa9\xa9\x51\x43\x43\x83\x8e\x1e\ \x3d\xaa\xaa\xaa\xaa\x50\x37\x4a\xe0\xc8\x1c\xf8\x59\x78\x80\x50\ \x69\xed\x94\x0e\xec\x31\x99\x14\xf7\x33\x9e\x49\x70\x7d\xf4\x9a\ \x62\x49\xe1\x77\x6e\xbb\xdd\x11\x23\xb7\xac\x1d\xb6\x9a\x60\x07\ \x07\x4e\x16\xc9\xb3\x24\xce\x80\xa3\x73\xd1\x16\x25\xf4\x10\xe4\ \xde\x4e\x90\x7c\x1c\x73\xe4\x25\x26\xd8\x7a\x58\x60\xc6\xc7\x33\ \xe3\x2f\xf0\x01\x80\x3b\xae\xed\x20\x29\x97\xcb\x05\x1d\x86\x45\ \x63\xe7\x76\x34\x05\xc7\x75\x16\x16\x16\x34\x35\x35\x55\xe0\x83\ \x99\x13\xec\x07\x36\xc8\xc1\x12\x40\x2c\x9a\x7a\x65\x8c\xdc\xd3\ \x6d\xae\x83\x47\x30\x80\x33\xdd\xce\xb6\x45\x99\x2f\xd6\x91\xb9\ \xe0\xda\x89\xcd\x9b\x37\x3f\xc7\x01\xb9\xc9\x64\x52\xcd\xcd\xcd\ \x4a\xa5\x52\x5a\x58\x58\x50\x2a\x95\x52\x6b\x6b\x6b\xa0\x7e\xa9\ \x9d\x2a\x2f\x2f\x57\x65\x65\x65\x10\x42\x16\x84\xc5\xa3\x88\xbd\ \xb2\xb2\x32\x44\xb3\x7e\x76\x10\x4e\xc7\xc1\x93\x23\xfb\xa8\x00\ \x01\x22\x3c\x35\xe8\xef\x49\x6b\xec\x1a\x5b\xaf\x71\x72\x20\x70\ \x26\x99\x45\x44\x20\x5d\xe1\x60\xdc\xdc\xb0\x63\x98\xa8\x23\x72\ \x84\x4e\x3a\x93\x28\x92\x7a\xb2\x28\xb5\xeb\xf5\x64\xbc\x10\x20\ \x4f\x21\xba\x80\x39\xb8\x74\x87\x85\x40\xb0\x6b\xc8\x7f\xeb\xc5\ \xc8\x38\x1a\x94\xde\xa3\x57\xee\x0f\x83\xe1\x9b\x0d\xb8\x17\x73\ \x82\xb2\x46\x41\x99\xa4\x00\x9c\x1c\xf1\xaf\xac\xac\x84\x7a\x2a\ \x6f\x6b\x80\x53\x71\x20\x33\x3e\x3e\xae\x4c\x26\xa3\x2d\x5b\xb6\ \x68\x6a\x6a\x2a\xa4\x33\xb2\xd9\xac\x6a\x6a\x6a\x0a\x9c\xe5\xf4\ \xf4\x74\x90\x9b\xa5\xa5\x25\x7d\xf8\xe1\x87\x6a\x6f\x6f\xd7\xc4\ \xc4\x84\x46\x47\x47\x03\xa0\x3a\x7b\xf6\xac\x16\x17\x17\x75\xe5\ \xca\x15\xbd\xf5\xd6\x5b\xda\xb5\x6b\x97\x4e\x9c\x38\xa1\xaa\xaa\ \x2a\x65\x32\x99\xd0\x6d\x1d\x90\xe7\xe3\x6d\x6a\x6a\x2a\x38\x5b\ \x2f\x97\xcb\x85\xe6\xb2\x2d\x2d\x2d\xda\xbd\x7b\xb7\x26\x26\x26\ \xd4\xdd\xdd\x1d\x9a\x17\xae\xac\xac\x04\xa6\x86\xb6\x11\xb1\x58\ \x2c\x14\x99\x22\x53\xc8\x31\x8c\x9b\x47\xb7\xb0\x14\x18\x26\x3e\ \xf7\xf5\x43\x1f\x1c\x54\xb9\x71\x44\xb9\xe3\xf1\xb8\xb6\x6d\xdb\ \xa6\x5c\x2e\xa7\xef\x7d\xef\x7b\x6a\x68\x68\x50\x73\x73\xb3\xc6\ \xc6\xc6\xd4\xdc\xdc\x1c\xd6\x9f\x7a\x20\xfe\xef\x0e\x85\x75\xa6\ \x10\x9c\x00\x00\xd0\x45\x3f\x26\xf4\xcb\xbb\xa4\x63\x8c\x00\x1a\ \xcc\x85\xb4\x96\x76\xe0\x19\x60\xb7\x91\x5d\xde\x23\x65\x86\x8c\ \xfa\x8e\x3a\xe4\x8f\x60\x80\x7a\x28\x4f\xb9\x96\x94\x94\x14\xa4\ \xcc\xdd\x29\xfa\x38\x61\x92\xb0\x59\x6e\x18\x8b\x8a\x8a\x54\x57\ \x57\xa7\xcd\x9b\x37\xeb\xd0\xa1\x43\xda\xb4\x69\x53\xa8\x1b\xc3\ \x80\x13\xc4\x70\xac\x14\xb2\x8d\x33\x26\xe0\xec\xe9\xe9\xd1\x3b\ \xef\xbc\x13\xfa\x2f\x61\xbb\x52\xa9\x94\xae\x5e\xbd\xaa\xe7\x9f\ \x7f\x5e\xe3\xe3\xe3\x61\x2c\x8c\x81\xba\x33\x58\x35\xe6\x8d\xf7\ \x5a\x5a\x5a\x24\x29\x1c\xa5\x84\xe3\x70\x66\x2d\x9a\xd2\xf0\xde\ \x57\xa4\x8d\x7b\x7b\x7b\x83\xac\xcd\xcd\xcd\xe9\xbe\xfb\xee\xd3\ \xe1\xc3\x87\xf5\xd2\x4b\x2f\x69\x74\x74\x34\xf4\x5e\xdb\xb2\x65\ \x8b\x76\xec\xd8\xa1\xbd\x7b\xf7\x86\x80\xee\xca\x95\x2b\x2a\x2d\ \x2d\x55\x63\x63\xa3\x8a\x8a\x8a\xf4\xfa\xeb\xaf\xeb\xce\x9d\x3b\ \xca\xe5\x72\xfa\xec\x67\x3f\xab\xe2\xe2\x62\x5d\xbd\x7a\x55\xfb\ \xf7\xef\xd7\xa9\x53\xa7\xf4\xe9\x4f\x7f\x5a\x4d\x4d\x4d\x3a\x79\ \xf2\x64\xb0\x2f\x4f\x3e\xf9\xa4\x9e\x7e\xfa\x69\x5d\xbb\x76\x4d\ \xe7\xcf\x9f\x0f\x75\x82\x4b\x4b\x4b\x7a\xf8\xe1\x87\x95\xcd\xae\ \xf6\x81\xdb\xbd\x7b\xb7\x4a\x4a\x4a\xf4\x95\xaf\x7c\x45\x57\xae\ \x5c\xd1\x7f\xff\xef\xff\x5d\x73\x73\x73\x3a\x76\xec\x98\xea\xea\ \xea\xf4\x89\x4f\x7c\x42\x9f\xfb\xdc\xe7\xb4\x6b\xd7\xae\xb0\x6e\ \x9c\x83\xc8\x9c\x23\xef\xf8\x2b\x07\x3a\xce\x22\xe1\x37\x90\x49\ \x82\x02\xe4\xe8\xe3\xf4\xce\xed\x37\xbe\x29\x91\x48\x14\x38\x67\ \x2f\x92\x8e\x32\x26\x5e\x93\x04\x10\xc0\x6e\x50\x17\x87\xdd\xc0\ \x06\x3b\xe8\x61\xbd\x3d\xe5\xef\xe9\x49\xc6\xc2\xd8\x08\x9e\xb1\ \xff\x5c\x17\xdf\xe7\x3e\x9d\xfb\x70\x0f\xe6\xc8\xd3\x75\x00\x28\ \x0f\x58\x1d\x00\xc2\x58\xb9\xbe\xd3\x5e\x07\x72\x80\x00\x1e\x5f\ \x01\xcb\x8d\xcf\x82\x20\x41\x47\x9c\xb1\x72\x50\x1b\xfd\x8c\xf5\ \x77\x1b\x10\xf5\xb5\x3c\x2f\xbf\xe5\x39\xdc\x97\xf3\x7f\xf4\xca\ \xd7\xcb\x65\x80\x6b\x27\x1f\x7f\xfc\xf1\xd0\x90\x6c\x70\x70\x30\ \xec\xf4\xa2\x58\x98\xae\xb6\xc5\xc5\xc5\x6a\x6c\x6c\x0c\x45\xd5\ \x63\x63\x63\x21\xe5\xe1\x14\x7f\x2a\x95\x0a\x08\x95\x85\xc6\xe8\ \x39\x88\xc0\x20\x38\xe8\xe0\x3d\x16\x15\x56\x2c\xd0\x6d\x11\x40\ \x82\xa3\x86\xce\x24\xbd\x83\xd1\x8f\x52\x7a\x80\x08\x84\x8c\xf1\ \x01\x4a\x88\x18\x5d\x88\x3d\xc2\xf7\xd4\x1c\x91\x02\xd4\x2b\x0b\ \xcc\xbd\x61\x76\x00\x5f\x4e\xb5\x7a\x11\x9e\x2f\x1e\x54\xae\xb3\ \x51\xa0\x76\xd8\x00\x1c\xb0\x2b\xab\x3b\x6b\xbe\xc7\xdc\x7a\x34\ \x84\x81\x80\x05\xf0\x28\x17\xba\xd4\xd9\x02\xce\xf3\xf2\xe8\x0a\ \x85\x21\xfa\x23\x82\x71\x9a\x98\xb9\x20\xf2\x93\x56\x7b\xd5\x50\ \xd3\xc2\x4e\x55\x8a\xeb\x17\x16\x16\x42\xe1\x2c\x85\xcd\x75\x75\ \x75\xe1\xba\x8b\x8b\x8b\x01\xc4\xc4\x62\xab\xbb\x23\xa5\x55\x50\ \x7d\xfd\xfa\x75\x35\x37\x37\xab\xbb\xbb\x5b\x6f\xbf\xfd\x76\x30\ \x24\x83\x83\x83\xda\xb0\x61\x83\x8e\x1c\x39\xa2\xa9\xa9\x29\xdd\ \xb9\x73\x27\x38\x48\x3f\x45\x3e\x9b\xcd\xaa\xbf\xbf\x5f\x1d\x1d\ \x1d\x61\xcd\xbc\xed\x00\x06\x8b\xc3\x63\x77\xee\xdc\xa9\x9a\x9a\ \x1a\x3d\xff\xfc\xf3\xda\xba\x75\xab\x8e\x1e\x3d\xaa\xbe\xbe\xbe\ \x90\x8a\x21\x08\xe1\xf7\x5e\x47\x94\xcb\xe5\x54\x5f\x5f\x1f\x9e\ \x0b\xa7\x0e\xf0\x42\xc6\x3d\xa2\x8b\x46\x9b\x6e\x34\xd0\x2d\x57\ \x74\x9e\xe9\xc1\x07\x1f\xd4\xb9\x73\xe7\x74\xf2\xe4\x49\x1d\x3e\ \x7c\x58\xbf\xfd\xdb\xbf\xad\xf7\xdf\x7f\x3f\xf4\x21\x9a\x9a\x9a\ \x0a\xb5\x15\x18\xd0\x44\x22\x51\x50\x8c\x9d\xcf\xe7\x43\x5a\xb6\ \xa1\xa1\x41\xe5\xe5\xe5\x9a\x98\x98\x08\x1b\x20\x08\xb6\x96\x96\ \x56\xbb\x5f\xa7\x52\x29\xad\x5f\xbf\x3e\x38\xea\xb9\xb9\xb9\x50\ \x58\x4b\xcb\x0e\x8a\xa2\x99\x57\xd2\x20\xf1\x78\xbc\xa0\x00\x3b\ \x9b\xcd\x86\x1a\x22\x77\x4a\xc8\x19\xe3\xc4\x21\xf8\xb3\xb8\xac\ \x02\x76\xb0\x07\x44\xe2\xe8\x09\xd7\xa5\x60\x1f\x67\x41\xad\xde\ \xd2\xd2\x92\x7a\x7a\x7a\x82\xc1\x67\x3c\xa4\xc9\x8b\x8a\x8a\x34\ \x35\x35\xa5\xf9\xf9\x79\xd5\xd6\xd6\xaa\xb2\xb2\xb2\x60\xa3\x10\ \xb2\xcb\xf5\x49\x3f\x27\x93\x49\x9d\x3c\x79\x52\xaf\xbd\xf6\x5a\ \x18\x0b\xb6\xa7\xa6\xa6\x46\xed\xed\xed\x4a\xa7\xd3\x9a\x9e\x9e\ \x0e\xba\x43\xa0\x97\xcb\xe5\x74\xf7\xee\x5d\x25\x93\x49\xed\xde\ \xbd\x3b\xf4\x45\x8b\xa6\x2c\xb1\x2d\x1e\x54\x12\xe8\xf2\xca\x66\ \xb3\xea\xeb\xeb\xd3\xf0\xf0\x70\xa8\x8b\x21\x8d\x59\x57\x57\xa7\ \xb3\x67\xcf\x6a\x68\x68\x48\x6d\x6d\x6d\xba\x72\xe5\x8a\x7e\xf9\ \x97\x7f\x59\x25\x25\x25\x1a\x1b\x1b\x53\x55\x55\x95\x36\x6c\xd8\ \xa0\x9b\x37\x6f\x6a\xdb\xb6\x6d\xaa\xad\xad\x55\x5b\x5b\x9b\x8a\ \x8b\x8b\x75\xf1\xe2\x45\x5d\xbf\x7e\x5d\x1d\x1d\x1d\xda\xb6\x6d\ \x9b\x4a\x4b\x4b\xd5\xd4\xd4\xa4\x86\x86\x06\x55\x55\x55\x05\x96\ \x60\xfd\xfa\xf5\x3a\x7a\xf4\xa8\xc6\xc7\xc7\x55\x5b\x5b\xab\xf6\ \xf6\x76\x5d\xbe\x7c\x39\x38\xd2\x33\x67\xce\xe8\xd1\x47\x1f\xfd\ \x88\xbe\xfd\xf5\x5f\xff\xb5\x72\xb9\x9c\x7e\xeb\xb7\x7e\x4b\x93\ \x93\x93\x61\x77\xe9\xf2\xf2\xb2\x3a\x3b\x3b\xf5\xf6\xdb\x6f\x87\ \xf6\x13\xb0\x61\x38\x45\x64\x08\x87\x8f\x2e\xa1\x03\x6e\xf3\xdd\ \xef\x38\x83\x8b\xce\x79\x4d\x1b\x3e\x88\xef\x73\x2d\x58\x5d\xd8\ \x51\xe4\xdf\xb3\x0f\xd8\x01\x98\x1e\x7a\x76\x01\xb0\xbc\xae\x11\ \x3d\xf7\x7b\x78\x8a\xcd\xb3\x26\x30\xb6\xf4\xe1\xc3\x1f\x30\x6e\ \x7e\x07\x80\x62\xec\x75\x75\x75\x8a\xc7\xe3\x9a\x9e\x9e\x2e\x60\ \xe0\xdc\x9f\x46\x01\x25\xd8\x00\x20\x1f\x65\xa6\x00\x4f\xce\xa2\ \x43\x50\xb0\x06\x7c\xdf\x59\x41\xdf\xf8\xe3\x7e\xd6\x03\x07\xcf\ \x04\xa0\xfb\xf8\x59\xec\x4b\xd4\x37\x01\x68\xd1\x13\xff\x37\x6b\ \x14\xd5\x23\xd6\x0c\x19\x71\x86\x13\x99\xf0\x79\x4a\x3c\xfb\xec\ \xb3\xcf\x01\xa0\x40\x93\xa4\x09\x4a\x4b\x4b\x0b\xde\x63\x90\xb4\ \x5f\x20\xdf\xcd\x82\x12\xb5\x71\xe6\x1b\x0f\xc4\x80\xbd\x00\x8e\ \x07\xa0\xce\x83\x88\x18\x67\x84\xe0\x83\xc2\x01\x34\xce\x1a\x21\ \x58\x5e\x0b\x00\x43\xc6\x77\xdd\x51\x7a\xda\x02\xa3\xcd\xa2\x3a\ \x1b\x87\xd1\x87\xbd\xf1\x5a\x15\x2f\x7e\xa4\x60\x92\x31\x03\x26\ \x88\x3c\x89\x7a\xa2\xec\x59\x54\x58\x59\x40\xe6\xc6\x69\x4b\x17\ \x3c\x84\x8a\x67\x43\x49\x31\x9c\xce\x68\x39\xaa\xf6\x94\xa1\xcf\ \x93\x1b\x1d\x8f\x08\x10\x3e\xc6\xc6\x38\xbd\x11\x1f\xcf\xe7\xcc\ \x23\xcf\xe9\x6b\xe7\x46\x26\x91\x48\x04\xf0\x92\xc9\x64\x34\x3b\ \x3b\x1b\x9c\x23\xa0\xb0\xa7\xa7\x47\x4d\x4d\x4d\x21\xed\xca\x1c\ \x4e\x4d\x4d\x29\x1e\x8f\x6b\xc3\x86\x0d\x5a\x59\x59\xd1\xd0\xd0\ \x90\x2a\x2b\x2b\xd5\xd3\xd3\x13\x3a\xc5\x73\x98\x6b\x79\x79\xb9\ \xea\xeb\xeb\x75\xfc\xf8\x71\xd5\xd6\xd6\x86\x23\x78\xa0\x9c\x49\ \x1b\xf5\xf4\xf4\x68\x62\x62\x22\xd4\x8c\x0d\x0d\x0d\x49\x5a\xab\ \x27\xf4\x6e\xeb\xd3\xd3\xd3\x2a\x2e\x2e\x0e\x5b\xd5\xf7\xed\xdb\ \xa7\x0f\x3f\xfc\x50\xb7\x6e\xdd\xd2\xb1\x63\xc7\x54\x56\x56\xa6\ \x74\x3a\xad\xba\xba\xba\xa0\x78\x1e\x0d\xb1\x0d\x1c\x66\x86\xcf\ \x99\x43\x67\x7f\xa4\xb5\x5d\x2c\x4e\xff\x23\x17\x6e\x68\x58\x07\ \x5f\x47\xee\xb7\x71\xe3\x46\xfd\xf0\x87\x3f\x0c\xad\x36\x76\xee\ \xdc\xa9\x4c\x26\xa3\xde\xde\xde\x90\x22\xf5\x40\x84\x75\x07\x84\ \xfa\xbd\xa5\xd5\x62\x6b\x8c\x1a\xbb\xd4\x98\x4f\xef\xbe\x0e\xd3\ \x0b\xe8\x74\x99\x1d\x19\x19\x91\xb4\x76\x1e\x27\xbb\xdb\x08\x5c\ \xf2\xf9\x7c\x68\xf1\x82\xdc\x45\xeb\x88\x30\x72\x80\x3c\x67\x21\ \x9c\x79\xa3\x8c\x01\x99\x85\xed\x92\x56\x1b\x96\x56\x56\x56\x86\ \xdd\x57\x18\x69\x77\x1e\xf1\x78\x3c\x74\xe6\x9f\x9d\x9d\xd5\xc8\ \xc8\x88\xa6\xa6\xa6\x34\x3a\x3a\x1a\x6a\xc8\xa4\xd5\xe0\x01\x67\ \x36\x31\x31\x11\x76\xab\xd2\xe7\x0a\x63\x4c\xad\x5f\x49\x49\x89\ \x7e\xf0\x83\x1f\xe8\xd4\xa9\x53\x05\x29\x06\x4a\x27\x98\x97\xa2\ \xa2\xd5\x93\x18\x36\x6f\xde\xac\x0d\x1b\x36\x84\xeb\xa0\xdf\x00\ \x88\xcd\x9b\x37\x6b\x7e\x7e\x5e\xe3\xe3\xe3\x05\x7a\xed\xc1\x95\ \x3b\x60\x67\x3e\xfd\xde\x2b\x2b\x2b\xe1\x78\x9b\x63\xc7\x8e\x69\ \x78\x78\x58\xe7\xce\x9d\xd3\xe2\xe2\xa2\x9e\x7a\xea\x29\xbd\xf9\ \xe6\x9b\xfa\xc4\x27\x3e\xa1\xf2\xf2\x72\x5d\xbc\x78\x51\xf5\xf5\ \xf5\x9a\x9b\x9b\x53\x77\x77\xb7\x8e\x1c\x39\xa2\x9b\x37\x6f\xea\ \xea\xd5\xab\xba\x74\xe9\x92\x72\xb9\x9c\x26\x27\x27\xf5\xc4\x13\ \x4f\x04\xe7\x7b\xfd\xfa\x75\x0d\x0d\x0d\xe9\xf0\xe1\xc3\xfa\xfe\ \xf7\xbf\xaf\x5c\x2e\xa7\xcd\x9b\x37\xeb\xf6\xed\xdb\xea\xed\xed\ \xd5\x83\x0f\x3e\xa8\x75\xeb\xd6\xe9\xdc\xb9\x73\x9a\x9f\x9f\x0f\ \x1b\x38\xbe\xf8\xc5\x2f\xea\x9d\x77\xde\x51\x59\x59\x99\xb6\x6f\ \xdf\xae\xd9\xd9\x59\xfd\xf4\xa7\x3f\x55\x22\x91\xd0\xd3\x4f\x3f\ \xad\xeb\xd7\xaf\x6b\x76\x76\x56\x0f\x3c\xf0\x80\xe6\xe7\xe7\x55\ \x57\x57\xa7\xa9\xa9\x29\xa5\xd3\xe9\x82\x80\x05\x1b\xe9\x40\x87\ \xf9\xf7\xba\x59\x6c\x2d\x36\xcd\xe7\x3c\xea\x40\x5d\x2f\x9d\x31\ \x72\x02\x81\xf5\xf0\xd2\x16\xbf\x1e\xf6\xd9\xed\xa9\xa7\xc4\xb0\ \xdb\x94\x1d\x38\xb8\xf1\x9a\x5f\xaf\x5d\x8e\x32\x48\x99\x4c\xa6\ \xc0\x27\xba\xcf\xc1\x27\x32\x17\x0e\x1a\xc9\x50\xa0\xf7\x3c\xbf\ \x83\xca\x68\x8a\x14\x1f\xc9\xf3\xba\xaf\x75\x82\x04\x5d\x95\x0a\ \x53\x6b\xd8\x8b\x64\x32\xa9\xe9\xe9\xe9\xc0\x0e\x43\xa4\x38\x83\ \xed\x7e\xdd\x01\x93\x33\x6b\x51\xa2\x81\xe7\x70\xa2\xc7\x53\xa7\ \xfc\xde\x59\x61\x3e\xe3\xff\xdc\x9b\xeb\x33\x07\x7e\x6d\x49\x4a\ \xd4\xd7\xd7\x3f\x77\xe3\xc6\x0d\xdd\xb8\x71\x23\x2c\x02\x35\x06\ \x9b\x36\x6d\x52\x53\x53\x53\x40\x91\x14\x89\x02\xb0\x38\x6b\x0c\ \x07\xc9\x64\x32\x19\x2e\x98\x3e\xe1\x3e\xe0\xa2\xa2\xd5\xee\xc5\ \x5c\xd3\x07\xcb\x83\x47\x69\x3a\xde\xa3\xb1\x22\x8b\x83\xe3\x74\ \xa7\xc0\x83\x62\xb8\x98\x3c\x1f\x27\x8b\x84\x71\xf7\xcf\x11\x5a\ \x5f\x1c\x69\xed\x38\x1c\x84\x1f\xe3\x05\xb8\x42\x69\x9c\xdd\x41\ \x08\x1c\x4c\x39\xbb\xe5\xec\x90\x8f\xc9\xdf\xc3\x58\x31\x76\x04\ \x1f\x27\xcb\xf3\xf1\xb9\xd7\x79\x31\x77\x5e\x8b\xe1\x94\xa9\xa3\ \x78\x9f\x6f\x2f\x26\x8e\x16\xf5\xb9\x50\xf2\x9e\x53\xdd\x6e\x48\ \xd8\x65\x25\xad\x36\xae\x4c\x24\x56\x77\xdd\x8c\x8e\x8e\x2a\x1e\ \x8f\x6b\x78\x78\x58\x99\x4c\x26\x74\x86\x5f\x5a\x5a\x0a\x0d\x34\ \xfb\xfa\xfa\x94\x48\x24\xd4\xda\xda\x1a\x9c\xcf\xc4\xc4\x44\xa8\ \xbd\x1a\x18\x18\xd0\xd8\xd8\x98\x32\x99\x8c\xbe\xfa\xd5\xaf\x86\ \x74\xe0\xa9\x53\xa7\x14\x8f\xc7\x43\xad\x5c\x59\x59\x59\x68\x70\ \xfa\xee\xbb\xef\x2a\x95\x4a\xa9\xe3\xff\x76\x9a\xbe\x74\xe9\x92\ \xfa\xfb\xfb\xb5\x7b\xf7\x6e\x15\x15\x15\x85\x34\x67\x36\xbb\xda\ \x7f\x8b\x9d\x47\x2b\x2b\xab\x9b\x38\x1e\x78\xe0\x01\x5d\xbf\x7e\ \x5d\x27\x4f\x9e\xd4\xb1\x63\xc7\x24\x29\xb0\x2e\x3c\x33\x41\x03\ \x32\xcb\xcb\x23\x41\x37\x8a\x1e\x9d\xf9\x9a\xb1\x46\x0e\x02\x3c\ \x80\x71\x20\xcc\xef\x6b\x6a\x6a\xb4\x71\xe3\x46\x9d\x3f\x7f\x3e\ \xec\x24\x7c\xe2\x89\x27\x54\x55\x55\xa5\x6b\xd7\xae\xa9\xb1\xb1\ \x31\xdc\xd7\x8f\x0c\x71\xc0\x8c\xce\x00\x8c\x69\xb8\xca\x7a\x03\ \x58\xbc\x26\x13\xa3\x8f\x5d\x00\x04\xc5\xe3\xf1\x50\x64\x4e\xd0\ \x86\x2c\xfa\xce\x42\x8f\x36\xd1\x6d\xda\x38\xf8\xe6\x14\x9c\x11\ \xe3\x04\xe8\x79\xed\x25\xce\x85\x34\x2c\x73\xb5\xbc\xbc\x1c\x76\ \xe0\x49\x0a\x69\x63\xe6\x17\x27\x99\xcf\xe7\x43\x83\x55\xd6\x87\ \xef\xb8\xac\x93\x1e\xe1\x88\x2a\x58\x07\x00\x2b\xcc\x51\x6b\x6b\ \xab\x2e\x5c\xb8\xa0\x1f\xff\xf8\xc7\x05\x11\xb3\xa7\xe1\x97\x96\ \x96\x94\x4e\xa7\x35\x38\x38\x18\x4e\x4d\x58\x5e\x5e\x56\x4b\x4b\ \x8b\x36\x6f\xde\x1c\xda\x26\x2c\x2c\x2c\x68\x7c\x7c\x5c\xb3\xb3\ \xb3\xda\xba\x75\xab\x66\x66\x66\x02\xe8\x42\xf7\xa2\x8c\x27\x72\ \xe8\xe9\x1d\x3e\xc3\x7e\x35\x36\x36\xea\xc1\x07\x1f\x54\x3e\x9f\ \x57\x57\x57\x97\x32\x99\x8c\x1e\x7e\xf8\x61\xa5\xd3\x69\xed\xda\ \xb5\x4b\x92\x74\xf6\xec\x59\xb5\xb7\xb7\x87\xcd\x4b\xa5\xa5\xa5\ \xfa\xeb\xbf\xfe\xeb\x90\x12\xa4\xd5\xc7\x93\x4f\x3e\x19\x76\x10\ \x2f\x2e\x2e\xea\xe5\x97\x5f\xd6\x63\x8f\x3d\xa6\xd9\xd9\x59\x1d\ \x3f\x7e\x5c\x83\x83\x83\x7a\xeb\xad\xb7\xb4\xbc\xbc\xac\x47\x1e\ \x79\x44\xa5\xa5\xa5\x6a\x6f\x6f\xd7\xc8\xc8\x88\x4a\x4a\x4a\xd4\ \xdc\xdc\xac\x07\x1f\x7c\x50\x1d\x1d\x1d\xfa\xe1\x0f\x7f\xa8\xaf\ \x7c\xe5\x2b\xfa\xe0\x83\x0f\xf4\xfe\xfb\xef\xab\xb6\xb6\x56\xbf\ \xf2\x2b\xbf\xa2\x57\x5e\x79\x45\xfd\xfd\xfd\x7a\xf2\xc9\x27\x43\ \x2b\x94\xda\xda\x5a\x0d\x0f\x0f\x17\x38\x78\xc0\xae\xa7\x5c\x91\ \x73\x9c\x26\xf6\xd1\x53\x48\xc8\x11\x0e\xde\x99\x1e\x67\x8e\x99\ \x53\x2f\xc4\x66\xae\xbd\x4f\x1a\xf2\xe5\x2c\x0c\xf2\xe4\xf6\xde\ \x03\x16\x64\xd8\xc1\x8e\xd7\x3b\x47\xd7\x35\xca\x04\xb9\x6f\x45\ \x6e\xfd\x3d\x18\x7d\xf4\x74\x66\x66\x26\xdc\xcb\x99\x78\xf7\x17\ \x6e\xd3\xfc\xbe\x3e\x26\x64\x8b\xbf\xf9\x1d\x7a\x0d\x81\xe3\x63\ \x95\xd6\x8e\xe7\xc2\xfe\xfb\xd8\x29\x53\x60\x7d\x3c\x38\xc5\xa7\ \x00\x8e\xf0\xa1\xac\x85\x8f\x0f\x3d\xf6\x2c\x13\x6b\x13\x5d\x53\ \xc6\xe8\xbe\x92\xf7\x79\x39\xf8\x84\x29\x4d\xec\xdb\xb7\xef\x39\ \x6a\xaa\x28\xdc\xdc\xb8\x71\x63\x68\x12\xc7\x79\x54\x4d\x4d\x4d\ \xda\xb0\x61\x43\x28\x3a\xa6\x08\x98\x42\x4d\x76\xd5\x38\x0d\xe7\ \x13\xc0\x62\x39\x90\x60\xd1\xbc\x48\x36\x4a\xdf\x46\x9d\x92\x23\ \x7e\x1e\xd8\x6b\x42\x88\x54\xf9\x1c\x03\xe8\xc7\xf3\x38\xc8\xf0\ \xc3\x39\xe7\xe7\xe7\x25\x29\x34\xb7\x74\x2a\x13\xc7\x03\x50\xc2\ \xa9\x78\x13\x37\x22\x67\xd2\x07\x7c\xe6\x51\xa5\xd7\x02\x00\xca\ \xbc\xe8\xd7\xd1\xb1\x03\x26\xe6\x12\x50\x03\x30\x84\xfe\xe4\xf7\ \x0e\x30\x99\x0b\x04\x13\xa1\x88\xb2\x22\xfc\xde\x85\x98\x31\x31\ \x3e\x4f\x47\x7a\x9d\x90\xaf\xaf\xd7\x16\xb9\xd2\xd1\x6c\xd1\x77\ \x59\xd5\xd4\xd4\x04\x60\xcd\x76\xe5\xf1\xf1\xf1\x50\xbb\xc4\x9c\ \xcf\xcc\xcc\x84\x08\x06\xc6\xa4\xac\xac\x4c\xbd\xbd\xbd\x21\x20\ \x80\x0d\x1b\x1d\x1d\x0d\xc7\x2d\xed\xdd\xbb\x57\x77\xee\xdc\x51\ \x5f\x5f\x9f\x26\x27\x27\x55\x53\x53\xa3\x89\x89\x09\xf5\xf5\xf5\ \xa9\xaa\xaa\x4a\x37\x6f\xde\xd4\xcc\xcc\x8c\xda\xdb\xdb\x35\x39\ \x39\xa9\x9d\x3b\x77\xea\xbe\xfb\xee\xd3\xd6\xad\x5b\x75\xf6\xec\ \x59\xdd\xba\x75\x2b\x9c\xc3\xc8\xe6\x0f\x5a\x8b\xb0\xb6\xcb\xcb\ \xcb\x3a\x74\xe8\x90\xfa\xfb\xfb\xf5\xf7\x7f\xff\xf7\x3a\x76\xec\ \x98\x8a\x8a\x8a\x34\x3d\x3d\x1d\xd2\x67\xc8\x84\x83\x01\xd6\x39\ \x2a\x13\x6e\x64\x59\x73\xe6\x1b\xf9\x73\xe5\x46\xcf\x78\x66\xf4\ \x03\x23\x10\x8b\xc5\xd4\xd2\xd2\xa2\xb6\xb6\x36\x9d\x39\x73\x26\ \x44\xf5\x87\x0f\x1f\x56\x67\x67\xa7\x16\x17\x17\x75\xf3\xe6\xcd\ \x8f\x1c\x3e\x8d\x2e\xd2\xfe\xc2\xd9\x62\x98\x48\xd8\x18\x07\xf1\ \xb1\xd8\x6a\x4d\x45\x22\x91\x08\xc0\xb4\xb2\xb2\x32\xe8\xfc\xca\ \xca\x4a\x28\x58\xf5\xd4\xa9\x17\xa8\xd2\x60\x10\x03\xc9\x9c\xe0\ \x0c\xfc\x58\x13\xea\xb3\x3c\xc8\xc0\x1e\xc0\x2e\x7b\x2a\x10\x10\ \x47\xad\x1c\xe3\xe2\x1e\x00\x1b\x4e\xb0\xdc\x19\x00\x00\x20\x00\ \x49\x44\x41\x54\x5a\x90\x38\x53\xbb\xb8\xb8\xa8\xca\xca\x4a\xcd\ \xcf\xcf\x87\x5d\x4d\x80\x21\x8a\xfb\x31\xf0\x7c\x86\x63\x65\xad\ \xd8\xbd\xf8\xc3\x1f\xfe\x30\xa4\x4a\x79\xb9\xfe\x3b\x20\xcf\xe7\ \xf3\xa1\xb7\x5c\x7f\x7f\xbf\x86\x86\x86\x54\x5e\x5e\xae\xf6\xf6\ \x76\xed\xd8\xb1\x23\xd4\x18\x4d\x4d\x4d\xe9\xbe\xfb\xee\x0b\xa9\ \x5f\x0c\xbd\x07\xb3\x7e\x1f\x5e\x5e\xab\x86\x4c\x36\x35\x35\x69\ \xef\xde\xbd\x4a\xa7\xd3\x1a\x18\x18\xd0\xec\xec\xac\xee\xbf\xff\ \x7e\x65\xb3\x59\x6d\xdd\xba\x55\x43\x43\x43\x9a\x9a\x9a\x0a\x69\ \xe3\x9a\x9a\x1a\x7d\xeb\x5b\xdf\x0a\xec\xdc\xc5\x8b\x17\x55\x5c\ \xbc\x7a\xec\xda\xa5\x4b\x97\xf4\x0b\xbf\xf0\x0b\xaa\xaa\xaa\xd2\ \xfc\xfc\xbc\x7e\xf2\x93\x9f\x28\x95\x4a\x69\xf3\xe6\xcd\xfa\xd4\ \xa7\x3e\xa5\x6f\x7f\xfb\xdb\x1a\x1a\x1a\x52\x22\x91\xd0\xe7\x3f\ \xff\x79\x49\xd2\x86\x0d\x1b\xb4\x61\xc3\x86\xc0\x20\x77\x77\x77\ \xeb\x9d\x77\xde\xd1\x8d\x1b\x37\xf4\xb9\xcf\x7d\x4e\xff\xf8\x8f\ \xff\xa8\x4b\x97\x2e\x69\xdb\xb6\x6d\x7a\xea\xa9\xa7\x74\xe3\xc6\ \x8d\x50\x17\xdc\xdd\xdd\x1d\x36\x00\xd0\xec\xd6\x01\x01\xb6\x28\ \xaa\x93\x9e\x5a\x26\x28\xf6\x3e\x6d\xce\x5c\x38\x78\xa0\xbe\x96\ \x20\x59\x5a\x3b\xe3\x12\x19\xe0\x1e\xd4\xa4\xba\xfe\x62\x4b\xbd\ \x84\x06\x16\x89\x32\x02\xd6\x85\x92\x0c\x6c\x75\x2c\x56\x58\x8f\ \xc4\x98\xb9\x8e\xdb\x03\x52\x80\x30\xe8\x00\x38\x7e\xe7\x36\xd7\ \x83\x74\x80\x22\x81\x80\x03\x29\x4a\x5a\x90\x1d\xe6\x95\x79\x76\ \xbd\xe7\x99\x9c\x05\x72\xdf\xe4\xac\x1b\x7a\x43\xfa\x1d\x9b\xc1\ \xbc\xf3\xb7\xb3\x90\xc8\x39\x9d\x0a\xdc\x6f\xe3\xef\x1d\x20\x45\ \xed\xb0\xdb\x3f\xb7\xc9\x4e\xf8\xf0\xec\x04\x65\x0e\x6a\xb9\x87\ \x93\x4b\xf9\x7c\x5e\x89\x4f\x7e\xf2\x93\xcf\x51\x94\x4a\x4f\xa8\ \xd2\xd2\x52\xbd\xf3\xce\x3b\xea\xee\xee\x0e\xf5\x17\x25\x25\xab\ \x47\xa6\xdc\xbe\x7d\x5b\x33\x33\x33\x81\x39\x20\x9d\x42\xca\x00\ \x5a\xdd\x27\xd0\x27\x81\x81\x01\x60\x7c\x60\x18\x32\x8a\xc5\x7d\ \x31\x1d\x04\x60\x28\x70\x06\x38\x74\x84\xd0\xa3\x33\xa7\x52\x5d\ \x41\xa2\x0b\x8d\x41\x82\x61\xe1\xb7\x5e\x70\x8f\xb1\x05\xf1\x03\ \x9e\xf8\x4d\x2e\xb7\x5a\x7b\xc2\xae\x1e\xb6\x04\xb3\x80\x0e\x6c\ \x3e\x6e\x21\xbd\x36\xca\xc7\xec\x0b\x8f\x60\x31\x66\x14\x2a\xea\ \x94\x3d\xcf\xee\xf4\xab\xbf\x3c\x12\x73\x23\x43\x14\xe6\x20\xcc\ \x81\xa1\x3f\xbf\x33\x82\x5e\xa8\x88\x91\x72\xa5\x63\xfd\xe8\xc6\ \x9e\x48\xac\x6e\x13\x4f\xa5\x52\x61\x0d\x6b\x6b\x6b\x55\x5f\x5f\ \x1f\x18\xa8\xe2\xe2\x62\xf5\xf6\xf6\x86\x6b\x57\x56\x56\x2a\x16\ \x8b\x69\x70\x70\x30\xb4\x9c\xa0\xab\xf9\xdc\xdc\x5c\x38\x72\x27\ \x9f\xcf\xab\xbb\xbb\x3b\x18\x9d\x96\x96\x96\xb0\x53\xeb\xd6\xad\ \x5b\x9a\x9f\x9f\xd7\x03\x0f\x3c\xa0\xca\xca\x4a\x5d\xba\x74\x49\ \xf5\xf5\xf5\xda\xb1\x63\x87\x46\x47\x47\x95\xcf\xe7\xb5\x71\xe3\ \x46\x6d\xdb\xb6\x4d\xf9\x7c\x3e\x30\x6b\x6e\x8c\x28\xe2\x26\xf5\ \x76\xf5\xea\x55\xbd\xf8\xe2\x8b\x7a\xe4\x91\x47\x54\x51\x51\xa1\ \xc5\xc5\xc5\xb0\x7b\x8c\xb9\xf4\x68\xd0\xd7\x83\x39\x62\xbe\x31\ \xc8\x4e\x4f\xf3\x1b\x0f\x60\x24\x85\x1d\x66\x0e\x56\x5c\x5e\x61\ \x56\xe8\xe3\x75\xe5\xca\x15\x0d\x0d\x0d\x69\x7e\x7e\x5e\x9f\xfc\ \xe4\x27\x35\x3b\x3b\xab\x1b\x37\x6e\x04\xe0\x42\x1a\x05\x00\xe2\ \x75\x13\xec\x2c\xc6\x60\xba\xce\x2e\x2d\x2d\x85\xba\xad\x78\x7c\ \xed\xd8\x12\x4f\x25\x67\xb3\xd9\x00\xda\xaa\xaa\xaa\x82\x9c\xb2\ \x81\x04\x26\x87\xf4\xa0\xf7\xe2\x41\x17\x99\x23\xa2\x54\xe6\x11\ \x56\xcd\x23\x6d\x9e\x1f\xe7\x47\x4a\xd1\x65\x95\xf5\x84\x89\x61\ \xdc\x04\x6b\xde\x97\x0c\x76\x9a\xfb\x01\xc2\xa8\xdd\x8b\xc7\xe3\ \xe1\xd4\x0b\xae\x0d\x4b\x57\x54\xb4\xda\x60\xf6\xfb\xdf\xff\x7e\ \x68\x87\xe0\x76\xcf\x75\xd3\xa3\x6b\x77\x92\xb1\xd8\x6a\x7b\x91\ \x81\x81\x01\xdd\xbd\x7b\x57\xcb\xcb\xcb\x6a\x6b\x6b\xd3\xa6\x4d\ \x9b\x42\xaf\xab\x96\x96\x16\xdd\xbb\x77\x2f\xd8\x0e\x67\x69\x3e\ \x2e\x7d\xe4\x4e\x95\x7b\xd7\xd4\xd4\x68\xd7\xae\x5d\xba\x75\xeb\ \x56\xd8\x5d\xbc\x65\xcb\x16\x95\x95\x95\x69\xc3\x86\x0d\xfa\xf0\ \xc3\x0f\x55\x5c\x5c\xac\xba\xba\x3a\x35\x36\x36\x6a\x78\x78\x58\ \xdf\xfe\xf6\xb7\x75\xfc\xf8\x71\xf5\xf5\xf5\x85\x73\x4b\x93\xc9\ \xa4\xc6\xc6\xc6\xf4\xf0\xc3\x0f\x6b\xfb\xf6\xed\x92\xa4\x17\x5f\ \x7c\x51\xeb\xd6\xad\x0b\x20\xea\xcd\x37\xdf\xd4\xc8\xc8\x48\xa8\ \xd1\x8a\xc7\xe3\x7a\xed\xb5\xd7\x94\xcd\x66\xf5\xea\xab\xaf\xea\ \x9d\x77\xde\xd1\xc5\x8b\x17\x75\xe6\xcc\x19\xa5\x52\x29\x5d\xbe\ \x7c\x59\xcd\xcd\xcd\xba\x72\xe5\x8a\x76\xee\xdc\xa9\x47\x1f\x7d\ \x54\xbd\xbd\xbd\x3a\x78\xf0\xa0\xea\xea\xea\x74\xf9\xf2\xe5\x70\ \x94\x13\x2c\xaa\x33\xc3\xd1\x00\xc6\x59\x43\x74\x15\x1b\xeb\xb5\ \x58\xd8\x66\xe6\x92\x35\x41\x56\x09\x2a\x98\x6f\x27\x07\x3c\x5b\ \xc0\x7d\x1d\x78\x91\x39\x01\x98\x70\x7f\xfc\x0b\x60\xc8\xeb\x7e\ \x18\x93\xd7\x1e\xfa\xfb\xc8\x0e\x63\x80\xf5\x41\xa7\x1d\x48\x32\ \x2f\x8c\xd1\xdb\xc4\x38\xd0\xf7\x2c\x8e\x33\x7c\xce\x20\xf3\x1b\ \xc6\xee\xcf\x8b\x1d\xf1\x92\x16\xdf\xf4\xe2\xac\x1e\x36\x61\x7a\ \x7a\x5a\xe3\xe3\xe3\x21\x70\x61\x5e\xb1\x77\xcc\xb5\x6f\x64\xf3\ \x00\x08\xfb\xe5\x24\x89\xeb\x03\xeb\x8a\x8d\x46\x17\x3c\xcd\xee\ \x6b\x17\x25\x7c\xf8\xdc\x99\x6d\x5f\xa3\xc4\x83\x0f\x3e\xf8\xdc\ \xec\xec\x6c\x28\x5e\x2d\x2a\x2a\xd2\xdd\xbb\x77\x95\x4e\xa7\x43\ \xa4\x57\x53\x53\x13\x6a\x91\x52\xa9\x54\x38\x0c\x94\x9d\x36\xec\ \x30\x8c\xc5\x62\xa1\xa1\x17\x82\xc2\x0d\x61\xa4\x18\x04\x51\x33\ \x0f\x06\x65\xc9\xf7\xa3\xbb\xde\x78\x60\x9a\x1a\xb2\xb3\x03\xa3\ \x20\xad\x45\xff\x6e\x3c\x9d\x55\x43\xa0\x7d\xe2\xa2\xdf\x73\xc0\ \x14\x8d\x3c\xa4\xb5\x46\x90\x00\x3d\xef\x1b\xb6\xb4\xb4\x14\x8e\ \xc0\xa8\xac\xac\x0c\x69\x01\x67\x82\x5c\xe8\x1d\xdc\x21\x04\x08\ \x98\x47\xf5\x8c\x0f\x01\xf0\x28\x19\x07\x8c\xe0\xf2\x1b\xee\xc7\ \x73\xf0\x5d\x58\x44\x94\x83\xdf\xf3\x37\x8e\x1e\x46\x90\x31\xf9\ \x0b\x45\x89\x82\x46\xa7\x99\x19\xaf\x3b\x0a\x94\x3a\x9f\xcf\x07\ \x19\xc1\x19\x23\x3b\x14\x65\x16\x15\x15\x85\x63\x77\x60\xb1\x60\ \xbd\x06\x06\x06\x34\x30\x30\xa0\x85\x85\x05\x65\x32\x19\x95\x97\ \x97\x87\x02\xfa\x5d\xbb\x76\x85\x26\x8c\xd7\xaf\x5f\xd7\xe2\xe2\ \xa2\xea\xeb\xeb\x15\x8f\xc7\xd5\xd3\xd3\x13\xda\x47\x0c\x0c\x0c\ \x84\x3e\x5d\x5b\xb7\x6e\x55\x5b\x5b\x9b\x5e\x79\xe5\x15\x75\x75\ \x75\x85\xe3\x65\x46\x46\x46\x42\xa3\xd3\xd7\x5e\x7b\x4d\xa9\x54\ \x4a\x2d\x2d\x2d\xe1\x9c\x3e\xda\x4c\x54\x57\x57\xeb\xc0\x81\x03\ \x7a\xe3\x8d\x37\xf4\xda\x6b\xaf\xe9\xb1\xc7\x1e\x0b\xd1\x3c\x6b\ \x1d\xdd\x78\x10\xa5\xa8\xa3\xa0\x9b\xcf\xfd\x37\xe8\x8f\xb3\x9c\ \xb3\xb3\xb3\xba\x73\xe7\x8e\xe6\xe6\xe6\x54\x53\x53\x13\x3e\xc3\ \x58\xc1\xcc\xd6\xd5\xd5\x69\xc7\x8e\x1d\xfa\xe0\x83\x0f\x74\xf3\ \xe6\xcd\xd0\x38\xf6\xb1\xc7\x1e\xd3\xc6\x8d\x1b\x75\xf1\xe2\xc5\ \xf0\x1b\xda\x65\x38\x80\xf6\xed\xeb\x9e\xd6\xf4\xe2\x6c\x18\x3b\ \xf4\x05\x1b\xc0\xb6\x79\x98\x5e\xf4\xd8\x23\x5c\x7f\x36\x67\x63\ \x3d\x6d\xe9\xb2\x89\x4d\xa0\x97\x1a\xf6\x01\x10\x15\x8d\x74\x61\ \xae\x78\xf9\x6f\x00\x39\x6c\xb2\xe0\xbd\x44\x62\xb5\x66\x8b\x3a\ \x53\xaf\xb7\x74\xc6\x0d\x83\x4a\xad\x26\x00\x8b\x67\xf3\x02\xe2\ \x77\xdf\x7d\x37\xb4\x2a\x71\x96\xdf\x03\x29\x37\xf4\xd1\xc8\x9e\ \xef\xe6\xf3\xf9\x70\x16\xe5\xe2\xe2\xa2\xb6\x6f\xdf\x1e\x6a\x17\ \x13\x89\x84\xee\xdc\xb9\x53\x10\xd8\x44\xef\xc3\xbf\xb1\x9b\x8c\ \x6f\x61\x61\x41\x6d\x6d\x6d\xda\xba\x75\xab\xce\x9c\x39\x23\x69\ \xb5\xf6\xf2\xfe\xfb\xef\x57\x79\x79\x79\xa8\xcf\x2b\x2a\x2a\x0a\ \xa9\xfc\xbf\xfd\xdb\xbf\xd5\xb9\x73\xe7\xf4\xd4\x53\x4f\x05\x00\ \xcf\x3d\xcb\xca\xca\xf4\xd0\x43\x0f\xa9\xb5\xb5\x55\x25\x25\x25\ \x3a\x7b\xf6\xac\x24\x85\x43\xa0\xd3\xe9\xb4\x86\x87\x87\xf5\xe4\ \x93\x4f\xea\xc5\x17\x5f\xd4\xff\xf9\x3f\xff\x47\x97\x2f\x5f\xd6\ \xe1\xc3\x87\xf5\xc1\x07\x1f\x68\x7a\x7a\x5a\xc7\x8e\x1d\x0b\x07\ \x34\xdf\xb8\x71\x43\x35\x35\x35\xc1\xce\xee\xdb\xb7\x4f\x25\x25\ \x25\x7a\xfb\xed\xb7\x75\xf8\xf0\xe1\xd0\x74\xf7\xdb\xdf\xfe\xb6\ \xf6\xec\xd9\x13\x8e\xab\x8a\x32\x44\xd2\x1a\xd3\x04\x48\x72\x16\ \x1f\xbb\x87\xdf\xf3\x74\x20\xce\x99\x4c\x0a\x72\xe7\x36\xce\xd7\ \xcb\x3f\x43\x27\xdd\xa6\x02\xa0\x60\x8e\xf1\x27\x00\xf3\x68\x19\ \x86\x03\x46\x5a\xbd\xb0\x96\xd4\x02\x73\x5e\xab\x6f\xb6\x60\x53\ \x11\xfa\x45\x60\x86\xdd\xf6\x67\x63\x8e\x62\xb1\xb5\xfe\x55\x9e\ \x12\x44\x2e\xa3\xc0\xd1\xe5\xc9\x49\x02\xb7\x25\x8c\x4b\x52\x81\ \xbe\xb9\xdf\x70\x80\x35\x35\x35\x55\xc0\x34\xfb\x8b\x35\x89\x82\ \x3a\xaf\xf5\xf6\xac\x15\x63\x26\xe8\x72\xf6\x1b\x20\xe9\x40\xdb\ \xb3\x6d\xc8\x8c\xdb\xee\x68\x2a\x34\x7a\x8f\x44\x7d\x7d\xfd\x73\ \x1c\x59\x92\x48\xac\xd6\xc9\x5c\xbd\x7a\x35\x18\x26\x22\x2f\x22\ \x58\x1a\x3c\xd2\xcd\x97\x43\x40\x79\x20\xa7\x3f\x67\x67\x67\x43\ \x71\xa7\x0b\x8d\x23\x4d\xea\x35\x7c\x71\xbd\xd3\xb2\xb3\x2b\x38\ \x7c\x47\xa2\x08\x06\x6d\x0b\x9c\x09\x70\x81\x70\x27\xe6\xf7\xf2\ \x71\x60\x50\x79\x61\x98\xdd\xf8\x63\xf8\xb9\x16\x0e\x06\x6a\xd2\ \xfb\x39\x31\x36\x84\x89\x28\xc9\x8b\xf8\x3d\x75\xea\x8e\xcb\x05\ \xc5\xa3\xe6\xe8\xf6\x73\xa7\x3b\x89\x72\x58\x6c\x17\x20\xcf\x7b\ \x63\x64\xa2\xac\x17\xcf\xc7\x5c\x10\x91\xf1\x59\xb4\x48\x92\x3f\ \xc8\x0a\x2d\x0d\xa2\x51\xb2\x37\xd4\x5c\x59\x59\x09\xb5\x50\x6c\ \x86\x40\xa1\x62\xb1\x58\x60\x51\x17\x16\x16\x02\x48\xcd\xe5\x72\ \x9a\x98\x98\x50\x7b\x7b\xbb\xee\xdc\xb9\xa3\xa1\xa1\x21\xad\xac\ \xac\x68\x62\x62\x22\x34\x18\x8c\xc5\x62\xda\xbb\x77\xaf\xb2\xd9\ \x6c\x68\x66\xca\x3a\xac\x5f\xbf\x5e\x03\x03\x03\x1a\x19\x19\x09\ \x74\x7e\x3c\xbe\x5a\x0f\xd4\xdb\xdb\xab\xd1\xd1\x51\x49\xd2\xa1\ \x43\x87\x34\x31\x31\xa1\xad\x5b\xb7\xaa\xa1\xa1\x41\xd7\xaf\x5f\ \xd7\xf0\xf0\xb0\xea\xea\xea\x74\xf0\xe0\x41\x0d\x0d\x0d\xa9\xa7\ \xa7\x47\x6d\x6d\x6d\x82\x2a\xf6\x68\xf7\xe8\xd1\xa3\xfa\xc1\x0f\ \x7e\xa0\x0f\x3f\xfc\x50\x07\x0f\x1e\x54\x43\x43\xc3\x47\x9c\x28\ \x73\x4e\xda\xc7\x75\x83\xef\xfa\x9c\xbb\xe1\xf3\x68\xd2\x59\xda\ \xc5\xc5\x45\x0d\x0f\x0f\x87\xfe\x75\xde\xd6\x00\x30\x0c\xe0\xbe\ \xef\xbe\xfb\xc2\x0e\xab\xe1\xe1\x61\xf5\xf5\xf5\xe9\x17\x7f\xf1\ \x17\x55\x5a\x5a\xaa\x2b\x57\xae\x68\x79\x79\x39\x74\xa9\x27\xf0\ \x21\xfa\xad\xaa\xaa\x0a\xd1\x24\x51\xa3\x77\x67\x76\x56\x9a\xe0\ \x09\xc0\xc3\x33\xc2\xf6\x60\xc0\xa2\x05\xc0\xc8\x8f\xb3\xbe\x30\ \xda\xce\x26\xa0\x2b\x38\x0c\xe6\x0f\x63\xe7\xec\x5f\x36\x9b\x55\ \x75\x75\xb5\xa4\xb5\xb4\x19\xd7\xf2\xf6\x14\x38\x1b\xe6\x98\xa0\ \x11\xd6\x0d\xd9\xf1\x14\x9e\x6f\x69\x77\xf6\x10\x70\x91\xcd\x66\ \x55\x5b\x5b\xab\x64\x32\xa9\xfa\xfa\x7a\x0d\x0d\x0d\x69\x70\x70\ \xb0\xc0\xe1\xa0\xa3\xac\x35\x73\xc0\xff\x91\x1d\x77\xc8\xce\x6c\ \x8d\x8d\x8d\x85\x6c\x43\x67\x67\xa7\xf6\xef\xdf\x1f\x76\xbe\x7a\ \xcd\x8e\x33\x36\x1e\xd5\x27\x93\x49\x55\x55\x55\x85\x73\x11\xf7\ \xec\xd9\xa3\xd2\xd2\x52\x5d\xbd\x7a\x35\x00\x44\x4e\x37\xe8\xea\ \xea\x0a\xc5\xe7\x9d\x9d\x9d\x9a\x98\x98\xd0\x7f\xfe\xcf\xff\x59\ \xc9\x64\x52\x9f\xf9\xcc\x67\xf4\xee\xbb\xef\x06\x76\x11\x36\xe4\ \xec\xd9\xb3\xba\x79\xf3\xa6\x3a\x3b\x3b\x35\x32\x32\xa2\xf3\xe7\ \xcf\x87\x9a\xa9\xda\xda\x5a\x15\x17\x17\xeb\xc0\x81\x03\x7a\xf5\ \xd5\x57\xc3\x6e\xd4\x3d\x7b\xf6\xe8\xcc\x99\x33\x5a\x5a\x5a\xd2\ \xd8\xd8\x98\x1e\x7a\xe8\x21\xf5\xf4\xf4\x04\xdf\x70\xf0\xe0\x41\ \x4d\x4e\x4e\x6a\xc7\x8e\x1d\x9a\x9a\x9a\xd2\x77\xbf\xfb\x5d\xad\ \x5f\xbf\x5e\x97\x2f\x5f\x0e\x8e\xb6\xbe\xbe\xbe\x20\xfd\x13\x05\ \x0c\xc8\xa4\xb3\x37\xd8\x74\xaf\x4f\x72\x5b\xe6\xe0\x80\x39\x74\ \x46\x8b\x6b\x46\x41\x83\x33\x20\xd8\x44\x7c\x0f\x36\xdb\x37\x5a\ \x01\xc0\xf8\x2d\x3a\xe0\xe5\x23\xbe\x4b\x9f\xcf\x08\x4a\x48\xb1\ \xd1\x50\x97\xf1\xa1\x2f\x1e\x38\x7b\x0b\x06\x67\x34\x9d\xb1\x71\ \x50\xe1\x72\xe3\x80\xc4\x9f\x25\x9a\x85\xe2\xe5\x8c\x6a\x2c\x16\ \x0b\xf5\xbd\x4e\x3e\x30\xcf\x34\x7f\xa6\x1e\x0c\x00\xca\x8b\xb9\ \x72\x52\x85\x3f\x3c\x23\x0c\x16\x01\x55\x34\x5d\x1e\xc5\x19\x51\ \x56\x97\xef\x44\x6d\xb1\x03\x4a\x4f\x41\xf2\x7b\x9e\x31\xd1\xd1\ \xd1\xf1\x1c\x87\x3b\x57\x56\x56\x86\x33\xc8\x60\x10\xe8\x95\x93\ \xcd\x66\xc3\xd6\x7a\xd8\x9a\x58\x2c\x16\xce\x8f\x43\x11\x79\x88\ \xe2\xe2\xe2\xb0\xcb\x86\x5d\x45\xfc\x96\xc9\xe1\xa1\x79\xcf\x0d\ \xa4\x47\xb3\xd4\xe5\x30\x59\xa0\x5b\x16\x12\xe0\x01\x10\x72\xf0\ \xe3\xd1\x28\xe0\xcb\x53\x57\xa4\x28\xb8\x3f\xac\x01\x02\xec\xd1\ \x2a\x05\xbb\x30\x07\x18\x58\x76\x42\x25\x12\x89\xd0\x66\x20\x9b\ \xcd\x2a\x93\xc9\x14\xa4\xc6\xa0\x67\xb9\x0f\xf5\x52\x9e\x9b\x66\ \x5c\xff\x2f\x4a\x99\x08\xde\x41\x8c\x0b\x8d\xb3\x22\x38\x25\xa2\ \x1d\x17\x4e\xe6\xc2\x9d\x03\xec\x9d\x53\xda\xa4\x98\x00\xa3\xcc\ \xa5\xa4\x02\xa1\x76\xe6\x81\x39\xe3\xd9\x98\x63\x0c\x0b\x3b\x84\ \x00\x58\x8d\x8d\x8d\xda\xb8\x71\x63\x00\x42\xb4\x88\xe0\xf0\x57\ \xba\x83\xd7\xd5\xd5\xa9\xbf\xbf\x3f\xa4\x62\x91\xb7\x4c\x26\xa3\ \x58\x2c\xa6\xed\xdb\xb7\x87\x94\x63\x77\x77\x77\xd8\x98\xd1\xde\ \xde\xae\x9e\x9e\x9e\xd0\x56\x24\x3a\xc7\xf3\xf3\xf3\x1a\x18\x18\ \xd0\xcd\x9b\x37\x43\x5a\x2a\x9d\x4e\x87\x3a\x14\xfa\x35\x9d\x3e\ \x7d\x5a\x3b\x77\xee\x54\x4b\x4b\x4b\x01\x93\xc1\xfc\x15\x17\xaf\ \x1e\xe1\xf1\x3f\xff\xe7\xff\xd4\xf9\xf3\xe7\xb5\x6b\xd7\xae\xd0\ \x96\xc1\xc1\x2b\xf3\x24\xad\x31\xb9\xce\x60\x79\x34\xc5\x5a\x45\ \x8d\xb5\x47\xe2\x13\x13\x13\xba\x76\xed\x9a\x3a\x3b\x3b\x03\x60\ \xe3\x7e\xac\xb3\xa7\x48\xa6\xa7\xa7\x43\x67\xeb\xd9\xd9\x59\x0d\ \x0f\x0f\xeb\xfe\xfb\xef\x0f\xcd\x58\x39\xa3\x92\x76\x09\xc9\x64\ \x32\xf4\x19\x23\x7d\x00\x4b\x84\x7e\xf3\x3d\x58\x10\x22\x7f\x77\ \x4e\xa4\xe1\x90\x77\x02\x33\x82\x07\x0e\x9d\xe6\xfb\x44\xf5\x9e\ \x62\x4c\x26\x93\xa1\x20\x9d\x75\xa4\xce\x8d\x7b\xa0\x87\x1e\x34\ \xd0\xcc\x16\xfd\x87\x25\x8f\xc5\x62\x05\xe3\x88\xce\xaf\xd7\xb4\ \xb8\x9d\xc0\x46\xf0\x3c\xd8\x20\x18\xe7\xaa\xaa\xaa\x30\xdf\xd4\ \x8a\x55\x54\x54\x68\xd7\xae\x5d\x3a\x7d\xfa\x74\xa8\xe3\xf0\x97\ \x3b\x22\xd7\x27\x7f\x0e\x5e\x6e\xe8\x61\x28\x00\x20\xeb\xd7\xaf\ \xd7\xe1\xc3\x87\xd5\xda\xda\xaa\x9e\x9e\x1e\x4d\x4f\x4f\x07\x27\ \xe1\x6c\x16\xaf\x44\x22\xa1\xfa\xfa\xfa\x70\x6e\xe1\x13\x4f\x3c\ \xa1\xee\xee\x6e\x15\x15\x15\x69\x74\x74\x54\x4b\x4b\x4b\xea\xe8\ \xe8\xd0\xe0\xe0\xa0\xba\xbb\xbb\x75\xeb\xd6\x2d\x4d\x4f\x4f\xeb\ \xe8\xd1\xa3\xfa\xde\xf7\xbe\xa7\x9f\xfc\xe4\x27\xea\xe8\xe8\xd0\ \x53\x4f\x3d\xa5\xb7\xde\x7a\x4b\x45\x45\x45\x81\x39\x8a\xc5\x62\ \x4a\xa7\xd3\x1a\x19\x19\xd1\x9e\x3d\x7b\xf4\x9d\xef\x7c\x47\x23\ \x23\x23\xaa\xab\xab\xd3\xe3\x8f\x3f\xae\xb2\xb2\x32\x35\x36\x36\ \xea\xf6\xed\xdb\x7a\xfd\xf5\xd7\x95\xcf\xe7\xd5\xda\xda\xaa\x78\ \x3c\xae\xae\xae\x2e\xe5\x72\xab\xc7\xaa\x01\x0e\x38\x2c\xfd\x99\ \x67\x9e\x09\xc1\xc0\x7f\xfb\x6f\xff\x4d\xd3\xd3\xd3\xaa\xaa\xaa\ \xd2\xb1\x63\xc7\xf4\xc6\x1b\x6f\xe8\x97\x7e\xe9\x97\x94\xc9\x64\ \x02\xd3\xc5\xfc\x7a\x7d\x9c\x67\x23\x3c\x7d\xc8\x9c\x78\x76\x23\ \xea\x70\x91\x1d\x07\x6e\xce\x1c\xf3\x19\x81\x25\xb6\xde\x81\x9b\ \xd7\xe0\x7a\x4d\x20\xdf\x71\x59\x83\xf9\x45\x46\xf8\x3d\x00\x92\ \xac\x44\x34\xd0\xf1\x66\xc1\x04\x83\x8c\xd7\x83\x19\x67\x7c\xb1\ \x53\xfe\x5d\x9e\xdd\x37\x45\x00\x4c\x01\x32\xce\xbc\x93\xb5\x92\ \x0a\xcf\x05\xf6\x94\x1c\x01\xbf\x1f\xbc\xee\xf6\x8e\x76\x3e\x23\ \x23\x23\x61\xad\x08\xc2\x19\x97\x07\x62\xfc\x0e\x7b\xeb\xe5\x43\ \x9e\x69\x71\xb0\xc8\xb8\xb8\x86\xb3\x51\xac\x6d\x14\x30\xbb\x0d\ \x67\x2d\x1d\x60\x73\x1f\x49\x4a\x54\x57\x57\x3f\x47\x97\x5c\x8c\ \x23\x4e\xd5\x9d\x02\xb5\x51\x92\x02\x42\x66\xfb\x32\x93\x92\xcd\ \x66\x03\xe0\xc0\x89\xfa\x00\x57\x56\x56\x02\xb2\xf5\x48\x11\xe0\ \xc0\xbd\x98\x3c\x40\x02\xc6\x84\x45\x25\xaa\x76\xf4\xea\x05\x66\ \x3e\x59\xde\x62\xc1\x11\x32\x75\x23\x5c\x9b\x22\x55\x8f\x12\xa0\ \xff\xd9\xca\x8e\x00\x21\x7c\xb9\x5c\x2e\xd4\xa3\xd1\x48\x33\x16\ \x5b\x3b\xae\x00\x01\xf6\xf6\x06\xd4\x71\x00\x94\x3c\x12\x61\x11\ \xbd\x76\x8a\xc5\xe3\xfe\x80\xab\xa8\x21\x70\x63\x1c\x05\x3e\x92\ \x02\x6b\xe6\xce\xdb\x59\x2a\xaf\x03\x41\x28\x5d\x50\x50\x0c\x9f\ \x03\x57\x72\xff\x0c\xc7\xe4\x91\x33\x02\x0f\x10\xa6\x3d\x03\x91\ \x36\xb2\xc3\xbd\xf9\x3f\xa9\x2a\x0e\xa0\x9e\x9d\x9d\x0d\x9f\x91\ \x8a\x42\xf0\x51\x8e\xd1\xd1\xd1\x60\xe0\xd3\xe9\xb4\xf2\xf9\xbc\ \x06\x06\x06\x0a\xa2\x3d\x57\x32\x98\x51\x7a\x2b\x6d\xdb\xb6\x4d\ \xf7\xee\xdd\xd3\xf2\xf2\xb2\xb6\x6e\xdd\xaa\x8d\x1b\x37\x6a\x60\ \x60\x40\x77\xee\xdc\x51\x5d\x5d\x9d\x5a\x5a\x5a\x82\x21\x74\x99\ \x83\xe5\x39\x75\xea\x94\xca\xca\xca\x74\xfe\xfc\x79\xb5\xb7\xb7\ \xab\xa9\xa9\xa9\x20\x2a\x64\xac\x00\x6d\x77\x78\x6e\xb4\x5c\xc9\ \xa3\xff\xe6\xd8\x10\x58\x92\x91\x91\x91\x50\x94\xef\xac\x19\x4e\ \xc3\x0d\x61\x55\x55\x95\x4e\x9e\x3c\xa9\x6c\x36\xab\x8a\x8a\x8a\ \xd0\xa6\xe2\xf6\xed\xdb\xfa\xc4\x27\x3e\xa1\x9e\x9e\x1e\x75\x75\ \x75\xa9\xa1\xa1\x41\x9d\x9d\x9d\x81\xad\xf3\xae\xcb\xc5\xc5\xc5\ \x05\xc7\x54\xa1\x2f\x18\x55\xf4\x06\xdb\x40\x2b\x18\xc0\x32\x32\ \x85\x2c\xb2\x96\x38\x06\x76\x83\x55\x56\x56\x16\x04\x49\xcc\x1d\ \x65\x02\x5c\xd7\x65\x01\xfb\x04\x18\xa4\x20\x1f\xbd\xe1\x4c\x3e\ \x0f\x38\x48\xf7\x39\x30\x05\x7c\xa3\xb3\x00\x33\xaf\x5d\x61\x4c\ \x18\x5e\x9c\x95\x47\xb7\xf4\x7e\xa3\xee\x0c\x06\xd1\x1d\x8a\xb3\ \x1c\x6e\xd8\xb9\x96\xd7\xbd\xe1\x24\x30\xf4\xd8\xd0\x95\x95\x15\ \xdd\xb9\x73\x47\xe7\xce\x9d\xd3\xe5\xcb\x97\x55\x5f\x5f\xaf\x13\ \x27\x4e\x28\x1e\x8f\x87\x60\x85\x97\xcb\x52\x79\x79\xb9\x5a\x5b\ \x5b\xc3\x71\x48\x27\x4e\x9c\xd0\xed\xdb\xb7\xd5\xdc\xdc\xac\xb3\ \x67\xcf\x86\x86\xd1\x89\x44\x42\x6d\x6d\x6d\x9a\x9a\x9a\xd2\x99\ \x33\x67\x14\x8f\xc7\xf5\xca\x2b\xaf\x68\x76\x76\x56\x87\x0e\x1d\ \xd2\xde\xbd\x7b\x75\xf9\xf2\x65\x95\x97\x97\xeb\xce\x9d\x3b\x05\ \xfe\x63\xfb\xf6\xed\x2a\x2b\x2b\xd3\x85\x0b\x17\xc2\xf3\x1e\x3b\ \x76\x2c\x9c\xaa\x70\xea\xd4\x29\x75\x75\x75\x29\x91\x58\xed\x81\ \xd7\xd7\xd7\x17\x36\xb7\x14\x15\x15\xa9\xa6\xa6\x26\xd8\x09\x7c\ \xc3\xbf\xfd\xb7\xff\x56\x6f\xbe\xf9\xa6\xde\x7f\xff\x7d\x95\x95\ \x95\x69\x70\x70\x50\x5f\xfc\xe2\x17\x55\x5c\x5c\xac\xce\xce\x4e\ \xdd\xbb\x77\xaf\x60\xce\x24\x85\x8d\x4c\x6e\xab\x58\x4f\xe6\xdf\ \x9d\x36\x6b\xe8\x4c\x0d\xf3\xef\x20\x01\x1d\xe0\xe5\x29\x40\xd7\ \x5f\x67\x38\xb0\xbb\xf8\x08\x00\xbc\x33\x2e\x0e\xcc\xb0\xf5\x04\ \x34\x7e\x0f\xec\x3e\x6b\x1b\x05\x4f\x0e\xa2\xb0\xfd\x30\x65\x9e\ \x4d\xf1\xda\x33\xf4\xde\x75\xc5\x9f\x83\xfb\x53\xf7\xec\x63\x26\ \xe0\xf4\x86\xdd\x2e\xc7\xbe\x31\x00\x3b\xe1\x4c\x9b\xb4\x1a\xc4\ \x4d\x4f\x4f\x87\xc0\x98\x67\xf2\x12\x01\xae\xc7\x6e\xc4\x8f\xb3\ \x95\x90\x23\xae\x93\xe8\x1d\x6b\xca\x1a\xf3\xb9\xfb\x38\xae\xe3\ \x7a\x1a\x4d\x17\x33\x3e\xff\xb3\xbc\xbc\xac\x24\x5d\xb6\xd9\x8d\ \x05\xa2\xf3\x68\x94\x1d\x20\x18\x39\x80\x09\x02\x82\x41\x94\x14\ \x80\x18\x06\x88\xfa\x0c\xc0\x0b\xc8\xd4\x91\x26\xa0\x06\xda\xd4\ \x8d\x0a\x05\xa8\x38\x0a\x16\x9e\x89\x03\x6c\xd1\x3d\x9e\x42\x55\ \x84\x96\x45\x01\x98\x79\xd3\x37\x28\x71\xde\xf3\x7c\x2e\x0b\xee\ \x45\x81\x08\x61\x2c\x16\x53\x65\x65\xa5\xc6\xc7\xc7\x15\x8b\xc5\ \xc2\x21\xc7\xd2\xda\xf9\x4a\x2b\x2b\x2b\x4a\xa5\x52\x9a\x9d\x9d\ \x0d\x11\x35\xf3\xc5\x22\xe1\x00\x9c\x9e\x74\x50\x85\xc1\xf6\x45\ \xf7\x67\x47\x48\xbc\x1e\xc6\x0d\x70\x51\x51\x51\x68\xd0\xe9\x8e\ \x9b\xe7\x44\x71\x18\x8b\x2b\x22\xcf\xca\x3d\xa3\xd1\x1e\x6b\x05\ \x50\x46\xe0\x89\xf4\x9d\xe6\xe6\x79\xbc\x0e\xc9\x05\x94\x6d\xec\ \x3d\x3d\x3d\x41\xe9\x1c\x60\xa0\x90\xe9\x74\x3a\x30\x5f\x4e\xa1\ \x2f\x2f\x2f\x17\xb0\x1f\xb9\x5c\x2e\xb4\xf0\x48\x26\x93\xea\xeb\ \xeb\x0b\x63\x73\x46\x92\x39\x65\xd7\xe7\xee\xdd\xbb\x95\xcd\x66\ \xb5\x7e\xfd\xfa\x60\x5c\x52\xa9\x94\x26\x27\x27\x03\xb8\xa3\xc3\ \x3c\x69\x33\xe6\x89\x39\x18\x1b\x1b\x53\x7d\x7d\xbd\xfe\xf8\x8f\ \xff\x58\xe7\xcf\x9f\xd7\x73\xcf\x3d\xa7\xdf\xff\xfd\xdf\xd7\x9e\ \x3d\x7b\x0a\x0c\xac\xb3\x81\x6e\x70\x3d\x85\x19\x8d\xa0\x3c\x52\ \x73\x40\x0c\x40\xc2\xc8\xb8\x92\xfb\x21\xc7\xac\x43\x2a\x95\x52\ \x5d\x5d\x9d\x06\x07\x07\x95\xc9\x64\xd4\xd5\xd5\x15\x6a\x5b\xc6\ \xc7\xc7\xf5\x2f\xfe\xc5\xbf\xd0\x83\x0f\x3e\xa8\x0f\x3f\xfc\x50\ \x7d\x7d\x7d\xa1\xc0\x1f\x9d\xc0\xb8\x27\x93\xc9\x00\x78\x91\x49\ \x22\x57\x07\x81\x92\xd4\xd0\xd0\x50\x30\x16\x1a\xb2\x62\x3b\x48\ \x53\x38\x83\x8c\x8c\x79\xd4\x0b\x9b\x88\xde\x03\x6e\x9c\x9d\x72\ \x20\x86\xf1\xc6\x3e\x01\xee\x39\x9c\xdc\x53\x1b\xc9\xe4\x6a\x47\ \x77\xce\x02\x5c\x5c\x5c\x54\x2a\x95\x0a\x69\x4d\xd7\x8f\x78\x7c\ \xf5\xb8\x1a\x76\xaa\xc1\xce\xe2\x6c\x56\x56\x56\x0b\xdc\x01\x77\ \xb0\xee\xec\x82\x65\xae\xa2\x46\x1f\x9d\xc6\xd9\xf3\xfc\x1e\x40\ \xa1\x37\xac\x35\x76\x84\x80\x88\x76\x0d\x37\x6f\xde\xd4\xee\xdd\ \xbb\xf5\x85\x2f\x7c\x41\x6d\x6d\x6d\x7a\xe1\x85\x17\x0a\x7a\x43\ \xa1\x43\x7b\xf7\xee\x55\x45\x45\x85\x2e\x5c\xb8\xa0\x4d\x9b\x36\ \x29\x91\x48\xe8\xfe\xfb\xef\xd7\xe9\xd3\xa7\x35\x35\x35\xa5\xbd\ \x7b\xf7\xaa\xad\xad\x4d\x92\x74\xf2\xe4\x49\x5d\xbd\x7a\x55\xa9\ \x54\x4a\xd7\xae\x5d\xd3\x9d\x3b\x77\x54\x54\x54\xa4\xce\xce\xce\ \x82\x14\x15\xcf\x14\x8b\xc5\x42\x5d\x17\x20\x2f\x91\x48\x68\x6a\ \x6a\x4a\x27\x4f\x9e\xd4\xd3\x4f\x3f\xad\x4c\x26\xa3\x1b\x37\x6e\ \x84\x67\x98\x9c\x9c\xd4\xe4\xe4\x64\x00\x40\xc8\x3b\x41\x70\x2e\ \x97\xd3\xa9\x53\xa7\xb4\x6d\xdb\xb6\xc0\xdc\x90\x0e\x7b\xe9\xa5\ \x97\xf4\x6b\xbf\xf6\x6b\x9a\x9c\x9c\x0c\x73\x89\x2e\xf0\x72\xa6\ \x88\xe0\xd6\x99\x20\x6c\xae\x6f\xe4\x81\x2c\x60\x8c\xe8\x29\x7e\ \xca\xaf\x4d\x76\x83\x35\xe4\x37\xce\x92\xba\x4d\xa7\x36\x0a\x7b\ \xc6\x98\x3d\xf5\x44\x06\x00\xf6\xde\xcf\x41\xf4\xd6\x28\x9e\xb2\ \xe7\xe5\x41\xb6\x93\x08\x1f\x97\xdd\xc0\xd7\xa2\xbb\x1c\xe9\x45\ \xc3\x71\xec\x11\x3e\xc5\xaf\xc3\xcb\x01\x1b\x6b\xc7\x1a\xf8\x4e\ \x7f\xb7\x7f\xfe\xdc\x9e\x3d\x61\x4e\xfc\xdf\x8e\x17\xd0\x5d\xc8\ \x1f\x7e\xe7\x04\x8e\x17\xb0\xfb\x5a\xf1\x2c\x10\x37\xae\x6b\x1e\ \x30\xf2\x3b\x6c\xaf\xb3\x8f\xce\x76\x3b\xa1\x81\x3d\x8c\x73\x70\ \xa9\x77\x61\xf5\x94\x0f\xf4\x33\xce\x0b\x23\x88\x90\x94\x97\x97\ \x87\x3c\x6f\x3e\xbf\x7a\x1e\x9d\x4f\x06\x46\xc9\xc1\x94\x3f\x18\ \x06\x9b\x7a\x0d\x8c\x93\x2f\xbe\x0b\x34\x8c\x81\xf7\x66\x62\xd1\ \x40\xaa\x5e\x08\xeb\xbd\xba\x10\x6a\x84\x0f\xf0\x87\x10\x30\x51\ \x38\x5f\x14\x0c\x80\x44\xb1\x2b\xb5\x3d\xd4\x9f\xb1\x7b\xca\xe9\ \x5f\xfe\x26\xa2\x87\x1d\x61\xc1\x78\x66\xe6\x82\x85\xf7\xf9\x77\ \x27\xeb\x9f\x79\xad\x19\x6b\x42\x9d\x93\xef\x60\xc8\x66\xd7\x9a\ \x50\xd2\x07\xc8\x53\x36\x38\x14\x37\x1e\xcc\xa5\xff\xdb\x15\x80\ \x74\x28\xeb\x89\xc3\x92\xd6\xba\xea\x03\x14\x88\x0e\x5c\xe1\x61\ \xad\xa0\xfc\x71\x42\xee\x30\x32\x99\x8c\x26\x26\x26\x0a\x3a\x7a\ \x8f\x8d\x8d\x05\x76\xd5\xa3\x21\xc6\x56\x5e\x5e\xae\xaa\xaa\x2a\ \xe5\xf3\xf9\xd0\x1c\xd2\x0b\x3c\xa3\x8c\x03\x2c\x26\xd7\x23\x92\ \x86\xad\x64\x87\x12\x3b\x12\x6b\x6a\x6a\x74\xe0\xc0\x01\x35\x34\ \x34\x04\xb9\xf1\xf6\x06\x80\xae\xee\xee\x6e\x3d\xf8\xe0\x83\x4a\ \xa5\x52\x3a\x7a\xf4\xa8\x1e\x7f\xfc\x71\x7d\xf3\x9b\xdf\xd4\xf9\ \xf3\xe7\xc3\x5a\xb9\x52\x32\xaf\xfe\x8a\x1a\x17\xe6\x86\x40\x80\ \xf5\xf6\x5a\x91\xb6\xb6\xb6\xb0\xe6\xe8\x98\xb4\xda\x1c\xb4\xaf\ \xaf\x4f\xd7\xaf\x5f\xd7\xcb\x2f\xbf\xac\x9e\x9e\x1e\xad\x5b\xb7\ \x4e\xbf\xf5\x5b\xbf\x15\x36\xa7\x50\x34\x3c\x34\x34\xa4\xc9\xc9\ \x49\x7d\xef\x7b\xdf\x53\x3e\x9f\xd7\xd3\x4f\x3f\xad\x86\x86\x06\ \x75\x74\x74\x68\xff\xfe\xfd\xfa\xec\x67\x3f\xab\xa7\x9e\x7a\x4a\ \x8d\x8d\x8d\xe1\x94\x07\xc9\xce\xdd\x4a\x14\xd6\x88\xe5\xf3\xf9\ \x70\x30\xb1\x37\x2c\x74\xe6\x0f\x59\xa8\xa8\xa8\x08\x3b\x92\xbd\ \xc6\x8a\x35\xf7\x9a\x30\xce\xe7\x73\xb6\x36\x1e\x8f\x87\xcd\x37\ \x00\x1a\xd8\x2f\x64\xce\xeb\xc6\xfc\x8c\x54\x8f\xf8\x49\x1d\x02\ \x90\xbc\x1b\x34\x69\x7d\xe4\x08\xbb\x07\x00\x04\x30\xe2\x58\x60\ \x7e\xd8\xf4\xe2\x2d\x54\xbc\x96\xd2\x03\xba\x68\x14\xef\x0c\x29\ \xc0\xd6\x23\x74\xbe\xc3\xdc\x7a\xfa\xb2\xa8\xa8\x48\x97\x2e\x5d\ \xd2\x5f\xfd\xd5\x5f\x69\x7e\x7e\x5e\x5f\xfc\xe2\x17\xc3\x86\x25\ \x64\xab\xae\xae\x4e\x27\x4e\x9c\x08\x8c\xed\xc1\x83\x07\x03\x1b\ \x74\xe5\xca\x15\x35\x36\x36\x6a\xfb\xf6\xed\xba\x71\xe3\x86\xbe\ \xfb\xdd\xef\xea\xec\xd9\xb3\x8a\xc5\x62\xda\xb7\x6f\x9f\x2e\x5d\ \xba\x14\xc6\xdc\xda\xda\x1a\x40\x8d\x33\x42\xc8\x6f\x59\x59\x99\ \xee\xdc\xb9\x13\xe4\x36\x1e\x5f\x3d\x9b\x91\x52\x00\xfa\xdc\xa1\ \x47\x00\x65\x74\x3b\x1a\x70\x49\xd2\xf3\xcf\x3f\xaf\xf6\xf6\x76\ \x6d\xda\xb4\x29\xcc\xc5\x85\x0b\x17\x94\xcf\xe7\xc3\x99\xa0\xce\ \xda\xe0\x78\x1d\xb0\xe2\x7c\xbd\x3d\x0c\x76\x0b\xe7\xcc\x77\x9c\ \x9d\xc1\x3e\xf3\x07\x1b\xea\x36\x1d\xb9\xc1\x1e\xfa\x5a\xb9\x4d\ \xf7\x67\x42\xd7\x61\xd5\xfd\xb9\xdd\xa6\x12\x7c\x23\xfb\xfc\xd6\ \x01\x0a\xb2\x06\x20\xf1\xf2\x19\xec\xb6\x33\x52\xc8\x1d\x73\x07\ \x48\x70\xbf\xc1\x5c\xfa\x75\x3d\xf0\xc3\xaf\xb8\x5f\xc3\x76\xf1\ \x3d\x9e\x3f\xca\xe6\x33\x8f\xcc\xbd\xcf\x8d\x33\x85\xcc\x31\x7a\ \xc6\xb3\xf8\x38\x9c\x75\x66\x2d\xb0\x23\xac\x9d\x67\x6a\x90\x39\ \xe6\x34\x91\x48\x14\xa4\x96\x9d\x41\x73\x70\xcd\xe7\x90\x39\xce\ \xb4\xff\xdf\x6b\xaf\x6d\x01\x67\xe2\x98\x54\x84\xd3\xb7\x54\x42\ \xbd\xb3\x05\xd6\x1d\x41\x3a\x9d\x0e\xff\x2f\x2f\x2f\x2f\x88\x10\ \x3c\xca\x67\xa2\x40\xb4\xd1\x88\x0c\x74\xea\x6c\x46\x2e\xb7\x56\ \x0b\x84\xe0\xc3\xba\x10\xed\x22\xc4\xb0\x36\xd4\x91\x39\x32\xc5\ \xa1\xf2\x39\xb5\x61\xf4\xbe\x71\x64\x5a\x59\x59\xa9\x81\x81\x81\ \x02\xd0\x47\x6a\x94\xa2\x76\x07\x8d\xec\x70\x44\x00\x38\x1e\xc3\ \xaf\x8b\x03\xf7\xfe\x25\xde\x31\xde\x41\x89\x33\x49\x08\x3c\xf7\ \xc3\xe0\x3a\x6d\xed\xe9\x3f\x04\x93\x54\x0a\x80\xd5\x01\x41\x22\ \x91\x50\x26\x93\xf9\x48\x87\x71\x9e\x33\x9f\x5f\xab\x69\x41\x80\ \xbd\x60\x99\xc8\x11\xa1\x73\x23\x8f\x10\xfb\x4e\x31\x84\x79\xdd\ \xba\x75\xc1\xb1\x22\x63\x89\x44\x22\x80\x37\xc6\x8f\x43\xf4\x62\ \x4e\x40\xe3\xf2\xf2\x72\x81\xc1\xa0\x3e\x10\xa7\x36\x35\x35\x15\ \x64\xd7\x95\x81\x54\x8a\x83\xad\x44\x62\xb5\x06\x05\xe3\x39\x33\ \x33\xa3\x03\x07\x0e\x84\x94\x16\x8c\x58\x67\x67\x67\x00\xee\x2e\ \x4f\xc8\xf3\xc2\xc2\x82\x06\x07\x07\xb5\x7b\xf7\xee\xc0\xbe\x3e\ \xfb\xec\xb3\xea\xe9\xe9\xd1\x9f\xff\xf9\x9f\xeb\x37\x7f\xf3\x37\ \x75\xe8\xd0\xa1\xf0\x5b\x57\x74\x7f\x0f\x67\xeb\x46\x98\xef\x38\ \x80\xe1\xf7\xdc\x9b\xef\x32\x4f\x18\x89\xe9\xe9\x69\x5d\xbe\x7c\ \x59\x1f\x7c\xf0\x41\x78\xbf\xb3\xb3\x53\xbf\xf9\x9b\xbf\xa9\x6c\ \x36\xab\x37\xde\x78\xa3\x80\x5d\xad\xac\xac\xd4\xa9\x53\xa7\x34\ \x3b\x3b\xab\xdf\xfd\xdd\xdf\x55\x6d\x6d\x6d\x41\xba\xe2\xc4\x89\ \x13\x3a\x7d\xfa\xb4\x5e\x78\xe1\x85\x00\x3a\xb0\x05\xec\x22\x04\ \x40\x78\xe0\x04\x53\xee\x40\x1c\x90\xc4\x3c\x78\xaa\x03\xf9\x73\ \xa7\x41\xd0\x12\xdd\x79\x9a\xc9\x64\x42\x04\x4f\xfb\x04\x00\x1a\ \xcf\x84\x1d\x70\x46\xcc\x53\xee\x0e\xbe\xfd\x7e\xc8\x79\x26\x93\ \x29\xe8\x8f\x45\x5a\xc7\x99\x47\x9e\x81\xef\xd5\xd4\xd4\x48\x52\ \x18\x37\xba\x87\xc1\x47\xce\xdd\x49\x7a\x6a\x85\xdf\xfa\x58\x1c\ \x00\x20\xd3\x8c\x01\x5d\x75\x46\x61\x62\x62\x42\x2f\xbc\xf0\x82\ \x0e\x1f\x3e\xac\x4f\x7f\xfa\xd3\x7a\xe3\x8d\x37\xd4\xd7\xd7\xa7\ \xd2\xd2\x52\x7d\xe9\x4b\x5f\x52\x32\x99\xd4\xc8\xc8\x88\x76\xec\ \xd8\xa1\xed\xdb\xb7\xeb\xec\xd9\xb3\x7a\xf5\xd5\x57\xb5\xbc\xbc\ \xac\xfd\xfb\xf7\xeb\xcd\x37\xdf\x0c\xbb\x4c\x4b\x4a\x4a\xb4\x67\ \xcf\x1e\xdd\xbb\x77\x4f\xc3\xc3\xc3\x21\x30\x87\xcd\x63\x47\x2f\ \x63\x94\xa4\xaa\xaa\x2a\x35\x37\x37\xeb\xf4\xe9\xd3\x61\x8e\x70\ \xee\x2b\x2b\x2b\xba\x7c\xf9\x72\xc8\x9e\xb0\x6e\x3c\x1b\x32\xe0\ \x1d\xff\x79\x5e\x49\xba\x7c\xf9\xb2\x36\x6c\xd8\xa0\xd1\xd1\xd1\ \xb0\x8b\xd8\x4b\x31\x98\x6f\xe6\xd2\xe7\x0d\xdb\xe2\x19\x0a\xe4\ \xc0\x7f\xe3\xcc\x87\x83\x71\x0f\x3c\x91\x23\x0f\x76\x3d\xe8\x76\ \xbd\xc5\x7e\xe1\x83\xdc\xd9\x33\x3f\x5c\x9b\xff\x3b\xa0\x59\xb7\ \x6e\x5d\x48\xcf\xfb\x8e\x54\xb7\x95\x1e\xbc\x38\x40\xe7\xc5\x75\ \xa3\xa0\x11\x59\xa4\x16\x15\x5d\xe1\x3b\x10\x26\xbe\x2b\x11\x80\ \xe4\x8c\x72\x94\x85\xc5\xb7\xf9\x89\x23\xf8\x20\x9e\xeb\xe3\x40\ \xb4\x07\x50\x80\x17\xcf\xa2\xb9\x4f\x8b\x06\xab\xf8\x16\xec\x96\ \x83\x2d\x27\x1a\x78\x8f\xf5\xc0\x66\xf9\xb3\xe0\xc3\xfd\x5e\xee\ \x57\x90\x0d\xec\x6b\x20\x67\x3a\x3a\x3a\x9e\x8b\xc5\x62\xc1\x11\ \xf3\x23\x9a\x40\x22\x88\x18\x12\xce\x21\x63\x07\x15\x20\xca\x27\ \x11\xba\x11\x30\x41\xaf\x1e\x04\x21\x2a\x70\x08\x84\xa7\xbf\x1c\ \x04\xf0\x1b\x47\xc2\x2b\x2b\x6b\x3d\x7b\x50\x3a\x9c\x0c\x0b\xb2\ \xb8\xb8\x18\xba\xc0\x52\xa3\xe1\x29\x37\xce\xdf\xa3\xb9\x21\x93\ \xe4\x6d\x19\x58\x4c\x69\xb5\xeb\x6c\x2e\x97\x2b\xe8\xe5\x83\xc2\ \xb0\x48\xec\x8a\xc3\x98\x46\x23\x11\xa2\x6f\x4f\xeb\x79\x64\xe2\ \x60\xd4\x69\x6d\xa2\x28\x04\x17\x81\xe1\x1a\xae\xe0\xbe\xe8\x1e\ \x7d\xf1\x3d\x84\x07\x40\xca\x35\xf8\xb7\xa7\x10\xdd\x11\x78\x74\ \xee\x45\x94\x00\x65\x07\x31\xce\xb4\x21\xe4\x95\x95\x95\xe1\x78\ \x12\x57\x72\xd6\x92\x67\xa0\x9b\xbe\xcf\x01\x63\x22\xd2\xc0\xc9\ \x22\x7b\x80\x5b\x8a\x8e\x91\x35\xdf\x79\x06\x08\xf0\x08\x8a\xf9\ \xac\xa9\xa9\x51\x75\x75\x75\x38\x53\x8e\xee\xd4\xec\x3c\x04\x04\ \x57\x57\x57\x17\x80\x80\x95\x95\x95\xc0\x92\x52\x8c\xbb\x75\xeb\ \xd6\xa0\x2f\xc9\x64\x52\x0f\x3f\xfc\xb0\x3e\xf8\xe0\x03\x9d\x3a\ \x75\x4a\x7b\xf7\xee\x55\x4d\x4d\x4d\xb8\xaf\x47\x64\x18\x3c\xd7\ \x05\x07\x97\x6e\x18\x9c\xca\xee\xeb\xeb\xd3\x95\x2b\x57\xf4\xc0\ \x03\x0f\x84\xf5\x67\x7c\xa4\xd4\x96\x97\x97\x95\xc9\x64\x74\xe6\ \xcc\x19\x55\x57\x57\x0b\xe6\xba\xb8\xb8\x58\x0f\x3c\xf0\x80\x1e\ \x7d\xf4\x51\x3d\xfa\xe8\xa3\xfa\xd4\xa7\x3e\xa5\xc3\x87\x0f\x6b\ \x6e\x6e\x4e\x5d\x5d\x5d\xea\xee\xee\x56\x43\x43\x83\x5a\x5a\x5a\ \x0a\x9c\xd0\xc6\x8d\x1b\xd5\xd4\xd4\xa4\xbe\xbe\xbe\x50\xe7\x16\ \x05\xdf\xa4\x74\x1c\x10\x61\x84\x01\x59\x18\x22\x4f\x0b\xf3\x6f\ \xe6\xc1\xeb\x6e\xb0\x2d\xc8\x14\x41\x92\x3b\x46\xec\x4a\x74\xa7\ \x2a\xeb\xed\x2f\xf4\x0d\xdd\x73\x27\xc3\xd8\xd9\x1d\xeb\x29\x3d\ \x5f\x1b\xfa\x0b\x51\x4f\x02\x6b\x97\x4c\xae\x6e\x0e\xf0\xad\xe8\ \xcb\xcb\xcb\x7a\xe7\x9d\x77\x42\x0a\x8c\x71\x3b\x5b\xed\xce\xd5\ \x81\xb7\x07\x1f\xe8\x04\x8e\xc8\xff\xed\xfa\xef\xba\xdb\xdb\xdb\ \xab\xc1\xc1\xc1\xd0\x6e\xe1\xe8\xd1\xa3\x3a\x72\xe4\x88\x7e\xfe\ \xf3\x9f\xab\xb8\xb8\x58\x0f\x3d\xf4\x90\x5e\x7b\xed\x35\x7d\xf0\ \xc1\x07\x61\xf7\xed\x9d\x3b\x77\xd4\xdb\xdb\x1b\x6c\xc7\xd1\xa3\ \x47\x83\x6c\x00\xc8\x13\x89\x84\x9e\x7a\xea\x29\x0d\x0e\x0e\x6a\ \x7e\x7e\x5e\x99\x4c\x46\xdd\xdd\xdd\x21\xcb\x00\x0b\x7a\xee\xdc\ \xb9\x02\x36\x62\xcf\x9e\x3d\xea\xe8\xe8\xd0\x8f\x7f\xfc\xe3\xd0\ \x6c\x14\x3b\x84\x4d\x5c\x5c\x5c\x54\x53\x53\x93\x3a\x3b\x3b\x35\ \x36\x36\x56\x30\x3f\x15\x15\x15\x1a\x1b\x1b\xd3\xed\xdb\xb7\x55\ \x5c\x5c\xac\x54\x2a\xa5\x2f\x7c\xe1\x0b\x2a\x2d\x2d\xd5\xf8\xf8\ \x78\x01\x59\x80\xff\x01\x34\x78\x20\xca\xf5\xf8\x0e\xba\xc6\xdc\ \x13\x0c\x78\x40\xe4\xec\x96\xb3\x8a\x5e\xd7\xcb\x75\x9d\xd1\xf0\ \xf3\x0e\x71\xe6\x1e\xf0\x71\x6f\x4f\x05\xa3\x03\x0e\x34\x90\x17\ \x18\x5e\xb7\xcd\xc8\x01\x80\xcb\xc1\x2e\x6b\xc6\xbf\xf9\x1d\xf3\ \xe4\xcc\x96\xa7\xef\x3c\x45\xc9\x67\x9e\x0d\x8a\x16\xe6\x33\x16\ \xca\x50\x18\x3f\x72\x84\x1d\x27\x75\xee\xf3\xc5\xba\x51\xb6\x94\ \x4e\xa7\xc3\x33\xe3\xbf\x18\xbf\xfb\x3b\xbf\xbf\x83\x34\x07\x71\ \x30\xc2\xc8\x16\xbe\x94\x67\x8e\xce\x11\xeb\xec\x36\x22\xca\x2c\ \xa2\x67\x80\x49\x64\x25\x16\x8b\x29\xb1\x65\xcb\x96\xe7\xa0\xb8\ \x5c\x41\x3d\x52\x24\x4a\x59\x5e\x5e\x3d\x08\x14\xa4\xe6\xe9\x21\ \xef\x1e\x4c\x04\xe3\xed\x16\x5c\xc8\x61\x30\xbc\x16\x80\x07\x67\ \x21\x31\x8a\xdc\xcb\x77\x11\x60\x6c\x59\x3c\x3f\x4f\x8d\xa8\x32\ \x4a\x4d\x46\x69\x49\x16\x9b\xa3\x3f\xca\xcb\xcb\xc3\x77\xa2\xbb\ \x27\xe8\xd6\x4c\x5d\x06\xec\x16\xd7\x43\x69\x7c\xb2\x1d\xc8\xf1\ \x0c\xee\xe0\x7d\xf1\x25\x15\x80\x2b\x47\xfe\xdc\x83\x39\x64\x8e\ \xa8\x67\xe1\x7d\xd6\x0c\x41\x67\xfe\x9c\x21\xe0\x5e\xce\xe2\xe1\ \xe4\x18\x2f\x74\x29\xa0\xcc\x05\x97\x35\x83\xa5\x60\xfc\x5c\x3b\ \x9b\x5d\xeb\x36\xec\xb5\x59\xdc\x8f\x6e\xf7\x65\x65\x65\xa1\x97\ \x4e\x45\x45\x45\x98\x4b\x5f\x5f\xd6\x0c\x85\xcc\xe7\xf3\x41\xf6\ \x3c\x52\x42\xc6\x00\xbb\xc8\x25\x73\x80\x21\xf0\xda\x37\x98\x16\ \x22\x9b\x54\x2a\xa5\x0d\x1b\x36\xe8\xf8\xf1\xe3\xda\xbb\x77\xaf\ \x8e\x1c\x39\x12\xba\xbe\xd7\xd5\xd5\x05\xa0\x4f\x87\x7f\x8f\x7a\ \xfa\xfb\xfb\xd5\xd3\xd3\x13\x6a\xc4\x4a\x4b\x4b\x55\x5f\x5f\x5f\ \xc0\xce\x25\x93\x49\x1d\x39\x72\x44\xaf\xbf\xfe\xba\x7e\xf2\x93\ \x9f\xe8\xc0\x81\x03\x01\xcc\xf1\x2c\x0e\x0a\x3d\xf8\x00\x6c\x62\ \x78\x00\xa3\xc8\x31\xb5\x60\xa4\x08\xf3\xf9\xbc\x26\x26\x26\x34\ \x3d\x3d\x1d\xea\xff\x60\x4b\x5b\x5a\x5a\xb4\x6d\xdb\x36\x6d\xda\ \xb4\x29\x04\x00\x9c\xde\x50\x59\x59\x59\x90\x1e\x6e\x68\x68\xd0\ \xee\xdd\xbb\xb5\x73\xe7\x4e\xfd\xe1\x1f\xfe\xa1\xea\xea\xea\xd4\ \xda\xda\x1a\x0c\xcd\xd8\xd8\x98\x52\xa9\x94\xf6\xef\xdf\xaf\x5d\ \xbb\x76\x69\x62\x62\x42\x77\xef\xde\x2d\xb0\x17\x04\x6d\xa5\xa5\ \xa5\x01\xac\xa4\xd3\xe9\xf0\xbc\xb0\xd4\x0e\x20\xb0\x25\xc8\x35\ \x40\x15\x9d\x64\x8e\xf8\x37\xe0\x9e\x7b\xe1\xb8\x78\x3e\xc0\x11\ \xfa\x8b\x7e\xcd\xcf\xcf\x87\xd4\x93\x3b\x1a\x49\x05\x29\x6b\x8f\ \xda\x39\xea\x09\xf9\xae\xaf\xaf\x0f\x7a\x51\x53\x53\x13\xee\x4f\ \x1f\x37\x40\x16\xbf\x87\x7d\x78\xf7\xdd\x77\xc3\xe1\xe6\xce\x5c\ \xb8\xae\xb9\xc3\x61\x1c\x7c\xc6\x2b\x1a\xd5\x4b\x0a\xf7\x94\xd6\ \xea\x45\x3f\x0e\x70\x71\x38\xf3\xad\x5b\xb7\x94\x4c\xae\xb6\x69\ \x78\xf5\xd5\x57\xd5\xd7\xd7\x17\x58\xc6\xe1\xe1\xe1\xa0\xa7\x25\ \x25\x25\x7a\xf8\xe1\x87\xb5\xbc\xbc\xac\x9f\xff\xfc\xe7\x01\x74\ \xe4\x72\x39\xd5\xd6\xd6\xea\xab\x5f\xfd\xaa\x5e\x7f\xfd\x75\x55\ \x56\x56\xaa\xbf\xbf\x5f\xfd\xfd\xfd\x41\x3f\xf7\xec\xd9\xa3\xe5\ \xe5\x65\xdd\xbb\x77\x2f\x38\xdd\xd2\xd2\x52\x3d\xf1\xc4\x13\x9a\ \x9e\x9e\xd6\x1b\x6f\xbc\x11\xd6\x1c\x50\xe0\x40\xa7\xa3\xa3\x43\ \x8f\x3e\xfa\xa8\x6e\xdf\xbe\xad\x54\x2a\x15\xfa\x35\x56\x57\x57\ \x87\x35\x6b\x69\x69\xd1\xf2\xf2\xb2\x7e\xf5\x57\x7f\x35\x34\x47\ \x25\x8d\x8c\x5e\x60\xd3\xb1\x6b\xd1\xd4\x9a\x07\xae\x6e\xd3\x20\ \x0f\xb0\xcf\xbe\x21\xc2\xff\xed\xb6\x14\x19\xe1\x39\xd0\x5d\x5f\ \x0f\xd8\x54\x2f\x0a\xf7\x6c\x0b\xe3\x88\xc7\xe3\x1f\x39\x99\x80\ \xeb\x11\x90\x21\x3b\xbc\xcf\xae\xd9\x99\x99\x99\xe0\xdb\x98\x5f\ \xf7\xb9\x0e\x4e\x08\x00\x60\x51\x99\x2f\x07\x2e\xc8\xa9\x33\x6f\ \xc8\x9f\xa7\x3e\x61\xbe\xd0\x1f\x02\x1e\x6c\x11\xd7\x65\x9c\x5c\ \x8b\xcf\xa8\x91\x9e\x9d\x9d\x2d\xb0\x65\x5c\x97\x31\x63\xdb\xbd\ \xf0\x9f\xa0\x87\xf5\xf5\x5a\x67\xfc\x9e\x07\x2e\x0e\x8a\xa2\x99\ \x22\xaf\x75\x76\xbf\xec\x0c\x27\xcf\x4f\x56\x85\x6b\xae\xac\xac\ \x28\xc9\x83\x41\xf5\xf9\xd9\x7e\xd4\x3b\x00\x8e\x78\x20\x1e\xd6\ \xa3\x02\x9f\x64\xa7\xcb\x5d\xa8\xb8\x17\x3b\x00\xbd\xff\x06\xe9\ \x33\x16\x1f\x43\x8d\x32\xf0\x7b\x94\x13\xf6\xc9\x17\x86\x94\x1c\ \xf7\xf4\x5c\xad\x2b\x0e\xd1\x0a\x9f\xb3\x4d\x94\xa2\x77\x98\x27\ \xef\xe7\xe2\xbb\x44\x7c\x5b\x37\xf3\x44\x04\xef\xf7\x86\x15\xe3\ \x73\x00\x9a\xa7\x22\xfc\xff\x2c\xb0\xb3\x59\x0e\x8c\x9c\xce\xf5\ \xe7\xe6\xfb\x30\x71\xac\x13\x02\x0d\x7b\x85\x70\x31\xd7\x08\x5e\ \xd4\x58\xc3\x20\xb0\x6b\xcc\x81\xb2\x33\x4c\xce\x74\xc1\x28\x10\ \x5d\xa0\x78\x1e\x2d\x90\xbe\xe1\x48\x1b\x9e\x8b\x63\x68\x50\x70\ \x4f\xff\xf1\x5c\x80\x45\x04\x9a\xb1\xa0\x10\xb3\xb3\xb3\x61\x5e\ \xdc\x30\x21\xab\xac\x2f\xd7\xa0\x69\xe9\xcc\xcc\x8c\xb6\x6f\xdf\ \xae\x96\x96\x16\x8d\x8e\x8e\x2a\x97\x5b\xad\x01\x6b\x6a\x6a\x52\ \x53\x53\x53\x90\x37\x1c\x00\x05\xdf\x45\x45\x45\xba\x72\xe5\x8a\ \xee\xdd\xbb\x17\xea\xc8\x8a\x8a\x8a\x54\x5f\x5f\x1f\x8c\xb1\xf7\ \x3d\xab\xa8\xa8\xd0\x9f\xfc\xc9\x9f\xe8\x3f\xfe\xc7\xff\xa8\x6f\ \x7c\xe3\x1b\xfa\x4f\xff\xe9\x3f\x85\x1a\x1f\xe6\x12\x19\x60\x3e\ \x51\x52\xd6\xda\xdb\x81\x20\x0f\xcc\x7b\x7f\x7f\x7f\x00\xaa\xe9\ \x74\x5a\xe9\x74\x3a\xcc\x31\x2c\x16\x87\x60\x73\xa6\x28\x91\x24\ \x0e\x94\x6b\xb3\x6b\xab\xb9\xb9\x59\xcb\xcb\xcb\xfa\x9b\xbf\xf9\ \x1b\xfd\xc3\x3f\xfc\x83\xce\x9e\x3d\xab\x5f\xfd\xd5\x5f\x0d\xdd\ \xf6\x31\xf8\xd5\xd5\xd5\xfa\xfa\xd7\xbf\xae\x0b\x17\x2e\xe8\x95\ \x57\x5e\xd1\xf4\xda\x68\xed\xb6\x00\x00\x20\x00\x49\x44\x41\x54\ \xf4\x74\x68\x93\x20\xad\x1d\xac\x8c\x4c\x78\xb4\xcc\xb3\x38\x6b\ \xc3\xff\x01\xe5\xc8\x0f\xec\xb8\x07\x12\x80\x30\x8a\xeb\x09\x0c\ \x00\x9f\xce\x68\x61\xc7\x48\x89\x7b\x24\x4a\x60\x46\xf0\x42\x6d\ \x69\x36\x9b\x55\x43\x43\x43\x90\x6b\x74\x0a\xe3\x5b\x55\x55\xa5\ \xd1\xd1\x51\x2d\x2e\x2e\xaa\xa2\xa2\x22\xcc\x35\x81\x88\x47\xf3\ \xc8\x2b\x69\x43\x1c\x15\x36\x8a\xf5\x8f\x06\x40\x0e\xea\xdd\x4e\ \xb8\x6d\x8b\xc5\x56\x37\xdb\x60\x43\xfb\xfb\xfb\xc3\x3c\xb8\xd3\ \xaa\xa8\xa8\xd0\xfa\xf5\xeb\xc3\x39\x76\xc5\xc5\xc5\x1a\x19\x19\ \xd1\x95\x2b\x57\xc2\xf3\x51\xc3\xc8\x7d\x4a\x4b\x4b\xb5\x73\xe7\ \x4e\x4d\x4f\x4f\xeb\xda\xb5\x6b\x05\xcc\x55\x36\x9b\x0d\x75\x6f\ \xe9\x74\x5a\x9d\x9d\x9d\x3a\x7b\xf6\x6c\x58\xdb\x7c\x3e\xaf\x4d\ \x9b\x36\xe9\xda\xb5\x6b\xe1\x19\x72\xb9\xd5\x74\x71\x75\x75\xb5\ \xde\x7d\xf7\x5d\xcd\xce\xce\x06\x36\xc2\x99\x44\xbe\x8b\x6e\x2d\ \x2c\x2c\xe8\xa1\x87\x1e\xd2\xe2\xe2\xa2\x26\x26\x26\x94\x4c\xae\ \x76\x8a\xdf\xbc\x79\xb3\xc6\xc6\xc6\xc2\x29\x0a\xd9\x6c\x56\x43\ \x43\x43\x05\xcf\x8e\xbd\x66\x9e\x01\x0d\x6c\x3c\xc0\x3e\xe3\x13\ \x7c\x8d\x9d\x45\xc5\x7f\x71\x0d\xfc\x9f\x33\x34\xf8\x4d\x07\x26\ \xce\x7a\x33\x1e\x2f\xc3\xc1\x4e\xc0\x16\xf9\x29\x06\x4e\x64\x00\ \x7c\x00\x08\x8c\x0b\x79\x03\x2c\x50\xd0\xee\x2d\x76\x1c\xa8\x13\ \x2c\xe7\xf3\xf9\x50\x34\xef\x32\x48\x70\x42\xb0\xe1\x19\x28\xc6\ \xe3\xa4\x07\x2f\xc0\x8d\x33\x85\xee\x73\x1d\xac\x30\x9f\xfc\xed\ \x7a\x02\x9e\x40\xc6\xf0\xb5\x51\x06\xc9\xb1\x8a\x7f\x8f\x35\x94\ \xd6\x36\x7f\x38\xe1\xe2\x29\x54\xb7\x39\xac\x2b\x3e\x28\x7a\x2f\ \x27\x77\x18\xa7\xdf\xd7\x71\x4a\x2e\x97\x53\x9c\x05\x25\xf5\xe5\ \xc5\xe5\xdc\x88\x1d\x59\x74\x26\x67\xa7\x02\xa8\x1b\xe0\x30\x3b\ \x3b\x1b\x8a\xdc\x89\xf4\x78\x08\x1f\x84\xf7\x30\xc2\x81\x7a\xce\ \xd3\x41\x97\x2f\x20\x06\x96\xc8\x8f\x63\x53\xdc\xd9\x72\x6f\xa7\ \x54\xdd\x88\x3b\x28\xf1\x14\x19\xcf\xc6\xa4\xd1\x1e\xc0\x23\x0b\ \xce\x23\x43\xf1\x79\x6e\x4f\x97\x31\x56\x52\x4a\x8e\x9e\x3d\xfa\ \xf6\xb4\xaa\x47\x59\x3e\x77\x9e\x3a\xf0\xf5\xc0\x59\xd0\xd4\xd4\ \x41\x2e\x51\x14\x8e\x86\x88\x1a\x44\x8f\x22\xf2\x6f\x72\xf9\x14\ \xfd\x02\x6e\x61\x05\x49\x8f\x39\xd0\x25\x72\x02\x74\x02\x38\x10\ \x44\xea\xd9\xdc\x68\x02\x58\xd9\xa1\x85\x23\xa0\x2f\x16\x91\x19\ \xc0\x9a\xd4\x23\x91\x1b\x69\x59\x00\x03\xf3\x09\x13\xc5\x98\x90\ \x5d\x4f\xf1\x22\xab\xd3\xd3\xd3\xe1\x3c\x41\x76\x2a\x01\xce\x8a\ \x8b\x8b\xb5\x69\xd3\x26\xad\x5f\xbf\x5e\xf9\x7c\x3e\x74\x10\xa6\ \xa6\xab\xba\xba\x3a\xa4\xbc\x08\x42\x6e\xde\xbc\xa9\x8b\x17\x2f\ \x2a\x95\x4a\x85\xba\x08\x58\x91\x68\x1a\x82\x5d\x6b\xdf\xf8\xc6\ \x37\x54\x5d\x5d\xad\xe7\x9f\x7f\x5e\x13\x13\x13\x1f\xe9\x2e\xee\ \x86\xd3\xa3\x2d\x3f\x43\x0d\xc5\x5f\x58\x58\x08\x0d\x4b\x8b\x8a\ \x8a\xd4\xdf\xdf\xaf\xd3\xa7\x4f\xeb\xbd\xf7\xde\xd3\x85\x0b\x17\ \xd4\xdf\xdf\xaf\x91\x91\x11\x4d\x4f\x4f\x6b\x66\x66\x46\xe9\x74\ \x5a\x53\x53\x53\x1a\x1b\x1b\xd3\xf4\xf4\x74\x41\x93\xcc\x58\x6c\ \xad\xbe\x25\x5a\xbf\x54\x53\x53\xa3\x7f\xfd\xaf\xff\xb5\x7e\xf1\ \x17\x7f\x51\x3f\xfd\xe9\x4f\x43\xca\x88\x54\x18\x2c\xd9\xa1\x43\ \x87\xf4\x3b\xbf\xf3\x3b\x7a\xf8\xe1\x87\x35\x33\x33\x53\x10\x58\ \x90\x3e\x04\xa0\xf3\x19\x40\x01\x43\x18\x8b\xad\x1d\x2c\x0d\xb0\ \xc6\x08\xe3\xf0\x3c\x88\xe0\x0f\xb5\x96\xe8\x25\x75\x4c\xb0\xf0\ \xce\x94\x21\xcf\x0e\x6a\xa3\x8c\x40\x2c\x16\x0b\xa0\x94\xf7\x00\ \x71\x9e\x9e\xce\xe5\x72\x6a\x6a\x6a\x52\x69\x69\x69\x68\x9a\x89\ \x8e\x45\x8d\x3b\xb6\xa5\xa1\xa1\x21\x38\x6e\xd2\xe9\x38\x63\xe4\ \x1a\xbd\x71\x96\x3e\xca\x40\x63\xbf\x3c\xc5\xd4\xda\xda\x2a\x49\ \xa1\xcd\x05\xcc\x5d\x79\x79\x79\x48\x09\x23\xfb\x63\x63\x63\xea\ \xea\xea\xd2\xa5\x4b\x97\xc2\x35\x47\x46\x46\x0a\x9a\xf7\x56\x54\ \x54\x68\xf3\xe6\xcd\x9a\x99\x99\x51\x57\x57\x57\x00\x5c\xc8\x76\ \x71\x71\xb1\x9a\x9b\x9b\x25\xad\xd6\x7a\x35\x35\x35\x85\xa0\x26\ \x9f\xcf\x87\xb3\x0a\x47\x46\x46\x0a\x6c\xc4\x96\x2d\x5b\x14\x8f\ \xc7\x75\xe3\xc6\x8d\x82\x3a\x28\xff\x0e\xf6\x2f\x95\x4a\x69\x74\ \x74\x54\xb3\xb3\xb3\x6a\x6a\x6a\xd2\xe7\x3f\xff\x79\xb5\xb6\xb6\ \x86\x13\x1a\x24\x69\x6a\x6a\x4a\x9f\xff\xfc\xe7\x43\xef\x2b\xe6\ \xcd\xb3\x26\x1e\x64\xfa\x0e\x60\xfe\xfe\xb8\x36\x1d\xce\x36\xf9\ \xf8\xb0\x7d\xd1\x5a\x1d\xde\xe7\xfa\x80\x7f\xaf\x39\x83\x95\xc7\ \x3e\x39\x78\xf6\xfb\xa2\xef\x90\x07\x3c\x0b\x2f\x6c\x81\x03\x6f\ \xbf\x0e\x6b\xc4\x33\x46\xb3\x20\xc8\x1f\x32\x2a\xad\xd5\xa8\xe2\ \x7f\x20\x17\xb0\xfd\xbc\xb8\x87\x07\x46\xee\xdf\x68\xdf\xe4\xa0\ \xd2\xe5\x9b\xf7\x9c\x09\xc2\x17\xe2\x9b\x5c\x17\x08\x32\x09\x04\ \x09\xb4\x9c\x89\xc2\xdf\xf0\x5d\xec\x29\xbe\x84\xf1\x81\x0d\x9c\ \xad\xf2\x33\x85\x99\x5b\xbe\x17\x7d\x6e\xf4\xd5\xef\xed\xe5\x03\ \x80\xdb\x7c\x3e\xaf\x64\x2c\x16\x0b\xd1\x3f\xac\x05\xfd\x87\x40\ \xd8\x28\x30\x46\xdd\x53\x89\x80\x23\x9c\x98\xd3\x7f\x1e\x91\x63\ \xb4\x9d\xe2\xf3\xd4\x07\xe3\xf0\x9d\x6b\xbe\x90\x51\x61\xf6\xe3\ \x30\x78\x58\x37\x40\x4c\x14\x86\xcc\xeb\x30\x1c\xd0\x45\x6b\x33\ \x70\x2c\x45\x45\x45\xa1\x7e\x83\x93\xeb\x53\xa9\x54\x00\x77\x89\ \x44\x22\x44\xea\x44\x01\xae\x18\xd4\x6e\xb8\x90\xf2\xbc\x80\x22\ \xb6\x8e\x47\x0d\x0b\x75\x63\x08\x12\xf3\x0f\x88\x62\x21\x19\x23\ \x69\x11\x84\x02\xa5\xa1\x8e\x08\x21\xc1\x19\x31\x3e\x84\xaf\xa4\ \xa4\x24\xd4\x11\xb1\xde\x0e\x8e\xdd\x01\x70\x0d\xe6\x17\xe5\x73\ \x05\xc6\x50\x71\x2f\xfa\x83\xc5\x62\xb1\xd0\xd0\xd6\x0b\xfa\x61\ \x0f\x3c\x4d\x8d\xf1\x70\x05\xc5\x09\xb8\x3c\x31\x7e\xd6\x08\x39\ \xf6\xdf\xa2\xc4\xcc\x13\x0c\x53\x3a\x9d\x56\x32\x99\xd4\xe5\xcb\ \x97\xd5\xd5\xd5\xa5\xc6\xc6\x46\xed\xde\xbd\x3b\x30\x74\x5b\xb7\ \x6e\x55\x55\x55\x55\x98\x6b\x00\x29\x32\x7b\xe0\xc0\x01\x75\x76\ \x76\x06\x43\x0f\x55\x8d\xd1\x73\xe3\x8d\x03\xaf\xa9\xa9\xd1\xef\ \xfe\xee\xef\xea\xcf\xff\xfc\xcf\x75\xea\xd4\x29\x7d\xee\x73\x9f\ \x0b\xcc\x5f\xd4\x18\x31\x87\x13\x13\x13\x05\x94\x7c\x2c\x16\x0b\ \x5b\xf1\xb3\xd9\xac\xde\x7e\xfb\x6d\xf5\xf6\xf6\x2a\x97\xcb\x05\ \x10\x48\x3f\x2c\x74\x63\x65\x65\x25\x04\x50\x00\x46\x40\x35\x72\ \x99\xc9\x64\xb4\xb2\xb2\x12\xfa\x36\xb9\x81\x2f\x2d\x2d\xd5\xe1\ \xc3\x87\xb5\x6d\xdb\x36\x9d\x3d\x7b\x56\xe3\xe3\xe3\xda\xb9\x73\ \x67\x01\x75\xce\x81\xea\x9f\xf9\xcc\x67\x74\xf0\xe0\x41\x9d\x3e\ \x7d\x5a\x67\xce\x9c\x29\x48\x2d\x47\xe5\x18\xe0\x88\xd1\x65\xee\ \xa2\x51\xa2\x3b\x10\x40\x32\xbb\x50\x01\x6b\xcc\x19\xbf\x73\xa0\ \xe6\xa9\x16\x74\xc6\xe7\xa7\xaa\xaa\x2a\xc8\x1f\x36\x01\xfd\xac\ \xac\xac\x0c\x3a\x49\xc0\xe1\xc0\x88\xb9\x62\xfc\xe8\x9f\xdb\x25\ \x74\x3b\x16\x8b\xa9\xb9\xb9\xb9\xc0\x41\x21\xab\xd1\x20\x13\x5b\ \x82\xed\xc2\xf9\xe1\x64\x46\x47\x47\x03\xd8\x4b\x26\x93\x9a\x9b\ \x9b\x0b\x47\x9e\xf1\x0c\x7c\x37\x97\xcb\x85\x5d\x8f\xc8\x1b\x27\ \x21\xa0\x6f\x38\x1d\xee\x9b\x4c\x26\xd5\xd1\xd1\xa1\x6c\x36\xab\ \x9b\x37\x6f\x86\x40\x81\x6b\x27\x93\xab\x3b\x27\xef\xbf\xff\xfe\ \x20\xe3\xcc\x2f\x63\xe5\x5c\xc0\xb1\xb1\xb1\x60\x5f\x4a\x4b\x4b\ \xb5\x75\xeb\x56\x5d\xbc\x78\x51\x43\x43\x43\xc1\x71\x32\x6f\xae\ \x03\xf1\xf8\x6a\x3b\x0c\x98\xc7\x6c\x36\xab\xc3\x87\x0f\xeb\xd6\ \xad\x5b\x1a\x1e\x1e\x56\x65\x65\xa5\xae\x5f\xbf\x1e\x80\xe5\x4b\ \x2f\xbd\xa4\xfd\xfb\xf7\x17\x38\x44\xf7\x5b\xde\xdf\xd1\x75\x8c\ \x17\x3a\xe8\x7a\x01\x28\x42\xb6\xb0\x9f\xae\x1f\xd8\x53\xae\x81\ \x3c\x7b\xa0\xc4\xf7\x58\x67\x07\x28\xfc\xc1\x0f\x79\xb6\xc7\x4b\ \x40\x1c\x9c\x38\xcb\xc2\xda\x70\x2f\x07\x28\x2e\x5f\x5e\x93\xeb\ \x0c\x13\x72\x05\x70\x8f\xca\x27\xe3\xf6\xb6\x05\x4e\x0a\x20\xfb\ \x04\x29\x4b\x4b\x4b\x81\xc5\x66\xfe\xf8\x37\x65\x28\x9e\x0e\x45\ \x47\xf0\xdf\xcc\x81\xb3\x5b\x1e\xb4\x78\xc0\xe2\xfe\x01\x26\x0e\ \x50\xf5\x71\xe9\x3b\xf4\xd6\x03\x56\xf4\x94\x71\xf2\x8c\xfe\x3d\ \xd6\xd0\x53\x99\xe8\xa7\x3f\x1f\xd7\x4f\x26\x93\x4a\x2e\x2c\x2c\ \x04\xca\x9c\x8b\x78\xea\xc7\x91\x3b\xc6\xd0\xbb\xca\xe2\xf4\x88\ \x2e\x79\x00\x26\x89\x1c\xb5\x53\x73\x1e\x45\xe2\xb4\x9d\x2d\x71\ \xda\x8f\x45\xf6\x5d\x6c\x4b\x4b\x4b\x81\xc2\x66\x22\x30\xa2\x4c\ \x88\xdf\x97\x45\x01\x7c\xf8\xc2\x20\x74\x30\x29\x5e\xc3\x03\x5b\ \xc6\xb8\x01\x49\x08\x1f\xc6\x0d\x83\xbe\xb2\xb2\x52\x30\x3e\x17\ \x3a\x0c\xb6\x2b\x1a\xd1\x31\x63\x76\x47\xe1\x60\x91\xf7\x5c\x79\ \x3d\x15\x92\x48\x24\x42\xd4\x49\xfa\x14\xe3\xca\x3c\xb9\x00\x03\ \x22\xbd\x8e\x2e\x0a\x04\x89\xfa\x3c\x15\xcb\xf8\xbc\x97\x89\xaf\ \x43\x45\x45\x45\x10\x54\x1a\xb0\xf2\x8c\xc8\x10\x8c\xcd\xfc\xfc\ \xbc\x2a\x2a\x2a\xc2\xbd\x88\xf4\x18\x1f\x8e\x11\xe1\x76\x76\x8a\ \x75\x83\xcd\x42\x81\x9c\xa6\x27\x6a\xc4\x11\x7a\x1a\x6e\x66\x66\ \x46\xa5\xa5\xa5\x5a\xbf\x7e\x7d\x81\xb1\xdd\xbc\x79\xb3\xca\xcb\ \xcb\x83\x03\x1c\x1d\x1d\x0d\xe7\xfb\xb1\xd5\x9e\xf5\x2b\x2a\x2a\ \x0a\xa9\x32\x67\xdb\x3c\xe8\xc0\x58\xb2\x96\x2b\x2b\xab\x3b\x14\ \xcb\xca\xca\xf4\xef\xfe\xdd\xbf\xd3\xdf\xfe\xed\xdf\xea\xed\xb7\ \xdf\xd6\x2f\xfc\xc2\x2f\x68\x7e\x7e\x5e\x0b\x0b\x0b\xe1\x00\x69\ \x98\x98\x4c\x26\xa3\xa1\xa1\xa1\x30\xd6\x78\x7c\xf5\x30\xf5\x4c\ \x26\xa3\x9e\x9e\x1e\xfd\xef\xff\xfd\xbf\xd5\xd7\xd7\xa7\x03\x07\ \x0e\x68\xc7\x8e\x1d\xaa\xaa\xaa\x0a\x4c\x94\xcf\x3b\x8e\xb5\xb6\ \xb6\x36\xb0\x6d\x51\xfd\x26\xb2\x25\x0d\xe1\x7a\x8c\xa1\x4f\x26\ \x93\x7a\xe4\x91\x47\xf4\xfa\xeb\xaf\xeb\xcd\x37\xdf\x54\x65\x65\ \xa5\xde\x7b\xef\x3d\x95\x97\x97\x6b\xc3\x86\x0d\x6a\x6e\x6e\x56\ \x4b\x4b\x8b\x52\xa9\x94\xbe\xf4\xa5\x2f\xe9\xc4\x89\x13\xba\x70\ \xe1\x82\x2e\x5c\xb8\xa0\xf1\xf1\xf1\x90\x7e\x43\xb7\x30\x9c\xa4\ \x55\x00\x73\xbe\xe9\x86\xf5\xc3\x46\xf0\x7c\x1e\xa5\x7b\xa4\xe9\ \x91\x3d\xba\x47\xcf\x2b\x80\x2c\xf3\x81\xf1\x77\x1d\x73\xe3\x09\ \xc0\x26\x50\x40\x1f\x91\x5f\xea\xad\xb8\x26\x8c\x11\x06\x96\xb5\ \x27\x72\xce\xe7\x57\x3b\x95\x97\x97\x97\x2b\x9d\x4e\x17\x44\xc1\ \x5e\xf7\xc8\xf5\x78\x0e\xb7\x6f\xf7\xdf\x7f\xbf\xea\xeb\xeb\x75\ \xfb\xf6\x6d\x5d\xb9\x72\x25\x30\x84\x93\x93\x93\xba\x7a\xf5\x6a\ \x58\x33\xf4\x9c\x7b\xe0\x88\xdc\x79\xba\xa3\xf4\xf4\x0a\x0c\xc7\ \xed\xdb\xb7\x0b\xb6\xa0\x63\xef\x70\xa4\x55\x55\x55\x7a\xe8\xa1\ \x87\x94\x4e\xa7\x55\x55\x55\x55\x50\xa7\xb6\xbc\xbc\xac\xcd\x9b\ \x37\x6b\x7c\x7c\x3c\xf4\x27\x8c\xc7\xe3\xaa\xae\xae\x56\x4d\x4d\ \x8d\x7e\xf6\xb3\x9f\x85\xbe\x5c\x45\x45\xab\xe7\xda\x32\x27\xe8\ \x30\x3e\x00\x96\x74\x6a\x6a\xaa\xa0\x66\x70\x6c\x6c\x4c\x99\x4c\ \x46\xdb\xb7\x6f\xd7\xca\xca\x8a\x8e\x1d\x3b\x16\x18\x33\x1c\x37\ \x72\xc1\x5a\x78\x5a\x9e\xb1\xe2\x03\x98\x0b\xdf\xe5\x07\xa0\xc2\ \xff\xb9\x8f\x22\xa0\x74\xc7\x0f\x7b\xea\x59\x1e\xf4\xd1\x01\x54\ \x32\x99\x0c\x2c\x31\x32\x87\x8c\xb8\x93\x46\x3e\x00\xa2\x5e\x3e\ \xc1\xfa\xb9\x0f\x76\x16\xdf\x19\x26\xd7\x17\x4a\x53\x68\xb5\xe2\ \xcf\xee\xbe\x82\xb1\x22\x3b\xd8\x14\x74\x80\xa0\x12\x1b\x88\xcd\ \xe7\x44\x13\xaf\xd1\xe6\x3a\xce\x48\x03\x82\x5c\xc7\xa3\xac\x91\ \xff\xdf\x71\x05\x2f\xf4\x06\x2c\x02\x49\x80\xad\x66\xfe\x1c\x3c\ \x3b\x48\xc2\xef\x30\xd7\xf4\xfc\x44\x66\xb8\x2e\xd7\xe2\x3d\x30\ \x11\x7a\x0e\x30\xf5\xe7\x4e\x02\x3a\xbc\x5e\x04\xa7\xc4\x0b\x61\ \x77\x4a\xce\xe9\xd4\xa8\x70\x11\xe5\x30\x81\xa0\x56\x80\x80\x17\ \x9b\x46\xa9\x36\x26\x88\x05\xe5\x7d\xc6\xe1\x0d\xc5\x88\x9a\x11\ \x36\x67\x7b\x3c\xe2\xf5\xf4\x1d\x40\x86\x6b\x90\xe2\x63\xbc\xa0\ \x75\x49\xe1\x39\x30\xac\x8e\xa4\x71\x04\x9e\x9b\x46\x40\x30\x48\ \xe4\xf7\x19\x0f\xbb\x10\xdd\xf8\xc7\x62\xb1\xc0\x98\x71\x7f\x8c\ \x23\xcf\xe5\xcf\x8b\x63\x21\x2a\x63\xac\xcc\xaf\x83\x0a\xd6\xc3\ \x95\xcb\x9d\x69\x2e\xb7\x5a\x0b\xe1\x8d\x3b\x61\x82\x78\x31\xa7\ \xde\x2f\xcb\x0d\x20\x75\x67\xcc\x2b\x8d\x14\x61\xfb\x1c\x5c\x10\ \x29\x41\xc7\x7a\x54\xe2\xec\x19\xd1\x3a\xcf\x10\xad\x1f\xf3\x5a\ \x09\x49\xc1\xf0\xc1\x3e\xf0\x62\x4d\xdc\xa1\x12\xe9\x4d\x4f\x4f\ \xab\xa4\xa4\x44\x1b\x37\x6e\xd4\xd2\xd2\x92\x6a\x6b\x6b\x95\xcf\ \xe7\x75\xed\xda\x35\x6d\xdf\xbe\x5d\x33\x33\x33\x6a\x6c\x6c\x54\ \x36\x9b\xd5\xe4\xe4\x64\x70\x90\x9e\x97\x47\x6f\xdc\x79\x61\x64\ \x90\xbf\xe8\x06\x08\xd2\x91\x55\x55\x55\x7a\xf6\xd9\x67\xf5\xcd\ \x6f\x7e\x53\x45\x45\x45\x3a\x7c\xf8\xb0\xa4\xd5\xbe\x55\x30\x22\ \x38\xcc\x64\x72\xed\x78\x98\xe2\xe2\xd5\x46\x86\xbd\xbd\xbd\x7a\ \xff\xfd\xf7\xd5\xdc\xdc\xac\x5f\xfe\xe5\x5f\x56\x6b\x6b\x6b\x81\ \x9c\x7a\xa4\x8b\xf2\x23\x9b\x1e\x55\x63\xac\x59\x1f\x9e\xc7\x53\ \x6a\x51\x3d\x2c\x2e\x2e\xd6\xa1\x43\x87\xc2\xb3\x8c\x8f\x8f\xeb\ \xda\xb5\x6b\xaa\xaf\xaf\xd7\xb5\x6b\xd7\x34\x39\x39\xa9\x7d\xfb\ \xf6\x69\x6e\x6e\x4e\x15\x15\x15\x3a\x76\xec\x58\x60\x1d\x4e\x9f\ \x3e\xad\x81\x81\x81\x70\xe6\xa4\x33\xdb\xb0\xc5\x2e\x03\x18\xaa\ \xa2\xa2\xa2\x70\xf4\x14\xa0\xda\x99\x07\x2f\x8e\x26\xad\xec\xc5\ \xeb\xe8\x40\x51\x51\x91\xca\xcb\xcb\x03\x5b\x97\x4a\xa5\x0a\xba\ \x7b\xb3\xb6\xc8\x38\x60\x0f\xc7\x81\x8e\xa7\x52\xa9\x00\x38\xf8\ \x9b\x5e\x4a\xe8\x2a\xf2\xc7\xbc\xf2\x9c\x35\x35\x35\xaa\xab\xab\ \xd3\xe8\xe8\x68\xb0\xab\xd8\x53\x67\x29\xdd\x41\x20\xfb\x89\x44\ \x42\x63\x63\x63\xba\x7a\xf5\xaa\x36\x6d\xda\xa4\xc6\xc6\xc6\xd0\ \x08\xd2\x8f\x45\x71\x27\x86\x7c\xba\xf3\xe4\x8f\xcf\x21\xdf\xc7\ \xc6\x78\x3f\x2a\xe6\xc6\x6b\x91\xa4\xd5\x16\x0c\xed\xed\xed\xba\ \x75\xeb\x96\xea\xea\xea\x0a\x9e\xa5\xb8\xb8\x58\x5b\xb7\x6e\xd5\ \x7b\xef\xbd\x57\x90\x86\x6a\x69\x69\xd1\xdd\xbb\x77\x43\xaa\x19\ \xdb\xd8\xdc\xdc\xac\xb1\xb1\xb1\x02\x1b\x08\xbb\x88\xee\x8d\x8c\ \x8c\x04\x30\xf1\xb5\xaf\x7d\x4d\xff\xfe\xdf\xff\x7b\xc5\xe3\x71\ \x3d\xf8\xe0\x83\x41\x56\x2b\x2b\x2b\x43\x4a\x1f\xb9\x66\x5c\xe8\ \x90\x33\x2d\xac\x33\x0c\x2c\x00\x09\x3d\x72\x5b\x83\x0e\x00\xcc\ \xdc\x6f\xb8\xfc\x44\xd9\x43\xbe\xeb\xbf\x01\xdc\xa0\x9f\xac\x37\ \xaf\x68\x7a\xcc\xfd\x2d\xbf\xc3\x6f\xe4\x72\xb9\x82\x74\x36\x63\ \xf4\xdf\x00\x1c\x01\x1a\x80\x3c\xfc\x39\x69\x4d\x00\x0b\xb2\xeb\ \xa9\x32\x9e\xc7\xb3\x4c\xd1\xcd\x6c\xe8\x9b\x8f\xd9\x6d\x37\xeb\ \xe1\xdf\xe3\x05\xf9\xe0\x0c\x15\x01\x0c\xc0\xb0\xb8\xb8\x38\x6c\ \x94\x43\x4e\xdc\xd7\x61\x73\x19\x13\x40\x08\xdb\x82\x4c\xb3\xae\ \xd8\x05\xe4\x0a\xbf\xe6\xf3\xe2\x00\x8d\xfb\x61\x6f\xfc\x7a\x00\ \xbf\x10\x60\xb5\xb6\xb6\x3e\x37\x37\x37\x17\x06\xc1\xa4\x38\x8d\ \xc7\xc4\x23\xb0\x4e\x25\xa2\xa4\xce\x48\x11\xbd\xe0\x6c\xa4\xb5\ \xe2\x50\x1e\x88\x85\xf3\x05\x73\xb6\x01\x23\x07\x52\x94\xa4\x99\ \x99\x99\x02\xa3\x43\x2a\x93\x62\xd2\xe8\x43\xf3\x47\x5a\x2b\x34\ \x67\xe1\x3c\xd5\xe7\xb4\xb1\xef\x66\x41\xd8\x98\x0f\x47\xe1\x8c\ \x9b\x28\x02\xb6\x88\x96\x14\x2c\x92\xd7\x65\x21\x04\x7c\xcf\xa3\ \x52\x14\xde\x01\x20\x20\x08\x05\x83\x46\x47\xe9\x5c\x28\xdd\x98\ \x53\xcc\xcd\xb3\xf2\x07\x23\x40\x8d\x93\xa4\x82\x22\x48\x94\xe3\ \xff\xcf\xb8\xa3\xb4\xbe\xad\x1e\x45\x75\x05\xc4\xb0\xb9\xf1\xe1\ \x79\x28\xaa\x84\x35\xe4\x33\x9a\x7a\xb2\x4e\xdc\x97\xdf\x61\x24\ \x1d\xd0\x78\xb1\xa5\x47\xfa\xc8\x8c\x03\x2e\xe4\xc3\xe7\xb9\xb9\ \xb9\x39\x44\x5c\x33\x33\x33\x5a\x58\x58\x50\x7f\x7f\xbf\x8a\x8b\ \x8b\xb5\x6b\xd7\x2e\xad\x5f\xbf\x3e\x8c\x81\x6b\x2c\x2e\x2e\x86\ \xc2\xe6\xa8\x63\xe7\xf9\xa2\xc0\xc5\x1d\x1d\xdb\x8f\xd7\xad\x5b\ \xa7\x2d\x5b\xb6\xe8\x5b\xdf\xfa\x96\x16\x17\x17\xb5\x67\xcf\x1e\ \xcd\xcd\xcd\x85\x79\x79\xf1\xc5\x17\x95\x4c\x26\xc3\x6e\x35\xdf\ \xee\xdf\xd0\xd0\xa0\x43\x87\x0e\xe9\xd8\xb1\x63\x21\x85\x82\x4e\ \x71\x0c\x94\xd7\x02\x40\xd7\x57\x55\x55\x85\x36\x19\x8c\x89\xf9\ \xf3\xb1\xb2\x86\x18\x47\xf4\x01\x23\x06\x38\x5e\x59\x59\x09\x67\ \x20\xbe\xfb\xee\xbb\x8a\xc5\x56\x53\xfd\x9b\x37\x6f\x2e\x60\xf4\ \x4a\x4b\x4b\xb5\x69\xd3\x26\x1d\x3a\x74\x48\xdb\xb7\x6f\xd7\xe0\ \xe0\xa0\x06\x06\x06\xc2\x3a\x2d\x2d\x2d\xa9\xba\xba\x5a\xf1\x78\ \x3c\xd4\xe9\x61\x20\x09\x0c\xd0\x55\x4f\x31\x62\xfc\x7d\xcc\xb1\ \x58\x4c\xd5\xd5\xd5\x61\x4e\x70\xa2\xc8\xa9\x3b\x0d\x9e\x8f\xb9\ \xc2\x90\xb3\x96\x18\x6a\x98\x03\x9e\x9b\x39\xa1\x39\x2a\x32\x87\ \x73\x60\xcc\xd2\x1a\x13\x88\xd3\xcd\xe7\xf3\x3a\x73\xe6\x8c\x06\ \x07\x07\x0b\x9c\x8b\xdb\x09\x07\xca\xce\x40\x2f\x2f\x2f\xab\xbe\ \xbe\x5e\x47\x8e\x1c\x09\xc7\xd1\x34\x35\x35\xa9\xbd\xbd\x5d\xfd\ \xfd\xfd\x05\xf3\xe5\xce\x35\x1a\xcd\x63\x33\xf8\x8c\xfb\xfa\x6e\ \x39\xe4\x03\xfd\x8c\xd6\xa4\x94\x94\x94\xe8\x2b\x5f\xf9\x8a\xf6\ \xef\xdf\xaf\xdb\xb7\x6f\x6b\x71\x71\xf5\xdc\xcf\xef\x7f\xff\xfb\ \x9a\x9f\x9f\x57\x75\x75\xb5\xf6\xed\xdb\xa7\xf7\xde\x7b\x4f\xd9\ \x6c\x36\x38\xc6\xf6\xf6\x76\x5d\xbb\x76\x2d\x9c\x79\x29\x29\xa4\ \xe3\x6f\xdf\xbe\x1d\xd6\x0c\xdb\xff\xe4\x93\x4f\x2a\x9b\xcd\xea\ \xc2\x85\x0b\x2a\x2f\x2f\xd7\xd6\xad\x5b\x0b\x76\xb4\xde\xbb\x77\ \x4f\xcf\x3e\xfb\xac\xa6\xa6\xa6\xc2\x46\x8e\xd2\xd2\xd2\x20\x5f\ \xf8\x11\x82\x14\xfc\x81\x3b\x7b\xd6\x07\x99\x77\x07\xef\x6c\x15\ \x6b\x10\xd5\x6f\x77\xaa\xd8\x6b\x1c\xaf\x33\x84\x9e\x45\x80\xb9\ \xf7\x40\xda\x03\x83\x68\x46\xc3\x83\x1e\xc6\x8e\x3d\x04\x00\x78\ \x7d\x91\x07\xb4\x1e\x28\x61\xfb\x90\x13\x9e\xc1\x5b\x0a\xf1\x5b\ \x67\x61\xa3\x81\xbb\x33\x35\x3c\x33\x73\x80\x6f\x47\x4e\x20\x56\ \x3c\x40\xf6\xfa\x42\x0f\x02\x58\x77\x4a\x60\x86\x86\x86\x82\xbf\ \x4a\x24\x12\xc1\x4f\xc0\xa0\xa1\x27\xce\xc8\x3a\x73\xef\xfa\xce\ \x5a\x01\x0a\x3d\x03\x05\x18\xf3\x75\x77\x9c\xe2\x36\xdc\xc1\x2f\ \xf3\xc9\x98\x09\x5e\xf3\xf9\xbc\x12\x4d\x4d\x4d\xcf\x11\x21\x7b\ \x31\x27\x0f\x09\xfb\xe3\x14\x24\xa9\x37\x14\x8f\x85\xc6\xe0\x21\ \x88\xce\xb8\x30\x79\x3e\x70\x06\xcd\x02\xb1\xd8\x80\x01\x69\xad\ \xc6\x07\x81\x62\xa2\x00\x71\x9e\x4f\x8e\x5e\xd7\x85\x15\x76\xce\ \x11\xbb\x47\x72\xa0\x54\xfe\xf8\x8e\x44\x7e\xe7\x05\x8c\x1e\x95\ \xe0\x44\x18\xab\x47\x8a\x38\x44\xee\xcf\x5c\x7a\xf4\xe1\xb9\x68\ \x07\x4f\x0e\x10\x11\x2e\x9e\x11\x01\xa7\xe6\x07\x85\xe4\x68\x10\ \x07\xc1\xac\x91\x3b\x10\xe6\x85\xc8\x17\xc0\x04\x08\xf1\x1a\x37\ \xcf\x5d\xff\xbf\x58\x01\x8c\x03\xec\x94\x17\x64\xfa\xee\x11\x0c\ \x1b\x0a\x50\x5e\x5e\x1e\xd6\x9a\x8e\xe2\x5e\x03\x00\xb3\x11\xdd\ \xcd\xe9\x91\x35\xcf\xe4\xb9\x74\x97\x2d\xaf\x97\x60\x6e\x50\xa4\ \x91\x91\x91\xd0\x6c\x95\x5e\x58\xe5\xe5\xe5\x5a\xbf\x7e\xbd\x6a\ \x6b\x6b\xc3\xa6\x8d\xd9\xd9\x59\x8d\x8d\x8d\x05\x83\x85\x82\xf1\ \x8c\x38\xe0\x99\x99\x19\x8d\x8d\x8d\xa9\xb6\xb6\xb6\x20\x6a\xf7\ \x40\x04\x99\x8a\xc5\x56\x53\xba\x8f\x3c\xf2\x88\xfe\xee\xef\xfe\ \x4e\x37\x6f\xde\xd4\x91\x23\x47\xd4\xd7\xd7\xa7\xbf\xff\xfb\xbf\ \x0f\xbb\xb7\x38\x8a\x69\x6e\x6e\x2e\x30\x2f\x04\x44\x1c\x7e\xcb\ \x38\x3c\xfd\x01\x98\x5f\x5a\x5a\xd2\xe4\xe4\x64\x41\xa1\x34\x60\ \x00\x63\xc1\xfa\xc0\x0a\x7b\x3d\x12\xb2\x85\x31\xe1\x7b\x7c\x06\ \x13\x98\x48\x24\x74\xe3\xc6\x8d\x50\x80\x3a\x37\x37\x17\x5a\x58\ \x4c\x4d\x4d\x85\x6b\x36\x36\x36\xea\xe0\xc1\x83\xaa\xae\xae\x0e\ \xc7\x18\xb9\x03\x23\x58\xc9\xe7\xf3\x21\x7d\xe8\x00\xcf\x99\x6a\ \x64\x14\x06\x80\x52\x07\xd2\x66\xac\x33\x3b\x2c\x77\xec\xd8\x11\ \xe4\x9d\xfb\x94\x95\x95\x15\xc8\x08\x46\x12\xdd\x42\xbf\x4b\x4a\ \x4a\x42\x60\xc0\xbf\x59\x63\x6c\x0c\xff\x87\x25\x41\x06\xb9\x4e\ \x79\x79\xb9\x5e\x7e\xf9\xe5\xd0\x7b\x8a\x96\x36\x1e\x48\xf9\x1c\ \xbb\xf3\xe2\x95\x4e\xa7\x75\xf4\xe8\x51\x9d\x38\x71\x42\x5b\xb6\ \x6c\xd1\xe3\x8f\x3f\x1e\x0a\xd6\xb9\x1f\xf7\x04\x20\xba\x6d\xe3\ \x9a\xfe\xb7\x3b\x71\x1f\x03\x7a\x44\xa0\xe8\xcc\x40\x79\x79\xb9\ \xbe\xfa\xd5\xaf\xaa\xbe\xbe\x3e\x6c\x08\x59\x5a\x5a\xd2\x8b\x2f\ \xbe\xa8\x5c\x2e\xa7\xb6\xb6\x36\xd5\xd6\xd6\xea\xdc\xb9\x73\x01\ \x18\xd7\xd4\xd4\x28\x97\xcb\x69\x68\x68\x28\x9c\x8c\x51\x5c\x5c\ \xac\xdd\xbb\x77\x6b\x62\x62\x42\x63\x63\x63\x1f\x69\x11\xf0\xa9\ \x4f\x7d\x4a\x93\x93\x93\x3a\x77\xee\x9c\x8a\x8b\x8b\x35\x30\x30\ \xa0\x5d\xbb\x76\x29\x9f\xcf\xeb\xd4\xa9\x53\x2a\x2f\x2f\xd7\x13\ \x4f\x3c\xa1\x5c\x2e\xa7\xc6\xc6\x46\x0d\x0d\x0d\x69\x64\x64\xe4\ \x23\xcf\xc8\x1c\x23\xcb\x6e\x73\xa3\x80\x8a\xb9\x73\x9f\xe4\x01\ \xbc\x07\x5c\xee\x63\x7c\x53\x13\x9f\x7b\xfd\x8f\xb3\xa3\x00\x1a\ \x0f\x0c\x91\x1f\xd6\x09\x1f\x81\x4f\x04\x90\x79\xb0\xe8\xf6\xc5\ \x41\x90\xdb\x3c\x4f\x8f\x39\xd8\x26\x78\xf5\x7f\x47\xb3\x07\x0e\ \x2a\xb0\xf5\x2b\x2b\x2b\x21\x18\x74\x26\xda\x99\x3b\x9f\x63\x9e\ \x25\xda\xc0\x14\x3b\x14\xf5\xdb\x30\x89\xf3\xf3\xf3\xa1\xa7\x19\ \xcf\xc7\xdf\xd8\x2a\xee\x07\x46\xf1\x6c\x52\x94\x58\xe1\x73\x67\ \x22\x1d\xe0\x62\x57\x5c\x8f\x98\x2b\x6c\x84\xcb\x14\xeb\xc7\xf5\ \xa2\x18\x24\x51\x5f\x5f\xff\x1c\x68\xd2\x69\x30\x67\x64\x5c\xe0\ \x01\x08\x30\x21\x4e\x37\x3a\xa2\x63\x42\xa3\xd1\x58\x14\x89\x73\ \x5d\x18\x22\x50\x31\xac\x10\x82\xca\x42\x53\x53\x80\xd0\xf3\x72\ \x66\x02\xf0\xe3\x82\xc6\x04\x72\x3d\x47\xea\x8c\xc7\xa3\x15\x67\ \x74\x3c\xe7\x4a\x4a\x92\xe8\x1c\x21\x9a\x9b\x9b\x2b\xa0\x3c\x3d\ \x25\x2a\xad\x3a\xbe\xd9\xd9\xd9\x8f\x20\x7e\x1f\x4f\x14\x18\x38\ \x50\xc3\x00\xe2\x38\x79\x4e\x5e\xa4\xda\xbc\xaf\x12\xdf\xf1\x2d\ \xb9\xd4\x5e\x31\x0e\x28\x63\x57\x62\xd6\x81\xe7\x76\xc3\x4a\x6d\ \x13\xce\x85\x7b\xb8\x11\xf7\xfe\x47\xa5\xa5\xa5\x05\x67\xe4\x31\ \x46\x22\x10\x49\x01\x8c\x00\xf2\x79\x06\xa2\x1d\x5f\x5b\x1c\x17\ \xf3\x0b\x58\x61\x1c\x80\x37\x8c\x85\x1b\x09\x58\x0a\xea\x37\xbc\ \x23\xf2\xfc\xfc\xbc\x46\x47\x47\x03\x10\xc8\x64\x32\xa1\x8e\x2c\ \x97\xcb\x85\xfa\x39\xe4\x13\x23\x4d\xa0\x41\x2d\x0e\xc0\xdc\x8b\ \xcc\xa9\xc9\x83\xf1\x41\xa7\xe2\xf1\x78\xa0\xae\x77\xee\xdc\xa9\ \x17\x5e\x78\x41\x67\xce\x9c\xd1\xee\xdd\xbb\x35\x38\x38\x58\x60\ \x94\x3d\x12\x8b\xc5\x56\xeb\xc8\xa8\xbb\xe3\x39\xa9\x07\xc0\x38\ \xf1\x4a\x24\x12\xaa\xa9\xa9\x29\x48\x21\x31\x0e\x6f\xd6\x8b\x4c\ \xb8\x2c\x44\xd3\x0c\xac\xdd\xc7\x31\x21\x5b\xb6\x6c\xd1\x95\x2b\ \x57\x74\xe7\xce\x1d\xcd\xcd\xcd\xe9\xea\xd5\xab\x1a\x1e\x1e\x0e\ \x7d\x91\x48\x3f\x23\x8f\x9d\x9d\x9d\xda\xb1\x63\x87\xce\x9f\x3f\ \x1f\xe6\x01\x03\x8c\x4c\x73\x9f\x6c\x36\x1b\xda\x20\x38\xcb\xe6\ \xfa\x01\x18\x6b\x6f\x6f\xd7\x93\x4f\x3e\xa9\xbd\x7b\xf7\xaa\xa4\ \xa4\x44\xd5\xd5\xd5\x3a\x7e\xfc\x78\xe8\x54\x4e\xcd\xce\xfe\xfd\ \xfb\xb5\x65\xcb\x96\x70\x30\x30\xa9\x28\x02\x10\x1c\x00\x4e\x91\ \xdd\xb1\xe8\x3f\xa9\x25\x9c\x62\xf4\x38\x2a\x9c\x01\x76\x07\x5b\ \xf1\xcd\x6f\x7e\x53\xb1\x58\x2c\xb4\x09\x21\x10\xe2\x59\xdc\x2e\ \x7a\x10\xe8\x76\x63\x7c\x7c\x5c\x07\x0e\x1c\xd0\xb6\x6d\xdb\xf4\ \xd6\x5b\x6f\xe9\xe5\x97\x5f\x0e\x85\xdc\x1e\xa9\x3b\x1b\xec\xa0\ \xcd\xd9\x66\xcf\x1a\x44\xef\xe7\x81\x04\xe3\xca\x66\xb3\xaa\xab\ \xab\xd3\x53\x4f\x3d\xa5\xbb\x77\xef\x2a\x95\x4a\x85\x1d\xdd\xc3\ \xc3\xc3\x7a\xf5\xd5\x57\xb5\xb4\xb4\xa4\xc7\x1e\x7b\x4c\xb7\x6f\ \xdf\x0e\x87\x36\xb3\x19\x65\x72\x72\x32\x04\x76\x25\x25\x25\x4a\ \xa5\x52\xea\xe8\xe8\xd0\x9d\x3b\x77\x0a\xec\x11\xeb\xfb\xe9\x4f\ \x7f\x5a\x99\x4c\x46\x17\x2f\x5e\x54\x7d\x7d\xbd\x66\x67\x67\xf5\ \xd9\xcf\x7e\x56\xa5\xa5\xa5\xfa\xaf\xff\xf5\xbf\x6a\xff\xfe\xfd\ \x7a\xec\xb1\xc7\x54\x5e\x5e\xae\x81\x81\x01\xbd\xf0\xc2\x0b\xaa\ \xaf\xaf\x0f\x01\x02\x7a\xe6\x32\xcb\x1a\x47\x65\xc9\x77\xcc\xb9\ \xcd\xe2\x3d\x5e\xee\x58\x3d\xeb\xc3\x5c\x62\x17\x90\x57\x7c\x12\ \x32\xe1\xac\x13\x76\x1e\xa0\x02\xb0\x70\xc2\x03\x59\xf0\xf2\x12\ \x07\x71\x9e\x0e\x73\x06\x0b\x92\x21\x4a\x46\xe0\xf3\xfc\xec\x4c\ \x97\x01\x2f\xc9\xf0\xa0\x1f\x60\x87\x8e\x46\x65\x55\x5a\x0b\x94\ \x78\x79\xda\x0c\x39\x40\xe6\x09\x54\xdc\x2e\x71\x3f\x82\xa5\xde\ \xde\xde\x90\xf6\xf3\xe0\x1a\xbb\xed\xcf\x15\x9d\x03\x74\x06\xb9\ \x75\xf2\xc6\xc9\x0b\xd7\x51\xd7\x01\xf7\xe1\x3c\x83\x7f\x97\xf9\ \x71\x1c\xe4\x41\x4a\x12\x86\x2a\x8a\x98\xa9\xcb\x89\xc5\x62\x1f\ \x29\x94\x26\x3f\xc9\xe2\xb9\xe0\xf8\xa2\xe3\xcc\xbd\x60\xd0\x8d\ \xb8\x2b\xbc\x83\x2b\x18\x24\x69\xad\x93\x3a\xb5\x4c\xf4\x39\xe1\ \x1a\x2c\x36\x93\xec\x0a\x42\xe4\xe5\x69\x22\x67\x53\x88\xcc\x7d\ \x62\x89\x22\xa2\x14\x24\x02\x0f\x08\x00\x68\xd0\xeb\xca\x51\x33\ \x0b\xed\xf5\x2c\x18\x6e\x80\x68\x34\xfa\x76\xc3\xea\x91\x82\x3f\ \x0b\x73\xcb\x78\x1d\x70\x79\x91\x3b\x6c\x19\xf3\x82\xd3\xca\x66\ \xd7\x7a\x73\x31\x26\x0c\x89\x33\x12\x08\x0b\xbb\xb5\x3e\x6e\x5c\ \x8c\xc1\xd9\xa6\x58\x6c\x75\x97\x20\x6b\xe4\x20\x6d\xdd\xba\x75\ \x61\x97\x68\x3c\x1e\x0f\xe3\x9d\x9b\x9b\xd3\xf0\xf0\xb0\xea\xea\ \xea\xc2\xda\xd7\xd4\xd4\x28\x9d\x4e\x87\x14\x35\xdf\xc5\x48\xf0\ \x02\xd4\x02\x76\x01\x62\x34\xd6\x03\x5c\x39\x5b\x04\xb0\xa8\xaa\ \xaa\x52\x5b\x5b\x5b\x30\xaa\xec\x48\x73\x19\x6f\x69\x69\x29\x48\ \x23\xf9\x71\x2b\xc8\x01\x7a\xe1\x60\x9c\xfa\x1c\x98\x37\x8a\x26\ \x99\x4b\x8f\x86\x17\x17\x17\x35\x30\x30\xa0\xef\x7e\xf7\xbb\xaa\ \xaa\xaa\x52\x4f\x4f\x8f\xfe\xf2\x2f\xff\x52\x7f\xf0\x07\x7f\x10\ \x28\x7f\x49\xa1\x29\x29\x11\x63\x2a\x95\x0a\xad\x53\x5c\xe6\xd1\ \x2f\x0c\x08\x40\xcb\xc1\x3a\x7a\x93\x4c\x26\x03\x28\x20\x6a\x64\ \x6d\x19\x7b\x2a\x95\x0a\xff\x77\x76\x92\x2d\xf0\xd1\xdd\xbc\x5f\ \xfe\xf2\x97\xf5\x17\x7f\xf1\x17\xc1\x09\x2f\x2c\x2c\x84\xd4\xab\ \xb4\xda\xbd\x1b\x56\x30\x9b\xcd\xaa\xb1\xb1\x51\x5f\xff\xfa\xd7\ \xf5\xd3\x9f\xfe\x54\x5d\x5d\x5d\x05\xce\x07\x9d\x21\x72\xc7\x90\ \x39\xe3\x36\x3f\x3f\x1f\x76\xf2\xc2\x34\xc6\xe3\xf1\xd0\xf8\xb3\ \xad\xad\x4d\x3d\x3d\x3d\x6a\x6c\x6c\x0c\xa9\xc2\xda\xda\xda\xc0\ \x9e\x12\x0c\x54\x54\x54\x04\x36\xc9\x1d\x25\xeb\x4b\xa1\xb2\x33\ \x09\xe8\x17\x73\xef\x41\x06\x76\xc3\x6b\x3e\xca\xca\xca\x74\xf2\ \xe4\x49\xf5\xf4\xf4\xa8\xa3\xa3\x23\xa4\x1a\xbd\xde\xc5\x83\x3d\ \xdf\x28\x11\x05\x59\xfd\xfd\xfd\x1a\x1a\x1a\x52\x69\x69\xa9\xfe\ \xe9\x9f\xfe\x49\xd3\xd3\xd3\x05\xa9\x3e\xbe\xc7\x1f\x77\xe8\x51\ \x66\xcc\x03\x3b\xb7\x81\x04\x17\x6e\xa7\xf9\xfd\xbe\x7d\xfb\xf4\ \xcc\x33\xcf\xe8\x3f\xfc\x87\xff\xa0\xd7\x5f\x7f\x5d\x7f\xfc\xc7\ \x7f\xac\x6d\xdb\xb6\xe9\xe5\x97\x5f\x0e\x6c\x70\x4d\x4d\x8d\xde\ \x7a\xeb\xad\xa0\x1f\x04\x20\xb3\xb3\xb3\x61\xb3\x42\x49\x49\x89\ \x36\x6d\xda\x14\x82\x3e\x6a\x3d\x67\x66\x66\xc2\x18\x6b\x6b\x6b\ \x43\xcd\x64\x26\x93\x51\x45\x45\x85\x2e\x5f\xbe\xac\x2d\x5b\xb6\ \x68\x69\x69\x49\xad\xad\xad\x8a\xc7\xe3\x1a\x1d\x1d\x55\x22\x91\ \xd0\xd7\xbe\xf6\x35\xdd\xbd\x7b\x37\xd8\x0f\x6a\x05\x3d\xad\x85\ \xfd\xc4\x37\xe1\x1b\x48\x63\x79\x7a\x1d\x99\x74\xd6\x94\xb9\x70\ \x60\xc1\xbc\xc3\xc2\xe2\x03\x96\x97\x97\xc3\x5a\xe3\x6f\x3d\x55\ \xc6\xbc\xe3\x77\x90\x17\x9f\x77\xc6\xe2\xb6\x9c\xb4\x1b\xf2\x86\ \xad\xe0\xba\xcc\x25\x32\x85\x4d\xc6\x5f\xf0\xcc\x3c\xab\xdb\x28\ \x40\x10\x01\xae\x33\x69\xfc\xf1\x40\x3f\x9a\x52\xc3\x9e\xa0\xe7\ \xd8\x50\x1f\x8f\xfb\x5f\xf7\x43\xce\x28\x79\x69\x89\xb4\x16\xe0\ \xb1\x01\xab\xa8\x68\xb5\x59\x38\xf6\x97\x40\x91\x7b\xb9\xad\x63\ \xdd\xe6\xe7\xe7\x35\x3b\x3b\x1b\x82\x02\xd6\xc4\x7d\x2d\xe3\x75\ \x50\xe7\x6b\x84\x7e\x3b\x43\xe6\xf8\x25\x04\x3a\x1e\x05\x3a\x65\ \xe9\xca\x86\x82\x60\x58\x3d\xc2\x73\xc4\x07\xf3\x04\xf8\xf0\xdd\ \x15\x6e\x14\x89\xb2\xa3\xd1\x9a\x47\x01\x20\xc7\xb9\xb9\xb9\xb0\ \x08\x4b\x4b\x4b\xc1\xa9\x3a\x42\xe6\x7e\x5e\xc0\x47\x8b\x05\x1e\ \x74\x69\x69\xe9\x23\xc5\xac\x28\x09\x8e\x0c\x25\xc7\xd0\x22\xdc\ \x3e\xf9\xd4\x06\x90\x46\xf1\x02\xc8\x92\x92\x92\x70\x14\x0c\xf7\ \x94\x14\x80\xa6\x0b\xa7\x47\x2f\x51\x03\x8a\x32\x44\x23\x0b\xa7\ \x98\x79\x8f\xb5\x83\x01\xf2\x74\x1e\x4e\xdc\xdb\x00\x78\x54\x06\ \x38\x86\x69\xf2\xa2\x6d\x84\x95\x48\x1d\x03\xc5\xf3\x4e\x4f\x4f\ \x2b\x9d\x4e\x07\x90\x30\x31\x31\x11\x8e\x34\x40\xc9\x63\xb1\x98\ \xa6\xa6\xa6\x02\xc3\xc7\xfc\x51\x0b\x04\x4d\x4e\xf4\x01\x08\x07\ \x94\x20\x2f\xde\xe6\x81\x35\x72\x23\x84\xec\xb9\xa1\xc1\x99\xba\ \xf3\x67\xbd\x88\xda\x88\xa8\x79\x46\x18\x9e\xea\xea\xea\xb0\x23\ \xb2\xba\xba\x5a\x89\x44\x22\x1c\x26\xdd\xd0\xd0\x10\x0c\x3d\x73\ \xe1\x4c\x00\x85\xd0\x14\x1e\xe7\xf3\xf9\x70\x7c\x0a\x6b\x0b\x10\ \x18\x1d\x1d\xd5\xa5\x4b\x97\xf4\x83\x1f\xfc\x40\x92\xf4\xcc\x33\ \xcf\xe8\x1b\xdf\xf8\x86\x66\x66\x66\xf4\xdc\x73\xcf\x29\x93\xc9\ \xa8\xb2\xb2\x52\x45\x45\x45\x21\x8d\xe5\xec\x62\x59\x59\x99\x6a\ \x6b\x6b\xd5\xd4\xd4\xa4\xfa\xfa\x7a\xa5\x52\xa9\x50\xc8\xb9\xbc\ \xbc\x5c\x50\xf8\xcc\x5c\x7b\xc4\x8e\x9c\xcd\xcc\xcc\x68\x65\x65\ \x45\x23\x23\x23\x01\xa0\xc0\xcc\x00\x0e\x01\xaf\x30\x93\x5e\x63\ \xc1\xb3\xd3\x27\xee\xdf\xfc\x9b\x7f\xa3\xa1\xa1\x21\xf5\xf5\xf5\ \x85\xf9\x29\x2a\x2a\xd2\xe0\xe0\xa0\xae\x5f\xbf\xae\xd2\xd2\x52\ \xdd\xb8\x71\x43\x83\x83\x83\x9a\x9a\x9a\x52\x75\x75\xb5\x3e\xf5\ \xa9\x4f\x29\x91\x48\x04\xa3\x89\x9d\x20\x25\xe7\xc0\x1f\x67\x0d\ \xe0\x77\x50\x43\xbf\x23\xf4\x09\x3b\x83\x4c\x60\x74\xa7\xa7\xa7\ \x35\x38\x38\xa8\xf7\xde\x7b\x2f\xf4\x77\xa2\x39\xab\x3b\x19\xc0\ \x1b\xcc\x42\x49\x49\x49\xe8\x96\xce\xbc\x7a\x0a\x0a\xc0\xe5\xec\ \x39\x8e\x63\x7e\x7e\x5e\x2f\xbd\xf4\x92\xa4\xd5\xcd\x0c\xee\x50\ \x78\x3e\x07\xc0\xbc\xef\x80\xc8\x6d\x07\xf2\xec\x4c\x22\xf3\xc6\ \xf8\x3c\xa3\x10\x05\xf8\x7e\x7f\xbf\x87\xb4\x56\xb3\xea\xe9\x0e\ \x7e\xd3\xd8\xd8\xa8\xcf\x7e\xf6\xb3\xa1\x06\xec\x5f\xfd\xab\x7f\ \xa5\x3f\xfd\xd3\x3f\xd5\xc5\x8b\x17\xc3\xd9\x9d\xf5\xf5\xf5\x5a\ \x58\x58\x50\x3a\x9d\x0e\xa9\x56\xc6\xec\x8c\x0f\xc1\x0a\xa0\xbb\ \xb1\xb1\xb1\x80\x55\x29\x29\x29\x51\x7d\x7d\xbd\xb6\x6c\xd9\x12\ \x7a\x10\x3e\xf9\xe4\x93\x61\xfe\x12\x89\x84\x76\xec\xd8\xa1\xb9\ \xb9\x39\x8d\x8f\x8f\xab\xb3\xb3\x53\x89\x44\x42\x53\x53\x53\x05\ \x8e\x1d\x19\xf6\x93\x11\xb0\x87\xfc\x8d\xac\x78\x0f\x31\x9c\x26\ \x73\x83\xdf\xf3\xe7\xc0\x1f\x62\x53\x9d\x3d\x62\x3d\xa2\x27\x32\ \x38\x20\xfa\x38\x72\x82\xf7\x08\x0e\xf1\x4f\xfe\x42\x9f\xb1\x2b\ \x5c\x03\x86\x1f\x06\x0c\xff\x8d\x7c\xba\x0c\x39\xb9\x10\xb5\x65\ \x00\x2e\x7e\x83\x9d\x8e\x16\x93\x7b\x9d\x9b\xeb\x22\xdf\x8f\xe2\ \x04\xf4\xd6\x49\x03\x5e\x8c\x0b\x5d\x80\xe1\x5d\x59\x59\x29\x68\ \x50\xee\x2c\x93\x83\x3f\x00\x75\x94\xe5\xe3\xf7\xd1\x43\xe7\x79\ \x8f\xf9\x9d\x9b\x9b\x0b\xc1\x2c\x60\x16\x7c\xc1\x5a\xb3\xe3\xdb\ \xeb\x3f\xd1\x2f\xc8\x2a\xec\x4c\x92\x81\xf9\x6e\x33\x14\x0c\x84\ \xe6\xd4\x3d\x46\x0b\xf6\x0a\x34\x8e\xd3\x73\x80\x84\xc1\x73\x16\ \x82\x85\x47\x58\x10\x44\x0c\x0c\x02\x8d\xe1\x84\x2d\x62\xb1\x01\ \x3f\x1c\x26\xcd\x38\x1d\x1d\x7b\xf4\xe9\x8d\xc3\x40\xcc\x3e\x59\ \x44\x6f\x6e\x50\x10\x06\x26\xc9\xa3\x37\xae\xe7\xb9\x72\xa7\x3d\ \xfd\x70\x69\x26\xdf\x0d\x27\xf7\x8d\x32\x6d\x1e\x21\xb9\xd2\x4b\ \x0a\x51\xb6\xa7\x63\x18\x13\xf3\xea\x5d\xc1\x19\x93\x8f\x1f\x61\ \x66\x4d\x61\x73\x6a\x6b\x6b\x43\x5a\x8b\xeb\x73\x56\x19\xe3\x43\ \x81\x51\xd8\x5c\xae\xb0\xc1\xa7\xb4\xca\x26\xa5\x52\xa9\xd0\x10\ \x2f\x99\x4c\x16\x30\x49\xd4\x5b\xf0\xbe\xe7\xc1\x59\x07\x1c\x2c\ \x02\xeb\xdd\xbb\x89\xd6\x3c\x7d\x88\xe1\xe0\xb4\x01\xe4\xd6\x69\ \x64\x5f\x03\xe6\x64\x6e\x6e\x4e\x4b\x4b\x4b\x6a\x6b\x6b\x53\x5d\ \x5d\x9d\x26\x26\x26\x94\xcd\x66\x55\x5f\x5f\x1f\xee\x33\x35\x35\ \xa5\x78\x3c\x1e\xd2\xe4\x5e\x83\x44\x3a\xab\xa1\xa1\x21\xcc\x03\ \xa0\xc9\x99\x4c\x52\x48\xe8\x09\x8a\x3b\x32\x32\xa2\xc1\xc1\x41\ \x2d\x2d\xad\xf6\x8a\xf9\xa5\x5f\xfa\x25\xd5\xd7\xd7\x87\x67\xfa\ \xfd\xdf\xff\x7d\xfd\xd1\x1f\xfd\x91\x9e\x7f\xfe\x79\xfd\xda\xaf\ \xfd\xda\x47\xd2\x52\xde\xe3\xcd\xa3\x47\x52\x95\xcc\x0f\x81\x83\ \x3b\x0d\x80\xaf\xcf\x3b\x40\x8a\x9a\x2d\x80\x04\x6b\x9e\xcd\xae\ \x6e\xc7\x47\xdf\x08\x90\x78\x56\xd8\xe5\x28\xc8\xfa\xbb\xbf\xfb\ \x3b\x5d\xba\x74\x29\x9c\x65\x08\x33\xb0\xb4\xb4\xa4\xf6\xf6\x76\ \x5d\xb9\x72\x45\xd9\x6c\x56\x6d\x6d\x6d\x6a\x68\x68\xd0\xaf\xff\ \xfa\xaf\xeb\x3b\xdf\xf9\x4e\x08\x0a\xbc\x2e\x90\xf4\x3c\xfa\x42\ \xef\x36\xe6\x80\xe7\x89\xd6\x52\x22\xf7\x44\xea\xcc\xc9\x8d\x1b\ \x37\x82\x23\xce\x64\x32\x81\xa1\xc3\x69\x73\x3d\x00\x00\xef\xfb\ \x69\x00\x9e\xfe\x83\xa1\xe0\x77\x0e\x88\x90\xe1\x93\x27\x4f\x86\ \x22\x6e\xe4\x30\x0a\x9a\x18\xaf\xa7\xdf\x3d\x18\x74\x96\x63\x68\ \x68\x28\xec\x82\x8d\xb2\x20\x8c\x8b\x71\x78\xf0\x16\x4d\x6f\x78\ \xb0\xca\xef\x90\x21\x67\xf3\xa4\xd5\x8d\x16\x5f\xfa\xd2\x97\x54\ \x5f\x5f\xaf\xff\xf2\x5f\xfe\x8b\x76\xec\xd8\xa1\x43\x87\x0e\xe9\ \x47\x3f\xfa\x91\x66\x67\x67\xd5\xd7\xd7\xa7\x5c\x2e\xa7\x6d\xdb\ \xb6\x85\xde\x59\xcc\x01\xd7\x76\x1b\x5b\x51\x51\xa1\xb2\xb2\x32\ \xdd\xb8\x71\x43\x92\xd4\xde\xde\xae\x95\x95\x15\x8d\x8e\x8e\xaa\ \xa8\xa8\x28\xa4\x1f\x17\x17\x17\x75\xdf\x7d\xf7\x29\x9d\x4e\xab\ \xb5\xb5\x55\xef\xbf\xff\xbe\x8e\x1f\x3f\xae\xca\xca\x4a\xb5\xb5\ \xb5\x69\x7c\x7c\x5c\x75\x75\x75\x8a\xc7\xe3\xaa\xab\xab\x0b\xbb\ \xa3\x91\x1d\xe6\x1c\x3b\xea\x3e\xce\x4b\x0d\x58\x63\xf4\xdc\x99\ \x45\x6c\x0a\xba\x17\x9d\x4b\x67\xf8\xf3\xf9\x7c\x90\x27\x97\x03\ \x07\xab\x3e\xcf\xac\x9d\x97\xe0\x38\xc0\x85\xf1\x92\x54\x60\xef\ \xb8\xbf\x83\x39\xfc\x00\xf2\x84\x5d\x77\x59\x22\xe0\x8c\xd6\x7c\ \x61\x27\x79\x4e\x7e\x07\x90\x47\xce\x60\xc2\x3c\x80\x70\x19\x44\ \xee\x18\x9b\x83\x2f\x4f\xc5\x7a\x20\x20\xad\x6d\x32\xe3\xfe\x94\ \x31\x00\xaa\xc0\x05\xf8\x09\x00\xa8\x13\x0a\xf8\x7d\x4a\x98\x9c\ \x55\xc3\xf7\x39\xe9\xc0\xe7\xcc\x81\xdb\x02\x6c\x0c\x41\x3f\xf2\ \x03\x73\xc6\xba\x38\x06\xc2\x4e\x2e\x2e\x2e\x2a\xb1\x61\xc3\x86\ \xe7\xb8\x38\x8e\x91\x94\x9f\xb4\xb6\x6b\x88\x09\xc5\x40\x79\x44\ \x42\xc4\xeb\x2c\x42\x22\x91\x08\x86\x09\x80\x00\x83\xe1\x75\x14\ \x0c\x1e\x23\xc4\x03\x7a\x7e\xd4\xeb\x2c\xbc\x26\xc2\xff\x8f\xb1\ \x27\xf2\xc0\x40\x13\x01\x13\x0d\x13\x4d\x51\xa8\x4a\x4f\x1e\xc6\ \xe7\xbf\x43\x81\x9c\x31\x02\x18\x12\xc1\xb0\xe3\xc9\x95\x86\x23\ \x77\x68\x4e\xc8\xef\x00\x1b\x2e\x10\x9e\x0f\xf6\xcf\x50\xda\xa8\ \x32\x3a\x9d\x8f\x62\x24\x12\x6b\xc5\xd3\x1e\x21\x01\x5a\x58\x4b\ \x2f\x30\x64\x1d\xbd\x68\xd1\x05\xd8\x41\xab\xb4\x06\x04\x71\xc8\ \xac\x07\xb2\xe3\xc5\x90\x0e\x50\xf9\x2e\x4a\xe6\x05\xc5\xac\x1f\ \x51\x11\x00\x2b\x9b\xcd\x06\x67\x1a\x65\x1e\x98\x0f\xfa\x28\x31\ \xdf\x2e\x13\x9e\x3a\xf5\xf7\x3c\x82\x82\xf1\x1b\x1a\x1a\xd2\xc0\ \xc0\x80\xa4\xb5\xae\xcb\xf3\xf3\xf3\x1a\x19\x19\x51\x55\x55\x95\ \x52\xa9\x94\xf2\xf9\xd5\x7e\x48\xad\xad\xad\xc1\x70\xae\x5b\xb7\ \x2e\xd4\x72\xb1\xb6\x30\x3c\x92\x42\x6d\x01\xe0\x26\x9d\x4e\x6b\ \x78\x78\x58\x67\xce\x9c\x51\x7f\x7f\x7f\xe8\x90\x5d\x5d\x5d\x1d\ \x58\x27\xd8\xd3\xea\xea\x6a\x1d\x38\x70\x40\x2f\xbd\xf4\x92\xa6\ \xa7\xa7\xb5\x77\xef\xde\x82\xb9\x60\xde\x3c\x12\xe6\xb9\x1c\x6c\ \xe1\xf4\x89\xaa\x49\xcf\x50\x2f\xc6\x5a\x46\xe9\x78\x67\xa6\x30\ \x34\xc8\x09\x73\x8e\xae\x92\x3a\x77\x47\x26\xad\x6e\x58\x78\xf8\ \xe1\x87\xd5\xd1\xd1\xa1\xf9\xf9\x79\xdd\xbc\x79\x53\xf9\x7c\x3e\ \xd4\x1d\xe5\x72\xab\x69\xe3\xe1\xe1\x61\x6d\xda\xb4\x49\xb1\xd8\ \x6a\x6a\xb8\xad\xad\x4d\x67\xce\x9c\x09\xce\x9c\xeb\xe2\xc0\x98\ \xab\x07\x1e\x78\xa0\x80\x21\x81\xd1\x9b\x9d\x9d\x55\x63\x63\xa3\ \x76\xec\xd8\x11\xd2\xc1\x43\x43\x43\x6a\x68\x68\xd0\xf8\xf8\xb8\ \x26\x27\x27\x35\x30\x30\x10\x76\xf0\x45\x83\x42\x5e\xf1\x78\xbc\ \x80\x11\xc6\x36\xa0\x7f\x80\x55\x4f\x0b\xe2\x28\x98\x3f\xfe\x86\ \xfd\xff\xd6\xb7\xbe\xa5\xe9\xe9\xe9\x30\xb7\xec\x9e\x9a\x99\x99\ \x09\xb2\x89\xf3\xf3\xeb\xb8\x63\xc6\x16\xa1\xaf\x8f\x3f\xfe\xb8\ \x4e\x9f\x3e\x1d\xce\x0c\xf4\x20\xce\x03\x4d\x1f\x4f\x14\x00\xfa\ \x6f\x1c\x70\x39\x4b\x80\x9d\xfa\xfc\xe7\x3f\xaf\x4f\x7e\xf2\x93\ \x7a\xfd\xf5\xd7\xd5\xdf\xdf\xaf\xdf\xf8\x8d\xdf\xd0\x8f\x7f\xfc\ \x63\xdd\x7f\xff\xfd\x3a\x74\xe8\x90\xfe\xc7\xff\xf8\x1f\x4a\x26\ \x93\x3a\x7e\xfc\xb8\xde\x7d\xf7\xdd\x30\xbf\x0e\x1e\x3c\xf8\xd9\ \xb7\x6f\x9f\xaa\xab\xab\x75\xf3\xe6\x4d\x55\x54\x54\x68\xf7\xee\ \xdd\xca\xe5\x72\x01\xa8\x75\x76\x76\xea\x33\x9f\xf9\x8c\x66\x67\ \x67\x75\xe1\xc2\x05\x6d\xdd\xba\x55\xcb\xcb\xcb\xea\xed\xed\xd5\ \x91\x23\x47\x74\xe1\xc2\x05\x7d\xee\x73\x9f\x53\x32\x99\x0c\x29\ \xfc\x75\xeb\xd6\x69\x7a\x7a\x3a\xb0\xe6\x5e\x67\x08\x6b\x01\x18\ \x61\x4e\xb0\x85\x3e\xb7\xce\xee\x60\xab\x01\xc2\x1e\x6c\xa2\x87\ \x7c\x07\x7b\x07\xa0\xe3\xe5\xac\x3b\xb2\xe6\xbb\x01\xb9\x06\xb6\ \x3f\x2a\x0b\x2e\x5f\x5e\x7e\x81\x5d\xc6\x6f\x3b\x88\xf5\x80\x21\ \xfa\x5d\x4f\x9d\xf1\x5b\xd7\x37\xee\xe1\x3a\x81\x2c\x3b\xeb\xea\ \x76\xc3\x7d\x17\x7f\xfb\xb3\x3a\x81\xc0\x8b\x86\xc0\x3e\x4f\x04\ \xe2\x99\x4c\x46\x63\x63\x63\xc1\x87\x63\xab\xb2\xd9\x6c\x48\x0d\ \xed\x9f\xfe\x04\x00\x00\x20\x00\x49\x44\x41\x54\x52\x42\x04\x03\ \xe5\x00\x0d\xe0\x39\x3f\x3f\x1f\x74\x84\x7a\x68\xec\x59\x26\x93\ \x09\x60\x8b\xbf\x69\xbe\x0e\x98\x43\x76\x21\x83\x96\x97\x97\xc3\ \x35\x08\x2c\x79\x26\xf0\xcb\xba\x75\xeb\x56\x19\x2c\x7a\xbd\x78\ \x1b\x02\x1c\x1a\x85\x66\x08\x15\x60\xca\x51\x29\xce\x21\x9f\x5f\ \xab\xb4\xe7\x0f\xf9\x5b\xa2\x48\xdf\x1d\xc0\x84\xb1\x58\x38\x52\ \x9c\x21\xa9\x21\x2f\x16\x75\x2a\xd7\x77\xc8\xe1\x0c\x10\x6c\x16\ \x9d\x85\x00\xc0\x39\x83\x46\x1d\x09\x3d\x50\x70\x56\x6e\x64\x70\ \xd2\x1e\xa1\x20\xa8\x44\x12\xf4\x49\xc2\x69\xcf\xcd\xcd\x85\xb1\ \x4f\x4d\x4d\x05\xe5\x80\x65\x72\xf0\xc3\x3c\x79\xa3\x37\x9e\x93\ \xfb\x38\x0d\x2c\x29\xcc\x21\x73\x85\xd0\x23\x6c\xb0\x1c\x30\x12\ \x8c\x87\x14\xd3\xe2\xe2\x62\x48\x81\x71\x4d\x94\xc5\xa3\x5e\x90\ \x38\xf3\xed\xec\x59\x22\x91\x08\x06\x8c\x94\x8d\xb4\xd6\x33\x0d\ \xf6\xc6\xa3\xbb\x58\x2c\x16\x52\x6b\x3c\x3f\x75\x3c\xb9\xdc\x5a\ \xda\x95\xb4\xa2\xa4\x02\xd6\xc2\x01\x24\x06\xc1\xd3\x9e\xce\x72\ \xb0\x4e\xa4\x35\x3d\x7a\xc3\x29\x0e\x0d\x0d\x85\x1a\x22\xd6\x86\ \xbe\x48\x2d\x2d\x2d\x01\x24\xc1\x2e\xc1\xee\xa0\x27\x5e\x37\xc8\ \xb3\xd3\x48\x53\x52\x28\x44\x9f\x9a\x9a\x52\x6f\x6f\xaf\x56\x56\ \x56\xeb\xc5\x9a\x9a\x9a\x42\x43\x51\xe4\x0b\x40\x58\x54\xb4\xba\ \x35\xb9\xa9\xa9\x49\xbf\xf7\x7b\xbf\xa7\x3f\xfb\xb3\x3f\x53\x75\ \x75\xb5\xbe\xf0\x85\x2f\x14\x14\xc7\xc3\xd6\xba\x01\xa7\xe6\x81\ \xbf\x31\x72\xec\x80\x6b\x6c\x6c\xd4\xf8\xf8\xb8\xfa\xfb\xfb\xb5\ \x61\xc3\x86\x30\x5f\x30\x83\xac\x2d\x11\x1d\xba\xef\x9b\x4e\xa0\ \xd8\x91\x2f\x02\x13\x4f\xd7\x22\xab\xc5\xc5\xc5\x3a\x78\xf0\xa0\ \xb6\x6f\xdf\xae\xd7\x5e\x7b\x4d\x3d\x3d\x3d\xaa\xab\xab\xd3\xe6\ \xcd\x9b\x55\x5c\x5c\xac\xe1\xe1\x61\x6d\xde\xbc\x59\x23\x23\x23\ \x6a\x6f\x6f\xd7\xec\xec\xac\x5a\x5a\x5a\xb4\x6f\xdf\x3e\x5d\xb8\ \x70\x21\xac\x19\x20\x9f\x6b\x57\x56\x56\x6a\xd7\xae\x5d\xe1\x38\ \x23\x07\x99\xc8\x3c\xcf\xb3\xb4\xb4\xa4\xb1\xb1\x31\xdd\xbc\x79\ \x53\xf7\xee\xdd\x0b\xb6\x0d\x7b\xe6\xc1\x9f\x07\x7d\xbc\xa8\xcb\ \x73\x47\xe2\x4e\x34\x1a\x94\xb8\xee\x22\xaf\xe5\xe5\xe5\x7a\xef\ \xbd\xf7\x74\xf7\xee\xdd\x82\x08\x1e\xc7\x8f\xfd\xe1\xb7\x5e\xd7\ \xe5\xcc\x02\x40\x07\xf9\x1e\x1c\x1c\xd4\xad\x5b\xb7\x02\xe3\x49\ \xdd\x12\x7a\x1a\x4d\x55\xf1\x8c\xd8\x0b\xd6\xdb\x6d\xb9\xb3\x65\ \x0e\x1c\xf3\xf9\xbc\x9a\x9b\x9b\x75\xfc\xf8\x71\xfd\xf4\xa7\x3f\ \xd5\xc0\xc0\x80\x9e\x7e\xfa\x69\x55\x54\x54\xe8\xbd\xf7\xde\xd3\ \x1f\xfc\xc1\x1f\xa8\xb7\xb7\x57\xf3\xf3\xf3\x6a\x6d\x6d\xd5\xe8\ \xe8\x68\x60\x4d\x99\x2b\x9e\xc5\xd9\x91\x96\x96\x16\x9d\x39\x73\ \x26\x04\xc2\xf8\x23\xc6\xb7\x65\xcb\x96\x60\xaf\x62\xb1\x98\xf6\ \xed\xdb\xa7\xef\x7c\xe7\x3b\x01\x5c\xb4\xb5\xb5\x85\x80\xd9\xc1\ \xc9\xa6\x4d\x9b\xc2\xd9\xa2\x5e\x37\x8b\xaf\x73\x79\x8a\xc5\x62\ \x05\xf5\x4a\x9e\x16\x03\xd0\x3a\x68\x75\xa6\xd2\x03\x4f\x82\x33\ \x67\x79\x90\x2f\xc0\x98\x07\xec\xc8\x2d\xf6\x08\xff\xc8\xfd\xa3\ \x19\x08\xc6\x81\xbe\x62\x67\x3d\xd8\x44\x1e\x59\xbf\x68\x70\x8f\ \x6c\x73\x7f\x7c\x8b\xb3\xfe\x9e\x02\xf5\x80\x9c\x6b\x13\xb0\x39\ \x88\x42\x86\x78\xdf\x01\x94\xcf\xb5\x93\x25\xce\xb8\x12\x40\x3a\ \xa6\x60\x1e\x2b\x2b\x2b\x83\xbf\xf2\x94\xa9\x97\x0a\x30\xa7\x5c\ \x17\xbb\x55\x59\x59\x59\x50\x56\x02\x3b\x4f\x26\x84\x7b\xf1\x7b\ \x70\x02\xad\x76\x08\x24\x9d\xe5\x42\x06\x9c\x09\xf3\x2c\x9c\xcb\ \x43\x22\x95\x4a\x3d\xc7\x05\xf8\x80\x05\x21\x0d\xc0\xa0\xf9\x3c\ \x0a\x02\xa4\x55\x76\x84\xda\x23\xa7\x3e\xbd\x88\xcf\xeb\x09\x98\ \x28\x4f\xa9\x94\x94\x94\xa8\xaa\xaa\x4a\xd5\xd5\xd5\xa1\x59\x9c\ \xef\x30\xab\xaa\xaa\x0a\x13\xc0\x56\x7b\x0c\x89\x0b\x3a\xcf\xc0\ \x44\x23\xb8\x18\x55\x9c\x19\xcc\x0f\x54\xa9\xb4\x56\xc8\xed\x82\ \x47\xaa\x93\x09\x07\xac\xf0\x3d\xea\xcd\x98\x43\x4f\x53\x20\x44\ \x30\x01\x18\x68\x17\x6a\xae\xe3\xd4\x30\x63\x77\x6a\x15\x43\x8e\ \x63\x43\x01\x1d\xd4\x26\x12\x89\x70\x24\x06\xf3\xef\x75\x24\xdc\ \x13\x50\xc3\x7c\xb0\x6e\x00\x14\x7f\x39\x3b\x86\x12\xbb\xa1\x01\ \x74\xf3\x72\xc6\x0d\xa3\x80\x52\xc2\x4a\xb8\xd2\x7a\xea\xcd\x8d\ \x24\x8c\xa8\xd7\x30\xa0\xb8\x28\x8b\xd7\x11\xa0\x78\x4e\x37\x7b\ \xfd\x1f\x51\x2c\xca\x54\x5c\xbc\x7a\x8e\x5a\x55\x55\x95\x72\xb9\ \xd5\xf3\x09\x91\x75\xea\x9b\x70\x82\x5e\x07\x40\x6a\x0f\x45\xc5\ \x30\xc1\x6c\x25\x12\x89\xb0\xbd\x98\x9a\x41\x7a\xf3\x24\x12\xab\ \xc5\xf2\x99\x4c\x46\xb3\xb3\xb3\x41\x2e\x38\x8f\x91\xe7\x2d\x2d\ \x2d\x55\x73\x73\xb3\xb6\x6d\xdb\xa6\xe7\x9f\x7f\x3e\x38\x97\xa5\ \xa5\x25\xf5\xf7\xf7\x07\x20\x8d\x03\xf3\x94\x92\xcb\x9e\xcf\x27\ \xf7\xce\xe7\xf3\xfa\xd9\xcf\x7e\xa6\xfa\xfa\x7a\xd5\xd6\xd6\x86\ \xf9\x41\xfe\x61\x70\x91\x09\x64\x6b\x65\x65\xad\xa7\x0e\x35\x65\ \xe8\xa1\x47\xc2\xc8\x00\xf2\x41\x77\xfc\x77\xdf\x7d\x57\x1b\x37\ \x6e\x54\x6f\x6f\xaf\x5a\x5b\x5b\x75\xdf\x7d\xf7\xa9\xae\xae\x2e\ \xd4\x3d\x90\x9a\x6e\x6b\x6b\xd3\xcd\x9b\x37\xc3\xa6\x08\x58\x38\ \x82\x88\x6d\xdb\xb6\x69\xc7\x8e\x1d\x1a\x1f\x1f\xd7\xf0\xf0\x70\ \x18\xbb\x17\xe3\xb6\xb6\xb6\x2a\x93\xc9\x28\x93\xc9\xe8\xfc\xf9\ \xf3\x9a\x9a\x9a\xd2\xcc\xcc\x4c\xc1\x5a\x32\xcf\xb0\xf1\x30\x0e\ \xd8\x3e\xea\xe9\x58\x13\x4f\xb5\x20\x63\xe8\xb2\x3b\x12\xe4\x81\ \x75\xc9\x66\xb3\xfa\xcb\xbf\xfc\x4b\x4d\x4e\x4e\x86\xff\x33\xcf\ \x38\xd6\x68\xaa\xc3\xaf\xc7\xfd\xbc\xe6\x86\xdf\xde\xb8\x71\x43\ \xbb\x76\xed\xd2\x91\x23\x47\x74\xf6\xec\xd9\x8f\xd4\x7a\x3a\xeb\ \xeb\xfa\x29\xa9\xc0\xa1\xb9\x53\xc3\xe1\xe3\x70\xb0\xaf\x0d\x0d\ \x0d\x4a\xa5\x52\xba\x7a\xf5\xaa\xb6\x6c\xd9\xa2\x87\x1f\x7e\x58\ \xe7\xcf\x9f\x57\x77\x77\xb7\x9e\x79\xe6\x19\xbd\xfa\xea\xab\xfa\ \xd9\xcf\x7e\xa6\x47\x1e\x79\x44\xd7\xaf\x5f\xd7\xcc\xcc\x4c\x08\ \x08\xbc\x64\x82\xb9\xe9\xec\xec\xd4\xf2\xf2\xb2\xba\xbb\xbb\xd5\ \xdc\xdc\xac\xad\x5b\xb7\xea\xfe\xfb\xef\xd7\xb5\x6b\xd7\x74\xef\ \xde\x3d\x95\x96\x96\xea\xe8\xd1\xa3\xda\xb8\x71\xa3\xca\xca\xca\ \x74\xfb\xf6\x6d\xad\x5f\xbf\x5e\xdf\xff\xfe\xf7\x15\x8f\xc7\xf5\ \xe8\xa3\x8f\xaa\xa4\xa4\x44\x1b\x36\x6c\xd0\xb9\x73\xe7\xd4\xd3\ \xd3\xa3\xae\xae\x2e\xbd\xf5\xd6\x5b\x61\xf3\x83\xa7\x78\x1c\x5c\ \xb8\x1d\xc1\xfe\x32\x2e\x9e\x9b\x31\x7b\xda\xcd\x7d\x8b\xfb\x3f\ \x0f\xfc\x5c\x36\xdc\xdf\xe1\xeb\x90\x29\x67\xa2\x60\xd0\xd0\x21\ \x2f\x33\x89\x82\x0e\xc8\x0a\x6c\x0e\x84\x01\xe3\x4c\x24\x12\xda\ \xb9\x73\x67\x81\x2f\x71\x39\x70\x9b\xc9\xdf\xce\xf8\xb8\xdd\x70\ \xd9\xc1\x6f\x20\xdf\xd1\xc0\x27\xd4\x1d\x45\xd2\xca\xf8\x18\x6c\ \xb2\xd7\xf2\xe2\x13\x3c\x80\xc7\xb6\x57\x54\x54\x68\x69\x69\x29\ \xd4\xf5\xb9\x0c\x3b\xc0\x81\xbc\x58\xb7\x6e\x5d\x41\xcf\xaf\xd2\ \xd2\xd2\x10\x30\xbb\x9f\xc4\x06\xfe\x7f\x84\xbd\x59\x6c\x9c\xe7\ \x79\xf6\x7f\xcd\xc6\x6d\x48\xce\x90\x1c\xee\x12\xa9\x9d\x5a\x2d\ \x29\xb6\x65\xcb\xb2\x6c\x47\x76\xbd\x64\x2f\x9a\x26\xe9\x41\xd6\ \xa2\x2d\xd0\x83\xe6\xa0\x40\xd1\x16\x5d\x1c\x14\x45\x5b\x14\x29\ \xd0\xf6\x24\xfd\x80\x20\x75\xd3\x26\x71\x91\x38\x71\xe4\xd8\xb1\ \x63\xd7\x8e\xed\x38\xb6\x15\x25\x92\x2c\xc9\x92\xb5\x4b\x14\xf7\ \x65\x86\x1c\x8a\xeb\xcc\x7c\x07\xec\xef\xe1\x35\x6f\xfc\xfd\xff\ \x03\x10\x12\x87\x33\xef\xfb\x2c\xf7\x72\xdd\xd7\x7d\x3f\xf7\xeb\ \xfd\x22\x9d\x99\x66\x9f\xbc\xc1\x68\x36\x9b\x0d\xf3\x04\xd8\x61\ \x23\x9c\xd5\x83\x49\x0d\xf5\xb2\xb9\x5c\xee\x71\x16\x07\x85\xa4\ \xb7\x04\xf5\x23\x28\x25\xe0\x01\x30\xe0\x4e\xce\xd9\x2f\x1c\x22\ \x03\xe6\x7d\xa7\x1c\xa3\x4a\xdc\xd0\xd0\xa0\xf6\xf6\xf6\x70\x9a\ \x0b\x03\x42\x5a\x80\x53\x53\x80\x38\x04\x8a\x87\x12\x33\x36\x36\ \x18\x67\x40\x84\xcf\xfd\xfc\xd4\x13\x02\xc6\x22\x33\x5f\x94\xd1\ \xd9\x0d\xdf\xc8\xba\xba\xba\x70\xfa\x8a\xbf\x01\x30\x70\x92\xd2\ \xda\xe3\x45\x1c\x31\x7b\x1f\x13\x22\x1b\x67\xd5\x5c\x29\x5c\x41\ \x31\x86\x80\x2c\x5e\x30\x65\x00\x54\xe6\x0c\xcb\xd5\xdc\xdc\x1c\ \x04\xce\x53\x82\x8c\xd5\x99\x0b\x3e\x87\xa2\x72\x5f\x14\x8d\x08\ \x06\xd0\xca\x3a\x23\xb8\x28\x1c\x4e\x37\x5a\x4b\x40\xed\x52\x26\ \x93\x09\xeb\x14\x8f\xaf\x15\xb1\x53\xef\x14\x8f\xaf\xd5\x3e\xb1\ \xd7\x8c\x17\x85\xf6\x54\x31\x82\x8f\xf2\x12\x75\x39\x93\x83\xc1\ \xc2\x88\x72\x4d\x1e\x1d\x43\xc4\x42\xe1\x70\x2e\x97\x53\x4b\x4b\ \x8b\x66\x67\x67\x43\x14\xc3\x9e\xa1\x58\x44\xbc\x00\xf6\xb9\xb9\ \x39\x4d\x4d\x4d\x69\x7c\x7c\x5c\xaf\xbd\xf6\x9a\x16\x17\x17\xd5\ \xd3\xd3\xa3\xa1\xa1\xa1\x90\x4a\x83\xa9\x68\x6b\x6b\x53\x2c\x16\ \xd3\xe4\xe4\xa4\x26\x26\x26\x74\xed\xda\x35\x5d\xbd\x7a\x55\x43\ \x43\x43\x1a\x19\x19\xd1\xe5\xcb\x97\x75\xec\xd8\x31\x4d\x4c\x4c\ \xe8\xc8\x91\x23\xfa\xcf\xff\xfc\x4f\xa5\x52\x29\xed\xde\xbd\x5b\ \x95\x4a\x45\xd9\x6c\x36\x14\xdb\x7b\xbb\x14\xc0\x0e\xc0\x0f\xe3\ \xc9\x7b\xf1\xf8\x6a\x11\x7f\x67\x67\xa7\x9e\x7b\xee\x39\x6d\xd8\ \xb0\x21\xb4\x27\x70\xb9\x40\x7f\xbc\x30\xde\xe5\x6a\x79\x79\x39\ \x14\x94\x23\xa3\x3e\x06\x4f\x3d\x4b\xab\xe9\xd7\xa9\xa9\xa9\xf0\ \xec\xb9\xf7\xde\x7b\x4f\x5d\x5d\x5d\xaa\xab\xab\x0b\xa7\xc4\xe8\ \x55\x05\x48\xa5\x5e\x89\x35\x9e\x9f\x9f\x57\x5b\x5b\x9b\x0e\x1c\ \x38\xa0\x8e\x8e\x0e\x0d\x0d\x0d\xe9\xda\xb5\x6b\x55\x35\x51\x8c\ \x25\x95\x4a\xe9\xd2\xa5\x4b\x9a\x9d\x9d\x0d\x6b\xe4\x29\x1b\xc0\ \xb7\xb3\xe3\xdc\x9b\xc6\xb3\x1e\x18\xb1\x86\xfc\x10\x78\x21\x17\ \xd8\x13\x77\xb0\xd4\xae\xbd\xf8\xe2\x8b\x7a\xe9\xa5\x97\x42\xb4\ \xed\xe0\x97\x5a\x48\xf4\xdb\x1d\x08\xfa\x81\x7e\xb2\x0f\xce\x06\ \x2d\x2f\x2f\xeb\xe4\xc9\x93\xba\xf3\xce\x3b\x55\x53\x53\xa3\x73\ \xe7\xce\x55\x05\x9c\x00\x49\x4f\x27\x71\x6f\x07\x14\xbc\xdc\xe9\ \xfb\x0b\x5d\x1f\x1f\x1f\xd7\x96\x2d\x5b\x74\xe0\xc0\x01\x15\x8b\ \x45\xbd\xf6\xda\x6b\xba\xfd\xf6\xdb\xb5\x7b\xf7\x6e\x3d\xf1\xc4\ \x13\x1a\x19\x19\x51\x2e\x97\xd3\xb5\x6b\xd7\xaa\x18\x4d\xe6\x84\ \x3e\xa6\xd3\x69\xf5\xf5\xf5\xe9\xdc\xb9\x73\xa1\x85\xc9\xb6\x6d\ \xdb\xd4\xdb\xdb\xab\xe3\xc7\x8f\x6b\x64\x64\x44\xdd\xdd\xdd\x7a\ \xe8\xa1\x87\x74\xeb\xd6\x2d\x75\x75\x75\x85\x72\x8c\x67\x9f\x7d\ \x56\x95\x4a\x45\x77\xdd\x75\x57\x00\x5f\x2d\x2d\x2d\x6a\x68\x68\ \x50\x7d\x7d\xbd\x86\x87\x87\x75\xee\xdc\x39\x6d\xd9\xb2\xa5\x8a\ \x35\x03\xcc\xa2\x13\x51\x86\x4a\x5a\x3b\xb0\x81\x2f\xe1\x3d\xf7\ \x47\xd1\xa0\xd1\x49\x02\xae\xe3\x84\x85\xeb\x21\xfb\xc1\xde\x62\ \xab\xa2\x04\x04\xdf\x41\x26\x78\x4c\x97\x33\xa3\xce\x46\x3a\x5b\ \xd8\xda\xda\xaa\x5d\xbb\x76\x29\x9f\xcf\xab\x52\xa9\x04\xd0\xc5\ \xde\x63\x27\x1d\x6c\x61\xdb\x18\x27\x3e\x9e\x75\x62\x0d\x91\x39\ \x07\x48\x7e\xa8\x8d\xb4\x3c\xd9\x08\xea\x94\xfc\x77\x0f\xa8\xb0\ \x2f\xc8\x1c\x6b\x5c\xa9\x54\xc2\x69\x74\xf4\x18\xfd\xe2\xfa\x1e\ \xa4\xd3\x02\x69\x71\x71\x31\xa4\xf7\x24\x05\xa6\xcf\x19\x2c\xf7\ \x55\x1c\x86\x43\xf6\x7d\x6e\xd8\x09\xda\x9f\xf8\x61\x3a\x74\x88\ \xe0\x98\xc3\x40\xd8\x0b\xc6\x93\xc4\xb9\xb3\x01\x5c\x08\x87\xec\ \xf9\x59\x36\xde\x9d\x16\x93\x72\xc6\x05\x01\x8d\xa6\x4f\x12\x89\ \xd5\x67\xd4\x61\x98\xb9\x0f\x88\x8f\xc2\x34\x04\xd8\xe9\x4a\x52\ \x90\x2e\xdc\x2c\x30\x9f\xc1\x51\x96\x4a\xa5\x40\x0d\x12\xb5\x7b\ \x5a\xd0\xd9\x1f\x40\xda\xf4\xf4\x74\x78\x0f\x74\x1c\xad\x57\x22\ \x8d\xc4\xb8\x58\x03\x6a\xae\x98\x33\x02\x85\x72\xc2\xcc\xf9\xe9\ \x37\x0c\xa0\x03\x3a\x84\x8c\x74\x25\x9b\xee\xf9\x6d\x00\x11\x27\ \xfc\x58\xc3\x4c\x26\xa3\x64\x32\xa9\x62\xb1\x18\xc6\xcd\x35\x9d\ \x25\x72\x0a\x9b\xf1\xba\xe3\x61\x4e\xfc\x4e\x64\xcf\xa9\x3e\xaf\ \x4d\xc3\xd0\x7b\x9a\xd6\x23\x31\xd6\x09\xa0\x05\x2b\xe2\x29\x40\ \xc6\xc7\xef\xae\x1c\xdc\x67\x71\x71\x51\x99\x4c\x26\xe4\xd9\x91\ \x2b\x8c\x91\x1b\x0a\xc6\xcf\x75\xd9\x1b\x64\x86\xef\xb5\xb4\xb4\ \x28\x9d\x4e\x87\xbe\x57\xf9\x7c\x5e\x7d\x7d\x7d\x21\x70\xa0\x15\ \x09\xc5\xe9\x8c\x1d\x20\xe0\x8f\x63\xa9\x54\x2a\x3a\x7f\xfe\xbc\ \x5e\x78\xe1\x05\xe5\x72\x39\xdd\x76\xdb\x6d\xda\xb1\x63\x87\x72\ \xb9\x9c\x8a\xc5\x62\x95\x93\xee\xe8\xe8\x08\xc5\xea\x6d\x6d\x6d\ \xa1\x71\xe8\xc0\xc0\x40\xa8\x13\x18\x1f\x1f\xd7\xe0\xe0\xa0\xfa\ \xfb\xfb\x35\x3e\x3e\x1e\x7a\x1c\x3d\xf1\xc4\x13\xaa\x54\x2a\xfa\ \xd8\xc7\x3e\x56\x65\x28\x69\x3b\xc1\xbe\x92\x2a\x22\xf8\x80\xed\ \x42\x66\x17\x17\x17\xd5\xd6\xd6\xa6\x8f\x7c\xe4\x23\xfa\xee\x77\ \xbf\xab\x47\x1f\x7d\x54\xeb\xd6\xad\x53\xa1\x50\x08\x0e\x83\xbd\ \x27\xda\x04\x64\x96\x4a\xa5\xc0\xec\xb0\xff\x1e\x58\x79\x8a\x99\ \x7f\xd9\xb3\x23\x47\x8e\xe8\x89\x27\x9e\x50\x57\x57\x97\x52\xa9\ \x54\x28\x34\xcf\x64\x32\xea\xea\xea\x52\xb1\x58\x54\x6b\x6b\xab\ \x96\x97\x97\xb5\x79\xf3\xe6\xf0\x38\x8c\x58\x2c\x16\x82\xab\xc3\ \x87\x0f\x87\xe7\x32\x7a\xdd\xa4\xd7\xe8\x61\x94\xe3\xf1\x78\xa8\ \x83\x04\x04\x23\x53\xe8\x07\xc6\x16\x7d\x82\xe5\x24\x7a\xf5\x94\ \x8d\x3b\xcc\x28\x93\xef\xc1\x09\x0e\xa9\xae\xae\x4e\xc5\x62\x51\ \xdf\xff\xfe\xf7\xc3\x3a\xba\x83\xc7\x70\x03\x5e\xa3\xf6\xd5\x1d\ \x1b\xac\x05\x46\x9c\xe0\x0c\x26\x7e\x65\x65\x45\xeb\xd6\xad\xab\ \x72\xf4\xd8\x17\x6c\xb9\xdb\x4d\x4f\xd3\x30\x6e\x07\x43\x0e\x10\ \xd8\x4b\x64\x69\xfd\xfa\xf5\x4a\x24\x12\xba\x78\xf1\xa2\x32\x99\ \x8c\x0e\x1e\x3c\xa8\x42\xa1\xa0\x73\xe7\xce\xa9\xbd\xbd\x5d\x53\ \x53\x53\x01\x20\xb8\x9d\x74\xf6\xa6\xb1\xb1\x51\x23\x23\x23\x9a\ \x9b\x9b\x0b\x00\x3f\x97\xcb\x69\x69\x69\x29\xd8\xe2\x81\x81\x01\ \xf5\xf4\xf4\x68\x6c\x6c\x4c\x4b\x4b\x4b\xda\xb9\x73\xa7\x5e\x7c\ \xf1\x45\x25\x93\x49\x15\x0a\x05\x8d\x8d\x8d\x69\xd7\xae\x5d\x5a\ \x5c\x5c\x54\x73\x73\x73\x38\x81\xb8\x6f\xdf\x3e\x5d\xb9\x72\x45\ \x43\x43\x43\x21\xb8\xf5\x54\x12\xf6\x10\x66\x14\xf9\x21\x68\x24\ \xd8\x63\x6f\x99\x3b\xfb\x43\x30\x8d\xed\x66\xbf\xd8\x4b\x5f\x7f\ \x64\x05\xd0\xe0\x40\x59\x52\xa8\xff\x71\xfb\xc9\xf7\xc8\xd4\x78\ \x19\x00\xbd\xe4\x00\x03\xb1\x58\xac\xea\xc9\x0c\x04\xb6\x9c\xb2\ \xf4\xeb\x31\x0f\x52\x97\x30\xf5\xd8\x78\x67\xf5\xf8\x1c\xf2\xee\ \x07\xa8\x18\x8f\xcf\x07\x3d\x73\xc0\x5a\x2e\x97\x43\x70\x83\xcf\ \x23\xc8\x66\x5c\x2e\x6b\xac\x91\xaf\x7b\x4d\x4d\x4d\xb0\xd3\x90\ \x14\xac\x01\x76\x9d\x00\xd3\x7b\x40\x96\xcb\xe5\x70\xaa\xdd\xb3\ \x36\x53\x53\x53\x01\x3c\x7b\xaa\x95\xb9\x7a\x80\x46\x21\x7d\x22\ \xb1\xfa\x78\x2a\xc7\x25\xa4\xf8\xa9\xa9\x64\x0e\xc8\x43\x00\xcd\ \x8d\x8d\x8d\x8f\xbb\x93\x03\xb0\x00\x74\x50\x10\x8f\x78\xd8\x58\ \x98\x0c\x94\xdf\x19\x17\x06\x8b\x61\x43\x68\x3d\x3f\x0c\x4b\xc4\ \x63\x74\x70\x1a\x9e\xf2\x60\xc1\xa8\xfe\x47\x59\xd8\x40\xfe\xe6\ \x0c\x0c\xac\x08\x86\x87\x05\x80\x6d\x5a\x5e\x5e\x0e\xf5\x53\x2c\ \x14\x8b\x82\xd1\x62\xa3\xf9\x3e\xe3\x60\x33\x11\x06\x04\xcf\xd3\ \x6f\x18\x2c\x8f\x3a\xbc\x10\x90\x1f\xd6\x09\x61\x75\x47\xc0\xdf\ \xdc\x81\xa1\x20\x50\x96\x38\x4d\x4f\x6f\x62\x48\x99\x27\x46\xc0\ \x1f\xca\xec\xd7\x62\x9f\x62\xb1\x58\x98\x4b\xb1\x58\x0c\x11\x07\ \xdf\xe7\xc8\xba\x47\xa1\x00\x05\x67\xc2\x50\xd0\x62\xb1\x18\xf6\ \x16\xe3\xc9\xa3\x5e\x78\xad\xac\xac\x84\x07\x3e\xcf\xcd\xcd\x05\ \x20\x46\xa1\x22\x72\x85\xf3\xa4\xa0\xbc\x58\x2c\x4a\xaa\xee\x5a\ \xce\x3a\x46\x8b\xf6\xbd\xc7\x1b\x46\x8f\xf4\xa0\xd7\xe1\xc1\x68\ \x24\x12\x89\xc0\x0e\x4d\x4e\x4e\x4a\x92\xf2\xf9\xbc\x96\x97\x97\ \x43\x70\x30\x35\x35\xa5\xba\xba\x3a\x8d\x8f\x8f\x6b\x66\x66\x46\ \x83\x83\x83\x7a\xe3\x8d\x37\x42\x54\xd5\xd9\xd9\xa9\xbe\xbe\xbe\ \x10\xed\x72\x02\x2f\x9d\x4e\x2b\x9b\xcd\x06\x79\xf4\x54\x25\xc6\ \x9e\x76\x10\xd9\x6c\x56\x9b\x37\x6f\xd6\xee\xdd\xbb\xb5\x73\xe7\ \x4e\xdd\x76\xdb\x6d\xba\x72\xe5\x8a\x5e\x7f\xfd\x75\x75\x75\x75\ \x85\x1e\x40\xec\x35\x8c\x15\x8e\xd7\x03\x11\xee\xe5\x74\x38\x6b\ \xbf\x7d\xfb\x76\xfd\xe0\x07\x3f\x50\x7d\x7d\xbd\xba\xba\xba\xaa\ \xe8\x7c\xe6\xc3\xf8\x9c\xc1\xe1\xe5\x4e\xdc\xd7\xd8\x8d\x0e\x7f\ \x4b\x26\x93\xda\xba\x75\xab\x4e\x9e\x3c\xa9\x81\x81\x01\x65\xb3\ \x59\xcd\xcc\xcc\x54\x35\xaa\xe4\x1a\x80\xab\x4b\x97\x2e\xa9\xa9\ \xa9\x49\xb7\x6e\xdd\xd2\xde\xbd\x7b\xb5\x77\xef\xde\x30\x8f\xeb\ \xd7\xaf\x87\x62\x75\x97\x3f\x2f\x21\xc0\x99\xb0\x2e\x89\x44\x22\ \x04\x21\xfe\x80\x7b\x67\xb1\x79\x20\xb9\xa7\xc7\x9c\x71\x75\x07\ \x82\xae\xbb\x1e\xb1\xc6\x0d\x0d\x0d\x7a\xea\xa9\xa7\x74\xec\xd8\ \xb1\xaa\x6b\x20\x9b\xac\xad\x83\x27\x67\xb7\xa2\x0e\xc7\x81\x51\ \x53\x53\x53\x68\xaf\xf2\x89\x4f\x7c\x42\x1f\xf8\xc0\x07\x74\xe6\ \xcc\x19\x9d\x3d\x7b\x36\x7c\x17\x7d\x70\xbd\x67\xfc\xfc\x9f\xf1\ \x3b\xd3\xec\xac\x0b\x76\xc2\xed\x11\x00\x77\x69\x69\x49\x5d\x5d\ \x5d\xfa\xc0\x07\x3e\xa0\x57\x5e\x79\x45\x47\x8f\x1e\xd5\x8e\x1d\ \x3b\x34\x32\x32\x12\xae\x85\xfd\xc4\x6f\x24\x93\xab\xbd\xd7\x9a\ \x9b\x9b\xc3\x73\x05\x53\xa9\x94\xb6\x6d\xdb\xa6\xad\x5b\xb7\x6a\ \x6e\x6e\x2e\x3c\x5a\xe7\xd1\x47\x1f\x55\x7f\x7f\x7f\x90\x8d\xa6\ \xa6\x26\x7d\xe7\x3b\xdf\xd1\xc4\xc4\x84\x24\x05\xe6\xec\xcd\x37\ \xdf\x0c\x40\xe9\xe2\xc5\x8b\x3a\x7f\xfe\xbc\x26\x26\x26\x82\xcd\ \x66\x9e\xcc\xdd\x03\x33\x02\x2a\x07\x06\x9e\x3a\x43\x6f\x08\xce\ \x3c\x8b\xe3\x40\xca\xed\xaf\xb3\xbe\x30\x94\x1e\xe8\xe2\x0b\x79\ \x6a\x05\x63\xe7\x90\x06\xfa\x4b\x0d\x11\xeb\xc8\x7b\x8c\x39\x1e\ \x8f\x87\x7a\x4f\xea\x2c\xd1\xd5\x5b\xb7\x6e\x85\xfa\x5f\xb2\x02\ \x64\x40\x9c\x7d\xf1\x31\xa1\xcb\x0e\x16\x19\xa3\xfb\x7a\x32\x0b\ \x04\xde\x90\x0b\x10\x11\x8c\x9f\xeb\xc1\x7e\x46\xf7\x81\x43\x1e\ \x04\x6c\x51\x7c\xc1\x61\x9c\x89\x89\x89\xaa\xf6\x41\x9c\x4e\xf7\ \x7a\x30\xf6\x13\x16\xce\xb3\x2e\x8c\xc7\x65\x11\x1b\xe7\x44\x8e\ \x03\x5f\x0f\x0c\xdd\x6f\x33\x46\xea\xb9\x9d\xa8\x71\x5c\x14\x6c\ \x03\xe8\x72\x65\x65\xa5\xea\xe1\xc6\x0c\x12\x87\xed\x5f\xf6\xc5\ \x87\xea\x83\xdd\xc1\x91\x80\x8a\x13\x89\x44\x38\x66\xcf\xc6\xa1\ \x9c\xa4\xcb\x1c\x29\xf2\x77\xc6\x02\x98\xe1\x31\x0c\x80\x0f\x7f\ \xe4\xcc\xca\xca\xda\xe9\x2d\xd2\x9b\xd0\xaf\x44\xbe\xbe\xa8\x14\ \x3b\xa2\x58\x5e\x94\xcd\x18\x3c\x75\x06\x0b\xe3\x46\x0f\xa3\x0e\ \x90\x9a\x99\x99\xd1\xd2\xd2\x92\x1a\x1b\x1b\xc3\x7d\x98\x5b\x3a\ \x9d\x0e\xce\x10\xc4\xed\x27\x12\xb8\x2e\x82\x82\x32\xc1\xcc\x01\ \x68\xdc\x71\x3a\x70\x74\x85\x04\x5c\xa0\x30\xa3\xa3\xa3\xa1\x40\ \x10\x27\xe0\xa7\x68\xd8\x13\xa2\x6b\xee\x83\xd0\x33\xf7\xda\xda\ \x5a\xcd\xcd\xcd\x69\x66\x66\x26\xa4\x8e\x58\x23\x4f\x05\xb2\x4e\ \x38\xb2\xf9\xf9\x79\xb5\xb7\xb7\x87\x28\xb3\xb6\xb6\x56\x85\x42\ \x21\x7c\x96\xef\xc6\x62\xab\x05\xf0\xfc\x9f\x35\x60\x1f\x9d\xe6\ \x45\x11\x50\x26\xe4\x13\xd6\xd1\x23\x4a\xae\xcb\xdc\x1d\x24\xb0\ \xf7\x0e\x9c\x01\x8b\x9c\x4e\x63\xbf\x28\x7c\xa4\x70\xfd\xf4\xe9\ \xd3\x7a\xf9\xe5\x97\x35\x33\x33\x23\x49\xda\xb3\x67\x8f\xb6\x6e\ \xdd\xaa\x3d\x7b\xf6\x84\xae\xe9\x57\xae\x5c\xd1\xd6\xad\x5b\x55\ \x57\x57\xa7\xae\xae\xae\x00\xde\x31\x50\xcc\x95\x28\x8a\xf5\x68\ \x68\x68\x50\x4f\x4f\x8f\x4a\xa5\x92\x66\x66\x66\x34\x3f\x3f\xaf\ \xdb\x6e\xbb\x4d\xff\xf8\x8f\xff\xa8\xbf\xfe\xeb\xbf\xd6\xbf\xff\ \xfb\xbf\xab\xb9\xb9\x59\xbb\x77\xef\x56\x2a\x95\x0a\x80\x98\xda\ \xae\x85\x85\x85\x20\x87\x28\x3b\x46\xc0\xeb\xda\x56\x56\x56\x94\ \xcd\x66\xf5\xf9\xcf\x7f\x5e\x4f\x3f\xfd\xb4\x6a\x6a\x6a\xb4\x61\ \xc3\x06\x4d\x4d\x4d\x05\xe6\xd7\x0f\x52\x78\x34\x08\x18\x21\x5a\ \x8c\x32\x3a\x5e\x9b\xc2\x7b\xf1\xf8\xea\x33\x14\x3f\xfe\xf1\x8f\ \xeb\x95\x57\x5e\x51\x63\x63\x63\x60\x43\x2a\x95\xd5\xe6\x81\x33\ \x33\x33\x81\x79\xdb\xb1\x63\x87\x9e\x7f\xfe\x79\xf5\xf6\xf6\x86\ \xda\x47\xe4\x0e\xa6\x6e\x71\x71\xed\x59\xa4\x7e\xe2\x19\xc6\x91\ \x3d\xef\xe9\xe9\x51\xa1\x50\x08\x0c\x04\xed\x44\x30\xd0\xa4\xd7\ \x1d\x74\xe0\xb0\xd0\x75\xe4\x0e\xd9\xc1\x80\x3b\xdb\xe3\x7b\x38\ \x35\x35\xa5\x1f\xfd\xe8\x47\xc1\x41\xe3\x80\x5d\xd7\x91\xd5\x28\ \x38\xf5\xf5\xf3\xd4\x3e\xf7\x9c\x9e\x9e\x0e\x6c\xe6\x07\x3f\xf8\ \x41\x0d\x0f\x0f\xab\xae\xae\x4e\xe9\x74\x3a\xd4\x60\xba\xbd\x42\ \x27\xbd\x36\x06\x87\x1b\x6d\x47\x80\x5d\xc1\x49\xb8\x63\x8c\xc5\ \x62\xba\x78\xf1\xa2\x56\x56\x56\x42\x8b\x84\x72\xb9\xac\x97\x5e\ \x7a\x29\x3c\xec\xda\xfb\x08\x12\x10\x3a\xd8\x4b\x26\x93\xa1\x87\ \x1e\x41\x5b\x47\x47\x87\xf2\xf9\xbc\xa4\xd5\x1e\x7b\xd9\x6c\x56\ \x1d\x1d\x1d\x9a\x99\x99\x51\x36\x9b\x0d\x4e\x9c\x96\x2a\xa4\x85\ \x12\x89\x44\x60\x8b\x63\xb1\x98\xce\x9f\x3f\xaf\x74\x3a\x1d\xf6\ \x9f\xbd\x62\x2d\x1c\x14\x61\x63\x18\x33\xb6\x88\x75\xf2\x83\x47\ \x5e\x54\xcd\x7b\x30\x28\x51\x50\xe6\xac\xa0\xfb\x51\xf7\x9d\xd8\ \x64\x4e\xd4\xc6\xe3\xf1\xd0\xb2\x42\x92\x26\x26\x26\x42\x50\x87\ \x4c\x30\x2e\xaf\x91\x1e\x19\x19\x09\x73\xe0\x30\x17\x0c\x0f\xf6\ \x8f\x5a\x26\xca\x1d\xa2\x69\xb0\x95\x95\xb5\x06\xd4\xf8\x2e\xec\ \x1f\x6b\x86\xdf\x60\xfd\xb0\x9d\x00\x0b\xaf\xdd\x72\x20\x13\x05\ \xb4\xf8\x56\xec\x2d\x0c\x31\x76\x05\xbc\x80\xdf\x73\x06\x54\x52\ \x68\x30\xca\x77\x01\x97\x8e\x17\xb8\x67\xf4\x80\x9a\x97\x12\x38\ \x2b\x8d\x3f\xe7\x85\xbd\xf3\x1a\x33\xae\xed\x07\x13\x1c\x6c\xf3\ \x39\x27\x58\x4a\xa5\x92\x92\xd1\x01\xb8\xf2\xe1\xc4\x10\xce\x68\ \x0d\x01\x0b\x5b\x2c\x16\xc3\x83\x5a\x4b\xa5\x52\xe8\xab\xc4\x82\ \x62\xf0\x30\x3e\xa4\x5f\x50\x3a\xa7\x3c\x41\xe2\x8e\x88\xeb\xeb\ \xeb\x03\x98\xc3\xe1\xc1\x74\xc4\xe3\x6b\x8f\x60\xe0\x44\x1a\x28\ \x9d\x68\x80\x85\xbc\x75\xeb\x56\x78\xd0\x30\x80\x84\x14\x12\x63\ \x61\x33\x89\xfe\xd9\x68\x36\xcb\x29\x48\x52\x72\xf1\x78\x3c\x5c\ \x93\x45\x66\x0c\xd4\x8e\xb1\xe0\x5e\xe4\xed\xeb\x8d\x20\x79\x74\ \x81\xa1\xf3\x0d\xf4\x3a\x21\x9c\x33\xa0\x98\xb9\x40\xe9\x4a\x6b\ \xcf\xe1\xab\xaf\xaf\x0f\x63\x85\x31\xc4\x88\xe0\x94\x18\x03\xec\ \x1f\x51\x83\xb4\xf6\x08\x1e\x2f\x3a\x66\x6d\x1d\xe4\xe2\x78\x10\ \x44\xe4\x8b\x5e\x26\x7e\xfa\xb1\xbd\xbd\xbd\xaa\xa1\x28\x20\xc6\ \x41\x1b\x32\x80\x52\xb8\x12\xe0\x1c\xf8\x0c\xa7\xdc\x60\x2e\xa0\ \xa8\x71\xcc\x95\x4a\x45\x1b\x37\x6e\x0c\xa9\x30\x64\x8c\x79\xb5\ \xb5\xb5\x69\xfd\xfa\xf5\x6a\x6f\x6f\xd7\x3b\xef\xbc\x23\x49\xa1\ \xa0\x9c\x5c\x7c\x3e\x9f\x0f\x86\x7d\xeb\xd6\xad\xda\xbc\x79\xb3\ \x0e\x1c\x38\xa0\x74\x3a\x1d\xd2\x87\x18\xa7\xcd\x9b\x37\x2b\x93\ \xc9\x54\x15\x5f\xe3\x2c\xd1\x21\x4f\x19\x3b\xd3\x43\xf4\xbb\xbc\ \xbc\xac\x6c\x36\xab\xc5\xc5\x45\x65\xb3\x59\x3d\xfe\xf8\xe3\xfa\ \xf2\x97\xbf\xac\xaf\x7e\xf5\xab\xfa\xdc\xe7\x3e\xa7\xfb\xee\xbb\ \x2f\x38\x77\x1e\xf7\x33\x37\x37\xa7\x2d\x5b\xb6\x54\x31\xa0\xc8\ \x76\xf4\x04\x2a\xb5\x1b\x8f\x3e\xfa\xa8\xae\x5c\xb9\xa2\xf1\xf1\ \x71\xe5\x72\xb9\x50\xc4\x89\x6e\x7a\xb1\x32\xf2\x88\x0c\xb3\xe7\ \x3e\x07\xf6\xca\x1d\x1c\x76\xa4\xbd\xbd\x5d\x0f\x3e\xf8\xa0\x2e\ \x5f\xbe\x1c\x8a\xec\x91\x1f\x6a\x2c\x61\x12\xfb\xfb\xfb\xb5\x73\ \xe7\xce\xaa\xce\xff\x00\x40\x8c\x3a\x7b\xcd\x5c\x71\x7e\xa4\xcc\ \x24\x29\x9b\xcd\x6a\x74\x74\x34\xe8\x37\x0d\x5c\x39\x30\x42\x34\ \xec\xc6\x17\x5d\x4f\x24\x12\x21\x95\xe2\xc0\xc8\x01\xa7\xa7\x80\ \x00\xd2\x47\x8f\x1e\x0d\xcd\x18\x09\x22\x19\x23\xc6\x1b\xc7\xeb\ \xd7\xe4\x3a\x9e\x5a\xf3\xeb\x7b\x00\xb1\x7f\xff\x7e\x8d\x8e\x8e\ \x6a\x70\x70\x50\x87\x0e\x1d\xd2\xfc\xfc\xbc\x9e\x7c\xf2\xc9\x20\ \x5f\xfe\x59\x9c\x9c\xb3\x64\x9e\x16\x63\x2d\x9d\x59\xf5\x28\x9e\ \x60\xb2\x5c\x5e\x3d\x10\xb2\xb4\xb4\x14\x52\xcb\xe7\xcf\x9f\xd7\ \xc6\x8d\x1b\x35\x3d\x3d\x1d\xee\xe1\x51\xbf\xef\x4f\x3c\x1e\x0f\ \xb6\xa8\x54\x2a\xa9\xbd\xbd\x3d\xd8\xab\xab\x57\xaf\xea\xd6\xad\ \x5b\xda\xb7\x6f\x5f\x08\x12\x62\xb1\xd5\x47\xf0\x78\xad\x60\x7d\ \x7d\xbd\xee\xbb\xef\x3e\xfd\xec\x67\x3f\x53\x5f\x5f\x5f\x48\xeb\ \x0e\x0c\x0c\xe8\xc6\x8d\x1b\x55\x7e\x8a\xff\x7b\x4a\xdf\xd9\x7b\ \x07\x80\x9e\x16\xc7\xc6\x7a\x00\x8c\xdf\xc3\xa7\x61\x8b\x1c\xb0\ \x39\xcb\x0f\x60\x60\xde\xd1\x34\x22\xa7\x89\xcb\xe5\xb2\xa6\xa6\ \xa6\xc2\x1a\x79\x2d\x29\xfb\xc2\xfe\x33\x56\xf6\x0d\x5b\xcb\xfe\ \xf2\x2f\x3e\x89\x94\x56\xb9\x5c\xae\x2a\x11\x41\xd6\x00\x2a\xe5\ \xf2\x5a\x2f\x27\xb7\x51\x95\x4a\x25\xd8\x55\x9f\x27\x00\xd4\xfd\ \x00\x8c\x0e\x3a\x41\x06\xc2\xd7\x98\x60\xbe\xb5\xb5\xb5\x0a\x84\ \x39\x4b\xcc\x0b\xe6\x79\x79\x79\x39\x34\xf8\x65\x5d\x91\x19\x58\ \x3c\x64\x97\x97\xeb\x31\x19\x0a\xee\x81\xee\xf9\x67\xf0\x43\x80\ \xc0\xa8\x1f\x46\x1f\x7d\xbd\x3d\xfd\xeb\x3a\x16\xfc\xb5\xb3\x0e\ \xdc\x14\xe4\x8a\xf3\xf5\x7c\x25\x4e\x7e\x65\x65\xa5\xaa\x51\x19\ \x4d\xb8\x10\x08\x40\x14\x68\x13\x63\xcb\xc4\x59\xf4\xc6\xc6\xc6\ \xf0\xbb\x17\x8a\xf3\x02\x29\xfb\xc9\x3c\x36\x08\xc1\x25\xaf\xeb\ \x11\xbb\xf7\x3e\x99\x99\x99\x09\x06\x19\x03\x0e\xd3\x05\x28\xe3\ \xd4\x02\xbd\x2d\x70\x6e\xa4\x01\x31\x3a\x6c\x2a\xe9\x4a\xea\xc7\ \x48\x09\xcc\xce\xce\x06\x8a\x16\xe3\x90\x4a\xa5\xc2\x09\x26\x94\ \x94\x88\x34\x2a\x04\xce\x2c\xb1\x27\x38\x61\xf6\x07\xa1\x07\x18\ \xb0\x7e\x1e\x09\xf0\x02\x58\x40\x13\xfb\x29\x09\x69\xb5\xc8\x8f\ \x3d\x40\xa1\xd9\x9b\x64\x32\x19\x6a\x11\x50\x82\xc6\xc6\xc6\x2a\ \xa6\x2b\xca\xec\x79\xaa\x81\x7b\xd1\xfe\xc0\x1f\x0d\x42\x73\x47\ \x8f\x80\x28\x7e\x04\x38\xd1\x42\x80\xb5\xe0\xbb\x08\x3a\x7b\x81\ \xb2\x7b\x44\xe9\x0a\x10\x8f\xaf\xa6\x20\xbd\xe6\xc5\xe5\x14\x27\ \x32\x3a\x3a\xaa\x33\x67\xce\xa8\xaf\xaf\x2f\x44\x8f\x97\x2e\x5d\ \x0a\xe9\xd2\x58\x2c\xa6\x5c\x2e\xa7\xbb\xee\xba\x4b\x47\x8e\x1c\ \x51\x6f\x6f\xaf\x4a\xa5\x52\x90\xf1\x5c\x2e\xa7\x95\x95\x15\x65\ \x32\x99\x5f\xeb\x28\x0e\x3b\x06\x58\x91\x54\xe5\xdc\x08\x16\x48\ \x21\x3a\x03\xec\x0c\x48\x7d\x7d\xbd\xfe\xe6\x6f\xfe\x46\x5f\xfe\ \xf2\x97\xf5\xb5\xaf\x7d\x4d\xed\xed\xed\xda\xbf\x7f\xbf\xce\x9c\ \x39\x13\x4e\xd9\xae\xac\xac\x68\x78\x78\x58\x03\x03\x03\x55\xc6\ \xc0\xe5\x02\xd9\x73\x43\xd5\xdb\xdb\x1b\xd6\x96\x86\xb9\xec\xb7\ \x47\x66\x5c\xcb\x23\x40\x97\x51\x37\x9a\x0e\x44\xdc\x41\x50\x03\ \xc7\x1e\x11\x74\x48\x6b\x8d\x14\xe3\xf1\xb8\xb6\x6d\xdb\xa6\xce\ \xce\x4e\x4d\x4c\x4c\xe8\xd2\xa5\x4b\xba\x74\xe9\x92\xae\x5e\xbd\ \x1a\xd6\x1d\x9b\xe1\x69\x8e\x4a\xa5\xa2\x0d\x1b\x36\x68\xcb\x96\ \x2d\x92\xa4\xa1\xa1\x21\x5d\xbd\x7a\xb5\xca\xc6\xc0\x76\xc6\xe3\ \xf1\x50\xa3\x89\x4c\xe3\xbc\x3c\x50\xc0\x11\xf9\x3d\xdc\xde\xb1\ \x9e\xe8\xe4\xe0\xe0\xa0\x7e\xf6\xb3\x9f\x05\xc6\xd2\xd7\x3b\x6a\ \x6f\xfd\xff\xac\x05\x86\xda\x9d\x8d\x47\xf9\xec\xc3\xd7\xbf\xfe\ \x75\xed\xde\xbd\x5b\xf1\x78\x5c\xef\xbe\xfb\xae\xee\xb9\xe7\x1e\ \x3d\xf7\xdc\x73\xa1\x3b\xbf\x33\xc0\x9e\xfe\x70\xd6\x8d\xf9\xf8\ \xdf\x19\x03\x6b\x41\x3a\xb2\xb1\xb1\x51\xc5\x62\x51\x85\x42\x41\ \xfd\xfd\xfd\xea\xe8\xe8\xd0\xcb\x2f\xbf\xac\x7c\x3e\xaf\x6d\xdb\ \xb6\xe9\xcc\x99\x33\xc1\x1e\xb0\x9f\x38\x2d\x82\x22\x07\x9b\xa9\ \xd4\xea\x03\xa0\x87\x86\x86\x74\xdb\x6d\xb7\x05\x06\x6a\xfd\xfa\ \xf5\xba\x72\xe5\x8a\xee\xb8\xe3\x0e\x2d\x2d\x2d\x69\x66\x66\x46\ \x0b\x0b\x0b\x81\xc1\xea\xef\xef\x57\x7d\x7d\xbd\xfe\xf6\x6f\xff\ \x56\xa9\x54\x4a\xf7\xde\x7b\xaf\xfe\xe4\x4f\xfe\x44\x7b\xf6\xec\ \x09\xd9\x04\xe4\x91\x20\xd3\x03\x19\xf6\xd7\x41\x2c\x36\x86\x7a\ \x1d\x6c\x11\x9f\x07\x40\xe0\x0b\xf1\x2f\x6e\xff\x00\xe2\x51\xc6\ \x0c\x3b\x04\x78\x63\x6d\x7c\x2c\x04\x3e\x0e\xa2\x98\x07\x73\x40\ \x97\xa3\xd9\x0c\xe6\xe0\x24\xc0\xd4\xd4\x54\x90\x51\x52\xe2\xee\ \x77\x98\x3b\xd7\xc7\x7e\x12\x4c\x45\x75\xd7\xfd\x37\x01\xa0\xb4\ \x76\x98\x0b\xf9\x76\x80\xe9\x80\x93\xe0\x9f\xa7\x78\xe0\xb3\x5d\ \xbe\x79\x45\x03\x19\xc0\x91\xfb\x55\x74\x91\x6c\x16\xfa\x09\xeb\ \xc9\x7a\xe0\x87\xde\x2f\x98\x8d\x06\x85\xd8\x32\xc6\xed\x84\x8a\ \x07\x37\xae\x3b\xac\xb9\x97\x49\xa1\x4f\x49\x7e\x71\x06\xcb\x0b\ \x27\x9d\xf6\x63\x92\x14\xfe\x12\x99\x7b\x31\xb5\xa7\xe1\xdc\x40\ \xf1\x77\x04\x95\xc1\x93\x66\xc2\xa0\x27\x93\xc9\x70\xca\x2c\x3a\ \x41\x68\xcc\x5b\xb7\x6e\x05\xe3\xca\xb3\xd2\x10\x68\x0a\x92\x51\ \x5e\x84\x88\xef\x3b\xc5\x49\x4a\x13\x06\x88\x85\x26\x7d\x48\x94\ \x59\x57\x57\xa7\xc9\xc9\xc9\x50\x43\xc4\x86\x4a\xaa\x6a\x65\x01\ \x88\x02\x9c\xfa\x06\xe0\xa8\x00\x79\x0e\x98\x60\x8a\x1a\x1a\x1a\ \x02\x88\x45\x29\x71\xc0\xd1\xc8\x87\x1a\x1a\xd6\x99\xb5\xe1\x6f\ \x28\xae\x0b\xbd\xd7\x2e\x21\xe8\x74\x35\x77\xa0\x0d\xf0\x74\x26\ \x0e\x0a\xda\xd9\x06\xc6\xe9\x2c\x15\x6b\xe2\xf5\x5b\xe5\x72\x39\ \x34\x08\x9c\x9f\x9f\x0f\xac\x9e\x03\x42\x2f\xf4\xf4\x7a\x22\x3f\ \x70\x01\x2d\x8c\x73\x45\x5e\x71\x72\x38\x13\x8f\x3c\x51\x4a\x0c\ \x1a\xa9\x15\xd6\x20\x16\x8b\x85\x34\x2e\xeb\x7d\xe3\xc6\x0d\x35\ \x37\x37\x6b\x7c\x7c\x3c\xcc\x29\x91\x58\x7d\x38\xf1\xc1\x83\x07\ \xb5\x71\xe3\x46\xb5\xb4\xb4\xe8\xc6\x8d\x1b\x8a\xc7\xe3\x55\x29\ \xf2\x54\x2a\x15\x0e\x1c\x38\x8d\x1e\x75\xac\x18\x5c\x98\x44\x07\ \xf4\xa5\xd2\xea\x93\x0f\x00\xfe\x28\x3b\x0f\x4a\x6e\x6d\x6d\xd5\ \xbf\xfc\xcb\xbf\xe8\x2b\x5f\xf9\x8a\xbe\xf2\x95\xaf\xe8\xef\xfe\ \xee\xef\xd4\xd9\xd9\xa9\xab\xff\xfb\xe0\xdd\x78\x3c\x1e\xc0\x16\ \x0c\x0d\x4c\x94\x1b\x03\x69\x2d\x9d\xcc\x09\x2c\x4e\xbf\xf8\xde\ \x00\x44\xdc\x20\xb9\xf3\x07\x68\xc3\x5a\x39\x93\xeb\x2c\x82\xbf\ \xd0\xbf\x42\xa1\x10\xf6\x8c\x14\x13\x7a\x51\x57\x57\xa7\x5d\xbb\ \x76\x85\xb4\xec\xd5\xab\x57\x55\x2c\x16\x35\x33\x33\xa3\x5c\x2e\ \x17\x4e\x16\xe1\xf0\x1c\xd4\xef\xd8\xb1\x43\x2d\x2d\x2d\xca\xe7\ \xf3\xc1\x28\x52\x97\x85\x4c\xa3\xa3\xac\xbd\x3b\x42\xfe\x05\x74\ \xb0\x76\x38\x48\x82\x11\x8c\xad\xb3\x4b\x0d\x0d\x0d\x3a\x7a\xf4\ \x68\x55\xb1\x37\x4e\x02\x19\x70\xb9\x95\xaa\x1f\x22\xeb\xbf\x13\ \x60\xf8\x49\x27\x74\x30\x95\x4a\x69\x68\x68\x48\xa3\xa3\xa3\xc1\ \x8e\x24\x12\x09\xe5\x72\xb9\xf0\xec\x3e\x4f\x4f\x61\x53\x9d\x11\ \x77\x1b\xcb\xf8\xdd\x79\xd1\x04\x12\xb9\x2b\x14\x0a\x9a\x9a\x9a\ \x52\x3a\x9d\xd6\x8e\x1d\x3b\x94\x48\x24\xf4\xc2\x0b\x2f\x84\x34\ \x5e\x34\xd0\x63\x9d\x18\x07\xd7\x72\xc0\x3d\x32\x32\xa2\xfe\xfe\ \x7e\xcd\xcf\xcf\x6b\x70\x70\x50\x6d\x6d\x6d\x6a\x6d\x6d\x0d\xc1\ \xeb\x8d\x1b\x37\xb4\x61\xc3\x06\x0d\x0d\x0d\x85\x40\xf1\x8e\x3b\ \xee\x50\x22\x91\xd0\xef\xfc\xce\xef\x54\xa5\x99\xd1\x47\x6c\x93\ \xb3\xfe\xfe\x19\xec\xa3\x03\x1d\xec\x24\x32\x0c\x80\x70\x96\x36\ \x3a\x0f\xfe\xce\xba\xc1\x58\xe2\xf3\x3c\x30\x01\x0c\xdc\xba\x75\ \x2b\xd8\x1b\xd8\x4c\x7c\x1f\x60\x04\x60\x47\x80\x8c\xaf\x75\xd9\ \x44\x0e\x00\x45\xce\x4a\x61\x63\x1a\x1b\x1b\x83\x7c\xf2\x7d\xc6\ \xce\xfe\xf3\xdd\x68\xba\xcb\x03\x40\xf4\x03\x20\xe8\xb2\x03\x10\ \xa4\x03\x80\x83\x4d\xe6\x0d\xe9\xb0\xb0\xb0\xa0\x96\x96\x96\x2a\ \x66\x2b\xca\xe2\x3a\xe0\x8f\x32\xd3\xcc\x15\xf9\xf7\x3e\x9d\xd8\ \x74\x98\x3b\xf6\xd1\xeb\xa4\x58\x1b\xaf\x05\xe7\x3d\x82\x2b\x07\ \xc8\xbc\x87\x3d\x72\x30\x8e\x7c\x63\x5f\xb0\x5b\x2e\x67\x71\x36\ \xdf\x37\x1a\x47\x08\x20\x70\x94\x07\x28\xf1\xc5\x87\x4e\xf5\x54\ \x81\xb4\xf6\xa8\x93\xa6\xa6\xa6\x70\x0f\x1c\x2b\x46\x8e\x34\x1d\ \x93\x62\x53\x58\x58\x36\x16\x81\x61\x03\x78\xbe\xdb\xe4\xe4\x64\ \x30\xee\xa4\xa0\xe6\xe7\xe7\x43\xb4\x81\x11\xf6\x47\xeb\x20\x54\ \x44\x20\xd0\xb4\xa4\x27\x49\x31\x20\xc8\xd4\x1b\x2c\x2f\x2f\xab\ \x50\x28\x54\x19\x33\x36\x97\x06\x9a\xee\x50\xb8\x9f\x47\x6d\x1c\ \xff\x66\xee\x51\xd4\xef\x45\xca\x18\x44\xfa\x03\x01\xea\x60\x78\ \xfc\x51\x1b\xbe\x2f\xb1\x58\x2c\xd4\xe2\x60\x38\xa2\x86\x00\xc3\ \xbd\xb2\xb2\x52\x75\x54\x95\x28\x93\xf1\xe0\xb4\xa0\x88\x11\x76\ \xc6\xe7\x0e\xc1\x01\x2a\x4a\x47\x6a\x8d\xa2\x53\xfa\xd2\x34\x35\ \x35\x85\xba\x3a\x14\x8b\x3a\xbd\xe8\xde\x23\xd4\x28\x93\xb3\x7e\ \xbe\xde\xec\x1b\x0a\xc5\xa9\x43\x57\x24\xd6\xc9\x65\x3a\x99\x4c\ \x86\xe3\xbd\x33\x33\x33\x9a\x9d\x9d\xd5\xf5\xeb\xd7\xd5\xd5\xd5\ \xa5\x07\x1e\x78\x40\x1d\x1d\x1d\xea\xee\xee\xd6\xd4\xd4\x94\xc6\ \xc6\xc6\xd4\xda\xda\xaa\xe9\xe9\x69\xb5\xb4\xb4\x28\x97\xcb\xa9\ \xb9\xb9\x39\x14\xa7\x03\xee\x7d\x6f\x91\x75\x67\x7f\xd0\x25\xd8\ \x01\x0c\x15\x4a\x5a\x5f\x5f\x5f\xe5\x28\x90\x1f\x6a\x4b\xba\xba\ \xba\xf4\x4f\xff\xf4\x4f\xba\xed\xb6\xdb\xf4\x67\x7f\xf6\x67\x1a\ \x1d\x1d\xd5\xba\x75\xeb\x74\xfd\xfa\x75\x75\x76\x76\xaa\xa5\xa5\ \x45\x93\x93\x93\x55\x86\xcb\x41\x3d\xac\x33\xac\x0e\x87\x18\x9a\ \x9a\x9a\xc2\x89\x57\xe4\x94\x3d\x47\xa6\x1d\xbc\xfa\x7e\xb9\x31\ \xe3\x15\x65\x45\xf8\xfc\xd2\xd2\x92\x2e\x5c\xb8\xa0\xf9\xf9\x79\ \xfd\xea\x57\xbf\xd2\xcc\xcc\x4c\x08\xde\x28\x70\xaf\x54\x56\x7b\ \xd6\x9c\x3f\x7f\x5e\xc3\xc3\xc3\x01\x90\x02\x3a\xd3\xe9\x74\xd0\ \x0d\x1f\x27\x8d\x09\x97\x96\x96\xc2\x03\x80\x01\xe7\x2e\xa3\xa4\ \x95\x5c\x97\x71\x06\x1e\x9c\xe0\x98\x3c\xd8\x71\x5b\xc4\xdc\x00\ \xaa\x37\x6e\xdc\xd0\xeb\xaf\xbf\x1e\x02\x55\xd6\xca\xd3\x38\x2e\ \xb3\xe8\x99\x3b\x6d\x74\x8d\x74\x26\xb2\xe0\xc6\x9c\xef\xbb\x83\ \x4e\xa5\x52\xe1\x50\x05\xeb\xed\x4e\x97\xef\xa1\x17\xce\x32\xb1\ \x5f\x7c\x16\x80\x0f\x43\x91\xcf\xe7\x43\xaf\xb8\x96\x96\x16\x1d\ \x3a\x74\x48\x83\x83\x83\x3a\x77\xee\x9c\x7a\x7b\x7b\xc3\x13\x11\ \x5c\x67\xf9\x1d\xf9\x76\x96\x8e\x39\xce\xce\xce\x6a\xeb\xd6\xad\ \x3a\x7e\xfc\xb8\xe6\xe6\xe6\xd4\xdf\xdf\xaf\x5c\x2e\xa7\x9e\x9e\ \x1e\x2d\x2d\x2d\x69\x64\x64\x44\x1d\x1d\x1d\x7a\xf7\xdd\x77\x03\ \x50\xfe\xc8\x47\x3e\xa2\xba\xba\x3a\x1d\x39\x72\x44\xfd\xfd\xfd\ \xba\xfd\xf6\xdb\x43\xc3\xd6\xf7\x73\xd8\x38\x42\xde\x87\x21\xc7\ \xbe\x3b\x39\x80\x2d\x72\x9f\xe3\xff\x8f\xd6\xf2\xb0\x7e\x30\xe5\ \xd4\x73\x45\xeb\x9c\x08\x9e\x91\x47\x3f\x81\xef\xc0\x99\x17\xf7\ \x01\x90\xe2\xb8\xbd\x51\x2a\x6b\x89\x1c\x30\x1e\xca\x66\xf0\x83\ \xcc\x07\xbb\x08\x50\xf2\xc0\x1d\x80\x42\x70\xc4\x5a\x38\x2e\xe0\ \xfe\x13\x13\x13\x9a\x9c\x9c\xd4\xcc\xcc\x4c\xd0\x13\xca\x54\x08\ \x38\xb1\x5b\x10\x32\x94\xe7\x60\x87\xa3\xc1\x05\x73\x70\x39\xf4\ \x8c\x47\x2c\x16\x0b\x59\x10\x67\xef\x9c\x51\x26\x73\xe6\x04\x05\ \x41\x15\x2f\xfc\xaa\x83\x69\xec\x31\x3e\xdc\x83\x27\x3e\x13\xfd\ \x9b\x33\xf6\xee\x63\x91\x8d\x44\x22\xa1\xb8\x53\x86\x08\x8c\x6f\ \x20\x9b\xc7\xa9\x07\x57\x50\xa7\xd9\xd8\x14\x26\xeb\x05\x83\xbe\ \x50\x2c\x12\xd4\x2a\x80\x0a\x03\xe4\x60\x89\xcd\x73\x46\x69\x76\ \x76\x36\x9c\x90\x00\xac\xe1\x90\x70\x54\x44\x3e\x5c\x93\x63\xac\ \x08\x88\x53\xad\x9e\x16\xf4\xf4\x18\x86\x0c\xe7\xcb\x7c\xa8\xe7\ \xa1\x59\x19\x85\xb6\x9e\xe6\x9b\x9d\x9d\x0d\xc2\xbe\xbc\xbc\x1c\ \xba\x7b\xf3\x4c\x47\xa8\x58\x9a\x94\x61\x6c\x3c\xd2\x70\xfa\x94\ \xeb\xb0\x9e\x28\xa3\x0b\x67\x94\x9e\x24\x5a\xe7\xe8\xbf\xf7\x29\ \x71\x06\xcf\x29\x61\xf6\x82\x7d\xc2\x28\x01\x0e\x18\x13\x4a\xc2\ \xfb\x7c\x86\xfd\x74\x26\x06\x10\x4b\xf4\x52\xa9\x54\xc2\xe9\x21\ \xa2\x3d\x67\xcc\xf8\xae\xb3\x59\x18\xa8\x85\x85\x85\x70\xda\x10\ \x20\xec\x8c\x9e\xd7\x58\x30\x4f\xae\x8f\xc1\x8f\x3a\x7f\x14\x14\ \x20\xc9\xda\xe7\x72\x39\x1d\x3c\x78\x30\xa4\xb1\x6a\x6a\x6a\x74\ \xfb\xed\xb7\xeb\xd0\xa1\x43\xca\x64\x32\xca\xe5\x72\xea\xe8\xe8\ \x50\x2e\x97\x0b\xc5\xa9\xd4\x0e\x12\x40\x60\x08\x30\x8e\x9e\xea\ \xf3\x54\x80\xb3\xaa\x89\x44\x42\xcd\xcd\xcd\xc1\xb1\xa1\x37\x5e\ \x9f\x10\x8f\xc7\x35\x39\x39\xa9\xf9\xf9\x79\xfd\xe5\x5f\xfe\xa5\ \xee\xbc\xf3\x4e\xfd\xfd\xdf\xff\xbd\x16\x17\x17\xb5\x6f\xdf\xbe\ \xc0\xda\xb4\xb5\xb5\x85\xcf\x2d\x2d\x2d\x69\x72\x72\x52\xa5\xd2\ \x6a\x61\x2d\x8f\x8d\xa0\x9e\xd1\x53\x67\xcc\xc3\x99\x53\xf4\xdc\ \x9d\xa6\x03\x0b\x4f\x35\x39\x78\x75\x1b\xc2\x7b\xe8\xf4\xfa\xf5\ \xeb\x35\x32\x32\xa2\x5d\xbb\x76\xe9\xdc\xb9\x73\x2a\x16\x8b\xa1\ \x86\x8c\xbd\x4d\x24\x56\x9f\x17\x38\x3e\x3e\x1e\x0e\xab\x44\x8d\ \x3f\xad\x30\xfc\x30\x04\x87\x0c\x78\xb8\x34\xba\x51\x5f\x5f\xaf\ \xc6\xc6\xc6\x70\x7a\xd5\x0b\xe3\x31\xa4\x00\x0f\xdf\x37\x8f\x74\ \xfd\xff\x18\x53\xd6\xa2\xbe\xbe\xbe\xaa\xf6\x8a\xef\xfa\x3d\x58\ \x17\xd8\x75\x74\x01\xb9\xc1\xa6\x31\xd7\xfa\xfa\x7a\xed\xdd\xbb\ \x57\xfd\xfd\xfd\x55\xac\x38\x2f\x4f\x6d\xb0\x9f\x92\x42\x8a\xeb\ \x93\x9f\xfc\xa4\x36\x6f\xde\xfc\x6b\x29\x8d\x28\x93\xe6\xe0\x81\ \x7d\xc6\xee\x2d\x2f\x2f\x87\x3e\x54\xdd\xdd\xdd\xda\xb5\x6b\x97\ \xba\xba\xba\x74\xec\xd8\xb1\x30\x4f\x8e\xac\x73\x5d\x74\x31\x1e\ \x8f\x07\xb6\x90\x7d\x20\xf5\xe8\x75\xb3\x67\xce\x9c\x51\x3a\x9d\ \xd6\xbd\xf7\xde\xab\xfd\xfb\xf7\x6b\xe3\xc6\x8d\x21\xc0\x8c\xc7\ \xe3\x3a\x76\xec\x98\xa4\xd5\x03\x25\xeb\xd7\xaf\xd7\x89\x13\x27\ \x42\x9b\x07\x1c\x3a\x3a\x3d\x37\x37\x17\xf4\x99\xfd\x04\x44\x10\ \x60\xb3\x2f\x80\x11\xec\x08\x2f\x18\x74\x6c\x27\xb6\x08\x9b\xe9\ \x60\x04\x7b\x15\xd5\x27\x7c\x9f\x03\x71\xfc\x14\xb6\x9e\xf5\xe2\ \x3e\xdc\x13\xe6\x9d\xa0\x0a\x16\x8b\x7b\x23\x03\x81\x2d\xb1\xbd\ \xc4\x1e\x52\x8a\xe1\xac\x0b\x60\x04\xd9\x61\x6d\x00\x11\xd8\x5d\ \xff\x01\x28\x15\x0a\x05\x15\x8b\xc5\xf0\x99\x42\xc0\x02\xf1\x64\ \x00\x00\x20\x00\x49\x44\x41\x54\xa1\x10\x52\xe0\x73\x73\x73\x9a\ \x9d\x9d\x55\x3e\x9f\xaf\x22\x68\x18\x3b\xc1\x10\x7e\x08\x9d\x88\ \xda\x15\x7c\xaf\xcb\x29\xf6\xde\x03\x29\x5f\xb7\x68\x4d\x1a\x00\ \x8e\x6b\x41\x3e\x10\x2c\xf9\xe1\x31\x74\xd5\x49\x05\xfc\x86\x03\ \x58\x74\x9d\x71\x70\xcd\x28\x23\xea\x63\x4c\xa4\xd3\xe9\xc7\x9d\ \xd2\x25\xf5\xc6\x97\x28\x80\x23\x22\xf2\xd3\x7b\x1e\xcd\x79\xf1\ \x21\x0e\x83\x47\x14\x20\x98\x2e\x10\x18\x14\x3f\xf9\xc6\xe9\x07\ \x36\x01\xc5\xa4\xeb\x35\x8b\xe7\xb5\x10\x5c\x93\xf1\xf9\x42\x82\ \x98\x39\x79\xe4\x2c\x0c\xc6\xc8\x9b\x5c\x22\xf0\xbc\xa8\xb3\xa2\ \xc6\x8b\x45\x43\x41\xb8\x46\x22\x91\x08\x60\x25\x9b\xcd\x06\x10\ \x42\x24\xe5\x79\x7c\xcf\xe5\xbb\xf3\x45\x69\xd9\x3c\x40\x07\x06\ \xcf\x51\x7e\x34\xf2\x75\xea\x18\xe3\xe8\xf3\x74\xa0\xe4\x3f\x7c\ \x8e\xb1\x23\x74\x5e\xe3\xe6\x46\x07\x23\xe3\x46\x98\x68\x2f\x95\ \x4a\x85\x06\xac\x7c\x87\x6b\xa1\x58\x80\x28\xd2\x74\xc8\x01\x0a\ \xc9\x89\x1a\x77\x5e\x5e\xb3\x80\x5c\x79\x1a\x9a\xcf\x7b\x04\xe1\ \x80\x04\x99\xf0\x88\xc4\xc7\x4f\x6a\x2c\x16\x8b\x85\xe3\xf9\x99\ \x4c\x46\x7b\xf6\xec\xd1\xd8\xd8\x98\x26\x26\x26\xf4\xf0\xc3\x0f\ \xeb\xf7\x7e\xef\xf7\xf4\xe0\x83\x0f\xaa\xb7\xb7\x37\x14\x63\xfb\ \x18\x31\xe4\xec\x3d\x7b\xe5\x63\x23\x72\xc5\xc9\x38\xa3\xe1\x46\ \xda\x23\x70\xd8\x52\xc0\x81\x17\x9f\x16\x0a\x05\xd5\xd5\xd5\xe9\ \xbe\xfb\xee\xd3\x4b\x2f\xbd\xa4\xd7\x5f\x7f\x5d\x77\xdc\x71\x47\ \xa8\x6f\xca\x66\xb3\xa1\xf1\x29\x69\xb5\x85\x85\x05\xcd\xce\xce\ \x06\xa0\x01\xeb\xc6\xfd\x58\x17\x74\xcb\xd3\x1c\xce\xc6\xb9\x0c\ \xfa\x8b\x3d\x42\xbe\xa2\x32\xeb\xd4\x7d\x5b\x5b\x9b\xbe\xf3\x9d\ \xef\x28\x93\xc9\x68\xf3\xe6\xcd\xa1\xfb\x36\x4e\x97\xfd\x3b\x77\ \xee\x9c\x66\x66\x66\xc2\xde\xc5\x62\xb1\x50\xff\x76\xeb\xd6\x2d\ \x35\x37\x37\x87\xfb\xb3\x8e\x75\x75\x75\xba\x70\xe1\x42\x08\x34\ \xd8\x07\x6f\x9e\xca\x58\x30\xce\xfc\xdf\xd3\x30\xae\x9f\x8c\x9b\ \x17\xe3\x23\xc8\xa8\xab\xab\xd3\xb5\x6b\xd7\xf4\xc4\x13\x4f\x84\ \x3d\xc6\xbe\x79\xad\xa1\x03\x4e\x9c\xa1\x07\x53\xac\x21\x6b\x37\ \x37\x37\xa7\x96\x96\x16\xed\xdf\xbf\x5f\x6d\x6d\x6d\x2a\x97\xcb\ \xc1\x71\xfa\xb8\x4a\xa5\x92\xb6\x6e\xdd\xaa\x42\xa1\xa0\x6b\xd7\ \xae\xa9\xa6\x66\xb5\x2b\xfe\xbe\x7d\xfb\x94\xcb\xe5\x34\x31\x31\ \xa1\x42\xa1\x50\xf5\x1d\x07\x7d\xef\x07\x8c\xdd\xf6\xa0\x23\x5b\ \xb6\x6c\xd1\xe1\xc3\x87\xd5\xd3\xd3\xa3\xaf\x7d\xed\x6b\x6a\x6d\ \x6d\xd5\xf0\xf0\x70\x60\xcc\x9d\xd1\x24\xe8\x41\x96\xbd\x76\x08\ \x9b\xb3\x73\xe7\x4e\x95\x4a\x25\x9d\x3e\x7d\x5a\xed\xed\xed\xfa\ \xe4\x27\x3f\x19\x3e\x33\x3b\x3b\x1b\x4e\xdc\x3d\xf1\xc4\x13\x8a\ \xc5\x62\x7a\xf8\xe1\x87\x35\x30\x30\xa0\xd3\xa7\x4f\x6b\xfb\xf6\ \xed\x41\x7e\xb9\xf6\xf0\xf0\x70\x95\x7d\xc2\xe9\x79\xd1\x38\x7b\ \xe3\x60\xc9\xd3\x60\xe8\x19\x2f\x27\x0a\x5c\x4e\xd8\x5b\xe6\xed\ \x69\xab\x28\xe3\xc1\x67\xc8\xb4\xb0\x67\x92\x7e\xad\x2d\x52\xb9\ \x5c\x0e\x41\x00\x41\x27\xb6\xd0\x41\x1b\x3a\x81\xce\x72\x5f\x4f\ \x87\x79\x10\x84\x3d\x61\x0e\xee\x43\xb9\x07\x63\x84\xb8\xc0\x2f\ \x39\xe3\x95\x4e\xa7\x95\xc9\x64\xc2\xa1\x19\x6f\x15\xc3\x93\x58\ \x08\x32\xfd\x20\x89\xaf\x27\xeb\xc3\x3c\xa3\x4c\x56\x63\x63\xa3\ \xea\xea\xea\x74\xe3\xc6\x8d\x00\xca\x28\x4f\xc1\x57\x39\x1b\xe6\ \xe9\x48\xb7\x53\x00\x39\xc6\xef\x41\x3c\xf3\x75\x1f\x89\xde\xfb\ \x78\x1c\x94\x7a\x70\xe2\xfe\xc4\x09\xa7\xb0\xe6\x4d\x4d\x4d\x8f\ \x73\xb2\x80\x8d\x71\xfa\x96\xf7\xa0\xcf\x40\xd8\xd4\x23\xe0\x5c\ \xcb\xe5\xb2\xb2\xd9\x6c\x40\xd6\x3e\x41\x90\x21\x0b\x04\x1a\x65\ \x82\x08\x1b\x13\xc2\x18\xf9\x02\x52\x47\x82\x31\x42\xd0\x49\xb9\ \xc1\xb0\xc0\x0e\x01\x12\xa2\x06\x22\x9d\x4e\xff\x5a\xfd\x14\xa9\ \x29\x0a\x9e\x49\x15\x96\xcb\xab\x8d\x25\x39\xcd\xe2\xcc\x1d\xca\ \x85\xd0\xd3\x63\xcb\xe9\x7e\x94\xcd\x53\x2b\x6c\x32\xf7\xc0\x08\ \xb8\x13\x60\xbc\xde\x77\x05\x25\xe2\xc5\x7a\xb2\x4f\x44\x7a\x1e\ \xa5\xb2\xf6\x2e\x04\x38\x6b\x8f\x56\x88\xe6\x1c\x81\x33\x0f\x07\ \xd4\x89\x44\x22\x28\x91\x3b\x07\xcf\x43\xbb\xb0\x12\x19\xb0\x4f\ \xa4\x80\x90\x37\x8a\xe8\x61\x25\x39\xb9\xe1\x94\x7c\x94\x29\x70\ \x27\x84\x61\x68\x69\x69\x09\x4c\x23\xa0\xc0\x0d\xaa\x47\xfb\x0e\ \x76\x78\x28\xf0\xa3\x8f\x3e\x1a\x52\x7c\xce\x62\x56\x2a\x95\x90\ \xde\x3c\x71\xe2\x84\x12\x89\x44\x48\x09\xb2\xe6\xc8\x30\xbf\x3b\ \xd3\xe4\x73\x88\x2a\xaf\xb4\xd6\x31\xdd\x59\x62\x67\x16\xbd\xbe\ \x00\x90\xea\xc0\x91\xbd\xcf\x66\xb3\x1a\x18\x18\xd0\x53\x4f\x3d\ \xa5\x77\xdf\x7d\x57\x9b\x36\x6d\xd2\xfa\xf5\xeb\x35\x3d\x3d\xad\ \xb1\xb1\x31\xcd\xce\xce\xaa\xaf\xaf\x4f\xf3\xf3\xf3\x21\x80\x49\ \xa7\xd3\x6a\x69\x69\x09\x20\x9a\xa8\xd9\x01\x90\x03\x25\xe6\xc4\ \xde\x00\x02\xdd\x18\x39\x70\x77\xf9\x42\xdf\x1c\xa8\x48\xab\x11\ \xef\xd6\xad\x5b\xf5\xbd\xef\x7d\x4f\x87\x0f\x1f\x56\x67\x67\xa7\ \x1a\x1b\x1b\x83\x9e\x53\xff\x73\xf9\xf2\xe5\x70\x72\x33\x99\x4c\ \xaa\xb5\xb5\x55\x77\xdd\x75\x57\x28\xe4\x75\x70\x9b\x4c\x26\xc3\ \x81\x07\x6c\x82\xa4\xd0\x93\xcd\x0f\xc3\x90\x8e\x87\x91\xf5\xf4\ \x78\xb4\xa6\xc5\xc1\x21\xfb\x8c\xad\xc2\x79\xd6\xd4\xd4\xe8\x1b\ \xdf\xf8\x46\x00\x37\x9e\xca\x43\x9e\xd8\x77\xec\x92\xb3\x7f\x9e\ \xfe\xf3\xd4\x55\x2c\xb6\x5a\xb8\xdb\xd1\xd1\xa1\x6d\xdb\xb6\x69\ \xcf\x9e\x3d\xda\xb1\x63\x87\x24\x05\xdd\x61\x8c\x9d\x9d\x9d\xda\ \xbd\x7b\xb7\x4e\x9c\x38\xa1\xe6\xe6\x66\xd5\xd7\xd7\xeb\xf4\xe9\ \xd3\x01\x6c\xd1\xd9\xde\x1d\x30\x73\x67\x1c\xbe\xb7\xec\x21\xc1\ \x48\x5f\x5f\x9f\xb6\x6c\xd9\xa2\x43\x87\x0e\x69\x7c\x7c\x5c\x4f\ \x3f\xfd\xb4\x5a\x5b\x5b\x75\xf5\xea\xd5\x2a\xd9\x76\x79\x89\xb2\ \x48\xa4\x0a\xf9\xff\x9d\x77\xde\x19\xd2\xc4\xfb\xf7\xef\xd7\xed\ \xb7\xdf\xae\x86\x86\x06\xe5\xf3\x79\x5d\xbd\x7a\x55\x77\xdd\x75\ \x97\x9e\x7e\xfa\x69\xbd\xfd\xf6\xdb\xea\xe9\xe9\xd1\x67\x3e\xf3\ \x19\x15\x0a\x05\x5d\xbe\x7c\x59\xbb\x77\xef\x56\x5b\x5b\x5b\xb0\ \x55\xb5\xb5\xb5\x1a\x1d\x1d\xad\x4a\x65\xfb\x3e\xa2\x37\xd2\x1a\ \xb0\x66\x9e\xc8\x05\x41\x30\x6c\x17\x32\xcb\xfb\xcc\x2b\x1a\xd4\ \x4a\xaa\xaa\x6d\xe4\x73\xf8\x23\x97\x1f\xf6\xd9\x8b\xd7\x59\x23\ \x2f\x1b\xe0\xfb\xc8\x31\x20\x1d\xb9\xc3\x5f\xfb\x7c\xfc\x50\x96\ \x07\xa4\xbc\xdc\x87\x39\x68\x60\x1d\xb0\xc9\xa5\x52\xa9\xaa\x96\ \x13\xc0\x83\x2f\xc9\x64\x32\x61\x6e\xee\xbf\x42\x7a\x2c\xbe\xd6\ \x3b\x0b\x3d\x70\xd6\x9e\xb9\xa2\xb7\x1e\x7c\x48\xab\xd9\xa5\xda\ \xda\x5a\x0d\x0f\x0f\x6b\x7a\x7a\x3a\xf8\x2a\x07\x6a\xc8\xaf\x03\ \x53\xb7\x59\x3e\x7f\x67\x96\xd8\x33\xc7\x1d\xac\x03\x3f\x0e\x54\ \xdd\xaf\x7a\xf0\xe5\x32\xef\xd7\x61\xef\x13\xb9\x5c\xee\x71\xea\ \x2d\xdc\xd9\x4a\x6b\x0f\x8f\xf5\xb4\x12\x17\x77\x34\xe9\x51\x63\ \x14\xc5\xb1\x98\x2e\x58\x2e\x74\xde\xbc\x12\xe1\x01\xa1\xc2\x82\ \x71\x32\x8f\xc5\xa3\x8f\x90\xb7\x22\x00\xac\xd4\xd4\xd4\x84\x13\ \x2f\x6c\xde\xad\x5b\xb7\x34\x37\x37\x57\x95\x77\xc7\x98\xd2\x83\ \x88\xf4\x03\xac\x19\xbd\x35\x00\x7f\x1e\x91\x78\x8f\x11\x80\x99\ \x53\x8c\xbc\x30\xd6\xfe\x2f\xf3\x64\x9c\xdc\x83\x6b\xc1\xc0\xa1\ \x3c\xdc\x07\x00\xc4\xc9\x32\x84\xd5\x59\x2f\x1c\x32\x8a\x88\xd1\ \x41\xd8\xb8\x6e\x22\x91\xa8\x7a\xe6\x20\xce\x00\xe6\xcf\x15\xce\ \x5f\xd0\xa6\xbe\xff\x51\x47\x1c\x75\x22\x28\x19\xf7\xa7\x60\x99\ \xbd\x84\x9d\x64\x4f\xa5\xb5\x3c\xb6\x2b\x8a\x83\x75\x07\x8f\xcb\ \xcb\xcb\xea\xe9\xe9\xd1\x96\x2d\x5b\xc2\x69\x23\xe6\xee\xac\x55\ \x34\xad\x04\xb3\x5a\x28\x14\x42\x7b\x82\xa9\xa9\xa9\xc0\xa2\xc4\ \x62\xab\x0f\x83\x2e\x14\x0a\x1a\x1f\x1f\xd7\x8d\x1b\x37\x74\xea\ \xd4\x29\x4d\x4c\x4c\xa8\xa9\xa9\x49\xbd\xbd\xbd\x55\x32\x80\x0e\ \xb9\xbc\x3b\xd0\x75\x05\x74\x56\x10\x83\x47\xc0\x42\x6a\xc3\x0b\ \xe5\xbd\xa0\x1a\x3d\x75\x87\x51\x2c\x16\xd5\xd7\xd7\xa7\x62\xb1\ \xa8\x63\xc7\x8e\x69\x7c\x7c\x5c\xbb\x76\xed\xd2\xf0\xf0\xb0\x6a\ \x6b\x6b\x95\xcd\x66\x95\xcf\xe7\x95\x4e\xa7\x35\x39\x39\xa9\xda\ \xda\x5a\x75\x77\x77\x87\x7d\x07\x44\xa2\x17\x9e\x12\x03\x38\x70\ \x3f\x0f\x16\x5c\x46\xf8\xac\xb3\x71\xbe\x87\xae\xbf\xc9\xe4\x6a\ \x8b\x95\x0b\x17\x2e\x04\xc6\xe5\xf8\xf1\xe3\xba\xfd\xf6\xdb\x83\ \x9e\x5c\xbb\x76\x2d\x3c\x4e\xe8\xc2\x85\x0b\xe1\x24\x67\x7f\x7f\ \xbf\xf6\xef\xdf\xaf\xee\xee\x6e\xcd\xce\xce\xea\xe6\xcd\x9b\x55\ \x36\x88\x60\xc8\xd3\xec\x95\x4a\x25\xb0\xab\xee\x00\x90\x4f\x67\ \x3f\x59\x67\xe6\xcc\xcb\x9d\x03\x4e\xd8\x0d\x6a\x3a\x9d\xd6\x85\ \x0b\x17\xf4\xe4\x93\x4f\x86\xfd\xc2\x40\x3b\x83\x01\x68\x62\x2d\ \xdc\xa0\x3b\xab\x85\xdd\x75\xb6\x76\x61\x61\x21\x74\x39\x4f\x26\ \x93\xda\xb7\x6f\x9f\x1e\x7d\xf4\x51\x6d\xdd\xba\x35\x04\x3f\x5d\ \x5d\x5d\xfa\xe8\x47\x3f\xaa\x17\x5e\x78\xa1\x8a\x0d\x3e\x75\xea\ \x94\xe6\xe7\xe7\xf5\xe7\x7f\xfe\xe7\x1a\x1c\x1c\xd4\xcd\x9b\x37\ \xab\xe6\x87\x5d\x61\x7e\xd8\x06\x74\xbc\xb6\xb6\x56\x99\x4c\x46\ \x5b\xb6\x6c\xd1\x96\x2d\x5b\xb4\x7b\xf7\x6e\xfd\xf7\x7f\xff\xb7\ \x96\x96\x96\xc2\x09\x4d\xee\x85\x5e\x90\xba\xf1\x80\x00\xf9\xc7\ \x8f\xd0\x64\xf6\xe2\xc5\x8b\x4a\x26\x93\xba\xef\xbe\xfb\x82\x7c\ \x9c\x3b\x77\x4e\x9b\x36\x6d\x52\x26\x93\xd1\xbf\xfe\xeb\xbf\x6a\ \x7e\x7e\x5e\x77\xdc\x71\x87\x7e\xe3\x37\x7e\x43\xcf\x3d\xf7\x9c\ \x4e\x9f\x3e\xad\x52\xa9\xa4\x9d\x3b\x77\x06\x19\x58\x5c\x5c\xd4\ \xcd\x9b\x37\xab\x64\xcf\xe7\x83\x5d\x60\x0d\x9d\x85\xc5\x8e\xba\ \xae\xc6\xe3\xf1\x50\x1a\x83\x9d\xf6\xbd\xe2\x33\xcc\xcb\x03\x6c\ \xc8\x01\x6c\xb7\xd7\xd0\x7a\x49\x87\xdb\x4b\xd7\x37\x82\x1f\xc6\ \x4c\x60\xca\x61\x28\x58\x53\x74\x8e\x7b\xa2\xc3\xdc\x93\x71\x33\ \x2e\x18\x76\xf7\xa1\x4e\x80\x70\xca\x8f\x7d\xf4\xba\x65\x07\x7d\ \xe9\x74\xba\xaa\x27\x15\x6b\x8d\x4f\x72\x19\xe6\x6f\xc8\x99\x83\ \x17\xcf\xec\x30\x17\x82\xa3\x4a\xa5\xa2\xa1\xa1\x21\xe5\xf3\xf9\ \x2a\x80\xcb\x3c\x9d\x5d\x8f\xd6\x29\x47\xc7\x8f\x3c\x7b\x8d\xb1\ \x33\x8b\x3e\xa6\xa8\x1c\xb8\x5c\x3b\x0b\xe6\x24\x80\xcb\x44\x00\ \x77\xb9\x5c\xee\x71\xbf\x30\xc6\x03\xc5\x42\xb1\xb9\x20\xe8\x98\ \xc9\xb1\x70\xfc\x4e\x7d\x95\x47\x64\x08\x0f\x29\xc8\x4c\x26\x13\ \xea\x91\xa0\xf9\x41\xe9\xe4\x8e\x9d\xce\x64\xc1\x31\xfc\xd4\x64\ \x79\xc5\x3f\x82\x4a\x2d\x06\x75\x37\xf4\x6d\x01\x08\x21\xa8\xd2\ \x6a\xa1\x23\x4c\x12\x06\x01\x61\xa6\xe6\x8c\xa7\xb8\x23\x7c\x14\ \x05\xa7\x52\xa9\x2a\x70\xe8\xac\x9d\x1b\x4d\x7e\xa0\x85\x51\x66\ \x00\x07\xc0\xd4\x0d\x1c\x02\xef\xd1\x05\xf7\x66\x9d\x29\x4e\x47\ \xa1\xa9\x15\x02\x44\x02\xb6\x10\x16\xee\x8b\xb1\x87\x15\x63\xdd\ \x7d\x3c\x8c\xc3\xe9\xf4\x58\x6c\xad\x95\x80\x1b\x52\x04\x3a\x9b\ \xcd\x06\xf6\x80\x82\x71\x58\x25\xd6\xcf\xd9\x4d\x3e\x43\x41\x28\ \xf7\x40\xa6\x3c\xcd\x07\x20\xc4\x98\x61\x14\x18\xdb\xe4\xe4\x64\ \x78\xf6\x59\x7f\x7f\xbf\xca\xe5\xd5\x3e\x3d\xd1\xe8\x84\xa8\x19\ \x90\x30\x37\x37\xa7\x89\x89\x09\x0d\x0d\x0d\x69\x6e\x6e\x2e\x30\ \x3b\xb7\x6e\xdd\xd2\xd8\xd8\x58\x55\x63\x3d\xf6\x75\xd3\xa6\x4d\ \xba\x72\xe5\x8a\x1a\x1b\x1b\xd5\xd9\xd9\x19\xd6\x16\xfd\xf1\xc8\ \xd5\x8d\xab\x33\x4f\x3e\x1e\x82\x18\x8c\x02\x7f\x67\x9d\xa2\x35\ \x69\xac\x2f\x27\x42\x61\x01\xe3\xf1\xb8\xd6\xad\x5b\xa7\xb7\xdf\ \x7e\x5b\x85\x42\x41\x13\x13\x13\x7a\xe4\x91\x47\x82\xb1\x6d\x6f\ \x6f\x0f\x2d\x0e\x0e\x1c\x38\x10\x98\xd4\xb9\xb9\x39\x8d\x8d\x8d\ \x05\x40\xc2\x7a\x21\x7b\xee\x3c\xfc\xe5\x05\xfb\xe8\x9f\x03\x48\ \x64\x35\xca\x02\x79\xa4\x4c\x8a\x7e\xc3\x86\x0d\x7a\xf1\xc5\x17\ \xd5\xd9\xd9\xa9\x9e\x9e\x9e\xc0\x1e\x54\x2a\xab\x0d\x19\xcf\x9e\ \x3d\xab\xa9\xa9\x29\x65\xb3\x59\x1d\x38\x70\x40\x5d\x5d\x5d\x4a\ \xa7\xd3\x9a\x9a\x9a\xd2\xe8\xe8\x68\x90\x43\x82\x2a\xc0\x14\x6b\ \xca\xfb\x6e\xa0\xb1\x73\x6e\x8c\x9d\x95\x40\xae\xa3\xfb\xe6\x73\ \xf0\xd4\x53\x2a\x95\xd2\xd7\xbf\xfe\xf5\x90\x9e\x72\x66\x01\x19\ \xa1\xa0\x19\xdd\xf1\x9a\x50\x5f\x9f\xa8\xa3\xe6\xff\xf1\xf8\x6a\ \xe3\xe2\xeb\xd7\xaf\x6b\x68\x68\x48\xb1\x58\x4c\x13\x13\x13\xaa\ \xab\xab\xd3\xce\x9d\x3b\xd5\xd9\xd9\xa9\x07\x1e\x78\x40\xd9\x6c\ \x56\x47\x8f\x1e\xd5\xd2\xd2\xea\xb3\xdf\xb0\x13\x80\xea\x8f\x7d\ \xec\x63\x1a\x19\x19\xd1\x8d\x1b\x37\x42\x36\xc1\x41\x0f\x8e\xc3\ \x59\x97\x64\x32\xa9\x5d\xbb\x76\xa9\xa7\xa7\x47\x77\xdc\x71\x87\ \x92\xc9\xa4\xbe\xff\xfd\xef\x4b\x92\x2e\x5d\xba\x14\xe4\xdc\x03\ \x71\xd6\xc6\x9d\x3b\x20\x0b\xdb\xb0\x6d\xdb\x36\x8d\x8f\x8f\x6b\ \x72\x72\x52\x7d\x7d\x7d\xfa\xcc\x67\x3e\x23\x49\xa1\x8e\xf5\xc8\ \x91\x23\xfa\xe9\x4f\x7f\xaa\x67\x9e\x79\x46\x9d\x9d\x9d\xfa\xed\ \xdf\xfe\xed\xd0\xf7\x6a\xf7\xee\xdd\x7a\xed\xb5\xd7\x34\x34\x34\ \xa4\x1d\x3b\x76\x28\x9d\x4e\x6b\x66\x66\x26\x1c\x88\x70\xf6\x04\ \xb9\xf4\xfd\x74\xbd\x76\x1d\x66\x9c\xd8\x2b\x74\x81\xef\xba\xbf\ \x84\xed\x8e\x82\x2c\x0f\x46\x9c\x35\x77\x36\xd8\x99\x2d\x07\x2e\ \x1e\xb0\x3a\xa3\xe9\x72\xe8\x2d\x92\x90\x59\x67\xcc\x60\x09\x19\ \x53\x14\x48\xba\xcf\xa2\x34\x82\xb9\x93\x56\x27\x3d\x18\x8b\xc5\ \x02\x53\xca\x3c\xf0\x23\x4b\x4b\x4b\x2a\x16\x8b\x81\x6d\xe6\xfe\ \x1e\x60\xfb\xda\xf9\xff\xf9\x17\x7f\x2a\xa9\xca\x6e\xb0\xee\x23\ \x23\x23\xa1\x66\xd4\x65\x94\xb1\xf0\x3e\xb8\x81\x79\x38\xab\x85\ \xbe\x39\x00\x72\xbb\xe4\xdf\xf3\xb5\x67\x5c\xc8\x32\x6b\xe7\xa0\ \xcc\x41\x9c\xaf\x73\x22\x91\x50\x22\x93\xc9\x3c\xce\x0d\x3d\x05\ \x91\x4c\xae\x76\xf3\xa6\x58\x8d\x81\xc1\xb0\xb0\x78\x20\x6d\xd2\ \x53\x8e\x88\x3d\x7a\xa0\x80\x0f\xa3\x19\x8f\xc7\x43\xe3\x4f\x4f\ \x53\xc4\x62\x6b\x5d\xdc\x11\x7a\x36\xd9\xd3\x93\x4c\x10\xc0\x03\ \x23\xc3\xe9\x2b\x8c\x11\x35\x17\x34\x29\x63\xbc\x80\x37\x3f\xc9\ \x01\x70\xa3\xcb\xb3\x77\x99\xc5\x39\x23\x80\x14\x6e\x63\xa4\x01\ \x14\xac\xc3\xec\xec\xec\xaf\xb5\x90\xf0\x1a\x04\x94\x82\xfb\xce\ \xcc\xcc\x04\x07\xc0\x06\x35\x34\x34\x54\x81\xa8\x68\x34\xcc\x67\ \x3d\x95\x84\xd1\x77\x27\xe7\x91\x30\x46\x01\x81\xf1\x22\x44\xc6\ \x49\xdd\x1d\x86\x90\xcf\x3a\xed\x8b\x50\x21\x74\x35\x35\x35\xea\ \xe8\xe8\x08\xb2\x43\x7a\xd0\x81\x39\x0f\x3c\xe6\x9e\x14\xac\x7b\ \x74\xcf\x98\xbd\xc6\x01\x25\x71\x56\xc4\xa3\x4f\x80\x0d\xec\xd5\ \xc0\xc0\x80\x62\xb1\x98\xa6\xa6\xa6\xaa\x4e\xa4\x79\x9a\x82\x39\ \xa7\xd3\x69\x75\x75\x75\x05\xb0\x44\xbf\x1d\xee\xeb\xd4\x70\x7b\ \x7b\xbb\xee\xbf\xff\x7e\xad\xac\xac\xe8\xc6\x8d\x1b\x6a\x68\x68\ \x08\xd1\x1e\xeb\x8e\xc1\x8c\x8e\xd9\x23\x33\xa2\x62\xe4\x8b\x75\ \xf7\xb9\x26\x12\x89\x50\x77\xc4\x9e\xa1\x07\xc8\x2e\x51\x24\x72\ \x92\xcb\xe5\xd4\xdb\xdb\xab\x33\x67\xce\xe8\xd4\xa9\x53\x2a\x14\ \x0a\xba\xff\xfe\xfb\xd5\xd0\xd0\xa0\xcb\x97\x2f\x6b\x66\x66\x46\ \x9d\x9d\x9d\xa1\xeb\xf5\xdc\xdc\x9c\x46\x47\x47\x55\xa9\x54\x82\ \xdc\xba\x83\x47\x6e\x3c\x80\x41\x76\x59\xf7\x68\xfa\x21\x0a\x48\ \xd9\x2f\x37\x7a\xbc\xc7\xb8\x1b\x1b\x1b\xd5\xd6\xd6\xa6\x8b\x17\ \x2f\x6a\xfb\xf6\xed\x41\xb6\x39\xc9\x79\xea\xd4\x29\x2d\x2f\x2f\ \x6b\xcf\x9e\x3d\x1a\x18\x18\x08\x65\x05\x00\xac\x78\x7c\xed\x80\ \x02\xb6\x84\xf4\x3f\x07\x37\x3c\xa2\x75\x67\xef\x81\xa2\x07\x98\ \xce\xd8\xb1\x7f\xac\x8b\x1b\xeb\x78\x3c\x1e\xd2\x70\xcf\x3e\xfb\ \xac\xa4\xb5\xe7\x75\x92\xee\x8d\x32\xaa\x51\xe0\xe5\x91\xb8\x3b\ \x29\x97\x09\x49\x01\x34\x26\x93\x49\x1d\x39\x72\x44\x97\x2f\x5f\ \xd6\xcd\x9b\x37\x35\x38\x38\xa8\xa1\xa1\x21\xd5\xd7\xd7\xeb\xf2\ \xe5\xcb\xfa\xd1\x8f\x7e\x14\x9a\xaa\x72\x2f\x0e\x61\x9c\x3f\x7f\ \x5e\x23\x23\x23\xfa\xe2\x17\xbf\xa8\x7c\x3e\xaf\x8b\x17\x2f\x56\ \xd5\xf5\xb1\xc7\x51\x36\x2a\x91\x48\x84\x7a\xae\x9d\x3b\x77\xea\ \x7f\xfe\xe7\x7f\x34\x3d\x3d\xad\x33\x67\xce\x54\x81\x13\x0f\xd0\ \xd0\x61\x0f\xc8\xbd\x36\x34\x91\x48\x68\xc3\xff\xb6\x5f\x98\x9f\ \x9f\xd7\x47\x3e\xf2\x11\xed\xdf\xbf\x3f\x74\x2f\x5f\xb7\x6e\x9d\ \x6a\x6a\x6a\xf4\x0f\xff\xf0\x0f\x5a\x5a\x5a\xd2\x47\x3e\xf2\x11\ \x7d\xe0\x03\x1f\x50\x32\x99\x54\x47\x47\x87\xfa\xfb\xfb\x75\xe8\ \xd0\xa1\x60\x5b\x73\xb9\x9c\xe6\xe6\xe6\x34\x3c\x3c\x1c\x02\x08\ \x6c\x16\x8e\x1d\xa7\xe9\x20\xd9\x83\x07\xc6\xee\xa7\x68\x1d\x94\ \x7b\x10\xc1\x4f\x34\x38\xf4\xff\x43\x36\x38\xe0\x76\xd0\xe7\xf6\ \xda\x89\x0d\xb2\x1d\xce\xbc\xb8\x5f\xf5\x6c\x0a\x69\x33\x0f\xf6\ \x38\x75\xc7\x7d\xf1\x2d\x6e\x3b\x91\x73\x74\x3d\xca\xd6\x38\x83\ \xcd\x0f\x87\xc9\x18\x87\xd7\x3a\xb3\xdf\x6e\xb3\x58\x2b\xee\x81\ \xcf\xc5\xb6\xe1\x8f\xa3\x04\x4f\xa5\xb2\xd6\x36\x62\x74\x74\xb4\ \xaa\xa9\xb8\xb7\xef\xf1\xc0\x08\x9d\xe6\x7d\xf7\xa5\x1e\x44\xb0\ \x6f\x0e\x40\xdd\xbe\x39\xeb\xc6\x7b\x8c\x9f\xb5\x77\x30\xee\xeb\ \xc6\xef\xd8\xb9\x44\x53\x53\xd3\xe3\xdc\x10\x07\xc0\x29\x22\x8a\ \xd3\x01\x39\x08\x32\xca\x43\x74\xe8\xc2\xeb\xff\xb2\x51\x08\x03\ \x93\x85\x3a\xf6\x8d\x65\x41\xa2\x86\x8c\xf7\x3c\xd2\xf0\x05\x65\ \x43\x57\x56\x56\xc2\xf1\x6c\x16\x8f\xa8\x76\x79\x79\xb5\x1b\x36\ \xf5\x54\x38\x44\x2f\x22\x04\x1c\x11\x69\x02\x34\xe8\x66\xed\x1d\ \xc7\x11\x1e\x80\x00\x4d\x4b\x9d\x5d\x22\x62\x96\xd6\xd2\x75\xcc\ \xd9\x6b\xcc\xe2\xf1\x78\x48\x0b\x41\x5d\xbb\x32\x21\x74\xac\x93\ \x33\x83\x7c\x06\x47\x11\x36\x35\x51\xfd\x90\x4e\xd2\x12\x8c\x85\ \x7d\xf6\x08\xda\xd3\x05\xee\x58\x3d\x4a\x77\x1a\xdb\x4f\x6d\xa0\ \x84\xc9\x64\x32\x9c\x58\x6b\x6c\x6c\x0c\x07\x04\x30\x10\x5c\x8b\ \x5a\x20\x40\x0e\xf7\xe4\xbe\x30\x8d\x1e\x2d\xb0\xc7\x2e\xcc\x2e\ \x07\xac\x19\x35\x3a\x77\xde\x79\x67\x90\x35\xe6\xc1\xba\x51\x5b\ \xd1\xd5\xd5\xa5\xd6\xd6\x56\xd5\xd4\xd4\xa8\x58\x2c\x86\x87\x24\ \xbb\xd3\xf5\x28\xe8\xf0\xe1\xc3\xca\x64\x32\x9a\x9e\x9e\x56\xa9\ \xb4\x5a\x94\xeb\x35\x0a\x0e\x08\x5d\xf9\x19\x1f\x06\xd6\x15\x94\ \x3d\x46\xa6\xdc\xf0\x93\x52\xa5\x69\x1e\xdf\x63\x1f\x09\x24\x60\ \xf5\x96\x96\x96\xd4\xde\xde\xae\x23\x47\x8e\xa8\xb6\xb6\x56\x4f\ \x3f\xfd\xb4\x96\x96\x96\x42\x0a\x69\xe3\xc6\x8d\xea\xe8\xe8\x08\ \x7b\x8f\x13\xe6\x3a\xef\xe7\x34\xbc\x64\xc0\xd7\x1d\x5d\xc0\x78\ \xf1\xbb\x47\xd1\x7c\xd6\xd7\xc3\x9d\x03\xdf\x41\x57\x4e\x9e\x3c\ \xa9\x5d\xbb\x76\x05\x47\xc3\x23\x53\x46\x47\x47\xd5\xdd\xdd\xad\ \xb6\xb6\x36\xf5\xf4\xf4\x84\x7d\x2e\x14\x0a\x81\xc9\x81\x0d\x8b\ \xc7\xe3\xa1\xc9\x2b\x69\x03\x97\x53\x49\x55\x05\xc6\xdc\x3b\xca\ \xde\xa3\xab\xe8\x2d\x7a\xcf\xfa\x33\x37\xf4\xfe\xff\xfc\x9f\xff\ \x13\xd2\xac\xce\xf4\xfb\xde\x3b\x90\x73\x76\xd3\x81\x9c\x03\x3d\ \xe4\x82\x35\x26\xdd\xff\xd0\x43\x0f\xe9\xe2\xc5\x8b\x6a\x69\x69\ \x51\x67\x67\xa7\xba\xbb\xbb\x75\xcf\x3d\xf7\xe8\xc0\x81\x03\xda\ \xbb\x77\xaf\x3a\x3a\x3a\xf4\xfa\xeb\xaf\xff\x5a\xda\x89\x93\x69\ \x13\x13\x13\x2a\x16\x8b\xfa\xe2\x17\xbf\xa8\xc5\xc5\x45\x5d\xb8\ \x70\xa1\xca\xde\xba\x53\x42\x37\x25\x69\xef\xde\xbd\xba\xff\xfe\ \xfb\x55\x5f\x5f\xaf\xe7\x9e\x7b\x4e\x13\x13\x13\xba\x7e\xfd\x7a\ \x90\x15\x77\xd8\xac\x33\xf6\x8e\xb9\xf9\x7a\x10\xd0\x52\x5f\xf7\ \xf9\xcf\x7f\x5e\xd7\xae\x5d\xd3\xf2\xf2\xb2\xda\xda\xda\x74\xf4\ \xe8\x51\x3d\xf5\xd4\x53\xba\x74\xe9\x92\xee\xbd\xf7\x5e\x1d\x38\ \x70\x20\x1c\xdc\x80\x31\x80\x01\x25\x9b\x70\xf1\xe2\x45\x15\x8b\ \xc5\xb0\xc7\x00\x0b\x67\x5d\x5c\x87\x3c\x50\xc0\xc6\xe0\xdb\xb8\ \x87\xdb\x38\xb7\x0b\x0e\xd8\x90\x07\x2f\x97\xe1\xda\xd8\x2f\x67\ \x75\xf8\xbf\xb3\x96\x7e\xda\xcf\x59\x14\x7c\x14\x63\x76\x10\x26\ \xa9\xea\x59\x83\x1e\x8c\x47\xf7\x92\xbf\xfb\x9c\x19\x33\x7b\x17\ \x0d\x8e\x3c\x80\xc2\x3e\x71\x22\x9c\xf2\x1a\xee\x51\x28\x14\xaa\ \x1e\x27\xe6\xc5\xe8\x5e\x3e\xe4\xac\x53\xd4\xc6\xf8\xf8\x38\xbc\ \x30\x34\x34\xa4\x99\x99\x99\x90\x95\xc2\x3f\x38\x70\x06\x00\xfa\ \x7c\x59\x03\xf7\x67\x9e\x8a\xc4\xb6\xbb\xde\x11\xf0\x63\x63\xf0\ \xdd\x2e\xdb\xd1\xef\x71\x2d\x27\xa8\xb0\x75\x89\x96\x96\x96\xc7\ \x19\x8c\x17\x8b\x96\xcb\xab\x45\xeb\x6c\x8c\x1f\x67\xf6\x1c\xaf\ \x33\x03\x44\x8b\x51\x01\x61\xf1\x92\xc9\x64\x38\x82\x4d\x8e\x95\ \x54\x4d\x22\xb1\xf6\xfc\x30\xcf\x75\x73\x2c\x15\xe1\x83\xe5\xf0\ \x49\x91\x16\xe0\x45\x21\xfb\xe4\xe4\x64\x88\x94\x69\x6a\xe8\x1d\ \xc5\x11\x5a\xd2\x6d\x89\x44\x22\x34\x2a\x75\xb6\x80\x1c\x33\xe3\ \x71\xc5\xf3\x67\x94\x61\xcc\x98\x1f\xac\x9a\x1b\x65\xba\xd9\xfa\ \x3c\x30\xbe\x80\x36\xd6\xcd\x8f\x92\xf2\x19\x07\xae\x28\x93\xe7\ \xdf\x5d\xd1\xfc\x30\x81\x33\x12\x08\x8d\x47\x56\xce\x46\x32\x3e\ \x58\xb0\x78\x7c\xad\x96\x8b\xbd\xf0\xa3\xb6\xdc\xab\xa1\xa1\x41\ \xad\xad\xad\x1a\x1f\x1f\x0f\x63\x26\x1d\x88\x22\x00\xfa\xf8\xdd\ \x95\xde\x1d\x9c\x8f\xd1\xa3\xbc\x28\x7b\xc9\x18\x09\x0c\x5a\x5b\ \x5b\x43\x41\xf0\x67\x3f\xfb\x59\xed\xd8\xb1\x43\x83\x83\x83\x9a\ \x98\x98\x08\x3d\x96\x28\xf0\xe6\xb9\x56\xdc\xcf\x41\xab\xcb\x6e\ \xa9\xb4\x5a\xe7\xb1\x67\xcf\x9e\xc0\x3c\xe5\xf3\xf9\xf0\x20\x62\ \x8a\x6c\xa3\xb5\x4b\x3e\x07\xc6\xeb\x20\x8a\xfd\xf6\x47\x35\x01\ \x22\xe9\x46\x8d\x21\xe4\xa4\x5c\x3e\x9f\x0f\x0f\x80\x45\x1f\x91\ \x2f\xe4\xb1\x52\xa9\xe8\x8e\x3b\xee\xd0\xec\xec\xac\x5e\x79\xe5\ \x15\xb5\xb4\xb4\x68\xeb\xd6\xad\xe1\x51\x23\x4b\x4b\x4b\x9a\x98\ \x98\x08\x80\xad\xa1\xa1\x21\xb0\x2e\x0e\x26\x30\xe0\xce\x58\x61\ \x8c\xa3\x91\x1b\xff\xe7\x73\x51\xe7\xe1\xc1\x90\x33\xdb\x1e\x61\ \xbf\xf5\xd6\x5b\xda\xbd\x7b\xb7\xea\xeb\xeb\xc3\xe3\x8c\xd2\xe9\ \x74\x28\xae\x4d\x24\x56\x0f\x26\x60\x5c\xa9\x8f\x93\xaa\x1b\xfe\ \x92\x12\x24\xb2\x77\x43\xce\x67\x5c\x2f\x5d\xc7\xb0\x55\x5e\x48\ \xeb\x0c\x9c\x07\x8a\xf1\xf8\x6a\x6a\xfe\xad\xb7\xde\xd2\x8b\x2f\ \xbe\x18\x58\xc0\xa8\x5c\xfb\x3d\xfc\x00\x05\x6b\x48\x1a\x9d\xcf\ \xbd\x5f\xe4\xcd\x1e\xec\xd8\xb1\x43\xf9\x7c\x5e\xef\xbd\xf7\x9e\ \x36\x6c\xd8\xa0\x6b\xd7\xae\x85\x9a\xbd\x54\x2a\xa5\xae\xae\x2e\ \x35\x34\x34\xe8\xc7\x3f\xfe\x71\x15\x73\x8d\xde\x63\xf3\xc6\xc6\ \xc6\x34\x3a\x3a\xaa\x2f\x7c\xe1\x0b\x6a\x6d\x6d\xd5\xf9\xf3\xe7\ \x43\xd0\xe3\xcc\x89\x33\x19\x9f\xfc\xe4\x27\xb5\x6d\xdb\x36\x8d\ \x8e\x8e\xea\xfa\xf5\xeb\x7a\xf5\xd5\x57\xab\x82\x40\x07\x4f\x9e\ \xe6\xf5\x35\x75\xff\xc1\x7e\x94\x4a\x25\xed\xd8\xb1\x43\x7b\xf6\ \xec\xd1\xf0\xf0\xb0\x4a\xa5\xd5\x93\x68\xdf\xfe\xf6\xb7\x35\x34\ \x34\xa4\x0d\x1b\x36\x84\xd4\xe4\xd4\xd4\x94\xce\x9e\x3d\xab\xe5\ \xe5\x65\xdd\xbc\x79\x33\x3c\x98\xbd\xa6\xa6\x46\x13\x13\x13\xe1\ \x80\x41\xd4\xee\x21\xbb\xcc\x87\xb5\xf6\xc7\xc4\xe0\x83\xdc\xe6\ \xf8\x1e\x70\x5d\xb7\x8f\xfc\x8e\x6d\xe4\xf3\xac\xb3\x67\x0e\x60\ \xf7\x90\xb5\xf7\x0b\x6a\xb9\xde\xe2\xe2\x62\xf0\xc7\xa4\xe6\xd0\ \x1f\x6f\x0e\xed\x2c\x19\x32\x4d\x2d\x2d\x73\x72\x9d\xf3\x9a\x38\ \x98\x74\x0e\x49\xb8\xcc\xb2\x87\x3e\x7f\x49\xa1\x5c\x88\xb9\x50\ \x2a\xc3\xfe\x82\x23\xdc\x27\x63\xef\xbd\xdc\xc7\xc1\x23\xfb\x87\ \xcf\x83\xd9\xe7\x00\xdb\xf8\xf8\x78\x78\xb4\x92\xa7\x59\xbd\x56\ \x19\x3f\x18\x6d\x40\xed\x20\xcc\x99\x2b\xf6\xce\x65\x01\xdd\xf6\ \xec\x49\x34\xe8\xf0\x17\x72\xcc\x75\xa2\x7a\x2d\x49\x89\x6c\x36\ \xfb\x38\x0b\x44\x54\xb5\xbc\xbc\x1c\x6a\x64\x7c\x60\x51\x60\x84\ \xa1\xf2\xe8\x0f\x83\xe9\x48\x14\x61\xe1\x94\x87\x0f\x2c\x93\xc9\ \x04\x81\x61\x63\xfc\x11\x38\x5c\x8b\x16\x0b\xce\xa0\x31\x49\x26\ \xcf\x98\xd8\x64\x9a\x17\x36\x34\x34\x04\xd4\xbd\xb2\xb2\xfa\x28\ \x13\xc0\x8f\x2f\x08\xef\xe1\x78\xd8\x40\x8f\x3c\xdc\xf9\xb0\x19\ \x6c\xa8\x03\xc1\x52\xa9\x14\x1a\xfe\x79\x51\xe2\xfc\xfc\xbc\x9a\ \x9b\x9b\x83\x61\x01\x50\xf0\xf2\xd3\x9b\xb1\x58\xac\x2a\x5d\x05\ \x60\x62\xce\x1e\xb9\x48\xaa\x32\x00\x80\x07\x4f\x4f\xb8\x11\x87\ \x01\xe1\xef\xec\xa5\x3f\x73\xd0\x3f\x0f\x3a\xf7\x46\x9d\x18\x51\ \x14\x09\xa5\x9d\x9b\x9b\x53\xa1\x50\x08\x69\x2d\xa2\x02\x52\x84\ \x30\x2e\x08\x3e\xeb\x47\x54\x18\xa5\xf0\xa3\xc6\xc7\x81\x66\x5d\ \x5d\x5d\x60\x35\x32\x99\x8c\x26\x27\x27\xb5\xb8\xb8\x18\x9e\x5d\ \xf6\xc1\x0f\x7e\x50\x77\xdf\x7d\xb7\x7a\x7a\x7a\xd4\xdb\xdb\x5b\ \xd5\x3e\x83\x93\x8b\xec\xb1\xd7\x9c\xb0\xa6\x5e\xb7\x05\x3b\x72\ \xf2\xe4\x49\x2d\x2c\x2c\xe8\xc0\x81\x03\x2a\x95\x4a\xc1\x29\xb4\ \xb4\xb4\x54\x29\xae\xb3\x10\xfc\xb8\xfc\x23\xb3\x18\x19\x40\x6c\ \xb9\xbc\xf6\xd4\x01\x52\xcf\xb4\x55\x40\x3f\x49\xaf\xf9\x1e\x49\ \x0a\x86\x48\x92\xee\xba\xeb\x2e\x5d\xb9\x72\x45\xaf\xbe\xfa\xaa\ \x06\x06\x06\xc2\x23\x67\x26\x26\x26\x82\x1c\x11\x4c\xb8\x3e\x39\ \xbb\x14\x05\x17\xee\xec\x3d\xb5\x15\x35\x2c\x18\xc1\xa8\xfd\xf0\ \x7b\x70\x1f\xe4\xfd\xc5\x17\x5f\xd4\xbe\x7d\xfb\x94\xc9\x64\x34\ \x3c\x3c\xac\x58\x2c\x16\x8e\x7c\xb3\x66\x3c\xbb\xb0\x52\x59\xed\ \xa7\x36\x36\x36\x56\xc5\x9e\x50\x3b\xc2\x41\x05\x8f\x56\x01\xfc\ \xd9\x6c\x36\xb0\x14\x9d\x9d\x9d\x6a\x6d\x6d\x55\x36\x9b\x55\x67\ \x67\x67\xd8\x6f\xe4\xcb\x23\x58\x97\x09\x1f\xf7\x37\xbf\xf9\xcd\ \xc0\x42\xf3\x19\xea\x4b\x19\x6b\xb9\x5c\xfe\xb5\x1a\x11\x07\x4f\ \xbe\x46\xd8\x19\x07\x0a\xe8\x77\x22\x91\xd0\x95\x2b\x57\xb4\xb2\ \xb2\xa2\xeb\xd7\xaf\x87\x93\xa2\x95\xca\xea\x81\x11\xe6\xf3\xec\ \xb3\xcf\x06\x27\xec\xcc\x37\xeb\x41\x13\xd6\x1b\x37\x6e\xe8\xc1\ \x07\x1f\xd4\x43\x0f\x3d\xa4\xcb\x97\x2f\x07\xfd\x61\x3d\xf1\x0b\ \xdd\xdd\xdd\xfa\xd2\x97\xbe\xa4\xb9\xb9\x39\xbd\xf1\xc6\x1b\x7a\ \xe1\x85\x17\xaa\x1e\xce\xee\xc1\xb7\x07\x41\x7e\x62\xcf\x81\x00\ \x81\x0e\x9f\xfd\xad\xdf\xfa\x2d\xd5\xd5\xd5\xa9\xa9\xa9\x49\x2f\ \xbd\xf4\x92\x0e\x1f\x3e\xac\x9f\xfe\xf4\xa7\xba\x75\xeb\x96\x76\ \xee\xdc\xa9\xfd\xfb\xf7\x6b\xc7\x8e\x1d\xba\x79\xf3\xa6\x4e\x9c\ \x38\xa1\x2d\x5b\xb6\xa8\xbb\xbb\x5b\xed\xed\xed\x61\x4d\x4f\x9f\ \x3e\x5d\x25\x7b\x00\x9d\x4a\xa5\x52\x05\xe6\xf8\x9b\xfb\x21\x3f\ \x01\xee\x19\x87\x68\xe0\xca\x69\x5b\xf4\xd7\x81\x18\x7b\x9f\x48\ \xac\x1d\x22\x72\xd6\xc3\x5b\x76\xb8\x8c\x39\x53\x82\xaf\x74\xf0\ \x8d\xdc\x38\xe3\x04\x4b\xcb\xd3\x45\x90\x6d\xb7\x55\x8c\x83\x39\ \x93\xcd\xa0\x9f\x20\xb6\x02\xe0\xbb\xb4\xb4\x14\x58\x60\x7f\x5a\ \x0b\x80\x0f\xa6\x1b\x50\x8a\x0e\x61\x97\xd1\x57\x5e\xcc\x85\x0e\ \x00\x00\x1e\x00\x94\xd7\x18\x23\x1b\xac\x83\x03\xac\xe1\xe1\xe1\ \x2a\x56\x12\xa2\xc5\x75\x9a\x92\x14\x98\x32\x0f\xa4\x3c\xd8\xf5\ \x2c\x48\x34\x2b\xe3\xff\x47\xdf\xf0\x3d\xec\x81\xd7\x64\xb9\x0d\ \x70\x76\x1b\xd9\xaf\x54\x2a\xab\x45\xee\x38\x72\xd8\x0b\x77\x64\ \x38\x05\x57\x54\xcf\x35\xbb\x53\xf4\x1b\xb3\x61\x08\x3f\xec\x01\ \x42\xe7\x5d\x6d\x71\xec\x38\x18\x67\x71\x70\xb2\xdc\x1b\x90\xc4\ \xe2\xb8\x00\xb3\x41\xa4\x05\x8b\xc5\x62\x70\xa2\x74\x74\x66\x23\ \x9d\x5e\x65\xf3\x72\xb9\x5c\x78\x88\x69\xa5\x52\x09\x0f\x98\xf6\ \x82\x47\xa7\x10\x5d\xf1\x48\x8f\xb9\xc1\x61\xd1\x99\x7f\xb9\x5c\ \xae\x7a\x60\x25\x63\xe0\x29\xe8\x28\xf0\xfc\xfc\x7c\x10\x18\xee\ \xe5\x45\x80\x1e\xe5\x56\x2a\x6b\xe9\x06\x7a\x67\x21\x50\xce\x48\ \xc2\x90\xf9\x3a\x79\x34\xe7\x14\xb4\x7f\x06\x87\xe2\x46\x13\x85\ \x60\x3d\x3c\xb7\x9f\x4a\xa5\x42\x63\x53\x9c\x8a\xf7\x30\x61\x1c\ \x8c\xd1\x59\x34\x07\x81\x9e\x5e\x61\x5c\xee\xe8\x59\xff\x72\xb9\ \x1c\x1a\x1c\xee\xda\xb5\x2b\x9c\x8e\x6a\x69\x69\xd1\xc7\x3e\xf6\ \x31\x2d\x2d\x2d\xe9\xad\xb7\xde\xd2\xc5\x8b\x17\x43\xcd\x0a\xf5\ \x60\x1c\xae\xc0\x88\xf8\x1a\xbb\xa1\x76\x16\x6e\x70\x70\x50\x57\ \xae\x5c\x51\x4f\x4f\x8f\x06\x06\x06\xd4\xdc\xdc\xac\xf3\xe7\xcf\ \xeb\xc5\x17\x5f\x54\x6f\x6f\xaf\x3a\x3b\x3b\xab\x1c\x2d\x2f\x4f\ \x1d\xb3\x8e\x18\x37\x14\x9f\x79\x11\xa8\xe0\xd8\x31\xa4\xb1\x58\ \x2c\xf4\xc2\x62\x7d\x90\x51\xd8\xe1\x74\x3a\x1d\x40\x59\x22\x91\ \xd0\xe1\xc3\x87\xf5\xdc\x73\xcf\xe9\xe4\xc9\x93\xda\xba\x75\x6b\ \xd0\x65\xd2\xdf\x3c\x65\x01\xbd\x66\xbf\x19\xbf\x03\x01\x5f\x77\ \x5e\xec\x11\x3a\xeb\x7f\xe3\xb3\x7e\x8d\x68\xf4\xca\x35\xe6\xe7\ \xe7\xf5\xea\xab\xaf\x86\x14\xd4\x95\x2b\x57\x02\xa0\xe2\x80\x88\ \x3f\x77\x73\x61\x61\x21\x3c\x9b\x8e\x3d\x02\x2c\x02\x18\x9b\x9a\ \x9a\x42\x30\x08\x78\x6e\x6f\x6f\x57\x5f\x5f\x9f\x5a\x5a\x5a\xd4\ \xda\xda\x1a\xba\xc1\xe3\xb0\x5a\x5a\x5a\x94\xc9\x64\x02\x0b\xdb\ \xda\xda\xaa\x8e\x8e\x8e\x90\x3e\x76\x90\xd9\xd7\xd7\xa7\xd1\xd1\ \x51\xfd\xf8\xc7\x3f\x0e\x01\x09\x7a\xce\x38\xdd\x56\xb8\x51\xf6\ \xf5\xf3\x75\xc6\x2e\xb8\x7e\xa3\x5f\x95\x4a\xa5\xaa\x09\xab\x9f\ \x48\x6c\x6d\x6d\x55\x5b\x5b\x9b\x36\x6e\xdc\xa8\xd6\xd6\x56\xfd\ \xf8\xc7\x3f\x56\xa1\x50\x08\xf6\x94\xfd\xc5\x21\x22\xdf\x93\x93\ \x93\x3a\x79\xf2\xa4\xd2\xe9\xb4\xbe\xf4\xa5\x2f\x69\xeb\xd6\xad\ \xe1\xf0\x09\x76\xb0\xa9\xa9\x49\x7f\xf0\x07\x7f\xa0\xce\xce\x4e\ \xfd\xe2\x17\xbf\xd0\xf7\xbf\xff\x7d\x0d\x0d\x0d\x05\xb6\xc7\xd9\ \x3f\x67\x7d\xbd\xc6\x8d\xcf\x51\xaf\x9b\xc9\x64\x82\xac\x6d\xdf\ \xbe\x5d\x1f\xfd\xe8\x47\x55\x53\xb3\xfa\x80\xec\x5c\x2e\xa7\xf6\ \xf6\x76\x7d\xf7\xbb\xdf\x55\x77\x77\xb7\x36\x6d\xda\xa4\x7b\xef\ \xbd\x57\xef\xbc\xf3\x8e\x5e\x79\xe5\x15\x1d\x3c\x78\x50\x4d\x4d\ \x4d\xaa\xab\xab\x53\x5b\x5b\x9b\x1a\x1b\x1b\x35\x3f\x3f\xaf\x6b\ \xd7\xae\x55\x01\x43\xe6\xe8\xeb\xcf\x3a\x38\xd3\xea\xb6\xc7\xd7\ \x86\x20\x0c\xb9\x45\x7f\x49\x6d\x62\xf7\xa3\xe9\x48\xee\x47\x76\ \xc5\x83\x62\xbf\xaf\xfb\x51\x77\xf0\xbe\xb7\x9e\x0a\x05\x24\x72\ \x5d\xcf\x0e\x79\x60\xe8\x0c\x0e\x41\x2d\xfe\xd6\x7d\x26\x7d\xf4\ \x20\x00\x60\x8f\x68\x9c\xec\xcd\x93\xfd\x04\x21\x01\xa0\xa4\xf0\ \x68\x2d\x5f\x5f\x64\xc7\xed\x08\x36\x15\x50\xc6\xb8\x00\xdb\x0e\ \xd4\x48\x0d\x12\xb8\x8f\x8e\x8e\x86\x3e\x98\xbe\xc6\x5e\xdc\xce\ \xba\x3a\x58\xc3\x3f\xb3\xb7\xec\xa9\xef\x81\xcb\x6b\x34\xe5\x8b\ \x5f\xe5\xc7\xfd\x83\x33\x63\x8c\x23\xca\x5a\x26\x93\x49\x25\x3a\ \x3a\x3a\x1e\xe7\x44\x8f\xd7\xff\x78\xb1\x28\x02\xe3\x83\xfb\x7f\ \xe5\xac\x71\x9e\x4c\xd6\x73\x92\x7e\x8a\x06\x96\xaa\x52\x59\x2b\ \x2e\x27\xfd\x02\x82\xe7\x54\x93\x3b\x78\x80\x01\x4c\x11\x8c\x17\ \x13\x27\x9d\xf2\x7e\x5d\x9f\x71\x44\x00\x2c\xee\x39\x39\x39\xa9\ \xfa\xfa\xfa\x50\xb0\xcc\xf1\xfd\xba\xba\x3a\xe5\x72\xb9\xb0\x16\ \x6c\x1e\x8f\xad\xf0\xb4\x2a\x20\x82\x02\x7a\xd6\x65\x66\x66\x46\ \xf1\x78\xbc\xea\x84\x16\x42\xba\xb2\xb2\xda\x69\x37\x91\x48\x04\ \x20\xe8\x80\xc9\xa3\x57\xf2\xce\x1e\x31\xf9\x3a\xb3\x2f\xec\x05\ \xc6\x8c\xfb\xa0\xa8\xac\x13\xa0\xcf\x8d\x11\x8e\x09\x50\xc4\x5a\ \xf1\x37\xa2\x28\x9c\x2a\x69\xe1\x4a\xa5\x52\x75\x8a\x91\x68\x89\ \x94\x04\x60\x8b\xf7\x3d\xb5\x15\x2d\x34\x74\xe6\xc7\x53\xb1\xee\ \xf0\x11\x62\x57\x0c\x98\x89\xe5\xe5\x65\x7d\xe2\x13\x9f\xd0\x5d\ \x77\xdd\xa5\x1b\x37\x6e\xe8\x87\x3f\xfc\xa1\x5e\x7f\xfd\x75\xdd\ \xbc\x79\x53\x33\x33\x33\x81\x59\x70\x43\xeb\x4a\xe1\x34\x2f\x86\ \xca\x53\x1a\x73\x73\x73\x6a\x68\x68\xd0\x67\x3e\xf3\x19\x5d\xb8\ \x70\x41\x9b\x36\x6d\xd2\x2b\xaf\xbc\xa2\xb1\xb1\x31\x9d\x3f\x7f\ \x5e\xb5\xb5\xb5\x5a\xbf\x7e\x7d\x55\x93\x5a\x8f\x7c\x68\x37\xe0\ \x7b\xeb\x11\x20\xb4\x3d\x06\x86\x3a\x42\x14\xd6\x1d\x00\xcd\x71\ \x31\xaa\x30\x9a\x80\x91\x95\x95\xb5\xfe\x6c\xc7\x8e\x1d\xd3\xd4\ \xd4\x94\x0e\x1e\x3c\x18\xda\x98\x78\x8f\x36\x97\x4b\x00\x5e\x3e\ \x9f\xaf\x2a\x2a\xe5\xe5\xf2\xe7\x3f\x80\x18\x82\x2e\x0f\x8e\x9c\ \xb5\x8b\xb2\x62\xf1\x78\x5c\x37\x6e\xdc\xd0\x7b\xef\xbd\xa7\x23\ \x47\x8e\x68\x65\x65\xed\x41\xb5\x89\x44\x42\xff\xf1\x1f\xff\xa1\ \x6b\xd7\xae\xe9\xfc\xf9\xf3\x3a\x77\xee\x9c\x6e\xdc\xb8\xa1\xeb\ \xd7\xaf\x6b\x6c\x6c\x2c\xb0\x8a\x8c\xd3\xe5\x7f\x71\x71\x51\xcd\ \xcd\xcd\xea\xee\xee\x56\x53\x53\x93\x7a\x7a\x7a\x42\xeb\x07\x97\ \x25\x74\x87\x79\x25\x93\x49\x35\x37\x37\xab\xb5\xb5\x55\xad\xad\ \xad\x6a\x6c\x6c\xd4\xf8\xf8\x78\x58\xdf\x52\xa9\xa4\x0d\x1b\x36\ \xa8\xb5\xb5\x55\x4f\x3d\xf5\x94\x46\x47\x47\x45\x90\xea\x8c\xa7\ \x1b\x6c\x6c\x17\xc0\x12\x19\xf7\x08\xd9\xc7\xe4\x87\x3f\x1c\xb4\ \x46\xc1\x2e\xe3\x2d\x16\x8b\xca\x66\xb3\x6a\x6f\x6f\x57\x57\x57\ \x97\x9e\x7f\xfe\xf9\xd0\x23\x8c\x35\xe6\xb3\x3c\x0e\xc9\x53\xf6\ \xa7\x4e\x9d\xd2\xaf\x7e\xf5\x2b\x6d\xda\xb4\x49\x1f\xfa\xd0\x87\ \xb4\x6d\xdb\x36\xdd\xba\x75\x4b\x1b\x37\x6e\xd4\xc7\x3e\xf6\x31\ \x1d\x38\x70\x40\xe7\xcf\x9f\xd7\xb7\xbe\xf5\x2d\x4d\x4d\x4d\x05\ \x79\x73\x9b\xe0\x36\x11\x19\x25\xd0\x6b\x69\x69\x09\x36\x8c\xb4\ \x6f\x36\x9b\x55\x73\x73\xb3\x1e\x7b\xec\xb1\x00\xd6\xda\xda\xda\ \xf4\xf6\xdb\x6f\xeb\xc9\x27\x9f\x54\x3a\x9d\xd6\xdd\x77\xdf\xad\ \x7b\xee\xb9\x27\x80\xe3\x58\x2c\xa6\xb7\xde\x7a\x4b\x8b\x8b\x8b\ \xda\xbd\x7b\x77\x55\x7a\x7b\x6c\x6c\x2c\xdc\xcf\x59\xa0\x28\xa3\ \xc1\x98\x1d\x14\x79\xda\x08\xb9\x03\x5c\x10\xdc\x78\xdd\x31\x7e\ \x80\xe2\x6e\xff\x89\xc5\x62\xa1\xd6\x97\x7b\x7a\x66\x26\x9a\x16\ \xf3\xc7\x6c\xb9\x6e\x20\x2b\x5e\x33\xc8\xfb\x0e\x5a\xa3\x41\x8c\ \x33\xf2\xcc\xd3\x9f\x55\x9b\x4a\xad\x1e\x06\x69\x69\x69\xa9\x2a\ \x0a\x6f\x6a\x6a\x0a\xfb\xe6\x01\x22\x6b\x87\x4e\x71\x5d\x02\x1d\ \x9a\x35\x13\x2c\x92\x95\x88\x66\x3b\xb0\x79\x1e\x94\x4b\x0a\x80\ \x8a\xf1\xbb\x2e\xd7\xd5\xd5\x69\x7a\x7a\x5a\x85\x42\x41\x95\x4a\ \x25\xb0\xd3\xa4\x4e\xa3\x60\x0b\x40\x4f\xf0\xca\x5a\x38\x01\xe4\ \x41\xbd\xdb\x53\x64\xc1\x3f\xeb\xa9\x56\xb7\x13\x7c\xd7\xe5\x8c\ \xb1\xb8\x1f\x4b\x34\x37\x37\x3f\x8e\xc1\x65\x03\xbd\x0d\x02\x0e\ \x06\x63\xc1\xbf\x7e\x72\x00\x67\xe8\xf4\x3a\x37\x64\xb1\x49\xf1\ \x81\x8a\x01\x13\xa4\xa9\x78\x76\x18\x0f\x4c\x66\x83\xf8\x71\xe6\ \x0a\x80\x20\x55\x3f\xfe\x06\x54\x0f\xd5\x99\x48\x24\xc2\x71\x7d\ \x22\x80\x5c\x2e\x27\x49\x9a\x99\x99\x09\xfd\x97\x10\xc2\x52\x69\ \xf5\x99\x82\xa4\x32\xbb\xbb\xbb\xab\x0c\x14\x4e\x82\x5a\x31\x8e\ \xf4\x4f\x4d\x4d\x05\x23\xe3\x40\x12\x40\x96\x4c\xae\xb5\x2b\xf0\ \xfe\x53\x20\x7d\x80\x9e\x1b\x4e\x5a\x56\x00\x90\xa0\x6b\x1d\x9d\ \x03\x1e\xdd\x39\x90\xb2\x84\x81\xc2\x80\xf2\xb9\x68\xe4\xeb\x4e\ \x0e\x05\x42\x09\x3d\x6a\x81\x75\x74\xb0\x2b\x29\xd4\xae\x31\x1f\ \x3e\x43\xd4\x84\x52\x33\x56\x7e\x5f\x59\x59\x09\x8f\xde\xf0\x88\ \xdd\x1d\x3d\xf7\x86\x09\xcd\x64\x32\xda\xb7\x6f\x9f\x7a\x7b\x7b\ \x35\x3d\x3d\x1d\xae\xcf\xc3\x61\xbb\xbb\xbb\x35\x30\x30\xa0\xc5\ \xc5\x45\xbd\xf2\xca\x2b\x3a\x73\xe6\x4c\x38\xa9\xe8\xf2\xe9\x05\ \xf1\xee\xec\x9c\xd5\x8b\x2a\x24\x74\x7b\xb1\x58\x54\x57\x57\x97\ \x76\xef\xde\xad\x1d\x3b\x76\xe8\xf2\xe5\xcb\xba\x74\xe9\x52\x00\ \xca\x97\x2f\x5f\xd6\x4b\x2f\xbd\xa4\xee\xee\x6e\x6d\xdc\xb8\x51\ \xd2\x1a\x68\x43\x16\x38\xda\x0c\x88\x45\xb1\x61\xa3\x30\xa8\xac\ \x0b\xb2\x0d\x6b\x48\xad\x4c\xb1\x58\x54\xa9\x54\xaa\xaa\x59\x24\ \x9d\x88\x4e\xd6\xd4\xd4\xa8\xb5\xb5\x55\x2f\xbe\xf8\xa2\x26\x26\ \x26\xd4\xd2\xd2\xa2\xfe\xfe\xfe\xb0\x1e\xec\x01\xe3\xe0\xa4\x10\ \xfb\xe4\x4c\xac\xb3\x14\xd1\x54\xaa\x1b\x64\x67\x9c\xf9\xbc\xa7\ \x1e\xdd\xe0\x62\x14\x9f\x79\xe6\x19\xf5\xf4\xf4\x68\xf7\xee\xdd\ \x2a\x97\x57\xdb\x6c\x34\x37\x37\x6b\x7a\x7a\x5a\xe7\xce\x9d\x0b\ \xd7\x61\xfd\x7c\xbe\x38\xc3\x44\x22\x11\xd8\xa8\xe6\xe6\x66\x75\ \x75\x75\x85\x14\x23\x69\xc1\x28\x60\xf1\x17\x7f\x63\xff\x59\x57\ \x64\x23\x99\x5c\xed\xcf\xb4\x79\xf3\x66\xe5\x72\x39\xfd\xf2\x97\ \xbf\xd4\xd1\xa3\x47\x83\xac\xb3\x06\x9e\x6a\x40\x96\x49\xf5\x63\ \x53\xd1\x09\x74\x15\x19\xe4\xf3\x1e\xc8\xe2\x30\xdc\x29\x71\x2d\ \x9c\x50\x36\x9b\xd5\xba\x75\xeb\xd4\xdd\xdd\xad\x0d\x1b\x36\xe8\ \xd5\x57\x5f\xd5\xcd\x9b\x37\xab\x1c\x5b\x22\x91\xd0\xba\x75\xeb\ \xd4\xd0\xd0\x10\x1e\x43\xc6\x58\xe2\xf1\x78\x38\x15\x48\x53\xdd\ \xc3\x87\x0f\x6b\xc7\x8e\x1d\x6a\x6f\x6f\xd7\xf4\xf4\xb4\xfe\xe9\ \x9f\xfe\x29\x30\x86\xb0\x1d\x80\x11\x64\x44\x5a\xab\xf7\x42\x16\ \x0f\x1d\x3a\xa4\xbf\xf8\x8b\xbf\xd0\x6f\xfe\xe6\x6f\xea\xb1\xc7\ \x1e\xd3\xfa\xf5\xeb\xc3\x23\x6e\xee\xbb\xef\x3e\xb5\xb7\xb7\x2b\ \x93\xc9\xa8\xb1\xb1\x51\xfd\xfd\xfd\xfa\xe6\x37\xbf\xa9\xc9\xc9\ \x49\x3d\xf2\xc8\x23\xba\xeb\xae\xbb\x94\xcd\x66\xb5\xb2\xb2\xa2\ \x96\x96\x16\xed\xde\xbd\x5b\xdb\xb7\x6f\xd7\xf4\xf4\xb4\x66\x66\ \x66\xd4\xd5\xd5\x15\x9e\x69\x3a\x38\x38\x58\x95\xca\xf5\x92\x11\ \xdf\x0f\x40\x8b\xdb\x19\xec\x3f\x4f\x40\x70\x07\xef\xe9\x67\x67\ \x9e\xb1\xc1\x51\x79\x8a\xb2\xb9\x51\x66\x1a\x27\x8e\x3f\x83\x31\ \x22\x58\x68\x6c\x6c\x0c\x7a\x08\x31\x80\xde\x7b\xbd\x1e\x2f\x02\ \x1b\xc6\xe5\x07\x28\xbc\xc6\xd1\xc1\x1a\x3e\x91\x60\xce\x41\x26\ \xfe\x96\xc3\x04\xcc\x3b\xca\xf4\x71\x7d\xfc\x3b\xcf\x99\x45\x17\ \x79\xb0\x33\xbe\x01\xfd\x05\x23\x20\x37\xb0\xce\xf8\x1d\x0f\x12\ \x69\xc7\x32\x3d\x3d\x1d\xf4\xd7\xcb\x46\xf0\xc9\xfe\x5d\xd7\xe5\ \x68\xaa\xdf\x6d\x1a\xeb\x20\xad\x01\x2c\xfc\x9b\xef\xa1\x33\xc8\ \x6e\xb3\xb0\x63\x9e\x99\xf0\xcf\xfc\xef\x7c\x93\x01\x10\x34\x35\ \x35\x85\xba\x2b\x1c\x3f\xd1\x2b\x0e\xc7\x8d\x09\x69\x45\x40\x8e\ \x3b\x2a\x6e\xe8\x13\x60\xf3\x1c\x6d\xfb\xc9\xa8\x5c\x2e\xa7\xc9\ \xc9\x49\x4d\x4e\x4e\x06\x90\x44\x80\xec\x7c\xf4\x00\x00\x20\x00\ \x49\x44\x41\x54\xf4\xee\x29\x14\x8f\x34\xa0\x24\x7d\x1c\xcb\xcb\ \xcb\xe1\x54\x51\x32\x99\x0c\xc7\xf5\xe3\xf1\xb8\x6e\xde\xbc\xa9\ \x54\x2a\xa5\xf1\xf1\xf1\x30\x86\xce\xce\x4e\xd5\xd5\xd5\x85\xba\ \xa1\x6c\x36\x1b\xfa\x74\x01\x6a\x24\x85\x23\xff\x1c\x81\xa5\x1f\ \x91\x0b\x3c\x14\x3e\x0a\xe4\x06\x8e\xcd\x86\x22\x05\x8c\x48\x0a\ \x8c\x03\x9f\xc1\x61\x7b\xdd\x02\x6b\xee\xf9\x78\x22\x04\xf6\xcc\ \x8d\x37\x4a\x0d\x78\xe2\x3d\x67\xf5\xbc\x50\x10\x81\x74\xe3\x13\ \x7d\x8f\xbd\x90\x14\x58\x2b\x14\x8a\x86\xb0\x8c\x25\x5a\x6f\x02\ \x80\x43\x49\xb9\x27\xe3\x76\x43\xe5\xce\x89\x88\x8f\xfd\xed\xea\ \xea\xd2\xe0\xe0\x60\x28\x68\x04\x74\x9f\x38\x71\x42\x95\x4a\x25\ \xc8\x30\x4d\x27\xa9\x29\x89\xa6\xbd\x1c\x98\x3b\x83\xe4\x9f\xc3\ \x09\x3a\x30\x1d\x1d\x1d\x0d\xe0\x68\x70\x70\x50\x5b\xb7\x6e\xd5\ \xd8\xd8\x98\xca\xe5\xb2\x9a\x9a\x9a\x74\xfa\xf4\x69\x3d\xf3\xcc\ \x33\x5a\xb7\x6e\x9d\x3a\x3b\x3b\x03\x30\xf3\xfd\x88\xc7\x57\x8f\ \x1f\xa3\x7f\xad\xad\xad\x5a\x5e\x5e\xd6\xcc\xcc\x8c\x62\xb1\x58\ \xd5\xe3\x5f\x5c\xf9\xd1\x4b\x1e\x79\xd2\xd8\xd8\x18\xe8\x7e\x7a\ \xd1\x48\x6b\xac\x18\x27\x0b\xff\xf8\x8f\xff\x58\x6f\xbf\xfd\xb6\ \x5e\x7e\xf9\x65\x0d\x0c\x0c\xa8\xa9\xa9\x49\x2b\x2b\x2b\xe1\xb9\ \x9d\xd4\x58\x60\x18\x2b\x95\x4a\x95\x4c\x7a\x6a\xc9\x9d\x12\xfb\ \x13\x5d\x3f\x67\x1a\x9d\xc9\x72\x16\x0e\xd9\xc0\xb1\xff\xd1\x1f\ \xfd\x51\x00\x4e\x30\x47\x17\x2e\x5c\x08\x63\x01\xc8\xe3\x7c\x30\ \xee\x38\xa7\x54\x2a\xa5\x5d\xbb\x76\x55\x3d\xf0\x95\xd7\xfb\x39\ \x42\xff\xfb\xfb\x81\x2e\x07\x8d\xdd\xdd\xdd\x21\x40\xa2\xad\xca\ \xd1\xa3\x47\x83\xbd\x41\x3e\xb0\xa5\xfe\x7f\xb7\x83\xce\x30\xf8\ \xfb\xef\x27\x7f\xd1\xf4\x9a\xbf\xe7\xac\x21\x4e\x1b\x9b\x9b\xcf\ \xe7\xd5\xdf\xdf\x1f\x9e\x13\x88\xde\xf4\xf7\xf7\xab\xab\xab\x4b\ \x17\x2f\x5e\xac\x92\xad\x72\xb9\xac\x4c\x26\xa3\x75\xeb\xd6\x29\ \x9d\x4e\xab\xa7\xa7\x47\x35\x35\x35\xba\x74\xe9\x92\xb6\x6e\xdd\ \xaa\xb6\xb6\xb6\x20\x0b\xcc\x13\x26\xc2\xc1\x33\x40\x90\xa2\xe9\ \x95\x95\x15\x65\xb3\x59\x6d\xdf\xbe\x5d\x57\xae\x5c\xd1\xd9\xb3\ \x67\x75\xe4\xc8\x11\xdd\x7b\xef\xbd\xda\xbb\x77\xaf\x62\xb1\x58\ \xe8\x77\x55\x57\x57\xa7\xd6\xd6\x56\x5d\xb8\x70\x41\xe3\xe3\xe3\ \xba\xe3\x8e\x3b\x74\xd7\x5d\x77\x29\x93\xc9\xe8\xe9\xa7\x9f\x56\ \x2e\x97\xd3\x7d\xf7\xdd\x17\xfa\xcf\x3d\xfc\xf0\xc3\x1a\x1c\x1c\ \xd4\xc8\xc8\x88\x32\x99\x4c\x60\xc6\xa3\x8c\x95\xb3\x0e\xbe\x17\ \x0e\xfc\x59\x9f\xf6\xf6\xf6\xaa\x4c\x83\xcb\x0e\xdf\xf1\xa2\x78\ \xf4\xb2\x52\xa9\x04\x02\xc1\xed\x9d\x07\x15\x0e\x0a\x3c\xb8\x4d\ \x26\x93\x21\xcb\xc1\x58\x1c\x00\xb2\x8e\x5e\xa3\x0c\xc8\x22\x10\ \x42\x7f\x49\xf7\x3b\x5b\x87\x6c\x63\xbb\x5c\x6e\x8a\xc5\x62\x55\ \x5a\xcb\x01\x14\xac\x1d\xfb\x43\x6d\x15\xf2\x8e\x2e\x3b\xf3\x4a\ \x66\x89\xcc\x08\x73\x26\xf0\x46\x47\x99\x37\xe3\x70\x82\xc0\x01\ \x1c\xbe\x01\x72\x85\xb1\x43\xf2\xf0\x08\x25\xbe\xb7\xb4\xb4\x14\ \x0a\xee\xfd\x1e\x0e\x22\xd9\x37\xf7\x4d\xfc\xee\xd9\x1c\x7c\x12\ \x59\x20\xec\xa9\x13\x01\xe0\x16\x74\xc8\xaf\xcd\x98\x12\xb9\x5c\ \xee\x71\x58\x08\x4f\xfb\x79\x53\x31\x17\x32\x8f\xa6\x5c\xb1\xcb\ \xe5\xb5\xa2\x35\xaf\x2b\x71\x01\x67\xc1\x3d\x1a\x97\x14\x84\x53\ \x5a\xeb\x1e\xcf\xc9\x42\x84\xc7\x19\x35\x7f\x79\xfe\xd7\x85\x14\ \xa1\x77\x26\xa7\xae\xae\x2e\x74\x75\x67\xb3\x58\x30\x1c\x16\x1d\ \xb4\x51\x58\x16\xba\xa9\xa9\xa9\xea\x64\x07\x47\x9e\x71\x78\x18\ \x95\x58\x2c\x56\x55\xc3\x53\x2e\xaf\x16\xeb\xe1\x60\x49\x01\x11\ \x95\xb8\x92\xa2\x3c\x9e\xb2\x21\x2d\x45\x44\xf5\x7e\x79\x62\x94\ \x9f\x35\x66\x5f\x1c\xad\x3b\xd3\x87\x60\xb3\x96\xac\x21\xfb\x07\ \xb5\xef\x9f\xe3\xda\x9e\x6f\x76\x24\xef\xec\x97\x3b\x58\xbf\x26\ \xe3\x80\x59\xf1\x14\x59\x34\x3a\xe2\xbe\x14\x74\x4b\x0a\x87\x16\ \x26\x26\x26\x02\x38\x01\x50\xd1\x08\x8f\x7d\xce\x64\x32\x21\xea\ \x43\xe1\x7c\x9d\xf8\x9d\x7b\x21\xeb\x28\x0a\xe3\x8a\x02\x02\x69\ \x35\x1a\x7a\xe4\x91\x47\x54\x5b\x5b\xab\x9b\x37\x6f\x2a\x97\xcb\ \xe9\xc4\x89\x13\x55\x06\x70\xf7\xee\xdd\x5a\x5e\x5e\x56\x73\x73\ \xb3\x32\x99\x4c\x68\xf8\x58\xa9\x54\x42\xf1\x66\x7d\x7d\xbd\xf2\ \xf9\x7c\x00\xb0\x44\x6d\x18\x05\x0c\x04\xf7\x46\x1e\x4b\xa5\x52\ \x38\xa4\x20\xa9\xaa\x89\x2d\x6c\x30\x0c\x17\xe0\xa3\xb6\xb6\x56\ \x7d\x7d\x7d\x9a\x9a\x9a\xd2\xb1\x63\xc7\x74\xe8\xd0\xa1\xaa\x82\ \x50\xaf\x69\xe4\x5e\x30\x43\xec\x83\xef\x17\x3f\x7c\x8e\x97\x3b\ \x38\x67\x64\x31\x48\xbe\xee\x80\xe3\xa7\x9e\x7a\x4a\x0d\x0d\x0d\ \xa1\xc7\x98\xa7\x45\x9f\x7d\xf6\xd9\xaa\x74\x0e\x20\x90\xf4\x0c\ \x20\x8b\xe7\x19\x36\x37\x37\x57\xed\x97\xef\xa5\xaf\x25\x63\x8b\ \xb2\x0c\x3e\x3f\xff\x3c\xbf\xa3\x5b\xbf\xfc\xe5\x2f\x75\xfc\xf8\ \xf1\x5f\x73\x20\xa4\x66\x88\xfa\x09\xb6\xb8\x16\xb2\xe6\x6b\x48\ \x2a\xd7\x1f\x94\xfe\x7e\x40\x2c\x0a\xc8\xfc\x1a\xd8\x9f\xde\xde\ \xde\xd0\xbc\xf3\xed\xb7\xdf\x0e\x76\x22\x99\x4c\xea\xd0\xa1\x43\ \x5a\x58\x58\xd0\x8d\x1b\x37\x54\x2e\x97\x83\x6c\x6e\xd8\xb0\x41\ \x1f\xfc\xe0\x07\xd5\xdd\xdd\xad\x85\x85\x05\x8d\x8e\x8e\x6a\x7c\ \x7c\x5c\xf1\x78\x5c\xa7\x4e\x9d\xd2\xd1\xa3\x47\xf5\xd0\x43\x0f\ \xe9\xb1\xc7\x1e\x53\x36\x9b\xd5\x3d\xf7\xdc\xa3\x9d\x3b\x77\x6a\ \xe7\xce\x9d\xa1\x87\x1c\x69\x47\x18\x43\x7e\xea\xeb\xeb\xf5\xe6\ \x9b\x6f\xea\x57\xbf\xfa\x95\xea\xea\xea\xf4\xcc\x33\xcf\x84\xf4\ \xf6\xd0\xd0\x90\x76\xef\xde\x1d\xd6\xb5\xa1\xa1\x41\x2f\xbd\xf4\ \x92\xca\xe5\xb2\x3e\xfe\xf1\x8f\xab\xbf\xbf\x5f\xcf\x3e\xfb\x6c\ \x78\xba\x02\x75\x41\xf1\x78\x3c\xd4\x5f\x11\xb0\x5c\xbb\x76\x2d\ \x04\x5c\xcc\x97\xbd\xe0\xfa\x9e\xba\xc5\x8e\x22\x03\xad\xad\xad\ \x01\xb0\xe0\x28\xfd\xef\xd8\x06\xf7\x91\xd1\x5a\x4d\xcf\x08\xb8\ \x8d\x71\x16\x38\xca\x9e\x23\x7f\xe8\x5a\x34\xf0\xc3\xaf\x91\xd2\ \x27\x8d\x08\x78\xc7\x2f\x78\xfd\x74\x54\x9e\xb9\x8f\x67\x63\x18\ \x07\xe9\x36\xe6\xe8\xf5\x5b\xde\xdf\x52\x5a\x3b\xe5\x4c\x69\x08\ \xb6\xd0\xed\x88\xaf\x37\x07\x9c\x60\x4b\x39\xac\xc2\x77\xb0\x11\ \xe8\xb1\xeb\x25\x7b\xb0\xbc\xbc\xac\xf1\xf1\xf1\x50\x67\x5b\x5b\ \x5b\x1b\xd6\x00\xe2\x07\x5f\xef\xeb\xe5\xb6\x07\x9f\x88\x4c\xb8\ \x5e\x7a\x99\x08\xdf\x8d\xbe\x8c\x8d\xaa\xf2\x6d\x7e\x1d\xc6\xe3\ \xf2\x10\x8b\xc5\x94\x84\x5a\x03\xd4\x00\x70\x58\x6c\x67\x5f\x70\ \xc4\xa4\x10\x41\x9f\xfe\xf8\x14\x67\x4f\x5c\xc8\xa8\xf3\x62\x60\ \x4c\xcc\x85\x79\x79\x79\xf5\x21\xaf\x4d\x4d\x4d\x2a\x95\x4a\xa1\ \x16\x8a\x3a\x16\x36\xd5\x4f\xa0\xb9\x40\xf1\x10\x5b\x7a\x13\xf1\ \x39\x98\xa7\x72\xb9\x1c\x04\x91\x48\x8c\x07\x52\xe7\xf3\x79\xb5\ \xb4\xb4\x84\x05\x66\x6e\x35\x35\x35\x61\xbe\x38\x77\xd6\x68\x61\ \x61\x21\xf4\xe7\x20\xf2\x67\xac\x9e\x47\xce\xe7\xf3\x81\xbd\xe3\ \xfa\x00\x14\xee\xe3\xfd\x42\x00\x94\x80\x13\x47\xde\x8c\x05\xa1\ \x02\x7c\x78\xd7\xf1\xb9\xb9\x39\x65\x32\x99\xb0\xe1\x80\x23\x94\ \xc4\x9d\xa2\x83\x32\x67\x92\x00\x8a\xce\x3e\xb1\xcf\x08\x0f\x3f\ \x18\x4c\xd8\x22\x57\x6c\xf6\x18\xd0\x8e\xa0\xbe\xdf\x67\x1c\xdc\ \xa0\x5c\x2b\x2b\x2b\x6a\x6d\x6d\x0d\xc0\x65\x7a\x7a\x3a\xac\x1b\ \x39\x7e\x07\xfb\xd4\x76\xf8\x09\x19\x22\x0f\xf6\xd5\x73\xf3\xac\ \x6f\x94\x21\xf5\x17\x6b\xe4\x4e\xf2\xad\xb7\xde\xd2\xa7\x3f\xfd\ \xe9\x70\x42\x26\x1e\x8f\x6b\x66\x66\x26\x38\xdb\x91\x91\x11\x65\ \xb3\x59\xbd\xf5\xd6\x5b\x3a\x72\xe4\x88\x32\x99\x4c\xe8\xb2\x4f\ \x73\x40\x7a\xf7\xf0\x30\xd3\xde\xde\x5e\x35\x36\x36\x86\xd4\xdf\ \xd4\xd4\x94\x3a\x3a\x3a\x82\x6e\xac\xac\xac\x84\x3a\x16\x74\xc1\ \x03\x8b\xc5\xc5\xc5\xd0\x90\xcf\x41\x08\x7b\x59\x2e\x97\xf5\xb9\ \xcf\x7d\x4e\xcf\x3f\xff\xbc\x5e\x78\xe1\x05\x7d\xfc\xe3\x1f\x0f\ \x86\xc1\xd9\x3a\x67\x43\x3c\xf2\x45\xe7\x3c\x45\xe8\x8c\x9c\xb3\ \x2d\x1e\x45\xb3\xc7\x0e\xc4\xf8\xee\xe0\xe0\xa0\x8e\x1f\x3f\xae\ \x3f\xfd\xd3\x3f\x0d\xd7\x27\x7d\x41\x9f\x31\xee\x8f\xec\xbb\xfd\ \x69\x69\x69\xd1\xba\x75\xeb\xd4\xd1\xd1\x51\x15\x6d\x46\xf7\xcf\ \x41\x92\x03\xa7\xe8\xe7\xa2\x2f\x7f\x8f\x79\xcf\xcc\xcc\xe8\xcd\ \x37\xdf\x0c\x73\x86\xe5\x8f\x32\xf9\x51\x40\x84\xdc\xb3\x4e\xbe\ \x66\xb5\xb5\xb5\xda\xb2\x65\x8b\xc6\xc6\xc6\x74\xfd\xfa\xf5\xa0\ \xcf\xd1\x40\x89\x35\x75\x66\xbc\x52\x59\x3d\x90\x73\xf3\xe6\x4d\ \xf5\xf7\xf7\x2b\x9d\x4e\xeb\xe1\x87\x1f\xd6\x93\x4f\x3e\xa9\x89\ \x89\x09\xc5\x62\x31\x0d\x0c\x0c\xe8\xc0\x81\x03\xfa\xde\xf7\xbe\ \xa7\xda\xda\x5a\xf5\xf4\xf4\x84\x14\x6a\xb9\x5c\xd6\xf1\xe3\xc7\ \x35\x32\x32\xa2\x62\xb1\xa8\x8e\x8e\x0e\xad\x5b\xb7\x4e\xfd\xfd\ \xfd\x7a\xf3\xcd\x37\x55\x57\x57\xa7\x9f\xff\xfc\xe7\xfa\xfc\xe7\ \x3f\xaf\x81\x81\x01\x4d\x4c\x4c\x04\x40\x82\xcd\xf0\xfa\x5a\x00\ \x00\xfd\xee\xa6\xa7\xa7\xf5\x93\x9f\xfc\x44\x99\x4c\x46\x9f\xfd\ \xec\x67\xf5\xda\x6b\xaf\xe9\x6b\x5f\xfb\x9a\x12\x89\x44\x48\xf1\ \x2d\x2c\x2c\xe8\xec\xd9\xb3\x7a\xfd\xf5\xd7\xf5\xe1\x0f\x7f\x58\ \x83\x83\x83\xfa\xf6\xb7\xbf\x1d\x9e\x4f\xd8\xdd\xdd\xad\xe6\xe6\ \x66\x15\x0a\x85\x10\x78\xd7\xd4\xd4\xa8\xa5\xa5\x25\x38\x7d\x97\ \x4b\x4a\x58\xa2\x4c\x38\x0e\x1e\x19\x48\x26\x93\x61\x0d\x00\x19\ \xbc\xdc\x2e\xf0\xbe\xcb\x35\xfe\xd0\x53\xc2\xce\xbe\xb8\x6f\xf3\ \xbd\x73\x96\xd2\xd9\x14\xd6\xd0\x53\x9c\x5c\x8f\x00\xc3\x99\x1b\ \xec\x9a\xcf\x05\x10\xb1\xb4\xb4\x14\xb2\x1f\x04\x28\x14\xb2\xc7\ \x62\xb1\xf0\x6c\x53\xb2\x2c\x1e\x60\x31\x2e\xf6\x12\x90\xce\x3d\ \x00\x98\xc8\x3e\xc0\x91\x40\xce\x01\x12\x0d\xb7\x3d\x43\xc2\x75\ \x9d\x7c\xf1\xb4\x1d\xba\x86\x8d\xe6\xda\xf8\x43\x4e\xec\x3a\xd6\ \x70\xb0\x4a\xc0\x41\x6d\x17\xf3\x24\xd3\xe5\x84\x01\xdf\xe5\xfe\ \x4e\x5e\x38\x53\xcf\xf8\x9d\xf9\x8a\x82\x69\xf6\xc2\xe7\x93\x68\ \x6d\x6d\x7d\x1c\x64\xca\x4d\xdd\xd1\xf1\x45\x26\xea\x8b\xcf\xc0\ \x3c\x07\xcc\x75\x00\x1c\x38\x39\x17\x12\xa7\x42\xb9\x86\xa7\x20\ \x11\x9e\xd6\xd6\xd6\x80\xea\x71\x3a\x3c\x5a\x05\x84\xcf\x18\xdd\ \x00\x32\x4e\x57\x0e\x36\x0b\xe7\x4a\x1a\x91\x54\x16\x0d\x45\x9d\ \xf2\xad\xab\xab\x0b\xad\x16\x58\x97\xda\xda\x5a\xcd\xcc\xcc\x48\ \x92\x26\x27\x27\xab\x8a\xf8\x30\x88\x99\x4c\x46\x2d\x2d\x2d\xc1\ \x78\x7a\x01\x25\xa7\x04\x61\x7c\xf8\x1b\xe3\x73\xc0\xe3\x86\x14\ \xb0\xe4\x85\xf0\xce\xb2\xb9\x93\x04\x7c\xc0\x02\xb8\xd3\x8b\x52\ \xe6\xfc\xcd\x05\x06\xc5\xe4\x24\x08\x46\x00\x90\x01\xb3\xe6\x29\ \x2b\x07\x89\x2e\x88\xcc\x13\x76\x09\xe3\xc8\x75\x7c\x7c\x4e\xc5\ \xa3\xbc\xd4\x94\xac\x5f\xbf\x5e\xc3\xc3\xc3\x5a\x5e\x5e\x0e\x9d\ \x9e\x01\x73\x14\xa3\x52\xcf\x80\xb3\x43\x46\x5d\x91\x70\x70\x00\ \x0e\xd6\x80\x57\x94\xc9\x70\x63\xc1\x2b\x1e\x8f\x2b\x9f\xcf\xeb\ \xb1\xc7\x1e\x53\x32\x99\xd4\xf9\xf3\xe7\x75\xe1\xc2\x85\xb0\x0e\ \xe9\x74\x5a\x13\x13\x13\x6a\x6e\x6e\xd6\xdd\x77\xdf\x1d\x7a\x4e\ \xd1\x06\x00\xa0\xe9\x07\x04\x60\x8c\x01\x8c\x18\x13\xe6\xca\x8f\ \xd7\xf0\x24\x93\x6b\xcd\x62\xfd\x48\x3f\xa7\x68\x89\x22\x09\x3e\ \x00\x5d\x3b\x76\xec\xd0\xbb\xef\xbe\x2b\x49\x55\xa7\xf4\x00\xbf\ \xce\xee\xba\x3c\xb2\x1e\x51\x47\x84\xbe\x46\xa3\x78\xf4\x3b\x0a\ \xc6\xf9\x49\x26\x93\xfa\xea\x57\xbf\xaa\xdb\x6f\xbf\x5d\xfb\xf6\ \xed\xab\x4a\x23\x96\x4a\x25\xfd\xfc\xe7\x3f\x57\x6d\x6d\xad\x72\ \xb9\x5c\x88\xa8\x99\x7f\x2e\x97\xd3\xb6\x6d\xdb\xb4\x69\xd3\x26\ \xb5\xb5\xb5\x55\x05\x0c\xfe\xf2\x7b\xfb\xeb\xff\x15\xad\xbe\xdf\ \xcb\xaf\x19\x8f\xc7\x75\xe9\xd2\x25\xbd\xf1\xc6\x1b\x21\x0d\x88\ \x1e\xf8\xe7\xd0\x8b\x28\x2b\xea\x69\x3f\xf6\x30\x1e\x8f\xab\xa3\ \xa3\x43\x8f\x3c\xf2\x88\x62\xb1\xd5\x27\x10\xc0\xbe\xbb\xde\xf9\ \xe9\x54\x9f\x13\x86\x1d\x26\x89\x93\x8f\x0b\x0b\x0b\xba\x78\xf1\ \xa2\xea\xea\xea\x74\xef\xbd\xf7\x6a\x7a\x7a\x5a\xa3\xa3\xa3\xda\ \xb9\x73\xa7\x0e\x1e\x3c\xa8\x2d\x5b\xb6\xa8\xa1\xa1\x41\xdb\xb7\ \x6f\xd7\x83\x0f\x3e\xa8\x47\x1e\x79\x44\xc3\xc3\xc3\x6a\x6a\x6a\ \x52\x2a\x95\xd2\x3d\xf7\xdc\xa3\x87\x1e\x7a\x48\x27\x4f\x9e\x54\ \x2e\x97\xd3\x3d\xf7\xdc\xa3\xa3\x47\x8f\xea\x9b\xdf\xfc\xa6\xf6\ \xed\xdb\xa7\xf9\xf9\xf9\xd0\xaf\x0c\x66\x09\xd9\x6d\x68\x68\x50\ \x26\x93\x51\x7b\x7b\xbb\x3a\x3a\x3a\xb4\x7f\xff\x7e\x7d\xf7\xbb\ \xdf\xd5\x7b\xef\xbd\xa7\xe9\xe9\x69\x8d\x8f\x8f\x6b\x76\x76\x56\ \x47\x8e\x1c\xd1\xc6\x8d\x1b\x43\x91\xf7\xdd\x77\xdf\xad\x58\x2c\ \xa6\xb1\xb1\x31\x0d\x0e\x0e\x6a\x76\x76\x56\x53\x53\x53\xba\x70\ \xe1\x82\x1a\x1b\x1b\xb5\x79\xf3\xe6\xaa\x03\x4e\x04\xcf\x97\x2f\ \x5f\x0e\xbe\x84\xbf\x39\x38\x71\x06\x10\x9f\x94\x48\x24\x42\x2a\ \xac\x58\x2c\x06\xd9\xc2\x1f\x61\x1f\x5c\x76\x5d\x9e\x1c\x78\x20\ \x1b\xec\x89\xb3\xe5\xec\x91\x33\x49\x51\x86\x0c\x3d\xe3\xff\x04\ \x54\x8c\x81\xac\x0b\xe3\xf2\x1a\x38\x7f\xda\xc7\xad\x5b\xb7\x42\ \x99\x81\xdb\x52\x7c\x58\x3a\x9d\xae\x4a\xf7\xbb\x7c\x47\x19\x38\ \xcf\x70\x48\x6b\xd9\x08\x40\x14\x64\x0b\x3e\x02\x60\x37\x3f\x3f\ \x1f\x52\x8b\xf4\x95\x4c\xa7\xd3\xc1\x3f\x00\x8e\x18\x33\xb5\x84\ \x51\x80\x85\x4e\x4f\x4d\x4d\x85\x03\x37\x51\xcc\x80\x7f\x5d\x59\ \x59\x09\x25\x21\x1e\x28\x13\x5c\x7a\xcd\x94\x83\x3c\xaf\x85\xf3\ \xfd\x05\x70\x46\x71\x86\xb3\xfc\x0e\xae\xd8\x73\x7e\x47\x67\x13\ \xcd\xcd\xcd\x8f\x3b\x2d\xe7\x7d\x33\x60\x54\x5c\xc9\x79\x40\xb1\ \x17\xd2\xf9\x04\x70\xf0\x4e\xc1\xba\x60\xb8\xb3\xf0\x62\x75\x58\ \x20\x1c\x27\x54\xa0\xb4\xea\x64\x48\x9d\x71\x82\xc3\xe9\x54\x40\ \x07\xbd\x9f\x9c\x06\xf6\x3a\x01\x4e\x3d\x78\x04\x03\x53\xe6\x47\ \x51\xa9\x2d\xa3\x4f\x0b\x8d\x4b\x79\x1e\x92\xb4\x06\xae\x38\x20\ \x50\x2e\xaf\xd6\x31\xd0\x29\x1b\xb6\x82\x1a\x09\x36\x8a\x34\x11\ \x4a\xc7\xc6\x78\x93\x3a\xc6\xe6\xca\xf4\x6b\x1b\x67\x00\xc6\x19\ \x1a\x80\x2b\xc2\xee\x00\x37\xda\x76\x81\xf5\x07\x70\x3a\x48\xf3\ \x3a\x3a\x00\x2d\xac\xa0\x17\x5b\x23\x7c\x44\x47\x28\x00\x73\xc4\ \x09\x01\x6e\x5d\x48\xa3\x80\x9c\xb1\x50\x1b\xd4\xde\xde\xae\xee\ \xee\x6e\x2d\x2e\x2e\xea\xcc\x99\x33\xe1\x89\xea\x18\x23\x0a\x91\ \x89\x54\x29\xf0\x7c\x3f\x85\x72\x7a\x1f\x87\xc7\x75\x9c\x65\x45\ \x71\x19\xe3\xfb\x45\x33\xac\x79\x77\x77\xb7\x76\xed\xda\xa5\x0b\ \x17\x2e\xe8\xe2\xc5\x8b\x61\x2e\xa4\x32\x60\x11\xf9\x7f\x2c\x16\ \xab\x7a\x00\x31\x05\xc2\x9c\x00\xab\xaf\xaf\x0f\xc7\xc2\x59\x43\ \x80\xeb\xfc\xfc\xbc\xda\xda\xda\x42\xfa\x8c\x00\x81\x75\x8e\xc7\ \xe3\x81\xce\x67\x6e\xb0\x9b\xc8\x90\x17\xc0\xf7\xf7\xf7\xeb\x07\ \x3f\xf8\x81\xf6\xee\xdd\x1b\xbe\xef\x3a\x15\x35\xb4\x6e\x50\x3c\ \x22\x77\x60\xcc\x75\xa2\xce\x2c\xea\x80\x62\xb1\xd5\x5a\x16\xea\ \x72\x3e\xfd\xe9\x4f\x07\x03\x96\x4c\xae\x1e\x22\xb9\x76\xed\x9a\ \x06\x07\x07\x43\xef\xaf\xfa\xfa\x7a\xcd\xce\xce\xaa\xab\xab\x4b\ \xfb\xf6\xed\xd3\x96\x2d\x5b\x42\x6d\x10\x2f\x80\x8e\xa7\x56\xdd\ \x81\xfc\x7f\xbd\x3c\xfa\x75\xc3\x19\xfd\x6e\xb9\x5c\xd6\xb1\x63\ \xc7\x34\x32\x32\x12\x1c\x1b\x3a\xc7\xda\xf9\x81\x15\x8c\xbf\x1b\ \x6c\xd6\xc1\xeb\x1f\xcb\xe5\xb2\xf6\xed\xdb\xa7\x7d\xfb\xf6\x69\ \x79\x79\x39\x3c\xb0\xd8\xd7\xd4\xeb\x44\xbc\xa0\x9c\x22\xef\xc6\ \xc6\xc6\x50\x87\xd3\xd9\xd9\xa9\x83\x07\x0f\xea\x53\x9f\xfa\x94\ \x3e\xfa\xd1\x8f\xaa\xb3\xb3\x53\x3b\x77\xee\xd4\x27\x3e\xf1\x09\ \x1d\x3e\x7c\x58\xb7\xdf\x7e\xbb\xf6\xec\xd9\xa3\xbe\xbe\x3e\x6d\ \xdf\xbe\x5d\x1d\x1d\x1d\x4a\xa7\xd3\x5a\xbf\x7e\x7d\xd0\xe3\x44\ \x22\x11\x4a\x27\x36\x6c\xd8\xa0\x4d\x9b\x36\x85\x86\x9e\xbb\x76\ \xed\xd2\xca\xca\x8a\xda\xda\xda\x82\xcf\xf0\x87\xcd\x47\x99\x0a\ \xea\xe6\x8e\x1e\x3d\xaa\x6d\xdb\xb6\xe9\x81\x07\x1e\xd0\xc5\x8b\ \x17\xb5\x77\xef\x5e\x35\x37\x37\x2b\x97\xcb\xa9\xad\xad\x4d\x1d\ \x1d\x1d\xea\xed\xed\xd5\x9d\x77\xde\xa9\xc7\x1e\x7b\x4c\x95\xca\ \xea\xe9\xc0\xfe\xfe\x7e\x5d\xba\x74\x49\x83\x83\x83\xda\xbb\x77\ \x6f\x58\x57\x4e\x74\xc3\xd4\x45\x81\x8d\x03\x51\xdf\x63\xfc\x17\ \x7b\xea\x19\x1b\xb7\xa5\xd8\x11\xe6\xc5\x9e\x3a\x6b\x0b\x40\x70\ \x36\x97\xbd\xf1\x60\x99\x1f\x0f\xf8\x90\x1d\x67\x37\x19\x93\xeb\ \xa0\x03\x73\x64\xce\xef\xe7\xa9\xc7\xa6\xa6\x26\xd5\xd6\xd6\x06\ \x50\x86\x1f\xf5\x76\x12\xdc\x8b\x71\x33\x5e\x6c\x7b\xb9\x5c\x0e\ \xbd\x23\xcb\xe5\x72\x48\x25\x7a\x5f\x43\x07\x49\x7c\x0f\xdf\xcc\ \xa9\x42\x6c\x1c\xf7\x67\xfc\xf8\x7b\x80\xa2\xdb\x6b\xaf\x89\x8d\ \xc5\x56\x6b\x34\xa9\x6d\xc6\xfe\xb1\x26\xd1\xc2\x76\x0f\xde\x9c\ \x35\x73\x3b\xe4\x76\x8d\x79\x80\x69\x7c\x8d\x3c\xc0\x76\xd9\x61\ \xbd\xb9\x9f\x07\x98\xce\x66\x55\x2a\x95\xd5\x46\xa3\x1e\xc5\x63\ \x30\x9d\x71\x71\x81\x22\x82\x62\xa0\xa4\x96\xd8\x20\xcf\x73\xf2\ \x62\xd0\x7c\x8e\x01\x43\xe9\xf3\x03\x08\x92\x14\xea\x54\x12\x89\ \xd5\x07\xd2\xba\x93\xf6\xe2\x68\xbe\x5b\x53\x53\x13\x6a\xa2\x10\ \xde\xda\xda\xda\xaa\x07\x3b\xbb\x62\xa5\x52\xa9\x70\x82\x91\xcd\ \xa2\x48\x18\x16\x8a\xba\x2b\x04\xc2\x29\x6f\xf2\xde\x38\xcf\xe6\ \xe6\xe6\xaa\x0d\x9d\x9b\x9b\x0b\x51\x43\x2c\x16\x0b\x35\x5b\x00\ \x3a\xd0\x33\xcc\x01\xca\x43\x0d\x0d\x47\xfc\x51\x68\x94\xc7\xa3\ \x61\x67\x9f\x98\x5b\xd4\x11\x7a\xe3\x50\xe6\xe9\x40\x98\xcf\xb1\ \xb7\xbe\xff\x5e\x80\xcf\xf5\x29\x36\x87\xc5\x23\x2d\xca\x78\x50\ \x7a\xd6\x8d\x36\x0d\x0e\x04\x9c\x66\xe7\x1e\xcc\x9f\xc6\xa1\xbd\ \xbd\xbd\xaa\xa9\x59\x7d\xde\xdc\xf0\xf0\xb0\x26\x27\x27\x83\xa1\ \x42\x0e\x5c\x89\x5d\x11\xdc\xd9\xb1\x07\xef\x07\x46\x91\x5f\x67\ \x68\x18\xa3\xa4\xaa\x08\xc9\x29\x7a\x40\x60\x3a\x9d\xd6\xf6\xed\ \xdb\x75\xf9\xf2\x65\x9d\x3d\x7b\xb6\x4a\x69\xe7\xe7\xe7\x35\x3e\ \x3e\xae\x5f\xfc\xe2\x17\x2a\x14\x0a\xfa\xd4\xa7\x3e\xa5\xe9\xe9\ \x69\xcd\xce\xce\xaa\xb9\xb9\x39\xa4\x16\x31\x10\xf9\x7c\x3e\x18\ \x74\xd7\x0f\x07\x7b\xa4\x08\x2b\x95\x4a\x48\x33\xa2\xe0\x1e\x55\ \x4a\x6b\x6d\x3d\xc6\xc7\xc7\x43\x50\x42\xb4\x5e\x2a\x95\x94\xc9\ \x64\x34\x3f\x3f\xaf\xab\x57\xaf\x86\xd3\x8e\x80\x61\x8f\xce\x99\ \x8f\xa7\x9b\x3d\x08\x70\x87\xe0\xe0\xca\x9d\x95\x3b\x3d\xf6\xbf\ \x5c\x2e\xeb\xc9\x27\x9f\xd4\x87\x3e\xf4\xa1\xf0\x28\x20\xf6\x72\ \x7e\x7e\x5e\x3f\xff\xf9\xcf\xab\x98\x08\x0a\xd8\xf7\xec\xd9\x13\ \x52\x0e\x0e\xa4\x60\x05\xfd\x44\xa5\xdb\x29\xff\xd7\x9d\xaf\xff\ \xee\xf3\xf2\xbf\xf3\x4a\x24\x12\x1a\x1b\x1b\xd3\xb1\x63\xc7\x54\ \x28\x14\xaa\xd2\x20\xc8\x3b\xcc\x32\xdf\x77\x56\x16\x19\x84\x19\ \x66\x3d\x38\x81\xf5\xce\x3b\xef\xa8\xab\xab\x4b\x87\x0e\x1d\xd2\ \xc9\x93\x27\x43\xcd\xa1\x03\x7b\x9f\x1b\x36\x15\x90\x39\x37\x37\ \xa7\xf5\xeb\xd7\xab\x52\xa9\x68\xf3\xe6\xcd\x8a\xc5\x62\xea\xe9\ \xe9\x51\x2e\x97\x53\x5f\x5f\x9f\x3a\x3a\x3a\x42\xc3\x5a\x64\x9c\ \x93\x6a\xd8\xdc\xc6\xc6\x46\x0d\x0d\x0d\x29\x95\x4a\xe9\xe6\xcd\ \x9b\xda\xb7\x6f\x9f\x1e\x7c\xf0\xc1\xf0\x00\xe5\xfe\xfe\x7e\xa5\ \x52\x29\x15\x0a\x85\x50\x04\x4f\xc1\xff\xb6\x6d\xdb\xaa\xca\x19\ \x78\x31\xcf\xba\xba\x3a\xbd\xf4\xd2\x4b\xfa\xd2\x97\xbe\xa4\xf1\ \xf1\x71\x9d\x3d\x7b\x56\xb7\xdd\x76\x9b\x26\x27\x27\xb5\xb0\xb0\ \x10\xda\x30\x20\x4f\xa9\x54\x4a\x1b\x36\x6c\xd0\xf1\xe3\xc7\xd5\ \xde\xde\xae\xdf\xfd\xdd\xdf\xd5\xb7\xbf\xfd\x6d\x8d\x8c\x8c\xe8\ \xe0\xc1\x83\x55\x35\x3c\xf9\x7c\x3e\x64\x4c\xb0\x05\xd1\x13\x70\ \x80\x14\x00\x81\xdb\x13\x2f\xd1\x70\x26\x0c\x3b\x10\x0d\xb0\xdc\ \x17\xba\xac\x7b\xfd\x6b\x34\x10\x8e\xb2\x36\x7c\x06\xa0\x05\xd8\ \x66\xfe\x0e\xca\x9c\xe9\xe1\xfa\xc8\xd9\xca\xca\x8a\xe6\xe6\xe6\ \xaa\x0e\xac\xf0\x59\x1f\x83\xfb\x79\x52\x83\xd8\x46\x9f\x23\xf5\ \x65\xb1\x58\x2c\x34\x17\xf5\x00\x99\x32\x04\xfa\x57\xf9\x9e\x21\ \xe7\x10\x0b\x3c\x45\xa5\xbe\xbe\x5e\xb1\x58\x2c\x00\x25\x00\x1b\ \x3a\x8b\xdf\x70\x1b\xc3\xef\xf9\x7c\x3e\xb4\x4d\x72\x20\xc6\xda\ \x33\xb6\x78\x3c\x5e\x55\xd0\xee\x59\x25\x67\xc6\x3c\x00\x44\x8f\ \x5c\xa7\x3c\x33\xe0\xba\xef\x32\xe4\x4d\x48\x59\x9f\x28\xc3\x59\ \x2a\x95\x56\x19\x2c\x04\x8c\x89\x79\x9e\xd5\x8b\xae\xd9\x28\x0c\ \x2b\x7f\x8f\x46\xad\xa5\x52\xa9\xea\x21\xd1\x51\x5a\x9c\x08\x89\ \xc9\xfb\x09\x01\x50\xb4\x33\x2f\xb0\x25\x1e\xf9\xb9\x50\x20\x30\ \x9c\xf8\x63\xf1\x71\x86\x00\x1b\x94\x36\x9d\x4e\x07\xe5\x2a\x16\ \x8b\xa1\x57\x10\x0d\x3f\x29\xac\x86\xcd\xaa\x54\xd6\x28\x5a\x1e\ \x28\x4c\xc3\xd0\xda\xda\x5a\xcd\xce\xce\xaa\x50\x28\x28\x9f\xcf\ \x6b\x72\x72\x32\x7c\x06\xe6\x01\x2a\xdd\x9b\xa9\xb2\x1e\x44\x7f\ \x80\x01\x52\x0e\xce\x70\x78\x94\xe2\x27\x17\x7c\x33\xa3\x4e\x83\ \xfd\x02\x20\x63\xd4\xfd\x39\x4e\x8e\xc4\xdd\x00\x38\x03\x09\xe3\ \xe2\x75\x53\xec\x3f\x7b\xe3\x45\xf9\xf4\x79\x62\x3f\x70\xd8\x08\ \x3b\x0e\x90\x6b\x20\xe4\x5e\xbf\xd2\xd0\xd0\xa0\xb1\xb1\x31\xd5\ \xd7\xd7\x6b\x66\x66\x46\xd3\xd3\xd3\xc1\x69\xc3\xc2\x78\xf1\xae\ \xef\x75\xf4\x77\xd6\x84\x7b\x32\x37\x0f\x28\x3c\xdd\x85\x0e\xb8\ \x52\x32\x56\xae\x85\x3c\xa7\x52\x29\x0d\x0c\x0c\xe8\xd2\xa5\x4b\ \x3a\x73\xe6\x4c\x28\xda\x76\xa5\x23\xca\x67\xad\xe6\xe7\xe7\xc3\ \x01\x8e\xda\xda\x5a\x8d\x8f\x8f\x87\x54\x5e\x3e\x9f\x0f\xf3\xc2\ \x78\xd5\xd7\xd7\x87\xbe\x43\xc8\x84\x03\xbf\x54\x2a\x55\xf5\xa4\ \x00\x67\xc9\xbc\x06\xd1\x8d\x13\xaf\x96\x96\x16\xfd\xe0\x07\x3f\ \xd0\x9d\x77\xde\x19\xf6\xd0\x0b\x61\x99\xc7\xfb\xd5\xf2\xf1\xbb\ \x1b\x70\x37\x50\x5e\xd0\x1e\x65\xb8\x92\xc9\xa4\xde\x7b\xef\x3d\ \xc5\xe3\x71\x6d\xdb\xb6\x2d\xcc\x0b\xf0\xfe\xe2\x8b\x2f\x06\x00\ \x93\x4a\xa5\xd4\xdf\xdf\xaf\xbd\x7b\xf7\xaa\xb7\xb7\x37\x18\x54\ \xc6\x56\x2e\x97\x35\x32\x32\x12\xd6\x2a\xca\x60\xf0\xfa\xff\x63\ \x35\x5c\x77\xa2\xec\x15\x72\xb9\xb8\xb8\xa8\x93\x27\x4f\x6a\x74\ \x74\x54\x93\x93\x93\xca\xe7\xf3\xa1\xdd\x86\x33\xc0\xce\xd4\x13\ \xdc\xa0\x0b\xd8\x05\x1f\x07\xf3\x5c\x58\x58\xd0\xc9\x93\x27\xd5\ \xdd\xdd\xad\x9e\x9e\x1e\x5d\xb8\x70\xa1\xaa\xab\xba\xd7\xc6\x11\ \x2c\x24\x93\xc9\xd0\xe2\x06\xfb\xd2\xd1\xd1\x11\x1e\xeb\x34\x37\ \x37\x17\x5a\x95\xf8\xc1\x22\x5f\x0b\x74\x9e\x39\x5e\xbd\x7a\x55\ \xa3\xa3\xa3\xaa\xaf\xaf\xd7\x03\x0f\x3c\xa0\x52\xa9\xa4\x7c\x3e\ \xaf\xae\xae\x2e\x95\xcb\xe5\xd0\x98\xf9\x99\x67\x9e\x09\x35\xaf\ \x5b\xb7\x6e\xd5\xf4\xf4\x74\x68\x20\x2a\xad\xa5\x49\x01\x89\xa5\ \x52\x49\x2f\xbf\xfc\xb2\x36\x6f\xde\xac\x5f\xfe\xf2\x97\xba\xe7\ \x9e\x7b\x74\xf0\xe0\x41\x75\x75\x75\x69\x74\x74\x54\x4d\x4d\x4d\ \xe1\x79\xb0\x8c\x31\x99\x4c\xea\xd4\xa9\x53\xba\x72\xe5\x8a\xb6\ \x6e\xdd\xaa\x64\x32\xa9\xd7\x5f\x7f\x5d\x9d\x9d\x9d\xda\xbc\x79\ \x73\x60\x31\x06\x07\x07\xc3\x3a\x22\x67\xee\x54\x49\x65\xb1\xc7\ \x0e\x3a\x1c\x4c\xb9\xdf\xc1\xbe\xb0\x36\xae\x3b\xce\x5c\x61\xdb\ \xb0\x79\x30\x3c\xcc\xc1\xeb\xe8\xa2\x2c\x97\xdb\x3f\x67\xbe\x98\ \xbb\x3b\xfe\x28\x7b\xcc\x49\xf4\xe5\xe5\xe5\xd0\xc3\x0a\x99\xf0\ \x6b\x79\x09\x09\xef\x79\xd0\xc1\x35\x79\x0f\xbf\x86\xfe\xfa\xfc\ \x7d\x0c\xde\xa2\x03\x1b\x81\x7f\xf6\x60\xd4\x7b\x43\x4e\x4f\x4f\ \x4b\x5a\x0b\x00\x01\x57\xbc\xf8\x3f\x00\x30\x99\x5c\x7d\x54\x0e\ \xbe\x39\x1a\x1c\x33\x96\xf7\x63\x09\xb1\x13\x51\x1d\x77\xfb\xe6\ \x65\x4f\xfc\xee\x7b\xcd\x67\x3d\x40\x0c\xe0\x29\x51\x7d\x90\xc7\ \xc1\x5c\x58\xeb\x96\x96\x96\xc7\xbd\xd0\xda\x91\x98\xf7\x9e\x82\ \xc6\xbb\x75\xeb\x56\x60\x05\xa0\x0b\x11\x32\x94\x9c\x09\xe1\x88\ \xdc\x78\xbb\x82\x3b\xd3\x05\xf0\x62\xc0\x1e\x5d\x50\x88\x2e\xad\ \xb6\x06\x60\xf3\xa9\x5b\xc1\xe9\x38\xe8\x60\x43\x71\x00\xee\x28\ \x58\x7c\x1c\x1b\x0a\x32\x3b\x3b\x1b\xa2\x1b\x52\x7c\x95\x4a\x45\ \xe3\xe3\xe3\x61\xde\xa0\x71\xc0\x1d\x11\x29\xf4\xa7\x47\x18\xee\ \x74\x98\x37\xa7\xbf\xfc\xb4\x86\xb4\xd6\x78\x95\x75\x62\x6d\xdd\ \x99\xe0\xc0\x5d\x69\x11\x46\xae\xc3\x3e\x38\x48\x60\x7f\x01\x5a\ \xce\x18\xa2\x58\x51\xc3\xeb\xf7\x75\x81\x71\xa0\x41\x7b\x04\x22\ \x6d\x0c\x3c\xf3\x74\x87\xec\xc6\x02\x03\xe4\x4c\xe9\xd2\xd2\x92\ \x72\xb9\x9c\xb2\xd9\xac\x86\x86\x86\xc2\x58\x69\x96\xd8\xdf\xdf\ \xaf\x8e\x8e\x8e\x00\x4c\xa2\x54\x37\x06\x0a\x83\x11\x35\x4a\x6e\ \xb4\x50\x06\x37\xb0\x1e\x69\xba\x42\xb1\xde\x0e\xbc\xc8\xdb\xe7\ \xf3\x79\xdd\x7e\xfb\xed\x8a\xc5\x62\x7a\xe7\x9d\x77\xc2\x35\x1d\ \xa4\xc6\xe3\xf1\xd0\x50\xf1\x17\xbf\xf8\x85\x06\x07\x07\x83\x61\ \xec\xe8\xe8\x50\x2a\x95\xd2\xc4\xc4\x84\xea\xea\xea\xd4\xd2\xd2\ \xa2\x74\x3a\xad\xf1\xf1\x71\x35\x37\x37\x87\x71\xd5\xd7\xd7\x6b\ \x72\x72\x32\x9c\x0e\xa4\xff\x1c\x7a\xc2\x7c\x08\x30\x3c\x78\xa1\ \x2e\x81\x79\x21\x77\x44\x91\x27\x4f\x9e\x54\x2c\x16\x53\x5f\x5f\ \x9f\x62\xb1\x58\x55\x34\xe9\x45\xb7\xce\x08\xb2\x77\x6e\xb4\x58\ \x5b\x37\x3a\x51\x5a\xde\xd9\xab\x9f\xfc\xe4\x27\x3a\x74\xe8\x50\ \x95\x7e\x26\x93\x49\x3d\xff\xfc\xf3\x1a\x1a\x1a\x0a\xce\xf2\xfe\ \xfb\xef\xd7\xc6\x8d\x1b\x95\x48\x24\x42\xe1\x34\x6b\x02\x7b\x54\ \x2e\x97\xc3\x63\x8a\x5c\x86\xf9\x7f\x14\x2c\xf1\xbb\x3b\x4c\xff\ \xbc\x8f\xd9\xe5\xe8\xd5\x57\x5f\xd5\xe9\xd3\xa7\x95\x4c\x26\x35\ \x3b\x3b\x1b\x1a\xd7\xba\x2c\x13\xa1\xb3\x37\x00\x2b\x4a\x03\x58\ \x4b\x07\x9d\x51\x7b\x79\xea\xd4\x29\xed\xdd\xbb\x57\xc5\x62\x51\ \xd3\xd3\xd3\x01\x6c\x63\xeb\xdc\xe8\xc3\xe0\x38\x73\xdf\xd3\xd3\ \xa3\xbb\xef\xbe\x5b\x33\x33\x33\xca\x64\x32\xea\xea\xea\x0a\x99\ \x06\xbe\xeb\x7b\xcb\xf8\x4b\xa5\x92\x26\x27\x27\xf5\xfc\xf3\xcf\ \xab\x52\xa9\xe8\xa3\x1f\xfd\xa8\x46\x46\x46\xd4\xdd\xdd\xad\xe7\ \x9f\x7f\x5e\xa9\xd4\x6a\xc3\xd0\xf1\xf1\x71\xb5\xb7\xb7\x6b\xdb\ \xb6\x6d\x7a\xe6\x99\x67\xd4\xde\xde\xae\x3d\x7b\xf6\x84\x71\x54\ \x2a\x95\x90\xea\xc6\x8e\x96\xcb\x65\xbd\xf1\xc6\x1b\xba\x7e\xfd\ \xba\x3a\x3b\x3b\xd5\xd8\xd8\xa8\xc3\x87\x0f\xab\x5c\x5e\x2d\xad\ \xe8\xed\xed\xd5\xdb\x6f\xbf\xad\xe6\xe6\x66\x35\x36\x36\x06\x7b\ \x7f\xeb\xd6\x2d\xbd\xfa\xea\xab\x4a\x24\x12\x81\x2d\xde\xbe\x7d\ \xbb\xde\x7d\xf7\x5d\xed\xdd\xbb\x37\x30\x70\xc3\xc3\xc3\x61\xdd\ \x3d\x7d\x06\xc0\xf5\x80\x0b\xa0\x13\x65\xbc\x3d\x88\x75\x87\xcd\ \x77\xbc\xa4\xc3\xf5\xc8\x75\x81\x97\x83\x3b\xee\xe7\x32\xe1\x32\ \xe6\xa5\x1a\xee\xd8\xbd\x5e\x28\xca\x64\xf2\x19\x4e\x58\x7a\x1f\ \x29\xbf\xb6\x83\x2a\xf7\x19\x1e\x00\x12\xbc\x31\x47\xaf\x11\x93\ \xaa\x9f\xcb\xe9\x76\x36\x91\x48\x84\x8e\xec\x04\xcf\xec\x1b\x63\ \xc6\x9f\x72\x8a\xde\x6b\xad\x59\x23\xb7\x39\xee\xaf\xb0\xbf\x3c\ \xd6\xc7\xf7\xcf\x53\xb7\x80\x31\xbf\xb7\xff\xcd\x19\xf8\x90\xba\ \x33\xdf\xe7\x20\xcd\xb3\x19\x7c\xce\x01\xb8\xfb\x76\xf7\x0f\xbe\ \xde\x0e\xce\x13\x8d\x8d\x8d\x8f\xf3\x07\x07\x20\x18\x52\x52\x72\ \xce\x7a\xb0\x98\xef\x57\xe0\xc6\xff\x31\xf4\x4c\xc2\x37\x96\xcd\ \xf6\xe2\x36\x9c\x16\x88\xdc\x8b\xcf\x9c\x51\x23\x52\xac\xad\x5d\ \x7d\xb0\xaf\xf7\xc9\x42\xd8\xbd\xa8\x9c\x0d\x61\x71\x8a\xc5\xa2\ \x16\x16\x16\x34\x3f\x3f\xaf\xfa\xfa\xfa\x70\x9a\x02\xa6\xcb\xa3\ \x03\x8c\x05\xe3\x29\x16\x8b\x61\x8c\xa4\x24\x88\x0c\x01\xa1\xa9\ \xd4\x6a\x73\x3a\x6a\xc8\x6a\x6a\x6a\x42\xe1\x35\x7f\xf7\xbc\x37\ \x0e\x10\x86\x21\x4a\x33\xbb\x32\xa6\x52\xa9\x60\x18\x59\x7b\x00\ \x1e\xf3\xe4\x14\xa3\x0b\xaa\x33\x54\x51\x30\xe5\x06\xc2\x29\x5e\ \x14\x88\x1f\x14\xd0\xa3\x02\x5a\x0f\x44\x8b\x7c\x3d\xf5\xe8\x8d\ \x51\xd9\x43\x64\x04\x87\x2e\x49\x5b\xb6\x6c\x51\x53\x53\x53\xa8\ \x3d\x41\x61\x7a\x7a\x7a\x74\xef\xbd\xf7\xea\xc8\x91\x23\x21\x45\ \x8b\xa2\xbb\x73\x20\xf2\x7c\xbf\x94\x14\x80\xdb\x8d\x18\x4a\x85\ \x02\x79\x94\x2d\xa9\x8a\xc2\x46\x0f\x5c\xe9\xa4\xd5\x08\x7d\x74\ \x74\x54\xf7\xde\x7b\xaf\x2e\x5c\xb8\xa0\xb1\xb1\xb1\xf0\x3d\xf4\ \x28\x91\x48\xe8\xaf\xfe\xea\xaf\x94\xcd\x66\xf5\xcc\x33\xcf\x28\ \x9d\x4e\x87\x1a\x2d\xd2\xda\x1b\x36\x6c\x08\x11\xa1\xa4\x70\x72\ \x8e\x7e\x4b\x4d\x4d\x4d\x21\xa0\x00\x78\xe1\x84\x60\x76\x91\x19\ \x14\x1b\x30\xce\xdc\x9d\xf9\x70\x23\xb3\xbc\xbc\xac\x17\x5e\x78\ \x21\x30\x15\x1e\x8c\x20\x7f\x6e\x50\x58\x43\xe6\x17\x8d\xcc\x31\ \x54\x1e\xf9\xf3\x8a\xc7\x57\xd3\xf6\xef\xbd\xf7\x9e\x6a\x6a\x6a\ \xd4\xd9\xd9\x19\x9c\x4e\x7d\x7d\xbd\x7e\xfe\xf3\x9f\xeb\xe2\xc5\ \x8b\xaa\xad\xad\x0d\x85\xd8\xe9\x74\x3a\xe8\x22\x63\x27\xa5\x88\ \x2c\x64\x32\x99\x5f\x03\x73\xc8\xb7\x3b\x2c\xff\x37\xfa\x8a\x32\ \x5c\xd1\x7f\x4f\x9c\x38\xa1\x13\x27\x4e\x68\x76\x76\x56\xa5\x52\ \x29\xd8\x11\x4e\x8d\x12\x20\xba\x9e\x79\x23\xe3\x68\x6d\x89\xdf\ \xd3\x81\x01\x72\x35\x39\x39\xa9\xae\xae\x2e\x0d\x0f\x0f\x07\xfb\ \xe7\x0e\x09\x07\xe2\xac\x14\x41\x71\x2e\x97\xd3\xfd\xf7\xdf\x1f\ \xea\xf6\x38\xe5\x88\x5d\xa4\xe4\x82\x74\xe6\xc4\xc4\x84\xa4\xd5\ \x36\x28\xdf\xfa\xd6\xb7\x74\xfc\xf8\x71\xfd\xfe\xef\xff\xbe\xca\ \xe5\xb2\x5e\x7b\xed\x35\xed\xdf\xbf\x5f\x4b\x4b\x4b\x7a\xf7\xdd\ \x77\x35\x32\x32\xa2\xe9\xe9\x69\xf5\xf7\xf7\x6b\xfd\xfa\xf5\x9a\ \x9e\x9e\xd6\xfe\xfd\xfb\x75\xfe\xfc\x79\x5d\xbb\x76\x2d\xd4\x49\ \x8e\x8d\x8d\x85\xa0\x34\x95\x4a\xe9\xfc\xf9\xf3\xfa\xe7\x7f\xfe\ \x67\xed\xdf\xbf\x5f\xe3\xe3\xe3\xda\xb1\x63\x87\x5e\x7b\xed\x35\ \x8d\x8d\x8d\xa9\x58\x2c\xaa\xad\xad\x4d\xfd\xfd\xfd\x7a\xf7\xdd\ \x77\xd5\xd3\xd3\x13\x40\xd1\x9b\x6f\xbe\xa9\xb7\xdf\x7e\x5b\x9b\ \x36\x6d\x0a\xa0\x51\x5a\x7d\x64\x55\x47\x47\x87\xfa\xfa\xfa\x34\ \x39\x39\xa9\xb1\xb1\xb1\xaa\x5a\x22\xfe\x2d\x95\x4a\xc1\x56\xb2\ \xd6\xde\x56\x20\x1a\x40\x3a\x5b\x88\xed\xc7\x57\xf9\xde\x7a\x20\ \xe6\xe0\x27\x0a\x62\xa2\x0c\x08\x60\x20\x3a\x4e\xf6\xd6\x03\x59\ \x07\x63\xce\x28\xbb\x4f\x65\x2e\xfe\x77\xf4\x1a\x3b\xc9\xf7\x49\ \x27\xfb\x98\x9c\x09\x8e\x06\x47\xc8\x34\x72\xcb\xf8\xb0\x13\x5e\ \x3f\xeb\x84\x08\x63\x77\xbd\x67\x7e\x34\xd0\x76\xbd\x83\xe8\xf0\ \xe0\x06\xdb\x8b\xcf\x9e\x9c\x9c\xac\xaa\xd3\xc6\xcf\x3a\xfb\x86\ \x5f\xa1\xd6\xd9\xc9\x22\xf6\x8b\xcf\xc2\x18\x63\xcf\xbc\xfe\xd4\ \xd7\xc2\xeb\x2b\xc1\x24\x5e\xff\xea\xfb\xc5\x67\xfc\x95\xe4\x8f\ \x50\x9e\x18\x2d\x26\xef\x9b\x16\xcd\x0b\x7b\x7a\x09\x21\x04\xe0\ \x38\xca\x47\x90\x98\x00\xc6\xd7\xd3\x86\x4e\x27\x2e\x2e\x2e\x6a\ \x72\x72\x52\xb1\xd8\x6a\xc3\x45\x4e\xc6\xb0\xe8\x44\xea\x34\xfa\ \x94\xd6\x58\x11\xd0\x3c\x05\xa8\xde\x39\xdd\x4f\xc5\xc5\xe3\xab\ \x9d\x8b\x4b\xa5\x92\x3a\x3b\x3b\x83\x20\xa1\x54\x5e\x24\x87\x00\ \x92\x8a\x01\xf8\xc1\x34\x39\x4b\x87\x32\x03\xbc\x10\x6c\x22\x2d\ \xe8\x52\x6a\x68\x70\xee\xac\x07\xa7\x1a\x11\x58\xa2\x82\x4a\xa5\ \x12\xf6\x06\x21\xe3\x3e\x9e\xe2\xf2\x74\x2b\x7b\x18\x8d\x8c\xdc\ \xb0\x3b\x28\x76\xe3\x80\x41\x46\xe8\x89\x4e\xbd\x56\x89\x22\x48\ \x4f\xc9\x3a\xe2\x8f\xd6\x97\x71\x8f\xa5\xa5\x25\x65\xb3\x59\xf5\ \xf6\xf6\x86\x23\xd2\xa4\x02\x9a\x9b\x9b\x03\x4b\xb1\x65\xcb\x16\ \xed\xdc\xb9\x53\x9b\x37\x6f\xd6\xf1\xe3\xc7\x35\x3d\x3d\x5d\x55\ \x78\x09\xc0\x75\x59\xc4\x99\x61\x10\x50\x6c\x0e\x67\x44\xd9\x03\ \xc0\x84\x2b\xa7\x33\x8b\x28\x30\xac\x2d\xf3\x03\x74\x5d\xbc\x78\ \x51\xcf\x3f\xff\xbc\x3e\xfc\xe1\x0f\xeb\xdf\xfe\xed\xdf\xaa\x1a\ \xa9\xb2\x1f\xc7\x8e\x1d\xd3\xde\xbd\x7b\x95\x48\x24\xc2\x69\xa7\ \x4a\xa5\xa2\xed\xdb\xb7\x87\x13\x86\x18\x0b\x1f\x4b\x3c\xbe\x5a\ \xb7\xc2\xe3\x79\x00\x61\xcc\xd7\x75\xd3\x4f\x11\x3a\xd8\x72\x26\ \xd7\xa9\x7a\xe6\xb4\x73\xe7\x4e\xfd\xd7\x7f\xfd\x97\x86\x87\x87\ \xd5\xdb\xdb\x1b\xf4\xc8\xc1\x39\x11\x36\x7a\xc7\xba\x70\xa8\x00\ \x56\x91\xf7\xdd\x40\x62\x4c\x71\x06\x38\xdf\x75\xeb\xd6\x05\x5b\ \xd0\xd4\xd4\xa4\x77\xdf\x7d\x57\x6f\xbf\xfd\xb6\xba\xbb\xbb\x43\ \xf1\x35\x4c\x4b\x22\x91\x08\xc0\x95\x3a\x49\x52\x06\xa4\xf2\xb9\ \x87\x03\x16\xff\x3f\xe3\x8a\xea\x00\xaf\x28\xb8\x72\x56\xe9\xbd\ \xf7\xde\xd3\x2b\xaf\xbc\x12\x6a\x8f\xd0\x05\x82\xac\x68\x30\x02\ \xf0\xf2\x1a\x4c\x67\x34\xdc\x06\xba\x3e\xbb\x7d\x1c\x19\x19\x09\ \xcc\x38\x65\x04\x30\x77\xc8\x31\x41\x05\xf6\xc9\x83\x8a\xe9\xe9\ \x69\x0d\x0f\x0f\xab\xa7\xa7\x27\x8c\x13\x9d\x5e\x58\x58\x50\x3e\ \x9f\x0f\x8f\x21\x39\x77\xee\x9c\x8a\xc5\xa2\x4e\x9e\x3c\xa9\xe9\ \xe9\x69\xfd\xe1\x1f\xfe\xa1\xce\x9f\x3f\xaf\x53\xa7\x4e\x49\x5a\ \x05\x33\xe3\xe3\xe3\x7a\xe5\x95\x57\xc2\xda\xed\xdd\xbb\x57\x2d\ \x2d\x2d\xfa\xf0\x87\x3f\xac\x1f\xfe\xf0\x87\xfa\xc6\x37\xbe\x21\ \x69\x35\x08\xcc\x66\xb3\xe1\x29\x18\xc8\xc1\x95\x2b\x57\xb4\x7e\ \xfd\x7a\x5d\xbe\x7c\x59\xb1\x58\x4c\x47\x8f\x1e\xd5\xd9\xb3\x67\ \xf5\xc0\x03\x0f\x68\x6a\x6a\x4a\x99\x4c\x26\x04\x6a\x94\x5a\x3c\ \xf5\xd4\x53\x1a\x1f\x1f\x57\x36\x9b\x55\x5d\x5d\x9d\xae\x5f\xbf\ \xae\xd9\xd9\x59\x5d\xbc\x78\x51\xf9\x7c\x3e\xd8\xef\x37\xde\x78\ \x43\xeb\xd7\xaf\xaf\xaa\x8d\x91\x14\xf4\x00\xe6\x0e\x9f\x81\xee\ \x60\xb3\x29\xc0\x47\x67\x60\xe3\xb1\xc3\xe8\xa3\xa7\x80\xdc\x59\ \xbb\xdc\xf0\xbe\xa7\xb2\x9c\xb5\x74\xff\xe2\x4d\xb7\x3d\x10\x4c\ \x26\xd7\x9e\x77\xe8\x4e\xdb\x41\xb8\x93\x06\xcb\xcb\xcb\x9a\x9b\ \x9b\x53\x63\x63\x63\x00\x50\x2e\x5f\xce\xb6\x60\xef\x9c\x65\xe5\ \x5a\x2b\x2b\x2b\xe1\xfb\xcc\xd7\x8b\xbe\xb1\x49\x1e\x3c\xbb\x1d\ \xf6\x66\xd4\x7e\x62\x10\xbf\x06\x28\xf1\xf6\x11\xc8\xa5\xef\x05\ \x63\x66\x1c\xee\x77\x9c\xf5\xf5\xd2\x05\x6c\xa8\x33\x5a\xac\x97\ \xb7\x17\xe2\x5f\xba\xce\x3b\x8b\xcb\x35\xb9\x07\x41\x2a\x73\x22\ \x3b\x83\x0d\x76\xff\xc9\xef\xf8\xbe\xd0\x18\x96\x48\x10\x01\xf0\ \x45\x74\xc4\x8c\xf0\xc2\xa0\x78\x91\xad\xf7\xd6\xe0\x04\x0d\xd7\ \xc1\xf0\x22\xac\x9e\xf6\x72\x06\x85\x89\x79\x3a\x22\x16\x8b\x85\ \x5a\x07\x1e\x7f\xc1\x66\x50\x14\xec\x08\x9a\x0d\xe4\x01\x94\x28\ \x84\xa7\xc5\x98\x0f\x4e\x87\x66\x8c\x1c\x07\xa7\x4f\x11\x40\x89\ \x4d\xa4\xe7\x14\x9b\x14\x65\x88\x78\x9f\x7b\x49\x6b\x7d\x4c\x78\ \xc6\x22\x1b\xee\xa0\x68\x6e\x6e\xae\xca\x21\x71\x0d\x04\xde\x91\ \x39\xc6\x17\xb6\xc8\x29\x53\x8f\x62\x98\x9f\x47\x40\xee\x40\xf8\ \x1e\x02\xe4\x42\xc5\x75\x51\x4e\x67\x8a\x50\x46\x04\xcd\x41\x01\ \x06\x26\x1a\xd9\x39\x35\xcf\x3a\xd5\xd6\xd6\xea\x9e\x7b\xee\x09\ \x45\xec\x1b\x36\x6c\xd0\xcb\x2f\xbf\x5c\xd5\x99\x7d\xc7\x8e\x1d\ \x5a\x5c\x5c\x54\x7b\x7b\xbb\x4e\x9d\x3a\xa5\x73\xe7\xce\x85\xd4\ \x1a\xf7\x77\x36\x0c\xd9\x59\x5c\x5c\x0c\x8f\x45\x71\x00\x8f\x8c\ \x7a\xf7\x7c\x9c\x9f\xd3\xc5\x8c\x93\x6b\xf2\x2f\xa0\xda\xd3\xd8\ \x44\xe7\x27\x4e\x9c\xd0\x43\x0f\x3d\xa4\x75\xeb\xd6\xe9\xf2\xe5\ \xcb\xe1\x73\xe5\xf2\x6a\x0d\xdb\xb9\x73\xe7\x74\xf6\xec\xd9\xb0\ \xef\x7d\x7d\x7d\x2a\x16\x8b\x41\x57\x7e\xf9\xcb\x5f\xea\xce\x3b\ \xef\x0c\x46\xa4\x54\x5a\x2b\x5a\x4f\xa7\xd3\x2a\x14\x0a\x2a\x95\ \x4a\x81\xbd\x82\x99\x82\xc9\xa2\xce\xaf\xb3\xb3\x33\xac\xb7\xaf\ \x39\x06\xc1\x59\x3a\x0c\x66\x7d\x7d\xbd\xb2\xd9\xac\x7e\xf2\x93\ \x9f\xe8\x0b\x5f\xf8\x42\xd0\x45\xe4\xc9\xd3\xb9\x1e\x95\xe2\x0c\ \xa2\xce\xc6\x01\x28\x7b\x04\xb3\x98\x4a\xa5\x34\x32\x32\x12\xe4\ \x88\xe7\xbc\x9d\x3b\x77\x4e\x47\x8f\x1e\xd5\xde\xbd\x7b\xf5\x81\ \x0f\x7c\x20\x18\x3e\x00\x26\x29\x51\x0c\x33\x85\xac\x6e\xe8\x5c\ \xc6\xdd\x40\x47\x01\x97\x03\xa8\x28\xc8\x8a\x82\xab\x58\x2c\xa6\ \x9b\x37\x6f\xea\xd5\x57\x5f\x55\x2a\xb5\xda\xcf\x0e\x30\x49\x10\ \xd0\xd8\xd8\xa8\x42\xa1\x10\xea\x2d\xa9\xd5\xf4\xeb\x51\x47\x45\ \x04\x8c\xfc\xb0\x07\xae\xcb\x6e\xf4\x0b\x85\x82\x9a\x9b\x9b\xab\ \xd2\xcd\x0e\xfc\xd1\x33\xb7\x29\x38\xe7\x57\x5f\x7d\x55\xf1\x78\ \x5c\xfb\xf6\xed\xd3\xf1\xe3\xc7\x83\xcd\xbe\x76\xed\x9a\xf2\xf9\ \xbc\x86\x87\x87\x35\x31\x31\x51\x95\x4e\x5b\xbf\x7e\xbd\xb6\x6f\ \xdf\xae\x1f\xfe\xf0\x87\x3a\x7d\xfa\xb4\xba\xba\xba\x94\x4e\xa7\ \xf5\xda\x6b\xaf\xe9\xbd\xf7\xde\x53\x3e\x9f\x57\x53\x53\x53\xe8\ \xbc\xcf\x33\x37\x7f\xf1\x8b\x5f\x84\x27\x01\xe0\x40\xc7\xc6\xc6\ \x02\x98\x2f\x97\xcb\xca\xe5\x72\x41\xf6\x24\xe9\xd2\xa5\x4b\xaa\ \x54\x2a\x3a\x73\xe6\x8c\x1a\x1a\x1a\x74\xf9\xf2\x65\xed\xdd\xbb\ \x57\x77\xdc\x71\x47\x90\x2d\x80\x64\x5f\x5f\x9f\x0e\x1c\x38\xa0\ \x73\xe7\xce\xe9\xf4\xe9\xd3\x9a\x9a\x9a\x52\x7f\x7f\xbf\x36\x6e\ \xdc\xa8\x73\xe7\xce\xe9\x9d\x77\xde\xd1\xc0\xc0\x40\x48\xcf\xf2\ \x62\x6d\x7d\xaf\xbd\xb4\x03\xc0\x4a\x6f\x44\xd7\x77\xf6\xcf\xf7\ \xc6\xdf\x77\x90\x8e\x9f\x74\x96\x07\x07\xcb\x78\x3c\x0b\xe3\x0c\ \x31\x76\xcb\x9d\x74\x34\xb8\x8b\x06\x09\x1e\x44\xc2\xc8\x95\x4a\ \xa5\x2a\xd0\xf0\x7e\xb2\x1d\xbd\xb6\xeb\x2b\x3a\xec\x8f\xe2\x41\ \x36\xe8\x1f\xc5\x78\x9c\x11\x74\x7b\xc9\xba\x3a\xd8\x74\xdb\x8a\ \xff\x77\x70\xe5\x4c\xa1\xb3\x5b\xac\x95\x1f\xde\x61\xbc\x51\x62\ \x27\x0a\xba\x58\x5b\x4e\x5b\xe3\xbb\x3c\x95\xcb\xfa\xbd\x9f\x7f\ \x8d\x66\x20\xdc\x2e\x44\x0f\x3e\x39\x7b\xe6\x9f\x83\xa0\x49\x24\ \x93\xc9\xc7\x31\xa4\x9e\xba\x61\x13\x3c\xaa\x67\x32\x00\x00\x47\ \x7f\xb5\xb5\xb5\x21\x62\x60\x80\x20\x5a\x4f\xc3\xf0\x77\x7e\x7c\ \x53\x5c\xe0\x5c\x19\x1c\xc9\x16\x0a\x85\xd0\x44\x12\xe7\x41\x91\ \x1f\xe0\x83\x54\x1f\xe0\xc1\x4f\xb9\x79\x34\xc9\x26\xdd\xba\x75\ \x2b\xa4\x6e\x88\x4e\x97\x96\x96\xaa\xda\x10\x20\x84\x5e\x4b\xc1\ \xdc\x3c\xcf\xcb\x75\xce\x77\x4b\x00\x00\x20\x00\x49\x44\x41\x54\ \xbf\x7c\x87\x08\xdf\x0b\x2c\x31\x8a\x2e\xd8\x1e\x25\x79\xfa\x8f\ \xcd\xe2\xba\xd1\x68\x17\x45\x00\x0c\xf2\x1e\xd7\x76\xd6\xc5\x05\ \x1b\x23\xc6\xcb\xdf\x8b\xca\x00\xf2\x41\x44\x1e\x2d\xc6\x67\x6f\ \xb9\x06\xbf\xf3\x7d\xdf\x63\xa2\xee\x4c\x26\xa3\x62\xb1\x18\x8a\ \x33\x33\x99\x8c\x32\x99\x8c\xf2\xf9\xbc\xfa\xfa\xfa\xb4\xbc\xbc\ \xac\xf6\xf6\x76\xfd\x5f\xc6\xce\x2c\x46\xd2\xf3\x2a\xff\x4f\x2d\ \xbd\x57\x55\x2f\xd5\xd5\xdb\xf4\xf4\xec\x8b\xed\x71\x26\x76\x12\ \xdb\x89\x62\x6c\x2b\x26\x10\x45\x04\x22\x05\x6e\xb8\x49\x04\x77\ \x01\x45\x08\x01\x12\x57\x5c\x01\xe2\x02\x89\x45\x82\x28\x28\x04\ \x25\x20\x12\x11\xf8\x93\x84\x04\x93\x84\x24\xb6\x63\x3b\xe3\xd8\ \x9e\xf1\x36\x5b\xcf\xbe\xf4\xbe\x55\xf5\x5a\xdd\x55\xf5\xbf\x68\ \x7e\xa7\x9f\xfa\x5c\xe3\xa4\x24\xcb\x3d\xb5\x7c\xdf\xfb\xbd\xef\ \x59\x9e\xf3\x9c\xf3\x9e\x77\x7d\x7d\x5d\x57\xae\x5c\xd1\xca\xca\ \x4a\x14\xd0\xb7\x1a\x1f\x4c\x1f\xd1\x4a\x4f\x4f\x8f\x46\x46\x46\ \xb4\xba\xba\xda\x34\x5f\x3e\x16\x7f\xd6\x56\xce\x98\xcf\x58\x0b\ \xa9\x19\xf4\x7a\x14\xb3\xbd\xbd\xad\x4f\x7e\xf2\x93\xfa\xc9\x4f\ \x7e\xa2\x62\xb1\xa8\xa7\x9e\x7a\x4a\x23\x23\x23\xda\xdc\xdc\xd4\ \xd4\xd4\x94\xa6\xa7\xa7\x63\xc7\xe5\xad\x5b\xb7\xf4\xd0\x43\x0f\ \x69\x6d\x6d\x4d\xfd\xfd\xfd\x2a\x97\xcb\xea\xe9\xe9\x89\xfa\x42\ \x94\xda\x6b\x23\x70\x60\x3c\x37\xa0\x45\x52\xf4\xb6\x41\x77\x3c\ \x62\x06\x68\xf3\x4a\x46\xd2\x14\x60\xff\xe8\x47\x3f\xd2\x63\x8f\ \x3d\xd6\x94\xb6\x47\x9e\x00\x49\xae\x3b\x9e\x4e\xf0\x97\xcb\xb8\ \x47\x77\x9c\x66\x70\xe5\xca\x95\x38\x9a\x2a\x97\xcb\xa9\x5c\x2e\ \xeb\xef\xfe\xee\xef\xf4\xa1\x0f\x7d\x48\x8f\x3f\xfe\x78\x00\x2a\ \x22\x59\x07\x59\x5b\x5b\x5b\xd1\xd8\x17\xc3\x9b\x04\x4c\xc9\xbf\ \xfd\xb9\x93\xef\x25\x3f\xf7\x17\x73\xf9\xc2\x0b\x2f\xe8\xd2\xa5\ \x4b\x51\x6b\x88\xac\x91\xfe\x5b\x5d\x5d\x8d\x1d\x6c\x1e\xc8\xb9\ \x5e\x78\xc0\xc1\x38\x78\x06\x0f\x82\x92\x40\x9f\x3a\x33\x4f\x33\ \x12\x30\xfa\x3a\x79\xcd\x65\xa3\xd1\xd0\x2f\xfe\xe2\x2f\xea\xfc\ \xf9\xf3\x2a\x14\x0a\x3a\x72\xe4\x88\x3e\xf7\xb9\xcf\xe9\x3b\xdf\ \xf9\x8e\xce\x9d\x3b\xa7\xb3\x67\xcf\xea\x8d\x37\xde\xd0\xa5\x4b\ \x97\xb4\xb8\xb8\xa8\x4a\xa5\x12\x3a\xb2\xb6\xb6\xa6\x37\xde\x78\ \x43\x0b\x0b\x0b\x1a\x1b\x1b\x53\x2a\xb5\x9b\x41\x78\xf9\xe5\x97\ \xe3\x7b\xe8\xfe\xa1\x43\x87\x74\xfa\xf4\x69\xb5\xb7\xb7\xab\x5c\ \x2e\xeb\xb5\xd7\x5e\x8b\x86\xc0\xb4\x6e\xf0\xda\xc2\x5a\xad\x16\ \xa7\x2d\xdc\xb9\x73\x27\x58\x11\x1a\x86\x56\xab\x55\xcd\xcd\xcd\ \xc5\x79\xa2\xb7\x6f\xdf\xd6\xe1\xc3\x87\xb5\xb9\xb9\xa9\xc7\x1f\ \x7f\x5c\x0b\x0b\x0b\xfa\xda\xd7\xbe\xa6\xf5\xf5\x75\x3d\xf6\xd8\ \x63\x3a\x78\xf0\xa0\xb2\xd9\xac\xbe\xfd\xed\x6f\x6b\x6c\x6c\x4c\ \x13\x13\x13\x61\x73\x7c\x1e\xdd\x09\x3a\x20\x4f\xa5\x52\x71\x70\ \x30\xeb\x8d\xdc\xa2\x57\xe8\x18\x76\xd2\xeb\xb6\xdc\x6e\x12\x64\ \x78\x30\x86\xdd\x76\x9d\xe0\x7b\x1e\xd4\xf1\xc2\x76\xa1\xf3\x1e\ \xc8\xb9\x8f\x70\xfd\x4a\xca\x0b\x63\xf5\x9d\x7d\x0e\xe6\x1c\x54\ \x20\x8f\xd8\x36\x07\x7a\x00\xe3\xa4\xde\xb8\xff\x4e\x06\x30\x7e\ \x6d\x80\x19\x36\xc2\xed\x6d\xb2\x67\x23\xf7\xe4\x99\x9c\x01\x07\ \xac\xfb\x29\x18\xfe\x1c\x9e\x56\xf4\x39\xf2\x34\x9d\x03\x5c\x27\ \x24\xf8\xcc\x19\x2a\xc6\xe8\x87\x4f\x3b\x10\x64\x4c\xee\x43\xdd\ \x1f\x73\x6d\x07\x62\x99\x42\xa1\xf0\x27\x4e\xe3\x27\x51\xaf\x17\ \x56\x27\x05\x07\x7a\x12\xc1\xa1\xb6\xc8\x9d\x29\x8b\xc8\x42\xba\ \x93\x74\x21\xc2\x20\x25\x07\x8b\x51\xe1\x7b\x44\x8a\x80\x1f\xdf\ \xa2\x4f\x11\xba\xd7\x91\xb8\x91\xf7\x3c\xbc\x53\xf6\x3b\x3b\xbb\ \xe7\x32\x81\xb0\x7b\x7b\x7b\x23\xe2\x63\x42\x01\x6f\x4e\x43\x23\ \x20\x9e\x92\x71\xa5\x43\xe0\x1d\xed\xe3\xb4\xf8\x0f\x87\xcd\x35\ \x10\x42\xd6\x24\x39\x87\xfc\x06\x43\xce\xf3\xba\x61\x4f\x2a\x60\ \xd2\xb9\x24\x0d\x8f\x23\x6e\xdf\x35\x98\xac\x3d\x70\x65\x74\x79\ \xf0\x2d\xcf\xcc\xbd\x83\x10\xe4\x03\x47\x29\xed\xf6\x36\xeb\xe8\ \xe8\x88\xf3\xd1\x3a\x3b\x3b\x75\xf1\xe2\x45\x55\x2a\x15\x4d\x4c\ \x4c\x68\x70\x70\x50\xd5\x6a\x55\x77\xef\xde\xd5\xca\xca\x4a\x53\ \xa3\x52\x00\xbf\x6f\x50\xc0\xb8\x21\x93\x99\xcc\x6e\xab\x0d\xc6\ \xef\xbb\x29\x79\x79\x7d\x91\xcb\x7f\xd2\x78\x78\x54\xc6\xdf\xc9\ \xb9\x9b\x9e\x9e\xd6\x87\x3e\xf4\x21\x3d\xf8\xe0\x83\x3a\x77\xee\ \x9c\x8e\x1f\x3f\xae\x27\x9e\x78\x42\x9f\xfa\xd4\xa7\x74\xe6\xcc\ \x19\xcd\xcd\xcd\xc5\xfc\xac\xad\xad\xe9\xfa\xf5\xeb\xba\x73\xe7\ \x8e\x1e\x78\xe0\x01\x1d\x39\x72\x44\xaf\xbd\xf6\x9a\x8e\x1f\x3f\ \xde\x64\x28\x60\x64\x9d\x86\xf7\x1a\x3e\x9e\x0d\xa3\x98\x8c\x4e\ \xdd\x18\x20\x77\xfc\x86\xeb\xa2\x07\xdf\xff\xfe\xf7\xf5\xde\xf7\ \xbe\x57\xa3\xa3\xa3\xa1\x9b\xbe\x99\x05\xc0\xe3\x11\xa1\x03\x78\ \xe6\x03\xbd\xf0\x74\x01\x3b\x04\x5f\x7f\xfd\x75\xcd\xcf\xcf\x47\ \xbf\xa5\x46\xa3\xa1\xaf\x7f\xfd\xeb\xda\xb7\x6f\x9f\x1e\x7f\xfc\ \x71\xd5\x6a\xb5\xd8\x9d\xcb\xd8\x49\x7b\x90\xf2\x2a\x16\x8b\x51\ \x77\xe2\x06\xd4\xd7\x24\xf9\x4a\x7e\xd7\xbf\x97\xb4\x79\xfe\x82\ \x6d\xec\xea\xea\xd2\xf5\xeb\xd7\xa3\xde\x90\x1d\x9f\x74\x3e\x4f\ \x76\xe0\x76\x87\x97\x34\xca\x7c\x0f\x1b\x8a\x63\xf3\x00\x05\x7b\ \x87\x0d\x03\x24\xb3\xf6\xc9\xc8\xdb\x37\xd9\xb4\xb7\xb7\xeb\x89\ \x27\x9e\xd0\x8f\x7e\xf4\x23\xe5\xf3\x79\x4d\x4c\x4c\xe8\xec\xd9\ \xb3\xba\x72\xe5\x4a\xd4\x39\xf5\xf7\xf7\xc7\x01\xf5\x3d\x3d\x3d\ \x5a\x5d\x5d\xd5\xfc\xfc\xbc\x16\x16\x16\xd4\xd6\xd6\xa6\xc1\xc1\ \xc1\x48\xf5\xad\xad\xad\xe9\xd2\xa5\x4b\xe1\xf4\xb1\x13\x83\x83\ \x83\x7a\xf8\xe1\x87\xd5\xd5\xd5\xa5\xb5\xb5\x35\x3d\xff\xfc\xf3\ \x31\x36\x7a\xba\x91\xc6\x25\x2b\xb0\xb1\xb1\xd1\x74\x7c\x53\x3a\ \xbd\x7b\x04\x59\x2e\x97\x0b\x30\x93\xcb\xe5\xf4\x9e\xf7\xbc\x27\ \xd2\xd1\xa4\xfe\xa6\xa6\xa6\xb4\xba\xba\xaa\xd1\xd1\xd1\x60\xfd\ \xa7\xa7\xa7\x95\xcf\xe7\x75\xfc\xf8\xf1\x60\x58\xf0\x13\xcc\x21\ \x36\xcc\x59\x8e\x6c\x36\x1b\xa7\x1c\x24\x6b\x33\x91\x6b\x5f\x3f\ \xf7\x67\xef\x06\xdc\x59\x4b\xf7\x59\xdc\x8f\xdf\xbb\x9f\xf0\xe0\ \xdd\x59\x5f\x82\x2c\x0f\x8a\x5d\x86\xb9\x0f\xcf\xca\xdc\x11\x3c\ \x79\x1f\x33\x6c\x98\x03\x37\xf7\x7d\xee\xdf\xf1\xc7\x64\x9d\xf0\ \xe9\x9e\x6e\x73\xb2\x05\x1d\x47\x27\xa4\xbd\x52\x1d\xd8\x5a\xf4\ \xc1\x59\x24\xfe\xdb\xda\xda\x0a\x7d\x27\x1b\xc6\xd8\xbc\xac\xc1\ \x5b\x01\x31\x6f\x5e\xf3\xc9\x18\x58\x6f\xf4\xc9\x03\xc2\x24\xd3\ \x94\x0c\x10\x01\xfc\x0e\xa2\x9d\x31\xf4\x40\x93\xf1\xb9\x0f\x75\ \x0c\xd3\x54\x32\xd3\xd3\xd3\xf3\x27\x08\x91\x47\xb7\x2e\x10\x9e\ \x46\xf2\x05\xc3\x00\x38\x5a\x65\x40\x3b\x3b\x3b\x51\x48\xe9\xec\ \x8a\x4f\x04\x0f\xe6\xce\x80\x31\x38\xab\x26\xed\x6d\xf9\xf5\x49\ \xa5\xde\x8a\x07\x06\x88\x50\x07\xe3\x2c\x84\x03\x2b\x9f\x10\x17\ \x44\x7e\x27\x49\xc5\x62\x51\xd2\x6e\x9d\x11\xbd\x87\x1c\x99\x4a\ \x8a\xed\xd1\x1e\x59\xba\x62\xfa\x02\x26\x73\xf7\x4e\x29\x7b\x8d\ \x0b\xec\x19\x80\xce\xd3\x85\x3e\x4e\x67\xab\x9c\xfa\x74\xa5\x76\ \xe0\xe1\xf7\x76\x07\xbc\xb3\xb3\xdb\xcf\xa9\x58\x2c\xc6\x96\xff\ \xc1\xc1\xc1\x48\x35\x70\xa8\x2e\x82\xe5\xdd\xb4\x79\x26\x64\x01\ \xc7\xef\x8a\xc2\xdf\xc9\xda\x33\x22\xda\xae\xae\x2e\x5d\xbd\x7a\ \x55\x2f\xbc\xf0\x82\x56\x56\x56\xd4\xde\xde\xae\xe3\xc7\x8f\xab\ \xa7\xa7\x47\xb3\xb3\xb3\x5a\x5c\x5c\x0c\xd9\x40\x79\x92\xb5\x71\ \x6e\x54\x9c\x99\xaa\xd5\x6a\xe1\x20\xa1\x8e\x3d\xbd\x8a\x7c\x39\ \xe0\xf4\xd4\xb6\x83\xfd\x64\xc4\xe9\x4a\x8b\xf1\x79\xf5\xd5\x57\ \xf5\xf4\xd3\x4f\x6b\x7b\x7b\x3b\x18\xb7\xf1\xf1\x71\x3d\xf5\xd4\ \x53\xda\xd8\xd8\xd0\xdb\x6f\xbf\x1d\x80\x64\x63\x63\x43\x77\xef\ \xde\x55\x2e\x97\xd3\x2f\xfd\xd2\x2f\x69\x6d\x6d\x2d\x0e\x54\xf5\ \xc0\x21\x95\xda\xeb\x3b\xc3\xf3\xb3\x8b\x95\xf1\x3a\xc3\xc6\x7b\ \x7e\x24\x04\xe3\xf4\x34\x85\x03\xc6\xf6\xf6\x76\x3d\xff\xfc\xf3\ \x3a\x7c\xf8\x70\xd4\xec\xd0\xdd\xbd\xd1\x68\x44\x44\xe7\x3b\xe4\ \xb8\x1f\xe3\xf5\xeb\xf2\x39\xc0\xa0\x50\x28\xe8\xca\x95\x2b\xba\ \x79\xf3\xa6\x46\x47\x47\x75\xe4\xc8\x11\xb5\xb5\xb5\xc5\x8e\xc1\ \x42\xa1\xa0\xdb\xb7\x6f\xab\x54\x2a\x45\xb3\xd4\x6c\x76\xb7\xfd\ \x80\x24\xcd\xcd\xcd\x69\x69\x69\x49\xa3\xa3\xa3\xca\xe5\x72\x4d\ \xeb\x92\x5c\x8f\xe4\xdf\x0e\xa4\x9c\x11\x70\xdb\xd3\xea\x7d\x3e\ \x6b\x6b\x6b\xd3\xa1\x43\x87\x34\x36\x36\xa6\x6b\xd7\xae\xa9\x56\ \xab\xe9\xfa\xf5\xeb\x5a\x5c\x5c\x8c\xfb\x78\xb0\xe1\x81\xa2\x9f\ \x83\xe9\xe9\x2a\xd6\x88\xb5\x73\xe7\xe9\x6d\x06\xb2\xd9\xac\x06\ \x06\x06\x9a\x52\x33\x6c\xa8\x49\xee\xb8\xe6\xba\x87\x0e\x1d\xd2\ \x23\x8f\x3c\xa2\xb7\xdf\x7e\x5b\xbf\xf5\x5b\xbf\xa5\x46\xa3\xa1\ \x97\x5e\x7a\x49\xb3\xb3\xb3\x4a\xa7\xd3\x3a\x75\xea\x54\x6c\xd8\ \xa1\x2e\x06\xf9\xc9\xe7\xf3\x1a\x1e\x1e\x8e\xba\x2f\x58\xe6\x99\ \x99\x99\xb0\x19\xb0\x51\x3b\x3b\x3b\xfa\xc8\x47\x3e\x12\xe7\xbb\ \xbe\xf1\xc6\x1b\xf1\x4c\xec\x9a\x85\xc1\xe2\x6c\xd0\xe3\xc7\x8f\ \xc7\x46\x1d\x7c\x00\xfd\x91\x90\xe7\x81\x81\x01\xbd\xf7\xbd\xef\ \x8d\xe7\x5d\x5c\x5c\x54\xb5\x5a\xd5\xd0\xd0\x90\x86\x86\x86\x82\ \xbd\xdb\xde\xde\x56\xb1\x58\xd4\xb1\x63\xc7\x54\x2a\x95\x9a\x58\ \xa6\x24\x00\x75\xdb\x28\x29\xfc\x86\x67\x21\xb0\xa3\xce\x8a\x24\ \x03\xd1\xa4\xde\xb7\x0a\x24\x91\x5d\xb7\x1b\x6e\x97\x9d\x51\xf6\ \x20\x8d\xf5\x66\x4c\xf8\x54\x07\x64\xc9\x80\xd7\x53\xfe\x7c\x97\ \xf9\x25\x8d\xee\x64\x82\x13\x02\xac\xb9\xdf\x33\x19\x84\x73\x6f\ \x7c\x2f\x7e\xcd\x19\x59\x69\x6f\x53\x93\x07\x14\xd8\x16\xfe\x4f\ \x6a\x1d\x79\xe5\xf9\xf1\xdf\x6e\xd3\x3c\x05\xd8\xd6\xd6\xa6\x4a\ \xa5\xa2\xb9\xb9\xb9\x26\xa0\x8c\x9f\x71\x5f\x06\x40\x02\xab\x30\ \x1e\x9e\xd7\xd9\x34\x27\x0a\x18\x47\x32\xa5\x8c\x4c\x79\xda\x15\ \x99\x4a\xae\x19\xf3\xe5\xc0\xad\x56\xab\x29\xd3\xd9\xd9\xf9\x27\ \x4c\x82\x03\x0f\x67\x22\xf8\xdc\x8d\x2a\x29\x99\x24\xc0\x72\xe0\ \x94\x5c\xd4\xa4\x31\x63\x82\xdc\xa8\x25\x85\x98\x81\x92\x9f\xf5\ \xc8\xc0\xb7\xb2\x33\x31\xb0\x12\x18\x78\xcf\xad\xfa\x24\x11\x6d\ \x79\x74\xb1\xbd\xbd\x1d\x75\x3e\xd4\x61\x39\x32\x6d\x6f\x6f\x57\ \xb1\x58\x8c\xf6\xff\x5e\x50\xc9\xbd\xa8\xcb\xf1\x36\x05\x8c\x0f\ \x24\x8e\x21\xc2\x31\x23\x64\xd0\xa0\x0e\x34\x7d\xfe\x9d\xb9\x72\ \x16\x8d\x28\x17\xb0\x91\x34\xfa\xc9\x34\x9d\x23\xf4\x7a\xbd\x1e\ \xbb\xb2\x7c\x37\xa2\xb3\x51\x80\x48\x0c\x21\x63\xe2\xfe\x2e\xf8\ \xac\x9d\x2b\x57\x77\x77\x77\xa4\xb9\x88\x7c\x90\x8b\xb9\xb9\x39\ \x4d\x4f\x4f\x47\x73\x3c\x94\xd3\x1b\xa3\x56\xab\x55\xf5\xf6\xf6\ \xc6\x5a\xbb\xd1\xf3\xd4\x25\xf3\x06\x63\xc3\x4e\xaf\xb6\xb6\x36\ \x8d\x8e\x8e\x2a\x9d\x4e\x47\x0d\x17\x72\xc2\x7c\x78\xd4\xe1\x72\ \xe2\x73\xe5\x8e\xd0\x8d\xae\xa7\xdc\x6e\xdc\xb8\x11\x7d\xae\x16\ \x16\x16\x34\x3f\x3f\xaf\x62\xb1\xa8\xa7\x9f\x7e\x5a\x3b\x3b\x3b\ \xba\x75\xeb\x56\x44\x63\x6d\x6d\x6d\x9a\x9a\x9a\xd2\xd1\xa3\x47\ \xd5\xdf\xdf\xaf\x99\x99\x19\x8d\x8c\x8c\x04\xe3\x53\xaf\xd7\xa3\ \x51\xae\xa7\x01\x01\x5f\x80\x45\xef\x61\xe7\xe0\x3a\xc9\x8c\x78\ \x00\xe5\xe9\x94\x54\x2a\xa5\xff\xfe\xef\xff\xd6\xd1\xa3\x47\xb5\ \x6f\xdf\xbe\x58\xe7\x6a\xb5\x1a\x3a\x40\x5f\x3b\x0c\x57\x92\xa5\ \xe1\x3e\x5e\x2f\x44\x5d\x45\xb9\x5c\xd6\xff\xfc\xcf\xff\xa8\x54\ \x2a\xe9\xe4\xc9\x93\x6a\x6f\x6f\xd7\xbf\xfd\xdb\xbf\xe9\xd6\xad\ \x5b\x2a\x14\x0a\x51\x63\x79\xe4\xc8\x91\xa6\x9d\xb8\xeb\xeb\xeb\ \x5a\x5a\x5a\x8a\x1d\xbf\xa5\x52\xe9\x1d\x8c\x41\xd2\xc1\xb9\x83\ \xe0\xff\xcc\x11\xac\xdc\xc6\xc6\x86\xd6\xd7\xd7\x43\xd7\xab\xd5\ \x6a\x1c\x18\xce\x0e\x61\x52\x80\x80\x7c\x58\x85\xab\x57\xaf\x46\ \xfb\x04\xda\xc4\xa0\x23\x0e\xae\x30\xe8\x1e\xf1\xba\xb3\xf7\x00\ \x35\x19\xf4\x79\x4a\xe2\xe4\xc9\x93\x1a\x19\x19\x51\x26\x93\xd1\ \xc1\x83\x07\xf5\xa1\x0f\x7d\x48\x27\x4e\x9c\xd0\x9d\x3b\x77\x54\ \xab\xd5\x74\xea\xd4\x29\x3d\xfe\xf8\xe3\xba\x78\xf1\xa2\x52\xa9\ \x94\xee\xbb\xef\x3e\xbd\xfd\xf6\xdb\xfa\xec\x67\x3f\xab\xd1\xd1\ \x51\x75\x76\x76\xea\xee\xdd\xbb\xba\x72\xe5\x4a\x34\xa3\x3c\x72\ \xe4\x88\x6e\xdd\xba\x15\xe7\xb5\x11\xb4\xd1\x30\x99\xa0\xaa\xbd\ \x7d\xb7\x6b\xfb\xfc\xfc\x7c\xec\x92\x06\x6c\xf7\xf5\xf5\xe9\xc9\ \x27\x9f\x54\x67\x67\xa7\x36\x37\x37\xf5\xec\xb3\xcf\x86\x4e\x1d\ \x38\x70\x40\x99\x4c\x46\xd7\xae\x5d\x6b\x0a\x76\xd7\xd6\xd6\x74\ \xf2\xe4\xc9\xb0\x07\x95\x4a\x45\xb9\x5c\x2e\x9c\x6b\x2e\x97\xd3\ \xc1\x83\x07\x55\x28\x14\xe2\xb3\x4a\xa5\x12\xf6\xb1\xa3\xa3\x43\ \xfb\xf7\xef\xd7\xc0\xc0\x80\x2a\x95\x8a\x4a\xa5\x92\xc6\xc7\xc7\ \xc3\xd6\xfa\xbc\xb1\xa9\x28\x19\x5c\xc2\xd2\x63\x67\x70\x92\xc8\ \x0a\xfe\xc0\x03\x38\x77\x9a\x00\x33\xb7\x11\x0e\xc8\xf8\xad\xfb\ \xb9\x64\xa0\xed\xec\x2e\xf7\x01\x5c\x63\x87\x78\x1f\xa2\xc1\xfd\ \x8b\xcb\x10\x75\x46\xf8\x0a\xec\x23\xb6\x8c\xf7\xb1\xb9\x80\x1c\ \xc6\x02\x88\xe0\xff\xd8\x5d\x40\x34\xd7\xa1\x8e\xd0\x7d\x4e\x2a\ \x95\x8a\xb5\x24\x3b\xe0\x00\x9a\x4d\x61\x10\x06\xdc\x07\xfb\xe4\ \x73\xef\xbb\xb4\xb1\x57\xbe\x19\x60\x65\x65\x25\x74\xd0\xd9\x78\ \xc6\xd1\xd3\xd3\x13\xb2\xe6\x3e\xc2\xf5\xcb\xef\xe1\xd8\x82\xec\ \x8a\x83\x43\x64\x0e\x19\x71\x22\xc8\x4b\x75\x00\xd4\xc9\x40\x29\ \x18\x51\x47\x62\x2e\x1c\x2c\x52\xb2\x80\x59\x52\x18\x5d\x4f\xb7\ \x30\x10\x68\x34\xcf\x79\xe2\x08\xb9\x0f\x02\xe6\x02\x8a\x92\x33\ \x39\x0e\x40\x18\x97\x1f\x44\x0d\xc0\xa9\xd7\xeb\xd1\xaf\x8b\x89\ \x71\x5a\x9d\x31\x31\x29\x8c\xc9\x99\x2d\x9c\xac\xef\xe0\x42\xa0\ \x7a\x7b\x7b\x83\x4a\x26\x1f\x0c\xb8\x44\x01\x11\x4a\x4f\x15\xb2\ \x00\xfc\x16\x30\x87\x62\x30\x06\x47\xc7\xd0\xa4\xbe\xa8\x44\x0f\ \xac\x85\x1b\x71\x04\x02\x20\x95\x8c\xb8\x3c\x97\xec\x47\x8a\xb0\ \x26\x9e\xaa\x40\xd0\x6a\xb5\x5a\x18\x5d\x6a\x64\xa0\x7b\x7d\xad\ \x50\x2a\x9c\x17\xf2\xe1\xdf\x41\xd8\x6a\xb5\xdd\x6d\xed\x08\x34\ \x60\x10\xc3\x41\xed\x01\xcf\x78\xf9\xf2\xe5\x28\xda\x76\xe3\xd0\ \xdd\xdd\xad\x72\xb9\xac\x8d\x8d\x8d\x50\x76\xe6\xc2\x23\x52\xa2\ \xfc\xcd\xcd\x4d\xcd\xcc\xcc\x68\x71\x71\x51\xfd\xfd\xfd\x1a\x1a\ \x1a\x52\x7f\x7f\x7f\xa4\x7a\x78\x66\x07\x9f\xae\x78\x3e\x57\xfc\ \xdb\x0d\x73\x2b\x76\xe8\xfa\xf5\xeb\xaa\xd7\x77\x7b\xfb\x00\xea\ \x16\x17\x17\xb5\xbe\xbe\xae\x4f\x7c\xe2\x13\xc1\x5c\x5d\xbf\x7e\ \x5d\xe9\x74\x5a\xc3\xc3\xc3\x3a\x73\xe6\x8c\x1e\x7b\xec\x31\x5d\ \xbd\x7a\x55\xc7\x8f\x1f\x0f\xf9\xda\xda\xda\xd2\xda\xda\x5a\x44\ \x66\xcc\x37\x5b\xd5\x9d\x19\xf1\xe8\xd6\xa3\x53\xc6\x0c\x48\xf6\ \xe7\xe0\xdf\xdd\xdd\xdd\x3a\x74\xe8\x90\x5e\x7a\xe9\x25\xbd\xff\ \xfd\xef\x57\xa1\x50\x08\xd6\xcc\xaf\x47\x11\x33\x06\x91\xf1\x30\ \x8f\x5c\xd7\x9d\xc0\xe6\xe6\xa6\xce\x9c\x39\xa3\x83\x07\x0f\xea\ \xc1\x07\x1f\x54\x36\x9b\xd5\x3f\xfc\xc3\x3f\x68\x6e\x6e\x4e\xfd\ \xfd\xfd\x5a\x58\x58\x50\x3e\x9f\xd7\x13\x4f\x3c\x11\x35\x3c\xe9\ \x74\x3a\xea\x9a\xfa\xfb\xfb\xd5\xdb\xdb\x1b\x75\x3a\x38\x13\x07\ \x34\xc8\x00\x2c\x25\x25\x04\x00\x5d\xe6\xc8\x6b\x47\x91\x43\xf4\ \xd5\x77\x04\x22\xcb\x7c\xa7\x5c\x2e\x6b\x6c\x6c\x4c\x77\xee\xdc\ \xd1\xf6\xf6\x76\x74\x3c\x67\xa7\xa0\x33\x11\x4d\xc6\xd5\x6c\x20\ \xb2\x8a\x83\xf3\x54\xad\x07\x52\xac\x2b\x2c\xea\xaf\xfd\xda\xaf\ \xe9\xcd\x37\xdf\xd4\x81\x03\x07\xf4\x9b\xbf\xf9\x9b\xaa\x54\x2a\ \x7a\xf5\xd5\x57\x95\x4a\xa5\x74\xe8\xd0\x21\x7d\xe6\x33\x9f\x51\ \x67\x67\x67\xa4\xc9\xbe\xfb\xdd\xef\x6a\x73\x73\x53\xc7\x8e\x1d\ \xd3\xfa\xfa\xba\xfa\xfb\xfb\xf5\xab\xbf\xfa\xab\x7a\xe6\x99\x67\ \xb4\xb9\xb9\xa9\xcb\x97\x2f\xeb\xd4\xa9\x53\x1a\x1b\x1b\xd3\xdc\ \xdc\x9c\x32\x99\x4c\x9c\xe7\xc7\xe9\x19\xc8\x06\x35\x66\x0e\x50\ \xa4\xdd\x7a\x49\x40\x4e\xb1\x58\xd4\xf3\xcf\x3f\x1f\xbf\x5f\x5e\ \x5e\x8e\x6b\x70\x28\x31\x8c\xd9\xec\xec\xac\x16\x16\x16\xe2\x08\ \xac\xfe\xfe\xfe\xd8\xc0\x31\x38\x38\xa8\xfd\xfb\xf7\xc7\x8e\xd2\ \x07\x1f\x7c\x30\x7a\xe0\x21\xff\xbc\xba\xba\xba\x94\xcf\xe7\xc3\ \x67\x24\x6d\x00\xe0\xca\xf5\x86\x7f\x7b\x50\xcf\xcb\x41\x94\x3b\ \x68\x5f\x13\x9e\x29\x99\x99\xe0\xe5\x0c\x38\xdf\xf5\xf5\x47\x67\ \xfc\x6f\xc6\xed\xac\x88\x3b\x7f\x49\x11\x78\x7a\xe9\x03\x32\x82\ \xed\x47\x17\xb9\x5e\x36\x9b\x8d\xdd\xf8\x9e\xe9\xe0\x59\x5d\x46\ \xfd\xb3\x4c\x26\x13\xc1\x1f\xf2\x2a\xed\x1d\x19\xe4\xa5\x2b\xde\ \xa6\x09\xf0\x0c\xf8\x92\x14\xc7\xcc\x71\x0f\xda\x26\xc0\x8e\x82\ \x1f\x08\x1a\x19\x07\x6b\x91\x1c\x27\x6b\xea\xf6\x25\x9d\x4e\x47\ \x0b\x24\x0f\xe8\xb1\x9f\x0e\x88\x01\x60\xac\x33\xfe\x0c\xfb\xd0\ \xca\xb7\x7a\xa0\x9a\x0c\x2a\xdd\xe6\x3b\x29\xe2\x6c\xa8\xf4\x7f\ \x6d\x1a\xf8\xc0\x41\x8f\xff\x98\x2f\xa3\x2c\x4e\x2b\x43\xfd\xb1\ \x10\xbe\x6b\xd0\x59\x2d\x77\x80\x4c\x3c\x93\xe2\xf7\x42\x68\xfc\ \x41\xbd\x38\x11\x25\xc9\x66\xb3\x4d\xbb\xc9\x00\x63\x8e\xe4\x19\ \xb3\xb3\x69\x4c\x22\x51\x0c\x63\x60\x8c\xd9\x6c\x36\x50\xf9\xc6\ \xc6\x46\xf4\x20\xea\xed\xed\x55\xb9\x5c\x0e\xc3\x8e\x02\xd2\x79\ \xd8\x6b\x90\xbc\x20\xd9\xa3\x04\x0c\xb6\xb3\x66\xce\x0c\xfa\x0e\ \x22\x17\x1a\x14\x0a\x45\x63\x1d\x10\x7a\xd6\x01\x80\xe7\xe9\x3a\ \x40\x1e\x40\xd3\x3b\x43\xc3\x4a\x2c\x2f\x2f\x37\x45\x6d\xcc\xab\ \x1f\x01\xe2\x4a\xe7\x8e\xc8\x95\xc8\xc7\xea\x8e\x9f\x5e\x4d\x28\ \x00\xf5\x73\xc8\x80\x47\x0e\xcc\xc3\xc2\xc2\x82\x6a\xb5\xdd\x9d\ \x73\xa9\xd4\x5e\x03\x47\x57\x4a\x9e\x45\x52\x38\x5f\x49\xe1\x60\ \xd9\xb4\xc0\x39\x76\x44\x41\x49\x03\xc5\x78\xbd\xde\x00\xf9\x43\ \x3f\x3c\x8a\x41\x1f\xdc\xc8\xba\xb1\x64\xbc\xb0\x06\xf5\x7a\x5d\ \xa7\x4e\x9d\xd2\xec\xec\xac\x0e\x1f\x3e\xac\x93\x27\x4f\xea\x07\ \x3f\xf8\x81\xfa\xfa\xfa\xb4\xbc\xbc\xac\x72\xb9\xac\x1f\xfd\xe8\ \x47\xba\x7d\xfb\xb6\x8e\x1d\x3b\xa6\x07\x1f\x7c\x30\xe4\x79\x7a\ \x7a\x5a\x43\x43\x43\x51\x60\xec\xf2\x8a\x33\xc0\x70\xfb\x5c\x7a\ \xca\x0a\x63\x86\x11\x20\x7d\xc8\xf7\x6b\xb5\x9a\xde\xfb\xde\xf7\ \xea\x2b\x5f\xf9\x4a\xc8\xa8\x5f\x07\x67\xef\xf3\x86\x91\x65\x0c\ \x6e\x47\x30\x56\xd4\xa6\xc1\xc2\xb4\xb5\xb5\xe9\xfb\xdf\xff\xbe\ \x8a\xc5\xa2\x8e\x1e\x3d\x1a\x81\xd0\xa1\x43\x87\x9a\x40\x95\xb7\ \xff\x98\x9c\x9c\x0c\x03\xe8\x8e\x8f\x5a\x4e\x4f\x13\x20\xd3\x18\ \x6c\x6f\x94\xcc\x8e\x4d\xc6\x99\x7c\x06\x52\x6e\x44\xcd\xc8\x55\ \x2e\x97\x0b\xa6\xfc\xca\x95\x2b\x51\x4f\xd4\xd6\xd6\x16\x00\xc1\ \xeb\x23\x9d\x09\xf5\xc0\xc7\x1d\x3d\x36\x01\x99\xc3\x41\x62\xbf\ \xf6\xed\xdb\xa7\x46\xa3\xa1\xd1\xd1\x51\xed\xdb\xb7\x4f\x5f\xff\ \xfa\xd7\x35\x31\x31\xa1\x42\xa1\xa0\xc9\xc9\xc9\x26\x67\xc3\x1a\ \x1d\x3d\x7a\x54\x3d\x3d\x3d\x3a\xf8\x7f\xc5\xdf\x8d\x46\x43\x53\ \x53\x53\xba\x79\xf3\x66\x1c\xde\xcc\x1c\x57\x2a\x15\x8d\x8d\x8d\ \xe9\xfc\xf9\xf3\x4a\xa5\x52\x5a\x59\x59\x89\xde\x6c\xcc\x3f\xcc\ \x12\xf6\x2a\x9b\xcd\x6a\x68\x68\x48\x1d\x1d\x1d\x7a\xe4\x91\x47\ \xf4\xd8\x63\x8f\xa9\x5a\xad\xea\x8b\x5f\xfc\xa2\x5e\x7c\xf1\x45\ \x0d\x0e\x0e\x06\xc3\x45\x76\x20\x9f\xcf\x87\x6d\xa4\xde\x86\xbe\ \x83\xf8\x8a\xf7\xbd\xef\x7d\x5a\x5f\x5f\x8f\x66\xb2\x23\x23\x23\ \xb1\x21\xc2\x6d\xa2\xa7\xf3\x1b\x8d\x46\x1c\xe1\xe2\xfa\x88\x1c\ \x00\x5e\xd0\x65\x5f\x5b\xb7\xc1\xee\x1b\x24\xbd\xc3\xd1\xe3\x80\ \xd1\x6b\xec\x38\xeb\xe7\x01\x3b\xe3\x82\xe1\xe7\x3a\x6e\x4f\x3c\ \x80\xf3\xac\x8b\xff\x9e\xfb\xb6\x02\xec\xf8\xba\x24\x83\xef\x2c\ \x9d\x13\x19\x5c\x03\x26\x1f\xc0\x9b\x64\xde\x9c\x2c\xa8\xd7\xeb\ \xb1\xd1\x0b\x1f\x0e\x00\x44\x5e\x01\x2e\x64\x6b\xd8\xa0\x83\x7d\ \x22\x48\x07\xbc\x3b\xf1\xe2\xb6\xde\x4f\x9f\x70\xc6\x8f\x75\x41\ \x66\x59\x33\xde\xa3\x4c\xc0\x33\x34\x94\x9e\xf8\xda\x25\xd9\x7b\ \xd6\x11\xa0\xe8\x3d\x34\xf1\x51\xee\xeb\x5c\x16\xf8\x9e\xaf\x2f\ \x63\xe8\xea\xea\x6a\x92\x3f\x5f\xff\x2c\x06\xd2\xb7\xe3\xb3\xc0\ \x2c\x12\x46\x29\x95\xda\xdb\xfd\x82\x90\xfa\x4e\x41\x84\x86\x6b\ \x25\xd9\x00\x04\xd6\x9d\x57\x2a\xb5\x5b\x63\xe2\xa8\xd0\xd1\x24\ \xc6\x4f\x52\x00\x05\xdf\x31\xc5\xa4\x39\x75\x8b\x91\xf3\x74\x9d\ \x8f\x27\x99\x47\x75\x30\x00\xfb\x01\x85\x3d\x3f\x3f\xaf\xa1\xa1\ \xa1\x50\x50\x8c\x2e\x85\xad\xcc\x0b\xcf\xe2\x7d\xa1\x78\x16\x07\ \x60\x92\x9a\x8a\x08\x01\x48\x9e\xe6\x63\xb1\x00\x7c\x5c\xab\xad\ \xad\x2d\x8a\xbd\x01\x03\xee\x2c\x93\x79\x75\x67\x8b\xd8\xf5\xe7\ \x94\x33\xe9\x49\xdf\x49\xc1\xef\xb8\xb7\x03\x17\x07\xc1\xbc\x5c\ \x39\xf8\x3d\xd7\x40\xd1\x11\x74\x1c\x35\x69\x05\x9e\xc3\x15\x1c\ \x19\xc2\x51\x3a\x30\xa3\xd1\x2b\x32\xe4\xf3\x85\x31\xf3\x7f\xd7\ \x6a\xb5\xe8\xb6\x4d\x54\xc7\x7d\xdd\x68\x39\xfb\xe2\x0a\xc9\x3d\ \x9c\x09\xf2\x08\x16\xd9\x66\xad\x30\x18\xe8\x4f\xbd\x5e\xd7\x9d\ \x3b\x77\x74\xeb\xd6\x2d\x5d\xbd\x7a\x55\x8f\x3c\xf2\x48\xa4\xfa\ \x38\x4c\xfc\xd0\xa1\x43\xb1\xc1\xa2\x5c\x2e\x6b\x6e\x6e\x2e\xb6\ \xc3\x63\xc8\x58\x73\xd8\x5c\x8a\xfb\x71\x7c\x44\x66\xfe\xec\xf5\ \x7a\x3d\x8a\x8c\x7d\x0e\x31\x42\x8c\x1b\x43\xba\xbc\xbc\xac\xc1\ \xc1\x41\x5d\xbd\x7a\x55\xa7\x4e\x9d\x8a\x1d\x9d\x3b\x3b\x3b\xd1\ \x41\xde\x8b\x67\x9b\x8c\x48\x76\xaf\xa7\x0f\xba\xde\xd6\xb6\xdb\ \x81\x19\x30\x70\xed\xda\x35\x2d\x2e\x2e\x6a\x68\x68\x28\x40\x00\ \xf7\xde\xdc\xdc\xd4\xe4\xe4\x64\x1c\x8f\xc3\xf3\xb8\xac\x27\x59\ \x60\x07\x42\xc8\x73\x3a\x9d\x8e\x1e\x69\x6c\xd6\x60\xbd\xa8\xf5\ \x01\x48\x00\xd6\xdd\x0e\x61\x67\x48\x45\x20\x83\x85\x42\x41\x6f\ \xbd\xf5\x96\x16\x16\x16\x54\xaf\xd7\x83\xdd\x6b\x6b\x6b\x53\x3e\ \x9f\xd7\xf4\xf4\x74\x93\x6d\xf3\x8d\x3f\xbe\xa9\xc5\x6b\xd5\x90\ \x3b\xb7\x43\xa4\x7c\x7e\xe3\x37\x7e\x43\xb3\xb3\xb3\x92\x76\x03\ \x87\xc9\xc9\x49\x3d\xf5\xd4\x53\x4d\x9d\xe3\x53\xa9\xbd\x16\x33\ \x1e\x58\x64\x32\x99\x38\x9c\xfe\x6b\x5f\xfb\x9a\x4a\xa5\x52\x6c\ \x24\x59\x58\x58\xd0\xd6\xd6\x96\xae\x5d\xbb\xa6\x27\x9f\x7c\x32\ \x4e\x94\x20\x25\x8b\x2d\x66\x63\x01\x63\x42\x16\x4f\x9f\x3e\xad\ \x0f\x7f\xf8\xc3\x3a\x72\xe4\x88\xde\x7e\xfb\x6d\x7d\xeb\x5b\xdf\ \xd2\xda\xda\x5a\x34\x7c\xde\xdc\xdc\x0c\xe0\x44\x0d\x1d\xcc\x60\ \xa1\x50\x50\x67\x67\x67\xa4\x28\x7b\x7a\x7a\xf4\xf0\xc3\x0f\x6b\ \x7a\x7a\x5a\xb7\x6f\xdf\xd6\xb3\xcf\x3e\xab\xcf\x7c\xe6\x33\xb1\ \x7b\x91\xe6\xa7\x1e\x2c\xbb\xdd\xe1\x85\xdd\x76\xa0\x8d\x7c\x7a\ \x5a\x90\x40\xc4\xd3\x6c\x1e\xb8\xbb\x03\x76\x90\x86\x9c\xf9\x7d\ \x3c\xa3\x90\x04\x2b\xe8\x19\xeb\xeb\x7a\xe9\x2c\x19\xbf\xe3\xfb\ \x7c\x8f\x6b\x39\x79\xe1\x76\xc8\xd3\x74\xee\xcf\x18\xaf\x33\x4f\ \xa4\xdb\x7b\x7a\x7a\x62\x23\x84\xb3\x74\x5c\x97\x52\x00\xee\x8d\ \x1f\x74\x96\x9f\xdd\x96\xb0\x86\x9d\x9d\x9d\x51\x33\xea\xf6\x3f\ \x09\x50\x1d\x04\x7b\x50\x40\x5a\x0e\x36\x1e\xdd\xe3\xfb\x80\x58\ \xf7\xf1\x3c\x1f\x73\xc9\xcb\x59\x3a\x27\x62\x1c\xc4\x62\x8f\xa9\ \xc3\x4d\xa5\x52\xa1\xdf\x0e\x92\x3d\xf0\xc7\x4e\xb2\xfe\x8e\x31\ \x98\x2b\xef\xdb\xe5\xe4\x43\xe8\x34\x28\x98\x41\x79\xa1\x2a\x8b\ \xc7\x7b\xe4\xaf\x3d\xe2\x4b\x46\x16\x8e\x34\x71\xe2\x0c\x06\xe7\ \xc8\x03\x27\x1d\x36\x46\x9c\x45\xf7\x68\x6f\x7b\x7b\xbb\xa9\x08\ \x18\xc3\x4c\x54\xe2\xc6\x18\xa5\x70\x27\xea\x0b\xc0\xd6\x74\xde\ \xc7\xb0\x81\xc2\x31\xbc\x30\x3d\x9c\xbd\xc5\xbd\x18\xab\x03\x11\ \xee\x49\xa4\xed\x8a\xc9\x7d\x98\x97\x4c\x26\x13\xfd\x72\x98\x4b\ \xbf\x1e\xf9\x60\xea\x60\x70\xa6\x6e\x54\x78\x36\xd2\x99\x28\x03\ \x0e\xd9\x05\x8d\xf5\x05\xec\x11\x15\x3a\x1b\x48\x2a\x92\xb5\xa6\ \x4d\x05\x4c\x98\x3b\x82\x24\xc3\xc3\x7c\x24\x01\x3a\x86\x80\x6b\ \x62\xb8\xeb\xf5\xdd\xfe\x4d\xec\xc0\xf2\x7a\x2b\x67\x15\x59\xf7\ \xfe\xfe\xfe\xa6\xd4\x8f\x3b\x31\x67\x93\x92\x4c\x18\xb2\xb8\xbd\ \xbd\xad\xf5\xf5\xf5\xd8\x0d\xc7\xf7\x1c\x18\xfb\xd8\x93\x46\xce\ \xa3\x57\x9e\x35\x19\x8d\xba\x0e\xf9\x75\xf9\xfb\xec\xd9\xb3\xba\ \x78\xf1\xa2\x8e\x1f\x3f\x1e\xbd\x84\x36\x37\x37\xd5\xd1\xd1\xa1\ \x23\x47\x8e\x68\x61\x61\x41\x43\x43\x43\x01\xea\xd1\x37\x1a\x8c\ \x4a\x7b\x29\x06\x80\x1e\x00\xc2\x23\x4f\x0c\x06\x41\x87\xcf\x0f\ \x80\x1e\x59\x46\x46\xae\x5c\xb9\xa2\x6f\x7d\xeb\x5b\xda\xbf\x7f\ \xbf\x5e\x7f\xfd\x75\x6d\x6c\x6c\xe8\xa1\x87\x1e\xd2\xe0\xe0\xa0\ \x96\x96\x96\x9a\x52\xee\x04\x55\xdc\x1f\x43\x4d\x23\xd7\xed\xed\ \xed\x68\x0a\xf9\xea\xab\xaf\xaa\xab\xab\xab\x09\x48\xe1\xd0\x01\ \xee\xc8\x06\xb5\x5a\x7e\xb0\xf8\xce\xce\x4e\x30\x98\xce\x42\x23\ \x13\x30\xad\xe8\x74\x5b\xdb\x6e\xfb\x0f\xe4\xdf\x19\x49\xa2\x54\ \x40\x37\x51\xba\xa7\x7a\xd1\x25\x6c\x1b\xe9\xe8\x81\x81\x01\xcd\ \xcc\xcc\x34\x3d\x03\xbb\x99\xf3\xf9\xbc\xfa\xfb\xfb\x35\x3b\x3b\ \xdb\x54\x20\xed\x36\xc2\xc1\xb8\x03\xd3\x64\x60\x8a\x43\x9e\x9e\ \x9e\xd6\xc7\x3e\xf6\x31\xad\xae\xae\xea\xe5\x97\x5f\xd6\x83\x0f\ \x3e\xa8\x0b\x17\x2e\xe8\xfe\xfb\xef\xd7\xa1\x43\x87\xf4\x2f\xff\ \xf2\x2f\xaa\x56\xab\x1a\x18\x18\x50\xb5\x5a\xd5\xc5\x8b\x17\x55\ \xad\xee\x36\xef\x1d\x1f\x1f\x57\xa1\x50\x50\xa9\x54\x52\x5f\x5f\ \x9f\x8e\x1d\x3b\x16\x5d\xcf\x2f\x5d\xba\x24\x49\x9a\x9c\x9c\xd4\ \x47\x3f\xfa\x51\x0d\x0d\x0d\xc5\x4e\x3c\x1c\xe9\xc0\xc0\x80\x32\ \x99\x8c\x86\x86\x86\x34\x39\x39\xa9\x03\x07\x0e\x68\x60\x60\x40\ \xdb\xdb\xdb\x3a\x72\xe4\x48\x8c\xe5\x7f\xff\xf7\x7f\x03\xec\x7b\ \x1b\x89\xbe\xbe\xbe\x68\xdc\x59\x2a\x95\x74\xe7\xce\x1d\xad\xae\ \xae\xaa\x54\x2a\xe9\xc4\x89\x13\xba\x78\xf1\xa2\xd6\xd6\xd6\x34\ \x31\x31\xa1\x23\x47\x8e\xa8\x5e\xaf\x07\x0b\x88\xc3\x73\x06\x34\ \x09\xe6\x1d\xd0\x24\xd3\x78\x5e\x6e\xe1\x29\x1b\x7c\x11\x7f\xe3\ \x23\x1c\xe8\x78\x50\xc5\x7d\xf0\x35\xbc\x3c\x08\xe4\xfb\xd8\x0e\ \x74\xd1\x03\x32\x74\xc4\x41\x1f\x76\xb3\x95\x4c\x78\x40\x80\x1d\ \x42\x77\xa8\xb5\xf2\xe7\x63\xcd\x3c\x50\xa4\x37\x21\xf7\xf1\x9a\ \x2b\xbf\x1f\x63\x86\x51\x4c\x32\x7b\xf8\x0b\xe6\x11\x5f\xe0\x41\ \x7c\x36\xbb\xdb\x31\xbd\x55\x49\x90\x83\x14\x5f\x2b\xbf\xb6\xe3\ \x00\x64\x08\x60\xe7\xf3\xe7\xbe\xcb\x37\xef\xf0\x5c\xce\x1a\x3b\ \xd8\xf6\xb5\x5f\x5b\x5b\x8b\xb2\x11\x08\x1a\x80\x25\xbf\x85\xa1\ \xe2\x9a\x4e\x46\x38\x18\x77\xff\x09\xe0\x74\x16\x91\x67\xce\x66\ \xb3\xca\xd2\x5f\x06\x83\xce\x64\x48\x8a\x48\xd2\x7f\x40\x6a\xc6\ \xc1\x12\x86\xc1\xd3\x73\x18\x35\x17\x1e\x49\x61\xd4\x9c\x15\xe0\ \x6f\x8f\x04\xfc\xc8\x91\xce\xce\xce\x77\x80\x15\x4f\x81\xb8\x63\ \xc5\x00\x82\xfe\xdd\x08\xf3\x1d\x8a\x6f\x49\xb1\xf5\xf5\xf5\x29\ \x97\xcb\x05\xfd\x5f\xaf\xef\xee\xa8\xc1\xd8\x7b\x7a\x04\x26\xcb\ \xeb\x4f\x30\x2e\x38\x71\xe6\x12\x61\xf4\x08\xd3\xeb\x8f\xf8\x3d\ \x8a\x0c\xaa\x2e\x97\xcb\x4d\xec\x20\x0e\x89\xb1\x21\x1c\xbe\xa0\ \x18\x18\x37\x4a\x3e\xff\x18\x14\xe6\x0c\xe1\x87\x3d\x4c\x46\x18\ \x38\x19\xc6\xea\xc0\xd2\x6b\x09\x3c\xea\xf2\x39\x42\x51\x79\xaf\ \xbb\xbb\x5b\xdd\xdd\xdd\x91\x8b\xc7\xf9\x39\x70\x41\xa9\xf8\x9d\ \xb4\x47\xcb\x52\xe4\xee\x8c\x66\x92\xad\x72\xe3\xcb\xbc\xc3\xb6\ \xf2\x2c\x6b\x6b\x6b\xa1\xdc\x9e\x57\x4f\x1a\x3d\x64\xda\x0d\x04\ \xf7\xe4\xbb\x49\x4a\x99\xef\xf2\xcc\xac\x31\xf3\xb5\xb5\xb5\xa5\ \x8b\x17\x2f\x86\xf2\xc2\x62\x0d\x0f\x0f\x37\xed\x90\x9b\x9b\x9b\ \x93\xb4\xbb\x93\x15\x87\x83\xd2\x7b\x4a\x13\x99\x42\x2f\x19\x1f\ \x60\xc2\xd7\x0b\x03\xe7\xc0\x94\x67\x7c\xf5\xd5\x57\x35\x33\x33\ \xa3\x81\x81\x01\x2d\x2d\x2d\x29\x9d\x4e\xeb\xeb\x5f\xff\xba\x3e\ \xf2\x91\x8f\x68\x62\x62\x22\xea\xf0\x78\x66\x77\x0a\x1e\x64\x35\ \x1a\x7b\x3b\xbf\xfe\xf9\x9f\xff\xf9\x1d\x69\x26\x8a\xaa\x7b\x7a\ \x7a\x42\xe6\x01\x7b\xe8\x24\x46\x9b\xf3\xf7\xbc\xbf\x5e\x3a\x9d\ \x0e\x5d\x05\x20\x7a\x4a\x73\x7d\x7d\x5d\xb3\xb3\xb3\xea\xeb\xeb\ \x53\xb5\x5a\x55\xa5\x52\x69\x92\x75\x02\x38\x07\x6c\x14\xaa\xc3\ \x9e\x39\x43\xb7\xba\xba\x1a\x51\xf6\xf2\xf2\x72\x44\xac\x6c\x46\ \xa1\xdd\x00\xa9\x10\x67\x0f\x9c\x25\xe5\xff\x00\x33\xd6\xd2\xf5\ \x0c\x90\x08\xf3\xf4\xdc\x73\xcf\xe9\xb3\x9f\xfd\xac\x7e\xfa\xd3\ \x9f\xaa\xbb\xbb\x3b\x0e\x7f\x3e\x71\xe2\x44\x3c\x57\x7b\x7b\xbb\ \xde\xf3\x9e\xf7\xe8\xe5\x97\x5f\xd6\xd7\xbe\xf6\x35\x0d\x0d\x0d\ \xe9\x8f\xff\xf8\x8f\xf5\xfa\xeb\xaf\xeb\xc0\x81\x03\x7a\xdf\xfb\ \xde\xa7\xa5\xa5\x25\xdd\xb8\x71\x23\x80\x70\xad\x56\xd3\xfc\xfc\ \xbc\x6e\xdc\xb8\xa1\x87\x1f\x7e\x58\x3f\xfc\xe1\x0f\x23\x68\x2e\ \x14\x0a\x2a\x14\x0a\xca\x64\x32\x1a\x1d\x1d\xd5\xc6\xc6\x86\x3e\ \xf9\xc9\x4f\x6a\x76\x76\x56\xd7\xae\x5d\xd3\xcc\xcc\x8c\xbe\xf2\ \x95\xaf\xe8\xee\xdd\xbb\xb1\x69\xa0\xbd\xbd\x3d\x7a\xd8\x51\x33\ \xc8\x06\xa1\x5c\x2e\xa7\x5c\x2e\xa7\xd1\xd1\x51\x3d\xf4\xd0\x43\ \x7a\xf4\xd1\x47\xf5\xbb\xbf\xfb\xbb\xda\xbf\x7f\xbf\x0a\x85\x82\ \x5e\x7c\xf1\x45\x4d\x4c\x4c\xe8\xa9\xa7\x9e\xd2\xd3\x4f\x3f\xad\ \xd5\xd5\xd5\xa6\x6c\x06\xfa\xe4\x59\x0d\x07\x3c\x49\x36\xc3\xd9\ \x6d\x67\x69\x98\x7b\xbf\x1e\x1b\x49\x78\x8f\x8d\x4d\x0e\x0e\x28\ \xce\x46\xf6\x1c\xdc\x20\x4f\x49\x56\xcb\x59\x2b\x0f\xc2\xdc\xa6\ \x39\xa9\xe0\x3a\xe9\x3e\x0a\x99\x4e\xda\x66\xae\xed\x72\x84\x9f\ \xf0\xd4\x9a\xcb\x1f\xfe\x1a\xdf\xc3\xe7\xdc\xd3\x01\x2b\x2c\x3f\ \xdf\xab\xd7\x77\x33\x39\xec\x06\x75\x20\x8a\x0f\x72\x1f\xe8\x3e\ \x87\x79\xc4\xaf\x12\x2c\x3a\xf9\xe0\x60\x0a\x9d\xc4\x5e\xa0\x23\ \xcc\x19\x7e\xb0\xa3\xa3\x23\x80\x18\xf5\xc2\xee\x57\xc9\x56\x30\ \x07\x1e\xb8\x63\x2b\x01\xa3\xdc\x9f\x75\xc5\xae\x60\xb3\xdd\xd7\ \x51\x44\xef\xa0\x36\x19\x84\x63\x17\xa2\xb8\xdf\x85\x8f\x09\xf6\ \xc5\xe4\x3d\x80\x06\x8e\xcb\x07\xef\x91\x83\x0b\x28\x06\x17\xc1\ \x77\x14\xcf\xc3\x78\x7a\x8f\x09\x76\xe7\xc6\x84\x66\x32\x99\x30\ \x78\x30\x3c\x18\x2c\x77\x18\x8e\x9c\xb9\x5e\x77\x77\x77\xdc\x0f\ \x81\x24\x92\x86\xd5\x70\x60\x00\xa3\xc5\x7b\xee\x40\x58\x6c\xa7\ \x65\x9d\x2d\xc2\xf8\x56\xab\xd5\x50\x5a\xaf\x69\x71\x03\xce\x35\ \x60\xb0\x1c\x2c\x31\x67\x38\x10\x84\xc8\xb7\x71\x3b\xeb\x45\x14\ \x4a\x8a\xc5\xa3\x67\x84\x88\x35\x81\x71\xe0\x3e\x5e\xdf\x42\x7a\ \x61\x79\x79\xf9\x1d\x2c\x03\xe3\x75\x25\x46\xc9\x51\x60\xfe\xed\ \x06\x26\x97\xcb\xc5\x81\xdd\xdc\x1f\xc7\x06\xf5\xec\xcc\x29\xf3\ \x5c\xab\xd5\xb4\xbc\xbc\xac\x8e\x8e\x0e\x8d\x8f\x8f\x07\x4b\x31\ \x3b\x3b\x1b\xeb\xc9\x33\x72\x0d\x37\x16\x9e\x36\x70\xc3\xc6\xe7\ \x2e\xb3\xc8\x9b\x33\x58\x49\xa3\x9d\x8c\x44\xf9\x3e\x06\xd4\x15\ \x8d\xf5\xf4\xd4\x1e\x6b\xe3\x00\xfc\xfa\xf5\xeb\x5a\x5d\x5d\xd5\ \x07\x3e\xf0\x01\x9d\x3a\x75\x4a\xb7\x6e\xdd\xd2\xc6\xc6\x46\xf4\ \x8b\x92\x14\x32\x4a\xd1\x2a\x9b\x21\x98\x4f\xea\xd2\x60\x68\xb8\ \x3e\xf7\xc7\xb0\xb0\xfe\xd4\x1b\x20\x4b\xa5\x52\x29\xc0\xfd\xd6\ \xd6\x96\x1e\x7b\xec\x31\x35\x1a\x0d\xfd\xd7\x7f\xfd\x97\x3e\xf3\ \x99\xcf\x44\x11\x34\x32\xe8\x51\x31\x8e\x9e\x54\xf3\xe2\xe2\xa2\ \xbe\xf0\x85\x2f\x04\x03\xc5\xf3\x62\x14\xd3\xe9\x74\xd4\x2e\x61\ \x44\x61\x81\xd6\xd7\xd7\xd5\xdd\xdd\xad\x8e\x8e\x0e\xad\xaf\xaf\ \x37\x35\xa2\xdd\xd9\xd9\xd1\xfa\xfa\xba\xe6\xe7\xe7\x75\xf7\xee\ \xdd\xa6\xbe\x75\x30\xde\x1d\x1d\x1d\xaa\x56\xab\x2a\x97\xcb\x4a\ \xa5\x76\xd3\x5d\x38\x49\xe6\x04\x16\x8a\x75\x61\x4e\x92\x4e\x0c\ \x16\x9b\x76\x03\xc8\x03\xc0\xc2\x83\x0e\xd6\xa4\x56\xab\x45\x24\ \xee\x69\xa1\xa4\x8e\x71\x2d\x82\x10\xe4\x03\xa6\xa2\x5e\xaf\xeb\ \xf6\xed\xdb\xfa\xd2\x97\xbe\x14\x07\xa9\x7f\xe2\x13\x9f\xd0\x85\ \x0b\x17\x34\x38\x38\xa8\x4a\xa5\xa2\xde\xde\x5e\xcd\xcf\xcf\x6b\ \x79\x79\x59\x1f\xff\xf8\xc7\xf5\x9f\xff\xf9\x9f\xea\xef\xef\x57\ \x47\x47\x87\xce\x9f\x3f\xaf\x5f\xfe\xe5\x5f\x56\xb1\x58\xd4\x77\ \xbf\xfb\x5d\x15\x0a\x85\x48\x17\x23\xe7\x67\xcf\x9e\xd5\x2f\xfe\ \xe2\x2f\x6a\x64\x64\x24\xe4\xa8\xaf\xaf\x4f\x8d\x46\x43\x4f\x3f\ \xfd\xb4\x56\x56\x56\xf4\xfa\xeb\xaf\xeb\x3b\xdf\xf9\x8e\x6e\xdd\ \xba\x15\x87\xed\x12\xad\xb3\xfe\x9e\x72\xc6\x16\xef\xec\xec\xa8\ \x54\x2a\xe9\xc9\x27\x9f\xd4\x99\x33\x67\x82\x9d\x7c\xf4\xd1\x47\ \x75\xec\xd8\x31\x5d\xbc\x78\x51\xa7\x4f\x9f\xd6\xe5\xcb\x97\x43\ \xaf\xfa\xfa\xfa\xd4\xd3\xd3\x13\x4d\x77\x71\x9c\x0e\x1c\x58\x27\ \xfc\x15\x36\xc9\xfb\xf0\x79\x80\xc9\xf3\x22\xeb\xe8\x84\x33\x44\ \xd8\x1b\xd6\x0e\x80\x58\xa9\x54\xe2\x3a\xee\xd3\xf0\x63\x4e\x26\ \x20\x2b\xbc\xef\x35\x7c\xbc\x90\x09\x0f\x48\xbd\x7e\xca\xfd\x83\ \x83\x0d\xf7\x39\xc8\xa7\x33\xf3\x5c\xd7\x59\x35\xff\x37\xbf\x45\ \x57\x20\x1e\x96\x97\x97\x9b\xe6\xc2\xc7\x8b\x2d\x71\x06\xab\x5c\ \x2e\x07\xe8\xda\xdc\xdc\x0c\x1d\xf3\x52\x15\x6a\x97\x3d\xc0\xf6\ \xd2\x17\xb7\x83\x04\x27\x8c\x97\xb9\x64\x9c\x5e\x6a\x80\xfe\x53\ \x1a\xe1\x7f\xa3\x8b\x0e\x7a\x5d\x9f\x1d\x54\xf1\x3d\xec\x35\xbe\ \xcc\xfd\x06\xeb\xeb\xb6\x1f\x59\x73\x3f\xc3\xbd\x92\x0c\x22\x3e\ \x07\xfd\xcf\xd2\x4c\xd3\x23\xdc\xe4\x0b\x87\x8c\x71\xa2\xfe\x08\ \xa1\xc6\xb9\x30\x20\xae\x85\xd1\x66\xc2\x9d\x42\xf4\xbc\xa9\x47\ \x99\xfc\xed\x8d\x44\x9d\xb9\xf0\x49\x86\xee\xcb\xe7\xf3\xb1\x88\ \x18\x40\x16\xa8\xaf\xaf\x2f\x10\x39\x63\xe0\xfa\x0e\x8c\x48\x23\ \x51\x94\x87\x21\xf1\xad\xa0\x2c\x1a\x3b\x9a\x78\xb6\x95\x95\x95\ \x70\x74\x8c\xd5\xeb\x2c\x88\xc4\xdd\x28\xf9\xdf\x18\x2e\x90\xb7\ \x33\x30\x80\xc9\xcd\xcd\xcd\x78\x4e\x1c\x8a\x17\xae\x72\x74\x10\ \xc6\x4e\xda\xdd\xed\xe3\x14\x35\x2f\x14\x8a\xa8\xc0\xa9\x6c\xd8\ \x26\xaf\x31\xc3\xd1\x3b\xeb\x83\x21\xe3\x7e\x6e\x54\x30\xd8\x80\ \x59\xe6\xcb\x41\x11\x32\xc2\x5a\x3a\xb8\x64\x4d\x88\x48\xa6\xa7\ \xa7\x63\x0b\x77\x36\xbb\xdb\x1b\x68\x67\x67\x47\x0b\x0b\x0b\x4d\ \x4c\x1b\x6b\xe4\x11\x88\x1b\x65\xe4\x8d\xcf\x30\x02\xce\xa4\x25\ \x19\x35\x1f\x93\xcf\x5f\x32\x22\xf5\x31\xa0\x64\x1e\x30\x48\x7b\ \xc7\x45\x21\x77\xe9\xf4\x6e\x51\xf6\xec\xec\xac\xce\x9c\x39\xa3\ \xe9\xe9\x69\xed\xdf\xbf\x3f\x9a\x69\xce\xcf\xcf\x6b\x60\x60\x20\ \x22\x6c\x4f\xfd\x71\x8d\x6b\xd7\xae\x45\xb7\x6c\x0c\x20\xf3\x8d\ \xc2\x67\x32\x99\x38\x30\xd9\x77\xb1\x21\xcf\x27\x4e\x9c\x08\xf6\ \xe4\xd2\xa5\x4b\x9a\x9d\x9d\xd5\xfb\xde\xf7\x3e\x5d\xbe\x7c\x59\ \x2f\xbf\xfc\xb2\x9e\x78\xe2\x89\xa6\x67\xe3\x59\x1c\x40\x56\x2a\ \x95\xa8\x17\x3a\x79\xf2\xa4\xc6\xc6\xc6\x22\x65\x06\xa8\x43\x2e\ \xbc\x36\x0b\x50\xb6\xb0\xb0\x10\x0d\x24\x49\x37\x12\x1c\xb8\x63\ \xf3\x67\x70\x16\x05\x9d\x75\x10\x80\xd3\xe2\x3b\xe8\xb9\xef\x7e\ \x66\xf7\x9b\x83\xb4\xb5\xb5\xb5\x38\xff\x91\x9d\x74\xbe\x43\x11\ \xdd\xa0\xce\x8c\x79\x26\x48\x70\xc7\x89\xed\x40\x9e\x3d\x75\x85\ \x1e\xd0\x4f\x2f\xd9\x3e\xe4\xc4\x89\x13\xca\xe5\x72\x7a\xe6\x99\ \x67\x34\x39\x39\x19\x0c\xd1\xad\x5b\xb7\x54\x2c\x16\x55\x2e\x97\ \xf5\xec\xb3\xcf\xea\xe9\xa7\x9f\x56\xa9\x54\x8a\x40\x72\x7d\x7d\ \x3d\xda\x1b\x6c\x6e\x6e\x6a\x74\x74\x34\x18\x4d\xee\x3d\x33\x33\ \x13\x40\xad\x5a\xad\x6a\x78\x78\x58\x3d\x3d\x3d\x3a\x76\xec\x98\ \xf2\xf9\xbc\xfe\xf2\x2f\xff\x52\xeb\xeb\xeb\x7a\xfd\xf5\xd7\x43\ \x5e\x60\x07\x9c\x99\x45\xbe\x60\x25\xa8\x75\xab\xd7\xeb\x3a\x7e\ \xfc\xb8\xbe\xf1\x8d\x6f\xa8\x5a\xad\x6a\x75\x75\x55\xaf\xbe\xfa\ \xaa\x4e\x9c\x38\xa1\x6b\xd7\xae\xa9\x58\x2c\xea\xd4\xa9\x53\x4d\ \xc1\xa8\x07\x26\xc8\x5b\x4f\x4f\x8f\xf2\xf9\x7c\x64\x1c\x98\x43\ \x67\x22\xb0\xa5\xfc\x3f\xf9\x37\xfa\xe9\xfe\x86\xff\xf3\x37\xc1\ \x25\xf5\x86\x9b\x9b\x9b\x5a\x59\x59\x89\x96\x1e\x5e\xaa\xe1\x81\ \x99\xeb\x3e\x3e\xa6\x15\x1b\x9e\xbc\xa7\x33\xc1\xe8\x15\xdf\x67\ \x8d\xf8\x8d\x03\x76\x67\xe7\x5c\x86\xfc\x9a\xfe\x4c\xb0\x3c\xd5\ \x6a\x55\xf9\x7c\x3e\x36\x31\x78\x99\x80\x83\x47\x64\xdb\xe7\x15\ \xf9\x64\x27\x78\xd2\x2f\x15\x8b\x45\x55\xab\xd5\x00\xfc\xf5\x7a\ \x3d\xce\xa2\x64\x4e\x08\xb6\x58\x33\x7c\xb7\x93\x04\x3c\xbf\xd7\ \xed\xe2\x53\xb1\x69\xf9\x7c\x3e\xfc\x3b\x41\x0d\x9f\xd5\x6a\x7b\ \x3b\xe0\xdd\x07\xc0\x3c\xb9\x6f\x67\x5c\xcc\x21\x6b\x01\x99\xe3\ \x9b\xd9\x98\x57\xdf\xc0\xe7\xc0\xd0\xd7\x2d\x19\xc4\x67\x61\x9f\ \x92\xa9\x19\x4f\x39\x20\xb0\x4c\x06\x8b\x41\x5a\x8d\xa6\x84\xbe\ \x83\xa4\x5a\xdd\x3b\x0c\x95\x85\xf3\xed\xa6\x6e\xa8\x3d\xd5\xc3\ \x8b\x14\x01\xf7\xc3\xc9\x6f\x6f\x6f\x6b\x76\x76\x56\x1d\x1d\x1d\ \x51\xbd\x9f\x4a\xed\x9d\x3b\x94\x64\xc9\x00\x24\x0e\x2a\x88\xba\ \x07\x06\x06\xb4\xbc\xbc\x1c\xb4\x74\x4f\x4f\xcf\x3b\xa2\x7b\x22\ \x70\x50\x75\xad\x56\xd3\xe2\xe2\x62\xa4\x1e\xb9\x67\x77\x77\x77\ \xb0\x42\xec\x60\xc3\x69\x01\x52\x1c\x30\x3a\x20\x83\x05\xf4\x9d\ \x3c\xa9\x54\x2a\xfe\xcf\xf8\xdc\xc0\xa3\xd0\xce\x9c\x48\xbb\xa0\ \xc1\x8b\x57\x31\x56\x08\xad\x33\x96\xbe\x41\x01\x01\x41\x68\x58\ \xcf\x74\x3a\x1d\x8e\x66\x79\x79\x39\xee\xc1\x3c\x62\x74\x88\x54\ \x18\x0b\xbf\xf7\xdd\xa3\x1e\xe9\x25\x99\x4e\x37\x76\x1e\x21\x4a\ \xbb\x00\xee\xc2\x85\x0b\x5a\x5a\x5a\xd2\xd1\xa3\x47\xd5\xd1\xd1\ \xa1\x4a\xa5\x12\x3b\x35\xbd\x66\x8e\x75\xf2\x9a\x28\x0c\x90\x83\ \xa4\x64\x24\xc8\x77\xfd\x7b\x1e\xa1\x38\x48\x75\xc5\x72\x7d\x49\ \x1a\x70\x37\xf4\xb0\x8f\xfe\x5b\xe6\x09\xe3\xb3\xba\xba\x1a\xed\ \x83\xec\x62\x43\x00\x00\x20\x00\x49\x44\x41\x54\x0b\x7a\x7a\x7a\ \x22\x5d\xd7\xd1\xd1\xa1\x7c\x3e\xdf\x64\xf4\xf8\xcd\x5b\x6f\xbd\ \xa5\xfb\xef\xbf\x5f\x83\x83\x83\xea\xed\xed\x95\x07\x4c\xf4\x12\ \xc2\x39\x94\xcb\x65\x65\x32\xbb\xdd\xc9\x49\x57\xa7\xd3\xbb\x07\ \x03\x73\xbd\xf5\xf5\x75\xdd\xbc\x79\x53\xb7\x6e\xdd\xd2\xaf\xfc\ \xca\xaf\xe8\xab\x5f\xfd\xaa\x8e\x1d\x3b\xa6\xf6\xf6\xdd\x73\x23\ \xe9\xc6\xcd\x81\xec\xd4\x26\x55\xab\x55\xdd\xba\x75\x4b\xfb\xf6\ \xed\xd3\xd6\xd6\x96\x66\x67\x67\x43\xff\x61\x69\xd1\x65\x22\x50\ \x74\x80\xcd\x28\xd8\x1f\x9a\x6b\x6e\x6f\x6f\xc7\xee\x20\xe4\x8c\ \xb5\xc5\xf0\x21\x2f\xc8\x09\x05\xec\x38\x6b\xee\xe3\xc5\xe1\x5e\ \x83\x83\xa3\x60\x2d\xbc\xff\x0d\xcc\x0f\x63\x81\xf6\x77\x46\x93\ \x32\x04\xce\x81\xcb\xe7\xf3\x51\xa0\xee\x41\xa8\xd7\x9c\xb0\x7e\ \xce\x96\x25\xed\x55\x2a\x95\xd2\xb3\xcf\x3e\xab\x8f\x7d\xec\x63\ \xfa\xdc\xe7\x3e\xa7\x7f\xfd\xd7\x7f\xd5\x7d\xf7\xdd\x17\xdb\xe1\ \x87\x86\x86\x34\x3f\x3f\xaf\xa5\xa5\xa5\x38\x2c\x99\x40\x0e\xa0\ \x5b\x2a\x95\xd4\xdf\xdf\x1f\xf6\x89\xda\xd3\x74\x7a\xb7\xae\xb4\ \x52\xa9\xe8\xc2\x85\x0b\xda\xda\xda\x8a\xdd\x9a\xdf\xfd\xee\x77\ \x63\x73\x03\x01\x12\x40\x82\x34\x31\xb2\xeb\xc1\x20\x2c\x86\x83\ \xe1\xee\xee\xee\xb0\xd1\xed\xed\xed\x3a\x77\xee\x9c\x4e\x9f\x3e\ \xad\x46\xa3\xa1\x8b\x17\x2f\xea\xcd\x37\xdf\xd4\xf0\xf0\xb0\xc6\ \xc7\xc7\x35\x30\x30\x10\x80\x86\x0e\xf4\x9d\x9d\x9d\x4d\x07\xf5\ \xb6\xd2\x2f\xfe\x76\xb6\x26\xf9\x9d\xe4\x77\xf9\xdb\xd7\xc3\xd9\ \x9f\x54\x6a\xef\x18\x9d\xed\xed\xdd\x23\x92\x48\x5f\x62\x4f\x93\ \xb6\x80\xb9\x70\xbb\xc0\x35\x7d\xd3\x83\x07\xba\xc9\x71\x39\x38\ \xf2\xec\x80\xbf\xef\xec\x39\x76\xc7\x6d\xa8\xb3\x28\x7c\xdf\x41\ \x08\xad\x2f\x58\x13\xd7\x1d\x07\x8b\x5e\x2e\x04\xe8\x21\x88\x73\ \xa6\x95\x14\x71\xb9\x5c\x8e\x26\xd5\x94\x81\x20\x27\x8d\x46\x73\ \x9b\x20\x40\xdc\xe2\xe2\x62\x94\xe2\x78\xc9\x88\x97\x1f\x79\x2d\ \x35\x76\xc4\x01\xa4\xfb\xc2\x54\x2a\x15\x05\xf8\xd8\x14\xee\xef\ \xe7\xe6\x22\x9f\xfc\x1b\x5f\x89\x8f\x4a\x92\x12\xd8\x07\x82\xef\ \xe4\xb5\xd1\x63\x6c\x8e\x8f\x37\xcb\x22\x7a\xca\x84\x07\xf3\x89\ \xe7\xa6\xd0\xea\xf9\x7c\x3e\x22\x24\xa7\x6f\xa9\x85\x60\xa2\x70\ \x70\x0e\xe4\x48\xbf\x01\x20\xbc\x5e\x89\x54\x03\x8c\x52\x2e\x97\ \x0b\xb6\xca\xa3\x25\x40\x00\xd1\xa8\x33\x4d\x6d\x6d\x6d\x4d\xf9\ \x52\x90\x2b\xcf\x47\xe4\x4b\xa7\x61\x8c\x2a\x93\x4f\xc4\xe2\x75\ \x15\x80\x08\x04\x16\x30\xe5\x85\xe2\x2c\x1a\x8b\xe9\x11\x16\x9f\ \xd3\x25\x1b\x60\xd4\xdb\xdb\xab\x74\x7a\x77\xa7\x52\x7b\x7b\xbb\ \x2a\x95\x8a\xea\xf5\x7a\x30\x0e\x44\x53\xc9\xe8\x18\xa1\x40\x89\ \x50\x04\x1c\x11\x42\xe4\x85\xf7\x28\xab\x47\x0e\xfc\xd6\x5b\x29\ \xd0\x7b\x89\xa8\x8e\x35\x07\x44\x31\x16\xc0\x13\xce\xc7\xd9\x4c\ \x52\x7f\x44\xe5\xac\x05\x8a\xe3\x51\xbf\x1b\x0a\x1c\x32\xb2\xe2\ \xac\xc9\xcc\xcc\x8c\x1a\x8d\x86\x8e\x1e\x3d\x1a\xc5\xcf\xac\x35\ \xe0\x0f\xc0\x82\x90\xa3\x0c\x2e\xf8\x6e\x04\x93\x51\x88\xd7\x6e\ \x38\x70\x45\x17\xbc\x26\x03\xc3\xe6\xb2\xc5\x35\x9d\xd1\x40\x59\ \x1b\x8d\x46\xc8\x14\xdb\x8d\x01\x00\x00\xf2\xae\xae\x2e\x6d\x6c\ \x6c\x68\x7a\x7a\x3a\x1c\x16\xf7\x41\x3f\xd0\xd1\x99\x99\x19\x3d\ \xf0\xc0\x03\xea\xed\xed\x8d\xbc\x3f\x9f\x61\x88\x1c\x38\xbf\xf9\ \xe6\x9b\x6a\x34\x1a\x2a\x16\x8b\x21\x4b\x1c\x51\x84\xdc\xae\xae\ \xae\xea\xc5\x17\x5f\xd4\xa5\x4b\x97\xf4\xa9\x4f\x7d\x4a\xbf\xfe\ \xeb\xbf\xae\xff\xfe\xef\xff\x0e\xb6\xe6\xce\x9d\x3b\xd1\x08\x12\ \x3d\x69\x34\x1a\x91\xca\x1a\x18\x18\x50\x2a\x95\xd2\xd2\xd2\x52\ \x30\xbb\x1b\x1b\x1b\x4d\xec\x4d\x32\x32\xc7\xb6\x78\x0a\x98\x94\ \x0e\x51\x2f\x07\xad\x03\x9e\xd0\x59\x8c\x29\x32\x84\xbc\x3b\x53\ \xe8\x4e\x0a\xc7\x51\x28\x14\x9a\x76\x1c\xa2\x6b\xe8\x7a\x7f\x7f\ \xbf\xba\xbb\xbb\xb5\xb0\xb0\x10\xba\x86\xf1\x06\x2c\x66\xb3\xbb\ \x3b\xec\x68\x21\x02\x2b\x90\xcf\xe7\x23\xa5\xe6\x9b\x2a\x18\xbb\ \xb3\x9c\xee\xc4\xb0\x27\xfc\x7f\x63\x63\x43\x5f\xfd\xea\x57\xf5\ \xd8\x63\x8f\xe9\xe4\xc9\x93\xfa\xc4\x27\x3e\xa1\xb9\xb9\x39\x75\ \x75\x75\xe9\xd8\xb1\x63\x7a\xe5\x95\x57\x42\x4e\x38\xe0\xbc\xa3\ \xa3\x43\x8b\x8b\x8b\xba\x70\xe1\x82\x8e\x1c\x39\x12\x5d\xcb\x87\ \x87\x87\xa3\xfd\x01\xe3\x60\x2e\x68\x3f\xc3\x9c\x21\x0b\x6e\x57\ \xdc\x59\x03\x0a\xd0\x55\x18\x0d\xe4\x49\x92\xca\xe5\xb2\x1a\x8d\ \x46\xd4\xcc\x75\x77\x77\x6b\x72\x72\x32\x76\x10\x2e\x2e\x2e\xaa\ \x5e\xaf\x6b\x7c\x7c\x3c\x6c\xca\xe0\xe0\xa0\x26\x27\x27\xd5\xd6\ \xd6\x16\x20\x1b\x7d\xe2\xe5\x4c\x31\x2f\x07\x4b\xae\x87\xfe\x9b\ \x24\xe0\x72\x40\x96\xfc\x9d\x07\x58\x30\xe6\x1c\x1b\xb4\xb4\xb4\ \x14\x9b\x24\x98\x0f\x80\xa7\xa4\x26\x00\x8e\x4c\xba\x1d\x70\x20\ \xc7\xbd\x3c\x38\xf3\x14\x33\xe9\x78\x07\x1b\x90\x19\xce\xf6\xa0\ \x3f\x5e\x8a\x82\xdc\x01\xae\xa4\xdd\x13\x11\xa8\xd9\x64\x0e\x5c\ \x77\x92\xf3\x41\x56\x05\x56\x98\xc0\x9d\x80\x8f\xe7\x80\xbd\xa6\ \x56\x1a\x60\x0a\x90\x67\xdc\x3c\x03\xb2\x52\x28\x14\x62\x1c\x3c\ \xa3\xb3\x7a\x8c\xc3\x75\x07\x32\x82\x92\x01\xae\xc5\x58\x91\x0f\ \xea\xc7\x3d\x9d\x07\x56\xc0\xd6\xb8\x3f\xe5\xba\x6c\xb4\x20\x20\ \x06\x6f\xf0\xb9\x83\x3e\xe6\x8c\x79\xf7\x52\x27\x00\x58\x16\xe3\ \xc7\x42\xf3\x05\x22\x61\x16\x93\x85\xc0\x78\x61\xf0\x7c\x61\x56\ \x57\x57\x83\x4a\xa3\xd1\x98\xa7\xc7\x88\x56\x71\x2a\x85\x42\x21\ \x50\x28\x68\xda\x1b\x92\x39\x2a\x44\xd0\x30\xae\x8c\x11\xc7\xe7\ \x20\xd1\x01\x0e\x06\x00\x03\xe2\xe0\xc0\xa9\x56\x2f\x20\xcf\xe7\ \xf3\x81\xd2\x1d\x90\x11\x41\x7b\xaa\x21\x79\xe8\x2c\xca\x06\xb5\ \xcc\x7b\xfc\x4d\x24\x4b\xf1\x2e\xce\xdf\x9b\x23\x7a\xf7\x5b\x8c\ \x74\x72\x3b\xa8\xb4\x4b\xdd\x92\x66\xf2\x17\x73\xec\x8a\x99\x4e\ \xa7\x83\x09\x63\xbd\x89\xa2\x51\x2a\x2f\x80\x26\x22\xc3\x89\xe2\ \xfc\x59\x0f\x67\x09\x24\x35\xed\xee\x70\x0a\xd5\x8b\x56\x3d\xb2\ \x4b\xa6\x50\xdc\x20\x39\x4b\xea\xcf\x9b\xcd\x66\x35\x3f\x3f\xaf\ \x8d\x8d\x0d\x1d\x3d\x7a\x54\x7d\x7d\x7d\xa1\x5c\xb0\x85\x28\x11\ \xb2\xd7\x68\x34\x62\xb7\x1e\x63\x73\xe7\x96\x04\x45\x8c\xc5\xa3\ \x66\x8f\x4c\x5d\xf1\x93\xd1\x24\x20\xd2\x8b\xce\xbd\x96\x00\xc5\ \xe6\x19\xd9\x1e\x2f\xed\xb2\x25\x7d\x7d\x7d\xda\xde\xde\x8e\x6e\ \xda\xb0\x35\x99\x4c\x46\x95\x4a\x45\xd2\x6e\xe1\x3b\x46\x74\x70\ \x70\x30\x8c\x44\x72\x77\x0c\x3a\x85\xae\xac\xae\xae\x6a\x7c\x7c\ \x5c\xdf\xf9\xce\x77\xe2\x40\xdd\xad\xad\x2d\xad\xac\xac\xe8\xfb\ \xdf\xff\x7e\x38\x87\xf6\xf6\x76\x5d\xba\x74\x49\x5b\x5b\x5b\x7a\ \xe6\x99\x67\xf4\xe8\xa3\x8f\xea\xce\x9d\x3b\x9a\x9d\x9d\x0d\x30\ \x3d\x35\x35\x15\xeb\xe7\x69\xfb\x6a\xb5\xaa\x37\xde\x78\x23\xe6\ \xc3\x19\x13\x58\xec\x9d\x9d\x9d\xa6\xe3\x6e\x30\xf6\x5e\xd0\xce\ \xbf\x25\x45\x7a\x88\xfb\x70\x7c\x0e\xa0\x9d\x39\xc4\xd9\x3b\x13\ \xc6\xfb\x18\xe1\x9d\x9d\xdd\x63\xa1\x00\x7e\xbd\xbd\xbd\x4d\x69\ \x12\x80\xa9\x1b\x7c\xe6\x05\xfb\xe7\x32\x41\x90\x82\x3e\x03\xf6\ \xb8\xe7\xc6\xc6\x46\xb4\x4e\x80\xe9\x62\x1c\x0e\x60\xd0\x6b\xe6\ \xca\xd9\x87\x4c\x26\xa3\x9f\xfc\xe4\x27\x9a\x98\x98\xd0\xa7\x3f\ \xfd\x69\xfd\xe4\x27\x3f\x69\xda\x11\xf5\xc8\x23\x8f\x68\x70\x70\ \x50\xab\xab\xab\x1a\x18\x18\xd0\xea\xea\xaa\xd6\xd6\xd6\x74\xed\ \xda\x35\xd5\xeb\x75\xed\xdb\xb7\x2f\x8e\x6c\x1a\x18\x18\xd0\xdd\ \xbb\x77\x03\xb8\x4f\x4f\x4f\xc7\x86\x02\x82\x40\x4f\xcb\x24\x19\ \xd7\xa4\xae\x30\x76\x0a\x8a\xdd\x41\x4a\xbb\x60\xa1\xaf\xaf\x4f\ \xb7\x6e\xdd\xd2\xa7\x3f\xfd\x69\x9d\x3b\x77\x2e\x7e\x5b\xab\xed\ \xf6\xc9\xf2\x39\xa3\x05\x10\x81\x9c\x07\x37\xbc\x92\x4c\x4e\x12\ \xac\x26\x81\x93\xff\xa6\xd5\xeb\xdd\xbe\x93\xbc\x47\xa1\x50\x08\ \xe0\xef\xa7\x6e\x38\x93\x81\xcd\x71\x7b\xe0\xeb\x89\x33\x26\xf8\ \xc5\x5e\x39\xc0\xf5\xa0\xcc\x81\x98\x33\x37\x04\x97\xd8\x70\xd6\ \xc5\x53\x67\xac\x25\x0d\x71\x49\x87\x13\xc8\xd0\xf6\x86\xfb\x72\ \x6d\xae\xc3\xfc\x53\x4b\x8c\x3f\xc5\x4f\x93\x92\xe6\xb9\xbd\x36\ \x9b\x6b\xa3\x07\xde\xbe\x88\xe7\xc2\x36\xf9\x26\x1c\xec\x88\xd7\ \x4b\x01\x36\x03\xb4\x58\x36\x86\xe7\xc2\x96\xb0\xab\xb1\xbb\xbb\ \x3b\xe6\x96\xef\x63\x1b\xd0\x35\xb7\xe1\xe0\x1a\x0f\xf2\x37\x36\ \x36\xa2\xad\x0e\x72\x9b\xcc\xb8\x39\x59\xe0\xc1\x2c\xc0\x2e\xeb\ \xbb\x8d\x5c\x18\xbc\x75\x3c\x86\x8b\xdc\xad\x33\x02\x18\x59\x77\ \x84\x2c\x0c\xdf\xc5\xb9\x41\x2b\x33\x99\x1c\xf4\x58\xad\xee\x1e\ \x55\xe1\x79\x54\x6a\xbe\xa8\x25\x48\x52\xac\x2c\x06\x40\x0b\x94\ \x59\x28\x14\x82\xb2\x77\x47\x0d\xba\x44\x98\x3c\xe5\xe6\x91\x25\ \x2f\x4f\x2f\x20\x38\xfc\x1f\x25\x01\x7c\x01\x94\x30\x9a\xb0\x26\ \xcc\x89\x53\x8d\x1e\x89\x43\x3f\xbb\x71\x02\xcc\x61\x04\xf9\x1d\ \xcf\x0a\xba\x06\xa5\xa7\xd3\xe9\x26\x07\xe3\xc5\xb4\x4e\xb9\x4a\ \x8a\xbf\x11\x26\x94\x93\x79\x42\xb1\x1c\xf9\x13\x21\x79\x24\xc0\ \xdc\x25\xa3\x71\x37\x58\x38\x7c\x37\x38\x2e\x94\x49\xf6\xc7\xa9\ \x56\x8f\x38\x93\x14\x38\xe0\xf5\xad\xb7\xde\x0a\xca\xda\x23\x44\ \xbf\x1e\xbf\xf3\x8d\x01\x18\x8e\xe4\xf7\xfc\x5e\xee\x4c\x18\xaf\ \x3b\x61\xe6\xc8\xef\x07\x78\x72\xd0\x8a\xf1\x60\x1c\xbc\xa8\x57\ \x83\x15\x29\x16\x8b\x71\x62\x00\x29\x1e\x8c\xe4\xc6\xc6\x86\xa6\ \xa6\xa6\x94\xcb\xe5\x74\xfc\xf8\xf1\x58\x47\x9c\xfa\xfc\xfc\x7c\ \xa4\x81\x7c\x7d\x91\xb9\xe5\xe5\x65\x65\x32\x19\xdd\xbe\x7d\x5b\ \x97\x2e\x5d\xd2\x85\x0b\x17\xf4\xe0\x83\x0f\x6a\x64\x64\x44\x3d\ \x3d\x3d\xfa\xf6\xb7\xbf\xad\xc9\xc9\xc9\x26\x23\xbf\xbd\xbd\xad\ \xde\xde\x5e\x2d\x2c\x2c\x84\x21\xf5\x60\xa2\x52\xa9\x44\x74\x9c\ \xcd\x66\xa3\x36\x83\xb9\x01\x8c\x27\x8d\x12\xc6\x9f\x00\xc0\xfb\ \xe9\x51\xbf\x83\xed\xf1\x08\xb1\xbd\xbd\x3d\xea\xa4\xb8\x16\xc6\ \x1d\x9d\xc3\x88\xb2\x8e\xec\x48\xc4\xde\xf0\x7c\xfc\x16\x40\x04\ \xc3\xe6\xf5\xa4\x9c\xc3\x37\x33\x33\x13\x2c\x3d\x86\xd8\x53\x3c\ \x1e\x54\xa1\xc3\x80\x28\x07\x1d\xe8\xaa\xa7\x61\x5c\x77\x3c\x25\ \x82\xdc\x30\x9f\xc8\x2a\x85\xc9\x85\x42\x41\xd5\x6a\x35\xe6\x2a\ \x93\xd9\x3d\xcf\xef\xf4\xe9\xd3\xba\x70\xe1\x82\x66\x67\x67\x9b\ \x58\xf0\x89\x89\x09\x3d\xff\xfc\xf3\xda\xbf\x7f\xbf\xf6\xed\xdb\ \xa7\xb7\xdf\x7e\xbb\x89\x21\x66\x0d\x39\x9a\x88\xbf\x71\x4e\xae\ \x2b\x9e\xcd\xa0\xa6\x8d\x31\x60\xa7\x18\x33\xa0\xf4\xd4\xa9\x53\ \xba\x7c\xf9\xb2\x96\x96\x96\xf4\xd4\x53\x4f\x85\x1d\x65\x8c\x97\ \x2e\x5d\xd2\xc1\x83\x07\x95\xcf\xe7\x95\xcd\x66\x55\x2a\x95\x74\ \xeb\xd6\x2d\x1d\x3e\x7c\xf8\x1d\x36\xc3\xe7\x3c\x19\x1c\xf1\x59\ \x92\xc1\xba\x17\xb3\xe5\x36\xe6\x67\xb1\x5b\xfc\x4d\xf0\x4e\x4d\ \xdb\xe2\xe2\x62\xb0\x97\xac\xb3\xb3\xf4\x6e\x2b\x00\x3b\x9e\xe9\ \x70\xa7\xef\x7e\x89\x31\x38\x83\xce\x38\xb0\x3b\xfe\xdc\x94\xab\ \x78\xd0\x4a\xd0\xe5\x75\x7d\x6e\xcb\x2b\x95\x4a\x80\x34\xc0\xbf\ \x07\x23\x0e\x6e\xb2\xd9\xdd\x13\x4d\x00\x2f\x00\x62\x2f\x94\x77\ \xd0\x88\x2f\xc2\x9e\x82\x03\x9c\xfd\x87\xd8\xc0\x5f\xfa\xfd\x90\ \x3d\x6c\xb7\xb3\xcb\x10\x32\x6e\x57\xd9\x2d\x0e\x66\x49\x36\x30\ \x45\x6f\x19\x97\xcb\x32\x73\x8b\x7d\x61\x5e\xb1\xc1\x2e\x07\xb0\ \x64\xac\xaf\x13\x06\x6c\x42\x72\x8c\x52\xaf\xd7\x77\x53\x84\x4c\ \xbe\x2f\x12\xef\xa3\x10\xdc\xc0\x19\xad\x24\x3d\xe9\x51\x84\xd3\ \x98\xc9\xe2\x77\x8c\x12\x85\xb8\xa4\xa1\xf8\x8c\x87\xc7\x08\x01\ \x58\x68\x77\xcf\x44\xa4\x52\xbb\xb9\x72\x8f\x88\x61\xde\x30\x70\ \x3c\x9b\xd7\x62\xb1\x10\x2e\x50\x18\x7d\x16\x81\x31\x6d\x6f\x6f\ \x47\x87\xe9\x91\x91\x91\xa8\x4f\x70\xc1\xf2\x9a\x1f\x9c\x39\xff\ \x07\x8c\x50\x4b\xe2\xb4\x22\xc8\x19\x81\xe5\x3a\x80\x06\x9c\x0f\ \x9f\x39\x35\x89\x72\xb2\x90\x4e\xad\x52\xeb\xe5\xc6\xc3\x6b\xca\ \x10\x30\xee\xdb\xca\x60\xa1\x30\x00\x5e\x57\x02\x2f\x3c\x46\xf0\ \xb9\x86\xa7\x96\x99\x23\xd6\x1f\xf9\x72\x41\xf6\x28\xd5\x1d\x0f\ \x86\xc0\x59\x3e\x8f\xd4\xd8\x2d\x86\xc3\x66\x3d\x79\x0e\x8f\x96\ \x5c\x11\x18\xb3\x83\x29\x9c\x06\xdf\x49\x02\x3e\x37\x70\xbc\x18\ \x0b\x01\x82\x17\xdd\x22\xcb\xcc\x07\x4a\xed\x85\x9e\x3d\x3d\x3d\ \xb1\x7b\x8f\xfa\x42\xb6\xb7\x13\x5c\xcc\xcd\xcd\xc5\xdc\x71\x08\ \xaf\x83\x0c\x1f\x87\x47\x4e\x34\x9f\x5c\x5f\x5f\xd7\xff\xfe\xef\ \xff\xea\xf4\xe9\xd3\x9a\x9b\x9b\xd3\x9d\x3b\x77\xf4\xd9\xcf\x7e\ \x56\x07\x0e\x1c\x50\xb5\x5a\xd5\xbf\xff\xfb\xbf\xeb\xd5\x57\x5f\ \xd5\xd0\xd0\x90\x56\x56\x56\x9a\xd8\x3d\x64\x60\x73\x73\x53\x0b\ \x0b\x0b\xd1\xfc\x14\x5d\x41\xa6\x7c\x67\x23\xeb\x24\xed\xb6\x3f\ \x40\xce\x0a\x85\x82\xba\xbb\xbb\x55\xa9\x54\x42\x3e\x24\x35\x01\ \x2c\x74\x12\x1d\x41\x86\x79\x56\xea\x13\x01\x17\xc8\x26\x4c\x08\ \x0e\xa5\x58\x2c\x36\xed\xae\x02\x50\xb1\xe6\x80\x37\x82\x42\x58\ \x31\xb7\x35\xd4\x31\xf6\xf6\xf6\x6a\x69\x69\xa9\x69\x93\x86\x07\ \xa4\x34\x70\x64\xde\x48\x0b\xe2\x34\xa9\x07\x03\x4c\xf8\x3a\xb9\ \xac\xa0\x17\xcc\x97\x17\x4a\xc3\xec\x10\x49\x97\x4a\xa5\xb0\x4f\ \xe9\x74\x5a\x57\xaf\x5e\x55\xbd\x5e\xd7\xd3\x4f\x3f\xad\x8f\x7c\ \xe4\x23\xba\x74\xe9\x52\xd4\x0b\xcd\xcc\xcc\x68\x78\x78\x38\x9c\ \xdb\xf0\xf0\x70\xc8\xb2\x47\xf8\x30\xc0\xad\xd2\x26\xee\x6c\x90\ \x0d\x36\x52\xb4\x0a\x30\xf8\x4d\x2a\x95\xd2\xad\x5b\xb7\x34\x34\ \x34\xa4\xb6\xb6\x36\x5d\xbb\x76\x4d\x07\x0e\x1c\x88\xae\xf8\xb0\ \xca\x33\x33\x33\x3a\x78\xf0\xa0\xa6\xa6\xa6\x34\x3c\x3c\xac\x81\ \x81\x01\xcd\xce\xce\xaa\x5c\x2e\xc7\xc1\xd2\x49\xc0\xe4\xf6\xaa\ \x15\x70\x72\x3d\x7e\x37\xdd\xf5\xdf\xb4\x62\xbc\x5a\x01\x2d\x5e\ \x94\x9d\xb4\xb7\xef\x1e\x9f\xc6\x9c\xb1\xf6\x3e\x0e\xf7\x7b\xd8\ \x70\x7f\xe1\xb0\xb1\x35\x0e\x00\x5c\x3e\x18\x67\xd2\x6e\x7a\xb0\ \x48\x50\x26\x29\xec\x3b\xeb\xc5\x5a\x12\xe4\xb3\x56\xc8\x3c\xe0\ \x04\x5b\x05\x90\x46\xfe\x73\xb9\xdc\x3b\xe6\x15\x1d\x02\xf0\x63\ \x1f\xf8\xcc\x9b\xf6\xb2\x31\x0b\x00\xc4\x0e\x61\xfc\xbb\xa7\xc7\ \xdd\xaf\x70\x02\x00\x72\x83\xdd\x87\xc1\x83\xf5\x5a\x5c\x5c\x8c\ \xe7\xe0\xde\xae\x73\xf8\x3c\x2f\xaf\xc1\x67\x00\x9e\x3c\xc0\x49\ \xca\x95\x97\xdc\x30\xd7\x5e\x4b\xca\xfa\x79\x59\x4a\xd6\x8b\x80\ \x51\x0c\xa7\xc7\x99\x28\xa7\x08\x1d\x81\x32\x69\x28\xab\x1f\xa3\ \x23\xa9\xe9\x7d\xc0\x06\xd7\xf4\xce\xec\xf9\x7c\x3e\xa8\x4c\x2f\ \x82\x85\x0e\x07\xe1\x63\x74\x3d\x4a\xa5\x40\xdc\x0f\x6c\x65\x7c\ \x3c\x03\x11\xb8\x33\x1b\x5e\x0b\xc6\x01\xce\x08\x3c\xff\xa7\x60\ \x9d\xde\x54\x1c\x4e\x8b\xf0\x32\x7f\x08\x19\x0b\x47\x0a\x11\x05\ \xa1\xfd\x81\x23\x71\x4f\xd7\x21\xd4\xce\x66\x49\x7b\x29\x26\xdf\ \xf9\xe4\x79\xf6\x9e\x9e\x9e\x88\xc0\x9d\x75\x72\x00\xe0\xf4\x25\ \x02\xc2\x67\x00\x29\xb6\xae\xa3\xb8\x2e\x90\x08\xa9\x03\x30\x04\ \x90\x75\xf2\xb9\x48\x82\x41\x40\x10\x0a\xe4\x91\x3a\xff\xe6\xe5\ \x69\x09\xd6\xdc\x01\x7a\x92\x65\xe3\x59\x99\x47\x07\x72\xc8\xb5\ \x8f\x9f\xfb\xf2\x5c\x18\x1e\x9c\x99\xb3\x59\xad\x9c\x9f\xeb\x86\ \xd7\x88\xa1\x23\xcc\x03\xcc\xc9\xce\xce\x4e\x1c\xba\x3b\x3d\x3d\ \xdd\x54\xff\x96\xcb\xe5\xa2\x16\x8b\xeb\x01\x8c\x38\x47\xaf\xbd\ \xbd\x3d\x98\x63\x98\x22\x37\x66\x18\x87\xa5\xa5\x25\xf5\xf7\xf7\ \x07\x50\xb9\x7c\xf9\x72\x6c\xe0\x98\x99\x99\x51\xb5\x5a\xd5\x7d\ \xf7\xdd\xa7\xfb\xef\xbf\x5f\xb7\x6e\xdd\xd2\xe7\x3f\xff\x79\x4d\ \x4e\x4e\xaa\xbd\xbd\x3d\x9a\x43\x42\xe9\x33\x0f\x5b\x5b\x5b\xba\ \x7a\xf5\x6a\xa4\x04\xbd\xde\x92\xf9\x62\x7d\xf9\x3e\xef\x01\x58\ \x68\xb9\xc0\xda\xa2\x0b\x3c\x2b\x20\x13\x96\xa6\x58\x2c\x06\xdb\ \x83\xde\x73\x46\x1e\x72\x84\x2c\xc0\x7a\xa1\xdb\x6c\x0e\x48\x06\ \x76\xc8\x0a\x20\x05\x60\x86\x9d\x20\x7d\xeb\x00\x97\xeb\xcd\xcf\ \xcf\x07\x63\x47\x5a\x4e\x52\xe8\x3a\x85\xfc\x7e\x32\x01\xf7\x67\ \x43\x00\x3a\xcc\x38\xdc\x19\x3a\x03\x8c\x7e\x3a\x33\x0f\x68\xae\ \xd7\x77\xbb\xa1\xbf\xfa\xea\xab\xea\xef\xef\xd7\xa1\x43\x87\xd4\ \xd5\xd5\x15\xe7\x76\xce\xcd\xcd\xe9\xc4\x89\x13\xba\x70\xe1\x42\ \xd8\xc8\xd9\xd9\x59\x3d\xf0\xc0\x03\xd1\x89\x7d\x64\x64\x24\x40\ \xd4\xc8\xc8\x88\x26\x26\x26\xf4\xe6\x9b\x6f\x46\xea\x1f\xd9\x84\ \xc1\x42\x2f\x92\xa9\x42\x0f\x24\x5d\x67\x3d\x63\x90\x4e\xa7\xe3\ \x20\xf3\xf6\xf6\xf6\xa8\x9f\x84\xad\xdc\xd8\xd8\xd0\xd8\xd8\x98\ \x56\x56\x56\x34\x33\x33\xa3\x52\xa9\x14\xe5\x21\xfd\xfd\xfd\xba\ \x70\xe1\x82\x3e\xf8\xc1\x0f\x36\x39\x74\x7f\x39\x28\x6a\x05\xa4\ \x92\xfe\x2b\xf9\xdb\x56\xff\xf6\xef\xb5\x02\x12\xfe\x02\xf8\xf6\ \xf7\xf7\x87\x1c\x38\x5b\x94\x1c\x9b\xdb\x10\x3f\xae\x0c\x7b\xe9\ \xa9\x46\x64\xc5\xd3\x7d\xc8\x8a\x33\xa0\xe8\xa9\xfb\x0d\x67\x80\ \xb0\x55\xb0\xc5\xbe\x61\x0b\xbb\x89\x3c\xa2\xc7\x92\x22\x93\x44\ \x66\x09\xb6\xd2\x83\x67\x74\x9b\xb9\x58\x5d\x5d\x6d\x2a\x49\xc1\ \x56\x50\x9f\x0b\xd0\x43\x1f\xb1\x73\xdc\x17\x7f\xc1\xf3\xe1\x1b\ \xb0\x13\x9d\x9d\x9d\xd1\x9c\x1b\x16\x8d\x67\x00\xd0\xf8\xfd\x21\ \x84\x00\x97\xd2\x5e\x79\x13\x63\x40\x0f\xf1\x35\xd8\x20\xe6\xce\ \x59\x47\x0f\xba\x09\xf2\x98\x7f\xde\xdf\xda\xda\x8a\x5e\x5f\xe1\ \xc3\x98\x20\x47\xdf\x08\x9b\x2f\x02\x0f\xed\xe0\x07\x63\x83\x43\ \xc1\xb9\x78\x2d\x0c\xbf\x47\x81\x49\x81\xf0\x3e\xfd\x35\x88\x50\ \x57\x57\x57\xe3\x21\x11\x30\xaf\x07\xa2\x18\xd8\x95\xde\x9b\x65\ \xb2\x68\x28\x8d\xa7\x16\x31\x90\x44\x64\x8e\x80\xd9\x55\x05\x52\ \xa6\x90\x91\xcf\x01\x26\x34\xf9\x73\xc5\x44\x68\x79\xc1\xa2\xb1\ \xe3\xc7\x17\x83\x67\x73\x1a\x93\x05\x72\x01\x63\x5e\x79\x4e\x8f\ \x46\x5c\x58\x99\x53\x40\xa2\xa4\x00\xc1\xac\x1b\x0c\x0a\x8a\xe4\ \x94\x34\xeb\x8f\xc0\x79\x1a\x03\xc0\xd5\x68\xec\x15\x67\x7b\x11\ \x39\xf2\x81\x70\x02\xd4\x50\x64\x17\x3e\x94\x2d\x49\x71\xfb\xdf\ \xce\xfa\xf9\x67\x4e\xf3\xf2\x7b\xe6\x9c\x6d\xf2\x2e\xec\xc8\x0e\ \xbf\x41\x0e\x88\x32\x91\x77\x37\xac\xee\xe0\xb8\xb7\x07\x1e\x49\ \x63\x8c\x91\xe1\x77\x5c\x0f\x07\xeb\x35\x3b\xd5\x6a\x55\xfb\xf7\ \xef\x0f\xe5\xdc\xd9\xd9\x89\xc3\x72\x47\x46\x46\x54\x2c\x16\xa3\ \x35\x00\xb2\x2d\xed\x6e\x36\x00\x70\x70\x14\x09\x0e\x12\x03\xb4\ \xb6\xb6\xa6\xd5\xd5\x55\xed\xdb\xb7\x4f\x85\x42\x41\xb5\x5a\x4d\ \xd3\xd3\xd3\xba\x7e\xfd\xba\xb6\xb6\xb6\xf4\xd4\x53\x4f\x45\xa1\ \x69\x57\x57\x97\xce\x9c\x39\xa3\x7f\xfc\xc7\x7f\xd4\xe2\xe2\x62\ \x6c\xa9\xf7\x53\x05\x90\x4d\x82\x8d\x97\x5f\x7e\x39\x3a\x6d\xa3\ \x07\x1e\xe1\x02\x6a\x7d\x27\x27\xcf\x81\x4d\x21\x90\x2a\x14\x0a\ \x51\x83\x45\x7a\x0e\x26\x06\xa6\xa9\x56\xab\xa9\xb7\xb7\x37\x8c\ \x39\xa0\x08\xfd\x2e\x95\x4a\xe1\xc8\x28\xe0\x46\xc6\xa0\xe9\x01\ \x63\xe8\x2c\x6b\xe2\x4c\x6f\x47\x47\x87\x0a\x85\x42\xe8\x18\x86\ \xb8\xab\xab\x2b\xb6\xeb\x2f\x2c\x2c\x68\x6a\x6a\x2a\xea\xe1\x90\ \x8b\x9d\x9d\x1d\xe5\xf3\xf9\xd8\x5d\xe6\xce\x30\x93\xc9\x44\x0d\ \x25\x40\x04\x96\x03\xf6\xd2\xc1\x15\xb2\x49\x60\x0b\xb8\xe4\xb9\ \xb1\x25\x92\x74\xf3\xe6\x4d\x9d\x3f\x7f\x5e\x87\x0f\x1f\x8e\x3a\ \xbd\xa5\xa5\x25\x49\xd2\xf0\xf0\xb0\xea\xf5\xba\xde\x78\xe3\x8d\ \x70\x2e\x73\x73\x73\xc1\x18\xb4\xb7\xb7\xeb\xf8\xf1\xe3\xa1\x07\ \xfb\xf6\xed\x6b\x92\x67\x02\x4c\xea\xe0\x28\x4c\xf6\xba\x2c\x49\ \x4d\x41\x24\xf3\xee\xfa\xeb\xed\x41\x08\x08\xea\xf5\x7a\xd4\x4e\ \xe2\xec\xa8\xc9\xd9\xd9\xd9\x89\x8d\x04\xdc\x73\x6d\x6d\x4d\xaf\ \xbc\xf2\x8a\x4e\x9f\x3e\x1d\x2c\xe0\xbd\x80\x92\x7f\xd6\x8a\x69\ \x62\x9c\xf7\x7a\xff\x5e\xaf\x77\x63\xbf\x7c\x2c\xb0\x89\x9e\x6e\ \xae\x54\x2a\xef\x28\x39\xa1\x63\x3a\x35\x66\xeb\xeb\xeb\x4d\xbb\ \xed\x1c\xbc\x72\x1f\x07\x1d\x0e\xdc\xdd\x0e\x3b\xe0\x70\xc6\xcb\ \x83\x74\xcf\x2e\x39\x58\x40\xc7\x1c\x64\x61\x33\xb9\x87\x07\xb0\ \xde\x72\x89\xb2\x1c\x2f\xdf\xf1\x00\x1d\x7f\xc0\x35\xb1\x5b\x1e\ \xd8\x3a\xe9\x01\x48\x74\xfb\xc9\xf8\xc0\x04\x90\x37\x90\x29\x0e\ \x16\x3d\x43\xc3\x5c\xe2\x37\xf1\x1b\xf8\x3c\xd6\x09\xbf\xe8\xac\ \x16\xc1\xa0\x03\x31\xe6\x13\x3f\xe0\x4c\x2f\xf7\xe2\x5a\xe8\x31\ \xf7\xcd\xba\xb1\x76\xe7\xe1\xec\x82\x47\xef\x4e\x47\xf2\x1b\xcf\ \xcb\xf2\x7b\xa2\x6f\x17\x4c\x0c\x0f\x86\x9d\x45\x72\xe4\xc7\x77\ \xbd\x38\xd4\x91\x3d\xd1\xbe\x83\x1a\x26\x89\xfb\x7a\xfd\x53\xb2\ \x88\x15\xa1\x2d\x14\x0a\xd1\x66\x62\x69\x69\x29\x84\x11\x67\x80\ \xe3\x41\xf0\x32\x99\x4c\x44\xb3\x4e\x21\xe2\xd8\x49\x5f\x32\xc1\ \x52\x73\x7a\xca\xd3\x65\xa4\x2a\x98\x0f\x67\x8a\x92\xc0\x86\x67\ \xf4\xdd\x63\xac\x19\xc6\x8e\x1a\x11\x7a\xb8\x74\x75\x75\xa9\xb7\ \xb7\x37\xb6\xe9\x67\xb3\xbb\xe7\xdc\xcd\xcc\xcc\x44\xcd\x19\x3b\ \x13\x9d\x11\x82\xd1\x63\x4e\xbd\x10\x17\xd0\xe3\x51\x8b\xef\xa6\ \x72\x6a\x98\xe7\xe7\x59\x9d\xf1\xf4\x54\x09\xcf\xe8\xf4\x77\xd2\ \xf1\xa0\xec\x28\x3e\x86\xc2\x81\x4d\x12\xa8\x31\x06\x97\x27\x37\ \xb2\x0e\xbc\xb8\x0f\x73\xef\xcc\x99\xd3\xf0\x0e\xa8\x78\x5e\x37\ \x3e\xcc\x03\x86\xc6\x37\x26\xac\xae\xae\x46\xc3\xc5\x9e\x9e\x9e\ \x26\x9d\x5a\x5a\x5a\x0a\xf9\xc7\x58\xef\xec\xec\x44\x53\x5d\xc0\ \x13\xf2\x0d\x7b\xc5\x78\x47\x47\x47\xc3\x70\x4b\xbb\x8e\xeb\xed\ \xb7\xdf\xd6\xf0\xf0\xb0\x8e\x1e\x3d\x1a\x63\xca\xe7\xf3\xfa\x8f\ \xff\xf8\x0f\x3d\xfb\xec\xb3\x51\xbc\xe9\xa0\x8a\xb9\xf5\x68\x98\ \x14\x14\xc1\x87\xb3\x16\x18\x65\x9f\x33\x8c\xa0\xd7\x5e\xe2\x38\ \x61\x86\x78\x2e\x9c\x52\xad\x56\x8b\xdf\xb0\x66\x7e\x5e\x23\x35\ \x17\x00\x33\x8c\x2e\x63\x71\xf9\xe3\x39\x08\xd6\x00\x5a\xcc\x2d\ \xff\x47\x16\x91\x79\xd6\xdb\xe5\x8e\x20\x85\x12\x84\x7a\xbd\x1e\ \x4d\x6f\x49\x51\xfa\xf3\xa3\x9f\x80\x04\x00\x28\x3a\xea\x2c\x17\ \x6b\x0f\x28\xf1\xb9\x44\x3e\x39\xec\xb8\xbd\x7d\xb7\x89\xf0\xf8\ \xf8\xb8\xce\x9d\x3b\xa7\x67\x9f\x7d\x56\x1f\xfc\xe0\x07\x75\xe3\ \xc6\x0d\x2d\x2d\x2d\xa9\x58\x2c\xaa\xad\xad\x4d\x43\x43\x43\x71\ \x2c\x4d\x7f\x7f\xbf\x52\xa9\x54\xa4\x7d\xfb\xfb\xfb\x23\x3a\xf7\ \xba\x29\x67\x0f\x90\x49\x00\x5d\x4f\x4f\x4f\x93\xae\x33\x17\xd8\ \x57\xec\x7d\xd2\x1f\x78\xe0\xe6\x05\xff\x64\x26\x9c\xcd\x20\x4d\ \x99\xc9\x64\xa2\x7d\x00\x87\x46\x1f\x3d\x7a\x54\x95\x4a\xa5\xe9\ \x0c\xbc\x24\x00\x69\x05\xbc\x92\xa0\xe9\x5e\xff\xf6\xf5\xf6\xeb\ \x27\x5f\xfe\x7e\x2b\xb6\x0c\xf0\x03\x30\xe0\xe0\xe3\xc5\xc5\xc5\ \x38\xb2\xc9\x77\x0a\x13\xc0\xc3\xbc\xc2\x12\x79\xc0\xed\xbe\x97\ \xdf\x7b\xf0\xed\x29\x34\xff\x8d\x07\xca\xee\x9b\x90\x45\x67\x7f\ \xf1\x91\x5e\x1a\xe4\x9b\x2c\x9c\x41\xc2\x9e\x72\x4d\xaf\xab\x85\ \xb9\x86\x50\x00\x10\xc3\x3e\x13\xf8\x70\x2d\xb7\xcf\xf8\x39\x6c\ \x8b\x83\x6c\x4f\xbd\x13\x28\xf1\x6c\x64\xac\xd8\x45\xe8\xe4\x02\ \x9f\x13\xf8\xb9\xac\x38\x2b\xd5\x68\xec\x1d\x23\x84\x4f\xc2\xb6\ \x27\xc7\xe5\x73\xef\xa5\x07\xc9\x74\xb0\xef\x22\xc4\xee\x66\xdd\ \x59\xa1\x78\xee\x00\xb8\x88\xd3\x6a\x20\x3e\x16\x81\xda\x03\x4f\ \x45\xf9\x62\x32\xb1\x18\x43\x00\x41\x3a\xbd\x57\x0c\xc9\x77\xbc\ \x28\x9b\x89\x4a\xa7\xd3\x4d\xcc\x92\xa4\x40\xd3\x44\x88\x3c\x07\ \x42\xcb\xee\x48\x90\xa8\x3f\x7c\x4f\x4f\x8f\xf6\xef\xdf\xaf\x27\ \x9f\x7c\x52\xe7\xcf\x9f\xd7\xdb\x6f\xbf\x1d\x11\x3f\x07\xa2\x12\ \x25\x63\x18\x3d\xdd\x88\x72\x04\x4a\xfd\x3f\xa3\xb2\xb9\xb9\xa9\ \x9e\x9e\x9e\x26\xc6\xcb\x53\x64\xe9\x74\x3a\xf2\xf5\xf5\x7a\x3d\ \x68\x65\x69\xaf\x36\x0a\x25\x66\x91\x10\x4c\x04\x05\x61\x68\x6f\ \x6f\x8f\x42\xd0\x99\x99\x99\x70\x1e\x8d\x46\x43\xcb\xcb\xcb\xd1\ \x84\x93\xdd\x1c\x95\x4a\xa5\xa9\x47\x12\xeb\x0d\x00\xda\xd9\xd9\ \x09\x83\x80\xe3\x05\xe4\xba\x72\x38\xe8\x40\xd9\xdd\xb8\xba\x40\ \xe3\x58\x93\x85\x96\x7e\x2d\x7f\x5e\xfe\x9d\x4c\xbd\xb9\xc1\xe6\ \x1e\xfe\x39\xf7\x46\x79\xf9\x3f\x72\xe1\x80\xc1\x59\x27\x9e\x8b\ \x31\xf9\xd8\xdd\x98\x79\x3d\x99\x83\x44\xc6\x01\x10\x80\x16\x47\ \xd6\x00\xde\x0e\x8a\xbb\xbb\xbb\x35\x3e\x3e\x1e\x69\xb2\x42\xa1\ \x10\x3b\x07\x99\xeb\x7a\xbd\x1e\x45\xbf\xa4\xc7\xa4\x77\xa6\xd9\ \x01\x71\x8d\x46\x43\x2b\x2b\x2b\x5a\x5a\x5a\x52\xb5\x5a\xd5\xa1\ \x43\x87\x62\xdb\x3e\x14\xf7\x3f\xfd\xd3\x3f\xe9\x95\x57\x5e\x09\ \xe7\xe9\xce\x9c\x74\x9a\xaf\x67\xad\x56\x8b\xba\x29\x9c\x33\xec\ \x1a\xe0\x85\x08\x14\xe7\xe2\x80\x4a\x6a\x3e\x7d\x1e\x43\xcc\xae\ \x40\xe6\x84\xfe\x71\xe8\x10\xcf\xeb\xf3\x7c\xf8\xf0\xe1\x90\x5f\ \x5a\x5b\x70\x3f\xea\x93\x38\x96\xc7\x01\xbd\x03\x8a\xa4\xcc\x24\ \x1d\x75\xf2\xdf\xf4\x92\x22\x88\x40\xf7\x98\x0b\xce\x68\x4c\xa5\ \x52\xc1\xf6\xc1\xbe\xc0\xe2\x38\x20\xa7\xcf\x53\xb9\x5c\x6e\x0a\ \x2c\xb0\x79\x80\x19\x67\xc2\x01\x97\x83\x83\x83\xea\xeb\xeb\x8b\ \xf2\x87\x52\xa9\x14\xc5\xec\x9c\xef\xd9\xde\xde\xae\x67\x9e\x79\ \x26\x32\x0c\x99\x4c\x26\x4a\x19\x8a\xc5\x62\xb0\xfc\x80\x4a\x7a\ \xc9\x61\xf3\x9d\x2d\x21\xc0\xc5\xbe\xb2\x3e\xd4\xb5\xf2\x02\x68\ \xb9\x73\xf1\xc0\x77\x6e\x6e\x4e\x1d\x1d\x1d\x1a\x18\x18\xd0\xfc\ \xfc\xbc\x46\x47\x47\x83\xd5\x02\x54\x21\xf3\x43\x43\x43\x6a\x34\ \x1a\x5a\x5a\x5a\x52\x3e\x9f\xd7\x81\x03\x07\x54\x2e\x97\x43\x8e\ \x93\x41\x92\xbf\x92\x40\x29\xf9\x7e\x92\x10\x48\x82\xae\xe4\x35\ \xfc\x5a\x6e\x83\xfc\xfe\x0e\x62\xfc\x3d\xf4\xb4\x54\x2a\x45\x26\ \x07\x67\x0e\x13\xca\x7c\x01\x56\x01\xa0\xab\xab\xab\x4d\xbd\x02\ \xb1\xcb\x7e\x0f\xf4\x9f\xbf\x61\x3d\xdd\x2e\xbb\xdf\x83\x25\xe4\ \x19\xf9\x2e\x76\x0d\x7d\x75\x7f\x95\xd4\x05\xae\xed\x41\x29\x76\ \xc2\xb3\x25\x6c\xb6\x01\xec\x38\x8b\xe7\x7d\x23\x93\x76\x98\xf1\ \xfa\xf7\x00\xd6\xd8\x7c\xd2\x7d\xfc\x3e\x9b\xcd\x6a\x79\x79\xb9\ \xe9\x94\x10\x08\x15\xa9\xb9\x2f\x21\x2d\x24\x3c\x50\x87\x25\xf3\ \x0e\x07\x92\x22\xe0\xf3\x39\x70\x00\x9b\xac\xaf\x73\xff\xe8\x72\ \xc5\xbc\x64\xfd\xc7\xc9\x14\x95\x47\x67\x3c\x00\x88\x0e\x83\xc9\ \xe2\x73\x63\xaf\x1d\xf2\x74\xa2\x0f\x82\x49\xe4\xbb\x49\xc5\xf4\ \x74\x0e\x86\x17\xe6\x85\x5c\x3e\x0f\x07\x78\xe2\x3e\x95\x4a\xa5\ \xa9\x26\x8c\x88\x82\x28\x11\xc1\x9a\x9c\x9c\xd4\x8f\x7f\xfc\xe3\ \x00\x3c\x8d\x46\x43\xd3\xd3\xd3\xf1\xdc\xce\xda\xa0\x5c\x3c\x07\ \x8e\xd4\x69\x50\x49\x61\x3c\xf9\x3e\xca\xc2\xb6\x79\x37\x9e\x49\ \x83\xc1\xbd\x60\x3f\x10\x50\x22\x47\x98\xbe\x8e\x8e\x0e\x1d\x38\ \x70\x40\x47\x8e\x1c\xd1\xe8\xe8\x68\x44\xad\xd4\xd9\x38\xb3\xe4\ \x20\xc6\xc7\xe9\x60\x83\x6d\xe9\xcc\x8b\x3b\x12\x67\xe9\x9c\x2e\ \x75\x21\x72\x05\x71\x03\xcd\xdf\x6e\x34\x9c\x3d\x40\xe6\x78\xe1\ \x8c\x59\x23\xd6\x04\x70\x03\x50\x67\xae\xdc\xe8\x41\x9b\x3b\x4b\ \x46\x0d\x01\xcf\xe0\x72\xce\x1a\x33\x17\xbe\x99\xc0\x8d\x26\xf2\ \xec\x60\xd4\x59\x0b\x0c\x61\x6f\x6f\x6f\xcc\x21\x6b\xe6\xe9\x36\ \x18\x19\xce\x66\xf3\xf4\x2e\xa0\x80\x88\x9e\xfb\xd0\xe7\x0b\x90\ \x0a\xa8\x87\x29\xa4\x26\x10\xe3\x5d\xaf\xd7\xd5\xdb\xdb\xdb\xa4\ \x3f\x1c\x52\xfe\xa5\x2f\x7d\x49\x17\x2e\x5c\x88\xf5\x23\x38\xc2\ \x18\x39\x93\x04\x68\xf0\xfa\x25\xda\x41\x78\x6b\x13\x3f\xc6\xc7\ \x1d\x2d\x81\x07\xcf\x84\x3c\x02\x44\xd0\x05\x58\xa6\x7a\xbd\xae\ \x81\x81\x81\x60\xa7\x48\xfb\xf5\xf5\xf5\x29\x9f\xcf\xc7\x8e\x3f\ \x5e\xb0\x75\x49\xe0\x94\x74\x72\xc9\xbf\xb1\x33\xce\xa0\x26\x7f\ \xe3\x4e\xf8\xed\xb7\xdf\xd6\x9b\x6f\xbe\x19\x72\xec\xfd\xb8\xbc\ \xfe\xc5\xed\x1b\xd7\xe0\x33\x98\x43\xde\xa3\x8f\x10\x1b\x65\xf8\ \x9d\x97\x2a\x24\xe5\x3b\x9b\xcd\x6a\x62\x62\x42\xf3\xf3\xf3\x9a\ \x9b\x9b\xd3\xe0\xe0\xa0\x0e\x1f\x3e\xac\x9f\xfe\xf4\xa7\x4a\xa7\ \xd3\xda\xbf\x7f\xbf\x52\xa9\x94\x16\x16\x16\xf4\xbd\xef\x7d\xaf\ \x69\x97\x36\x36\x80\x62\x7c\xde\x6b\x6b\x6b\x53\x5f\x5f\x9f\xee\ \xde\xbd\xdb\x64\xeb\x93\x2c\x88\xd7\x3a\xae\xad\xad\x05\x0b\xc9\ \x3a\xf0\x1b\x58\x74\xec\x21\xcf\x50\xad\x56\x63\x27\x66\x47\x47\ \x47\x14\x86\xa7\x52\xa9\xa8\x33\x1c\x1a\x1a\x8a\xbe\x67\x8d\x46\ \x43\xa5\x52\x49\x0b\x0b\x0b\xa1\x27\x8b\x8b\x8b\x1a\x19\x19\x89\ \xb9\x75\xbd\x67\xdc\xfe\xb7\xff\xdf\xe5\x23\xe9\xd7\x92\xaf\xa4\ \x5e\x27\xef\xd3\x0a\x94\xb5\xfa\x3d\x2f\x40\x0b\x8c\x33\x32\xd0\ \xea\x3b\xb5\x5a\x2d\x58\x5d\x4a\x05\xbc\x54\x83\xf9\x4c\x06\x9e\ \xbc\x7c\xf3\x0b\x36\xdd\xeb\x56\xb9\x37\x60\x85\xde\x8f\x5c\xc3\ \x03\x36\x67\xc5\x18\xa3\x8f\x05\x7d\xac\x54\x2a\x5a\x5d\x5d\x8d\ \x33\x28\x77\x76\x76\x22\x0b\xe5\xcc\x33\xf2\x0d\x43\x45\x20\x09\ \x59\xc2\x98\x28\xed\xf1\xe7\x22\xa0\x6a\x6b\x6b\x8b\xf3\x50\x29\ \x03\x20\x10\xf3\xfa\x63\x0f\x9c\x5d\x9f\xb0\xd3\x3e\x9f\xce\x7c\ \x03\x86\xf0\x93\x10\x2a\xc8\x01\x73\xef\x3e\x0a\x9b\xcb\x75\x08\ \x94\x9c\x59\x97\xa4\x2c\xce\x20\x29\x7c\x2e\x08\xc9\x85\x25\xa5\ \x85\x21\xc6\x58\x73\x23\x77\xa0\x18\x12\x37\x28\x49\x54\xe8\x93\ \xea\xc6\x29\x29\x5c\x9e\x0e\xc2\x50\xa2\xfc\xae\x10\xbe\x43\x00\ \xe3\x0f\x53\x80\xd3\x59\x59\x59\x69\x8a\xe0\x92\xa9\x06\x9e\xd3\ \x41\x06\x7f\x7b\x9d\x17\x6c\x1c\xb5\x59\x30\x6c\x8c\x23\xa9\xb0\ \x8c\x1b\xb0\xc3\x18\x01\x11\x2e\x64\xcc\x6d\x7b\x7b\xbb\x26\x26\ \x26\xb4\xb0\xb0\x10\xdb\xd3\x5f\x7f\xfd\x75\xbd\xf4\xd2\x4b\xd1\ \xd3\x87\x39\x46\x48\x3c\xed\xe1\x60\xc0\xe9\x50\xd6\x0a\x47\xcd\ \x7c\x7b\x4e\xde\xa3\x18\x9e\x99\xf7\x89\xa6\xb8\xb7\xb7\xa9\x40\ \xc1\x30\xea\xc8\x88\x47\x07\xcc\x43\x32\x42\xf3\x14\xa9\xcf\x9f\ \xd3\xb3\x3e\x96\x24\x18\xf3\x75\xe3\xdf\x6e\xfc\x93\x4e\x36\x19\ \x01\xbb\x72\xb1\x4e\x6e\x6c\x79\x2f\x9f\xcf\xeb\x91\x47\x1e\xd1\ \xce\xce\x8e\xce\x9f\x3f\xaf\x43\x87\x0e\x29\x93\xd9\x6b\x26\x8b\ \x51\xa3\x76\x10\x60\xb5\xb6\xb6\xa6\xe5\xe5\xe5\xe8\xe3\x85\xb3\ \x02\xac\x74\x75\x75\x45\x6a\xab\xd1\x68\x44\x37\x71\x9c\xd6\xc6\ \xc6\x86\x6e\xdc\xb8\xa1\xd1\xd1\x51\xf5\xf6\xf6\x2a\x97\xcb\x45\ \x24\xbb\xb5\xb5\xa5\xc5\xc5\x45\x8d\x8d\x8d\x29\x93\xc9\xe8\x6f\ \xfe\xe6\x6f\x74\xf1\xe2\xc5\xd8\x49\x27\xed\x01\x2a\xe6\x1a\x06\ \x99\xa0\xa4\xbf\xbf\x3f\x58\x8c\xd1\xd1\x51\x95\xcb\xe5\x88\xc6\ \x99\xcf\x95\x95\x95\xa6\x56\x2a\xa4\xfc\x68\x9c\xdb\xde\xde\xae\ \x91\x91\x91\xb8\x0f\x60\xa1\x54\x2a\x45\x5d\xd9\xc0\xc0\x80\x0e\ \x1f\x3e\xac\x5c\x2e\x17\x85\xd8\xfe\xf2\xb4\x44\x2b\xe0\x94\xd4\ \x29\x7f\xdd\x8b\xed\xf8\x59\x9f\xa7\xd3\x69\xdd\xba\x75\x4b\x2f\ \xbe\xf8\x62\x9c\x9a\x40\xad\x29\x75\x36\x99\x4c\x26\xd2\x5b\x38\ \x37\xf4\x06\xd9\x43\x76\x88\xe8\x1d\x78\xa1\xef\xde\xf8\x10\x9b\ \x85\x5c\xc3\x9e\x8f\x8e\x8e\x6a\x61\x61\x41\x37\x6e\xdc\xd0\xf6\ \xf6\xb6\x06\x07\x07\x35\x38\x38\xa8\xf3\xe7\xcf\xab\xab\xab\x4b\ \x1f\xf8\xc0\x07\x94\xc9\x64\xf4\xb5\xaf\x7d\x4d\x77\xef\xde\xd5\ \xc8\xc8\x48\x93\x4e\x73\xe4\x58\xb9\x5c\xd6\xd8\xd8\x58\xe8\x28\ \x36\x10\x99\xc4\x76\x33\x37\x38\x28\x6c\xb8\xa7\xbb\x61\x65\xdd\ \x11\x11\xe4\xc0\x74\x21\xef\x67\xcf\x9e\x0d\xfb\x8c\xdc\x13\x14\ \xaf\xaf\xaf\xab\xbf\xbf\x5f\xe5\x72\x59\x27\x4f\x9e\x8c\x66\xb9\ \x64\x44\x52\xa9\xdd\x03\xb7\xd9\xc0\xd1\x0a\xe4\xdc\x4b\x2e\x98\ \x57\x5e\xef\x26\x0b\x7c\xfe\xb3\x40\x54\xab\xef\xb4\xf2\x97\xef\ \x06\xf2\x93\xc0\x4d\x6a\xde\x54\xd5\xdf\xdf\xaf\x5c\x2e\x17\x00\ \x86\xda\x20\x02\x18\xbe\xe7\x35\x90\xd4\x41\xf9\xee\x5e\x0f\xd6\ \xa9\x4d\xa6\xfc\x85\xdf\x7b\xc6\xc1\x6b\x2c\x91\x4f\x6c\x82\xa7\ \x90\x6b\xb5\x5a\x94\x97\x30\xae\x6a\xb5\x1a\x32\x41\xa3\x4e\x80\ \x38\xf6\x1f\xa6\xd9\x9b\x0e\x4b\x7b\xf5\x61\x04\x73\xb0\x6c\xc8\ \x88\xb4\xab\x13\x1c\x63\x47\x46\x8d\xa3\xac\xd6\xd6\xd6\x22\x80\ \xf5\x93\x63\xdc\xa7\x80\x53\xd0\x57\x9f\x53\x08\x10\x02\x58\x7c\ \x06\x7e\x05\x5f\xc6\x38\x24\x45\x56\x0b\x9b\xc6\x7b\x4e\x4a\xb0\ \x4e\x59\x5f\x10\x06\xe3\x4c\x54\xa3\xb1\x57\x38\x77\x2f\x81\x65\ \xa0\xfe\x7e\x92\xb2\xf4\xc1\xb5\xfa\x9e\xff\x9e\x87\xe4\xe5\x75\ \x0b\x4e\xaf\x7b\xfa\x86\x07\xc2\x80\x01\x4e\x70\xbe\x03\x03\x03\ \xba\x7d\xfb\x76\x6c\x15\xf7\xfe\x25\x7e\x2f\x47\xa0\x49\x90\xc1\ \x38\x93\x40\xc3\xdf\x77\x87\xcc\xff\x19\xa7\x83\x4a\xfe\x26\x6a\ \xe0\xbb\x28\x8d\xcf\x1d\x67\x3c\xa5\xd3\x69\xcd\xce\xce\x36\x51\ \xbe\x08\x0c\x91\xa9\x8f\xc1\x81\x5d\x2b\xb0\x08\x5b\xe4\x34\x32\ \xc0\xd0\x9d\x97\xa7\x7d\x1c\x80\x60\x60\x3d\x7d\xea\x60\xcf\xc1\ \xa4\x2b\xac\xa7\x6b\x1d\x24\x39\x88\xf5\x39\x6d\x55\x07\x80\x3c\ \xf0\x72\x60\xcd\xfc\x79\x1a\xdb\xd7\xc3\x23\x5a\xae\xc7\x58\x92\ \x2c\x6a\x12\xd8\xf9\xf8\x30\x1c\xfc\x6e\x7c\x7c\x5c\x5b\x5b\x5b\ \x3a\x79\xf2\x64\x9c\x40\x3f\x32\x32\x12\x47\x91\x90\x82\x85\xad\ \x1a\x18\x18\x88\x94\x32\xf5\x2d\x9d\x9d\x9d\xea\xeb\xeb\x8b\xcd\ \x1f\xab\xab\xab\x51\x8f\xe4\xba\x78\xfc\xf8\xf1\xa6\xe6\xaf\x1c\ \x7d\xd2\xd1\xd1\xa1\x23\x47\x8e\x68\x65\x65\x45\x7f\xfd\xd7\x7f\ \xad\xab\x57\xaf\x46\x7a\x1d\x99\xe6\x6c\x3d\x0c\x33\x86\x05\x63\ \xd2\xdb\xdb\xab\xf6\xf6\xdd\x86\xa3\xc7\x8f\x1f\xd7\xcc\xcc\x4c\ \xac\x35\x11\x23\x6d\x26\x46\x47\x47\x95\xcf\xe7\x23\xa5\x44\x3b\ \x09\x0c\x3b\xec\x05\xf3\x7a\xe0\xc0\x01\xad\xad\xad\xe9\xee\xdd\ \xbb\xba\xef\xbe\xfb\xa2\x38\xbb\x15\x48\x22\x60\x68\xe5\x94\x92\ \x6b\x7a\x2f\x47\xdb\x4a\x17\x92\xe0\xca\x75\x61\x66\x66\x46\x3f\ \xfc\xe1\x0f\x9b\x36\xce\x38\xfb\x9d\x4e\xa7\x23\x75\x4e\x5a\x05\ \x59\xc0\xd9\x48\xbb\x60\xcc\x0f\xbf\x95\xd4\xb4\xcb\x94\xb4\x1b\ \x20\x3c\xc9\x36\xfb\xb3\xac\xad\xad\x69\x63\x63\x23\x6a\x2b\x6f\ \xdc\xb8\xa1\xb9\xb9\x39\xed\xdb\xb7\x4f\x8f\x3d\xf6\x98\x5e\x7f\ \xfd\x75\x7d\xeb\x5b\xdf\x8a\x5e\x6a\x1c\x3f\xb2\xb1\xb1\x11\x7d\ \xf6\x3a\x3a\x3a\x34\x34\x34\xa4\x13\x27\x4e\xe8\xad\xb7\xde\x0a\ \x56\x9c\x7b\x24\x77\x9e\x25\xf5\x07\x67\x47\xd0\x28\x29\x18\x48\ \x74\xd7\x37\x27\xf1\x4c\xb7\x6f\xdf\x0e\xdd\x5c\x5a\x5a\xd2\xcc\ \xcc\x4c\xd4\xc6\x21\x4b\x5d\x5d\x5d\x9a\x9e\x9e\xd6\xe9\xd3\xa7\ \x63\xf3\xc5\xf4\xf4\x74\x38\xcf\xf6\xf6\x76\xf5\xf7\xf7\xbf\x43\ \x3e\x92\xb2\x91\x04\x39\xc9\xcf\x92\x01\x55\x2b\x79\x6a\x05\xc4\ \x92\x41\xf2\xbb\x01\xb1\x9f\x05\xec\x93\x9f\xb5\x02\x60\xa4\x94\ \xd3\xe9\x74\x00\x52\xcf\x30\x49\x7b\x60\x1f\x9d\x76\x3b\xee\xb6\ \x8b\xcd\x20\xf8\x00\x7c\x35\x41\x9d\xb4\xd7\xc7\x8d\x2c\x89\x97\ \xf6\xc0\xd4\x38\x1b\x04\xe8\xea\xea\xea\x8a\x1d\xb6\x5e\x33\xc5\ \x77\x90\x7d\xea\xf9\x28\xfe\x97\x14\x75\xd8\x92\x62\xf3\x03\xe3\ \xc0\x7f\x60\x8f\xb0\x51\x9c\xec\x82\x9d\xa7\x77\x9b\xfb\xae\xb1\ \xb1\x31\x0d\x0e\x0e\xea\xd2\xa5\x4b\x61\xe3\xf0\x31\xa4\x1a\xdd\ \xde\xc0\x1e\x52\xba\x04\x2b\xed\x99\x28\x2f\xd5\xc1\xe7\xb8\x1c\ \x78\x1d\x25\x6b\x02\x28\xcd\xba\x03\xf2\x54\x8f\x3b\x4d\x4f\x05\ \x49\x7b\xa9\x12\x26\x90\x8b\x39\x4b\x80\x63\xc2\x48\x3a\x93\x90\ \x34\x7c\xee\x64\x7d\xf0\x49\x23\xe8\x0c\x04\x0f\xe2\xcc\x18\x75\ \x23\x28\xbd\xe7\x95\x17\x17\x17\xe3\x6c\x37\x8c\x8e\x03\x3f\x17\ \x76\x07\x4b\x44\xe0\x3e\x56\x7e\x97\x4c\x29\x25\x15\xc8\xa3\x3b\ \x7f\x6e\x9f\x5b\x07\x94\xc9\x9d\x59\xbc\xe7\xa0\x00\x41\xe1\x73\ \xae\x97\x04\x0a\x5c\x03\xc1\xf1\xc2\x3f\xc6\x8b\xf2\x78\x21\x3d\ \x0a\xe6\xe3\x46\x48\x7d\xbe\xbc\x2e\x29\x09\x00\x5c\x10\x7d\xce\ \xf8\x3f\x72\x84\x03\x4b\x82\x56\xa7\xbb\x7d\x6e\x91\x4b\x97\x55\ \x07\xe6\x0e\x80\x18\x3f\x72\xe3\xc6\xc9\xe5\xcf\x9f\x27\x09\x9a\ \x3d\x28\xf0\xb9\x05\xcc\xd6\xeb\x75\x5d\xbb\x76\x2d\xda\x21\xfc\ \xf4\xa7\x3f\xd5\xf1\xe3\xc7\x75\xe7\xce\x9d\x60\x16\x25\xe9\xd0\ \xa1\x43\x7a\xf4\xd1\x47\x55\xad\x56\x75\xf9\xf2\xe5\xd8\x9d\x45\ \xaf\xb5\x4c\x26\x13\xb5\x45\xde\xbf\xad\xd1\x68\xe8\xca\x95\x2b\ \xca\xe7\xf3\xda\xbf\x7f\x7f\x53\xf4\xd5\xd6\xd6\x16\x3b\xd8\x78\ \x76\x52\x6d\xcf\x3f\xff\xbc\xfe\xdf\xff\xfb\x7f\xda\xdc\xdc\x8c\ \x66\xac\x8d\x46\x23\x52\x99\xec\xc4\x19\x1a\x1a\xd2\xe0\xe0\x60\ \x1c\x2e\x5d\xab\xd5\x74\xf5\xea\xd5\x60\xdc\xb2\xd9\xac\x8e\x1f\ \x3f\xae\x87\x1f\x7e\x58\x13\x13\x13\x5a\x5a\x5a\xd2\x37\xbf\xf9\ \x4d\x15\x8b\x45\x0d\x0d\x0d\xc5\x78\xdb\xda\xda\x34\x3f\x3f\x1f\ \xc7\xcf\xa4\xd3\x7b\x0d\x85\x37\x36\x36\xc2\xa8\x0f\x0e\x0e\x6a\ \x7b\x7b\x5b\xd3\xd3\xd3\xea\xec\xec\x8c\x9e\x48\xee\x64\xdc\x70\ \x25\x75\xaa\x95\x63\xbc\x17\xe8\xe2\xb3\x56\xd7\xf6\xeb\xb8\xae\ \x2c\x2f\x2f\xeb\xd9\x67\x9f\x8d\xd4\xc6\xf2\xf2\x72\xec\xea\x43\ \xae\x60\xa9\x90\x0f\xd2\x31\xec\xd4\x43\x3f\x91\x4d\xf4\xc1\x59\ \x42\x67\x8d\xbc\x26\xc5\x23\xe0\xa1\xa1\xa1\x88\xba\x01\x42\xa4\ \xdb\x7f\xf0\x83\x1f\xe8\xf8\xf1\xe3\xfa\xe4\x27\x3f\xa9\x74\x3a\ \xad\x3f\xff\xf3\x3f\x8f\x96\x2d\xc8\x7b\x67\x67\xa7\x2a\x95\x4a\ \xc8\x07\x29\xd8\xcf\x7e\xf6\xb3\xfa\xbd\xdf\xfb\xbd\x26\xdd\xa6\ \x50\xd8\x75\x91\xba\x30\x6c\x41\x5b\x5b\x5b\x00\x4b\x74\x0b\xe0\ \xce\x7a\x53\x97\x07\xe3\xd5\xd1\xd1\xa1\xde\xde\xde\xa8\xab\xcd\ \x66\xb3\xd1\xbc\x96\x7a\x24\xd2\xc5\x2b\x2b\x2b\xba\x7e\xfd\xba\ \xfa\xfa\xfa\x82\xb9\x5d\x5d\x5d\xd5\xc8\xc8\x88\x76\x76\x76\xb4\ \xbc\xbc\x1c\xb2\x9c\x5c\xef\x56\x80\x27\x09\x8a\x5a\xc9\x46\xab\ \x57\xab\xf7\x7f\x16\xa0\x6a\x25\x5b\x3f\xeb\xfb\xfe\x77\x2b\x20\ \x28\x49\xbd\xbd\xbd\x6a\x34\x76\xeb\x2b\x9d\x71\x06\x44\x71\xdf\ \x56\xf5\x3f\x80\x63\xb2\x0c\x04\x50\x9e\x5d\x4a\xb6\x37\x70\xb9\ \x26\x55\xe6\xef\xb9\xef\xc1\x67\xc0\x4c\xb1\xab\x4c\x9b\xbf\x05\ \x00\x00\x20\x00\x49\x44\x41\x54\x0f\x9f\xe9\x2c\x14\xf2\x05\xeb\ \xc5\x78\xbb\xba\xba\x54\x2a\x95\x74\xfd\xfa\x75\x2d\x2f\x2f\x6b\ \x78\x78\xb8\x29\xd0\x45\x3f\x52\xa9\x54\x1c\x21\x46\x43\x51\x69\ \x2f\xc0\xf5\xba\xc3\x8d\x8d\x0d\xcd\xce\xce\x36\xe1\x0f\x6c\x0c\ \x73\xc2\xdf\xfe\x1e\x9b\x4a\x7c\x1e\x92\xbb\x0c\x21\x6f\xbc\x24\ \x05\x46\xcf\x6d\x8d\x6f\x06\xca\x32\x10\x5e\x49\x27\xe5\x4e\xc7\ \x1d\x97\xd4\x5c\xf4\x96\x4e\xa7\x03\xc9\xf1\x3d\x04\x21\x19\xa1\ \x3a\xa8\x49\xde\xd3\x9d\xa2\x03\x39\x1e\xde\x9d\xaa\x33\x18\xbc\ \xd8\xad\xc2\xe7\x8d\xc6\xee\xa1\x92\x33\x33\x33\x71\x3d\xdf\xba\ \x99\x54\x42\x16\xd8\xef\xc7\xb3\xf1\x4c\x9e\xcf\x46\xc8\x3d\xfa\ \x71\x25\xf1\xeb\xe3\x08\x3d\x65\x82\x91\x66\x2e\x3d\x15\xea\xbb\ \x2f\xb8\x2e\x42\x9d\x9c\x7f\x17\x88\xd8\xc1\x90\x6d\x3e\x97\xcd\ \x01\xaa\xcf\x2d\xca\x44\x21\x61\xd2\xd8\xf3\x5d\x6f\x24\x08\xa0\ \xe2\x39\x49\x1f\xe1\x38\x3c\xed\xcc\x3c\x38\xf3\x03\xa5\xed\xc0\ \xcd\xe7\xca\x23\x0c\xc6\xee\x32\x89\x4c\xa1\x3c\x0e\x78\x79\xb5\ \x02\x5d\x3e\x16\x58\x1d\x7e\xeb\xf5\x06\x3e\x5e\x07\xb3\x0e\x7e\ \xb6\xb7\xb7\x75\xe5\xca\x95\xa6\x5c\xfc\xed\xdb\xb7\x95\xcd\x66\ \x35\x3d\x3d\xad\x46\xa3\xa1\xd9\xd9\x59\x9d\x39\x73\x46\xf9\x7c\ \x5e\x27\x4f\x9e\x8c\x4d\x18\x5b\x5b\x5b\x51\x40\x5e\xaf\xd7\xb5\ \xb4\xb4\x14\x35\x54\x38\xe1\xed\xed\x6d\x1d\x3d\x7a\x34\xd2\x86\ \x00\x3b\x8c\x09\xc6\x65\x67\x67\x27\x8e\x1d\xf9\x9f\xff\xf9\x1f\ \x9d\x3d\x7b\x56\x07\x0e\x1c\x88\xe7\xed\xea\xea\x0a\x50\x84\x8c\ \x1c\x3a\x74\x48\x85\x42\x41\xfb\xf6\xed\x53\x7b\x7b\xbb\xae\x5d\ \xbb\xa6\x1f\xfd\xe8\x47\x1a\x19\x19\xd1\x63\x8f\x3d\xa6\xff\xf8\ \x8f\xff\x88\xed\xd1\xeb\xeb\xeb\xfa\xf2\x97\xbf\xac\x9e\x9e\x1e\ \x8d\x8e\x8e\x86\x03\x44\x36\x66\x66\x66\x62\x97\x9f\x1b\xec\xcd\ \xcd\xcd\x88\x9e\x49\x01\xce\xcf\xcf\x47\x6f\x39\x5f\x0f\x97\x93\ \x9f\xf5\xba\x97\x23\xbb\x97\x73\x6c\x05\xa8\xfc\x95\x4e\xef\xa6\ \xb3\x5f\x79\xe5\x15\x2d\x2e\x2e\x46\xd9\x01\x2c\xa2\x07\x9e\x18\ \x62\xae\xe9\xf5\x17\xfc\x1b\x3b\x48\x6d\x8a\xdb\x2c\x1f\x17\xc1\ \x21\xd7\xa7\x2e\x66\x6c\x6c\x4c\x27\x4f\x9e\x8c\x4d\x0b\x23\x23\ \x23\xba\x7a\xf5\xaa\xe6\xe6\xe6\x54\xaf\xd7\x75\xf3\xe6\x4d\xfd\ \xd1\x1f\xfd\x91\x3e\xfa\xd1\x8f\xea\x2f\xfe\xe2\x2f\x22\x6d\x47\ \x0a\x11\x9d\xc6\x6e\x55\xab\x55\x0d\x0f\x0f\x47\xcd\xd5\x9f\xfd\ \xd9\x9f\xe9\xc7\x3f\xfe\xb1\xe6\xe6\xe6\xc2\x41\x00\x10\xa5\xbd\ \x9a\x19\xc6\x89\x5e\xf7\xf6\xf6\x36\xa5\x8c\xbc\xdc\x00\x7d\xe6\ \x68\x14\x6c\x90\xeb\xe4\xea\xea\xaa\x6e\xdc\xb8\x11\x01\x1b\xa7\ \x6e\x64\x32\x19\xdd\x7f\xff\xfd\x9a\x9b\x9b\xd3\xd0\xd0\x90\xaa\ \xd5\xaa\x2a\x95\x8a\xf2\xf9\x7c\xcc\x25\xfa\xe1\xb6\x21\x29\x07\ \x49\xa0\x72\x2f\x79\x71\x06\x3f\x69\x2f\xee\x05\xd6\x5c\xbe\x92\ \xe0\x2d\x69\x2f\xee\xf5\xba\xd7\x77\xee\x65\x9b\x48\x45\x73\x48\ \x3b\xe3\xc6\x46\x63\x73\xa5\xbd\xcd\x11\xc8\x12\xf6\x2a\x95\xda\ \xab\xad\x82\x54\x90\xf6\xb2\x4e\x0e\x7a\x24\xbd\x83\xd5\xa6\x6e\ \x92\xf3\x06\x73\xb9\x5c\x53\xb3\x58\xc0\xb8\x8f\xc9\xe5\x26\x9f\ \xcf\xc7\x7d\x1d\x84\x03\xf8\xaa\xd5\xaa\xc6\xc7\xc7\x23\x8d\xee\ \xeb\x02\x70\xaa\xd5\x6a\xc1\x90\x7b\xca\xce\x53\xa0\xbe\x89\x8c\ \x8d\x14\x64\x4b\xd0\x2b\xc7\x25\xd2\xde\xc9\x1e\xae\xbb\xfe\x1d\ \xcf\xce\x60\x67\xdd\x07\x30\xdf\x04\xa7\xe8\x3a\x80\xb3\x5a\xad\ \xee\x16\xb9\xf3\xe2\xc7\x6e\x3c\x5d\x80\x78\x28\x9c\x49\x92\x59\ \x91\x9a\x77\x21\x3a\x58\xe1\x6f\x4f\x87\x25\x05\x96\x87\x61\xc1\ \xdd\x39\x7a\xfd\x10\xaf\x24\x5d\xe7\x86\x0e\x87\x2c\x29\x6a\x58\ \xb8\x0e\x02\xe8\x2c\x8c\x1b\x3c\xbe\xe7\x4c\x93\x0b\x6b\xa3\xb1\ \xd7\xcf\xc8\xc1\x13\x82\xe5\x0a\xc5\x3d\xf8\x3d\x06\xd8\xd9\x20\ \x90\xb0\xdf\x6b\x7b\x7b\x3b\x1a\x1f\xba\x31\x77\x83\xc7\xdf\x3e\ \x86\xe4\xdf\x00\x23\x5f\x5b\x6a\x79\x7c\x4e\x89\x32\x18\x17\x06\ \x96\xb1\x01\x3e\x98\x57\x8f\x0e\x18\x03\xce\x9b\xda\x2b\x9f\x07\ \x97\x01\x5e\x18\x03\x97\x3f\x37\xda\x80\xc5\x24\x20\x74\xc0\xe5\ \x63\x44\x01\x18\xbf\x47\x6f\x0e\x6c\x3d\x65\xc5\x9c\x23\xcf\x8c\ \x37\xe9\x98\xf9\x1e\xeb\xe3\x4e\x8c\xe7\xd8\xda\xda\xd2\xf4\xf4\ \x74\xbc\x2f\x29\xea\xb1\x00\x56\xec\x76\xf3\x71\x6f\x6f\x6f\x47\ \xad\x16\x86\xaf\x58\x2c\x46\xba\xae\x5a\xad\xaa\x50\x28\x44\x7d\ \x03\x45\xa1\x50\xe0\x38\xaa\x2f\x7d\xe9\x4b\x9a\x9c\x9c\x8c\x34\ \x5d\x67\x67\xa7\x06\x07\x07\x55\xad\x56\x55\x2c\x16\x95\xcb\xe5\ \x34\x38\x38\xa8\xa1\xa1\xa1\xd8\x59\xf6\xc3\x1f\xfe\x50\x67\xcf\ \x9e\xd5\xdc\xdc\x9c\x0e\x1d\x3a\xa4\xd1\xd1\x51\x5d\xbc\x78\x31\ \xc0\xf6\x17\xbf\xf8\xc5\x60\x72\x8a\xc5\xa2\x1e\x7d\xf4\x51\x4d\ \x4c\x4c\x68\x65\x65\x25\x40\x36\x80\xd0\xeb\x3a\x9c\x99\x41\x56\ \xab\xd5\x6a\xf4\xf2\x9a\x98\x98\x68\x02\x6a\xc9\x79\x6e\x05\x86\ \x92\x01\x5f\xf2\x95\xd4\x81\x56\x9f\xfb\xdf\xee\xd4\x5e\x7f\xfd\ \x75\x5d\xbd\x7a\x35\x0c\x3b\xbb\x7a\x49\x15\xee\xec\xec\x68\x65\ \x65\x45\xe9\xf4\x5e\x8b\x15\x67\xf4\x71\x1c\xee\xc8\x1c\x88\xfb\ \xf7\xdc\x3e\xba\x2e\x48\xbb\x75\x7d\x47\x8f\x1e\xd5\x6f\xff\xf6\ \x6f\x6b\x6a\x6a\x4a\x5f\xf8\xc2\x17\xd4\xdd\xdd\xad\xd1\xd1\x51\ \x55\x2a\x15\x15\x0a\x05\x3d\xfc\xf0\xc3\x2a\x95\x4a\x5a\x5e\x5e\ \xd6\xf3\xcf\x3f\x1f\xb5\x4b\x0e\x70\x61\xcc\x60\x0a\xfa\xfa\xfa\ \x74\xf3\xe6\x4d\xcd\xce\xce\xea\xe9\xa7\x9f\x56\xa1\x50\xd0\x37\ \xbe\xf1\x8d\xf8\x6e\xbd\x5e\x8f\xdd\x56\x3c\x33\xa0\xaf\x56\xab\ \x45\x69\x05\x69\x41\xf4\x85\x60\x95\xac\x00\x85\xfc\xd8\x00\x36\ \xdc\x64\x32\xbb\x75\xa3\x74\xf8\x5f\x58\x58\x08\x90\x45\x1a\xf1\ \x03\x1f\xf8\x80\x3a\x3a\x3a\xa2\xc8\xdb\xcb\x27\xb6\xb7\xb7\xa3\ \x2d\x45\xd2\x27\xdd\xeb\xf5\xb3\x00\x4f\xf2\x73\xbf\x5e\x2b\x7b\ \xfe\xf3\x82\xfa\x7b\xc9\x6d\x12\xe8\xbf\xdb\x7d\xa5\x3d\x00\x91\ \xcf\xe7\xb5\xb2\xb2\x12\x36\x58\xda\xb3\x9d\xd8\x46\xb7\x45\x9e\ \xb1\xe0\x33\x64\xd2\x59\x29\xe6\xd0\x1b\x9f\x62\x8f\x7c\xbc\xc8\ \xd4\xce\xce\x4e\x94\x0a\xb8\xdf\x77\xff\xe6\xe3\x86\x51\xf5\xa3\ \x7c\x60\xb2\xb0\x19\xf4\xcc\xe3\xfa\xd8\x3f\xae\xe5\xad\x7f\x32\ \x99\x4c\x34\x5d\x4e\xa7\xd3\x71\x6a\x43\xab\x26\xdc\x0e\x32\xf1\ \x77\x90\x3f\x9e\xf6\x74\x06\x1d\x3f\xe7\x99\x37\xde\x93\xf6\x52\ \xe2\x8c\x87\xeb\xbb\x5f\xc2\x6e\xc4\x46\x24\x26\x12\xc3\xc5\xc4\ \x27\x53\x5a\x50\xe3\x5e\x00\x87\x63\x72\xb0\x92\x14\x12\x5f\xa8\ \x7b\x09\xa6\xb3\x25\xfc\xe7\xfd\x27\x18\x8b\xa3\x4d\x37\x62\x2c\ \xb8\x2f\xb0\xa3\x4c\x07\x7b\x28\xac\x33\x6d\xfc\xc6\xc7\xef\xdf\ \xc5\x98\xb0\x28\xd4\xd0\x6c\x6f\x6f\xc7\x41\x96\xfe\xdc\xcc\x19\ \x4a\xd0\x0a\xac\x39\x63\xe3\x85\xdf\xbe\xfb\xc3\x53\x81\x3e\x5f\ \xad\x40\x90\x03\x13\x5f\x23\x84\xc3\x9d\x3e\xf7\x20\x92\x44\xe8\ \x70\x12\x00\x3c\xee\x4b\xd4\x8a\x1c\xa0\x70\xa4\x4f\x28\x10\x24\ \xda\x77\x0a\x99\x75\x63\x1c\xfe\xdc\xad\x6a\xb7\xfc\x6f\xe6\xd1\ \x65\x89\xdf\xb3\xe6\xac\x9b\x3f\x93\x53\xe3\x9e\xde\x75\x59\xf2\ \xb1\x38\xd0\x71\x79\x74\x23\xc6\x7d\x90\x41\xdf\xf9\xc5\xef\xdd\ \x98\x71\x1d\x4f\x27\x96\xcb\x65\x1d\x3e\x7c\xb8\x29\x7d\xb3\xb2\ \xb2\xd2\xd4\x6c\x53\x52\xd4\x66\x79\x7d\x17\x7d\x75\xb8\x1f\xf2\ \x51\x2a\x95\xb4\xba\xba\xaa\xcf\x7f\xfe\xf3\x9a\x9d\x9d\x8d\x86\ \xa3\x83\x83\x83\xca\xe7\xf3\x1a\x1e\x1e\xd6\xd0\xd0\x90\xfa\xfa\ \xfa\x22\x88\xb8\x79\xf3\xa6\xbe\xf7\xbd\xef\xe9\xe6\xcd\x9b\x5a\ \x5b\x5b\x53\xa1\x50\xd0\xd0\xd0\x90\xd6\xd6\xd6\xf4\xd6\x5b\x6f\ \x45\x3d\x44\xbd\xbe\xdb\x5c\x10\x90\x36\x3a\x3a\xaa\xa7\x9f\x7e\ \x5a\x53\x53\x53\xf1\x9c\xb4\x20\x29\x16\x8b\x4d\x72\x8c\x63\x86\ \x89\xad\xd7\xf7\xfa\xe5\xd4\x6a\x35\x2d\x2e\x2e\xaa\x5e\xaf\x07\ \xab\x96\x64\x1f\x59\xb3\x56\xac\x02\xdf\xfb\x59\x0e\x34\x79\x1d\ \x5e\x49\x19\xb8\x7c\xf9\xb2\x26\x27\x27\xc3\x40\x72\x48\xf3\xf2\ \xf2\x72\xd8\x12\x00\x86\xd7\x0f\x21\x3b\x3c\x17\xe9\x5d\x77\x82\ \x8c\xd3\x23\x74\x6c\x26\x00\xa5\x56\xab\x45\xaf\x2a\x58\xc5\xe5\ \xe5\x65\x8d\x8f\x8f\xab\xaf\xaf\x4f\x27\x4f\x9e\xd4\x47\x3f\xfa\ \x51\xdd\xbc\x79\x53\xdf\xfe\xf6\xb7\x35\x33\x33\x13\x1b\x6d\xe8\ \x79\xc5\xe1\xf2\x1b\x1b\x1b\xd1\x1b\x0b\x47\xdb\xdb\xdb\xab\xae\ \xae\x2e\xbd\xf1\xc6\x1b\x1a\x1e\x1e\xd6\xed\xdb\xb7\x75\xdf\x7d\ \xf7\xe9\xc3\x1f\xfe\xb0\x9e\x7d\xf6\xd9\x70\xc6\x92\xa2\xf5\x06\ \x80\x3f\x9d\x4e\x6b\x78\x78\x38\x6c\xdc\xfa\xfa\x7a\x13\xe3\x01\ \x78\x72\xb9\xf4\xb2\x0d\x7a\xa8\x8d\x8e\x8e\x6a\x65\x65\xa5\x29\ \xc3\x40\x5b\x9c\xe1\xe1\x61\x7d\xef\x7b\xdf\xd3\x43\x0f\x3d\xa4\ \xfb\xef\xbf\x5f\xc5\x62\x51\x95\x4a\x25\xc0\x14\x36\x69\x66\x66\ \x26\x0e\x5c\x76\xfb\x9e\x94\x83\x7b\x01\xe9\x56\x9f\xff\x2c\xb9\ \x69\x25\x3f\xad\xe4\x32\xf9\xb9\xff\x26\x49\x26\x24\x81\xd6\xbb\ \xb1\x5f\x8d\x46\x43\x7d\x7d\x7d\xc1\x2a\x21\x9f\xf5\x7a\x3d\xea\ \x2f\x93\xbe\x8e\xcd\x27\xd8\x4b\x36\x20\x49\x7a\x47\x21\x38\x76\ \xc7\xed\x8f\x33\x44\x04\xad\xd9\x6c\x56\xc5\x62\xb1\x09\x5c\xf3\ \x3b\xee\x21\x29\x36\x32\xf9\x31\x47\xe8\x0b\x3b\x51\xd9\x6c\xd6\ \xd7\xd7\x27\x49\x4d\x4c\x2f\xd7\xc5\xb7\xe6\x72\xb9\x26\x7f\x0e\ \x48\xec\xeb\xeb\x53\xa9\x54\x8a\x4c\x01\x36\xc4\x6d\x38\x75\x6a\ \x7c\xee\xa0\xd0\x99\x36\x07\x5a\x9e\x1e\xa4\xbc\x06\x1b\xee\x3e\ \x84\x39\xe4\x99\xf1\xbb\x0e\x0c\xb3\xd9\xec\x6e\x0d\x16\x37\x76\ \xb6\xc5\x7f\x88\x61\x71\xb4\x96\xac\xcb\xc2\xd9\x79\x1b\x07\x26\ \x0c\x27\x05\xb2\x64\xf1\x18\x24\x0f\x98\x04\x3f\xc9\x82\x73\xee\ \xe7\xf5\x30\x3c\x90\xbf\xe7\x4e\x15\x56\xcb\x77\xe9\x24\xc1\x55\ \x32\x9a\x64\xd1\x93\xb5\x4d\x3e\x71\xd2\x6e\xaf\x8e\x42\xa1\xa0\ \xf5\xf5\xf5\xa6\x2d\xa7\x8c\xcb\xe7\x8c\x67\xe7\x73\xae\xe7\x0c\ \x8e\x6f\x77\x66\x7e\xf8\x1d\x8b\x87\x41\xc7\x30\xb3\x83\xcc\xf3\ \xd0\xd0\x96\x3c\x07\xd7\x60\x07\x1a\x5b\xec\x79\x6f\x73\x73\x33\ \x0e\x7a\x25\x92\xe5\xb9\x1d\x58\xb0\x36\x9e\x07\x27\x05\xe4\x60\ \xc8\x01\x38\xeb\xc8\x5a\x38\xfb\xe9\xc6\x99\xfb\x25\x01\xb9\xaf\ \x3d\x72\xc6\x9a\x31\x1f\x0e\xec\xa8\x09\x22\xda\x62\x7e\x5d\xee\ \x3c\x2a\x22\x2a\xe4\xf7\x1e\x8d\xc0\x74\xa1\x1b\x00\x36\xc6\xe8\ \xd4\xbb\x53\xf8\x8c\x93\xf7\xf8\xed\xe4\xe4\xa4\x56\x56\x56\x22\ \xd5\x81\x21\xea\xed\xed\x8d\xee\xe5\x00\x2b\x0c\x00\xc0\x04\x79\ \xed\xe9\xe9\x51\x3e\x9f\x57\x3a\x9d\x56\x5f\x5f\x9f\x6e\xdf\xbe\ \xad\xaf\x7c\xe5\x2b\xea\xea\xea\xd2\x43\x0f\x3d\xa4\xc1\xc1\x41\ \x1d\x3b\x76\x4c\x83\x83\x83\x31\xee\x85\x85\x05\xbd\xf0\xc2\x0b\ \x9a\x99\x99\xd1\xcc\xcc\x4c\xc8\x36\x8c\x87\xd7\x11\xf4\xf4\xf4\ \xa8\xbb\xbb\x3b\xd8\x9c\xe1\xe1\x61\xfd\xce\xef\xfc\x8e\x2e\x5c\ \xb8\xa0\x5c\x2e\x17\x6d\x41\xd8\xb9\xc3\x0e\x43\xe6\x8d\x3a\x31\ \xe6\x1c\x99\x64\x3e\x30\x76\x53\x53\x53\xba\x7d\xfb\xb6\x9e\x7c\ \xf2\xc9\x98\xaf\xa4\xc3\x7a\x37\x07\xc6\xdc\xb4\x72\xa6\xef\xf6\ \x5b\x7f\x91\xca\x7d\xe5\x95\x57\x34\x3b\x3b\xab\x5a\xad\x16\x0e\ \x88\x4e\xcf\x3d\x3d\x3d\xba\x72\xe5\x4a\xd4\x9a\x60\xe0\x29\x08\ \xf6\x2d\xde\x5c\x13\x87\xe0\x29\x6c\xc6\xeb\xc5\xbc\x5e\xdc\x3e\ \x34\x34\xa4\xd5\xd5\x55\x4d\x4c\x4c\x04\x98\x18\x1b\x1b\x53\x47\ \x47\x87\x5e\x7b\xed\x35\x3d\xf1\xc4\x13\x3a\x7c\xf8\x70\x74\xc0\ \xc6\x91\xee\xdb\xb7\x4f\x77\xee\xdc\x51\x2a\x95\x8a\xd6\x17\x38\ \x00\x8a\x77\x8b\xc5\xa2\xe6\xe7\xe7\x35\x3d\x3d\xad\xb1\xb1\x31\ \xcd\xcf\xcf\xab\x56\xab\xe9\x0f\xff\xf0\x0f\x75\xfe\xfc\x79\xcd\ \xcf\xcf\xc7\xf8\x18\x23\x8e\x07\x76\x0a\xe6\x8d\x93\x13\x3c\x38\ \xc3\x39\xc2\x0c\x30\x2f\x9b\x9b\x9b\x2a\x95\x4a\xda\xdc\xdc\x6c\ \x6a\x06\x49\x7d\x1f\x6c\xd9\xbe\x7d\xfb\x94\xc9\x64\x74\xe1\xc2\ \x05\x2d\x2d\x2d\xe9\xe1\x87\x1f\x56\x47\x47\x87\xf2\xf9\x7c\xa4\ \x2f\x61\x0f\xa6\xa7\xa7\x35\x32\x32\xd2\xc4\x04\xb6\x62\x3e\x93\ \xb2\xf2\xb3\x5e\x49\x10\x94\xfc\x5d\x12\x0c\xb5\x02\x45\xad\x40\ \x54\x2b\x19\x74\x46\xab\xd5\x75\x93\xd7\x4c\xa7\x77\xdb\x83\x50\ \x83\x44\xda\x1e\xfb\x4d\x1a\x18\xf9\xe3\x1a\xa4\x7a\x3d\xab\xd3\ \x68\xec\xf6\x49\xe4\x7e\x1e\x00\xf9\x2e\x6f\x97\x4d\x5a\x22\x30\ \x66\x48\x06\x0f\x46\xd0\xeb\x74\x3a\xfd\x8e\x7e\x69\xf8\x40\x7c\ \x11\xdf\x67\xa3\x19\x3b\x10\x01\x47\xee\xe3\xfd\x54\x04\x49\x51\ \xdf\xb5\xbc\xbc\xac\x72\xb9\x1c\xf3\x03\x21\x00\x80\xc3\xf6\x71\ \x5d\xb2\x38\x8c\xc7\x49\x08\x67\x01\x01\xac\x0e\xa2\xf0\x6b\x7e\ \xee\xaa\x67\x85\xdc\x57\xb0\x06\xd1\x84\x9b\x48\xd4\x85\xc2\x23\ \x7b\x1c\x04\x42\xe2\xcc\x01\xca\x95\xa4\x08\x1d\x34\x38\x6a\x74\ \x66\xc8\x53\x4e\xdc\x93\x17\x0f\xcd\xc3\x7a\x44\x98\xac\x23\xe2\ \x6f\x8f\xaa\x1c\x08\xfa\x6f\xf8\x6e\x52\xb8\x19\x37\xf7\xc3\x31\ \x20\xe0\x44\xfe\x80\x34\x9e\x99\x39\x1a\x18\x18\x50\x77\x77\xb7\ \x16\x16\x16\x9a\xf2\xd2\xad\x72\xe1\x5c\xd7\x81\x21\x68\x19\x30\ \xe2\xe9\x05\x14\xc5\x41\x52\x3e\x9f\x57\x4f\x4f\x4f\xdc\x8b\x39\ \xe3\x3b\xeb\xeb\xeb\x11\x71\xa2\x78\x1c\xda\x4b\x3b\x09\x94\xc0\ \x9d\x54\xb1\x58\x8c\x42\x5a\x5f\x3b\xe6\x94\xb9\xf1\x63\x0a\x7c\ \x37\x0a\xcf\xcb\xf7\x9d\x09\xe2\xff\x8c\x95\x79\xf7\x35\x73\xf0\ \x94\xfc\xad\xbf\x92\xa9\x62\x04\x9c\x75\x62\x0b\x2d\x06\x85\x97\ \xb3\xb2\x5c\x93\xb1\x30\x5e\x8f\xca\x88\xe0\x18\xab\xff\xde\x83\ \x11\x8c\x9a\x47\x49\x8c\x1b\x87\x57\x28\x14\xd4\xd7\xd7\x17\x1d\ \xff\x87\x87\x87\xd5\xdb\xdb\xab\x62\xb1\x18\xad\x37\x50\xfc\x46\ \xa3\x11\xbb\xbc\x00\x5d\x7e\x44\x49\x3a\x9d\x56\x2e\x97\x53\xb9\ \x5c\xd6\x99\x33\x67\xf4\xe1\x0f\x7f\x58\x13\x13\x13\xd1\x8a\x64\ \x76\x76\x56\xcf\x3c\xf3\x8c\xae\x5c\xb9\x12\x8d\x73\x31\x3e\x80\ \x75\x18\xd8\x4c\x26\x13\xbb\x0f\xfd\xb8\x8f\xbb\x77\xef\x4a\x92\ \x9e\x7a\xea\xa9\x28\x1c\xad\xd5\x6a\xf1\x3d\xd8\x1e\xda\x35\x20\ \x07\xc8\x32\xce\x96\xff\xa7\x52\x7b\x4d\x44\xe9\x5e\x4d\x33\xd5\ \xe4\xeb\x5e\x0e\xc8\x65\xb2\x95\xe3\x74\xbd\xb9\x17\x73\xc1\x6f\ \x79\xee\x97\x5e\x7a\x29\x76\x37\x55\x2a\x95\x48\xd7\xb6\xb5\xed\ \xf6\x2d\xbb\x7e\xfd\xba\x32\x99\x4c\x6c\x71\xa7\x1e\x24\x69\x7f\ \x78\x2e\x8c\xb4\xa7\xcf\x7d\x97\xb5\x47\xb9\x2e\x8b\xdd\xdd\xdd\ \x5a\x5f\x5f\xd7\x43\x0f\x3d\xa4\x72\xb9\xac\xa5\xa5\x25\xb5\xb5\ \xb5\xe9\x3d\xef\x79\x8f\x5e\x78\xe1\x05\x5d\xbe\x7c\x59\x8f\x3e\ \xfa\x68\xb0\x86\xd8\xa0\x81\x81\x01\xdd\xbc\x79\x53\xdb\xdb\xdb\ \x01\x7a\xd3\xe9\x74\x1c\xa1\xc3\x7a\x3f\xf7\xdc\x73\x4d\x3b\xf2\ \x6a\xb5\x9a\x86\x86\x86\xf4\xfb\xbf\xff\xfb\xfa\xe3\x3f\xfe\xe3\ \xa6\x82\x5e\xc0\x25\x36\x95\xd4\x34\xc1\x14\xce\xc3\xbb\xc0\xd3\ \xd2\x02\x39\xa5\x0e\xab\x56\xab\xa9\xaf\xaf\x2f\x74\x89\x66\xb3\ \xd4\x91\xd2\x72\xa4\xbf\xbf\x3f\x5a\x34\xbc\xf2\xca\x2b\x7a\xfc\ \xf1\xc7\xa3\x9e\x0b\x90\xd7\xd9\xd9\xa9\x95\x95\x15\xb5\xb7\xb7\ \xab\x54\x2a\xdd\x13\x4c\xdd\x0b\x04\xdd\xcb\x9e\x24\x7f\x73\x2f\ \x39\x6c\xc5\x4a\xf9\x5a\xf2\xbe\xff\xb6\xd5\x2b\x39\xa6\x56\xef\ \xf9\x78\xb0\x2d\xc5\x62\x51\xe5\x72\x59\xa9\x54\x4a\xfd\xfd\xfd\ \x5a\x5e\x5e\x6e\x2a\x1b\xf1\xdf\x10\x44\xba\x6e\x10\x90\x4b\xbb\ \x3d\x1b\x49\x0d\xee\xec\xec\x44\x0f\x3e\xcf\xd2\x54\xab\xbb\x07\ \x43\xd3\xbf\xcc\x59\x21\x18\x79\x2f\x29\x92\x14\x41\x6e\xa3\xd1\ \x68\xaa\x11\xc3\x26\xbb\xec\x38\xeb\x44\x7a\x90\x0c\x04\x2c\x6a\ \x67\x67\xa7\x8a\xc5\xa2\x86\x87\x87\xd5\x68\xec\x6e\x7c\x80\x81\ \xe2\x39\xb1\x8b\xf8\xbc\x24\xc0\x93\xf6\x30\x85\x8f\x95\xeb\xfb\ \xd1\x6e\xe8\x3a\xe3\xf1\xec\x90\xcf\x33\xd7\xc4\xe7\xf2\x1e\xfa\ \x0f\xd3\x9b\x45\x51\xdd\xe1\xf0\xc3\x64\xf4\x85\x93\x49\xd6\x11\ \xf0\x5d\x80\x05\x68\xd0\x59\x27\x17\x1e\x07\x5d\x0e\x78\x92\x2c\ \x86\x53\xcd\x4c\x8c\x3b\x36\xae\xe1\xc2\x95\x64\x11\x58\x44\x80\ \xa4\x8f\xdb\x9d\x3e\x2f\x47\xea\xee\x78\x71\xb4\x8c\xc5\x53\x68\ \x8d\x46\x23\xd2\x32\xd7\xaf\x5f\x8f\x42\x58\xcf\xdd\xd2\xb3\x83\ \x88\x01\xa3\x9a\xac\x35\xc3\x40\x32\xe7\x20\x71\x7f\x5e\x9f\x7f\ \x4f\x9b\x22\xd0\x08\x77\x2a\xb5\xb7\xc3\xd3\x95\x0d\xa6\xca\x53\ \x60\x7e\x5e\xa2\xb3\x98\x9e\x0a\xf6\x35\x73\xc4\x0f\x68\xf4\x5d\ \x2a\x9e\xc7\x4e\x02\x94\x56\x46\x85\xe7\x69\x35\x5e\x67\x59\x5d\ \xd0\xf9\x8c\x6b\x31\x17\x5e\x4f\x95\x64\xa7\x00\xba\x80\xfb\xa4\ \x81\x70\x99\xf5\xcf\x9c\xb9\x72\x40\xe9\xcf\x09\x70\x05\xd0\x70\ \x6f\x14\x8f\xeb\xb1\x3b\x08\x63\x21\xed\x82\xdb\x46\xa3\x11\x4d\ \x45\xd9\xba\x8c\x51\x22\x6a\x4a\xa5\x76\x0b\x4f\xaf\x5e\xbd\xaa\ \x1f\xfe\xf0\x87\x1a\x1b\x1b\xd3\xd6\xd6\x96\x5e\x7a\xe9\x25\xdd\ \xbc\x79\x33\xe4\x0f\x23\x47\x0d\x07\x75\x10\xc8\x3c\x3d\xb3\x08\ \x3e\x60\x46\xbb\xba\xba\x34\x35\x35\x15\x35\x57\x1f\xfa\xd0\x87\ \xf4\xcd\x6f\x7e\x33\x64\xd3\x8b\x4e\xe9\x5c\x5e\x2c\x16\x83\x0d\ \x44\x3e\x9c\xc9\x46\x3e\x3c\x98\x42\xfe\x39\xfd\xc0\xe5\xa0\xd5\ \xeb\x5e\x8e\xcc\x7f\xd7\xca\xd9\xb6\xba\x4e\x2a\xb5\xdb\xbf\xee\ \x95\x57\x5e\xd1\xd4\xd4\x54\x7c\x9f\x34\x77\x6f\x6f\xaf\x8e\x1c\ \x39\xa2\xd7\x5e\x7b\x2d\xfa\x07\x49\xbb\x81\x95\x1f\x61\xe3\x5d\ \xde\xd1\x11\x97\x7d\x4f\xb9\xb0\x16\xcc\x0f\xfa\xc9\xe7\xa4\x6a\ \xf7\xef\xdf\xaf\xef\x7c\xe7\x3b\xa1\x83\xf7\xdd\x77\x5f\x00\xac\ \xf7\xbf\xff\xfd\x92\x14\xe9\x16\xc6\x41\xdd\x13\xb6\x03\x3d\xe2\ \xfe\xe5\x72\x59\x8b\x8b\x8b\x7a\xf0\xc1\x07\x75\xf4\xe8\xd1\xd0\ \xf5\x6a\xb5\xaa\x0f\x7e\xf0\x83\xfa\xb5\x5f\xfb\x35\x7d\xfd\xeb\ \x5f\x6f\x2a\xcb\x48\xa5\x52\xea\xed\xed\x8d\xba\xb3\x74\x3a\x1d\ \x0c\x0a\x29\x1f\x76\x03\xfa\x26\x9a\xb5\xb5\x35\x65\xb3\x7b\xbb\ \xbf\x3a\x3b\x3b\xa3\xb1\x6a\xa9\x54\xd2\xda\xda\x5a\xd4\x92\xb1\ \x73\xb6\x5c\x2e\x6b\xdf\xbe\x7d\xea\xef\xef\x8f\x06\xaa\x73\x73\ \x73\x3a\x75\xea\x54\x13\x18\x03\x10\x2c\x2f\x2f\x47\xf7\x7e\xf7\ \x51\x3f\xaf\x8c\xb4\x02\x4a\xf7\xfa\xfc\x5e\x2f\xff\x8d\xcb\x56\ \xab\xbf\x5b\xc9\x60\xf2\xb7\xfe\x59\xf2\x7d\x07\xe7\xfd\xfd\xfd\ \x51\x9a\xb0\xb4\xb4\xd4\xe4\x9f\xfd\xda\x30\x57\x9e\x85\xc0\x86\ \xc1\xcc\xc2\x00\x39\x50\xf0\x74\x9c\xfb\x76\xfe\x0d\x20\x4a\x12\ \x0f\x04\x28\x94\x22\xa0\x4f\x04\xe4\xb5\xda\x5e\x2b\x07\x6f\xd3\ \xe3\xfd\xa7\x3c\x93\x81\x2d\x1d\x1c\x1c\x8c\x60\xb3\x56\xab\x05\ \xdb\x45\x7f\xba\x9d\x9d\x9d\x48\x43\x63\x87\xfd\x88\x3b\x98\xa6\ \x64\x40\xc4\xd8\xbd\x56\x10\x00\x29\xed\x31\xd1\xf8\x37\x36\xf1\ \x78\x10\x85\x5f\xc1\xce\x31\x8f\x2b\x2b\x2b\x61\x67\xb2\x5e\x61\ \x8f\x22\xb9\xd1\x75\xe7\xe6\x88\xde\x2f\x2a\xed\x6d\x59\x76\x67\ \x86\x53\xe1\x3a\x7e\x84\x84\xd4\xdc\x57\x22\xa9\xdc\x9e\xff\xf5\ \xb4\x92\x47\x86\x49\xc1\xe2\x19\x5a\x8d\xd7\x85\xc6\x05\x39\xa9\ \x50\xce\x90\xf9\x75\x30\x30\x99\x4c\x26\x5a\x41\xc0\xf4\xe0\x40\ \x7a\x7a\x7a\x74\xf4\xe8\x51\xcd\xcd\xcd\xe9\xce\x9d\x3b\x1a\x19\ \x19\xd1\xf8\xf8\xb8\xa4\x5d\x26\xe0\xd2\xa5\x4b\xfa\xd6\xb7\xbe\ \x15\xe8\xfb\xf8\xf1\xe3\x9a\x9a\x9a\x7a\xc7\x16\x69\x7f\x36\x07\ \x56\xcc\x2d\xe9\x09\x52\xb2\x3e\x76\x18\x13\x07\x5b\xde\xf6\xc0\ \x6b\x63\x30\xc2\x99\xcc\x6e\x67\xee\x95\x95\x95\xb8\x8e\xcf\x1d\ \x02\xc7\xb3\x7a\xee\x99\xcf\xb8\x17\xf7\x4f\xa5\x52\x4d\x5b\xf4\ \x93\x20\x89\x67\x64\x7e\x7d\xee\x79\x79\x6e\xdc\x23\x09\xe6\xc6\ \xd3\x7e\x9e\xbf\x77\xe6\xd2\xd3\xd3\x0e\xdc\x19\xbf\xcb\x83\x1b\ \x15\x64\x0f\xa5\x05\xf8\x39\x18\xc6\xd8\x10\xed\x7b\x21\x65\x32\ \xd0\xc0\x21\x92\x3a\x69\x6f\x6f\x8f\x88\x14\xca\xbb\xaf\xaf\x4f\ \x1b\x1b\x1b\x1a\x18\x18\x68\xea\xc8\x9d\xc9\xec\x6d\x99\xce\xe7\ \xf3\xaa\x56\xab\xfa\xdb\xbf\xfd\xdb\xa6\x4e\xdc\x0e\x5e\x73\xb9\ \x5c\x18\x17\xee\x4f\xa4\xca\x8b\x67\xc5\xe0\xad\xad\xad\x69\x60\ \x60\x40\x5b\x5b\x5b\x9a\x9f\x9f\x57\x36\x9b\x0d\xe6\xa1\x50\x28\ \xa8\x52\xa9\x44\x91\x31\xd1\x1d\x2c\x45\x77\x77\x77\x04\x11\xb0\ \x57\x18\x28\xd7\x43\x64\x15\xb9\xdd\xd9\xd9\xd1\x5b\x6f\xbd\xa5\ \xa3\x47\x8f\x46\xea\xc3\x99\x6c\x77\x18\x49\x36\xc1\x75\x38\xa9\ \xcf\xad\xde\x77\xb9\xdb\xde\xde\xd6\xf3\xcf\x3f\xaf\x4b\x97\x2e\ \x69\x73\x73\x53\xab\xab\xab\x5a\x58\x58\x50\x67\x67\xa7\x9e\x78\ \xe2\x89\xe8\x43\x76\xed\xda\xb5\x48\xbb\x51\x4c\xeb\x81\x00\x6c\ \x31\xb2\x84\xdc\xc1\x00\x21\x07\x49\x3d\xc2\x86\x21\xa3\xd4\xd2\ \xc0\xfe\x2d\x2c\x2c\x68\x64\x64\x44\xf5\x7a\x5d\xa5\x52\x49\xb9\ \x5c\x4e\x67\xcf\x9e\xd5\xaf\xfc\xca\xaf\x44\xbf\x34\xe6\x84\x74\ \xcb\xd8\xd8\x98\x72\xb9\x5c\xd3\xf3\x7b\x5d\x64\x5f\x5f\x9f\x8e\ \x1e\x3d\xaa\xa1\xa1\x21\xa5\x52\x29\x4d\x4f\x4f\x6b\x7c\x7c\x5c\ \x8d\x46\x43\x9f\xfe\xf4\xa7\x83\xc9\x73\x9b\x48\xaa\xcf\x83\x39\ \x9c\x35\x0c\x28\x9b\x16\xa8\xfb\x41\x67\xb0\x33\xcb\xcb\xcb\x1a\ \x18\x18\xd0\xe6\xe6\xa6\xa6\xa7\xa7\xa3\x13\x3e\x1d\xcb\x61\x76\ \xa7\xa6\xa6\x54\x2a\x95\xf4\xe1\x0f\x7f\x58\x67\xce\x9c\xd1\xe5\ \xcb\x97\x75\xea\xd4\x29\x15\x8b\xc5\x60\xac\x78\x9e\xed\xed\xed\ \x38\xa7\x30\x19\x18\xb5\x5a\x7f\x3e\x77\x3d\xf7\xf7\x92\x72\x92\ \x04\x39\xf7\x02\x6c\x3f\xeb\x95\x0c\xdc\x3c\x20\x7f\xb7\xdf\xf8\ \x2b\x39\x16\xf4\x88\x13\x22\x58\x33\x2f\x51\x48\x12\x1a\xee\xc7\ \xf1\x1b\x80\x1b\xdf\x8c\x82\xad\xdc\xdc\xdc\x0c\xd0\xc3\x46\x14\ \xb7\xa5\x80\x26\x80\x13\x00\x85\x80\x03\x1d\x93\xa4\x4a\xa5\x12\ \x32\x28\x29\x18\x22\x7e\xe3\x59\x0f\xb7\xf1\xf8\x7d\xef\xa7\x87\ \x8e\x31\x4f\xd4\x48\xb1\xa6\x80\xae\x91\x91\x91\xb0\xb7\x92\x9a\ \xe4\x96\x20\xd6\x33\x38\x9e\x19\x00\xb4\x11\x3c\x33\x9f\xcc\xb9\ \x5f\xcb\xb1\x0c\x76\xd6\xd9\xed\xb6\xb6\x36\x65\x29\xae\x64\xd0\ \x0e\x5e\x88\x58\xa1\xcc\x3c\x3f\xcb\xc4\xac\xac\xac\x04\xd3\x94\ \xc9\xec\xed\x4e\x3b\x78\xf0\xa0\x24\xc5\xf1\x33\x6e\x50\x3c\xa2\ \xc5\x71\x94\xcb\xe5\x70\xc8\x4c\x64\x72\xf0\x0e\x90\xa4\x3d\x94\ \xe9\xc0\xca\x17\xc0\x9d\x2c\x4e\xf3\x5e\x51\x0c\x93\x99\x9c\x03\ \x00\x20\xb4\xa9\x7f\x27\x59\x1c\xcd\x58\x46\x47\x47\x23\x8d\x33\ \x34\x34\xa4\x99\x99\x19\xbd\xf6\xda\x6b\x5a\x59\x59\x69\x3a\x36\ \xe7\xe6\xcd\x9b\x1a\x18\x18\x88\x03\x70\x19\x23\xe3\xc1\x61\xfb\ \x19\x6b\x9e\x82\xc4\xd0\x32\xe7\xec\xca\xe0\x99\x01\x63\x2e\xd0\ \xce\x5c\xb1\x2e\x03\x03\x03\x92\xf6\x76\x6c\xb0\x96\x08\x5d\x52\ \x08\x89\x98\x29\x9e\xf5\x75\x58\x58\x58\x88\x68\x82\x88\xd3\x77\ \x79\xb8\x81\xe3\x99\x70\xc4\xde\x23\x85\x35\x4c\x46\x85\x0e\x70\ \x78\x11\x11\x71\x0d\xff\xcc\x8d\x8d\xaf\xad\x83\xfc\x56\x4a\x48\ \xe0\xc1\x77\x1d\x54\x31\x3e\x14\xd1\xc1\x17\xc0\x0a\xb6\x02\x63\ \xb3\xb1\xb1\x11\xc7\xa6\x20\xf3\x44\xa0\x80\x0b\xd6\x80\x23\x44\ \xe8\x16\x9e\xcf\xe7\x55\x2c\x16\xa3\x28\xf4\x4f\xff\xf4\x4f\x35\ \x37\x37\x17\x05\xa0\xee\x00\xbc\x8e\xc0\x03\x1b\xd6\x93\xef\xf3\ \x19\xcc\x56\x26\x93\x51\xb1\x58\xd4\xd5\xab\x57\x55\x28\x14\x54\ \x2e\x97\x35\x3c\x3c\xac\x9d\x9d\x9d\xd0\xcd\x8b\x17\x2f\xc6\x5c\ \x16\x8b\x45\x0d\x0e\x0e\xc6\xf3\x93\x1a\x22\x0d\x8e\x8c\x7a\xe0\ \x54\xab\xd5\xa2\x01\x27\xfa\xdb\xde\xde\xae\xcb\x97\x2f\xeb\xd8\ \xb1\x63\x4d\x8c\x44\x2b\x67\xf9\xf3\xbe\x7c\xfd\xfd\x3a\x00\x9e\ \xe7\x9e\x7b\x4e\x17\x2e\x5c\xd0\xca\xca\x8a\x16\x16\x16\x94\x4e\ \xa7\x75\xfa\xf4\x69\x3d\xf2\xc8\x23\xea\xea\xea\xd2\xdc\xdc\x9c\ \x7e\xf2\x93\x9f\x68\x63\x63\x23\xd8\x46\x74\x80\x48\x9a\x5d\x84\ \x1d\x1d\x1d\xb1\x9e\xd4\x98\x78\x54\x8b\x3c\xe4\x72\xb9\xa6\xa0\ \xd3\xc1\x2e\xac\xe7\xe0\xe0\xa0\xee\xdc\xb9\xa3\xcd\xcd\x4d\x2d\ \x2e\x2e\xc6\xda\x8f\x8d\x8d\xe9\xdc\xb9\x73\xba\x7d\xfb\xb6\xc6\ \xc6\xc6\x74\xe1\xc2\x85\xa6\x76\x2a\xb0\x84\x6c\x89\x27\x4d\xbe\ \xb6\xb6\xa6\xeb\xd7\xaf\xab\x58\x2c\x6a\xff\xfe\xfd\xea\xeb\xeb\ \x53\x2e\x97\x0b\xb6\x81\x0e\xe9\x6d\x6d\x6d\xfa\x83\x3f\xf8\x03\ \xfd\xfe\xef\xff\x7e\x13\x08\x06\x00\x11\xd0\x21\xf3\xb4\x74\x80\ \x09\xa1\xc6\x8a\x4e\xdb\xe8\x76\x5f\x5f\x9f\x96\x96\x96\x54\xa9\ \x54\x54\x2a\x95\xc2\x99\xd3\x98\xb6\x5c\x2e\xc7\xe6\x81\x4c\x26\ \xa3\x73\xe7\xce\xe9\x91\x47\x1e\xd1\xfb\xde\xf7\x3e\x9d\x3b\x77\ \x4e\xe7\xcf\x9f\xd7\xa9\x53\xa7\xc2\x26\x92\xe2\x84\x3d\x24\xcd\ \xdc\x8a\x71\x4a\x82\xac\x56\x40\xc5\x5f\xee\x17\x92\x20\xcb\xff\ \x4e\x06\x9e\xc9\x6b\xf8\xb5\xef\x75\x8d\x9f\xf7\xd5\x8a\xc9\xf2\ \x67\xa1\x5e\x50\xda\x0b\x38\x19\xbf\xff\xdb\x6d\x84\xfb\x31\x98\ \x1f\x7c\x39\xad\x63\x9c\x61\x65\xdd\xe9\x91\xe8\x9b\x5f\x48\x2d\ \x52\x8b\x85\x6f\xf7\x0d\x71\x80\x30\x49\xc1\xce\x33\x1e\x76\x19\ \xe2\x9b\xd0\x09\x7e\x8f\xdf\x93\xf6\xda\x2f\xc1\x84\xf1\xdc\xcc\ \x01\xc0\x89\x23\xc6\x60\xa2\xf8\x3d\xfe\x12\x3b\xef\xe5\x40\x8c\ \x95\x80\xd3\x6b\x73\x3d\x20\xe7\x7d\x0f\x92\xb0\xaf\xc9\xc6\xad\ \xf5\xfa\x6e\x0d\x64\x66\xff\xfe\xfd\x7f\xd2\x84\xb8\xcc\x58\xb2\ \x93\x84\x28\x6f\x69\x69\x29\x00\x05\x13\xc9\x8e\x32\x8e\xf7\xc0\ \x31\x30\x20\x90\xb2\xa4\x88\x50\x41\xb1\xce\x74\x51\x8b\x82\x83\ \xe6\xe5\x0a\xeb\x28\xb8\x95\x11\x4e\xfe\xed\x8e\x34\x99\xfa\x72\ \x90\xd4\x0a\xf5\xfb\xf5\x7d\x72\x71\x1c\x4c\xbe\x03\x38\x67\x77\ \xfa\xfb\xfb\x95\xcf\xe7\x9b\x0c\x40\x47\x47\x87\xee\xdc\xb9\x13\ \xc0\x63\x7d\x7d\x5d\x87\x0f\x1f\x8e\x06\x8c\x2c\x34\x40\x0b\x50\ \x0b\x7a\xa6\x68\xbb\xad\xad\x2d\xa2\x46\xa7\x41\x71\xa4\x9e\xe6\ \x94\xa4\x5c\x2e\xa7\xb5\xb5\x35\xcd\xcc\xcc\x34\x01\x57\x9c\x06\ \xe7\x81\xf9\x7a\x32\xe7\x80\x9e\x23\x47\x8e\x48\x92\x66\x67\x67\ \x43\x19\x9e\x7c\xf2\x49\x3d\xf8\xe0\x83\x7a\xff\xfb\xdf\xaf\x0f\ \x7c\xe0\x03\x7a\xe2\x89\x27\x74\xf9\xf2\x65\xbd\xfc\xf2\xcb\xef\ \xd8\x48\xe0\x40\xc5\xd7\x01\x85\xf7\x75\x71\xe6\x33\x69\xf0\x88\ \xb4\xbc\xf8\x90\x97\x8f\xd7\xd7\xdc\x8d\x9c\x33\x82\xfe\x3b\x3e\ \x73\xa5\x73\x66\xcc\x0d\x1c\xf7\x45\x5f\xbc\xa6\x8c\xcf\x61\xb5\ \x90\x2f\x80\x29\x14\xb7\x37\x69\xf4\xfb\xf0\x6c\x00\xd7\xe1\xe1\ \x61\xe5\xf3\xf9\xe8\xae\xfe\x57\x7f\xf5\x57\x3a\x77\xee\x5c\x18\ \x36\x1f\xaf\x1b\x7d\xf4\x86\xc2\x62\xaf\xe3\x73\x20\x86\xdc\xa2\ \x03\x73\x73\x73\x1a\x1b\x1b\xd3\xf5\xeb\xd7\x35\x3e\x3e\x1e\x45\ \xe0\x3b\x3b\x3b\x71\x78\x30\x5b\x90\xa9\x53\xe2\x40\x5e\xf4\xc3\ \xc7\x92\x8c\xf2\xf8\x1e\x20\x8c\x23\x76\xb6\xb7\xb7\xdf\x51\x4c\ \xdb\xca\xe1\x25\x19\x68\xd7\xd9\xe4\x3a\x25\xf5\x39\x9d\x4e\xeb\ \xec\xd9\xb3\x7a\xe5\x95\x57\x34\x3f\x3f\xaf\x72\xb9\xac\xd3\xa7\ \x4f\xeb\xe3\x1f\xff\xb8\x1e\x78\xe0\x01\xb5\xb7\xb7\x6b\x66\x66\ \x46\xe7\xce\x9d\xd3\x8f\x7f\xfc\xe3\xa6\x9a\xc9\x74\x7a\xb7\x41\ \xb1\x1f\x17\x04\x93\x47\x80\xc5\xbc\x3a\x9b\x40\x31\x37\xce\x82\ \x00\x95\xb9\x6f\x6b\xdb\xed\x71\xc6\x86\x87\x8d\x8d\x0d\xcd\xcf\ \xcf\x6b\x60\x60\x40\x0f\x3f\xfc\xb0\x0a\x85\x82\x6e\xdc\xb8\x11\ \x1d\xf9\xdf\xf3\x9e\xf7\xe8\xc2\x85\x0b\x1a\x18\x18\xd0\xd1\xa3\ \x47\xf5\xc2\x0b\x2f\x44\xff\x2b\x98\x48\x0a\x80\x91\x81\x03\x07\ \x0e\x68\x70\x70\x50\xa5\x52\x29\x6a\x4e\xe8\x2b\x44\x8b\x8f\xb1\ \xb1\x31\xcd\xcd\xcd\xe9\xc2\x85\x0b\x4d\x2c\x2e\x32\x83\x1c\x53\ \xe8\xeb\x3b\x98\x61\xb3\x60\x3b\x91\x2d\xe4\x0e\x27\x0b\x80\x86\ \x85\x81\xed\xe4\x5e\xb5\x5a\x4d\xb7\x6e\xdd\x52\xa9\x54\x0a\x9b\ \xb8\x7f\xff\xfe\x90\x4b\x0e\x87\xa6\xef\x10\xbb\x24\xbd\xce\xcf\ \xd7\xbf\x95\x0c\xf9\xeb\x5e\xff\xbe\x17\x30\x4a\xca\x14\xf7\x72\ \xf9\xbb\xd7\xfb\xfe\xfa\x79\xc6\x92\x1c\x0f\x2f\xc0\x31\x6b\x81\ \x5c\xb3\x66\x5e\x72\x82\x9c\x7a\xe0\xcc\x67\x9e\x0a\xa4\x5c\xc0\ \xdf\x4b\xa5\x52\x4d\xe4\x8a\xb3\xce\x33\x33\x33\x71\x28\x37\x8c\ \xd7\xda\xda\x9a\x7a\x7b\x7b\xdf\x51\x92\xe3\xbb\x6d\x61\x8d\x9c\ \xed\xf5\x80\x97\xe0\x13\xbd\x42\x37\xd0\x31\x02\x75\xe4\x92\x71\ \x01\xfa\xb7\xb7\xb7\xd5\xdf\xdf\x1f\xdf\xe5\x1a\xc8\x22\x27\x5f\ \x70\x64\xcf\xca\xca\x4a\x93\x7d\x66\xcd\xb8\x9f\x07\x65\x49\x5f\ \x93\xc4\x1c\x04\x53\x95\x4a\x45\xeb\xeb\xeb\xe1\x9f\xb3\x00\x97\ \x6c\x36\x1b\xd1\x0d\xce\x0d\x67\x4d\xde\x9d\xee\xd4\x34\xb5\x73\ \x27\x05\x22\x86\xce\x9b\x99\x99\x89\x9d\x20\xa4\x89\x30\xe4\x14\ \x63\x2e\x2c\x2c\x84\x02\xd7\x6a\xb5\xd8\xe1\xe4\x42\x75\xaf\xad\ \xf6\xc9\x07\xe5\x73\xd0\x2c\x86\xda\xe9\xbc\xa4\x80\x7b\x5a\xc5\ \xd1\xbf\x5f\x9b\xeb\x63\x44\xa5\x3d\xfa\x12\x61\x81\x32\x6d\x34\ \x1a\xca\xe7\xf3\xb1\xad\x96\x09\xcf\xe5\x72\xf1\x1c\x85\x42\x21\ \xbe\xbb\xb2\xb2\xa2\xc5\xc5\x45\x3d\xf0\xc0\x03\x5a\x59\x59\x89\ \xde\x46\x44\x0f\x18\x11\x80\x13\x8c\x86\x77\xda\x26\x42\x06\x59\ \x4b\xcd\xa9\xb5\x5c\x2e\xa7\xb1\xb1\x31\x5d\xbb\x76\xad\x49\x40\ \x60\xc8\x8a\xc5\x62\x34\x45\xf3\xd4\xb0\x2b\x62\x2a\x95\xd2\xfd\ \xf7\xdf\xaf\xe9\xe9\x69\x4d\x4e\x4e\x86\xc1\xe5\xb9\x67\x67\x67\ \x35\x3c\x3c\x1c\xe7\x68\x01\x8c\x5c\xd1\xb3\xd9\xbd\x13\xd1\xa5\ \xbd\x3a\x30\xd6\x20\x39\xff\x49\xe6\x28\x59\x3f\x07\x5b\xe2\xac\ \x9c\xcb\x01\xd7\x74\x19\x72\x10\xe7\x72\x2f\xed\x15\x81\x7a\x2a\ \x96\xb1\xb6\x4a\x43\xf3\xbe\x83\x07\xe8\x6c\xee\xcf\x1c\x48\xbb\ \xd1\x1b\xca\x9e\x4a\xa5\xa2\x56\x05\xd9\x6a\x34\x76\x7b\x03\x8d\ \x8e\x8e\xea\xa1\x87\x1e\x8a\xf6\x05\xa9\x54\x2a\x00\xf2\x17\xbe\ \xf0\x05\xbd\xfa\xea\xab\x4d\xe0\x8c\x94\x8b\x83\x4b\xfe\x03\xa8\ \x79\xdd\x04\x8c\x1a\x7a\xca\xdc\x0e\x0d\x0d\xa9\x5e\xaf\x6b\x7c\ \x7c\x5c\x77\xee\xdc\x69\x1a\x3b\x91\xad\x7f\xb7\x5a\xad\x6a\x61\ \x61\x21\x0e\x82\x66\x0e\x3c\x48\xf0\xb5\xf5\x75\x91\x9a\x7b\xeb\ \x50\x24\xbf\xbc\xbc\x1c\xdd\xbf\x5b\x39\x36\x77\x96\xc9\x57\x2b\ \xa7\x95\x94\xf7\xbb\x77\xef\xea\x85\x17\x5e\xd0\xc2\xc2\x82\x1e\ \x78\xe0\x01\x9d\x38\x71\x22\x9c\x02\x46\xfd\xda\xb5\x6b\xd1\x94\ \x18\x66\x34\x95\xda\x3b\x1b\x90\xfa\x22\xd6\x19\x87\xe6\xf3\x85\ \xec\x20\x13\xd8\x0b\xd6\xc1\x53\x1d\xd8\x57\x49\x01\x8c\x9c\xf1\ \x4d\xa7\x77\x0b\xd9\xbb\xba\xba\x34\x39\x39\xa9\x8f\x7c\xe4\x23\ \xe1\x20\x6a\xb5\x5a\x38\x0d\x00\xe0\xd2\xd2\x52\xd8\xe9\xc1\xc1\ \x41\xb5\xb5\xb5\xa9\x50\x28\x44\xe0\xec\xe0\x1a\x36\x21\x95\x4a\ \xe9\xf6\xed\xdb\xfa\xcc\x67\x3e\xa3\x1f\xfc\xe0\x07\xef\x28\xf5\ \x60\x2d\x61\x20\x93\xb5\x3d\x30\x06\xd8\x2a\xe6\x80\xf1\x03\xc0\ \xca\xe5\xb2\x0a\x85\x82\x24\x35\x31\x9d\xf5\xfa\xde\x4e\xd9\xad\ \xad\x2d\xbd\xf0\xc2\x0b\x01\x78\xa5\xdd\xde\x60\xab\xab\xab\x01\ \x1a\xcf\x9e\x3d\x1b\x1b\x8b\xd6\xd7\xd7\x35\x3e\x3e\xae\x42\xa1\ \x10\x81\x95\xcb\x43\xd2\x9e\xfb\xbf\xef\xc5\x10\xfd\x3c\x2f\xff\ \xee\xbb\x81\xa3\x77\x03\x67\xc9\xeb\xfd\x3c\xef\x21\x2f\x0e\x86\ \xf8\x9e\xb3\xfb\x6e\x87\xd0\x73\x40\xb5\x07\xd8\xac\x33\xa9\x5e\ \x67\x91\x01\x26\xa4\xe7\x96\x97\x97\x43\x7e\x38\xba\xc8\xed\x0c\ \x6c\xaf\xdb\x20\x32\x2e\xc8\x1a\x01\x07\x45\xe0\xd8\x58\xc6\xe3\ \x9b\x5e\x16\x17\x17\x23\xfb\x82\x7f\xc3\xa6\x60\xeb\x90\x11\x80\ \xcd\xdc\xdc\x5c\x90\x3f\x92\xe2\x6c\x60\xee\x03\xd8\x73\x60\x8a\ \xfd\xa4\x44\x03\x52\x23\x99\x7e\xa5\x07\x18\xbb\xbc\x33\x99\x4c\ \x1c\x3c\xcd\x8b\x60\x8a\xfa\xea\x2c\x54\x1a\x8a\x0a\xd5\xe7\xc6\ \x11\x65\x21\xe7\xcd\x20\x60\x54\x3c\x97\x89\xe3\xa4\x70\x75\x6d\ \x6d\x2d\x50\xad\xe7\x7d\x69\x6a\x07\xbd\x76\xf3\xe6\x4d\xcd\xcd\ \xcd\xbd\x23\xd5\xe7\x79\x6b\x67\x9b\x1c\x39\x22\x78\xce\x2a\xb1\ \x60\xbc\x70\x2c\x2e\x60\xee\x28\x5d\xf8\xbd\xae\xcc\x85\xd7\x15\ \x18\xca\x34\x95\xda\x2b\x42\xae\x56\xab\x71\x98\xb4\xe7\xc3\x3d\ \xca\x1a\x18\x18\xd0\xfc\xfc\x7c\x38\xfd\x6b\xd7\xae\x05\xb5\x0f\ \x28\x44\x21\xc8\x31\xfb\x2e\x24\x0c\x3f\xd1\x01\xe9\x05\x16\x1d\ \x56\x81\x5c\x30\x40\x96\xed\xd5\x5c\xa3\x5e\xdf\x2d\x6c\xdf\xbf\ \x7f\xbf\xce\x9d\x3b\x17\xcf\xc5\xdc\x79\x91\x6c\x5b\x5b\x9b\xfa\ \xfa\xfa\x42\xc1\x70\x38\x4b\x4b\x4b\x1a\x1b\x1b\x8b\x2d\xfe\xd4\ \x56\xf0\x7d\xef\x21\x02\x65\x0a\x40\x01\x10\xf8\xba\x78\x81\x7a\ \x32\xc2\x91\xd4\x94\x12\x73\x6a\x9c\x71\x7b\xae\xdf\xc1\x71\x92\ \x59\x71\x19\xf2\x34\x72\xd2\x08\xb6\xaa\x6b\x48\xa6\x89\x99\x4b\ \x22\x29\xdf\x7d\x8a\xf1\x41\xa6\x50\x64\x37\x6a\x9d\x9d\x9d\x4d\ \x47\x49\x64\xb3\xd9\xe8\x01\xd4\xd3\xd3\xa3\xde\xde\x5e\xdd\xb9\ \x73\x47\x5f\xfe\xf2\x97\xb5\xb1\xb1\xa1\xb1\xb1\xb1\x60\x96\x31\ \x04\xe5\x72\x39\x3a\xa3\x53\x33\xd4\xde\xde\x1e\x69\x29\xe6\x85\ \x9a\x07\x02\x1c\x1c\x63\x3a\x9d\xd6\xc8\xc8\x88\x9e\x7b\xee\xb9\ \xa8\xb7\xf2\x76\x0b\xa4\x84\x78\x5e\x6a\xc8\x60\xa3\x91\x3f\x18\ \x50\x68\x7c\x80\x4b\xb5\x5a\x0d\xbd\xaf\xd7\xeb\x51\x23\x86\x91\ \x6a\x34\x1a\x61\x0f\xb6\xb6\xb6\x34\x3b\x3b\xab\xde\xde\xde\x28\ \xea\x67\x9d\x3d\x6a\x4c\xfe\xbf\xd5\xdf\x2e\x07\x5b\x5b\x5b\xfa\ \xc1\x0f\x7e\xa0\x8d\x8d\x0d\xfd\xc2\x2f\xfc\x82\xf6\xef\xdf\xdf\ \x74\xef\xad\xad\x2d\x4d\x4d\x4d\xe9\xd2\xa5\x4b\x3a\x7f\xfe\x7c\ \xd4\x91\xb1\x23\x08\x7d\x4c\x3a\x0f\x64\xc2\x9f\x19\x87\xc4\xfc\ \xb8\x7c\x20\x4b\xc8\x22\x36\x93\x67\x24\x90\xeb\xe9\xe9\x09\x27\ \xc1\x11\x31\x1c\x99\xe2\xb5\x56\xec\x0c\xa5\x8e\x0c\x96\x67\x70\ \x70\x30\xd6\x86\x42\x78\xf4\x90\xe7\xf0\xc0\x77\x7d\x7d\x5d\x43\ \x43\x43\xfa\xf4\xa7\x3f\xad\xbf\xff\xfb\xbf\x8f\xf5\x66\x4c\x64\ \x21\x60\xdf\xdd\x09\xa3\x9f\xb0\x57\x04\x0e\xe8\x01\xef\x61\xcb\ \x98\x2f\xd8\x33\x7e\x8b\x5d\xa9\x56\xab\xba\x74\xe9\x92\x0e\x1e\ \x3c\xa8\xd5\xd5\xd5\xd0\x61\x5a\x59\xc0\xc4\x4f\x4c\x4c\xa8\x5e\ \xaf\x47\x6d\x17\xeb\xe9\x3a\xec\x7f\xb7\x62\xa5\xfc\xdf\xf7\x92\ \x21\x7f\x25\xbf\x9b\x7c\xb5\x92\xc7\xe4\x67\xad\xfe\xfd\x6e\xe0\ \x2e\x09\xd2\x38\x67\x12\x5b\xc2\x5a\x78\xf0\x87\xef\x72\x1b\xe5\ \x85\xef\xc9\x7e\x81\x30\x3b\xee\xf7\xc9\x54\xf0\x7d\x02\x0b\xd2\ \x89\xc8\x38\x98\xc1\xed\x1c\x81\x88\xa4\xc8\x88\xd1\x5a\x02\xb9\ \x81\xf5\x49\xa5\x52\xaa\x54\x2a\x92\xf6\x6a\x7d\xf1\x83\x2b\x2b\ \x2b\x1a\x18\x18\x68\x0a\xd8\xb9\x17\x0c\xd7\xd6\xd6\x56\x60\x09\ \xe4\x87\x8d\x15\xc8\x2a\xa5\x32\xa4\xf2\x21\x28\xd0\xcf\xa6\xb4\ \x9e\x05\xd7\x6e\xeb\xf9\xae\xdb\x31\xb2\x56\x3c\x47\xa1\x50\x68\ \xaa\x41\xcd\x92\x47\xad\xd5\x6a\x9a\x9b\x9b\x8b\x02\x30\x94\xcf\ \x29\x34\x18\x2e\xcf\xef\xb2\x48\x38\x3e\x77\xa0\x52\x73\x7f\x2a\ \xef\xea\x0b\x88\xe8\xe8\xe8\xd0\xd4\xd4\x94\x66\x66\x66\xde\x21\ \x6c\x7e\x5d\x8f\xa6\x5c\x80\x92\xbf\x49\x0a\x2a\xe3\xc3\x58\x79\ \x8a\x81\xdf\x71\x6d\x67\xbb\xdc\x59\x3b\x75\xe8\x8a\x86\x11\xc2\ \x51\xf4\xf4\xf4\x04\xc3\x44\x0e\xb9\x56\xdb\xad\x2f\xa3\x21\xa0\ \x24\x95\x4a\x25\xdd\xbe\x7d\x5b\x1d\x1d\x1d\x4d\x1d\x90\xe9\x37\ \xe3\xe3\x69\x34\x1a\xa1\x50\x0e\x04\x5c\x90\x31\xd8\x38\x77\x0e\ \x08\x25\x0d\xb9\xb8\xb8\x18\xd1\x8b\x77\xa2\xe7\x78\x0a\x90\x39\ \x6c\x0a\xce\x17\x83\xc7\x3d\x78\x9f\xb5\xaf\x56\xab\x1a\x1b\x1b\ \xd3\xe2\xe2\xa2\x06\x07\x07\x25\x29\xe8\x62\xcf\x4b\x7b\x6e\xdb\ \x69\xeb\x5a\xad\xa6\x62\xb1\x18\x3b\x92\xfc\x59\xfe\x3f\x65\x6f\ \x1a\x1b\xe7\x75\x9d\x8f\x3f\x33\x9c\xe1\x36\x9c\x95\x43\x0e\xf7\ \x4d\x94\x44\xed\xb2\xa5\xd8\x71\x1c\x3b\x71\xec\xb8\xa9\xdd\xa4\ \x41\xdb\x20\x75\x8c\x00\x45\x83\xa0\x05\x5a\xf4\x4b\x80\x02\x41\ \xda\x22\x2d\x8a\x7e\x2a\x50\x04\x45\x8a\x7c\xeb\x1a\x64\x69\xdc\ \x2c\xb0\xab\xd8\xb1\x6b\x3b\x89\x65\x5b\x96\x23\x5b\x12\x23\x89\ \x9b\x28\xae\x43\xce\xc2\x21\x67\x38\x1c\x92\xc3\x99\xdf\x07\xfe\ \x9f\xc3\x67\xae\x47\x76\xfe\x2f\x20\x90\x1a\xbe\xf3\x2e\xf7\x9e\ \x7b\xce\x73\x9e\xb3\x5c\x5d\x4c\x14\x6c\x36\x3e\xe4\xdf\x38\xa7\ \x2a\x73\x2a\x87\x6e\xd8\x4c\x43\x81\x7c\x37\xca\x91\x7a\x35\x9c\ \x77\x52\xd1\xaa\x88\x08\x18\xf9\x2e\x94\x13\x8e\x97\x02\x38\xdd\ \x42\x81\x00\x48\xc3\x9f\x7a\x0d\xb2\x8d\x5c\xb4\xec\xbe\xbd\xb4\ \xb4\x84\x7f\xfb\xb7\x7f\x83\xc7\xe3\xb1\x6d\x50\x14\x34\xed\xed\ \xed\x21\x1c\x0e\x1b\x5d\xcf\x67\xd5\x3c\x47\x65\xa2\x08\xce\x99\ \xdf\x13\x0a\x85\x8c\x11\xe1\x9a\x8f\xc7\xe3\xb6\xc9\x34\x15\x25\ \x41\x14\x00\x1b\x03\x8f\xc7\x83\xd5\xd5\x55\x44\x22\x91\x9a\x0e\ \xcb\x8d\x8d\x8d\x06\x3e\x38\x66\x54\x40\x04\xd5\x5a\x8c\xa1\x39\ \x20\x74\xcc\xb4\xfd\x83\x2a\x7d\x97\x35\x70\x99\x02\xd5\x05\x3a\ \xef\x97\x2e\x5d\x42\x3e\x9f\xb7\x24\x76\x16\x1b\x90\xb1\xdf\xdb\ \xdb\xc3\xf4\xf4\x34\x56\x57\x57\xdf\x93\xaf\x46\x27\x86\x0a\x5c\ \xe5\x4a\x9f\xb9\xb1\xb1\xd1\x0a\x60\x14\x98\x6b\x58\x84\x73\xce\ \x79\xd2\x66\xb2\xfc\x5e\xb1\x58\x44\x77\x77\xb7\xe9\x5b\xb6\x65\ \xa9\x54\xf6\xb7\xea\x89\xc7\xe3\xc8\x66\xb3\xd8\xdb\xdb\xc3\xd2\ \xd2\x12\x56\x57\x57\xe1\xf1\x78\x6c\x9b\x1f\x56\xde\xd1\xa8\xd0\ \xc1\x53\x7d\xd7\xdd\xdd\x5d\xd3\x97\xa8\xaf\xaf\x0f\xa5\x52\x09\ \x9f\xfe\xf4\xa7\xf1\xd2\x4b\x2f\x61\x7e\x7e\xbe\x66\x1d\x91\xe1\ \x60\x42\x3e\xaf\xc5\x67\xa2\x51\xa1\xd1\x24\x63\x46\x86\x80\xf2\ \x48\x40\x15\x08\x04\x2c\x7f\x86\xc5\x18\x2c\x98\xe0\x79\x85\x42\ \x01\xc5\x62\xd1\x64\x81\x45\x06\xf7\xdc\x73\x8f\xad\x13\x8e\x73\ \xb1\x58\x44\x28\x14\x7a\x0f\x88\xba\x1b\x73\x74\x37\xb0\xae\xf2\ \xf3\x7e\x20\x4b\xaf\x51\xef\x3b\x2e\x58\x72\xcf\xbb\xdb\x35\x3f\ \xe8\xe0\xf7\x19\xae\xa7\xde\xa2\x22\x3e\x21\xde\x00\x00\x20\x00\ \x49\x44\x41\x54\xac\x29\xe3\xa2\x80\x8b\xf7\x20\xd0\x05\x60\x85\ \x39\xd4\x45\x74\x24\xb8\x86\x3d\x1e\x8f\x39\x53\x5c\xa3\xdc\xde\ \xcb\xeb\xf5\xd6\x54\x2a\x53\x47\xf0\x77\xea\x74\xa6\x45\xa8\xcc\ \xa8\x1e\xa4\xcd\x25\x79\xa1\xac\x99\x12\x1a\x5c\x2f\x40\xed\x16\ \x79\x8a\x2f\x28\x63\x0a\x9c\x2a\x95\x8a\x91\x0b\x8c\xa0\x10\x40\ \x45\x22\x91\xf7\xa4\xfd\xf0\xfa\x74\xfa\xe9\x0c\x28\xe1\xd0\xda\ \xda\x6a\xeb\x89\x32\x49\xa7\x56\x8b\x42\xfc\x7e\xff\x7e\x27\x77\ \x2a\x01\x4d\x0c\x63\x93\xb7\xe6\xe6\x66\x6c\x6e\x6e\x5a\xe9\xb9\ \x86\x1d\xa8\x14\x14\xf5\x91\xd9\xd2\xee\xdf\x4a\x31\x73\x92\xd9\ \xb7\x65\x6b\x6b\x0b\x2b\x2b\x2b\x76\x0e\x05\x81\x0a\xd9\x45\xe9\ \x3c\x87\xc6\x51\x0d\xa2\x7a\xbb\x9c\x0c\x2a\x08\x0e\x3c\x27\xa4\ \x9e\x42\xe6\x3f\xa2\x77\x0a\x02\xcf\x51\x6f\x8d\x8a\x97\x0a\x86\ \x0a\x9b\x0c\x84\x56\x97\x55\x2a\xfb\x3d\x43\xb8\x43\x7a\x38\x1c\ \x46\x2e\x97\xb3\x89\xbf\x73\xe7\x0e\x46\x47\x47\x6b\x04\x90\xf7\ \x53\x6a\x5f\x81\x1e\xc7\x96\x0a\x8b\xef\xca\xb1\xd2\x2a\x36\x32\ \x6d\x14\xa4\x4a\xa5\x82\xae\xae\x2e\x74\x77\x77\xe3\xe6\xcd\x9b\ \x35\xb4\x2c\xef\xa3\xa1\x47\xb2\x65\x3a\xc7\x54\x8c\xdb\xdb\xdb\ \xe8\xea\xea\x42\x2e\x97\x33\xa3\x40\x00\xae\xfd\xb4\xb8\x68\x94\ \x11\xad\x56\xf7\xf7\x89\xd4\xfb\x12\x7c\x28\x28\x53\x90\xed\x2e\ \x4c\x35\x64\x3a\xb7\x34\xc8\xca\x74\x29\x7b\xc4\xfb\x28\x58\x51\ \x2f\x8c\x63\xa2\xe3\xa8\x6c\x29\xbf\xe7\x96\x1e\x53\x46\xb9\x96\ \xb8\xe0\x68\x20\xdd\xf7\xa3\xc2\x6b\x69\x69\x41\x77\x77\x37\xe2\ \xf1\x38\x0e\x1d\x3a\x84\xee\xee\x6e\xcc\xcc\xcc\xe0\x07\x3f\xf8\ \x81\xb1\x22\x94\x4d\x3a\x45\x94\x1f\xb2\x0b\x6a\xe0\x54\x1e\x38\ \x56\xba\x4f\x1c\xd9\x06\x02\x06\xe6\x0c\xf4\xf5\xf5\x21\x93\xc9\ \x60\x61\x61\xc1\x40\xb3\x7a\x95\x6c\x44\x4a\xf9\xde\xd9\xd9\x41\ \x36\x9b\xad\x51\xf2\x94\xdb\x4c\x26\x63\x72\xc0\x8d\xd6\x5b\x5b\ \x5b\x51\x28\x14\x10\x0e\x87\xcd\xf8\xd3\x71\x61\xd8\x9a\xc6\x9a\ \x6d\x20\xc8\x40\x31\x87\x88\xf7\xa9\x67\x94\xea\x19\xc4\x9b\x37\ \x6f\xe2\xe6\xcd\x9b\x38\x73\xe6\x0c\x1a\x1a\xf6\x5b\x09\x50\x81\ \x72\xae\xb3\xd9\x2c\x6e\xdf\xbe\x8d\x7c\x3e\x6f\xc6\x9f\xef\x4e\ \xe6\x85\x6b\x88\xba\x8d\x6b\x5b\x75\x20\x3d\x5c\x3a\x75\xcc\x57\ \xd5\x5e\x3b\x6a\x44\xd4\x43\xa6\x13\x04\xc0\xd2\x32\xca\xe5\x32\ \xc2\xe1\x30\xfa\xfb\xfb\x71\xeb\xd6\x2d\x0b\xa3\xd2\x51\xca\xe5\ \x72\x06\x8e\x39\x56\x1e\x8f\xc7\x18\xec\xa5\xa5\x25\x6c\x6e\x6e\ \x22\x1a\x8d\xd6\xb0\xf1\x64\x2b\x4a\xa5\x12\xd2\xe9\x34\x5a\x5a\ \x5a\x6c\x1b\xa7\xa7\x9f\x7e\x1a\x7f\xf5\x57\x7f\x55\xd3\x90\x98\ \x00\x9b\xf7\xa5\xec\x28\x23\xb6\xb1\xb1\x61\xd7\xa5\x8e\xe0\xdf\ \x99\x4f\x4a\xc7\xa6\x58\x2c\x1a\x13\x47\xe7\x50\xd7\x10\xc7\x9d\ \x06\xf1\xea\xd5\xab\x28\x95\x4a\x88\xc7\xe3\x56\xb5\x4a\x40\x46\ \xe0\xc7\xfd\x2e\xdf\x4f\x1e\x5c\x00\xf4\x7e\x20\xcc\xfd\xec\x83\ \x18\x29\xbd\xdf\x07\xb1\x5f\x3c\xc7\xfd\xff\xfb\x3d\x83\xda\x29\ \x16\x1f\xa8\x4d\x54\xdb\x44\x99\x52\x52\x02\x38\x28\xc4\xa2\xfd\ \xa4\xce\x20\xcb\xcc\xf5\xa0\xf9\xbc\x2a\x9b\xc1\x60\xd0\xee\xc1\ \x56\x32\x5c\x53\x5c\x1b\x24\x4e\xd8\x5f\x8f\xfa\xdb\xcd\x87\x02\ \x60\x8c\x93\x1b\x01\x20\x6b\xb6\xb9\xb9\x69\x40\x8d\x79\xc9\x04\ \x45\xea\x68\xbb\xd1\x19\x2d\xec\x62\x01\x19\x01\x3d\x1d\x78\x02\ \x33\x8e\x0f\x1d\x62\xda\x3f\xae\x5f\x05\x85\xdc\xc2\x8c\x4c\x18\ \x99\x53\xb5\x09\x3a\xd6\x3e\x4e\x1a\x05\xba\xad\xad\xad\x66\xb7\ \x6a\x7a\x0f\x54\xa6\xd5\x6a\xd5\x1e\x98\x8b\x88\x0c\x88\x1b\x5e\ \xd2\x44\x78\x00\x35\x46\xbb\x5a\xdd\xcf\x41\x5a\x58\x58\x78\x4f\ \xb5\x11\x80\x1a\x23\x4c\xa1\xe2\x35\x5c\xe0\xa6\x48\x5d\x05\x8b\ \x13\xc5\x81\x77\xaf\xa5\xc2\xc8\x45\xad\xbf\xbb\x31\x7d\x3e\x23\ \x0f\x2a\x5d\xe6\xc1\x10\xc1\xf2\x19\x09\x4a\x59\xfd\xc2\xdc\xa9\ \x62\xb1\x88\x44\x22\x81\xdb\xb7\x6f\xc3\xeb\xdd\xef\xda\x3c\x38\ \x38\x68\xdb\x9e\x30\xe9\x97\x89\xed\xf4\xf0\xb8\x38\xb4\xac\x9b\ \xc2\xa0\xcf\xc8\x7e\x1d\x4c\xfe\x63\x4e\x06\x01\x96\xcf\xe7\xc3\ \xfd\xf7\xdf\x8f\xcb\x97\x2f\x9b\xb1\xd0\xb0\x28\xe7\x08\x38\x40\ \xe8\x5e\xaf\xd7\xf2\x1c\x28\x60\xcc\xd5\x20\x83\xb5\xbb\x7b\xd0\ \x31\xd7\x55\x16\x14\x58\x7a\xf9\x34\xd2\x9a\x0c\xcf\x10\x8b\x2a\ \x1d\x86\x1c\xa9\x88\x5d\x76\x80\x3f\x09\x8e\xc8\x7a\x71\x4c\x08\ \xe6\x15\xb4\x53\x89\x28\x03\xa8\xc0\x8c\xe1\x2e\xae\x0b\x8e\x2d\ \x17\x3f\xff\x46\x45\xa2\xec\x27\x8d\x2c\x65\x9d\x73\xc2\xfc\x13\ \x05\x2b\x04\xad\x0d\x0d\x0d\xe8\xea\xea\x42\x7f\x7f\x3f\x0e\x1f\ \x3e\x8c\xe1\xe1\x61\x5c\xb9\x72\x05\xcf\x3d\xf7\x9c\x19\x2b\x7a\ \x60\x1a\x5a\x62\x88\x45\x8b\x2b\x58\xcd\xc5\x67\x56\x39\xe1\x78\ \x44\x22\x91\x9a\x8d\xa2\x6f\xdd\xba\x05\xaf\x77\xbf\x17\x53\x77\ \x77\x37\xd2\xe9\x34\xbc\x5e\x2f\x06\x07\x07\x31\x39\x39\x69\xd5\ \x67\x6c\x11\x40\xc5\x42\x2f\x73\x79\x79\xd9\x94\xb0\x76\x94\xe6\ \x1a\xa1\x13\xa0\xa1\x0c\xca\x41\x47\x47\x87\x55\xdd\x32\xc4\x5c\ \xad\x56\x4d\x46\x08\xfc\xb4\xbc\x5f\xd7\xbc\x8e\x27\x0f\xd7\x18\ \xb1\xe1\xea\xea\xea\x2a\xfa\xfb\xfb\xed\x5d\x1b\x1a\x1a\xcc\x39\ \x9a\x9b\x9b\xc3\xe2\xe2\xa2\x39\x7e\x94\x79\x76\x20\x57\x79\xa3\ \xe2\x06\x60\x8c\x9c\xab\x5b\x28\x53\x04\xb0\xca\x38\xf2\x7b\x0c\ \x8b\x31\xdc\xa3\x6b\x8f\x00\x98\xe1\x8f\xb3\x67\xcf\x62\x6a\x6a\ \xca\xc2\x61\x4c\x33\xc8\x66\xb3\xe6\x00\xb3\x31\xa4\x36\x17\xce\ \xe5\x72\x36\x4f\xd4\x6f\xca\xd4\x53\x9e\x99\xe8\xec\xf3\xf9\xf0\ \xc8\x23\x8f\xe0\xf8\xf1\xe3\xb8\x75\xeb\x96\x7d\x87\x6c\x86\x3a\ \xa2\x5c\x97\x64\xc2\x34\x34\x5a\x28\x14\x10\x8d\x46\x6b\x2a\x4a\ \xa9\xbb\xb8\x16\xc9\xb2\x31\xbf\x86\xc0\x8b\xcc\x69\x38\x1c\xc6\ \xd6\xd6\x16\x7e\xf5\xab\x5f\xd9\xee\x01\xec\x43\x16\x0e\x87\xad\ \x47\x12\xf5\x25\x41\xbf\xea\x0f\x97\x85\xd2\xdf\xeb\x31\x54\x2e\ \xab\xa5\xc7\x07\xfd\xbf\x9e\x1c\xaa\xcc\xd4\x93\xcd\x0f\xba\x9e\ \xfb\xdc\xfc\x2e\xd9\x5d\x02\x77\x7e\x97\xb2\xc6\x9f\xc0\x41\xae\ \x95\xea\x32\x9e\x4b\x19\x07\x60\xf6\x5a\xed\x29\x6d\x1e\x81\x06\ \xe5\x57\xf3\x08\x95\xe9\x07\x60\x24\x03\xab\x4c\x09\xc6\x94\x18\ \x60\xea\x80\x46\x1d\x94\x6d\xd3\xf6\x27\xd9\x6c\xd6\x48\x1d\x8d\ \x82\x10\xec\x73\xec\x74\x0c\xb8\xee\xa8\x17\xf9\x2c\x7c\xd6\xbe\ \xbe\x3e\x4b\x6f\xd9\xd8\xd8\x30\x52\x88\x00\x91\xeb\x5a\xc9\x87\ \xb6\xb6\xb6\x1a\xbb\xa1\xac\x2d\x6d\xa1\xa6\x85\x54\xab\xd5\xfd\ \x36\x0d\x6a\xc8\x77\x77\x0f\x7a\x9b\xd0\x58\xe9\xa4\xb2\x24\x97\ \xe0\x8a\xa1\x20\x5e\x9c\xc8\x8e\x1d\x63\x35\x2f\x8a\x86\x80\x2f\ \x91\xc9\x64\xac\x29\x97\x0a\xa4\xeb\x9d\x32\x34\x40\xa3\xc9\xac\ \x7e\xcd\xbb\x72\x05\x50\x0d\xe6\xdd\x3c\x5d\x7e\xee\x02\x02\x37\ \x07\x4b\xff\xe9\x33\x52\x19\xf3\x33\x0a\x8c\x7a\x6f\x8c\x3d\x33\ \x5f\x26\x1e\x8f\x23\x95\x4a\xa1\xa9\xa9\x09\xd9\x6c\xd6\xb6\x2d\ \xb8\x71\xe3\x06\xee\xbd\xf7\x5e\xa4\xd3\x69\x5b\x0c\x04\xa6\x14\ \x0e\xde\x83\x4a\x84\xa1\x48\xad\xa2\xe1\xc4\x33\x3f\x2b\x1c\x0e\ \xe3\xc6\x8d\x1b\x26\x2c\xe5\x72\x19\x27\x4e\x9c\x30\xe6\x50\xe9\ \x64\x0d\x7d\x28\xdd\x4c\xf0\x43\xaf\x83\xe0\x81\x1e\x4a\xa1\x50\ \x40\x2e\x97\x33\xef\x92\xe3\xa1\x20\x57\xef\xcf\x5c\x12\x05\x8e\ \xca\x50\x29\x2b\xc9\x39\xe6\xdf\xb4\xf2\x8d\xb4\xae\xab\x24\x79\ \x0e\xe5\x91\x8b\x4f\x81\xa4\xcb\x98\xaa\xd2\xe3\xfb\xf1\x5c\xbe\ \x4f\xbd\x3c\x2d\x32\x30\x4a\x49\xbb\x95\x34\x04\x32\x34\x2a\x34\ \x9c\x5c\x47\xa3\xa3\xa3\x88\x44\x22\x18\x1c\x1c\x44\x5f\x5f\x1f\ \x5e\x78\xe1\x05\x5c\xbc\x78\xd1\x80\xfe\xca\xca\x8a\x85\x7d\xc8\ \x2a\xe8\x5c\xa8\xc3\x41\x26\xa5\xb9\xb9\xd9\xc2\x4d\xc0\xc1\xe6\ \xe7\x83\x83\x83\x18\x18\x18\xc0\xe2\xe2\x22\x5e\x79\xe5\x15\x03\ \x40\xfd\xfd\xfd\xd8\xdc\xdc\x44\x4f\x4f\x0f\xe6\xe6\xe6\x6a\xc6\ \x21\x14\x0a\x59\xf2\xa6\xe6\xf3\x10\xf4\xed\xec\xec\x60\x69\x69\ \xc9\xfa\x68\xf1\xbe\x04\x64\xbc\x8e\x86\x63\xb9\x79\x6d\x36\x9b\ \xc5\xc4\xc4\x04\x3a\x3b\x3b\xd1\xdd\xdd\x6d\x3a\x68\x6b\x6b\x0b\ \xd9\x6c\xd6\xde\x99\x4e\x0a\x01\x2d\x65\x43\xd9\x3a\xf7\x1f\xd7\ \xec\xe3\x8f\x3f\x8e\xa3\x47\x8f\xe2\x67\x3f\xfb\x19\xae\x5d\xbb\ \x86\xc1\xc1\x41\x84\xc3\x61\x44\x22\x11\x54\x2a\x15\xe4\x72\x39\ \x5c\xbe\x7c\xb9\x86\xfd\x21\x88\x22\xe3\xab\x8a\x9b\xb2\x45\x39\ \xa4\x8c\x51\xaf\xe9\xd8\x11\xe0\xd2\xe1\xa2\x8c\x68\x67\x7e\x95\ \x3d\xae\x45\xe6\x50\x71\xdd\x1c\x3e\x7c\x18\x9d\x9d\x9d\x58\x5a\ \x5a\xc2\xc0\xc0\x00\x72\xb9\x1c\x0a\x85\x82\x25\xf7\xee\xee\xee\ \x22\x18\x0c\xda\xfc\x17\x8b\x45\x04\x02\x01\x3c\xf4\xd0\x43\x28\ \x14\x0a\xa8\x54\x2a\xd6\x53\x8a\x32\x49\x99\xd1\xdf\xb7\xb7\xb7\ \x11\x89\x44\xf0\xb7\x7f\xfb\xb7\xf8\xe2\x17\xbf\x68\x2c\x3c\x0d\ \x36\xf5\x0f\x65\x9b\x4c\xb6\x46\x19\xb8\x06\x34\xc2\x41\x50\x4c\ \xbd\x46\xc6\x8d\x46\x92\xfb\x14\x6a\x5e\x4b\x6f\x6f\x2f\x36\x37\ \x37\xf1\xe1\x0f\x7f\x18\x3e\x9f\xcf\x1c\x58\x9d\x0b\x86\x4a\x07\ \x06\x06\xcc\x16\xb9\xac\x8d\x1e\x6a\x8f\xea\x01\x2f\x17\x74\xfd\ \x26\xec\xd2\x6f\x62\x63\xde\xef\x3c\x3d\xea\xdd\xdf\xfd\x3f\x75\ \x11\x2b\x89\xdd\xe7\x53\x76\x87\xc0\x95\xf3\xa2\xeb\x50\x01\x81\ \x3a\x3e\x0c\xf7\x93\xe9\xa2\x4c\xa9\xb3\xc4\x48\x95\xb6\x68\xe0\ \x41\xbb\xa4\xe1\x48\xe0\xa0\xfa\x5f\x43\xca\x5c\x13\xc0\xc1\x66\ \xe8\xfc\x3e\xd7\x44\x30\x18\x34\x5d\x4f\x40\x43\xc0\xcf\x77\x27\ \xa0\x62\xde\x2f\xd7\x6e\x5b\x5b\x9b\x39\x93\xd4\x81\x95\xca\x7e\ \xde\x5e\xb1\x58\xc4\xd1\xa3\x47\x2d\xaf\x95\x20\x6b\x73\x73\x13\ \x1b\x1b\x1b\xf6\x1c\x9a\x36\x43\xbb\xa1\x11\x0e\xea\x7a\xea\x6b\ \x3e\x5f\x43\x43\x03\x7c\x2b\x2b\x2b\xa6\x08\x95\xbd\x01\x0e\xba\ \x15\xb3\x72\x84\x07\x99\x07\xe6\x95\x50\xc1\x93\x0e\xa7\xd7\x43\ \xcf\x8c\x0a\x5f\xc3\x46\xec\xf5\xa2\x80\xc6\x45\xf5\x9c\x34\x0e\ \x8e\x02\x1e\xa5\x04\xb9\x78\x95\x45\xd0\x90\xa4\x2a\x2e\x7e\xd7\ \xcd\x19\x53\x23\xcf\x43\x81\x9e\x0b\xe6\xea\x2d\x52\xa2\xfa\xbd\ \xbd\xfd\x04\xce\x52\xa9\x84\x7c\x3e\x6f\xdd\x6a\xa9\x98\x12\x89\ \x04\xa6\xa7\xa7\x31\x3a\x3a\x8a\xf1\xf1\x71\x4b\x50\x5d\x59\x59\ \x41\x6f\x6f\x2f\xd2\xe9\xb4\x01\x08\xee\x77\xc8\xdd\xe7\x29\xa0\ \x1e\x8f\x07\xa7\x4f\x9f\xc6\xf0\xf0\x30\x2e\x5c\xb8\x60\xef\x48\ \x40\x37\x30\x30\x80\x3f\xfc\xc3\x3f\xc4\x2b\xaf\xbc\x82\x17\x5f\ \x7c\xd1\xe8\xcf\x50\x28\x84\x33\x67\xce\xe0\xb9\xe7\x9e\x33\x50\ \xc0\xf7\xa7\x00\xba\x02\xc5\x45\x43\x0a\x9e\x8a\x94\xc6\x2f\x99\ \x4c\x22\x1c\x0e\x63\x73\x73\x13\x83\x83\x83\x36\xfe\x9c\x1f\x8e\ \xa9\x0a\x5e\xa1\x50\x30\x85\x0a\x1c\xf4\xf2\xe2\x3c\xf2\xbe\x6e\ \x0e\x01\x95\x33\xbd\x6d\x35\xa6\x7c\x0f\x3e\x3b\xe7\x42\x0d\x59\ \xbd\x39\xa6\xa1\x64\x67\x73\x65\x48\x34\x8c\xc8\xef\x2a\xd0\x52\ \xf0\xc0\x75\xc0\x67\x22\xc0\xdb\xdb\xdb\xb3\x3c\x9a\x8d\x8d\x0d\ \x63\xa4\x5a\x5b\x5b\xd1\xd3\xd3\x83\x40\x20\x80\x91\x91\x11\xf4\ \xf6\xf6\xe2\x47\x3f\xfa\x11\xa6\xa6\xa6\xcc\xa8\x51\xb9\x91\x69\ \x64\x98\x84\x3d\x86\xd4\xd1\x69\x6b\x6b\x33\x06\x63\x63\x63\xc3\ \x9e\xbf\xbd\xbd\x1d\xc3\xc3\xc3\xb6\x06\x67\x67\x67\xf1\xea\xab\ \xaf\x1a\x40\x56\x40\x59\x28\x14\xb0\xbd\xbd\x8d\x68\x34\x8a\x50\ \x28\x54\x93\xe7\xa2\x2c\x23\x59\x41\x02\xdf\x9d\x9d\x1d\xa4\xd3\ \x69\x53\x9e\xdc\x7c\x58\x95\x3d\xab\x8c\x08\x0e\x3d\x9e\xfd\xdc\ \x19\x1a\xf6\x99\x99\x19\xc4\xe3\x71\x44\xa3\x51\x63\xc9\x9b\x9b\ \x9b\x51\x28\x14\xec\x3e\x1c\x47\x02\x3c\xaf\xd7\x5b\xf3\x3b\xe7\ \x4d\x19\x1a\x8f\xc7\x63\xcc\xe0\xf2\xf2\x32\x6e\xdd\xba\x85\xe9\ \xe9\x69\x8c\x8f\x8f\x63\x73\x73\x13\x99\x4c\x06\x87\x0f\x1f\xc6\ \x91\x23\x47\xf0\xef\xff\xfe\xef\xc6\xc6\xf1\x3d\xa8\x57\x18\xce\ \x20\xb0\xe3\x3f\xae\x7d\x3e\x23\x43\x75\xd4\x8d\x04\x5c\x54\xfc\ \x94\x23\x82\x0f\x96\xb2\x2b\x6b\x40\xc7\x8d\xac\x70\x5b\x5b\x1b\ \x06\x07\x07\xb1\xb3\xb3\x63\xcf\xc4\x8e\xfb\xd4\x13\xd4\xbd\x04\ \x23\xfd\xfd\xfd\x08\x04\x02\x98\x9d\x9d\xc5\xfc\xfc\x3c\xee\xbb\ \xef\x3e\x8c\x8d\x8d\x99\x2e\x23\x38\x0f\x06\x83\x58\x5d\x5d\x45\ \x3c\x1e\xc7\xf6\xf6\x36\x8a\xc5\x22\x86\x86\x86\xf0\xf4\xd3\x4f\ \xe3\xdb\xdf\xfe\x76\x4d\x88\x47\x43\xc3\x9a\x86\x01\xd4\x82\x17\ \x2d\xcf\xa7\x2d\x69\x68\x68\xb0\x82\x18\xad\x1e\xe3\x36\x38\x74\ \xea\xc9\xca\x2e\x2e\x2e\x62\x71\x71\x11\xed\xed\xed\xa6\x9f\x18\ \xaa\xe4\xfc\x72\x9c\x58\x9e\xaf\x20\x86\x86\x5b\x41\x92\xb2\x38\ \xfa\xb9\xeb\x38\xb9\x00\xed\xfd\x80\x92\x7b\x9d\x7a\x40\xaa\x1e\ \xd8\xaa\xf7\x1c\xee\x71\x37\xb0\x55\xad\xee\xe7\xfd\xd0\x41\xd7\ \x7f\x5c\x07\x5a\x98\xc2\xef\xd4\x63\x8b\xb8\x26\xa9\x03\xd5\x76\ \xd2\x36\xd3\x79\xe0\x56\x5f\xd4\x99\x04\x37\x7e\xbf\x1f\xeb\xeb\ \xeb\xb6\x0d\x13\x81\x3b\x23\x59\xbc\x26\xe7\x4d\x1d\x4f\xea\x29\ \x65\x8a\x29\xcb\xdc\x26\x8c\x91\x1d\xea\x7d\xbf\xdf\x6f\xcf\xaa\ \x7d\xe8\x08\x3e\x29\x6f\x2a\x2b\xb4\xc7\xac\x74\xcf\x66\xb3\xb8\ \x7c\xf9\x32\xce\x9c\x39\x83\x68\x34\x8a\x42\xa1\x80\x72\xb9\x8c\ \x58\x2c\x66\xd5\xd1\xbb\xbb\xfb\x1b\x53\x27\x93\x49\x1b\x57\x17\ \x97\xd0\x69\x71\xa3\x70\x5e\xaf\x17\x3e\x76\x6a\x55\x65\xd4\xd8\ \xb8\xdf\x39\x97\x49\x93\x3a\xd8\x81\x40\xc0\xfa\x9a\x78\xbd\x07\ \x89\xef\x1a\xca\x60\x28\x88\x8a\x97\xd7\x26\x00\x68\x68\x68\xc0\ \xe2\xe2\x62\x4d\xc5\xa2\xe6\xc8\xa8\xd1\xe4\x7d\x14\x7c\xb9\x42\ \xac\x8c\x87\x02\x45\x97\xa1\x52\x46\x46\x3d\xcd\xf7\xf3\x5a\xf4\ \x3b\x54\x8a\xfa\xbb\x36\xf9\xa4\x47\x4f\xe3\x40\x85\xe2\xf7\xef\ \xef\xcd\xc5\x8a\x31\x00\x16\x2e\xea\xee\xee\xb6\x16\x0a\x13\x13\ \x13\xe8\xef\xef\x37\x86\x81\xcf\x98\xcb\xe5\xd0\xd3\xd3\x83\x4c\ \x26\x63\x7b\x94\x0d\x0f\x0f\x63\x64\x64\x04\x1f\xfd\xe8\x47\x31\ \x35\x35\x85\x1b\x37\x6e\xa0\x5a\xdd\xef\x23\xf2\xc9\x4f\x7e\x12\ \x9f\xf8\xc4\x27\xe0\xf5\x7a\x31\x3e\x3e\x6e\x46\xa7\x5c\x2e\xe3\ \x23\x1f\xf9\x08\xde\x7a\xeb\x2d\x0b\x1d\xf0\x3d\x95\xb1\xd1\xf1\ \xe2\x7c\x68\x7e\x08\x7f\x32\xd7\x8c\xf9\x0f\xec\xeb\x15\x0e\x87\ \xcd\xb8\x72\xac\x15\xec\xf2\x79\xe8\x2d\x50\xe0\x15\xe8\xd1\x23\ \x56\x60\xcd\xf9\x52\x05\xed\xce\x31\x3d\x6b\x9d\x4b\x5e\x53\x9f\ \x41\x3d\x6d\x2e\x6a\x9e\xaf\x61\x6d\xe0\xa0\x53\xbd\x1b\xe2\x51\ \xd9\x50\xea\x9b\xf2\xce\x85\x48\x60\xa0\x79\x89\x81\x40\x00\xfd\ \xfd\xfd\x88\xc7\xe3\x38\x7b\xf6\x2c\x1a\x1b\x1b\xf1\xc3\x1f\xfe\ \x10\xa9\x54\x0a\x6c\xfe\x4b\x25\xe5\xf7\xfb\x11\x8b\xc5\xe0\xf3\ \xf9\xac\xcf\x11\xd7\x04\x19\x1f\x00\x36\xa7\xfd\xfd\xfd\x96\xd0\ \x39\x34\x34\x84\x44\x22\x81\x62\xb1\x88\x64\x32\x89\x5f\xfd\xea\ \x57\x98\x9d\x9d\x35\x46\xd2\xeb\x3d\x68\xfc\xc8\x50\x91\xd7\xeb\ \x45\x3c\x1e\x47\x7b\x7b\x3b\x56\x57\x57\x0d\xe4\x6b\xfe\x46\x5b\ \x5b\x9b\x81\x23\x26\x56\x53\x61\xd2\x09\x68\x68\x68\xb0\x7d\xcc\ \x38\xfe\x9b\x9b\x9b\xa6\x2c\x19\xd2\xe2\xf3\x7b\x3c\x9e\x9a\x36\ \x03\x6c\xf3\x42\x9d\x44\x06\x83\x86\xd8\xef\xf7\x5b\x38\x94\xec\ \x1a\xc1\x1b\x00\xeb\xe3\xc3\x71\x6f\x6c\x6c\x44\x3c\x1e\x47\x77\ \x77\x37\x3e\xfe\xf1\x8f\x1b\x98\x6c\x68\x68\x40\x32\x99\xc4\xdf\ \xff\xfd\xdf\x9b\xdc\xaa\xa2\xa7\x61\x57\x0f\x58\x7b\xcf\xb9\xce\ \x89\xea\x33\xae\x49\xe0\xa0\xa4\xbd\xb1\xb1\xd1\x2a\x03\xf9\xee\ \x94\x31\x02\x8c\x54\x2a\x85\x23\x47\x8e\xd8\xb8\x35\x36\x36\xa2\ \xa7\xa7\x07\x6b\x6b\x6b\xc8\x64\x32\xa8\x54\x2a\xb8\x73\xe7\x0e\ \xf2\xf9\xbc\xb1\x95\x34\x82\x3e\x9f\x0f\x1d\x1d\x1d\x08\x04\x02\ \x78\xfd\xf5\xd7\xd1\xd5\xd5\x85\xed\xed\x6d\xbc\xfa\xea\xab\x68\ \x6c\x6c\xc4\xf0\xf0\xb0\x39\xc4\x4d\x4d\x4d\x08\x85\x42\x58\x5a\ \x5a\xaa\x71\x8c\x7d\x3e\x1f\x9e\x7a\xea\x29\x5c\xb8\x70\xc1\xaa\ \x87\xa9\x27\x08\x80\xf8\x19\xd7\xa6\x26\xc0\x2b\x5b\xc5\xe2\x00\ \x9e\xcf\x3d\x28\xc9\x38\x31\xcc\xc5\x50\x1f\x9d\x41\xae\x23\xb6\ \x34\x21\x03\xcc\x30\x23\x43\xdd\x04\xb6\x1c\x7b\xd5\x63\x7a\xd4\ \x03\x45\x3c\x7e\x13\xd0\xa4\x76\xa6\x1e\x40\x73\x09\x82\x7a\xf7\ \xbe\x9b\xad\xa9\xf7\x4c\xfa\xb9\xcb\xca\x51\x07\x92\x49\x52\x1b\ \xab\x11\x09\xea\x39\x00\x35\xe3\xa3\x6c\x23\xd7\x30\xc7\x99\xef\ \x49\x99\xda\xdb\xdb\xb3\x3c\x4f\xce\x0b\xbf\xc3\x79\xdb\xd9\xd9\ \xb1\xb6\x06\xd4\x8d\x9b\x9b\x9b\x66\x0b\xa9\xf7\xb8\x06\x18\x8e\ \xa3\xbe\xe0\x7a\xa2\x9c\xd0\x61\x21\xa0\x49\x24\x12\x48\x26\x93\ \x06\x9a\xf8\x6e\xcc\xab\xa2\xde\xa5\x1e\x50\x5b\x40\x07\x8e\x6b\ \x9b\x3a\x82\xc4\xcf\xdc\xdc\x9c\xb1\xf0\x6c\x2f\x45\xdb\x1c\x89\ \x44\x6a\xc2\xa1\x9a\x22\xa4\x6c\x2c\xc7\x55\xdf\xd3\xe3\xf1\xc0\ \xc7\x45\x41\xf0\xc4\x01\x58\x5d\x5d\x45\x2c\x16\xb3\x4a\x26\x60\ \x5f\x60\x99\x3c\xa6\x09\x67\x5c\xe0\x4c\xc8\x66\xbb\x07\x2e\x82\ \xad\xad\x2d\x03\x1a\xad\xad\xad\x58\x5b\x5b\xab\xa9\x1a\x54\xa3\ \xaa\x42\xa6\x83\xac\x02\xea\x32\x54\x4a\x7d\xea\x40\xe8\x02\x50\ \x96\x8b\xd7\x71\xc3\x16\x4a\x9d\x73\x02\xf8\x7d\x4d\xaa\x57\x8f\ \x40\x01\x04\x95\x38\x73\xd2\x68\x74\xe8\xf9\x33\xbf\x84\xbd\xa9\ \xa6\xa7\xa7\x6d\xdf\xb3\x99\x99\x19\xec\xee\xee\xe2\xd2\xa5\x4b\ \x78\xfc\xf1\xc7\x2d\x2e\x4c\x81\xfe\xd4\xa7\x3e\x85\x13\x27\x4e\ \x60\x61\x61\xa1\xa6\x51\x29\x43\x7e\x5d\x5d\x5d\x98\x9f\x9f\x47\ \x7f\x7f\x3f\xce\x9c\x39\x83\x9b\x37\x6f\x22\x9b\xcd\xe2\xce\x9d\ \x3b\xa6\xe4\x8e\x1e\x3d\x8a\xa6\xa6\x26\x8c\x8f\x8f\x1b\x6b\xa9\ \xd4\xbe\x8e\x3d\x19\x14\x8e\x33\xf7\x10\x23\x50\xf3\x7a\xbd\xc8\ \x66\xb3\x58\x5b\x5b\x33\x43\x16\x0c\x06\xe1\xf5\xee\x97\xfc\xdf\ \xb8\x71\xa3\x06\xa4\xe8\x3c\x71\x6c\xb9\x80\xb7\xb6\xb6\x0c\xa8\ \x73\x1e\x74\x91\x73\x8e\x48\xd7\x52\x26\x78\x28\x5b\xa6\x0a\x51\ \x93\xdc\x69\xa4\x15\x50\xbb\x1e\x21\xd9\x29\x0d\x4f\x72\xee\x69\ \x68\xd5\x03\xa3\xa1\x21\x4b\xa1\xcc\x26\x15\x08\xbd\x6c\x8e\x31\ \xbd\xec\xb1\xb1\x31\x9c\x3f\x7f\x1e\xed\xed\xed\xb8\x7e\xfd\x3a\ \x52\xa9\x14\x5a\x5b\x5b\xd1\xdb\xdb\x6b\xec\x1e\x0d\xe5\xde\xde\ \xfe\x96\x23\xcb\xcb\xcb\x48\x24\x12\x08\x04\x02\x76\x3e\xc7\x81\ \x8a\x85\x4c\xd6\xf0\xf0\x30\xfa\xfa\xfa\x90\xcf\xe7\x71\xfd\xfa\ \x75\x4c\x4e\x4e\x62\x71\x71\x11\xeb\xeb\xeb\xa6\x98\xf9\xbe\x5a\ \xa9\x97\xcf\xe7\x31\x30\x30\x80\x70\x38\x8c\xd6\xd6\x56\x6c\x6d\ \x6d\x59\x22\x27\xc1\x5c\xa5\x52\xb1\xee\xee\x04\x38\x64\xab\xc9\ \x6e\x33\xac\xa8\xeb\x8c\x60\xdc\xf5\x7e\x19\xf6\x23\xb3\x42\x56\ \xad\x5a\xad\x22\x99\x4c\x1a\x03\x4c\x00\xab\xe0\x96\xe3\xce\x8e\ \xe4\x64\xf4\x18\x2a\x67\x6e\x60\x43\x43\x83\x6d\xb6\xcd\xb1\xa2\ \xcc\x8e\x8f\x8f\xe3\x1b\xdf\xf8\x86\xcd\x33\x8d\x87\x1a\x37\x7a\ \xa7\x4c\x80\x27\x6b\x44\xc3\x4f\x20\xc5\xc4\x5f\xca\x23\xbd\x78\ \x1a\xb3\xdd\xdd\x5d\x24\x12\x09\xb4\xb6\xb6\x22\x95\x4a\x99\xac\ \x97\xcb\x65\x1b\x2f\x1a\x0e\x5e\x83\xf3\xd4\xde\xde\x8e\xb5\xb5\ \x35\x2c\x2e\x2e\xc2\xef\xf7\xe3\xf5\xd7\x5f\xaf\xc9\xef\xa2\x63\ \xdb\xd5\xd5\x85\xd6\xd6\x56\xab\x34\x5b\x5a\x5a\x32\x76\xea\xbb\ \xdf\xfd\x2e\x3e\xfb\xd9\xcf\xe2\xe8\xd1\xa3\x35\xa1\x6c\x9f\xcf\ \x87\x74\x3a\x6d\xfb\x05\x36\x34\xec\xf7\x3a\xfa\xca\x57\xbe\x82\ \xbf\xfe\xeb\xbf\x36\x99\x66\xe8\x8f\x8c\x2d\x6d\x01\xd7\x2b\x9f\ \x41\xd7\x0d\xf5\x24\xe7\x51\x93\xb3\x0b\x85\x82\x6d\xc7\xc2\xf1\ \x06\x60\x0e\x1b\xaf\x4b\x56\x93\xc6\xaf\xb1\xb1\x11\x85\x42\xc1\ \x58\xde\x85\x85\x05\x2b\x9e\x70\x59\xd7\x0f\x62\x95\xde\x8f\xbd\ \xaa\xa7\x2b\xee\x06\x84\x78\xcd\x7a\x9f\xbd\xdf\x77\x3e\xe8\xa8\ \xc7\xa6\x71\xfc\x74\x43\x6c\xf7\xd9\x29\x73\x2e\xe0\xa7\xde\xd5\ \x7c\x2b\x32\xed\x00\x6a\x6c\x24\x13\xdf\x35\x4c\xce\xa2\x1b\xa6\ \x02\x54\x2a\x07\x95\xa4\x6c\xdf\x40\x5d\xe9\x16\x42\x10\x0c\x2a\ \xd9\xa2\x2c\x16\xef\x4b\x80\xce\xb5\x10\x08\x04\x10\x89\x44\x90\ \xc9\x64\x6a\x6c\x84\xb6\x8e\x50\xd0\xcf\xc4\x78\x5e\x8f\x4e\x03\ \xd9\x6f\x32\xbe\xc4\x2e\xb9\x5c\x0e\xc0\x7e\x85\x7f\x3e\x9f\x47\ \xa9\x54\xc2\xcc\xcc\x0c\x5a\x5b\x5b\xad\x18\x83\x63\xca\xe7\xe7\ \x58\x72\xec\x69\x87\x34\x94\xe9\xa3\x62\xd3\x64\xdf\xe6\xe6\x66\ \x2c\x2f\x2f\xa3\xb1\xb1\x11\xb1\x58\xac\x06\x28\x30\xd1\x56\x63\ \xe8\xad\xad\xad\x88\xc7\xe3\xe6\xd1\x69\x49\x31\x00\x8b\xe3\x13\ \x31\xb2\x1b\xb8\x32\x43\x2a\xc4\x7c\x0e\xd7\x90\xea\x41\x05\x48\ \x06\x02\x38\x40\xe8\x54\x70\x5a\x01\xc0\x09\xa5\x90\xb9\x83\xc5\ \x01\x52\xc4\x4f\x61\xe2\x18\xa9\x70\xf3\x1a\x54\x2a\x7c\xd6\xd6\ \xd6\x56\x63\x76\x78\x4f\xe6\x6a\x11\xdd\x92\xc1\x68\x6b\x6b\x43\ \x2e\x97\xc3\xd0\xd0\x10\x76\x77\x77\x31\x3f\x3f\x8f\x4c\x26\x83\ \x5f\xfc\xe2\x17\x78\xe8\xa1\x87\x90\xc9\x64\x10\x0e\x87\xd1\xd6\ \xd6\x86\x77\xdf\x7d\x17\x27\x4f\x9e\xc4\xe8\xe8\xa8\x29\x78\x86\ \x99\xfc\x7e\x3f\x5e\x7d\xf5\x55\x44\xa3\x51\x0c\x0c\x0c\xe0\xd5\ \x57\x5f\x35\xc6\x83\x9d\xbc\x43\xa1\x10\xce\x9f\x3f\x8f\x0b\x17\ \x2e\xd8\xbb\x28\x1a\xa7\x92\x57\x6f\x5c\x17\x34\x0d\x2c\xc7\x89\ \xd7\xf0\xfb\xfd\x96\x28\x9c\xcb\xe5\x30\x38\x38\x88\xe3\xc7\x8f\ \xe3\xea\xd5\xab\x36\xaf\x3a\xe6\xba\xf8\x09\xb2\x98\xf0\xa8\xe1\ \x39\x82\x67\x15\x66\xce\x2d\xe7\xc8\x55\x1e\x6e\xbe\x95\xeb\x55\ \xe8\xfb\xea\x39\x2e\xfb\x49\x60\x48\xaf\xd8\x1d\x2f\xca\x80\x6e\ \x61\x44\x79\x54\xef\x85\xc0\xba\xa1\xa1\xc1\x9a\xcd\x86\xc3\x61\ \x8c\x8d\x8d\xe1\xd4\xa9\x53\x68\x69\x69\xc1\xf5\xeb\xd7\x31\x35\ \x35\x85\xf6\xf6\x76\xeb\x65\x06\xec\x27\xf1\x66\x32\x99\x9a\xf0\ \xcc\xde\xde\x1e\x16\x16\x16\xd0\xd9\xd9\x69\xd7\x0b\x04\x02\x56\ \xd9\x03\xec\x97\x10\x67\xb3\x59\x44\xa3\x51\x4c\x4f\x4f\xe3\xf5\ \xd7\x5f\xb7\x3e\x68\x6e\xa3\x57\xbe\x13\x73\x2e\x48\xc1\xf7\xf5\ \xf5\x61\x70\x70\xd0\x42\x5a\x00\xec\x1c\x02\x22\xe6\x80\x68\x4e\ \x1b\x01\xa5\xcf\xe7\x43\x34\x1a\x35\x39\x27\xe8\x52\x16\x83\xec\ \x1b\xf5\x0a\xdb\x1b\x50\xc6\x38\xb6\x2c\xb0\xa1\xa2\xd7\x7e\x7d\ \xcc\x07\xe1\xbb\xb1\x3a\x50\x43\x11\x8b\x8b\x8b\x88\x44\x22\x88\ \x44\x22\xb6\xa1\x36\x95\xbc\xcf\xe7\xc3\xcc\xcc\x0c\xbe\xf5\xad\ \x6f\x21\x14\x0a\x99\x23\x52\x28\x14\x4c\xb7\xf1\x7a\xca\xe2\x33\ \xcc\xc7\xc4\x70\xea\x03\x3e\x1f\xff\x4f\x86\x8f\xff\xe8\x90\xf6\ \xf4\xf4\x60\x75\x75\xb5\x66\x0e\xc8\x5c\x31\x37\x8b\xa1\x73\x8e\ \xed\xde\xde\x1e\xe2\xf1\x38\xa6\xa6\xa6\x30\x3d\x3d\x8d\x50\x28\ \x84\x9b\x37\x6f\x1a\x38\x26\xa3\xd7\xd7\xd7\x87\x40\x20\x80\x85\ \x85\x05\xec\xec\xec\x58\x4b\x8a\x6a\xb5\x6a\x21\xea\x17\x5f\x7c\ \x11\xb3\xb3\xb3\xb8\xff\xfe\xfb\x6d\x3d\x25\x12\x09\x2c\x2c\x2c\ \x98\x91\xa0\x23\xf7\xe1\x0f\x7f\x18\x27\x4e\x9c\xc0\xb5\x6b\xd7\ \xd0\xd2\xd2\x62\x95\xd2\xd4\xb5\xcc\x2f\xd3\xb0\x39\xd7\x16\x00\ \x63\xa7\xda\xda\xda\xac\x2a\xdd\xe3\x39\x28\x12\x00\x0e\x7a\x7e\ \xa9\x1d\xd8\xd9\xd9\xc1\xe0\xe0\x20\xca\xe5\x32\xb2\xd9\xac\xf5\ \xf7\x6a\x6a\x6a\xb2\xdc\x52\x4d\x98\xe7\xd8\xf2\x1e\x2e\xe3\xa3\ \xfa\xac\x1e\xb0\xd2\x75\xed\x1e\xf5\x58\x26\x3d\xb7\x9e\x7e\xbb\ \xdb\xf7\xff\xff\x00\xb0\x7a\xcf\xe3\x3a\x85\x8c\x28\xa9\x9d\xd3\ \x73\xa9\x8f\x5c\xe6\x85\xf2\xaf\xb9\xac\x94\x25\x2d\x4a\xe1\xf9\ \x6a\xf7\xc8\x6a\x01\x07\x40\x98\x0e\x15\x65\xcd\xeb\xf5\xda\x5e\ \xa6\x94\x99\x4a\x65\x7f\x23\x75\x65\x9c\x74\xb3\x77\x05\x4e\xcc\ \x87\x62\x2f\x2c\x56\xba\xf2\x39\x68\xa3\xd8\x07\x8b\xf7\xe4\xfd\ \xd9\xe0\x5c\x3b\xd4\x77\x75\x75\x19\x36\x50\x8c\xc0\xef\x51\x9f\ \x79\xbd\x5e\xe4\x72\xb9\x9a\xf0\xa6\x16\x36\x91\x85\x56\x02\x44\ \x59\x6d\xde\xcf\xeb\xf5\xc2\xd7\xdd\xdd\x6d\xa5\x90\xf4\xc6\x98\ \x33\xe2\xf1\x78\x90\x4e\xa7\x6b\x1a\x9b\x51\x11\xb3\xba\x87\x7b\ \x4c\x65\x32\x19\x4b\x44\xa5\x57\xc1\xf3\xb5\xfa\x90\x5b\xb6\x50\ \x29\x28\x3b\xe1\x56\x04\x29\xdb\xa1\x42\x45\x10\xa0\x2c\x0b\x00\ \xf3\x5e\x35\x17\x4b\x05\x52\x93\x91\xf5\xba\xca\x50\xf1\x73\xf5\ \xca\x88\x52\x29\x74\xea\xc9\xa8\xf1\xe7\x73\x93\x59\x60\x12\x33\ \x95\x3d\x0d\x00\x81\x44\x3c\x1e\x37\xc1\x3c\x7e\xfc\x38\x8a\xc5\ \x22\xd2\xe9\x34\xe6\xe7\xe7\x71\xfd\xfa\x75\xfc\xde\xef\xfd\x1e\ \x2e\x5f\xbe\x8c\x74\x3a\x6d\xd4\xe5\xd3\x4f\x3f\x6d\x5e\x34\x69\ \x76\x9f\xcf\x87\x58\x2c\x86\xc3\x87\x0f\xc3\xe7\xf3\xe1\xe4\xc9\ \x93\x38\x74\xe8\x10\xfe\xf1\x1f\xff\x11\xcb\xcb\xcb\x68\x6e\x6e\ \xc6\x47\x3f\xfa\x51\x4c\x4c\x4c\xd8\x7c\x2a\x98\xe5\xb8\xf2\x1d\ \x48\xd1\xf2\x1c\x82\x07\x32\x54\x34\x24\x9a\xa8\x5d\x2e\xef\xef\ \x59\xd7\xda\xda\x8a\x44\x22\x61\x55\x2e\x3a\x6f\x1c\x47\x05\xb0\ \x9c\x7f\x56\x61\x30\xef\x87\xc0\x50\x19\x46\x65\xa8\xd4\x23\x53\ \x90\xcc\xeb\xf2\x3d\xa8\x40\x74\x21\xf1\x3b\x2a\x73\xf5\xc0\xa5\ \x0b\xca\x55\x61\x51\xa1\xd3\x93\xe3\x62\x54\xa5\x44\xca\x9a\xeb\ \xe0\xf0\xe1\xc3\xe8\xeb\xeb\x43\x3c\x1e\xb7\x7d\xe2\x2a\x95\xfd\ \xe4\x63\x00\x16\x8a\x61\x48\x2f\x1c\x0e\xa3\x5c\x2e\x1b\xb3\x9c\ \x48\x24\x0c\x48\x44\x22\x11\x4b\x7c\x27\xc3\xc4\x31\xbf\x72\xe5\ \x8a\x79\x6d\x73\x73\x73\x35\x5b\x2c\xe9\x5a\xa2\x67\x49\x85\x44\ \x39\xea\xef\xef\x47\x30\x18\xc4\xb5\x6b\xd7\xb0\xbb\xbb\x6b\xfd\ \x85\x18\x0a\xa4\x97\x4a\xd9\x27\xfb\x4d\x30\x45\xa5\xc4\x24\x56\ \xce\x23\x3b\xd2\x2b\x0b\xa1\xeb\x8c\xde\xa4\x82\x14\x7a\x9d\x54\ \x88\xf4\x28\x15\x7c\x71\x7e\xf8\x8e\x34\xf0\x9c\x2f\x3a\x21\x94\ \x6f\xca\xdb\xf6\xf6\x36\x5e\x78\xe1\x85\xf7\xe8\xa1\x6a\xf5\x20\ \x64\xa1\xc6\x84\x60\x81\xcf\xcc\x90\x1c\xaf\xa7\x86\x92\x32\xa2\ \xca\xd9\xeb\xf5\xa2\xbf\xbf\x1f\xcd\xcd\xcd\xc8\x66\xb3\x06\xea\ \x34\x81\x97\xc6\x82\xcc\x17\xc3\x19\x94\xb1\x5b\xb7\x6e\xa1\x50\ \x28\xd8\xd6\x65\x5c\x93\x5e\xaf\x17\x03\x03\x03\x68\x69\x69\xc1\ \xfc\xfc\xbc\x45\x16\x18\x1a\x61\x88\x7a\x6f\x6f\x0f\xe9\x74\x1a\ \xc9\x64\xd2\x52\x06\x02\x81\x80\x85\x61\x1a\x1a\x1a\x90\x4a\xa5\ \x0c\xd8\x7c\xff\xfb\xdf\xc7\x17\xbe\xf0\x05\x7c\xed\x6b\x5f\xab\ \xd1\x99\x5c\x07\x0a\xae\xe8\xf0\x69\x6e\x4a\xb9\x5c\xb6\x08\x06\ \xed\x8b\xcb\x56\x00\xa8\x69\x9e\x4a\xa0\x34\x33\x33\x83\xe3\xc7\ \x8f\x63\x6c\x6c\x0c\xa5\x52\x09\x4b\x4b\x4b\xc8\x66\xb3\xf0\xf9\ \x7c\xe8\xed\xed\x45\xa9\x54\x42\x26\x93\xc1\xc0\xc0\x00\xba\xbb\ \xbb\x6b\x88\x82\xbb\x39\xe6\xea\xc8\xeb\x7c\xb9\x0c\xd5\xfb\x01\ \x26\xf7\x5a\xbf\xc9\xf1\x7e\xd7\xe4\x7b\xd7\x73\x42\x3f\xe8\xf9\ \x39\xcf\xba\x27\x9f\xea\x57\xe0\x20\x11\x9b\xcf\xca\xf5\xc7\x35\ \xac\x6c\x1f\x6d\x3f\xc1\x03\x99\x27\xce\x17\x73\x3c\x35\xed\x42\ \xbb\x0a\x30\x7a\x03\xc0\xf2\xed\x34\xb5\x86\xcf\x45\xa6\x93\x29\ \x33\x74\x5e\x74\x2d\x13\x50\x51\x57\xf3\xbb\x5a\x2c\xa2\x60\x8b\ \x73\x4f\x50\xc5\x74\x04\xbf\xdf\x8f\x44\x22\x01\x9f\x6f\xbf\x21\ \x2f\x9b\x1e\x93\xb9\x05\x60\x3a\x8d\x0c\x17\x19\x5b\xde\x47\xdb\ \xc3\xf0\xbe\xd4\x9d\x74\x8e\xd4\x39\x37\xe6\x8e\x3d\x6c\x38\xe8\ \x7c\x41\xd2\x6d\x2c\xb3\xd4\x16\x04\x95\x4a\xc5\x3c\xe8\x58\x2c\ \x66\x3b\xa6\xb3\xc2\xa8\x5a\xad\x62\x63\x63\x03\xe1\x70\xd8\x58\ \x20\x32\x37\xcb\xcb\xcb\xb6\xc8\x38\x78\x34\xe0\xca\x5e\xb9\xcc\ \x12\x3d\x5d\x02\x2b\xe0\x80\x75\xe1\x60\xb9\x79\x3e\x3a\xa9\x7a\ \x3f\x2a\x47\x7e\xae\x8b\x8d\x03\xa8\x8b\x82\xdf\xd5\x5e\x38\xba\ \x38\x38\xf1\x0a\xc6\xc8\x9e\x51\xe9\x73\xa2\x99\x94\x49\x74\x1e\ \x0c\x06\xcd\xe8\x9c\x3d\x7b\x16\x6f\xbc\xf1\x06\x36\x36\x36\x70\ \xf3\xe6\x4d\xbc\xf6\xda\x6b\xf8\xd8\xc7\x3e\x86\x8b\x17\x2f\x22\ \x16\x8b\x59\x0f\x0e\x0a\x7a\x32\x99\xc4\xd7\xbe\xf6\x35\x7c\xf9\ \xcb\x5f\xc6\x57\xbf\xfa\x55\xf3\x16\x00\xe0\xe5\x97\x5f\xc6\x2f\ \x7e\xf1\x0b\x34\x37\x37\x63\x78\x78\x18\xe1\x70\x18\x3f\xfd\xe9\ \x4f\x6b\x18\x3f\xf5\xe2\x74\x9c\xdc\xf0\x2a\x85\x9a\x63\x47\x00\ \x4a\xc1\x2b\x16\x8b\x16\xb6\xf0\x78\x3c\x18\x1d\x1d\x35\x83\xa6\ \x8b\x4d\xe7\x58\xc7\x55\xc1\x17\x81\x10\x15\x79\x3d\x80\x4b\xa0\ \x44\x99\xa0\xa0\xab\xfc\xf0\xba\x64\xa0\x5c\x26\x4d\x95\x1a\xaf\ \xc7\xcf\x54\x79\xf0\xbe\x3a\xdf\x0c\xaf\xb1\xac\x5c\xff\xa6\x60\ \x40\xff\x3f\x30\x30\x80\xfb\xee\xbb\x0f\x7b\x7b\x7b\x48\x26\x93\ \xc6\x8c\x50\x2e\x18\x0e\x89\x46\xa3\xa6\x5c\x68\x80\xd9\x80\x36\ \x1c\x0e\x03\x80\xc9\x90\x7a\x9a\x83\x83\x83\x28\x95\x4a\xf8\xf6\ \xb7\xbf\x8d\x60\x30\x88\x54\x2a\x85\x8d\x8d\x0d\x73\x80\x74\x53\ \x5d\x2a\x48\x3e\xbb\x3a\x26\x3d\x3d\x3d\xd6\x80\xf4\xd6\xad\x5b\ \x16\x02\xe4\x1a\xdd\xdc\xdc\xb4\x50\x0f\x69\x76\x82\x1d\x2a\x57\ \xa3\xc7\x7d\x07\xbb\x3c\xd0\x4b\x65\xbe\x1d\x8d\x28\x19\x09\xe6\ \x38\xd1\x31\x53\x20\xcc\x30\x2c\x41\x1a\x53\x17\xc2\xe1\x70\xcd\ \xdc\x2a\x3b\xa6\x06\x4b\xbd\x77\xce\x0b\x99\x22\x96\x93\x53\xb7\ \xf0\x27\xc1\x00\x3d\x55\xea\x0b\x32\x92\x34\x1e\x04\x43\x7c\x06\ \x05\xea\x5c\xab\x0a\x0e\xbb\xba\xba\xb0\xb0\xb0\x60\x6b\x82\xa0\ \x80\xc0\x84\x21\x46\x05\xf1\x7c\xfe\xd5\xd5\x55\xbc\xf1\xc6\x1b\ \x68\x6c\x6c\x44\x32\x99\x44\xb5\x5a\x45\x24\x12\x31\xa7\xc4\xeb\ \xf5\x62\x75\x75\xd5\xf4\x11\x65\xab\xa1\xe1\xa0\x4f\x11\xaf\xd7\ \xd2\xd2\x82\x6b\xd7\xae\x61\x67\x67\x07\x0f\x3e\xf8\x20\x62\xb1\ \x98\xa5\x31\x64\x32\x19\x1c\x3f\x7e\x1c\xaf\xbe\xfa\x2a\x7e\xfe\ \xf3\x9f\xa3\xa9\xa9\x09\xe7\xce\x9d\xc3\xeb\xaf\xbf\x6e\x79\x56\ \x34\x7a\x5e\xaf\xb7\xa6\x27\x13\x43\x9d\xb4\x27\xc5\x62\xd1\x64\ \xc8\xe3\xf1\x18\xe8\x63\xb8\x91\x00\x92\xe3\x4d\x80\x4e\x79\xbc\ \x76\xed\x1a\xd6\xd6\xd6\x70\xcf\x3d\xf7\x18\xab\x9f\x4a\xa5\x50\ \xad\xee\xe7\xf9\x75\x77\x77\x63\x6c\x6c\xcc\xb6\x72\x52\xbd\x55\ \x2f\x5a\xa1\x87\xab\x2f\xf4\xf3\x0f\x3a\x14\x5c\xd5\x03\x74\x2e\ \xd3\x74\xb7\xbf\xb9\x60\xef\xfd\x40\xd5\xdd\x80\x61\x73\x73\xb3\ \xbd\xbf\xcb\xe4\x73\x8e\xf8\x3b\xd9\x23\x05\x24\x7c\x7e\xca\x31\ \xc3\xf0\xea\x8c\x91\xb9\xd6\x67\xa6\xbc\x53\x9f\xe8\x38\x6a\xc8\ \x91\x6b\x81\xf3\xca\xeb\x53\x1e\xa9\x0b\xd4\x61\xd6\x9c\x56\x3a\ \xea\x5a\x9d\x48\x40\x43\x47\x92\x98\x80\x7b\x27\x73\x6e\xd9\x5a\ \x81\x4d\x6b\x23\x91\x08\x00\x58\x88\x54\x75\x14\x19\x7e\xcd\x47\ \xd3\x31\xe2\xb8\x51\xff\xd1\xb6\x03\xa8\x49\x9f\xd0\xdc\x43\x1f\ \x2f\xc4\x9c\x1c\x56\xff\x28\xda\xa5\x17\x48\xb4\xe7\xf5\x7a\x4d\ \x29\xce\xcf\xcf\xa3\xb9\xb9\xd9\xaa\x07\x58\xe1\xe6\xf5\x7a\xad\ \x37\x89\xcf\xe7\xc3\xc6\xc6\x06\x1a\x1b\x1b\x31\x39\x39\x69\x93\ \xc4\x49\xe5\x35\x55\x90\x68\x54\x69\xe0\xa9\x74\x35\x04\xe0\x26\ \xa8\xab\x20\xd1\x30\xea\xa4\x31\x54\xc1\x90\x25\x73\x22\x14\x38\ \x70\xb0\x95\x69\x51\x5a\xd2\x15\x6e\xf5\x1a\x78\x3d\xed\x4b\xc4\ \x31\x55\x43\xc5\x45\xb2\xb7\xb7\xdf\xc0\x33\x99\x4c\x5a\x8e\xc5\ \xb9\x73\xe7\x70\xe9\xd2\x25\xec\xec\xec\xe0\xe2\xc5\x8b\x08\x87\ \xc3\x38\x7d\xfa\x34\x3e\xf4\xa1\x0f\x61\x77\x77\xd7\x92\xa0\x1b\ \x1b\x1b\xf1\xa3\x1f\xfd\x08\xb3\xb3\xb3\xb8\x78\xf1\x22\x5a\x5b\ \x5b\x31\x32\x32\x82\xce\xce\x4e\x64\x32\x19\xfc\xd7\x7f\xfd\x97\ \x29\xbb\x47\x1e\x79\x04\x17\x2e\x5c\xa8\x19\x23\x05\x9b\x5c\x08\ \x7c\x5e\x8e\x13\xdf\x99\x02\x49\xa5\xa8\x55\x79\xbd\xbd\xbd\xb8\ \x7c\xf9\xb2\xed\x31\x76\xe7\xce\x1d\x63\x52\x34\x7c\x4a\xb6\x51\ \x19\x47\xbd\x2f\x81\x38\x05\x5d\x13\x1c\x39\xd6\x5c\xa4\xfc\x1e\ \x3d\x64\xad\xe4\xe3\xb5\xeb\x01\x29\x55\x0c\x0a\xe2\xb9\xa0\xa9\ \x5c\x54\x49\x11\x90\x00\xa8\xd9\x2e\x44\x73\x03\x99\x93\x40\xf0\ \x50\x2a\x95\x6c\xa3\xef\x8e\x8e\x0e\x0c\x0f\x0f\x63\x74\x74\xd4\ \xb6\xf9\x60\x3f\x1f\x1a\x79\x32\x23\xcc\x97\x09\x87\xc3\x68\x6f\ \x6f\x47\x2c\x16\xb3\x84\xf0\x48\x24\x82\x72\xb9\x6c\x06\x4b\xc3\ \xcf\x91\x48\x04\x1e\x8f\x07\xdf\xff\xfe\xf7\xad\x25\x48\x32\x99\ \xc4\xb1\x63\xc7\x2c\x2c\x54\x2a\x95\x6c\xef\xcb\x9d\x9d\x1d\x5b\ \xe3\x94\xf9\xdd\xdd\x5d\x74\x74\x74\x18\x73\x30\x32\x32\x62\xac\ \xb4\xd7\xeb\x35\x86\x9b\x7d\x87\xf8\xde\x0a\x86\x55\x31\xba\x1e\ \xe6\xde\xde\x9e\xad\x01\x32\xaf\x64\xc6\xf6\xf6\x0e\x36\x09\xe6\ \x7b\x51\x1e\xb8\x99\x74\x67\x67\x27\xa2\xd1\x68\xcd\x36\x3f\xf5\ \x18\x07\xae\x45\x9d\x73\xd7\x58\xf1\xa7\x1a\x09\xbd\x06\x0b\x55\ \xd4\xb9\x73\xf3\xff\xd4\xf9\xe3\xba\xe6\xe7\xbc\x3e\xc7\x97\x32\ \xcc\x84\xd9\xd5\xd5\x55\x73\x0c\x78\xdd\x6a\x75\x3f\xdc\xc3\xde\ \x66\x74\xc2\x38\x16\x1e\xcf\x7e\x01\x00\x9b\xb6\xae\xaf\xaf\xa3\ \xbb\xbb\x1b\x89\x44\x02\xe1\x70\x18\x3b\x3b\x3b\x16\x52\xe6\x7a\ \x52\x0f\x3b\x9f\xcf\x5b\x7e\x52\x26\x93\x31\x76\xe0\xc5\x17\x5f\ \xc4\x2f\x7f\xf9\x4b\x3c\xfc\xf0\xc3\x78\xe2\x89\x27\xb0\xb5\xb5\ \x65\xb9\x9e\x3f\xf9\xc9\x4f\x50\xa9\x54\x90\xcf\xe7\xf1\xc5\x2f\ \x7e\x11\xeb\xeb\xeb\x98\x9c\x9c\x34\x40\xca\x67\x03\x60\xcf\xed\ \xf7\xfb\xad\x5f\x16\x1d\x73\x3e\x03\xf3\xaf\x5c\x7d\xeb\xf1\x78\ \x8c\x91\x27\x0b\xc2\x0a\x65\x3a\x24\x2f\xbc\xf0\x02\xfa\xfa\xfa\ \x70\xcf\x3d\xf7\xe0\xde\x7b\xef\xc5\xea\xea\x2a\x4a\xa5\x12\xce\ \x9e\x3d\x6b\x7a\x97\x61\x21\xae\x53\x57\x57\xeb\xa1\xac\xa5\x7b\ \xae\x7b\xde\x07\x01\xae\xf7\x03\x57\xc0\x7b\x77\x1d\xd1\x73\x5c\ \x46\xea\xfd\xbe\xaf\x9f\xe9\xef\xda\xb0\x57\xd3\x2e\x80\xda\x4a\ \x7c\xe0\x00\xec\x53\x87\xe9\xa1\xc0\x80\xeb\x96\xc0\x4a\xf5\xa2\ \x12\x31\x0c\xdb\xf2\x33\xde\x07\x80\x61\x0a\x00\xa6\x6f\x14\x5c\ \x01\x30\xa0\x42\x99\xd0\x88\x02\x89\x1f\x00\x36\xbf\x3a\x16\x2e\ \xf1\xa2\xef\x47\x5d\xae\x0e\x58\x2e\x97\xb3\x48\x00\xc9\x08\xe6\ \x8a\xf3\xdd\x59\xa1\xab\x29\x2a\xd5\x6a\xb5\xa6\xef\x1d\x2b\x77\ \xf5\xfa\xd4\x75\x3c\x97\x79\x9e\x0d\xe7\xcf\x9f\xff\x3a\xbb\xae\ \x92\x8e\xa7\x91\xe0\x44\x50\x60\x2b\x95\x0a\x5a\x5b\x5b\xcd\xa3\ \x63\x28\x8c\x0c\x8d\x6e\xb7\xc1\xc1\x53\x63\x56\x2c\x16\x6d\xb3\ \x60\x65\x97\x14\xb8\xa8\x17\xa2\xc0\xc6\x05\x37\x16\xe3\xf4\x1d\ \x74\x06\x77\x15\xaf\x2e\x20\x15\x4a\x5e\x83\x60\x83\xa8\x93\xca\ \x91\x86\x57\x9f\xc1\x7d\x36\x3e\x3f\x27\x41\xcf\xa3\x47\xcf\x64\ \x74\xf5\x86\xa9\x70\xa8\x40\xc8\xb2\x10\xd8\x06\x02\x01\x44\xa3\ \x51\xac\xad\xad\xa1\x5c\x2e\xe3\xe6\xcd\x9b\x00\x80\x73\xe7\xce\ \x99\xe2\x0f\x06\x83\xb8\x7c\xf9\x32\xfe\xe5\x5f\xfe\x05\x4d\x4d\ \x4d\x78\xf4\xd1\x47\xb1\xb6\xb6\x86\x43\x87\x0e\x21\x12\x89\xe0\ \x1b\xdf\xf8\x06\xde\x78\xe3\x0d\xf8\xfd\x7e\x7c\xe4\x23\x1f\x41\ \x3e\x9f\xc7\xdb\x6f\xbf\x5d\x93\x74\x5e\xcf\xd3\x57\xef\x8f\x42\ \xc3\x23\x16\x8b\x61\x60\x60\x00\x57\xaf\x5e\xb5\x10\xa1\xd7\xeb\ \xc5\xe3\x8f\x3f\x8e\xf5\xf5\x75\xeb\xf0\x5d\x28\x14\xe0\xf3\xf9\ \xf0\xf3\x9f\xff\xdc\x18\x3f\x1a\x23\x1d\x53\xfe\xe4\xd8\x73\x8e\ \x15\x58\x93\xa1\x51\x7a\x96\x0b\x48\x95\x83\x7a\xa6\xf4\x96\xb8\ \x68\x69\x0c\x08\x9c\x75\xc1\xb9\x8a\x42\x01\x1f\x8d\xa3\x86\x74\ \xab\xd5\xaa\x81\x22\x2a\x82\x40\x20\x60\x0c\x10\x2b\xa0\xba\xbb\ \xbb\x31\x3c\x3c\x8c\xde\xde\x5e\x3c\xfc\xf0\xc3\x38\x73\xe6\x8c\ \xb5\x31\x60\xef\x1e\x1a\x38\xe6\x93\x70\xef\xc1\x68\x34\x8a\xcd\ \xcd\x4d\x00\xb0\x50\x19\x41\x5e\x77\x77\xb7\xe5\x37\xb6\xb4\xb4\ \x20\x16\x8b\xa1\xa3\xa3\x03\xf1\x78\x1c\xdf\xfb\xde\xf7\x90\x4e\ \xa7\xcd\xd1\x61\xbe\x4c\x7b\x7b\x3b\xca\xe5\xfd\xde\x63\x1c\xab\ \xc6\xc6\x46\x4b\x62\x0f\x06\x83\xe8\xee\xee\x46\x28\x14\xc2\x8d\ \x1b\x37\xd0\xdc\xdc\x8c\xc7\x1e\x7b\x0c\xaf\xbd\xf6\x1a\x56\x57\ \x57\x6b\x18\x8b\xd6\xd6\x56\x0b\xe3\x51\xce\x09\x8a\xd9\x8d\x9e\ \x55\x71\xf4\x04\xa9\x23\x38\xbf\x6c\x18\xc8\x10\xa1\xb2\x87\x7c\ \x57\x3a\x0b\x47\x8e\x1c\xc1\xd1\xa3\x47\x31\x34\x34\x84\xf6\xf6\ \x76\x63\xb7\x5c\x63\xe4\x1e\xae\xfe\x50\xb9\xd6\xa3\x52\xa9\xe0\ \xed\xb7\xdf\xc6\xfa\xfa\xba\x79\xb4\xc0\x81\xd2\x2f\x97\xcb\x96\ \x47\xaa\x6b\x9b\x00\x08\x38\x30\x54\x2e\x5b\xa6\xad\x23\xb8\x66\ \x43\xa1\x10\x52\xa9\x94\xb5\x71\xa0\x7c\x51\x76\x38\x3f\xd4\x0f\ \xe7\xcf\x9f\x37\xc3\x59\xa9\xec\x6f\xf9\xf1\xdc\x73\xcf\x21\x9f\ \xcf\x23\x91\x48\xa0\xa7\xa7\xc7\x72\xdd\xb8\xe5\x16\xd9\x30\xea\ \x0a\x4d\xe4\xa5\xcc\x31\x7c\xa2\x4d\x84\xaf\x5d\xbb\x86\xf6\xf6\ \x76\xd3\x3d\xff\xfc\xcf\xff\x8c\x5c\x2e\x07\x9f\xcf\x87\xc7\x1e\ \x7b\x0c\x91\x48\x04\xc3\xc3\xc3\xd6\xf3\x8e\x6b\x81\xa0\xa8\xa3\ \xa3\x03\x8d\x8d\x8d\xb6\xa7\x5d\xb5\x5a\xb5\xc2\x26\x3a\x59\x9a\ \xc7\x49\x00\x4d\x83\xeb\x86\x86\xd9\x9a\x82\xef\x4e\x87\x7e\x7a\ \x7a\x1a\xb9\x5c\x0e\xd1\x68\x14\x47\x8e\x1c\xb1\x74\x09\xea\x23\ \xf6\xd1\x52\xbd\xa0\x20\x46\x65\xa3\x1e\xe0\xa9\x07\x96\x5c\x90\ \xe6\x7e\xe6\x5e\xeb\x6e\xe7\xf0\xa8\x07\xb6\xea\xc9\xb1\xde\xd3\ \xbd\xbf\x7e\x46\x99\x74\x99\x24\x8e\xbb\xda\x27\x75\x2c\x55\xa6\ \x35\x8c\x47\xdd\xaa\xac\x1f\xef\xa9\x80\x86\x44\x06\x1d\x68\x6d\ \x9d\xa3\xa1\x7b\x86\x8b\x75\x6e\x15\x58\xa9\xfe\xd7\xd0\x3e\xe7\ \xd0\x7d\x3e\x3e\x33\x65\x0f\x38\xe8\xf3\xa7\xbb\xd1\x28\x41\xa3\ \xc0\x52\xdb\x47\x11\x5c\x91\x08\xe2\xfd\x55\x4e\xf9\x9e\x1c\x0f\ \xae\x75\xda\x00\x75\xcc\xa9\xd7\xac\x3a\x98\x65\xba\x34\x62\x0d\ \x0d\x0d\xe6\x7d\xf3\xa2\x5a\x0a\x4a\xe5\xcd\xc1\x20\x02\xa4\xb7\ \x41\x9a\x9b\x0f\xc9\x1c\x91\x6a\xb5\x8a\xab\x57\xaf\xda\x83\xa8\ \x80\xa8\x01\xa6\xa3\x9d\x5b\x9e\x00\x00\x20\x00\x49\x44\x41\x54\ \x30\x28\xe0\xe1\x73\xd0\x4b\x54\xfa\x5d\x05\x96\xa8\x93\x9f\xa9\ \xc0\xa8\xe7\xa4\x00\x42\x95\x2e\x07\x5a\xc3\x53\x2e\xab\x05\x1c\ \x28\x51\x15\x40\x4e\x24\x27\xc8\xa5\x1f\x95\x6d\x21\xd0\x61\xbc\ \xbb\xa9\xa9\x09\x13\x13\x13\xa8\x54\xf6\x37\x83\xee\xea\xea\x42\ \x2a\x95\xc2\xf2\xf2\x32\x4a\xa5\x12\xde\x7c\xf3\x4d\x54\xab\x55\ \x7c\xf6\xb3\x9f\xc5\xc0\xc0\x80\x85\x1a\x35\x6c\x37\x34\x34\x04\ \x9f\xcf\x87\x97\x5f\x7e\x19\x3f\xfd\xe9\x4f\xe1\xf1\x78\x70\xe8\ \xd0\x21\x0c\x0c\x0c\xe0\xdb\xdf\xfe\x76\x4d\x85\x85\x02\x48\x5d\ \x40\x7c\x77\x5d\x50\x7c\x2f\x96\xf5\xbb\x9f\xfb\xfd\x7e\x04\x83\ \x41\x6c\x6c\x6c\xe0\xf0\xe1\xc3\xc8\x64\x32\x08\x06\x83\x68\x6c\ \x6c\xb4\xb0\x04\xaf\xc9\xfc\x16\x2e\x16\xde\x93\xf3\xc6\xf9\xd5\ \xdc\x0e\x7a\x0b\x4c\x6e\x76\xc3\x7f\x04\x50\xfc\x9e\xca\x14\xe7\ \x9a\x73\xc2\xfb\x93\x5d\x53\xb6\x91\xe7\x6b\x42\xa8\x2a\x32\x77\ \x3b\x1a\x1a\x18\x6e\x40\x1d\x0a\x85\x10\x0a\x85\x90\x48\x24\x10\ \x0c\x06\x31\x3a\x3a\x8a\x47\x1f\x7d\xd4\xb6\x84\xa1\x72\xe2\x1e\ \x6b\xec\xc9\x32\x3f\x3f\x8f\xa9\xa9\x29\xb4\xb4\xb4\xa0\xaf\xaf\ \x0f\x85\x42\xc1\xc2\x7a\xe5\xf2\x7e\xa3\x3c\x32\x5e\xcc\x8b\xe0\ \x51\x2e\x97\x11\x8f\xc7\x71\xfd\xfa\x75\xcc\xcd\xcd\xd9\xba\xe4\ \xbc\xa4\xd3\x69\x7b\x4e\x32\xa9\x9d\x9d\x9d\x28\x95\x4a\x48\xa5\ \x52\xa6\xf8\xd8\x65\x9e\x4a\xa8\x58\x2c\x62\x7c\x7c\xdc\x0c\x1e\ \xd7\x37\xd7\x07\x3d\x66\xe6\x3a\x00\x07\x14\x39\xbd\x59\xae\x51\ \xe6\x65\x51\xe9\x36\x37\x37\xd7\x74\x30\x57\xa7\x21\x91\x48\x60\ \x68\x68\xc8\x9a\x03\x2a\x28\xa7\x8c\x70\xbd\x2a\xc3\xe8\x3a\x51\ \xae\xb1\xaa\xc7\x40\xf0\x5a\x5c\x93\x4d\x4d\x4d\x28\x16\x8b\xc6\ \xc2\x10\xe0\xf3\x1c\x86\x06\x75\xed\xab\xa7\xcb\xf9\xa0\xdc\xba\ \xc6\xa5\xb5\xb5\x15\xeb\xeb\xeb\xd6\xae\xc5\x65\xbc\x08\x8a\x08\ \xc8\x2e\x5d\xba\x84\xdf\xfa\xad\xdf\xc2\xf1\xe3\xc7\x4d\x66\xb8\ \x96\xe2\xf1\x38\x62\xb1\x18\x2a\x95\x0a\xd6\xd6\xd6\x2c\xba\xa0\ \xec\x05\xc3\xc8\x7c\x56\x82\xc5\xdd\xdd\x5d\x24\x93\x49\xd3\xf9\ \x74\x0e\x5a\x5a\x5a\x30\x35\x35\x85\xc1\xc1\x41\xfc\xf0\x87\x3f\ \x44\x32\x99\x34\x90\xe3\xf3\xf9\xf0\xcb\x5f\xfe\x12\x43\x43\x43\ \x38\x7d\xfa\x34\x56\x57\x57\x6b\x0a\x23\x9a\x9b\x9b\xd1\xd3\xd3\ \x83\xc3\x87\x0f\xe3\xcd\x37\xdf\xb4\xfd\xeb\x58\x1c\xc5\xb9\x54\ \x39\x50\x96\x58\x6d\x02\xe7\x8f\x2c\xf0\xf9\xf3\xe7\x31\x39\x39\ \x69\x6c\xaa\xc7\xe3\xc1\xcc\xcc\x0c\xa6\xa7\xa7\x71\xe2\xc4\x09\ \x7c\xe8\x43\x1f\x32\x10\xcf\x7c\x20\x97\x01\x72\xc1\x38\xff\xee\ \xa6\x42\xbc\x1f\x13\xe5\x7e\xd7\x95\x2f\x75\x56\xef\x06\xe8\x3f\ \xe8\x5a\x6a\x0b\xf9\x37\xf7\x1a\x77\x03\x82\x40\xad\x2e\xa7\x13\ \x03\x1c\x44\x0a\x94\xf1\xa1\xfe\x24\x70\x55\x46\x91\x80\x57\x53\ \x39\x28\xcb\x5c\x1b\x00\x6a\x88\x0f\xea\x55\x46\x18\x74\x0c\xd4\ \xd1\xe6\xdf\xb9\x46\x68\xeb\x79\x0d\xea\x68\x7e\x97\x8e\x0e\x71\ \x08\xc7\x86\x60\x92\xff\x67\xca\x0a\x19\x70\xca\x27\x73\xc5\x69\ \xff\xab\xd5\xaa\xb5\x67\xa1\xac\xe8\xfe\x98\x74\x9e\xf9\x9e\x04\ \xef\x94\x5b\xda\x71\x7d\x37\xa0\xb6\xc7\xa3\xbe\x47\xc3\xbd\xf7\ \xde\xfb\x75\x0e\x30\xc3\x33\xd5\xea\x3e\x5d\xdd\xdc\xdc\x6c\x8c\ \x16\xf3\x1d\x54\xd1\x32\xc1\xce\xef\xf7\xdb\xdf\x63\xb1\x98\xd1\ \x81\x5d\x5d\x5d\x66\x40\xfd\x7e\x3f\xc6\xc7\xc7\xdf\xd3\xda\x9f\ \x0b\x43\x91\xaa\x0a\x1a\x07\xdf\x15\x24\x45\xb8\x7c\x59\x0a\x08\ \x7f\x57\x26\x8b\x31\x7d\x4e\x82\x02\x0c\x05\x00\xba\x60\xf8\xbb\ \x0b\xa4\x78\x7d\x7d\x07\x35\xd0\xcc\x19\xa1\x57\xe5\xf7\xfb\x6d\ \x2f\x30\x0d\xaf\x71\x3b\x10\xee\x27\xc6\x06\x7f\x83\x83\x83\x78\ \xfb\xed\xb7\x6d\x9c\x18\x8a\x9d\x9d\x9d\x45\x24\x12\xc1\xc8\xc8\ \x08\x56\x56\x56\xf0\xec\xb3\xcf\xda\xb3\x1c\x3a\x74\x08\x2b\x2b\ \x2b\xf8\x87\x7f\xf8\x07\x6c\x6c\x6c\x20\x1e\x8f\xe3\xc9\x27\x9f\ \xc4\xb3\xcf\x3e\x6b\xca\x59\x01\x26\x17\x9f\x02\x48\x52\xf8\x1a\ \x3b\xe7\xfb\x05\x02\x01\x0c\x0d\x0d\x61\x7c\x7c\xdc\xbe\xdf\xd8\ \xd8\x88\x4f\x7e\xf2\x93\x96\x1b\xa6\xf9\x2c\xaf\xbe\xfa\x2a\x8a\ \xc5\xe2\x7b\xe6\x93\x8b\x41\x15\x0d\x0f\x1a\x27\x2a\x3f\x82\x19\ \x32\x38\x34\x60\x1d\x1d\x1d\x35\xa0\xdb\x7d\x2f\xa5\xe4\x79\x6f\ \x3e\x87\x7a\xb3\x6e\xd1\x83\x86\x2f\x39\xae\xfa\x8f\x55\x26\xf4\ \xc6\x58\xe1\xc9\x90\x6d\x7b\x7b\x3b\x0e\x1d\x3a\x84\x27\x9f\x7c\ \x12\x0f\x3c\xf0\x80\x01\x09\x95\x65\x82\x8c\x86\x86\x06\xdb\x79\ \x7d\x68\x68\x08\xa3\xa3\xa3\xe8\xee\xee\xb6\x84\x77\xe6\x64\x51\ \x9e\xdb\xda\xda\x4c\x71\xe8\xde\x78\x6b\x6b\x6b\xd6\x34\xd6\xef\ \xf7\xa3\xbb\xbb\x1b\x8f\x3d\xf6\x18\x82\xc1\x20\xa6\xa7\xa7\xad\ \xa7\x14\x2b\x8d\xf6\xf6\xf6\x8c\x19\xa0\x0c\xb0\xc7\x15\xf7\x40\ \xbc\x74\xe9\x92\x9d\xa7\x8a\x9a\x73\x44\x4f\x51\x8d\x25\x59\x06\ \xf5\x00\x35\xa5\x80\x86\x58\x1d\xaf\x81\x81\x01\x1c\x3d\x7a\x14\ \x27\x4e\x9c\xc0\xb1\x63\xc7\xac\x02\xae\x1e\x4b\xe5\xce\xa7\xb2\ \x68\x77\x63\x10\xf4\x3b\x7a\xf0\xf3\xad\xad\x2d\x5c\xba\x74\x09\ \x1b\x1b\x1b\x26\x97\x4c\x0a\xe7\x5a\x60\xa2\x2b\xe7\x82\x60\x8b\ \xe9\x0f\xc0\x41\x25\x12\xef\xcb\xb9\x66\x4e\x19\xf5\x01\xc3\x0f\ \xdc\x0d\xe3\xcc\x99\x33\xd6\x81\x7c\x63\x63\xc3\x9e\x8d\xef\x96\ \xcd\x66\x71\xfe\xfc\x79\x2b\x14\x7a\xee\xb9\xe7\x70\xe5\xca\x15\ \x2b\x74\x60\xc4\xa0\xb9\xb9\x19\xe1\x70\x18\x1b\x1b\x1b\xef\x29\ \x3e\x60\x1e\x4b\x3e\x9f\x37\xdd\xde\xd9\xd9\x69\xf3\xa4\x0e\x43\ \x30\x18\xc4\xdc\xdc\x1c\x2e\x5e\xbc\x68\x7f\x23\xc3\x79\xf6\xec\ \x59\xf4\xf6\xf6\xa2\xa5\xa5\x05\x1b\x1b\x1b\x58\x5f\x5f\x47\x7b\ \x7b\x3b\x42\xa1\x10\x3a\x3a\x3a\xf0\xe5\x2f\x7f\x19\x1f\xf9\xc8\ \x47\x30\x36\x36\x86\x3b\x77\xee\x98\x33\x40\xc7\x8e\xde\x3d\xf3\ \xac\x74\x6e\x29\x3b\x1c\x6b\xf6\x4e\x5b\x5d\x5d\x45\x53\x53\x13\ \x1e\x7a\xe8\x21\xec\xec\xec\x20\x95\x4a\x19\xfb\xda\xd6\xd6\x86\ \xb9\xb9\x39\xdc\xbe\x7d\xdb\x5a\x93\x70\x4b\x27\xd5\xcb\xbc\xbe\ \x82\x0c\x1e\x5c\x43\x6e\x04\xe5\x83\x0e\xf7\xbc\x7a\xb2\x56\x0f\ \x18\xb9\xc0\x4a\x3f\x53\x7b\xe4\x5e\x5b\xbf\xa7\x3f\x55\x96\xc9\ \x70\x02\x07\xe1\x6a\x75\x02\x28\x57\xea\xa0\x72\x4c\x74\x8d\xab\ \x2d\xd3\x06\xe4\x64\x9b\x35\x72\xc0\x75\xcc\xef\xa9\xe3\xcc\xf9\ \xa6\x3e\x56\x7b\x49\xc0\x42\xe7\x23\x16\x8b\xd9\x7a\xe4\xfd\xb8\ \xa6\xf8\x2c\xd4\xb9\xc4\x12\x24\x2f\x78\x3d\x3a\x44\x04\xf4\xd4\ \xb5\x2a\xe7\x5a\x41\xc8\xeb\xaa\x2c\x72\x6d\x73\x9d\x32\xb2\xc4\ \x7c\x34\x37\x1c\xe8\x3a\x57\xbc\x3f\x9d\xf7\x4a\xa5\xb2\xcf\x60\ \x69\x62\x26\x2f\x44\xaf\x5b\xd9\x25\x22\x50\x26\x68\x6b\x62\x17\ \x27\x98\x88\x8f\xfb\x60\x71\x43\xe7\x85\x85\x05\xeb\x2e\xed\x0a\ \x9a\x22\x64\xf5\x10\xf9\x53\xe9\x41\x15\x10\xbe\x18\x70\xc0\x72\ \xe9\xf7\x09\x68\x74\x10\x95\xbd\xa9\xc7\xe2\xf0\xd9\x68\x6c\x15\ \x5c\x91\x72\xd5\xfb\xf3\x3e\x1c\x23\x4e\x12\x15\x2c\x13\xf8\x18\ \x6a\x25\x98\x61\x45\x15\xbd\xfc\x86\x86\x06\xac\xad\xad\xe1\xf2\ \xe5\xcb\x18\x1f\x1f\x37\x01\xeb\xe9\xe9\x41\x6f\x6f\x2f\x2e\x5d\ \xba\x84\xd9\xd9\x59\x7c\xf3\x9b\xdf\xc4\xf4\xf4\x34\x06\x06\x06\ \x10\x0a\x85\xac\x1a\xe8\xf8\xf1\xe3\xf8\xa7\x7f\xfa\x27\x24\x93\ \x49\x34\x37\x37\xe3\xe9\xa7\x9f\xc6\xc9\x93\x27\xf1\xcd\x6f\x7e\ \xd3\xc2\x3c\xca\xc2\xa9\xf7\xe8\xf3\xed\xef\x4f\xc7\xaa\xc6\x9d\ \x9d\x1d\x24\x93\x49\x4b\x98\xe5\x7b\xe6\xf3\xf9\xf7\xb0\x44\xcc\ \xa5\x61\x9f\x1d\xb2\x59\xdc\x01\x40\xc7\x92\x8b\x88\xbf\xeb\xb8\ \x2b\x90\x75\x19\x4d\x3e\x2b\x15\x65\x5b\x5b\x1b\x8e\x1e\x3d\x8a\ \xf5\xf5\x75\xcc\xcc\xcc\x20\x1a\x8d\x5a\xf8\x8d\xde\x8d\xc6\xf5\ \xd5\xe3\xe0\x42\x63\xce\x87\xca\x1e\xcf\xe3\xa2\x74\x15\x4b\xa5\ \x52\x79\x4f\x12\x3b\x8d\x48\x24\x12\xc1\xe1\xc3\x87\xd1\xdb\xdb\ \x8b\x7c\x3e\x8f\x1b\x37\x6e\x98\xa1\xde\xda\xda\x42\x28\x14\xb2\ \x92\x62\x26\x12\xf3\x39\xa8\x1c\xc8\x74\xb4\xb7\xb7\xe3\xf4\xe9\ \xd3\x08\x87\xc3\x36\x46\x4a\x3f\x6f\x6e\x6e\x22\x99\x4c\x62\x7b\ \x7b\x1b\x2f\xbf\xfc\xb2\x29\x81\x78\x3c\x8e\x8e\x8e\x0e\x5c\xba\ \x74\xc9\x2a\x67\x58\xaa\x5c\x2a\x95\xd0\xd3\xd3\x63\xeb\x21\x1e\ \x8f\x63\x67\x67\x07\xa5\x52\xc9\x92\x94\xb7\xb6\xb6\x30\x33\x33\ \x63\x63\x40\x10\xa6\xac\x2b\xe5\x9f\xe1\x6c\x75\x36\x08\x84\x19\ \xca\xd3\xdc\x49\x8e\x55\xb5\xba\xbf\x0f\xd8\x91\x23\x47\xd0\xde\ \xde\x6e\xe3\xcc\xf1\x55\xa5\xa5\x87\x1a\x05\xca\x85\x9b\x36\x50\ \xef\x7b\x0a\xa8\x5d\xc3\xb5\xbe\xbe\x8e\x7c\x3e\x8f\x48\x24\x62\ \xf3\xa0\x72\xc9\x4a\x43\x0d\x61\x12\x54\xf1\x3c\xea\x18\xce\x0f\ \x9f\x4d\x9d\x2b\x82\x2b\x7e\x97\xba\x67\x6e\x6e\x0e\x1f\xfe\xf0\ \x87\xf1\xc4\x13\x4f\xe0\xf6\xed\xdb\x78\xe3\x8d\x37\xb0\xb4\xb4\ \x84\x8d\x8d\x0d\x34\x34\x34\xe0\xf2\xe5\xcb\x78\xfb\xed\xb7\xf1\ \xe0\x83\x0f\xa2\xa5\xa5\x05\x99\x4c\xc6\xaa\x0f\x39\xd6\x00\xac\ \xa9\x2b\x73\xa2\x08\xa8\x79\x10\x08\xe9\x5e\x98\x6b\x6b\x6b\x56\ \x35\x15\x0e\x87\xb1\xb6\xb6\x86\xe5\xe5\x65\x2c\x2e\x2e\xda\xdc\ \x92\x89\x66\xc3\x57\x32\x55\x2d\x2d\x2d\xb6\x4f\x64\x34\x1a\xc5\ \x1f\xfc\xc1\x1f\xa0\xbf\xbf\x1f\xe5\x72\x19\x43\x43\x43\x78\xe4\ \x91\x47\xf0\xbd\xef\x7d\xcf\xd8\x4b\x76\x5f\x67\x74\x43\x19\x0b\ \x65\x25\x28\x5f\xb4\x21\xc1\x60\x10\xb7\x6e\xdd\xc2\xc8\xc8\x08\ \x7e\xfb\xb7\x7f\x1b\x6f\xbd\xf5\x16\x26\x26\x26\xd0\xd4\xd4\x84\ \x43\x87\x0e\xa1\x54\x2a\x61\x6e\x6e\x0e\xb7\x6e\xdd\xc2\xd4\xd4\ \x14\xee\xbf\xff\x7e\x44\x22\x11\x33\xa0\x2e\x1b\x4f\x1b\xa2\xa0\ \x52\xd3\x20\x28\x87\x5c\x6f\x2e\xc8\x77\x65\x4a\xed\x80\x0b\xac\ \xdc\xf3\xeb\xb1\x4e\x2e\x7b\xa5\xd7\x76\xaf\xe1\xfe\x5d\xbf\x4b\ \x50\x4a\x56\x99\xf2\xab\xc5\x16\x74\x46\x09\xa6\xb8\x5e\x15\x34\ \x71\x5c\xf8\x37\xfe\x9f\xf2\xcf\x35\xad\x21\x33\x16\x6a\xe8\xfc\ \xf1\xd0\xca\x6d\x0d\xd3\xf1\x1d\xe8\xdc\xa7\x52\xa9\x9a\x7b\x12\ \xb8\xd1\x3e\xf1\x3c\xbd\x16\x31\x8a\x56\xdb\x6a\x61\x0c\xa3\x56\ \x74\xa2\x09\x3a\xf5\x3e\x4a\x76\x78\xbd\x07\x7b\x32\xd2\x8e\x53\ \x56\xb8\xce\xc8\x32\xf3\xdd\xf9\xae\x8c\x36\xb0\xd0\x87\xb2\xb7\ \xbb\xbb\x0b\x1f\x13\x2b\xb9\x9f\x15\x93\xd4\x53\xa9\x94\x25\x46\ \x72\xa0\xd7\xd6\xd6\x50\xad\x56\xd1\xd1\xd1\x61\x79\x57\xf4\xf8\ \xa8\xb8\x39\x40\xe5\x72\xd9\xca\x7d\x87\x87\x87\x31\x39\x39\x69\ \xf4\xb8\x32\x24\x2a\x38\x6a\x50\x15\x30\xd5\x13\x5a\x2e\x02\xa5\ \x32\xdd\x1c\x2c\x2a\x21\xd7\xf3\x55\x36\x45\x15\xb6\x1a\x75\x6d\ \x4a\xc9\x41\xd7\xc5\xa7\xef\xc0\x6b\xaa\x50\x32\xff\x84\x80\x8b\ \x79\x17\xa4\x2b\x99\xb3\x42\x76\x90\xb1\x61\x76\xdc\xa6\x31\xad\ \x54\x2a\xf8\xd2\x97\xbe\x84\xb1\xb1\x31\xfc\xf7\x7f\xff\x37\xd6\ \xd6\xd6\xf0\xcc\x33\xcf\xe0\xe3\x1f\xff\x38\xbe\xfe\xf5\xaf\xe3\ \x3f\xff\xf3\x3f\xb1\xba\xba\x8a\x5b\xb7\x6e\x59\x78\x37\x14\x0a\ \xe1\xf7\x7f\xff\xf7\x2d\x87\x66\x63\x63\xc3\xe8\xcd\xc6\xc6\x46\ \x84\x42\x21\x44\xa3\x51\xc4\x62\x31\x0c\x0d\x0d\x61\x78\x78\x18\ \x3d\x3d\x3d\xd6\x16\x80\x31\xfd\xe7\x9f\x7f\x1e\x2f\xbe\xf8\x22\ \x52\xa9\x14\xbc\x5e\xaf\xed\x1f\xc7\x77\xa2\x51\x69\x6b\x6b\xb3\ \x6a\xc8\xab\x57\xaf\xe2\xa5\x97\x5e\xb2\x71\x57\xa5\xa6\xf3\x48\ \xa1\xe7\x78\xf3\xa7\xfe\xae\xc0\x4a\xc7\x9a\x06\x31\x95\x4a\x21\ \x10\x08\xa0\xab\xab\x0b\x7f\xf1\x17\x7f\x81\x9b\x37\x6f\xe2\xd2\ \xa5\x4b\x98\x98\x98\xc0\xde\xde\x9e\x19\x47\x2e\x4c\xf5\x5a\xb8\ \xb8\x68\xd4\x09\x22\x28\x73\x9a\x88\xa9\x0a\x9b\xd5\xb4\xd5\xea\ \x7e\x73\xcb\xc1\xc1\x41\x1c\x39\x72\xc4\x1a\x1f\x2e\x2c\x2c\xe0\ \xce\x9d\x3b\x56\x4a\xcc\x04\xf4\x64\x32\x89\x58\x2c\x66\x8d\x76\ \x09\xb2\x98\x17\x43\x30\x9a\xc9\x64\xb0\xb1\xb1\x81\x5c\x2e\x87\ \xb6\xb6\x36\x6c\x6f\x6f\xdb\xc2\xde\xde\xde\x46\x67\x67\xa7\x29\ \xd2\x70\x38\x8c\xc5\xc5\x45\x7b\xa6\xee\xee\x6e\x6b\x6f\xb1\xbe\ \xbe\x6e\xc9\xc6\x00\xac\x8a\xaf\x5c\x2e\xdb\x26\xba\x6c\xc5\x42\ \xaf\x8f\x0c\x19\xf3\xb7\x3c\x9e\x7d\xe6\x92\xbd\x85\xa8\x80\x34\ \xd1\x93\xca\x95\xcc\xa7\xe6\x31\x71\x1d\x71\xae\x63\xb1\x18\x4e\ \x9d\x3a\x85\xee\xee\xee\xf7\xe4\x54\x50\x2e\xd4\x70\xa8\xf3\xc5\ \x79\xa1\x72\x55\x45\xee\x1a\x2a\x35\x9a\x7a\xe8\x3a\xf7\x78\x3c\ \x28\x14\x0a\x35\xa1\x6f\x86\x09\xc9\xb2\x50\x0e\x54\xf1\x72\x6d\ \xab\xb2\x56\xf9\xa4\xd7\x4e\x3d\xc8\xe7\xa5\x9e\xe1\xff\x99\x6c\ \x7e\xf1\xe2\x45\x14\x0a\x05\x7c\xe1\x0b\x5f\xc0\xe7\x3e\xf7\x39\ \xac\xac\xac\x60\x65\x65\x05\xeb\xeb\xeb\xf8\xde\xf7\xbe\x87\xef\ \x7e\xf7\xbb\x38\x73\xe6\x0c\x9a\x9b\x9b\xd1\xde\xde\x5e\x23\xb7\ \x1c\x7b\x86\x43\x42\xa1\x90\x95\xd8\x33\xcd\x23\x18\x0c\x5a\xae\ \x54\xa5\x52\x31\x07\x87\xf3\xc8\xf1\x28\x16\x8b\x35\xdd\xdc\x69\ \xd8\xe8\x18\x7a\xbd\x5e\xac\xad\xad\xd5\xe4\x0b\x06\x02\x01\x3c\ \xf6\xd8\x63\xb8\xe7\x9e\x7b\x6a\xde\xaf\xaf\xaf\x0f\xa7\x4e\x9d\ \xb2\x36\x1f\x7c\x7f\x02\x3a\x02\x55\x9d\x2b\x82\x30\x05\x89\x2c\ \xb0\xfa\xbf\xff\xfb\x3f\x24\x12\x09\x3c\xf4\xd0\x43\x48\x24\x12\ \x58\x5e\x5e\xae\x29\x7e\xd8\xdc\xdc\xc4\xd2\xd2\x12\xae\x5c\xb9\ \x82\x7b\xef\xbd\xb7\x26\xc4\xa5\xce\x31\xe5\x83\xcf\x43\xa3\xa8\ \x4e\xb7\x86\x9d\xd4\xe6\xa8\xee\xaa\x07\xac\x54\xfe\x14\x50\xb9\ \xe7\xb9\x60\xdf\x75\x00\x14\xd4\xd5\x5b\x07\xfa\x1d\xfd\x3b\x73\ \xef\xdc\xd6\x0b\xc0\x41\x68\x90\xf6\x96\xff\x14\x18\x71\x8c\x54\ \x67\x53\x97\xd0\x16\xf2\xfe\x1c\x57\x65\x91\x78\x1d\xb5\x9b\x1a\ \x0a\x54\xd0\xe2\x82\x57\xed\x1f\xc5\x35\x45\x19\xd1\x3e\x6f\x3c\ \x5f\x9d\x3e\x05\x87\x4a\xba\xa8\x0e\x50\xa6\xcd\x8d\x44\x71\x2c\ \xa8\x43\xd5\xae\x6b\xd7\x80\x4a\xa5\x62\xa1\x6f\x3e\x1b\x65\x4a\ \x19\x35\x2d\x9e\xf3\xf9\x7c\xf0\xa5\xd3\xe9\x9a\xbc\x93\x64\x32\ \x69\x21\x1f\xde\x94\x06\x97\x5d\x98\xd9\x5c\x8c\x31\x6f\x2a\xec\ \x6a\xf5\x60\x8b\x0c\x6d\x59\xbf\xbd\xbd\x8d\xb5\xb5\x35\x43\xa2\ \x0a\x4a\xf8\xa2\x9c\x08\x1e\x2a\xf4\xae\x67\xa9\x93\x41\x63\xa9\ \x82\x41\x21\xa8\xb7\x40\x74\xd1\x29\x23\xe6\x4e\x2e\x11\xaa\x3b\ \x11\xca\x76\xa8\xa0\xa8\x10\xf0\xde\x34\x5c\x14\x7a\xb2\x7f\xae\ \x71\xd9\xdd\xdd\xb5\xc4\xde\x64\x32\x59\xb3\x70\x8a\xc5\x22\x7e\ \xfc\xe3\x1f\xe3\x4b\x5f\xfa\x12\x46\x46\x46\xf0\x5f\xff\xf5\x5f\ \x98\x98\x98\xc0\x2b\xaf\xbc\x82\x85\x85\x05\x3c\xfd\xf4\xd3\x58\ \x5b\x5b\xc3\xfc\xfc\xbc\x29\xba\x4f\x7d\xea\x53\x08\x87\xc3\x58\ \x58\x58\x40\x28\x14\xc2\xf1\xe3\xc7\x31\x30\x30\x80\xfe\xfe\x7e\ \x24\x12\x09\xf3\xf2\x48\xad\xfb\x7c\x3e\x4b\x7a\xe5\x7b\xb6\xb5\ \xb5\xe1\xa9\xa7\x9e\x42\x7f\x7f\x3f\xbe\xf5\xad\x6f\x59\x92\x3e\ \xab\xd9\xba\xba\xba\xe0\xf3\xf9\xf0\xaf\xff\xfa\xaf\xd6\xdf\x6b\ \x75\x75\x15\x1b\x1b\x1b\x56\x21\xe7\xb2\x0d\x34\x58\x5c\x68\x5a\ \x71\xa4\xcc\x26\xc7\x86\x85\x02\x2e\x6b\xc8\xb0\x44\x7b\x7b\xbb\ \x9d\x1b\x0a\x85\xf0\xc4\x13\x4f\xe0\x91\x47\x1e\x41\x3e\x9f\x47\ \x2a\x95\xc2\xad\x5b\xb7\x30\x3b\x3b\x8b\x99\x99\x19\xdb\xc6\x81\ \xff\x58\x6a\xab\x49\xb6\x5c\x2c\xda\xe4\xb2\xa5\xa5\xc5\x58\xc4\ \x6a\xb5\x8a\x9f\xfd\xec\x67\xd8\xd9\xd9\xc1\xe2\xe2\x22\x9e\x78\ \xe2\x09\xdb\xdb\x0d\x80\xed\x62\x90\xcd\x66\x2d\x0c\xd8\xda\xda\ \x8a\xf9\xf9\x79\x44\xa3\x51\x63\x31\x22\x91\x88\xe5\x25\x7a\xbd\ \x5e\x03\x49\x91\x48\xa4\x26\xac\xce\x46\x91\xdc\x87\xd2\xef\xf7\ \x5b\x3f\xb4\x58\x2c\x66\xfb\x57\x92\x12\x6f\x6b\x6b\xc3\xd4\xd4\ \x14\x82\xc1\xa0\x25\x6e\x73\xd3\x60\x3a\x36\xc1\x60\xd0\xc6\x9e\ \x8e\x10\x9f\xdf\xef\xf7\xa3\xa3\xa3\xc3\x3c\xd3\xcd\xcd\x4d\x54\ \x2a\x15\x1c\x3d\x7a\x14\xe1\x70\x18\xb9\x5c\xce\x1a\x03\x36\x37\ \x37\x5b\x33\xbe\x70\x38\x6c\x0a\x65\x7b\x7b\xdb\xb6\x6f\xa1\xc2\ \x6a\x68\x68\xc0\xfd\xf7\xdf\x8f\xc3\x87\x0f\xd7\xe4\x30\xb8\xf3\ \xaa\x6b\xcc\x35\x22\x34\xde\x9a\x3c\xeb\x1e\x7a\x1d\x17\xa8\xe9\ \xe7\xea\x70\x31\x0c\x48\xa7\x81\x86\x80\x6c\x93\xb2\xd3\xfc\x3f\ \xbd\x71\x82\x6e\x32\x01\xfc\x3f\xd9\x1d\x2a\x68\xb2\x38\xd4\x1d\ \x1c\x2b\x56\x64\x8e\x8f\x8f\xe3\x6b\x5f\xfb\x1a\x0e\x1f\x3e\x8c\ \xb1\xb1\x31\x9c\x39\x73\x06\xc3\xc3\xc3\x78\xf0\xc1\x07\xf1\xc6\ \x1b\x6f\xd8\xbb\xb3\xb1\x28\xf3\x58\xa8\x37\x83\xc1\xa0\x35\x70\ \xdc\xd9\xd9\x41\x34\x1a\x45\x67\x67\xa7\x81\x7c\x3a\x04\x6c\x02\ \x0d\xc0\xbc\xfb\x4a\xa5\x62\xc0\xaa\xbb\xbb\xdb\xb6\x61\xe2\x3b\ \x51\xae\x99\xab\xb3\xbd\xbd\x8d\xee\xee\x6e\xdc\xb8\x71\x03\x87\ \x0f\x1f\xc6\xc3\x0f\x3f\x6c\x06\x9c\xe3\x14\x8d\x46\x31\x32\x32\ \x82\xf5\xf5\x75\x4c\x4f\x4f\xdb\xbd\x99\xef\x05\xa0\x26\xc1\x5e\ \x1d\x62\x3a\x59\x5a\x3d\xe9\xf5\x7a\xf1\xc3\x1f\xfe\x10\x5f\xfc\ \xe2\x17\x71\xea\xd4\x29\xab\xc8\x05\x0e\x7a\x0e\x0e\x0d\x0d\x21\ \x9d\x4e\x9b\x9e\x21\x38\x20\x78\xa6\x1e\x61\x38\x89\xf3\xa5\xdb\ \xfe\xa8\xae\x72\x8f\x0f\x62\x98\x5c\x79\x74\x41\x13\x3f\x73\x19\ \xb3\xbb\x01\x34\xfd\x5d\xed\x62\x3d\x67\x84\xbf\xb3\x62\x18\x38\ \x08\x35\xaa\x33\xa0\x76\x94\xf2\xe3\x3a\x09\xea\x44\xa8\xc3\xab\ \xce\x2e\xe7\x89\xba\x5c\xe7\x8e\x00\x45\xd7\x47\xa5\x52\x79\x4f\ \xf3\x57\x5d\x87\x7c\x4e\x7d\x4f\x7d\x07\x32\xc2\x1a\x61\xd0\x54\ \x20\xb5\xc5\xc0\xbe\x33\xc9\x28\x1b\x41\x24\xe7\x56\xdf\x4b\x43\ \xc4\xea\xfc\x70\x2c\x78\x1f\xbe\x13\xd3\x9b\x74\xdc\x74\xee\xf5\ \x73\x46\x05\x7d\x5a\xf9\x95\xcf\xe7\xd1\xd1\xd1\x81\x8e\x8e\x0e\ \x84\x42\x21\x9c\x3c\x79\x12\x57\xae\x5c\xc1\xda\xda\x9a\x01\xae\ \x6c\x36\x8b\x54\x2a\x85\x58\x2c\x66\x8a\x9a\xcc\x06\x0d\x1e\x1f\ \x86\x0f\x30\x3d\x3d\x8d\x64\x32\x69\x2f\x4a\x40\x43\xe5\xa4\x8c\ \x92\x2a\x34\x15\x78\x0e\x28\x27\x5c\xbd\x2c\x4e\x8c\x2a\x41\x0d\ \xff\xe9\x64\xea\x00\xaa\x41\xe7\xff\x55\xf9\xba\x1e\x05\x7f\xa7\ \x51\x52\x4f\x41\xc1\x18\x15\x2a\xa9\x7c\xad\xde\x63\x53\x48\x1a\ \x5b\x1a\x7a\x8f\x67\x3f\x9f\x66\x69\x69\xc9\xc6\x84\x95\x86\xef\ \xbc\xf3\x0e\xbe\xfa\xd5\xaf\xda\x46\xca\xbd\xbd\xbd\x18\x18\x18\ \x40\x30\x18\xc4\xdf\xfc\xcd\xdf\xe0\x0b\x5f\xf8\x02\x3e\xf6\xb1\ \x8f\x61\x7b\x7b\x1b\x27\x4f\x9e\x84\xd7\xeb\xc5\x4b\x2f\xbd\x84\ \x95\x95\x15\xfc\xe5\x5f\xfe\x25\xda\xdb\xdb\x4d\xd0\xc8\x2c\x70\ \x21\x12\x0c\xd1\x8b\xa0\x02\x22\xe0\x7d\xe4\x91\x47\x70\xed\xda\ \x35\xbc\xf1\xc6\x1b\x18\x19\x19\xb1\xb0\xe4\xe0\xe0\x20\x0a\x85\ \x02\x5e\x7b\xed\x35\x6b\x1d\xc1\xb1\xa3\x32\xd6\xa4\x7f\x82\x06\ \x4d\x56\x76\xd9\x2b\x26\x1c\xab\x12\xe0\x4f\x2e\xd6\x72\xb9\x8c\ \xe9\xe9\x69\xe4\xf3\x79\xec\xec\xec\x60\x72\x72\x12\x0f\x3c\xf0\ \x80\xe5\xb1\x94\xcb\xfb\xdb\xb4\xf4\xf7\xf7\xe3\xde\x7b\xef\xb5\ \x64\x46\xbe\x83\x2a\x02\x2a\x79\x2a\x94\x9e\x9e\x1e\x4b\xec\x25\ \xf0\x6a\x6a\x6a\xc2\xe6\xe6\x26\xda\xdb\xdb\x31\x37\x37\x87\x6b\ \xd7\xae\x19\x35\xcd\x77\xde\xda\xda\xb2\xa4\x63\x82\xd5\xe6\xe6\ \x66\x6b\x4d\x12\x0a\x85\x8c\x01\x68\x6a\x6a\xb2\x8d\x75\x79\xfd\ \xc1\xc1\x41\xa3\xa8\x2b\x95\x8a\xe5\x91\x14\x8b\x45\x14\x8b\x45\ \xb4\xb7\xb7\x1b\xb3\x0c\x1c\x54\xf2\x64\x32\x19\x93\xa1\xa6\xa6\ \x26\x5c\xbb\x76\xad\x86\x32\xa7\x92\xd0\x50\x95\x86\xb3\xc8\x9c\ \xb1\x2c\x9e\xcc\x47\x7b\x7b\xbb\x35\xde\xcb\xe7\xf3\xb8\x79\xf3\ \x26\xce\x9e\x3d\x6b\x06\x92\xcf\xa1\x45\x07\xe1\x70\xb8\x26\x99\ \x99\xec\xe2\xe9\xd3\xa7\x31\x32\x32\x62\x0d\x0a\xb5\x39\xa7\x3a\ \x51\x5c\x7f\xae\x2e\xd0\x7f\xea\x84\xb9\x20\x4a\xd7\xb3\x6b\xd8\ \xea\x31\x06\x85\x42\xc1\x72\xd7\x4a\xa5\x92\x31\xf8\xec\x6d\x46\ \x7d\xa3\xac\xa6\xee\x99\x47\xa3\xa2\x21\x18\xd5\x2f\xba\xcf\xaa\ \x02\x08\x8f\xe7\x60\xcf\xbe\x72\xb9\x6c\x3d\xf0\xb6\xb7\xb7\x71\ \xe3\xc6\x0d\xbc\xf3\xce\x3b\xf8\xce\x77\xbe\x83\xe6\xe6\x66\x9c\ \x39\x73\x06\x8f\x3f\xfe\xb8\xe9\x67\x55\xf0\x74\x04\x3a\x3b\x3b\ \x6d\x63\xf9\x42\xa1\x60\xd5\x7e\xd4\xb1\xdc\x31\xa2\x5a\xad\x22\ \x9b\xcd\xd6\xb4\x58\x00\xf6\xb7\x38\xaa\x54\x2a\xd6\xa8\x93\xdb\ \x68\x71\x63\xf0\xf6\xf6\x76\xf4\xf5\xf5\xd5\xe8\xc8\x40\x20\x80\ \x53\xa7\x4e\xe1\x73\x9f\xfb\x5c\x4d\x09\x3f\x75\x29\x9d\xab\x62\ \xb1\x88\xce\xce\x4e\x2c\x2f\x2f\x1b\xb0\xe4\x98\xd0\xa8\xaa\x91\ \xd3\xfe\x58\x4c\x05\x60\x1b\xa1\x7c\x3e\x8f\xef\x7c\xe7\x3b\x78\ \xe2\x89\x27\x70\xec\xd8\x31\xec\xed\xed\xd9\xb3\xb3\x79\x72\x47\ \x47\x87\xe9\x38\x86\xa7\xa8\x97\x09\x9e\x69\xf8\xb9\xcd\x0e\x01\ \xb6\x16\x63\xb8\x0e\x5f\x3d\x19\x73\xe5\xc9\x65\xa6\xde\xef\xdc\ \x7a\xce\xc1\xfb\x7d\xee\x1e\x77\x63\xc8\x78\xae\x4b\x4e\xf0\xef\ \x0a\x96\xf8\x19\xed\xb0\x5e\x9b\xb2\xaa\x84\x86\x9b\x8b\xc5\x67\ \xa0\xe3\x46\x27\x55\xe7\x57\x09\x05\x25\x45\xb4\xbd\x01\xcf\xe5\ \xba\x51\x3b\xaf\xcf\xa4\x80\x4e\x89\x19\x95\x3b\xfd\x8c\xcf\xe3\ \x82\x5b\x4d\x2b\x50\xf0\xa5\x11\x28\xae\x4d\x65\xbb\xa9\x97\xb8\ \x06\x39\x06\xca\x8a\x73\xac\x68\x3b\x7c\x3e\x1f\x7c\xa1\x50\xc8\ \x36\x7a\xe5\x83\xb2\x6f\xce\x85\x0b\x17\x6c\x01\x31\x2c\xe3\xf1\ \xec\x27\x5f\x02\xfb\x7d\x5d\xf2\xf9\x3c\x00\x20\x1e\x8f\xa3\xb1\ \xb1\xd1\xb6\xd8\xc8\x66\xb3\x76\x33\xd2\xd2\x5c\x38\x7c\x38\x02\ \x09\x17\xa1\xf3\xff\xea\xe1\xba\xe7\xb9\xb4\x2e\x0f\x55\xd0\x2e\ \xda\x57\xe0\xa5\xe7\xa9\x80\xba\xe1\x49\x65\xa6\xdc\x05\xc4\xc9\ \x54\xc1\xa5\xe0\x28\x1d\x4b\xa3\xc6\x26\x8d\xe5\x72\xd9\x94\x18\ \x0d\x0e\xd1\x76\x3a\x9d\x36\x5a\x5f\xa9\xd2\xc5\xc5\xc5\x9a\xed\ \x8b\x58\x01\x74\xe2\xc4\x89\x9a\xb0\x51\x26\x93\xc1\xd6\xd6\x16\ \x76\x76\x76\x2c\x04\xc4\xd6\x00\x64\x15\x58\x91\xa7\x0b\x94\x9f\ \xf3\xd9\x29\x68\x64\x1f\xae\x5c\xb9\x82\x9e\x9e\x1e\x2b\x0d\x6f\ \x6a\x6a\x42\x36\x9b\xb5\x52\x6c\xce\xb5\x52\xa7\x2a\x84\x1c\x0b\ \x82\x65\x55\x64\x3c\x87\xa1\x1f\x05\xb0\x5c\x04\xf4\x08\xd8\x6b\ \x8a\xe1\x66\x26\x92\xf3\x3a\x0c\x0b\xea\x06\xb1\x94\xbd\x60\x30\ \x88\x58\x2c\x66\x55\x98\x5e\xaf\x17\xe9\x74\xda\xe6\x03\xc0\x7b\ \x42\xd8\x5c\x1b\xa9\x54\xca\xf6\xc1\xf2\x7a\xbd\x68\x6f\x6f\xb7\ \x50\x39\xc3\x95\xb9\x5c\x0e\x63\x63\x63\xe8\xef\xef\xaf\x61\x5b\ \xfa\xfb\xfb\x91\xcf\xe7\x11\x8f\xc7\x91\xcf\xe7\x6b\x9a\xf7\x96\ \x4a\x25\x03\x54\xdc\x2e\xa7\xa1\xa1\x01\xeb\xeb\xeb\xd8\xdd\xdd\ \x45\x34\x1a\xb5\x76\x0a\xa5\x52\xc9\x58\xd1\x78\x3c\x6e\x2d\x33\ \xa8\xf4\xf8\x1e\x2a\x53\x54\x8e\xcc\xb3\x73\x43\x77\xfc\x1b\x01\ \x3f\x9b\x38\x86\x42\x21\x03\x15\x6b\x6b\x6b\xb8\x78\xf1\x22\xce\ \x9d\x3b\x67\x3d\x9c\xc2\xe1\xb0\x19\x5b\xb6\x08\x20\xa8\x6b\x6e\ \x6e\xc6\xe0\xe0\x20\x4e\x9d\x3a\x85\xfe\xfe\x7e\xec\xee\xee\x6f\ \xab\xb5\xb1\xb1\x81\x6a\x75\xbf\x09\x71\x7b\x7b\xbb\x6d\x5d\xe3\ \x02\x20\x35\x1e\x9c\x0b\x75\x52\x54\x57\xbc\x1f\x98\x72\xff\xae\ \xeb\xfd\xed\xb7\xdf\x36\x67\x86\xfa\x80\x0c\x10\x53\x0b\xb4\x0a\ \x96\x79\x9c\x1c\x37\x65\x5f\x5c\x16\x80\xcf\x42\xb9\xd7\x54\x03\ \xf6\xc4\xd3\xb0\x0d\x99\x24\x00\xe8\xec\xec\x44\x22\x91\x40\x22\ \x91\xc0\xd6\xd6\x16\xfe\xee\xef\xfe\x0e\xa1\x50\x08\x0f\x3c\xf0\ \x00\x52\xa9\x14\x42\xa1\x90\xf5\xcb\x22\x28\xa0\x0c\x13\x0c\x85\ \xc3\x61\x63\xf5\xc9\x36\xb2\xfb\x7f\x73\x73\x33\xd6\xd7\xd7\x0d\ \x50\xb3\xa4\x9c\xcf\xca\x24\x72\xe6\x5f\x31\x49\xbf\x58\x2c\x22\ \x9b\xcd\x5a\xa2\xfb\x93\x4f\x3e\x89\xce\xce\xce\x9a\xbc\x32\xd5\ \xa3\xc1\x60\x10\xf9\x7c\x1e\x63\x63\x63\xa8\x54\x2a\xb8\x7d\xfb\ \x76\x4d\xd1\x03\xe5\x54\x23\x11\xcc\x77\xe1\x98\x31\x82\x52\xa9\ \xec\xe7\x18\x6d\x6e\x6e\xe2\x99\x67\x9e\xc1\x1f\xff\xf1\x1f\x63\ \x70\x70\xd0\x00\x1b\xf5\x9f\xeb\xf4\x32\x8c\x4d\xa7\x98\x9f\x91\ \xa1\xa5\x23\xa2\xba\x83\xba\xc2\xcd\xef\x53\xc7\x9f\x60\xdf\x05\ \x57\xbf\xe9\xe1\xca\xa7\x8e\x9b\x1e\xf5\xee\xaf\xdf\xaf\xb7\x6e\ \xf8\x7c\x1a\x21\x71\x59\x33\xfd\xe9\xda\x54\xb5\x83\xfa\x37\xed\ \x67\xc6\x73\x79\x0e\xff\xe6\x12\x1d\x4a\x90\xf0\xf9\x68\xe7\x14\ \xb0\x6b\x44\x49\x93\xed\x35\xd4\xc8\x79\xd5\xea\x62\x5e\xdf\x0d\ \x2d\xeb\x3d\x35\xbf\x9c\xd7\x66\x8e\xae\x3a\x79\x74\xfe\x69\x83\ \x34\xb2\xc5\xcf\xf5\xdd\x98\x36\xa0\x91\x19\xea\x73\x9e\xbb\xb5\ \xb5\x05\x1f\xfb\x5f\x79\xbd\xfb\x1d\x79\x23\x91\x88\x79\xd3\xac\ \x9a\xda\xdb\xdb\x43\x3e\x9f\x47\x28\x14\xc2\xc6\xc6\x06\xfa\xfb\ \xfb\xad\xef\x55\x4f\x4f\x8f\x55\x95\x78\xbd\x5e\xcb\x39\x09\x04\ \x02\xc8\xe5\x72\xe8\xeb\xeb\xc3\xaf\x7f\xfd\xeb\x9a\x2e\xcf\xae\ \x72\x52\x03\x49\xe1\x70\x3d\x1d\x15\x64\x0e\x98\x02\x1f\x1e\xf5\ \x98\x2b\x15\xc6\x7a\x8b\xc1\xf5\xa4\xf5\x73\x0a\x91\x2a\x59\xd7\ \xc3\x76\x17\x1d\x27\x56\x73\xd2\x68\xd8\xb8\xe0\x19\x9e\xd0\x6a\ \x87\xce\xce\x4e\x7b\x2f\xdd\x78\x9b\x9b\xc3\x76\x75\x75\xa1\xa7\ \xa7\x07\xf1\x78\xdc\x76\x92\x57\x66\xa0\x5a\xad\x1a\x48\x6a\x6e\ \x6e\x46\x26\x93\xb1\x7c\x0f\x1a\x71\x02\x29\x4d\x3c\xe6\xe7\xec\ \x63\x42\xa3\x46\x05\x48\x0a\x9d\xa1\x28\x9f\xcf\x87\xc5\xc5\x45\ \x4c\x4e\x4e\x5a\x72\x70\xa5\xb2\xdf\x90\xd0\xad\x10\x54\xcf\x40\ \xab\xad\x54\xb1\xd0\xc8\xb9\xd4\x3c\x17\x22\xc7\x89\x2d\x2c\xba\ \xba\xba\x30\x39\x39\x69\x1b\x17\xfb\xfd\x7e\xab\x84\x63\xb8\x87\ \xcf\xc4\x3c\x98\x4c\x26\x63\x4c\x05\x17\x02\x81\x1c\x43\x3a\xf9\ \x7c\x1e\xb9\x5c\xce\x12\x7b\x59\xe5\xc7\xaa\x92\x81\x81\x01\x74\ \x76\x76\x22\x9b\xcd\xe2\x33\x9f\xf9\x0c\x0e\x1d\x3a\x84\xad\xad\ \x2d\xa4\x52\x29\x14\x0a\x05\xf4\xf4\xf4\xe0\xad\xb7\xde\x32\x03\ \xc9\x30\x21\xf3\xf1\xbc\x5e\xaf\x6d\x81\xc3\xc6\xac\x1a\x4a\xdf\ \xd9\xd9\xb1\x52\xfe\xa6\xa6\x26\xeb\x3a\x4c\x36\x80\x46\x87\xe0\ \xe7\xc6\x8d\x1b\x26\xbb\x04\x66\x34\xb4\x9b\x9b\x9b\x36\x17\x4c\ \x50\xa6\x41\xd7\x8a\x1c\xca\x34\x65\x98\x39\x80\xb1\x58\xcc\xf6\ \x8f\x8b\xc5\x62\x48\xa7\xd3\x78\xe7\x9d\x77\x70\xe6\xcc\x19\xcc\ \xcf\xcf\x23\x9b\xcd\xd6\x00\xb8\x52\xa9\x84\x95\x95\x15\x93\xcb\ \x48\x24\x82\xa9\xa9\x29\xe4\x72\x39\x6b\x28\xba\xb1\xb1\x81\xcd\ \xcd\x4d\xdc\xba\x75\x0b\xe7\xcf\x9f\xb7\xa4\x6b\xd7\xb8\xb8\xce\ \x54\xbd\x90\x8d\xeb\xec\xdc\xed\x6f\xae\x81\x01\xf6\x95\xe3\xf3\ \xcf\x3f\x6f\x79\x7a\x5b\x5b\x5b\xd6\xc2\x80\xed\x30\x58\xed\x99\ \xcb\xe5\x0c\x28\x6b\x87\x71\x0d\x25\xa9\xa2\x67\x18\x8d\xe0\x9e\ \x86\x80\x8e\x12\xd7\x10\x59\x24\xbe\x3f\xbb\xe2\x0f\x0c\x0c\xe0\ \x43\x1f\xfa\x10\x3a\x3b\x3b\x11\x08\x04\x70\xf5\xea\x55\xdb\x02\ \xab\x5a\xad\x22\x1e\x8f\xa3\x5a\xdd\x2f\x38\xc9\xe7\xf3\x68\x6a\ \xda\xdf\x01\xe2\xd6\xad\x5b\xc6\xdc\x4c\x4e\x4e\x5a\x45\xe6\xf6\ \xf6\xb6\x55\xa0\xd2\xa9\x62\xc3\x46\xbd\x46\x20\x10\xc0\xec\xec\ \xac\xc9\x0f\xc3\x90\x0c\xff\xfa\xfd\x7e\xcc\xcf\xcf\x5b\xbb\x09\ \x0d\xf7\xf1\x50\x9d\xd8\xdd\xdd\x8d\xc6\xc6\x46\xcc\xcd\xcd\xa1\ \xbf\xbf\x1f\x99\x4c\xc6\x36\x76\x66\xe5\x23\xf5\x8c\x56\x83\xa9\ \xc3\xca\x31\xe7\x5e\x93\x0c\x6f\x7e\xe7\x3b\xdf\xc1\x1f\xfd\xd1\ \x1f\xa1\xbf\xbf\xdf\xaa\x15\xab\xd5\x6a\x4d\x7b\x13\x65\x44\x68\ \x00\xe9\xb0\x51\xb7\x13\x54\x11\xd8\xb1\xbd\x10\xe7\xc5\x7d\x37\ \xfe\x2c\x16\x8b\x35\xfb\xee\xa9\x2e\x53\xfb\x55\xef\x70\xed\x8f\ \xeb\xb0\xeb\x39\xf5\x80\x94\x2b\xe3\x6a\x8f\x08\x2c\x95\xb9\xe1\ \xb9\x3c\x8f\xef\xad\x61\x36\xcd\xcf\xd2\x30\x9f\x86\xd4\x00\xd4\ \xd8\x37\x25\x11\x94\x01\x72\x09\x0b\xcd\x8d\xe2\xf5\x68\xf3\x34\ \xec\xa8\xcf\xc4\x83\xe7\x29\xb3\xc5\x39\x54\x72\x83\x18\xc5\x0d\ \xdb\xf3\xfa\x04\x4d\xae\x0d\x27\x08\x73\x9f\x11\xd8\x07\x94\x8c\ \xc2\x71\x2e\xf9\x37\xca\x14\xd3\x00\x54\x8f\x86\x42\x21\xd3\xbb\ \x8d\x8d\x8d\xf0\xb5\xb5\xb5\x61\x63\x63\x03\xb1\x58\x0c\x00\x2c\ \x76\x4d\x01\x65\xb8\x80\x15\x64\x1d\x1d\x1d\x58\x59\x59\xb1\xd2\ \xff\x5c\x2e\x67\x79\x07\x3b\x3b\x3b\xc8\x66\xb3\x16\x2a\x9c\x9f\ \x9f\x37\x0f\x57\x95\x51\x3d\x26\x43\x63\xc2\xf4\x56\x35\x29\x8e\ \xc2\xa4\xac\x04\x7f\x27\x08\x53\xe6\x8b\x0b\x54\xaf\xc9\xdf\x29\ \x50\x54\x7a\xac\x6e\xd0\xcf\x95\x65\x73\x93\xb1\xa9\x58\x48\x59\ \x72\xa2\x39\xf8\x7c\x1f\x7a\x88\x04\x58\x0d\x0d\xfb\x3b\xd4\x57\ \x2a\x95\x1a\xc0\xc9\xf3\x43\xa1\x10\x0e\x1d\x3a\x84\x58\x2c\x86\ \xee\xee\x6e\xcb\xad\x60\x3b\x07\x1a\x32\x45\xf3\x0d\x0d\x0d\x35\ \xed\x10\xa8\x0c\xf3\xf9\x3c\x06\x06\x06\xcc\x08\xd2\x33\xa3\xb1\ \x50\x1a\x5d\x91\x3c\x13\xaf\x89\xd0\x01\xe0\xea\xd5\xab\xa8\x56\ \xf7\x73\xef\xae\x5c\xb9\x82\xb7\xde\x7a\x0b\xf3\xf3\xf3\xd6\x19\ \xb7\xa5\xa5\xc5\x0a\x1e\x38\xb7\x9c\x17\x02\x65\xad\xe4\xa3\xd0\ \x2b\x9b\xc9\x79\xe3\xe2\xe4\xa2\xf1\x7a\xbd\xe8\xec\xec\x44\x6f\ \x6f\x2f\x56\x56\x56\x30\x35\x35\x85\x8e\x8e\x0e\xdc\x7f\xff\xfd\ \x18\x1f\x1f\x47\x73\x73\xb3\x19\x7c\xb6\xc2\x60\xc7\x70\x55\x32\ \x9c\x8b\xee\xee\x6e\xa4\xd3\x69\x6b\x41\xc2\xe2\x0c\xe6\x41\x11\ \x50\x31\x86\x4f\xf6\xa5\x54\x2a\xe1\xd0\xa1\x43\xf8\xb3\x3f\xfb\ \x33\x3c\xfb\xec\xb3\x78\xf0\xc1\x07\x6d\x71\xb5\xb5\xb5\x59\xb9\ \xfd\xd4\xd4\x94\x01\xb3\x85\x85\x05\xeb\xc6\xde\xde\xde\x8e\x54\ \x2a\x65\x80\x8f\x72\x46\x4f\x3f\x1a\x8d\x62\x77\x77\x17\xb3\xb3\ \xb3\x98\x9f\x9f\xc7\xe0\xe0\xa0\x01\x6e\x82\x74\x82\xb2\xe6\xe6\ \x66\x7c\xff\xfb\xdf\xc7\xfc\xfc\xbc\xed\xcb\x47\x59\x55\xc0\xec\ \xf7\xfb\x8d\x25\xa2\x02\xa0\x21\xa7\x31\xf1\x7a\xbd\x56\x74\xa1\ \x72\xbc\xbe\xbe\x8e\x8e\x8e\x0e\x63\xae\x23\x91\x88\x35\x7a\x1c\ \x1d\x1d\xc5\xea\xea\x2a\x22\x91\x88\xe5\x3b\xf0\x1e\x9b\x9b\x9b\ \x96\x36\x50\xad\x56\x31\x39\x39\x89\x13\x27\x4e\x98\x4c\x95\xcb\ \x65\x3c\xf6\xd8\x63\x66\x60\x15\xa8\xa8\x21\xa1\xd2\xfd\xa0\x50\ \x8d\x3b\xcf\xee\xdf\x5c\x83\xe6\xf7\xfb\x71\xe7\xce\x1d\x6c\x6c\ \x6c\x58\x81\x0e\x1b\x27\xb3\x5a\x88\x55\x97\x9a\x4b\x45\xe3\xcf\ \x75\x43\x05\xac\xbd\x74\x34\xb9\x96\xe3\x4d\x36\x8c\xf3\x46\x83\ \xa6\xc6\x9e\xe9\x16\xc1\x60\x10\xc7\x8f\x1f\x47\x34\x1a\x45\x38\ \x1c\x36\x3d\x46\xa6\x88\xf7\x26\x30\xa0\x4e\x4b\x26\x93\x18\x1a\ \x1a\xb2\x44\xf1\x77\xde\x79\x07\x1b\x1b\x1b\x18\x1b\x1b\x43\x43\ \x43\x83\x15\xb9\x94\xcb\x65\x4b\x4e\xef\xec\xec\x44\x4b\x4b\x8b\ \x75\x87\x9f\x9b\x9b\x43\xa1\x50\x40\x5f\x5f\x1f\x42\xa1\x90\x35\ \x84\x1e\x1a\x1a\x32\x26\x97\xdb\xa1\xe9\xb3\xbb\xf3\x40\x83\x19\ \x0a\x85\xd0\xda\xda\x0a\xe6\xf8\x0e\x0e\x0e\x62\x65\x65\xc5\xf6\ \x12\xe4\x3a\x28\x14\x0a\x16\x56\xd4\x70\x21\x75\x7f\x57\x57\x97\ \x55\x08\x6f\x6e\x6e\x9a\xd3\xff\xcc\x33\xcf\xe0\x33\x9f\xf9\x0c\ \x7a\x7b\x7b\x4d\x17\x72\x2d\xab\x1e\x01\x50\x23\xd7\x0c\x41\xd2\ \x70\x72\x2e\x5c\x96\x82\xb2\xe9\xb2\x46\x5c\x33\xdc\xdf\x51\xf5\ \x97\xea\x2e\xd5\x67\xae\x5c\xdf\xcd\x31\x50\x40\xf5\x7e\xb2\x5e\ \xef\xfb\xfc\x9c\x15\xa1\xfa\x5d\xad\x84\xe3\xdc\x51\x8e\x68\x53\ \x99\x23\xa7\xe0\x49\xd7\x9f\x82\x2f\x65\xa6\x34\x91\x9d\x6b\x8d\ \xf6\x54\xd9\x34\xb2\xa3\x77\x8b\x66\xd4\x03\xa6\x3a\x8f\x0a\xaa\ \xf8\x6c\xaa\xeb\x14\x24\xe9\xbd\xdd\xc2\x37\x12\x0e\x24\x0a\x38\ \xcf\xca\x90\x2b\x29\xc0\x7b\xd5\x3b\x94\xbd\xe3\xba\xd7\xbc\x2d\ \x9f\xcf\x07\x1f\x43\x0e\xd9\x6c\xd6\x1a\xb9\x31\x01\x97\x34\x32\ \x15\x30\xd9\xae\x44\x22\x61\x4c\x08\xe9\x36\x1a\x08\x65\x97\xc6\ \xc6\xc6\x50\x2e\x97\xad\xf3\xaf\x22\x69\x4e\x98\x8b\xb8\x55\x28\ \x5d\xb6\x4a\x01\x93\x7a\x0e\xfa\x19\x17\x09\x27\x5d\xf3\x7e\xd4\ \xd0\xf3\x9e\x3a\x89\x14\x5c\x8d\x51\x73\x02\xd5\x28\xea\xe4\xf2\ \x1e\xfa\x2c\x04\x4d\xcc\x63\xe1\x77\xb7\xb6\xb6\x2c\x2f\x47\x05\ \x74\x67\x67\x07\xfd\xfd\xfd\xf0\x78\x3c\x78\xec\xb1\xc7\xec\x9e\ \x2a\x8c\x0c\xb9\xfa\x7c\x3e\xcb\x8f\x50\x10\x04\xc0\x58\x0a\x7a\ \x7a\x5a\x5e\xcb\x70\x24\x01\x61\x26\x93\xb1\x45\x45\xc6\x72\x6b\ \x6b\xcb\x00\x36\xd9\xab\xa9\xa9\x29\xbc\xfc\xf2\xcb\xe6\x4d\xff\ \xcf\xff\xfc\x0f\x32\x99\x8c\x8d\x21\x41\x88\x96\x07\x2b\x03\xc9\ \xff\x13\xbc\xf2\x9d\xc8\xe8\xe9\xb8\xa9\x07\x47\xc6\x8a\x15\x74\ \x37\x6f\xde\xb4\x5c\xa1\x6c\x36\x6b\xf9\x17\xa5\x52\x09\x4f\x3d\ \xf5\x14\x2a\x95\x8a\xb5\x2b\xe0\xb5\xb8\x68\xc8\xbe\x25\x12\x09\ \x7b\xb7\x4a\x65\x3f\xf1\x72\x69\x69\x09\x1d\x1d\x1d\x08\x04\x02\ \x58\x5c\x5c\xc4\xd9\xb3\x67\xe1\xf7\xfb\x71\xfb\xf6\x6d\x94\x4a\ \x25\x74\x74\x74\x20\x99\x4c\xa2\x52\xa9\xd8\x36\x36\x7f\xf2\x27\ \x7f\x62\x4a\x9f\x9d\xdb\x97\x97\x97\x11\x8b\xc5\xf0\xe9\x4f\x7f\ \x1a\x95\x4a\xc5\x8a\x15\x0a\x85\x82\x19\x48\x1a\x52\xca\x18\x8d\ \xc1\xea\xea\x2a\xd2\xe9\x34\x22\x91\x08\x4e\x9c\x38\x81\xd1\xd1\ \x51\x93\x31\x86\xdb\x3d\x9e\xfd\xdc\x9f\x44\x22\x81\x0b\x17\x2e\ \xe0\xd9\x67\x9f\x45\x67\x67\x67\x8d\x07\xca\x5c\x12\x9f\xcf\x67\ \x5b\xa9\xb4\xb4\xb4\x20\x97\xcb\x19\x48\x07\x6a\xfb\xff\x10\xb0\ \x6b\x5e\x10\x15\xc6\xfa\xfa\xba\xad\x2b\x6e\xc7\x52\x28\x14\xb0\ \xb8\xb8\x88\x47\x1f\x7d\x14\xb3\xb3\xb3\xc8\xe7\xf3\xb6\x01\x73\ \x2c\x16\xb3\x90\x15\x01\x6c\x6f\x6f\x2f\x3a\x3a\x3a\x10\x0e\x87\ \x0d\x18\x50\xc1\xd5\x33\x40\xae\x73\xf3\x9b\x18\x17\x1e\x2e\x13\ \x56\xad\xee\xe7\x1d\xb1\xd9\x20\x8d\xdf\xb5\x6b\xd7\x4c\xb1\x52\ \x07\x71\x9d\x2a\x48\x60\xee\x93\x3a\x82\x04\xe1\x9c\x1b\x86\x04\ \x5c\x46\x9e\x63\xa9\xef\xa9\x39\x54\x74\x0e\xf7\xf6\xf6\x10\x8f\ \xc7\x31\x32\x32\x62\x1e\x33\xdb\x20\x50\x6f\x06\x02\x01\xdc\xb9\ \x73\x07\xd5\x6a\xd5\x2a\x4b\x29\x0f\xf1\x78\x1c\xa5\x52\x09\xcb\ \xcb\xcb\x35\x8e\xf0\xc4\xc4\x04\x32\x99\x0c\x22\x91\x88\x55\x7f\ \xb3\x05\x08\xf5\x11\x2b\x8c\x19\xb6\x4e\x24\x12\xe8\xef\xef\x47\ \x43\x43\x83\x35\x7b\x25\x83\x4c\xb9\xe5\xa6\xc2\x6c\xb0\xab\xc0\ \x44\xe7\x28\x10\x08\xe0\xd8\xb1\x63\xf8\xd5\xaf\x7e\x65\x05\x26\ \xba\x0b\x08\x8b\x1d\x18\x9a\x67\x94\x84\x2c\x1b\x1b\xe0\x02\x07\ \x0e\x33\x99\x38\x56\x5b\xff\xc7\x7f\xfc\x07\x1e\x7e\xf8\x61\x9c\ \x3b\x77\xae\x46\x1f\x2a\x03\x46\x7d\x40\xf9\x50\x10\x4c\x59\xd3\ \x44\x6d\x9e\x47\x87\x81\x39\x8a\x34\xc8\xd4\x2b\x2c\x8a\x60\x3e\ \x9e\x1e\x9a\x6f\xc6\xeb\xa9\x8c\xea\x3d\xf4\xd9\xf4\x9c\xbb\x19\ \x75\x57\xfe\x79\x2e\xc1\x7f\xa9\x54\xaa\xd9\x09\x44\xdf\x97\x7a\ \x95\xef\xae\x2c\x90\x0b\x92\x80\xf7\x82\x41\x9d\x67\xb5\xc9\x6a\ \xcf\xf9\x3d\x5d\xbb\xda\x9e\x41\x73\x1a\xdd\xd0\xa1\x82\x22\x77\ \x6e\xdc\xe8\x90\xb2\xdc\x3c\x57\x65\x45\x89\x1a\xe0\xa0\xaa\x99\ \x72\xaf\xcf\xab\x40\x52\xd3\x52\x74\x6c\x95\x5c\x71\x89\x16\x8e\ \xab\x5e\xcf\xc0\x6b\x26\x93\x41\x38\x1c\x36\x23\xc3\x18\x38\x13\ \x68\x89\x86\x77\x76\x76\xac\x67\x0c\x3d\x3b\x2e\x3e\x6e\x14\x4a\ \x03\xbf\xbc\xbc\x6c\x9e\x06\x0d\xb9\xfb\x22\x8a\xe8\x35\x1c\xc0\ \xbf\xf1\x65\x35\x97\x89\x2f\xa6\x8a\x59\xcf\x51\x00\xc7\x73\x29\ \x2c\x77\x5b\x44\xfa\x5c\xf4\x5c\x34\x06\xcf\xff\x53\x19\xf2\x1a\ \xba\x30\x74\x82\xf9\x19\xcf\xa5\x72\x62\x08\x8e\x5e\x1b\x91\x34\ \x73\x70\x98\xc7\x32\x34\x34\x04\x8f\xc7\x63\x9b\xbe\x52\x99\xeb\ \xb6\x44\x9a\x84\xaa\xb1\x65\x52\xaa\x00\x2c\xcf\x67\x6f\x6f\xcf\ \xc2\x95\x5b\x5b\x5b\x16\x36\xe4\x73\xb1\x5d\x44\x3e\x9f\xc7\xfa\ \xfa\x3a\xb6\xb7\xb7\x91\xcd\x66\xb1\xba\xba\x8a\xa5\xa5\x25\x03\ \x1a\xd1\x68\x14\x3f\xfd\xe9\x4f\x6d\x53\x67\x2e\x08\x6e\x18\x4c\ \xe1\x75\xe7\xc7\x9d\x63\x9e\xa3\x63\xce\xef\x7b\xbd\xfb\x3d\xc1\ \xd8\x1f\x89\x9d\xce\xb5\x02\x48\x43\xa7\xd5\x6a\x15\x77\xee\xdc\ \xc1\xd4\xd4\x14\x46\x47\x47\x4d\x11\x52\x06\xc8\x3c\x54\x2a\x15\ \x2c\x2c\x2c\xa0\xa5\xa5\x05\x9b\x9b\x9b\x38\x74\xe8\x10\xd6\xd7\ \xd7\x0d\x74\xb0\x0f\x4b\x38\x1c\xc6\xec\xec\x2c\x06\x06\x06\x70\ \xe4\xc8\x11\x14\x0a\x05\x4c\x4d\x4d\x99\xb2\xdc\xdc\xdc\xb4\x2d\ \x67\x86\x87\x87\x8d\xe9\x08\x06\x83\xb8\x7d\xfb\x36\x92\xc9\x24\ \xe2\xf1\xb8\x6d\x4d\xa2\x89\x9f\x9c\x03\x2e\x4c\x7a\x8d\xf9\x7c\ \xde\x18\x25\xee\x33\xc7\xed\x6e\x74\x7e\xa8\xc8\xb7\xb7\xb7\xf1\ \xe2\x8b\x2f\x5a\x73\x53\x3a\x42\x04\xa2\x94\x0f\xa5\xb5\xd9\x4d\ \x9e\x6c\x15\xf3\x18\x9a\x9b\x9b\xad\xf2\xb0\x5a\xdd\xef\x4f\xb5\ \xbc\xbc\x6c\xc6\x84\xe7\x47\xa3\x51\x7b\x97\x63\xc7\x8e\x61\x6d\ \x6d\x0d\x57\xaf\x5e\xc5\xd9\xb3\x67\xad\xc7\x12\xdb\x83\x30\x31\ \x9f\xeb\xdb\x65\x3a\x02\x81\x40\x0d\x33\xad\x4a\xc9\x55\x68\xae\ \xa1\xa9\xc7\x5a\x29\x30\x73\x81\x1a\xd7\xd1\xea\xea\x2a\xc6\xc6\ \xc6\x50\xad\xee\x87\xd6\x2e\x5f\xbe\x6c\xba\x83\xf9\x45\x5c\x6b\ \xd9\x6c\xd6\x92\x54\xb5\xc7\x0f\xc1\x6b\xa5\x72\xb0\x29\x2c\x65\ \x51\xf3\x86\xd4\x6b\xe6\xf8\x71\xfe\x01\x98\x6c\xd0\x08\x78\xbd\ \x5e\xa4\x52\x29\x9c\x3b\x77\xce\xc2\xf8\x3e\xdf\x41\x45\xe8\xde\ \xde\x9e\xe5\x4d\x51\x0f\x11\xc0\xb0\x35\x0a\x0d\xfa\xde\xde\x9e\ \xb5\x83\x61\x62\x38\xc3\xeb\xbf\xf3\x3b\xbf\x03\xaf\x77\xbf\x79\ \x27\xd7\xdc\xe4\xe4\xa4\x39\x52\xf9\x7c\x1e\x5b\x5b\x5b\x98\x9c\ \x9c\x44\x53\x53\x13\x1a\x1b\x1b\xd1\xdf\xdf\x6f\xdd\xd8\x59\xe5\ \x9a\x4a\xa5\x70\xe2\xc4\x09\x6b\x37\xc3\xb5\xac\x06\x89\xe0\x78\ \x70\x70\x10\xd7\xaf\x5f\x47\x63\x63\x23\xd6\xd7\xd7\xad\x02\xb2\ \x5a\xad\xda\x73\x73\x1d\x73\x2e\x38\x9e\xad\xad\xad\x16\xba\x3d\ \x79\xf2\x24\x56\x56\x56\x00\xc0\xaa\xa3\xf9\xfd\xd7\x5e\x7b\x0d\ \x6d\x6d\x6d\xb8\xef\xbe\xfb\x6a\xf4\x8a\x2b\x53\x94\x15\x57\x37\ \x20\xcf\xc8\xc2\x00\x00\x20\x00\x49\x44\x41\x54\xdd\xcd\x51\xa7\ \xce\xa1\x8d\x53\xd6\x8e\xf6\x86\x6b\x5a\x41\x1c\xff\xae\xa1\xca\ \x7a\x87\x2b\xaf\xee\x71\xb7\xcf\xdd\xb1\xd6\xdf\x99\x0f\xca\xa6\ \xc2\xea\xe8\x2a\x18\x50\x40\x43\x19\xd4\x9c\x33\x75\x18\xf4\xbe\ \xba\xf5\x9d\x7e\x8f\x7f\x77\x75\xb9\xbe\x83\xb2\x5d\x6a\x1f\x35\ \x6f\x4e\x6d\xbd\xce\x99\xab\x0b\x34\xdd\x44\xc1\x0f\xbf\xab\x3a\ \x87\xcf\xa0\xcc\x98\x0b\x9e\x94\x28\x71\xef\xa3\x04\x0f\xe5\x87\ \xc0\x8f\xdf\x57\xb9\x20\x99\xc0\xf7\xf4\x75\x75\x75\x59\xc2\x2f\ \x59\xaa\x48\x24\x62\x46\x0e\x38\x48\x70\xe3\xef\x85\x42\xc1\x16\ \x83\xcf\xe7\xb3\xae\xd3\x5b\x5b\x5b\x66\xa4\x49\xd7\xf2\x46\xae\ \xe2\xd4\xf0\x00\x85\x55\x81\x95\x4e\x0c\x3f\x77\x3d\x4c\x3d\xd4\ \x83\x04\x60\x0b\xc3\x15\x56\x2e\x7e\xad\x56\xd3\x09\xe7\xb3\x2a\ \x52\xd5\x45\xab\x71\x69\x4e\x8a\xf6\x58\x52\x5a\x54\x73\x70\x58\ \xc9\xc3\x50\x15\x95\x28\xf7\x66\x63\x55\x9c\xdf\xef\xc7\xc8\xc8\ \x08\xde\x7d\xf7\x5d\xa3\xf3\x69\x7c\x69\x68\xb5\xd1\x25\x43\x2d\ \x0c\x71\x78\xbd\x5e\x63\xce\xd8\x3a\x83\xc0\x91\x0c\x15\x05\x82\ \x4a\x2b\x95\x4a\x21\x9d\x4e\x63\x7d\x7d\x1d\xb9\x5c\x0e\x85\x42\ \xa1\x86\xe9\x6b\x6c\x6c\xc4\xca\xca\x8a\x19\x22\x7a\x77\xda\x2b\ \x88\x02\x4e\x50\xa7\x82\xac\xe3\xa2\x8b\x58\x99\x26\x6d\x6c\xb8\ \xbe\xbe\x6e\x79\x17\xf4\x42\x49\x4d\x13\x68\xac\xac\xac\xa0\xa1\ \xa1\x01\x3d\x3d\x3d\xe8\xef\xef\x37\x36\x6b\x6f\x6f\xbf\x15\x81\ \x2a\xfe\xdd\xdd\x5d\xeb\xfe\x5c\x28\x14\xac\xea\x95\x9b\xe3\xf2\ \x19\x29\xf3\x3e\x9f\x0f\xd3\xd3\xd3\xe6\x35\xfb\x7c\x3e\x7b\x3e\ \x2a\xcf\xad\xad\x2d\x0b\xab\x2d\x2d\x2d\x61\x68\x68\xc8\xc6\x85\ \x6d\x0a\x02\x81\x00\x56\x57\x57\x31\x3f\x3f\x6f\x21\xb6\x62\xb1\ \x68\x15\x84\xdc\xbf\xb1\x5a\xad\x9a\x93\x12\x8f\xc7\x0d\x70\xab\ \x07\x4f\x05\x78\xe3\xc6\x0d\x6c\x6e\x6e\x22\x1c\x0e\xd7\x84\x31\ \x74\xfc\xbd\x5e\xaf\xf5\x26\x6b\x6c\x6c\xb4\xf6\x2a\x5c\x4b\xdc\ \x2c\x9a\x0c\x48\x32\x99\x44\x63\x63\xa3\xe5\x8d\x11\x04\x69\x0e\ \x5e\x3c\x1e\xb7\xb1\x0a\x04\x02\x58\x5b\x5b\x43\x20\x10\xc0\x89\ \x13\x27\x6a\x98\x01\xb2\x2f\x0a\xee\x29\x47\xfc\xbe\xf6\xa4\x51\ \xc6\x8a\x9f\xb9\x4a\x56\xd7\x65\x3d\x8f\x9f\x87\x86\x76\x78\x44\ \xa3\x51\x8c\x8f\x8f\xa3\xb3\xb3\xd3\x8c\xf3\xe2\xe2\xa2\x01\x66\ \x82\x2e\x00\xb6\x46\x94\xb5\x51\x76\x8f\x8e\x51\xb5\x5a\xb5\x9c\ \x2d\x6e\x53\xc3\xf1\xe5\x4f\xf5\xc6\xb9\x1e\xe8\x7d\x73\x4e\x39\ \x46\x9b\x9b\x9b\xb8\x79\xf3\x26\x9e\x7a\xea\x29\x2c\x2c\x2c\x98\ \xde\x62\xf2\x3a\x2b\x59\x19\x9a\xd4\xf0\x16\xf3\x1e\x55\x3f\x31\ \x04\x47\xc6\xe7\xd1\x47\x1f\xc5\xe7\x3f\xff\x79\x03\x69\x6d\x6d\ \x6d\x28\x16\x8b\xf8\xf3\x3f\xff\x73\xdc\xb8\x71\xc3\xf4\x7a\x57\ \x57\x97\xad\x73\xde\x73\x74\x74\xd4\x58\xb3\xb9\xb9\x39\xc4\x62\ \x31\x1c\x3b\x76\xac\xe6\x3d\xd5\xa9\xd2\xb9\xec\xec\xec\xb4\x79\ \xe2\x3a\x66\x85\xa6\x36\x03\xd6\x68\x02\xf3\xe2\xb8\xe5\x54\x3a\ \x9d\x46\x47\x47\x07\x3e\xfe\xf1\x8f\x5b\x73\xdd\xe6\xe6\x66\xa4\ \xd3\x69\x64\x32\x19\xe4\x72\x39\x3c\xff\xfc\xf3\x56\xd9\xe8\x3e\ \x87\x0b\xb2\xea\xc9\x93\x1a\x70\xb5\x1f\xd4\xd7\x9c\x27\x6d\x09\ \xc4\xf3\x94\x0d\x56\xb9\x24\xa3\x5c\x0f\x34\xb8\xcf\xe0\xda\xa7\ \x7a\xb2\xed\xae\x71\x3d\xf8\x1d\xe6\x93\x71\x1d\x50\xc6\xb4\x6a\ \x8f\xef\xe6\xea\x60\xce\xa5\x8e\x9d\x8e\x21\x6d\x06\x1d\x7e\x0d\ \xb9\xaa\x1d\x57\x1b\x4f\x9b\x48\xfb\xaa\xac\x96\xe6\x7d\x29\x7b\ \xe5\xb2\x40\x0a\x6c\xf8\x39\xc7\x57\xd3\x8e\xf8\xdc\x0a\x26\x35\ \xcf\x4c\x41\x98\x1b\xfa\x55\x96\xd9\x65\xe1\x14\x6f\xf0\x39\xea\ \xcd\x85\xf6\xe4\xd2\xf7\xf0\xc5\xe3\x71\x6c\x6c\x6c\x58\x62\x2d\ \xfb\x19\x91\xba\xe5\xc5\x3a\x3a\x3a\xb0\xbd\xbd\x8d\x95\x95\x15\ \x03\x57\x7d\x7d\x7d\x68\x68\x68\xb0\x0d\x4c\xe9\xe5\x2c\x2d\x2d\ \xa1\x54\x2a\xa1\xaf\xaf\xcf\x0c\x11\x27\xbe\x9e\xa7\xc9\x01\x53\ \x05\xaa\x93\x5c\xef\x85\xf8\x99\x22\x75\xa5\x34\x29\xf8\xfc\x5d\ \xa9\x51\x35\xfa\xbc\x97\x0b\xe2\x08\x76\xf8\x1d\x9f\xcf\x67\x25\ \xd5\x3a\x39\x2a\x0c\x9c\x18\x0a\x1c\x73\x53\xfc\x7e\xbf\xb1\x78\ \x99\x4c\xc6\xd8\x87\x74\x3a\x8d\x91\x91\x11\x78\xbd\xfb\x55\x35\ \xc9\x64\x12\x4b\x4b\x4b\x18\x1b\x1b\xc3\xe0\xe0\xa0\x3d\x2b\x41\ \x05\x1b\x06\xf2\xde\x0c\x99\x6d\x6e\x6e\x5a\x0e\x94\xbe\x7b\xa1\ \x50\x40\xb1\x58\x34\x45\x4b\x20\xb5\xba\xba\x8a\x4c\x26\x83\x54\ \x2a\x55\xe3\xf1\x28\x1a\x57\x76\x81\xd7\xd3\xc5\xc8\x05\xe3\x7a\ \x3a\x3a\x1e\x1c\x37\x65\x18\xf5\xa0\xb1\xe0\xbd\xb2\xd9\xac\x19\ \x2d\xbe\x23\x41\x2c\xc7\xb5\xb1\xb1\x11\x67\xcf\x9e\xc5\x8d\x1b\ \x37\x90\xcd\x66\xb1\xb6\xb6\x86\x1b\x37\x6e\x58\xbe\x89\x7a\xc0\ \x9c\xbf\x6c\x36\x6b\xcd\x5c\x01\xd8\x3b\xd3\x38\x12\xf4\x30\xe7\ \x8d\x2c\x00\x81\xed\xc8\xc8\x88\x85\xd3\xf8\x4c\x74\x22\x18\x76\ \x25\xb0\x88\x46\xa3\x96\x4c\xcf\x84\x76\x82\x62\xe6\xc8\x68\xa7\ \xfb\xe6\xe6\x66\x63\x0f\x38\xa6\x6b\x6b\x6b\x35\x49\xf0\x0d\x0d\ \xfb\x25\xec\xf1\x78\x1c\xfd\xfd\xfd\x00\x60\x0c\x02\x81\x1a\x41\ \x64\x30\x18\x44\x5b\x5b\x9b\x01\x25\xe6\x5c\xd1\xc8\x33\x3f\x8c\ \xcf\xd4\xda\xda\x8a\x93\x27\x4f\xa2\x54\x2a\x21\x91\x48\x58\xa9\ \x3b\x01\x85\x95\x1b\xff\x7f\xec\x68\xa9\x54\x42\x77\x77\x37\xf6\ \xf6\xf6\xb0\xb0\xb0\x80\xd6\xd6\x56\x8c\x8e\x8e\x1a\xf0\xe4\x3a\ \xe2\x3f\x75\x3e\x94\x5d\x24\xd0\xe0\x9a\x71\x3d\xd5\x7a\x32\xc5\ \x43\x0d\x90\x56\xac\x36\x34\x34\xe0\xcd\x37\xdf\x44\x57\x57\x17\ \x9a\x9a\x9a\xd0\xde\xde\x8e\x96\x96\x16\x9c\x3d\x7b\x16\xe3\xe3\ \xe3\x38\x7d\xfa\x34\xae\x5c\xb9\x62\x8e\x42\xa5\x52\xb1\xbe\x4f\ \xdc\xbe\xc6\x4d\x64\xa7\x83\xc1\x50\x38\x41\x23\xe7\x9e\x0c\x95\ \xc7\xe3\x31\x19\xdb\xdb\xdb\xb3\x7c\x16\xe6\xc2\x29\x8b\xaf\x20\ \x8b\xe3\x7b\xfb\xf6\x6d\xcc\xce\xce\xe2\xe4\xc9\x93\x06\xf8\x96\ \x96\x96\x6c\x53\x6f\x3a\x60\x5c\x4f\x7c\x36\xad\x14\xe6\x58\x93\ \x81\x6a\x68\xd8\xdf\x8e\xe9\xd1\x47\x1f\x35\x9d\xc6\x24\x73\x82\ \x5d\x00\x96\xdf\xc7\x8a\x72\x56\x19\x8f\x8d\x8d\xe1\x7f\xff\xf7\ \x7f\x6d\x4c\xa6\xa6\xa6\xf0\x95\xaf\x7c\xa5\xa6\xff\x91\x32\x34\ \x3a\x77\x95\x4a\xc5\xd8\x4d\x8e\x03\xf5\x0c\x0d\x91\x16\x02\x51\ \xa6\xa9\x83\xcb\xe5\xfd\x7d\x36\xc3\xe1\x30\xd2\xe9\x34\x5e\x7f\ \xfd\x75\x3c\xf1\xc4\x13\xd6\x00\xbb\xa7\xa7\xc7\xc2\xdb\xdb\xdb\ \xdb\x78\xf3\xcd\x37\x0d\x0c\xaa\x8c\xa8\xd3\xa1\x60\x4b\x9d\x68\ \x05\x06\xfa\x39\x81\x15\xaf\xa5\x60\x42\x13\xb2\xdd\x30\x16\x7f\ \x67\xce\xa1\xe6\xff\xaa\x1c\xbb\x21\x38\x57\xb6\xf5\x7c\x17\x78\ \xa9\xed\xe1\xef\x2c\x3c\x53\x00\xa1\xa9\x1a\xaa\xb7\x5d\xa2\x41\ \xaf\xe7\xe6\x1e\xb9\x3a\x5e\x9b\x07\x33\xdd\x45\x49\x18\xde\x4f\ \x6d\xaa\x32\x4c\x5e\xaf\xb7\x26\xb4\xaa\x63\xef\x82\x31\x25\x63\ \x14\x90\xea\xb8\xe8\xfd\xf4\x7a\xfa\xde\x04\x40\x9c\x3f\x97\xb5\ \x73\xc7\xd3\xd5\x3f\xf5\xe6\xc8\x3d\xd7\xc5\x34\x00\xe0\xa3\x61\ \x26\x05\xbe\xbe\xbe\x6e\x5d\x83\xe9\x31\x15\x0a\x05\xdb\x38\x96\ \x21\x08\x32\x01\x4a\x8b\x05\x83\x41\x00\x40\x7f\x7f\x3f\xa6\xa6\ \xa6\x30\x36\x36\x86\xf9\xf9\xf9\xf7\x08\x89\x32\x1d\x44\xc4\xba\ \x08\x94\x42\x07\x0e\x36\x09\xd6\x24\x44\x5e\x43\xa9\x3f\x37\xfc\ \xa4\x68\x94\x60\xca\x8d\x8f\xab\x07\xa6\x8b\x49\x69\x7e\x0d\xeb\ \x28\xe0\xd3\xf3\x5d\x9a\x92\xcf\x47\xc5\xca\x10\xe3\xe6\xe6\x26\ \x62\xb1\x98\x55\x1c\xad\xac\xac\x58\x79\x3e\x13\xe0\xfd\xfe\xfd\ \xbd\x0b\x09\x38\x18\x6a\x20\x4b\x90\xc9\x64\xe0\xf5\x7a\x11\x0c\ \x06\x91\x4c\x26\x8d\xb9\x61\x05\x14\x00\xdb\xab\x2c\x14\x0a\x61\ \x72\x72\x12\xe3\xe3\xe3\xb6\x7d\x91\x2e\x2a\xa2\x72\x7a\xea\x7c\ \x56\x57\xb9\xa8\xd2\x51\x83\xa8\xde\xb9\xd2\xd0\xfc\x49\x83\xa2\ \x82\x48\x0f\x9b\xe3\x53\x2e\x97\x6b\x76\x41\xd7\xb1\xd4\xfb\x01\ \x40\x5b\x5b\x1b\x26\x27\x27\xe1\xf7\xfb\xd1\xd5\xd5\x85\x53\xa7\ \x4e\xe1\xde\x7b\xef\x35\xf6\xb5\x5c\x2e\x9b\x33\x40\x25\xc8\x8e\ \xdd\xa1\x50\xc8\xc2\x9b\x89\x44\xc2\x58\xb2\xa1\xa1\x21\xbb\x07\ \xf3\xac\xda\xda\xda\xd0\xd5\xd5\x85\x42\xa1\x60\x7b\xa0\xe9\xc2\ \x65\x0e\x49\x77\x77\x37\xaa\xd5\xaa\x35\xe1\x24\x68\x61\x05\x17\ \x81\x0a\x5b\x9d\x70\xbd\x11\xb0\x73\xc3\xe3\x95\x95\x15\x74\x76\ \x76\x22\x95\x4a\xa1\x52\xa9\x60\x71\x71\xd1\x12\x77\x4b\xa5\x12\ \x0e\x1f\x3e\x8c\x42\xa1\x80\x42\xa1\x60\xeb\x8c\x8a\x9e\x72\x49\ \x50\x99\xcf\xe7\x8d\xbd\x22\x30\xa2\xe1\x61\xcf\x2c\x86\x98\x39\ \x16\x1c\x73\x86\x96\xd9\xaf\x8b\xa1\x47\x3a\x49\xed\xed\xed\xf6\ \x4e\x6c\x38\xb9\xb7\xb7\x67\x21\x38\x9e\xa7\x00\x5c\x95\xa7\xae\ \xb3\x7a\x0e\x8e\xca\xcd\xfb\x29\x2f\xae\x49\xae\x65\x76\xbe\x3f\ \x79\xf2\x24\xae\x5f\xbf\x8e\x44\x22\x81\xf5\xf5\x75\x44\xa3\x51\ \x34\x37\x37\xe3\xf4\xe9\xd3\xd8\xdd\xdd\xb5\x2e\xff\x6c\x54\xc9\ \x67\xe1\x58\x6a\xff\x3e\x6e\x95\xb3\xb7\xb7\x57\x23\x3b\x04\x32\ \x5c\x2b\x64\x8c\x09\x30\x39\xd6\xda\x5c\x91\xa1\x41\x32\x82\x5a\ \xf4\xc2\xfc\xc7\x1f\xff\xf8\xc7\x18\x1e\x1e\x46\x57\x57\x17\xaa\ \xd5\xfd\xe4\xf5\x81\x81\x01\x5b\xb7\xbc\x87\x26\xee\x32\xa7\x84\ \xfa\x91\xef\xc3\x75\xb9\xb5\xb5\x85\x64\x32\x89\x60\x30\x68\x69\ \x0a\xfc\x2e\x1d\x8e\x96\x96\x16\x84\xc3\x61\x73\xd8\x1a\x1b\x1b\ \x71\xe2\xc4\x09\x33\x84\x1e\x8f\x07\x7d\x7d\x7d\xb8\xef\xbe\xfb\ \xcc\xb1\xd3\x31\xd0\xb9\xd1\x7c\x35\xbf\xdf\x8f\x7b\xee\xb9\x07\ \x2f\xbd\xf4\x92\xf5\x96\xd3\xea\x5d\xea\x46\x5e\x83\x4e\x0b\x75\ \x58\x6b\x6b\x2b\x3a\x3b\x3b\xd1\xd3\xd3\x83\xe7\x9f\x7f\x1e\xf1\ \x78\x1c\x0f\x3d\xf4\x10\x36\x36\x36\xac\x3f\x1c\x49\x81\x63\xc7\ \x8e\xd9\xde\x99\x0a\x40\x5d\x27\x5d\x6d\x05\x3f\x57\xfd\xe4\x86\ \xb6\x5c\x87\x9e\x0c\x1a\x23\x19\x2a\x07\x6a\x73\xc8\x8c\xb0\x98\ \x49\x19\x2e\x7e\x87\xe0\xd2\x75\x40\x15\x04\xd6\x33\xf6\xba\x3e\ \x74\xcd\xe8\x4e\x04\x6e\x44\x48\x8b\x13\x94\xe5\x72\xa3\x53\x2e\ \x18\x05\x60\x0e\x82\x46\x6d\xf4\x59\x75\xfd\xea\x18\xeb\xef\x3c\ \x4f\x9d\xa7\x7a\xe1\x5a\xae\x45\x9d\x07\xfd\x8e\xda\x64\x1d\x6b\ \x32\xa4\x04\x4e\x3a\xe6\x2a\xa3\x7a\x3f\x77\xac\x75\x7e\x3e\x08\ \x38\xd5\x03\x7a\xf5\x3e\xf7\x75\x74\x74\x60\x71\x71\xd1\x2a\x86\ \x16\x17\x17\x6b\x16\x2e\x8d\x08\xd9\x98\x58\x2c\x66\xe5\xd8\xec\ \x13\xd3\xd2\xd2\x62\x2f\x57\xad\xee\x57\x7e\x70\x71\xaa\x87\x49\ \xa5\xa8\x94\xa0\x7a\x11\xca\x90\x68\x88\x87\xdf\xa5\xd2\x50\x44\ \xad\x0a\x57\x07\x54\x3f\x27\x88\xe3\x84\x57\xab\xef\xdd\xe8\x97\ \x1e\xb6\x02\x06\x4e\x96\x7a\x21\xfc\xbb\x4e\x90\x02\x41\x6d\xb6\ \xa8\xef\xc1\x50\xa0\xcf\xe7\xb3\x8a\x19\x7e\x67\x6b\x6b\xcb\xd8\ \x06\xaf\xd7\x8b\x99\x99\x99\x9a\x38\x6e\x2a\x95\x32\x83\x4c\xa3\ \x52\xa9\xec\x37\xd8\x5b\x5e\x5e\xb6\xe7\xcb\xe7\xf3\x06\x0c\xb8\ \x0f\xdd\xe0\xe0\x20\x5e\x7a\xe9\x25\x4c\x4c\x4c\x18\x2b\xa2\xe8\ \x1d\x80\x85\x31\xf8\xcc\x9a\xa3\x45\x45\xaa\x9e\x82\xbb\x18\x38\ \xce\x0a\xa0\xea\x79\x5e\xea\x2d\xd2\x18\x73\xfe\xa9\x28\x81\x83\ \x2d\x1b\x14\x50\xf3\xf7\xb5\xb5\x35\x03\x3b\x13\x13\x13\xe8\xe9\ \xe9\xc1\x83\x0f\x3e\x68\x1e\x7e\x24\x12\xa9\x89\xeb\x03\x40\x2e\ \x97\x83\xcf\xe7\x43\x36\x9b\x45\x47\x47\x47\x4d\x0b\x12\x56\xe1\ \x91\x1d\xd0\x6a\x43\x36\x0c\x65\xfe\x17\x3b\xb8\xb7\xb7\xb7\x63\ \x70\x70\x10\xe5\x72\xd9\xfa\x6d\x91\x69\xa2\xc1\x8d\x46\xa3\x16\ \x3a\x67\x98\x8e\xad\x13\x68\x60\xc9\x96\x95\xcb\x65\xf4\xf6\xf6\ \xa2\xad\xad\xcd\xda\x1f\x00\xc0\xd4\xd4\x94\x25\x15\xbf\xfe\xfa\ \xeb\x58\x5d\x5d\x45\x43\x43\x83\x31\x52\xea\x89\x11\xb0\x32\x31\ \xbf\xa1\xa1\xa1\xa6\x61\x2a\xdf\x93\x80\x4b\x7f\x92\xd9\x50\x85\ \x42\x16\x83\x63\xad\xeb\x53\x1b\x6d\xf6\xf6\xf6\x5a\xde\xd6\xf0\ \xf0\x30\xf2\xf9\x3c\x32\x99\x8c\x55\x21\xd2\xb0\x13\x78\xd2\x28\ \xb9\x72\xa1\x6b\xd7\x5d\x5f\x7a\x70\xed\x92\x4d\xa4\x3e\x69\x6d\ \x6d\xc5\xf2\xf2\x32\x12\x89\x04\x8e\x1e\x3d\x8a\xb5\xb5\x35\xcb\ \x41\x22\x6b\x97\xc9\x64\xac\x3a\x0e\x80\xb5\x96\xd1\xea\x57\x35\ \x76\x64\xa1\xb9\xaf\x1f\x43\xcc\x7a\x1e\x59\x65\x3a\x0a\xe5\x72\ \xd9\x1c\xcf\xd6\xd6\x56\x2b\xe7\x07\x60\xe0\x42\x59\x29\x56\x07\ \x33\xc4\x7d\xe1\xc2\x05\xfc\xe9\x9f\xfe\x29\x76\x77\x77\xb1\xb2\ \xb2\x82\x8f\x7d\xec\x63\x35\x3d\xb9\xe8\xa8\xf1\x77\xea\x10\x5d\ \x4f\x5c\xdb\xc1\x60\xd0\x40\xfd\xfc\xfc\xbc\x15\x2a\x04\x83\x41\ \xab\x04\xe7\x4e\x1c\x85\x42\x01\xa1\x50\x08\x5d\x5d\x5d\x88\xc5\ \x62\xa6\xff\x9f\x7a\xea\x29\x9c\x3f\x7f\xde\x72\x2d\x79\x1f\x2d\ \x26\xe1\x9a\xa6\x4c\xe8\xbc\x1d\x3a\x74\x08\xaf\xbc\xf2\x8a\xe5\ \x91\xd2\x19\x54\x3d\xe1\xea\x60\x16\xe4\xa4\x52\x29\x1c\x3e\x7c\ \x18\x4d\x4d\xfb\x1b\x83\xff\xe4\x27\x3f\x41\x22\x91\xc0\x89\x13\ \x27\x00\xc0\x0a\x26\xe6\xe7\xe7\x6d\xbb\x2a\xd5\xcf\x77\x33\xaa\ \x77\x93\x2d\x0d\xb3\xaa\x53\xa7\xcc\x4c\xb9\x5c\xb6\xaa\x6d\xbd\ \x36\x9d\x45\xae\x17\x00\x35\x39\x65\x04\xaa\x7a\x5f\x05\xa8\xf5\ \xc0\x95\xda\x46\x17\x68\xd5\x63\xbe\xa8\xab\xf8\xac\xca\x08\xa9\ \xc3\xcf\x74\x13\xea\x12\x05\x6c\x94\x27\xfd\x3e\xc1\xb2\x86\x16\ \x75\xbc\x94\xf1\xad\xe7\x1c\x29\xc3\xa5\x76\x5a\x41\x99\xca\x92\ \x8e\x0f\xd7\x25\x3f\xd7\x02\x31\x75\xe0\x74\x1c\x14\x30\xf1\xa8\ \x07\x9a\xde\x0f\x54\xb9\xe7\xd5\x93\x25\x7d\xcf\x7a\xef\x0d\x00\ \x3e\xe6\x59\x54\x2a\xfb\x79\x40\xc3\xc3\xc3\x16\xdb\xa7\xf7\xc7\ \xde\x0e\x85\x42\x01\xc9\x64\xd2\x14\x77\x38\x1c\xc6\xea\xea\x6a\ \x8d\x50\xb3\x8f\xd0\xb1\x63\xc7\x6c\x72\xb5\xf7\x04\x27\x90\x13\ \xa5\x2c\x85\x0a\x06\x5f\x4e\x73\x9c\xea\x09\xbc\xcb\x8a\xd1\xb0\ \x92\xf5\x51\x6f\xce\x1d\x40\x82\x06\x32\x70\x34\x38\xda\xfa\x41\ \x59\x2b\x2e\x30\x77\x01\xd2\xd8\xf1\xbb\x7c\x2e\x2a\x6e\x82\x3c\ \x1e\xa4\x58\xb5\x3a\x91\x0a\xb9\x5a\xad\x1a\xa0\x62\xb5\x0c\x95\ \x2f\x81\x22\x3d\x9f\x74\x3a\x6d\x15\x5c\x2c\xbb\x67\x0e\x0f\xb7\ \xbe\x99\x99\x99\x41\x3c\x1e\x47\x5f\x5f\x9f\x6d\x57\x04\x1c\xd0\ \xc5\x3c\xf4\xdd\xf4\x1d\x94\x4d\xe4\x42\xd0\x24\x48\xcd\x9f\xe0\ \x5c\x10\x10\x71\xbc\xb9\xf8\x78\x3f\x86\x00\x78\x3e\x15\x91\x7a\ \x9a\x7a\x1d\x7e\x37\x10\x08\xd8\x56\x34\xad\xad\xad\xe8\xe8\xe8\ \xb0\x30\xb5\x82\x43\x5e\x4b\x81\xe3\xcc\xcc\x8c\x35\x4b\x8c\x46\ \xa3\xe6\x89\x32\x67\x70\x71\x71\x11\x2d\x2d\x2d\xc6\x48\xb1\x18\ \xa0\x5a\xad\x5a\xc7\xf6\x60\x30\x88\xbe\xbe\x3e\x63\xcb\xa8\x2c\ \xb8\xa5\x0f\x19\x81\x48\x24\x82\x99\x99\x19\xab\xc2\x2d\x97\xf7\ \xb7\x16\x62\x32\x34\xfb\xf5\xac\xac\xac\xc0\xe3\xf1\x58\x8b\x14\ \xe6\xdf\x6c\x6c\x6c\xe0\xce\x9d\x3b\xd8\xdc\xdc\xac\xd9\xb4\x97\ \x06\x95\x74\x37\x93\xfe\x39\x6e\xda\xdf\xaa\x5a\xad\x5a\x28\x8c\ \x73\x4d\xef\x95\x00\x89\xca\x8b\xc0\x56\x1b\xcd\xd2\xc0\x92\xbd\ \x09\x04\x02\x06\xf0\x53\xa9\x94\x35\x1a\xf5\xf9\x7c\xd6\x27\xab\ \x5a\xad\xa2\xa7\xa7\x07\xef\xbe\xfb\x2e\x8a\xc5\xa2\x8d\x31\x65\ \xbc\xaf\xaf\xcf\x2a\x29\xd9\xd7\x88\x7f\x53\xe6\xc3\xf5\xcc\x5d\ \xc7\x88\xef\x97\x4c\x26\x51\x28\x14\xd0\xdf\xdf\x8f\x48\x24\x82\ \x9e\x9e\x1e\xac\xaf\xaf\x5b\x47\xff\xf5\xf5\x75\xeb\xeb\xd7\xd2\ \xd2\x82\xdb\xb7\x6f\x63\x63\x63\xc3\x58\x18\x2a\x5e\x55\xc0\x7c\ \x16\x95\x75\x02\x28\x82\x69\x3e\xbf\xe6\x6e\x10\x44\x33\x77\x8d\ \x6d\x05\xb4\xd2\x8c\xb9\x7c\xa5\x52\x09\xed\xed\xed\x56\x29\x18\ \x8b\xc5\x0c\x70\x25\x93\x49\x24\x93\x49\xeb\x81\x76\xee\xdc\x39\ \xdb\x2e\x87\xfa\x85\x2c\x05\x0d\x0b\xf3\x2a\x59\xc0\xc0\x56\x23\ \x91\x48\x04\x9f\xff\xfc\xe7\xd1\xd7\xd7\x67\x2c\x2e\x59\xb5\xeb\ \xd7\xaf\xdb\xe6\xec\x64\x8f\xa8\x4b\xf8\x7e\x87\x0e\x1d\xb2\x16\ \x1b\xba\x61\x7c\xa5\x52\xb1\x42\x06\xf6\xd2\x1a\x18\x18\xa8\xc9\ \xb1\xe1\x11\x8f\xc7\x71\xec\xd8\x31\x5c\xbb\x76\xcd\x74\x9c\xd7\ \xbb\xbf\xaf\x29\xf5\x2c\xc7\x5b\x19\x88\x6a\xb5\x6a\x55\xeb\x1e\ \x8f\x07\xa7\x4f\x9f\xc6\xcc\xcc\x0c\x9e\x79\xe6\x19\x74\x76\x76\ \x22\x1e\x8f\x5b\xc1\xcd\xe0\xe0\xa0\xf5\x07\xa3\xcc\xb8\x3f\x5d\ \x70\xa2\x06\x51\x41\xb5\x82\x2c\xfd\x2e\x9f\x8b\x6b\x85\xb2\xa1\ \xa1\x6e\x00\x06\xb2\xa8\x8b\x68\x2b\xdc\xfc\x2d\x7e\x46\x50\xe9\ \x1e\x74\xd2\xe9\xec\xd4\x7b\x0f\x3d\xdc\x67\xe7\xef\x64\xa9\xf8\ \x3b\xef\xcd\x7f\x94\x23\x05\x2c\x0a\x7c\xd5\x69\xd6\x48\x0e\x75\ \x9f\x3a\x4b\xb4\xd5\x3a\xee\xd4\xf3\x9c\x6b\x6d\x58\x4a\x3b\xe0\ \x82\x17\x86\xd5\x95\xdd\x53\x90\xe5\x32\x49\x77\xfb\x7f\x3d\x70\ \x54\x6f\x9c\x39\x76\xf5\x80\x54\x3d\xc0\xa5\xff\xd7\x73\xeb\x01\ \x38\x1f\xbd\x38\x2e\xda\xb5\xb5\x35\x0c\x0f\x0f\xe3\x81\x07\x1e\ \xb0\x5c\x80\x89\x89\x09\x63\x60\x56\x56\x56\xb0\xbb\xbb\x6b\x89\ \xf0\xad\xad\xad\x98\x9b\x9b\x43\xa5\x52\x41\x3c\x1e\xb7\x9b\xdd\ \xbe\x7d\xbb\x66\x1b\x05\x7d\x59\x37\x94\x46\xf0\xc2\xdf\xa9\x40\ \x29\xc4\xee\xa0\xe9\x4b\x2a\xf2\x55\x61\x50\x63\xae\x4c\x8d\xc7\ \xe3\x79\x0f\x35\xad\x13\xa8\xfd\x41\x14\xfd\xdf\x0d\xa4\xf1\xbb\ \x2e\x80\xe0\xf5\xc8\x56\x30\x27\x81\xa5\xef\x5c\x00\x1a\x2e\x63\ \x18\xd0\xef\xf7\x63\x71\x71\xd1\x94\x50\x7b\x7b\x3b\x7a\x7b\x7b\ \xad\xb7\x52\xb1\x58\x44\x22\x91\xb0\xa6\x85\x7b\x7b\x7b\x58\x5b\ \x5b\xc3\xe8\xe8\xa8\x19\xb6\xad\xad\x2d\xb4\xb5\xb5\x61\x7d\x7d\ \x1d\xb1\x58\x0c\xfd\xfd\xfd\x48\xa7\xd3\x35\x21\x38\x65\x04\x95\ \xea\xd6\x31\x51\x03\xa8\xf4\xb0\x86\x5c\x39\xc7\xae\xa7\x44\xa0\ \xab\x89\xe4\x0a\xc6\x78\x6f\x05\x7b\xba\x88\x54\x88\x79\x1e\x95\ \xfd\xdc\xdc\x1c\xd2\xe9\x34\x0e\x1f\x3e\x0c\xbf\xdf\x6f\x55\x47\ \x6c\x1f\xc2\x50\xce\xcd\x9b\x37\x91\xcb\xe5\x10\x89\x44\x90\x48\ \x24\xb0\xbd\xbd\x8d\x3b\x77\xee\xd4\x30\x53\x04\xc2\x9b\x9b\x9b\ \x18\x1c\x1c\x44\x4b\x4b\x8b\x6d\xc7\xc3\xfc\xb5\xbd\xbd\x3d\x03\ \x6b\xe5\x72\xd9\x2a\xe6\xbc\x5e\xaf\xe5\x50\x31\xa7\x8b\x95\x86\ \x9a\xf8\xbd\xbd\xbd\x8d\x42\xa1\x80\x6a\xb5\x6a\xbd\x87\xb6\xb6\ \xb6\x30\x3e\x3e\x6e\x0c\xcc\xf4\xf4\x34\x42\xa1\x90\xfd\x9d\x63\ \x46\xb0\x48\xb6\xcb\xe3\xf1\x20\x1a\x8d\x1a\xf3\xc6\xfd\x03\xd9\ \xb1\x1b\x80\x15\xa2\x30\x77\x88\x40\x50\x15\x28\x81\x1a\xc3\x99\ \xba\xed\x45\xb5\xba\x5f\x56\xcf\x50\x1a\x41\x4a\x73\x73\x33\x8a\ \xc5\xa2\x75\xd2\xd7\x84\x75\xb6\x15\x38\x72\xe4\x08\x9e\x7d\xf6\ \x59\x63\x4c\xe8\xa8\x5c\xbc\x78\xd1\x2a\xd3\x9a\x9a\x9a\x2c\xb9\ \x9e\xad\x01\x38\xff\x6a\x98\x38\xee\x1a\x6e\xe0\x3b\x74\x76\x76\ \x62\x65\x65\x05\x93\x93\x93\x38\x72\xe4\x88\xf5\x8f\x5a\x5f\x5f\ \x47\x2a\x95\x32\xa6\x8b\x79\x47\xec\xe2\x4d\xb9\x55\xcf\x5b\xfb\ \x58\xa9\xb3\xa0\xc5\x3c\xfc\x1e\x9f\x87\xe1\x43\xf7\x9a\x94\x53\ \x82\x6e\x05\x36\x9c\xd3\xd5\xd5\x55\xdb\x42\x88\xb2\xdf\xd2\xd2\ \x82\xe1\xe1\x61\x6b\x45\x90\x48\x24\xd0\xd3\xd3\x83\x99\x99\x19\ \xc4\x62\x31\x63\x47\xe9\x74\x11\x90\xf0\xbd\x58\x31\x4b\x76\x8f\ \xac\x28\x0d\x23\xaf\x5b\x2e\x97\x71\xf5\xea\x55\xab\x06\x67\xf8\ \xa7\xab\xab\xcb\x2a\x62\xcf\x9d\x3b\x87\x4f\x7c\xe2\x13\xb6\x9f\ \x21\x70\x00\x46\x09\x3a\x55\x37\x90\x1d\x56\x83\x43\xfd\xcd\x8d\ \x9f\xd5\x09\xa6\xf1\xd4\x42\x9c\x6a\xb5\x6a\x32\x4e\xa0\x5a\x28\ \x14\xd0\xd6\xd6\x86\xbe\xbe\x3e\x0c\x0c\x0c\x60\x71\x71\x11\xcf\ \x3d\xf7\x1c\x9e\x7a\xea\x29\x03\xeb\x6c\x1b\xe4\x1a\x6b\xd7\xb0\ \xba\x0e\xb9\xea\xb5\xbb\xb1\x14\x7a\x1d\xca\x05\x41\x15\x65\x95\ \xf2\x40\x19\xd6\xaa\x43\x3a\xac\x04\x66\xda\x3a\x40\xd3\x6b\x94\ \xf5\xe7\x38\xf1\x7d\x08\xd6\x5c\x60\xa8\x47\xb5\xba\x1f\x25\x09\ \x06\x83\xb6\x66\x79\x50\x46\x79\x6f\xca\x3d\xed\x1a\xed\x17\x1d\ \x77\xde\x4b\x9d\x68\x3e\x17\xef\xab\x11\x29\x37\x67\x4b\xc7\x8c\ \xd7\xa0\x1e\x53\xd2\xc2\x8d\x7e\xf1\x9f\xfb\x9e\x2e\x29\xe2\xce\ \x91\x3b\x26\x77\x03\x41\x7a\xae\x6b\xc3\xf5\x9a\x2e\x50\xd2\x6b\ \xb9\xf7\x74\xcf\x73\x7f\xf7\x31\xb9\x95\x1e\x09\xb7\xb0\xb8\x71\ \xe3\x86\x95\xb6\xb7\xb4\xb4\x58\xee\x45\x3e\x9f\xc7\xe1\xc3\x87\ \x31\x37\x37\x87\x89\x89\x09\x2b\x11\xe7\x24\x45\xa3\x51\x84\x42\ \x21\x2c\x2c\x2c\x98\xd7\xcb\x49\x74\x1f\x58\x5f\x84\x93\x4f\xe1\ \x55\x44\x4e\x63\x4d\xd0\xa2\x21\x23\x0a\x28\x70\x40\x4f\x2b\x32\ \xa7\x71\xd4\x85\xcd\x0a\x47\x5d\x2c\x2a\xe0\xbc\xaf\xfb\x7f\x57\ \x60\xd4\xeb\x55\x03\xa0\xdf\xa3\x20\xb3\x47\x4d\x2c\x16\xb3\x90\ \x20\xc7\x76\x75\x75\xd5\x9a\x5e\x02\x30\x4f\xf4\xd0\xa1\x43\x28\ \x97\xcb\x78\xe3\x8d\x37\x70\xec\xd8\x31\x84\xc3\x61\x14\x8b\x45\ \x8c\x8e\x8e\xc2\xeb\xf5\x5a\xbf\xab\xed\xed\x6d\x0c\x0c\x0c\xd8\ \xc2\xf6\x78\x3c\xc6\xaa\x90\x7d\x39\x7a\xf4\x28\xae\x5f\xbf\xfe\ \x1e\x65\xa1\x63\xa0\x9f\xe9\xa2\xd6\xaa\x11\x65\x99\x78\x3e\x41\ \x96\x0a\xab\x52\xe8\xea\xa1\xe9\x1c\xd1\xe8\x2b\xc0\xe2\xd8\x52\ \x79\xf1\xfa\x0c\x39\x93\x45\x08\x85\x42\xe8\xec\xec\xb4\x3d\x00\ \x59\x95\x42\x40\xc1\x70\xd4\xe2\xe2\x22\x36\x36\x36\xd0\xdb\xdb\ \x6b\xc0\x68\x68\x68\x08\x0b\x0b\x0b\xd8\xda\xda\x42\x38\x1c\xb6\ \x85\xce\x9e\x51\x64\x99\xaa\xd5\x2a\x7e\xfd\xeb\x5f\xc3\xe3\xf1\ \x98\x8c\xb3\xaa\x2b\x9d\x4e\xa3\xb3\xb3\x13\xa5\x52\x09\xe1\x70\ \x18\x89\x44\x02\xb9\x5c\xce\x36\x45\x27\x08\xa0\x01\xbc\x7d\xfb\ \x76\x4d\x07\x6d\x86\xab\xc8\x84\x71\x4c\x52\xa9\x94\x75\x5e\xd7\ \xe2\x10\xde\x87\x89\xf2\x7c\x0e\x76\x4e\xe7\xfc\x30\x14\xc1\x8a\ \x2d\xf5\x58\x29\x87\x9c\x5b\xae\x47\xe6\xbd\xa8\x77\x4a\x70\xa1\ \xc5\x2e\xbc\x2f\xd7\x38\x73\xcb\x08\x10\x69\xe0\xd3\xe9\x34\x46\ \x47\x47\x71\xe9\xd2\x25\x9c\x3a\x75\x0a\x89\x44\xc2\xaa\x93\x17\ \x17\x17\x01\xec\x37\xd7\x4c\xa5\x52\x38\x7e\xfc\x38\x6e\xdc\xb8\ \x61\x4c\x24\x19\x0e\x7a\xf8\xcc\x5b\x04\x60\x55\xb0\xdc\xaa\xa9\ \x5a\xad\xe2\xe8\xd1\xa3\xc8\x66\xb3\x98\x98\x98\x40\x36\x9b\xc5\ \x99\x33\x67\x10\x8f\xc7\x2d\xd4\xca\x1c\x32\x16\x30\xb0\x78\x85\ \x6b\x85\x15\xa5\x1c\x7f\xae\x07\x75\xd2\x38\x6e\x04\xd8\x00\x2c\ \xcc\xaf\x6c\x97\x0b\x44\x28\xeb\xf4\xd4\x39\x77\x3c\x7f\x62\x62\ \x02\x27\x4e\x9c\xa8\x69\x70\x4a\x39\x5f\x5b\x5b\xc3\xc9\x93\x27\ \x2d\xbc\xd7\xd9\xd9\x89\x9d\x9d\x1d\x14\x8b\x45\xeb\x75\xa5\x4c\ \x43\xa5\x52\x31\x5d\xcb\xb9\xa0\x5c\x93\xe1\xaa\x56\xf7\x99\xd9\ \xce\xce\x4e\x8c\x8f\x8f\x1b\x98\xe7\x7b\xb6\xb6\xb6\xda\xbc\x3c\ \xf9\xe4\x93\x56\x3d\xe8\xb2\xd4\xfc\xe9\xf5\x7a\x11\x8f\xc7\x11\ \x8b\xc5\xcc\x41\x57\x26\x83\xba\xb2\xbb\xbb\xbb\x66\x47\x04\x1e\ \xcc\x09\xe3\x3b\x13\x10\x33\x5f\xad\xb1\xb1\xd1\xd2\x4c\x0a\x85\ \x02\xce\x9f\x3f\x8f\xe5\xe5\x65\x4c\x4f\x4f\x63\x7c\x7c\x1c\xc7\ \x8e\x1d\xb3\x50\xb6\x6b\x28\xd5\x69\x74\x6d\x0e\x0f\x65\x46\x79\ \x9e\x3a\xd7\xfa\x5d\x75\xb2\x15\x78\xd0\xf1\x53\x22\x81\x73\xae\ \x36\x81\x6c\x8e\x46\x44\xb4\x13\x38\x75\xa0\xea\x3b\xe0\xa0\xcd\ \x0f\x9d\x46\xd5\xc5\xee\xb3\x7b\x3c\x1e\x24\x12\x09\xb4\xb4\xb4\ \x20\x9d\x4e\x5b\x9e\xa8\x02\x17\xd7\x76\x2a\x89\xc0\x35\x47\x60\ \x4c\x90\xa5\x76\x81\x0e\x8f\xda\x38\x05\x4f\xfc\x4c\x01\x21\xff\ \xae\xc0\x4a\xc7\xaa\x1e\x90\x72\x7f\xd6\x9b\x43\x17\xd4\xb8\x7f\ \xab\x07\xf8\xea\x1d\x77\x03\xd7\x2e\xb8\xaa\x47\xae\xb8\x87\xfb\ \x59\xc3\xe7\x3e\xf7\xb9\xaf\x33\x0e\xcb\x49\x8c\x44\x22\x58\x5f\ \x5f\x47\x36\x9b\x45\x3a\x9d\xc6\xce\xce\x0e\x72\xb9\x9c\x95\x65\ \x2f\x2f\x2f\x5b\x57\x5e\x32\x33\x00\xac\xf9\x1c\x3b\xb7\xf7\xf6\ \xf6\x62\x75\x75\x15\x37\x6f\xde\xac\x99\x60\x4e\x02\x17\xa9\x32\ \x51\x6a\x5c\xd5\xb8\xab\x30\xf3\xef\x6e\x79\x32\x85\x98\x21\x39\ \x6d\x34\xf9\x7e\x03\xa5\xb1\x5c\x5e\x4f\x81\x1e\x69\x4d\x77\xf1\ \x69\xec\x98\xcf\xa7\x6c\x1d\xbd\xdc\x96\x96\x16\xeb\x6d\xc4\x0a\ \x35\x02\x0b\xbf\xdf\x8f\xce\xce\x4e\x4b\xb0\xa5\x37\xc0\xea\x40\ \xb6\x09\x58\x5c\x5c\xc4\xde\xde\x1e\x72\xb9\x9c\x29\x23\x36\xb9\ \xec\xe9\xe9\x81\xc7\xb3\xdf\xbb\x2c\x10\x08\x60\x60\x60\xc0\xfa\ \x9a\x35\x34\xec\x97\xa3\x87\x42\x21\x4c\x4c\x4c\xd8\xa6\xc1\x6a\ \x04\x34\x9c\x47\x03\xeb\x82\x4b\x82\x45\x55\xb2\x1c\x83\xbb\x31\ \x4e\x1c\x2b\x2a\x77\x5d\x54\xba\x08\x39\x8f\x94\x43\x5d\x2c\xea\ \x55\x31\xd1\xb8\x5c\x2e\x63\x61\x61\x01\x4d\x4d\x4d\xf8\xe8\x47\ \x3f\x8a\xe6\xe6\x66\x03\x25\xad\xad\xad\x96\x3b\xb4\xb9\xb9\x89\ \x37\xdf\x7c\x13\x7d\x7d\x7d\x96\x6f\xc5\xfc\x13\x32\x3e\xbd\xbd\ \xbd\xf6\xdd\x95\x95\x15\x1b\xf3\x42\xa1\x80\xe5\xe5\x65\x74\x76\ \x76\xa2\x50\x28\x20\x97\xcb\xe1\xd6\xad\x5b\xd6\xac\x74\x75\x75\ \xd5\xf6\x96\xac\x56\xab\xc6\x56\x24\x93\x49\xcb\x75\x63\xb9\x7b\ \x28\x14\xb2\xd0\x39\x2b\x18\x6f\xdf\xbe\x6d\xc6\x9d\x73\x4e\x39\ \x21\x83\x44\xf6\x8c\x6c\x1c\x93\xd2\x19\xc6\x61\xa5\x20\x2b\x02\ \x95\x49\x65\xd5\x22\xc7\x8f\x0a\x9f\x0a\x92\x63\x0b\x1c\x24\xdb\ \xd2\x21\x71\x95\x08\xe7\x92\xf9\x44\x1e\x8f\xc7\xc2\x87\xf9\x7c\ \x1e\xc5\x62\xd1\xf2\x9c\xf8\x9c\x4d\x4d\x4d\x56\xec\x42\xc7\x8d\ \xef\xc8\x7e\x7b\x7c\xef\x89\x89\x09\x2c\x2f\x2f\x5b\xf7\xef\x6a\ \xb5\x6a\x9b\x2f\x53\x36\x4a\xa5\x12\xd6\xd6\xd6\xf0\xee\xbb\xef\ \x62\x6e\x6e\x0e\x6d\x6d\x6d\x06\xa6\x5f\x78\xe1\x05\x5c\xb8\x70\ \x01\x6f\xbf\xfd\x36\x5e\x7e\xf9\x65\x24\x93\x49\x4c\x4c\x4c\xe0\ \xce\x9d\x3b\x58\x5d\x5d\x45\x32\x99\xc4\x95\x2b\x57\xf0\xcb\x5f\ \xfe\xd2\xc2\xb2\x6c\x17\xc0\x43\xc3\xf9\xd4\x3b\x1c\x2f\xca\x3c\ \xcf\xd7\x5c\x14\x86\x5c\x95\x19\xd6\xb0\x11\x9d\x2f\xae\x01\x35\ \x66\x04\x8c\xcc\x71\xad\x54\x2a\x48\x24\x12\x38\x7d\xfa\x34\x32\ \x99\x0c\x86\x86\x86\xf0\x8b\x5f\xfc\xc2\xf6\xf1\xe3\x7d\x08\xe0\ \x35\x07\x8b\xba\x85\x79\x84\xc5\x62\x11\xd3\xd3\xd3\xb8\x7e\xfd\ \x3a\x1e\x7e\xf8\x61\xb4\xb4\xb4\xe0\xf9\xe7\x9f\xc7\xa9\x53\xa7\ \xf0\xeb\x5f\xff\x1a\xef\xbc\xf3\x8e\x25\xd7\xab\x73\xd7\xd2\xd2\ \x82\xdf\xfd\xdd\xdf\xc5\xd1\xa3\x47\xdf\x93\x1b\xc3\xb5\xa7\xeb\ \x98\x6b\x99\x05\x15\xd5\x6a\xd5\xd8\x57\xca\x11\xf3\x47\x6f\xde\ \xbc\x89\x4a\xe5\x60\xbf\x47\x6e\x88\xad\x15\xdf\x64\xdf\x18\x42\ \x6e\x6b\x6b\x43\x24\x12\xc1\x95\x2b\x57\x70\xf6\xec\x59\x2c\x2d\ \x2d\x21\x9b\xcd\x5a\xae\x98\xb6\x05\x71\xd9\x0f\x35\x7a\x6a\xec\ \xd5\x5e\xd4\x33\x8a\xae\x83\xcd\xdf\xdd\x6b\x72\x7c\x68\x97\xf4\ \x5e\xaa\x3f\xeb\xdd\x5f\x6d\x08\xd7\x2d\x65\x47\xe5\xc4\x8d\xe0\ \x30\x0d\x41\xd7\xa7\xfb\xbe\x94\x13\xde\x87\xfd\xd5\xf4\x39\xd5\ \x01\x56\x9d\xcc\xf7\x52\x86\x4b\xed\x26\xf3\x4d\x39\xee\x6c\x35\ \xa4\x55\xcb\xd4\xc1\xfc\x5c\xf5\x82\xda\x47\x97\x49\x72\xc7\xcf\ \x7d\xaf\x7a\x73\xa5\x63\xa1\x7f\xaf\x07\xae\x74\xbc\xf4\x73\xf7\ \x9a\xf5\xc6\xb4\xde\x51\x0f\xf4\xb9\xef\xe1\xdb\xda\xda\xc2\xc8\ \xc8\x08\x66\x67\x67\xad\x93\xfb\xf4\xf4\xb4\x25\xad\xae\xad\xad\ \x59\xe7\xd3\x64\x32\x69\xf9\x08\x83\x83\x83\x58\x5c\x5c\x34\xcf\ \x69\x77\x77\xd7\x42\x26\xa4\x77\x37\x36\x36\x4c\xa1\x29\xed\x0e\ \xd4\x0a\x96\x7a\x61\xca\x52\xd1\xe0\x13\xc1\xab\x47\xa9\x21\x2b\ \x4d\xd4\xa3\xf0\xf0\x39\xaa\xd5\xaa\x79\x53\xda\x6e\x40\x05\x50\ \xc1\x82\xfb\x99\xa2\x76\x7d\x0f\x77\x32\xf8\x6c\x1a\x7a\x20\x60\ \x25\x40\x63\x92\x27\xfb\x2d\x69\xa8\x94\x5d\x97\x19\xa6\xca\xe5\ \x72\xe8\xe9\xe9\x81\xcf\xe7\xc3\x83\x0f\x3e\x88\x89\x89\x09\xeb\ \xc9\xc2\x16\x0f\xb3\xb3\xb3\x18\x1c\x1c\x34\x4a\x98\xbd\xa1\xc8\ \x34\x52\x71\xb2\xb2\xee\x91\x47\x1e\xc1\x0f\x7e\xf0\x03\x7b\x57\ \x3e\x83\x7a\xa8\x7c\x47\x1a\x18\x3e\x1f\x43\x97\x40\xed\xe6\xda\ \x2e\xcb\xa4\x80\x99\x8b\x5a\xbd\x26\xfe\x8d\xc0\x41\x7b\x95\xa9\ \xc7\x47\xc0\x49\xef\x9e\xf3\x91\xc9\x64\x10\x0c\x06\x11\x8d\x46\ \x71\xe4\xc8\x11\x03\xa7\x9b\x9b\x9b\xe8\xee\xee\xae\xa9\xb0\xda\ \xda\xda\x32\x63\x45\x45\x41\x47\x82\xfb\x01\x7a\x3c\x1e\x2c\x2f\ \x2f\xdb\x78\x86\xc3\x61\x1c\x39\x72\x04\x7b\x7b\x7b\x18\x19\x19\ \x41\x2c\x16\xb3\xdd\x0c\xba\xbb\xbb\x51\x2c\x16\xad\x35\x02\xaf\ \x55\xa9\x54\x8c\xa1\xe1\xd8\xe5\xf3\x79\xcc\xce\xce\x22\xfe\xff\ \x28\x3b\xb3\xd8\xb8\xf2\xeb\xcc\x7f\x55\x2c\xee\xac\x85\x2c\x16\ \xf7\x55\x14\x29\x89\x12\x25\x75\xab\x25\xb7\xad\xc8\x6e\x3b\x76\ \xec\xd8\x4e\x26\x98\x05\x13\x0c\x10\x20\xc8\x0c\xe6\x65\x1e\x06\ \xf3\x92\x3c\x24\x01\xfc\x1e\x20\x33\x40\x1e\x0c\x18\xc8\xc3\x64\ \x80\x89\x33\x3d\x88\xe3\xb6\x93\x49\x1c\x67\xb1\xd1\x9b\xba\xd5\ \x2d\x59\xad\xa5\xa9\x85\x8b\x48\x16\x97\x5a\x58\xac\xe2\xce\x5a\ \xe6\x81\xf8\x1d\x9d\xba\xa6\xba\x9d\x0b\x10\x24\x6b\xb9\xcb\x7f\ \x39\xe7\x3b\xdf\xd9\xba\xbb\xd5\xdf\xdf\xaf\x53\xa7\x4e\x59\xf9\ \x85\x4c\x26\xa3\xc1\xc1\x41\xb5\xb5\xb5\x69\x73\x73\xd3\xc6\xdc\ \x83\xce\x6a\xb5\x6a\xe5\x2a\x08\x8c\x66\x9f\x20\xc0\x18\x77\xe6\ \x10\xe6\x80\x71\x03\xe0\x33\x8f\xcd\xcd\xcd\xea\xea\xea\x32\x65\ \x8c\x1b\x2b\x1c\x0e\x1b\x73\x04\xc0\x86\xe9\xf1\xe9\xd4\xec\x23\ \x8e\xa6\xa6\xe3\xc6\xc0\x6f\xbe\xf9\xa6\x72\xb9\x9c\x66\x66\x66\ \x24\x1d\xc7\xa0\x51\x6b\xe9\x8b\x5f\xfc\xa2\x36\x36\x36\x2c\xc6\ \x87\xb5\x06\xa3\x91\xc9\x64\xac\x94\x44\x36\x9b\xb5\x39\x41\x96\ \x70\x3f\x2d\x2d\x2d\x9a\x98\x98\xd0\xc1\xc1\x81\x1e\x3c\x78\xa0\ \x4c\x26\xa3\x67\xcf\x9e\xe9\x07\x3f\xf8\x81\x81\xb3\x9e\x9e\x1e\ \x3d\x7d\xfa\x54\xaf\xbf\xfe\xba\x81\x50\x80\x49\x28\x14\xb2\x36\ \x3e\x1e\xb8\x79\x59\xe4\x59\xa8\xa0\x90\x87\x6d\x95\x9e\xb7\xd2\ \x81\x61\xe9\xea\xea\x52\x3c\x1e\xd7\xfc\xfc\x7c\x1d\x2b\x02\x50\ \x60\xbd\x00\x1a\x01\xb2\xe5\x72\x59\xc5\x62\x51\x8f\x1e\x3d\xd2\ \xd9\xb3\x67\x8d\x95\x6e\x68\x68\x50\x57\x57\x97\x1e\x3f\x7e\xac\ \xb7\xde\x7a\xcb\xd8\x32\x8c\xb5\x6a\xb5\x6a\xae\x3f\x32\x51\x71\ \x93\x03\xb8\x7d\x21\xda\xa3\xa3\x23\x3d\x7c\xf8\xd0\xfa\x2a\x7e\ \xef\x7b\xdf\xb3\x38\x41\x80\x11\x86\xf2\xaf\xff\xfa\xaf\xab\xa7\ \xa7\x47\xa5\x52\xc9\xd6\x32\x65\x40\x82\x29\xfd\xc1\x71\x62\x9f\ \xe2\x92\xc5\x7b\xb0\xbf\xbf\xaf\x33\x67\xce\xe8\xee\xdd\xbb\xd6\ \x2c\xdc\xc7\xee\xb0\x66\x2b\x95\x8a\x31\x56\xe5\x72\x59\x43\x43\ \x43\x6a\x6a\x6a\xb2\x3d\xb8\xbf\xbf\xaf\xf3\xe7\xcf\x6b\x61\x61\ \xc1\xd6\x90\x2f\xde\x7b\xd2\xbd\x7d\x92\x02\x0c\x2a\x65\x6f\x2c\ \x06\xcf\xe5\x0f\x0f\x9e\x3c\x7b\xfe\x69\x8a\x1c\xd9\x09\x3b\x17\ \x94\x91\x41\x06\x14\x59\x89\xec\xf4\x80\x9a\xfb\x44\x2e\x07\x81\ \x5b\x34\x1a\xb5\xb1\xf7\xf7\x84\x4c\x20\x2e\xcb\x7b\x61\xfc\xf5\ \x30\xb4\xfc\xbd\x78\x70\x16\x34\xcc\x83\x63\xea\x9f\x83\xf7\xfc\ \xf8\x9e\xb4\x76\x3c\xe0\xfa\x45\x00\x8e\x3f\x5e\x34\x57\x27\x1d\ \x41\xfd\x1d\xbc\x66\x90\x9d\xfa\xa4\x75\x70\x12\x38\xf3\xe7\x88\ \xd0\xe4\x36\x14\x0a\x59\xb3\xd9\xcb\x97\x2f\x6b\x73\x73\xd3\x52\ \xc2\xfb\xfb\xfb\x75\x74\x74\xa4\xa5\xa5\x25\x3d\x7c\xf8\x50\x47\ \x47\x47\x9a\x98\x98\xd0\xc0\xc0\x80\x9a\x9a\x9a\x34\x39\x39\xa9\ \xa3\xa3\x23\x65\x32\x19\x2d\x2e\x2e\x2a\x91\x48\x58\x25\x72\x4f\ \x47\xfa\x45\x10\xa4\xd5\x41\xb6\x3e\x70\xce\xbf\x06\xa0\xf2\x40\ \x89\xc5\x8a\xc0\x3a\xa9\xb0\x9b\x3f\x97\xa7\xfd\xbd\x45\xc9\xf5\ \xb9\x4f\x16\x93\x9f\x70\xee\x21\x58\xb9\xd7\x03\x03\x04\xb5\xff\ \xe1\x1a\xfe\xbc\x50\xc5\x2d\x2d\x2d\x96\x95\x44\x1d\x1a\xa8\xf6\ \xe1\xe1\x61\xab\x1b\x93\x4e\xa7\x8d\xa5\x00\x38\xb6\xb6\xb6\x6a\ \x6a\x6a\xca\xd2\xea\xab\xd5\xaa\x35\x42\x6e\x6c\x6c\x54\x6f\x6f\ \xaf\x35\x7d\x9d\x9e\x9e\x56\xb9\x7c\xdc\x70\xf8\x9f\xfe\xe9\x9f\ \x94\xcd\x66\xed\xde\x83\xd6\xcb\x49\x8b\x1f\xf6\xc2\x17\xd5\x63\ \xdc\x99\x17\x9e\xc9\xcf\xa7\x67\xb1\xfc\xe6\xe5\x5a\xb0\x18\x64\ \x95\x22\xa8\xa4\xe7\x71\x6c\x00\x54\xb2\x33\x01\xa9\x9b\x9b\x9b\ \xa6\xe4\x88\x01\x19\x1c\x1c\x94\xf4\xbc\xd3\x79\xb1\x58\x54\x34\ \x1a\xd5\xe1\xe1\xa1\xb2\xd9\xac\x1a\x1a\x1a\xcc\x55\x17\x8f\xc7\ \xad\x4a\x3b\x4a\xea\x4b\x5f\xfa\x92\x7d\xb6\xbb\xbb\x5b\x0d\x0d\ \xcf\x6b\x5f\x35\x36\x36\x5a\x4d\xab\xdd\xdd\x5d\xb5\xb7\xb7\x2b\ \x95\x4a\x29\x9f\xcf\x5b\x2c\x93\x6f\x33\xc4\xbe\x60\xad\x34\x34\ \x34\x58\x9f\x37\x00\x45\x47\x47\x87\x86\x87\x87\xad\x66\x16\x4a\ \x0d\x66\xc7\xa7\x56\x03\x3c\x6a\xb5\x9a\xc5\x30\x61\xec\x78\xd6\ \xd1\xc7\x10\x1e\x1d\x1d\x99\xa1\x03\x5b\x5a\x2c\x16\x95\x4a\xa5\ \x2c\x56\xcd\xbb\x92\x62\xb1\x98\xba\xbb\xbb\x2d\xa6\x07\x45\x1e\ \x14\x1e\xde\xc0\x69\x6b\x6b\xd3\xcc\xcc\x8c\xee\xde\xbd\x6b\x49\ \x00\xe5\x72\xd9\x6a\x7c\x95\xcb\x65\xab\x59\x44\x9c\x97\x07\x31\ \x00\x90\x9d\x9d\x1d\x2b\x91\x91\xcb\xe5\x6c\xae\xc3\xe1\xb0\x85\ \x1c\xc4\x62\x31\x4d\x4f\x4f\x2b\x99\x4c\xea\x6f\xfe\xe6\x6f\xf4\ \xe3\x1f\xff\xd8\x62\xc8\xa4\x63\xf0\x8d\x9b\x8b\x1a\x70\xac\xd1\ \x48\x24\x62\xc5\x59\x01\x39\x5e\xc9\x23\x30\xbd\x7b\x92\xb5\x4e\ \xe6\x9e\x24\x03\x4b\x7b\x7b\x7b\x66\x1c\x6c\x6e\x6e\xea\xa5\x97\ \x5e\x52\x6b\x6b\xab\x1e\x3e\x7c\xa8\x6a\xf5\xb8\x3e\x15\xc0\x84\ \x30\x8a\xad\xad\x2d\x33\x92\x3c\x63\x5e\xa9\x54\xf4\xf0\xe1\x43\ \x5d\xbc\x78\x51\xc9\x64\xd2\xc0\xd7\x3f\xfe\xe3\x3f\x9a\xa1\x04\ \x90\xe7\xfe\x60\xb9\xc9\x10\x05\xa0\x37\x37\x37\xab\xbf\xbf\x5f\ \xff\xe6\xdf\xfc\x1b\xc5\x62\x31\x35\x35\x35\xa9\x54\x2a\xe9\x9d\ \x77\xde\xd1\xf0\xf0\xb0\x9e\x3d\x7b\xa6\xa7\x4f\x9f\xea\xca\x95\ \x2b\x26\xb3\x36\x37\x37\xf5\x8d\x6f\x7c\x43\xff\xea\x5f\xfd\x2b\ \x75\x76\x76\x6a\x7e\x7e\x5e\x92\x74\xea\xd4\x29\x49\xaa\xab\x4a\ \x8e\x7c\x78\x51\xec\x52\x28\x14\x32\x57\xdf\xde\xde\x9e\xa2\xd1\ \xa8\x7d\x67\x66\x66\x46\x7f\xff\xf7\x7f\x6f\xeb\x87\xef\x11\x1b\ \x86\x21\xeb\x63\x07\x59\x8f\x07\x07\x07\x7a\xf8\xf0\xa1\x5e\x7e\ \xf9\x65\x03\x16\xcc\x59\x90\x0d\xf1\xf2\xdf\x1b\xd3\x41\x59\x1e\ \x54\x88\x5e\x69\x9e\xc4\x80\x78\x10\xe7\x75\x0f\x63\x84\x1c\x38\ \xe9\x5e\xbc\xae\xe0\xb7\xd7\x55\x41\x30\xc2\xf5\xfc\x3d\x21\x57\ \xd1\x29\xc8\xdd\x62\xb1\x68\xeb\x03\xf9\x41\x76\x28\x6b\x17\x79\ \x82\x71\x1b\x74\x6f\x12\x58\xce\xe1\x0b\x8a\x56\xab\xd5\xba\x3a\ \x52\x1c\x1e\x48\xf8\x67\x0e\x3e\xf7\x49\x4c\x95\x3f\xfe\x25\x40\ \x2a\x08\x8a\x5f\x74\x04\x01\xb5\x7f\xcd\xcf\xef\x49\xf7\x1f\xfc\ \x5c\x70\x4d\x04\xdf\x3f\x09\xbc\x73\x44\x68\x18\xdc\xdc\xdc\xac\ \x54\x2a\xa5\x89\x89\x09\xb5\xb5\xb5\x69\x61\x61\xc1\x68\x6a\x62\ \x4e\x06\x06\x06\xea\x9a\xa2\x3e\x78\xf0\xc0\xaa\x3a\x37\x35\x1d\ \xf7\x8e\x02\x30\x3c\x79\xf2\x44\x89\x44\xc2\xd2\x98\x83\x83\x18\ \x54\xbe\xfc\xcf\x7b\x3e\xd0\x9d\xff\x83\xaf\x79\xe6\xc9\x17\x39\ \xf4\xa0\xca\x5b\x06\xbe\xb2\xbc\x07\x56\x27\x59\x1f\x30\x28\x52\ \x7d\x3a\x71\x90\x62\xe6\x7a\x7c\x86\xef\x7a\xd0\x85\x80\x42\xa8\ \xa0\xe4\x50\x0e\xa4\x53\xf3\x0c\xbe\x62\x3a\x02\x72\x77\x77\x57\ \x83\x83\x83\x75\x99\x42\x0d\x0d\x0d\x96\xee\x9f\xcf\xe7\x35\x31\ \x31\x61\x71\x3e\xd4\xd0\xc9\xe7\xf3\x06\x44\xba\xbb\xbb\x35\x33\ \x33\xa3\x7f\xf8\x87\x7f\xb0\xcd\xe4\x85\x7d\x10\x50\x7a\xaa\x58\ \x52\x9d\x75\xe9\x81\x30\x56\x98\xb7\xf6\x83\x71\x0a\x7e\xa1\xb2\ \xa9\xb9\x0e\xe3\xe4\xb3\x53\x7c\x46\x0a\xec\x0b\x6b\xab\xad\xad\ \x4d\x83\x83\x83\xea\xe9\xe9\x51\xa5\x52\xd1\xc6\xc6\x86\x35\x35\ \xae\xd5\x8e\x99\x42\xe2\x51\xb0\xc0\x2b\x95\x8a\x32\x99\x8c\xba\ \xba\xba\xd4\xd2\xd2\xa2\x62\xb1\x68\xb1\x21\x58\x74\x0d\x0d\x0d\ \x56\x7b\x2c\x1e\x8f\x5b\x70\x38\x06\x08\x31\x70\xd4\xa1\xa2\x9e\ \x14\x95\xa7\x79\x5e\x8a\xee\xee\xef\xef\x5b\x7b\x15\x32\x02\x09\ \x58\xee\xec\xec\xb4\xa6\xde\xac\xef\x7c\x3e\xaf\xf9\xf9\x79\xad\ \xae\xae\x2a\x14\x0a\x59\xf6\x17\xee\x60\x9e\x9d\xe7\x09\x87\x8f\ \xdb\xe0\x10\x28\xcc\x73\xc0\xd2\xe0\xf6\xc2\x35\xb9\xb7\xb7\x67\ \x6d\x90\x30\x7e\xd8\xa3\x9c\x17\x66\x80\x79\x8e\xc5\x62\x75\x80\ \x9a\xb5\x80\x2b\x3e\x1c\x0e\xab\xab\xab\x4b\x67\xcf\x9e\xd5\xec\ \xec\xac\x8a\xc5\xa2\x26\x26\x26\xb4\xb3\xb3\xa3\xf6\xf6\x76\xbb\ \x36\xf7\xce\x7d\xe3\x2e\xcc\xe7\xf3\xe6\xda\x9d\x9f\x9f\xd7\xbd\ \x7b\xf7\x6c\xaf\x8c\x8e\x8e\xda\xda\x19\x18\x18\x50\xad\x56\xd3\ \xf2\xf2\xb2\xfe\xf7\xff\xfe\xdf\xba\x7b\xf7\xae\xbd\x07\x20\x04\ \xf0\x60\x81\xe3\x5a\xa4\x9e\x1f\xa5\x2a\x82\x8a\x0b\xa5\xe7\xc3\ \x03\xbc\x41\xe5\xf7\x3a\x59\xd7\xb0\x4d\xb5\xda\x71\x55\xf7\x52\ \xa9\xa4\xcf\x7e\xf6\xb3\x2a\x14\x0a\x5a\x5c\x5c\xb4\x67\xa0\xee\ \x58\x32\x99\xb4\x3e\x91\xec\x39\xda\x20\xb1\xcf\x01\xf2\x91\x48\ \x44\x1b\x1b\x1b\x56\x0b\x0d\x59\x05\xeb\xc0\x1c\x20\x0f\x61\xbd\ \x4a\xa5\x92\xfa\xfb\xfb\xf5\x1b\xbf\xf1\x1b\x1a\x1b\x1b\xb3\x84\ \x17\xe2\x61\xcf\x9d\x3b\xa7\xbf\xfa\xab\xbf\xb2\x78\xda\x9d\x9d\ \x1d\x8d\x8c\x8c\xe8\x3f\xfd\xa7\xff\xa4\xab\x57\xaf\xaa\x58\x2c\ \x2a\x12\x89\x28\x1a\x8d\x6a\x79\x79\x59\xe9\x74\xda\xee\x07\x50\ \xe3\x59\x88\xa0\xab\x90\xf1\x44\x36\x95\x4a\x25\x63\x48\x9b\x9a\ \x9a\x74\xe6\xcc\x19\xcd\xcf\xcf\xeb\xce\x9d\x3b\xb6\xbf\x61\xdb\ \x59\x23\xe8\x96\xa3\xa3\x23\x1b\x33\xdc\xfb\xef\xbe\xfb\xae\xbe\ \xf8\xc5\x2f\xaa\xaf\xaf\xcf\x7a\xb3\x9e\xc4\x3c\xfa\xf9\xf4\x46\ \x34\xf2\xc6\x03\x1a\x0f\xc6\x78\x86\x17\x81\x00\x6f\xb0\xc3\xf2\ \x12\xf3\xe6\xe7\xd3\xcb\x3b\x0f\x48\xbc\x6e\x40\xde\x79\x06\x3a\ \x08\xde\xb8\x6e\x30\x86\x39\x08\x1e\x59\x17\xc8\x51\xbd\x87\x7b\ \x00\x00\x20\x00\x49\x44\x41\x54\x51\xff\x6c\x24\xc3\xf8\xef\xf1\ \xfc\xfe\x3e\xbd\x87\xe9\x24\x50\x12\x04\x48\x27\x01\x1c\x0f\x36\ \x82\xb1\x62\x9f\xc6\x48\x05\x81\xba\x7f\x06\x7f\x04\xc1\xfc\xa7\ \x81\xb3\xa0\x5e\xf7\xe3\x79\xd2\x73\x7e\xd2\x39\xfc\xbd\x06\xef\ \xc1\x03\x4a\x7f\x44\x76\x77\x77\x55\xab\x1d\xa7\xc4\x66\xb3\x59\ \x1d\x1c\x1c\x58\x8a\xf0\xed\xdb\xb7\x15\x8b\xc5\xb4\xba\xba\x6a\ \x96\x6e\x43\x43\x83\x35\xaf\x3d\x73\xe6\x8c\xa2\xd1\xa8\xf5\xb8\ \x63\x43\xad\xae\xae\xea\xd2\xa5\x4b\x1a\x1a\x1a\x32\xf7\x8c\x67\ \x7d\xbc\x45\xe1\x1f\x3c\xb8\xf0\xd9\x0c\x2c\x00\xff\x40\x5e\xb1\ \xfb\xcd\xee\x69\x6c\xce\x81\xb0\x84\x3d\x61\x80\x51\xf4\x2c\x6e\ \xee\xcd\x5f\x03\xc1\x02\x03\xe6\x17\x98\x57\x3c\xde\xb2\xe3\x7d\ \xef\x26\x64\x5c\x01\x9c\xf4\x20\x24\xd8\x9d\x40\x58\x28\x5c\x82\ \x91\xc9\x80\xa3\x4a\xaf\x57\xf6\x2d\x2d\x2d\x5a\x5e\x5e\xb6\x46\ \xbb\x3d\x3d\x3d\x26\xa8\x28\xaf\x81\x95\xbb\xb7\xb7\xa7\x6c\x36\ \xab\x57\x5f\x7d\x55\xf7\xef\xdf\x37\xd7\x94\x7f\x46\x0f\x6c\x78\ \x2e\xef\x6a\xf5\x55\x7b\xfd\x38\x7b\x76\x91\xac\x32\x16\xb2\x8f\ \x57\x61\x6c\x3d\x1b\x00\xe3\xe2\x63\x58\x98\x07\xee\x01\x10\x83\ \x4b\x60\x65\x65\x45\xfd\xfd\xfd\x7a\xed\xb5\xd7\x8c\x59\xea\xee\ \xee\xae\x13\x60\x04\xa1\x6f\x6d\x6d\xe9\xd9\xb3\x67\xda\xde\xde\ \xb6\x66\xb7\xc9\x64\x52\xb9\x5c\xce\xe6\x3f\x9d\x4e\xab\x5c\x3e\ \xae\x45\x95\x4c\x26\x2d\x21\x21\x93\xc9\xd4\x81\x7f\xdc\x30\xac\ \xa1\xa5\xa5\x25\x9b\x3b\x5c\x18\xcb\xcb\xcb\xba\x78\xf1\xa2\x76\ \x77\x77\xd5\xda\xda\x6a\x0c\x13\x99\xb7\xdd\xdd\xdd\x36\x46\x8c\ \x03\x19\x9f\xac\x85\xfd\xfd\x7d\x2b\x30\x29\xc9\xe2\x1e\x00\x0e\ \x80\xa6\x4a\xe5\xb8\x86\x1a\x31\x67\xc4\x15\x11\xd8\xdd\xd7\xd7\ \xa7\x9d\x9d\x1d\x63\x4d\xa8\xd2\x4d\xb6\x30\xe3\x44\xf1\x60\x00\ \xdd\xf8\xf8\xb8\xed\x2f\xe2\x2b\x31\x14\x18\x07\xef\xae\xd8\xdb\ \xdb\x53\x2a\x95\xd2\xe1\xe1\xa1\x3e\xf8\xe0\x03\x55\x2a\x15\x8d\ \x8f\x8f\x6b\x63\x63\x43\xd1\x68\xd4\x5c\x83\x3e\xeb\x0e\xa6\xc2\ \x17\x3c\x8d\xc7\xe3\x5a\x5f\x5f\x57\x2c\x16\xb3\x20\xff\x54\x2a\ \xa5\x6c\x36\xab\xb9\xb9\x39\x15\x0a\x05\xfd\xe8\x47\x3f\x52\xb1\ \x58\xb4\xcc\x47\xbf\xd7\x50\x78\x80\x39\x5c\x31\x00\x0d\xb2\xe5\ \x60\x48\xfc\xd8\xb0\x86\x23\x91\x88\x65\xa4\x02\x78\x90\x0d\x08\ \x65\x9f\x45\x26\xc9\xf6\xe1\xc4\xc4\x84\x5e\x79\xe5\x15\x25\x12\ \x09\x2d\x2c\x2c\xd8\x78\xed\xef\xef\x5b\x9b\x1a\x5f\xe8\x96\x7d\ \x94\x4c\x26\xd5\xdf\xdf\x2f\x49\x1a\x19\x19\xd1\xc1\xc1\x81\x7e\ \xf8\xc3\x1f\xd6\x65\x9e\x51\x3f\xaa\x56\xab\xd5\x19\x22\x92\x2c\ \xae\xb2\x5c\x3e\xae\x59\x78\xee\xdc\x39\x03\x02\x4f\x9e\x3c\xd1\ \xd2\xd2\x92\xae\x5f\xbf\xae\x54\x2a\xa5\x5b\xb7\x6e\xe9\xe2\xc5\ \x8b\x5a\x5d\x5d\xd5\xd5\xab\x57\xf5\x7b\xbf\xf7\x7b\x66\xdc\x01\ \xba\x3b\x3a\x3a\xd4\xd3\xd3\xa3\x62\xb1\xa8\x5a\xad\x66\x19\x8c\ \xc8\x96\x78\x3c\x5e\x77\x0f\x41\x4b\x9e\x71\xeb\xe8\xe8\x30\x66\ \x47\x92\xfa\xfb\xfb\x75\xfd\xfa\x75\xa5\xd3\x69\x2d\x2f\x2f\x9b\ \x9c\x60\xde\x18\x7b\x5a\x50\x01\x18\x69\x1b\x85\x8e\xfa\xca\x57\ \xbe\xa2\x1f\xff\xf8\xc7\x2a\x97\xcb\xc6\x12\xbe\x08\x14\xf8\xd7\ \x3d\x63\x88\xe1\x18\x04\x2c\x9e\x49\xe2\x1c\xfc\x46\x3e\x73\xcf\ \xb0\xdf\xc8\x23\x6a\xdd\x11\x03\xc5\xb9\xd0\x13\xdc\x1b\xfa\xcf\ \xef\x05\x0f\xde\x98\xf7\x60\xf8\x06\xeb\xd3\xc7\x6d\x86\x42\x21\ \x4b\x44\x09\xde\x37\x3a\xca\x1f\x1e\x1c\xf3\xbf\xd7\xbb\xc1\x71\ \x0c\x8e\xc7\x49\xcc\xd0\x49\x7a\x9d\xe7\xf3\x3a\xfa\x93\xc0\xda\ \x8b\x80\x5d\xf0\x79\x82\xd7\xf4\xcf\xf4\x49\x87\x5f\x9b\x3e\xe9\ \x2a\x78\x8d\xe0\xb5\x3f\x0d\x40\x05\xef\x2b\xf8\x5e\xc3\xf5\xeb\ \xd7\xbf\x35\x3e\x3e\xae\x9d\x9d\x1d\xf5\xf4\xf4\x28\x16\x8b\xa9\ \x5a\xad\x6a\x6c\x6c\xcc\x62\x2a\xaa\xd5\xaa\xee\xdc\xb9\xa3\x9e\ \x9e\x1e\xeb\xc0\x4e\x90\x29\x19\x2f\x8f\x1f\x3f\x56\xa9\x54\xd2\ \x85\x0b\x17\x14\x8b\xc5\xd4\xdb\xdb\xab\xcd\xcd\x4d\x6d\x6e\x6e\ \xea\xc1\x83\x07\x3f\xe7\x82\x0a\x0e\x48\x90\x05\xf1\xcc\x89\x67\ \xac\xbc\xb0\xf3\x83\xe1\x41\x8e\x57\xea\x1c\xbc\xc6\x66\xe7\xf3\ \x1e\x28\xf8\x85\x00\xe0\x60\x71\x07\x41\xa0\xbf\x47\x0f\xe6\xfc\ \xbd\x49\xcf\x33\x02\x89\x8d\xf0\xc1\x9d\x58\xe5\x58\x7c\x30\x89\ \x04\x0f\xd2\x9f\xae\x58\x2c\x5a\x3c\xd6\xc2\xc2\x82\xd5\xe4\x21\ \x9b\x0b\xcb\xbc\xab\xab\x4b\x0b\x0b\x0b\xda\xda\xda\xb2\x0e\xf6\ \x3c\x33\xee\x97\xa9\xa9\x29\x25\x12\x09\x7d\xf8\xe1\x87\x75\x71\ \x63\xc1\xa0\xc7\x20\x63\xe1\xc7\xc6\xc7\xa7\x01\xba\x82\x16\x20\ \x02\x80\xdf\x1e\xb4\x31\xa6\xbe\x88\xa5\xb7\xb2\xb8\x26\x80\x02\ \x16\x68\x7b\x7b\x5b\x95\x4a\x45\x7d\x7d\x7d\xfa\xfc\xe7\x3f\xaf\ \xde\xde\x5e\x15\x8b\x45\x73\xb9\x61\x6d\xe7\x72\x39\x3d\x7b\xf6\ \xcc\xd8\xa6\x54\x2a\x65\x0d\x89\x1b\x1a\x8e\x5b\xd1\xc0\x3c\x50\ \x14\x92\xf5\x82\x5b\xae\xb3\xb3\xd3\x7a\x06\x62\x05\x92\x15\x4b\ \x15\x69\x02\x38\xc9\x6e\xac\xd5\x6a\x96\x71\xeb\xd7\xdc\xf6\xf6\ \xb6\x52\xa9\x94\x25\x29\x90\x1c\x52\xa9\x54\x0c\x14\x31\x66\x43\ \x43\x43\x7a\xe9\xa5\x97\xcc\x4a\xf7\x01\xa5\x30\x97\x3e\x36\x0a\ \xa5\x14\x0a\x85\xcc\xfd\xe6\xd9\x41\x0c\x1b\x8c\x26\xc0\x32\x4c\ \x27\x0c\x03\x4c\xe0\xea\xea\xaa\x55\x40\xaf\xd5\x6a\x4a\x26\x93\ \x75\x6e\x7e\x40\xb8\xdf\x5f\xa5\x52\xc9\x2c\x77\x6a\x3b\xd5\x6a\ \xc7\x4c\x62\x3e\x9f\xb7\xc2\x86\x3e\xe6\xae\x5a\xad\x5a\x3c\x5b\ \x28\x14\x32\xa6\xa8\xa1\xa1\x41\xc9\x64\xd2\xe4\xc7\x9f\xff\xf9\ \x9f\xeb\x8d\x37\xde\xd0\xad\x5b\xb7\x74\xf7\xee\x5d\x49\xcf\x2b\ \x4e\xb3\x8e\x00\xb8\xb0\x46\x84\x0c\x78\xa1\x8a\x2b\x52\x92\x65\ \x57\xe2\x1a\x05\xa0\xc1\x58\xb1\xde\x7d\x26\x1c\xca\xce\xbb\x56\ \x51\x74\x94\x62\xc9\xe5\x72\x06\x18\x77\x77\x77\x15\x89\x44\x34\ \x32\x32\x62\x19\xac\x00\xa1\x62\xb1\xa8\x4c\x26\x63\x2c\xe1\xf0\ \xf0\xb0\x06\x07\x07\xd5\xd0\xd0\xa0\x99\x99\x19\x7d\xf0\xc1\x07\ \xfa\xee\x77\xbf\x6b\xb2\xd8\x97\x09\xc1\xd0\x45\x3e\x01\x1c\x2b\ \x95\x8a\x52\xa9\x94\xb6\xb6\xb6\x74\xe3\xc6\x0d\xed\xee\xee\x5a\ \x03\xf2\xf6\xf6\x76\x5d\xb8\x70\x41\xdf\xfd\xee\x77\x35\x37\x37\ \xa7\xb3\x67\xcf\xea\x97\x7f\xf9\x97\xf5\x1f\xff\xe3\x7f\x34\x30\ \x0e\x70\x86\xc9\x65\x7f\x4a\x32\x86\x34\x12\x89\x18\x23\x4e\x60\ \xb9\x37\x4e\x61\x7c\x83\xc6\x2d\x60\x0b\x17\x71\x28\x14\xd2\xec\ \xec\xac\xcd\x1f\xcf\x84\x8c\x40\xce\x34\x35\x35\xe9\xd2\xa5\x4b\ \x6a\x6c\x6c\xac\xab\x61\xf6\xe5\x2f\x7f\x59\x1b\x1b\x1b\x16\x77\ \x87\x71\xca\x6f\x7e\x7c\x7c\x16\xf2\x1a\x90\xc4\x78\xf2\x7e\xf0\ \x35\xce\xc7\xf8\xe2\x6e\xa7\xba\x3f\x2e\x50\x8c\xde\x67\xcf\x9e\ \x99\x7c\xa7\x28\xb7\x77\x43\x07\xe5\x1b\x32\x36\xf8\x43\xfc\x32\ \x5e\x0f\xbe\xcb\xba\x43\xd6\x79\x19\xec\xf5\xea\x8b\xc0\xc6\x49\ \xaf\x7f\x1a\xa3\xf4\xa2\x73\xfc\x22\x6c\x8f\xd7\xa7\xfe\x3d\x5f\ \x7e\xe6\x45\xdf\x3b\x09\xcc\x04\xd9\xd2\x4f\xba\x87\x7f\xe9\xe1\ \xaf\x7d\xd2\xb9\x3f\x0d\xec\xbd\xe8\x5e\x42\xa1\x90\x22\xc4\x2b\ \x20\x34\xa2\xd1\xa8\x92\xc9\xa4\xf6\xf6\xf6\x94\x4c\x26\xcd\x0a\ \x8d\xc7\xe3\x5a\x59\x59\xd1\xe7\x3e\xf7\x39\x8d\x8e\x8e\x2a\x9b\ \xcd\x5a\x10\xfb\xfc\xfc\xbc\xb9\x48\x00\x53\xcf\x9e\x3d\x53\x7f\ \x7f\xbf\xb5\xef\xf0\xc5\x46\x83\x71\x3a\x08\x49\x4f\x93\xf2\x39\ \x5c\x7a\x52\x3d\xa2\x0f\x82\xaf\xe0\xc1\x86\xf1\xd7\xf4\x6e\x31\ \xbf\x78\x3d\xc0\xe2\xf0\xac\x85\xa7\x4f\x59\x20\x92\xcc\x92\x0f\ \x5a\x49\x1e\xd1\xf3\x3d\xdc\x03\xdc\x3f\x63\x02\xbb\xe1\x19\x03\ \x62\x61\x60\xad\xba\xbb\xbb\x95\xc9\x64\x34\x32\x32\xa2\x33\x67\ \xce\x68\x7b\x7b\x5b\x53\x53\x53\x2a\x14\x0a\xca\x64\x32\xd6\xea\ \x44\x92\xc5\xab\x50\x23\xe6\xd1\xa3\x47\x56\xb3\xec\xe0\xe0\x40\ \x4b\x4b\x4b\x3a\x7d\xfa\xb4\x52\xa9\x94\x96\x97\x97\x0d\xe4\x40\ \xcd\x7b\xdf\xbb\x07\x4b\x8c\x21\x82\xcb\x57\xd4\xf5\xe3\x88\xa5\ \x15\x44\xfe\xde\xb5\x22\xd5\x97\x84\xf0\xee\x55\x2f\x9c\x61\x0e\ \x7d\x01\xcf\x62\xb1\xa8\x58\x2c\xa6\xfe\xfe\x7e\x35\x35\x35\x69\ \x63\x63\x43\x7d\x7d\x7d\x8a\xc7\xe3\x66\x29\x16\x0a\x05\xb5\xb6\ \xb6\x6a\x61\x61\x41\xbb\xbb\xbb\x16\x74\xcd\xba\xc3\x5d\x94\x4c\ \x26\x4d\x78\xe1\x86\x7b\xf2\xe4\x89\x95\x7e\xf0\xf7\x84\xcb\x0f\ \x00\xb6\xb9\xb9\xa9\x72\xb9\xac\x9e\x9e\x1e\xdb\x3b\x07\x07\x07\ \x2a\x14\x0a\xd6\xcb\x13\xc0\x01\x20\x20\x2e\x02\xe6\xa4\x5a\xad\ \x5a\xf6\x8d\xa4\xba\xac\x9c\xb7\xdf\x7e\xdb\xaa\x90\xb3\x9e\xa9\ \xb3\xc5\xba\x83\xa1\xf1\x46\x82\x0f\xbe\x4f\x26\x93\x36\xc7\xa5\ \x52\x49\xdd\xdd\xdd\x6a\x6d\x6d\xd5\xee\xee\xae\xf6\xf7\xf7\x0d\ \xa0\x1f\x1c\x1c\x18\x40\x3c\x3c\x3c\xd4\x83\x07\x0f\x94\xcf\xe7\ \x35\x35\x35\xa5\xf1\xf1\xf1\x3a\x36\x11\x45\x85\x80\xc7\xa5\xd4\ \xd8\xd8\xa8\x58\x2c\x66\x71\x90\x54\x52\xef\xef\xef\x57\xa9\x54\ \xaa\x4b\x42\x40\x11\x4b\xb2\x7a\x5a\x54\x93\x8f\x44\x22\x5a\x5c\ \x5c\xd4\x4f\x7e\xf2\x13\xcd\xcd\xcd\x59\x89\x06\xc0\x3a\xe0\x08\ \x40\x49\xfd\x2a\x40\x52\xad\x56\x33\x70\x43\x06\x2e\x96\x3f\xe7\ \x80\xcd\xf3\x86\x58\x34\x1a\xb5\xd8\x21\xf6\xb8\x77\xd3\x4b\x32\ \x66\xd9\x03\x11\xaf\xe0\x32\x99\x8c\xb1\x3e\x9e\x49\xee\xea\xea\ \xb2\x9e\x7c\xeb\xeb\xeb\x56\xa8\x36\x12\x89\xe8\x33\x9f\xf9\x8c\ \xc6\xc6\xc6\xb4\xb4\xb4\xa4\xc9\xc9\x49\x49\xd2\x5f\xfc\xc5\x5f\ \x68\x7f\x7f\xdf\xaa\xab\x53\xe0\x95\x60\x70\x64\x2a\xf1\x81\x4d\ \x4d\xc7\x8d\x9a\x5f\x79\xe5\x15\x5d\xbc\x78\x51\x3b\x3b\x3b\x7a\ \xfc\xf8\xb1\x81\xab\xf3\xe7\xcf\x2b\x9f\xcf\xeb\x07\x3f\xf8\x81\ \x46\x47\x47\xf5\xd2\x4b\x2f\xe9\x57\x7f\xf5\x57\x2d\xf6\xb0\xa1\ \xa1\xc1\x32\x65\xbb\xbb\xbb\x15\x8b\xc5\x2c\x66\xad\xb1\xb1\xd1\ \x5c\xa0\xc8\xce\xf5\xf5\x75\x33\x38\x3c\xc3\xed\x99\x66\xc6\x15\ \x10\xbe\xb3\xb3\x63\x6d\xbd\x7a\x7a\x7a\xd4\xd9\xd9\x69\xc5\x7c\ \x99\xfb\x6a\xb5\x5a\x57\x9a\x84\x90\x09\x80\x52\x38\x1c\xd6\xc3\ \x87\x0f\xb5\xb7\xb7\xa7\xaf\x7e\xf5\xab\x5a\x59\x59\xa9\x2b\x23\ \x11\x34\xf2\x38\x3c\x83\x14\x94\x4f\xc8\x2e\x0f\xa2\x43\xa1\x90\ \x31\x86\x1e\x70\x1d\x1d\x1d\x37\x79\xdf\xde\xde\x56\x38\x1c\xb6\ \x42\xd0\xb8\x07\x97\x96\x96\x2c\x0e\x36\x1e\x8f\xdb\x3c\xc1\x9a\ \xe2\xcd\x60\x3f\x71\xef\x9e\xc1\x22\x39\x05\x79\x4c\xfc\xa5\x97\ \x23\x41\x92\xc2\xaf\xc1\x17\x01\xad\x17\x01\xa6\x5f\xf4\xb5\x93\ \xae\xeb\xf5\xf2\x49\xcc\x96\x54\x5f\xe2\x88\x73\x04\xe7\x27\xf8\ \x0c\xc1\xdf\x9f\x74\xff\x9f\xc6\x5c\x7d\xd2\x35\xfc\xeb\x2f\x7a\ \xfe\x17\xb1\x5a\x2f\xfa\x3b\x78\x3f\x91\xce\xce\x4e\x0d\x0e\x0e\ \xaa\xab\xab\x4b\x1f\x7d\xf4\x91\xb5\x54\xd9\xdd\xdd\xd5\xad\x5b\ \xb7\xb4\xb3\xb3\xa3\xe1\xe1\x61\x75\x76\x76\xaa\xa1\xa1\xc1\x36\ \x25\x94\xf7\xc0\xc0\x40\x1d\xb5\x3e\x32\x32\xa2\xcd\xcd\x4d\xad\ \xae\xae\x6a\x68\x68\x48\x1f\x7e\xf8\x61\xdd\x4d\xb0\x51\xfc\x62\ \xe6\x35\x2c\x34\x36\x16\xaf\xb1\x21\xbc\x90\xf7\x59\x40\x1e\xd0\ \xf8\x1a\x36\x7e\xe2\x7d\x35\x5b\x0f\xba\xb8\x06\xe7\xf0\x2c\x99\ \x8f\xf9\x62\x03\x78\x65\xc3\x0f\xdf\xf5\xae\x50\x3f\x31\xb8\x8a\ \x42\xa1\x90\xa5\x45\xfb\x02\x80\x64\x07\xf1\x4c\x7c\x9e\xd7\x23\ \x91\x88\xae\x5c\xb9\xa2\x62\xb1\x68\x82\x69\x73\x73\xd3\xe2\xb7\ \x00\x6a\x1f\x7c\xf0\x81\x12\x89\x84\x12\x89\x84\xb9\x63\xaa\xd5\ \xaa\x12\x89\x84\x06\x07\x07\x75\x70\x70\x60\x81\xb6\xff\xf9\x3f\ \xff\x67\xfd\xf7\xff\xfe\xdf\x4d\x70\x32\x7e\x9e\x49\x40\x28\x31\ \xa6\x3c\xa3\xdf\x58\x58\xbf\xde\x65\x80\xd0\x00\x28\x79\xc6\x03\ \x6b\xdc\x5f\x8f\xbf\xb9\x5f\xc6\xd0\x83\xb6\x72\xf9\xb8\x8f\xd9\ \xf4\xf4\xb4\xae\x5f\xbf\xae\xb6\xb6\x36\xad\xaf\xaf\x9b\x22\x40\ \xa8\x67\x32\x19\xb3\x88\x13\x89\x84\x4a\xa5\x92\xd5\xd0\xa9\x56\ \xab\xca\xe7\xf3\x92\x8e\x3b\x0e\x0c\x0f\x0f\xd7\x25\x20\x00\x62\ \x28\x1c\x5a\x2e\x1f\xf7\x0f\x04\x10\xb7\xb4\xb4\xa8\xbb\xbb\x5b\ \x1b\x1b\x1b\xc6\x5a\x61\xe1\x86\x42\xc7\x41\xd9\x4f\x9e\x3c\x31\ \xcb\x9b\x66\xc9\x24\x33\x48\xc7\x56\x3e\x99\x7c\x8c\x13\xf1\x37\ \xb0\x1f\x2d\x2d\x2d\x56\xe4\x11\x96\x8d\x2c\x5d\xd6\x2e\xcc\x09\ \xe7\xa4\x98\x25\x42\xfb\x33\x9f\xf9\x8c\xfa\xfb\xfb\xf5\xf7\x7f\ \xff\xf7\x16\x88\x5f\x2a\x95\xcc\x88\xa2\xe8\x29\xe3\x4a\x09\x86\ \x70\x38\xac\xed\xed\x6d\x03\x02\x57\xaf\x5e\xb5\x20\x58\x00\x0a\ \x73\xcf\x6f\x58\x08\xc0\x39\xfb\x60\x69\x69\x49\x6b\x6b\x6b\x66\ \x2c\xac\xae\xae\x2a\x1e\x8f\xab\xbd\xbd\xdd\x18\x18\x32\x25\xe9\ \xab\xf9\x67\x7f\xf6\x67\x9a\x9b\x9b\xb3\x72\x15\xd4\xf3\x02\x94\ \xe1\x72\x0d\x87\xc3\x16\xdc\xeb\x0d\x34\xae\x1f\x4c\x92\xf0\x0c\ \x26\xcc\x04\x8c\x1a\x8c\x07\x25\x24\x4a\xa5\x92\xb6\xb6\xb6\xec\ \x39\x00\xdf\x14\x62\xc5\x2d\xea\xe3\xa6\x00\xcb\x5e\x19\x01\x54\ \xaa\xd5\xaa\xd2\xe9\xb4\xd5\xe3\x6a\x69\x69\xd1\xd0\xd0\x90\x46\ \x47\x47\x95\x4a\xa5\xb4\xb8\xb8\xa8\xb9\xb9\x39\xbd\xf4\xd2\x4b\ \xfa\xce\x77\xbe\xa3\x85\x85\x05\x7b\xbe\x68\x34\x6a\xf1\xa0\xac\ \x53\x9a\x88\x03\xf4\x00\xc3\xdf\xfc\xe6\x37\x75\x78\x78\xa8\xc5\ \xc5\x45\xab\x72\x7f\xee\xdc\x39\xa5\x52\x29\xfd\xfe\xef\xff\xbe\ \x19\x70\xa7\x4e\x9d\xd2\xe2\xe2\xa2\x25\x65\xa4\xd3\x69\x5d\xbb\ \x76\x4d\x4f\x9f\x3e\xd5\xff\xfd\xbf\xff\x57\xbf\xf6\x6b\xbf\xa6\ \x87\x0f\x1f\xea\x4b\x5f\xfa\x92\x55\x99\x07\xd0\xc3\xac\x7b\x90\ \x82\x3c\xa4\x2c\x08\x63\x44\x6c\xdd\xd1\xd1\x51\x5d\xe7\x83\xe6\ \xe6\x66\x9d\x39\x73\x46\x6f\xbf\xfd\x76\x9d\x9b\x0c\x20\x82\x41\ \x47\x8d\x2b\x9a\xae\x37\x37\x1f\x37\x4a\x7f\xff\xfd\xf7\xf5\x95\ \xaf\x7c\xc5\x3a\x30\x90\x11\x1b\x0c\xd9\xe0\xde\x3c\x23\x16\x04\ \x1d\x80\x64\xe4\x18\xaf\xf9\xe4\x10\xf6\xb8\xaf\x41\x87\xdc\x62\ \x0f\x00\x80\x36\x37\x37\x95\xcb\xe5\xd4\xd1\xd1\x61\xbd\x65\x91\ \x47\x00\x2c\x32\x41\x21\x10\xd0\x29\x14\x90\x05\x04\x92\x05\x8e\ \xdc\x0c\x2a\xf2\x20\x00\x09\x82\x87\xe0\xe7\x4e\x62\x9f\x5e\x04\ \xc4\x4e\x02\x37\x1e\x8c\xfa\xd7\xfd\x77\x3f\x8d\x59\xa2\x7e\xdd\ \x49\xd7\x66\x4c\x83\x1e\xa3\x7f\x09\x68\xf4\xef\x9d\xc4\xa0\x49\ \x3f\xdf\x2d\xe6\x93\xce\xf5\x8b\x30\x65\x41\x00\xea\x8f\x08\xcc\ \x88\x57\x12\x2c\xba\xb1\xb1\x31\xf5\xf5\xf5\xa9\xa5\xa5\x45\x2b\ \x2b\x2b\x4a\x24\x12\x16\x20\x8c\x22\x6c\x6b\x6b\x33\x77\x46\x24\ \x12\xb1\x18\x8a\xd3\xa7\x4f\xab\x54\x2a\x29\x95\x4a\x69\x70\x70\ \x50\x8f\x1e\x3d\xfa\x39\xf7\x9c\x7f\x60\x5f\x5f\x25\xc8\x02\xf9\ \xcf\x63\xa9\x06\x99\x30\xbf\x59\x7c\x4c\x10\x03\x10\xb4\x5a\x50\ \xdc\x52\x7d\xf5\x72\x1f\x27\x84\xe0\xe4\x3a\x91\x48\xa4\x2e\xc0\ \xdb\x07\xd6\x07\x07\x19\x50\x50\xab\xd5\xb4\xb5\xb5\x55\xd7\x6c\ \x35\x12\x39\x6e\x9a\x8b\x22\x1f\x18\x18\x30\x57\x22\x85\x1b\x1b\ \x1a\x8e\x7b\xc9\x51\x1d\x19\xc1\x84\xfb\x6a\x6b\x6b\xcb\x1a\x45\ \x43\xf3\xbf\xfc\xf2\xcb\x56\xf9\xb8\xa1\xa1\x41\x5b\x5b\x5b\xea\ \xef\xef\xaf\x6b\x3c\x0c\x23\x30\x31\x31\xa1\x2f\x7c\xe1\x0b\x7a\ \xe3\x8d\x37\xea\xe2\xd3\x82\xbe\x78\x5e\x63\x7e\x70\xbd\x00\x92\ \x3c\x9b\x11\xb4\x04\x7d\x40\x2f\xcc\x8f\x17\xca\x3e\xf3\xc6\xc7\ \x60\xb1\x2e\xa8\xa3\x02\x18\x08\x85\x8e\x83\x36\x47\x47\x47\x15\ \x89\x44\x2c\x59\x00\xc5\xb8\xbb\xbb\x6b\x4a\x9c\x71\x1d\x1a\x1a\ \xd2\xfa\xfa\xba\x05\x7c\x03\xc4\x00\x12\x95\x4a\xc5\x1a\x2d\x4b\ \xb2\x02\xa3\x95\xca\xf3\x52\x06\xd2\x73\x66\xf0\xe8\xe8\x79\x53\ \xdf\x48\x24\x62\x15\xd3\x01\x62\x33\x33\x33\x0a\x85\x42\xe6\xfe\ \x62\x0d\x02\x9e\x70\x0b\x32\x1e\x30\x54\xd4\xcb\x62\x7c\x01\x5a\ \xf4\x96\x94\x8e\x59\x80\xf5\xf5\x75\xe5\x72\x39\xd5\x6a\x35\x6b\ \xbb\x82\xa2\xdd\xdb\xdb\xd3\xce\xce\x8e\x26\x27\x27\xad\x1f\xe8\ \xc4\xc4\x84\x32\x99\x8c\x65\x81\xc2\x98\x46\x22\xc7\x2d\x6e\x18\ \xaf\x50\x28\x64\xe3\x81\x3b\x22\x1c\x0e\x2b\x9b\xcd\x2a\x1e\x8f\ \x1b\x98\xf0\x96\x34\x6c\x15\x4a\x08\xc6\xa6\xbb\xbb\x5b\x47\x47\ \x47\x8a\x46\xa3\x4a\xa7\xd3\xc6\x50\xec\xef\xef\x5b\x85\x75\x14\ \xe2\xe1\xe1\xa1\x3a\x3a\x3a\xf4\xf6\xdb\x6f\xeb\x4f\xff\xf4\x4f\ \x4d\x31\x93\x89\x49\xcc\x9b\x2f\xc8\xe8\x15\x1c\xcd\x74\x39\x58\ \x27\x74\x33\xe0\xbe\x71\x1d\x73\x04\xf7\x37\xeb\x94\x64\x9f\x53\ \xa7\x4e\x69\x7e\x7e\x5e\xf9\x7c\xde\xe4\x0a\xfb\x12\x60\xcb\xfe\ \x46\x76\xee\xee\xee\xd6\x81\x64\xce\x5f\x2a\x95\x0c\xd4\x14\x8b\ \x45\xcd\xcc\xcc\x68\x60\x60\x40\xb9\x5c\x4e\xdf\xfd\xee\x77\x55\ \x2a\x95\x74\xe3\xc6\x0d\xfd\xc5\x5f\xfc\x85\x56\x57\x57\x0d\xc8\ \x01\x4c\x88\xcf\xc2\x68\x22\x4e\x0f\xf0\xd1\xdc\xdc\xac\xe9\xe9\ \x69\x35\x36\x36\x6a\x7d\x7d\x5d\xa5\x52\x49\xb1\x58\x4c\x03\x03\ \x03\x1a\x1f\x1f\x57\x36\x9b\xd5\x07\x1f\x7c\xa0\xc1\xc1\x41\x9d\ \x3f\x7f\x5e\x5d\x5d\x5d\xfa\xb3\x3f\xfb\x33\x75\x76\x76\x6a\x79\ \x79\x59\xe3\xe3\xe3\x4a\x24\x12\xba\x70\xe1\x82\x9e\x3e\x7d\xaa\ \xd9\xd9\x59\xbd\xfe\xfa\xeb\xba\x79\xf3\xa6\x5e\x7d\xf5\x55\x9d\ \x3a\x75\x4a\xf1\x78\xdc\x64\x6c\x2a\x95\xb2\xda\x7b\xfe\x00\xe8\ \xfb\xf8\x3c\x92\x2d\x48\x10\x59\x5b\x5b\xd3\xc3\x87\x0f\xcd\x68\ \x41\xb6\x31\x9f\x9e\xa5\xa1\xd5\x10\x06\x1f\x86\xfc\xad\x5b\xb7\ \x74\xfd\xfa\x75\x6b\xd5\x96\xcf\xe7\x0d\x24\x93\xc4\x52\x28\x14\ \x0c\x4c\xe3\xca\xc7\x50\x01\xb8\x17\x0a\x05\x15\x8b\x45\xcb\xd0\ \x66\x7f\x32\x6f\xc8\x44\xd6\xbf\x07\x3a\xb0\xd0\xc8\x2d\x80\x90\ \x97\xdf\x5c\x9f\xff\x99\x2f\x7a\x64\x7a\xcf\x40\xad\x56\xb3\xf3\ \x41\x56\x48\x32\xa3\x88\xd7\xb9\xb7\x93\x3c\x05\x7e\x0f\x70\x04\ \x01\xca\x2f\x7a\x04\xcf\xe1\x65\x77\x50\x8f\x7a\x40\xf7\x8b\x9c\ \xf7\x24\xb6\x8d\xdf\xde\x30\xf7\xac\x74\x30\x96\x2c\x78\xbe\xe0\ \xff\x41\x30\xc6\x67\x30\x14\xbc\x37\xcb\x1f\xff\x52\x56\xec\xa4\ \x73\xf8\xeb\x45\x06\x07\x07\xb5\xb0\xb0\xa0\xed\xed\x6d\x63\x3b\ \x5a\x5a\x5a\xac\xae\x0f\x0c\xc1\xde\xde\x9e\x59\x33\xab\xab\xab\ \x5a\x5c\x5c\xd4\xc4\xc4\x84\x0a\x85\x82\xd5\x5c\x59\x5a\x5a\xaa\ \x8b\x83\x78\xf6\xec\x99\x59\x3b\x9e\x2a\x04\xd0\x70\x73\xbe\x30\ \x1f\x82\xd4\x03\x2b\x16\xd4\x49\xae\x44\x36\x1f\x8a\x4f\x52\x9d\ \xb2\xe6\x7f\xcf\x56\x79\x2b\xdc\x07\xbe\x7a\x66\x8d\xef\xb1\xb8\ \x82\xb1\x2d\x0c\x22\x1b\x91\x4d\xc2\xeb\x00\xb1\xe6\xe6\x66\x75\ \x76\x76\x1a\x5d\x0e\x82\xf7\xe7\x42\xd8\xe0\x9a\xe2\xa0\x4e\x52\ \x38\x1c\xd6\xce\xce\x8e\xc5\xfb\x74\x76\x76\xea\xad\xb7\xde\x32\ \xd7\x03\xe3\x86\x80\x5b\x5b\x5b\x53\xad\x76\xdc\x74\xdb\xb3\x6a\ \x94\x0e\x00\xf4\xfd\xca\xaf\xfc\x8a\xe6\xe6\xe6\x74\xe7\xce\x1d\ \x13\x2e\xc1\x00\x40\x1f\x1f\xe4\x37\x07\xf3\x01\xd8\xf4\xec\x1e\ \x6c\x8c\x3f\x7c\x32\x01\x9b\xc7\x27\x19\x30\xc7\x7e\xb3\xf8\x18\ \xae\x52\xa9\xa4\xe9\xe9\x69\xdd\xb8\x71\x43\x47\x47\xc7\xbd\x05\ \x4f\x9f\x3e\x6d\x2e\x35\xee\x93\x3e\x7f\xb1\x58\xcc\x82\x4e\x13\ \x89\x84\x95\xf1\xf0\x6e\x37\x58\x1d\xcf\x30\xc2\xe0\x91\x01\x18\ \x8b\xc5\xb4\xb6\xb6\x66\x31\x4a\x04\x80\x13\xb3\xe8\xeb\x47\xa1\ \xa4\x71\xb9\x52\x76\xa1\xab\xab\xcb\xd6\x0a\x16\xac\x1f\x43\xc6\ \x8b\x78\x15\x2f\x5c\xfc\x86\x27\x60\x7c\x68\x68\xc8\xc6\x12\x06\ \x0a\xd7\x54\xa1\x50\x50\x7f\x7f\xbf\x7d\x8f\x75\xcd\xba\x23\x28\ \x1e\x25\xdd\xd9\xd9\x69\x71\x65\xc4\x12\x11\x97\x54\x2e\x97\x75\ \xf3\xe6\x4d\x4d\x4f\x4f\x5b\x5f\x52\x0c\x01\xce\xcb\x78\xc1\x50\ \x74\x77\x77\xd7\x29\x9c\x81\x81\x01\x65\x32\x19\x33\x2c\xc8\x36\ \xf6\x19\x8f\x1b\x1b\x1b\x7a\xfd\xf5\xd7\xed\x3e\x49\xd9\xc7\x25\ \xcb\x58\xf1\xbe\x8f\xb9\x91\x9e\xd7\xa5\xe2\xba\xbc\x0f\xe8\x01\ \x60\x31\x37\x04\x21\xb3\xef\x88\x43\x63\x7f\x51\x20\xf6\xcb\x5f\ \xfe\xb2\xd6\xd7\xd7\x75\xfb\xf6\x6d\x6b\x26\x8e\xab\xdf\xbb\xbf\ \x00\xe4\xb5\x5a\xcd\x1a\x28\xe3\xf2\xa2\x4b\x43\xa5\x52\xd1\xe5\ \xcb\x97\x15\x0a\x85\xb4\xb4\xb4\xa4\x37\xdf\x7c\x53\xab\xab\xab\ \x4a\xa5\x52\x3a\x7f\xfe\xbc\x1e\x3e\x7c\xa8\xa5\xa5\x25\x0d\x0d\ \x0d\xd5\xc9\x34\x1a\x42\x47\xa3\x51\xf5\xf4\xf4\x98\x1b\x12\xe6\ \xad\xa5\xa5\x45\x89\x44\x42\xe7\xce\x9d\x53\x26\x93\xd1\xe3\xc7\ \x8f\x25\xa9\x2e\xae\xeb\xcd\x37\xdf\x94\x24\x8d\x8f\x8f\xeb\xdf\ \xfd\xbb\x7f\xa7\xe1\xe1\x61\xfd\xd7\xff\xfa\x5f\xf5\xf8\xf1\x63\ \xfd\xf1\x1f\xff\xb1\xb5\x8f\x22\x86\xf3\xe0\xe0\x40\x93\x93\x93\ \xea\xe8\xe8\xd0\xa3\x47\x8f\xf4\xe0\xc1\x03\x5b\x33\xdd\xdd\xdd\ \x1a\x1c\x1c\xd4\xd6\xd6\x96\xda\xdb\xdb\x35\x36\x36\x66\x63\x89\ \x1b\x2c\xc8\xaa\x60\x9c\xb5\xb5\xb5\xe9\xef\xfe\xee\xef\xf4\xb3\ \x9f\xfd\xcc\x8c\xf3\x50\x28\x64\x89\x06\x74\x06\xa8\xd5\x6a\x66\ \xe8\x4b\xc7\x0c\x5b\x2e\x97\xb3\xbd\x41\xe5\xfe\xc9\xc9\x49\x9d\ \x3d\x7b\xd6\xf6\x09\x6b\x97\x35\xe4\x49\x00\x7f\x5e\x64\x1d\x63\ \x88\xcc\x0e\x66\x31\x7b\xe6\x3d\xa8\x8f\x82\x8c\x11\xcf\x0f\x08\ \x66\x7d\xc0\xb8\xfa\x6e\x0b\x7e\x5c\xbc\xbe\x61\x1d\xf9\x0c\x5d\ \x64\xb0\x07\xab\xb0\xb6\xb8\x77\x01\xfc\x41\x45\xcf\x39\x7e\x11\ \xd0\xe0\x0d\xea\x93\x00\x9a\x27\x39\x3e\xe9\x5c\x27\x01\x9b\x4f\ \x63\x8b\x3c\x29\xe1\x75\xc8\xfe\xfe\xbe\xf2\xf9\xbc\x19\xc6\x18\ \x2d\x7c\xee\x24\x30\xe5\xff\xf7\x49\x44\x18\x74\x95\x4a\xc5\xc2\ \x4c\x7c\xf6\xa5\xbf\xbf\x4f\x3b\x7e\x91\x67\xe4\xb9\x1a\xce\x9d\ \x3b\xf7\xad\x62\xb1\xa8\x4a\xa5\xa2\x91\x91\x11\x4d\x4e\x4e\xea\ \xd6\xad\x5b\x56\x57\xa8\xbd\xbd\x5d\x6b\x6b\x6b\x5a\x5f\x5f\x97\ \x24\x65\x32\x19\xeb\x1f\xb4\xb6\xb6\x66\x3d\xc5\x18\x20\x5f\xd2\ \x80\xa0\xf8\x27\x4f\x9e\x68\x61\x61\x41\xd2\xcf\xfb\x6b\xf9\x9f\ \x05\x1c\x04\x2b\x9e\x99\x62\xc3\x04\x11\xbc\x1f\x58\x6f\x8d\x06\ \x63\x24\x00\x1b\x1e\x41\x03\x3e\xbc\x75\x10\x0a\x3d\xa7\xfd\x11\ \x0e\x7c\xde\x0b\x7b\x9e\x87\xd7\x3c\xab\xe6\x99\x2d\x82\xac\x7d\ \x89\x85\x4a\xa5\x62\xcc\x12\x35\x88\x28\x84\x98\x48\x24\x2c\x96\ \xa6\xa3\xa3\xc3\xac\xf4\x50\x28\xa4\xf5\xf5\x75\xad\xaf\xaf\xeb\ \xf4\xe9\xd3\x9a\x9a\x9a\x52\xad\x56\x53\x36\x9b\x35\xe6\x05\x57\ \xc8\xe2\xe2\xa2\xb9\x56\x68\xa7\xd2\xd0\xd0\xa0\x68\x34\x6a\x2e\ \xdc\x53\xa7\x4e\x59\x69\x80\x60\x3d\x25\x9e\x05\x10\x00\x28\xf4\ \x9b\x3e\x68\xc1\x30\x5f\x9e\x85\x0c\x52\xba\xbc\x27\xd5\xb7\x12\ \xf2\xf3\x25\xe9\xe7\xd2\xc3\xbb\xba\xba\x74\xee\xdc\x39\xcd\xcc\ \xcc\x68\x69\x69\xc9\xca\x4e\x90\x29\x39\x37\x37\xa7\x50\xe8\xb8\ \x55\x04\xf1\x2e\x04\xfa\xaf\xaf\xaf\xeb\xe1\xc3\x87\x7a\xff\xfd\ \xf7\x95\x48\x24\xac\xda\x30\x16\xff\xc8\xc8\x88\x09\x5d\xe2\xaa\ \x4a\xa5\x92\xee\xdd\xbb\x67\xfd\xe0\x28\xae\xeb\x33\x00\xf9\xbb\ \xa3\xa3\xa3\xae\x45\x0d\x47\x6f\x6f\x6f\x5d\xc6\x0f\xcc\x06\x73\ \xcf\x3a\xa1\x9c\x81\x2f\x4b\x11\x8c\x5d\xe0\x37\x6b\x96\xf1\x69\ \x6a\x6a\x52\x7b\x7b\xbb\x19\x3f\x3d\x3d\x3d\xc6\xda\x54\xab\xc7\ \xad\x77\x30\x22\x10\xf4\x9e\x71\x94\x9e\x57\x87\xa6\xe2\x33\x96\ \x75\x5b\x5b\x9b\x36\x36\x36\x4c\xc1\x11\xbb\x45\x70\xaf\xaf\x05\ \x55\x28\x14\xf4\xf8\xf1\x63\x03\x18\xc1\xf5\x43\x16\xab\x67\x6a\ \x61\x13\xbe\xf7\xbd\xef\x69\x76\x76\xd6\x5e\x27\xfe\x04\x61\xeb\ \x59\x43\x7f\x4e\x40\x3a\xb2\x03\x01\x0a\xe8\x0f\x5a\xbe\x9c\xd7\ \xd7\x06\x62\xac\x19\x1b\x02\xba\x8b\xc5\xa2\x76\x77\x77\x35\x3d\ \x3d\xad\x6b\xd7\xae\x59\xfc\x1f\x71\x91\xc4\xca\x30\x56\xa1\x50\ \xa8\x8e\xb9\x60\x5e\xc7\xc6\xc6\x34\x39\x39\xa9\x86\x86\x06\xdd\ \xbd\x7b\x57\x3f\xfd\xe9\x4f\x75\xef\xde\x3d\xb5\xb5\xb5\x69\x7a\ \x7a\x5a\x1d\x1d\x1d\x5a\x5a\x5a\xb2\xc0\x68\x4a\x57\x78\x86\x07\ \xc6\x2f\x99\x4c\xea\x6b\x5f\xfb\x9a\x52\xa9\x94\xf6\xf6\xf6\x54\ \x28\x14\x74\x74\x74\xa4\xe9\xe9\x69\x8d\x8c\x8c\xe8\xe1\xc3\x87\ \x6a\x6f\x6f\xd7\xd0\xd0\x90\x75\x1c\xc8\x66\xb3\xfa\xab\xbf\xfa\ \x2b\x55\xab\x55\xfd\xd6\x6f\xfd\x96\xa6\xa6\xa6\x24\xc9\x4a\x9d\ \x5c\xbb\x76\xcd\x62\xaa\x7a\x7a\x7a\xf4\xfe\xfb\xef\x4b\x92\xce\ \x9d\x3b\xa7\x64\x32\xa9\xa6\xa6\x26\x4d\x4c\x4c\x68\x64\x64\x44\ \xb5\x5a\x4d\x83\x83\x83\x1a\x1d\x1d\x55\x4f\x4f\x8f\x52\xa9\x94\ \x01\x6d\x2f\x0f\xfd\xba\xf5\x32\xa2\x5c\x2e\xeb\x9d\x77\xde\xd1\ \xee\xee\xae\xd2\xe9\xb4\x35\xe6\xa6\x2f\x27\x80\x1d\x43\x27\x99\ \x4c\xea\xe5\x97\x5f\xd6\xc7\x1f\x7f\xac\xd5\xd5\x55\x93\x51\x1c\ \xaf\xbc\xf2\x8a\x7a\x7b\x7b\x15\x8d\x46\x15\x8b\xc5\x2c\xd6\x92\ \xce\x0e\x24\x00\x61\xd4\xc0\x2e\xb2\xc6\x51\xda\x3e\x79\x84\x7d\ \x88\x6b\xdf\x57\x21\x67\x6e\xd9\x77\x80\x1b\x3e\xcf\x1a\xf0\xee\ \x76\xde\x3f\x69\x1f\xfb\xb5\xc7\xf9\xf9\x3e\x49\x2d\xb8\xa6\x01\ \xb8\x24\x57\x78\x99\xeb\x65\x45\xf0\xf8\xa4\xf7\x4e\x02\x26\xff\ \x52\x90\x71\xd2\xe7\x5f\xc4\x2a\x05\xbf\xef\x7f\x9f\xf4\x9e\x74\ \x2c\x93\x28\x15\x73\x78\x78\x68\xb1\xab\x5e\xc7\xbc\xe8\x7e\x90\ \x09\x3e\x8e\xda\x03\xfb\x93\xee\xe9\xa4\x7b\xf7\x38\xe3\xa4\xfb\ \x0f\x02\x3d\xff\x5e\xc3\x37\xbf\xf9\xcd\x6f\x11\x9b\x80\x60\x26\ \xae\x67\x65\x65\xc5\x2c\xd4\x5a\xed\xb8\x16\x4d\x36\x9b\xd5\xea\ \xea\xaa\x46\x46\x46\x14\x8b\xc5\x2c\x9b\x0a\x9f\xf5\xe2\xe2\xa2\ \xa2\xd1\xa8\x29\xad\x50\x28\xa4\x6c\x36\xab\x7b\xf7\xee\xd5\x01\ \x13\x6e\x9e\x0d\x2a\xd5\xd7\xce\xf0\xf1\x37\xfe\x86\xfd\xe2\xc2\ \x4a\xf5\xec\x89\x67\x12\x78\xcf\xe8\xba\xc8\xf3\x52\x01\x7e\xd0\ \xd8\x34\x3e\xd8\x90\xfb\xf3\x6e\x47\x14\xa8\x3f\xbf\x1f\x50\xff\ \x79\x04\x7b\xa5\x52\xb1\x80\x47\x2c\x7d\x5f\xdb\xa6\x5c\x2e\x2b\ \x1e\x8f\xdb\xfd\xb5\xb7\xb7\x2b\x99\x4c\x2a\x9b\xcd\xaa\xad\xad\ \x4d\x3f\xfb\xd9\xcf\x54\xab\xd5\x74\xf9\xf2\x65\x73\x79\xf4\xf6\ \xf6\xea\xf4\xe9\xd3\x16\x03\xd5\xdb\xdb\xab\xdb\xb7\x6f\x5b\xb3\ \xed\xbe\xbe\x3e\x9d\x3a\x75\xca\x50\x7b\x34\x1a\xb5\xb1\xa4\x49\ \xf2\xec\xec\xac\x1e\x3f\x7e\xac\x48\x24\xa2\xe9\xe9\x69\xa5\xd3\ \x69\x0b\xbc\xe5\xf0\xf4\xac\x17\x08\x9e\xe1\x43\xa9\x31\x1e\x7e\ \xfc\x99\x6f\x9f\xaa\xed\x85\x71\xb9\x5c\x36\x85\xcf\xf7\x43\xa1\ \x90\xb1\x9e\x7e\x43\x5d\xbf\x7e\x5d\x37\x6e\xdc\xd0\xc1\xc1\x81\ \x36\x36\x36\x34\x36\x36\x66\x40\x09\x80\xbc\xbd\xbd\xad\xf6\xf6\ \x76\x8b\x33\x83\x19\x4a\xa5\x52\xea\xea\xea\xd2\xe8\xe8\xa8\x3a\ \x3a\x3a\xb4\xb1\xb1\x61\x8d\xb4\xc9\x10\x24\xbe\x8d\x38\x26\xdc\ \xb8\x34\x6e\xae\x56\x8f\x4b\x1a\x90\x11\xca\xb8\x26\x12\x89\xba\ \xd8\x33\xbf\x5f\xbc\xeb\x9a\x0c\x3f\xee\xb5\xab\xab\x4b\x6d\x6d\ \x6d\x16\xc0\xca\x1a\xf4\x0a\x9b\x75\x75\xd2\x06\xf7\x7b\x88\xfb\ \xf3\x0c\x1a\x9f\xef\xe8\xe8\xb0\xe0\x76\xdf\x0c\xda\x0b\x76\x52\ \xcc\x3d\xc3\xca\xff\xc4\x0a\x66\x32\x19\xcd\xcf\xcf\x6b\x6e\x6e\ \x4e\x6b\x6b\x6b\x5a\x5c\x5c\xd4\xc3\x87\x0f\x2d\x70\x79\x7b\x7b\ \x5b\xdb\xdb\xdb\x26\x33\x00\x9f\x3b\x3b\x3b\x16\xbc\x4f\x90\x30\ \xd6\x38\x73\xf1\xc6\x1b\x6f\x18\x63\x87\x11\xe4\xdd\x6f\x8c\x21\ \xc0\xc8\x83\x72\xe2\x03\x7d\xd0\x39\x40\x96\xfd\x1e\x14\xc2\xbe\ \x26\x5d\xb9\x5c\x36\x06\x0c\x20\x47\xbc\x57\xa5\x72\x5c\x9b\x6c\ \x6b\x6b\x4b\x93\x93\x93\xfa\xc6\x37\xbe\xa1\x53\xa7\x4e\xd5\xc9\ \x1f\x9f\x95\xe6\x1b\x5b\xf7\xf6\xf6\x6a\x62\x62\x42\xe1\x70\x58\ \xef\xbd\xf7\x9e\xde\x7d\xf7\x5d\xe5\x72\x39\xa5\x52\x29\x4d\x4d\ \x4d\x99\x1b\x0b\xb7\x15\xcf\xda\xde\xde\xae\x42\xa1\x60\x60\x02\ \xb0\x41\x0c\xd6\xfe\xfe\xbe\xfe\xf5\xbf\xfe\xd7\xfa\xda\xd7\xbe\ \xa6\x5f\xfe\xe5\x5f\xd6\xcc\xcc\x8c\xa6\xa7\xa7\xd5\xde\xde\xae\ \xce\xce\x4e\xf5\xf5\xf5\x99\xb2\x5e\x59\x59\xd1\xc6\xc6\x86\xfe\ \xe9\x9f\xfe\x49\x57\xae\x5c\xd1\xd7\xbf\xfe\x75\x8b\x2d\xc4\xad\ \xdb\xd1\xd1\xa1\xc9\xc9\x49\xdd\xbe\x7d\x5b\x73\x73\x73\x2a\x16\ \x8b\x4a\x24\x12\xea\xeb\xeb\x53\x7b\x7b\xbb\x4e\x9d\x3a\x65\x00\ \x64\x6c\x6c\x4c\x89\x44\xc2\xf6\x79\xa1\x50\xb0\x82\xbf\x78\x16\ \x82\xca\xdf\x2b\xa4\x4a\xa5\xa2\x7f\xfe\xe7\x7f\x56\x28\x74\x1c\ \x97\x8a\xab\x0c\xdd\x81\x7c\x63\xce\x6f\xdc\xb8\xa1\xb6\xb6\x36\ \xcd\xcd\xcd\x59\x3d\x38\x98\xa0\x58\x2c\xa6\x1b\x37\x6e\x98\x91\ \xe6\xf7\x82\x37\xea\x82\x21\x0f\xc1\x3d\xf3\xa2\xfd\xe4\x0d\xea\ \xe0\xeb\x41\x05\x7c\xd2\x79\xfd\x1a\xc1\x95\xee\x59\x97\x4f\xda\ \xcb\x9f\x76\x3d\xd6\xb1\x07\xf3\x8c\xb1\x3f\x82\x6c\xd4\x49\x9f\ \xf1\xaf\xbf\x88\x9d\x0a\x82\x91\x4f\x02\x57\xfe\x1a\x41\xf2\xe3\ \x45\x87\x97\x77\x75\xe0\xc4\xe9\x05\xf6\x34\xe4\x8e\xf7\x22\x7d\ \xda\x7d\x9e\x04\x32\x83\x9f\xfb\x97\x1e\x2f\x02\x5c\x41\x6f\x5d\ \xa4\xbf\xbf\xdf\xdc\x83\x99\x4c\x46\xdb\xdb\xdb\x1a\x1c\x1c\xd4\ \xd4\xd4\x94\x56\x56\x56\x34\x34\x34\x64\xac\xd5\xf2\xf2\xb2\xe6\ \xe7\xe7\xad\xb1\xf0\xc6\xc6\x86\xee\xdc\xb9\x63\x6e\x45\x82\x73\ \xc9\x2e\xc9\x66\xb3\x96\xba\x8c\x82\x65\x10\x7c\x35\xe5\x60\x0c\ \x10\xc0\x88\xc9\x66\xd3\x22\x1c\xa5\xfa\xaa\xba\x41\x4b\x89\x85\ \x85\x10\x0d\x2e\x08\xef\x32\xe4\x9e\x78\x8d\x09\xf1\xdf\xe5\xc7\ \xfb\xcc\x7d\x36\x61\xd0\x1a\x81\xf9\x02\x3c\x12\xcf\x43\xaa\xb2\ \xaf\xb6\xcd\xa2\x81\xee\x6f\x6d\x6d\xb5\xa0\x6d\x6a\x8a\x95\x4a\ \x25\xfd\xf0\x87\x3f\xd4\xe6\xe6\xa6\x24\x99\x45\x76\xe9\xd2\x25\ \x4d\x4c\x4c\xe8\xdb\xdf\xfe\xb6\x56\x57\x57\x75\xe5\xca\x15\xeb\ \xf3\x86\xa2\x89\x44\x22\x56\xf4\xb1\xa3\xa3\xc3\x32\x3b\xfb\xfa\ \xfa\x74\x78\x78\x68\xec\xd6\xd0\xd0\x90\xfe\xe4\x4f\xfe\xc4\x32\ \xb0\xfc\xf8\xf8\xcd\xee\xc7\x85\xc3\x83\x5b\x36\x06\x0a\x03\x2b\ \xce\xa7\x70\x73\x6e\x0f\x26\x98\x53\x62\x75\x7c\x6c\xcd\xd8\xd8\ \x98\x86\x86\x86\x94\xcd\x66\xb5\xb1\xb1\xa1\xd3\xa7\x4f\xdb\x18\ \xd5\x6a\x35\xab\xac\x4e\x16\x1b\x01\xca\xd9\x6c\x56\x63\x63\x63\ \x06\x8c\x63\xb1\x98\xb6\xb6\xb6\xac\xeb\xbc\x24\xfb\x0e\x45\x54\ \x59\x57\xc4\x3e\x2d\x2e\x2e\x2a\x14\x3a\x0e\x0e\x8e\x46\xa3\x06\ \x5a\x61\x69\xb0\x2a\x01\x65\x54\xae\xf6\xeb\x1a\xf7\x24\xac\x08\ \xc0\x71\x77\x77\x57\x63\x63\x63\xe6\x42\xf6\xe3\xe9\x37\xee\x49\ \x6b\xf7\x24\x0b\xea\xa4\x83\x40\xe1\xee\xee\x6e\x95\xcb\x65\x9d\ \x3e\x7d\x5a\xd9\x6c\x56\x99\x4c\xc6\x9a\x53\x93\x29\x96\x4a\xa5\ \x14\x0a\x85\x2c\x70\x9a\xea\xeb\xa5\x52\x49\xc9\x64\x52\x47\x47\ \x47\x96\x58\xd0\xd8\x78\x5c\x15\x7e\x69\x69\x49\xb3\xb3\xb3\x92\ \x64\x6b\x69\x67\x67\x47\xcb\xcb\xcb\xe6\x5a\xa4\x7f\x26\x8d\x85\ \x99\x8f\x4a\xa5\xa2\xdb\xb7\x6f\x5b\x06\xa3\x77\x09\x13\xdc\xce\ \x33\xb2\x6f\x70\x3d\x93\x6d\xe6\x59\x70\x9e\x17\xc0\x0f\xe3\x4d\ \xdc\x1d\x4a\x1e\x40\x85\x2b\x90\xb1\x47\xd9\xb3\xae\x08\x70\x5f\ \x59\x59\xb1\x4c\xe9\xde\xde\x5e\x4d\x4f\x4f\xeb\xfc\xf9\xf3\x92\ \x64\x2c\x29\x6e\x56\xd8\xc0\xed\xed\x6d\xbd\xf5\xd6\x5b\x3a\x3c\ \x3c\x54\x6f\x6f\xaf\xae\x5e\xbd\x6a\xfb\x87\x2a\xf3\x00\x73\x2f\ \xbb\x68\x51\xc4\xfe\x65\xdf\xb1\x7f\x1e\x3d\x7a\xa4\x6f\x7f\xfb\ \xdb\xba\x76\xed\x9a\xfa\xfb\xfb\xd5\xd3\xd3\x63\x41\xf4\xc8\xae\ \xee\xee\x6e\xab\xe3\xf5\xe4\xc9\x13\x6b\x2d\xb5\xb0\xb0\x60\x7d\ \x39\x89\xb7\x03\x10\xc6\x62\x31\x85\xc3\x61\x7d\xf6\xb3\x9f\x95\ \x24\x63\x1d\x39\x5a\x5b\x5b\xb5\xb5\xb5\xa5\x5a\xad\x66\x71\x6a\ \x04\x71\xaf\xac\xac\x28\x1a\x8d\x5a\xac\x60\x10\xd0\x72\x10\x87\ \xb4\xb6\xb6\xa6\xc6\xc6\xe3\x6e\x13\xf9\x7c\xde\x6a\xd4\x91\xd4\ \x81\x0b\x97\x3a\x76\x14\x0d\xf6\xde\x8b\xc3\xc3\x43\x6d\x6f\x6f\ \x5b\x26\x70\xf0\x5a\x27\xb1\xeb\x7e\x4f\xf9\xdf\x27\xbd\xe7\xff\ \xf6\xe7\x3d\x49\xa1\xf3\xfe\x49\x6e\x34\x0f\x92\x5f\xe4\xca\x3b\ \xe9\xdc\x2f\x3a\xfc\xb9\xfd\xb5\x4e\x32\xf6\x83\xff\xfb\xef\x70\ \x04\x01\x64\x50\xa7\x7d\xd2\x7d\x04\xbf\x77\xd2\xf8\x07\xaf\x73\ \xd2\x33\xf8\xd7\x5e\x74\xde\x93\x9e\xe3\xa4\x7b\xf1\xb2\xc0\xbf\ \x27\x3d\x27\x64\x90\x1b\x27\xdd\xdb\x8b\x9e\xf3\xa4\x7b\x0f\xae\ \x2f\xf0\x89\x37\x04\x23\x08\xbb\xde\xde\x5e\x3d\x79\xf2\x44\x1b\ \x1b\x1b\x16\x83\x12\x0e\x87\xf5\xd1\x47\x1f\x29\x9f\xcf\xeb\xea\ \xd5\xab\xea\xed\xed\x55\x4f\x4f\x8f\xee\xdc\xb9\x63\x6c\xd7\xc5\ \x8b\x17\x55\xab\xd5\xb4\xb2\xb2\xa2\xed\xed\x6d\xb3\x78\x68\x6a\ \x9c\x48\x24\x34\x3a\x3a\xaa\xc9\xc9\x49\xdd\xbf\x7f\xbf\xce\x0d\ \xe2\xd9\x8e\x60\x0c\x0e\x8a\xd8\x0f\x5e\x90\xe9\xf2\xd9\x7f\x80\ \x23\x06\x19\x01\xe5\x27\xe8\x45\xe7\x84\x65\xf1\x2c\x56\x70\x92\ \x4e\x72\x8d\xf9\x8d\xe5\xfd\xc6\x1e\x98\x40\x7f\xe3\xc2\xe3\xbb\ \x89\x44\xc2\x62\x16\x88\x35\x21\xb6\x85\x73\x96\xcb\x65\x7d\xf9\ \xcb\x5f\xb6\x89\x0b\x87\xc3\xca\xe7\xf3\x56\x91\xfb\xee\xdd\xbb\ \x7a\xfa\xf4\xa9\x59\x95\x8b\x8b\x8b\xd6\x47\x0f\x81\x4f\x5b\x0f\ \xe8\x6f\x5c\x6a\xcd\xcd\xcd\x4a\xa7\xd3\xca\x66\xb3\x1a\x1d\x1d\ \xd5\xcc\xcc\x8c\xfe\xcb\x7f\xf9\x2f\xfa\xf6\xb7\xbf\xad\x9d\x9d\ \x9d\x3a\x8b\xcb\xbb\xfb\x00\x52\x80\x30\xcf\x26\x78\x06\x12\x10\ \x05\x13\xe0\xc7\x9a\xb8\x83\x96\x96\x96\xba\xb1\x86\x8d\xf2\x40\ \xac\xa7\xa7\xc7\xdc\x13\x6b\x6b\x6b\x56\x72\x82\xe7\x61\x21\x13\ \xec\x4d\x50\x70\x38\x1c\xd6\xc8\xc8\x88\x8d\x63\x4b\x4b\x8b\x55\ \x0d\xef\xec\xec\xb4\x4c\x4b\xac\x58\x04\x7c\x38\x1c\x36\xc6\xef\ \xe8\xe8\xb8\x25\x94\x24\x0b\x2a\xf6\xf1\x51\xdb\xdb\xdb\xa6\xe8\ \x01\x06\xde\x7d\xed\x4b\x28\xf0\x19\x92\x16\x6a\xb5\x9a\x31\x66\ \x1c\xbf\x68\xbc\x84\xdf\xd8\x9f\x26\x08\xfd\xde\x00\x38\xc6\x62\ \x31\x8d\x8c\x8c\x68\x77\x77\x57\xf9\x7c\x5e\x8b\x8b\x8b\xaa\x56\ \xab\x1a\x19\x19\x51\x63\x63\xa3\xad\x57\x58\x19\xe6\x6e\x7d\x7d\ \x5d\xcf\x9e\x3d\xb3\x18\xaa\xce\xce\x4e\x03\x24\xfb\xfb\xfb\x56\ \xa8\x98\x0a\xe7\x8b\x8b\x8b\x7a\xf9\xe5\x97\x35\x34\x34\xa4\x47\ \x8f\x1e\xe9\x2f\xff\xf2\x2f\xf5\xf9\xcf\x7f\xde\x18\xc5\xad\xad\ \x2d\xbd\xf7\xde\x7b\x26\x13\x58\xa7\x3e\x76\x84\x35\xe2\x99\x27\ \xe2\x93\xf8\x1c\x86\x8a\x07\xb5\x92\xea\x32\x7a\x99\x03\xd6\x0d\ \xc9\x13\x18\x3b\x5c\x07\x97\x4e\x3c\x1e\xb7\xd2\x33\x8c\xa1\x74\ \xdc\x8e\x87\x72\x0e\xec\x77\x5c\x5d\x14\xbe\x24\x9b\xfa\xd7\x7e\ \xed\xd7\xf4\x95\xaf\x7c\x45\x1f\x7c\xf0\x81\x5e\x7f\xfd\x75\x03\ \xd6\xbe\xac\x04\xee\xbf\xa0\xd2\x01\x78\xf9\x22\xb2\x85\x42\x41\ \xc9\x64\x52\x85\x42\x41\x77\xee\xdc\xd1\xc1\xc1\x81\xf2\xf9\xbc\ \x0e\x0e\x0e\x2c\xd6\xac\xab\xab\x4b\xe3\xe3\xe3\xb6\x5e\xdf\x7d\ \xf7\x5d\xfd\xce\xef\xfc\x8e\x56\x56\x56\xf4\xe4\xc9\x13\x1d\x1c\ \x1c\x58\xf1\x4e\xdc\x6b\xb5\x5a\x4d\xaf\xbd\xf6\x5a\x9d\xd1\xea\ \x59\x44\x8c\x5f\x49\xc6\x38\xe3\x16\xab\xd5\x6a\x06\xcc\x4f\x52\ \x7e\xfe\x7f\x0c\x93\x42\xa1\x60\xe3\x09\xfb\x18\x0e\x87\x8d\x61\ \x85\xa5\x0f\x87\xc3\x5a\x5a\x5a\x52\x38\x1c\xae\xeb\x9d\xd9\xd1\ \xd1\x61\xbd\x2e\x29\x47\xe3\xf7\xc4\x27\x01\x28\xff\xfa\x49\x4a\ \xff\x24\x60\xf6\x69\x9f\x0f\x3e\x67\x10\xf4\xb0\xf7\x3f\x69\x5f\ \x07\xcf\xcd\x77\x83\x06\xd5\x49\xcf\x15\x7c\xde\xa0\x7e\x0a\x7e\ \xf6\x45\xaf\x07\xef\xe3\x93\xbe\xfb\x22\x00\xf5\xa2\x7b\x0b\x7e\ \x27\x68\x20\xbe\x68\xed\x70\xf8\x38\xdf\xa0\xfc\xfb\xb4\x39\xf3\ \xf3\xc0\xe7\x82\xd7\x3d\xe9\xf3\x9f\x34\xe6\xc8\x1a\x74\xa2\xaf\ \xb9\x46\x49\xa2\xc6\xc6\x46\x45\x66\x67\x67\x6d\x81\xc7\xe3\x71\ \x45\xa3\x51\x1d\x1c\x1c\xa8\x58\x2c\x4a\x92\x16\x16\x16\xd4\xdb\ \xdb\xab\x1f\xfe\xf0\x87\xea\xec\xec\xb4\x9a\x58\xbb\xbb\xbb\xca\ \x64\x32\xda\xdb\xdb\xd3\xfa\xfa\xba\xc5\x63\x6d\x6d\x6d\x29\x9f\ \xcf\x5b\xb6\x0a\x3e\xcf\x78\x3c\x5e\x17\xcc\x2c\xd5\x37\x0d\xe6\ \xa6\xfd\x40\xe1\x26\xc2\xa2\xac\x56\xab\x66\xa1\x32\xd8\x9e\x79\ \xf2\xc2\x35\xc8\x96\xf8\x83\xef\xf9\xe2\x74\x7c\x36\x38\xd8\x1e\ \x38\x04\x2b\x38\xf3\x19\x9e\xc3\x4f\x0c\x40\x89\xf8\x18\x1f\x9c\ \x4f\xcc\x0d\x19\x41\xa1\x50\xc8\xac\x77\x7c\xf7\x28\xfa\x48\x24\ \x62\x8a\xbf\x56\x3b\x76\xd3\xa2\xc8\x29\x52\x39\x32\x32\xa2\x42\ \xa1\xa0\x42\xa1\xa0\xfb\xf7\xef\x6b\x70\x70\x50\x91\x48\xc4\xb2\ \x56\x36\x37\x37\xcd\x05\x16\x8d\x46\xad\x4e\x93\x24\xcb\x12\x3b\ \x3a\x3a\xd2\xb5\x6b\xd7\x14\x8f\xc7\xf5\xc7\x7f\xfc\xc7\xd6\xfe\ \xc8\xcf\x8d\x67\x1c\xfd\xd8\x73\xff\xc1\x31\xe2\x59\x42\xa1\xe7\ \xcd\xa2\x59\x88\x7e\x4e\x71\xef\x70\x1e\x80\x4f\x63\x63\xa3\x65\ \x2c\x6d\x6d\x6d\x69\x60\x60\x40\x83\x83\x83\x06\xe8\x7c\x86\x18\ \x2c\x12\xa5\x19\x88\x73\xe2\x73\xb0\x0b\x6d\x6d\x6d\x56\x44\x13\ \x30\x91\xcb\xe5\x8c\x3d\x4b\x24\x12\xda\xda\xda\xb2\x7b\xe6\xdc\ \xd4\x71\xf2\xc2\x92\x79\xaf\x56\xab\x16\x3f\x87\xa2\xe7\xda\x04\ \x86\x13\xb3\x05\xb0\xe4\xbc\xc4\x78\x04\x85\x44\x50\x70\xbc\xc8\ \x02\x3c\xe9\xf0\xc2\xf9\x24\x4b\x96\xf9\x23\x41\xa0\xbb\xbb\xdb\ \x5e\xa7\xe6\x12\x71\x20\x1d\x1d\x1d\xca\xe7\xf3\x7a\xfc\xf8\xb1\ \x19\x06\x80\x03\xfa\x66\x12\xb7\x84\x3b\x91\xc4\x81\x83\x83\x03\ \xdd\xb9\x73\x47\xab\xab\xab\x7a\xfc\xf8\xb1\x32\x99\x8c\x42\xa1\ \x90\x06\x06\x06\xd4\xdc\xdc\xac\x0f\x3e\xf8\xc0\xd8\x2b\x5f\xff\ \x88\xfd\xe8\xe3\xf0\xbc\xe0\x83\x3d\x86\x79\x04\x24\x11\xc3\xe5\ \x4b\x37\x30\x3f\xcc\x01\xae\x06\x18\x5d\xf6\x25\xd7\xa2\x76\x16\ \x89\x3b\x3e\x6e\x92\x2c\xcd\x74\x3a\xad\x42\xa1\x60\x46\x64\x7b\ \x7b\xbb\x7a\x7a\x7a\xd4\xdf\xdf\xaf\x57\x5e\x79\x45\x2f\xbd\xf4\ \x92\xb1\xac\xe5\x72\x59\xff\xf3\x7f\xfe\x4f\x8b\xdb\xf2\xcd\x77\ \xdb\xda\xda\x0c\xc0\xb2\x96\x91\x1d\x00\x38\x9e\x9b\x44\x0c\x98\ \xdd\x44\x22\xa1\xcf\x7c\xe6\x33\xb3\xad\x31\x5f\x00\x00\x20\x00\ \x49\x44\x41\x54\x4a\x24\x12\x7a\xfc\xf8\xb1\x1e\x3d\x7a\xa4\xa5\ \xa5\x25\x5d\xbc\x78\xd1\xd8\x92\x7b\xf7\xee\xe9\xc6\x8d\x1b\x7a\ \xf9\xe5\x97\xf5\xc1\x07\x1f\x28\x1e\x8f\x5b\x2c\xe2\xd4\xd4\x94\ \x86\x87\x87\xd5\xd3\xd3\x53\x67\x14\xb1\x27\xbd\x7c\x43\x66\x7a\ \x79\x8d\xec\xac\xd5\x6a\xc6\x34\x7a\xc6\x8d\x7d\xe9\x3d\x12\x18\ \x89\xb8\xf3\x31\x46\xd9\x17\xa1\x50\xc8\x3a\x83\xb0\x27\x0e\x0f\ \x0f\x95\x4e\xa7\x8d\xc1\x23\x29\x21\x14\x3a\xce\x7a\xa5\x23\x05\ \x59\xec\xb8\xee\x89\xe5\x22\xa1\x24\x68\x64\xfb\x67\x25\xd3\x0f\ \x79\xc5\xeb\xde\xc5\x8f\xce\xfa\x24\xbd\xc2\x18\x06\xff\x66\x2f\ \x9e\x04\x48\xd8\xaf\xfe\x77\x10\x70\x9c\x04\x14\x4f\x32\xb0\x82\ \x7b\xfd\xd3\xc0\x94\x3f\x4e\x02\x14\x2f\x02\x6a\x27\xdd\xfb\x8b\ \x8e\x93\x00\xcb\x8b\xc0\xcb\x8b\x40\xda\x49\x1e\xa5\x93\xce\x73\ \xd2\x77\x83\x63\xcb\x1e\xc2\xd5\x78\xd2\x7d\xf8\xd7\x3c\x88\x42\ \x56\x10\x77\x8a\x01\xc2\xda\xe0\x73\xe8\xa7\x72\xb9\xac\x08\x17\ \xbd\x73\xe7\x8e\x65\x63\x61\x9d\x2c\x2f\x2f\x1b\x05\x3d\x3c\x3c\ \xac\x44\x22\xa1\xf5\xf5\x75\xed\xee\xee\x6a\x60\x60\x40\x6d\x6d\ \x6d\x96\x56\x4c\xe5\x65\x2e\x3a\x37\x37\x67\xb1\x5a\x89\x44\xc2\ \x32\xb7\x10\xce\x52\xbd\x65\xed\x33\x08\x40\x9b\x0c\x6e\x70\x80\ \xfc\xe4\xf9\x4d\x8f\x80\xc5\x0a\xe6\xdc\x27\xc5\x5d\x71\x9f\x7e\ \xb2\xd8\x34\x58\xc9\xfc\xcd\x46\xc1\x72\xc6\xba\xf3\x71\x5e\x1e\ \x68\x78\x81\xd2\xdb\xdb\x6b\x0d\x4b\x1b\x1a\x1a\xac\x7e\x0d\x9f\ \x85\x11\xea\xe8\xe8\x50\xad\x56\x53\x3c\x1e\x37\xab\xb5\xb1\xb1\ \x51\x5b\x5b\x5b\x46\xe1\x3f\x79\xf2\xc4\xe8\x73\xe2\xde\x1a\x1b\ \x1b\x15\x8d\x46\xad\xea\x38\x0a\x92\x9f\xa6\xa6\x26\xa5\x52\x29\ \x7d\xfc\xf1\xc7\x7a\xf6\xec\x99\x0e\x0f\x0f\xf5\xf4\xe9\x53\x85\ \x42\x21\x4d\x4f\x4f\xeb\x97\x7e\xe9\x97\xac\xa4\x40\xa9\x54\xd2\ \xc4\xc4\x84\xfe\xf0\x0f\xff\x50\xff\xe3\x7f\xfc\x0f\xcd\xcd\xcd\ \xd5\x59\x98\x28\x02\x16\x9d\x5f\x5c\xd0\xf6\xc1\x0d\xc0\x58\xfa\ \x31\xf6\x54\xb9\x6f\x3d\x43\xfc\x4b\xb9\x5c\x56\x47\x47\x87\x05\ \xef\xee\xec\xec\x58\x75\x6f\xb2\x03\x37\x37\x37\xf5\xee\xbb\xef\ \xea\xd5\x57\x5f\xad\x6b\x93\x43\x7a\x3f\x59\x75\xb5\x5a\xcd\xda\ \xc2\x1c\x1c\x1c\xe8\xd1\xa3\x47\x3a\x7f\xfe\xbc\xbd\x77\x70\x70\ \x60\x6e\xc2\xce\xce\x4e\x13\xe4\xa4\x49\xfb\x12\x0f\xfc\x26\x8e\ \x05\xb7\x20\xee\x47\x94\x5f\x24\x12\xb1\x78\x92\x70\x38\x6c\x2e\ \x90\x5a\xed\xb9\xab\x87\x42\xa4\xbe\x6e\x5b\xd0\xca\x0d\xc6\x0f\ \x05\x05\x47\x50\x00\xb2\xee\xfc\x1c\x78\x80\x76\x92\x30\x44\x29\ \xf1\x1e\x35\xd3\x98\x1f\x80\x0e\xc6\x14\xee\x2d\xea\x85\x91\xc2\ \x9e\x48\x24\x34\x3e\x3e\xae\xf6\xf6\x76\xdd\xbe\x7d\x5b\x6b\x6b\ \x6b\x2a\x16\x8b\x7a\xf0\xe0\x81\xc5\xc4\x55\xab\x55\xbd\xfe\xfa\ \xeb\x56\x5f\x8f\xb6\x4f\xd5\x6a\xd5\x6a\x03\x79\x17\x35\xc6\x0f\ \x31\x43\xcc\x31\xe0\x37\x14\x0a\xd5\x65\x82\x71\x60\x90\xf8\x84\ \x03\xdc\xb4\xd5\x6a\xd5\xe2\xc0\xb8\x6f\x6a\x65\xf1\xac\xbe\xd5\ \x49\xa9\x54\xb2\x82\x96\xb0\x4f\xb8\xf2\x7b\x7a\x7a\x2c\x86\xe9\ \xf3\x9f\xff\xbc\x66\x66\x66\x2c\x63\x14\xf6\x2f\x9b\xcd\x6a\x65\ \x65\xc5\x40\x05\xcf\xe2\xd9\x35\xd8\xf3\x48\x24\x62\xec\x98\x37\ \x22\x79\x0e\x8c\xcb\x50\xe8\x38\x99\x63\x74\x74\xd4\xda\x93\x51\ \x2e\x64\x60\x60\x40\x8f\x1e\x3d\xd2\xc4\xc4\x84\x36\x36\x36\xf4\ \xef\xff\xfd\xbf\x97\x24\x7d\xe3\x1b\xdf\x30\x90\x56\xab\x1d\x57\ \xe8\x27\xa0\xde\x17\x3a\xf6\xc1\xf6\x7e\x3f\x7b\x46\xcb\x1b\xc9\ \x92\xb4\xb5\xb5\x65\xd9\x79\x1e\x98\x78\x30\xef\x03\xb8\x99\xe3\ \xa6\xa6\x26\x73\xff\x31\xff\x3c\x2b\x49\x05\x77\xef\xde\xb5\x5a\ \x7d\xb0\x03\x92\x2c\xd9\x80\x0c\x44\x64\x4a\xb5\x5a\x35\x86\x2c\ \x9f\xcf\x5b\x8c\x30\x2e\x53\x62\xbc\x82\x32\x89\xdf\x24\x9f\x70\ \xf8\x02\xcc\xc8\x39\x40\x9e\x07\xec\x92\xea\xf4\x1a\xbf\x01\x7a\ \x94\x82\x40\xaf\xf8\xf8\x22\x3e\x0f\x1b\xef\xbd\x18\xfe\x7c\x41\ \x96\xc7\x7b\x70\x82\x71\xac\x5e\x4e\x70\x04\xf5\x1d\xef\xfb\xf3\ \xbf\xe8\xbb\x9f\x04\xa4\x82\x20\x2a\x78\x9f\xfe\x75\x5f\x53\x31\ \x78\xbc\x08\x38\x01\x50\x83\xd7\x7b\xd1\xb3\x31\x66\xde\x93\xe4\ \xc1\x35\xdd\x34\x30\xf4\x7c\xd1\x61\x3e\xc3\xda\xf5\x25\x61\xd0\ \xd9\x3e\xcc\x81\xbd\xee\xf5\x3f\x73\x18\x0e\x87\x15\xd9\xd9\xd9\ \xa9\x2b\x54\xb8\xbf\xbf\xaf\x44\x22\xa1\x6c\x36\xab\x70\x38\x6c\ \x29\xff\x97\x2f\x5f\x56\x63\x63\xa3\x56\x57\x57\x55\xa9\x54\x34\ \x3f\x3f\xaf\xed\xed\x6d\xad\xad\xad\xe9\x0f\xfe\xe0\x0f\x14\x8b\ \xc5\xf4\xc3\x1f\xfe\x50\xeb\xeb\xeb\x7a\xe5\x95\x57\x0c\x1c\x54\ \xab\x55\xab\x6e\xcb\x06\x94\x7e\x3e\x70\xd7\x07\x49\xfa\x40\x56\ \x3f\x61\x3e\xfb\x09\x21\xeb\xb3\x81\x4e\xa2\x52\xfd\x22\x05\xd0\ \x78\x81\x0c\x98\x63\x12\x18\x5c\x7f\x3d\xaf\xf4\x10\xc4\x9c\xf3\ \x45\xe8\x3c\x88\x66\xb1\xe8\xf9\x1f\x45\x4c\x46\x03\x1b\x7b\x79\ \x79\x59\xf9\x7c\xde\xe2\x1c\x08\x92\x24\xce\x0d\xeb\x7a\x7f\x7f\ \x5f\xdd\xdd\xdd\xda\xd9\xd9\xa9\x63\x8e\x60\x1f\x10\xcc\xdc\xc3\ \xd5\xab\x57\x15\x0a\x85\x2c\x2e\x49\x3a\x16\x52\x0f\x1f\x3e\x34\ \x77\x17\xca\x21\x91\x48\xe8\xbf\xfd\xb7\xff\xa6\xef\x7c\xe7\x3b\ \xba\x77\xef\x5e\xdd\xf3\x33\xd6\x3c\x27\x80\xc1\x0b\x5d\x94\x08\ \xaf\x03\x3c\xbc\xf0\xf0\x96\x68\x28\x74\xec\x6a\x21\x56\x46\x92\ \x7a\x7a\x7a\x34\x3c\x3c\x6c\xf7\xd3\xdb\xdb\x6b\x8a\x8d\x4c\x49\ \x7e\x08\x90\xc5\x2a\x69\x6f\x6f\x37\x37\x15\x73\x46\xfd\xa6\x68\ \x34\x6a\x6c\x5f\xa9\x54\xb2\x32\x02\x03\x03\x03\xda\xdc\xdc\x54\ \x3a\x9d\xd6\x99\x33\x67\xac\x31\xf1\xc0\xc0\x80\xc5\x85\xac\xad\ \xad\xe9\xc1\x83\x07\xba\x7a\xf5\xaa\xf6\xf7\xf7\x15\x8f\xc7\xad\ \x7d\x47\x2a\x95\xb2\xc2\x80\x6c\x4e\x2c\x7b\x5c\xbf\x47\x47\x47\ \x96\xbe\xcf\x3a\x66\xdd\xa3\xf8\x3d\x98\xf5\xc7\x49\x20\xc9\xef\ \x0f\x14\x35\x6b\xd0\xb3\xb9\xfe\xfb\xfc\xfd\xa2\xdf\x27\x31\x5e\ \x4d\x4d\x4d\xba\x70\xe1\x82\x86\x87\x87\xf5\xf2\xcb\x2f\xab\x56\ \xab\x59\xf1\xd2\x96\x96\x16\xfd\xcd\xdf\xfc\x8d\xde\x79\xe7\x1d\ \x75\x75\x75\xe9\xfb\xdf\xff\xbe\x1e\x3e\x7c\x68\x25\x2a\x00\xce\ \x18\x6e\x85\x42\xc1\x32\xd5\xc8\x8c\x63\xdf\x51\x46\x83\x75\xe5\ \xe3\x6e\x7c\x1d\x2c\x18\x25\xee\xd9\x27\xa2\xb0\x0e\x79\x0e\xbf\ \x97\x31\x62\x00\x67\x14\x97\x0c\xc6\x46\x52\xb1\x1d\x63\x8a\xb8\ \xc8\xc1\xc1\x41\x3b\x5f\x5f\x5f\x9f\xa6\xa7\xa7\x75\xe5\xca\x15\ \xeb\x2b\x58\x2a\x95\xcc\xc8\x3c\x3a\x3a\x52\x7b\x7b\xbb\x66\x67\ \x67\xb5\xbe\xbe\x5e\x97\xfc\x02\xd8\x84\xa1\xf1\xae\x64\xcf\x96\ \x78\x80\x8b\x32\xe5\x73\xb8\xc9\xc8\xf2\x2c\x16\x8b\xfa\xe6\x37\ \xbf\xa9\x8d\x8d\x0d\xab\x37\x76\xe5\xca\x15\x53\xfa\xc3\xc3\xc3\ \x92\x64\xa0\x16\x66\x1c\x26\x1b\x60\x03\x80\xf5\x4d\x9a\xb7\xb7\ \xb7\xb5\xbc\xbc\x6c\x6c\xa7\xcf\x02\x45\xce\x78\x10\xec\x13\x3d\ \xf8\x61\x5e\x68\xff\xc3\x67\xa9\xc1\x46\xf2\x45\xb9\x5c\x56\x77\ \x77\xb7\xba\xbb\xbb\xf5\xe8\xd1\x23\xe5\x72\x39\x1b\x17\x5f\x8b\ \x8f\xb9\x47\x09\xb6\xb6\xb6\xd6\x95\xf8\x69\x69\x69\xd1\xc8\xc8\ \x88\xaa\xd5\xaa\xed\x5f\x1f\x32\xc2\xb5\x24\x99\xbb\x98\x39\xf2\ \x2d\x7d\x58\x67\x00\x7e\x0c\x65\xda\xe6\xc0\xda\xb2\xf7\x90\x61\ \x28\x78\x6a\xd5\x91\x44\xc1\x5e\x87\xc1\xf6\xe5\x7a\x00\xb0\xfc\ \xef\x63\x03\xbd\xae\x41\x6e\xf8\x6a\xef\x7e\x4c\x30\x62\xfd\xde\ \xf0\xc6\x7c\x30\xd9\xec\x24\x26\xee\x93\x64\x8f\x1f\xc3\xe0\xe7\ \xfc\xef\x93\x64\x98\xcf\xe2\xf7\x9f\xf5\x9f\x0f\xc6\xfe\x9e\x74\ \x04\x59\xb4\x93\xc0\x16\x18\xc1\xcb\xc1\xb6\xb6\x36\x73\xa1\xd7\ \x6a\xc7\xb1\x93\x24\x9a\x30\xe6\x1e\x07\x10\x50\xcf\xeb\x3e\x3c\ \x89\x78\x4b\x9f\x25\xca\x33\x72\x44\xe6\xe6\xe6\xcc\x65\x83\x0b\ \xe5\xee\xdd\xbb\xda\xdd\xdd\xd5\xd6\xd6\x96\x7a\x7a\x7a\x54\xab\ \xd5\xf4\xc6\x1b\x6f\xa8\xb1\xb1\x51\xf9\x7c\x5e\x5f\xfa\xd2\x97\ \x2c\x4b\xe5\xdc\xb9\x73\x5a\x5b\x5b\xd3\x47\x1f\x7d\x64\x71\x2f\ \x6d\x6d\x6d\x4a\xa5\x52\x66\x91\x52\x33\x6b\x6a\x6a\xca\xe2\xb0\ \x58\x28\x7e\x50\x3d\xd3\xe4\xd9\x11\xcf\x52\x31\x90\x30\x55\x41\ \x04\x0e\x30\xe3\xfb\xfe\xfc\x80\x2b\xac\x59\xee\xc3\x17\x0c\x0d\ \x0a\x66\xde\xf3\x93\xe7\x81\x9c\x1f\x74\xee\x9b\x4d\x03\x4b\x41\ \xa5\x6c\x82\x46\x61\x3e\x3c\x83\x51\xab\x1d\xc7\xe4\xcc\xcf\xcf\ \xab\x54\x2a\x99\xf0\xa4\xff\xdd\xa5\x4b\x97\xf4\xe1\x87\x1f\xda\ \x75\x60\x44\xce\x9e\x3d\xab\xd9\xd9\x59\xc5\x62\x31\x5d\xba\x74\ \xc9\x98\x42\x0a\xe3\x71\x4d\x9a\x90\xf6\xf7\xf7\xab\xab\xab\xcb\ \x16\x0c\x16\x30\x20\xa0\x5c\x2e\x5b\xfb\x87\xdf\xfd\xdd\xdf\xd5\ \xdb\x6f\xbf\xad\xef\x7f\xff\xfb\xca\x64\x32\x06\x90\xbd\x7b\x96\ \xd7\x3c\x5b\x08\xe5\x1f\x74\x1f\x7a\xcb\x0d\x20\x28\xc9\x5c\x05\ \xd4\xfa\x89\x44\x22\xe6\xba\x88\x46\xa3\x9a\x9a\x9a\x52\xb9\x5c\ \xd6\xad\x5b\xb7\xf4\xd2\x4b\x2f\x59\x80\x32\xf1\x17\xde\xcd\xc8\ \x26\xf2\x81\x86\xb8\x6a\xe8\xc7\x47\x2c\xd5\xc0\xc0\x80\xa4\x63\ \x37\xee\xe6\xe6\xa6\x29\x91\x8e\x8e\x0e\x3d\x7d\xfa\x54\xf7\xef\ \xdf\xd7\x2b\xaf\xbc\xa2\x7f\xf8\x87\x7f\xb0\x26\xbc\xc3\xc3\xc3\ \x16\xc7\x42\x8d\xb3\x83\x83\x03\x4b\x04\xe1\x5a\xb5\xda\x71\x21\ \xd0\xa7\x4f\x9f\x2a\x9f\xcf\x6b\x7d\x7d\x5d\xd7\xaf\x5f\xaf\xab\ \x81\x55\xa9\x54\xac\x6c\x03\x4a\x0f\x41\x1c\x64\x3a\x18\x73\xd6\ \xb4\x07\x67\xc4\xf9\xf9\xfd\xc2\xba\x64\x8d\x46\x22\x11\x5b\x57\ \xcc\x73\xad\x56\xb3\xac\x2c\xf6\x9e\x17\xd4\x5e\xa1\x7b\x66\xa2\ \x52\xa9\xa8\xb3\xb3\x53\xef\xbf\xff\xbe\xbe\xf3\x9d\xef\x68\x79\ \x79\x59\xbb\xbb\xbb\x7a\xeb\xad\xb7\xec\xba\xde\xd0\x40\xa8\xb3\ \x7f\x58\x1f\x00\x0c\xcf\x52\xb3\xae\x7d\xad\x3c\xf6\x21\x7b\x15\ \xe1\x88\x70\xf3\xae\x28\x64\x03\x7b\x0b\x80\x88\x12\x84\x11\xf3\ \x0c\x0a\x86\xa0\xdf\x37\xbd\xbd\xbd\xd6\x03\x92\x50\x05\x32\x03\ \xc7\xc7\xc7\x95\x4a\xa5\xac\xe9\x71\x3e\x9f\x37\x45\x0f\xdb\x4a\ \x66\xf6\xfd\xfb\xf7\xeb\x0c\x09\x9e\x1f\x10\x02\x60\xf0\x2d\x80\ \xa4\xe7\xac\x05\xb2\x01\xa5\x0f\x4b\xcb\x1c\xef\xee\xee\xea\xe1\ \xc3\x87\x1a\x1c\x1c\xd4\xf8\xf8\xb8\x6e\xdf\xbe\xad\xbe\xbe\x3e\ \x4d\x4d\x4d\xd5\xd5\x35\x6b\x6e\x6e\xb6\x70\x0b\x2f\x47\x29\x40\ \x8c\xcc\x0b\x32\x2b\xc4\x98\xf9\x7a\x73\x7c\x97\xf5\x48\xc3\x65\ \x62\x49\x3d\x68\x00\x40\xa2\xcc\x3c\x88\xc0\xe8\x60\xdd\x91\x05\ \x9c\x4a\xa5\xb4\xbd\xbd\xad\xc7\x8f\x1f\x9b\x8c\x01\x3c\x51\x96\ \x04\x36\x10\xe3\x35\x12\x89\xd4\xb1\x9a\xfe\x37\xc6\x9b\x67\x43\ \x39\x2f\x6b\x92\x64\x08\xff\x3a\xfb\xab\x56\x3b\x6e\x83\xe4\x6b\ \xbc\xe1\x8d\xf0\x00\x06\xf9\xe7\xf7\x8a\x4f\x9c\x61\xdc\xd0\x17\ \x30\xa9\x8c\x23\x80\x80\x04\x29\x14\x38\x00\xeb\xa4\x4c\x44\xcf\ \xee\xb0\x97\xfc\x7d\x7b\x16\xc9\xcb\x0d\x40\x03\x73\xcd\x73\x70\ \xef\xcc\x21\xbf\x7d\x19\x19\x64\x00\x46\x9c\x2f\xfd\xe2\x99\xcd\ \x93\x80\x1b\xf3\x82\x1b\x98\xeb\x23\x0b\xbc\xae\xf0\xeb\x8c\xef\ \xfa\x71\x0c\x1a\x9c\xfe\x1a\xbc\xe7\x49\x1d\xc6\x92\xfa\x72\xdc\ \xbf\x97\x9b\xcc\x15\x6c\x35\x7a\x32\xd8\xe6\x08\x22\x88\x7b\xe3\ \x59\x7c\xbc\x71\x28\x14\x3a\x66\xb0\x56\x56\x56\xac\x80\x21\x99\ \x22\xc4\x06\xed\xef\xef\x2b\x99\x4c\x2a\x93\xc9\x58\x66\xd1\xe1\ \xe1\xa1\x2e\x5c\xb8\x60\xbd\xa4\x3e\xfa\xe8\x23\x6d\x6e\x6e\x2a\ \x9b\xcd\x2a\x9b\xcd\x2a\x16\x8b\xd9\x4d\xf5\xf7\xf7\x6b\x75\x75\ \x55\xad\xad\xad\x9a\x98\x98\xd0\xc7\x1f\x7f\x5c\xc7\x74\x78\xb7\ \xa0\x9f\x10\x14\xb4\xff\x9f\xc1\xf6\xac\x15\x4a\x24\xc8\x78\x61\ \x85\x61\x11\x9e\x04\xbe\x3c\xf3\xe2\x2d\x2d\x26\x86\xef\x04\xef\ \xd7\x5f\x23\xb8\x80\x01\x6f\x2c\x78\xac\xf0\x86\x86\x06\x65\xb3\ \x59\x03\x37\x00\x00\x9e\x29\x1a\x8d\x6a\x7e\x7e\x5e\xdf\xfb\xde\ \xf7\xec\xbc\xc4\x6b\x84\x42\x21\xfd\xe4\x27\x3f\xa9\xbb\x3e\x16\ \xcf\x9b\x6f\xbe\x69\x2d\x54\x7e\xf4\xa3\x1f\x29\x95\x4a\xa9\xb7\ \xb7\x57\x23\x23\x23\x6a\x6e\x6e\xd6\x9b\x6f\xbe\x69\x2e\x90\x6a\ \xb5\xaa\xc9\xc9\x49\xb5\xb6\xb6\x6a\x7d\x7d\x5d\x85\x42\x41\xcd\ \xcd\xcd\xea\xea\xea\xb2\x98\xbb\xb6\xb6\x36\xab\x8c\xde\xdf\xdf\ \xaf\x99\x99\x19\xd5\x6a\x35\xfd\xbf\xff\xf7\xff\x94\xcd\x66\x6d\ \xec\xb0\x90\x3c\x40\xf5\x9b\x20\x58\xae\x00\xc5\x85\x6b\xcd\x17\ \x8c\x0c\x87\xc3\x4a\xa5\x52\x4a\xa5\x52\x4a\x26\x93\x06\x2c\xfa\ \xfb\xfb\x75\xe6\xcc\x19\xf5\xf4\xf4\xa8\x58\x2c\x5a\x81\x4d\x8a\ \xae\x62\x85\x13\x38\x4b\x8c\xd7\xa3\x47\x8f\x8c\x8d\x4b\x26\x93\ \x36\x47\x28\x27\x5c\xdc\xcc\x6d\x63\x63\xa3\x06\x07\x07\x75\xee\ \xdc\x39\x8b\xa1\x02\xe0\xce\xcf\xcf\x5b\xe6\xd3\xe9\xd3\xa7\x35\ \x36\x36\xa6\x64\x32\x59\x67\xd1\xb6\xb7\xb7\x1b\xd3\x95\xcb\xe5\ \xb4\xb7\xb7\xa7\x78\x3c\xae\x7c\x3e\x6f\x81\xec\xf7\xee\xdd\xd3\ \xd2\xd2\x92\x3a\x3a\x3a\x14\x8d\x46\x95\xcb\xe5\xb4\xbd\xbd\xad\ \xbe\xbe\x3e\x25\x12\x09\xb3\xc0\x3b\x3b\x3b\x2d\x36\x08\x70\x80\ \x4b\x12\xa6\xd1\x1b\x0f\x8c\x07\x2c\x1d\x89\x0d\x28\x5f\x49\x56\ \xcf\x87\xbd\x83\x92\xdb\xde\xde\xd6\xc6\xc6\x86\xb1\x7b\x14\x1b\ \xe5\x73\xd4\x51\x6b\x6e\x6e\xb6\xbf\x99\x9f\x5c\x2e\xa7\x3f\xfa\ \xa3\x3f\x52\x36\x9b\xfd\x39\xb7\x90\x17\x7c\xec\x6f\xdc\xeb\xec\ \x55\xf6\x34\xf7\x8e\x80\x62\x9f\x33\x0f\x9e\x95\xf0\x32\xc0\x67\ \xeb\x78\x01\x1c\x04\x09\xb8\xde\x90\x5b\x18\x00\xb0\x40\xf4\x0c\ \x24\x38\xbd\xb9\xb9\xd9\x7e\xd7\x6a\xc7\xdd\x2c\x46\x47\x47\x75\ \xfe\xfc\x79\x75\x74\x74\x98\xc1\x43\xc0\x38\xa5\x4d\x92\xc9\xa4\ \x19\x6d\x14\x58\x26\x0b\xd5\xd7\xdf\xa2\xda\x7b\x28\x14\x32\xf0\ \xc1\xfe\xf0\x59\xb7\x7c\x1e\xa6\x14\x79\x86\xf2\x87\xdd\xc6\x05\ \xfb\xd5\xaf\x7e\x55\xa1\xd0\xb1\xeb\x70\x78\x78\xb8\x0e\x38\xb3\ \x7e\x82\x7b\x34\x58\x71\x1c\x85\x8b\x3b\x8d\x20\xfa\x96\x96\x16\ \x6b\xfb\x43\x1f\x3e\x5f\x4e\xc1\xbb\x1e\x61\x18\x99\x27\xe4\x44\ \x38\x1c\xb6\x8c\xc1\xbe\xbe\x3e\x63\xf5\x7c\xa9\x0b\xdc\x6d\xe1\ \x70\x58\xcb\xcb\xcb\xca\xe5\x72\x75\x46\x06\x06\xeb\xde\xde\x5e\ \x1d\x1b\x09\x00\xa6\xba\x3a\x81\xfb\xb8\xb4\x93\xc9\xa4\xad\x7b\ \x49\x26\x0b\x01\x9c\x30\x96\x5e\x6f\xb0\xa6\xd8\x87\xac\x47\x0e\ \x0c\x11\x5f\xb3\x0d\x05\xce\x38\xf8\xd2\x34\x7e\x2f\x04\x8d\x1f\ \xd8\x6b\x8c\x05\xe2\x32\x39\xf7\x49\x55\xe6\x91\x3f\xc8\x35\x8c\ \x4c\xde\xf3\xee\x5c\x5c\xf0\x00\x7d\x0c\x5b\xf6\x2a\x06\x0b\x40\ \x96\x6b\x50\x2a\xc4\x33\xcb\xc1\x50\x18\xde\x63\x7f\x7b\x03\xc1\ \x7b\x35\x78\x36\x0f\xde\x88\x61\x44\x87\xa0\x2b\xbc\x3e\xf6\x8c\ \x12\xfb\x99\xeb\x78\x66\x0a\x7d\xe3\xc1\x97\x4f\x5a\xe3\xba\xbe\ \xff\xa3\x07\x4c\xe8\xac\xb5\xb5\x35\x8b\x1d\xf7\x04\x0e\x71\xa6\ \xb0\xcf\xc8\x2b\xe4\x4b\x38\x5c\x9f\x28\xc7\x1c\x44\xf2\xf9\xbc\ \x9d\x30\x9f\xcf\x6b\x62\x62\xc2\x52\xdd\xf3\xf9\xbc\x4a\xa5\x92\ \x96\x96\x96\x8c\x46\x6b\x6f\x6f\xd7\xad\x5b\xb7\xb4\xba\xba\xaa\ \x67\xcf\x9e\xa9\x56\xab\x29\x97\xcb\x99\x92\xa6\xc2\x2f\x42\x8e\ \xf4\xe6\xf6\xf6\x76\xad\xae\xae\xd6\x09\x4a\x2f\x8c\xbd\x52\x0e\ \xb2\x49\x9e\x36\xf7\xae\x0f\x1f\x7c\xee\x27\xdd\x03\xa0\xa0\x1b\ \xcf\xff\xcd\xa4\x72\x04\xc1\x95\x77\x25\x7a\x8b\x3e\x48\x73\x72\ \x78\xda\x13\x64\x4c\x73\x5d\x5c\x26\xf1\x78\xdc\x5a\x87\xf0\x6c\ \xd4\x13\xfb\xd1\x8f\x7e\xa4\xa5\xa5\x25\xa3\xed\x79\x2e\x36\x18\ \x80\xcf\x53\xa8\x00\x23\x94\x1e\xf1\x55\x7c\xdf\xb3\x84\xa1\x50\ \x48\xff\xf8\x8f\xff\x68\x40\x07\x01\xeb\xd9\x26\x16\x16\x73\xe1\ \x05\x26\x9b\x08\xc1\x78\x92\xf5\xc6\x77\x01\xb3\x3e\xc6\x08\x41\ \xca\xe2\xa3\x90\x5e\x57\x57\x97\x29\x91\x4a\xa5\xa2\x53\xa7\x4e\ \xe9\xc2\x85\x0b\x26\x24\xb7\xb6\xb6\x94\xcb\xe5\x34\x3e\x3e\xae\ \xd5\xd5\x55\x55\xab\x55\x45\xa3\xd1\xba\x7e\x8d\x7d\x7d\x7d\x6a\ \x68\x68\xb0\x7a\x60\xb8\x0d\x09\x4c\xc6\x8d\x23\x49\xc5\x62\x51\ \xe9\x74\xda\xdc\x8e\xdc\x4b\x28\x14\xb2\xc2\x87\xdd\xdd\xdd\xfa\ \xcd\xdf\xfc\x4d\x6d\x6e\x6e\xea\xdc\xb9\x73\x16\x17\x46\x9c\x16\ \xc2\x63\x77\x77\x57\xb9\x5c\x4e\x03\x03\x03\xea\xe8\xe8\x30\xa6\ \x03\x45\x41\x0b\x9c\x6f\x7e\xf3\x9b\x76\x1d\x9e\x1f\xf0\x84\x10\ \x2b\x97\xcb\xe6\xaa\x90\x64\x81\xe6\x80\x10\x80\x2f\x82\xb3\x5c\ \x2e\x5b\x6c\x54\xa5\xf2\xbc\x3f\x1e\x82\x8b\x8c\x39\x5c\x08\x14\ \x9f\x44\x99\xa1\x20\xf6\xf7\xf7\x45\xa8\x00\xef\xd3\x47\x11\xa1\ \x9d\x4a\xa5\xea\xaa\xc1\x17\x0a\x05\x53\xb6\xde\x18\x62\xad\x79\ \xc6\xca\x5b\xd5\xfe\x35\x94\x99\x77\xa5\x7b\x17\x34\xeb\x3c\x98\ \x49\xc8\x9e\x60\x4d\xb3\xde\x3d\xc3\xea\x05\x24\xfb\xd0\x17\x93\ \x64\x2d\x52\x87\xac\xaf\xaf\xcf\x8a\xb4\xb6\xb7\xb7\x6b\x62\x62\ \x42\xc3\xc3\xc3\x36\xa7\xec\x13\xf6\xf1\x85\x0b\x17\x4c\x1e\x4a\ \xc7\xf5\xc6\x70\xff\x02\x3e\xd2\xe9\xb4\x16\x17\x17\x4d\xf8\x7a\ \xa0\x89\x0c\xc2\xd5\xe3\x03\x66\x89\x87\x64\x3c\xd8\x83\x28\xe1\ \x81\x81\x01\x5d\xba\x74\x49\x9b\x9b\x9b\x7a\xf4\xe8\x91\x24\xa9\ \xbf\xbf\x5f\xb9\x5c\xce\x62\xab\x82\xac\x27\x7d\x48\x29\x51\xe2\ \xd9\x13\x0f\xbe\x0b\x85\x42\x1d\xc3\x9c\x48\x24\xd4\xd0\xd0\xa0\ \xf5\xf5\x75\x0b\xca\xa7\x15\x0f\x2d\x70\xbc\xdc\xf6\x59\x92\x18\ \x96\x4b\x4b\x4b\x4a\x26\x93\x7a\xf8\xf0\xa1\xca\xe5\xb2\x6e\xdc\ \xb8\xa1\xef\x7f\xff\xfb\xf2\xe1\x29\xb0\xa2\x89\x44\x42\x9b\x9b\ \x9b\x5a\x5f\x5f\xaf\x63\xa4\x50\xa2\xc8\x94\xa6\xa6\x26\x6b\xdf\ \xc3\x5a\x26\x64\x80\x31\x8e\x44\x22\x66\x68\xf9\xf5\xe0\x81\x09\ \xfa\x04\x46\x93\xb5\xc5\x9a\x04\xe4\x7a\x57\x21\xb1\x69\xac\x09\ \xc6\x0e\x7d\x53\xad\x56\x0d\x0c\x03\x08\xf8\xae\x37\x00\xf8\x9b\ \x75\xe1\x63\x0e\x3d\x0b\xc5\x67\xc9\x16\x05\xb8\x32\x4f\x7c\x0f\ \xd9\x2b\xa9\xce\x68\xc1\x9d\xeb\x01\x43\xa5\x52\xb1\xe7\xf2\x80\ \x8b\xbd\xc7\xdc\x55\xab\x55\x8b\x47\xe5\x7b\xdc\x3f\xe7\xf0\x71\ \x9c\x80\xdd\x42\xa1\x60\xfb\x11\xc3\x24\x68\x88\xf3\x8c\xb0\x87\ \x9c\x0f\x19\x42\x02\x0d\xf3\x45\x8d\x42\x0c\x11\xd6\x38\x0c\x1a\ \xf7\x19\x8c\x05\x66\xbd\x20\x97\xbc\x0b\x15\x5d\xc5\x5a\xeb\xeb\ \xeb\xb3\x7b\x42\xde\xa0\x63\x90\x9b\xe8\x1d\x5f\xbf\x8e\xce\x1f\ \xe1\x70\xd8\x4a\x06\x45\x22\x11\x45\x0a\x85\x82\xd5\x64\x89\xc5\ \x62\x16\xd4\x4b\x9a\x3f\x74\x36\xed\x1e\x3a\x3a\x3a\x8c\xcd\x62\ \x42\x19\x50\x2c\x38\x82\x60\x41\xb7\x64\xbb\xd5\x6a\xc7\xf1\x0e\ \xf8\xdb\x83\x14\x9f\xff\xdb\x53\x8d\xde\x42\x66\xc0\x7c\xe6\x95\ \x77\x53\x49\xcf\xfb\xe3\x79\xf4\xeb\xcf\xcf\xf9\xa4\xfa\x3e\x88\ \x9c\xd3\x6f\x1c\x0f\x12\xf8\x3c\x9b\x8f\xf3\x02\x34\x58\x34\x6c\ \x86\x9e\x9e\x1e\x45\xa3\x51\x13\x8e\x1d\x1d\x1d\x1a\x1c\x1c\xb4\ \x26\xa2\xd4\x9e\x19\x1c\x1c\x54\x36\x9b\xd5\xdd\xbb\x77\xeb\xe2\ \x2d\xb0\x36\x7c\xfc\x05\xa0\xcf\x8f\x87\x57\x5a\x6c\x2e\xee\x8b\ \xc5\xc5\xe2\xe0\x1e\x19\x5f\x84\x3b\xdf\x61\x3e\x19\x2f\x14\x2a\ \xe7\xe6\x7b\x1e\xbc\x7a\x05\x4a\xcc\x18\x0b\xdc\x03\x63\x98\x82\ \x70\xf8\x38\x63\x95\xe6\xb7\x64\xb1\x4d\x4f\x4f\xab\xb7\xb7\xb7\ \xce\xcd\x16\x0e\x87\xad\xa0\x21\x45\x58\x71\x47\xe0\x7a\x5d\x5d\ \x5d\xb5\x06\xe5\x54\xcd\xdf\xda\xda\xb2\xf6\x33\x30\x42\x85\x42\ \xc1\xe2\x3b\x00\x15\x6c\x0c\x2f\xa0\xb6\xb6\xb6\xb4\xb8\xb8\x68\ \xf1\x13\x13\x13\x13\x1a\x18\x18\x30\x4b\x1d\x05\x28\xc9\x04\xf7\ \x93\x27\x4f\xac\xfc\x40\x2e\x97\xb3\xfb\xa3\x82\x79\xb9\x5c\xb6\ \xd6\x46\xe5\x72\x59\xd1\x68\x54\xeb\xeb\xeb\x56\x03\x6b\x6f\x6f\ \x4f\x99\x4c\xc6\x5a\xfd\x1c\x1d\x1d\x37\x85\x86\x99\xf3\x85\x16\ \xb1\x06\x51\x66\xb8\xe2\xcb\xe5\xb2\xb5\xb5\x42\x79\x04\xe3\x79\ \xb0\xba\x00\x6a\xb8\x0c\xe9\x21\x88\x55\x8a\x90\xf5\x4a\xc1\x83\ \xf1\x54\x2a\xa5\x0b\x17\x2e\xe8\xe6\xcd\x9b\x75\xee\x19\x6f\x18\ \xb1\xd7\xfc\xbe\xf0\x7b\x8b\x35\x05\x63\x00\xf3\xe6\x05\xb0\x67\ \x41\xfd\x3a\xe7\x7a\x58\x8f\xfe\x7e\x31\x46\x50\x12\x80\x53\xd6\ \x5b\x73\x73\xb3\xb9\xfb\xce\x9c\x39\x63\xed\x8f\xbc\xeb\x9e\xb2\ \x00\xc8\x30\xda\x6b\xa0\x08\x71\x37\x62\x0c\x79\x26\x9e\x4c\xc4\ \x5c\x2e\x67\x49\x27\xdc\x37\x7b\x10\x19\xe8\xf7\x88\xdf\x63\x3e\ \xe6\xa8\x56\xab\x19\x10\x0c\x87\xc3\xfa\xe2\x17\xbf\xa8\xae\xae\ \x2e\xdd\xbb\x77\x4f\x73\x73\x73\xfa\xfc\xe7\x3f\x6f\x0d\xaa\x5f\ \x7b\xed\x35\x03\xee\xec\x7b\xd8\x3b\x64\x08\x41\xbd\xe5\x72\xd9\ \x94\x12\xca\xaa\x54\x2a\xa9\xab\xab\x4b\x0d\x0d\x0d\x75\xee\xea\ \x74\x3a\xad\xd6\xd6\x56\x0d\x0d\x0d\x59\x9d\x2d\x18\xa7\x5a\xed\ \x79\x2d\x3a\x92\x1f\xd8\xe7\x95\x4a\x45\xfd\xfd\xfd\x6a\x6c\x6c\ \xd4\xca\xca\x8a\x85\x2c\x0c\x0d\x0d\xe9\xee\xdd\xbb\x75\x4a\x1c\ \x5d\xb3\xbb\xbb\x6b\x31\xc0\xde\xab\x41\x60\xb9\x24\xad\xae\xae\ \x5a\xdc\xdb\xc6\xc6\x86\x8d\x0f\xe3\x87\xd2\x6d\x68\x68\xb0\x82\ \xa6\x18\x38\x1e\xdc\x20\xdb\x1a\x1a\x1a\xac\xf7\x21\x25\x44\x98\ \x13\xd6\xb7\x24\x73\x93\xf2\x9e\xaf\xa5\xc6\x9a\xf3\xae\x22\xaf\ \x23\x3c\x33\x83\x8b\xcd\xef\xad\x48\x24\x62\xba\x98\x6b\xec\xef\ \xef\x5b\x67\x0a\x58\x66\xd6\x10\xeb\x1f\x63\x97\x9a\x76\xec\x39\ \x3e\xeb\x0d\x13\x40\xb0\x8f\x9d\x05\xfc\xf3\x4c\x5e\xc7\xb1\x8f\ \xd1\x8f\xe8\x09\xf6\x26\xf5\x04\x39\xf8\x1c\x20\xdf\xeb\x2a\xc6\ \x10\xd9\xe4\x01\x90\x77\xc5\x23\xab\x7c\xd8\x87\x07\xc5\x74\x9c\ \xf0\x8c\x22\x2c\x18\xae\x3c\x64\x0c\x00\x0c\x9d\x04\x78\x02\x38\ \x93\x50\xc6\x3c\x70\x00\xd2\x61\xac\xb8\x06\xfb\x98\x75\x01\xcb\ \xb7\xbf\xbf\x6f\xf1\x8f\xbd\xbd\xbd\xda\xde\xde\x3e\x6e\x35\x48\ \xf3\x66\x2c\x60\x52\xd6\x01\x1b\x50\xe0\x50\xa9\xa4\xc3\xc2\x0c\ \x60\x85\x32\x20\x1e\xc9\xb3\x39\x08\x08\xa4\xd6\x13\xc2\xc5\x0b\ \x60\x4f\xed\x31\xb1\x1e\xe1\x7a\x21\xe0\x85\x99\x67\x9d\xbc\x0f\ \xd5\xbb\x03\xbd\x4b\xc5\xbb\x13\x7c\x6c\x17\xe7\x67\xd1\xf9\x05\ \xe0\xc1\x95\xbf\x37\xc6\x88\x05\xe0\x01\x07\xe7\xf0\x3e\x76\x94\ \x2a\xe3\xe0\x15\xdc\xcd\x9b\x37\x95\xcd\x66\xeb\x80\x23\x2e\x28\ \x9e\xad\xad\xad\xcd\x10\x3d\xd7\xf1\x8a\xd3\xdf\x8b\x0f\xf8\xe5\ \xd9\xfc\x33\x78\x5a\x9e\x79\xf0\xcf\xca\x38\xf0\x1a\x96\x22\xc0\ \x87\x7b\xf2\x0d\x4a\x39\x3f\x81\xac\x6c\x36\xd6\x07\x05\x55\xcf\ \x9e\x3d\xab\xcf\x7e\xf6\xb3\x6a\x6c\x6c\x54\x77\x77\xb7\xd6\xd6\ \xd6\x34\x39\x39\xa9\x4a\xa5\x62\x2c\x4d\x4b\x4b\x8b\xb2\xd9\xac\ \x8a\xc5\xa2\xb5\xc4\x61\x13\x49\x32\xd7\xe6\xda\xda\x9a\x65\x69\ \x2e\x2e\x2e\x6a\x68\x68\x48\xb3\xb3\xb3\x26\xd4\x59\x93\xab\xab\ \xab\xea\xef\xef\x57\xa1\x50\xb0\x44\x8e\x78\x3c\x5e\xd7\x2c\x19\ \xcb\xac\xaf\xaf\xcf\x98\x1f\x0a\x1d\x36\x36\x36\x2a\x97\xcb\x19\ \x1b\xc1\x78\x22\xec\x28\xc4\xe8\x5d\x16\x28\x3a\x1a\xe3\xd6\x6a\ \xc7\x6d\x8d\x48\x5a\x68\x6c\x6c\xd4\x47\x1f\x7d\xa4\xc9\xc9\x49\ \xb5\xb4\xb4\x28\x1e\x8f\x9b\x1b\xb0\xad\xad\x4d\xf9\x7c\xde\xe8\ \x69\x2c\x6c\x5f\xa1\x1e\xb0\x47\xf6\x68\xad\x56\xd3\xc6\xc6\x86\ \x52\xa9\x94\xb9\x61\x77\x77\x77\x95\x48\x24\x4c\x71\x01\x64\x36\ \x37\x37\xcd\x5d\x0a\xab\xb6\xb5\xb5\x65\xfb\x03\xf7\x1d\x25\x45\ \x00\x12\x7e\x8e\xa6\xa6\xa6\x74\xf3\xe6\xcd\xba\x75\xe4\x5d\x13\ \x41\x50\xee\x63\x73\x00\x32\x9e\xd5\xc1\xdd\x8b\x82\xf2\xb2\x84\ \x3d\xeb\x93\x24\xfc\xfe\x67\x1c\xbc\x11\xe1\xb3\x71\xfb\xfb\xfb\ \x35\x31\x31\xa1\x73\xe7\xce\x59\xf6\x90\x07\x7b\x28\x19\xc6\x0d\ \x70\xcd\xb8\x33\x86\x3e\x89\x81\x58\x12\x6a\xaa\x91\x9c\xd2\xd0\ \x70\x5c\xef\xe9\xbd\xf7\xde\xb3\xc4\x06\x5f\x60\xd6\x03\x51\xcf\ \x86\xb3\x37\xfd\x1e\x97\x9e\xd7\x60\x8b\x46\xa3\xaa\x56\x8f\x93\ \x86\xf6\xf7\xf7\x35\x3f\x3f\xaf\xa3\xa3\x23\x4d\x4d\x4d\x69\x75\ \x75\x55\xe3\xe3\xe3\x75\x7b\x92\x7a\x76\xb8\xfd\x09\xdf\x20\x9b\ \x12\x99\xce\xf9\xc3\xe1\xb0\x92\xc9\xa4\x59\xec\x00\x90\x52\xa9\ \xa4\xb1\xb1\x31\xdb\xbf\xbe\x30\x2c\xf2\x8d\x9e\x96\x00\x93\x4c\ \x26\xa3\x6a\xb5\xaa\xd1\xd1\x51\xcb\xb0\x9d\x9b\x9b\x53\x2a\x95\ \x52\x26\x93\xd1\xcc\xcc\x8c\x36\x37\x37\x2d\x33\x1a\x16\xa4\x58\ \x2c\x5a\xe2\x0e\xec\x80\x0f\x4e\x07\xd4\x50\x6a\x25\x1a\x8d\x5a\ \xf2\x0b\xcf\x45\x4b\xa6\xc6\xc6\x46\x4b\xa2\x00\x7c\x90\xa1\x99\ \xcd\x66\xcd\xdd\x4d\xa6\x36\xcf\x84\x62\xc5\x85\xe8\xdd\x7d\xc8\ \x4d\x12\xc2\x00\x36\xd2\xb1\x71\x4a\xf8\x02\xeb\xd5\x03\x57\x49\ \xd6\xe6\x08\x99\x09\xf0\xf0\xa1\x2e\xde\x80\x08\x26\x38\x00\xa6\ \x7c\x32\x8c\x07\xfd\x7c\xd7\x57\xc5\x47\x17\xf1\x59\x0c\x4b\x62\ \xca\x78\xae\xa3\xa3\xa3\x3a\xf7\x35\x72\xdb\xb3\x4c\x87\x87\x87\ \x16\xe7\xbb\xb9\xb9\x69\x05\xc6\xd1\x0d\x9e\x31\x0d\x02\x2b\x8c\ \x09\x0f\xe2\xb8\xdf\x60\xd3\x76\x3e\x87\x4e\xf1\x1e\xa8\x20\x21\ \x12\x0e\x87\xed\xfb\x3e\xc6\x2f\x38\xa6\x9c\x8b\x7d\x46\xbc\x2d\ \xf3\xbb\xbd\xbd\xad\xad\xad\x2d\xf3\x32\x49\xcf\x99\x40\xf4\x0e\ \xf3\xc1\xda\x40\x06\x44\x22\xc7\xc9\x67\x00\xcb\x62\xb1\xa8\xe5\ \xe5\x65\x45\xd8\x8c\x2c\x04\x04\x80\x17\x86\x80\x29\x3e\xe3\x01\ \x00\x03\x17\xa4\x71\xb1\x08\xbd\x25\x8a\xd0\xe0\x86\x59\xb4\x2c\ \x00\xff\xbf\x77\xc5\x79\x8b\xd7\x53\x9c\xbc\x0e\x02\x45\x20\x79\ \x20\xc4\xe1\x91\x27\xe7\xf0\x7e\xed\xe0\x81\xf0\xe5\x7b\x1e\xc5\ \x7a\x40\x83\xb0\xf5\x31\x31\xa1\x50\xc8\xda\xa0\xb0\xd8\xb3\xd9\ \xac\x15\xcf\xe3\x33\x04\x49\x6e\x6f\x6f\xd7\xb5\x12\xc2\x32\xa0\ \x6e\x10\x8c\x43\x7f\x7f\xbf\x56\x56\x56\x8c\xad\xe0\xf0\x56\xbe\ \x77\xd7\x40\x6b\xf6\xf6\xf6\xaa\xb1\xb1\x51\xe9\x74\xda\x90\x3c\ \x20\x09\x65\xed\x9f\x8b\x45\x89\x12\xac\x54\x2a\x66\x19\xa0\xe0\ \xc8\xaa\x6a\x6d\x6d\xd5\xd2\xd2\x92\xda\xda\xda\xac\xf7\x64\xa9\ \x54\xd2\xfb\xef\xbf\x6f\xe0\x90\x66\xb5\x5d\x5d\x5d\x1a\x1e\x1e\ \xd6\xe5\xcb\x97\xd5\xd4\xd4\xa4\x91\x91\x11\xc5\xe3\xf1\x3a\xd6\ \x69\x77\x77\xd7\xe2\x2b\x7c\xe6\x9f\xa7\xdb\xa1\xca\x7d\x26\x55\ \x73\x73\xb3\xa6\xa7\xa7\xcd\x95\x57\x2c\x16\x0d\xdc\x21\x58\x68\ \x52\x7e\xf6\xec\x59\x6b\xda\xcb\xda\xc5\x35\x07\x20\x21\xc1\x20\ \x95\x4a\x19\x9b\xcb\x38\x15\x0a\x05\x75\x75\x75\x99\x35\x5e\x2a\ \x95\xb4\xbf\xbf\xaf\x81\x81\x01\x53\x6e\x87\x87\x87\x8a\x46\xa3\ \x4a\x26\x93\x26\xbc\x70\xad\xb0\xb6\xe2\xf1\xb8\xee\xdf\xbf\xaf\ \xf7\xdf\x7f\x5f\x5d\x5d\x5d\xba\x78\xf1\xa2\xda\xdb\xdb\xad\x66\ \x17\xae\x7b\xaa\x6e\x13\x1b\x13\x0a\x85\xb4\xb6\xb6\x66\x02\x82\ \x20\x7b\x1a\xb2\xaf\xac\xac\xa8\xb7\xb7\x57\x2b\x2b\x2b\x75\xfb\ \x1a\x25\x8a\xd1\xc4\xb9\x89\xf5\x43\x99\x51\x09\x1f\x96\x8b\x42\ \x9a\xb8\x5d\x00\x68\xc3\xc3\xc3\x75\xc6\x8f\x77\xd5\x07\x59\x2c\ \xe9\xb9\x0b\x0f\xa1\xea\x15\x27\xc6\x04\xd6\x27\x69\xed\x3c\x2f\ \xf1\x64\x28\x97\xa0\x45\xea\xd9\xae\x96\x96\x16\xf5\xf4\xf4\xe8\ \xfa\xf5\xeb\x3a\x7d\xfa\xb4\x26\x26\x26\x14\x8b\xc5\x4c\xee\xb0\ \x47\x38\x27\x42\x91\x98\x3e\xf6\x27\x40\x70\x67\x67\xa7\x2e\x2e\ \xa9\x5a\xad\x1a\xa3\xba\xbd\xbd\x6d\xf3\x4a\xad\x3f\x9e\xe9\xcd\ \x37\xdf\x34\xe5\xc1\x1a\x40\x46\x7a\xe5\xca\x7d\x63\x44\xf9\x18\ \x35\x0e\x94\x6b\x4b\x4b\x8b\x06\x07\x07\x4d\x4e\x8c\x8f\x8f\x5b\ \x6d\x37\x7a\x68\xd2\x96\x08\x25\xce\xb8\xa7\x52\x29\x93\x7f\xc4\ \x14\xf9\xd8\xb7\x5a\xad\x66\x19\x9a\xec\x0b\xd8\x38\x14\xbb\x67\ \x23\x6b\xb5\xe3\xe2\xbf\x94\x9e\xa9\x56\xab\xb6\x66\x00\xad\x24\ \x5f\xd0\x4a\x29\x91\x48\xe8\xf4\xe9\xd3\x56\xf9\xfd\xd9\xb3\x67\ \x06\x62\x8b\xc5\xa2\x31\xbf\x9e\xed\x60\x0d\x03\xc2\x06\x06\x06\ \xf4\xda\x6b\xaf\x99\x82\x83\x85\x41\x7e\x62\xbc\xb0\x5e\x38\x8f\ \x57\xba\xc8\xc4\x5a\xad\x66\x6c\x3a\x4a\x15\x60\xda\xda\xda\x5a\ \xb7\x3f\x90\x83\x5d\x5d\x5d\xa6\x6c\x59\x83\x9e\x69\xf1\x6e\x39\ \xd6\x14\x0c\xd4\xd2\xd2\x92\xda\xdb\xdb\x8d\x89\x66\x7d\x7b\x16\ \x89\x7d\xe8\x8d\x66\xe6\x15\xd9\x82\x7c\xc6\x80\x84\x4d\x05\x9c\ \x03\x4e\xa5\x63\x63\x34\x9f\xcf\x5b\xa2\x13\x00\x90\xd2\x1e\xc8\ \x01\xef\x9e\x07\x98\x63\xe8\x10\x93\xb9\xb2\xb2\x62\xdd\x40\x60\ \x07\x71\x9b\xfb\x24\x0a\xbc\x15\x3e\xd6\x96\xb1\xc0\x78\x25\xc1\ \x82\xef\xd4\x6a\x35\xdb\x8b\x80\x56\xc6\xd6\x37\x7e\xf7\xe0\x0c\ \x30\xc8\x9c\x75\x74\x74\xd4\x85\x62\x78\x17\x66\x90\x05\xa7\x3c\ \x11\x25\x46\xb8\x86\xf7\xf2\x30\xbe\x7c\x97\x78\x46\x30\x0a\xba\ \x63\x60\x60\xc0\x30\x0d\xeb\xbd\xb5\xb5\xf5\xb8\x0e\x16\x14\x25\ \x1b\x19\x45\xeb\x53\xa3\x79\xcf\x53\x9f\x9e\x25\xc2\x8d\xe8\x33\ \xc8\x3c\x70\xe1\xbb\x5c\x8b\x45\xe7\xc1\x81\x07\x32\x0c\x0a\xd7\ \xf3\xd7\xf2\xc0\xc2\x0b\x59\x9f\x0d\xe8\x5d\x86\x92\x6c\xa0\x98\ \x30\xc0\x18\xca\xc0\xfb\xe7\x8f\x8e\x8e\xea\x3e\x2f\xfd\x7c\x3a\ \xb8\x77\x65\x78\x74\x8c\x80\x45\x18\x4a\x32\x74\x0d\x48\x21\x66\ \x08\xe0\xb0\xb6\xb6\xa6\x42\xa1\x60\x31\x20\xe1\x70\x58\xe7\xce\ \x9d\xd3\xed\xdb\xb7\x75\xe6\xcc\x19\xf5\xf5\xf5\x69\x69\x69\x49\ \x95\x4a\x45\x63\x63\x63\x5a\x5f\x5f\x37\x06\xe2\xa4\x79\x63\xd1\ \x8c\x8c\x8c\x68\x6c\x6c\x4c\xd1\x68\x54\xa7\x4f\x9f\xd6\xfd\xfb\ \xf7\xad\xae\xcc\xde\xde\x9e\xb9\x6e\x25\x19\x58\xf1\xf1\x2a\xa1\ \x50\x48\x9d\x9d\x9d\xea\xee\xee\xd6\xe9\xd3\xa7\xb5\xbd\xbd\xad\ \xe1\xe1\x61\x25\x93\x49\x53\x3a\x67\xcf\x9e\xd5\xdd\xbb\x77\xd5\ \xd6\xd6\x66\x42\x02\xd0\x44\xb6\x1d\x7d\xf7\x50\xce\x7d\x7d\x7d\ \x86\xfa\x37\x37\x37\x0d\x68\x90\xd9\xf1\xa3\x1f\xfd\x48\x33\x33\ \x33\x3a\x7b\xf6\xac\x29\xf8\xae\xae\x2e\xdb\x90\x47\x47\x47\x66\ \x15\x37\x35\x35\xe9\xd1\xa3\x47\xba\x78\xf1\xa2\xf9\xe8\xa7\xa6\ \xa6\x8c\x06\x5f\x58\x58\xd0\x3b\xef\xbc\xa3\xc9\xc9\x49\xa5\x52\ \x29\xbd\xfc\xf2\xcb\x16\xf4\x4a\x69\x07\xe6\x9f\xf5\x8e\x9b\x9c\ \x71\x49\xa7\xd3\x8a\xc7\xe3\x1a\x1a\x1a\xd2\xe6\xe6\xa6\x62\xb1\ \x98\x81\x14\x82\xd6\x69\x63\xc4\xda\x26\x46\x0c\x45\x07\x28\xc0\ \x55\x09\x33\xf4\xf5\xaf\x7f\x5d\xbb\xbb\xbb\x2a\x16\x8b\x66\x89\ \xf5\xf6\xf6\xd6\x65\xd4\x10\xe7\x43\xb6\x14\xc2\x1d\xb6\x2b\x1c\ \x0e\x6b\x62\x62\x42\xb9\x5c\xce\xc0\x69\x53\x53\x93\xa5\x90\x03\ \xa6\xbc\x25\x58\xad\x56\x4d\x79\x50\xb9\xdd\xef\x27\xe6\x67\x6d\ \x6d\xcd\x32\x3a\x51\xd6\x00\x83\x99\x99\x19\xf5\xf6\xf6\x6a\x61\ \x61\xc1\xd6\x36\xc2\xd8\xb3\x9d\xac\x31\x2f\xc0\x11\x74\xdc\x2b\ \xe7\xdc\xde\xde\x36\x17\xb1\x57\x3e\x7c\x9f\xb2\x26\x1e\x7c\xd0\ \xc2\x68\x64\x64\x44\x67\xcf\x9e\xd5\x99\x33\x67\x74\xf6\xec\x59\ \x45\xa3\x51\x13\xe6\x5e\x2e\xb0\x47\xbb\xbb\xbb\xeb\x02\x65\xbd\ \x61\xe6\x2d\x6f\xee\x15\x99\xc2\xfc\xe2\x82\xf6\x2e\x0d\xfe\xfe\ \xf0\xc3\x0f\x45\x86\x36\x0a\xda\xbb\xf8\x3d\xa0\xe1\xda\xfc\x70\ \x4e\x14\xa8\x07\x9b\xe5\x72\x59\xf9\x7c\x5e\x7d\x7d\x7d\x7a\xe9\ \xa5\x97\x34\x3a\x3a\x6a\xcd\xde\x63\xb1\x98\x8a\xc5\xa2\x35\x8b\ \x86\x55\xe2\xbb\x28\x35\xcf\x4e\x03\x4c\x70\x81\x7a\x30\xc3\xba\ \xc1\x10\x25\xbe\x0f\xd9\x8c\x31\x53\xad\x1e\xd7\x9c\xda\xd8\xd8\ \xd0\xe8\xe8\xa8\xa2\xd1\xa8\xc9\x03\x7a\x75\xb2\xe6\xb9\xcf\xd9\ \xd9\x59\xdd\xbe\x7d\x5b\x8d\x8d\x8d\x16\x06\x41\x50\x3a\x73\xe2\ \xe7\x82\xf9\x38\x3c\x3c\xd4\xe5\xcb\x97\x35\x34\x34\x64\x60\x9a\ \xa6\xe4\x30\x84\x91\x48\x44\x99\x4c\x46\x6b\x6b\x6b\x26\xa7\xfa\ \xfb\xfb\xf5\x85\x2f\x7c\xa1\x4e\x96\xf3\x83\x61\x87\xf1\x81\x1c\ \x47\x9e\xe5\xf3\x79\x9b\x87\x58\x2c\xa6\x96\x96\x16\xe5\x72\x39\ \x33\x00\xbd\x6b\x1a\x50\x02\xa3\x0a\x3b\xc2\xda\x23\xfe\x0f\x56\ \xbc\x5a\xad\xaa\xb3\xb3\xb3\xae\xf0\xb2\x77\x6d\xa1\xf8\xc9\x82\ \xc4\x2d\xeb\x33\x06\x01\xb2\x34\x84\x66\x8e\x3d\xd1\x11\x0e\x87\ \xd5\xd5\xd5\x65\x00\x1a\xe3\x97\xb5\x00\xb3\xc9\x77\x20\x54\x58\ \x7b\xac\xd1\xd3\xa7\x4f\xd7\xdd\x3f\x80\x8d\x8c\x50\xe6\x0a\x63\ \x14\xc2\x46\x52\x1d\xe1\x82\x8c\xf0\xdd\x1b\x3c\x66\xe0\xd9\x90\ \xa7\xbe\xd6\x18\xf3\x82\x8e\x8a\x44\x22\x66\xdc\xb0\x76\xa8\x91\ \x16\x0e\x87\xcd\xad\x7b\x70\x70\xa0\xbd\xbd\x3d\x35\x37\x37\x6b\ \x7e\x7e\x5e\x5d\x5d\x5d\xea\xe8\xe8\xb0\xa6\xf5\xb8\x98\x89\xcb\ \xc5\x30\xf1\x72\x43\x3a\xce\x3a\x27\xab\xbe\xaf\xaf\xcf\xc2\x32\ \xd0\x9d\x90\x43\x8d\x8d\x8d\x8a\x70\x53\x2c\x28\x1f\xbb\x01\x5d\ \xea\x59\x2b\x0f\x4a\xda\xdb\xdb\xad\xc0\xe5\xea\xea\x6a\x1d\xab\ \x05\x02\xe7\xc6\xa1\xae\xa1\xcf\xf1\x89\x7b\x5f\x32\xe7\x47\xa0\ \x79\x4b\xce\xfb\xe2\x11\x84\x1c\x9e\x49\xf3\x9f\x01\x51\x82\xa0\ \xfd\xb9\x39\x3f\x42\x8d\xe7\x62\x60\x11\xea\x7c\x16\x41\x1f\xa4\ \x31\xbd\xe5\x8c\xe2\x00\xe0\x40\xa7\xe6\xf3\x79\xb5\xb5\xb5\xd5\ \x55\x9d\xa6\x5a\xfe\xc0\xc0\x80\x4a\xa5\x92\xbe\xf1\x8d\x6f\xe8\ \xc9\x93\x27\xea\xed\xed\xd5\xee\xee\xae\x62\xb1\x98\x7e\xe3\x37\ \x7e\x43\xf1\x78\x5c\x2d\x2d\x2d\x1a\x18\x18\xb0\xf2\x19\x57\xae\ \x5c\xd1\xc7\x1f\x7f\x6c\x96\x03\x8b\xfc\xf0\xf0\xd0\x2a\x9d\x8f\ \x8f\x8f\xeb\xd4\xa9\x53\xb6\x98\xa9\x72\xfe\xb5\xaf\x7d\xcd\x02\ \x44\xb1\x3e\x9e\x3e\x7d\xaa\x4a\xa5\x62\xa0\xe8\xd4\xa9\x53\xea\ \xec\xec\x54\x67\x67\xa7\x25\x32\xcc\xcc\xcc\xa8\xa9\xa9\x49\x1b\ \x1b\x1b\xf6\xec\xb8\xa0\x1a\x1b\x1b\x75\xfb\xf6\xed\xe7\x7e\xe7\ \x48\x44\x5f\xf8\xc2\x17\x2c\x4e\x6f\x7f\x7f\x5f\x6d\x6d\x6d\xca\ \x66\xb3\x5a\x58\x58\xd0\xda\xda\x9a\x26\x26\x26\xea\xfa\xff\x8d\ \x8d\x8d\xa9\x50\x28\x68\x65\x65\x45\x93\x93\x93\xe6\x92\xc3\xc2\ \xc4\x02\xa6\x06\x18\x73\x5d\x2c\x16\xad\x31\x2d\xf3\x56\x28\x14\ \x6c\x3e\x46\x47\x47\x35\x36\x36\x66\x59\x20\x64\xbd\x21\x98\x71\ \xed\xa0\x9c\x60\x6b\xc7\xc6\xc6\x2c\xc0\xb9\xb9\xb9\x59\x1d\x1d\ \x1d\x75\x3e\x7b\x18\x1e\xb2\x96\xa8\x81\x45\xf6\x2d\x1b\x99\x52\ \x27\xac\x51\x2c\xcc\x85\x85\x05\xf5\xf4\xf4\xa8\xb1\xb1\xd1\x92\ \x42\xd8\xdc\x58\x45\x58\xb9\x9e\x89\x03\xb8\xe3\xb2\xa2\x4e\x11\ \x7b\xb7\x54\x2a\x59\x8c\x0c\xf4\x3d\x6c\x9a\x8f\x5b\xf2\xec\xa5\ \xef\x41\xb8\xbf\xbf\x6f\x09\x03\xd2\xf3\x5e\x8d\x08\xc3\x6a\xb5\ \x6a\x31\x84\xed\xed\xed\xfa\xa5\x5f\xfa\x25\x3d\x7b\xf6\xcc\x9e\ \x8f\xbd\xe2\x59\x8c\x60\x2c\xa4\x8f\x61\xf1\x2e\x79\x14\xfe\xee\ \xee\xae\x35\x40\x97\x9e\xd7\x11\xf3\xcc\x36\x0c\xc8\xe5\xcb\x97\ \x35\x33\x33\xa3\xc1\xc1\x41\x33\x5e\xf6\xf6\xf6\xcc\xf5\x55\x2c\ \x16\x2d\xcb\xb4\xa7\xa7\xa7\x2e\x60\xd5\x57\xd1\xf7\x4c\x87\x67\ \x20\x2a\x95\xe3\x52\x1a\xb8\xe7\x1a\x1b\x1b\x2d\x68\x17\xd9\x84\ \xbc\x9c\x9d\x9d\xd5\xdb\x6f\xbf\xad\xa3\xa3\x23\xfd\xf5\x5f\xff\ \xb5\x36\x37\x37\xeb\x5c\x8a\x5e\xf1\x22\x4b\xda\xda\xda\xac\xe4\ \x00\x40\x3f\x1a\x8d\xd6\xf5\x0a\x64\xbf\x21\x07\x61\x23\x9a\x9a\ \x8e\x5b\xca\xdc\xb9\x73\x47\xa3\xa3\xa3\x56\x3b\x8f\xf3\x63\x64\ \x30\x86\xc4\x5b\x22\x83\x50\xb6\x18\x00\x04\x18\xa3\xe8\x61\xaf\ \x98\x53\xf6\x07\xae\x25\x00\x05\x80\x33\x95\x4a\x19\xb0\x46\x79\ \xe3\xc6\xce\xe7\xf3\x26\xcb\x1e\x3f\x7e\xac\x37\xdf\x7c\xd3\x14\ \x3f\xb2\x15\x46\x98\xb1\x20\x11\xc8\xeb\x9c\x44\x22\xa1\x2f\x7e\ \xf1\x8b\xb6\x16\xc2\xe1\xb0\xb1\x4a\x0b\x0b\x0b\xba\x79\xf3\xa6\ \xf2\xf9\xbc\xd5\xa5\x1b\x1a\x1a\x52\xa9\x54\xd2\xbd\x7b\xf7\x74\ \xed\xda\x35\x5b\x03\xc4\x9a\xb2\x67\xd9\x2b\x07\x07\x07\xca\xe5\ \x72\x92\x64\xb1\xa1\xbe\x35\x17\x20\x0e\xb7\x18\x6b\x46\x92\x19\ \x2b\x92\xcc\x00\x63\xbf\x11\x37\xe4\xb3\x2a\x3d\xab\xe6\x8b\xe3\ \xb2\xfe\x00\x4a\xbe\xf0\x2d\xf3\x01\x53\x08\xa9\x00\x73\x03\x21\ \xc1\x75\xbd\xb1\xe5\xe3\xf0\x38\x1f\x7f\x93\x85\xcc\xb5\x89\xb9\ \x26\xb3\x98\xfd\xdb\xd6\xd6\x66\xc0\xd1\x87\xc5\xe0\x55\xe1\x33\ \x5e\x57\x7a\x23\xc4\x7b\x99\xaa\xd5\xaa\xed\x2b\x4f\x5e\xf8\x79\ \xf5\x32\xc5\xb3\xc3\xe8\x58\xf6\x20\x3f\xf9\x7c\xde\xe4\x13\xc6\ \x1a\x6b\x1a\xc0\xda\xda\xda\xaa\xcb\x97\x2f\x6b\x7b\x7b\xbb\x2e\ \xc1\xc4\x33\x55\xcc\x1d\xfb\x0e\x70\xc8\x73\x03\x66\x91\xd7\x78\ \xac\x70\xb1\xb2\xce\x22\xa0\x59\x1e\xc4\x5b\x2d\x04\x67\x53\x06\ \xc0\xa7\x52\x12\x27\x93\x4a\xa5\x0c\xad\xe2\xcb\xf6\x71\x10\x9c\ \x8b\x49\x41\x21\x57\x2a\x15\x65\x32\x19\xbb\xa6\x5f\x2c\x4c\x82\ \x67\xb6\x3c\x38\xf2\xee\x2b\x36\xf3\x8b\x98\x25\xce\xe1\xc1\x17\ \x8b\xda\x5b\x8b\x2c\x3c\x26\x0a\x4a\x9c\xf7\xf0\x65\xfb\xfb\x41\ \x78\x71\x5f\xfc\x3e\x38\x38\x50\x32\x99\xb4\xd8\x07\x04\x29\x1b\ \xa0\xaf\xaf\xcf\x7a\xe2\xc1\x58\x3d\x78\xf0\x40\x9d\x9d\x9d\xfa\ \xdc\xe7\x3e\xa7\x85\x85\x05\x35\x35\x35\x19\xab\xf0\xce\x3b\xef\ \x28\x91\x48\xe8\xca\x95\x2b\x1a\x19\x19\x51\x47\x47\x87\x66\x67\ \x67\x2d\xc6\x81\xc5\xb4\xb5\xb5\x65\xc1\x9e\xbb\xbb\xbb\x66\x65\ \x03\xd8\x38\x96\x97\x97\x35\x38\x38\x68\xd9\x8c\x63\x63\x63\x96\ \x61\x74\x74\x74\xa4\x99\x99\x19\xad\xaf\xaf\x6b\x7d\x7d\x5d\xc3\ \xc3\xc3\xda\xdf\xdf\xd7\xca\xca\x8a\xee\xdd\xbb\xa7\xb6\xb6\x36\ \x4d\x4f\x4f\x6b\x7b\x7b\x5b\xa1\xd0\x71\xbb\x8a\xee\xee\x6e\x5d\ \xb9\x72\xc5\x7a\x51\xa2\x24\xc9\xea\x21\xce\x89\xe0\xe2\xed\xed\ \x6d\xb3\xb2\xe9\x95\x58\x2e\x97\xd5\xd7\xd7\x67\x19\x85\x0b\x0b\ \x0b\xb6\x81\xc8\x06\x5c\x5a\x5a\x32\xe0\x43\x80\x38\xac\xd0\xde\ \xde\x9e\xd6\xd6\xd6\x4c\x00\x10\x13\x05\xeb\xb3\xbe\xbe\xae\x64\ \x32\xa9\x5c\x2e\xa7\xa1\xa1\x21\xed\xec\xec\x18\x68\x41\x38\x4a\ \x32\xb7\xdc\xc7\x1f\x7f\xac\xa3\xa3\x23\x7d\xee\x73\x9f\xd3\xe9\ \xd3\xa7\x6d\xee\x89\x5b\xa2\x02\x38\x99\xb1\x08\x94\xa3\xa3\x23\ \x63\x14\x7c\xa5\x72\xca\x9d\xec\xec\xec\x28\x1e\x8f\xab\xab\xab\ \xcb\xb2\xa8\x70\x93\xdd\xa8\x85\x00\x00\x20\x00\x49\x44\x41\x54\ \x17\x13\xc4\x4b\x73\x74\x94\x2b\xc5\x4c\x01\x02\xec\x37\x94\x28\ \x71\x40\xf1\x78\x5c\x3f\xfb\xd9\xcf\xac\x8a\xbd\x74\x5c\x76\x83\ \xc0\x7e\x9a\x3b\x97\xcb\x65\xeb\xeb\x48\x60\x6d\x73\x73\xb3\x72\ \xb9\x9c\xe2\xf1\xb8\xd2\xe9\xb4\xba\xbb\xbb\xd5\xd6\xd6\x66\x09\ \x00\x80\x96\x42\xa1\xa0\x58\x2c\x66\xc9\x2e\x5f\xfe\xf2\x97\xf5\ \xe3\x1f\xff\xd8\x94\x12\x63\xc4\xbe\xf6\x2e\x1e\xf6\x12\xc2\xd5\ \xef\x57\xff\x1e\x60\xc4\x67\xcf\x62\xb9\x5f\xb8\x70\x41\x57\xaf\ \x5e\xb5\x3a\x4f\x08\x62\x98\x42\x1f\x54\x8e\x65\x5e\x2a\x95\x6c\ \x4f\x6f\x6d\x6d\x69\x7e\x7e\x5e\x92\xea\x8a\xc3\x22\x68\x29\xdd\ \x80\xd0\xac\xd5\x6a\x16\xbc\x4a\xcb\x2b\x00\x56\xa9\x54\xd2\xee\ \xee\xae\xe6\xe6\xe6\xb4\xb7\xb7\xa7\xff\xf5\xbf\xfe\x97\x29\x8b\ \xa5\xa5\x25\x63\xac\x50\x9c\xc8\x41\x00\x38\x7b\xd3\xbb\x4c\x88\ \xb3\xf4\xb2\xcb\xcb\xba\xa1\xa1\x21\x85\x42\x21\x7d\xfb\xdb\xdf\ \x56\x7f\x7f\xbf\xce\x9d\x3b\xa7\x5a\xad\xa6\x91\x91\x11\x75\x77\ \x77\x1b\x98\x62\x4c\x89\xa5\xe1\xf9\xc8\xa0\xed\xe9\xe9\xb1\xc6\ \xdd\xb0\x1d\x80\x69\x94\x08\xc6\x00\xa0\x52\x92\x95\xa9\x40\x09\ \x23\xcb\x01\xfb\xac\x51\x12\x03\x7c\xec\x58\x28\x14\x52\x2e\x97\ \xd3\xcd\x9b\x37\xad\xee\x17\x2c\x07\xf3\xc3\xbc\x01\x12\x61\x29\ \x08\x84\xfe\xd2\x97\xbe\xa4\xfd\xfd\x7d\x15\x0a\x05\x49\xb2\x58\ \x2c\x49\x1a\x1c\x1c\xd4\xaf\xff\xfa\xaf\x1b\x23\xb1\xb5\xb5\x65\ \x8c\xc8\xa5\x4b\x97\x2c\x89\x02\x10\x88\xec\x60\xff\xc2\x7e\x91\ \x08\xe1\x63\xf0\xfc\x5a\xf6\xed\xaf\x28\xea\x9a\x4a\xa5\xac\x6d\ \x8f\x0f\x84\x6f\x6c\x6c\x34\x90\xef\x5d\x7b\x1e\x3c\x03\xae\x30\ \x5e\xd0\x95\x8c\x0b\x60\xca\x13\x18\x3e\x96\x8f\xf8\x48\xc0\x1d\ \x6b\x07\xd9\xc0\xbc\xec\xed\xed\x59\x32\x81\x67\x8c\x7c\x9c\x2e\ \xcf\xe4\xf5\xa8\xf7\x3a\x79\x06\x38\xe8\x61\x22\x16\x94\x75\x0f\ \x78\xe7\x3e\xbd\x1e\xf7\x04\x86\x4f\xa6\x09\x92\x18\xa1\xd0\xcf\ \xb7\xcc\x22\x2e\x8e\x98\x57\xee\x45\x3a\xf6\x54\x51\x4b\x11\x4f\ \x00\xef\xb3\x17\xbd\x91\x55\x2a\x95\xea\x42\x40\xd8\xe3\x84\xa1\ \x74\x76\x76\xda\xbd\xb3\x4f\x42\xa1\x90\x31\x8e\xb5\xda\x71\x02\ \x0a\x2c\x1f\x09\x82\x47\x47\x47\xc7\x19\xad\x9d\x9d\x9d\xdf\xc2\ \xca\xe4\x81\x98\x54\x06\x82\x45\xef\xd1\x1b\x37\xca\xc2\xdc\xde\ \xde\x36\xab\x11\x36\x81\x36\x39\x3b\x3b\x3b\x8a\xc5\x62\x9a\x9e\ \x9e\x56\x22\x91\x30\xa1\x8d\x8b\x8a\x8d\xe6\x99\xaa\xa0\x2b\xc1\ \xbb\x31\xa5\x7a\x97\x98\xb7\x72\xa4\xe7\x19\x6b\x9e\xee\xe6\xe0\ \x19\x40\xb3\x1e\xa0\x31\xe9\x1e\x7c\xf9\xe0\x40\x3f\xc0\x5c\xd7\ \xbb\xe8\x00\x5f\x54\xa8\xf6\x19\x1d\xa4\x70\xf7\xf4\xf4\xa8\xb3\ \xb3\x53\xf1\x78\x5c\x9d\x9d\x9d\x5a\x5e\x5e\xd6\x87\x1f\x7e\x68\ \x19\x86\xbd\xbd\xbd\x3a\x7b\xf6\xac\x76\x77\x77\xb5\xbf\xbf\xaf\ \xd5\xd5\x55\xb3\x70\x3d\xeb\x44\x2b\x89\x54\x2a\xa5\xfb\xf7\xef\ \x6b\x78\x78\xd8\x02\x4c\x61\x8b\x12\x89\x84\x2a\x95\x8a\x66\x67\ \x67\x95\xc9\x64\xea\x18\x4a\x2a\xf7\xa7\xd3\x69\x2d\x2c\x2c\x28\ \x9d\x4e\x2b\x9f\xcf\xeb\xbd\xf7\xde\xd3\xd0\xd0\x90\x09\x96\xf6\ \xf6\x76\xa3\xb0\x5b\x5b\x5b\xad\xc7\x5a\x67\x67\xa7\xc5\x7e\x14\ \x0a\x05\x6d\x6d\x6d\xa9\x54\x2a\xa9\xb9\xb9\xd9\x82\xce\x19\xcf\ \xdd\xdd\x5d\xed\xec\xec\x58\x7b\x02\x4a\x0f\x34\x36\x1e\xd7\x0c\ \xca\x66\xb3\xa6\xe4\x51\x04\x92\x74\xef\xde\x3d\x65\x32\x19\x8b\ \x9f\xea\xec\xec\xd4\xd2\xd2\x92\xf2\xf9\xbc\x25\x63\x50\x64\x33\ \x93\xc9\xa8\xb9\xb9\x59\x23\x23\x23\x75\x19\x43\x1d\x1d\x1d\xc6\ \x40\xec\xef\xef\x2b\x9d\x4e\x1b\xa8\xa3\x2d\xd1\xe6\xe6\xa6\x5d\ \x07\xe1\x49\xb6\x22\xf3\x4b\x0d\x9f\xcd\xcd\x4d\x63\xb1\x70\x51\ \x7a\x21\x09\x50\x6b\x6d\x6d\xd5\xf2\xf2\xb2\xb6\xb6\xb6\xac\x2e\ \x0f\xcc\x19\x96\x56\x63\x63\xa3\xc5\x01\xd5\x6a\x35\xf5\xf6\xf6\ \x2a\x12\x89\x68\x63\x63\xa3\xae\x9f\x1a\x00\x91\xb1\x2e\x16\x8b\ \xda\xdc\xdc\x34\x17\xd0\xea\xea\xaa\x12\x89\x84\x29\xed\x42\xa1\ \xa0\x9b\x37\x6f\x2a\x1c\x3e\x0e\xd8\x97\x9e\x97\x66\x00\x24\x11\ \xe4\xeb\x5d\x41\x28\x0d\xe2\x1a\x22\x91\xe3\x22\x9a\x99\x4c\xc6\ \x84\x12\x2e\x5f\x04\x48\x3c\x1e\xd7\xd3\xa7\x4f\x35\x3b\x3b\x5b\ \xc7\x54\x05\x99\x5d\x58\x72\x14\x00\x00\x8a\xcf\xfa\xfd\x8f\x72\ \x67\xdd\xc5\xe3\x71\xbd\xf4\xd2\x4b\xfa\xad\xdf\xfa\x2d\x5d\xbb\ \x76\x4d\x93\x93\x93\x66\xe1\x87\xc3\x61\xe5\x72\x39\x4b\x2a\x20\ \x6e\xaa\xbd\xbd\xbd\x8e\x95\xf7\x34\x3e\x40\x0a\x16\x96\x39\xf1\ \x8a\x04\xc5\x0e\x88\x43\x9e\x94\x4a\x25\xb3\x52\x33\x99\x8c\xb6\ \xb6\xb6\x34\x35\x35\xa5\xbf\xfc\xcb\xbf\xd4\xec\xec\xac\x19\x52\ \xec\x0f\x58\x1b\xe2\x67\x00\x0b\x18\xb0\xde\x72\x27\xde\xb0\xbd\ \xbd\x5d\x1b\x1b\x1b\xc6\x2a\x60\xe8\x26\x93\x49\xfd\xe6\x6f\xfe\ \xa6\x7e\xf0\x83\x1f\x28\x9d\x4e\x6b\x70\x70\xd0\x80\xc9\xb5\x6b\ \xd7\x0c\xdc\x62\x90\x30\xae\xec\xdd\x68\x34\xaa\xce\xce\x4e\x6b\ \x7b\x96\x4c\x26\xad\x2b\x42\x47\x47\x47\x9d\xa2\x83\x55\x05\xec\ \x57\x2a\x15\x73\xc5\x52\x2b\x8c\x75\x12\x0e\x1f\x67\x05\xb7\xb7\ \xb7\xdb\xf3\x7a\xe6\x25\x14\x0a\xe9\xd9\xb3\x67\xba\x7d\xfb\xb6\ \x16\x17\x17\x0d\xf0\x7a\x0f\x09\x20\x0d\xb9\xef\x6b\x3a\x01\x28\ \x2e\x5c\xb8\xa0\x91\x91\x11\xad\xae\xae\x5a\x3f\x5c\x1f\x27\x7a\ \x78\x78\xa8\x8d\x8d\x0d\x4b\xd6\xc2\xb5\x87\xfe\x61\x1f\x7a\xe6\ \xd4\xaf\x59\x3a\x41\x70\x2f\xb8\xc0\x3c\xb3\x84\x7c\x62\x3d\x33\ \x3e\x24\x46\xc0\x84\xf1\xfc\x84\x02\x78\x36\x1a\xb7\x22\xeb\x8e\ \xe7\xe5\x99\x79\xff\x24\x60\x83\x4e\x26\x4e\xad\x58\x2c\x5a\x49\ \x15\x64\x15\x8c\x12\xa0\x87\x58\x22\xef\x9d\xa2\xe5\x15\xd7\xf4\ \xee\x3d\xef\xde\x64\x1f\xf8\xfb\x01\x1c\x22\x23\x70\xdf\x95\xcb\ \x65\x5b\x23\xde\x9d\xcf\xde\x66\xbc\x90\x9d\x18\x45\x18\x7d\x8c\ \xbd\x2f\x1f\x04\x29\x81\x91\xc7\xb3\xf9\x9a\x70\x80\x1d\x64\x8e\ \x0f\xf5\xe1\xbc\xde\x15\xef\x8d\xd5\xa6\xa6\x26\xc5\x62\x31\xd3\ \xc9\x80\x4f\x0c\x0a\xbc\x22\xde\x9b\x06\x88\xe2\x6f\x4a\x9b\x1c\ \x1d\x1d\x29\x93\xc9\x58\x32\xd4\xe1\xe1\xa1\x1a\x5a\x5a\x5a\xbe\ \x55\xad\x56\x35\x32\x32\x62\x71\x1c\x80\x0f\xd8\x00\x8a\x63\x02\ \x50\x3c\x63\xb4\xb3\xb3\x63\xc1\x89\x20\x74\xd8\x9f\xe6\xe6\x66\ \xb3\x34\x76\x76\x76\xf4\xec\xd9\x33\xa3\x8a\x2f\x5f\xbe\xac\xad\ \xad\x2d\xad\xaf\xaf\xd7\x21\x5b\xce\xed\xe3\xb1\x82\x31\x17\x0c\ \x14\x0f\x1c\xa4\x5c\x39\x0f\xaf\xb3\x01\xb1\x02\xbc\x75\xe8\xe9\ \x45\x80\x9a\x47\xc4\x00\x2a\xc0\x15\xf7\xc1\x62\x84\xf9\xf2\x93\ \x86\xdb\x34\x12\x39\x2e\xcc\xc7\x22\x40\x78\xc2\x00\xec\xef\xef\ \xeb\xbd\xf7\xde\xd3\x85\x0b\x17\x2c\xab\xae\xbf\xbf\x5f\xe5\x72\ \x59\xef\xbc\xf3\x8e\x0e\x0e\x0e\x34\x38\x38\x68\x8b\xb9\xa1\xa1\ \xc1\x32\xeb\x00\x26\xe3\xe3\xe3\x3a\x7b\xf6\xac\x36\x36\x36\xb4\ \xb8\xb8\x58\xe7\x32\x9a\x9d\x9d\x35\xd7\xd0\xe1\xe1\xa1\xee\xdf\ \xbf\x6f\xe8\x3b\x9f\xcf\x2b\x1c\x0e\x6b\x63\x63\xc3\x94\x75\x4b\ \x4b\x8b\x26\x27\x27\x25\x49\xf3\xf3\xf3\x56\x07\x08\x45\x46\xd1\ \x4e\xa8\x55\x36\x41\x43\xc3\x71\xc9\x09\x4a\x19\xd4\x6a\xb5\xba\ \x7a\x3b\xa1\xd0\x71\x5a\x7a\x4f\x4f\x4f\x5d\xdb\x08\x2a\x9f\x17\ \x0a\x05\xf5\xf6\xf6\xda\x78\xde\xbe\x7d\xdb\x4a\x2f\x50\xbc\x53\ \x92\xb9\x8d\x9e\x3c\x79\xa2\xf3\xe7\xcf\x5b\xd6\x06\xa5\x0e\xb0\ \xfa\xba\xbb\xbb\x95\x4e\xa7\x8d\xcd\x43\x88\xc3\x88\x51\x1b\x07\ \x41\x7b\x70\x70\xa0\xee\xee\x6e\xab\xe0\xbe\xbe\xbe\x6e\x31\x72\ \x47\x47\x47\x7a\xf6\xec\x99\x1a\x1a\x1a\x2c\xae\x0a\x57\xc1\x5b\ \x6f\xbd\x65\x41\xc7\x3c\x67\x22\x91\xb0\xcd\x56\x2c\x16\x95\xc9\ \x64\xd4\xd3\xd3\x63\xc2\x17\xe1\x49\xd0\xf5\xd2\xd2\x92\x1a\x1b\ \x1b\x8d\xca\xae\x54\x2a\x96\x4d\x4a\x7c\xd5\xdc\xdc\x9c\xe6\xe7\ \xe7\x75\xfe\xfc\x79\x03\x43\x77\xee\xdc\xd1\xf0\xf0\xb0\xba\xba\ \xba\xcc\x6d\x88\x1b\xb8\xa3\xa3\x43\x43\x43\x43\x1a\x1d\x1d\xb5\ \xf2\x20\x00\xa7\x62\xb1\xa8\x5c\x2e\xa7\x68\x34\xaa\x74\x3a\x6d\ \x34\xfa\xc2\xc2\x82\x72\xb9\x9c\x56\x56\x56\x2c\x69\xe1\xe0\xe0\ \xc0\xd6\x6f\x3c\x1e\x57\x2e\x97\x53\x7f\x7f\xbf\xc5\x6e\x01\xce\ \xca\xe5\xe3\x2a\xfb\x3e\x8e\xc8\x33\xc2\x1c\x9e\x9d\x66\xef\x02\ \xaa\xbc\x7b\x1d\x25\xd3\xdc\xdc\xac\xaf\x7f\xfd\xeb\xfa\xed\xdf\ \xfe\x6d\x5d\xbd\x7a\xd5\xf6\x0c\xee\x0e\xc6\xf9\xee\xdd\xbb\xd6\ \x73\xae\x56\xab\x99\x3c\x82\xa1\xdc\xdf\xdf\xaf\x2b\xab\x01\x3b\ \x07\x13\xc5\x67\x61\x19\x70\x9d\xc2\xc8\x23\xdc\x91\x01\xc4\x60\ \x84\xc3\x61\xbb\x97\xff\xf3\x7f\xfe\x4f\x1d\x7b\xc3\x73\x03\xa2\ \x50\x22\x28\x33\x64\x0a\x4c\x25\xb2\xb3\xa7\xa7\xc7\x0a\x94\x4a\ \xb2\xb9\x6b\x6f\x6f\xd7\x6f\xff\xf6\x6f\xeb\x27\x3f\xf9\x89\x9e\ \x3e\x7d\xaa\x5f\xf9\x95\x5f\xd1\xd4\xd4\x94\xe6\xe7\xe7\x75\xf6\ \xec\x59\xa5\x52\x29\x73\x1d\x02\xb0\x8a\xc5\xa2\x19\x64\xc4\xd4\ \xb0\x6f\x01\x96\x34\xbd\x06\x64\xc5\xe3\x71\x33\x82\xf9\x1d\x8b\ \xc5\x6c\x2f\xe1\xee\xe2\xb5\x64\x32\x69\x6d\xbc\x00\x5f\xe1\x70\ \xd8\xc6\x97\xf3\x2d\x2c\x2c\xe8\xad\xb7\xde\x32\xb6\xd1\x83\x06\ \x0c\x31\x0f\x22\x82\x6b\xa6\xb3\xb3\x53\xaf\xbe\xfa\xaa\xd2\xe9\ \xb4\x7d\x96\x20\x74\x40\x8b\x8f\xed\x25\x4e\xe8\xdd\x77\xdf\x35\ \xa3\x8a\xb5\xe9\xeb\xaa\xf9\x75\xc7\xdc\xc3\x16\x02\x7e\x61\x64\ \xbc\x1e\x20\xdc\x05\xb9\x23\x3d\x4f\x5e\xc0\x2d\xcc\xdf\x80\x33\ \x0c\x1c\x98\x6a\x8a\xdc\xfa\x6b\xf0\x6c\x18\x77\x04\x89\xf3\x3a\ \x7a\x0f\x59\xe2\xc7\x1c\xf0\xc3\x1e\x83\x2d\xe5\x9e\x7d\xbc\x18\ \x6e\x45\x00\x15\x01\xf1\xde\x8b\xe4\x63\x23\x19\x0f\xee\x45\x92\ \x79\xb6\x28\x7e\xec\x3d\x40\xb8\x87\x89\xe5\x44\xd7\x32\x6e\x54\ \x16\xc0\x28\x64\x2f\x7b\x20\xe4\x43\x09\xa4\xe7\x31\x9c\x3e\x56\ \x11\x60\x0a\xc1\x01\x20\x83\xc5\xc4\x95\xcb\xb8\x60\xb0\x1e\x1d\ \x1d\x19\xc0\xab\x56\x9f\x17\x12\xc5\xb0\xf0\xae\x4c\x1f\xff\xe5\ \xdd\xb0\xdc\x13\x2c\x25\x98\xc2\x33\x98\x0d\xd1\x68\xf4\x5b\xa4\ \xb2\xae\xad\xad\x19\x82\xec\xeb\xeb\x33\x3a\xd4\xa7\xf6\x82\x2a\ \x7d\x10\x2b\x17\x67\x43\xc0\x1c\xac\xae\xae\x9a\xf0\xa7\x4f\x57\ \xa5\x52\xb1\x4a\xc3\xe3\xe3\xe3\x2a\x97\xcb\x46\x55\xfb\xc3\x2f\ \x7e\x06\xc6\x5b\x99\x5e\x48\xf3\x5d\x0f\x9c\xfc\x77\xfd\xe1\x07\ \x8f\xc5\xc4\x20\x73\x0d\x2f\xf4\x59\xf4\x0c\x2a\x93\xcd\x86\xe3\ \xb3\x3e\x23\x04\x60\x8a\x95\x13\x8f\xc7\x4d\xe0\x00\x3c\x52\xa9\ \x94\xd6\xd7\xd7\x75\xe6\xcc\x19\x7d\xe6\x33\x9f\x51\xa1\x50\x30\ \xd7\x82\xb7\x90\xf7\xf6\xf6\xf4\xec\xd9\x33\x53\xae\xd1\x68\x54\ \x13\x13\x13\x16\xff\x92\xc9\x64\xb4\xbd\xbd\x6d\xe5\x1f\x06\x06\ \x06\x6c\xc1\x31\xaf\x89\x44\x42\x43\x43\x43\x16\xab\xe2\x63\x29\ \x52\xa9\x94\x46\x46\x46\x34\x38\x38\x58\xe7\x57\xbf\x78\xf1\xa2\ \x22\x91\x88\x66\x67\x67\xcd\xb2\x80\xea\x8e\x44\x22\xca\x66\xb3\ \x06\xb0\x32\x99\x8c\xb5\x16\x81\xca\x87\x99\x21\x76\x87\xac\x93\ \x83\x83\xe3\xe6\xca\x0b\x0b\x0b\x7a\xf2\xe4\x89\xee\xde\xbd\xab\ \xb3\x67\xcf\x1a\xb5\x0c\x03\x96\x48\x24\xac\xba\x7b\x7f\x7f\xbf\ \x15\xba\xc5\xf2\xef\xef\xef\xd7\xfa\xfa\xba\xee\xde\xbd\xab\xe5\ \xe5\x65\x73\x63\xa2\x34\xd3\xe9\xb4\xc2\xe1\xe3\x8c\x22\x98\x87\ \x86\x86\x06\x2b\x02\xda\xd2\x72\xdc\x5b\x30\x93\xc9\xd8\x67\x60\ \x1e\x28\x33\x71\x78\x78\xa8\xe5\xe5\x65\x73\x17\xe2\x06\xf9\xe8\ \xa3\x8f\x54\x28\x14\xb4\xb8\xb8\xa8\xb7\xde\x7a\x4b\x43\x43\x43\ \x06\xf2\x10\x3a\x64\x01\x92\x51\x49\xa3\x6a\xd6\x11\x0a\xe9\xef\ \xfe\xee\xef\x74\xe6\xcc\x19\xcb\x7c\x84\xb1\xf0\xc5\x68\xb7\xb6\ \xb6\x34\x3d\x3d\xad\x7c\x3e\x6f\x41\xc3\x58\xa2\xc4\xc1\xbd\xf9\ \xe6\x9b\x3a\x7d\xfa\xb4\x95\x50\x40\x68\x74\x74\x74\x18\x1b\x07\ \xeb\xb3\xb3\xb3\xa3\xbe\xbe\x3e\x73\x83\xe0\x82\x24\xd6\xa2\xa5\ \xa5\x45\xeb\xeb\xeb\xc6\xa8\x91\x0d\x49\xdc\x17\x31\x37\xb8\xb2\ \x12\x89\x84\x1e\x3d\x7a\xa4\x74\x3a\x5d\x27\xcc\xd8\x83\xde\x3d\ \xe8\x95\x84\x37\x72\x1a\x1a\x1a\x2c\xfb\x8b\xbf\x7f\xf5\x57\x7f\ \x55\xff\xf6\xdf\xfe\x5b\xed\xed\xed\xe9\xd1\xa3\x47\x75\x46\x1c\ \x63\xed\x05\xe0\xfa\xfa\xba\xb9\x84\x91\x09\x5c\x23\x1a\x8d\x5a\ \xac\xc9\xe1\xe1\xa1\xd6\xd6\xd6\xf4\xf0\xe1\x43\xcb\xbc\x24\xfb\ \xd5\xbb\xf2\x11\xb6\x91\x48\xc4\xe2\xa9\x00\x13\x28\xe3\xe6\xe6\ \x66\x3d\x7d\xfa\x54\x6f\xbc\xf1\x86\x09\x6c\x2c\x5e\xe2\x9d\x88\ \xc7\x43\x91\xc1\x16\xa0\xf0\x50\x0e\x64\x98\x9e\x39\x73\x46\xf9\ \x7c\x5e\xf9\x7c\xde\x62\x3d\xfe\xc3\x7f\xf8\x0f\xba\x73\xe7\x8e\ \xee\xdc\xb9\xa3\x64\x32\xa9\x1b\x37\x6e\xe8\xde\xbd\x7b\x0a\x85\ \x42\x7a\xed\xb5\xd7\xec\x79\xd9\x43\x3e\x3e\x06\x37\x21\x41\xe4\ \xd4\x69\xa3\x48\x2e\x6c\x33\xae\x44\x0a\x4c\x53\xe4\x77\x73\x73\ \xd3\x1a\xe4\xe6\xf3\xf9\xba\xac\x52\x14\x2d\x71\x83\x5b\x5b\x5b\ \xca\x66\xb3\xca\xe5\x72\xda\xdc\xdc\xb4\x98\xc8\xbb\x77\xef\xea\ \xe9\xd3\xa7\x75\xee\x66\x94\x2c\x6b\xd3\xb3\x10\xac\x89\x54\x2a\ \x65\xeb\xe2\xce\x9d\x3b\x16\x03\xb5\xbe\xbe\xae\xb3\x67\xcf\x5a\ \x1c\x27\xdf\xcf\xe5\x72\xba\x7b\xf7\xae\x7e\xfa\xd3\x9f\xea\xce\ \x9d\x3b\x26\x77\x89\xb9\x04\x60\xb0\x6e\x58\x13\x18\x85\x1e\x8c\ \x00\x3e\xb8\x27\x80\x13\x3a\xc7\xc7\xeb\x12\x33\xc7\x67\x61\x35\ \x98\x07\x6a\x6c\x01\x0e\x00\x3e\xb0\x2f\x3e\xeb\x93\xf1\xe0\xbb\ \x00\x14\xd8\x4f\x74\x30\x3d\x55\x61\x4e\x90\xcf\xec\x3d\xcf\x1e\ \x61\xf0\x6d\x6e\x6e\x1a\x9b\x05\x08\x03\xb0\xe1\x99\x02\x34\x70\ \x4d\xcf\x32\x32\x2f\x92\x8c\xed\x41\x27\xe3\xe2\x64\x0f\xde\xba\ \x75\xcb\xd6\x2f\xa5\x99\xb8\x87\xad\xad\x2d\xdb\x5b\x91\xc8\x71\ \xcd\x38\xe4\xbb\xf7\x1c\xe0\xe9\xf2\x7a\x9c\x7b\xf2\xcf\x07\xa1\ \xc2\xbe\x82\x65\x85\x81\x63\xec\x88\x33\x64\x0d\xf0\x3a\xc5\x93\ \xbd\x1c\xf4\xd8\xc3\x87\x39\xc1\x5a\x92\xf8\xc0\x33\x00\xb6\x31\ \xaa\xda\xdb\xdb\xd5\x30\x34\x34\xf4\x2d\x0a\x20\x92\x42\x4b\x9a\ \x76\x73\x73\xb3\x36\x37\x37\xed\xcb\x4c\x14\x0b\x06\x21\xc2\x20\ \x13\x78\x46\xfc\x11\xb1\x35\x08\x9c\xd6\xd6\x56\x0d\x0e\x0e\x5a\ \x41\xd3\xf3\xe7\xcf\xeb\xd2\xa5\x4b\x7a\xfb\xed\xb7\xcd\x72\xf1\ \x8c\x54\xf0\xff\xa0\xfb\xc1\x0f\xb0\x47\x9c\x27\x31\x62\xfe\x1c\ \x5e\xf8\x70\x0e\x6f\x79\xfb\x98\x11\x0f\xcc\xbc\xd5\xc3\xf5\xbc\ \x2b\xb2\xa1\xa1\x41\x7d\x7d\x7d\x75\xb4\x3e\x1b\xdc\x67\xd1\x75\ \x77\x77\xd7\x95\x39\xc0\xd5\x44\x23\x55\xb2\xf0\xd2\xe9\xb4\x52\ \xa9\x94\x8d\xed\xc8\xc8\x88\xf6\xf6\xf6\xcc\xda\x7c\xf6\xec\x99\ \x81\x93\x27\x4f\x9e\xe8\xd5\x57\x5f\x35\xa1\xd0\xd4\xd4\xa4\xc9\ \xc9\x49\x35\x37\x37\x6b\x61\x61\x41\x17\x2f\x5e\x54\x67\x67\xa7\ \x56\x57\x57\x35\x3b\x3b\x6b\x99\x79\xb5\xda\x71\x91\xc0\x85\x85\ \x05\xe5\xf3\x79\x0d\x0f\x0f\x2b\x16\x8b\x29\x9d\x4e\x6b\x69\x69\ \x49\xa7\x4e\x9d\x32\xa1\x09\x43\xb4\xb1\xb1\xa1\x48\x24\x62\xa9\ \xb1\x7d\x7d\x7d\x0a\x87\x9f\x67\xe0\x10\x90\x4e\xea\x75\x2e\x97\ \x33\xa1\x9b\x4e\xa7\x2d\x03\xa7\xb1\xb1\x51\xcb\xcb\xcb\xfa\xe8\ \xa3\x8f\x14\x8b\xc5\xcc\x75\xc7\xd8\xa7\xd3\x69\x75\x74\x74\x68\ \x78\x78\x58\x67\xce\x9c\xb1\xe7\x06\x74\x45\x22\x11\x9d\x3a\x75\ \xca\x36\xf6\xce\xce\x8e\xd2\xe9\xb4\x1e\x3f\x7e\xac\x95\x95\x15\ \xfd\xf3\x3f\xff\xb3\x8a\xc5\xa2\x05\xa5\x23\xc4\x48\x40\xd8\xd9\ \xd9\x51\x77\x77\xb7\xf9\xec\xd9\x48\xe9\x74\x5a\x8f\x1e\x3d\xb2\ \x32\x1b\xe7\xcf\x9f\xd7\xb9\x73\xe7\x6c\xe3\x6d\x6c\x6c\x28\x97\ \xcb\x29\x95\x4a\x69\x77\x77\x57\xb7\x6f\xdf\xd6\xde\xde\x9e\x6e\ \xde\xbc\xa9\x4c\x26\xa3\xcb\x97\x2f\x2b\x9b\xcd\xda\x26\x87\x8d\ \x5a\x5f\x5f\xd7\xdc\xdc\x9c\x35\xd9\xde\xd9\xd9\x51\x22\x91\x50\ \x3a\x9d\x36\x01\x44\x2a\xb5\xf4\x3c\x2e\x6c\x7c\x7c\xbc\x2e\x36\ \x89\x58\x81\xf6\xf6\x76\xe5\x72\x39\x73\x41\xb5\xb6\xb6\xea\x83\ \x0f\x3e\xd0\xc6\xc6\x86\x09\x69\x2a\xcf\x6f\x6c\x6c\xa8\x54\x2a\ \x19\x83\x73\x78\x78\xdc\xad\x01\xe0\x0b\x8b\x46\x8d\x28\x49\xca\ \xe5\x72\x6a\x6c\x6c\xac\x2b\x88\xca\x9a\xcf\x66\xb3\x75\xa9\xd1\ \x5d\x5d\x5d\xfa\xe9\x4f\x7f\x6a\x7b\xc6\xdf\x2f\x42\x0c\xab\x9e\ \x7d\x08\x4b\xde\xd0\xd0\x60\xcc\x27\x80\xe7\xfa\xf5\xeb\xfa\x9d\ \xdf\xf9\x1d\xab\x24\x8e\x00\x07\x3c\xb4\xb4\xb4\xe8\xe9\xd3\xa7\ \x36\xb7\xb8\xad\xa5\xe7\x89\x04\x58\xb7\x64\xba\xc1\xe0\x60\x74\ \xf0\x79\xef\x22\xac\xd5\x8e\x03\xa9\x89\xd7\x42\xe1\x76\x75\x75\ \x19\x20\xc2\xbd\xcd\xb3\xfc\xf9\x9f\xff\xb9\xd6\xd6\xd6\x4c\x3e\ \x62\x6c\x22\xfb\x50\x08\x28\x14\x1f\xef\xc7\x77\xba\xba\xba\x94\ \x4a\xa5\x54\x28\x14\xd4\xda\xda\xaa\x4b\x97\x2e\xe9\xfe\xfd\xfb\ \x3a\x3a\x3a\xd2\xa5\x4b\x97\xd4\xd4\xd4\xa4\x9f\xfe\xf4\xa7\x92\ \xa4\xcf\x7d\xee\x73\x8a\x44\x22\x7a\xf2\xe4\x89\xbe\xfa\xd5\xaf\ \xda\x3a\x45\xf1\x22\xd7\xbc\x7b\x0b\x57\xb6\xcf\x1c\x4e\xa7\xd3\ \xaa\x56\xab\xda\xd8\xd8\x50\x36\x9b\x55\x3a\x9d\xb6\xfa\x55\xb8\ \xdc\xf8\x2e\x0c\x30\x00\x25\x9f\xcf\xeb\xf1\xe3\xc7\x2a\x95\x4a\ \xb6\xf7\x88\xa9\xe5\x99\x01\x14\x8f\x1f\x3f\xd6\xdf\xfe\xed\xdf\ \x1a\x23\x8a\x11\xe2\xcb\xcd\x78\xc3\x16\xd7\x6a\x32\x99\xb4\xba\ \x89\x47\x47\x47\xda\xdc\xdc\x34\xf9\x06\xc0\x99\x9d\x9d\xd5\x5f\ \xff\xf5\x5f\xeb\xd6\xad\x5b\xba\x7d\xfb\xb6\x1e\x3c\x78\x60\x06\ \xd1\xc8\xc8\x88\xc6\xc7\xc7\xd5\xd0\xd0\x60\x06\x1c\x71\x7a\xe3\ \xe3\xe3\x96\x01\x86\xab\xdb\x33\x79\xc4\x8f\xd2\x8f\xd2\xb3\x27\ \xde\xa5\x2b\x3d\x2f\xab\xc0\xdf\xb0\x43\x52\x7d\x0f\x3f\xd6\xb0\ \x77\xc5\x05\x63\x8f\x88\x13\x23\x46\x88\xef\x78\xc6\x93\xbf\xb9\ \x0f\xd8\x40\x5c\x61\x9e\x15\x0b\xb2\x50\x24\xe1\xb0\x3f\x61\x56\ \x7d\xd9\x13\x0e\x4f\x58\x70\x5d\x49\x66\x78\xc0\x86\xe2\x5e\x66\ \xad\x90\x3c\x01\xab\x8c\x3e\xe4\xb3\xb8\x50\xc1\x07\xc4\x2a\x23\ \xf7\xbc\x3b\x93\x0c\x4a\x80\xa0\x0f\x3e\xf7\x2e\x4f\x1f\x27\xc7\ \x7b\x3c\xa3\xf7\x30\xf9\x30\x05\xc2\x05\xb8\x77\x4f\xea\x04\xf7\ \x8d\x07\x9e\x8c\x33\xb1\xac\xb8\x81\x23\x91\x88\x31\x81\x36\x67\ \xfd\xfd\xfd\xdf\x8a\xc5\x62\x1a\x19\x19\xd1\xb5\x6b\xd7\xf4\xf2\ \xcb\x2f\x6b\x7f\x7f\x5f\x8b\x8b\x8b\x16\x84\x0d\x95\x07\xf2\xf4\ \x74\x37\x42\x2f\x16\x8b\x99\x90\x80\xae\x05\xe9\x9d\x3a\x75\x4a\ \x53\x53\x53\x26\x4c\xe8\x97\xf5\xf1\xc7\x1f\xab\xab\xab\xcb\xfa\ \x18\xf2\x20\x1e\x81\x03\x96\xbc\x3b\xcf\xc7\x44\xf8\xcf\x48\xcf\ \x0b\x7e\x7a\x84\xeb\x37\xb0\x77\x53\x78\x50\x07\xb3\xe0\xc1\x93\ \xa7\x3b\x51\x2c\x28\x8c\xa0\xdb\x11\xff\x32\x41\xff\xc4\x5c\xc0\ \xb8\x80\xe4\xc9\x76\xca\xe5\x72\xfa\xdb\xbf\xfd\x5b\x7d\xfc\xf1\ \xc7\x16\x5c\xdc\xd0\xd0\xa0\xe5\xe5\x65\xad\xae\xae\xea\xa3\x8f\ \x3e\xb2\x9a\x4d\x54\x07\xdf\xd9\xd9\xd1\xff\xe7\xeb\x3b\x82\x23\ \xbd\xae\xab\x4f\x27\x74\x23\x74\x37\x3a\xa0\x73\x44\x1c\x0c\x06\ \x98\x01\x86\x93\x48\xce\x50\x26\x29\x51\x94\xad\xb2\xb9\x30\xab\ \x5c\x92\x16\x76\x79\xe3\x8d\xb7\xde\xd2\x4b\x97\x17\xde\xb8\xca\ \x0b\x2f\xac\x2a\x95\x2c\x4b\xe5\x24\x53\xc1\x32\x45\x89\x14\xd3\ \x44\xce\x60\x90\x63\xe7\x88\x8e\x68\xa0\x11\x3a\xfd\x8b\xd6\xb9\ \x7a\x18\xbb\x7e\x54\x4d\x91\x83\x01\xba\xbf\xfe\xbe\xf7\xde\xbd\ \xf7\x9c\x73\xcf\xad\x56\xab\xd0\x6a\xb5\x02\x95\x33\x89\x61\xc5\ \x4d\xde\x9d\x9b\xb6\x56\xab\x89\xb3\x72\xb5\x5a\xc5\xc9\xc9\x09\ \x26\x27\x27\x71\xe3\xc6\x0d\x9c\x9c\x9c\xa0\x58\x2c\x22\x9f\xcf\ \xa3\x54\x2a\xe1\xeb\x5f\xff\x3a\xa2\xd1\xa8\xb4\xc9\x9b\x4c\x26\ \x49\x96\x39\xc6\x82\x3e\x4d\x74\x55\x67\x42\xc2\xef\xa7\xd3\x69\ \x71\x4a\xe7\x86\xa0\x47\x90\xc1\x60\xc0\x47\x1f\x7d\x24\xf3\xf7\ \x9c\x4e\x27\x42\xa1\x10\xec\x76\x3b\x66\x66\x66\xc4\x02\x41\xab\ \xed\xcf\x22\x9b\x9e\x9e\x46\xa9\x54\xc2\xf6\xf6\x36\x0a\x85\x02\ \x9e\x3d\x7b\x86\xff\xf9\x9f\xff\xc1\xfa\xfa\xba\x68\x6f\x8a\xc5\ \x22\x46\x46\x46\xd0\x68\x34\x70\xf9\xf2\x65\x2c\x2e\x2e\xc2\x60\ \x30\x60\x6c\x6c\x0c\xd7\xaf\x5f\x47\x20\x10\x10\x28\xbd\xd9\x6c\ \x8a\x20\x94\x34\xeb\xd6\xd6\x16\x8c\x46\xa3\x54\xe4\x2c\x04\x68\ \x7c\xea\x70\x38\x2e\xf8\xf2\xb4\xdb\x6d\xb8\x5c\x2e\x4c\x4e\x4e\ \xc2\xe3\xf1\x40\xa3\xd1\x08\x1a\xe8\x72\xb9\x30\x3e\x3e\x2e\x3a\ \x81\x66\xb3\x89\x8f\x3f\xfe\x58\xd0\xbd\x74\x3a\x0d\xb3\xd9\x8c\ \xed\xed\x6d\x29\x12\x82\xc1\x20\x8a\xc5\x22\x0e\x0f\x0f\x11\x89\ \x44\xb0\xb1\xb1\x81\x44\x22\x81\xed\xed\x6d\x18\x0c\x06\xe9\x34\ \xa4\x26\xa4\xd5\x6a\x09\xad\xc5\x03\x53\x1d\x7c\x4d\xbd\x11\xbb\ \x49\x19\xd4\x48\xf5\xb2\xea\xe6\xf7\x78\x10\x12\xc9\x32\x18\xfa\ \x5d\x9f\xb4\x0c\x21\xda\xca\xd7\x62\x81\xf5\xf8\xf1\x63\xec\xec\ \xec\xc0\xe9\x74\x8a\xed\xc8\xd6\xd6\x16\xf2\xf9\x3c\x80\x8b\x08\ \x34\xff\xce\xfd\xa0\x42\xfc\x3c\xac\xb9\xa6\x66\x67\x67\xe1\xf1\ \x78\xf0\xda\x6b\xaf\x5d\xa0\xe7\x33\x99\x8c\x14\x1b\x6a\x10\x53\ \xdd\xf1\x79\x5f\xe2\xf1\xb8\x50\x31\x4c\xba\x77\x77\x77\x25\x81\ \xa7\x81\x2a\xd7\x26\xad\x01\xf8\xfb\x3c\x63\xd4\xae\x2b\x55\xf8\ \x4b\x0d\xcb\xe0\xe0\x20\x1e\x3d\x7a\x84\xf7\xdf\x7f\xff\x82\xae\ \x87\x89\x95\x2a\x73\x60\xf0\x65\xa0\xd1\xe9\x74\x32\x38\x9c\x5d\ \xa1\xa4\x35\x1a\x8d\x06\x16\x17\x17\x71\xf9\xf2\x65\xe9\x5c\x5d\ \x5e\x5e\xc6\xc0\xc0\x00\xa2\xd1\x28\x5e\x7b\xed\x35\x3c\x7a\xf4\ \x08\x93\x93\x93\x58\x5c\x5c\x14\x76\x41\x15\xcc\x33\xa0\x12\x75\ \xd5\xe9\x7e\x37\xe0\xd8\x62\xb1\xc8\xf9\x48\xea\xba\xd9\x6c\xca\ \xd9\x42\x14\xa1\xd7\xeb\x5d\xa8\xea\x55\x2d\x2a\x91\x02\xee\x6b\ \x55\xd0\xfc\xe4\xc9\x13\xe4\x72\x39\x9c\x9c\x9c\x60\x67\x67\x07\ \xed\x76\x1b\x9f\x7d\xf6\x99\xc8\x03\x78\x8f\xf8\x7a\x0c\x80\x64\ \x3e\xcc\x66\x33\x0c\x06\xc3\x05\x9a\x93\xc9\x1e\x63\x11\xd1\x32\ \x26\x6a\x81\x40\x00\xb7\x6e\xdd\xc2\xcc\xcc\x0c\x1c\x0e\x87\x34\ \xfc\x38\x9d\x4e\xec\xec\xec\xc8\x34\x85\x46\xa3\x21\x52\x06\x8a\ \xa4\x55\x9d\x31\xaf\x8b\xfb\x8d\xc1\x9a\x4c\xce\xe8\xe8\xa8\xfc\ \x97\x92\x03\x3e\x67\xf5\x8c\x21\x55\xa4\xc6\x33\xa2\x20\xdc\x83\ \xbc\xd7\x1a\x8d\x46\x92\x2d\x3e\xa7\x6e\xb7\xef\x5b\xc6\xf5\x47\ \x87\x77\x9e\x2d\x00\xc4\x07\x8f\xfb\x80\x05\x05\x5f\x8f\xfb\x4e\ \xa3\xe9\x37\x17\x8c\x8e\x8e\x0a\xea\xc4\x24\x5b\x65\xa2\xe8\x51\ \xa5\x36\x45\xa8\xb1\x95\x5d\x8d\x7c\x5d\x95\xe2\xe5\xcf\x31\xc1\ \x61\x02\xaa\xb2\x45\x2c\x1e\x55\x4d\x1b\x9f\x35\x5f\x93\x7b\x8e\ \xa8\x2b\xe5\x02\x44\xad\x79\xed\xa4\x59\xf9\x39\x48\x99\x72\xaf\ \xf2\x5e\xa9\xcc\x1a\xcf\x5c\xbe\x8e\xaa\x5b\x63\x9c\xa6\xf5\x46\ \xb7\xdb\x17\xc0\xf3\x35\x59\xb4\x75\xbb\x5d\x61\x9b\xf8\xbc\xcb\ \xe5\xb2\x8c\x02\xe2\x5a\xa6\xac\x46\xb7\xb8\xb8\xf8\x1e\x29\x14\ \x6a\x6b\xb8\x11\x86\x86\x86\x44\xa4\x4e\x97\xe7\xc9\xc9\x49\x59\ \xb8\xa4\x71\x48\x91\x78\xbd\x5e\xd9\xe0\x26\x93\x09\x6e\xb7\x5b\ \x1e\x56\x32\x99\x14\x6f\xa6\x56\xab\x85\x44\x22\x21\x87\x8f\xcf\ \xe7\x43\xa9\x54\x92\xcd\xcc\x05\xc6\xc5\xc1\x9b\xc3\x6c\x53\x45\ \x9e\xb8\xc0\x55\x5a\x90\x87\x1d\x1f\x1a\x6f\xa8\x9a\x98\xa9\x07\ \xbf\x9a\x24\xf1\x75\x5e\x44\xce\x98\xbc\xa9\x10\xaf\xba\x00\x89\ \x0c\x70\x91\x13\x39\xa1\x88\xce\xe3\xf1\xc0\xeb\xf5\xc2\x64\x32\ \xe1\xe4\xe4\x04\xd9\x6c\x56\x82\xca\xda\xda\x1a\xce\xcf\xcf\xf1\ \xf0\xe1\x43\x94\xcb\xe5\x0b\x1d\x26\xfc\x59\xbb\xdd\x8e\x66\xb3\ \x89\x5a\xad\x26\xbc\xf6\x57\xbe\xf2\x15\xec\xec\xec\x60\x6a\x6a\ \x0a\x5e\xaf\x57\xaa\x02\x1e\xf4\xec\x44\x24\xf2\xb5\xba\xba\x8a\ \xed\xed\x6d\x94\xcb\x65\x84\xc3\x61\xcc\xce\xce\xc2\xe5\x72\xa1\ \x58\x2c\x0a\xa5\xc8\x36\x57\x9f\xcf\x27\x86\x86\x9b\x9b\x9b\xa2\ \xe1\x20\x22\x42\x08\x9b\x82\xc3\x83\x83\x03\x84\x42\x21\x79\x2d\ \xce\xfa\x1b\x1c\x1c\x94\x04\x90\x73\x02\x23\x91\x08\xe2\xf1\x38\ \x62\xb1\x18\x96\x97\x97\x51\xaf\xd7\x91\xcb\xe5\xe0\x72\xb9\xa4\ \x9d\x99\x49\x5a\xb5\x5a\xc5\xce\xce\x0e\xce\xcf\xcf\x85\xce\xb0\ \xd9\x6c\xd8\xdb\xdb\xc3\xde\xde\x1e\x1e\x3c\x78\x80\x8d\x8d\x0d\ \xac\xac\xac\xe0\xe4\xe4\x44\xd6\x22\x0f\x7e\x6e\x78\x26\x8a\xec\ \x02\x74\x38\x1c\xf0\xf9\x7c\x98\x9c\x9c\x94\x35\x43\x1b\x09\x87\ \xc3\x81\x66\xb3\x89\x54\x2a\x85\x64\x32\x89\x6c\x36\x8b\x4c\x26\ \x23\x28\x18\xbb\x00\xb9\x31\x83\xc1\x20\xb4\x5a\xad\x68\xbb\x62\ \xb1\x18\xaa\xd5\x2a\x5c\x2e\x17\xc2\xe1\xb0\x50\x4f\xac\xa4\x59\ \xd5\x45\xa3\x51\x54\x2a\x15\x39\x20\xa2\xd1\xa8\x24\xa3\x6c\xf3\ \x3e\x3a\x3a\x42\x32\x99\x14\xcf\xb4\x5a\xad\x86\x78\x3c\x2e\x5e\ \x62\xd4\x73\x71\x3d\x85\x42\x21\x34\x9b\x4d\xa1\x61\xd4\x6e\xd6\ \x4e\xa7\x23\xf4\x4f\xa1\x50\x10\x71\x27\x2b\x75\x06\x4a\xea\xab\ \xb6\xb6\xb6\x44\xdc\xde\x68\x34\xe4\xe7\xd8\x49\x37\x3f\x3f\x2f\ \x07\x7b\xab\xd5\xc2\xcc\xcc\x0c\x7e\xf9\xcb\x5f\xca\x21\xa3\x16\ \x3c\x3c\xe4\x18\x58\x28\x1e\x67\x42\xa1\xd5\x6a\x71\xed\xda\x35\ \xb8\x5c\x2e\x00\xc0\xb5\x6b\xd7\x04\xc5\x25\x42\xc5\xcf\xc4\x2a\ \x9f\xba\xb7\x6e\xb7\x2b\x0d\x36\xa7\xa7\xa7\xf0\x7a\xbd\xd2\xfd\ \xc3\x03\x5d\xa5\xfc\x7b\xbd\x9e\x68\x9b\xd4\xee\x37\x76\xbb\x92\ \x0e\x64\xe5\xcc\xd7\xe7\xf9\xd8\x6a\xf5\x0d\x38\x33\x99\x0c\xbe\ \xf7\xbd\xef\x89\x4e\x4d\xa5\x2b\x88\x68\xa8\x94\x30\x7f\x77\x60\ \x60\x00\x7e\xbf\x5f\x02\xcb\xe4\xe4\x24\x4e\x4e\x4e\xa4\xf1\x84\ \xfb\x90\x23\x5e\xe2\xf1\xb8\x24\xff\x5f\xfb\xda\xd7\x50\x2e\x97\ \x51\x28\x14\xf0\x8d\x6f\x7c\x43\x28\x21\x52\xc2\x6a\x73\x09\x93\ \x16\x06\x22\x06\x25\x26\x12\x64\x19\x18\x90\xb9\x46\x4d\x26\x93\ \xe8\xd2\x98\x98\x93\xca\xaa\xd5\x6a\xc8\xe7\xf3\xd2\xd4\xd4\x6a\ \xb5\x90\x4e\xa7\xa1\xd3\xe9\xa4\x80\x0b\x87\xc3\x18\x1f\x1f\x97\ \xb5\xbc\xbe\xbe\x8e\x72\xb9\x2c\x74\x96\xaa\x87\x61\x60\xd4\xeb\ \xf5\xd2\xd5\xca\x7b\x41\x34\xc0\x62\xb1\x88\x2e\x98\x81\x56\x0d\ \xea\x5a\xad\x16\xa9\x54\x0a\xa5\x52\x09\xc9\x64\x52\x02\x9e\xcf\ \xe7\x43\x3e\x9f\xc7\xea\xea\xaa\xf8\xe6\x39\x1c\x0e\xbc\xf4\xd2\ \x4b\x92\xcc\x9c\x9e\x9e\xa2\x5c\x2e\x0b\x12\x57\x2c\x16\x05\x81\ \xe7\xeb\x65\x32\x19\xd4\xeb\x75\xd1\xe9\x30\xf9\x60\x62\xcb\x33\ \x86\x67\xfd\xf0\xf0\xb0\x14\xd4\xbc\x07\xd4\x46\x12\x9d\x33\x9b\ \xcd\x22\xbc\xa7\x9e\x8d\x05\x2c\x83\x3c\xf5\x6a\x44\xa2\xb8\x37\ \xd5\x78\xc8\xf5\xac\x32\x49\x6a\x4c\x63\x1c\x62\x21\xc3\xbd\xa8\ \x8a\xea\xb9\x56\x54\x24\x57\x45\xaf\xb8\x9e\x98\x8c\x92\x12\xe5\ \x1e\x66\x8c\x65\xac\xe7\xef\xb3\xa8\x60\xdc\xe5\xcf\xbc\xc8\xfe\ \x30\xde\xab\x85\x8c\xda\x89\x4c\xa4\x8e\x7f\x88\x18\x72\x3d\x50\ \x1f\xc6\x73\x8a\x7a\x4b\x76\x91\xf2\x33\x32\xa1\xef\xf5\xfa\x76\ \x3d\x5c\xbf\x44\xec\xf9\x33\xfc\x9c\x5c\x5b\x7c\x3d\x7e\xc5\xe3\ \x71\x79\xb6\xec\x7a\x57\x1b\x0a\x98\x44\x0f\x0d\x0d\x41\xf7\xd2\ \x4b\x2f\xbd\x67\xb7\xdb\x61\x36\x9b\x71\x76\x76\x86\x58\x2c\x26\ \x1d\x59\x0c\xd0\xf9\x7c\x1e\xe7\xe7\xe7\xa2\xe5\x38\x3e\x3e\x16\ \x67\x59\x8b\xc5\x02\x97\xcb\x85\xdb\xb7\x6f\xa3\x50\x28\x88\xe7\ \xcf\xd9\xd9\x99\x50\x15\xaf\xbc\xf2\x0a\xa6\xa6\xa6\xd0\x6c\x36\ \xc5\x47\xe9\xce\x9d\x3b\x02\x8b\x12\xa9\x50\xab\x5f\x35\x73\x56\ \x75\x55\x6a\x62\xa5\x7e\xa9\xb4\xa1\xaa\xd1\x52\x13\x22\x75\x31\ \xa9\xd5\xa6\xba\x98\x08\xe7\xf3\x80\x54\x13\x2f\x35\xe9\x7b\x91\ \x76\xa4\x16\x85\xb3\xb8\xce\xcf\xcf\xa5\x4b\x6d\x68\x68\x08\x7e\ \xbf\x1f\x66\xb3\x19\x89\x44\x02\xcb\xcb\xcb\x48\xa5\x52\xb0\xd9\ \x6c\x12\x18\x66\x66\x66\x30\x3f\x3f\x8f\x4e\xa7\x6f\x5f\x61\x32\ \x99\x10\x8f\xc7\x51\xad\x56\x91\xcf\xe7\xb1\xb3\xb3\x83\x4a\xa5\ \x82\x68\x34\x8a\x58\x2c\x26\x5e\x34\x87\x87\x87\xf8\xe0\x83\x0f\ \x24\xa1\xe2\x41\x68\xb1\x58\x50\xab\xd5\x90\x4c\x26\xf1\xe5\x97\ \x5f\x22\x18\x0c\xca\x4c\x3f\x22\x0e\xbc\x56\x83\xc1\x20\xa8\x12\ \xab\xc4\xbd\xbd\x3d\x0c\x0f\x0f\x8b\x79\xac\x56\xab\xc5\xe3\xc7\ \x8f\xc5\x93\x8b\x1a\xa5\x7a\xbd\x8e\x81\x81\x01\x39\x1c\xe8\x53\ \x05\x40\x0c\x00\x0f\x0f\x0f\xf1\xfc\xf9\x73\xe9\x48\xa3\xb1\x60\ \xab\xd5\x42\x20\x10\x80\xc3\xe1\x80\xcd\x66\x83\x56\xab\x95\x64\ \xfb\xec\xec\x0c\xf9\x7c\x5e\x46\x8c\x30\x31\x1d\x1e\x1e\xc6\xad\ \x5b\xb7\x50\x2e\x97\x31\x3e\x3e\x0e\xa7\xd3\x89\x97\x5f\x7e\x19\ \x4e\xa7\x13\xad\x56\xdf\x1e\x82\x06\x92\x4c\x8c\xbc\x5e\x2f\x0e\ \x0e\x0e\xa4\x2a\x26\x3a\x57\x2e\x97\x05\xdd\xea\x76\xbb\x72\x28\ \xb3\x4a\xa2\x11\x5d\x36\x9b\x95\xee\x31\xea\x70\xca\xe5\x32\x7e\ \xf3\x9b\xdf\x48\xf2\x63\x36\x9b\xb1\xbf\xbf\x0f\x83\xc1\x20\xc8\ \x2f\x0f\x4d\xde\xf7\xb3\xb3\x33\xc4\xe3\x71\x5c\xba\x74\x09\x56\ \xab\x15\xf5\x7a\x1d\xe9\x74\x5a\x74\x6e\x3b\x3b\x3b\x38\x38\x38\ \x90\x8a\x95\x08\x13\xe9\xe5\x4c\x26\x03\xbf\xdf\x8f\x87\x0f\x1f\ \xa2\x52\xa9\x88\x73\x3e\x91\x0b\xbf\xdf\x2f\x15\xe9\xf1\xf1\x31\ \x0a\x85\x82\x20\xce\x14\xe3\xb3\x5a\xa7\xee\x6c\x60\xa0\x3f\xce\ \x27\x93\xc9\xc8\x61\xba\xbb\xbb\x2b\x94\x0a\x03\xea\xa3\x47\x8f\ \x90\xcf\xe7\x71\xf9\xf2\x65\xd8\xed\x76\xe9\xa0\xab\xd7\xeb\x52\ \xc5\x52\x38\xbf\xbf\xbf\x7f\x61\xff\x72\xbf\xa8\xa2\x55\x6a\xa8\ \xe8\x82\x6f\xb7\xdb\x45\x58\xde\x6c\x36\x71\xef\xde\x3d\x41\xa9\ \xca\xe5\xb2\xdc\x67\x0e\x19\xe6\x33\xeb\x74\x3a\x28\x97\xcb\x32\ \x9c\x9e\x14\x2e\x0b\x45\x76\xb8\x3a\x1c\x0e\x79\x0f\x97\xcb\x25\ \xc8\xfb\xe1\xe1\xa1\x9c\x75\x9f\x7e\xfa\xa9\x50\x00\xe7\xe7\xe7\ \xf8\xf7\x7f\xff\x77\x29\x78\x92\xc9\x24\x22\xbf\xf5\x53\xa3\x8e\ \xf2\x7b\xdf\xfb\x1e\xe2\xf1\xf8\x05\xbd\x0c\x11\x7f\xa2\xd6\x4c\ \x6e\x55\x9a\x54\xa7\xd3\xe1\xd2\xa5\x4b\xe8\x76\xbb\x92\x94\x03\ \x10\xbd\x9c\x56\xab\x45\x22\x91\x40\x2c\x16\x93\x20\xa1\xd7\xeb\ \x11\x8d\x46\xb1\xb0\xb0\x80\xc7\x8f\x1f\xe3\xcd\x37\xdf\x44\x28\ \x14\x42\x3e\x9f\xc7\xde\xde\x1e\x92\xc9\xa4\x24\xf9\x3c\x9b\xe8\ \x95\xc5\xf5\x40\xb4\x84\xe7\x33\x91\xc3\xc3\xc3\x43\x69\xce\x18\ \x1d\x1d\xbd\x10\x8c\xd4\xe1\xc9\x0c\x22\x6c\x4e\x31\x9b\xcd\xf2\ \x3e\x5a\xad\x56\xb4\x66\xdc\xab\xbc\x6e\xda\x78\x30\x29\xe1\xf5\ \xf1\xfd\x79\x5f\x98\xe4\x52\x7e\xd2\xed\x76\xc5\x2c\x92\x48\x17\ \x03\x2b\xbb\x7d\xd9\x64\xa5\xd1\x68\xa4\xb9\x87\x5d\xea\xa5\x52\ \x49\x9e\xd7\xc8\xc8\x08\x5e\x7d\xf5\x55\xdc\xbe\x7d\x5b\xec\x2c\ \x98\x54\xbe\xd8\xb5\xc7\x02\x80\x05\x81\x6a\x02\xca\xc0\x4b\xcd\ \x1a\x75\x6a\x8c\x41\x4c\x74\x98\x88\x11\x71\x53\x27\xa1\xf0\x0f\ \xd7\x0d\x63\x0b\x51\x6f\x9e\x33\x44\x55\x59\xd8\x30\xd1\x24\x42\ \xc2\x24\x95\xeb\x95\x63\xec\x78\x7f\x88\x08\xaa\xa8\x23\x13\x16\ \x55\xb3\x44\x8f\x46\xee\x55\xda\x36\x11\xc5\x55\x13\x48\xfe\x0c\ \xd7\x34\x13\x0a\x02\x12\x64\x4f\x98\x7c\xa9\x89\x07\xef\x39\xef\ \x15\xbf\x47\x44\x4b\x7d\x2d\xea\x2d\x19\x87\x69\x89\x52\xa9\x54\ \x04\x68\x39\x3b\x3b\x93\xf7\xe3\x39\x04\xfc\x0e\xcd\xd2\x6a\xb5\ \xd2\xdc\x40\x74\x4e\x45\x2c\xd5\x3d\xc9\x9f\xa1\xfc\x49\x35\x1b\ \xe5\xfa\xa7\x34\xc0\x68\x34\x62\x6b\x6b\x4b\x62\x1c\x3b\xd1\xcb\ \xe5\xb2\xdc\x5f\xae\x15\xdd\xd2\xd2\xd2\x7b\x67\x67\x67\x88\x46\ \xa3\xa8\xd5\x6a\x02\x9d\xd1\x07\x29\x99\x4c\x4a\x92\x71\x7c\x7c\ \x8c\x62\xb1\x88\x5a\xad\x26\x10\x2d\xb5\x13\x14\x8f\x1d\x1d\x1d\ \x61\x6d\x6d\x4d\x44\x7f\xb4\x1f\x30\x1a\x8d\x58\x5b\x5b\x93\x00\ \xbb\xb0\xb0\x80\xad\xad\x2d\x68\x34\x1a\xe9\x62\x33\x9b\xcd\x22\ \xb4\x57\xa9\x3c\x26\x30\x6a\x06\xce\x24\x8b\x70\x24\x51\x2a\x35\ \x01\x7b\x91\xa6\xe0\xeb\xa9\x19\xb1\xca\x71\x73\x41\x70\xa1\x10\ \x45\x52\x11\xb3\x17\xb5\x5c\xe4\xd2\xa9\x9f\xe2\x46\xb7\x5a\xad\ \xb0\x58\x2c\xb2\x31\x6c\x36\x1b\xba\xdd\x2e\xbe\xfc\xf2\x4b\x1c\ \x1f\x1f\xcb\xe7\x1c\x1e\x1e\xc6\xe5\xcb\x97\x01\xf4\xd1\x90\xb1\ \xb1\x31\xf8\xfd\x7e\x38\x1c\x0e\x38\x9d\x4e\xcc\xcc\xcc\x88\x03\ \xef\xd0\xd0\x10\xb2\xd9\x2c\x92\xc9\x24\x06\x06\x06\x84\x92\x23\ \x4d\x76\xef\xde\x3d\x1c\x1d\x1d\xe1\xa7\x3f\xfd\x29\x5c\x2e\x97\ \xd0\xae\x3e\x9f\x0f\xcb\xcb\xcb\xd0\x68\x34\xd8\xdc\xdc\xc4\xf4\ \xf4\x34\x5c\x2e\x17\xd6\xd7\xd7\x61\xb5\x5a\x71\x70\x70\x80\xd5\ \xd5\x55\x34\x1a\x0d\xac\xaf\xaf\x4b\x47\x20\xe1\x77\xa2\x8d\xa3\ \xa3\xa3\x82\xec\x78\x3c\x1e\xd8\x6c\x36\x11\xd5\x9e\x9d\x9d\xa1\ \x5e\xaf\xcb\x3d\xa6\xb3\x6e\xaf\xd7\x9f\x17\x56\xa9\x54\xe0\x70\ \x38\x70\xe7\xce\x1d\xd9\x28\x5f\xf9\xca\x57\x04\x71\x72\x38\x1c\ \xe2\x26\xbd\xb7\xb7\x27\x42\xe7\x40\x20\x20\x62\x6b\x06\xf1\x5c\ \x2e\x87\xa1\xa1\x21\x04\x83\x41\xd1\xec\xf8\x7c\x3e\x44\x22\x11\ \xd8\x6c\x36\x6c\x6e\x6e\xc2\x6c\x36\xe3\xf2\xe5\xcb\x72\xaf\xa9\ \xb7\x3a\x3d\x3d\xc5\x83\x07\x0f\x30\x34\x34\x24\xa8\x9f\x4a\x3f\ \x53\x0f\xa3\x8a\x58\xcd\x66\xb3\x74\x6a\x25\x93\x49\xb8\x5c\x2e\ \xd8\xed\x76\x04\x02\x01\xd1\xa5\xf4\x7a\x3d\xa4\x52\x29\x58\xad\ \x56\x2c\x2c\x2c\x48\x80\x60\x10\x65\x60\xf7\xf9\x7c\x12\x08\x33\ \x99\x0c\x6c\x36\x1b\xe6\xe6\xe6\x64\x1f\xad\xae\xae\x8a\x43\x3a\ \xbb\x74\xcb\xe5\xb2\x20\xa0\x56\xab\x15\x6e\xb7\x5b\xe8\x8d\x83\ \x83\x03\x19\xd2\x4c\xab\x09\x8d\xa6\xef\x69\xa4\xd1\x68\x50\xab\ \xd5\xb0\xbf\xbf\x8f\x72\xb9\x8c\xd5\xd5\x55\xec\xed\xed\x09\xfa\ \x6c\x34\x1a\xa5\x11\x85\xda\xb7\x6a\xb5\x0a\x87\xc3\x21\xfb\x8c\ \x74\xd8\xc4\xc4\x04\x8e\x8f\x8f\xf1\xe1\x87\x1f\xc2\x6e\xb7\x23\ \x99\x4c\x02\x00\xbc\x5e\x2f\x1a\x8d\x86\x50\x2e\xc3\xc3\xc3\xd8\ \xda\xda\x92\xd1\x1b\xdc\x83\x0c\xac\x3a\x9d\x4e\x2c\x4b\x48\x7b\ \xb0\x7b\x35\x12\x89\x40\xaf\xef\xdb\x83\x5c\xba\x74\x09\x06\x43\ \xdf\xc6\x22\x1c\x0e\x23\x9b\xcd\xca\x81\x5e\x2e\x97\xa1\xd1\xf4\ \x9b\x72\xd8\x14\xc1\x64\xe6\xf0\xf0\x10\x97\x2e\x5d\x92\x00\xc9\ \x82\x4f\x45\x97\x01\xc8\x61\x38\x34\x34\x84\x7a\xbd\x8e\x64\x32\ \x89\xf9\xf9\x79\x3c\x7e\xfc\x58\xd0\x32\x7a\x68\x51\x20\x4c\x4f\ \xc0\xd3\xd3\x53\xec\xed\xed\xe1\xe7\x3f\xff\xb9\x54\xbc\x2a\xf5\ \xc0\x03\x9b\x3a\x0d\xee\x6d\x22\x97\x91\x48\x44\x1c\xcd\x9d\x4e\ \xa7\xdc\x07\xa2\x26\xd9\x6c\xf6\x42\xa5\x4f\x5a\xe7\xf7\x7f\xff\ \xf7\x11\x8b\xc5\x24\xb9\xf8\x87\x7f\xf8\x07\x7c\xf0\xc1\x07\x82\ \x3a\xdf\xbf\x7f\x1f\x3f\xfe\xf1\x8f\x71\xfb\xf6\x6d\xb8\xdd\x6e\ \x41\x82\xd4\x60\xc9\x62\x91\x68\x26\x03\x08\xaf\x9f\xef\x4d\x71\ \x37\xcf\x38\xa2\xaf\x5c\x17\xaa\x8d\x8f\xcb\xe5\x12\x31\x3a\xbf\ \x88\xd6\xf4\x7a\x3d\xdc\xbf\x7f\x1f\xb1\x58\x4c\x3e\x13\x7f\x8e\ \xbe\x4d\x4c\x62\x78\x8e\x33\x49\x63\x81\xa1\x22\x25\xdc\x57\xa4\ \x98\x18\x50\xf9\x9a\xa4\xb0\x49\x13\xf1\xe7\xff\xe8\x8f\xfe\x08\ \xd7\xae\x5d\x13\x9d\x5f\xad\x56\x43\xa1\x50\x10\xed\x23\xe3\x15\ \xaf\x31\x9f\xcf\x8b\x5e\x8e\x54\x1f\xd1\x2a\x00\xc8\xe7\xf3\xa2\ \xd1\x61\x03\x10\x13\x06\xa2\x60\x7c\x1f\xde\x6f\x76\x78\xaa\x68\ \x2b\xa9\xd9\xe3\xe3\x63\xf1\xe6\x3b\x3d\x3d\x15\xfd\x1f\x9f\x0d\ \xff\xcb\xe4\x81\xa8\x18\x11\x31\xa7\xd3\x89\x60\x30\x28\xe8\x3d\ \x9b\x7d\x48\xb9\x52\x27\xc4\x2f\x4e\x02\x21\xfa\x43\x60\x81\xb1\ \x90\x48\x12\xaf\x41\xd5\x30\x71\x6f\xa9\xba\x4a\x35\x81\xa3\x6d\ \x13\xf5\x6e\xa4\x34\x55\xf9\x8a\x0a\x4c\xbc\xf8\x77\x26\x37\x4c\ \x7e\xd9\x4c\xc3\xce\x6b\xee\x5b\x82\x27\xd4\x2d\xd2\xbe\x42\xed\ \x1e\xe4\x39\x44\x9d\xae\xda\x71\xca\xd7\x62\x72\xa9\xb2\x51\x4c\ \x20\x69\x95\xc2\x1c\xa8\xdb\xed\xc2\xe1\x70\x88\xfe\x95\x89\x2a\ \xef\x25\x69\x6d\x22\x6d\xba\xe9\xe9\xe9\xf7\x4c\x26\x93\x8c\xea\ \xa0\x69\x21\xb3\x7e\x97\xcb\x25\x0f\x92\x3e\x27\x6c\xdd\x65\x12\ \xc2\x21\xba\x95\x4a\x45\x2a\x0e\xa2\x0b\xe1\x70\x18\xcf\x9e\x3d\ \x43\x26\x93\x11\xff\x0b\x8f\xc7\x83\x85\x85\x05\x7c\xfc\xf1\xc7\ \xd0\xe9\x74\x12\x24\x5e\x7e\xf9\x65\x94\xcb\x65\xa4\x52\x29\x49\ \x6a\x54\x0d\x94\x9a\xec\xf0\xa0\x50\x13\x31\xf5\x8b\x07\x9d\xfa\ \xa5\xb6\x57\xaa\xff\x55\x5f\x43\x7d\xd8\x6a\xc5\xf1\x7f\x21\x61\ \x7c\x20\xc3\xc3\xc3\xb0\xdb\xed\xf2\xf7\x81\x81\x01\x09\xd2\xc3\ \xc3\xc3\x08\x87\xc3\x18\x18\x18\x40\xa5\x52\xc1\xa3\x47\x8f\x60\ \x32\x99\xf0\xda\x6b\xaf\x49\xe7\xc7\xc0\xc0\x00\x9e\x3d\x7b\x26\ \xe6\x85\xac\x80\xd3\xe9\xb4\x1c\x82\xcd\x66\x13\x93\x93\x93\xe8\ \x74\xfa\xd3\xe9\x77\x76\x76\xc4\xe4\xb2\xdd\xee\x8f\xcf\x70\xbb\ \xdd\xe2\x59\xa4\x76\x62\x90\xe6\x0a\x85\x42\xb8\x73\xe7\x0e\xdc\ \x6e\x37\xbe\xfb\xdd\xef\xca\x82\xe0\x21\x93\xcf\xe7\x25\x39\xfe\ \xcd\x6f\x7e\x23\xe8\x87\xdf\xef\x17\x6a\x92\x54\x44\xa9\x54\xc2\ \xc4\xc4\x04\x02\x81\x00\xd2\xe9\xb4\x24\x26\xed\x76\x1b\xc5\x62\ \x11\xcf\x9f\x3f\xc7\xec\xec\xac\x08\xdc\x8f\x8e\x8e\xe0\x76\xbb\ \x31\x35\x35\x05\x8b\xc5\x22\x02\xff\x7c\x3e\x8f\x42\xa1\x20\xda\ \x86\xad\xad\x2d\xf1\xef\xa2\xbe\xc0\x64\x32\xe1\xe8\xe8\x48\xe0\ \x73\x93\xc9\x04\xaf\xd7\x8b\x78\x3c\x2e\x09\x58\xb5\x5a\x95\x6b\ \xa3\xcf\xd6\xc7\x1f\x7f\x0c\xa7\xd3\x29\xd5\x0d\x0f\x00\x9a\x9d\ \xd2\xf6\xa1\xd3\xe9\xc0\x62\xb1\x40\xaf\xef\xbb\xfc\x3e\x7c\xf8\ \x10\x3f\xfa\xd1\x8f\xf0\xe1\x87\x1f\x62\x7f\x7f\x1f\x3e\x9f\x4f\ \xde\xbb\xd7\xeb\x77\x2a\xdd\xbf\x7f\x1f\xc5\x62\x11\x8f\x1e\x3d\ \x12\xdd\xd2\xec\xec\x2c\xf4\x7a\x3d\xbe\xfc\xf2\x4b\x49\xde\xd9\ \x12\xae\x9a\x8f\xf2\x50\x65\x77\x4d\x26\x93\x41\x36\x9b\xc5\xe0\ \xe0\xa0\x50\x64\xa4\xa4\x48\xd3\x7b\x3c\x1e\x41\xc1\x76\x76\x76\ \x7f\x24\xa0\x00\x00\x00\x20\x00\x49\x44\x41\x54\x70\x74\x74\x84\ \x58\x2c\x06\x9f\xcf\x87\x7a\xbd\x8e\x4c\x26\x83\x9f\xfd\xec\x67\ \x88\x46\xa3\x38\x3f\x3f\x97\xee\x48\x9b\xcd\x06\xbb\xdd\x8e\xed\ \xed\x6d\x64\x32\x19\xd4\x6a\x35\x41\x05\x49\x73\x52\xbf\x94\x4e\ \xa7\xa5\x75\x9c\x23\x7b\xf4\x7a\xbd\x24\x76\x36\x9b\x0d\xe3\xe3\ \xe3\x62\xe5\x62\xb5\x5a\x05\x41\xa0\x08\x79\x7a\x7a\x1a\xc5\x62\ \x51\x7c\xb1\xd4\x8a\x5d\xd5\x30\xaa\x3a\x1f\x9b\xcd\x86\xa9\xa9\ \x29\xa1\xb8\x4d\x26\x13\xbe\xfe\xf5\xaf\x8b\xf0\x1e\x00\x02\x81\ \x00\xba\xdd\xae\x88\xb0\x4f\x4e\x4e\xa4\x9a\x3d\x3f\x3f\x97\x7b\ \x45\x9b\x93\xe3\xe3\x63\xec\xec\xec\x00\xc0\x05\x0d\x23\xed\x15\ \x00\xe0\xc9\x93\x27\x48\x24\x12\x98\x9c\x9c\xc4\xee\xee\x2e\xf2\ \xf9\x3c\x6e\xde\xbc\x29\xe8\x3c\x3b\x76\xfd\x7e\xbf\x0c\x74\xb6\ \x5a\xad\xa8\x54\x2a\xf8\xc7\x7f\xfc\x47\x39\xb0\x59\x64\xf1\x79\ \x93\xce\x52\x0b\x44\x7e\x56\xa2\x3b\x46\xa3\x11\x0b\x0b\x0b\x18\ \x19\x19\xc1\xd3\xa7\x4f\x05\xb9\x63\x30\xe2\x3d\xe3\xeb\x72\x50\ \xf5\xfd\xfb\xf7\x31\x3f\x3f\x0f\x8d\x46\x83\xa5\xa5\x25\xdc\xba\ \x75\x0b\x73\x73\x73\x88\x44\x22\x98\x99\x99\x11\x41\xb1\xd3\xe9\ \xbc\x80\x4a\xb0\xb2\x66\xe7\x13\x3b\xbd\xaa\xd5\xaa\x68\xdb\x98\ \x0c\x92\x8e\xa6\xc1\x65\xa7\xd3\x91\x24\x40\xed\xb2\x54\xf5\x41\ \x2f\x9e\xcf\x7c\xbe\x67\x67\x67\xf8\x8f\xff\xf8\x0f\x79\x26\x4c\ \xf4\x78\x3e\xa9\x0d\x47\x2a\xf2\xc3\xee\x4b\x22\x67\x2c\xe0\xd5\ \x64\x83\xaf\xc5\x64\x85\x16\x0d\xa4\xba\x5c\x2e\x17\xe6\xe6\xe6\ \xf0\xc6\x1b\x6f\x08\x25\xcb\x22\x40\x35\x75\xe5\xf3\xa1\xbd\x05\ \xa9\x51\x4a\x0b\x78\x8e\x52\x9c\xdd\xeb\xf5\x84\x52\x27\x0d\xab\ \xa2\x60\x6a\x50\xa6\xd8\x1d\x00\x6a\xb5\x9a\x24\xcb\x3c\x4b\x5b\ \xad\x96\xd0\x6a\x2c\xb2\x2a\x95\x8a\x20\x5b\x44\xf8\x68\x7c\xa9\ \x8e\xb7\x62\x82\xca\xfb\x43\x34\x98\x89\x1d\x99\x04\x26\x9a\x7c\ \x1f\x9e\x0b\xb4\xb8\x21\xad\xc9\xff\xb2\x10\x50\xbb\xde\xe9\xfd\ \x47\x84\x57\xd5\xa7\x51\x2a\xc2\x35\xce\x75\x41\x34\x8d\xcf\x5d\ \x45\x02\xf9\x0c\x99\xa4\xa9\xb1\x98\x3f\xcb\x44\x88\xff\x4f\x90\ \x81\xe7\x15\x0d\x6c\x39\x29\xa6\x5e\xaf\x0b\xcd\x4c\x0a\x93\xd4\ \x2f\xf0\xbb\xb1\x50\x7c\x06\x7c\xa6\xea\xf5\x02\x10\x19\x04\x1b\ \xfd\x78\x5e\xd0\x12\x83\x6b\x96\x1a\x5c\x32\x04\xbd\x5e\x4f\x12\ \x59\x76\x72\xeb\xae\x5e\xbd\xfa\xde\xf1\xf1\xb1\x0c\x17\x26\x94\ \x76\x7e\x7e\x2e\x55\x96\xda\x32\x4e\xc1\xb3\xdf\xef\x87\xd7\xeb\ \x85\x56\xab\x15\xab\x00\x1e\x70\x81\x40\x40\xe8\x3e\x6e\x52\xba\ \x8a\x9b\xcd\x66\xe9\x7a\xa3\xf9\x24\xc7\xa6\x7c\xf1\xc5\x17\xc8\ \x64\x32\x02\xb3\x32\x89\x79\x31\x51\xe2\x81\xa6\x72\xcd\xcc\xb6\ \x5f\xa4\x10\xd5\x43\x8e\x3f\xaf\xa2\x5d\x2f\xfe\x3c\x2b\x15\xd2\ \x19\x2f\xd2\x93\x0c\x48\x3c\x10\x78\x10\xab\x02\x3c\xd2\x6f\x56\ \xab\x15\xe1\x70\x18\x83\x83\x83\x78\xff\xfd\xf7\xb1\xbb\xbb\x0b\ \x83\xc1\x80\xf9\xf9\x79\xbc\xf6\xda\x6b\x98\x98\x98\xc0\xe1\xe1\ \x21\xcc\x66\x33\x02\x81\x00\xae\x5c\xb9\x82\x83\x83\x03\xec\xec\ \xec\xc0\xe3\xf1\xc0\x60\x30\xc0\xed\x76\x63\x73\x73\x13\x81\x40\ \x40\xc4\xbd\x8f\x1f\x3f\xc6\xbd\x7b\xf7\xc4\xc7\xe6\xc6\x8d\x1b\ \x52\x51\xd2\x3f\xea\xec\xec\x0c\x2b\x2b\x2b\xd2\x96\xeb\xf3\xf9\ \xc4\x9a\xa0\x5a\xad\x4a\x77\x9e\x4e\xd7\xef\x02\x1c\x1f\x1f\x17\ \xf1\x67\x34\x1a\xc5\xed\xdb\xb7\x91\x4a\xa5\x70\x7e\x7e\x0e\x8f\ \xc7\x23\x09\x14\x05\xf3\x34\xb0\x5c\x59\x59\x41\xb9\x5c\xc6\xc4\ \xc4\x04\x00\xa0\x54\x2a\x41\xaf\xd7\xe3\xe1\xc3\x87\x12\x34\xda\ \xed\xf6\x05\x9d\x18\x9d\x6f\x77\x77\x77\xf1\xc5\x17\x5f\xa0\xd9\ \x6c\xe2\xf1\xe3\xc7\xb2\x5e\xa8\x95\xda\xdd\xdd\xc5\xd6\xd6\x16\ \x3e\xfc\xf0\x43\x3c\x7c\xf8\x50\x44\xde\xf7\xef\xdf\xc7\x97\x5f\ \x7e\x89\x54\x2a\x85\x2f\xbf\xfc\x52\x46\x14\xec\xef\xef\xa3\x50\ \x28\xa0\x56\xab\x49\x47\x1c\x45\xe7\xb1\x58\x0c\xdd\x6e\xdf\xf9\ \xde\x62\xb1\x20\x9f\xcf\x0b\x7a\x63\xb1\x58\xb0\xb3\xb3\x83\x0f\ \x3e\xf8\x00\xe1\x70\xf8\x02\x3d\x1c\x08\x04\xb0\xb7\xb7\x87\xed\ \xed\x6d\x3c\x7d\xfa\x14\xfb\xfb\xfb\x08\x85\x42\x98\x9e\x9e\x96\ \x00\xd5\x68\x34\xa4\x9b\x64\x7b\x7b\x1b\xa5\x52\x09\x4e\xa7\x53\ \x02\xfb\xe1\xe1\x21\xec\x76\x3b\x52\xa9\x14\x4e\x4e\x4e\x30\x3f\ \x3f\x2f\xc8\x30\xf5\x37\xa4\x6b\x4f\x4f\x4f\xb1\xbd\xbd\x2d\x68\ \x1d\xf5\x2f\x4c\x44\x89\x18\x0e\x0e\x0e\xc2\xed\x76\x63\x7c\x7c\ \x5c\x4c\x39\x03\x81\x00\xd6\xd7\xd7\x2f\xb4\xa2\x53\xcb\x35\x35\ \x35\x25\x73\xfa\xd8\x5c\xa0\x52\x5a\x1a\x8d\x06\xc1\x60\x50\xf6\ \x37\x0f\xad\x4e\xa7\x23\xc8\x69\xbb\xdd\x37\x36\x2c\x14\x0a\x12\ \x90\xe9\xbd\xd5\x6c\x36\x65\x4d\x44\x22\x11\xe9\xac\xe4\xde\x52\ \x0b\x1e\xd2\x73\xa4\x89\x6d\x36\x1b\xc6\xc6\xc6\x00\xf4\x3b\xdb\ \xc6\xc7\xc7\x31\x3f\x3f\x2f\xba\x97\x52\xa9\x74\x41\xeb\x70\x72\ \x72\x72\x21\x49\xe6\x99\xa5\xd5\x6a\x05\x91\x22\xe5\x79\x72\xd2\ \x9f\x49\x66\xb5\x5a\x25\x58\x1f\x1f\x1f\x8b\x2d\x06\xa9\xee\x60\ \x30\x28\x7a\xa6\x42\xa1\x20\xce\xf6\xaa\xd6\x86\x48\x59\xa9\x54\ \x12\x34\x9e\xb4\x02\xcf\x0a\x56\xfc\x0c\x2e\xea\xf7\xf8\xa7\xd1\ \x68\x60\x61\x61\x01\x3e\x9f\x4f\xba\x5e\x79\xae\xa8\x9a\x14\x22\ \x39\x3a\x9d\x0e\x6f\xbd\xf5\x16\x56\x56\x56\xe0\xf7\xfb\x2f\x88\ \x7b\x29\x03\xc8\xe5\x72\xd2\x40\xc4\xc0\xc2\xb3\x8e\x82\x61\x0a\ \x71\x99\xfc\xe8\x74\x3a\xf1\x9f\xe3\x99\xc6\x26\x0f\x26\x50\xec\ \xc2\x24\xaa\xcf\x79\x85\xd4\x06\x91\xaa\xe5\x75\xd2\xe7\x88\xf7\ \xad\xd3\xe9\xe0\xf2\xe5\xcb\xb2\xdf\xf8\xfc\x19\xe8\x59\x90\x03\ \x90\x04\x29\x10\x08\x48\x52\x4b\x3d\x13\xef\x1d\xc5\xee\x7c\xb6\ \x1a\x8d\x46\x0c\x44\x9d\x4e\xa7\x34\xde\x7c\xe3\x1b\xdf\xc0\xbb\ \xef\xbe\x8b\x6b\xd7\xae\xc1\xe9\x74\xca\x3a\x66\xe2\x43\x84\x83\ \x09\x2f\xcf\x2e\xae\x15\x5a\x91\xa8\xd4\x24\x13\x3f\xb5\x3b\x96\ \x28\x3f\x93\x41\x16\x41\x4c\xe2\x48\x5b\x36\x9b\x4d\x1c\x1c\x1c\ \xc8\x1f\x16\xc1\xaa\x26\x13\x80\x9c\x71\x44\xda\x13\x89\x04\xf6\ \xf7\xf7\xa1\xd1\x68\xb0\xbe\xbe\x2e\x71\xb8\xdd\x6e\x8b\x36\x8f\ \xa8\x17\x13\xad\x6e\xb7\x2b\xb4\x3a\xff\x9f\xd4\x2b\x35\x4a\xb4\ \x70\x51\xbb\x88\x29\xc2\xe7\xf5\xa8\xd6\x16\xd4\xc9\x31\xc9\x60\ \x03\x0c\x8b\x60\x26\x3c\xd4\x9c\xd1\xd6\x65\x64\x64\x04\x4e\xa7\ \x53\x18\x2a\x9e\xef\x7c\x0d\x4e\x03\xe0\x5e\x51\xe3\xb8\x7a\x9f\ \x79\x26\xab\x8c\x03\x3f\xbb\x46\xa3\x91\xd7\x54\x91\xe4\x6e\xb7\ \x2b\x9e\x93\x64\x22\x98\x14\x13\xb9\x63\xf2\xc7\x06\x20\xbe\x37\ \xb5\xc5\x64\xf5\xd4\x09\x11\x6c\x80\x60\x01\x44\x9d\x27\x91\x35\ \x16\x59\x83\x83\x83\xd0\x4d\x4c\x4c\xbc\x47\xb1\x9b\xd1\x68\x44\ \x24\x12\x41\xb3\xd9\x14\xbf\x20\x52\x7a\x7c\x61\x0a\x05\x99\xe4\ \xd0\xf5\x5b\xaf\xd7\xc3\xe7\xf3\x5d\x68\x1f\x67\xc5\x4c\x0f\x10\ \x3a\xed\xb6\xdb\x6d\x64\x32\x19\x41\x4e\x4a\xa5\x12\x9e\x3e\x7d\ \x2a\x7a\x07\x15\x0e\x56\x05\x71\xfc\x52\xf9\x63\xf5\xcf\xff\x85\ \x74\xf1\x41\xa9\xc9\x19\x37\x39\x93\x2c\xfe\x5d\xfd\xe2\xa6\x7f\ \x51\xf8\xae\x66\xdf\xac\x54\xd4\x87\xc6\xc0\x4a\x37\x77\x52\x65\ \x4c\x96\x4e\x4f\x4f\xa5\x75\x98\x02\xef\x99\x99\x19\x9c\x9d\x9d\ \x49\xe7\x18\x00\xa4\x52\x29\x68\xb5\x5a\x64\x32\x19\xa9\xd4\x6f\ \xde\xbc\x29\x42\x55\xa3\xd1\x88\xe9\xe9\x69\x4c\x4c\x4c\x48\xc0\ \xa3\xe9\x5e\xb1\x58\x44\xb7\xdb\x95\x04\x98\xb0\x2d\x75\x17\xac\ \x6e\xe9\x6b\xc3\x8a\x41\xb5\x14\xd0\xeb\xf5\x02\x85\x52\x47\xd0\ \xed\x76\x11\x08\x04\xa4\x63\xf0\x17\xbf\xf8\x05\x7e\xf2\x93\x9f\ \x00\xe8\x4f\xa7\x27\x8c\x3b\x3e\x3e\x2e\x28\x13\xb3\x7a\xae\x8b\ \x5c\x2e\x87\x9d\x9d\x1d\xd8\xed\x76\xd4\x6a\x35\x04\x02\x01\x38\ \x9d\x4e\x1c\x1d\x1d\xc9\xc1\xda\xeb\xf5\xb0\xb7\xb7\x87\xc7\x8f\ \x1f\x4b\x0b\x39\x03\xd9\xc8\xc8\x08\x66\x66\x66\xe4\xd0\x2b\x16\ \x8b\xc8\x66\xb3\x78\xf0\xe0\x01\x72\xb9\x1c\xec\x76\x3b\x26\x26\ \x26\xb0\xbb\xbb\x8b\xdd\xdd\x5d\x41\x7c\x48\x53\x10\xb9\x99\x9a\ \x9a\xc2\xc4\xc4\x04\x9c\x4e\x27\x56\x57\x57\xf1\xb7\x7f\xfb\xb7\ \xf8\xec\xb3\xcf\xb0\xba\xba\x8a\x72\xb9\x0c\xbb\xdd\x0e\xaf\xd7\ \x8b\xd1\xd1\x51\xdc\xb8\x71\x03\x07\x07\x07\xf8\xc5\x2f\x7e\x81\ \xed\xed\x6d\xec\xee\xee\xa2\xdd\x6e\x63\x72\x72\x12\x6f\xbd\xf5\ \x96\x24\xb8\x1f\x7d\xf4\x11\x06\x07\x07\xf1\xe6\x9b\x6f\x22\x93\ \xc9\xe0\xfc\xfc\x1c\x2e\x97\x0b\xa1\x50\x08\x5a\xad\x56\xda\xcc\ \x39\xbf\x30\x12\x89\xe0\xa3\x8f\x3e\x42\x2c\x16\xc3\x95\x2b\x57\ \x30\x37\x37\x27\xc9\xd9\x95\x2b\x57\xc4\x3b\x8b\xb4\x19\xad\x2e\ \x6c\x36\x9b\x54\x48\x9d\x4e\x07\xc5\x62\x11\x7b\x7b\x7b\xf0\x78\ \x3c\xd2\x69\xc6\xc3\x94\x7b\xb1\xdb\xed\x22\x95\x4a\xc1\x6c\x36\ \x8b\xe7\x0c\x27\x05\x30\x69\x53\x05\xb5\x6c\x6a\xe1\xb3\x26\xdd\ \xed\xf7\xfb\x45\xb7\xc7\x84\x86\xc8\x1c\x69\x34\x9d\xae\xef\xbc\ \x1f\x8b\xc5\x04\xa5\x50\x03\x15\xf7\x13\xb5\x65\xc1\x60\x50\x34\ \x6e\x44\xc4\xbb\xdd\x7e\xa7\x62\xa1\x50\xc0\xee\xee\x2e\x2a\x95\ \x8a\xe8\x9d\x5c\x2e\x17\x8e\x8f\x8f\xa1\xd1\x68\x30\x3f\x3f\x0f\ \xbd\x5e\x2f\xfe\x71\x06\x43\xdf\xf4\xaf\x54\x2a\x61\x66\x66\x06\ \x7a\xbd\x1e\x4e\xa7\x13\x3a\x5d\x7f\xb4\x46\x28\x14\xba\x90\x00\ \x55\xab\x55\x0c\x0f\x0f\x23\x16\x8b\x89\x19\xf0\xd9\xd9\x19\x0a\ \x85\x82\x8c\xaa\xe2\x1e\xe9\x76\xbb\x32\x8d\xe0\xce\x9d\x3b\xf8\ \xf4\xd3\x4f\xa5\x18\xe4\xbd\xe3\x1f\xb5\xdb\x98\x07\x2e\x29\x4f\ \x8f\xc7\x83\x5b\xb7\x6e\xe1\xec\xec\x0c\x7b\x7b\x7b\x17\x3a\xe3\ \x78\x8f\x28\x1f\xa0\x3e\xf2\xfa\xf5\xeb\xb8\x7f\xff\x3e\x26\x26\ \x26\xb0\xb1\xb1\x81\x7b\xf7\xee\xe1\xc1\x83\x07\xa2\x31\x62\x82\ \x49\x47\x71\x36\x2a\x0c\x0d\x0d\x09\xd2\xab\xd7\xeb\xc5\x82\x87\ \xa2\x74\x00\x42\xaf\x30\x89\x62\x90\x1b\x1c\x1c\x44\xa1\x50\x10\ \x44\x88\x14\x1e\x11\x2b\x26\x11\x6a\xd1\x4a\x94\x86\xfe\x6c\xf4\ \xac\xbb\x7d\xfb\x36\xbc\x5e\xaf\xd0\x4f\x87\x87\x87\x82\x2c\x93\ \x52\x32\x1a\x8d\xf8\xf6\xb7\xbf\x8d\x6f\x7d\xeb\x5b\x78\xe3\x8d\ \x37\x70\xef\xde\x3d\x7c\xf3\x9b\xdf\xc4\x6b\xaf\xbd\x86\x5b\xb7\ \x6e\xe1\xed\xb7\xdf\xc6\xe2\xe2\x22\xf6\xf6\xf6\x60\xb3\xd9\xf0\ \xe7\x7f\xfe\xe7\xb8\x7c\xf9\x32\x06\x07\x07\xb1\xb4\xb4\x84\x3f\ \xfc\xc3\x3f\xc4\x57\xbf\xfa\x55\xbc\xf2\xca\x2b\xf0\x7a\xbd\xa2\ \xd3\x21\x4d\xc4\x75\xc1\x7b\x43\x2d\x19\xd1\xbc\xb1\xb1\x31\x71\ \xf3\x1e\x19\x19\x41\xad\x56\x13\x1d\x22\x0b\x82\x83\x83\x03\x11\ \xeb\xff\xf2\x97\xbf\x44\xb3\xd9\x84\xd7\xeb\x15\x74\x8f\xc8\x96\ \xda\x6c\x30\x30\x30\x20\x94\x19\xef\x55\xb1\x58\x94\xfd\x43\xa1\ \x3d\xef\x35\x63\xeb\xc6\xc6\x86\xdc\x27\x26\x97\xa4\x1c\x99\x74\ \x30\x89\x65\x53\x07\x3d\xa3\x74\x3a\x1d\x5c\x2e\xd7\xff\xa2\x00\ \x07\x07\x07\x25\x29\xa1\x9f\x19\xe9\x4c\x36\x2e\x1c\x1d\x1d\x49\ \xb1\x47\x39\x10\x13\xb3\xf3\xf3\x73\x1c\x1e\x1e\x4a\x77\x27\x85\ \xe9\x6a\x87\x1e\xdf\x5f\x6d\x70\x51\xf5\x87\xaa\xb6\x4d\xd5\x2a\ \x52\xf3\x4b\x9f\x42\x7e\x9f\x7f\xd4\x04\x90\xaf\xa3\x5a\x5d\x50\ \x02\xa0\xea\xbe\x88\xca\x12\xf9\x54\xcf\x22\x3e\x0b\xbe\x26\x73\ \x83\x64\x32\x29\xd6\x23\xbd\x5e\x0f\xf9\x7c\x5e\x98\x07\x4e\x44\ \x69\x34\x1a\xa2\x55\x57\xa9\x68\x36\xcc\x48\xf7\xe2\xb7\xbf\xfd\ \xed\x9e\x5e\xaf\x47\x32\x99\x84\xd5\x6a\xc5\x77\xbe\xf3\x1d\x0c\ \x0e\x0e\xe2\x07\x3f\xf8\x01\xaa\xd5\x2a\x7c\x3e\x1f\x52\xa9\x14\ \xa2\xd1\x28\x1a\x8d\x06\x6c\x36\x1b\xae\x5d\xbb\x06\x9d\x4e\x87\ \x8f\x3f\xfe\x58\x1e\x56\xab\xd5\x9f\xdd\xc5\x87\x44\x61\x72\xa7\ \xd3\x41\x26\x93\x11\x5e\x94\x50\x26\xab\x5f\x56\x69\xac\x2c\x09\ \xfd\xaa\xed\x96\x4c\x9c\xd4\x96\x4b\x7e\x5f\x4d\x80\x54\xa4\x49\ \xa5\x0d\xf9\x00\xf8\x60\x55\x48\x9a\x37\x5f\x4d\xd8\xd4\xa4\x4b\ \x7d\x5d\xf5\x8b\x87\x31\x17\x02\x0f\xce\xc1\xc1\x41\x38\x9d\x4e\ \x4c\x4c\x4c\x60\x68\x68\x08\xe9\x74\x1a\x8b\x8b\x8b\xf8\xf9\xcf\ \x7f\x8e\x66\xb3\x89\x3b\x77\xee\xa0\xd7\xeb\xe1\xe0\xe0\x00\x0e\ \x87\x03\x6e\xb7\x1b\x3b\x3b\x3b\xd0\xe9\x74\x28\x14\x0a\xb8\x7d\ \xfb\x36\xcc\x66\x33\xee\xdf\xbf\x2f\x49\xd9\xf3\xe7\xcf\x31\x31\ \x31\x81\x46\xa3\x81\xa5\xa5\x25\x6c\x6e\x6e\x62\x6d\x6d\x0d\x63\ \x63\x63\x72\x80\x92\x2f\x26\xb4\xbd\xb0\xb0\x80\x72\xb9\x8c\x58\ \x2c\x26\x0e\xcf\x1e\x8f\x07\xf3\xf3\xf3\x68\x34\x1a\x08\x87\xc3\ \x52\x85\xcf\xcf\xcf\x63\x69\x69\x09\xfb\xfb\xfb\x17\xc6\x05\xe8\ \xf5\x7a\xa1\x34\x8b\xc5\xa2\x98\x5c\x96\x4a\x25\x09\x1a\x87\x87\ \x87\x78\xe3\x8d\x37\x64\xce\x1d\x11\x86\x4a\xa5\x02\xbb\xdd\x8e\ \xd1\xd1\x51\x11\x64\x93\xd2\x72\x3a\x9d\x28\x95\x4a\x88\xc5\x62\ \x28\x97\xcb\x78\xfd\xf5\xd7\x31\x32\x32\x22\xb0\xee\xf0\xf0\x30\ \x52\xa9\x14\xb6\xb6\xb6\xb0\xb9\xb9\x29\xd0\xb8\xdd\x6e\x47\x24\ \x12\xc1\xcb\x2f\xbf\x8c\xd3\xd3\x53\xd1\x98\xfd\xf2\x97\xbf\xc4\ \xf9\xf9\x39\xa2\xd1\x28\x6e\xdc\xb8\x21\x73\x0e\x59\x61\xef\xee\ \xee\x62\x65\x65\x05\xc7\xc7\xc7\xf0\xfb\xfd\x78\xf5\xd5\x57\xf1\ \xf6\xdb\x6f\x4b\xd2\x70\x7a\x7a\x8a\x9f\xfd\xec\x67\x78\xf2\xe4\ \x89\x04\x69\xbf\xdf\x8f\x7c\x3e\x2f\xb3\x09\x4b\xa5\x12\x56\x56\ \x56\x44\x83\xc3\xc0\x7a\xf7\xee\x5d\x7c\xfb\xdb\xdf\x46\x34\x1a\ \xc5\x83\x07\x0f\xf0\xe0\xc1\x03\x8c\x8c\x8c\xe0\x6b\x5f\xfb\xda\ \x85\x6e\xbe\x54\x2a\x85\x77\xde\x79\x07\x1f\x7f\xfc\xb1\x8c\xfa\ \x09\x04\x02\xa2\x5f\x9b\x9d\x9d\x15\x31\x25\xab\x7f\x6e\x72\x06\ \x6d\xfa\xcd\x70\xbd\xf2\x70\x56\xbb\x5c\xb8\x1e\xf7\xf7\xf7\x05\ \x3d\xa8\x56\xab\xf0\x78\x3c\x78\xfc\xf8\x31\xa6\xa6\xa6\x2e\x34\ \x0c\x50\x27\x31\x32\x32\x82\x9d\x9d\x1d\xa1\x84\x09\xc9\x53\xf8\ \x4e\x67\x77\xae\xe9\x78\x3c\x2e\x7b\x87\x14\x38\x93\x0a\x9f\xcf\ \x87\xa7\x4f\x9f\xe2\xef\xff\xfe\xef\x25\x59\xa7\x0e\x85\xfa\x1e\ \x4a\x10\xa8\x33\x4c\xa7\xd3\xe2\xba\x3f\x33\x33\x83\x9d\x9d\x1d\ \x4c\x4e\x4e\xe2\xee\xdd\xbb\x62\x0f\xf3\xf9\xe7\x9f\xc3\x6e\xb7\ \x63\x76\x76\x16\x99\x4c\x06\xa1\x50\x48\x90\x08\x52\x42\xd4\x3f\ \xec\xec\xec\x48\x70\x8f\x46\xa3\x22\x02\xa7\x66\x63\x74\x74\x14\ \xa3\xa3\xa3\xc8\xe7\xf3\xb0\x58\x2c\xa2\xd1\x23\xc2\x41\x13\x53\ \x9e\x33\x44\xb7\x78\x20\xaf\xae\xae\xe2\xaf\xff\xfa\xaf\xe5\xfb\ \x44\x80\xd4\x06\x19\x55\x44\xcd\x04\xd6\x6c\x36\xe3\xe5\x97\x5f\ \x46\x24\x12\xc1\xa3\x47\x8f\x50\xa9\x54\xa4\x3b\x98\x94\xbd\x5e\ \xaf\x17\x73\xe2\x76\xbb\x8d\x77\xde\x79\x07\x57\xaf\x5e\xc5\xca\ \xca\x0a\x7e\xf8\xc3\x1f\xe2\xe8\xe8\x08\x77\xef\xde\x15\xed\x27\ \xfd\xd8\xa8\x9b\x61\xd5\xce\xa4\x2e\x93\xc9\x88\xf8\x1d\x80\x20\ \x76\x34\x8b\x65\x52\x46\x4a\x8a\xc8\x67\xbd\x5e\x47\x3c\x1e\x87\ \xd3\xe9\x94\x60\x42\xdb\x90\x2f\xbe\xf8\x42\xfc\xef\x9e\x3d\x7b\ \x06\xad\x56\x2b\xde\x6f\x44\x24\xa9\x79\x34\x9b\xcd\x42\x4d\xd2\ \x68\x98\x89\x8a\xd1\x68\x94\x2e\xe2\x50\x28\x24\x94\x0b\x1b\x80\ \xd8\xfd\xc7\x4e\xec\x46\xa3\x21\xe8\x12\x27\x25\x2c\x2c\x2c\x08\ \xea\xcd\x11\x58\x7c\x1e\x03\x03\x03\x32\x5a\xa7\x52\xa9\x60\x73\ \x73\x53\x2c\x55\x1c\x0e\x87\x34\x3c\x30\x01\xe2\x7e\x65\x27\x38\ \x07\xc7\xb3\x79\x86\x09\x68\xb1\x58\xc4\xd3\xa7\x4f\xd1\x6c\x36\ \x31\x36\x36\x26\xb6\x27\x6f\xbd\xf5\x96\x24\x68\x1c\x1f\x46\x0a\ \x96\xeb\x83\x46\xc2\x8c\x89\x44\x91\xd9\xc5\x5a\xa9\x54\x84\xa2\ \x23\x5a\x42\x7a\x8d\x08\x9e\x4a\xb5\x31\xc9\x26\x12\x43\x6a\x98\ \x28\xa5\xaa\x45\xe6\xf3\xe5\xda\xe2\xbe\x64\x72\x44\x1a\x51\x15\ \x81\x53\x6c\x4e\xfa\xd2\xe9\x74\x8a\x37\x19\xad\x4f\x48\xbd\x91\ \x3e\x64\x01\xc4\x6e\x4f\xd2\x8b\xbc\xc7\xb4\x7e\x61\x11\xc2\x7d\ \xc5\x33\x85\x7f\x54\xc0\xe4\xff\xfa\x7a\x51\x6f\xad\x26\x77\x44\ \xc8\xd5\x6e\x4b\xe6\x0b\xdc\x07\x2c\x66\x54\x19\xd0\x8b\x54\x75\ \xa7\xd3\xf7\xdd\x63\xd2\x49\xcf\x2e\x9e\xc3\xcd\x66\xf3\xc2\x58\ \x20\x26\x94\x46\xa3\x11\x9a\xa5\xa5\xa5\x1e\x3b\x54\x74\x3a\x9d\ \x08\x8e\xd3\xe9\x34\x1e\x3d\x7a\x84\xab\x57\xaf\xc2\xed\x76\xcb\ \x22\x24\x9d\x30\x34\x34\x24\x15\x10\xab\x3c\x06\x66\x66\xf0\x0c\ \x30\x84\x8d\xd5\x1b\xce\x60\x60\xb1\x58\x10\x0e\x87\x91\xcb\xe5\ \x04\xb5\x61\x77\x09\xf5\x41\x4c\xbc\x98\x7d\xaa\xa8\x95\xfa\x10\ \xd4\x44\x88\xdf\xe7\xe2\xe1\x43\x60\xb2\xc6\x87\xf1\x22\x55\xf8\ \x22\x32\xf6\x62\x02\xc6\xbf\xab\x22\x4e\xb5\x1a\xb2\x5a\xad\x72\ \xf0\x53\x8c\xac\xd5\x6a\xb1\xb6\xb6\x26\x0f\xfa\xd5\x57\x5f\x95\ \xaa\x8a\x9f\xef\xf6\xed\xdb\x48\xa7\xd3\xd0\x6a\xfb\x83\x9f\x1d\ \x0e\x87\x08\xe6\xec\x76\x3b\x96\x96\x96\xc4\x29\x3b\x97\xcb\x21\ \x91\x48\x48\x90\x33\x9b\xcd\xb0\xdb\xed\x28\x16\x8b\x38\x3e\x3e\ \xc6\xd8\xd8\x18\x5c\x2e\x17\x16\x16\x16\xa4\x42\xd1\x6a\xfb\xbe\ \x51\x74\xd8\x67\xb7\x1e\x3b\x41\x19\xe8\x75\x3a\x9d\x1c\x30\xa9\ \x54\x0a\x87\x87\x87\x78\xf3\xcd\x37\xa1\xd1\xf4\xe7\x89\xd1\x37\ \x69\x67\x67\x07\xd1\x68\x54\x2c\x03\x7e\xf3\x9b\xdf\xe0\xd6\xad\ \x5b\xe8\x74\x3a\x58\x5b\x5b\x13\x2a\x43\xa3\xd1\x20\x14\x0a\xe1\ \xd2\xa5\x4b\xd8\xd9\xd9\x41\xaf\xd7\xc3\xfe\xfe\xbe\xe8\xd4\xb4\ \x5a\xad\x0c\x71\xe6\xda\xb8\x7b\xf7\xae\x08\xb4\xb3\xd9\x2c\x0a\ \x85\x02\xa2\xd1\x28\x7c\x3e\x1f\xaa\xd5\xaa\x74\x70\x38\x9d\x4e\ \x14\x0a\x05\xe4\x72\x39\xe8\x74\x7d\xaf\x24\x56\x46\x76\xbb\x1d\ \x6e\xb7\x1b\xf7\xef\xdf\x47\xad\x56\x93\xae\xcb\x5e\xaf\xdf\x88\ \x31\x3d\x3d\x8d\xd7\x5f\x7f\x1d\x53\x53\x53\x92\x48\xd6\x6a\x35\ \x38\x1c\x0e\x54\xab\x55\xa4\xd3\x69\x94\xcb\x65\xa1\x6f\x78\x98\ \x70\xed\x58\xad\x56\x4c\x4d\x4d\x09\x17\xef\xf5\x7a\xb1\xbb\xbb\ \x2b\x88\x12\x75\x64\x3a\x9d\x0e\x7e\xbf\x1f\xcb\xcb\xcb\xb8\x76\ \xed\x1a\xca\xe5\xb2\x78\x91\xa5\x52\x29\x2c\x2d\x2d\x61\x67\x67\ \x47\x44\xe7\xbd\x5e\x7f\x70\xef\xb3\x67\xcf\x10\x08\x04\x44\xa3\ \x53\xad\x56\x11\x89\x44\x60\x36\x9b\x45\xf8\xdd\x6a\xb5\x90\xcb\ \xe5\x64\x84\x0c\xed\x03\xd8\x71\x37\x38\x38\x28\x48\x21\x13\xc7\ \x78\x3c\x0e\xa3\xd1\x88\xb1\xb1\x31\x8c\x8c\x8c\x60\x7f\x7f\x5f\ \x0e\x73\x16\x2c\xa4\x97\x26\x27\x27\xa5\x1b\x8b\xba\x06\x1e\xa6\ \x14\x9f\x7a\xbd\x5e\x11\xf8\x52\x3f\xc5\x8a\xf3\xbb\xdf\xfd\x2e\ \x3e\xff\xfc\x73\xd9\xfb\x3c\x5c\xb9\x5f\x6c\x36\x1b\x16\x17\x17\ \x11\x0a\x85\xc4\x8e\xc1\x60\x30\xc0\xe7\xf3\x49\x67\xe3\xe5\xcb\ \x97\xc5\x32\xe4\xe4\xe4\x44\xba\x2c\x63\xb1\x98\x78\xf6\x10\xa5\ \x63\xe7\x26\x0f\x43\x00\x08\x87\xc3\x70\x38\x1c\x32\x2d\x42\xa3\ \xd1\x08\x25\xe4\xf5\x7a\x91\xcf\xe7\x91\x4e\xa7\x61\x34\x1a\x31\ \x3b\x3b\x2b\x95\x2c\x9b\x48\xd8\x81\xc8\x11\x3d\x46\xa3\x11\xc5\ \x62\x11\x7f\xf3\x37\x7f\x83\x54\x2a\x25\x5a\x25\x06\x07\x55\xd4\ \xfe\x62\x81\x66\xb5\x5a\xf1\xea\xab\xaf\xe2\xee\xdd\xbb\x78\xfe\ \xfc\x39\x9e\x3f\x7f\x2e\x7b\x84\x88\x22\x13\x12\x8a\x78\x07\x07\ \x07\xf1\x57\x7f\xf5\x57\x30\x99\x4c\xf8\xbb\xbf\xfb\x3b\x3c\x78\ \xf0\x40\x12\x38\xaf\xd7\x2b\x28\x2b\x6d\x01\xe8\x49\xa8\xd7\xeb\ \x61\xb3\xd9\x70\x78\x78\x88\x4c\x26\x23\x3a\x49\x52\x9c\x1c\xc1\ \x55\xaf\xd7\x61\x34\x1a\x31\x39\x39\x89\x78\x3c\x8e\xb1\xb1\x31\ \xd8\xed\x76\xa1\x32\xed\x76\x3b\x0a\x85\x02\xca\xe5\x32\xdc\x6e\ \x37\x22\x91\x08\xce\xce\xce\x90\xc9\x64\xa4\x50\xa4\xed\x49\x3e\ \x9f\x17\xc4\x83\x45\xe8\xf9\xf9\xb9\x4c\x17\x78\x51\x93\x44\xed\ \x63\x30\x18\x14\xe1\x34\x13\x2a\xad\xb6\x3f\xdf\x90\xbe\x7a\x1c\ \x50\xcf\x62\xb6\x54\x2a\x21\x97\xcb\xe1\xfc\xfc\x1c\x4b\x4b\x4b\ \xf2\x3e\x40\x7f\x00\x34\xe7\x74\x52\x3b\x47\xf4\x2d\x9d\x4e\x8b\ \x80\x99\x49\x36\x0b\x00\xa0\x3f\x73\x94\xd4\xf6\xd9\xd9\x99\x80\ \x01\xa4\x41\xcb\xe5\x32\x8e\x8e\x8e\xb0\xb0\xb0\x00\x93\xc9\x84\ \x5c\x2e\x87\x4c\x26\x83\x52\xa9\x84\x5e\xaf\x87\x1b\x37\x6e\x5c\ \x18\xfb\xc5\x98\x48\x2b\x00\xee\x03\xb5\x81\x40\xa5\x84\x89\x7e\ \x90\xaa\x55\x69\x66\x26\x08\x00\x64\xbf\x31\xb1\x24\xea\xc5\x04\ \xe9\xfc\xfc\x5c\xd6\x01\xa9\x7d\xae\x7b\xc6\x68\xb5\x53\x92\x34\ \x32\x67\x3c\x52\x2f\xcd\xe9\x12\xa4\x32\x69\x73\xe3\xf5\x7a\xa5\ \x48\x03\x20\x8d\x6a\x2a\x72\xcb\xe7\xc8\x6b\x51\x0b\x08\x6a\x6b\ \xf9\xb3\x2c\xbc\xd4\xc4\x58\x95\x6a\xa8\x09\x16\xcf\x13\x7e\x4f\ \x45\xca\x78\x3e\x13\x49\x54\x65\x43\xaa\xce\xfa\xc5\x9f\x57\x41\ \x18\x16\xe7\x8c\xf5\xdd\x6e\xf7\x42\x92\xc6\x9f\xe1\xf5\x72\x9d\ \x10\x15\x27\x6a\x7d\x72\x72\x02\xcd\xdb\x6f\xbf\xdd\x23\x3c\xef\ \x76\xbb\x51\x2a\x95\x90\xc9\x64\x70\xe9\xd2\x25\x11\x5b\x13\x4d\ \x22\xd4\xce\x03\x58\xa7\xd3\xc9\x81\x4f\x3e\x9c\x17\xc5\xac\x8f\ \x0f\x98\x37\x8e\x07\x11\x5f\x8f\xd4\x0f\xff\x8d\xee\xd1\x67\x67\ \x67\xd2\xe9\x90\xc9\x64\x2e\x74\x69\xf0\xa6\xa8\x49\x90\x2a\x7e\ \x67\x16\xab\xfe\x9b\x9a\xb9\x32\xb3\x27\x54\xa8\xea\xb4\x5e\xa4\ \x0c\x5f\x44\xb7\xb8\x30\xb9\xf8\xa9\x7f\xb1\x58\x2c\xf0\x7a\xbd\ \x88\x44\x22\x68\xb7\xdb\x78\xf0\xe0\x01\x8c\xc6\xfe\x38\x20\x42\ \xc0\xdd\x6e\x17\xb9\x5c\x0e\x57\xaf\x5e\xc5\xf5\xeb\xd7\x71\x72\ \x72\x82\x42\xa1\x20\xb3\xe0\x28\x12\x04\x20\xb6\x0e\x14\xb5\x33\ \xfb\xdf\xde\xde\x46\x32\x99\x44\x28\x14\xc2\xfa\xfa\xba\xa0\x56\ \xf9\x7c\x1e\x53\x53\x53\x08\x85\x42\x28\x95\x4a\xd2\xfa\xff\xc7\ \x7f\xfc\xc7\xd8\xdc\xdc\x14\xb4\x80\x68\x16\xbb\x01\xd9\x9e\x9d\ \x4c\x26\x45\x6f\x75\xed\xda\x35\x74\x3a\x1d\xa1\xbc\xf8\x39\xa9\ \x5d\xa2\x0d\x01\xdb\xca\xd9\xb2\xcf\x7b\x4c\x07\xf9\x56\xab\x3f\ \xd1\x3e\x9b\xcd\xc2\xe5\x72\x21\x99\x4c\x0a\xc5\x74\x7e\x7e\x2e\ \xe6\x8a\x7e\xbf\x5f\x06\x64\x12\x8d\xbb\x71\xe3\x06\x0c\x06\x03\ \x6a\xb5\x1a\x2e\x5d\xba\x84\x78\x3c\x2e\xd5\xd2\xc1\xc1\x81\x0c\ \x1d\x6e\x34\x1a\x28\x97\xcb\xd2\x4d\xc9\xb6\x77\xaf\xd7\x8b\xc5\ \xc5\x45\xe8\xf5\x7a\xfc\xea\x57\xbf\x92\x60\xc9\xf7\x1f\x1b\x1b\ \xc3\xe9\xe9\x29\x26\x26\x26\x60\xb7\xdb\x91\xcb\xe5\x30\x31\x31\ \x21\x56\x22\x4c\x64\x59\x6d\x11\xd2\x57\x37\x1a\x75\x4f\x5c\x43\ \x7e\xbf\x1f\x1b\x1b\x1b\x82\x4c\x6d\x6c\x6c\x88\x70\xfd\xe9\xd3\ \xa7\x08\x06\x83\x98\x9c\x9c\x44\xa9\x54\x92\x09\x09\x14\x87\x32\ \x31\xe8\x76\xbb\x98\x9d\x9d\x15\xc3\xd9\x40\x20\x80\x4c\x26\x03\ \x83\xc1\x80\xd9\xd9\x59\xe9\x90\x5c\x5a\x5a\x42\x22\x91\xc0\xca\ \xca\x8a\x38\x82\x07\x02\x01\xc4\xe3\x71\xe8\xf5\x7d\x87\x7b\x42\ \xfb\xfb\xfb\xfb\x28\x95\x4a\x32\xf0\x5a\xab\xd5\x4a\xa7\xe0\xe9\ \xe9\xa9\xd8\x53\x70\x0f\x10\x31\xa0\xf6\xd2\x62\xb1\x20\x97\xcb\ \xc9\x41\xd3\x68\x34\xa0\xd1\xf4\xe7\xc3\x71\xb6\xa8\xcb\xe5\x42\ \xab\xd5\xc2\x93\x27\x4f\x30\x3a\x3a\x2a\x1d\x79\x3f\xf8\xc1\x0f\ \x2e\x54\x96\xa4\x94\x28\x9e\xfd\xc6\x37\xbe\x01\x87\xc3\x21\x9d\ \xa3\x26\x93\x09\x5f\xfd\xea\x57\x51\xa9\x54\xb0\xb6\xb6\x26\x23\ \x9b\x7a\xbd\xde\x05\x6a\xb3\x56\xab\x89\x95\x06\x6d\x38\x98\x50\ \x92\x9a\xa4\xfb\x7e\x36\x9b\xc5\xf9\x79\x7f\x86\x24\x3d\xae\x76\ \x77\x77\x31\x3a\x3a\x7a\x41\xaa\xe0\x74\x3a\xc5\x93\x28\x16\x8b\ \x21\x12\x89\x08\x22\x47\xdb\x92\xf1\xf1\x71\x7c\xef\x7b\xdf\xc3\ \xe7\x9f\x7f\x2e\xe7\x0a\x35\x24\x0c\xf0\x2a\x15\xa4\xa2\xb8\xc7\ \xc7\xc7\xb8\x77\xef\x1e\xee\xdd\xbb\x87\xc7\x8f\x1f\x23\x93\xc9\ \xc8\x6b\x10\x8d\x55\xbb\x9c\x88\x44\xff\xc9\x9f\xfc\x09\x7e\xf8\ \xc3\x1f\xe2\x9f\xfe\xe9\x9f\xa4\x63\x8b\x86\xa5\xfc\x59\xbb\xdd\ \x8e\x68\x34\x8a\x70\x38\x2c\x36\x05\xa4\xae\x0e\x0f\x0f\xa5\x30\ \xee\xf5\x7a\x62\x2d\x40\x74\x84\x8d\x34\xcb\xcb\xcb\x62\x32\x7b\ \x7e\x7e\x8e\xf1\xf1\x71\x00\x10\x5d\x13\x35\x2d\x8b\x8b\x8b\x78\ \xf6\xec\x19\xba\xdd\x2e\xdc\x6e\xb7\x8c\xa6\x3a\x38\x38\x90\xa4\ \xa1\xd7\xeb\xc1\xe1\x70\x60\x64\x64\x04\x95\x4a\x45\x7c\xdb\xa8\ \x85\xa1\x1e\xcc\x64\x32\x09\xe2\xc4\x64\x99\xf1\xa4\x52\xa9\xc0\ \x64\x32\xa1\x54\x2a\x09\xf5\x4d\x3f\x36\xab\xd5\x8a\x4c\x26\x23\ \xa8\x2f\xf5\x78\x14\x3e\x13\x8d\xa0\x54\x83\x5d\xdb\xed\xf6\xef\ \x06\x71\xb3\x19\x01\xe8\x6b\xd9\x54\x94\xa5\xd3\xe9\x48\x11\x41\ \x1a\x8a\xd4\x10\x4d\x27\x19\x1f\x89\xfe\xe9\xf5\x7d\x9f\x27\x3e\ \xa3\x72\xb9\x2c\x34\x1d\xcf\x2c\xfa\x48\x11\x3d\x22\x12\xc2\xe2\ \x42\xaf\xef\xfb\x81\x71\x5d\x30\xd6\xf2\x99\x32\xf8\x1b\x0c\x7d\ \xbf\xb6\x8f\x3e\xfa\x08\x5f\xfb\xda\xd7\x04\xfd\x65\x8c\xa2\xd5\ \x42\xab\xd5\x92\xc9\x0d\xf4\xe3\x63\x31\xcd\x58\xc9\x58\xad\xfe\ \x3e\x8b\x5d\xae\x1b\x22\x77\x2c\x50\x78\x7d\xfc\x3d\x26\x50\x26\ \x93\x49\xf6\x13\xdf\x83\xb4\x3b\x29\x34\x32\x51\xbc\x66\x16\xa2\ \x83\x83\x83\x17\x92\x18\x3e\x43\x26\x6d\x7c\x7e\xa4\x45\x49\x1b\ \x32\x17\x61\x27\x1f\xdf\x87\x49\x2d\x93\x7a\x02\x3d\xdc\x67\x7c\ \x4e\x6a\xbe\xa0\x32\x60\x2a\x6b\xa5\x02\x32\xbc\x2f\xbc\x36\x16\ \x64\xd4\x69\x51\xe8\xae\xd1\x68\xa0\xf9\xb3\x3f\xfb\xb3\xde\xde\ \xde\x1e\x4a\xa5\x92\x8c\x30\x20\x1a\x33\x3e\x3e\x8e\xc3\xc3\x43\ \x38\x1c\x0e\xe9\x04\xe3\x9b\xaa\x3e\x11\x84\x0c\x59\x19\xa9\xd9\ \xa7\xc1\x60\x90\x0a\x9b\x99\x26\x83\x6f\x3e\x9f\x97\x04\x85\x37\ \x93\x88\x0d\x00\xa9\x2c\x35\x1a\x0d\x12\x89\x04\x72\xb9\xdc\x85\ \xac\x9f\x0f\x8a\x49\x10\xb3\x59\x15\x7a\x7c\x11\x5a\x7c\xb1\x03\ \x90\xd9\x2b\x7f\xfe\xff\x87\x5c\x01\x10\x5e\x98\xdd\x11\x6e\xb7\ \x5b\x50\x3f\x5a\x35\xc4\xe3\x71\xc9\xd0\x55\xad\x07\xef\x01\x11\ \x3a\x2e\x44\x2e\x0e\xb6\xd5\x56\xab\x55\x39\x30\xaa\xd5\x2a\x26\ \x26\x26\xd0\xeb\xf5\xa4\x22\x3b\x3d\x3d\x85\xcf\xe7\x83\xcb\xe5\ \x92\x0a\x92\xbf\xab\x8e\x27\x22\x7a\xe6\xf5\x7a\x45\x83\xc5\x2e\ \x2b\x9d\xae\x3f\xf7\x70\x62\x62\x42\xcc\x02\xad\x56\x2b\x16\x17\ \x17\xb1\xbd\xbd\x2d\x74\x21\x45\xdc\x74\x0b\x8f\x46\xa3\xd8\xde\ \xde\x16\x8a\xe7\x0f\xfe\xe0\x0f\xf0\xd1\x47\x1f\xe1\xe8\xe8\x08\ \x36\x9b\x0d\x07\x07\x07\x58\x5f\x5f\xc7\x5f\xfe\xe5\x5f\x22\x16\ \x8b\xe1\xf9\xf3\xe7\xa2\xf9\xb2\x5a\xad\x28\x95\x4a\x70\xbb\xdd\ \xa2\x77\xd8\xdd\xdd\xc5\x27\x9f\x7c\x22\xe6\x9a\x8b\x8b\x8b\x08\ \x87\xc3\x78\xfe\xfc\x39\x06\x07\x07\xb1\xbe\xbe\x8e\xeb\xd7\xaf\ \x4b\x00\x65\x52\xc3\xea\xdc\x66\xb3\xa1\x5c\x2e\xa3\xd9\x6c\x62\ \x6f\x6f\x0f\xcf\x9f\x3f\x17\xb8\xf6\x2f\xfe\xe2\x2f\xa4\x65\xfa\ \xf0\xf0\x50\xd0\x86\xe1\xe1\x61\x1c\x1e\x1e\x22\x95\x4a\x61\x64\ \x64\x04\x1e\x8f\x07\xdd\x6e\x17\x85\x42\x41\xd6\xd0\x95\x2b\x57\ \x24\xe8\x73\x2c\x0e\x85\x90\x4e\xa7\x13\x99\x4c\x46\x2a\xe1\x72\ \xb9\x8c\x7c\x3e\x8f\x56\xab\x85\x37\xdf\x7c\x13\x16\x8b\x45\xf6\ \x4b\x22\x91\x10\xba\x9c\x48\x21\xbb\x64\xcf\xce\xce\xc4\x8c\xf5\ \xf4\xf4\x14\xc1\x60\x10\x07\x07\x07\xb2\xe1\xd9\xb9\x79\xeb\xd6\ \x2d\xa4\x52\x29\xa1\xe8\x53\xa9\x94\xb4\x6a\xd7\xeb\x75\x38\x9d\ \x4e\xec\xed\xed\x89\xf1\xdd\xd1\xd1\x11\x8e\x8f\x8f\x25\xd1\xb3\ \xdb\xed\xf8\xf0\xc3\x0f\x85\xb6\xa0\x55\x04\x3b\xf4\x58\xe1\x13\ \x3d\x53\x1d\xb7\x49\xd3\x64\xb3\x59\xcc\xce\xce\xa2\x50\x28\x20\ \x95\x4a\x41\xa7\xd3\xc1\xe7\xf3\xc9\x01\xe9\x76\xbb\xc5\x31\x9d\ \x09\x8f\xd5\x6a\xc5\x27\x9f\x7c\x82\x6c\x36\x0b\x83\xc1\x20\x7a\ \x3e\xba\xa0\x9b\x4c\x26\x19\xf5\xc2\x81\xc4\x3c\x2b\xb8\x9f\x38\ \x13\x91\x55\x30\xe9\x11\xa3\xd1\x88\x95\x95\x15\x41\x26\x3c\x1e\ \x8f\xd0\x83\x6c\xf1\xd6\xeb\xf5\x38\x3c\x3c\x14\x7f\x2c\xde\x57\ \xee\xc7\x5e\xaf\x87\x60\x30\x28\xb3\x2c\xbb\xdd\xae\x88\xe1\x99\ \x10\x30\x78\x0c\x0c\x0c\x20\x10\x08\x60\x75\x75\x15\x3f\xfd\xe9\ \x4f\xa5\xc2\xe5\xb5\xd0\x0e\x81\x54\x98\xcf\xe7\x13\xeb\x80\xb1\ \xb1\x31\xbc\xf2\xca\x2b\xf8\xfe\xf7\xbf\x8f\x58\x2c\x06\x8b\xc5\ \x22\xfa\xba\x6e\xb7\x2b\x8d\x20\x3c\xfc\xa9\xa5\x9a\x9b\x9b\x13\ \xad\xd5\x3f\xff\xf3\x3f\x4b\x75\xcc\x73\x49\x75\xf2\x26\x1d\xc9\ \xc0\xf8\xca\x2b\xaf\xc0\xed\x76\x8b\x85\x06\x93\x03\xb5\x9b\x93\ \xfa\x22\xad\xb6\xdf\xf5\xcd\x81\xf1\xe3\xe3\xe3\xd8\xd8\xd8\x90\ \xe7\xaa\x32\x12\x26\x93\x09\x37\x6f\xde\xc4\xfe\xfe\xbe\xac\x17\ \x16\x50\x0c\xdc\xaa\x41\x28\x2b\x7b\x26\x8c\x2c\x4c\x48\x79\x77\ \x3a\x1d\x34\x1a\x0d\x29\xf4\x48\xcd\x10\xcd\x22\x25\x76\x7c\x7c\ \x2c\x5d\xab\x44\xc1\xa9\xb7\x54\x0d\x33\xd9\x6d\xc8\xe7\xcb\x66\ \x23\x26\x62\xf9\x7c\x5e\xe8\x57\x5e\xeb\xf9\xf9\x39\xaa\xd5\xaa\ \xd0\xeb\x1a\x4d\xdf\x6a\x87\x68\xf6\xfe\xfe\x3e\xfc\x7e\x3f\xc2\ \xe1\x30\x9a\xcd\xa6\x8c\x8e\xa2\x9f\x16\x35\x69\xaa\x1e\x8d\x5d\ \xe3\xa4\xf9\x62\xb1\x98\xd8\xb5\xf0\x1c\x61\xa3\xc5\xf0\xf0\x30\ \xea\xf5\x3a\xc6\xc6\xc6\x24\x29\xa7\x70\x9f\xa8\x0f\xef\x03\x99\ \xa4\x56\xab\x6f\xd6\xad\xd5\x6a\x05\xc1\x53\x7d\xc8\x1e\x3c\x78\ \x00\xaf\xd7\x0b\xa7\xd3\x29\x09\x21\x51\x58\x35\x2e\x6b\x34\x1a\ \xe4\x72\x39\x11\xf4\xab\xd7\xcf\xe7\x4d\x5d\xa6\x8a\xae\x51\x0f\ \x46\x6d\x2e\xaf\xd7\x66\xb3\x89\x75\x8e\x2a\x9e\xa7\xce\x4e\x9d\ \x70\xc2\x3d\x44\x54\x8c\x9a\x2c\x7e\x4e\xae\xd5\x17\xcd\x4b\x79\ \x9f\x55\x0f\x2c\x0a\xd9\x55\x6d\x15\xd7\x13\x93\x59\xbe\x1f\xa5\ \x23\xdc\xb7\x2c\x6c\x55\x80\x88\xff\xe5\x75\x88\x33\xbb\xee\x77\ \x96\x26\x9c\xb5\x79\x7e\x7e\x0e\xa7\xd3\x29\x71\x85\x9f\xb1\xd7\ \xeb\x41\xd7\x6c\x36\xdf\x2b\x16\x8b\x17\xec\xf1\xb9\x99\xea\xf5\ \x3a\x76\x77\x77\x45\x7c\xc9\x9b\x4b\x71\x5c\x22\x91\x40\x3e\x9f\ \x47\x2a\x95\x42\x22\x91\x40\xb9\x5c\x16\xfa\x2a\x9d\x4e\x23\x99\ \x4c\x22\x16\x8b\xa1\x50\x28\x48\x17\xd4\xe9\xe9\xa9\x88\xb6\x29\ \x26\xe5\xc2\xa5\x98\x95\x1f\x9c\x07\x0d\x6f\x30\x9d\x6c\x79\xc3\ \x5e\xd4\x45\xa9\x37\x89\x87\x29\xbf\xff\x7f\xc1\x80\x2a\x4c\xa8\ \x66\xcb\x7c\xb0\xe4\xa0\xc9\x21\x93\x2f\x67\xc6\x6a\xb7\xdb\xa5\ \x73\x92\x94\x18\x93\x18\x9a\x4c\x12\xa5\x62\x8b\x30\xf9\x7a\x8e\ \x6c\x68\x34\x1a\x28\x16\x8b\xe2\x78\x7e\xf5\xea\x55\xb9\x47\x83\ \x83\x83\x32\xea\x85\xd5\x92\x2a\x52\x25\x9c\x7d\x76\x76\x26\xad\ \xf2\xd4\x4b\xf1\x3e\xc6\xe3\x71\x64\x32\x19\x1c\x1d\x1d\xa1\x58\ \x2c\x62\x77\x77\x57\xcc\x17\x81\x7e\x17\x20\x3f\x43\x2e\x97\x13\ \x58\x58\xaf\xef\xdb\x19\x5c\xb9\x72\x45\x4c\x1a\xd9\x5d\x43\x34\ \xe5\xe0\xe0\x00\xcf\x9e\x3d\x93\xb6\x7f\xab\xd5\x2a\x6e\xfc\x1c\ \x3c\xca\xd6\x73\xa2\x1e\x84\xc1\xc3\xe1\x30\xe2\xf1\x38\xcc\x66\ \x33\x7c\x3e\x1f\x6e\xde\xbc\x29\xc2\xd8\xf3\xf3\x73\xec\xef\xef\ \xa3\x5e\xaf\xc3\x64\xea\xcf\x9c\x23\xbd\x41\xea\x68\x63\x63\x03\ \xeb\xeb\xeb\xd8\xdf\xdf\x17\x14\x42\xb5\x64\x20\x1a\xfb\xe5\x97\ \x5f\x0a\xa5\xbd\xba\xba\x0a\x9b\xcd\x26\xa2\xd1\xe3\xe3\x63\xb1\ \x30\xd8\xd8\xd8\x40\xb9\x5c\x16\x7a\x96\x46\x9f\xed\x76\x5b\x68\ \x38\xae\x01\x6a\x1e\x72\xb9\x1c\x7a\xbd\x1e\xa2\xd1\xe8\x05\x03\ \xbd\xfb\xf7\xef\x0b\x25\x5b\xad\x56\xa1\xd1\x68\xa4\xdd\x9b\xe3\ \x48\xac\x56\xab\x6c\xfa\x62\xb1\x28\x86\xad\x44\x71\xf4\x7a\xbd\ \xd0\x20\x4f\x9e\x3c\x91\x69\x08\xf5\x7a\x5d\xf4\x7b\xa4\xbf\x0b\ \x85\x02\x6e\xdc\xb8\x21\xde\x75\x73\x73\x73\x22\x4a\x6d\xb5\x5a\ \x18\x1f\x1f\x17\x18\xfb\xd2\xa5\x4b\x18\x1e\x1e\x96\x8a\xde\x6c\ \x36\xa3\xdd\x6e\x4b\xb2\xb4\xbc\xbc\x8c\xb9\xb9\x39\xf1\x58\xb3\ \x5a\xad\x28\x16\x8b\x28\x14\x0a\xb2\x6e\x29\xf4\x64\x90\x6d\xb7\ \xdb\xe2\x4d\xc5\x66\x06\x52\x90\x4e\xa7\x13\x1b\x1b\x1b\xb2\xdf\ \xe8\xfa\xce\x22\xcd\x6e\xb7\x8b\x0e\xc6\x60\xe8\x9b\xb4\xd2\x8b\ \xa9\xd3\xe9\x20\x9b\xcd\x4a\x71\x40\x2d\x1e\xf5\x79\xed\x76\x5b\ \x66\x39\x12\x45\xa0\xb9\x64\x3e\x9f\xc7\xd8\xd8\x18\xea\xf5\x3a\ \xca\xe5\x32\xcc\x66\x33\xce\xcf\xcf\xe1\xf5\x7a\x01\xf4\x5d\x9e\ \xa7\xa7\xa7\x61\xb5\x5a\x11\x0c\x06\x05\x69\x32\x1a\x8d\x52\xa1\ \x33\xe0\xb2\xb8\x69\x36\x9b\xf8\xf0\xc3\x0f\x45\xb2\xc0\x83\x5c\ \x95\x3e\xf0\x67\x75\xba\xbe\x99\xe8\xe2\xe2\x22\xcc\x66\x33\x6c\ \x36\x1b\xdc\x6e\x37\x56\x57\x57\x45\x9b\xc3\x03\x9f\xc8\x1b\x03\ \x07\xbb\x3c\xdf\x7c\xf3\x4d\x6c\x6d\x6d\xe1\xd7\xbf\xfe\x35\x6e\ \xdf\xbe\x8d\x89\x89\x09\xdc\xba\x75\x0b\x06\x83\x01\xe1\x70\x18\ \x13\x13\x13\xb0\xd9\x6c\x08\x85\x42\x12\x30\x7c\x3e\x1f\x3a\x9d\ \x0e\x02\x81\x00\xd6\xd6\xd6\xa0\xd1\x68\xa4\xc3\x8b\x45\x80\xdf\ \xef\x47\xa1\x50\x10\x24\xe8\x45\x87\x79\x0a\xec\xaf\x5d\xbb\x86\ \xf1\xf1\x71\x0c\x0f\x0f\x4b\xf7\xe9\xe4\xe4\xa4\xdc\x6b\xea\x9d\ \x18\x18\xd9\xd8\xc2\x73\x91\xf7\xd4\xe5\x72\x49\xc7\x19\x11\x42\ \x06\xb6\xe5\xe5\x65\x3c\x7b\xf6\x0c\x40\xbf\x51\xa6\xdd\x6e\x4b\ \x42\x4c\xf4\x88\x7b\x49\xed\x04\xa3\x84\x82\xf6\x2c\xbc\x9f\x44\ \xf5\x58\xcc\x50\xd8\xde\x68\x34\x60\x34\x1a\x05\x71\x23\x02\xc8\ \x6b\x27\x5d\xc8\x24\x99\x49\x21\x91\x9b\xd3\xd3\xfe\x30\x79\x9a\ \xdc\xb2\xc0\x26\x20\xc1\x44\x7b\x64\x64\x44\xb4\x3d\xaa\x75\x83\ \xdb\xed\xfe\x5f\x26\xa8\xfb\xfb\xfb\x72\xdf\x5a\xad\x16\x7e\xfc\ \xe3\x1f\x63\x75\x75\x15\x07\x07\x07\xd2\x28\x45\xcb\x05\x8d\x46\ \x23\x49\x16\xa9\x56\x1a\x3b\x77\xbb\x5d\xe9\x4c\x3c\x3c\x3c\x44\ \x3e\x9f\x17\x3f\x37\x52\x89\xd4\xc6\xc6\xe3\x71\xf1\xb2\xdc\xdb\ \xdb\x83\xd9\x6c\x96\xeb\xe2\xf9\xac\xd5\x6a\x2f\x24\xec\x34\xe8\ \x54\x13\x59\x9e\x53\x6c\x8a\x62\x57\xe0\xe0\xe0\x20\x46\x47\x47\ \x25\x4e\x32\x99\x24\x2a\xc9\xd8\xcc\xfd\xc2\x78\x4d\x17\x02\xd2\ \xd6\xdc\x17\x94\xd2\xf0\xef\x44\xfa\x48\x23\x52\xa0\xce\xd7\x55\ \x13\x2f\xc6\x6e\x16\x14\xd4\x9e\xa9\x9a\x6e\xe6\x10\x2c\x14\x99\ \x4c\xa9\xe8\x9e\x9a\xec\x31\x89\xa7\xf6\x9c\x80\x51\xbd\x5e\x47\ \xa1\x50\x40\xa5\x52\x11\x73\xe6\x5a\xad\x06\xcd\xad\x5b\xb7\x7a\ \x3c\x6c\x55\x1f\x0b\x42\x6f\x54\xc8\x33\x13\x65\x25\xc8\x8c\x58\ \x85\xd3\x78\x78\x72\xb1\xa9\xc2\x32\x55\xff\xa4\x72\xd2\x84\x48\ \x55\xb1\xda\x8b\x95\xcc\x8b\xc8\x17\xb3\x66\xf5\x06\xa9\xaf\xa1\ \x56\xab\x7c\x6f\x7e\xa9\x48\x17\x7f\x87\x82\x6e\x7e\x5f\x6d\x13\ \xe5\x06\xe1\x86\xe4\x75\xd0\xc2\xe2\xd6\xad\x5b\x22\x5a\x66\x77\ \x49\xaf\xd7\x93\x84\x44\xf5\x3b\xd2\x68\x34\x18\x1b\x1b\x93\xb1\ \x0e\xb3\xb3\xb3\x38\x3b\x3b\x43\x22\x91\x90\xfb\x7e\xe3\xc6\x0d\ \xf1\x22\xa2\x3e\x28\x9d\x4e\xcb\xe1\xcb\xeb\x9b\x98\x98\xc0\xe5\ \xcb\x97\xf1\x5f\xff\xf5\x5f\xb2\x88\xd9\x34\x30\x38\x38\x88\x70\ \x38\x8c\x6a\xb5\x8a\xe5\xe5\x65\x7c\xe7\x3b\xdf\xc1\x0f\x7f\xf8\ \x43\xf4\x7a\x3d\xb8\x5c\x2e\x09\x56\x6a\xb2\x41\x08\x9c\x9b\xfd\ \xe4\xe4\x44\x0c\x1f\x47\x47\x47\xf1\xfc\xf9\x73\x68\x34\x1a\x49\ \x0c\xac\x56\x2b\x3c\x1e\x0f\x9e\x3e\x7d\x2a\xd4\x81\xc9\x64\x92\ \xd6\xe0\x5c\x2e\x27\xfe\x49\x6c\x11\xe6\xbd\x24\x55\x19\x08\x04\ \x64\x58\xf1\xf8\xf8\x38\x1e\x3d\x7a\x24\x5a\x06\x0a\x53\x47\x46\ \x46\xb0\xb0\xb0\x80\x6c\x36\x8b\x5e\xaf\x87\xf1\xf1\x71\xa9\x9c\ \xdc\x6e\x37\xf2\xf9\xbc\x6c\xcc\x48\x24\x82\x4e\xa7\x83\x50\x28\ \x84\x5f\xff\xfa\xd7\xb0\x5a\xad\x08\x04\x02\xa8\xd7\xeb\x88\x44\ \x22\xa2\x1f\x63\x15\x74\x76\x76\x86\x74\x3a\x8d\x6c\x36\x0b\x93\ \xc9\x24\x89\x27\xd1\x21\x8a\x8d\x7b\xbd\x1e\xa6\xa7\xa7\xd1\x68\ \x34\xe0\x74\x3a\xf1\xf8\xf1\xe3\x0b\x54\x34\x47\x19\x51\x9f\xc4\ \xcf\x40\xcf\xa8\x85\x85\x05\xb8\xdd\x6e\xec\xef\xef\x63\x77\x77\ \x17\x3e\x9f\x4f\xbc\xaa\xae\x5c\xb9\x02\x93\xc9\x84\xdd\xdd\x5d\ \xdc\xbf\x7f\x1f\x76\xbb\x5d\xd6\x14\x45\xaf\x6c\x15\x26\x55\xf3\ \xf9\xe7\x9f\xe3\xda\xb5\x6b\xa2\x7f\x4a\xa7\xd3\x98\x9d\x9d\x85\ \xd9\x6c\xc6\xe6\xe6\x26\x2e\x5f\xbe\x2c\xfa\x18\xde\x73\x52\x32\ \x0e\x87\x43\x92\x21\x75\xdd\x8c\x8f\x8f\xa3\x50\x28\x20\x16\x8b\ \x09\x3d\xbd\xb9\xb9\x79\x41\x4b\xc4\x04\x9a\x68\x37\xc7\x0c\xd1\ \x49\x9d\x7e\x5d\xd4\xc9\x8c\x8f\x8f\xe3\xf4\xf4\x14\xff\xf2\x2f\ \xff\x82\xbd\xbd\x3d\xe8\xf5\xfd\x39\x78\x9d\x4e\x47\x4c\x65\xaf\ \x5e\xbd\x8a\xd7\x5e\x7b\x4d\xc4\xc4\x36\x9b\x4d\x26\x40\xb0\x3d\ \x9f\x41\x70\x73\x73\x53\x28\x2c\x1e\xa4\xac\x70\x59\x90\xf5\x7a\ \x3d\x49\xe6\x3b\x9d\x8e\xb4\xfa\xa7\xd3\x69\x59\x07\x14\x4b\x53\ \xa7\xc3\xf7\xa2\xdd\x04\xb5\x21\x4f\x9e\x3c\x41\x20\x10\x40\xaf\ \xd7\xf7\x56\x7a\xff\xfd\xf7\xb1\xbf\xbf\x7f\xa1\x1b\x89\xf7\x87\ \xc1\x9d\x48\x09\x11\xe9\xbb\x77\xef\x62\x62\x62\x02\x5f\xf9\xca\ \x57\x70\x76\x76\x86\xfb\xf7\xef\xe3\xc3\x0f\x3f\x84\xc1\x60\x10\ \x9d\x0d\xb5\x1c\x4c\xe8\x82\xc1\x20\xee\xde\xbd\x8b\x93\x93\x13\ \xfc\xf8\xc7\x3f\x16\x9d\x4b\xbb\xdd\xc6\xc2\xc2\x02\x82\xc1\x20\ \x1c\x0e\x07\x34\x9a\x7e\x27\x18\xd1\x4d\xa7\xd3\x29\x33\x28\x39\ \x83\xd1\xe1\x70\x08\x55\xc8\x60\xc5\x20\x4a\x6d\x54\xa9\x54\x12\ \x64\x9e\x7a\x5a\xa2\x9d\x9c\x7f\x6a\xb7\xdb\x05\x51\xa4\x4e\x87\ \xf3\x4d\x89\xbc\x68\xb5\x5a\x8c\x8d\x8d\x49\xb7\xe5\xe8\xe8\xa8\ \x38\xe5\xd3\x23\x4f\xed\x7c\x63\x2c\x60\xa7\x5c\x26\x93\xc1\xf4\ \xf4\xb4\x24\x32\x2c\x68\x28\x93\x20\x42\x3a\x3d\x3d\x7d\xc1\xc3\ \x8a\x9a\x61\x4a\x00\x0e\x0e\x0e\x30\x34\x34\x84\xd9\xd9\x59\x89\ \x27\x5b\x5b\x5b\x32\x3f\x95\x43\x88\xa9\x59\x52\x35\x4e\x5c\x43\ \x0c\xcc\xaa\x00\x3e\x9d\x4e\xc3\x66\xb3\x89\x16\x89\xc8\x9b\xc1\ \x60\xb8\xa0\x2d\x62\x32\xc4\x84\x88\xda\x44\x52\x74\x74\xcf\x67\ \xe7\x66\xbb\xdd\xc6\xde\xde\x1e\x5c\x2e\x17\x82\xc1\xa0\x24\x7a\ \x44\xd2\x08\x34\x50\x90\xcd\x73\x9a\xa0\x00\x69\x7f\xad\x56\x8b\ \x7a\xbd\x8e\x5a\xad\x26\xc5\x21\xd0\x9f\xbb\xca\xd4\x79\xd7\x2d\ \x00\x00\x20\x00\x49\x44\x41\x54\xb9\xad\x6f\xbe\xf9\xa6\x24\x65\ \x9d\x4e\x47\xd0\x30\x6a\xae\xd8\xc1\xc7\x62\x88\xc0\x0b\xef\x15\ \x59\x92\xb5\xb5\x35\x9c\x9e\x9e\xe2\xe0\xe0\x40\x80\x82\x85\x85\ \x05\x58\xad\x56\x19\x55\x64\xb3\xd9\x24\xf9\x62\x12\xc3\xc9\x04\ \xa4\x14\x55\xf4\x97\x89\x52\xbb\xdd\x96\x84\xef\xe8\xe8\x48\x62\ \x12\x13\x41\x26\x3c\x4c\x64\x99\x10\xaa\x39\x03\x63\x38\x13\x62\ \xae\x63\x75\x32\x09\x8b\x0f\xde\x6b\x15\x80\x21\x32\xce\xf7\x62\ \x42\xc7\xe2\x50\x1d\x59\x44\xc6\xe4\xe4\xe4\x44\x2c\x9b\xf8\x7a\ \x3a\xad\x56\xfb\x1e\x2b\x18\x66\x69\x6a\x4b\xb5\xca\x87\xf2\x02\ \xf8\x3d\x66\xf9\xaa\x50\xef\xff\xd2\x42\xbd\xf8\xfb\xaa\xe0\x9d\ \x6e\xb6\x5c\x38\xbc\x71\xea\x4c\x22\xa2\x67\xd4\xbf\x30\x8b\x56\ \xd1\x2a\x95\xce\x53\x05\x7c\xaa\x20\x8e\xd0\x1f\x0f\x48\x95\x6f\ \x55\xbf\xf8\x3d\x56\x2a\x4c\x5a\x46\x46\x46\x44\x40\xc9\xa1\xc4\ \xf1\x78\x1c\x7b\x7b\x7b\x52\x45\x0c\x0c\x0c\xe0\xca\x95\x2b\x28\ \x95\x4a\x38\x3f\x3f\xc7\xc2\xc2\x02\x42\xa1\x90\x40\xa7\x77\xef\ \xde\x95\x2a\x94\x70\x35\xb5\x5b\x4e\xa7\x53\x1e\x10\x79\x73\xce\ \xf9\x1a\x1d\x1d\x15\xda\x89\x9a\xb9\xc9\xc9\x49\xf1\x60\x02\xfa\ \x1e\x58\x07\x07\x07\x00\x80\xed\xed\x6d\xb9\x4f\x14\x31\xd7\x6a\ \x35\x84\x42\x21\x71\xf9\x4e\xa5\x52\xa8\x54\x2a\x68\xb5\x5a\x42\ \xb3\x91\xa7\xae\x56\xab\xc8\x66\xb3\xd8\xdc\xdc\x44\xa5\x52\x11\ \x31\x32\xed\x02\x0a\x85\x02\xb6\xb7\xb7\x91\x4e\xa7\xb1\xbb\xbb\ \x2b\x48\x25\xa9\x4f\x8f\xc7\x23\x34\x27\xf5\x7d\x4c\xd0\xa8\xbf\ \xe3\xcf\xb2\x6a\x61\x02\x10\x08\x04\x30\x36\x36\x86\xb9\xb9\x39\ \xf1\x1e\x62\x45\xda\x68\x34\x30\x35\x35\x25\x34\x28\x05\xbe\x9d\ \x4e\x47\x2c\x32\x9a\xcd\xa6\x68\xbe\x4e\x4f\x4f\x71\xfd\xfa\x75\ \x38\x9d\x4e\xa9\x1c\x39\x56\xa2\x50\x28\x40\xab\xd5\xe2\xf6\xed\ \xdb\x38\x3f\x3f\x97\x60\xc4\xee\x27\x8a\xb8\x69\xe7\x40\x4a\x60\ \x68\x68\x48\x46\xfc\x58\x2c\x16\x71\xb0\x27\xa5\xc4\x43\xf3\xd1\ \xa3\x47\xc8\xe5\x72\xa8\x54\x2a\x92\xac\xaa\x74\x38\x83\xc7\xd9\ \xd9\x19\x5c\x2e\x97\xcc\x26\xf3\xfb\xfd\x28\x16\x8b\xf2\x7a\xf5\ \x7a\x5d\x12\x38\x0e\xf4\x76\x38\x1c\xa2\xaf\xf1\xf9\x7c\x08\x04\ \x02\xb2\x27\x69\xe3\xb1\xbf\xbf\x2f\x1e\x39\xab\xab\xab\x32\xe4\ \x38\x95\x4a\x49\x41\xc4\x44\x2f\x97\xcb\xa1\x58\x2c\xc2\x68\x34\ \x62\x7b\x7b\x5b\xaa\x43\x16\x22\x2a\x9d\xc2\xf9\x74\x3c\x04\xf5\ \x7a\xbd\x50\x69\xd5\x6a\x15\xd5\x6a\x55\x6c\x1a\xb8\x8f\x12\x89\ \x84\x04\x55\x97\xcb\x25\x9f\x8d\x48\xcf\xc8\xc8\x08\xa2\xd1\x28\ \x8c\x46\x23\x32\x99\x0c\xcc\x66\x33\xb4\x5a\xad\xf8\xea\x90\x86\ \xb0\x58\x2c\x82\x8e\x11\x19\x60\xa7\xe7\xd9\xd9\x19\xae\x5c\xb9\ \x82\x70\x38\x8c\x60\x30\x28\x68\x15\x91\x42\x55\xc3\xc9\x60\x4c\ \xca\x9c\x7a\x33\xd2\x93\x43\x43\x43\x98\x9b\x9b\xc3\xfc\xfc\x3c\ \x86\x87\x87\xf1\x93\x9f\xfc\x04\x2b\x2b\x2b\x82\xa8\x30\x10\xf0\ \x8c\x54\x0b\x48\xa2\x1a\x7a\xbd\x1e\x9b\x9b\x9b\x88\xc5\x62\xb8\ \x79\xf3\x26\x9c\x4e\x27\xa2\xd1\xa8\xf8\x95\x1d\x1e\x1e\xe2\xe6\ \xcd\x9b\x58\x5c\x5c\x14\x8d\xe9\xc8\xc8\x08\xc2\xe1\x30\xae\x5e\ \xbd\x8a\x64\x32\x09\x8b\xc5\x82\xa5\xa5\x25\x38\x9d\x4e\xcc\xcf\ \xcf\x4b\x53\x07\x8b\x57\x36\x14\xb8\xdd\x6e\xa1\x84\x59\x28\x84\ \x42\x21\x79\xfe\x6c\xca\x61\xe7\x2c\x11\x28\x9e\x11\xbb\xbb\xbb\ \xf2\x2c\x69\x59\x70\x74\x74\x04\x8f\xc7\x23\x76\x15\xf4\xb1\xe3\ \xb3\x26\xd5\xc6\xcf\xae\xd3\xe9\xa4\x83\x51\xf5\x3b\x62\xd0\xcb\ \x66\xb3\x17\x74\x2b\xaa\xce\x66\x74\x74\x54\xce\x7f\x8d\x46\x23\ \xf3\x3d\xa9\xbb\xac\xd7\xeb\x98\x9d\x9d\x95\x6e\x48\xfa\xb4\x91\ \x6e\xa5\x91\x28\x1b\x5a\x48\x2b\x33\x88\xdb\xed\x76\x69\xaa\x19\ \x18\x18\x10\xe1\x3e\x2d\x13\xd8\x9d\x48\x8a\x91\x85\xb2\x1a\x6b\ \x88\xdc\x31\x46\xb1\x63\x8e\xc9\x47\xab\xd5\x42\xad\x56\xc3\xe1\ \xe1\x21\x3e\xfd\xf4\x53\xe9\x9a\x26\x02\xa5\x6a\x9b\x88\xf2\xf0\ \x99\xb0\x99\x8c\xeb\x95\x89\x67\xa3\xd1\x10\x99\x06\xc7\x5b\x1d\ \x1c\x1c\xa0\xd1\x68\x5c\x88\xa3\x6a\x22\x40\x74\xc5\x68\x34\xc2\ \xe3\xf1\xc8\xfd\xa1\x27\x20\x0b\xb6\x4e\xa7\x23\xcf\x8a\xe6\xc1\ \x4c\x3e\x48\x5d\xb2\x9b\xf3\x8b\x2f\xbe\xc0\xea\xea\xaa\xa0\xb1\ \x9c\x41\x4c\xa0\x65\x72\x72\x52\xce\x47\x6a\xce\x0c\x06\x03\xd2\ \xe9\xb4\x30\x22\x6a\xe7\xa4\x4e\xa7\x13\xef\x2f\xd2\xb2\xfc\x0c\ \x3c\x43\x29\x59\x62\x62\x45\xbb\x0b\x9e\xcd\x7c\x2e\x3c\x47\x2b\ \x95\x8a\x20\xa3\x2a\x40\x44\xcb\x0c\x8b\xc5\x72\xa1\x59\x80\x7a\ \x31\x5e\x1f\x93\x27\xf5\xf9\xb3\x08\x50\xd7\x81\x0a\x20\x1d\x1d\ \x1d\xa1\x5a\xad\xca\x7a\x62\xc1\xc6\x42\x4f\x37\x3c\x3c\xfc\x1e\ \x11\x22\xf5\xa2\x54\x88\x8c\xc9\x0b\x13\x16\x75\x83\xa8\x9b\xe2\ \x45\x04\x49\x6d\xff\x54\xbf\x78\x40\xa9\x9a\x08\x95\xd2\x53\x93\ \x1e\x1e\xca\x4c\xe2\xf8\xc5\xc5\x05\x40\xa8\x15\xbe\x06\xaf\x57\ \x6d\x37\xe5\x6b\xf0\xdf\x5f\xfc\x7c\xaa\xb6\x81\xd5\x0b\xab\x86\ \x81\x81\x01\x38\x1c\x0e\x98\xcd\x66\x81\xc0\x4b\xa5\x12\xd2\xe9\ \x34\x46\x47\x47\xc5\x00\x32\x18\x0c\x22\x97\xcb\xc1\x60\x30\xc0\ \xeb\xf5\x4a\x5b\x30\xd0\xcf\xde\x39\x8f\xaf\x58\x2c\xa2\xd7\xeb\ \x09\xba\x32\x30\x30\x80\xf1\xf1\x71\x99\x9e\xce\x6b\xa5\xa0\x53\ \xaf\xd7\xe3\xe0\xe0\x00\xd9\x6c\x16\xbf\xf7\x7b\xbf\x07\x97\xcb\ \x85\xd3\xd3\x53\x24\x93\x49\x19\x14\xcd\x43\x90\x34\xc9\xc8\xc8\ \x88\x78\xa2\xcc\xcd\xcd\x61\x78\x78\x18\xab\xab\xab\xe8\x76\xbb\ \x12\x78\x49\x2b\xd0\xdb\xaa\xdd\x6e\x63\x7e\x7e\x1e\x0e\x87\x43\ \xe8\xd8\xd9\xd9\x59\x78\x3c\x9e\x0b\x94\x14\x21\x7a\x87\xc3\x81\ \x60\x30\x28\x1d\x58\xe1\x70\x18\xf7\xee\xdd\x93\x01\xc0\xa1\x50\ \x48\x68\x1e\x76\x3b\x91\x8e\x76\xb9\x5c\x98\x9a\x9a\xc2\xcc\xcc\ \x0c\xba\xdd\xbe\xb3\xf1\x57\xbf\xfa\x55\x44\x22\x11\x81\xf1\x69\ \xc2\xc9\x4d\xc0\x19\x7e\xc1\x60\x50\xb4\x76\x46\xa3\x51\x82\x4e\ \x36\x9b\x15\xca\x80\xe8\xc6\xd9\xd9\x19\xb2\xd9\x2c\x72\xb9\x9c\ \x78\x35\x6d\x6d\x6d\x61\x6f\x6f\x0f\xb9\x5c\x0e\xab\xab\xab\x38\ \x3b\x3b\xc3\xe6\xe6\xa6\x24\xf9\x95\x4a\x45\xde\x3f\x99\x4c\x4a\ \x22\xb9\xbd\xbd\x2d\x63\x49\xd8\x61\xd5\x6a\xf5\xcd\x1d\x49\x33\ \xd8\xed\x76\xf1\x39\xf2\xf9\x7c\x30\x1a\x8d\x98\x99\x99\x91\x41\ \xd5\x1c\x49\x55\x2c\x16\x25\x00\x19\x8d\x46\xd1\x29\x69\x34\x7d\ \x51\x35\xa1\xfd\xe9\xe9\x69\xf8\x7c\x3e\x68\x34\xfd\x6e\x4c\xd2\ \x7b\xd4\x80\xd0\xf3\x68\x70\x70\x10\x5b\x5b\x5b\x17\x50\x14\x93\ \xc9\x04\x8f\xc7\x83\x50\x28\x84\x5e\xaf\x2f\x6e\x7e\xf8\xf0\xa1\ \xb8\xa1\xd3\x65\x9f\x48\x81\xd3\xe9\x94\x83\xfb\xf0\xf0\x50\xa0\ \x72\x1e\x74\x6a\x97\x91\xc1\x60\x90\xca\xd9\x6c\x36\x23\x1c\x0e\ \xe3\xf8\xf8\x58\xe6\x31\x9a\x4c\x26\x14\x0a\x05\xe9\x04\xa4\xe7\ \x1a\xf7\xd7\xf0\xf0\xb0\x1c\x46\x3e\x9f\x0f\xe1\x70\x58\xf6\x5f\ \xb7\xdb\xc5\xce\xce\x0e\x46\x46\x46\x64\x76\x29\x6d\x3e\x88\xd2\ \x46\xa3\x51\x4c\x4f\x4f\x63\x7f\x7f\x5f\x44\xfa\x6c\xc2\xe0\x7d\ \x6d\xb5\x5a\x92\x30\x7b\xbd\x5e\x84\xc3\x61\xf1\x0a\xe3\x98\xa3\ \xbd\xbd\x3d\xec\xee\xee\x8a\x06\x89\xd6\x29\x5b\x5b\x5b\xa8\x56\ \xab\xf8\xe4\x93\x4f\xf0\xa3\x1f\xfd\x08\xeb\xeb\xeb\x52\x50\xaa\ \xa8\x9e\xaa\x9b\x62\x31\xc6\x82\x70\x64\x64\x04\x5e\xaf\x17\xd5\ \x6a\x15\xff\xfd\xdf\xff\x2d\x3e\x77\x66\xb3\x19\x2f\xbd\xf4\x12\ \xaa\xd5\x2a\xde\x79\xe7\x1d\x8c\x8f\x8f\x0b\x3d\xb6\xb4\xb4\x24\ \x96\x1d\x2c\x14\xd5\xc4\xc8\xe9\x74\x4a\x77\x30\x00\xb1\x10\x61\ \x93\x08\x8d\x6d\xa3\xd1\xe8\x85\x0e\x27\xb5\xc2\xe7\xf9\xc6\x67\ \xcd\x40\xcc\x99\x9a\x44\x4e\xd9\x99\xc8\xf3\x99\x86\xd4\x0c\xaa\ \x44\x3a\x28\x73\x20\x32\xb9\xb6\xb6\x26\x63\x8c\xd8\xd0\x52\xa9\ \x54\x04\xd1\x18\x1a\x1a\xba\x30\xa2\x89\x34\x19\xd1\x28\x9a\x97\ \xb2\x88\x75\xb9\x5c\x62\x80\x4b\x16\x80\xbf\x43\xbd\x0e\xef\x37\ \x1d\xfc\x59\x9c\x13\x71\x21\xaa\x49\x8a\x9f\xcd\x25\xa4\xee\x69\ \xb9\xd3\x68\x34\xe4\x1a\x99\xa0\xf1\xfc\x66\x60\x67\x33\x03\x87\ \xa6\xd3\x9e\x48\x4d\x5c\x68\x36\xbd\xb7\xb7\x27\xda\x42\x76\x5e\ \x52\x5f\xd6\xe9\x74\x90\xcf\xe7\x71\x70\x70\x20\x5d\xb0\x0c\xe4\ \xfb\xfb\xfb\x82\xf8\x52\x06\xa2\x76\x64\x52\x97\xc6\xe2\xb2\x5c\ \x2e\x8b\x24\x85\xf1\x91\xe7\x00\x1b\x6a\x00\x08\xe2\x43\x5f\x2f\ \xae\x63\xd5\x12\x82\xc9\x31\x7f\xdf\x60\x30\x88\xb9\xb2\x8a\xe4\ \x0c\x0c\x0c\xc0\x66\xb3\x89\xec\x40\x8d\xcf\x7e\xbf\x5f\x34\xa1\ \xd4\x54\xab\xc9\x29\x93\x1d\x02\x21\xcc\x39\x38\xdf\x94\xac\x1a\ \xb5\x65\xbd\x5e\xef\x82\x29\x29\x6d\x82\x54\xa1\x3a\xaf\x9d\x9f\ \x9d\xf1\x81\x7a\x33\xfe\x3e\xf5\x9f\xcc\x01\xe2\xf1\xb8\x74\x9b\ \xaa\x4d\x26\x2c\x42\xf9\x99\xd5\x22\x8d\xec\x16\xdd\xee\x0d\x06\ \x83\x74\x6a\x12\x0d\x36\x18\x0c\xd0\x8d\x8c\x8c\xbc\xa7\x5e\x10\ \x13\x19\x6e\x48\x66\xfc\x2a\x15\xa8\x26\x2c\x3c\x58\x54\x14\x48\ \x4d\xb6\x08\xb3\xf2\x26\x72\x73\xab\xef\xc5\x24\x09\xc0\x85\x0f\ \x4e\x0e\x95\x95\xb4\xfa\xfa\x2a\x27\xaa\x26\x65\xec\x1e\x50\x7d\ \x2a\x18\x68\x5f\xe4\x63\x59\xad\xf1\x7d\x19\x2c\x06\x07\x07\x71\ \xf5\xea\x55\x11\x67\x53\x58\x7d\x7e\x7e\x2e\x83\x48\xb9\x48\x67\ \x66\x66\xc4\x48\x93\xce\xb5\x5e\xaf\x17\x5b\x5b\x5b\xa8\xd5\x6a\ \xb0\x58\x2c\xd8\xdf\xdf\x17\x74\xa0\xd3\xe9\x20\x91\x48\x88\xc6\ \x8d\xd7\xc0\x36\x78\x56\x60\x4e\xa7\x53\xda\x90\xb9\x80\x35\x1a\ \x0d\xa2\xd1\x28\x1c\x0e\x07\xbe\xff\xfd\xef\x23\x18\x0c\x8a\xc6\ \x25\x16\x8b\x21\x10\x08\xa0\xd1\x68\xa0\xd3\xe9\x60\x71\x71\x11\ \xc3\xc3\xc3\xf2\x3d\xad\xb6\xdf\x39\x76\xfb\xf6\x6d\xb4\x5a\x2d\ \xc9\xda\x69\x82\xc9\xe7\xf0\xd2\x4b\x2f\x41\xa3\xe9\x3b\x98\x73\ \xa1\x9c\x9e\x9e\x22\x9b\xcd\xca\x7d\x66\x1b\x39\x47\x2b\x90\x7f\ \xa7\x0f\x11\xb5\x0e\x56\xab\x55\x04\xb0\x23\x23\x23\x22\xde\xe4\ \xe6\x3a\x3a\x3a\x12\x64\xce\xeb\xf5\x62\x7f\x7f\x1f\xc9\x64\x52\ \x2a\xe7\x67\xcf\x9e\x21\x99\x4c\x8a\xf0\x36\x91\x48\xe0\xe0\xe0\ \x40\x92\x84\x6a\xb5\x8a\x76\xbb\x2d\x3a\x1e\x7a\x93\xed\xee\xee\ \xa2\x58\x2c\xe2\xd6\xad\x5b\x18\x1f\x1f\xc7\xe5\xcb\x97\xe1\x70\ \x38\x44\xab\xc3\xfb\x3e\x36\x36\x86\xc1\xc1\x41\x6c\x6e\x6e\x22\ \x1a\x8d\xca\xc1\xab\xd1\x68\x70\xe9\xd2\x25\xd1\x15\x26\x93\x49\ \x78\xbd\x5e\x98\x4c\xfd\x01\xdc\x14\x43\x37\x1a\x0d\x58\x2c\x16\ \x09\x6a\x16\x8b\x05\x85\x42\x41\xba\xe2\xcc\x66\xb3\x34\x37\xdc\ \xb8\x71\x43\xba\x3b\xbb\xdd\xbe\xe9\xe7\xd1\xd1\x11\x8e\x8e\x8e\ \x70\xf9\xf2\x65\xec\xed\xed\x89\x60\x39\x91\x48\xc0\xe5\x72\xa1\ \xd9\x6c\x8a\x91\x26\x87\x66\x1f\x1f\x1f\xc3\xe5\x72\x09\x6c\xce\ \x03\xa3\x58\x2c\xc2\xe7\xf3\xc9\x28\x18\xd2\xcc\xec\x40\x1d\x1f\ \x1f\x87\xdf\xef\x87\xcb\xe5\x92\x35\x4f\xd7\x73\x3e\x43\x22\x37\ \x8b\x8b\x8b\x78\xe9\xa5\x97\x24\x09\xf1\x7a\xbd\xa2\x4b\xa1\xcf\ \x11\x0f\x4f\x76\xe9\x4d\x4c\x4c\x5c\x18\x43\x43\xd1\xab\xd9\x6c\ \xc6\xbb\xef\xbe\x2b\xb3\x2f\x89\x12\x70\x1e\x21\xa9\xef\x3b\x77\ \xee\x48\xc7\x57\x2c\x16\x13\xef\x24\xce\x65\x4b\x24\x12\x18\x1a\ \x1a\x82\xc7\xe3\x41\xbb\xdd\xc6\x27\x9f\x7c\x82\x64\x32\x89\xf1\ \xf1\x71\xb4\x5a\x2d\xac\xae\xae\x62\x6a\x6a\x4a\x1a\x29\x28\x64\ \xa5\x96\xec\xe8\xe8\x08\x16\x8b\x05\xcd\x66\x53\x10\x5f\x1a\xca\ \x36\x9b\x4d\xf8\x7c\x3e\xa1\xc5\xca\xe5\x32\x56\x56\x56\x90\xcb\ \xe5\xf0\xd3\x9f\xfe\x54\x12\x52\x06\x3f\x15\xb1\xe2\xd9\xa7\x9e\ \x85\xac\x84\x47\x46\x46\xa4\x23\x37\x97\xcb\x61\x78\x78\x18\xaf\ \xbf\xfe\xba\xd0\x61\x6f\xbd\xf5\x16\x56\x57\x57\x25\xd0\xcf\xcc\ \xcc\x48\x90\xa4\x9f\x91\x7a\xa0\x13\x79\xa6\xbe\x91\x96\x18\xf4\ \x9c\xd2\x6a\xb5\x32\x95\x81\x1a\x18\x36\x2b\xf1\xb9\x53\x03\xa9\ \xd7\xeb\xc5\x18\xf3\xd9\xb3\x67\xf2\xac\x78\xd6\xab\x66\xb2\x87\ \x87\x87\x68\x36\x9b\x52\x80\x33\x71\x29\x16\x8b\xd0\x68\x34\x70\ \x3a\x9d\x28\x16\x8b\x12\x54\x29\x8c\x3e\x3d\x3d\x15\xf4\x65\x67\ \x67\x07\xd9\x6c\x16\x6e\xb7\x5b\xfc\xe8\x48\x4f\x1e\x1e\x1e\x22\ \xfe\x5b\x13\x59\xae\x6b\x22\xb5\x0c\x92\xc3\xc3\xc3\x28\x16\x8b\ \x17\x84\xee\xd4\x0f\x31\x28\x32\xf0\xb2\x10\x66\xb7\x62\x22\x91\ \xc0\xde\xde\x1e\xb6\xb6\xb6\xa4\x7b\xd9\xe7\xf3\x49\xc2\x46\xf1\ \x3f\xcd\x36\x07\x07\x07\x85\x8d\x60\x80\x27\x83\xd2\x6c\x36\x65\ \x98\x39\x9f\x11\x93\x5b\x87\xc3\x21\xbf\x43\x53\xde\x78\x3c\x2e\ \x72\x08\xfa\x08\xb2\x60\xa4\x56\x94\xfb\x85\xeb\x89\x48\xa6\x8a\ \x14\xf3\xcc\x65\xfc\xe5\xf7\x18\x1f\xd9\x89\xc9\x44\x54\x15\x70\ \xb3\x70\x23\xfd\xcb\xe2\x86\x0d\x51\x44\x34\x89\xc2\x73\x5d\x50\ \x13\xab\xd1\x68\x44\xea\xc2\xeb\xe4\xef\x12\x35\x1c\x1e\x1e\xc6\ \xd1\xd1\x91\xd0\x9f\xc0\xef\x46\xf4\xa8\x7b\x42\x75\x71\x67\x1c\ \x57\x63\x3b\xcf\x73\xb7\xdb\x2d\x23\xfa\xd8\x30\xc6\x7b\xcb\xe7\ \xcc\x84\x87\x49\x17\x45\xee\xd4\x8a\xf3\xbd\x99\x20\x13\x19\x63\ \xe2\xc4\x9f\xb5\xd9\x6c\xb2\x37\xb8\x87\x39\xbd\x81\xd7\xc6\x04\ \xb8\x50\x28\x08\xe5\xdb\xed\x76\x65\x1c\xd1\xd9\xd9\x19\x1c\x0e\ \x87\x18\x65\x73\xb6\xa5\xce\x64\x32\xbd\xc7\x03\x43\x3d\x44\x78\ \x83\xd4\x2f\x8d\x46\x23\xdd\x36\x84\x7a\x5f\xac\xe8\x5e\x34\x41\ \xe3\xcf\xbc\x88\x8c\xa9\x90\x1b\x51\x22\x3e\x68\x52\x81\x2a\xf2\ \xa5\x7e\x58\x35\x21\x20\x0a\xa5\xea\xa4\x6c\x36\x1b\x7c\x3e\x9f\ \x08\xf5\xa6\xa7\xa7\x61\xb3\xd9\x04\xda\xe3\x26\x64\x27\xd4\xd4\ \xd4\x94\x40\xf3\x4b\x4b\x4b\xd2\x19\xa3\x7a\x78\xf1\xd0\x63\x85\ \x5a\x2c\x16\xa5\xdb\x86\x55\xdf\xd1\xd1\x11\xf6\xf7\xf7\x45\x70\ \x9d\x4e\xa7\x31\x32\x32\x82\x5b\xb7\x6e\x89\xab\x38\x87\xce\x92\ \xea\xa3\x11\x68\xbd\x5e\x17\x7e\x1e\xe8\x0f\x0c\x8d\x46\xa3\xd8\ \xdd\xdd\xc5\xc4\xc4\x04\xb2\xd9\xac\x2c\xfc\xbd\xbd\x3d\x11\x01\ \xb3\xfb\x62\x76\x76\x16\x91\x48\x04\xf9\x7c\x5e\x84\x8e\xeb\xeb\ \xeb\x00\xfa\x95\x56\x36\x9b\xc5\x37\xbf\xf9\x4d\x4c\x4d\x4d\xe1\ \x83\x0f\x3e\x10\xad\x00\xe1\xeb\x6f\x7e\xf3\x9b\x02\x41\x0f\x0d\ \x0d\xc1\x6c\x36\x0b\x0a\x40\xdf\xa1\x78\x3c\x0e\x9b\xcd\x86\xf5\ \xf5\x75\xac\xae\xae\x42\xa7\xeb\xbb\xd1\x1f\x1d\x1d\xe1\xf6\xed\ \xdb\x38\x3a\x3a\x42\xa1\x50\xc0\xd4\xd4\x14\x1e\x3e\x7c\x88\x54\ \x2a\x25\x82\xcd\x72\xb9\x8c\xfd\xfd\x7d\x49\x8e\x28\xcc\xe5\xac\ \xca\xcf\x3e\xfb\x4c\x2a\x39\x3a\xb2\x53\x34\xea\xf1\x78\x90\x4c\ \x26\xe5\x80\xc9\xe5\x72\x52\xe5\xf8\xfd\x7e\xd8\xed\x76\x49\x0e\ \x38\x7e\xa4\xdb\xed\x8a\x8d\xc3\xf3\xe7\xcf\x45\xe7\x95\x48\x24\ \x30\x35\x35\x25\xb0\x34\x8d\x2d\x39\x1a\x61\x6a\x6a\x4a\x74\x40\ \xa4\x18\x29\xd8\xe5\x01\xc1\xb5\x40\xd1\xf9\xc6\xc6\x06\x8e\x8e\ \x8e\x90\xcf\xe7\x85\x5e\x2b\x14\x0a\x58\x5f\x5f\x97\xc4\x63\x65\ \x65\x45\xba\xf1\x4c\xa6\xfe\x20\x5b\x7a\x3f\x51\x70\x4f\xbd\x85\ \xdb\xed\xc6\xa7\x9f\x7e\x8a\xed\xed\x6d\x58\x2c\x16\x0c\x0d\x0d\ \x61\x6b\x6b\x0b\xb9\x5c\x4e\x02\x02\x11\xad\x58\x2c\x26\x07\xc8\ \xe0\xe0\x20\x1e\x3d\x7a\x74\x21\x09\x34\x9b\xcd\x58\x5b\x5b\xc3\ \xe3\xc7\x8f\x91\x4e\xa7\x65\xed\x93\x52\xa5\x97\xd7\xe6\xe6\xa6\ \xac\xf3\xed\xed\x6d\xe4\xf3\x79\x41\x40\xc6\xc6\xc6\x60\x36\x9b\ \xe5\x3d\x83\xc1\x20\x00\x88\xe7\xd2\xf4\xf4\xb4\xd0\x87\xaf\xbd\ \xf6\x1a\xa2\xd1\xa8\x78\xaa\xbd\xf5\xd6\x5b\x00\x80\x85\x85\x05\ \xc4\xe3\x71\xc4\xe3\x71\x49\x46\xe8\x00\x4f\x78\xbf\x52\xa9\xa0\ \xdb\xed\x1b\x86\x52\xfb\xb6\xbd\xbd\x8d\xc9\xc9\x49\xd8\xed\x76\ \x9c\x9f\x9f\xcb\x38\x27\x56\x8c\x4e\xa7\x53\x68\x19\x16\x3f\xd4\ \xc3\x50\x7b\x36\x3a\x3a\x0a\xb3\xd9\x8c\xf8\x6f\x2d\x2c\xa6\xa6\ \xa6\x84\xca\x24\x65\xcc\xb5\xcb\x62\x22\x1a\x8d\xe2\xd6\xad\x5b\ \xf8\xf4\xd3\x4f\x2f\x14\x82\x6a\xc3\x8c\x7a\x2e\xb2\xa0\xa4\x9e\ \x8a\x09\x0e\xe7\x8d\xb6\x5a\x2d\x31\xc8\x1c\x1f\x1f\xc7\xcc\xcc\ \x8c\xf8\xd5\xd1\x16\x84\xf7\x7b\x7b\x7b\x1b\xf5\x7a\x5d\x04\xe4\ \xa4\x7f\x59\xbc\x00\xbf\x1b\xeb\xd2\x6a\xb5\x90\xc9\x64\x30\x31\ \x31\x81\x78\x3c\x8e\xcf\x3e\xfb\x0c\xcb\xcb\xcb\x22\x37\x20\xa2\ \xbd\xb1\xb1\x21\x05\x26\xd7\x2e\xc7\x97\x10\x71\xe7\x33\x26\xaa\ \xca\x20\x43\x8a\xed\xf8\xf8\x58\x1a\x4f\xb6\xb6\xb6\xa4\x10\xe3\ \xda\xb3\x5a\xad\x32\x66\x88\x14\x1d\xcf\x62\xaf\xd7\x2b\x68\x02\ \x25\x28\xad\x56\xdf\x78\x95\x9d\xd8\x76\xbb\x5d\x3a\x22\x89\xdc\ \x11\x59\x61\x10\x27\x2a\x56\x2c\x16\xb1\xbf\xbf\x0f\xb3\xd9\x8c\ \x1f\xfd\xe8\x47\x48\xa5\x52\x08\x87\xc3\x82\x6c\x90\x26\x67\xf2\ \x4a\x6f\x35\x36\xb0\xe8\x74\x3a\x24\x93\x49\x41\x80\xa9\x19\x63\ \x32\xc0\xb3\x98\xb6\x02\x2a\xbd\x45\x3b\x0f\xea\x0d\xd9\x25\xc7\ \xae\x50\xc6\x9d\x72\xb9\x8c\xb9\xb9\x39\xcc\xcc\xcc\xc8\xe7\xe1\ \x14\x06\x97\xcb\x25\xf4\x1b\x8b\x24\x36\x73\x71\x2d\x30\xc6\x72\ \xaf\xb1\xd1\x86\x08\x0b\x0b\x7d\x5e\x23\xe3\x9b\xda\x48\xa6\x6a\ \xac\x18\x2b\x78\xad\x46\x63\x7f\x66\xa5\x8a\xc4\xb2\x98\x63\x42\ \xc9\x44\xcb\x64\x32\x89\x8c\x83\x13\x43\x18\xb3\x69\x5e\xca\xe7\ \xc3\x91\x56\x44\x3d\x49\x77\x96\xcb\x65\x79\x0f\x02\x2f\xdc\xcb\ \xdc\x3f\xaa\x4b\x3b\x75\xc0\x14\x95\xd3\x83\x8c\xd6\x22\x8c\xc3\ \x47\x47\x47\xf2\x77\x26\x93\x7c\x0d\x9e\xeb\xbc\x46\xa2\x84\x3a\ \x9d\x4e\x10\x78\x26\x69\xbc\xa7\x44\xa7\x54\x99\x13\x5f\x97\xf4\ \x3f\xf7\x3a\xef\x2d\x25\x0a\x6c\x2e\x22\x5a\xa7\xb3\x58\x2c\xef\ \xa9\xb4\x19\xf9\x47\x26\x31\x2a\x0f\xc9\x07\xca\x8a\x8a\xc9\x11\ \x5f\x5c\x15\x77\xbd\xa8\x7b\xe2\xff\xab\x9d\x37\x44\xbd\x78\x33\ \xe8\x7a\x4c\xd1\xe8\x8b\x55\xa3\x8a\xa2\xa9\x87\x1b\x35\x52\xdc\ \x1c\x3c\x08\xe6\xe6\xe6\x70\xe7\xce\x1d\xd4\xeb\x75\xd1\xe1\x18\ \x0c\x06\xb8\x5c\x2e\xcc\xcc\xcc\xc8\xb0\xe2\xf9\xf9\x79\x5c\xba\ \x74\x09\x53\x53\x53\x72\x78\xb6\x5a\x2d\x49\xb2\x48\x8f\xd0\x61\ \x58\xa7\xd3\x49\x37\xdf\xd2\xd2\x92\x88\x7e\x69\xa1\xc0\x8d\xc4\ \x7b\x46\x7d\x01\x13\x36\x8e\x77\x21\xd4\x4a\x2d\x09\xe9\x2a\x8e\ \x7e\xd9\xd8\xd8\x90\x87\x76\x7c\x7c\x8c\xd5\xd5\x55\x3c\x7a\xf4\ \x48\x5e\x97\x9b\x9e\xed\xd0\xec\x46\xe2\xff\x8f\x8d\x8d\x89\x8b\ \x30\xc7\x1b\xac\xac\xac\x48\xd7\xdd\xc0\xc0\x00\x36\x37\x37\x91\ \x4e\xa7\xc5\x53\x8b\x9d\x86\x5c\x9c\xac\x28\xe7\xe6\xe6\xc4\x9f\ \x85\x8b\x8c\xe6\x84\xec\x8a\xa2\xe1\x20\xb3\x77\xba\x25\xb3\xd3\ \xd4\xe3\xf1\x88\xa6\x83\xa3\x62\x4e\x4e\x4e\x50\x2e\x97\x85\x6a\ \xf4\x78\x3c\x17\x9e\x27\x47\xa5\xb0\x42\xc8\x66\xb3\x30\x1a\x8d\ \x62\xe8\x37\x32\x32\x82\xbd\xbd\x3d\x49\xc0\xb2\xd9\xac\x24\xb1\ \x44\x03\xc6\xc6\xc6\xb0\xbc\xbc\x2c\x41\xdd\x64\x32\x09\x42\xe4\ \x70\x38\x70\x78\x78\x08\xab\xd5\x2a\xe2\x72\x76\x3e\x5a\xad\x56\ \x58\x2c\x16\x24\x12\x09\x49\x52\x89\x84\x50\xef\x75\x7a\x7a\x8a\ \x70\x38\x8c\x70\x38\x8c\x7c\x3e\x8f\x40\x20\x80\x6a\xb5\x8a\x6b\ \xd7\xae\x09\x84\xcc\x6e\x9c\x44\x22\x21\x87\x9f\xcd\x66\x13\x81\ \x2c\x3b\xf9\xd2\xe9\x34\xc6\xc6\xc6\x70\xe7\xce\x1d\x31\xa0\x8d\ \xc7\xe3\x38\x39\x39\x81\xc7\xe3\x11\x71\x2d\x51\x04\xb5\x92\x8a\ \x44\x22\xd2\x22\x4c\x23\x53\x0e\x68\xae\x54\x2a\x48\xa7\xd3\x38\ \x38\x38\x10\x3f\x28\x56\x9b\x9c\x49\xc6\x19\x8c\xdc\x7b\x83\x83\ \x83\x98\x99\x99\x91\x51\x57\x1c\xd1\x53\x2e\x97\xe5\x30\xf6\xf9\ \x7c\xa2\x8f\xb2\x58\x2c\x88\x46\xa3\x22\x8c\xe5\xec\xc3\x70\x38\ \x2c\xcd\x1c\xa7\xa7\xa7\x62\x5e\x4b\xb4\x82\x09\xc3\xf0\xf0\x30\ \xa6\xa7\xa7\x45\xd0\xcc\xeb\x6a\xb7\xdb\x72\x7f\xc7\xc6\xc6\x44\ \xeb\x10\x8d\x46\x11\x0c\x06\xe5\xfd\x69\x28\xda\x6a\xb5\x44\xbf\ \x73\x7c\x7c\x2c\x03\xd1\x23\x91\x88\x04\x2e\xb7\xdb\x8d\xa1\xa1\ \x21\xb8\x5c\x2e\x78\xbd\x5e\x0c\x0f\x0f\xc3\xeb\xf5\x62\x7a\x7a\ \x1a\xf3\xf3\xf3\x98\x9c\x9c\xc4\x95\x2b\x57\x50\xa9\x54\xf0\xd1\ \x47\x1f\x49\x87\x91\x2a\x21\x50\x9b\x67\xe8\x83\xa6\x36\xf4\x30\ \xe9\xa5\xe5\x05\x9f\x59\x3e\x9f\x17\x6f\x2f\xea\x39\x8d\x46\xa3\ \x58\x7a\xd0\x04\x37\x18\x0c\x4a\x17\x37\x07\x81\xb3\xa2\xe7\x79\ \x49\x41\x79\x34\x1a\x95\xf3\x86\xf7\xe1\xf4\xf4\x54\x92\x5e\xda\ \xc9\x0c\x0f\x0f\x4b\xd3\x0c\x69\x21\x00\x38\x39\x39\xc1\xe8\xe8\ \x28\xf6\xf7\xf7\xb1\xba\xba\x8a\x40\x20\x20\x14\x1a\x03\x2d\x13\ \x07\x26\xfc\xd4\xc2\x70\x62\x05\xbb\xe7\x78\x1f\x38\x9c\x9d\x33\ \x38\xe9\xb7\x46\xe4\x9b\x9d\x98\x8c\x25\x06\x83\x01\xd9\x6c\x56\ \xce\x4a\x00\xd2\xd5\x4c\x44\x96\xa2\x7a\x06\xe5\x6e\xb7\xef\x39\ \xc4\x6b\xe8\x76\xfb\x7e\x62\xdc\xc3\xbd\xde\xef\xe6\x04\x52\x1b\ \xc6\x33\x83\x74\x21\x5f\x87\x1d\x66\xf4\x62\xa2\x50\x7f\x78\x78\ \x18\xb5\x5a\xed\x02\xaa\x43\xbb\x1d\x0e\xfb\x56\xd7\x03\xe9\xa7\ \x6a\xb5\x2a\x56\x10\x5c\xef\xdc\x4b\x46\xa3\x51\xde\x93\x5a\x36\ \xca\x40\x38\xb2\xc9\x62\xb1\x08\x12\xc4\x44\x9b\x7b\x9f\x40\x82\ \xda\x90\x45\x34\x86\xb1\x98\x6b\x91\xdd\xe9\x4c\x5e\x98\xd4\xd1\ \x86\x82\x80\x05\x01\x0d\xd2\x76\x44\xeb\x48\x45\x52\x57\x44\xbd\ \x29\xe3\x4f\xb5\x5a\x15\x51\xbe\x8a\x98\xa9\x09\x32\x0d\x4f\x89\ \x3a\x32\xa1\x53\x91\x26\xb2\x68\x03\x03\x03\x92\x58\xd2\x03\x8c\ \x4d\x23\x1c\x47\xa4\x7e\x46\x5a\xbf\x10\xa4\x01\xfa\xb6\x19\xd5\ \x6a\x55\xee\x13\xff\xad\xd5\x6a\x49\xc2\x75\x7e\xde\x9f\x94\xa1\ \xea\x29\xd5\x86\x37\xfe\x1e\x00\x31\x59\xa5\x84\x44\x5d\x7f\xf4\ \x4f\x53\x93\x5e\xa2\x74\xed\x76\x1b\x3a\xab\xd5\xfa\xde\x8b\x94\ \xdf\x8b\x49\x12\x17\x03\xab\x19\x2e\x2a\x26\x58\xbc\x21\xcc\x44\ \x99\x7c\xa9\x3a\x29\x95\x32\x54\xb5\x5a\xcc\x64\xf9\x77\x76\x8e\ \x71\x5e\x14\x1f\x00\x7f\x47\x4d\xfa\x58\x35\x91\x5b\xed\xf5\x7a\ \x32\xd8\x93\x10\xea\xe8\xe8\xa8\xb8\x03\xb3\x12\x08\x06\x83\x98\ \x98\x98\x40\x2c\x16\x43\xab\xd5\x42\x2a\x95\xc2\xe6\xe6\x26\x56\ \x56\x56\x24\xd8\xd0\x3f\xe4\xd5\x57\x5f\xc5\xc6\xc6\x06\xae\x5e\ \xbd\x2a\x94\x8e\x2a\xec\x8f\xc5\x62\xc8\x64\x32\xf0\x78\x3c\xc8\ \x64\x32\xd2\x31\x97\x48\x24\x64\xf6\xd6\xf6\xf6\xb6\xf0\xfb\xac\ \xb2\x29\xce\x24\x62\xd1\xed\x76\x91\xc9\x64\x44\x78\x47\x4a\x8d\ \x90\x74\xaf\xd7\x43\xa1\x50\x90\x03\xe4\xe5\x97\x5f\xc6\xf6\xf6\ \xb6\x24\x4c\xd4\x82\x51\x74\x69\xb3\xd9\x50\x28\x14\xf0\xe4\xc9\ \x13\xe4\xf3\x79\xa9\x36\x1e\x3f\x7e\x2c\xa2\x51\x8b\xc5\x22\x2d\ \xd4\x9d\x4e\xdf\x81\xdc\xe9\x74\xe2\xa5\x97\x5e\xc2\xce\xce\x0e\ \x92\xc9\xa4\xf8\xd8\x30\xc9\x5c\x58\x58\xc0\xd4\xd4\x14\x4e\x4f\ \x4f\xb1\xb1\xb1\x81\x48\x24\x82\x37\xdf\x7c\x13\x7a\xbd\x1e\x91\ \x48\x04\x95\x4a\x45\x82\x5a\xa3\xd1\x10\xcb\x00\xb7\xdb\x8d\x74\ \x3a\x2d\x07\x57\xb1\x58\xc4\xe3\xc7\x8f\x65\x48\xed\xf0\xf0\x30\ \x2a\x95\x0a\xe6\xe6\xe6\x44\xa3\xc1\x36\xed\xc9\xc9\x49\x8c\x8e\ \x8e\xc2\x6a\xb5\x62\x62\x62\x42\x74\x69\xbc\xa6\x64\x32\x29\x6b\ \x8b\xd5\x92\xcb\xe5\x92\x79\x80\xc9\x64\x12\x03\x03\x03\xe2\x9c\ \xcd\xc1\xd4\x5e\xaf\x17\x3b\x3b\x3b\xa2\xa9\x32\x99\xfa\x03\xa3\ \x39\xf7\x8e\xeb\x37\x99\x4c\xa2\xd3\xe9\x8f\x72\x22\x65\x95\xcb\ \xe5\x64\xb0\x27\x3b\xfe\xee\xde\xbd\x2b\x9b\xd6\xef\xf7\x8b\xe9\ \x2b\x35\x46\xe3\xe3\xe3\x08\x87\xc3\xf0\xfb\xfd\xd2\xfd\xc7\x91\ \x11\xc1\x60\x10\xe5\x72\x19\xa1\x50\x08\xfb\xfb\xfb\xc8\xe7\xf3\ \x98\x9e\x9e\xc6\xdc\xdc\x1c\x34\x9a\x7e\x5b\x36\xdb\x80\xe9\x07\ \xb5\xbb\xbb\x2b\xfa\x2d\x06\xbd\x81\x81\x01\xdc\xb9\x73\x47\x0e\ \x17\x0a\xb8\xef\xdd\xbb\x77\xc1\xf4\x96\xa2\xd4\x46\xa3\x81\x5c\ \x2e\x07\x87\xc3\x21\xdd\x63\xf3\xf3\xf3\x30\x99\x4c\x62\x90\x19\ \x0a\x85\xc4\x48\x94\x54\x9d\xc3\xe1\xc0\xf6\xf6\xb6\xe8\x5d\xa8\ \xe5\xca\xe7\xf3\x02\x9d\xff\xe7\x7f\xfe\xa7\x1c\xe6\x1b\x1b\x1b\ \x30\x99\x4c\x70\x38\x1c\x92\x68\xb2\xcd\x9f\x82\xe1\xeb\xd7\xaf\ \x63\x70\x70\x50\x34\x61\x67\x67\x67\x62\x19\xf1\xec\xd9\x33\xe9\ \xb0\xa2\xcf\x0e\x00\x49\xb6\x58\x49\xb3\x20\xb1\xd9\x6c\x68\x34\ \x1a\x22\xf4\x8e\xc5\x62\xd0\x6a\xb5\x92\x3c\xf0\x40\x0f\x85\x42\ \xb2\x9e\x74\x3a\x1d\x76\x77\x77\x85\x32\xda\xdc\xdc\xc4\x17\x5f\ \x7c\x71\x41\x5b\xa2\x36\xf8\xf0\x3c\xe2\x39\xa9\x0a\x63\xc9\x0a\ \xf0\x75\x59\xb9\x37\x1a\x0d\xac\xad\xad\xe1\xdd\x77\xdf\x95\xf1\ \x59\xec\x08\xad\xd5\x6a\xc8\xe5\x72\x58\x5e\x5e\x86\x4e\xd7\x37\ \x0f\x1d\x1f\x1f\x47\xbb\xdd\x16\x57\x7f\x26\x18\x2c\xf0\x6a\xb5\ \x1a\xb6\xb6\xb6\xb0\xbd\xbd\x0d\x00\x32\xcc\x9c\x55\x35\x83\xdc\ \xe9\xe9\x29\x36\x37\x37\x91\x4a\xa5\x10\x0a\x85\x10\x8d\x46\xc5\ \x7c\x76\x64\x64\x44\xba\xc6\xd8\x25\xc7\x0a\x7f\x75\x75\x55\xbc\ \xeb\x58\xe5\x9b\x4c\x26\x8c\x8d\x8d\x21\x12\x89\x5c\xa0\xa3\xa9\ \x83\xea\xf5\x7a\xa2\x85\x24\xe5\x42\x0b\x0c\x4a\x31\xd4\x40\x49\ \xf4\x88\x3a\x9e\xd5\xd5\x55\xfc\xeb\xbf\xfe\x2b\x06\x06\x06\xe0\ \xf1\x78\xc4\xe7\x4d\xf5\x24\x63\x91\x44\xcd\x14\x2d\x1c\xd4\x7b\ \x4f\x51\x3b\x3b\xcf\xa8\xaf\x64\x11\xcf\xa4\x91\x7b\x85\x81\x9c\ \x9d\xd5\x44\xc0\x72\xb9\x9c\x50\xab\x9d\x4e\x07\x1f\x7c\xf0\x01\ \x74\xba\x7e\xb7\x70\xa9\x54\x82\x4e\xa7\x93\x0e\x5f\xbe\x06\x45\ \xe3\x44\x5f\x8e\x8e\x8e\xb0\xb5\xb5\x25\x2c\x08\xd1\x71\x5e\x93\ \x4a\x0b\x92\xbe\xe5\x75\x6b\xb5\xfd\xf1\x4e\xec\xb6\xd3\xe9\x74\ \x52\x5c\x93\xed\x61\x62\x41\x83\x51\xa2\x81\x1a\x8d\x46\x66\xe0\ \xb6\x5a\x2d\xa1\xbb\x49\x63\x6a\x34\x7d\x51\xfc\xf1\xf1\xb1\x14\ \x58\x8c\xe7\xec\x8e\xe3\xcf\x90\x42\x53\x8b\x22\xd2\x69\xd4\xf6\ \xf1\x9a\x88\x0a\xd3\xbe\x86\xc9\x39\x3f\x27\x35\x53\x00\xe4\x7a\ \x98\x6c\x37\x9b\x4d\x11\xa1\x73\xcd\xb0\x60\x26\x5a\xa7\xd7\xeb\ \xa5\x08\xe7\x33\x24\xed\x08\x40\xde\x43\x95\x3c\xb1\xe1\x41\x9d\ \x92\xa0\x52\xf0\x7c\xc6\xd4\xde\x1d\x1e\x1e\x0a\x2b\xa7\xe6\x3b\ \xea\x08\xa5\x4e\xa7\x23\xba\x3e\x76\xca\xab\x68\xa4\x6e\x74\x74\ \x54\x44\xee\xaa\xc6\x8a\x09\x15\xb3\x42\x35\x81\x52\x85\x65\xcc\ \x7e\xd5\x2f\xfe\x9b\x0a\xc7\xd1\xf0\x8d\xc3\x1c\xb9\x90\xf8\x40\ \x29\x72\x64\x05\x40\xd7\x64\x8e\xe7\x50\x93\x3f\xb5\x63\x85\x07\ \x32\x45\xbf\x7a\xbd\x1e\x81\x40\x00\x97\x2e\x5d\x92\x00\xb3\xb9\ \xb9\x89\x44\x22\x81\x6a\xb5\x8a\x54\x2a\x25\xc1\xb2\xd3\xe9\x60\ \x6b\x6b\x4b\x10\xa0\x54\x2a\x85\x7a\xbd\x8e\xe5\xe5\x65\xa9\x58\ \xaf\x5c\xb9\x22\x5a\x03\x76\xaa\x14\x0a\x05\xf1\xf8\x21\xef\xdd\ \x6c\x36\xa5\xea\x67\x16\xcc\x05\x4d\x9d\x11\x93\x51\x52\x01\x6c\ \x7d\x06\x20\x1d\x57\xac\xf4\x39\x52\xc5\x62\xb1\x08\x9d\xe8\x74\ \x3a\x11\x08\x04\x70\x7a\x7a\x8a\x67\xcf\x9e\x21\x91\x48\xa0\xd5\ \x6a\xc1\xe5\x72\xe1\x95\x57\x5e\x41\xad\x56\x93\xae\xc3\x46\xa3\ \x81\x89\x89\x09\x9c\x9e\x9e\x62\x66\x66\x06\xe1\x70\x18\x3b\x3b\ \x3b\x18\x1b\x1b\x13\x4f\x1e\x26\xb4\xa5\x52\x09\x73\x73\x73\xa2\ \xf1\xe0\x67\xbf\x7d\xfb\x36\xe6\xe6\xe6\x90\x4c\x26\x05\xce\xd7\ \x68\x34\x32\x97\xec\xf0\xf0\x10\xf3\xf3\xf3\xc8\xe7\xf3\xd8\xdc\ \xdc\x14\x2d\xcc\xf6\xf6\xb6\x68\xc6\xce\xcf\xcf\x51\x28\x14\x50\ \xad\x56\x05\x22\x66\x5b\x38\xc5\xbc\xe1\x70\x58\x0c\x25\xe9\x67\ \x43\xb8\x3d\x12\x89\x88\x71\x25\xab\x08\x7a\x49\x15\x8b\x45\x14\ \x8b\x45\xd1\xb3\x95\x4a\x25\x74\xbb\x5d\xdc\xbe\x7d\x1b\x7e\xbf\ \x1f\x46\xa3\x11\x07\x07\x07\x78\xf0\xe0\x01\x5e\x7f\xfd\x75\x0c\ \x0d\x0d\xe1\xa3\x8f\x3e\x92\x21\xb5\x84\xf8\x6b\xb5\x9a\x70\xf8\ \x66\xb3\x59\x5e\x97\xbf\xdf\xeb\xf5\x07\x34\x5b\xad\x56\x81\xd4\ \x5d\x2e\x97\xe8\xa7\xe8\x55\xc6\xf5\x4b\x5f\x27\xb6\x5e\x37\x1a\ \x0d\xa4\xd3\x69\x78\x3c\x1e\xa9\x82\x18\x90\x38\x53\x6d\x6c\x6c\ \x0c\xf3\xf3\xf3\x62\x67\x40\xa1\x71\x3c\x1e\x47\x24\x12\xc1\xd8\ \xd8\x98\xa0\xaf\xf5\x7a\x1d\x27\x27\x27\x70\xb9\x5c\xe8\x74\xfa\ \x6e\xe6\x89\x44\x42\x28\x65\x06\x19\xa2\x96\xf5\x7a\x1d\x3b\x3b\ \x3b\x82\x12\xf1\x00\x23\x32\xe5\xf3\xf9\x50\x2e\x97\x71\xe5\xca\ \x15\x04\x02\x01\xd4\x6a\x35\x24\x12\x09\xd4\xeb\x75\x04\x02\x01\ \xf1\xe9\x2a\x14\x0a\xd2\xcd\x44\x2b\x05\x8a\xd9\x59\x2d\x17\x0a\ \x05\xac\xac\xac\x88\xf7\x54\xb5\x5a\xc5\xda\xda\x9a\xac\x4b\xab\ \xd5\x8a\x7c\x3e\x2f\x93\x0d\x58\xf5\xb3\xb5\xfb\xea\xd5\xab\xe2\ \x23\x95\x4a\xa5\x10\x8f\xc7\x91\xcf\xe7\xc5\xa1\x9b\x7e\x72\xc1\ \x60\x10\x16\x8b\x45\x84\xfd\x14\xec\xbb\x5c\x2e\x4c\x4e\x4e\x4a\ \x15\xcd\xea\xda\x66\xb3\xc9\x28\x24\x0e\x41\xa7\x87\x9a\x4e\xa7\ \x13\xb3\xdb\x5a\xad\x86\x60\x30\x08\x8d\x46\x83\x2f\xbe\xf8\x02\ \x9b\x9b\x9b\xff\x0b\xb5\x22\xba\xaf\x56\xdf\x6a\x61\xca\x82\x51\ \x6d\xbc\x51\x1b\x79\x8e\x8f\x8f\xf1\xe4\xc9\x13\xbc\xf1\xc6\x1b\ \x32\xca\xaa\x52\xa9\x20\x1c\x0e\xc3\xed\x76\x8b\x8f\x13\x11\x4a\ \x9a\xf4\x52\xae\x50\x2a\x95\x24\xb8\x51\x07\x4a\xf4\x56\xab\xed\ \x0f\x88\x27\x4d\x43\xca\xad\xdd\x6e\xc3\x6c\x36\x63\x62\x62\x42\ \xa8\x9c\xe1\xe1\x61\x09\x7a\xed\x76\xfb\x02\x65\x48\xfa\x63\x74\ \x74\x14\x5e\xaf\x57\x44\xd4\xbd\x5e\x4f\x50\x18\x5a\x9b\xd0\x00\ \x99\xc9\x0f\xa9\x29\x6a\x05\xe9\x9c\x0e\xe0\x82\xa7\x12\x51\x32\ \x0a\xe5\x69\x25\x10\x89\x44\x30\x3a\x3a\x8a\xd9\xd9\x59\xd1\x3f\ \x19\x8d\x46\xf8\xfd\x7e\xf1\x95\x53\x3d\xe3\x7a\xbd\x9e\xb4\xfd\ \x53\xbf\x3a\x30\x30\x20\x8d\x3e\x4c\x24\xa3\xd1\xa8\x34\x4b\x54\ \xab\xd5\x0b\x7a\x40\xee\x73\xc6\x9a\x4a\xa5\x82\x83\x83\x03\x41\ \xd0\x9e\x3f\x7f\x8e\x52\xa9\x24\xde\x62\xbc\x46\xd2\x4f\x74\xea\ \x67\x03\x0b\xef\x37\x0b\xbe\x6e\xb7\x2b\x41\x9f\xa8\x12\x2d\x1c\ \xaa\xd5\x2a\x8e\x8f\x8f\x25\x49\x61\xc2\xcb\x42\x85\x3a\x2c\x76\ \xd6\xab\x83\x97\xab\xd5\xaa\x34\x27\xa8\x5d\x79\x74\xe7\xaf\xd7\ \xeb\x82\xa0\x7a\xbd\x5e\x31\xb8\x65\x52\x44\xf4\x94\x89\x0d\x93\ \x13\x22\x34\xd4\x3b\x11\x51\x22\xed\x4e\x1d\x2b\xbb\x39\xb9\xfe\ \x79\x4f\x55\x20\x84\x89\x08\x93\x31\xe6\x10\x6a\xf2\xf2\x62\x7c\ \x67\x8e\xc1\x9c\x83\xba\x29\x7e\x5f\xa5\x25\x55\x20\x47\x2d\x7c\ \x58\xe4\x33\xcf\x00\xfa\x96\x15\x2c\x92\x59\x48\x30\x5e\x32\x61\ \x66\xe2\xc5\xeb\x63\x57\x22\x51\x3b\x32\x6d\x6a\xd2\xc8\xb5\xc8\ \xbd\xc3\xf7\xd2\x99\xcd\xe6\xf7\xf8\x8f\x5c\xb4\xdc\x00\xfc\x22\ \x04\xa9\x52\x7a\xdc\xb4\x7c\xb1\x17\xbb\xfd\x98\x51\x52\x65\x6f\ \xb3\xd9\xe4\xbf\x7e\xbf\x1f\xc1\x60\x10\x7e\xbf\x1f\x4e\xa7\x13\ \x1e\x8f\x47\x3a\x4c\x22\x91\x88\x24\x4d\x0b\x0b\x0b\x17\x04\x81\ \xcc\xa6\x79\xa8\x01\x10\xea\x4d\xaf\xd7\xe3\xed\xb7\xdf\x86\xd1\ \x68\x44\xb9\x5c\x96\x2a\x76\x7e\x7e\x1e\xb1\x58\x0c\xf3\xf3\xf3\ \xd2\xaa\x9a\xcf\xe7\x61\x30\x18\xf0\xad\x6f\x7d\x4b\x46\x33\x64\ \xb3\x59\xa9\x26\x18\x90\xd8\x19\x46\xf3\xb7\x9b\x37\x6f\x22\x18\ \x0c\x62\x67\x67\x07\xa1\x50\x08\x07\x07\x07\xd2\xc9\x35\x3c\x3c\ \x8c\x68\x34\x2a\xfe\x28\x13\x13\x13\x52\x9d\x33\x89\xa2\x4f\xc8\ \xd0\xd0\x10\x42\xa1\x90\x58\x23\xb0\xc3\x64\x71\x71\x11\xef\xbc\ \xf3\x8e\x98\x28\xb6\x5a\x2d\x14\x8b\x45\x69\xb5\x65\xf6\xde\x6e\ \xb7\x71\xf5\xea\x55\x79\x26\x34\x64\xa3\xe8\x72\x6e\x6e\x4e\xba\ \xb9\x88\xfe\x11\x31\x51\xc5\x81\x7e\xbf\x1f\x7b\x7b\x7b\xd2\x35\ \x48\x8f\xab\x7a\xbd\x2e\x33\xbb\x76\x76\x76\x50\x2e\x97\x11\xff\ \xed\x28\x9f\x64\x32\x89\xf5\xf5\x75\xa9\x90\x7a\xbd\x1e\x76\x77\ \x77\x61\xb3\xd9\x90\xc9\x64\x04\x91\x39\x3a\x3a\x42\x36\x9b\x15\ \xdf\x13\x9a\x95\x86\x42\x21\x09\x54\xf4\x34\x22\x04\x3d\x36\x36\ \x86\x6c\x36\x2b\x3a\x11\x42\xc9\x0c\xf6\x9f\x7d\xf6\x19\xce\xcf\ \xcf\x11\xff\xad\x59\x1e\xd0\x9f\x1d\xf6\xa7\x7f\xfa\xa7\x58\x5a\ \x5a\x82\xc9\x64\x12\x0b\x8c\x6c\x36\x8b\x74\x3a\x8d\xe5\xe5\x65\ \x00\x7d\x1d\x5a\x34\x1a\xc5\xc8\xc8\x08\x4a\xa5\x92\x1c\x46\xd4\ \x60\x79\xbd\x5e\xd1\x78\x71\xb0\x2b\xc7\x36\x51\x9f\x43\xef\x27\ \x1a\x78\xb6\xdb\x6d\x6c\x6d\x6d\x89\x91\x66\xad\x56\x13\x53\x5d\ \xb6\xca\xf3\xc0\x4d\x26\x93\x70\xbb\xdd\xc8\xe5\x72\x62\xc9\xc0\ \xfd\xe3\x76\xbb\x71\x78\x78\x88\x64\x32\x29\x08\x2c\x0f\x3f\xd2\ \x95\x67\x67\x67\x72\x7d\xc3\xc3\xc3\xb8\x7e\xfd\x3a\xfc\x7e\x3f\ \x9a\xcd\x26\xfc\x7e\xbf\x7c\x36\x8f\xc7\x23\x07\xd9\xd0\xd0\x10\ \x82\xc1\x20\x0c\x06\x03\x2e\x5d\xba\x84\xa1\xa1\x21\x14\x0a\x05\ \x29\x5e\xc6\xc6\xc6\x84\x76\xe1\x38\x0b\xb6\x1c\x73\x3d\x31\x39\ \x61\xf5\x76\xe9\xd2\x25\x8c\x8d\x8d\x09\x0a\xbb\xb4\xb4\x24\x62\ \x78\x56\xcb\xf4\xd1\x0a\x06\x83\xb8\x76\xed\x9a\x50\x38\xf4\x79\ \xa2\x26\x8f\x62\x74\x16\x1e\xb5\x5a\x0d\x4b\x4b\x4b\xd2\xf0\x71\ \xf3\xe6\x4d\xd1\x1f\xe9\x74\x3a\x14\x8b\x45\x49\x32\x56\x57\x57\ \xe1\xf5\x7a\x71\xf3\xe6\x4d\x1c\x1f\x1f\x23\x99\x4c\xe2\xe4\xe4\ \x04\x4e\xa7\x13\x3e\x9f\x4f\x86\x8d\x93\x3a\x39\x3e\x3e\xc6\xd4\ \xd4\x14\x74\x3a\x9d\xb8\x80\x73\xa4\x93\xd9\x6c\xc6\xf4\xf4\xb4\ \x9c\x7b\x44\x14\x57\x56\x56\x44\x9b\xc6\x43\x9e\xe7\x9b\x9a\x44\ \xa9\x89\x17\x0f\x77\x16\xaa\xfc\x1d\xea\x9a\xf8\x4c\x2a\x95\x8a\ \x8c\xbc\xe2\xf9\xc0\x91\x32\xa1\x50\x08\x53\x53\x53\xd2\xbd\x4b\ \xa4\xf1\x57\xbf\xfa\x95\xd8\x31\xd0\xdb\x8a\x56\x23\x7c\x8d\xdd\ \xdd\x5d\x18\x0c\xfd\x91\x63\x95\x4a\x05\x89\x44\x02\x0f\x1e\x3c\ \x40\x26\x93\x11\xdd\x62\xa5\x52\x11\x33\x57\xa2\x37\xa4\x63\x4c\ \x26\x93\x38\xe2\x93\xd2\x21\xb5\x47\x6a\x99\x06\x96\xa4\x9e\x38\ \xa3\x96\x54\x20\xa9\x42\x4e\xe9\x58\x59\x59\xc1\xe3\xc7\x8f\xf1\ \xfe\xfb\xef\xe3\xe1\xc3\x87\x78\xf2\xe4\x89\x24\x73\xd4\xcc\x12\ \x41\xb2\xd9\x6c\x92\xd8\xf1\x3d\x33\x99\x0c\x9e\x3d\x7b\x86\xd5\ \xd5\x55\x0c\x0c\x0c\x48\x52\xc2\xf1\x42\xec\xa0\xae\xd7\xeb\x88\ \xc5\x62\x78\xf6\xec\x99\xe8\x09\x79\x3e\x8e\x8c\x8c\x48\x52\xc2\ \x04\x83\x36\x31\xec\x1a\xe4\xcc\x3d\x8d\x46\x23\xb4\x56\x30\x18\ \xc4\xc8\xc8\x88\xd0\xd1\x8c\x5f\xd4\xb6\xd1\xf6\xa4\x58\x2c\xc2\ \xe5\x72\x49\x60\xd7\xeb\xf5\x42\x45\x71\xec\x8f\xc7\xe3\x11\x84\ \x8b\x12\x0e\xa2\x25\xdc\x3f\xdb\xdb\xdb\x22\x45\x20\xcd\xda\x6e\ \xb7\xc5\xc3\x89\xb1\x97\xc8\x1d\xbd\xc6\xd4\xc4\x82\x89\x11\xbb\ \x0c\x89\xae\xee\xed\xed\x49\xe1\x46\xb4\x90\xb6\x24\x4c\x84\x99\ \x03\x10\x25\xeb\xf5\x7a\x48\xa7\xd3\x32\x03\x96\xf4\x29\x5d\xe9\ \xd9\x68\x41\x60\x84\xc9\x08\x29\x39\x83\xc1\x20\xc2\x77\xe6\x14\ \x4c\xea\x98\x80\x71\xbd\x90\x1a\x26\x4b\x44\x7d\xd4\xc9\xc9\x89\ \x14\x34\xfc\x7f\x35\xe7\x20\xdb\xc5\xa2\x80\x4d\x00\xa4\x39\xf9\ \x5e\xea\xb8\x1e\x16\x28\xf4\x2e\xe4\x9c\x51\xd2\xa6\x2c\x96\xd8\ \xe9\xca\xef\xd1\x2e\x82\xe8\x9a\xda\x80\xc7\xe4\x8f\xe8\x62\xaf\ \xd7\xeb\xdb\x34\x68\xb5\x5a\x59\xe4\xea\x17\x0f\x74\xb5\x63\x86\ \x2f\xcc\x07\xa4\xd2\x65\x84\xa3\xed\x76\x3b\xfc\x7e\x3f\x7c\x3e\ \x9f\x40\xf4\xe7\xe7\xe7\x22\xcc\xd6\xeb\xf5\xd2\xbe\xe9\x76\xbb\ \xa5\x1b\x84\x46\x7f\xbc\x19\xa4\x3f\x54\x67\x55\x56\x93\x7c\xdf\ \x56\xab\x75\x81\x33\x7d\xfa\xf4\xa9\x78\xfa\x30\xa0\x9c\x9c\x9c\ \x20\x1a\x8d\xa2\x58\x2c\x8a\x9b\x33\x17\xed\xd0\xd0\x90\x6c\x90\ \xd3\xd3\x53\x18\x8d\xbf\x9b\xd3\x54\x2e\x97\xb1\xb5\xb5\x25\x82\ \x6f\x8d\x46\x83\x95\x95\x15\xa1\xc1\xf8\x00\x2b\x95\x0a\x8e\x8e\ \x8e\x90\xcb\xe5\x44\x7c\x4a\x07\x5e\xb3\xd9\x2c\x95\x33\x37\x13\ \xcd\xf0\xd8\xb5\xc8\x4a\x84\x03\x58\x69\xb8\xc6\x8e\x16\x1e\xc2\ \xf5\x7a\x5d\xbc\xaa\x78\x88\x93\x37\xa6\xde\x89\x95\x0e\x27\xd3\ \xf3\xa0\xe4\x26\xa6\xcd\x01\x2b\x61\x42\xf5\x34\xa7\x2b\x14\x0a\ \x38\x3b\x3b\x93\x01\xc5\x85\x42\x01\x4e\xa7\x53\x16\x7d\x30\x18\ \x44\xad\x56\x93\x6a\xa7\x52\xa9\x08\xc5\x48\x71\x29\x7d\x8e\xa8\ \x85\x48\xa7\xd3\xb2\x31\xf3\xf9\x3c\x2e\x5d\xba\x84\x89\x89\x09\ \xf9\x19\x8a\x62\xe9\xfd\xc4\x76\xdd\x48\x24\x22\x43\x8f\x79\xa8\ \xf3\x50\x66\xa5\x4a\x54\x87\x9a\x25\xde\xb7\x56\xab\x85\xf8\x6f\ \x9d\xe2\x27\x26\x26\xb0\xb0\xb0\x80\xc1\xc1\x41\x19\x58\x4b\xca\ \xa2\x5e\xaf\x4b\x87\x29\x67\xb6\x25\x12\x09\x14\x0a\x05\x5c\xba\ \x74\x09\x1e\x8f\x07\x8b\x8b\x8b\x78\xf7\xdd\x77\xe5\xdf\x8c\xc6\ \xfe\xc0\xdf\x78\x3c\x8e\x6a\xb5\x0a\xb7\xdb\x2d\x07\x3e\x9d\xf0\ \xf3\xf9\xbc\x98\xb9\xd6\x6a\x35\xcc\xcd\xcd\x89\xae\x8f\xe8\x55\ \xb9\x5c\xc6\xc6\xc6\x86\x24\xd3\xf4\x39\xab\xd7\xeb\x12\xec\xb9\ \x06\x68\x0b\xf2\xfc\xf9\x73\x78\x3c\x1e\xd1\x90\xf9\x7c\x3e\xd1\ \x66\x65\x32\x19\x58\x2c\x16\xe9\x64\xe9\xf5\xfa\xa3\x60\xf8\x9c\ \xb9\x66\x98\x38\xf1\xdf\x3b\x9d\x0e\x52\xa9\x14\xec\x76\x3b\xaa\ \xd5\x2a\x2e\x5f\xbe\x8c\xeb\xd7\xaf\x0b\xa5\x45\xbd\x0a\x3d\x70\ \x38\xb6\x84\x33\x24\x89\xc2\xa9\x07\x1f\x69\xed\x40\x20\x80\x5c\ \x2e\x27\x26\xbc\x1c\xc2\xfc\xea\xab\xaf\x62\x6d\x6d\x0d\xf5\x7a\ \x5d\x92\x49\x22\x19\x2f\xbd\xf4\x12\x62\xb1\x98\x68\x79\x98\xf4\ \x52\xb4\x4d\xaa\x2c\x95\x4a\xe1\xd6\xad\x5b\xa8\xd5\x6a\xd2\xb8\ \x31\x3a\x3a\x2a\x28\x28\x85\xd1\xdc\xaf\xf4\x0e\x0b\x85\x42\x48\ \xa7\xd3\xd8\xdc\xdc\x94\xa4\x92\xa8\x16\xf7\xb2\xcf\xe7\xc3\xf6\ \xf6\x36\xd6\xd6\xd6\xa4\x9a\x57\xcf\x41\x55\xf2\xa0\x22\x58\xfc\ \xbb\xaa\x17\x65\x05\xaf\xb6\xb6\x33\x81\x68\xb7\xdb\x28\x14\x0a\ \x62\x7d\x40\xff\xbb\x76\xbb\x8d\x78\x3c\x2e\x1d\x73\x3c\xf3\x3e\ \xfb\xec\x33\x41\x27\xd8\x21\xca\xe7\xce\xce\x58\xea\xcf\xc2\xe1\ \x30\x22\xbf\xb5\x3d\x89\xfc\x76\xae\x22\x29\x51\x8e\x32\x21\x7a\ \xcf\x01\xe5\x00\x64\x3d\x52\xdf\x47\x4d\x6e\xb5\x5a\x85\xcb\xe5\ \x92\x75\x49\x04\x9c\x5e\x7a\xbc\x49\xff\xff\x7a\x00\x00\x20\x00\ \x49\x44\x41\x54\x07\x6a\xe0\x24\xf2\x40\x9a\xf2\xe6\xcd\x9b\x17\ \xf4\x99\xec\xc6\x63\x70\x1b\x1d\x1d\x45\xb5\x5a\x45\x32\x99\x94\ \x64\xef\xf0\xf0\x10\x7e\xbf\x5f\x06\x99\xdb\x6c\x36\x24\x12\x09\ \x41\x60\x89\xc6\x74\xbb\x5d\x7c\xf9\xe5\x97\x52\xd8\x12\x41\x22\ \xe5\xdb\x68\x34\xf0\xf4\xe9\x53\x24\x93\x49\x41\x84\x35\x9a\xfe\ \x4c\x4d\xea\x2d\x29\x2f\x21\xaa\xca\x82\x86\x05\x28\x69\x48\xbd\ \x5e\x2f\x9d\xcb\xf4\x8b\x62\xa0\xe6\x79\xcb\x86\xa1\xd1\xd1\x51\ \x04\x83\x41\x39\x97\x3c\x1e\x0f\x46\x47\x47\x65\x02\xca\xd0\xd0\ \x10\x76\x77\x77\xf1\xf1\xc7\x1f\xc3\x62\xb1\x88\x57\xde\xf1\xf1\ \xb1\x58\xf5\x50\x67\xc4\x29\x17\xa4\x24\x79\x7d\x3a\x9d\x0e\x7b\ \x7b\x7b\xa8\x54\x2a\x17\xe6\x17\x92\xd6\x65\x3c\x57\x41\x93\x52\ \xa9\x24\x48\x14\x0b\x5e\xa2\x6f\x64\x09\x88\x04\xd3\x5f\xed\xdf\ \xfe\xed\xdf\xb0\xbc\xbc\x8c\x5f\xfc\xe2\x17\x78\xf0\xe0\x01\x36\ \x37\x37\xc5\x18\x96\xef\x39\x3a\x3a\x2a\x67\x52\xb7\xdb\x95\x31\ \x6b\x8c\x05\x4c\x40\x99\x98\xb0\xab\x9e\xc5\x3a\xc5\xe8\x44\xcc\ \x18\x67\xab\xd5\xaa\xdc\x63\xea\xa9\x68\x9a\xcc\x84\x59\xab\xd5\ \x4a\xae\xc1\x66\x05\x36\x9c\x10\x44\x62\x52\xc4\xa4\x9e\xf7\x95\ \x80\x05\x1b\x99\x58\xf8\xb1\xb9\x80\xe7\x10\x3b\x4e\xa9\x47\xe3\ \x94\x07\x26\x56\x8c\xed\x16\x8b\x05\xba\xc1\xc1\xc1\xf7\xb8\x78\ \x08\x8d\x51\xe0\xcc\xac\x92\xdc\xb0\x3a\x04\x96\x0b\x88\x7e\x4f\ \x84\xf2\xf8\xc1\x48\x09\x11\x69\xe0\x0d\xa7\x38\x92\x9a\x28\xce\ \xb0\x73\xb9\x5c\x42\xdd\x70\xe3\x55\x2a\x15\xa1\xf4\xb8\x28\x78\ \x4d\xaa\xa8\x94\xc8\xda\xca\xca\x8a\x70\xcd\xf4\x69\x22\xda\x10\ \x0a\x85\x50\x28\x14\x70\x70\x70\x20\x9b\x81\x81\x87\xde\x42\xb5\ \x5a\x4d\x60\x58\x06\x63\xea\x5f\xd8\x32\x5b\xab\xd5\xe4\x60\x62\ \x65\x39\x3b\x3b\x2b\x82\x48\xea\xc2\x54\x11\x32\xd0\x17\x92\x52\ \xd8\xee\xf7\xfb\x65\xa1\x13\x51\x22\x0a\xc6\x2e\x2b\x00\x98\x9e\ \x9e\xc6\xd5\xab\xff\x8f\xac\x2f\x89\x6d\xfc\x3e\xcf\x7e\x48\x89\ \x94\xa8\x8d\x12\x49\x51\xa2\x24\xae\xe2\xa2\xd1\xae\x59\x3c\xfb\ \x8c\x9d\x20\x8e\x1d\x23\x71\x80\x36\x01\xd2\x53\x53\xa0\x28\x7a\ \x0a\x50\xa0\x87\xde\x7c\xe8\xa9\xc7\xa2\xc7\x16\xbd\x04\x68\x8b\ \x02\x6d\x12\x27\x6e\xe2\xd8\x71\xc6\xcb\x2c\x1e\x8d\x34\xda\x17\ \x4a\xa2\x44\x71\x11\x45\x4a\xa4\x56\x92\xda\xf8\x1d\xe4\xe7\x29\ \xd5\x2f\x40\xd1\xc4\x99\xc9\x68\xc8\xff\xff\xf7\x7b\xdf\x67\x1d\ \x11\x7c\x39\x3c\x3c\xac\xcf\x9f\x50\x31\x03\xdf\xf8\xf0\xb0\x74\ \x35\x99\x4c\xc2\xe7\xf3\xc1\x66\xb3\x29\x37\x89\x59\x20\x8c\x14\ \x18\x1a\x1a\x12\xb7\xcf\xed\xba\xb9\xb9\x19\x89\x44\x42\xd6\x57\ \x6e\xd1\x47\x47\x47\x18\x19\x19\x91\xc8\x96\xc2\xec\x87\x0f\x1f\ \x2a\x8e\x82\x14\x58\x30\x18\x44\x53\x53\x13\xc6\xc6\xc6\xe0\x76\ \xbb\x11\x0e\x87\x15\xf8\x59\x5b\x5b\x8b\x85\x85\x05\x74\x75\x75\ \x29\x10\x94\xb6\x7c\x42\xef\xe5\x72\x19\xdb\xdb\xdb\xb8\xb8\xb8\ \x40\x28\x14\xc2\xe6\xe6\x26\x02\x81\x00\x0e\x0e\x0e\xd0\xd4\xd4\ \xa4\x9e\xb7\xed\xed\x6d\x0c\x0c\x0c\xe0\xfc\xfc\x1c\xf1\x78\x1c\ \xdb\xdb\xdb\x38\x3a\x3a\xba\x32\xdc\x70\xf0\x25\x1d\xbb\xbc\xbc\ \x8c\xa9\xa9\x29\x34\x34\x34\x08\x5d\xca\x64\x32\xd8\xd8\xd8\xc0\ \xd7\x5f\x7f\x2d\x7e\x9d\xe2\xd8\x7c\x3e\x8f\x57\xaf\x5e\xe1\xe0\ \xe0\x00\x3f\xfe\xf1\x8f\xd1\xd7\xd7\x27\xa1\xf7\xde\xde\x1e\xde\ \x7c\xf3\x4d\xb8\x5c\x2e\xc4\xe3\x71\x6c\x6e\x6e\x6a\x40\xbe\xb8\ \xb8\x40\x77\x77\xb7\xb6\x5e\x22\x4b\x1d\x1d\x1d\xba\x3c\x28\xb0\ \x07\xa0\x61\x30\x10\x08\xe8\x52\x26\xbc\x4d\x17\x9a\xcb\xe5\xd2\ \x77\xc8\xc4\x7c\x93\xc9\x24\x1d\xdb\xd1\xd1\x91\xf4\x60\xed\xed\ \xed\x38\x3e\x3e\xc6\xfa\x37\xbd\x98\xd4\xec\x90\x7e\x22\xb5\x91\ \x4e\xa7\x11\x0c\x06\xd1\xdf\xdf\xaf\x61\x31\x12\x89\x88\x2e\x69\ \x6d\x6d\xd5\xb3\xc3\xc6\x02\x22\x8a\x9b\x9b\x9b\x42\x1c\x48\xdd\ \x14\x8b\x45\x24\x12\x09\x34\x34\x34\x20\x14\x0a\xe9\x79\x6e\x6c\ \x6c\x54\x29\x39\x05\xda\x75\x75\x75\xea\x6a\x24\xc5\x48\x6a\x96\ \x42\xf4\xc5\xc5\x45\x9d\x19\xcc\xf3\x59\x5a\x5a\xd2\x85\x44\x24\ \x87\x70\x7e\x2e\x97\x93\x4e\x8b\xf4\xc5\xc6\xc6\x06\x86\x87\x87\ \xb5\x5d\xf2\x12\xa6\x45\x9e\x88\x39\x1d\x6a\x76\xbb\x1d\x99\x4c\ \x06\x7f\xfc\xe3\x1f\xe5\xf4\xe4\xf9\xc3\xc1\x94\xc3\x15\xff\x73\ \x35\xb2\x55\x3d\x70\x11\xd1\xe0\xb9\x5a\x2a\x95\xb0\xb5\xb5\xa5\ \x1a\xa4\x44\x22\x81\xb5\xb5\x35\x64\xb3\x59\xac\xac\xac\xe0\xf3\ \xcf\x3f\x97\x26\x6c\x6f\x6f\x0f\xf9\x7c\x1e\xd1\x68\x54\x31\x09\ \xd4\xca\x71\x09\x62\x16\x1b\x45\xd0\xbc\xec\x69\x14\xa0\x16\x88\ \x48\x0c\x43\x21\xcd\x66\xb3\x86\x05\x9e\x43\xa4\xac\x8e\x8f\x8f\ \xa5\x27\xad\xaf\xaf\x17\x95\x07\x5c\xe6\x33\x51\x12\xb1\xb8\xb8\ \xa8\x4a\x22\x9a\x39\x32\x99\x8c\x3e\x1f\x46\xbc\x70\x91\x24\x8a\ \x4d\x14\xc0\x64\x32\x61\x75\x75\x55\xb2\x09\x0e\xc3\xd5\x8e\x74\ \x86\x66\x52\x7c\xce\x73\xf9\xf4\xf4\x14\x0f\x1f\x3e\x54\x46\x1c\ \xdd\x94\x9d\x9d\x9d\xa2\x57\x0f\x0f\x0f\xe1\xf7\xfb\xe5\x90\x6c\ \x6a\x6a\x82\xc7\xe3\x81\xc7\xe3\x11\x0d\xc6\x77\x8a\xfa\x22\xca\ \x0d\xc8\x44\xb0\x95\x81\xb4\x24\x4d\x55\x1c\x56\x2e\x2e\x2e\xb4\ \xe8\x31\x53\x0b\x80\x72\xdc\xd8\xbf\x57\x7d\xbe\xf2\x99\x21\x5a\ \xc9\xd8\x84\x9e\x9e\x1e\xf4\xf7\xf7\xa3\x50\x28\x20\x1e\x8f\xc3\ \x60\x30\x28\x77\x8f\x03\x2c\x0d\x4e\x35\x35\x35\x92\x0e\x34\x35\ \x35\x89\x22\xe4\x30\x43\xca\x91\x41\xc2\xbc\xc3\xe8\xd4\x67\xb4\ \x03\xe9\x48\x0e\x29\xbc\xe3\xe2\xf1\xb8\xbe\x37\xea\x8b\x3a\x3b\ \x3b\x71\xef\xde\x3d\xb8\x5c\x2e\x99\xb7\xf6\xf6\xf6\xb4\x7c\xd3\ \x75\x49\x4d\x25\xf5\xb6\x35\x35\x35\xa2\x53\xb9\x24\xd5\xd7\xd7\ \xab\x82\x8c\xc6\x03\xe6\xd9\x91\x15\xe3\xd0\xb4\xb3\xb3\x83\xb3\ \xb3\x33\x81\x37\x04\x69\xf8\x79\x72\xc0\xe4\x9f\x5d\x1d\x9b\x43\ \xbd\x58\x35\xca\x4c\x6d\x5c\x3e\x9f\xd7\x73\x5a\xed\x16\xe5\x79\ \xd4\xd0\xd0\x20\x63\x0c\x69\x4d\xea\xc5\x88\x9a\x51\xee\xc3\x77\ \x90\x33\x14\x11\xcc\x9a\xfa\xfa\xfa\x0f\xe8\x66\x39\x3b\x3b\x53\ \xbf\x15\xf3\x6e\x9a\x9b\x9b\x71\xf7\xee\x5d\x58\xad\x56\x5d\x06\ \xcc\x94\xe0\xc0\x44\xa1\x1d\x85\x6a\xfc\xa2\x78\x88\x17\x0a\x05\ \xa5\xcf\x72\x32\x34\x99\x2e\x93\xcc\x29\x7a\x04\x20\x3b\xed\xc9\ \xc9\x89\x2e\x4d\x0a\xe7\xe8\x68\xe1\x41\xc7\x43\x8b\xff\x3d\xff\ \x19\x6d\xf6\x4c\x12\xbf\x77\xef\x1e\x4c\x26\x93\x7a\xe8\x48\x1f\ \x91\x77\xce\x64\x32\x58\x5c\x5c\x84\xdb\xed\xd6\x74\xea\x74\x3a\ \x95\x3d\xc5\xc1\x81\x36\x59\x0a\x06\x1d\x0e\x87\x84\x78\x84\x72\ \xbd\x5e\xaf\xea\x25\xf8\xd0\x12\x71\x62\x62\xb9\xd9\x6c\xd6\xaf\ \x33\x1a\x8d\xc8\x66\xb3\xd8\xdd\xdd\xd5\xb0\x17\x8b\xc5\xa4\xf3\ \x61\x9a\xfa\xce\xce\x8e\xfa\xe7\x76\x77\x77\x71\x7e\x7e\x8e\xf6\ \xf6\x76\xd8\xed\x76\x6d\x28\xcc\x22\xe2\x9f\xdd\xdc\xdc\xac\x84\ \x79\xd6\xa4\x50\xc0\xcd\xec\x1c\xdf\x37\xce\xb3\x8b\x8b\x0b\x39\ \x1b\x99\xa9\xc3\xa0\x37\x0a\x54\x3b\x3b\x3b\x55\x93\xd2\xd1\xd1\ \x81\xde\xde\x5e\x6d\x02\x74\x06\xb2\x2e\x85\x9b\x40\xb9\x5c\xc6\ \xde\xde\x1e\x42\xa1\xd0\x15\xfe\x9e\x79\x39\xcc\x27\x22\x75\x56\ \x5f\x5f\x2f\xfa\x96\xff\x5b\x1b\x1b\x1b\x7a\xa9\xe8\xb4\xda\xde\ \xde\xc6\xf2\xf2\x32\xba\xbb\xbb\x35\x0c\x31\x79\x98\xb4\x1b\x9d\ \x7a\xec\x09\x63\xc8\xeb\xfe\xfe\xbe\xd0\xb2\xfa\xfa\x7a\x78\x3c\ \x1e\xb9\x26\xf9\x73\xf7\xf6\xf6\x5e\x89\xe4\xa0\x6b\xa8\x50\x28\ \xe0\xd5\xab\x57\x18\x19\x19\xb9\x92\x89\x15\x0a\x85\xa4\xc1\x63\ \xf6\x17\x75\x41\x1e\x8f\x07\xa3\xa3\xa3\x60\xa1\x3a\x9d\x36\x8b\ \x8b\x8b\x88\xc7\xe3\xca\x06\x0b\x87\xc3\xb8\x7b\xf7\xae\x0e\x9e\ \x72\xb9\x2c\x9d\x91\xc7\xe3\x91\x3e\xaa\xb5\xb5\x55\x3f\x4b\x38\ \x1c\x56\xf4\x03\x69\x23\x66\x88\x79\x3c\x1e\xbd\x2b\xcc\x02\x6a\ \x69\x69\xd1\xc5\x45\xb4\x85\x4e\x59\xc6\x47\x10\x29\x8b\xc5\x62\ \x58\x5d\x5d\xc5\xe1\xe1\x21\x76\x76\x76\x10\x89\x44\x94\x73\xe6\ \xf7\xfb\x01\x40\x9a\x4a\x0e\x13\x74\x87\x51\x64\x7f\x74\x74\x24\ \x17\x2b\x07\x3b\xc6\x3a\xb4\xb4\xb4\x20\x18\x0c\xe2\xe8\xe8\x08\ \xb1\x58\x0c\xe7\xe7\xe7\x42\x12\x99\x25\x16\x0e\x87\x55\x77\x12\ \x08\x04\xe0\x76\xbb\x35\x38\x0e\x0f\x0f\xcb\xac\x40\xf3\x00\x2f\ \x3a\x87\xc3\x81\x68\x34\x8a\x68\x34\x8a\x99\x99\x19\x2d\x6e\xa5\ \x52\x09\xad\xad\xad\xe8\xeb\xeb\x93\xbe\x8e\x01\xa5\x0c\xa8\x7c\ \xf5\xea\x15\xde\x7e\xfb\x6d\x4c\x4c\x4c\xe0\xd7\xbf\xfe\xf5\x15\ \xe9\x03\xff\x45\x54\xb8\x3a\xb2\xe1\xff\x1a\x85\x88\xd8\x72\xf8\ \xa2\xa8\x97\x94\x22\x37\x73\x52\x11\x0c\xc3\x2c\x14\x0a\x42\x10\ \x56\x57\x57\xb1\xba\xba\x8a\xcf\x3f\xff\x1c\xf1\x78\x5c\xe7\x04\ \x2f\x1e\x5e\x62\x1e\x8f\x47\x1a\xc2\x64\x32\x89\x5c\x2e\x87\x54\ \x2a\x85\x96\x96\x16\x2d\x2c\x8c\x78\xe0\xc0\x64\x34\x1a\x25\x57\ \xa0\x8b\x8d\xc8\x2a\x07\x34\x7e\x66\x26\x93\x09\x73\x73\x73\x0a\ \x30\xee\xee\xee\xd6\xb2\xc3\x7c\x2f\xa2\x35\x0c\xa2\x65\xa9\xb8\ \xd9\x6c\x96\x31\xc3\xeb\xf5\x5e\x41\x35\xf8\x77\x48\xa7\xd3\x58\ \x58\x58\xc0\xc7\x1f\x7f\x8c\x99\x99\x99\x2b\xa5\xd4\x5c\xdc\x49\ \x77\xf5\xf4\xf4\x68\x71\x25\x32\x48\x7d\x70\x6d\x6d\xad\x90\x3c\ \x87\xc3\x21\x89\x02\x13\xb6\xb7\xb6\xb6\x84\x04\xb1\x5e\xa8\xba\ \xfe\x86\x67\x06\xe9\x7f\xfe\x1d\xac\x56\x2b\x36\x36\x36\xe4\x96\ \xdd\xda\xda\xd2\x5d\x46\x66\x60\x67\x67\x47\x75\x3d\x44\xa9\x1c\ \x0e\x87\x84\xd9\x44\xa2\x88\x8c\xd1\xd9\x4b\x9d\x55\x3e\x9f\x97\ \x66\x8c\x59\x81\x7c\xe7\xcc\x66\x33\x42\xa1\x10\xea\xeb\x2f\xbb\ \x3b\xa9\xa1\x25\xfd\x47\x1d\x13\xcf\x75\x86\x8f\xf2\x5e\x72\x3a\ \x9d\x7a\xde\x88\xbc\x90\xfe\x22\x72\x44\x29\x44\xa1\x50\xc0\xd4\ \xd4\x94\xa8\xb3\x6a\xd6\x8a\x08\x6c\x4f\x4f\x0f\xfc\x7e\x3f\x42\ \xa1\x10\x1e\x3f\x7e\xac\xc5\x9f\x2e\x7a\xde\x89\xd9\x6c\x56\x03\ \x3b\x5d\x7d\x1c\x66\xaa\xd1\x56\x0e\x8f\x7c\x3f\x48\xbd\x55\x0b\ \xdc\x39\x6b\x30\xba\x81\xa8\x1b\x9f\x7b\x0e\x4a\x95\x4a\x45\xcb\ \x1b\xd1\x29\x2e\x43\x5c\x22\x28\x40\x67\xbb\x0a\x41\xa0\xea\xb3\ \x91\x43\x19\xdf\x65\xc6\x53\xf1\x39\xa3\xbc\x81\x4e\x5e\xd2\xa2\ \x04\x99\xa8\xf1\xae\xf1\x78\x3c\x1f\x50\x84\x4e\x21\x23\xbb\xa5\ \x08\x9b\x92\xbb\xe5\x41\x44\x4b\xac\xc9\x64\x42\x57\x57\x17\xfc\ \x7e\xbf\x04\x95\x4c\xaf\x26\x22\x46\x88\x98\x08\x05\xff\x19\x27\ \xf1\xb3\xb3\x33\xe9\x7c\x96\x96\x96\x70\x70\x70\xa0\x7c\x12\xda\ \xf6\x39\xd1\xd2\x45\x42\x11\x63\x6f\x6f\xaf\x50\x98\xbe\xbe\x3e\ \xc1\x72\x44\xbf\x2c\x16\x0b\xde\x7d\xf7\x5d\x89\x02\xe9\x0c\xe4\ \x17\x41\xf8\xb3\xb6\xb6\x56\x6d\xea\x9d\x9d\x9d\xe8\xe9\xe9\x91\ \x85\x3a\x16\x8b\x69\xca\x67\x32\x35\x79\x61\x5a\x54\x49\x21\xf2\ \x30\xe2\x03\x49\x14\xc0\x6a\xb5\xc2\xe7\xf3\x09\x0d\x64\xaa\xf8\ \xc2\xc2\x02\x8a\xc5\x22\x06\x06\x06\x04\xa7\x7b\x3c\x1e\x71\xe4\ \x1c\x02\x77\x76\x76\xe4\x3a\x0c\x87\xc3\xda\xfe\x28\x3c\x07\xa0\ \x0b\x83\x83\x18\xb5\x4b\xbc\xf4\x59\x9e\x4c\x31\xe6\xe2\xe2\x22\ \x3e\xff\xfc\x73\x0d\x13\xa4\xa5\x4c\x26\x93\xdc\x84\xdc\x52\x7d\ \x3e\x9f\xd0\x46\x1e\xba\x1c\xc8\x32\x99\x0c\xa2\xd1\x28\x9e\x3d\ \x7b\x06\xbf\xdf\xaf\xf6\xf9\x62\xb1\x88\x95\x95\x15\x0d\x8e\x14\ \x57\x52\x1f\x41\xed\x08\x05\x98\x00\x44\xd9\xd0\x08\xc1\x87\x98\ \x5a\xb8\x4c\x26\x23\x68\x9f\x43\x20\x35\x7a\xac\x5e\xc9\xe5\x72\ \xe8\xee\xee\x56\x6e\x0b\x21\x73\xea\x76\x38\x50\x12\xda\xa6\x30\ \xb5\xb9\xb9\x19\x43\x43\x43\x0a\xf4\xa4\x5e\x88\x2f\x99\xc3\xe1\ \xc0\xec\xec\x2c\x2a\x95\x8a\x68\x45\x16\xee\x1e\x1e\x1e\x22\x12\ \x89\x60\x77\x77\x17\xdd\xdd\xdd\x68\x6d\x6d\xc5\xd8\xd8\x98\xd0\ \xa4\x86\x86\x06\x04\x02\x01\x51\xbc\x14\x96\xf3\xf0\x26\xa2\x40\ \x57\x25\x07\xf1\x68\x34\x8a\xa5\xa5\x25\x51\x7e\x17\x17\x17\x57\ \x82\x58\x19\x59\xb0\xb8\xb8\x08\xaf\xd7\xab\x9c\x2c\x22\x38\xac\ \xa9\xb0\xdb\xed\xd2\x87\x90\xae\xa0\xde\x90\x31\x14\xcb\xcb\xcb\ \x12\x2f\xb7\xb6\xb6\x4a\x0b\xb6\xbb\xbb\x8b\xa5\xa5\x25\x0d\xde\ \x44\x14\xe8\xe2\x5b\x5b\x5b\x43\x47\x47\x07\x02\x81\x00\x56\x57\ \x57\x51\x2c\x16\x71\x72\x72\xa2\xdc\x2e\x66\x6d\x55\x5f\x82\x44\ \x8e\x0c\x86\xcb\xd4\x7a\xea\xcf\xce\xcf\xcf\x61\xb5\x5a\xe1\x74\ \x3a\x11\x8d\x46\x61\xb3\xd9\xe0\xf5\x7a\x35\x84\xbc\x78\xf1\x02\ \x56\xab\x15\x63\x63\x63\xb0\xdb\xed\x32\xb2\x50\xfb\xc1\x83\x39\ \x12\x89\x08\x91\xe8\xeb\xeb\xd3\x7f\xe6\x61\xcb\xe7\x97\x28\x06\ \xd1\x0f\x0e\xdd\x6b\x6b\x6b\xb8\xb8\xb8\xc0\xab\x57\xaf\xae\x0c\ \x57\xd5\xce\x68\x22\x15\x1c\x2e\xf9\xe7\x55\x9b\x7f\x38\x6c\x31\ \xe3\x89\xf4\x21\x37\x65\x87\xc3\x01\xa7\xd3\xa9\x73\xd7\x68\x34\ \x0a\x71\xa5\x13\x97\x94\xe5\xe1\xe1\xe1\x95\xc5\xcd\xe7\xf3\xc9\ \x08\xc2\xc1\x17\x00\xf2\xf9\xbc\x42\x47\xd7\xd7\xd7\xa5\x99\xa2\ \x99\xa3\x50\x28\x60\x62\x62\x02\xa7\xa7\xa7\x58\x58\x58\xd0\x46\ \x5e\x2e\x97\x31\x31\x31\x81\x68\x34\x8a\xc1\xc1\x41\x21\x61\xac\ \x55\xa2\xe1\x24\x91\x48\x60\x77\x77\x57\x26\x93\x50\x28\xa4\xcb\ \x8d\x17\x29\xe9\xb9\xc5\xc5\x45\xcc\xcd\xcd\x21\x12\x89\x20\x16\ \x8b\xc9\x4c\x92\xcd\x66\xa5\x43\xb4\xdb\xed\x08\x06\x83\x08\x06\ \x83\x88\x44\x22\x18\x19\x19\x91\x39\x87\x67\x15\xe9\x5d\x87\xc3\ \xa1\xcf\x80\xe8\x3d\x5d\x7f\xd4\x9f\x56\xd3\x5b\x36\x9b\x0d\x73\ \x73\x73\x32\x36\x4c\x4e\x4e\xe2\xe0\xe0\x00\x66\xb3\x19\x6b\x6b\ \x6b\x1a\x0a\x52\xa9\x14\xce\xce\xce\xb0\xbc\xbc\xac\xa6\x09\xd2\ \x42\xd4\x69\x51\x63\x94\x4e\xa7\x35\x48\x10\x25\xe7\xcf\xc4\x67\ \xc0\x64\x32\x49\xd6\x50\x2c\x16\xd5\xee\xc1\xef\xb7\xfa\x82\xe7\ \x3d\x98\xcb\xe5\x64\x9a\xa2\x01\x8c\x43\x6c\xb5\x1c\xe7\xf8\xf8\ \x18\x4b\x4b\x4b\xd2\xce\x55\xd3\xc7\x34\xc7\xd0\x40\x05\x40\x8e\ \x67\x1a\xc2\x38\x64\xf0\x5e\xae\x54\x2a\x6a\x16\xe1\x70\xc0\x41\ \x96\xf5\x41\x7c\xbf\x78\x5e\x13\x59\x2c\x97\xcb\x4a\xa7\x67\x45\ \x1b\x69\x74\x22\xc9\xd4\x0f\x57\x47\x2c\xf0\x99\x63\x64\x0c\x87\ \xa5\x6a\x17\x3c\xef\x38\xbe\xd7\xd4\x86\x11\x9c\xa1\x29\x8e\xc3\ \x33\x3b\x0f\x4b\xa5\x92\x8a\xbd\xab\xdd\x95\xfc\xdf\x3c\x3f\x3f\ \xc7\xb3\x67\xcf\xae\x68\x5a\x53\xa9\x94\x6a\xc4\x68\xf4\xaa\xab\ \xbb\x6c\x08\x01\xa0\x18\x06\x22\xa8\x94\xb5\x50\xa2\x74\x7a\x7a\ \x8a\x68\x34\x2a\xc3\x18\x3f\xa3\xd3\xd3\x53\xd4\xf4\xf6\xf6\x7e\ \x40\x35\x3e\x00\x75\xab\x71\x3a\xe7\xc3\x49\x5e\x97\x08\x94\xdf\ \xef\xc7\xa3\x47\x8f\xb4\x4d\x13\x72\xe7\xe1\xcc\xbf\x58\x7b\x7b\ \x3b\x6e\xdd\xba\x85\x3b\x77\xee\x68\x68\xf2\x78\x3c\x38\x3a\x3a\ \xc2\xe0\xe0\x20\x9a\x9b\x9b\xd1\xdf\xdf\x2f\x84\x87\xae\x30\x22\ \x02\xa9\x54\x4a\x5d\x51\xdc\xfe\xb9\x0d\xd3\x25\xc0\xc3\xfb\xce\ \x9d\x3b\x48\x24\x12\xb2\x34\x13\x2a\x9e\x9d\x9d\x15\x15\x44\x9a\ \x88\x0f\x26\xeb\x4f\xa8\x7d\xe1\x76\xc8\x80\xb3\xfd\xfd\x7d\xa5\ \x11\x13\x86\xe7\x8b\xc7\x97\x89\x9c\xfb\xe2\xe2\xa2\x26\x7c\xfe\ \x33\xbe\x64\xfc\x42\xda\xdb\xdb\x71\x7a\x7a\x8a\x37\xdf\x7c\x53\ \x02\x49\x83\xc1\xa0\x3f\xbb\xb9\xb9\x19\x63\x63\x63\x2a\x14\x66\ \x4d\x04\x07\x5e\x00\xa2\xdc\x98\x39\xc5\x58\x07\xd2\x5a\x84\x2a\ \xa9\x55\x61\x96\xd0\xa3\x47\x8f\x10\x08\x04\x10\x0e\x87\xa5\x6d\ \xa1\x53\x8b\x08\x66\x2a\x95\x92\x40\xb8\xa1\xa1\x01\xd1\x68\x54\ \x39\x57\x36\x9b\x0d\xc1\x60\x10\x85\x42\x41\x87\x4c\x30\x18\x54\ \x64\x01\x05\x88\x44\x32\x2f\x2e\x2e\xf0\xde\x7b\xef\x61\x75\x75\ \x55\x5a\xb5\xc6\xc6\x46\x38\x1c\x0e\x58\xad\x56\x25\xb0\x4f\x4d\ \x4d\xc9\xd6\x7d\x71\x71\x01\xb7\xdb\x8d\xfd\xfd\x7d\x25\x32\x37\ \x35\x35\x61\x62\x62\x42\x9f\x03\x69\xa7\x9d\x9d\x1d\x84\xc3\x61\ \x15\x6b\x33\xd6\x81\xa8\x21\x69\x07\x0a\xbb\xef\xde\xbd\x8b\xb3\ \xb3\x33\x0d\x36\x1d\x1d\x1d\x48\x26\x93\x8a\xb0\x58\x5e\x5e\x46\ \x28\x14\xc2\xfe\xfe\xfe\x95\x4a\x8a\x6b\xd7\xae\x69\xb8\xe7\xa6\ \x4f\x1a\x70\x79\x79\x19\x1e\x8f\x47\x54\x49\x4d\xcd\x65\x11\xf7\ \xf3\xe7\xcf\xe5\xb0\xe2\x21\x93\x4e\xa7\xd1\xd3\xd3\x83\x2f\xbe\ \xf8\x42\xa2\x4f\x8b\xc5\x22\x2d\x20\x11\xc5\xb1\xb1\x31\x25\xb3\ \xbf\xf1\xc6\x1b\x38\x3c\x3c\x44\x34\x1a\x45\x73\x73\xb3\xf2\xc6\ \xf8\x7e\xf2\x72\xa3\x8e\xae\xb1\xb1\x11\xcf\x9f\x3f\x47\x22\x91\ \xd0\x70\x4b\xfa\x9b\x50\xfb\xce\xce\x8e\xb6\x3b\xda\x8a\x79\x79\ \x11\x8d\xd8\xd8\xd8\x40\x4d\x4d\x0d\x6e\xdd\xba\x25\x07\x1c\x29\ \xcb\xee\xee\x6e\x65\xcd\x99\x4c\x26\x4c\x4d\x4d\xc1\xeb\xf5\x4a\ \xbc\xca\xb2\x5d\xc6\x42\xf0\xcf\xe1\x82\x95\xcd\x66\x31\x3e\x3e\ \xae\x6c\xa3\x1b\x37\x6e\x68\x20\x24\xf5\xd5\xd6\xd6\x86\x93\x93\ \x13\x78\x3c\x1e\x1d\x9e\x0c\xae\xdc\xd8\xd8\xc0\xfe\xfe\xbe\x34\ \x4c\x67\x67\x67\x8a\xfe\x20\x25\x4e\x07\xe3\xc9\xc9\x09\x66\x67\ \x67\xf1\xea\xd5\x2b\xf8\x7c\x3e\x04\x02\x01\x34\x36\x36\xca\x4d\ \xcb\xa1\xd7\xe5\x72\xa1\xad\xad\x4d\x14\xcb\xc1\xc1\x01\x5e\xbc\ \x78\x21\xf4\x89\x03\x15\x91\x15\x0e\x57\x5c\x6e\xaa\x1d\x84\xd5\ \x4e\x28\xba\x9a\xc3\xe1\xb0\x36\x6e\xa2\x5b\x1c\xda\x88\xce\x33\ \xc4\x92\xf1\x02\x06\x83\x41\x28\x48\x6f\x6f\x2f\x7a\x7b\x7b\x25\ \xd0\xcd\x66\xb3\x48\x24\x12\xf0\x7a\xbd\xa8\x54\x2a\x78\xf6\xec\ \x19\x16\x16\x16\x94\xd9\x43\x0d\x2c\x91\x98\xed\xed\x6d\x69\x8d\ \xe8\xee\xab\x54\x2a\x5a\x9a\x4b\xa5\x12\xe6\xe7\xe7\xb1\xba\xba\ \x0a\xb7\xdb\x0d\x8b\xc5\x82\xb5\xb5\x35\x5d\x60\xd4\xa4\x11\xf5\ \x3a\x38\x38\xc0\xca\xca\x0a\x0a\x85\x82\xde\x05\xba\xad\x79\xb1\ \x13\x8d\xa1\x64\xa2\x9a\x0a\xfc\x97\x7f\xf9\x17\xfc\xe7\x7f\xfe\ \xa7\x96\x1e\x9a\x63\x48\x1f\xd9\xed\x76\x78\xbd\x5e\x58\xad\x56\ \x58\xad\x56\xe5\xb6\xed\xed\xed\xe1\xcb\x2f\xbf\x44\x4b\x4b\x8b\ \x58\x0f\x22\xe3\xfc\xbd\xd4\xf8\x94\x4a\x25\x75\x01\xbe\x7e\xfd\ \x1a\x37\x6f\xde\x54\xc4\x04\x07\x0e\x3e\x43\xe9\x74\x5a\x61\xa4\ \x44\xcc\x88\x7a\x31\x9d\x9e\xcc\x00\x5d\xf7\xd4\x54\x11\xc9\xe0\ \x12\xb3\xbe\xbe\xae\x01\x87\xb9\x70\xb4\xf2\xd3\x45\x4a\x44\xe6\ \xe3\x8f\x3f\xc6\xf6\xf6\x36\x0a\x85\x02\xf2\xf9\x3c\x3e\xfb\xec\ \x33\x34\x35\x35\x21\x9b\xcd\xe2\xe5\xcb\x97\xa2\xa3\xc6\xc7\xc7\ \x91\x4c\x26\xa5\x09\xe2\x3f\xaf\x76\x89\x9e\x9c\x9c\x20\x95\x4a\ \x61\x76\x76\x56\xc6\x1b\xd6\xaf\x31\x5f\x8a\x06\x27\x0e\x38\xa4\ \x4e\x49\x7f\x1e\x1e\x1e\x22\x10\x08\x68\x68\xdb\xdf\xdf\x57\xc9\ \xf6\xc9\xc9\x65\x0a\x3e\x3f\x6f\x3e\xef\xcc\xed\x22\xad\xc9\x9f\ \x65\x62\x62\x02\x46\xa3\x51\x28\x16\xd1\x23\x9e\x5d\x8c\x82\x20\ \x8d\x4e\xf4\x2b\x97\xcb\xe9\xef\x54\xfd\x3e\x55\xcb\x6f\xaa\x11\ \x65\x0e\x3e\x1c\xa2\xa8\xeb\xe3\x77\xc9\x25\x99\xac\x0a\xb5\xa4\ \xd9\x6c\x56\x11\x1f\x5b\x5b\x5b\x42\xfa\x00\xe8\x9c\xe5\xb2\xcb\ \xf2\x74\xa2\x7e\xd4\x26\x32\x5e\x84\xce\x71\x9b\xcd\xa6\x82\x6a\ \xa3\xd1\x88\x1a\xbb\xdd\xfe\x41\x47\x47\x07\xca\xe5\xb2\xe0\x5c\ \x3a\x7a\x98\x1f\x43\x17\x14\x43\xfc\xfc\x7e\x3f\x5a\x5a\x5a\x90\ \xcb\xe5\x14\x44\x49\x68\x9a\x0f\xfd\xad\x5b\xb7\xd0\xd3\xd3\xa3\ \x6c\x1e\x06\x85\xed\xed\xed\x21\x1c\x0e\x0b\x95\xe1\x10\x14\x0e\ \x87\x51\x2c\x16\xa5\x2b\x20\xcc\xc9\x89\x90\x2e\x8f\xb6\xb6\x36\ \xf1\xe2\x44\x45\x12\x89\x04\xdc\x6e\x37\x96\x96\x96\xb0\xb4\xb4\ \xa4\x43\x2d\x95\x4a\x69\x3b\x6e\x6f\x6f\x97\xde\x8a\x70\x3c\x4b\ \x74\x4b\xa5\x12\xfa\xfa\xfa\xf4\x45\x51\xe8\x9e\xcd\x66\x35\xe8\ \x11\x42\xe5\x65\x41\xee\x95\xf9\x3f\xf9\x7c\x5e\xd3\x37\x5d\x1d\ \xf9\x7c\x1e\x7b\x7b\x7b\xd2\x97\xd5\xd4\xd4\x88\xba\x5c\x5a\x5a\ \x42\x47\x47\x07\xda\xdb\xdb\x11\x8f\xc7\x65\xc3\x66\xb0\x26\x05\ \xa7\x5e\xaf\xf7\x8a\xa8\x2f\x97\xcb\x69\x88\xe9\xee\xee\x96\x78\ \x75\x7e\x7e\x5e\x69\xb6\xbc\x4c\x89\xd0\x34\x34\x34\xe0\x87\x3f\ \xfc\x21\x92\xc9\x24\x1a\x1a\x1a\x24\x48\xf6\x78\x3c\xa2\x2a\xed\ \x76\x3b\xfc\x7e\xbf\x28\x5f\x46\x1e\x9c\x9e\x9e\x4a\xfc\xcd\x94\ \xfa\xc3\xc3\x43\x7d\xde\xfc\x3e\xa9\xc5\x63\x50\xa2\xc3\xe1\x90\ \xe5\x75\x74\x74\x54\x90\x34\xf5\x6a\xcc\xdd\x6a\x6b\x6b\xc3\xed\ \xdb\xb7\x05\xe3\xda\x6c\x36\x5c\xbf\x7e\x1d\xdf\xfe\xf6\xb7\x51\ \x28\x14\x34\x60\x5a\x2c\x16\x74\x76\x76\x22\x95\x4a\xc9\x44\xd0\ \xd3\xd3\x73\x25\x0b\x87\x82\xec\xa1\xa1\x21\xd1\x10\x4e\xa7\x53\ \x87\xfa\xf0\xf0\x30\x0a\x85\x02\xde\x7c\xf3\x4d\xa4\x52\x29\x8c\ \x8c\x8c\xc0\x60\x30\xe0\x4f\xff\xf4\x4f\x75\x01\x8c\x8d\x8d\x49\ \xd7\x53\x2c\x16\xd1\xdf\xdf\x2f\x74\x8f\xa5\xca\xeb\xeb\xeb\x72\ \x11\xf1\x39\x20\x6d\x71\x7a\x7a\xaa\x41\xe1\xf4\xf4\x14\xf7\xee\ \xdd\xc3\xe9\xe9\x29\x7e\xfb\xdb\xdf\x22\x10\x08\xe0\xe4\xe4\x04\ \x81\x40\x40\xb0\x32\x23\x0b\xe8\x64\x35\x18\x0c\x48\xa7\xd3\xba\ \x80\xb9\x75\x12\x39\xa4\x13\x87\x0b\x04\xa9\x00\xa2\x16\xc7\xc7\ \xc7\xe8\xeb\xeb\x93\x16\x80\x36\x71\xda\xf0\xf9\x99\x5a\x2c\x16\ \x39\x70\x59\x7a\xcc\x10\xc8\xfd\xfd\x7d\x0c\x0f\x0f\xeb\xf9\xed\ \xea\xea\xd2\x85\x45\xdb\x3c\x91\x5c\x2e\x29\x99\x4c\x06\xcd\xcd\ \xcd\x88\x44\x22\xd2\x83\x55\x1b\x50\x98\x0e\x6d\x32\x99\xb4\x4c\ \x51\x53\xb4\xba\xba\x2a\x1a\x7e\x6e\x6e\x0e\x07\x07\x07\x08\x06\ \x83\x78\xf7\xdd\x77\xd1\xda\xda\x0a\xbf\xdf\xaf\x6e\x3b\x97\xcb\ \x85\xce\xce\x4e\x21\x36\xc5\x62\x11\x8b\x8b\x8b\x42\x77\x89\x40\ \x32\x4e\xe2\xfc\xfc\x1c\xb1\x58\x0c\xb9\x5c\x0e\xcf\x9f\x3f\xc7\ \xb3\x67\xcf\x84\xea\x50\x86\x60\xb1\x58\xb0\xb5\xb5\xa5\x90\xda\ \x9e\x9e\x1e\xb9\xd6\xf8\x2f\xd2\x7d\xd4\x81\xf2\xfb\xe1\x90\xc5\ \xff\xcc\x5f\xc3\x43\x9d\x17\xf9\xde\xde\x9e\x12\xa0\xd9\x1d\x49\ \xdd\x06\x87\x16\x36\x42\x54\xbb\x92\x36\x36\x36\xa4\xd9\xa2\xd4\ \x82\xa2\xf8\x50\x28\x24\x43\x49\xb5\x33\x6c\x6a\x6a\x0a\x33\x33\ \x33\x68\x6b\x6b\x83\xdb\xed\x56\xf3\x00\x97\xad\xa6\xa6\x26\x45\ \x27\x38\x1c\x0e\xfd\x9d\xc2\xe1\x30\x1e\x3e\x7c\x28\xfa\x8b\x9f\ \x09\xcd\x09\xcd\xcd\xcd\xe8\xe9\xe9\x11\xca\x71\xed\xda\x35\x39\ \x8d\x57\x57\x57\x15\xfa\xca\x5a\x1e\xaf\xd7\x2b\xb6\x83\xce\x60\ \xf6\x82\x32\xd8\x95\x4b\x14\x00\x2c\x2d\x2d\x61\x7d\x7d\x1d\x75\ \x75\x75\xc8\xe7\xf3\x32\x2a\x11\x2d\x6a\x69\x69\xc1\xca\xca\x8a\ \x74\x82\x35\x35\x35\x78\xf1\xe2\x05\xb6\xb6\xb6\x50\x53\x53\xa3\ \x3b\x8b\x6e\x38\x1a\x87\x1c\x0e\x07\xda\xdb\xdb\x11\x8b\xc5\xd4\ \x67\x4a\x6d\x4e\x34\x1a\x45\x77\x77\x37\xec\x76\x3b\x2e\x2e\x2e\ \x60\xb7\xdb\xaf\xf4\xcb\x1d\x1e\x1e\x62\x76\x76\x16\xaf\x5f\xbf\ \x86\xc1\x60\x80\xd3\xe9\x94\x73\x8f\xe7\x39\x07\x04\x9e\x7f\x76\ \xbb\x5d\xd9\x57\xfc\x33\x78\x37\x10\x31\x26\xb2\xb4\xb5\xb5\x25\ \xe0\x81\x61\xa8\xbc\xd0\xb7\xb6\xb6\x74\x46\xf3\x79\x68\x6c\x6c\ \xc4\xd2\xd2\x12\xe6\xe6\xe6\x10\x8d\x46\x15\x03\xb4\xb9\xb9\x89\ \xd7\xaf\x5f\xab\x01\xe1\x57\xbf\xfa\x95\x8a\xd1\x19\x78\xca\xa0\ \x6b\x2e\x3a\x8c\x40\xe1\xb3\xcb\xe1\x84\x11\x2e\x34\xc1\x10\xc1\ \x6a\x6b\x6b\x03\x80\x2b\xd9\x75\x2d\xdf\x14\xd4\xef\xec\xec\x28\ \x0d\x80\x43\x9b\xcd\x66\xd3\x92\x51\xad\xff\xaa\x0e\xec\xe4\xf3\ \x41\xf6\x84\xb4\x20\x00\x31\x5c\x1c\x6a\xaa\xcd\x6e\xa4\x13\x19\ \x68\x5a\x4d\x95\x12\xa5\xe3\xf2\x42\xc9\x0d\x51\x6c\x6a\xa8\xc9\ \x94\xb0\x17\x97\x6c\x11\x0d\x3d\xac\x1f\xe2\xf0\xd9\xd2\xd2\xa2\ \x77\x96\xcb\x31\x11\x69\x1a\xbc\x08\xac\x00\x97\xd9\x5f\x86\x81\ \x81\x81\x0a\x5f\x68\xda\x3f\x09\x3d\x9f\x9d\x9d\x69\x62\x26\xd7\ \x4d\x9b\x3b\x35\x2f\x35\x35\x35\x3a\x78\x09\xff\x5b\x2c\x16\xdc\ \xbd\x7b\x17\xd7\xaf\x5f\x57\x49\x31\xcb\x53\xa9\xcd\xe0\x44\xdf\ \xd9\xd9\x79\x05\x76\xb4\x5a\xad\x38\x3d\x3d\xc5\xde\xde\x9e\x36\ \x62\x6e\xee\x0c\x54\xa4\x06\x89\x88\x01\x39\xd4\xf5\x6f\xaa\x30\ \xc8\xfd\xbf\xf3\xce\x3b\xc8\xe5\x72\xf8\xec\xb3\xcf\x54\x77\x92\ \x48\x24\xd0\xdf\xdf\x8f\xe9\xe9\x69\x89\xdd\x39\x55\x33\xe2\xc1\ \xe5\x72\x21\x91\x48\x08\x15\x61\xad\xc5\xe7\x9f\x7f\x2e\xb1\x31\ \xe9\x3b\xea\xc5\xa8\x41\x2a\x95\x4a\x7a\xe9\x8e\x8f\x8f\xe5\x0e\ \xa2\xf0\xf8\x7b\xdf\xfb\x1e\xe6\xe6\xe6\x54\x02\x4a\x08\x94\x62\ \x50\x06\x24\x12\xa1\x72\x3a\x9d\xf0\x78\x3c\xca\xa0\x61\x38\xe9\ \x27\x9f\x7c\x82\x68\x34\x8a\xae\xae\x2e\xbc\xfb\xee\xbb\x58\x59\ \x59\x11\x3c\xfa\xf4\xe9\x53\x0d\x79\xbd\xbd\xbd\xb8\x79\xf3\xa6\ \x9c\x47\x66\xb3\x19\x13\x13\x13\xb2\x1e\x73\xa3\xda\xdd\xdd\x55\ \xcf\x17\x45\xec\xa4\xdb\xac\x56\x2b\x36\x37\x37\x61\x34\x1a\x15\ \xe8\x48\x33\x01\xa7\x78\x7e\x57\x14\xb1\x72\xc0\xd8\xd9\xd9\x41\ \x20\x10\x40\x34\x1a\x15\xed\xc6\x52\x56\x52\x65\x74\xf0\x11\xa5\ \xe3\x41\x47\x7e\x9e\x68\xa2\xdd\x6e\x47\xa1\x50\x40\x32\x99\xc4\ \xc5\xc5\x05\xee\xdf\xbf\xaf\x38\x8d\xbd\xbd\x3d\xf4\xf6\xf6\xa2\ \xa5\xa5\x05\xbb\xbb\xbb\xc8\xe7\xf3\x48\xa7\xd3\x1a\xe4\xbe\xfb\ \xdd\xef\xca\x91\xc8\xc3\x31\x91\x48\x60\x78\x78\x58\x62\x52\x52\ \xb8\x74\x9c\x70\xc8\x5d\x5b\x5b\xd3\x00\xcd\x65\xc4\xed\x76\x63\ \x6e\x6e\x0e\x1d\x1d\x1d\x78\xf2\xe4\x09\x02\x81\x00\x76\x77\x77\ \xf5\x33\x70\x98\x3d\x3e\x3e\xd6\xe7\xdc\xde\xde\xae\x3c\xb4\x78\ \x3c\xae\xa5\xc3\xf7\x4d\x40\x2b\x11\x1d\x8a\x5e\xd9\xc1\x95\x4a\ \xa5\xf4\x6b\xfb\xfa\xfa\x54\x4f\xc2\xbc\xb0\x60\x30\x28\xf7\x28\ \x2b\x29\xf6\xf6\xf6\xd4\xa1\xc9\xc3\x9c\x83\x4f\x3e\x9f\x47\x24\ \x12\xc1\xe2\xe2\xa2\x34\x23\xed\xed\xed\x3a\x18\xaa\x29\x7a\xa2\ \x21\x44\x28\xdd\x6e\xb7\xd0\x6c\x2e\x59\xf3\xf3\xf3\xb8\x7f\xff\ \xbe\xb4\x52\x66\xb3\x19\xd9\x6c\x56\x87\x99\xd1\x68\x54\x02\x3f\ \xdf\xf3\xfd\xfd\x7d\x6c\x6e\x6e\x8a\x1e\x4d\x26\x93\x30\x99\x4c\ \xf8\x9f\xff\xf9\x1f\xac\xad\xad\xc1\xe5\x72\xe1\xa7\x3f\xfd\xa9\ \x84\xa5\x5c\xce\x1a\x1a\x1a\x90\x48\x24\xf0\xe8\xd1\x23\xb9\x81\ \x19\x2b\xc1\x68\x91\xde\xde\x5e\x6c\x6d\x6d\xe1\xe9\xd3\xa7\x88\ \x44\x22\x12\x82\x13\x65\x89\x46\xa3\xa2\x6b\xfa\xfb\xfb\x65\xce\ \x48\xa7\xd3\x58\x5b\x5b\x53\xf5\x11\x1d\xad\x0c\x4e\xe6\x56\xcf\ \x81\xa1\x3a\xbe\x81\x0b\x42\xb5\xfe\x8a\x28\x1e\x75\x31\xd4\x98\ \x8d\x8f\x8f\x2b\x51\x9b\x94\x2c\x2f\xe5\x6a\xba\xa3\x3a\xf4\xd2\ \x64\xba\x0c\x0f\xee\xed\xed\xc5\xce\xce\x0e\xfe\xe4\x4f\xfe\x44\ \xe2\x7c\x9e\xd5\xcc\x9e\x6b\x6c\x6c\xc4\xc2\xc2\x82\xce\xa7\xf6\ \xf6\x76\x1c\x1e\x1e\xe2\xe9\xd3\xa7\x70\x3a\x9d\x42\xb7\x62\xb1\ \x98\x10\x5f\x66\x87\xd1\x0d\x46\x64\xe0\xe2\xe2\x42\x46\x87\xad\ \xad\x2d\x74\x75\x75\x29\x07\x89\xa2\x79\x0e\x60\xa4\x9d\x59\x5d\ \x14\x0e\x87\x45\x4f\x9e\x9c\x5c\x16\x3e\x53\x32\x41\x6a\x86\x66\ \x1b\xd2\x94\x3c\x8f\xb8\x04\x72\x91\x4a\x24\x12\x72\x0e\xde\xba\ \x75\x0b\xa5\x52\x09\x5f\x7d\xf5\x15\xe6\xe6\xe6\xd0\xdb\xdb\x8b\ \xfd\xfd\x7d\xcc\xce\xce\xe2\xf6\xed\xdb\x30\x1a\x8d\xf8\xe1\x0f\ \x7f\x28\xfa\x1f\xb8\xd4\xe9\x4d\x4e\x4e\x2a\x96\xc5\xe9\x74\xca\ \x31\x76\x72\x72\xa2\x81\x9b\x14\x22\x5d\xe0\x4e\xa7\x53\x43\x2d\ \xa9\xde\xf3\xf3\x73\x55\x19\x51\x73\x46\x84\x84\x51\x13\x7c\x5f\ \xcf\xcf\xcf\x85\x7c\x78\xbd\x5e\x7d\x5e\x5c\x60\xe9\xf6\x3e\x3e\ \x3e\xc6\xc2\xc2\x82\x50\x13\x6a\xb2\xfa\xfa\xfa\x14\x5b\x42\x63\ \xd0\xf1\xf1\xb1\x4a\xe3\xf9\xfd\xef\xee\xee\x4a\x93\xc6\x38\x12\ \x02\x00\x74\xa6\x5e\x5c\x5c\x26\xdd\x87\x42\x21\xb9\x42\x1b\x1a\ \x1a\x14\xd3\xe2\x76\xbb\x45\xf7\xf1\x2c\xe0\x00\xc5\xfb\x91\xf7\ \x77\x35\x7a\x48\x8d\x52\x75\xbc\x47\x22\x91\xd0\xef\xad\x66\x14\ \xbc\x5e\xaf\xe8\x79\x3e\xff\x7c\x37\xf8\x4e\xf1\xcc\xe7\xdf\x81\ \xa8\x6f\x3e\x9f\x97\xcb\x93\x4e\x43\x96\x74\x53\x88\xce\x9f\x87\ \x39\x57\xd4\xf3\xf1\x2c\xa7\x1c\x84\x8b\x11\x19\x28\x9e\x0f\x27\ \x27\x97\x09\xef\xab\xab\xab\x68\x6f\x6f\x47\x67\x67\x27\xac\x56\ \xab\x7e\x1d\x91\x66\xde\xeb\x1c\xb0\x38\xfc\x51\x86\xc0\xef\xb4\ \x66\x6c\x6c\xec\x03\x3a\x8c\x48\x05\xd0\x42\x49\x48\x99\xd4\x10\ \xed\xd6\xfb\xfb\xfb\x7a\x98\xf8\x10\x71\xe2\xa4\xfb\x27\x1e\x8f\ \x63\x7c\x7c\x5c\xae\x2c\xe0\xb2\x61\x7b\x6b\x6b\x0b\xdf\xfa\xd6\ \xb7\x70\x7e\x7e\x8e\x44\x22\x01\x83\xc1\x80\xce\xce\x4e\xe9\x3f\ \x0a\x85\x82\xe0\xb9\x4a\xa5\xa2\xc2\xe3\x47\x8f\x1e\x29\xd7\x84\ \xdb\xc6\xe6\xe6\xa6\x34\x50\xcc\x39\x39\x3b\x3b\x43\x30\x18\xc4\ \xe8\xe8\x28\x86\x87\x87\x31\x3e\x3e\x8e\xdd\xdd\x5d\xdc\xb8\x71\ \x43\x2f\x2f\x83\xc6\x08\x67\xf2\x4b\x64\x3b\x3a\x03\x47\xf7\xf6\ \xf6\x60\x36\x9b\xb1\xb3\xb3\x23\x37\x23\x85\xfb\xa4\x18\x59\x4a\ \x5a\x1d\xe6\x77\x76\x76\x86\xd6\xd6\x56\x69\x62\xc8\x9d\x53\x3f\ \x36\x35\x35\xa5\x2d\x77\x70\x70\x50\x76\x59\x06\xf7\x99\x4c\x26\ \x84\xc3\x61\x69\x66\x66\x66\x66\xae\x0c\x1c\x4c\x7b\xf7\x78\x3c\ \xca\x1d\x59\x58\x58\x40\xa9\x54\xd2\x06\x11\x0a\x85\xd0\xd5\xd5\ \x85\xeb\xd7\xaf\x4b\x43\x45\x8a\xee\xe1\xc3\x87\xaa\xf7\x21\x8a\ \x58\x5f\x5f\x2f\x1d\x91\xcb\xe5\x12\x4d\x3c\x3c\x3c\x0c\xa3\xd1\ \x88\x9d\x9d\x1d\x09\x5c\xff\xaf\x6b\xc3\xe5\x72\x09\x5e\x1d\x1e\ \x1e\xc6\xee\xee\xae\x1c\x4d\x14\xf1\xf3\x85\x5b\x5f\x5f\x17\xb2\ \x45\x6e\x9b\x0e\x13\xb3\xd9\xac\x01\x92\x0e\x36\x8b\xc5\x02\xb7\ \xdb\x8d\x52\xa9\xa4\x0c\x2e\xc2\xf5\x1d\x1d\x1d\xb0\xd9\x6c\x08\ \x87\xc3\xe8\xec\xec\x44\x4d\xcd\x65\xbf\x18\x0b\xa6\xf9\xa2\xf9\ \xfd\x7e\xf1\xe6\xfc\x4e\xf9\x9c\x10\x8d\xa3\x58\x7c\x65\x65\x45\ \xb6\x61\x06\xcf\x71\xf0\x7f\xf3\xcd\x37\x51\x2e\x97\xb1\xb9\xb9\ \x29\x54\x89\xa5\xb0\x8c\x18\xe1\x06\x4b\x9d\x19\xdd\x71\x66\xb3\ \x19\xcf\x9f\x3f\xd7\x25\xce\x02\x63\x6e\x90\x4b\x4b\x4b\xfa\x3c\ \x58\x79\x93\xcf\xe7\x25\xcc\x6d\x68\x68\xc0\xbd\x7b\xf7\x34\x74\ \xf1\xd2\x9f\x9f\x9f\x47\x3c\x1e\xc7\xd6\xd6\x16\x32\x99\x0c\x9e\ \x3c\x79\x82\x0f\x3f\xfc\x10\x93\x93\x93\xba\x14\x8e\x8f\x8f\xf1\ \x87\x3f\xfc\x01\x76\xbb\x5d\xb9\x5d\x91\x48\x44\x22\x74\x22\x4a\ \xad\xad\xad\xf0\xf9\x7c\x57\xd2\xa4\x39\xa0\xf1\x5d\xc9\xe5\x72\ \xa2\x4b\x93\xc9\x24\x8a\xc5\x22\x46\x46\x46\x54\x67\xf4\xf4\xe9\ \x53\xe5\x11\xb1\x5b\x71\x69\x69\x49\x94\x4b\xb9\x5c\x46\x26\x93\ \x51\x4e\x4c\x2c\x16\xc3\xab\x57\xaf\x50\x2c\x16\x11\x0a\x85\x10\ \x0a\x85\x60\xb3\xd9\xf0\xf0\xe1\x43\xd1\x2b\xd4\xd8\xb4\xb6\xb6\ \x62\x65\x65\x05\x7b\x7b\x7b\x98\x98\x98\xc0\xde\xde\x1e\xb2\xd9\ \xac\xe2\x22\x78\xd9\x4d\x4f\x4f\x2b\xd8\x95\xda\xbc\xf5\xf5\x75\ \xec\xec\xec\x60\x6b\x6b\x4b\x03\x7e\x2c\x16\xc3\xc2\xc2\x02\x16\ \x17\x17\xf1\xf2\xe5\x4b\x4c\x4f\x4f\x63\x73\x73\x53\x97\x09\x33\ \x91\x78\xd6\x11\xc5\xaa\x46\xac\xf8\x2f\x46\xd4\x70\xe9\xa0\x86\ \x89\x45\xb2\x1e\x8f\x47\x1b\x34\xc3\x59\xa9\xaf\x61\x16\x1e\x69\ \x9f\xea\x5c\x31\x9e\xc3\x81\x40\x00\x7e\xbf\x1f\xad\xad\xad\x88\ \x44\x22\x30\x99\x4c\xa2\x6b\xe8\x96\x22\x5a\x40\xc4\x80\x54\x38\ \x51\xc3\x3b\x77\xee\x28\x1b\x8c\x03\x94\xd9\x6c\xd6\xa0\xca\x61\ \x96\xfa\x25\xd2\xc9\xd4\x51\x51\x0f\xc9\xb3\x60\x7f\x7f\x1f\xdb\ \xdb\xdb\x1a\xa0\x2a\x95\x8a\x74\x28\xed\xed\xed\xc8\x66\xb3\x58\ \x5d\x5d\x15\x02\xda\xd4\xd4\x84\xa9\xa9\x29\x2d\x98\xa4\xef\xe8\ \xbe\x5d\x5a\x5a\x52\xae\xe0\xde\xde\x1e\x82\xc1\xa0\x8c\x18\xd4\ \xe3\x31\x43\x8a\x7f\x56\x20\x10\xc0\xbd\x7b\xf7\xe0\x76\xbb\x11\ \x89\x44\xd0\xd7\xd7\x27\x33\x92\xcd\x66\x43\x6b\x6b\xab\xee\x06\ \xbf\xdf\x0f\xbf\xdf\x7f\x65\x48\x26\xd2\xc4\x4b\xdc\x60\xf8\xdf\ \x32\xed\xe9\xe9\x69\xc5\x57\x90\xc2\xfc\xf5\xaf\x7f\x0d\xb7\xdb\ \x2d\x1a\x77\x73\x73\x13\x0e\x87\xe3\xff\xa3\x90\x49\xa3\x35\x36\ \x36\x2a\x88\xf8\xec\xec\x4c\x95\x60\xcc\xbe\xab\xad\xbd\xec\xfe\ \x9b\x9b\x9b\x43\x73\x73\x33\xba\xbb\xbb\x71\x7e\x7e\x8e\x3b\x77\ \xee\xc0\xeb\xf5\x62\x69\x69\x09\xe7\xe7\xe7\xf0\xf9\x7c\xc8\xe7\ \xf3\x42\x73\x6b\x6a\x6a\x54\x8b\x44\x77\x24\x0d\x6a\x4c\x20\xe7\ \xbd\x42\x73\x02\x43\xa9\xf9\xf7\xaf\x36\x04\xd8\x6c\xb6\x2b\xae\ \x57\xea\x95\x9a\x9b\x9b\x05\x04\xb0\x00\x1c\xb8\x0c\xc6\xe6\x67\ \x47\x96\x84\xce\x39\x0e\x55\x26\x93\x49\x0b\x6b\xa5\x52\x91\x63\ \x9d\xa6\x2b\x52\xeb\xc7\xc7\xc7\xaa\x0d\xab\x46\x82\xa9\x09\x23\ \xdd\x4e\xb4\x97\x68\x5b\xa9\x54\x52\x40\x6c\x75\x90\x29\x65\x09\ \x7c\xd7\xa8\x87\x62\x8c\x02\x65\x45\x44\xa0\xbf\xfc\xf2\x4b\x85\ \x8e\x12\xf1\x7e\xf2\xe4\x09\x16\x16\x16\xf0\xea\xd5\x2b\x99\x02\ \x7e\xf9\xcb\x5f\x2a\x9d\x9e\x92\xaa\x6a\xc7\x24\xcf\x0c\x0e\x63\ \x26\x93\x09\x86\x07\x0f\x1e\x54\x1a\x1a\x1a\xe4\x7e\xe3\x64\xc7\ \x89\xb7\x54\x2a\xc1\x66\xb3\xa1\xa7\xa7\x47\x69\xdb\x14\x78\x37\ \x37\x37\x2b\x37\x89\x13\x1c\x70\x49\x6b\xf0\x41\xa6\xd5\xd8\x64\ \x32\xc1\xe3\xf1\x68\x48\xe1\x70\xc6\x8b\x92\x88\x0f\x1f\x72\x0a\ \xe5\x28\xe6\x25\x24\xd7\xd8\xd8\x08\xdf\x37\x61\xa4\x0c\x9e\x2b\ \x97\xcb\x18\x1d\x1d\x15\xca\xc2\x29\xf5\xec\xec\x0c\x9b\x9b\x9b\ \xda\xce\xf9\xe7\x9a\x4c\x26\xa5\xe7\xf2\x8b\x3c\x3d\x3d\x95\x9b\ \x86\xd3\x36\x03\xc5\x48\x2b\x52\x78\xc7\x58\x0a\x26\x69\xe7\xf3\ \x79\xd8\xed\x76\x14\x8b\x45\x89\xd3\x8f\x8f\x8f\x75\xd1\x26\x93\ \x49\x78\x3c\x1e\x4d\xfa\xa4\x2e\xf8\xc5\x50\xab\x45\x4a\xd2\xe1\ \x70\xa8\xfa\xa4\xbb\xbb\x1b\x9d\x9d\x9d\xca\xea\x02\x80\x9f\xfc\ \xe4\x27\x78\xf6\xec\x19\x9e\x3d\x7b\x86\xba\xba\x3a\xbc\xf5\xd6\ \x5b\x68\x6a\x6a\xc2\xcc\xcc\x0c\xcc\x66\x33\xee\xdd\xbb\x87\x83\ \x83\x03\x24\x93\x49\x14\x0a\x05\xdc\xb9\x73\x07\x73\x73\x73\xd8\ \xdf\xdf\x97\x65\xf9\xc9\x93\x27\x18\x1a\x1a\x52\x70\x6a\x2c\x16\ \xc3\xdd\xbb\x77\xc5\x59\xcf\xce\xce\xaa\x52\x23\x91\x48\x88\x77\ \x66\xae\x52\x28\x14\x42\x77\x77\x37\xe6\xe6\xe6\xd0\xd8\xd8\x88\ \x5c\x2e\xa7\xa0\x4c\xa2\x70\xa4\xb5\xf8\x3d\x50\xe8\xcb\xcb\xbc\ \xb3\xb3\x53\x35\x19\xdc\x40\xda\xdb\xdb\xb1\xbc\xbc\x2c\x9a\xc0\ \x66\xb3\x61\x64\x64\x04\xd3\xd3\xd3\x38\x3b\x3b\x13\xdc\x6b\xb5\ \x5a\xb1\xb7\xb7\xa7\xc2\x5f\x8a\x71\x8f\x8e\x8e\xe4\x1e\x64\x90\ \x1c\x61\xef\xc6\xc6\x46\x1c\x1c\x1c\x08\x55\xb5\x5a\xad\xd2\x38\ \x51\xab\x44\xe4\xc0\x64\xba\xec\x08\xa4\x7e\xe9\x67\x3f\xfb\x19\ \x7e\xf1\x8b\x5f\x28\x7f\xab\x58\x2c\x22\x93\xc9\x60\x75\x75\x55\ \xf6\xf6\xde\xde\x5e\x44\xa3\x51\x54\x2a\x15\x6d\xbe\xa4\xef\xbc\ \x5e\xaf\x90\x42\xea\x87\x78\xb9\xd2\x60\x62\xb7\xdb\x95\x52\x5e\ \x2e\x97\xa5\x8d\xdb\xda\xda\xc2\xbd\x7b\xf7\x30\x35\x35\x85\x8d\ \x8d\x0d\x44\x22\x11\x38\x1c\x0e\xf8\x7c\x3e\x89\xc1\x4b\xa5\xd2\ \x95\xae\x33\x6a\x75\x18\x24\x4a\x6d\xd5\xc1\xc1\x01\xfa\xfa\xfa\ \x90\x4e\xa7\x45\x35\x8d\x8d\x8d\xa1\x52\xa9\xe0\xc5\x8b\x17\x4a\ \xfa\xf6\xf9\x7c\xf8\xe3\x1f\xff\x28\x8b\x76\x35\x95\xc1\x6d\x90\ \xcf\xba\xd1\x68\x44\x20\x10\x40\x20\x10\xc0\x93\x27\x4f\x94\x4d\ \x53\xa9\x54\x34\x44\x9c\x9e\x9e\xc2\xef\xf7\xeb\xfb\x2b\x97\xcb\ \xd8\xda\xda\xc2\xe9\xe9\xa9\x44\xb8\xf5\xf5\xf5\xa2\x3d\x49\xef\ \x7a\xbd\x5e\x5d\xf8\xa4\x82\x17\x16\x16\xa4\xc7\xe4\xf9\xc2\x44\ \x65\x4a\x1a\x8e\x8e\x8e\xd4\xc9\x47\x5a\x81\x17\x33\xed\xd9\xbc\ \x8c\x4e\x4f\x2f\x3b\x03\xaf\x5f\xbf\x2e\x2d\x18\x2f\x5f\xa2\x6e\ \xec\xf7\x24\xf2\xc5\x45\x87\xcf\x59\x47\x47\x07\xfc\x7e\x3f\x76\ \x76\x76\xd0\xde\xde\x8e\xed\xed\xed\x2b\x7a\xa7\xb6\xb6\x36\x9d\ \x11\xa4\xe0\x4a\xa5\x12\xdc\x6e\xb7\xca\xa5\x37\x37\x37\x25\xa8\ \x6e\x6c\x6c\xc4\xe2\xe2\xa2\x1c\x65\x4c\xcb\xf6\x78\x3c\xf0\xf9\ \x7c\x57\xce\xd1\xa6\xa6\x26\xac\xaf\xaf\x63\x70\x70\x50\x2e\x41\ \x6a\x18\x19\xad\x31\x38\x38\x88\xf9\xf9\x79\xd4\xd6\xd6\xe2\xda\ \xb5\x6b\xf8\xe2\x8b\x2f\x30\x3d\x3d\x8d\x9e\x9e\x1e\xdc\xb9\x73\ \xe7\xff\x43\xe1\x38\x48\xed\xee\xee\x6a\xc8\x5f\x58\x58\xc0\xe0\ \xe0\x20\x7a\x7b\x7b\x51\xa9\x54\x94\xac\x9e\x4c\x26\x95\xf3\x44\ \x07\x17\x7f\x8e\xb5\xb5\x35\x0d\x37\xcc\x5c\xe2\x32\xf8\xe0\xc1\ \x03\x21\x97\x27\x27\x27\xca\x76\xda\xdb\xdb\x93\x0e\x71\x7d\x7d\ \x1d\x76\xbb\x5d\xe7\x3f\x9f\xf5\x4c\x26\xa3\x56\x8b\xf5\x6f\x6a\ \xad\x2c\x16\xcb\x95\xca\x24\xbe\xcb\xf3\xf3\xf3\xb8\x7d\xfb\xb6\ \xa2\x42\x88\x54\x55\x6b\xfa\xfc\x7e\x3f\x0c\x06\x03\x9e\x3c\x79\ \xa2\x6c\xc6\x99\x99\x19\x3c\x7a\xf4\x48\xc8\x27\x85\xfd\x8c\x7a\ \xa8\x0e\xc0\x1e\x1f\x1f\x57\x33\x05\xa9\x3c\xa2\x2d\x74\xc5\xf2\ \xd2\xdd\xdb\xdb\xc3\xec\xec\x2c\x9e\x3e\x7d\x8a\x50\x28\x84\x47\ \x8f\x1e\xa1\xb6\xf6\xb2\x45\x62\x73\x73\x13\xe9\x74\x1a\xa1\x50\ \x48\x89\xfc\x7c\x8f\x68\xaa\x2a\x16\x8b\x58\x5b\x5b\x13\xb3\x42\ \xa9\x02\x87\xfc\x67\xcf\x9e\xe1\xad\xb7\xde\x42\x2a\x95\x92\xc1\ \x87\x0e\xd4\x91\x91\x11\x54\x2a\x15\xf8\xfd\x7e\xfd\x8c\x74\xe1\ \xf3\xee\xa3\x34\x84\xfa\xe4\x91\x91\x11\x58\x2c\x16\x3c\x7d\xfa\ \x54\x7a\x52\xea\xd0\x78\x8f\x55\x2a\x15\xd8\xed\x76\xd1\xbf\x04\ \x6b\xe8\xb4\xe7\x10\xc4\x61\x96\xba\x30\xde\xf7\xbc\x6f\x89\xf0\ \x71\x58\x21\x6d\xd7\xd6\xd6\x86\x44\x22\xa1\xca\x26\xea\xad\xd8\ \x35\x5b\xa9\x54\x14\x5f\xc4\xa1\x9f\x1a\x32\x32\x08\xd5\x28\x36\ \xd9\x22\x4a\x32\x58\x3a\x4e\x1d\x2a\x4d\x2a\x3c\xb3\x29\xe2\x77\ \xb9\x5c\x42\xc4\xab\xf5\x74\x64\x66\x48\xe7\x32\x12\xc7\xf0\xed\ \x6f\x7f\xbb\x72\xfb\xf6\x6d\x44\x22\x11\x7c\xf4\xd1\x47\x58\x58\ \x58\x00\x00\xb9\x2b\x38\x70\x99\xcd\x66\x74\x75\x75\xa1\x52\xa9\ \xc8\x3d\xc1\x8e\xe6\xed\x0f\xbe\x00\x00\x20\x00\x49\x44\x41\x54\ \x37\x3e\xdc\x5b\x5b\x5b\x9a\x44\xd9\xac\xce\x21\x8a\x75\x31\x1c\ \x56\x98\xcd\x41\x77\x21\xa7\x5f\xd2\x45\x14\xcd\x56\x2a\x15\x71\ \xf0\xad\xad\xad\xda\x10\xb8\x45\xef\xec\xec\x5c\xd9\x68\x5c\x2e\ \x17\x36\x36\x36\x10\x0e\x87\x11\x8f\xc7\x75\xb9\x73\xc2\xa5\x23\ \x8c\x3c\xf8\xc9\xc9\x09\x3a\x3b\x3b\x31\x30\x30\x80\xee\xee\x6e\ \x8c\x8f\x8f\x0b\x45\xe3\x4b\x4a\x01\x1b\x45\x80\x2e\x97\x4b\x91\ \x02\xb4\x86\xf3\x43\x3e\x3f\x3f\x97\x66\xa9\xa3\xa3\x43\xe8\x1c\ \x2d\xa9\xd4\x8b\x1d\x1e\x1e\xe2\xe2\xe2\x42\x0f\x24\x3f\x13\x5a\ \x6d\x7b\x7b\x7b\x95\x20\xdf\xd8\xd8\x88\xb1\xb1\x31\xa4\xd3\x69\ \xbc\x78\xf1\x02\x35\x35\x35\x78\xf0\xe0\x01\xe6\xe7\xe7\x91\xcd\ \x66\xe1\x76\xbb\x25\xc4\xde\xd8\xd8\x40\x2e\x97\x83\xc7\xe3\x41\ \x38\x1c\x46\x7d\x7d\x3d\xb6\xb7\xb7\xb1\xb0\xb0\x80\x60\x30\xa8\ \xbf\x23\x35\x46\xcc\x87\x22\x25\xca\x18\x87\x4c\x26\x03\xaf\xd7\ \x0b\x8b\xc5\x82\xfe\xfe\x7e\x2c\x2f\x2f\xcb\x91\xc6\x9f\xe9\xbd\ \xf7\xde\xc3\x2f\x7e\xf1\x0b\x74\x75\x75\x69\x98\x62\xa7\x1f\xe9\ \x31\x5a\x76\xab\xa1\x5f\x5a\x9e\xf9\x5d\x12\xb9\xe9\xee\xee\xd6\ \xf6\x4f\xe4\xab\xa9\xa9\x09\x83\x83\x83\x30\x99\x4c\xf8\xfd\xef\ \x7f\x8f\x9b\x37\x6f\x2a\x69\x9e\x39\x56\x1d\x1d\x1d\x1a\x6a\x87\ \x86\x86\x44\xdd\x9c\x9e\x9e\xe2\xe6\xcd\x9b\xc8\xe7\xf3\x7a\x66\ \x49\xbf\xf2\xef\xb6\xbd\xbd\x8d\x58\x2c\x06\x8f\xc7\x83\xae\xae\ \x2e\x74\x77\x77\xe3\xeb\xaf\xbf\x56\x26\x1a\xb5\x5d\xff\xfc\xcf\ \xff\x8c\x7f\xf8\x87\x7f\x50\x00\x2a\x8b\xaf\xa7\xa6\xa6\xe0\x70\ \x38\xb0\xb2\xb2\x02\x8f\xc7\x83\xb7\xde\x7a\x4b\x79\x3e\xff\xfd\ \xdf\xff\xad\x60\xd7\xc6\xc6\x46\xd9\xe9\x57\x57\x57\x25\x2a\x1f\ \x1f\x1f\x97\x98\xbc\xb1\xb1\x11\xbf\xf9\xcd\x6f\x60\xb3\xd9\xe4\ \x34\x22\xad\xde\xde\xde\x0e\x9b\xcd\x86\xe7\xcf\x9f\x4b\x8f\xc8\ \x43\x97\xee\x37\x26\x45\x9f\x9e\x9e\xa2\xbf\xbf\x5f\x1a\x8f\x68\ \x34\x0a\xa7\xd3\x89\xa6\xa6\x26\xbc\xf3\xce\x3b\xb8\x77\xef\x1e\ \xfe\xeb\xbf\xfe\x0b\x8b\x8b\x8b\x68\x6c\x6c\x14\xad\x9b\x4c\x26\ \x91\x4a\xa5\xe0\x76\xbb\xd1\xd1\xd1\x81\x54\x2a\x25\xc4\x8a\x07\ \x0a\x69\x21\x66\x5b\x31\x94\x32\x18\x0c\xea\x10\x77\xbb\xdd\xca\ \xb0\xe2\xd0\xc4\xe7\x81\xf4\x2d\x5d\xc8\x44\x77\x4d\x26\x13\xfa\ \xfb\xfb\xe5\xd2\xe4\xd0\xb9\xbf\xbf\x8f\x81\x81\x01\x2c\x2c\x2c\ \x68\xab\x1e\x1c\x1c\xd4\x60\x46\x67\x5a\x26\x93\xc1\xd9\xd9\x99\ \x06\x4c\x0e\x41\xa4\x0d\xb8\xa1\xd3\x3d\xc4\xf8\x95\xb5\xb5\x35\ \x21\x0e\xfb\xfb\xfb\xca\x55\xe2\x79\xc4\x05\x90\xd6\xfc\x48\x24\ \x22\xa4\xf7\xe0\xe0\x40\xce\xa3\x9a\x9a\xcb\x5e\xc3\x7c\x3e\x2f\ \xe7\x33\x97\xd0\xa6\xa6\x26\xe9\xac\x6a\x6b\x6b\x85\x18\x92\x82\ \xa1\x56\x8d\xf4\x1c\x83\x99\x63\xb1\x18\xd6\xd7\xd7\x31\x36\x36\ \x86\xce\xce\x4e\x7c\xf6\xd9\x67\x88\xc7\xe3\xf8\xb3\x3f\xfb\x33\ \xbd\xe7\xa4\x16\x0d\x06\x03\x5c\x2e\x17\x6a\x6a\x6a\x30\x3f\x3f\ \x2f\xea\x64\x76\x76\x56\xcb\xa0\xd7\xeb\x55\x08\x6e\x7f\x7f\x3f\ \x36\x36\x36\x30\x33\x33\x83\xf6\xf6\x76\x04\x83\x41\x7d\xe6\x1e\ \x8f\x47\x26\x17\x36\x12\xf0\xf2\x9c\x9f\x9f\x97\xf6\x88\x03\xf2\ \xf5\xeb\xd7\x15\xab\x42\x57\x21\x35\x4c\x2b\x2b\x2b\xf8\xed\x6f\ \x7f\x0b\xe0\x52\xf8\x7e\xfb\xf6\x6d\xe9\x73\x1a\x1a\x1a\xb0\xbc\ \xbc\x0c\xbb\xdd\x2e\x71\xb7\xdf\xef\xd7\xa0\x45\x37\x57\x3c\x1e\ \x97\x80\x9c\xa8\x4b\x75\xd5\x0e\x00\x65\xba\xf1\xbd\x8f\xc7\xe3\ \x08\x04\x02\x00\x2e\xfb\x2a\x0b\x85\x02\xee\xde\xbd\x8b\x42\xa1\ \x20\x27\x1f\x73\x97\x48\x55\xd2\x35\x4b\xb4\x91\xc3\x0b\x75\x7a\ \x8c\x70\x00\x70\x45\x8c\x0d\x40\x61\x93\x00\xb0\xba\xba\x8a\x77\ \xdf\x7d\x57\x66\x29\x6a\x83\xc8\xd0\xd0\xcc\xc2\xa5\x6e\x6d\x6d\ \x0d\xad\xad\xad\x72\x80\x5b\xad\x56\xe4\xf3\x79\x3c\x7f\xfe\x1c\ \x67\x67\x67\xf8\xfe\xf7\xbf\x0f\x9b\xcd\x26\xb1\x38\xbb\x19\x5d\ \x2e\x17\xfe\xf0\x87\x3f\x60\x6b\x6b\x0b\x7f\xf9\x97\x7f\x29\xc4\ \xa6\x5a\x6f\x47\x13\x83\xdd\x6e\xc7\xca\xca\x0a\x9a\x9a\x9a\xe0\ \xf3\xf9\x84\x4c\x11\xd4\x60\xd8\x77\xb1\x58\x14\x82\x77\x78\x78\ \x88\x64\x32\xa9\xfe\x54\x6a\xdc\xf8\x1e\xee\xec\xec\x68\xd8\x28\ \x14\x0a\x8a\x1f\x62\x36\x15\x03\xb6\xc9\x38\x70\x49\x21\x20\xb3\ \xb3\xb3\xa3\xe0\xd8\xda\xda\x5a\x0d\xbb\x4e\xa7\x53\xc5\xee\x56\ \xab\x55\xd4\xff\xe4\xe4\x24\x06\x06\x06\xa4\x65\xa5\x46\x9c\x66\ \xa4\x86\x86\x06\xdd\x1f\x1c\xe8\x88\x5c\x71\x51\xa2\x16\x95\xc6\ \x32\xea\xc4\xb8\x54\x3f\x7d\xfa\x14\xe1\x70\xf8\xca\x42\xcc\x94\ \x00\xa3\xd1\x28\x6d\x29\x73\xc0\x08\x9a\x94\xcb\x65\x44\xa3\x51\ \xf8\xfd\x7e\xb1\x16\x2d\x2d\x2d\xa8\x79\xfc\xf8\xf1\x07\x4c\xa8\ \x26\xe4\x17\x0c\x06\x31\x36\x36\xa6\xcd\x7f\x70\x70\x10\x67\x67\ \x67\x88\x44\x22\x3a\x40\xc8\xc1\x33\xc9\x94\xd6\x49\xda\x67\x1f\ \x3f\x7e\x8c\xd9\xd9\x59\x5d\x06\x84\xe4\x78\x28\x71\xfa\x24\x4a\ \x46\x7d\x0f\x5f\x16\x6e\x63\xcb\xcb\xcb\x8a\x83\xa0\x46\x88\xb0\ \x3f\x45\xb2\xfd\xfd\xfd\x12\xf2\xad\xac\xac\x20\x9b\xcd\x62\x63\ \x63\x43\xc1\x7e\xdb\xdb\xdb\x4a\xb8\xe6\x94\x6e\xb7\xdb\x11\x08\ \x04\x70\x7a\x7a\x8a\xde\xde\x5e\xd4\xd7\xd7\x63\x7e\x7e\x5e\x16\ \x78\xd2\xa4\x17\x17\x97\x89\xee\x1c\x20\xe8\x7c\xcc\xe5\x72\x38\ \x3f\x3f\x87\xc7\xe3\x11\xb7\x7e\x71\x71\xd9\xae\x4d\x47\x92\xc5\ \x62\x51\xcc\x03\xff\x95\xcf\xe7\xa5\x51\xb1\xdb\xed\x08\x85\x42\ \x58\x5c\x5c\x14\x85\x5a\x53\x53\x23\x7d\xd6\xe0\xe0\x20\x8c\x46\ \xa3\xb4\x07\xdd\xdd\xdd\xf8\xde\xf7\xbe\x87\x1b\x37\x6e\x48\x33\ \xe0\xf5\x7a\x91\x4a\xa5\x30\x3c\x3c\xac\x8b\x8a\xd3\x34\x5f\x96\ \x7c\x3e\x8f\x62\xb1\xa8\xed\x8d\x42\x76\x6e\xca\xdc\xa6\x2f\x2e\ \x2e\x34\x94\x51\xe8\x4f\x01\xa5\xc1\x70\xd9\xc5\x48\x07\x97\xd9\ \x6c\x16\x3a\xc8\x9c\x17\x6e\x26\x8c\xb1\x68\x6a\x6a\x52\x0f\xdd\ \xde\xde\x1e\x92\xc9\x24\x62\xb1\x98\xaa\x8c\x28\x44\x25\x05\xd6\ \xd1\xd1\x81\xba\xba\x3a\x3c\x78\xf0\x00\x03\x03\x03\xa2\x45\x1b\ \x1b\x1b\x25\x0e\x5f\x5c\x5c\x54\x44\x04\xcb\xaa\x09\x6d\xf3\xc5\ \x65\x10\x1e\x2b\x51\xb8\x35\x36\x34\x34\x68\x68\x07\x70\x25\xdb\ \xc4\x6c\x36\xe3\xe5\xcb\x97\x58\x5e\x5e\x56\x0e\x9c\xc3\xe1\x40\ \x3a\x9d\xc6\xf1\xf1\x31\x42\xa1\x10\x86\x87\x87\xf1\xec\xd9\x33\ \xd9\xae\x57\x56\x56\x90\x4a\xa5\x94\xe2\x4b\x0d\xcb\xd3\xa7\x4f\ \x91\x4e\xa7\x25\xd8\x2e\x97\xcb\xd8\xd8\xd8\x40\x32\x99\xc4\xd6\ \xd6\x16\x5c\x2e\x97\x68\x86\xa9\xa9\x29\x58\x2c\x16\x0d\x73\xbc\ \x88\xb6\xb7\xb7\x95\x90\xce\xc3\x8a\x39\x3d\xc9\x64\x12\x07\x07\ \x07\x12\x8c\x36\x37\x37\x63\x74\x74\x54\x49\xd3\x3c\xf8\x49\x29\ \x34\x34\x34\x88\x12\xe6\xb6\xcb\x9f\x9d\x4b\xc6\xd9\xd9\x19\x92\ \xc9\xa4\xb2\xc9\x98\xee\x4e\xa8\x9d\xd4\x09\xb7\x73\x52\xa3\x44\ \xb2\xf6\xf6\xf6\x10\x8f\xc7\x85\xfa\xf1\xef\xc2\xa4\xf0\xe3\xe3\ \x63\x44\x22\x11\x2c\x2f\x2f\xcb\x34\x50\x5b\x5b\xab\x45\x89\xfa\ \x9d\xb5\xb5\x35\x0d\x86\x44\x31\x89\x36\x53\x84\xcb\x8c\x36\xd2\ \xd8\xd4\x7d\x30\x67\x87\xd9\x34\x5e\xaf\x17\xa1\x50\x48\xef\x4a\ \x77\x77\x37\x42\xa1\x10\xbc\x5e\xaf\x8c\x27\x0c\xa2\xac\xaf\xaf\ \xc7\xfd\xfb\xf7\xaf\xe4\x62\x79\x3c\x1e\xa5\x8b\x33\xba\x86\xb4\ \x21\xf0\xbf\xa2\x63\xa2\xa1\x74\xa6\x72\xf3\xa6\x9e\x90\xe7\x15\ \xf5\x71\x9f\x7c\xf2\x09\x3a\x3b\x3b\x95\x37\xb6\xbe\xbe\x0e\x93\ \xc9\x84\xc9\xc9\x49\x2d\x83\x6c\xa3\xb8\x7e\xfd\x3a\xbe\xfa\xea\ \x2b\x24\x93\x49\x04\x02\x01\x05\x42\x12\x69\xb2\xd9\x6c\x18\x1c\ \x1c\x84\xd9\x6c\xc6\xc7\x1f\x7f\x8c\x78\x3c\xae\x16\x02\x0a\x7e\ \x03\x81\x80\x9c\xa6\x14\x1b\x73\x40\x8e\xc5\x62\x2a\x40\x26\x4a\ \x9d\x4e\xa7\x31\x31\x31\xa1\x70\x4d\x22\xc1\x2d\x2d\x2d\x18\x1d\ \x1d\x85\xd1\x78\x19\x40\x49\x94\x74\x6f\x6f\x0f\xcf\x9e\x3d\xc3\ \xa7\x9f\x7e\x8a\xdf\xfd\xee\x77\xf8\xe3\x1f\xff\x88\xb9\xb9\x39\ \xd4\xd5\xd5\x29\x48\x35\x14\x0a\xc1\xe1\x70\xa0\xaf\xaf\x4f\x15\ \x52\xe7\xe7\xe7\x88\x46\xa3\x28\x14\x0a\x18\x1a\x1a\xc2\xdb\x6f\ \xbf\x0d\x97\xcb\xa5\xcf\xbb\xbd\xbd\x1d\xeb\xeb\xeb\x98\x9a\x9a\ \x52\xc7\x2b\x17\x5b\x32\x2c\x94\x51\x50\x2b\xc8\x5c\x3d\x0e\xde\ \x3d\x3d\x3d\x8a\xfb\xa1\x86\x75\x7b\x7b\x1b\x66\xb3\x59\x7d\xa2\ \x26\x93\x09\x5f\x7f\xfd\x35\x3e\xfa\xe8\x23\xc4\xe3\x71\x44\x22\ \x11\xa1\xa3\xcb\xcb\xcb\xd8\xda\xda\x02\x70\x59\xa0\xdc\xd2\xd2\ \x82\x42\xa1\x80\xba\xba\x3a\x9d\x8b\x2c\xa2\xe6\xd0\x45\xc1\x33\ \xd1\xa7\xea\xc0\xd5\xf9\xf9\x79\xb9\x5e\xbf\xfa\xea\x2b\x69\x96\ \xd3\xe9\xb4\x28\x5a\x86\xd1\x72\x29\x03\x80\x6c\x36\x2b\xf7\x1b\ \xdf\x9b\x72\xb9\x8c\xd7\xaf\x5f\x63\x60\x60\x00\xfd\xfd\xfd\xb0\ \x5a\xad\x32\xfa\x54\x3b\x9d\x4f\x4e\x4e\xf0\xf2\xe5\x4b\x24\x12\ \x09\x78\x3c\x1e\xa1\x47\x1c\x54\x77\x77\x77\x31\x3d\x3d\xad\x73\ \x80\x3a\x6c\xd2\xd1\x0c\xe0\xa5\x4e\x97\xcb\x25\x63\x6c\x9a\x9a\ \x9a\xe0\x74\x3a\xa5\x65\xe3\xfb\x41\xbd\x27\xf5\x74\x04\x67\x38\ \x54\xa6\x52\x29\x21\xd4\xa4\x30\xe9\x50\xcd\x64\x32\x48\x24\x12\ \x68\x6c\xbc\xac\xf5\x6a\x69\x69\xd1\xb3\x41\x09\x03\xcd\x1a\x16\ \x8b\x45\x74\xb9\xd5\x6a\xd5\xdf\x8d\xb9\x68\x8d\x8d\x8d\x32\xc8\ \xd1\x71\xce\x81\xac\x3a\x72\x8a\xcf\x0b\x75\x76\x74\x59\xf2\x3d\ \xe0\xdf\x81\xbf\x97\x99\x5d\x44\x97\x9b\x9b\x9b\x95\x21\xf6\xf2\ \xe5\xcb\x4b\x19\x47\x38\x1c\xae\xf0\x0f\xa1\x3b\x84\xb0\x66\x7f\ \x7f\xbf\x20\x5b\xa3\xd1\xa8\x62\x5f\x7e\x09\x14\x35\x67\xb3\x59\ \x94\xcb\x65\x6d\x65\x8c\x62\x60\x9d\x82\xd9\x6c\xd6\xb6\xc5\xed\ \xb5\xb5\xb5\x15\x89\x44\x02\x00\x94\xb2\x4e\x01\x59\xa1\x50\x10\ \x7c\xbf\xb7\xb7\xa7\x2d\xdb\x6a\xb5\x62\x65\x65\x45\x22\xe5\xfa\ \xfa\x7a\x78\xbd\x5e\xd4\xd7\xd7\x8b\x1a\x38\x3f\x3f\x17\xf7\x4e\ \x44\x88\xb4\x17\x3f\x60\x1e\xfe\xd4\x97\xf0\x92\xe0\xc6\x5a\x5d\ \x07\xb2\xb9\xb9\x29\xc1\x6b\x75\xc8\x18\x45\xbf\x2c\x99\x0e\x85\ \x42\xb2\xad\xfb\x7c\x3e\xcc\xce\xce\x5e\x09\x5b\x25\xfd\x4a\x2e\ \x99\x6e\xc0\xbf\xf9\x9b\xbf\x41\xa1\x50\xc0\x47\x1f\x7d\x84\x7b\ \xf7\xee\xc1\xef\xf7\xe3\xd5\xab\x57\xd2\x38\x50\x80\xcf\x22\xdd\ \x9e\x9e\x1e\x0c\x0d\x0d\xa9\x56\x85\xa2\x74\xd6\x51\x34\x36\x36\ \xea\x50\xa0\xf6\x8a\x7a\x19\xa2\x38\xd4\xef\x90\x62\x60\xec\xc2\ \xe0\xe0\x20\xc6\xc7\xc7\xd1\xdc\xdc\xac\x2a\x96\xf3\xf3\x73\x41\ \xf0\x6e\xb7\x1b\x83\x83\x83\xd2\xc5\xd0\x9e\xca\x4d\x88\x19\x63\ \xec\x85\x63\x58\x21\x6b\x50\x72\xb9\x1c\x92\xc9\xa4\x50\x10\x0e\ \xe7\xf9\x7c\x1e\x5e\xaf\x57\xc8\x29\x5d\x40\x6d\x6d\x6d\x78\xfd\ \xfa\x35\xc2\xe1\xb0\x7e\xfe\x93\x93\x13\xf8\x7c\x3e\x05\x2f\xd2\ \x36\xbd\xb5\xb5\x85\x44\x22\x21\x8d\x52\x7b\x7b\xbb\x36\x2e\x52\ \x78\x1d\x1d\x1d\xf0\x78\x3c\xaa\x83\xf0\xfb\xfd\x3a\x60\x98\xa4\ \x6d\xb3\xd9\x10\x89\x44\x30\x30\x30\x80\x54\x2a\x85\x97\x2f\x5f\ \x2a\x90\x8e\x97\xaa\xcd\x66\x43\x2e\x97\x93\x88\xb6\xad\xad\x0d\ \x8d\x8d\x8d\x78\xf3\xcd\x37\x31\x3e\x3e\x8e\x54\x2a\x85\xce\xce\ \x4e\xf5\x48\x52\x00\xea\xf3\xf9\xae\x50\x56\x34\x74\x70\x2b\x9f\ \x9e\x9e\xc6\xe8\xe8\x28\x72\xb9\x9c\x86\x8e\x95\x95\x15\x84\x42\ \x21\x85\xa1\x96\xcb\x65\xbc\xf1\xc6\x1b\x98\x9c\x9c\xbc\x82\xe4\ \xae\xaf\xaf\xc3\xe1\x70\xe0\xda\xb5\x6b\x68\x6e\x6e\xc6\xfc\xfc\ \x3c\x5c\x2e\x97\x9c\x48\xdc\xf8\x18\xae\xe8\x72\xb9\x60\xb7\xdb\ \x55\xbd\x43\x3b\x3e\x07\x4f\x6a\x0c\xe8\x8a\x63\x92\x78\xf5\x76\ \x46\xc7\x1b\x63\x53\x88\x84\xb5\xb4\xb4\x60\x61\x61\x41\xc1\x8a\ \x2d\x2d\x2d\x72\x19\xd2\x0d\x47\x6a\x8b\x03\x30\x1d\x58\xcd\xcd\ \xcd\x68\x6d\x6d\xc5\xd1\xd1\x91\x2e\x12\xa6\xc4\x37\x34\x34\xa0\ \xb3\xb3\x13\x07\x07\x07\x68\x68\xb8\x2c\x37\xe6\xd6\xce\xb2\x61\ \xa2\xc5\x85\x42\x01\xc5\x62\x51\x59\x59\x1c\xfa\x0c\x06\x83\xf2\ \xa0\x18\x98\xcb\xcc\xa9\xfe\xfe\x7e\x1d\xe0\x33\x33\x33\x6a\xb3\ \x18\x1c\x1c\x94\x43\x77\x73\x73\x13\xb1\x58\x0c\xef\xbe\xfb\x2e\ \xa2\xd1\x28\x00\xa8\xc3\x93\xb1\x21\x1c\xb0\x18\x61\x13\x8f\xc7\ \xf1\xf8\xf1\x63\x55\x9f\xf0\x9d\xa1\x70\x9d\xe8\xf0\xe0\xe0\xa0\ \x34\xae\xac\x12\x3a\x39\x39\xc1\xe8\xe8\x28\x7e\xfe\xf3\x9f\x23\ \x14\x0a\x09\xb1\xba\x73\xe7\x0e\x0a\x85\x02\x5e\xbc\x78\x01\x97\ \xcb\x85\xfb\xf7\xef\x23\x1e\x8f\xe3\xd5\xab\x57\xd2\x0d\xbe\xff\ \xfe\xfb\x70\x3a\x9d\xc8\xe5\x72\x98\x9e\x9e\x96\x6e\x94\x48\x32\ \x6b\x92\x48\x6d\x30\x33\xea\xe6\xcd\x9b\x98\x9e\x9e\x96\x36\x6c\ \x7a\x7a\x1a\x06\x83\x01\x2f\x5e\xbc\xc0\xdf\xff\xfd\xdf\xc3\xed\ \x76\xe3\xdf\xff\xfd\xdf\x15\x6c\x6c\xb7\xdb\xf5\x0c\x71\x21\xe0\ \x3b\xc7\xac\x3d\x0a\xcb\xe7\xe7\xe7\xf5\x3d\xd6\xd6\xd6\x2a\x5e\ \x83\xb2\x8b\x1b\x37\x6e\xe8\xbd\x66\xfe\xd5\xf2\xf2\x32\x1c\x0e\ \x87\x62\x80\x28\x0b\xe1\x7b\xc6\x5c\x41\x9a\x43\x68\xcc\xe1\xf2\ \xe3\xf5\x7a\x51\x2c\x16\xf5\x7f\x7e\xbf\x5f\x77\xc8\xf8\xf8\x38\ \xf6\xf6\xf6\x14\x3e\x4b\x74\x9d\x88\xe3\xfc\xfc\x3c\xba\xbb\xbb\ \x85\x1e\x79\x3c\x1e\xe5\x47\x9d\x9f\x9f\xab\xdc\x3d\x9d\x4e\x4b\ \x0f\xc7\xef\x30\x10\x08\x08\xd5\x27\xca\x78\x71\x71\x81\x58\x2c\ \x26\x14\x73\x70\x70\x50\xc2\x6a\x8a\xd6\x49\x75\xf9\xfd\x7e\x58\ \x2c\x16\x4c\x4d\x4d\xe1\xe4\xe4\x04\x99\x4c\x06\xef\xbd\xf7\x1e\ \xbc\x5e\xef\x15\xf4\x8c\x88\x0d\x51\x28\xfe\x7b\x0e\x41\x5c\x96\ \x33\x99\x0c\xea\xea\xea\x30\x3e\x3e\x8e\x83\x83\x03\xfc\xe8\x47\ \x3f\xd2\xd2\xcb\xf7\xd3\xef\xf7\xe3\xe8\xe8\x48\x5a\xb8\x93\x93\ \x13\xc4\xe3\x71\x9d\xff\xeb\xeb\xeb\xd8\xdb\xdb\x93\x13\x9a\x75\ \x46\x44\xd0\xc9\xd2\x50\x8a\xd3\xdc\xdc\x2c\xf9\xd1\xda\xda\x1a\ \x7a\x7a\x7a\xd0\xd9\xd9\x09\x8b\xc5\xa2\x1a\x39\x9e\x05\x34\xee\ \x54\x9b\xea\x48\x5f\x9a\xcd\x66\xe9\x67\xf9\xf7\xa5\x6e\x8a\x62\ \xf3\xa6\xa6\x26\x49\x4d\xb8\xfc\xf1\xde\xa5\xd6\xb2\xab\xab\x0b\ \x16\x8b\x05\x76\xbb\x5d\x99\x81\xcc\xb9\x24\x6a\xc7\x85\x8d\x31\ \x23\xc0\xff\x8a\xd6\x39\x4f\x70\x00\x6b\x6b\x6b\x53\x1b\x01\xef\ \x09\xb2\x65\x16\x8b\x05\x35\x9d\x9d\x9d\x1f\x10\xbe\xa7\xd8\xdb\ \x6c\x36\xc3\x6e\xb7\x2b\x07\x8b\x97\x44\xa5\x72\xd9\x2d\x06\x40\ \xb0\x1b\x75\x1f\x44\x4f\x48\xd5\x31\xef\x86\x0e\x8b\x8e\x8e\x0e\ \x3d\xbc\x9d\x9d\x9d\x00\x80\x5c\x2e\xa7\x61\x88\x36\xcb\xea\x1a\ \x1b\xd6\xa5\xd0\x6a\x4e\x71\x1f\xa9\x85\xe6\xe6\x66\x05\xa5\xf1\ \x8b\xe9\xea\xea\x42\x47\x47\x87\x44\x87\xb4\xbf\x52\x0f\x65\xb3\ \xd9\x04\x41\xaf\xad\xad\xa9\xca\x80\x53\x34\xb7\x5f\x86\xfb\xf1\ \x21\xf1\x7a\xbd\xda\x88\x99\x4d\xd3\xd5\xd5\x85\xc1\xc1\x41\xe5\ \x75\xf1\xc5\xb8\xb8\xb8\x0c\x84\x0c\x06\x83\xf0\x7d\x93\xa4\xcc\ \xd4\x69\xab\xd5\xaa\x5e\xc1\xce\xce\x4e\x5c\x5c\x5c\x88\x4a\xe5\ \xd6\xb4\xb0\xb0\x80\x1b\x37\x6e\x60\x78\x78\x58\x99\x22\xb4\xb1\ \xb2\xc2\x22\x99\x4c\xa2\xb6\xb6\x56\x5b\x94\xc9\x64\xd2\x96\xce\ \x29\x9b\x0f\x11\x21\x51\xe6\x5b\xd1\x71\x46\xfd\x82\xc3\xe1\x90\ \x7e\x81\xfc\x76\x5b\x5b\x9b\xe0\x76\xea\x51\x58\x12\xbb\xb3\xb3\ \x23\x4d\xd3\xe6\xe6\xe6\xff\x07\x8f\x92\xaa\x22\x65\x44\x7a\xa1\ \xae\xae\x0e\xe9\x74\x1a\x87\x87\x87\xea\x95\xf2\xf9\x7c\xa8\xa9\ \xb9\x4c\x3d\xcf\xe7\xf3\xa2\x13\xbb\xba\xba\x90\x4c\x26\x95\x17\ \x43\x7a\x80\x59\x32\xec\x47\x64\x88\x6a\x3e\x9f\xd7\xc5\x41\xbb\ \x73\x6b\x6b\xab\x74\x6c\x34\x66\x50\xc7\xc1\xfc\xac\x9e\x9e\x1e\ \x2c\x2e\x2e\x22\x16\x8b\xe9\xf7\xbb\x5c\x2e\x24\x93\x49\xb8\x5c\ \x2e\x84\x42\x21\x6d\x39\x14\xdd\xb3\x8a\x87\xe2\xf7\x7c\x3e\xaf\ \x08\x85\x42\xa1\x20\x5a\x8e\xe8\xe9\xce\xce\x0e\xcc\x66\x33\xb6\ \xb7\xb7\x91\xcb\xe5\x84\xda\xd9\x6c\x36\x51\x30\xdc\xc8\xe8\xec\ \xb2\xd9\x6c\x58\x58\x58\xd0\x96\xc4\x41\x91\x03\xcb\xd9\xd9\x99\ \xb2\x56\x7a\x7a\x7a\x50\x5b\x5b\xab\x9f\x89\xfa\x17\xd6\x85\xd0\ \x49\x13\x0c\x06\x91\x48\x24\xe4\x8a\x22\x45\x7c\x76\x76\x26\xb1\ \x3f\x05\xa1\x0c\x32\xac\xa6\x7b\xb8\x44\x31\x51\x9a\xc8\x4c\x6b\ \x6b\xab\x04\xb7\xa4\x02\x98\x2f\x44\x0a\x81\x2e\x2b\xe6\xcc\x31\ \xbd\x9a\x8b\x52\x30\x18\x44\x7d\x7d\xbd\x0e\x4b\x8a\x59\x19\xb0\ \x4b\xb1\x39\xdf\xd5\xee\xee\x6e\x44\x22\x11\x65\x36\x11\x35\x3d\ \x3c\x3c\x94\x61\x81\xd1\x17\xa5\x52\x09\xd1\x68\x54\xcb\xc2\xe6\ \xe6\xa6\x84\xdf\x83\x83\x83\x58\x58\x58\x90\x3d\xdb\x6c\x36\x63\ \x75\x75\x55\x4b\x1d\xed\xfc\x5c\x06\xd2\xe9\xb4\xa2\x46\x52\xa9\ \x14\xe6\xe6\xe6\x00\x40\x14\x16\xd1\x58\xe6\x70\x0d\x0d\x0d\x69\ \xa3\xa7\xbd\xff\xe4\xe4\x04\x5f\x7f\xfd\xb5\x72\xd8\x1e\x3d\x7a\ \xa4\xa5\x8b\x1a\x0f\x2e\x1d\x0e\x87\x43\xc1\xbf\xb7\x6e\xdd\x82\ \xc9\x64\xc2\xc0\xc0\x00\xf6\xf6\xf6\x64\xa3\xb7\xdb\xed\xd8\xda\ \xda\x12\x0a\x6c\xb3\xd9\xe0\xf3\xf9\x64\xc6\xa1\xb3\xa9\xa7\xa7\ \x47\x39\x48\xe9\x74\x1a\x66\xb3\x59\x26\x07\x97\xcb\xa5\x5a\x9d\ \xd9\xd9\x59\xd8\x6c\x36\x94\xcb\x65\xdc\xbe\x7d\x5b\xcc\x02\x17\ \x17\x46\x31\x90\x45\xd8\xdc\xdc\xd4\x80\xc4\x67\x83\x68\xf6\xf5\ \xeb\xd7\xe1\x74\x3a\xf1\xe2\xc5\x0b\x6c\x6f\x6f\x5f\x89\xd2\xa8\ \xad\xbd\x4c\xf3\x76\xb9\x5c\xe8\xee\xee\xc6\x17\x5f\x7c\xa1\x77\ \x99\xb4\xde\x2f\x7f\xf9\x4b\x69\xa9\x88\x9c\x53\xbf\x48\x0d\xa3\ \xc1\x60\x50\x5e\x62\x35\xad\x67\x32\x99\xf4\x3c\x11\x31\xe5\x59\ \x46\xe7\xfb\xf0\xf0\x30\x7c\x3e\x1f\xd6\xd6\xd6\xd0\xd9\xd9\xa9\ \x90\x55\xd6\x61\xb5\xb5\xb5\x09\xc5\xa1\x9b\xd6\x6e\xb7\xab\x1c\ \x9d\x81\xd1\xb3\xb3\xb3\x88\xc5\x62\x12\x9f\x13\x05\x22\xaa\x49\ \xe0\x82\x39\x77\xbc\xa7\x48\xcd\xd2\xc9\x4a\x63\x99\xc1\x60\x50\ \xf3\x46\x7f\x7f\x3f\x42\xa1\x10\x02\x81\x00\xb6\xb7\xb7\x71\x78\ \x78\x88\x54\x2a\x25\x8d\xe1\xe4\xe4\xa4\x9c\x86\xd5\xcf\x36\xf5\ \x6b\xd5\xf1\x43\x7c\x77\x06\x06\x06\xb4\xe4\x72\x39\xe2\xf0\xc8\ \xa1\x88\x71\x27\x85\x42\x41\x91\x4b\x94\xea\x70\xb1\x61\x8c\x42\ \x7d\x7d\x3d\x92\xc9\xa4\xdc\x75\xcf\x9e\x3d\xc3\xf1\xf1\xb1\x10\ \x25\xc6\xbf\x70\xe9\xa7\x01\xa8\x3a\x48\x94\x03\x13\x4d\x25\x1c\ \xde\xd8\x43\xcb\x6c\x31\x76\x1f\x52\xbb\xc5\x61\x8c\xc8\x1d\xc1\ \x22\x2e\x14\x6c\xa5\xa1\x11\x87\x8e\x5b\x3e\xcb\x04\x00\x88\xb4\ \x73\x89\xa4\x08\x9f\xee\xc8\xed\xed\x6d\x99\xdf\xa8\x6b\xab\x36\ \x84\x70\xe8\x33\x18\x0c\xa2\x3e\x0d\xef\xbc\xf3\x4e\x85\xf5\x17\ \x9f\x7c\xf2\x89\x74\x31\x84\xd5\x49\x13\x31\xa3\x85\x81\x88\x4c\ \x71\xe5\x44\xc7\xee\x3b\x1e\xf2\x0e\x87\x03\x6f\xbc\xf1\x06\x36\ \x37\x37\x31\x3e\x3e\xae\xde\xa3\x4c\x26\xa3\x5c\x18\x66\x46\x10\ \x1d\x3b\x3c\x3c\xc4\xd6\xd6\x96\x3e\x6c\x00\xca\x98\xa0\x46\x81\ \x1a\x0a\x76\x0a\xf2\xd7\x30\x5e\xa1\xa1\xa1\x41\x69\xcc\x3c\xf0\ \x39\x7c\x50\x68\xdd\xd5\xd5\x85\x50\x28\x84\x62\xb1\xa8\xc4\x59\ \x16\x8c\xb6\xb6\xb6\x2a\x3f\xca\xed\x76\x6b\xd8\x64\xd8\xdf\xd9\ \xd9\x19\xe6\xe6\xe6\x24\x64\xa6\x33\x70\x7e\x7e\x1e\x9f\x7d\xf6\ \x19\x32\x99\x8c\x02\x56\x99\x61\xe4\x72\xb9\xae\x5c\xfe\xd7\xae\ \x5d\x93\x95\x7a\x73\x73\x53\xae\x12\xaf\xd7\x2b\x0d\x57\x20\x10\ \x50\x06\xd7\xf2\xf2\xb2\x68\x81\xa3\xa3\x23\x85\xc1\xd2\xe5\x65\ \x30\x18\xd4\x0b\xb7\xb7\xb7\x27\xfb\xfc\xe0\xe0\x20\xa2\xd1\x28\ \xd2\xe9\x34\x86\x86\x86\x60\xb3\xd9\xf0\xe5\x97\x5f\x4a\x67\xb3\ \xba\xba\x8a\x9a\x9a\x1a\x51\x37\x91\x48\x44\xda\xb7\x54\x2a\xa5\ \x01\x6b\x6e\x6e\x0e\xe5\x72\x59\x2f\x47\x36\x9b\x45\x2e\x97\xc3\ \xbd\x7b\xf7\x30\x3d\x3d\x8d\x83\x83\x03\xbc\xf1\xc6\x1b\x78\xeb\ \xad\xb7\xf0\xd1\x47\x1f\xe1\xec\xec\x0c\x1d\x1d\x1d\xa8\x54\x2a\ \xd8\xdf\xdf\x97\xb3\x84\xe1\x85\xd4\x9f\x01\x10\xca\x50\x2e\x97\ \x65\x3d\xa6\x41\xe1\xf6\xed\xdb\x4a\x80\x36\x1a\x8d\x58\x5c\x5c\ \x14\x25\x46\xa7\x0a\x87\x12\xf2\xfb\x2d\x2d\x2d\x08\x04\x02\x98\ \x9f\x9f\xd7\x0b\x47\x4d\x86\xc7\xe3\x41\x30\x18\x94\xc3\xa6\x50\ \x28\xa8\x7a\x85\x8e\x9b\x70\x38\x2c\xad\x14\xb9\xf5\xb5\xb5\x35\ \xe5\xdc\x50\xb3\xc0\x4d\x85\xfa\x3c\x0e\x31\x5d\x5d\x5d\xb2\x39\ \x73\x29\x21\x9d\xc2\xf7\x89\x17\xb7\xcb\xe5\x52\x8d\x12\xcd\x07\ \xbf\xff\xfd\xef\x61\x32\x99\x70\xff\xfe\x7d\xa4\x52\x29\xb8\x5c\ \x2e\x7c\xf5\xd5\x57\x18\x1c\x1c\x94\x08\xbe\x54\x2a\xe9\xd0\x66\ \x58\x1f\x6d\xe5\x44\x9e\x1a\x1b\x1b\xd1\xd9\xd9\x29\x41\x3f\x63\ \x29\x78\xe0\x71\x30\x64\x26\x19\x69\x3b\x52\x00\x14\xc0\x72\x53\ \xe3\xa1\xbd\xb7\xb7\xa7\x05\xa6\x5c\x2e\xcb\x3a\x3e\x31\x31\xa1\ \xa0\x3d\x46\xb9\xe4\xf3\x79\xf8\x7c\xbe\x2b\x97\x31\x75\x52\x63\ \x63\x63\xa2\x48\x9b\x9b\x9b\xb5\x24\xd1\x71\xd5\xd1\xd1\xa1\x01\ \x89\x79\x61\x1d\x1d\x1d\x97\x3d\x7c\xa5\x12\x72\xdf\x94\x4c\x53\ \x70\x9b\xcd\x66\xe1\x72\xb9\xd0\xd5\xd5\x85\xf5\xf5\x75\x9d\x03\ \x95\x4a\x45\x46\x0a\x46\x39\xd4\xd5\xd5\xe1\xee\xdd\xbb\x98\x9c\ \x9c\x84\xcb\xe5\x42\x7f\x7f\x3f\x96\x96\x96\x70\x7c\x7c\x8c\xf7\ \xdf\x7f\x1f\x53\x53\x53\xd8\xdc\xdc\xc4\xb7\xbe\xf5\x2d\x45\xbb\ \x70\x01\xe1\xc5\xcb\x48\x0e\xd6\x66\xcd\xcd\xcd\x09\x59\x35\x99\ \x4c\x18\x1e\x1e\xc6\xd7\x5f\x7f\x2d\x3b\x3f\x33\x7e\xba\xba\xba\ \x14\x5a\xc8\xe8\x19\x2e\xa4\x36\x9b\x0d\x3b\x3b\x3b\x08\x06\x83\ \x5a\x60\x88\xc8\x02\x97\x4d\x16\x4f\x9f\x3e\xc5\x9d\x3b\x77\xa4\ \xcf\x6c\x69\x69\xc1\xed\xdb\xb7\xb1\xbe\xbe\xae\x80\xd6\x44\x22\ \xa1\x81\x9f\x7a\xcc\x17\x2f\x5e\xc0\x6e\xb7\x23\x1e\x8f\x2b\x4b\ \x8c\x9f\x2b\x87\x46\x2e\x12\xa5\x52\x09\xe9\x74\x5a\xda\x41\xea\ \x85\xec\x76\xbb\xcc\x36\x7d\x7d\x7d\x8a\x4b\x71\xb9\x5c\x12\x16\ \xb3\x3f\xd6\xed\x76\x23\x9d\x4e\x03\x80\x9c\xb1\x87\x87\x87\xb8\ \x7d\xfb\x36\x4c\x26\x13\x3e\xfd\xf4\x53\x38\x1c\x0e\xbd\x1b\x8c\ \xbb\x39\x38\x38\xc0\xc4\xc4\x04\xde\x7f\xff\x7d\x6c\x6e\x6e\x62\ \x6c\x6c\x0c\x6b\x6b\x6b\x42\xfd\xee\xdd\xbb\x87\x4c\x26\xa3\xca\ \x1b\x9a\x4e\x92\xc9\xa4\x9e\x5b\x2e\x4b\x1c\xf0\xf9\x7e\x50\xe4\ \x4c\x89\xca\xda\xda\x9a\xd0\x0c\xb3\xd9\x2c\x4a\x9a\x0b\x69\xb5\ \x6b\x9b\x40\x02\xf3\xf2\xe8\x48\x8d\xc7\xe3\xb8\x75\xeb\x96\xd0\ \xd3\xed\xed\x6d\x04\x83\x41\xd1\x83\xfc\xfd\x34\x60\x30\x92\xe8\ \xe0\xe0\x00\x6d\x6d\x6d\x4a\x0e\x27\x8a\xcb\xdc\x3f\xb2\x07\x2b\ \x2b\x2b\x5a\x58\x39\x50\x72\x88\xe5\xf2\x4d\x79\xc6\xc5\xc5\x05\ \xd6\xd6\xd6\x84\x02\xb2\x1e\x09\x00\xdc\x6e\xb7\xe2\x09\x38\x64\ \x93\x21\x62\xea\xfc\xd2\xd2\x12\xa6\xa7\xa7\x51\x5f\x5f\x8f\x50\ \x28\x24\x0d\x17\x17\x26\x6a\xbb\x88\x28\x15\x8b\x45\x78\xbd\x5e\ \x0d\xac\x34\x1c\x51\x53\x9b\x4c\x26\x45\x07\x3f\x78\xf0\x40\xfa\ \xb5\x58\x2c\x86\xcd\xcd\x4d\x39\xf4\x6f\xdc\xb8\x01\x87\xc3\x81\ \xba\xba\x3a\x81\x26\x5c\xee\x5e\xbf\x7e\x8d\xe6\xe6\x66\x4c\x4e\ \x4e\xa2\x50\x28\xe0\xc6\x8d\x1b\xb8\x76\xed\x9a\x16\x37\x02\x1a\ \x0c\xbc\xa5\x13\x90\x92\x11\x66\xce\x71\xde\xa0\x1e\x92\xda\x6e\ \xa2\xf6\x64\x7c\x88\x3c\x71\x36\xa9\xd6\x39\x92\xc1\xe0\xcf\xc6\ \x7f\x66\xb1\x58\x34\x60\x71\x7e\xa2\xec\xa3\xe6\xed\xb7\xdf\xfe\ \x80\x50\x3d\x39\x55\x6a\x07\xaa\x51\x25\x87\xc3\x21\x2b\x31\x33\ \xa5\xaa\x2f\x35\x00\x78\xe3\x8d\x37\xf4\x50\x73\xeb\x65\xcc\x03\ \xa1\x37\xc6\x12\x50\xcc\xd8\xdb\xdb\xab\xa9\x9b\x1b\x17\x27\xd7\ \x47\x8f\x1e\x89\xbb\x26\xdf\x4e\x48\x98\x1b\x12\x29\x09\xf6\x2e\ \xd9\x6c\x36\x64\x32\x19\x7d\x08\xe9\x74\x1a\xa9\x54\x0a\xeb\xeb\ \xeb\x7a\x29\xb9\x39\xbc\x7a\xf5\x4a\xb0\x6f\x77\x77\x37\x9a\x9b\ \x9b\xf1\xf2\xe5\x4b\xa5\x49\x33\x08\x8f\xff\xdd\x57\x5f\x7d\x85\ \x93\x93\x13\xf4\xf4\xf4\x68\x4b\xe6\x04\xcd\xa9\x9b\xba\x34\xf2\ \xc9\x5d\x5d\x5d\x12\x89\x92\x0f\xa6\x71\xc0\x68\x34\x2a\x2b\x86\ \x19\x38\xdc\x36\x4a\xa5\x92\xb8\xef\x5c\x2e\x87\x9d\x9d\x1d\xf4\ \xf6\xf6\x6a\xe0\xec\xe8\xe8\x90\x38\x91\x48\x21\x37\x55\x3e\x50\ \xbc\x04\x49\x83\x51\xb4\xd8\xde\xde\xae\x88\x80\xe3\xe3\x63\x6c\ \x6f\x6f\xc3\xe9\x74\xa2\xad\xad\x4d\x9b\xad\xc1\x60\x40\x22\x91\ \xc0\xf9\xf9\x39\xc2\xe1\xb0\x34\x74\x7c\xb9\x98\x37\xc5\x2d\xaf\ \x54\x2a\xe1\xe3\x8f\x3f\xc6\xc1\xc1\x81\x74\x2a\x95\x4a\x05\xad\ \xad\xad\x7a\xd9\x6d\x36\xdb\x95\x2a\x12\x52\xad\xb5\xb5\xb5\xca\ \x45\x5a\xff\xa6\xde\x83\xd5\x34\xaf\x5f\xbf\x46\x26\x93\x51\x3a\ \x37\xa3\x11\xe8\xd8\xa4\x53\x87\x90\xb8\xcd\x66\xbb\x32\x1c\xb6\ \xb4\xb4\xe8\xf0\xae\xa9\xa9\xc1\xc1\xc1\x01\x00\x48\x6c\xdd\xd2\ \xd2\xa2\x28\x90\xd3\xd3\x53\x2d\x12\xa4\x92\x38\x84\x30\xf7\x89\ \x17\x0d\x35\x54\x0c\x68\xa5\x06\x80\x68\xa0\xcf\xe7\x83\xc3\xe1\ \xc0\xe8\xe8\xa8\x8a\x76\xb9\xb8\x10\x59\x64\xae\x8b\xc5\x62\x41\ \x3c\x1e\xc7\xf2\xf2\x32\x76\x76\x76\x50\x2c\x16\x35\x14\xf0\xf7\ \x18\x0c\x06\xac\xac\xac\x68\x50\xe7\x90\x48\xda\x95\x87\x17\xb3\ \x90\xa2\xd1\x28\x4e\x4e\x2e\x8b\x5e\xd3\xe9\x34\x76\x76\x76\xa4\ \xcb\xa2\x63\x97\x68\x30\xb7\xba\xe6\xe6\x66\x5c\x5c\x5c\xe8\xef\ \x4c\x14\xf2\xec\xec\x4c\x15\x3e\xed\xed\xed\x88\x46\xa3\x32\x33\ \x30\xd8\x96\x6e\xdb\x4c\x26\xa3\xdf\x53\x5f\x5f\x2f\xa4\x9b\x7f\ \xa7\x4a\xa5\x82\x50\x28\x84\xf1\xf1\x71\xb8\x5c\x2e\x3d\xc7\xcc\ \x0e\xa2\xf5\x9d\x8b\x84\xcd\x66\x53\x8c\x46\x6b\x6b\x2b\xc2\xe1\ \x30\x72\x3b\x3b\x18\x1a\x1a\x82\xc3\xe1\x80\xdb\xed\x46\x6b\x6b\ \x2b\x6e\xde\xbc\x09\xaf\xd7\xab\x0e\x51\x9a\x4a\x58\x72\xdb\xd7\ \xd7\x87\xbe\xbe\x3e\x74\x74\x74\x28\x6f\xcd\xef\xf7\x23\x1e\x8f\ \xcb\xe6\xce\x41\xdd\xe3\xf1\xc0\x68\x34\xaa\xce\x89\xc3\xf7\xfe\ \xfe\xbe\x10\x06\x4a\x1c\xa2\xd1\xa8\x90\x0c\x86\x8a\xb2\x62\x8a\ \x79\x5f\x83\x83\x83\x88\xc5\x62\x98\x9e\x9e\x56\xc2\x39\xcf\x82\ \xf1\xf1\x71\x8c\x8e\x8e\xc2\x60\x30\x48\x93\xca\x8b\xac\xae\xae\ \x0e\xcb\xcb\xcb\x30\x1a\x8d\xd2\x56\x31\x64\x32\x1e\x8f\xeb\x59\ \x61\x7d\xcb\xe4\xe4\x24\x76\xbe\x19\x3c\xf9\x8e\xce\xcc\xcc\xe0\ \xe2\xe2\x42\x86\x05\x1a\x86\xaa\xc5\xbe\x06\x83\x01\xd3\xd3\xd3\ \x1a\xa2\x19\x44\xdb\xd8\xd8\xa8\xc1\xb2\xfa\xbd\x73\xbb\xdd\x98\ \x9e\x9e\xd6\x7d\x50\x2c\x16\x31\x33\x33\x03\x83\xc1\xa0\x80\x46\ \x46\xe3\x30\xc6\xc0\xe5\x72\x09\x6d\x9a\x9b\x9b\x43\x7f\x7f\xbf\ \xaa\x9a\x88\xae\xb1\x0e\x67\x64\x64\x04\x0e\x87\x03\x43\x43\x43\ \x38\x38\x38\x40\x20\x10\xc0\xd1\xd1\x91\xf4\xb5\xa4\x68\x56\x56\ \x56\xf0\xfa\xf5\x6b\x65\x9e\xa5\x52\x29\x24\x93\x49\x45\xcd\x70\ \x91\xe1\x85\x4d\xda\x88\x8e\x44\x6a\x6c\x89\x34\x5d\x5c\x5c\x60\ \x75\x75\x55\x5a\x62\xc6\x04\x11\x61\xae\x2e\x1d\x66\x00\xef\xb5\ \x6b\xd7\x84\xb2\xb4\xb4\xb4\xc0\x6c\x36\x23\x91\x48\x08\xed\x63\ \x4e\x15\x00\x0d\x7a\x0c\xed\x6e\x6a\x6a\xc2\xeb\xd7\xaf\xf1\xc5\ \x17\x5f\x60\x6a\x6a\x0a\x56\xab\x55\xc3\x5c\x7b\x7b\xbb\xce\x3b\ \x9e\x3b\x7c\xee\xc8\xb0\x90\x41\xe2\xb0\xc3\xff\x7f\x7c\x7c\x8c\ \xce\xce\x4e\xb9\x77\xd9\x9f\xf8\xea\xd5\x2b\x34\x37\x37\x5f\xc9\ \x3b\xb3\xdb\xed\x48\x26\x93\x58\x5e\x5e\x16\x43\x43\xb7\x35\xef\ \x07\xea\x67\xc9\x66\x50\x53\x5d\x2c\x16\xb5\x38\x53\xf4\xcd\x58\ \x06\x96\x2d\x4f\x4d\x4d\xc9\x85\x0e\x40\x08\x39\x11\x5f\x22\xd5\ \x93\x93\x93\x78\xf9\xf2\xa5\x50\x23\xa2\xea\xfc\x75\xa3\xa3\xa3\ \x08\x85\x42\x6a\x2c\x61\x8d\x10\xd9\x34\x0e\x66\x94\x29\x65\xb3\ \x59\xfd\xbc\xfc\x0e\x4e\x4e\x4e\xf0\xf4\xe9\x53\x69\x7f\xf9\x3e\ \x35\x36\x36\x5e\x09\x87\xa5\xc1\x89\x61\xe4\xd4\x95\x53\xcb\xcb\ \x33\x97\xe8\x28\xef\x4f\x2e\xfc\x35\x35\x35\x6a\x7c\x31\xfc\xdd\ \xdf\xfd\x5d\x65\x65\x65\x45\x5f\x18\x1f\x5e\x2a\xe6\x99\x79\x44\ \xad\x05\x91\x83\xea\x28\xf9\x60\x30\xa8\x20\x4c\xda\xc0\x39\xa8\ \x54\x5b\x34\x79\xd9\x13\x75\x8a\x46\xa3\x08\x87\xc3\xe2\x36\x8d\ \x46\x23\x7c\x3e\x9f\x04\xb9\x3c\xe4\xef\xdd\xbb\x87\x95\x95\x15\ \x14\x8b\x45\x38\x9d\x4e\x2c\x2e\x2e\xe2\xf4\xf4\x14\x1e\x8f\x47\ \x65\x98\xb4\xb5\x13\x12\xe7\x87\xc3\xec\x1a\xc6\x26\xb4\xb5\xb5\ \xa9\x7c\x78\x63\x63\x03\x0d\x0d\x0d\x78\xf8\xf0\x21\xd6\xd6\xd6\ \xf4\xc1\x99\x4c\x26\x09\xfb\xd9\x2d\x57\x28\x14\xb0\xb8\xb8\x28\ \xe7\xe3\xf0\xf0\x30\xbe\xf8\xe2\x0b\x21\x78\xac\x2c\x68\x6c\x6c\ \xc4\xab\x57\xaf\x14\x4a\x48\x3e\x9b\xae\x20\xbe\x58\x44\x21\xfa\ \xfa\xfa\xf0\xce\x3b\xef\xe0\xc3\x0f\x3f\x54\xd2\xf6\xde\xde\x9e\ \xba\x00\x9b\x9b\x9b\xa5\x37\x62\xeb\x38\x43\xf7\xb8\x9d\xf2\xe5\ \xa6\x6b\xe5\xbd\xf7\xde\xc3\xa7\x9f\x7e\x8a\x52\xa9\x24\xab\x36\ \x37\x60\x86\x59\xd2\x8a\x9b\x4c\x26\x01\x40\x68\x20\x21\xce\x70\ \x38\x2c\xe7\x14\xdb\xeb\x09\xd1\x32\x03\x85\x11\x00\x84\x9d\x97\ \x96\x96\xd0\xdc\xdc\x0c\xbb\xdd\x2e\xbd\x14\x75\x67\x95\x4a\x45\ \x99\x56\xb1\x58\x4c\xc9\xf5\xd4\x6b\xb0\x83\xad\x50\x28\x60\x70\ \x70\x50\x4e\x46\x1e\xca\xd4\x02\xa5\x52\x29\xc1\xb7\x0c\xb3\x74\ \xb9\x5c\x72\x6c\x45\x22\x11\x85\xf1\x6d\x6c\x6c\x28\x79\x9d\xe1\ \xa5\xcd\xcd\xcd\xe8\xea\xea\xc2\xe4\xe4\x24\x4c\x26\x13\xfa\xfa\ \xfa\x54\xd5\x43\xb1\x3b\xb7\x1a\xe6\xc1\x50\x60\xed\xf3\xf9\xd0\ \xd3\xd3\x83\xbe\xbe\x3e\xfc\xea\x57\xbf\x52\xac\x04\xad\xd9\x14\ \x27\x13\x76\xae\xab\xab\x93\x86\x88\xb9\x52\xed\xed\xed\x12\x8c\ \xd2\xf6\xcf\x4b\x95\xd4\x78\xb5\xe0\x9d\xee\x1a\x66\x69\x91\x92\ \xab\xa9\xa9\xc1\xe6\xe6\xa6\xe8\x31\x06\xa0\x72\xd0\x22\x15\xc7\ \x8b\x9b\x9f\x75\x5d\x5d\x9d\x22\x57\xf8\xe7\x03\x50\xc9\x30\x75\ \x5e\x44\xf0\xf8\xfe\xf3\x33\x71\x3a\x9d\xd8\xde\xde\x56\x80\x25\ \xe9\x44\x56\xb6\x70\x11\xe2\x60\x48\x5a\x8c\x8b\xc3\xc2\xc2\x82\ \x9c\x95\x3b\x3b\x3b\xd2\xc7\xec\xef\xef\x0b\xbd\xca\xe5\x72\xa2\ \x82\xe9\x12\xa6\xa3\xed\xfc\xfc\x5c\x89\xd1\xcc\xab\x22\x0d\x40\ \x04\x8d\xcf\x77\x3a\x9d\xd6\x22\xb7\xba\xba\xaa\x38\x88\x70\x38\ \x8c\xdf\xfd\xee\x77\xb8\x79\xf3\x26\x8c\x46\x23\x5e\xbf\x7e\x2d\ \x04\x83\x4b\x8d\xcb\xe5\x92\x61\x85\xc3\xf8\xce\xce\x8e\x22\x34\ \x2c\x16\x0b\x82\xc1\xa0\x86\x77\x0e\x1e\xd4\xd8\xad\xad\xad\xe1\ \xe5\xcb\x97\xf0\xf9\x7c\x70\xbb\xdd\xd8\xde\xde\x16\x8d\xcb\x0b\ \x93\x8e\xaf\xc3\xc3\x43\xc4\x62\x31\x51\x54\xe5\xf2\x65\x17\x1e\ \x91\x0c\x8b\xc5\x22\xd7\xf3\xed\xdb\xb7\xf1\xeb\x5f\xff\x1a\x5b\ \x5b\x5b\xca\xcc\x62\x04\x06\xbb\x13\xbf\xfd\xed\x6f\xe3\xf8\xf8\ \x58\x67\x29\xb5\x31\xa4\x4f\x4b\xa5\x12\x66\x66\x66\x24\x80\xe7\ \xe2\xc4\x8b\x01\xb8\x0c\x91\x64\x18\x30\x29\x76\xab\xd5\x8a\x78\ \x3c\xae\xf8\x10\x5e\x3a\x8c\x70\xa8\xce\xce\xf2\x7d\xd3\x95\x78\ \x7a\x7a\x8a\xee\xee\x6e\x94\xcb\x65\xd8\xed\x76\x9c\x9c\x9c\x20\ \x91\x48\xc8\x21\x66\xb1\x58\x64\xc2\xe1\x59\x41\x3a\xfb\xec\xec\ \x4c\xcb\xd8\xed\xdb\xb7\x91\x4c\x26\x25\x68\x06\xa0\x8a\x19\x7e\ \x7e\xb1\x58\x4c\x22\x6a\x8b\xc5\x82\xee\xee\x6e\xbc\xf5\xd6\x5b\ \x32\x23\xd0\x45\x5e\xa9\x54\x54\xd7\x95\xcd\x66\x45\x0f\xf3\x4c\ \xde\xd8\xd8\x90\x56\xa7\xa1\xa1\x01\xbb\xbb\xbb\xb0\xdb\xed\xd8\ \xd8\xd8\x50\x34\x09\x11\x64\xfe\xcc\xcc\x57\xe4\xc0\xca\xe5\x85\ \x83\x32\xe5\x18\x0c\x8b\x5d\x58\x58\x40\x43\x43\x03\xd6\xd7\xd7\ \xf1\xe2\xc5\x0b\xd4\xd5\xd5\xe1\x07\x3f\xf8\x01\x82\xc1\xa0\xdc\ \x6d\x94\xde\xf0\x7f\x93\x42\xeb\x6a\xa1\x3d\xe9\x35\x96\xb2\xb3\ \x3e\x87\xf1\x3f\x17\x17\x17\x57\x3a\x1c\xc9\x48\xa5\x52\x29\x65\ \xb5\x15\x0a\x05\xe4\x72\x39\xdd\xe3\xfc\x33\xf3\xf9\x3c\x96\x97\ \x97\xd1\xd3\xd3\x03\x8b\xc5\xa2\xc1\x83\x81\x9a\x37\x6e\xdc\xb8\ \x32\xb0\x73\x78\xe3\x77\xe0\x76\xbb\xb5\xe4\xac\xac\xac\xe8\x9c\ \xa4\x16\x6f\x65\x65\x45\xc6\x07\xea\x33\x99\xb5\x46\x09\x8c\xc1\ \x60\xc0\xd7\x5f\x7f\x8d\x86\x86\x06\x99\xd1\x0c\x06\x83\x90\x73\ \x32\x54\x1c\xf2\x98\x32\x7f\x71\x71\xa1\x3b\x84\xda\x64\xa2\xcf\ \x04\x47\xaa\xd1\xe8\x81\x81\x01\x0d\x62\x7c\x37\x68\x78\xf9\xf0\ \xc3\x0f\xd1\xd9\xd9\x09\x8f\xc7\x83\x68\x34\x8a\xfd\xfd\x7d\xdc\ \xba\x75\x0b\xa7\xa7\xa7\x48\xa5\x52\x62\x32\x22\x91\xc8\x15\x74\ \xac\x58\x2c\xc2\xf0\xb7\x7f\xfb\xb7\x95\xd5\xd5\x55\x39\xd2\x56\ \x57\x57\xa5\x9f\x20\x8a\x72\x7a\x7a\xaa\xad\xb2\xad\xad\x4d\x8e\ \x0c\x5e\xd6\x74\x98\xd1\x1d\x61\xb1\x58\xf4\x01\x35\x37\x37\x6b\ \x78\x63\x4d\x0c\x39\x4d\x4e\xc0\x74\x03\x2e\x2f\x2f\xcb\xe9\xd5\ \xd2\xd2\x82\x4a\xe5\xb2\x2b\x2f\x1c\x0e\xc3\x64\x32\xe9\x65\x23\ \xcc\x7a\xff\xfe\x7d\x9c\x9c\x9c\xe8\x85\xe2\xc6\x47\xe1\x33\x1f\ \x7e\x22\x5e\xed\xed\xed\x57\xdc\x8c\xb4\xe8\xae\xae\xae\xca\xbe\ \x5a\x5b\x5b\x2b\xb8\x79\x6b\x6b\x4b\x42\xe8\x48\x24\x82\x42\xa1\ \x80\xee\xee\x6e\x75\x5c\xe5\xf3\x79\x44\xa3\x51\x3d\x8c\x8c\x15\ \xa0\xe5\x9d\x01\x77\x7d\x7d\x7d\xd8\xde\xde\xbe\xe2\xae\xe3\x36\ \x34\x3c\x3c\x0c\x93\xc9\xa4\x70\x4b\x96\xe5\x32\x37\x87\xba\x0e\ \xc2\x9d\x4e\xa7\x53\xc3\xc4\xe7\x9f\x7f\x2e\x0a\x93\xa2\xeb\xda\ \xda\x5a\x25\xe8\x33\x23\xe4\xe2\xe2\x42\x82\x42\x5e\xc2\x4c\x30\ \x66\x92\x2f\x27\x7c\x86\x16\xd2\xb1\xd9\xd0\xd0\x00\xe0\x52\x2c\ \x48\x08\x9e\xda\x9d\xc5\xc5\x45\xec\xef\xef\xa3\xb3\xb3\x13\x4e\ \xa7\x13\xc9\x64\x52\x28\xd8\xe1\xe1\xa1\x0e\x4f\x6e\xb6\x7c\x4e\ \xf8\xeb\x80\xcb\x5e\xc5\x68\x34\x2a\x13\xc1\xf9\xf9\xb9\x60\x66\ \x1e\xca\x14\xc2\xd7\xd6\xd6\xc2\xed\x76\x63\x61\x61\x41\x3a\x22\ \x06\xc9\x19\x8d\x97\xc5\xbe\x7c\xe1\x29\x78\x65\xe8\x29\xf5\x5b\ \x74\x1d\xf1\xe7\x3e\x3f\x3f\x47\x26\x93\x81\xcb\xe5\x92\x40\x93\ \xe2\x6a\x0e\x0f\x84\x92\xd9\x71\xc9\x81\x83\xd4\x09\x35\x78\x00\ \x84\xa6\x52\x8f\xc2\x8c\x34\x0e\x6c\xcc\xfb\xe1\x33\xc9\xe1\xdd\ \x6e\xb7\x6b\x00\x26\xf2\xc4\x81\xb7\x5a\x6b\x52\xbd\x91\x71\xb8\ \x25\xa4\xcd\x4c\x36\x5e\x98\xa4\x38\x78\x50\xf1\x72\x69\x69\x69\ \xd1\xcf\x47\x87\x0f\xa9\xe2\xa5\xa5\x25\x34\x34\x34\xa8\xad\x80\ \x96\x7c\x22\x4a\xd4\xfb\xd0\xb8\x41\x5d\x15\x11\x3f\x5e\x6c\xbc\ \x08\xf9\xdc\xc4\xe3\x71\x1d\x5a\x27\x27\x27\x4a\xbc\x8f\xc5\x62\ \x70\xbb\xdd\x08\x04\x02\x18\x1f\x1f\x57\xec\xc8\x87\x1f\x7e\xa8\ \x6d\x9a\x03\x58\x30\x18\x44\x4f\x4f\x0f\x3e\xfd\xf4\x53\x3c\x78\ \xf0\x00\xd9\x6c\x16\x94\x37\x10\x95\x33\x99\x4c\x70\xb9\x5c\x88\ \xc5\x62\xe8\xe8\xe8\x90\xf0\xfa\xe1\xc3\x87\x3a\xc4\x9d\x4e\x27\ \x96\x96\x96\x30\x35\x35\x05\xbf\xdf\x8f\xba\xba\x3a\xec\xef\xef\ \x63\x7e\x7e\x5e\x87\x73\xb9\x7c\x59\xe6\xcd\x56\x07\xe6\x53\xd1\ \x54\xf3\xab\x5f\xfd\x0a\x16\x8b\x05\x0f\x1e\x3c\x90\xce\x94\x95\ \x3f\x03\x03\x03\xa2\xb9\x27\x27\x27\x31\x37\x37\x87\xae\xae\x2e\ \x09\xb5\x59\x22\x3f\x34\x34\x84\x74\x3a\x0d\xa7\xd3\x89\x4a\xa5\ \xa2\x85\xc2\xef\xf7\x63\x7c\x7c\x1c\x23\x23\x23\xa8\xab\xab\x83\ \xdd\x6e\x97\xe8\x3e\x18\x0c\x2a\x87\x90\xd1\x13\xa4\xcd\x4f\x4e\ \x4e\xf0\xf9\xe7\x9f\x63\x63\x63\x03\x66\xb3\x19\x3f\xf8\xc1\x0f\ \x00\x40\xda\x2a\x3a\x1d\x19\x1d\xc0\x2c\x42\x2e\xa5\x14\x35\x57\ \x07\x55\xb2\x92\x89\x02\x7d\xd2\x96\x8c\x39\x20\xd2\xcd\xef\xd1\ \xe1\x70\xc8\xb4\xc1\x61\x9b\xcb\x15\xc3\x82\x19\xc0\x7c\xfb\xf6\ \x6d\x94\x4a\x25\x4c\x4d\x4d\xa1\x54\x2a\xa9\x91\x80\x4c\x06\x7f\ \xde\x64\x32\x29\xa4\x34\x9b\xcd\xca\x61\x4c\xd4\x9f\xa5\xcf\xcc\ \xb3\x7b\xf1\xe2\x05\x96\x97\x97\xd5\x57\xeb\xf3\xf9\x30\x3d\x3d\ \x0d\xb7\xdb\x8d\xa1\xa1\x21\x2c\x2c\x2c\xa8\x4e\x6b\x7b\x7b\x1b\ \x63\x63\x63\x5a\x4e\xab\x33\xf3\xd2\xe9\x34\x12\x89\x04\xfc\x7e\ \xbf\x28\xba\xd3\xd3\x53\x21\xea\xfc\xec\x48\x53\x9e\x9e\x9e\xaa\ \xc7\xcf\xe5\x72\xc1\x62\xb1\x28\x3a\x87\xb1\x09\x0b\x0b\x0b\xd2\ \x31\x93\x01\xe0\x9d\x40\x66\x84\x9a\x36\x22\xdf\x5c\xaa\x89\xca\ \x13\x8c\xa0\x3b\x8e\xf1\x12\x94\xa3\x90\xca\xa4\x00\x9c\x28\xe4\ \xf6\xf6\x36\xb2\xd9\xac\xe2\x2f\x78\x57\xf1\x2e\xe6\xc2\xda\xd6\ \xd6\xa6\x0a\xb2\x7c\x3e\x8f\x57\xaf\x5e\xa1\xbb\xbb\x5b\xfa\xd4\ \xde\xde\x5e\x49\x0b\x18\x95\x41\x21\xff\xce\xce\x0e\xfa\xfb\xfb\ \xc5\x82\x30\x9b\x92\xfa\x46\x83\xc1\xa0\xf3\xd0\x6e\xb7\x63\x61\ \x61\x01\xaf\x5f\xbf\x46\x3a\x9d\xc6\x77\xbe\xf3\x1d\xb1\x1e\x9f\ \x7c\xf2\x09\x2c\x96\xcb\x9a\xb5\xfa\xfa\x7a\xbc\x7e\xfd\x1a\xf3\ \xf3\xf3\x1a\x5c\x28\x31\x88\xc5\x62\xa2\x81\x9b\x9b\x9b\x11\x0e\ \x87\x31\x3f\x3f\xaf\xec\xbf\x4c\x26\xa3\x22\xf5\x72\xb9\xac\xbe\ \xcc\xe1\xe1\x61\x49\x8a\x78\x6f\x53\x43\xbe\xb9\xb9\x09\xab\xd5\ \x8a\x48\x24\x82\x9d\x9d\x1d\x49\x3e\x28\x55\xa2\x0c\xc1\xe9\x74\ \x62\x77\x77\x17\x73\x73\x73\x18\x1d\x1d\x55\xb4\x87\xd1\x68\x14\ \x2b\x52\xd3\xdd\xdd\xfd\x01\x3b\x05\xa9\xc2\x27\xaf\xd9\xd3\xd3\ \xa3\x8d\x9a\x7a\xa3\xea\xb0\xbd\xfd\xfd\x7d\x94\x4a\x25\x3c\x7e\ \xfc\x58\x94\x0d\x91\x0f\x86\x8a\x12\xb2\xf5\xf9\x7c\xd8\xd8\xd8\ \x50\x1b\x3b\x87\x24\x5e\x02\xfc\x92\xd8\x13\xc5\x87\x87\x34\x1f\ \x23\x17\x68\x17\x66\x39\x31\x05\x79\xe9\x74\x1a\x1d\x1d\x1d\x38\ \x39\x39\x51\x57\x21\x5f\x70\xfe\x7a\x3a\xee\x38\x30\x32\x48\x8f\ \x07\x0a\xf5\x03\x14\x46\x53\xc0\x97\x48\x24\x54\x64\x39\x3d\x3d\ \x8d\xd5\xd5\x55\x35\xcf\x73\xe0\xa3\xcb\xa1\xb1\xb1\x51\x50\x26\ \x07\xcb\xdd\xdd\x5d\x6c\x6c\x6c\xa8\x1e\xe0\xe2\xe2\x02\x66\xb3\ \x19\x23\x23\x23\x08\x04\x02\xc8\xe7\xf3\xe8\xef\xef\x97\x16\x85\ \x49\xcf\x03\x03\x03\xd8\xde\xde\x46\xb1\x58\x94\x76\xa8\x5c\x2e\ \x6b\x08\x19\x19\x19\x81\xcf\xe7\x53\xa4\x3f\x1d\x64\x74\x34\xf2\ \xef\x1c\x07\x8e\x00\x00\x20\x00\x49\x44\x41\x54\xb3\xe1\x54\xcd\ \x00\x53\x6a\x61\xea\xeb\xeb\x31\x3a\x3a\x8a\xd3\xd3\x53\x09\x89\ \xe9\x42\xc9\xe5\x72\xda\xdc\xf8\x73\x71\xfb\x4c\x24\x12\x98\x9b\ \x9b\x13\xd2\x60\xb7\xdb\xb1\xb3\xb3\xa3\x87\x97\x68\x08\x21\x73\ \x26\xfc\x33\xa8\x8f\x03\x24\x35\x11\x14\x3d\x13\x46\xa7\x56\xc1\ \x60\x30\x20\x9b\xcd\xa2\xb7\xb7\x17\x16\x8b\x45\x4e\x3e\x0e\x13\ \x44\x43\xb9\x7d\x12\x1d\x60\xdd\x08\xab\x46\x98\xae\x4e\xce\x9e\ \x74\xe5\xee\xee\x2e\xbc\x5e\x2f\x7e\xf6\xb3\x9f\xe1\xd6\xad\x5b\ \x72\x7c\x32\x3c\x92\xcf\x27\x69\x60\xea\x8a\xf8\xf9\x31\xe2\xe0\ \xf4\xf4\xb2\xef\x8a\xcf\x1b\x8d\x02\x44\xaa\xf8\xec\x72\x78\xa2\ \xfe\x86\x1a\x2d\x8a\x31\xe9\x9a\x61\xc6\x15\xbb\xe2\xf8\x6c\x31\ \x08\xd7\xe1\x70\x08\x11\x63\x30\x1f\xdf\x5f\xba\xe9\x38\x78\x11\ \x69\xf0\x78\x3c\x68\x6c\xfc\xdf\xa2\x6d\xda\xc7\x69\xdb\x2f\x97\ \xcb\x32\x9f\x70\x43\x75\xbb\xdd\x88\xc7\xe3\x30\x1a\x8d\xe8\xea\ \xea\x42\x22\x91\x40\x5b\x5b\x1b\xba\xba\xba\x84\x88\xf6\xf4\xf4\ \x20\x9f\xcf\xa3\x52\xa9\x60\x68\x68\x48\x34\x05\x2f\x59\x3a\x7b\ \xef\xdd\xbb\x27\x44\x6b\x71\x71\x11\xcb\xcb\xcb\x12\x75\x17\x0a\ \x05\x6d\xa2\xdc\x0a\xaf\x5f\xbf\xae\xd8\x92\xa1\xa1\x21\x0d\x01\ \xa4\x36\x38\x20\x07\x83\x41\x6c\x6c\x6c\x00\x80\xca\x7a\x99\xd7\ \xf4\xce\x3b\xef\xc8\x8d\x3c\x37\x37\xa7\x77\x9b\xd4\x9f\xc9\x64\ \xc2\xd0\xd0\x90\xb6\xde\x81\x81\x01\xdc\xb8\x71\x03\xc1\x60\x10\ \x77\xee\xdc\x91\x8e\x90\x5a\x97\x85\x85\x05\x55\xc1\x84\x42\x21\ \x65\x41\x99\xcd\x66\x38\x1c\x0e\x9c\x9f\x9f\x4b\x87\x43\x5d\x11\ \x05\xd9\x6f\xbf\xfd\x36\x42\xa1\x90\xe8\x27\xd2\x82\x14\x2a\xd3\ \x4d\x59\x5f\x7f\x59\x74\xdc\xd5\xd5\x85\xf3\xf3\x73\xf5\xf4\xf1\ \x42\xa4\xcb\x96\x52\x04\x96\x14\x53\xce\x31\x34\x34\x84\x9b\x37\ \x6f\x2a\xff\x2d\x9b\xcd\xc2\x6a\xb5\xca\xa5\xcb\xf3\x95\x2e\x3f\ \xca\x26\x4a\xa5\x12\x4e\x4e\x2e\xcb\x7c\x89\x16\xf2\x82\xe7\x33\ \x4a\x13\x51\x53\x53\x13\x1c\x0e\x87\xde\x17\x2e\x1a\x44\x7d\x4a\ \xa5\x92\xd0\x01\x5e\xaa\xac\xd2\x61\x3c\x02\xd3\xdf\x49\xbb\xc4\ \xe3\x71\x5d\xba\xd4\x95\x32\x15\x9e\x34\x3f\xef\x18\x46\x4a\x30\ \x12\x81\x91\x41\x7c\x46\x18\x71\x31\x38\x38\x08\xa7\xd3\x89\xb9\ \xb9\x39\x34\x35\x35\xe1\xfa\xf5\xeb\x48\xa7\xd3\x72\x18\x52\x32\ \xf1\x6f\xff\xf6\x6f\x30\x1a\x8d\x62\x23\xa8\x2f\x0e\x04\x02\x42\ \x65\x16\x16\x16\x90\x48\x24\xf0\xf4\xe9\x53\x2d\xda\x1c\x4c\xaa\ \x97\x43\x56\x39\xd9\xed\x76\xe5\xad\x71\x49\x6c\x69\x69\x81\xcf\ \xe7\x93\x01\x89\xe8\x30\x1d\xe2\x66\xb3\x19\xf3\xf3\xf3\xea\x35\ \x3d\x3b\x3b\xc3\xfc\xfc\xbc\xe8\xf8\xea\x58\x02\x3e\x13\x8c\x35\ \x78\xf6\xec\x99\xa8\x51\xe0\x52\x53\x64\xb3\xd9\x14\xfc\x5a\x28\ \x14\x74\xbe\x33\xc6\xe7\xe0\xe0\x40\x81\xb4\x14\xa1\xf3\x3b\x25\ \xda\x49\xb7\x35\xe5\x03\xa5\x52\x49\x11\x48\x1c\xac\x39\x68\xd1\ \x1d\xf9\xec\xd9\x33\xd1\x80\x74\xf4\xb2\x63\x71\x6a\x6a\x0a\x46\ \xa3\x51\x48\x10\x91\x6e\xde\x03\xbf\xfa\xd5\xaf\x30\x30\x30\x80\ \x5b\xb7\x6e\x21\x99\x4c\x62\x7e\x7e\x1e\xc3\xc3\xc3\x08\x04\x02\ \xe8\xed\xed\xc5\xdd\xbb\x77\xf5\xf9\x11\xb0\xf1\xfb\xfd\xd2\x8f\ \xce\xcd\xcd\xc1\x60\x30\xc0\xe3\xf1\xe8\x3d\xe3\x62\xd4\xd3\xd3\ \xa3\x16\x04\xb6\xd7\xe4\x72\x39\x34\x37\x37\xe3\x9f\xfe\xe9\x9f\ \x64\x3c\x63\xbe\x55\x36\x9b\x95\xc1\x84\x0c\xdc\xec\xec\xac\xde\ \x1b\xa2\xb7\x74\x5c\x72\xd1\x65\x5c\x45\x63\x63\x23\x6a\xda\xdb\ \xdb\x3f\xa0\xcb\xaf\xda\x09\x48\x5b\x27\xb5\x1b\x3c\x94\x38\x58\ \xd1\xb1\x73\x7c\x7c\xd9\x3e\x4f\x9e\xb6\xad\xad\x4d\x07\x2e\x43\ \x08\xf9\x01\xd3\x89\x53\x1d\x91\xcf\x8b\x96\x97\xa3\xcf\xe7\xd3\ \x06\x19\x89\x44\x54\x1c\xcc\x07\x98\x99\x27\x47\x47\x47\x57\xb2\ \xae\x08\x91\xd2\x45\x40\xd7\x18\xcb\x1c\x6d\x36\x9b\xc2\xd5\x48\ \x49\x51\x50\x4e\x7a\x87\xe5\x98\x3c\xa8\x79\xd8\xb1\x6e\xc4\x60\ \x30\xe0\xda\xb5\x6b\xa2\x85\x88\xb6\x05\x83\x41\x18\x8d\x46\x64\ \xb3\x59\x98\x4c\x26\x39\x08\x68\x45\x6d\x6d\x6d\xc5\xc0\xc0\x00\ \x92\xc9\x24\x1a\x1b\x1b\xe5\x04\xb9\x73\xe7\x8e\xc4\xad\x73\x73\ \x73\x98\x99\x99\x91\x20\x9e\xa1\x68\xd4\xa4\x10\xb1\x60\xb8\xda\ \xfc\xfc\xbc\x42\x4b\xdf\x7f\xff\x7d\xa4\x52\x29\x5c\xbb\x76\x4d\ \x86\x03\xf2\xe1\xcc\x0c\xa1\x96\x8e\x79\x38\xb1\x58\x4c\x9b\xc8\ \xfa\xfa\x3a\xb2\xd9\xac\xe8\x01\x0e\x05\xdd\xdd\xdd\xa2\x3b\xac\ \x56\x2b\xfa\xfa\xfa\x70\x71\x71\xa1\xa2\xd5\x91\x91\x11\xb4\xb5\ \xb5\x21\x1c\x0e\xcb\x71\x42\x8a\x89\xa6\x06\xc6\x18\xd4\xd5\xd5\ \xe1\xf1\xe3\xc7\xda\x90\xa9\x85\xa3\x63\xce\xe1\x70\x68\x5b\xe0\ \x26\x59\xad\x69\xe2\xc0\x44\x13\x85\xc9\x64\xc2\xdd\xbb\x77\x11\ \x8f\xc7\x05\x7b\x73\xb3\xe3\x80\x45\x53\x06\x07\x38\xa2\x4f\xcc\ \xc1\xa2\xed\x37\x9f\xcf\xe3\xd3\x4f\x3f\xc5\xc2\xc2\x02\x8e\x8e\ \x8e\xc4\xdf\x53\x0c\xca\xa1\x87\x7a\x11\x5a\x82\xa9\xed\xe0\xe7\ \x66\x32\x99\x74\x90\x11\xe1\xa9\x6e\x26\x20\xd5\xce\x77\x86\x07\ \x1e\xf5\x06\xd4\xe2\x51\x47\x50\x5d\x21\xc5\x17\xba\xba\x92\xc2\ \x66\xb3\xe1\xbd\xf7\xde\xc3\xf0\xf0\x30\x72\xb9\x9c\x68\x04\x52\ \x31\x1c\xda\xab\xa9\xd8\xfd\xfd\x7d\x21\x91\x3c\x08\x58\x62\x1d\ \x8f\xc7\xd1\xd3\xd3\xa3\xd0\x50\xe6\xa2\x51\x83\xe5\xf1\x78\x50\ \x2a\x95\x30\x36\x36\x86\xfb\xf7\xef\xeb\x30\xae\x76\xf2\x51\x73\ \xc9\x61\xba\xb5\xb5\x15\x3d\x3d\x3d\xd2\xcc\x30\x35\xf9\xe1\xc3\ \x87\xda\xf2\x7b\x7b\x7b\xb1\xba\xba\x8a\x58\x2c\x86\x6b\xd7\xae\ \x61\x78\x78\x58\x15\x47\xd4\x44\x78\xbd\x5e\x69\xcf\xde\x78\xe3\ \x0d\x00\xd0\x65\x0e\x00\x91\x48\x04\xc5\x62\x11\x2b\x2b\x2b\xb0\ \x5a\xad\x18\x1f\x1f\xc7\xfd\xfb\xf7\x85\x98\xfa\xfd\x7e\x9c\x9f\ \x9f\xe3\xc6\x8d\x1b\x8a\x2c\xe0\x62\x10\x8d\x46\x31\x33\x33\x83\ \xeb\xd7\xaf\x8b\xfe\x5e\x58\x58\x50\x5e\x19\x1d\xb5\x0c\x99\xb5\ \xdb\xed\xa8\xab\xab\x43\x28\x14\x92\x36\xc9\x60\x30\xa0\xb7\xb7\ \x17\x7d\x7d\x7d\x0a\x5b\x25\xf5\xc4\xe7\xad\x50\x28\x60\x69\x69\ \x49\x79\x54\xac\x0e\xa1\xa3\xb2\xda\x48\xd1\xd5\xd5\x85\x9a\x9a\ \x1a\xcc\xce\xce\xaa\x1e\xe8\xe4\xe4\x04\xc9\x64\x12\xd9\x6c\x16\ \x5f\x7c\xf1\x05\xee\xde\xbd\x0b\x87\xc3\x81\x4f\x3f\xfd\x54\xce\ \xde\xa3\xa3\x23\xcc\xcc\xcc\x60\x6a\x6a\x4a\x08\x2a\x05\xe6\x1d\ \x1d\x1d\xa2\x42\x89\x76\x91\x52\x67\x68\x2c\x53\xfb\x99\xd0\xcd\ \x4b\x90\xa8\x07\xd1\xb3\xe7\xcf\x9f\x4b\xc7\xd7\xd3\xd3\xa3\xbc\ \xc0\xed\xed\x6d\x69\x19\xa9\x0b\xa5\x73\x92\x4b\xd1\xf2\xf2\x32\ \xce\xce\xce\xf4\x77\x64\x00\xb2\xd5\x6a\x55\xc8\x33\xd1\x3c\x8b\ \xc5\xa2\x6c\xb6\x99\x99\x19\x9d\xcb\xfc\x0c\xf7\xf7\xf7\xf1\xe1\ \x87\x1f\x62\x66\x66\x06\x13\x13\x13\xf8\xea\xab\xaf\x94\x43\xd7\ \xda\xda\x8a\xe1\xe1\x61\xdc\xbd\x7b\x57\x97\x26\x73\x0e\x3d\x1e\ \x0f\x42\xa1\x90\x10\xd7\x52\xa9\x24\xed\xe6\xc6\xc6\x86\x0c\x08\ \x0b\x0b\x0b\x98\x9a\x9a\x12\x0d\xe8\xf5\x7a\xc5\xba\xdc\xba\x75\ \x0b\xc1\x60\x10\xed\xed\xed\x18\x1e\x1e\x46\x32\x99\x44\x3a\x9d\ \xc6\xe4\xe4\x24\x7e\xfe\xf3\x9f\xe3\xc5\x8b\x17\x70\x38\x1c\x58\ \x5a\x5a\xc2\xf2\xf2\x32\xb6\xb7\xb7\x91\x48\x24\x30\x3d\x3d\xad\ \x34\xfa\x81\x81\x01\xc5\x84\x50\x3a\x42\x36\xe6\xe5\xcb\x97\x7a\ \x7e\x29\x85\xa8\x0e\x51\x2e\x97\xcb\x32\x34\x74\x74\x74\x60\x70\ \x70\x10\x17\x17\x97\x2d\x1c\xa5\x52\x09\xcf\x9f\x3f\xc7\xea\xea\ \xaa\x50\xfc\x6a\xd9\xc2\x93\x27\x4f\xf0\xd9\x67\x9f\xc1\x6c\x36\ \xe3\xb3\xcf\x3e\x93\x86\xb0\x54\x2a\xa1\xbf\xbf\x5f\x68\x1b\xef\ \x22\xbb\xdd\xae\xf3\x87\x2e\x7e\x36\x15\xd8\xed\x76\xdc\xba\x75\ \x0b\xc3\xc3\xc3\xd2\x0a\x37\x35\x35\xe1\xeb\xaf\xbf\x46\x3c\x1e\ \xd7\xb9\xcc\x28\x07\x56\xd9\xe4\xf3\x79\x45\x2d\x85\xc3\x61\xbd\ \x53\x6e\xb7\x1b\x56\xab\x55\x83\xf6\xca\xca\x8a\x64\x44\x75\x75\ \x75\x18\x1a\x1a\x42\x30\x18\x14\xbd\x48\x73\x0b\xef\x8c\xea\x9c\ \xb8\x6a\x33\x03\x0d\x38\x14\xcb\xf3\x8c\x5d\x5a\x5a\x82\xef\x9b\ \xf0\x68\x82\x0b\xcc\x4f\xa3\xb4\x88\x8b\x91\xd7\xeb\xc5\xe9\xe9\ \x65\xc7\x2e\x19\x14\xd6\xd5\xd1\x38\x42\xb7\x6b\x7d\x7d\x3d\x6a\ \x6e\xdc\xb8\xf1\x01\x21\x4c\x22\x57\x84\x5a\x29\x98\x63\xc0\x19\ \xff\x92\x4c\x5c\xa7\x33\x26\x91\x48\x28\x36\x9f\x6e\x12\xf6\xa8\ \x51\xb7\xc5\xad\x89\x1b\x9b\xd9\x6c\x46\x5f\x5f\x9f\xc4\x60\xcc\ \xdb\x4a\xa7\xd3\xd8\xd8\xd8\x50\x93\xfa\xe9\xe9\x29\x96\x96\x96\ \xb0\xb6\xb6\x26\x2b\x78\x30\x18\x44\x5b\x5b\x1b\x5a\x5b\x5b\x75\ \x29\x56\x2a\x97\xd5\x0d\xfc\x4b\x47\x22\x11\x09\x14\x69\x1d\x8d\ \x44\x22\xa2\xca\xa8\x97\x62\xd4\x02\x7f\x9d\xd7\xeb\x55\x8b\xf6\ \xfa\x37\xe5\xd1\xd5\x13\x2c\x7f\x76\x66\xde\x90\x9e\x63\x5f\x1a\ \x2b\x5c\x0a\x85\x02\x52\xa9\x14\xa2\xd1\xa8\x1c\x4c\x14\xa3\x33\ \x26\x62\x6a\x6a\x0a\xaf\x5e\xbd\xc2\xea\xea\xaa\x62\x14\x3a\x3b\ \x3b\x35\xc0\x6e\x6f\x6f\xe3\xf1\xe3\xc7\x8a\x7d\xe0\x70\x42\xfd\ \x13\x45\xc8\x1c\xee\x56\x56\x56\x94\x59\xc2\x43\x8f\x96\xe8\xc6\ \xc6\x46\x59\xd4\x29\xe0\xe5\x50\x90\xcf\xe7\x11\x0c\x06\x51\x2e\ \x97\xd1\xde\xde\x2e\xb7\x1a\x27\xfe\x78\x3c\x2e\x6b\x30\x00\x99\ \x18\x78\xa9\x52\xfc\xcc\x88\x06\x06\xc2\xa5\x52\x29\xe5\x17\xd1\ \xe2\x9a\xc9\x64\x10\x0e\x87\x01\x40\xdf\x15\x87\x4e\x1e\x9a\x6c\ \x0d\x20\x04\xbb\xb4\xb4\xa4\xc1\x89\xcf\x17\x29\x63\xc6\x1d\x90\ \xd6\xa3\xa3\x8c\x17\x37\xd1\x01\xa6\xf5\xd2\x69\xc9\x8b\x86\x19\ \x58\xd4\x62\x50\xdb\x43\x1d\x1e\x17\x0a\x26\xfa\x7f\xff\xfb\xdf\ \xbf\xd2\x59\xc7\xcd\x97\x99\x36\x6c\x22\x20\x3d\xcd\x41\xd5\x6a\ \xb5\x62\x7f\x7f\x5f\x7a\x01\xa2\x68\x44\x35\x69\x99\xaf\xa6\xf5\ \xca\xe5\xb2\x4a\xd4\x19\x31\x41\xd7\x11\x2b\x6c\xda\xda\xda\xe0\ \xf7\xfb\x11\x8b\xc5\xf4\x9d\x71\xa8\xe7\xf6\x5f\x1d\xb9\x10\x08\ \x04\x90\xcb\xe5\xe4\x2a\xdd\xda\xda\xd2\x73\x7b\x76\x76\xd9\x5a\ \xcf\xc3\x8e\xfa\x0e\x8a\xcd\xf9\x4e\x6c\x6d\x6d\xc9\xb5\xcb\x33\ \xe2\xbb\xdf\xfd\xae\xdc\x46\x66\xb3\x59\xda\x40\x22\x43\x4c\x5b\ \xef\xed\xed\x95\x7e\x8c\x0e\x5a\x22\xd1\xa4\x9a\x49\x73\x16\x8b\ \x45\x04\x02\x01\x5d\xbc\x6b\x6b\x6b\x1a\x78\x38\x90\xa4\xd3\x69\ \xe4\xf3\x79\xe9\x36\x89\x42\x14\x8b\x45\x4c\x4f\x4f\xc3\xe9\x74\ \xe2\x93\x4f\x3e\xc1\xc1\xc1\x01\x6e\xde\xbc\xa9\x4b\x8d\xcf\x59\ \x22\x91\xc0\xd4\xd4\x94\x9c\x4d\x1f\x7f\xfc\x31\x66\x67\x67\x91\ \xcb\xe5\xb0\xb1\xb1\x21\x54\xe4\xe2\xe2\x02\xa3\xa3\xa3\x0a\x55\ \xa4\x53\xba\xb3\xb3\x13\x5e\xaf\x17\x7e\xbf\x5f\xef\x27\xa3\x27\ \xb2\xd9\x2c\x4a\xa5\xcb\xf2\x77\x5e\x26\x5c\x5c\x49\x0d\x65\xb3\ \x59\x0d\xa0\x1f\x7d\xf4\x11\xcc\x66\x33\xb6\xb6\xb6\xf0\x1f\xff\ \xf1\x1f\x38\x3e\x3e\xc6\xe8\xe8\xa8\x90\xc6\x52\xa9\x84\x58\x2c\ \x86\x8d\x8d\x0d\xec\xec\xec\x60\x76\x76\x16\xfb\xfb\xfb\xd8\xdf\ \xdf\x47\x36\x9b\x55\xd1\x3b\xa3\x42\x88\xc0\x15\x0a\x05\x69\x56\ \x56\x57\x57\x71\x70\x70\x80\x83\x83\x03\x5c\xbb\x76\x4d\xd5\x3d\ \xd4\x0d\xf2\xd2\x21\x45\xdf\xdc\xdc\xac\x06\x01\x83\xc1\xa0\x0b\ \xc6\xe7\xf3\x49\x83\x49\x47\xf3\xd2\xd2\x12\x6c\x36\x9b\xaa\x66\ \x98\x45\x46\x47\x3a\xd1\x6c\x22\xfd\x5c\x26\x8f\x8e\x8e\xb4\x08\ \xfe\xdf\x6c\x38\x2e\xab\x93\x93\x93\x62\x25\xce\xcf\xcf\xf1\xc7\ \x6f\x6a\x9c\x0e\x0e\x0e\x70\xe3\xc6\x0d\x2d\x69\x36\x9b\x0d\x37\ \x6f\xde\xc4\x4f\x7f\xfa\x53\x5c\xbb\x76\x0d\xfd\xfd\xfd\x98\x98\ \x98\xc0\xd2\xd2\x12\xdc\x6e\xb7\x82\x89\x57\x56\x56\x60\x32\x99\ \xc4\xa8\x74\x77\x77\x2b\xe7\x90\xf9\x48\xb1\x58\x0c\x3d\x3d\x3d\ \x32\x0e\x3c\x7c\xf8\x10\xc7\xc7\xc7\x08\x04\x02\x42\x35\xe9\xc6\ \x4b\xa7\xd3\xb8\x71\xe3\x06\x9c\x4e\x27\x1e\x3f\x7e\x8c\x07\x0f\ \x1e\xa8\x4a\x8d\xcf\x00\x91\xb1\xd1\xd1\x51\xb4\xb7\xb7\x23\x16\ \x8b\x21\x97\xcb\x49\xb8\xcf\xf7\xbb\x5c\x2e\x6b\x60\xa2\x4c\x82\ \x15\x75\xa7\xa7\xa7\x32\xae\xd0\x61\x48\x34\x99\x4b\x1d\xcf\xa6\ \x07\x0f\x1e\xa0\x52\xa9\xa8\x4b\x97\xd4\x97\xc9\x64\xd2\x9d\x44\ \xb4\x31\x1e\x8f\x63\x62\x62\x02\x73\x73\x73\x98\x9b\x9b\x83\xc9\ \x64\x42\x24\x12\x51\xee\xdc\x6f\x7e\xf3\x1b\x5c\xbf\x7e\x1d\x5d\ \x5d\x5d\xaa\xef\x62\x7b\xc1\xab\x57\xaf\xa4\x5d\x64\xbe\xda\xfe\ \xfe\x3e\x46\x47\x47\xd1\xdb\xdb\x2b\xd4\x8e\x34\x2c\xb5\x62\xcc\ \xb3\xa2\x4c\x65\x77\x77\x17\xb3\xb3\xb3\x92\xfd\x30\x2b\x92\x0b\ \x60\x36\x9b\xc5\xe4\xe4\x24\x8c\x46\xa3\x10\xd7\xea\x30\xd3\xc3\ \xc3\x43\xf4\xf5\xf5\xa9\x8f\x37\x10\x08\xe8\xb3\xa4\x43\x91\x72\ \x9e\x74\x3a\x8d\xf5\xf5\x75\xd5\xfa\xd4\xd6\xd6\x62\x6c\x6c\x0c\ \x6e\xb7\x1b\x27\x27\x27\xea\x4f\xa6\x6b\xfa\xe0\xe0\x40\x45\xf7\ \xf1\x78\x1c\xe7\xe7\xe7\x8a\xdb\xa0\x8e\x8d\x3a\xd3\x2b\x2d\x12\ \x3f\xfa\xd1\x8f\x3e\x60\x0f\x10\x75\x38\x14\xf6\x52\x97\xc2\x7f\ \xcf\x76\xec\xc7\x8f\x1f\x6b\x0a\xa5\x20\x93\xb0\x25\x83\x3b\xdd\ \x6e\x37\x42\xa1\x90\x34\x0f\x3f\xf9\xc9\x4f\x54\xed\xe2\x74\x3a\ \xe1\x76\xbb\x91\x48\x24\xf4\x02\x72\xb0\xe3\x4b\xc4\x6d\xec\xf0\ \xf0\x50\xd3\xe0\xc9\xc9\x89\x8a\x31\xc9\x7b\x1b\x8d\x46\x21\x3b\ \x7e\xbf\x1f\x91\x48\x44\x14\x0e\xe9\x32\x3a\x37\x78\x91\xd1\xee\ \xcd\x0c\x10\xa6\xb2\x92\xa2\xa9\xa6\x41\x59\xcc\xcb\x01\x93\xee\ \x1b\x86\x38\x32\xbf\x89\x83\x17\xc3\x37\x19\x1f\x40\xe1\x1d\x0f\ \xb6\xbf\xf8\x8b\xbf\xc0\x5f\xff\xf5\x5f\x63\x62\x62\x42\x01\x89\ \x9c\xaa\x29\xe0\x8b\xc5\x62\xa8\xaf\xaf\x97\xab\xe4\xaf\xfe\xea\ \xaf\xf0\xc9\x27\x9f\xe0\xf0\xf0\x50\x03\x49\x75\x8a\x6c\x26\x93\ \xc1\xc6\xc6\x86\xf4\x03\x74\xbd\x50\x30\xfc\xe8\xd1\x23\x0c\x0c\ \x0c\xa8\x13\x8f\xfa\x34\x6a\xd2\x28\x2e\xa6\x68\x94\x76\x6d\x3a\ \xa8\xdc\x6e\xb7\x1e\x18\x86\x28\x12\xe1\xa0\x38\x3b\x9b\xcd\xa2\ \xae\xae\x4e\xd0\x7f\x28\x14\xd2\xe7\xc2\xa1\x86\x87\x29\x2d\xb3\ \x3c\xc4\x57\x56\x56\xf4\xc2\xa5\x52\x29\xe5\x23\x31\xd4\x91\x43\ \x25\x85\x92\x44\x54\xf9\xe7\xd1\xa5\x53\x6d\x97\x25\x5f\x4e\x8d\ \x40\x4d\x4d\x8d\xcc\x19\xd5\x99\x52\x5c\x1e\x98\xfb\x43\xd1\x34\ \x45\xe5\xfc\x2c\x88\x26\xce\xcf\xcf\x6b\x30\xe5\x3f\x23\x12\xcb\ \xc3\x8a\x0e\x5c\xd6\x0e\x51\x8b\x41\x7d\x0f\x7f\x3f\xc5\xfb\xdc\ \x2e\x79\x68\xd3\x7d\xb4\xb1\xb1\x71\x45\xf3\x48\xaa\x9e\x5d\x5a\ \x4e\xa7\x13\x9b\x9b\x9b\xf8\xdd\xef\x7e\x87\xee\xee\x6e\x3c\x7e\ \xfc\x18\x0b\x0b\x0b\x30\x1a\x8d\xa2\x20\xcc\x66\xb3\x96\x86\xf3\ \xf3\x73\x5c\xbf\x7e\x1d\x2e\x97\x0b\xb3\xb3\xb3\x18\x19\x19\xc1\ \xc8\xc8\x88\x06\x00\xb7\xdb\x8d\x4a\xa5\xa2\x05\x8b\xb4\xf3\xc4\ \xc4\x04\x7a\x7a\x7a\x70\x74\x74\x84\xde\xde\x5e\x85\x3c\x06\x02\ \x01\x0d\xd1\xd4\x11\x66\x32\x19\xb5\x2e\xd0\x01\x4c\xa4\xd8\xef\ \xf7\xa3\xb3\xb3\x13\xbe\x6f\x8a\x6b\x39\x84\x91\xfa\x67\x7e\x1b\ \xad\xe7\x95\x4a\x45\x14\x22\xe3\x55\x88\xb6\xba\xdd\x6e\x6c\x6c\ \x6c\x28\x7d\xd9\x64\x32\x61\x73\x73\x53\x03\x0e\x63\x2a\x9c\x4e\ \xa7\x6c\xe8\x74\xbb\xf1\x79\xe5\x3b\x17\x08\x04\x30\x34\x34\x84\ \x4c\x26\x03\xb7\xdb\x8d\x9e\x9e\x1e\xb9\x7b\x0b\x85\x02\xa6\xa7\ \xa7\xf5\xf3\xb2\xf1\xc2\x66\xb3\xc9\x9d\x59\x3d\x34\x51\xa7\x54\ \x1d\xf4\x98\xc9\x64\xae\xe4\x1c\x91\x32\xa3\x4c\x81\x9a\x3c\xd6\ \x70\x70\x48\xe1\x30\xeb\x70\x38\xb0\xb8\xb8\xa8\x54\xef\xde\xde\ \x5e\xb9\xc4\xd6\xbf\xc9\xb1\x23\x9d\x5e\xa9\x54\xf0\xf6\xdb\x6f\ \xa3\xb1\xb1\x11\x03\x03\x03\xe8\xe9\xe9\xb9\x82\xf8\xec\xec\xec\ \xc8\x50\x12\x8d\x46\xc5\x02\x30\xfb\x2b\x1a\x8d\x6a\xd1\x60\x7e\ \x19\x87\xc9\x4a\xa5\x82\xd9\xd9\x59\x18\x0c\x06\xa5\xfe\x73\x91\ \x6d\x6b\x6b\xc3\xd0\xd0\x90\x16\x6f\xe6\xb9\x51\xa3\xc7\x54\xed\ \x8b\x8b\x0b\x09\xc4\x29\x3f\x21\x8a\xc7\xf0\x4c\x2e\xd4\x35\x35\ \x35\x78\xfa\xf4\x29\x2c\x96\xcb\xba\x2e\x9b\xcd\x86\xbe\xbe\x3e\ \x2d\xc2\x74\x78\x27\x93\x49\x74\x75\x75\x09\x59\xec\xea\xea\xc2\ \xd4\xd4\x94\x84\xe0\xa5\x52\x09\x1e\x8f\xe7\x52\x74\x6c\x30\xe8\ \xbc\x7d\xf9\xf2\x25\xc2\xe1\xb0\xea\x71\x88\x80\x94\x4a\x25\x51\ \xa9\x17\x17\x17\xf0\xf9\x7c\x1a\x3e\x01\x08\xc1\x62\xcd\xd9\xf9\ \xf9\x65\x41\xf0\xca\xca\x8a\x2a\xa6\x78\xee\x33\x02\x82\x26\x1d\ \x0a\xce\x99\x7f\xd5\xd7\xd7\x87\x1b\x37\x6e\xa0\xb3\xb3\x53\xef\ \x1c\x87\x7a\x52\xc5\x0c\x57\xa5\x66\x8a\x02\xee\x1b\x37\x6e\xa8\ \xab\x96\xe7\x90\xc5\x62\x91\x29\xe9\x97\xbf\xfc\xa5\x52\xf1\x07\ \x06\x06\x74\x9f\xb3\xb7\xf0\xf1\xe3\xc7\x08\x06\x83\xb8\x75\xeb\ \x16\xfc\x7e\x3f\xea\xeb\xeb\xf1\xdd\xef\x7e\x57\x55\x57\xc5\x62\ \x11\xf3\xf3\xf3\x88\xc5\x62\x98\x9a\x9a\xc2\x17\x5f\x7c\xa1\x98\ \x22\x7e\x06\x94\x37\x6c\x6e\x6e\x62\x71\x71\x51\x08\x52\x28\x14\ \xc2\xf6\xf6\x36\x0e\x0e\x0e\xf4\xe7\xb1\x95\x85\x12\x9c\x74\x3a\ \x8d\x58\x2c\x86\xad\xad\x2d\xf5\xb6\x5e\xbf\x7e\x1d\x0d\x0d\x0d\ \xd2\xbf\x0d\x0e\x0e\x2a\xdf\x91\x11\x3c\xec\xe4\xe5\x82\x6b\x34\ \x1a\xb5\x24\x4c\x4e\x4e\xc2\xeb\xf5\xa2\xad\xad\x4d\xe7\x39\x51\ \x37\xd2\xe2\x8c\x6b\xe2\x79\xcb\x9e\xcc\x67\xcf\x9e\xc9\xcc\xc1\ \xd8\x0a\x8b\xc5\xa2\xae\x43\x4a\xa2\xb8\x50\x31\x8a\xa2\xb5\xb5\ \x55\x88\xe2\xe9\xe9\xa9\xcc\x13\x75\x75\x75\xa8\x09\x85\x42\x1f\ \x00\xb8\x12\x77\xd0\xd1\xd1\x21\xe7\x87\xc3\xe1\x40\x2e\x97\xd3\ \xa5\x70\x70\x70\x20\x6d\x16\x29\x21\x52\x30\xb4\x2b\xf2\xe1\xd8\ \xda\xda\x92\x5b\x81\x5c\x72\x20\x10\x50\x7e\x4a\xb1\x58\x14\x0d\ \xc3\xca\x05\xb3\xd9\x8c\xbb\x77\xef\xa2\x5c\x2e\xe3\xc7\x3f\xfe\ \x31\x56\x57\x57\x35\x4d\xf2\x41\x25\x22\xb3\xb2\xb2\x82\x4c\x26\ \x23\x41\x7c\x5d\x5d\x9d\x04\xb8\xd4\x0c\x1c\x1e\x1e\xe2\xd6\xad\ \x5b\xb0\x58\x2e\xcb\xa1\xa9\x31\xe1\xe5\x49\x64\x6d\x7f\x7f\x1f\ \xef\xbc\xf3\x8e\x82\x25\xc3\xe1\xb0\xb4\x5c\x36\x9b\x0d\x2e\x97\ \x0b\xb7\x6f\xdf\x96\xa0\x8e\xc3\x82\xc1\x70\xd9\x01\xe6\xf7\xfb\ \xf5\xa1\xf2\x67\xe4\x61\x43\xae\xbe\xb7\xb7\x17\x7f\xfe\xe7\x7f\ \x8e\x7f\xfc\xc7\x7f\xd4\x4b\xcc\xcf\x94\x59\x4f\xec\xfb\x63\x91\ \x28\xbb\xf2\x52\xa9\x94\x62\x2f\x28\xb2\x1f\x18\x18\x50\xa0\x6b\ \x2a\x95\x92\x16\x84\xe8\x57\x35\x0f\x3f\x37\x37\x27\x5a\xb7\xbe\ \xbe\x1e\xa7\xa7\xa7\x98\x9f\x9f\xc7\xd8\xd8\x18\x5e\xbe\x7c\x29\ \x01\x32\x07\x64\xc2\xa3\x47\x47\x47\x88\xc5\x62\x7a\xc9\x39\x34\ \x05\x83\x41\x64\xb3\x59\x59\xc6\xf7\xf6\xf6\xb0\xb9\xb9\x29\xa1\ \x3e\x2b\x27\xf8\x39\xd3\x4d\xc3\xef\xb9\xb5\xb5\x55\x1a\xa9\x70\ \x38\xac\xcc\xa6\xfd\xfd\x7d\x1c\x1f\x1f\x6b\xc8\xe2\x81\xc0\xff\ \x1d\x0e\x65\xf9\x7c\x1e\x7d\x7d\x7d\xaa\x02\xa2\xcb\x8f\xc2\x71\ \x93\xc9\x84\xf5\xf5\x75\x05\x4e\x32\x5d\xf7\xf0\xf0\x10\xe5\x72\ \x59\x8e\x18\xa6\x37\xc7\xe3\x71\x25\x30\x17\x8b\x45\xd9\xda\xf3\ \xf9\x3c\x1a\x1a\x1a\x14\x16\x59\xbd\x08\xf0\x20\xa4\x68\x98\x8d\ \x07\xd4\x4a\x71\x80\x23\xec\xcc\x21\x90\x7a\x18\x86\xec\x11\x09\ \x66\x0d\x89\xd1\x78\xd9\x97\x49\xf1\x6e\xa9\x54\x52\x33\x01\x69\ \x15\xe0\x32\x71\xdd\xe7\xf3\x09\x41\xeb\xeb\xeb\x93\xc6\x8a\x14\ \xac\xd3\xe9\x94\x9b\x96\x97\xb6\xcd\x66\x43\x30\x18\xc4\x93\x27\ \x4f\x64\x46\x60\x43\x41\x3a\x9d\x46\x6f\x6f\x2f\xe6\xe7\xe7\xf5\ \xfb\xca\xe5\xcb\xaa\x1f\x5e\xe4\xd4\x4a\x91\xea\x24\xed\xc9\x20\ \x62\xba\x92\x68\xb4\xa0\x08\x9d\x89\xdc\xf5\xf5\xf5\x3a\x1c\x07\ \x06\x06\x74\x40\x53\x5c\xcb\xb4\x7c\xa6\x5e\x73\x90\x66\x38\xae\ \xcd\x66\x43\x6f\x6f\x2f\x86\x87\x87\x11\x0e\x87\xd1\xd0\xd0\x80\ \x6b\xd7\xae\xc1\xf7\x4d\xc7\x1b\x87\x01\x9b\xcd\x86\xb6\xb6\x36\ \x4c\x4c\x4c\xa0\x58\x2c\xe2\xf9\xf3\xe7\xba\xf0\x9a\x9a\x9a\x30\ \x34\x34\x84\xb3\xb3\x33\x6c\x6d\x6d\xc1\x68\x34\x62\x70\x70\x10\ \x63\x63\x63\xf0\x7a\xbd\x3a\x1b\x76\x77\x77\xa5\xfd\x63\x1a\x3c\ \x0f\x51\x6a\xdc\x56\x56\x56\x74\xc8\x73\x58\x5d\x5b\x5b\x43\x47\ \x47\x87\x22\x23\xf8\xe7\xcc\xcf\xcf\xa3\xa9\xa9\x09\x91\x48\x44\ \xc5\xe3\xb5\xb5\x97\x05\xcc\x89\x44\x02\xe1\x70\x18\xa7\xa7\x97\ \xe5\xd3\x6f\xbd\xf5\x96\x9c\x57\xdc\xba\xb9\x5d\xf3\x62\xe8\xeb\ \xeb\xc3\xea\xea\x2a\xac\x56\xab\xcc\x40\x4e\xa7\x13\x3e\x9f\x0f\ \x1f\x7e\xf8\x21\xbe\xfc\xf2\x4b\xf8\x7c\x3e\xe5\x60\x7d\xe7\x3b\ \xdf\x41\x3a\x9d\x46\x32\x99\x44\x2e\x97\x43\x57\x57\x17\x66\x66\ \x66\x10\x8d\x46\x91\x4a\xa5\x10\x8f\xc7\x85\xb6\xa5\x52\x29\x09\ \xba\x9f\x3e\x7d\x8a\xe3\xe3\x63\x65\x1f\x72\x49\x3a\x3a\x3a\xc2\ \xf0\xf0\xb0\xb2\x99\x68\xd0\xd8\xdd\xdd\x45\x7b\x7b\x3b\xac\x56\ \xab\x7e\x1f\x63\x25\x48\xaf\x93\xf6\x63\xc5\x53\x26\x93\x41\x32\ \x99\x44\x28\x14\x42\x30\x18\x54\x5e\x5e\x5d\xdd\x65\xb7\xa4\xd7\ \xeb\x15\xd2\x91\xc9\x64\x70\xed\xda\x35\x51\xcf\x0d\x0d\x97\xdd\ \x97\x53\x53\x53\x8a\x4f\xb1\xd9\x6c\x88\xc7\xe3\x48\x26\x93\x72\ \x06\xb2\x95\x83\x0b\x33\x6d\xff\x46\xa3\x51\x86\x87\x4c\x26\x83\ \x60\x30\xa8\x81\x86\x9a\x25\x00\x98\x9a\x9a\x42\x36\x9b\x95\x36\ \x91\xef\x03\xcf\xb2\x89\x89\x09\x19\xc4\x5e\xbe\x7c\x89\xa7\x4f\ \x9f\x62\x72\x72\x12\x89\x44\x02\x3e\x9f\x4f\x62\xfc\xa5\xa5\x25\ \xc5\x13\x31\xb4\x93\x12\x16\x36\x0e\x50\x5b\xc6\x3c\xb8\x54\x2a\ \xa5\x3b\x8d\x72\x07\x3a\x7e\x6b\x6a\x6a\x14\xa6\xdd\xde\xde\x8e\ \xee\xee\x6e\xc5\x5d\x30\x43\xb0\x50\x28\x28\x5e\xc0\xe7\xf3\xe1\ \xe5\xcb\x97\xf8\xd7\x7f\xfd\x57\xbc\xf1\xc6\x1b\x30\x99\x4c\x32\ \x27\x0d\x0d\x0d\x09\x65\xf7\x7a\xbd\xe8\xea\xea\x82\xd7\xeb\x45\ \x6f\x6f\xaf\x34\x85\xd4\x34\x53\x26\x41\x34\x9e\x48\x75\x3a\x9d\ \x16\x85\xb9\xb2\xb2\x82\xfe\xfe\x7e\x01\x18\xd4\x89\x9d\x9f\x5f\ \x56\xcd\xed\xee\xee\x6a\x09\xb2\xd9\x6c\x4a\x86\xb7\x5a\xad\x98\ \x9d\x9d\x95\x86\x8c\xcb\x5b\xb5\x93\x38\x9b\xcd\x4a\xe3\xfb\xff\ \xaa\x3a\xb3\xa6\xb6\xcf\xfb\x8b\x1f\xb3\x08\xc4\x2e\x21\x09\x2d\ \x48\x48\x62\x17\x36\x06\x27\xc6\x0e\xde\x52\xd7\x76\x9a\x69\x33\ \xcd\x4c\x2f\xfa\x02\x7a\xd9\x4e\x5f\x43\xde\x47\x2f\x7a\x99\x69\ \x6f\x9a\x2e\x93\xc5\x75\x9a\xc4\x31\xe0\x05\xc5\x18\xcc\xa2\x0d\ \x09\x84\x40\x12\x12\x3b\x12\x08\x24\xfe\x17\xe4\x9c\x3f\xce\x8c\ \x67\xe2\x38\x33\x16\x92\x7e\xcf\xf3\x5d\xce\xf9\x9c\x4a\xa5\xa2\ \xa4\x19\x6e\x08\x88\xbb\xa0\x0c\xc8\x68\x3c\x27\xef\x5b\x2c\x16\ \x65\x1a\x72\x7b\xb5\xb0\xb0\x80\xd6\xd6\x56\xf8\xfd\x7e\x61\x39\ \xc2\xe1\x30\x96\x96\x96\x90\x4c\x26\xb1\xb9\xb9\xa9\xf3\x76\x6d\ \x6d\x4d\xf4\x7d\xea\xc9\x43\xa1\x10\x6c\x36\x1b\x66\x67\x67\x85\ \x90\xa9\xb6\x5a\xad\x9f\x71\x9a\x40\x60\x67\x4b\x4b\x0b\x1e\x3e\ \x7c\x28\x41\x37\x2b\x7b\x76\x7e\x5c\x29\xf2\x0d\x3e\x39\x39\x91\ \x73\x8a\x97\xf8\xfa\xfa\xba\x90\xf9\xb9\x5c\x0e\xa1\x50\x48\x71\ \x1c\x1c\x8d\xb3\x53\xe6\xfa\x86\x04\xd5\x52\xa9\xa4\x49\x1a\x1d\ \x85\xac\x10\x59\x45\xb2\x63\x33\x1a\x8d\x48\x24\x12\x12\xe6\x25\ \x93\x49\xb1\x2a\xe8\x02\xa3\x8b\xe6\x22\xd4\x8e\x42\xc9\x4a\xa5\ \x22\xb7\x10\x2f\xbd\x5c\x2e\x87\xc9\xc9\x49\x15\x39\x44\x1a\x24\ \x93\x49\x1c\x1d\x1d\x61\x78\x78\x18\x9b\x9b\x9b\x48\x26\x93\x2a\ \x56\x52\xa9\x94\xac\xe5\x5c\x69\x5d\x14\xbd\xd5\xd7\xd7\x23\x99\ \x4c\x6a\xf5\x40\x3b\x3d\x09\xe4\x6e\xb7\x5b\x1d\xaf\xc5\x62\x91\ \x35\x9a\x87\x2d\x3b\x2a\xda\xce\x2d\x16\x0b\x56\x57\x57\x61\xb1\ \x58\x60\x32\x99\x50\x55\xf5\xff\xa8\xfe\x9d\x9d\x1d\xd1\xe6\xb7\ \xb7\xb7\x15\x23\x44\xf0\x1f\xa7\x73\xc5\xe2\x79\x2a\x3b\xe3\x85\ \x2e\xb2\xa5\x78\x11\x75\x75\x75\x29\xdb\x8b\xd4\xf9\x7c\x3e\xaf\ \x0a\x9e\x2b\x32\x16\x21\x17\x49\xbf\x14\xbf\x72\xbf\x4f\xf1\xa7\ \xcf\xe7\x93\x76\x86\x85\xdb\xde\xde\x9e\xa2\x2f\x6a\x6b\x6b\x05\ \xfb\xa4\xa0\x9d\x3a\x10\xa2\x0c\xc8\x1f\xd9\xd9\xd9\xd1\x03\xce\ \x95\x19\x79\x60\x9c\x26\x50\x08\xce\xa9\x15\xbf\xb3\xb4\x3f\xd3\ \x85\x45\xa7\x88\xd3\xe9\x14\xc8\x8e\xba\x2f\xbe\x67\x17\xc7\xeb\ \x06\xc3\x79\x40\x35\x5d\x98\x3e\x9f\x0f\xb5\xb5\xe7\xf1\x15\x26\ \x93\x49\x85\x3b\xf7\xf9\x3c\x9c\x48\xec\xa7\x70\x95\xce\xa3\xba\ \xba\x3a\x39\xfb\x32\x99\x8c\x72\xc3\x2c\x16\x8b\xd6\xb0\xe4\x13\ \x99\xcd\x66\x21\x0e\xa8\xe5\x62\x8c\xd4\xe2\xe2\xa2\xbe\x67\x5c\ \xd3\x53\x23\x93\x4e\xa7\x91\x48\x24\xf4\xfe\x13\x75\x90\x4a\xa5\ \xa4\x67\xe4\x54\x95\xaf\xc9\xe7\xf3\x61\x65\x65\x05\x83\x83\x83\ \x58\x5a\x5a\x52\xd3\xc5\xc9\x5c\x55\xd5\x79\x3e\x60\x5f\x5f\x1f\ \x6e\xdc\xb8\xa1\x80\xe7\x4c\x26\xa3\xe8\x0d\x16\x87\xbd\xbd\xbd\ \x48\xa5\x52\x08\x85\x42\x22\xb1\x13\xc8\x49\xd4\x04\x9f\x77\xae\ \x4c\x58\x68\x73\x4a\xce\x73\x81\x4e\xdc\xd3\xd3\x53\x01\x22\xa9\ \xeb\xf3\xfb\xfd\x9a\xb0\x79\xbd\x5e\xdc\xb9\x73\x07\x66\xb3\x19\ \x91\x48\x44\x92\x05\x4e\xc3\xa9\xa9\x8c\xc5\x62\x5a\xff\x01\xc0\ \xe9\xe9\x29\x7a\x7b\x7b\x71\x72\x72\x82\xd9\xd9\x59\x6c\x6e\x6e\ \x22\x18\x0c\xca\xa4\x43\xd6\x5c\x5f\x5f\x9f\x9c\xb5\x44\x41\xf0\ \x17\x99\x74\xb9\x5c\x4e\xdf\x67\xaf\xd7\x2b\x4d\xd3\xfd\xfb\xf7\ \x31\x31\x31\x81\xf6\xf6\x76\x11\xcd\x29\xc2\xa6\x99\x61\x71\x71\ \x11\x81\x40\x00\x91\x48\x04\x46\xa3\x11\xa3\xa3\xa3\x6a\x70\xd9\ \xc4\x91\x5b\xd4\xdb\xdb\xab\x49\x3b\x53\x16\x2a\x95\x0a\xee\xdd\ \xbb\x87\x83\x83\x03\xf1\xc6\x2a\x95\x0a\x86\x86\x86\x50\x2e\x97\ \x31\x30\x30\x80\xdf\xfc\xe6\x37\x12\x3b\x5f\x04\x03\xf3\xfc\x21\ \xd4\x35\x95\x4a\x89\x64\xef\xf7\xfb\x91\x48\x24\xc4\x03\x0b\x87\ \xc3\x6a\x48\xa8\x23\xa2\xec\xc1\xe1\x70\x88\xa6\xce\x15\x8f\xc5\ \x62\x41\x7b\x7b\xbb\xd8\x5e\xd9\x6c\x16\x83\x83\x83\xda\x84\xd8\ \xed\x76\x5c\xbb\x76\x4d\x0d\x71\x6d\x6d\x2d\xdc\x6e\xb7\x98\x64\ \xd4\x4e\x75\x77\x77\x8b\x79\x65\x36\x9b\x11\x0e\x87\x71\x72\x72\ \xa2\x9f\x95\x1c\x3f\x6a\xb3\x88\x0f\xca\x64\x32\xc8\xe5\x72\xe8\ \xea\xea\x42\x3e\x9f\xc7\x57\x5f\x7d\x85\xa7\x4f\x9f\x22\x12\x89\ \xe0\xe5\xcb\x97\x28\x95\x4a\xe8\xe8\xe8\x80\xdf\xef\x97\x08\xbd\ \xa7\xa7\x47\xa4\x7c\x42\x86\x89\x40\xb0\x58\x2c\xb0\xd9\x6c\x9a\ \x5c\xd5\xd4\xd4\x20\x1e\x8f\xc3\x66\xb3\x69\xc2\x4b\x17\x71\x38\ \x1c\xc6\xe1\xe1\x21\x9c\x4e\x27\xde\xbe\x7d\x8b\xff\xfc\xe7\x3f\ \x32\xab\x70\xfa\x9e\x4e\xa7\xd5\xf4\x51\xe8\xce\x8d\x12\x45\xf0\ \xd4\x8b\x4e\x4d\x4d\x21\x1a\x8d\x4a\xa3\x7c\x70\x70\xa0\x75\xe7\ \x45\xb8\x31\x1b\x91\x44\x22\x81\x70\x38\x8c\x5f\xfd\xea\x57\x3a\ \x0b\xa9\xd1\xe3\x7a\x7d\x70\x70\x50\xd3\xc8\xe9\xe9\x69\x0c\x0d\ \x0d\xc1\xed\x76\x23\x97\xcb\x81\xe4\x01\x9a\x7b\xda\xdb\xdb\x61\ \x34\x1a\x91\x4c\x26\x61\xb3\xd9\x10\x0e\x87\x15\xfe\xed\x76\xbb\ \xf5\xdf\x01\xe0\xeb\xaf\xbf\xd6\xa6\x65\x6a\x6a\x4a\x09\x19\x6c\ \xf4\x8c\x46\x23\x9c\x4e\xa7\xb0\x27\x67\x67\x67\xd8\xde\xde\x46\ \x28\x14\xc2\xc6\xc6\x06\xe6\xe6\xe6\xf0\xc3\x0f\x3f\x08\xcb\x72\ \x91\x01\xc8\x2c\x5d\x4e\xc3\x7f\xfa\xe9\x27\xa5\x02\xa4\x52\x29\ \xb4\xb7\xb7\xeb\x2e\x3b\x3e\x3e\xc6\x8f\x3f\xfe\xa8\x46\xd6\xed\ \x76\xa3\x52\xa9\xe0\x9b\x6f\xbe\x41\x20\x10\x10\x84\x98\x13\x2c\ \x6e\x86\xb8\xda\x5c\x5f\x5f\xc7\x77\xdf\x7d\x87\x44\x22\x81\x58\ \x2c\xa6\x69\x76\x2e\x97\xc3\xf7\xdf\x7f\x8f\x6f\xbe\xf9\x06\xd5\ \xbf\xff\xfd\xef\x3f\xa3\xd3\xee\xe5\xcb\x97\x38\x39\x39\x4f\xa9\ \xe7\x4e\x9a\x1a\x1e\x02\x24\xb9\x5f\xa7\x76\xe7\x22\x75\xf5\x22\ \x96\xbf\xa1\xa1\x01\x2e\x97\x0b\x6e\xb7\x1b\x43\x43\x43\x38\x3d\ \x3d\xc5\xd0\xd0\x90\x48\xb5\xb4\x45\xb2\x33\x25\xcc\xeb\xd3\x4f\ \x3f\x15\xe3\xc8\xe7\xf3\xa1\xa6\xa6\x06\x5e\xaf\x57\x87\xab\xd3\ \xe9\x44\x2c\x16\x43\x47\x47\x87\x22\x47\x1c\x0e\x87\x20\x79\x7c\ \xf3\x06\x07\x07\xc5\x89\x22\x0c\x90\x05\x10\xb3\xc3\x88\xbd\x7f\ \xf1\xe2\x85\xf8\x4a\xc0\x39\xf4\x8e\x17\x39\xed\xf8\x87\x87\x87\ \x62\x9d\xe4\xf3\x79\x74\x74\x74\xc8\xca\xce\xff\x4e\x96\x12\x0f\ \x84\x8b\x8e\x8d\x8b\x6b\x03\xbb\xdd\x2e\x47\x90\xd9\x6c\x96\x66\ \x83\xd1\x29\x36\x9b\x4d\x6e\x21\x5a\xd3\xeb\xea\xea\x94\xab\xe4\ \xf3\xf9\xb0\xbe\xbe\x2e\xa0\x23\xad\xc8\x4e\xa7\x13\xb9\x5c\x0e\ \x43\x43\x43\x9a\xe8\x51\x84\x4c\x2d\x0f\x9d\x21\xdb\xdb\xdb\xd2\ \x32\x51\xcf\xc2\xee\x8a\x93\xc7\xb5\xb5\x35\xec\xef\xef\xcb\xdd\ \x74\x91\xcb\x52\x28\x14\xf4\xf7\xf0\x40\xe7\x67\x72\x70\x70\x20\ \xb7\x55\x22\x91\x80\xdd\x6e\xd7\xaa\xf5\xf8\xf8\x18\x6f\xde\xbc\ \x51\x71\x9b\xf8\x39\xdb\x8a\xc1\x9e\x27\x27\x27\xba\xac\x68\x05\ \x06\xce\x31\x11\x8c\xb6\xe9\xec\xec\x94\x18\x9c\x13\x23\x16\xf3\ \xfc\x45\x61\x24\xd7\x06\x55\x55\x55\xd2\x30\xd0\xf5\x41\x77\x24\ \x8b\x2f\xef\xcf\xcc\x22\x46\xdb\x70\x77\xcf\xb1\x3c\x2f\xfa\x52\ \xe9\x3c\x78\xda\x66\xb3\xc1\x66\xb3\xc1\xe5\x72\xa9\x93\xe5\x9a\ \x93\x7a\x0f\x3e\x94\x57\xae\x5c\x51\xf1\x74\x7a\x7a\x8a\xae\xae\ \x2e\xe1\x23\xe8\x28\x65\xb4\x10\x0b\x6a\x4e\xdb\xd8\xb5\x6d\x6f\ \x6f\xa3\xaf\xaf\x0f\x0e\x87\x43\xce\xb9\xab\x57\xaf\x62\x63\x63\ \x43\x42\x4b\xbe\x6e\x32\xc8\xf8\x8c\xdc\xba\x75\x4b\x19\x5f\x9d\ \x9d\x9d\x42\x0a\xac\xac\xac\xc0\xfb\x33\xa1\xbf\x58\x2c\x22\x10\ \x08\x08\x31\xf2\xfe\xfb\xef\x6b\xe5\x5a\x2a\x95\xb0\xbc\xbc\x8c\ \xd1\xd1\x51\x31\xe6\x38\xf5\xd9\xdf\xdf\x47\x20\x10\x80\xd1\x68\ \xc4\xab\x57\xaf\xc4\xc7\xb2\xd9\x6c\xa8\xab\xab\x43\x77\x77\x37\ \x5a\x5b\x5b\x11\x89\x44\x50\x55\x55\x85\xde\xde\x5e\x98\x4c\x26\ \xad\xdc\xf8\xef\x85\x42\x41\x2e\x55\x82\x39\xe7\xe6\xe6\x54\xcc\ \xc4\x62\x31\xac\xaf\xaf\x63\x76\x76\x56\xd3\xf6\x85\x85\x05\x35\ \x2c\x06\x83\x01\xab\xab\xab\x8a\x29\xa2\x26\x6f\x6d\x6d\x0d\xc1\ \x60\x50\xda\x45\xf2\xe8\x66\x66\x66\xf4\xdd\x68\x6d\x6d\xc5\xeb\ \xd7\xaf\xb1\xbb\xbb\x8b\xfe\xfe\x7e\xc1\x5a\xa9\x49\xa2\x49\xc6\ \x64\x32\x49\x63\xf2\xe8\xd1\x23\x18\x0c\x06\x19\x04\xf2\xf9\xbc\ \x1a\x18\x4e\x5b\x89\x35\x20\x0b\xcf\xed\x76\xc3\xeb\xf5\x22\x95\ \x4a\x69\x55\xd1\xd3\xd3\xa3\x33\xa4\x54\x2a\x21\x14\x0a\xc1\x6e\ \xb7\x4b\x8e\x40\x9a\x7a\x75\x75\x35\x46\x47\x47\x15\x40\x7e\x74\ \x74\x84\xf9\xf9\x79\xf4\xf6\xf6\x6a\xba\x4d\xed\x1c\xbf\x7b\x1f\ \x7d\xf4\x91\x9a\xc9\xd3\xd3\x53\x6d\x0f\x2c\x16\x0b\x5e\xbe\x7c\ \x29\xcd\x0c\x27\xe4\xe4\x99\xf1\x3c\x26\x30\x94\x13\x06\xae\xb0\ \xf8\x8b\x9a\x37\x4e\x7b\x69\x7c\x88\xc7\xe3\x30\x18\x0c\x42\x33\ \x2c\x2c\x2c\x20\x18\x0c\xca\x89\x99\x4c\x26\x85\xe0\x30\x99\x4c\ \x18\x18\x18\x50\x63\x48\x40\x25\xe3\x54\x08\x93\x3d\x3b\x3b\xd3\ \x96\x80\x53\x60\xb3\xd9\xac\x55\x32\x1b\xcf\xcb\x97\x2f\x63\x65\ \x65\x45\x12\x0b\xba\xd1\x93\xc9\xa4\x92\x16\x38\x91\xe1\xca\x94\ \xee\x6d\xba\x59\x69\x0c\xfa\xfe\xfb\xef\xf1\xe3\x8f\x3f\x62\x63\ \x63\x43\x5b\x0b\xc6\xbb\xf1\x67\xe7\x54\xbb\xa9\xa9\x09\x89\x44\ \x42\xab\xa7\x9a\x9a\x1a\xdc\xbd\x7b\x57\xf0\xeb\x2b\x57\xae\xe8\ \x3d\x0a\x04\x02\xc2\x88\x50\x74\x7f\x78\x78\x28\xbd\x18\x99\x79\ \x5c\xaf\xcf\xcf\xcf\x63\x7b\x7b\x1b\x5f\x7e\xf9\x25\x9e\x3e\x7d\ \xaa\x22\x2e\x12\x89\x08\x94\x49\x2d\x2b\xe5\x15\x33\x33\x33\x4a\ \x83\xa0\xbe\xf6\xf8\xf8\x18\xe1\x70\x18\x4f\x9f\x3e\x55\x98\x39\ \x99\x8a\xfc\xf3\x8b\x93\x7d\xba\x54\x47\x47\x47\xa5\xa7\xe6\xfd\ \x4f\xed\x11\xb7\x2f\x2c\xa0\x09\x14\xa7\xab\x71\x62\x62\xe2\x1d\ \x64\xc5\xf8\xf8\xb8\xd8\x5a\x74\x1f\xd3\xb1\x9d\x4a\xa5\x64\x90\ \x63\x46\x2e\xa5\x3c\x7e\xbf\x1f\x7d\x7d\x7d\xe8\xee\xee\xd6\x33\ \x91\x4c\x26\xd1\xd4\xd4\x84\xc5\xc5\xc5\x77\x5c\x8e\xd5\xd5\xe7\ \x51\x7a\xd4\x08\x73\x32\x49\xb9\x09\x87\x0d\xc0\x39\xd2\x66\x79\ \x79\x19\x3d\x3d\x3d\x30\x18\x0c\x18\x1c\x1c\x94\x96\x8d\xbc\x36\ \xbb\xdd\x8e\xce\xce\x4e\xd1\x0b\x2a\x95\x0a\x02\x81\x00\x1e\x3d\ \x7a\x24\x13\x05\xb5\x66\xcd\xcd\xcd\xba\x8f\xab\xab\xaa\xaa\x3e\ \x63\xb4\x01\x2b\xf6\xcb\x97\x2f\x23\x99\x4c\x02\x00\x7c\x3e\xdf\ \x3b\x99\x63\x4d\x4d\x4d\x8a\x2e\xe0\xa8\xdd\x6e\xb7\x8b\x6a\x6b\ \xb3\xd9\xe0\xf1\x78\xd0\xd9\xd9\x09\x97\xcb\x85\x68\x34\xaa\x42\ \xa7\xa5\xa5\x05\xf9\x7c\x5e\x13\x06\xea\x0f\x98\x75\xe4\x70\x38\ \xf0\xe3\x8f\x3f\xa2\xab\xab\x0b\x1e\x8f\x47\x87\x38\x99\x2b\xfc\ \x10\x72\xb9\x1c\x02\x81\x80\x30\xfe\x74\x8b\xb1\xdb\xf5\xf9\x7c\ \xea\xf6\x89\x9b\xf0\x7a\xbd\xa8\xaa\xaa\xd2\xfa\xa2\xb1\xb1\x11\ \x5b\x5b\x5b\x2a\x20\xa8\x01\xa9\x54\x2a\xa2\xf0\x5e\xbd\x7a\x15\ \x66\xb3\x19\x66\xb3\x19\xbf\xfc\xe5\x2f\xb5\xf2\xe2\x94\x8a\x05\ \x18\x59\x2f\xd4\x46\x51\xcb\xc2\xe8\x14\x12\x83\x03\x81\x00\x92\ \xc9\xa4\xbe\x68\xd1\x68\x54\x1a\x2a\xae\x4b\xdb\xdb\xdb\x45\x10\ \xa6\x30\x9c\x2e\x08\x3a\xfd\xe8\x34\xf2\x78\x3c\x42\x34\x50\x63\ \xc6\xd7\xc1\xee\x8c\xd4\x61\x16\x12\x91\x48\x44\x56\x54\x4e\x2d\ \xf8\x9e\x70\xfa\x48\xb1\x33\xa7\x40\x0c\xeb\xa4\xa5\xd8\x6a\xb5\ \xe2\xd2\xa5\x4b\xa8\xa9\xa9\x41\x2c\x16\x93\x5b\x94\x1a\x27\x32\ \xa7\x88\x30\xe0\xc8\x96\x58\x85\x42\xa1\x20\x47\x12\x5d\x9f\x5c\ \xbd\x30\x30\xbb\x54\x2a\xa9\xc8\x27\xe1\x9a\xeb\xb3\xda\xda\x5a\ \xad\x49\x99\xa1\xc5\x8c\x47\xae\x35\xb9\x96\xa2\x10\x95\xce\x17\ \xc6\xf1\xf0\x20\xa1\x75\x9e\x53\x1e\x4e\x8b\xda\xda\xda\x14\xdf\ \xc0\x95\xd0\x47\x1f\x7d\x84\x3f\xfe\xf1\x8f\x88\x46\xa3\xa8\xa9\ \xa9\xc1\x27\x9f\x7c\x82\x85\x85\x05\x09\xcf\xb9\x16\xe6\x8a\x89\ \xeb\x58\x4e\x08\x59\x5c\x71\xcd\xc3\xe9\x54\x36\x9b\x95\x63\x87\ \xd3\x5b\x0a\x2b\x69\x04\xe0\x67\xc8\xa8\xa1\x85\x85\x05\x7d\xbe\ \xd4\x87\xbc\xf7\xde\x7b\x58\x5d\x5d\x95\x08\xf3\xfe\xfd\xfb\x72\ \x86\x71\x12\xcc\xbc\x3a\x3a\x1e\xa9\x41\x62\x03\x31\x38\x38\x88\ \x91\x91\x11\x14\x8b\x45\xad\x61\xa2\xd1\x28\xf2\xf9\xbc\x58\x4e\ \x5c\xef\x5b\xad\x56\x75\x88\xa9\x54\x0a\xc1\x60\x50\xae\x4b\x92\ \x9f\x59\x68\xa7\xd3\x69\x69\xa8\xf8\x7c\xac\xad\xad\xc1\xef\xf7\ \xe3\xe0\xe0\x00\xaf\x5e\xbd\xc2\xee\xee\xae\xc0\xa2\x63\x63\x63\ \x72\xf4\xbd\x79\xf3\x06\xa1\x50\x08\x13\x13\x13\xba\x50\x83\xc1\ \x20\x6e\xdc\xb8\xa1\x55\xf4\xd6\xd6\x16\xa6\xa7\xa7\x85\x03\xa1\ \xdb\x2a\x9b\xcd\xaa\xb3\x3d\x3a\x3a\x92\xc5\xbe\xaa\xaa\x0a\xb7\ \x6f\xdf\x96\x9e\xf0\xf4\xf4\x14\x7d\x7d\x7d\x58\x5c\x5c\xc4\xca\ \xca\x0a\xfc\x7e\x3f\xd6\xd6\xd6\x34\xf1\xce\x64\x32\x98\x9f\x9f\ \xc7\xcd\x9b\x37\x51\x2c\x16\xe1\x74\x3a\x35\xad\x8a\xc7\xe3\x32\ \x50\xb0\x28\x66\xb3\x34\x31\x31\x81\x85\x85\x05\x9c\x9e\x9e\x67\ \x89\x46\x22\x11\xa4\xd3\x69\x75\xe5\x1d\x1d\x1d\x58\x5c\x5c\x94\ \x46\x11\x80\x10\x02\xe4\xdf\xdd\xbf\x7f\x5f\xdc\x3a\xea\xef\xc8\ \x0b\x22\x83\xac\xa9\xa9\x09\x91\x48\xe4\x1d\x51\xae\xd9\x6c\x96\ \x0e\x96\x2b\xe5\xfe\xfe\x7e\xfc\xfb\xdf\xff\x46\x6b\x6b\x2b\x7a\ \x7b\x7b\x31\x3a\x3a\x8a\x97\x2f\x5f\x22\x91\x48\x68\x15\x47\x87\ \x2b\xad\xf3\x5d\x5d\x5d\x48\x24\x12\x48\xfc\x1c\x41\xc4\x95\x1f\ \x9d\xad\x6c\x16\x00\x68\xf2\x42\x56\x5c\x36\x9b\xd5\xa4\x9f\x4d\ \x28\x25\x1d\x9c\xd4\x51\x42\xe0\x72\xb9\x94\x41\xcb\x55\xf8\xe6\ \xe6\x26\xb6\xb7\xb7\x65\x78\xe1\xe5\xe6\x72\xb9\x70\x78\x78\x88\ \xf9\xf9\x79\x4d\x72\xe9\xc0\x33\x99\x4c\x70\xb9\x5c\x6a\xe6\xe9\ \x9a\x65\x62\x47\x53\x53\x13\x56\x57\x57\xe1\x72\xb9\x90\x4e\xa7\ \x95\x6b\x48\xd3\xc7\xe2\xe2\x22\x00\x60\x7e\x7e\x5e\x85\xfd\xc6\ \xc6\x06\x96\x96\x96\x30\x39\x39\x89\xe5\xe5\x65\x41\x42\x0d\x06\ \x83\x70\x00\x5c\x7f\x77\x75\x75\xe9\xbc\xcc\x66\xb3\x88\x46\xa3\ \x72\x6e\xb2\x28\xe5\xb3\x7e\x78\x78\x28\x21\xf6\xea\xea\x2a\x86\ \x87\x87\x31\x30\x30\x80\x89\x89\x09\xd8\xed\x76\x99\xba\xd8\x44\ \xdf\xbd\x7b\x17\x8d\x8d\x8d\xef\xa0\x37\x38\x31\x26\x44\xb3\xb5\ \xb5\x55\x2e\xcc\xb7\x6f\xdf\x0a\xa5\xb2\xb2\xb2\xa2\xa6\x91\xc8\ \x07\x46\x37\x71\x30\xc0\xb3\xdb\xe3\xf1\xc8\x58\x61\x32\x99\x64\ \x60\x79\xf2\xe4\x89\xa6\xdb\x5b\x5b\x5b\x88\xc7\xe3\xca\xcc\xe4\ \x19\x45\xd3\x54\x26\x93\xc1\xd9\xd9\x99\xe0\xd3\x34\xcc\x18\x0c\ \x06\x41\xa9\x07\x06\x06\x30\x3d\x3d\x2d\x8d\x2c\x9f\x91\xeb\xd7\ \xaf\x6b\xd3\xc0\xfb\xc8\x64\x32\x69\x70\xc1\xc6\xc6\xe7\xf3\x29\ \x97\x94\x2b\xe5\x6c\x36\xab\xc8\xb7\x72\xb9\x2c\xe4\x0d\xc1\xb8\ \x5c\x49\x73\x52\xca\xa6\x8f\xf7\x0e\xef\x29\xe2\x4a\x38\x8c\x30\ \x1a\xcf\x63\x95\xe8\xce\xe7\xf7\x7b\x71\x71\x51\x49\x2d\x84\x81\ \xd3\x19\x5b\xfd\xde\x7b\xef\x7d\xe6\x74\x3a\x51\xa9\x54\x70\xfb\ \xf6\x6d\x5c\xbd\x7a\x15\x0b\x0b\x0b\x82\x56\xb2\xab\x30\x99\x4c\ \x18\x1a\x1a\x82\xd3\xe9\x94\x4b\x89\x62\xf2\xab\x57\xaf\xbe\x13\ \xd1\x90\x4e\xa7\x25\xf4\xea\xec\xec\x14\xf6\xa1\x52\xa9\xe8\x4d\ \xe2\x0b\x64\x87\xc8\xa2\x81\x5d\x5c\xb9\x5c\xc6\xd2\xd2\x92\xf8\ \x21\x85\x42\x41\x4c\xa0\x3b\x77\xee\xe0\xe8\xe8\x48\x3b\x55\x82\ \x45\xe9\x16\x23\x1f\x68\x73\x73\x13\xbb\xbb\xbb\xd2\x58\x34\x37\ \x37\x2b\xd3\x8a\x6c\x15\x06\x03\x73\x37\xcb\x82\x66\x66\x66\x06\ \xd9\x6c\x16\x0e\x87\x43\x13\x16\x3e\xc0\x1c\x9f\xd3\xd1\x52\x55\ \x75\x0e\xaf\x3c\x3a\x3a\x82\xdb\xed\x46\x4d\x4d\x0d\xd6\xd6\xd6\ \xe4\x2a\xa2\x96\x8b\xab\x2e\x5a\xa2\x59\xa8\x70\xf5\x69\xb3\xd9\ \xe4\xf8\x20\x3f\x86\x22\x6d\xea\xd3\x32\x99\x8c\x20\x83\x47\x47\ \x47\x98\x9c\x9c\xc4\xea\xea\xaa\x56\x40\x5c\x9b\xe4\xf3\x79\x75\ \x5d\x14\x11\x33\xee\x84\x2b\x5a\x42\x18\x0d\x06\x83\x7e\x2e\x4e\ \x15\xa9\x7d\xa8\xaf\xaf\x57\x9c\x09\xad\xf7\xd4\x8c\x1c\x7f\x8c\ \x00\x00\x13\x81\x49\x44\x41\x54\xc2\xd0\x5d\xc8\xc9\x17\x57\xc5\ \xd7\xae\x5d\x83\xd9\x6c\x46\xa1\x50\x78\x27\xc0\x97\x1d\x45\x4f\ \x4f\x8f\x7e\xb6\xba\xba\x3a\xb9\x53\x38\x1a\xe6\x03\x5d\x2e\x97\ \xd1\xdf\xdf\x2f\xf1\x2e\xbb\x11\x97\xcb\xa5\xec\x3c\x0a\x8b\xb9\ \x6a\xe5\x3a\x80\x26\x00\x00\x18\x1a\x1a\x12\x5a\xc1\x6a\xb5\xca\ \x36\x4c\x0d\x03\xa7\x89\xb5\xb5\xb5\xe2\x8c\xe5\x72\x39\x4d\xdd\ \xd8\x9d\x9f\x9c\x9c\xe0\x8b\x2f\xbe\x40\x24\x12\xc1\xd0\xd0\x10\ \x6e\xde\xbc\x89\x2f\xbf\xfc\x52\x87\x48\xb9\x5c\xd6\xca\xb2\x58\ \x2c\xe2\xf8\xf8\x18\x57\xae\x5c\x91\x8e\x8d\x6e\x3d\x22\x3e\xf8\ \xde\xc5\xe3\x71\x71\xc3\x56\x57\x57\xa5\x41\x60\xa4\x11\xf5\x63\ \xd4\x02\x79\x7f\x26\x74\x1f\x1e\x1e\x0a\x08\x1b\x0a\x85\x60\x30\ \x18\x14\xcb\x52\x55\x55\x25\xf6\x14\xd7\x7e\x23\x23\x23\x98\x9b\ \x9b\x43\x2a\x95\x42\x77\x77\x37\x2a\x95\x8a\x10\x08\x5c\xe9\x92\ \xf0\x3e\x30\x30\x20\x8d\x08\x3f\x97\xee\xee\x6e\x35\x2f\x7c\xf6\ \xdb\xda\xda\x34\x25\xe4\x77\x96\x45\x24\x8b\xce\xa5\xa5\x25\xd8\ \x6c\x36\xf4\xf4\xf4\x60\x60\x60\x40\x34\x7b\x8a\x57\xa9\x9b\xd9\ \xde\xde\xc6\xb3\x67\xcf\x14\xa9\x43\x18\x69\x26\x93\xc1\xfd\xfb\ \xf7\xb5\x3e\x63\x07\x6b\xb3\xd9\x34\xd5\x8a\x44\x22\xd2\xf5\xb4\ \xb4\xb4\xc8\x85\xcc\x68\x9b\xa5\xa5\x25\xe9\x21\x49\x55\x67\xf0\ \x2e\xc1\xa3\x00\x60\xb5\x5a\x51\x5f\x5f\x8f\x60\x30\x88\x52\xa9\ \x24\x6d\x14\x23\xa1\xb8\x66\x01\xa0\x20\x6d\x62\x1d\x1a\x1a\x1a\ \xf0\xe9\xa7\x9f\x4a\x77\x94\xcb\xe5\x50\x2a\x95\xf0\xe0\xc1\x03\ \x74\x74\x74\x88\xfb\xb5\xbc\xbc\x0c\x8f\xc7\x83\xae\xae\x2e\x21\ \x1e\x38\x19\xa6\x5e\x8c\xbf\x37\x18\x0c\xf8\xea\xab\xaf\xb0\xbc\ \xbc\x2c\x96\x1a\x0d\x26\x93\x93\x93\x5a\xed\x73\x3a\x1d\x8f\xc7\ \x31\x3f\x3f\x8f\x50\x28\x24\x6d\xc9\x9b\x37\x6f\xf4\x5d\xdf\xde\ \xde\xc6\xd8\xd8\x18\xd6\xd7\xd7\x31\x3c\x3c\xac\x22\x91\xab\x79\ \x3a\x0c\xfd\x7e\xbf\x4c\x18\xd4\xe0\x51\xc0\x7d\xf1\xf2\x4c\xa5\ \x52\x5a\xf9\x32\x27\x33\x91\x48\x60\x7e\x7e\x5e\xef\xef\xed\xdb\ \xb7\x31\x3f\x3f\x8f\x2b\x57\xae\xe0\x0f\x7f\xf8\x03\xce\xce\xce\ \x30\x3a\x3a\x8a\xf1\xf1\x71\x8c\x8e\x8e\xa2\xbf\xbf\x1f\x6d\x6d\ \x6d\xe8\xe9\xe9\x81\xd3\xe9\x14\xd6\x21\x9b\xcd\xbe\xe3\x06\xe3\ \x19\x55\x28\x14\xd4\xa8\xdb\xed\x76\x6d\x00\x18\xb5\x92\xcf\xe7\ \xdf\x09\xe0\x25\x64\x97\x17\x38\x57\xb4\xa7\xa7\xa7\xb0\xd9\x6c\ \x48\xa7\xd3\x2a\x38\xfa\xfa\xfa\xf0\xf0\xe1\x43\xad\xbe\x89\xe1\ \xa1\xcd\xbf\xb3\xb3\x53\x1c\xaf\xe6\xe6\x66\x14\x8b\x45\xe4\xf3\ \x79\x3c\x7b\xf6\x0c\xf1\x78\x1c\x97\x2e\x5d\xc2\xd0\xd0\x90\x1a\ \x2b\x8f\xc7\xa3\xa9\xa5\xd5\x6a\x45\x53\x53\x13\x02\x81\x80\x1a\ \xcc\xfd\xfd\xfd\x77\x90\x40\x16\x8b\x45\x53\x30\x62\x7f\x98\x39\ \x4b\xa7\xad\xdf\xef\x87\xc3\xe1\x90\x86\x8e\x09\x27\xa5\x52\x49\ \x1b\x24\xa3\xd1\x08\x9f\xcf\x87\x1b\x37\x6e\x68\x8a\x4e\xc0\x72\ \x53\x53\x13\xba\xbb\xbb\x71\x70\x70\x80\xd9\xd9\xd9\x77\x4c\x30\ \x84\xfa\x12\x30\xec\x74\x3a\x75\xd7\x52\xca\x51\x2a\x95\x30\x37\ \x37\xa7\x75\x70\x26\x93\xc1\xdc\xdc\x1c\xd6\xd7\xd7\x91\x4e\xa7\ \x51\x2c\x16\xa5\xd1\xa3\x21\x25\x14\x0a\xe9\x2e\xa1\xb3\x92\xc5\ \x26\x9d\x90\x9c\x8a\xad\xae\xae\xe2\xcd\x9b\x37\x98\x9b\x9b\x83\ \xdf\xef\xc7\xde\xde\x1e\x56\x56\x56\x74\x47\x86\x42\x21\x54\x57\ \x9f\x67\x3b\x4e\x4d\x4d\xa9\xa8\xa2\x69\xe4\xf2\xe5\xcb\x70\xbb\ \xdd\x38\x38\x38\x80\xd5\x6a\x55\x41\x1a\x0c\x06\xe5\x7e\xe5\xb0\ \x86\x3f\x53\x4d\xcd\x79\x68\x39\x3f\x33\x26\xb6\x50\x27\x4d\x0d\ \x1e\xa7\xc7\x97\x2e\x5d\x12\xe7\x32\x16\x8b\xa9\x38\xa5\x6e\x95\ \xc4\xfb\xea\x3f\xff\xf9\xcf\x9f\x91\x73\x13\x8b\xc5\xf0\xfa\xf5\ \x6b\x44\xa3\x51\xd9\xe3\x2b\x95\x0a\xc2\xe1\xb0\x32\xfd\x48\x1c\ \xe7\x03\x7f\xf9\xf2\x65\x18\x8d\xe7\x21\xa8\x4b\x4b\x4b\xef\x08\ \x00\xd9\x55\x70\x3c\xc7\xdf\xaf\xaf\xaf\xe3\xf8\xf8\x58\x56\xcc\ \x8e\x8e\x0e\xa1\x1e\x88\x7d\xa0\x4b\x8c\xc4\xde\x48\x24\x82\x64\ \x32\x29\xd0\x23\x0f\xef\x52\xa9\xa4\xe0\xd1\xe9\xe9\x69\xbd\xc6\ \x64\x32\xa9\xcb\x98\x44\xf4\x8d\x8d\x0d\x4d\xdf\xe8\x82\xac\xad\ \x3d\x27\x3f\xd3\xce\x1a\x08\x04\x44\x24\xa6\x8b\xa8\xba\xba\x5a\ \x5f\xea\xea\xea\xf3\xd0\x5c\x26\xc3\xcf\xcd\xcd\x09\x6b\xb0\xb3\ \xb3\x23\xb7\x1d\x1f\x58\x56\xed\x0d\x0d\x0d\xea\x14\xa8\x61\x29\ \x14\x0a\x72\xf0\x31\x6b\xea\xe8\xe8\x48\xee\xb3\x7c\x3e\x2f\x2a\ \x30\x8b\x27\x42\x27\xc9\xdf\x29\x97\xcb\x12\x19\xc7\x62\x31\x4d\ \x8e\x9a\x9b\x9b\xa5\xd1\x60\xd5\x4f\x17\x0f\x0b\xdc\x72\xb9\xfc\ \x8e\xeb\x8e\xe2\x59\x97\xcb\xa5\x22\x97\x07\x38\xf5\x72\x1c\xd9\ \xb2\x03\xa5\xb5\xda\xe1\x70\xc8\xa9\x05\x9c\x13\xcd\xf9\xba\x38\ \xde\x3f\x3b\x3b\x93\x3e\x80\xc5\x34\x1d\x7e\xfc\x3e\x70\x52\x45\ \x9d\x53\x22\x91\x80\xcf\xe7\x53\x21\x45\x41\x23\x5d\x7e\x74\xec\ \xe4\xf3\x79\xc5\x61\x54\x2a\x15\x1d\x4e\x74\x12\x6e\x6c\x6c\x20\ \x9d\x4e\xcb\xd2\xcb\xc0\xea\x62\xb1\x08\x8b\xc5\x22\xe0\x6c\xb9\ \x5c\xd6\xbe\x9d\xb0\x5c\x3a\x44\x93\xc9\x24\x56\x56\x56\x30\x3a\ \x3a\x8a\xdf\xfe\xf6\xb7\x88\xc5\x62\x08\x87\xc3\x9a\xfe\xae\xad\ \xad\x69\x44\x4c\xa3\x03\x05\xca\xfc\x2e\xb2\xeb\x21\xa9\x99\xb9\ \x84\x5c\xfd\x55\x55\x55\x29\x73\x92\xf4\x64\x97\xcb\x85\xc1\xc1\ \x41\x4d\x44\xa9\xb9\xe3\xfb\x44\x4e\x0b\xb1\x19\x9c\xa4\xc4\xe3\ \x71\x54\x57\x57\x23\x1a\x8d\xca\x71\x48\xb1\xfb\xcb\x97\x2f\x31\ \x36\x36\x26\x57\x22\x53\x17\xf6\xf6\xf6\x90\x4a\xa5\x54\x30\x2d\ \x2d\x2d\x89\x30\xbd\xb5\xb5\x25\xa1\x35\x83\xaa\xb9\x2a\x21\xf3\ \x88\xab\x6e\xda\x9a\xa9\xa9\x24\xc5\x7c\x6f\x6f\x0f\xc1\x60\x50\ \x20\xc6\x7f\xfe\xf3\x9f\xf8\xfc\xf3\xcf\xe1\xf1\x78\xf0\xa7\x3f\ \xfd\x49\x80\x50\x3a\x09\x23\x91\x88\xd6\x17\x6d\x6d\x6d\xb0\xdb\ \xed\xc8\xe5\x72\x68\x6d\x6d\x15\x80\x98\xb6\xec\xc3\xc3\x43\xac\ \xae\xae\x62\x6a\x6a\x0a\x1e\x8f\x07\xd5\xd5\xd5\x98\x9f\x9f\xd7\ \x74\x8e\xd9\xa3\xfc\x1c\xdf\xbe\x7d\x8b\x17\x2f\x5e\x60\x7f\x7f\ \x1f\x5e\xaf\x57\xc1\xca\xcd\xcd\xcd\xa8\xaf\xaf\xc7\xe0\xe0\xa0\ \x62\x7d\x9a\x9b\x9b\x11\x08\x04\xb4\xea\xe3\xc4\x83\xf6\x7a\xbb\ \xdd\xae\x26\x86\xcc\x3a\xae\xfa\xe7\xe7\xe7\x01\x9c\x43\x3e\x99\ \x6b\xca\xc9\x09\x23\x9b\x98\x17\x77\x7a\x7a\x2a\x0e\x11\xc9\xd0\ \x9c\x3e\xb0\x49\xe0\x39\xd6\xd6\xd6\x86\x7c\x3e\xaf\xc3\xdf\x6c\ \x36\x4b\x33\xd2\xd8\xd8\x88\xb5\xb5\x35\xad\xec\x78\x16\x25\x93\ \x49\x74\x74\x74\x20\x1a\x8d\x6a\xf2\xba\xbe\xbe\xae\x66\x71\x67\ \x67\x47\x45\x30\x57\x6b\x5c\x6d\xf3\xd9\xa1\xfe\xae\x5c\x2e\xe3\ \xd1\xa3\x47\xe2\x10\x91\xbb\x65\xb1\x58\x54\x7c\x72\xcd\x47\x17\ \xf3\x77\xdf\x7d\x87\xc3\xc3\x43\xbc\x7a\xf5\x0a\x8f\x1f\x3f\xc6\ \xc9\xc9\x09\xec\x76\xbb\x8a\x64\x3a\xfc\x98\x6d\xc8\xec\x48\x42\ \x38\x79\x36\xf2\xbc\xb3\xdb\xed\x28\x14\x0a\xd2\x6f\xd1\x64\xb1\ \xb1\xb1\xa1\xc6\xa8\xbe\xbe\x1e\x2f\x5f\xbe\x54\x7c\x10\xf5\x49\ \x55\x55\x55\x32\xff\x98\x4c\x26\x8c\x8e\x8e\x4a\x0f\xd4\xd9\xd9\ \x89\x91\x91\x11\x09\xbe\xdf\x7b\xef\x3d\x5c\xb9\x72\x05\x81\x40\ \x40\xda\x24\x8f\xc7\x03\x87\xc3\x81\xa9\xa9\x29\x89\xc9\xff\xf2\ \x97\xbf\xe0\xeb\xaf\xbf\x96\xb6\x91\x05\x8f\xc9\x64\xd2\x1a\xbf\ \xb1\xb1\x11\x3b\x3b\x3b\x98\x9c\x9c\x44\x20\x10\x50\xd2\x06\xff\ \x9c\xc6\x06\xba\x96\x9f\x3c\x79\x82\x27\x4f\x9e\x20\x91\x48\xe0\ \xa7\x9f\x7e\x42\x32\x99\x44\x30\x18\x54\xd3\x9e\xc9\x64\xf4\xf7\ \xf0\xb9\x0d\x87\xc3\x42\x12\xec\xed\xed\xa1\xbf\xbf\x1f\x2d\x2d\ \x2d\x48\xfc\x9c\xc9\x3b\x37\x37\x07\x9b\xcd\x86\xc6\xc6\x46\x69\ \xc3\xa8\x9d\xa2\xb6\x8c\x61\xd6\x9c\x44\x2f\x2f\x2f\x2b\x74\x9e\ \x06\xab\x78\x3c\x8e\xeb\xd7\xaf\x4b\xfb\x4a\x44\x50\x24\x12\xd1\ \x33\xb4\xbe\xbe\x2e\x86\x18\xb1\x22\x17\xe5\x2a\xb3\xb3\xb3\x38\ \x3e\x3e\x96\x73\xb1\xa5\xa5\x05\x77\xef\xde\x95\xdb\xbf\xba\xba\ \x5a\x5b\x9c\xe3\xe3\x63\xcc\xcc\xcc\x48\x2c\xdf\xd1\xd1\xa1\xc4\ \x89\xa6\xa6\x26\x0c\x0d\x0d\xe1\xbf\xff\xfd\x2f\xfe\xfa\xd7\xbf\ \xea\x8e\x67\xe2\x40\x5b\x5b\x1b\x22\x91\x88\xbe\x1f\x1c\x14\x51\ \x7e\x53\x53\x53\x83\xfe\xfe\x7e\x45\x0d\x51\xe2\xc2\x01\x0c\x75\ \xa0\x17\x33\x10\x99\xb0\x50\x2e\x97\xb1\xbe\xbe\x2e\x0d\x5e\xb1\ \x58\x3c\x3f\x8f\xef\xdd\xbb\xf7\x19\x1d\x5e\x0e\x87\x43\xf0\xc1\ \xe1\xe1\x61\x64\x32\x19\x75\xd9\xbc\xf8\xb7\xb6\xb6\x90\x4e\xa7\ \xa5\x8f\x19\x1e\x1e\x16\x77\x86\x07\xee\xc5\x4a\x9a\xc4\x6b\x5e\ \xc8\xbc\xa0\x49\xd8\xee\xef\xef\xd7\x43\x46\x9a\x38\xc3\xa5\x9d\ \x4e\xa7\xba\x9c\xee\xee\x6e\x38\x1c\x0e\x45\xc4\xac\xad\xad\x69\ \x1c\x47\x31\x20\x77\xc4\x7c\x0d\xec\x54\xb2\xd9\x2c\xc6\xc6\xc6\ \xf0\xe0\xc1\x03\x5c\xbb\x76\x0d\xaf\x5e\xbd\xd2\x1a\x83\x7b\x77\ \x00\x8a\x3c\x21\x98\x8d\x8c\x1d\xf2\xa5\x76\x77\x77\x45\x72\x2d\ \x14\x0a\xd2\x94\xd0\xe5\x44\x81\x2c\xb9\x5e\xbc\xec\xb8\xb6\x21\ \xdc\xce\xe7\xf3\xc1\x66\xb3\xbd\x43\xcb\xe5\xb4\x8b\x05\xdd\x45\ \x70\x20\x2f\xf9\x8b\xd4\x6e\x7e\x26\xac\xa6\xa9\xb9\xe1\x1a\x8f\ \x19\x67\x74\x97\xd0\xc8\xc0\x0e\x95\x99\x6a\x3c\xc8\xb9\x0a\x33\ \x9b\xcd\x70\xb9\x5c\x2a\x12\x6f\xdc\xb8\xa1\xce\x9b\x4c\x25\x8a\ \x58\xfd\x7e\xbf\x0a\x12\xa2\x2b\x18\xec\x9d\x4a\xa5\x74\xd0\xf2\ \xcf\xe8\x92\xac\x54\x2a\xf0\x78\x3c\x42\x10\xec\xef\xef\xc3\xe5\ \x72\xc1\x64\x32\x61\x79\x79\x19\x5c\x59\x33\x74\xb4\x5c\x2e\xcb\ \x81\xc3\xe2\xae\x58\x2c\x2a\xcf\xad\x50\x28\xc0\xe1\x70\xc0\x62\ \xb1\x20\x93\xc9\x48\x94\xcb\xf7\x81\x45\x5f\x4d\x4d\x0d\x7e\xf1\ \x8b\x5f\xc8\x19\xe4\xf3\xf9\x94\xe5\xc6\xf7\xcf\xef\xf7\x63\x79\ \x79\x59\x53\x05\x16\x97\xec\x56\x69\x7b\x67\x7c\xca\xf1\xf1\x31\ \x3c\x1e\x0f\x2e\x5d\xba\xa4\x20\x6f\xb7\xdb\xad\xf5\x0f\x0b\x29\ \x1e\x98\xec\x0a\x79\x40\xbb\x5c\x2e\x44\x22\x11\xad\x58\x79\x81\ \x0c\x0f\x0f\xab\x99\x69\x6b\x6b\x43\x47\x47\x87\x80\xbb\x9d\x9d\ \x9d\x62\x91\xb1\xf3\x25\x04\x94\xab\x26\x36\x4d\xf7\xee\xdd\x93\ \x4b\x95\xa2\x5b\x3a\x45\xa9\x07\x09\x85\x42\x9a\xac\xf5\xf4\xf4\ \x28\x04\x79\x7a\x7a\x1a\x36\x9b\x4d\xee\x21\x1a\x3b\xa8\x67\x21\ \x5f\xcb\xe1\x70\xe0\xf6\xed\xdb\x2a\x10\x78\xb9\xb0\x60\xe7\xe7\ \xde\xd0\xd0\xa0\x2e\xd3\xe7\xf3\x61\x6d\x6d\x0d\xdf\x7c\xf3\x8d\ \x1c\x9b\x76\xbb\x5d\xe7\xcf\xab\x57\xaf\x90\x4c\x26\x25\x26\xe6\ \xda\x8d\xae\x62\x02\x77\x9b\x9a\x9a\x34\x69\x23\xda\xe2\xf4\xf4\ \x14\x16\x8b\x05\xf1\x78\x5c\x3f\x27\x27\x6e\xa4\xaf\xa7\x52\x29\ \x64\x32\x19\xac\xae\xae\x62\x6d\x6d\x0d\xa1\x50\x48\x08\x88\xd6\ \xd6\x56\xdc\xbd\x7b\x57\x06\x16\xae\xc2\x38\x21\xa3\xd0\x98\xff\ \x50\x28\x4d\x66\xd4\xc1\xc1\x81\xa6\x06\x74\xb3\xcd\xce\xce\x6a\ \x7d\x96\xcd\x66\xb1\xbe\xbe\xae\xe7\x98\x11\x31\x81\x40\x00\x7b\ \x7b\x7b\xc8\x66\xb3\xf0\xfb\xfd\xd2\xb1\x7d\xf0\xc1\x07\x42\x37\ \xd0\xcc\x42\xc2\x36\x0b\x6f\x4e\x43\x78\xe6\xfa\xfd\x7e\xf4\xf6\ \xf6\xe2\xcd\x9b\x37\x42\x44\x34\x34\x34\xe0\xd6\xad\x5b\x32\x68\ \x10\x8d\x40\x2e\xd5\xf8\xf8\xb8\xa4\x13\xcc\xb9\xdc\xd8\xd8\x40\ \x5d\x5d\x9d\x8a\x7a\x62\x70\x2e\x5d\xba\x84\x7b\xf7\xee\x29\xa3\ \xf1\xf1\xe3\xc7\x68\x6d\x6d\x85\xd7\xeb\x55\xb1\x30\x32\x32\x82\ \xab\x57\xaf\xa2\xb9\xb9\x59\xe0\xcf\xda\xda\x5a\x4c\x4f\x4f\x23\ \x16\x8b\x21\x9d\x4e\x6b\xaa\xde\xd1\xd1\x81\xb9\xb9\x39\x4c\x4c\ \x4c\xa0\xab\xab\x4b\x04\x72\xa6\x0f\xd4\xd5\x9d\x07\xdc\x53\x70\ \xbc\xb9\xb9\x89\x4a\xa5\xa2\xc9\xe3\xe1\xe1\x21\x66\x66\x66\x10\ \x89\x44\xf0\xfc\xf9\x73\xd4\xd5\xd5\x61\x68\x68\x48\x38\x95\x9d\ \x9d\x1d\x7c\xf7\xdd\x77\x48\xa7\xd3\x5a\xa7\x65\x32\x19\x69\x8b\ \xd9\xa4\x71\xeb\xc1\xcf\x9b\xae\x3e\x36\x6c\x04\x73\x52\x8e\xc1\ \x95\x2a\x35\x45\xa3\xa3\xa3\x18\x1c\x1c\x84\xc9\x64\xc2\xe2\xe2\ \xa2\x58\x6b\xe9\x74\x1a\x99\x4c\x46\xa8\x0e\x6a\x37\x19\x1c\x7f\ \x74\x74\x24\xa7\x1f\x27\xec\x4c\x21\x98\x9b\x9b\xc3\xfe\xfe\xbe\ \xb8\x7c\x53\x53\x53\x58\x5a\x5a\xc2\xfe\xfe\x3e\x66\x66\x66\xf0\ \xec\xd9\x33\x7c\xf1\xc5\x17\x78\xfe\xfc\xb9\x62\x97\xaa\xab\xab\ \x31\x35\x35\x85\xc1\xc1\x41\x98\xcd\x66\x81\x31\xab\xab\xab\xb5\ \x26\x0d\x06\x83\xb8\x7c\xf9\x32\xec\x76\xbb\xe0\x9e\x04\x67\xf2\ \x7b\x4b\x4d\x1a\xa7\x33\x9c\x72\x31\x5e\x8e\x45\x11\x21\xe3\x5c\ \xeb\x92\x8b\x08\x00\xa9\x54\x4a\x41\xea\x2c\x92\xfb\xfb\xfb\xe1\ \x70\x38\x64\xd4\xe2\xc4\x90\x83\x88\x60\x30\x08\x9b\xcd\x86\xb1\ \xb1\x31\x99\x91\x66\x66\x66\x84\xd4\x00\xce\x8d\x44\x74\x67\xee\ \xef\xef\xe3\xd9\xb3\x67\x68\x6c\x6c\xc4\xc3\x87\x0f\x35\xe1\x2b\ \x14\x0a\x5a\x95\x12\xa8\xfa\xe6\xcd\x1b\xf8\xfd\x7e\x54\x57\x57\ \x4b\x5a\xb0\xb1\xb1\x01\xaf\xd7\x2b\x5d\x23\xb7\x06\x1d\x1d\x1d\ \x92\xb5\xb0\xf8\xa2\x76\xb0\xad\xad\x4d\x48\x26\x02\xc9\x69\x6c\ \xa9\xad\xad\x45\x38\x1c\x46\x75\x63\x63\xe3\x67\x8f\x1e\x3d\x42\ \x3e\x9f\x47\xa1\x50\xc0\xc0\xc0\x00\x5c\x2e\x97\x04\xe6\xdc\x63\ \xf2\xd0\x66\x47\x5a\x57\x57\x07\xaf\xd7\x8b\xb5\xb5\x35\xbc\x7e\ \xfd\x1a\x6e\xb7\x5b\x3f\x34\x3b\x01\x97\xcb\x85\x81\x81\x01\xb9\ \x89\xec\x76\x3b\x5a\x5a\x5a\x54\x54\xd1\xcd\xc3\x0f\x91\x7a\x26\ \x76\x16\xe1\x70\x18\x3b\x3b\x3b\xf8\xf2\xcb\x2f\x11\x8f\xc7\x11\ \x08\x04\xf4\x85\xe7\x04\x84\x0e\x39\x87\xc3\x01\x87\xc3\x21\xf7\ \x10\x05\xbe\xbb\xbb\xbb\x98\x99\x99\x91\xbe\x89\x17\x07\x00\x34\ \x35\x35\xa9\xeb\x24\xe4\xb4\xbd\xbd\x1d\xcb\xcb\xcb\xc8\x66\xb3\ \xef\x44\x0c\xb0\xbb\xe5\xe5\x46\x2b\xb9\xc1\x60\x10\xba\x81\xf1\ \x12\x24\xc8\xb3\x40\x20\x3b\x83\x4e\xa7\xef\xbf\xff\x5e\x2b\xd3\ \x58\x2c\xa6\x15\x4b\x7d\x7d\xbd\xbe\xa4\x04\x45\x52\x1b\x44\x6d\ \x18\xdd\x91\xec\xea\x28\x2a\xbc\xb8\x9e\xe1\xfa\xd3\x68\x34\x0a\ \x70\x79\x76\x76\x26\x77\xd6\x45\x37\xcf\xfe\xfe\xbe\x68\xf9\xe4\ \x0d\xb5\xb5\xb5\x61\x63\x63\x03\x47\x47\x47\x7a\x9d\x17\x0b\x37\ \x12\x79\x19\xf8\x7d\x7c\x7c\xac\x5c\x27\x8a\x3b\x69\xdb\xa7\xbe\ \x82\xc5\x37\x33\xd3\xb8\xc6\xcc\xe5\x72\xa8\x54\x2a\xb2\xc1\xf2\ \x42\x26\xb4\x8e\x9a\x14\xda\xc7\x39\xae\xa5\xdb\x91\xd0\x54\x16\ \x9c\x84\x0e\xd6\xd5\xd5\x21\x91\x48\x48\x13\xc3\xcf\x96\x6e\x53\ \xa7\xd3\x89\x95\x95\x15\xe9\x9b\x38\x65\xda\xdb\xdb\x53\x01\xc2\ \xf5\x21\x1d\xb4\x3e\x9f\x4f\x62\xd4\x70\x38\x0c\xa3\xd1\x28\x26\ \x10\x8b\x06\x46\x43\x6d\x6e\x6e\xea\xb5\x65\xb3\x59\x45\x46\xb0\ \x13\x3a\x3e\x3e\xc6\xe0\xe0\x20\x6a\x6a\x6a\x10\x89\x44\x34\x45\ \xa5\xdb\x92\xd6\x6c\xae\x34\xde\xbe\x7d\x2b\xf7\x2e\xdd\x36\x7c\ \x36\xb9\xfa\xa1\xc8\x39\x91\x48\xe0\xda\xb5\x6b\x72\xa0\x59\xad\ \x56\x6c\x6e\x6e\xc2\x62\xb1\xe0\xce\x9d\x3b\x9a\x68\x72\xbd\x78\ \xe7\xce\x1d\xd4\xd5\xd5\x21\x1a\x8d\xe2\xe9\xd3\xa7\x58\x5e\x5e\ \xc6\xcd\x9b\x37\xe1\x72\xb9\x44\x58\xa7\x73\x8e\xd3\x46\xe6\xc8\ \xd1\x4d\x33\x3d\x3d\xad\x75\xcd\xec\xec\x2c\x4a\xa5\x12\x3e\xfc\ \xf0\x43\xe4\xf3\x79\xdc\xbc\x79\x13\x03\x03\x03\x28\x16\x8b\xe8\ \xeb\xeb\x83\xd3\xe9\x44\x32\x99\xc4\x83\x07\x0f\x70\xf5\xea\x55\ \xf1\xdf\x16\x17\x17\x31\x32\x32\x82\x2f\xbe\xf8\x02\xd5\xd5\xe7\ \x01\xd6\xd9\x6c\x16\xe3\xe3\xe3\x12\x7b\x73\xfa\x4d\xab\x35\x89\ \xe3\x5c\x45\x8c\x8c\x8c\xa0\xb1\xb1\x11\xb9\x5c\x0e\xd7\xae\x5d\ \x93\xdb\xb5\x50\x28\xc0\xe5\x72\x49\x1b\x7a\xfd\xfa\x75\x38\x1c\ \x0e\xdc\xbd\x7b\x17\x16\x8b\x45\xa6\x81\xdb\xb7\x6f\xbf\x83\x23\ \x89\xc7\xe3\x12\xce\x1b\x8d\x46\x4c\x4d\x4d\x69\x55\x60\x32\x99\ \x94\x45\x06\x00\xc3\xc3\xc3\xf0\x78\x3c\x5a\x79\x9d\x9d\x9d\xe9\ \xbb\xe0\xf3\xf9\xe4\x46\x66\x56\x1a\xa7\xf6\x4c\xc2\x60\x13\x4a\ \x21\x37\xf5\xab\xcb\xcb\xcb\xf0\xf9\x7c\x9a\xdc\x3e\x7f\xfe\x1c\ \xdb\xdb\xdb\xf8\xf5\xaf\x7f\x8d\xc1\xc1\x41\xc4\x62\x31\x71\xcc\ \x8c\x46\x23\x0e\x0f\x0f\xb1\xbe\xbe\x8e\xbe\xbe\x3e\x11\xf0\x59\ \x60\x37\x37\x37\xa3\xa1\xa1\x41\x93\xd3\x74\x3a\x8d\xfa\xfa\x7a\ \x6c\x6d\x6d\x21\x1c\x0e\xc3\xe3\xf1\xa8\x00\xf5\x78\x3c\xc2\x70\ \xd0\x35\x66\xb7\xdb\xb1\xb0\xb0\x80\xbd\xbd\x3d\x4c\x4e\x4e\x62\ \x72\x72\x12\xa9\x54\x4a\xec\xb6\x48\x24\x02\xab\xd5\x8a\xeb\xd7\ \xaf\xab\x30\x05\xce\xcd\x18\xdc\x18\x8c\x8d\x8d\x89\x61\xc5\x44\ \x08\xae\x5a\xbd\x5e\xaf\xd2\x0f\x8c\x46\x23\x0a\x85\x02\xa6\xa7\ \xa7\xb5\xe2\xa5\x19\x89\x4d\xdf\xf8\xf8\xb8\x34\x39\xc3\xc3\xc3\ \x28\x14\x0a\xb8\x77\xef\x1e\x4c\x26\x93\xee\xb4\xee\xee\x6e\x94\ \x4a\x25\xf4\xf7\xf7\x6b\x4b\xc2\xa9\xf4\xd8\xd8\x18\xfa\xfa\xfa\ \x50\xa9\x54\xe0\x70\x38\xf4\x99\x6e\x6e\x6e\xaa\x39\xa6\xd8\x9a\ \xcd\x34\xf9\x63\x8c\x9b\x69\x6f\x6f\x47\x36\x9b\x55\x81\xd9\xd8\ \xd8\x88\x64\x32\x89\xb1\xb1\x31\x0d\x01\xe2\xf1\xb8\x34\x97\x3b\ \x3b\x3b\x32\xe5\x1c\x1e\x1e\xaa\x31\xbb\xd8\xd0\x71\x22\x49\xcd\ \xe4\x87\x1f\x7e\x08\xb7\xdb\x8d\xeb\xd7\xaf\x6b\x72\xc6\xf3\x67\ \x64\x64\x04\x8f\x1e\x3d\x12\x63\x8e\x46\x1f\x1a\x6f\x38\x14\xf9\ \xe9\xa7\x9f\xe4\x38\x6e\x6f\x6f\x47\x5f\x5f\x9f\xa6\x50\x9c\x80\ \x1f\x1e\x1e\xbe\xe3\x10\x8e\xc5\x62\x7a\x5d\xf9\x7c\x5e\x03\x82\ \x50\x28\x84\xbd\xbd\x3d\x0c\x0c\x0c\x60\x60\x60\x00\x1d\x1d\x1d\ \xf0\x7a\xbd\xc8\xe7\xf3\x48\x24\x12\x68\x6b\x6b\x43\x26\x93\xc1\ \xeb\xd7\xaf\xb1\xb4\xb4\x24\x46\x1e\x69\xff\x13\x13\x13\x02\x6c\ \x73\xf5\x4e\x7d\x98\xdf\xef\x87\xc9\x64\x92\x6b\x9d\x8d\x30\xcf\ \x4b\x72\xeb\xea\xea\xea\xb0\xb8\xb8\x88\xbf\xff\xfd\xef\xb0\x5a\ \xad\x9a\xbe\xe7\xf3\x79\x8c\x8f\x8f\x4b\x27\xc8\xe1\x08\xd7\x80\ \xa7\xa7\xa7\x88\x46\xa3\xc8\x66\xb3\x28\x14\x0a\xe8\xed\xed\xc5\ \xc3\x87\x0f\x31\x31\x31\x01\x00\x78\xfe\xfc\x39\x8a\xc5\x22\xc2\ \xe1\x30\x42\xa1\x10\x62\xb1\x98\x56\xbe\xe4\x38\xf2\x3b\xc7\x26\ \xb5\xb6\xb6\x56\x06\x40\x72\x1d\xcf\xce\xce\x50\xfd\xf1\xc7\x1f\ \x7f\xc6\xdd\xef\xc5\xcc\x40\xda\x40\xe9\xc4\xa1\xe0\xba\xb9\xb9\ \x19\x56\xab\x15\x3d\x3d\x3d\x2a\x66\x28\x1a\xa3\x26\xa3\x54\x2a\ \x21\xf1\x33\x05\x9d\x7a\x13\xea\xaf\x98\xce\x4e\xf0\x17\x05\xe0\ \x14\xa5\xb2\xfa\x33\x18\xce\x33\xab\xf8\x05\x6d\x6f\x6f\xc7\xef\ \x7e\xf7\x3b\x71\x72\x48\x58\xa7\x5b\x91\xa3\x68\xea\x8d\x2e\xae\ \x7f\x48\x6b\x4d\x24\x12\x72\xb7\xb0\x90\x20\xf4\x8f\x78\x04\x0a\ \xa2\x8f\x8e\x8e\x94\x53\xd6\xd5\xd5\x85\xf7\xdf\x7f\x1f\xb9\x5c\ \x4e\xab\x32\x46\x3d\x30\x3c\xf5\xa2\xad\x9c\x87\xa4\xd1\xf8\xff\ \xa1\xd7\xc4\x52\xb0\xfa\x3d\x39\x39\xc1\xde\xde\x9e\x46\xf1\x14\ \x7c\x26\x93\x49\x5d\xb0\x2c\x26\x98\x7b\x45\x71\x21\x2b\x78\x6a\ \xa7\x38\xea\xaf\xa9\xa9\xd1\x5a\x8b\x56\x6b\x8a\xdc\x6b\x6b\x6b\ \x05\xd3\xb4\x5a\xad\xca\x6f\x3a\x38\x38\x80\xcd\x66\x13\x78\x91\ \xc4\x5d\xea\xbe\x38\xf1\xb2\xdb\xed\xc8\x66\xb3\x9a\x8c\xf1\x20\ \xe0\x3a\xad\xad\xad\x4d\x5c\x1f\xea\xc0\x78\x70\xdb\x6c\x36\x19\ \x0b\xda\xda\xda\xde\x41\x5f\xb0\x38\xe4\x34\xad\xab\xab\x4b\x20\ \x3a\x8e\x91\x19\x55\xc2\xe2\x8c\x45\x1f\x8d\x03\x9c\xa4\x19\x0c\ \x06\x4d\x49\xc3\xe1\xb0\xb8\x2c\x95\x4a\x05\x56\xab\x55\xaf\x99\ \x58\x01\x16\xea\x0c\x1f\x65\x41\xc8\x2c\x2b\xf2\xa8\x18\xa9\x41\ \xa2\x30\x45\xe8\x2d\x2d\x2d\x7a\xc0\xc8\x8d\xe3\xb4\x80\x63\x7f\ \xc2\x3e\x79\xb0\xd3\x69\xc8\x49\xe5\xf4\xf4\xb4\x44\xf1\x9d\x9d\ \x9d\xd8\xdf\xdf\xd7\xc1\xcd\xa9\x0d\xb5\x22\x17\x9d\x82\x55\x55\ \xe7\xe1\xc2\x66\xb3\x59\xc4\x71\x6a\x51\xa8\x55\x62\xe1\xc9\x35\ \xca\xdb\xb7\x6f\x51\xa9\x54\x94\x80\xb0\xb9\xb9\x29\x30\x60\x43\ \x43\x83\x1c\x49\x3d\x3d\x3d\x22\x2a\x3f\x78\xf0\x40\x54\x6d\x0a\ \x70\xf9\x7e\x70\x7c\x6f\x36\x9b\x15\x49\xc5\xcb\xbb\x58\x2c\xe2\ \xf1\xe3\xc7\x0a\x79\x8e\xc7\xe3\x2a\xf2\xa8\x9d\x8c\x44\x22\x88\ \xc5\x62\xf8\xf8\xe3\x8f\xe1\x76\xbb\xf1\xe2\xc5\x0b\xb4\xb4\xb4\ \xe0\xce\x9d\x3b\x70\xb9\x5c\x18\x1f\x1f\x47\x53\x53\x13\xbe\xfd\ \xf6\x5b\xb9\x55\xef\xde\xbd\x2b\xfd\x44\xb9\x5c\xc6\x07\x1f\x7c\ \x20\xbc\x01\x2d\xe4\x4e\xa7\x13\xfd\xfd\xfd\xb0\x5a\xad\x5a\x55\ \xb5\xb7\xb7\xe3\xe0\xe0\x40\x94\xf8\x68\x34\x2a\x17\x6b\x36\x9b\ \x95\xf5\x9d\xff\x6f\x30\x18\xc4\x0f\x3f\xfc\x20\x32\x33\x1b\x35\ \xaf\xd7\x2b\x94\x04\xad\xf7\x81\x40\x00\x4f\x9e\x3c\xc1\xdf\xfe\ \xf6\x37\x7c\xfd\xf5\xd7\xe8\xeb\xeb\x7b\x07\x36\xb9\xb5\xb5\x85\ \x67\xcf\x9e\x21\x10\x08\xe0\xe0\xe0\x40\x78\x82\xd6\xd6\x56\x5c\ \xba\x74\x09\x2f\x5e\xbc\x40\x4d\x4d\x8d\x98\x3b\x5c\xe5\x05\x02\ \x01\x45\x80\x10\x13\xc1\xb5\xc7\xee\xee\x2e\xdc\x6e\x37\x12\x89\ \x84\xa6\xe0\x24\xdd\x27\x93\x49\xf8\x7c\x3e\x2c\x2d\x2d\xe1\xdb\ \x6f\xbf\x95\x16\x6d\x79\x79\x59\xeb\x56\x4e\x89\x68\x32\xea\xe9\ \xe9\xd1\x5a\x84\xe6\x8c\x70\x38\x8c\xfa\xfa\x7a\x24\x7e\x26\x5e\ \x73\xca\x77\x76\x76\x86\x8e\x8e\x0e\x8c\x8e\x8e\x6a\x2d\xc8\xc6\ \xf2\xd6\xad\x5b\xb0\xdb\xed\xd2\x74\x71\xc2\xc3\xb8\x2d\x16\xc3\ \x95\x4a\x05\xfb\xfb\xfb\x68\x6b\x6b\xc3\xb3\x67\xcf\xf0\xf6\xed\ \x5b\x4d\x78\x1f\x3f\x7e\x8c\x17\x2f\x5e\x60\x63\x63\x43\x8e\xe9\ \xf5\xf5\x75\xbc\xff\xfe\xfb\xa8\x54\x2a\xf8\xc7\x3f\xfe\xa1\x8b\ \x36\x1e\x8f\x4b\x2b\xb9\xbb\xbb\x8b\x0f\x3e\xf8\x40\x02\x6a\x36\ \x46\xbc\xc4\x89\xc9\xb0\x5a\xad\x98\x9b\x9b\xc3\x8b\x17\x2f\x24\ \xe9\x60\xe0\x2f\x4d\x3a\xed\xed\xed\xb0\xd9\x6c\x98\x98\x98\x90\ \x0b\x3b\x9b\xcd\xc2\xe5\x72\x89\xad\x54\xa9\x9c\xc7\x88\xd1\x45\ \xd7\xd0\xd0\x80\x68\x34\xfa\x8e\x19\x89\x0d\x80\xdf\xef\x87\xc1\ \x60\xc0\xec\xec\x2c\xea\xea\xea\x34\x0d\xe2\xe5\x5c\x2e\x97\xf5\ \x0c\x0d\x0c\x0c\xc0\xe9\x74\x6a\x12\x4b\xa3\x15\x61\x9a\x46\xa3\ \x51\xa9\x02\x81\x40\x00\x26\x93\x49\xa9\x05\x1c\x6c\x78\xbd\x5e\ \x14\x8b\x45\x41\x88\x29\xc2\xee\xea\xea\x42\x24\x12\x41\x34\x1a\ \x95\xd6\xd7\x62\xb1\xe0\x7f\xff\xfb\x1f\x62\xb1\x18\xb2\xd9\x2c\ \x12\x3f\x63\x8f\xc2\xe1\x30\xca\xe5\x32\x56\x56\x56\xb0\xb3\xb3\ \x03\xaf\xd7\x8b\xfe\xfe\x7e\x19\x0b\x0e\x0e\x0e\xf0\xf9\xe7\x9f\ \x63\x7e\x7e\x5e\xeb\xf2\xde\xde\x5e\x35\x6e\xbc\xeb\x18\xc1\xc3\ \x22\x87\x68\x1c\xc6\xd9\x55\x2a\x15\x74\x77\x77\x23\x18\x0c\x22\ \x18\x0c\x8a\x65\xc9\x73\xef\xec\xec\x0c\xff\xfa\xd7\xbf\xd0\xd9\ \xd9\x89\xc6\xc6\x46\xcc\xcc\xcc\xa8\x79\x3e\x3a\x3a\xc2\xb5\x6b\ \xd7\xb4\x91\xe0\x94\x3c\x99\x4c\x6a\x5a\x5b\x55\x55\x85\x4f\x3e\ \xf9\x04\xdd\xdd\xdd\xb8\x75\xeb\x16\x02\x81\x80\x92\x16\xb2\xd9\ \x2c\x72\xb9\x9c\x20\xa9\x4c\x0e\x60\xbd\xc0\x86\xf6\xe8\xe8\x08\ \x2e\x97\x4b\x06\x12\x9a\xdd\xcc\x66\xb3\x74\xdc\xd4\xc9\xf2\x7c\ \x0a\x87\xc3\xf8\x3f\x54\x7c\xba\x17\x1f\xad\x24\x95\x00\x00\x00\ \x00\x49\x45\x4e\x44\xae\x42\x60\x82\ \x00\x00\x1d\x92\ \x00\ \x01\x47\xe6\x78\x9c\xed\x5d\x5b\x73\xe3\x36\x96\x7e\xcf\xaf\x50\ \x39\x2f\x99\x5a\x91\xc6\xfd\xa2\x6e\xf7\xd4\xec\x4e\xcd\xcc\x6e\ \x65\x77\xa7\x26\x93\xec\x33\x2d\xd1\xb6\xd2\xb2\xe4\x91\x64\x77\ \x77\x7e\xfd\x1e\x90\xa2\x44\x4a\xa0\x09\x88\x80\x2c\x75\xda\x4a\ \xaa\x25\xf0\x02\xe2\x3b\x07\x07\xe7\x86\xc3\xf7\x7f\xfc\xfc\x38\ \x1b\xbc\xe4\xcb\xd5\x74\x31\xbf\xb9\xc2\x29\xba\x1a\xe4\xf3\xf1\ \x62\x32\x9d\xdf\xdf\x5c\xfd\xfc\xcf\xbf\x24\xea\x6a\xb0\x5a\x67\ \xf3\x49\x36\x5b\xcc\xf3\x9b\xab\xf9\xe2\xea\x8f\x1f\xbe\x7b\xbf\ \x7a\xb9\xff\x6e\x30\x18\xc0\xc5\xf3\xd5\x68\x32\xbe\xb9\x7a\x58\ \xaf\x9f\x46\xd7\xd7\x4f\xcf\xcb\x59\xba\x58\xde\x5f\x4f\xc6\xd7\ \xf9\x2c\x7f\xcc\xe7\xeb\xd5\x35\x4e\xf1\xf5\xd5\xee\xf4\xf1\xee\ \xf4\xf1\x32\xcf\xd6\xd3\x97\x7c\xbc\x78\x7c\x5c\xcc\x57\xc5\x95\ \xf3\xd5\xf7\xb5\x93\x97\x93\xbb\xed\xd9\x9f\x3e\x7d\x4a\x3f\xd1\ \xe2\x24\xac\xb5\xbe\x46\xe4\x9a\x90\x04\xce\x48\x56\x5f\xe6\xeb\ \xec\x73\xd2\xbc\x14\x9e\xd1\x76\x29\x41\x08\x5d\xc3\xb1\xdd\x99\ \x6e\x67\x8d\x3e\xcf\xa6\xf3\x8f\xad\x0f\x53\x1c\x2d\xce\x6e\xa0\ \x69\x1a\xa6\x93\x9b\x2b\xb8\x95\x54\x9c\x15\xbf\x1f\xf2\xe9\xfd\ \xc3\x1a\x8e\x53\x91\x72\x4a\x69\xd9\xfa\x69\x3a\x59\x3f\xd4\x1b\ \x3f\x40\xeb\xfb\x49\x7e\xb7\x32\x47\xcb\xbb\x98\x5f\x70\x1b\x51\ \x1c\x83\xa3\xd0\x67\x9e\x2d\xff\xba\xcc\x26\x53\x40\xba\x3c\xaf\ \x3c\xb3\x79\x44\x69\xce\x36\xd7\xc0\x55\xab\xf5\xe2\xa9\x3a\x77\ \x00\xd4\xfd\x32\x03\xc2\x9a\xc6\x64\xbc\x98\x2d\x96\xa3\xef\x51\ \xf1\xf7\xae\x68\x5a\x3c\x65\xe3\xe9\xfa\xcb\x08\xbf\xbb\xda\x5d\ \x53\x8c\x08\x8e\xc2\x7d\x45\xad\x79\x71\x77\xb7\xca\x61\x60\xc0\ \x44\xd7\xfd\x7a\x43\x2d\xbd\x29\x4b\x6f\x78\xdb\xdb\xfb\xeb\xe6\ \xb0\xbd\x51\x62\xc8\x03\x25\x49\xa4\x14\x63\x27\x94\x18\xe9\x8d\ \x52\x8e\xcc\xc7\xad\x37\x66\xeb\x2d\xe5\x5e\xfd\xa9\x3b\x40\x5b\ \xba\xf5\x67\xe5\x81\x54\xfa\x75\x38\xc6\xe6\xe3\xd6\x61\x64\x36\ \x20\xca\x83\x0d\xee\x8a\x3f\xa7\xe7\xa6\xa8\x37\x1b\x8c\x8b\x3f\ \xb7\xde\x6c\x4c\x17\x0e\x25\x98\x8d\x1e\x28\x11\xc4\xb2\x7d\x76\ \xb2\x4f\x72\xa5\x75\x6f\x94\xdc\x7b\xd3\x88\x07\x98\x2c\xb6\xfe\ \xec\x54\x51\x5a\x46\xa5\x8a\xa4\x3e\x54\x71\xe7\x5d\x49\x6d\xcf\ \xed\x47\x15\x75\x6b\x3e\x6e\xbd\xd9\x78\x20\x20\x4a\xc8\x47\xd0\ \xdf\x66\xb7\x93\x5b\xe1\xf4\xdc\xe8\x94\x82\x5e\xa2\x10\x82\x7e\ \x8c\xc6\xf4\xd6\x8d\x2a\x28\x88\xa0\x9f\xdc\x9a\x8f\x5b\x87\x71\ \x05\xbd\x50\x3e\x6c\xe0\xae\x15\x09\xd5\x9f\x0d\x7c\x7a\xb3\xa1\ \xe4\xcb\x06\xd9\x9d\xf9\xb8\xf5\x67\x63\xbb\x80\x54\x91\x3e\x54\ \x71\x17\x61\x42\x06\x98\x9c\xb7\xe6\xe3\xa6\x19\x5b\x17\xfb\x94\ \x12\xcc\x88\xe2\xd2\xab\x5b\x8d\xcc\xc7\x6d\x90\x21\x98\xa1\xe0\ \x85\xcc\xad\xbf\xc8\xcc\xc0\xe3\xe8\x62\x42\xf4\xd7\xc5\x32\x6e\ \x3e\x6e\xbd\xc5\xd5\xc5\x04\xf3\x31\xef\x24\x36\x1f\xa7\xe7\xb6\ \xab\xf6\xb1\x04\x59\x64\xbd\x5e\x80\x46\xec\xa1\xd3\xe5\x94\x51\ \xa7\x55\x5f\x50\xeb\x3a\xec\x85\x92\xb8\x95\x5a\x4e\xdc\x50\xb2\ \x0b\x16\x4f\x8d\xd5\x63\x74\x36\x1e\x08\x46\x15\x42\xa8\x8f\xb8\ \xcf\x8b\x3f\x87\xe7\x86\xfb\xf6\x17\xf7\x19\x31\x9f\xbd\xde\x52\ \xb4\x61\x69\x7b\xaf\x56\x79\x58\x5d\x13\x0a\x35\x4a\x11\xee\x2b\ \x17\x5f\x1b\x07\xdc\x9f\x5a\xb9\x6c\x7f\x1c\x4e\x1a\xe6\xad\xf9\ \xf8\xf5\x6e\xb3\xca\x82\xa3\xc8\xfd\x6c\x58\xa5\x54\xa6\x5c\xe4\ \x3d\xb7\x5b\x79\x7e\xa8\x39\xaf\x65\xdc\x6e\x31\x07\x9b\xa1\x5c\ \x61\x1d\x63\x0d\xe6\x8a\xe0\x28\x6b\xb0\x95\xa7\xa0\x37\x1b\x47\ \x87\x43\x49\x4a\x11\xc3\xa6\x84\xfb\x5a\x35\xba\x48\xbc\x24\xad\ \xca\x7d\x34\x9b\x12\xfa\x0b\x62\x53\xfa\x0c\xd0\xb6\x7c\x06\x64\ \x03\xee\x33\x59\x94\x56\xb7\xca\x8d\x0d\x44\xff\xc9\x72\x4b\xe1\ \xe3\xa2\x8a\x41\x6f\x56\x01\x96\x62\x81\xa4\xb1\x5f\xbc\xba\x05\ \x6d\x93\x09\x37\xe2\x08\xab\xef\x2f\xe5\x02\x51\xc9\x30\xf3\xea\ \x96\x73\x20\x06\x75\xeb\xf6\x28\xd1\x30\x9e\x4d\x9f\xfe\x9e\xad\ \x1f\xaa\x4b\xab\xdf\x3f\xcf\xa7\xeb\xd5\xcd\xd5\xf3\x2a\x5f\xfe\ \x04\xfd\xe6\xff\x3b\xff\x79\x95\x5f\xd5\x79\xa6\x3a\x53\x69\x52\ \x53\xdc\x97\xf9\x78\x7d\x30\xa2\xa6\x16\x3d\x99\xae\x9e\x66\xd9\ \x97\xd1\x74\x6e\x9e\xe8\xdd\xe2\x25\x5f\xde\xcd\x16\x9f\x46\x2f\ \xd3\xd5\xf4\x76\x96\xbf\x2b\xfe\x9d\xce\xcc\x50\xab\xa6\xbb\xe9\ \x6c\x36\x9a\x2f\xe6\x46\x69\x5a\x2e\x3e\xe6\xb5\xc9\x62\x7e\x26\ \x45\xdc\x69\x04\xa4\xad\x1a\xcc\x9d\xc7\xd9\xd3\xe8\xf6\x79\xbd\ \xae\xb7\xfd\xba\x98\xce\x47\x8f\xd3\x75\xbe\xac\x5a\x8b\x1f\xb3\ \x29\xfc\x33\xc2\xa8\x6a\x9c\x64\xab\x87\x6c\xb9\x84\x87\xac\x75\ \x5a\xb4\x96\xc0\x8e\xb6\x67\xee\x88\xf2\x98\x2d\x3f\xe6\xcb\xf2\ \x82\x7c\x9e\xc1\x63\x27\xb7\xd9\xf8\xe3\xfd\x72\xf1\x3c\x9f\x8c\ \xb2\xf1\xf8\xf9\xf1\x79\x96\xad\xf3\x1a\x95\x96\x9f\x8d\x42\x80\ \x29\x61\x1c\xd7\x15\xbd\xe5\x17\x7b\x7b\x15\x74\xab\x2b\x16\x9b\ \x90\x9b\x4a\xb1\x54\xb4\x2e\x65\xe1\x1e\xa4\xce\x89\xd0\x17\x51\ \x29\x93\x9c\x11\xb1\xc7\x40\x86\x68\x40\x46\x51\x63\x96\x8a\xba\ \x9b\xdf\x86\x69\xb2\xd9\xbe\xe8\xb8\x83\x7b\xca\x94\xca\xdd\xf3\ \xdc\x41\xaf\x94\xa7\xaa\xd6\x54\x04\x15\x47\x0f\xcb\xfc\xee\xe6\ \xea\x7b\x4b\x48\xaf\x3a\xef\x7e\xd3\xf8\x3a\xe7\x8d\x0f\x3b\x18\ \x1f\x3c\x45\x75\xab\x7f\x2e\xb3\xf9\xea\x6e\xb1\x7c\xbc\xb9\x7a\ \xcc\xd6\xcb\xe9\xe7\x1f\x48\x2a\x31\x62\x43\x04\x1f\x9c\x52\xce\ \xc9\x10\x93\x14\x51\x85\xe8\x30\xa1\x70\x10\x71\x26\xf0\x1f\xb6\ \x37\x5a\x02\x1d\x70\xca\x1b\x7c\xdf\x84\x42\x69\x51\x53\xe5\xec\ \x12\xd6\xf2\x38\xab\x71\x36\xcb\x7f\x00\x65\x50\x98\x3f\xb9\xeb\ \xf1\x0b\xb9\xb9\x62\xd0\xa5\x66\xb2\xe6\xea\x79\x05\x43\x86\xa9\ \x2f\x86\x5f\x30\x0c\x4b\xa6\x1a\x3a\xd7\xbb\x6b\x3f\x43\xcf\x54\ \x82\x74\x14\xac\x16\xa2\xfc\x6c\xce\xd5\x29\x58\x6c\x18\xe9\x06\ \x0e\xfb\x8f\xc1\x82\xe3\x40\x52\x4c\x98\xd6\x0a\xbb\xe1\x40\x0e\ \x19\xc0\x01\x07\x94\x0a\x25\x99\x56\x0d\x1c\x60\xc4\xdc\xc8\x2a\ \xb6\x8f\xc3\x5e\xab\x0d\x07\x8a\xdf\x18\x07\x2c\xcf\x02\x07\x50\ \x55\x3b\x70\x28\xc6\xa6\x80\xb7\x28\xfc\xb9\x8d\xad\xc6\x83\xee\ \x63\x23\x30\x36\xc2\x08\x16\x0e\x02\x02\xa5\x5a\x21\x0d\xe7\x16\ \x32\xa2\xfc\x85\x18\xa7\x20\x2e\x94\x71\x5b\x60\x3c\x24\xa9\xe0\ \x94\x88\xba\x9c\x30\x58\x11\x9e\x4a\x8d\xeb\x12\xcd\x60\x05\xad\ \x88\x31\xca\x5f\x9f\x3b\x48\x06\x97\x21\x86\x9e\x1a\x73\x37\x19\ \x82\xf4\x31\x3c\x43\x74\xaa\x29\xa7\xbc\x09\x03\x81\x46\x60\x24\ \xd1\x84\xe1\xa0\xd5\x0a\x83\x13\xcb\x60\x23\xb9\x09\x50\xc2\x6d\ \x68\xfc\x18\x96\x61\x29\x08\x34\x8e\x6b\x0e\x84\x76\x96\xd9\x52\ \x60\xb3\xac\x54\xbf\x08\x3c\x67\xf1\x37\x44\x4d\x4e\xd1\x69\x5d\ \x56\x19\x78\xa0\x45\x30\xc5\x18\x7f\x0d\x1e\xa4\xf8\xd7\x04\x0f\ \xac\x40\x68\xd3\x1e\x08\x9e\x4e\xc1\x7b\x51\xf0\x90\x54\x85\x42\ \x46\x76\x8a\x97\x4b\x42\x46\x15\xb9\x65\x01\xe7\x95\xfc\xaa\xc4\ \x0e\x4b\x89\x08\x3a\xaf\xc0\x9e\x0d\xbc\x38\xbd\x0d\x94\xbd\x30\ \x70\x12\xbd\x5c\x81\x52\xad\x95\xd2\x8e\xe3\xc2\x47\x8c\x0b\xa7\ \x5a\x82\xa9\xc6\x0e\x31\x71\x67\x91\x84\xa4\x94\x15\x5f\xf3\x44\ \xec\xb3\x09\xc5\xa9\x40\x54\xd7\x1e\x6e\xb3\x80\x73\xa4\xf9\xeb\ \x0b\x38\xe2\x4e\x82\x46\x20\xa3\x40\x72\x24\x5d\x60\xe2\xa8\x16\ \x51\x73\x87\x89\x0a\x91\x0a\x26\x95\x0b\x4c\xa0\x9b\x70\x4d\x99\ \xa2\x05\x4c\xa0\x6d\x23\xf8\x68\x03\x13\xc2\x2a\x05\x2b\x1c\x8c\ \x43\x0d\xb0\x80\x1c\x95\x62\x0f\x2c\x04\x62\x9a\x4b\xdc\xe4\xa9\ \xc3\x56\x8b\x93\x0d\x91\x4e\xb0\x6c\x57\x31\x8f\x58\xf2\xed\x2c\ \x1b\x7f\x74\xf1\x2b\x23\x7b\xa0\xdf\xc7\x55\x65\xe9\xcb\xee\xa8\ \x42\xf6\x74\x5b\x3f\xef\xac\xc7\xc8\x8e\x8a\x5a\xb7\xfb\x3b\x04\ \x02\x3d\x1f\xb3\x9a\x6b\xc5\xf8\x3c\x98\xda\x67\xb7\x57\x59\xba\ \x16\xb8\x77\x77\x7b\x1c\xf6\x31\xb6\x3e\xcf\x71\x8c\x2e\x53\xc9\ \xb0\xb6\x32\x7a\xe1\x05\x91\xa9\xf1\x99\x36\xa7\x7f\x13\x25\xe0\ \xe8\xce\x95\xc2\xc6\xd1\xc2\x23\x76\xea\xce\x65\xd6\x6c\x85\xbe\ \x1c\xdd\xc2\x63\xe2\xa8\xfc\x91\xaf\x93\xc7\x92\x36\x26\xc3\x60\ \x86\x13\x09\x8b\x57\x3f\x1e\xeb\x76\xaf\x58\x17\x26\x8f\x48\xf3\ \xa7\x87\xe9\xda\x25\x3a\x0f\x77\xb5\xc6\x97\x7d\x78\xcc\xd2\x97\ \x95\xc7\xa0\x2f\x6b\x34\x39\x54\xc8\xa7\x50\xb2\x3c\x32\x18\x26\ \x13\xe6\x94\x0f\x03\x9a\x53\x80\x90\x0f\xd6\xb9\x6b\x6f\x51\xe3\ \xa3\x85\x9f\x24\xb8\xac\x82\xbb\xf6\xce\x16\x77\x95\x55\x0c\xe6\ \x62\x54\x84\x8c\x87\x2e\xfc\x4c\xc3\xb8\x37\x17\x39\xcf\x34\x8c\ \xe3\xf2\x90\xf1\xcf\xc6\x40\xa8\x37\x0f\xb9\x23\x64\xcd\x79\x08\ \x88\x10\xf1\xc8\x68\x71\x9e\x65\x98\xf4\xce\x67\x71\x9f\x65\x24\ \x6a\x36\x4b\x11\xf3\x71\x97\x9f\x60\xeb\xf1\x8c\x39\x61\x64\xcd\ \x93\xf3\xdc\xb7\x32\xe1\x52\xb9\xf1\x2c\x0d\x98\x2b\x79\x0a\xc3\ \xd2\x6e\xf1\xbd\x1a\x6d\x94\x8c\x2a\xbd\x31\xbf\xb5\xd0\x12\x89\ \x61\x82\x95\x06\xb5\xc8\x28\x42\x4a\xc2\xcd\x14\x67\x35\xf7\x88\ \xd5\x76\x75\x35\x2a\x81\x2f\xd8\x2e\xc1\xe0\x2b\xd5\x30\xdb\x51\ \xc5\xa9\xa0\xd4\x86\xaa\xa3\x76\x69\xe0\x13\x5f\x3b\x7c\x89\x1d\ \x3f\x8c\xa1\x5d\x90\xbe\xf0\x29\x17\x07\x50\xec\x00\xb7\x3d\x94\ \xdd\x12\xf6\x76\x0c\x70\xc3\x53\xf0\xce\x08\xf7\x29\xa2\xd6\xf6\ \xb8\x6c\x4b\x0c\xd7\x31\x5a\x6b\x06\x47\x22\x0c\xce\x3b\x14\x1d\ \x6b\x70\xec\x1c\x3c\xfc\x87\x0e\xe8\x16\x47\xb5\xa3\x5b\xda\x0c\ \x4c\x9c\xe7\xc0\x2c\xe2\x67\x6d\xbe\x9a\x04\xa8\x1f\xf6\x96\xbb\ \x7e\x00\x38\x09\x9c\x33\x03\x40\x05\x04\xa0\x3b\xfd\xe8\x0c\x01\ \xc0\x24\x24\x02\x4e\x92\xeb\xdc\x10\x10\x21\x11\x38\x53\xf1\xf6\ \x2a\x02\x04\x85\x44\xc0\x49\x0e\xc6\x8e\xcf\xd9\xc3\x67\xaf\xa2\ \x00\xda\x18\xc9\x93\x3d\x66\x38\x8c\xf1\xb9\x86\xe0\x0c\x14\x6e\ \x2a\x58\xe4\xfc\x20\x7b\x2a\x90\x3d\x6b\xc8\x31\x3f\x08\xc6\x26\ \xdd\x34\xb0\xc8\x39\x65\xf6\x6c\xaf\x76\x8d\x1b\xa5\x70\xa6\xc0\ \xac\x4a\x29\x83\xcb\xb4\x02\xcd\x5b\x0a\xc5\x91\xc9\x27\x63\xa0\ \xd8\x50\xd9\xe4\x81\xc3\xa4\x35\xd7\x74\x32\x83\xd3\xef\x5d\x24\ \x9a\xbc\xe9\x33\x88\x44\x5f\x80\xc3\x80\xf3\xaf\xde\xe2\x8d\xe9\ \x30\xe0\x75\x05\xf4\xeb\x84\x2f\xa6\xc3\x80\xbb\xa9\xaf\x97\xe9\ \x30\xe0\x6e\x9a\xe9\x65\x3a\x0c\xb8\x9b\xd2\x79\x99\x0e\x03\xee\ \xa6\x4f\x5e\x9e\xc3\x80\xbb\x69\x87\x67\xa6\x19\x04\x74\x18\x70\ \x37\x15\xf2\xcc\x00\x08\xe8\x30\xe0\x97\xa9\x1b\x06\x74\x18\x70\ \x79\x89\xe6\x72\x50\xed\x58\x9e\xa9\x78\x3b\x99\xc3\x80\x4b\x27\ \x39\xf8\x7b\x70\x18\x70\xe5\xa6\x82\x5d\xa2\xc3\x80\x2b\x37\x0d\ \xec\xf7\xee\x30\xe0\xaa\x53\x24\xda\x73\x91\x13\xce\x69\xcf\xf2\ \x73\x6d\x35\x68\x02\x94\x21\x74\x2e\xdb\x64\xba\x0b\x51\x33\xc2\ \x6b\x7c\x51\x4b\x12\x19\x23\x28\xd1\xca\x87\x38\x26\x4d\xc4\x15\ \x2d\xd2\x9f\x38\x26\x4f\xc4\xb9\xbb\xa8\x05\xda\xcc\xd2\x95\x30\ \xaf\xa2\xa3\xce\x09\x90\xa6\x98\x52\xff\x2a\x6d\xce\x19\x90\xa6\ \xbb\xa8\x65\xda\x0a\xac\x94\x57\xe1\x26\x2f\xac\xfa\xe7\x1f\x79\ \x61\x15\xb5\x58\x5b\x81\x15\xd5\x3e\xa9\x5a\x3e\x58\x59\x77\x36\ \xc4\xc3\x8a\xc7\x9f\x83\x92\xfb\x94\x1f\xf2\xc2\xaa\x7f\xfd\x21\ \x1f\xac\xac\x85\x19\xc3\x62\x85\xbd\x8a\x4a\xfa\x60\x65\xdd\xcd\ \x10\x11\xab\xb8\xeb\xa0\xc1\x4a\x20\x8f\x94\x5b\x2f\xac\xe4\x69\ \x65\xbb\xb5\xfa\x6b\xd0\xf4\xf6\x84\x23\x9f\x39\xe8\xa3\x61\x45\ \x2a\x28\xdc\xa6\x5f\xc5\xad\xf0\x6b\xac\x80\x44\x10\xdf\xa2\x72\ \xce\x58\x85\xa9\x97\xe6\x8a\x95\x0e\x28\xaf\xec\xa1\xa7\x8e\xb8\ \x5a\x52\xaf\x08\x7a\xe6\xb1\x35\x7b\xe0\xb0\x25\x19\x37\xa1\xaa\ \xd3\xd7\xd2\x62\x5a\x09\xaf\x37\x79\x78\x4c\x0d\x2d\xfb\x57\x76\ \xf4\x98\xf8\x5a\xb6\x14\x44\x8b\x35\xf5\xeb\xd1\x86\x73\xda\x8f\ \x67\x78\xcd\x93\xc9\xcf\x3f\x00\xca\x98\x80\xcb\x3b\xbd\x69\xf6\ \x8d\x9f\x05\x22\x71\x98\x4e\x59\xdf\x89\x11\x8f\xe5\x8e\x7a\x25\ \x46\x7c\x96\x13\xf8\x98\x0a\x6b\xe7\x1d\x34\x66\x20\x1c\x95\xee\ \x2c\xda\xd1\xc2\x72\x06\x91\x38\x2c\xa7\xfb\x6f\x75\xf4\x61\x39\ \x1d\x70\x9f\x9a\x3d\xa8\xdd\x11\x64\x4f\x88\x38\x2c\x54\x12\x2e\ \xd0\x6e\x0f\xfc\xb7\x64\xe6\x27\x44\x1f\xb3\x31\xb8\x1a\x45\x14\ \x2f\x99\x0e\x50\x41\xd9\xc3\x4b\xa6\x43\x96\x50\xb6\xc7\xca\x3b\ \x12\x13\x12\x76\x4c\xe2\x85\x6b\xf8\xde\x9e\x4e\xd0\xb2\x99\x21\ \x11\xb4\x33\xac\x61\xdf\x7a\x98\x78\xbd\x87\xc0\x5d\x3e\x50\x64\ \x2f\x47\x1e\x49\x3e\x40\x77\x01\x77\x8c\x1f\xc1\x0e\x58\x26\x9a\ \xc6\x4c\xe7\xf0\xe1\x07\x96\x48\x7d\x44\x71\x8a\xed\x28\x62\x58\ \x79\x40\xa1\xfe\x6f\x09\x73\xb7\xf2\x28\xb2\x6e\xa2\xee\xc1\x10\ \x87\xa1\xd6\x8e\xf8\x70\x22\xc5\x31\xc9\x4b\x2e\x29\x30\xf6\x78\ \x75\xcb\x9e\x99\x84\xd1\x63\x98\xa1\x1a\x41\x0c\x57\x12\x50\xa7\ \xbf\xc2\xea\xee\x4a\x82\xee\x02\xbe\xc3\xed\x38\x66\x20\xc7\x28\ \x0f\x21\xb3\x86\x7c\x78\x46\x25\xdd\x89\x43\x2d\x2c\x43\x7c\xd4\ \x0b\x1f\x8e\x09\xf0\xea\x01\x1f\x8e\x09\xf9\xee\x81\xe3\x38\x46\ \xd4\x62\xc2\x6f\x93\x67\xe5\xc1\x32\x60\x6a\xb0\x23\x5c\x3f\xdb\ \x81\x46\xe2\x99\xfe\x2a\xa9\x17\xcf\x04\x56\x49\x8f\xe0\x19\x15\ \x59\xcc\x74\xa7\xa6\xf9\x30\x0d\x49\x64\x77\x82\x5e\x1b\xd7\x78\ \x85\xfb\x7d\xb8\x86\xf6\xd7\x5c\x7d\xb8\x86\x06\xd6\x5c\xfd\xb9\ \x86\xab\x63\xb6\x7a\x04\x4d\xe7\xf3\xe1\x1a\x96\x28\x71\x5c\x5d\ \xac\x72\xa8\x91\xb8\xa6\xbf\x7a\xeb\xc3\x35\xec\xcd\xd5\x5b\x4e\ \x8e\xb1\x7f\x83\xa6\x40\xfa\x70\x0d\xe8\xc1\xf2\x58\x3d\x98\x93\ \x38\x69\x0d\x40\xc6\xd3\xea\xc1\x2c\xb0\x1e\x7c\x98\x74\xd9\x91\ \x32\x9a\x70\x76\x58\x98\xfe\xad\xd2\x46\xed\x49\xaf\x2d\xfb\x4c\ \x13\xd1\x5d\x1a\xd8\xca\x3e\xe5\x98\xe3\xd8\xd4\xbc\xbf\x52\xec\ \x63\x53\x5b\x4b\x00\xf6\x63\x9f\xfd\xf2\xf9\xaf\xa7\xd9\x26\x0c\ \x1f\xb3\x54\x39\xa6\xda\xda\x33\x7f\x5b\xf6\xe6\x26\xac\x3b\x95\ \xb8\x25\xeb\xc0\x0c\x22\x8e\xd3\x8d\xc7\x89\x75\xb6\xf2\x43\x60\ \x85\xf7\x30\x7f\xb7\x23\x35\x39\xc1\xc7\x04\xd2\xdf\x20\x3b\xd9\ \x9e\x78\xdd\xb2\x9d\x39\xd1\xfa\x18\xad\x78\x83\x47\x1c\x49\x63\ \xad\x35\x19\x4f\xd2\x88\x80\x4a\x71\x7b\xc6\x41\x62\x72\x41\xa2\ \x4c\x0d\x29\xe3\xb8\xbf\x5b\xc8\x23\xa5\x55\x8f\x88\x96\x75\x00\ \x1d\x06\xd4\x24\xda\x43\x55\x89\xa4\x3e\xa2\x92\x32\x77\xc4\xac\ \x01\x45\xdf\x70\x95\x47\x77\xd1\x2b\xda\x1a\x6f\x6d\xe2\xf5\x66\ \x5e\xf7\xc7\x57\xfd\x4b\x92\x82\x9e\xea\xd1\x5d\xe4\xca\xb6\x85\ \xa3\x32\xc1\xda\xcf\x18\xf4\x78\xfe\x10\x8e\x27\x8f\xee\xe2\x16\ \xe0\xdc\x38\xe9\x40\x62\xfa\x39\xea\xdc\x07\x60\xf5\xb6\xc6\xc3\ \x8b\xc4\x9f\x8c\x42\x51\xe3\x44\x8f\x04\x57\x08\x5f\x83\x7b\x77\ \x34\x6e\x05\xdc\x8d\x5f\x26\xe1\x3e\x75\xcb\xbd\xf0\xb2\xba\xd8\ \x22\xe2\x15\x77\x6d\xdc\x78\x24\x12\xe5\xb5\x36\xfa\xe0\x65\x75\ \x2e\xc5\xc3\x8b\x45\xaf\x63\x6e\x4c\xae\xc4\xbc\x21\x3d\x8a\xf6\ \xa5\xfa\x97\xc6\xf7\xd1\xbd\x54\xe4\xea\xf8\xa5\x1d\x91\x60\xe1\ \xf7\xc2\x7a\x0f\xb8\x42\x64\x02\xb8\xc3\x65\x2d\xca\xff\xad\xf0\ \xf2\xf1\x75\x94\x08\xd8\xe8\x35\xfc\x4c\xeb\xd7\x57\x08\x28\x5e\ \x1a\xb1\x81\x8f\x7e\xed\xf0\xc5\x4b\x89\x35\xf0\x39\xbd\xa0\xec\ \x12\xeb\x28\x99\xc1\x39\xbd\x56\xec\x12\xeb\x28\x99\xc1\x75\xfa\ \xd0\x2f\xb5\x8e\x12\x0c\x8e\x9d\xc5\x3b\x39\x43\xd7\x51\x32\x03\ \x3b\x8b\x77\x46\xbe\x55\x1d\x25\x03\xc0\x59\xbc\x8c\xf6\xad\xea\ \x28\x19\x00\xce\xe2\xa5\xaa\x6f\x56\x47\xc9\x20\xe0\x24\xb9\xce\ \x0d\x81\x60\x75\x94\x00\x01\x7e\xa6\xe2\xad\x67\x12\x81\x0f\x02\ \x4e\x72\xf0\xeb\xaf\xa3\x64\xa0\x70\x53\xc1\x2e\xaf\x8e\x92\x19\ \x9b\x9b\x06\xf6\xfb\xae\xa3\x64\x70\x72\x12\x89\xdf\xcc\x65\x98\ \x2c\xfa\x6b\xb7\xf7\x62\x9a\xcb\x5c\x7c\xf5\xde\x86\x98\xe6\x32\ \x17\x4e\xcb\xd6\x65\x9a\xcb\xdc\xed\x65\xe5\x97\x69\x2e\x73\x11\ \xc3\x17\x70\x26\xe6\x32\xef\xce\xa7\xbb\x4c\x73\x19\x96\x83\xf3\ \x1c\xd8\xa9\xcc\x65\x2e\x2f\xd1\x5f\x10\xd0\x5c\xe6\xf2\x12\xfd\ \x05\x21\xcd\x65\x2e\x2f\xd2\x61\x10\xd0\x5c\xe6\xdd\xd9\xe6\x67\ \x88\x40\x48\x73\x99\x2b\x27\x39\xf8\x7b\x30\x97\xb9\x72\x53\xc1\ \x2e\xd1\x5c\xe6\xca\x4d\x03\xfb\xbd\x9b\xcb\x5c\x75\x8a\xc4\x96\ \x4c\x55\xee\xf3\x22\x76\x8f\x4c\x02\xa6\x02\x54\x5e\x73\xcf\x93\ \x60\xca\x5a\x79\x2d\x5e\x96\x2a\x74\x18\xb5\x84\x60\x51\x61\x47\ \xb1\x38\xc9\xfc\xf0\xf0\xfd\xcb\xc3\x7a\x61\x15\xb5\x3c\x6c\x59\ \x00\x8b\xc6\x29\x80\xc5\x74\xa4\xfa\xd9\x2d\x58\x69\x6b\xfd\xec\ \xb0\xd9\xcf\x58\xf8\x65\x3e\xbb\x16\xea\x81\x87\xef\x3f\xe9\xdd\ \x0b\xf5\x30\x8d\xe3\x96\x87\x35\x45\x6c\x84\xf6\x49\x55\xf2\xe1\ \x2b\xdc\xbf\x3c\xac\x0f\x5f\xe1\xc8\x65\xd2\x4d\x81\x17\xaf\x12\ \xcd\xee\x5b\x44\x98\x26\xfd\xcb\xc3\xba\x6f\x11\x81\xee\xe2\x97\ \xfe\xa6\xc8\x47\x5e\xb9\xef\xfb\x84\x87\x3f\x65\xe9\x6f\xe8\x2e\ \x7e\xe9\x6f\xa1\xe2\xec\x91\x65\x9a\x9e\xb2\xf4\x37\x74\x17\xbf\ \xf4\x37\x58\x11\xb1\xb0\x3a\x65\xe9\x6f\xa6\xad\xd5\xfe\x03\xf3\ \x55\x9c\xea\xfb\xf0\xec\xa7\xac\xfc\x0d\xdd\xc5\xaf\xfc\x4d\x3d\ \x13\xe8\xdd\xb1\xe2\xa7\xac\xfc\x0d\xdd\xc5\x17\xed\x84\xc7\x9a\ \x82\xfc\xb4\xa2\xdd\x5a\xec\x3f\x24\x56\x38\x91\x5e\xe2\x4a\x67\ \xf0\xa1\x6e\x0f\x2f\xfa\x8b\x76\x1f\x95\xc1\x5a\xec\x3f\xec\x46\ \x03\xed\x55\x32\xcd\x47\x15\x15\x71\x6c\xf5\x36\xac\xac\xc5\xfe\ \xc3\x6e\x32\x90\x5e\x6f\xa1\xf1\x51\x45\x65\x7f\xd9\xee\xc3\x57\ \x32\xa0\x6c\x6f\x49\x99\xb0\x26\x39\xf8\xe4\x25\x04\x4d\x88\x70\ \x73\xc9\x59\xbc\x60\x9c\x09\x27\x07\x60\x91\x07\xd2\x11\xf3\xb7\ \x06\xc0\xed\x21\x7f\x7b\x7a\xc0\x9b\x65\x3e\xb8\xc3\xb7\x17\xcb\ \x07\xf8\x1c\xdf\x32\x50\x7f\xd5\xf0\x59\xc3\x77\x44\xe6\x43\x1f\ \xf8\x1c\xb3\x90\x8e\x7e\x53\x73\xef\x24\x87\x3e\x53\xcb\xb9\x98\ \xf5\x91\x59\x05\xbd\xf3\x00\x7a\x0c\x4e\xba\xa7\x6e\x5c\xe0\xe0\ \x1c\xa3\x22\xf8\xd8\xa8\x6a\xaf\x24\x87\x3e\x03\x73\xae\x27\xf6\ \x96\x03\xeb\x4a\x88\xe8\x03\x80\x93\xc0\x39\x4b\x00\x54\x18\x00\ \x5c\xe3\xba\xe7\x07\x40\x3d\x21\xa2\x07\x02\x8e\x79\x59\x67\x89\ \x80\x08\x83\x80\x9b\x78\x3b\x47\x04\xea\x09\x11\x7d\x10\x08\x2a\ \x07\x2d\x29\x13\xd6\x24\x07\x9f\xb4\x05\xbf\x84\x88\x3e\x50\xb8\ \x4a\x44\xa7\xec\x11\x4b\xca\x44\xdf\x24\x87\x3e\x63\x73\x14\x76\ \xfa\xd8\x1d\x06\xd6\x24\x07\x9f\xcc\x84\x80\x09\x11\x3d\x70\xd2\ \x8e\xca\x1c\x3a\x76\x87\x41\x54\x73\x19\x80\xa1\x20\xd3\x0a\xa0\ \x40\x91\x44\xf0\xd1\x72\x98\x80\x48\x52\x29\x25\x0c\x6c\x16\x0d\ \x73\x11\x49\x29\x83\xcc\x18\x49\x1d\x73\xd7\x2f\xc8\x64\x6e\x87\ \x50\xa6\x92\x61\xdd\x13\xc2\x7d\xbb\x4f\x32\x27\x86\xbb\x2c\xb3\ \xd9\x8e\x21\x06\x49\x40\xa4\x96\xe1\x21\x74\x74\xdc\x74\x9b\xce\ \x96\x51\xad\xc6\xd9\x0c\xd4\x8d\x14\x2c\x64\xf8\xab\x67\x5d\x9d\ \x9d\xb1\x26\x99\xdb\x02\xe6\x60\x89\x5e\x3a\x10\x8e\xfe\x86\x6e\ \xab\xd5\x17\x88\xf3\xb1\x70\x25\xbf\x34\xed\x7e\x23\x40\xb6\xc8\ \x6e\xfc\x6e\xd5\x2f\x96\x92\xaa\x3d\xc8\xe2\xc5\x2f\x4d\xf7\xef\ \xc0\x47\xa5\x9c\x16\x7f\xa1\xf0\xb9\x34\x0f\x49\x07\x3e\x18\x34\ \xa9\x50\xd0\x5c\x9a\xef\xa4\x0b\x1a\x59\x7e\x0d\x36\xb5\x2e\xcd\ \xb5\xd2\x81\x0f\x81\x27\x08\x39\xb5\x44\x50\xd1\x7c\x22\xa3\xbb\ \x03\x23\xd0\xfb\xcc\xcb\x0c\xe0\x2b\xd8\xe3\xa1\x70\x72\x15\xd1\ \x9d\x16\xb9\xef\x3a\x7e\x56\xd6\xbb\x74\x8b\xad\x9d\xad\xf5\xae\ \x90\x86\x3b\x54\xe6\x3b\xfc\x42\x8c\x53\x60\x1d\xa5\x04\x83\x69\ \x0d\x36\x82\xe0\x14\x16\x77\x1c\x86\x69\x1c\xb5\xe0\x6f\x26\xfc\ \x9a\x08\x45\x9c\xab\x1f\x14\xbb\x3d\x2e\xc3\x06\x3d\xb5\x19\x2f\ \xea\x85\x6f\xbb\xde\x05\xad\x2e\xc6\x1b\x72\x6a\x53\x5e\xd4\x0b\ \xfa\x76\xbe\xc5\xbd\xbb\x62\xdb\xc5\x1a\x6f\x00\x84\xb3\x06\x55\ \xe4\x82\x5f\x84\x16\x15\xd6\x80\x13\xca\xcd\x75\xb6\xcd\x01\xbf\ \x08\x8c\xc2\x1a\x71\x42\xb9\xf9\xc6\xb6\xb9\xdf\x17\x81\x51\x30\ \x43\x0e\xe0\xf1\x78\x83\xe1\xb1\xb5\x13\x2e\xda\x96\x03\x88\x9c\ \x6d\xdd\x22\xcd\xfb\x22\x30\x0a\x6b\xcf\x01\x46\xee\xd2\xda\xa4\ \x77\x9f\xa1\x8e\x0e\xca\xb7\xc4\x84\xe0\x8d\x92\x2e\x34\x91\x58\ \x21\x35\x04\xd3\x46\x48\x2a\xb1\x84\x6f\x14\x96\x7c\xaa\x83\x00\ \x56\x4b\x41\xeb\x7a\x91\x92\xec\xae\xa9\xfb\xda\xc0\x24\xc0\xc5\ \x01\x86\xcd\xc0\x24\x18\x1a\x8a\x0a\x0a\x82\x56\x68\x50\x6c\x34\ \x1e\xca\x94\x71\xd0\x08\x29\x3b\x5f\x0b\x50\x28\x57\x8f\xc1\x26\ \xd1\xfb\xec\xbc\x06\x9d\x84\x90\xdc\x46\x88\x3e\x88\x31\xc7\x39\ \x59\x6e\x23\x78\x0b\x16\x3b\xab\xa8\x89\xb9\xbb\xdb\xa4\xdc\xec\ \x6b\xfd\x86\x98\xaa\xa5\xd7\x77\xc4\x99\x8a\xdd\xad\x25\x62\xef\ \xaf\x27\xf9\xdd\xaa\xf8\xf6\x98\xaf\xb3\x49\xb6\xce\xbe\xdb\x76\ \x51\xb5\x48\xf3\x2e\x82\xca\x46\x9c\xdc\x8d\xfe\xf1\xe7\xbf\x6c\ \x77\x08\x8c\xc7\xa3\xff\x5b\x2c\x3f\x56\x3d\x83\xb9\x08\x27\x64\ \xb7\x8b\xe7\xf5\xcd\xd5\x76\xdb\x02\x9c\x37\x19\x8f\x0c\xee\xd9\ \xfa\xc3\xf4\x31\xbb\xcf\xaf\x57\x2f\xf7\xff\xf6\xf9\x71\x06\xfd\ \x6f\x0f\x34\x4e\x5e\x7f\x79\xca\x77\x37\x2d\x6f\xbb\xcc\x57\x8b\ \xe7\xe5\x38\xbf\xb9\x7a\x58\xaf\x9f\x46\xd7\xd7\x4f\xcf\xcb\x59\ \xba\x58\xde\xc3\x4d\xe0\xbf\xc7\xa9\xb9\xe8\xfa\xa7\xf5\x74\x36\ \xfb\x4f\xd3\x49\x6d\x27\x43\x79\xd3\xf1\x32\xcf\xd6\x8b\xe5\x87\ \xda\x8d\xcd\x00\xfe\x74\x9f\xcf\xd7\xf5\xc6\xcd\x23\x4c\xd7\xb3\ \xfc\xc3\x7f\x65\x1f\x9f\x6f\x07\x3f\xad\x73\x80\x71\x59\x3c\x6e\ \xd9\x5e\xbf\xc7\xf5\xe1\x4d\x8a\x33\x0f\xfa\x33\xb7\x2d\xc7\xf0\ \x61\x33\x84\x5f\xa7\x8f\x8f\xd9\x38\x7d\x7c\x5e\x4d\xc7\x0f\xd9\ \x6c\x96\x8e\x7f\x2b\x2e\xdd\x9c\xb5\xbb\x12\xba\x98\x4d\xc7\xf9\ \x7c\xd5\x0d\x4b\xd1\xed\xf4\x25\x1f\x2f\x1e\x1f\x17\xf3\x55\x81\ \xd0\xe6\xda\xd5\xf5\x5f\xff\xfe\xe3\x35\x49\xd1\xf5\x01\x38\xc5\ \xb0\xf6\x1b\x57\xcf\xb7\xbf\xe6\xe3\x06\x38\x05\x0b\xfc\x7b\x76\ \xbf\x07\x98\x69\x9d\x4d\x3f\xac\xe6\xd9\xd3\xea\x61\xb1\x7e\x7f\ \xbd\x69\xb0\x9e\x35\xce\x1e\xf3\x65\xf6\xfa\x39\x4f\x70\x97\x45\ \xc7\x6d\x16\x8f\x30\x39\x3a\xfa\x32\x4f\x64\x3b\xa3\x6c\x6b\x0c\ \xa4\x44\xbe\x39\xe4\x82\xb8\x86\xc5\xeb\x2c\xff\xe3\x3e\x25\x6a\ \x5c\xef\x45\x84\x26\x81\x9f\xf2\x25\x30\xf1\xaa\x93\xc0\x9f\xf2\ \xdb\xb4\x6a\x2c\x6e\x3c\x1e\x5f\xff\x23\x7f\x5a\x2e\x26\xcf\xe3\ \xf5\x74\x31\x6f\xd2\xb6\xe7\x8d\xff\x3c\x5d\x81\xa4\xbc\x7d\xb6\ \xde\x78\x99\xff\xeb\x79\x0a\x57\x1c\x75\xe7\xff\x59\xac\x01\x90\ \xb0\x0f\x9b\x2f\xa7\x2f\x05\xee\x86\x64\xab\xb0\xcf\xfb\xd3\x43\ \xb6\xcc\xff\x34\x9b\x7e\x3c\x7c\xe6\x7e\xf7\x2d\x7e\xfd\xc7\x62\ \x52\xbf\x6f\xc1\x77\x1b\x3e\xab\x36\x48\xd5\x84\xef\xfb\xeb\x4a\ \x3a\x17\xbf\xee\xcb\xab\xd6\xb6\xb4\x44\x34\x54\x7c\x63\x62\x54\ \x0b\xd8\x66\x27\xd7\x64\xba\x7a\x9a\x65\x5f\x46\xd3\xb9\x59\x24\ \xae\x76\x92\x1f\x1a\xf3\x65\xf5\x1a\xb3\xea\xe6\x8d\xdb\x6f\x8d\ \x1a\x65\xac\x18\xcd\xaa\x7d\x29\xb0\x50\xca\x21\xa3\x29\x07\x23\ \x80\x0f\x13\x45\x52\x46\xa5\xa2\x35\x6f\xba\xb9\xff\x3d\xe1\x12\ \xd5\xb6\xb5\xdd\xef\x70\xb3\x3e\xda\xbb\xed\xde\xb2\x94\x2b\x49\ \x11\x6e\xec\x51\xdc\xde\xb1\xfe\x46\xa9\xc3\x67\x45\x29\x22\x85\ \xf6\x5a\x25\xef\x21\xcc\xe1\x27\x11\x43\x26\xc0\x9e\x30\xef\x09\ \x1e\x32\x40\x0a\xf4\x01\xf3\xbc\x35\x02\x2f\x41\x1e\xd4\x29\xbb\ \x79\xc6\xe6\x7e\xc1\xfd\x27\x7e\xc9\x97\x77\xb3\xc5\xa7\xd1\xcb\ \x74\x35\xbd\x9d\xe5\xef\x8a\x7f\xa7\x33\x33\x8a\xaa\x69\x37\x2a\ \x86\x08\x12\x58\xf1\x77\x77\xb0\x78\x8d\x60\x59\xfb\x61\x6f\xdd\ \x2e\x12\xdc\xfe\x50\x1c\xae\xed\xeb\x2b\x7e\x2e\x9f\x67\xf9\x68\ \xbe\x98\xff\x96\x2f\x17\xef\x60\xae\x2e\x3e\x16\x3f\xf3\xcd\xf7\ \xe4\xd3\x74\xb2\x7e\x18\x6d\x0d\x4e\xf2\xee\x31\x5b\x7e\xcc\x97\ \xc5\x39\x57\xf5\x61\x3d\xe4\xd3\xfb\x07\x90\x60\x60\xe6\xa6\x84\ \xc9\xc6\xdb\x45\x07\x83\xe2\x36\xa0\xb3\x30\x30\x07\x35\x23\xcd\ \x83\x5f\x6e\xae\x12\x2c\x40\x7b\x62\xb4\x51\x88\x00\x74\x91\xe2\ \x88\xa0\x29\x41\x7b\xd7\x14\x4e\x57\x40\xd6\x50\x4e\x37\x67\xd4\ \x53\xb6\x7e\x38\x39\xe0\x7b\x0e\x60\x93\x0e\x17\x19\x70\x83\x80\ \x19\x2a\xf4\xd5\x78\x75\xe4\x60\x60\xb4\xaf\x41\x42\xa8\x71\x53\ \x22\x84\x87\x25\xb8\xe6\x99\x06\xe3\x01\xf0\x2e\xfc\x5f\x50\x09\ \x78\x15\x37\xbe\x83\x8d\x98\x52\xad\x31\x36\xd1\x2d\x81\x98\x1a\ \x50\xa1\x52\x46\x84\x86\x7b\x60\x06\xdc\xcd\x68\xd5\xa4\xc8\x30\ \x21\x9c\x1b\xd7\x3e\x57\x02\x6e\x93\x60\x30\x34\x15\xa8\xbf\x48\ \x0c\x12\x2c\x61\x86\x08\x0e\xa4\x2e\xcf\x42\x52\x68\xc4\x06\xc9\ \xde\xc5\xa6\x99\xb0\xc1\x6f\x67\x49\x40\x1a\x99\x80\x25\x99\xb6\ \xec\xed\x4e\xa6\xa4\xa2\xd3\x96\x4c\x5b\x5c\x6b\x74\xaa\xb5\xb5\ \xd2\xa9\x22\x53\x83\x48\xcd\xeb\xb6\x24\x6a\xe3\x3d\xda\x58\x77\ \xb6\x0a\xd1\x1e\x15\x37\x34\x2c\xf0\xfe\x7e\x52\xbe\x44\xb6\x15\ \xdd\xfc\x25\x9f\x2f\x26\x93\x0a\xdd\xef\xc7\x94\x80\x01\x65\x07\ \x98\xa9\xa7\xcf\xd5\x11\xc3\x09\xe3\xec\x69\x04\xfa\xc6\xba\xde\ \xf6\xeb\x62\x3a\x1f\x81\x5a\x90\x2f\xab\xd6\x6d\xaf\xb5\x61\xc1\ \x98\xfe\x7b\xc0\x8c\x61\x26\x15\x18\xf1\x20\xd7\xcd\x63\x62\x35\ \xf8\x05\x70\x82\xa5\x43\x0b\x42\x06\x0f\x80\x7e\x4a\x24\x46\x04\ \x0f\x5e\x00\x63\x58\x07\x84\xa2\x14\xda\xb7\xcd\xbf\x0c\xcc\x8a\ \x80\x89\xe2\x6c\xf0\x23\xa0\x99\x12\xcd\x80\x22\x43\xe3\x90\x80\ \xf5\x03\xf1\xc1\xdf\x06\x3c\xd5\xd8\xe4\xb2\x9b\x33\x78\xaa\x14\ \xe1\x84\xd6\x7a\x7c\x18\x00\x4f\x70\xa4\x90\x16\x83\x19\xdc\xb9\ \xe4\x79\x06\xb4\x33\xdd\x0c\x31\x9c\x40\x98\x61\x01\xf8\x83\x13\ \x80\x0d\xcc\x02\x5d\x3b\xfe\xdb\xde\x0a\x57\x11\xab\x51\x07\xce\ \x4a\xa1\x80\xb3\x0c\x26\x98\x26\x5a\x88\xd7\xd6\x25\x26\xdd\x67\ \x59\xcb\x1d\x60\x65\xb3\x72\x86\x16\xfb\x7c\xb1\x5c\x3c\xcf\x27\ \x07\x8c\xd1\x68\x2d\xb8\x64\x36\x85\x7f\x46\x5b\x86\x9b\x64\x60\ \x94\x14\x5b\xce\x47\xe8\x80\x81\x5a\xa6\x77\xc1\x4c\x20\x81\x4b\ \x19\x30\x34\x3b\x6d\x8b\x3f\xc3\x4c\xa0\xbc\x1b\x72\x15\xb3\x1c\ \xc3\x64\xc5\x18\x7e\x00\x5b\x21\xce\x39\x10\x11\xe6\x76\x79\x6a\ \xb2\xf9\x26\x77\x4d\x7f\x1b\xe8\x94\x1a\xca\x60\x73\x79\x52\x5d\ \xcd\x41\x5a\x54\x67\x17\xc2\xba\xbc\x17\x6d\x34\x6e\x6f\xf2\xcb\ \x60\xf7\x38\xa5\xa4\x21\x32\x95\xe6\x91\xa4\xd8\xff\xd1\xc6\x48\ \xb2\xce\x48\xf7\x87\xea\x14\xd6\x57\x27\x90\xe8\xaf\x30\x16\x0f\ \xb1\xfe\x4a\xa4\x5c\xd6\x5f\x62\x59\x7f\x31\x2e\x51\xa4\x40\x3c\ \xa4\xa5\x91\x01\x20\x30\x74\x8a\x31\xd2\x4c\xcb\x12\xf8\x54\x49\ \x26\x88\x1c\x24\x20\xf8\x11\xc3\x04\xa6\x6e\xca\x8d\xf4\x31\xa4\ \x2d\xbe\xec\x1a\x36\x27\x0b\x43\x95\xcd\x51\x10\x20\xc3\xea\x52\ \xda\x68\xac\xae\x32\xa4\xae\x7a\x2f\x49\x4d\x53\x6c\xe6\x8c\xd9\ \x0c\xde\xf8\x7e\xa2\x35\xf8\x35\x8a\x85\x58\x70\x5f\xa3\x58\x49\ \x17\xe1\x43\x10\xda\x4d\x10\xb9\xa3\x07\x3f\xa4\x06\xef\xa4\x05\ \xaf\x7f\x69\x5d\x66\x09\x7d\x7b\xfa\xf0\x13\xce\x28\x7e\x48\x39\ \x93\xaa\x51\x89\xc3\x33\x26\xe0\x9b\x93\xc9\x63\x45\x3d\x7e\x1a\ \x81\xfa\xc1\x63\x88\xb7\x1a\x31\x98\x4d\xb8\xb9\xc8\x36\xdd\xfc\ \xda\x3e\xa7\xe4\xdb\x13\x2b\x84\x59\xee\x3a\xa7\xb4\x85\x8c\x2a\ \x55\xdf\xa6\xd3\x6b\x14\x12\xb1\xf5\x88\x82\x0e\x94\x56\xb9\x0e\ \x67\x4d\x8c\x16\xce\xaa\xbd\xaa\xd8\xd5\x06\xac\x41\xd5\x06\x3c\ \x6d\xd1\xeb\x11\xee\x63\xf1\x81\xf1\xcf\x29\x6e\xac\x2f\xa5\xe1\ \x87\xcd\xf8\x31\xe3\x85\x1b\x0f\xfe\xb0\x34\xba\xba\x02\xa3\x0d\ \x51\xc5\x4b\xc3\x0f\x13\xc4\x85\x32\x86\x9f\xc9\x49\xe0\x30\xf2\ \xc2\xf0\xdb\x34\xff\x58\xdc\x04\x83\x2d\x86\x87\x22\x55\x4c\x49\ \xa3\xa6\x53\xb0\xef\x28\x62\xc6\x06\x10\x8c\x81\xd1\xa7\x40\x8b\ \x17\xc6\xd9\xc9\xe0\x5c\xb8\x08\xbe\x13\x4a\x09\xa2\xb5\x9e\xcd\ \x5d\x25\x47\x9c\x20\x55\x18\x80\x0c\xcc\x77\x4c\x0a\xe1\x47\xb1\ \xd6\x94\x98\xe3\x1a\x34\x7f\x35\xdc\xb6\x80\x4d\x08\x56\xa3\x92\ \x54\xd1\xdd\x35\x05\x89\x09\xe1\x82\x9b\x4b\x4c\xe1\x1f\x2e\x86\ \xdb\x16\xb8\x24\x55\x58\x1b\x33\xb3\x45\xd1\xa7\x0d\xf3\xbe\xe9\ \xcb\x8c\x6d\x31\x3a\xf0\x08\xb7\xf3\x88\x24\x01\x4d\xbf\x6c\xb9\ \x84\xf1\xd4\xe7\xf6\x6b\x06\x61\xc5\x5f\x2d\xf3\x7d\xf9\xd9\x24\ \x21\x94\x4b\x59\xdd\xd7\xb9\xfc\x52\xb5\x73\x54\xb7\x26\x2a\xb7\ \x2a\x11\xc5\x7a\xdb\x28\x71\xb9\x71\xaa\xc2\xa1\xd2\x98\xab\x1d\ \xfa\x52\xc4\x87\x8d\x01\xc2\xea\x77\xfb\x5c\x04\x93\x71\xc1\x64\ \x7b\xf4\xde\x38\x53\x29\x3f\x6b\x7a\xcb\x16\x7a\x33\x76\xce\x04\ \x37\xf5\xf7\x9b\xa4\x6e\xb6\x6c\x89\xcc\x4a\x07\x10\xb5\x10\x19\ \xf4\x2d\x02\x62\x04\x37\x89\x0c\x3a\xb1\x32\x64\xd0\x7b\x44\x86\ \x19\x8e\x38\xe6\xfb\x81\x8e\x8a\xc8\xb5\xf4\xf7\x52\x5a\x57\xff\ \xf4\x0b\x05\xd5\x86\xbe\x0d\x04\x51\x87\x40\x50\x11\x4d\xa1\x88\ \x6e\xd2\xdb\xcc\x4f\x8c\xa4\x14\x7a\x48\x75\x0a\x2b\x12\x07\xa9\ \x0c\xdf\x18\xd7\x00\xce\x7e\x30\x88\x51\xbd\x1b\xbd\x73\x00\xa8\ \x85\xc5\xb7\x20\x19\xe1\xdc\xc4\xd4\x1a\x88\x68\x0b\x5d\xbc\x12\ \xef\x78\x2d\x50\xf2\x16\xb1\x21\xb3\x73\x22\x82\xa7\xbb\xd5\xcf\ \x78\x81\xd1\x09\xcb\xca\x08\xfc\x41\x4f\x4d\x38\xcb\x5e\x8d\x53\ \x12\xae\x3e\xf6\x3d\xf5\xe9\x32\xe3\x18\x6f\x43\x34\x1a\x23\x30\ \xb8\x27\xce\xf7\x68\x57\xa7\xdc\x2e\xcc\x5d\xba\xa8\x25\xd8\x18\ \x94\x73\x36\x04\x34\x09\x21\x88\x31\xa3\xf6\x6a\x30\x1f\x80\x22\ \x85\xda\x8b\xcc\xa6\x2f\x86\x0a\xb5\x97\x80\xf2\x80\x98\x36\x11\ \x8a\x6d\xf3\x2f\xc6\xd7\xa9\x71\x41\x88\x1f\x8d\x25\x83\xa5\xa2\ \xb4\xd8\x01\xa0\x14\x28\xc9\x14\xf4\x5d\x0c\xca\xaf\xe2\x94\x18\ \xcd\x34\x29\x62\xe9\x84\x0d\x69\x51\xbd\x13\x4e\x92\x85\x22\x8a\ \x41\x15\xa0\xaa\x08\x67\xc0\x82\xce\xcd\x2c\x34\x06\x8b\x00\xcd\ \xd8\x74\x66\x0c\x21\x3d\xdc\xb6\x80\x86\x2c\xcc\x8a\xa0\x10\x2f\ \x2f\x01\x3d\x02\x1f\x5e\xa1\xea\x57\x10\x63\x14\x71\x2a\x6b\x5c\ \xd0\x88\x4b\x65\x63\x3d\xd1\xd4\x3d\x2e\x65\xca\x30\x67\xe3\x26\ \x81\xa0\x3b\x2a\x40\xbd\x96\x3d\xe3\x52\x5b\x8a\xb6\x11\x52\xd7\ \x09\x09\x16\x24\xd8\x6f\x0a\x51\x98\x03\xb0\x50\xc2\x37\x02\x86\ \xe2\x0b\xd8\x16\x60\x66\x60\xa6\x37\x46\x1d\x58\x1a\xa0\x70\x89\ \xc2\x82\xc4\x86\xd6\x26\x28\x25\x31\x65\xb2\x30\x09\xb5\xe0\x98\ \xec\x9a\x80\x6c\x0c\x26\x26\xd0\xd0\xcc\x64\xc3\x07\x8a\x31\x51\ \x99\x94\xe6\xe4\x12\x70\x38\x4e\x70\xbd\x6d\x7b\x87\x5f\x06\xbb\ \x87\x29\x65\x01\x18\x54\x60\x0c\x33\xb3\x89\xb2\xf1\xfd\x80\x22\ \x27\x8d\x43\x99\xf4\xca\x7e\x71\x28\x93\x42\xf9\x07\x2b\x27\x08\ \x14\xd2\x18\x71\x8b\x43\x6d\x99\xe7\x55\xa5\xab\x9c\x65\xa4\xca\ \x5d\x2d\x66\x09\x7b\x3d\x75\x75\xa3\x72\x31\x5c\x2b\x83\x6f\x59\ \xde\x2f\x2f\xf8\x61\x5d\xe6\x70\x8c\x25\xfe\x15\x26\x0c\x92\xa4\ \xb3\xef\x6b\x72\x59\xcf\xf1\xc1\x7a\x7e\x39\x61\x92\x13\xd0\x25\ \x48\x2e\x8f\x33\x5d\x2e\x29\xd8\x61\xe7\x26\x79\x62\xf2\xc4\x08\ \x1c\x3a\x4d\x1b\xbd\x3f\x6d\x2e\x34\x2c\x72\x0a\x22\xc5\x88\x1e\ \x76\xcc\xa1\xb3\x0f\x6e\x58\xb9\xaa\x91\x4d\x70\x0a\xca\xc4\x08\ \x18\xba\x4c\x1f\x42\xf7\xa7\xcf\xc5\x85\x41\x4e\x41\x9e\x98\x4a\ \x41\xa7\xbd\x58\x73\x5d\x95\xf6\x22\x18\x5d\x58\x11\x86\x0b\x87\ \x1c\x68\xbd\xb4\xc8\x27\x32\x9e\x35\x0d\x8f\x5a\xda\x8b\x92\x73\ \x8d\x79\x99\x1f\xc7\x05\x25\x88\x14\xf6\xe2\xa6\xb9\xc8\x89\xa3\ \xc2\x80\x09\x66\x21\xd1\xc6\x32\x37\xe6\x8b\x12\x9c\x21\x56\x6c\ \xcf\x04\x0b\x92\x14\xf6\x07\x4d\xa9\x12\x98\x8b\xca\x6c\x04\xda\ \x0c\x29\x68\xf4\x4c\x68\xbe\xc9\xba\x33\xbb\x3b\x65\x99\x04\x07\ \xd7\x23\x6a\xe8\xab\xe1\x16\xac\xc8\x85\x03\xfb\x02\xf1\xe1\xb6\ \x05\x2e\xe0\x40\x7d\x30\x83\xd8\xee\x12\x66\x2e\x81\xde\xe1\xf1\ \xcc\xfd\x18\x53\xd0\xb4\x6d\x31\x7d\x68\x64\x36\x95\xb6\x98\x8d\ \x5d\x6e\x6b\xb3\x83\xcf\x6e\x1a\x80\x29\x1a\x24\x94\xb5\x2b\xc2\ \x51\x73\x66\xd6\x5c\x99\xf5\xd2\x28\x37\x57\x80\x00\x07\x5b\xbd\ \xbe\xc9\xec\xe6\xca\x6c\x24\x56\xba\xfe\x0a\xad\xca\x85\x29\x53\ \xad\x94\xaa\xed\xbe\xad\x1c\x98\xc6\x7c\xa3\xb2\xf6\xb6\x85\x32\ \x86\x81\xc1\xdc\xc4\xb5\x6a\x1f\x65\xc4\x03\x09\x58\x75\x6a\x7b\ \x3f\xdf\x3a\x96\x60\x52\xf9\x5b\xec\xb5\x33\x8b\x1d\x75\x12\x57\ \x37\x88\x2b\x52\x60\x2b\x41\x65\x83\xb8\x04\xb8\x9a\x92\xda\x99\ \x15\x71\x8d\x7f\x80\xa8\x9a\x53\x68\x4b\x5c\x99\x12\x8a\x69\xed\ \xad\x09\x65\xd8\x82\xc2\x03\xa2\x9a\x82\x57\x86\x37\x28\x05\x91\ \x89\x31\x39\x23\xf2\x72\xd5\x42\x5e\xaa\xce\x91\xbe\x61\x02\x30\ \xf6\xbd\x38\x95\xad\xfe\x3e\x9f\xcd\xa6\x4f\xbb\x9d\x67\xc5\x7c\ \x05\x61\x60\xea\xf8\xd4\xe9\x49\x61\x12\x8b\xda\x66\xe8\x71\x79\ \x9e\x86\x25\x93\x36\x6b\xf0\x18\xa7\x13\x91\x75\xc6\x0a\x4f\x78\ \x62\x76\x9d\x0a\x26\x5b\x7d\xaa\x4a\x0b\xf4\xca\x12\xb9\xe7\xb4\ \x3b\x5c\x22\x51\x91\xb8\x6d\x92\xa9\xeb\x74\x79\x97\xcf\x33\x78\ \x90\xe4\x36\x1b\x7f\xbc\x2f\x78\x61\x94\x8d\xc7\xcf\x8f\xcf\x86\ \x14\x57\xfb\x2b\xa5\x32\x2f\xd4\x73\xf1\xba\xd8\xf7\x3c\x11\x58\ \x54\x35\xa1\x12\x56\x22\x0e\x2a\x10\x4c\x25\xbd\xef\x73\x81\xc5\ \x28\xe8\x96\x27\x8e\x1a\x6f\x77\xfd\xca\x76\x3c\xc1\xe8\x62\x04\ \xb5\xea\xa3\x7a\xa3\x0d\x4f\xc0\x2e\x27\x4a\x05\xf5\x08\x6b\x00\ \xdc\xb1\xf7\x97\x55\x33\x8d\xa3\xc6\xeb\x18\x2f\x32\x9e\x78\x7e\ \xe4\x8b\x12\x94\x3a\xa4\xd2\x05\x06\x09\xeb\x9c\x87\x95\x77\x9e\ \x9b\x45\x36\x31\x78\x26\xf7\xf5\xea\x7b\x82\x58\xa6\xe4\xb7\xcd\ \x4f\xfd\x36\x3f\x99\x9c\xa7\xb3\xda\xfb\xc4\xb0\xcf\x9c\xb3\xde\ \x80\xb4\x65\x48\x7e\xdb\xf9\x14\x61\xe7\x53\xb9\xf8\x36\x77\xd0\ \xed\x6f\x7c\x62\x48\xc9\xb7\xdc\xf7\xc4\x90\x38\xc5\x26\x0d\x03\ \x05\xc5\x82\x1e\x4a\xf8\xcb\x0b\xfc\xbd\x69\x7e\x39\xd0\x2b\xf6\ \x06\x80\x0b\x8b\xe6\xed\x24\x36\x60\xf3\xc6\xfb\x33\x18\x92\xb1\ \xb7\xa4\xed\x06\x2b\x2d\x7b\x08\x2f\x24\x08\xf8\xd6\x44\xfa\xb6\ \xe1\xc9\x65\xc3\x13\x00\xc5\xdf\x9a\x54\xea\x54\x9b\x72\x61\xb0\ \xdf\x76\x3b\x1d\x41\x9f\xd8\xda\xc3\x65\x46\xf9\xea\x7c\xa5\xfc\ \xeb\x5d\x74\x38\xab\xc1\x28\x6a\xd9\xd6\xf0\x6d\xab\xd3\xe9\xb6\ \x3a\x41\xf7\x67\xbb\xf3\x85\x61\xd4\x62\xea\x7d\xdb\xe8\x74\xd4\ \x46\x27\x86\xf4\xf9\xee\x73\x02\x6a\x7f\xdb\xe6\xd4\x7b\x9b\x13\ \xa0\xc8\xad\xbb\x9c\xde\x9b\xf2\xa1\x1f\xbe\xfb\x7f\x61\x29\x86\ \xbb\ \x00\x01\x1e\xd5\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\x5d\x00\x00\x01\xee\x08\x02\x00\x00\x00\xb3\xb4\x48\x3b\ \x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\ \x01\x00\x9a\x9c\x18\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\ \x25\x00\x00\x80\x83\x00\x00\xf9\xff\x00\x00\x80\xe9\x00\x00\x75\ \x30\x00\x00\xea\x60\x00\x00\x3a\x98\x00\x00\x17\x6f\x92\x5f\xc5\ \x46\x00\x01\x1e\x5b\x49\x44\x41\x54\x78\xda\xec\x9d\x75\x78\x5c\ \xc7\xd9\xf6\x9f\x99\x39\xb0\x28\xd6\x8a\x19\x0d\x92\x99\x21\x4e\ \x62\x3b\x0e\x33\x63\x83\x4d\xd3\xbe\xa5\xb7\x6f\x9b\xc2\xd7\x24\ \xe5\xa6\x6d\xda\x24\x0d\x33\x39\x89\x1d\x07\x1c\x3b\x76\xec\x18\ \x63\x66\x96\x6d\x49\x96\xc5\xbc\x5a\x3c\x34\xf0\xfd\xb1\x92\x2c\ \x53\x1a\x70\x1b\xbb\x39\xbf\x4b\x97\x2d\xed\x9e\x3d\x3b\x7b\x76\ \xe6\x3e\xcf\x3c\x33\x73\x0f\x12\x42\xd4\x1d\xaa\x9d\x33\xe7\x8d\ \xfd\x55\x7b\x0c\x43\x43\x08\x83\x8d\x8d\xcd\x37\x0c\xce\xb9\xc3\ \xe1\x28\x2f\x1f\x7a\xd5\x35\x37\xe4\xe7\x17\xa2\x9a\xea\x83\x7f\ \xfe\xd3\x83\xdd\x5d\x9d\xaa\xea\x44\x18\x09\x21\xec\x6b\x64\x63\ \xf3\x4d\x03\x21\xc4\x39\x37\x0c\x3d\x39\x39\xe5\xa7\xf7\x3f\x20\ \xcd\x9d\x3b\xbb\xa3\xa3\x5d\x51\x1c\x16\x65\x00\x62\xe0\x71\xfd\ \xbf\x0b\x01\x03\x9f\x3a\xfa\x6c\xff\xf2\x18\x1b\x1b\x9b\x33\x43\ \x1c\x24\x49\xe9\xe8\x68\x9f\xfb\xf6\x6c\x92\x91\x9e\x24\x04\x08\ \x21\xfa\x5b\x35\x02\x00\x84\x74\x8b\x45\x4d\x4b\xb7\x28\x65\x5c\ \x22\x08\xa1\x63\x43\x89\xd8\x23\x86\x61\x98\xa6\x49\x29\x05\x00\ \x8c\xf1\x97\x08\x37\x10\x42\xa2\x4f\x57\xbe\x59\x5f\x02\x00\x20\ \x3b\x40\xb3\x39\x7d\x10\x42\x08\x4c\x48\x77\x77\x97\x14\x8d\x44\ \x31\xc6\x03\x2b\xab\x25\x44\x30\xa2\x67\x3a\xe4\x2c\xaf\x43\xc6\ \xe0\x37\x59\x4d\x30\x8a\x64\xc9\xad\x2a\xfd\x95\x18\x21\xa4\xe9\ \x9a\x65\xf1\xb8\xb8\x78\x45\x51\x38\x17\xd1\x48\x38\x18\x0c\xb9\ \xdd\xae\x81\x81\xc6\xe7\x29\x4a\x34\x6a\xc8\xb2\x24\x49\xd2\xbf\ \x38\x2e\xd6\x90\xbe\xd6\xab\x06\x42\x70\x40\xe8\x0b\x7e\xc2\x93\ \x41\x19\x33\x0c\xcb\xe5\x52\x4f\xed\x69\x6d\x6c\xbe\x62\x35\x8f\ \x44\x22\x92\x10\x82\x73\xde\xff\x20\x13\x42\x0b\xeb\xd7\x14\x26\ \x9f\x9f\x97\x92\xe6\x90\x65\x8c\x02\x26\xdb\xd3\x1d\x79\x61\x5f\ \x73\x63\x44\x8b\x73\xaa\x5c\x08\x84\x50\x24\xa2\x29\xaa\x73\xe4\ \xa8\xa1\xc9\x49\x89\xb2\x2c\x73\xce\x35\x4d\xaf\x3b\x54\x57\x7b\ \xa8\xda\xe3\x76\x9e\xb0\x86\x23\x8c\x2c\x4d\x8b\x18\x16\x02\x00\ \x84\x1d\x0e\x87\xaa\x48\x1a\x75\xa6\x15\x16\x79\xfd\xb5\x4d\x61\ \x43\x60\xe5\xf8\x9e\x08\x42\xc0\x28\x0b\x45\x0c\xaf\xc7\x81\x09\ \xfe\x8c\x9e\x0a\x02\xd0\xa2\x51\x93\x32\x01\x80\x89\xe4\x72\x3a\ \x24\x82\x4f\xe1\xdd\x58\x00\x8e\x1a\xa0\x82\xae\x28\x32\x47\xe4\ \xf3\x74\x9a\x10\x46\x54\xd7\x23\xba\xd9\xff\x80\xcb\xe3\x96\x08\ \x06\x21\x28\xc7\x42\x49\x2f\xca\x93\x7b\x0e\xd5\x75\x50\x49\x16\ \xba\x2a\x63\x7f\x84\xba\x9c\xb2\xa2\xc8\x76\x10\x61\xf3\xf5\x86\ \x0d\xa4\xbc\xac\xb8\xff\x4e\x2c\x10\x0a\x85\xb5\xdb\x0b\x12\x6e\ \xcc\xf5\xba\xcc\xa8\xa1\x85\xf5\x48\x58\xa1\x7a\x9e\x0a\xc3\x52\ \xdc\x1b\x5b\x82\x41\x81\x64\x42\x4c\xd3\x44\x58\x1a\x33\x76\x74\ \x9c\xd7\x6d\x59\x96\x61\xe8\x94\x9a\x84\xe0\x54\x5f\x0a\x00\x6a\ \x69\x69\x55\x55\xe5\xf8\x8a\x6d\x9a\xa6\x92\x5a\x30\xa4\xb4\x34\ \x3b\x3b\x37\xd3\x97\xc8\xc2\x9d\x9d\x7e\x0b\x7b\x8b\x7f\xfc\xe0\ \xf7\xe2\xf7\x7e\xba\xa5\xbe\x13\x29\x8e\xfe\x64\x05\xe7\x9c\x73\ \x21\x00\x31\x86\x98\x9a\x31\x66\xfc\x30\x47\xfb\xa1\x2e\x83\x23\ \x4c\x00\x40\x08\xce\x19\x17\x02\xa0\x4f\x80\x84\x00\xdd\x52\x92\ \xf3\x4a\xca\x0a\x0b\x72\x72\x72\x52\x3c\x4a\xb8\xab\xdd\x64\x18\ \x13\x2c\x38\xe7\x8c\xf3\xfe\x83\x63\xe7\xe6\xe2\xf8\x47\x84\x40\ \x80\xd0\x91\x77\x17\x00\x20\xfa\x5e\x0b\x5d\x41\xcf\x25\x77\x7f\ \xef\xf6\x89\xa9\xdb\xd7\xad\x0f\x08\x15\x84\x88\x95\x10\xf5\x5e\ \xbd\x81\xaf\xea\x2d\x95\x65\x82\x94\x98\x57\x5e\x5e\x9c\x9b\x95\ \x93\x9d\x9d\x9b\x9d\x99\xae\xf8\x9b\x83\x14\x00\x44\x57\x10\x97\ \x8c\xbb\xe2\xff\xee\x1a\xbe\xf8\xad\x75\xe3\x6e\xff\xf1\xbd\xd3\ \x32\x37\x6d\xa8\xce\x1b\x37\x29\x43\x6f\x6f\x0f\x84\x04\x51\x50\ \xec\x94\xb1\x77\x8f\x9d\x50\x1c\x79\x0b\x3b\xb6\xb0\xf9\x77\xea\ \x02\x48\x9c\xf3\x58\x25\x43\x08\x69\xa6\x35\xd8\x85\x66\x25\xa3\ \x90\xbf\xb3\x36\x62\xa5\x28\x24\xd5\x41\x76\x75\x98\x99\x2e\x29\ \xc3\x29\x5f\x95\xe5\x7c\xf2\x70\x84\x62\x64\x58\x56\x59\x59\x91\ \x22\x4b\xfb\xf6\x55\x75\x77\xfb\x65\x59\x46\x08\x4c\xd3\x1a\x34\ \xa8\x2c\x2b\x2b\xb3\xad\xb5\x4d\xd7\xa3\xc7\xdc\xf4\x10\x46\x91\ \x9e\xd0\xd0\xab\x66\xfd\xe4\xe2\x71\xfe\x8e\x0e\x4e\x24\xab\xfb\ \xf0\x9b\x4f\xff\x73\x4d\x87\x0e\x00\xc4\x15\x47\x91\x02\xd1\x08\ \x91\x55\x4c\x50\x48\xe3\x44\x92\x65\xc4\x40\x0f\xeb\xd4\x99\x9a\ \x5b\x76\xcf\xf7\xae\xfc\xe0\xe7\x7b\xf7\xd7\xf4\x78\x09\xd3\x29\ \x8f\x58\xc4\xa9\x10\xcc\x74\xce\x98\xec\x74\x02\x80\xe0\xa0\x31\ \xe7\x85\x77\x7c\xe7\xbc\x0c\xd1\x19\x32\x10\x26\x1d\xfb\x56\xbe\ \xf0\xf2\x3b\x2d\x1a\x89\x52\xc9\xa1\x4a\x44\x98\xd4\x8a\x4a\x4e\ \x8f\x49\x31\x08\x4e\x30\x06\x6e\x30\xc6\x24\x87\xd3\xe4\x04\x84\ \xc0\x08\x90\x11\xc5\x04\x5b\xd8\xc5\xb9\x90\x30\x06\x6e\x51\x06\ \x58\x96\x89\x30\x05\xa3\x12\x56\x1b\xeb\x0e\xee\x96\x9a\x42\xcc\ \xa1\x73\xa4\x4a\x18\x01\x17\x46\x84\xc8\x4e\x89\xa0\x60\x94\x12\ \x45\x51\x31\x30\x6a\xc9\xc8\x12\x92\x0c\x08\xa2\x21\x5a\x3c\x6d\ \xca\x8f\xef\x38\x97\x76\xb5\x47\x29\x92\x58\xf0\x9d\x3f\xef\xaa\ \x6e\x32\xa9\xe4\x90\x88\x70\x3b\x25\x21\x00\x63\xde\x5c\x5f\xbd\ \xb3\xbd\x3e\x24\x65\xff\xf0\x7b\xb7\xd5\x3d\xdd\xb1\xb3\x65\xaf\ \x4b\x66\x94\xf3\x80\x89\x9c\xb2\x84\x85\x49\x2d\x53\x76\xb9\x0d\ \x8a\x84\x40\x12\x46\x00\x42\x02\x6e\x57\x5f\x9b\x7f\x5f\xbc\x20\ \x0d\x6c\xbd\x51\xc3\x1a\x97\x88\x71\xd8\x6f\x31\x7e\x30\x22\x7d\ \xd2\x12\x29\x51\xf9\x36\x4b\xb9\x2d\xcd\x8a\x98\xe1\x4a\x45\x89\ \x43\x3c\x44\x19\xc1\x52\x7c\x5c\x9c\xa6\x69\xc1\x60\x30\x2f\x2f\ \x37\x3e\x3e\x9e\x10\xb2\x73\xe7\xee\x70\x38\x22\xcb\x72\x62\x52\ \x52\x5d\x5d\x8f\x2c\x1f\x75\x66\xe0\xb1\x48\x5c\xd2\x0e\x6f\x78\ \xf0\xa7\x0f\xec\x71\x9f\xff\xf4\x5f\xbe\x33\x6d\xca\xc8\x4d\x6f\ \x35\x68\x06\x1d\x7f\xfb\x4f\x26\xde\x41\xab\xd6\x2e\x7c\xe5\x95\ \xb9\x35\x7a\xd2\xe0\x29\x97\xde\x75\xcd\xd9\xb9\x71\x7c\xc7\xf2\ \xf9\xcf\xbc\xfc\xa1\x69\xe8\xa1\x30\x5c\xf2\x93\xdf\xce\xec\xde\ \xfe\xfb\x5f\x3c\xda\xa9\x96\x5e\x7f\xe7\x8d\xe7\x8f\x2b\x62\x9d\ \x35\xf3\x5f\x7f\x69\xf1\x96\x7a\xe2\x72\x0a\x01\x08\x80\x48\xa4\ \x66\xc9\x3f\x6f\xfe\xed\x47\x13\xee\xfc\xdd\xdf\xef\x9b\x51\xb4\ \xe0\x93\x7d\x07\xc5\x85\x37\xdd\x72\xc5\x59\x43\x54\xa3\x7d\xf9\ \x3b\xaf\xce\x5e\xbc\x27\xeb\xac\x2b\xee\xbb\x65\x56\x86\xd7\xc9\ \x02\x4d\x0b\x5f\x7b\xfe\xfd\x95\x7b\xf0\xe8\xab\x1f\xbc\xe7\x12\ \x9f\x8b\xfb\xeb\xb6\x3d\xff\xf8\x0b\x35\x6a\xf1\xff\xfe\xef\xad\ \xe5\xa9\x1e\xb3\xab\x69\x4f\x5d\xa0\xa4\x62\xb0\xc7\x6c\x5d\xf0\ \xca\x53\xaf\x2e\x69\xce\x28\x2a\x2a\xe7\x16\x43\xc9\xb7\xfc\xf4\ \xc7\x53\x0b\x52\x1c\x84\xef\x5f\xb7\xe8\x95\x97\xe7\x54\x47\x12\ \xcb\x27\x5d\x76\xc7\x55\x53\xd3\x5c\x98\x46\x5b\xe7\xbe\xf0\xd4\ \xca\x9d\xed\xb2\xc7\x09\x08\x84\x10\x66\xdb\xc1\x7f\xfc\xfc\xc7\ \xef\xec\x88\xc4\x79\x9c\x79\xa9\x71\xe0\x1b\x76\xcf\x9d\xd7\x4d\ \x2e\x49\xa1\x3a\x35\xb5\x83\x96\x41\xd3\x0b\x0a\x06\x39\x90\xba\ \xb4\xc9\xdf\x19\x1e\x73\xe3\xff\x8c\xb9\xb6\xf1\x9f\x0f\xfd\x79\ \x65\xa3\xfb\xfc\xeb\x6f\xba\xfe\xbc\x91\x2e\xa3\x63\xf9\x7b\xaf\ \xbd\xf6\xc1\xd6\xa4\x31\x17\x7c\xe7\xd6\x0b\x4a\x33\x92\x0e\x6c\ \xff\xe8\xa1\xbf\xbe\xe9\x50\x55\xbb\x06\xdb\xfc\xbb\x74\x61\x60\ \xbc\xc0\xb8\x48\x60\x1a\x8b\x1a\x26\x15\x17\xc6\x79\x1e\x8d\xca\ \x2f\xb4\xeb\xbf\x29\x93\x12\xad\x80\x46\x99\x57\x51\x64\x46\x18\ \x96\x25\xc0\x42\x70\xc3\xa0\x42\x08\xc3\xd0\xa3\x51\x99\x10\x2c\ \x04\x63\x8c\x59\x96\x45\x08\x62\xf4\x48\x48\xdd\x9f\xa7\x14\x42\ \x80\xe0\x80\x95\x84\x94\x8c\xc2\x34\x9f\x4b\x81\x0e\x4d\x63\x80\ \x14\x85\x6c\x7e\xf3\x89\x05\x5a\xc9\x4f\x6f\x9b\x39\x7a\xd3\x8a\ \x43\x87\xcb\xef\xbd\x63\x66\xfd\xdc\x27\xff\x51\xed\xfd\xd1\x8f\ \xae\xbb\xe6\x70\xed\x9b\x07\x75\x84\xf4\xc5\x4f\x3f\xba\xa4\xa6\ \xa5\x2d\x1c\x7f\xf6\xf5\xd7\x5c\x50\xc2\x9f\x78\xe0\x57\xee\x71\ \xd7\xdd\x76\xe7\xb7\x9a\x0f\x3e\xb8\x43\xb3\x10\x22\x1c\x80\x9a\ \x46\xea\xa8\x4b\x1f\xfe\xeb\x44\xb7\x2f\xaf\x69\xdb\xe6\xaa\xa6\ \x40\xd9\xb4\x9b\xae\x3f\x27\x67\xfe\xf3\x8f\x87\xf2\xce\xfb\xf6\ \x1d\x37\xad\x5f\xf7\x6b\x25\x31\x25\x05\xfc\xcf\x3d\xf8\x7b\xf7\ \x05\xdf\xbf\xf9\xea\x19\x6b\xb6\x54\x1d\x3e\xb8\xf9\xc5\x67\xdb\ \x52\x7d\xb9\x97\x5c\x7f\xc1\xb9\x23\xd6\xb5\x1d\x72\xe4\xf8\xd4\ \x8f\xfe\xfe\xe7\xae\x31\xd7\xdc\x3e\x22\xee\xa9\x7f\x3e\x9c\x7a\ \xf6\xb7\x2f\xba\x6c\xea\x9c\x8f\x5f\xc5\xb2\x2c\x33\x22\x49\xce\ \xfc\x82\xb4\x7d\xef\x3c\x3d\xcf\x9f\xf5\x7f\x77\x9c\x37\x71\xeb\ \x8a\xea\xaa\xa2\xef\xdc\x75\x41\xe3\x9c\x47\xff\x72\xc0\xf7\xc0\ \x8f\x2e\x4c\x4d\xf2\x0a\xd6\xc2\x39\x17\x9c\x73\x6e\x99\xce\xb4\ \x1b\x7f\xfc\xdb\x8b\x0c\x49\xb4\xae\xfa\xfd\x93\x9f\xce\xb8\xe4\ \xd2\x71\xc9\x3d\x7f\xfd\x7f\x8f\x27\x4d\xb8\xf1\xc6\xb3\x25\x00\ \x44\x24\x49\x91\x25\x84\x90\xac\xe2\x2d\xef\xbe\xf0\xf6\xfa\xbd\ \x1d\x6d\x6c\xc8\x39\x17\xdf\x32\xb3\xf0\xbd\xc7\x1e\xaa\x4d\x9c\ \xfa\x93\xdb\x6e\xaf\xde\x56\xdb\xe6\x4b\xcf\x72\x69\x2f\x3d\x74\ \xff\x66\xbf\x21\x4b\xd2\xc0\xac\x90\x8d\xcd\xa9\xd5\x05\x2c\x04\ \xf4\xff\x00\xa0\x80\x41\xb9\x65\x21\x4e\x3f\xa9\xef\xa6\x9c\x5f\ \x9c\x97\x30\xbf\xae\xab\x3b\xa2\x61\x46\x83\xba\x69\x09\x00\x81\ \x38\x63\x91\xa8\x66\x59\x94\x31\x4e\x29\xa3\xd4\x8a\xfd\x6e\x59\ \x96\x69\x5a\x9a\xa6\x23\x0c\x03\x4f\xdb\xfb\x03\x20\x2c\x8d\xa5\ \x56\xdc\xff\x97\xa7\x1e\xfd\xe1\x4c\xff\xf6\xa5\x1f\x7e\xb2\x85\ \x2a\x2e\x82\x50\xb0\xe1\xe0\xfa\x0d\x55\xdd\x11\xa1\xc4\x25\xa4\ \xa4\x95\xa4\x4b\xed\x9f\x2c\xdb\xb0\x6d\xe5\xca\x0d\xcd\x5a\x71\ \x7e\xbe\x57\x05\x21\x68\x67\xcd\xbe\xa6\x86\x46\xbf\x23\x6b\x50\ \x4e\x46\x43\xcd\xd6\xb5\xcb\x36\xae\x59\xbb\xae\xc7\x91\x57\x9e\ \xe1\x30\x4c\xab\x6f\xd4\x0f\xe9\x81\x00\xc4\x65\x56\x16\x38\x96\ \xcc\x99\xbd\xa1\xc5\x55\x9c\x5b\xe8\xc4\x64\xf0\x84\x69\x23\xb2\ \xc4\x9e\x9a\x0e\x49\x71\x00\x08\xaa\x47\xea\xf7\xee\xdc\xb4\xad\ \x11\x7b\xbd\x9c\xc4\x55\x4e\x98\xf9\xad\x5b\x2e\x1a\x51\x9c\x8e\ \x18\x72\xcb\x32\x46\x82\x31\xab\xb5\x6a\xfb\xa7\xfb\x5a\x2c\x2b\ \x52\xbb\x7f\xe7\x8e\x9d\x8d\xc8\x9b\xe4\x44\xa4\x4f\xe9\x04\x17\ \x22\xd8\x58\xb3\x61\x43\x55\x67\x90\x2a\xf1\x89\x89\xbe\xe2\x4c\ \xb9\x63\xe9\xf2\x0d\xbb\x6b\xba\x75\x83\x09\x21\xfa\x3f\x32\x00\ \x22\xdc\x68\x3e\x74\x60\xd7\xee\xbd\x7b\x0e\x34\x86\xa5\xb4\xa2\ \xb4\x94\xe6\x43\xdb\x56\xaf\xde\x5d\xd3\xd8\x83\xc8\x51\x79\x02\ \x2c\xa1\x9e\xfa\xda\xa6\x9a\x9a\x76\x11\x97\x9f\x5b\x42\xbb\xf7\ \xae\x58\xb2\x71\xe3\xaa\x55\xd5\x66\x62\x65\x5e\x0a\x17\xcc\x8c\ \x46\xda\x0f\xec\x6a\x6d\xee\x00\x40\x27\xb8\xc2\xf6\x8f\xfd\x73\ \x8a\x7e\x06\xc4\x0b\x00\x8a\x84\xb6\x86\xe1\x1c\x07\xe3\x8c\xbb\ \xe3\x92\x2f\x77\x8a\x4c\xde\xb1\x31\x23\xd9\xd2\xdb\x65\x6e\xed\ \xd5\x70\x8f\x20\x04\x09\x8b\xd1\xee\x6e\x7f\x52\x62\x82\x24\x49\ \xcd\x2d\x2d\xb2\x24\x01\x20\xc3\x30\x00\xc0\x30\x8c\xee\x6e\xbf\ \x44\x24\xce\x98\x38\x6a\x58\x01\x71\x2e\x90\xe4\x20\xfe\xfd\x4f\ \x3e\xf5\xf2\xbe\x36\xdd\x0c\xb6\x05\x0d\x45\x4d\x96\x01\x84\xa4\ \xa8\xaa\x24\x01\xe7\x08\x20\xd8\x75\xb8\x07\x9d\x33\x66\x44\xe9\ \x01\x97\xb7\x32\xdd\xd5\xbc\xa1\xb5\x27\x4a\x04\x89\xcb\x2e\x29\ \xf4\x84\x9a\x51\xa4\xfd\x70\x67\xf7\xd8\xe2\xf2\xf2\x8a\x22\xcf\ \xd0\xca\x44\xde\x71\xb8\x53\x97\x30\xe6\x9c\x09\x10\x58\x92\x7b\ \xb6\x2f\xf9\xed\xdb\x3d\x0f\x3d\xfc\xab\xe9\x17\x9c\xb7\x68\xcb\ \xec\xe6\xae\x0e\x20\xf1\xfb\x56\x2d\x58\x56\xa7\x27\x2a\xb4\xa9\ \x33\x32\x48\x22\x02\x61\xc5\xe1\x90\x11\x70\x4a\x99\x33\x65\xf2\ \xd4\xc9\xce\xf6\x05\xcf\x3d\xb7\xee\x86\x3f\x54\x66\x90\xd8\x90\ \x2d\x92\x55\x55\xc6\x08\x10\x56\x54\x55\x42\x82\x0f\x98\xdf\x11\ \x43\x52\x14\x55\x96\x40\x08\x04\x28\xda\xd3\xd8\x03\xe7\x4f\x18\ \x37\xac\xa9\x29\xc5\xa9\x62\x01\x42\x30\x11\x8b\x17\x10\x96\x88\ \x15\xda\xf4\xc9\xfc\x85\x7b\x35\x8f\x8b\xa8\x3c\xbe\xa9\x3b\x30\ \xbe\xa4\x72\xe4\xb0\x35\x9e\x38\x15\xf7\xcf\x3a\x47\xc0\x99\xae\ \x53\x47\x76\x51\xbe\xb7\xaa\x0b\x45\x22\xad\xed\x8d\x6a\x62\xd1\ \xf0\xe1\x85\x07\x53\x87\x17\x38\xa3\x9b\x5b\x7b\xc0\x0b\x08\x61\ \x45\x55\x15\x20\x76\xb0\x60\xf3\x6f\xee\x47\x08\xd1\x3f\x0a\xa0\ \x60\xb4\x45\x57\xd6\x86\xa2\x53\x9d\x56\x25\xef\x62\x41\x16\x65\ \x6c\x94\x12\x41\x9c\xf6\x30\x3c\xaf\x47\x36\x25\xc9\x29\x04\x42\ \xd0\xda\xd2\xa2\x28\xb2\x2f\xcd\x87\x11\xe6\x82\x03\x00\xc6\x98\ \x5a\x56\x7b\x5b\x47\x28\x14\x76\x3a\x15\x26\xf8\xc0\x09\x07\x08\ \x80\x73\x81\x15\x87\x03\xf4\x96\xda\x3d\x4d\x01\xb7\xcb\xa5\x10\ \x09\x33\x40\xaa\xc3\x21\x61\xc4\x05\x56\x55\xd5\xe9\x90\xfd\xb5\ \x1b\x5e\x98\x33\xec\xce\xdb\x7f\x31\xcb\x21\xea\xb6\x2d\x7f\x7f\ \xd5\x96\xa6\x68\xf6\xf2\x0d\xcd\x57\xfd\xcf\x6f\xa7\xf9\xab\xfe\ \xf0\xe3\x07\x17\xcc\x99\x57\x74\xdf\x2d\x0f\x3d\xf5\x14\x8f\xb4\ \x2f\x7b\xf3\xc5\xf5\x6d\x26\x38\x9c\x9c\x31\x81\x91\xac\x3a\xbd\ \xf1\x5e\xd4\xb1\xfa\xb5\xf7\x37\x3d\xf2\x83\x8b\xaf\x3d\x6b\xcd\ \x33\x4b\xe6\x7e\x50\x7c\xcf\x25\xf7\xdd\x7f\xa5\x2c\x77\x6c\x98\ \xfb\xf3\x3f\xbc\x21\xb0\xec\x54\x15\x24\x04\xc2\xb2\xd3\x29\x11\ \xbd\x73\xcd\xda\x0d\x23\xaf\x39\xff\xaf\x0f\x9f\xa5\x24\xe1\xad\ \xa1\x30\xe0\x54\x87\x43\xc5\x08\x00\xcb\x0e\x55\xc1\x08\x30\x91\ \x1d\x2a\x07\x01\x44\x51\x54\x2e\x21\x40\x8a\xc3\x21\x13\x24\x7a\ \xcb\xac\x04\x0f\x6f\x7c\x76\xf6\xe0\xeb\x2e\xbc\xed\xe7\x5c\x8a\ \x93\x29\xe3\x82\x09\x8e\x84\x60\x9c\x23\xc1\x21\xb1\xe0\x7b\xbf\ \x7f\xfa\xbb\x02\x39\x24\xbe\xf8\xa9\x9f\x3d\xfa\xfa\xec\x82\x1f\ \xde\xfe\xc0\x63\x8f\x82\x80\x9e\xc6\x0d\x3a\xe7\x92\xa2\x38\x55\ \x95\x87\x1b\x17\x7f\xbc\xf3\xbe\x2b\xbe\xfb\xe2\xe5\x1d\xcf\xfe\ \xfa\x81\xf7\x3f\x7e\x6f\x7e\xc9\x3d\x77\xfe\xf1\x9f\x8a\x15\xda\ \xb6\x70\xf6\x92\xbd\xed\xa5\x15\x2e\x87\xaa\x20\x10\x8c\x73\x82\ \xed\xf1\x08\x9b\x7f\xa3\x2e\xa0\x19\xd3\xa7\x0e\x1c\xf4\xa2\x02\ \x64\x43\xbb\xd9\x1d\x18\xaf\x6a\x6e\x2c\x08\x08\x5d\xa0\x66\x26\ \xbf\x16\xf6\x6e\x13\x71\x1e\x19\xc7\x46\xcd\x2c\xc3\x92\x15\x47\ \x4a\x4a\xb2\x2c\xcb\x18\x23\x21\x80\x73\x1e\x0e\x47\x3a\xbb\x3a\ \x55\x45\x3a\xe1\x28\x1a\xe7\x5c\xf1\xa6\x24\xab\xb4\xc7\xdf\xad\ \x0b\x09\x01\x08\x00\x81\xbc\x49\x29\x1e\xa5\xa7\xa9\xc1\x8a\xf7\ \x25\x7b\x50\xb4\x3d\x10\x32\xc3\xc2\xe1\x4b\x4d\x76\xcb\x2c\xdc\ \xd5\x1a\x36\x84\xc0\x0a\x97\x3d\x69\xc9\x6e\x42\x75\x3d\xd0\xd9\ \xad\x81\x70\x27\x67\x24\x39\x91\x1e\xec\xea\xec\x16\xb2\x1a\xd3\ \x1f\x2e\x54\x6f\x72\x92\xdb\x6c\x6f\x0f\x9a\x1a\x4a\xcc\xf4\x79\ \x1d\x7a\x5b\x53\x67\xd4\x54\x12\xd2\x93\xe3\x64\x02\x2c\xda\xdd\ \x13\xd4\xc1\xed\x4b\x75\xb1\x50\x57\x7b\xd0\x91\x9b\xe9\xd5\x83\ \x1d\x1d\x5d\xcc\xed\x4b\x49\xf4\x3a\x08\xb5\x74\xab\xa7\x33\x00\ \xf1\x29\x49\x0e\xd6\xd9\xdc\xae\xa4\x67\x79\x98\xbf\xbb\xdb\x52\ \xb3\x7c\xee\x88\xbf\x2d\x84\x92\x7c\x49\x10\xec\x0c\x32\x57\x4a\ \x92\x23\xd8\xd4\x60\xc6\xa5\x26\xc7\x91\x68\x5b\x67\x18\x39\x93\ \x52\x93\x54\xec\x1b\x3e\xf3\x7b\x57\x56\xbe\xff\xe8\x2f\xdf\xd9\ \xe4\x57\x5d\x8a\xe0\x98\xb8\xe2\x13\xbd\x0e\xd4\x3b\x7a\x29\x58\ \xb8\xad\xa5\xc7\xc2\x9e\x94\xf4\x04\x17\x01\x6e\x6a\x3d\x81\xa0\ \x29\x27\xf8\x92\x71\xa4\xbb\xdb\x1f\x40\x09\xbe\xd4\x38\x15\x59\ \x56\x4f\x47\x77\x94\x19\x4a\x7c\x46\x4a\x9c\xcc\xb5\x9e\xf6\x36\ \x0d\x1c\x8a\x37\x39\xc5\xc9\xf4\xee\xb6\x1e\xa1\xd8\xb2\x60\xf3\ \xef\xd5\x85\xe9\xe7\x4e\x3d\xa6\x19\x5b\x02\xa8\x65\x95\x42\xb4\ \x58\xd2\x1d\x48\xb4\x32\x79\x07\x73\x86\x89\xc3\x25\x1d\xb5\xd4\ \xd2\xb2\xa8\xe0\x42\x75\x38\x64\x59\xe2\x5c\x18\x86\x61\x51\x4b\ \x51\x64\x7c\x22\x51\x88\x0d\xf4\x33\xcb\xb4\x38\x28\xca\x80\x6a\ \x2d\xb8\x61\x98\x58\x56\x65\xcc\x0d\x93\x62\x22\xcb\x12\x16\x9c\ \x59\x16\xe5\x02\x88\x2c\xcb\x04\x03\x08\xce\xa8\x65\x31\x81\x70\ \xec\xb5\x8c\x5a\x16\x65\x28\x76\xf4\x91\xb7\x13\x96\x61\x70\x2c\ \xab\x32\x11\x9c\x99\xa6\x85\x24\x45\x91\x31\xa7\xd4\xa2\x4c\x08\ \xc0\x84\xc8\xb2\x24\xa8\x65\x31\x21\xab\x0a\x30\xcb\xb4\x84\xaa\ \x2a\x48\x30\xd3\xa2\xb1\x49\x0a\x92\x2c\x13\x10\xa6\x49\x25\x55\ \xc5\xdc\x32\xa8\x50\x14\x05\x98\x65\x32\x50\x55\x99\x99\x26\x03\ \xa4\xc8\x92\x65\x18\x48\x56\x64\x0c\x86\x69\x81\xc0\x3c\xbe\xe8\ \x7f\xfe\xdf\xff\x4d\xf6\x21\x2a\xe8\xbe\x55\x1f\xbe\xf2\xf2\xbc\ \x16\xe4\x21\x08\x01\x02\x4e\x2d\x93\xb2\xfe\xd0\x89\xc8\xb2\x22\ \x61\x6a\x59\x94\x72\x01\x80\x09\x51\x64\x89\x5a\x26\x13\x48\x51\ \x64\xe0\xcc\xb4\x2c\x21\x90\xac\x28\x04\x23\xce\xa8\x65\x51\x81\ \xb0\x2c\xcb\x84\x20\x6e\x59\x16\x13\x92\xa2\x10\x5b\x14\x6c\xfe\ \xdd\xba\x70\xce\xd9\x93\x4f\x70\x7b\x47\x60\x30\x30\x63\x19\x08\ \x04\x0e\x02\x27\x9b\xdf\xc7\x18\xe3\x5c\x20\x04\x18\xe3\x81\xf3\ \xa9\xbf\x59\xd7\x11\xc9\x49\x29\xc9\x71\x2e\x45\x50\xbd\xbd\xa5\ \x25\x6c\x21\x89\xd8\xcb\xd5\x6d\xce\xe4\xfc\x82\x38\x3a\x11\xd0\ \x5f\xd3\x15\x04\xca\x91\x3b\x31\xf0\x93\xac\xa7\x1c\xa8\x06\xe2\ \xb8\xe4\xdc\x37\x03\x04\x5c\x6f\x6f\x3a\xdc\xc2\x05\x20\x24\x49\ \x32\xc1\x48\x08\x3b\x2f\x68\x73\x26\xeb\x42\x20\x10\xb4\x27\xd5\ \x9e\x52\x34\xfb\x12\xd8\x9c\xf1\xfd\x88\x67\x9e\x7e\xe2\xeb\x5f\ \xa9\x68\x63\x63\x73\x5a\xf5\x8c\x05\x67\xf6\x65\xb0\xb1\xb1\x19\ \x88\x14\x0a\x85\xec\xab\x60\x63\x63\x33\x10\x3b\x6d\x6e\x63\x63\ \x63\xeb\x82\x8d\x8d\x8d\xad\x0b\x36\x36\x36\xb6\x2e\xd8\xd8\xd8\ \x7c\x55\xa4\x33\x43\xbd\x30\x06\x7b\x92\x85\x8d\xcd\xa9\x43\x1c\ \xed\x90\x72\x86\xe9\x02\x42\x88\x52\xea\xef\xee\xa6\xd4\xb2\xbf\ \x4b\x1b\x9b\x53\x85\xcb\xe5\xf6\x78\xbd\x27\x93\x86\xd3\x5d\x17\ \x28\xa5\x9d\x9d\xed\x89\x89\xc9\x6e\x8f\x37\x26\x73\x31\xb9\xe8\ \x57\x3d\xfb\x0b\xb6\xb1\xf9\x8c\x1b\xeb\x09\x5b\x0d\x63\xac\xa3\ \xbd\x8d\x52\x2b\x21\x31\xe9\x84\xd2\x70\x5a\xeb\x02\xc6\xa4\xab\ \xab\x23\x3e\x3e\x21\x39\x25\x15\x06\x6c\x21\x71\xe4\x17\xdb\x4f\ \xdd\xc6\xe6\x33\xc3\xed\x58\x33\x39\x7a\xfb\x38\x81\x10\x72\xe4\ \x3a\x0f\x55\x1f\xb4\xdc\xa6\xac\x28\xc7\xb7\x23\xe9\xf4\xfe\x54\ \x60\x18\x86\x2f\x2d\x23\xf6\x61\x84\x10\x80\x31\x02\x80\x3e\xbb\ \xa2\xff\xa4\x2e\xf4\x5f\xe2\xd3\xe2\xbb\x16\x42\x00\x10\x42\x00\ \x04\x63\xf6\x1a\x2d\x9b\xcf\xaa\x2e\x03\x75\x21\xf6\x0b\xe7\x9c\ \x10\x42\x24\x89\x52\x2a\x2b\xca\xe7\x8f\x17\x90\xe2\x70\xc4\x2c\ \xc9\x39\xa5\xa6\x65\xf1\x2f\xdf\x1c\x10\x91\x25\x41\xbf\xec\x19\ \xb8\x10\x42\x08\x2e\x84\xe0\x88\x10\x11\x6a\xdd\x75\x38\x50\x32\ \xa4\xcc\x89\x80\x33\x1a\xb3\x3b\x91\x24\x02\x82\x51\xf6\x85\xdf\ \x00\x13\xa9\xdf\x09\xe2\x5f\x9e\x80\x10\xd2\xff\x96\x5f\xfc\xbb\ \x21\x64\x80\x6b\x02\xa3\xf4\x2b\x5c\x4e\x44\x30\xe6\x94\x21\x0c\ \x4d\x55\x3b\xb4\xc4\x82\x62\x9f\x87\xda\xd2\x60\x73\x92\x5e\x84\ \xe8\xbb\x95\xf5\x6e\xf8\x18\xdb\x90\x24\xb6\x43\x81\xe0\x02\x3e\ \x7f\x7e\x01\x21\xc4\x8c\x43\x3b\xb6\x1f\xee\x8e\x08\x20\x49\x19\ \x05\xe5\x45\x59\x84\x5b\x02\x7a\x77\xa9\xec\xdd\xd8\xe4\xc8\x1f\ \xd0\xfb\x27\x88\x98\x11\x22\xf4\xfd\x05\x80\x30\x8b\x6e\x5f\xb1\ \xc9\x55\x32\xa6\x3c\xdb\x43\x4d\x0a\x08\x7d\x91\x7b\x2e\xe2\x31\ \x1b\x4a\x04\x42\x00\x06\xbe\x71\xc1\xab\x1f\xf5\x54\x7c\x37\xd3\ \x5b\xdd\x6a\x96\x0f\xca\x27\x9c\x09\x30\x6b\xf7\xd5\xe0\x94\x82\ \x9c\x24\x87\x10\x02\xf7\xdd\xd5\x45\xbf\x09\x75\x4c\x23\xfb\x1e\ \xe9\x7d\x77\x01\x44\x96\x78\xb4\x6b\xd7\xee\xaa\xf6\x90\xe9\x49\ \xce\x28\x2d\x29\x88\x77\xca\xa2\x77\x03\x9a\x23\xc7\xa3\xde\x2b\ \x62\xee\x59\xfb\x89\xe1\x1b\x3e\xb2\x38\x2d\xd6\xaa\x63\x4f\x89\ \xbe\x0f\xd3\xbf\x8b\xdc\xc0\x3e\xce\x91\xef\xc3\xf4\xef\xd9\xb3\ \xbf\x23\x18\x15\xc4\x91\x51\x50\x56\x96\x9b\xc2\x29\xed\xdb\x1c\ \x46\x70\x31\xe0\xe5\xb1\xf7\xed\x7f\xee\xd8\x3f\x11\xe8\xed\x2b\ \x36\xec\xc9\x1f\x73\x4e\xbe\x17\x85\x0e\xad\x7b\xf9\xfd\xdd\xff\ \xf7\xbf\x37\x26\x80\xbd\xca\xc5\xe6\x04\x08\x38\x12\x57\x13\x42\ \x00\x80\x31\x26\x38\x8f\x8d\xee\x9d\x5c\x16\x80\xdc\x7f\xff\xcf\ \x8e\xbb\xbf\x4b\x38\xd2\xf4\xfc\xef\xff\xbc\x2b\xec\xc0\x5a\xeb\ \xba\x4f\x3e\x3e\x18\xf6\x0e\x1d\x9c\x4f\xa8\x1e\x0e\x47\x0c\x2a\ \x64\x45\x55\xb0\x08\x07\x83\x06\xc7\x0e\x87\x02\x02\x24\x2c\xa2\ \xa1\x60\x44\xb7\xb0\x24\xc9\xb2\x4c\x80\x85\x03\x21\x0a\xc4\xe9\ \x72\x60\xa3\xf3\xbd\x67\x5e\xec\x49\x19\x5c\x90\xaa\x72\xc0\x82\ \x31\x0e\x08\x7f\xbe\x41\x47\x42\xb0\xbf\xbb\x2b\x2e\x3e\x41\x51\ \x55\x01\x88\xfb\x77\xbf\xf8\xf6\xa6\x99\xb7\xdf\xe1\xda\x3f\xff\ \xc7\xf7\x3f\xca\x0a\xc7\x8f\xc8\x4f\xc4\xb8\xe7\xc5\xbf\xfc\xa5\ \x26\x6e\xe4\xf8\xc2\x44\x8c\x45\x24\x18\x88\x98\xc2\xe1\x72\x80\ \x69\x58\x94\x13\x82\x40\x08\x46\x59\xac\xe5\x59\x96\xc9\x01\x63\ \x04\x58\x92\x8d\xb6\x1d\x4f\x3c\xfc\x97\xe5\xfb\xda\xf4\x40\xdb\ \x9e\xaa\x86\x84\x9c\x41\x99\x09\x12\xe3\x80\x01\xa8\x65\x71\x81\ \x88\x24\x09\xaa\x05\x02\x21\x53\x20\x87\x62\x2c\x79\xe5\xb1\x7d\ \x3c\x7f\x50\x46\x1c\x47\xd8\xa1\x2a\xcc\x88\x04\xc2\x1a\x51\x9c\ \x8a\x04\x8c\x0b\x4e\x8d\x70\x38\x6c\x30\x50\x64\xac\x85\x83\x51\ \x4b\xa8\x0e\xa5\xd7\x2f\x16\x4b\x56\xdb\xda\x07\x7f\xff\x54\x27\ \x89\x37\x5a\x0f\x2c\xfe\x68\x49\x97\x5a\x50\x59\x98\x42\xf5\x68\ \x28\x1c\x31\x19\x52\x54\x07\x11\x66\x20\x10\xa2\x20\x3b\x55\xc2\ \x01\x61\x60\xa1\x60\x40\x33\x19\x91\x64\x22\x49\x04\xac\x40\x20\ \x68\x0a\xe2\x74\xc8\x22\xb8\xf7\x89\x67\xe6\x79\xca\xc7\xa4\xa9\ \x2c\xbd\x30\x67\xef\xe2\xf7\xbb\x92\x46\x0c\xce\xf6\xd8\xbd\x09\ \x9b\x93\xc6\xc5\x08\x11\x42\x96\x2e\x5d\x4a\x2d\x2b\xd5\xe7\x8b\ \xdd\xbb\x31\xc6\x9d\x1d\xed\xaa\xc3\xa1\x7c\xfe\x7e\x84\xe0\x4c\ \x38\xb3\x2e\xb8\xfa\xb6\x19\x43\x92\x9a\x36\xcf\xfe\xbf\x27\x56\ \x4f\x19\x91\xbe\x75\xf6\x33\x3b\x03\x90\x5a\x32\xf9\x8e\xab\xa7\ \xec\xf9\xe8\xb5\x15\x7b\xdb\x4d\x8a\x46\xce\xba\xe1\xea\x69\x79\ \x6b\xe6\xbc\xb4\x60\x5b\x23\x71\xa4\xcc\xb8\xf2\xfa\x29\x85\xf0\ \xc1\x6b\xaf\x6d\x3e\xdc\x43\xb9\x3a\xf5\xca\xdb\x2e\xac\x70\xb8\ \x95\xe8\xa7\x1f\xbe\x5c\xb3\x6d\xd0\xe5\x17\x8c\xf8\xe4\xf9\x67\ \x33\xaf\xfe\xd1\xd5\x63\xb3\x4d\xe3\x73\x8d\x3b\xc6\x3e\x03\x08\ \x81\x30\x6e\xda\xbe\x3e\x12\x57\x32\x22\x5d\x6e\xd9\x4f\x7c\x19\ \x09\xeb\xe7\x3e\x97\xe5\xfb\xbf\xe9\xa5\xb2\xea\x70\xca\x32\x01\ \xa1\x6f\x78\xff\xd5\xf9\xeb\x6b\x4d\xca\x4a\xcf\xb9\xe9\xca\xc2\ \xd6\x47\x5e\xde\xf2\xad\x07\xee\x4f\x6b\x5d\xf3\xc0\x5f\x57\xde\ \xf4\xcb\xfb\x2b\xc9\xa6\xdf\xfd\xfd\xa3\xf3\xbf\xfb\xf3\x31\x29\ \x08\x41\x78\xc1\x0b\xcf\xd5\xa7\x9c\xf3\xeb\xef\x5d\x99\x28\x73\ \x53\xb7\x84\xd6\xf0\xf7\x07\x1e\x1b\x71\xcb\xff\x9e\x5b\x0a\x73\ \x1e\x7f\x38\x38\xec\xb6\xdb\x86\x85\x9f\x7f\xea\xf5\xc3\x41\x9e\ \x58\x3a\xfe\xee\x1b\x67\x7a\xe3\xc8\xa2\x8f\xdf\xea\xda\x91\x73\ \xf1\xad\x37\x17\xd0\x5d\xcf\xbc\xbc\xb0\xcb\x10\x2e\x5f\xc5\xb7\ \xee\xbe\x31\x9f\x1f\x7a\xe2\xe1\x7f\xd6\x72\x17\xb6\x68\x6a\xa6\ \x8f\x47\x82\x6d\xed\x81\xe2\xe9\x37\xdd\x75\xc9\x58\x59\x98\x42\ \x00\xb7\x4c\x47\x66\xe9\xd5\x77\xdf\x3d\xd4\x05\x55\xf3\xfe\xf8\ \xe8\xa2\xc5\x53\x4b\xfd\xaf\xfc\xe3\x95\x76\xea\x2e\x1d\x37\xeb\ \x96\x0b\xcb\x16\xbe\xf4\xfc\xb6\xe6\x88\x05\x9e\x59\x37\xdd\x33\ \xbd\x08\xbd\xff\xf2\xb3\x6b\x0e\xf6\xb8\x52\x72\x2e\xbd\xed\x9e\ \x61\x71\xad\xef\xbc\xfc\xf2\xa6\xc3\x41\xca\x94\x69\xd7\x7d\xe7\ \xa2\x52\x97\x64\xf8\x3f\x7c\xf6\x6f\xbb\x0a\xcb\x6e\xbe\xeb\x96\ \x49\x95\xf1\xf3\xb7\x6e\xbb\x68\xd4\x4c\x62\xe7\x60\x6d\x4e\x92\ \x5f\xa0\x8c\x7d\xf8\xde\x7b\x0b\x3e\xfa\x28\x29\x31\xf1\xb6\x5b\ \x6f\x1d\x3c\x78\x70\xac\x59\x7d\x89\xf9\x0b\x08\x83\xe5\xef\x6a\ \x6b\xa9\x6f\x5f\xbb\x6e\xa7\x23\x23\xc7\x45\xbb\xab\xdb\x1d\x57\ \xfd\xcf\xf7\x47\xe7\xba\xeb\xd6\xbd\x31\x6f\x7b\xf8\xe6\x7b\xbe\ \xe3\xaa\x79\xff\xb1\x79\x6f\x0f\x1d\x7c\xd3\xb2\xe5\xbb\x8a\xaf\ \xf9\xd1\x4d\x13\x32\x89\x24\xed\x58\xf8\xc4\xb2\x46\xc7\xdd\xf7\ \x7c\x37\xb8\xee\xe5\x97\xde\x7e\x67\x58\xc9\x8d\x9c\x24\xcf\xbc\ \xf6\x3b\x97\x8e\x49\xb3\xa2\x21\xb8\xfa\x7a\x77\x5e\x3c\xb5\x3e\ \x6f\xd8\xcb\x39\x17\x82\x73\x01\x04\x44\x63\x5d\xa7\x33\x69\x82\ \x13\xc0\xb4\x8c\x84\x41\x33\x6f\x1a\xc7\x5e\x7e\xfe\x99\x92\x5f\ \xdc\x26\x13\x84\x89\x14\x3a\xf8\xf1\xab\x4b\x0e\x5c\x7a\xef\x7d\ \x45\xda\xc6\x3f\x3d\xf3\x62\xf9\x4f\x6f\x77\xb3\xb6\x3d\x0d\xba\ \xab\x6b\xf7\xb6\x9d\xbb\xa6\xf5\x04\x32\xbb\x0f\x86\x20\xbd\x20\ \x49\x62\x9c\x43\xa8\x76\x43\x03\x99\xfa\xed\x73\x13\x65\x6a\x9a\ \x1c\x4b\x12\x60\xa6\x45\x23\x26\x13\x00\xc2\xd0\xa2\x26\x47\x1d\ \xdb\x96\x6c\x6a\x71\xdd\xff\x9b\x1f\xe7\x3a\x41\x95\xf4\x88\x26\ \x4d\xba\xec\x5b\x77\xcd\xac\x10\xa1\xda\xbf\xff\xfa\xed\xa4\xe9\ \xdf\xfe\x9f\x29\x99\x1f\x3d\xf3\xc7\x17\xe6\x66\xff\xe4\xfc\x84\ \x7a\xbf\xe7\xda\x9f\xff\x22\xaf\xf5\x9d\xff\xf7\xec\xa6\xdb\x1e\ \xfc\x5d\x61\xd3\xc7\x0f\x3d\xf3\xe1\xc1\x89\xc3\x86\xa4\x20\x26\ \x84\x40\x08\xa8\xd1\xd9\xda\xd5\x86\x9a\x56\x6d\x6f\xf2\xa4\x9f\ \x27\xba\xaa\x5b\x71\xd6\x77\x7f\xf9\xfd\x3c\x17\x6c\x79\xfb\x91\ \x4f\x3b\x32\xbe\x7f\xef\xac\x86\x8f\x9f\x7d\xe3\xf5\x45\x95\xdf\ \xca\xfc\x64\xfd\xa1\x8b\xfe\xef\x77\x67\xe5\x39\x89\x03\xef\x9a\ \xf7\xda\xf2\xc3\xce\x7b\xbf\x7d\x53\x70\xed\x2b\xcf\xbf\xfa\xe6\ \xa8\x9f\x9f\xa5\xc4\x67\x5c\xf3\xdd\x5f\x4c\x4d\xc3\x48\x16\xe1\ \xcc\x6c\xff\xea\xe6\xa0\x09\x89\x48\xd8\xde\xf1\x36\x27\x0a\x16\ \xc0\xb2\xcc\x9c\xdc\x9c\xbb\xef\xba\x8b\x31\x26\x2b\x32\x65\xac\ \x3f\xfb\x78\x32\x65\x90\x4e\x96\x91\x53\x68\xc7\x92\x79\x2f\xef\ \x89\x57\x88\x27\xef\xdb\x77\x5c\x95\x25\xf6\x82\xe2\x8c\xf3\xc6\ \x79\xdc\xa4\xab\xbe\x3a\x10\x34\x56\x7f\x30\x9b\x1b\xd1\xec\x42\ \x1f\x48\x19\x97\x5d\x32\xe6\xad\xa5\x2f\x3d\x7d\x78\xfc\x55\x97\ \x4c\x6a\x6b\x3c\x1c\xec\x71\x2e\x9e\xfb\x06\xd5\xf4\xdc\xc2\x6c\ \x6a\x32\x00\x2c\xc9\x8a\x22\x13\x2a\x7b\x2a\x27\x4c\xe2\xa6\x66\ \x5a\xfc\xf3\x7a\xc1\xc4\x52\x18\x82\x0b\x10\x11\x83\x12\x45\x89\ \x3d\x66\xe8\x66\xe1\xb4\xeb\x2f\xa8\xfe\xc3\x8b\x2f\x7f\xe0\x16\ \x52\x2a\x16\x5d\x87\xf6\x77\x85\x7a\x36\x2e\x7c\x6b\xb3\x65\xa4\ \xe6\xfa\xb0\x2b\x67\x78\x96\x6b\xef\xd6\x6d\x5e\x1e\xa9\x1c\x5d\ \xd4\x50\xb5\x03\x75\xd4\x25\x0f\x3e\x27\x01\x53\xcb\x12\x98\x52\ \x2e\x40\x70\x0e\x82\x31\xc6\x84\x00\x60\x0c\x00\x03\x70\x00\x0e\ \x08\x31\x4b\x4f\x1b\x3f\x6b\xf2\x96\x37\x5e\x7a\xe4\x6f\xa3\x67\ \x5c\x7a\xfe\xd8\x4c\x10\x20\x11\x42\x30\xf2\x77\xd4\xd5\xea\x19\ \xf7\x8e\xaf\xf0\xc6\x93\x49\x67\x55\x7e\xb2\xa0\xaa\x4d\x1b\xaf\ \x3a\x1c\x0e\xd5\x95\x51\x54\x9c\x9a\x72\x40\x76\x78\x33\x72\x0b\ \x33\x94\x75\x3d\x91\xa8\x48\x72\x32\xc1\x05\x22\x56\x57\xfd\xbc\ \x67\xfe\x91\xec\x40\xce\xf4\x89\x77\x5d\x37\xcb\x71\xe8\x0d\x45\ \x75\x79\xbc\x2e\x87\xec\x3f\x50\xdd\x1e\xea\x8c\xcc\x7b\xfd\x15\ \xd3\xe0\xb9\x29\x4e\x92\x56\x71\xe1\xd4\x1d\xcb\x5e\x78\xa4\x7e\ \xdc\xb9\x57\x9c\x3f\xb1\xb9\xaa\x2e\xec\x77\x2d\x78\xf3\x55\x53\ \xd7\x0b\x73\xb2\x0d\xd3\x12\x08\x13\x49\xc2\x58\x30\xc1\x08\x51\ \x85\x11\x36\x2d\xce\x25\xc6\xb8\x1d\x31\xd8\x1c\x0b\x63\x88\x10\ \x69\xcc\x98\x31\x08\x61\x00\x60\x8c\x9a\xa6\x89\x31\x06\x90\x39\ \xe7\x00\x5f\x68\x5e\x13\xa7\x86\x94\x7e\xc9\x8d\xdf\x99\x51\x91\ \x4a\x08\x41\x42\x04\x0e\x71\x10\x82\x31\x26\x38\x71\x78\xbc\xde\ \xac\xc2\x5b\xee\xbb\xcb\x27\x19\x86\xc9\x05\x80\x32\xeb\xb6\x41\ \x13\x0e\xcf\x7e\xf2\xef\x8f\xbf\x03\x67\x7b\x93\x52\x0a\x07\xdf\ \xf5\xbd\xab\x3d\x5c\xa7\x0c\xc9\xb4\xdd\xa4\xba\x66\x5a\x08\x61\ \xe0\x34\xe8\xef\xc2\x92\x2a\x7d\x5e\x4b\x63\xc4\x7b\x03\x06\x26\ \x04\x89\x73\x4b\x66\xa7\x9f\x41\x6c\xcb\x16\x2b\xaa\xe1\x73\xae\ \xb9\xa1\xfa\x2f\x7f\x78\x6f\xb7\x76\xe3\x85\x48\x71\x7b\x5c\x49\ \x39\x97\xdf\xf1\x83\x32\x2f\xd7\x4d\x2a\xc9\x4a\xfd\x88\x41\x4b\ \x3e\x78\xab\x33\x69\xf0\xf5\xd7\x0f\x5e\x3a\x67\x41\x35\x23\xe7\ \xde\x9c\x0f\xd4\x62\x94\x4b\xee\xec\xca\x14\x7d\xed\x8a\x95\x67\ \x0d\xba\xd0\x8b\x91\x69\x1a\xc0\x25\x99\x86\x3b\xbb\x82\x00\xf1\ \x88\x73\x66\xe9\xd8\x3b\xe8\xb6\x1f\xdf\x7f\x78\xcb\xa2\x47\xfe\ \xf9\x98\xc7\xfd\xbf\xb2\x02\xa1\xa8\x2e\x00\x24\xd5\xeb\xa5\x1d\ \xf5\x4d\x5d\x15\x29\xc9\x8d\x35\xf5\x8a\xb3\xc0\x85\x39\x13\x9c\ \x9a\x86\xc9\xa9\x60\xd4\x34\x4c\xca\x2c\x8e\x90\xa0\x8c\x51\xca\ \x05\xb2\x74\x5d\x4a\xc9\xbb\xf6\xbe\x9f\x8c\x4d\x95\xb1\x4c\x18\ \x13\x6d\x16\xe3\x9c\x99\x06\x15\x08\xc7\xb9\xe4\xb4\x92\x89\xf7\ \x7d\xef\x3c\xd9\x32\x2d\xc6\x04\xe0\xe9\x37\x7f\x6f\x6c\xe3\xce\ \x67\x1e\x7e\xfc\x65\x11\x37\x2a\x35\x3e\x59\xaa\xbc\xeb\x47\x57\ \x7b\x98\x6e\x72\x82\x82\xdb\x75\x4d\xd7\x34\x0b\x38\x70\x21\x22\ \x21\x3f\x76\x7b\x25\xc4\x19\xa5\x76\xbc\x60\x73\x92\x41\x09\x88\ \x46\xa8\xe8\xdb\x94\x2d\xe6\xc3\x2a\x04\xe7\x82\x43\x6c\x57\xf7\ \xcf\x3b\x7f\x41\x70\x43\x33\x40\x92\x25\x02\x9a\xa6\x11\x59\x01\ \xce\x74\x4d\x67\x02\x28\x87\xb2\x89\x97\x0c\xda\xfc\xdc\x3f\x1e\ \xfe\x5b\x66\xa2\x9c\x52\x7c\xce\x15\x53\x13\xdf\x7b\x71\xbe\x1f\ \xcb\x9d\x51\x29\x35\xd5\x37\x6a\xf4\x25\xdb\xfe\xf1\xc2\x5f\xff\ \xd2\x98\xe2\x92\xf3\x86\x9d\x77\xf9\x59\x59\x83\x2b\x92\xdf\x9a\ \xf3\x64\xcb\xf6\x21\xd3\x26\x95\x2c\x79\xe1\x95\x9c\x6b\x7f\x74\ \xcd\xb8\x9c\xcf\x95\x5f\x40\x20\x44\xef\xee\xee\xdc\x40\x99\x25\ \xd9\xd1\x7d\xfb\x5b\xe8\x45\x82\x1a\x9a\x46\xa8\x65\x52\x47\xf6\ \x65\x57\x5e\xb2\x71\xef\xd3\xfe\x90\xe6\x1b\x79\xde\x84\x4f\x1e\ \x7b\xf6\xe1\x3f\xe5\x65\xb8\x9d\xa9\x23\xaf\xbe\x64\x7c\x56\xd9\ \x28\x6f\xfb\x8b\x87\x52\x67\x54\x56\x8e\xd9\xf8\xc2\x73\x5b\x5d\ \x67\x0d\xce\x4b\x34\x0d\x9d\x71\x61\x80\xfb\xbc\x1b\xaf\x3d\xfc\ \xe4\xec\xdf\x3c\xb8\x33\x27\xd5\x19\x8e\xca\xd3\x2e\xbe\xfc\xac\ \xc9\xd9\x2f\xce\xfe\x5b\xe7\xb6\xcc\x83\x35\x9d\x15\x13\xdc\xed\ \x3b\x97\xcc\x59\x7d\xd0\x41\x2c\x1c\xef\x73\x79\xbc\xa9\xe5\xa5\ \x8b\xde\x7f\xf5\x8f\x07\xd6\x8e\x9f\x39\xe3\x92\x59\x45\x6f\xbe\ \xfc\x48\x55\xa6\xa7\xee\xb0\x36\xf3\x5b\xe7\x78\xd9\xfe\x48\x58\ \xb7\x28\x67\x60\xe9\x9a\x6e\x52\xce\xa8\xa9\x6b\x9a\xc5\x18\x65\ \x8c\x09\x42\x2d\x4b\xd7\x4d\x84\x25\x41\x8d\xb0\xce\xb1\xe4\x64\ \x96\xa1\x69\x06\x65\xd4\x30\xa4\x09\x17\x9c\xbb\xf9\xf9\xf9\x7f\ \x7c\x78\x7f\xb2\x8c\x8a\xa7\x5d\x3a\x29\x25\x30\x67\xc1\x0a\x43\ \x76\x06\x70\x42\x69\x9c\xa7\x62\xd4\x05\xcb\x1e\x99\xfd\x97\x3f\ \x35\xa6\xba\x50\xe6\xe8\x0b\x2e\x1b\x9d\x3f\x38\x59\xbc\xfb\xd8\ \x1f\xf7\x0e\x2e\x9d\x75\xc9\x45\x2d\xb5\x0d\xe9\x99\xe7\xb9\xb1\ \x65\xe9\xcc\x8e\x16\x6c\x4e\x90\x5d\x00\x00\x00\x45\x51\x30\x21\ \x08\x80\x52\x6a\x51\x86\x62\x9b\x29\xb2\x93\x26\x18\x50\x30\xd0\ \x73\x82\x73\x59\xd1\xda\x83\xf5\xf1\x79\xc5\x29\x1e\x89\x73\x81\ \x10\x66\xba\xbf\xe6\x50\x57\x46\x51\x61\x9c\x82\x10\x21\x46\xa0\ \x75\xef\xde\x83\x3d\x26\xce\xc8\x2f\x2f\xcb\x76\x56\xef\xde\xdd\ \xd8\x15\x71\x26\x65\x0d\x2d\x2f\x8a\x77\x49\xa1\xf6\xfa\x3d\x55\ \xb5\x11\xae\xe4\x14\x0f\x2a\xca\x4c\xa0\x51\x7f\xd5\xae\x3d\x5d\ \x96\xb3\x7c\x50\x7e\xa4\xa5\x59\xcd\x28\xcc\x4c\x74\x7e\x9e\x9d\ \xd4\x64\x59\xde\xb3\x7b\x67\x5e\x41\x91\xcb\xe5\xa2\x4c\x10\xa3\ \xe9\xa9\x87\x9f\x4c\x3d\xff\xbe\x0b\x4b\xd8\xc1\x56\x5e\x5c\x90\ \x29\x21\x21\x61\x5a\x57\x5d\x03\x89\x79\x79\xa9\x6e\x16\xed\xde\ \xb7\x67\x5f\x47\x84\x25\x67\x16\x97\x17\xa5\x2b\x40\x9b\xea\xf6\ \x6b\x9e\xdc\xe2\xb4\xf8\xae\x43\xfb\xba\x71\x72\x61\x6e\x0a\xf4\ \x4e\x53\x40\x44\x96\xad\x60\xeb\xbe\xaa\xea\x9e\x28\x75\xc4\xa5\ \x16\x97\x14\x25\x3b\x59\xf5\x9e\x5d\x4d\x7e\xdd\x19\x9f\x52\x58\ \x52\xea\xd6\x5b\x76\x57\xd5\x46\xa8\x9c\x59\x5c\x5e\x94\x9d\x82\ \x8d\x60\xf5\xde\xdd\x8d\x41\x51\x30\x64\x58\x51\xb2\x5c\xbb\x6f\ \x67\x6d\xbb\x9e\x55\x34\xb8\x2c\x2f\xc5\x0c\x76\xd4\xd4\x75\x67\ \x14\x15\x79\x51\xcf\x81\x43\xed\xbe\x82\xd2\x44\x11\xac\xae\x69\ \x49\xce\x2f\x4a\x70\x60\x0e\x98\xeb\x1d\xd5\x0d\x3d\x99\x05\xc5\ \x71\x92\xe0\x42\x20\x44\xcc\x50\xd3\xa1\x76\x2b\xbf\x28\x5f\x15\ \x9c\xc8\x52\xb8\xad\x76\xf7\xc1\x06\x43\xa8\x79\x83\x86\xe6\x38\ \xad\xaa\xbd\x7b\xdb\x43\x34\x21\x33\x7f\x50\x49\xae\x13\x43\xa4\ \xab\x7e\x4f\xd5\xe1\x08\x97\xb2\x4b\x06\x17\xa5\x27\x18\x81\xa6\ \xdd\xbb\xab\x0d\x67\x7a\xa9\x2f\xfa\xc2\xb3\x0b\xa6\xdc\xf9\xbf\ \x53\x73\x65\xdd\xb2\xa3\x05\x9b\x13\xdc\x59\x31\xc2\x9a\xae\x2d\ \x5a\xb4\xb8\xa7\x27\xc0\x39\x1f\x36\xac\x72\xdc\x98\x31\x02\x90\ \xd3\xe5\xdc\xbd\x73\x47\x5a\x5a\x7a\x5c\x7c\xfc\xf1\x8d\xf1\x44\ \xba\x00\x00\x08\xab\xaa\xc2\x4c\x83\xf6\x77\x59\x11\x51\x55\xc9\ \x32\x8c\xd8\x03\x98\xc8\x8a\x22\x63\x24\xa8\x65\x9a\x16\x57\x54\ \x55\x22\x58\x70\x66\x9a\x06\x65\x20\xc9\x8a\xa2\x48\x08\x04\x35\ \x0d\xc3\x62\x98\xc8\xaa\xaa\x60\xe0\x86\x69\x11\x59\x16\x96\x61\ \x7d\xbe\x7b\x9b\x2c\xcb\xbb\x77\x6e\xcf\x2f\x2c\x76\xba\x5c\xcc\ \xb2\x88\x22\x1d\xfa\x74\xce\xbc\x2a\xf7\x9d\xb7\x5d\x92\x44\xcc\ \xa8\x6e\x00\x60\x40\x48\x51\x55\x41\x0d\x93\x0a\x4c\x24\x55\x91\ \x31\x42\x8c\x9a\x86\x69\x09\xc0\x8a\xaa\x62\x6e\xea\x16\x93\x55\ \x07\x11\xac\x77\x87\xdb\xbe\x99\x06\x58\x92\x15\x59\xc2\x08\x09\ \xc1\x4c\xc3\x60\x80\x55\x55\x25\x08\x09\xc1\x2d\x43\x67\x48\x52\ \x55\x05\x83\x60\xd4\x32\x4d\x4b\x60\xa2\xaa\x2a\x41\x60\x19\xba\ \xc5\x91\xa2\x2a\x12\x46\x8c\x5a\x86\x69\x01\x96\x54\x85\x58\x86\ \xc1\x41\x52\x55\x89\x1a\x3a\x05\xe2\x50\x65\x6a\x1a\x8c\xf7\xbe\ \x93\x43\x91\xcc\xd8\xd5\x43\x00\x42\x20\xa2\x28\x12\x32\x0d\x43\ \x00\x02\x00\x22\x2b\x8a\x2c\x21\x10\x96\xa1\x5b\x02\xa9\xaa\x1a\ \xdb\x57\xc6\x34\x4c\x26\x40\xea\x7b\x96\x9a\x86\x41\x19\x91\x14\ \x55\x51\x64\x05\xb6\xbc\xf3\xcc\xca\x50\xc9\x9d\xd7\x4e\x46\x86\ \x29\xec\xe5\xa6\x36\x27\x08\xfc\x01\x40\x60\x42\x0e\x1e\x38\x30\ \xfb\xcd\xb7\x73\x72\x72\xae\xbe\xea\xca\xb8\x38\x2f\x17\xe0\x76\ \xbb\x77\xed\xd8\x9e\x9e\x91\x11\x1f\x9f\xf0\xb9\x75\xe1\xf4\x40\ \x96\xe5\xdd\xbb\x76\xfa\xd2\xd3\x53\x53\x7d\x86\x61\x08\x01\x88\ \x19\x81\x88\xe6\x74\x7b\x65\xdc\xd7\x27\xfa\xa6\x46\xcf\x08\x43\ \x34\x18\x00\x57\x9c\x8b\x20\x2e\x6c\x4b\x6f\x9b\x93\xf4\xc4\x41\ \x20\x40\x92\x2c\x35\x35\x36\xc5\xc5\xc7\x79\xbd\x5e\x46\x19\x26\ \x44\x91\x95\x1d\xdb\xb7\xe4\x17\x14\x7a\xbd\x71\xc7\xeb\xc2\x69\ \xbd\x3e\x82\x31\x96\x9e\x9e\x51\x77\xa8\xd6\xa1\x38\xe2\xe2\xe3\ \x85\x10\x80\x9d\x19\xde\x04\xce\xf8\x91\xcd\x76\xbf\xc1\xc3\xf6\ \x4e\xb7\x17\x09\x7b\x18\xc2\xe6\x5f\xa5\x17\x04\x00\x82\x92\x92\ \x12\xce\x05\xe3\x5c\x91\x81\x31\x5a\x53\x7d\x90\x10\xe2\xf1\x78\ \xcf\xbc\xf5\x94\x9c\xf3\xa4\xe4\x64\xcb\x32\x0f\xec\xdf\x3b\x70\ \xed\x87\x38\x26\xd9\x6a\x63\x63\x73\xb2\x6e\x44\xac\xe7\x7a\x74\ \x63\xe1\x42\xb8\xdd\xee\xe2\x92\x52\x84\xd0\x09\x33\x7d\xa7\x75\ \x3f\x22\x06\x21\xc4\xb2\x2c\xc6\xec\x15\x00\x36\x36\xa7\x2c\x8e\ \x90\x65\xf9\x64\xa2\x00\x67\x84\x8f\x1b\x63\xec\x9b\xbc\x29\xae\ \x8d\xcd\xbf\x25\x94\x10\xe2\x33\xfa\xe0\x76\x63\xb3\xb1\xb1\xb1\ \x75\xc1\xc6\xc6\xe6\x34\xd4\x05\x8c\x09\xb6\xb3\x85\x36\x36\xb6\ \x2e\xf4\x83\x40\x68\xd1\xb0\x4e\xcf\xcc\x69\x38\x44\xc6\x4e\x87\ \x6d\x58\x6f\xf3\x4d\xd5\x05\x84\x64\x45\x91\x25\x12\xe3\x94\xdd\ \xde\x91\x24\x43\xcf\x7b\xaf\x3f\xbf\xaa\x5e\x53\xa5\xcf\x75\x52\ \x8c\x65\x09\xcb\x04\xcb\x32\x51\x62\x6e\x2e\x04\x2b\x12\x91\x09\ \x56\x24\xdc\x7b\x0a\x84\x25\x59\x72\x48\x98\xf4\xbf\x0d\xc1\x8a\ \x84\x65\x8c\x8e\x59\x9e\x85\x09\x51\x24\x2c\x11\xa2\x4a\x98\x00\ \x08\x40\x44\x22\x0a\x46\xe4\xb8\x23\x01\x21\x50\x24\xa4\x90\x23\ \x22\x80\xb0\xc4\x3b\xf6\x76\x7f\xb4\xcc\x32\x30\xb2\x03\x1e\x9b\ \xff\x6a\x4e\x30\x1e\x81\x30\x41\x91\xd6\x37\x9f\x78\x6c\xa7\xe1\ \xf1\xc8\xa0\x73\xd7\xa4\xf3\x6f\xbc\x74\x72\x8e\xa5\x69\x9a\xc9\ \x54\xa7\x13\x33\x53\xb3\x84\xd3\xe5\x94\x09\x62\x96\xa9\xe9\x86\ \x40\x92\xc3\xe9\x90\x30\x12\x9c\x51\xca\x89\x2c\x63\xe0\x86\xae\ \x99\x94\x4b\x8a\xc3\xa1\xc8\x08\x01\xa7\xa6\x6e\x72\x24\xcc\xf6\ \xd6\x36\xc5\x12\x08\x00\x61\xc9\xe1\x74\x48\x48\x98\xba\xa6\x5b\ \x5c\x71\x3a\x09\xb7\x74\xc3\xea\xdf\x42\x06\x63\x12\xe8\x58\xfe\ \xe9\x81\x45\x5d\x9a\xee\x4d\x9e\x3a\x6d\xc8\x65\x29\x0e\xa9\xb3\ \x75\xc1\xf2\x7d\x1f\x47\x44\xdc\x90\xf2\x3b\x46\xa6\xe7\x21\x21\ \x98\xd9\xbc\x6e\xd7\x93\x5d\x71\x17\x9f\x57\x32\x01\xb8\x49\x30\ \xee\xe9\xfe\x74\x5b\xcd\x8a\x4e\xe6\x1d\x3b\xec\xde\x3c\x07\x62\ \x42\x00\x20\x42\xf8\xe1\xda\x17\x3f\xad\xdd\x0c\x8e\xc2\x71\x15\ \x77\x94\x24\x24\x5b\xa1\x15\x73\x36\xbd\x6d\x22\x27\x47\x49\x23\ \x06\xdd\x36\xd4\xe7\xa3\x8c\xc6\x44\x01\x71\xb1\x66\x7b\x64\x53\ \x18\xdd\x3a\xc5\x1d\x27\x04\x13\x00\x08\x09\xbd\xc7\x6c\x6c\xe1\ \x1c\x21\x45\xc5\x92\x04\x08\x84\x65\x70\xdd\xec\xd5\x22\x87\x03\ \x49\x18\x38\xe3\xba\x26\xec\x45\x4c\x36\xff\x65\xba\x00\x08\x01\ \x8d\xd6\xd5\x47\x47\xdf\x72\xd7\xd9\x65\x71\xba\xc1\x3d\x1e\xc7\ \xda\x05\xef\x1b\x99\xa3\xa7\x0d\x4b\xde\xbe\x62\x61\x67\x5c\xe5\ \xe4\x22\xbc\xf4\xdd\x95\x75\x1d\x7a\x46\xd9\xc8\xb3\x26\x54\x90\ \x50\xeb\x9a\xe5\xeb\x0e\xb6\x04\x94\xf8\xcc\xf2\xc2\xa4\xfa\xbd\ \xfb\x02\x38\x69\xe2\xd9\x67\x15\xa5\x3a\xdb\x0e\x6e\x5d\xb7\x6d\ \x6f\x8f\xc6\x52\x0a\x86\x4d\x9d\x30\x32\x09\xa3\x58\x00\x82\x25\ \x99\x75\xd6\x2f\xfa\x60\x75\x63\x54\x1d\x3e\xf9\x9c\x51\x05\x9e\ \xed\xcb\x3e\xec\x8e\x2f\x9b\x34\x2c\x1f\x7a\x6d\x51\x11\x02\x16\ \x31\x8c\xcc\xec\x4b\xc7\x78\xf0\xaa\x0d\x7f\xdf\x18\x37\xf8\xc2\ \x3c\x69\xd9\xb6\xb7\xe3\x8b\xbf\x3b\x8a\x6c\x5f\xbc\xfd\xe9\xe4\ \x69\x7f\xcc\x63\xdb\x97\xef\x78\x65\x7f\xc7\xfe\xb8\xc2\x69\x80\ \x24\x89\x08\x7f\xdb\x82\x4f\x0e\x6c\xc9\xcd\xbd\x68\x58\x4a\x9e\ \x57\x45\xbd\xae\x55\xc4\x11\xed\x78\x77\xd9\xbe\x4d\xc3\x46\xfe\ \x8f\xdc\x31\xfb\x93\xad\x6f\xf8\xce\xfa\xb1\xa2\xd5\x47\x20\x7b\ \xd6\xb8\x7b\x5c\xcc\x20\x4a\x1c\xe3\x2c\xf6\xae\x40\xf9\x07\x6b\ \x23\xeb\x5b\x2d\xcb\xa3\x72\x04\xa8\xd7\x32\x8a\x63\x4f\x9a\xa3\ \x08\x11\x15\xcc\xaa\xd5\xc1\x4d\x55\xd4\x04\xb5\x74\x74\xdc\xf8\ \x4a\x0c\x02\xcc\xce\xe0\x82\x4f\xb4\xe6\x00\x4e\xca\xf3\x8c\x9f\ \xa4\xa6\x3a\xc0\x96\x06\x9b\xff\xba\xfc\x02\x52\x14\xac\x85\x7a\ \x3a\x3b\x3b\x03\x21\x4d\x76\x7b\x5d\xbc\xe9\xed\xd9\x73\xd6\xad\ \x5b\xf5\xd6\xfb\xeb\x91\xcb\x83\x10\x72\xc6\xa7\x15\xe5\x25\x6c\ \x9e\xff\xc6\xa2\x6d\xad\xb4\x6b\xff\xdc\x77\x56\x43\xbc\x2f\x5c\ \xb5\xe4\xc9\xe7\xde\x0e\x3b\x13\xf5\xda\xd5\x4f\xbd\xfa\x89\x46\ \xa4\xdd\x9f\xcc\xff\x64\x67\x8f\x2f\xd9\xb5\x73\xd1\x8b\x4f\xbe\ \xb3\xc6\xc2\x0a\x02\x84\xb0\x04\x91\xe6\xb7\x5f\x7c\xe9\x80\x91\ \x9c\x17\x17\x9c\xfb\xc2\xcb\x7b\xba\xad\xb6\x7d\xdb\xf7\x1c\xea\ \x00\x32\xc0\xa2\x99\x43\x56\xce\x05\x63\x0a\xce\xce\x4d\x1d\x94\ \xe4\x72\xab\xb2\xa3\xbb\x7b\x47\x37\xaa\x18\x5b\x30\xb9\x2c\xff\ \xca\x02\xa9\xe3\x70\x47\x2d\x72\xe4\x8d\x1d\xf6\xc3\xb3\x8a\xc7\ \x4a\x9c\x01\xc2\x98\x77\xed\x3a\xf0\x66\x6b\x34\xdc\xd4\xf8\xde\ \xba\x9a\xb5\x51\x46\x14\xd5\xe1\x72\xb9\xdd\x4e\xdc\xd4\xba\x1d\ \x27\x4e\x1f\x95\x3b\xa2\xb2\xe8\xb2\xb8\xe8\xae\x96\x70\xd8\x32\ \x35\xdd\xec\xe9\x08\x34\x09\x39\xce\x25\xab\x44\x56\x5d\x2e\x97\ \xaa\x28\x02\xa1\x31\x95\xee\x7b\xc6\xa8\x6e\xe9\xc8\x10\x2f\xc2\ \x84\x77\xed\xeb\xfa\x60\x09\x63\x34\xfc\xc9\xab\xc1\xba\xb0\x92\ \xa8\x04\xdf\x79\xb2\xed\xc3\x4d\x88\x44\xfd\x2f\xfe\xa5\x6b\x63\ \x93\xe4\x4b\x8c\x2e\x7a\x3b\xb0\xa3\x15\x2b\x92\x5d\xb7\x6c\xfe\ \xbb\xe2\x05\x00\xc0\x44\x62\x81\xed\xeb\x96\x75\xec\x21\x92\x27\ \xfb\x92\xac\xdc\xe1\xb3\x6e\xba\xb8\xee\x8f\x7f\x7d\x64\xd3\x85\ \xf7\x3d\x34\xad\x34\xde\x8a\x30\x27\xd2\x1a\xbb\x22\xc4\xf2\x37\ \x37\x34\x9a\x89\x42\x4e\x2a\x9e\x71\xd1\x15\x89\x15\xec\xc0\x2b\ \x07\xa6\x5c\x7e\x55\xe6\x10\xc7\x2f\xff\xb9\xb9\x2d\x72\x01\xe5\ \xa4\x70\xd8\xb4\xcb\xaf\x1a\x7d\x56\x89\xf7\xc1\x27\x97\x54\xcf\ \xfc\x16\xc1\x40\x08\xe9\x3a\xbc\x65\xd5\xee\xf6\xe1\xa9\x11\x7f\ \x94\x75\x35\xed\xdf\xb8\x27\x74\xd7\xf7\x7f\x7e\xae\x66\x51\xc3\ \x1c\x78\x9f\xe5\x5c\x10\xe4\xdf\xb4\xe3\xaf\xcd\xce\xb3\xaf\xcc\ \x2b\x0f\xd6\x2d\xe1\x4a\x1c\x46\x8c\x09\xe2\x54\x78\xd4\xec\x41\ \x6a\x99\xcf\x91\xd0\x2c\xa8\x00\x00\x84\x2d\xbd\xb9\x39\x20\x0f\ \xaf\xbc\x6b\x44\x32\x5d\xb6\xee\xe1\xb5\xce\xf4\xac\xfa\xa6\xb5\ \x07\x9a\x7d\x05\xc3\x33\xd3\x18\x51\xe3\x05\x13\x08\x3b\x54\xa2\ \x69\x34\xe0\x88\x9f\x38\x32\x5b\x1c\xaa\x7e\x7e\x9d\x9e\x38\x63\ \xcc\x77\xb5\x2d\x1f\x2f\xaf\xea\x4c\xce\x1b\x3a\xeb\xfc\xa9\x05\ \x3e\xd6\x18\x80\x63\x57\x1e\x60\x19\x3b\x1d\x08\xb8\xa0\xb2\x73\ \xc2\xcc\x94\x0b\x46\x78\x0a\xe4\x86\xd9\x2b\x22\xc5\x66\x70\x2f\ \x4f\xfd\xd5\x0f\xe2\xf3\x08\xec\xde\x60\x59\xf6\x96\x79\x36\xff\ \x95\xba\xc0\xa9\x29\xa5\x5f\x72\xd3\x77\x66\x0c\x49\x30\x0d\x8b\ \x52\x6e\x71\x01\x44\x05\x86\xb5\xa8\x29\x11\xb1\x76\xfe\x6b\x73\ \xf7\xe0\x8b\x66\x0c\xf3\xef\x77\x5a\x31\x17\x18\xe0\xa6\x4e\x39\ \x71\x10\x60\x91\xa8\x10\x58\x52\x65\x60\x8c\xe3\x3e\x0b\x74\x57\ \x5c\xbc\x4b\x32\x35\x8b\xc5\x12\x80\x4c\x8b\x08\x6f\x52\x41\x61\ \x5e\x0a\xce\xbc\xe3\xbb\x13\x32\x72\xbc\x94\x13\x89\x30\x4a\xd9\ \x80\x2d\x6a\xb1\x84\xc2\xdb\x77\xfd\x6d\x87\x56\x78\xf1\x98\x5b\ \x13\x25\xae\x49\x6e\x6c\xb6\x72\x41\x30\xa6\x9a\x89\x55\x39\x0e\ \x09\x8b\x72\xab\xaf\xfd\x0a\x00\xe0\x42\x8e\xf7\x64\xa5\x24\x27\ \x0f\x4a\x49\xdb\x1c\x38\x5c\x96\x5e\x58\x68\x29\xf1\x19\x3e\x0f\ \x51\x58\x20\x80\x08\x02\xae\xeb\xcc\xa1\x20\xc9\x19\x3f\x72\xca\ \xf0\x51\x58\x84\x57\xae\xbe\x6b\xd3\xe1\xcd\xe3\xd3\x8b\x0a\x0d\ \x8f\xc7\x97\x2c\x01\xb7\xe8\xc0\x14\x01\xc2\x0e\x27\xc2\x03\x4c\ \xb5\x11\x8e\xcd\x39\xc7\xf1\x29\x88\xd5\xb2\x50\x58\x28\x49\xc4\ \xa5\x0a\xae\x03\x42\xf6\x16\xbb\x36\xff\xa5\xba\x00\xc0\x8c\x50\ \x73\xc3\xe1\x43\xce\x6e\x5d\xa7\xde\xe4\xd4\xe0\x8e\xf7\x3f\x69\ \xf1\xfd\xea\x57\x93\x5f\x7f\xe1\xc5\x95\x65\x3f\x0c\x76\x77\x89\ \x84\xe1\x95\x15\x43\x42\xdb\x3f\x3c\x68\x31\x10\xcc\x34\xa9\x00\ \x00\xc1\x4c\xcb\xe2\x80\x40\x70\xcb\xb4\x04\x20\x02\xac\xb5\x76\ \xf7\xbe\x83\xee\xaa\x8f\x97\x06\x13\x06\x15\x26\x7b\x56\x68\x7a\ \x43\x6d\x83\x7b\x44\x45\x1e\x5e\xd7\x1a\xc2\x23\x86\xe5\x68\x3a\ \xf8\x92\xc8\x96\x8f\xde\xe9\x48\x18\x7c\xf6\xe8\x22\xb0\x7a\xf3\ \x0b\x84\xc8\xad\x75\xcf\xae\x6e\x8c\xcc\x98\x70\x3e\xd1\x0f\xb7\ \xd3\xd4\xa4\xe4\xe1\x49\xe2\xe1\x0d\x87\x56\x97\xe2\x1d\xb5\x34\ \xe5\xbc\x94\x5c\x60\x14\x30\x70\x6e\x51\xce\x84\x10\x8a\x9a\x95\ \x9d\x60\x6e\xab\x59\x9c\x49\x8a\x76\x76\xb4\x25\x16\x56\x94\x95\ \x0f\x29\x1d\xc6\x00\xe4\x50\x6b\xc5\x86\xfa\x8f\xb6\x36\x0c\x96\ \xda\xdf\x0f\xb9\x86\x65\x7b\xdd\xed\x1d\x1b\x43\x4c\x75\x42\x47\ \x43\x90\xba\x92\x93\xf3\x87\x4c\x28\xa8\x34\x39\x67\xd4\xa2\x1c\ \x90\x10\x60\x32\x21\x10\x46\x28\x1a\x5c\xf8\x1e\x4f\x9f\xe8\x49\ \x20\xbd\x09\x18\x6c\xe8\xfb\x77\x6b\x45\x72\xf8\x83\x85\x28\x73\ \x9c\x6b\xf0\xa0\x10\x9e\xed\xff\x78\x19\x1e\x93\xa8\x77\x44\x88\ \xad\x0b\x36\xff\x85\xba\x20\x04\x48\xee\xfc\x3c\xef\x8e\x15\xf3\ \x6a\xd6\x22\x53\x47\x43\xc6\x8f\x81\xf6\xf0\xa4\x8b\x2e\x1f\x3e\ \x32\x35\x54\xb5\x6f\xcb\x86\x43\x37\x5e\x7a\x4d\xe3\x1b\xef\x3d\ \xf6\x8f\x5d\xd4\xf2\x4e\x1c\x9f\x46\xe4\x8e\xfc\xfc\x74\x05\x71\ \xa4\xc4\xe7\xe7\x66\x39\x81\x82\xea\xcd\x2d\xc8\x76\x12\xc0\x04\ \xf5\x34\xee\x7a\xfb\xd5\x2a\x43\xcd\xbe\xe5\xb6\x8b\xe3\x55\xf7\ \x39\x53\x86\x7f\x50\xbd\xcd\x3f\xf5\xda\x7b\xef\xbe\xec\x8d\x0f\ \x3e\x7c\x72\x3d\xa4\x17\x8d\xbd\xa5\xe0\xec\xf6\x43\x07\x0e\xa5\ \x65\x9e\x8d\x71\xdf\xf2\x2f\x84\x91\xd1\x13\xb5\x5c\x92\xbe\x7d\ \xf7\xe3\x94\x46\xe3\xb3\x2e\x9f\x59\x76\xf6\xb9\x23\xae\x5d\xbe\ \xef\x8d\x55\x22\x6e\xec\xf0\x7b\xf2\x5d\xc4\xe2\x4c\x46\xe0\x72\ \xe5\xfa\x78\x02\x70\x8b\xe1\xc4\x31\xc3\xbf\xaf\xed\x7e\xeb\xc3\ \xcd\x9f\xa6\x66\x5e\x3f\x29\xbf\xd4\xd4\xa3\x1c\x00\xc0\x74\xa6\ \xcc\x3a\x77\x50\xf7\x9a\x3d\x8f\x83\xa3\x70\xfa\xc8\x1b\x93\x64\ \xb3\xca\xbf\x71\x4b\xfd\x3e\x4b\xe0\xe4\xac\x1b\x27\x17\x0c\x63\ \x46\xa8\x3f\x46\x10\x02\x64\x15\xe7\x27\x22\x49\x00\x20\x66\x56\ \xef\x65\x30\xcc\xeb\x93\x62\x6b\x56\x11\xc1\xf4\xc0\x86\x8e\x97\ \xb6\x40\xdc\xa0\xf4\x1b\x2e\x92\x12\x5c\xa9\x77\x7f\xab\xeb\xdd\ \x25\xed\xb5\xaa\xe5\xb7\x5c\xd8\x4e\x2e\xd8\x9c\xd9\x9c\xcc\xaf\ \x09\xc9\x8a\x82\x78\xef\xd2\x7e\xce\x39\xc2\x04\x03\xb3\xa8\x90\ \x14\x19\x18\xe5\x80\x25\x82\x38\xe3\x88\x10\x60\xd4\xe2\x48\x91\ \xb1\x65\x9a\x02\x49\x8a\x8c\xa9\x69\x72\x24\x29\xb2\x8c\x89\xfe\ \xfe\x5f\x7f\xbf\x2f\xed\x8a\x5f\xde\x36\xc2\x34\x98\x60\xd4\x62\ \x5c\x92\x15\x0c\xcc\xb4\x18\x91\x15\x82\x62\x3b\x3c\x09\x4a\x99\ \x24\x2b\x48\x30\x8b\x1e\xb5\x6e\x12\x63\x85\x20\xe0\x82\x03\x80\ \x10\x8c\x0b\x81\xb1\x82\x91\x10\x80\x91\x60\x94\xd3\xfe\xc3\x30\ \xc4\xfe\x44\x08\xcb\x12\x42\x5c\x08\x84\x10\xe7\xe6\x80\x1c\x01\ \x26\x44\x46\x82\x03\xc2\x42\x58\x8c\x73\x8c\x24\x84\x50\xac\x57\ \xc0\xb8\x75\x8c\x69\x36\x42\x48\xc6\x60\x31\x21\x00\x61\x55\xe1\ \x91\xae\xd0\x87\x4f\x77\xee\xf3\xe6\xfe\xea\xce\xc0\x23\x3f\x30\ \x2b\xbe\x97\x79\xd1\x08\x61\x5a\xc0\xa9\x30\x35\xab\xa5\x41\xe0\ \x38\x08\x57\xb5\xbf\xf8\xbe\xfb\xd6\x07\x92\x2b\xe2\xb8\x69\x1b\ \xab\xd9\xfc\x97\xf5\x23\x84\xb0\x0c\xe3\xe8\x8c\x43\xef\x4e\x67\ \xd4\x34\x63\x7f\x9b\xb1\xbf\xfb\x96\x3f\x9b\x26\x03\x40\x20\xd8\ \x80\x5f\x84\xac\x40\x72\x56\x5e\x56\xbc\x6a\x18\xa6\xd5\xfb\x02\ \xa0\x96\xd9\xdb\x55\xe9\x7f\xe8\xe8\xc7\x8f\x7e\xdb\x63\x9b\x17\ \x3f\x51\x83\xeb\x7b\x30\xb6\xbb\xd6\xc9\xf2\x7e\x9c\xb1\xa3\x3e\ \x14\x17\x34\x16\x99\xb0\x13\x5f\x03\xd1\x5b\x3e\x04\xc0\x75\x6d\ \xd3\x82\x9e\x1d\x66\xf2\x35\x57\xc8\x12\x93\xb2\x4a\x20\x4e\x15\ \x86\x21\x2c\x0b\x30\x41\x60\xe9\x5b\x3f\x0e\xec\x6a\x07\x22\x3b\ \x67\xdd\x9a\x30\x38\x91\x9b\x76\xea\xd1\xe6\xbf\x2f\x5e\x38\x85\ \xc2\x23\x2b\x58\x50\x93\x9e\xf9\x37\x4f\x2c\x21\x59\x02\x66\x09\ \xca\x90\xa2\x02\xb3\xc4\x91\xad\xdf\x10\x92\x24\x40\x00\x08\x03\ \x70\x61\x59\x60\xcf\x5d\xb0\xb1\x75\xc1\xc6\xc6\xe6\xbf\x09\x7b\ \x9d\xb5\x8d\x8d\x8d\xad\x0b\x36\x36\x36\xb6\x2e\xd8\xd8\xd8\xd8\ \xba\x60\x63\x63\x63\xeb\x82\x8d\x8d\xcd\x7f\x50\x17\xec\xc9\xbc\ \x36\x36\xff\xdd\x9c\xb4\x8d\x9f\x78\x5e\x93\x10\x9c\x52\x6a\x4b\ \x83\x8d\xcd\x7f\x35\x42\x92\x24\x84\xf0\xe7\xd2\x05\x8c\x71\x5d\ \xed\x21\x22\x11\x7b\xcb\x06\x1b\x9b\xff\x62\x38\xe7\x8c\xb2\xfc\ \xc2\xa2\xcf\xb5\x3f\xa5\x10\x02\x13\x5c\x3e\xb8\xc2\xbe\x70\x36\ \x36\xff\xdd\xec\xdb\xb3\xf3\x8b\xed\x4f\xc9\x39\xc3\x47\x9c\x54\ \x6d\x8e\xc6\xb2\x60\xff\x7e\xa8\xaf\x07\x5d\x07\x00\x88\x8b\x83\ \x82\x02\x28\x2a\xb2\x2f\x8c\xcd\x19\x15\x2f\xb0\x2f\x96\x5f\xb0\ \xf9\x2c\x56\xad\x82\xdf\xff\x1e\x36\x6e\x84\x40\x20\x16\x5f\x81\ \x24\x41\x52\x12\x5c\x7c\x31\xfc\xec\x67\xb6\x3a\xd8\xfc\x17\x70\ \x5a\x66\x10\xb8\x16\x08\xb7\x99\x5f\x7a\xe9\x11\x8b\x84\xb4\xe0\ \x29\x2b\x8c\xd0\xc3\x9a\xff\x48\x59\x5e\x79\x05\x66\xcc\x80\x03\ \x07\xe0\x27\x3f\x81\xb5\x6b\xa1\xbd\x1d\x5a\x5a\x60\xc1\x02\xb8\ \xee\x3a\x98\x3b\x17\x66\xce\x84\xcd\x9b\xbf\x68\xec\x11\x8a\xb4\ \x68\xec\x0b\xac\x2b\xd3\xa2\x1d\xc6\x17\x5f\x86\x66\x19\x5d\x11\ \xcb\xf8\x9a\xc3\x2c\x83\xd5\xf7\xd0\x2f\xb4\xd4\x94\x53\xde\x11\ \x62\xf4\xab\x7c\x81\x8c\x77\x04\x98\xf5\x45\xae\x58\x4f\x98\x19\ \xa7\x6a\xa1\x9f\x10\xdd\x41\x1a\xf9\x22\x9f\xd9\xd4\x99\xdf\x14\ \x67\x98\x2e\x08\x6e\x1a\x96\xf6\x6f\x2d\x35\x8f\x6e\xfc\x70\xc3\ \x93\xad\xc7\x5d\x4a\x33\xda\xd0\xe2\x6f\xfd\x97\x6f\x5d\xbd\xef\ \xf1\x45\xfb\x36\x44\x8d\x20\x1f\x50\x66\xcd\x88\xe8\x66\xc8\x38\ \x12\x37\x31\xdd\x0c\x19\x66\xd8\x18\xd0\x54\x4c\x33\x6c\x58\x91\ \xa8\x79\xe4\xd3\x71\x1a\xd6\xa2\x75\xcb\xd7\xfe\x79\x57\x77\xa8\ \x37\x52\xb8\xf7\x5e\xb8\xe8\x22\x58\xb3\x06\xee\xbf\x1f\xc6\x8d\ \x83\xe4\x64\x48\x4b\x83\x19\x33\xe0\xef\x7f\x87\x15\x2b\x40\x55\ \xe1\xc6\x9b\xa0\xb1\xc1\x30\xba\x7a\xc2\xad\x21\x3d\x10\xd1\x3a\ \x7b\xc2\x2d\x61\xf3\xe4\x57\x8c\xd6\x7d\xb2\xfe\xe1\xfd\x21\xfd\ \xf3\x36\xad\xc0\xaa\xf7\xd7\x3e\xdf\x49\x81\xd1\x28\x3d\xca\x7f\ \x92\x9a\x96\xde\x67\x99\x75\xd4\xdb\x71\x16\xb5\x18\x0f\x75\x7c\ \xfc\xde\xba\xd7\xc2\xe2\x8b\x7e\xdd\x22\x14\x65\x1d\x41\xda\x1d\ \xe5\x5f\xbd\xa5\x74\x34\x07\x1f\x5f\x13\x0c\x7d\x91\x97\xf4\xb4\ \x06\x9f\xf8\xb4\xc7\x7f\xe2\x4b\xc7\xea\xda\x8c\xc8\xbf\x2a\x96\ \xd6\x15\x7d\x72\x89\xbf\xfd\x73\xb7\xcc\x50\x6b\xe8\xc9\xe5\x3d\ \xdd\x3c\x76\x4d\x59\x67\x88\xf6\xe8\x5f\xe1\xa3\x9b\xd6\xeb\x4b\ \xba\xf6\x85\x78\xf5\x7e\xff\x8b\xdb\xa3\xc7\x5f\xfe\x9e\xa6\xd0\ \x73\x2b\x03\x41\x80\xb6\x4e\xa3\x35\x2a\x00\x20\xd0\x1a\x7a\x72\ \x59\x4f\xb7\x38\xa3\x74\x41\xef\x98\xfb\xda\xc7\xbf\xeb\xfc\x77\ \x16\x1a\x63\x2b\xa4\xf9\x8f\xbf\x45\xb4\x1e\x7c\x71\xf1\xae\x8d\ \x9f\x3d\x76\xca\xa2\xdb\xd7\x1e\x6a\x1c\x9c\x5b\xbc\x71\xd5\x7d\ \x73\x76\x6d\x8d\x7d\x33\xeb\xd7\xfc\xe8\x83\x7d\x9b\x0f\x55\xfd\ \xed\xf9\xe5\xcf\xc7\x64\xa0\xe9\xc0\xdf\x5f\x5a\xf5\x5a\x5b\xfb\ \x47\x2f\x7c\xf8\xb3\x43\x1a\x07\x00\xea\x5f\xf2\xd2\xa2\x07\x0e\ \x75\xef\x7b\xff\xa3\x7b\x57\x35\xb5\x02\x00\xf0\xe6\xf9\x8b\xbf\ \xb3\xae\x4b\x1e\x92\x1e\xb7\xa9\x6a\xa9\xa5\x5b\xf0\x9b\xdf\x40\ \x4e\x2e\x3c\xff\x02\x64\x64\x9c\xe0\xbd\x87\x0d\x83\x17\x5e\x82\ \xfa\x46\x78\xfa\xf1\xfd\x55\xcf\xcc\x5b\xf3\xbb\x97\xde\xbf\xee\ \x9f\x0b\x7e\x34\x6f\xd5\xef\x57\x1d\xda\x76\xd2\x0b\x46\x20\xa2\ \x77\x99\xfc\x73\x5e\x50\x63\xdb\xee\x39\x22\x79\x4a\xa6\x02\xdb\ \x3f\xbd\xf3\xf1\x95\xaf\x19\xbd\xaf\x13\xd5\xdb\x1f\x78\xec\xa3\ \x87\xba\x00\x20\xb4\xfe\x95\x77\xae\xf8\xa4\xb1\xbd\xef\x8a\xd4\ \xbf\xf3\xde\x15\xef\x1d\xdc\x95\x98\x35\xdd\x13\x59\xb7\xbe\xbe\ \xf9\x0b\x7d\x17\x87\x77\x75\xfd\xe8\xd5\xc6\x47\x97\x76\x3c\xf2\ \x61\xeb\xef\x16\x75\xef\x0b\x7c\x25\x71\xa0\x4c\x44\xbe\xe0\x9d\ \x50\x12\xbc\x3b\x7a\xe2\x68\x8a\x05\xa2\xcf\xad\xe8\xf6\xff\xab\ \x2a\xac\x00\xf4\x44\x18\xfb\xdc\x42\xf8\xf1\x96\xa0\x3b\xdb\x9d\ \x21\x89\x5d\xbb\xbb\x7f\x3d\xa7\xe5\xe1\x85\x6d\xbf\x99\xdb\xfc\ \xf8\xfa\xd0\x97\xfc\xe8\x12\x04\xc3\x54\xa3\xe0\xf6\xc8\xb9\x71\ \x27\xe8\xb6\x4b\x0e\x92\x93\x2c\x29\x82\xbd\xb3\xa2\x6b\x7d\x37\ \x00\x40\x6a\x8e\x27\x39\x1c\x5d\x54\xfd\x75\x5a\x78\x7c\xde\xfc\ \x02\xb3\xba\x0f\x35\x2c\x0f\x3a\x27\x0d\x26\x88\x72\x8b\x20\x68\ \x3f\x3c\x7b\xf9\xc1\x6d\x96\x40\x09\x29\xc3\xe2\xa1\xb3\xa1\xa3\ \xc6\x99\x32\x7d\xfa\xf0\x8b\xbd\x38\xb4\x73\xf7\x8b\x3b\x9a\xea\ \x24\x77\xd9\xe4\x91\xb7\xe7\xb8\x64\x2b\xbc\x6b\xe5\x8e\xb7\x5b\ \xa2\x1a\x51\xb2\xc7\x0c\xbf\xa7\x24\xde\xd9\xd5\xbc\x70\x65\xd5\ \x8a\x88\x88\xaf\x1c\x7a\xc7\xb0\xb4\xf4\x7e\x65\xaf\xda\xfb\xe2\ \xe6\xa6\x06\x19\x75\x45\x98\x57\x91\xc0\x0a\xef\xf8\x78\xd3\x1b\ \x5d\x96\x48\xcf\xb9\x72\xfa\xa0\x71\x32\xc1\x1d\x4d\xaf\xbd\xbc\ \x74\x63\x5e\xfe\xad\xd3\x8a\x32\x77\xee\x7c\x7a\x57\x7b\xa3\x23\ \x7e\xdc\xd9\xc3\xaf\x4e\x52\x7a\x6b\x47\x5b\xd3\x12\xc3\x33\xa2\ \x2c\xa5\xa0\xa0\xe2\xe2\xe7\xd6\xbe\x78\xb8\x74\x64\x7a\x70\xfe\ \x96\x2e\xf5\xe2\xb1\x67\xe5\xe1\xf4\x6d\xb5\x0f\x7e\xda\x74\xd9\ \xb9\xe9\x81\x55\xfb\xb6\x0f\x19\xf3\xd7\xdc\xcc\xf8\xa1\x07\x17\ \xaf\xd8\xbd\xaa\x60\xcc\x59\x1b\x76\xbc\xed\xc9\xbe\xa5\x3c\x6d\ \xb4\xbb\xb4\xf4\x9d\x1d\x6f\x8c\xce\xfa\x51\xf0\xe0\x2b\x8d\xd2\ \xd8\x5b\x73\x8a\x3c\xda\xd4\x55\xeb\xe6\xd7\x6f\xce\x2d\xda\xb0\ \xae\xf6\xbe\xdb\x12\x3c\xae\xa4\x93\xd5\xfb\x11\x45\xfa\xd9\x43\ \x9c\xf3\x16\x0e\xf9\xdf\x95\x43\x2a\x3d\x5b\x57\xdf\x5b\xed\xba\ \xe6\xea\x51\xd3\x31\x22\x7a\xcf\xc6\x15\x3b\xe6\x75\x9a\x38\xbf\ \xe8\xba\x29\x85\x95\x08\x44\x63\xdd\x9b\xab\xab\xb7\x63\x62\xb5\ \x6a\x7c\xa8\xec\xe0\xd1\xad\x0b\x37\xcd\xed\x32\x58\x66\xee\x55\ \x67\x17\x17\x6d\xdc\xf8\x74\x62\xf9\xbd\x83\x92\x12\xda\xeb\x5e\ \xda\x1a\xca\x9d\x51\x71\x0e\x01\x10\xda\xbe\x03\x9d\x6c\xf4\xd9\ \x63\x11\x58\x11\x43\xab\x6f\x78\x6f\xc7\x90\x0b\xc6\xfa\x92\x79\ \x74\xe7\xa7\xfb\x57\xf5\x90\xd1\xba\x00\x66\x86\x22\xd1\x96\xcd\ \x3b\xdf\x1a\x93\xf9\xbd\x78\x0c\x4d\xd5\x6f\x6e\x6f\xef\x2c\x2d\ \xee\x41\x68\xd8\xa8\xfc\xfc\x45\x87\x57\xf0\xbc\x1b\x9a\x1a\x3e\ \x68\x63\x79\x83\xb3\x2b\x5d\x27\xd9\xf5\x2b\x18\xd0\xd7\x1d\x34\ \x07\x57\x7a\x0d\x83\xa7\xa4\xc7\xfd\xf2\x92\x04\x33\x4c\xd7\x6c\ \xea\xf8\xdb\xe2\xae\x5f\x5d\x96\x9a\xab\x88\xdd\x7b\x7a\x16\x1c\ \xd0\x85\x53\xb9\x68\x62\xd2\x20\xac\x3f\xb5\x51\xbf\x64\x6a\x62\ \x0e\x33\x5e\x5f\x1f\x1e\x3b\x3e\xb9\x04\xd3\x39\xab\x03\x65\x43\ \xe3\x3a\x0e\xf6\xac\xeb\x60\x42\xc0\x88\xca\xa4\x8b\x8a\x14\x8c\ \x80\xe0\xde\x18\x66\xd9\x86\xee\xb5\x2d\x34\x3e\xd5\x79\xd5\xb8\ \x84\x0c\x05\xf6\xec\xeb\xf9\xb0\x4a\xb3\x64\x69\xfa\x98\xa4\xf1\ \x69\x04\x28\x5d\xbc\xd1\xbf\xa1\x9d\xc9\x96\xc5\x64\xa7\x22\xe0\ \xc0\x01\xff\xbb\xfb\x0c\xae\xc8\x57\x4c\x4e\x2c\x8b\xc3\x00\x80\ \x09\x8a\x46\x8c\x47\xdf\x69\xcd\x4f\x71\x7e\xeb\xac\xf8\xae\xba\ \xc0\x5b\x3b\xa2\x51\x22\x9f\x3d\x2a\x61\x72\x86\x04\x82\x7f\xba\ \xb9\x7b\x65\x13\x55\x38\xeb\x01\x45\x91\xc0\xe8\x8e\xbc\xb0\x3e\ \xd4\xae\xc3\xe0\x41\x09\x17\xe6\xc2\x2b\x1b\xa2\xe7\x4d\x4a\x2a\ \x50\xc5\xaa\x0d\xdd\xdd\xc9\x71\x97\x15\xcb\x00\x60\x04\xf5\xad\ \x01\x72\xf3\x74\x47\x7b\x5d\xcf\x53\xeb\xa2\x97\x9f\x9f\x36\x21\ \x8d\x44\x02\xfa\x4b\x0b\x3a\x5e\x92\xa5\xef\x8f\x72\x6e\xdf\xdd\ \xbd\xa8\xda\x30\x39\xca\xcc\xf5\x5e\x37\xca\xed\x41\xd0\x5c\x1f\ \x9a\xbb\x23\x1c\x00\x32\x6d\x74\xd2\x94\x8c\x23\x0d\xea\xc0\xfe\ \x9e\x77\xf7\x69\x84\x40\xad\x8e\xce\x93\x90\x11\xe1\xed\x06\x43\ \x00\x61\xbf\xf6\xf6\xfa\x60\x8b\xc1\x89\x43\xbd\x6a\x6a\x52\x0e\ \x80\x3f\xc2\x01\x81\x64\xb1\x8f\x56\xb4\x54\xf9\x94\x4b\x27\xa5\ \xcc\x1c\xa4\x3e\x55\x13\xbd\xa6\x24\x6e\x7b\x55\x30\xea\x74\x8c\ \xc9\x51\x9d\xf8\x34\x8b\x17\xb4\x70\xf5\x8e\x3d\x4f\xcf\x59\xfe\ \xe0\x9a\xc3\xd5\x84\x28\x08\x00\x21\x84\x01\x1a\xeb\x96\x84\xd5\ \x91\x53\x87\x9e\xdf\x51\xfb\xc2\x5e\x2d\x73\x62\xc5\x15\xe1\xba\ \xd7\x3f\xad\x39\x00\xe0\xce\xc9\xbd\x68\xc6\x98\xbb\xb2\xf9\x8e\ \xa5\xdb\x16\x31\xde\xf5\xd1\xaa\x3f\xb4\xc8\xa3\xa6\x0e\xbb\x9a\ \xfb\x37\xee\xef\x0a\x58\xe1\x95\x1f\x6c\x59\x90\x5d\x76\xdb\xe4\ \xbc\xc4\xd5\xeb\x1f\x69\xe8\xb3\x5f\x6a\xae\x7e\x7a\x61\x55\xf5\ \x90\xf2\x6b\x2a\x33\x0a\xb0\xa0\x9c\x83\xec\xc8\x1b\x5d\x79\xe7\ \xf4\x8a\xb3\x1a\xf6\x3d\xbe\x3d\x60\x20\x84\xe3\x93\xa7\x4e\x1f\ \x7d\xe7\x88\x9c\x9c\x7d\x3b\xfe\xbc\xa1\xdb\x3b\x75\xe4\x5d\x09\ \x91\xa5\xf3\x77\x2c\xed\xbb\x1b\x88\xd6\xd6\xc6\xf8\xf8\x0a\x09\ \xc0\x95\x7e\xc5\xe4\x0c\x69\xe9\xfa\x47\x17\x6e\x5b\x52\x5c\x71\ \x6f\x9e\x0a\x20\x97\xcd\x18\x36\x69\xdf\xf6\xbf\x7d\xbc\xe1\x19\ \x23\xf5\xca\xf1\x99\x3e\x00\x75\xc2\xe8\xdb\x45\xd3\xeb\x8b\x36\ \x3f\xb2\x47\xcb\x9b\x51\x31\x05\x00\x72\xca\xee\x2c\x93\x76\x2d\ \xdc\xf0\xe4\xd2\x83\x0d\x13\x46\xdd\xea\x41\x00\xae\xe2\x78\x37\ \x3d\xbc\x65\x33\x58\x56\xeb\x20\xeb\xdd\xd5\xbf\x5e\xb8\xe3\x83\ \x86\x40\xf7\xc0\xab\x14\x0d\x1f\xdc\xb6\xfb\x99\xd9\x1b\xfe\xbc\ \xb7\xb2\x80\xd4\xd4\x92\xa0\x46\x90\x22\x11\x89\x10\x55\x42\x04\ \x5b\xfb\xe7\xaf\xfe\xbb\x96\x70\xce\xc4\xb2\xf1\x07\xb7\xff\x69\ \x65\x53\x97\xd1\xf5\xfe\xbb\x9b\x97\x64\x17\x5e\x39\x3a\xbf\x52\ \x01\xc6\x39\xc3\x6a\xc1\xa8\x8a\xdb\x67\x54\x4c\x3b\xbc\xf7\xa9\ \x7d\xfe\x88\xa0\x55\x9b\x1b\x0f\x02\x40\x75\xed\x9a\x1e\xea\x89\ \x8d\x0c\x85\x02\x35\x01\x29\xd7\xe7\x91\x01\xba\x7b\x70\xe1\xa4\ \xd2\xca\xbd\x7b\xdf\x35\x01\xaa\x0f\xbc\x03\x69\x17\x14\x7b\x9d\ \x51\x1d\x34\xa3\xcb\x9b\x75\x65\x11\xd9\xbf\xa9\xa1\x05\x58\xdd\ \xfa\xba\xfa\xe1\x43\x2e\x42\xd1\x2e\x0e\x90\x9c\x3a\xc4\x08\x1f\ \xec\xe2\xe0\xc0\xa2\xae\xf6\xa5\xb7\x96\x3f\xb8\xa2\x6a\x45\xa7\ \x16\x1d\x78\xbb\xac\x6f\x8a\xbe\xb1\xac\xfd\x6f\x4b\xba\x0f\x6a\ \x42\xc6\x08\x00\x08\x41\x0a\x42\x5e\xaf\x3c\x6b\x5a\x4a\x66\x50\ \xdf\xde\xc6\xda\xeb\x7a\x9e\xde\xa2\x8d\x1e\x96\x30\x36\x8e\x3d\ \xfd\x51\x67\x03\xc3\x81\xfa\xc8\xc1\x1e\x61\x76\xe9\x1f\x6e\xf6\ \x6f\xed\x16\x2c\xa8\xad\x69\xb5\x88\xa0\x2b\xaa\x8c\x41\x83\x12\ \x2e\x28\x95\x17\xae\xea\xd8\xa6\x81\x8a\x01\x10\xa8\x00\x6b\xd7\ \xb5\x7f\xd0\x8c\x66\x8d\x8e\x4f\x0e\x46\xfe\xbe\x3c\xa0\x09\xc8\ \xce\x74\x5f\x3b\x39\x69\x5a\x0a\x7f\xeb\x53\x7f\x58\xc0\xc6\x8d\ \x9d\xf3\x9b\x60\xd6\xa8\x84\xe1\xa9\x12\x02\xa4\x85\xf4\x67\x56\ \x85\xcb\x2a\x93\xae\x1b\xe5\xf5\xa9\xa8\xbf\x8f\xa3\xaa\xf2\x85\ \x13\x92\x2e\x1b\xee\x31\x5b\x82\xff\x58\x11\x2a\x28\x8b\x9f\x99\ \x83\x66\x2f\xee\xd8\x15\xe5\xfb\x77\x74\xcd\x3e\xc0\xa6\x8e\x88\ \x1f\x97\x29\x0b\x0e\x82\x83\xea\x55\x67\x8d\x49\xba\x7e\x84\x6b\ \xe3\xc6\xae\xad\x3d\x48\x6b\x8a\xec\x68\xe7\x00\x74\x6d\x4d\x94\ \x3a\x7a\x1b\x82\xdf\xaf\x6b\x6e\x39\x4f\x85\x75\xfb\x82\x89\x43\ \x93\xa6\x67\xcb\x6e\x19\xfb\x52\x5c\x37\x4e\x70\x6f\xd9\x1f\x09\ \x32\xbe\xe5\x60\x08\xa5\x7b\xaf\x1a\xe1\xa9\xdb\xd5\xfd\x61\xad\ \x15\x0d\x44\x9e\x5c\x13\x2a\xad\x48\xbc\xac\x90\xbc\xbd\xbc\xb3\ \xaa\xaf\x3b\xd8\xd5\x10\xf8\xe7\x9a\x48\xe9\xa0\xf8\x19\xc5\x0e\ \x09\x04\xc6\xd0\xd5\xa1\x6d\x6e\x65\xc2\x34\x9f\xfe\xa8\xb3\x2b\ \xc1\x75\xe5\x18\xaf\xd1\x1c\xda\xe3\x67\x34\x6c\x6e\xac\xd5\x4d\ \x00\x4e\xf0\x88\x21\x89\x37\x8d\x89\xcf\x77\x41\x6a\xb2\xca\xfc\ \x66\x87\x09\x4e\x24\xd6\x6e\xed\x7a\x78\x41\xfb\x82\xaa\x68\xa7\ \x21\x4e\x9b\x78\x81\x1d\x5e\xb4\xea\x67\xbb\xa3\xd9\x17\x4f\xfa\ \xe1\xf0\x8c\x7c\x00\xd0\x5a\xfb\x02\x7c\xec\x4c\x4e\x1c\x9c\x9b\ \x51\x39\x28\xfd\x83\xc3\x71\xe5\xf9\x19\x43\x43\xd9\x6f\xee\x0a\ \xb7\x08\x91\xdb\xda\xb8\x64\x57\x5b\xab\x1e\x6a\xb3\x3c\x9d\xa1\ \xc0\xba\x3a\x96\x77\xf5\xe8\xcb\x32\xb0\x79\xd0\x9b\x44\x31\x0e\ \xb6\xad\x6a\x8c\x74\xba\x6a\xe6\x1e\xa6\xdd\x06\x0f\x74\x68\x22\ \x47\x01\x00\x56\x57\xb7\x2b\xbf\xe4\x7b\x23\x72\x86\x43\xa4\xfb\ \xd3\xfa\x85\x42\x80\xa9\xd5\xee\x3a\xb0\xc0\x6f\x6a\x01\x2b\xd0\ \x63\x68\x99\x02\x14\x35\x2b\x2b\x21\x1f\xa0\x6d\x79\xcb\xde\x00\ \x8d\x6e\xd8\xdd\x14\x8d\x44\x02\xa2\x9b\x02\x90\x58\xca\xd1\x12\ \xb2\x1a\x17\xfb\x68\x23\x46\xde\xb3\x6f\xfe\xad\xd5\xc9\xdf\xff\ \x7e\x51\x71\xac\xc8\xa9\xf9\xb7\x0d\x3b\x74\xef\xf2\xba\xc4\xdb\ \xae\xbc\x44\x8e\x1d\xe4\x9d\x70\x5e\xf9\xd2\x27\x37\x2e\x9b\x35\ \xfd\xc5\xd4\xd8\x43\xd8\x77\xce\xe8\xeb\xfe\x39\xef\x37\x19\xa3\ \xff\x38\x22\xc5\x0b\x00\x00\x6e\x87\xa4\x68\xdd\x6d\x20\x3b\x26\ \xde\xf0\xd4\x90\xc0\xba\x45\x6b\xff\xfc\x46\xc3\xc6\x4b\xf3\x2f\ \xf8\xe8\xcd\x37\x6b\x23\x29\x97\x7d\xeb\x42\xda\xf4\x8b\xcd\xfa\ \x88\x4b\xa6\xfc\xa0\xc2\xd9\x0d\x7f\x7a\x0b\x4c\x03\x00\x84\x10\ \xb1\xc1\xe1\x50\xeb\xb2\x0e\x52\x76\xcb\xb0\x99\x71\x00\xd0\xbe\ \xe1\xd3\xc3\xeb\x32\x1c\x9b\xbd\x69\x97\x4c\x29\x1c\x0b\x22\x31\ \xb5\xea\x53\x0e\x60\x45\x0f\xef\xa9\x9a\xef\xb7\xb4\x88\xde\x11\ \x64\xf2\x90\x82\xb3\x76\xec\xd9\x6c\x0c\xcd\x6a\xd4\x95\xa2\xdc\ \xca\xbe\xbe\x6a\x0f\x53\x5c\x12\x06\x60\xe1\x90\xc9\x86\x8e\xb8\ \xb9\x79\xdb\x23\xeb\x6b\x96\xb6\xb5\x69\xe3\x46\xdf\x52\xbd\xf9\ \x71\x4d\xe7\xba\x15\x62\xee\xf2\x49\x79\xa5\x8b\xab\xe7\xed\x08\ \x51\x2d\x6e\xfa\xd9\x19\xa1\x8f\x6a\x02\x16\x00\x91\x93\x30\xd3\ \x23\x26\xe4\x67\x5d\x7a\x55\xd6\xa5\xcd\x0d\xef\x2e\x5c\xf3\xc0\ \x8e\xce\x3b\x66\x38\xdc\x2f\xbe\xb6\x9c\xa4\x17\x9c\x7b\xee\x1d\ \x1f\x6d\xee\x72\x14\x25\xdd\x7d\xa1\x2f\xdf\x09\x00\xd0\xc5\x41\ \x08\xe0\xb1\xcb\x8b\x89\x4f\x06\x53\xb3\x76\x34\x44\xf3\x87\x24\ \x9d\x5b\xe8\x84\x02\x79\x67\x4d\xeb\x81\x20\x1e\x9b\x87\x0f\xb4\ \xe9\x89\x8c\xa6\x25\x29\x1d\x2d\x46\xad\xaa\x27\xa5\xb9\x8a\xbc\ \x08\x2b\x52\x59\x96\x63\xa8\x47\x59\xb3\xa7\xf5\x50\x97\xc8\xc5\ \x80\x30\x02\x4a\x37\xd5\x5b\xe7\x4c\x4b\x1b\x9d\x81\x47\x7a\xc4\ \xf6\xf7\x82\xf5\x5a\x1c\xe9\x88\x2e\xdc\x6f\x68\x86\x15\xa2\xe0\ \xb7\xd8\xee\x43\xd6\x39\x13\x53\xc7\xe6\x90\x00\x72\x7c\xb2\x99\ \xc9\x4e\xb9\x32\x1d\x6f\xda\x1b\x4c\x19\x1e\x9f\xdf\xaf\x0b\x02\ \x30\xc1\x79\x69\x4a\x26\x81\x35\x3b\x35\x29\x23\xfe\x8a\x72\x17\ \x80\xf3\x40\x7d\xd3\xba\x7a\xc3\xd3\x64\x96\x8f\xf4\x4d\xc9\x93\ \x0d\x07\xfb\xf0\x60\x94\x03\x84\x02\xe6\xaa\xed\xe1\x2e\x93\xf7\ \x44\xb8\x01\xd2\x94\x12\xf9\xa3\x46\x7d\x96\x9b\x87\x89\x3a\x36\ \xad\x77\x48\xde\xd0\x99\x2c\x4b\x4e\x10\x21\x8b\xc7\x7b\x8f\x8c\ \xd3\x3b\xdc\x12\x32\x4d\x83\x0a\x42\x48\x61\xa6\x63\x70\xae\x34\ \xeb\x70\x60\x4b\x97\xd9\x40\xf5\xea\x00\x8b\xab\x0a\xee\xa5\x2c\ \x6a\x8a\x8e\x10\x2f\x77\x60\x00\xa8\x6a\x88\x2a\x05\x71\x97\x97\ \xb9\xc0\x92\x0a\xb7\x68\x54\x80\x42\x90\xdb\x81\xba\x5b\xb4\x16\ \xae\xfe\x7c\x82\x37\x09\x58\x4e\x3c\x06\x01\x08\x23\x87\x8c\x90\ \x00\x81\x90\x2f\x59\xcd\x4e\xc4\x00\x60\x4a\x58\xb5\x58\x90\xa2\ \x21\x65\x09\x43\xca\xe2\x77\xec\xe9\x79\x7a\x69\xeb\xea\xca\xd4\ \x87\xa6\x7a\x95\xd3\x42\x17\x48\xe6\xf8\xe1\x77\x3b\x6a\x56\xef\ \xde\xfb\x5c\x73\xdb\xe8\x8a\xa2\x99\xa9\x88\x0c\x48\xb5\x52\x00\ \xc0\x08\x73\x1a\x05\x00\x81\x09\x21\xa4\xad\xf1\xad\x8f\x0e\x1e\ \xbe\x74\xea\xf7\xa0\xf9\xe9\xe5\x6d\x9c\x03\x12\xa2\x77\x2f\x38\ \x04\x08\x40\x80\x10\x4e\xef\xe0\xc9\xa3\xee\xf3\x08\x4a\x24\x87\ \xaa\xf4\x9a\xaf\x13\x2c\x74\x1a\xbb\x77\x09\x10\x08\x83\xb6\x66\ \xed\x23\x6d\x29\xdf\x3a\xbf\x22\x6b\xc5\xa7\xbf\xe7\x8c\x01\x08\ \x21\x62\x91\x01\xe1\x82\x64\xe6\x5e\x31\xab\xb8\x90\x01\x91\x64\ \x4f\xdf\xc5\xc2\x2a\x01\x46\x7b\x45\x1b\xa9\x85\x79\x69\x83\xa4\ \xd4\xa1\x47\x2e\x25\x72\x17\xa5\x0d\xdd\xc7\xd2\xb2\xd4\xfe\x40\ \x09\x65\x66\x8e\xca\x4c\xee\xc9\xf1\xa5\xf6\x1f\xa5\x26\x8e\xc8\ \x4f\x2d\x4d\xf7\x0d\x46\xfd\xb9\x23\xc1\x1c\xb2\x13\xa8\xb5\x7b\ \xeb\x13\x7b\xa3\x0d\x3c\x6e\xea\x39\x85\x33\xf3\x92\x73\x2f\xbb\ \xe5\xdb\x1a\x53\xd3\x73\xd2\xad\x94\xff\xa1\xb5\x1b\xb7\x56\x3d\ \xaf\x1f\xc4\x63\x8e\x8f\xca\x88\x24\xb8\x19\x13\x54\x93\x99\x08\ \xc9\xb2\x84\x2d\x1a\xe9\xab\xde\x44\x12\x5d\x2b\xd6\xff\xbd\x25\ \xe9\xe6\x8b\x2b\x32\x57\x45\x7e\x63\x98\x2c\x21\xeb\xec\xa4\xdd\ \x8f\x6e\xac\x5a\x64\x28\x05\x25\x49\x8e\xde\x6f\x4b\x72\x23\xe6\ \x67\x02\x80\x85\x0d\xc1\x54\x4f\xe1\xb8\x92\x21\xcf\x7c\xf2\x93\ \x94\x8a\xbf\x0c\x4a\x4e\xab\xa1\xa6\x69\x69\xa6\x15\xa2\x28\x3d\ \x33\xe7\xdc\xec\x3d\xb7\xce\xdd\xa1\x5c\x75\xe1\xdd\xc9\xda\x7b\ \xdc\x0c\x32\x00\xcc\x23\x1c\xcb\xaa\x04\x91\x9e\xad\xdb\x6b\x57\ \xd6\x75\xb6\x26\xe6\x5e\x37\xb1\xe4\xec\x7c\x55\xb9\xe3\xee\x72\ \xa4\xba\x7c\x3e\xb7\x5b\xe1\x6b\xeb\xf5\xb7\x57\x74\x0c\xcd\x77\ \x4f\x29\x77\x11\x04\x08\xf5\x7e\xe5\x7a\x47\x74\x97\x89\x47\xa7\ \xc8\x91\x06\x61\xc4\xac\xfc\xb9\x30\x38\x08\x99\x0c\xcf\x73\x2e\ \xdf\x1a\xe4\x71\x78\xfa\xe8\x84\x9a\xc6\xe0\xfb\x06\x2b\xaf\x4c\ \x72\x08\x93\x03\x30\x0e\x00\x42\xc6\x00\x42\x80\x00\x01\x48\xc2\ \x08\xa3\xde\x33\x30\x26\x40\xc2\xe1\xd6\xf0\xdb\xab\x43\x33\xa6\ \xfb\x4a\x69\xe4\xef\x9b\x4c\x0e\x88\x60\x88\x50\x0e\x40\x40\x00\ \xe7\x02\x64\x72\xcb\xc5\x99\x7b\xf6\x07\x5e\x59\xda\x5a\x35\xce\ \x77\xe7\x20\x15\x62\x26\xa2\x02\x62\x3b\xa3\xcb\x18\x58\xac\x48\ \x20\x4c\x26\x08\x06\x82\xc0\x30\x38\x00\x20\x00\x81\x90\xca\xe8\ \xab\x2b\x3a\xb5\xfc\xe4\x9b\x8a\xc9\xeb\x3d\x9d\x51\x81\x26\x95\ \xba\xdf\x5f\x16\xfe\x18\x90\x23\xcd\x99\x25\xf7\x7e\x53\xb2\x84\ \x19\xe3\x06\xa0\x82\x44\x65\x7d\x8d\x66\x0e\x55\x63\x95\xe7\x60\ \x6d\xd4\x95\xe4\x8a\x57\x10\x17\x10\x73\x43\x46\x12\x8a\xd5\x54\ \x47\x82\xe3\x8a\x89\x49\x71\x20\x24\x19\xb9\xfb\xea\x15\x21\xc8\ \x34\x7a\x2d\x47\x85\x18\x68\xeb\x27\x04\x88\x58\x84\x7c\xa4\x0b\ \x27\x00\x10\x70\x71\x64\x86\x91\xc5\x84\x45\xb0\x93\x40\x6b\x6b\ \x74\xc5\xfe\x48\x4d\x37\x1b\x5a\x91\x38\x79\x88\x53\x3e\x6d\xf2\ \x0b\x72\x46\xe6\xcc\x8c\xcc\x99\x3d\xdd\xdb\x76\xd6\x7c\x5c\xd3\ \x3d\x32\xd5\x41\x0d\x2b\x2a\x00\x28\x8d\x9a\x8c\x02\x00\xa5\x11\ \x93\x31\x00\x60\x34\x6a\x12\x8b\x48\x6e\xcc\x23\x5d\x81\x7a\x08\ \x77\x9b\xcc\xe7\x8d\x9f\x58\x22\xbd\xfe\xf1\xba\x97\x47\xa6\xbb\ \xab\xfd\x6d\x39\x80\x12\xb3\x2e\xf4\xed\xfc\xf3\xba\x7d\x4b\x4b\ \x92\xbc\x20\x17\x57\xe6\xc4\xc7\xda\x4e\x49\xd9\x8c\x8d\xeb\x9f\ \x5b\xa2\xf4\xa4\xd2\x2d\x41\x93\x12\x84\x55\x59\x31\xb4\xe6\xae\ \x00\x0f\xe9\x51\x0f\x87\xb8\xe4\xec\xe0\x81\xc5\xcb\xf7\xb9\xb2\ \x93\x06\x0d\xcf\x1f\x33\xff\xe0\x9b\xdb\x9d\x17\xb8\x85\xf0\x65\ \x8e\x73\x2b\x8e\xde\x7b\x7d\x52\xe2\xee\x9e\xfd\x1c\x86\x61\x00\ \x00\xcb\xa4\x51\x93\x1e\x35\x38\x47\xa9\x66\x58\x7a\xef\x0d\x30\ \x16\x12\x31\xc3\xb0\xa2\x47\x19\x50\x72\xd3\xb4\x22\x26\xed\x8b\ \x8c\x8c\xfa\xa0\x2e\x8a\x72\xf3\x84\xa5\x77\xed\x6d\xab\xbc\xf8\ \x3b\xa5\xc9\xb9\xb1\xef\xbf\xa0\x74\x70\xef\x31\x9e\x0b\x2e\xcc\ \xbc\xa0\xab\x67\x67\xcf\x87\x0f\x70\xa7\x0b\xa9\x2a\x8a\x5d\x19\ \x6a\x02\x80\x3b\x6d\x66\x9e\xf4\xab\x85\xeb\x5e\x1b\x92\x60\x6c\ \x68\xea\x1a\x3e\x79\x42\x9e\xd3\x4d\xaa\x9f\x7a\x77\x9b\xb3\xc4\ \xdd\xd9\x1e\x89\x0e\x25\x44\x95\x1d\x86\xd6\xdc\x15\x60\x21\x43\ \xf3\x70\x03\x48\xe1\xe8\xec\x84\x57\xd7\xbc\x56\x39\xf1\x4f\x09\ \x7d\x35\xc8\xe3\xc9\xf5\x18\x1b\x03\x3a\x24\x82\x3f\x4a\x35\x2e\ \x20\x29\xfb\xc2\x09\x43\x82\xbe\xf2\x89\x00\x26\xd0\x9e\xa8\x1e\ \xd0\xcc\x4e\x26\x0a\x04\x78\x47\x0f\xbd\xde\xec\x90\xcb\x13\x9c\ \x3c\x42\x4d\xad\xcd\x02\xb0\xfc\xfb\x25\x47\x76\x8a\x04\x0d\x1d\ \x5b\xba\x45\xf6\xd4\xb1\x37\xe7\x24\xa4\xc4\xce\x5c\x3e\xd8\x17\ \xfb\x65\xe2\xb0\xc4\x89\x43\xd9\xbe\x43\x91\x95\xb5\x5a\x5b\xa1\ \x93\x20\xd1\xd6\x11\x5d\x7e\x80\x68\x3d\xc6\xda\xfd\xd1\x92\xca\ \xa4\x91\x49\xc4\x5f\xe2\x5d\xb0\xc2\xff\x96\x83\xe1\xf6\x70\xab\ \xd7\x59\x91\x8a\x53\x98\x8b\x7c\xdc\xbd\x59\x24\xdc\x74\x8e\xc7\ \xbf\xbf\xeb\x8d\x4e\xe7\x73\x97\x10\x11\x14\x51\x83\xc7\xac\xf7\ \x75\x93\x9b\x1c\x1c\x4e\x12\x6d\x09\xef\x08\x25\x4c\x2d\x75\xbe\ \xb8\xa6\xd3\x5b\xe1\xac\xad\x0a\xc6\x17\x26\x14\xc5\x63\x59\x88\ \x8e\x1e\xcb\xcd\x68\x94\x0a\x24\xe3\x89\x43\x1d\x7f\x5f\xd7\xe9\ \xd1\xbd\xb8\x43\xd3\x84\x42\x4d\xb6\xf6\x60\x54\xf5\xc8\x59\x6e\ \xd1\x16\xed\xed\x35\x62\x8f\xe2\xe6\x81\x77\xd6\x06\xc6\xa5\x29\ \x25\x25\x6e\xe7\xc7\x3d\xcf\x6d\x46\xe9\x86\xb6\x2d\xa2\x7c\x3f\ \xcf\xe1\x46\xae\x3f\xac\xed\x7c\x13\xc5\x27\x86\xa2\x9d\x14\x11\ \x0c\x4e\x19\x75\x86\xac\xe6\x6e\xde\x63\x08\x6a\x09\x47\x92\xbb\ \x52\xed\x79\x6e\xab\xb8\xfb\xa2\xc4\xfe\xca\x90\x90\xa0\xa2\x70\ \xb8\xd1\x84\xb1\x23\x93\xd6\xbd\xd7\xf1\xbb\x45\x6c\x52\xae\xe2\ \x6f\x8d\xae\x3e\x2c\xae\xb9\x20\x4e\x41\x3c\x6a\x70\x89\x03\x00\ \x58\x16\x0f\x21\x51\x98\xe3\x29\xdc\xd0\xfe\xc1\xce\xf0\xc8\x64\ \xac\x38\xe4\x31\x05\xbd\x67\xaa\x2c\xf4\xce\x5f\xd8\xfd\xf8\x7a\ \x18\xe6\xe4\x75\x51\x21\x21\xa0\x94\x87\x35\x9e\x98\xe9\xca\x26\ \xa1\xa7\x56\xf4\x4c\x4b\x85\x3d\x9d\xfc\x1c\x02\xc2\x14\x9a\xc9\ \x05\x90\x02\xb7\x58\xbe\xbd\x3b\x2e\xea\x18\x94\xeb\xc1\x21\x93\ \xc5\xc9\x3e\x85\xaf\x6f\xd4\x34\x97\xe3\xc6\x11\xee\xfc\xb8\xff\ \x68\x82\x81\xdc\x7f\xff\xcf\x8e\x79\x08\x21\x14\x0c\xf4\xa4\xa4\ \xfa\x06\x2e\xa8\x70\x38\x33\xf2\xb2\x26\xe7\x27\xc4\x0b\x6e\x72\ \xc9\x97\xe3\x2b\x23\xdc\x74\x27\x0c\x4a\xf7\xc6\x73\x6e\x79\xe2\ \x4a\x33\xe3\x12\x38\x37\x55\x4f\x59\x49\xd6\x84\x54\xb9\xab\xa6\ \x79\x47\x40\xa4\x0e\xca\x3f\x27\x27\x31\xaf\x28\x67\xa4\x11\xd8\ \xd9\x16\xed\xf1\xf7\x34\x25\x66\xcf\x2a\x4d\x29\x2d\xc9\x28\xe8\ \xea\xd8\xd6\xdc\xd3\x26\xbb\x0a\x73\x93\xd2\x62\xd5\xde\x19\x57\ \x51\x98\xe8\x68\x68\xd9\xd1\x6e\x28\x25\xf9\xe7\x15\xa7\x16\xe6\ \xa4\x95\x46\xfd\xdb\xea\x3a\x1b\xdd\x09\xa3\x2a\xf2\x46\xa6\x24\ \x0d\x89\x07\x7f\x5d\x7b\x8d\xe4\x2a\xac\x2c\xbd\x2c\x43\xf6\x1f\ \x6a\xdb\xe3\x37\x98\x2f\x65\x48\x82\xa3\xf7\x8e\xea\x74\xc0\xf6\ \xaa\x65\x49\x39\xe7\x26\xca\x18\x00\x18\xa7\xf1\x09\x43\x33\x3c\ \xf1\x03\xe4\xda\x92\x5c\x79\x39\x29\xd9\x03\x2e\x33\x63\x38\x21\ \xc7\x37\xc8\x85\x07\x8c\x79\x33\x94\xea\xab\x48\x72\x28\x00\xd0\ \x5a\x37\x67\x57\x34\x77\x5a\xc1\x58\xf9\xf5\x57\xf2\x87\x9e\x93\ \x32\xeb\xc2\x93\x8d\x89\xb8\x1c\x69\x49\xff\x78\x03\xa9\x32\xba\ \xef\x3e\x90\x65\xce\x4c\x77\xc2\xe0\x8c\xf8\x64\xc0\x09\x45\x99\ \x43\xc2\x9d\x9b\x9b\xc3\x56\x45\xe5\x77\x46\xa7\xfb\xb0\x9a\x5b\ \x92\x9e\xd5\xd1\xb6\xad\x39\xa4\x65\x67\x9d\x33\x38\x73\x44\x49\ \x7a\x71\xb4\x7b\x5b\x5d\x57\xa3\x33\x71\x6c\x65\xfe\x98\x38\x45\ \x49\xf2\x48\x3b\xab\xf7\x8f\x1d\x73\xa7\xcf\xd1\x7b\x9f\xc0\x4a\ \xbc\xbf\x79\x7e\x13\x1a\x52\x9a\xe8\xb1\xc0\x9b\x9b\x3a\xd8\x2d\ \xc7\xe7\x67\x4f\x4a\x55\xe5\x58\xa9\xe3\x92\x4a\xe3\x14\xe4\xf4\ \x94\x66\x27\xf8\x9c\x71\x43\x4a\x33\xca\x63\xc2\x2f\x88\x37\x3b\ \x2d\x73\xdb\xb6\xd9\x72\xd6\xb5\x83\x53\x52\x12\x93\x47\x95\x65\ \x0e\x89\x77\xb8\x4e\x36\x20\x94\x9a\xa4\x8e\x2e\x72\x25\x49\x08\ \x63\x14\x36\x68\x53\x0f\x8d\x0a\x3c\x61\x44\xf2\x75\x83\x1d\x04\ \xc0\x1d\xef\x18\x9c\x80\x76\xd7\x69\xba\xcb\x79\xd3\x94\xc4\x1c\ \x15\x80\x48\x09\x0a\xce\xcb\xf1\x0c\x4d\x95\x3c\x2a\x4e\xcb\xf4\ \x4c\x48\x93\x84\x10\x14\xe1\xe2\x2c\x35\x4e\x02\xca\x20\xc3\xa7\ \xe6\xa5\x2a\x09\x9c\x06\x65\x79\x72\xb9\x37\x0d\xac\x1d\x8d\x66\ \x42\xb6\xf7\xe6\x31\x9e\x78\xb7\x5c\x98\x88\xf6\x1d\xd6\x1b\xc2\ \x50\x59\xec\xa9\x48\x53\x32\xd2\x5c\x05\x0e\xbe\xb7\xd1\xf0\x0b\ \x69\xf2\x20\x6f\x79\x3c\xda\x5b\x1b\xd9\xd1\x6c\x25\x64\xc6\xdd\ \x30\xcc\xe5\x22\x28\x16\x3e\x95\x24\x90\x43\x4d\x5a\x00\x48\x45\ \x99\x77\x62\x3a\xd9\x5f\xaf\x75\x08\xf9\xea\x29\x49\xe5\x1e\xec\ \x4d\x76\x0e\x8a\x83\xaa\x26\xbd\x9d\xa2\xd1\xe5\x9e\x8a\x74\x75\ \x70\xba\xda\xd5\xae\x55\x75\xd0\xc4\x0c\xf7\x94\x42\x47\x82\x82\ \x53\xc1\xfc\xb4\x8b\xdc\x30\x31\xae\xbf\xd1\xc9\x2a\x6e\xa8\x0e\ \xb6\xa8\x8e\x11\xe9\xea\xb8\x12\xa7\x19\x30\xab\x3b\x2c\x53\x91\ \xaf\x3c\x2b\x65\x6c\x0a\x06\x88\x7d\x10\x47\xa6\x13\x33\x2e\xdc\ \x5e\xb5\xd4\xe7\x18\x99\xad\x34\xb5\x6a\x35\x5d\xd4\xe9\x55\x8a\ \x53\xe4\xd8\x99\x64\xb7\x32\x2a\x4b\xae\x6f\xd6\xeb\x82\xbc\xa4\ \xc8\x33\x31\x4f\x95\xb9\x70\x7a\xe4\xf2\x54\x75\x74\xbe\xa3\xa7\ \xc3\x68\x09\xf3\x16\x3f\x2d\x2a\x89\x2b\xf1\x20\x2e\x4b\x25\x19\ \x4a\x71\x86\x12\xe8\xd2\xeb\x82\x50\x90\xa1\xec\xd8\xd1\x23\x67\ \xc7\x4d\x48\x97\xf3\x33\x5d\x23\xb2\xd4\x04\xf5\xdf\xb2\x82\x51\ \x08\xd1\xd5\xd9\x11\x1f\x9f\x70\xfc\x53\x27\xf0\x7d\x45\x08\x35\ \xd4\xd7\x95\x0d\x1a\x72\x6a\xe6\x41\x0b\xad\xae\x6e\x59\x88\xf8\ \x88\xb6\xfd\xd3\x03\xfb\xa6\x4e\xfb\x63\xf9\xbf\xb7\x8b\x64\x6e\ \x59\xff\xf3\x1a\xc7\xe5\x57\x0f\x9f\x74\x6a\xae\xa5\xd5\x34\x7f\ \xd9\xef\x12\x2a\xff\xdf\x14\x9f\x0f\xae\xb9\x1a\xd6\xad\x83\xf5\ \xeb\x21\x37\xf7\xc4\x07\x7f\xf8\x21\x5c\x7a\x29\xfc\xf1\x8f\xf0\ \x93\x9f\x7c\xb5\x29\x1c\xa1\x86\xe6\x4d\xd5\x8d\x2b\x3a\xa5\x71\ \x97\x8c\xba\x70\x60\xad\x08\xb6\xbc\x3d\x67\x67\xf5\x45\xe7\xfe\ \x3c\xed\x0b\x4e\x55\x0d\xb6\xce\x99\xb3\xfd\xe0\xc5\xd3\x7f\xee\ \xb3\xe7\xb8\x02\x08\xc3\xda\x52\xaf\x6f\xd9\x1f\x76\x15\x24\xdd\ \x3c\x44\x1d\xf8\x54\x73\x75\xf7\x3f\x77\x8b\x1f\x5c\x9c\x9c\xfa\ \xef\x58\x06\x20\xd8\xe6\x03\x9a\x25\x63\xab\x47\x7b\xff\x00\xbd\ \xe3\x42\xdf\x60\xef\xb1\xf5\x34\xdc\x1c\xf8\xc3\x5a\xe3\xae\x4b\ \x7c\xf9\xff\xe6\x5c\x02\xe7\x6c\xff\xbe\x3d\x39\xb9\xf9\xc7\x2f\ \x91\xf8\x0f\xe8\x82\x5e\x7d\xe0\xcd\x3d\x9d\x6d\x58\x4a\x2c\x29\ \xbe\xbc\x3c\x39\xf5\xdf\xfd\x95\x73\xbd\xb1\x29\xc2\xb3\xfa\x42\ \xfd\xaf\x5a\x7c\xea\x6f\xf2\xb7\xf9\x52\xcb\x15\x00\xd8\xb9\x13\ \xa6\x4f\x87\xc2\x42\x78\xf6\x59\xa8\x38\x6e\x5d\xd9\xa2\x45\x70\ \xcb\x2d\x50\x5c\x0c\x1f\x7e\x08\x49\x49\x5f\xe9\x23\x98\xcd\x1b\ \x76\xbc\xd2\xa3\x56\x4c\x1c\x7a\x61\xfc\xb1\x1f\x83\xb6\xb5\xef\ \x73\x24\x0d\x8d\x97\xbe\x98\xee\x45\x83\x07\x7a\x20\x39\x33\x2e\ \xd9\x16\x05\x00\xd0\xfc\xd1\xd9\x5b\x23\xf1\xe9\x9e\x4b\x87\x38\ \x8f\xd3\x49\x5e\xdd\x6c\xf9\x7c\x6a\x9c\xf4\x6f\xd1\x85\xb5\x3b\ \x83\xdb\xdb\x28\x51\xa5\xf1\x43\xe2\x86\xa5\x9c\xa0\x89\x85\x03\ \x46\x33\x93\x4a\x93\xfe\xed\xab\x93\xbe\x56\x5d\xf8\x2f\x63\xf1\ \x62\xb8\xf5\x56\x30\x0c\xb8\xee\x3a\x98\x31\x03\xca\xca\xc0\xb2\ \x60\xfb\x76\x98\x3f\x1f\x16\x2c\x80\x91\x23\xe1\x95\x57\xa0\xb8\ \xd8\xbe\x4e\x36\xa7\x3f\x9f\xa1\x0b\x76\x4c\xf9\x05\x39\xef\x3c\ \x58\xb9\x12\xfe\xf6\x37\xf8\xe8\x23\x78\xea\xa9\xbe\x5e\xa9\x0c\ \x25\x25\xf0\x8b\x5f\xc0\x7d\xf7\x7d\xc5\x48\xc1\xc6\xe6\x74\xc0\ \xd6\x85\x2f\x4e\x59\x19\x3c\xfd\x34\xb4\xb5\x41\x67\x27\xc4\xc6\ \x2c\x1c\x0e\xf0\xf9\x20\x31\xd1\xbe\x36\x36\xb6\x2e\x7c\xb3\x49\ \x4b\x83\xb4\x34\xfb\x32\xd8\xfc\x57\x62\x3b\xb5\xd9\xd8\xd8\xd8\ \xba\x60\x63\x63\x63\xeb\x82\x8d\x8d\x8d\xad\x0b\x36\x36\x36\xb6\ \x2e\xd8\xd8\xd8\xd8\xba\x60\x63\x63\x63\xeb\x82\x8d\x8d\x8d\xad\ \x0b\x36\x36\x36\xb6\x2e\xd8\xd8\xd8\xd8\xba\x60\x63\x63\x63\xeb\ \x82\x8d\x8d\x8d\xad\x0b\x36\x36\x36\xb6\x2e\xd8\xd8\xd8\xd8\xba\ \x60\x63\x63\x63\xeb\x82\x8d\x8d\x8d\xad\x0b\x36\x36\x36\xb6\x2e\ \xd8\xd8\xd8\xd8\xd8\xba\x60\x63\x63\x63\xeb\x82\x8d\x8d\x8d\xad\ \x0b\x36\x36\x36\xb6\x2e\xd8\xd8\xd8\xd8\xba\x60\x63\x63\x63\xeb\ \x82\x8d\x8d\x8d\xad\x0b\x36\x36\x36\xb6\x2e\xd8\xd8\xd8\xd8\xba\ \x60\x63\x63\x63\xeb\x82\x8d\x8d\x8d\xad\x0b\x36\x36\x36\xb6\x2e\ \xd8\xd8\xd8\xd8\xba\x60\x63\x63\x63\xeb\x82\x8d\x8d\x8d\xad\x0b\ \x36\x36\x36\xb6\x2e\xd8\xd8\xd8\xd8\xd8\xba\x60\x63\x63\x63\xeb\ \x82\x8d\x8d\xcd\x29\xd0\x05\x84\x30\x26\xf6\xd5\xb1\xb1\xf9\x6f\ \x6e\xfc\x98\x00\x42\x27\x7c\x4a\x3a\x91\x26\x20\x6a\x9a\x87\x6a\ \x0e\xd8\xd2\x60\x63\xf3\x5f\x0c\xe7\x8c\x9a\x26\x42\x48\x08\x71\ \xac\x08\x04\x03\x3d\xc7\xeb\x82\x61\xe8\xa6\x61\x9c\x4c\x4b\x6c\ \x6c\x6c\xfe\x1b\x10\x42\x51\x55\x55\x75\x1c\xaf\x0b\xd2\x89\x0e\ \x16\xaa\xea\x70\x38\x9c\xf6\x75\xb3\xb1\xf9\x6f\x57\x06\x71\xbc\ \x28\x9c\x58\x17\x3e\xe3\x68\x1b\x1b\x9b\x6f\x02\xf6\x78\x84\x8d\ \x8d\x8d\xad\x0b\x36\x36\x36\xb6\x2e\xd8\xd8\xd8\xd8\xba\x60\x63\ \x63\x63\xeb\x82\x8d\x8d\x8d\xad\x0b\x36\x36\x36\xb6\x2e\xd8\xd8\ \xd8\xd8\xba\x60\x63\x63\x63\xeb\x82\x8d\x8d\x8d\xad\x0b\x36\x36\ \x36\xb6\x2e\xd8\xd8\xd8\xd8\xba\x60\x63\x63\x63\xeb\x82\x8d\x8d\ \x8d\xad\x0b\x36\x36\x36\xb6\x2e\xd8\xd8\xd8\xd8\xba\x60\x63\x63\ \x63\xeb\x82\x8d\x8d\x8d\x8d\xad\x0b\x36\x36\x36\xb6\x2e\xd8\xd8\ \xd8\xd8\xba\x60\x63\x63\x63\xeb\x82\x8d\x8d\x8d\xad\x0b\x36\x36\ \x36\xb6\x2e\xd8\xd8\xd8\xd8\xba\x60\x63\x63\x63\xeb\x82\x8d\x8d\ \x8d\xad\x0b\x36\x36\x36\xa7\x37\x92\x7d\x09\x6c\x6c\xbe\x29\x51\ \x00\xc6\x18\x63\x00\x10\x42\x70\xce\x3f\x63\xaf\x49\x5b\x17\x6c\ \x6c\xbe\x19\xa2\x40\x48\x28\x18\x0c\xf4\xf8\x85\xe0\xb2\xac\x24\ \x24\x24\x38\x9c\x2e\xce\xb9\xdd\x8f\xb0\xb1\xf9\x86\x82\x30\x6e\ \xaa\x3f\x5c\x7f\xf8\x90\xaa\xa8\x09\x09\xc9\x92\x24\xb7\x34\x37\ \xf5\xf8\xbb\x63\xe1\xc3\xa9\x8f\x17\x10\x42\xf0\x2f\xb7\xbe\x1e\ \x70\x10\x91\x64\x0c\xdc\xa2\xcc\xfe\xaa\x6c\x6c\xfe\x63\xdd\x87\ \x8e\x8e\xb6\xee\xee\xae\x8a\xca\x11\x8a\xea\x00\x10\x00\xa0\x27\ \xa7\x34\x1c\xae\x55\x54\xc5\xe9\xf4\x08\xc1\x3f\x9f\x2e\x20\xec\ \x70\x3a\x25\x8c\x00\x40\x70\x66\x1a\x86\xc5\x8e\x8b\x37\x04\x10\ \x45\x95\x10\x37\x4d\xeb\x33\x35\x81\xa8\x0e\xc9\xd2\x4d\x06\x02\ \x21\x08\x75\x35\x87\x98\xd3\x97\xec\x45\xff\x4a\x4c\x6c\x6c\x6c\ \x4e\x09\x42\x88\x8e\xb6\xb6\xfc\xc2\x62\x45\x55\x19\xa3\xb1\x07\ \x1d\x0e\x47\x4a\x6a\x5a\x20\x10\x70\xb9\x3c\xc7\xb7\x45\xe9\x44\ \x2d\x19\x0b\x33\xb0\x66\xc9\x07\x35\xdd\x51\xca\xb8\x3b\x31\x73\ \xf8\x98\xb1\xc5\x19\x5e\x6a\x5a\x88\x48\x92\x44\x10\x08\x46\x99\ \x40\xd0\xbe\x7b\xe5\xa2\xad\x4d\xe3\x2e\xb8\x66\x78\x3a\x8e\x68\ \x16\x60\x22\x49\x04\x03\x30\x6a\x51\x2e\x62\xa7\xe2\x5a\xeb\xbc\ \x57\x17\x2a\x23\x67\x5c\x34\xb6\x1c\x85\x9b\xdf\x7a\xec\xe7\x0b\ \xfc\x23\xff\xf2\xf0\xf7\x32\x15\x40\x18\x23\x04\x9c\x71\x81\x10\ \xc1\x98\x33\x4a\x29\x13\x00\x08\x13\x59\x92\x10\x08\x4a\x2d\xc6\ \x6d\xf9\xb0\xb1\xf9\xaa\xba\xc0\x19\x8d\x8f\x4f\x60\x8c\x61\x8c\ \x85\x10\x08\x21\xc6\x98\xdb\xed\xe9\xe9\xe9\x16\x20\x3e\x57\x3f\ \x02\x61\xc2\xb4\xce\x8f\x5f\x7f\x6e\x4d\x34\x29\x3f\xcd\x63\x44\ \x42\x73\xdf\x59\x78\xed\x77\xfe\xe7\x8a\xf1\x79\xc1\x8e\xd6\x8e\ \x9e\x10\x07\x29\x3e\x25\x23\xdd\xe7\x69\xdb\xb5\x76\xde\xbb\xbb\ \x48\xee\xf0\x78\x2b\x3e\x21\x35\xc3\xc9\x23\x4d\x87\x5a\x35\x26\ \xa5\x64\x66\xc6\xab\x98\x32\x8e\x30\x61\xd1\xe6\x05\x6f\xbf\x93\ \xc0\x52\x4b\x12\xd5\xb4\x44\x47\x7e\xe5\xe8\x91\xfe\x62\x37\x11\ \x91\x9e\xce\x8e\x9e\x10\xe5\xc8\x1d\x97\x20\x73\xad\x27\xa8\xbb\ \x13\x53\x7d\x49\x6e\x04\x48\x58\x91\xfa\xfa\x36\x03\x54\x5f\x46\ \xa6\x57\x06\x6a\x4b\x83\x8d\xcd\x57\x4f\x30\x60\x0c\x00\xed\xed\ \xed\xd5\x35\x35\x83\x07\x0d\x8a\x8f\x8f\x47\xb1\xe4\x82\xf8\x02\ \xf9\x05\x84\x30\x2a\x3a\xe7\xce\xa7\x7f\x72\xbe\x7f\xef\xf2\x87\ \x7f\xff\xc7\xd9\xaf\xbc\x33\x7e\xd4\xff\x36\x7f\xf4\xec\x1f\xde\ \xdd\x0e\x02\x25\x95\x4c\xfb\xe9\xaf\xbe\xed\xf0\xc4\x7b\x79\xcf\ \x5b\x0f\xff\xdf\xb2\x21\xe7\x3c\xf8\xc0\x1d\x7b\x5e\xfb\xc7\xeb\ \x9f\xec\xd4\x38\x2e\x18\x75\xd1\x0f\xbe\x7b\x6d\x96\x03\x71\x00\ \x40\x52\x5c\x52\x7c\xd5\x82\x17\xbf\xbf\x70\xd1\x0f\x7f\xf9\xfd\ \x70\xf3\xee\x4d\xd5\xae\x7b\x88\xb9\xe4\xe5\x47\x5f\x5e\xb2\xcd\ \x10\xc4\x57\x50\xe2\xa5\xed\x07\xea\x3a\x53\xca\xa7\xfc\xe0\x7f\ \x7f\x3c\x36\xa5\xfb\xad\xa7\x1f\x7b\x7f\xcd\x41\x0d\xc9\x43\xcf\ \xba\xea\x3b\xb7\x5f\x91\x26\x5b\xd4\x56\x06\x1b\x9b\x53\x11\x38\ \x58\x96\x95\x9c\x94\x64\x18\xc6\xbf\x48\x49\x9c\x3c\x2f\x80\x04\ \xb3\xa2\x9a\xe5\x2b\x1d\x39\x65\xc2\x50\xad\xeb\xc0\x81\x4e\x36\ \x68\xda\x15\xdf\xf9\xf6\x5d\x57\xcc\x1a\xd7\xb3\x7b\xe9\xca\x83\ \x6d\x58\x70\xea\xc9\xfc\xd6\xff\x7b\xfc\x1f\x0f\xdc\x23\x36\xcd\ \x7d\xf9\xa3\x5d\x95\x17\xde\x76\xcf\x55\x53\x1a\x56\xcf\x7e\x77\ \x63\xb3\x24\x93\x58\x61\x2c\x9d\x0e\xbf\xf2\x3b\xcf\x3e\xfb\xa7\ \xb3\xca\x53\x4d\x3d\xd6\xbd\xa1\x5d\xad\xed\x9e\xe1\x33\x7f\xf3\ \xfb\x9f\x67\x74\xef\x33\x4b\xae\x7b\xfc\xa1\x3b\x70\xe3\x96\x75\ \x9b\xf7\x1f\xd8\xf2\xc1\xeb\x4b\xeb\x26\x5d\x7b\xf7\x5d\x17\x0c\ \xde\xfc\xf1\xbc\x65\x5b\x5b\x64\x87\x3d\x98\x6a\x63\x73\x0a\x44\ \x01\x00\xb2\xb3\xb3\x07\x0f\x1e\x9c\x9e\x9e\xfe\xd9\xa3\x05\x9f\ \xd5\xe4\x10\x91\x1d\x4e\x19\x0c\x23\xd0\xe3\x07\xc9\xeb\x36\x0f\ \xbd\xf1\xe2\x33\xeb\x5a\x9d\x65\xb9\x2e\x59\x45\x1a\x65\x82\x33\ \x81\xe5\xd4\x9c\x42\x5f\xb2\x52\x5d\xdf\x66\x09\xd6\xb0\x7b\xa3\ \x11\x27\x95\x8c\x1e\x9f\x82\x39\x07\x01\x80\x00\x80\x31\xee\x49\ \xce\x28\xcc\x4e\x87\x68\xab\xe8\xeb\x14\x60\x84\x88\xd3\x93\x57\ \x5c\x5e\xe0\x53\xbb\x48\x52\x79\x85\x2b\xc9\x23\x53\xad\xa7\xed\ \x70\x13\x95\xd0\xa1\xad\x6b\xba\x1c\x68\xf8\xb0\xca\x24\xd9\xb4\ \x38\x42\x27\x0e\x76\x6c\x6c\x6c\x3e\x2f\x18\x63\x84\x10\xa5\x54\ \x08\x8e\x10\x96\x24\xe9\xcb\xcd\x6b\x42\x46\x4f\xf3\xbe\x5d\xdb\ \xeb\x36\x2c\x78\x7b\x69\x6d\xe9\x05\x3f\x2e\xe1\x87\x1e\xdb\x55\ \x5f\x7c\xc1\xf7\x2e\x1b\x2e\x0e\x6f\xdc\x68\x71\xe2\xf6\x38\x58\ \xa4\x67\xdf\x96\xf5\x05\x24\xd7\x93\x9d\xa1\x30\x9e\x5a\x32\xfa\ \xd2\xc9\x05\x5a\x8f\x9e\x3f\x24\x9d\x5a\x1c\x30\xc6\xb2\xd3\xab\ \x5a\x75\x55\xbb\xb7\xec\x8c\xcf\x4e\x51\x10\x41\x47\x04\x8c\x73\ \x6a\x59\x1c\x90\x60\x96\x69\x31\x00\x04\x48\x4a\xcd\xcb\x95\xf4\ \xdd\x19\x15\x93\x66\x0e\x4d\xd3\x0c\x96\x3b\x28\x93\x9b\x96\x2d\ \x0a\x36\x36\x5f\x51\x14\x4c\xd3\xdc\xbb\x77\x77\xa0\xc7\x8f\x31\ \x11\x9c\xa5\xa6\xa6\x15\x97\x96\x7e\x81\xf9\x0b\x02\x04\xc2\xc4\ \xe5\xf1\xb4\x6e\x9c\xfd\xc3\xb5\x6f\x78\x92\x33\x47\x5c\x7a\xd7\ \x0d\xd7\x4d\x4b\x76\x77\x5d\x38\x65\xc8\x3b\x1f\x3d\xb5\x77\xa9\ \x4a\xd5\xb4\x09\x8a\x94\x3d\xf6\xec\xb3\x56\x6e\x79\xff\xb1\xfb\ \x97\x94\x4e\x7b\xf0\xc1\xfb\xee\xba\xba\xe3\x95\x05\xcf\xff\xec\ \x7d\xcb\x93\x36\xea\xff\xfd\x79\x68\x1a\x06\x8b\x33\x35\x2e\xe7\ \xc2\x4b\xa7\xfc\x73\xce\x6b\xdf\x5f\xfa\xe1\x3d\x3f\xfb\x09\x91\ \x08\xe7\x22\x26\x0a\x47\xff\x22\x38\xe7\xa6\xc5\x0b\x27\x5c\x79\ \xfb\x25\x8d\x6f\xcf\x7b\x62\xc9\x4b\x46\xca\xd0\x69\x3f\x7f\x60\ \x44\x06\xb2\x0c\x5b\x18\x6c\x6c\xbe\x2c\x08\x21\xc3\xd0\xd7\x7c\ \xba\x32\x29\x29\x79\xec\xb8\x89\x0e\x87\xda\xe3\xf7\x1f\xd8\x5f\ \xb5\x61\xfd\xba\xac\xac\x2c\x84\xb0\x10\xc7\xce\x27\x42\xc1\x40\ \xcf\x89\xfa\x22\x2c\x1c\x08\x68\x16\x03\x40\x92\xea\x4c\x4c\x4c\ \x90\x11\xa3\x1c\x81\x15\xed\xf2\x07\x2c\x06\x92\xe2\xf0\x78\x3d\ \x4e\x87\x62\x85\x7b\xfc\xc1\x28\xc8\xce\x84\xc4\x44\x27\x36\xbb\ \xba\xfc\x86\xc5\x89\xea\x8c\x8b\xf3\xc8\x08\x04\x00\x42\x18\x84\ \xe9\xef\xf2\x9b\x1c\x7b\xe3\xe3\xc0\x08\x45\xa8\x9a\x9c\xe4\x8a\ \xfa\xfd\x3a\x52\x12\xe3\x5c\xd1\x9e\x2e\x93\xc4\x25\x79\x91\xbf\ \x3b\x48\x1c\xde\x84\x78\x0f\x62\x5a\x77\x57\x8f\x41\x85\xec\x70\ \xc5\x79\xdd\x12\xb2\x3b\x11\x36\x36\x5f\x1e\x42\xc8\xd2\x25\x8b\ \x32\x32\xb2\xc7\x8c\x1b\x6f\x1a\xba\x69\x9a\x82\x73\x40\x68\xe3\ \xc6\xf5\x0e\x45\x1d\x39\x7a\x0c\xa5\xf4\xf3\xe9\x02\x20\x22\x11\ \x8c\x10\x00\x08\xc1\x39\xe3\x5c\x08\x00\x40\x98\x10\x82\x51\xdf\ \x88\x28\x17\x80\x09\x21\x18\x0b\xc1\x19\x65\x02\x61\x89\x60\x84\ \x50\xef\x9f\x47\xe4\x0a\x13\x42\x10\x12\x8c\x32\xc0\x84\x20\x61\ \x51\x46\x24\x09\x09\xc1\x18\xc3\x92\x8c\x04\xa3\x4c\x48\x92\x24\ \x04\x63\x8c\x23\x8c\x09\x26\x08\x81\xe0\x9c\x31\x66\x8b\x82\x8d\ \xcd\x57\x64\xed\x9a\xd5\xe3\x27\x4e\x71\xb9\x5c\xd4\x32\x19\x63\ \x96\x69\x31\x46\x43\xa1\xe0\xa1\xda\xda\xf1\x13\x27\x31\xc6\x3e\ \x67\x7e\x41\x30\x7a\x82\xb9\xca\x82\x33\xca\x8f\x7a\x98\x33\xc6\ \xfb\x4f\x2a\x38\xa5\x27\x58\x86\x21\x06\x3e\xce\x7a\x7f\x63\x7d\ \x12\xc5\x68\xef\x74\x49\xda\xf7\x8b\xe0\x9c\x9e\x64\x39\x87\x8d\ \x8d\xcd\x17\x45\x08\x21\x49\xb2\xc7\xed\xa6\x94\x8a\xd8\xc0\x84\ \x10\x94\x31\xb7\xdb\xc3\x4f\x92\x7a\xb4\xd7\x4d\xd9\xd8\x7c\x73\ \x32\x0d\x80\x10\x02\x84\x84\x10\x20\x38\xc4\xc6\x0b\x6d\x5d\xb0\ \xb1\xf9\x66\x47\x0e\x00\x00\x48\x08\x40\x48\x08\x38\x5d\xfc\x17\ \x4e\x36\x28\x62\x63\x73\x1a\x72\x32\x6f\x02\x84\x10\x42\xe8\xcc\ \x2a\x73\x4c\x13\x04\x80\x10\xb1\x7f\xb9\x80\x2f\x3b\xaf\xe9\x54\ \xc6\x2f\x08\x09\x21\x42\xa1\x50\xff\x72\x2e\x1b\x9b\xd3\x19\x59\ \x92\x9d\x2e\xf7\xf1\xf3\xe9\x10\xc6\xa6\x61\xe8\x9a\x26\x4e\xb7\ \x51\x32\x01\xb2\x2c\x3b\x5d\xee\x93\x39\x1f\x20\x80\x98\x9a\xc5\ \x7a\x11\x7d\x8f\x7d\x7d\xba\x80\x10\xe2\x9c\x77\x76\xb4\xab\xaa\ \x43\x75\x38\xec\x3a\x67\x73\xfa\x07\xdc\xd1\x48\x34\x1a\x8d\xa4\ \xa4\xfa\x06\xb6\x31\x8c\x71\x30\x18\xd4\xa2\x51\xaf\xd7\x8b\x4e\ \xb3\xe0\x57\x08\xa1\x69\xd1\x48\x34\x92\x92\x92\xfa\x19\x07\x01\ \x08\x8e\x10\x00\x42\x02\x3e\x63\x16\xf1\x97\xd1\x05\x01\x42\x26\ \x0e\x99\xa8\x27\x93\x4c\x04\x88\x71\xcb\xa0\x51\xd4\x2b\x48\xc8\ \xdf\xdd\xed\x72\xbb\xd3\x33\xb2\xec\x1a\x67\x73\x66\x90\x0a\x0d\ \x87\xeb\x82\x81\x40\x7c\x42\x42\x2c\x38\x47\x08\x99\xa6\x11\x09\ \x07\x73\xf2\x0a\x54\xf5\x34\xbd\xbd\x35\x36\x1c\x0e\x06\x7a\x12\ \x12\x93\x4e\xd2\xa1\x38\xba\x0b\x84\x4e\x69\xbc\xa0\x4a\xae\x1d\ \xb5\x1f\xed\xae\x5f\xae\x48\x27\xbe\x3a\x94\x19\x39\x29\x15\x93\ \x86\xdc\x68\x51\x3d\xf6\xee\x9a\x16\xcd\xc8\xca\x8a\xa9\x5a\x6c\ \xf9\xb7\xf8\x77\xfa\xb2\x20\x8c\xd1\x67\xf6\xb5\xfe\xf5\xab\x05\ \x3f\x55\xcb\xbb\x31\xc6\x70\x0a\x4f\x67\xf3\xef\xb9\xd9\xc6\xda\ \x0b\xea\x9d\xb3\x23\x30\xc6\x09\x89\x49\xad\x2d\x4d\x09\x89\x89\ \xfd\x4d\x4a\xd7\x75\x45\x75\xa8\xaa\x63\x60\xed\xed\xaf\xd2\xa7\ \x49\x99\x5b\x1a\x1b\x12\x93\x92\xff\x45\x00\xdf\x7b\xc3\x3e\xa5\ \xf1\x82\x84\xe5\xe6\xee\xfd\x9b\x0f\xbe\xeb\x54\xe2\x4e\x78\x80\ \x61\x85\x2d\x6a\x9c\x55\x71\x9b\x05\x7a\x7f\x88\x11\xeb\x4d\xf4\ \x7d\x8c\xa3\xd4\xe1\xd4\x6a\x04\x42\xc8\x08\x74\x85\xa9\x94\x98\ \xe0\x39\x5a\x7e\x90\x24\x91\xd8\x74\xac\xcf\x78\x35\x21\x3c\xd0\ \x1d\x24\x2e\xaf\x5b\x21\xb1\x19\xda\x08\x10\xc2\xa8\xb7\xc0\x7d\ \xed\x1b\x63\x0c\x42\x00\x3a\xa2\x20\x08\x61\x04\x7d\x9f\x4a\x08\ \x01\x80\x10\xc2\x48\x84\xfc\x7e\x50\xe3\x3d\x0e\x64\x7b\xcc\x9c\ \x6e\x1c\xdf\x98\x07\x56\xc8\xe3\xef\x5e\xb1\x6f\x75\x60\x8d\xed\ \x6f\x9c\xc7\xd7\xe4\xde\x6a\xf3\x15\x6e\x08\x08\x61\x42\xd0\xc0\ \x29\x82\x9f\x5d\xe6\x58\x61\xf8\x67\xb4\x26\x21\x7a\x7f\xfe\xd5\ \x42\xc4\x2f\xd3\x47\x12\x20\x24\xa2\x38\x14\xaf\x43\xf1\x9c\xe4\ \xc7\x2b\x4b\x8e\x81\xbd\x0c\xd1\x3b\x61\x12\x84\x10\x96\xae\xeb\ \x06\x05\x80\x98\x53\xf5\x29\x0f\x1c\x08\x21\x07\x97\xbd\xf1\xda\ \xfc\x4d\x40\x06\x2c\xd2\x02\x84\xb8\x76\xb8\xb6\xa6\x5b\x17\xf8\ \xe4\xca\x8e\x09\x31\xdb\x76\x3e\xfb\xe4\xcb\x07\x3a\xc2\xba\xc5\ \x31\x46\x08\x00\x63\x61\x44\xc3\x9a\xa6\x45\x23\x1a\x22\x18\x01\ \x60\x82\x2d\x5d\x8b\x6a\x5a\x38\x12\xa5\x02\xa3\x98\x28\x30\x3d\ \x12\xd5\xb4\x70\xd8\x64\x1c\x21\x40\x80\x10\x70\x5d\x33\xf6\xaf\ \x9e\xf3\xdc\xbc\xb5\x16\x26\x18\xd9\x2d\xf1\xb4\x0b\x13\xfa\x41\ \x08\xc5\xb4\x7e\x20\x9c\xf3\x81\xc1\x76\xec\xa1\x63\x5e\xc8\x39\ \x3f\xbe\x26\x23\x00\x21\x98\xae\xe9\x4c\x00\xfa\xb2\x9a\xc5\xa2\ \xdd\xd5\x35\x8d\x06\x3f\x4a\x0a\x4e\xf6\xd6\xbd\xef\x2e\x62\x61\ \xf2\x57\xad\x6a\xff\xa1\xdc\x09\xe7\x31\xa1\x02\x42\xf0\xea\x67\ \xff\xf4\xcf\xb7\xb7\x12\x42\xa4\x13\x40\x40\x08\x84\x8f\xfa\x53\ \x08\x18\x78\x04\x12\x02\x06\x1c\x11\xfb\x26\x63\x57\x0b\x61\x22\ \x49\x12\x00\x70\xad\xa7\x3b\xa8\x09\x00\x3c\xf0\xcc\xe1\xea\x17\ \x9f\x7f\xf1\xa0\x2e\x63\x22\x61\x38\xfe\x5d\x04\x08\xc0\xc8\x5a\ \xb7\x70\xbe\x91\x3d\xdc\xd3\xf0\xd1\x4f\x7e\xfe\xe8\x61\x9d\x10\ \x49\xea\xde\xb3\xe8\xd7\xbf\x7b\x6a\x7f\xed\xce\xbf\xfc\xfc\x97\ \x4b\x0e\x84\x09\x91\x50\xe8\xe0\x3f\x1e\xf8\xcd\xd2\x3d\x87\xde\ \xf9\xfb\xaf\x9f\xfc\x70\x0f\x96\x24\x42\x8c\xf9\x4f\xfc\xe6\xe9\ \x45\xdb\x77\x7c\xf8\xc4\xaf\xfe\xfe\x6e\x04\x49\x44\x22\x07\x97\ \x3c\xf7\xf3\x47\xde\x4b\xaf\x1c\x1b\xd8\xfe\xd1\xc6\xfa\x70\x6f\ \x88\x61\xff\x9c\x66\x3f\x42\x08\x82\x71\x30\x18\xdc\xbf\x7f\x3f\ \x8e\xdd\x4b\x06\xde\x81\x8f\xb9\x25\xc6\x2c\x52\x07\xdc\x78\x4f\ \x78\x4e\x84\x25\xda\xbd\xeb\xb7\xbf\xfa\xcb\xd6\x56\x7e\x54\x45\ \x47\x30\xb0\x3e\x63\x24\x60\x60\xf5\xc6\x47\x9e\x25\x84\xf8\x0f\ \x7c\xfa\xe4\x4b\x8b\x75\x85\x10\x22\xf5\x55\xd1\x01\xc5\xe6\xbc\ \xbf\xfc\x47\xa2\x80\xd8\x9f\x5f\xf9\x0e\xf4\x1f\x19\xa7\xec\x0b\ \xbf\x63\x57\x91\x9a\x86\xc9\x00\xa8\x7f\xf1\x1b\xaf\x6f\x6e\xe8\ \x11\x52\xfc\x90\xa1\xf9\xfe\xda\xaa\x06\x3f\x8c\xb9\xe0\xea\x59\ \xa3\xf2\xba\xf7\xae\x7a\xeb\xc3\x95\xed\x96\x32\x7c\xda\xa5\x17\ \x4d\x2a\x93\x81\x1e\x5c\x3b\x7f\xfe\xca\x1d\x61\x0b\x65\x0c\x1e\ \x77\xc5\x65\xd3\x13\xa3\x0d\x1f\xcc\x7b\x77\xdb\xe1\x60\xc6\x90\ \x29\xd7\x5c\x3c\xc5\x8b\x28\x17\x80\x25\xc5\xec\xda\xff\xee\x9c\ \xf7\x6a\x43\x92\xd1\x78\x58\xa9\x18\x4f\xc0\x58\xff\xfe\x4b\x4b\ \x76\xb4\xc9\x09\x05\x97\x5e\x7f\xcd\x20\xa7\x4c\xfd\xcd\xb3\xff\ \xfa\x9b\xf5\x79\x05\x97\xdf\x72\x93\xaf\x6b\xfb\x5b\x73\x17\x35\ \x86\xd1\x90\xa9\x97\x5c\x34\xb9\x1c\x33\x0b\x10\xa1\xc1\x9a\x75\ \xfb\xa2\x63\xee\x9e\x50\x5a\x18\xaa\xf8\xf0\xd7\x73\x16\xef\xfe\ \xc9\xe5\x79\x1f\xce\x5b\x92\x31\xf6\x8e\x51\x95\x43\xa3\xa3\x96\ \xbe\x3d\xf7\xc3\x69\xbf\xb8\x61\xcf\xc2\x79\x6d\x49\xc3\xee\x1b\ \x57\x11\x42\x63\x7e\xfd\xd2\xdc\xaa\xe9\x15\xd9\x87\x17\x2f\xaf\ \x73\xdd\xfd\xad\x49\xe5\x34\xee\xa3\x5f\x3c\xb1\x68\xe7\x8c\xab\ \xcb\xba\xe6\x2e\xde\x37\xf1\xa6\x5f\x66\xe7\x27\x8f\xce\x9b\xb7\ \x66\xdd\x81\xc9\xb9\x23\x84\xed\x76\x7b\xfa\x75\x26\x30\x46\xfe\ \x9e\x9e\x37\xde\x78\x63\xdf\xbe\x7d\x37\xdc\x70\xc3\xf8\xf1\xe3\ \x45\x9f\x08\x1c\x93\xa2\x12\x7d\x9d\xc6\x23\xfd\x88\xbe\xb6\x78\ \x82\x48\x84\x73\x43\x37\x31\xc1\x5d\xd5\xeb\xde\x9c\xb7\xbc\xdb\ \x60\x8e\xe4\xa2\xcb\xae\xb9\xaa\x38\x91\xed\xf8\xe4\x9d\x45\xeb\ \x0f\x70\x77\xfe\x95\xd7\x5f\x59\xea\x93\xb6\x7f\xfc\xe6\xa2\x0d\ \x55\x38\xb9\xf8\xd2\xab\xaf\x2e\x8d\x8f\xac\x7a\xe7\x9d\xd5\x7b\ \x9a\x9d\x99\xc3\xcf\x1e\x24\xe9\x87\xd6\xfc\xed\xa1\xd6\xcc\xa1\ \xd3\x6e\xba\x68\xa2\x1b\xb3\x63\x3a\x25\xbd\xfd\x9d\xde\x89\x09\ \xb1\x89\x4a\x82\x73\xfe\xd5\x03\xd3\xff\x44\xbc\x80\x00\x78\xaf\ \x11\xb5\x00\x10\x80\x10\x21\x84\x86\x9a\x96\xad\xd8\x57\x30\xe1\ \xe2\x69\x85\xe6\x7b\x6f\xbe\xeb\xac\x9c\x7e\xf6\x20\x75\xee\x0b\ \x6f\x1c\xf4\xb3\xb8\xf4\xa2\x73\x2f\xbd\xfa\x8a\x29\x79\xcb\xe7\ \xbc\xb2\xbd\x9b\x77\xef\x5e\xf0\xe8\xcb\x9f\x64\x8f\x3d\x6f\xe6\ \xa8\xc4\x0d\x6b\x3e\xed\xd4\xf5\xa5\xaf\x3f\xb3\x2d\x9a\x77\xdd\ \x35\x17\x85\x37\xcd\x79\xf5\xe3\xfd\x58\x26\x02\x61\x6c\x75\xce\ \x7d\xfa\xf1\x9d\x7a\xf6\xac\x19\x53\x33\x3c\x32\xa3\x94\x83\x9c\ \x57\x39\xe5\xda\xeb\xaf\x29\x34\x77\xbd\xf4\xe6\xa7\x16\x60\xec\ \x8a\x1f\x37\xeb\xf2\xcb\xce\x9b\x96\x62\xd6\x3e\xff\xcc\x6b\x56\ \xc9\xb9\x57\x9f\x3f\x74\xfd\x5b\xcf\xac\xa8\xee\x96\x08\x16\x08\ \x87\x5b\x0f\x74\x48\x89\xb9\x19\x0e\x20\xa9\x57\xdf\x74\x61\xcb\ \xaa\xd9\xaf\xbe\xf2\xe2\x6e\x34\xf8\xba\xf3\x2b\x05\x47\x93\xae\ \xb8\x3e\xc7\xbf\xfe\xb9\x97\x5f\x79\x77\x73\xe4\xf2\xeb\x2f\x71\ \x0b\x9e\x3e\xe6\x92\x0b\xcb\xf5\x37\x5f\x78\xe9\xf9\xb7\xd7\x0c\ \xbd\xf8\xda\xc1\xf1\x80\x92\x2b\x6f\xbe\x7c\xf8\x9a\x39\xcf\xbf\ \xf2\xfc\xeb\x56\xc9\xcc\x8b\x47\xf9\x04\x90\xb2\xfc\xb4\x9e\x9a\ \xfd\x11\x81\x90\x7d\x77\x3e\x1d\x7f\xa0\xb6\xb6\x46\x92\xa4\x91\ \x23\x47\x1e\x3a\x74\x28\x10\xe8\x41\x08\x09\x10\x70\xfc\x8c\xc0\ \x3e\x09\x10\xb1\xd0\xe1\xf8\x9b\xf8\xd1\x3f\x08\x63\x49\x86\xc3\ \x3b\x3f\xdd\x16\x48\xb8\xe0\xd2\x0b\x12\x3b\xd6\xbd\xfc\xf6\xd2\ \xce\xd6\x5d\xcf\xbd\xba\xa6\x6c\xfa\x95\x97\xcd\x18\x93\xe2\x95\ \x6b\x56\xbc\xf9\xda\xaa\xa6\x73\xaf\xbc\x7e\x88\x5c\xf3\xec\x2b\ \xf3\x7b\x82\x5d\x9f\x2e\x5d\xe7\x1b\x7e\xf6\x8c\x29\xc3\x3d\xd8\ \x92\x52\x8a\x67\x5d\x7a\xcd\xac\xb1\xa5\x32\x30\xde\x17\x75\x1f\ \x53\xf8\x01\xbf\x00\x88\x53\x93\xad\x93\xfe\x53\xfd\x88\x5e\x70\ \x6f\xcc\xce\x38\xa7\xb2\x27\xa5\x64\xd0\xb0\x31\x6e\x6b\xf1\x96\ \xce\xfc\xa1\x23\x26\x20\x65\xd5\x8a\xe7\x5a\xfd\xe1\x14\x68\x58\ \xb3\x74\x5d\x4f\x34\x10\x8c\x44\xfc\x9d\xa1\xbd\x1b\xd7\x26\x8c\ \xbd\xf0\xea\x73\xc7\xe8\x87\x7b\x12\xd7\x04\xf4\x60\xd3\xc6\x4d\ \x87\xfd\x59\x9e\x85\x1f\xd5\xb6\x05\x0c\xe7\xe1\x06\x03\x4a\x09\ \x88\x70\xfb\x81\xad\x0d\xde\xeb\x7e\x75\xf5\xe8\x6c\x05\xed\xfb\ \x78\x7e\x0f\x63\x5c\xab\xdf\xbb\x6d\xdd\x81\xf6\x60\x73\x30\xec\ \xee\xd2\xad\x54\x24\x39\xb2\x8a\x4a\x0a\xb2\xd4\x9e\x5d\x6f\xef\ \xa8\x6f\xcd\xf2\xae\xf9\xe8\x80\x16\x36\xbb\x6a\xdb\x03\xa2\xc8\ \x2b\x84\x30\x42\xdd\x20\x29\x2e\x89\x33\xd3\x4c\x1a\x7c\xee\xa5\ \xc3\xb7\x3e\xf2\xd6\xce\x6f\xff\xe5\x8f\x19\xb2\xa1\x19\x5c\x8e\ \x2b\xbe\xe1\xaa\xf1\x3f\xfd\xeb\x9b\x95\x37\x3c\x34\x3e\xcf\x61\ \xe8\x3a\x48\x8e\xf3\xae\xbb\x6e\xfd\x0f\x7e\x57\x3d\xf8\xf2\x07\ \xa7\x16\x5b\xa6\x4e\x39\x29\x3b\xe7\xea\xf1\x9b\xff\xf7\x95\x9d\ \x79\x7f\xfa\xed\xb9\x2a\xd5\x2d\xac\xaa\x71\x0e\x6e\xf8\x23\x8c\ \x2b\x9c\xd9\x3b\x67\x9c\x66\x39\x06\x60\x0c\x86\x0f\x1f\x3e\x7a\ \xf4\x98\xde\xac\xb9\xa1\x53\x6a\xc9\x48\xe6\x9c\x8b\x81\x7d\x75\ \x84\x84\x10\x9c\x33\x88\xcd\x17\x14\x42\x80\x40\xd0\x97\x65\x3e\ \xda\x54\x4c\x20\xcc\x18\x17\x20\x38\xa7\x20\x20\x39\xaf\x78\x78\ \xe5\xa8\x2c\x6b\xdf\xef\xe6\xd7\x44\x94\x21\x83\x72\xf1\xe6\x35\ \x1b\x32\x2e\xbc\x60\x90\x4b\x5f\xbe\x73\x7b\x4b\x97\xba\x66\xf1\ \x42\xcd\xdf\xd3\x69\x74\xf6\x04\x74\xc9\x9d\x32\xa8\x72\x44\x45\ \xbe\xb7\x71\xc3\x26\xe4\x4a\x2c\x28\x29\xcd\x54\x0c\x83\x5a\x54\ \x0c\xcc\x1b\xf4\xe7\x1c\x10\x20\x11\x1b\x5f\xe0\xb1\x12\x9f\x8a\ \x35\x87\xff\x21\x5d\x10\xb1\x4b\xc4\x18\x27\xc0\x41\x08\xce\x18\ \xe3\x20\xb8\x65\x18\x42\x05\x10\x2c\x12\xd1\x84\x4a\x89\xa2\x80\ \xbf\xe6\xb5\xb7\x5f\x80\xb1\x37\x5f\x31\x04\x05\x9e\x79\x8f\x52\ \x8b\x31\x26\xb0\xa0\x00\x8c\x0b\x10\x82\x53\x8b\x13\x77\xc5\x84\ \x99\xe7\x0d\x89\x37\xf9\x15\x2e\x97\x9b\x46\x34\x81\x25\xce\x11\ \xe2\x86\x6e\x98\x00\x0a\x63\x9c\x10\x5c\xbf\x79\xee\x73\x8b\x6a\ \x6e\xf9\xee\xed\xf2\xb6\x77\xde\xde\x6b\x5a\x54\x30\xd6\xbb\x6e\ \x9b\x51\x2a\x39\x93\x27\x9d\x77\x49\x99\x9b\xc3\x15\xb2\x33\x2e\ \x41\xd3\x4d\x20\x08\x24\x55\x30\x33\x6a\x32\x26\x53\xca\x5c\x65\ \xe5\x83\xf2\x0b\x1d\x83\xb2\xe2\x74\xdd\xe4\x42\x18\x3a\xcd\x28\ \x19\x54\x94\x9f\x3f\x68\x70\x3e\xd6\x35\x9d\x0a\xa0\x51\x67\x72\ \x51\x65\x59\x7e\x6b\xd9\x90\x24\xc9\xd2\x22\x54\x00\xa5\x72\x5c\ \xf9\xd0\xb2\x42\x25\x27\x2b\xd1\x61\x18\x61\x50\x65\x3d\x62\x02\ \x76\x62\x4e\x19\x65\xf6\x42\xd1\xd3\xb0\x2b\x61\x70\x23\x66\x85\ \x8a\xfa\x93\xd4\x9c\x0b\x21\x8e\xc9\xed\x0b\x00\x2e\x44\xac\xfa\ \x8a\x01\x0b\x0c\x84\x88\xb5\xcc\x01\x07\x0b\xcc\x39\x07\x10\x9c\ \x32\xe0\x82\x53\xcb\xe0\x60\x09\x09\xa8\xc5\xdc\x79\xdf\xb9\xff\ \xe7\x1b\x96\x2f\x7a\xe3\x91\xdf\x1e\xbe\xf5\x6e\x09\x93\xd4\x92\ \x31\x97\x5e\x31\x92\x53\xe6\xf0\x26\xc5\x1b\xb5\x26\xe3\x96\xa1\ \x03\xb8\x19\xe7\x8c\xb2\x58\x62\x91\x31\x76\xf4\x10\x02\x3a\xa2\ \x57\x7d\x2a\x81\x10\x16\x5c\x08\x71\x0a\xf2\x8e\xff\xc1\x78\x41\ \x70\xc1\x11\xe6\x60\x69\xba\x6e\x58\x9c\x4a\x5a\x54\xb3\x2c\xc6\ \xa9\xa9\x6b\xba\x45\x19\xc3\x96\x16\xd5\x4c\x2e\x88\x84\x42\x21\ \x7f\x57\x37\x8a\x68\xa6\xc9\xc8\x88\x91\xe3\xde\x7a\x6a\xc1\x6c\ \x1f\x4e\xe8\xda\xd4\xa5\x9b\xb2\x2b\x73\xc2\x88\xc4\x77\x57\x2e\ \x4d\x57\x46\xcb\xa6\x99\x3b\x6c\x94\x97\x51\x8b\x71\x35\x31\x7f\ \x62\x39\x9e\xfb\xd2\xf3\xc6\xb9\xc3\xaa\xab\x9a\x68\xf6\x28\x40\ \x04\x0b\xa3\xa7\xab\x93\xf4\x84\x4c\x33\x11\x39\x93\x92\x45\x78\ \xe5\xfb\xf3\x44\x45\x76\x41\xd1\xc8\xca\xa4\x4f\x57\x7c\xbc\x4a\ \x1a\x95\xa5\x5b\xde\x91\x23\xe3\x39\x63\x82\x1b\x8e\xc4\x1c\x97\ \xb6\xad\xb9\x2d\x5a\x94\x85\x28\xb5\x0c\x4d\xd7\x34\x5d\xd7\x4d\ \xe6\x60\x4c\x08\x10\xd4\x34\x34\x4d\xd7\x74\x43\xa7\xd4\xc9\x99\ \x00\x40\x96\x61\xe9\x9a\xa6\x69\xba\x65\xd1\x98\xea\x30\xcb\x34\ \x0c\x5d\xd7\x75\xc3\xb4\x54\x26\x88\xd0\xea\x1b\x3a\xd5\xd4\x89\ \x4e\x6e\x99\x76\xb8\x70\x5a\x22\xcb\xb2\x2c\xcb\xb1\xfb\xb1\x61\ \x18\x82\x73\x8e\x89\x10\x5c\x70\x8e\x06\x36\xbf\xfe\x31\x00\xc6\ \x85\xe0\x31\x5d\x88\xc5\x0b\x38\x36\x81\xf0\x88\x82\x60\x6a\x59\ \x5a\x54\xb3\x28\x03\x43\xd7\x74\x83\x31\xb0\x4c\xcd\x30\xac\x48\ \x57\xfd\x8a\x3d\x55\xee\xe4\x9c\x4c\xef\x8a\xda\x2e\xeb\xda\x11\ \xa3\x3f\x79\x7d\xf5\xaa\x6d\xae\x2c\x07\xc4\xe7\x0e\x4a\x88\xe3\ \x5a\x44\xb3\x2c\x6a\x5a\xd4\x1d\x9f\xe2\xec\xfa\x64\xe1\x87\xf3\ \x0b\x33\xb2\x86\x0d\x2d\x76\xca\x47\xba\x08\x47\xa6\x1f\x20\x84\ \x01\x04\x02\x04\x88\x63\x2c\x04\x17\xfc\x14\xe4\x1d\xc9\xfd\xf7\ \xff\xec\x0b\x5f\x44\xa2\x56\xb7\x6c\x38\xd4\xb6\x55\x26\xea\x09\ \x0f\x60\xdc\xf2\x25\x14\x56\x16\xcc\xa4\xcc\x8c\x0d\xf5\xb7\xb7\ \xb5\xa6\xa4\xa6\x01\x02\x2e\xb8\x11\x89\xba\x32\x0a\xf2\xd3\x5c\ \x51\x93\x14\x94\x16\x79\x65\x2b\x62\x90\xbc\xa2\x92\x04\x89\x46\ \x0c\x91\x33\x74\xf4\xc8\xf2\x8c\xa6\x3d\xdb\xf7\xd6\xb6\xa7\x94\ \x54\x8c\x1c\x52\x9c\x9d\x57\x5c\xe4\xc3\x07\xf6\x1e\xf4\x07\xbb\ \xda\xc2\xf2\x98\xa9\x67\x8d\x1a\x5a\xa6\x46\x9b\x76\xee\x3e\xd0\ \xa5\xa3\x9c\xa2\x92\x44\x15\x33\xc6\x39\x72\x14\x0f\x19\xa2\x84\ \x0e\xef\xdc\x7d\x90\xc6\xe7\x8d\x1d\x37\xba\xbc\x7c\x48\x1a\xf2\ \x6f\xdf\xba\xab\xcd\x72\x56\x8c\x1e\x5b\x56\x90\x97\x9f\xe9\x6a\ \xd8\xbf\xab\x31\x84\xf3\xcb\x47\x4f\x1a\x59\x14\xac\xdb\xbb\xa7\ \xa6\x41\xc7\x09\xc5\x45\xd9\x2a\x16\x9c\x0b\xd5\xe5\xed\xde\xb7\ \xe6\x80\x9e\x32\xa2\x3c\x83\x53\x4a\x0d\x9d\xca\x71\x25\xa5\x79\ \x0a\xe2\xbd\xf7\x0e\x66\x45\x4d\x9c\x5b\x58\x9a\xec\xc0\x8c\xf7\ \xde\x33\x8c\xa8\x9e\x90\x5d\x94\xe3\x73\x33\x1a\x1b\x34\x02\xcb\ \xd0\x88\x27\xb3\x34\xd7\x47\x10\x46\xc1\x43\xf3\x16\xac\x2d\x9b\ \x71\x61\x59\x92\x6a\x51\x7e\xcc\x48\x98\xcd\xd7\x09\xf4\x4e\x33\ \xa9\xa9\xad\xdd\xb1\x7d\x7b\x7d\x43\xc3\xe1\xba\xba\xc4\xc4\x44\ \x45\x56\x10\x46\x86\x61\x04\x03\x3d\xa9\x3e\x5f\x2c\x32\xc7\x18\ \x47\x22\x11\xd3\x34\x92\x53\x52\xa8\x65\xf1\xde\xbe\x84\x80\xde\ \x20\x22\x96\x6b\x3c\x72\x6a\xce\x2d\x9d\xca\x45\xa5\x85\x0e\x61\ \x48\xf1\x99\xc5\xd9\xc9\xdc\x88\x32\x25\xb1\x28\xd3\x5d\xb5\x71\ \xcd\xb6\xfd\x0d\x09\x65\xd3\x2e\x9d\x54\x91\x91\x5f\x52\x90\xc0\ \xf6\xee\xde\x5d\xdf\x1a\x4a\xcc\x2e\xc8\x4a\x76\xe9\x06\x64\x17\ \x17\xc7\xc9\x20\xc7\xa5\xa4\x27\xf0\xbd\xbb\xab\xc2\x38\xa9\xb4\ \x28\x5b\x46\xb1\x00\xa6\xbf\xe8\x62\xc0\xec\x05\x00\x00\x8c\xb0\ \x69\x59\x7e\x7f\xb7\xcf\x97\x76\x4c\x6f\xa2\xb9\xa9\x29\xbf\xa0\ \x30\x96\xa1\xe0\x9c\x33\xc6\x18\xa3\x18\xe3\xf6\xb6\xb6\x9c\xdc\ \xdc\xe3\x53\x12\x27\xf3\x6b\xfa\x2c\x5c\x4a\xdc\xfc\x8d\x7f\x5e\ \xbc\xed\x9f\xae\x93\xcc\x6b\xd2\xad\xf0\xb0\x82\xf3\x6f\x9f\xf1\ \x4f\xcd\x0c\x01\x00\x21\xd2\xce\x1d\x5b\x87\x54\x0c\x03\x00\xce\ \x99\xa4\xa8\x98\x5b\xba\x29\x1c\x4e\xd9\xd2\x35\x8b\x63\x97\x53\ \xb5\x74\x8d\x02\x71\x38\x14\x6a\xe8\x1c\xc9\x0e\x87\x8c\x01\x09\ \x41\x2d\xd3\x0a\xb4\xd7\xef\xae\x6a\xf2\xa4\xc4\x1f\x5a\xb7\x70\ \xb7\x35\xf8\xfb\xdf\xbe\xd8\xc5\xa8\xa4\x3a\x64\x82\x85\x60\x86\ \xa6\xf5\xef\x2e\x81\x10\x51\x54\x55\x26\x18\x80\x5b\x86\x61\x50\ \xae\xa8\x0e\x59\xc2\x08\x80\x51\x43\xd3\x2d\x22\xab\x0e\x55\x01\ \x41\x75\x4d\xe7\x48\x52\x1d\xaa\x84\x10\x67\xa6\xae\x9b\xb1\xab\ \x28\x29\xaa\x7f\xdf\xc7\x8f\xcf\xd9\x7f\xfd\x77\xef\x2e\xf6\x02\ \xc3\xb2\x43\xc1\x86\x66\x1c\xb9\xc6\x88\x38\x1c\x0a\x33\x74\xab\ \x3f\x33\x2c\x40\x71\x3a\x11\x33\x0d\x93\xf5\xcb\x38\x51\x1c\x2a\ \xe6\x9a\x61\xc8\xb2\xbc\x77\xe9\x4b\x73\xf6\xc5\xff\xcf\xbd\x57\ \xc5\x81\x61\x9b\x4f\x9d\x86\x60\x4c\x9a\x1a\x1b\x66\xbf\xf9\x56\ \x4b\x4b\xeb\x39\xe7\x9c\x3d\x6b\xd6\x79\xb2\x24\x4b\x92\x14\x89\ \x84\xeb\x0f\xd7\x0d\x19\x5a\x69\x59\x56\x6c\x5e\x4c\x7b\x7b\x5b\ \x24\x1c\x2a\x2d\x1b\xac\x69\xd1\xd8\x4e\xf1\xfd\xd9\xc8\x81\x81\ \x7d\x7f\x55\x71\x3a\x64\x53\xd7\x41\x52\x15\xc4\x35\xc3\x44\x92\ \xea\x90\x91\x61\x50\xc5\xe9\x90\x10\x70\x4e\x0d\xdd\x60\x02\x24\ \xc5\xa1\xca\x12\x02\x6e\x1a\xba\x49\xc1\xe1\x54\xa9\xa1\x53\x26\ \x00\x21\x59\x51\x55\x45\xe2\xd4\xd4\x74\x53\x9c\x28\xa3\xdf\xd7\ \x8d\x40\x08\x21\x49\x92\x74\x5d\xaf\xad\xa9\xae\xa8\x1c\x16\x2b\ \x73\x7f\xb6\x74\xd3\xc6\x0d\xd3\xce\x3e\x97\x5a\x16\x17\x9c\x52\ \x6a\x1a\xa6\x61\xe8\x44\x22\xbb\x77\xee\x9c\x30\x69\xf2\xe7\xf7\ \x6b\xfa\x2c\x2c\x6e\xe6\xfa\x86\x4d\x1d\x7a\xab\x4c\x4e\x3a\x0f\ \x3a\x33\xa9\x9c\x72\xb3\xbf\xf8\x82\x73\x4a\xa9\x44\x08\x08\x30\ \x75\x2d\x96\x39\xd5\x22\x16\x20\x04\x82\x69\x51\x2d\x16\x67\xe8\ \xbd\xbf\x98\xd1\xb0\xd9\x3f\xd1\x08\x84\xd5\x7a\x68\x6f\xdb\x5e\ \xe1\x4e\x19\x71\xeb\x8c\xa9\x6e\x66\x59\x5c\x30\x2d\x6a\x9c\x60\ \x9a\x0a\x33\x8e\x7e\xdc\xd4\x35\x73\xc0\x65\x64\x96\x19\xb1\xfa\ \x1f\xa0\x7a\xe4\xd8\xc5\x9d\x96\x61\x25\x95\x4c\xbc\xe1\xf2\x4c\ \x37\x50\x26\x24\x41\x2d\xed\x98\x43\x44\x7f\x21\x07\xbc\x8b\xa6\ \x1d\xe9\x80\xc6\x3e\x89\xa9\x47\x01\x00\x10\xb5\xac\xb8\xfc\xf1\ \x37\x0d\xce\x8e\xc7\x96\x45\x05\x02\x7b\x6e\xd3\x69\x07\x63\x34\ \x37\x2f\xef\xe6\x9b\x6f\xaa\xa9\xa9\x9d\x34\x71\x22\x42\xc0\x05\ \x13\x20\x99\x26\x3d\x6e\x3c\x02\x2c\xca\xb8\xe0\x03\xb3\xfe\xfd\ \x83\x9a\xe8\xe8\xb9\x0e\x20\x98\x16\x65\x00\x00\xa6\xa1\x01\x00\ \x20\x41\xcd\x58\x75\xd2\x23\x91\xa3\xda\x8b\xa1\xd3\x01\xb5\xf6\ \x48\x05\x13\xc2\x32\x74\xcb\x38\x61\xb6\x54\x20\x00\xd1\x97\x74\ \x14\xbd\x63\x11\x60\x9a\x16\x88\xaf\x29\xef\x68\x52\x6d\x70\xce\ \xb4\xca\x82\xf3\xe0\x64\x23\x22\x08\x31\x36\x60\xdd\x94\x10\x5e\ \x6f\x7c\x7d\xdd\xa1\x92\xb2\x72\x99\x90\xd8\x8c\x31\x18\x28\xb1\ \xb1\x41\xa1\x13\x67\x2c\x85\x9a\x33\xf4\x96\xef\x8d\x46\x00\x20\ \xa8\xa1\x1b\x8c\x83\xf4\xef\x6d\x5c\x8e\x21\xa3\x46\xfe\xab\xe9\ \xd2\x5f\x80\x82\xc1\x23\x7a\x0d\x2c\x65\xbb\x0d\x9e\x66\xf9\xc6\ \xfe\xe4\x81\x10\x05\xf9\x85\xc5\xc5\xc5\x96\x45\x63\x4d\xcc\xb4\ \x68\x53\xe3\xe1\xe4\x94\xd4\xfe\x80\x5c\x08\xe1\xf1\x78\x1a\x1b\ \x1b\x7a\xfc\xdd\x09\x09\x89\xbd\x53\x06\x62\x82\x00\x47\xcd\x86\ \xfe\x8f\x95\xb9\xbf\x05\xc5\xb2\x9e\x16\xa5\x0d\xf5\x75\x89\x49\ \xc9\x5f\x7d\x48\xe2\xcb\xe8\x02\x02\x64\x31\xc3\x62\xc6\xbf\x3c\ \xac\x37\xe9\xc8\x58\x4e\x5e\xde\x81\xaa\x7d\x3b\xb7\x6d\x71\xba\ \xdc\x03\x05\xcf\xc6\xe6\x74\xd0\x87\xbe\x1b\x3f\x82\xde\x69\x42\ \x22\x12\x0e\x7b\x3c\xde\xf4\x8c\xcc\xfe\x18\x9b\x73\xee\x72\xbb\ \xb3\xb3\xb3\x0f\xec\xdf\xe7\x76\x79\x88\x24\xc1\x31\x51\xe2\xd7\ \x57\xe6\x18\x91\x70\xc8\xe5\x76\x67\x66\x66\xb1\xaf\x9c\xde\xfe\ \x4f\x8c\x47\x08\x00\x42\xc8\xa0\x21\x43\xbb\xbb\xbb\x0c\x5d\x3f\ \x6d\xbd\x6e\x6c\x6c\xfa\x49\x49\xf5\x25\x24\x24\x8a\xa3\x6f\xbc\ \x8c\x31\x5f\x5a\xba\xc7\xe3\x0d\x04\x7a\x4e\xc3\xa9\xab\xc9\x29\ \x29\x89\x89\x49\x67\xd2\xbc\xa6\xd8\xba\x94\x94\x94\x54\x5b\x14\ \x6c\xce\x08\x7a\xa7\x0c\x9c\x20\x19\xc1\x9c\x2e\x97\xdb\xe3\x39\ \x83\xca\x7c\xfa\xea\xc2\xa9\x2d\xb4\x8d\xcd\xd7\x48\x6c\x06\xc3\ \x7f\xf7\x67\xb4\x8d\x58\x6d\x6c\x6c\xbe\xbe\x78\x21\xb6\x70\xcd\ \xee\x47\xd8\x9c\x29\xfd\x88\xcf\xf0\x83\x3e\x3d\x9d\xcd\x3f\xa3\ \xcc\xa7\xa9\x2e\xc4\x36\xd8\xee\xf1\x07\x8f\xdf\x09\xcf\xc6\xe6\ \x34\x6c\x62\xb2\xac\x78\xe3\xe3\x09\xc6\xc7\xa4\xf1\x10\xc2\x91\ \x48\x58\x8b\x46\x4e\xbf\xb4\xa3\x90\x65\xd9\x1b\x17\x4f\x08\xf9\ \xea\xa9\xc7\xff\x90\x1f\xb4\x65\x59\x5d\x9d\xed\x09\x89\xc9\x4e\ \xa7\xcb\xae\x74\x36\xa7\xbf\x2e\x84\x42\xa1\x8e\xf6\x36\x9f\x2f\ \xed\x68\x9f\x54\xe4\xf7\x77\x09\xce\x93\x53\x7d\x18\x9d\x66\x7e\ \xd0\x20\x22\xe1\x70\x47\x47\x5b\x6a\x6a\xda\x57\x0f\x67\xbe\xa4\ \x2e\x60\x44\x30\x3e\xa9\x2c\x21\x84\xb8\xe0\x9c\xd3\x23\x57\xb3\ \xbb\x2b\x29\x39\x25\x29\x39\xd5\xae\x71\x36\x67\x04\x6e\x8f\xb7\ \xb5\xb9\xa9\xc7\xef\x4f\x4e\x49\xe9\x5f\x1f\xa1\x69\x51\xd3\xd0\ \x0b\x8a\x4a\x30\x26\xa7\x61\x99\x3d\x1e\x2f\x80\x08\xf8\xbb\x93\ \x53\x7d\x5f\xb1\x43\xf1\x65\x74\xc1\x21\xbb\x57\xef\x79\x75\xfd\ \xfe\xb9\x0e\xd9\x7d\xc2\x03\x4c\xaa\x95\x64\x4e\xb8\x78\xdc\x4f\ \x0c\x2b\xda\xfb\x88\x69\x7a\xe3\xe2\xfb\x9d\xa6\x3e\x8f\x1f\xb4\ \x10\x22\x66\xaa\xc5\x19\xfb\x3c\x6e\xbb\x03\x8f\x87\x2f\x90\xc5\ \x10\x02\x30\xc1\x48\x70\xc6\x85\x9d\xfd\xf8\xc6\x25\x11\xa0\xcf\ \xdf\xf5\x78\x6f\x65\x8f\x37\xae\xa5\xb9\x71\x60\x9d\xb0\x4c\x4b\ \x51\x1c\x03\xef\x88\xfd\x9e\xab\x03\x4f\xf2\xf5\x96\x39\xd8\xd3\ \xf3\xd5\x8b\xf1\xa5\xe6\x3b\x22\x1c\xd6\xba\x5b\xfd\x07\x3e\xc3\ \x0f\x3a\x35\xbe\x00\x0d\x08\xb4\x7a\x2f\x1f\x67\x88\x10\x3c\xe0\ \xc3\x00\x00\x30\x4a\x4f\x24\x11\x18\xe3\x60\x6b\x4d\xb3\xe6\x28\ \xca\xcd\x20\x9f\x43\xfd\x30\x91\x22\x6d\x0d\x6d\x86\x9a\x9f\xeb\ \x23\x00\xfd\x5b\x68\x23\x84\x09\xc1\x82\x33\xc6\x05\x91\x24\x04\ \xa2\xdf\x60\x17\x13\x09\x23\xe0\x46\xa8\xf6\x70\x6b\x4a\x61\x89\ \x17\xd9\xee\x08\xdf\x2c\x50\x5f\xe5\x14\xfd\xad\x8b\xf3\x5e\xdb\ \x41\xd4\xeb\x74\x32\x70\x42\x61\xbf\x61\x9b\xe8\xf3\x83\x15\xbd\ \x7b\x3d\xf6\xda\x2b\x0e\xf4\x6b\xe8\xad\x78\xc7\xd8\x39\x7f\xa1\ \xe2\x61\x42\x30\x3a\xa6\x7d\x1c\x29\x33\xea\x5d\x64\xd0\xf7\x77\ \xef\x7b\xb3\x53\x91\x7a\xfc\x92\xfd\x10\x8c\x89\x44\x54\x89\x28\ \x27\xf9\x51\x09\x3e\x4a\x71\x62\x7e\xd0\x08\x21\xbd\xbb\x65\xf7\ \xd6\x4d\x5b\xb7\xef\xdc\xb3\x67\xcf\xb6\x2d\x9b\xb7\xee\xd8\xd3\ \x69\x88\x98\x9d\x3d\x3a\x4e\x17\x6a\x37\xcc\x7b\x6d\xf1\x56\x46\ \xf0\x31\x07\x9c\xe0\x17\x84\x31\xf7\xcf\x7f\xe5\xa9\x95\xd5\x3d\ \x3c\xdc\x55\x77\xa8\x85\xe1\x98\x4d\x33\x42\xcc\x68\xac\xa9\xf5\ \x47\x29\x42\x28\xd0\x5c\xd7\xd0\xd6\x03\x04\x21\x10\x08\x61\x1e\ \xe9\xa8\x3b\xdc\x48\x91\xb9\x76\xde\x4b\xef\x7e\x5a\x83\x88\x64\ \x87\x0b\xdf\xac\x78\xa1\xef\x07\xfa\xfd\xa0\x07\x36\xfe\xe3\x3c\ \x54\x05\xf4\xf9\x41\x0f\xf4\x65\x8e\x19\xa7\x1c\x3d\x1d\x1a\x01\ \xe2\x56\xb8\xae\xf6\x70\xd0\x84\xfe\xda\x8b\x8e\x6e\xde\x9f\xfd\ \x27\xc6\xd8\xe8\xaa\xfb\x74\xed\xce\x48\xac\x2a\x1f\x5f\x66\xce\ \x45\xbf\x19\x74\x9f\x17\x43\x9f\x8f\xdb\x19\xe1\x07\xdd\xe7\x7e\ \x83\x30\xd6\x3a\x0e\xaf\x59\xf6\xc9\xc2\x39\xcf\x3f\xf0\xcb\x07\ \xe7\x7c\xb4\x74\xd9\xea\x0d\x9d\x54\x22\x04\x2c\x8b\x02\x96\x24\ \x82\x84\x10\x84\x48\x04\x09\x46\x29\xa5\x96\x45\x19\x00\x70\x46\ \x4d\xcb\xe2\x80\x25\x82\x62\xda\x0e\xfd\xff\x09\x01\x42\x60\x8c\ \x3b\x76\x7d\xb2\xb9\x33\xe9\xbc\xc9\xa5\x8d\x6b\xe6\xfe\xf8\xfb\ \x3f\xff\xb4\xd1\x24\x04\x30\x21\x9d\x7b\x3e\xf8\xfe\x3d\xf7\x6f\ \xa8\x0b\x10\x42\x36\xbd\xf2\xd0\x77\x1f\x7a\xa9\x4d\x27\x04\x13\ \x42\xf8\x86\xb7\x1f\xfd\xf1\xaf\x1e\x39\x8c\x93\x67\x9d\x5b\xb1\ \x7d\xf1\xa2\x66\x4d\x60\x64\x7b\x12\x7c\x13\x91\x64\xb9\xa5\xb9\ \x79\xe5\xca\x95\x08\x63\x7c\x64\x5b\x13\x7e\xac\x87\xea\x11\x1f\ \xb7\x7f\x01\xc2\x84\xfa\xf7\xfd\xf5\x0f\x4f\xec\x6a\xe3\x84\x48\ \x48\x70\xcb\xb2\x38\xc2\x12\xc1\x00\x48\x22\x98\x51\xcb\xa2\x4c\ \x70\x01\x88\x48\x04\x53\xcb\x62\x80\x25\x82\x41\x00\xc6\x98\x51\ \x2a\x04\xf8\x0f\x6d\x99\x3d\x77\x59\xb7\xce\x58\xbf\xd5\xc7\x09\ \x19\xa0\x0e\x31\x1f\x37\x74\x66\xf8\x41\xf7\xc5\x57\x8c\xf1\xb8\ \xa2\x31\xf7\xfc\xef\x78\xbd\x7a\xf1\x83\x8f\xaf\xbe\xf5\x07\x3f\ \x2b\xf3\x40\xb4\x65\xf7\xd3\x4f\xbc\x7d\xb0\x23\xea\x49\x1f\x7c\ \xdd\x2d\xd7\x95\xa7\xb9\x3a\x0f\xae\x79\xf1\xd5\x0f\xba\x98\x6a\ \x74\xd4\x3a\xc6\x8e\x54\xc0\xf8\xf4\x83\x17\x16\x6d\xaa\xa3\x38\ \xe9\xe2\x3b\xee\x90\x37\xcc\x5e\x4b\x47\xfd\xe8\xd6\x89\xa1\x7d\ \x2b\xfe\xf9\xd6\xde\xeb\x7f\x78\x4f\xae\x1b\x10\xa2\x3b\xd7\xee\ \x4a\x19\x7c\x7e\x96\x02\x9b\x22\x26\x90\x9e\x8f\x3f\x58\x36\xe6\ \xbe\x0b\x3c\xac\xe3\xe3\x0f\x97\x69\x71\x8e\xa8\xa6\x01\x58\x21\ \xee\xb6\x1a\xb6\x2f\x5a\x57\x75\xfb\x39\xe5\x5a\xe3\x96\x8f\x36\ \x1c\x04\x47\x51\x77\x00\x4a\x2a\xc6\x64\xbd\xf3\xf8\xd6\x43\xdd\ \x17\x95\x27\x80\xb0\x27\x65\x7e\xa3\xfa\x12\x08\x63\x5c\x57\x57\ \xf7\xd2\x4b\x2f\x35\x34\x34\x74\x76\x76\x5e\x78\xd1\x45\x52\x2c\ \x70\x38\x6e\x7d\xa4\xe8\x0b\xdb\x8f\x5a\x49\xdc\x6f\x18\x7f\x6c\ \x16\x00\xab\xaa\xea\x70\x90\xc6\xad\xf3\x9f\x78\x6d\x39\x57\x24\ \x4a\x52\xaf\xf8\xd6\x5d\xe3\xf3\xc4\xe2\x57\x5f\x5a\xbe\xb7\x4d\ \xf2\x16\xde\x70\xfb\x4d\x83\x12\x83\x1f\xbd\xf9\xf2\xea\xaa\x56\ \xae\x26\x5f\x70\xe3\x5d\x53\xf2\xac\x77\x9f\x7a\x62\xf5\xa1\x70\ \x62\xfe\xd8\x0b\x46\xba\x51\xdb\xd6\xc7\xff\xf4\x40\x66\xe5\x8c\ \x3b\xaf\x98\xea\xc6\x4c\xf0\x63\x7d\x68\x01\xfa\x6e\x93\x42\xa0\ \x53\xb7\x4b\xd3\x7f\x64\x9c\xf2\xc8\x16\x32\x31\xf7\x39\x12\xd3\ \x3f\x2e\x04\x58\xdd\xef\xbd\xf0\x4c\x53\xf2\xcc\x1f\xde\x36\x7c\ \xd3\x9c\x7f\x3e\xf5\xfa\xa2\xdf\xdc\x33\x75\xde\x8b\xaf\xd2\xc1\ \xd7\xfe\x60\x66\xf9\xba\x37\xff\xb2\xde\x34\x4d\x50\x47\x9c\x73\ \x65\xc9\x64\xba\xe7\xc3\x67\xde\x9f\xbb\xf2\xde\xa9\xf1\x87\x3f\ \xd8\xd0\x05\x93\xda\x0f\xed\x6e\x55\x52\x12\xdd\x12\x13\x0c\xf3\ \x9e\x83\xed\x5a\xea\xf4\x1c\x00\xd3\x1f\x08\x8e\xbc\xe0\x32\xa8\ \x5d\xbb\xa9\x7e\xda\xd0\x8e\x65\x55\x50\x7e\xe9\xd4\x40\x5b\x57\ \x18\x20\xd4\x4a\x53\x2e\xb9\x7c\xf8\xa1\x15\x1f\x35\x4f\x29\x3b\ \xb4\x74\xb1\x52\x39\x6b\x5c\x67\x83\xbf\x33\x0a\xc9\xbe\xb4\x44\ \xb9\xba\xa1\x13\x06\x25\x70\xdb\xca\xfd\x9b\x95\x62\x10\x9c\x43\ \x34\x1a\x19\x3b\x76\xcc\xa4\x49\x93\x10\x02\x5d\x8b\xba\xdd\x9e\ \x58\x6d\x3d\x3a\xaf\x85\xfa\x1f\x11\x47\xed\x38\x05\xc7\x6e\x33\ \x11\x8b\x2c\x40\x08\x00\x4c\x78\x6b\xed\xbe\x40\xda\xd8\x5f\xdd\ \x79\xf6\xb6\xb7\xff\x3e\xf7\xdd\x8f\xf3\xaf\xcd\x7e\xe7\xe3\xda\ \xab\x7f\xf9\xab\x71\x19\x8a\xea\x51\x76\x7c\xf0\xec\xc2\x6a\xf5\ \x7b\xf7\xfd\xa0\x65\xd5\x4b\xaf\xbe\xf2\x6e\xd9\x77\x27\x57\xed\ \x6f\x3f\xeb\x96\x1f\x4f\x29\x49\x0b\xed\x5f\x22\x65\x8d\xbc\xfb\ \xfb\x77\x64\xba\xb1\x0c\xd6\xb1\x0e\x8f\xfd\x31\x3f\xea\xdd\x3b\ \x82\xf7\xef\x85\x73\x46\xe8\x42\x5f\x7e\x81\xc7\x02\x33\xc1\x65\ \xc6\x58\xec\x63\xd0\xae\xc6\xfd\x75\xe2\x9c\xeb\xce\xca\x4a\xf7\ \xba\x66\x4e\x5b\xf2\xe4\xce\x43\x35\xd9\x4d\xdd\x9e\x8b\xcf\x9e\ \x90\xee\x73\xe4\xe5\xf9\x36\x36\x81\x19\x69\x5f\x31\xef\xb5\xad\ \x4d\x1a\xf7\x37\x31\x4f\x66\x42\xc5\x74\xdf\xdc\xa7\x76\x56\xb5\ \x98\x75\x2d\xc5\x43\x27\xbb\x25\x66\xe9\x4c\xe2\xd1\x28\xa5\x49\ \x0e\x09\x40\x0b\x87\x42\x89\xe5\xc3\xc6\xf9\x42\x0b\xde\x7b\x6b\ \x5f\xa4\xa6\x62\xfa\x2d\xc9\x55\x73\xd6\x87\xa2\x60\x45\x7a\xa2\ \xfa\x88\x09\xb3\x7c\xfe\x27\xdf\x99\x3d\x3b\x58\x23\x66\xdd\x71\ \xce\xae\x17\x9f\x0c\xf6\x44\x00\xdc\xaa\x24\x1b\xe1\x28\x17\x2c\ \x16\x28\xda\x7c\x93\xb2\x0c\xac\xb4\xb4\x74\xf0\xe0\x21\xbd\x59\ \x73\x43\x67\x8c\x62\x8c\xfa\x9a\xf6\xb1\x06\x8f\x7d\xf9\xc8\xfe\ \xc1\x08\x10\x82\x1f\x3b\x04\x80\x30\x67\x1c\x40\xc4\x46\xd3\x3c\ \x09\x89\xc9\xc9\x69\x23\xc7\x0f\x5b\xf8\x5e\x8b\xe9\x3d\xe7\xfc\ \x89\x29\x8b\x5f\x7f\xae\x6b\xf2\xf9\x97\x4c\xcb\x3b\x70\xf8\x50\ \x77\xa7\x32\xef\xb5\x97\x2c\x2d\x10\xe7\x2d\x30\xa2\x3a\x71\x78\ \x93\x53\x52\x93\x13\xbd\x51\xc4\x81\xc8\x4e\x8f\xdb\xa9\x98\x26\ \x65\x27\x8e\x76\x10\xf4\xaf\x3a\xc2\x98\xf7\xfa\x54\x9f\x29\xba\ \x10\x2b\x2f\x63\x4c\x70\x81\x30\x63\x8c\x73\x21\x38\xa3\x48\x52\ \x9c\xb2\xde\xd2\xd1\x0d\x45\x5e\x7f\x47\xb3\x21\x29\x6e\xaf\x4b\ \x81\x40\x7d\x5b\xf7\xe8\xac\x4c\x4e\x19\x26\xa2\x6e\xf3\xa2\x79\ \xdb\x8d\x9f\x3d\xf4\x7f\xee\xdd\x2f\x3d\xfa\xb1\x46\x3c\xb9\x13\ \x06\xb9\x57\x2f\x7a\x5f\xee\x72\x8c\x9f\x5e\x80\x0c\x9d\x51\x60\ \xb2\xec\x22\x44\xeb\x89\x00\xc3\x9a\x16\x11\x42\x19\x71\xf6\xd9\ \xef\xde\xf7\xff\x36\xa4\x9f\xf5\xa7\x51\x85\xfb\xaa\x84\x11\xd2\ \x2d\x2d\xa4\x33\x8a\x1c\xc9\x53\xcf\x19\xfd\x7f\xbf\x78\x24\xf5\ \x8a\x07\x46\xe7\x78\x76\x5a\x54\x0b\x6b\x00\x38\x6c\x18\x0e\xb7\ \xc2\x2d\x66\x2f\xee\xfa\x06\x62\x30\x66\xc4\xf6\x52\xed\x1b\x2c\ \x8b\x6d\xf0\xc6\x39\x1f\x28\x0b\xfd\xb6\xaf\x47\x36\x9e\xeb\x0f\ \xdd\xd1\x31\x1b\x53\x61\xc6\x58\xcc\xf9\x5c\x70\xc1\x99\x65\x72\ \x30\xa9\x00\xc6\xa8\x9c\x72\xf9\x77\xee\x1f\xbf\x67\xed\xe3\xff\ \x7c\xac\x1b\x7d\x27\xd7\xe1\x4a\x2d\x1d\x7f\xef\xb7\x67\x10\x66\ \x21\xa2\xa0\xee\xdd\x16\x65\xd4\x32\x05\x30\x21\xb8\xa5\x1b\x8c\ \x01\x70\xce\x19\x3d\xc6\xce\xf5\xa8\xe9\x56\x7d\x59\xbc\x3e\x9f\ \xf8\x33\xc4\x0f\xba\x37\x56\x88\x0d\xf0\x30\xce\xa8\xa9\x45\x35\ \xd3\x30\x44\x42\xe6\xd9\xd3\x87\xbd\x36\xfb\x99\xc0\xce\xcc\xba\ \xdd\x55\xa3\x67\xdc\x9a\x9d\x9d\x3b\xe5\xac\xf2\x37\x5f\x7c\xac\ \x73\x47\x69\xeb\xae\x6a\x18\x3c\xdc\x9b\x9c\x9d\x2a\xb6\x2c\xfd\ \xe0\x5d\x47\x6b\x95\xce\x0b\x0c\x2a\x8f\x98\x34\x79\xde\x43\x7f\ \x37\x4b\xaf\xbe\x3d\xcb\xa1\xeb\x1a\x13\xc8\x92\xdc\x25\x19\xae\ \xd5\x35\xb5\x6c\xca\xe0\x40\x47\x10\xa8\xc9\x3d\x65\x57\xde\x72\ \x4b\xbb\xa7\x2c\x45\xb1\x38\x63\xc1\xee\x80\x16\xc6\x81\xa8\xc6\ \xa9\x91\x58\x30\xfa\x86\x3b\xbf\x13\x5f\x39\x98\x1b\x16\x58\xe1\ \x40\x38\x22\x02\xc1\x96\x2e\x3a\x2c\x33\xc1\xb2\x2c\x46\x6d\x5d\ \xf8\xe6\xe4\x16\x7a\xdb\x8f\x24\x49\xb2\x2c\xc7\x3a\xea\x86\x61\ \x08\x00\x8e\x49\x2c\x9f\x87\x8e\xcb\x94\x09\xd1\xeb\x07\xdd\xef\ \xbe\x7a\xcc\xee\xb5\x00\x20\x04\x66\xd4\x8a\x6a\x9a\x49\x29\x18\ \x7a\x54\x37\x19\x13\x96\xa9\x1b\x86\x15\xe9\xd8\xff\xd6\x9b\xab\ \x91\x57\xc1\xaa\x82\x88\x6b\xec\xe4\x73\xd6\x3c\xfd\xce\x63\xcf\ \x36\xa5\xa9\x52\xde\x88\xa9\x13\xb3\x41\x8b\x6a\xa6\x49\x4d\xc3\ \xf2\xa6\xe6\xa5\x1b\x8b\x5f\x7c\xea\xf1\x82\x82\xa1\x33\xcf\x1e\ \xe5\x95\x39\x3f\xd1\x14\x89\xfe\x59\x0c\x1c\xe1\xde\x18\xe7\x4c\ \xf1\x83\x6e\x6b\x6d\x4d\xf1\xf9\x62\x01\x98\xe0\x4c\x10\x47\x4a\ \x46\x6e\x76\x66\x2a\xe6\x90\x5e\x34\x38\x3f\x45\x0e\x84\x45\xc5\ \xd4\xf3\x67\x8e\x2b\x66\x3a\xcf\x2e\xab\x28\x4c\x55\x42\x61\x23\ \xb5\x70\xc4\xe4\xd1\x43\x73\x72\xf2\xcb\x72\xe3\xc3\x3d\x01\x92\ \x50\x30\x71\xe2\xd8\xec\xd4\xc4\xc4\x04\xb9\x6a\xc7\x9e\x8c\xf1\ \x97\x4c\x2c\x70\x1b\x56\x4c\xb9\x25\xaf\x33\xb2\x7c\xd9\x96\xb4\ \xa1\x63\x0b\x32\xd3\x72\xf2\x72\xdd\x32\x49\xce\x2d\xce\xf3\xb9\ \x4d\xdd\x72\x78\x12\x32\x32\x32\x7c\xc9\x71\x89\xa9\x59\x05\x99\ \x3e\x45\x52\x72\x4b\x07\xa5\x38\xc0\xa0\xc2\x9b\x94\x9c\x57\x90\ \xd5\xb1\xeb\x93\x4f\x9b\x93\x2f\x99\x39\x56\x05\xab\x6f\xd7\x3f\ \xfb\xe7\x1b\xf0\x03\x02\x84\x40\x08\xef\xdc\xb5\x6b\xf1\xe2\xc5\ \xbb\x76\xed\xae\xaa\xaa\xca\xcc\xcc\x54\x15\x15\x21\x64\x9a\x46\ \x20\xe0\x4f\xed\xf3\x56\xc6\x18\x47\x22\x61\xc3\x34\x93\x92\x93\ \x2d\xcb\x14\xe2\x28\xff\x67\x38\xe2\x0a\xdd\xbb\x11\x15\x20\x39\ \x39\x3d\x23\x2f\x2b\xd5\xeb\x8d\xcb\xca\xca\x4e\x8b\x77\x21\xc9\ \x91\x96\x91\x93\x93\xe2\xd5\x02\x9d\x01\x1d\x4a\xc6\x9c\x37\x7d\ \x58\xae\x3b\x35\x77\x68\x71\x16\x8d\x86\x41\x8d\xcb\xce\xcb\x4d\ \x8a\xf3\xc4\xa7\xa4\x67\x67\x67\xa8\x98\x63\x4f\x52\x51\x51\x16\ \xd5\x0d\x77\x72\x66\x6e\x66\x12\x89\x6d\xc3\xd2\x37\x06\xd7\x6f\ \x0d\xdd\xaf\x47\x08\x63\xcb\xb4\xfc\xdd\xdd\xbe\xb4\xaf\xea\x07\ \xfd\x25\x7d\xdc\x28\x33\x34\x33\x78\xd2\xa8\xcc\x0a\x9b\x54\x1b\ \xe0\x71\x8a\xb8\x60\x7d\x29\x1a\xce\x99\x85\x3c\x99\x63\x27\xe6\ \x9a\xba\xc6\x38\x50\x86\x8a\x46\x4c\x19\x34\x06\x33\x6a\xea\x86\ \xc1\x04\x30\x41\x8a\x46\x4c\x29\x1f\x83\x41\x08\xcb\xd4\x4d\x93\ \x65\x94\x8d\xcd\x1b\x4a\x10\x60\x60\xc1\xad\x9f\x2e\xd8\xbe\x63\ \x67\x20\x79\xf4\x2d\xe3\xb2\x4c\x93\xc6\x8c\x21\x29\x35\x92\x8a\ \xc6\x4f\xcc\xdf\xb1\x6e\xfb\xa1\xdb\x2f\x9c\xc6\x22\x21\x93\x52\ \xc6\x68\x2c\xa4\x4b\x2a\x18\x92\x86\x98\x6e\x8a\xb1\xe3\xd2\x2d\ \x43\xa7\x0c\x28\xd7\x00\x00\x04\xca\x1f\x39\x41\x31\xdb\x5e\x79\ \xbb\x61\xec\x8c\x9b\x53\x1d\xd4\x30\xec\x89\x4d\xdf\xac\xd4\x82\ \x00\x10\x1c\xb2\xb2\x32\xd7\xaf\x5f\x5f\x5d\x5d\x73\xd9\x65\x97\ \xba\xdd\x6e\xc6\x19\x12\xf8\xf8\x1c\x5e\xac\xfe\xf6\xb5\xc7\xa3\ \xfc\xa0\x7b\xc7\xcd\x07\x24\xd4\xc0\x91\x34\x61\x52\x9a\xa9\xeb\ \x90\x57\x91\x86\x99\x6e\x68\x6a\x62\xfe\x04\x1f\x32\x4c\x3a\x61\ \xe6\x25\x12\x06\xce\x2c\x5d\x37\x75\x9d\xc5\xe5\x0e\x3e\xbf\xb8\ \x12\x83\x30\x75\xdd\x64\x30\x7c\xc2\x58\x66\xe8\x94\x31\x60\x90\ \x5a\x38\xe2\xd2\xf2\x31\x82\x99\x9a\x6e\xb2\x3e\x87\x59\x38\x6a\ \xae\xc4\x91\x89\x8f\xbd\x7b\xe1\x7c\x5d\x79\x47\x83\x6a\x43\xf3\ \xa6\x27\xc7\xe5\x49\x44\x3e\x49\xbc\x40\x13\xdc\x19\x26\xd5\x06\ \xe4\x7c\xc1\x30\x0c\xa7\xc3\x61\x09\xc1\x01\x01\xb7\xf4\xa8\x25\ \x40\x00\x42\x08\x84\xa9\x6b\xe6\x51\x03\x3f\xcc\xd4\xa2\x03\x7c\ \x9c\xc1\xd2\x35\x4b\x07\x40\x98\x20\x4a\x30\x89\xcf\x19\x71\xd6\ \x84\xb1\x3e\x45\xf4\xcd\x69\x04\x00\x61\x20\xc7\x59\x57\xdc\x16\ \x30\x51\x34\x10\x44\xbd\x9b\x0e\xf7\x95\xc7\xd0\x63\x7d\x03\x3d\ \x4a\x8f\x8c\x38\xc5\xce\xac\x45\x2d\xa6\x4e\xbb\xea\x66\x6f\xaa\ \xcf\xd4\x2d\xb0\xc7\x22\xbe\x61\x1d\x89\xd8\xd0\x41\x42\x7c\xc2\ \x35\xd7\x5c\xdd\xda\xda\x56\x5a\x5a\xd2\x3b\xd7\x06\x21\xfd\x38\ \xcf\x41\x84\x90\x69\x9a\xbd\xa9\xc7\xd8\x0e\xe8\xd0\x37\xcd\x08\ \xa1\x01\xc3\x98\xb1\x6a\x47\xb5\x98\xe1\x38\xeb\xad\x7e\x03\xfc\ \xa0\xc3\x03\xd3\x04\xcc\xd0\x07\xba\x98\x1b\x03\x0c\xc7\xa9\xa1\ \x51\xe3\x04\x65\x3e\x52\x8b\x91\xe8\xdf\xb7\x56\xc2\xb1\x32\xc3\ \xd7\xa3\x0b\x94\x9b\x59\x29\x83\xf3\xd3\x46\x9c\xd4\xc4\x19\x10\ \xe7\x96\xd1\x17\x32\x08\x21\x92\x53\x52\xaa\x0f\xee\x1f\x34\x78\ \x88\xd3\xe9\x8e\x5d\xd6\xde\xad\xbb\xfe\xa5\x1f\xf4\xb1\xb8\x46\ \x9e\x7d\xd1\x18\x0c\xd4\xd4\x2d\x2a\x64\xf5\x28\xed\x77\xb9\xdc\ \x89\x48\x7c\xf1\xc9\xcc\xee\xfc\xc4\x14\x4e\x29\x07\xd5\x6e\x29\ \xdf\xcc\xfc\x02\x08\xe1\x74\xb9\x32\x33\x32\x4d\x8b\xc6\x7c\x5f\ \xc3\xa1\x50\xfd\xe1\x43\xf9\x05\x85\x03\x7d\x5f\xe3\xe3\xe3\x1b\ \x1b\xeb\x9b\x9b\x1a\x32\x32\xb2\x50\xef\x12\xec\xaf\xd1\x0f\x7a\ \x60\xfa\x11\x01\x40\x24\x1c\xaa\x3b\x54\x9b\x9b\x97\xf7\xf5\xf8\ \xbe\x22\x40\x94\x99\xb1\xdc\xc1\x67\x1f\xd6\x7b\x41\x19\xcb\xcc\ \xca\xb6\x2c\x6b\xd7\xb6\xad\x98\x48\x76\x75\xb4\x39\xcd\x63\x88\ \x58\x6a\x31\x3d\x23\x2b\x29\x29\xb9\xbf\x8d\x09\x21\x64\x45\x29\ \x2e\x2e\xa9\xad\xad\x6e\x6a\x68\x38\x0d\x97\x54\x32\xc6\xd2\x33\ \xd2\x53\x52\x52\xcf\x0c\x3f\xe8\x18\xf9\x85\x45\xe9\x19\x19\x94\ \x52\xb0\xf7\x56\xb1\x39\xcd\xb3\x0e\x00\xb2\xac\x38\x1c\x8e\x63\ \x1a\x18\xe7\xdc\x13\x17\x3f\x64\xe8\x30\x5d\xd7\x4e\xc9\x32\x84\ \x53\x5b\xec\x13\x96\xf9\xb4\xd6\x85\xd8\x8e\xbc\xaa\xea\x50\xed\ \x50\xdd\xe6\x0c\xe1\x84\x0d\x8c\x33\x86\x31\x76\xb9\xdc\x67\x50\ \x99\x4f\xeb\x78\xe1\x3f\xd3\xfb\xb2\xb1\xb1\xab\xf1\x57\xc7\xf6\ \x83\xb6\xb1\xb1\xf9\xfa\xe2\x85\xd8\x96\xbb\xf6\x15\xb7\x39\x63\ \x72\x0c\xe2\xc4\x6b\x0d\x4e\xdb\x9a\xfc\x19\x65\x3e\x4d\x75\x01\ \x21\xa4\xeb\x5a\x28\x18\xb2\x57\x25\xd9\x9c\x11\x10\x4c\xe2\x12\ \x12\x14\x45\x39\xba\x99\x21\x01\x22\xe0\xf7\x1b\x86\x7e\x1a\xaa\ \x02\x91\x88\x37\x2e\x5e\x55\xd5\xaf\xcd\x0f\x1a\x21\x8c\x11\x3e\ \xe9\xec\x85\xd8\x0a\x93\x3e\x23\x03\x84\x90\xae\x69\xfe\x9e\xee\ \x8c\x8c\xac\x98\x1f\xf4\x51\x23\xaf\x60\x4f\x26\xb2\xf9\x7a\x18\ \x58\x03\xd1\xd1\x37\xde\x70\x28\xd8\xd1\xde\x96\x9a\xea\x1b\xb0\ \x3f\x2d\x20\x24\x3a\xdb\xdb\x1d\x0e\x67\x6e\x7e\x41\x7f\xfd\x47\ \x03\x5e\x2e\xbe\xde\x32\x87\x43\x1d\x6d\xad\x29\x29\xa9\x92\x2c\ \x7f\x0d\xba\x80\x00\x99\x56\xd4\xa4\xda\xc9\xa2\x29\x21\x40\x22\ \xb2\x43\xf6\x88\x5e\x77\x29\xd4\xd3\xe3\x4f\x4f\xcf\xf4\x78\xe3\ \x4e\xa8\x64\x76\x3e\xd2\xe6\xeb\xd1\x85\xbe\x0a\x7c\x8c\x65\xab\ \x10\x22\x21\x31\x89\x52\xda\xd3\xe3\xf7\xa5\xa5\xc7\x92\xfc\xb1\ \xf5\x11\x02\x20\x23\x2b\xbb\x2f\x60\x3f\x32\x9d\xe9\x3f\x3f\xaf\ \xe9\x04\x65\x4e\x48\x64\x94\x06\x7a\xfc\xbe\xf4\x8c\xaf\x38\x30\ \xf1\xa5\xfc\xa0\x15\xcf\xca\xdd\x2f\x2e\xdf\xf9\xbc\x43\xf1\x9e\ \xf0\x00\xd3\x8a\x0c\xc9\x9b\x7e\xc3\xb4\x3f\xe9\x66\xef\x7c\x4f\ \x8b\x52\xa7\xd3\x75\x8c\x79\xee\xe7\xd2\x05\x84\xd0\x17\xbb\xdc\ \x88\x10\x1c\x33\x91\xfe\x7c\x87\x63\x82\x11\x08\xce\xf8\x19\xa0\ \x4d\x84\x10\x00\xc1\x6c\x77\xda\x53\x15\x7a\x0f\xf0\x56\x3e\xa6\ \xd5\x01\x80\xd3\xe9\xea\xee\xea\x1c\x78\x3c\xa5\x54\x96\xe4\xe3\ \x5f\x28\x4e\x9d\x51\xd2\xf1\xb5\xff\x58\xcf\xa8\xcf\x2e\xb3\xcb\ \xd5\xd5\xd1\xfe\xb5\xe5\x17\x84\xe0\x8c\x33\x7e\x12\xcb\x33\x26\ \x98\x38\xe6\x29\xc1\xb9\x10\x98\xf3\x5e\x3f\xe8\xde\x66\xd8\x6b\ \xec\x7e\x62\x43\x68\x00\x00\xc0\x08\x23\xe0\x5c\xf4\x4e\x02\xff\ \xd7\xbd\x1b\x11\xdd\xb9\x7a\x83\x5c\x30\xb2\x3c\x2b\xfe\x5f\xb6\ \x1f\x84\x30\x81\xe8\xf6\x35\xdb\x13\x06\x8d\xc9\x4f\x52\xfa\xac\ \x7b\xb1\x24\xf5\x0d\xd3\xf4\x3d\x24\x0d\x08\x26\x63\x5b\x66\x0d\ \x38\xa8\xd7\xd1\xba\xd7\x5d\x9a\x31\x4c\x08\x80\xa0\x7d\xeb\xb5\ \x63\xaf\x65\x94\xc6\xfc\xfb\x06\xf8\x5f\xc7\xce\xc1\x28\x05\x49\ \x22\x03\x2e\x55\x6c\x26\x37\x1a\xf8\x20\x70\x2e\x04\x3d\xb8\x65\ \x9d\x91\x36\x7c\x68\xb6\x93\x51\x3b\xc4\x3a\x65\x31\xb9\x38\xfa\ \x1e\x05\x7d\x6e\xcb\x31\xd3\x10\x38\xd6\xf8\x35\x66\x8d\xc4\x07\ \x76\x81\x8f\x18\x31\x1c\x55\xbb\x08\x21\xe8\x88\x31\xf9\x97\x52\ \x05\x74\x4c\xf1\x3e\xbb\xcc\xbd\xfd\xf7\xaf\x33\xef\x18\xcb\xc9\ \xa2\x93\x75\x34\x8e\x99\x0a\x16\x5b\x79\x86\x30\xd6\x5a\xf7\x6f\ \xd8\xd5\x56\x71\xd6\xd4\x24\xc2\x31\xd6\xb7\xaf\x5e\xcf\x33\x2a\ \x47\x14\x27\xc7\x82\x30\xc6\x98\x10\x80\x30\x26\x04\xc7\x3a\x50\ \x6d\x3b\x57\xac\x6b\x8a\xbb\xe4\xfc\x91\x98\x33\xca\x04\x26\x04\ \xc7\x6e\xef\x8c\xc5\x0e\xc4\x18\xc5\x9a\x6f\xcc\x55\x1b\xa8\xb6\ \xee\xc3\x79\xf1\x97\x95\x0c\xca\x4e\xec\xb5\xa4\xe7\x9c\x72\x4e\ \x08\x01\xce\x18\x17\xbd\x47\x31\x16\x0b\x15\xba\xf6\xac\x78\xe3\ \x83\x5d\xd7\x24\xa7\xd4\x6e\xe9\x1e\x39\x75\x5c\x9c\x0c\x18\xa2\ \xdb\xd6\x6d\x42\x49\x39\x5a\x6b\x6d\xe2\xe0\xa9\x65\xc9\xb2\xc0\ \xb8\x71\xc7\xba\x06\x96\xe0\x31\x3a\xb4\xb8\xe2\xb1\x83\xd3\xb9\ \x40\x5a\xdb\xde\x75\x07\xc3\x3e\xa2\x87\x5d\xd9\xe3\x86\x15\x60\ \x0e\x56\x4f\xdd\xaa\xcd\xad\xa3\x27\x56\xb4\xec\xdb\xa0\xa5\x8c\ \x18\x95\x17\x4f\x29\xc3\x92\xd4\x59\xbb\x69\x47\xb7\x77\xd2\xc8\ \x52\xdc\x73\x70\xe5\xde\xae\xca\x51\xe3\x92\x14\xc6\x01\x4b\x22\ \xbc\x65\xed\x66\xb5\x60\xdc\x60\x1f\xda\xfb\xe9\xaa\xdd\x2d\x41\ \x40\x52\x72\x66\xd1\xa8\x51\xc3\x12\x54\xc1\xb9\xb1\x7f\xe3\xaa\ \xdd\x87\xdb\x39\x48\x71\xbe\xbc\x91\x63\x46\xa6\xba\x94\x50\xdd\ \xa6\x37\x3f\x69\xfe\xd5\x8f\xaf\xf1\xa0\x2f\xef\x3e\x6e\x03\x27\ \x4a\x6c\x11\x8c\x63\x8e\xef\x47\x42\xcd\xde\xe5\xd2\xc7\xc8\x02\ \x1f\xf8\x42\x71\x12\x5f\x16\x84\x30\xd3\xda\xd6\x6d\xa9\x2b\x1c\ \x3e\x2a\x3d\x8e\xf4\x6e\x4e\xd5\x57\xc3\x7b\xab\x71\xec\xb6\x23\ \x00\x11\x4c\x30\xee\x7d\x16\xa0\xaf\x56\x43\xa8\x7e\xfb\xa2\xad\ \xc1\xf3\x2e\x9a\x1a\x27\x71\x4a\x59\xaf\x63\xd4\xf1\x61\x36\xea\ \x7b\xfc\x8c\xf3\x83\x8e\x59\x5c\x00\x20\x59\xe5\xab\xe7\xbd\xf4\ \xd6\xca\x5a\x4c\x70\x70\xff\xf2\xe7\x5e\x99\x1f\x51\x3c\xc8\x0c\ \xd6\xd7\x56\x37\xb4\xf7\x08\x4c\x10\x46\xdc\x8a\x34\x1e\xaa\xa9\ \xad\x6b\x8a\x52\x11\xa8\xde\xba\x6c\xc5\xba\x03\x75\x75\xcd\xed\ \x21\x2c\x4b\x34\xd2\x7d\xa8\xa6\xba\xb9\x3b\x82\x88\x04\x82\x6b\ \xa1\xee\x86\x43\x35\xb5\x87\x9b\x75\x8e\x89\x30\xda\x9a\xea\x1b\ \xeb\x5b\x74\x41\x08\x46\xc0\x8c\xd6\xc6\x43\xd5\x35\x75\x5d\x61\ \x43\xc2\xbc\xbb\xa3\x33\xa8\x73\x40\x88\xe9\xa1\xce\xce\x1e\x26\ \x10\x08\x40\x5c\x5b\xbd\xf8\xd3\xec\x49\x97\x56\x66\xe3\xe5\x73\ \x9f\x7c\x7b\xdd\x61\x8c\x71\xf7\xde\xe5\xcf\xbe\xb4\x88\xba\x3c\ \x8d\xeb\x3e\x78\x7e\xf6\x72\x8a\x09\x0e\x55\xbf\xfc\xc2\x8b\x07\ \x34\x07\xee\xda\xfc\xc4\xb3\xaf\xd5\x6b\x18\x63\xe3\xe3\x57\x9f\ \x5b\xbe\x37\xa8\xd0\xba\x67\x1f\x7b\xa9\xaa\x9b\x63\x0c\xeb\xdf\ \x79\xee\x83\xcd\x8d\xaa\x14\xfe\xf8\xb5\x87\xff\xf0\xd8\xbc\x6e\ \x81\x31\xc6\x98\x75\xcd\x7d\xe4\xa1\x47\xe6\xac\x8e\x22\xac\x37\ \xac\xfe\xd3\x43\xbf\x7d\x6f\x5d\x2d\x26\x12\x21\xb8\x7d\xd7\x27\ \x7f\x7a\xf0\xb7\x8b\xf7\x05\x30\xef\x59\xf8\xd2\xcb\xdb\xea\xc2\ \x98\x45\xb6\x2d\x79\xed\xc1\x3f\xfc\x63\x5f\x27\xc5\x38\xba\xe8\ \xcd\xd9\x2b\xf6\xfa\x31\xd7\xf6\x7e\x3a\xef\x0f\x0f\xfe\x79\x4b\ \x93\x31\x72\xd6\xc5\x49\x9d\x1b\xd6\x1e\xf4\x23\x82\x6d\x13\xe7\ \x53\xe9\x07\x2d\x49\x7b\xf7\xee\x7d\xf3\xcd\x37\x4d\xd3\x24\x92\ \xd4\xe7\xa7\x70\x42\x3f\x68\x0e\x9f\xc3\x0f\x1a\x10\x66\xc1\x43\ \x6f\xbc\x3c\xb7\xa6\x47\x20\x6e\x74\x34\xd7\xd7\x54\xd7\x34\x77\ \x06\x05\x21\x08\x23\xa6\x07\xea\x6b\xab\x6b\x0f\xb7\x68\x16\x43\ \x92\x24\xf4\xe0\xe1\x9a\xea\x86\xf6\x1e\xe8\xad\xd5\x5d\xf5\x87\ \x6a\x1a\x5b\x3a\x3b\x9b\xab\x97\x2d\x59\xb5\xef\xe0\xa1\xc6\x56\ \x3f\x13\xe8\xd8\x77\xed\x2f\xc6\x99\xee\x07\xcd\x39\x93\x13\x07\ \xdd\x79\xf3\x39\x0f\xbd\x39\xfb\xd0\xc8\x7b\xd7\xbd\xb3\xa4\xf8\ \x92\xbb\xa6\x24\x75\xbc\xf2\xd8\x73\x07\x43\x60\x46\xf4\x11\x97\ \xdc\x79\xd5\x98\x84\x0f\x9e\x7e\x6c\x53\x1b\x72\x7b\x12\x2f\xbc\ \xeb\x9e\x54\x97\x2b\xda\xb2\xe5\x8d\x57\x83\xa5\x63\xaf\xb8\x9c\ \xd7\xbf\xf8\xfc\x5b\x1d\x82\x44\xc3\xe8\xdc\x5b\xbe\x3b\xab\xdc\ \x7c\xf1\x9f\x7f\xde\xd2\xa6\x64\xe6\x0c\xb9\xf5\xce\x8b\xd7\xbc\ \xfb\xd4\x7b\xdb\xba\x7d\xf1\xa4\xe6\x50\xf8\x1a\x55\x85\x70\xdd\ \xe2\xf7\xe6\x1d\x6a\xed\x09\xa2\x8c\xbb\xbe\x7f\xdb\xce\xa7\xfe\ \xd8\x36\xf4\xd6\xef\x5f\x51\x59\xb5\xe0\xd5\x17\x76\x26\xfd\xea\ \x17\x37\x38\x19\xa7\xc1\x9a\x6d\x2d\xe8\xac\x2b\x8b\x14\x8f\x72\ \xd7\x8d\x67\xff\xe1\x9d\x39\x87\x2b\xef\x5c\xf5\xee\x27\xe5\x17\ \xdf\x35\x3a\x27\xbd\xf2\xd6\x9b\xb7\xfc\xe6\xd5\x95\x07\xc7\x26\ \x6d\x9b\xd7\x93\x73\xde\x0f\x26\x15\xb8\xad\x5b\x26\xaf\xfb\x7f\ \xef\x2c\xdd\x7b\x53\x61\xf5\x8a\x96\xd4\xef\xdc\x3d\xbd\x2c\x2e\ \x72\xe1\xda\x9f\xbf\x3d\x7f\xc3\x0f\xa7\xd1\xf9\x3b\xc5\x2d\xbf\ \xba\xdc\xa5\x57\x73\x9c\xe5\xea\xdc\xbc\x68\xfd\x79\x37\x4c\xcc\ \x3e\xbc\x6a\xc1\xf6\xee\xf8\x1c\x0f\x33\x2c\x88\xfa\x45\x7e\x4a\ \xdc\xb6\xe5\x0b\xeb\xc7\x7d\x2f\xd7\xd1\xbd\x78\xf1\x1a\x35\x21\ \x5f\x0e\x85\x80\xbb\x91\x33\x6d\xea\xac\x2b\xcf\xaf\x88\x07\xab\ \xfb\xf5\x3f\xff\xe2\x99\xd9\xab\xfe\xf2\xbd\xd1\xc8\x91\x38\xfa\ \xdc\xcb\xaf\x9c\x9c\x06\x10\x5d\xf0\x8f\x5f\x3c\xff\xea\xbb\x43\ \x7e\x76\xdd\x88\x42\xf7\x96\x1d\xd5\x33\xcb\xc7\x80\xb0\x77\x00\ \x3e\x35\x37\x2d\x82\xf1\xce\x9d\x3b\x5f\x7e\xf9\x65\xbf\xdf\x1f\ \x08\x04\x6e\xbc\xf1\x46\x87\xc3\x71\xc2\xcc\xd7\xe7\xf7\x83\x06\ \x21\x00\x49\x2e\x97\xcb\xe5\x20\x35\x9f\xbe\xf9\xf0\x6b\xeb\x53\ \xd3\x13\xba\x3b\xcd\x99\xb7\xfd\xe0\xc2\x4a\xf4\xfa\xa3\x4f\x56\ \x45\x24\x97\x27\xeb\xaa\x5b\x6f\x2a\xd1\x6a\x5e\x7b\xfe\x95\xda\ \x08\x98\x11\x63\xf4\x15\xf7\x5c\x31\x4c\x99\xfd\xd7\xdf\x6d\x0b\ \xba\xb3\x4a\xc6\x9d\x57\xe9\x20\x81\x9a\x0f\xde\x7a\x35\xa3\xe2\ \xec\x5b\x2e\x9e\xe4\x46\xec\xc4\x29\x8c\x33\xd9\x0f\x9a\xc5\x94\ \xcd\xa2\x90\x39\xe1\x92\xf3\x37\xff\xe9\xcf\x0f\xfe\xca\x9d\x36\ \xea\xa7\x17\x0c\xde\x34\xf7\x8f\x6b\x3a\x92\xef\xbb\xfd\x82\xae\ \xcd\x73\x9e\x7f\xe7\xc3\xd1\x99\xd3\x36\x6f\x6d\x1c\x7d\xdf\xaf\ \x2f\x1b\x9d\x45\x30\xa9\xd2\x0c\xdf\xa0\x99\x3f\xbf\xff\x6a\x07\ \x44\xdf\xfd\xfb\x03\x07\xe5\x61\xf7\x5e\x3d\x6e\xdf\x82\xa7\xdf\ \x9e\xbb\x6c\xca\x8f\x46\xb6\x07\xf8\x45\xdf\xfe\xe9\x05\xa5\x49\ \x2d\x9b\xe7\xbe\xb7\xd1\xbc\xeb\xd7\xbf\x1d\xaa\x36\x3e\xfa\xd0\ \x23\xba\xa1\x43\x7c\xd1\x85\x57\xde\x10\x0a\x77\xbd\xfb\xe4\x73\ \x2b\x36\x75\xcf\x9c\x90\xfb\xd8\x96\x5d\x1a\x0c\xae\x3a\xdc\x94\ \x32\x64\x92\x07\x71\x0b\x61\xa3\xf3\x70\x54\x72\xa5\x25\x49\x82\ \x9a\xb9\x93\x2e\x3b\x67\xcb\xc3\x7f\xfa\xd5\x2f\xbc\x79\x13\x7f\ \x34\x63\x08\xb3\x4c\x25\x63\xcc\x8d\xb3\x36\x3f\xf1\xb7\x07\x64\ \x97\xef\xfa\x1f\x9e\xef\xe6\x16\x95\x53\xae\xbc\xe5\xb2\x3f\x3d\ \xfa\xe8\x83\x92\x73\xc2\x15\xdf\x2b\x8b\xe3\x16\x73\x5f\x78\xe3\ \x0d\x7b\xff\xf6\xe2\xfd\x9b\xd5\x11\xe7\xdd\x36\x26\x95\x18\xf5\ \x41\x4d\x2a\xb8\xea\xe2\xcc\xb5\xcb\x97\xce\x1a\x7a\xfe\xa2\x95\ \x07\x26\x5d\x7e\xc5\xe1\xcd\x07\x83\x06\x58\xed\xe1\xbc\xf1\x97\ \xe5\x5a\xdb\x17\x6f\xa8\xbb\x32\x79\xf3\x1e\xab\xe4\xaa\x99\xe1\ \xfd\x9d\xed\x00\x05\x48\x08\xd3\xd4\x01\x3c\x5c\x4e\x9a\x38\x7e\ \xfc\xda\x79\x3b\xfd\xe6\x70\x04\x9c\x5a\x06\x80\x25\xc0\x35\xfa\ \xdc\xa9\x6f\xfe\x63\x5f\x53\x14\x72\xd2\x52\x56\x54\xb7\x9a\x82\ \x23\xc1\xed\x9e\xc4\xa9\xe8\x4b\x20\x21\x78\x52\x52\xe2\xed\xb7\ \x7f\x4b\x92\x64\xce\x59\xcc\xa0\x58\x08\xf4\xaf\xfc\xa0\x8f\x18\ \x42\xf7\x9a\x06\x1c\x9b\x50\xe3\x02\x04\x42\xac\xa7\xa3\xd5\x3d\ \xec\xc2\x5f\xdd\x77\xde\x9e\x79\x0f\xbf\xb4\x74\xe9\xc8\xf4\xf2\ \x0d\x7b\x7b\x2e\xfe\xe9\xff\x9b\x35\x38\x15\x23\x6b\xf5\xab\xb3\ \x37\xf8\x7d\xdf\xfd\xd6\xac\xb6\xf5\x6f\xbe\x38\xe7\xc3\xf1\xd9\ \xd3\x3b\x82\xca\x95\xdf\xf9\xd9\xb4\xe2\xa4\xa6\x4d\xf3\xa4\x9c\ \x31\xf7\xfd\xf4\x3b\x99\x8a\x65\x50\x93\x9e\x6c\x37\xd8\xbe\xbe\ \xc5\x99\xe8\x07\x1d\x2b\x30\x16\xc2\x34\x71\xdc\xcc\x4b\xa6\x2f\ \x7e\xe8\xb9\xe1\xb7\x5e\x9a\x4a\x02\xcb\x9a\x9b\xa3\x91\xb8\x65\ \x0b\x3e\x60\x14\x46\x54\x16\xb9\x13\x0b\xae\xb9\xf1\xec\x77\xe6\ \x3d\x51\xbd\xa1\xe2\xca\x1b\xaf\x44\xbd\x86\x3a\x00\x66\x67\x7d\ \x67\x57\xd4\x3c\xb4\xf8\x83\x56\xcb\x4a\x1e\x39\x38\x47\x58\x26\ \xc6\x92\x4c\x08\x26\xd0\xd2\xd8\x82\x33\x2a\xca\xd3\x9d\xb2\xe6\ \x89\x73\xc9\x08\xb3\xba\xcd\x0b\x9e\x7f\x67\x83\x3b\x39\xa1\xc9\ \x6f\x94\x1a\x7a\xce\xa8\x09\x8e\x0f\x3f\xac\xda\x7f\xa0\xbe\x9d\ \x55\x9e\x93\xc5\x99\xc9\xb8\x42\x4d\x9d\x03\x22\x82\x51\x6a\x71\ \x25\xe1\xbc\x8b\xa7\xaf\xfc\xc5\x53\x63\xef\x3d\x2f\x8d\xe8\x51\ \x93\x21\x8e\x2a\x66\x5c\x94\xb3\x74\xa3\x5e\x71\xf3\xb8\x6c\x45\ \x8b\x1a\x02\x68\x42\xd9\xb4\x73\x4b\x16\xbc\xdd\x59\x7a\xde\xe4\ \x42\x53\x8b\x52\x01\x8e\xec\xd1\x17\x8e\x99\xff\x87\x0d\x09\xe7\ \x9d\x3d\x4c\x70\x16\xd5\xc2\x41\x53\x2a\x9f\x30\xa3\xf3\xc0\xe3\ \x4f\x3d\xd3\x14\x51\x87\x7c\x6f\x5c\xd1\x73\xeb\xb7\x45\xb4\xa8\ \x16\x0e\x53\x57\xee\x79\xe3\xd4\x47\xde\x7c\xf9\x49\x62\x0c\x9a\ \x71\x77\x59\xf7\xbb\x5b\xea\xfc\x06\xcb\xef\xeb\xb8\x0a\x0c\x60\ \x18\x1a\x45\x52\x2c\x25\xd3\x6f\xd7\x67\xe9\x11\x4e\x40\x00\x48\ \x18\x71\xc3\xa0\x8c\x61\x66\x67\x18\x4e\x19\x3e\x9f\x2f\x33\x33\ \x33\xd6\xe0\x2d\xd3\x8a\x79\x9c\x7d\xb6\x1f\xf4\x80\x9d\xdf\xfa\ \xbb\xf4\x03\xfa\xfe\x80\x63\x69\x6f\xc6\x18\x20\x90\x24\x82\x90\ \x94\x59\x58\x28\x76\xb4\xf0\xa4\xca\x6f\x5d\x55\xf9\xde\xab\x7f\ \xdb\x5d\x30\xe1\xe6\x6b\xc6\x35\x77\xb6\x47\xc3\xc6\xd2\x0f\xdf\ \x67\x94\x8c\x1a\x5e\x46\xa8\x81\x88\x2c\x11\x12\x33\xa4\x16\x00\ \x9c\x0b\xc6\xd9\x71\x03\x6c\x47\x4d\x12\x88\xfd\x71\x06\xfa\x41\ \xc7\xcc\x75\x19\xe5\x5c\x08\x6e\xca\x2e\x4f\x4a\xaa\x2f\xc1\x8b\ \x81\xe3\x24\x6f\x82\x37\xad\xfc\x96\x7b\xaf\xf1\x82\x61\x5a\x4c\ \x08\x48\x9c\x7a\xf5\x2f\xc7\x4e\x78\xe1\x0f\x7f\x7a\xe1\xdd\xa2\ \x3b\x32\xe5\x68\xb8\x3b\xac\x53\x95\xab\x49\x2e\x6f\x72\xf6\xf8\ \xbb\xef\x9c\x46\x2c\x9d\x0a\x59\x8e\xee\x61\x5c\x50\x6a\x72\xce\ \x52\x52\x93\x59\xf3\xce\xaa\xe6\x59\x23\xe2\x4c\x93\x72\x89\x06\ \xd6\xae\x5e\x04\xe5\x37\xfc\xec\xd6\x29\x1f\xfd\xf5\xfe\xdd\xd1\ \xa8\xea\x2b\x19\x53\x40\xe7\xbe\xfd\xae\x50\x0a\x2e\xc8\x8a\xb7\ \x0c\x93\x03\x60\x67\x22\xa1\x7a\x77\xd8\x2a\x4a\x60\xd4\x30\x65\ \x87\x3b\x35\x2d\x3d\xd5\x89\x75\x93\x72\xc6\x81\x9b\x54\x71\xa6\ \x24\xa7\x47\x93\x3c\xdc\x34\x18\x63\x00\xcc\x34\x71\x42\x6a\xaa\ \x8f\x26\xc8\x60\x59\x94\x0a\x00\xcb\xc0\xce\x14\x5f\x86\xcf\x29\ \x23\x46\x29\xd7\xf5\xa8\x21\x84\x70\x67\xcc\x98\x58\xf0\xa3\x27\ \x56\x5d\xfa\xfd\xdb\xd2\xdc\x9d\xc0\xa3\x9a\x1e\x0e\x69\x16\x72\ \xb2\xd4\x41\x53\x86\x28\x73\xe7\x76\x8f\xb9\x75\x54\x6e\x68\xa9\ \xb0\xf4\x90\x4e\x39\x70\x00\x21\x04\xa3\xdd\x0d\x3b\xde\x5b\xb2\ \x36\x63\xc2\xbd\x89\x84\xd1\x58\x8c\xc5\x68\x4f\x47\xcd\xfc\x39\ \x2b\x72\x2b\x2f\xcd\x74\xd1\xcd\xfe\x90\x94\x58\x8a\x98\xed\x5b\ \x7d\x2a\x31\x19\x33\x0d\xe3\x48\x6b\x43\x08\x63\xc6\x85\x60\xc7\ \xf9\x41\x33\xde\x6b\x8f\x28\x8e\xb6\x57\x3c\x6e\x2e\x0f\xe6\x9c\ \xc7\xfc\xa0\x81\x81\xe0\xd4\x62\x60\x5a\x0c\x38\x37\x99\x3c\xea\ \xfc\x6f\x55\x8c\x3b\xf8\xd8\x1f\xff\xf4\xf2\xea\xb4\x31\x89\x29\ \x71\x7a\xd9\xad\xf7\x5e\xe9\x11\x86\x05\x04\xba\x76\x5b\x8c\x33\ \xcb\xe4\x82\x22\x84\x68\xa8\x27\x1c\xd1\x4c\x6e\xd1\x93\xef\x89\ \xdb\x37\x00\x80\x10\xc2\x9c\x73\xce\xd9\x99\xe5\x07\x2d\x38\x8a\ \x59\xe2\x71\x46\x2d\x5d\x37\x4c\xd3\x34\x0d\x75\xf4\xb9\x17\xef\ \x7e\xee\xe5\x07\x7f\xbd\x37\x51\x75\x0c\x99\x76\xd1\x39\xe5\xca\ \xdb\xaf\xcc\x69\x23\x6a\xb7\xe1\x1d\x9c\x97\xe8\x2b\x1e\xee\x5d\ \xf4\xd2\x6f\x7f\xd5\x54\x31\xe6\xdc\x59\x97\x5d\x76\xe8\xb9\xb7\ \x7e\xf5\xeb\x55\x1e\xc9\x35\xfe\x92\x6b\xa7\x17\x20\xd3\x34\x4d\ \x8b\x19\x51\xc3\x57\x71\xd6\xf4\xca\xea\x67\xff\xf4\x50\x66\x12\ \xa9\x6d\xe5\xc5\xae\xf8\x82\x11\xa3\xd7\xcf\x7f\xf7\x8f\xed\x6b\ \x9b\xab\x3a\x4b\xf2\x25\x0b\xe2\xa6\x4c\x1d\xf5\xce\x03\x2f\x0f\ \xbd\xe6\xa7\x19\x2e\x66\x68\x54\x00\x97\xe3\xf3\xb3\x48\xa4\xfa\ \x60\xdb\x98\x71\x29\xcc\x62\xdc\x34\x0d\x4d\xd3\x0d\xca\x19\xa3\ \x94\x03\x02\x86\xa9\xa1\xeb\x86\x69\x32\xc6\x62\xe3\x8e\x58\xa2\ \xa6\xa1\xe9\x86\x61\x59\x0c\x53\xc6\x00\x30\x61\x96\x61\x68\x3a\ \xb6\x2c\xc6\x31\xd7\xa2\xa1\x08\x13\xd4\x30\x53\x87\x9d\xff\x93\ \x1f\x8d\xc8\x2c\x4f\xb6\xf4\x36\xce\xc2\xc1\x48\x38\x18\xd6\x98\ \x1b\x99\xdc\x71\xd6\x75\x3f\x28\xb6\x12\x12\x31\x0b\x4b\x22\x12\ \xf2\xeb\x8c\xc8\xa2\x7d\xc1\xec\x27\xf6\x2e\x92\xba\xbb\xfd\x89\ \x65\x97\xde\x3e\xab\x42\x58\x7e\x99\x07\x56\xcf\x7b\xaa\x73\x9d\ \xd3\xdf\xe5\x77\xe7\x9e\x75\xfb\x95\xe7\x3a\xa3\x2d\xfb\xea\xda\ \x72\x27\x65\x21\x4a\xa9\xed\x5b\x7d\x4a\xa6\x07\xc4\xfa\x12\x08\ \x49\x92\x14\xb3\x87\x67\x8c\x21\x84\x04\x96\x04\xe7\xc0\xc5\x31\ \xf6\xef\xbd\x91\x2f\xe3\x70\xf4\xce\x70\x18\x23\x21\x8e\xcc\x29\ \x20\x80\x29\xa5\x86\x69\x52\xc6\x80\x5a\xa6\x69\x31\x26\x28\xb5\ \x18\x13\xd1\xce\xaa\x67\x9e\x78\x2f\x24\x91\x36\x48\x1d\x9b\xe6\ \x1b\x3b\xec\xa2\xed\x4f\xbd\xf0\xe0\x03\xbb\x12\x14\x47\xc5\xb9\ \x97\x9d\x57\x82\x2d\xc3\xb2\x2c\x66\xea\x56\x7c\x56\x79\xb9\x7b\ \xe9\x63\x7f\x7c\x30\xb7\x6c\xe2\x8d\x57\x9c\x1d\xaf\x30\xc6\xfb\ \xdc\x9f\xe1\xc8\x60\x04\x46\x48\x80\x40\x80\x38\x26\x02\x38\x9c\ \x0a\x5f\x08\x14\x0c\xf4\x7c\xd1\xd7\x38\x15\xef\xa2\x2d\x8f\x2e\ \xdb\xf9\x9c\xf3\x24\xf3\x9a\x0c\x2b\x32\x34\x6f\xfa\x8d\x67\x3f\ \x1c\x9b\xd7\x44\x08\xd9\xbd\x73\xfb\xa0\xa1\x95\xa8\x6f\xa3\x4a\ \x60\x5a\x5b\xbb\xdf\x99\x94\x16\x27\x23\x20\x32\x0d\x77\x1e\x6e\ \x6c\xd6\x99\xec\xcb\xcc\x4e\x76\xa3\xd6\x86\xfa\xee\x08\x75\x25\ \xa6\xe5\x65\x25\x4b\x18\x85\xda\x9b\x1a\xda\x7a\x5c\xc9\x19\x79\ \xd9\x3e\xa3\xbb\xe9\x70\x73\x07\x45\xce\x8c\xec\xec\x44\xa7\x68\ \x6f\xeb\x72\x24\xa5\x79\x15\x24\x90\x24\x71\xad\xb1\xbe\xde\x1f\ \xa5\xce\xb8\xe4\x8c\xb4\x14\xb7\xcc\xdb\x1a\x0f\xb7\xf5\x68\xb2\ \x2b\x3e\x3d\x3d\x23\x31\xde\xc3\x3b\x36\xfe\xf1\xb1\x8f\xcf\xbd\ \xfb\x07\x13\x33\x88\x41\x05\x00\x28\xaa\xbc\x7b\xe1\xb3\x6f\xed\ \x4f\xf8\xc1\x7d\xd7\x26\x20\x8b\x59\xd1\x8e\x76\xbf\x3b\x35\xdd\ \x2d\xe3\xbe\x2d\x8e\x79\x77\x7b\x3b\x77\x26\xa5\xc4\x29\xa2\x77\ \xa8\x15\x69\x3d\xed\x01\x4b\xf5\xa5\x26\x20\xce\x63\x75\xcb\x08\ \x77\x75\x69\xd8\x97\x9a\x24\x23\x30\xa3\x81\xf6\x80\x95\xea\x4b\ \x56\x08\x96\x25\x42\x2d\x4b\x70\xb3\xa3\xa3\xd3\x91\x98\xca\x83\ \xdd\xa6\x12\x9f\x1a\xe7\x40\x44\x92\x80\x5b\x4c\x58\xd1\xae\xce\ \x30\xf8\x52\x13\x42\xed\x8d\x6d\x3d\x51\x2e\xb0\x27\x29\x2d\x37\ \x33\x15\x33\x93\x09\x1e\xe8\x68\x69\xef\x0e\x51\x81\x5c\xf1\xa9\ \x39\xd9\x69\x2e\x19\x35\x6f\x5d\xf8\xe8\xdc\x03\xb7\xfd\xf8\xbb\ \xc5\x5e\x61\xd9\xb3\x9b\x4e\x91\x34\x60\x4c\xb6\x6d\xdf\xb6\x6a\ \xe5\x2a\x40\x28\x29\x31\xf1\xf2\xcb\x2f\xf3\x7a\xe3\x88\x44\x22\ \xe1\x70\x43\x7d\xdd\xe0\x21\x15\x96\x65\xc5\xaa\x71\x47\x7b\x5b\ \x38\x12\x2e\x2d\x1b\xa4\x6b\x1a\x1f\xb0\x7f\x04\xef\xcd\x2f\x88\ \xa3\xc6\xe0\xa8\xd6\xd6\x1e\x4c\x48\x4b\x83\x48\x67\x80\x3a\xd2\ \x92\xe3\x98\xe6\xef\x08\xb2\xa4\x44\x67\x47\x43\x43\x40\x67\x9e\ \xe4\xcc\xdc\xb4\x04\x22\x11\x2b\xd4\x79\xb8\xa1\x45\xe7\xb2\x2f\ \x2b\x27\xc5\x8d\x3a\xda\xba\x5d\xc9\x3e\xb7\x82\x11\x46\x7a\xb0\ \xe3\x70\x63\x3b\x71\xfb\xf2\xb2\x52\x24\x3c\xb0\x8b\x80\xa0\xcf\ \x3c\x2e\x26\x15\x08\x21\x49\x92\x35\x2d\x7a\xa8\xb6\x66\x68\x45\ \x65\xac\xcc\xfd\xdd\x9c\x4d\x1b\x37\x4c\x3b\xfb\x5c\x6a\x59\x5c\ \x70\x4a\xa9\x69\x98\x86\xa1\x13\x89\xec\xde\xb9\x73\xc2\xa4\xc9\ \xc7\xc7\x9e\x5f\x32\x5e\xe0\x9c\x5a\x4c\x97\x98\x72\xc2\x67\x2d\ \x66\x30\x6e\x0d\xbc\xf8\xb1\xbd\xb7\x45\x6c\xdb\x0b\xc1\x01\x1c\ \x99\x59\xd9\x8c\x1a\x54\x20\xb0\x74\xe2\x4a\x2c\x1d\x9c\x82\x40\ \x50\x6a\x31\x0e\x59\xc5\x83\x72\x11\x12\x82\x59\x16\xb5\x18\x78\ \x7c\xd9\x15\x19\xb9\x9c\x52\xcb\xd0\x95\xf8\xf4\x41\x49\x99\x08\ \x04\xb5\x2c\xca\x21\x2d\x2b\x9b\x33\x8b\x73\x01\x60\x51\xac\x64\ \x17\x95\xe7\x22\x24\x04\xa7\x96\x65\x71\xec\xcb\x2b\xcd\xc8\x47\ \x80\xb0\xd0\x5b\x16\xbe\xf6\xda\xb6\x83\x4d\xb9\x13\x2f\x1f\x9d\ \xa9\xea\x66\xaf\x03\x9d\x49\xc5\xa0\x49\x33\x4a\x6a\x97\xd4\xb5\ \xf6\x0c\xcf\x70\x09\xe2\xcc\xc8\xf5\x30\xcb\xea\xcb\xdc\x08\x21\ \x20\x25\x23\x0b\x38\xed\xf7\x8c\x14\x4c\x38\x13\xd3\x3d\x48\x58\ \x56\xef\x3e\x1f\x42\x08\xc5\x9b\x9a\x13\x2f\x2c\x8b\x52\x40\x92\ \x33\x3e\xd7\x8b\xa8\x45\x39\xe3\x46\xcc\x90\x1a\xc9\x69\x99\x39\ \x9c\x52\x94\x96\x89\x62\xa7\xe2\x26\x03\x00\x10\x92\x3b\x25\xdb\ \x0b\x96\x45\x13\xb3\x0a\x53\xb3\x11\x80\xe0\x9c\x53\x4b\x8f\x75\ \x25\x13\xd2\x73\x53\x32\x71\xac\x4f\x4b\xa9\x69\x09\x56\x53\xdb\ \x38\xe4\x9c\x59\x85\x89\xc8\x32\xec\x89\x4d\xa7\x28\x92\x15\x82\ \x0b\x3e\x78\xf0\xa0\xfa\xfa\xfa\x3d\x7b\xf6\x5e\x7c\xd1\x85\x5e\ \xaf\x97\x71\x8a\x39\x3a\x3e\x87\xc7\xfb\x9c\xe1\xb9\x18\xd8\x93\ \x17\x20\x04\x1f\x60\x5c\xd8\x3b\x1e\x41\x9c\xd9\xb9\x1e\x66\x59\ \x10\xef\xf3\x20\x6e\x51\x8b\x38\x12\xb2\xdd\x88\x52\x96\x57\x3a\ \x18\x23\x24\x38\xb3\x28\xb5\x4c\x46\x5c\x49\xa5\x43\x52\xfb\xeb\ \x7f\x5a\x4e\x16\xa7\x16\xe7\x1c\x38\xa8\x71\x69\x43\x2a\x33\x04\ \xa3\x26\x3d\x6a\xff\x7a\x01\xb1\x01\x54\x14\xdb\x26\x3e\xe6\x95\ \x1a\xcb\xee\x9f\x92\xa5\x89\x5f\xca\x0f\xda\x8a\x8c\x2d\xbb\x6a\ \x70\xde\xb9\xbd\xb3\x35\x4e\x70\xad\xb9\xaa\x78\x0c\x2b\xda\x2f\ \x6d\x18\xe1\x70\x38\x1c\x1f\x17\xc7\x38\x13\x00\x08\xb8\x65\x31\ \x21\x7a\xe7\x46\x71\x46\x4d\x76\x64\xd4\x8d\x9a\x26\x1d\xa0\x8a\ \xcc\xb2\x58\x9f\xc8\x70\x6a\xf5\x3f\x87\x00\xe8\x40\x51\xe4\xdc\ \x32\x07\x5a\x4e\x8a\xbe\xf3\x20\x24\x5c\x43\x46\x4f\x28\x18\x1b\ \x97\x9f\x9f\x01\x03\x8e\x11\xd4\x62\xce\xac\x2b\x6f\xbd\x5e\x20\ \x29\xd6\xf2\x2d\xf3\xd8\x9b\xf0\xc0\xb7\xe8\x2b\x43\x6c\x02\xdb\ \x80\xa9\xe9\x8c\x5a\xac\x77\x7e\x89\xe0\xcc\x32\x8f\xbd\x1c\xbd\ \x27\x39\xf6\x54\xa8\xef\x85\xc0\x4c\xf3\xf8\x2f\x93\x59\xd6\xc0\ \x07\x39\x43\x15\xe7\x5e\x3b\x5c\x71\x32\xdd\x14\xb6\x17\xde\xa9\ \xeb\x47\x08\x21\x64\x49\x3e\x7f\xd6\xac\xc9\x93\x27\x25\x27\x27\ \x53\xc6\x10\x08\x44\x48\x28\x14\x1c\xb8\x68\x0a\x00\x24\x22\x69\ \xba\xc6\x39\x47\x80\x38\x0c\x1c\xb1\x8c\x55\xe4\xa3\x66\xf7\x83\ \xe0\xbd\xd5\x89\xf5\x56\x18\xc1\x99\xc5\x01\x00\x06\x56\x54\x04\ \xc7\xd7\x7f\x6b\x40\x65\xb3\x0c\x7a\x92\x7c\xa3\x80\x01\xd3\xa9\ \x10\x08\x81\x09\x09\x85\x42\x92\x24\x7d\x3d\xba\xc0\x05\xf3\xba\ \x52\x13\xdc\x19\x9f\x31\x35\x99\x0b\xde\x1f\x32\x08\xce\xd3\x33\ \x32\x0f\xee\xdf\x57\x56\x36\xc8\x13\x17\x17\x0b\xc8\x63\x3d\x22\ \x80\xd8\x27\xfb\x77\xaf\x37\x51\x8a\x86\x0c\xc7\x48\x58\x96\xc5\ \x05\x39\xc6\xaf\x53\x51\x54\x10\xfc\x8c\x18\xf4\x53\x9d\x4e\x10\ \x9c\x0b\xdb\x3b\xf7\x54\xe9\x42\xac\x49\xa1\x98\xa7\xab\xc7\xe3\ \x61\x8c\x13\x0c\x42\x88\xce\xb6\xb6\xa6\x86\xfa\xf2\xc1\x43\x63\ \xd3\xde\x63\xb9\xf3\x84\x84\x84\xe6\xa6\xc6\xea\x03\x55\x79\x79\ \x05\x8a\xac\xf4\xfa\x41\xf7\xda\xc4\xa3\xff\xcc\x02\xc0\x01\x65\ \x86\x23\x5d\x09\x40\x02\x44\x77\x67\x67\x7d\xdd\xa1\xb2\x41\x83\ \xfb\xcb\xfc\x1f\xce\x3b\x22\xce\x29\x87\xcf\xfb\xde\x9c\xf3\x94\ \xd4\x54\x01\xa2\xfa\xe0\x7e\xc6\x58\xaf\x79\xfc\x31\x0b\x53\xed\ \xfb\x9f\xcd\xd7\xd0\x8b\x38\xd2\xd8\xc4\x51\xbf\x0b\x45\x51\x8a\ \x4b\xcb\x3c\x1e\xcf\x40\x3f\x68\x84\x71\xd9\xa0\x41\x75\xb5\x35\ \x5b\xb7\x6c\xea\x5f\x07\x70\x54\x4d\x46\x5f\x4f\x99\x63\x4f\xc8\ \xb2\x5c\x5c\x5a\x1a\x17\x17\x77\xc6\xf8\x41\x73\xce\x53\x53\x7d\ \x29\x29\x3e\x01\xc2\x56\x00\x9b\x33\xa5\x8b\x71\x4c\x03\x13\x42\ \x48\x92\x5c\x52\x36\xe8\xf4\x74\x06\x38\x61\x99\x4f\x6b\x5d\x80\ \xbe\xad\xc1\xc1\x76\x61\xb1\x39\x23\x22\x89\x93\xb4\x7c\x71\x8a\ \x8c\xd2\xfe\x93\x65\xfe\x12\xd8\xbe\xaf\x36\x36\x36\xb6\x2e\xd8\ \xd8\xd8\x9c\x3e\xfd\x88\xbe\x49\x4d\xf6\x6c\x1c\x9b\x33\x00\x84\ \x30\xc6\xf8\xf8\xc8\x3c\x66\x94\xc4\x39\x3f\x0d\x3b\xc4\x27\x2b\ \xf3\xe9\xab\x0b\x08\xa1\x50\x28\xa8\x45\x35\xdb\x2a\xde\xe6\x4c\ \x40\x70\x2e\x3c\x5e\xaf\xdb\xe3\x11\x03\xa6\x13\x21\x84\x2c\x4a\ \x03\x7e\x7f\xef\x3c\xa6\xd3\x2e\xb9\x20\x5c\x6e\x8f\xc7\xe3\xf9\ \xba\xfc\xa0\x05\xc1\x8a\x44\x94\x93\x6d\x42\x8d\x00\x18\x67\x94\ \xe9\xd0\xbb\x9e\x03\x87\xc3\x41\x4d\x8b\x66\xe7\xe6\x2b\x8a\x62\ \x57\x3a\x9b\xd3\x1f\x4d\x8b\x36\x35\xd4\x4b\x84\xa8\x0e\x47\xbf\ \xa5\x22\xe7\xbc\xab\xb3\x3d\x31\x29\x39\x39\x39\xf5\x74\x2c\xb3\ \xae\x35\x35\x1c\x96\x08\x76\xf4\x79\xa9\xfe\x47\x75\x01\x63\xa9\ \x2b\x58\xef\x8f\x34\x63\x74\xe2\x2d\x7d\xb9\xe0\x1e\x47\x62\x5a\ \x62\x71\x6c\x4a\x26\x42\x10\x0c\x04\xb2\x73\xf3\x62\x6e\xfc\x5f\ \x8b\x8b\xae\x8d\xcd\xe7\x89\x6a\xfb\xab\xa2\xd3\xe9\x4a\x49\xf1\ \x75\x77\x75\xa6\x67\x66\xc6\x46\xfe\x10\x42\x9a\x16\x95\x88\x9c\ \x9c\x9c\xda\x3f\x2a\xd1\xff\x92\x63\xac\x8c\xff\xc3\x65\x8e\xfd\ \xeb\x74\x38\x53\x53\xd3\xba\xda\xdb\x5c\x6e\xcf\xd7\xe1\x07\x2d\ \xb9\xb7\x54\x7f\xf0\xf1\xb6\x27\x5c\x6a\xdc\x09\x0f\xd0\xad\xf0\ \xb0\xfc\x59\xb7\xcd\x78\x5c\x37\x43\xb1\x47\x18\xe7\x8a\xac\xc4\ \x2c\x05\x60\x80\xc7\xf6\x57\xf7\x90\x38\x81\x63\xee\xbf\x7c\x09\ \x26\x31\x63\xb9\x3e\x99\xc3\x7d\xd3\x1d\x31\x21\x5f\xd6\x1b\x1a\ \x61\x82\x11\x3f\x33\x3c\x11\x44\xcc\x34\xdb\xf6\x95\x3e\x99\x28\ \xc4\x7e\x91\x15\x85\xb2\xa3\x26\xef\x31\xc6\x08\x21\xfd\x07\xa0\ \x01\xfe\x8e\xff\x1e\x51\x40\x18\x7f\x56\x1b\x19\x68\x48\x1d\x43\ \x56\x14\xeb\xeb\x9a\xbf\x20\x40\x48\x44\x71\x28\x1e\x55\x3e\xe9\ \xae\xbe\xb2\xe4\x38\x2a\x31\x13\xf3\x83\x16\x5c\xf4\x9a\x9d\x1f\ \x79\x82\x7d\x79\x07\x53\x24\x49\x74\xd3\xc2\x37\x1a\xe2\x27\x5e\ \x3e\xa9\xec\xb3\x5c\xa5\x07\x7e\x60\x82\xf6\x2e\x7f\xe7\x90\x32\ \xe4\xfc\xc9\xe5\x82\x52\x00\xb0\x0c\x1d\xb0\x44\x08\x46\x34\x74\ \xb0\xaa\xce\x95\x55\x92\xe1\x55\xbe\xa0\xa9\x2e\x92\x50\xe4\xd3\ \xf9\x0b\xa4\x8a\x8b\xc7\xe7\xbb\xfa\x56\x50\x0c\x34\x74\xee\xb5\ \x87\x1e\x38\x77\xbd\xd7\x45\x7a\x80\xaf\x74\xec\x75\x88\x48\x04\ \x81\x60\x14\x11\x09\x06\xd8\x47\x1f\xeb\x2b\xcd\x19\xed\xd5\xaf\ \xd8\x39\x38\xa5\xe2\x28\x0b\x69\xc1\x19\xe3\xe2\xe8\x37\x05\x10\ \x00\xd6\xce\x65\x0b\xdb\xe3\x87\x4d\x1f\x95\xcb\xbe\xd9\xf6\xb1\ \xc7\xec\x6c\x84\xfa\xa7\x10\x8a\xbe\xc5\x51\x27\xf1\x83\xee\x77\ \x7f\xe6\x7d\xf7\xea\xe3\xf7\x95\xf9\x8a\x7e\xd0\x08\x00\x04\x33\ \x4c\x4e\x24\x09\xa3\x13\x4c\x0c\x3e\xf6\x91\x01\xcb\xbe\xbf\x1e\ \x5d\xf8\x12\xc4\xd6\xab\xc7\xf4\xaf\x66\xe5\xbc\x77\x37\x1c\x44\ \x44\x52\xbd\xa9\x23\x26\x9d\x3b\x71\x48\x16\xa7\x96\x00\xdc\x5f\ \xa7\x99\x65\x61\x59\x8e\x2d\x8b\x42\x92\x4c\x10\x50\xcb\x42\x44\ \x26\x18\x38\x17\x31\xab\x5c\xe8\xf5\xea\x66\xcd\x35\x3b\xaa\xb3\ \x86\x22\x00\x40\xb1\xe6\x02\x00\x9c\x5a\x0c\x00\x49\xb2\x74\x44\ \x7b\xb8\x00\x4c\x62\x07\xb4\xed\xdd\xb0\xc3\xeb\xbb\x70\x72\x39\ \xc7\x04\x1b\x4d\x73\x5e\x7a\xa7\xec\xca\x7b\x47\xf8\x08\xe8\x5d\ \xcb\x3f\x7c\x2f\xef\xd2\xef\x66\x25\x38\x8f\x1f\xbf\xe5\xd4\xe2\ \x02\x00\xf5\x97\x53\x50\xab\xf7\x66\x82\x65\xa9\x6b\xfb\x92\x77\ \x3f\x6d\xfe\x56\xe9\x81\x97\x5e\xdc\x3e\xee\x92\x9b\x06\x25\x21\ \x00\x6d\xd9\x1b\x73\x78\xc9\x68\xb3\x6a\xb3\x3a\x6c\xd6\xb9\x95\ \xe9\x02\xe0\xc0\x9a\xb9\x1b\x83\xd9\x83\xe4\xda\xdd\xac\xfc\xc6\ \xf3\x46\x62\x01\xa1\xda\xf5\xf3\x3f\x6d\x2a\xc8\xc1\xfb\x3a\x7c\ \x37\x5d\x33\x49\x11\x60\xb5\xee\x7c\xfd\xa3\x9d\x67\x5d\x73\x55\ \xc7\xc7\xb3\x1b\x12\x47\x5d\x7a\xf6\x60\xb0\x28\x96\xa5\xc6\x2d\ \x8b\x97\xed\x83\x2b\x6e\x9c\x29\xb5\x57\xcd\x7e\x67\xc3\x98\x6b\ \xaf\x2b\x4b\x92\x28\x03\x09\x85\x16\xbf\x32\x57\x19\x76\xfe\x59\ \x95\xf1\xab\xdf\x7b\x7b\x6d\x55\x07\x91\xe5\x38\x5f\xde\xa4\x73\ \xce\x19\x92\x95\xc0\x99\xb6\xed\xe3\x37\x3e\xde\xda\x46\x14\xc9\ \x9d\x98\x39\xfe\xac\xe9\x23\x0a\x93\x93\x5d\xc1\x17\xe7\xbe\x5b\ \x3c\xe8\xfb\x79\xaa\xf8\x26\x07\x0d\x62\xc0\x8d\x17\x01\x58\x96\ \xa5\xaa\x2a\xa3\xb4\xb7\x69\x71\x71\x8c\x87\xaa\x18\xe0\xfb\x7a\ \xf4\x2d\xef\x38\x3f\x68\x2c\xd1\x60\xed\x5b\x1f\x6c\x1b\x7d\xc1\ \xa5\xa5\xa9\xf2\xd1\xb5\x08\x11\x59\x42\x03\x6a\x26\x91\x65\x34\ \xe0\xd9\xfe\x7a\xeb\x3f\xb0\xea\xb5\x95\x81\x6f\xdd\x75\xb1\x07\ \x80\x59\x96\x38\xba\xcc\x02\x8e\x2c\xda\x82\x3e\x4f\xea\x5e\xa7\ \x39\x74\x86\xf8\x41\xf3\xbe\x25\x26\x08\x41\xcd\xfa\xd5\x87\xc3\ \xc9\x67\x4d\x9b\x5c\x98\x60\xbd\xfb\xc4\x83\x4f\x2f\xda\xc1\x89\ \x24\x49\xac\x71\xff\xd6\xa5\x1f\x2f\xdb\x59\xd3\x8a\x65\xb9\xab\ \x6e\xd7\xee\xda\x66\x81\xb1\xde\x7e\x68\xef\x81\x06\xc0\xc8\xf0\ \x37\xee\xd8\x55\x13\x08\x74\xed\xde\xb4\xe6\x93\xa5\x4b\xd6\x6c\ \xd9\x1b\x64\x18\x00\x30\x91\x24\x0c\x02\x80\x88\x48\xd5\x96\x4f\ \x97\x7e\xb2\xba\xb6\x2d\x42\x64\x82\x90\x75\x68\xf7\xe6\x25\x8b\ \x17\xaf\xdd\x56\x15\xa6\x18\x61\x82\x69\x78\xdf\xe6\xd5\x2b\x56\ \xaf\xae\xe9\x36\x55\x85\x08\x00\x01\x08\x58\xa4\xee\xc0\x96\xa5\ \x8b\x17\xad\x58\xb5\xb9\x8b\xc5\x4d\x39\xef\x82\xc1\xe9\x2e\x33\ \xd0\xba\x63\xe3\xa7\x4b\x97\x7c\xb2\x71\x77\x4d\xe3\xa1\xaa\xd5\ \xcb\x96\xac\xdd\xb6\x3f\x2a\x08\xc2\x58\x02\xb3\x66\xc7\xba\x8f\ \x97\xae\xa8\x6a\xf0\x13\x89\x88\xd8\xa4\x79\x1e\x5c\xb6\x6c\x5d\ \xee\x94\x99\x43\x4b\x0a\x78\xed\xfa\xd9\xef\xaf\x03\x44\xba\x77\ \x2c\x9a\xbb\xb6\xc6\x97\x57\x94\xae\x36\xcd\x7e\xe3\xdd\x0e\x86\ \x50\xb0\xea\xcd\xd9\x9f\xc8\xa9\xb9\xb9\x19\x9e\xb5\x6f\xbd\xba\ \xa9\xc9\xc4\x28\xb2\x68\xee\xec\x6a\x94\x5e\x9a\x97\xba\x7b\xf1\ \xeb\xcb\xaa\x42\x18\xd1\x95\xef\xce\xde\xe1\x8f\x4b\x73\xf1\xad\ \x2b\x3e\xf8\xe7\x0b\xaf\x1f\xe8\xa2\x44\x96\x20\xda\x3c\xf7\xe5\ \x27\xde\x5e\xbc\x31\x8a\x50\xb4\xb3\xfe\x83\x37\x9e\x7c\x69\xe1\ \x56\x8e\x08\x96\x48\xfb\xb6\x85\x8f\x3d\xfb\xfa\xb6\x9a\x76\x8c\ \xb4\x4d\x6b\x57\x84\x7c\x43\xa7\x4d\x1e\x9d\x68\x1e\x7a\xec\xc1\ \xdf\x2f\xdc\xd9\x81\x89\xb5\xfb\xd3\x4f\x7a\xdc\xb9\x67\x4d\x19\ \x9f\x29\xb7\x3f\xf7\xf0\x83\x6f\xae\x6b\xc8\x1a\x7f\x59\xa5\xa3\ \x69\xe9\xfa\xc3\x88\xc4\xae\xc3\xff\x67\xef\xbb\x03\xac\x2a\xce\ \xf6\xdf\x99\x39\xed\xd6\xed\xbd\x2f\x65\x77\x59\x16\x90\x8e\x34\ \x45\x10\x50\xb1\x37\x14\x31\x96\x14\x4b\x7a\xf2\xfb\xe2\x97\xf2\ \x25\xf9\x12\xd3\x9b\x26\xb6\xa8\xa8\x80\x4a\x51\x51\x51\xa4\x8a\ \xd2\x7b\x6f\xcb\xf6\xde\xeb\xbd\xf7\xb4\x29\xbf\x3f\xee\x76\xc0\ \xd8\x42\xf9\x72\x1e\x6f\xc8\xbd\x67\xcf\x3d\x33\xf7\x9c\x99\x67\ \xde\x79\xe7\x9d\xe7\xfd\x8f\x7e\x85\x27\x90\x5b\xb6\x6e\x7d\xea\ \xa9\xa7\x9a\x9b\x9b\x7b\xf5\xa0\xe1\xcc\xb1\xb7\x57\x27\xbe\xeb\ \xd5\xdd\xb0\x07\x5e\x13\x21\xae\x37\x6e\xfb\x68\x57\x83\x0e\x56\ \x67\xfd\xc1\x9d\x1f\x6f\x58\xbf\x61\xe7\xa1\xd3\x3a\x48\x98\xa0\ \x8e\xda\xd3\x1f\x6f\x5c\xbf\x69\xcb\xfe\xa6\x20\xc5\xb2\xdc\x59\ \x7b\xfa\xe3\x0d\xeb\xb6\x1d\x38\xa5\x0b\x19\x81\x55\x53\x7c\xe4\ \xe3\x4d\xeb\xb7\xee\x39\xde\xd0\xd4\x74\x6c\xd7\x96\x35\x6b\x36\ \x6c\x3f\x5c\x6c\x0a\x0c\x67\x54\xfb\x6c\x75\x10\x3d\xc6\xcb\x17\ \x01\x79\xec\xb1\x1f\x7d\xd6\xef\xc8\x44\x2d\xaa\xdd\x55\x5a\xbf\ \x5f\x26\xea\x59\x4f\x60\xdc\x8e\x8f\xcc\x1e\x91\x75\x35\x65\x56\ \x78\x02\xdf\xdc\xd4\x14\x1b\x17\x8f\x31\xc1\x58\x14\xed\xda\x12\ \x4a\x9d\x76\xfb\xdc\x09\x43\xf2\x47\x0f\x8b\x6e\x5b\xf4\xea\xf6\ \x82\x69\x93\xdb\x76\x2d\xfb\xdb\x2b\x9b\x42\x46\xdb\xd6\x75\x1b\ \xad\xf8\x5c\xad\x72\xf5\x5f\xde\xad\x9c\x79\xd5\x98\xa2\xb7\xfe\ \xfe\xe7\x95\xc7\xaf\x9a\x37\xad\xe6\xa3\x97\x9e\xdb\xd2\x9a\xee\ \xaa\x78\xf2\xf9\xf7\xb8\x22\xf6\xad\x5d\x7d\x3a\x10\x3d\xa9\x20\ \xed\xf4\x9e\x8d\xcd\xbe\x91\x97\xe7\x46\xaf\x7f\xf9\xc9\x57\x37\ \x9d\x32\xda\x4b\xd7\xad\xdb\x13\x9d\x33\x2a\x2d\x1a\x9f\xd8\xbb\ \xa7\xb4\xb6\xee\xc0\x87\xef\x17\x9b\x89\xe3\x87\xc5\x6c\x5a\xf2\ \xa7\x97\x36\x9c\xa2\x56\xdb\xf1\x43\x45\xb1\xb9\x13\x27\x0c\x4f\ \x15\x1c\xb0\xdd\xba\x6b\xdb\xd6\x66\xea\x91\x91\x36\x28\x83\x2c\ \x7b\xee\x39\x9a\x3b\x23\xe2\xf8\xca\x3f\xbc\xbc\x19\x29\x74\xe7\ \x07\xcb\x37\x1d\xad\xe7\x66\xcb\xc7\xef\xad\x69\x50\x06\x8f\xcd\ \x89\xde\xb3\xfa\x85\x65\x1f\x97\x62\xbb\x61\xc3\x86\x6d\x9e\x21\ \x63\x32\x22\x25\x81\x24\xd1\x56\xf2\xee\xea\xfd\x63\xe6\xce\xcb\ \x8a\x8d\x18\x92\xe5\x59\xbb\xe2\x1d\x57\x76\xe6\xb6\x95\x6f\xc6\ \xcf\x7a\xf0\xda\x11\x89\x89\xd9\xd9\x15\x1f\xbe\x59\x88\x32\xf5\ \x7d\xab\x4e\x78\xa6\x7c\xed\xa6\xb1\x11\xf1\x59\xae\xfa\xed\xef\ \x1f\x32\x33\xd1\xf1\xb7\xf6\x89\xaf\x7e\xfd\x8e\xd4\xc4\xf4\x18\ \xf3\xf8\x9b\x5b\xaa\xb3\x63\x1a\x57\x6e\xa8\x5e\xf0\xc8\x03\xa9\ \xae\xe6\xad\xbb\x8f\xda\xc2\x0a\xf0\x98\x09\xf9\xa9\xa7\x3f\x5a\ \xb9\xfe\x64\x6b\x44\x5c\xdc\x65\x93\xa7\x88\xca\xbd\xfb\x9a\x6c\ \xab\xb1\x29\x61\xe4\xe4\x54\x77\xe3\xca\x45\xcb\x03\xbe\x48\x7f\ \x72\xce\xe4\x82\xb8\x3d\x5b\xb7\x27\x4d\x9b\x7f\xcd\xf8\x61\xf9\ \xa3\x2f\x8f\x6d\xd9\xba\x6c\x5b\xf5\xb4\x69\xa3\x4a\xb7\x7f\xe4\ \x19\x7d\xfd\xbc\x29\x97\xe5\x8e\x98\x90\xc5\x4f\xbc\xfa\xce\xb1\ \xcb\x67\x5f\xe1\x6d\xdc\xb7\xa3\x44\x4c\x9e\x90\x4b\x2e\x8d\x54\ \x5b\xff\x46\xb7\x02\xc1\x78\xcf\xde\x3d\x6f\xbd\xf5\x56\x73\x73\ \x73\x75\x55\x55\x4e\x6e\xae\xaa\xaa\x08\x63\xcb\x30\xdb\xdb\x5a\ \xa3\xa3\x63\x78\xb7\x00\x8f\xae\x87\x28\x65\xd1\x31\x31\x7d\x37\ \x53\x9d\xd5\x71\x8e\x10\x66\xa1\xba\xad\x3b\x4b\x46\x5f\x75\x65\ \xc7\xee\x25\x7f\x7c\x75\x87\x2c\x99\x5b\xdf\x5b\x5d\x27\x67\xe5\ \x27\x74\x3c\xf5\xbb\xa7\x2b\x6c\x49\xef\xd0\x93\x06\xe7\x6a\x8d\ \xfb\x9e\x7d\x61\x45\x33\x43\xa7\x77\xac\x3f\xa9\xc7\x5e\x96\x2e\ \x5e\xfa\xdd\x6f\xf6\xd6\xdb\x1c\x7b\x12\xfc\xfc\xd0\xfe\x13\x92\ \x57\x13\x5a\xf4\xe0\x8c\x44\x09\x9d\x63\x76\xdb\x6d\x2f\x60\x8c\ \x6d\xcb\x6a\x6d\x6d\x89\x8e\x89\x19\xe0\x95\xa8\xa9\xae\xce\xcc\ \xca\xe6\x9c\x0b\x10\x5d\x42\x74\x8c\x62\x8c\x1b\xea\xeb\xd3\xd2\ \xd3\xcf\xac\xff\x79\x8a\x77\x14\x3c\xac\xb1\x1b\x8e\x06\x11\x9c\ \x59\x1c\x84\x4d\x59\xfc\xa0\x51\x19\xb4\xa5\xba\xe8\xd8\xfb\xef\ \x6e\x1f\x73\xc7\x23\x3f\xf8\xc1\xff\xfb\xea\xbc\xcc\xd5\xab\x3e\ \x50\xb3\x2e\x8f\xef\xa8\xa9\x6d\x6a\x2c\xac\x6f\x0b\x75\xd6\x9d\ \xae\x0f\x95\x17\xd7\x0c\x1b\x55\xe0\xa6\xed\x9e\xdc\x69\x0f\x3d\ \xf2\xcd\x1f\xde\x7f\xf9\xe9\x03\x1f\xd5\x58\x20\x21\x40\xb2\x1c\ \x2a\xdf\xb5\x76\x57\xc3\x9d\xdf\x7b\xec\xfb\xff\xf5\xd8\xd5\x83\ \x3a\x97\xbf\xb7\xd3\x06\xf7\xd0\x82\x82\x61\xb9\x79\x43\x53\xb5\ \x63\x27\x8f\x56\x95\x1f\x5d\xb3\xad\x6d\xfe\x37\xff\xfb\xdb\x8f\ \x7e\xf3\xba\x71\xa9\xb6\x6d\x77\xa9\xaa\x72\xca\x85\x7f\xe6\x6d\ \x0b\xef\xbd\x6b\x4e\xbc\x4b\x42\x92\x4c\x90\x08\x05\x43\xb1\x43\ \xa7\x7e\xeb\x91\x6f\xdf\x3e\x3d\x07\xa2\x72\xbe\xf6\xe8\xf7\xbe\ \x71\x4d\xc6\x89\x03\xbb\x5a\xdb\xca\x57\xbf\xbd\xdb\x97\x3e\x34\ \x27\x77\xb8\xab\xe1\xe4\x86\x4d\xc7\x80\x10\x40\x3c\xd4\xde\xd2\ \x4e\xfd\x51\x1e\x4d\x30\xdb\x9b\x35\xf5\xee\x99\x29\xcf\xfc\xf2\ \x57\x27\xbd\x13\x6f\x99\x31\x94\x5a\x26\xd3\x52\xef\x5c\x78\xcd\ \xa9\xa5\x3f\x5f\x74\x08\xcd\xbf\x63\x96\x8b\x99\xa6\x4d\xae\xb8\ \x75\x61\x5c\xf5\x3b\xff\xfd\xe4\xb6\xa9\xb7\xdf\x35\xc8\x47\x2d\ \x9b\x8d\xbd\x76\x7e\xbe\xb5\xeb\x97\xff\xbb\x62\xd8\xbc\x05\xa3\ \xe2\x65\xd6\xde\xd8\x29\x22\x6f\xbe\x63\x76\xf3\xbe\x4d\x27\xea\ \x2b\x36\x7e\x5c\x38\xf9\x96\xbb\xd2\x94\x50\x43\x07\xd5\xdb\x1b\ \x63\x72\xaf\xb8\x76\x94\xb2\x69\xe3\xf6\xb2\x83\x5b\x0b\x21\xf7\ \xe6\x59\x97\x75\xb4\xb5\x59\x61\xa1\x51\xdb\x04\x6e\x59\x0c\x72\ \x46\x0f\x35\xf5\xea\xba\x00\xc7\x18\x98\x6d\x09\x00\x5b\x40\x66\ \x6e\x7e\xa4\x59\x56\xde\xce\xa3\x92\xa3\x03\x9d\xf5\xed\xb4\x5b\ \x63\xef\x3f\xf5\xc5\x39\xb3\xa9\x9d\x33\x74\xe8\x63\x8f\x3d\xf6\ \xcb\x5f\xfe\xf2\xee\x05\x77\x2b\x8a\xcc\x39\xeb\xbe\x2d\xfd\x93\ \x59\x77\x29\xb0\x74\xfb\x1f\xc2\xa2\x6e\x61\xe9\xe7\xb3\xbe\x40\ \x00\xb0\x50\xa0\x33\x7e\xf4\xec\x6f\x3d\xfa\x9d\x47\x6f\xcf\x3f\ \xb4\x67\x6b\x7d\x47\x47\x5d\x4b\x28\x75\xc4\xb4\x7b\xef\xbf\x6d\ \x48\x1c\x6c\x5d\xfb\xce\xf1\x40\x64\x7e\x6e\xee\x90\x14\x6d\xf3\ \xda\xcd\xd5\x4d\x01\x03\x45\xdf\x70\xdf\x23\x5f\x9b\x7f\x75\x9c\ \x62\x91\xa4\x82\xf9\x0f\x7c\xf5\xf6\xab\x46\xc8\xc2\xa2\xac\x7f\ \xcd\xbb\xca\x0d\x27\x90\xe0\xfd\x33\x4b\x5c\x2a\xfe\x85\x1e\x59\ \x3c\x01\x3d\x37\x5b\x92\x48\x67\x67\x43\x93\x70\x4b\xcc\x68\x0f\ \xba\xc6\x24\xc7\x00\x40\x5c\x5a\x36\x6e\x39\x2c\x22\x53\x07\xc7\ \x77\x6e\xdf\xb2\x4d\x27\x69\x53\x0a\xf4\xa3\xdb\x3e\x6c\x6e\x52\ \xc7\xce\x1b\x8c\x0b\xb7\x80\xa0\x3a\x03\xd9\x1f\xa7\x49\x55\x01\ \xd3\xe6\x42\x10\x0c\x81\xa6\x66\xa6\x24\xa4\x47\x6b\x00\x90\x96\ \x96\x66\x1f\xea\xac\x3f\xb9\xe5\xc5\xe7\xdf\x8e\xc8\x19\x81\x03\ \x36\x56\xa0\xa3\xbd\xc5\x50\xe3\x93\xa2\x3d\x00\x26\x91\x30\xe7\ \x8c\x09\xc6\x19\xc7\x8c\xf1\x6e\x29\x15\xd1\x2d\xd4\xc9\xc3\x2e\ \x1f\x00\xcd\x1b\xa5\x50\x3b\xc8\x41\x8b\xf4\x20\x44\x3b\x02\xad\ \x6d\x86\xe4\xb3\x3b\xab\xaa\xda\x86\xce\xbc\x39\x3b\x2f\xde\x30\ \x2d\x8c\x09\x63\x54\x08\x08\xb3\xb0\x65\xcb\x23\x67\x5c\x95\xbc\ \xae\x68\xf4\xd4\xe9\xb1\xd8\x08\x99\x54\x50\x16\x93\x3b\x65\x5c\ \xfa\x9b\xa7\x87\x4e\xca\x4b\x50\xf5\x50\x50\x00\x95\xa3\x07\x5d\ \x71\xf9\xd0\xc3\xdb\xa3\xa6\x0d\x4f\x34\x74\x83\x71\xc0\x9e\x94\ \x19\x53\x47\xee\xab\x6f\x9a\x31\x21\xdb\xb2\x18\xd7\x3b\x74\xc3\ \x88\xcb\x99\x7c\xf9\xb1\x3d\x4f\xff\xf2\x8f\xbe\xec\x49\x77\x8e\ \xcd\x78\xfa\x03\x23\x10\x34\x7d\x7a\xa7\x20\x59\x13\xaf\x9a\xb1\ \xe7\x4f\x8b\x9f\xdc\x8d\xc6\xce\xff\x4e\x96\xbd\xf9\xbd\x93\x01\ \xc3\x62\x3d\x6b\x2c\x32\x81\xb6\xba\x26\x04\x9a\x4b\x62\x3d\x8b\ \x24\x32\x82\xe6\xa6\xc6\x20\xf7\x78\x25\x60\x4c\x08\x21\xd8\xd9\ \x94\x86\xff\x03\xdd\x0c\xaa\xaa\x22\x84\xc3\x12\x0a\x5c\x08\xc6\ \x18\xc6\x38\xdc\x64\xfb\xea\x41\x87\x07\xdb\x1e\x4d\xa4\x2e\x85\ \x47\x40\x42\x70\x81\x06\x08\x41\x86\xf5\xa0\x45\xd7\x1a\xa7\xa0\ \x3a\x80\x16\x19\x87\x68\x0d\xc4\x8c\xfa\xee\xa3\x37\xae\x7c\x6f\ \xf1\x4f\x36\x26\x2d\x7c\x60\x5e\xbb\x1e\x20\x4a\x4c\x43\x75\x25\ \xf5\xe7\xde\x75\x6b\xbe\x0f\x59\x02\x30\xb5\x4c\x00\x0f\xe5\x5c\ \x70\x6e\x5b\x82\x03\x3d\xc7\xe2\x11\x42\xa8\xd7\x33\xca\x39\x0a\ \xe7\x95\xb9\xb4\x74\x5f\x39\x03\x84\x31\x30\xc6\xac\x50\xb0\xa3\ \xa3\xb5\xa3\xa6\xf8\xdd\x25\xaf\xab\xa3\xe6\x8c\xc8\xcb\x2c\x8c\ \x0a\x6e\xd9\xb6\x37\x3f\x3a\x7f\xd7\xc7\x5b\x71\xf2\xd0\xa8\x98\ \xe4\xd1\xb9\x89\x7f\x58\xfe\xee\xe8\x6b\xef\x98\x33\xd4\x7a\xfe\ \x99\x45\x76\xf6\xf5\xf7\xa7\xab\x15\x87\x29\x67\x94\xd9\xc0\xa9\ \x1d\xee\xda\x82\xdb\x4d\x0d\xcd\xae\x91\x69\x5e\x7b\xed\xe6\x3d\ \xa7\xae\xcb\x81\xad\xbb\x8e\xa5\x8c\x99\xd0\x51\xb2\xb7\xc2\x48\ \xfa\xf9\xdd\x0b\xac\x7d\xf4\xaf\x9b\x0d\x6f\x6c\x6a\x22\x5b\xbe\ \x69\xeb\xbe\xf8\x69\xe9\x1d\x9d\x06\x73\x53\xc6\x28\xa7\x5c\xc2\ \x32\x46\x66\x49\x69\x75\x73\x34\xa8\xdc\xe2\x9c\x33\x46\x19\xe3\ \x9c\x31\x06\x9c\x51\x16\x2e\x8e\x51\xca\x28\xd5\xdc\xb1\x69\x31\ \x48\x8b\x1b\x7a\xed\xcc\x1c\x2b\x18\x24\x2e\x37\x33\x4d\x2e\xc9\ \x8a\xcb\xef\xc3\x6d\x2d\xed\x9d\x2c\xc6\xc3\xa8\x49\x41\xf1\xb8\ \x3c\x92\x8c\xa8\x65\x33\xc6\x01\x38\x05\xa6\x79\xbd\x6e\x09\x33\ \x6a\x31\xca\x04\x20\x6a\xdb\x48\xf2\xf8\xdc\x2a\xa7\x36\x13\x94\ \x0b\xb0\x6d\x26\x61\xc5\xed\x71\x63\x6a\x51\x2c\xd1\x60\xc0\xb2\ \x19\x41\xda\xf8\x2b\x26\xbe\xbb\xe9\xd5\x11\x0b\x2f\x8f\x92\x38\ \x62\x2c\xd0\x1e\x08\x75\x06\x04\xe3\xde\xe4\xe1\x13\x07\xfb\xde\ \x2c\x8a\x9a\x3a\x3a\xdd\xdc\x26\x68\x67\xc8\x34\x6d\xce\xa9\x1e\ \xec\xec\x68\x53\x6a\x4b\x0f\xbe\xb4\xe2\xc8\xb0\x19\x5f\x4d\x91\ \x2d\x93\x52\x3d\xd8\xd9\xde\xde\xd2\x52\x7e\xf8\xd5\x15\x9b\xa2\ \xc7\xdf\x9d\xe9\x81\x23\xb5\x4d\x6e\x77\x8e\x1b\xdb\xb6\x45\x9d\ \x44\x14\x88\x87\xe5\x14\x7a\xc5\x55\x38\x26\x61\x0e\x18\x20\x13\ \x1f\x96\x71\xe3\xac\xd7\x9a\xe8\x1b\x92\xd3\xc7\x0f\x81\x58\x98\ \x74\x29\x05\xc6\x19\xa3\x8c\x02\xa5\xb6\x60\x5c\x0f\xe9\x89\x69\ \x13\x1e\x7a\x78\xe8\x73\xbf\xfd\x9f\x37\xf6\x8c\x99\x93\x9c\x4e\ \x1a\x5c\x63\x67\x5c\x13\x4b\x2c\x2e\x69\x6a\xe7\x29\x8b\x52\x4e\ \x29\xe3\x54\x96\x14\xd6\x52\x5d\x55\x53\x27\x7b\x91\xea\x76\x11\ \x74\xc6\xf4\x21\xac\xe2\x06\x61\x0d\x39\xc4\x11\x16\x5f\xd2\x56\ \x83\xf3\xa7\xbf\xc0\x85\x40\x9c\x33\x8e\x22\xa2\xbc\x65\x3b\xdf\ \xfe\x5d\xcd\x66\x6a\x8b\x84\xdc\xb9\xdf\xbe\xee\x2a\x4d\x26\x73\ \xe6\xdf\xb9\xf8\xb5\xd5\xbf\xd8\xb3\x4a\xf6\xa5\xdf\x73\xcf\x2c\ \xcd\x34\x32\x47\x8e\x8c\x79\xbf\x30\x25\x3b\x3f\x37\xbb\x35\xda\ \xa3\xb9\x46\x5c\x16\x21\x2c\x8a\x15\x97\x22\x71\xc6\x90\xc0\x2e\ \x55\xa1\x5c\x1a\x32\x7c\xec\xfa\xb7\x37\x1d\xbf\xea\x3b\x77\xdf\ \x7e\xc5\xcb\x6f\x3e\xb3\x5f\x08\x6f\xea\xe5\x0b\xa7\xe4\xc5\x9b\ \xf2\xd8\x7d\xaf\xfe\xe5\x7f\x7e\x82\xcd\x36\x7f\xee\x0c\x35\x32\ \xeb\xce\x7b\xe6\xbc\xfc\xd6\x92\xff\xdd\x4c\x82\x01\x3e\x71\x54\ \x0c\xb3\x6c\x66\x53\x90\xe2\xa7\x4f\x19\xb7\xf8\xed\x67\x8a\xb7\ \x0f\xbe\xed\x8e\x69\x1e\xb7\x9b\x00\x07\xa2\x6a\x8a\xc4\x38\x03\ \x2c\xbb\x54\x89\x31\xce\xb1\xa2\x2a\x44\xb8\x53\x6e\x5d\x38\x6f\ \xd1\xb2\x25\x3f\xfb\x88\x78\x62\x33\x6f\xbe\x67\xc1\x50\x3f\xd8\ \x96\xed\x8a\x4c\xc8\x48\x82\x23\x85\x95\x93\xb3\xf3\x18\xa3\x88\ \x72\x45\x55\x30\x67\x8c\x85\x8d\x0f\xc4\x10\x43\x92\x2a\x63\x44\ \x6d\xc6\x18\x17\x80\x18\xa5\x02\x11\x55\xc1\x8c\x32\x06\x9c\x0b\ \x40\x94\x32\x90\x34\x45\x62\x94\x71\x82\x4c\x9d\x6a\x8a\x87\x30\ \x43\x8d\xbf\xec\x07\xbf\x1e\xe4\x8e\x8a\xd4\xcd\x16\x9f\x4b\xa3\ \x21\xdd\xb6\x25\xbf\x4b\x31\x2c\x18\x7f\xc3\x03\x43\x2c\x25\x86\ \xeb\xd5\xb2\xdb\x85\xda\x2d\x8a\x22\x3d\xea\x96\x37\x9e\xab\x5e\ \xaf\x50\x50\x73\xae\x5e\x30\xef\xea\x02\x6a\xb4\xfb\xa2\xbd\x1f\ \xae\x5b\xf6\xdb\x3d\x2e\xc6\x49\xfa\xd8\x3b\xbf\x32\x67\x02\x31\ \xeb\x0f\x9e\x68\x49\x19\x97\xa7\xda\xa6\x41\xff\x83\x17\x24\xba\ \x24\x19\x91\x61\x84\x38\xe7\x18\x63\xc6\xb8\xcb\xa5\x49\x92\xdc\ \x95\x21\xa2\x7f\x1e\x3a\x11\x36\x18\x78\xb8\x39\x0f\xe4\x85\xbe\ \x89\x6b\x05\x30\xc6\x91\xe6\xd6\x90\xe0\x20\xa9\x9a\x4c\x18\x65\ \x1c\x24\x8f\xc7\x4d\xdb\x8a\x17\x2f\x7e\xbd\xd6\xe2\x54\x1e\x36\ \x37\x37\x7d\x64\x7c\xfc\xd4\xea\x97\xfe\xfa\xf8\xff\x28\x92\x77\ \xc2\xb5\x77\x5c\x93\x2b\x6b\x9a\x0b\x09\x6e\xea\x96\x3f\x7d\xc4\ \xe5\x83\x77\xbe\xfc\x97\xc7\x13\xf3\xae\xbc\xff\xce\x99\x11\x0a\ \xeb\x31\x05\x50\xbf\x00\x9e\x6e\x5e\xe8\x16\x9f\x44\x17\x4a\x0f\ \x7a\xcd\xde\xbf\x6e\x3c\xf4\x4f\x97\x7a\x0e\x3d\x68\x2b\x58\x90\ \x39\x6b\xc1\x8c\x3f\xf5\xe8\x41\x1f\x39\x7c\x70\x58\x97\x1e\x34\ \xe3\xd4\x36\x0c\xc3\xb6\x39\x51\x34\xaf\xcf\x83\x99\x65\x51\x21\ \x29\x12\x33\x43\x9d\x41\x4b\xf3\xfa\x5c\x32\xa6\x36\x05\x82\x99\ \x4d\x31\x91\x30\x12\x8c\x31\x44\x24\x24\x04\xe7\x8c\x09\x90\x08\ \x09\x67\x7d\x26\x92\x2c\x61\xb0\x74\x5d\xc8\x9a\x5b\x95\x8c\x60\ \x47\xc8\x02\xaf\xdf\x2f\x01\xe3\x08\x03\x35\x3b\x03\x21\x81\x65\ \xb7\x4b\xc3\x18\xcb\xb2\x64\xeb\x9d\x01\xdd\x22\x8a\xcb\xa5\x86\ \x57\x86\x84\x00\x2c\x11\xd0\x83\x01\x93\x61\x97\x4b\x45\x9c\x23\ \x22\x21\xd1\x55\x8a\xe0\x8c\x86\x8b\xe3\x8c\x72\x90\x24\x49\x96\ \x25\x6a\x04\x3a\x43\x26\x96\x54\x97\xa6\x86\xd7\x4c\x89\xaa\x35\ \xed\x7f\xeb\x6f\xab\x2a\xef\xfb\xee\xd7\x07\x79\x05\xe5\x82\x52\ \x86\x08\x21\x7d\x9e\x0f\x63\xb6\x40\x44\xc2\xb8\x0f\x57\x32\xc6\ \x41\x92\x7a\x87\x01\xd1\x55\x0a\x41\xdd\x29\x4e\x89\x24\x21\x84\ \x24\x89\x70\x4a\xb9\x10\x8c\x32\xc0\x04\x09\xc6\x11\x96\x30\x0e\ \x2f\x90\x53\xca\x84\xe0\x94\x71\x49\x92\x04\xb3\x4d\xc3\xb0\x39\ \x52\x5c\x6e\x9f\x47\xe3\xb6\xc5\x38\x70\x4e\x4d\xc3\xa0\x4c\x48\ \xaa\xdb\xef\x75\x63\x0c\x55\x7b\x56\xfe\x63\x75\xed\x83\xdf\x7f\ \x38\x53\xfd\x74\x51\x1f\xff\xa7\xa9\x81\x60\xe9\xe0\xa1\x03\xef\ \xbc\xb3\xda\xb2\xac\xac\xac\xcc\x3b\xef\xb8\xc3\xeb\xf5\x11\x89\ \x04\x03\x9d\x95\x15\xe5\x03\xf5\xa0\x03\x81\xa1\xb9\x61\x3d\x68\ \xde\x9d\xf1\x4b\xf0\x33\xf3\x4d\x01\x80\xe0\x36\xe3\x44\x92\x80\ \x53\x2e\xb0\x44\xb0\x10\x8c\x71\x20\x18\x4c\x5d\xb7\xa8\x50\xdd\ \x3e\xb7\x8a\x38\x10\x22\xec\xce\xce\x00\x15\x58\x75\xb9\x14\x82\ \x28\x65\x38\x9c\x73\x19\x63\x2c\x68\xa0\x33\x28\x24\xd5\xad\x29\ \xe8\xec\x0e\xc7\xae\xd4\x11\x61\xa9\x7b\x5d\xd7\x2f\x98\x1e\xb4\ \x00\x21\x4b\x2e\x8f\x16\xa5\x29\xde\xb3\x1b\x21\x58\x51\x65\x4f\ \x9f\xdd\x13\x88\x33\xde\x35\x19\xe3\x02\x30\x71\xb9\x3c\x2e\x17\ \x08\xe0\xd4\x32\xc2\x39\xbc\xa8\x65\x23\xac\xf8\xfc\x0a\x08\x61\ \x87\xe3\x02\x18\x27\x12\x09\x2f\x18\x63\x4c\x40\x70\x21\x00\x61\ \x22\x77\xa7\xf7\x91\x25\x29\x9c\xb6\x43\xd2\x34\xc1\x85\x65\xd9\ \x44\x75\xfb\x54\x00\x6e\x53\x01\x00\x1c\x21\xc9\xeb\xf7\x77\x87\ \xa9\x70\xdb\xb2\x90\xa4\xf9\xfc\x5a\xf7\x91\xee\x15\x65\x06\x8a\ \xcb\xa3\x00\x08\x2e\x50\x78\x8d\x0a\x13\x29\x5c\x4a\x4f\x71\x98\ \xc8\x18\xba\x2e\x42\x54\x9f\x5f\x85\xde\xac\x22\x60\x1b\x46\xdc\ \xf0\xe9\xb3\x2b\xd7\x36\x36\x07\x06\xfb\x3c\x42\x80\x24\x49\xa2\ \xff\x2a\x17\x26\x32\xea\x7f\x04\x75\x5d\xb3\xff\x49\xbd\x47\xb0\ \x24\xa1\xf0\x58\xd4\xa3\x46\x4b\x24\x09\x40\x08\x90\xa4\x70\xe1\ \x3d\x21\x33\x28\x7c\x37\x04\x26\xb2\xcb\x2b\xbb\x00\x40\x80\x65\ \x98\x3d\x6b\xe9\x2e\x8f\x37\xfc\xe4\x2c\xd3\x94\x65\xd6\xd8\x2e\ \x4f\x9f\x3b\x37\xc3\x2d\xba\x17\xc5\xff\xa3\x9d\x0b\x54\xd8\xa3\ \x46\x8e\x34\x0c\xe3\xc8\x91\xa3\x37\xdf\x7c\xb3\xd7\xe7\x65\x8c\ \x62\x8e\x38\x17\x03\x3a\x4c\xd8\x51\x29\xf8\x59\xf5\xa0\xcf\xa4\ \x86\xae\x87\x02\xb8\xeb\x79\x01\x22\x12\x01\x21\x84\xe6\xf1\x6a\ \xe1\xa2\x29\x07\xe0\x1c\x21\x97\xd7\xd7\xd3\x2c\x25\x49\xea\x72\ \x1f\x32\xc6\x10\x76\xfb\x7c\x20\x06\x2e\x99\x76\xeb\x9e\x75\x07\ \x41\x83\x40\x80\x58\xd8\x92\xb9\x50\xf1\x8e\x86\x15\xb8\x3c\xef\ \xce\x89\xb9\xb7\x9d\xdb\xbd\x21\x10\xc2\xa6\x15\xec\xa1\x64\x49\ \x96\x5a\x5b\x5a\xe2\xe3\x13\x6c\x6a\x87\x65\xf7\x41\x08\x00\x4c\ \xf0\x19\xfb\x23\x50\xbf\x0c\x5b\xdd\x22\x7a\xd0\x57\x08\xb7\xe7\ \x5d\xef\x1b\xdc\x3f\x29\xd7\x19\x33\xb1\x7f\x7d\xa4\xfb\x22\x67\ \xb9\xf8\x19\x6f\xce\xac\x27\x43\xbe\x69\xd7\xdd\x4a\x29\xa7\x1c\ \xc2\x91\x57\x08\xce\x1c\x42\xce\x56\x28\xfa\xa4\x93\xce\xb6\xfd\ \xb4\x4f\xce\x80\x4f\xb8\x14\x3a\xeb\x19\x80\x10\x30\x26\xe5\x4f\ \xbd\x66\x04\x41\x8c\x71\x8c\xff\xa3\x05\x38\x7a\x6e\x91\x10\x30\ \x69\xe2\xa4\x71\x63\xc7\xca\x8a\xc2\x18\x47\x08\x63\x22\xb5\x34\ \x37\x69\x9a\xab\x6f\xe3\x54\x14\x25\x18\x0c\xda\xd4\x26\x98\x30\ \xc4\x81\x0b\x40\x00\x5c\x74\xbb\x26\xce\xba\x60\x89\xce\xd5\x7a\ \xcf\xf2\x8c\x10\x3a\xfb\xd3\x45\x67\x69\x84\xe1\xb2\xba\xc2\xfc\ \x10\x02\x10\x92\x24\x35\x37\x37\x6b\xdd\x1b\xbd\x2e\x80\x7f\x01\ \x21\x22\x61\xf2\x2f\x8c\x8a\x9e\x74\x9a\x8c\xa5\xa5\x65\x9c\x3a\ \x75\x82\xda\x96\x3f\x22\xaa\xdb\x2f\x32\x20\x2d\xce\x25\x3f\x70\ \x59\x80\x2e\x9d\x1f\x82\xfe\x6f\xdc\xf3\x2f\xe5\x3e\x74\x25\x84\ \x41\x80\x01\x51\x5b\x07\x04\x42\x88\x9a\xca\xca\xe6\xe6\xc6\xfc\ \x82\x91\x3d\x26\x03\x63\x2c\x32\x22\xb2\x51\xad\x3f\x7e\xf4\x50\ \x5a\x5a\x06\x91\xe4\x3e\xdd\x4f\x9c\xc7\x5b\xda\xa7\xce\xbd\x1f\ \x90\x40\x50\x5b\x55\xdd\xd8\x58\xdf\xb7\xce\xe7\xdf\xef\xf8\x19\ \x28\x49\x08\xe1\x8f\x88\xc8\xcb\xcb\xaf\x28\x2f\xad\xad\xad\xc1\ \x3d\x84\x77\x46\x3b\x75\xe0\xe0\xfc\xce\x21\xfa\x71\x64\x9f\xad\ \x07\xc2\xe3\xf6\x0e\x1b\x5e\xa0\x28\x4a\xdf\x00\x21\x01\x30\x64\ \x68\x4e\x75\x55\x65\x49\x71\x51\xef\x6e\xe0\x01\xbd\xf4\x42\xd5\ \x59\x08\xb7\xdb\x33\x6c\xf8\x08\x55\xd5\xbe\x78\x6a\x99\xf3\xb4\ \x1e\xc1\x18\x73\x7b\x3c\xf9\x05\xa3\xc2\x2b\x41\x4e\x8b\x74\x70\ \x91\xdb\x11\x42\x70\xc6\xd8\x80\xa8\xc1\xf0\x24\x3f\x35\x3d\x23\ \x3d\x33\x6b\x40\x02\xeb\x8b\xa9\xce\x97\x94\x1e\xb4\x10\x82\x52\ \xdb\x69\x71\x0e\x2e\x75\xb0\xff\x80\x64\xe2\x8e\xee\xab\x03\x07\ \x0e\x1c\x5e\x70\xe0\xc0\x81\xc3\x0b\x0e\x1c\x38\x70\x78\xc1\x81\ \x03\x07\x0e\x2f\x38\x70\xe0\xc0\xe1\x05\x07\x0e\x1c\x38\xbc\xe0\ \xc0\x81\x03\x87\x17\x1c\x38\x70\xe0\xf0\x82\x03\x07\x0e\x1c\x5e\ \x70\xe0\xc0\x81\xc3\x0b\x0e\x1c\x38\xf8\xbf\xca\x0b\x98\xc8\xaa\ \x2a\x23\x84\x88\x24\xcb\xdd\x59\x31\x1c\x38\x70\xf0\x7f\x12\xe7\ \xd8\x37\x85\xb0\xe6\x76\xcb\xa8\x6b\x5f\xba\xa0\x76\x5b\x63\x75\ \x69\x2b\x4f\x4b\x8b\x29\xde\xb3\x71\x5f\x19\xcc\xba\x61\x56\x0c\ \xf9\x8f\xd7\x11\x76\xe0\xe0\x3f\x87\x17\x10\x26\x3c\xd4\xb8\xee\ \x8d\x0f\x4a\x3a\x6d\x46\x29\xb5\x59\xda\xa8\xc9\xb1\x95\xef\xff\ \xe1\xad\x86\x9f\xff\xe5\x87\x45\x3b\xde\x7f\xfb\x60\xcc\xe4\x1b\ \xe7\xc4\x02\xc3\x92\xac\x48\x04\x04\xb7\x6d\x9b\x71\x41\x24\xb9\ \x4b\x9b\x90\x33\xdb\xb6\x99\x00\x12\x3e\x01\x80\x51\xdb\xa6\x14\ \x61\x49\x96\x25\x8c\x90\x10\x9c\x71\x41\x08\x41\x82\xdb\x96\xc5\ \x04\x00\xc2\xb2\x2c\x13\x8c\xba\xbf\xea\xc0\x81\x83\x8b\x8a\x17\ \x10\x16\x66\xdb\x96\x55\xaf\xed\x64\xc9\x43\x53\x22\xa8\x6e\xd9\ \xf1\x79\x43\x06\x0f\x9f\x30\xb1\x2d\xce\xa3\x15\x63\x49\x51\x64\ \x04\x40\x24\xc9\x68\xab\x3b\x5d\xd5\x28\xb4\x88\xb4\x8c\x54\x0f\ \x66\xed\x8d\xd5\xf5\xcd\xed\x36\x13\x9a\x2f\x26\x3d\x2d\x9e\x70\ \xd6\xd9\x58\x59\xd3\xd8\xce\x40\x8a\x4e\x48\x4d\x8e\x71\x9b\xc1\ \xb6\xaa\xd2\xc6\xa0\x61\x4b\xae\x88\x68\x1f\x69\x6d\x6a\x61\x6a\ \x44\x7a\x5a\x8a\x46\x04\x01\x56\x57\x56\xd2\xd0\x61\x45\x25\xa4\ \xa6\xc4\xf9\x19\xa5\xce\xb3\x71\xe0\xe0\xa2\x9b\x47\x48\x8a\x34\ \x68\xfc\x57\xfe\xf1\x83\x39\x12\xb3\x11\x86\x3d\xaf\xfd\xe4\xa3\ \x5d\xc6\x0d\x77\xce\x0e\x2b\x32\x12\x49\x0e\xd4\xec\x7a\xea\x6f\ \xcf\xed\x2e\x6d\x15\x44\x9d\x78\xed\x7d\x8f\x2e\x98\xbc\xfd\xe5\ \x3f\x3c\xfd\x51\x31\x17\x42\x8a\xcc\xb8\xf3\x1b\x3f\xfc\xca\x55\ \x69\xbb\xde\x7a\xf9\x2f\xaf\x1f\x01\x44\x23\xb2\x27\x7e\xef\xc7\ \x3f\x8c\x3e\xb1\xfa\xa7\x7f\x5a\xd9\x12\xe2\xb2\x2f\x3e\x23\x5e\ \xad\x2e\x2d\x0b\x4a\xf1\x37\x3e\xf0\x9d\xaf\xdd\x30\xf2\xe0\xea\ \x57\x9e\x59\xf6\x61\x63\x80\x7a\x12\x87\xdd\xff\xc8\xc3\x57\x0c\ \x8b\xb1\x2d\xe6\x3c\x1e\x07\x0e\x2e\x08\xce\xe9\x77\x94\x15\x77\ \xd5\xc7\xcf\xce\xbf\xe5\xa6\x6b\x6f\x7d\x70\xd1\x86\x4a\x97\x5b\ \xc6\xbd\xda\xaa\x88\x20\x7b\xef\xaa\x57\x36\x94\xca\x37\x3f\xf0\ \x8d\xeb\x0b\x22\x37\xad\x5e\xb1\xb7\x2c\x44\xdb\x9b\x5c\x05\x37\ \xff\xe3\x1f\xbf\x1d\x17\xdd\xbc\x69\xcd\xa6\x46\xe6\xca\x9f\x78\ \xc3\x37\xbe\x7e\xdf\x8d\x57\x8e\xe9\x2c\xda\xb5\xe5\x48\x23\xb7\ \x5a\x5b\x44\xea\xb7\xff\xe7\x77\xf7\x4c\xf6\x97\x35\x78\xfe\xeb\ \xc9\x27\xaf\xcf\xe4\x9b\x77\xec\x2c\x2e\x3e\xb5\x62\xc9\x2a\x3e\ \xe4\xaa\x6f\x3d\x3c\xdf\x5f\xb7\x6f\xf9\xda\x8f\x3b\xb8\x42\x1c\ \xdf\xa6\x03\x07\x17\x97\xbd\x00\xc0\x98\xed\xcf\xb8\xfc\xd6\x69\ \x43\x19\xc7\xf9\xd9\x7e\x7b\x7f\x97\xa0\x95\x10\x02\x88\x24\x61\ \xbb\xb6\xb2\x5d\xc6\xe4\xe8\xce\xed\x1e\x39\x7e\xc2\xb8\x04\x0f\ \xb7\x1b\x31\xc2\xd8\x9d\x98\x91\x9d\x16\x1f\x5b\x16\xd0\x03\x6d\ \x65\xab\x9e\x7c\x62\xaf\x9d\x30\x22\x51\x22\xb2\xc2\x0c\x1b\x69\ \x18\x23\x39\x2a\x21\x25\x2a\x2d\x4d\xc5\xb5\x9e\xc4\xac\x21\x49\ \x11\x1f\x35\xd3\xd6\xe6\xba\xc6\x00\xb1\x9b\x8b\xb6\xee\x8a\x48\ \x1e\x39\xc6\x97\x11\xcd\x29\x77\x24\x1f\x1d\x38\xb8\xf8\x78\x81\ \x5a\xbe\x8c\x31\xb7\xdc\x36\x5b\xe2\x54\x08\xb6\x67\x17\x17\x42\ \x00\xc2\x32\x96\x3a\x9b\x2b\x4e\x96\x75\xa4\x0e\x4d\xa2\xc7\xea\ \x07\x8f\x9d\x36\x32\x41\xb5\xc1\x3b\x2c\xc3\x5d\x68\x33\x41\x38\ \xa5\x94\x73\x01\x98\x18\x6d\x65\xfb\x8e\xd5\x67\xdf\x75\xc7\x35\ \x83\xf4\x93\x87\x8e\xd1\xae\x7c\x9f\x9c\x31\x0a\x1c\x84\xe0\x94\ \x52\x2e\x38\x17\xe0\x8f\x4a\x4a\x89\x86\x22\x25\xe5\x8a\xd9\x97\ \x23\xc3\x8a\x4e\xc9\xf1\x4b\x36\x73\x3c\x0c\x0e\x1c\x5c\x6c\xf3\ \x08\x4c\x24\xc4\xac\x60\xc8\x08\x04\x82\x16\xe5\x08\x63\x8c\xc1\ \x46\xde\xb1\x93\xaf\x48\x43\xb5\xeb\x37\xee\x2f\xb8\xf5\xa1\xbb\ \xa6\xc4\x7e\xf0\xe2\x1f\x1f\xfb\xd9\xaf\x97\x6f\x3c\x64\x11\x59\ \x22\x84\x10\x04\x00\x08\x13\x24\xb8\x3b\x7e\xe4\x2d\xf3\xc6\x1e\ \x5f\xfd\xe2\xcf\x9f\x58\xd6\xa6\x26\xa5\xc4\x68\x42\xe0\xf0\x19\ \x08\x21\x42\x08\x00\x20\x44\x10\xe7\xee\xf8\x9c\xaf\x3c\x7c\x5f\ \x52\xdb\xee\xdf\xfd\xec\x27\xbf\xfa\xdb\x4b\x87\xab\x3a\x25\x09\ \x3b\xe6\x82\x03\x07\x17\x0a\xe7\xc8\x43\x27\x58\x28\x10\xe0\x92\ \xdb\xeb\x52\x00\x04\x20\x60\x66\x28\x60\x08\x8f\xd7\xa3\xc9\x28\ \xd8\xd9\xc9\xb0\xea\xf3\xba\x81\xea\xed\x1d\x21\x06\x48\x56\x35\ \x97\x2a\x5b\xc1\x4e\x13\x14\x9f\x47\x31\x43\x41\x5b\x10\xaf\xcf\ \x2b\x71\xb3\xbd\x23\x68\x33\x21\x29\xaa\xcb\xe5\xc2\x4c\xef\xd4\ \x99\xc7\xeb\x01\x6a\x84\x0c\xee\xf1\x79\xb8\x1e\xd0\x39\xf1\x78\ \x3d\x2e\x19\x87\x3a\x3b\x82\xa6\x8d\x89\xa4\xb9\x5c\x32\x71\x02\ \x31\x1d\x38\xf8\x72\xf0\xe5\xe5\xa1\x43\x92\x37\x32\x06\x09\xc6\ \xc2\x19\xf8\x04\x48\x9a\x37\xc6\x85\x18\x63\x94\x81\xdb\x17\x21\ \x04\x67\xd4\x46\x58\x89\x88\x52\x11\x02\xc1\x05\xe3\xdc\xe5\x8f\ \x74\x83\x60\x8c\xbb\xbd\x11\x08\x09\xc6\x18\x47\x4a\x44\x94\x1a\ \xd6\xd3\xe6\x9c\x09\xe2\x89\xd1\x10\xe3\x0c\x24\x4f\x94\x0b\x71\ \xc6\xc0\x1b\xa1\x21\xc1\x19\xb7\x6c\xa1\x78\x7c\xaa\x17\x81\x10\ \x9c\x33\xe1\x04\x30\x38\x70\x70\xf1\xf9\x17\x04\xef\x3f\xbf\x17\ \x9c\xd3\x1e\x5b\xa2\x9b\x5d\x44\x7f\xa9\xfa\x9e\xc4\x78\x3d\x87\ \xc3\xf9\x23\xfb\x9e\x42\x59\xf7\xe5\x07\x7c\x07\x04\x67\xce\xc2\ \xa4\x03\x07\x17\xb7\x7f\xc1\x81\x03\x07\x0e\x2f\x38\x70\xe0\xe0\ \x3f\xa0\xc3\x63\x2c\xcb\xf2\xbf\xcc\x57\x2c\x9d\xe7\x3a\x39\x0f\ \xc6\xc1\xa5\x00\x04\x20\x06\x24\xa1\xeb\xfd\x1b\x3a\x5b\x36\xf4\ \x8b\xbb\xce\x61\x10\x49\x2a\x2f\x2f\xad\x2c\x2f\x4f\x49\x4d\xf5\ \xfb\x23\x2e\x3c\x2f\x20\x84\x38\xe7\x1d\x1d\x1d\xce\xc6\x07\x07\ \x97\x02\x84\x2c\x2b\x6e\x8f\x07\x21\x34\x20\x41\x33\xc2\xd8\x34\ \x0c\x5d\x0f\x5d\x6c\x59\x56\x05\x08\x45\x96\xdd\x1e\xef\x99\x75\ \xee\x01\xa3\x34\x25\x25\x35\x29\x29\xc5\x34\x4d\x3d\x14\x24\x12\ \xb9\x90\xbc\x80\x10\x62\x8c\x35\x35\x35\xb8\x5c\x1e\xb7\xc7\xe3\ \x34\x3a\x07\x17\x3f\x82\x81\x40\x48\x0f\xc6\xc6\xc6\xf7\x37\x78\ \x51\x7b\x7b\xbb\x69\xe8\x7e\x7f\x04\xba\xc8\x8c\x5f\x21\x40\xd7\ \x83\x8d\x8d\x0d\x71\x71\xf1\x9f\x60\x2f\x54\x94\x97\x56\x94\x97\ \x27\xa7\xa4\x46\x44\x7c\xe9\xf6\x82\x10\x48\x55\xb1\xa2\xc2\xb9\ \x96\x13\x11\x12\xd4\xe6\xba\x0e\x5d\xe6\x16\x6a\x6b\x6d\xf1\x7a\ \x7d\x09\x89\xc9\x4e\x83\x73\x70\x49\x20\x3a\x26\xb6\xaa\xa2\xbc\ \xa3\xbd\x3d\x32\x2a\x2a\x6c\x9c\x23\x84\x4c\xd3\x0c\x05\x3b\xd3\ \x33\xb3\x15\x45\xbd\x28\x6b\x1d\x5b\x5d\x55\xd1\xde\xd6\x1a\x15\ \x1d\x73\xd6\x09\x05\xa3\x34\x39\x25\x2d\x29\x39\xd5\x34\x8c\xd0\ \x97\x6e\x2f\x60\x97\xbb\x75\xed\xfb\xed\x1f\x6d\x20\x9a\xeb\xac\ \x27\x70\xd3\x70\x0f\x1f\x11\x37\x7f\x21\x37\x0c\x00\x40\x08\x74\ \x5d\x4f\x4a\x49\x13\x02\xc2\xb9\xc2\x3f\xc1\xd4\xf9\xa2\xfe\x0b\ \xc1\xf9\xbf\xdb\xc0\x43\x18\xa3\x2f\xad\x1c\x8c\x31\x9c\x8f\x4a\ \x3b\xf8\xe4\x91\x4e\x84\x5d\x06\xe1\x7f\x85\x10\x18\xe3\xc8\xa8\ \xa8\xda\x9a\xea\xa8\xe8\xe8\x1e\xb3\xd7\x34\x4c\x45\x75\x29\x8a\ \xda\xd3\x7a\x45\x77\x9b\x3e\xff\x1e\x87\xb3\xd7\x39\x32\xaa\xa6\ \xaa\x32\x3a\x26\xf6\x93\xfd\x0b\xff\x16\x7b\x01\xc9\xb2\x59\x5e\ \xda\xf1\xe1\x06\xe2\xf3\x9f\x9d\x17\x42\x01\xc0\x18\x49\x32\x80\ \xd1\x33\xf9\x41\x08\x84\xe0\x7d\xbb\x15\x42\x48\x08\x20\x18\xb1\ \x2f\x23\x90\x89\x60\x68\x6f\x69\xe4\x72\x64\x84\x47\x02\x40\x18\ \xe1\xf0\x76\x0c\xce\x07\x5e\x5b\x92\x24\x00\x41\x29\x3b\xf3\xae\ \x21\x00\x46\xa9\xf8\xa4\x39\x11\x66\x7a\x73\x45\x43\x30\x31\x35\ \xd5\x8d\x7b\xbb\x33\xc6\x18\x23\x0c\x48\x08\x2e\xf8\xa7\xee\xe5\ \x18\x8b\xf6\xa6\x26\xa1\xfa\x23\x3c\x0a\xfb\x44\x8f\x91\x83\x7f\ \xd3\x0c\xf7\xcc\xce\xd6\xf3\x2f\xc0\xc0\xd1\x6b\x00\x1d\xf4\xed\ \x9c\xfd\xbf\x08\x00\x80\x00\x61\x82\x05\x67\x9f\x9b\xf3\x11\xc2\ \x84\x20\x46\xfb\xc9\x14\x7d\x42\x9d\x85\x10\x80\x10\x3f\x77\x5f\ \x62\x94\x26\x27\xa5\x24\x24\x24\xd9\x96\xa5\xeb\xa1\x4f\xb0\x17\ \xf0\xe7\x63\x2a\x24\xcb\xd8\xe3\xc1\x6e\xf7\x39\x5e\x1e\xac\xf6\ \x9b\x65\x08\xd6\x5d\x5b\x21\xcc\x40\x47\xc8\xe4\x04\x23\x21\x84\ \x60\x56\x47\x7b\x27\x65\x5f\x74\xf3\x24\x26\x12\x6b\x2d\x7c\xe1\ \x1f\x8b\x4e\xb6\x50\x8c\x09\x50\xbd\xa1\xae\xba\xa6\xbe\x49\x67\ \x98\x48\x7d\x77\x6c\x23\x89\xf0\xed\xaf\x3f\xfb\xfa\xc6\xe3\x5d\ \x7b\x39\x7a\xc8\x82\x90\xd2\x9d\x6f\xfc\x7d\xc9\x46\x1d\x91\x4f\ \xd8\x9b\x81\x09\x0e\x54\xee\x7e\xe6\x95\x55\x8d\xac\x77\x75\x85\ \x48\x12\xe6\x66\x53\x7d\x4d\x75\x4d\x7d\x5b\x40\xe7\xf0\x29\xc7\ \x0e\x84\xb1\x54\xb3\x6f\xf5\xd3\x4b\x37\xea\x18\x3b\x1b\x42\x2e\ \x88\x99\xd0\x03\x84\x10\xc6\xb8\xdf\x21\x21\x38\xef\xf7\x30\x05\ \x08\xc1\xf9\x80\x2f\x72\xce\x39\xe7\x5d\xdd\xb2\x97\x14\x40\x70\ \xbb\xa3\xbd\xd3\xfa\xbc\x6d\x1b\x61\x4c\x03\x8d\x27\x4e\x96\x19\ \xbc\x1f\x15\x9c\xab\xe8\xae\xd2\x05\x70\xce\xe1\x13\xca\x0c\x47\ \x14\xff\xab\x41\xe8\x3c\xad\x47\x70\x21\x40\x08\x10\x80\x09\xde\ \xf5\xfc\xff\xbe\x52\x97\xf9\xf3\x9f\x3e\x94\xe6\x21\x7a\xed\x81\ \xdf\xfe\xee\xbd\x9b\xff\xdf\x63\x63\xd3\x94\x9e\x93\xa9\x6d\x23\ \x72\x96\x1d\x12\x82\x51\xca\x05\x21\x72\x4f\x87\x64\xd4\xe6\x02\ \x10\x20\x8c\xc4\xde\xb5\xef\x34\xf9\xf2\x46\x64\x78\x5a\x4b\x76\ \x2e\x7a\xe9\x8d\xca\x10\x10\x4e\x89\x3f\xe3\xf6\xfb\x1f\x18\x93\ \xe6\x61\x02\xf7\x5c\x30\x3a\x35\x8b\xfb\x7d\x5c\x00\x96\xfa\x08\ \xd8\x0a\xee\x8a\x4a\x19\x94\xee\xc6\x02\xb0\x24\x61\xe8\x53\x04\ \x60\xb9\x0f\xb3\x32\x6a\x86\x0c\x8b\x0b\xe8\xfa\x45\x92\xac\x57\ \x1f\x5a\xf4\xe2\xab\x85\xcd\x4c\x91\x84\x27\x65\xc4\x7d\x5f\x5b\ \x98\xe1\xe9\xbe\x30\x67\x94\x09\x49\xee\xba\xcf\x9c\xda\x1c\xb0\ \xd4\xe7\x6a\x43\xc7\x8d\x67\x1b\x5e\xde\x7c\x72\xf2\x35\x39\x3e\ \x46\xb9\x43\x0e\x17\x80\x1d\x00\x24\x49\x6a\x6b\x6b\xab\xae\xae\ \x1e\x3e\x7c\x38\x67\xac\xef\x08\x8c\xfa\x9f\x1a\xb6\x79\xfb\x79\ \xd6\xc2\x6d\x7b\x40\xef\x23\xb2\xdd\x74\xf0\xd7\x8f\xbf\x7b\xd3\ \x0f\x7e\x3c\x29\x5d\xe9\xd3\x13\x28\x65\x70\xce\xf6\xc0\x99\xcd\ \x84\xdc\xfd\xd7\xc6\xd3\xdb\x9e\x7d\xb3\xe9\x27\xbf\xfa\x9a\x07\ \x03\xb5\x6d\xd1\xbf\xbb\xf7\x9a\x2a\xe1\xe3\xfd\xac\x86\x2f\x7a\ \x4f\xce\x0b\x2f\x20\x14\x36\xad\xbb\x8c\x33\x49\x6a\x39\xf6\xf1\ \x3f\x5f\x4e\xfb\x7f\x0f\x5f\x2f\x03\x63\x94\x61\x59\x0a\x14\xed\ \x78\x79\xc5\xda\x5a\x1d\xe7\x4d\x99\x77\xc7\xac\xcb\x9a\x4e\x6c\ \x58\xf2\xd6\xf6\x4e\x9b\x7b\x13\x07\x67\x47\xd0\x53\xa7\x8b\x58\ \x44\xee\x9d\x77\xdd\x32\x28\xce\x15\xac\x3e\xbc\x7c\xe5\xfb\xa5\ \x4d\xd6\xe0\x09\x73\x6e\x9d\x33\x5e\x03\x8b\x23\x09\x8c\x8a\x6d\ \xc7\x1a\xc7\xcc\x7f\xd8\xd3\x59\xf2\xf7\x3f\x3d\x8f\x2f\x5f\xf0\ \xe3\xeb\xc7\xbb\x58\x60\xeb\xb2\x27\x5f\x78\xf2\xf9\xc4\x5f\x7f\ \xd7\x53\xbd\x75\xf1\xb2\x8d\xf5\x41\x3c\xfa\xea\xeb\x33\x82\xad\ \xad\xc2\x24\x18\x6a\x8f\x6e\x5a\xbe\x7a\x4b\x73\x88\xb9\x93\x86\ \xcd\x5f\x70\xbb\x62\x76\xd4\xb4\x08\x49\x04\x3e\x5c\xb9\xe4\xe3\ \x23\x75\x4c\x90\xac\x71\x73\x6e\xbf\x66\xbc\xab\xa3\x78\xf9\xf2\ \x95\x47\x2a\x83\xd1\x83\xc6\x2d\xb8\x7b\x1e\x46\x98\x60\x04\xa2\ \x4b\x8b\x02\x9b\xd5\x2f\x3d\xf5\xcf\x8a\xc4\xd9\x3f\x7a\xe4\x0a\ \x1f\xb1\xda\xda\x42\xd1\xaa\xb9\x7f\xd5\xab\xef\xee\x2f\x01\x5f\ \xca\xb5\xb7\xcd\x1f\x9d\xa6\xec\x5b\xbb\xec\x83\xed\xa7\xc0\x9f\ \x76\xd3\xc2\x05\xc3\x62\x61\xef\x9a\x15\x6b\x76\x17\x81\x2f\xe3\ \xfa\xdb\x6f\x1b\x99\x9a\x3f\x3d\xd7\xb7\x79\xcb\xa1\xd9\xb9\xd3\ \x91\x70\x84\x2d\x2f\xc0\x64\x02\x63\xd4\xd4\xd4\xb4\x64\xc9\x92\ \xc2\xc2\xc2\x3b\x6e\xbf\x7d\xca\xd4\xa9\xa2\x9b\x04\x06\x8c\xab\ \xa2\xdb\x13\xd4\x3b\x8f\xe8\xee\x8b\x67\xb5\x44\x18\xe3\x44\xc6\ \x8d\xa7\x3e\x5e\xb2\xe2\xc3\x36\x9b\x2b\x91\x59\x37\xdd\x75\x67\ \x5e\x2c\xdb\xbb\xe6\xb5\x0f\x76\x15\x09\x5f\xd6\xed\x0b\x6e\xcf\ \x89\x43\x7b\x56\xaf\x58\xbb\xa7\x10\x45\x65\xdd\x70\xc7\x5d\xf9\ \x31\xa1\x8d\xaf\xbd\xb6\xe5\x78\xbd\x3b\xf5\xb2\x99\xc3\x15\x5a\ \xb1\xfd\x4f\xbf\xa8\x4d\x2e\xb8\xf2\xde\xeb\xa7\x78\x30\x1b\x30\ \x43\x0d\x97\x1b\xde\x7f\x24\x84\x08\xff\x8f\xf3\x2f\x61\x74\x39\ \x1f\x6b\x2d\x08\xba\x59\x16\x04\x00\x37\xa8\x32\xf5\xa6\x7b\x06\ \x07\xb7\x3e\xb7\xea\xa0\x50\x35\x8c\x81\x33\xe6\x8a\x1f\x34\xe7\ \xf6\x7b\x16\x5c\x37\x6a\xef\xea\xa5\xbb\xea\xec\xa6\xd3\xdb\x8b\ \xac\xb8\xdb\xee\xbc\x49\x2d\xff\xe8\xfd\xa3\xec\xfa\x5b\x6f\x8b\ \x6b\xda\xf6\xea\xda\xfd\xcc\x68\x58\xfa\xcf\x97\x43\xa9\x53\xee\ \xbb\x6b\x46\xc9\xda\x57\x56\xef\xad\x24\xb2\x84\x08\x32\xeb\x4b\ \x9b\x0c\x57\x5e\x86\xbf\xee\xd8\x86\x63\xea\xa0\xdb\x6e\xbd\x22\ \xd6\xa7\xba\x22\xe3\x67\xdf\x73\x57\x84\x7e\x6a\xfb\xc9\x8e\x96\ \xe2\x1d\x87\x5a\xdd\xd7\xdf\x79\xfb\xa4\x9c\xc4\x9a\xe3\x7b\x4f\ \xd6\x74\xe8\x4d\x87\x9e\xfc\xc7\x72\xd7\xb0\xab\xef\xba\xe9\xf2\ \xda\x83\xbb\x8a\x9b\xed\x40\xc3\xe9\x3d\x27\xaa\x18\x6d\xd9\xb9\ \x73\x6f\xdc\x84\x6b\x6e\x9b\x3b\xea\xf0\xaa\x57\x36\x1c\x6e\xc0\ \xfe\x84\x09\xb3\x6e\xb9\xff\xde\x9b\xf8\xf1\x0f\x96\x6f\x2a\x93\ \x55\x0c\x3d\x1c\x27\x93\xd6\x13\x3b\x8e\xb5\xa8\x77\x7f\x65\x5e\ \x52\xb4\xdb\xe5\x8d\x4c\x49\x4f\x51\x01\xa7\x5f\x36\x6d\xe1\x03\ \xf7\x8f\x8b\x6a\x58\xb2\x6a\x53\x43\xd9\x91\x57\x5f\xdd\x3a\xf2\ \xba\x7b\xee\x9a\x37\x3d\xc9\x2f\x97\x6c\x7e\x6d\xe9\xc7\x4d\xf3\ \xe6\x7f\xe5\xf2\xe8\xda\x17\x5e\x78\xab\x8d\xa1\xec\xdc\xa4\xf6\ \xda\x93\x2d\x1c\x30\xea\x32\xab\x9c\xd7\xf9\x7d\x41\x45\x45\x45\ \x64\x64\xc4\xe4\xc9\x93\xeb\x1b\x1a\x3a\x3a\x3a\x10\x02\x11\xfe\ \x6f\x40\x87\xef\xa6\x00\x11\x36\x1d\xba\x3e\x9f\xf3\x85\x10\x92\ \x24\xa8\x3c\xba\xf3\xb8\x9d\x74\xdb\x5d\xb7\xa5\xe9\x07\x16\x2f\ \x5f\xdf\x58\x7b\xe4\xc5\xd7\xf7\x8c\xba\xfe\x9e\x05\x37\x4c\x4b\ \x88\x90\x0b\x37\xbe\xfa\xda\xce\xe6\xeb\x16\xdc\x3f\xd6\x5f\xfd\ \xfc\x2b\x6f\xb7\xb6\xb7\xec\xdc\x72\x30\x73\xf2\xb5\x37\x5e\x3d\ \xd1\x8f\x6d\x12\x9f\x7b\xe3\xfc\x7b\x6f\x9a\x92\xaf\x00\xe5\x9c\ \x9f\xb5\xf2\x7d\xde\xc0\x59\xea\x7c\xf1\xda\x0b\x00\xbc\x0b\x0c\ \x13\xe0\xcc\xa6\x5a\xca\x5d\xf7\xdd\xf5\xf8\xe3\x4b\x57\x6b\x33\ \x64\x45\x06\x41\x5b\xea\x0a\x37\xbc\xbf\xbd\x4d\x0f\xb5\x06\x8c\ \x96\x96\x90\x1f\xc9\xd1\x89\xa9\x39\xb9\x23\xf9\xa8\xbc\xfa\xaa\ \xa4\xfc\x61\x23\xc5\xe5\x39\xff\x2c\x6e\x6c\xaa\xc4\xc5\xa7\x2b\ \xb0\xb4\xfd\x8d\x12\xd6\xa1\x1b\xed\xad\x0d\xb6\x48\x11\x42\x84\ \x3a\x82\x1c\xdc\x1a\x86\x50\xb0\x5d\xf2\x79\x65\x04\xd4\x34\x6d\ \x21\xbb\x64\xb7\x5b\x56\x02\xed\x41\x26\x48\x6c\x52\x6a\x7e\x7e\ \x8e\x07\x74\x82\x25\x97\x0c\xe5\x47\xb7\xb7\x26\x4f\xfa\x7f\xd7\ \x4f\x8a\x0c\x15\xc5\xfb\x3f\xe2\x9c\x02\x96\x54\x19\x33\xc6\x88\ \xe2\xcf\x1c\x92\x53\x30\xa4\x60\xca\x47\x1b\xaa\x6b\x6b\x8d\xec\ \xc8\x3d\x9b\xde\x2b\x6a\x31\xea\x9a\xf5\xe4\xe6\x56\x7b\x30\x02\ \x21\x38\x13\x8c\x31\x8e\x21\xd4\x11\x54\xb0\xdb\x2b\x73\xdb\x30\ \xa9\x00\x40\x58\x12\xa1\xd3\x47\x77\x6c\x3b\x5a\x13\x6c\x69\x68\ \x57\xda\x98\x67\xcc\xb0\xc1\xbe\xed\xeb\xd6\xfb\xae\x9d\x9b\xa1\ \xda\x1f\xee\x3d\xd5\xdc\xc4\x37\xbe\xf3\x86\xd9\xde\x6a\x75\x7a\ \xda\x0d\xa1\x79\xbc\xd4\xae\x0b\x18\x3c\x9a\x30\xe6\x38\x1f\xcf\ \x3b\x18\x83\x51\xa3\x46\x8e\x19\x33\x26\xfc\xd1\x34\x0d\x4a\xa9\ \x8c\x10\xe7\x4c\xf4\x9d\xab\x23\x24\x44\xd7\x56\x41\x21\x98\xe8\ \xee\x81\x02\x40\x08\x8e\x60\xc0\x84\x03\x33\xc6\x45\xd7\xfe\x43\ \x14\x9d\x9c\x99\x97\x33\x3c\x6e\xce\xf8\x3d\xef\x94\x85\xb4\xcb\ \x46\x0f\x91\xb7\xad\xdf\xe0\x9b\x73\x6d\xa6\xaa\x6f\x38\x7e\xac\ \xbe\x49\xde\xf0\xf6\x1b\x66\x7b\x6b\x80\x77\xb6\x77\xe8\xb2\x3b\ \x7a\x70\xce\xb0\xa1\x59\xfe\xaa\x06\x86\x54\x7f\x4a\x5a\x46\xb2\ \x62\x99\xf4\x8c\x88\xc0\xf0\x5a\x44\x8f\x93\x13\x80\x73\xc4\x3f\ \x85\xef\xe0\x22\xe2\x05\xc1\x05\x08\xce\x19\xe2\x04\xb8\x00\x6a\ \x84\xa4\xd8\xc9\x0b\x6f\x39\xf6\xfb\xe7\x97\xb5\xcb\x43\xe5\x40\ \xc5\xb2\x17\x5f\xa2\x13\xee\xbf\x77\x9c\xfb\x85\x27\x16\x53\xcb\ \x16\x42\x70\x66\x9b\xe1\x27\x60\x85\x6c\xe0\x94\x61\x60\x8c\x0b\ \x2e\xe4\xe8\xa9\xd7\xde\x3a\x3a\x5e\x16\x48\xd2\x5c\x2e\x2b\x14\ \x42\xb2\x46\x14\x09\x84\xae\x9b\x56\x52\x72\x2e\xa9\x58\x7f\xaa\ \xb2\x3d\x65\x90\x17\x03\x69\x3e\x72\xa0\x36\xc0\xa6\x66\x44\xd0\ \xa3\x94\x33\x6a\x5a\xcc\x05\x36\x0f\xbb\x6c\x04\x50\x9b\xda\x36\ \x00\x0f\x6f\xfc\xe4\x9c\x09\x00\xc1\x19\x07\xe0\xd4\x32\x81\x72\ \x21\x13\x05\x42\x1f\xaf\x5a\xf1\x71\xe3\xd0\xef\xde\x37\x6b\xff\ \xcb\x7f\x29\xa2\x26\xb3\x29\x07\x40\x20\x38\x63\x94\xdb\xfe\xd4\ \x14\x66\x6e\x3f\x74\xaa\x39\x7b\x64\x24\x58\x1c\x2b\x6a\xfd\xb6\ \xd7\x5f\x79\xef\xc4\x82\xef\x7d\xcb\x5b\xf4\xc1\x73\x9b\x83\xb6\ \x27\xfd\x81\xc7\x7e\x7c\x68\xeb\xba\x25\x4f\xfd\xbe\xf4\xee\x47\ \x63\x24\x1c\x3f\x78\xdc\x9d\xf7\x4c\x16\x36\x93\x65\xd5\x2b\xd1\ \xc6\x40\x00\x63\x22\x21\x4e\x99\xb3\x28\x71\x61\xa6\x12\x86\x61\ \xf4\xf6\xb5\x9e\x99\xaf\x80\x01\xbe\x7d\x01\x10\x6e\x3c\x8c\x71\ \x21\x7a\x87\x66\x21\x04\xea\x32\xe7\x7b\x2d\x71\xce\x79\xd7\x2e\ \x61\x2e\x38\xb3\x4d\x0e\x16\x23\x40\x6d\xe6\x4a\x7d\xf0\xbf\x7e\ \x7a\x68\xcb\xda\x97\x9e\x7e\xbc\x72\xc1\x37\x3c\x44\x8a\xcb\xb9\ \x7c\xfe\xfc\xf1\x82\x32\xc5\xe3\x77\x07\x4e\x5b\x8c\xdb\x96\x29\ \x80\x31\xce\x29\xa5\x42\x00\x00\x3f\x63\xb7\x71\x2f\x11\xf5\xf0\ \x03\x42\x42\x70\x21\xc4\x27\xfa\x1d\x2f\x3a\x7b\x41\x70\xc1\x11\ \xe6\xc2\x32\x74\xc3\xb4\x4c\x6a\xa6\x8c\xb9\xe6\xfa\xfd\x3b\xfe\ \x77\x63\x2b\x13\xd8\xed\x91\x2b\xea\x2a\x8a\x4b\x5c\x2d\x01\x93\ \x0b\x66\x1b\x21\x5d\x37\x19\x80\x65\xe8\xba\x61\x31\xc1\x6c\x53\ \x0f\x76\x06\xd5\xe4\xa1\x23\x73\x3c\xeb\x57\xad\x16\xe3\xb3\x18\ \x76\x0f\xbf\x6c\x6c\x22\xa1\x94\x5b\x4a\x74\xa2\x47\x0a\x9e\xae\ \x6a\x1b\x36\x74\xd2\xcd\xe3\xf7\xaf\xf8\xeb\x1f\x2a\xa7\x8d\xf5\ \xb3\xa6\x5d\x9b\x77\x64\x4c\x99\x3f\x21\x59\x39\xba\x5b\x0f\xea\ \x06\x65\x8c\x01\xb3\x74\x3d\x10\xb4\x52\x27\x4d\x48\x5e\xfe\xcc\ \xa2\x57\x22\x86\xfb\x1a\x4b\xda\xcc\xf1\x82\xdb\x96\x11\xd2\x4d\ \x46\x6d\x3d\x14\x32\x2d\x0a\x14\x1b\x7a\x48\xb7\xb8\xea\xf6\xd2\ \x40\x63\x49\x51\x71\x6d\x4b\xc0\x8e\xe3\xb2\xe6\xe7\xd5\xc5\x07\ \x8e\x95\xa7\x16\xc4\xda\x34\xa4\x26\x8d\x9e\x37\x79\xd7\xd2\xa7\ \x7f\xdf\x3c\x6d\x62\x82\x8b\x76\x50\xcf\xd0\x78\x8f\x1b\x9b\x95\ \xc5\xc5\x9e\x9a\x46\x4b\x78\xf5\x86\xd2\x4d\xc7\x8e\x90\xa8\xc8\ \x68\x1f\xd4\x37\xd8\x57\x4f\x1d\xbd\xee\xf9\x8f\xdf\xfd\x50\x4e\ \x77\x71\x6f\x46\xfe\xb8\x98\xc8\x9a\xe2\x3a\x77\x64\x41\x04\xb2\ \xc2\x99\x34\x1c\x9c\x7f\xc8\xb2\x2c\xcb\x72\xb7\xbd\x60\x0a\xce\ \x39\x26\xe1\x35\x67\xd4\xb7\xfb\xf5\xac\x01\x30\x1e\xee\x82\xbd\ \xee\x49\x34\xd0\x5e\xa0\xb6\x15\x0a\xe9\x36\x65\xc2\x34\x42\x86\ \xc9\x18\xd8\x96\x6e\x9a\x76\xb0\xb9\x6c\xfd\x81\x23\xae\xa8\xc8\ \x38\xaf\x55\xdb\x2e\x6e\x1f\x3b\x61\xd3\xcb\x1b\xdf\xdb\x2c\x92\ \x35\x14\x93\x3d\x62\x44\xb4\xd0\x83\x21\xdb\xa6\xb6\x4d\x3d\x51\ \x09\xbe\xd6\xf5\xab\xde\x58\x91\x9d\x92\x39\xf6\xb2\x1c\xb7\x7c\ \xb6\x29\x42\x57\x0c\x03\x20\x40\x1c\x61\x21\x98\xe0\x5f\x82\xdf\ \x91\x3c\xf6\xd8\x8f\x3e\xb3\x4f\x42\x51\x03\xfb\xf7\x84\x8e\x1c\ \xc4\xe7\x88\xfa\x12\xb6\xad\x66\x64\x45\x5c\x31\x53\xd8\x16\x00\ \x60\x8c\x1b\xea\xeb\x62\xe3\x12\x04\x02\xc1\x05\xb5\x69\x44\x72\ \x66\x5a\xbc\xdb\x66\x24\x39\x6b\x50\x94\xe6\xcd\x1c\x36\xbc\x20\ \x37\xad\xb5\xf4\x44\x61\x45\x4b\x62\xce\x88\x71\x05\x83\x5d\x84\ \x69\x91\xa9\x99\xc9\xb1\xc2\x32\xd5\xe8\xe4\xac\xb4\x18\x66\xdb\ \x8a\x3f\x21\x3b\x3d\x2b\x3f\x7f\x08\x6a\xab\x3c\x5d\x5a\x6d\x4a\ \x11\xd9\x59\x69\x1e\x19\x18\x65\xd8\x1d\x69\x96\xec\xdd\x5b\x25\ \x8f\xbd\x6c\xc8\xe0\xe1\x23\x52\xdc\x56\x69\x49\x69\x73\x10\x15\ \x5c\x75\xf3\x4d\x33\x46\x49\xd4\xb4\x29\xd5\x22\x53\xb2\x53\x62\ \x11\xa7\x94\x32\x5f\x42\x5a\xf6\xe0\x21\xf9\x43\x92\x9a\xca\x8b\ \x9b\x03\x81\xea\xba\xc0\xb0\x49\xd3\x32\xbc\x1c\x7b\xe3\x07\xa5\ \x46\x0b\x2e\xa5\x64\x66\xc7\x68\xc4\xb2\x79\x44\xf2\xd0\xb1\x23\ \x47\xa8\x1d\x95\x47\x4f\x95\x42\x6c\xf6\xf8\xb1\x23\xd3\x53\x53\ \x62\xe5\x60\x87\x14\x9d\x95\x18\x25\x18\x63\x9c\x64\x0e\x1b\x35\ \x28\x92\x55\x94\x55\x34\xb4\x04\xd4\xc8\x84\xe1\xe3\x27\x0f\x89\ \xe2\x27\x8e\x1c\x6f\xb1\xb4\x91\x13\x27\x0d\x89\x23\x45\x47\xf6\ \x1f\x2f\xa9\x8f\xcb\x9b\x3a\xef\x8a\xfc\xd8\xe4\xc1\x43\x12\x95\ \xd2\xc2\xc2\xba\x96\x50\x64\x7a\x4e\x96\xa7\xf5\xcd\xb7\x3e\x4a\ \xbf\x62\x5e\x41\xbc\x6a\x51\x2e\x1c\x9c\x4f\x84\x13\xaa\x21\x5c\ \x78\xba\x70\xcf\x9e\xbd\x25\xa5\xa5\x25\x25\xa5\x31\x31\xd1\x8a\ \xac\x20\x8c\x4c\xd3\xec\x68\x6f\x8b\x8b\x8f\x0f\x5b\xe6\x18\xe3\ \x60\x30\x68\x59\x66\x4c\x6c\x2c\xb5\x6c\x0e\x7d\xae\x12\x1e\xd3\ \x45\x98\x2b\xba\x2e\xcc\x39\xe7\xd8\x9d\x3d\x38\xc3\x4d\x98\x3b\ \x2a\x25\x2b\x29\x92\x53\x4b\x72\xc7\x65\x27\x7a\x4b\x0e\xef\x3b\ \x5e\x5a\x17\x97\x3f\xe3\xfa\x49\xc3\x12\xd2\x06\x0d\x8e\x93\x4b\ \x4e\x17\xd6\xb5\x9a\x31\x69\x99\x49\xd1\x6e\x26\x94\xb4\xec\x6c\ \x9f\x04\xb2\x2f\x26\x25\x4e\x29\x39\x5d\x62\x2a\xb1\x43\xb2\x92\ \x24\x24\x38\xef\x72\x6a\x80\xe8\xf5\x75\xf4\x38\x3c\x30\xc6\x96\ \x6d\xb7\xb6\xb6\xc4\xc7\x27\x0c\x98\x4d\xd4\x54\x57\x67\x66\x65\ \x87\x3d\x14\x9c\x73\xc6\x18\x63\x14\x63\xdc\x50\x5f\x9f\x96\x9e\ \x7e\x26\xdf\x9c\x43\xc7\xed\x93\xb9\xc4\xe7\xaf\xfd\xfb\x9f\xeb\ \x5f\x7c\xe6\x9c\x71\x4d\xc1\x40\xc4\x55\x57\x67\xfe\xf6\x6f\x2c\ \xd0\x09\x00\x84\x48\x87\x0f\xed\xcf\x2f\x18\x09\x00\x9c\x31\x49\ \x55\x31\xb7\x0d\x83\x02\x12\x80\x25\x97\x2a\x99\x86\xc1\xb1\xec\ \xd2\x54\x8c\x40\x70\x66\xe8\x3a\x48\x9a\x82\x99\x6e\x58\x44\xd1\ \x14\xcc\x75\xc3\x22\xb2\xa6\x12\xa1\x1b\xa6\xc0\x92\xa6\xa9\x12\ \xc1\x82\xd9\xba\x61\x86\x1d\xb4\x98\x28\x66\xcd\xee\x27\x5f\xfc\ \x78\xd6\x83\x8f\x8c\x49\x56\x04\x92\x15\x59\x42\x20\xa8\x6d\x9a\ \x16\x15\x02\x88\xac\x29\x84\x1b\x86\xc9\x01\x29\x9a\x4b\x02\x16\ \x6c\xa9\x3d\xb8\xff\x08\xf5\xc7\x85\x8a\x77\x6c\x2b\xd7\x1e\x78\ \xf4\xbe\x0c\x0f\x26\x88\x87\x4c\xa6\x69\x2a\xb3\x0c\x8b\x09\x45\ \x73\x61\x66\x99\x4c\x68\x9a\x4b\x22\x08\x04\xb7\x4c\xc3\xb4\x85\ \xea\x72\x11\x6e\xe9\x26\xed\xb1\x3b\x65\x45\x55\x64\x09\x21\xe0\ \xd4\x32\x0c\x9b\x28\x9a\xaa\x10\x00\x60\xb6\x69\x58\x5c\x75\x69\ \x12\x46\x9c\xd9\x86\x61\x72\x0e\x92\xa2\xaa\x8a\x8c\x10\x20\x61\ \x1f\x5d\xbf\xe4\xf5\x83\xf2\xc3\x8f\xdc\x1e\x01\x96\x13\xf4\x78\ \x41\x80\x31\xa9\xad\xad\x59\xb6\x6c\x79\x55\x55\xcd\xd5\x57\xcf\ \x9c\x79\xd5\x55\x92\x24\x49\x92\x14\x0c\x06\x2a\xca\xcb\xf2\x87\ \x8f\xb0\x6d\x1b\x00\x08\x21\x0d\x0d\xf5\xc1\x40\xe7\xd0\x9c\x61\ \xba\x1e\x12\xbd\xf1\x6b\xdd\xeb\x11\x03\xc2\x56\x10\x71\x69\xb2\ \x65\x18\x20\xa9\x0a\xe2\xba\x69\x21\x49\xd5\x64\x64\x9a\x54\x75\ \x69\xa4\xbb\x3d\x30\x0e\x72\x57\x7b\x10\x96\xa1\x5b\x14\x34\x97\ \x4a\x4d\x83\x32\x01\x08\x49\x8a\xaa\x29\x92\xa0\x56\xc8\xb0\xc4\ \xd9\x3c\xfa\xdd\xd3\x08\x84\x10\x92\x24\xc9\x30\x8c\x92\xe2\xa2\ \x82\x11\x23\xc3\x75\xee\xf1\x96\x7e\x49\x3a\x6e\x9f\xec\x2c\x30\ \x4d\xcf\xa8\xd1\x09\xf7\x7d\x1d\x9d\xd3\x5e\xb0\xb4\xac\x6c\x61\ \x99\xbd\xa1\x14\x9c\xdb\xb6\xad\xc8\x32\x00\x58\x86\x0e\x22\x1c\ \x4b\x26\x80\xd3\x50\xc8\x06\x40\xc0\xed\x50\xa0\xf7\x97\x80\x65\ \xe8\x00\x00\x88\x59\x66\xd7\x1b\xdb\x0c\xd9\x00\x80\x80\x33\x23\ \x14\x1a\xe8\x3a\xa2\x96\x2b\x71\xe4\xdd\x0b\x22\x90\xcc\x28\xe5\ \x9c\x1b\xb6\xd9\xff\x04\xdb\xd0\xed\xae\x47\x67\x1b\x3a\xc5\x18\ \x10\x32\x3b\x1b\x4f\x97\x54\x2a\xbe\xf4\xbb\x17\x5e\x91\xaa\x52\ \xc3\x10\xe1\x27\x6b\xe8\x7a\xf8\x7e\xdb\xe1\x5a\x00\x18\xa1\x60\ \xdf\x87\x61\xe9\xa1\xde\x19\x67\xf8\x17\x9b\xfd\x4a\xe4\xa6\xde\ \xf7\xa3\x11\x0c\xf6\xad\x0c\xb5\x4c\x6a\x99\x00\x80\xb1\xf0\x66\ \x8c\x5f\x98\x13\x17\x89\xe8\x17\x0f\xee\x72\xf0\x79\xfd\x8e\x34\ \x35\x25\x75\xc1\x82\xbb\xcb\xca\xca\xc7\x8f\x1b\x27\x40\x70\xc1\ \x04\x48\x96\x65\x9f\x39\x90\xda\x36\x15\x82\xf7\xf5\xfa\x0b\x10\ \xfd\x1b\x43\x4f\x37\x60\x7a\x88\x01\x00\x74\xb7\x61\x41\x2d\x9d\ \x02\x00\xe8\xc1\x7e\xcd\xa9\xa7\x3d\x74\x37\x36\xbd\xa7\x43\x53\ \xd3\x08\x98\x67\x8d\xb9\x10\x5d\xfe\x0c\x04\x08\x50\xb8\x0e\x02\ \x81\x65\x59\x20\x2e\x90\xdf\x91\x9b\x86\x6f\xdc\x24\xff\x94\x2b\ \x3e\x69\xdf\x94\x6d\x73\x3d\xd4\xc5\xa0\x42\xf8\x23\x22\xcb\x4a\ \x4b\x72\x72\xf3\x34\x45\xe9\x62\xd9\xf0\xd2\x2b\xea\x5d\x04\xfe\ \xc2\xd1\x29\x68\x50\xde\x48\xe0\xf4\xd3\xc6\x9d\x6a\xe9\x73\xef\ \x7e\xe8\x5a\x04\x00\xdc\x36\x4d\x9b\x71\x59\x39\xdf\x2d\x52\x00\ \xa4\xe7\x0c\x47\x82\x33\xc6\x15\xa7\x83\x9e\x7f\x7f\x63\xf7\xbe\ \x3e\x21\x44\x7a\x7a\x46\x76\x56\xb6\x65\xdb\xe1\x90\x40\xd3\x32\ \x2b\x2b\xca\x12\x12\x13\x7b\x0c\x72\x21\x84\xcf\xeb\xab\xaa\xac\ \x6c\x6e\x6e\x8a\x8e\x8e\x11\x5d\x51\xd2\x5d\xb4\xd0\xdd\xd2\xc5\ \xf9\xab\x73\x2f\x2d\x74\x0f\xa6\xa6\x55\x51\x5e\x16\x1b\x17\xf7\ \xc5\x97\x24\xa4\xcf\x57\x35\x6e\x99\x60\x99\xff\xf2\xb4\x6e\x3e\ \x66\x69\xe9\x19\xa7\x4f\x9d\x3c\x7c\x60\xaf\xaa\xba\xc2\x86\x0f\ \x80\x63\x34\x3b\xb8\x58\xf8\xa1\x9b\xa5\xbb\x9b\xa6\x10\xba\x1e\ \x8c\x88\x8c\x4a\x48\x48\x62\xbd\xaa\xa5\xdc\xe5\x76\x67\xa4\xa7\ \x17\x9f\x3e\x55\xa5\xba\x88\x24\xc1\xd9\xed\x84\x0b\x50\xe7\xb0\ \x01\xa1\xeb\x41\x9f\xdf\x9f\x98\x98\xc4\xbe\xb0\x54\xea\x79\x5a\ \x8f\xc0\x18\xe7\xe4\x0d\x6b\x6f\x6b\xb3\x2c\x13\x1c\x7b\xd9\xc1\ \xc5\x0e\x91\xe4\x4a\xf1\xfb\x23\x06\x74\x30\xc6\x58\x4c\x5c\xbc\ \xdb\xeb\xeb\xec\x68\x17\x42\x5c\x64\x2d\x59\x24\x69\xc9\xfe\x88\ \x88\x4b\x29\xae\x29\x5c\xd7\xc8\xe8\x68\x87\x12\x1c\x5c\x1a\xc4\ \x20\xce\xae\x89\xc6\x18\x53\x35\xcd\xe5\x72\x5d\x42\x75\xbe\x78\ \x79\xa1\xcb\x12\x73\x94\xe0\x1d\xfc\x1f\xa0\x8c\xfe\xe9\x11\xfe\ \x4f\xc2\x11\x62\x75\xe0\xc0\xc1\x85\xb4\x17\x10\xc6\x17\xa7\x90\ \xae\x03\x07\x9f\xc1\x26\x47\x08\xa1\x8b\x52\x2e\xe3\xd2\x9b\x47\ \x20\x84\x6c\xdb\xee\xe8\xe8\xe0\x8e\x1e\xb4\x83\x4b\x81\x16\x24\ \x59\xf1\x47\x44\x10\x42\x06\xea\x41\x23\x14\xe8\xec\xbc\x38\xf5\ \xa0\x65\x59\xf6\xf9\x23\x25\x89\x7c\x71\xd7\xe3\x79\xd2\x83\xb6\ \x2c\xab\xb9\xb9\x31\x26\x26\xce\xe5\x72\x43\xcf\x26\x65\xa7\xf9\ \x39\xb8\x58\x79\xa1\xb3\xb3\xb3\xb1\xa1\x3e\x3e\x3e\xa1\xaf\xee\ \x33\x42\xa8\xa5\xa5\x09\x01\x8a\x4f\x4c\xc2\xa8\x6b\xbb\x3d\xba\ \x68\x78\x21\x18\xe8\x6c\x6a\xac\x8f\x8b\x8b\xc7\x84\x5c\x20\x5e\ \x40\xe8\x5f\x88\x95\xf5\x11\xb1\x41\x08\xb5\xb5\xb6\xc4\xc6\xc6\ \x47\x45\xc7\x9c\xe3\x27\x39\x70\x70\x01\x80\xfa\xb4\xd6\xfe\x5a\ \x69\xe0\x72\x7b\x04\xe7\x6d\x6d\xad\x31\xb1\x71\x3d\xfb\x23\x74\ \x3d\x64\x5b\x76\xd6\xa0\x21\x61\x0d\xbf\x9e\x6f\xf5\xbe\xb9\x80\ \x75\x06\x70\xbb\x3d\x42\x88\xb6\xb6\xd6\xd8\xb8\xf8\x2f\x38\xa1\ \xf8\x3c\xbc\x40\x3c\xde\x86\x57\x5f\x69\x59\xb5\x1c\xbb\xcf\x9e\ \x0c\x42\xe8\xba\x77\xc2\xa4\x94\xef\xfe\x88\x75\x87\x0f\x5b\x96\ \xe5\xf5\xf9\xcf\xa5\x07\x7d\x81\x79\x41\x08\xe8\x92\x60\xe2\x8c\ \x0b\xf8\xf4\x1e\x10\x21\xc2\xdf\xe3\x9c\x75\x6d\xb4\x1d\x70\x41\ \xe0\x5c\xe0\xee\x0b\xf7\xdd\xa1\x2f\x40\x20\x42\x30\x80\x60\x4c\ \x9c\xab\x49\xa1\x73\x52\xa7\x00\x40\x04\xe3\xcf\x5c\x61\x07\x67\ \x3e\x7a\x80\x70\x6b\x1c\xa0\xad\x8c\x10\xf6\xfa\x7c\xed\xed\x6d\ \x7d\x3d\x62\xb6\x65\x2b\x8a\x8a\x31\xee\x69\xbd\x3d\xf2\x4d\x5d\ \x4d\xfa\xcb\x7e\x16\xe8\xcc\xa7\xff\x09\x75\xc6\xd8\xe3\xf5\xb5\ \xb5\xb4\x7c\x71\x2f\xde\xe7\x8c\x77\x64\x81\x4e\xab\xa6\x9a\xf8\ \x7c\x67\xfd\x3b\x0f\x06\x69\x5b\x6b\x3f\xc1\x4c\x11\x56\xaf\x60\ \x00\x10\x36\x72\xba\xd4\x29\x05\xbf\xe0\xbc\x80\x10\x06\xb3\xf5\ \xf8\xa9\xaa\xf8\xc1\xb9\xd1\x2e\xf2\xe9\x89\x16\x63\xc2\x82\x4d\ \xa7\xca\x5b\xd3\x73\x06\xb9\x80\x23\x22\x21\x00\x4e\x29\x07\x8c\ \x45\xf0\xd8\xbe\x83\x6a\xe6\xe8\x4c\xa5\x71\xf7\xc9\xa6\xdc\xcb\ \x2e\xf3\xf7\xbb\x30\xc2\xc8\xae\x38\x71\xd2\x8e\x48\xcf\x4a\xf4\ \x33\xca\xd1\x59\xdc\x58\x61\xc9\x6c\x4c\x64\x09\x89\x81\x9a\xc0\ \x18\xac\xf2\xa2\x22\x29\x21\x27\xc5\x8f\xa8\xb3\x39\xfb\x0b\xf6\ \x3a\xd1\xdd\xd5\x00\x7a\x65\x5d\x11\xea\xde\x28\xd9\xaf\x19\x8b\ \xee\x67\xd3\x97\xaf\x45\xb7\x75\xdc\x4f\xfa\x15\x61\x42\xf0\xc0\ \x47\xf7\x99\xaa\x87\x09\xc6\x68\x80\x40\x39\xea\x5f\x93\x1e\xa6\ \xe8\x39\xc2\xbf\x8c\xb8\x26\xfc\x79\x6b\x8c\x91\x2c\x23\xe9\x1c\ \x2f\x59\x46\xfd\x67\x38\xe1\x0d\xa2\x80\x10\x20\x68\x2a\x2f\x2a\ \xad\x6e\x0d\x1f\x0d\x1f\x41\xdd\x1b\xc2\x50\x9f\x89\xdc\x80\xa5\ \x8b\x81\x27\xc0\x59\x92\x04\x9e\xe5\x3a\x7d\xff\xd4\xff\x3a\x5d\ \x27\x03\x20\x82\x45\x6b\xe9\xca\x57\x96\x95\x77\x32\xdc\x5f\x0b\ \x3a\x7c\xea\xb9\x6a\x85\xb1\x38\xf0\xfe\x2b\xaf\x6f\x3e\x25\x24\ \x8c\x31\x09\x36\x14\x1f\x2d\xae\xa2\x08\x23\x8c\x31\x6f\xdd\xf8\ \xce\x6b\x07\x6b\x2d\xd6\x74\x70\xc5\xaa\x75\x6d\xa2\x5f\x72\x22\ \x84\x30\x46\xc6\xf6\x37\x5f\xd9\x59\xd2\xd6\x78\xe4\xfd\x5f\xff\ \x79\x59\x1b\x97\x30\xea\xfe\x51\x08\x61\x49\x12\x8d\x07\xfe\xfc\ \xbb\x3f\x1d\x6e\x17\x35\x07\xb7\xed\x3e\x5e\xdf\xa3\x6a\x1d\xae\ \x01\x96\x70\xf9\x8e\x77\x17\xbd\xb1\xd5\x02\xc9\x59\x6a\xfe\x02\ \x73\x72\xe8\x96\x3f\x13\x38\xac\x07\x8d\x90\xe8\xd3\xdb\x07\x68\ \xa8\xf6\xea\x41\xf7\xbc\xfa\x88\x31\x0f\x50\x73\xe7\x56\x47\xe1\ \xc9\xa2\x36\x43\xa0\x1e\x0c\x6c\xa8\xdd\x6d\xb2\xbb\x29\xf6\xfd\ \x2b\x21\xc4\x68\x2c\xfe\xf0\xa3\xfd\x41\x46\xfa\x6a\x20\xf7\xad\ \x73\xdf\xa2\xbb\xb6\x1b\x9d\xc1\x65\xe7\x95\x17\x3e\xeb\x88\xdc\ \xad\x66\x0d\x18\xe3\xdd\x4b\x9f\x7a\x79\xf5\x51\x42\x08\x08\x66\ \x84\x82\xba\x49\x11\xc6\xb6\x11\xd2\x0d\x0b\x11\x82\x40\x70\x66\ \xeb\xc1\x60\x48\x37\x01\x13\x0c\x02\x10\x96\x24\x6c\xe9\xa1\x50\ \xc8\x08\xab\x30\x63\x22\x21\x6e\x05\x83\x21\x06\x44\xc2\xfd\xee\ \x8f\xa5\x87\x82\x21\x43\x74\x5d\x88\xb3\xae\x72\x39\xeb\xce\x23\ \x41\x4d\x3d\x18\xd4\x19\x60\xe0\x76\x28\x18\xa2\x80\x70\x58\xa4\ \x89\x71\xdb\x32\xf4\x90\x01\x98\x10\x04\x02\xb0\x44\xb0\xa5\x07\ \x75\x93\x61\x49\x82\xde\xef\x86\x2c\xc6\x41\x08\xc0\x84\xb7\x1c\ \xf9\x60\x77\xfd\xb4\x6b\xae\xf4\x72\x0e\x58\xff\xe0\xd9\x9f\x3f\ \xf4\xd8\x5f\x4f\x36\xd9\x04\x77\x6f\x03\x0b\xa7\xcc\x40\xd0\x57\ \xa9\x57\x92\x08\xb3\x74\x43\x37\x6c\xca\x6c\x8b\x46\xa4\x8d\xbc\ \x6e\xf6\x78\x17\x30\x4c\x24\x24\xec\x50\x30\x68\x5a\x4c\x30\x0e\ \xde\xf4\xab\xaf\x99\x9b\xed\x87\xc3\xeb\xde\x5c\xbf\xbb\x44\x0f\ \x19\x96\x2d\x24\x09\xdb\x46\x28\x18\x0c\x59\x4c\x9e\x30\xf3\x2a\ \xe3\xc8\xfa\x03\x35\x21\x4c\x90\x23\xa4\xf0\x05\x21\xc9\x72\x55\ \x65\xe5\xfa\xf5\xeb\xc3\x7e\x84\x6e\x61\x03\x3e\x50\x43\xb5\x57\ \xc7\xed\x5f\x00\x21\x42\xdb\x4e\x3e\xf1\x87\x67\x8f\x36\x0a\x42\ \x10\xb3\x8c\x60\x30\x68\x71\x20\x04\x03\x20\x8c\x85\x11\x0a\x86\ \x42\x26\xe5\x1c\x30\x21\x18\x8c\x60\xd0\x64\x42\x22\x04\x84\x00\ \xe0\xa6\x1e\x34\x2d\xbb\xb5\xec\xe0\x8a\xb7\x36\x37\x74\xea\x86\ \x61\x8b\x6e\x35\xc9\xb3\xa0\x47\x2a\x1e\x20\xac\xe3\x86\x2e\x0d\ \x3d\xe8\x7e\xb6\x0d\x97\x54\x4d\xd3\x54\x61\xd6\xbc\xfc\xdb\xbf\ \x1c\x0d\x12\xcc\x44\x62\x7a\x12\xeb\x68\xad\x6b\x68\xcf\xbe\x72\ \xfe\xd7\x6e\x9c\xd0\x71\x74\xf3\xa2\xb7\x36\xd5\x75\x9a\x69\x63\ \xae\x79\x60\xfe\x4c\xbf\xdd\xba\xf1\xd5\x97\xd6\x1e\xae\x15\xd4\ \x50\xd2\xc7\x3e\xfa\xe8\x42\x5f\xc5\xae\x45\x4b\xde\xad\xea\xb4\ \x94\xb8\x61\xf7\xde\x3f\x3f\xdb\x87\x99\x40\xb2\x08\xae\x5d\xf4\ \xb7\xf7\x8f\x07\x54\x62\xab\x69\x63\x1e\xfa\xfa\x5d\xd2\xa9\x77\ \xfe\xba\xbe\xfd\x9b\xdf\xbd\x2f\xa9\x7d\xef\x6f\x9e\x5e\x37\xf7\ \x91\xff\x72\xed\xf8\xe7\x33\x6b\x0b\x55\x8d\x10\x5f\x6c\x9c\x07\ \x37\xd6\x56\x19\x9e\xdc\x07\x1f\x7d\x30\x4f\x51\xb0\x5e\xb6\xe4\ \x1f\x7f\x7c\x93\x86\xfc\x83\xa7\x3f\x78\xef\x0d\x89\x5a\xe7\x96\ \x15\x4b\x3e\x38\x50\x6e\x71\x79\xdc\xb5\xf7\xdc\x3a\x6d\xf0\xc1\ \x35\xcf\xbe\xb2\xe6\x14\x71\xc7\x5d\xb3\xe0\xbe\x19\xf9\xc9\x80\ \x50\xf9\xfe\x7d\x01\xdf\xb0\xb1\x19\x1e\x81\xa0\xfd\xd8\xa6\x63\ \x7c\xc4\xfc\x71\x1d\x6b\x36\x1e\x28\xb8\x6b\x22\x0a\xcf\xfd\xba\ \xb4\x3f\xbb\xc4\xa3\x01\xb0\x8c\xed\x43\xeb\x5e\x5f\xfa\xc1\x21\ \xd9\xad\xd5\x15\xb7\xcd\x9e\xad\x06\x6a\x4e\xac\xdf\xd4\x39\x78\ \xe4\xd0\xd6\xa2\xed\x2f\xbd\xb2\xaa\xde\x46\x7a\x80\x4e\xba\xe7\ \xbb\x77\xe6\xb4\x6c\xde\xb8\x51\x1b\x5a\xe0\x77\xe1\x93\x5b\x5e\ \xff\x75\xc5\xae\x2b\xe6\xdd\x99\xdc\xfa\xe1\xd2\xb5\x47\xb8\x12\ \x75\xe5\x4d\xf7\xcc\x1e\x33\xa2\x20\xe5\x8d\x9d\x87\xca\x26\xa4\ \xe4\x81\x70\x02\x49\xbf\xc0\x34\x12\xe3\xe2\xe2\xe2\x45\x8b\x16\ \xd5\xd4\xd4\x34\x37\x37\xdf\x70\xe3\x8d\x32\x21\xd0\x23\xb2\x3c\ \xc0\xbe\x10\xbd\xa6\xfb\x99\x2e\xf6\xfe\x13\x67\xa2\xb9\x5c\x2e\ \x8d\x54\xee\x79\xfb\x89\xc5\x9b\xb1\x5b\xb5\x78\xc4\x8d\xf7\x3f\ \x34\x35\x5b\xbc\xf7\xd2\x0b\x5b\x4e\xb7\xc8\xfe\xac\xbb\xee\xbf\ \x27\x37\xa2\xed\x9d\xa5\x2f\xed\x28\x6e\x62\xc4\x3f\xfb\xee\xaf\ \xcf\xc8\x66\xcb\x9f\x7a\x62\x7b\x85\x11\x93\x3d\xe1\x9a\xd1\x1e\ \xdc\x78\xf0\x99\x3f\xff\x3a\x79\xc4\xac\x07\x6f\x9e\xe6\x41\xec\ \x4c\x1d\xda\xae\x45\x00\x21\x40\x08\x74\xc6\x5c\xe6\xa2\xb6\x17\ \x10\x40\x9f\xc4\x1b\xe1\xbe\x02\x34\xd8\x54\x58\x03\xd7\x3d\xf8\ \xd8\x0f\xe6\x8f\x2c\x3c\x74\x72\xcc\x5d\xdf\xf9\xe1\x57\xa6\x1f\ \x7f\xff\xed\x63\xf5\x56\x5c\xde\xa4\x85\xdf\xf8\xe6\x37\xef\x99\ \x59\xbe\xfd\xfd\x03\xb5\x66\xc5\xae\xe5\xaf\xef\x0d\xdc\xf9\xcd\ \xff\xfa\xfe\x7d\xd3\xdb\xab\x4b\xdb\x82\xed\xef\xbc\xbc\xb4\x33\ \xf5\xaa\x6f\x7d\xf3\x1b\xc9\x0d\xdb\x17\xaf\x3a\x00\x12\x01\x04\ \x40\x03\x25\x45\xb5\xa3\xae\xbb\xef\xc7\x3f\x7a\xd8\x57\xb1\x75\ \xd5\x96\x4a\x84\xcc\x8e\xce\x00\x13\x00\xcc\xec\x68\xef\xa0\x9c\ \xd5\x14\x97\x44\x0d\xbf\xf6\xc7\x3f\xfa\x76\x62\xe0\x44\x8d\x7f\ \xcc\x0f\x1f\xfb\x51\x9e\x7d\xe4\xfd\x8f\x8e\x71\x89\x70\x39\x6a\ \xe6\xed\x5f\xfd\xd1\x0f\xbf\xea\x2e\x5d\xb3\x72\xdb\x89\xaa\x03\ \xeb\x5e\xdf\xd6\x34\xef\xfe\x6f\xde\x3b\x2b\x6b\xcd\xab\x4b\x8b\ \xda\xcd\xda\xe2\x53\x31\xe3\x6f\xfc\xf1\x63\xdf\x1a\x97\x19\x69\ \xdb\x14\x01\x2d\xad\xa9\x93\x53\xd3\xdc\x18\x10\x04\xb7\x7d\xbc\ \x2f\x65\xfa\x9d\x0f\x2f\x98\xd5\x7e\xf4\xe3\xc2\x20\x00\xea\xda\ \x82\xcb\xbb\xa5\x75\xb8\x10\x48\x92\x3a\x8b\x77\xbe\xbc\x62\xdf\ \x94\xbb\xbf\xf3\xc3\x47\x17\x0e\x4f\xd4\x6c\xce\xed\x50\x7b\x7d\ \x73\x00\xcc\xfa\x57\x5f\x7a\xc5\xc8\xbd\xe1\xff\x3d\xf6\xfd\xcb\ \xb3\x58\x61\x65\x93\x60\x66\x43\x43\x43\x88\x52\x83\xca\x23\xae\ \xbc\xfb\x67\xff\xfd\xad\xab\x86\xd1\x37\xdf\xf8\x28\x6e\xda\x3d\ \x3f\xfb\xc9\xa3\x93\x73\xa2\x05\x68\xe9\xf1\xd1\x4d\xc5\x35\x14\ \xba\xae\xef\xbc\x3e\xc7\x4b\x08\xce\x39\xa3\x94\xce\x98\x71\xe5\ \x7d\xf7\xdd\x97\x92\x92\x6c\x1a\x46\xd7\x04\x81\x0f\x08\x13\x42\ \x3d\x47\xc2\x4f\xb6\x5b\x28\xf4\xdc\x17\x07\x81\x09\xaf\x2f\x3f\ \x6d\xa4\x4f\xfd\x7f\x3f\x7e\xec\xba\x1c\x63\xd5\xdb\x6b\x6b\x6a\ \x4f\xbd\xb3\xb9\x72\xe6\xfd\x3f\xf8\xf1\x77\x17\x0c\x49\x90\xf7\ \xbf\xbf\x78\x6d\xb9\xf7\xbe\x47\xbe\x73\xdd\x30\xfc\xea\xe2\xb7\ \xea\x5a\xda\x8b\x4b\xdb\x67\xdd\xfb\xed\xef\xdc\x7f\x7d\x9c\x6c\ \x4a\xa9\x63\x1f\xfe\xc1\x4f\x1f\xbe\x61\x82\x2a\xec\xb0\xcd\xfb\ \x09\x65\xf1\x9e\x5c\x38\x70\x89\xd8\x0b\xdd\x77\x8f\x75\x11\x83\ \xe0\x42\x70\x49\x75\x79\x3c\xfe\xc4\xa4\xdc\xc4\x84\x23\xaa\xd7\ \x9f\x1c\x35\x34\xcd\xb5\xa5\xb3\xb3\xf5\xf8\xa9\x8d\x2b\x36\x9d\ \x24\xc4\x6e\x31\x98\xd9\x19\x2c\x3e\x76\x2a\x63\xdc\x8d\xa3\xd3\ \x63\x02\xcc\xe7\x56\x14\xb3\xb3\xee\x54\x69\x5b\x9b\xb9\x6d\x71\ \xcd\x8e\x00\x8a\x49\xd6\xa8\xc9\x18\x66\x9c\x31\x8e\x24\xcd\xeb\ \xf5\x46\xc4\xa5\x8d\xc9\x8c\xdd\x57\x57\x6f\x25\x20\x42\x90\x10\ \xc0\xb8\xc0\x18\x73\x4e\x01\xcb\x2e\x8f\xc7\x17\x95\x3a\x24\x2b\ \xbb\x4d\x75\x47\x46\x25\xe5\xe5\x44\xad\x6b\x6f\x36\x69\x0c\x52\ \xa2\xd2\x52\xe2\xa3\x93\xdc\x53\x27\xa6\xae\x28\x3d\x75\xb2\xa3\ \xa4\xb9\xa3\x69\xd3\x1b\x4b\x84\x15\x8c\x4d\x4e\xe2\xc1\x90\xc0\ \x8a\xcf\x1f\x11\x19\xe1\xb7\x8c\x10\xa5\x54\x51\x84\x6e\x98\xd8\ \x2d\x23\x80\x50\xcd\x89\xad\x7b\x2b\x53\xa3\x8f\x6f\x45\x86\x59\ \x77\x6a\xeb\xee\x8a\x9c\xe9\x18\x44\x78\xb9\xa0\x4b\x39\x8b\x23\ \x86\x10\xad\x2a\x2f\x0e\x45\x8f\x9a\x32\x2a\x23\x12\xda\x12\x63\ \x5c\x16\x65\x5c\x02\x22\xcb\x7a\xcd\xa9\xca\x76\xd7\x6d\x73\x26\ \x46\xfb\x4d\xaf\xd7\x23\x09\xc6\x84\x20\x04\x87\xe5\x24\x88\xac\ \xa8\x32\x61\x28\x76\xee\xb5\x13\x57\x7c\xbc\xe4\xd9\xfa\x89\xf3\ \xae\xbd\x32\xdb\xab\x69\x12\xa1\xa1\x10\xe5\x0c\xb8\xe3\x7b\xfc\ \x42\x8b\x12\x83\x06\x65\xe7\xe4\xe4\x84\x3f\x9a\xa6\xc1\x18\xc5\ \x18\x09\xc1\xa1\xef\x5c\xbd\x5b\xe0\xb1\xdb\x6b\xde\x93\x00\x0e\ \x84\xe0\x03\x9d\x5d\x08\x87\x67\x1c\x9c\x31\x81\x90\xdb\xe7\xf3\ \xfb\xa2\x86\x8f\xc9\x5f\xf5\x66\x3d\x8d\x98\x73\xe3\x95\x49\x6b\ \x5f\xfe\x47\xf5\x84\xd9\xb7\x5c\x3d\xa4\xa4\xb2\xa2\xad\x59\x7b\ \x73\xc9\x4b\xd4\x0c\xc4\xc7\x0f\xa1\x86\x41\x54\x4f\x44\x44\xa4\ \xdf\xeb\x6a\x07\x0e\x58\x92\x55\x55\x96\x4c\x8b\xb2\xb3\x5b\x3b\ \xa8\xd7\x58\xc1\x98\x87\xb9\xe1\x92\xe1\x85\x70\x7d\x19\xe3\x98\ \x84\x65\xf0\x18\xa3\x5c\x08\x4e\x2d\x93\x5b\x4c\x30\x66\x1a\x26\ \x17\x36\xc8\x8a\x68\x2d\x7e\x73\xc5\xfa\xec\xf9\x3f\xbb\xfb\x32\ \xfe\x87\x5f\x3c\x6b\xd9\xcc\xef\x51\x9b\xea\xeb\x3b\x01\x80\x51\ \xc6\x19\x42\x92\xdb\xe5\xce\x9c\x71\xfb\x3d\x57\x64\x58\x86\xc5\ \xb9\x60\x21\x9d\x13\x82\x18\xe5\x82\x33\xdb\x06\xb0\xb9\x10\x00\ \x9c\x48\xaa\xde\xd2\x16\x34\x80\x10\x2c\x38\x63\x8c\x72\x2e\x04\ \xb5\x01\x6c\xc1\x05\xb3\x4c\x00\xdb\x16\x00\x42\x30\x4a\x39\xa3\ \x9c\x09\x10\x1d\x15\xa5\x8d\xde\x24\xbf\x4f\xd3\x3c\x89\xf9\x0b\ \x1f\xbe\x2f\x56\xb2\x18\x07\x4d\x32\x8e\x5a\x8c\x51\xdb\xa2\x61\ \xc1\x6e\x44\x19\xf1\xa8\x2e\xda\x16\x10\x00\x85\xfb\xb6\xb5\xb9\ \xe2\x07\x85\xaa\x4e\x9e\xe6\x29\x19\x91\x87\x77\x6e\xeb\x1c\x37\ \x45\x70\xca\xb9\x10\x8c\x52\xc6\x81\x73\x2e\xa8\xb0\x25\x8f\xd7\ \x07\xad\xc7\x6a\x9a\x8d\xe8\x68\x4e\x19\x0b\x17\x2a\x38\xc3\x8a\ \x0b\x0b\xbd\xaa\xae\x7d\x4c\xb4\xca\x28\xe3\x82\x33\xc6\xc2\x7e\ \x11\x21\xa8\x6e\xe8\x1c\x84\x65\x8a\x91\xb3\xef\xcd\x9f\x50\xb6\ \xe2\x9f\x4f\xfc\xf1\x65\xfd\xf7\xff\x6f\x7e\x87\x6e\x48\x5e\x37\ \x30\xca\x18\x75\x78\xe1\x8b\x44\x03\x98\x06\x33\xc3\xb9\x54\xbb\ \x57\xfe\xc2\x09\xde\x38\xe7\x7d\x69\xa1\x47\xf6\xb5\xd7\xfe\xed\ \x31\xdd\x51\xbf\x25\x45\x01\x88\x31\x0e\x42\x70\x46\x05\x17\x9c\ \xd9\x16\x07\xd3\x16\xc0\x99\x4d\x22\xaf\x79\xe0\x87\xe3\x4f\xef\ \x79\xf2\xaf\xcf\x2e\x52\x1f\x1e\xe4\xf6\xc5\x0e\x1e\xf7\xf0\x23\ \x73\x65\x66\x09\x2c\x41\xf3\x51\x8b\x32\x6a\x9b\x02\x98\x10\xc2\ \xd6\x43\x94\x72\x41\x18\x0b\xf3\x02\xea\xad\x33\xea\x47\x0e\x5d\ \x5e\xbc\x6e\x9d\xf8\x4b\x44\x0f\x5a\x74\xdf\x63\xce\x84\x65\xe8\ \xba\x69\x31\x26\xe9\x21\x83\x52\xc6\xa9\x65\xe8\x86\xc5\x38\xb3\ \x6d\x3d\x10\xb0\x65\xff\xa0\xec\xe8\xfd\x9b\x56\x41\x21\x2e\x6e\ \x35\x86\x21\x29\xf7\xf2\x39\xde\x3f\xbf\xfe\x97\x3f\x36\x44\x1a\ \xc5\x0d\xba\x0f\xbb\x92\x67\xcf\x19\xf6\xec\x5b\xcf\xb6\x9c\x18\ \xa4\x61\x65\xfc\xdc\x1b\x86\xc5\xc8\x8c\x02\xa6\xd4\x0c\xe9\xa6\ \x6d\x73\x60\xa6\xa1\x07\x43\x46\x64\xea\x88\x91\xea\xba\x7f\xfe\ \xe9\xcf\x83\x23\x5a\xea\x82\x48\x41\xa2\xd5\xd0\x0d\xcd\xe6\x40\ \x4d\x23\xa4\x0b\x9b\x31\x66\x1b\xba\xce\x2c\x8e\x14\x62\xd5\xbe\ \xfd\xea\xa2\x1d\xac\xf6\x44\x43\xfc\x3d\x37\x8d\x1e\xae\x46\xe7\ \x6d\xf9\xe7\x13\x7f\x7d\x22\x23\x52\x8b\x1d\x34\xfa\x86\x59\x39\ \xb6\x11\xd2\x4d\x8b\x51\x1e\x7e\x42\x86\x25\xa7\xa7\x27\x5a\xeb\ \x4a\x9a\x5a\xcb\xd6\x6d\x3a\x36\x7c\xde\x0f\x1f\x9c\x95\x61\x73\ \x6c\x54\xec\xf8\xc9\xcf\x17\x6f\x2f\x19\x9d\x14\xa3\x6e\xdb\xb0\ \x69\xd2\xad\xa9\x6a\xdb\xda\x8d\xdb\x8f\xdd\x35\x65\xb0\xd0\xcd\ \xd8\xa1\xe3\xa6\xe6\xec\x7b\xe6\x4f\x7f\x28\xc8\xf4\x1c\x2e\x09\ \x4c\x99\x49\xa8\xa5\x87\x3a\x83\x22\x2a\x77\xc6\xe8\x8c\x37\x9f\ \xfe\x53\x5d\x41\xf2\xc9\xfd\xe5\xd1\xd7\x62\x6e\x5b\xa1\x50\xc8\ \xb4\x50\x66\x41\xd6\xca\x37\x97\xfd\xb1\xfd\xc4\xa8\xd1\xf9\x46\ \xe5\xc9\x06\x03\xb5\xe9\x38\x26\xcd\x4f\xcc\x86\xd3\xd5\x4d\x49\ \x13\x12\xc1\xb2\x29\x75\xfc\x0b\x9f\xcf\xb7\x80\x04\x00\x02\x21\ \x49\x3d\x7a\xd0\xc2\x34\x2d\x01\xc0\x31\x09\xfb\xf3\x06\xf4\x30\ \xce\xc3\x49\x24\x58\xdf\xac\x90\x03\xb2\xd7\x02\x80\x10\x84\x51\ \x3b\xa4\xeb\x16\x65\x60\x1a\x21\xc3\x62\x4c\x50\xcb\x30\x2d\x3b\ \xd8\x78\x72\xc9\x92\x4d\xdc\xad\xd8\x8a\xcb\xa5\xfa\x26\x4c\x9b\ \xb9\xf3\x99\x65\x7f\x7c\xa2\x34\x5e\x53\xb2\xc7\xcd\x98\x96\x0e\ \x46\x48\xb7\x2c\x66\x99\xb6\x3f\x21\x2b\x85\xae\x7d\xee\xc9\x3f\ \x67\x65\x8f\xba\xee\xea\xf1\x3e\x59\xf0\xb3\x25\xce\xee\x89\x62\ \xe0\x08\x77\xd9\x38\x97\x8a\x1e\x74\x7d\x5d\x5d\x6c\x7c\x3c\x00\ \x30\xce\xdd\x51\xf1\x19\xd9\xe9\x51\x7e\x7f\x7c\x6a\x6a\x5a\x72\ \xb4\x4c\xd4\xd8\xa4\xf4\xf4\xc4\x18\x45\x96\x63\x92\x53\x53\x33\ \x06\x0d\xcf\xcf\xf7\x63\xcb\xc6\xde\x51\x13\x2f\x1f\x96\x1e\xe3\ \x8b\x4e\x2e\x28\x18\xec\x92\x64\x45\xb4\x95\x35\xa2\x09\x53\x27\ \xe5\x0e\xce\x1b\x9a\x12\xc1\x18\x8a\x8c\x4f\xc9\x48\x4d\xd4\x48\ \xd8\xbc\xc3\x51\x89\xa9\x69\xa9\x49\x2e\x09\xb9\x22\xe3\xd2\x33\ \x92\xa3\x63\xe3\x86\x0e\xcf\xf5\x62\x26\xf9\x53\x2e\x9f\x32\x65\ \x50\x42\x84\x37\x3a\x3e\x2d\x23\xd5\xef\x56\xdc\x11\x71\x99\x19\ \x29\x91\x1e\x45\xf5\xc5\xa5\xa7\xa5\xc5\x44\xc7\xa6\x64\xa4\xb8\ \x24\xe2\x4b\x1c\x72\xcd\xbc\xb9\x39\xf1\x0a\x53\xa3\x0b\x0a\xf2\ \xbc\x12\x93\x5c\x11\xa9\x19\xe9\x31\x7e\x8f\x37\x2a\x31\x23\x2d\ \x2d\xd2\x2d\x73\x2e\x84\x00\xce\x85\x2f\xc6\x7d\x7c\xfb\xa6\x26\ \xcf\xa0\x31\xa3\xf2\x0b\x72\x33\x64\x66\x99\x96\x8d\x55\x7f\x5a\ \x7a\x9c\x2f\x26\x6d\x78\x6e\x6e\x8c\x5b\x89\xcd\xcc\x1f\x9e\x91\ \xe8\xf6\xfa\x62\x22\x7d\xc0\x6c\x46\xbc\xb9\x05\x23\x12\xbd\x84\ \x61\xcf\xb0\x89\xd3\x46\x0f\x4d\x75\x7b\xfc\xa9\x19\xa9\x71\xd1\ \x51\x59\x79\xf9\x59\x89\x3e\x4d\x95\x9b\xab\xcb\xd5\xf4\xcb\xc6\ \xe6\x64\xc4\x25\xa4\xa6\xc4\xc7\x24\xa4\x0d\xc9\x8c\xf3\x22\xd9\ \x9d\x92\x9e\x16\xa1\x22\xc3\x62\x09\x39\x13\xae\x9f\x31\xc1\x3c\ \xfd\xf1\xaa\x5d\x6d\xd7\x5c\x3f\x2b\x5a\xe1\xdd\xd9\x0c\x9c\xd7\ \x67\x7c\x81\x00\x21\x10\x22\x87\x0e\x1d\x7a\x77\xf5\x7b\x07\x0f\ \x1d\x3c\x71\xe2\x64\x6a\x6a\xaa\xaa\xa8\x08\x21\xcb\x32\xdb\xdb\ \x5b\xe3\xba\xb5\x95\x31\xc6\xc1\x60\xc0\xb4\xac\xe8\x98\x18\xdb\ \xb6\x07\x2a\x4b\x77\xa5\x96\xe8\xb9\x38\x07\xac\x25\xa5\xa5\xa5\ \x25\xc5\x44\x44\xc6\x64\xa4\xa7\xc5\xf9\x54\xac\x78\xd2\xd2\x33\ \x53\x62\xfc\xdc\xd4\x4d\x50\x87\x4d\xbc\xfa\x8a\xe1\x29\xee\xe8\ \xd4\x82\xbc\x4c\x49\x30\xcd\x1f\x93\x9e\x9e\x1a\xe9\xf3\xc6\x26\ \xa7\xa7\x25\xc7\x2b\x88\x63\x77\xf4\xe0\x9c\x4c\x19\xa1\xe8\x84\ \x94\xd4\x84\x48\x0c\xbd\x42\xd0\xe1\xa9\x78\x1f\x4d\x68\x11\x8e\ \x1e\xb0\x2d\xbb\xb5\xa5\x25\x3e\xe1\x82\xe9\x41\xff\xa5\x7e\xd1\ \x33\xc4\x7b\xce\x3c\xf7\x11\x33\xae\xce\xfc\xed\x5f\x7b\xf5\xa0\ \x0f\xee\xcb\x1f\x31\x2a\x3c\xdd\x22\x8a\x82\x99\x6d\x52\xa1\xaa\ \x92\x6d\x9a\x94\x23\x4d\x53\xa9\x65\x50\x81\x35\x4d\xa1\xa6\xc1\ \x91\xa4\xa9\x0a\x46\x48\x70\x4a\x19\x6b\xae\x38\xbe\x7e\xd3\x5e\ \x12\xe1\xaf\x3b\x75\x54\x1a\x72\xf5\xfd\xb7\x4c\xc0\x36\x95\x54\ \x55\x21\x44\x08\x66\x1a\x46\x57\x8e\x26\x84\x14\x55\x15\xd4\xb4\ \x28\x97\x55\x8d\x08\x6a\x58\x8c\x48\xb2\xaa\xca\x18\x80\x33\x6a\ \x98\x16\x51\x54\x22\xa8\x61\x52\x59\xd5\x08\x50\xc3\xa2\x92\xa2\ \x49\x40\x4d\x9b\xcb\xaa\x26\x13\x8c\x80\xdb\x96\x69\xd9\x1c\x00\ \xb0\x24\xab\x8a\x8c\x11\x50\xdb\x34\x2d\x26\xa9\x1a\xe6\xb6\x65\ \xd3\x9e\x90\x57\x59\x55\x8a\x3f\x7a\xed\xed\xa2\xc8\x47\xbe\x71\ \xb3\x4b\x6f\x37\xc2\xc2\xad\x08\xab\x9a\xca\x2d\x83\x21\x59\x95\ \x91\x69\x98\x44\xd5\x30\xa7\xa6\x65\x87\x97\x97\x11\x26\x8a\xaa\ \x4a\x18\x85\x2b\xcf\xb1\xac\x4a\x98\xb1\xe0\xbe\xf5\x6b\x8f\x37\ \x59\x1a\x6b\x3b\x5e\xaa\xcf\xfb\xca\x7d\xa3\x33\x22\x08\xc2\xb6\ \x69\x30\xc0\xaa\xa6\x49\x18\x2c\xcb\x04\x2c\x2b\x12\x11\x82\x0b\ \x1a\xd8\xf4\xda\x3f\x8b\xa3\x66\x7c\xe5\x9a\x02\x66\x9a\xce\x24\ \xe2\xf3\x07\x30\x20\x40\x08\x05\x03\x81\x37\x57\xad\x2a\x2c\x2c\ \xba\xe5\xe6\x9b\x46\x8f\xbe\x0c\x04\x48\xb2\x1c\x0c\x04\x2a\xca\ \x4b\x87\x17\x8c\xec\xd5\x83\xae\xaf\x0f\x04\x3a\x87\xe6\x0e\x33\ \xce\xd0\x83\x16\xfd\xa5\x16\x41\x00\x60\xa2\xa9\x92\x6d\x98\x20\ \x29\x32\xe2\x86\x65\x23\xa2\xa8\x32\xb2\x2c\x2a\x6b\x9a\x84\x80\ \x33\x6a\x9a\x16\x13\x20\xc9\x8a\xaa\xc8\x08\xb8\x65\x9a\x36\x03\ \x55\x53\xa8\xd9\xd5\xaa\x25\x45\x55\x64\x49\x30\xcb\x30\xed\x2e\ \x5f\x87\xe8\xa9\xb8\xe8\x0e\xc4\xe9\x8a\x7b\x21\x92\x64\xe8\x7a\ \x69\x71\x51\xc1\xc8\x51\x17\x40\x0f\x9a\xeb\xa1\x88\xab\x66\xb9\ \x86\xe6\x20\xe9\xec\x5f\x17\x94\x4a\xb1\x71\x5c\xd7\xfb\x4e\xe2\ \x0c\xc3\x70\xbb\x5c\x0c\x84\x65\x1a\x20\x00\x09\x61\xe8\x34\xec\ \x37\x31\x0d\x03\x04\x20\xe0\x66\x28\x9c\xf6\x87\xea\xdd\xdb\x2e\ \x11\xc1\x9a\x2f\x66\xf0\xe0\x8c\x56\x83\xa7\xce\xb9\x73\xf8\xb0\ \x41\xc4\xb2\x99\x00\x5b\x37\xec\x33\xdc\x47\x96\x6e\x84\x43\x9e\ \xa8\x61\xd2\xf0\x3a\x88\x6d\xeb\x7d\x6e\x50\xf7\x71\x44\xcd\xae\ \x37\xcc\x34\xc3\xb7\xc4\xd6\xf5\x01\x17\x3c\xe3\xbb\x46\xd7\x8f\ \xe9\xd5\x80\xb6\xd3\xc7\xdf\xb0\x30\x27\xc0\x3a\x3b\x4c\x04\xa8\ \x3b\x14\xce\xec\xd2\xf3\xb5\xc2\x57\xe4\x7a\xbf\x2f\x0a\xc6\xcc\ \x50\xa8\x57\x1b\x93\xd9\x86\x0d\x98\xe0\xc4\xcc\x41\x9d\xb8\x9e\ \x91\xd4\x05\x33\xf3\x33\xe3\xbd\xb6\x61\xda\x5d\xad\x8c\xf7\x39\ \x9f\xf5\x54\x68\xf8\xcc\x3b\x46\x79\xa3\xb9\x69\x7c\x19\xcb\xd5\ \xff\xc1\xee\x05\x01\x42\x08\xaf\xcf\x77\xeb\x2d\xb7\x34\x36\x36\ \x65\x65\x65\x72\xc6\x05\x08\x84\xb0\xae\xeb\x03\x8c\x76\x84\x91\ \x69\x99\x5d\xae\x47\xd1\xdd\x43\xbb\x42\x55\x10\x00\x40\xdf\x41\ \x9a\x31\xa3\x4b\x0f\xda\x0a\xfb\x06\x04\xb5\x0d\x0a\x00\x60\x06\ \x7b\x1b\x00\x02\x60\x96\x15\xb2\xac\x9e\xef\x75\xf7\x02\x00\x00\ \x6a\x9a\xd4\x34\x07\x10\x59\x77\x97\x42\x42\x00\x20\x11\xd6\x83\ \x16\x42\x48\x18\x9d\x59\xe7\xf3\xe7\x5f\x10\xb6\xad\x65\x0f\x76\ \xe7\x0c\x3b\x97\xe7\x13\x21\x24\x28\xe5\x86\x1e\x1e\x5a\x05\xe7\ \xb1\x71\xf1\x45\x85\x27\xf3\x86\x0d\x77\xb9\xdd\x3d\x2c\x8b\xfa\ \xf8\x7a\xc5\xb9\x9d\xc5\x2e\x57\xe6\xf4\xf4\xa1\x08\x10\x70\x6a\ \x5a\xd6\x97\xe1\x55\xf9\xf2\x1c\xd9\xd8\xed\x8b\x88\x62\x8c\xf6\ \xdb\x1f\xf1\xb9\x06\xae\x41\x23\x27\xe5\x8e\x21\x00\x82\xd9\x96\ \x65\x53\x50\xd4\x4f\xbe\xa0\xd7\x1f\x05\x9c\x32\xee\xec\x4b\xfd\ \xc2\x5e\x47\x40\x42\x08\xb7\xcb\x93\x98\x90\xd8\xa3\x07\xdd\xd1\ \xd1\x5e\x51\x5e\x9a\x3d\x68\x70\x5f\xdd\xd7\x88\x88\xc8\xea\xaa\ \xca\xaa\x8a\xf2\x94\x94\x54\x84\x09\x17\x02\xba\xf5\xda\xd1\x27\ \x37\xe3\x7f\x43\x9d\x7b\xb7\x25\x77\x1f\xea\xec\xe8\x28\x2b\x2d\ \xce\xcc\x1a\x74\x81\x74\x5f\x11\x12\x96\xc5\xfa\x30\xdc\xb9\x4e\ \xeb\xb9\xa1\x89\x49\xc9\x36\xb5\x8f\x1c\x3a\x80\x10\x3e\x6f\x3b\ \xcf\x1c\x38\xf8\xf4\x3d\xad\xef\x82\x64\x78\x16\x9f\x9a\x9a\x16\ \x15\x15\xdd\xd3\xc7\x84\x10\xb2\x2c\x0f\x19\x32\xb4\xa4\xb8\xa8\ \xa6\xba\x0a\x77\x87\xb6\x8b\x8b\xa2\xce\x5d\x31\xb5\xc9\xc9\x29\ \x31\x31\x31\x97\x8c\x1e\x34\x00\xa4\x67\x64\x25\x26\x26\x33\x4a\ \x9d\xf1\xcd\xc1\xc5\x0f\x49\x92\x15\x45\x19\xd0\xc1\x38\xe7\x6e\ \x8f\x77\xd8\xf0\x11\xa6\x69\x5e\x84\x43\xdb\x59\xeb\x7c\x51\xf3\ \x82\x10\x42\x30\xd6\x37\x3b\xa8\x03\x07\x17\x33\x84\x80\xb3\x76\ \xb0\xb0\x9f\x5f\xd3\xb4\x4b\xa8\xce\x17\xb5\xbd\x00\xe7\x25\x1b\ \x8f\x03\x07\x4e\x4b\xfe\xe2\x70\x36\xe9\x3a\x70\xe0\xc0\xe1\x05\ \x07\x0e\x1c\x38\xbc\xe0\xc0\x81\x03\x87\x17\x1c\x38\x70\xe0\xf0\ \x82\x03\x07\x0e\x1c\x5e\x70\xe0\xc0\x81\xc3\x0b\x0e\x1c\x38\x70\ \x78\xc1\x81\x03\x07\x0e\x2f\x38\x70\xe0\xc0\xe1\x05\x07\x0e\x1c\ \x38\xbc\xd0\x0d\x84\x89\xdc\x9d\x1c\xc5\x81\x03\x07\x97\x24\x2f\ \x10\x49\x51\x55\xa5\x27\xfb\x12\x91\x14\x55\x95\x31\x3a\xeb\x99\ \xb2\xa2\xc8\x9f\xdc\xe1\x11\x02\xbd\xad\xae\xb8\xac\xce\x3e\x23\ \xae\x1c\x13\x49\x55\x14\xec\x10\x86\x03\x07\x17\x37\x2f\x20\x8c\ \x44\x6b\x43\xd9\xa9\xa2\x0a\x5d\x60\x04\x80\x30\x09\x35\x55\x9c\ \x3c\x5d\x19\xb2\xc5\x19\x02\x36\xd0\x5a\x53\xb2\xff\xe0\xb1\x0e\ \x8a\xcf\x69\x0c\x20\xac\x80\xfe\xd1\xb2\x3f\xfc\xea\x99\xb5\x41\ \xd1\xcf\x66\xc0\x18\x05\x9a\xaa\xf6\xef\x3f\xd8\x64\x80\x63\x4b\ \x38\x70\x70\xf1\xf2\x02\xc2\x58\x85\xe0\xfa\x97\x7f\xf1\xc0\xa3\ \x3f\x79\xff\x60\xa3\xea\xd2\x34\x68\x5e\xfe\xc4\xcf\xbe\xfe\xad\ \xdf\x1c\xae\x09\xca\x8a\x22\x2b\x8a\x2c\x49\x92\x2c\x2b\xaa\xea\ \xd2\xe8\xe6\xd7\x9e\xf9\xd5\x13\x4b\xeb\x85\xa6\xca\x18\x00\x49\ \x92\x14\xfe\xa3\x2c\x91\x2e\x6b\x42\x96\x15\x89\x18\x81\xd6\xb6\ \x80\x29\x00\x30\xe9\x3a\x45\x51\x54\xb7\x0b\xed\x5f\xb3\xf4\xe7\ \x8f\x3f\x5b\x6a\xc9\x9a\x4c\x00\x10\xe9\xf3\x7d\x87\x28\x1c\x38\ \xb8\x20\x38\xeb\x3e\x6b\x44\x4d\x53\x6f\xb7\x15\xd6\xbc\x71\xdd\ \x86\xab\x27\x7c\xd5\xda\xbf\x79\xcb\xb1\x06\x0d\x27\xb6\x85\x0c\ \x85\x58\x3b\x57\x2f\x5b\xfc\xf6\xe6\x76\x11\x73\xe5\x2d\x0b\xef\ \x99\x3b\x54\xf5\xf8\x78\xe3\xc1\x5f\x3d\x74\x6f\xde\xc4\x5b\xbe\ \xb3\x30\xf7\xa9\x9f\xff\xed\x60\x6d\xa7\x3b\x76\xf0\x8d\x77\xdf\ \x33\x6b\x74\x66\x4b\xe1\xb6\x97\x5e\x7e\xfd\x58\x55\x80\x59\x1d\ \xbe\x44\x55\x51\xd8\xc7\x4b\x9f\x58\xbc\xe9\xb0\x90\x23\x47\xce\ \xbc\xe5\xab\xb7\x4f\x56\x5d\x6e\x49\xaf\x7b\xf2\x7b\x0f\xac\xca\ \xbd\xfa\xbf\xbf\x3b\x7d\xe5\x6f\xfe\xb2\xa5\xb0\x41\x8d\x4a\x9f\ \x7d\xdb\x82\x6b\x27\x0e\xc6\x9c\x3a\x9b\xb3\x1d\x38\xb8\x08\xec\ \x05\x84\xa8\x6d\x76\xb6\x1a\xf1\x39\x39\x9d\x47\x76\xee\x3c\x70\ \x78\xcb\x47\x5b\xcc\x84\x61\x31\x92\xd9\x42\x45\xd5\xae\xf7\x9e\ \x78\x69\x75\xf4\xe8\xb9\x33\x86\xbb\x57\x3c\xf9\xb7\xcd\xc5\x2d\ \x12\x02\xc9\x17\x3f\xed\xba\x1b\xaf\x1c\x3f\x58\x51\xa3\x2e\x9b\ \x7c\xe5\xdc\x59\x53\xa3\x82\xfb\xff\xb9\x64\x63\x7b\x47\xd5\xb2\ \x17\x9e\xdd\x59\xa5\xcc\xb8\x66\x66\x56\xb4\x4a\x19\x63\x42\xce\ \xcc\x1b\x3b\x7b\xce\x9c\xd1\x83\x94\x35\x2f\x2f\xde\x55\xd4\x48\ \x24\x8c\x34\xff\xf8\xd9\xd7\xcf\x99\x36\x5c\x95\xbd\xf9\xe3\xa7\ \xcd\x9d\x73\x55\x1a\x29\x7e\xe1\xa5\xb7\x2a\xda\x98\x44\x9c\x15\ \x13\x07\x0e\x2e\x06\x7b\x01\x01\xb5\x43\x2d\x9d\xf6\xe0\xb9\xb3\ \x07\x95\xbc\xbb\xe4\xb9\xe7\xb4\x20\xbe\x61\xfe\x55\xbb\x17\x3d\ \xdf\x61\x74\x1c\x2f\x2e\x6e\x0b\xf2\xd6\x8a\x13\x16\xed\xf4\x7b\ \xed\xea\xd6\x60\x24\x63\x72\x44\xd2\xd5\xb7\xde\x9e\xe7\xb6\xeb\ \x8e\x6e\x39\x78\x70\x4f\xbd\xa9\xe8\x5c\x46\x7a\xa0\xb9\xa2\xa4\ \xb8\xa6\x35\xef\x8a\x6f\x3e\x70\xcf\xd8\x95\x95\xeb\x8f\x96\x61\ \x08\x35\x1d\x3f\xbe\x7f\xcf\xf1\x16\x15\xdb\x2a\xe8\xed\xa1\x90\ \xcc\x38\xd6\xa2\xa7\xdf\x78\xc7\xc4\x68\xde\x52\xbc\xef\xc8\xa1\ \xdd\xc5\xed\x44\xd8\x18\x87\x3a\x83\x86\x89\xc0\xe5\x3c\x24\x07\ \x0e\x2e\x02\x7b\x01\x80\x52\xa3\x3d\xc4\xbd\x89\xe9\xd3\xaf\x9c\ \x6a\x9e\xd8\x29\x86\x4e\x9a\x32\x2c\x53\xc3\x66\x67\x80\xba\x55\ \x89\x72\x48\x1f\x39\x7d\xc1\x57\x1e\xf8\xfe\x0f\x7e\x70\xf5\x90\ \x38\xc1\xa9\x11\xea\x6c\x6d\x31\x40\xe8\xbb\x56\xbf\xb5\xee\x48\ \xeb\x8c\x3b\xef\x9f\x3d\x2e\xd1\x32\xa9\xe4\x76\x6b\x32\x34\xd4\ \x94\xb4\x87\x42\x94\x0b\x2c\x4b\xed\x27\x77\x2c\x7f\x63\xbd\x6f\ \xc4\xf5\xf7\xde\x7e\xa5\x47\x30\x0e\x58\xc2\xc8\x32\x03\xcd\x4d\ \x9d\x00\xe6\x91\x0f\xdf\x7f\x67\x6b\xf1\xd8\x9b\xee\xbf\x69\x7a\ \x36\xb5\xa8\x23\x0e\xeb\xc0\xc1\xc5\xe4\x5f\xb0\x3a\x1b\x5a\x42\ \x71\x26\x0c\x9a\x32\xfd\x8e\x7b\x43\x31\xa3\xaf\x8c\x77\x35\xd9\ \xa1\x8e\x9a\x2a\x63\xe4\xb5\x57\x4e\xdc\x79\x64\xfb\xca\x7f\x1e\ \x59\x83\x51\xdc\x94\xff\xf9\xd9\xf0\x91\x97\xe5\x47\x6e\x79\xed\ \x17\x5f\x9f\x5f\x30\xed\xba\xb9\x39\xf9\xf1\xdb\xde\x59\xf9\xec\ \x13\xa8\xbd\x0c\x2b\xe9\x4a\x62\xde\xbc\xd9\xd3\xff\xbe\xfc\xd5\ \xfb\xbe\xf2\xae\xd5\xd6\xe8\xc9\x97\xdc\x09\xa9\xd9\x69\x11\x47\ \xd6\xbd\xd4\xb6\xc7\x6e\xe6\x48\x80\x32\x24\x2f\x2f\x4d\xdd\xf8\ \xb7\xef\x2e\x7c\x6f\xd4\x8c\xdb\xa7\x0d\x4d\x73\xed\x7e\xff\x85\ \x27\x7c\x76\x19\x92\x73\xb1\xb3\x7a\xe9\xc0\xc1\x85\xc0\x59\xf2\ \x4d\x21\x4c\xac\x8e\xaa\x6d\x5b\x8e\xc4\x8e\x1c\x3f\x22\x3d\x5e\ \x96\x30\x70\x66\x74\x34\x1d\xd8\xb1\xdd\x48\x1c\x33\xed\xb2\xf4\ \x50\x6d\xe1\xee\xfd\xc7\xdb\x74\xe6\x89\xcd\x1c\x37\x76\x78\xb4\ \x6a\x1d\xdf\xb7\xe7\x64\x45\xb3\x3f\x35\x77\xd2\xe8\xcc\xf2\x03\ \xbb\x0b\xab\x5b\x41\xd2\x62\x53\x06\x8f\x2a\x18\xec\x25\xc6\xc9\ \x03\x7b\x4e\x55\xb6\x80\xec\x4a\xcc\xc8\xbb\x6c\x78\x5a\x5b\xe9\ \xd1\x7d\x47\x8b\x74\x46\xdc\x11\xf1\xf9\xa3\x46\xa4\x45\x49\xc5\ \x87\xf7\x1d\x39\x5d\xa3\xc6\x65\x4f\x9e\x34\xac\xe1\xd8\xde\x63\ \xa5\x0d\x9c\x28\x51\x09\x59\xa3\x0a\x06\x7b\x15\xcc\x1d\xc7\xa3\ \x03\x07\x5f\x00\x9f\x23\xdf\xd4\xd9\xf3\xd0\x21\x2c\xb9\xdd\x1a\ \x35\x74\xb3\x27\x21\x2a\x22\x2e\xb7\x0b\x51\x23\x64\xd8\x58\x56\ \x35\x55\xc6\x08\x71\x66\x1b\x86\xc9\x05\x56\x35\x4d\x96\x30\xa7\ \x96\x6e\x52\x45\xd3\x64\x82\x01\x04\xa3\xb6\x61\x58\x02\x61\x45\ \xd5\x14\x09\x87\x33\xa6\xe8\xa6\x2d\xc9\xaa\xaa\xca\x08\x40\x70\ \x66\x1a\x86\xcd\x41\x55\x35\x45\x26\x9c\xd9\x86\x61\x49\xaa\xa6\ \x48\x04\x00\xba\x2f\xee\x3c\x56\x07\x0e\xce\x37\x2f\x9c\x23\x91\ \x1c\xa7\xc1\x40\xa0\xff\x21\xa6\x07\x03\x00\x00\x08\x71\x6a\x85\ \x68\xdf\xa4\x32\xdc\x34\x7a\xf3\x6a\x99\x7a\x9f\x24\x6b\x00\x20\ \xb8\x65\x84\xfa\x9e\x4d\x6d\x93\xda\x66\x5f\x77\x86\x65\xea\x56\ \xf7\x01\xcb\xd0\x2d\xe7\x49\x3a\x70\x70\x41\xe1\xac\x02\x3a\x70\ \xe0\xc0\xe1\x05\x07\x0e\x1c\x38\xbc\xe0\xc0\x81\x83\xcf\x8a\xf3\ \x97\x6f\x0a\x21\xc4\x18\x0b\xa7\xf1\x72\xe0\xe0\x62\x1f\x30\x31\ \x26\x84\x9c\x99\x57\x0a\x21\x24\x84\xa0\x94\x5e\x42\x75\xbe\x78\ \x79\x01\x21\xd4\xd1\xd1\x69\xd9\x76\x4f\x16\x60\x07\x0e\x2e\x62\ \x08\xce\xb8\xa6\x69\x5e\xaf\xa7\x6f\x37\x43\x08\x59\xb6\xd5\xde\ \xda\x86\x10\xc0\xc5\x97\x7f\x99\x73\xe6\x72\xb9\x7d\x7e\xff\x17\ \xa7\x86\xcf\xc5\x0b\x42\x20\xd9\x85\x64\x15\xce\x55\x3c\x42\x82\ \xd9\xc2\x0c\x86\x53\xdd\x23\x84\x3a\x03\x01\xca\x58\x6a\x6a\xaa\ \x24\x49\x4e\xa3\x73\x70\xf1\xc3\xb2\xac\xea\xea\x6a\x89\x60\xcd\ \xe5\x0a\x77\x33\x84\x10\xe7\xac\xa5\xa9\x31\x36\x2e\x21\x32\x2a\ \xfa\x22\xac\xb3\x69\x99\x55\x15\x65\x44\x22\x6e\xb7\xe7\x0b\x52\ \xc3\xe7\xe9\xa5\x48\x52\xac\x9a\x43\x56\x43\x21\x9c\x6b\x53\x13\ \xe3\x52\x44\x92\x96\x39\x49\x30\x3b\x7c\x43\x03\x81\x60\x7a\x7a\ \xba\x43\x0a\x0e\x2e\x15\x28\x8a\x12\x13\x13\xd3\xdc\xd4\xe8\x72\ \xbb\x7b\x78\x21\x14\x0a\x49\xb2\x12\x19\x15\x2d\x84\xe8\x39\x38\ \xe0\xcd\x79\x46\xb8\xdc\xf0\xbf\xaa\xa2\xc6\xc5\x25\x34\xd6\xd7\ \x79\xbd\xbe\x2f\x98\xd8\xfa\x73\xf1\x82\xea\xee\xdc\xb7\xb4\x79\ \xcd\x13\xf8\x1c\x7b\x9a\xb8\x01\xde\xd1\xb3\x52\x1e\x5a\x27\x42\ \xed\xdd\x16\x0e\x77\x48\xc1\xc1\xa5\x05\x49\x92\x28\x63\xa8\x8f\ \x12\x11\xe7\x9c\x60\x02\x7d\xf2\x59\x87\xdf\xf4\xd0\xc4\x97\xde\ \xeb\x31\x46\x9f\xe0\x92\xeb\x21\x23\xd1\x0d\x49\x96\xe9\x97\x91\ \xea\xfe\xf3\xcd\x23\x00\xc9\x1a\x76\x01\x76\x9d\x83\x18\x90\x8e\ \x15\x4f\xdf\x5d\x4f\x82\xf3\x2f\xed\xc6\x09\x6e\x5a\x16\x51\x34\ \x47\xb6\xc5\xc1\xbf\xd7\xc7\x70\x66\x6f\x17\xdd\x8c\xd0\x7d\x9c\ \x77\x8f\xd5\x68\x60\x17\x01\x84\x08\x21\x08\x38\xa5\xfc\xf3\xba\ \x22\x04\x0d\xe9\x4c\x56\x95\xb3\x4a\x99\xf5\xd4\x0c\x75\x57\xb7\ \x87\x1e\xbe\xf8\x6f\x3f\x4f\x5e\xc0\x33\x38\x4f\x7f\xef\xb9\xbf\ \xbe\xfc\xde\xc1\xcf\x73\xa9\xe6\x03\x4f\xbf\xf0\x7a\xa3\x43\x0a\ \x0e\xbe\xf4\xf9\xb9\x69\x0e\xe0\x85\x01\xed\x56\x08\xc1\x39\xeb\ \x3b\x3e\x77\x8d\x79\x9c\x8b\xfe\x40\x88\xd0\xf6\xd3\x2f\x3c\xb3\ \xf8\x44\x23\x97\x24\x89\x74\xbf\x30\x08\x21\x00\xf7\x7c\x44\x20\ \x84\xe8\xf3\x51\x08\x81\x7a\x4e\x6e\x2f\xda\xf6\xf4\xcb\x6b\x2d\ \x59\x22\x92\x04\xe2\x6c\xe8\x5f\x34\x20\x24\xb8\xe0\x9c\x03\xfa\ \xa2\xdd\xe3\x3c\xd9\xf6\x03\x38\x2c\x78\x7a\xcb\xda\xad\x3b\x5a\ \xfd\xc1\x89\x53\x46\xe4\x44\x60\x66\xb6\x1f\x3f\x70\xa0\xb2\xa9\ \x53\xf2\x26\x8c\x9e\x38\x3e\x56\x03\x00\x30\x9a\x4b\x77\xec\x3a\ \x6a\x79\x92\xc7\x5f\x3e\x26\x4a\x86\x86\x92\xc3\x87\x4f\x95\x19\ \x4a\xc2\x88\xd4\x60\xc9\xe1\xdd\x6f\x2f\x8f\x1c\x9c\x96\x3d\x26\ \x3f\xb1\xac\xb4\x71\xf0\x88\x7c\x9f\xe8\x3c\x7a\xb8\x30\x76\xe8\ \xe8\x44\xd2\x7a\x68\xff\xa1\x8a\x86\x40\xdc\x90\x51\x13\x87\xa5\ \xb5\x94\x1c\xd8\x79\xac\xca\x93\x32\x6c\xf2\xe8\x41\xce\x34\xc6\ \xc1\x27\x60\xe3\xc6\x8d\xfb\xf6\xed\xbb\xff\xfe\xfb\x63\x63\x63\ \xfb\xb6\x5b\x74\x86\x0d\xd1\x77\xac\x1e\xf0\xb1\xaf\x85\xcf\x8d\ \x96\x03\x7b\x8e\xe4\x5e\x73\xa7\xd1\x56\xb5\x7f\xdf\x91\x86\x0e\ \xd3\x97\x38\x68\xdc\xd8\xe1\x5e\xc2\x5a\xca\x8f\xec\x3e\x54\x64\ \xab\xf1\xe3\x27\x8c\x4e\x88\x74\xb5\x96\x1d\xd9\x75\xf0\x34\x89\ \x1b\x34\x71\xdc\x48\x2f\x0a\x96\x1f\x3b\x76\xac\xb8\x9a\x44\x66\ \xa6\x4b\xed\x45\xfb\x3e\x7e\x63\x05\x4a\xc9\xc8\xbd\x7c\xd4\x10\ \x05\x0d\xdc\x2d\xd4\x33\x99\x01\x84\x04\x80\xe8\x32\x68\xc4\x17\ \x1f\x34\xcf\x93\xbd\xc0\xfa\xcd\x23\xcc\xcd\x1b\x76\x5e\x76\xf7\ \x0f\x6f\xc9\x31\xd6\x6f\x3b\x05\x00\xed\xe5\xbb\x9e\x78\xe6\xf5\ \xc2\xfa\x96\xa3\x9b\x97\xfd\xee\x4f\x2f\xd4\x30\xa0\x0d\x47\x9f\ \xfb\xfb\xa2\xd3\x2d\x46\xf9\xce\xb7\x9e\x79\x69\x9d\x25\x42\xab\ \x9f\x7b\xe6\xfd\x5d\x25\xad\x6d\x1d\x3a\x23\xaa\x84\x4d\xdd\xe4\ \x5c\x84\xea\xf6\x3f\xff\xca\x9b\x75\x0c\x80\xd5\x2c\x7f\xe5\xc5\ \x43\x2d\xa2\xa3\x70\xcd\x13\x2f\xae\x2c\xad\x6f\x09\x04\x8d\x9a\ \xa3\x6b\xff\xfe\xca\x9a\x56\x53\xdf\xf1\xe6\xb3\x2f\x6d\x38\xe5\ \x34\x7d\x07\xe7\xc2\xbe\x7d\xfb\x36\x6e\xdc\xd8\xd4\xd4\xb4\x6c\ \xd9\xb2\x40\xf7\xce\xa0\x2e\x7b\xa1\xcf\xd8\x1b\x1e\xa1\xfb\xda\ \x0b\x9f\x04\x44\x34\x97\xe6\x72\xa1\xa2\xed\xab\x9e\x5d\xf1\x51\ \x53\x5b\xc3\xba\xc5\xff\x58\xfc\xde\x21\xbd\xfd\xf4\xd3\x7f\x7d\ \xf1\x64\x53\xa8\xa3\xb9\x39\xc4\x70\xfb\xe9\x8f\x9f\x7d\x71\x65\ \x5d\xc8\x3a\xbe\x61\xe9\x0b\xef\xec\xb4\xf4\xc6\x37\x9e\x7b\x6a\ \xeb\xf1\xca\xc6\x96\x76\x5b\x10\x99\x08\x43\x0f\xe9\x96\xcd\xe1\ \xdc\xc5\xf6\x4c\x79\x84\x00\x01\x5f\x4a\x88\xd0\xf9\x18\x44\x11\ \x80\x10\xbc\x8b\x7d\x11\xb2\xea\x0e\xef\xab\xd6\x16\x7e\x63\x6c\ \x4a\x56\xed\x4f\x17\x6f\x6e\x99\x9b\xc7\x8d\xa0\x92\x3a\xe2\xee\ \x07\xee\x8d\x83\xc6\xbf\x7d\xef\x7f\x3f\xdc\x59\x3b\xbe\xf3\xbd\ \x3d\x0d\xe2\xd6\x09\x7e\xc2\xdc\x1f\x6e\x5d\x77\xf2\xe6\x31\x36\ \xf8\xaf\xbc\xe5\xeb\xf3\x0a\x5c\x66\xd5\x26\x11\x91\x7a\xed\x82\ \x3b\x06\x13\x08\x14\xd7\xa8\x9a\x86\x04\x80\x40\x2e\x97\x5b\xc2\ \x60\x04\x02\x91\xd9\xe3\xbe\xfa\xb5\x7b\x5d\x60\xbf\xfe\xcb\x27\ \x1b\x58\xde\x78\x5f\x84\xa5\x19\x1f\xbd\xbf\xe5\xce\x99\x39\x5e\ \xe1\xec\xd9\x76\x70\x16\x14\x14\x14\x14\x14\x14\x60\x8c\x29\xa5\ \xb2\x2c\xf7\x78\xf8\xfb\xb7\x17\x24\x44\x4f\x4b\xe6\x7d\x9c\x8e\ \x20\x04\x47\x03\x4c\x77\x84\x39\xe7\x02\x84\x10\xcc\x08\x85\x12\ \x2e\xbb\xea\xc1\xfb\x66\x95\x67\x3f\xfd\xfb\x0f\x77\x34\x8c\x9d\ \xd4\x11\xd4\x93\x52\xf2\x6f\xbc\x6a\x94\x57\x32\xde\x5b\xf6\xfe\ \xa9\xce\xa8\x91\x31\x51\x4a\x93\xb4\xea\xc3\x6d\x37\x8c\x99\x63\ \x91\xd8\x6b\xe7\x3f\x30\x39\xc3\x53\xbd\x7b\x25\x89\xcf\xbd\x71\ \xfe\x5d\x09\x32\x35\x0d\x8b\x9e\xdd\xf3\xd8\x1b\x2d\x20\x04\xff\ \xb2\xfc\x0b\xe7\xc5\xb8\x46\x88\x73\xc1\x39\xe7\x5c\x10\x82\x4e\ \xef\xfa\xe8\x58\xf9\xe9\xc5\x7f\xf8\xad\x62\xb4\x56\x94\x34\x6d\ \x3b\x15\x9a\x2a\x01\x26\x40\x19\x00\x89\xcd\x88\x92\x6b\x1a\x1b\ \x5b\x8d\x0e\xc5\xeb\x47\x20\x58\x64\xc1\x03\xf7\x25\xa5\x48\x96\ \x0d\x60\x9b\x3a\x80\xcb\xb6\x29\x17\xdc\x36\x01\xdc\xc0\x38\xa7\ \x8c\xf7\x3a\x24\x29\x65\x02\x40\x30\x1d\xc0\x05\x1d\x8d\x1d\xdc\ \x1d\xe7\x46\xcc\x8e\x1e\x35\xe7\x81\x84\x41\x98\x32\x2a\x9c\x7d\ \xdb\x0e\xce\x66\x36\x77\x87\xdb\x85\x49\x81\x31\x16\x0e\x1c\xec\ \xd7\x5e\x10\x08\x10\x9c\xf3\xb0\x1d\xd1\xb7\x07\x0a\x21\xc2\xc3\ \x5f\xdf\x14\x08\x9c\x33\x00\xc1\xc3\x4d\x92\xdb\x3a\x00\xf1\x46\ \x61\x56\x8b\xa2\x47\xfe\xe0\xbb\x77\xbd\xb9\xfa\xad\x9f\x7e\xb8\ \xe1\xee\xaf\xdd\x12\xb4\x0c\xd5\xef\xa5\xa6\xe1\x4e\x1b\xf7\xd5\ \xf1\x39\x11\xd8\xe0\x00\xb6\x69\x00\xb8\x29\xe7\x82\x73\xdb\x14\ \x0c\x28\xe3\x4c\x08\x40\xbd\x73\x96\x7e\x44\x14\xfe\xc0\x79\x57\ \x3f\xfb\xe2\x31\x57\xe7\xcb\xbf\x10\xbe\x8f\x80\x85\x5e\xf6\xc1\ \x8e\x8a\x19\xf7\x3c\x7a\xcd\x60\x37\x25\xca\x88\xf7\x9e\xd9\xbc\ \x7e\xc3\xf0\x99\x2e\xbb\xb9\xb1\xac\xbc\x81\x1b\x87\xb7\x55\xd9\ \x57\xdc\x92\x99\xdc\x9e\x8d\xb7\x57\x24\xe7\x8d\xcf\x89\xe0\x3a\ \x75\x45\x2b\x2d\xa6\x4d\x29\xa3\x00\x80\x55\x9f\x68\x69\x2c\x3a\ \x55\x15\x9b\xee\x92\x3c\x49\xee\xd6\xf7\xf6\xee\xa9\x88\xcd\x6c\ \x0d\x84\x4c\xc6\x39\x63\x8c\xd2\x30\xc5\xf8\xf2\x06\x45\x9e\x6e\ \x82\x61\x13\xaf\xf0\xb1\x20\x77\xf9\x24\xce\x98\x63\x2e\x38\x38\ \xfb\xc8\x85\x30\xc6\x61\x1b\x21\x6c\x87\x63\x8c\x39\x17\x5c\xf0\ \xbe\x66\x6f\xf7\x88\xcc\x39\xe3\xe1\xb7\x3d\xc6\xfd\x00\x7b\x41\ \x00\x66\x94\x31\xca\x18\x63\x82\x32\x46\x29\xa3\x40\x6d\x9b\x53\ \x16\x0a\x76\x68\xfe\xa1\x0b\xee\x4b\x79\xf1\x0f\x3f\x7f\x77\xff\ \xe4\x79\xe9\x59\x1b\xaa\xad\xec\x51\x93\x12\x24\x4b\xa8\x5e\x97\ \x5e\x64\x59\x94\x51\x4a\x39\x55\x14\x8d\x35\x95\x17\x97\x95\x09\ \xbf\xe2\xf5\x7b\x25\x7c\x8e\xaa\x03\x00\x02\x04\x88\x23\x2c\x38\ \x17\xe2\x12\x99\x47\xf4\xf8\x17\x10\x16\xcd\xa7\x8f\x75\xca\x59\ \x37\x4c\xcc\x4f\x76\x71\x20\xb2\xff\xaa\x2b\x3e\x5a\x7c\xaa\xbc\ \x31\x4b\x74\x54\xbc\xf5\xe2\x93\x3c\x14\x1a\x3c\xe7\xf6\x69\x43\ \xbd\x9a\x75\xe3\x9d\x45\x8b\x97\x3d\xf1\x6b\x4e\xd4\xfc\x29\x77\ \x2c\xbc\x3a\xde\x1f\x19\xa9\x49\x20\xb8\x2d\x47\x0f\xbb\x76\x52\ \xca\xdb\xcf\xff\x76\x6f\xce\xa4\xfb\x16\xde\xb2\xe0\xa6\x31\xaf\ \x2c\xff\xeb\x01\x05\x53\x6f\x46\x92\x97\x08\xc9\x13\xe5\x97\x80\ \x71\xca\xd0\xe5\xb7\xdd\x5b\xb3\x78\xe9\x5f\x1e\xff\x85\x2c\x7b\ \xa7\xdf\x79\xff\xac\x61\x09\x94\x32\xa7\x0f\x38\x38\xb3\x67\x75\ \x76\x76\xda\xb6\x8d\x31\x66\x8c\x45\x44\x44\x28\x8a\xc2\x39\x17\ \x82\x73\xce\xfb\xf6\x77\x21\x80\x77\x81\xf5\x5b\x92\x08\xcf\x3b\ \xfa\x78\x20\x05\x30\x06\x52\x44\x94\x9f\x00\x03\xcd\x17\xe1\x51\ \x18\xa5\x40\x5c\x31\x51\x11\xa2\xbd\x6c\xc5\x92\xd7\xab\x0c\x86\ \xdc\x97\xcd\x2b\xc8\x1a\x1e\x97\x3c\xa7\x7e\xf1\xf3\x7f\x79\x9c\ \x10\xdf\xc4\xeb\xee\x98\x9b\xa3\x46\x44\x45\xca\x48\x58\x21\xd3\ \x97\x3e\xf2\xca\x11\xfb\x96\x3f\xfd\xe7\x84\xdc\x2b\xef\xbb\x73\ \x66\x84\xc2\x7a\x4c\x01\x74\x26\x33\x20\xc4\xbb\x58\x4b\x7c\xe1\ \xe5\x88\x73\xe8\x35\xfd\x0b\xa3\xcb\x15\xd1\xfc\xf6\x0f\x9a\xd7\ \xfe\x09\xbb\xc9\x59\x4f\xe0\x3a\xf3\x5e\x76\x5d\xf2\x83\xef\x72\ \xbd\x1d\x00\x08\x21\x47\x8e\x1d\x1b\x9e\x5f\x80\x31\x62\x8c\x01\ \xc2\x08\x78\xd8\x7f\x83\x31\x21\x84\xd4\x1c\x78\xf3\x77\xab\x6a\ \xbf\xfb\xc3\x87\x52\x14\x2a\x29\x8a\xa0\x16\x47\x44\x96\xb0\xa9\ \x87\x6c\x06\x92\x2c\x93\x5e\xa1\x47\x01\x80\x25\x09\x99\xba\xc1\ \x00\xcb\xb2\x2c\xcb\xc4\x36\x74\x8b\x82\xa2\x2a\x18\x44\x8f\x09\ \x25\x84\xc0\x92\x2c\x01\x0b\xe9\x06\x07\x2c\xcb\x12\x46\xce\xda\ \xa6\x83\xb3\x80\x10\x72\xf0\xe0\xc1\x95\x2b\x57\xea\xba\x9e\x93\ \x93\x73\xf7\xdd\x77\x7b\x3c\x1e\x42\x48\x47\x47\x67\x79\x45\x69\ \x7e\xde\x30\xdb\xb6\xc3\xa7\x35\x34\xd4\x07\x03\x81\xa1\xb9\x79\ \x86\xae\x73\xd1\xd5\x0d\x11\x02\x2e\x04\x02\x24\x3e\xad\xf9\x2e\ \x28\xb5\x29\x13\x8a\xea\x52\xb0\x60\x80\x25\x2c\x0c\xdd\xa0\x02\ \xf5\x6d\xa5\x02\x04\x42\x84\x60\x61\x1a\x66\x78\xed\x12\x75\x77\ \x80\x2e\x9f\x1d\x00\x0e\xcf\x5d\x10\x20\x40\x08\x23\x49\x92\x74\ \x5d\x2f\x29\x29\x2e\x28\x18\x11\xae\x73\xcf\x34\xe7\xcb\xd1\x6b\ \xfa\x97\xb3\x02\xec\x8e\x96\x63\xd3\xb0\xa6\x9d\x9d\x17\x4c\x43\ \xf2\x25\x40\x1f\x7b\x46\x74\xcd\xca\xc2\x31\x21\x8c\x77\xc7\x87\ \x30\x46\x11\xc1\x44\x75\xc7\x44\xf9\x65\x49\x92\x30\xb5\xbb\x94\ \x9b\xa8\xc9\x00\x11\x59\x21\xbd\x4e\xe0\x1e\xe3\xc3\xb2\x00\x4b\ \x32\x16\x42\x70\x66\x99\x0c\x61\x49\x51\x00\x78\xd7\x8f\xeb\x39\ \x95\xd9\x16\x03\x90\x64\xa5\xcb\x93\xec\x4c\x22\x1c\x9c\xb5\xb9\ \x72\x3e\x6a\xd4\x28\x4a\xe9\x91\x23\x47\x6e\xbd\xf5\x56\x8f\xc7\ \xc3\x18\x43\x08\x09\xc1\x05\xeb\xd7\x66\xba\x3c\x0b\xdd\xff\xf5\ \x18\x0b\x20\x04\x87\x2e\x6a\xe8\x3f\xec\xc2\x59\x35\xcd\x89\x24\ \x13\x09\x40\x30\x9b\x01\x00\xb7\x18\x60\x39\xdc\x4c\x41\xf4\xf1\ \x22\x08\xc1\x28\x07\x22\xcb\x20\x06\x2e\xf5\x73\x10\x08\x40\x40\ \x38\xa4\x0a\x09\x24\x90\x40\x2c\xec\xc3\xbb\x50\xf1\x8e\xdc\xe8\ \x8c\x98\xfa\x68\xc4\xb4\x6f\x9d\x53\xc7\x3d\xbc\x02\x61\x74\xf6\ \x1c\x90\x25\xb9\xa9\xa9\x31\x39\x39\x79\xc0\x06\x55\x21\x84\x60\ \x2c\x36\x77\xd6\x4f\x73\x81\x0b\x8b\x03\x26\xc4\x69\xa8\x0e\xce\ \x37\x84\x10\xe3\xc7\x8f\x1f\x3b\x76\x6c\x58\x0d\x80\x10\x42\x08\ \x69\x6c\x6c\x74\xbb\x5c\x7d\xa7\xeb\xaa\xaa\xd6\xd5\xd6\x5a\x96\ \x29\x11\x89\x87\x17\x1c\xc2\x7d\xb8\xdb\xbf\x70\x1e\xd6\xbb\x50\ \xaf\x41\x11\xfe\x08\x5d\xee\x05\x00\x49\x92\x1a\x1b\x1a\x7a\x36\ \x74\x5c\x08\xff\x82\x10\x20\xce\x4d\x4b\x62\x20\x1f\xa7\xa5\xa5\ \x9e\x2a\x3c\x6d\x59\x96\xdf\xef\x77\x5a\xa1\x83\x8b\xdc\xdd\x20\ \x84\x68\x6e\x6e\x6e\x6f\x6f\x1f\x96\x97\xdb\xe3\x93\x62\x8c\x45\ \x44\x44\x7a\x3d\x9e\x63\x47\x0f\xa5\x24\xa7\x11\x59\xee\xee\x7e\ \x17\x62\xbb\x54\x97\x6d\x22\x10\xf4\xd2\x44\x6b\x73\x53\x6b\x5b\ \x6b\x7e\xc1\x08\xf6\x85\x4d\x86\xf3\xe1\x77\x14\x42\x78\x3c\x9e\ \xbc\xbc\xdc\xca\x8a\xca\xe6\xe6\x26\xe4\xcc\xf3\x1d\x5c\xec\xe6\ \x03\x78\xbd\x9e\x61\x79\xb9\xb2\x2c\xf7\x0d\x13\xe2\x9c\x67\x0f\ \x1e\x52\x57\x5b\x53\x55\x5d\x19\x8e\x32\xbc\x38\xaa\xdb\xf5\x7f\ \x6e\x8f\x77\x78\xc1\x08\x59\x56\xbe\x78\x68\xd3\x79\x5a\x8f\xe0\ \x9c\x6b\xaa\x9a\x9b\x9b\x83\x31\x72\xb2\x48\x39\xb8\xe8\x6d\x06\ \xe0\x5c\x50\x4a\xcf\xec\x60\x9c\xf3\xa4\xe4\x94\x94\xb4\xf4\x8b\ \x70\x70\xe3\x9c\x7f\x59\x92\x68\xe7\x6f\xd3\xc0\x45\xab\x7e\xe5\ \xc0\xc1\x67\x02\x63\x8c\xb1\xff\xe3\x0b\xde\x8e\xaa\x9a\x03\x07\ \x0e\x1c\x5e\x70\xe0\xc0\x81\xc3\x0b\x0e\x1c\x38\x70\x78\xc1\x81\ \x03\x07\x0e\x2f\x38\x70\xe0\xc0\xe1\x05\x07\x0e\x1c\x38\xbc\xe0\ \xc0\x81\x03\x87\x17\x1c\x38\x70\xe0\xf0\x82\x03\x07\x0e\x1c\x5e\ \x70\xe0\xc0\x81\xc3\x0b\x0e\x1c\x38\x70\x78\xc1\x81\x03\x07\x97\ \x3a\xce\xb9\x6f\x8a\x48\x8a\xaa\x2a\x18\x81\x60\xd4\x30\x0d\xc6\ \x9d\x7b\xe5\xc0\xc1\x7f\x34\x2f\x20\x49\xc2\x8d\xc5\xbb\x3f\x58\ \xbf\xad\xaa\xcd\x8a\x4e\xcb\x9d\x39\xfb\xea\xec\x68\x09\xb0\xac\ \x28\x12\x08\x6e\x9b\x26\xe5\x02\x00\x49\xb2\x22\xcb\x04\x81\xe0\ \x94\x9a\x96\x4d\x14\x4d\x21\x5c\xd7\x2d\xa2\xa8\x32\x06\xd3\x30\ \x38\x60\x59\x51\x65\x09\x73\x66\x9b\xa6\x2d\x00\xc9\xaa\x2a\x61\ \x8c\x90\x60\xb6\x6d\xd9\x54\x00\x20\x2c\xa9\xaa\x8c\x11\x50\xcb\ \xb4\x6c\x4e\x64\x45\x51\x24\xe0\xcc\xb2\x2c\xc6\x04\x22\x5d\x7f\ \x65\xd4\x36\x2d\x67\x3b\xa6\x03\x07\x17\x88\x17\xb0\x24\x05\xab\ \xf7\xfc\xe5\x57\xbf\xaf\x50\x53\x33\x63\xd4\xa6\x13\x47\x46\x4c\ \x9f\x95\xa7\x48\x6d\x8d\x95\x07\x4f\x57\x31\x25\x62\x50\xee\x90\ \x28\x15\x03\x42\x6d\x35\x85\xc5\x95\xcd\x0c\x49\xfe\xd8\xc4\xcc\ \xb4\x84\xe6\xa2\x03\x65\x9d\xde\x11\xf9\xa9\x8d\xa7\x8f\x56\x87\ \xf0\xe0\xdc\x9c\x68\x99\xd6\x14\x1f\x2e\xad\x0f\xf8\xe3\xd3\x86\ \x66\x27\x23\x2b\x58\x71\xaa\xb0\xb1\x2d\x60\x71\x1c\x97\x3a\x28\ \x3b\x39\x42\x08\x24\xcc\xb6\x63\x47\x8b\x5b\x75\x11\x9b\x32\x68\ \x70\x46\x6c\xb0\xbe\xfc\x40\x49\x15\xd7\xa2\x87\x0e\x1d\xe4\xd7\ \x24\x1a\x6c\x3d\x7a\xb4\xb8\x35\xc4\xa3\x12\xd2\xb2\xd2\x13\x24\ \x27\x01\x84\x03\x07\x17\x86\x17\x10\x0e\xb5\x57\x15\x56\xb5\x64\ \xdd\xfe\xe0\x4f\xbf\x71\x9d\x6a\x05\x91\xa2\xb5\x56\xec\x7b\xea\ \xaf\xcf\x1d\xaa\x0d\x71\xca\x86\x4e\xb9\xf5\x7b\xdf\xbc\x2d\x74\ \xe0\xad\x3f\x3e\xf9\x5a\x51\x53\x88\x51\x2b\x22\x6f\xda\x2f\x7e\ \xf1\xc3\xb2\xb7\xff\xfa\xf8\x81\xe1\xcb\x5e\x7c\x64\xe7\xca\x7f\ \xbe\x58\xec\xfa\xe3\x13\xbf\x6f\xdd\xb5\xf4\x8f\x2f\xad\x6b\x31\ \x05\x90\xa8\x1b\x1e\xfc\xee\xcd\x23\xe9\x0b\xbf\xf9\xe5\xbe\x26\ \x13\x09\xea\x4d\x1f\xfd\xcd\xff\xfa\xef\x29\xf1\xad\x4b\xff\xfe\ \xa7\x37\xb6\x17\x76\x9a\xe8\x8a\xaf\xfd\xea\xbb\x52\xd5\x3f\xfe\ \xf2\x8f\x43\xb5\x41\xc1\xf1\xe0\x2b\x16\x3c\xb6\x70\xd2\xc7\xcb\ \x9f\x78\xe1\xfd\xe3\xb2\xcb\x9d\x3d\xf6\xe6\xc7\xbe\x73\xa3\x62\ \x99\x8e\xd2\xbb\x03\x07\xff\x6e\x9c\xc5\xef\xc8\x18\x8d\xc9\x9e\ \x7a\xff\xdd\xb3\x3b\x76\x2c\xfe\xca\x82\x07\xff\xbe\xf2\xe3\x66\ \xdd\x3e\xb2\xe6\xf5\x4d\x25\xfc\xea\xdb\x17\xcc\x1b\x9b\xbc\x77\ \xd3\x3b\x3b\x8e\x97\x6f\x5c\xb6\xa2\xc4\x75\xd9\x9f\x5e\x7a\xe9\ \xe1\x6b\x46\xdb\xed\x2d\x26\x07\x59\x75\x79\xdc\x1a\x02\x90\x55\ \xcd\xeb\xf6\xf0\x40\xe5\x5b\x8b\xdf\x6c\x89\x1e\x79\xdf\x7d\xf3\ \xb3\x49\xed\xbb\xef\xbf\x5f\x19\xe2\x7a\x47\x68\xec\xfd\x3f\x79\ \xf1\xb7\x8f\xba\x1a\x0e\x6f\xdf\x5d\x54\x76\x70\xf5\xab\x1f\x56\ \x5c\xfb\xe8\xe3\x6f\xac\x58\xf2\xdd\x6b\xd2\x36\xbd\xb3\x6c\x7b\ \x09\x9b\x7d\xc7\xfd\xd7\x8d\x8f\xdf\xf9\xd6\x5b\x47\x2a\x2a\x8b\ \x8b\x4e\xb3\x88\xe1\x5f\xfd\xfe\x8f\xbf\xff\xc0\x5c\x17\xb5\x1c\ \x52\x70\xe0\xe0\xc2\xd8\x0b\x82\x53\x50\xe3\x6e\xfe\xfa\x7f\x4f\ \x9f\x57\xb6\x6f\xd3\x1b\x7f\x5f\xfc\x84\x01\x38\xab\xd9\x52\x24\ \xbb\xe8\xf0\xc1\x68\x4f\xd2\x95\x57\x15\xc4\x8a\x96\x3d\xf5\x66\ \xda\xf8\x61\xc3\x92\x93\x6a\x35\x15\x83\x8d\x00\x00\xb8\xe0\x4c\ \x56\x35\x45\x22\x80\x90\x6d\xb4\xd6\x77\x22\xac\xd4\xef\x3f\x40\ \x62\xf3\x27\xa4\x65\x0c\x21\x8c\x23\x8c\xb0\xe2\x4a\x4a\x4b\x8c\ \x88\xd0\x98\xd9\xd9\x5c\x5d\x6d\x79\x32\xc7\xe4\xe7\xc5\xc6\x7a\ \xc1\xaa\x6e\xea\x68\xe6\x82\x95\x1c\xdd\x1f\xa9\xa5\xcd\xbd\xda\ \xad\xf9\x52\xee\xbc\xff\xdb\xf6\x2b\xaf\x3d\xff\xfb\xdf\x8d\x98\ \x79\xf3\x03\x0b\xae\x89\xc1\x36\x75\x26\x12\x0e\x1c\x5c\x80\x79\ \x04\x91\x83\xf5\x47\xdf\xd8\x74\x3c\x29\x67\xa8\xe2\xf5\x2a\x98\ \x77\x74\xd8\xe9\xb9\xe9\x62\xcb\xbe\x84\xc1\x23\x46\xa7\xbb\x29\ \x8b\x28\xc8\xcd\x38\x95\xe2\xde\xbd\x77\xe7\xbb\x1b\x22\x4b\x2b\ \x1a\x40\xf2\x23\x22\xf9\x13\x12\x58\xed\xe1\xb5\xeb\x36\x35\xd6\ \x36\x33\xa1\x2a\x9e\xa4\x9c\x34\xed\x64\x9b\x2b\x7f\xcc\x78\x3f\ \xb2\x7c\xc9\x23\x12\xb5\x6a\x8b\x72\x8d\x33\xc6\x38\xe3\x8c\x73\ \x14\x3f\x34\x3f\x2a\xb8\xf8\xad\x77\x57\x75\x0e\x4f\xf2\xc4\xa4\ \x66\xa7\x66\x61\x76\x28\x36\x7b\xd4\xf8\x14\x12\x50\x93\xb2\xbd\ \x50\x59\x67\x4f\xbc\xf6\x66\xf4\xe6\x4b\x1f\x6c\x5c\x7b\xc5\x75\ \x73\x13\xe3\x10\x75\x88\xc1\x81\x83\xf3\xcf\x0b\x08\x61\x6e\xb4\ \x1c\xdd\xb1\x66\xf9\x1b\xaf\x31\xe2\xca\x1e\x37\xef\xd6\x6b\xa6\ \x8c\x88\x19\xf1\x60\x9d\xbe\xea\x9d\x17\xd6\x06\xd9\xe0\x71\xd7\ \x0f\x9f\x36\xf6\x9a\x85\x5f\x29\x79\xea\xa5\xe7\xfe\xfa\x37\x22\ \x98\x94\x1a\x4d\x39\x19\x3e\xed\x8e\x79\x47\x9f\x59\xfe\xd4\xdf\ \x91\xe2\x1e\x34\x29\x3b\xc2\x17\x7f\xf3\x37\x1e\x69\x79\xfe\xd5\ \x57\x9e\xfc\x83\x41\xa2\xe6\xdd\xff\xa3\xe1\x89\x8a\xcb\xe3\xd1\ \x64\x02\x88\xbb\xdc\x1e\x09\x8b\xe4\x91\xd7\x7d\xf3\xbe\xfa\x57\ \xde\x5d\xf6\xf8\x3b\xf6\xa8\x79\xdf\xfd\xf9\x3d\x5f\xb9\xb7\xe3\ \x9f\xab\xde\x7c\x76\xa3\x41\xd3\xa7\x7f\x65\x74\x96\x7f\xc7\xaa\ \x97\x56\x1f\xeb\x74\x79\x23\xe7\xdc\x70\x53\x6e\x34\xb2\x98\x43\ \x0a\x0e\x1c\xfc\xdb\x71\xce\x3c\x74\x9c\x51\x9b\x32\x00\x24\xab\ \x9a\x22\x21\xce\x11\x41\x34\x14\x32\x19\x00\x91\x64\x89\x60\x49\ \x92\x98\x69\x82\x6c\xaf\xf9\xc7\xef\x17\x1f\x36\x1f\xfb\xe3\x1f\ \x26\x44\x09\xc3\x32\x74\xc3\x16\x08\xcb\xb2\x4c\x30\x96\x24\x89\ \xdb\xba\x6e\x52\xc0\x58\x96\x64\x8c\x84\x65\xd9\x48\x92\x65\x0c\ \x96\x6d\x23\x2c\x29\x8a\x22\x61\xd0\x43\x21\x2a\x40\x22\x92\xac\ \x69\x84\xdb\xba\x6e\x32\x00\x49\x92\x25\x8c\x18\xa3\x36\xa5\x80\ \x25\x97\xe6\xc2\x82\x3a\xb4\xe0\xc0\xc1\x67\xc5\x97\x98\x87\x0e\ \x11\x49\x91\xe4\xae\x8b\x52\xca\x01\x80\x23\xa4\xba\x5c\xd0\x9d\ \xc0\x97\x51\x8a\x24\x55\xd3\x24\xb7\xc7\xe3\xf5\x10\x09\x01\x63\ \x54\x20\xc9\xe5\x96\x7b\xce\xa1\xd4\x46\x58\x76\xb9\xc3\x99\xe0\ \xb8\x10\x48\x73\xb9\xc2\x19\xe1\x34\xcd\x25\x84\x10\x9c\xd9\x02\ \x29\x9a\x4b\x09\x7f\x85\xda\xac\x7f\x29\x92\xac\xca\x8a\x0a\x00\ \xc2\x21\x05\x07\x0e\x2e\xe0\x3c\xa2\x9b\x62\xce\x48\x66\x75\x46\ \x8a\x47\x21\xa8\x1e\x82\xa9\x77\x7f\xfb\xf2\xbb\x40\x92\xba\x96\ \x10\xc5\xc0\x73\xfa\x5d\xa8\x47\xdc\xbe\x57\xe5\xbe\xff\x65\x07\ \x9c\xef\xa4\x95\x74\xe0\xe0\xe2\xe1\x85\xcf\x00\x22\xc9\xe4\xbc\ \x64\xe6\x73\xe0\xc0\xc1\x25\xc3\x0b\x0e\x23\x38\x70\x70\xc9\x01\ \xfd\xbb\x79\xe1\xd3\x03\x63\x0c\x4e\x72\x4a\x07\x97\x04\x84\x38\ \x57\x42\x37\x84\x10\xc2\xf8\x22\xec\xe7\xe2\xdc\x75\xee\xa9\x7a\ \x4f\x32\x4b\x01\x9f\x94\x70\xf7\x3c\xf1\x02\x42\x88\x73\xd6\xd6\ \xd6\xc1\xa8\xed\x34\x39\x07\x17\x3f\x64\x59\xf1\xfa\x7c\xe1\xdc\ \xd6\xfd\x5a\x32\xc6\x7a\x28\xa4\x87\x42\x70\x91\xe5\x59\x15\x02\ \x14\x45\xf6\x78\xfd\x18\xa3\x7f\x6d\xc2\x77\x0d\xcf\xe8\x42\xf2\ \x02\x42\x88\x52\xda\xd4\xd4\xe0\xf3\x46\x78\xbd\x5e\xa7\xcd\x39\ \xb8\xf8\x11\x08\x04\x1a\x1a\xea\xe3\xe3\x13\x06\xb4\xe4\xf6\xb6\ \x56\xdb\xb2\x22\xa2\xa2\x30\xba\xb8\x4c\x06\x01\x10\x0a\x06\x1a\ \x1b\xeb\xe2\xe2\x12\xfe\x75\xca\x78\x21\x3e\x79\x22\x21\x7d\xbe\ \x1a\x28\x04\xc9\xe4\x9c\x84\x89\x00\x28\x07\x93\x8a\xee\xa2\x51\ \x5b\x6b\x4b\x44\x44\x54\x5c\xff\xbb\xec\xc0\xc1\x45\x8b\x88\xc8\ \xa8\xea\xaa\xca\xf6\xb6\xb6\xa8\xe8\xe8\xb0\x71\x8e\x10\x32\x4d\ \x43\x0f\x85\x32\xb3\x07\x49\xe1\x35\xfc\x8b\x0c\x91\x91\x51\x35\ \xd5\x55\xed\x6d\xad\xd1\x31\xb1\xe7\x9c\x50\x20\x00\x84\x00\xa1\ \x4f\xe6\x8e\xcf\xc3\x0b\x6e\x19\xad\x3e\xac\xaf\x3f\x6e\xb8\x95\ \xb3\x5f\xda\xb0\xc5\xc8\x54\xf9\xde\xc9\x5e\xc3\x16\x61\x9b\xc5\ \x30\x8c\x94\xd4\xf4\xf0\x9c\x46\x08\x71\xa6\x79\xf6\xb9\x6d\x27\ \x42\x30\x00\x70\xc6\x3e\xa5\xe7\x42\x00\x10\xfc\xd9\xbe\x72\xce\ \x42\x39\xfb\x57\xee\x9b\xee\x32\x11\xc1\x08\xbe\x94\x04\xe4\x42\ \x08\x44\x08\x06\x10\x9c\xf1\x4f\xf7\x03\xba\x7e\xb2\xe0\x4c\x80\ \xe3\xdd\x19\x70\x67\x7a\x66\xe6\xe1\x7e\x12\xfe\x57\x08\x81\x31\ \x8e\x88\x88\xac\xad\xa9\x8a\x46\x31\x3d\xc6\x82\x65\x5a\xaa\xaa\ \x49\x92\xdc\xd3\x7a\x45\x77\x9b\x46\x08\x09\x38\x1f\xb7\xf7\x5f\ \xd4\x39\x32\xb2\xa6\xb2\xe2\x5c\x7d\x5e\x20\x10\x1c\x21\x21\x40\ \x08\x10\x00\x48\x7c\x99\xbc\x20\x61\xa8\x6b\xa7\xfb\x2b\x2c\x9f\ \x7a\xf6\xe2\x83\x96\xf0\xbb\x90\x84\xfb\xfe\x18\x01\x08\x04\x67\ \x00\x80\x09\xe9\xfd\x31\x9c\xf1\x2f\x10\xa0\x80\xb1\x68\x28\x2f\ \xec\x94\xe3\x33\x13\x23\xc5\xa7\xeb\x75\x18\x41\x5b\x5d\x55\x27\ \xf8\x92\xe3\x23\x80\x0f\x54\x73\xc0\x44\xc2\x48\x50\xca\x3e\xb1\ \x50\xd4\xd1\x58\xd5\x6c\xbb\xd3\x12\x22\x41\xfc\xeb\x42\x11\x26\ \xa0\x37\x55\xb4\x42\x52\x62\x14\x01\x84\x49\xf8\xbe\x08\xce\xd8\ \xe7\x10\x93\xc0\x18\x5b\x1d\x4d\xd5\xad\x66\x72\x72\xb2\x4b\x46\ \xc0\x19\x3d\xe3\x2a\x92\x24\x85\x79\x8f\x10\xcc\x29\x45\x88\x37\ \x54\xd6\xca\x71\xa9\x91\xb2\x70\x62\xc3\x06\x8c\x9d\x00\x20\xfa\ \x74\xe9\x9e\x7e\x1e\x3e\x61\x00\x95\xf7\x84\xd6\xf4\xe5\x85\x9e\ \x6e\x09\xa2\x5f\x6b\x40\x08\x11\x42\xce\xf6\x7c\x3e\x75\xf5\x30\ \x21\x18\xb1\xfe\x3b\x82\x7a\xea\xdc\xb7\x56\x5d\x75\xe3\x1c\x00\ \xd8\x27\x74\x04\x21\xa0\x2b\x3e\x08\x7d\x72\xa5\xf0\xe7\x63\x2c\ \x89\x20\x97\x8c\xb4\x73\xbc\x5c\x32\x52\x48\xbf\x82\x05\xe3\x42\ \x74\x79\x3b\x8c\x8e\xe6\x8a\xb2\x92\xd3\xa7\x8b\xca\xab\x1b\x2c\ \x41\x88\x84\x3f\xf7\x6d\xc3\x98\xee\x5b\xfb\xf2\xea\x3d\xa5\x04\ \xe3\x4f\x49\xd5\x98\xc0\xa1\xd5\x2f\xbf\xf5\xf1\x49\x72\x86\x4b\ \x19\x63\xdc\x51\x5d\x78\xf8\x78\x25\x7c\xd2\xd5\x10\xc6\xf8\xd8\ \xe6\x37\x5e\x5e\x7b\x18\x08\xfe\x54\x05\x62\xb6\xfd\x8d\x17\x97\ \x7f\x54\x88\x09\xc1\x84\x35\xd5\x94\x17\x9d\x2e\xaa\x6e\x68\x07\ \x22\x11\xf4\x79\x78\xa1\xb9\x68\xeb\xd3\x4b\x37\xe9\x76\xdb\x8a\ \xa7\x7e\xb7\xe6\x44\x8b\x44\x48\xdf\xbf\x4b\x84\x7f\xfc\xda\xd3\ \x2f\xbc\x73\x0c\x68\xcb\xe1\xc3\xc7\xda\x19\xc1\x04\x1d\xdb\xf0\ \xda\xcb\xef\xec\x15\x44\x72\xec\x85\x01\x2d\x59\x74\x77\x69\x84\ \x10\xc6\xb8\x2b\xae\xae\x0f\xfa\xda\x64\x02\xba\xfa\x5e\xdf\x13\ \x38\xe7\x9c\xf3\x01\x61\x80\x08\x90\xa0\x66\x43\x7d\xa3\x4e\x3f\ \xe7\x12\x1c\xc2\xd8\x6e\xaf\x39\x70\xa8\x50\x67\xa8\x6f\x73\xec\ \xa9\x73\xbf\xa2\x7b\xaa\x2a\xc2\x34\x81\xce\xc1\x83\x08\x21\x40\ \x08\x77\xbd\xbb\xb0\x7e\x47\x00\xe0\xdd\xa6\x0b\x26\x64\xef\x92\ \x3f\x3d\xbd\xbb\x3d\x6f\x48\x82\xde\xd1\x29\x25\x0c\xbb\x7b\xc1\ \xfc\xa1\xb1\x32\x07\x8c\x31\x02\x01\x80\x40\x30\xca\x91\x44\xb0\ \xa0\x36\xc5\x92\x8c\x11\x50\xdb\x46\x44\x26\x58\x70\x0e\x18\x23\ \xe8\x7d\x5a\xc2\xb6\x4c\x9b\x73\x00\x20\x44\xea\xf9\x99\x9c\xda\ \x4c\x00\x21\x04\x23\x04\x08\x81\x60\x36\xe5\x92\x24\x87\x99\x9d\ \x9a\xc1\x90\xc9\x00\x80\x48\x52\x98\x66\x19\xe3\x02\x10\xc6\xb8\ \xfc\xa3\x37\x96\xd7\x16\xfc\x6a\x58\x3a\x12\x9c\x02\x96\x08\xee\ \x2a\x8b\x33\x9b\x71\x22\xc9\xe1\x27\xc4\x6c\x33\xa8\x5b\x02\x00\ \x63\x4c\xba\x8a\xe0\x4c\x20\x82\x11\xb5\x6d\x40\x44\x92\x30\xa3\ \x36\x17\x40\x24\xac\x57\xee\xfe\x60\x5f\xdb\xbc\x1f\x8e\x22\x56\ \xd3\x3b\x8b\x9e\xdf\x74\xbc\xde\xe5\x75\x85\xda\x03\x83\xa7\xdd\ \x7a\xdf\xcd\xd3\xdc\x98\x87\x9b\x23\x20\x04\x20\xa8\x4d\x01\x61\ \x49\x22\x5d\x47\x04\xa7\xdd\xf1\xdf\x98\x48\x24\x5c\xbc\xb0\x83\ \x81\x10\x45\xda\xd0\x91\xe3\xe5\x28\x95\x8b\xb0\x81\xd0\xd5\x1a\ \x04\x87\xe4\x9c\x02\xcd\x95\x10\xa8\xdc\xf5\xfc\xd2\xc3\x8f\xfe\ \x22\x3f\x0a\xe4\xb1\xd3\x27\x7e\xf0\xe4\x9a\x43\xd3\x2f\xbb\x2c\ \x9e\xd8\x94\x3b\xec\x30\xc0\x2c\x97\x65\xb9\xa9\xb1\xb1\xac\xbc\ \x7c\xec\xd8\xb1\xe1\xce\xd6\xd3\xf9\x51\xff\xb3\x85\xe8\x8a\xea\ \x1d\x30\x08\x0f\xec\x81\x44\xb2\x9a\x8e\xfe\xe6\x17\x6f\xdf\xfa\ \xa3\xff\x99\x9c\xa1\x74\xbb\xfa\x10\x70\x46\x99\x90\x64\x09\x84\ \x00\x10\x8c\x31\x01\x7d\x1f\x37\xa3\x54\x48\x72\x57\xaf\x6c\x28\ \xda\xf9\xe2\x8a\xfa\x1f\xff\xef\x50\x2f\xe1\xdc\x66\x03\xba\x7b\ \xaf\xa9\xd2\xf5\xe0\x45\x4f\x9d\x07\xf4\x77\x84\x10\xa5\x76\x20\ \x10\x70\x7b\xdc\x5c\x30\x01\x02\x01\x92\x09\x69\xef\xe8\x38\x17\ \x69\x9d\x17\x5e\x40\x88\x73\x2e\xba\x9e\x01\x0b\x86\xc4\xf0\xe9\ \x77\x3f\x76\xdf\xa4\x60\x6b\xcd\xfb\x8b\xfe\xf8\xa7\xe7\xf0\xaf\ \x7f\x74\xaf\xbf\xe3\xf4\xf2\xa5\x2b\x8f\x55\x76\x44\x67\x8f\xbd\ \x67\xe1\x0d\xed\x3b\xfe\xb9\xba\x3e\xeb\xd1\xbb\x66\xd6\x6f\x5d\ \xfe\xe6\x31\xed\x6b\x5f\x9f\xd7\x72\x70\xcd\x6b\xbb\xe9\xb5\x53\ \xe2\x57\x2f\x7f\xa7\x85\x01\x48\xb1\xd7\xde\xf5\x95\xcb\x87\xb8\ \x7a\x96\x92\x9b\x8a\xb6\x2f\x5d\xb6\xa6\x2e\x08\x59\x63\xaf\xbe\ \x73\xde\x14\x9f\x1c\xdc\xb4\x6c\xe9\x87\x87\x4a\xb0\x2f\x75\xde\ \x9d\xf7\x8c\xcb\x8e\x6c\x38\xf9\xd1\x92\x15\xeb\x5a\x85\xd6\x59\ \x56\x9b\x7d\xad\x66\x87\xaa\xdf\x7a\xe9\xe5\x43\xd5\xc1\xa8\x21\ \xd3\xef\xbf\x63\x66\x84\xcc\x04\x80\xa2\xca\xd5\x87\xde\xfe\xf1\ \xff\x1c\xcc\x9f\x7c\xfb\xfc\xe9\x91\xab\x5f\x79\x65\x7b\x61\x93\ \x16\x9f\x73\xf3\x9d\xb7\x0d\x4f\xf2\xb6\x97\xed\x5d\xb2\xf4\xed\ \x06\xaa\x74\xd4\x17\x2b\xe3\x26\x4a\x00\x47\x3f\x58\xb2\x72\xdb\ \x09\x4b\x8e\x9c\x7d\xc7\xbd\xc9\x8d\x6b\xdf\x2e\x4f\x78\x78\xc1\ \x6c\x57\xdb\xd1\x27\x5f\xfe\xf0\xf2\xf9\xdf\x18\x1d\x8b\x10\xe2\ \x85\x07\x77\xd9\x99\xe3\x2e\x4b\x71\xef\x5c\xfa\xb7\xf7\x4e\x2a\ \xdf\x7e\xec\x17\x43\xa3\xd5\xd6\xf2\xbd\x4f\xfc\xfe\xb9\xe5\x89\ \x69\xf7\x8d\xc2\x8b\x5f\x78\xe9\x78\xa3\xc5\x41\x1e\x3d\xfb\xf6\ \x9b\xa6\xe5\x29\x3c\xb8\xfb\x9d\x15\xef\xef\x3e\xc5\xb4\x84\xd9\ \xb7\x2d\xb8\x7c\x68\x34\xb3\x19\xc2\x12\xef\xa8\x78\x63\xe9\xab\ \x87\x6a\x4d\x64\x35\x98\xbe\x89\x0a\x98\x15\xc5\x47\xbd\x71\x23\ \x86\x21\x6b\xef\x9a\x65\xab\xb7\x15\x52\x4e\x7d\x59\xd3\x1f\x7e\ \x60\x76\x7b\x65\x71\x91\x3b\xb9\x60\x98\xdb\xae\x3d\xf1\xcc\x2f\ \x7f\x96\x99\x3f\xe1\xfe\x3b\x67\x8c\x4b\x7a\x67\xf7\xa1\xe2\xcb\ \xae\xce\x03\x67\x32\x71\x86\x01\x58\x53\x53\xfb\xca\x2b\x2f\x97\ \x94\x94\x34\x35\x36\xce\xb8\x6a\x66\xb8\xb3\x08\x18\x18\x0e\x20\ \xa0\x6b\xb6\xda\x3b\x8f\xe8\xee\x8b\x67\xba\x81\x40\x20\x42\x88\ \xa2\xe0\xba\xa3\x1b\x5e\x7c\x7d\x53\x50\x00\xf6\xa4\xdd\xb2\x70\ \xe1\xc8\x44\xbe\xf5\xcd\xd7\xd6\xed\x2f\x47\xbe\xec\xf9\xf7\xce\ \xcf\x8d\x65\x5b\x56\xbe\xba\xfe\x40\x29\xf8\x52\x6f\xb8\xeb\xde\ \xd1\x09\xc6\x9a\x17\x5f\xfa\xf8\x54\xb3\x2f\x7d\xcc\xec\x91\x2e\ \x51\xbd\xeb\xcf\xff\x5b\x9b\x3c\x62\xe6\xfd\x37\x4e\xf5\x60\x36\ \x60\xe2\x1b\x2e\x17\xf5\xb1\x7a\xc2\x75\x1e\xd0\xd7\x09\x21\xb6\ \x69\x14\x9e\x3c\x31\x6e\xe2\x24\xce\x38\x00\x23\x84\x48\x84\x54\ \x94\x97\xba\x34\xed\xac\xce\x88\xf3\xb1\xd6\x82\x00\x78\xd7\xcc\ \x4b\x40\x8f\x6b\x01\x90\x27\x2a\x65\xde\x1d\xb7\x2b\xa7\x0e\x15\ \x57\xd4\xbc\xff\xf2\xb3\xc7\xf8\xe0\xfb\xbf\xbe\x30\xa1\x75\xdb\ \xdf\x5f\xdd\x24\x47\xc6\x9e\xde\x73\xa4\x8d\xd2\xe3\x07\x76\x6f\ \xfa\x78\x6b\x1d\x45\x55\xc7\x76\x75\xc8\xaa\x5e\x7f\xfc\xa4\x99\ \x74\xf7\x57\xbf\x36\x25\xa9\xf9\xb5\xc5\x2b\x83\x5c\x92\x10\x00\ \x51\x78\xb0\xf4\x85\xa7\x17\x43\xde\x9c\x07\x16\xce\x6d\xdc\xba\ \xe4\x95\x4d\xc7\x05\xf2\x14\x4c\xbb\xe6\xa1\x47\x1f\x1e\x1f\x55\ \xb7\xe2\xed\x8d\x81\xce\xaa\xc5\xcf\x2e\x81\xa1\x57\xdf\xbf\xe0\ \xe6\x21\x71\x6e\x84\xc4\xe9\x5d\x6f\xbc\x57\xa4\xde\xf3\xc8\xb7\ \xef\x9c\x35\x42\x45\x34\xec\xe6\xb0\x6c\x91\x98\x7b\xc5\xc3\x8f\ \x7e\xe3\xba\xa9\xc9\x9b\x97\x3e\xf3\x41\xb9\xef\xee\x07\x1e\x1c\ \xed\x2e\x7d\xee\x9f\x6f\x75\x84\x1a\x5f\x7b\xe1\x85\xa6\x84\xcb\ \xef\x5d\x78\xfb\x88\x54\x3f\xa7\x8c\x01\x64\x8c\x9e\xf1\xe0\x23\ \x8f\x5c\x9b\xaf\xac\x5c\xb1\xda\xf0\xc4\x96\xee\xdc\x5b\x13\x42\ \x9d\x25\x87\x8b\xab\x8c\xb8\x08\x59\x70\x01\xc2\xac\x2a\xad\x4e\ \x4a\xcf\x52\x79\xed\xc7\x87\x0a\x47\xde\x74\xc7\xb0\x44\x3f\x60\ \x29\x6e\xc8\xe4\xeb\xae\x1e\xbc\x63\xdb\xa1\xe6\x86\xf2\xc3\xa7\ \xda\x66\xdd\xf5\xe0\x5d\x33\x32\xd6\xbd\xb6\xf4\x44\x33\xad\xda\ \xf1\xd6\xd2\x6d\x4d\xd7\xdf\xf7\xc8\xdc\x1c\xbe\xf8\xc5\x57\xab\ \x74\x2c\x11\x2c\x11\x63\xe3\xf2\x67\xb7\x36\xc7\xde\x7d\xdf\xbd\ \xd3\x0b\x52\x81\x72\x24\x8c\xb2\x53\xc7\xea\x0d\x5e\xbf\x6b\xe5\ \x0b\xef\x9e\x98\x76\xfb\x7d\x0b\xae\xca\x2f\xdf\xb3\xaf\xd9\x12\ \xcd\xe5\xa7\x8b\xaa\xda\x04\xa7\x6a\x7c\xf6\xad\x0f\x3e\xba\x60\ \xee\xe5\x1e\xa2\x24\xa6\xc5\x97\x95\x57\x9a\xa2\x67\x80\x73\x5e\ \x3d\x2f\xde\xd8\x58\x9f\x99\x99\x39\x67\xce\x1c\xd3\x32\x83\xc1\ \xce\xb0\x3d\x0e\x02\x06\xfa\xbe\xba\xa7\x0b\x22\x6c\x3a\x74\x51\ \xc2\x39\x5f\x00\x40\x24\x51\x7d\x6a\x7f\x85\x9a\x73\xff\xd7\x1f\ \x1c\xa1\x16\xbd\xba\x62\x5d\x7d\xed\xd1\x25\x6f\x1d\xb9\xfc\x8e\ \x87\x1e\xba\xe7\x9a\xd4\x68\xe5\xd8\xba\xa5\x2b\x0f\x9a\x77\x7e\ \xf5\x91\x2b\x92\xdb\x5e\x7c\x79\x55\x73\x5b\xeb\xfe\xbd\xa7\x47\ \xcc\x9d\x7f\xcf\x4d\x57\x46\x49\x16\x49\x2a\xb8\xfb\xc1\x47\x17\ \xcc\x1c\xa5\x00\x65\x9c\x9f\xad\x14\xe8\xf3\x06\xba\xe7\x11\x03\ \x49\xca\xef\xf7\x37\xb7\x34\xed\xd9\xbd\x33\x18\x0a\xc9\xb2\xa4\ \xeb\xa1\x43\x87\x0f\x02\xa0\xe8\x98\x98\xb3\xba\xc3\xcf\xd3\x3c\ \x42\x30\xce\x39\xe3\x1c\x61\x12\x8e\xca\xa2\x0c\x18\xb3\x85\x20\ \x9a\x4f\x16\xed\xd5\xc5\xc7\x8b\xd9\x9c\xef\xcd\x19\x92\xed\x8b\ \xba\xfe\xca\x1d\xff\x3c\xca\x67\xce\x1d\xa4\xec\x2a\x3c\x71\xb4\ \xca\x70\x67\xc4\x98\xc7\x0f\x17\xb7\x94\x1b\xc3\x67\x15\xb8\x03\ \xa5\x9e\x98\xf8\xb4\xf4\x8c\xf4\x19\x93\xd6\x3e\x7f\xb0\xce\xa0\ \x08\x01\x96\x50\x4b\xd1\x91\x7a\x9a\xfe\x9d\x6b\x27\xa7\x6b\x70\ \xcd\xf4\xdd\x2f\xee\x3d\x11\x9a\x9a\x70\x68\xf3\xbb\xbb\x4a\x5a\ \x8d\x96\xfa\x50\x72\xa8\xaa\xe2\x74\x99\x9d\xfd\xad\xd9\xd3\xb2\ \x22\x59\x5e\x66\xf4\x01\xcb\x4e\x18\x3c\x3e\x47\x7e\x7d\xe5\x9b\ \x6b\x66\xcf\x9e\x1d\x1f\xc7\x29\xe3\x00\x12\xe7\x5c\x76\xf9\xe3\ \xe3\x62\x15\xbd\x64\x4f\x61\xfd\xd8\x5b\xbf\x9e\x3f\x38\x21\xd7\ \x3d\x67\xc7\x1f\xde\x3e\x74\x3c\xbe\x2a\xe0\xb9\xe9\xa6\x59\xd9\ \x31\xb8\x3a\x2b\xed\x54\x1b\x13\x34\x78\x74\xef\xc6\x8f\x0e\x56\ \xda\xa1\x86\x76\x6b\xb0\x3f\xa5\x60\x98\x7f\xed\x91\x92\xda\xd4\ \xc2\x9a\xc8\xa1\x63\x12\x65\x66\x5a\x4c\x15\x66\x28\x20\x34\x55\ \x03\x16\xb2\x00\x5c\x6e\x0c\xd4\xb4\x6d\x2e\x49\x8a\xec\xf2\x73\ \xdd\xb4\x29\x57\xbd\xd1\xa9\xe9\x19\x43\xb3\x66\x0c\x7b\xf7\x58\ \x53\x7d\x63\x53\xc9\xc9\xfa\x66\x7d\xdd\xca\xa5\x34\xd8\x0c\x28\ \x2d\xd0\x61\x8a\x78\x59\x04\x6a\x8f\x9f\x6a\x98\x7c\xf7\x23\xc3\ \x06\xa5\xf8\x5a\x87\xb8\x0a\xdb\x6d\xce\x89\xac\x69\x58\xdf\xbb\ \xe7\x54\xc2\x98\x79\x33\x46\x0c\x0a\x9c\x28\x8d\xd0\x2a\x39\xa5\ \x48\x92\x24\x02\x94\x52\xa4\xb8\xa2\xe2\xe3\xa3\x35\x43\x00\x57\ \x14\x97\xdd\x19\xb2\x28\x97\x99\x63\x2f\xf4\x03\x63\x30\x7c\xf8\ \xf0\x91\x23\x47\x85\x3f\x9a\xa6\x41\x29\x95\x11\xe2\x9c\x01\xe7\ \xbd\xc6\x3b\x42\x02\x04\xe7\xac\x7b\x29\xaa\xc7\xe1\x07\x42\xf0\ \x01\xa3\xae\x00\xcc\x18\x17\x20\x38\x63\x00\x28\x22\x3e\x31\x23\ \x3d\xdb\x3b\x63\xcc\x96\x55\x95\x86\x7b\xe2\x94\x11\xde\x4d\xab\ \x56\xf0\x99\xd7\xce\x8a\x77\x1d\x2f\x3c\xd5\xd4\x24\xbf\xfb\xfa\ \x52\x2b\xd0\x2a\xe4\xd4\x40\xc0\x90\xdc\x91\xa9\x19\x59\x69\xc9\ \xfe\xca\x4a\x8e\x64\x57\x74\x5c\x7c\x94\x62\x5a\x67\x77\x86\xf7\ \x2b\x96\x73\xc4\x05\x3f\xb3\x9f\x0b\x21\x88\x24\x65\x67\xa7\x34\ \x36\x34\xee\xdf\xb3\x93\x73\x81\x09\x8e\x88\x8c\x4c\xcc\xca\x0a\ \x05\x03\x17\xd6\xbf\xc0\x41\x08\xc6\x38\x26\xc0\x84\x40\x88\x10\ \x20\x44\xa2\x47\xf7\x6f\xa9\x70\x27\xa6\x27\x45\x1f\xe0\x7a\x5b\ \x67\x08\xc0\x17\xec\x68\xb3\x00\xb4\xb8\xf4\x61\x59\xea\x9a\x37\ \xd7\xc5\xc7\x0f\x9d\x39\xcd\x3c\xb0\x76\x69\x87\x19\x7b\x5f\x5e\ \x02\xdd\x42\x39\xb3\x4d\x1b\x30\x05\x04\xc0\x6c\x46\x29\x13\x1c\ \x64\x59\x16\x76\x67\x47\xc8\x06\x0d\x3a\x3a\x3a\x14\xbf\xbb\x62\ \xfb\xbb\x2b\xb7\xb5\x7d\xeb\xc7\x0f\xd3\x23\xaf\xbf\xb4\xdf\xc6\ \x92\x2c\x99\x6d\xad\x01\x1d\x22\x65\xca\xb8\x65\x18\x11\x69\x33\ \xfe\xeb\xa7\xd9\x3b\xd6\x2e\x7b\xe6\xf7\xbf\x5d\xf8\x5f\x3f\x99\ \x94\xea\xe6\x8c\x71\xce\xa8\x6d\x09\x00\xc0\xb2\x82\x44\x67\x6b\ \x27\x40\x82\xde\xd1\x61\xd8\xc4\xa5\x6a\x82\xe9\x8d\xad\x21\x88\ \xf1\x70\xc6\x05\x91\xda\x8e\x6f\x5c\xfa\xee\xc1\xdb\x7f\xf8\xa3\ \x8c\xe6\xad\x7f\x5e\x5e\x64\x7b\x92\x27\x8c\x4a\x7b\x6f\xfd\xfb\ \x35\x7a\x5b\xde\x55\xd9\x88\xd9\x8c\x51\x8e\x90\xe2\x02\x3d\xd4\ \x0e\xf2\xb0\xac\x08\xcf\xc1\x6d\xfb\x43\xa3\xaf\x55\x65\x06\x7a\ \xe3\xc1\x5d\x87\x92\x73\xc7\xb9\x88\x29\x38\xb3\x4c\x93\x11\x8b\ \x10\xc1\x38\x97\x04\x8a\xca\x9e\x70\xef\x57\x67\xcb\xcc\xc2\x92\ \x2c\x4b\xb6\x6e\x80\x06\x58\x91\x79\x53\x73\x07\x40\x0a\x67\x9c\ \x33\xd6\xd5\xec\x38\x97\x30\x18\xc1\x40\xb7\x1b\x5d\x30\x16\xf6\ \x44\x31\xce\x85\x6d\xdb\x5d\x76\x2f\xb7\x75\x3d\x44\xdc\x0a\x70\ \xc6\x99\x93\x0c\xe4\x8c\x95\x75\x5d\x0f\xfb\x0a\xc3\x2c\x80\x10\ \x0a\x3b\xf4\xce\x32\x8f\x10\xe1\xc3\x5d\xde\x3e\x08\xfb\xf6\xc5\ \xc0\x25\x63\x01\x98\x31\x06\x42\x70\xc6\x04\x17\x9c\xd9\x26\x07\ \x8b\x22\xc1\x28\xd5\x92\x16\x7c\xff\x27\xa7\x77\x6f\x7c\xee\xa5\ \x3f\xd6\x99\x0f\xc5\xc8\x4a\x5c\xee\xe4\xfb\xef\x9d\x8a\x28\x95\ \x34\xb7\xdc\x76\xd2\xa6\x8c\x5a\xa6\x00\xc6\x39\xa7\x16\x15\x5d\ \x4b\x79\x03\xd9\x1c\x75\xfb\x37\xbb\xd9\x01\xf1\x6e\x9c\xe9\x50\ \x14\x42\x10\x42\x52\x52\x53\xc3\x5c\x26\x49\x12\x21\xe4\x6c\x9b\ \xa6\xcf\xb3\xbd\xc0\x05\x17\x1c\x71\xc4\x39\x20\xaa\x17\x1f\xfe\ \xf8\xad\xb7\x6b\x5b\xca\x4f\x1f\x2c\xac\x9b\x7b\xdb\x37\x06\x67\ \xa4\x8c\x9f\x90\xf1\xe6\x92\x7f\xea\x27\x33\x4e\xec\xdc\x35\x62\ \xca\xfc\x28\xcd\x35\x6a\x44\xf6\x3f\x7f\xb1\x32\xe1\xe1\x5f\x4d\ \x19\x11\x78\x6f\xc9\xcb\xf2\x55\x3f\x1d\xe4\x65\x07\x74\x23\xa4\ \x9b\x8c\x02\xb7\x8c\x50\x28\x64\x71\x14\x11\xe1\x3a\xbe\xfd\xe3\ \x96\xf1\xd7\x8f\x49\xff\xf0\xe5\xa7\x9e\x1b\x97\x81\xb6\xef\x6c\ \x9d\xf1\xb5\x11\x11\xe6\x4e\x0f\x3f\x7a\x60\xf7\x2e\x28\xaf\x08\ \x59\x59\xbe\xa4\xbc\xc9\x79\xef\x2c\x79\xfa\x1f\x15\x63\x32\x8e\ \x9d\xa8\xf7\x4e\x96\x6a\x0a\xb7\x6c\x3f\xd8\x1c\x29\xb9\x7d\x98\ \x99\x96\xc5\xa8\xc2\x18\x8a\xc9\x4a\x6d\xdb\xb6\xf9\x85\x57\x68\ \xce\xe0\xbc\x2b\xa6\x8d\x7e\x71\xf5\xf3\xaf\xb4\x8c\xaa\x3b\xb4\ \xdd\x5b\x30\x37\x67\xc8\xa8\xcb\x87\x6d\x5a\xfd\xf4\xdf\x3a\xa6\ \xe6\x15\x1f\x2a\xe2\xb9\x13\x25\x77\x84\x5f\x31\x8f\xef\xdd\xdd\ \x12\x2a\x0a\xd8\xcc\xd4\x45\xc1\xe4\x29\x6f\xff\xf8\xf7\x3b\x62\ \x26\xff\x34\x33\xce\x36\x2d\xc6\x38\x25\x72\x42\x5a\xdc\xd6\xf2\ \xf2\x16\x73\xfc\xec\x9b\x6f\x39\xf5\x8f\x15\xbf\xf9\x63\x79\x7e\ \x7a\x64\xcd\xf1\xbd\xa5\x66\xde\xd7\x66\x8e\x46\x0d\xeb\x83\x41\ \x83\x52\xc6\x04\x0d\x05\x83\x01\x53\x9a\x3e\x6e\xda\xda\xdd\x6f\ \x2d\x59\x69\x67\x78\x49\x54\xc6\xb0\xf1\xa3\x06\x09\xcb\x34\xd5\ \xd8\x29\x53\x27\xbc\xb0\xea\x85\x17\x5b\x26\xb2\xf2\xbd\x3a\xce\ \x41\xcc\xd6\x43\x81\xce\x10\x9e\x3a\x79\xcc\x9a\xe7\x56\xfd\x63\ \x49\x47\x64\xf3\xe1\x5a\xdd\x8d\x05\xb5\x74\x5d\xc7\x86\x16\x95\ \x16\x13\x7c\xfb\xcd\x45\x2f\x9c\x1c\x9a\x3d\x65\x42\x7e\x5d\x75\ \x63\x6a\x6e\xbc\x24\x6c\xdb\x11\xb2\xe8\x1d\x6d\xbb\xde\xc8\xb2\ \x2c\xcb\x5d\xa1\x4a\xa6\x61\x70\x00\x8e\x09\x08\x2e\x44\xef\x82\ \x20\xea\x21\x06\xce\x39\xe3\x42\x70\xd1\xc7\xd5\xd7\xbd\x5a\xd9\ \xd3\x0f\x31\xa3\x76\x28\xa4\xdb\x94\x09\xd3\x08\x19\x16\x63\x60\ \x5b\x86\x69\xda\xc1\xc6\xe2\x77\x77\xee\x55\x22\x54\xbf\x47\x74\ \x98\xd2\xec\x89\x53\x3e\x7a\x61\xed\xd2\xb7\x02\xc9\x1a\x4e\xc8\ \x1d\x3b\x36\x5e\xe8\x21\xdd\xb2\xa8\x6d\x51\x5f\x4c\x72\x54\xe7\ \xba\xd7\x17\xbf\x9c\x9d\x3e\x64\xca\xc4\xe1\x1e\x49\x70\x71\x86\ \xa3\xb0\x8b\x13\x00\x01\xe2\x08\x83\xe0\xe7\x8a\x65\x0c\xaf\x5f\ \x60\x8c\xc3\xdf\xf8\xe4\x68\x1a\xf2\xd8\x63\x3f\xfa\xac\x77\x53\ \x91\xd0\x81\x0a\xeb\x48\xb5\xad\x9c\x63\xd9\xcb\x66\x90\x11\x23\ \x4d\xcf\xd1\x6c\xd6\xb5\xb4\x56\x5f\x57\x17\x1b\x97\x00\x20\x38\ \x17\xaa\x4b\x65\x60\x76\x76\xea\x4a\x74\xc6\xec\x9b\xef\x98\x96\ \x13\xaf\x1b\x3c\x3d\x37\x3f\x56\x0a\x94\x55\xb7\x0f\x9e\x34\x77\ \xde\xf4\xe1\xd8\x34\xd4\xc8\xd8\xe8\xd8\xd4\x82\x91\x23\x92\xa3\ \xdd\xde\x98\xc4\x11\xe3\xc6\x26\xba\x30\x05\x1c\x19\x9b\x9c\x91\ \x18\x85\x41\xb8\x7c\xb1\x69\x69\x69\xa9\x89\x29\x8a\x15\x74\xa7\ \x0e\xbb\x7c\xdc\x30\xd4\x5e\x5b\xdb\x41\x2e\xbf\xf6\xe6\xc9\x39\ \xf1\xae\x98\xe4\xd4\x68\x52\x5e\x5a\x61\x2a\xf1\x13\x26\x8e\x4b\ \x4f\x48\xc8\x1d\x9e\xef\xa5\xad\x95\x75\x2d\x51\x83\x2e\x9b\x3c\ \xa1\xc0\xcd\xda\x4e\x17\x16\x37\x06\xc9\xb8\xab\x6f\x1a\x9f\x1d\ \xcb\x18\xe3\x8c\xb9\x13\xb2\x92\x3d\xa2\xb6\xae\xc5\x1d\x93\x3a\ \x66\xf2\xe4\x6c\x1f\x2d\xad\xa8\x8f\xcd\x9b\x7e\xcb\x9c\x09\x2a\ \xa0\x8c\x61\x23\xe2\x48\x67\x45\x75\xb3\x37\x29\x77\xea\xf8\x82\ \x94\xb4\xec\xec\x44\x5f\x6d\x79\x69\x3b\xf3\x8c\x9a\x38\x31\x2f\ \x3d\x2e\x22\x3a\xb6\xf9\xd8\x4e\x9a\x75\xe5\xec\xf1\x19\xcc\xb2\ \xb9\x00\x81\x24\xbf\xca\xb6\x6f\xdc\x1e\x95\x3b\x32\x2b\x3d\x7b\ \xd4\xc8\x41\xac\xbd\xa1\xb1\x4d\x8f\xce\x1a\x73\xeb\x1d\x37\x64\ \xfa\xc0\xb4\xb9\xea\x8f\x4d\xcf\x48\x56\x10\x48\x2e\x6f\x62\x6a\ \x6a\x52\xc6\xa0\xbc\xcc\x98\x96\xda\xaa\xb6\x10\xc4\xa5\x66\x24\ \xc5\x78\x05\x63\x94\x89\xf8\xac\xfc\xec\x58\xa9\xba\xa2\x9a\xbb\ \x93\x27\x4f\x9d\x98\x11\xe3\x25\xb2\x27\x29\x25\x2d\x2d\x3b\x2f\ \x3f\x3d\xb2\xb9\xa9\xc5\x08\xb4\x57\xb7\x2a\x97\x4f\x1f\x1b\xa9\ \x49\x51\x49\x29\x69\x29\x69\xd9\x69\xfe\xe6\xba\x3a\xee\x49\x4c\ \x20\x75\x6b\xb6\x54\x4e\xbd\xf6\x9a\x64\xb7\xb0\x19\x17\x0e\xba\ \x87\x7b\x10\x02\x21\x7c\xe2\xc4\xf1\x2d\x5b\xb6\x16\x16\x9e\x3e\ \x7d\xfa\x74\x7c\x7c\xbc\xaa\xa8\x08\x21\xd3\x34\x3b\xda\x5b\xe3\ \xe2\x13\xc2\x5d\x08\x63\x1c\x0c\x06\x4c\xcb\x8a\x8e\x89\xb1\x6d\ \xab\x67\xa5\xb0\x67\xd4\xe5\xfd\xaf\x2c\x00\xa9\xde\xc8\xac\xcc\ \x14\x8f\x2a\x47\xc5\xa5\xa4\xc5\xf9\x40\x80\x37\x2a\x31\x33\xc1\ \x5b\x57\x5a\x58\x5e\xdf\x9e\x3a\x6a\xe6\x35\xe3\x86\x44\x27\x65\ \xe5\xa6\xf9\x1b\x6a\xaa\xda\x4d\x9c\x98\x9e\x11\x1f\xe5\x91\x5d\ \xfe\xd4\x8c\x74\xb7\x24\x88\x2f\x26\x3d\x25\xa2\xa1\xa6\x1e\x3c\ \xf1\x83\xd2\x13\x24\xc4\x79\x97\x77\x51\x74\x09\x93\x74\x17\x1d\ \xfe\x17\x63\x6c\xd9\xb4\xb5\xa5\x25\x3e\x21\xa1\x6f\xb7\x47\x08\ \xd5\xd5\xd6\x78\x7d\x3e\x84\x30\xea\x03\x00\xb0\x2c\x2b\x22\x22\ \xf2\x4c\xab\xe1\x9c\x3a\x6e\x9f\x00\x9f\x86\x9e\xfa\xb0\x73\xd1\ \xb6\xa0\x4f\x3b\xbb\xdb\x32\x68\xf2\x19\xb9\xda\xe3\xb7\x44\x06\ \x0c\x11\x5e\x41\x3c\x7c\x68\x7f\x7e\xc1\x48\x00\xe0\x8c\x61\x59\ \xd5\x14\x09\x84\x10\x9c\x9a\xa6\x69\xd3\x70\xdc\x21\x56\x34\x4d\ \x91\x30\xb3\x2d\xc3\xb4\x04\x00\x20\xe2\x72\x29\xd4\xd0\x2d\x8e\ \x5d\x2e\x4d\x58\x86\x41\x99\x24\x6b\x2a\xe1\xba\x61\x01\x91\x35\ \x45\x32\x0d\x5d\x60\xd9\xa5\x29\x96\x1e\xa2\x40\x34\x97\x26\x61\ \xb0\x4d\xd3\xb4\x6c\x40\x58\x56\x35\x55\x26\x00\xc0\x2c\xd3\x30\ \x2d\x81\x25\x55\x53\x65\x82\x41\x70\xd3\x30\x18\x48\x2e\x4d\x41\ \x48\x50\xcb\x34\xad\x9e\xd0\x11\xa4\x68\x2e\x55\xc2\xb6\x65\x18\ \x26\x95\x35\x97\x2a\x13\x4e\x6d\xc3\x34\x39\x07\x40\x58\xd5\x34\ \x59\xc2\x20\x84\x6d\xea\x86\xcd\x65\x55\x53\xc3\xec\xc8\xed\xf2\ \xc3\xbb\xf7\x9d\x38\x71\xbc\x54\x9f\x7b\xcf\x7d\x05\xb1\x3d\x52\ \x94\x58\x51\xd8\x47\x8b\x9f\x3a\xec\x9a\xfc\xd0\xad\x63\x81\x82\ \xaa\xa9\x04\x23\xc1\xa8\x61\x9a\x8c\x71\x20\xb2\x4b\x95\x4c\xdd\ \xe0\x80\x55\x97\xca\x2d\xc3\xa2\x42\x92\x55\x4d\x95\x11\x12\xb6\ \x69\x98\x16\xeb\xa6\x7f\x24\x2b\xaa\xa2\x48\x08\x04\xb5\x4c\xc3\ \x62\xaa\xa6\x01\x63\x9d\x35\x47\x36\x1f\xac\x88\xf0\x7b\x4b\x0f\ \x6c\xad\x8f\xbe\xfc\xa1\x3b\xaf\xf4\x2a\x18\x73\x5b\x37\x99\xa4\ \x68\x2e\x55\x96\x89\xb5\xee\x85\xbf\xec\x93\x26\x3e\x74\xc7\x44\ \x08\xdf\x5b\x07\xfd\x43\x42\x9a\x1a\x1b\x97\xad\x58\x59\x5e\x56\ \x71\xed\x35\x73\xa7\x4d\x9f\x8a\x31\x91\x24\x29\x14\x0c\x54\x94\ \x97\xe5\x0f\x1f\x61\xdb\x76\xd8\xab\xdf\xd0\x50\x1f\x08\x74\x0e\ \xcd\x19\x66\xe8\xa1\x30\x27\xf4\x0b\x77\x1a\x30\x94\x23\xe2\xd2\ \x64\xcb\x30\x40\x52\x15\xc4\x74\xd3\x46\x92\xa2\xc9\xd8\x34\xa9\ \xea\xd2\x08\x46\xe1\x76\xc5\x38\x48\x8a\xaa\x29\x32\x42\xc2\x32\ \x74\x8b\x82\xe6\x52\xa9\x69\x50\x26\x00\x81\xa4\x68\x9a\x22\x09\ \x6a\x85\x8c\xb3\x3c\x38\xd4\xfd\x4f\xb8\x9f\x4b\x92\x64\xe8\x7a\ \x49\x49\x51\xc1\x88\x51\xe1\x3a\xf7\xf0\xc2\xc1\xfd\x7b\x12\x93\ \x92\x31\x26\x61\x7b\xa1\xc7\x6a\x08\x04\x3a\xd3\xd2\x33\xcf\xb4\ \x1d\x3e\xcf\x3c\xc2\xb4\xc5\xb8\x2c\xd5\xa3\x62\xe5\x1c\x71\x39\ \x36\x17\xa9\x51\x92\x69\xf7\xf4\x35\x10\x5c\x58\x96\xa5\x2a\x8a\ \x00\x61\x5b\x3a\x35\xbb\x49\x2e\x1c\x5c\x21\x00\x04\xb7\x42\x21\ \xab\xbf\x3f\x48\x0f\xe8\x00\x80\x80\x1b\xc1\x50\xd8\x56\x62\x96\ \x19\x0a\x5f\x91\x52\x9d\x52\x00\x04\x9c\x86\x02\xe1\xfc\x74\xcc\ \x08\x04\x7b\xef\x98\x10\xb6\xae\xdb\x7a\x9f\x7b\xc8\x98\x19\x0c\ \x99\xbd\xd7\xb7\x82\xb6\x75\xa6\xb5\xd5\xb7\x1a\xfd\xaf\x00\x20\ \xb8\x19\xea\xbd\x02\x02\xa0\x86\x41\x0d\x00\x00\x22\x21\x23\xd0\ \xd6\x6a\x7a\x67\xdf\x72\xdd\xf0\x38\x62\x5a\x14\x75\xf5\x66\x66\ \x59\xd2\xc4\xeb\xe7\xa7\xb6\x02\xb5\x18\xe6\x42\x0f\xd0\x7e\x4f\ \xb6\xeb\x87\x00\x00\x37\x83\xe1\xdf\x0b\xcc\x32\x83\x96\x39\x70\ \x91\x1d\x84\x6d\x18\xb6\xd1\xe7\x41\x84\x74\x44\x08\x96\x5c\x0a\ \x0d\x95\x97\x77\x44\xe6\x5f\x7d\xed\x84\x51\x2e\x61\x99\x21\x81\ \x00\x21\x00\x66\x1a\x01\xd3\x40\x98\x65\x4d\x9c\x37\x24\x2e\x0d\ \x9b\x16\xe5\x02\x39\xc1\xd0\xfd\x3b\x16\x63\x2c\x3e\x3e\xe1\xee\ \xbb\xe6\x57\x56\x56\x8d\x1c\x39\x42\x70\xc1\x05\x03\x24\x1b\x86\ \x75\xe6\x40\x6a\x5b\x36\x08\xde\xb5\x2e\x08\x7d\x37\x2b\x23\x10\ \x03\xf6\x58\x32\x3d\xc8\x00\x00\x98\xa9\x03\x00\x20\x61\xdb\xba\ \x0d\x00\xa0\xf7\x36\x54\x40\x00\xcc\x34\x83\x66\xef\xe3\x36\x82\ \x7a\xcf\x73\xa7\x86\x11\x30\xce\x52\xe7\xde\x76\x81\x04\xea\x2a\ \x56\x08\x84\x4c\xcb\xfa\x52\xf6\x79\x7e\x1e\x7b\x41\x08\x50\x65\ \xa4\x4a\xe7\xdc\xe3\x80\x10\xb2\x99\xd0\xad\xae\xb9\x19\x21\xa4\ \xbc\xac\x34\x18\x0c\xe4\xe6\xe5\xcb\x8a\x1a\x8e\x16\x15\x42\x20\ \xe8\x6e\xa2\xe1\x45\xa1\x4b\x3c\x3e\x46\x52\x5d\x32\x41\xdc\x36\ \x4c\x9b\x0f\x0c\x2c\xc1\x44\xc2\x60\xd3\x7f\x43\x5a\x1c\x21\x10\ \x91\x35\x55\xe9\xe2\x20\xc3\x64\x67\xf1\x3a\x01\x91\x24\x60\x8c\ \x39\x0a\x3a\xe7\xf2\xe6\x0b\x41\x08\x21\x12\xb1\x6c\x8a\x04\x00\ \x88\x50\x48\x3f\x71\xfc\x48\x4a\x6a\x5a\x5c\x5c\x7c\x58\x16\x15\ \x63\x6c\x9a\xc6\x89\xe3\xc7\x32\x32\x33\xe3\xe2\x12\xa0\x6b\x8f\ \x8f\x00\x81\x04\xf4\x89\x86\x3e\x7f\x75\xee\xe7\x7e\x04\x00\x5d\ \xd7\x4f\x1c\x3b\x92\x98\x9c\x9c\x90\x90\xd8\x57\xca\xf5\x3c\xd9\ \x0b\x08\x81\x45\x85\xf5\x49\x79\x1c\x44\x5f\xab\x8a\x31\x96\x9a\ \x96\x5e\x5c\x54\x78\xe8\xc0\x5e\x59\x56\x9d\xe1\xca\xc1\x45\x6c\ \x3f\x08\x04\x48\x80\xb0\x4c\x23\x26\x36\xbe\x87\x14\xc2\x8e\x3a\ \x4d\x73\x65\x66\x66\x95\x95\x16\x57\x55\x54\x60\x4c\x2e\xae\x96\ \x2c\xc0\x32\xcd\xe8\xd8\x98\x01\xa4\xf0\xf9\x70\xfe\x74\x59\x86\ \x0c\xcd\x0d\x74\x76\x58\x96\xed\x28\x36\x39\xb8\xe8\x8d\x3f\xd0\ \x54\xcd\xe3\xf5\x0e\xe8\x60\x8c\xb1\xa8\xe8\x18\xb7\xc7\x1b\x0c\ \x06\x06\x86\x48\x5f\x04\x75\x56\x55\xcd\x7b\x46\x9d\x2f\x6a\x5e\ \x08\xfb\x68\xbd\x3e\xbf\xd3\xe6\x1c\x5c\x2a\x38\x6b\x07\x63\x8c\ \xc9\xb2\x1c\x15\x15\x7d\x09\xd5\xf9\xe2\xe5\x85\x1e\x4b\xcc\x69\ \x6d\x0e\x2e\x79\x6b\xe2\xdc\xe1\x40\xff\x67\x80\x9d\xc7\xec\xc0\ \x81\x83\x0b\x66\x2f\xa0\x7f\x25\x1d\xe5\xc0\xc1\x45\x03\x04\xf0\ \x89\x7a\xd0\x17\x63\x4b\xfe\xa4\x3a\x5f\xa4\xbc\x80\x10\xb2\x2c\ \xb3\xa3\xbd\x83\x87\xe7\x3f\xdd\xcb\x93\xbd\xbf\xc8\x81\x83\x0b\ \x30\x25\xe8\xdb\xa7\xfa\xb6\x57\x41\x88\x1c\x11\x19\x29\x49\xd2\ \xc0\x29\x03\x42\x1d\x1d\x1d\x86\x1e\x02\xd1\xa7\x19\xa3\x7e\xab\ \x86\x17\xa4\xce\x02\x84\x24\xc9\xfe\x88\x08\x59\x96\xbf\xf8\x34\ \xe7\x73\xf2\x02\xfa\x14\xb7\xa0\xa7\x6e\xe1\x90\xd2\x96\x96\xa6\ \xb8\xb8\x44\x97\xdb\xdd\xe7\xc7\xa1\x33\x7e\xab\x03\x07\xe7\x79\ \x8c\x85\x3e\x9d\xbb\xb7\xf1\x76\x76\x74\x36\x36\xd6\xc7\xc7\x27\ \xe2\x3e\xba\x5e\x08\xa1\xa6\xa6\x46\x49\x92\x92\x53\xd3\x10\xc2\ \x7d\xc5\x16\xcf\x18\xeb\x2e\x40\x9d\x03\x81\xce\xa6\xa6\x86\xb8\ \xb8\x78\x42\xa4\x0b\xc3\x0b\x4c\x00\x63\xe7\x5c\xa7\x11\x00\x18\ \xa1\x1e\x95\x33\x84\x50\x5b\x6b\x4b\x7c\x7c\x62\x44\x64\x14\xf4\ \x11\xc9\x04\x71\xfe\xa2\x41\x1c\x38\x38\xab\x19\xdb\xb7\xf9\xf5\ \x95\x23\x8e\x8d\xd3\x38\x67\x6d\xad\x2d\xb1\x71\xf1\x3d\xfb\x23\ \x42\xa1\x20\x67\x2c\x25\x33\xbb\xcf\x99\xa8\x3b\x5a\xe7\xbc\xc6\ \x35\x0d\xa8\x73\xf8\xdf\x98\x18\x8d\x33\xde\xde\xda\x1a\x1b\x9f\ \xf0\x05\x27\x14\x9f\x87\x17\x3c\x2a\x5a\xb2\x33\xb8\x72\x6f\xc8\ \x73\x0e\xdd\x57\xdd\x12\x93\x06\xa9\x3f\x98\xe3\x0f\x99\x5d\xb5\ \xb7\x6c\xdb\xe3\xf1\xf6\xdd\xe3\x31\x40\x60\xf3\x8b\xdc\x50\x84\ \xba\xe4\x8e\xf9\x17\x7e\x28\x84\x10\xf8\x3c\x8b\x3d\x88\x90\x2f\ \xa9\x06\x3d\x57\x03\xc1\xb8\xc0\x08\x89\x33\xc4\x69\x01\x21\x8c\ \x90\xe8\xd6\xf1\x13\x42\x20\x4c\x30\xfa\xf2\xca\xff\xcf\x63\x87\ \x9e\xae\xd5\xd3\xeb\x10\x42\x1e\x8f\xb7\xad\xb5\xa5\xaf\x2b\xc1\ \xb6\x6d\x59\x56\xfa\xd2\x47\x6f\xf0\xee\x97\x24\x71\x7e\x26\x07\ \x9c\xf5\xb2\x03\xea\xdc\xb3\xa7\xd3\xe3\xf5\xb6\x36\x37\x7d\x71\ \xf7\xc7\xe7\x8a\x77\x04\x30\x6d\xd1\xae\x8b\x73\xed\xe3\x0f\x59\ \x22\x64\x0d\x10\xc6\x13\x1c\x04\x0e\xeb\xf0\x77\x49\x22\x76\xe9\ \x41\x03\x26\x88\x33\xfa\x79\xef\x29\x42\x98\x86\xea\x0e\x1c\xab\ \xc9\x1a\x3e\x32\x4e\x83\x2f\x10\xea\x8b\x08\x81\xba\xc2\x83\x35\ \x34\xe1\xb2\xbc\x84\xcf\xd2\xc5\x90\x24\xb1\xd2\xa3\x87\x79\x4c\ \x76\x76\x82\xaf\xaf\x46\xe7\x00\x25\xdf\x4f\x5d\x0d\x56\x7e\x64\ \x7f\xbb\x96\x35\x3c\xcb\x1b\x32\xb9\xa2\xca\x78\xc0\xa4\x92\x33\ \xdd\xb2\x89\xac\x28\x8a\x8c\x38\x63\x08\xd3\xb6\xaa\xa3\x15\x81\ \xdc\xfc\x5c\x0d\x51\x87\x1a\x3e\xab\x45\xde\xb3\xea\x88\x10\xea\ \x95\x75\x45\x88\x0b\x31\x50\x43\xb5\x5b\x0d\xa9\x47\x7c\xbc\x57\ \x1e\xfa\x8c\xc4\x6e\x08\x11\x42\xd0\xe7\x6b\x04\x3d\x6d\x1b\x63\ \x18\x20\x28\x3d\xa0\xce\x3d\x33\xf6\xf0\x11\xf1\x25\x25\x80\xc7\ \x9f\xb7\xc6\x40\xf0\x27\xbd\x06\x08\x2a\x73\xce\xbb\xe7\x62\x04\ \xd9\x6d\xc7\x76\x6f\x59\xb7\x76\xdd\xc7\xbb\x0e\x77\x18\x66\xd1\ \x9e\x0d\x1f\x9d\xac\x97\xa4\xae\x3d\xdb\xe1\xe0\x6d\xdc\xcd\x78\ \x5d\x1f\x71\xd7\x47\x1c\xfe\xd0\x87\x35\x09\xc1\xb4\xbd\xe4\xd5\ \xd7\x57\x57\x1b\x04\x75\x0b\x23\xe3\x2e\xf4\x5e\xa4\xf7\x6a\xa8\ \xef\x65\x31\xee\x7e\x13\xd6\xc9\x3d\xfe\xe1\xbb\xab\x77\x94\x23\ \xd4\x5b\x81\xbe\x55\xea\xba\x78\xbf\x1a\x01\x91\x88\x51\xb3\x7f\ \xd1\x4b\x2b\xea\x2c\x84\x30\x6a\xaf\x39\xbd\x65\xd3\xfa\xf5\x1b\ \x3e\x3a\x51\xd1\x42\xa4\xb0\xd6\x75\x6f\x59\xa8\xdf\x23\xef\xbd\ \x48\xef\xf3\xc0\x18\x21\xd8\xff\xde\x9b\x9b\x8f\xb6\x06\xcb\x36\ \xfe\xfa\x4f\x2f\xd7\x18\x12\xc1\xa8\xb7\xc2\x92\x84\xda\x4e\x3f\ \xf5\xab\xdf\x1d\x6c\x34\xaa\x0f\x6d\xf9\xf0\x40\x35\xc1\x48\xc6\ \xfa\x87\xaf\xbd\xb8\xee\x68\x23\xee\xa7\x0d\xed\xe0\x5f\xbb\xf0\ \xba\x37\x3f\x89\xf0\xdd\x85\x6e\x43\xac\xbb\xf3\x89\x33\x68\x81\ \xf7\xfd\x62\x9f\x8d\xd5\x03\x48\x01\x71\xb3\xf9\xd0\xfe\xa3\x8d\ \xba\xc0\x78\x60\x03\x18\xd0\xaa\xcf\xda\xe6\x25\x49\xd2\xeb\x4e\ \xbe\xbf\x6e\x77\x90\x4b\x12\x46\x67\xad\x73\xdf\xa2\xbb\xb6\x1e\ \x7c\xa2\x1e\xf4\xbf\xdd\xbf\xf0\x59\x59\x44\x84\xb7\xa9\x23\x4c\ \x50\xfb\xbb\x2f\x3c\xb1\xb6\xd0\x1e\x3a\x28\x3a\x10\x2a\x4f\xca\ \x48\x3c\xb1\x7b\xdd\x6e\x2f\x1e\x9e\xa0\x49\x9a\xcb\xe7\x71\x09\ \x33\xd8\xd2\x1e\x94\xbd\x91\x11\x6e\x99\xda\x94\x33\x3b\x18\x08\ \x58\x1c\x7b\xfd\x11\x6e\x15\x07\xda\x5a\x42\x54\x8a\x8a\x8a\x20\ \x82\x0a\x2c\x21\x66\xb4\xb5\x1b\x7a\x67\x48\x40\x57\xb6\x0c\x21\ \x04\x02\x61\x04\x03\x81\x90\x29\xbb\x7c\x11\x3e\x97\xa0\x96\x69\ \xda\x88\x28\x32\x41\xd4\x32\x19\x10\x45\x26\xd4\x36\x82\x81\x10\ \x23\x6a\x84\xcf\x6d\x05\xda\x75\x46\x22\xa2\x22\x09\x08\x01\xc0\ \x6d\xbd\xbd\xad\x55\x10\x57\xa4\x4f\x0d\x0b\x52\x73\xb3\xb3\xa5\ \x5d\x57\xfd\x51\x7e\x95\x50\xc6\x2c\x2b\x18\x08\x84\x90\xec\xf6\ \x79\x35\x0c\x80\x80\xed\x5d\xb7\x1e\x0f\xbd\x6a\x62\x86\xaf\x74\ \xfb\xeb\xcf\xbc\xba\xc5\x9d\x3e\x38\x02\x02\x6f\xaf\x5a\x39\xf6\ \xa6\x87\xee\xbd\x6a\x18\x58\x66\x30\x10\xd4\x4d\xaa\x7a\xfd\x7e\ \xb7\xc2\x28\x23\x92\x6c\x87\xda\xdb\x82\x96\xc7\x1f\xe5\x51\x90\ \x1d\xb6\xbb\x10\x96\x25\x14\x6c\x6b\xb5\x80\x1a\x94\x0b\x46\x5d\ \x89\xa3\x6e\xbb\x71\x50\x94\xc4\x04\x26\xc8\xd2\x5b\xdb\x3a\x84\ \xa4\x79\x7d\x1e\xc9\x93\x34\xf7\xf6\x5b\x93\x63\x95\xdd\x6f\xaf\ \xff\x90\x4e\x1a\x91\xe9\x55\x7c\xd9\xd7\x4e\x4d\x5b\xb4\x76\xc3\ \x55\xa3\xe6\xbb\x85\x70\xa2\xc7\x3e\x2b\x64\x59\x2e\x2e\x2e\x3e\ \x7e\xfc\xf8\xdc\xb9\x73\x09\x21\x94\x52\xe8\xca\x5c\xcb\x07\x9a\ \xbd\xdd\x06\x45\xdf\xf9\xef\x99\xa6\x3e\xc6\x12\x6d\x2f\x7a\xee\ \xef\x2b\xef\xfc\xd9\xe3\x53\x33\x79\xa0\xbd\x33\x64\x50\xd5\xe3\ \xf7\x79\x54\xc1\x38\xe2\x56\x6b\x5b\x07\x47\x8a\xd7\xe7\x51\x64\ \x05\x33\xbd\xa5\xb5\x03\xbb\xfc\x91\x5e\x8d\x51\xca\xa8\x19\xe8\ \x0c\x62\xd5\xd3\x51\x79\xec\xdd\xd5\x25\xe9\xc3\x06\xa7\xf8\x14\ \x8f\x5b\xc3\x03\xbc\x9a\x7d\x44\x60\x7a\xe8\x2c\xac\x1a\xf3\xc5\ \x57\x51\xcf\xa3\x4e\x7c\x78\xba\x14\xac\xde\x76\xa8\x78\xe4\x57\ \xfe\xf4\xd5\x89\xb1\xc0\x38\x60\xbd\x50\x96\x4b\x3f\x7e\xfb\x6f\ \x25\x3b\x27\xdd\xf9\xc0\xf4\xd8\xf2\x57\x9e\x79\xa9\xb0\xcd\xc6\ \x6a\xd4\x35\x0b\xbe\x3e\x63\x98\xfc\xf6\x3f\xff\xb4\xf6\x70\x67\ \x44\x5c\xf6\x3d\x0f\x2d\x84\x23\xab\x5f\xdb\x70\xcc\xb2\xed\xd8\ \x82\x59\x5f\xbb\x7b\xb6\xa7\xa3\x74\xc9\x33\xff\x3c\xd0\xc0\xdd\ \xb8\xad\x81\xa5\x10\x04\x20\x40\x92\xe5\xfa\x7d\x6b\xfe\xf6\xe2\ \xbb\xd4\xe7\x37\x43\xf6\xe4\xdb\x1f\xba\x7d\x72\xe4\xb2\xdf\xff\ \xda\x77\xf5\x77\x6f\x1d\x97\xbe\x63\xc9\x6f\x77\x6b\x33\xbf\x7f\ \xeb\xa0\x57\xff\xfc\x9b\xbd\x2d\x9a\x26\x0c\x2d\x2e\xc9\x4d\x83\ \x0d\x0d\x4d\xd1\x23\x6f\xfc\xfe\xfd\xb3\x5c\x12\x2a\xde\xbc\xec\ \x0f\x55\x1f\xb4\x87\xc8\x95\x77\x7e\xed\xa6\xf1\x99\xa1\xca\x03\ \x2f\xbf\xf2\x46\x55\xc8\x66\x24\xee\xf6\xaf\x3f\x34\x8a\x14\x3e\ \xf9\x97\x17\x2a\x6d\x2d\x35\xef\xaa\xaf\x7f\x65\x8e\x07\x04\x18\ \x55\xbb\x0a\x3b\x46\x2d\x98\x80\x5a\x8e\xbe\xf8\xc2\x9a\xdc\x7b\ \x7e\x7a\xdf\x15\x83\x01\xa0\x6a\xe7\xab\xff\xf3\xe2\xa2\x61\xf9\ \xbf\x8e\x3f\xbd\xe4\x0f\xaf\x1d\xf4\x47\xb8\x3a\x0d\xf7\x0d\x0f\ \x3c\x32\x6b\x78\x5c\xd3\xa9\x8f\x16\xbd\xbe\xb6\xc5\x64\xc2\x97\ \xb5\xf0\xc1\xaf\xe4\x46\x13\xc6\x41\xc6\xec\xe8\xda\x25\x2f\xad\ \x39\xa8\xfa\xbd\x35\xa7\x1b\xc6\x8e\x72\x19\x4d\xc7\x57\xac\x2e\ \x7e\xe8\x07\x39\x6a\xd3\xc9\xc5\xcf\xbd\x72\xa2\x9d\xf1\x40\x47\ \xfc\xd4\xf9\xdf\x9e\x9d\xb6\x69\xd5\x3b\x53\x93\xbf\xe3\xf5\xb8\ \x6b\x3e\x5c\xfd\xb7\xd6\xbd\x23\xaf\xf9\xea\x2d\x93\x26\x93\xcd\ \x6f\x1d\xab\xb5\x27\x26\x00\xa7\xce\x5c\xe2\xb3\x79\xa7\x4e\x9e\ \x3c\xb9\x68\xd1\xa2\x86\x86\x86\xd6\x96\x96\x5b\x6f\xbb\x4d\x91\ \x65\xe8\x11\x59\x1e\x60\x5f\x88\xfe\x7d\x12\xce\xae\x13\x2f\x84\ \x00\x20\x2e\xb7\xdb\xe5\x22\x65\x3b\x56\xfe\xf9\x95\x2d\xee\x48\ \x77\x50\x57\xe7\xdd\xff\xcd\xab\x72\xe0\x8d\xe7\x9e\xdb\x53\x1d\ \x52\x7d\x19\x77\xde\xbf\x30\xd7\x5b\xbd\xe2\xa5\x45\x07\x6a\x02\ \x54\x28\x57\xdc\xf1\x8d\xb9\xb9\xe8\xb5\xbf\xfe\x71\x57\x9d\x88\ \x1f\x34\xe1\x9a\xd1\x1e\xd2\x7c\xf4\x95\xa7\xff\x9a\x3c\xe2\xaa\ \xfb\x6f\x9a\xe6\x41\x6c\x20\x01\xf5\xe8\x3e\x84\x53\x60\x9c\x83\ \xa4\x2e\x52\x5e\x40\x00\x61\x59\x1b\xce\x19\x72\x67\xdd\x30\x6b\ \xc2\x6b\x4b\x7e\xff\xd4\xe9\xcb\xaf\x98\x31\x63\x58\x8a\x6c\x5b\ \x7c\xf8\x35\x0b\x7e\x78\xf3\x58\x22\x3a\xde\x7a\xe2\xd9\xf2\xe8\ \x19\x3f\xfd\xee\x95\xa5\x1b\x17\x3d\xf7\xe2\xca\x82\x9f\x5e\x5f\ \x59\xd9\x34\xee\x8e\xef\xcd\x1f\x93\xae\x57\xed\x7c\x7c\xf9\xee\ \x49\x0b\x1f\x19\xe3\xaf\xfc\xcb\x1f\x96\x6d\x1d\x3d\x3a\xf9\xf4\ \x6b\x7b\xcc\xec\x1f\xfd\xcf\x7c\x28\x59\xf7\xbf\x2f\x1d\xa6\x9c\ \x87\x6f\x53\x47\x43\x65\xd0\x3f\xe6\x67\xff\x73\x77\xfd\xe6\x17\ \xff\xb2\x6a\xf5\xf4\x51\xf7\x08\xcb\x0a\x8f\xc9\xd4\x36\x6d\xc2\ \x84\xd9\x56\x59\x4b\xaf\x7b\xe4\x87\x93\x94\x7d\x3f\xfc\xcd\x1b\ \x73\xbf\xff\xfb\x87\xd5\x7d\xbf\xf8\xcd\x5b\x87\xaf\xbf\x9c\x71\ \x91\x32\x72\xee\x0f\x1f\xba\xaa\x7a\xeb\xd2\x27\x17\xbf\x36\x2e\ \xff\xe1\xdd\xcb\x96\x96\xfb\xa6\x3e\xb4\x70\xe4\xf6\x25\x7f\x7a\ \xe5\xad\x9d\x99\x57\xd9\x0d\x7a\xec\xd7\x7e\xf2\xfd\x0c\x0d\x64\ \x6e\x71\xa2\xda\x6d\x15\xcd\x4c\xbe\x32\xd9\xd3\x50\x74\xb8\x5c\ \x2b\x78\x60\xec\x60\x60\x96\xc5\x70\xea\xb8\x99\x05\xaf\xed\x38\ \x71\xac\x02\xb7\x57\xfb\xf2\x67\xfe\xf8\x81\xab\xf6\x2d\xf9\xfd\ \xdb\xab\x36\x4c\xc9\x99\xbb\xea\x95\xe5\x34\xe7\xd6\x87\xaf\x48\ \x7b\xf7\xef\xbf\x7d\xed\xed\x82\x5f\x3c\x38\x09\x01\x04\x6a\x76\ \x2d\x7a\xf3\xc0\x94\xaf\xfe\x68\x76\x2e\x5e\xf2\x9b\x3f\x18\xd4\ \x66\xb6\xde\xde\xa9\x13\x64\x6e\x5e\xf1\xc2\x49\x6d\xc2\x63\xdf\ \xba\xae\xfa\xa3\xa7\x9f\x3f\x56\x65\xf2\xa4\x60\x47\xbb\xc9\xb8\ \x45\xf9\xa0\xe9\xf3\x7f\xfc\x95\x49\xcc\x66\xdc\xa6\x09\x60\xd6\ \x54\xb5\x43\x52\x04\x77\xd6\x77\x3e\x43\xe3\x14\x8c\x0b\x45\x91\ \x6f\xba\xe9\x26\x59\x96\xb9\xe0\xb6\x6d\xcb\xb2\x24\x84\x08\x4b\ \xb6\xf5\x3d\xb7\xe7\x88\xe8\x6f\x31\x9c\x65\x0f\x55\x97\xcc\x9b\ \xc0\x98\x37\x55\x97\xe3\x9c\x59\x3f\x7e\x68\xe6\xe1\x15\x7f\x5c\ \xf1\xde\xba\xbc\x88\xec\x0d\xbb\xeb\x6e\xf9\xf1\xcf\xaf\x1c\xe4\ \x27\x32\xda\xfd\xfa\x92\xcd\xf5\xd1\xdf\xfe\xc6\xbd\x75\x5b\x17\ \x2f\x7a\x75\xd5\x65\xdf\x99\x51\x55\x6b\xcd\xfb\xda\x7f\x4f\x1f\ \x12\xdb\x70\xf0\x1d\x29\x6d\xfc\xa3\x3f\x7a\x28\x59\xa5\x4c\xd8\ \xe7\x62\xfb\x9e\x7d\xd7\xbc\x5b\x42\xea\xd2\xe0\x85\xb0\x9f\x46\ \x08\xce\x19\x63\x40\x26\xdd\xfc\xd5\x21\x63\x4f\xed\xf8\x78\xe3\ \xd3\xbf\xff\xc5\xdc\x07\x1e\x22\x92\x84\x08\x26\x08\x41\x67\x43\ \x71\x59\xc7\xb8\xfb\xc6\x45\x79\xbd\xbe\xf1\x93\x63\xdf\x7f\xad\ \xbc\xb1\x93\x48\xaa\xc7\xe5\xd2\x5c\x6a\x75\x7d\x4d\x7d\x73\xe0\ \xc8\xc7\x6f\x17\x0a\xcb\x97\x99\x13\xc5\x5b\x8b\x0a\x6b\x72\xc6\ \x5d\x9b\x1a\xe1\x09\xc4\xc7\xbb\x31\x62\x8c\x72\xc6\x19\x26\x1c\ \x21\x45\x73\xa9\x9a\x96\x9e\x3b\x3c\x62\xdd\xb6\xb6\x0e\x03\x70\ \x98\xeb\xc3\xab\x0c\x9c\x32\x8e\x65\x55\x55\x24\x5f\xea\xe0\xd4\ \xe8\x68\x45\x52\xfd\xa9\xa9\x89\x31\xac\xa9\x3d\xe8\x01\xe4\x89\ \x4e\x88\xf0\x78\x23\xc6\x8e\x4f\x78\xff\xa5\xf2\x9a\xf2\xd2\x86\ \x96\x36\x74\x68\xf9\xd2\x13\x96\x1d\x99\x19\xef\xa3\x56\x83\xa4\ \xba\xdc\x6e\x97\x4b\xb1\x6d\x4a\x19\x92\x85\xa1\x33\x81\x64\xcc\ \x19\xe7\x20\xc2\x82\xac\x9c\x71\x21\x80\xb2\x30\x19\x22\xac\xa9\ \xaa\xa2\x79\xf3\x86\x67\xad\xae\x68\x6a\x0d\x36\x94\x54\x75\x1a\ \x64\xe7\x6b\xb5\x3b\x43\x5a\x5a\x66\x14\x31\x18\x95\x05\x69\xad\ \x3e\xd9\x19\x93\x35\x66\x64\x8a\x5b\x36\xe2\xfc\xae\x0a\x6e\x33\ \x2e\x30\x26\xac\xb3\xb9\xa8\xb4\x75\xdc\x1d\x93\x62\xbd\x5a\xb3\ \xdb\x2d\x63\xc4\x38\x03\x84\x04\xa7\x9c\x73\x2c\x61\x82\x80\x09\ \xce\x01\x29\x88\x9b\xba\x09\x82\x33\x46\x9d\x0e\xff\x99\xc8\x21\ \x2d\x2d\x2d\x3b\x3b\x3b\xdc\xcb\x2d\xcb\x62\x8c\x61\x8c\x45\x58\ \x2b\x11\xfa\x09\x3c\x86\x67\x69\xbd\xf2\x6d\x08\xfa\x4c\xe9\xfb\ \xb8\x02\x01\x85\x57\xb5\x18\xa5\x80\x40\xd5\x54\x55\xf5\x0c\x1e\ \x9e\xcb\x0a\x6b\x59\xd4\xf5\x77\xce\xcd\x5e\xf3\xd2\x5f\x8b\x46\ \xce\xb8\x73\x5e\x41\x79\x6d\x75\x47\xab\xe7\xed\x65\x4b\x99\x65\ \x66\x67\xa7\x70\xd3\x40\xb2\xcb\xe5\x76\x69\xaa\x8c\x80\x03\xc2\ \x08\x63\x84\x04\x1f\xa8\x9e\xd1\x6f\xcd\x21\xfc\x01\x63\x2e\xb8\ \xb8\x64\xec\x05\x00\xe8\x56\xd1\x65\x82\xd1\xd6\x20\xf3\x26\x0f\ \x9b\x77\xcf\x10\xd6\xf8\x83\xb5\x9b\x8f\x4c\x97\x51\xb0\x33\xc4\ \x04\x20\xa2\x45\x44\x90\xa2\xa2\x4a\x31\x32\xb1\xae\xa2\xb8\x09\ \x45\xfa\x5d\x12\xe7\x8c\xda\x36\x17\x4c\xd3\x5c\x6e\x6f\xdc\xdc\ \xbb\xbe\x3e\x26\x49\xb3\x2c\x5b\x91\xd8\xba\xad\x6a\xe9\xa9\xe2\ \x8e\xd9\x23\x91\x6d\x53\x46\x19\x63\x9c\x71\x8e\x29\x67\x5c\x30\ \x6a\x9b\x5c\x98\x14\x40\x08\xc0\x92\xc4\xaa\xeb\x5b\x01\x32\x41\ \x08\x46\x19\x67\x5c\x08\x41\x2d\x8b\x99\x36\x70\x66\x19\x06\x58\ \x16\x03\x04\x8c\x71\xca\x98\xa0\x00\x50\x5b\x7c\xba\xc9\xf0\x46\ \xfb\x23\x3d\x8a\x2b\xbd\xe0\x9a\xef\xdd\x3a\x92\x99\x26\x97\xd5\ \xc0\xe1\x77\xb9\x60\xb6\x69\xda\xc0\x98\x00\x10\x36\x51\x7d\xb2\ \xb0\x9b\xda\xcd\xdc\xb4\xfc\x0c\x73\xfd\x86\x1d\xc7\xee\x9d\x91\ \x4b\x10\x3b\xbd\x6d\xcd\x51\x4b\x7b\x28\x37\x89\x6f\xa5\x8c\x53\ \x1b\xc0\x62\x0c\x40\x20\xa4\xfa\xdd\xae\x41\x53\x6f\xbe\x6f\xd6\ \x20\x2b\x64\x50\xce\x79\xc8\xb0\x65\x45\xf3\x25\xe0\xa6\xe3\x25\ \xe5\x1d\xe9\x83\x65\x4a\x29\xa3\x8c\x73\x2e\x04\x13\x58\xf1\xb8\ \x51\x59\x69\x35\x8c\x49\xa1\xa6\xc5\x05\xe7\x34\xcc\x37\x02\x0b\ \xa6\x77\x06\x29\xe7\xcc\x66\xdc\xea\x6c\x65\x38\xd9\x2b\x73\xdb\ \xe6\x8e\xe0\xf3\x67\xe4\x05\x93\x33\xd3\x34\x7b\xc7\x5e\x84\x30\ \xc6\x5d\x7a\xd0\x7d\x68\xa1\x27\xf5\x1b\x63\x3c\xcc\x1a\x3d\xeb\ \x11\x68\x60\xc8\x24\xe6\x9c\x83\x10\x82\x31\xc1\x80\x73\x6a\x33\ \x30\x2d\x06\x9c\xdb\xe0\xb9\xf2\xce\x6f\x8d\x99\x72\xe8\x6f\x7f\ \x7c\xf2\x25\xff\x43\xc3\x7c\x91\xd1\x99\x97\x7d\xe3\xdb\xf3\x34\ \x66\x32\x44\x44\xd3\x51\x9b\x31\x66\x59\x5c\x30\x21\xc0\x0e\x06\ \x4c\x8b\x32\x4c\x19\xe5\x03\xad\x84\xbe\x7c\xd5\x95\xc0\x16\x77\ \xeb\xc4\xa3\x4b\xc5\x5e\x10\x82\x0b\x81\x09\x84\xca\xde\x7e\xed\ \x8d\xca\x80\xe2\x42\xa1\xb2\x4a\x3c\xf5\xde\xe1\xf9\x7a\x68\xfd\ \x92\xd7\x1f\xaf\xda\x31\xfc\xca\x9b\xae\xbe\xee\xba\x67\x5e\x5e\ \xfc\xeb\xd3\x1b\x3a\x6a\x6a\x46\xcc\xfd\x4a\xa6\x1f\x82\xc1\x90\ \xdb\xa6\x96\x61\x45\x65\x8f\x99\x39\x7a\xef\xa2\xbf\xfc\xee\xa3\ \xe4\x48\x77\xfc\x90\xeb\x6f\xba\x66\xfc\xcc\x9b\xf6\x3f\xf3\xea\ \x6f\x1e\x3f\x1d\x45\xeb\xda\x70\xac\x02\xdc\xa6\x4c\x60\x46\x2d\ \x4b\x37\x09\x65\x5c\xd8\x96\x11\x0a\xe9\xc8\x3f\x6e\xfc\xc4\x27\ \x56\x2c\xfa\x4d\xd1\xa6\xa6\x93\xd5\xc9\x57\x69\xcc\xb6\x0c\x5d\ \xb7\x29\x63\xcc\xd6\x75\xdd\xa2\x0c\x28\x35\x74\xdd\xb4\x59\xb4\ \x5b\x29\xdb\xfa\xd6\x5f\x83\x5b\x2b\x4a\xca\x87\x5c\x7d\x4f\x7a\ \x54\xe2\xac\xab\xa7\x3e\xbd\xec\x85\x5f\x97\x65\xbb\x90\x36\xf9\ \xc6\xdb\x72\x80\x1b\xba\x49\x29\x63\x12\x63\x02\x80\x19\xc4\x93\ \x9a\xaa\xd1\xc2\xe3\x95\x57\xcc\xcc\xbd\x7b\xe1\xdc\x45\x2b\x9e\ \xfe\xe5\xee\xf4\x08\x08\x96\xd5\x75\x4c\xbb\xe5\xfe\x31\x49\xd2\ \x87\x81\x90\x61\x5a\x8c\x01\xb5\xcc\x50\x28\x24\xb4\xa4\x6b\xae\ \x1f\xfd\xec\xaa\xa7\xea\x0e\xa6\x6b\x92\x7b\xca\x0d\xb7\x0c\x8f\ \x55\x6c\xd3\xf4\xa4\x8c\xbd\x7e\xec\xde\x15\xff\x78\x7c\x7f\x7a\ \x74\xd1\xe9\xe6\x82\x91\x8a\x6d\x59\x7a\x28\xa8\xe3\xa8\xe9\xb3\ \x66\x3d\xb9\xf8\x95\xdf\x54\x6c\xd7\xcb\x0f\x9a\xe9\x57\x73\xdb\ \x36\x74\x3d\xa4\x43\x4e\x7e\xce\x5b\x8b\x56\xfc\xea\xb7\x07\xf3\ \xc7\xdf\x70\x55\x6a\x51\x13\xf6\xa6\x27\xbb\x4d\x83\x3a\x61\x0c\ \x9f\x61\x5d\x0d\x00\x09\x41\x24\x49\x96\xa4\xb0\xf7\xce\xb2\x2c\ \x84\x50\x78\x20\x3b\x73\x82\x10\x9e\x10\x0b\xce\xfa\xac\x06\xf4\ \x0b\xd5\xeb\xb6\x17\x30\xa5\xb6\x6e\x18\x36\x63\xc2\x36\x75\xc3\ \x62\x4c\x50\xdb\xb4\x6c\x1a\x6c\x3c\xf9\xe2\x0b\x1f\x98\x9a\xdc\ \x89\xfd\x69\xfe\xa8\x09\x43\xe7\xec\x79\x66\xf1\xaf\x7f\x7b\x32\ \x56\x55\x73\x26\xcf\x99\x91\x85\x4c\xdd\xb0\x6c\x66\x99\x76\x44\ \xd2\xe0\x4c\xbc\xf6\xe9\x3f\x3e\x9e\x31\x64\xdc\x2d\xd7\x4e\xf6\ \x2b\x82\x77\x67\x60\x44\x67\x58\x0e\xa8\xcb\xbb\x7f\x4e\x3d\xe8\ \xcf\x76\x63\x3e\x87\x8e\x9b\x57\x45\x2f\x6c\x0d\xbc\xba\x2b\xe4\ \x3d\x47\x5c\x53\xc8\x12\x53\x87\xa8\x3f\x9d\x17\x11\x34\xc3\xba\ \xaf\xe4\xe8\xe1\x83\x79\xc3\x47\x20\x8c\x05\x35\xea\x2b\x4b\x2b\ \x6a\x9b\x6d\x2e\xc5\xa6\x0d\x1a\x9c\x1a\x4b\x58\xb0\xac\xe8\x64\ \x45\x93\x95\x3c\x28\x6f\x48\x4a\x44\x53\x45\xe1\xa9\xd2\x06\x4f\ \x62\x56\xde\xe0\x34\x85\x76\x96\x97\x57\xc8\xb1\x19\x09\x5e\x85\ \x23\x22\xb1\x60\xd1\xa9\x93\x75\x6d\x86\x2f\x3e\x7d\x48\x76\xaa\ \x5b\xc6\x7a\x6b\xf5\xc9\xc2\xb2\x10\x93\x62\x92\xd3\x33\x92\xe3\ \x15\x2c\x00\x23\xbd\xb9\xb6\xa6\x03\x67\x66\x26\x81\xde\x52\x56\ \xd5\x9e\x98\x99\x19\xa9\xd8\x95\xc5\xa7\xca\xea\x3b\x64\x4f\x54\ \x66\x56\x56\xac\x8b\x95\x97\xd6\x44\xa4\x66\x45\xa9\x76\x69\x69\ \xb5\x37\x29\x2b\x41\x33\x4b\xcb\x2a\x3d\x89\xd9\x5e\xda\x5a\x5c\ \x5a\xde\x16\xa2\x11\x89\x59\x79\xd9\xc9\x98\x53\x2c\x91\xd6\xca\ \xd3\x85\x95\x0d\x5c\xf2\x0d\xca\xcb\x8d\x86\x8e\xd2\x9a\x40\x72\ \x56\x9a\x86\xbb\x92\x80\xc9\xaa\x7c\x7a\xc3\x8b\x2f\xef\x57\xbf\ \xfd\xed\x05\x49\x2e\xd1\x5a\x5b\x5e\x58\x52\x65\x08\x25\x31\x63\ \xc8\xa0\xe4\x48\x4e\xed\xd6\xfa\xb2\x56\x1e\x91\x91\x12\x47\xdb\ \xaa\x2a\x9a\x59\x7a\x56\x86\x1b\xd1\xda\xf2\x53\x25\xd5\xad\xc4\ \x1d\x35\x28\x67\x48\x94\x8a\xb9\x10\x80\x89\x24\xcc\xb2\xc2\x13\ \xd5\xcd\x21\x35\x22\x36\x2b\x2b\xdb\x0b\xad\xa5\x75\x7a\x5a\x46\ \x86\x57\x66\x8d\x55\x65\x35\x8d\x6d\x85\xbb\xde\x3b\x84\xc6\x3c\ \xf6\xd5\xd9\x8d\x45\xa5\xbe\x94\xcc\x18\x8f\xa8\x38\x7d\xb2\xbc\ \xc1\x48\x1b\x32\xb8\x6c\xcd\x0b\x7b\xe4\x29\xdf\xbb\x67\xb2\x70\ \x94\x5d\x3f\x8b\x77\x01\x01\xc2\x98\x1c\x3a\x74\x70\xd7\xae\xdd\ \x98\x10\xaf\xd7\x7b\xdd\xb5\xd7\xf8\x7c\x7e\x49\x22\x81\x40\xa0\ \xb2\xa2\x6c\x58\x7e\x41\x8f\xee\x6b\x63\x43\x7d\x20\x18\x18\x9a\ \x93\x67\xe8\xba\xe8\x56\x64\x0e\xbb\xd5\x51\x38\x95\x43\x6f\xec\ \x3f\xe6\x56\x47\x49\x79\x73\x62\x66\x26\xb4\x57\xd5\xdb\x9e\xec\ \x94\x38\xbb\xa3\xb6\xa2\xd9\x4e\x49\xf4\x57\x9e\x3a\xd5\x14\xa2\ \x11\x09\x59\xb9\x99\x09\xaa\x22\x05\x1b\x2b\x4e\x16\x57\xe8\x4c\ \x4d\x1b\x3c\x34\x35\x02\x95\x95\xd6\x46\xa6\x66\x44\x6a\x04\x61\ \xd4\xd1\x50\x71\xb2\xb8\x5a\x8a\x4c\xcb\x1f\x92\x2a\xe3\xbe\xeb\ \xa6\x5d\xd2\x52\x3d\xc4\x80\x10\x92\x64\x59\x0f\x85\x4a\x4b\x8a\ \x87\x17\x8c\xf8\x82\xba\xaf\x9f\x4b\x0f\x5a\x45\x4f\x7f\xd4\xf9\ \xd2\xf6\xd0\x27\xe4\xb9\xbf\x32\x47\xfd\xf5\x4d\x91\x01\xb3\x5b\ \x0f\xfa\xe0\xbe\xfc\x11\xa3\xc2\xce\x18\x42\x24\x29\x1c\xcf\xc7\ \x6c\xcb\xb2\x39\x60\x55\x55\x25\x8c\x6c\xcb\xb4\x28\x97\x15\x45\ \x96\x88\x60\xd4\xb2\x6c\x26\x90\xa2\x2a\x82\x5a\xe1\x8c\x07\x08\ \x13\x45\x91\x31\x46\x3c\xfc\x45\x81\x88\x24\x2b\xb2\x84\x10\x70\ \x6a\x5b\x76\x38\x36\x4a\x60\x49\x91\x89\x30\x4d\x1b\xb0\xa4\x2a\ \xc4\x36\x4d\x0e\x58\x56\x54\x89\x20\x10\xdc\xb6\x2c\xca\x91\xa2\ \xca\xcc\x32\xa9\x40\xaa\xa2\x70\xdb\xb4\x05\x52\x15\x85\xd9\x26\ \xc7\x92\x2a\xcb\xe1\x04\xa2\x96\x65\x73\x01\x80\x90\x24\x2b\xb2\ \x84\x41\x70\xcb\x34\x19\x10\x55\x26\x96\x65\xf5\x4c\x3c\x11\x96\ \x24\xb3\x66\xc9\x0b\x6f\x66\xcc\xb9\x6b\xea\xe0\x28\x0e\x58\x96\ \x24\x04\x82\x51\xdb\xa6\x8c\x0b\x90\x64\x85\x00\xb3\x6c\x8a\x88\ \xa2\x48\x60\x99\x96\x40\x58\x56\x14\x89\x60\xe0\xdc\xb2\xba\x15\ \x19\x05\x00\xc6\x8a\xa2\x84\x43\x17\x6d\xcb\xa4\x42\x52\x65\x2c\ \x84\x5d\xbc\xf7\xe3\x4d\x7b\x8b\x15\x17\xae\x2c\x6b\x1c\x33\xef\ \x9e\xd9\x63\x52\x09\x42\xd4\x32\x99\x40\x8a\xa2\xca\xaa\x6a\xd5\ \xec\x7b\x66\xf1\xe6\xcb\xef\xb8\x7f\x64\x3c\xb1\xa8\x70\xf6\xa1\ \x7d\x86\x00\x06\x00\x84\x91\x61\x18\xef\xbc\xfb\xee\xc9\x13\xa7\ \x6e\xbf\xed\xd6\xfc\xe1\xf9\x82\x0b\x49\x96\x82\x81\x60\x45\x79\ \xe9\xf0\x82\x91\xbd\x7a\xd0\xf5\xf5\x81\x40\xe7\xd0\xdc\x61\xba\ \x1e\xec\x33\x93\xef\x89\x7f\x42\xfd\xf7\x2e\x60\x55\x95\x6c\xd3\ \x02\x22\xcb\x98\x9b\x16\x45\x44\x56\x24\x64\xdb\x4c\x52\x54\x82\ \x41\x30\x6a\x5a\x36\x17\x20\xc9\xb2\x2c\x49\x08\x09\x6a\x59\x36\ \x83\x70\xe3\x0c\xcf\x05\x89\xac\x28\x32\x11\xcc\x36\x2d\xda\xd7\ \x89\x21\x40\xa0\xae\xa8\xc7\x70\x8e\x6a\xc0\x08\x13\x42\x0c\xc3\ \x28\x29\x2e\x1a\x31\x72\xd4\x05\xe0\x05\x82\xa1\xb6\x9d\xd5\x77\ \xf0\x73\xa5\x69\xe7\x02\x22\x5c\x28\x33\x56\xea\xfa\x6d\x92\x74\ \xf8\xc0\xfe\xac\xc1\x43\xbc\x1e\x8f\x4d\x6d\x2e\x04\x08\x40\x61\ \xf5\x7e\x84\x2e\x79\xc1\x57\x01\x84\x20\x23\x18\xa4\x58\x71\xab\ \x5f\xfe\xbc\x0c\x61\x08\x36\xd7\x95\x96\x57\x87\x28\x89\x4d\xcd\ \xca\x4e\x8d\x16\xf6\xc0\xdc\xe9\xc2\x36\x02\x36\xf2\x79\x34\x10\ \xdc\xd9\x9d\xfa\x39\x80\x31\x36\x4d\xb3\xa5\xb5\x35\x25\x25\x99\ \x33\x2e\x40\xa8\x9a\xab\xbe\xb6\xb6\xb5\xa5\xa9\xaf\xbd\xd0\xd4\ \xd8\xd8\xd0\xd8\x50\x50\x30\xc2\x34\xcd\x70\x5a\x2f\xe8\x52\x2c\ \x16\x17\xec\xb6\xa3\x5e\x3e\x52\x54\xad\xa9\xa1\xa1\xa9\xa1\x3e\ \xff\x0b\xdb\x0b\x9f\xa7\x1d\x53\x0e\x29\x91\x52\x46\xcc\xb9\x37\ \x8f\x21\x60\x1c\x4c\xda\x35\x37\x13\x9c\xc7\x27\x24\x9c\x3e\x75\ \x22\x6f\xd8\x70\x8f\xd7\xdb\xa3\xba\x8f\xfa\xdc\xcc\x4b\x9b\x1c\ \x04\x68\x2e\x0f\x08\xc6\xff\x1d\xbd\x52\x08\x57\xda\x90\xe4\xec\ \x3c\x04\xc0\x19\xb5\x6c\x5b\x48\xca\x80\x84\xe7\xe0\x72\x7b\x09\ \xe2\x8c\x09\x47\x05\xfe\xb3\xf5\xa9\xee\x05\x48\x21\x5c\x2e\x57\ \x4c\x4c\x8c\x4d\x29\xc8\x08\x84\x68\x6b\x6d\xad\xac\x28\x1b\x32\ \x34\xb7\xaf\xee\x6b\x44\x64\x64\x75\x75\x65\x59\x59\x49\x5a\x5a\ \x86\x82\x09\xef\x13\xe5\x78\xde\x77\x53\x22\x80\x81\x46\x4a\x7b\ \x5b\x5b\x79\x69\xc9\xe0\xa1\x43\x2f\x8c\xee\x2b\x02\xb0\x99\xb0\ \xd9\xa7\xfc\x01\xc0\x39\x4f\x48\x48\x62\x9c\x9d\x38\x76\xb8\x3b\ \x31\x37\x38\x7b\xab\x1d\x5c\x64\xfc\xd0\x93\x9c\x12\x84\x10\x18\ \xe3\xcc\xcc\xac\x88\x88\x88\x9e\x3e\x26\x84\x90\x24\x69\x68\x4e\ \x6e\x69\x71\xd1\xde\xda\x9d\xe1\x49\xfd\x85\x6b\xc9\xfd\xea\x1c\ \x7e\x8f\x31\x4e\xcf\xcc\x8c\x8c\x8c\xba\x64\xf4\xa0\xb9\xe0\xc9\ \x29\x69\x09\xf1\x89\x6c\x40\x60\xa9\x03\x07\x17\x9f\xcf\x01\x01\ \x60\x42\x08\x91\x06\x74\xb0\xb0\x54\x7c\xee\xb0\xe1\x94\xd2\x8b\ \x4d\x0f\x1a\xc2\x75\x96\xa4\x4b\x49\x0f\x1a\x00\x38\x63\x08\x63\ \x09\x3b\x8a\x92\x0e\x2e\x0d\x84\x93\xd9\x9f\x71\x90\x43\xf7\x7e\ \xfc\x8b\xb1\xce\x5f\x92\x1e\xb4\xd3\x4b\x1d\x38\x70\xe0\xf0\x82\ \x03\x07\x0e\x2e\x1e\x5e\x70\xc4\xa0\x1d\x5c\x42\x38\x97\xe8\xf3\ \xc5\x2c\x6b\xfe\x25\xd6\xed\xfc\xe9\x41\x07\x83\x81\x60\x20\xe8\ \x2c\x43\x38\xb8\x54\x98\xc1\xe7\xf7\xbb\xdc\x6e\xd1\x67\x6d\x1f\ \x21\xc4\x18\x6b\x6f\x6b\xa3\xb6\x7d\xb1\xad\x07\x87\x23\xa4\x7d\ \xbe\x08\x97\xdb\x75\xc1\xf4\xa0\x09\x06\x09\xa3\x73\x87\x2f\x00\ \x13\x10\x0e\x52\x04\x00\x84\x70\x28\x18\x08\x74\x76\xa4\xa4\x66\ \x68\x2e\x17\x74\x6f\x11\xef\xe1\x36\x47\xf7\xd5\xc1\x85\x1a\x60\ \x7b\x5a\x60\xdf\x91\x56\x08\x11\x0c\x04\x6a\x6b\xaa\x08\x21\xb2\ \x2c\xf7\x39\xce\x9b\x9a\x1a\x7c\xbe\x88\xb8\x8c\x0c\x84\x70\x4f\ \x33\x16\xe2\x02\xe4\xb3\x3e\x4b\x9d\x83\x81\xda\x9a\x2a\x4c\x62\ \x14\x45\xbd\x00\xbc\x80\x11\x34\x07\x79\x5b\x88\x63\x74\x4e\xea\ \xf2\x28\x38\xde\x8f\x79\xb7\x6c\x44\x7b\x7b\x5b\x72\x4a\xaa\xe6\ \x72\xf5\x08\x54\x02\x00\xe7\xdc\xd1\x83\x76\x70\x11\x8c\xb4\x7d\ \xf6\x3e\x75\x37\x45\xaf\xcf\x17\x13\x1b\xd7\xd6\xda\x9a\x98\x94\ \xd4\x93\xe7\x3e\x18\xe8\xc4\x98\xc4\x27\x24\x0a\xd1\xb5\x30\x81\ \x10\xea\x1b\x2c\x78\xde\x5a\xf2\x80\x3a\x87\xff\xf5\x7a\x7d\xb1\ \x71\xf1\xad\x4d\x4d\x89\xc9\x29\x5f\x70\xb5\xf2\xf3\xf0\x82\x5b\ \x41\x4b\x76\xea\xaf\xec\x08\x7e\xc2\xbe\xa9\xe9\x43\xd5\x5f\xde\ \x18\x19\xec\xd6\x83\xa6\x8c\xa9\xaa\xc6\xb9\xe8\x21\xb8\xf0\x0f\ \xfb\x4c\x1a\x12\x61\xd5\x63\xce\xd8\x79\xb9\xf7\x88\x10\xfc\x39\ \x14\x96\x31\x21\xe8\xcb\x4b\x1f\x1a\xbe\x1c\x67\x0c\x13\x02\x20\ \xd8\x19\x1b\xa8\xc3\xd2\xd1\x8c\x31\x84\x31\x70\x2e\xce\xf7\x5d\ \xfa\xbf\xc0\x08\x3d\xe3\xf0\x80\x61\x5f\x55\x35\x4a\xed\xbe\xe7\ \x53\xc6\x24\x22\x85\x0d\x87\xbe\x67\xfe\xdb\x32\x56\xf6\x3c\xd5\ \x7f\x5d\xe7\xf0\x9f\x54\x55\x0b\x8b\xd0\x5d\xb0\x79\x84\x2a\x21\ \x55\x3a\x3b\x2f\x30\x0e\xf2\x80\xbd\x13\x82\x73\x21\x70\x78\x9f\ \x28\x21\xa8\xc7\x1c\xe2\x8c\xf2\x4f\x17\x1f\x82\x90\xdd\xd9\x58\ \xdb\x6a\xc5\x27\x27\xaa\x48\xfc\xbb\x39\x01\xd3\xc6\x0f\x3f\xd8\ \x91\x30\x76\x66\x5e\x9c\xc6\x3f\x35\x37\x60\x49\xea\x28\x3b\xb8\ \xb3\xd8\x9a\x72\xc5\x38\x0f\xee\x13\x92\xfc\xe9\x7f\x66\xff\x3e\ \x6f\xd6\x1d\xdb\xb4\xa7\xf6\xf2\x39\x33\x50\x7d\x79\x90\x44\x24\ \xc6\xfa\xfa\x49\x86\x21\xa4\xb7\xd6\x36\x04\x48\x4a\x52\x2c\xa1\ \x54\x00\x10\x09\x57\x1c\xfa\xb8\xc4\x4a\x9e\x3e\x7e\x30\x50\x47\ \x9d\xe5\x53\x13\x44\x5f\x5b\xb7\x57\x0f\x9a\x9f\x4b\x0f\xba\x7b\ \xab\x14\xf0\x9e\x11\xfb\x8c\x0b\x76\xe9\x41\x73\x4a\xf9\xe7\xf1\ \x45\x88\xb0\x96\x14\x1d\xb8\x21\xeb\x13\xea\x8c\x30\xbe\xc0\x7a\ \xd0\x9f\x15\x9c\x75\x89\xac\x21\x4c\xec\x96\xd2\xf7\x5f\x5f\xf4\ \xd4\xd3\x4f\x2f\x7a\xfd\xfd\xf2\x16\x23\xac\x71\x4c\x24\x89\x48\ \x52\x98\x0d\x7b\x3e\x22\x10\x02\xe1\xf0\x7b\x42\x48\xa0\x74\xdb\ \x8b\x4b\xde\x6e\xa0\x84\x60\x38\xd7\x57\x88\x44\xc2\x8f\x2c\xfc\ \xdc\xfa\x1c\xc7\x42\x08\x40\xb8\xeb\x2b\x80\x48\x58\x65\x17\x13\ \xd2\x7b\x4e\x77\xb9\x18\x21\xab\x71\xcb\x87\x1b\xaa\x75\x82\x30\ \x21\x12\xee\x6a\x07\xdd\x27\x63\x8c\x84\x10\x88\x74\x9d\x8f\x51\ \xb8\x38\x84\x44\x60\xed\x8a\xd7\x0e\xb5\x60\x8d\x20\xbb\xa5\xf4\ \x83\x95\xaf\x3c\xf5\x8f\xa7\x5e\x5e\xb1\xa6\xb4\xd5\x92\x24\xd2\ \xaf\x9e\x04\x77\x4d\xa9\xf0\x80\x8b\xf4\xd6\x1c\x23\x24\x9a\x0b\ \x3f\xfc\x70\xb7\x41\xf0\xe1\xf7\x97\xbe\xf1\xd1\x49\x44\x08\xea\ \xb9\x21\x92\x44\x08\xa9\x39\xbc\xee\x85\x37\xb6\x59\x56\xf3\xea\ \xd7\x5e\x39\xd5\x01\x08\x11\x2f\x6e\x7d\x77\xf9\xb2\x53\x6d\x36\ \xc6\x7d\x64\x8b\x9d\xd7\x59\x5f\x7d\x34\x14\xba\x36\x14\x11\xd2\ \x3b\xf8\x73\x31\x40\x43\x55\xf4\xd1\x7d\xed\x15\x5f\xe0\x5c\x74\ \xcb\x37\xf5\x5c\x19\x21\xcc\x02\x95\xef\xbe\xf5\x41\x69\x9b\xe8\ \xd7\xb4\x40\x84\x1b\x5f\xd7\x47\x04\x7d\x1b\x12\x02\x21\x00\xc2\ \xef\x25\x49\x0a\x94\xef\x7d\x79\xd9\x26\x5d\x92\xa4\xae\x76\x2e\ \xfa\x29\x50\x87\xc5\x79\x7a\x8a\x0e\x37\xc0\xb0\xd2\x1c\xba\x54\ \xf4\xa0\xc3\x3f\x09\x11\xcc\xea\x97\x3c\xf5\xe4\x31\x18\x7a\xc5\ \xa8\xc4\xd6\x66\x3d\x64\x52\x8c\x71\x47\x7d\x59\x51\x79\xa3\x27\ \x21\x3d\x3b\x2d\x01\x0b\x1a\x68\x2c\x2f\x2a\xab\x07\x57\xf4\xa0\ \xc1\x99\x3e\x14\x2c\x39\x55\xd4\x18\x84\xc4\xf4\x21\x89\x19\x63\ \x6e\xb9\x3e\x37\x9a\x30\x81\x71\xa0\xb1\xa2\xa8\xac\xc1\x15\x9b\ \x3a\x38\x2b\x11\xa8\xd5\xde\x50\x51\x55\xd3\xa4\x33\x1c\x9f\x9a\ \x9d\x1e\xef\xa1\x94\x03\x00\x12\xac\xb5\xb6\xaa\xba\xae\xd9\x10\ \x72\x72\xfa\xa0\x94\x18\xd5\x08\xb4\x96\x37\xea\x09\x29\x89\x2a\ \x32\x2a\x4a\x1b\xbd\xf1\x29\x1e\xde\x5c\x52\x51\xdd\x1e\xa2\x11\ \x09\xa9\x51\x52\xb0\xb2\xa6\x45\x8b\x4d\x1b\x9c\x99\x80\x01\x29\ \x32\xd4\x16\x1d\x39\xd4\xaa\x44\xa5\x65\xa7\xc6\x78\x04\x47\xc8\ \x6c\x3f\x75\xba\x38\x00\xbe\xc1\x43\xb2\x7d\x0a\x04\x5b\x6b\xab\ \xaa\x6a\x3b\x6d\x29\x7d\xd0\xa0\x38\xaf\x0a\x84\x74\x16\x7e\xbc\ \xaf\x31\xf2\xeb\xdf\x1c\x4b\xab\xf7\xfc\xfe\xcf\xcf\x5b\xc9\x63\ \xc7\x0e\x4d\x69\x38\xb5\xfd\xf1\x5f\xed\xfb\xda\xf7\xbf\x3b\x2e\ \x59\x6d\xa9\x29\xab\xaa\x6f\xb2\x84\x92\x98\x31\x28\x25\x4a\xe3\ \x80\x99\xde\x78\xa2\xb0\xdc\x52\xa2\x87\x0e\xcd\x70\x21\x11\x16\ \xeb\x92\x08\x09\xd4\x97\x16\xd7\x75\x5a\x95\x8d\x48\x56\x38\x83\ \xbc\x2b\xae\x8f\x97\xe2\x05\x13\x98\xeb\xa5\x85\x45\x4d\x01\xea\ \x8f\x4d\x48\x4b\x49\x4a\xc8\x9d\x7a\x6b\x92\xe6\xa2\xcd\x47\xf6\ \x6d\xad\x8b\x1c\x62\x67\x24\xe4\x0c\x9f\x39\x39\x71\xe7\xda\x8f\ \x0a\xf3\x6e\x18\x06\xcc\x51\x80\xfd\x14\xcd\x13\x40\x92\xa4\x3d\ \x7b\xf6\x1c\x38\x70\x60\xfe\xfc\xf9\x3e\x9f\x2f\xbc\x19\x91\xc3\ \x99\xb3\x83\x5e\x9d\xf8\x7e\xf3\xfc\xfe\x43\x77\x78\x02\xc0\x82\ \xd5\x6b\xde\xdd\x10\x39\xfa\xaa\x34\x77\x6b\x79\x49\x45\x6b\xd0\ \x76\xc7\x24\x67\x67\x24\xc9\x88\x1b\xad\xd5\xa7\x4b\x6b\xa8\xe4\ \xcf\x1e\x94\x11\xe1\xd5\xcc\x96\x9a\xc2\x92\x2a\x1c\x99\x3c\x34\ \x2b\x55\xe2\x46\x73\x4d\x65\x55\x6d\x13\xf6\xc6\xbb\x5a\xaa\xf7\ \x6c\x39\x90\x9a\x1d\x9b\x12\x9f\x38\x38\x3d\x41\x42\xe2\x4c\x1d\ \xda\x9e\xa5\x88\x6e\x4a\x12\x5f\x4a\x80\xf6\x79\xd2\x7d\x65\x5d\ \x4e\x1a\x00\xb3\xad\xac\xae\x2d\xf3\x86\xab\xe7\xcd\xca\x0e\xff\ \xb5\xf1\xc4\xe6\x17\x5f\xdb\x48\x22\x23\x5a\x6a\x5b\x26\xde\xf1\ \xc8\xac\xcc\xb6\xa7\xff\xf8\xa2\x11\x93\xe2\xf7\xa6\xc5\xa7\xc5\ \x1f\x5a\xf3\xfc\xaa\xc3\x9d\xc9\xb1\x11\xd9\x13\x13\xae\x8a\xde\ \xb5\xe8\xd5\xa2\xef\xff\xfa\x47\xac\xe8\xe3\x27\x9e\x7e\xd3\xf6\ \x45\xeb\x2d\x6d\x23\xe6\x3d\x70\xef\xac\x8c\xf5\xcf\xff\x7e\x53\ \x53\x4c\x7a\x84\x5e\xd6\xe1\xb9\xef\xbb\x3f\x98\x90\xa4\x30\x20\ \x92\xd1\xb8\xea\x1f\x8f\xef\xb7\x52\x13\xd5\xb6\x6a\x96\xf4\xcd\ \x1f\x7c\x3f\xa5\x6e\xf7\x9f\x9e\x3e\xf0\xed\xff\xfd\xef\xa1\x5a\ \xd9\x73\x7f\x79\x7a\xea\x77\x7e\x3d\xa8\x64\xf1\xe3\xcb\xcb\x72\ \xb2\x63\x2a\x2b\x1a\x3c\xd1\x49\xb1\x1e\xab\xa4\xa4\xfd\xba\x47\ \x1e\xbb\x6e\x98\x2a\x68\xcb\x96\x0f\xde\xab\x72\xeb\x35\x1d\xee\ \xbb\xbf\xf3\xbd\x49\x69\xc6\x9b\x2f\xff\xf3\x50\xab\xe2\x32\x9b\ \xde\x4b\x9e\xfc\x9d\xfb\x66\x6d\x7f\xf3\xaf\x2b\x0f\xf2\xcc\xb4\ \x8c\x59\x51\x49\xf1\x11\x6e\x8c\x44\xe1\x81\xe3\x52\xf2\xa8\x6c\ \x8d\x7f\xb0\x7c\x69\x73\xca\x9c\xdf\x7e\xef\x26\x0d\x00\xe6\xcd\ \x8e\xfe\xfd\x7f\x2d\x5b\xbe\x79\xd4\x77\x26\xbf\xf9\xc4\xef\x0f\ \xf0\xa4\x14\xad\xb5\xc6\x4c\x78\xe8\xbf\xbe\x9f\xa7\x94\x2f\x7d\ \xe6\xa5\x4a\x11\x81\x5a\x6b\x37\x0e\x9b\xf7\xc8\x5d\x53\x64\x66\ \x63\x49\x69\x3d\xbd\xf1\xcf\x4f\xad\x64\xb1\x59\x4a\xcb\xe9\x36\ \x3b\x47\x53\xe0\xf0\x07\xaf\xee\xf2\xcf\xfb\xd1\x3d\xee\x0f\x5e\ \xfc\xd3\xfb\xa7\xac\xa4\x48\x38\x55\x49\xbf\xfa\xd3\x5f\xa5\x96\ \x7e\xf8\xdc\x16\xcf\xef\xbe\x75\xb9\xa6\xb2\x53\x07\x76\xd2\xda\ \xcc\xd8\x9c\x9c\xb1\x23\x53\x77\xef\xde\xd7\x71\x43\xbe\x17\x84\ \xe3\x66\xf8\x97\x83\x16\xc6\x78\xef\xde\xbd\xaf\xbd\xf6\x5a\x30\ \x18\x34\x4d\x73\xe1\xbd\xf7\x7a\xdc\xee\xf0\x6d\x1b\xe0\xff\x12\ \xa2\x7b\xd5\xb2\xef\x04\xe3\x6c\x7a\xd0\x20\x04\x20\xc9\xed\x76\ \xbb\x5d\xb8\x78\xcb\xca\xdf\xbe\x7e\x78\xc8\x90\x84\x9a\x92\xfa\ \x89\x77\x7e\xfb\xb6\x71\xe4\x85\xbf\x3c\xd5\xe4\x49\x8c\xf0\xc4\ \x7b\x92\x32\x5c\x9d\x87\x5f\x78\x7e\x79\xd0\x1d\x1d\x6c\xa8\xcd\ \x9c\x79\xdf\xc2\xcb\xbd\xaf\xff\xf5\xd7\xa7\x50\x72\x76\xce\xd8\ \x69\x43\x15\xc9\x68\xd8\xbb\xfd\xe3\x9a\xbc\x49\x19\xe9\x49\x32\ \xb0\x33\xbd\x18\x22\x3c\x25\xef\xa3\x07\x7d\x49\xe9\xbe\x0a\x2e\ \x84\xe0\x8c\x82\x2b\x7b\xe1\x5d\xd7\xbf\xf2\xc6\x3f\x7e\xb1\x3f\ \x73\xfc\x95\x73\x67\x8e\x89\xfd\x70\xf5\x8a\x1a\xcf\xf8\x85\x33\ \x46\x9c\x5a\xff\xe2\x3b\xeb\x36\xe6\xdf\x9c\x56\xdc\xc0\x6e\x59\ \x78\xd7\xcc\xfc\x44\xcc\x1b\xd7\x9c\x3a\xa1\x64\xde\x7c\xff\x3d\ \xb3\xa2\x5c\x52\xf3\x61\x46\x88\x44\xa8\xfe\xd1\xf2\x15\x64\xe4\ \x6d\x3f\x59\x38\xad\x61\xdf\xeb\x3f\x7f\xe5\xcd\x09\x23\xbe\x1e\ \x32\xc8\xb4\x5b\x1e\x9c\x3f\x39\x6e\xc9\x2f\x7e\xb4\xe9\xa3\x53\ \x13\xee\x1e\x29\x28\xe7\x34\xd4\xa6\x6b\x73\xbe\xf2\xf0\x75\xc3\ \xc9\x33\x3f\xfa\xd9\xe6\xdd\x15\x0b\x87\xc8\xaa\x2a\x87\x2b\xa4\ \xa8\x0a\x41\xac\xb3\xad\x23\x79\xec\xdc\x1f\x7d\x6d\xce\xba\x27\ \xff\x7b\x03\x9b\xf0\xff\xbe\x33\xf3\xa3\x45\x3f\x7e\x67\xd7\xe1\ \x39\x39\x83\x80\xc4\x5c\xb7\xf0\x9b\x37\x0c\xf3\xac\x79\xe6\xe7\ \x6f\xad\xdf\x95\x30\xa2\x63\xed\x9e\x96\xeb\xee\x9f\x9f\x10\x3c\ \xfe\xf4\x0b\x6b\x8e\x5c\x31\xb2\xa3\xd3\x1c\x7d\xc3\xd7\x1f\x9e\ \x95\x67\x99\x86\x6d\xd9\xaa\xca\xaa\x9a\xdb\x5d\xc9\xf1\x20\x5a\ \x8e\xff\x7f\xf6\xbe\x3c\xcc\xae\xaa\xca\x77\xed\xbd\xcf\x70\xef\ \x3d\x77\xac\x79\xca\x58\x09\x19\x49\x48\x08\x18\x30\x18\x68\x46\ \x45\x04\x03\x11\x1b\x1a\xc1\xef\xa9\xa0\x36\x6a\xfb\xfa\xf9\xb5\ \xb6\xdd\xd2\x2d\x0e\xaf\x3f\x1b\x5f\xeb\x03\xe4\x35\x08\x88\x80\ \xcc\xad\xe2\x43\x94\x06\x9a\x84\x29\x02\x09\x21\x09\x84\x10\x92\ \x54\x25\xa9\x54\x6a\xbc\x75\xc7\x73\xf6\xde\x6b\xbd\x3f\xce\xb9\ \xb7\x6e\x8d\x81\x3c\x0c\x15\x72\xd7\x57\x5f\xbe\x5b\x95\x5b\xf7\ \xec\x3a\x67\xed\xb5\xd7\xf8\xfb\xed\xc2\x25\x17\x9c\x10\x02\xed\ \x16\xa5\x08\x85\x56\x2c\x9d\xb7\xee\x8f\x5b\xfb\x8b\x27\x0e\x79\ \xce\x39\x57\x7e\xed\xc2\x25\x85\x9f\x7e\xeb\x9f\x9e\x7a\x75\x7f\ \xa4\xf8\x1f\xeb\x77\xe9\xcb\x3e\x7b\xba\xdd\xf1\xcc\x2d\x8f\x3c\ \xf8\xfa\xb9\x27\x2d\x4d\x72\x0e\xd9\xff\x7c\xf0\xff\x8a\x45\x97\ \xfe\xd3\xe7\x4f\xef\xdf\x70\xef\xff\xbc\xbf\xc3\x53\x08\x9c\x5b\ \x36\x3f\xf8\xe6\xd3\x0f\xbf\x82\x5f\xba\xee\xba\x13\x52\xfb\xbf\ \xff\xad\x1b\x07\x73\xde\x34\xce\x0d\xc1\x08\x15\x42\xcd\x05\x57\ \x7e\xf1\x8c\x99\x31\x85\x30\xd0\x58\xe7\x15\x3a\x7a\x0b\x14\x35\ \xb0\x0a\xe9\x76\xc8\x38\x1e\x11\x67\xcc\x98\xfe\xf5\xaf\xff\x8d\ \x10\x86\xd6\xca\x10\x1c\x51\x73\xce\xc6\x60\xa8\xfa\x14\x25\x65\ \x3c\xe8\x4a\x54\x96\x31\xf3\xed\x84\x48\x48\x40\x0c\x74\x26\x3d\ \x50\xbb\xe2\xe3\x7f\xf7\xc5\x73\xb7\x3f\xf6\xe3\x1b\xd7\x3f\xbd\ \x6a\xce\x92\x1d\x7b\x73\xab\xbf\xbc\xf6\xa2\x15\xd3\x05\xb8\x4f\ \xdc\xf6\xe0\xa6\x6c\xfd\x17\xce\x5f\xdd\xb3\xf1\xd7\x77\xfd\xe6\ \xf1\x33\x8f\x3b\x37\x23\xe3\x97\x5c\xfb\xb7\x1f\x99\x1d\xdf\xbb\ \xe1\x21\xa3\x75\xf9\xe7\xbe\x72\x4d\xa3\xa9\x5c\xcf\x9b\xc0\xf7\ \x63\x25\xca\x26\xf0\x21\xe6\x8e\x2a\xdc\x57\x0c\x70\x5f\x95\x86\ \x39\xa7\x5e\x74\xdd\xb2\xd3\xb6\xbe\xf4\xcc\xdd\xf7\xdc\xd0\xd5\ \xf3\x29\x39\x94\x23\xa3\x6f\xe3\x9f\xfe\xa4\x62\x0b\xcf\x9a\x7b\ \x5c\x4d\xdb\xe2\x6b\xfe\x72\xef\xaf\xef\xf9\xf1\xf3\x75\x4b\xfe\ \xea\x8a\x8b\x2e\xbe\xf2\x8b\x8f\x3c\xf4\x9b\xeb\xaf\xdf\xb0\xea\ \xe3\x57\x9e\x16\xe7\x0c\x40\x16\x32\x5d\xdd\x7a\xee\x19\x73\x04\ \x40\xfd\xec\x45\x49\xb5\xe9\x40\x4f\x4e\x18\x06\xa1\x04\x08\x4d\ \xab\x8b\xef\xce\xa5\x15\xa1\xd6\x08\x1a\x19\xe7\xa4\x24\xb0\x44\ \x5b\xad\xb3\x33\x9b\x96\x48\xc1\x3c\x27\x01\x00\x69\xad\x09\x18\ \x27\xed\x01\xd4\xa7\x12\xf6\xc1\x22\x00\x44\x53\xb5\xaa\xa3\xe0\ \x29\xcd\x98\x11\xb2\x04\x40\x68\x56\x7b\xfb\xe3\x2f\x76\x77\x74\ \xe5\x8b\x0a\xf7\xbe\xbe\x71\x9f\x92\x2b\x3f\x7a\x4e\x6b\x14\x3b\ \x90\x31\xf2\xb1\x62\x35\x01\x11\x49\xa5\x35\x70\x02\x10\x11\xc3\ \x1b\xca\x64\x00\x04\x80\x14\x00\x43\xe9\x0c\x72\x47\x90\x06\xce\ \x51\x79\xc0\x62\xcd\x75\x35\x9d\xd9\xa1\x9e\xee\x3e\xd4\xde\xce\ \xcd\x2f\x69\xcf\xfe\x8b\x73\x4f\x4f\x0a\xa5\xb4\xc1\x28\xdd\x39\ \x48\xd3\x56\xce\x11\x00\x86\x65\x19\x9c\xb4\xd6\x48\x04\x84\xbd\ \xfb\x77\x89\xe9\xed\x33\x1b\x4d\x28\xa0\x10\x1c\xd0\xff\x1f\xd2\ \x4a\x11\x20\x6a\x09\x28\xb5\xe2\x08\x1c\x48\x4b\xa5\x35\xd3\x55\ \x08\xd8\x77\x22\xf1\x78\xbc\xcc\x5b\xad\x94\xf2\xf1\xa0\x91\x90\ \x2a\x11\x35\x18\x10\x10\xa2\x26\x22\xbf\xde\x54\x2a\x46\x0c\x97\ \x27\x2a\xac\x0d\xd7\x1a\x7d\x1d\x03\x00\x0e\xe8\x01\x24\x1a\x5b\ \x98\xec\x82\xda\x65\x5f\xfe\xec\xee\x07\x7e\x7d\xd3\xa6\x27\x17\ \x5c\xf9\x99\xb3\xfa\x86\x06\xb5\x0e\x6d\x7e\x65\x83\x56\x0d\xe7\ \x9d\xbd\x34\x44\x2e\x71\x41\xa8\x00\x00\x51\x13\xa1\x94\xa4\x99\ \x9a\xa0\xc2\x35\x1a\x15\xfa\x68\xc4\x7d\x45\x04\x4e\x2a\xb7\x7b\ \xff\xbe\x48\xa2\x7e\xf1\xca\xd3\x97\x3d\xf7\xc4\x0b\x6f\xf5\x9e\ \x52\x57\x17\x31\xe7\xae\xbd\xe2\x5c\x43\xe6\xb5\xe6\xa0\xbd\xf6\ \x53\x2f\xf9\xc6\xd2\x13\x7e\xf4\xdd\x1f\x3c\xf0\xfc\xc2\xaf\x9c\ \x39\xef\x2f\xbf\xfc\xb7\xaf\x3d\x72\xc3\x2d\xf7\x3f\x38\xe7\x33\ \xb3\x38\x69\x30\xc2\x6d\x6d\xf6\x0b\x2f\xbf\x74\xf6\xb2\x73\xba\ \x5f\x7e\x7e\xc0\x8a\x37\xd7\x5a\xbb\xa4\x32\x95\x22\x90\x12\x91\ \x08\x95\x52\xa8\x10\x94\x46\x24\xad\x24\x90\xa7\x10\x11\xd1\x0e\ \x47\xc5\xd0\x9e\xb7\x3a\xba\x67\xb4\x15\x3d\xa9\x50\x6b\x44\x44\ \xad\x24\x80\x56\x88\x5a\x29\x90\x5a\x23\x00\xa2\x52\x4a\xb9\x85\ \x7c\xc1\x4d\x0f\xbd\xb0\xe1\xb5\xd8\x8c\x4b\x66\x35\xf7\x38\xa1\ \xf0\x8a\x73\x2e\x59\x5a\x2f\x8a\x1e\x3a\x56\xfe\x19\x4f\x69\xa5\ \xa4\x94\x4a\x29\x00\x26\xb5\xa8\x89\x46\x8b\x07\xfa\x14\x2c\x5b\ \xb9\x7a\xce\x8f\xff\xf8\xc0\xba\x05\xb5\x4b\x5b\xa3\x7d\xbb\x36\ \xfc\xea\xa9\xed\x33\xcf\xf9\x6a\x92\x5c\x85\x88\x4a\x01\x78\x4a\ \x69\x54\x50\x3b\xad\xc1\xda\x9a\x3b\xed\xc2\xcb\xdb\xc3\x2a\x27\ \xc9\xe4\xe8\x79\x1e\xd8\xd1\xb9\x4d\xc6\x53\x2f\xae\xef\x5e\xb9\ \x06\xf3\x45\x29\x95\x56\x0a\x91\x50\x63\xa2\x6e\xba\xda\xf5\xc2\ \xb6\xb7\x07\x97\x39\x83\x39\xd7\xb7\x7e\x48\xa8\x80\x0b\xa2\xe2\ \xbe\x03\xfd\xd9\x1a\x44\x3b\x96\xeb\xe9\x11\x46\x22\x6e\x68\x25\ \x55\x35\x8e\x98\x34\x86\x60\xa5\xbc\xb8\x1e\xf1\x3d\x63\x88\x48\ \xe8\xd7\xcf\x86\xc3\xe1\xc0\xef\x25\xf4\x71\xe2\x61\x24\xee\x2b\ \x8c\xe0\xa1\x62\x5a\x6b\xdf\x47\x26\x24\x44\xa5\x34\x48\xa5\x80\ \x74\xd1\x55\xd3\x97\x7f\xfc\x1b\x8b\x97\xdf\xf8\xfd\x7f\xbe\xf7\ \xf9\xe3\x56\x37\xb4\x84\xd3\x4d\xe7\x5f\xfa\xe9\x24\x73\x15\x98\ \x62\x70\x9b\x54\xa8\xa5\xd4\xa8\xb8\x30\xd4\xe0\xc1\xde\xfe\xc1\ \xa8\x83\x4c\x18\x9c\x03\xd0\x38\xf3\x04\xc1\x4f\x18\x43\x0c\xfc\ \xf2\xa3\xc9\x5f\x40\x22\x00\xc6\xdc\x9e\xa7\x1e\xb9\x67\x6b\x97\ \x6b\x80\x57\x80\xfa\x4f\x7c\xf6\x94\x65\xa1\xe9\x9d\xff\xe7\xee\ \xef\xfc\xfd\x33\x66\x28\x79\xe6\x45\x57\x2c\x4b\x75\xdc\x71\xfb\ \xef\x72\x82\x65\x63\xc7\xaf\x99\x1d\xfa\xaf\x07\x6f\x7e\x66\x7b\ \x9a\xdc\xec\xf1\x27\x9d\x1e\x67\x5d\x9a\xd0\xd5\xa1\x0f\xaf\xf9\ \xd4\x1b\x3f\x7f\xe0\xfa\x6f\xaf\xd3\x9e\x38\xe7\xe2\xab\x66\x39\ \xfa\x69\x0d\x06\xa2\x46\xed\x67\x6c\x7d\x0a\x07\xd0\xe8\x3b\x74\ \x3e\xf3\x27\x2a\x69\x35\xcc\x3b\x6f\x55\xd3\xc3\x3f\xfb\xde\x33\ \x0e\xef\xa3\x44\x32\xc4\x94\x06\x02\x42\xf2\x09\x6f\x49\x13\x6a\ \x22\x40\xd4\x2c\x5c\x17\xe7\xbf\xbf\xed\x86\xe7\x85\xa7\x13\x0b\ \xae\x3c\xfd\xf8\x96\x94\x7b\xfe\xca\x37\x6f\xff\x97\xeb\x62\x61\ \xab\x69\xc9\x19\x57\x5d\x74\x22\x63\x40\x84\x5a\xa3\x7f\x28\x17\ \x5d\xb3\x7d\xee\xb4\xdf\x3e\xba\xa5\x23\x73\xc6\xfc\xd5\x97\x5f\ \x96\xfe\xe5\x83\x37\xff\xcb\x6f\x43\x66\xb1\x20\xa7\x9d\xfc\xa9\ \xcb\xcf\x9c\xeb\x15\xf6\xf8\xeb\x01\x44\x02\xd2\x9e\x3b\xed\xec\ \x0b\x3f\xb2\xf5\xb6\x1b\xaf\xfb\xb6\x13\x31\xdb\x3e\x74\xe1\x5f\ \x9d\xb5\x84\x69\xe9\xba\xe6\xa9\x6b\xd6\xee\xbc\xfd\x57\x3f\xf8\ \xce\xab\xa6\xdb\x87\x35\x2b\x42\x0c\x91\x40\x7a\xb2\x6e\xee\xaa\ \x8b\x4f\x7e\xed\xbe\x9f\x7c\xf7\x0f\x71\xfe\x56\x7f\xf1\x43\xbe\ \x1e\xa2\xf4\xcc\xe6\x53\x97\xcf\xfb\xe5\x9d\xff\xba\xad\x69\xce\ \xda\xab\xaf\xe8\x79\x7d\x7f\x62\xc6\xd9\x71\x92\x5e\x95\xc5\xf6\ \x10\x76\xa1\x54\x59\xd7\xda\xa7\x00\x45\xad\x85\x10\x9c\x73\xe4\ \xc2\x27\x96\x19\x85\x8c\x55\x02\x8a\x0f\xb6\xe0\x70\x1c\x11\xd8\ \x85\xe1\xe8\xc4\xef\x20\xf1\xa9\x44\x80\x48\x2b\xd4\x9a\x84\x30\ \xbc\xbe\x37\x6f\xbb\xfb\xfe\x1e\x84\x2c\x9b\x71\xe6\xac\xd6\x15\ \x8d\x17\xbe\xb1\xfb\xb6\xef\xfd\xe3\xdf\x47\x4c\x67\xc5\x47\xd7\ \x7e\x6c\x9e\x60\x00\xa4\xd1\x2b\x7a\x89\x69\x8b\x97\x37\xfd\xd7\ \xcd\x3f\xbc\xae\x6d\xc1\xea\xab\x2e\x3d\x2b\x61\xe9\x71\x4a\x0d\ \x01\x1a\x34\x30\x60\xc8\x39\x11\x52\x45\x97\xd0\xe1\xdf\x99\xc3\ \xc3\x83\xbe\x75\x7d\xf6\x9e\x17\x26\xc5\x83\x3e\xce\xfe\xc7\x0a\ \x3c\xe8\xd7\x36\x6f\x5a\xb8\x78\x09\x63\x0c\xb5\x2a\x66\x87\x06\ \x33\x39\x4d\x3c\x9a\xaa\x4b\x46\x0c\x62\x5c\x15\x86\x7a\xfb\x06\ \x35\xb7\x92\xa9\x1a\x9b\x79\x03\xfd\x83\x45\x45\x4e\xb2\xbe\x36\ \x6a\x64\x06\xfb\x06\xb3\x45\x6e\x39\x75\xf5\xb5\x86\xcc\x0d\x15\ \x75\xc4\x71\x2c\x43\xe8\x42\xba\xbb\x37\x63\xc5\x52\x75\xa9\x28\ \x4a\x37\x9f\xcb\x33\x2b\x12\xb6\x85\x97\xcb\x7a\xcc\x72\xc2\x16\ \x10\x01\xe9\x7c\xae\x60\x84\x23\xb6\xc1\xdd\x5c\x56\x89\x90\x13\ \xb6\x39\xa9\x81\xde\x9e\x9c\xa4\x48\x2c\x11\x77\x42\xda\xcd\xb9\ \x64\x3a\x91\x90\x2a\x64\x8b\xda\x88\x39\xb6\x74\x73\x45\x2d\xa2\ \x11\x5b\x16\x72\xe9\x74\x46\x32\xb3\xa6\xbe\xde\x31\x41\x69\x66\ \x72\xd5\xd7\xd3\x9b\x73\x75\x28\x96\x4c\xc5\x42\xc5\x5c\x96\xcc\ \x70\xd8\x32\x4a\x74\x60\xc2\xc4\x9e\xdb\x6f\xb8\x91\x9f\xfa\xd9\ \xab\xce\x68\x07\xad\xd2\x7d\x3d\xe9\x9c\x67\x3a\xf1\xfa\xda\x24\ \xd3\x52\x6b\x95\xcf\x15\x44\xc8\x09\x59\xac\x98\xcd\x69\x61\x47\ \x23\x21\x4e\xc5\xde\x83\x7d\x05\x05\x91\x78\x2a\xe1\xd8\x01\x81\ \x99\x61\x82\x97\x39\xd8\x33\x28\x99\x11\x4f\x24\x9d\x90\xe9\xe5\ \xb3\x8a\xd9\x91\x90\xf0\x0a\xb9\x4c\xae\x30\xb4\x7f\xe3\xed\xf7\ \xbf\xfc\x89\xaf\x7d\xf3\x94\x1a\xb7\xbf\x48\x8e\xe3\x98\xe4\xf5\ \xf7\xf5\xba\x22\x1a\xce\x6e\xbb\xe9\xe7\x4f\x9d\x75\xcd\xdf\x9c\ \xd2\x6c\x79\x55\x6f\xe1\x1d\x64\xc5\x05\x37\x36\x6e\x7a\xe5\xf7\ \xbf\xff\x03\x22\x36\x37\x37\x7f\x6a\xed\x25\xb1\x58\x5c\x18\x22\ \x97\xcd\x74\x76\xec\x19\x8d\x07\x9d\xcd\x1e\x37\x7f\x41\xb1\x50\ \xf0\xdd\x89\xb2\x37\x3c\xb6\xc3\x80\x50\xe5\xf2\x6e\xc8\x71\xc0\ \xcb\x17\xd1\x88\x46\x6c\x94\xc5\xbc\x87\xe1\x90\x91\xe9\x1f\xc8\ \x4b\x0c\xc7\x6b\xeb\x62\x36\x71\x01\x5e\xae\xa7\xb7\xdf\x23\x11\ \x4f\xa6\x1c\x9b\xe5\xb2\x05\x2b\xe2\x98\x9c\x31\xce\xd1\xcb\xf5\ \xf6\xa5\xc1\x8e\xd5\x26\xa3\x1c\x46\xf1\x5a\x53\x19\x32\xde\x9f\ \x98\x32\x0c\xb3\x50\x78\x6f\xf0\xa0\x0f\xd3\x5f\xe0\x0c\x0c\x01\ \x13\x81\x53\x18\x02\x46\xb6\x35\xb1\x0a\xbf\x0b\xec\x68\xa2\x29\ \x9a\x60\x0c\x10\xb5\x54\x8a\x88\xb8\x19\x69\x6c\x89\xb2\x20\xe0\ \xb7\xeb\x9a\x9a\x7d\x0e\x0f\xa9\x30\x1c\xaf\x8b\x26\x19\x01\xa1\ \x96\x28\xec\x44\x8c\x69\x8d\x4a\x22\xb3\xa2\xcd\x6d\x71\x20\xd4\ \xd2\x23\x62\x91\x58\x1c\x50\xa3\x46\x33\x12\xb5\xa0\x4c\xc5\xc5\ \x9d\x78\x9c\x50\x23\x92\x15\x8d\xd9\x44\xa8\x15\x32\x96\x6c\x68\ \x4a\xf9\xb9\x65\x8d\x46\x28\x6a\x02\xa1\x56\x46\xc8\x89\x31\x42\ \x8d\x86\xed\xc4\x7d\x6e\xb2\x70\xac\xc1\x89\x33\x20\x44\x94\x92\ \x00\xc0\x23\x96\xac\x6f\x4c\xf9\x3e\x08\x52\x38\x1a\x87\x20\x9c\ \xf3\x15\x41\xa2\xd5\x70\xee\x79\x1f\x79\x72\x57\x47\xda\x9b\x15\ \x21\x1d\x49\xd6\x45\x53\x8c\x08\x51\xba\x7e\x8d\xdc\x89\xc7\x08\ \x51\x6b\xb2\xa3\x51\x46\xa4\x95\x44\x66\xd6\x34\x36\xfb\x54\x7d\ \xe5\x8f\xd2\xd2\x63\x22\xdc\xd0\x12\x61\xc1\xb5\xd0\x8a\x44\xc3\ \x42\xc8\x81\xce\xc7\xee\xbb\x77\x7b\x46\x50\x3e\x37\xe7\xc3\xe7\ \x2d\x69\x10\x8a\x42\x89\x28\x68\x2d\x15\x13\xa9\x86\x16\xcb\x64\ \xdb\x9f\x1d\x68\x5f\x79\xee\xb2\x96\x88\x2b\xbd\xea\xae\x7f\x27\ \x79\x47\x45\x72\xe9\x92\x25\x83\x83\x83\x9b\x37\x6f\x39\xff\x63\ \x1f\x8d\xc5\x63\x5a\x2b\x8e\x8c\x68\x34\xcc\x49\xb9\x55\x20\x88\ \x31\x4a\x99\x47\x20\x42\x18\x63\x1a\xb8\x11\x8f\x9b\x88\x08\x21\ \x5f\xa3\x34\x33\xec\xb8\xc5\x34\x52\xaa\xa1\xa9\x96\x01\x11\x29\ \xd4\xa0\x35\x13\x76\x7d\x73\x2b\x0b\x1e\x35\x44\xe3\xf1\x80\x9f\ \x42\x6b\x66\x46\x1a\x5b\xa2\x40\xa8\x47\x76\xde\x12\xf8\x8e\x4c\ \xa9\x09\x1a\x88\x01\xf3\x73\x1f\xe3\x43\xb3\x10\x21\x22\xe7\x62\ \xa4\x17\x3f\x61\x8e\xf2\x70\xfc\x05\xc6\xa0\x28\xc9\x95\x13\xba\ \x2b\x44\x60\x0a\x16\xb1\xfd\xba\x09\x08\xc3\xd8\xf2\xea\xa6\x96\ \xb6\x69\x35\xb5\xb5\x52\x7a\x41\x8a\xbc\x44\xb9\xc9\x3e\x58\xf3\ \x11\x8c\x73\x94\x12\xb8\xf8\xb3\x0c\xe3\xa2\xce\x65\xd2\xb9\xa2\ \x12\xb6\x53\x53\x93\x10\xa4\x34\x8d\x93\x07\x17\x42\x54\x67\x4e\ \xde\x79\x7e\xa1\x1c\x05\x14\xdd\xa2\xe3\x38\x7e\x86\xcf\xb6\x43\ \x1d\x7b\xf6\x14\x8b\xf9\x79\xf3\x16\x94\xfd\x85\xfe\xfe\xbe\x7d\ \xfb\xf6\x2e\x59\x72\x82\x52\x6a\x24\x1e\x34\x1c\xe1\xb9\x29\x1a\ \x79\x5d\x60\x0c\x80\x2c\x3b\xb4\xaf\xb3\x33\x97\x1d\x9a\xbf\x60\ \xd1\x48\x7f\x81\xbf\xf8\xfc\xba\xda\xda\xba\x64\xaa\xc6\xff\x15\ \xce\xb9\x10\x22\x9b\xcd\x48\x4f\xce\x9c\xdd\xfe\xde\xf8\x0b\x44\ \x10\x36\x99\x63\x4d\xd6\x8d\x4c\x04\x65\xfb\x46\x88\xad\x6d\xd3\ \xde\x7a\x6b\x3b\xe2\x9c\x44\x22\x39\xc2\x1b\xfa\xc0\xa9\x2f\x11\ \x72\xc3\xf8\x73\xfd\x59\x5c\xc4\x6a\xea\xe3\xc1\x4d\x55\x38\x0e\ \x53\x04\xe3\x82\x03\x54\x8d\xc2\x3b\x7c\x58\x3e\x0c\x71\x70\xea\ \x46\x42\x61\xad\x34\x00\x03\xa2\x7d\x9d\x1d\xdd\x07\xf6\x2f\x5a\ \xbc\xa4\x3c\x6e\x80\x88\xc9\x64\xaa\xbb\x6b\xff\x1b\xaf\x6f\x99\ \x3e\x7d\x96\x30\x4c\xa0\xf7\x41\x91\x87\xd7\x5c\x62\x92\x28\x41\ \x43\x43\xd7\xde\xbd\xfb\xf7\x75\x2e\x5a\x7c\xfc\x98\x11\x09\x12\ \x5c\xe4\x72\x39\x3b\x14\x8e\x44\x22\x7e\x10\x51\x2c\x16\xbd\xa2\ \x2b\x0c\xe3\x3d\xf3\x17\x0e\x43\x04\x17\x03\x83\xfd\x9d\x7b\x76\ \x7b\x9e\xc7\x18\x87\x52\xa9\xb0\x2a\x55\x99\x12\x39\x86\x8a\x1d\ \xe6\xff\x1b\x0e\x87\x67\xcc\x9a\xed\x38\xd1\xca\x02\x21\x63\x8c\ \x08\x3b\xf6\xec\xee\xef\xeb\x1b\xf9\x8b\xef\xef\x9a\x83\x35\x84\ \x42\xe1\x19\xb3\x66\x45\xa3\xb1\xb1\x45\xcd\x37\xb6\x6d\x99\x36\ \x7d\x66\x47\xc7\x6e\xc3\x10\x86\x30\x19\x23\x21\xcc\x86\xa6\x96\ \x81\xfe\x9e\xe6\x96\xb6\xb1\x46\xed\x08\xd5\x23\x34\xea\x64\x32\ \x95\xaa\xa9\xad\x62\x36\x55\xe5\x28\x71\x25\x00\x51\x8f\xda\x60\ \xfe\x88\xcd\xac\xd9\x73\x66\xb7\xcf\x3d\x5a\xd6\x5c\x76\x76\x6a\ \xeb\xea\xa3\xb1\x78\x7a\x70\x40\x2b\x65\xd9\x76\x3c\x91\xe4\x9c\ \xf7\xf7\x1d\x1c\x3f\x45\x78\xc4\x16\x8d\x88\x80\xd5\x26\x9b\xaa\ \x1c\xf5\x06\xe3\x3d\x1b\xa2\x3f\xb2\xa2\xb5\x36\x2d\xab\xa9\xb9\ \xc5\x67\xc8\xf0\xdb\xb7\x26\x7a\xb3\x51\x7d\xd0\x55\xa9\xca\x31\ \x11\x2c\x31\xa6\xa4\xcc\x66\x32\x86\x61\x28\xa5\xc2\xe1\xf0\x24\ \x6f\x36\x8e\xfc\xe2\xaa\x4f\xa8\x2a\x47\x83\x5b\x40\x47\x9d\x1a\ \x4f\xbe\x66\xc3\x30\xfa\xfb\xfb\x6f\xbc\xe9\xa6\x7c\x2e\x97\x4c\ \xa5\xae\xfd\xeb\xbf\x8e\x44\xc2\xef\xbf\x5d\x60\x8c\x49\x29\xa9\ \x1a\x4a\x54\xe5\x68\x10\x2e\x84\x31\x5e\x5d\xc9\x07\x6e\x93\x52\ \x4e\xc1\x9a\xcf\x44\x6b\xf6\x8d\x86\x52\xaa\xae\xae\x6e\xed\xda\ \xb5\x8f\x3d\xf6\xd8\x9a\x4f\x7e\x32\x16\x8b\x79\x9e\x37\x51\xce\ \xf4\xc8\xe1\x41\x0f\x0e\xf6\x7b\x9e\x32\x84\x5f\x8c\x18\x95\xc8\ \xad\x3a\x11\x55\x79\x7f\x8e\xd8\x0a\x0d\x1c\xb1\x45\xa4\x54\xe1\ \x48\x38\x91\x48\xe2\x48\x3c\x68\xd7\x73\x87\x06\x07\x4b\xfd\x82\ \xa3\x0a\x19\x47\x46\x93\xc7\x5f\x33\x11\x68\xad\xec\x50\x38\x91\ \x48\x8c\x3b\x8e\xed\xba\xc5\x50\x28\xbc\x70\xc1\x82\xf6\xd9\xb3\ \x6d\xdb\x46\x44\xe9\x79\xc0\x02\x42\xce\xf7\xc0\x2e\x10\x80\x6d\ \x30\x4b\x4c\x42\x67\x0d\x0a\xa1\x20\x03\x7c\x08\xc6\xf8\x50\x7a\ \x50\x2b\x3d\x63\xe6\x4c\x21\xaa\x19\x8d\xaa\x1c\x05\xe2\x79\x5e\ \x67\xc7\x6e\xd3\x30\xc3\x91\x48\x19\xf7\x59\x6b\x3d\xd0\xd7\x5b\ \xdf\xd8\x94\x48\xa4\xa6\xe0\x9a\xa5\xf4\x3a\x3b\x76\xe7\x73\x22\ \xe2\x44\x2b\x4d\x03\xe7\x3c\x12\x71\xf6\xed\xed\x9c\x37\x7f\xa1\ \x92\xca\x34\x4d\x24\xe2\x9c\xf7\xf5\xf5\x84\xc2\xe1\x71\xb7\xf1\ \xe1\xec\x52\x4b\xc0\x1b\x5d\xf2\xad\x83\xca\x9c\xa0\x0f\x5a\x21\ \x34\xc5\xf9\xb2\x19\x96\x0a\xa6\xd4\x20\x93\x19\x9a\x31\x6b\xb6\ \x10\xc6\xc8\x21\x13\xaa\xe2\x41\x57\x65\xea\x48\x25\x80\xaa\x65\ \x59\x75\x75\x0d\x3d\x07\x0f\x38\xd1\xa0\x85\x81\x31\x56\xc8\xe7\ \x0d\xd3\x4a\x24\x52\xc1\x7c\x75\x45\x54\x5f\x89\x25\xfd\x7e\xad\ \xd9\x34\xad\xba\xfa\xc6\x83\x5d\xfb\xa3\xb1\x78\x65\xad\x81\x88\ \xda\xa6\xcf\xdc\xf1\xfa\xb6\x9d\x3b\xb6\xb7\xb4\x4d\x37\x4d\xd3\ \xf3\xdc\x9e\x83\xdd\x9e\xe7\xd6\xd5\x37\x8c\xdb\x7f\x71\x38\x76\ \xc1\x36\xd8\x4b\x7b\xdc\x7b\x5f\x9c\x6c\x6e\x6a\xd5\x5c\x7b\x65\ \xbb\x3d\x3c\xe5\xcb\x98\xe0\xa2\x92\x32\xdc\x37\x0a\x58\x4d\x37\ \x54\x65\xca\x18\x85\x8a\x29\x69\x62\x8c\x8d\x25\xa7\x25\x20\xc3\ \x30\xcb\x28\x8f\x95\x1b\x6f\x2a\xac\x19\x00\x84\x10\x63\x97\xe2\ \x9b\xb9\xb9\xf3\xe7\xef\xdb\xdb\xb9\xfd\x8d\x2d\x86\x30\x19\x87\ \x48\xd8\x69\x6e\x69\xe3\x9c\x8f\xbb\xf8\xc3\xec\x77\x24\x3a\x44\ \x93\x17\x03\xa8\x56\x1e\xaa\x52\x95\x29\x64\xf8\x38\x07\x02\xa5\ \x24\x11\x71\xce\x44\x00\x78\x3f\xfe\x3e\x3e\xcc\x68\x9f\x31\xe0\ \xec\x10\x49\x88\x6a\x6c\x50\x95\xaa\x4c\x1d\xf1\x4b\x81\x65\x27\ \xe8\x10\x45\xcd\xc3\xbf\x4c\x75\xdf\x57\xa5\x2a\x1f\x50\x31\x26\ \x8f\x5e\x18\xe7\x53\x30\x1a\x08\xc8\x33\xaa\x96\xe9\x98\x72\x83\ \x81\x31\x3e\x15\xb9\xa4\x29\x60\x4d\xa2\x71\x5d\x77\x6e\x98\x53\ \xd4\x7d\xd0\x0a\x0f\xa3\x0f\x9a\x73\x5e\x28\x14\xf2\xb9\xec\x54\ \x2b\x16\x10\x81\x69\x1a\xd1\x58\x5c\x08\x51\x2d\x64\x1c\x2b\x46\ \x81\x31\xad\x75\x26\x3d\xa4\xa7\x1e\x89\x16\x63\x2c\xe2\x44\x43\ \xa1\xf0\x28\x60\x45\x66\x98\x3a\x33\xd0\xdb\xb9\x53\x12\x9b\x6a\ \x1d\x3a\x0c\x28\xde\xd8\xea\xd4\x36\xa2\x1e\xff\x7e\x8e\x9f\x77\ \x64\x8c\x65\x32\x43\x85\x42\xa1\xa6\xa6\x76\x14\xc6\xcb\x54\xb0\ \x0c\x85\x42\x21\x33\x94\xae\xab\x6f\x10\xc2\xa8\xce\x6b\x1f\x0b\ \x46\x41\x2a\xd9\xd7\xdb\x13\x8f\x27\x43\xa1\xf0\x54\x5b\x9e\xd6\ \xaa\xbf\xbf\xcf\x71\x9c\x68\x2c\x5e\x6e\xe7\x65\x9c\xcb\x4c\x7a\ \xdf\xba\xdf\x25\x84\x76\xa2\xb1\xf2\x76\x1c\xd1\x03\xf5\xfe\x59\ \x05\xe5\xc9\xbe\x82\x8c\x1e\x7f\x4a\xcd\xf4\x76\x1c\xcf\xd4\x8e\ \xef\x2f\x48\x29\xb3\x99\xcc\x8c\x99\xb3\x2d\xdb\x9e\x82\x8a\x12\ \x4f\x24\xb9\xe0\x83\x03\xfd\x75\xf5\x0d\x55\x8f\xe1\x58\xb0\x0c\ \x83\xfd\xfd\xa9\x54\x6d\x6d\x5d\xfd\xd4\x5c\x5f\xc4\x89\x76\xee\ \xd9\x15\x0a\x85\xcb\x59\x3d\x6e\x98\x07\xb7\xbc\x58\x03\x6e\x8b\ \x49\x90\x3b\x08\x8c\x8f\x68\x89\x3c\xf2\x4a\xeb\x43\xbd\x95\x5f\ \x23\xc5\x6c\x7b\xe7\x9b\xaf\x3a\xf5\xcd\x96\x65\xbf\x23\xfc\x05\ \x7f\xee\x4a\x18\x86\x65\xdb\x65\xc4\xdb\x72\x60\x3f\x8a\x42\xf7\ \xdd\x07\x01\x42\x70\x00\x42\x4d\x87\x70\xad\x2a\xdb\x45\x02\xcc\ \xdb\xe1\x6e\x28\x9e\x48\x24\xfb\x7b\x7b\xdf\xaf\x66\x92\xaa\x1c\ \x59\x7f\x01\x5c\xd7\x8d\x27\x92\xe3\x12\xd2\xff\x59\x23\x56\x21\ \x38\x94\xd0\xa2\xc7\x2a\x7f\xf9\x85\x6d\xdb\x9c\x73\xa5\x64\xe5\ \x78\x82\xab\x68\x46\x34\x4c\xd9\x5e\xe2\x26\x30\x1d\xd4\xed\x69\ \x58\xa7\x8f\x4c\xd4\x1d\x20\x3b\x31\x20\x20\x56\x22\xcd\x23\xad\ \xc2\x76\xc8\x2c\x16\x64\xb1\x68\xd9\x61\x20\xfd\x8e\xfc\x85\x72\ \x91\x91\xca\xc0\xd4\x65\x8c\x4b\x44\x00\x18\x97\x33\x97\x0b\x83\ \x33\xd2\x4a\xfb\xbc\x9d\x42\x70\xf4\x89\x22\x2b\xf3\x30\x72\xe0\ \x8d\xb7\xf6\xd6\xcd\x9e\x5f\x63\xb3\xc9\x31\xcc\xc7\x42\xe1\x0c\ \x1b\x29\xd2\x00\x0c\xab\x16\xe1\x98\x11\x5f\x21\xcb\xda\x58\xee\ \x8b\xf3\xb5\x71\x04\x4c\x32\xe3\x22\x98\xc1\x19\x8b\x96\xfa\xee\ \x84\x73\xe8\xde\xfd\x46\x9f\x68\x98\xdf\x5a\x83\x88\x63\x8f\xf9\ \x32\x85\x84\xf0\xcd\x01\x8d\x59\xb3\x4f\x3a\xc5\x7c\x6c\xb8\x00\ \x9d\xb5\x6c\xdc\xde\x89\x41\xe4\x9c\x05\x38\x6d\x25\xf4\x69\xc1\ \x19\x10\x69\xf2\x61\x1a\x61\x18\x95\x7a\x82\x3c\x02\x01\x1b\xa6\ \xd0\x2c\x53\x64\x21\x02\x12\x69\x3d\x91\xeb\xc2\x27\x7a\x0e\xa8\ \x83\x3b\x5e\x02\xc0\x0d\xf8\x34\x68\x82\x4f\x62\x0c\xf2\x83\xdd\ \xfb\x7b\xd2\xc8\x18\x63\x0c\x8b\x99\xae\x7d\x07\xdc\x91\x0c\xdf\ \x8c\x73\x9e\xdb\x71\xdf\xdd\x77\xef\xcc\x10\x3f\x94\xbd\xac\x64\ \x1c\xf6\xb1\x92\x2b\x79\x7b\x81\x88\xb4\xae\xf6\x4e\x1d\x23\xe2\ \x6b\x63\x40\x80\x3c\x4c\xe6\x3c\x4a\x1b\x89\x31\x43\x08\xec\xd9\ \xbb\xeb\xf5\x6d\xdb\x76\xec\xda\x3b\x54\x50\x87\xaf\x20\x8c\x73\ \x8e\xaf\xfc\xf1\xbe\x87\x5f\xdc\xed\x53\x51\x8d\xab\x8d\xe8\x6b\ \xa3\xcf\xa8\x36\x6a\xcd\x88\x80\x8a\x48\x23\x6a\xd2\x48\x5a\x13\ \x6a\xd4\x8a\x50\x23\x6a\x3a\xd4\x17\x10\x72\x52\x07\xfb\x87\xb6\ \x1d\x18\xd8\x35\x50\xd0\x44\x82\x10\x50\x1d\x1c\xca\xf6\xbb\x0a\ \x00\xb9\xf6\x3a\x7a\x32\x69\x4f\x07\xb4\x27\xe3\x7d\xf9\x5c\x17\ \xa5\xd7\xc1\x75\x7d\x1a\x2b\xf0\x5f\x4c\xf0\xd7\x4f\xe8\x2f\x10\ \xea\x11\x11\x04\x40\x05\x25\xdf\x78\x1f\x64\x88\xad\x4f\xdc\xf2\ \xcb\xfd\x8b\x7f\xf8\xd5\x35\x0e\x40\x6e\xe7\xb3\x3f\xba\xe9\xf9\ \x2f\xfc\xe0\xba\x79\x29\x01\x40\x5a\xa3\x1f\x7a\x91\x56\x52\x29\ \x02\x9f\x68\x1e\x50\x6b\x26\x04\x03\x52\x72\x62\xe6\xe5\xd2\xad\ \x0f\x78\x7b\x4b\xcf\x03\x47\x72\x7e\x54\xe5\x83\x6c\x17\x46\xf2\ \x3b\xb1\xd2\x59\x3d\xe2\x60\x60\xc2\xa0\xc1\xc7\xef\xb8\xf5\xd1\ \x3f\x75\xc4\x6a\x92\xca\xd5\x27\x5d\x72\xf5\xda\x93\xa7\x6b\xad\ \x81\x71\xc1\x19\x2a\x89\x4c\x18\x82\xa3\xd6\x8c\x0b\xc6\x48\x49\ \xc5\x84\x21\x38\x43\xad\x7d\x77\x44\x98\x06\x23\xd4\xc4\x04\x67\ \xfe\x6c\xb2\x1e\x19\x4a\x97\x2f\x3a\x1c\x50\x50\x40\x6a\x38\xaa\ \x70\x4e\x88\x80\x1a\x10\x01\x18\x11\xfa\x69\x85\x00\xb3\x15\x2a\ \xa2\xfd\x09\x5c\x05\x41\xde\x6f\x37\xee\x79\xa2\xdb\x8d\xd9\x3c\ \x57\x54\x2d\xad\x4d\x9f\x5f\xda\x9c\xa4\xdc\x1d\xeb\xb7\x37\x2c\ \x5a\x74\xd5\x34\xf1\xf8\x86\x1d\x7f\xcc\xd9\xd7\x9e\x3a\x33\xc1\ \x68\x32\xb6\x41\x56\x5e\x32\x0b\x6e\x1a\x67\x4c\x23\x20\x92\x82\ \x77\x3d\x67\x1d\x78\xe9\x34\x02\xf2\x76\x04\x8d\xef\x98\xed\xcb\ \x99\xb0\xec\x70\xc4\xcf\xc4\x84\xc3\x96\x21\x38\xe7\x7a\x68\xcf\ \xc3\x77\xdf\xbb\xa9\x73\xc0\xae\x5f\x74\xd9\x55\x97\xcd\x31\x04\ \xe7\x5c\x08\x33\xf3\xf6\x93\x3f\xbd\xfd\xf1\x2c\x19\x64\x24\xcf\ \x5a\x73\xd9\x5f\x2c\x69\x56\x52\x4d\x16\xea\x41\x69\x20\x94\x68\ \xc4\x0a\xab\x72\x2c\xc4\x11\x3e\x67\x53\x79\x13\x96\x5f\x0c\xbb\ \xe3\xdc\x30\x61\xf3\x6f\x7e\xf1\xd0\x8b\xf9\x6b\xbe\xf5\xdd\xe3\ \x9b\xc2\xc5\x4c\x5a\xda\x89\xcc\xae\xe7\x7e\x7e\xef\x63\xfb\x07\ \x64\xeb\xf2\xb3\xaf\x5a\x7b\xa6\xd8\xb7\xe9\x96\x3b\xee\xeb\x2c\ \x72\x02\x6b\xd5\x85\x57\x9c\xff\xa1\xd9\x3a\xdd\xf9\xf0\xaf\xee\ \xfd\xd3\x8e\xde\xd4\xcc\x93\xbe\x70\xcd\xc5\xde\xe6\x27\xee\x7a\ \xe4\xe9\xfe\x02\x3b\x6e\xd5\x27\x3f\x73\xfe\x52\x83\x73\x56\x71\ \xb9\xb1\xda\x58\xde\x0f\x7a\xec\x76\x44\x24\xe5\x13\x98\x51\xe9\ \x43\x2a\x42\x8c\x49\x3d\x19\xd3\x60\x1b\xb6\xec\x7e\xb4\x1b\xbe\ \x7a\xda\xdc\x79\x61\x9e\xcd\x66\x6e\x5c\xb7\xeb\xae\x88\x7d\xed\ \x5c\xd3\xe2\xc2\x26\xf7\xa9\x0d\xfb\x9e\xc8\x99\x5f\x59\xd9\x36\ \x5d\xc8\x49\xf6\xcd\xf0\x15\x19\xf8\x87\x6a\xb0\x66\x24\x40\x45\ \xc8\xe1\xdd\xf9\x0b\x04\xbe\x5b\x44\x50\xf9\x14\x02\x2b\x37\xe1\ \x78\xb5\x65\x76\xbf\xf2\x9f\x37\xdf\xda\x65\x31\x28\x76\xbf\xd9\ \xad\x52\x61\xcb\x7d\xf2\xce\xdb\x5e\x72\x97\x7e\xe9\xcb\x2b\xd6\ \xdf\x79\xc3\xad\x0f\xcd\xfe\xee\xc5\x0e\x00\x63\x9c\xf5\xed\xd9\ \xbc\x47\x37\x7c\xf5\xda\x4f\xe7\x5e\xfa\xf5\xbf\xdf\xfa\xb3\xe4\ \x3f\xfc\xc3\xf2\x1a\x90\x93\x45\x83\x95\xf7\xd6\xe7\xf3\xae\xda\ \x85\x63\xc8\x5f\xf0\x29\x13\x86\x15\x12\x02\xb6\x58\x2a\xb9\xfd\ \x4c\x1e\x7c\xee\x95\x8d\x33\x3f\xf6\x8d\xe5\xd3\x12\x4a\xc9\x48\ \xa2\x06\x08\x74\xc3\xbc\x8b\x3f\x33\x03\xd3\x3b\x6e\xfe\xdf\x0f\ \xaf\x5b\x76\xca\x87\xdd\x5d\x5b\xbb\x22\x9f\xfb\x1f\xff\x8d\xb6\ \x3c\x74\xf3\x3d\xbf\x5a\xbc\xf8\xeb\x1d\xf7\xff\xec\xd9\x9e\xf6\ \xcf\x7f\xe9\xd2\xb0\x08\x85\x7a\x37\xdd\x74\xc7\xef\xe6\xac\xb9\ \xfa\xd3\x89\x8e\x7f\xfb\xc9\xed\xeb\x17\x7c\xdb\x30\x03\x26\x8e\ \x31\x6d\xfd\x01\x68\x01\x01\xf9\xc1\x38\x6a\x3d\xea\x3d\x48\x04\ \x28\x41\x69\xe2\xc4\x80\x18\x00\xfa\x06\x22\xa8\x56\xb2\x89\x7d\ \x05\x0e\xae\xfb\xdc\x81\xcc\x82\xe3\xda\x17\x46\x99\x56\x3a\x91\ \x8c\x5e\x30\x37\xfa\xaf\x7b\x06\xf2\x33\x6a\x2d\xa6\xff\xf0\xd2\ \x5b\x2d\xc9\xf8\x7f\x3f\xa5\xad\x89\x2b\x4f\xd2\x21\x72\xa7\xa5\ \x4c\x1d\x05\x0c\x55\x44\xc4\x00\x09\xb4\xc6\x89\x8f\xd6\x89\xfc\ \x05\x42\xd4\x00\x80\x23\xa3\x09\x9c\x98\xfa\xce\x0f\x58\xac\x78\ \xaa\x6d\xfa\xf4\x10\xa7\x3c\xf4\x6d\xd9\x8b\x98\xdb\xbf\x79\xd7\ \xbe\x3e\xcd\xee\xbd\x73\x7b\x76\x90\x58\xca\xf3\x3c\x0b\x7c\xde\ \x27\x12\xb1\x64\xaa\xb9\xa5\x35\xf5\x89\x8b\xd7\x3d\xfb\xc3\x8d\ \x5b\xbb\x4e\x5c\xdd\xa4\xa5\x9e\xf0\x5e\x8d\xe0\xed\xf5\x1d\x4b\ \x5d\xdd\x30\xc7\x84\x30\x46\x88\x48\x08\x3a\x88\xf0\xc7\xd1\x46\ \xce\x41\xbb\x9e\xd2\xa1\xb0\x01\x28\xa5\x94\x00\x4c\x18\xac\x6b\ \xc7\xc6\x47\x1e\x7b\x2e\xa7\xf5\xc1\x21\x59\x1c\xca\x68\x9b\x85\ \x62\xb5\xcd\x2d\x2d\x0d\xc9\xd5\x8d\x4f\x3f\xb8\xaf\x63\xdf\xd6\ \x6d\xe9\xd5\x57\x9c\xbf\x68\x76\x03\x01\xeb\x5e\xff\xe4\xfe\xae\ \x6e\xef\x99\xff\xd8\x45\x2e\x9a\x86\x5b\x18\x42\x62\x44\xa8\xc7\ \x80\x2c\x57\xaa\x23\x63\x04\x60\x8e\xce\x3b\xfa\x3c\x65\x1a\x89\ \x10\xb0\x44\x65\x09\x84\xbe\x41\x40\x98\x64\xbe\x88\x18\x81\x96\ \x92\x20\xc6\x11\xa4\x54\x9a\x04\x30\x43\x70\xd2\x5a\x69\xe5\xf3\ \xb2\xa4\x0b\x5e\x67\xba\xd8\x94\x10\x87\x70\x9b\x89\x4a\x3c\x58\ \xe4\xd7\x24\x10\x82\xb2\x0a\xa0\xf6\x37\xd0\xb8\x27\xbd\x31\x7e\ \x0a\x91\x00\x09\x91\x86\xf3\x2b\x65\xb7\x6d\x22\x3b\x87\x1a\xa4\ \x27\x13\x33\x16\x9f\x79\xf6\x59\x0e\x83\xa1\xd7\xd4\xf3\x1b\x5f\ \xf2\x50\x08\x66\xce\x59\xf9\x89\x6b\xcf\x6d\x97\x0a\x99\xe9\x88\ \xc1\xe7\xa5\x5f\xd1\x40\x4d\xfe\x89\x9f\x4b\x67\x5c\x59\x67\x0b\ \x54\x6a\x5c\x56\x76\x36\xf2\x69\x10\x63\x3e\x8c\x3f\x12\x56\x81\ \x9e\x8e\x09\xb3\x00\xe0\xf3\xbe\xa1\x9f\xdd\xf3\x13\xf0\xa5\x80\ \x22\xd0\x69\x4d\xca\x4e\xcc\x6c\x68\x78\xec\xb9\x17\xfb\x57\xb7\ \x27\x0c\xd4\x60\x58\xde\x9e\x07\xee\xb9\x1b\x3f\xf4\xc5\xaf\x9d\ \xd9\xf8\x8b\x1f\xfc\x2f\xd7\x53\x68\x22\xa1\xf6\x5c\xe5\xba\x8a\ \x33\x02\x62\xa6\xe1\xf5\x0d\xa4\x01\x1a\x09\x80\x9b\xdc\x70\x9a\ \xcf\xbf\xfc\x73\x0b\xe3\x1c\x99\x70\x1c\x7c\xf4\xa9\x02\x45\x01\ \xf4\xb0\x5d\x60\x23\xad\x03\x01\x70\xce\x83\x9d\x32\x6a\xcd\xa8\ \x49\x4b\x00\x4d\x18\xb8\x37\x00\xc0\x28\x08\xf3\x61\x92\xe4\x18\ \x03\xe2\x7c\x6e\xd8\x7c\xaa\x63\x30\xdb\x5c\x1f\x05\x02\x4f\xbd\ \xdc\x91\x69\xae\xa9\x77\x48\xbb\xc4\xce\x5d\xda\xb6\x70\xa8\xf7\ \xdf\x9e\xdd\xed\xae\x6c\x5b\x95\x10\x45\x35\x19\xc1\x13\x94\x8c\ \x27\x63\x25\x02\x1a\xce\x7c\x7f\x3b\x48\x3b\xb2\x77\x91\x77\xf4\ \x99\xe9\x69\x04\x6f\x2f\x00\x21\x4e\x84\xa4\xa2\x0d\x90\x6e\x21\ \x97\xcb\xe5\x0b\x2e\x17\x90\xcf\xe5\xb3\xd9\x4c\x91\xd5\x9f\xb5\ \xea\x84\x9b\x1e\xbb\xfb\xae\xfc\xf2\x08\xf2\x05\xa7\x9e\xb1\xb4\ \xae\x26\xac\xfa\xd6\xaf\xdf\x78\x5e\x8d\xd9\xbd\x63\xc3\x7d\xbf\ \xb0\x75\xc7\x2b\x03\xb1\xf9\x97\xcf\x4b\xe6\x0b\x23\x68\x56\x47\ \xb7\x48\x54\xf4\x30\x20\x30\xc2\x49\xeb\x33\x55\xf9\x80\xe5\x17\ \x90\x90\x90\x61\x05\xd1\x69\x85\x36\x02\x00\x91\xca\x83\xb5\xea\ \xfc\x35\x9b\x7f\x72\xd7\xf7\xaf\xef\x3a\x7e\x4e\x53\x71\x68\xa8\ \x75\xe9\xc9\xad\x2d\x0d\x2f\xbd\xb1\xe1\x49\x51\xfb\x76\x5f\x61\ \x39\x23\xe5\xb9\xf9\x82\xab\x95\x56\xd2\xcb\x67\xf3\x9e\x99\xfa\ \xf0\x59\x27\xfe\xf4\xe1\x7f\xf7\x3a\x8e\x4f\x3a\x35\xa7\x9e\xb6\ \x7c\xf9\xcc\x0d\xf7\xdd\x7a\xe7\x49\xf3\xeb\x31\xda\x7a\xce\x99\ \x2b\xeb\x92\x89\x8e\x17\xd6\xbd\xbe\x6a\xc1\x9c\x18\x29\x1a\x47\ \x1b\x03\xc4\x01\xa4\xb1\xc0\xa5\xe4\x9f\xc9\x48\x84\x10\xc4\x1c\ \xfe\xc1\x0a\x41\x97\xd1\x24\xea\xeb\x22\x3b\x73\x6e\xcd\xf6\x57\ \x7a\xbe\xf7\xbc\xbb\x28\x61\x1c\xec\xcf\xef\xd2\xf6\xd5\xb3\x1c\ \xa1\xbd\xbc\xa7\xd3\x9e\x5e\x32\xa7\xe1\x6a\x75\xe0\xa6\x17\xf7\ \x59\x27\x37\x2f\x73\xd8\x44\x96\x81\x51\x90\x77\xf4\xab\x35\xcc\ \x8f\x7a\xfc\xde\x21\xd2\x80\x13\xae\x41\x7c\xf3\x9b\x7f\x37\xea\ \x47\x9c\x31\xb7\x58\xcc\x66\x33\x0d\x8d\x8d\xd2\xf3\x86\x6b\x42\ \x25\x17\x0e\x4b\x0e\x44\xe5\x17\x12\x71\x23\x5c\xdf\x34\x7d\x5a\ \x7d\x02\xb4\x46\x26\x62\xb5\x8d\xad\x6d\x4d\x6d\x73\x16\xce\xae\ \x33\x7a\x7a\xfa\xb5\x88\x4e\x9b\xd9\x96\x4c\x36\xb4\xd5\xa5\x84\ \x11\x0a\xc9\xfd\x5b\x3b\xe5\xcc\xb6\xba\x50\x4d\xfb\x05\x6b\x3e\ \xd6\x16\x61\x52\x8f\xfc\x58\x08\x2e\x83\x15\x89\xe8\x8a\x66\x27\ \xec\x39\xd8\xdd\xd8\xd4\x54\x45\x76\xf9\xc0\x0b\xe7\xbc\xfb\xc0\ \x81\xfa\x86\xa6\x40\x0f\x7d\x55\xf4\x3b\x17\x02\xe5\xf4\x9b\x5a\ \xb4\x11\x6f\x39\x71\xf9\x7c\xd3\xcb\x0c\xe5\x5c\x2b\x56\x3b\x73\ \xce\xc2\x0f\x2d\x5b\x28\xb2\x07\x0f\x0c\x14\x5a\x17\x9f\xbc\x62\ \xd1\x0c\xc7\xb6\x62\xb5\x8d\xd3\x5a\xeb\x0c\x06\x91\x78\xaa\xad\ \xad\x75\xd6\xbc\x05\xb3\x6a\x8c\x9e\x83\x7d\x2c\x9c\x9c\xde\xbe\ \xe8\xc4\x13\xe6\xdb\xee\x40\xdf\x90\x1b\xa9\x6d\x6e\x6b\x6a\x68\ \x6d\x6d\x8e\x9a\x3a\x52\xd7\x56\x1b\x66\x0a\x03\x6d\x2c\x33\x30\ \x97\xd4\x92\x99\xa6\xd1\xd5\xd5\x15\x8f\xc5\x2d\xcb\x2a\x67\x41\ \xbb\x5e\xdf\xd4\xe0\x0d\x70\xe5\xf9\xee\x01\xf8\x6b\x0e\xf4\x19\ \xc7\xd9\x42\x15\x5f\x84\x68\x59\xe6\x8a\xc6\xb0\xa5\xd4\xa0\xa4\ \xda\x44\xe4\xd2\x79\xa9\xd9\x16\x28\x8d\x21\xc3\x98\x11\xb3\xea\ \x38\x9b\x96\x0a\xd5\x0a\xad\xb8\xd1\x16\x62\xa5\x5b\x30\xe6\x73\ \xca\xc5\x54\x7f\xb9\x81\xb7\x45\xc0\xc8\x10\xe6\xfe\x22\xc5\xe6\ \x2f\x0b\x85\x23\xe3\xc0\xdb\x8e\x9d\x8f\xe0\x9c\x0f\xa5\xd3\x07\ \xba\xf6\x2f\x5e\x7a\x42\x21\x9f\x2f\xd5\x89\x7d\x13\x18\x94\x91\ \xc7\xf5\x31\x84\x15\xb2\xb8\x2e\x14\x3d\x00\x60\xc2\x0c\xd9\x86\ \x5b\x28\x22\x30\xd3\x0e\xd9\xa6\x00\xc2\x62\xa1\x20\x35\x99\x76\ \x28\x12\xb2\xb6\x3c\xfa\xa3\x5b\x36\xd6\x5e\xff\x9d\xab\x93\x2a\ \x97\xcf\x17\xe5\xa4\xfd\x8f\xac\xf4\x8f\x6f\xa6\xfd\x89\xa9\x6d\ \x5b\x5f\x5b\x7a\xc2\x72\x35\xf5\x06\x69\xaa\xf2\xde\x8a\x10\x62\ \xf3\xab\x1b\x17\x2f\x59\x5a\x6e\x1e\xa8\xe8\xbf\x2d\x97\x06\x20\ \x1c\x09\x0b\xce\x19\x37\x4c\x33\x18\x61\x54\x5e\x7e\x28\xe7\x86\ \xc3\x21\xc1\x19\xa0\x2e\x16\x0b\x1a\xcc\x90\xcd\x8b\x85\x22\x31\ \x23\x14\x32\x55\xb1\x28\x91\x59\xa1\x90\x6d\x0a\xd2\xaa\x50\x28\ \x22\x33\xc2\x61\x5b\x70\x86\xca\x2b\x14\x5d\xe2\x66\xd8\xb6\x94\ \x9b\xf7\xfc\x5e\x99\xa0\x77\xa6\x1c\xd1\x72\x08\xe6\xa6\x9c\x57\ \x37\xbd\x32\xad\x6d\xba\x13\x0d\x80\x15\x0d\x3b\xbc\xf1\x91\x3b\ \x8e\xcf\xed\x36\x65\x91\xa0\xe4\x4d\x54\x54\x3b\x27\x0f\x81\x1d\ \x83\x07\xd0\x46\x06\x03\xe6\xa7\x09\x11\x08\xf2\x12\x6d\x83\x93\ \x46\x97\x00\x00\xc2\x06\x27\xc4\x22\x4e\x5a\x8f\x60\xc0\x88\x11\ \x10\x71\xe0\x04\x50\x5a\x73\x28\x12\x79\x39\x8d\x2d\x9f\xbc\x26\ \x51\x53\x3b\x76\xb0\xd2\x98\x28\xd3\x23\x95\x44\x44\x60\x80\x65\ \xea\x5c\xdf\x65\xf2\x9d\x91\xf1\x92\x1d\xda\x2d\x14\xca\xeb\x51\ \xb2\xa0\x7c\x46\x5d\x92\x85\xbc\x2c\x0c\xef\x70\x55\x2c\x64\xa4\ \x97\x9a\x7b\xda\x85\x49\x53\xa5\x07\x86\x50\x95\xe9\xc2\x47\xa7\ \x39\x2a\xab\x2d\xac\x54\x0a\x61\x00\x9c\xb9\x05\xb7\x3a\x67\x7d\ \x4c\xc5\x11\x9e\xe7\x59\xa6\xa5\x29\xc8\x2e\x30\x2a\x55\xfb\x08\ \x80\x40\x08\x71\xdf\x7d\xf7\xf7\xf5\xf5\x95\x81\x85\x95\x94\x2d\ \x2d\x2d\x17\x5c\xf0\xf1\x42\x36\x5b\xf1\x49\x5e\x21\x38\x47\x54\ \x31\xa7\xfc\x58\xbe\x52\x3f\x01\x64\x21\x2b\x2b\xd2\x66\x81\x1a\ \xb3\xb2\x57\x5e\xe2\x89\xa5\x12\x8c\x32\xe3\x5c\x6b\xad\xa5\x1c\ \x75\x5e\x92\xd6\xd2\x75\x6d\x4e\x8a\x10\xca\x55\xff\x52\x12\x70\ \x12\xdc\x22\xce\xd8\x9d\xaf\xf7\x0e\x7a\x7a\x04\x27\x3a\x01\xe7\ \xf0\xe9\xb9\x29\x06\x54\xb6\x8b\x05\x89\x87\x4c\xcd\xf8\x95\x5c\ \x56\xee\x9d\x40\x64\x9c\x01\x90\x56\x4a\x2a\x08\x62\x8b\x77\x92\ \x5f\x20\xa2\x48\x24\xa2\xb5\xde\xdb\xb9\xa7\xb5\x75\x1a\x0b\x10\ \xe0\x88\xde\x43\x3e\x6f\x82\xc8\x71\xa7\xce\x58\x40\x45\xd7\x25\ \xb0\x27\xa9\x40\xb0\xb2\x09\x0a\x7c\x06\x06\x00\xae\xeb\xbe\xbd\ \xe3\xcd\x9a\xba\x86\xea\x70\xc4\x31\x22\xa9\x9a\x9a\x9d\x3b\x76\ \xcc\x5f\xb8\x28\x1c\x76\x90\x90\x05\x81\x3a\xab\x3c\x74\x57\xaf\ \x5e\xed\x79\xde\x70\xc6\x01\x29\x14\x0a\x59\x96\x6d\x98\xef\x0d\ \x02\x02\x1b\x1e\x70\x28\xef\xba\xa0\xd3\xb1\x63\xf7\x6e\x60\x3c\ \x12\x89\x54\x18\x32\x5d\xdb\xbe\x70\xc7\xd3\xdb\x16\xa7\xac\x90\ \x65\x56\x54\xd8\x83\xd2\xea\xe4\x8a\x7b\xc6\xac\x3a\x89\xa3\x3b\ \x9f\x18\x63\x31\xc7\x3c\x2c\x40\x14\x36\xe2\x15\x63\x84\xb8\x3b\ \x5d\xa0\xd6\x25\x4e\x2c\xf1\x2e\xf0\x1d\x39\xe7\xb9\x5c\x76\xe7\ \x5b\x3b\x10\x51\x08\x11\xd8\xb8\xf7\x63\x3a\xb4\x7c\x69\x56\x2e\ \xc3\x02\x53\xd2\x4b\x24\x53\xb3\x66\xb7\x57\xed\xc2\xb1\x53\x92\ \x78\x7b\xe7\x5b\x43\x43\x69\xc3\x30\x7d\x7b\x30\x56\x1b\x0d\x21\ \x46\x9f\xd8\x7f\x06\x2e\x49\x16\x4c\x26\x0e\x8f\xef\x68\xad\x39\ \xe7\x73\x8e\x9b\x17\x0e\x47\x86\xb3\x5d\x8c\x31\xc6\x77\xbe\xb4\ \x2e\xfd\xea\x73\x86\x9b\x65\xfc\xdd\x41\x30\x18\x13\xbc\x5d\xfd\ \xff\x26\xd3\x82\x3c\x24\x32\x0e\xd3\xe6\xcf\xfd\xc8\x79\x4e\x3c\ \x35\x2e\x04\xc3\x84\xb8\xaf\x5c\x70\xad\x54\x2e\x9b\x43\x42\x36\ \xc6\xea\x1c\x49\x17\xb2\xec\x10\x95\xbf\x37\x4d\xcb\x71\x1c\x9a\ \xb4\x2f\xbb\x2a\x1f\x28\xbb\xc0\x18\x63\x2c\x97\xcd\x4a\x25\xdf\ \x57\x6d\x84\x51\x08\x0a\x7e\x9d\xd2\x71\xa2\x42\x88\x51\x29\x70\ \xc6\x18\x13\x46\x6e\x28\x1d\xd0\xb7\x4c\xad\xfb\xc9\x9d\x58\xcc\ \x30\xcc\x77\x87\xcb\x52\xf9\x30\xa6\x62\xb4\x49\x30\x0a\x1b\xa7\ \x2a\xc7\x84\x75\x98\x92\xa8\x82\x00\x30\xc9\x11\xc5\xb8\x98\x9a\ \xc3\x7d\x13\x61\xcf\x4d\x98\x5f\x78\x27\x7f\x6d\x55\xaa\xf2\xfe\ \xa8\xf2\xd1\xb7\x66\x7d\x34\x6e\x21\x5e\xd5\xb6\xaa\x54\xa5\x2a\ \x55\xbb\x50\x95\xaa\x54\xa5\x6a\x17\xaa\x52\x95\xaa\x54\xed\x42\ \x55\xaa\x52\x95\xaa\x5d\xa8\x4a\x55\xaa\xf2\x1e\xcb\xff\x1b\x00\ \xd1\x74\x03\x80\xe3\x61\xd5\xb7\x00\x00\x00\x00\x49\x45\x4e\x44\ \xae\x42\x60\x82\ \x00\x01\x9b\xd8\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\xb2\x00\x00\x01\x53\x08\x02\x00\x00\x00\xd3\x09\x1e\x6c\ \x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\xec\x9d\x77\x7c\x1d\xe5\ \x95\xf7\xcf\xd3\xa6\xdc\x26\xe9\xaa\x37\x37\xc9\x72\x6f\xd8\xb8\ \x12\xc0\x74\x83\x09\x84\x1e\xb0\x01\x43\xa8\x21\xbd\xbc\xc9\x86\ \xec\x66\x21\x24\x21\x9b\x42\xb2\x29\x04\x62\x9a\x81\x80\x21\xd4\ \x60\xd3\x6d\x6c\x70\xc7\xbd\x4b\x72\x57\x97\x6e\xbf\x53\x9f\xf2\ \xfe\x71\x6d\x63\x83\x29\x61\x93\x65\x77\x3d\x5f\xe6\x63\x74\x47\ \xa3\x29\xcf\xcc\xfc\xee\x39\xe7\x39\xcf\x79\x90\x52\x6a\xcf\xee\ \x5d\x4f\x3d\xf5\xf8\x8e\xed\x5b\x5c\xd7\x46\x08\x43\x40\x40\x40\ \xc0\x71\x0c\xdd\xd5\xda\xf2\xf3\xbb\xff\x3d\xd1\xd7\xab\xeb\x26\ \xc2\x44\x29\x15\x34\x4a\x40\x40\xc0\x71\x2d\x8b\x4f\x3f\xfd\x97\ \x9e\x9e\x6e\x4d\x33\x7c\x2e\x00\x8e\xd4\x44\x84\xd0\xc1\x9f\x94\ \x82\xa3\x7f\xf5\x77\x6d\xf3\xc9\x37\x0b\x08\x08\x08\xf8\xec\x21\ \x55\x95\x71\x05\xa0\x94\x3a\xac\x56\x08\x00\x10\x72\x7c\x6e\x79\ \xbe\xe3\x73\x2e\x24\x25\x08\x21\xf4\x3e\x43\xb2\xb0\xc6\x75\x3d\ \xcf\xf3\x38\xe7\x00\x80\x31\xfe\xa0\xb1\x89\x10\xe2\x9c\x7b\x9e\ \xe7\xfb\xbe\x10\x02\xe3\x63\xec\xea\x9f\x01\x42\x00\xf0\x31\x07\ \x2a\x5c\xe9\xff\x4c\x03\xf9\xd0\xf9\xff\x7d\xdf\x22\x9f\xe4\xaa\ \x03\x02\x02\x3e\x46\x16\x07\x37\x0e\x40\x80\x8e\x54\x0a\xae\x54\ \x2a\x67\x97\x33\x3c\x24\x62\xd6\x9b\xcc\x44\xa8\x3b\x6b\x79\x4a\ \x69\xf4\x3d\x17\x1b\x21\xe4\xb8\x8e\xed\x78\xe1\x70\x2c\x1c\x8e\ \x32\xcd\xf0\x7c\x9e\xcf\xe7\x18\xa3\x47\xee\x5d\x29\x95\xcd\xe5\ \x31\x66\xd1\x68\xcc\x30\x23\x18\xd3\x5c\x2e\x27\x05\xa7\x94\xfe\ \xa3\x5f\x5d\x25\xa5\x84\xc3\x46\x29\x02\xdf\xe7\xb6\xed\x32\x46\ \x3e\x42\x41\x7c\x9f\x3b\x8e\x4b\x08\xf9\xf8\xbd\xff\xb7\x6b\x22\ \xf7\x45\x3e\x6f\x51\x4a\xde\xb3\xb4\x3f\xf6\xaf\x00\x5c\xd7\x77\ \x5d\x9f\x52\x12\x3c\xd9\x01\x01\x9f\xde\x89\x56\x4a\x49\x29\x0f\ \x7f\x16\x4a\xd9\x39\xe7\xf2\x41\x65\x33\xfa\x97\x56\x18\x8c\x61\ \x48\x7b\x62\x6b\xc2\x7a\x60\x5b\xfb\xfe\xbc\x1d\x33\x75\xa9\x14\ \x42\x28\x9f\xb7\x35\xdd\x1c\x3f\x7e\x64\x3c\x5e\xc2\x18\x93\x52\ \xda\x8e\xb3\x67\xf7\x9e\x5d\xbb\x5a\x22\x61\xf3\xf0\x9b\x9c\xcd\ \x5a\xfd\x06\x0c\x6c\x18\x34\x30\x14\x0a\x61\x8c\x39\xe7\x89\x64\ \x6a\xeb\x96\x2d\xd9\x5c\x36\x1c\x32\x8f\xa1\x8c\x08\x21\x25\xad\ \xbc\xe5\x09\x09\x80\x08\xa5\x21\x53\x27\xc7\x32\x42\x8f\x96\x03\ \xe4\xf8\x48\x0a\x3f\x42\xa5\x60\x3a\x28\xe5\x0b\x82\x43\xb5\x8d\ \x03\x70\x72\xd7\xae\x3c\xd5\x01\x01\x52\x2a\x9f\xcb\xfb\x52\x01\ \x20\x42\x68\x38\x64\x48\x45\x94\x59\xd5\xd8\x4f\xcf\xed\xdf\xd9\ \x07\x26\x46\xc7\x96\x27\xcb\x72\x85\x54\xd1\x88\x21\xd5\x47\xa8\ \x18\x92\xdc\xcf\xe5\x6d\x09\x80\x00\x51\xc6\x42\xa6\x0e\x08\xc1\ \xa7\x95\x7e\x21\x90\x30\x2a\x47\x0f\x2b\xcf\xef\x7c\xb7\x4d\xe8\ \xf8\x13\x28\x23\x02\x65\x73\xcd\x2c\xa9\xab\x8d\xd8\xdd\xfb\x0e\ \xb8\xcc\x08\x82\x15\x01\x01\x9f\xd2\x5a\x1c\x3a\xa4\x11\x0e\x59\ \x8b\x0a\xa1\x6c\xce\xba\x6e\x60\xc9\x95\xfd\x22\x21\xcf\x72\xad\ \x9c\x93\xcf\x69\xdc\xa9\xd7\x61\x6c\x59\x78\x65\x47\x26\xa3\x10\ \x23\xc4\xf3\x3c\x84\xc9\xc4\x89\x27\x86\xc3\xa6\xeb\xba\x8e\xe3\ \x78\x9e\x8b\x10\x54\x54\x94\x23\x44\x3a\x3a\x3a\x75\x9d\x01\xe0\ \x4c\x36\x3f\x60\xe0\xa0\x61\x43\x9b\x10\x02\xd7\x75\x5d\xd7\x95\ \x52\x84\x4c\xa3\xa2\xb2\xa2\xb3\xb3\xdb\xf7\x8e\x65\xa6\x49\xe5\ \x08\x52\x39\x68\xc4\x90\x01\x03\xea\xeb\xeb\x4a\x4c\x94\xe9\xe9\ \x11\x88\x22\x04\x52\x4a\x29\x95\x52\x08\x10\x2a\xd8\x86\x52\x2a\ \xa9\x00\x01\x64\x2c\xa8\x18\x7e\xc6\x1d\xdf\xbb\xca\x5e\xbf\xb8\ \x25\x2d\x08\x56\x3d\x19\x36\xf6\xb4\x2f\xde\x7a\x79\xd3\xca\xbf\ \xbd\x65\x33\x5d\x4a\xe4\x88\x50\x4d\xe3\xf0\xa6\x01\xfd\xea\xeb\ \xeb\x4b\x4c\x94\xee\xed\x4e\x66\xb4\x31\x67\x5f\x78\xf3\x05\xe3\ \x77\xbe\xf6\x52\x9b\x34\x08\xc6\xef\xd9\x9d\x42\x4a\x05\x08\x21\ \xcb\x65\x15\x83\x46\x8c\xe9\x5f\x9c\xd9\xbf\xc7\xc2\x05\x79\x52\ \x4a\x4a\x21\x95\x02\x74\xd8\xca\x16\xbe\xe2\x46\x79\xd3\xd0\xa1\ \x03\xeb\xfb\xd7\xd5\x56\x87\x89\x9f\xec\xee\x51\x98\x22\x84\x0f\ \x9f\x6a\x61\x7b\x25\x85\x50\x08\x21\xa4\x64\xe1\x10\xa0\xa4\x14\ \x0a\x1d\xbe\xc0\xc2\x15\xe5\xf2\x50\x33\x6a\xda\x57\x6f\x3c\xaf\ \x6b\xd1\x4b\xbb\x5d\x8a\x31\x2e\x9c\xd3\xa1\x83\x1e\x3c\x07\xa9\ \xe0\xd0\xbd\x53\x4a\xf8\x1d\xb9\xe2\x0b\x66\x5d\x37\x73\x42\x68\ \xc5\x2b\xab\xfc\x90\xa1\x84\x14\x52\x29\x85\x50\xe1\xb4\x95\x92\ \x42\x4a\xa9\x00\x10\x00\x0a\x1e\xfd\x80\x80\x0f\xb5\x16\xa5\x94\ \x05\xe3\x0e\x21\x64\x7b\xfe\xf0\x10\x3e\xa7\x14\x65\x93\xbd\xbb\ \xf2\x7e\x99\x46\xca\x0d\xb2\xa9\xd7\xab\x31\x69\x95\xc9\x2e\xad\ \x35\xff\xb0\x37\xcf\x31\x72\x7d\x7f\xe8\x90\xa1\x08\xa1\x5c\x2e\ \x7f\x78\x47\xbe\xef\xbb\xae\x5b\x53\x53\xdd\xd5\xd9\xe9\xba\x36\ \x42\x10\x0a\x85\xfb\xd5\xd7\xa5\x52\xa9\x6d\xdb\xb6\x11\x42\x01\ \x40\x08\x1e\x8d\x46\x87\x0c\x69\x6a\x18\x34\x68\xcb\x96\xcd\x94\ \xca\xf7\xab\x22\xf7\x3d\xad\xe4\x8a\xdb\xbe\x36\x21\x94\x4f\x58\ \x3e\x00\x1c\x58\xbb\x70\xee\x63\x2f\xf7\x8a\x08\x46\x04\x23\x40\ \x9e\x8d\x31\xe2\x24\x24\x05\x10\x8c\x40\x71\xee\x59\x08\x45\x72\ \x99\xee\x8d\x9b\xb6\x75\x59\xd2\xf7\xc0\x11\x94\x51\x15\x31\x88\ \x92\xbe\x92\x20\xa5\xe4\x02\x5c\x52\x74\xc9\xad\x5f\x9d\x1c\xc9\ \x75\x67\x7c\xca\xd0\xfe\x35\x0b\x7e\xf5\xfb\x05\x5c\x2a\x44\xa8\ \x32\x8b\x79\x56\x60\xdf\x63\xa6\xc9\x7d\x9e\xf3\x71\x48\x23\x48\ \x3a\x82\xf3\x8c\x53\x7e\xfe\x8c\x99\x33\xca\x7b\x7e\xb2\x69\x73\ \x92\x4b\x42\x20\xe5\x4a\xc0\x4c\x27\x12\x9c\x3c\xa2\x8c\x6a\x1a\ \x80\x72\xf2\x7e\xf1\xb0\xb1\xb7\x7d\xfb\xca\x70\xb6\x3b\xed\x48\ \x8d\x88\xe6\xd5\xaf\xcd\x7f\xe2\xa5\x5e\x19\xce\x7b\x40\x29\x65\ \x48\x80\x93\x53\x34\x0c\x4c\xa7\x3c\xc7\x91\xe6\x2b\xca\x90\xad\ \x84\xe6\x4a\x1a\x65\x9e\xed\x51\xae\x10\xc5\x08\x94\x10\xdc\x96\ \x22\x02\x00\x52\x08\x09\xa0\xa4\xc8\x58\x0a\x63\xaa\x11\x05\x4e\ \x0e\x33\x03\x88\xe6\x09\xc4\x30\x28\xc1\x95\x9f\x27\xa1\xb0\xe5\ \x28\x05\x38\xa4\x29\x53\x2b\x04\x3a\x54\xde\xe2\x02\x98\xc9\x40\ \xb9\x39\xc0\x1a\xd6\x0c\xdb\xe3\x1a\xc1\x00\x40\x41\x61\x14\x44\ \x1f\x03\x02\x3e\xd2\x89\x3e\xfc\xc1\x72\xfd\x49\x25\x18\xe7\x92\ \xbe\x90\xcd\x79\xfa\x7a\x47\xbe\x49\x97\x6b\x3d\x7d\x4e\xb5\x6f\ \x79\xb9\xd1\x9a\x56\x84\x64\x86\x0b\x82\x69\x34\x1a\xb3\xac\xfc\ \x91\x5d\xcc\x85\x48\xa2\x52\x32\x5e\x1a\xdf\xb3\x67\x37\x42\x50\ \x5b\x5b\x29\x04\xb7\x2c\x4b\x29\x18\x39\x72\x84\x10\x22\x9f\xcf\ \xef\xda\xb5\xcb\xb6\x9d\x70\x24\xc4\x34\x9d\x73\xbf\x20\x97\x47\ \xee\x01\x23\xa0\x04\xd6\x3d\xfd\xf3\x1b\x7e\xbf\xf6\xe2\xef\xfe\ \xfa\x47\x97\x9d\xfd\xe2\x93\xaf\xf6\xd4\x4e\xfd\xf7\xdb\x2e\xaa\ \x0a\x41\x72\xdf\x86\x07\x7e\x77\xff\x4e\xda\xf0\xed\xef\xce\x19\ \x52\x16\x01\x37\xbd\xfa\x95\xa7\x1f\x7a\x72\xb1\x6e\x46\x46\x8e\ \x1d\xdd\x3a\xff\x21\x55\x39\xf1\x6b\xb7\x5c\x39\xbe\x5f\x54\xf8\ \x32\xdd\xb7\x49\x81\x92\x4a\x29\x09\x88\x2a\xa5\xc4\xe6\x17\x7f\ \x7b\xeb\xef\x56\x4f\xbb\xfa\x5f\xef\xfe\xd2\x8c\xa1\x4f\x2d\xcd\ \xdb\x79\x5a\x3e\xe0\x6b\xbf\xbe\x9f\xe7\xda\x17\xcc\xfb\xf3\xdf\ \x56\x6c\xcf\xc6\x86\x5d\x3e\xe7\x8b\x33\xa7\x34\xa9\xd4\xde\x05\ \x7f\x79\xe0\x91\x57\xda\xf3\xe9\x8c\x71\xc2\xd8\x3b\xef\xbb\x77\ \xd5\x4b\x0f\xdc\x73\xff\xdb\x55\x9f\xbb\xe0\x96\xd9\xe7\x0e\xab\ \x32\x5a\xdf\x5d\x34\xef\x91\x27\x77\x67\x7c\xaa\x93\x82\x69\xa9\ \x72\x9d\xf3\x7f\xf9\x9d\x87\xdf\x15\xd3\x2e\x9e\xf3\x2f\x57\x5f\ \x9c\xd8\xd7\x7a\xef\x4b\xad\xc3\xcf\xb9\xfc\xa6\xcb\xa6\xd7\x47\ \xc5\xc6\xc5\x2f\xfe\xf6\xc1\x97\x86\x5e\xf1\x83\xdb\x06\x6f\xbc\ \xee\xbb\x4f\xcf\xb8\xed\xeb\x13\xd8\xea\xdb\xef\x5e\x7e\xdb\x7d\ \x77\x97\x2e\x9e\xfb\xfb\x35\xfc\x9b\xdf\xba\xbe\xa9\x2c\x4c\xbc\ \xcc\xdb\xcf\x3f\xf6\xf0\x53\xcb\x45\xe1\xbe\x28\x95\xb6\xa0\x61\ \xd2\x8c\x9b\xae\x3a\xbb\xa9\x94\x6c\x5f\xf1\xda\x23\x8f\xcc\x5f\ \x6f\x15\x5f\xfb\xcd\x6f\x9f\x3f\x24\xec\xb9\x99\x77\x9e\x7f\x64\ \xde\xf3\xeb\x4b\x4e\xbc\xe0\xb6\xeb\x66\x36\x16\x33\x85\x60\xf7\ \x26\x9e\xb1\x45\x64\xc4\xd4\x9b\x66\x9f\x3f\xac\xd2\xe8\x6a\x5e\ \xfd\xe8\xdc\x87\xdf\xed\xd3\xae\xb8\xed\xcb\xe7\x8c\x6d\x8c\x1b\ \xb9\x5f\xfc\xea\x9e\xd5\x1b\xf6\x99\x86\x16\x3c\xfd\x01\x01\x1f\ \x6f\x2d\x0a\xa9\x8a\x85\x2d\x2c\xd7\xe3\xea\xbc\x58\xe4\xb7\x16\ \x9b\xdb\xed\xdc\x39\x04\xc7\xfd\x8c\xe5\x8b\xb0\xa6\x31\x49\x84\ \x64\x14\x90\x52\x52\x08\xde\xdb\xdb\x97\x48\x24\x09\x39\xe8\x7e\ \xd6\xd7\xf7\x33\x4d\x1d\x63\x24\x84\xc0\x08\x21\x84\x7c\xdf\xe7\ \x9c\x2b\x25\x73\xb9\x9c\x52\xd2\x71\x6c\x00\x70\x5d\x97\x50\x02\ \x00\x42\x28\x84\x8e\x32\x18\x0b\x7e\xb2\xe7\xf9\x4d\xd3\x67\xfd\ \xb6\xe1\xfc\xe2\x9a\x78\xeb\xaa\x55\x7d\x9e\xeb\xec\x59\xff\xd0\ \xfd\x89\xf2\xf2\xfa\xf3\xaf\x3c\xef\x8c\x13\x96\x75\xec\xd4\x6b\ \x2b\x8c\xd7\x7f\x7b\xd7\x72\x36\xf1\x07\xb7\x5c\xdd\xb1\xa3\x75\ \x89\xcf\x35\x86\x2c\x15\x9f\x71\xf9\xc5\x23\xc8\x9e\x9f\xfc\xe0\ \xd9\x86\xb3\xe6\x9c\x37\x9a\xaa\x83\x3e\x2c\x28\x05\x4a\x29\x6a\ \x14\xd5\xf4\xab\xef\x57\x5d\xa4\x7c\xc7\xe5\x3e\x66\xba\x48\x1e\ \xb8\xf7\xd7\xf7\xc5\x66\x7e\x6d\xf6\x25\xa7\x2d\x7c\xa7\x75\xf2\ \xb9\x17\x9d\x3f\x92\xdd\x77\xc7\xed\x68\xec\x25\xb7\x5c\x77\xdd\ \xa6\xb5\x3f\x91\x94\x65\xf6\x6c\xf8\xd3\x1f\x1f\xdd\x9b\xb2\x54\ \xd5\x98\x1b\x6f\xba\x88\xac\x7c\xf2\x9b\xbf\xeb\xbd\xf6\xab\x37\ \xce\xba\xb0\xe7\x9e\xfb\x9f\xcf\xd2\x62\xa5\x24\x00\x28\x05\x94\ \xa0\x92\x90\xbf\xfc\x95\xb7\x37\x9c\x31\xa1\xa1\xb6\x5f\xd5\xc0\ \xc8\xcd\x73\xce\xdc\xff\xf4\x1f\xee\x69\x8d\x7d\xf3\x9b\x57\xcc\ \xda\xbb\xfb\xb9\x95\x2b\xbc\xcf\x8d\x1b\x3c\x60\x60\x55\xff\xc6\ \x01\x6e\xc7\xa0\xc6\xa1\x83\x43\xd6\x2b\xdb\x77\x83\x39\xb6\xbe\ \x9c\xbd\xf4\xcb\x3b\x5b\x86\x5c\xfa\xdd\xcf\xcf\x5c\xba\x64\x55\ \x8f\xc7\x11\x80\xcf\x15\x2e\x1e\x7e\xf3\x4d\x9f\xb7\x5f\x7b\xe8\ \xeb\xab\xbd\x5b\xbe\x39\xe7\x8b\x33\xdb\xf7\x3e\xb4\xe8\x8d\xf9\ \x0f\xef\xad\x8a\x8f\x39\xe5\xcc\xa9\x67\xcd\x78\x7d\x51\xd7\xb9\ \xb3\xce\x8f\xed\x5b\xfc\xfd\xff\xd8\x70\xce\xb5\x37\x0c\xd6\x64\ \x9e\xd6\xdd\x76\xc3\x25\xa5\xfb\x96\xfc\xf2\xa9\x8e\x4b\xaf\x9b\ \x7d\xe9\x17\x5a\xde\xfd\xcd\x96\xc1\x23\x07\x75\x2e\x7a\xea\xae\ \x37\xd7\xa6\x6d\x4b\x63\xe4\xc8\x80\x72\x40\x40\xc0\x91\x60\xa5\ \xe0\xf0\x02\x80\xd2\x2e\x97\xbe\x8f\x24\x7f\x7d\x5f\x82\x4b\x79\ \x41\xff\xe2\xbf\xed\x49\xf6\xe6\x6c\x2c\xfc\xac\xe3\xf9\x0a\x40\ \x21\x21\xa4\x65\xd9\xae\xeb\x15\x17\x17\x0f\x6e\x1a\x3c\xe8\x10\ \x4a\x49\xd7\xf5\x6c\xdb\x41\x80\x00\x90\xe3\xb8\xae\xeb\xf9\xbe\ \x2f\xa5\x14\x42\xf8\x3e\xe7\x5c\x08\x21\x39\xf7\x2d\xcb\x16\x82\ \x17\xa4\xe4\xfd\x0b\x00\x02\x95\x4f\xa4\x58\xf9\xc0\xe1\xe5\xde\ \xb3\x8f\xcd\xdf\x9c\x88\x8e\xfb\xdc\x8c\xeb\xae\x3e\xff\x84\xc1\ \x55\x48\x40\x88\x6a\x18\x49\xce\xfd\xe4\xae\xed\xcb\x5f\x5e\xb0\ \x3e\x4d\x87\xd7\x55\x33\x22\x95\xe4\x10\xa9\x6c\x28\x8b\xed\x6e\ \x5e\xfb\xce\x3b\xdb\xf7\x74\x64\x31\x45\x70\x68\x9f\x80\xc0\xf7\ \xbc\x81\x67\xdc\x30\x6f\xee\xaf\xae\x18\xaf\x2d\x7c\xf4\x89\xad\ \xdd\x96\xc6\x98\x74\xf2\xfb\xb6\x6e\x7c\x77\x7d\x1b\x0a\x47\x68\ \xa4\x72\x48\x6d\x4d\xd7\x9e\xf5\xcb\x16\xad\x5e\xbe\x6c\x59\x8f\ \x56\x3b\xb2\xae\x48\x01\xb8\xd9\x64\xd7\x8e\x2d\xed\x49\x8b\x55\ \x8c\x68\x8c\x59\x4b\x96\xae\x5c\xff\xd6\x3b\x4b\x77\x76\x54\xd7\ \x0d\x2a\x31\x7c\x9f\xbf\x67\x6f\x4b\xc1\x1d\xdb\x47\x9a\x66\x68\ \xd4\xe5\xa2\xb8\x62\x58\x15\xed\x7a\x73\xd1\xaa\x75\x6f\x2d\x59\ \xd5\xee\x0c\xeb\x5f\x97\xea\xd8\xb0\xad\xaf\xf2\xc2\xb3\x26\x54\ \x1b\xbd\xf9\x50\xf1\xa9\x97\x7c\x8e\x74\xb5\xef\xd9\xb5\x0f\x28\ \x91\xdc\xeb\x6e\xdd\xba\x72\xd5\x2e\x8f\x1a\x46\x28\x82\xa4\x02\ \x50\x8e\xeb\x9b\xe5\xc3\x06\x84\x33\x8b\x96\xac\x5c\xbf\x64\xe9\ \x3b\xbb\xfb\xea\x6a\xfa\x57\xf6\x1f\x3d\xfb\xba\x2b\xce\x39\x69\ \x54\x69\x98\x82\x87\x8a\x2a\x06\x0c\x88\xe1\xf5\x6b\x57\xad\x5c\ \xdd\xd2\x91\xb0\x30\x16\x7a\xe9\xa0\x81\x61\xc6\x2a\x1b\xcf\x9c\ \x3e\xd6\xeb\xdd\x7d\x20\x83\x43\x0c\x84\x50\xb9\x8e\xbd\x6d\xcd\ \xdb\xf3\x79\xaf\x90\xfa\x13\x2c\xc1\x12\x2c\xc7\x5c\x8e\xb0\x16\ \x01\x34\x8a\xde\xcd\xc1\x69\x86\x90\x42\x46\x8a\x4a\x2f\x32\x54\ \x8d\xec\x59\x55\x13\xe7\x76\x37\x93\xfe\x56\x9b\x24\x25\x21\x48\ \xf9\x82\x27\x12\xc9\xe2\xe2\x98\xe7\x79\x50\xd0\xb1\xc3\x3d\x38\ \x84\x24\x12\x49\x42\x09\x02\x94\x4a\xa5\xe2\xf1\x62\x29\xa5\xef\ \xf3\x96\xd6\x56\x04\xc0\xb9\xd0\x75\x8d\x73\x91\x4e\x67\x3c\xcf\ \xd3\x35\xfa\x3e\x9b\x45\x4a\x09\x0a\x28\x63\x1d\x6b\x9e\xfb\xd1\ \x3b\xc5\xbf\xf9\xc5\x37\x66\x9c\xfd\xb9\xd7\xf7\x6f\x9c\x32\x75\ \x9a\xd9\xbb\xe0\xcf\x73\xdf\xbe\x7c\xe0\xe8\x7a\x8a\x41\x29\x84\ \x48\xb8\xb2\xa6\x7f\x68\xe8\xa0\x28\x6c\x48\xa6\xb9\x28\x46\x88\ \xa8\x7c\xdf\xde\x64\xfe\xfc\xa6\x31\x63\x46\x6f\x2a\x8e\xe9\x08\ \x7c\xa4\xe0\xa0\xb5\x28\x15\x65\x6c\xff\x3b\x8f\xdf\xf3\xec\x46\ \xce\xf3\xe9\x64\xca\xc2\x45\x18\x29\x40\x58\x33\x0c\x81\x40\x01\ \xc2\x5e\x66\x5f\x6f\xdf\x19\x27\x0c\x1d\x3e\xa6\x01\x8d\x1c\x53\ \x0e\x89\xdd\x9d\x29\x93\x43\x51\x59\x55\xf9\x80\x81\x7d\x49\xc5\ \x13\xad\x6d\xee\x39\x13\xc6\x0e\x5b\xda\x5d\x3a\x7e\x60\x65\x62\ \xff\x86\xb4\x8d\x91\xa9\xa4\x94\x0a\x01\x60\x6c\xc4\xca\xc2\x15\ \xfa\xe5\xb3\x2e\x18\x15\xcf\x3f\xba\x69\xc3\xfe\x5e\x99\x45\xa7\ \x9f\x78\x42\x53\x73\xa4\x68\x74\x95\xd9\xb1\xae\x2f\x79\xa0\x6b\ \x47\x4b\xd7\xec\x73\x4e\x5f\x35\xff\xd1\xe7\x63\x93\xaf\x3d\x6b\ \xf0\xe6\xd7\xff\xb2\xab\x1b\xc7\x87\x52\x00\xc4\x74\x43\x23\x58\ \x49\x05\xa0\x04\x80\x66\x84\xcb\x6b\xe3\x4e\x6f\x73\x97\x7f\xf6\ \x89\x63\x87\xae\xb1\x9c\x71\x75\xf1\xf6\x35\x6d\xe1\xc6\xcf\x9d\ \x32\x10\xfd\xe4\x7b\x8f\x5b\xe3\xbe\xf0\xb5\xe9\x75\x22\xdb\xb6\ \x3f\x0b\x27\x8c\x3b\x61\xe8\x6a\x2b\x16\xd2\x10\xa2\x7e\xa6\xa3\ \x47\x90\xca\xbe\xdd\xcf\x3e\xfe\x4a\x9e\x16\x19\xb9\x03\xae\x5e\ \x81\x40\x61\xca\x74\x43\xf7\x11\x04\xa6\x62\x40\xc0\x47\x3a\xd1\ \x4a\x1d\x1e\x81\xa2\x61\xb4\xd6\xd1\x96\x65\xad\x93\x4d\x7f\xb4\ \xe8\x13\x19\x91\x17\xe2\x04\x2d\x8f\x24\x4f\x71\xfc\x4c\x8a\x79\ \x94\x9a\x4a\x21\x04\x9d\x9d\x1d\xba\xc1\x30\x22\x4a\xc9\x82\xb1\ \x84\x10\x10\x42\x7a\x7a\x7a\xb3\xd9\xac\x69\xea\x00\x60\x59\xf9\ \xae\xae\xee\xb2\xb2\xb2\x86\x86\x06\xa9\x24\x1c\xca\x00\xb7\x2c\ \xab\xbd\xbd\x13\x00\xe4\x07\x72\x95\x85\x90\x12\x21\xa6\x1b\xa1\ \xa2\x88\xb3\x67\xe5\x63\x0b\xb7\xfe\x78\xf6\x65\xe7\xbf\xbd\x6d\ \xf1\x5b\x4b\xc7\x5e\x79\xf6\x2f\x7e\xfe\x39\x2d\x4e\xd6\x67\xb3\ \x12\x22\xbe\x62\x33\xbe\xf6\xe3\x0b\xa3\x5a\xc7\xfa\xd7\x16\xac\ \xda\x29\x47\x0e\xd7\xcd\x70\x11\xea\x7a\xe1\xc9\xbf\x0e\xbe\xf9\ \x8b\x3f\xfb\xfd\xaf\x11\xa0\xf6\x1d\x6f\x39\x4a\x4a\x75\xb0\x23\ \x58\x37\x42\x32\xd3\xbe\xbb\x75\xa7\x59\x54\x42\x99\xa9\x1c\x85\ \x29\x33\x74\x0d\x14\x20\xc2\x0c\x83\x44\x98\xf5\xe6\xf3\xcf\x0d\ \xab\xbb\xfa\x07\xbf\xbb\x17\xac\xde\x25\xf3\x1f\x5e\xd7\x9d\x34\ \x96\xae\x39\x7b\xec\xa5\x3f\xfa\xe3\x7d\xeb\x16\xce\xfb\xf1\xaf\ \x5f\xbc\xff\xa1\x61\x5f\xbb\xea\x4b\xf3\x2e\x65\xdd\xcd\x6b\x1f\ \x7a\xee\xd5\x6e\x14\xa6\x4a\x49\x25\x7d\xcf\xf7\x59\xfc\xe2\xaf\ \xfd\xfc\x02\xe1\x27\xbb\xf6\x3e\xf3\xe7\xfb\x16\xaf\x6b\x4b\x33\ \x31\xf7\xa9\x91\x5f\x9a\xf3\x83\x19\x86\xda\xbd\xf6\xcd\xbf\x2e\ \x5e\x0b\xc8\x5f\xb1\x69\xf7\xac\xe9\x55\x1b\x36\xad\x7d\x17\x97\ \x5c\x73\xee\xe0\x5d\x2b\x57\x24\x89\x56\x46\x88\x6e\xe8\x04\x81\ \x42\xd4\x30\x34\x43\x47\xed\xad\xad\x9b\x7b\xd8\xcc\xcb\x2e\x5d\ \x7a\xc7\x7d\x7f\x7c\x68\xd4\xd7\xae\xf8\xea\xa3\xb3\x49\xfb\xb6\ \x65\xf7\x2d\x5c\xb2\x1d\x72\xab\xda\x47\xde\xf2\xfd\x1f\xfa\xba\ \x29\x3b\xb6\xf1\x4c\xcb\x13\x8f\xfd\xed\xdb\x73\xce\xbd\xf7\xbe\ \x99\x18\xcb\x4d\x6f\xe5\x54\xae\x79\xde\xbc\x97\x6e\xbb\x62\xfa\ \x9d\xbf\x38\x03\xb9\x99\xe7\x7e\xf3\x83\x2d\x6b\xb9\x66\x18\x84\ \x60\x25\xa5\x50\x0a\x07\xb9\x3b\x01\x01\x1f\x0e\x3a\xf3\x8c\x93\ \x8f\xec\x37\xe1\x0a\x98\x6b\xcf\x0a\xa7\xa7\xe8\x76\x18\x4b\x02\ \x60\x2b\xd4\x2e\xd8\xa3\xb9\xd8\x7a\x15\x8d\x30\x7c\xd0\x21\x75\ \x7d\xa6\xe9\xe5\x65\x65\x4c\xd3\x30\x46\x4a\x81\x94\x32\x9b\xcd\ \xf5\xf6\xf5\xe8\x5a\x21\x31\x05\x94\x52\x9e\xc7\xe3\xf1\x78\x34\ \x1a\xc1\x18\x23\x84\xa4\x54\xbe\xcf\xfb\x12\x7d\x8e\x63\x19\x9a\ \x76\xac\x57\x53\x49\x44\x63\x25\xe5\xba\xdd\xd9\x93\x53\x3e\x29\ \xa9\x29\x0f\x91\x5c\xdb\xee\x8c\x56\x56\x16\x8f\xea\x98\x73\x37\ \xd7\xd5\x13\x6a\x9a\xfe\xa3\x1f\x5c\xbe\xe2\xb7\x77\xff\x6d\x6f\ \x4e\x66\x7b\x72\x0e\xe0\x70\x69\x69\x94\xaa\x54\x47\x87\x8d\x49\ \x24\x5e\x11\x33\x11\x08\xdf\x4a\x5b\x96\xcd\x11\x01\x05\x12\x19\ \xb1\x78\xb1\xee\x74\xf5\xe5\x05\x20\x0c\x00\x42\x12\x2d\x54\x52\ \x6a\xf8\xb9\x64\x6f\xc6\xa8\xaf\x0a\x3b\xf9\x64\x32\xe3\x48\x69\ \x16\x57\xc7\xc3\xc8\xcb\x26\x7b\x13\x92\xe9\x8e\x4f\x23\x25\x45\ \xc5\x21\x2a\xf3\xc9\x5c\x2e\x9f\xf4\xf5\xa2\xd2\x78\x89\x81\xed\ \x54\x77\xc6\xf2\x89\xae\x29\xa5\x94\x02\x49\x23\x25\xb1\xb0\x86\ \x41\x29\xee\x66\x93\xe9\x4c\x0e\x9b\x21\x90\xca\x12\xac\xbc\x2c\ \x1e\xa6\x32\x97\xe8\xcc\x7b\x88\x30\x6c\xa1\x92\xea\x18\xb2\xd3\ \xdd\x79\x28\x2e\x8d\x1b\xb2\xaf\x33\xad\x34\xac\x15\x95\x16\x51\ \x91\xe8\xe8\xc2\x55\xd5\xc5\xc8\x4b\xf7\x26\x2c\xcc\xa2\x25\x55\ \x9a\x95\x4e\xa5\x7a\x79\xa8\xb4\xbc\x34\xc6\x94\x95\xea\xca\xd9\ \x82\x13\x86\x43\xf1\xca\x98\x8e\x40\x72\x2b\xed\xe4\xb2\x09\x8f\ \x9a\xc5\xa5\xa5\x61\x06\x52\x78\xb9\xa4\xed\x7a\x19\x8f\x84\x4b\ \x4a\x4b\x4d\xaa\xa4\xe7\x66\x7a\xd3\x5e\xb8\xa8\xbc\x38\x64\x75\ \xf7\xda\xbe\x44\x41\xb2\x77\x40\xc0\x47\xca\xe2\x19\xa7\x9f\xfc\ \xbe\x71\x14\xbe\x02\xdf\xf7\x9b\xc0\x6a\x24\xae\x81\x64\xa7\x64\ \x1b\x45\x28\x47\xf4\x10\x3d\xaa\xb8\x8e\xef\x73\x25\xa5\x6e\x98\ \x8c\x51\x29\x95\xeb\xba\x3e\xf7\x35\x8d\x1d\x99\x7b\xac\x94\xf2\ \x3c\x8f\x50\xa6\x6b\x3a\x21\xb8\x30\xaa\x04\x63\xc5\x18\xfb\xd0\ \x33\x52\xca\xf3\x3c\x20\x4c\xa3\x58\x49\xee\x7a\x82\x30\x8d\x61\ \xe5\xf9\xbe\x54\x80\x40\xb9\xbe\xd6\x6f\xdc\x99\x3f\xfd\xd1\xe5\ \xaf\x7c\xf3\xfa\x47\x9b\x2d\x2d\x14\xd1\x28\x52\x92\x7b\xbe\xa0\ \x9a\x4e\x90\x12\x9c\x73\x21\x15\x00\xc6\x84\x31\x7a\x28\x27\x53\ \x7a\x9e\x7f\x70\xb7\x0a\x00\x01\x82\xc2\x96\x8a\xe9\x1a\x08\xdf\ \xe3\xa0\x69\x0c\x23\x90\xdc\xf7\x85\x04\x84\x19\xa3\x18\x21\x00\ \xe9\x7b\x5c\x48\x45\x28\xa5\x94\x20\x25\x7d\x9f\x0b\xa5\x08\xa1\ \x85\xc1\x24\x07\xf3\x06\xa5\xf0\x7d\x2e\x01\x10\x00\x26\x84\x52\ \x5a\xf8\x95\x92\xc2\xe7\x5c\x2a\xa0\x94\x11\x82\x11\x00\x48\xee\ \xfa\x92\x6a\x1a\x56\xc2\xf3\x39\xd5\x74\x82\x40\xc9\x43\x3f\x2b\ \xee\xf8\x92\x31\x46\x30\x70\xdf\x17\x80\x35\x46\x91\x92\xbe\xef\ \x0b\x05\x85\x83\x22\x50\xdc\xf7\x85\x54\x85\x6b\xa4\x8c\xe2\x23\ \xd6\x1c\xdc\x46\x29\xce\x7d\x2e\x55\x21\xbd\x9c\x60\xf0\x5c\x0f\ \x28\x63\x04\x07\x29\x8b\x01\x01\x1f\x23\x8b\xa7\x4d\x3f\xe9\x18\ \xc3\xcb\x10\xb8\x02\x3c\x05\x0a\x80\x02\x18\x04\xc8\x87\x8c\x99\ \x10\x42\x14\x52\x7c\x30\xc6\x18\x1f\xa3\x28\x19\x42\x20\xc4\xe1\ \x84\x66\x44\x08\xc6\x08\xfd\x57\x5c\x38\x29\x81\x99\x91\xaa\x8a\ \xa2\x5c\x67\x7b\xca\x93\x9f\x7c\x6c\x5c\x40\x40\x40\xc0\x27\x8a\ \x2d\x2a\x25\x8f\x31\xe6\x41\x21\x0d\x81\x76\x78\xb5\x02\xf9\x21\ \x15\x74\x8e\x94\xc2\x23\xeb\x4d\x1c\xb1\x12\x21\x84\x8e\x1c\xd0\ \x52\x88\x33\x7e\x6a\x1d\x47\x48\xf9\x56\x6a\x57\x73\x5f\xc1\x9c\ \x53\x2a\xe8\x3d\x08\x08\x08\xf8\x87\xca\x62\x3a\x9d\xf9\xdf\x6a\ \x70\x39\x76\x70\xff\x02\x02\x02\xfe\xf1\x4e\xf4\x9f\xef\xff\x53\ \xd0\x0a\x01\x01\x01\x01\xef\xc9\xa2\x92\x22\x68\x85\x80\x80\x80\ \x80\xf7\x9c\xe8\x6c\x36\x1b\xb4\x42\x40\x40\x40\xc0\x61\x82\x09\ \xad\x02\x02\x02\x02\x02\x59\x0c\x08\x08\x08\x08\x64\x31\x20\x20\ \x20\xe0\x13\x42\x3f\xfa\xd7\x08\xa1\x63\x26\x69\x03\x80\x10\x41\ \x5f\x4d\x40\x40\xc0\x71\x26\x8b\x94\x52\x8c\x71\x36\x9b\xfd\x60\ \xc1\x15\xc6\x58\x38\x1c\xf1\x3c\x37\x98\x64\x2e\x20\x20\xe0\x78\ \x91\x45\x42\x48\x7b\x7b\xfb\xfc\xa7\x9e\xee\xee\xea\x16\x47\x27\ \xf1\x20\x40\x84\x92\x11\x23\x46\x7c\xe1\xc2\x0b\x34\x4d\x0b\x94\ \x31\x20\x20\xe0\xb8\x90\x45\xc6\xd8\x82\x85\x2f\x2f\x5a\xbc\x38\ \x64\x9a\xc7\xf4\xa0\x9b\x5b\x5a\x1a\x1a\x06\x4d\x9b\x3a\xd5\x71\ \x9c\xa0\x1d\x03\x02\x02\xfe\xef\xcb\xa2\x94\x32\x9d\x4e\x7d\xed\ \x6b\x5f\xad\xaf\xab\x93\x1f\x08\x23\x52\xc6\x96\x2e\x5d\xda\xd9\ \xd1\xf9\x49\x26\x59\x0e\x08\x08\x08\xf8\xbf\x20\x8b\x00\x80\x10\ \x1a\xdc\xd8\xd8\x30\x68\xd0\x07\x7b\x57\x34\x4d\x6b\x69\x69\xcd\ \x66\x33\x1f\xbd\x77\x05\xc8\x30\x4d\x86\x94\x6d\xdb\x42\x1d\xb1\ \x9a\x68\x21\x53\x97\x9e\xed\xb8\xe2\x33\x9a\x9b\x13\xe9\x21\x93\ \x1d\x59\xe7\x82\x7b\x96\xe3\x4a\xc0\x86\x19\x62\x44\x39\x96\xcd\ \x0f\xcf\x0c\x8d\xb0\x61\x9a\x14\x49\xdb\xb2\xb9\x0a\xe6\x12\x0d\ \x08\x38\x8e\x65\x11\x00\x3c\xcf\x73\x5d\xf7\x83\xb2\xa8\x94\xe2\ \x9c\x7f\x4c\x8d\x09\x44\x74\x9c\x7d\xfd\xf1\x47\x36\xe7\xe2\x97\ \x7e\xf1\xc2\x5a\x43\xb8\x5c\x02\x00\x66\xba\xbb\x7f\xfd\xbd\xcf\ \xbe\x11\x1f\xfb\xf9\xcf\x9f\xd2\xa0\x3c\xfe\xdf\x1d\x9b\x44\x98\ \x42\xf6\xe5\x07\x1f\x5a\x77\xa0\x57\x48\x05\x00\xd2\x77\xa3\xc3\ \x4f\xbd\xe6\x82\xd3\x8a\xa1\x77\xe1\x03\x7f\x5c\x9b\x88\x5f\x76\ \xcd\xa5\x8d\xc5\xd8\xe3\x0a\x11\xa6\xf1\xbe\x17\x1f\xfc\xe3\x86\ \x54\xfc\xd2\x2b\x2e\x6e\x2c\x25\x3e\x0f\x62\xa9\x01\x01\xff\x97\ \xf9\xa7\xe6\x2d\x22\x8a\xbc\xe6\x8d\xab\x9e\x79\xe8\xbe\x7b\x1f\ \x7d\x39\x03\x5a\xa1\x24\x2c\xc2\x54\xa6\xdb\x96\xbc\xf6\xea\xba\ \xe6\x5e\xf4\x5e\x69\x5b\x84\x0a\x25\x1b\x8f\x2c\x63\x8b\xd0\x87\ \x7e\x2e\xfc\x08\x47\xfd\x0a\xbd\x7f\xd3\xf7\xef\xef\xf0\x55\x63\ \x95\x5b\xb5\x78\xd1\xca\xcd\xbb\x2d\xcf\x73\x1c\xc7\x76\x1c\x9f\ \x4b\x00\x45\x8c\xe2\xfa\x6a\x73\xc5\x4b\x0f\xff\x69\xfe\x12\x0b\ \xe9\x04\x81\xc6\xd0\xd6\xc5\x7f\xbd\xef\xc1\x17\x73\x66\x55\x75\ \x5c\x17\x22\xd0\xc4\x80\x80\xe3\xdb\x5a\xfc\x2f\xa2\x00\x69\x66\ \xa8\x28\x46\x57\x3e\xf7\xf0\x03\x15\x55\x5f\xb9\x68\x3c\x76\x1d\ \x00\x05\x98\x86\xc2\x61\x43\x23\x85\xf2\x8c\x08\x53\x46\xc1\xb1\ \x6c\x9f\x4b\x44\x68\x28\x64\x82\xf0\xb9\x54\xdc\xb5\x5c\x81\x43\ \xe1\x10\x01\x21\x14\xa2\x04\x79\x96\xe5\x2a\x64\x1a\x06\x70\xcf\ \xe6\xea\xbd\x6a\xd3\x4a\xb8\x8e\x8f\x30\x65\x94\x00\x60\xa6\x11\ \xee\xd8\xb6\x2f\x00\x10\xa1\x94\xbc\xaf\x24\x35\x42\xd2\xcd\xdb\ \x82\x4d\x3e\xf7\xea\xdb\xaf\x3f\x13\x4b\x2e\x01\x29\xee\xda\x8e\ \xeb\x78\x6c\xd4\x99\x57\xde\xd2\xb2\xf3\x37\x2f\x3e\xfc\xc2\x98\ \xa1\xb3\xa7\x0f\xce\xb6\x2e\x79\x60\xde\x0b\xd1\xc9\x97\x7c\x79\ \xd6\x19\x61\xe5\xf9\x81\x2a\x06\x04\x04\xd6\xe2\x7f\x11\xe9\x79\ \x91\xa6\x31\x33\xcf\x1c\xfa\xe6\x23\xbf\x7b\x76\xd5\x01\x5d\xd7\ \x3e\xe0\x6a\x53\xcc\x53\x6f\x3f\xf7\xc0\xf7\xbf\x7e\xcb\x55\x57\ \xcd\xba\xe1\x2b\xdf\xbb\xf7\xe9\x25\x49\x8e\x4c\x43\xeb\xde\xfc\ \xca\x37\x6f\x98\xf3\x9b\xe7\xde\x05\xdd\xd0\x74\x3d\xb5\xf3\x8d\ \x6f\xdf\x7c\xcb\x1f\x17\x6e\x22\x91\xe8\xfe\x57\xee\xbb\xfe\xe6\ \xdb\x97\xee\xb0\x4c\x83\x62\x66\xa0\xc4\xe6\x9f\x7d\xe7\xe6\x9f\ \x3f\xb2\x1c\x4c\x43\x67\x72\xd7\xea\x57\x7e\x76\xfb\xd7\xaf\xbd\ \xfa\xea\x59\x57\x5f\x7b\xdb\xed\xbf\x5c\xd7\x23\x74\x72\xa4\x30\ \x62\xe5\x66\xf2\x0a\x85\xcd\x88\x02\xe9\xd8\x8e\x95\xcf\x5b\x8e\ \xaf\x00\x81\xe2\xae\x8a\x9c\x75\xd5\x4d\xd3\x07\xf8\x7f\x79\xf8\ \xb1\x2d\xfb\xf6\xfd\x6d\xde\x43\x9b\x9d\x86\xeb\xe7\x5c\xde\x2f\ \x24\x7c\x19\x88\x62\x40\x40\x60\x2d\xfe\xd7\x0d\x46\x25\x38\x2e\ \x3e\xef\xda\x6b\xc2\xbd\xdf\x7a\xe8\x0f\xbf\x1f\x50\xf7\xc3\xc9\ \xfd\x62\xd6\x11\x0a\xa5\x11\xfb\xf5\x87\x7e\x7b\xcf\xb3\x5b\xa7\ \x7e\xe1\xca\xcb\x47\x57\xed\x5d\xfd\xea\xa3\x73\x7f\x91\x96\x3f\ \xfc\xee\x95\x93\x07\x9e\x78\xce\xc5\xd3\x56\xfe\xe1\xf1\x07\xc6\ \x8e\x1e\x7e\xfe\xc0\xcc\xa3\xf7\x3f\x94\x28\x9f\xfc\xed\x19\x93\ \x4d\xf0\xb9\xef\x59\x96\xcd\x0f\xbb\xb4\x4a\xd8\xb6\x45\x3d\x8e\ \xa9\x66\xb5\xbe\x7d\xef\x6f\xee\xed\xab\x99\x7e\xcb\xb7\x26\x86\ \xa4\xdd\xd5\x97\x2d\x31\x90\x38\x22\xb9\x12\x61\xcc\x73\xc9\x8c\ \x97\xd9\xbd\x7d\xdd\x1b\x6f\x89\xba\xba\x7e\x75\x95\xa5\x1a\x51\ \x3e\x17\x00\xa0\xb8\x4b\x4a\x9a\xae\xfe\xd2\x95\x7b\x7e\xfe\xf0\ \xcf\xfe\xad\xdd\x4e\x24\xce\xb9\xfa\x5f\x4e\x1e\x52\xec\x3a\x6e\ \xf0\xb8\x04\x04\x04\xb2\xf8\x0f\x52\x46\xe1\xa9\x48\xbf\xab\xbf\ \xfc\xe5\x6d\xdf\xb9\xeb\xf7\x7f\x98\xdf\xff\x8e\x1b\xa3\x87\x26\ \x9e\x22\x54\xcf\x6e\x7f\xe5\xc9\x57\xd6\x8f\xbb\xf4\xff\xfd\xf0\ \xa6\xd3\x30\x00\x9c\x34\xca\x4f\x7d\xe3\xd9\x57\x17\xb4\xce\x9c\ \x30\x24\x54\x74\xee\xb5\x37\x6d\xda\x79\xfb\xa3\x73\xe7\x26\x06\ \xa6\x17\x1f\x28\xbe\xe5\xce\xab\x1b\x8b\xc0\x15\x0a\x7d\x20\xec\ \x58\x08\x23\x62\x84\x32\xed\x6d\x1d\x49\x6f\xf4\xc5\x33\xce\x3b\ \x63\x0c\x80\xe4\xae\xeb\x7a\x1e\x97\x47\xf9\xd0\xbe\x08\x0f\x1f\ \xd6\xd8\xde\xbd\xfe\xe1\xdf\xbd\xda\x93\xf4\x87\x9e\x72\xc1\x8d\ \xd7\x5e\xdc\x58\xa6\xf9\xbe\x04\x00\xcf\xf5\xfb\x4f\x3c\xfb\xbc\ \x29\x2b\x7e\xf7\xec\x8a\xc8\xa8\x8b\x2f\x3b\x7b\x2c\xf1\x5c\x2f\ \x78\x58\x02\x02\x02\x59\xfc\x07\xe2\xbb\x5e\xb8\xff\xe4\x5b\x6e\ \xbe\xe4\x7b\x77\xff\xf5\xc1\x17\xc7\x7f\x79\x84\x5e\xe8\x37\xa1\ \x48\xec\x6d\xde\x9b\xb1\x15\xde\xfc\xc6\x4f\xee\x58\xc2\x05\x50\ \x2a\xf7\xb6\xa4\x32\x39\xb5\x37\xc1\x87\x99\x20\x4b\x86\x5d\x77\ \xd3\x35\xff\x7e\xe7\xef\xe7\x6e\x8a\xcd\xbc\xe9\x7b\x67\x0c\x2f\ \x75\x6d\x07\x9b\x1f\x7a\xda\x42\xc8\xb2\xa1\x63\x26\x8c\xa8\x5e\ \xfc\xf8\xcf\xfe\xbd\xfb\xec\x19\x67\x9c\x3c\xb4\x7f\x95\x4e\xf0\ \x91\xba\x28\x7d\x97\xd5\x4e\xf8\xf2\x37\xc7\x78\x9e\x93\x4e\xf6\ \xed\x5c\xf5\xf2\xdc\xc7\x1f\xff\x85\x0c\xfd\xf4\xeb\x17\x17\x61\ \x5f\x28\x45\x18\x4b\xef\xdb\xb4\x61\xc7\x5e\xad\xa8\xc4\xeb\x5c\ \xf7\xc6\x9a\x5d\xb3\x3f\x37\x00\x39\x5e\xe0\x42\x07\x04\x1c\x0f\ \xfc\xb7\x55\xd0\x51\xbe\xcb\x9b\x4e\xbe\xf4\xfa\x99\x43\x96\x3c\ \x76\xff\x2b\x9b\x7a\x18\xc3\x00\x80\x40\x5a\xae\xcf\x81\x6a\x06\ \xc5\x18\x63\x82\xa4\xa4\x03\x86\x4f\x3a\xf7\xcc\x93\xab\x74\x29\ \xa4\x02\x40\x66\x24\x6a\x68\xe0\x0b\x29\x84\x00\x85\x8e\x72\xd0\ \x3f\x78\x18\xe9\xa1\x92\xc6\x9b\xbe\xf7\xc3\x39\xe7\x8f\xeb\x5e\ \xff\xf2\xed\x5f\xff\xca\x0f\xef\x79\xac\x25\xc1\x19\x39\xba\xd3\ \x05\x13\xcd\x0c\xc5\x8a\x4b\xfb\x37\x0e\x9f\x39\xfb\xd6\xab\xa7\ \x0f\xdc\xbd\xfc\xad\xe6\xee\x0c\x21\x18\x10\x61\x32\xf1\xc2\x23\ \xf7\xbf\xd5\x53\x7a\xf3\xf7\xbe\x7f\x66\xbd\x35\xff\xfe\xfb\xdf\ \x6d\x73\x74\x2d\x48\x5c\x0f\x08\x08\xac\xc5\x7f\xac\x2e\x2a\x69\ \x8b\xd0\x19\x57\xdc\xb0\x61\xfb\x5d\x8f\x3f\xf1\x1c\xf8\xac\x1e\ \x83\x04\x52\x1a\x33\x01\x60\xc4\xf4\xd9\x5f\x39\xb7\x11\x94\x50\ \x0a\x10\x26\xa0\xb8\x9d\xcb\x7b\xc0\xb4\xdc\xee\x87\xff\xf8\x40\ \x5f\xfd\xd9\x5f\x9a\xd2\xfb\xe4\xe3\x7f\x1c\xdc\x58\x7f\xc1\xd8\ \x72\x2e\x91\x16\x35\x90\x9f\xb7\x3c\x0b\xd3\x32\x10\x70\x64\x6a\ \x8e\xe4\xd2\x88\x0f\xba\xe4\xba\xaf\x9f\xf5\xf9\xf6\x75\x8b\x9f\ \xf9\xcf\x07\x9f\x78\xb8\xa8\xea\x5f\x6e\x3c\x8b\x49\xe7\x50\x97\ \x09\xa2\x94\x21\xc5\x39\x17\x5c\x48\x2d\x6c\x96\x56\x15\x81\xd7\ \xeb\xf9\x1c\x10\xd2\x74\xb4\xf5\xe5\x27\xe6\x2f\xda\x7f\xda\xb5\ \xb7\x9f\x7b\xea\xc9\xbd\xe1\xae\x75\xb7\xff\x61\xee\x63\x0b\x06\ \x7d\xf3\x92\x28\x0a\xf2\x73\x02\x02\x8e\x7b\x6b\x91\x10\x42\x3f\ \x84\x4f\x31\xec\x4f\x71\x97\xc4\x87\x5e\x7d\xcd\x05\x11\xb7\x37\ \x65\x03\x42\x8a\x4b\xe8\x3f\x7a\xdc\xb0\x4a\xf5\xea\x93\xf7\xbf\ \xb9\x61\xaf\xed\x4b\x29\xbc\x44\xc7\xde\xb6\xee\x94\x40\xd4\xa0\ \xde\x5b\xf3\xff\xfc\xda\x2e\x73\xf6\x0d\x37\x5e\xf7\xa5\x1b\xa7\ \x57\x67\x1f\xb9\xf7\xe1\xed\x09\xc9\x10\x94\x36\x0e\x2d\xc5\x89\ \x25\x4b\x96\xee\x4b\x89\x90\xa9\x33\x8c\x94\x94\x4a\x29\x84\xb1\ \xb0\x32\x5d\xdd\xbd\x8e\xc4\xc5\x55\x03\x4e\x39\x75\x72\x4d\x8c\ \xf4\xf5\x74\x3a\xf2\xf0\x88\x16\x84\xc1\x6b\xdf\xdb\xd2\x96\xb0\ \x99\x19\xd2\x29\xec\xdd\xb8\x78\xc1\x1b\xdb\xc2\x03\x87\xd5\x96\ \x44\x11\x65\xd6\x81\xb5\x0f\x3e\xfa\x92\x36\xea\x9c\x59\x17\x4c\ \x02\x2b\x57\x39\xe6\xec\x6b\x2f\x9e\xd4\xfa\xfa\xe3\xcf\x2c\x69\ \xa6\x3a\x0b\x9e\x98\x80\x80\xe3\xda\x5a\x94\x52\xf5\xf4\xf4\x84\ \x4c\xb3\x30\xca\xc5\xf3\x3c\x8c\x31\x65\x0c\x94\xd2\x34\x2d\x95\ \x4c\x6a\x1f\xc8\xb6\x79\x1f\x08\x94\x6b\x5b\x39\xcb\x91\x87\x86\ \xcc\x79\xae\x57\x33\xee\x9c\x2b\xcf\x59\x73\xd7\xbc\x77\x2d\x97\ \x4b\xe9\x91\xf2\x51\x73\xae\x9f\xfd\xeb\xdf\x3d\x76\xcf\x1d\xdf\ \x7b\xa2\xa2\x44\xc3\x90\xcb\xe6\xc6\xcf\xfa\xf6\xad\x67\x0c\xdf\ \xb3\xec\xf9\x7b\x9f\x5c\x39\xe1\xea\x7f\x9f\xde\x14\xf6\x64\x78\ \xd6\xf5\x5f\x7c\xf7\x5f\xfe\x70\xef\x63\xc3\xef\xb8\xf9\xfc\xe2\ \x81\x53\x2f\x3b\x6f\xf9\xbd\x2f\x3c\xf5\xbd\xe6\x77\xca\x8a\x42\ \xd2\x4e\xb5\xf6\xc1\x78\x9d\x52\xc2\x3a\x76\x2e\xbf\xe7\xfe\x67\ \xac\x48\xdc\xa0\xe0\xa4\x7b\x3b\x65\xe5\x45\x27\x4d\x29\x42\x9e\ \x38\x94\x23\x49\xdd\xee\x37\x9e\xb8\xe7\xf5\x16\x55\x56\x64\x82\ \xf0\x12\x9d\xed\x96\x39\xe0\x9a\xeb\x2e\xe9\x5f\xc2\xc0\xed\x7b\ \x69\xde\x9f\x57\x74\xc6\xbf\xf9\xad\x4b\xfa\x87\x84\xed\x0a\x8c\ \xf4\xa9\x33\xaf\x98\xf6\xf6\xba\x27\xe7\xce\x1d\xdb\xf4\xc3\x13\ \xaa\x99\xe7\x07\x33\x53\x07\x04\x1c\x97\xb2\x48\x08\xc9\xe7\xf3\ \x3f\xfe\xf1\x5d\x86\x61\x28\xa5\x10\x42\x83\x06\x0d\xcc\xe5\x72\ \x9d\x9d\x5d\x85\xc2\xb4\xf9\x7c\xfe\xe6\x9b\x6e\xfa\xc8\x9d\x4b\ \x5f\xea\xa3\x3f\x77\x16\x73\xe2\xc5\xf8\x50\x2e\x8d\x12\x9e\x0a\ \x9d\x7c\xe1\xec\x6e\xdc\xaf\x78\x68\xa5\xf2\xb9\xe7\xab\x81\x53\ \x2f\xbc\xb3\xff\xf0\xa5\x4b\x96\xb7\x76\x24\x25\xa2\xd1\xf2\xba\ \x89\x03\x4a\x85\xe7\x64\x32\xee\xc4\x0b\x6e\xb8\xe4\xdc\x71\xd8\ \xf3\x5c\x01\x15\xa3\xcf\xfa\xca\x0d\x89\x95\x7d\x3c\x9d\xb7\x43\ \x91\xf0\xd9\xd7\x7c\xa3\x7a\xc8\x5b\xcb\x37\xb4\x5a\x5c\x11\x6d\ \xf0\xe4\x33\xfb\x8f\x1c\x33\x4a\xda\x76\xa4\xdf\xb0\xd3\xce\x3c\ \x65\x67\x5b\x1f\x57\x48\x1f\x72\xc2\xac\xa9\x27\x4f\x18\x5a\x23\ \x0e\x25\x62\x2b\xc5\x39\x2b\x99\x7e\xfe\xac\xf0\xba\xad\x6d\xbd\ \x69\x89\xd8\xb8\x93\xce\x9d\x72\xd2\xb4\xa6\xaa\x88\xcf\x85\x93\ \xeb\x13\xc5\xc3\x66\x7f\x79\xe2\xe9\x23\x2a\x5c\xcf\x03\x00\xe9\ \x7b\xac\xb4\x69\xf6\xf5\x37\xc4\xde\xd9\x93\x4b\x26\x44\x75\x35\ \x82\x20\x7d\x31\x20\xe0\xff\x32\x28\x93\x4e\x1d\xf3\x17\xa6\x69\ \xdc\xf9\xe3\x9f\x2c\x5f\xbe\x5c\xd7\x75\xce\x79\x79\x79\xf9\x6f\ \xee\xf9\xf5\xd6\x6d\xdb\xee\xb8\xe3\x4e\x4d\xd3\x00\xc0\x75\xdd\ \x2f\xdf\x7a\xeb\xcc\x99\xe7\x59\x96\xf5\xa1\x5e\x33\x20\xc3\x0c\ \x31\x24\x2c\xcb\x96\xef\xd5\x58\x50\x88\x68\x21\x53\x17\x9e\xe3\ \xb8\xbc\xb0\x1a\x13\xaa\xe9\x3a\xc5\x08\x00\x94\x14\x9e\xeb\x78\ \x5c\x31\x23\x64\x32\xb0\x2c\x5b\x1c\x14\x22\xa4\x9b\x21\x86\x85\ \x65\x39\x52\x01\x20\xcc\x34\x5d\x3b\xd8\x99\xa2\xa4\x10\xbe\xe7\ \xf9\x5c\x20\x42\x75\x5d\xa7\x04\x03\x80\x52\xd2\xf7\x5c\xcf\x7f\ \xff\x98\x6e\x42\x35\x4d\x3b\x38\x42\x46\x0a\xee\x79\x1e\x17\x12\ \x00\x00\x91\x50\xc8\xc4\xd2\xcf\xdb\xee\x91\xa5\x2d\xa8\x6e\x9a\ \x3a\x71\x6d\xcb\xf3\x65\x50\x2b\x22\x20\xe0\x38\xb5\x16\xa5\x54\ \x23\x47\x8c\x78\xe7\x9d\x77\x5c\xd7\x55\x4a\x25\x93\xc9\x67\x9e\ \x79\xb6\xa3\xb3\x83\x73\x0e\x00\x9c\xf3\xd2\xb2\xd2\x81\x83\x06\ \xf8\xbe\xff\x71\x4e\x74\xde\x2d\xfc\x78\xc4\x6a\x25\xfc\x7c\xce\ \x3f\x72\xb5\x14\xdc\xb1\xf8\x51\x7f\x8b\x80\xbb\x56\xf6\xa8\x1c\ \xea\xc3\x7b\x2b\x7c\x92\xbe\x6b\xfb\xef\x4b\xb2\x46\x48\x49\xe1\ \xd8\xd6\x47\x5f\xb6\xe0\x9e\xcd\x8f\x95\x89\xa8\x84\x95\xcf\x7d\ \xf0\x32\xb8\x67\x67\x3d\x78\xff\x75\x04\x04\x04\x1c\x57\xd6\x22\ \x42\x88\x73\xbe\x69\xd3\xe6\xb6\xb6\x36\xce\xb9\x52\xca\x75\x5d\ \x8c\xb1\xa6\x69\x80\x90\xa1\xeb\x43\x86\x34\x0d\x1a\x34\x50\x06\ \x0e\x65\x40\x40\xc0\x71\x22\x8b\x00\x80\x31\x66\x8c\x1d\x9e\x93\ \xa0\x10\x61\x3c\x64\x3f\x81\x02\xf0\x3c\x1f\x20\x90\xc5\x80\x80\ \x80\xe3\xc3\x89\x06\x00\x29\xa5\xeb\x06\x03\x81\x03\x02\x02\x8e\ \x2f\x82\x79\xa2\x03\x02\x02\x02\x02\x59\x0c\x08\x08\x08\x08\x64\ \x31\x20\x20\x20\x20\x90\xc5\x80\x80\x80\x80\x4f\x03\xfd\x98\x69\ \xaa\x3e\x1c\x75\x44\xfd\x1a\x4a\xe9\xa1\xde\xe9\x80\xff\xad\x20\ \x84\x84\x10\x52\xca\xc3\x9f\x19\xfd\xf4\x8f\x47\x40\xc0\xff\x62\ \x59\xdc\xba\x75\xeb\xa7\xd3\xc4\xc6\xc6\x46\xc3\x30\xa4\x94\x08\ \xa1\x5f\xfc\xc7\xcf\x13\x89\x24\xa5\x41\xe9\xad\xff\x1d\xa8\x63\ \xa5\xa5\x5b\xb6\x7d\xda\x69\xa7\x5d\x70\xc1\x85\xb6\x6d\x13\x42\ \xba\xbb\xbb\x76\x6c\xdb\x22\xa5\x0a\x94\x31\xe0\xb8\x93\x45\xdb\ \xb6\x3f\x9d\x2c\x1e\x69\x2d\x76\x76\x74\x74\xf7\xf4\x50\x4a\x83\ \x06\xfd\x0c\x91\x00\xa0\x40\x21\x04\x08\x1d\xbe\x39\x07\xff\x2f\ \x05\x01\xa5\xa4\x94\x4a\x01\x00\x21\x44\x29\x85\x11\x42\x47\xcc\ \x94\x9d\xcf\xe7\x53\xa9\x14\x3e\xb8\x06\x29\x29\x9f\x79\xe6\xb9\ \xde\xbe\x3e\xc6\x82\xba\x41\x01\xc7\x99\x2c\x62\xfc\x69\xc2\x8b\ \xea\xe8\x0a\xb0\x94\x31\xc6\x58\x20\x8b\x9f\xa5\x26\x2a\x15\x05\ \x51\x16\xd2\x8b\x74\x2a\x08\x83\x83\x26\x1e\x42\x08\x90\x14\x7a\ \x38\xea\x17\x57\x15\x15\xc5\x5c\xd7\x15\x5c\x20\x8c\x7b\x7b\xba\ \xf7\xed\xdb\x0b\x4a\x81\x52\x85\x8d\x19\x63\x47\x16\x8b\x43\x08\ \x69\x9a\xa6\xeb\x7a\x70\x5b\x03\x8e\x3b\x59\xfc\x87\xef\x91\x7b\ \x2e\x97\x0a\x00\x10\x26\x8c\x51\x8c\x10\x80\xf2\x3d\xef\x50\xb9\ \x07\xa0\x8c\x81\xe4\x0a\x33\x46\xf0\xa1\x3f\xf1\x14\xa6\x58\x71\ \x89\x28\xa3\x18\x00\x04\xf7\x39\x17\x0a\xa0\xb0\x0f\xee\xbb\x42\ \x1e\x96\x60\x8d\x12\xc4\x7d\x8f\x0b\x05\x80\x0a\x1f\x8f\x7b\x4d\ \x84\x10\xa3\x03\x22\xa1\x26\xd1\x53\xea\x64\x42\xca\xa3\x08\x08\ \xc6\x18\x21\x86\x94\xd4\x23\xad\x65\x93\xe2\x13\xa7\x35\x34\x36\ \x44\xa3\x11\x8c\x71\x32\x91\x48\xa5\xd2\xeb\xd7\xaf\x5f\xb1\xec\ \x9d\x64\x32\x81\x03\x37\x39\x20\xe0\x93\xc9\x22\x22\x94\x60\x50\ \x9c\xff\x1d\x15\xa9\x95\x42\x65\x03\x86\xd5\xc4\x23\x94\x80\x95\ \xec\xdc\xbd\xe7\x80\x23\x08\x65\x66\x5d\x43\x63\x69\x51\x98\x11\ \xa4\x00\x7a\xf7\xef\xf1\x8c\x52\x92\x6d\xeb\x48\xdb\x18\x63\x29\ \x55\xd9\x80\x46\xd3\x4b\x5a\xa4\xc8\xf0\x13\x9d\xbd\x39\xce\x79\ \x28\x5e\x33\xb0\x7f\x8d\x8e\x65\xba\xfb\xc0\x81\x5e\xab\xb2\xdf\ \x90\xb2\x62\x83\x62\x04\x20\x7b\xf6\xb7\xec\xeb\xca\x95\xd6\x0d\ \xe9\x57\x59\x04\xbe\xd5\xd9\xb6\xaf\x27\xed\x1c\xcf\xf1\x2f\x05\ \xc0\x40\xd4\x46\x42\xa3\xfd\xf6\xb8\x97\xc0\x98\x28\x4c\x24\x42\ \x08\x63\x84\x00\x13\xd8\x55\x3d\x3a\x3a\x75\xe6\x84\xb1\xa3\x04\ \xe7\x9e\xeb\x09\x29\x75\x4d\xaf\xae\xaa\xac\x38\xeb\x4c\xc7\x71\ \x56\xad\x58\x96\xcb\xe5\x3e\x45\x51\xe1\x80\x80\xe3\x4c\x16\x11\ \x26\xe0\xb5\xb7\xee\x4c\x88\xf0\xc0\xfe\xb5\x21\x0a\xea\x03\x8e\ \xf3\xb1\x5e\x50\xe9\xa3\xe8\x59\x37\x7d\x7b\xbc\x68\xd9\xd1\xe1\ \x94\x56\x55\xa3\xae\x0d\xf3\x1e\x79\x7c\xa7\x5d\x7e\xd9\x0d\xdf\ \xa9\xb5\xb7\xed\xe8\xb1\x19\x51\x6b\x33\x89\xe2\xe9\xd7\x9e\x4a\ \x5e\xff\xc1\xef\x5f\x05\x46\x3c\x5c\x77\xd5\x2d\x5f\x4f\xbc\x74\ \x4f\xf7\xa4\x1b\x86\xec\x7b\xe2\x3f\x1e\x5a\x5d\x3f\xf1\xbc\x39\ \xb3\xce\x0d\xe7\x3b\x13\x9e\xa6\xa7\xd6\xfe\xf9\xf9\x1d\x97\xdc\ \xf2\x2f\x95\xc9\xb5\x7b\x93\x0e\x25\xfe\xaa\x4c\xbb\xaa\x3c\xf5\ \xe6\xab\x4f\xce\x75\xb6\x2b\xcd\xd8\xb9\xf4\x89\x67\x96\xec\x66\ \xda\xf1\xeb\xe8\x29\x50\xb1\x70\x68\x84\xe8\x29\x75\x13\x40\x28\ \xc2\x98\x60\x84\x11\x22\x04\x31\x25\x7b\xf4\x52\x76\xc2\x19\x13\ \x47\x8f\xf0\x3d\x8f\x73\x5e\xe8\x6b\x16\x52\x48\x21\x01\xc1\xb4\ \x69\x53\x93\xc9\xc4\x86\xf5\xeb\x3e\xfe\xe6\x1e\x0a\x9e\x04\x96\ \xe5\x3f\xf1\x56\x2a\x28\x04\xb5\xde\x77\x3b\x82\x66\xff\x67\x37\ \x3b\x42\x08\x21\x74\xb8\xd9\xe9\xb1\x35\x51\x5a\x6b\xde\x58\xb8\ \x6e\x77\xaf\x1f\xa9\xaf\xa8\xad\x68\x5d\xb9\x98\xd7\x8d\x3f\x61\ \x50\x99\xe0\xe2\xa3\x0f\x80\x30\x61\x2a\xb9\x6c\xc1\x23\x8f\x2d\ \xda\x1f\xae\x18\x70\xf9\xad\xff\xef\xc6\x4b\xdb\xfe\x75\x5e\x0b\ \xb7\x12\x8b\x1f\xfd\xed\xc3\x1b\x12\x26\x63\x8c\xe0\xaa\xf0\x8a\ \x53\x67\x9f\x34\xb8\x78\xd1\x96\x84\x5b\x31\x7e\x42\x25\x6a\x7f\ \x76\xe5\xee\xa1\x13\xb9\xeb\xba\x34\x3e\x78\xd6\x75\x97\xa6\x5e\ \xff\xfd\xaf\x5e\x5e\x2f\xb0\x6e\xea\xca\x66\x03\x80\x77\x2d\x78\ \xe8\x3f\xff\xb6\xad\x4f\xd7\x19\xb0\xa2\x4b\xbf\x3d\x43\x6d\x7f\ \xfa\xae\x7b\x9e\x45\xc5\xe5\x11\x0d\xa8\x76\x5c\x07\xbf\x14\xe0\ \xb8\x4e\xcb\xed\x34\x26\x04\x08\x0d\xbe\xb3\xcd\x00\x00\x20\x00\ \x49\x44\x41\x54\x26\x08\x08\x46\x04\x21\x8c\x90\x0e\xd0\x61\x56\ \x8e\x18\xd8\xa0\x94\xf4\xb9\x2f\xa5\x14\xf2\xb0\x2a\x0a\x29\xa5\ \x69\x18\xfd\xfb\x0f\xd8\xba\x79\xb3\xe7\x7d\xcc\xe0\x77\xc7\x71\ \xce\x3c\xf3\xac\xc9\x53\xa6\x38\x8e\x13\xbc\x48\xff\x24\x34\x4d\ \x7b\x74\xde\x23\xfb\xf6\xed\x2b\xd4\x7e\x06\x00\xce\x79\x45\x45\ \xc5\x35\xd7\x5c\xcb\x85\x08\xda\xe7\x9f\x84\xae\xeb\x1b\x36\xac\ \x7f\xee\xd9\x67\x22\x91\x68\xa1\xd9\x8f\x21\x28\x18\x63\xab\x67\ \xff\xce\x3e\x6d\xe6\x65\x97\x6e\x7f\x67\xa5\xa4\x3a\xe6\x56\x57\ \x32\x07\xa8\xfc\x93\x4a\x2f\x26\x84\x10\xaf\x77\xd7\x6b\xaf\xbe\ \x31\xfe\xda\xf1\x95\xcf\xec\xf6\xb1\x39\xe5\xf2\x5b\x2a\xcf\xf2\ \x88\xdb\xfe\xea\x8b\x2f\x6e\xdf\xb0\x6a\xef\x17\x4e\x9d\x3c\xb6\ \x76\xd5\xc2\xf6\x33\xc7\x8f\xcd\x6f\x79\xad\x35\x2b\x46\x62\x24\ \x84\xaa\x18\x30\xba\x11\x6f\xfd\xd9\x92\xb5\x76\xe1\xc0\x79\x4f\ \xc4\xa4\x54\xc5\x67\xcc\xba\x65\x58\xda\xc3\xd9\xae\x05\xcf\x3e\ \xfd\xee\xe2\xd7\xa6\x7e\xf1\xec\xaf\x7c\x39\xb2\x78\xd1\xd2\x2d\ \x7b\xfb\x88\xa6\xa1\xe3\x5a\x16\x11\x26\x44\x43\x12\x63\x8c\x0b\ \x76\x22\xc6\x04\x01\xc6\x98\x20\x65\x4b\x44\x28\xe5\x3e\x17\x42\ \x4a\x29\x65\xc1\x5a\x14\xa2\x20\x8b\x18\x61\x82\xf1\x7b\xb9\x8a\ \x1f\x69\x27\x9a\xa6\x59\x52\x52\xf2\xe9\x52\x17\x02\x3e\x09\xa6\ \x69\xf6\xf6\xf6\x74\xb4\xb7\xf5\x1f\x30\x10\x63\x5c\x78\x45\x31\ \xc6\xc5\x25\x25\x85\x3a\xa7\x01\xff\x0c\x42\xa1\xb0\x52\x6a\xf7\ \xae\x5d\x8d\x83\x9b\x4c\xd3\x54\x4a\x1d\xdb\xce\xa2\x9a\xae\x63\ \xbf\xaf\x37\xe5\x2b\xc8\xf7\xb6\xed\xe9\xc8\xc6\xeb\xa3\x9f\x5c\ \x7a\x0a\x16\x29\x46\x58\x0a\x2e\x10\xc1\x18\x63\xc9\x3b\x77\x6e\ \x5c\xb3\x37\xcf\x64\x36\xed\x52\xe6\xb5\x2d\x5e\xb3\x67\xd6\x84\ \x29\xb5\xeb\x56\x8e\x19\x6c\xbe\x33\x77\x13\x07\x8a\x0e\x8a\x32\ \x03\xee\x4b\x05\x18\xe1\x83\xbb\x41\x08\x21\x77\xff\xf6\x0d\x6b\ \xdb\xf2\xc4\xcf\xe7\x81\xf5\xad\x7b\xe6\xa7\xed\xeb\x27\x4e\x39\ \xe9\xa2\x5b\xbf\x7f\xe2\x92\xc7\x1f\x5f\xb0\x4e\x32\x76\xdc\x2a\ \x23\x02\x95\xf7\x85\x43\xcd\x12\x69\x03\x42\x18\x23\x82\x51\xc1\ \x66\xc4\x80\xca\x65\x2e\xd1\xd9\x51\x51\x1c\x2b\x58\x8a\x05\x35\ \x94\x52\x48\x21\xa4\x52\x3e\xf7\x33\xd9\x0c\xa5\x84\x73\xff\x63\ \x0f\x74\x50\x4f\x03\xb3\xe5\x9f\x86\x10\xd2\x75\x5d\x2b\x6f\x49\ \x29\x8f\x4c\x11\x09\x9a\xfd\x9f\x8a\x94\x82\x73\x6e\x5b\x96\xe7\ \xba\xa1\x50\xe8\xd8\xb2\x28\x85\xd0\x4b\xfa\x4d\x18\xba\xfb\xcd\ \x45\xaf\x5b\x5c\xee\xe9\xea\x88\x0f\x3c\x61\xcc\xc0\x52\xc9\xc5\ \x27\xd3\x44\x10\xdc\xf7\x5c\x57\x8b\x95\x4f\x39\xf9\x14\xd4\xfc\ \x46\x77\xce\x27\xca\xdf\xbb\x71\xc5\x5b\x1b\x93\x26\x23\x94\xe9\ \x4c\xc3\x2d\xcb\x16\xa5\x27\x5f\x7a\xd1\xa5\x35\xd1\xce\xb5\xeb\ \x5b\xfb\x08\x8b\x00\x00\x46\xa8\xaf\x7d\x47\x77\xec\xac\x89\xc3\ \xfb\xed\x59\xbe\xc7\x53\x94\xe2\x42\x92\x89\xb3\x73\xdd\xca\xa5\ \xdb\x13\x9a\x46\x99\x66\xe8\x9a\x96\xeb\xd8\xf9\xe2\xbc\x75\x9b\ \xbb\xbf\x73\xc7\x45\x33\x97\x2e\x5a\xd3\xec\x31\xfd\x78\x1d\xc7\ \x88\x95\xec\xf6\x54\x32\x5c\x5c\xeb\xe6\x3c\x42\x30\xc2\x18\x23\ \x82\x10\xc1\x18\x10\xaa\x75\xba\xb7\xb7\x6c\x1f\x3e\x62\x84\x52\ \xae\xe0\xe2\x90\xb9\x28\x85\x90\x18\x23\xcf\x73\x9b\x9b\x9b\x3d\ \xd7\xfd\x74\x79\x5a\x01\xff\xf8\x2f\x39\x84\x82\x7b\xf1\xd9\xbc\ \x47\x18\x1f\xee\xb9\x3d\xa6\xb5\xa8\xb8\x24\x0d\x13\x4e\x2f\xa9\ \x6e\xd8\xdb\x95\x26\x46\xb4\xbc\x2c\x4e\x25\x97\x9f\x20\x0f\x46\ \x49\x29\x69\x7c\xc2\x69\x17\xd1\x41\x56\xf5\x80\xc1\xe5\xb0\xf7\ \xc1\xfb\x5f\xcf\xca\x5a\x2d\x5a\x3a\xf9\x82\x59\xfa\x44\x9b\x11\ \x9c\xd9\xbd\xea\x95\xe5\xdb\xad\xae\xad\x4b\xb7\xf0\xaf\x7c\x7e\ \xea\x5f\xef\xfe\x72\x0f\xd7\x08\x02\x66\x98\xa1\x90\x6e\xb5\xaf\ \x7b\xf2\xa9\x15\xd7\xcc\xfe\x56\xff\x13\x37\x77\xdb\x7a\x91\xda\ \xf3\xd4\x6b\xbb\xb0\x56\x31\xfd\xa2\x59\x35\xdd\x16\xa5\xb8\x6b\ \xcb\xbb\xe9\x8a\xf1\x53\x1b\xcd\x9e\xa4\xdf\x6f\xc4\xb0\x96\xad\ \xaf\xf5\xb8\x98\xe2\xe3\xfa\x45\xf2\x6d\xe7\x6d\xa3\x2c\x62\xc8\ \x81\xbc\x8f\x60\xa5\x30\xc6\xa8\x60\x33\xa2\x1a\x22\x0f\x6c\x7a\ \xfd\xf5\x58\xd9\x84\xf1\xe3\x18\x21\x5c\x70\x29\x25\x80\x22\x94\ \xb8\xae\xb3\x6c\xf9\x8a\xae\x8e\x0e\xa9\x54\x90\xa3\x13\x10\xf0\ \x9e\xbb\x7c\xcc\xf7\x8c\x20\x7f\xe7\xaa\xb7\xdf\xd9\xb0\x97\x63\ \x8c\x41\x7a\xc2\x3c\xe9\xdc\x73\x86\x55\x17\x7d\x4c\x97\x0b\x42\ \x54\x59\x6f\x3d\x36\xb7\xad\xaa\x88\x11\x68\x6b\x5e\xbd\x79\xd3\ \xd6\xa4\x03\x21\x2d\xf9\xd2\x93\x73\x6b\xca\x62\x8c\x00\x28\xb0\ \x72\x2e\x42\x58\xa7\x62\xfd\x6b\x8f\xfc\x7a\x77\x59\xcb\x96\x3e\ \x5d\xa7\x20\xd5\xbb\xcf\x3d\xb6\x3d\x77\x20\x14\xc6\x9b\x5f\x7d\ \xf8\x57\xad\x23\x47\x0c\xae\xd5\x90\x6a\xed\x6c\xc9\xa7\x7a\x17\ \x3e\x76\x5f\x5d\x79\x88\x62\x00\x05\x79\xdb\xda\xb7\x65\xa5\xc1\ \x07\x85\x19\x3a\xf0\xfc\x9a\x8d\xeb\xb7\xe4\xb0\x76\x9c\x67\x2e\ \x22\x25\x7a\xd3\xd9\x67\xc3\x65\xe3\x8d\x50\x13\x64\xab\x89\x43\ \x0f\x45\x20\x24\x46\x63\x21\xbb\x7d\xd9\x63\xeb\xba\x77\xd5\x0e\ \x1e\x16\x29\xaf\xc6\x94\xa6\x92\xa9\xbe\xbe\xbe\xed\x3b\xb6\xef\ \xdc\xb1\xdd\x71\x2c\x8c\x83\xec\x9c\x80\x80\x8f\x94\x45\x84\xb0\ \x97\xda\xbb\x72\xdd\xbe\xa1\xd3\xcf\x1f\x59\x6d\x0a\x21\x95\x42\ \x9a\xa1\x8b\x8f\x77\xa2\x11\x46\x72\xef\xba\x25\xcd\x42\x01\x00\ \x22\x54\xd3\x75\xa6\x21\x00\x6b\xd3\x9a\xb7\xd6\x1f\x4a\x7f\xc4\ \x54\x33\x35\x86\x19\xb8\x3d\xbb\x96\xb5\x35\x6b\xa6\x49\x10\x00\ \x56\xfb\x36\xac\x92\x98\xe9\x1a\xd3\x95\xec\x6e\x5d\x77\x60\xfb\ \x1a\x05\x80\xa9\x66\x68\x64\xeb\xea\xd7\x37\x1e\xfa\x73\xc2\x74\ \x86\x65\xdb\xae\xcd\x52\x01\xc2\x54\xd7\x35\x12\xf8\x1c\x08\x29\ \xe1\x67\xd2\xc9\xb7\xdd\xd0\x7a\xa3\x32\xc4\xc8\x7b\x93\x4b\x00\ \x60\x00\x06\x22\xbb\x61\x1b\xda\xdc\x4c\x98\x8e\x10\xa2\x8c\xe6\ \x73\xb9\xde\xde\x6e\x8c\x70\xa0\x89\x01\x01\x9f\x44\x16\x91\xef\ \x5a\x2a\x5a\xd1\xaf\xbe\x32\x44\x5d\xfe\x09\x26\x8b\xf7\x3c\xcf\ \x75\xbd\x42\x87\xa6\xc2\x94\xe8\x0c\x28\xa5\x4a\x31\x21\x89\x10\ \x58\x2a\x83\x30\x20\x20\x11\x12\x18\x73\x8c\x3d\x8c\xa5\x10\x58\ \x21\x42\x88\xf0\x3d\x71\x58\x54\x95\xf0\x5c\x71\x50\x3c\x59\x41\ \xed\x94\xef\x73\x74\xf8\x13\x00\x80\x14\x12\x08\x65\x85\xb7\x59\ \x70\x3f\x88\x45\x1f\x86\x67\xd3\xf9\x0c\x00\x80\xfa\x40\x35\x23\ \x04\x07\x87\xb2\x1f\x15\xc3\x3a\x22\x0f\xde\x75\x5d\x2e\x44\xe0\ \x4c\x07\x04\x1c\x43\x16\x95\x52\x7a\xa8\xd8\xc8\x2c\x7e\xf1\xc9\ \xc7\x22\x14\x14\x48\x2e\x43\x93\x4e\x3f\xad\xa9\x32\x22\xc4\xb1\ \x35\xb2\xa1\xa1\xa1\xa4\xa4\x98\x12\xa2\x18\x03\x42\xf4\xce\xae\ \xb2\x9d\x3b\x1b\x76\xef\xa9\x4d\x24\xcb\x32\x99\xa8\x10\x04\x40\ \x01\x58\x00\x89\x68\xa4\xa3\xa8\xb8\xb5\xae\xb6\x63\xe8\x10\xbb\ \xa1\x41\x50\x82\x5d\x17\x54\x50\x91\xec\xb3\xc7\x71\x9c\xca\xf2\ \x72\xfe\x49\xbe\x06\x03\x02\x8e\x2f\x59\x44\x98\x12\x2c\xc3\x15\ \xd3\xcf\xbf\x20\x65\xf9\x80\x10\x80\x52\x8a\x96\x46\xb5\x0f\x9b\ \xfb\x54\x4a\x79\xee\x8c\x73\x22\xc5\x71\xa9\x6b\xb4\xb5\x35\xfa\ \xf8\x5f\x62\x7f\x5b\x80\xba\xba\xa0\xa6\x86\x9f\x7a\xaa\x3b\x68\ \x90\x57\x5d\x2d\x63\x31\xe4\x38\xac\xbb\xbb\x7e\xcf\x9e\x86\xcd\ \x9b\x4f\x5a\xbf\x01\x5a\x77\xe5\xa7\x4d\xcd\x5c\x73\xb5\x3b\x69\ \x32\x92\x12\x7c\x3f\xb8\x19\x9f\xa9\x17\x8e\x3c\xd7\x45\x48\x79\ \x5e\x70\x23\x02\x02\x59\x3c\xfa\xe5\x50\xdc\x3a\xd0\x9e\x89\xc6\ \x4b\x30\xd1\xcc\x50\x21\x4d\x5a\x29\x20\x14\xe3\x8f\xa8\x32\xcb\ \x31\x66\x54\x33\xe7\x3f\x1d\xfb\xe5\x2f\x71\x4f\x8f\x73\xda\x69\ \xf9\x8b\x2f\x76\x26\x4d\x52\xc5\xc5\x8a\x52\x20\x44\x11\x02\x52\ \x22\x21\x10\xe7\xe0\xba\xfa\x86\x0d\xe6\xc2\x85\xe1\x67\x9e\x09\ \xbf\xf6\x7a\xfe\xfa\x2f\x65\x6f\xbe\x49\x54\x56\xa2\x60\xf8\xc4\ \x67\x2a\x8b\x42\x48\xcf\xb5\x02\x27\x3a\x20\x80\x1e\xfd\x6e\x60\ \x61\xf5\x2c\x5b\xb2\x6e\xf4\xc9\x53\x7b\xde\x7d\x73\x47\x4a\x50\ \x0c\x00\x52\xa2\xd8\xb4\xb3\x4e\x6f\xaa\x88\xf0\x63\x39\xd1\x4a\ \xd7\x21\x97\x8f\xfe\xf6\xdf\xc2\x0f\x3e\xe8\x4d\x9a\x94\xfe\xe5\ \x2f\xbd\xc9\x93\x95\x61\x20\xd7\x05\x21\x90\x10\xa0\xd4\xa1\x1e\ \x00\x04\x00\x40\xa9\x33\x79\xb2\x33\x65\x4a\x6e\xd6\xac\xe8\x7d\ \xf7\x85\x7f\xff\x3b\xb2\x6e\x6d\xf2\xee\xbb\x79\x53\x13\x0a\x46\ \x50\x7c\x76\xb2\xf8\x49\xc6\xba\x04\x04\x1c\x77\xb2\xa8\xa4\xa0\ \x45\xfd\x2f\xba\xa2\x3f\x21\xb8\xa9\xf6\xf2\x29\x0a\x00\x00\x23\ \x95\xee\xeb\xf5\x35\x22\x8e\xe9\x44\x53\x8a\x73\xb9\xba\x9f\xfc\ \x34\xf2\xd2\x82\xcc\x57\xbf\x9a\xbd\xf5\x56\x11\x8f\x63\xc7\x41\ \x96\x75\x8c\x8d\x0b\x31\x44\xa5\x90\xeb\x02\x42\x7e\x53\x53\xe2\ \xee\xbb\x9d\x29\x53\x4a\xfe\xed\xdf\xca\xae\xbf\xbe\xef\xbe\xfb\ \xfc\xa1\x43\x03\x9b\x31\x20\x20\xe0\x7f\x90\x2c\x62\x4c\xd2\x07\ \xb6\x6d\x6c\xed\x94\xe8\x50\xc2\x37\x42\x44\xb9\xbb\x5b\xda\x86\ \x4e\x9f\x59\x5e\x1c\xe6\xfe\x51\x03\x33\x15\xc6\x20\x84\x71\xd7\ \x5d\xd1\x85\x2f\xa7\xee\xbc\x33\x3b\x67\x0e\x00\xe0\x63\x0a\xe2\ \xb1\x24\x12\x39\x0e\x60\x6c\x5d\x72\x89\xac\xa9\x29\xbd\xf1\xc6\ \x92\xef\x7e\xb7\xef\x4f\x7f\x12\x15\x15\x28\x88\x33\x06\x04\x04\ \x7c\x76\x1c\x9d\xf2\x87\x00\x21\xe9\xba\xae\xeb\x7a\xae\xe3\xba\ \xae\xe7\xb9\x4e\xde\x12\xfd\x46\x4f\x1c\x5a\x53\x7c\x8c\xc1\x7f\ \x86\xc1\x9e\x7f\x9e\xfd\xf6\x3f\x7b\x66\xcf\xca\x5d\x77\x1d\x02\ \x40\x47\x0e\x68\xc7\x04\x11\x86\x08\x7d\xdf\x02\x47\x86\xaf\xa4\ \x44\x8e\xe3\x4c\x9b\x96\xfc\xe9\x4f\xf5\xb5\x6b\x63\xbf\xf9\x0d\ \xc5\x58\x37\x4d\xfd\x10\x9a\xa6\x05\x73\x89\x04\x04\x04\x7c\x66\ \xd6\xa2\x14\x22\x5a\x37\x72\xc6\x80\x31\x00\x88\x52\xaa\x84\xef\ \x71\x89\x09\x61\x04\x7b\xae\xed\xbf\xaf\x1c\x2d\xa5\x78\xdf\x7e\ \xfd\xae\xbb\xf8\xb8\x71\x5d\x73\xae\x29\x46\xe8\xa8\xde\x64\x4c\ \x84\x95\xf5\x53\xbd\x47\x4f\xa6\xa4\x10\xa1\x5a\x59\x35\x33\x4c\ \xe1\xb9\xea\xb0\x4f\xed\x38\xd6\xb9\xe7\xea\xd7\x5f\x1f\xb9\xff\ \xfe\x15\x15\x15\x1b\xfa\xf5\x63\xae\x0b\x08\x29\xa5\x6a\x6b\x6b\ \x27\x4e\x9c\x58\x98\x7b\x24\xb8\x5b\x01\x01\x01\xff\xdd\xb2\x08\ \x00\x4a\x70\x57\x08\x42\xa0\x7b\xd7\xfa\x77\x96\xbd\x9b\x8a\x34\ \x9c\x77\xfa\x44\xde\xbb\x1f\x62\xd5\xe5\x31\xfd\xbd\x1c\x1d\x84\ \x14\xa5\xec\x89\xbf\xa0\xe6\x16\x6f\xfe\x13\xbc\xa2\x12\xf9\xfe\ \x7b\xba\x45\xa8\xd7\xdb\xe1\x3f\xfb\x9b\x90\x93\x04\xaa\x1d\x61\ \x8c\x02\xb7\x2d\x67\xf4\xa9\x5b\x49\x69\xdd\xd0\x51\xf1\x9a\x7e\ \xa2\x50\xb8\x45\x4a\x40\x28\x75\xfd\xf5\xfa\x8b\x2f\x96\x3c\xf0\ \x40\xdb\x55\x57\x61\x8c\x41\x29\x84\xd0\x8e\x1d\x3b\xaa\xab\xab\ \x1b\x1b\x1b\xfd\x0f\x7a\xd6\x08\x13\x82\xe4\xa1\xe2\xe1\x98\x10\ \xa4\xa4\x90\xff\x18\xf5\xc4\x84\xe2\x82\x9e\x2b\xc9\x85\x24\x84\ \x82\x12\x42\x2a\x00\x44\x08\x86\x7f\xdc\x81\x02\x02\x02\xfe\xa7\ \xcb\x22\x00\x20\x8c\x79\xb6\x6d\xc9\x5b\xef\x86\xea\x07\x18\x3d\ \x49\x0f\xa0\x6d\xdb\xda\x64\xd5\xe4\x33\xc6\xd6\x83\x3c\xe8\x23\ \x2b\x4a\x71\x6f\x2f\x7b\xfc\x2f\xfc\xd4\x53\xf9\x69\xa7\xe3\x7d\ \x7b\x20\x1c\x7d\x6f\x0f\x54\xb3\x5a\x36\x94\x58\x7d\xd5\x03\x1a\ \xa4\xf0\x01\x63\x50\x00\xa0\x88\x92\xa8\xae\xe9\xe9\x05\xaf\x1d\ \x40\x91\xc6\x09\x53\x8f\x34\x00\xb1\xef\xdb\x55\x55\xad\xa7\x9f\ \x3e\xfe\xa9\xa7\xea\xa7\x4f\xb7\x27\x4d\xc2\xb6\xcd\x34\x6d\xfd\ \xfa\xf5\xb6\x6d\x1f\xa3\x93\x14\x21\xe5\xd9\x49\x9b\x17\xc5\x8b\ \x10\xe7\x80\xc0\x4a\xa7\x38\x31\xa2\x21\xf6\x5f\x37\x2b\x11\x80\ \x9d\xe9\x49\xa4\xf3\x9c\x4b\x1a\x8e\x57\xc5\x8d\xde\x9e\x84\x11\ \x2b\x8d\x30\x04\x18\xe5\x52\xbd\x0e\x84\xe2\x31\x23\x30\x60\x03\ \x02\xfe\x4f\x72\x8c\xe1\xc4\x08\x21\x37\x9f\xb2\x8c\xaa\x49\x13\ \x4f\xa8\x08\x51\x8c\x09\x56\xf2\xfd\xb9\xdc\x94\xe2\x8d\x1b\x61\ \xcb\x16\x7e\xe9\x25\x2a\x12\x81\x0f\xc8\x96\x2f\x24\xc2\x18\x79\ \xb6\xb2\xf3\x6e\xd7\x7e\xb7\xa7\x8d\x77\x1f\x00\x33\xf2\xca\x86\ \x9d\xdb\x3a\x12\xa7\x5e\xf3\x95\x70\x71\x5c\x8a\x23\x02\x91\x4a\ \x61\xa5\xf6\x4d\x98\x60\xb9\x6e\x64\xd1\x22\x4a\x29\x61\x8c\x10\ \xf2\x61\x45\x96\x88\x66\xd8\xbb\x57\xdf\xf5\x8d\xaf\x3f\xb1\x7c\ \xbf\x66\x1a\xba\x0e\x4b\xe6\xfd\xee\xcf\x2f\xee\xd4\x0d\xc6\x98\ \xa6\x69\x9a\xa6\xe9\x1a\xa3\x00\x40\x99\xa6\x31\x82\x10\xd6\x74\ \x8d\x20\x44\x99\xae\x51\xac\x94\xc2\x54\xd3\x19\x05\x40\x54\xd3\ \x35\x4d\x63\x8c\xe1\x43\x93\xe5\x69\xd8\x5b\xf4\xd0\xcf\x7f\xf6\ \x9f\xf3\x9e\xf9\xeb\x13\x2f\x2d\x6f\x06\xa2\x96\xcf\xbf\xe7\xe7\ \x8f\xbc\x21\xc2\xc5\xd0\xbb\xf1\xd7\x77\xdc\xbd\x74\x57\x86\x1e\ \xb2\x26\x8f\x73\x08\xc6\x84\x60\x42\x30\x25\x84\x52\xc2\x28\x65\ \x8c\x1e\x84\x10\x4a\x08\x21\x98\x60\x7c\x70\x33\x8c\x31\x46\x94\ \x10\x4d\x63\x8c\x52\x8c\x0f\x55\x87\x7c\x6f\xc1\x47\x2e\x94\x12\ \x8d\x31\xc6\x0a\xbb\x79\x6f\x3d\x46\x80\x0b\x05\x25\x11\x60\x8c\ \x30\x02\x74\x78\x01\x40\xa0\x10\x02\x7a\xf8\x4c\x08\xc1\x18\x21\ \x00\x84\x00\x63\x44\x08\x46\x08\x51\x4a\x34\x4d\x2b\x9c\x46\xa1\ \x3c\x28\x21\x84\x16\x4e\x09\x21\x84\x00\x81\x42\x00\x08\xa0\x70\ \x5d\x87\xaf\x05\x21\xc0\x18\x53\x4a\x28\x25\x87\xcf\xbf\xf0\xef\ \xc1\xb3\x3c\xf4\xc3\x7b\xd7\x4e\xf0\x7b\x8d\x70\xa8\x29\xe8\x87\ \x3f\xdb\x9f\x18\x75\xe8\x81\x05\xfc\x5e\xf3\xe2\xc2\x59\x21\x84\ \x0a\x89\xc6\x87\x22\xf3\x0a\x00\x18\xa3\x8c\x31\x40\x07\x27\x45\ \x40\x87\x22\x5c\x85\xc6\x39\x1c\xc3\x47\x08\x51\x4a\x35\x4d\x2b\ \xb4\xd5\xa1\xf2\xa9\x07\x93\x98\x0f\x35\x72\x61\x7b\x55\x98\x3c\ \x52\x1d\xfa\x17\x63\x4c\x29\xa3\x94\x12\x42\x0a\xd3\x00\x1c\x3c\ \x16\x2a\x9c\x12\xb0\x43\x1c\x9a\x24\x00\x51\x4a\x0f\x4f\xd5\x70\ \x98\xc2\x1d\x29\xec\xe4\x50\x0c\x4d\x61\x8c\x0b\x6b\xde\x97\x43\ \x8d\x31\x06\x50\x85\xf1\xac\x08\x00\x63\x04\x07\xaf\xa8\xb0\xe5\ \xe1\xe5\xa8\xcb\xfc\xfb\xac\x45\x29\x65\x38\x5e\x53\xcb\xd6\x2d\ \x7c\xe9\x75\x2f\x9f\xcd\xbd\xb9\xa0\xa3\x13\x9d\x3a\xa1\x02\x1d\ \xa9\x7d\x4a\x91\xa5\x4b\xa1\xa4\x44\x9c\x7a\x2a\xf2\xbd\x0f\xee\ \x44\x28\x90\x08\xef\x0d\xd7\x0a\xea\xf6\x93\xdc\x4b\xf6\xd2\x41\ \x23\xdf\x68\xcb\xad\x58\xb3\x6e\x62\x43\x5d\x71\x79\xa5\xf8\x40\ \xb5\x61\xc2\x79\xa2\xa6\x26\x3b\x62\x44\xe9\xf2\xe5\x90\x4c\xca\ \x50\x48\x4a\xf9\x11\x16\x19\x42\xc0\x90\xb7\xe8\x2f\x0f\xd6\x97\ \x7f\xe3\xdc\x31\xd1\x42\xbb\x53\x8a\x76\xad\x58\xf8\xec\xab\xab\ \xd2\xc2\x3c\xf1\x9c\xcb\x66\x4e\x28\x7a\xfa\xfe\xdf\xab\xd1\x97\ \x5f\x35\x89\xcd\xfb\xe3\xe3\x95\xa7\x5e\x44\xb6\xbf\xb2\xbf\xfc\ \xd4\x59\xa7\x0c\xd9\xf9\xf6\x5f\x5e\xdd\x5f\x71\xed\x25\xd3\xb6\ \xbe\xfa\xe8\xc2\xe5\xcd\x32\x5c\x3d\xf3\xca\x2b\x46\x55\x86\xb9\ \x54\x8a\x3b\x69\x3b\x76\xfe\x9c\xef\x5e\x39\xad\x24\x95\xc8\xf9\ \x40\xcf\xbb\x72\xd6\xb6\x9f\xfe\xf9\x85\x37\x6b\xf0\xda\xa7\xe8\ \x09\x9f\xff\xfc\xa4\x7a\xee\x38\x81\xad\x08\x00\xe9\x9c\x25\xa5\ \x42\x08\x84\x10\x4a\x4a\x2e\x04\xa8\x83\xcf\x25\xa5\x54\x2a\x45\ \x08\xc5\x18\x4b\xa5\x0a\x33\x66\x10\x82\x1d\xdb\x76\x1d\x47\x37\ \xb4\x70\x28\x2c\xa4\x52\x0a\x0a\xff\x21\x8c\x40\x01\x42\x87\xa7\ \x2e\x51\xbe\xe7\x39\x8e\x8d\x31\x31\x4d\x93\x50\x4d\x2a\x29\xa5\ \x42\x80\x98\xa6\x29\xa5\x38\xe7\x84\x50\x29\x25\xc1\x98\x50\x0c\ \x80\xd4\x41\xa5\x26\x4a\x8a\x5c\xb2\xcf\xf7\x7d\x84\x30\xa5\x2c\ \x1c\x89\x10\x42\xa4\x50\x3e\xf7\x7d\xcf\x33\x0d\xdd\xb2\x2c\xdb\ \xce\x2b\x00\x8d\x69\x45\x45\x45\x84\x90\x74\x26\xed\xb8\x6e\x38\ \x1c\xa6\x94\x21\x8c\x0b\x7b\x46\xa0\x12\xe9\xd4\xe1\x67\x9e\x69\ \x9a\xa1\xeb\x9e\x67\x7b\x9e\x27\xa5\x34\x43\x21\x05\x20\xa5\xc2\ \x18\x29\x05\xbe\xef\x21\x40\x94\x52\x21\x04\x02\xf0\x39\x27\x84\ \x60\x8c\xa4\x54\x80\x80\x10\x72\x70\xee\x59\x05\x52\x4a\x29\xa5\ \xc6\x68\x38\xf4\x29\x7d\x0e\x05\x08\x61\x22\x84\xa0\x8c\x71\x9f\ \x3b\x8e\x55\x50\x87\x82\x30\x49\xa9\x18\xa3\x94\x31\x29\x24\xe7\ \x9c\x12\x8a\x31\x11\x82\x77\xb7\x77\x2a\xa5\x2a\xca\xcb\x09\x65\ \xbe\xcf\x85\x10\x08\x21\x42\x89\x92\x07\x95\x88\x51\x2a\x95\xf2\ \x7d\xbf\xaf\xb7\xd7\x76\xec\x92\x92\x52\xc3\x30\x0a\x85\xdd\x11\ \x42\x9a\xa6\x63\x82\x3d\xcf\x2b\x7c\x75\x48\x2e\x34\xc6\x00\x03\ \x42\x08\x13\x22\x84\x24\x18\xe5\x73\x99\x7c\x36\x8b\x30\x61\x4c\ \x0b\x85\x42\xba\x6e\x00\x06\xee\x4b\xc7\x75\x0b\x5f\x18\xed\xed\ \xed\x05\xe7\xaf\xb2\xa2\x42\xd7\x34\xce\xfd\x9e\xee\x2e\x4d\xd3\ \xa2\xd1\x18\xa6\x85\xb9\x36\x90\x52\x2a\x97\xcb\x73\xce\x95\x52\ \x9a\xa6\x39\x8e\x53\x56\x56\xca\x39\x77\x1c\xd7\x75\x5d\x5d\xd7\ \x75\xdd\x00\x04\x42\x08\x50\x8a\x31\x2d\x95\x4a\x45\x22\x11\x21\ \x95\x52\x82\x52\x9a\x49\x67\x63\xb1\xa8\xe7\xfb\x52\x4a\xc3\x30\ \xde\x6b\x34\x29\xa5\x04\x21\x04\xf9\x38\x9b\xe6\x58\x85\xc5\x94\ \x94\x5a\x7c\xda\x99\x67\xaf\x5b\xb3\xae\x3d\x85\x14\x0a\x9d\x32\ \xe3\x94\xc6\x72\xe3\x7d\xd9\x39\x64\xf3\x16\x35\x7c\x98\x2c\x2f\ \x83\x0f\xd4\x0d\x46\xa0\x84\x94\x82\x1a\xab\xb6\x35\x6f\xde\xbe\ \xf3\x9a\x73\x4e\x19\x54\xd9\xff\xf5\xdd\xbd\x4f\xbd\xb2\xf8\xe6\ \xcb\x2f\x60\xa9\x2e\xdb\xb6\x59\x28\x7c\x0c\x45\x26\xc4\x1d\x3f\ \x9e\xbe\xfa\x2a\xca\x64\x64\x38\xfc\x31\x4f\x86\xf0\x43\xb5\x53\ \xae\x9d\x5e\xfa\xc2\xc3\x0f\xf4\xbf\xfd\xab\x3a\x45\x98\xb0\xec\ \xde\x65\x0f\xce\x5f\x3a\xf9\xaa\x9b\x9b\x9c\x15\xbf\x7b\xfc\x81\ \xba\xc1\x3f\x9a\x3a\xa6\xf6\x37\xcf\x3f\xe2\x6f\x0f\x6d\xb7\x6b\ \x66\x34\x95\xbf\xf6\x6a\xf3\x7e\x72\x22\xa1\x24\x9f\x38\xb0\xbb\ \x4b\xb3\x3b\xb6\xce\x7f\x72\xd9\x94\x5b\xbf\x33\xbe\x02\x19\x51\ \x56\x88\x1e\x4a\xc5\xad\x6c\xf7\xe6\x17\x1f\x72\x0f\x8c\x9e\x76\ \xd2\x89\x65\x26\xc7\x95\x63\xbf\x74\xf5\x69\xb7\xff\xe2\x4e\xe8\ \x3f\xe3\x47\x37\x9d\xae\xf9\x8e\x77\xdc\x0b\x22\x42\x20\xa5\x7a\ \x7a\xe1\x8a\x64\x2a\xeb\x79\x8e\x6d\xe7\xd3\xc9\x74\x36\x93\x4e\ \x26\x12\x45\x45\x31\x8a\x51\x3c\x1e\x27\x66\x28\x5e\x55\x55\x56\ \x5a\xe3\x09\x69\x59\x9e\xa1\xe9\x95\xe5\xa5\xef\xae\x59\xfe\xdc\ \x53\x7f\x19\x31\xbc\xe1\xe6\x1b\x6e\x4c\x3b\x38\xef\x29\xc0\x58\ \x72\xa9\x90\xcc\xa6\x93\xdc\x73\x42\x1a\xd6\x19\x76\xac\xcc\xc6\ \xf5\xef\xae\x59\xfe\x76\x7d\xff\x41\xc3\xc7\x8c\x2b\xa9\xa8\x2b\ \x8a\x57\x4a\xc0\x5c\x40\xe3\xe0\x26\xa5\x50\x32\x95\x8a\xc6\xca\ \xb2\xd9\x5c\x71\xd4\xac\xa8\x88\x03\xa1\x1e\x20\x23\x14\x0a\xeb\ \xa8\x7d\xcf\xd6\xc7\xee\xbb\x27\x9b\x48\x54\xd5\x36\x96\x95\xd7\ \x0e\x6c\x1a\x36\xed\x73\xa7\xf6\x25\x52\x1b\x36\x6e\x75\xac\xf4\ \xb8\x91\x83\xe7\x3f\xf6\xc0\xa2\x37\x17\x70\x45\x87\x8f\x19\xf7\ \xe5\x9b\x6f\x42\x52\x2e\x58\xb0\x20\x95\xc9\x5c\x7c\xf9\x95\x7a\ \x24\x56\x5c\x5a\x1d\x2a\x89\xb9\x8e\x67\x08\x7f\xde\x23\xcf\x6f\ \xd9\xb2\x75\xf8\xf0\xe1\x9a\x46\xc2\x46\xe8\xb4\xe9\xa7\x6c\xd8\ \xb8\x7e\xd5\x8a\x95\x52\x8a\x99\x17\x5f\x96\x72\x7c\xcf\xf7\xb1\ \x02\xee\xf9\x5b\x36\x6f\x1e\x34\x70\x60\x49\x49\xfc\xc5\x67\x9f\ \xab\xaa\xac\x2c\x2b\x2f\x8f\x95\x14\x09\xc9\x53\xa9\x14\x20\x54\ \x57\x5b\xab\x94\x22\x94\x66\xb3\xd9\x8e\xf6\x76\x2e\xe4\xd4\x09\ \x23\x2f\x39\x6b\x8a\xe3\xfe\xdd\x8f\x12\x02\xa5\xf4\x08\x89\x94\ \x74\xb7\x1d\x50\x79\xb7\xa3\xa3\xb3\xb5\xb5\x65\xef\x9e\x3d\x14\ \x93\xca\xca\xca\x70\x38\x5c\x5e\x51\x61\x98\xc6\xc8\x51\xa3\x30\ \xa6\xbd\x9d\x5d\x25\x25\x45\x91\x50\xd8\xcd\x66\xbe\xfa\xf5\x9b\ \x77\xb5\xec\x78\xf1\xf9\x67\x46\x8d\x9f\xb8\xbf\x37\x2d\xa4\x72\ \xed\xbc\xae\x88\xeb\xd8\xbd\xdd\xdd\xd1\x70\x4c\x29\x4f\xd3\x8c\ \xad\x5b\xb6\x3e\x7c\xdf\xaf\x5a\x5b\x77\xcc\x9e\xf3\xa5\x11\x63\ \xc6\x85\x22\xc5\x44\x33\x2c\xd7\x6b\x6a\x6c\xaa\xa8\x2c\xeb\xd9\ \xb7\x5f\x33\xc3\x80\x98\x95\xef\x6b\x1a\x54\xc9\x18\x01\xc6\x14\ \xa1\x1a\x23\x26\xc5\x73\xef\xfd\xf5\xc2\x67\xe6\x47\x8b\x2a\x46\ \x8d\x99\x58\x3f\xa0\xe1\xcc\xf3\x3e\x1f\x2b\x0a\x2d\x5b\xbe\x21\ \x99\xec\x2b\x8e\x98\xb1\xb0\x7e\xd1\x85\x17\x19\xba\x26\x01\x1e\ \x98\x7b\xdf\xc9\x53\xa7\xac\x58\xb6\xf4\xc1\x07\xfe\x7c\xc1\x85\ \x17\x9c\x74\xf2\x74\x2d\x14\x09\x17\x95\x20\xcc\x28\x21\x4b\x17\ \xbf\x73\xef\x9f\xfe\x14\x0e\x87\xaf\xbc\xf2\xca\x17\x5e\x78\xe1\ \xe7\x3f\xff\x59\x2a\x95\x99\x3b\xf7\x81\xed\xdb\xb7\xdd\x74\xd3\ \xcd\x75\xf5\x43\xdb\xda\xda\x43\xa1\x30\xe7\xfe\xd6\x1d\x3b\xdb\ \x3a\xda\x2f\xb9\xe4\x0b\x2f\xbe\xb8\x60\xc9\x3b\x6f\xcf\x9c\x79\ \xbe\x46\xb0\x16\x8a\x67\xb2\x4e\x6f\x6f\xcf\xb0\x61\xc3\x42\xa1\ \x50\xc1\xda\xeb\xea\xea\xda\xbf\x7f\x7f\x65\x65\x45\x79\xdc\xfc\ \xe8\x3a\x0c\xc7\x36\xe3\xb1\xe2\xe9\xbe\x9e\xb4\xe5\xfa\x3e\xf7\ \x9d\xcc\x86\x65\x4b\x5b\x3a\x33\xe4\xc8\x02\x5e\x4a\xa1\x3d\x7b\ \x64\xff\x01\x60\x86\xe0\x58\x9d\x0f\xbe\x54\xd2\xce\x8e\x69\xe8\ \xcf\x3d\xef\xa9\x45\xcb\x9f\xd9\x72\xe0\xed\x15\xab\x97\xec\xe9\ \x5d\xfc\xf6\xb2\x5c\x77\x1b\xa0\x63\x1f\x17\x29\xc5\x07\x0f\x86\ \xee\x6e\x6c\x59\xf0\x09\x5c\x0c\xcf\x13\x8d\x27\x5f\x71\xe1\x10\ \xf7\xb1\x47\x9e\x4f\x2b\xa6\x31\xdc\xdb\xb2\x7e\x4f\x32\xb9\xf1\ \xcd\x67\x9f\x7f\x6b\xbb\xa4\x4e\x47\xd2\x69\x3a\xf9\xa2\xe9\xf5\ \x89\xc7\x9e\xd9\x7a\xce\x95\x17\xd7\x1a\x42\x61\xaa\x51\xa2\x94\ \xc2\x84\x51\x0c\x5a\x69\xfd\xd8\x51\x15\x2b\x16\xbe\xb8\xb9\xc3\ \xd1\x0d\x1d\x29\x05\x4a\x0a\x52\x74\xe1\xcd\xdf\xb8\xea\xcc\xe1\ \x5d\xef\x3e\x7f\xcf\x03\x0b\x33\x82\xa2\x82\x67\x21\x5c\x29\x6d\ \x3f\x28\x1f\xff\xde\x53\x00\x86\xa1\x97\x94\x14\x69\x9a\x16\x09\ \x87\x0b\x19\x55\x94\xe2\x82\xbf\x93\xc9\x64\x72\xe9\x8c\xeb\xb8\ \x42\x70\x4a\xb0\xc6\x08\x26\x80\x31\xaa\xaf\xab\x0b\x87\x43\x89\ \xbe\x44\x32\x95\x28\x2a\x8a\x52\x82\x7d\xd7\xf6\xb9\xed\xfb\x6e\ \x36\x9b\xce\xe7\x33\x3e\xf7\x72\xb9\x8c\x6d\x5b\xd9\x74\x9a\x32\ \xcd\x71\xdc\xdd\x7b\xf6\xb4\x34\x37\xdb\xb6\x1d\x0e\x87\xc3\x91\ \x88\x52\xd2\x30\x58\x49\x51\xd4\x34\xb5\xaa\xca\xf2\xa2\xa2\x18\ \xa5\xc4\x30\x74\x8d\x31\x8c\x91\x95\xb7\x12\xbd\x7d\x5c\x88\x58\ \x2c\x5a\x5f\x57\x5b\x59\x59\xde\xd2\xd2\xdc\xbc\x73\x67\x3a\x9d\ \xb6\xad\x7c\x55\x65\x65\x32\x95\x4c\xa5\x52\x4a\x22\x4a\x29\x92\ \xb0\x7b\xd7\xee\x45\x8b\x16\xb5\x77\xb4\x0f\x1c\x34\x28\x1e\x8f\ \xdb\x96\x65\x1a\x3a\xf7\x3c\x24\x24\xe7\x7e\x6d\x6d\x6d\x3e\x9f\ \xab\xae\xae\xc2\x08\xb5\xb5\x1d\x48\xa7\xd3\x3d\x3d\x3d\x94\x52\ \x9f\xfb\xad\xad\x2d\x08\xe1\xb0\x19\x72\x3d\xcf\x76\x6c\x5d\xd7\ \x87\x0e\x1d\xb6\x6f\xef\x1e\x4d\xd3\x46\x8d\x1c\xd5\xd0\xd0\xa0\ \x31\x5a\x98\x00\xc7\xd0\x75\xce\x39\x21\x24\x9b\xc9\x74\x77\x75\ \xe9\xba\x1e\x8f\xc7\x35\xc6\x3e\x5d\x91\x14\xa5\x14\xc1\x58\x71\ \x5e\x5a\x52\xe2\x79\x5e\xc8\x34\x8b\x62\xb1\x48\x24\x92\xcb\xe5\ \x84\x94\xfb\xf6\xed\xb3\x72\xb9\x54\x32\x95\xcf\x5a\x86\x6e\x96\ \x14\x95\xf8\x9e\x07\x20\xeb\xfb\xd5\x36\x36\x36\x28\xc9\xb7\x6f\ \xdf\x8a\x10\x44\xa3\x31\xc1\x39\xc5\xc4\xca\xe5\x12\xbd\xbd\x3d\ \x3d\x5d\xe9\x4c\x32\x9f\xcb\x74\x75\x1c\xe8\xee\x6c\x4f\xa6\x52\ \x25\x25\xf1\xe6\xe6\xe6\xf5\xeb\x37\xa4\xd2\x99\xe2\xe2\xe2\xe2\ \x58\xcc\xf3\x5d\x84\x50\x65\x65\x79\x34\x1a\x8e\x46\x23\x95\x55\ \x15\x85\x68\x15\xc1\x58\x08\x89\x10\xea\x4d\xf4\xa6\x53\xd9\xa2\ \xa2\xe2\xea\xea\xea\x49\x93\x26\xb5\xb4\xb6\x6e\xd9\xb4\xa9\x2f\ \x91\xe7\xc2\x13\x82\x97\x95\x96\xed\xdc\xb1\xd3\xf7\x3c\x9f\xfb\ \x0a\x64\x7b\x5b\xdb\x0b\x2f\xbc\xb0\x60\xe1\xcb\xf1\xd2\xf2\xf1\ \xe3\x27\x7a\xbe\xef\xb8\x2e\xc2\x48\x48\xc9\x7d\x3e\x60\xe0\x80\ \x03\x07\xda\xaa\xab\xab\x93\xc9\x24\x63\x6c\xed\xda\x0d\xc9\x64\ \x32\x99\x4c\x94\x94\x94\xac\x5e\xbd\xba\xaf\x2f\x11\x0e\x47\x30\ \x46\x9c\xf3\xd6\xd6\xd6\x71\xe3\x4e\x30\x8c\xd0\xaa\xd5\xab\xa7\ \x4e\x9d\x3a\x6c\xd8\xb0\x21\x43\x87\x78\xae\x57\x5d\x5d\x45\x08\ \x11\x42\x14\xac\xce\xf6\xf6\xf6\x6d\xdb\xb6\x55\x55\x55\x95\x95\ \x96\xc1\xc7\xb5\x3a\x3e\x66\x27\x2c\xcf\xb6\x2f\x7a\xe3\x6d\x2b\ \x5c\x3d\x6c\xf8\xb0\xc6\xc6\x86\xc1\x8d\x83\x8a\x4d\x76\x94\xb5\ \xaf\x14\xea\xe9\x51\x95\x95\x60\x18\xc7\xbc\xb5\x5c\x21\x27\xd9\ \xdd\x68\x1d\xb8\xec\xdc\x33\xb3\x79\xeb\xcd\x25\x6f\x8f\x1a\x36\ \x74\x70\xe3\xe0\x97\x7a\xd0\xdc\x95\x3b\x19\xc1\xc7\x0e\xac\x28\ \xc5\x6b\x6a\xc0\xf3\x90\xe7\x7d\xa2\x18\x80\x12\xae\xcf\x4e\xbd\ \xe2\x9a\xea\xe4\x8a\xbf\xbe\xdd\x82\x98\x86\x30\x0e\x95\x0d\xba\ \xf0\xea\x2f\x7d\xe9\xa6\xaf\xdc\xf1\xaf\xb7\x9f\xd2\x2f\x94\xea\ \x6a\x6d\x49\xd0\xc1\x83\x8c\xb5\xab\x37\xb9\xd4\xd4\x30\xe4\x72\ \xbe\xa6\xeb\x8c\x62\xe9\x7b\xd2\xac\x9d\xfd\xad\xdb\x6f\x98\x39\ \x6c\xc5\xa3\xbf\x7d\xf0\x95\xed\x54\x63\x00\xa0\x90\x56\xd3\x38\ \x62\xca\x19\x17\x5e\x7f\xf9\xd9\xce\xa6\x95\x6d\x79\x40\xa9\xad\ \x73\x1f\x7d\x7d\xea\xcd\x77\xce\x28\x3f\xf0\xe0\x63\x8b\x3c\x66\ \x04\x81\xc5\x83\x37\x9a\xfb\x0a\x54\x28\x64\xe6\x2d\x2b\x6f\xe5\ \xb8\xe0\xf5\xf5\xfd\xea\xea\x6a\xcb\xcb\xcb\x01\xa9\xbc\x9d\xd3\ \x35\xcd\xb6\xf3\x56\x3e\x07\x4a\x50\x8c\x6d\x27\x1f\x0e\x87\xea\ \xea\x6a\x11\xa8\xe6\xe6\xe6\x64\xb2\x97\xfb\x4e\xc8\xd0\xa2\x91\ \x90\x14\x5e\x3e\x9f\xc1\x58\x49\xe9\x77\x77\xb7\x67\xd2\x89\xbd\ \x7b\x76\x73\xc1\x73\xf9\x5c\x77\x57\x4f\x32\x99\xb4\x6d\x9b\x60\ \x62\x18\x46\x21\x4a\xe5\x79\xae\x52\xb2\xbc\xbc\x2c\x16\x8b\x52\ \x42\x35\x4d\xd7\x34\xcd\x75\x5d\xdb\x71\x2b\xab\xaa\xea\x6a\xeb\ \xb2\xb9\x1c\xe7\x7e\x28\x64\x96\x16\x17\x77\x75\x75\xe5\x72\x19\ \x5d\xd7\xb2\x99\x74\x57\x47\xc7\xc1\xa9\x51\x94\xe4\xdc\x97\x5c\ \x64\x32\xd9\x50\x38\x52\x5c\x52\x62\x5b\x36\xe7\xd2\xe7\x1c\x29\ \x40\x18\xc5\x62\xb1\x7e\xf5\xfd\xaa\xab\xab\x2b\x2a\xca\x13\x89\ \x44\x2a\x99\xdc\xbf\x7f\x3f\xe7\x9c\x31\xa6\xa4\x74\x5d\xa7\x38\ \x1a\xd1\x28\xd1\x18\xed\x68\x6f\x2f\x2f\x2b\xed\xe9\xe9\xda\xbd\ \x6b\xd7\x94\xa9\x93\xc3\xd1\x30\xc2\x10\x89\x46\x63\x45\xb1\x48\ \x24\x02\x00\xb6\x6d\xf7\xf5\xf5\x25\x93\x49\x8c\x71\x2c\x16\x8b\ \x44\xa2\x94\x50\x05\x9f\x4e\x16\xa1\x10\xb8\x0c\x19\x66\x45\x45\ \x79\x5f\x5f\x4f\x3e\x97\xd5\x18\x1d\x36\x74\x48\x59\x49\xc9\xe8\ \x91\x23\x56\x2d\x5f\x41\x10\xb5\x6d\xb7\xb7\x27\xe9\x73\x81\x11\ \xb1\x2c\xcb\xb1\xed\x29\x53\x27\xd6\xd4\x55\x6d\x58\xff\x6e\x4f\ \x77\xb7\x95\xb5\x90\x50\xb1\x70\x54\x37\x0c\xa9\x54\x77\x77\x8f\ \x02\x79\x60\xff\xae\x5c\xb6\x6f\xe7\x8e\xcd\x89\xbe\x9e\x44\xb2\ \xaf\xb5\xb5\x65\xc9\x92\x25\x9b\x36\x6f\xb4\x1c\x3b\x56\x5c\x64\ \x18\xba\x14\xdc\xf7\x3c\xd7\xb6\x4d\x53\x2b\x2b\x2d\x2d\x44\x73\ \x11\x22\x1a\xa3\xc9\x54\xde\xf7\xe5\x80\x01\xfd\x09\x25\x48\x29\ \xcf\x73\x8b\x8b\xa2\xd9\x4c\x7a\xc7\xf6\xed\x4a\x29\xcf\x75\xba\ \xba\x3a\x3b\x3a\x3a\x84\x14\x4a\x70\xe1\xb9\x99\x74\xba\xab\xbb\ \x2b\x93\xcd\xd6\xd6\xd5\x09\x05\xb9\xbc\x03\x08\x63\x45\x94\x50\ \x8e\xe3\xf5\xeb\x5f\x3b\x76\xec\x98\x13\x4f\x9c\xb0\x7f\xff\xbe\ \x44\x22\xb1\x65\xcb\xe6\xf6\xf6\xf6\x58\x2c\xc6\x39\xef\xe9\xe9\ \xf1\x3c\x27\x1e\x2f\xce\xe7\x73\x7d\x7d\xbd\x80\xd4\xc8\x91\xc3\ \xe6\xcd\x9b\xd7\xbf\x7f\xbf\x19\x33\xce\x29\x89\x17\x87\xc3\xa1\ \x68\x2c\x42\x08\xa9\xa9\xa9\x49\x26\x93\x99\x4c\x66\xfb\xf6\xed\ \x1d\x1d\x1d\x4d\x4d\x4d\x15\x15\x15\x9a\xae\x7f\x30\x3a\xf9\x89\ \xac\x45\xcf\xce\xf9\x91\xfe\x27\x4f\x3f\x6d\xe2\x09\x63\x4e\x18\ \x77\xc2\x89\xe3\x47\x96\x45\xde\x5f\x41\x07\x71\xae\xc2\x21\xf5\ \x21\x76\x9f\x04\x65\x7b\x42\x74\xef\x1f\x25\xba\xe7\x9c\x7f\xd6\ \xa5\x33\xce\x9c\x39\x6a\x50\x29\xf6\xef\x7d\xf4\xc9\xae\xca\x11\ \x8f\x3f\x39\xbf\x10\x1e\x7e\xff\xd9\x60\x4c\x8b\x8b\x01\x40\x67\ \xcc\x30\x0c\xc3\x30\x34\x4d\xfb\x30\x4f\x42\x09\xdf\xb6\x1c\x21\ \x7c\x61\xd6\x5f\x76\xe9\x8c\x08\xef\xee\xcd\xfa\xb5\x63\x4f\x1f\ \xac\xf6\x3d\x33\xff\x85\x65\xcb\xdf\x7e\x67\xdd\x01\x86\xb2\x7f\ \x7b\x64\x5e\xb6\xff\xe7\xef\xfa\xfe\x35\x9d\xaf\x3c\xf4\xfc\xba\ \xf4\x98\xd1\x23\xfb\x96\xcc\x7f\xe0\xf1\xbf\x2e\x5d\xdd\xa2\x34\ \x43\x24\xf7\xbd\xfa\xfc\x4b\x7b\xf3\x24\x1a\xd3\x6d\xcb\x03\x04\ \x88\x30\xaf\x7b\xe3\x53\x4f\x3c\xfe\xf4\x5f\x1e\xb9\xef\xc9\x97\ \xb5\x91\x13\xfb\x47\x9d\x17\x1e\x9c\xdb\x5b\x39\xfd\xa2\xd3\xa7\ \x7c\xfe\xca\x8b\xbc\x0d\xf3\x9f\x7e\x7b\xd7\xa1\x7a\x8f\xc7\xb3\ \xad\x58\x88\xa3\x43\x3e\x97\x75\x1c\x2b\x9b\xc9\x50\x4a\xaa\xaa\ \x2a\xa3\xd1\x48\x59\x59\x69\x28\x64\xa6\xd3\xe9\x70\x38\x64\x18\ \xba\x92\x42\x49\xa1\x6b\x5a\x38\x64\x50\x8c\xcb\xe2\x25\xfd\xea\ \xeb\x2d\x2b\x97\xe8\xeb\xf1\x3d\x27\x95\xea\x69\x69\xd9\xd6\xda\ \xb2\xbd\xaf\xa7\xd3\xd4\xa9\xef\xd9\xd1\x88\x51\x14\x0d\xed\xd9\ \xb5\xd3\xb2\xb3\x86\x6e\x0e\x6c\x68\x18\x37\xee\x84\xc9\x53\xa6\ \xd4\xd4\xd4\x98\x61\x13\x94\xf4\x3d\x4f\xf8\xbe\x61\x18\x8c\x31\ \x4a\xa9\x61\xe8\x94\x11\x8c\x81\x31\x6a\x1a\x46\x34\x12\xd1\x98\ \xce\x98\x41\x08\xf1\x3c\x37\x1c\x0a\xb9\x9e\x5d\x59\x55\xee\xb9\ \xee\xf6\x6d\xdb\x7c\xdf\x2f\x8d\x97\x22\x04\x20\x95\xa1\xeb\xfd\ \x6a\x6b\x46\x8d\x1a\xc5\x7d\x91\xcb\x59\xa1\x50\xb4\xbc\xb2\xb2\ \x34\x5e\x6a\xe5\xf2\x20\x25\x01\xc8\xa4\x32\xb1\x58\x4c\x08\x81\ \x10\x2e\x2d\x2b\x4d\xa5\x52\xae\xeb\xc6\xe3\x71\xc3\x30\xca\xcb\ \x2b\xc2\x66\xd8\x73\x9d\x64\x5f\x2f\x77\x9d\x54\xa2\xb7\x7f\xbf\ \xfa\x1d\x3b\xb6\x9b\x21\xa3\xa8\xa4\x48\x33\x34\x21\x78\x28\x1c\ \x92\x42\xda\xb6\x9d\xcd\x66\xbb\xbb\xbb\x11\x42\x55\x55\x55\xa5\ \xa5\xa5\x08\x21\x9f\xfb\x80\xe0\xe8\xac\xde\x4f\x1e\xbe\x40\x42\ \x70\x50\xb2\xaf\xb7\xbb\xa3\xed\x40\x4f\x57\x67\x65\x45\xc5\x88\ \x61\xc3\xc6\x8f\x1d\x3b\x7c\xe8\x90\x7d\xbb\x77\x33\xca\xea\xeb\ \xfa\x99\x7a\x38\x97\xcd\xf9\x1e\x37\x74\x9d\x62\xe2\xfb\xde\xa8\ \x11\xc3\x28\x86\x5d\xbb\x9a\xad\x7c\x36\xdd\x97\x38\xb0\x6f\xff\ \xc6\x8d\x1b\x5b\x5a\x5a\x73\xf9\x6c\x71\x49\x94\x80\xa8\xaa\x2a\ \x6f\x6f\xdf\xb3\x7e\xdd\x4a\xa1\x44\x79\x65\xf5\xf8\x13\x27\x4d\ \x9f\x7e\xda\x84\xf1\xe3\xa3\x91\xa8\xce\x34\x25\x85\x6d\x59\xdc\ \xf7\x74\x9d\x51\x86\x4d\x93\x31\xc6\x0a\x1d\x50\x4a\x21\x4d\x63\ \xd1\x68\xb4\xa2\xa2\x02\x29\xa4\xa4\xb2\xf2\xb9\x86\x41\x83\xb2\ \xd9\x6c\x75\x4d\xd5\xce\xe6\xe6\xf6\xf6\x76\xc6\xa8\x6d\xe7\x75\ \xc6\x62\xb1\x68\x51\x2c\x36\x7d\xfa\xf4\x58\x2c\xe6\x79\x5e\xce\ \xb2\x4d\x33\x52\x5c\x12\x47\x0a\xbb\xae\xab\x69\x9a\x69\xe8\x00\ \x60\x9a\x66\x3e\x6f\x0d\x1c\x38\xa8\x20\x85\x00\x50\x57\x57\xa7\ \x94\x1a\x39\x72\x24\x42\xaa\xad\x6d\xbf\x94\x62\xeb\xd6\x2d\xfd\ \xfb\xf7\xdb\xbb\x77\xef\xb6\x6d\x5b\xa7\x4c\x9e\x64\x18\x5a\x2a\ \xd9\x87\x10\x94\x95\x95\xb9\xae\x9b\xcd\x66\x37\x6c\xd8\xd0\xdd\ \xdd\x5d\x53\x53\x33\x72\xe4\xc8\xc2\xb7\xa9\x52\x85\x1e\x0b\xf4\ \xf7\x77\xb9\x14\x57\x55\x69\x6b\x5f\xfe\xeb\x13\x51\x2a\xb8\x94\ \x42\xe8\x63\x4f\x9a\x36\xa8\x3c\x7a\xd4\xf4\x63\x94\x22\xcb\x3e\ \xb6\x17\x20\x78\x7c\x40\xd3\xbe\x48\x6d\xf6\xc0\x01\xd2\x9e\x66\ \xd1\xfd\x21\xcd\xdc\xb4\x7f\x53\x67\x4f\x6f\x4d\x55\xe5\xfd\x0f\ \x3e\x74\xdd\x9c\x39\xd1\xa2\xa2\xd9\xb3\x67\xbb\xae\x7b\xd8\x08\ \xc5\x18\x27\x93\xc9\xad\x2d\x2d\x83\x00\x56\xae\x5e\x9d\x4e\x24\ \x74\x29\xf7\xec\xd9\x33\x6c\xd8\xb0\x0f\x0e\x74\x51\xc2\xd7\x2a\ \x07\x9f\x33\x33\x56\xcc\xa4\xe7\x38\xd1\x86\x69\x5f\xfd\xaa\xdf\ \x17\x8e\x42\xb4\xfe\x86\x6f\xdc\xb6\x68\xd1\xf2\x7d\x07\xac\xea\ \xa1\x4d\xdc\xce\x98\x0d\x53\x2e\x99\x36\xa1\xb8\x14\xbe\x78\xe5\ \x99\xfb\x32\xa9\x7e\xd3\xbe\x30\x47\x44\x56\xef\xdc\x47\x6a\xa7\ \x5c\x34\x71\x82\x8e\x84\xef\xa4\x76\x6d\xed\xa9\x9d\x7a\xf1\xf4\ \x53\x46\x08\x8f\x03\xc2\x58\x8b\xe8\xca\x3e\x70\x20\x11\x1f\x7d\ \xde\xc5\xd3\x4f\x8e\x78\x9d\xac\xff\xc4\xab\x27\x9f\x65\x3a\x19\ \x55\x35\xfe\xda\x2b\x7b\x5b\xfc\x8c\xab\x10\x41\xc7\x77\xa1\xc8\ \x83\x1d\x9a\x07\x7b\x12\x6b\x6a\x6b\x5c\xc7\x06\x29\x09\x46\x84\ \xe2\x92\x78\x71\x51\x51\x0c\x81\xca\xa4\x93\xe1\x48\x91\x19\x32\ \x35\x8d\x6a\xba\xc6\x08\x32\x0c\xd6\xbf\x5f\xed\x9a\x95\x72\xff\ \xfe\xbd\xb5\x83\xda\x25\x50\xce\x1d\x10\x98\x51\x8a\x40\x5a\xb9\ \xf4\xee\x96\xb4\x63\x67\x3b\xda\xf7\x1b\xba\x56\x56\x51\x59\x5d\ \x5b\x57\x51\x5d\x3b\x74\xe8\x30\xa2\x85\x00\x53\xce\xb3\xa6\xa1\ \x23\x29\x24\xe7\x04\x23\x21\xb9\x69\x68\x58\x48\xc0\x88\x11\xa6\ \x30\xa6\x8c\x78\x44\xd3\x98\xae\x33\x5d\x70\x0f\x63\x55\x56\x1a\ \x5f\xbb\x66\x0d\x60\x16\x0a\x85\x6a\x6b\x6b\xcb\x62\x46\x38\x14\ \xa6\x84\xf8\x8e\x6b\xe7\x73\x20\x79\x2e\x9f\xd5\x35\x3d\x64\x86\ \x12\x89\xa4\xc7\x41\x28\xec\x75\x77\x33\xc6\x94\xef\x59\xb6\x95\ \xcb\xe5\x9a\x9b\x9b\x07\x37\x0e\x5e\xb3\x72\xf5\xde\x7d\xfb\x2a\ \x2b\xca\x7a\x7b\x7b\x4d\xd3\xa8\x28\x2f\x13\x9e\x8f\x14\x64\xd3\ \xd9\x9a\xaa\xea\x4c\x3a\xb3\xab\xa5\xf5\xf4\xd3\x4f\xf7\x5c\x0f\ \x01\xca\x5b\x56\x32\x93\x4e\xa7\xd2\x5c\x70\xc6\x58\x2c\x16\x0b\ \x85\x42\x8c\xb1\x42\xe3\xd9\xae\x2b\xb8\x40\x9f\xfa\x1b\x49\x01\ \x77\x3d\x4a\x98\xa1\x1b\xff\x9f\xbd\xf7\x8c\xb2\xec\x2c\xcf\x44\ \xbf\xb0\x73\x38\x67\xef\x13\xeb\xd4\xa9\x9c\xab\x3a\xa8\xd5\xad\ \x56\x6c\x49\x80\x04\x08\x81\x00\x19\x8c\xb1\xb0\xcd\x60\x9b\x3b\ \x18\x86\xeb\x34\xe1\x7a\x16\x6b\x3c\x9e\xeb\xb5\x18\xdb\xcb\xcb\ \x33\xb6\x7f\x98\x2b\x66\x6c\x8c\xc1\x03\x32\x18\x8c\x40\x04\x23\ \x90\x15\xa0\xd5\x41\xea\xdc\x5d\x39\x9e\x9c\x77\xde\xfb\x0b\xf7\ \x47\xc9\x80\x05\x48\xa6\xed\xf1\xb5\xd7\xd5\xfb\xb7\x56\x9d\x53\ \x6b\xef\xfa\x9e\xef\x0d\xcf\xf3\xbc\x0b\x73\x0b\x49\x1c\x53\x4a\ \xd3\xe9\x74\x1c\xc7\x93\x13\x93\xdd\x6e\xbf\xb2\x57\x05\x40\x10\ \x24\x51\x95\x65\x55\x51\x44\x11\xea\xaa\x30\x35\x3d\x31\x31\x3e\ \x52\xdd\xdb\x3a\xf3\xec\xb7\x0b\xe5\x85\x76\xb3\xd9\x1f\xf4\x75\ \x5d\x25\x24\x4e\xe2\xf0\xd4\xe9\x93\xf3\xb3\x93\x17\xcf\x9f\xa9\ \xd7\x76\x6c\xdb\x3e\x7c\xe4\xe8\xc2\xe2\xd2\x2d\xb7\xdd\x31\x34\ \x3c\x12\x53\xee\x07\x01\x25\x54\x14\x50\xe4\xc7\x22\x50\x28\x21\ \x94\x61\x8c\x01\xa5\x54\x14\x45\x59\x80\x0c\x60\x1a\x27\x8c\xbd\ \x30\x13\xe6\x9c\x51\x4a\xeb\xf5\xda\x73\x67\xce\xac\x5c\xbd\x72\ \xc3\xe1\x43\x53\x53\x93\xad\xda\x3c\xa5\x64\xbf\x8e\x86\x10\x78\ \x7e\xd0\x6c\x77\x6f\xbe\xf5\x76\x2b\x93\x6d\x34\x5a\x00\x52\x88\ \xdc\x20\x48\x3c\xcf\x57\x64\x59\x10\x84\x27\x9e\x78\xe2\xfd\xef\ \x7f\xbf\x2c\xcb\xcf\x3c\xf3\xcc\x4d\x37\xdd\x54\xaf\xd7\x3d\xcf\ \x93\x24\x59\x10\x44\xc7\xf1\x08\x49\x1a\xcd\xe6\x7d\x6f\xbc\xff\ \x63\x1f\xfb\xd8\xdc\xdc\xdc\xf0\xf0\x70\xbd\xde\x90\x24\x71\x30\ \xe8\xaf\xd5\x5b\x8d\x46\x83\x31\x36\x35\x35\x55\x2e\x97\xd3\xe9\ \xb4\xe7\x79\xd9\x6c\x36\x21\x04\x70\x8e\x5f\x26\x59\xfc\x21\xee\ \xdc\x24\x09\xfb\x3d\x4f\x1c\x9e\x1a\x2d\x99\x80\x73\xc6\x84\x94\ \x22\xfc\x9d\x22\x1a\x42\x96\xcb\xc1\x7a\x1d\x86\x01\xff\x3e\xcc\ \x62\x94\x64\xc7\xa6\xc1\xcf\xfc\x5f\xdd\x7a\x85\x41\x94\x70\x06\ \x01\x10\x44\x91\x6f\xfe\xf7\x41\xbb\x59\x1a\x1a\xfa\xc8\x47\x3e\ \xf2\xbe\xf7\xbd\x4f\x96\xe5\xb7\xbf\xfd\xed\x49\x92\xec\x7f\xb2\ \x28\x8a\xb5\x5a\x6d\xef\x91\x47\xee\x03\x20\xa0\xf4\xe9\xa7\x9e\ \xba\x70\xea\x14\x84\x70\x69\x69\xe9\xfb\x61\x91\x25\xb1\x54\x9c\ \xbb\xff\xad\x8b\x51\x10\x32\xce\xa3\x18\x1e\xbc\xfb\x0d\x88\xc5\ \x81\x1f\xa8\xf9\xb9\x1f\xfb\x99\x43\x18\x01\x12\x87\x41\xcc\xdf\ \xf0\xe6\x37\x27\x51\xe0\xf8\x60\xf1\xf6\x07\x0e\xf1\xc4\x8f\xe9\ \xe1\x57\x3f\x78\xd3\xeb\x30\xe0\x2c\x89\xc2\x98\xf0\xd7\xbd\xf3\ \xe7\x45\x0c\x18\x21\x61\x18\x52\xce\x01\xa7\xa2\x3d\xfd\xe6\x77\ \x2e\x09\x18\x31\x9a\x84\x41\x18\x81\xe2\xfd\x6f\xfb\x09\x1a\x05\ \x11\x65\x90\xb0\x99\x13\x6f\x5a\x00\x24\x08\x62\xfe\x8a\x2a\x91\ \xf3\x38\x8e\x64\x59\xc6\x18\x49\x92\x40\x54\x99\x26\x84\x90\x28\ \x08\x82\xc9\xf1\xb1\x42\x21\x1f\x26\x89\x33\x18\xc8\x8a\x9a\x4e\ \x19\xaa\x66\x40\x00\xc3\x20\xf0\x06\xad\x74\xda\x28\x16\x0b\xf5\ \xea\x9e\x37\xe8\x67\xf2\x25\x11\xdb\x41\x14\x0e\x9c\x01\x60\xa4\ \x54\xcc\xaf\x2d\x5f\x65\x49\x98\xb5\x6d\x4a\x98\x61\x9a\xd9\x6c\ \x3e\x9b\xcd\x72\x00\x48\x9c\x70\x48\x25\x51\x42\x00\x38\xae\x8b\ \x31\x22\x24\x11\x25\xe1\x05\xe6\x8d\x28\x10\x80\x24\x84\x42\xcf\ \xc9\x66\xed\x52\xa9\xb4\x7a\xe5\x42\xe0\x7b\xcd\x66\x8d\x72\x71\ \x63\x7d\xed\xd0\x91\x63\x29\xd3\xc0\x10\x12\x42\x05\x84\x20\x44\ \x80\xf3\x38\x0c\xaf\x5c\xba\x1c\x86\xd1\xe8\xc4\x64\xad\xde\xdc\ \xad\x36\xfd\x28\xce\x17\x86\x24\x59\x91\x65\xc9\x50\x95\x6e\xbb\ \xed\xfb\xfe\xce\xce\xf6\xfc\xdc\xcc\x9d\x27\x4e\x5c\xbe\x7c\x29\ \x49\xc2\xcd\x8d\xcd\xe3\x37\x1f\xcb\x67\xb3\xf5\x4e\x3f\x89\xa3\ \x56\xa3\x36\x35\x3d\xfd\xe4\x93\x4f\x68\xba\x0a\x20\x73\x5d\x77\ \x6b\x7b\xc3\xf7\xfc\x84\xb2\x52\xa9\x64\x69\xd6\x3e\xa7\x22\x0c\ \xc3\x7d\x1a\x10\xa5\x14\x00\x48\x19\x03\xd7\xf9\x1f\x04\x93\x28\ \xc4\x0a\x2e\xe4\x32\xba\x26\xe7\xb3\x99\xc0\xf3\x7c\xd7\xe3\x94\ \x98\xba\x76\x60\xa0\x3e\x02\x56\x00\x00\x20\x00\x49\x44\x41\x54\ \x71\x61\x6f\xaf\xe2\x3a\xce\xa0\xdf\x9f\x5f\x58\xd0\x0c\x45\x10\ \x05\xc0\x69\xbb\xd5\xc2\x10\x1c\x3c\xb8\xb4\xbd\xb1\xfa\xdc\x99\ \x53\x6f\x99\x3c\x60\xea\x8a\x61\x28\x9d\x6e\x87\x31\x3a\x54\xc8\ \xfb\x83\xf6\xe3\x7f\xfd\x55\x11\x83\x62\xd6\x52\xcd\xcc\xe8\xd8\ \xf8\xec\xdc\xbc\x17\x04\x61\x18\xc5\x84\x51\x42\x4d\x43\x1b\xf4\ \x7b\x80\x92\xd0\x77\xd5\x94\x89\x11\x06\x34\x11\x25\x81\x31\xc6\ \x00\x22\x84\x88\x48\x98\x9e\x9a\x11\x25\x39\x8a\x82\x6e\xb7\x93\ \xcb\xcb\x24\x8e\xce\x9c\x7a\xf6\xd8\xb1\x63\xba\x22\x27\x51\x08\ \x38\xe3\x9c\x51\x12\xeb\xaa\x72\xf5\xf2\xc5\xed\xad\xcd\x7c\xa1\ \x10\x84\xf1\x9f\xff\xaf\x4f\x47\x31\x49\x5b\x99\xb1\xb1\x71\x41\ \x14\x4d\xd3\xac\x87\x21\xe7\xfc\xd4\xa9\x53\x8d\x46\xe3\xfd\xef\ \x7f\xff\x87\x3f\xfc\xe1\x53\xa7\x4e\x5d\xb8\x70\xc1\x71\x9c\xa5\ \xa5\x45\x55\x55\x5a\xad\xd6\xfa\xfa\xfa\xe4\xc4\xd8\xa9\x53\xcf\ \x9e\x3a\xf3\xec\xbf\xfb\x77\xff\xde\x71\x07\x9b\xdb\x5b\x9d\x4e\ \xa7\xd7\xe9\x8d\x0e\x8f\x1c\x3a\x7c\x28\x0c\x43\x45\x51\x7a\xbd\ \x1e\x00\x40\x92\x24\x8c\xb1\xac\x28\x9d\x76\x5b\xc1\x3f\xac\xca\ \x7d\x49\x58\x0c\xdc\x8e\xa7\x8e\xdd\xff\xba\x7b\x87\xa5\x98\xb0\ \x17\xa8\x12\xf4\xef\x92\x13\xf9\xc4\x04\xda\xda\x02\x81\x0f\xbe\ \xbf\xce\xe5\x1c\x02\x50\x18\x9f\x2a\x4e\xce\x7e\xe7\x33\x25\x49\ \xd2\x3f\xfa\xa7\x51\x18\x72\xce\x47\x47\x47\x7f\xff\xf7\x7f\xff\ \x17\x7e\xe1\x17\x64\x59\x7e\xcb\x5b\xde\xb2\x9f\x33\x22\x84\x8e\ \x1e\x3b\x86\x3e\xfb\x59\x47\xd3\x5a\x61\xa8\x29\xca\xc4\xc4\xc4\ \xd0\xd0\xd0\xc8\xc8\xc8\x0f\xa6\x73\xd3\x24\xf0\x93\xef\x24\x2e\ \x71\x18\xec\x7f\x11\xa3\x89\xef\x7d\x57\x12\xb3\xbf\xee\x1d\x42\ \x90\x44\x41\x02\x00\x04\x20\x0e\xfd\xf8\x7b\x6c\x7a\x42\xdf\x0d\ \x5f\x3c\x8a\x27\x81\x4f\xbe\x27\x2b\xa2\x81\xef\xbf\x50\xf0\x40\ \x90\x84\x41\xf2\x3d\x7c\xb0\xff\x5f\xa7\x8b\x00\xb8\x8e\x93\x50\ \xa6\x69\xaa\x24\x8b\x96\x6e\x85\xbe\xdb\x6e\x7b\x71\x1c\x6d\x6d\ \x6d\xc9\xb2\xd4\xea\xb4\xf3\xc3\x29\xdf\x73\x9a\xcd\x46\xb1\x88\ \x7d\x3f\x10\x11\xf4\x06\x5d\x5d\x93\x0c\x43\x1d\x74\xa1\xef\x3a\ \x87\x6f\x38\xe6\xba\xbe\xeb\x7b\xad\x66\x3d\x0e\xfd\x94\x2a\x43\ \x00\x15\x59\x66\x94\xda\x56\x66\x62\x72\x4a\x51\x35\xc3\x4c\x65\ \x32\xd9\x30\xa6\xf5\x46\x0b\x42\x14\x87\xa1\xae\xa9\xe5\x72\xd9\ \xa7\x50\x14\x05\x8c\x79\x92\x50\x01\x42\xc0\x01\x21\x14\x02\x28\ \x60\x11\x42\x1c\x45\x91\xd3\xef\x30\x1a\x8b\x92\x0c\x21\x8f\xa2\ \xa0\x90\xcb\x23\x0e\xa2\x20\x6c\x35\x5a\x12\x16\xa2\x38\xda\xdd\ \xde\xfa\xcc\x5f\x3c\x32\x54\x1e\x9b\x9b\x5b\xb8\xf9\xd6\x3b\xd6\ \x36\x36\x9f\x3b\x77\xbe\xd9\x6c\x8c\x8f\x4f\x88\x02\xce\xe7\xf2\ \x69\xd3\x3c\x7e\xfc\xf8\xde\xde\xde\xd6\xd6\x56\xad\x5e\x5f\x5d\ \x5d\xed\x0f\xb2\xe5\x91\x72\x36\x9b\x53\x54\x45\x16\x3d\xb7\xdf\ \x67\x94\xd0\x24\x69\xd4\x6b\xf7\xdf\x7f\xbf\xaa\x2a\x10\x82\x38\ \x0e\x15\x45\x41\x58\xb4\x6d\x9b\x10\x82\x10\xda\x6f\x07\x05\x41\ \x20\xee\x13\x72\x21\xd4\x34\x95\x5d\x97\x56\x0a\x42\x48\x08\xf1\ \xba\x7d\x96\x10\x4d\x55\x19\x48\xc6\x46\x86\x77\x77\x2a\x3b\x3b\ \x3b\x8c\xd0\x72\xb9\x2c\x62\x44\x49\xec\x0c\xfa\xab\x6b\xcb\xb3\ \xb3\xd3\x82\x68\x3a\xbd\x6e\x14\x38\xba\x8a\x4b\xa5\x61\x8c\x71\ \xbd\x51\xb5\x52\x6a\x31\x9f\xe9\xbb\x6e\xa7\xd3\xba\x78\xe9\xc2\ \x8d\x07\x17\x35\x45\xc1\x80\xa7\x0c\x5d\xd7\xd5\xf1\xc9\xc9\x5c\ \xa1\x28\x8a\x52\xb9\x3c\x92\xb6\xad\x8d\x8d\x2d\x08\x40\x3b\x70\ \x31\xe4\x85\x6c\x56\x49\x99\xa2\x24\x88\x02\x0c\x63\x4a\x29\x81\ \x82\xbc\x5f\x37\x40\x88\x24\x51\x46\x08\xf7\x7a\xbd\x4e\xb3\x99\ \xb6\x73\xf5\x7a\x3d\xa2\x5c\xc0\x28\x93\xcd\xfa\x41\xb0\xb5\xb5\ \x89\x21\x88\xa3\x08\x02\xf2\xd1\x8f\x3e\xac\xa8\xfa\xe4\xd4\xec\ \xdb\xde\xfe\xce\x76\xa7\x7b\xfe\xc2\xc5\x0b\xe7\x2f\x42\x0e\x15\ \x55\x0d\x33\x19\xcd\xd0\x4f\x9c\x38\x71\xe6\xcc\x99\x53\xa7\x4e\ \x19\x86\x41\x29\xfd\xd8\xc7\x3e\xf6\xba\xd7\xbd\xce\xb6\xed\x74\ \x3a\x45\x19\x4c\x92\x78\x77\x67\xe7\xf6\x3b\x6e\xfb\xd3\x4f\x7c\ \xe2\xe0\x81\x03\xa2\x88\x08\x89\xd2\x96\x25\x88\x42\xa9\x58\xca\ \x5a\xb6\x20\x08\x61\x18\xe6\x72\x39\x55\x55\x3d\xcf\xdb\x47\x98\ \x38\x8a\x2c\xcb\x8a\xfd\x36\xe7\xec\x47\x83\x45\xce\xb9\xa4\x18\ \x62\x7f\xe3\x4b\x9f\xfd\x74\x5a\xe4\x8c\x33\xca\x94\x23\x77\xdc\ \x3e\x99\xd3\xbf\xbb\xb4\x00\x42\x76\x60\x09\xfe\xd9\x27\x60\xbb\ \xc3\xcb\xe5\x1f\xdc\x5e\x24\x04\x00\xf2\xdd\x6e\x08\xe0\x8c\xd2\ \x24\x49\x92\x24\x11\x45\x71\x7a\x7a\xfa\xe3\x1f\xff\xf8\x2f\xfd\ \xd2\x2f\x99\xa6\x79\xf7\xdd\x77\x27\x49\x12\x27\xc9\xb1\x23\x47\ \xb2\x9a\xc6\x17\x16\x6e\x7b\xc3\x1b\x6e\x37\x0c\x01\x00\x45\x51\ \xfe\xf6\x76\x7d\x25\xfe\x19\x26\x8b\xdc\xf3\x7d\xc3\x34\xfd\xc0\ \xdb\xde\x69\x65\x6d\xcb\xd4\x75\xc6\x28\xa5\xa4\xdd\x76\x2c\xcb\ \x02\x10\xa8\x8a\xc4\x21\x0e\x7c\xa7\xd5\xc2\x24\x26\x90\xb3\xc8\ \xef\x4b\xd8\xcc\x58\xd6\xce\xe6\xfa\xf6\xd6\xd6\x1b\xdf\x98\xd1\ \x75\x23\x4b\x28\x82\xa0\x5a\xd9\xee\x77\x7b\x34\x49\x18\x4f\xda\ \xad\x76\x79\x64\x7c\x68\xb8\xcc\x20\x4e\xe2\x84\x01\x8e\x30\x8a\ \xa2\x18\x00\x90\x32\x0d\x84\x80\xe7\x3a\x82\x96\x4a\x92\x28\x09\ \x13\xce\x99\xc8\x98\xa2\x6a\x88\x32\x27\xf0\x07\x8e\x17\xc7\x49\ \xe0\x07\x80\x13\x11\x23\x51\x14\x24\x11\x8f\x0c\x0f\x67\xed\x8c\ \x26\x8b\xa1\xdb\x6d\xb5\xda\x92\x2c\x73\xce\xc2\xc0\x77\x1c\x6f\ \x76\xf1\xe0\x89\x13\x77\x22\x41\x92\x44\xe9\x86\x1b\x8e\x0c\xfa\ \xfd\xc0\x73\xef\xbc\xfd\x36\x49\x94\x1a\x8d\xfa\xc1\x83\x07\x2f\ \x5e\xbc\x38\x3a\x3a\x6a\x99\xa9\xf5\xb5\xd5\x7a\xad\x36\x7c\x64\ \xd8\xf3\xbc\x56\xbd\x3e\x18\x78\x8c\xd1\xd9\xe9\xe9\xd3\x67\xcf\ \x1c\xbf\xe9\xd8\xec\xcc\x8c\x1f\x05\xbd\x5e\x0f\x22\x38\x36\x31\ \x86\x90\x24\x60\x1c\x86\x21\xa5\x54\x96\xe5\x24\x49\x18\x63\xfb\ \x94\x6b\x41\x10\xf7\xb9\xc7\xd7\x43\xa1\x17\x70\x65\x6b\xc7\x4c\ \x67\x03\x08\x5a\xf5\x3a\x25\x84\x33\xe2\x39\x4e\xca\x30\xb6\x36\ \xb7\x54\x59\x06\x8c\xcb\xb2\x60\xd9\xba\x80\x79\xab\xdd\x1c\x0c\ \x7a\x71\xe4\x47\x7e\xbf\x16\x87\xa3\xe5\x51\x2b\x6d\x5f\xbd\x7c\ \xa9\xdf\xa9\xdd\x78\xec\x66\x5e\x63\xb7\xde\x76\x73\x18\xf9\x51\ \x14\x6e\xef\xec\x28\x92\xb2\x7c\xf5\x22\x8d\x93\xc5\xc5\xa5\xf9\ \xb9\xf9\x20\x0a\x29\xa1\x10\x22\x59\x96\x76\x77\x76\xb2\x19\x4b\ \x12\x05\x08\x38\x25\x44\x60\xac\xef\x7a\x2c\x0a\x15\x45\x16\x04\ \x84\x10\x04\x1c\x84\x51\xd8\xeb\x0d\x5c\xd7\xab\x56\x2a\x13\x53\ \xb3\xe9\x74\x4a\x55\xe4\x52\xae\x30\x36\x3a\x42\x93\xc4\x4a\xa7\ \xae\x5c\xbe\xac\x28\x8a\x24\x00\xca\xe2\x4b\x17\xce\xcd\x2e\x1e\ \x7a\xf5\x6b\xee\x19\x19\x1d\xeb\x3b\xfe\xd4\xd4\x6c\x3e\x53\x70\ \x7a\xbd\x83\x4b\x07\xe6\x0e\xcc\x44\x21\xdd\xdb\xdb\x33\x4d\x33\ \x93\xc9\xdc\x74\xd3\x4d\xab\xab\xab\x5f\xfe\xf2\x97\x45\x51\xd4\ \x34\x6d\x7b\x67\x47\x10\x44\xcf\xf3\xec\xac\xdd\xeb\xf5\x7d\xdf\ \x7f\xcf\xcf\xfe\xac\x69\x1a\xbd\x5e\xaf\x3b\x70\x4a\xa5\xd2\x50\ \xbe\xc4\x08\xc1\x18\xe7\xf3\x79\x4d\xd3\x18\x63\x71\x1c\xef\xcb\ \x3c\x28\xa5\x82\x20\x44\x2f\x37\xe9\xfa\xfe\x54\x12\x22\x04\x45\ \x63\xe8\x8e\x57\xdd\x39\x3f\x56\x1a\x1e\x2e\x8f\x94\x47\x46\x47\ \x4a\xba\x84\x5f\x54\x44\x93\x3b\xef\x04\xad\x96\xf0\xc4\x13\xfc\ \x87\x4e\x45\x7e\x40\x24\x49\xb2\xcf\xbb\xfe\xe4\x27\x3f\xf9\x07\ \x7f\xf0\x07\x83\xc1\xe0\x03\x1f\xf8\xc0\xc9\x93\x27\x05\x41\xe0\ \x92\x84\x97\x97\x95\xb3\x67\xc9\xed\xb7\xdb\x93\x93\x76\x2a\x65\ \x9a\xa6\x20\x08\xaf\xd8\xa3\xfe\x33\xa6\x2e\x42\x88\x78\x9c\x44\ \x84\x90\x38\x8e\xeb\xf5\xfa\x5e\x65\xd7\x19\xf4\x93\x24\xd1\x0d\ \x2d\x08\x3c\x55\x53\xe3\x28\x34\x34\x55\x96\xa5\x6e\x67\xff\x8a\ \x66\x7e\xe0\xad\xae\xae\xa8\x8a\x2c\x22\xdc\xac\xb5\xda\xad\xb6\ \x2a\x2b\x10\x40\x53\x37\x65\x41\x09\x83\x50\xd7\x34\x59\x10\x31\ \xc4\x9c\x83\x76\xa7\xdb\xeb\xf5\x5d\x2f\x48\x12\x42\x12\x12\x86\ \xc1\x68\xb9\x3c\x35\x31\xc1\x08\xc9\xa4\x53\xd9\x8c\xed\xf9\xae\ \x1f\x78\xb2\x2c\xcb\x8a\x44\x08\x0b\xfc\x50\x92\x64\x43\x37\x72\ \xd9\x42\x2a\x95\x56\x35\xa5\xdd\x69\x57\xea\x15\x45\x51\xb2\x59\ \x7b\xff\xcf\xf6\x3d\x1f\x21\x04\x21\x4a\x9b\x86\x88\xb1\x2a\xcb\ \x77\x9e\x38\x91\x32\xcd\x6e\xb7\x6f\xa4\x52\xf9\x5c\x31\x65\xa6\ \xa2\x20\xfc\xf6\xb7\xbe\xb5\xba\xba\xea\xba\xde\xcc\xcc\x8c\x24\ \x49\x9c\xf3\x5b\x6f\xbb\xed\x2d\x6f\x79\x4b\xa9\x54\xda\xd7\xc3\ \x88\x82\xa8\x89\x32\x4b\x88\xef\xb8\x51\x18\xce\xce\xcc\x0e\x06\ \x83\x7e\x7f\x80\x05\xc1\xce\x64\xf6\x75\xfd\x00\x00\x59\x96\xf7\ \xbb\x8a\x18\x63\xcb\xb2\x54\x55\x45\x08\x41\x08\x3c\xcf\x83\xd7\ \x05\x8c\x9c\x03\x59\x16\x49\x12\x78\xee\xa0\x56\xdd\x3b\xf9\xed\ \x67\x4e\x9d\x3c\xd9\xed\xb4\xd7\x56\x57\x10\xe4\x9e\x3b\xc8\xe7\ \x2c\x59\xc4\xa2\x88\x35\x5d\xdd\xab\xee\xb5\xdb\xcd\x24\x8e\x7d\ \x3f\x5c\x5f\xdb\x48\x12\x92\xcf\xe4\x43\xcf\x3b\x73\xfa\x19\x45\ \x86\x76\xda\x48\xe2\x60\x6a\x6a\xb2\xd1\x68\x84\x61\x38\x36\x36\ \xea\xbb\x2e\xe6\x80\x32\xbe\xb2\xb2\xda\xe9\x74\x5d\xd7\x0f\xc3\ \xd0\xf3\x3c\x3f\x08\x0e\x2c\x2d\x48\x92\x04\x20\x50\x15\x15\x00\ \xd0\xef\xf7\x39\xa7\xfb\x4f\x26\x8e\x39\xa5\x1c\x41\x24\xc9\x72\ \x36\x93\x1b\x1a\x1a\x4a\xe2\xa8\xba\xb7\xb7\xbb\xbb\x9b\x32\xcd\ \x62\xb1\xd8\xe9\xb4\x45\x01\x87\xa1\x87\x10\xc2\x08\xcb\xa2\x84\ \x31\x2e\x0f\x0f\xbf\xe6\xde\x7b\xeb\x8d\x66\x10\xc6\xc5\xa1\x92\ \x9d\xc9\x2a\x8a\x76\xea\xe4\xb3\xab\xd7\x36\xf6\xf6\xf6\x86\x86\ \x86\x6e\xba\xe9\xa6\xcb\x97\x2f\xcf\xcf\xcf\xfd\xe2\x2f\xfe\xe2\ \x6b\x5e\xf3\x9a\xc1\x60\x10\x45\x11\xe0\x5c\x90\x84\x84\x44\x9a\ \xa6\x9c\x3b\xff\xdc\xd1\xa3\x47\x74\x4d\xd9\xde\xde\x6a\xb5\x9a\ \xaa\x2a\xeb\xba\xc2\xd8\x3e\x91\x1e\xa5\x52\xa9\xfd\xae\x85\x69\ \x9a\x9a\xa6\x41\x08\x55\x55\xed\xf7\xfb\x2f\xbb\xc4\x14\xbd\xb8\ \x2c\x62\x49\xbf\xdb\x0b\x19\xca\x8d\x4c\x2d\x2d\x2e\x2c\x2c\xcc\ \x2f\x2c\x2c\x2c\x2d\xce\x58\xaa\xf8\x77\x12\x7e\x42\xd8\x0d\x37\ \x80\xa5\x25\xe1\x91\xbf\x80\x9e\x07\xfe\xde\x32\x26\x41\x10\xbe\ \xfe\xf5\xaf\x3f\xfe\xf8\xe3\x9e\xe7\x3d\xf2\xc8\x23\xb7\xde\x7a\ \xeb\xaf\xfe\xea\xaf\x22\x84\x08\x21\x00\x21\xf5\xcb\x5f\xe6\x49\ \x12\xdc\x7b\x2f\xa5\x94\x12\x42\x29\x7d\x05\x13\xff\x99\x87\x28\ \x8a\x84\x52\x59\x96\x87\x86\x0a\x56\xc6\x46\x08\x67\x73\xb9\xa3\ \x47\x8f\x8e\x8f\x8f\x63\x41\x18\xf4\xba\x94\x12\xc6\xa8\x80\x05\ \xd3\x34\x19\x63\x00\x70\x8c\x90\xeb\xba\xaa\xaa\xa6\xd3\xe9\x24\ \x49\xd6\xd7\x36\x64\x51\x82\x8c\x07\xae\x2f\x62\x11\x63\xc1\xe9\ \x0f\xea\xb5\x3a\x82\x40\x10\x85\x46\xa3\xe9\x07\xa1\xa2\xa9\x92\ \x24\x37\x5b\x2d\x59\x96\xc7\x27\xc6\xf7\x59\x2f\x8a\xaa\x04\xa1\ \xb7\x3f\xbb\xd4\x34\x15\x23\xbc\x2f\xf1\xd3\x35\xcd\x30\x0c\x5d\ \xd7\x19\x63\x10\x02\x59\x16\xe2\x30\x90\x25\x29\x6b\xdb\x71\x1c\ \xd5\x1b\xb5\xed\xdd\x2d\xdb\xb6\xe3\x30\x4a\x08\x21\x24\x99\x99\ \x99\x1e\x1a\x1a\x5a\x5d\x5d\xef\x74\xba\xb5\x5a\x63\x63\x63\xbd\ \x5e\xaf\x15\x0a\x79\x55\x51\x2e\x5d\xbe\x54\xab\x55\x05\x41\x98\ \x9d\x9d\xb9\x70\xe1\x82\x24\x49\xc7\x8f\x1f\x37\x0c\x63\x6b\x7b\ \xbb\x50\x28\x94\x86\x87\x29\xa5\xa1\x17\x6c\x6c\x6c\x8e\x96\x47\ \x65\x45\x51\x55\x75\x7a\x7a\x7a\x74\x74\xa4\x54\x2a\xe5\xf3\x79\ \xdb\xb6\x55\x55\xdd\x9f\x98\x33\xc6\x84\x7d\xc2\x2c\x42\x9c\x73\ \xcf\xf3\xae\xbb\x06\xe2\x9c\xc9\x8a\x92\x24\xc4\xd0\xf4\xd2\x50\ \x69\x7e\x6e\x21\x63\x67\x06\x83\xc1\xe2\xfc\xfc\xdd\x77\xdd\x65\ \x18\xc6\xe6\xd6\x66\xbd\x51\x8d\x63\xdf\x4a\x19\x79\x3b\x9d\x44\ \x21\xe4\x1c\x23\xdc\xef\x0f\x56\x97\x37\x86\x4a\xe5\x74\x2a\x75\ \xf2\xdb\x4f\x31\x1a\x51\x9e\x24\x49\xec\x7b\x7e\x36\x97\x07\x0c\ \x2c\x5f\x5b\xa1\x31\x35\x74\x73\x6f\x6f\x6f\x63\x6b\x8b\x52\x9a\ \xcd\xe7\x13\x42\xea\x8d\xc6\x0d\x37\xdc\x90\x32\xd3\x9a\xa6\x6a\ \x9a\x66\x18\xaa\xef\xb9\x10\x02\x59\x91\x11\x42\x8c\xb2\x24\xa1\ \x18\x0b\xfa\x0b\x61\x70\x0e\xe2\x38\xe2\x8c\x43\x08\x26\x27\x27\ \x31\x84\x71\x1c\x9f\x7a\xf6\x54\x3e\x97\x4f\x92\x04\x00\xae\xc8\ \xb2\xa2\x28\xaf\x7d\xed\xbd\x8d\x46\x73\x6f\xb7\x12\x86\xd1\xe6\ \xc6\x76\xbd\xde\x20\x94\xcc\xcd\xce\x9d\x3d\x7b\xf6\xe9\xa7\x9f\ \x1e\x0c\x06\xc7\x8e\x1d\xdb\xdc\xdc\xec\x74\x3a\x13\x93\x23\xaf\ \x7a\xd5\xab\xb6\xb6\xb6\x92\x24\x99\x9b\x9f\x1b\x2a\x14\x2f\x5e\ \xbc\x88\x10\xba\x72\xe5\xf2\x89\x13\x27\x76\x76\x76\xe7\x17\xe6\ \x0e\x1d\x3a\x38\x31\x31\x51\x2c\x0e\x59\x56\x3a\x9d\x4a\x2b\x8a\ \x22\xcb\x0a\x25\x94\x73\x2e\x08\x02\x84\x88\x31\xe6\xfb\x7e\x10\ \x04\x2f\x7b\x1b\x09\x2f\x4a\x14\x89\x53\xfd\xca\xa3\x67\x8e\xbc\ \xea\x8e\xfa\xa9\xbf\xbe\xda\x7d\x61\x69\x01\x61\xfa\x89\xfb\xef\ \x5b\x2a\xa5\xc8\xdf\xa2\x2c\x24\x84\xe5\xf3\xc9\x3b\x7f\x42\xfc\ \x8d\xdf\x10\x9e\xf8\x26\x5b\x58\xf8\xfb\xbc\x4e\x49\x92\xbe\xf1\ \x8d\x6f\xfc\xce\xef\xfc\xce\xe2\xe2\xe2\xc3\x0f\x3f\xfc\xd8\x63\ \x8f\xdd\x76\xdb\x6d\x37\xdc\x70\x43\x18\x86\x5c\x92\x84\x4a\x45\ \xff\xf8\xc7\xe3\x9b\x6f\x8e\x8f\x1e\x85\x51\xf4\x0a\xe2\xfc\xf3\ \xaf\xa1\x21\x84\x29\x5d\x0f\xe2\x04\x42\x28\x1b\x26\x84\x58\x91\ \x25\xdb\x4a\x2b\xb2\x18\x47\xa1\xae\x69\x02\x04\x9a\x22\xa8\x12\ \x46\x18\x20\x41\xea\x74\xfb\xed\x46\x3b\x6b\xa7\x4a\xa5\xe1\x5c\ \xd6\x8e\x13\x7a\xf2\x99\x93\x9b\xcb\xe7\x4e\xdc\x7e\xd4\x34\x15\ \x3d\xa5\x3b\xfe\x80\x02\xce\x21\x0e\xa3\x18\x41\x34\x36\x36\x3e\ \xbe\x78\x7c\x73\x7b\x27\x8c\x92\x41\xdf\xe9\xf7\xfa\xb9\x4c\x96\ \x92\x84\x01\x9e\xb6\xac\x76\xa7\xdb\xec\xf5\x54\x5d\x97\x53\x06\ \xe4\x1c\x31\xc6\xa2\x50\x20\x31\xe3\x41\xc8\x22\xc3\xd0\x75\x43\ \x4f\x22\x47\x44\x82\x2a\xa1\x85\x85\x85\x74\xca\x3c\x73\xfa\x34\ \xe2\x6c\x63\x75\x8d\x24\x31\xe3\x34\x8c\x98\xa6\x9b\x37\xdf\x7a\ \x47\xbd\xde\xf2\x13\x92\x10\xde\x1f\x78\x92\x28\x28\x92\xd8\xac\ \x56\x52\xa9\xf4\xdd\x77\xdf\xdd\x6c\x36\x2f\x5d\xba\x34\x39\x39\ \xf9\x95\xaf\x7c\xb9\xd9\x6d\x2d\x2e\x2c\x30\xc0\xd7\x36\xd6\xb4\ \xd4\x8f\xc5\x34\x06\x18\x48\xaa\xec\x37\xfd\xf1\xfc\xa4\x65\x59\ \x92\x22\x13\x42\x10\x16\x64\x59\x4a\xe2\x24\x21\x31\x84\x10\x61\ \xc4\x39\x05\x80\x61\x0c\x29\xa1\x9c\x91\x38\xf6\x29\x09\x09\x89\ \x21\xb8\xde\x6c\x51\x92\x34\x2d\xc5\x19\x11\x25\x71\x7a\x66\xca\ \x73\x9d\x85\xa5\xf9\xb1\x91\x91\x4e\xa7\x53\x1a\x2e\xa6\x4c\x9d\ \xb1\xc8\xd6\xe5\x76\x7d\x4f\x37\x52\x29\x3d\xbf\x7c\x6d\x85\x73\ \x3a\x3a\x36\x6e\xa7\xcc\x78\x61\xfe\xf4\x99\x6f\xf7\xdb\x9d\xd5\ \xe5\xe5\xe9\xc5\x43\x9d\xae\x0b\x11\x80\x18\x87\x51\xdc\x6d\xb5\ \xda\xbd\xee\xd2\xd2\xe2\xad\xb7\xdf\xd1\xe8\x39\x11\xa1\x03\xb7\ \xdf\xed\x74\x5d\x67\x90\xc9\x58\x1c\x82\x74\x26\x1b\x47\xe1\xd5\ \xe5\x95\x20\x89\xcb\xc3\x25\x80\x64\xc6\x30\x8d\x09\x0d\x23\x59\ \x51\x01\x4d\x00\xc4\xb2\x61\x06\x41\x20\x40\x08\x00\x1d\x19\x19\ \x1d\x1e\x2e\xd7\xeb\xad\xcd\xad\x5d\xc8\xe2\x6a\xbd\x01\x20\xf4\ \xc3\xc8\xf7\xc3\x13\x77\xbf\x6a\x72\x7a\xfe\xe9\x67\x9e\x2d\x14\ \x4b\x8d\x46\x87\x33\x96\xc4\xa1\x88\xd0\xea\xfa\xea\xa1\x23\x37\ \xc8\xa6\xfa\x37\x4f\x3f\x59\x28\xe4\x91\x88\xff\xe6\xe9\xa7\xde\ \xf5\x93\xef\x18\x1e\x1d\xfe\xea\x5f\x7f\x65\x66\x7e\x46\x56\xe5\ \x56\xa7\x67\xa4\xd2\x9d\x6e\x7f\x64\x74\x5c\xd7\xcd\xf2\xc8\x30\ \x4d\x38\x46\x28\x93\xb2\x21\x82\x84\x50\xca\x09\x16\x30\x42\x30\ \x8a\x49\x12\x26\x92\x2c\x63\x11\x39\x6e\x10\x84\x7e\x18\x06\x9a\ \x2c\x41\x04\x5f\x82\x46\xf2\xe2\xa5\x05\x58\x2f\xbd\xfe\x4d\xf7\ \x4a\xaa\x3a\xfc\x9a\x37\x1d\x60\x2f\x68\xd1\x39\x80\xaa\xae\xfe\ \x9d\xcb\x8d\x73\x48\x48\xf2\xd0\x43\xc2\x9f\xfe\xa9\xf4\xe1\xff\ \x8a\x7f\xf7\x77\x68\xca\x02\x71\xfc\x52\xd5\x16\x84\x7b\x7b\x7b\ \xbf\xfb\xbb\xbf\xfb\x2b\xbf\xf2\x2b\xa7\x4e\x9d\x3a\x73\xe6\xcc\ \x03\x0f\x3c\xf0\xe8\xa3\x8f\x2e\x2c\x2c\x40\x84\x18\x00\xc6\x47\ \x3f\x8a\xb7\xb7\x3b\xbf\xf9\x9b\x54\x51\x5e\x59\xea\xf2\x4f\x5f\ \x0e\xff\xe8\x89\x39\x04\x80\x63\xc4\x69\x12\x65\xf3\x45\x4d\x4b\ \x51\xce\x54\x45\x56\x15\xb9\x5e\xdb\x6b\x37\x6a\xed\x66\x23\x0c\ \x3c\x4e\x13\x53\x57\xfb\x7d\xd7\xeb\xf7\x29\xe3\x9a\xa1\x45\x71\ \x2c\x8a\x32\x44\x72\x2e\x5f\x12\x31\xaf\x57\xd6\xbb\xed\x6a\xa1\ \x3c\x8e\x30\x0f\x92\x88\x01\x10\xc4\x11\xc4\x70\x9f\xd7\x92\xcd\ \xe6\x91\xa0\xe8\x9a\xd6\x6a\x36\x93\x30\x48\xa7\x8c\x56\xa3\xee\ \xf9\x1e\x67\x7c\x64\x74\x74\x4c\x53\x28\x03\x71\x1c\x56\xf6\x3c\ \x59\x96\x5d\x77\x40\xe3\x50\x16\xb1\x2c\x40\x51\x40\x86\x61\xf6\ \x02\xa7\xdf\xe9\xc6\x14\xeb\xaa\x6a\xe8\xfa\xd4\xd4\x64\xbf\xdd\ \x2c\x0e\x15\x6a\xb5\x75\x0e\x98\xaa\xa5\x5d\x2f\x5a\x59\xdb\x0c\ \x12\x90\x30\xa0\xe9\x66\xbd\x5e\xcd\x5a\x96\x3d\x5c\x92\x20\xe7\ \x8c\xd4\x2a\x95\x6c\x2e\x67\x1a\xc6\xee\xce\xce\xc0\x19\x3c\xf1\ \xc4\x37\xe7\x66\x67\xd2\x19\x9b\x03\x9a\x2d\xe4\x39\x02\x7d\xa7\ \x77\xe9\xea\xc5\x20\x8a\x0e\x1c\x38\xc0\x18\x25\x8c\x42\x80\x00\ \x87\x9e\xeb\x53\x4a\x21\x82\x61\x14\x92\x24\x41\x08\x32\xce\x38\ \xe5\x10\x02\xdf\x1b\xb4\x1b\xd5\x5e\x7f\xe0\xa4\x24\x78\x5d\x6e\ \x11\x9c\x33\xc3\x34\x7b\x03\x4f\xc4\xa8\x3c\x52\x56\x64\x89\xb1\ \x3c\x42\x28\x8a\xc3\x5a\xbd\x52\xa9\x56\xe2\xd0\x83\x8c\x66\x4d\ \x4d\x54\xf5\xed\xdd\x4a\xa3\xdd\x0d\xc3\x30\x0c\x83\xd1\xd1\xd1\ \x6e\xaf\xb7\xb4\xb0\x50\xcc\x0f\x35\xaa\xdb\x67\x9e\x3d\x35\x35\ \xbb\x94\xb1\x6c\x59\x94\x28\xa1\x48\xc0\x48\x12\x18\x04\x0c\x82\ \xb1\x89\xc9\x12\x14\x06\xfd\x3e\x8d\x93\xca\xde\x4e\xc6\xb6\x5c\ \xc7\x69\x35\x1b\x84\xd0\x42\x3e\x6f\xa4\x2c\x1d\x50\xc8\x85\x46\ \xad\x23\x89\x8a\x28\x08\x51\xe0\xf7\xda\x6d\x51\x80\x00\xd0\x4c\ \xb1\xa8\x99\x9a\xe7\x0d\x1c\xc7\x61\x94\xe5\xb2\x05\x80\xe4\x89\ \xc9\x99\x7a\x65\x5b\x94\x65\x06\x81\xa6\x99\x9e\x1b\xb4\xba\xee\ \x73\xe7\x2e\x13\x0a\x18\x10\xba\x9d\xbe\xef\xbb\x4b\x0b\xf3\x99\ \x94\xb9\xbd\xbd\xed\xfa\x8e\x64\xc8\xaf\x7e\xcd\xab\xce\x5f\x38\ \x3f\x3a\x36\xf2\x91\x87\x3f\xf2\xe0\x83\x6f\x1e\x19\x1d\x51\x74\ \xb5\x34\x3c\x44\x29\xf3\x83\xa0\xd5\x6c\x3f\xfa\xc5\x47\x3f\xf4\ \xa1\x0f\x95\xcb\x65\x12\x13\x45\x55\x82\x20\x20\x5e\xa0\x69\x6a\ \x14\xc7\x10\x23\x46\x69\x14\x45\x10\x21\x4d\x55\x19\x67\x9d\x76\ \xbb\xd7\xef\x75\xbb\xdd\x76\xbb\x6d\x19\x13\x00\xe3\x97\x20\xe9\ \xbc\x78\xf3\x9f\x88\x59\x65\xed\x22\x2a\x1d\x5e\x1c\xcd\xb0\xef\ \x2e\xb4\xe2\x8c\xb1\x17\x83\x2b\x21\x6c\x72\x32\xfa\x8f\xff\x51\ \x7e\xcf\xcf\x0e\xff\xd9\x27\xe5\xff\xfe\xfb\x20\x49\xc0\x0f\x39\ \x5a\xfb\x36\x18\x77\xdf\x7d\xf7\xc2\xc2\xc2\x8f\xff\xf8\x8f\xdf\ \x7c\xf3\xcd\x1f\xfe\xf0\x87\x31\xc6\xb9\x5c\x4e\x37\x4d\xc9\x30\ \xe0\xe7\x3f\xaf\x3e\xfc\x30\x7f\xef\x7b\xb5\xb7\xbc\x45\x43\x08\ \xa8\xea\x2b\x50\xf5\x4f\x0c\x8b\xbe\xe7\x75\xda\x8d\x1f\x35\x6d\ \x09\x82\x00\x42\x68\xa5\xd3\x58\x50\x12\x46\x04\x41\xd8\xa7\xd1\ \xd6\xeb\x75\xcf\x71\x20\x84\x8e\xe3\x5c\xbd\x7a\x95\x43\x61\x72\ \x7a\xc6\x30\x52\x9e\x1f\xec\x6c\x6d\x28\xa2\x86\x31\xd2\x54\x4d\ \xd3\x74\x2f\x08\x76\xf7\xf6\xcc\x6c\xa1\x5a\xab\x75\xda\xed\x46\ \xa3\xe1\xf6\xba\x2c\x8e\x55\x5d\xb3\xd2\x56\x14\xfa\xe3\x23\xc3\ \x51\x14\x56\xf6\xb6\x04\x2c\x30\x12\xf7\xbb\x3e\xe3\x3c\x89\xe3\ \x24\xcc\xfa\x51\x14\x27\x89\x65\xdb\x18\x0b\x49\x12\xb5\x5a\x8d\ \xb5\xe5\x65\x0c\xd8\xb1\x1b\x0e\x2a\x92\xc0\x28\xd5\x35\x8d\x24\ \x49\x42\x69\xa1\x90\x57\x24\xd9\x32\x53\x97\x2f\x3c\x6f\x98\x9a\ \xae\x6a\x08\x72\xc6\xa9\xae\xeb\x9a\xa6\x26\x49\xec\x78\xa1\xe7\ \x87\xba\xae\x8d\x8e\x8e\x54\xf6\xf6\xd6\x56\xae\xa5\x2d\x4b\x52\ \xf5\x66\xa3\x11\x27\x31\x21\xc9\xf4\xe4\xe4\xd3\x7f\xf3\xd4\x6b\ \xef\xbd\x67\x7a\x6a\xf2\xcc\xe9\x74\xbd\x56\x55\x65\xe5\xf4\xe9\ \xd3\xbe\xef\x1d\x39\x72\x34\x8e\x43\x33\x9d\x4a\x12\x3e\x70\xfb\ \x51\x9c\x08\x82\xa0\x28\xca\x7e\x3a\x20\x88\x22\x46\x30\x0e\x03\ \xd7\x75\x09\x49\x7c\x77\x30\x18\xf4\x83\x20\x44\x18\x5f\x1f\xef\ \x15\x02\x98\x24\x64\x30\x18\x1c\x58\x5c\xb0\x33\x99\x38\x0c\x00\ \x10\x30\xc6\xf5\x6a\x75\x7d\x7d\x7d\x6f\x77\xb7\x5e\xaf\xa7\x75\ \x6d\x65\x79\xb9\xeb\x78\x29\x3b\xbb\x30\x3f\x2f\xc9\xd2\xfa\xfa\ \x86\xef\x79\xa9\x54\x3a\x08\xfc\x91\x91\x91\xd5\x6b\x17\x57\x57\ \x57\x06\xfd\x7e\xa3\xd9\x39\x7f\xee\xf9\x46\xbd\x7e\xee\xf9\xe7\ \x04\x48\x54\x4d\xb5\xd2\x96\x3b\x70\xca\xe3\x53\xe5\x62\x71\x65\ \x65\x35\x70\xbc\x42\x36\xef\x0d\x1c\x84\x50\xb7\xd5\x66\x49\x92\ \xcd\x66\xdd\x30\x48\x22\x2a\x20\x21\x89\x12\xdf\x0f\x56\x96\xaf\ \x76\xbb\xed\xd9\xd9\xa9\xa5\xf9\x39\x84\x10\x67\x9c\x73\xe6\x38\ \x03\xce\xb9\xac\xc8\xa6\xa1\x4b\xa2\x10\xc5\xd1\xd8\xe8\x98\x80\ \x31\x04\x40\x51\x95\x7d\xe3\xa3\x66\xb3\xb1\xb2\xba\x6e\x9a\xe9\ \xd1\xd1\x91\x28\x8a\x1e\x7d\xf4\x09\xdf\xf7\x81\x08\xb5\x5a\x45\ \xc0\x58\x92\xa4\xf9\xd9\xb9\xbf\xfa\xdc\xe7\xbf\xf1\xf8\x37\x0f\ \x1f\x3e\x3c\x3a\x3c\xe2\xf6\x9d\x30\x08\xb6\x36\x36\xbe\xf1\xf5\ \xaf\xdf\x70\xf0\x90\x9d\x4a\xb3\x38\x61\x94\x92\x28\x0e\x5c\x0f\ \x00\x10\x70\x4e\x39\x83\x08\x51\x4a\x15\x59\x81\x10\x3a\x03\xc7\ \x73\x3d\x84\x51\xad\x52\xed\x76\xbb\x9c\xf3\x97\xcd\xd1\x85\x17\ \x9f\x0e\x90\x54\xb7\x37\x0c\xfb\xb0\xaa\x28\xdf\x59\x19\x0c\x01\ \x8f\xe3\x98\x7e\xff\x3b\x0c\xc3\xe4\xc1\x07\xd1\xa9\x53\xd9\xff\ \xf9\xc7\xe0\x96\x5b\xc1\xbb\xdf\xfd\xd2\x5f\xf6\xa1\x0f\x7d\x48\ \x96\x65\x8c\xf1\x4d\x37\xdd\xf4\xde\xf7\xbe\xf7\xe4\xc9\x93\x0f\ \xbe\xed\x6d\x76\x3a\x0d\x9e\x7f\x1e\xfc\xdb\x7f\x0b\x8e\x1e\x85\ \xff\xf9\x3f\xef\x2b\xa5\x5e\x89\x7f\xfa\x40\x08\xfe\xa8\xb0\xb8\ \x7f\xdf\xea\xba\x11\xc7\xb1\x82\x65\x8c\x31\x00\x40\x94\xc4\x5c\ \x2e\x07\x19\x69\x56\x2b\xae\xdb\x73\x5d\x77\x64\x24\x57\x1c\x1a\ \x2e\x0c\x95\x5c\xd7\x13\x45\xb1\x90\x2f\x88\x18\x89\xa2\xc8\x88\ \xa0\x1b\x7a\xad\xda\x5f\xdf\xd8\x98\x9a\x5f\xca\x66\x6c\x4d\xd5\ \xbc\x41\x7f\xbc\x3c\xf4\xec\xb7\x9e\x32\x2c\xb3\x34\x3c\x2c\x2b\ \x12\xe2\x34\x0e\x7d\x09\xa3\x6c\xd6\x4e\x1b\xda\xf2\xca\x8a\xeb\ \xba\x86\xae\xab\x92\x60\xd9\xe9\x76\xb7\x8f\x21\x12\x45\xa1\xdf\ \xef\xbb\x83\x41\x36\x63\x93\xd0\x6b\xb7\x9a\xa1\xef\xb4\xea\x75\ \x09\x13\xc6\x38\x43\x72\xbb\xdd\x8a\x2f\x5d\xa8\x54\xab\x1b\xeb\ \xeb\x86\x2a\x34\xeb\x75\x84\x20\xa7\xc4\xce\xa6\x55\x55\xcd\x64\ \xec\xc3\x37\x4e\x41\x84\x1b\xed\xb6\xef\x7b\xc3\xc3\xa5\x41\xbf\ \x53\x1e\x1e\x86\x9c\x89\x58\x30\x0d\x2b\x21\xc9\xc2\xdc\xec\xfa\ \xea\xf2\xf9\xe7\x9e\x9b\x9f\x99\x91\x05\x71\xf9\xf2\x15\x59\x90\ \x2a\xbb\xdb\x6f\x7f\xdb\xdb\x06\x9e\xbf\xb3\xbd\x5d\x1e\x29\x3b\ \xae\xd7\xed\x76\x15\xcd\xb0\x6c\x1b\x63\xc4\x21\x48\xa7\x4c\x4a\ \xa9\xe3\x3a\x84\x10\x59\x12\x05\x04\x99\xa2\xea\x9a\x2a\x08\x82\ \x69\x68\xd7\x67\x9f\x03\x21\xf4\x3c\x0f\x21\x24\x8a\xa2\xef\x79\ \xb2\x24\x92\x24\xe6\x08\xd9\xb6\x3d\x3c\x3c\xec\xba\x6e\xa9\x54\ \x5a\x5b\xbe\x76\xc3\x8d\x47\x72\xb9\xdc\xc2\x81\x43\x9a\x91\xaa\ \xd6\x6a\x86\x61\xf4\xba\xdd\x42\x2e\x07\x01\x18\x2e\x0f\x9b\xa9\ \xf4\x85\x0b\x17\x6b\xd5\xaa\xa2\xa7\x16\x17\x16\x18\xa1\x4b\x8b\ \x0b\xed\xc6\xde\x7a\xab\x56\x28\x0e\x15\xf3\x39\x12\x85\x96\xa1\ \xb3\x24\x92\x45\x3c\x37\x3d\x55\xab\x55\xd7\xd7\x36\x24\x59\x2c\ \x64\x33\xe9\x94\x19\x90\x88\x11\x92\xb2\x32\x94\xd0\x6e\xa7\xad\ \x28\x0a\x67\xb4\x59\xaf\x9f\xf1\x9d\x8d\xf5\xf5\x6a\xb5\x92\xb5\ \xe6\xcf\x9f\x3b\x77\xcb\x1d\xaf\xae\xec\xee\x36\x5a\xdd\xe7\x9e\ \x7b\xae\xd7\xae\xf9\x4e\x17\x70\x16\x45\x01\xe3\x78\x66\x7a\x3a\ \x89\xe3\xa5\xa5\xa5\xd2\xf0\x68\x14\xc5\x9d\x4e\x3b\x65\x9a\xd9\ \x6c\xb6\x90\xcf\xdb\x96\x25\xa9\x8a\x24\x49\x9e\xe7\x19\x86\x31\ \x3e\x3e\xfe\xa9\x4f\x7d\xea\xae\xbb\xee\x3a\x78\xf0\xe0\xa9\xd3\ \xa7\x97\x97\x97\xbf\xfa\xd5\xaf\xe4\xf2\x99\x5f\xfb\x8f\xff\xe1\ \x8b\x5f\xfc\xe2\xd8\xf8\x08\xc6\x78\x65\xf5\x1a\x00\xd0\xb6\x2d\ \x5b\xb2\xd3\xa9\x14\x61\x14\x40\x48\x09\xf1\x3c\x8f\x90\x58\x37\ \x54\x3f\x08\x14\x45\x2a\x14\xf2\x8c\x51\x04\xe1\x8f\x04\x8b\x00\ \x00\xac\x88\xc9\xf3\x4f\x7f\xb5\x79\xf5\x3b\xa4\x2a\x46\x99\x72\ \xf8\xf6\xdb\xa6\x72\xc6\x8b\x9a\xc4\x90\x52\x2e\x49\xd1\xaf\xff\ \xba\xbf\xbe\x6e\xbd\xf7\xbd\xa0\x52\x01\xbf\xfc\xcb\xe0\x7b\x9c\ \x7c\x5e\x14\xfb\x56\x16\xfb\x71\xdf\x7d\xf7\xdd\x77\xdf\x7d\x00\ \x00\xf0\x85\x2f\x80\x7f\xf3\x6f\x80\xa6\x81\x87\x1f\x06\x43\x43\ \xaf\xc0\xd3\xff\x57\xf1\xa3\x17\xd1\x1c\x00\x60\x18\x86\xa4\xea\ \x92\x24\x33\x46\x21\xc2\xfb\x96\x77\xfb\xc2\x4d\x59\x96\x15\x59\ \x89\xc2\x70\x9f\xb1\x1f\xc7\xb1\x91\x32\x2d\x41\x1a\x1d\x2e\xf9\ \xae\xbb\xbe\xb6\x8a\x21\x5f\x58\x5c\x6a\x77\x3a\x9b\x9b\x9b\x9d\ \x4e\x3b\x63\xa5\xd7\x3a\x1b\xe5\xe1\x62\xd6\xb2\xce\x3c\xfb\x2d\ \x55\x37\xc6\xc6\xc6\xf2\xa5\xf1\xe5\x95\xb5\x95\xab\x97\x83\x30\ \x08\x3d\x67\x67\x73\x83\x03\x6e\xe8\xba\x80\x41\x14\x7a\xc5\xa1\ \xa2\xe7\xfb\xd5\x5a\x35\x8a\xe3\x20\x08\x15\x45\x1a\x9b\x9a\x58\ \xb9\x7c\x29\x9d\x32\x55\x11\x61\x0c\x45\x49\x18\x0c\xfa\xd9\x62\ \xb9\xd9\xa8\x05\x41\x0c\x18\x03\x9c\x72\xc6\xa3\x28\x90\x44\x21\ \x4e\x12\x45\x51\x16\x97\x16\x8b\x43\xc3\x7e\x44\x6a\xf5\xba\xa4\ \x2a\x76\xca\x04\x80\x1d\x3b\x76\xb4\xd9\x68\x24\x49\xcc\x18\x4d\ \x92\xf0\xf0\xe1\x43\x29\x5d\xbb\x72\xf9\xe2\xd9\x33\x67\x0a\x85\ \xd7\x03\x40\x29\x49\x48\x1c\xa5\xd3\xa9\xe3\x37\x1f\x7f\xe2\x9b\ \x4f\x54\xf7\x76\x24\x09\x77\xbb\x03\x88\x91\x65\x59\x90\x53\x4e\ \x89\xa4\xaa\x8c\x31\xcf\x73\x7d\xd7\xc5\x10\x22\x04\xc3\x24\xe6\ \x8c\x8a\xa2\xc8\x01\x40\x2f\x59\xc7\xbd\xe4\x73\xe7\x18\xe3\x5c\ \x36\x27\x08\x98\x31\x00\x21\x54\x35\x8d\x52\x12\x10\x32\x32\x32\ \x12\x04\x41\xa3\x52\xa1\x8c\xee\xee\xee\xcd\x2f\x1d\x10\x44\x69\ \x5f\x1d\x9c\xcd\x66\x0f\x1c\x38\xb0\xba\xbc\x5c\xd9\xdb\x9d\x98\ \x98\xca\xe4\x72\xd5\x7a\xe3\xda\xf2\xb5\xdb\xee\xb8\x7b\xa8\x90\ \x3f\xe9\xf4\x5f\xff\xba\xd7\x7d\xf1\x0b\x9f\x25\x94\x8f\x4f\x4c\ \x1c\x58\x3a\xb0\xbd\x53\x39\xff\xdc\xf3\x95\xdd\xdd\x38\x8e\x9f\ \xf8\xfa\xe3\x09\x49\x30\x16\x38\x21\x5e\x7f\x20\x4e\x0a\xa3\xe5\ \xf2\xd5\x2b\xd7\x76\xbc\x4d\xdf\x0b\x3b\x9d\xce\xd2\xc2\x3c\x46\ \x4c\x14\xd0\xfc\xfc\xcc\x33\x4f\x3e\x21\x60\x1c\x04\x41\xbd\x56\ \xc3\x08\xaf\xad\xae\x0a\x8a\x4a\x92\xd8\x1d\xb8\xdd\x6e\x1b\x42\ \x20\x60\x51\x90\xd4\x5c\x2e\x77\xe8\xd0\xa1\x54\x3a\x13\x46\x49\ \xab\xe5\x4c\x4e\x4e\xf4\x3b\x9d\x3b\xee\xb8\xa3\xdb\xe9\xc4\x71\ \x92\x50\xe2\x41\x78\xe3\x8d\x37\x22\x84\xa2\x30\xfc\xc8\x47\x3e\ \xb2\xba\xb2\x92\xcb\x66\x1b\x8d\x06\x82\xa0\x56\xad\xbd\xe7\x5f\ \xbd\x47\x12\xa5\x41\xbf\xdf\xa8\x37\xfa\xfd\x9e\xe3\xb8\x63\x63\ \x63\x9a\xaa\x25\x71\xc2\x39\x13\x05\x21\x8e\xe3\x7e\xaf\xc7\x18\ \xd3\x34\x2d\x8a\x22\xc4\xb9\xa6\x28\xdd\x6e\x37\x5f\xc8\x63\x41\ \x78\xe9\x0b\xe9\x07\xf2\x16\xa1\xa6\x9b\x96\x6d\xfc\x6d\x11\xcd\ \x29\x93\x64\x01\xfd\xe0\x0f\x4a\x12\x6a\x9a\xb5\xff\xfb\xbf\x58\ \xb3\x73\xe0\xd7\x7f\x1d\x3c\xfd\x34\xf8\x4f\xff\x09\xdc\x7c\xf3\ \xdf\xeb\xf5\xee\xee\x82\xdf\xfb\x3d\xf0\x87\x7f\x08\x6e\xbd\x15\ \x7c\xe4\x23\xe0\xef\x37\xb7\x79\x25\xfe\xd9\x4c\x5c\xc0\x7e\xf9\ \x4c\x01\x52\x55\x6d\xe0\xb8\x9e\x33\x30\x34\x5d\x91\x45\x42\x08\ \x00\x20\x9d\xb6\x86\x4a\xa5\x4a\xad\xb2\xbb\xbb\x1b\x13\x16\x53\ \x66\x67\x72\x8a\xca\x4d\x3b\xcd\x99\x5a\xaf\xd7\x8b\xb9\xec\xf8\ \xe4\xe4\x93\x4f\x3d\x59\xa9\x54\x2b\xbb\x7b\x33\x73\xf3\xd5\xca\ \xee\xf4\xe4\x54\xaf\xd7\x65\x94\x1a\x86\x99\x4e\x5b\x49\x18\xec\ \x6c\xae\x57\x76\xb7\x01\xe0\xdc\xb6\x03\x3f\xc0\x18\x77\x9a\x75\ \xcb\x4e\x8f\x8d\x0e\xd7\xab\x32\x82\x42\x21\x67\x13\x0a\x20\x82\ \xa1\xef\x89\x02\xe6\x9c\xd6\xab\x7b\x61\xe0\xb5\x9a\xf5\x62\xce\ \xa4\x94\x31\x4a\x74\x55\xe9\x76\x3b\xa2\x28\x32\x4a\x20\x94\x38\ \xa7\x49\x12\x25\x04\x48\xb2\x98\xcf\xe7\x36\x36\xd6\x2b\xf5\xe6\ \xf4\xec\xbc\x17\x06\xbd\x76\x4b\x91\x65\xc8\x59\x18\x86\x0a\xc2\ \x51\x18\x58\x76\xba\xd5\x68\x0c\xfa\xdd\xb9\xb9\xd9\xaf\x7c\xe5\ \xb1\x99\xe9\x09\x43\xd3\xf2\xb9\xec\xee\xce\x76\x69\xa8\xe8\xf4\ \xfb\xe9\x74\xaa\xd9\x6c\x56\x76\x77\x38\x87\xba\x69\xba\xfd\x1e\ \x25\x04\x23\x84\xb0\x10\x25\x31\x21\x09\x86\x50\xc0\x50\x92\x64\ \x9a\xc4\x49\x1c\x72\xce\x7d\xcf\x4f\xa2\xf8\xfa\xd6\xb7\x31\xc6\ \x6c\xdb\x32\x52\xb6\x28\x88\x84\xd2\x4e\xb7\x8b\x20\xd0\x34\x4d\ \x92\xa5\x56\xbb\x05\x21\x3c\x72\xe3\x91\xad\x8d\xf5\x6a\xb5\xe2\ \x06\x91\xa4\x19\x85\xe2\x90\x24\xbf\x60\x2f\xd0\x6a\x36\x2f\x5d\ \xba\xf4\x53\x3f\xf9\xf6\xaf\x7d\xed\xb1\x2b\x2b\xab\x4f\x3d\xf9\ \xe4\xcc\xdc\x42\xb7\xdd\x0a\x7c\xa7\x34\x54\xec\xf7\xfa\xaa\xa6\ \x8f\x8c\x8c\x0a\x08\x09\x08\x9d\x3f\x77\x6e\x77\x77\xb7\x5c\x2e\ \xb7\x9a\xcd\x20\x08\x32\x99\x8c\x20\x08\x23\xe5\x72\xa7\xd5\x12\ \x75\x55\xd7\x35\xc0\x80\x2c\xca\xb2\x24\xea\x9a\x5a\x2c\xe4\x2f\ \x5e\x38\x6f\x1a\xda\xca\xca\xb5\x38\x0a\x7b\xdd\xae\x80\x21\x42\ \xb0\xdb\xeb\x0a\x52\x20\x8a\x58\x51\x25\x52\x0f\xc3\xc0\x87\x8a\ \x1a\x27\x6c\x69\xe9\x80\x2c\xcb\xe7\xcf\x9f\x47\x58\x9c\x9e\x9e\ \x5d\x59\x5e\x51\x64\x89\x53\xe2\xb8\x2e\x12\x91\x6e\xea\xae\xeb\ \xf6\xba\x5d\x84\xd0\x48\xb9\x2c\xcb\xf2\x23\x8f\x3c\x92\x4e\xa7\ \x35\x55\x0d\xc3\x90\x24\x71\x3a\x95\xe2\x8c\x0d\x15\x87\x2e\x5e\ \xb8\x20\x89\xa2\x24\x4b\xfd\x5e\x4f\x14\xb0\x6d\x67\x00\xe7\x81\ \xef\x87\x61\x28\x0a\x02\xa5\x94\x24\x89\x80\x10\x15\x30\x67\x0c\ \x00\xbe\xb7\xb3\xab\xcf\x4d\x88\x2f\x89\x8c\xdf\x0f\x8b\x2c\xa6\ \xe2\xec\xe1\x5b\xee\x3a\x90\x4f\xbe\x6b\xb0\xc8\x29\xf9\xe1\x5c\ \x99\x30\x04\xe9\x34\xf8\xbd\xdf\x03\x87\x0f\x83\xdf\xf8\x0d\x70\ \xef\xbd\xe0\xc1\x07\xc1\xbb\xde\x05\xee\xba\xeb\x87\x66\x8e\x67\ \xcf\x82\xcf\x7d\x0e\xfc\xc9\x9f\x80\x7a\x1d\x7c\xe0\x03\xe0\xd7\ \x7e\x0d\xe4\xf3\xaf\xe0\xcc\xbf\x34\x54\x04\x00\x00\x49\x96\x13\ \xca\xe3\x38\xdc\x37\x71\x72\x3d\x57\x14\x52\xfb\x34\xc6\x84\xc4\ \xbe\xef\x5b\xb6\x3d\x36\x36\xd5\x6a\x77\x37\x37\x36\x29\xe5\x66\ \xda\x2a\x64\x6c\x12\x27\x94\x12\xdd\x30\x8a\xc5\x62\x36\x9b\xaf\ \xd4\xeb\x9e\xe7\x9a\x86\x1e\xfa\xbe\x6e\xe8\xf5\x5a\x35\x88\xa2\ \x94\x65\xed\xee\xee\x5c\xb8\x78\x55\x55\xd5\xf9\xd9\x99\xed\x9d\ \xed\xe1\xa1\x62\xbb\xdd\x36\x0c\xa3\xdf\x1f\xf4\xbb\xdd\x8d\xb5\ \x55\x55\xd5\xc7\xa7\x66\x39\x04\x18\x0b\x96\x65\xd5\x6b\xb5\xcb\ \x17\xce\x7b\xde\x40\x42\x00\xb0\x44\xd7\x55\x08\x58\x14\x78\xd5\ \xbd\xdd\x46\xad\xd6\xe8\x0d\xc2\x20\x6c\xb7\x9b\xa6\x56\x60\x34\ \x66\x24\x91\x04\x35\x21\x49\xad\x56\x59\x59\x5d\xc1\xa2\x5c\xab\ \x57\x01\x44\x9e\xd3\xc7\x96\x95\x4e\x99\x96\x95\xda\xdb\xdd\x73\ \x5c\x07\x21\x2e\x60\x88\x10\x2a\xe4\xb2\x92\x20\x6c\x6d\x6c\x40\ \xc0\x29\x89\x5d\x67\x60\x28\x6a\xe0\x7b\xb9\x8c\xbd\xca\x59\xb5\ \x52\x99\x9a\x9a\x56\x24\x21\x0c\x3c\xc6\x88\xef\x7b\x92\xa2\x0a\ \xa2\xb8\xef\x91\x01\x00\xc0\x18\x08\x02\x16\x45\x31\xa5\xeb\xbd\ \x76\x27\x8e\xc2\xeb\xd3\x4a\x71\x0e\x44\x49\x12\x04\x81\x72\x0e\ \x00\x24\x49\xe2\xba\xce\x3e\xa3\x9a\x12\xc2\x39\x77\x1d\xd7\x34\ \x8d\x63\xc7\x8e\xb5\x7b\xce\xc9\x93\x27\x47\xc7\x26\x27\xa7\x26\ \xcb\xe5\x91\x62\x21\x4f\x08\x51\x14\x05\x8b\xd2\xfc\xe2\xd2\xb7\ \x9e\x3d\xb5\xb9\xb5\xa9\xa9\x8a\xe3\xf4\x75\x4d\x03\x9c\x55\xaa\ \x15\xdd\xd0\x25\x59\x7d\xe6\x99\x67\x4e\x9f\x79\x7e\x72\x72\xa2\ \xdd\x6e\x29\x8a\x9c\xcf\xe7\x06\x83\x81\xaa\xaa\x17\x2f\x5e\xd4\ \x35\x15\x89\x78\xee\xc0\xe2\x50\xb1\x00\x38\x4a\x99\x29\x96\x90\ \x33\xcf\x9d\xad\xec\xed\xb4\x5b\x4d\xb7\x54\x80\x80\x2b\xb2\xe4\ \x0e\xfa\x9d\xae\x57\xd9\xdd\xcd\x26\xac\xdb\xf7\xbe\xfd\xed\x6f\ \xcd\x4c\x8f\x07\x41\x80\x10\x4c\xe2\x04\x40\xe0\xba\xee\xf9\xf3\ \xe7\x57\x56\x37\x2c\x3b\x2b\x08\x52\xa7\xdb\x05\x8c\x94\x87\x86\ \x86\x8a\x45\x37\xf4\xb6\x77\x76\x28\xa5\x9d\x4e\x47\x14\x45\x2c\ \x08\x37\xdf\x7c\xf3\x53\x4f\x3d\x75\xcb\x2d\xb7\x08\x82\x10\xc7\ \x89\x24\x49\x8a\x22\x03\xc0\x67\x67\x67\x3e\xfd\xe9\x4f\x1f\x39\ \x72\xa4\x50\x2c\x60\x8c\x3a\x9d\x8e\xeb\xba\x9d\x4e\x5b\x94\xa5\ \x7d\xae\xa8\x28\x0a\xaa\xaa\x26\x49\x12\xc5\x91\x99\x32\x5d\xcf\ \xf5\x7d\xff\x65\x1f\xfa\x8b\x60\x91\x33\x2e\x8e\x4e\x2f\xe0\x14\ \x8e\xa2\xe8\xbb\x9a\x96\x97\x8d\x24\x01\x18\x83\x9f\xff\x79\xf0\ \x9a\xd7\x80\x3f\xfa\x23\xf0\xc9\x4f\x82\x3f\xfb\x33\x30\x35\x05\ \x6e\xbf\x1d\x2c\x2e\x82\xb1\x31\x60\x59\xc0\xf7\x41\xb5\x0a\xae\ \x5d\x03\xa7\x4f\x83\x33\x67\x80\x69\x82\x7b\xee\x01\x1f\xfc\x20\ \xb8\xeb\xae\x57\x20\xe6\x5f\x72\x47\x12\x71\x42\x39\x07\x82\x20\ \xa4\xd3\xe9\xd0\xf7\x3d\xdf\x8b\xc3\x80\x31\x26\x0a\xa2\x20\x08\ \x46\xca\xd0\x75\xbd\x3f\x70\xf5\x54\x7a\x64\x74\x84\x31\xb0\xbc\ \xbc\xd2\x6b\x37\x93\x38\xf1\x7c\x9f\x71\x90\xb6\xad\xb5\x8d\x4d\ \xdf\xf5\x9a\x8d\x7a\xca\x34\x0e\x2c\x2e\x6e\xac\xac\x70\xc6\x38\ \x07\xdf\xfc\x9b\xbf\xd1\xcd\xf4\x1d\x77\xde\xb9\xbc\xb2\x5c\x86\ \xa3\x11\x49\x8c\x94\x39\x3a\x36\x36\x0a\x40\xaf\xd7\x1b\x9f\x98\ \x48\x5b\x69\x08\x98\x00\x31\x00\x80\x53\x9a\xcf\x66\x26\x27\xc6\ \x93\xd0\xa9\xee\x6c\xb1\x24\xb6\xad\x54\x1c\xf4\x09\x89\x15\xd5\ \x88\x92\xc8\xd4\xb5\xb5\x95\x95\x24\x89\x87\x4b\x43\x18\x01\x59\ \x12\xa1\x24\xba\xae\x73\xf1\xe2\x85\x5c\xa1\x74\xeb\x1d\x77\x6e\ \x6c\xed\x54\x6b\x55\x51\x14\x53\x29\x13\x42\xc0\x39\xa5\x49\x94\ \x44\x61\xe0\x3a\xd0\x4e\x73\x4a\x75\x55\x2e\x15\x0b\xeb\xeb\x2b\ \x80\xf3\xed\xad\x0d\xdf\xf5\xca\xc3\xa3\xbe\x3b\xe8\x74\xbb\xee\ \xa0\xd7\x69\x35\x31\x02\x58\x90\x32\xd9\x4c\x1c\xc5\xa5\xd2\x08\ \x93\xa4\x94\x69\x2b\xb2\xc4\x18\x0b\x7c\xcf\xf7\x42\x08\x80\x00\ \xa1\x24\x49\xa6\xa9\x63\x04\xc1\x75\x5a\x8d\xf0\xfd\x0d\x05\x80\ \x73\x51\x14\x52\xa9\x14\x63\x74\x30\xe8\x8b\x18\x27\x49\xe2\x3a\ \x4e\x3a\x9d\x86\x10\x8e\x8e\x8c\xe6\x87\xe8\xb7\x4e\x9d\xc9\xe7\ \xf3\x9c\xf3\x9d\x9d\xad\xcd\xcd\x75\x3f\x08\x3c\xcf\x0b\xc3\x70\ \x64\x64\x1c\x21\xa1\xd3\xee\x00\xc6\x56\x97\xaf\xde\x74\xf4\xc6\ \x6c\x36\xd3\xe9\xf4\x26\x26\x26\x36\xb6\xb6\xcf\x9e\x3d\xff\xa6\ \x07\xde\x9c\xc9\xd8\x7b\x7b\x3b\xe5\x72\x69\x7b\x7b\x7b\x72\x72\ \x72\x78\x78\x38\x95\x32\x0a\x85\x82\x6d\xa7\x11\x02\xa2\x28\x26\ \x51\x2c\x20\x16\x43\x30\x3f\x3b\x1b\x05\xee\xa0\x67\x5f\x5b\xbe\ \x56\x2e\x0f\x2f\xb7\xaa\x86\xa6\xaf\xac\xef\x34\x5b\xcd\x5c\x71\ \xa4\xdb\xe9\x6c\x6f\x6d\x1e\x3b\x72\x40\x57\x15\x01\x61\xc3\x30\ \x28\x13\x9e\x7f\xfe\x79\x55\x37\xef\xbb\xef\x3e\x41\x54\x76\x77\ \xf7\x06\x83\xc1\xd2\xc2\x9c\xa9\x69\x00\x80\x24\x49\x9c\x81\xa3\ \x6b\x1a\x60\x1c\x30\x2e\x20\x3c\x3f\x3b\xf7\xe9\xff\xf5\xa9\x7c\ \x2e\x3f\xe8\xf5\x9f\x7c\xe2\x09\x67\xd0\x63\x34\xf1\x3d\xa7\x56\ \xdd\xeb\xb4\x9b\x9b\x1b\x6b\xbd\x6e\x3b\x9d\xb6\x10\x46\xd9\x6c\ \xb6\x58\x2c\x9a\x82\x69\x1a\x9a\x24\x49\x84\x10\xcf\x75\x38\x67\ \x10\x72\x49\xc4\xb6\x95\x0a\x03\xef\x65\x35\x97\xc2\x8b\xae\x21\ \x02\xc4\x99\xc3\xc7\x01\x23\x3f\x02\x26\x7e\x6f\x4c\x4d\x81\xdf\ \xfe\x6d\xf0\xc1\x0f\x82\x27\x9f\x04\x5f\xfb\x1a\xb8\x74\x09\x7c\ \xe9\x4b\xa0\xd5\x7a\xe1\xa7\x86\x01\xc6\xc6\xc0\xfc\x3c\x78\xe7\ \x3b\xc1\xbd\xf7\x82\x83\x07\x5f\x81\x95\x7f\xc1\xc3\x6b\x00\x38\ \x00\x84\x10\x42\x28\x80\x98\x32\x16\xc4\x21\x04\x20\x0a\xa3\xc0\ \xf7\x25\x49\xe2\x09\xa4\x94\xfa\xbe\xdf\xe9\xb4\x2d\xcb\x3a\x78\ \xf8\x88\xac\x6a\x84\x32\x6f\x30\x88\x93\x24\x8a\xa2\xc1\x60\x40\ \x28\xb7\xb3\x79\x51\x92\x2a\x95\xdd\x81\xd3\x3b\x7e\xfc\x78\x3a\ \x65\x44\x51\x40\x28\x5b\x5e\x5b\x7f\xfd\xeb\xdf\x30\x31\x31\x09\ \x10\x94\x15\x35\x6e\xb6\xa6\xa6\xa6\x4c\xd3\x94\x65\x59\xd5\xd4\ \x54\x2a\xcd\x18\xef\xf7\xba\xaa\xa2\x7a\xbe\x8f\x05\x49\x14\xb1\ \x28\x08\xc5\x7c\x6e\x77\x4b\x69\x34\x6a\x8a\x28\x88\x18\x47\x9c\ \x71\x4e\x67\xa6\x27\x6f\x3a\x7a\xa3\x1b\xc4\xcf\x9e\xfc\xf6\xe8\ \xc8\xb0\xaa\xaa\x71\x14\x09\x02\x76\x7d\xcf\xca\x82\x6c\x36\x7b\ \xe2\xc4\x89\x30\x8e\x33\x99\xb4\x61\x1a\x4e\xbf\xa7\x2a\x72\xad\ \x5a\x21\x49\x9c\x10\x22\x62\xec\xfb\x5e\xb5\xb2\x27\x0a\x38\x97\ \xcf\xcd\x4c\x4f\x2e\x2f\x5f\x19\xf4\xfb\x8a\x22\xf5\x3a\x3d\x5d\ \xd3\x9f\x3f\x7b\xb6\xd5\x6e\xf6\x7a\x83\x38\x0a\xdb\xad\x26\x16\ \x24\x5d\x57\x49\x42\x24\x49\xc8\xe7\xb2\x9e\xe7\x29\xb2\xa8\xc8\ \x62\xa7\xed\x07\xbe\x2f\x8b\xe2\x60\x30\xf0\x5c\x07\x00\xa0\x6a\ \xd7\x3d\x72\x41\x51\x1c\x89\x49\x22\x20\xe8\x79\x1e\x49\xe2\x7d\ \x81\x6c\xbb\xdd\xa6\x8c\x59\xb6\xdd\x69\x34\x44\x51\x74\x3d\xef\ \xea\xca\xea\xbd\xf7\xdc\x33\x3d\x3b\xcf\x01\xf0\x3c\xf7\xf1\xc7\ \xe4\xc0\xc9\x27\x00\x00\x20\x00\x49\x44\x41\x54\xbf\xb9\xbd\xb5\ \x05\x00\x68\x34\x5b\x43\xc3\xc3\x08\x63\x00\xc0\x23\x9f\xfe\x54\ \x10\x78\x0f\xbc\xe9\xfe\x53\xa7\xcf\x8a\xa2\x54\xab\xd5\x4e\x9f\ \x3d\xf3\xea\x57\xbf\x36\x97\xcf\x09\xa2\x98\xcd\xe7\xfc\x30\x38\ \x76\xfc\x26\x5d\xd7\xf3\xb9\xbc\x6e\x1a\xfb\xfa\x45\x08\x61\xab\ \xd1\x10\xb0\x48\x62\x52\x2c\x16\x44\x21\x3d\x39\x31\x59\xd9\xdd\ \x5a\x5f\xab\x92\x38\x66\x8c\x44\x51\x98\xcd\xd8\xaf\xbd\xe7\x35\ \xc3\xa3\x53\x3b\x7b\x7b\x58\xc0\x87\x0e\x1e\x3c\x77\xf6\x19\x42\ \x92\x38\x8a\x06\xae\x9b\x24\xc9\xab\x6f\xbd\x75\x7e\x7e\x7e\x7d\ \x73\x7b\x6a\x6a\x2a\x97\xcb\x4a\x02\x72\x7b\xbd\x6e\xa7\x43\x19\ \x89\xa3\x48\x91\xe5\xd5\xd5\x55\x5d\xd7\xb3\xd9\xec\xd8\xd8\xd8\ \xf8\xc4\xf8\xb3\xcf\x9e\xcc\x66\xb2\x27\x4f\x9e\x8c\xa2\x68\x75\ \x6d\x6d\xf9\xda\xb5\xc1\x60\x10\x04\xc1\xd6\xd6\xd6\xd6\xf6\xf6\ \x0d\x87\x0f\xef\xd3\x71\xc6\xc6\x46\x11\xc6\x51\x14\xe9\xba\x1e\ \x04\xc1\x60\xd0\xdf\x97\xfd\xd5\xeb\x75\x4a\xa9\xae\xeb\x18\xa3\ \x97\xee\xea\xfe\x80\xde\xe2\x0b\x4b\x4a\xff\x21\x31\x3a\x0a\x1e\ \x7a\x08\x3c\xf4\x10\x20\x09\xa0\x10\xec\x3b\x70\x21\x0e\xa2\x08\ \x60\x11\xc8\xf2\x2b\x98\xf2\x4f\x55\xe8\x46\xd7\x4e\x3d\xb3\x11\ \x1a\xb7\xdc\x7a\xdc\xfe\x5b\x89\x26\x0f\x3b\x67\x2f\x6c\x4c\x1e\ \x3a\x50\xbf\x74\xde\x9c\xbe\x69\xc4\xfa\x07\x2d\x5a\x22\x84\x50\ \xca\x20\xa6\x61\x44\x06\xce\x80\x11\x62\xa5\x53\x86\x69\x06\x4e\ \x1f\x70\x56\x1a\x1a\xba\xb6\xb6\x6c\xa6\xec\x89\x89\x09\xc6\x59\ \x1c\xc7\xbe\x1f\x20\x04\x8b\xc5\x62\xad\x52\x01\x9c\x87\x51\x28\ \x4a\x32\xc2\xc2\xce\xce\xf6\x70\xa9\x34\x3e\x3a\xba\xb5\xb9\xb1\ \xb3\xb3\xad\xa8\x5a\xb9\x3c\x72\xe7\x5d\x77\x5f\xb8\x78\x79\x64\ \x6c\x1c\x61\x6c\xa4\xd2\x4b\x07\x0e\x46\x71\x8c\x31\xc2\x58\xe8\ \x74\x7b\x41\x10\x34\xea\xcd\x38\x4e\x2c\xdb\x1e\x0c\x9c\xb5\xb5\ \xd5\xc0\x73\x25\x01\x0b\x80\x0d\x0f\x15\x9b\xf5\x6a\xca\xd0\x43\ \xbf\x9b\xcf\xe5\x24\x51\x4c\x92\x58\x14\x05\x00\x40\xb1\x50\x08\ \x03\xdf\x0b\x5c\x55\xc4\xfb\x87\x64\x66\x66\x4a\xd7\xd5\x6a\xa3\ \xb1\xb8\x74\xb0\xef\x38\x4f\xad\x2e\x0b\x18\x49\x92\xa8\x88\x22\ \x48\x48\xbf\xdd\x52\x75\x35\x0e\x83\xae\xef\xd5\x6a\x55\x43\xd7\ \x8a\xf9\xfc\xde\xce\x4e\xbf\xdb\x75\xfa\xfd\x5e\xa7\x43\x09\x09\ \xa3\x90\x52\x82\x20\x77\x07\x83\x54\xda\x8a\x83\xa8\x30\x54\xd4\ \x34\x75\x67\x7b\xcb\x71\xbd\x24\x19\x1e\x2a\xe6\x65\x45\xf1\x1c\ \x67\xab\x52\x09\xc3\x20\x97\xcd\x84\x51\x14\xc7\xf1\x75\x3a\xe8\ \x70\xbe\xef\x16\x01\x31\x92\x24\x69\xd0\xef\x35\x1a\x75\xdb\xb6\ \x75\xc3\xe8\x76\x3a\x49\x92\xa8\x9a\x9a\x4e\xa5\x9f\x79\xe6\xe9\ \xd7\xbd\xe1\x8d\xf9\x7c\x3e\x8a\xa2\x28\x49\x1a\xf5\x7a\x36\x9b\ \x71\x7b\x85\x2b\x97\x2e\xf6\x7b\x03\x45\x93\x55\x45\x21\x24\xf9\ \xd2\x63\x5f\xfc\xa9\x87\x1e\xea\xf5\xba\x6b\xab\xcb\x08\x41\xce\ \xd8\xbd\xaf\x7d\xfd\xd4\xf4\x6c\xad\x5e\x9f\x9e\x9a\x6a\xb4\x9a\ \x77\xde\x79\xe7\xdc\xdc\x5c\xaf\xd7\xd7\x74\xcd\x0b\xfd\x4e\xab\ \xeb\xd7\x6b\xed\x5e\xa7\x5c\x1e\x09\x3c\xbf\x15\xc5\xe7\x9e\x7f\ \xbe\xd7\xeb\xd9\x76\xba\xd9\x6c\x29\xb2\xcc\x0d\xd3\x34\x0d\x19\ \x0b\x0c\x49\xaa\xaa\x8a\x92\x04\x21\x1c\x1e\x2a\x71\xce\xbb\xdd\ \xae\x28\xa0\x20\xf0\x21\x94\xa6\xa6\xa7\x8e\x1c\xb9\xb1\xd3\xe9\ \x28\xb2\x3c\x3f\xbf\xf4\x8d\xc7\xff\xba\xe5\x0c\x04\x04\x75\x55\ \x25\x14\x09\x18\x07\x7e\x80\x11\x62\x94\x55\x2a\x15\x59\x92\x6f\ \x39\x7e\xcb\xb3\xcf\x9e\xe4\x94\x93\x84\x20\x04\xcf\x3d\xf7\x5c\ \xa3\xd9\x24\x09\x91\x25\xa9\xd3\x6e\xcb\xb2\x12\x47\x51\xb9\x5c\ \x9e\x9e\x9c\x6a\x34\x1a\x95\x6a\x35\x97\xcb\xe9\xba\xae\xaa\x2a\ \xe7\x7c\x5f\x2a\x63\x9a\xa6\x6d\xdb\x8e\xe3\x30\xce\x31\x80\x7f\ \x6f\xde\xe2\x3f\xd2\x48\x73\xf5\xe4\x63\x9f\xfb\xca\x49\x5e\x3a\ \xfa\xee\x9f\x7f\xab\xb8\xfc\xb5\x87\xff\xea\x24\xc5\x82\x1b\xa7\ \x1e\x7c\xf7\xcf\xde\x34\x22\x03\x00\x40\xd2\xfa\xf2\x23\x9f\x3e\ \x79\xb5\xa6\x95\x16\xde\xf1\xee\x9f\x8c\x9e\xfc\xf8\x27\x9f\x59\ \x13\x24\xe3\xc0\xdd\x0f\x3c\x70\x62\x41\x78\x05\xce\x7e\xd0\x51\ \x58\x7f\xf6\xd1\x4f\x3d\x76\xc6\x9c\xbf\xfb\xa7\xdf\xf6\xea\xb4\ \x08\x00\x88\x1e\xff\xf3\x87\x3b\x0b\x6f\x7f\xdb\x21\xf8\xb9\x3f\ \xf9\xe4\x26\x9e\x7b\xf7\x7b\xde\xc8\x2f\x7c\xed\xc9\xce\xd8\x5b\ \xef\x9e\xdf\xff\x9d\xb5\xa7\x3e\xfb\xa7\x5f\x5a\x3b\x72\xef\x3d\ \xec\x7b\x3c\x73\xa1\xb3\xfb\xd8\x17\xbe\xfc\xf6\xc9\xb1\xa7\xbf\ \xf8\x57\xd3\xef\x3a\x7a\xfd\xb0\x08\x21\x67\x6c\x6b\x6b\x8b\x70\ \x60\xd9\x39\x45\xd5\x4c\x43\x0f\x03\x1f\x02\x20\x8a\x02\xd4\xf5\ \xc8\xf7\x90\x20\x4a\xa2\x52\x1a\x1a\xc6\x08\xc7\x51\x64\x69\xba\ \xef\x7a\xb9\x5c\x3e\x6d\x1a\x3b\x5b\x5b\x43\xa5\xa1\x89\x89\xc9\ \x5e\xbf\xaf\x28\x6a\xbf\xd7\xbe\xe3\xf6\xdb\x35\x55\xf3\x7d\x7f\ \xff\x3c\xdc\x72\xcb\x2d\x56\x3a\x6d\xa5\xd3\xbe\x1f\x02\x00\x17\ \x17\x16\xd3\x96\x15\x45\xf1\xbe\x1a\x4f\xd7\x75\x51\x10\x01\xe3\ \xed\x66\x9d\x92\x64\x6f\xaf\xb2\xb3\xbb\x33\x3a\x32\x62\x17\x0b\ \x80\x26\x85\x42\x01\x30\xda\x6b\xd7\x39\x23\x46\xca\x06\x00\x0c\ \x06\xbd\x46\xb3\x2b\x20\x90\x4e\x99\x88\x13\x08\x10\xa1\x54\x51\ \xb5\xe1\x72\xf9\xd8\xb1\xe3\xb5\x7a\x2b\x9d\x4a\xfb\x9e\xe7\x3a\ \x83\x28\x8c\x76\x9b\x75\x2b\x9d\x1a\x2e\x16\x38\x25\x18\x42\x11\ \xe1\x41\xbf\x47\x29\x6d\xb5\x5a\xb3\xb3\x33\x13\x63\xe3\x6b\x2b\ \xcb\x8d\x5a\x2d\x9d\xb6\x24\x49\xa4\x24\x81\x10\x92\x84\x00\xc6\ \x04\x41\x10\x20\x6e\xb7\x5a\x99\x6c\x66\x77\x67\x9b\x00\x08\x20\ \xba\x76\xf5\x32\x09\x27\x2c\xdb\x76\x06\xfd\x4a\x65\x97\x24\x31\ \x23\x09\x65\x6c\x62\x64\xe8\xfa\x54\x2e\x58\xc0\xf5\x7a\x3d\x8c\ \x88\x9d\x4e\x19\x86\x21\x8a\xa2\x6d\x59\x61\x18\x66\xac\x74\x36\ \x9b\xad\xec\xed\x01\x08\x05\x51\x94\x64\x79\x74\x7c\xcc\x71\x03\ \x49\x51\x31\x42\x08\xc2\x63\x37\xde\x88\x01\xec\xb4\x5a\x23\x63\ \xa3\x92\x22\x96\x47\x47\x2f\x5f\x3c\x6f\x18\xc6\xf1\x9b\x6f\x81\ \x10\x35\x5b\x0d\xcf\x75\x8e\x1c\xbb\xe9\xf6\x13\xb7\xb7\x5a\x5d\ \xc3\x34\x83\x28\x9c\x5f\x58\x98\x9a\x99\x51\x54\x15\x0e\x06\xdd\ \x5e\x4f\xd5\x34\xc3\x30\xb0\x28\x34\x9b\x0d\x4d\xd5\xc2\x20\x3a\ \x7f\xee\x3c\xa5\x6c\x61\x6e\x56\x12\xf1\xd1\x1b\x0f\x6f\x6d\x6e\ \xd4\x6b\x7b\x71\x18\xe8\xa6\x99\x36\xcd\x4e\xa7\x19\x53\xb0\xb5\ \xbe\x5e\x1a\x2a\x9a\x29\x13\x42\x14\x86\x24\x65\x1a\x21\x41\x77\ \xdc\x71\x87\x2c\x4b\xdd\x5e\x77\x62\x62\xaa\xdd\x6e\x48\x92\xb8\ \xd1\xa8\xf7\x3b\x9d\x1b\x0e\x1f\x0a\xa2\x00\x30\x2e\x88\xa8\xd3\ \x6a\x99\xa6\xb1\x72\xed\x9a\x6d\xdb\xc7\x8e\x1e\x99\x99\x98\xda\ \xde\xd9\x16\x10\x9c\x9c\x98\x6a\xd6\x1b\xaa\x2c\xf7\x83\x30\x0a\ \x42\x0c\x91\x95\x4a\x6d\x6c\xac\x9b\x86\xd1\x6e\xb7\x08\xe7\x00\ \x82\xe5\xe5\xe5\x5e\xaf\x77\xe4\xc8\x11\xc6\xd8\xf6\xf6\xf6\xda\ \xda\xda\xe8\xe8\xe8\xfe\x76\xe5\x91\x72\xe9\x65\x5a\x43\xf4\x7a\ \xe3\x87\x7f\x66\xd0\x8d\x94\x13\x6f\x7c\x6b\x76\xf7\xeb\xff\xe3\ \xb3\x97\x53\x53\x37\x3f\xf4\xd0\xbb\x7f\xec\xf6\xc9\x7e\xa5\xae\ \x28\x12\x00\x00\x50\xff\x73\x7f\xf8\x5b\x8f\xef\xa6\x1e\x78\xc7\ \x4f\xdc\x79\x64\x52\x42\xe4\xca\xe9\xe7\x8c\x63\x6f\x7b\xd7\x1b\ \x0f\x3f\xf5\x89\x3f\x7a\x72\x65\xf0\x0a\x04\xfe\x80\xe6\x6d\xf5\ \xdc\x27\x3e\x77\xe6\xd5\xef\xfa\x69\x75\xf9\xb1\xbf\x3a\xb9\x06\ \x00\xd8\x3e\xf5\x85\x3f\xfe\xe3\xcf\xaf\xf4\xc3\xe6\x33\x5f\x59\ \x37\x17\x27\x82\xe5\x67\x4e\x9e\x7c\xf4\xab\x67\xb4\x62\xee\x3b\ \xf7\xd3\xd6\xc6\x25\x57\xca\x0f\xe7\xec\x70\x77\x6d\xbd\xea\x00\ \x1e\x6d\x5c\xbd\xda\x08\xb1\xa6\x2a\x08\x42\x51\x96\x31\xfa\x47\ \xf8\xdb\x44\x01\x09\x88\x21\x1e\x0b\x88\x66\x2c\x23\x6d\xaa\x02\ \x42\xa6\x69\x8e\x8e\x4f\x48\x8a\xc6\x00\x4a\xdb\x19\x84\x91\x2a\ \xcb\x9c\x11\x01\x71\x8c\x20\x00\x50\x90\xd5\xe1\xf2\x18\xe1\x60\ \xa8\x34\x2c\x2b\x22\xe7\xac\x58\xc8\x95\x8a\xf9\x94\xa1\x91\x38\ \xd2\x15\xa5\x3c\x54\x92\x45\x09\x01\x54\xdf\xab\x0c\xda\x1d\x5d\ \x92\xfa\xcd\xd6\xee\xea\xaa\x2e\x08\x89\xe3\xf8\xed\xce\x64\xa9\ \x34\x3d\x36\x9c\xb1\x53\xb5\xdd\xad\xfa\xde\x96\x22\x70\x43\x86\ \x5e\xbf\xd9\x6e\xd5\x7a\xdd\xf6\xce\xde\x8e\x24\x2b\x9c\x00\x09\ \x89\xad\x7a\x3d\x09\xfc\x4e\xbb\x2e\x40\x80\x11\xd8\xde\xde\x02\ \x0c\x03\x2e\x32\x86\xd2\x76\xc6\x30\x4d\x04\x61\x4a\x37\x25\x24\ \x40\x42\x39\x49\x44\x84\x92\xc8\x67\x8c\x64\x32\x19\x4d\xd3\x7c\ \xcf\xe7\x14\x84\x7e\xa0\x29\x4a\xaf\xd3\x95\x04\xd1\x4a\xa7\x3d\ \xd7\xc5\x08\x61\x2c\x00\x00\x34\x45\x49\x99\xa6\x6e\x18\x82\x20\ \x24\x24\x96\x15\x79\xe0\x38\xed\x56\x33\x72\xfa\xd4\x1f\x20\x12\ \x76\x1a\x95\xc8\xed\x19\xaa\x54\x2e\xe6\x11\x67\xb5\xca\xce\xa0\ \xd7\x61\xd7\x5f\x96\x41\x4a\x48\xaf\xd7\x0b\x02\x9f\x31\x46\x18\ \xd5\x4d\xb3\x50\x28\x08\xa2\x28\xca\xd2\xfc\xe2\xe2\xcc\xfc\x5c\ \xb5\xd5\x98\x98\x99\x66\x80\xc9\x8a\x20\x62\x00\x19\x49\x99\x9a\ \xaa\x48\x84\x44\xd3\x73\xb3\xd9\x42\xde\xca\xa4\xa6\x17\xa6\xdd\ \x20\x9c\x9e\x9e\x4b\xa7\xec\xb4\x95\x05\x00\x7b\x51\x58\x1e\x2d\ \x95\x47\xcb\x00\xe1\x6e\x6f\xb0\xb6\xb6\x29\x89\x8a\x80\xa5\x6a\ \xa5\xe6\x3b\x2e\x8b\x93\xed\x8d\x75\x2b\x65\xcc\x4c\x4c\xcd\x4f\ \x2f\xd6\xf6\xea\xcf\x7e\xfb\xdb\xed\x46\x7d\xa4\x94\x13\x11\x6d\ \x37\x76\x7b\x9d\x7a\xa3\xba\xd3\x6a\xd4\x32\x86\x81\x58\xa2\x89\ \x60\x6f\xed\x6a\x30\x68\x36\x6a\x5b\xa5\x52\x7e\x6d\x6d\xcd\x71\ \x83\x98\x01\x80\xe5\x94\x69\x96\x86\x4a\xba\xae\x23\x88\x0c\x53\ \x47\x18\x04\xa1\xc7\x01\x05\x90\x74\x7a\xcd\x4c\x3e\x6b\x65\x73\ \x8e\xeb\x02\xc8\x6a\xd5\x9d\x42\x2e\x1d\x78\xbd\x6e\xa7\x36\x31\ \x35\x12\x24\x51\xab\xdb\xca\xe6\xb2\x9c\x73\x55\xd3\x34\x4d\x2b\ \x0c\x15\xf4\x94\xde\x73\xba\xa6\x65\xb8\xa1\xbb\xb2\xbe\x52\xad\ \xec\x74\x5a\xcd\x28\xf0\x9b\xf5\xda\xde\xee\x8e\x24\xe0\x52\xb1\ \x60\xa5\xcc\x9d\xad\xcd\x0b\xe7\x9e\x77\xfa\xbd\x97\xb5\x2e\x12\ \x66\x66\x66\xae\x2b\x8b\xe7\xa2\x28\xfe\x90\xce\x88\x7e\xfc\xae\ \x7b\x00\x00\xfd\xa7\x3f\xe3\x28\x18\x2b\xe9\x91\xb1\xf4\x37\xbf\ \xb6\xb2\xf8\xc6\x87\x0e\xe6\x10\x00\x20\xac\x9f\x7f\x6a\x53\xfd\ \xb9\xff\xfa\x53\x8b\x2f\x28\x59\x18\x10\x65\xd3\x4c\xa5\x0a\x89\ \x9d\xd6\x25\x01\xbf\x02\x82\x3f\xe0\x1c\xc8\x9a\x86\x93\x76\xa3\ \x0d\xf5\x6c\x31\x9b\x07\xee\xf2\x63\xa7\x3a\xf7\xbd\xf5\x7e\x97\ \x85\xa9\xa5\x1b\xc4\x67\xfe\xf2\xa2\x38\x7e\xe3\xee\xa5\x4e\xfa\ \xc0\x1b\x4a\x32\x05\x60\xff\x21\x42\x84\x11\x27\x7e\x10\x2e\x9f\ \xfe\xcc\xa9\xf4\x5b\xff\xfd\x5b\x33\x8f\x7e\xfc\x13\x07\xde\xf1\ \x93\xb2\xf0\x8f\x66\x16\xa9\xeb\x1a\x44\x48\x53\x15\x49\x92\x11\ \x84\x92\x2c\xed\xef\xde\xc4\x82\x20\xc9\x72\x2e\x9f\x87\x10\x25\ \x09\x91\x65\x4a\x08\xf1\xda\x5e\x1c\xc7\xb2\xac\x36\xbc\x86\x2c\ \xcb\x08\x63\x08\x61\x69\xb8\xa4\xeb\x1a\x00\x8c\x24\x49\x3e\x9b\ \xdb\xde\xdc\x6c\xd4\x6b\xf9\x62\xc9\x4a\xdb\x94\xd0\xb4\x61\x36\ \x03\xdf\x73\x9c\x46\xbd\xde\xef\x75\x69\x9c\x48\x02\x0e\x1c\xa7\ \x51\xad\x0a\x18\x0c\x95\x86\x14\x59\xb2\x6c\xcb\xd0\xe5\x6e\xbb\ \xd3\x6e\x36\x30\x46\xb2\xa4\x38\x8e\xc3\x39\xcf\xe6\x72\x9d\xba\ \x19\xc7\xb1\x17\x44\xeb\xeb\xab\xb5\x5a\xd3\xce\xa4\xfb\xbd\xde\ \xd6\xe6\x16\x00\x40\x92\x15\x49\x90\xb3\x76\x26\xf4\x83\x28\x08\ \x73\xf9\xa2\xef\xf9\x4e\x6f\x80\x38\xd7\x64\x89\x32\xea\xf4\xfb\ \x6d\x3f\xda\xcf\x00\x3a\x9d\x36\x21\x89\x20\xe0\x30\x08\x11\x7e\ \xe1\x54\x29\x8a\x12\x04\xbe\x24\x49\xb2\x2c\xab\xaa\x1a\x25\x09\ \xe7\x20\x9d\x4e\xd9\x19\x9b\x71\xe0\x38\x4e\x14\xf8\x9a\x26\x5b\ \x96\x6d\x68\xea\xc6\xfa\x6a\x1c\x27\x86\xae\x0f\x15\xf2\xcd\x66\ \x93\x52\xf2\x0f\x7c\x07\xa5\xa1\xa1\x62\xa1\xc0\x01\x17\x05\x55\ \x12\x04\x84\x51\x1c\x87\x24\x64\x82\x28\x2a\xb2\x64\xa4\x52\x84\ \x31\xc6\x98\xa6\xa9\x8e\xe3\xf4\x7a\x3d\x00\xa0\xa6\x6a\xbd\x5e\ \x2f\x9d\xce\x60\x8c\x52\x29\x73\xa8\x50\xa2\x94\x3a\x8e\x93\x4e\ \xa7\xb5\x94\x79\xe5\xca\x15\x45\xd5\x46\x46\x46\x1d\xc7\x51\x54\ \xd5\x4a\x5b\x1b\xeb\xeb\x41\xe0\xd7\xaa\xd5\x9d\xed\x2d\x55\x95\ \xf3\x99\x4c\x18\x04\x57\xaf\x5c\x9d\x9e\x9a\x15\xb0\x94\xcf\xe6\ \xd0\xdc\x7c\xb5\xb2\xbb\xba\xbc\x3c\x3e\x36\xca\x58\x0c\x01\xf7\ \x3d\x4f\x53\xe4\xc9\xc9\x89\x2b\x17\xce\x51\x86\xb6\xb7\x36\x04\ \xd5\x80\x90\x09\x08\x5c\x38\x77\xae\xd3\xe9\xea\xba\x09\xb1\x90\ \xcd\xe5\x45\x51\xac\xd7\x1b\xf9\x7c\x2e\x8e\x63\xcf\xf3\xe2\x24\ \x0e\x02\x5f\xd7\x75\x04\xc1\x95\x2b\x57\x10\x96\x14\x55\xae\x55\ \x76\x5b\x8d\x6a\x31\x9f\xf7\x3d\x6f\xaf\xb2\x27\x08\x18\x23\xc0\ \x01\x67\x94\x76\xbb\x3d\xd3\x34\x32\x59\x3b\x88\xc2\x5e\xbf\x67\ \x98\x46\xb1\x38\x24\x8a\x82\x20\xe2\xed\x9d\xed\x5c\xb6\x90\xcd\ \x66\x0a\x85\x42\xbd\x56\x7b\xbe\x5a\x2d\x97\xcb\x0b\x0b\x0b\x67\ \xce\x9c\xb1\x2c\x2b\x0c\xc3\xfd\x75\x63\x2f\x05\x8b\x99\x4c\xe6\ \xfa\xde\x0a\xa5\xf4\x25\x1a\xc6\x57\xbf\xfa\x3f\xbe\xe9\xce\xfe\ \x9f\xaf\x99\x07\x00\xf0\xce\x73\x4f\x6e\x4a\x3f\xf1\x8e\x17\x2a\ \xbb\xc8\x77\x88\x66\xa7\x55\x00\x00\xb8\xf2\xf8\x17\xfa\x13\x77\ \xe8\xc0\x7b\xfa\x2f\xfe\xa8\x6e\xfa\x15\x52\x4e\x19\xaf\xd8\xbb\ \xfe\xa0\xf7\x64\x14\x27\x0a\xd2\x37\x3f\xf3\x49\x17\xe5\x6f\x2b\ \xf0\x53\x5f\xfe\x66\xf1\xc4\x5b\x0e\xee\xfc\xd5\x57\x29\x53\x0a\ \x37\xbc\xef\x83\x53\x09\xeb\x7f\xf6\xff\xf9\x9f\x54\x8e\x1f\xfe\ \xad\xdf\x9a\xb8\xe7\x1d\xef\xb8\xe7\x90\x08\x18\x61\xca\x8d\xaf\ \x7a\xf3\x6b\x6f\x1d\xbd\xb0\xfe\x15\x41\xc4\x00\x20\x59\x55\x04\ \x04\xfe\x91\x56\x2d\x70\x00\xa0\x61\x18\x9c\x43\x49\x94\x05\x2c\ \x60\x8c\x11\xc4\xfb\x74\x57\x04\x20\x82\xc8\xb2\x2c\x4a\x93\x7a\ \xbd\xda\xef\x29\x43\xa5\x92\x6d\xd9\x94\x31\x01\x8b\xeb\xeb\xeb\ \xe9\x74\x2a\x63\x5b\x48\x00\xaa\x26\x97\x87\x87\xd7\xae\x5d\xdd\ \xdb\xdb\x73\x3d\x67\x67\x77\xc7\xf7\xfd\x42\x2e\x37\x32\x52\x5a\ \x5b\x5b\xed\x74\x7a\x61\x14\xaa\xaa\x9a\x24\x71\x21\x9f\x33\x74\ \xcd\x1d\x0c\x00\xe4\x08\xc3\x76\xbb\x25\x48\xa2\x9d\xb1\xf3\xf9\ \x6c\xbb\xd9\x98\x9a\x9e\xe6\x94\x7e\xeb\x5b\xcf\xc4\x71\x94\xb1\ \xed\x74\xca\x0c\x3c\x8f\x12\x16\xc7\x91\x28\x4a\xcd\x46\xad\xd7\ \xed\x8d\x4f\x4c\x46\x41\xd0\xef\x77\xf6\x3d\x54\x24\x49\x62\x9c\ \x6e\x6c\x6c\x0c\x06\x8e\x6d\x67\x7c\x3f\x70\x1d\x27\x49\xe2\x30\ \x0c\x93\x38\xe4\x94\x98\x9a\xe1\x79\x5e\xa5\xb2\x0b\x21\x64\x8c\ \xfb\x7e\x40\x48\x6c\x18\xba\xa6\xeb\x08\x42\x51\x92\xf6\x67\xbe\ \x81\xef\xa7\x2c\x7b\x7f\x8c\x03\x00\xf0\x3c\x2f\x8c\x13\xd7\x71\ \x44\x01\x99\x66\x49\xd3\x34\x42\xe9\xfe\xe2\x63\xdf\xf7\xfb\xfd\ \x7e\xbb\xdd\x96\x64\x79\xdf\x64\xef\xfa\x8e\x5e\x3e\x97\xf7\x83\ \x98\x31\x6e\x5b\x69\xdf\xf7\x21\x44\x80\x43\x46\x39\xe0\x90\x73\ \xa0\xe9\xc6\xd4\xd4\xe4\xa5\x4b\x97\x46\x47\x47\x31\xc6\x43\xc5\ \xe1\x42\xa1\xe0\xba\x5e\xa3\xd1\x08\x82\xe0\xe8\xb1\x69\x55\x51\ \x39\x07\x33\x33\x33\x19\xcb\xde\xd8\xd8\xf0\x3d\xcf\xed\x74\x36\ \xd6\xd7\x05\x88\x8e\xdc\x78\x34\x21\x49\xab\xd1\xa8\xd7\x6b\x84\ \x24\x86\x61\x74\xda\xad\xf9\xb9\x39\x42\x92\x6e\xa7\x15\x85\x91\ \xeb\x3a\xbe\xef\xa5\x52\xb2\x6d\x5b\x51\x14\xcc\xce\xcd\x49\xe2\ \xe2\xe5\x8b\xe7\xd6\xd6\x56\x47\xca\xc3\xe5\xf2\xc8\xe6\xc6\x5a\ \xe4\xfa\x61\x9c\x64\x0a\xe6\xce\xce\x9e\x1b\x33\x4d\x55\x21\x02\ \xed\x76\x0b\x21\x14\x86\x89\x0e\x41\x26\x93\x69\x34\x1b\x7b\x95\ \xfa\xe1\x1b\x8e\x30\xc6\x3a\x9d\x4e\x18\x84\xfb\xeb\xa1\xe3\x38\ \xd4\x4d\x8b\x90\x64\x77\x6f\xb7\xd3\xa8\xa7\x4c\x63\x30\x70\x1c\ \xd7\xe9\x39\x03\x45\x51\x11\x42\xaa\xaa\x64\x73\x59\x8c\xf1\xc0\ \x19\xe8\x86\x86\x31\x26\x84\x98\x92\x89\x10\x76\x5d\xb7\x5a\xad\ \x35\x1b\x0d\xd3\x48\xc9\xb2\x2c\xcb\xf2\xd6\xd6\x96\xef\xfb\x57\ \xae\x5c\x51\x55\xb5\x5a\xad\x36\x1a\x8d\xa5\xa5\x25\xf4\x72\x52\ \xf4\xff\x2d\x0e\xaf\xad\x8b\x5f\xfa\xcc\x59\xfa\xc1\xff\xf0\x73\ \x25\x0c\x00\x00\xbb\xe7\x2f\xb1\xd2\xc2\xb8\xf9\xb7\xe3\x68\x7b\ \xd8\x18\x7c\xf1\xca\x46\x38\x3c\xa9\xd4\xce\x3f\x73\x85\x2e\xce\ \xaa\xd9\x37\x7d\xe0\x43\xef\x58\x12\x3e\xff\xdb\xbf\xf4\x99\x6f\ \x5c\x3e\xf4\x8e\x9b\x5e\xc1\xc1\x17\x45\x7b\xe5\xa9\xd3\x9d\xf2\ \xef\xfc\xee\xaf\x9f\xfd\x93\xdf\x7c\xf4\xb1\x6f\x58\x9b\x17\x2f\ \x3e\xd7\x78\xb2\x7a\xa1\x59\xe8\xdf\x7b\xdb\xd2\x9c\x61\xee\x3d\ \xfe\x97\x5d\xa3\x28\x62\xf3\xc1\x87\x8e\x7f\xf1\xc9\xd3\xad\xbb\ \x0e\x95\x44\x08\x01\x8f\x43\x1f\x00\x00\x30\x0b\xdc\x18\x08\x1a\ \x86\x9c\x31\x46\x19\xd8\x6f\x66\xbf\xf4\x9d\xf9\xb2\xa8\x08\x21\ \x50\x24\x85\x30\x0e\x38\xa0\x84\x72\xc6\x21\x80\x8c\x31\x01\x09\ \xa2\x20\x21\x88\x44\x41\xb4\x2d\x3b\x63\x5b\x18\x8b\xd5\x4a\x25\ \x0c\x02\x8c\x04\x08\xc0\xa0\xdf\x4f\xa7\x2d\xdf\xf3\x24\x45\x84\ \x8c\x16\x0b\x79\xca\xe8\xb5\x2b\x97\x9b\xcd\xda\xda\xda\x0a\xe4\ \x5c\x96\xa4\xad\xcd\xcd\x4e\xbb\x6d\x5b\x19\x12\xc7\xe9\x74\xea\ \xc8\x0d\x87\x7c\xcf\x6b\x36\xea\xbd\x6e\x87\x03\xce\x38\xad\x56\ \x1a\x8c\x31\xd3\xd0\x29\x89\x5c\xd7\x4d\x9b\xa6\x9d\xcb\x94\xcb\ \xe5\xcd\x8d\xb5\x5e\xb7\x1b\x45\x01\xa7\x09\x65\x2c\x8a\xe3\x94\ \xa2\x91\x38\x41\x90\xb7\x9a\x75\x8c\xb0\xe7\x7a\x10\x02\x04\x71\ \x92\xc4\x71\x1c\x09\x02\x32\x0c\xbd\xdd\x6e\xb7\x5b\x9d\x7e\xaf\ \x0b\x21\x94\x65\x89\xd2\xd8\xf7\x5d\x96\x10\x41\xc0\x41\xe0\x0b\ \x82\xc8\x18\xa5\x94\x62\x8c\x20\x02\x96\x65\xa9\x9a\xe2\xf9\xde\ \xbe\xc5\x46\x9c\x24\x00\x70\x8c\x05\xc7\xf7\x09\x49\x38\x40\x00\ \x22\xc6\x28\x60\x94\x33\x0a\x00\x28\x16\x8b\xb6\x6d\xef\xa7\x66\ \x49\x92\x60\x8c\xfb\xfd\x7e\xa3\xd1\x40\xe8\x3a\xbb\x18\x92\x28\ \xa5\xcd\x2c\x21\x24\xf0\x03\x51\x10\x29\xdd\x5f\x0b\x83\x25\x49\ \x42\x08\x01\x08\x73\xb9\x9c\x6d\xdb\x96\x65\x5d\xbd\x7a\x55\x91\ \xb5\x5c\x2e\xb7\x8f\xd7\x00\x00\xce\x69\xbf\x3f\xc0\x02\x2c\x16\ \x8b\xa9\x74\xfa\xe2\xf9\xf3\xa7\xcf\x9e\x1e\x38\x83\x38\x8e\x19\ \x67\x71\x14\x3f\xf9\xe4\xd3\x34\xe1\xc3\xa5\xe1\x8d\xf5\xf5\xfb\ \xef\xbf\x3f\x9d\x36\x03\xd7\x6d\xd6\x6b\x51\x1c\xa5\x53\x66\xa7\ \xd5\x3c\x73\xfa\xf4\xa1\xc3\x37\x8e\x8d\x8d\xf8\xbe\xc7\x19\x99\ \x3c\xb8\x18\x87\x5e\xb5\x5a\xd9\xdb\xab\x1a\x86\xea\x38\x5e\x12\ \x84\xae\xef\xb7\x3b\x3d\x51\x12\x49\x1c\xbb\xce\xa0\xd3\x6a\xee\ \xee\x6c\x39\x8e\x63\x9a\xda\xfe\xa4\xae\x51\xaf\x97\x4a\xa5\x5a\ \xbd\x01\x20\xac\x54\x2a\xbe\xef\xfb\xbe\x5f\xcc\xe7\xd6\xd7\x56\ \xf2\x50\x50\x75\xb3\xdb\xed\xf9\x41\xe0\xb9\x7d\x04\x21\x84\x10\ \x49\xc2\xc8\x70\x39\x97\xcb\x12\xc2\x08\x49\x14\x45\xea\xf7\x7b\ \x99\x6c\xc6\xf7\xfd\x30\x0c\x77\xb6\x77\xfa\x83\x01\xc6\x02\x63\ \x0c\x70\xbe\xbc\xbc\x8c\x10\xb2\x2c\x2b\x9d\x4e\x5b\x96\xe5\xba\ \xee\xee\xee\x2e\x21\x24\x8a\xa2\xf3\xe7\xcf\xdf\x79\xd7\x89\x7d\ \x9b\xc8\x7f\xca\x91\x8b\xf7\xf9\x3f\xff\xec\xb6\x70\xe3\xb7\xfe\ \xf2\x11\x6b\xe4\xc8\x3d\xb7\xce\x5e\x5d\x5b\x4f\x15\xee\xfb\xce\ \xf8\x19\x67\x17\xdf\x7e\xdf\xcc\x47\xff\xdb\x6f\x5c\x3d\x38\xb9\ \x75\xb5\x7b\xe4\x0e\x03\x46\x9d\x6f\x7c\xfa\x8f\xc8\x18\x78\xae\ \x26\xdf\xf5\x86\x91\x57\x40\xf0\xfb\x43\xcb\x8d\x67\xe2\x27\xfe\ \xf0\x8f\xff\xb8\xbb\xec\x2f\xfc\xd8\xd1\x07\xdf\xf1\x7a\xdf\x8f\ \x4e\x7f\xf2\xbf\x3d\x93\xbb\x6d\x52\x03\x49\xef\xca\x5f\x3c\x59\ \x7d\xc3\xff\xf1\x53\x3b\x5f\xfb\xcb\xbf\xfc\xfc\x57\xe5\xa9\xe3\ \xa6\x00\x00\xe0\x24\x0e\xe3\x84\x02\x00\xc6\x8e\xde\xd8\xfb\xfd\ \x8f\xfd\x41\xa7\xb4\xdc\xa2\xc7\xb2\x59\xa5\xb7\xf9\xfc\x6a\x43\ \x17\x07\x27\x9f\xbf\x72\xfb\xd8\xd2\x3f\x28\x3f\x87\x90\x33\xfa\ \x1d\xd2\xc6\x7e\x28\x8a\x8a\x05\xcc\x18\xc3\x02\x94\x65\xa9\xd5\ \x6a\xdd\x76\xdb\x6d\x7b\x95\x6a\x18\x84\x03\x7f\xb0\xb3\xbd\xa7\ \x28\xf2\xec\xec\x8c\x69\x1a\x84\x25\x10\x02\x45\x51\x44\x8c\x07\ \x4e\xff\xc2\xb9\x0b\xbb\xdb\xbb\xb2\x2c\xa7\x52\x86\x80\xf1\xdc\ \xdc\x2c\xc6\xc2\xca\xda\x4a\xb9\x34\x84\x11\x6c\xd4\x6b\xb5\x5a\ \xb5\xd7\xe9\x24\x49\x1c\x27\x89\xe7\x79\xaa\xa6\x6c\x6e\x6d\x84\ \x61\x28\x09\x42\xbf\xd7\xab\x56\xf6\x44\x11\x17\xf3\x85\x46\xb3\ \xd6\xed\x76\x14\x59\xcc\xe6\x72\xce\xfa\x46\x7f\xd0\x13\xc3\x90\ \x50\x9a\x29\x0d\x45\x71\x8c\x11\x40\x08\x27\x94\x60\x41\x18\x2b\ \x8f\xcc\x4e\x4f\xaf\x2c\xaf\xf5\xfa\x0e\x49\xe2\x28\x0c\x59\x92\ \x70\x4e\x04\x04\x21\xc6\x84\x24\x71\x1c\x0d\x0d\x95\xa2\x28\x6c\ \xb5\x5a\x10\x72\x88\x90\xe3\x0c\x38\x67\x8c\xb1\x30\xf0\x5d\xd7\ \x65\x8c\xa5\x53\xa9\x38\x8e\x2d\x2b\xed\x87\xa1\x2c\xcb\x08\x4b\ \x51\x1c\x47\x51\xa8\x29\xb2\x28\x8a\xfd\x7e\x3f\x0c\x43\xce\x79\ \x92\x24\xb9\x5c\xae\x50\x28\xac\xad\xad\xc5\x71\x2c\x08\x02\xbf\ \xce\x47\x0e\x48\x18\x11\xa0\x20\x0c\x19\x65\x1c\x32\x08\x01\xe7\ \x5c\x10\x30\x42\x18\x00\xc0\x18\x4d\xa7\xd3\xed\x76\xbb\x58\x2c\ \x2a\x8a\x72\xe5\xf2\xb5\xd5\xd5\xd5\x6a\xb5\x26\x49\xb2\x2c\xcb\ \x92\x28\x63\x8c\x38\x27\x9a\xa2\x71\x46\x24\x01\x5f\x3c\xf7\x3c\ \xa7\xa4\x52\xd9\xb3\x6d\x4b\x55\xd4\xd9\xb9\x79\x08\x85\xea\x5e\ \xcd\xb6\x2c\xd3\xd0\x62\x3f\x5c\x5b\x5b\xdd\xdc\xdc\xe0\x94\xee\ \x83\x17\xa5\xac\xd7\xeb\xf6\xba\xed\x30\x0e\x55\x45\xbe\x7a\xf5\ \x5a\xe0\x39\x63\x63\xe3\x5b\x9b\x9b\xd5\x4a\x3d\x8a\x42\x5d\x52\ \xcd\x94\xdd\xe9\xf5\x64\xcd\x48\xe8\x20\x6d\x1a\xb2\x24\xaa\xaa\ \xcc\x68\x22\x62\xd1\x75\x7c\xcb\xb2\x66\x66\x66\x8d\x94\xb5\xbc\ \xba\xee\xf9\x3e\x21\x24\x49\x12\x00\x40\x92\x24\x2f\xe8\xf6\x9c\ \x6a\x3a\x95\xb2\x4c\xdd\x73\xfa\xcd\x46\x5d\x92\x65\x4a\x69\xa3\ \xd9\xd0\x75\x7d\x6b\x6b\x67\x73\x73\x6d\x66\x66\x36\x93\xb1\x48\ \x12\x19\x86\x51\x2c\x16\xdb\x9d\x4e\xda\xca\x30\x4a\x9b\xcd\xe6\ \x7e\x93\x23\x08\x82\xcb\x97\x2f\x9b\xa6\xd9\xe9\x74\x46\x47\x47\ \x27\x26\x26\x2a\x95\xca\xc6\xc6\x86\x6d\xdb\x2f\x9f\x2d\xfe\x6f\ \x38\xc2\xe2\x3d\x3f\xfd\x81\xa9\xdd\x56\x44\x58\x4a\x97\x01\x00\ \x47\x5e\xf7\x93\x4b\xea\xf0\xf7\xce\x79\x8e\x3c\xf0\x81\x5f\x9b\ \x3b\x7b\x79\xb3\x75\xf8\xc6\x3b\x0e\x1d\x2e\xc2\xe2\xfb\x84\xe5\ \xdd\x04\xc8\xef\xb9\xf7\xa1\xa5\xb1\xcc\x2b\x20\xf8\xfd\xa1\x16\ \x0f\xbe\xef\x83\x3f\x77\xea\xfc\xa6\x7e\xcb\x6b\x8f\x2f\x8d\x20\ \x00\x52\x92\x7a\xfc\xc1\xf7\xcc\x88\x59\x11\x01\x82\x73\x0f\xfe\ \xcc\x4f\x4d\x96\xca\xf3\x6f\x7a\xc0\xbc\x5c\x9d\x3e\x7c\x93\x01\ \x01\x00\xf8\xf8\x1b\xfe\xd5\x41\xa9\x08\x00\x48\xcf\xde\xf7\xcb\ \x1f\xc8\x5f\xdc\x6a\xdf\x72\xef\xfc\x81\x91\xd2\xe8\xbf\xfe\xd7\ \x1d\xb9\x50\x7c\xf7\xfb\x37\x07\xda\x3f\x84\xb8\xc8\x19\xe0\x8c\ \x22\x08\xa3\x30\xa0\x94\xa9\xaa\x1a\x04\xbe\x6d\xdb\x83\x7e\xcf\ \xb6\xed\x8b\x97\x2f\xe5\x72\x39\x45\x92\xe3\x28\x64\x34\xc9\xa4\ \x53\xc0\xb2\xe2\x98\x74\x3b\xdd\x38\x8a\x53\x86\x29\x08\x18\x73\ \xa0\xa9\x22\x25\x89\x24\x8a\x49\x14\x5f\xbb\x76\xc5\x71\xfa\x8a\ \x2c\x2d\x2e\x2c\xea\xba\xd6\x69\x37\x19\x63\x5b\x1b\xab\x49\xe4\ \x73\x46\x64\x49\x04\x9c\xea\x86\x5a\xad\xf6\x92\x30\xcc\x65\x6d\ \xd7\x75\xa2\x28\x1c\x19\x19\xc9\xe7\x72\x9c\x33\x49\x14\x7c\xcf\ \x4b\xa2\x30\x63\xdb\x4e\xbf\x3f\x34\x54\xc0\x00\xb4\x9a\xcd\x56\ \xab\xa5\x72\x6e\xdb\x99\xb4\xa9\x77\xba\x09\x60\x8c\x73\x0e\x38\ \x82\x10\x0a\x22\xde\xcf\xe0\x02\xdf\x6b\xb5\x9a\x61\xe8\x63\x8c\ \x44\xac\x00\xce\x34\x4d\xf1\xdd\xa0\xd7\xeb\x62\x8c\x25\x49\x52\ \x54\xd9\xf3\xbc\xc8\x0d\x25\x49\x4c\x92\x18\x42\x60\x9a\x86\x24\ \x49\xae\xeb\x6a\xba\x1e\x27\xc9\xd6\xf6\x4e\x18\x27\x92\x24\xa5\ \x74\x39\x9b\xcb\xd5\xeb\xb5\x28\xf0\xe3\x38\xde\x3f\xed\x08\x21\ \x4d\xd3\xf6\x0f\xa4\x69\x9a\x49\x42\x30\x16\xae\x57\x13\x0d\x24\ \x51\xe0\x34\x21\x94\x41\x04\x83\x28\xc2\x02\x46\x02\x46\x02\xc4\ \x82\xd0\xe9\x74\x2e\x5f\xbe\x68\x5b\x26\xa5\x34\x8a\x62\x59\x96\ \x6f\xbe\xf9\xe6\x28\x8a\xae\x5e\xbd\xf6\xd4\x53\x4f\x9f\x38\x71\ \x22\x9d\x4e\x87\x61\xa8\xa8\x1a\x8d\x62\x49\x14\x65\x59\x5a\x59\ \xbe\xaa\x69\x4a\x14\x85\x37\xcf\xdf\x32\x5c\x2a\x23\x80\x3c\xcf\ \x3b\x77\xee\xb9\xad\xcd\xcd\xe7\xcf\x64\x4a\xc3\x43\x94\x12\x2b\ \x9d\xea\x75\xbb\xad\x66\xcd\xb6\x6c\xac\xa9\x67\xce\x9e\x1a\x1b\ \x1b\x9b\xf8\x7f\xd9\x7b\xd3\x58\xdd\xb2\xb4\x3c\xec\x7d\xd7\xb0\ \xe7\xfd\x8d\x67\x3e\xe7\x0e\x55\x75\x6b\xae\xae\xa6\x68\xba\xdd\ \x60\x40\x90\xc4\x8a\x6c\x32\xd1\x0a\x01\x89\xd8\xc4\x49\x80\xd8\ \xc8\x36\x83\x13\x27\x8a\xe2\xd8\x0a\x89\xac\xfc\x21\x08\x43\x18\ \x92\x00\x06\x45\x38\x4c\x4e\x23\xb9\xb1\x8d\xda\x8c\x4d\x51\x74\ \x35\x55\x5d\xe3\xbd\x75\xcf\xb9\xf7\xcc\xe7\x7c\xf3\x9e\xf7\x9a\ \xf3\x63\xdf\x2a\xda\x36\x4d\x8b\x5b\x97\x6e\xa2\xaa\xf5\xeb\x9c\ \x4f\x9f\xf6\xb7\xa7\xf5\xac\x77\xbd\xef\xf3\x3c\xef\xf5\x6b\x94\ \x80\x14\x12\x1c\x09\xc3\x68\x73\x6b\x33\x5b\xad\xe2\x38\x8e\x3c\ \x62\xad\x7e\xe1\x85\x17\xfb\x94\x4b\x59\x7c\xe4\xa3\x5f\x65\xb4\ \xb6\x4a\x51\x82\x75\x53\x5b\x07\x1e\xe7\x71\x1c\x97\x65\xe5\xac\ \xcb\x8b\x62\x36\x9b\x49\x29\xbd\x20\x50\x52\x86\x61\xd8\x1f\xf4\ \x97\x87\x27\x75\x59\xae\x8f\x87\xab\xc5\x94\x33\x56\xe4\x39\x30\ \x62\x1d\x68\x63\x82\x20\xd8\xd8\x58\x5f\xae\x16\xc3\xe1\x68\x6f\ \xef\xca\x1f\xbc\xfc\xca\x62\x31\x37\xd6\x6a\xa5\x76\x77\xae\xc4\ \x71\xba\x5c\x4c\x11\xb1\x8b\x22\x57\xab\x95\x73\x4e\x88\x7b\xe8\ \x59\x14\xc5\xce\xce\x0e\xfe\xc9\xad\x22\xde\xfd\xf0\xae\x3f\xf1\ \xdc\xf5\xcf\xd1\x37\xaf\x5f\x79\xf4\xdf\x9c\x52\xbb\x8f\x7f\x68\ \xf7\xf1\xb7\xff\xbb\xfa\xd4\xd7\x5d\x7d\xea\x7d\xec\xfb\xe3\x47\ \xba\xf5\xf8\xbf\xb5\xf5\xf8\xbf\xf2\xc9\xf6\xbd\xcc\x04\x4b\xd7\ \x6f\xa4\x00\x00\x74\x74\xed\xab\xbf\xfa\xda\x3b\x37\x79\xbc\xfb\ \xf0\x3b\x5f\xde\x79\xe2\x43\x3b\x6f\x3f\x94\xf1\xf5\xa7\xc7\x00\ \x00\xa3\x67\x37\xde\x5d\x21\x08\xc1\x59\xdd\x0a\x69\xb4\xae\xaa\ \xba\xae\xcb\x38\x8e\xf6\xdf\x9a\xbe\x79\xf3\xcd\xf1\x68\xfc\xca\ \xab\xaf\x5e\xb9\xb2\xb7\xb1\xb1\x66\x9d\x06\xe7\x08\x21\xe0\x60\ \x6d\x34\x02\x07\xce\xd9\xb4\x97\x12\x82\x0e\x90\x73\xae\xa5\x34\ \x5a\x11\x82\xa7\xa7\x27\x52\x88\x7e\x2f\xdd\xde\xde\xca\xf3\xec\ \xe2\xfc\x4c\x48\x31\xe8\xf5\x1e\x7d\xe4\x61\xa5\xe4\xe5\xc5\xd9\ \xc5\xf9\x39\xf7\xb8\x91\x82\x52\xe4\x8c\x1a\x0b\x84\x90\xd1\x68\ \xb4\xb9\xb9\xb1\x5c\x2e\x42\xdf\xa3\xc4\x95\xc5\xaa\xdf\xeb\xf5\ \xd2\x04\xad\x1b\x6f\xac\x8d\xd7\xc6\x17\x17\x17\x9c\x11\x6b\x64\ \xe4\x7b\x64\x38\xe0\x9c\xb9\x1a\xb4\x35\x56\x08\x25\xc4\xfe\xfe\ \xfe\x74\x32\x3d\x3a\x3c\x9e\x2f\x56\x41\xe0\x0b\xd1\xa4\x69\x14\ \x06\x3e\x21\x78\x9e\x5d\x54\x55\xc5\x18\x0b\xa3\xb0\xdf\xef\xb5\ \x6d\xdd\x34\x82\x73\xea\x9c\xa5\x94\x94\x65\xd9\xb6\x6d\xe7\x83\ \xdf\xb4\x02\x3a\xe3\x0c\x8f\xa7\x69\xfa\xf8\x13\x4f\xa5\x69\xf2\ \x99\x4f\xbf\xd0\xc5\x25\xc6\x98\x5e\xaf\xb7\xbe\xbe\x0e\x00\x65\ \x59\x16\x45\x21\xa5\xec\x6e\xc8\x7d\xad\x47\x20\xa5\x4a\x7c\x5e\ \x35\xf5\x72\xb5\x22\x8c\x20\xa5\x71\x1a\x7d\xea\xf9\xdf\x31\xd6\ \x6a\xad\x3e\xfe\x2b\x1f\xff\xdb\xdf\xfb\x3d\x6d\xdb\x36\x4d\xdd\ \xef\x0f\x44\x2b\x09\x21\xd7\xaf\x5f\xfb\xc5\x5f\xfc\xa5\xdd\xdd\ \x5d\x4a\x89\xef\xfb\xbe\xe7\x17\x45\xd9\x34\x8d\xcf\xd9\xf1\xd1\ \xdd\x24\x89\x02\xce\x6f\xdc\xb8\xd1\xef\xf5\x5f\x7b\xfd\x4d\x46\ \x69\x91\x67\x4f\x3c\xfe\xa8\xe7\xb1\xc3\xbb\x77\x57\xab\x45\xdb\ \x34\xa2\x6d\xa4\x14\x61\xe8\x07\x41\x24\x95\x8e\xa2\x60\x6f\x6f\ \x47\xb4\x6d\x55\x56\x1b\xe3\xf5\xd7\x5e\x7f\xd5\xf3\x82\x5e\x3a\ \xf0\x7c\x1e\x05\x6c\x7b\x67\xeb\xf9\x17\x3e\xad\x94\x4a\xe2\x88\ \x11\xd8\xdc\xdc\x1c\xf4\x7b\xe0\x9c\xd2\xda\x18\xcb\x3d\xef\xf8\ \xf8\x78\x99\x15\x79\x59\xbf\xf8\xe9\x4f\x1b\x63\xe2\x28\x02\xe7\ \x76\x77\xf7\x2e\x2e\xce\x9a\xa6\xb9\xbc\xbc\xa8\xab\xa2\x97\x44\ \x5b\x5b\x5b\x53\x42\x56\x59\x86\x48\xbb\x5e\x11\x4a\xc9\xc5\x62\ \xbe\x77\x65\xaf\xae\xcb\xc3\xc3\x3b\x17\x97\xe7\x71\x14\xf7\xe3\ \x64\x6b\x73\xfb\x43\x1f\xfa\x8a\x20\xf0\x7f\xe9\x97\x7e\xf1\x60\ \xff\x96\x52\x6a\x73\x73\xb3\x2c\xcb\xe7\x9e\x7b\xee\xda\xb5\x6b\ \x6f\xbc\xf1\xc6\x74\x3a\xed\xca\x3b\x5f\x38\x95\xff\x3e\xdc\xbc\ \x3f\xee\x3f\x5c\x04\x97\xe7\xcb\xb2\xae\xfb\xfd\x3e\x65\x4e\xca\ \x1a\xd1\x7c\xe6\x0f\x7e\x7f\x7f\x7f\x3f\x0c\xc3\xba\x69\xb4\x69\ \x93\x34\xb0\xd6\x28\x29\x91\x50\xcf\xf7\x8c\xd5\x46\xab\x6b\xd7\ \xae\x01\xb8\x3c\x2f\x3c\x8e\x4a\xd4\x75\x5d\xfb\x9c\x01\xd8\xfd\ \xb7\x6e\x51\xca\x07\xa3\xb5\x5e\x2f\x6d\x9a\xb6\x6e\xaa\xe9\x74\ \xf2\xd0\x43\x0f\x7d\xe5\x57\xfe\xb9\xfd\xdb\xb7\xef\x1e\xec\x2f\ \x57\x0b\x46\x88\xd1\x0a\x10\xe4\x99\xf0\xc2\x28\x4e\x7a\x45\x9e\ \x91\xdd\x2d\xab\xd4\x6b\xaf\xbf\x4e\x28\x1a\xad\x39\xa7\xa3\xe1\ \x30\x89\x3b\xbb\x81\xac\x69\xea\xa6\xf6\xb4\x12\x77\x0e\x6e\x87\ \x61\xdc\x36\x15\x38\x8b\x84\xc7\x49\x52\x96\xe5\xf1\xe1\xe1\x7c\ \x3e\xbf\x7d\xfb\xad\xed\xed\x6d\x29\x5a\x29\x04\x24\x91\x52\x72\ \x36\x9f\x55\x75\xe5\xfb\x3e\x22\x54\x55\x91\x65\xd9\xdb\x56\x40\ \xc2\x3a\x6b\x8c\xae\xaa\x7a\xb1\x58\x44\x51\x14\x04\x81\x54\x2a\ \x8a\x63\xeb\x60\x73\x73\x33\x8a\x93\x93\x93\x93\xc5\x62\x31\x1c\ \x8d\x86\x83\xfe\x6c\x36\xab\xeb\xba\xdf\xef\x6b\xad\xcb\xb2\x2c\ \xcb\xd2\x39\x57\x14\x45\x9e\x67\xf7\xd7\xcb\x05\x90\xc8\xb6\xc9\ \x5b\x41\x19\x32\x6a\x8b\x32\x0f\x93\xe8\xcd\x37\x0f\x7e\xe1\x17\ \x7f\xbe\xaa\x0b\xca\xf8\x72\xb9\x78\xfe\x77\x9f\x0f\xc3\x70\xb5\ \x5a\x0d\xfa\x83\x2e\x50\x5d\x2c\x96\x1b\x1b\x1b\xfd\x7e\xdf\x58\ \xab\xb5\x29\x8a\xd2\x1a\x4b\x91\xf8\x81\xb7\x5a\x2d\x5f\x7f\xfd\ \x35\x21\xdb\xb5\xd1\x38\x0a\x22\xad\xcc\x62\x32\x75\x46\x7f\xd5\ \x57\x7e\x74\x7d\x63\xe3\xb7\x7f\xf3\x37\x5f\x3b\x39\x69\xea\x9a\ \xa2\xe3\x94\xcd\xa7\xf3\xaa\x3d\xd9\xde\xbd\x52\xd7\xa5\x52\xd2\ \x0f\x82\xcf\xbe\xfc\x59\xd5\x0a\xad\x4d\x18\xf8\x71\x92\x00\x80\ \x50\x2a\x2f\x17\x45\x59\xd7\x75\x73\x75\x6f\xef\x95\x57\x5e\x79\ \xf4\x31\x59\x95\x05\xa3\xd4\x3a\x67\xad\x35\xc6\x5c\x4e\x2e\x27\ \xd3\xe5\xf3\x2f\xfc\x7e\x14\xc7\x83\xc1\x60\x72\x39\xe9\xf7\xe2\ \xf9\x62\xa1\xb5\x3e\x38\x38\xd4\xda\x0c\x07\x03\x4a\xe8\x6c\x36\ \x5d\xad\x56\x84\x10\xa5\xb4\x94\xd2\x5a\xab\xb5\x9a\xce\xa6\x79\ \x99\xef\xee\xee\x3a\xe7\xd6\xd6\x46\xbe\x17\x71\x2f\x58\x5f\xdf\ \x3c\x3e\x3e\x89\xe3\x18\x01\x3e\xfa\xd1\x8f\x0a\x21\x4e\x4f\x4f\ \x29\xa5\x51\x14\x75\xee\xb3\x65\x59\x2e\x16\x8b\xaa\xaa\xbe\x24\ \xd1\xe2\xfb\xe3\xbd\x32\x9c\x73\x6f\xdd\x7c\xa3\x11\xed\x43\xd7\ \x1f\xa2\x94\xd6\x75\x75\x71\x96\x9f\x9f\x1e\x13\xb4\x4d\x95\x47\ \x61\x24\xea\x32\x5f\xae\x9c\x73\xf3\xd9\x74\x3c\x5e\x23\xe0\x1d\ \xdc\xba\x2d\x9a\x6a\x77\x6b\x6b\x72\x7e\x89\xe8\x30\xf6\x8f\x0e\ \xef\x1c\x1c\x1c\x04\x61\x68\xb5\x90\xa2\xf5\x03\xc2\x19\x8d\xc2\ \xd0\x39\x54\x42\x2e\xe7\xf3\xaf\xfd\xea\xaf\xa9\xaa\xca\x58\xdb\ \xeb\xa7\xfb\xb7\xcb\xb6\x6d\xac\x31\x81\xcf\x83\x20\x52\xc6\x70\ \xce\x0f\x0f\xef\xa6\x51\x94\xa4\x31\xe3\x34\x5b\xad\xda\xb6\x59\ \x1f\x0f\xd7\xd7\xc7\x83\xc1\xe0\x95\x57\x5e\x59\xad\x96\xc3\xc1\ \x40\x36\x4d\xe0\x25\x8b\xd9\xc4\x0b\x62\x04\xa4\x94\x5a\xe7\xaa\ \xb2\x6c\x9a\x4a\x69\xb3\x5c\xae\x9a\xa6\x55\x4a\x47\x51\xa8\x94\ \x68\xdb\x36\xcb\x17\x93\xc9\x45\x10\x44\x7e\xc0\xe7\xf3\xb9\x94\ \x12\xa0\xeb\xf6\x6c\x95\x52\x80\xd6\x39\x0b\xce\x76\x5d\x59\x9a\ \xa6\x01\xc0\xf1\x46\x1c\x46\x31\x63\x3c\x8e\x93\xb3\xf3\x0b\x6b\ \xed\xc6\xfa\x7a\x1c\x47\xfb\xfb\xfb\x1d\x9b\x2d\xcb\xb2\x2c\xcb\ \x84\x10\x61\x18\x5a\x67\xdb\xb6\xbd\xbf\x4a\x34\x63\x6c\xff\xe8\ \xd6\xc1\xcd\x9b\x0f\xdf\xb8\xb1\xb3\xbb\xdd\xd4\x65\xd5\xe6\x9f\ \xfc\xe4\xbf\xc8\x56\x73\xa1\x5a\xca\x18\xe7\xe4\xe6\xcd\x9b\xdb\ \xdb\x3b\xb7\x6e\xdd\xda\xd9\xd9\x71\x0e\x85\x10\x9f\xfc\xe4\x27\ \x9f\x7a\xea\x29\x4a\xe9\x6a\xb5\xb2\xda\x3a\x63\x7e\xf3\xd7\x7f\ \x4b\x2b\xe5\xac\x31\x5a\xe6\xab\x65\x2f\x4d\xc7\xa3\x31\x22\x01\ \xeb\x0e\xee\xdc\x59\xdf\x18\x6d\x6c\x6c\xd6\x55\x9d\x24\x71\x5d\ \x95\xf3\xd9\x14\x11\x9b\xaa\x8a\xe3\x38\x88\xa3\xc5\x72\xe6\xc0\ \xbc\xfe\xc6\x6b\x1f\x78\xfa\xd9\xd1\x68\xf4\xda\x67\x5f\xd1\x5a\ \x23\xe2\xd6\xe6\xe6\xde\xee\x95\x8b\xc9\xd9\xcf\xff\xfc\xcf\x45\ \x49\x6c\x95\x5c\xae\x16\x49\x12\x1f\xec\xbf\x55\xe4\x19\x41\x04\ \x24\xd6\xa8\xa6\xaa\xce\x4e\xcf\x5a\xa9\x8b\xbc\x40\x42\x46\xa3\ \x51\x1c\x47\x8c\xd2\x22\xcf\xdf\x78\xe3\x35\x69\xdc\x68\xb4\x5e\ \x95\xd9\xab\xaf\xbe\x2a\x45\xed\x71\xa6\xb4\x96\x46\xd5\x75\xad\ \x94\xd6\x06\xda\xb6\xee\xf7\x7b\x27\xc7\x27\x84\xb0\xc1\x78\xbc\ \xb3\x7d\x85\x71\xff\xfa\xf5\x6b\xc7\xc7\x27\x27\x27\xa7\x61\x18\ \x3d\xf3\xcc\x33\xcf\x3f\xff\xfc\xf9\xf9\xf9\xd3\x4f\x3f\x7d\x76\ \x76\x46\x08\x99\xcd\x66\x61\x18\xc6\x71\x7c\x79\x79\xf9\x05\x95\ \xcd\xef\xc3\xe2\xfb\xe3\x5d\x8d\x55\x3e\x2f\xcb\xd2\xf7\x69\x9a\ \xa6\x75\x5d\x1f\x1e\x1e\x36\x6d\x41\x29\x55\x4a\x5a\xe0\x52\xa8\ \xb6\x6d\xc2\x30\x6a\x9a\x06\x11\x84\x90\x8b\xe5\x3c\x4e\x12\xe7\ \x6c\x59\x16\x00\x60\x5d\x78\x76\x76\xda\xd4\xe5\x70\x38\x58\x4c\ \x26\x8c\x72\xa3\x94\xd5\x6a\x36\x9b\x2a\xed\x84\x10\x59\x96\x5f\ \x5c\x5c\x50\x4a\x94\x94\x65\x59\x5a\x6b\x18\xa3\xcc\xe7\xd6\xd8\ \x56\x34\x3e\xe2\x6a\xb5\xdc\xd9\xde\x59\x2c\xe7\xc7\x27\x47\x5a\ \x6b\x67\x6d\x99\xe5\x6b\xa3\xa1\x94\x52\x08\xd1\x34\x8d\x73\x6e\ \x3c\x1a\x1d\x1f\x1e\x94\x85\xf3\x3c\x7f\xb9\xca\x3b\x2f\x28\x44\ \xe2\x79\x7e\xbf\xdf\x3f\x3f\xbf\xdc\xdf\xdf\x5f\x1b\xaf\x6b\xad\ \xcb\xb2\xea\x3c\xb4\x29\xa5\x0f\x3f\xfc\xb0\x73\xa8\x94\xba\xbc\ \xbc\xb0\xd6\x20\x82\xd6\x02\x11\x00\x9c\xd1\x9a\x52\x2a\xa4\xec\ \x1a\x6c\xb6\x6d\x1b\x04\x21\x22\x6a\x63\x8a\xb2\x60\xdc\xef\xa5\ \x89\x36\x41\x59\x64\x55\x55\x71\xce\x7d\xdf\xef\x30\xb5\x1b\x4d\ \xd3\x10\x24\xbd\x5e\xcf\xdd\x57\x9f\x68\x4a\xe9\x6c\x3a\xd9\xbf\ \x7d\x4b\xc8\x56\x5b\x29\x95\xbc\xb9\x7f\xeb\xe4\xf4\x70\xb9\x9c\ \xc6\xbd\x44\x1b\x01\x40\xe6\x8b\xf9\xd5\xab\xd7\x3a\x44\xd0\xc6\ \x5e\x5c\x5c\xd4\x75\xbd\x77\xe5\xca\x64\x32\x59\x65\xf9\xa8\x3f\ \x92\xad\xf8\x8d\xdf\xfc\x8d\xdd\xdd\xdd\xfd\x3a\xf7\x39\x6b\xdb\ \x96\xa0\x5d\x2e\x97\xf3\xe9\xdc\xf7\x83\xb2\xcc\xb9\x47\x2e\x2e\ \x2f\xac\xd6\xa2\x6d\xd3\x24\x39\x3b\x3d\xe1\x94\xf9\x7e\xa0\x94\ \x72\x4d\xa3\xac\x45\xc4\xd1\x68\xf4\xe2\x67\x5e\x14\x8d\xe0\x1e\ \x3f\x3b\x3b\xeb\xf7\x06\x52\xe8\xa6\x69\x8c\x31\x75\xdd\x0c\x86\ \x23\x51\x95\xf3\xe9\x85\xc7\xd9\xa4\x9e\xe4\xab\x95\xb5\x96\xfa\ \x1e\x12\xec\x0d\xfa\xbe\xef\xff\xd6\xef\xfc\xae\x52\xd2\xf3\xbc\ \xb2\x28\xaa\xba\x3a\x3d\x9e\x3d\x74\xf5\xea\x68\x34\x1a\x8e\x37\ \x5a\xa9\xeb\x2a\xb3\xd6\x04\x61\xa0\x85\x34\x5a\x03\x62\xd3\xb6\ \x4a\x2a\x00\x90\x52\xb6\x6d\xed\x79\x41\x55\xd5\x00\x40\x08\x91\ \x52\x1e\x1e\x1e\x22\xd2\xed\xed\x6d\x70\x6a\x36\x9b\x01\x40\xd7\ \x5c\xcc\x18\x43\x29\xb5\xd6\xb6\x6d\x4b\x29\x4d\xd3\xf4\x0b\xa6\ \x74\x1f\x3c\x2c\xb6\x6d\x33\x9b\x2e\x29\xe1\x0f\x38\x30\x41\xd0\ \x7f\x4c\xe1\xce\x21\x58\x0a\xef\x29\xca\xa3\x35\x4e\x56\xf7\xe7\ \x4c\xf5\x87\xc7\xb0\x76\x30\x18\x0c\x87\xc3\x77\x11\x30\x82\x56\ \x7a\x3e\x9b\x8b\x56\x34\x4d\xb3\x5a\xae\xac\xb1\xd6\x58\x04\xd4\ \x4a\x5b\xe7\x26\x93\xe9\xce\xce\xce\x62\xb1\x58\x5f\xdf\x28\x8a\ \xd9\xf9\xc5\xe9\x60\x30\x70\x60\x7a\xfd\x64\xb5\x5c\x29\xd1\x32\ \xc4\x61\x7f\x90\xc4\xe1\x6c\x72\xe1\x88\xb3\xd6\x5a\x80\x9b\x6f\ \xbe\x69\x1d\xdc\x39\xb8\x33\xe8\x0f\xfa\xfd\xbe\x68\xdb\xb7\xde\ \xba\x75\xe7\xe0\x20\x0c\xc3\xb2\x2c\x44\x2b\x10\x20\x4d\xd3\x8d\ \xcd\x8d\xc5\x72\x25\xdb\x7a\xb5\x9c\x2f\x16\x0b\x42\x90\x12\xe2\ \x07\xde\x62\xb5\x54\x4a\x7a\x17\x5e\x55\x96\x8c\x92\x28\x8e\x1c\ \x92\xb2\x6a\xc6\x61\xac\x8c\x40\x82\xe8\x9c\x31\x2a\xf0\xe2\xb6\ \xaa\x28\x40\xbf\x17\x87\x01\xe7\x0c\x95\xd4\xbd\x5e\x6a\xad\x65\ \x9c\x32\xc6\xb2\x2c\x33\x46\x87\x61\x20\x84\x68\xdb\xd6\x5a\x87\ \x88\x00\xe8\x1c\x01\x20\x3e\x27\x1e\x75\x94\x01\x01\x46\x19\x59\ \x2c\x66\xe3\xf1\x5a\xba\x36\x06\x44\x3f\x0c\xa9\xd6\xd3\xc9\x65\ \x21\x5b\xcf\xf3\x8c\xb1\xce\xb9\xae\x5b\x74\x18\x86\x65\x59\x52\ \x46\x8d\x36\xf7\xfb\xc6\xa2\x36\x0a\xc0\xcc\xe6\x13\x7b\xd3\xc4\ \x49\xbc\xbf\xbf\x7f\x70\x70\x87\x7b\x7e\xd3\x28\xa9\xa4\x17\x04\ \x87\x27\x47\x8f\x3f\xf9\x34\x21\x55\x51\x14\x5a\xea\xe9\x64\x22\ \x44\xe3\x8c\x0c\x02\xdf\x6f\x79\x9e\x2f\xc1\x58\x4e\xe1\xca\xd5\ \x47\x2e\xce\x8e\x8a\x32\xd3\xd6\xf6\x82\x60\x31\x9d\xbe\xfc\xd2\ \xa7\x6f\xef\xdf\xbd\x73\xf7\xe0\xa9\xa7\xff\xd2\xf4\xf2\xbc\x2a\ \x8a\xcf\x7e\xe6\x0f\x96\xd3\x59\xec\x05\x00\x30\x5f\x2d\x93\x34\ \xb9\xb2\x77\x85\x30\x5a\x14\x85\x68\x9a\x65\x3d\xcb\x96\xd9\x68\ \x38\x8a\xa2\x10\xd0\x4e\xa6\xe7\x59\xbe\x28\xcb\x22\x08\x22\xd1\ \x36\xfd\xc1\xe8\xf8\xf8\xb4\x16\x0a\x90\x38\x24\x32\x89\x27\x58\ \x00\x00\x20\x00\x49\x44\x41\x54\x41\xe0\x19\xe7\x08\x22\xf3\x43\ \xee\xf9\x84\x90\xb5\xb5\xb1\xcf\x98\xd1\x3a\x89\x22\x27\x13\x40\ \xb7\xb9\xb9\x89\x94\x35\x6d\x03\xce\x86\x71\x54\xd7\x95\x32\xda\ \x82\x73\x0e\x3c\xce\xa2\x30\x00\x00\xce\xfd\x30\x8c\xeb\xa6\x0d\ \x93\x44\x08\x75\x7e\x71\x71\xed\xfa\x43\x84\x31\x8f\xfb\xe9\xa0\ \x57\xd5\xc3\xd7\x6f\xbe\xa1\xa4\x62\xdc\x67\x9e\x2f\xb5\xf6\xfc\ \x70\x38\x1a\xdf\xbe\xbd\x5f\xd5\x0d\xe5\xde\x17\x74\x5c\x7e\xf0\ \xb0\xd8\x54\xfa\xe3\xbf\xfd\x03\x2b\xfd\x26\xc5\x07\x66\x09\x61\ \x28\x8c\xe7\xe4\xc3\x2f\x50\xfd\x47\x9e\xaf\xa5\x98\x2e\xd9\xe6\ \x5d\x30\xef\x15\x85\x8c\x33\x82\xad\x3d\x3e\xfc\x8f\x7f\xc2\xe9\ \xfb\x6f\x91\x88\x88\x6d\xdb\x9e\x9d\x9d\xdd\x37\x2c\x3a\xe7\x64\ \x23\x11\xa8\x56\x76\xb5\xcc\x8b\xa2\x90\x42\x5b\x03\x00\x40\x08\ \xd5\x42\x33\xe6\xe5\x45\x3e\xa8\x07\xe7\xe7\xe7\x8f\x3d\xfa\x68\ \xdb\x36\x97\x97\x17\x5d\xed\x22\x0c\x43\xe7\x54\xbe\x28\xaa\xbc\ \x28\xf3\x9c\x51\x40\x02\x5a\x1b\x63\x4c\x10\xf9\x75\xd3\x00\x90\ \xb2\xcc\x77\xb6\xb7\x02\xdf\x77\xce\xae\x96\x4b\x86\x04\x9d\x6d\ \xeb\xd6\xe7\x1c\xc1\x4d\x2e\x2e\xce\xce\x4e\x93\x5e\x92\x26\x61\ \xdb\x90\xba\x2e\xa4\x94\x69\x9a\x96\x4d\x35\x5d\xcc\x08\x21\x5a\ \x08\xe2\x8c\x94\xb5\x03\xc7\x7c\x5f\x68\x55\x34\x02\x08\x45\x44\ \x42\x2c\x1a\xa5\x44\x7d\x78\x70\xa0\x8d\xd9\x5a\x1b\x23\x21\x4a\ \xe9\x7e\x2f\xb2\x00\x17\x97\x13\x6c\x49\x2b\x9a\xe5\x72\xde\x19\ \xf6\x21\xa2\x10\x02\x91\x74\xc1\x9a\x73\x40\x08\x05\xab\x9d\x6e\ \x83\xd0\x6b\x9d\x03\xa7\xa5\x30\xd3\xd9\x64\x38\x1a\xf5\x06\xa3\ \x20\x8c\x9a\xb6\x25\x04\xa7\xb3\xe9\x78\xbc\x16\x86\x61\x2f\x4d\ \xbb\x4f\x08\x21\xbe\xef\x45\x61\xd8\xb4\xcd\xfd\x69\xa2\x11\x41\ \xca\xb6\x28\x0b\x4b\xa0\x3c\x2a\x81\xb2\xc3\xa3\x63\x00\x2a\x84\ \x04\x24\x80\xdc\x6a\xb0\x80\x07\x77\xef\x6e\x8c\xc6\x67\x67\x67\ \x7b\xdb\x3b\x6f\xbc\xfa\xca\xc5\xe9\x89\xef\xf3\xaa\xce\xb9\x47\ \xf2\x65\x26\x8a\xc2\x19\x95\xe7\x4b\x3f\x08\xe6\x8b\xb9\x52\xda\ \x5a\xeb\x40\x8b\xa6\x98\x4f\xcf\xd2\x24\xba\x76\x6d\xef\xca\xde\ \xce\xfe\x1b\xb7\xe6\x93\x69\x40\xd9\xa2\xa8\x34\xd8\x34\x8a\x57\ \xab\xec\x85\x17\x5e\x20\x00\x4f\x3e\xf9\x64\x53\x96\x45\x96\x4f\ \x2f\x2f\xc1\x5a\xa3\xe5\xd9\xe9\x71\x18\x86\x79\x9e\x7b\x9e\x6f\ \x8d\xb1\xd6\x79\x41\x22\x2d\x29\x1a\x99\xf6\x52\x4b\xd0\x82\xb3\ \x56\x33\x46\x0e\xee\x1c\x7a\x41\xe2\x00\xb7\x36\xd6\x2f\x2f\x27\ \xa3\xe1\xb0\xdf\x4f\xb5\xa8\x27\x93\x89\xef\x07\xe7\xe7\xa7\x94\ \x12\xa5\x54\x14\x45\x84\xe0\x52\x09\xad\x6d\x18\x86\x8c\x51\x46\ \x81\x21\x28\xad\x10\x68\x1c\xc5\x48\x59\x23\xda\xc3\xa3\x43\xca\ \xf9\x8d\xc7\x1f\x8f\xe3\xa4\xd7\xef\x9d\x5f\x9c\x5e\x5e\x4e\x83\ \x20\xd8\xd9\xdb\xdb\xdd\xdd\x53\x4a\xe5\x45\x49\x99\xb7\xb9\xb5\ \x9d\xa4\xbd\xf3\xf3\xf3\x2f\x48\xa4\x7f\xf0\xb0\x48\x09\x93\xb0\ \x28\xcc\x01\x23\xd1\x83\x3a\xa6\x26\x90\xb4\x24\x39\xe1\xca\xfb\ \x23\x51\x93\x91\xe1\x85\x17\xde\x04\x03\xef\x15\x58\x94\xc0\x13\ \xbe\xb6\xbe\xe1\x54\xf3\x6e\x60\xb1\x2c\xcb\xf9\x7c\xfe\x2e\xe3\ \xcd\xee\x25\xeb\xe8\x20\x5d\x58\xd4\xbd\x73\x48\x88\x36\x9a\x21\ \x13\x6d\x33\xb9\xbc\x28\x8a\xbc\x2a\x0b\x82\xb0\x36\x1e\xad\x96\ \x8b\x22\xa7\x65\x5e\x94\x59\x9e\xad\x56\x52\x8a\x4e\xae\x87\x80\ \x5d\x8b\x12\xa5\x64\x51\xd4\xc6\x38\x07\x70\x72\x72\x62\xad\xc9\ \xf2\xcc\x0b\x78\x99\x17\x9c\xb3\x30\x0a\xc0\x3a\xe7\x9c\x76\xba\ \xac\xca\xd5\x6a\x89\x08\xab\xd5\xca\x5a\xdb\x59\xcb\x74\xb4\x18\ \x4e\x88\x31\x06\x00\xeb\xba\xea\xf7\xfb\x8c\xb1\xa2\xac\x09\xa1\ \xd6\x1a\x21\x04\x80\x4b\xa3\x58\x4b\xd5\x48\x71\x65\x6f\x37\x08\ \xa3\xe3\x93\xd3\xaa\xca\x8d\xc5\x22\x2f\xac\xb5\x55\x5d\x72\x8f\ \x75\x2c\x6e\xdf\xf7\x19\x63\x52\xca\x8e\x00\x8f\x88\x5d\x9c\x8e\ \x88\xce\x39\xe7\x00\xd1\x81\x73\x60\x01\x09\x22\x38\x00\x47\xc0\ \xad\xaf\x8d\xab\x22\x5b\x1b\x8f\xda\xb6\xad\xeb\x8a\x73\xce\x18\ \xe3\x8c\xb6\x8d\x55\x52\x22\x80\xbb\xef\x07\x57\x37\x8d\x6c\x23\ \x4c\x0d\x90\xaa\x2c\xb2\x22\x6f\xa5\x92\x4a\xfa\x61\x44\x11\xa5\ \xd1\x88\x74\x3a\x99\x44\xbe\x7f\xfb\xf6\xed\x27\x1f\x7d\xec\xf0\ \xf0\xf0\x43\xcf\x7d\x79\x55\x94\x5c\xe9\xbc\xc8\x17\x97\x93\xd9\ \xc5\xa5\x56\x6a\x36\x9f\x37\x4d\xd3\x61\x90\xef\x7b\xbe\xef\x97\ \x65\x39\x9d\x4c\x37\x76\x36\xce\xce\xce\x7c\xca\xf6\xef\xdc\x09\ \x83\xc0\x5a\x8b\x8c\x7a\x84\x33\xce\xc3\x30\x64\x5a\x2d\x17\x8b\ \xd3\xd3\xd3\x24\x49\xb2\x2c\x5b\x2c\x16\x9d\x73\x57\xd3\xb4\x42\ \x4a\x70\x4e\x6b\x25\x44\x4b\x08\x69\x9a\xe6\xf1\xc7\x1e\x3d\x39\ \x3d\xae\xeb\xda\x39\x67\xb4\x16\x52\x06\x51\xe2\x7b\xec\xf8\xe8\ \xee\xc6\xc6\xc6\xd5\x2b\x57\x19\xa1\x79\xb1\xca\x73\x2b\x84\x98\ \x5c\x5e\x3a\x0b\x65\x95\x87\x71\x38\x1e\x8d\x7d\xdf\x37\x46\x4b\ \xa5\x3c\xcf\xa3\x94\x76\x3d\xc7\x11\xc0\x69\x15\xf8\x5c\x2a\x25\ \xdb\xda\x63\xbc\xa9\xaa\xc0\x67\x56\x4b\x4e\x41\x35\x75\x3f\x89\ \x9e\xfb\xe0\x33\x97\x17\x97\x4f\x3d\xf5\xc4\xf9\xf9\xd9\x70\x38\ \x1a\x0d\xd2\xe5\x72\xc1\x88\xab\xcb\xcc\x69\xf9\xa5\xa9\x44\x13\ \x64\x04\x7c\x02\xde\x03\x3b\x20\x00\x22\x1a\xce\xcd\x1f\x79\xbe\ \xc8\x1c\xf3\x34\xe1\xe0\xde\x2b\xa9\x52\x47\x1b\x82\xbe\x31\xc6\ \xbd\x0b\x91\xd2\x7d\x35\x41\xfd\xd7\x0f\xa1\x94\x6a\x9a\x86\x73\ \x4e\x08\x69\xdb\xc6\x18\xdd\x45\x91\xf7\x16\x2c\x63\x08\x61\xdd\ \xf4\xd8\xdf\xdf\x5f\xad\x56\x5b\xdb\xdb\x88\x78\x39\x99\x50\x42\ \x8a\x2c\xf7\x29\x47\x42\x18\xe3\xe0\x80\x10\xa2\x94\xd4\xda\x48\ \x29\xe7\x8b\x45\x53\x0b\xa5\xe4\x62\x31\x8b\xe3\x30\x2f\x8a\x6c\ \xb5\x2a\x8b\xdc\x63\x2c\x8e\xe3\x28\x0c\xc0\x9a\x30\x0a\xac\x35\ \xd3\xd9\x6c\x39\x9f\x37\x55\xbd\x5a\x2d\xe3\x38\x29\x56\x19\x00\ \xf8\x8c\x13\x42\xb5\x96\x88\x84\x52\x32\x9d\x4e\x87\xa3\x31\x21\ \x64\xb1\x5c\x11\xa4\x9d\x6e\xd5\x81\x1b\x8e\x86\x49\x12\xb9\xc2\ \x94\x65\x25\x84\x5c\x2d\x97\x4a\x6b\x70\x44\x29\xe1\x79\xbe\x56\ \xca\x58\x05\x00\x75\xdd\x04\x41\xc0\x18\x63\x8c\x01\x80\x52\xca\ \x5a\x4b\x09\x51\xd2\x4a\xa5\x3d\xad\x8d\xd1\x68\x1d\x21\x98\x26\ \x31\x25\x84\x80\x35\x4a\x2e\x17\xf3\xb6\x2e\x09\x25\x59\x96\x59\ \x6b\x3b\x7f\x2d\xe7\x5c\xa7\xb5\x68\x9a\xc6\x3a\x7b\x7f\x29\x10\ \x04\x54\xce\xe4\x4d\xcd\xeb\x36\x88\xc2\xb2\x69\x85\xd2\x06\x1d\ \x0b\x42\x47\x50\x5b\x43\x19\x33\xd2\x18\xa3\x7d\xcf\xbf\x73\x70\ \xf0\xf2\x4b\x9f\x2d\xb2\xec\xda\xb5\xeb\xc7\x47\xc7\x61\x1c\x5d\ \x4c\x27\xa8\xad\xb5\x26\x08\xc3\xb2\xcc\x3a\x58\x27\x84\x00\xe0\ \x72\xb1\xcc\xb3\xb2\x69\xeb\x55\xb6\xca\xf3\xfc\xcd\x37\xde\x3c\ \x3a\x3a\x5a\xce\x67\xab\xf9\x32\x8c\xc2\xe1\x68\xc8\x7d\xbf\xaf\ \xd4\x2a\x5b\x79\x8c\x14\xf9\xea\xe6\x9b\x6f\xd4\x75\x2d\xa4\x98\ \x4e\x90\x73\xc6\x19\x7a\x9e\x27\x95\x44\x44\x46\xe9\x62\xb1\x74\ \xe0\x6e\xdc\xb8\x71\x7e\x71\xd1\xb6\xd2\x5a\x30\x80\xc6\x02\xe7\ \xde\xd6\xe6\x5a\x9e\x95\xc4\xd9\xc9\xc5\x79\x59\xe4\x77\x0f\xee\ \x44\x71\x5c\xe4\x79\x14\xc5\xf3\xd9\x8c\x10\x52\xe4\x45\x53\x37\ \xce\xc1\x70\xd8\x1b\x8d\x46\x55\x55\x2a\xa5\x00\x6c\xe7\xf2\x20\ \xdb\xa6\xad\x72\x87\x04\x9d\xd3\xa2\x1d\xf5\xfb\x57\x77\xb6\xca\ \x6c\xb1\xb3\xb5\xae\xb5\xaa\xb2\x65\xb9\x5a\x34\x45\x76\x79\x7a\ \x9c\xad\x96\x91\xcf\x89\xd5\xba\x6d\x8c\x68\x8a\xe5\xbc\xa9\xca\ \x2f\x4d\x25\xda\x39\xe7\xac\x73\x0f\x4a\x7a\x0b\xe0\x6c\xb7\x12\ \xbb\xcf\x33\x89\x1d\x00\x58\x07\x0f\xee\x07\xff\xec\x97\x80\xc1\ \xba\x3f\x13\xe7\x91\xe7\x79\x55\x55\x41\x10\x68\xad\x3b\x05\xbe\ \xeb\x24\x20\x5d\x59\x03\xc0\x59\xa3\x95\xa4\x94\xed\xbf\xf5\x96\ \xb5\xf6\xb9\xe7\x9e\x6b\xea\x0a\x8c\xd1\x46\x87\xa1\xbf\x9c\x2d\ \xdb\xba\x91\x52\x0a\xa1\x01\x80\x52\x66\x8c\x53\x4a\x65\xab\x4c\ \x29\xe3\x79\xbc\x6d\xdb\xbb\x77\xef\x4e\x26\x93\x30\xf0\xd6\xc6\ \x63\x6b\xb4\x36\x1a\xc0\xf5\xfa\xbd\x8e\xae\xb1\xb9\xb1\xa1\x94\ \x4a\xe2\x58\x49\x19\x85\x01\xa5\xac\x69\x1a\xa5\x14\xe3\xce\x59\ \x4b\x10\x01\x50\x4a\xb5\xb7\xb7\x57\x96\xe5\xd1\xf1\x89\x90\xd2\ \x3a\x47\x29\x35\xd6\x22\x22\x41\xe8\xf7\x7b\x6d\x53\xcf\xe7\xb5\ \xd1\x7a\x6b\x73\x63\xb1\xcc\xe6\x8b\x85\xb3\x16\x11\x01\x5c\x14\ \x45\xdd\x0f\x75\xa0\xd6\x21\xa3\x31\x86\x10\xda\x3d\x02\x24\x94\ \x52\x20\x84\xfa\x8c\xa7\x49\xbc\x9c\xcd\xce\xcf\xcf\xd3\x24\x0d\ \xc2\xc0\x6a\xa5\x85\xf4\x18\x5b\x1b\x8f\x9b\xa6\x56\x42\x94\x52\ \x48\x29\xb5\x94\x60\xad\xc7\xd8\xfd\x35\x44\x25\x84\x2c\xb3\xec\ \xe0\xf8\x38\xe8\xf5\xc1\x63\x87\x27\xc7\x55\xdb\x22\xa5\xc6\x76\ \x9d\x4b\x14\xa5\xd4\xa3\x5c\x29\xd5\xb6\xcd\xc9\xf1\xd1\xc7\x3f\ \xfe\x4f\xf6\x76\x77\x95\x14\xbe\xef\x9d\x9d\x9d\x86\x51\x74\x31\ \x39\x57\x4d\xad\x94\xea\x14\x38\x1d\xe2\x17\x45\xbe\x58\x2c\x28\ \xe5\x42\x48\x6b\xdd\xc9\xd1\xd1\xe4\xfc\x22\xcf\xb2\x7e\xaf\xbf\ \xbd\xbb\xbd\x5a\x65\x4d\xdb\x84\x71\x44\x29\x4d\xd2\xdd\xa2\xc8\ \x6e\xdf\xbe\xbd\xbb\xbb\x73\x76\x76\x46\x08\x26\x49\xac\xb5\xee\ \xc4\x3c\x84\x12\x46\x30\xf4\xfd\xe5\x62\x76\xe3\xd1\x47\x37\x36\ \xd7\xa3\x38\x9a\xcd\xe7\xda\x18\x6b\x01\x08\x21\x84\x0c\xd2\x34\ \xf1\x03\xca\xf9\xe9\xc9\xdd\xba\x6a\xd3\x24\x4e\x7b\xbd\x93\xe3\ \xa3\x34\x4d\xb5\x56\xd6\x99\xcd\xcd\xcd\xba\xae\x85\x90\xce\xc1\ \x6a\xb9\xa4\x8c\xc6\x71\x5c\x55\xa5\x31\xd6\xe3\xdd\x4b\xa5\xbc\ \x20\xe0\x9c\x19\xad\xf7\xb6\x37\xb2\xe5\xfc\xec\xe4\xe8\xe2\xe4\ \xb0\xdf\xef\x83\x73\x46\xb4\x3e\xc3\x5e\x14\x6c\xad\x3f\x92\x67\ \xf9\x6a\x36\x69\x45\xbb\x9c\x4d\x9b\x22\x0b\x7d\xcf\xe3\xfc\x8b\ \x0e\x8b\x08\xce\x3a\x6b\x9d\x7d\x70\x28\x65\x2d\x58\x8b\xf6\xf3\ \x61\x81\x73\xe0\xc0\xbc\xc7\x60\xd1\xfc\xd9\xb8\x58\xa5\x75\xd3\ \x34\x5d\xe1\x6f\x3c\x1e\x4b\x29\xbb\xed\x70\xb7\x58\x31\x42\x9c\ \xd1\x4d\x55\x45\x51\xb4\x98\xcf\xfa\xfd\x7e\x53\x57\x6d\xdb\x02\ \x40\x5d\xd7\x71\x1c\x57\x55\xe5\xac\x71\xce\x16\x45\x49\xa8\xe3\ \x9c\x5b\xeb\x18\x63\x52\x49\x29\x34\x63\x6c\x3a\x9d\x6e\x6e\x6e\ \xec\xee\x6e\x6b\xad\x08\x22\x25\xdc\x0f\x3d\x67\x4c\xf7\x8b\xc3\ \xe1\x20\x0c\x83\xa2\x28\xfa\xfd\x5e\x96\x67\x00\x6e\x34\x1a\x3a\ \x37\xc8\xb2\x95\x54\xda\x82\xb3\xc6\x6a\xad\xe3\x38\xba\xfe\xd0\ \x43\xc7\x87\x87\x5d\x80\x8c\x88\x84\x52\x07\xe0\xac\x5d\x2e\x97\ \xe4\xde\xee\x0c\x00\x1c\x38\xd7\xef\xa7\x79\x96\x3b\x07\x9c\x31\ \x65\x75\x77\x2d\x41\x10\x20\x62\xd3\x34\x94\x52\x76\xaf\x3b\x92\ \x03\x42\x08\xa5\x84\x31\x4e\x08\xf7\x7c\x63\xad\xb5\xc6\xf7\xfd\ \xaa\xaa\x56\x8b\x45\x92\x26\x5a\xc9\xaa\xcc\x95\x14\x4d\x55\x21\ \xe2\xe6\xc6\x86\xb3\xc6\x19\xc3\x28\x71\x56\x3b\x6b\xf1\x3e\x67\ \x18\x48\xa5\x4e\xce\xcf\xa5\x73\x83\xc1\x10\x19\x7b\xea\x99\x67\ \x6e\xbd\x75\x5b\x89\x16\x08\xa5\xcc\x03\x67\xc1\x9a\xa6\x2e\x8b\ \x7c\xe5\x11\xb6\x9c\x4e\x1f\x7d\xf8\xa1\xe5\x62\x26\xb5\x2a\x8b\ \x1c\x11\xa4\x68\x8b\xbc\x70\xce\x76\x64\x4c\xcf\xe3\xce\xb9\x24\ \x49\xac\xb5\x45\xbe\xa4\x84\xe4\xcb\x85\x96\xed\xda\x78\x1c\x85\ \x21\x80\x63\x81\x37\x20\x7d\x82\x24\x5b\x2d\x8d\x36\x52\xcb\x0f\ \x3c\xfb\x81\xa6\xa9\xc3\x30\x5c\x5f\x5f\xbb\xbc\xbc\xdc\xd8\x58\ \x67\x8c\x2d\x17\xcb\xbc\x28\x08\x41\xa7\x2d\x45\x20\x00\x5f\xfe\ \xdc\x97\x6d\x6c\x6f\xbd\xf4\xd2\x4b\x67\xe7\xe7\xca\x5a\x4a\x29\ \x12\xea\xac\x9b\x4f\x2f\xb5\xd4\x9e\xef\x37\x6d\x6b\xad\x4b\xd3\ \xfe\xee\xd6\xd6\xc5\xf9\x99\x90\x32\x0c\x02\xa1\x84\x94\xd2\x39\ \xd7\xeb\xa5\x84\xe0\x60\x30\x68\xda\x9a\x10\x32\x1e\x8f\x8c\xd1\ \x97\xe7\x97\x9d\x57\x13\x67\x8c\x52\xea\x28\x41\x67\x43\x8f\xa2\ \xf5\x97\xb3\x89\x16\x4d\xe0\xfb\x65\xbe\x3c\x3f\x3f\x27\x60\x8b\ \xa2\x78\xe6\x99\x67\xd2\x24\x8c\x23\x3f\x5f\x2d\xa2\x80\x77\x4a\ \x76\xf7\x25\x88\x16\x3b\xa4\x72\x0f\x14\x05\x2c\x98\xcf\x87\x05\ \x0e\x9c\x03\x62\x01\xec\x7b\x06\x16\xed\x83\xbc\xbd\xef\x6e\x11\ \xbc\xd7\x49\xd5\x5a\xbb\x5c\x2e\x01\x40\x6b\xdd\x41\x0f\x65\xac\ \x63\x08\x76\xac\x94\xb2\x2c\xc7\xe3\xf1\x72\xb9\x6c\x5b\xe1\x9c\ \x2d\x8a\x22\xcf\x73\xb0\xd8\x36\x35\xa5\xcc\x3a\xdb\x2d\x7a\x94\ \x12\x42\xa8\x52\x4a\x4a\xc9\x39\x4b\xd3\x18\xc0\xc5\x49\x4c\x08\ \xdc\xdd\x3f\x20\xe8\xa2\x28\xda\x58\x5f\x6f\xb0\x54\x5a\x1b\xad\ \x3d\x4e\x9b\xba\x5c\x82\x45\xb0\x5a\x6b\xd1\xd6\x61\x18\x72\x46\ \x9d\x35\xad\x72\xdd\xb9\x09\x21\x8f\x8f\x8f\x8b\xb2\x74\x0e\x28\ \xa5\x48\x88\xb6\x86\x22\xf6\x7b\x3d\x9f\x7b\xad\x68\x8d\xb1\x52\ \x2b\x29\xd5\xe1\xe1\x61\x10\xf8\x9c\x53\xa5\x0d\x80\xe5\x94\xfa\ \xbe\x9f\xa6\x69\x47\x8d\xa6\x94\x52\x4a\x3b\x81\x4a\xd3\x08\x4a\ \xa8\xd4\x26\x08\x02\x21\x04\x82\xab\xcb\x92\x51\xb6\x5a\x2e\xac\ \x73\x51\x14\x53\x04\xc2\x79\xc7\x68\xd9\xd8\xd8\x60\x8c\x2d\x96\ \xcb\x2c\xcb\xb4\x36\x69\x9a\x0c\x87\xc3\x0e\x9a\xef\xf3\xa6\x13\ \x8a\x8c\x69\xeb\x8a\xaa\xd2\xda\x34\x42\x08\x25\x5a\xa1\x00\x94\ \x1f\x04\x1e\xf7\xa9\x33\xbe\xe7\x75\xb2\x39\x62\x01\x01\x0e\x0e\ \x0e\x18\x67\x93\xe9\xe4\xe8\xf8\x28\x09\x93\xa6\xa9\x9d\x75\xad\ \x68\xbb\x5b\x44\x08\xe9\x4e\x35\x2f\x0a\x4a\x59\xcc\x82\x34\x8e\ \x3c\x46\x77\xaf\x5f\x7b\xf3\xcd\x37\x6f\xef\x1f\xf7\xd2\xde\x95\ \xbd\xbd\x20\xf0\xe6\xf3\x79\xbf\xd7\x23\xe8\x7c\x4e\x8b\x6c\xe9\ \x71\xce\x29\x29\xb2\xd5\x70\x38\x1c\xf4\x13\x6b\x64\x96\xe5\x3e\ \xf7\x84\x68\x38\xa7\xe7\xe7\xa7\x8e\x60\x2b\x04\x20\x70\xce\x81\ \xa0\xd1\x90\xf6\xd2\x7e\x1a\xcf\x26\x53\xd9\x6a\x02\x64\x3a\x9d\ \xac\x96\xcb\xaa\x2a\x8c\x56\x49\x9c\x4c\x9b\xa9\x73\xe0\x9c\xeb\ \xba\xb2\x54\x55\x79\xe7\x4e\x11\x04\x21\x63\x4c\x6b\x5d\xd7\x8d\ \xb5\x40\x18\x8b\xa2\x18\x11\x93\x38\x39\x3b\x3d\xce\x3d\xde\x34\ \xe5\x6a\xb5\xda\xd8\xd8\x24\x24\xe1\x94\x84\x3e\x2f\xf3\xd5\x78\ \xf8\xf4\xde\xce\x96\xc7\xc8\x1b\x6f\xbc\x61\xad\x6d\x9a\xe6\x83\ \xcf\x3e\x73\xf3\xd6\x2d\xfb\x85\xe6\x0f\xfb\x53\x9a\xb4\xc6\x3a\ \xf2\x40\xa3\xc5\x6e\x5f\xfe\x79\xa3\x45\xeb\xcc\x83\x45\xe2\xff\ \x1f\x44\x8b\x7f\x26\x2e\x96\x32\xda\xa5\xdb\xba\x64\xe5\x3b\x03\ \x00\x8c\x36\x48\x2d\xa1\x54\x2b\xa1\x24\xa5\x04\xc1\x99\xba\x2a\ \xb4\x36\x00\xa0\x64\xab\x44\x4b\x99\xdf\x3d\x54\x4a\xa8\x03\x8d\ \x88\x84\x10\xad\x35\x38\xd2\xd1\xfd\x3c\xcf\xe7\x1e\x25\x04\xa2\ \x28\xba\x7e\xed\xea\x7c\x3e\x13\x42\x74\xe2\x8a\x6c\x7a\x91\x24\ \x21\x00\x48\x29\xb5\xd6\xdd\x0e\xb7\x69\x1a\x44\x54\x4a\x49\xa5\ \x08\x22\xf3\xbd\x24\x49\x8e\x8e\x4f\xce\xcf\xce\x86\xc3\xa1\xe7\ \x79\x1d\xe0\x5a\x70\x1e\xe7\x61\x18\x0c\x07\x7d\xce\xd7\x85\x94\ \xab\x55\x56\xb7\x8d\x10\xa2\x69\x5b\x04\xac\xca\xb2\x3f\x18\x4a\ \x6b\xa4\x94\xbd\x5e\x2f\x8a\x22\x44\xcc\xf3\xbc\xb3\x78\x30\xc6\ \x38\x67\xa5\x34\x69\x9a\x0e\x06\x83\xe9\x74\xda\x34\x8d\xb5\x46\ \xb4\x8d\x94\x12\x09\x32\x9a\x24\x71\x48\x08\x21\x04\xe6\xb3\x59\ \x9a\xc4\x69\x9a\xd4\x55\x01\xce\x48\x51\x63\x1a\xf5\x7b\x29\x45\ \xb8\xbf\x37\x16\x01\x8d\x31\x0e\xd0\x39\xd7\xb6\x2d\x00\x02\xa2\ \x96\x86\x38\x82\x88\x46\xe8\x46\xa8\xc8\x63\x86\xea\xa2\x28\xc0\ \x39\x4a\x68\x96\x65\x65\x51\x22\x81\xa6\x6e\x8a\xaa\x2c\x56\x39\ \x3a\xd0\x46\x53\xca\xda\xb6\xe1\x9c\x75\x4d\xca\x1c\x38\xa5\xd4\ \x60\x30\xec\xa5\xf1\x70\x30\x20\x8c\x51\xce\xae\x5c\xbb\xca\x3d\ \xef\xfc\xec\x6c\x3e\x9b\x3d\x74\xfd\xfa\xd9\xf1\x49\xe0\x7b\xb3\ \xc9\xd4\x28\x33\x9b\x4f\x38\x63\xbe\xef\xcb\x56\x54\x65\x05\xce\ \x29\xa9\xad\xb1\x7e\xc4\x7c\x8f\x23\xd8\x57\x5f\x7d\x75\x30\x1a\ \x23\x00\x12\x62\xac\x75\x40\x1c\xa0\xe7\x79\xa3\x7e\x2f\xf1\x38\ \xf3\xbc\x55\x96\x23\x58\x6d\x60\x36\x99\x44\x49\xb2\x98\xcd\xac\ \xb1\x9b\x9b\x1b\xad\x10\x1d\xdf\x70\x73\x63\xa3\x28\xb2\x93\xd3\ \x13\x42\x90\x31\xda\xb6\x02\x00\x1c\xe0\xf6\xee\xde\x62\x3e\x6f\ \xa5\xac\x9b\xd6\x6f\x04\x15\x12\x00\xeb\xba\xbe\x16\xec\x8d\xc7\ \xe3\xed\xad\xad\x93\x93\x93\x20\x08\x9f\x7c\xf2\xc9\x4e\xd9\xd2\ \x45\xfa\x41\x10\x44\x51\x64\xb4\x81\x2f\x72\x25\x1a\x00\x9c\x75\ \xd6\x38\xfb\xe0\xe6\xad\x45\xb0\xd6\x19\xe7\x3e\x4f\xb4\xe8\x9c\ \x73\xf8\x7e\x6e\xf1\x4b\x74\x26\xdd\xce\x94\x52\xea\xfb\x7e\xb7\ \xf7\xf9\x43\x68\x74\xd0\x39\xc7\x50\x2a\x28\x25\x9d\xb3\x56\x17\ \x4b\x76\x8e\x76\xaa\xae\x19\x63\x00\x8e\x50\xe2\x1c\xe9\x4a\xbd\ \xc6\x68\xd1\x6a\xdf\x8f\x08\x41\xeb\x8c\x94\xb2\x2c\x0b\x6b\x34\ \x25\x38\x1a\x0d\xe7\xf3\xb9\xe7\x79\xeb\xe3\x71\x2b\xea\xc0\xf7\ \x87\x83\x81\xb3\xb6\x28\x8a\xa2\xc8\x7b\x69\x42\x29\xeb\x48\xdd\ \x9c\x12\x1e\x04\x9c\x51\x21\x64\xd7\xd9\xa3\x6d\x5b\x21\x5a\x44\ \x02\xa0\xbb\xee\x4e\xf3\xf9\x42\x34\xcd\xde\xee\xee\xe6\xc6\x86\ \xd6\x7a\xb9\x5c\x72\xdf\x6b\x85\x0a\xa2\xd0\x98\xc8\x18\xe3\xc0\ \xb5\x6d\xdb\x34\x8d\x10\x22\x8a\xa2\x8e\x12\xbc\xbe\xbe\xde\xb1\ \xc4\x29\xa3\x1e\x67\xd3\xe9\xb4\x2b\x82\x3b\xe7\xea\xba\xf2\x38\ \x4f\xe3\x78\xd8\x4f\x7b\x49\x54\xd6\xed\xda\x78\x3c\x9f\xcd\xf2\ \x3c\xeb\xf5\xd2\x20\x08\x92\x24\x71\xce\x75\x2d\x9b\x95\xd6\xf7\ \xdb\x10\xd5\x71\xc6\x3d\xcf\xd7\x4a\x5b\x6b\xc3\x30\xe2\xd4\x73\ \xc6\x12\x20\x04\xd1\x5a\x30\x46\x6b\xe2\x24\xba\xd5\x6a\x99\x04\ \x91\xef\xd3\xd5\x72\x91\xe5\xb9\x54\xd2\x58\x0b\xe0\x9a\xa6\xa1\ \x40\x10\x89\xef\xfb\x4d\x53\x11\x82\xce\x41\x51\x94\xab\xe5\xaa\ \x33\x43\xb2\xd6\x94\x65\x01\x88\x9e\xcf\xb9\xef\x8d\xd6\x46\x48\ \xc0\x08\xb5\xbe\xbe\x56\x5d\xbd\xc2\x18\xf1\x02\x7f\x3c\x1e\xc1\ \x4d\x5b\x94\x65\x18\x06\x51\x14\x19\x63\xaa\xba\x26\x08\x81\xef\ \x8d\x46\x43\x00\x7b\x70\x67\x9f\x22\x0e\x07\x83\xa6\x6d\x29\xa5\ \x52\xcb\x8e\x6b\x60\x8c\x39\xba\x7b\xd0\x4b\x92\xc7\xf6\x9e\xe8\ \xf7\xfb\x42\x88\x8b\xe9\xdc\xf3\x78\x18\x04\x42\xc8\x38\x4d\xa4\ \x52\x65\x59\xfa\xbe\x5f\x96\x95\x73\x16\x11\x8b\xa2\xe8\xf5\xfa\ \xc3\x61\xdf\x5a\xad\x1d\x04\x71\xaa\x0d\x64\x79\xb1\x58\x2d\x19\ \xe3\x97\x93\x49\x2f\x4d\xc7\xa3\xe1\xee\xee\xee\xc3\x8f\x3c\x22\ \x84\xa2\x94\x5e\xbb\xfe\xd0\xfe\xc1\x9d\xc7\x9f\x78\x92\x32\x7e\ \xf5\xda\xf5\x2c\xcb\x8a\xa2\xd8\xd9\xdd\x3b\x3c\x3a\x51\x4a\xe2\ \x97\x66\x13\x6d\xc1\xe1\x83\x9c\x7b\xce\x39\xf3\xf9\xa2\xc5\xce\ \x7b\xe0\xbd\x04\x8b\x5d\x9a\x15\xff\x0c\x5c\x31\xe7\x2c\x49\x12\ \x21\x84\x94\x92\x73\xde\x81\x61\x87\x11\x8c\x31\xc4\x7b\x14\x16\ \x63\x0c\xe7\x5c\x4a\xd9\xe1\x66\xe7\x42\x06\x00\x4d\x23\x03\xdf\ \xd7\xda\x10\x24\x84\x71\xe7\x1c\x22\x41\x44\xc6\x18\xa3\xd4\x1a\ \x4b\x90\x76\xd0\x51\xd7\x95\x96\x2a\x0c\x02\x29\x85\xd6\x8a\xfb\ \x6c\x38\x1c\x7a\x94\x84\xbe\xef\x73\x96\x19\xcd\x28\x89\xc2\xb0\ \x69\x1a\x67\x4d\x14\xfa\x55\x55\x17\xd9\xaa\x3f\x18\xac\xad\xad\ \x71\xee\x89\xb6\x5d\x2c\x16\x4a\x2a\xca\x38\x21\x94\x50\x6a\x8d\ \x59\x2c\xe6\xa1\xbf\xa5\xb5\xba\xb8\xb8\x90\x42\x44\x71\x28\xa5\ \xb2\x5a\x72\x9a\x04\xbe\xaf\x9d\x31\xd2\x74\xfd\xaf\x97\xcb\x65\ \x9e\xdf\x93\xc7\x74\xbb\x39\x42\x08\x25\x58\x56\xb5\xd6\xba\xd7\ \xeb\x69\xad\xbb\x76\xea\x46\x8a\x3c\x53\x94\x20\x5a\xcb\x82\xb0\ \xdf\x5f\xa7\x94\xce\x66\xb3\xe1\x70\xd8\xad\x15\x41\x10\x74\xe5\ \xd4\x77\xc3\xc4\x27\x94\xa6\x49\xc2\x19\xaf\xca\x12\x2c\x50\x40\ \x02\xe8\x9c\x05\x43\x18\xa5\x9c\x04\x94\x68\x42\x50\x6b\x89\x10\ \x06\xa1\xb7\x58\xcc\xb3\x3c\xb7\xce\x22\x25\xdc\xf7\xca\xb2\x44\ \x03\x48\x50\x6b\x1d\x84\x01\x00\x7a\x1e\x4b\x92\xb8\xab\x99\x68\ \xa5\xc3\x41\xe2\x8c\xa6\x9e\x27\x45\xbb\xc8\x96\x61\x18\x0a\x25\ \x40\x1b\x82\xd0\x4b\xe3\x20\x08\x1c\xda\xf1\xda\xfa\xf9\xf9\x59\ \xd3\x36\x8c\x51\xce\x99\xd6\xca\xf3\x38\xa5\x34\xcb\x56\xd3\xcb\ \xc9\x95\xab\x57\x76\xb6\xb6\x5a\x29\xe7\xd3\x59\x59\x96\x80\x08\ \x48\x01\x09\x12\xda\x34\xcd\xc5\xd9\xe9\xe8\x89\xc7\xa7\x97\x17\ \x55\x2b\x28\xc1\x24\x0e\x27\xb3\xa5\xd2\x6a\x34\x1e\x16\x55\x23\ \x5a\xd1\x25\x70\xcf\xce\x4e\x19\x23\xad\x68\x29\xa5\x84\x60\x18\ \x86\x52\x4a\x4a\x88\x05\xfc\xcc\x4b\x2f\xf7\x07\xfd\xe1\x70\x0c\ \x88\xb4\x2c\x2c\xb8\xcb\xc9\x8c\x10\xb2\xb6\xb6\x06\x80\x8f\xde\ \x78\xec\x03\xcf\x7e\xf0\x27\x7f\xf2\x27\xf7\x0f\xee\xec\xec\xec\ \x30\xee\x11\xca\x46\xe3\xb5\x56\x48\x3f\x0c\xe9\xbd\xec\xf0\x17\ \x17\x16\xad\xd3\xc6\x4a\x82\x0f\x8c\x5c\x6d\x2c\x58\x83\xa0\x3e\ \xcf\x95\x58\x0a\x4a\x82\xd1\xa0\xf5\x7b\x05\x17\x35\xa0\x91\x84\ \x52\x30\xf7\xdf\x8d\xa5\xdb\xb1\xbe\xbb\xe5\xca\x79\xdc\xeb\x0f\ \x06\x65\x51\x68\xad\x39\xe7\x5d\xa2\xad\xf3\x85\x27\x84\xe0\xdb\ \x91\x63\xf7\x73\x4a\xa9\x4e\x2d\xc7\x39\x07\x80\xb6\x6d\x45\xdb\ \x70\x4a\x8d\xd6\x80\x8e\x71\x46\x28\x11\x42\x48\x25\xfb\xbd\x11\ \x21\xb4\xa8\x4a\xc0\x30\x80\x20\x4a\x68\x55\x36\xcb\xf9\xbc\x17\ \x47\xab\x55\x16\x87\x51\x55\xd6\x8c\x7b\x55\x55\xf9\x41\xb3\x2a\ \xcb\xbc\x2c\x28\x61\xdc\xf3\x97\xcb\x55\xd7\x09\xd3\x39\x30\xd6\ \x45\x51\xd4\x8a\x36\x8a\xa3\xbc\x2c\x96\xab\x15\x52\xe2\x10\x8c\ \xb5\x04\x98\x43\x54\xda\x78\x9e\xcf\x3d\x1f\x11\xa3\x24\xa2\x9c\ \xcf\x66\x8b\xf1\xfa\xfa\xd6\xe6\xce\x2b\xaf\xbe\x8a\x8c\x12\x46\ \x9b\x5a\x28\xa5\xc6\x6b\x6b\xeb\x6b\x6b\xa7\x67\x67\x97\x17\x17\ \xc6\x9a\xaa\xaa\xac\xb5\x9e\x17\x36\xad\xac\xab\xa2\xdf\xef\x77\ \xb8\x5f\x8b\xd2\x6a\xdb\xa5\xc0\x66\xd3\xe9\xc6\xce\x9e\xe7\x47\ \x6d\x2b\xa4\x94\xc6\x98\xd9\x6c\x7e\x74\x74\xe4\xfb\x7e\x1c\xc7\ \x49\x92\x10\x72\x9f\xc6\x62\xd6\x59\xc6\xf9\xde\xee\x5e\x92\x24\ \x6f\xbd\x79\xb3\xae\x6b\xbe\xb6\xbe\xb3\xbd\x53\x64\x45\xd3\xb4\ \xd6\x5a\x40\xeb\xba\x55\xd3\x3a\x6b\x2d\x63\xbc\x28\x0b\xa5\x54\ \xaf\x97\x0a\x2d\x3b\x87\x0b\x8e\xdc\x0f\xb8\x51\x3a\x4d\x53\x6b\ \x8d\x14\xb2\x69\xea\xd1\x78\xfd\xca\xce\xee\x64\x32\xe5\x19\x06\ \x81\x37\x0c\x02\xeb\xe0\xe8\xf8\xc4\xf3\x3c\x70\xae\xce\x8a\xe9\ \x7c\x91\xa6\xfd\x55\xb6\xb4\xc4\xd9\xc5\xe2\xfc\x72\xd2\x36\xcd\ \xd6\xf6\xb6\x75\x6e\xb9\x5a\x71\xce\xfb\xbd\x9e\x10\xc2\xc6\x11\ \x52\x34\xd6\x5a\x70\xfb\x77\xf6\xb5\xd1\xce\x41\xa7\x0f\x02\x04\ \x21\x45\xd3\x36\xbd\x7e\x9f\xfb\xbe\x1f\xc5\x69\x7f\x28\x8f\x4f\ \x3c\xaf\x7a\xec\xb1\xc7\x4e\xcf\x2f\x9a\x66\xc9\x7d\x4f\x54\xa2\ \x6d\x5b\xdf\xf7\xaf\x5e\xbd\x52\xd7\x55\xdb\xb6\x4a\xea\xa2\xa8\ \xf2\xbc\xf4\x3c\xea\x80\x4e\xe6\x0b\x8b\xd8\x4b\xd3\xd0\xf7\xa4\ \xd2\x4d\x5d\xc5\x51\xf8\xd6\xfe\xc1\xd9\xd9\xd9\x78\x6d\x7d\x34\ \x5e\x3f\x3b\x3d\x33\xd6\x6a\x63\xcf\x2f\x2e\x7e\xe7\x53\x9f\x52\ \x4a\x79\xdc\xef\xf5\x06\x52\xa8\x2f\xe8\xbe\xfc\xe0\x61\xd1\x5a\ \xe3\xe1\xa0\xe7\x5d\x63\xe4\x41\xaa\x5c\x82\x08\xc5\x0e\xfb\xa3\ \x65\x2c\x8e\x60\x12\xe9\x1e\xbe\x87\x54\x2e\x5a\x42\x74\x75\x31\ \x9b\xda\x77\xa7\x72\xa9\xeb\xda\xbc\x3b\xe6\xa3\xb3\x56\xb5\xc2\ \xa3\x2c\xf4\xfc\x24\x8c\x28\x63\x1e\x65\x5a\x48\xa9\x4d\x92\xf6\ \x18\xa3\x4a\x36\xce\xb9\xce\x9a\x11\x9c\xf1\x38\x43\xe7\x18\x42\ \xdd\xd4\x68\x5c\x44\x39\x0a\xc5\x09\x01\x44\x47\x81\x70\xa6\xb5\ \x58\x35\x85\x9f\x44\x56\x39\xad\x4c\x02\x89\x72\x64\x5e\xd6\x4a\ \x99\x5a\xb9\x76\x56\xb4\x45\x3b\x81\x65\x2f\x5d\x77\x8c\xce\xcb\ \x8a\x0c\x06\x4b\x6d\x5b\xf4\x12\xee\xe7\x79\x2b\x25\x8a\xda\x72\ \xe2\xd0\x70\xce\x42\x3f\x0a\x1b\x25\x98\xc7\x96\xf9\x2a\x6f\x2a\ \xa0\x04\x08\x12\x9f\x19\x70\xc8\x99\x04\xbb\xac\x9b\xe2\xee\xf1\ \xde\xee\x2e\xb5\x64\x63\xf7\x9a\xb0\x68\xb4\x8b\xfb\xa3\x46\x98\ \x71\x7f\x88\x1c\x81\xd2\xb2\xa9\x37\xb6\xb7\x94\x35\xda\x5a\x1e\ \x06\x52\x6b\x03\x4e\x19\x1d\x33\xc6\x39\x7f\xe2\xc9\xa7\x7d\xdf\ \x3f\x3b\x3b\x73\x40\xfc\x30\xa9\xca\x52\x3b\x44\x87\xd2\xc0\x72\ \x55\x45\x49\x01\x40\x8d\x45\x6d\x90\xf1\x20\x8a\x7b\x88\x98\xa4\ \x03\x6b\x9d\x03\x02\xf7\xab\xfe\x23\xce\x49\x21\x82\xd1\xb8\xd7\ \xeb\xc5\x71\x7c\xe5\xca\x6e\x51\x14\x8c\x91\xc9\xcd\xcb\x5e\xaf\ \xb7\xbb\xb3\xb3\x5c\xcc\xc1\x5a\x00\x44\xca\x6a\xa9\x28\xa5\x2c\ \x0c\x1b\xa5\xbd\x20\x5a\x5c\x4e\xd3\x7e\x6f\x76\xb9\x48\x92\x24\ \xe0\x3e\xb5\x18\xfb\x91\x64\x62\x95\xe7\xde\x70\x30\xd1\xf5\x85\ \xad\xa5\x66\x57\xa3\x61\xd6\xc8\xb2\xd5\x42\xda\xd3\xcb\x33\x4a\ \xd9\x62\x3e\xdb\x3e\x3c\x7e\xfa\x91\xc7\x4e\x66\x8b\xde\xf6\x28\ \xab\xb2\x9a\x3a\x96\x44\x59\xd3\x78\x94\xad\xf2\xb2\xdf\xef\x67\ \x55\x1d\xc4\xbd\xc1\xc6\x3a\x09\x03\xaf\x9f\x66\xb3\x69\x3e\x9f\ \x38\x62\x9d\x03\xee\x13\x07\xe0\x9c\x31\xce\xd5\xe0\xbf\x75\x3a\ \xf7\x7c\xff\x91\x1b\x37\x08\xe0\x63\x4f\x3f\xd7\xda\x57\x6e\x3c\ \xfe\xf4\x5b\x77\x4e\x8a\xb2\x79\x6c\x77\x8f\x31\x2e\x84\xb0\x16\ \x1e\x7e\xf8\xd1\x3b\x77\x0e\xe2\xa8\x67\xb4\x16\xad\x11\xd2\xa5\ \xb1\x4f\x11\xaf\xee\xed\x3d\x74\xfd\xba\x54\xea\xfc\xec\xcc\xf3\ \xa3\xb6\x95\x45\xd5\x32\xe6\x09\x4b\x57\x95\x78\xf9\x8d\x5b\x51\ \x1c\x43\x10\x4d\xf2\xf2\xb1\x1b\x8f\xf9\xe9\xc8\x35\x6d\xaf\x37\ \x48\x47\x5b\xd3\x55\x6d\xed\x17\x5d\x13\xed\x87\xf4\x63\x5f\xf7\ \xb7\x19\xe5\x0f\x90\xb7\x88\x00\x16\xc1\xfc\xe5\x3f\x06\x27\x10\ \x1c\x81\xf7\xd4\x70\x56\xb6\xd5\xbb\x3c\x06\xa5\xb4\xb3\xb3\xbf\ \xef\xd1\x29\xf3\x3c\xee\x21\x82\x10\x6d\xc4\xa2\x20\xf4\x53\x9d\ \x04\x81\x9f\xa4\xb1\x33\x1a\x0d\x03\xe7\xa8\xc7\x7d\xdf\xeb\xb4\ \x0a\xce\x3a\xe6\x71\xdf\x05\x8c\x50\x9a\x72\x29\x5a\x27\x6b\x27\ \x35\x71\xc4\x19\x13\x13\xe2\x23\x83\x46\x34\x65\x25\xa4\x02\xb4\ \x24\x0a\xa8\xef\x11\x4a\x15\xb5\x28\xa5\x25\x2e\xab\xb2\xfd\xa3\ \x03\x8d\x96\x31\x4a\x9c\xad\xb3\x9c\x38\x58\x4d\x67\x17\x47\xc7\ \x9e\xe7\x51\xc6\xca\x59\xe5\x07\x81\xb6\xfa\xfc\xfc\xa2\x63\x97\ \x67\xab\x4c\x2b\x43\x29\x05\x40\x4e\xc0\x3a\x47\x09\x53\x52\x37\ \x52\xa8\xaa\x26\x9c\xc5\x71\xec\x90\xb4\x4a\x67\xab\x7c\xba\x58\ \xd4\xa2\x5d\x67\x2c\xe9\xc5\x0e\x40\x08\x31\x9d\x4e\x3b\x23\x6e\ \x25\xa5\x35\x46\x6b\x4d\x39\x23\x04\xa3\x28\x1a\x0e\x87\x93\xc9\ \xa4\x6d\xdb\xdd\xdd\x5d\xcf\xf3\xee\xdc\xb9\xa3\x74\x66\x1c\xc8\ \x56\x52\x2e\xa4\x94\x4d\xdb\x4e\xa7\xd3\xbb\x77\x0f\x9d\x73\xd3\ \xe9\x6c\x73\x73\x23\x8a\xe2\xd7\xdf\x78\xe3\xda\xb5\x3d\x72\x5f\ \xc6\x62\xce\xba\xe1\x60\x30\xe8\x25\x81\xef\x6d\x6e\xae\xcf\x67\ \xf3\x3c\x5b\x25\x49\xe2\x9c\x1d\x8f\xfa\x49\x9a\xf6\xfb\x29\x45\ \x57\xe6\x05\xa5\x44\x6a\xe9\x87\x7e\x10\x85\x42\x08\x63\x0c\x50\ \x48\xfb\x69\x9c\xf6\x89\xe7\x7b\x06\x12\xe6\xf9\x48\x10\x20\x88\ \x02\x21\x2d\x18\x5d\x1e\x9f\x2f\x8f\x8e\xe2\x27\x1e\x3d\xbe\x38\ \x1d\x24\x29\x31\xb6\x6d\x6b\xc6\x59\x96\x67\x48\xe0\xf5\x37\x5e\ \x9f\x9f\x5d\xa0\x4f\x6a\x26\xa5\x10\x8d\x68\x28\x21\x77\x5f\xbb\ \xcb\x19\x67\x9c\xcd\x26\x79\x18\xc7\x94\x31\x98\x4d\x1a\x29\x2c\ \x80\x10\x72\xbe\x58\x49\xa5\x3d\xcf\xb7\x16\x8c\x33\x14\x09\x00\ \x68\x07\x27\x93\x89\xc7\x3d\x1a\x04\x71\x94\x20\x92\xf9\x72\xf5\ \xa9\xe7\x7f\xef\xee\xe1\x61\x9a\x26\x81\xef\x6f\x6e\x6e\xce\x66\ \xd3\xaa\xaa\x9e\x7f\xfe\x77\x0f\x0f\x0f\xa3\x28\x12\x42\x54\x75\ \x9d\xc6\x09\x21\x18\x06\xfe\x07\x9e\x79\x6a\x34\x1a\x3f\xff\xfc\ \xf3\x9c\xb3\xaf\xfd\xda\xaf\x7d\xf5\xd5\x57\xdf\x78\xf3\x4d\xad\ \xad\x71\xca\x60\x2d\x8c\x12\x79\x76\x78\x7c\x12\x44\x31\x12\x36\ \x5b\x2c\xeb\x46\xfc\xb9\x8f\xfe\xf9\x37\x6f\xbd\xf5\xe2\xa7\x3f\ \xfd\x5f\xfd\x8d\xbf\xfe\xc5\x16\xff\x85\x61\x78\xf5\xda\xfb\x8d\ \x07\xde\x2b\x43\xc8\x5a\x88\xd6\xf7\x99\xe7\xb3\xa6\xa9\x09\x71\ \x8c\x91\xb4\x17\x21\x12\x42\x48\x5d\xa8\x7b\xd5\x30\x6b\x8d\x31\ \xda\x18\x24\xc4\x21\x68\xb0\xc8\x29\x52\xa6\x09\x11\x16\xac\x71\ \xd4\x01\xb6\x92\x68\x13\x22\xed\x07\x61\x44\xc3\x71\x12\x34\xa2\ \x69\x45\xcb\x3c\xf0\x7d\xea\x33\xc6\xd2\xc8\x22\xe1\x51\x88\x00\ \xca\x48\x61\x14\x36\xb6\x5c\xad\xc2\x30\x0c\x83\xe0\xb2\xc9\x9d\ \x94\x3c\x62\x2c\xc4\x52\xaa\xdc\xc8\xc0\xf3\xa5\xd4\x46\x6b\x02\ \xb4\xad\x5b\xeb\x80\x31\x86\x80\xda\x00\x18\xc7\xba\x5c\x17\x01\ \xad\xc5\xe5\xe5\x59\xaf\x3f\x98\xcd\x26\x42\xa8\x30\x88\xa4\x90\ \x41\xe0\x03\xb8\x22\xcb\xeb\xba\x0a\x83\x00\x9c\xf3\x18\xc3\xb7\ \x61\x8c\x53\xca\x90\x26\x49\x0c\x00\x77\xee\xdc\x01\x00\x63\xcc\ \xd1\xd1\x51\x10\x04\x4a\x29\xdf\xf7\x09\x41\x29\x15\xa0\xa9\xaa\ \x52\x29\x69\xad\x59\x2c\x66\x94\xd1\xa2\x58\x85\xa1\x3f\x99\xf0\ \xb3\xd3\x63\x25\xbf\xfc\x3e\xa3\x45\xc4\x56\x34\x65\x95\xad\xaf\ \x8f\x36\x37\xc7\x52\xd4\x42\x56\x3b\xfd\x8d\xb5\xf5\xc1\x95\x2b\ \x5b\xd6\xda\x22\xcf\xa7\x17\x25\x82\x0d\x83\x90\x73\x0e\xe0\x10\ \x1d\xf7\x39\x07\x6e\x8c\xd9\xdc\xde\xb4\x94\x12\x4e\x9a\xf3\x59\ \xc0\x88\x16\x8d\xb5\x28\x45\x3d\x8a\x93\xab\x61\x6f\x64\xfd\x27\ \x36\xbd\xe3\x79\xd6\xd2\x55\xb0\x89\xfd\x24\x5d\x1b\x8c\x08\x23\ \xe7\xce\x0d\xfb\x03\x06\x44\x56\x75\xb5\xaa\x16\xf3\x29\x67\x3c\ \x21\x68\x11\xda\xcb\x09\xe9\xf5\x46\xdb\x9b\x95\xb4\xad\x28\x65\ \x65\x42\xb6\xb9\x5c\xe6\xb2\x55\x55\xd9\xa8\x56\x45\x41\x48\x28\ \xd5\xce\x38\x6d\x3d\xce\x29\xa0\x94\x0d\x62\xef\xf8\xf8\x70\xbe\ \x98\xec\xee\x5c\x69\x9b\x46\x69\xb3\x5c\x4e\xeb\xba\xd8\xdc\x5c\ \x5b\xae\xe6\x8c\x12\x46\x71\x38\xec\xd7\x75\x99\x26\x91\xef\xfb\ \x88\xae\xaa\x6a\xcf\x23\xd6\xba\xc1\xb0\xbf\xbf\x7f\xfb\xad\xb7\ \x6e\x19\xa3\x17\x8b\xc5\xcb\x2f\x7f\x66\xb9\x5c\xf9\x3e\x07\x00\ \xcf\xf3\xea\xb6\x16\xa2\xa6\x94\x85\xa1\xb7\x7f\xfb\xa6\x35\x7a\ \xbe\x98\x9d\x9c\x9e\xbd\xfa\xfa\x95\xb2\x28\xee\x1c\xee\x5b\xf7\ \xbe\xb1\xd8\xfb\xe3\x4f\x15\x16\x45\x53\x55\x25\x21\x4e\x4a\xa9\ \x94\xce\x73\x53\xd7\x25\xa5\x94\x12\x6a\xac\x91\xad\x04\x0b\xe8\ \x9c\x01\x6b\x09\xd1\xc6\x10\x46\x91\x52\x54\xc4\x59\xeb\x10\x25\ \x05\x2d\x85\x6f\x2c\x2a\x1d\x48\xb3\xd1\x1b\x0c\x92\xd4\xf7\xc2\ \x30\x49\xb8\x1f\x22\x9a\xd0\x03\xc7\x88\xa5\xa8\x95\xf6\x1c\xfa\ \x11\x7a\x8e\xf8\xbe\x2f\xc0\xd4\x4a\xb2\xc0\xb3\xce\x32\xce\xa4\ \xd2\x83\x34\x2a\xdb\x66\x59\xe5\xad\x6d\x79\xc4\xcb\x32\xe3\xd4\ \x93\x46\x57\x55\xad\xb4\x01\x20\x04\x11\x2c\x00\xa0\x33\x60\x94\ \xe3\x14\x28\x25\xd6\x5a\xce\xa9\x52\xf7\x7a\x51\x51\x0a\xda\x4a\ \xeb\x34\x65\xe0\x7b\xbc\x15\x2d\x63\x2c\x08\x02\x6d\x8c\x8f\xd8\ \x65\x45\x3b\x13\x7c\xca\xa9\x54\x2a\x0a\xa3\x2e\x67\xda\x55\x63\ \x9c\x73\x41\x10\xb4\x6d\xab\x94\xe2\x9c\x03\xba\xe5\x6a\x6e\xac\ \xec\x0f\x12\x44\x67\x9d\x5e\x5b\x1b\x09\x59\x9f\x9d\x1f\x7b\x1e\ \x0d\xa3\xc0\xdd\x17\x5b\x83\x10\x52\x55\xd9\x7c\x7e\x19\x06\xdc\ \x39\xb7\xca\x56\x8c\xf3\xcb\xcb\xd3\xb2\xac\x3c\x8f\x73\x8f\x97\ \x79\xa9\x44\xe3\xac\x5b\x2c\x9a\x7e\xbf\x2f\xa7\x02\x17\xd4\x8f\ \x02\x24\xc4\x18\xc3\x3d\xaf\xad\x1b\x62\x6d\x55\xaf\x80\xa9\xba\ \x28\x7a\x24\x78\x66\x7b\x2f\xa1\xfe\xd5\xde\xfa\x80\xc7\x38\xde\ \x7a\x8c\x4a\xf4\x08\x3a\x17\xf8\x81\x33\x16\x01\x9f\xba\xde\x8f\ \x82\x40\x2b\x6d\x07\xba\x6e\x1b\x0d\xe0\x73\xcf\x11\xd4\xe8\x1e\ \x8e\x47\x59\x53\x2d\xf3\x82\xfb\xbc\x54\xaa\xe7\x07\xd4\x42\x63\ \xa4\x45\xa2\xac\x55\xc6\x72\x0b\x0e\xac\xb3\xce\x48\xab\xad\x09\ \x7c\x9f\x52\xa4\xc4\x06\x01\x1b\xf6\xfb\x8c\xa2\xe7\x51\xc6\x28\ \x41\x17\x85\xfe\xc6\xfa\xa8\xdf\x4f\xcf\xcf\xcf\x9c\x33\xeb\x6b\ \xeb\x65\x59\xf2\x8d\xb5\xce\xd6\xa4\x28\xf2\xb3\xd3\x43\x6b\x2d\ \x23\x10\xf8\xdc\x39\xbb\x58\x94\x8c\x62\x5d\x15\xbd\x34\x8e\xa3\ \x60\xb1\x58\x78\x9c\xa4\xe9\x78\x36\x9d\xd4\x55\xb5\xbb\xb3\x69\ \x2c\xf8\x01\x8f\x63\x7f\x77\x67\xe3\xee\xe1\x7e\xdb\x8a\xab\xd7\ \xaf\xb0\x2f\x7e\x6e\xf1\xfd\xf1\xde\x1a\xe8\x28\x45\x07\x56\x2a\ \xa1\xb5\xe6\x1e\x45\x02\x84\x22\x80\x23\x14\x3d\x8f\x1b\xa1\x29\ \x63\xdc\xf7\x83\x30\xa0\x94\x1a\x02\xdc\xf3\x1c\x80\xb2\x46\x28\ \xd9\x35\x4e\xa5\x08\xa0\xf5\x30\x8c\xf7\xc6\x63\xdf\x8f\x80\x50\ \x12\x06\xce\xf7\x6b\xd5\x94\xba\x61\x3c\xa0\x8c\x1b\x20\x48\x3d\ \x2b\xf4\x74\x99\x79\xd2\xc3\xc0\x53\x60\x99\x68\xc1\x18\x5d\x59\ \x40\xd8\xdc\xd9\x26\xcb\xc5\xaa\x6d\xea\x62\xa5\x9a\x56\x59\x93\ \xe7\x65\xe3\x04\x27\x4c\x58\x23\xc1\x31\x42\x11\x09\x22\x71\xda\ \x5a\x34\x40\x08\xa5\xa4\x6e\x0a\xc6\x3c\x87\xba\x69\x2a\xa5\x34\ \x00\x20\x12\x63\x0c\x20\x1c\x1f\xdf\x15\x52\x23\x21\xec\x6d\x7b\ \x88\x0e\x01\x01\xa0\xaa\x2b\xe2\xd0\x6a\x53\x55\x95\x10\xa2\xab\ \x4d\x77\xa2\xc3\x77\x0a\xf1\x5a\x6b\x87\xd6\x5a\x67\x4c\x97\xe3\ \x77\xd6\xd8\x38\x09\x95\x62\x6d\xdb\x06\xa1\x4f\xe9\x7d\xa6\x7d\ \x10\x51\x4b\x89\x56\x52\x34\x55\x5d\xc9\xb6\xd4\x92\xd4\x1e\xe1\ \x94\x79\x0c\xad\x16\xa1\xc7\x6c\xe0\x6b\x69\xfc\xc0\x0f\xa2\x20\ \xe9\xf7\x1c\x00\xe1\x8c\x32\xa6\x8d\xc9\x8a\x1c\x84\xe0\x84\x48\ \x10\x8a\x2b\x17\xd8\x1b\x5b\x1b\x1f\xd9\x7a\xc4\x6f\x9d\x1f\xf5\ \x96\x9c\x14\x01\x6a\xcb\x78\xc0\x2d\x40\xae\x35\x1a\x08\x90\xa9\ \xa6\xcd\xcb\x3c\x4c\xe2\xc6\x59\x36\x48\x00\x69\x65\x34\xe5\x1c\ \x29\xd9\xdd\xdb\xca\x6e\xbf\x35\x59\x4e\x00\x4c\xa9\x45\xe0\xb1\ \xcb\xc9\x65\x1c\xc4\x0a\x8c\xa3\xcc\x71\x2a\x9d\x65\x40\x1d\x52\ \x8b\x4a\x83\xb5\x08\x94\x62\x96\x2d\x09\x71\x79\xb1\xca\xf2\x25\ \x21\xa4\x4b\x82\x69\x2d\x6e\xde\x7c\x53\x6b\x49\x28\x52\x4a\x8f\ \x8f\x0f\x91\x60\x18\x86\xe0\x40\x1b\x5d\xd7\x75\x2b\x6a\x44\x98\ \xcd\x2f\x3b\x32\x43\x51\x14\xbe\xef\xaf\xb2\x45\xe7\xa8\xa8\xb5\ \x6e\x45\x15\x99\xd0\x01\x78\x9e\x97\xad\x16\x49\xda\x2f\xb2\x65\ \x3f\x8d\xd3\x5e\xd2\x36\x42\x88\x36\x49\xe2\x2f\x18\xa4\xbf\x0f\ \x8b\xef\x8f\x77\x97\xe1\x74\xce\x58\xa3\xb5\xe6\x1e\x67\x9c\x75\ \x35\xbe\x3f\x2c\xe3\xb8\xb7\x2b\x33\xce\x19\x63\x00\xd1\x01\x2a\ \xa5\xac\x73\xda\x1a\xad\x14\xf1\x09\x1a\x4d\xb5\x19\xa4\xc9\xf6\ \x60\x4c\x19\x43\x4e\xac\xef\x07\xdb\xeb\xc9\xd6\xc6\x3c\x5b\x84\ \x3e\xe3\x81\x8f\x8c\x81\x35\x21\x50\x22\x4c\xb5\x7f\x50\x69\x35\ \xde\xda\x0a\x23\xcf\x47\x6a\x95\x5e\xce\xe7\x1e\xf7\xfa\x1b\xbb\ \xa5\x86\x81\x30\x8b\xac\x6e\xca\x92\x79\x1e\x32\x62\x19\x6a\x02\ \x12\xac\xa1\x80\x08\x0e\x01\x01\x0c\x43\x00\x26\xc0\xc4\x9c\x20\ \x3a\x00\x47\x08\x31\xc6\x20\x02\x21\xd4\x18\x6b\xad\xf5\x3c\xef\ \x9d\x76\x86\xc6\xde\x13\x45\x74\xac\x11\xad\xb5\x35\xf7\x24\xd2\ \x84\x90\xce\x3c\x86\x10\xd2\x31\x34\x3b\xd1\xf4\x3d\x23\xef\xb7\ \x3d\x9d\x3a\x73\x8a\x4e\x64\x4d\x08\xe9\x22\x4a\x7d\xbf\xc4\x09\ \xe7\x80\x73\xc6\x08\xb4\x75\x85\xce\x06\x9c\x6b\xa3\xd1\x39\x02\ \x56\xb6\x8d\xb5\x86\x33\xcf\x28\x0d\x0e\x18\xa5\x60\xac\x55\xba\ \x53\xe2\x1a\xa5\x5a\x29\xb5\x10\xe0\x2c\xa1\xd4\xf7\x39\x95\xfa\ \xea\xee\xee\x8d\x64\x2d\x2e\x9a\xc4\x4f\x5b\x8f\xa6\x8f\x5f\x85\ \x71\x4c\xa4\x4a\xc3\x88\x47\x81\x75\xd6\xb7\xa4\xe7\x05\x77\xde\ \x7c\xeb\xe6\xcd\x9b\xbd\xdd\xcd\x28\x8d\xa2\x74\x20\x95\x99\x5c\ \x5e\x28\x63\x09\xa2\x4b\x53\x6f\x6d\x3d\x2c\xcb\xf3\xe9\x65\x56\ \x35\x9e\x72\x71\x18\x35\x4a\xd4\x4d\x53\xb4\x15\x0f\x7d\x8a\xd4\ \x59\x67\x11\x30\x60\xc6\x3a\xa4\xc8\x18\xa5\x08\x84\x7b\xc6\x18\ \xce\x3d\x63\x9c\x75\x56\x6b\x13\x47\x01\x80\x35\x5a\x3a\x0b\x46\ \x01\x63\x8c\x32\x2a\x45\x43\x08\xd1\x4a\x39\xab\x29\x3a\x6b\x0d\ \x25\xc8\x39\xad\xaa\x2a\x8e\x42\x29\x45\x53\x9b\x28\x8a\x29\x25\ \x78\x4f\x55\x69\x00\x40\x89\x16\xc1\x39\x2d\xb5\xd2\x71\x92\xd6\ \x6d\x4b\x19\x19\xad\x8d\xdc\x3d\x4b\xcf\xf7\x61\xf1\xfd\xf1\xa7\ \x36\x02\x3f\x6c\xea\xc6\x39\xc7\x08\x03\xec\xca\x63\xf7\x02\x2b\ \x42\x08\xa1\x84\x78\x84\x00\x38\x42\xac\x73\x56\x29\xca\xa8\x35\ \xc6\x01\x10\xc4\x80\x32\x27\x64\x40\xf9\xb0\x97\x8c\x98\xcf\x08\ \x45\x8f\x62\xe4\xe9\x80\x9b\xc4\xd7\xbd\x80\x93\x7e\xc2\xfc\x0e\ \x59\x01\xad\x93\x1a\xac\x53\xd2\x95\x55\x1b\x8f\xf4\xfa\xc6\x06\ \x78\x6c\x36\x9b\xf3\xf1\x7a\xc8\x3d\x89\xd4\x11\xbf\x97\xac\x3d\ \xfd\x58\x6f\x95\xad\x16\x8b\x65\x6f\xdc\x6f\x51\x08\x25\xb3\x6c\ \x05\x60\x1d\xb1\xc6\x39\x40\x6b\x89\x73\xcc\x59\xea\xa2\x38\x89\ \xe3\xd0\x39\xdb\xe9\xe9\x9c\x75\x5a\xab\xb7\x7d\xd1\x80\x10\x06\ \x40\x9c\x03\x07\xce\x1a\xeb\xc0\x11\x24\x8a\x2b\x42\xc8\x72\xb1\ \x5c\xaa\x65\x14\x45\x49\x92\x10\x42\xec\xdb\xa3\xa3\x1f\x09\x21\ \xba\x4d\x34\x52\xb4\xd6\x74\xf7\xc3\x39\xdb\x81\xa3\xb5\x16\x00\ \xa3\x28\x0e\xfc\xe0\xbe\x97\x22\x46\x19\x45\x66\x94\x65\x8c\x8f\ \x86\x71\x27\x1c\x42\x47\x11\x1c\x12\x02\x96\xf4\xfb\x7d\x74\xe8\ \x00\x10\x50\x54\xad\x43\xc7\xb8\x95\x5a\x29\xa5\x38\xa5\x2d\xc1\ \x45\x9b\x47\x16\x6e\x0c\xb6\x9e\xea\xaf\x45\x95\x8e\xd3\xd0\xf4\ \xc2\x7a\x14\x0f\x1e\xbd\x92\x1b\xd1\x07\x3f\x20\x4c\x11\x00\x70\ \xaa\xd5\x55\xad\x9c\x63\x6d\xa3\x2f\x2e\x97\xd7\xd6\x37\x8c\xef\ \x5b\xee\x96\xad\x7a\xe8\xea\x55\x34\xae\x29\xca\x80\x45\xcf\xdc\ \x78\x7a\xb3\xb7\x31\x5b\xcc\x09\xa3\x24\xc4\xd6\x88\x5e\x94\x1c\ \xdf\xb9\x0b\xc4\x5a\x82\x9c\x51\xa7\x0d\x12\x30\xd6\xfa\x51\x30\ \x1c\xf4\x9d\x31\xdd\x8b\x02\x0e\x09\x61\xce\x3a\xeb\x2c\x22\xa5\ \x84\x90\xd1\x10\xc0\x74\x61\xb8\x94\x92\x73\x8f\x12\x22\xa4\xb4\ \xc6\x5c\x9e\x9f\x33\x42\xc7\xc3\x64\x55\x0f\x2e\x00\x00\x20\x00\ \x49\x44\x41\x54\x51\xbf\xdf\xeb\x0c\x2b\x1d\x38\xd1\x8a\x4e\x63\ \x5a\x37\x4d\xe0\xfb\x9e\xc7\x29\xa1\x84\x90\x61\x7f\xe0\x00\x90\ \x50\xa5\x0d\x32\x6a\xad\x33\xd6\x71\xce\xbf\x60\x0b\x9d\x07\x0f\ \x8b\x65\x59\xde\xbd\x7b\xe7\x73\x09\x71\x0e\x1c\xa3\xfc\xb1\xc7\ \x1e\xc3\x77\x43\x60\x35\xaa\x96\x26\x08\x02\xf2\x80\x58\xe2\x07\ \xfb\xfb\x6d\xd3\x7c\xee\x29\x19\x63\x76\xaf\x5c\xb9\x0f\x4f\x56\ \x25\x25\xe1\x1e\xc5\xae\x4a\xa8\x5a\x69\xfc\x20\x78\xf7\x75\x71\ \xad\xf5\x5b\xb7\x6e\xfd\x6b\x4a\x6f\x6b\xe1\x91\x1b\x37\x82\xe0\ \x8f\x9b\x51\xb2\xad\x2d\x0b\x02\xf6\xa7\x5e\x9a\x47\xc4\x38\x4e\ \x84\x90\x5d\xac\x04\xce\x79\xbe\xd7\x99\x8c\x51\xca\x08\x21\x9c\ \x32\x46\xd9\x3b\xe4\xed\x2e\x7e\xe9\x4c\xbd\x10\x91\x22\x72\x30\ \x21\x45\xa6\x2d\x95\x9a\x33\xc6\x7c\xcf\x20\x12\x9f\xa3\xc7\x2c\ \x40\x1c\x46\x7d\x16\x48\x25\x29\xa5\x44\x3b\xab\x04\x5a\x17\x03\ \x53\x40\x9b\xac\xc4\x6d\x27\x89\x25\x9e\xcf\x01\xcb\xbc\x7c\xe4\ \xea\x43\xd4\xe0\xc9\xdd\x23\x4a\xf8\x95\xb5\x6d\x26\xc1\x68\xc3\ \x23\xde\xf3\xbd\xdc\xe3\x73\xa5\x08\x10\x42\x09\x52\x22\x8d\x31\ \x4e\x73\x42\xfb\xfd\x5e\x2f\xed\x6b\xad\x9c\x73\x9d\x53\x64\x97\ \xbb\x03\x40\x04\xd2\x49\x71\xba\x0f\xbb\xe8\xaf\xa3\x76\x87\x61\ \xa8\xa5\x5a\xcc\x79\x1c\xc5\x71\x12\x13\x24\x9d\xe8\xbb\xfb\x1a\ \x22\x86\x61\xd8\xd1\x36\x1d\x82\x52\xa6\xd3\x69\x80\x03\xd3\x79\ \x05\x02\x58\x63\x10\x68\x18\x45\xee\xbe\x8c\xdd\xac\x35\xc3\xfe\ \xe8\xe1\x6b\x8f\x05\x41\xd0\x34\xad\x31\x26\xf2\xc9\x60\x30\x64\ \x9c\x75\xdd\x04\x11\x90\x02\xa3\x94\x52\xc6\xba\x86\x52\xd0\x51\ \xa9\xb4\xa6\x40\x28\x23\x95\x67\x00\xcd\x95\xca\xee\xce\x9b\x74\ \x21\x82\x7e\x5c\x24\xfc\x22\x76\xc1\xde\x48\x20\xa6\xce\xdf\xed\ \xaf\x49\x21\x04\x01\xa0\xe8\x8c\xf0\x94\x4a\x0c\x5d\xf7\xd3\x22\ \xab\x18\x10\x4a\x19\xa3\xb8\xbd\xbe\x06\x52\x81\xb6\x37\xf6\xae\ \xd0\x46\x2e\xe6\xf3\x67\xae\x5c\x3f\x06\x5a\xb5\x4d\x34\x8c\x1d\ \x77\x75\xdd\xbe\xac\x15\x45\x00\xb4\x0c\x11\x9c\xb3\xc6\x70\x80\ \x5e\x1c\x5f\xbf\x7a\xdd\x18\xf3\x76\x42\x96\x74\x7b\x09\x6b\x1d\ \x21\xc8\x18\x23\x88\x48\x40\x6b\x1d\x04\x41\xa7\x0b\xe8\x56\x1d\ \xad\xf5\xc9\xe9\x59\xd3\xd4\xbd\x5e\x6f\x6d\x6d\xbd\xa3\xc1\x76\ \x22\x02\xad\x3b\xb5\x87\x23\x48\x48\xb7\x89\x31\x16\x01\x1c\x12\ \x8b\xe8\xc0\x01\x65\xc6\x3a\xe7\x9c\xe7\xfb\xdd\x23\xfb\xa2\xc2\ \xa2\x96\xf8\x6b\x2f\xff\xc8\x5c\xbe\x44\xc9\xbd\xa9\xab\x4d\xf3\ \xc1\xcd\x6f\x7b\xfc\xb1\x7b\xcd\x3c\x5d\x33\x79\xed\xb0\xb8\xf1\ \xc4\x23\xb0\x38\x7a\xf1\xa5\x9b\x38\xbe\xf1\xe1\x0f\x3e\xc4\x01\ \x96\x47\xaf\x7d\xfa\xf5\x8b\xab\xcf\x7e\xe4\xf1\x9d\xae\xcd\xa7\ \xba\xf3\xd9\x97\xf6\xcf\xe7\x34\xdd\xfc\xb2\x0f\x3f\xc7\xde\xfa\ \x8d\x7f\xf8\x1b\xb3\xbf\xf6\xd7\xbe\x65\xf0\x6f\x2e\x9e\xaa\xbc\ \x73\x78\xb9\xf1\xf0\x23\xc9\x9f\x04\x07\x26\xaf\x7e\x96\xfd\xf8\ \x0f\x12\xef\x1e\xb9\x12\x95\xaa\xb6\xf7\xd2\xef\xff\x5f\xef\x81\ \x62\x3b\xbf\x75\xde\x3e\xf4\xd0\x2e\xb7\xcd\xad\x97\xff\xe0\x70\ \x89\x4f\x7f\xe8\x2b\x76\xfa\x1c\x00\xf2\xb3\xdb\x97\x7a\xf4\xe8\ \xd5\x11\x00\xd4\xf3\xc3\x93\xf9\xfc\xf9\x4f\xbe\xf8\xec\x37\xfd\ \xd5\x2f\x1b\x33\x00\x98\xbc\xf9\x2f\x7f\xea\xd7\x96\xdf\xf5\x37\ \xbf\x39\x79\xf7\x77\x92\xd0\xd9\xef\xfd\xf4\xf8\xd5\x1f\xb6\xec\ \xde\x9d\x24\xba\x5d\x5e\xfb\x58\xfb\xc8\x4f\x75\xff\xcf\xee\x7c\ \xf6\xe5\xdb\x97\xf1\xe6\x8d\xaf\x78\xf6\x21\x06\xf2\xf0\xf6\x61\ \x7a\xfd\xd1\x11\x6b\x7e\xe9\xc7\x7e\xa8\xff\x17\xfe\x8b\xbf\xf8\ \xd4\xda\x17\x21\x5a\xe4\xdc\xe7\xdc\x27\x84\x74\xd8\xd7\xa9\x11\ \x00\xd0\x39\xb4\x16\xa4\xd5\x52\x2a\x40\x44\x00\xe2\x80\x58\x47\ \x08\xa1\x48\x18\x63\x8c\x32\x46\x49\x48\x91\x2a\xad\x6b\xe1\xac\ \x4d\xa3\xd8\x59\xcb\x10\x09\x52\x5f\xbb\xd4\xb1\x55\xb9\x5a\x7a\ \xad\x30\x92\x73\xee\x39\x04\xab\x74\x5b\x69\xae\x69\xca\x6a\x57\ \x4f\xcb\x69\x14\xc4\x43\xcf\x3f\x3d\x3c\xe2\x0e\x8b\xe9\xe5\x6f\ \xff\xda\xaf\x31\x42\xd3\x28\x4e\x7b\xbd\xd0\x83\xe9\x6c\xa1\x66\ \x4d\xaf\x9f\x26\xc6\xf5\x09\x43\x44\x21\xa5\x23\x94\x59\xcb\x11\ \x7d\xc6\x64\x2b\x32\x9b\x59\xe7\x10\xe0\x6d\x80\x22\x00\x68\x8d\ \x73\xce\x59\x6b\x6c\xf7\x17\x80\xeb\x5a\x4b\x23\x1a\xad\xc3\x30\ \x6c\xdb\xb6\x73\x60\x14\xad\xf8\xdc\x3d\x72\x87\x8f\xdd\x1c\x76\ \x0e\x1c\xe0\x3b\xbe\xbc\xd6\xda\xae\x2a\xd5\x1d\xb3\xae\xeb\xa2\ \xac\xef\xaf\xf3\x9f\x03\xf0\x58\x10\xf9\x09\x63\x1e\xfa\xcc\xf3\ \x7d\xc6\xee\x2d\x42\x9d\x1d\x2e\x01\x02\xce\x39\x87\x5a\x1a\xa7\ \xb5\xd1\x1a\xac\xb5\xc6\x32\x42\x3d\x46\xd1\x41\x40\xa8\xef\xf1\ \x81\x94\x64\x5e\x32\x44\x3f\x8d\x0e\x50\x98\xb5\x75\xc5\x68\xa2\ \x39\x6f\x2c\x04\x6d\xad\x2a\xc9\x10\x91\x12\x50\x68\x65\x51\x2d\ \xa3\xd8\x6b\x4c\x73\xf7\xe2\xee\x4e\x74\x9d\x39\x24\xdc\x9c\x9e\ \x9d\x3e\x74\xe5\xea\xf3\x7f\xf0\xa9\x57\x5f\x7a\x79\x77\x6b\xa7\ \xd2\x49\xb0\x16\x4e\x4f\x66\xd3\xd7\xef\x8e\xd2\x1e\x50\xd2\x77\ \x04\xb5\x33\xce\x70\x62\x94\xb1\x1c\x91\x30\x16\x00\x16\x59\x69\ \x8c\xe9\x6c\xb6\xac\x03\x4a\x08\x22\x45\x20\xd2\x18\xad\x2b\xe7\ \x2c\x10\x27\x85\xe4\x9c\x77\x79\x89\x4e\xaf\x4d\x08\x61\x84\x27\ \x51\xaa\x95\x5d\x2d\xb2\xee\x4d\x6b\xeb\x7b\xb9\x5d\x63\x0d\xa5\ \x14\x01\xc1\x3a\x6b\x8c\x31\x1a\x91\x58\x82\x8d\x10\x79\x59\x19\ \x67\x95\xed\xcc\x90\xc2\x2f\xc1\x26\x9a\x20\x41\xaa\x2d\xd6\xef\ \x3c\x71\x8b\x35\xfd\xc3\xdf\x69\x3f\xf1\x23\x7f\xff\x1f\xbe\xb1\ \xf6\xe3\x3f\xfa\x77\x2f\x7f\xf7\x9f\xff\xde\xad\xf2\x62\xff\xff\ \xdd\xff\x2b\xff\xfd\xb7\x5c\x39\xfb\xf1\x9f\xfc\xd5\xf1\xce\xe0\ \x5f\xfe\xce\x8b\xdf\xf2\xdd\xdf\xf7\xec\x98\x82\xbe\xf8\x47\x3f\ \xfc\xc3\xf6\x83\x5f\x7f\x45\xbc\xf0\xeb\x2f\xee\x7f\xcb\x87\xe2\ \xb6\xc8\x16\x59\x1e\xf7\x7a\x1c\x01\x00\x74\x53\xd4\xd6\xeb\xc5\ \xbe\xcd\xee\xfe\xec\x4f\xfc\xe3\x7f\xfb\x6f\x7d\xdf\x97\x8d\xfb\ \xb1\x8f\x4d\x91\x59\x3f\x8d\x3d\x02\x00\x46\x54\x79\x63\xe2\x34\ \xbd\x17\xcb\x7d\xee\x95\x13\xe2\x8b\xf6\x9d\x4f\x51\x4a\xa5\x15\ \x21\x0c\x00\xf2\xa3\x97\x7e\xf2\x07\xfe\xc1\xa7\xe2\x7f\xf7\x27\ \xbe\xff\xaf\xaa\xa3\x4f\x7f\xe2\xd7\x5f\xd4\xc5\xf9\xaf\xfe\xde\ \xcd\xff\xe6\xbf\xfe\xcf\x36\x19\x2c\x6f\xfd\xda\x0f\xfc\x73\xfa\ \x0f\xfe\x97\x6f\xef\x01\x7c\xea\xff\xfe\x91\xe7\x47\xdf\xf8\xed\ \xdf\xf8\x1f\x24\x7d\x06\x00\x6d\x99\xaf\x56\x79\x59\x77\x14\x6b\ \x57\xe6\x05\x4f\x7a\x3e\x01\x00\x90\x75\x2e\x20\x4c\x23\x0e\x00\ \x4e\x37\x59\x21\x82\xa4\x17\x70\xf2\xc7\x07\x63\x1e\xda\xc0\x54\ \x96\xa8\x7b\xf7\xd6\x48\x0f\x55\x67\x9d\xbf\xff\xeb\x3f\xf3\x43\ \xff\xe4\xd5\x87\x9e\x7c\x68\xf5\xab\xbf\xf2\x5b\xcf\x7d\xf3\xf7\ \xfe\xa7\x4f\xfc\xf2\xff\xf1\x13\x37\xfe\xcb\xff\xee\xeb\x76\x89\ \x68\xaa\xd5\x72\x91\xd7\xbd\x5e\xd4\x39\x01\xeb\x3c\xab\xa3\x7e\ \x8f\x01\x80\xd5\x65\x59\x02\x8f\x92\xf0\x01\x98\x04\x3b\xe7\xaa\ \xaa\xad\xca\x86\x10\x8a\x04\xff\x15\xf1\x40\xe7\x2d\x86\xb6\x53\ \xac\x33\x42\x02\xca\x7d\xc6\x93\x28\xf6\xb9\x17\xfa\x3e\x67\x8c\ \x80\xb3\x4d\x89\x60\xc2\xd0\xf7\x08\x45\xe7\xc0\x5a\xe6\x90\x69\ \x60\x95\xb2\x97\x99\xab\x56\x92\x6b\x67\x8d\x22\x04\x1c\x72\x65\ \x6d\x56\x45\x4d\x9b\x86\xbe\xe2\xc0\xdb\x96\x2a\x13\x27\xbd\xd4\ \x1a\xe6\xb0\x47\xf1\xc3\x1f\x78\x6a\xb9\x5c\x9e\x9d\x9d\x07\x01\ \x01\x62\x18\x9a\x98\xf2\x40\xd9\x35\x3f\x64\x1b\xdb\x06\xac\x76\ \xae\xd5\xba\x55\x52\x83\xd3\xc6\x16\xab\xcc\x51\x0e\x70\xef\x55\ \x75\x0e\xef\xed\xa6\xbb\x82\x89\x35\x04\xad\xbb\xa7\xb9\xbf\x37\ \xac\x31\xd9\x72\xa9\xb5\x26\x88\x55\x55\xb4\xa2\x45\x00\x63\x2d\ \x22\x50\xca\x3a\x28\x7d\x1b\x19\x1d\x12\xde\x69\xc6\x01\x40\x29\ \x99\xe7\x45\x47\x7e\xf4\x7d\xbf\xa9\xeb\x22\x2b\xba\x47\xf9\x27\ \x9f\x62\x20\x5a\xb5\x98\xe7\x8c\x73\x00\xf4\xe5\x3b\x9b\x78\xa7\ \xb5\xb2\xd6\x22\x12\x63\x74\xe7\x30\xc4\x90\x78\x94\xc5\x7e\x90\ \x44\x71\x3a\x1c\x06\xdc\xa7\x48\x42\xad\x20\x2f\xa1\x14\x3c\x08\ \xbc\x34\xba\x54\xb5\x4e\xfc\x20\x0c\xa1\xd6\xdc\x53\x6e\x52\x37\ \xf3\x4b\xe7\x29\x85\xce\x20\xf8\xd2\x86\xad\xeb\x17\x55\xa4\xed\ \xc6\x70\xb8\x68\x65\xb0\xca\xb8\x71\x50\xd4\xb3\x8b\xcb\x8d\xdd\ \x2b\x36\x8a\xa2\x1b\x37\x6e\xdd\x7e\x0b\xea\x34\xed\xf7\x42\x23\ \x3d\x4a\xd7\xa8\x67\xc1\x7d\xf5\xd3\xcf\x16\x75\xd3\x48\x29\x9c\ \x2b\xda\x5a\x19\x23\x84\x68\xb2\xfc\xe8\xe8\x18\x90\xb8\xce\x03\ \xc6\x21\x12\x24\x84\x22\xa0\x31\x56\x6b\x63\x8c\x06\x74\x4a\x4a\ \xcf\xf3\x8d\x35\xd6\x98\xae\xfa\xcf\x18\x93\x52\x87\x81\x3f\x9b\ \xce\x9d\xb3\x84\x50\x42\xb0\x93\x57\x75\x6f\xa3\xb5\xd6\x1a\xc7\ \x3b\x97\x4d\x20\xd4\x63\xd6\xe1\x3c\x5b\xed\xdf\x3d\x68\x24\x20\ \x05\xce\x69\x18\xc4\xc6\x18\xfc\xe2\x5b\x45\x20\x10\x44\xfa\xce\ \x23\x47\xa4\xef\x94\x7e\x8e\x7f\xef\x13\x9f\xad\x77\x3f\xf2\x48\ \xda\x1a\xf2\x81\xbf\xf0\x6d\x1f\xfa\x06\xfe\xe9\x9f\xf9\x9f\xfe\ \xe9\xf1\x45\xe3\x1d\x4c\xf9\x23\x7f\xe7\xdb\x3f\xf6\x7f\xfe\xbd\ \xff\xf1\xa4\xd4\xcf\x8e\x29\x68\x1d\x6c\x3c\xfa\xb1\xbf\xfe\x6d\ \x8f\xaa\x57\xfe\xce\xf7\xfc\xf4\x9d\x1b\x5f\x97\xbf\xf9\x5b\xff\ \xdb\xff\x7c\x3b\x1a\x3f\xfb\x7d\xdf\xfb\xad\xf8\xc6\xaf\xfe\xe0\ \xcf\xfe\x8b\xc2\xf8\x1f\xfd\x8f\xbe\xf3\x9b\x3e\x9c\xc0\x6c\xff\ \x67\x7e\xf8\x7f\x9f\x7f\xec\x2f\x5f\x9f\x7e\xe2\x1f\xfd\xb3\x57\ \x21\xdc\xf8\xd8\x77\xfe\xcd\xe7\xf8\x6b\x3f\xf8\x43\xbf\x54\x26\ \xbb\xdf\xf0\xad\xdf\xf1\x95\xd7\xc3\x3f\x92\xe9\x00\xef\x6c\xf6\ \x3f\xe7\x6f\xd1\xd8\xc7\xbf\xec\x6b\x16\x53\xaa\x2c\x24\xbb\x1f\ \xf9\xae\xef\xf9\x1a\x96\xbf\xfc\xdf\xfe\xbd\xff\x67\xa2\x60\x93\ \xc1\x95\xe7\xbe\x7e\xfb\x57\xfe\xaf\x57\xce\xdc\x9f\xdf\x3a\xfa\ \xf4\x59\xf0\xef\x7c\x6c\xe7\x9f\xfe\xec\xcf\x7d\xe4\x3b\xbe\x8b\ \xfe\xce\x4f\xfd\xc4\x3f\x7b\x5d\xd6\x2b\xfa\xe8\x5f\xf4\x4d\xf3\ \xeb\x3f\xf7\xa3\x9f\xf8\xcc\x31\x6c\x7c\xf0\x7b\xff\xd6\xb7\x88\ \x97\x7e\xe5\xc7\x7e\xe1\xb7\x6b\x17\x7d\xdd\xb7\x7e\xf7\x37\x3c\ \x96\xfd\xd8\x0f\xfc\xf4\xb1\x08\xbe\xe6\x9b\xbe\xe3\x1b\x3e\xb8\ \xf1\x05\xb7\xa9\x0e\xc1\xbd\x2d\xa3\x74\x08\x80\x04\x10\x40\x1d\ \xfe\xe3\x8f\xbf\xf8\xf5\xdf\xf9\xfd\xff\xe1\x93\x09\x64\xaf\xfe\ \xdd\xff\xe1\xa7\x7e\xeb\xab\xbe\x37\x56\xb3\x5f\xfe\xd1\x1f\xaa\ \xfe\xbd\x6f\x0c\x78\xfb\x89\x9f\xf9\xa1\x17\x7e\x21\xf8\xca\x6f\ \xfe\xee\x6f\xfa\x50\xf8\xcb\x3f\xfe\x23\x9f\x3a\x58\x0c\x1e\xf9\ \xda\xbf\xf1\x9f\x7f\xc3\xef\xff\xf4\xdf\xff\xb9\x97\xc4\x57\xff\ \xa5\xff\xe4\xaf\xfc\xfb\x1f\x26\x0f\x62\x13\x0d\xd6\x6a\xad\x01\ \x0c\x22\x74\xd5\x40\x6b\x1d\x22\x20\x20\x12\x4c\x29\xed\x73\x8a\ \xf4\xff\x63\xef\xbd\xe3\xe4\x2a\xae\x7c\xf1\x73\x4e\x55\xdd\xdb\ \x69\x72\x92\x34\x8a\x28\x0b\x09\x10\x02\x91\x04\x32\x22\x07\x1b\ \x9b\x8c\x77\x59\x58\x0c\xd8\xd8\xfb\xd6\x61\xf7\xd9\xde\x67\xbc\ \x5e\xaf\x7f\xbb\x6f\xed\x7d\xbb\x8e\xfb\xfc\xd6\xc6\x19\x63\xb0\ \x8d\x31\x60\xc0\x24\x93\xa3\x0d\x42\x48\x42\x12\xca\x79\x82\x26\ \x77\xb8\xa1\xaa\xce\xef\x8f\xba\xdd\xd3\x33\x92\x31\x28\xd8\x5a\ \xed\x14\x1f\x46\xdd\xd3\x3d\xdd\xf7\xd6\xbd\x75\xea\x7b\xce\xf9\ \x9e\xef\x01\xe9\xc9\x54\xca\xf7\xa4\x92\x68\x7c\xd4\x7e\xc4\x18\ \x20\x59\xcb\x7a\x90\xc8\x48\xeb\x59\xc3\x43\xb1\x16\x2a\x15\x16\ \x0b\xd8\xd3\x23\xbd\x4e\x24\xc9\x71\xe0\xdb\x80\x91\x8d\xb1\x04\ \x2c\x99\xc8\xd8\x38\x8c\x54\x5d\xad\xef\xcb\x60\x4f\xb7\x25\xec\ \x32\x46\x11\x79\x52\xed\x5a\xde\xa7\x94\xca\x05\xa5\x56\x69\x54\ \x38\x54\x28\x16\xa6\xd4\x67\x24\x0a\x60\x6e\x4a\xcb\x26\x1f\x07\ \xf3\x43\x96\x21\x56\xd2\xa4\x55\x26\x5b\x43\xc2\x2b\x59\x33\x14\ \xc7\x43\x61\x58\xd4\x26\x66\x22\xa1\x04\x4a\xe7\x85\x92\x04\xc3\ \x88\x2c\x2a\x92\xba\x65\x74\xac\x9c\xda\xae\xb5\x36\x32\x06\xad\ \x2d\xdf\xdb\xc4\x0c\xae\x65\x81\xcb\xc2\x03\x72\xa5\xfa\xdb\xf5\ \xc6\x22\x72\x29\x17\xac\xad\xad\xa9\xa9\xad\xa9\xa9\xc9\x31\xdb\ \xfd\x9b\xf7\xd8\xc4\xc5\xb0\x48\x31\x59\xcb\x2a\x54\x71\x1c\x85\ \x61\x68\x8c\x35\x46\x0b\xa1\x72\x9e\x6c\x45\x9b\x53\x2a\x9b\xcb\ \xd6\xa4\x6a\x32\x7e\x3a\xad\xbc\x74\xca\x4f\xa7\xbc\x38\x2e\x86\ \x51\x80\x85\xa2\x2a\x86\xb5\xbe\x67\x32\xa6\xd3\xec\xe9\xcd\xc7\ \x01\x64\xf6\x74\x77\x35\x67\x9a\x77\x46\x1b\xd2\x01\x23\x0f\x18\ \xa9\x8b\x6c\x62\x6b\xa5\xe1\x7c\x64\xb1\xa4\xb5\x31\x50\x9b\x41\ \x85\xc1\x8e\x2d\x26\x8c\xd1\xf2\x51\x44\x43\x2f\x3e\xd7\x94\x4a\ \x35\xb0\xad\xaf\x4d\x19\x8e\x82\xee\xdd\x39\x13\xab\xfa\x8c\x86\ \x78\xa0\x30\x58\xe7\x1b\x19\x04\x13\xd2\xd2\xb3\xa4\x55\x8d\xa8\ \xcd\x89\xda\x9c\x56\xd4\xd5\xd7\xdf\x5b\x2a\x15\x01\xb4\x54\xc0\ \x42\x18\x81\x1a\x98\xb5\x41\x66\x62\x17\x4c\x44\x22\x07\xd5\x91\ \x28\x9d\x4a\x2b\xcf\x8f\x75\xac\x2c\x87\xb1\xb6\x41\x09\x01\xa5\ \x92\x52\x48\x12\x92\x11\x11\x89\xad\xb1\x80\x20\x90\x09\x05\x11\ \xa0\xb0\xe4\x66\x9e\x18\x08\xc0\xfa\x9e\x37\x63\xe6\x8c\x5c\xb6\ \xe6\x0f\xd6\xbc\x1e\xaa\x94\x4b\xb5\xca\x57\xf2\x00\xc1\xe6\x77\ \x3c\xf9\x5a\xef\xc5\x57\x5f\xfe\xfc\x43\x8f\x0a\x89\x9e\x50\x51\ \xc7\x2b\x0f\xad\x31\xcb\x6e\x9e\x5d\xdb\x3e\x7e\xd2\xed\xff\xf0\ \xc1\xbf\x7a\x2c\xd5\x7e\xd6\x55\x93\x7d\x00\x00\xe5\xe9\xae\xf5\ \x5f\xbb\xf5\xf3\xcd\x51\x6f\xed\xa2\x77\xcf\x6b\x35\x2f\xcf\x3f\ \xef\x6f\x3e\x7a\xf9\xdd\xff\xf4\x85\x67\x5f\x7f\xad\xeb\xfe\xa7\ \x8f\xff\xb3\x5b\xcf\x6b\x58\xf3\x4f\xff\x71\xe7\xdc\xc9\x97\xd5\ \xcf\x38\xe1\xda\xbf\xfb\xc4\xb4\x3d\xcf\x7d\xea\x8e\xce\x1b\x3e\ \xf7\xa5\xd4\xf2\xdb\xbf\xf3\xd3\x87\x33\x8b\xf7\xec\x94\xb3\x3f\ \xf7\xe9\x1b\x9a\x05\xfe\x3e\x67\x64\xaf\xa7\x0c\x00\x2d\xb3\x8f\ \x3f\xcb\xf6\xfd\xee\x57\xdb\x18\x80\x94\x4f\x10\x3f\xf6\xf3\x5f\ \x35\x2c\x3c\x7f\x56\x1a\x00\x80\xea\x8e\x3a\x76\x8a\x5a\xb9\x76\ \xdb\x82\xfe\xd7\x06\xeb\xe7\x1d\x3f\x21\xf5\xfc\x40\x50\xea\x7a\ \xf5\xa1\xc7\x36\xbf\xff\x33\xff\xd4\xba\xf1\xbe\xdb\x9e\x87\x9d\ \x1b\x5f\xba\xff\xd5\xd2\x4d\x1f\xfb\xf8\x73\xb7\x7d\xf9\xde\x47\ \x5a\xf3\xbf\x5d\x71\xe6\xcd\x5f\x58\xcc\x4f\x7f\xe1\x47\xf7\xcc\ \xba\xa2\x69\x5d\x6f\xee\xaf\x3f\xff\xb7\x33\x6a\xe5\xdb\xf4\x98\ \x78\xe4\x63\x14\x00\x3d\x1b\x07\xd4\xb8\xc5\x73\x73\x00\x00\x75\ \xf3\x8e\x6b\x93\x9b\xd6\xee\xf6\x26\xcc\xba\xe5\x43\x9f\x3e\x21\ \x1b\xfe\xe0\xc5\xf4\x25\x1f\xf9\xf4\xbb\xec\xa3\x5f\xfc\xd5\x93\ \x0b\x74\xf4\xf4\xae\x71\x1f\xff\xc4\x55\x77\x7d\xe5\xeb\x4f\xbe\ \x32\x37\x3f\x28\x2e\xff\x1f\x5f\x38\x7f\x5e\xea\x20\x5d\x65\x2e\ \x14\xf2\xc5\x42\x1e\x11\x05\x91\xf2\xbc\x8a\x3b\x89\x88\x52\xc9\ \x94\xd5\x0d\x25\x0d\x92\x35\x9a\x80\xe3\x82\xd1\x92\x28\x8d\xca\ \xd3\xa8\x62\x91\x16\xc2\xcf\x68\x83\x51\x91\x29\x62\xf4\x6b\xea\ \x6b\x32\x7e\x26\x2d\x07\x07\x06\x0b\xdd\xbb\xd2\x7e\x4a\x6a\xad\ \x8c\x66\x00\xe9\x54\x94\x90\x03\x63\xd2\xb9\x6c\x63\x9d\xaf\x3c\ \xbf\xb7\xaf\xa7\xd8\xd1\xa1\xac\x05\x41\x16\x29\x12\x14\x21\x28\ \xe5\x35\x11\x09\x16\xf5\xc8\xf5\x35\xfe\xe4\x39\x73\xa7\xcd\x9c\ \x51\xd7\xd2\xb8\x75\xf5\xca\x47\x1e\xfe\x75\x47\x47\xa7\xd5\x20\ \x84\x4f\x85\x3c\x0a\x2f\x27\xb9\x4e\x40\x27\x46\xa8\x68\x20\x8a\ \x01\x05\x21\xa0\xb5\xcc\x31\xa0\x46\xe0\x58\x83\xd1\x36\x08\x02\ \x12\xc2\x35\x41\x95\x52\x56\x40\xb1\x27\x84\x05\xb2\xd6\xba\xee\ \x2d\x51\xac\x2b\x28\xd9\xfd\x60\xb6\xcc\x49\x17\x07\x22\x42\x64\ \x44\xd0\x3a\x8e\xa2\x40\x48\x59\x4e\xf5\xec\xcf\x6e\x94\x2f\x0e\ \x76\xf5\x76\x00\x60\x18\x86\xb9\x5c\x4e\x08\xe1\xc4\x7d\x99\x99\ \xa4\x4c\x1b\x9c\xc2\x41\x33\x92\xc0\x94\x0d\x90\x23\x0e\x8d\xd1\ \x82\xf3\x22\xb2\x5c\x04\xa1\xeb\x85\xf2\x63\x31\x40\x38\x28\xb8\ \xa8\x64\xd3\xe4\xc9\x53\xb2\x19\x93\x0f\x7a\xd7\xae\xc4\xd0\x64\ \xbc\xb4\xd1\x05\x06\xe3\x01\x68\x00\x63\xad\x45\x0a\x8d\x9e\x30\ \x69\xf2\xe4\x69\xe3\xfb\x06\x87\x36\xac\x5e\x95\x8a\x23\x66\x46\ \x22\xe9\x29\xf4\x54\xca\xf7\x26\x21\x02\x00\x79\xb2\xa6\xa1\xae\ \x61\xda\xb4\xd4\xb4\x49\xde\x51\x93\x75\x1c\xae\x7f\xe4\xb1\xb5\ \x4f\xbe\x98\x2a\xc4\x68\x29\x86\x28\x12\x61\x2c\xc4\xd4\x54\x6a\ \x9b\xc0\x4d\x3a\xde\x15\xc4\x24\xfd\x94\x4d\xa5\x2c\x58\x88\x18\ \xa3\xd0\x87\x52\x18\x9a\xa2\x8e\xc2\x30\x72\x84\x50\x86\x9c\xd1\ \x52\x29\x94\xc2\x97\x69\x22\x12\x8a\xac\xb1\x0e\x28\x44\x46\x83\ \xe1\x84\x92\x29\x15\x09\x2a\x94\x02\x44\x00\x24\x63\x8d\x90\xca\ \x4a\x42\x41\x0c\x36\xd6\x3a\x9d\x4e\xf9\x29\xf5\x27\x68\x88\xfa\ \x16\x63\xc7\xef\xee\x7b\x7a\x55\x6f\x5d\xcb\xf3\xaf\xaf\x7a\xa3\ \x7d\x5b\xdf\x94\x96\xa1\xdb\xbe\xfd\xcb\x39\x97\xdc\xbc\x64\x6a\ \xa6\xe3\xf9\xfb\x83\xd9\x17\x7e\xee\x82\x59\xf7\x7c\xf7\xf6\xc7\ \x57\x0e\x5c\x72\x4c\x1d\x18\x23\x6a\x9a\x4f\xbd\xf0\xaa\x33\xa6\ \xb7\x8c\x6b\x6b\xca\xaf\x78\x90\x09\xa5\x48\x4f\x19\xdf\xb4\xb3\ \x67\x47\x1f\xd4\x2e\x9d\xde\x94\xc9\xcd\x1d\xe7\x3d\xdc\xd9\x17\ \x21\xb2\x05\xb0\x1d\x9d\x58\x37\x75\x66\xbd\x8f\x73\xe6\xf0\xe3\ \x2f\xb7\x9c\xfc\xa1\xcb\x77\xdd\xf6\xa5\x5b\xbf\x70\xee\xb5\x1f\ \x39\x7b\x5e\xd3\xde\x8b\xda\x32\x53\x95\xf1\xae\x8e\xc2\x46\xb1\ \x2e\x3f\x31\xcb\xef\xfb\xf6\xd3\x03\xb3\x3e\xf1\xb1\xd3\xcb\x35\ \xde\xea\xb4\x53\x8f\xf9\xfa\x93\x8f\xfc\x2a\xd3\x3b\x7d\xe1\xe5\ \x1e\x22\x4a\xa5\x07\x3a\xa3\xcc\xf8\x39\xcd\xe9\xa8\xbb\x21\x45\ \xfd\x43\xf9\xde\xee\xdd\x5b\xee\xfb\xd9\x4f\x75\xaa\x75\xb6\x0a\ \x3b\xa1\x71\xd6\x94\x9a\x5a\x6f\x5e\x6d\xfc\xb2\x9e\x71\xc3\x4d\ \xe7\xde\xf1\x9d\x2f\xdc\xba\xf0\x92\x0f\x5e\xb1\x64\xda\x1f\x5c\ \x16\xd5\x8a\x99\xee\x01\x33\x40\xb6\x49\xc6\xf9\xee\x3c\x8c\xcf\ \x01\x40\xbe\x33\x1f\x37\x37\x66\xf2\xda\x68\x03\x00\x8c\x48\x52\ \x8a\x86\xd6\xa9\xf5\x72\x55\xf7\xae\xbe\xfe\x8e\x5d\x3f\xbf\xa3\ \xa7\x54\x3f\x73\x7c\x1d\xaf\x23\x5f\xd0\xc1\x4c\xc5\xb8\x24\x83\ \x52\x4a\x08\xe1\x90\x91\xcb\x41\xb3\xa3\xd7\xe9\x28\x8c\x02\x88\ \xb4\x46\x63\xc1\x12\x82\x24\x12\x84\xc4\x12\xd0\xc6\x86\xc3\x7c\ \x41\x28\x94\xa9\x34\x32\x84\x85\x62\x6f\x68\x06\xa9\x5b\x32\x52\ \x14\x9b\x62\xc1\xf3\x64\x04\x16\x18\x18\x81\x11\x2c\x21\x33\x17\ \x8b\x03\x3b\xb6\x85\x24\x25\xb3\x91\x56\xbb\xb6\x08\x16\x00\x2c\ \x01\x40\xac\x43\x0b\x20\x84\xd0\x3a\x66\xe2\xba\xee\xfa\x8d\x51\ \x69\xb0\x98\xef\xed\xe9\x8d\x99\x84\x9f\x1b\x0a\x06\x25\xd8\x7c\ \x7f\xaf\x35\x2c\x05\x84\xc4\x91\x9f\x49\xd5\xd7\x17\x4c\x14\x46\ \xb1\x90\x82\x9c\xca\x02\x20\x12\xfa\x69\xcf\x68\x20\x29\x1d\x83\ \x87\x5d\x14\x92\x87\xef\x15\x66\xeb\xb6\xaa\x04\x3b\x27\x77\x52\ \xf2\x3c\x69\x1a\x53\x0e\x38\x4a\x29\x6b\x6b\x73\x61\x18\x05\x41\ \x50\x2a\xe6\xfb\xfb\xfb\xf7\x4f\xaa\x83\x10\xa3\x48\x97\x8a\x61\ \x26\x9b\x4b\xf9\x42\x90\xb2\x86\x85\xf0\x52\xa9\x94\x14\xc2\x00\ \x78\x61\x80\x3d\x3d\x3a\x08\x06\x0d\x1a\x26\x29\x14\x5b\xe3\x49\ \x48\x7b\x42\x72\x84\xac\x83\xb0\xc4\xec\x89\x74\x2a\xcd\xd6\x57\ \x84\x1b\x3a\x87\xb6\xf6\x08\x60\x35\x34\xe4\x29\x55\x18\xe8\xf7\ \x01\x24\x92\x45\x97\xf0\xb3\x80\xe8\x23\x95\xb6\x77\xad\xd9\xb9\ \x47\x7a\x5e\x43\x8c\x54\x74\xc9\x28\x43\x8a\x51\x1a\x0d\x25\xd7\ \x9f\x4c\x03\xf7\x76\xf4\xb7\x37\x36\xb7\x96\x22\xbd\x7a\x63\x3e\ \x5f\xac\x19\xb0\x2d\x99\xa6\xbe\xc1\x9e\xa0\x14\x98\x52\x34\xd4\ \xb9\x47\x49\x99\xd7\x06\x9a\x1a\x6b\xea\x6a\xd2\x0c\xa5\x28\x62\ \x92\x86\x89\x11\x99\x88\xc1\xa6\x33\x19\x96\x46\x4a\x59\x23\x84\ \x93\x8f\x55\x9e\x97\xb4\x8b\xd0\xda\x5a\x6b\x22\xcb\x96\x51\x90\ \x0b\x4a\x6a\xa3\xc9\x31\x07\x90\xe2\xd8\x30\x10\x22\x02\xa1\x12\ \x92\x19\x89\xb8\xa1\xa1\x39\x95\x89\xd8\x9a\x57\x5f\x59\xe1\xfb\ \xbe\xf9\x93\x10\x74\x9c\x60\x6c\xa5\x26\x9a\xcb\x29\xbe\x86\x19\ \x4b\xaf\xbc\x68\x73\xa1\x6b\x4b\x31\x8c\x94\xe0\x67\x7e\xf6\xdd\ \x1d\xf5\x8b\x2e\x9b\x95\xe9\x1d\x0c\x8a\x03\xfd\x7b\x7a\x82\xd0\ \x08\x88\x4b\xf9\x92\x01\x00\xb0\x3a\xb2\x72\xea\xbc\x39\xed\xf5\ \x00\x00\x3a\x8e\x82\x20\x34\x00\x41\x61\xc8\xd4\x4c\x9b\x5d\xf7\ \xf2\x43\x0f\x3d\x3d\x54\xbb\x61\xbb\x68\xbf\x74\x5a\xd3\xda\xbe\ \x1d\x2f\x3e\xbf\xae\x7e\x5c\x7b\x6d\xe9\xde\xfb\x9f\x5d\x9e\x5a\ \xf3\xb8\x3f\xe9\xe4\x3a\xdd\x7f\xd4\x99\x57\x2d\xe9\xfe\xe2\x6f\ \x9e\x78\xfd\xec\x79\x67\xee\x8d\xc2\xec\x08\xc7\x7f\xc4\x0e\xc2\ \x26\x0e\xc2\x08\x08\x4a\xdb\x9f\xf8\xc1\xaf\xb7\x5c\xf6\x89\xcb\ \xa2\xee\x3d\x41\x43\x53\x4a\x21\x00\x34\x2d\x3c\xa3\xf1\xbb\x7f\ \xf5\x93\x60\xe6\x17\xaf\x39\x0a\x60\x67\xa9\x30\x28\xc7\xcd\x6f\ \x37\x4f\xfe\xf4\xd1\x57\xe6\x06\x5b\x06\xa2\xda\x96\xd6\xa3\x66\ \x4e\x6d\x3f\xe5\x82\x2b\x66\x36\xd6\x8e\x6b\x0c\x7b\x7e\xfb\xfc\ \x43\x0f\xbf\x74\x8c\x7d\x69\xa8\x6e\x4e\x3b\x0d\xe6\x8f\xbd\xf0\ \x92\xc1\x6d\xb7\x3f\xf2\xfc\x7b\x97\x4c\xf3\xfe\x10\xe8\x1e\xd1\ \xaa\xc1\x61\x70\x03\x90\x9b\x77\xc6\x2c\xf8\xde\xd7\x7f\x70\xed\ \x7b\x17\x77\xbc\x70\xf7\x1b\x6a\xee\xe7\x17\x4e\xbe\xff\xc1\xee\ \x57\x9f\x7b\x6d\xfa\xe2\x96\x30\x8e\xa2\xd8\x18\x1d\x16\xf3\x61\ \xcb\xdc\x39\xed\x2b\xfd\x73\x2f\xbf\xb4\xb5\x2e\xd3\x56\x63\x97\ \xff\x6c\x28\xd6\x07\x53\xc4\x3c\x21\xe2\x10\x41\xd2\xe1\x84\x84\ \x10\x88\xe8\x6c\x87\x05\x30\x8e\x34\xc2\x28\x81\x24\xa2\x00\xb4\ \xb1\x8d\x40\x4b\xf2\x8c\x40\xa5\x72\x1a\xd9\xa2\xb4\x08\x08\x24\ \x10\x4d\x10\x08\xe6\x2c\x09\x1b\x84\x3a\xb2\x36\x25\x9c\x6f\xea\ \xa2\xd4\x86\x2d\xb1\x88\x4b\xda\xb0\x71\xcc\x18\xe3\xd2\xc4\xc0\ \x80\x48\x82\x48\x49\xad\x35\x20\x94\x8a\xa5\xc1\xfc\x50\xd7\xee\ \x9d\xa0\xbc\xc1\x30\x16\xb9\x5a\x99\xab\x0d\x64\xda\xd4\x08\x63\ \x41\x29\xbf\x98\x1f\xb2\x51\xc4\x96\x0a\x85\xc0\xca\xa2\x36\xc8\ \x16\x35\x68\xc1\xcc\xc8\x06\x99\x05\x78\x84\x42\x20\xb3\xac\xec\ \x25\xae\xb3\x20\xdb\x44\x49\x1c\x18\x9c\x02\xae\xcb\xab\x72\x05\ \x26\x32\x57\x52\x31\x95\xa7\x0e\xd0\x39\x46\x64\x18\x86\x2e\xcd\ \xba\x9f\x04\x1d\xa9\x94\x4a\xa5\x53\x59\x47\xfd\x01\x60\xa5\x7c\ \x29\x94\x8b\xb0\x81\x25\x2e\x59\x0f\x24\x7a\x14\x40\x1c\xd9\x02\ \x49\xb0\x88\x71\x0c\x8a\x49\xb1\x34\x28\x06\x85\xe4\xd0\x66\xa5\ \x9f\xb3\x7e\xdc\x5b\x22\x02\xc3\x3a\x93\x96\x61\x71\x48\x10\xc6\ \x96\xac\x05\x26\xb4\xcc\x96\xd1\x29\xf7\x69\x8d\x9a\x8d\x91\x92\ \xac\xf5\xd9\x1a\xad\x8d\xb5\x8c\x60\x11\x49\x90\x45\x44\xc4\xc8\ \xc4\xc6\xe8\xe7\x1f\x7a\xd0\xfb\x8d\x17\x6a\xd1\x5f\xd4\xe9\xd6\ \xf6\x74\x5b\x9b\x9e\x90\x8e\x0a\x45\xa5\xe3\x74\xdf\x80\xe9\x1f\ \xa8\x55\xa2\x7f\x77\x17\x21\x65\x33\xd9\xc1\x62\x31\x4f\xd6\x23\ \x05\x68\x23\xa3\x35\x5b\x46\xeb\x09\xe9\x79\x9e\xdb\x69\x5c\xca\ \xc5\x18\x13\xc7\x31\x03\x08\x21\x2c\x80\xb1\x96\x0d\x68\x63\x8c\ \x9b\x7a\x13\x01\x00\x11\x31\x03\xb3\x75\x3b\xa5\x94\xd2\x18\x0e\ \xa2\xc8\x18\xab\xa4\x92\x32\x2d\x84\x9f\xcb\xe5\x08\xff\xf8\x4e\ \x34\x8e\x6e\x5a\x50\x79\x50\x33\xf1\xe8\x73\x26\x1e\x0d\xf1\x9e\ \x74\xf3\x9c\x53\x27\x37\xae\xa8\xad\x93\xdb\xd7\xdc\xf6\x8d\xd7\ \x9b\xe6\xbf\xf7\x43\x97\xfc\xf9\x05\x83\x3f\xfa\xfe\x6d\x77\x4c\ \x3b\xe1\xf2\x4b\x17\x37\x02\x00\x88\x9a\x63\x4f\x5c\xd4\x54\x0e\ \xe2\xfb\xcd\x93\x4f\x58\xd0\xa8\x00\xda\xe7\x1d\x93\x69\x9d\x72\ \xc6\x07\xae\xff\xc1\xf7\xee\x7a\x60\x53\xe3\xd5\x37\x5e\xd7\x5e\ \x97\x39\xff\xa2\x93\x6e\x7f\xf0\xce\xda\xf7\xde\x78\xcb\x8d\x17\ \x7e\xff\x8e\x5f\xe8\xd6\x63\x3f\x78\xc3\xb9\x76\xf3\x6f\xee\xbc\ \xf3\x49\xdd\xb0\xe0\xfd\x97\x9e\xb2\x4f\xef\x74\x84\x9e\xf7\x48\ \x6d\x6f\xd5\x34\xe9\xf8\x63\x73\x69\x00\x1b\xd9\x96\xf1\xd9\xe7\ \x7e\xf6\xad\xc7\xbd\xc9\x57\xff\xd9\xfb\xe7\x8c\x53\x00\x00\x62\ \xdc\xf9\xef\xbd\x24\x33\x38\x6d\x4e\x03\x02\xa7\x8f\x39\x7e\x41\ \x53\xc3\xb4\xeb\x6f\xb9\xe6\x3b\x77\x3c\xf8\x40\x01\x17\x2d\x3b\ \x7d\xdc\xc4\xb9\x7f\xfe\xde\xed\x3f\xbd\xeb\xdb\xcf\x36\x2d\xf8\ \xcb\x9b\xaf\xfc\xcb\x0f\x5e\xfb\xfd\x1f\xfd\xe2\x31\x9c\x78\xc3\ \x2d\x57\x37\x0c\xad\xb8\xeb\xf6\xfb\xba\xa1\xf1\x9a\x6b\x2f\x50\ \x6f\xc3\x83\xb6\x7b\x39\xd1\xee\x00\xcf\xfb\xc0\xdf\xa8\xbb\x7f\ \x72\xff\x5d\x77\xa5\x5b\x66\x7f\xe2\x13\x57\x36\xfa\xe2\xec\xf7\ \x9d\xf3\xdd\xbb\xef\x7e\x32\xf5\xde\x59\xc7\x2f\xce\x35\xfa\x98\ \x1a\x77\xec\xb1\xe1\xb4\x05\x67\xbf\xbf\xe3\xf6\xbb\xbf\xf7\xcd\ \x9a\x59\x4b\x6e\xb8\x62\xe9\xd1\xc7\x2f\xaa\x6d\x38\x98\x3a\x43\ \xc6\x68\xa7\xa2\xec\x8c\xa3\x4b\x56\xb8\xa5\x8b\x88\xb1\xb5\x45\ \x36\x0a\xc0\x03\x24\x0b\xa4\x19\x09\x2c\x03\x28\x32\xbe\xd4\x88\ \xd6\xf7\x62\x6d\x88\x84\x92\x32\xed\x79\x4a\x20\x00\x9b\xc1\x81\ \x88\x4d\x8d\x14\x31\xda\x92\x35\x80\x88\x8c\x84\x48\x80\xae\x1f\ \xb1\x21\x22\x44\xcf\xf3\x6c\xac\x13\x2f\xcb\x71\x1b\x35\x40\x1c\ \x59\x66\xa1\xa4\x36\x46\x30\x83\xd1\x85\x42\x51\xd5\x35\xf7\x87\ \x76\xf3\xb6\xcd\xbd\xc5\x52\x10\xc7\x3a\x0a\x9b\xea\xb2\xe3\x1a\ \xeb\x7d\x4b\x60\xc1\x22\x18\x6d\xac\x25\x21\x64\x02\x06\x91\x2d\ \x58\xb6\x10\x86\x91\x4b\x22\x33\x08\xe3\x58\x8f\x98\x08\xc5\x1b\ \x6b\x80\x19\x50\x54\x4e\xb6\xcc\x49\x84\x8a\x71\x1c\x85\xa9\xb5\ \xd6\x85\x42\x21\xe1\x7b\x9b\x38\x8e\x63\xdc\xdf\xad\x28\x8a\xe2\ \xc1\x81\xbc\x10\x9e\xef\xfb\x08\x40\x42\x18\xc3\x5a\x87\xd6\x5a\ \x26\x34\x16\x49\xa6\x75\x5c\x8a\xa2\xc0\x62\x24\x09\x88\xc1\x1a\ \x88\x2d\x08\x91\xb1\xe8\x07\xb5\xb9\xa8\xbe\x56\x30\xda\x40\x1b\ \x80\xe6\xb6\xe6\x70\x68\x30\x1c\xec\xb5\x26\x8a\x39\x62\xad\x15\ \x4b\xc1\x02\x1c\x67\x93\x01\x11\x8d\x75\x25\x9c\x56\xb0\xb4\x71\ \x1c\xb1\x65\x07\x93\x5d\x2c\x96\x89\x99\x51\x88\xd8\xc6\x41\x1c\ \xe5\x98\xf3\xc5\x7c\x40\x29\xaf\x75\xd2\x9b\xa5\xe2\xf2\x97\x5e\ \xee\x8b\x42\xc3\xb6\xc9\xf7\x8f\xca\xe5\xc6\xd7\xe4\x8a\x7d\xfd\ \x5e\xda\xeb\x0b\x4a\x43\x5a\xa3\xf2\x8d\xe4\x08\x0c\xba\xc0\x74\ \xcc\x4c\x1a\x84\xac\x68\x15\x57\x32\x4a\x6e\x07\x42\x24\x24\x05\ \xa0\xcb\xd5\x44\xec\x9a\xdc\x22\xa2\x31\x6e\x25\x23\x33\x32\x43\ \x14\x1a\x0b\x1c\x47\xb6\xab\x73\x8f\x75\xf1\x27\x21\x82\x20\x70\ \x71\x8f\x3f\xba\x13\x5d\xb5\x43\x26\xf7\x47\xf5\xa6\xa8\x9a\xcf\ \xbb\xf0\x6c\x00\x38\xed\xb2\x8f\x9f\x76\xd9\xf0\xaf\x97\x5d\xf5\ \xa1\x65\x57\x55\xbf\xad\xe5\x92\x6b\xae\xa8\x3c\xcb\x4d\x3d\xfe\ \x8a\xa9\x00\x00\xc7\x9c\x7b\x29\x00\x00\xd4\x5e\xff\xd1\xcf\x54\ \x5e\x9d\x75\xc6\xd5\xff\x78\x86\x7b\xd8\xfe\xf1\xcf\x2e\x29\xff\ \x76\xd9\xff\xfc\xfb\x65\x6f\xe5\x00\x56\xd9\x19\x04\xd7\x93\x2b\ \x99\x2d\x7f\xf2\xb1\x97\x4d\x06\x00\x80\xe9\xe7\x7e\xe6\xb3\xe7\ \xee\xfd\xb7\xb3\xce\xbd\x76\x56\xf2\x97\x4d\x17\x5f\x75\x19\x00\ \xc0\xc4\x13\x3e\xf2\xc9\x13\x2a\x6f\x98\xb6\xf8\xdd\x9f\x5a\xfc\ \xee\xe4\x49\xdb\x82\x9b\xfe\x76\x41\xf9\x95\xe3\x6e\xf9\xe4\x71\ \xef\xc0\x4b\x1d\x65\xbb\x87\xe7\xa7\x61\xd9\xd5\x1f\xae\x3e\xbd\ \xf6\x85\x17\x7d\x76\xe1\x45\x00\x00\xb0\xc8\x1d\xe3\x65\x97\xcf\ \x02\x80\xa3\xcf\xb9\xf6\xe8\x73\x92\xf7\x2c\xb9\xe4\xf2\x83\x7b\ \xa9\x3d\xcf\x77\xb1\xb6\x2a\x62\x0a\x97\x11\x8d\x34\x04\x5a\x92\ \x44\x24\xcb\xa4\x0d\x5a\x83\x20\x84\x14\xe0\xfb\x25\xb6\xfd\x85\ \xd2\x50\x5f\x1c\x33\xf8\x4a\x29\x42\x88\xa3\x86\x74\x6a\x6a\x4b\ \x53\xba\xa1\x86\x07\x07\x8c\x60\x40\x10\x52\x20\x22\x21\x49\x44\ \x04\x64\x6b\x0c\x80\x24\x29\x88\xc0\x30\x30\xa1\x90\xcc\xcc\x84\ \x84\xe4\xf2\x9a\x42\xa0\xef\xa5\xc0\x90\x04\x16\x36\xce\xa5\x6b\ \xba\x03\xbd\x66\xe7\xee\x3c\xf9\xaa\xa1\x55\xc6\x91\x0f\xa6\xbb\ \xaf\x7b\x70\xd7\xae\xa3\xea\x5b\xd2\xc2\x8f\xa2\xb0\x54\x08\xac\ \xe7\xa7\xfd\x0c\x00\x01\x91\x41\x6b\x00\x0c\x5b\xb0\x49\xf9\x0a\ \x3a\x8f\xd1\x51\x40\x04\x21\x02\x02\x5b\xcb\xd6\xea\x4a\x5e\xc5\ \xd1\xeb\xaa\x17\x81\x9b\x8d\x8a\xd1\xcc\x64\x32\xae\x12\x26\xc1\ \x92\xd6\xee\x9f\x52\x84\x65\x4e\xa7\x32\xb9\x6c\x9d\x14\x1e\x82\ \x00\x66\x1d\xdb\x28\x0c\x8d\xb5\xd6\x18\x94\xa2\x44\x38\xe4\x2b\ \x4f\x5a\xc1\x9c\x32\xe0\xa1\x41\xb0\x1a\x51\x7b\x7e\xac\x72\x83\ \x1a\x37\x16\x4a\xeb\x06\x87\x04\xdb\x8c\x8d\x7d\x50\x0d\x4a\xce\ \x9f\xd8\xdc\x54\xdf\xda\xb3\x73\x5b\x7d\xda\xf3\xd0\x33\xc6\x02\ \x09\x44\x00\x06\xe9\x64\x12\xad\xf1\x3c\x61\x34\x10\x81\x91\x48\ \x28\xd9\xf9\x81\x0c\x4c\x2c\x94\x30\xcc\x28\x05\x59\x54\x11\xf8\ \x02\x03\xcb\x50\xdf\xf4\xd4\xae\xce\x97\xbb\x07\xa3\x86\xda\xd8\ \x4b\x7b\x52\x76\x0f\x0e\xad\xed\xec\x5c\x58\x9b\x9e\x9d\xf3\x7a\ \x8c\xe9\x2c\xe5\xfb\x95\x2f\xb2\x59\x95\xf6\x05\x0b\x61\xac\xd2\ \x31\x00\x87\x5a\xe7\xe3\x3c\x11\xf9\xbe\x0f\x00\xae\x79\x8e\xe7\ \x79\x44\x14\xc7\xb1\xd6\x9a\x04\x5a\x0b\x44\x42\x08\x4f\x4a\xd7\ \x8b\x46\x28\xa5\x00\x50\xeb\x18\xc1\xb2\xf5\x2c\x40\x14\xc5\x0c\ \xe8\xd5\x65\x4b\xa5\x60\x30\x9f\x07\x46\x63\x74\xa9\xf4\x87\xb5\ \xf8\xfe\x18\x2d\xae\x0e\x66\x6b\xd4\x43\x96\x17\x4a\x00\xc7\x61\ \x79\x84\x23\x70\x37\x1f\x5e\x47\x59\x4d\xd9\x73\xb0\x31\xa9\xf3\ \x03\xb0\xd6\x06\x26\x26\xab\x0d\x10\x03\xa6\x98\x84\xeb\xd0\x28\ \xd1\x5a\xe8\xca\x17\x7a\x0a\x79\xd5\xd4\x44\xca\x37\x44\x86\x8d\ \xb4\x5e\x5f\x1c\x05\x9d\x1d\xe3\x73\xe9\x0c\x42\x29\x0e\xd3\xbe\ \x1f\x85\x1a\x11\x91\x51\x20\x20\x23\x5a\x16\x48\x65\xf2\x2f\xb3\ \x10\x8c\x16\xdd\x7e\x81\x16\x89\x2c\xb0\x12\x8a\x51\x08\x95\x62\ \xd6\xa5\xd8\x14\x63\xbd\xb9\xb3\x5f\x66\x6b\xeb\xeb\x9a\xfa\x42\ \x5d\x62\x9d\xf6\xbd\x5c\x73\x73\x61\xa0\xaf\xb7\x14\x35\xa4\x7d\ \xf0\xd2\x81\x0e\x0d\xa0\x48\x19\xd0\x5a\x0a\x62\x02\x63\x21\x36\ \x16\x99\xa9\xaa\xce\xcf\x21\xc7\x0a\x43\x13\xc9\xe5\x23\xac\xf3\ \xe4\x2a\x50\xa0\x42\x60\xac\x42\x08\xec\x00\xa3\x63\x3b\xc6\x71\ \xac\xe3\x10\xf7\xf7\x8e\x43\x00\x63\x8c\xeb\xaf\x6d\x13\x26\x00\ \x08\xa9\x74\x18\x46\xb1\x26\x0b\x25\x4f\x6e\x88\x82\x3e\x1b\x34\ \x0b\x68\x42\x92\x51\x4c\x96\xad\xa0\x3c\x50\xc1\x87\x15\xdd\x3d\ \xbd\xbe\x28\xe5\xd2\xa0\xbc\x20\xe5\x9b\x28\xea\x31\xf1\xd6\xf5\ \xeb\x4f\x68\x6f\x6d\xf1\xfc\xd2\x50\xd1\x93\x2a\xb6\xa1\x15\x0c\ \x0c\x04\x6e\x3b\x02\x06\x36\x51\x00\xcc\x8e\x65\x10\x26\xc4\x4c\ \x36\x09\xc2\x40\x16\xd8\xd0\x58\xef\x09\xe1\x7b\x59\x53\x28\xf5\ \x86\xf1\x86\xfe\xa1\x97\xfa\x87\x60\x5a\xab\xa5\x74\x34\x14\x08\ \x40\x51\x97\x0b\x6c\xf4\xea\x40\x31\xd5\x98\x2d\xb2\xe8\xb6\x76\ \x77\x31\xdf\xd8\xd4\x28\x4d\x24\x2d\xd5\x48\x8f\x03\xad\x83\x10\ \x3c\x19\x9b\xd8\xcd\x79\x65\xb6\x2b\xbd\xd2\x00\xd0\x58\x64\x36\ \xd6\xb2\xb5\x56\x6b\xe3\xa6\xd9\x31\x04\x94\x92\x08\x14\xe9\x28\ \x8c\x63\x22\x42\x24\x6d\x4c\x2e\x97\x93\xca\x0b\x82\x28\x8e\xa3\ \x8a\x6f\xfe\x47\x37\x8b\xbc\x6f\x27\xfa\xf0\xb2\x38\x55\x31\xa0\ \xbd\x53\x2e\x87\xcd\x41\xb2\x65\xa8\xc2\xdd\xe0\xa2\xfe\x87\x62\ \xf8\xe9\xcc\x7e\xfc\x95\xbb\x5f\x5d\x98\xaf\x12\x67\xac\xd4\xc3\ \x85\xc6\x82\x05\x46\x06\x42\x0b\x20\x90\x2c\xb0\x27\xbd\x7c\x6c\ \x06\xb5\xce\x36\xb7\x84\x9e\x67\x3d\xbf\xae\xb9\xb9\x54\x2c\xa4\ \x24\x0d\xed\xe9\x46\x13\x77\x45\xba\x29\x95\x92\x86\x0a\xb1\x91\ \x28\x89\x01\x2b\xd2\xce\x0c\x04\x48\xcc\x04\x8e\xbd\x41\x40\x49\ \x73\x4b\x06\x60\x03\xc6\x5a\x69\xb4\x34\xa4\x75\xac\xd9\x58\x21\ \x86\x62\x1b\xf9\xe9\x48\x48\x12\x62\xd2\xb4\x76\x3f\x9d\x59\xb7\ \xe6\x8d\xc0\x90\x5f\xd3\x50\x18\x0a\xa2\xa1\x7c\x28\x30\xf6\xa5\ \x4a\x49\x20\x24\x45\xc6\xb0\xd5\x0c\x84\x52\x79\x09\xb1\xdb\x05\ \xab\xca\x15\x2f\x60\x0c\x03\x27\x84\x6d\x0b\xce\x2c\x56\x60\xb2\ \xeb\x97\x0d\x49\x3f\x64\x32\xc6\xb8\x56\x88\x2e\xfc\x5a\xa9\x96\ \x01\x24\x27\xc6\xb3\x9f\x91\x2a\x42\x21\x48\xb8\x72\x10\x10\xee\ \x73\x7c\x4f\xf9\xbe\x57\x0a\x4a\x1d\xbd\x7b\x06\x75\x7e\x9c\x22\ \x50\xbe\x07\x29\x03\x40\x08\x83\x31\xdb\x86\xfa\x35\xfd\x83\x3d\ \x19\xe5\x35\xd4\x23\xc9\xba\x96\x96\x10\x43\x6d\x35\x04\x45\x40\ \xda\xd8\xd1\xdb\xd8\xd4\x12\x95\x82\xa2\x89\x21\x23\x23\x6d\xac\ \xb1\xc0\x26\x71\x94\x19\x88\x00\x93\xcc\x12\x01\x0a\x2e\x07\xa2\ \x2c\x20\x23\x11\x52\x18\x61\x18\x85\x61\x18\x79\xec\x15\x30\xbd\ \xa5\x2f\xef\xb7\xd5\x17\x95\xdf\xd6\x30\xa1\xb5\xbd\x2e\x1a\x18\ \x5c\xbf\x65\x6d\x00\x5a\x65\xe4\xab\xfd\x79\x95\x92\x25\x21\x44\ \x26\x13\x19\x8b\x96\xc1\x98\x40\x07\xca\xda\x54\x2a\x55\x62\xcd\ \x49\xac\x20\x72\x7b\x8c\xd6\xda\xd5\xb4\x10\x11\x91\xd0\x86\xad\ \x65\x63\x74\x1c\x6b\x07\xca\xa3\x28\x0c\x82\x90\x99\x3d\x4f\xf9\ \x9e\x67\x8c\x2e\x96\x4a\xcc\x40\x42\x18\x46\x1d\x1b\x40\x04\x44\ \xa5\x84\xe7\x49\x00\x7c\xeb\x89\x97\x87\x6a\x35\x57\xd9\xc5\xaa\ \xc7\x66\xf3\x8a\x27\x5f\x5a\xbd\xdb\x66\x27\x2d\x5b\x76\xfa\xb8\ \x1a\x02\x88\xb7\x2c\x7f\xee\xa5\x75\x9d\x2d\x33\x4f\x3c\x7d\xd1\ \x51\x0a\xf4\xba\x97\x9f\xf8\xdd\xe6\xd2\xa2\x77\x9d\x33\xa7\xad\ \xc2\x34\xe4\xcd\xcb\x9f\xfc\xed\xba\x4e\xbf\x61\xca\xe9\xcb\x16\ \xc7\x9b\x5f\x7b\x7e\xf9\xba\x50\xd4\x2e\x38\x69\xc9\xd1\x93\xea\ \x0f\xd4\x32\xfe\x1e\xbe\x8e\xee\xdf\xfa\xda\xf6\x78\xc1\x82\x19\ \xe5\xec\xb3\x59\xf7\xc2\x63\xaf\x6e\x8b\x17\x9d\x79\xf6\xac\xd6\ \xd4\xc0\xb6\xd7\x1e\x7b\x7e\x4d\xcb\xfc\xd3\x4f\x9f\x3f\xb1\x62\ \xa4\xa2\x9e\x4d\x4f\x3c\xf3\xbb\xbe\x28\x35\x77\xf1\x69\xf3\xda\ \xe0\x85\xdf\x3c\xb9\x73\xc8\x34\x4c\x9a\xb7\xf4\xd4\xf9\xe9\xfd\ \x53\xd5\xdb\xfb\x20\x47\xe2\xee\xfe\x6d\xab\xb6\xc4\xad\xc7\x4d\ \x6f\x85\x52\xdf\xcb\x4f\x3e\xbe\xbe\x27\xa8\x9b\x79\xfc\x39\x27\ \xcd\x2b\x1f\x33\x6f\x5a\xf9\x1a\xb6\xce\x9d\xd6\x96\x02\x00\x3d\ \xb8\xe3\xa9\x67\x5e\xad\x99\xb9\x64\xf1\xac\xc6\xf2\x11\xf7\xbd\ \xf8\xd4\x53\x9b\xf6\xc4\x13\x66\x2f\x3a\xfd\xd8\xd6\x55\x2f\x3c\ \xe3\x37\x4c\xdc\xaf\x5d\x70\xd8\x7d\x0e\xc3\x90\x88\xa4\x94\xae\ \x8b\x93\xd5\x64\x23\x8a\x80\x8d\x35\x45\x6b\xd0\x82\x65\xab\xa2\ \xa8\x10\xc5\x21\x0a\xcf\xcf\xa4\x7c\x2f\x5d\x53\x3b\x71\xd2\xe4\ \x71\xe3\xda\x76\xef\xde\xb5\x6a\x30\x5f\x08\xd8\xb2\x4d\xab\x4c\ \x4d\xae\x0e\x2c\x93\x90\xe4\x42\x58\x8c\x00\xe0\xa2\x77\xec\x92\ \xa3\x88\xb1\xd5\x6c\xd9\xc5\xb3\x19\xc0\x22\x20\x80\x15\x64\xa5\ \x64\x66\x83\xa8\xa5\xd8\xb6\x65\x6b\x60\x51\x65\xfd\x6c\x6d\x6e\ \xf2\x94\x49\xc6\x42\x77\x43\x63\x5f\x2f\xc4\x61\x90\xa9\xcb\x90\ \x35\x4a\x09\x3f\x9b\x52\x29\x5f\x20\x09\x83\x40\x60\x99\x91\xd0\ \x12\x13\x0b\x1e\x39\x2a\xe7\x6b\x8c\xb1\x86\x99\x92\x04\xb4\xf3\ \xb5\x1d\x70\x96\x52\xba\x1d\xc2\xc1\x67\xa5\x54\xc5\x6e\x56\x32\ \xda\xc0\xb0\xdf\x36\xd1\x39\x0c\x44\xcc\x60\x8d\x35\xc6\x6a\x63\ \x0c\x5b\x96\x52\x7a\x9e\xca\x64\x1a\x9a\x9a\xea\xa2\x42\x6f\x14\ \x96\x76\x87\xa6\x18\x99\x74\x4c\x02\xa9\x80\x60\x35\xbe\x39\x14\ \x88\x96\x86\x54\xb6\xa6\x1e\xd5\xa2\xe3\x16\x7a\x35\xd9\xd6\x09\ \xad\x0f\xfc\xe2\x17\x83\xfd\x41\xa8\x78\x7b\x3e\x3a\x66\xca\x74\ \x2a\x45\x5a\xb2\x10\x20\x12\x3a\x2f\x59\x6b\x98\x0d\x62\x92\x61\ \x67\x06\x6b\x91\x99\x5d\xef\x39\x46\x08\x75\x64\x8c\x0d\xa5\x4f\ \x7e\x2d\xd6\x0b\xa6\x5c\x7f\x7f\x7f\x5f\x3e\x2a\x95\x62\x95\x12\ \xc7\xce\x98\xb9\x60\xca\xec\xb5\x2b\x56\x6e\xda\xbc\xbe\x3e\xd7\ \x90\x2f\x0d\xd9\x86\x6c\x0c\x08\x0c\xcd\x4d\xad\xca\xcf\x90\x20\ \x62\x40\x63\x1c\xdf\xd5\x17\xd2\x93\x59\x67\x16\x5d\x34\xc6\xed\ \x28\xce\x38\xc6\x71\xa4\x8d\x11\x42\xb9\x18\xaf\x10\xe4\x79\x52\ \x29\xf2\x53\x1e\x02\x48\xa9\x08\x81\x99\xfd\xb4\x6f\xb4\x8e\x0d\ \x6b\xa3\x85\x00\x24\x81\x48\xd6\x82\xf4\xfe\xb0\xd1\x3b\x54\x4e\ \x74\x75\xfe\xd4\x56\x16\xb3\xe9\x7f\xea\xe1\x07\xfb\x26\x9c\x73\ \x4c\x53\xad\x4a\x72\x8b\xf1\x50\x29\xac\xcd\xd8\x07\xbf\xf3\x75\ \x68\xfa\xc2\xbc\xae\x87\xef\x78\xa2\xf3\x98\x29\xf8\x83\x6f\x7e\ \xff\x23\xff\xeb\x96\x89\x1e\x00\xf0\xf2\x5f\x7e\xed\x3b\x4f\xf7\ \x9d\xb0\x78\x4e\x7e\xfb\xd6\x7c\x3c\xff\xe5\x7b\xee\x7c\x49\xce\ \x3b\xa5\x75\xcb\xb7\xbe\xfc\xea\x9f\x7f\xfc\xef\x4e\x9c\xa4\xf6\ \xfb\x38\x6d\x95\xed\xc6\x2a\xb4\xd8\xbf\xf1\xa5\xff\xfc\xb7\x2f\ \xbd\xd2\x70\xd1\xb7\xe6\xcf\xf0\x11\x00\x60\xfb\x73\x3f\xb9\xfd\ \x89\xa1\x85\xd3\xf8\x87\xdf\xfd\xf1\xf5\xd7\x2e\x7d\xe8\xb6\x9f\ \xd5\xcc\x3f\xe6\xcd\xbb\x7f\x60\xe4\x07\xcf\x9c\xd3\x0c\x00\xd1\ \xae\xdf\x7d\xe9\xdf\x7f\xa8\xa6\x2f\x9a\xe0\xe5\x3b\xba\x7a\x5b\ \x4a\x9b\xee\xb8\xf7\xd9\xa5\xef\x39\xf3\xf5\xfb\xbf\xb5\x7a\xf7\ \x5f\xfe\xcd\xe5\x0b\x0f\x64\x26\x2b\xcb\x07\xab\xcc\xe2\xc6\xe7\ \xef\xfb\xca\x97\xbf\x21\x2f\xfa\xc7\xe3\xa6\xb7\x06\x3b\x56\x3d\ \xf8\xd4\xef\x8e\x5e\x76\x4e\x43\x36\x9d\xe4\xd8\xf4\xc0\x33\x77\ \xff\xe7\xbf\xfe\x78\xc5\x35\x9f\xfa\xda\xb4\xb6\x54\xd8\xf9\xfa\ \x8f\xee\x7c\x22\x3d\x75\xde\xc4\x6c\x79\xba\xc2\x8e\x1f\xfc\xeb\ \x97\xd6\xaa\x19\x0b\x26\x67\xb7\x6d\xe9\xd1\x33\xf2\xf7\xde\xfe\ \x8b\x4b\x3f\xfc\xd7\xef\xb4\x6c\xbd\x54\x2a\x15\x8b\x45\x51\x96\ \xde\xaa\x14\xba\x91\x20\x60\x20\x06\x29\x94\x01\x60\xb4\x9a\x8d\ \xc3\x58\x79\xad\xa6\x21\xf6\x16\x00\x00\x20\x00\x49\x44\x41\x54\ \x63\xc0\x54\xb6\xc6\x30\x7a\x86\x1b\xb3\x39\x5d\x8a\xfa\xf6\xf4\ \x0f\xf5\x17\x53\xa9\xda\xa1\x20\x8e\x83\x20\x28\x0d\xd4\xa4\x52\ \x9e\x14\xe4\x09\x2c\x57\x8a\xb8\x32\x6a\x84\xe1\xff\x00\x00\x2d\ \x57\x9a\x45\xb9\x48\x5e\x1c\x1a\x6b\x2d\x03\x94\x8c\xc9\x6b\xee\ \x1e\x2a\xd5\xd6\xd5\xa6\xc8\xe6\x3b\x77\x78\xbe\x9c\x33\xe7\x68\ \x25\xa5\xd6\xcc\xe8\xa9\x5c\xce\x4f\x09\xa3\x24\xa6\x14\x10\x42\ \xa4\x7d\x14\x82\x05\x22\x84\x00\x31\x1b\x62\x8b\x30\xdc\x8e\xc6\ \xdd\x30\x15\xb3\xe8\x90\x52\x05\x03\xba\x5f\x56\xec\xa6\x03\x89\ \xb2\x4c\xee\x09\xc3\xd0\xbd\xc1\x75\x64\x05\xb0\xc6\x98\xfd\x03\ \xfe\x84\x54\x28\xe4\x3b\xbb\x3a\x32\x99\xac\x33\xb2\xae\xf4\x2d\ \x9b\xc9\x22\x21\x02\x2a\x25\x6d\x54\x94\x08\x5a\x78\x05\x0f\x2c\ \x88\x28\x8a\xad\x10\x43\x3d\x7d\x05\xe5\x35\x66\x6a\x87\xc2\x78\ \xe6\xbc\x99\x80\xa2\xad\xa9\x6d\xa0\x6b\x30\x25\x73\x3d\xac\xfa\ \xd1\x94\xc2\x28\x5f\xcc\x67\xa4\xf4\xa5\xef\x42\x87\x90\x80\x60\ \x4a\xee\x47\x04\x40\x46\x94\x80\xd2\xba\x84\x0c\x31\x20\x5a\x95\ \x36\xd6\x5a\xb6\x41\x18\x16\x8b\x79\xa3\x87\x06\x62\xbd\x33\xd2\ \x7e\x26\x97\x62\x7a\x63\xe5\x8a\x96\xba\x06\xd1\x98\xad\x69\x6e\ \xde\xd1\xb5\x3b\x57\x5b\x3f\x6e\xc2\xf8\x8c\xf4\x3c\x94\xe9\x54\ \x26\x8c\x23\x96\x42\xa5\x25\xb3\x26\x66\x62\xab\x8d\x4d\x0a\xfe\ \xca\x7e\xb4\xab\x4b\x41\xc4\x30\x0c\xc3\x30\x04\x42\x97\xc2\xaa\ \xe4\xf7\xaa\xcb\x2e\x81\x59\x29\x25\x95\x8a\xe3\xb8\x50\x2c\x85\ \x71\xa4\x63\x1d\x84\x71\xa1\x50\x28\x16\xf3\x50\xc4\xa4\x4a\xfd\ \x8f\x8f\x16\x47\xb3\x90\x13\x78\x12\x86\x81\x98\x34\xf7\xf8\xb3\ \x16\x95\xab\x3b\x28\xb3\xe0\x84\x63\xbb\x7f\x75\x0f\xd4\x8d\x9b\ \x50\xef\x0d\xbd\xb6\x03\x5a\x8e\xbd\xf8\xe2\xb6\x35\xab\x1e\x08\ \x1c\x4b\x67\x70\xd5\xdd\x8f\x6f\xbd\xec\xd3\x5f\x3a\xb3\xdd\x1d\ \x6a\xfc\x1c\x66\x4f\xb9\xf8\xea\x4b\x67\xeb\x1d\xab\xff\x7e\xfb\ \x9e\xf0\x40\xcc\x22\xef\x3b\xc9\x0b\x06\x6b\x96\x9c\x75\x71\xb8\ \x85\x74\x39\x90\x37\xd8\xb1\x0b\xda\x4e\xbd\xe8\xc2\xfa\x0d\xff\ \xf1\x78\xcf\x9e\xcd\xdb\x4b\x4d\xff\x78\xe5\x55\x6b\xee\xfc\xd7\ \x87\x5f\x5b\x7f\xe6\x9c\x66\x00\xfd\xf4\xfd\xbf\x8c\xe6\x5d\x76\ \xeb\x0d\x4b\xdd\x27\x74\x2c\x7f\x63\xdc\xdc\x53\xae\xb9\xf8\x3d\ \xdb\x69\xfd\x57\x56\xef\x62\x58\x88\xfb\x8f\xbb\x47\x06\x40\xcb\ \x10\x5c\xd6\x4e\xba\x70\xd9\x99\x2b\x53\x06\x00\x0a\xa5\xa2\xf1\ \x9b\x17\x9c\xb4\x74\x4e\x5d\xf9\x82\xea\xb8\x61\xc6\xc9\x17\x9e\ \x51\x12\x80\x00\xf6\xc9\x9f\xfe\xf8\xe5\x5d\x8d\xe7\xcd\xa9\x69\ \x6b\x73\xf5\xe6\xb0\xfd\xe5\xfb\x5e\x2a\xce\xfc\xe7\x7f\xbe\x25\ \xc1\xdb\x43\xcb\x31\x3d\xa1\x7c\xf7\xbf\x83\x91\x4e\xa7\x33\x99\ \x8c\x5b\xfc\x8e\x9a\x93\x34\xb4\x02\x97\xa5\x14\x2a\x89\xcd\x1b\ \xc3\xb1\xb1\x31\x30\xc4\xc5\x30\x88\x23\x5f\x78\x44\x2a\xeb\xa7\ \x32\x52\x35\xd6\xd4\xee\xec\xec\x0c\x83\x08\x2c\x01\xab\xbe\xa1\ \x3e\x53\x2a\xa5\x24\x19\x36\xe0\x4b\x2e\x73\x02\x1d\x27\xd2\xdd\ \xcf\xee\x8b\x58\x6b\xb4\x86\x31\x09\x0c\x33\x03\x12\x39\x6f\x57\ \x79\xaa\x18\xd9\xc1\x90\x3d\xdf\x17\xc6\x92\x36\xc8\xb6\xbf\x77\ \x4f\xe7\xee\x5d\xc6\x98\xc6\x86\xa6\xde\x9e\xfe\xd0\xb2\x20\x61\ \x09\x11\x38\xe5\x7b\x44\x52\xc4\x16\x34\x68\xcb\x28\x48\x09\x69\ \xd9\x20\x70\x02\xd0\x5c\x88\x8d\x11\x81\x89\x90\x11\x81\x81\x98\ \x18\xaa\x12\x8c\xcc\xda\x18\xa3\x35\x97\x89\x38\x55\x1c\x26\xd4\ \xb1\xd6\xc6\x08\x22\x21\x44\x1c\x45\xbe\xef\xef\x1f\x5c\x64\xb6\ \xa9\x54\xaa\xb1\xbe\x3e\x93\xcb\x11\xa1\x10\x52\x0a\x91\x38\xb7\ \x44\x48\x04\x96\x15\x18\xcb\xac\x19\x63\x63\xa3\x38\x0e\xe3\x38\ \x8a\x75\xc7\xee\xdd\xf5\x75\x0d\x00\xb2\xb1\xa5\xb1\x88\x66\xe2\ \xf4\xa9\x5d\x9d\xdd\x9d\x3b\x3b\x91\x94\x51\xa9\xee\x7c\xb1\x77\ \x70\xf0\xc5\xfe\x41\x01\x90\xe2\x61\x06\x5b\x72\xee\x04\x84\x60\ \x5d\x38\x83\x81\x4d\xc2\x91\xb0\x08\xcc\xc9\x4f\xa7\x51\xa1\x2d\ \xb0\x05\xb0\x90\xf6\xbd\x36\xc0\x38\x0c\x7b\xc1\x6e\xe8\xdd\x11\ \x69\x6d\x6a\x54\xab\x1c\x3f\xd4\x37\x18\x0c\x45\x99\x5c\xaa\xb6\ \xa6\x26\x23\x7d\xf0\x33\x31\x59\x48\xcb\x92\x2e\x31\x30\x82\x95\ \xda\x2a\x14\x0e\x24\xba\xbd\xd6\xf9\x9c\x42\x88\x4c\x26\xe3\x79\ \x1e\x12\x6b\x63\x10\x53\x84\xa8\x8d\x71\xc9\xae\x4a\xbb\x70\xb6\ \x56\x49\x29\x3d\x2f\x0c\x43\x12\x94\xd2\xa9\xa0\x54\x12\x52\x10\ \x81\xef\x2b\x27\x65\xf2\x27\xe8\xfc\xf7\x7b\x33\xd1\x5e\xc3\xf1\ \xc7\x2f\x78\xea\xd7\x5f\xfb\xcc\x13\xb3\x3e\xfc\x91\x6b\xdb\x9d\ \x6f\xc9\xb2\xa6\xb6\x21\x6d\x77\x6e\xeb\xcc\x2f\x3b\xe3\x0c\x73\ \xeb\xff\xfb\xd8\xf3\x85\xb6\xd3\x6e\x9a\x96\x76\x9e\xe9\x96\x30\ \xdb\xbe\xa0\x5d\x02\xc0\x8e\xb5\xaf\xeb\x71\x93\x7c\x2a\xdd\xfb\ \xe5\xcf\x2e\xaf\x29\xee\x8a\xa7\x5d\x34\x33\x73\x60\x90\x76\x44\ \x04\xb4\x02\x6f\x9b\x8e\x9a\x77\x62\xb0\xeb\x37\x9b\xb6\x57\xde\ \x3c\xe3\xb4\x33\xed\xdf\xff\xdf\xbf\x7a\x85\x26\x9f\xfa\x81\x85\ \xf3\x8f\xed\x9c\xfe\xd2\x3f\x7c\xee\x1f\xf2\xdb\xd6\xb6\x5c\xe4\ \xec\x60\x61\x47\x4f\xf1\xe8\xb3\x8f\x02\x80\x68\x60\xd7\xda\x5d\ \x41\x7d\x2a\xb7\xf3\xc5\x9f\x7f\xe6\xf3\xab\x3b\xd6\x6d\x5b\x72\ \xf3\xfb\xf0\xc0\x70\x77\x35\x5a\x2c\x67\x3a\x71\xca\xfc\x85\xb0\ \xe9\xf9\x15\x43\x0c\x00\x99\x09\x33\x17\x4e\x59\x7f\xe7\xbf\xfc\ \xaf\xd6\x93\xaf\xb8\xf9\x3d\x27\x4a\x04\x48\x35\xcf\x5f\x74\xda\ \xc6\x97\x9f\x2a\x81\x00\xe8\x5e\xb5\x33\x58\x78\xc2\x31\xe1\xfa\ \x87\xbf\xb1\xa5\xff\x93\x1f\x3c\xdf\x03\xe8\xda\xd6\x39\x6e\xda\ \x39\xf5\x00\x60\x07\x57\xae\xd8\x31\x69\x32\x92\xde\x3e\x4a\xad\ \xe7\x6d\x99\xc5\x4c\x2e\x1b\x46\x52\x4a\x44\xd7\xe9\x8f\x39\x89\ \xca\x03\x22\xa1\x65\xb4\x06\x00\x58\x33\x5b\xb4\x06\xb5\xb1\x6c\ \x01\x11\xa3\xb0\x24\x91\x53\xb9\xc6\x62\x50\x18\xda\xba\xc9\x18\ \x5b\x2a\x95\x8a\xf9\xfe\x28\x2c\x6a\xd6\x5e\x2e\xe5\xfb\x1e\x00\ \x08\x25\x00\x2b\x4c\x69\x64\x6b\x21\x29\x2d\x74\x2d\x40\x19\x87\ \xc3\x0d\x6c\x99\x11\x30\x59\xc6\x88\xbe\x05\x2f\xb2\x61\x18\x05\ \x43\xc5\x8c\xf4\x5a\x9a\x1a\xa5\x10\x43\x03\x03\x69\x8f\x86\x06\ \x7a\x81\x03\xcb\x18\x86\x16\x35\x91\x96\x5a\x5b\x62\x0c\xe3\x38\ \x0e\x23\x06\xf0\x7c\xdf\xf3\x53\x65\xa5\x58\x67\xeb\x93\xcc\xb2\ \x3b\x16\x21\x5c\xc8\x31\xa9\x65\x61\x60\x04\x60\x04\x14\x24\xc8\ \x73\xdb\x97\x75\xad\xbd\xd8\x0a\x12\x24\x95\xf2\xc1\x05\x25\x8d\ \x36\x28\x55\x26\x57\xb3\xbf\x0a\x3a\xb6\xa1\xae\x76\xea\x94\x89\ \xb9\x5c\x8d\xcb\x48\x54\x67\xbd\x9d\xc2\x99\xb5\x26\x8c\x42\x63\ \x2c\x12\x10\x00\x1a\xad\xe3\x92\xaf\x50\xeb\x42\xa9\xa0\xeb\xa6\ \x8c\xf3\xc9\x5f\xfe\xdb\xe5\x29\xdf\xef\xeb\xed\x1d\x1a\x1a\x8c\ \xb5\xce\x97\x82\xd8\x82\x54\xe8\x29\xe1\x23\x12\x5b\x14\x42\x08\ \x24\x42\xe3\x72\xce\xec\x4e\x1c\x01\xc8\x9a\x24\x9e\x60\x80\x01\ \x40\x10\x95\x59\xee\xcc\x08\x41\xc4\x41\x60\x74\x14\x0d\x0c\xf4\ \x8d\xcb\xb4\x35\xd4\xd7\x75\x6e\xda\x5c\xdf\xd0\xd8\xe0\xc9\x37\ \x37\x6d\x6c\x6e\x6c\xd6\xba\x30\x58\x8a\x19\x83\x6c\x2a\xe3\xa7\ \xbc\x7c\x50\x2c\xed\x09\x4a\x61\x98\x4a\x7b\x35\x35\xb5\xb9\x4c\ \x0e\x19\xb5\x61\x4f\x29\x06\x30\x3a\x06\x24\x24\x72\xb5\x95\x42\ \x80\xd6\x91\x44\x72\xd5\x94\x24\x10\x11\x05\x09\x99\x4a\x27\x04\ \xe4\x32\x8f\x55\x91\xc8\xa4\xd2\x49\x91\x2a\xb3\xd6\x36\x0c\x03\ \x77\xb4\x7f\x82\xd8\xe2\xa8\x3e\xd1\xc3\x75\x9f\x22\x7d\xe2\xc5\ \xd7\x9e\x78\xf1\xc0\xb7\xfe\xe1\x73\xcf\xac\x38\xf7\xea\x93\xc7\ \x39\x46\xe2\x89\x67\x5f\xed\xef\xf9\xd2\xfd\xab\xd6\xe4\x78\xe5\ \xa4\x8b\x3f\xf2\x99\xc5\xea\x2b\xff\xf6\xe3\x17\xba\x96\x2c\x69\ \x15\xaa\xa6\x15\x4b\x2f\xee\x2e\x42\x73\x06\x56\x3d\x76\xcf\xae\ \x13\xae\x68\x54\xb9\xd3\xaf\xbe\xf2\xfd\xc7\xd6\xfe\xf2\xbb\x5f\ \xff\xd5\x23\xcb\x3f\x7a\xe9\xa2\x43\x11\x5b\x8c\xf5\x88\x7e\x78\ \xcb\x1f\x7b\x62\xfc\xfb\x3e\x75\xeb\x89\xc1\xbf\x7d\xf9\x9e\xe5\ \x5d\xa7\xbe\xe7\x43\xb7\xbe\x27\xec\xf8\xda\xad\x9f\xcb\xb5\x38\ \xd8\x9b\xae\xcf\xa8\x8d\xbb\xfa\x00\x26\xc5\xdd\x6b\x7f\x7e\xdf\ \x86\x4b\xce\x9d\x39\x7e\xc1\x69\x37\x7d\xfc\x7a\xbb\xfa\xde\xaf\ \xdd\x7d\xcf\x8e\x25\x7f\x33\x51\x1e\x9c\x83\xac\x1e\xda\x24\xaf\ \xa4\x9b\x8f\xba\xf4\x86\xbf\x7a\xdf\xd6\xa7\xff\xf6\xcb\x8f\x6e\ \x39\xeb\xc4\x19\x89\x7a\x4f\x64\x13\xb4\x1b\xc7\x9c\x39\xe9\xfc\ \x0b\x8e\x8f\x1b\x3f\xf9\x2f\x4f\x75\xc3\xf9\xed\x00\xb5\x4d\xb9\ \xfe\x6d\xdb\x2c\x9c\x4c\xd4\xf3\xc0\xcf\x7e\x79\xc1\x87\xce\x93\ \xaa\x6d\x3f\x12\xa3\x2e\x33\xe8\x62\x6e\xe5\x9c\x04\x43\xe2\x78\ \xba\x7c\x84\x86\xb2\x77\x83\x40\x02\x41\x49\x29\x89\x90\x28\xd6\ \xba\xa3\xab\xb3\xbd\x7d\xbc\x65\x9b\x2f\x0c\x95\x4a\xc5\x20\x28\ \x44\x3a\xaa\xa9\xcd\xa6\xd3\x29\xe5\x79\x04\x40\xcc\x54\x46\xa0\ \xcc\x2c\x88\x00\x87\x4b\x4a\x2a\x75\x35\x95\xbd\xb8\xf2\xd8\xd5\ \x66\x37\x92\x0a\xc3\xc8\x91\x57\x7a\x7a\xfb\x73\xb9\x5c\x18\xf7\ \xc4\x51\x14\x45\x61\x7d\x7d\xd6\x4b\xa7\x80\x50\xb8\x6a\x09\x20\ \x00\x40\x29\x5d\x64\x50\x08\x42\x47\x01\x1a\x6e\xe8\x8c\xc3\x95\ \x2c\xee\x97\x28\x08\x99\x99\xd0\x5a\x00\xa7\xca\x6f\x81\x12\x61\ \x2b\x6b\x2d\x20\x21\x31\x30\x25\x98\x1f\x11\x99\x01\xd0\x0a\x20\ \x21\x70\xff\x35\xf2\x10\x11\x04\xa2\x70\xe7\x6a\xad\x31\x3a\x4c\ \x36\x27\x64\x6b\xd8\x5a\x6d\xb4\xb6\xda\xe8\xd8\x6a\xad\x83\xc0\ \x46\x91\xe0\x28\x9b\x12\x00\x96\x40\x6f\xde\xb0\xfe\xc4\x45\x27\ \xd5\x66\xb3\x9b\x36\x6d\xd2\x5a\x77\xef\xe9\xea\xed\xeb\x11\xc8\ \xe3\x9a\x1a\x52\xa9\x54\xca\xf7\x24\x6a\x64\xed\x80\xb0\x35\x96\ \x04\x11\x92\x53\x92\x75\x49\x8f\x51\x22\x17\x15\x6f\x97\xad\x35\ \x96\x43\xc3\xa5\x48\x17\x0a\x05\xad\x75\x5f\x6f\x4f\xb1\x30\x34\ \x61\xfc\x84\xde\xfc\xf6\x8e\x8e\x8e\xd6\xfa\xda\x6c\xc6\xcb\xd4\ \xd5\x10\x09\xe5\x29\x54\x68\x25\xfb\xe4\x09\x8f\xb2\xd9\xb4\x52\ \xca\x4f\xa5\x10\x1c\x17\x93\x2c\x03\x11\x79\x7e\xca\x15\xda\x27\ \xf7\x1b\x72\x4a\x79\xee\xfb\x2b\x99\x2e\x24\x24\x57\x73\x0e\x40\ \x09\xc3\xd5\x56\x36\xcb\x84\x2c\xa1\x38\xed\xc9\xf2\xed\xf4\xc7\ \x47\x8b\xbf\x67\xc4\x85\x5d\xbf\x7d\x75\x33\x44\xbb\x37\x15\x6a\ \x2f\x69\x86\x67\xef\xbd\x43\xce\x38\x35\x37\xb0\x75\x08\xe2\x27\ \x5f\xed\x98\x75\xcd\x78\xb1\xfe\x77\xbb\x36\xae\x59\xd3\x5c\x5f\ \x32\x24\x11\x01\x40\x34\x2f\x3c\x73\xf6\xbd\xdf\xfe\xd7\xff\xbc\ \xf2\xa2\xe3\xde\xd8\xda\xdd\x70\xb2\xb2\x51\xa1\x63\xfb\x96\x8d\ \x59\x7f\x7b\x77\xa1\x71\x7e\xea\x10\x1d\x2a\x9b\xb8\x14\x84\x40\ \xd0\xbb\xfa\xd1\x47\xb7\xd6\xb6\x13\x74\x6d\x5a\xb3\xb6\x5e\x85\ \x46\x48\x8a\xbb\x37\xaf\x7e\xfc\x57\xf7\x6c\x4c\x1f\xff\xc9\x93\ \xa6\x38\x18\xbc\xf4\xac\x33\x9e\xfa\x7f\xdf\xfb\xb1\xf7\xbe\xb6\ \xc1\x95\x43\x26\x27\xc9\x0c\xf5\x76\x6c\xd9\xb4\xb1\xf4\xe6\x56\ \xa3\x72\xde\xa1\x49\x1e\xdb\x28\x28\x45\x1a\x00\x7a\xb6\x2e\x5f\ \xbd\x33\x2c\xae\x7f\x99\xc6\x4f\xc9\x0e\x6c\xb8\xf3\x97\x6f\x9c\ \x79\xf9\x7b\xda\x52\x10\x05\xa5\x28\x8a\x01\xc6\x1d\x33\xd9\x7b\ \xe0\xae\xfb\x3b\xfc\x35\xd9\x29\xf3\x9d\x21\x9f\x76\xf2\xf9\x2d\ \x0f\x7f\xe5\xdf\x7f\x94\x5b\x3a\xad\xb0\x7b\x30\x92\x02\xa2\xd2\ \xc0\x7e\xe7\x5b\x12\x72\x5f\x32\xa8\x62\xb6\x90\x28\x21\xfa\x02\ \xb8\x42\x11\x07\xc4\x2a\x6f\xd0\x26\xde\xb6\x73\x67\x1c\xc5\x49\ \x9a\x42\x79\x0d\xb9\x9a\x74\x3a\xed\xf2\xb6\x8a\xc8\x13\x54\x31\ \x8b\x00\x20\x95\xc2\x61\xb3\x04\x89\xad\x29\x9b\x42\x28\xd3\x68\ \x12\x20\xc3\x1c\x1a\xa8\x13\x2e\xd6\x6e\xad\xd3\xdd\xb6\x36\x93\ \xcd\x36\x49\x49\x42\x38\x96\x44\xf9\xb0\xd1\xc5\xfe\x12\x45\x6e\ \x63\x8c\x36\x48\x12\x70\x04\x63\x61\x54\x85\x1f\x22\x32\x80\x23\ \x07\x23\xe3\xa8\x88\x15\x96\x8f\xb3\x12\x72\x4d\xcc\x25\xf3\x81\ \xf2\x33\xd0\xe9\xa2\xdb\x0a\x45\x81\x48\x24\x51\x06\x21\x11\xad\ \xb1\x46\x92\x40\x01\x12\x85\x12\xd2\xa6\xcb\xba\x3e\xc6\x58\xcb\ \x5a\x9b\x17\x5e\x7c\x2e\x9d\xce\xe6\x72\x99\x81\x81\x41\x1d\xc7\ \xb5\xb5\x35\xd9\x6c\x36\x97\xcd\x02\xa2\x92\x32\xa5\x50\x0a\x22\ \x42\x47\xc3\x71\x64\x03\x67\x4a\x10\x91\x01\x99\x13\x7f\xc0\x85\ \x78\xb5\xd6\x52\x0a\x21\x9c\xd4\xab\x89\x2d\x31\x20\xb3\x35\xd6\ \x1a\xa7\x84\xc8\x8c\x48\x8d\x4d\xcd\x9e\xe7\x79\x29\xdf\x80\x05\ \x44\x22\xe1\x70\xbd\x31\x26\x95\x4a\x95\xd9\x5d\xb6\x92\xb8\x87\ \x61\x49\xe3\xe1\x3d\x98\x08\x3d\xe5\x25\xcb\xd4\x38\x21\x8f\xe1\ \xf8\x2f\x30\xbb\x70\x0a\x00\x32\xdb\x24\x1c\x0c\xe0\x6a\x72\x80\ \x99\x94\xfa\x83\xbb\xff\x21\x22\xe8\x18\xcb\xda\xb2\x2e\x07\xc2\ \xb5\xf3\xa2\xc9\xc6\x3b\xd6\xbd\xb2\xa5\x9f\xce\x7a\xff\x4d\xa7\ \xcc\x68\x78\x7e\xad\xef\x79\xd0\xb7\x7b\xfd\x0b\x9b\xfa\xa7\x9d\ \x77\xdd\x25\x0b\x8f\xf2\x8e\xbe\xa6\xff\x17\xf7\x3c\xf2\x74\xd7\ \x19\xd7\xdc\x7c\x72\x8b\x9b\x17\xef\x82\x9b\x3f\x95\xbd\xff\xee\ \x97\x9e\x7c\xc6\x9b\xb5\xe4\xf4\x59\x93\x20\x5e\xb2\xfd\xd9\xd7\ \x1e\xe9\x4e\x4f\x3f\xe7\xba\x8b\xce\x3a\xfa\x80\x68\x44\x5a\x83\ \x28\x0b\xc7\x6b\x0d\x55\x1d\x93\xbd\xb6\x19\xef\x3a\xad\x35\x0b\ \x10\x08\xcf\x13\xe2\xe4\xab\x6e\xca\xdf\x79\xd7\xa3\xcf\x9a\x65\ \x7f\x76\xe3\xa2\x36\xf3\xf4\x4f\x5e\x18\x6a\x5d\xf2\x99\x9b\xcf\ \x69\x2d\x27\x7d\x1b\x16\x5c\xf4\xa9\x5b\x72\xbf\xfc\xcd\xcb\xbb\ \x63\xff\xec\x73\xde\x75\xd4\x14\x75\xd2\x8c\x15\x2f\x3d\xf2\x48\ \xaa\x7e\xea\x2d\x1f\x7d\x4f\xeb\x7e\xd7\x95\x38\xdd\x7b\x1b\x97\ \xa3\x9e\x50\x26\x8a\x01\x00\x34\xcc\x3b\xe9\x8c\xa8\x1d\x00\x6c\ \xa9\x7f\xe5\x8b\x2f\x87\xd9\x29\x37\xdf\x74\xf9\x38\xdc\xa2\x7c\ \x67\x87\xd5\xbc\x93\xde\xa5\xc7\xa7\x00\xe4\x85\xd7\xdf\x58\xfa\ \xc9\xdd\xeb\xa2\xe9\x37\x5c\x7f\xa1\x8b\xc5\xca\xfa\xb9\x1f\xfb\ \xf4\xc7\x7e\x79\xef\x23\x4f\xbc\x60\x4e\x3c\xf7\xdc\xa9\x2d\x53\ \x97\x9c\xb5\x48\x10\x1f\xf0\xa5\xe7\xbd\x80\x0d\x00\x3b\x08\x05\ \x4e\x16\xc5\x45\xd3\x89\x90\x19\x88\xc0\xb2\x15\x42\xa4\x52\x7e\ \x1c\x6b\xad\x75\x85\xb5\xcb\xd6\xfa\x9e\x9f\xf6\x15\x96\x9d\xe8\ \x72\xf8\x6e\x38\xd4\x5a\x46\x8b\x54\x81\x05\x65\x87\x17\x00\x58\ \x32\x2a\x70\xeb\x73\x78\xb8\x4e\x78\x4e\xce\x3a\xc9\x2a\x54\x16\ \x83\x14\x4a\x29\x67\x3a\x85\x10\x02\xb1\x82\xc7\xcb\xe0\x02\xab\ \x0f\x80\x13\x07\xda\xa1\xe1\x84\xf1\x35\xca\x32\x56\xe7\xaf\x61\ \x14\x27\xec\x00\xa6\x19\x49\xa0\x54\x5c\xde\x81\x10\x49\x92\x18\ \x4e\x0a\x21\x12\x0a\x25\x10\x59\x1b\x30\x82\xa4\x6b\xce\x95\x34\ \xa4\x65\x46\x44\x01\x54\x0a\x4a\x44\x34\x65\xd2\x24\x17\x92\x73\ \xf2\x5c\x41\x10\x10\x51\x36\xe3\xfb\xbe\x2f\x84\x60\x6b\x93\x4d\ \xc2\xc5\x49\xcb\x79\xad\xaa\xdd\x04\x5c\xa3\x15\x42\x02\x44\x97\ \xa2\x67\x52\x50\x96\x7d\x72\xa1\xd5\x20\x08\xa4\x94\xbe\xef\x97\ \x4a\x25\x46\x20\x04\x40\x74\x77\x05\x22\x22\x1a\x2c\x3f\x95\x92\ \x8d\x81\x38\xd2\xce\x56\x3a\x02\x7c\x55\xb9\x3d\x12\xc9\xb8\x2a\ \xb5\xe5\x2e\x16\x61\x72\xef\x5a\xb6\x95\x70\x18\xa2\xa8\xec\x62\ \xd6\xb0\x65\xb6\x96\xf1\x6d\xc4\x2d\x0e\xbe\x59\xb4\xd6\x10\xa7\ \x7d\x6a\x52\x58\x56\x78\xa5\x14\x1b\x02\x00\x51\x33\xe5\xca\x1b\ \xff\xba\xf2\xce\x53\x2f\xbe\x0c\x00\x60\xe6\x8d\xa7\x0f\x5b\xa3\ \xd6\xf3\xae\xfe\xe0\x79\xa3\x8f\xb1\xee\x8c\xf7\xdd\x70\x46\xe5\ \xe9\x29\x17\x7f\xf4\x94\x8b\x0f\xfc\x38\x35\x40\x54\xdf\x40\x5e\ \x19\x6f\xc6\x51\x94\xc9\xda\xb2\x65\xf4\x26\xcc\x39\x77\x02\x00\ \x40\x7a\xce\xd2\xf7\xcd\x01\x00\x38\xff\xcf\x3e\x74\x7e\xf9\x6f\ \xcf\xb8\xe6\x96\x33\xf6\xfa\xc0\x71\xf3\x97\x7e\x68\xfe\xd2\xca\ \xd3\xab\x3f\xfc\x37\x07\xbe\xbd\x44\xe0\x63\xa6\x85\x55\x79\x26\ \x45\x18\x51\x96\xad\x01\x10\x00\xd0\xbc\xe0\xf4\xb3\x00\x00\xa0\ \x65\xce\x99\x1f\x99\x53\x29\xfa\x9e\x71\xd9\x15\x33\xdc\xc4\x2d\ \x38\xad\x5c\x9f\x93\x9d\x74\xd9\x8d\x1f\x1b\x1d\x16\x6c\x9b\x7b\ \xcd\xcd\x73\x2b\x4f\xcf\xb8\xf4\x86\x8d\xeb\x56\xbf\xd3\x35\xeb\ \xee\xe6\xca\x5e\x5d\x86\x15\xc3\xfb\x3c\x82\x67\x8d\x01\x04\x41\ \x82\x84\x60\x6b\x85\x74\x36\xc7\xf5\x32\x70\x1a\x50\x10\xc5\x46\ \x29\xdf\x4f\x65\xac\x35\x6c\x99\x84\x04\x02\x24\x02\x14\x0e\x95\ \x25\x29\x3a\xc2\x0a\x03\x8c\x99\x2d\x03\x26\x52\x6b\x60\x19\x99\ \x11\x98\x91\x80\x90\x00\xd8\x32\xe8\xb2\xdd\x42\x42\x24\x01\xd6\ \xc6\xc6\x30\x03\x21\x09\x29\x8c\x31\xac\x4d\xd9\x90\x22\x03\x30\ \x57\xc8\x91\x0c\xe0\x64\xff\x47\x53\x5a\x1d\xbb\x06\x12\x3c\xe2\ \x78\x39\x94\x08\xe6\x58\xed\x3e\xca\x05\xfa\x2a\xb2\x12\x95\xa2\ \xc0\xe1\x0f\x3a\x00\xa5\x7a\x57\x17\xac\xa4\x90\x52\xb0\xe5\xa4\ \x4d\xab\xcb\x38\x25\xf5\xe3\x08\xd6\x82\xe5\x38\x8e\x63\xad\xdd\ \x45\x11\x44\x4a\x29\xe5\x79\x42\x08\x60\x40\xe4\x9a\xda\x1a\x17\ \x97\x8c\xa2\x48\x29\xe9\x14\x73\xdd\xa1\x4a\xe5\xfb\xe9\x0c\x22\ \x45\x51\xc8\x0c\x28\x49\x38\x3a\x00\x33\xb2\x75\x3c\x6a\x76\x29\ \x28\x0b\x00\x40\xd2\x77\x75\xe2\x28\x84\x27\x45\x6c\x6d\x75\x8b\ \xfa\x38\x8e\x53\xa9\x94\xd6\x3a\x9f\xcf\xa7\x53\xa9\x40\x47\x44\ \xb2\x2a\x64\x0c\x42\x08\x2c\x27\x6d\x80\xc1\x91\x9c\x46\xf8\xc8\ \xe5\xf8\xa9\xcb\xbd\x01\x03\x22\x38\xaf\x19\x11\x5d\x8c\x37\x51\ \x3e\x2f\xa7\xb9\xaa\xaf\x19\x56\x99\x60\x22\xfa\x13\xb4\xb8\xf2\ \x52\xf4\x9e\xd3\x3e\x41\x23\x15\x49\x5d\x30\xfe\x80\x9a\x16\x1c\ \xec\x31\x69\xe1\xa2\xf0\xab\xb7\x8d\x6c\x5a\xa0\xeb\xd2\xa9\xc3\ \xe7\x08\x25\xdb\x29\xef\xfa\x00\x9c\x79\xf3\x88\x5d\xc7\xe8\x14\ \x69\x67\x16\x0f\xee\x08\x4b\x85\xfd\x21\x8b\x10\x55\x2c\x63\x05\ \x1f\x55\x01\x09\xb7\x2f\x26\x43\x08\x81\xb2\xdc\xc3\x20\xc9\x9c\ \x82\x65\x4b\x28\xa4\x52\xee\x86\x26\x22\x46\x4b\x24\xac\xb5\xda\ \x72\x18\x6b\x2a\x63\xa2\x7d\x62\x31\xa8\x0e\xf8\x39\x5b\x6c\xd1\ \xc5\x23\x99\x88\x00\xa8\x0a\xa9\x39\x67\x8c\x12\x7a\x87\x71\x8a\ \xad\x95\x35\x52\x0e\x8c\x22\x11\x56\x16\x64\xf5\x12\xe2\xbd\x4a\ \x9e\xab\x09\x8d\xcc\x00\x8c\x9c\xbc\x1f\xc1\x29\x2c\x70\xc5\x8d\ \x83\x4a\x56\xa4\xf2\x65\xfb\x6d\x17\x91\x48\x28\x45\x42\x31\x71\ \xd2\x10\xa5\xec\xd4\x3b\x1c\xe6\xf2\x3d\xca\x13\x9e\x8f\x4a\x4a\ \x67\x0b\x88\x92\x4b\x81\x84\xc0\x56\x08\xa1\x8d\xd6\x71\x9c\xcb\ \xd5\x68\xa3\x01\x8d\x31\x56\x79\x9e\x31\x36\x36\xb6\x14\x46\xe5\ \xb6\x0d\x50\xf6\x82\xb1\xcc\x50\x4a\x28\xb4\xe5\xd3\x76\x24\x4a\ \x24\x42\x49\x42\x48\x0f\x5c\xc0\x22\x01\xd1\x40\x42\x00\xa2\xf2\ \x3c\x12\x82\x11\x94\xf2\xd8\x99\x2d\x1e\x76\x7e\x89\x08\x10\xad\ \x31\xb1\x8e\x01\xc8\x51\xbe\xdc\x2d\x51\x51\x72\xab\xcc\xb5\xd6\ \x71\x92\x0d\x4b\x4a\xa4\x87\x73\x7d\xc6\x5a\xb6\x8c\x84\x15\x07\ \xda\xb2\xe5\xb2\x2c\x66\x05\xba\xff\xb1\xcd\x62\x26\x93\x99\x39\ \x6b\x06\x1c\xf6\x63\xf2\xe4\xc9\x87\xf9\x11\x0a\x21\x66\x4c\x9f\ \x7e\x98\x1f\xa4\xb3\x6f\x88\xc3\x9d\xad\x46\xe4\x05\x98\xcb\xc1\ \x78\x51\x81\x93\x38\x62\x24\x9c\x38\x2e\xcb\x9f\x94\xa9\x7f\x0e\ \x8b\x81\x36\x00\xe0\xc4\x59\xb8\x82\x88\x2a\x5f\xca\x49\x28\xa9\ \x92\x2c\x06\xb6\x8c\xc8\xe8\x0c\x28\x3a\x11\x9f\x7d\x68\x37\x54\ \x28\x3f\x15\x66\xf5\xa8\xd5\xc2\xcc\xc6\x32\xa0\x28\x5b\x31\xe7\ \x09\xed\x65\x10\x13\x97\x92\xab\x62\x7e\x95\x2f\xc2\x8a\x4d\xac\ \xe6\x81\x57\x28\x96\x07\x50\x12\xeb\xb8\x30\x12\x49\x24\xf4\x21\ \xa4\xf2\xbc\xba\x68\x1f\x32\x19\x6b\x2c\x01\x13\x09\x99\xc0\xf3\ \xe1\x2a\x24\x0b\xd6\x1a\x6b\x11\x51\x92\x12\x2a\xb2\x96\x81\x2c\ \xb0\xb6\xd6\x82\x00\xa2\xd8\x70\x5c\x0a\x2b\x53\xca\x09\x98\x76\ \xcc\xc5\xa4\xe6\x68\x58\x48\x15\xc1\x5a\x06\x44\xb6\x60\xac\x89\ \x74\x00\x89\x84\x92\x75\x36\x91\x88\xb4\x4d\x72\x87\x0e\x5d\x72\ \x19\x47\xbb\xcd\xd2\x18\x6d\x6d\x92\x91\x42\x24\x66\xa8\xae\x2e\ \xaf\xda\xa2\x92\xab\xa0\x8d\xe1\xf2\x7c\x0a\x21\x88\xc9\x68\x03\ \x08\x4a\x4a\x40\x32\xac\x59\x5b\x60\xa8\xe2\x4e\xe1\x70\x02\xf3\ \x6d\x4c\xfc\x58\xe7\xbf\xb1\x71\x80\x8e\x3e\x54\xab\x21\x54\xe7\ \x25\x92\xa7\x28\x18\x1c\x86\x42\xcb\x18\xc5\x66\xa4\x4d\x64\xc4\ \x6a\x44\x96\xd8\xd2\xe1\x27\xc9\xcb\xce\x6f\xc2\x61\xb8\xe4\x78\ \x84\x5c\x29\x66\x4f\x62\xff\xe5\xdf\x58\x86\x2a\x5a\x4f\x92\x2e\ \x67\x17\x59\xab\x3a\x36\x4c\x60\x4b\x99\xce\x5f\x1d\x37\xb4\xcc\ \xc4\xb6\xea\xfd\xc3\x34\x98\x11\x11\x46\x28\xc3\xa7\xb2\x1d\xdc\ \x07\x96\x1c\x09\x30\xcb\x19\xd2\x03\x51\x78\x73\xd9\x7f\x4c\x68\ \x85\x89\x41\x2c\x9f\xaf\xcb\x02\x09\x62\x06\x4b\x68\x12\x83\xc4\ \xc0\x06\xad\x41\x04\x63\x5d\xa3\x85\x64\xc6\x5c\x3c\xce\x26\x72\ \x69\x2e\xc1\xe1\x78\x99\x08\xc0\x4c\x15\x09\x49\xc0\x4a\x36\xa3\ \xb2\x0f\x25\x07\xc1\xae\xde\xdd\x6d\x56\xcc\x16\xca\xd0\x5e\x1b\ \x53\xbd\x65\x26\xe5\xf3\x23\xb6\x0a\x6d\x8c\x01\x18\x7e\x5b\x59\ \x94\xee\xf7\xc6\xac\x51\x48\xc7\x9a\x34\x80\xd6\x58\x62\x60\x00\ \x41\xc2\x92\x40\x00\x02\x2a\x33\xa7\x2c\x97\xef\xd0\xca\x6e\x84\ \x6f\x63\x37\x1a\x33\x8b\x63\xe3\x40\x73\x2c\x55\x41\x1f\xa8\x54\ \xfe\x56\x65\xa5\x87\x5b\xe2\x81\x6b\x7a\xe7\x22\xe7\xc9\x02\xb0\ \x88\x89\xfa\x40\xb5\x74\xe3\x70\x56\xcc\xd8\xe1\x24\x8a\x23\x7d\ \x61\x75\x82\x97\xcb\x30\xb5\x6c\x27\xb0\x8a\xdb\xcd\x2c\x08\xcb\ \x80\xd1\x56\xbb\xb1\xc9\x9a\x74\x4a\x38\xfb\x4a\x86\x70\x39\x8d\ \x02\xc3\x5a\xdb\x90\xb4\x1e\xe1\xe1\xfd\xa0\xb2\x66\xf7\xb2\x7b\ \x0e\x4a\x9a\x6a\x90\x58\x2d\x2f\x64\x0f\x28\xf1\x82\xd6\xba\xb2\ \x3f\x5b\x39\x65\x17\x17\xac\x1c\x6e\x22\xaa\xe9\xf4\x35\x0c\x73\ \xac\xcb\xa0\xd6\xfd\x8b\xe0\xa4\xda\xca\xc7\x4f\x44\xcc\xc8\xec\ \xf4\x8a\xd0\xd8\xc8\x31\xd7\xa1\x2a\x90\x3a\x02\xab\x26\x7d\x6f\ \x2a\xb1\x9d\xe1\x2b\x8e\x08\x00\xa6\x8c\xe5\x93\x06\xd1\x58\x81\ \xdc\x3c\x02\x35\x43\x99\xdc\x53\xd9\x73\x46\x45\x45\xf6\x9d\xca\ \x13\x94\x5c\xca\x32\xea\x4d\xfc\xfd\x30\x84\xaa\x42\xcc\xea\x2f\ \x1a\xb9\x43\x8d\x99\xc5\xb1\x71\x48\xcd\xa2\xb5\x6c\x2d\x38\x39\ \xee\x72\xf4\x0d\xca\xe1\x6d\xcb\xd6\xa5\x23\x2a\xa5\x29\xe5\x8a\ \x09\x74\x8b\xcb\x3a\x5e\x0b\x25\x81\x70\x5b\x15\x32\x4f\xd6\x55\ \xf9\xa6\xaf\xf2\x7e\xa9\xda\x2c\xee\xed\xbc\x57\xc3\x4c\xb0\xd5\ \x70\xcf\x39\x68\xe5\xf5\xe2\x42\x8d\x08\x15\xb7\x37\x59\xfd\xe5\ \x6e\x99\x0c\xc8\x76\x94\xa9\x83\x72\x64\x7f\xd8\xa1\xab\xb6\x86\ \x95\xc4\xb4\xcb\xd9\x5a\x86\x44\xde\xda\x0e\xff\xac\xc4\x19\xc1\ \xee\xaf\x18\x12\x82\xb5\x56\xc7\xda\x28\xe3\xac\x40\x42\x0b\x2d\ \x97\xd3\x20\x92\x61\x0b\x58\x91\x3e\x4d\x32\x20\x95\x2a\x7b\x00\ \x01\x54\xc9\xf0\x63\x59\xf2\x0a\x93\x14\x16\xa3\xb5\x88\xc8\x49\ \xb1\x29\x83\xe5\x91\xf4\x59\x4e\x70\x64\xf5\x2f\x12\xa0\x6e\x2c\ \x00\x2b\x41\x04\x49\xb7\xaf\xb2\x0b\x30\x62\x07\xad\xa4\xe9\x1c\ \x29\x6a\x58\xd4\xbd\xdc\x23\x6c\x9f\x41\xe4\x6a\xb7\xda\x68\x5d\ \x9d\x5a\x71\x93\x50\x11\xe9\x18\xb1\xc3\x95\x1b\x37\x56\x9a\x74\ \x8f\x0a\x19\x8f\x99\xc5\xb1\x71\x90\x87\xad\x08\xe5\x96\x97\x9d\ \x73\x26\x31\xb1\x19\x68\xd8\x56\xd1\xa0\x5d\x33\x22\x34\xc6\x12\ \x12\x32\x32\x5b\x17\x09\x23\x4e\xdc\xd9\xe1\xc5\x8a\x80\xc0\x58\ \xd5\xd2\xb7\xec\xf4\xd9\xbd\xd3\x2f\xd5\xc1\xbb\xca\x1a\x03\x00\ \x3d\x12\xc3\x89\xa4\x9d\x75\xb2\x4c\x10\xd8\x45\xeb\x2b\xef\x4a\ \xd2\x3b\x50\xf6\x1f\xd9\x8c\x72\x99\xcb\x3e\x7e\x45\xb5\xc7\x56\ \x1a\xa6\x56\x33\x1c\x13\x1f\x30\xd1\x3f\xe2\x7d\xe0\x1d\x86\xfd\ \x0e\x2e\x62\x72\xa6\x49\x9f\x65\x74\x0c\x40\x21\x1d\xf7\xdc\x18\ \xb0\x60\x63\x5d\x69\x6e\x87\x2e\x3c\x88\x65\x8f\xdb\x49\x45\x1a\ \x63\x09\x05\x95\x29\xe5\x06\xb0\xd2\x80\x81\x10\x8d\x8e\xcb\x61\ \x0b\x77\x55\x86\xdd\xdb\xc4\x19\xb5\x16\x1d\x1f\x1d\x31\x91\x08\ \x41\x24\x51\x0e\x62\x82\x35\x49\xd9\x38\x03\x40\xa5\x33\xdf\xb0\ \xf6\x1a\x61\x12\xfb\x2b\x9b\x39\x12\x44\x44\xec\xcc\xa9\xb1\x23\ \xcf\x76\xd8\xc0\x95\xcf\xc7\xb0\xb5\x2e\x8e\x4a\x2e\x64\x82\x16\ \xac\x45\xcb\x88\x68\xb4\x4e\x7a\xfb\x0d\x97\xa2\x56\x6f\xab\x70\ \x78\xf5\x72\x19\x1b\x47\xde\xd0\x96\xb5\x65\xb0\x4c\x09\xfa\x20\ \xe7\x38\x8d\x60\xd8\x96\x7d\x2b\x4e\xb2\x26\x8c\x88\x96\x0d\x02\ \x22\x10\x70\x55\x5c\xdf\xb1\x4f\x1c\x94\x00\xac\xbc\x39\x59\xba\ \xc6\xb8\x96\x7b\xd5\x81\xaa\xea\x50\x66\x85\xd8\x31\x02\xd7\x54\ \xfd\xac\xd8\xa6\x61\x40\x61\x79\x38\xb8\x08\x60\xc1\x8c\x70\x83\ \x81\xcb\x1a\x54\xcc\x36\x21\x54\x58\x60\x57\x83\xc8\x65\xab\x67\ \x93\xf2\x3f\xc0\x72\x68\xd4\xe5\x6c\xab\x7d\xf6\xd1\x6a\x8c\x70\ \x60\x04\x46\x36\xe0\xd8\x45\x84\x0c\x04\x00\x06\xac\x65\xb0\xae\ \xca\xc4\xe1\x55\x74\xd0\x11\x00\xb0\xba\x89\x08\x22\x58\x6b\x30\ \x09\xba\x62\x05\x7f\x55\x66\xd2\x19\x3c\x42\x51\x99\x79\x6b\x2d\ \x32\x12\x91\x3b\x53\x04\xb6\x60\x9d\x20\x3b\x3a\xa3\xe4\x4b\x37\ \xff\x44\x40\x84\xcc\x96\xad\x75\x5a\x0f\xd5\x9d\x1b\x2a\x38\xd1\ \x22\x5a\x6b\x6c\xb9\x89\x36\x24\xa9\x7f\x03\xe5\x12\xec\x64\xba\ \x10\x09\x9c\xf9\xad\x92\xb0\x04\x80\x58\x0b\x74\xb9\x66\x03\xcc\ \x92\x88\x8d\x01\x6b\x14\x03\x30\x93\x20\x02\x34\xc6\x24\xa5\xa2\ \xcc\xba\xac\x92\x49\x0c\x65\x4f\x85\xc7\xcc\xe2\xd8\x38\x74\xb1\ \xc5\x11\x2b\x9f\xaa\xfc\x9a\xbd\x1e\x8c\x78\x5a\xfe\xb9\x0f\xd0\ \x67\xec\x70\x5a\xa6\xb2\x96\xdc\xab\x15\x89\x9a\xea\xac\x4d\x75\ \x86\x67\x9f\xce\xd7\xa8\x90\x52\x75\x59\x8b\x1d\xe9\x65\x57\xc7\ \xa1\x9c\xfb\x38\xe2\xcf\x99\xa0\xec\x91\x0d\x47\x13\xab\xe0\xcc\ \x3e\x3f\x0d\xf6\xc5\x72\xe7\x03\x8c\x2d\x1a\xd6\xda\x58\x63\x11\ \xc9\x32\x0b\x00\x41\x64\x62\x53\x96\xf5\x77\xb5\x2e\x38\x22\xf7\ \x55\x15\x6d\x70\x35\x45\x23\x91\x34\x57\x85\x22\xca\x51\xc8\xaa\ \x19\xb3\xd6\x1a\x97\x2e\x03\xb4\xc8\x44\x49\xa2\xdf\xba\xe8\x61\ \x72\x21\x12\x91\x18\x63\xac\xb1\x56\xb9\x66\x3b\xc6\xb8\xaa\x95\ \xa4\xc9\x8f\xab\xd9\x8e\xe3\xea\x62\x4d\x5d\x56\x2c\xaf\xbe\x88\ \x49\xb4\xa1\x8a\xf8\x35\xbc\xab\x0d\x13\x85\x00\x98\x8d\x36\x88\ \x48\x8c\x49\x48\x57\x1b\x5b\x31\xf1\xd6\x56\xdd\x6c\x58\xb1\xb6\ \x63\x4e\xf4\xd8\x38\x84\x83\xaa\xc6\x28\x47\xa9\x3a\xac\x5e\x1d\ \xee\xa9\xbe\xf5\xb1\x5c\x52\x36\x0a\xb3\x8c\x32\x8b\x7b\x1b\xb5\ \xea\x3b\xbe\x1a\x2d\x8e\xea\xa5\x37\xcc\x9d\x2c\xab\x99\x56\x7f\ \xfe\x5b\xd8\xa6\xbd\xbf\xb4\x5a\xba\x6a\x9f\x36\xb4\xd2\x51\x7a\ \x98\x26\xb9\x97\x4c\xf7\xf0\x0c\x24\x01\xcd\xfd\x54\xe2\x2c\x13\ \x09\xa1\xba\xbf\x58\x45\x29\x5d\x08\xc1\xfb\x2a\x15\xaf\x84\x38\ \x5d\x67\xd7\xea\x16\xd8\xd5\x68\x11\x11\xad\xd1\x58\x75\xd6\xae\ \xb9\xa3\x13\x40\x14\x24\x84\x24\xad\xb5\x8b\x6f\xb8\xd9\xa8\x80\ \x74\x44\xb6\xd6\x12\x20\x5b\x1b\x86\x61\xe5\x78\x9c\x71\x84\x44\ \xe3\x07\xd9\xd8\x6a\xc6\xe2\xde\x57\x79\xd4\x34\x56\xcf\x64\xe5\ \xb1\x7b\x19\x01\x8c\x65\x72\x38\x14\x30\x89\xa2\x96\x3b\x0b\xc1\ \x48\x01\xf9\xe1\xe2\xcb\x3f\x82\x13\x7d\x58\xf1\xb4\xc7\xc6\xfe\ \x8d\xd1\xee\xe7\xdb\x1b\x46\x1b\xad\xb5\x43\x01\xd5\x06\x0b\xca\ \x59\xe9\xea\x90\x5f\xe5\x2e\x1f\xfe\xf3\x32\x7b\xa3\xea\x2e\x4a\ \x0a\x1d\x60\x6f\xf8\x00\xc0\xd6\x3a\xd0\x51\x6d\x07\xab\x9f\xfe\ \x3e\xb4\x08\xe5\x8c\xe7\xde\xa8\x8d\xab\xfe\x19\x8d\x31\x47\x3e\ \xab\x14\x35\x8f\x02\x35\xbc\xaf\x3c\xf4\xa8\x97\x46\x99\x45\xe6\ \x03\x20\x2e\x96\xff\xd2\x15\xc6\x59\x1b\x31\x23\x10\x9a\x84\x95\ \x84\xcc\xac\x2d\xff\x3e\xb4\xe8\x2e\x96\x93\xe1\x82\x32\x21\x7f\ \x94\x49\x12\x55\xb3\x3a\xec\x0a\x38\x5b\x03\x5c\x6e\xe1\x30\x7c\ \x7d\x2b\x9b\xa2\x0b\x7e\x08\x12\x95\x2c\x87\x93\x25\x4e\x3a\x26\ \x32\x27\xdd\xd0\x46\x6e\x9f\xd5\x7b\x6a\xe5\x33\xab\x8d\xf2\xe8\ \x08\xef\xc8\xa8\x63\x14\x86\xae\x78\x51\x52\x39\x93\x3e\x8a\x3c\ \x5f\x3d\xed\xe5\x2a\xc6\x43\x6b\x16\x89\xa8\x54\x2a\x6e\xda\xf0\ \xe6\x91\x69\x2d\x1c\x39\x76\x24\x0e\x07\x84\xc3\xb4\x3d\xcd\x01\ \x8c\x28\x0a\xf7\x6f\x7b\x1b\xd9\xfa\xc1\x8e\xc2\x89\xa3\x20\xde\ \x68\x23\x58\x8d\x1c\x5d\x08\x92\x86\x27\x7c\xef\x6f\xda\xdb\xe2\ \xb8\x54\x37\xc0\x68\xda\xc7\x3e\x2d\xa3\x10\xa2\xda\x4a\xed\xfd\ \x86\xd1\x76\x0d\xec\xde\xaf\xee\xcb\x2c\x82\xb5\xa6\x3a\x92\x59\ \x0e\x1a\xd8\x51\xf5\x2d\x95\x15\x3e\x0a\x72\xbe\xd3\x7b\xd2\x68\ \x13\x47\xb1\x4d\x5b\x14\x24\x84\xb0\x16\x2c\x27\xa5\x41\x89\xdf\ \x5a\xae\x2d\x1a\xb5\x55\x54\x6c\x5c\x05\xbe\xc9\x72\xdd\x51\xf5\ \x75\x11\x55\x5b\x9a\x3b\x4e\x57\x98\x9c\xc9\x64\xa2\x28\x0a\x82\ \x92\x9f\xf2\xaa\x8d\xec\xa8\xe0\x69\x14\x27\x76\xca\x5a\x1b\xc7\ \x71\xb5\xf4\x83\xd6\x1a\x4c\x12\x4c\xac\x4c\x42\xa5\x4b\xda\xa8\ \x52\xbf\x51\xac\xcf\xca\xab\xa3\xb4\x87\x5c\xe9\x74\x92\x8e\x27\ \xb4\x8c\xba\x2a\xe1\x53\x6d\xf7\xad\xb5\x48\xf4\xc7\xa0\x73\x23\ \xe2\xa4\xc9\x53\xb5\x8e\x8f\x48\xc4\xc8\x0c\xda\x68\x25\x55\xac\ \x63\xf7\xd3\xc9\x8b\x1e\x89\x27\x5b\xe3\xf9\xbe\x31\xfa\xed\x5b\ \x43\x21\xc4\x37\xbf\xfe\x15\x9b\x74\xb0\x2b\xb3\xdc\x7e\xdf\xe6\ \xb2\xaf\xdf\x8e\x78\x3b\x56\xfd\x3f\xea\x6d\x55\x40\xa9\x22\xcc\ \x3d\xa2\xb6\x04\xa0\x42\x8b\xdb\xf7\xdf\xf2\x5e\x9f\xb3\xcf\x63\ \xd8\x37\x2c\xdb\xeb\x88\x79\xaf\x0f\x7f\x8b\xbf\xda\xd7\xe7\x5b\ \xb6\xe9\x54\xba\x50\xd8\x9f\x82\xcb\x52\xb1\x78\xfe\x45\x17\x2f\ \x5d\x76\x56\xa5\x8c\x72\x04\xb9\xbc\x7c\x70\x55\x7a\x68\xc3\x92\ \x94\x30\x92\x57\x03\x55\x32\xe7\xbf\xe7\xca\x38\xca\x62\xc2\xd5\ \xa9\x10\x0c\xab\xe5\x86\xf7\x61\xdf\x2b\xca\x46\x89\x08\xe6\x5b\ \xd4\x80\xef\x73\x2a\x71\x54\x00\xd6\x29\x52\x94\x39\xf8\xc3\x24\ \xf2\xea\x8d\x76\x14\x29\x07\x86\xdf\x3d\xe2\xa6\x45\xc4\x4c\x26\ \x63\x8c\x39\xe4\x4e\xb4\xef\xfb\xae\x75\xe1\x91\x37\xb4\xd6\xe1\ \x40\x7f\x7d\x7d\x43\xcf\x9e\xee\xba\xfa\x86\x9e\x3d\xdd\xcd\xad\ \x6d\x51\x10\x1c\xa9\x71\x83\x77\x0a\x61\xda\xda\x5a\x2b\xe4\x9b\ \xdf\x63\xc6\xe0\x0f\xda\x88\xb7\xf7\xe2\xe1\xe3\x3f\x1c\xe8\x6f\ \x2b\xe1\xbc\xb7\x5e\x9c\x6f\x71\x8d\xb2\xb9\x5c\x4d\x6d\xed\x3e\ \x0d\xfe\xa1\xbe\x3d\xaa\xab\x92\x98\xdf\x4a\xf2\x82\x0f\xbf\x56\ \x9a\xc3\x88\xf5\x8f\x10\x5b\x3c\xd2\x07\x8f\xf8\xc9\x7c\xc4\x9e\ \xe7\x3b\x3f\xb5\x3f\x78\x87\x8d\x8d\x43\x31\xaa\xb3\x25\x63\xe3\ \xa0\x8f\x83\x63\x16\xf7\x6f\xd3\xfb\xaf\x32\xd2\xe9\xac\x31\xa6\ \xf2\x33\x8a\xa2\x23\xf5\x8e\xdc\x3b\x65\x31\x36\xc6\xc6\x98\x59\ \xdc\xcf\xb5\xf4\xc5\x7f\xf9\xdf\x3d\x3d\x3d\xfb\x97\xca\xfc\x2f\ \x61\x2c\x2c\x33\x55\xb5\xb5\x3b\x3c\x6d\xc7\xdb\x51\x4c\x1a\x79\ \x5a\x23\x9e\x17\x8a\xc5\xf3\xce\x3b\xef\xca\x2b\xaf\x2a\x16\x8b\ \x63\x0b\x63\x6c\x8c\x99\xc5\x03\x1d\x83\x83\x83\xfd\xfd\xfd\x47\ \xaa\x59\xfc\xaf\x32\xb4\x31\x92\xc8\x32\xbb\xca\xa7\x4a\x76\x6f\ \x6f\x3f\xd7\x89\xc5\x53\x45\x0c\xde\x99\xc5\x42\xa1\x54\x2a\x8d\ \xa1\xc5\xb1\x31\x36\x0e\x8e\x21\x13\xe5\x31\x36\xa1\x7f\xaa\x61\ \x8c\x99\x3a\xbe\x65\xe2\xe4\x69\xf5\xcd\x6d\x41\x1c\xb1\xe5\x38\ \x8e\x77\xef\xda\xe5\xf9\xfe\xf8\xf1\xe3\xe2\x38\xae\xca\xc9\x61\ \xac\xa3\xae\xce\xce\x6d\xdb\xb6\x82\xab\x8e\x2a\x5f\xc4\xbd\x69\ \x7d\x63\x63\x6c\x8c\x99\xc5\x03\xf5\x36\x4d\x14\x86\xf1\x30\x36\ \x41\x21\x95\x00\x63\xc0\xf3\x7d\x04\x06\x36\x41\xa8\x95\xef\x93\ \x8d\xc3\x98\xfd\x94\x0f\x36\x8e\xc2\xc8\x30\x20\x09\xcf\xf7\xc4\ \x30\x54\x61\x1d\x45\x91\x36\x00\x20\x95\xe7\x29\x05\x60\xe3\x28\ \x8c\xb5\x05\x44\xa5\x7c\x25\x5d\x19\x56\x1c\x44\xd6\xf7\xfd\x84\ \xc7\xc4\x36\x0c\x43\x52\x29\x4f\x40\x18\x94\x9c\xb6\x12\x09\xe9\ \x79\x9e\x40\x1b\x06\x21\xa9\x94\x14\x88\x00\x71\x14\x5a\x14\xc8\ \x3a\xd6\x55\x95\x18\xd2\xf7\xc8\x84\x91\x2e\x57\x18\xa9\x74\x4a\ \xea\x30\x88\x0d\x57\x3e\x87\x0e\x4b\x2c\x65\xad\x6d\x6d\x6e\x9a\ \x37\xff\x98\xc5\x4b\x96\xb6\x8d\x6b\xcb\xa4\xd3\xc6\x98\xbe\xbe\ \xbe\xbe\xbe\xbe\x35\x6b\xd6\xb6\xb7\xb7\xcf\x9f\x7f\x74\x14\x45\ \x15\xcd\x94\x42\xa1\x50\x0a\x82\x95\xaf\xaf\xfc\xcd\xe3\x8f\x0f\ \xf4\xf7\xd2\xd8\x7e\x36\x36\xc6\xc6\x21\x32\x8b\x36\x8e\x9b\xa6\ \xcf\x3f\x7a\xca\x38\x30\x51\x6c\xc0\xf3\xbc\x78\xa0\x73\x63\x47\ \xb1\xa1\x06\x37\xad\xdf\x1c\x23\x0a\xbf\xf1\xb8\xf9\x6d\xbb\xde\ \x5c\x53\xc8\x4c\x9e\x3b\xc1\xdf\xf8\xc6\xfa\x40\x35\x2c\x38\x7e\ \x7e\x6b\x8d\x0a\x07\xbb\xd6\xad\xdd\xd0\x1f\x68\x42\x04\xb6\xb1\ \xe6\xd6\xe9\xc7\xcc\x9e\xd2\x2a\x38\xea\xd8\xb2\x61\xd3\xf6\xce\ \xd0\x88\x09\x33\x8f\x9f\x39\xa9\x89\xa2\xfc\x86\x35\xab\xb6\xf7\ \x94\x94\x22\x55\x3b\x65\xc1\xc4\xcc\xc6\x75\xeb\x0a\x56\x10\x58\ \x8d\x99\x79\xc7\x1e\x1b\xec\x5a\xb3\x75\x08\x8f\x5a\x78\xc2\xa4\ \xc6\x8c\x24\xee\xdb\xb5\xe9\x8d\x75\x9b\x23\x55\x37\x6b\xe1\x31\ \xc5\x1d\x6f\x76\x0c\x04\x0c\xa2\x7d\xe6\x82\x4c\xd8\x6b\x6a\xa7\ \x4c\x69\xcb\xc6\x71\x68\x41\x7a\x4a\x0c\x75\xac\x59\xdf\x97\x3e\ \x71\xfa\xc4\xb4\x27\x01\x80\xf3\xdb\x5f\x5a\xb1\xad\x7d\xde\xe2\ \xc9\xe3\xea\x15\xc1\x40\xe7\xe6\x37\xd6\x6d\x09\xad\x14\x87\x19\ \xa2\x32\xd6\xd6\xa4\x53\x73\x67\xcd\x3c\xf3\xfc\x8b\x5b\x5b\x9a\ \xe3\x28\x2a\x16\x8b\xd6\x5a\xdf\x4f\xb5\x4f\x68\x4f\xa5\xd2\xcf\ \x3d\xf7\xdc\xc4\xf6\x76\xcf\x53\xae\x1a\x14\x01\x3c\xdf\xcf\x64\ \x32\xe7\x9c\x73\x76\x29\x08\x9e\xfc\xcd\xe3\x41\x50\x1a\xc3\x89\ \x63\x63\x6c\x0c\x23\xa4\x83\xf8\x59\xcc\x26\x55\xd7\x38\x69\xd2\ \xc4\x63\x96\x5d\x75\xe3\x5f\x5e\x35\x6b\xf2\xc4\xf1\x4d\xb5\xed\ \xc7\x5d\xf0\xe7\x57\x9e\x93\x8a\x43\xad\xb5\xa8\x3d\xea\xba\x9b\ \xae\x99\x96\x8d\xd2\xd3\x4f\xbd\xee\xba\x0b\xd2\x94\x3d\xff\x2f\ \x6e\xb9\xee\xbd\x4b\xa7\x1f\x35\xf7\xe4\xd3\x4e\x6c\xab\xf3\xac\ \x61\x00\x8e\x62\x5a\x78\xd1\x8d\x9f\xfc\xf0\xf5\x8b\xe7\xcf\x3e\ \x7a\xe1\xa9\x4b\x4e\x99\x07\x11\x9d\xfc\xbe\x0f\x7f\xe2\xa6\xab\ \x16\xce\x9d\xb9\xe0\xb4\x8b\x3f\xfe\xc9\x8f\x2d\x9d\xd3\x18\x16\ \x0b\xd9\x69\x67\x7f\xf2\xd6\xcf\x2c\x9b\xdf\x1a\x85\x51\x1c\x86\ \x8d\x73\xde\xf5\x3f\x3f\xfb\x77\xe7\xcc\xcc\x96\x44\xe3\xbb\x3f\ \xf8\xe1\x65\x8b\x66\x8c\x9b\x38\xeb\xc2\xbf\xf8\x1f\x1f\xb8\xf4\ \x34\x4f\xd6\x9e\x7f\xfd\x87\x4e\x98\x52\xab\xe3\x38\x8c\xc5\xe2\ \x0b\xae\xbd\xf4\xe4\xe9\xd9\xba\x96\xf6\x89\xd3\xce\xbb\xf2\x03\ \xd7\xbf\xf7\xb4\xc9\x93\x26\x36\xe7\xbc\x49\xa7\x5d\x72\xfd\xb5\ \x17\x4e\x99\x30\x61\xe2\xe4\xc9\xed\xad\x39\x43\x0d\x17\xbd\xff\ \x43\xef\x39\x79\x4e\xdb\xa4\x99\xe7\x5f\xfd\xe1\x0f\x5f\xbd\x34\ \x0d\xf1\x61\xc7\xcf\x61\xdb\xd4\xda\x76\xea\xb2\x73\x5b\x9a\x1b\ \x83\x20\x88\x75\x6c\x8c\x35\xda\xe8\x38\x2a\x96\x8a\x99\x4c\x7a\ \xd6\xac\x99\xab\x56\xad\x4a\x7a\x94\x94\x5b\x02\x69\xad\xa3\x28\ \x3a\xf3\x5d\x4b\x8f\x5e\xb0\x00\x01\xf9\xc8\x65\x1d\x8d\x8d\xb1\ \xf1\xa7\x44\x8b\x42\xf9\xbb\x5e\x7b\xf6\x7b\x2f\x3c\x3c\xf9\x5c\ \xd5\x78\x2a\xff\xf8\x5b\xdf\xec\x05\x31\xeb\x82\xe3\xa2\xa0\x14\ \x45\x51\x44\x46\x84\x41\xa1\x14\x18\x46\x36\x71\xa9\x98\xe7\xcc\ \xc4\x93\x8e\x9e\xb2\xfc\xfb\x9f\xfe\xcf\x67\x76\xd5\xd6\xd5\x78\ \x02\xa5\x24\xab\x83\xba\x39\x17\x5d\x7d\xde\xbc\x47\xbf\xf9\x8f\ \x0f\xae\xea\x91\x4a\x29\xd4\xb5\x8b\x2e\xbd\x6a\x69\xfb\xdd\x5f\ \xfe\xc2\x53\x9b\x06\x01\xbd\x53\xae\xfc\xc4\xf5\xd7\x5d\xfe\xc6\ \xad\x5f\x4d\xd7\x40\x6f\xd1\x9c\xbc\xec\xec\x67\x56\x7e\xaf\xc3\ \xb6\x9e\x75\xd6\xa9\xb6\xd4\x67\x6a\xb2\x04\x8c\xe1\xee\x27\x7e\ \x79\xfb\x7d\xaf\x74\x4e\x59\x7c\xd5\x17\x3f\x76\xe6\xd4\x97\x7f\ \x54\xc8\x17\x9c\x3b\x8c\x00\x3a\x8e\xad\xce\x2f\x7f\xf2\xb1\x97\ \x1e\x4b\xbf\xd7\x6f\x3d\x6e\xe8\xa1\x6f\x7f\xff\x45\x04\x5a\x74\ \x1d\x6f\x5f\xfd\xc4\xb7\xbe\x71\xa7\xf6\x7d\x29\x04\xd5\xcc\xa0\ \x68\xe8\xe5\xfb\x7f\x7c\xdb\xf3\xdb\xc7\x9d\x78\xd9\xe7\xfe\xf6\ \xbd\xb3\x7e\xfd\xfc\xf2\x3e\xab\x0e\xa7\xbc\x04\x33\x37\x35\xb7\ \x8c\x1f\x37\x2e\x8e\x62\x63\xb4\x35\x6c\xac\xb6\x4e\xbe\xd9\x1a\ \x66\x6e\x6e\x6e\xda\xb0\x61\x43\x10\x04\x99\x74\xba\xa2\x07\xeb\ \x64\xf2\xb2\xd9\xec\xf4\xe9\xd3\x57\x2c\x7f\x75\x8c\x7e\x38\x36\ \xc6\xc6\xa1\x89\x2d\xba\x00\x9c\x52\x4a\x10\x22\x2b\xa5\x14\xa3\ \x8e\xe2\x71\xd3\x4f\xfc\xab\xff\xf5\xd9\x08\x50\xa4\x1a\x26\xf8\ \x81\x71\xc0\x84\x3c\x1c\xda\xf8\xc0\x13\xaf\x5c\x76\xd5\xc7\x3e\ \x36\xf3\xa5\x67\x9e\x7e\x7a\x7d\x67\x51\x49\xd2\xb1\x98\x7e\xcc\ \x6c\xdb\xf3\xd2\xd3\xab\xba\x3c\x3f\x8d\x60\x83\x12\x9c\x70\xec\ \xcc\xc2\xce\x67\x5f\xda\xd0\xef\xa7\xd3\x1c\x15\x5f\x7b\xfe\x37\ \x1d\xcb\xae\x9b\xde\x54\x33\xd4\x9c\x5a\xff\xe2\xaf\xfa\x72\xf3\ \xcf\x5c\x30\xee\x91\x70\xc9\x5c\x7f\xd3\x03\xcf\x76\xb5\x37\x35\ \x09\xee\xb2\xac\xea\x5b\x27\x1c\x35\xa7\xed\x94\xa5\x27\x86\x1d\ \x3b\x06\x8a\x9a\x46\xdb\x32\x14\x52\x29\xf4\x04\xb9\xc6\x73\x0a\ \x99\xa3\x48\x8f\x9f\x7b\xf6\xa7\x3e\x37\x97\x05\xad\x7b\xfa\x17\ \xbf\x7a\xb5\x68\x18\x73\x4d\xe3\x26\x4f\x4d\xcd\x9d\x3f\x53\xec\ \xd9\xd8\x53\x4a\x1a\xd1\x1d\x4e\x66\xd1\xd5\x20\xb3\x36\xa6\x6c\ \x0c\x5d\xd3\x35\xa7\x74\x6c\xd9\x42\x14\x45\x26\x8e\x31\x9b\x85\ \x8a\xca\x7f\xe5\x0e\x10\x72\x0c\x28\x8e\x8d\xb1\x71\x08\xcd\x62\ \x82\x44\x2a\x0f\x18\x85\x14\x03\xdd\x5b\x1f\x7f\xe0\xfe\x3c\x0a\ \xbf\x69\xce\xf8\xcb\xe7\x97\x1b\x50\xa2\x14\xe1\xf3\xbf\xf8\xf6\ \x30\xaa\x8c\xb5\x00\x00\x20\x00\x49\x44\x41\x54\xfa\xdf\xce\x3e\ \xe9\xf4\x65\x37\x7e\xfc\xb4\x27\x7e\xf4\xb5\x5f\xaf\xea\x2c\x7f\ \x42\x52\xf4\x9a\xc8\x31\x03\x00\x52\x52\x83\x9f\xbc\x81\xad\x95\ \xb5\xb9\x2c\xf4\xaf\xfd\xf5\x6f\xf9\xa6\xb3\xdf\xdf\x6c\xeb\xd7\ \x3e\xf5\xbd\xb5\x2d\x97\xce\x6c\xa9\x93\xbc\x33\xa2\xa6\x25\x17\ \xbd\x7f\x46\x7f\xc9\x16\x36\x7d\xeb\xb6\xbb\x77\x14\x9b\x94\x22\ \xa7\xea\x61\xd9\x32\x27\xb6\xad\xea\x60\x11\x98\x85\xa4\x81\x8e\ \x75\x0f\x3f\xf0\x84\xf5\xbc\xa1\xce\x4e\xa0\x7a\x4b\xde\xb1\xe7\ \x5e\x31\xfe\xfc\x09\xf3\x9b\x87\xbe\xfe\xff\x7d\x7e\x73\x01\x52\ \xea\xf0\x4a\xbb\x20\x62\x7e\x68\xa8\xb7\xa7\xa7\xa9\xb9\xc5\xe8\ \x61\xcb\x68\xca\xea\xcd\x83\x83\x83\xb9\x5c\x4d\x3a\x93\xa9\x3a\ \xd5\x72\xd3\x72\x63\x7a\x7a\x7a\xc6\x38\x39\x63\x63\x6c\x1c\xaa\ \xd8\xe2\xbe\xbf\x80\xb0\x34\xd4\xbd\x6e\xd5\xca\xd5\xab\x57\xad\ \x59\xb7\xa5\x68\xaa\x8a\x28\xc9\xab\xc9\xa6\xfa\xb7\xbf\x7e\xd7\ \x6d\xdf\x7c\x66\x67\xf6\xec\x25\xf3\x04\x1b\x29\xcd\xc6\x55\xeb\ \x55\xf3\xc9\xa7\xcf\x6f\xd5\xb1\x36\x8c\xe9\x2c\xad\x5f\xbe\x36\ \x33\xe1\xf4\x25\x73\x5b\x74\x14\x6b\xca\x9d\x78\xfa\xd9\x6d\xbd\ \x2b\xd6\xf7\x04\x35\x69\xc5\x96\xb7\xbd\xf2\xd8\xb6\xcc\xe2\x25\ \x2d\x9d\x8f\xbf\xb4\x91\x2d\x28\x3f\xa7\x48\x28\xd3\xf5\xd8\x5d\ \xdf\xfc\x3f\x5f\xfc\xe2\xff\xf9\xfa\xf7\x56\xee\x2a\xa0\x0e\xf2\ \x43\x6a\xf6\x51\xed\x68\x62\x59\xdb\x36\x75\x72\x4b\x6f\xcf\x20\ \xef\x65\x0f\x08\xb1\xd4\xbf\x73\xf5\x8a\x15\xaf\xbf\xfe\xfa\xf6\ \xce\x7e\x4b\x42\x72\xf4\xd2\xdd\xdf\xfa\xe7\x2f\x7d\xf5\x85\x2e\ \x6f\xf6\xcc\x49\x64\x0e\x3b\x67\x93\x88\xb6\x6e\xdb\xba\x79\xcb\ \x16\xa5\x94\x53\x46\x31\xc6\x18\x6b\xac\x31\xc6\x18\x41\xd4\xd9\ \xd5\xd9\xd8\xd8\x90\xce\x64\x92\xb6\xbc\xe5\xe6\xa1\x4a\xa9\x52\ \x29\x58\xbd\x7a\x95\x8e\xe3\xb1\x94\xcb\xd8\x18\x1b\x87\x12\x2d\ \x02\x93\xf4\x52\x3e\xa3\x93\xdc\x90\x5e\x3a\xc5\x4a\x0a\x49\x52\ \x2a\x2f\x9d\x4e\x09\x64\x14\x2a\xe5\x11\xa7\x26\xbc\xe7\xca\xab\ \xda\xd3\xa5\x02\xd4\x4c\x9b\x18\x3c\xfd\x93\xf5\x06\xa5\x52\x62\ \xe0\x8d\x47\xef\x7a\x6c\xca\x55\x37\xdd\x7a\xec\xb6\x4d\x45\xca\ \xe8\xee\x95\x3f\xfe\xe1\x7d\xb7\x3f\x36\xe1\x9a\x9b\xff\x6e\xd1\ \x8e\x6d\x9c\x1b\x3f\x21\x37\x74\xc7\x77\x7e\xbe\xbb\xe4\x35\xd5\ \xd5\xc8\x2e\x86\xa8\xef\x91\x1f\x7f\x75\xad\xd8\xdd\x1d\x41\x7d\ \x2c\x6a\x6b\x1b\x3c\x02\x2f\xe5\x83\xd5\x86\x29\x9d\xf6\x01\x58\ \x47\x7b\x9e\x78\xe8\x81\x9b\xfe\xe2\xfa\xbf\x9b\xbe\x04\xea\x27\ \xd7\xe7\x9f\xfb\xc6\x6b\xdb\x88\xa4\xd1\x20\xbd\x94\xaf\x84\x73\ \x47\x2d\xca\xc9\xf3\xcf\xba\xe5\xa3\xed\x46\x48\x8c\x3b\xef\xff\ \xe5\x0a\xa1\x7c\x89\x58\xdc\xf5\xda\x8f\x7f\xf2\xf8\xdf\x7f\xe4\ \xa6\xa5\x9b\x3e\xff\xf4\x96\xa2\xa3\x07\x1d\x3e\x68\x51\xc7\xf1\ \xaf\x1f\x7a\x58\x4a\x39\x67\xf6\x1c\x12\x64\x8c\x71\xd2\xef\x4a\ \xc9\xad\xdb\xb6\x75\x77\xef\x39\xef\xbc\x73\x81\x59\x08\x91\x74\ \x99\x22\xf2\x94\x2a\x16\x8b\xf7\xdd\x7f\xff\xee\x5d\x3b\x11\xc7\ \x6c\xe2\xd8\x18\x1b\x87\xd2\x2c\x92\x4c\x75\xbf\x76\xff\x77\x37\ \x43\x51\xa6\x24\x43\xd7\xf2\x7b\xbf\xbb\xd1\x96\x64\x4a\x22\x9a\ \x81\x0d\xb7\xfd\xc7\x0f\xba\xf2\x7e\x69\xfd\xd3\xb7\xdd\xa6\x86\ \x4a\x7b\x9e\x79\xfc\xa1\x49\x6d\xf5\x02\xcc\x13\xbf\x58\xbf\x71\ \x67\x9f\x54\x12\x00\x3c\x69\x7e\x7b\xef\x7f\x6e\x7b\x7d\xf6\xd4\ \xf1\x0d\x04\xba\x77\xd7\x36\xad\xe0\xd5\x5f\x7d\x6b\xe7\xaa\x59\ \x47\x4d\x68\xc4\xf8\xb9\xcd\xeb\xd7\xee\xee\x0b\xb3\x39\xff\xd9\ \x9f\x7f\x4f\xe5\x77\x67\x32\xaa\x6b\xc3\x6f\x77\x83\x50\xe9\x4c\ \xc7\xab\xf7\x7c\x7f\xa3\xd1\xa6\xff\x9e\xff\xfb\xcd\xc2\xce\xc0\ \xf7\x65\xe2\xb0\x7b\x62\xe7\xab\x0f\x7d\xad\xeb\xcd\x19\x93\x5b\ \x31\x7c\xe2\xcd\xb5\xeb\xfa\x4a\x56\x4a\x41\xc4\x2f\xdf\xff\x83\ \x37\x74\x8f\x54\x12\x94\xdc\xf6\xf4\xdd\xdf\xdc\xd4\x9a\xf6\x14\ \x00\x83\x2d\x46\x51\xf7\xbd\x3f\xfa\x86\xe9\x19\xaa\xa9\xc9\xf6\ \xae\x7d\xfc\xab\x5f\xdd\x4e\x25\x20\x3a\xec\x9c\x68\x66\xde\xd3\ \xdd\x79\xe7\x4f\xee\x38\x79\xf1\x89\x33\xa7\xcf\x68\x68\x6e\x35\ \xd6\xf6\xf4\xf5\xee\xda\xb5\x5b\x47\xe1\xc2\x85\x0b\xd9\xda\x7c\ \xa1\x50\xf1\x9e\xfb\xfa\xfa\x3a\x3a\x3a\x5f\x7d\xf5\x95\xf5\xeb\ \xd6\x59\x6b\xc6\xcc\xe2\x7e\x0f\x25\xd2\x84\xb4\x1f\xc1\x59\x04\ \x30\xac\xb5\x09\x0e\x57\x95\x99\xc3\x7d\x30\x80\x22\xf0\xc4\x3b\ \x96\xe9\x61\x80\x20\xfe\x03\x5a\x4d\x07\xdf\x2c\x22\x89\x60\xcf\ \xd6\x35\x9d\xe0\x79\x1e\x21\x17\xf7\x6c\x5e\xd3\x89\x9e\xe7\x21\ \x30\x47\xfd\x6b\x56\xed\x51\x9e\x8f\xe1\xee\x35\x7b\xd8\xf3\xe5\ \xee\x0d\x2b\xb7\xad\xb3\x00\x40\x42\x79\x9e\x2c\x0b\xc4\x91\x92\ \xdc\xb9\x69\xd5\xce\xf5\x16\x00\x84\x54\x4a\x29\x4f\xd9\xee\xcd\ \xab\x77\x6d\xb0\x00\x28\x3d\xcf\xf3\x24\x82\xd9\xb1\x61\x0d\x93\ \xf2\x24\x01\x79\x8e\x91\x1c\xf4\x6e\x79\xa3\x1b\x7c\x4f\x6e\x5a\ \xb5\x5a\x28\x4f\x0c\x9b\x30\x94\x8a\x7a\x77\xac\x7b\x6e\xcb\x1a\ \x47\x08\x77\xfc\x43\x12\xdc\xb9\x65\xdd\x6e\x90\x9e\x12\x80\x50\ \xec\xd8\xf4\xdb\xed\xeb\x2b\x16\xde\x4f\xa9\x9e\xf5\xab\x41\x7a\ \x8a\x24\x41\xb4\x69\xcd\xab\x28\x7d\x25\x0e\xbb\xfb\xd8\x35\x5c\ \x2e\xe4\xf3\xcf\x3c\xfb\xdc\xab\xaf\xad\x10\x42\x02\xa2\x14\x32\ \x0c\x03\x22\xb1\x72\xe5\xca\x58\xeb\xea\xd6\x67\x82\x28\x9f\x1f\ \x1a\x1a\x1c\x94\x52\x1e\x1c\x9b\x88\x08\xb4\x2f\x4e\x38\x5b\x38\ \x72\x85\x5e\x08\xc5\xc6\xae\xe7\x82\x78\x00\xf1\x1d\xf3\xe1\xad\ \xd5\x75\x99\x09\xed\x0d\xf3\x8d\x3d\xb0\xb0\x8c\x10\xfb\xb6\x0b\ \xc6\x1c\x81\x52\xc9\xd5\x1b\x12\xc1\x8e\x01\xdc\xd8\x2b\xde\x99\ \xe7\xc6\x40\x04\x0b\x27\x18\x45\x6f\x35\x3b\x07\xc7\x2c\x96\x4a\ \xa5\x42\xa1\xa0\x46\xd6\x44\x97\xe2\x68\x9f\x8f\x4d\x99\x0b\x52\ \xd2\x55\xbf\xb4\x61\x29\x0e\xf7\xf9\xe1\x3a\x0a\x75\x34\xe2\xa5\ \x38\x28\xc5\x55\xaf\xeb\xbd\xfe\xae\x18\x47\xf0\x96\x9a\x57\x91\ \x29\x46\x23\xbf\x44\x47\xfb\xb8\x75\x83\xa2\x06\x00\x88\xf5\xf0\ \xd7\xe9\x62\x7c\xd8\xde\x29\x88\x41\xa9\xd4\xdf\xdf\x5f\xbe\x03\ \x7e\xbf\x18\x1e\xb3\x6b\x60\x1f\x47\xc3\xa7\x5d\x28\x14\xa2\x28\ \xda\x9f\x9a\x68\x44\x6b\x8c\xe9\xda\x99\xf4\x93\xab\x5e\xb3\xb5\ \x8d\x5e\x7d\x13\xeb\xd8\x1e\x89\x1a\x4b\x84\xf2\x77\x5b\x7f\xda\ \x35\xb8\x4e\xd2\x3b\x16\x1b\x8d\x74\x61\xee\xf8\x73\xa7\x34\x9d\ \x60\x6c\xfe\x00\xc2\x55\xc2\xf4\x75\x9b\x52\xbe\x5a\xe5\x97\x81\ \xc9\x4b\x7b\xcd\xe3\x89\xc8\xc4\xd1\x91\x6a\x16\x7d\xc1\x6b\xba\ \xc4\x0f\x5f\xf5\xb2\xde\x3b\xd8\x77\x99\x41\x0a\x98\xd7\x66\x3c\ \xf1\x56\xb2\x2a\x07\xc7\x2c\xbe\xeb\xcc\x33\xf3\x43\x79\x12\x47\ \xa6\x2f\x36\xb2\x53\x1d\xb2\xe5\x23\xd2\xef\x89\xc2\x68\xee\xdc\ \xb9\x51\xf4\x4e\x17\x12\x1a\xcb\xf6\x89\x9f\xd4\x6c\x7d\x4d\x66\ \xb2\xd5\xdd\x36\x6c\x14\x84\x0d\xed\x5b\xdb\x8f\xe7\x54\x76\xea\ \x71\x27\x1d\x91\x4b\xd4\x13\x69\x5f\xe6\x24\x29\x6d\x42\x06\xe7\ \x9b\x90\x10\xd2\x9a\x92\x01\xe5\x09\xc5\x36\xd4\x2c\x94\x20\x63\ \x22\x77\xdf\x10\x29\xa7\xa9\x2d\x85\x7f\x40\x80\x4e\x48\xbd\x7e\ \xb9\xff\xd4\xed\x99\x94\x5f\x7d\x47\xa2\xb5\xda\xd8\x9e\x05\x67\ \x6f\x2b\x98\x59\x27\x2f\x15\x52\x1d\xa9\x4e\xb4\x24\xc8\x7a\x9c\ \x51\x15\x7c\xcc\x16\x91\x98\x35\x03\x01\x30\x82\x12\x68\x0d\x9b\ \x72\xf3\x71\x49\x89\x59\xfc\x83\xcb\xf7\x20\x98\x45\x66\xbe\xea\ \xaa\xab\x8f\x54\xe5\x15\x63\x4c\xb1\x90\xaf\xad\xab\x1f\x1c\xe8\ \xaf\xa9\xab\x1f\x1c\xe8\xaf\x6f\x68\x32\x3a\x3e\xf2\xce\xd7\xf5\ \x75\x0b\xc3\x77\xd6\xd1\x05\x09\xf5\x40\xbf\xda\xb4\x7c\xe2\xec\ \xd9\x18\x05\x2c\xdc\x1d\xc5\x68\xb4\x68\x9d\xf8\xda\xf6\x9e\x17\ \xef\xbc\x6d\xc9\x87\x3e\x7d\x24\x3b\x74\xac\x63\x6e\x3e\x79\xd1\ \x5f\xcf\x6e\x54\x61\xd4\xbf\x79\xf3\x3d\x2f\x6f\xdd\xb4\x60\xd1\ \xad\x2d\x03\xf7\x3c\xb6\x6e\x79\xf3\xd4\xeb\x16\xe6\xde\x7c\xf4\ \x8d\xd5\x33\x66\xdf\xb0\x78\xca\x6c\x01\x83\x2b\x5e\xff\xe1\xea\ \xae\x9d\x07\x7e\xb5\x58\xa8\x70\xe5\xb3\x53\x9a\x1a\x73\xb9\x9c\ \xad\x74\xf8\xb4\x46\x7a\xfe\x50\xc3\xa4\xfb\xee\xf8\x41\xfd\x89\ \x67\x4b\x3f\xc5\x47\xb4\x16\xea\xb0\x07\x69\xe1\x98\xa3\x1b\x26\ \x14\xf3\x5b\x73\x75\x57\xcf\x90\xa5\xd8\xac\x5e\x37\xf8\xc0\xba\ \x70\xdc\x94\x9a\xf7\x1d\x9b\xad\x25\x7e\x73\xfd\xc0\xbd\x6b\x02\ \x7e\x7b\x89\x81\x83\x83\x16\x8f\x60\x85\x3e\xad\xf5\xe0\x40\xbf\ \x90\xaa\xbf\xbf\x9f\xa4\xea\xef\xef\x4f\xa5\x33\x51\x18\x1e\xa9\ \xdb\xc0\x7e\x9c\x97\xb1\x56\xa0\x10\x51\xc9\x18\x13\xf7\x74\x58\ \x42\x34\x26\xdd\xd4\xf6\x66\x7f\x78\xff\x93\xcf\xce\xbf\xe0\x8a\ \x49\x47\x1f\x1f\x07\x47\xb0\x86\xa3\xb5\x54\xd7\x5a\xab\x56\xac\ \xfc\xf7\x37\x4b\xd3\x2e\x3a\xe9\x16\x1d\xfe\x0b\x64\xe6\xbf\x6b\ \x46\xd3\xf6\xce\x4f\xf5\xf8\xe3\x5a\xb2\x3b\x1a\x27\x5e\xf1\xae\ \x69\xcd\x8f\x3e\xff\xbf\x7b\x39\x4d\xa6\x28\x48\x1a\x73\x10\x82\ \x31\x31\x83\x60\xc3\x5a\xdb\xe2\x60\x1c\x05\x00\xe8\x4b\x59\x98\ \x3c\xef\xae\xc7\x9e\x36\x0d\xed\xc7\xbf\xfb\x6a\x3c\xb2\xe3\x8b\ \x23\xbd\xe3\xfa\x3a\x6f\xbc\xa0\x62\xad\x78\x73\x55\xf7\x0f\x77\ \xfb\x9f\x3b\xa7\xbe\x53\xe7\x97\x2e\xcc\xbe\xf2\xd2\x9e\x97\x7a\ \x38\xab\x00\xdf\x76\xb2\xf4\xa0\x09\x8b\x01\xe2\x91\x7a\x05\x7c\ \xdf\x17\x42\x56\xfd\x14\x42\x4a\x84\x23\x0f\x2d\xee\xa7\x14\x3e\ \x33\x68\x63\x06\x6b\xc7\x6f\x1c\x08\x8e\x6e\x4d\xd9\xed\x6f\xfa\ \xad\x13\xd7\x7b\x6d\x77\x3d\xfc\xe4\xb4\x86\xdc\xe4\xc9\x93\xf5\ \x91\x2f\xaf\xcf\xc6\x04\xda\xe8\xbe\x3d\xcf\xad\xd8\x71\xe6\xdc\ \x89\x27\xec\x1a\x7a\xe5\xf9\xf5\xbd\xf3\x8e\xbe\x66\x6d\x6f\x50\ \x88\x68\xca\xc4\xb9\x5d\x9b\x7e\xb8\x69\x70\x20\x97\x06\x85\x07\ \x21\xf9\x8c\x00\x96\x59\x1b\x6b\x72\x35\xab\x44\xd3\x84\xc6\x86\ \x9a\x8e\xb5\xcc\x1c\x4c\x9c\x7b\xd7\xf3\x2b\xfb\xbb\xbb\x16\x9f\ \x74\xb2\x48\x65\xd9\x44\xf0\xdf\x66\x18\xc3\xda\x82\xb6\x50\x57\ \xeb\xcf\x03\xcf\x44\xa6\xa5\xd1\xd7\x3d\xc5\x67\xb7\x46\x26\x25\ \x3d\x42\x42\x30\x6f\xcf\x46\x1d\x1c\xb3\xb8\xa7\xbb\xeb\xb0\xe2\ \x03\x23\x82\xb5\x60\xf5\xc1\x21\x3f\x20\x40\x57\x47\x17\x02\x74\ \x77\x74\x21\xc0\xae\x6d\x3b\xe1\xbf\x2c\x54\x44\x80\xd8\x44\xcc\ \xa6\xdc\xaa\x37\x41\x88\xcc\x6c\xad\xa9\xa9\xad\xab\xa9\xa9\x73\ \x55\x45\xef\x04\x2c\x19\x12\x6a\xcb\x9e\xc1\x3b\x1e\x7c\xec\xfc\ \xd3\x4f\x3e\x6b\xf6\xa2\xf5\x05\xfb\xa3\x7b\x7f\x7d\xf4\xdc\xd9\ \xa7\x4e\xa8\xd9\x3a\x34\x90\xfb\x6f\xb1\x2a\xad\x31\xa1\x61\xf4\ \xbd\x0c\x9b\x10\x84\xdf\xbd\xfd\x97\x7d\xcd\xd7\x2e\x9b\x77\x4a\ \xef\x86\x57\x62\x0b\x4a\xfa\x51\x98\x6f\x9a\x79\xdd\x49\xf5\x7d\ \x0f\xbe\xf2\x0b\x3e\x08\x97\x92\x0d\x73\x81\xc5\xaf\x9f\x79\x21\ \x9b\xf2\xae\x3d\x7d\xa1\x14\xe2\xce\xe7\x5e\xdf\xb1\x6b\xd7\x5f\ \xbe\xfb\xec\x1d\xdd\x7d\xc6\xe8\xff\x26\xc4\x2b\x6b\x39\xd2\x60\ \xdd\x9c\x20\x4d\x9f\x92\x0b\xba\xe2\x7b\x9f\xeb\x0b\x5a\x6a\x8f\ \x6d\x24\xb4\x4c\xd9\xf4\x07\x96\xa4\xbe\xff\x60\x4f\x0f\xe2\xdb\ \x31\x79\x07\xc1\x2c\x7a\xff\x3f\x7b\x6f\x1e\x24\x49\x76\x9f\x87\ \xbd\x33\xef\xac\xac\xbb\xba\xfa\x3e\xe7\x9e\xd9\x7b\x17\x0b\x2c\ \x80\x05\x71\x08\x00\x09\x92\xa0\x61\x32\x68\x51\xb2\x1d\x61\x9a\ \x62\x84\x09\x5f\x7f\x48\x96\x6c\xcb\x76\x88\xa6\x22\x1c\x94\xad\ \x70\x48\x21\x93\xa2\x42\xbc\x2f\xd0\x24\x45\x0a\x22\x71\x72\xb1\ \xbb\x58\x00\x7b\xcd\xb5\xd3\x33\xdd\xd3\x57\x75\x57\x75\x9d\x59\ \x47\x56\x9e\x2f\xdf\x7b\xfe\xa3\x66\x17\x0b\x90\xde\x63\x80\x59\ \xec\xee\xd4\xf7\x47\x47\x55\x57\x57\x75\xd6\x2f\x5f\x7e\xf9\xbb\ \xde\xf7\x53\x94\x6f\x7d\xf3\x99\x5f\xfd\xd5\x7f\xad\x69\x6f\x97\ \xe1\x7f\x69\x22\x67\x4f\x92\x8d\xf7\xd2\x34\xf9\x7e\x2c\x3f\x00\ \x5e\x35\x81\xf1\xaf\x4d\x63\x7c\x47\x21\x61\xe1\x27\x1f\xfa\x6f\ \xd7\xaa\x0f\x1d\x1e\xed\x79\xc3\x21\x44\x08\x63\x64\x9a\x56\xb1\ \x54\x49\x92\x68\xd0\x77\x1d\x27\xc7\xf9\x9b\xa2\x45\x28\x00\x88\ \x42\xff\x4c\xc1\x5c\x9a\x9f\xfb\xe2\x13\x4f\x0f\x82\x07\x36\xaf\ \xdf\x28\x15\x0b\x3f\x72\xcf\x7a\xf3\xd9\xaf\x26\x33\xf7\xbc\xfb\ \x23\x38\x00\x08\x2d\xcd\x96\xee\xe1\xb9\x95\x7b\xcb\xf0\x1b\xdf\ \x7c\xb1\x70\xe6\xa3\x2a\x4d\x9f\xba\xfe\x27\x0f\x9c\xfc\xb1\x99\ \x0c\xfd\xfc\x8d\xa7\x1f\x7c\xe4\xa7\x1f\xf3\x30\x29\x2c\xab\xa2\ \xff\x7d\x59\x3a\x52\xca\x38\x15\x5a\x1a\xdd\x7f\xf6\xd4\xe7\xbf\ \xf8\xa5\xdf\xa7\x94\x12\xbc\xbd\xbb\xfb\x33\x3f\xfa\x89\x52\x7f\ \xff\xba\x07\x9d\x77\x6f\x00\xf7\x6a\x33\x08\x01\xe6\xe6\x8d\x12\ \x82\xf7\x56\xf0\xde\xf3\xc2\x28\x88\x67\x2f\x76\xff\xc5\xd5\x34\ \xab\x21\x8d\x87\xe3\x73\xf9\xcf\x3c\x90\xbc\x94\xaa\x19\x0a\xe4\ \x1b\xee\x71\xfc\x3e\xd0\x22\x42\x88\xb1\x74\x6f\x6f\xdf\x30\xf4\ \xb7\x89\xa9\x58\x2c\x61\x81\xce\x70\x85\x25\x53\x19\x84\xef\x40\ \xc4\xc6\x8a\x81\xdd\xae\x0b\x21\x3c\x77\xcf\x7d\x86\x61\x26\x09\ \xeb\xb5\x9b\xbe\xef\x39\x4e\xee\xcd\x97\xa1\x01\x04\x40\x08\x19\ \x27\xcc\xac\x5d\xfd\x8f\xdf\x7b\xef\x1f\x48\xf9\x95\x27\x9e\x9c\ \x9b\x9d\xfb\x89\x0f\x3c\xac\x1e\x5c\x8a\xa3\x90\x4b\xf0\x6e\xcf\ \x70\x61\x22\x7a\xd7\x6b\xcf\x9f\x28\xbe\xf7\x04\x6b\x7f\xfd\x5b\ \xff\x6c\x7b\x18\xac\x36\xbe\x82\x7c\xa0\xf2\x83\x2f\x3d\xf3\x8b\ \xcb\x6a\x2f\xec\x3e\xf3\xf9\x8b\xf2\xc1\xe5\x8f\x12\xd9\xb9\xb2\ \xf7\x22\x87\x0a\x90\xdf\x73\x78\x2b\x41\x22\x41\x5a\xdf\x79\xff\ \xc6\x3d\xec\xf1\xc7\xbf\xf0\x57\x5f\x83\x40\xfe\xd8\x27\x3e\xb6\ \x21\x7a\x61\xab\xc6\x94\x15\x70\x77\x88\xc5\x49\x00\x54\x95\x3c\ \xb8\xa8\xb4\x77\x86\x5f\xad\xa7\x8b\x6a\x30\xf0\x60\xc1\xc0\x14\ \x03\xee\x45\xff\xf6\x09\xf7\x63\x67\xad\x47\x28\x78\xe6\xda\x78\ \xfc\x86\x7b\x74\xbf\x3f\x41\x34\x84\x50\x55\x15\x45\x51\xde\x2e\ \xa1\xa2\x94\x94\x50\x0c\x15\x81\xa6\xb4\xf8\x1d\xa0\x44\x6b\x1d\ \x37\x67\xad\x99\xd3\x67\xcf\x03\x00\x84\x10\x8a\x42\xe7\x96\x96\ \x8f\xeb\x87\xbd\x5e\x1b\xe3\xdb\x69\xe6\x90\x10\x44\x5c\x24\xde\ \xa0\x20\xae\xfe\xcc\x07\xee\xbf\xb8\xb2\xb8\x3e\x57\x99\xe9\xde\ \xe4\x81\x17\x32\x2e\xde\xf5\x17\x27\xc4\x14\x06\x37\x6e\xfc\xea\ \xd5\x4d\x01\x21\xa6\x44\xd7\x30\x3a\xd8\xff\x3c\x40\x9a\xaa\xe8\ \xc3\xd6\x97\x9e\x97\x54\xa5\xaa\x7b\xfc\xf9\x3f\x3b\xfc\x53\x09\ \x20\x25\x06\xc5\x14\x8a\xef\x3d\xeb\x27\x53\x09\xe2\x84\x65\x6a\ \x2f\x7d\x64\xe9\x5c\xe5\x53\x1f\x17\x10\xdc\x63\x43\xb1\xbb\x93\ \x70\x99\xa4\x5c\x4a\x79\x17\xec\xa0\x81\x18\xc9\x9b\xdb\xc3\x2b\ \x9b\x12\x63\xa4\x53\x78\x73\x67\x24\x10\x52\x31\x90\x00\x60\x0c\ \xfd\x7e\xf4\xbb\x5f\x09\x38\x00\x04\x23\x9d\x42\xf8\x56\xe6\x16\ \xa7\x78\xc7\x2c\x22\x08\xdd\x5e\xf7\xe1\x33\x4b\x00\x40\x21\x38\ \x42\x48\x0a\x21\xb8\x28\x14\xca\xae\xdb\xd3\xd5\x37\x9d\x8c\x92\ \x40\x9a\x56\xa6\xbb\x7c\xcf\xd3\x37\xbe\xae\xe3\x11\xaa\xf7\x2d\ \xd3\x69\x74\x76\x6a\xde\x80\x4b\xd0\x77\xe6\x67\xe6\xd7\x80\x78\ \xd7\x8a\x39\x72\x91\x72\x91\x40\x00\x11\x56\xd5\x5b\x5b\x5d\x78\ \x2a\x38\x44\x04\x80\x34\xe5\x00\x40\x82\xa1\x4c\x05\x03\x90\x28\ \x74\x72\xb9\x09\x2e\x12\x2e\x12\x21\xbf\x27\xb3\x40\x29\xec\x53\ \x0f\xbc\xf8\x97\x57\x73\xde\x00\xb4\x9e\xa1\x99\x3c\x80\xe8\xd9\ \x91\x2b\x39\x1f\x08\x62\x7d\xe8\x61\xf2\x6e\xe7\x44\x21\x01\xe3\ \x80\x21\x00\x20\xd2\x28\x00\x00\xa4\x1c\x00\x88\xa0\x04\xc9\xb7\ \xbb\x92\x20\xa5\xb7\xee\xf6\x8c\x03\x29\xdf\x50\xe0\x32\xa5\xc5\ \xbb\x0e\x42\x08\x43\x37\xa4\xe4\x10\x42\xcf\xf3\x4c\xd3\x04\x52\ \x50\x85\x22\x08\xc5\x9b\x0f\x76\xa5\x10\x9a\xa6\xcf\x7d\xe2\x67\ \x7a\xe7\x1e\xf3\x04\x9f\xfc\x0a\x40\x08\x20\x02\x52\x56\x4a\x33\ \x4e\x65\x56\xbc\x4b\x35\x6e\xb9\x48\x7e\xe8\xf4\x67\x27\xb4\xf8\ \xe6\x6f\x27\x42\x21\x66\xc2\xc3\xdb\x74\x14\xa5\x44\x40\xcc\xdc\ \xf3\x68\x37\x57\x1e\xf9\x1e\x84\x08\x08\x71\x6b\x6b\x9b\x04\xa6\ \x6e\x14\x17\x57\x11\x90\xef\x62\xd1\xf5\x28\x85\x0f\x2d\xf0\x13\ \x25\xf1\x66\x25\x0a\x20\x00\x1a\x01\x42\x4e\x69\x71\x8a\xbf\xe6\ \x33\x42\x88\x1a\xc7\x8d\xcb\x57\xae\xac\xad\xae\xae\xad\xad\x21\ \x74\xfb\xe9\x06\x29\x85\xe5\xe4\xec\x7c\xf1\x6f\xc8\x21\x0a\x21\ \xf8\xbb\xd6\x55\x94\x40\x66\x8d\x59\x08\xe0\xed\x49\x45\x08\x29\ \xbe\x17\x87\x51\x4a\x49\x09\x9e\xdd\x38\x03\xbf\x33\x34\x84\x00\ \x48\x20\x65\x9a\xbe\xbb\x07\x51\x08\x09\x2c\x05\x38\xda\xed\x7c\ \x47\xf6\x7a\x1d\xee\x53\x5a\xbc\x1b\x21\x81\x94\x52\x38\x8e\xf3\ \xe8\x7b\xde\xf3\x72\xa7\xce\xf7\x74\x09\x49\xc1\xa5\xe0\x77\xa1\ \x25\xb9\xf8\x41\x6e\x91\x97\x52\xca\x94\xdd\xb5\xcb\x58\x48\x70\ \x87\x16\xdd\x94\x16\xef\x5e\x87\xd1\xb6\xed\x09\x27\x4e\x07\xb9\ \x4c\x31\xc5\x94\x16\xef\x76\x60\x8c\x19\x67\xad\xe6\x71\x92\x24\ \x84\x90\x7c\xa1\x60\x59\xf6\xd4\x2c\x53\x4c\x31\xa5\xc5\xbb\x97\ \x13\xdd\x9e\x7b\xf1\xca\xb7\x54\x45\x31\xad\x4c\xe8\xfb\x9b\xd7\ \x5e\x3a\x7b\xfe\x1e\x8c\xf1\xd4\x38\x53\x4c\x31\xa5\xc5\xbb\x31\ \x76\x8e\xc2\xf0\xf9\x67\xbf\x79\xea\xfc\xa9\xf9\xf9\x05\x88\x60\ \x1c\x45\xdd\x4e\xfb\xea\x95\x4b\x86\xae\x55\x67\xe7\xa6\x26\x9a\ \x62\x8a\xa9\x5a\xfd\x5d\x87\x30\x0a\x97\x57\x57\x57\x56\xd7\x38\ \xe7\x71\x18\xa5\x2c\xcd\xe5\x0b\xcb\x2b\x2b\x7d\xb7\x7f\x77\x34\ \x00\x4f\x31\xc5\xd4\x5b\x9c\xe2\xbb\xee\x84\x88\x2c\x2d\xaf\xb2\ \x24\x91\x52\x4c\x4a\xd2\x71\x98\x94\x8a\xa5\x6d\x8c\x5f\x43\x43\ \x5b\x4a\x49\x29\x35\x4d\x73\x1a\x6b\xdf\x39\xe8\xba\x89\x31\xfe\ \xae\xae\x00\x08\xa1\x61\x18\xe2\xdd\xaf\x42\xf4\x03\x83\x69\x59\ \x9a\xa6\xbd\xda\xec\x53\x5a\xbc\x1b\x03\x69\x45\x55\x85\x8c\xc1\ \x44\x49\x40\x48\x29\x04\x51\x55\x84\xe0\x6b\x6c\x01\x50\x14\xe5\ \xf2\xe5\xcb\x37\x6f\x6e\x0f\x06\xfd\xe9\x48\xac\x3b\xe5\xa4\x60\ \x52\x3f\x3a\xa2\x94\xbe\xea\x1e\x86\x3c\x6f\xfc\x9b\xbf\xf9\xeb\ \xdd\x4e\x57\x0a\x01\xa6\x23\xbd\xef\x84\xd9\x09\xa9\xd7\xeb\xaa\ \xaa\xbe\xc2\x8c\x53\x5a\xbc\x2b\x71\x2b\x58\x86\x10\x42\x09\xa1\ \x04\xf2\x75\x65\x05\x28\xa5\x07\x07\xfb\xcd\xe6\x71\xa7\xdd\x9e\ \x0e\x95\xbe\x63\xa7\x45\x6a\x9a\x66\xdb\x19\xf8\xb2\x85\x11\x42\ \x61\x18\x7e\xfd\xa9\xa7\x6b\x87\x35\x9e\xa6\x70\x4a\x8b\x77\xc6\ \xec\x94\x52\xc3\xb4\x26\x93\xd6\xa7\xb4\x78\xf7\xae\x04\x20\x01\ \x90\x00\x48\x09\x80\x94\xf2\xf5\xb7\x89\x49\x29\x09\x21\x73\x73\ \xf3\xa5\x52\x79\x7a\x69\xde\xc9\x13\x03\xc8\x64\x50\xef\x2b\x53\ \x71\x20\xc8\xe6\x72\x86\x69\x0a\x21\xa6\x96\xbf\xa3\x51\xd4\x2b\ \x0e\xe3\xdb\x9b\x16\xa5\x14\xdf\x5e\x1c\xf0\x95\x9f\x72\x32\xd3\ \x4e\xca\xc9\x73\xf9\xf2\x83\x29\xde\xd4\xe5\x07\x31\xa2\x58\xe1\ \x69\x0a\x80\x7c\x83\xd1\x19\x84\x50\xd3\xb4\xa9\xf5\xde\x02\xff\ \xe5\xbb\x9e\xbe\x7d\xe4\xa9\xee\x06\xb3\x93\xb7\xf3\x21\x12\xd5\ \xca\x1a\x24\x89\x19\x51\x15\x1e\xf9\x21\x13\x52\x70\x29\x01\x26\ \x14\x48\x0e\x20\x01\x22\x15\x93\xa7\xe2\x2e\x10\xb0\xfa\xbe\xde\ \x19\x29\xc1\xc7\xc7\xc7\x37\xb7\x6f\x14\x8b\xa5\x52\xa9\xfc\xc6\ \xb5\xf9\xe4\xd4\xce\x6f\x03\xa2\x9c\xe2\x8e\xe2\xed\x4b\x8b\x9c\ \xf3\x99\xb5\xf7\x7d\xe6\x13\x0f\x2d\xcc\x17\x46\xb5\xed\xa7\xbf\ \x71\xb1\xb2\xb1\xfe\xc2\xe7\x7f\xfb\x62\x93\xfc\xd8\x4f\xff\x67\ \xf1\x95\x3f\xa7\xe7\x3f\x15\x7c\xed\x57\xbe\xb8\x85\x7f\xe2\xe7\ \xff\x0b\xfe\xd4\xef\xfd\xc5\x96\xab\x92\x69\xce\xeb\x8d\x22\x4d\ \x79\xbe\x50\x78\x28\xff\x28\x4b\x58\xe0\x8f\x29\x55\xde\xc8\x95\ \x39\x19\x09\x3b\xb5\xde\x9d\xe3\xbe\xbf\x31\x6f\x2b\xa5\x00\xd3\ \xce\xa9\x3b\x69\x76\x08\xe1\xab\x17\xf6\xdb\x97\x16\x09\x21\xc7\ \x97\xff\xf4\xff\x78\xe9\x85\x9f\xfd\x85\xff\xe8\xe9\x7f\xf1\x4b\ \xcf\x8a\x0b\x7f\xff\xc1\x87\x4b\xc5\x52\x91\xd3\x5c\xc6\xea\x62\ \x44\x55\x6d\x32\xf8\x95\xaa\x1a\xc2\xd3\x45\xf3\xe6\x56\x02\x26\ \xb8\x7b\xdc\xde\xde\xde\x2a\x14\x8b\xe5\x52\xf9\x0d\x9e\x91\x69\ \x77\xce\x5b\x70\xbb\x12\x13\x89\xb0\x57\x25\x2e\x14\x65\x9a\xb8\ \xb8\xb3\x10\x42\x70\xce\xdf\x19\x95\x68\x44\x14\x5d\xd3\x30\x42\ \xaa\x6e\x28\x91\x04\xea\xec\x47\x3f\xfd\xd3\xe7\x3c\xb2\x36\x6f\ \xfd\xd9\x53\x9c\x4a\x21\xa4\x04\x40\x0a\x21\xc0\x34\xc2\x78\xb3\ \xce\x78\xca\x73\x85\xc2\xc3\xf9\xf7\x30\xc6\xc6\x63\xef\x75\xbd\ \xc5\x30\x0c\x3f\xf9\xc9\x1f\x7e\xec\xfd\xef\x0f\xc3\x70\x6a\xbd\ \x3b\x04\x55\x55\xff\xf5\xaf\xfe\xea\xc1\xc1\xbe\xae\xeb\x93\x4b\ \x34\x4d\xd3\x4a\xa5\xf2\xb3\xff\xe5\xcf\x4d\xe5\x3c\xee\x1c\x34\ \x4d\x7b\xfe\xf9\xe7\x7e\xff\xf7\x7e\xcf\x71\x9c\x77\x58\x25\x1a\ \x22\x22\xc6\xdb\xbf\xf9\x3b\xff\xf2\x5b\x0d\xfa\x53\x7f\xef\xbf\ \x22\x08\x21\x44\x55\x2a\x83\x48\x9a\x86\x32\x10\x62\x1a\xdb\xbd\ \x29\x60\x82\x3b\xc7\xad\xed\xad\x1b\xc5\x52\xf9\x8d\x7b\x8b\x9a\ \xa6\x4d\xfb\x8a\xef\x1c\x74\xdd\x68\xb7\x9b\x8d\xfa\xd1\xf2\xca\ \x1a\xc6\xb7\x8a\xd1\x10\x42\x55\xd3\x30\x63\x53\xfb\xdc\x21\x18\ \x86\x91\x24\xc9\xfe\xde\xee\xc6\xc6\x09\xc3\x34\xa5\x94\x6f\x7f\ \x5a\x44\x8a\xaa\x62\x28\x25\x40\x8a\x66\x98\x86\xa1\x1b\x8a\x69\ \x1a\x01\x1b\x6c\x5e\x6b\x7c\xe6\x53\x3f\x9b\x79\x10\xae\xc8\xc6\ \x6f\x35\x06\x18\x4d\x79\xf1\x4d\xdc\x65\x38\xe7\xb9\x7c\xe1\x81\ \x87\x1e\xe1\x69\x1a\x06\xfe\x1b\xcc\x2d\x0a\x21\xa6\xb9\xff\x3b\ \x98\xda\x90\x92\x31\x16\x47\xb1\x94\xe2\xd5\x1b\x73\xe5\xd4\xec\ \x77\xd8\xec\x9c\xf3\x24\x8e\x19\x63\x93\xe1\xc0\x6f\x6f\x5a\x84\ \x08\xb2\xf6\x7f\xf8\xdc\x1f\x0f\x62\xd5\x14\xcd\xcf\xff\xf1\x9f\ \x0c\xfa\x5c\x47\xf1\x37\x3e\xff\x87\xb2\x1f\x1c\x5f\xfb\xa3\x3f\ \x0e\x1f\x5c\xca\x82\xdf\xfd\xc2\xf3\x75\x5f\x12\x3c\xad\xb7\xbc\ \xa9\xb5\x70\xab\x27\x47\x70\x0e\x20\x9c\x26\xf4\xdf\x2e\x4b\xfe\ \x3b\x73\xff\x53\xfc\x40\x2c\xff\x36\xf7\x16\x21\x10\xc1\xfe\xd6\ \x36\xa6\x0a\x85\xfe\xee\xcd\x21\xa1\x0a\x81\xe9\xf1\xee\x16\x20\ \x0a\x85\xf1\x8d\x6f\x7d\xf9\x25\x01\xa8\xa2\xd1\x37\x55\x83\x86\ \x00\x82\x57\x75\xa4\x40\x00\x6f\x09\xbd\x4f\xa8\x78\x72\x7f\x7e\ \x6d\xba\x7e\xd5\x1f\xc0\x5b\xfc\x32\xf9\xcd\xb7\xf7\xc5\xbd\xf2\ \x81\xf0\xdb\xb3\xa6\xe5\xcb\x64\x74\xeb\xbf\x7f\xd7\x91\xbc\xa5\ \xac\x28\x27\x2b\xe1\xd6\xd1\x48\x39\xbd\x16\xa7\x98\xe2\x1d\x41\ \x8b\x00\x00\x44\x15\x05\x00\x20\x01\x52\x6e\x3d\x80\xe4\x56\x6b\ \x2b\x52\x34\xe3\x4d\x37\xb9\x42\x00\x25\x48\x12\x40\x94\xc9\xfe\ \x37\x00\x25\x88\x86\x12\xea\x50\x55\x01\x04\x20\xf6\x24\x13\xc0\ \x70\xfe\x7f\x07\x3e\x41\x04\x58\x28\x91\x02\x6f\x45\xed\x02\x44\ \x63\x29\x10\xd0\x6d\x08\x18\x08\x86\x52\x08\x80\x28\xa0\x2a\x24\ \x0a\x00\x12\xf0\x58\xc6\x21\x90\x10\x68\x19\x48\x10\x60\x91\x84\ \x0a\x44\x00\x00\x08\x40\x0a\x98\x04\xe4\x07\x71\x12\x20\x00\x52\ \x48\x20\xc4\x2b\xbc\x3e\x0d\xd2\xa6\x98\xe2\x9d\x42\x8b\xb7\x20\ \x38\x97\x00\x62\x8c\x00\x00\x82\xa7\xfc\x95\xc9\x5d\x10\x12\x4c\ \xde\x78\xd8\x81\x09\xa8\x3f\x11\xef\x0e\xd1\x03\x9f\x54\x4c\x2a\ \xa5\x00\xcd\x17\xd8\xd1\xae\x94\x06\x3c\xf1\x21\x8a\x5b\xe9\xf6\ \x65\x2e\x21\xcc\xac\xd3\xd5\xd3\x10\xfc\xb5\xea\x1f\x22\x20\xd8\ \x61\xcf\x3d\x2d\x4e\xfd\x88\x3a\x53\x02\x50\x82\xde\x56\x7a\x70\ \x4d\xc4\x91\x2c\x3e\xa0\x2c\x16\xe4\xd1\xc5\x34\xe1\x60\x58\x97\ \xa5\x47\xe8\xe9\xb3\x48\x72\x50\x7b\x22\x6e\x84\xc8\x52\x01\xb0\ \xd1\xa9\x47\xc8\xde\x57\x93\x64\x96\x5e\xb8\x1f\x01\x09\xf6\xbe\ \x12\xbb\x2a\xbd\xff\x83\xe8\x07\x31\x11\x04\x82\x89\x1b\x0b\x27\ \x01\xf5\x34\x05\x31\xc5\x14\xef\x28\x5a\x4c\x93\x18\x99\xf9\xbc\ \x2a\x46\x5e\x20\x20\xca\x94\x17\xb2\x06\x81\x00\x0a\x9e\x24\x71\ \x34\x1a\x0e\x23\x26\xdf\x08\x33\x22\x0a\x82\x1a\x6f\x77\x81\x91\ \x85\x80\xc9\xbd\x6f\x31\xa3\x82\x9a\x75\xb0\xfe\xc3\x6a\xfc\x42\ \xd2\xd8\xe6\xb8\xc1\x9d\xfb\x95\x8d\x92\x7c\xee\x0b\x6c\xbc\xa6\ \xd8\x08\x48\x02\x08\x81\x32\x95\x69\x0a\x00\x02\xc2\x13\x87\xdb\ \x42\xcd\x40\x0c\x41\xe7\x12\xf3\x54\x52\xad\xe2\xd3\x2b\x94\x6d\ \x27\x2f\x6d\xf3\xc5\x55\x72\xfa\x6f\xa9\xbc\x97\x5e\xfd\x86\xa8\ \x2e\x23\x91\x02\x00\x64\x0a\xd1\xd2\xe3\xea\x89\x19\xf1\xcd\xdf\ \x49\x5a\xc7\x50\x08\xd0\xbf\xc1\xc7\xf7\x60\xad\x97\xb6\x8e\x05\ \x9c\x97\xf2\x16\x35\xbd\x55\xe1\xb3\x94\x09\x4b\xa8\x0a\xa1\xb8\ \xc5\x8b\x08\x21\x96\x32\x29\xe4\x34\xc5\x38\xc5\x14\xef\x0c\x5a\ \x4c\x59\xa2\x57\x1f\xf8\xfb\xbf\xf4\x4f\xe6\xae\xff\xc6\x67\xff\ \xf7\x5f\x1f\x91\xec\x87\x7e\xe2\xbf\xfe\xbb\xef\x9b\x15\x3c\x81\ \xd6\xe2\xb9\xcc\xf1\x7f\xff\xb3\xff\xe9\x5f\xee\x0a\x53\x79\x3d\ \x7f\x07\x01\x10\xc8\xfa\xbe\xa8\x9e\xa7\xee\xb1\x00\x08\xd8\x15\ \xc4\x63\xc9\x35\xa8\x99\x80\x16\xc0\x71\x4b\x56\xab\xe8\xf0\x4a\ \x7a\xc3\x01\x51\x0c\x92\x14\x20\x13\xf8\x87\xfc\xf8\x50\xa8\xf3\ \x64\x66\x0e\x12\x08\x1a\x37\xb8\xbe\x4c\x68\x5b\x08\x09\x8c\x2c\ \x12\x18\xa8\x36\xc4\x40\x1e\x1f\x0b\x67\x81\x62\x00\x00\x97\xc7\ \x57\xb9\x32\x47\x1c\x13\x70\x06\x10\x02\x88\xcb\xe6\x8b\x2c\x51\ \x65\xa8\xa0\x05\x1d\xf8\x06\x2c\xa9\xb2\xb3\xcb\x75\x4f\x58\xf3\ \x44\x12\x90\xca\xb7\xf4\x34\x48\xc1\xf7\xf7\xf6\xce\x9c\x3f\xc5\ \x39\x07\x00\x20\x08\x34\x55\x6d\x1c\x37\x84\xe0\x68\xda\xad\x3d\ \xc5\x14\x6f\x7f\x5a\x64\x49\x52\xbd\xf0\xa9\x7f\xf0\x3f\xfd\xdc\ \x89\x5c\xa1\x7e\x55\x48\x00\x15\xcc\x9f\xfa\x8d\xff\xf5\xb9\xdf\ \x05\x41\x44\x7f\xf2\x1f\xfd\x73\x29\xbf\xf0\xdc\x7e\xac\x51\xf5\ \xf5\x5d\x45\x04\x06\x7b\xdc\x8b\x60\x0e\xca\x68\x24\x23\x06\x67\ \xce\x12\x6f\x9b\x4d\xe4\x28\xa4\x04\x42\xc0\xf2\x05\xa2\x95\xc4\ \xb8\xce\x05\x80\x2a\x05\x52\x02\x80\x00\x22\x10\x23\x80\x10\x48\ \xba\xbc\xd5\x00\xb3\xf7\xc1\xee\x48\x60\x4f\xce\xac\x13\x3b\x95\ \x42\x80\xfa\xb3\x6c\x80\xf1\x99\x53\x08\x02\x20\x3c\xe1\x0e\x61\ \xf5\x0c\x7a\xa5\x26\x03\x01\x80\x04\xa8\x65\x74\xea\x1e\x6c\x09\ \x71\x08\xe0\xec\x3a\x3a\xda\x4c\x5d\x84\x16\x2f\xc0\xd6\x35\x29\ \xde\xda\xac\x9e\xae\x69\x87\xfb\x7b\x86\xad\xcc\x56\x67\x55\x55\ \x83\x00\x74\xbb\xdd\xc3\x83\x83\x5c\x2e\x07\xe1\x34\xc5\x38\xc5\ \x14\x6f\x7b\x5a\x44\x98\x44\xbd\xeb\xff\xcf\xff\xfc\xd9\xb9\x0f\ \xfc\x0f\x3f\x53\xa4\x93\x18\x2f\x09\xc7\xe3\x9e\x6f\x9f\xfd\xf4\ \xc7\xcf\xe3\x7f\xf3\xd9\xdf\x77\x25\x35\xde\x40\xf0\x27\x05\xc0\ \x1a\x50\x89\x6c\x6e\xf1\x51\x0f\x8c\x87\x82\x7a\x12\x2b\x90\xc6\ \xc2\xeb\xc8\xe8\x58\x6a\x65\x08\x31\xb0\xf2\xb0\x7d\x49\xd8\x4b\ \xc4\xa2\x80\xa7\x40\x9b\xc1\x2b\x73\x40\x72\x20\x05\x90\x08\xea\ \x19\xd0\xdb\x4a\xfb\x5d\xc9\x5d\xe9\x1d\x73\xae\x20\xd4\x4d\x8f\ \x07\xe0\xd4\x0f\x11\x05\x02\x09\x41\xe0\x0a\x46\x80\xe9\x40\x30\ \x61\x3b\x09\x38\x84\x85\x0d\xb2\xbc\x04\x52\x0e\x58\x13\xf0\x04\ \xe8\x73\xd8\xdc\x4a\xbd\x1c\xca\x65\x64\x3d\x96\x5c\xdc\xd2\x03\ \x7a\x4b\x7c\x45\x40\x15\xba\xb0\xb4\x78\xe3\xda\xb5\xa3\x5a\xcd\ \x30\x8c\x28\x8a\x3c\x6f\xb8\xb4\xbc\x12\x85\xc1\xb4\x55\x7b\x8a\ \x29\xde\x01\xb4\x88\x31\xf2\x5a\x3b\x8d\x5d\x3e\xf3\x21\x02\xbf\ \xed\xf7\x21\x41\xec\x0f\xfe\xf8\x4f\x89\x17\xff\xdd\xd3\xbb\x9e\ \xa6\x9a\x6f\x2c\x78\x04\xd6\x2a\xbd\x70\x1a\xb0\x36\xbf\x79\x43\ \x56\x0a\xa0\xf6\x24\x77\xee\xa7\xcb\xa7\xe5\xf6\x57\x13\x54\x40\ \x27\x4f\xe2\x70\x2f\xdd\xba\xcc\xe9\x0c\x39\x71\x2f\x96\xfc\xd6\ \xbb\xf8\xcb\x5c\x41\xb2\xe8\xcc\x47\x30\x62\x72\xe7\x9b\xcc\xd9\ \x40\xe3\x2d\x36\xb6\x81\xe9\xcb\x78\x20\x6f\x7c\x21\x21\x36\x3e\ \xf9\x7e\x92\x32\xa0\x67\x91\x82\xa5\x7c\xb9\x8a\x42\x4d\x88\x01\ \x60\x09\x10\x10\x48\x00\x14\x03\x4a\x08\x96\xde\xaf\x70\x02\x41\ \x2c\x14\x03\x0a\xf1\x96\xce\xd4\x11\x42\x18\x86\xbe\x71\xe2\x84\ \xe7\x8d\x92\x84\x99\xa6\x39\x3f\x3f\xaf\x69\xda\x61\x6d\x3c\xbd\ \x1e\xa6\x98\x02\xbc\x23\x72\x8b\x10\x11\x4a\xbf\xa3\xa0\x22\x05\ \x57\xb2\x27\x3e\xfa\x58\xee\xab\xff\xec\xc9\x11\xa7\xe6\x1b\xae\ \x13\xc8\x54\x26\x29\x00\x26\x5a\x7f\x00\x48\x09\x56\x1f\xa7\x00\ \x00\x94\x25\xf7\x2d\x03\x80\x01\x94\x52\xce\xe2\xb3\x55\x8c\x29\ \x90\xe2\x6f\x72\xdf\x04\x60\x91\x04\x00\x2c\x3c\x44\xa5\x04\xf6\ \x05\x5a\x04\x00\x40\x54\x3a\x7b\xab\xd1\x05\xa5\xd2\x5a\x22\x27\ \x97\x81\x64\xb7\x82\x51\x21\xe1\xe2\x63\x14\x48\x30\x99\x92\x82\ \xf2\xe8\xd4\x63\x48\x4a\x00\x75\x88\x25\x90\x18\x9d\xfa\x20\x92\ \x12\xbc\xc5\x71\xb4\x10\x12\x62\x98\xcd\xe6\x30\xc6\x93\xd6\x45\ \xce\xa7\x7e\xe2\x14\x53\xbc\xec\x78\xbd\x13\x0f\x5a\xf2\x24\x7f\ \xe2\x03\x2b\xfe\xf1\xc5\xcb\x35\xa4\xd2\xdb\xf9\x04\xf9\x6a\x8e\ \x00\x00\x02\x30\xe1\x41\x08\x20\x02\x82\xbf\x4e\x48\xfb\x1d\xaf\ \x4a\x00\x20\x40\x18\xbc\xa2\x08\xf5\x5d\xef\x95\xdf\x39\x21\x65\ \xf2\xea\x2b\xb4\xfb\x83\xda\xd3\x35\xd9\xc9\xc7\x39\x7f\xb5\x70\ \xc8\x14\x53\x4c\xf1\x4e\xa2\x45\x44\x14\x85\xe0\x97\x59\x11\xac\ \xbd\xe7\x42\xe8\x1f\xec\x74\x53\x85\x4c\x7b\x4a\xa6\x98\x62\x8a\ \xbb\x2c\x88\x06\x00\x40\x08\xc6\x9d\x83\xfd\xa4\x2f\x21\x02\x00\ \x48\xa4\x65\x80\x7b\xf3\xda\x8b\x63\x38\x15\x9e\x9d\x62\x8a\x29\ \xee\x4a\x5a\xd4\x54\xfc\xad\x3f\xf8\x47\xcf\x48\x44\x55\x03\x03\ \x80\x75\xf8\xd5\x7f\xf9\x8f\xbf\x24\x21\xd5\xd4\xe9\x29\x9c\x62\ \x8a\x29\xee\x46\x5a\x04\x00\x20\x4c\xd1\x77\xc4\xd4\x74\xea\x27\ \x4e\x31\xc5\x14\x77\x35\x2d\x4e\xf1\xf6\x04\xa5\x04\xbc\xac\x04\ \x24\x26\x32\x3c\xaf\x8c\x63\x7c\x65\x52\xe3\xe4\xc1\xe4\x57\xaf\ \x2a\xef\x20\x84\x20\x42\x00\x40\xce\x53\xce\x39\x90\x12\xc2\x57\ \x66\x38\x42\x88\x10\xc6\x04\x00\xc0\x39\x07\x40\x4e\x5e\x11\x42\ \x08\x79\x4b\x9b\x08\x22\x24\x6e\xbd\x0b\xbe\x7a\x72\xe1\x64\xe6\ \x0c\x78\xd5\x96\x4a\x8c\x09\x26\x64\xf2\x92\xe0\x1c\x22\x08\x24\ \x48\x79\x8a\x20\x84\x10\x41\x08\x20\x42\x08\x22\xf8\xf2\x18\x52\ \x29\x05\xe7\xfc\xd6\xb1\xbc\x7c\x40\x93\xd1\xb1\xf0\x3b\xa7\x4d\ \x4d\x3a\x3d\x21\x84\x94\x52\xce\x39\x17\x02\x23\x8c\x09\x16\x42\ \x08\x21\xa4\x90\x84\xe0\xc9\x17\x84\x10\xbd\x3c\xc8\xf2\xd6\xe4\ \x10\x2e\xc4\x6d\x37\x00\x40\x08\x81\x14\x10\x21\x08\x80\x90\x52\ \x8a\x5b\x43\x60\xa4\x9c\x1c\x0f\x02\x70\x32\xa2\x04\x4d\x0c\x2f\ \x85\x7c\xc5\x1c\x08\x41\x42\x95\xc9\x51\x31\xc6\x6e\x4d\x32\xb9\ \xf5\xb9\x00\x41\x44\x28\x45\x08\x4d\xca\x71\xb7\x06\x6e\x02\xf0\ \x4a\x69\x0e\x22\x04\x80\x14\x5c\x00\x08\x11\x84\xb7\xac\x71\xab\ \xf1\x76\x22\xcc\x74\x6b\x0e\x39\x44\x48\x55\x55\x21\x6e\x49\xe8\ \x4b\x29\x30\xc2\x09\x63\x10\x4e\x0e\x1c\x40\x88\x30\x26\xe8\x65\ \xa5\xd4\x89\xdc\xe4\x64\x61\xbc\xfa\xcb\x0a\xce\x27\x9f\x29\x5f\ \x9e\xdf\x3b\xf9\x47\x08\x63\x4d\x55\xd3\x34\x65\x29\x43\x08\xab\ \x8a\xc2\x6f\x55\x11\x53\x8c\xb0\xa2\x2a\x71\x14\x4f\x5a\x82\xb9\ \xe0\xe0\x15\xc1\x28\x08\x5f\xb7\xc4\x38\xa5\xc5\x29\x6e\x1f\x52\ \xca\xa3\x7a\x0b\x40\xc4\x18\x43\x08\xa9\xaa\x2a\x81\x4c\x53\x0e\ \x80\x24\x84\x02\x00\x12\x96\x08\x2e\x28\xa5\x09\x4b\xd0\x84\x7b\ \x30\xc6\x98\x40\x88\x18\x63\x71\x1c\xc7\xd1\x18\x01\x99\xc9\x64\ \xad\x8c\x03\x20\xe6\x12\x26\x8c\x41\x20\x21\xe0\x71\x30\x1e\x7b\ \x23\x08\xc0\x64\x9c\x3c\xe3\x3c\x4d\xb9\xae\x1b\x8a\xaa\x4e\x46\ \xca\x84\x61\x68\x65\x1c\x84\x70\x12\x25\x3c\x65\xe8\x65\x7e\x23\ \x94\x10\x42\x84\x94\x42\x08\x84\x20\x04\xb2\xd7\xeb\x0f\x06\x2e\ \xc1\x08\x21\x64\x67\x32\x41\x10\x43\x4c\xf2\xf9\x42\x92\x24\x51\ \x14\x02\x29\xc2\xc0\x4f\xe2\x88\xb1\x18\x41\x04\x20\x54\x55\xdd\ \xc9\xe6\xd2\x94\x27\x49\x92\xa6\x5c\x02\x29\x38\x27\x54\x51\x14\ \x05\x40\x40\x29\x15\x42\x24\x8c\x29\x54\x31\x4d\x03\x41\x14\x45\ \x61\xa3\xb1\x93\xc9\x64\x74\x5d\xf3\xfd\xb1\xe7\x79\xba\xa6\xa9\ \xaa\xaa\x1b\x46\xbf\xdf\x4f\x18\x2b\xe4\xf3\x09\x63\xaa\xa2\x42\ \x04\x11\x44\x2c\x4d\x19\x63\xb6\x69\x64\x6d\xe3\x36\x26\x56\x42\ \x08\xe2\x84\x13\x45\x0d\x82\x90\xa7\x4c\xd7\x75\xc3\x30\xbd\xf1\ \x18\x42\x60\xe8\x06\xe7\x9c\x31\x26\xd2\x94\x50\x92\xc4\x11\x4b\ \x19\xc2\xd8\xd0\xf5\x09\x75\x72\x21\xe2\x30\xea\xb6\x0f\x80\x48\ \xf3\xb9\x5c\xa9\x5c\x86\x88\x30\x21\xb8\x04\x00\x00\x91\xa6\x49\ \x12\xb7\x0f\x6b\x41\x10\xe6\x72\x39\x3b\x93\x11\x42\x0a\x29\x39\ \x17\xb6\x9d\x21\x14\x01\x00\x93\x24\x96\x42\x58\x96\xc5\x39\x8f\ \xe3\x98\x52\x3a\x61\xb1\xc9\x4f\x08\xbe\x2d\x97\x97\x24\xf1\xf6\ \xcd\x1b\x9a\xaa\x02\x80\x74\xc3\xd4\x54\x6d\x38\xec\xce\xce\xcf\ \x45\x61\x14\x06\x11\x82\x30\x4d\x59\xdf\xed\x85\x51\x84\x20\x04\ \x00\x12\x4a\x67\x67\xe7\x84\x90\x9e\xe7\x21\x8c\x26\x5c\x8c\x10\ \x72\x1c\x07\x40\x48\x09\xa1\x0a\x45\x08\x51\x42\x20\x42\x52\x88\ \xc1\x60\xf0\xec\x95\xe7\xab\xd5\x6a\xbe\x50\x18\x8d\xbc\xa3\xa3\ \x23\x3b\x93\x31\x4d\x33\x97\xcb\x87\x71\xfc\xe2\xa5\x2b\xeb\x1b\ \x1b\x40\x02\x42\x89\x65\x99\x42\x48\xc6\x52\x09\x00\x63\x4c\x21\ \xe8\xb5\xb7\x73\x4d\x69\x71\x8a\xdb\x04\x84\x90\x73\xfe\xcf\xff\ \xd5\x6f\x4b\x44\x10\x42\x8a\xa2\x6a\xba\x21\xa5\x6c\x77\xbb\x00\ \x40\xcb\xb6\xc3\x38\x4e\x52\x06\x00\xb2\x2c\xb3\x75\x5c\x2f\xe4\ \x73\xd9\x8c\x93\x2d\xe6\x87\xa3\x00\x60\x25\x9b\x2f\x5e\xb9\x72\ \xf1\x85\x27\xfe\x4c\x95\xc9\xe3\x1f\xfe\xc4\x47\x7f\xe4\x27\x14\ \xbb\xda\xf6\x78\xa3\xdb\x27\x98\xe1\xc8\xdd\xba\xf8\xd4\xd3\x5f\ \xfc\xf7\x71\x10\x7d\xf8\xc3\x1f\xd3\xb3\xf9\xfd\xa3\x06\x03\x64\ \x6e\x71\xe9\xc2\x3d\xf7\x55\xab\xb3\x6e\xaf\xd7\xee\xf6\xee\x7f\ \xf4\x71\xc5\xb0\xc7\xfd\xc1\xa0\x37\x32\x15\x35\xf0\x7d\xce\x45\ \xa1\x52\x28\xcf\xe4\x11\x25\x5c\xa4\x3a\xa5\x04\x24\x7f\xfe\xe5\ \xff\xf0\xb9\xdf\xfe\x37\x79\x5b\xcd\x66\x9d\xf3\xf7\x3d\xd4\x72\ \xc3\x04\xe9\x7f\xf7\x3f\xff\xb9\x76\x6b\xb4\x7d\xfd\xea\xa8\xdf\ \x6a\xec\xdd\xb8\xf4\xc2\x33\xdd\x66\x1d\x01\x20\x20\x29\xcf\x2c\ \xbd\xff\x43\x1f\xf1\x43\x16\x05\x69\x10\x47\x12\x00\xdd\xd0\x01\ \xc0\x4c\xf0\x30\x8e\xf2\xf9\x7c\xbe\x50\x82\x04\x0b\x2e\xa0\x44\ \x00\x48\x7f\xec\x7d\xee\x0f\x7f\xff\x23\x1f\xfe\xa1\x4f\xff\xd8\ \xa7\x9e\xfa\xda\x13\xbf\xf7\x3b\xbf\x75\xfe\xdc\xd9\x87\x1e\x7a\ \x58\x33\x8d\xdf\xff\xa3\x3f\xca\x64\xb2\x1f\xfd\xd8\x47\xb7\x6f\ \xee\xcc\xcc\xcc\xcc\x54\x66\x04\x84\x83\x41\xdf\xed\x7b\xef\xbb\ \xef\xcc\x4f\x7e\xe2\x3d\x51\xfc\xa6\xd5\x93\x08\x42\x5b\xed\x61\ \x20\xd2\x20\xf0\x14\x85\x54\x2a\x39\xc4\x40\xbd\x3e\x18\x8d\x06\ \xb3\xd5\x6a\x36\x97\xbb\xbe\x79\x1d\xa5\x2c\xeb\x38\xbd\x5e\x4f\ \x08\x59\x99\xa9\xac\xac\xe4\xfb\xa3\x21\xc2\xd8\x30\x8d\xed\xc3\ \xa3\xff\xeb\x17\xff\x17\x3e\x68\x7d\xfc\x13\x1f\xfd\x07\xff\xe3\ \x3f\x76\x4a\xb3\x9d\x90\x1d\x74\x86\x10\x52\x8c\x82\xad\xab\x57\ \x7f\xe5\xff\xfe\x3f\xaf\x5e\xdb\xfc\xe8\xdf\xfa\xe4\x27\x3e\xf5\ \xa3\x97\xae\xbc\x34\xf2\x43\x27\x93\xff\xc4\x0f\x7f\x72\x75\x75\ \x09\x03\x70\xf1\xa9\xa7\xce\x9d\x39\x3d\xbb\xb0\x92\x24\x6c\x6f\ \x6f\x4f\x53\x2d\xc6\x98\x3f\xf6\xcb\xe5\x72\xb9\x5c\xa4\x04\x04\ \x51\x6a\xa9\x04\x40\xb0\x5f\xdb\xf9\x87\xff\xf0\xbf\x9b\x9d\xad\ \xda\x76\xf1\xf1\xc7\x3f\x2e\x38\x7e\xee\xe2\xf3\xbf\xf8\x4b\xbf\ \xa8\x5b\xe9\xe5\x17\x2f\x79\x9e\xb7\xbb\x7d\xed\xdf\xff\xd9\xff\ \x7b\x7d\xf3\x1a\x21\x38\x8a\xd3\xea\xfc\xd2\xcf\xff\xbd\xcf\x0a\ \x40\xba\xbd\xce\xc8\x1b\x78\xa3\xb1\xe3\x38\x00\x80\xb5\xb5\x55\ \xd7\x75\x0d\xc3\x98\x9f\x9f\x07\x00\x70\x2e\x32\x19\xab\x5c\x2e\ \xbb\xfd\xfe\xff\xf6\x4f\xfe\xe9\x03\x0f\x3c\xf0\xcb\xbf\xfc\xcb\ \xcf\x3f\xff\xfc\xcf\xfd\xfc\x2f\xbc\xe7\x3d\x8f\xfe\xed\xbf\xfd\ \x9f\xd8\xd9\x99\x5f\xfb\x8d\xdf\xfe\xa3\x3f\xf9\xe3\x5f\xff\xf5\ \x5f\xdf\xda\xda\x2e\x95\xcb\x0f\x3f\xb4\x0c\x31\x89\x47\x7e\xa3\ \x7e\x4c\x29\x9d\xcd\x42\x21\xd2\x29\x2d\x4e\x71\xa7\x98\xd1\xca\ \xd8\x4c\x80\xac\x93\x8d\xc2\x38\xe5\xcc\x30\x2d\xc7\xc9\x22\x42\ \xb8\xe0\x98\xe3\xf5\xa5\x45\x84\x49\xaf\xdb\x49\x53\xc6\x79\x4a\ \x15\xa2\xeb\x3a\x82\xc4\x8f\x58\x12\x47\x8b\xf3\xf3\x47\xe5\xf2\ \xb0\xdd\xa8\xd7\xeb\x83\x7e\x3f\xaf\xe6\xd2\x84\x39\xb6\x2e\x52\ \x39\x1e\x86\x00\xc8\x6c\x2e\xc7\xf4\x38\x64\x89\x0c\xc3\x7c\xb1\ \x88\xa8\xc6\x18\x1b\x8f\x7d\x96\xa6\x47\xc7\x0d\xc7\xc9\x1a\xba\ \xa2\xe9\x0a\x4c\xf4\xc0\x23\x94\x62\x4d\xa5\x98\x20\xc1\x59\xa3\ \x7e\xe8\x47\x91\x1f\x8c\x83\xd1\xa8\x60\x2b\xfb\xbb\x3b\x00\x00\ \xdd\xd0\x31\xc6\xde\xc8\x4b\x92\x74\xed\xd4\x49\x7f\x3c\x4a\xe2\ \x30\x0a\x02\xb7\xdb\x59\x59\x59\xba\xf4\xc2\xd7\x55\x55\x55\x08\ \x11\x90\x00\x20\xdb\xed\xb6\xa2\x18\xb9\x62\xf1\x9e\xc5\x25\x96\ \xa6\x8a\xaa\x44\x49\x7c\x74\x74\xdc\x6c\xb5\x84\xe0\x73\xb3\x95\ \x7c\xbe\x90\x24\xe9\x70\x38\x0a\xa3\x80\x22\xf9\xd0\x83\xf7\xef\ \xef\xdc\x44\x00\x9c\x3f\x7b\xe6\x0b\xb9\xac\x48\x39\x90\x72\xe4\ \x8d\x30\x02\x1f\xfb\xc8\x0f\x19\x86\x9e\xb1\xcd\x34\x89\x0d\x43\ \x6b\xb7\xdb\x18\xe1\xe5\xa5\x05\x4d\x57\x6e\x7b\x07\x3a\x02\x22\ \x0e\xbd\xd3\x1b\x6b\xae\xeb\x26\x61\xe0\x38\x19\x43\x55\x42\x04\ \x55\x05\x3f\xfb\x8d\xa7\x97\x16\x97\x56\xe7\xe7\x9b\xc7\xc7\xdf\ \xdc\xda\x9a\x9d\x9b\x53\x55\x05\x02\x50\xa9\x94\x77\xf7\xf7\x21\ \x82\x8b\xf3\xf3\x6b\xeb\xeb\x87\x9b\xde\x4b\x9b\x95\xb1\x0e\x8f\ \x00\x00\x20\x00\x49\x44\x41\x54\xd7\x77\xf7\xf6\x36\x2c\x87\x0b\ \x04\x38\x47\x18\xc5\x61\xe8\xfb\xbe\x63\xdb\xb3\xd5\x6a\x18\x84\ \x8d\xa3\xa3\x46\xa3\x3e\xbf\xb8\x62\x5a\xe6\xde\xee\xee\x4c\xb9\ \xd8\x77\x7b\x9e\x37\x9a\xa9\xce\x4c\x12\x23\x85\x42\x21\x8e\x63\ \x04\xa1\xae\x6b\xcd\xe6\x71\xbf\xef\x52\x4a\x54\x55\xdb\xea\x0e\ \x54\x05\x35\x9b\xfb\x69\xca\x75\x55\x57\x28\x76\xbb\x5d\x88\xb4\ \xd9\xea\x5c\x18\x84\x00\x4a\xc6\x58\xab\xd9\x74\x1c\xc7\xb6\x33\ \x00\x40\x55\xd5\x14\x05\x02\x00\x9f\x7f\xe1\x85\x99\xea\x7c\xa9\ \x5c\x5c\x5b\x5b\xcd\x64\x6c\x45\x51\x82\x20\x38\x3e\x3e\xde\xdd\ \xdd\x5d\x5a\x5a\xca\xe7\xf3\x95\x4a\x05\x21\x78\x78\x78\x78\xf3\ \xe6\xcd\x20\x08\x1e\x7b\xec\xb1\x27\x9e\x78\x22\x08\xc6\x1f\xfc\ \xe0\x63\x67\xce\x9c\xe9\x76\x3b\xa3\xd1\xc8\x75\xbb\x4f\x3d\xf9\ \xc4\x7f\xf3\x0b\x9f\x5d\x98\x9f\x8f\xc2\xa8\xd5\x6c\xa5\x29\x0f\ \xc7\x81\xdb\xef\xcf\x54\x8b\x86\x61\xb2\x61\x7d\x1a\x44\x4f\x71\ \xa7\x20\xa4\x54\x34\xbd\x52\x2c\x63\x88\x24\x1c\xea\x94\xa6\x2c\ \xcd\x15\x4b\x10\xe3\x94\xb1\xf9\x4c\xa6\x54\x2c\xa6\x3c\x85\x92\ \x1f\xd5\x28\x8b\x63\x4a\x08\x8b\x63\x21\x65\x2e\xeb\xec\xd7\xea\ \x84\x90\x6a\x75\x6e\xdc\xeb\xf4\x3a\x5d\x6f\x34\x34\x9c\x20\x8a\ \x12\xdd\xce\x86\xa9\x44\x10\x0a\x9e\x26\x8c\x41\xa2\xc4\x4c\x68\ \x18\x3f\xf6\xbe\xc7\x05\xa2\xb5\x7a\x33\x95\xa0\xd5\xe9\x22\x4c\ \xb3\xd9\xdc\x61\x6d\xdf\xb0\x1c\x95\x28\x29\x4b\x7a\x9e\x47\x30\ \x5e\x5b\x58\x85\x08\xb9\xa3\x61\x7f\x34\xea\x75\xbb\xfe\xd0\x95\ \xcc\xdc\xdd\xdd\x01\x92\xa7\x69\xda\xed\xf5\x72\xc5\x19\x3f\x48\ \xab\xd5\x99\x28\x08\x78\xca\x34\x4d\xb9\xbe\x79\xcd\xb8\x70\x52\ \x0a\x81\x30\x8a\xe2\x58\x80\xb4\x32\x67\xe7\x0b\x05\x45\xb5\x96\ \x57\x56\x33\x4e\x36\x8e\x63\x01\x80\x44\xb0\x50\xc8\x23\x8c\x0c\ \xd3\x60\x2c\xe9\x76\xdb\x9c\xcb\x52\xa9\x62\x59\xf3\x6e\xb7\x4b\ \x31\xfa\xdd\xdf\xfa\xb7\xd7\xaf\x5f\x3b\x75\x62\xc3\xd0\x75\x5d\ \xd7\xaa\x73\x33\xc7\xcd\x26\x06\x12\x13\xe8\x0d\x87\x96\x69\x84\ \x61\xd4\xed\x76\x83\x20\xd0\x0d\x13\x23\x48\x29\x91\xb7\x6b\x76\ \x5d\xd7\x4e\xcd\xcf\x17\xf3\x39\x4a\x89\xef\x8f\x15\x8a\x73\xd9\ \xcc\xe9\x53\xeb\x8d\xe3\xc6\x43\x0f\x3d\xb8\xb1\xb6\xaa\x61\x6a\ \x99\xe6\xee\xee\x6e\xa3\x79\x5c\xad\x56\x83\x5c\x4e\x11\xa2\x52\ \x2a\x1d\x37\x9b\x41\x10\x5c\x38\x77\x4f\x6d\xf3\x62\xb7\xd3\xbb\ \xb1\x75\xe3\xe4\x85\xfb\x46\x43\x8f\x10\x62\xe8\xc6\xa0\x59\xa7\ \x98\xc4\x71\x82\x10\x12\x42\xc4\x71\xfc\x53\x3f\xf9\x53\xc5\x72\ \x75\xfb\xe6\x8e\xa6\x69\xbe\xef\xef\xed\xed\xad\xad\xad\xf5\x5d\ \x37\xd1\x8d\x84\x31\x21\x44\xb7\xdb\x4d\xd3\x74\x75\x75\x6d\x61\ \x61\x8e\x31\x7e\x7c\x7c\x7c\xf1\xd2\xa5\x61\x77\xe8\x64\x8c\x17\ \x5e\x78\xba\xdf\xeb\x81\xf5\xb5\x76\xb3\x39\x53\x71\x1b\xcd\xfe\ \xc7\x3e\xfa\x31\x29\x45\xbf\x3f\x40\x18\x3f\xf9\xe4\x93\x8f\x3d\ \xfa\x60\x10\x04\x10\x82\xf1\x78\xac\xe9\x06\x04\xb2\x50\x28\xe4\ \x72\xb9\x7c\x3e\xff\xe0\x83\x0f\x08\x21\x06\x83\x41\xb5\x5a\xa5\ \x94\x2a\x8a\xa2\x69\x9a\xaa\xaa\x71\x1c\x13\x42\x36\x36\xd6\x4b\ \xa5\xa2\xeb\x0e\xce\x9e\x3d\xfb\xa7\x7f\xfa\xa7\x5f\xfa\xd2\x97\ \xff\xce\xdf\xf9\x99\x62\xb1\xd8\x6c\x36\x6d\xdb\xae\x54\x2a\x9a\ \xa6\x2d\x2e\xcc\xf7\xbb\xbd\x52\xb1\x78\xe9\xf2\x25\x8c\x71\xed\ \xe0\x40\x33\x8c\x7c\x3e\x17\x85\xf1\xb4\xe4\x32\xc5\x9d\xf4\x16\ \x01\xc4\x44\x19\x8d\xbc\x94\x0b\xcb\xb6\x85\x04\x61\xcc\xca\x85\ \x22\x97\x52\x0a\x59\x28\x14\x84\xe0\x49\x1c\x41\x00\x0d\x5d\xa3\ \x18\xeb\xba\xee\x58\x76\x6f\x30\x6c\x36\x8f\x21\x02\x9c\xb3\x8c\ \x93\xd3\x4c\xcb\x0b\x83\x9b\xdb\x5b\x58\x77\x46\x91\xc4\x54\xb1\ \x0c\x9d\x3a\x99\x34\x49\x39\x07\x88\x62\x48\x28\x56\xf4\xdd\xda\ \xd1\xfc\xd2\xea\xdc\xc2\xa2\x90\xa0\x7e\x74\xc4\x92\x18\x22\x4c\ \x09\x09\xbc\xa1\x1b\x46\x22\x4d\x73\x4e\x1e\x23\x1c\x44\x21\x42\ \x08\x63\x54\x2e\x97\x0c\x43\x03\x6c\x56\xc5\xa2\x5c\x2a\xc7\xa3\ \xb6\x10\x9c\x60\x1c\x85\x81\xa1\x67\x21\x84\x8d\xfa\xd1\xea\xea\ \x0a\x0b\x4b\x19\x3b\x33\xf6\xc6\x61\x18\x09\x2e\xa9\xaa\x44\xb1\ \xa8\xcc\xcc\x9e\x3e\x7b\x2e\x8a\xb9\x6e\x98\x84\xd2\x5e\xbf\x6f\ \xdb\x36\x90\xb0\x52\x29\xcd\xce\x55\x3b\xdd\x0e\x82\xa0\x3a\x53\ \xee\xb9\x43\x4a\x31\x4b\xe2\x8c\x6d\xdb\xa7\x36\x72\xf9\xfc\xf3\ \xcf\x3f\xbb\xb2\x34\x6f\x9a\x3a\x17\x29\x82\xa0\xdd\x6c\xe4\x32\ \x99\x24\x0c\x25\x80\xba\xaa\xb4\x9b\xad\x20\xf0\x97\x96\x56\x74\ \x5d\x0f\x83\xb1\x14\xc5\xdb\xb6\x3c\x02\x40\x57\x15\xb7\xdb\x31\ \x4d\x43\x25\xb6\xef\xfb\x85\xbc\x83\x21\xa8\x96\x8b\xa5\x52\x11\ \x41\x2c\x19\x23\x18\x97\xcb\xe5\x7a\xa3\x5e\x2a\x95\x0a\xf9\x7c\ \x14\xc7\x8d\xe3\x46\xb7\xd3\x61\x69\x3a\x53\x9d\x35\x2c\x07\x0a\ \xf6\x8d\x67\xbe\xf1\xde\x0f\x7e\x78\x38\x0c\x63\x40\x6d\xc3\x9c\ \x9d\x99\x39\xda\xbc\xe4\x0d\x47\x52\x4a\xaa\xd0\x28\x08\x3b\xed\ \xb6\x93\x2b\x6e\xac\x6f\xa4\x3c\xed\xbb\x6e\x12\xc5\x81\xef\x63\ \x8c\x87\xa3\xd1\x78\x3c\x96\x52\x52\x4a\x4d\xd3\xf4\xbc\x51\x9a\ \x26\xa3\x91\x47\x08\x5d\x5d\x59\xc5\xab\x54\xc1\xb0\x76\xb8\x55\ \x2e\x95\xa4\x48\x93\x30\x1c\x8f\x46\x2c\x89\xcb\x33\x33\x7e\x10\ \x22\x88\xef\xbd\xf7\xbe\x5f\x4b\x7e\xa5\xdd\xe9\xb8\x7d\x97\x60\ \x12\xf3\x64\x3c\x0e\x56\x37\x8a\x8f\x3e\xfa\x28\xa1\x5a\x2e\x9f\ \xc5\x04\xb7\x1b\xed\x4c\x26\x93\x24\x49\x9a\xa6\x8f\x3c\xf2\xc8\ \xd6\xd6\xd6\x84\x1c\xe3\x38\x8e\xe3\x98\xb1\x14\x21\x74\xe2\xc4\ \x89\x0f\x7f\xf8\xc3\xbf\xf9\x9b\xbf\xf5\xe9\x1f\xff\xb4\x69\x9a\ \xaa\xaa\x2e\x2d\x2d\x5d\xbe\x7c\x59\xd7\xf5\x7c\x2e\x1b\xc7\x71\ \x9c\x24\x19\xdb\xfe\xea\x57\xbe\xb2\xb6\xbe\x5e\xae\x54\xbc\x91\ \x6f\x59\x26\xbb\x55\x42\x83\xaf\x61\xde\x29\xa6\xb8\xcd\x8a\x0b\ \x44\xd0\xca\x64\x00\xc2\x44\x51\x82\x30\x0a\xc3\x48\x37\x4c\x84\ \x89\x69\x5b\xb6\x93\x93\x08\x33\x9e\xb6\x5a\xcd\x5a\x6d\xdf\xf3\ \xbc\x24\x89\xc7\xde\x70\xfb\xe6\xd6\x60\x38\xa8\x56\x67\x96\x97\ \x96\x72\xb9\x9c\x6e\xd8\x96\x9d\x63\x2c\xbd\xbe\x79\x6d\xd8\xef\ \x61\xc8\x21\x60\x49\x14\x74\x3b\xed\x56\xab\x2d\x01\x96\x00\xc7\ \xa9\xc8\xe4\x0a\xb9\x5c\x11\x21\x9c\xcf\x17\xa8\xa2\x20\x82\x35\ \x5d\x57\x14\x65\x3c\x18\x34\x8f\x6a\x69\x1c\xe6\x73\xd9\x5c\xde\ \xd1\x0c\x15\x22\x69\x5a\x46\x75\x76\x66\x69\x69\x71\x7e\xb6\x8a\ \x20\x42\x10\x2c\x2f\x2d\x22\x84\x30\x00\xb6\x69\x64\x6c\x3b\x8e\ \xa3\x81\xdb\xeb\x76\xbb\xc3\xc1\xa0\xd3\x69\xad\xae\xac\x64\x6c\ \x9b\x25\x09\x00\x92\x12\x05\x11\xaa\x6a\x5a\x2e\x5f\x80\x88\xec\ \x1f\x1c\x36\x8e\x9b\x71\x92\x04\x61\x58\x28\xe4\x4b\xe5\xa2\xae\ \xab\xaa\x42\x21\x94\xa3\xd1\x50\xa1\x18\x48\x1e\x45\xfe\x78\x3c\ \x50\x54\x7a\xfa\xd4\xc9\x1b\x9b\x9b\xc3\xbe\x6b\x5b\x06\x10\x1c\ \x43\x58\xaf\xd7\xf3\x85\x9c\xa6\x10\x28\xb9\x48\x13\x96\x44\x2c\ \x8e\xe2\xd0\xef\xb4\x5b\xc3\xe1\x90\xb1\xe4\xf6\xa6\x59\x09\x21\ \x8a\x85\x3c\x48\x93\xf1\xa8\xdf\x6d\x1f\xf3\x34\xc1\x48\x3a\x96\ \x51\x29\x39\xa5\x62\x8e\x62\xa0\x12\xd1\x69\x77\xb6\xae\x5f\x3f\ \x3a\xac\x09\xc1\xc7\xbe\x77\xed\xda\x4b\xd7\x37\xaf\xa5\x8c\xdd\ \x7b\xe1\xc2\x89\xb5\x75\x5d\xd7\xd7\xd6\x4e\x84\x71\x72\xf5\xca\ \xd5\xcb\x17\x2f\x26\x51\x10\x8c\x3d\x91\xb2\xe3\x46\xbd\xd9\x6c\ \x0e\x07\x2e\x14\x80\x62\xe2\x38\x4e\xb9\x54\x4e\x13\x56\xa9\x54\ \x2c\xd3\xf2\xc7\xbe\x3f\xf6\x1c\x3b\xd3\x6e\x75\x6a\xb5\x5a\x14\ \x45\x42\x88\x7c\x3e\xaf\xaa\xaa\xae\xeb\x94\x2a\x95\x4a\x79\x71\ \x71\xfe\xe4\xc9\x0d\x5d\x33\x00\x80\x1b\xeb\xeb\xa5\x42\x21\x0e\ \xc3\xac\x63\x57\x4b\xa5\x8c\x6d\xfb\xbe\xff\xa5\x2f\x7f\x65\x34\ \xf2\x86\xc3\xe1\xdc\xdc\xfc\x7b\x1e\x79\x24\x8e\xa2\x84\xb1\x6c\ \x36\xe3\x38\x99\x24\x49\x8a\xc5\x42\x3e\x9f\x6f\xb7\x5a\xae\xeb\ \xc6\x71\x1c\x04\x41\x26\x93\x39\x7f\xfe\x7c\xa1\x50\x58\x5e\x5e\ \x16\x42\x18\x86\x61\x18\x46\x26\xe3\x24\x09\x83\x10\xaa\xaa\xfa\ \x81\x0f\x7c\x60\x77\x77\x77\xff\xe0\x60\x75\x75\x95\x31\x96\xcd\ \x66\x9f\x7f\xee\x39\x4d\x53\x0c\xc3\x90\x32\xd5\x35\xd5\x34\xcc\ \xfd\xfd\x3d\x4d\xd3\xda\xad\xd6\x70\xe0\xba\xbd\xae\x94\xaf\xc5\ \x89\x53\x6f\x71\x8a\xef\xcd\x59\x94\x12\x22\x90\xcb\x67\x09\xa1\ \x61\x18\x0d\x47\x1e\x42\xd0\xb4\x74\x44\x88\x94\x80\x50\x94\x32\ \x40\x08\x54\x08\x36\x74\x7d\xec\x8d\xe2\x30\x82\x08\x96\x4b\x85\ \x52\xa1\xe0\x0e\x86\xa6\x69\xa4\x4e\xce\xc9\xe6\xdb\xad\x76\xa7\ \xdd\x4a\x62\x7f\xae\x3a\x2f\x81\x30\x74\x2d\xd0\x35\x55\x51\x08\ \xa1\x00\xd3\x4c\x36\x3f\x37\x3b\xef\xe4\x4b\x12\xe0\x28\x8a\xc7\ \xa3\x11\x92\x30\x63\xdb\x4e\xc6\xf6\x07\xfd\x68\x3c\xb2\x0d\x63\ \x34\x70\xd7\xd6\x56\x55\x4d\x3b\x3c\x3a\x0a\x23\x7f\xe0\x0d\x7d\ \x3f\x50\x08\xf6\xbc\xe1\x41\xa7\xee\xfb\x1e\x46\x88\xf3\xb4\xdd\ \x6e\x0f\x46\x41\xa1\xba\x04\x20\x98\xa9\x94\xf6\xf7\xf6\xae\x5c\ \xbc\x18\xfb\x43\x43\x05\x08\x00\x4d\xd3\x24\x00\x2c\x49\xf2\xc5\ \xa2\x69\x65\x64\xcb\x1d\x8e\xc7\x03\x6f\xc4\xd3\x14\x13\x34\x37\ \x57\xb5\x2c\xab\xdb\xed\x20\x04\x5d\xd7\xcd\x64\x32\x2b\xab\x6b\ \x49\x12\x36\x8f\x8f\x15\x42\x4c\x5d\x2d\x95\x0b\x83\x41\xef\xda\ \xf5\x6b\x23\x6f\x84\x21\xd4\x14\xda\x77\x7b\xeb\xeb\xab\x18\xc1\ \x61\xdf\xed\xf5\x5c\x7f\xec\x03\x84\xfa\x86\x2e\x01\x34\x2c\x9b\ \xc5\xd1\x6d\xde\x8e\x00\x00\x52\x64\x6c\x7d\xb6\x7a\x6a\x34\x1a\ \xfb\xfe\xd8\x0b\xc6\x86\x56\x55\x29\x06\x42\x62\x8c\xd2\x84\x45\ \x51\x30\x1c\x0d\x0c\x5d\x4b\xe2\xb0\xb6\xbf\x67\x59\x56\xb1\x54\ \x3a\x73\xfa\x54\xcc\x12\x00\x84\x3f\xb0\x96\x57\xd7\x5f\x78\xe1\ \xd9\x28\x1a\x5c\xdf\xbc\xf6\xe1\x95\x75\x2c\xa9\xae\x50\x53\xd7\ \x52\x96\x08\x21\x2c\xcb\x82\x10\xcc\xcf\xcf\x2f\xcc\xcd\xc5\x4c\ \xf4\x5d\x17\x40\x18\x45\x51\x2e\x9b\x5b\x5c\x5c\x74\xdd\x5e\xa3\ \xd1\x98\x9d\x9d\xb5\xed\x8c\xae\xab\xe5\x72\xf1\xe8\xe8\x18\x63\ \xc8\x39\x18\x8f\xc7\xe3\xb1\x1f\xc7\x6c\xf3\xda\x35\x82\x52\x21\ \x52\x85\xe8\xe1\xd8\xff\xe6\x33\x5f\x57\xed\x42\xf3\xf8\xf8\x03\ \x1f\x78\xbc\x76\x58\x7b\xe9\xca\x95\x66\xab\x79\xed\xda\x66\x14\ \xc7\x9a\xa6\x51\x4a\x5d\xb7\x7b\xf6\x7c\xae\x5a\xad\xf6\x5c\xaf\ \xd5\x6e\x6f\x6d\x6f\x99\xa6\x69\x59\x56\xb5\x5a\x9d\x99\x99\x39\ \x3c\x3c\x0c\x82\xc0\xf3\xbc\x5e\xaf\xb7\xb4\xb4\xc4\x18\xbb\x79\ \xf3\xa6\x65\x59\x42\x88\xd3\xa7\x4f\xc7\x71\xfc\xb9\xcf\x7d\x2e\ \x8e\xe3\x56\xab\x45\x29\xad\xd7\xeb\xb3\xb3\xb3\x8a\x42\x7a\x6e\ \xa7\xd5\xea\xee\xec\xec\xf5\xfa\xee\xd5\xab\x57\x44\xca\x97\x96\ \x96\x29\xa5\xca\xeb\xdd\x8c\xa6\xb4\x38\xc5\x6d\x3b\x8b\x12\x21\ \x98\xcb\x66\x5c\x77\x84\x74\x10\xc7\x61\x92\x84\xb6\x6d\x12\x0c\ \x09\xc1\x18\x53\x4c\x30\x45\xd6\xc2\xfc\x82\x4e\x95\x38\x0a\xfa\ \x9d\x16\x84\xd2\xc9\x38\x0a\x21\x00\x4a\x5d\xd7\x31\xe5\xd9\x95\ \x55\x0a\xc1\xfe\xee\x0e\x63\x49\xe0\x0f\x53\x16\x86\x41\x00\xb8\ \xa5\x50\x92\x31\xed\x9d\x30\x9c\x5b\x99\xb3\x33\x99\xd9\xb9\xd9\ \x8c\x53\x40\x54\xd9\x3f\xa8\x75\xda\x6d\x7f\xec\x8d\xdc\x4e\x6d\ \x77\x5b\x70\x96\x73\x1c\xce\x42\xcf\x1b\xd4\x1b\xb5\x85\xc5\x15\ \x2e\x78\x7f\x30\x88\x63\x36\x1e\xfb\x61\xe0\x55\x8a\xf9\xfd\xad\ \xbe\xa1\x6a\x2a\x55\x08\x84\x40\x8a\xa1\xe7\xb9\xa3\x1b\x0b\x2b\ \xa7\x96\xd6\x8d\xc0\xf7\x9a\x8d\xba\xa9\x13\x4b\xd3\x11\x86\x82\ \x8b\x28\x4d\x05\x00\x10\xe0\x56\xbb\xdd\x71\x7b\x4e\x3e\x5b\x2a\ \x14\x31\x82\x7b\x7b\xbb\xa3\xd1\x08\x42\x90\xcb\xe6\x30\x06\x52\ \xa4\x10\x48\x91\x26\x9a\x61\x11\x82\x19\x4b\x7c\x7f\x0c\x81\xcc\ \xe7\xb2\x97\x2f\xbe\x38\x1e\x0d\x6d\xcb\x1a\x0e\x7a\x3c\x49\xe6\ \x67\xe7\x24\x10\xc7\x8d\xa3\x28\x4e\x4a\xa5\x52\xaf\xd7\x4f\x93\ \x38\x9b\xcf\xf7\x07\x83\xbe\xeb\x7e\x57\x83\xde\x1b\xf7\x16\xf3\ \x79\x07\x60\x44\xa0\x90\x9c\x05\x63\x4f\x25\xc8\xd0\x54\x04\x80\ \xa6\x12\x82\x40\x0a\x95\x85\xf9\xf9\x38\x8c\x14\x85\x3e\xff\xdc\ \x73\x04\xa1\x8d\xf5\x0d\xc6\x39\x21\x18\x40\x9a\xc4\x78\x61\x71\ \x49\x45\xe8\x2f\xff\xe2\xf3\xbd\x4e\xb3\x59\x3f\x76\x2c\xab\xd6\ \x72\xdb\xc7\x0d\xc0\xc5\xe2\xfc\x82\x10\x42\xa1\xb4\x54\x28\x9e\ \xd8\xd8\x70\x1c\xc7\xb0\x9c\xe3\x56\xfb\xa0\x56\x0b\x7d\x3f\xf4\ \xc7\x7f\xf5\xd5\xaf\x44\x51\xa8\x6a\x7a\x18\x86\x10\xc2\x1b\x37\ \xb6\x1e\x78\xe0\x01\x5d\x57\x83\x20\x4a\x92\xc4\x75\xdd\x24\x61\ \xa6\x91\x0b\xc2\x70\xd8\xab\xe5\xb3\xb9\xf1\xb0\x6f\x1b\xd6\xb5\ \xcd\x1d\x33\x37\x7e\xfe\xf9\xe7\x57\x4e\x9e\x6c\x36\xdb\x17\x5f\ \x7c\xf1\x60\x7f\xff\x9e\xf3\xa7\x04\x17\x84\xe0\xd1\xc8\x83\x93\ \x26\x46\x4c\xf6\xf7\xf7\xa4\x90\xa7\xcf\x9c\x86\x00\xb6\x5a\xad\ \xc3\xc3\x43\xdf\xf7\xf3\xf9\xfc\xf2\xf2\xf2\xfe\xfe\x7e\x14\x45\ \x49\x92\x68\x5a\xc1\xb2\xac\x66\xb3\x69\x59\x56\x14\x45\x95\x4a\ \xe5\x4b\x5f\xfc\x62\xb1\x58\x8c\xe3\xb8\xdd\x6e\x77\xda\xad\x8f\ \x7d\xfc\xe3\xf3\xb3\xd5\x2f\x7c\xe1\x2f\x0f\x8f\xea\xe5\x72\x45\ \xa5\x4a\x12\x86\xcb\x2b\xab\x71\x12\x5f\xbd\x72\xf9\xbe\x33\xcb\ \x0a\x25\xaf\xa1\x90\x32\x0d\xa2\xa7\xf8\x5e\x9c\x45\x90\x44\x11\ \x04\xc2\x1b\xb8\xdd\x76\xd3\xd0\x69\x31\x9f\x55\x29\x46\x50\x22\ \xc8\x31\x92\x9a\x42\x80\x14\x29\x63\xa5\x42\x41\xd7\xf5\xfd\xbd\ \xbd\xfd\xfd\xfd\xd1\x68\x94\xc4\x31\x86\xd0\xd0\x34\xc7\xc9\xaf\ \x6f\x9c\x30\x6d\x8b\xb1\x78\x77\x67\x9b\x25\x3e\xe7\x51\xb7\xd5\ \x84\x52\x6a\xaa\x9a\xb2\x14\x23\x20\x52\x16\x47\x11\xe7\x8c\xa7\ \x49\x1c\x8c\x6b\x7b\x37\x0f\xf7\x6e\xc6\xd1\x78\x34\xe8\x79\xfd\ \x5e\xb7\xdd\xdc\xbc\x7a\x25\x89\xc3\x56\xb3\xd1\xee\x34\x4d\xdb\ \xca\xe6\x72\xb3\x33\x33\x2b\x4b\x4b\xc5\x7c\x01\x4a\xf9\xe0\x43\ \x0f\x01\x20\x6c\xcb\xe0\x29\xb3\x4c\x03\x08\x5e\x29\x97\xaa\xd5\ \x19\x5d\xd7\x87\xc3\xc1\xc0\xed\xe5\xb3\x59\x42\x31\x63\x89\x10\ \x1c\x23\x8c\x31\xae\x37\xea\x37\x6e\x6c\x19\xa6\x75\xe6\xf4\x59\ \xc3\x30\x3d\xdf\xcf\x38\xce\xc4\x97\xb4\x2c\xc3\x1b\x0e\x7d\x6f\ \x14\x85\x7e\x14\xfa\x40\x4a\x00\x04\xc6\x40\xc1\x68\xa6\x52\xba\ \xf7\x9e\x0b\x07\xfb\xbb\xfe\xd8\xe3\x3c\xd9\xdb\xdf\x65\x2c\x72\ \x7b\x9d\xfd\xdd\x1d\x91\xa6\x9a\xaa\x38\x99\x8c\x61\x68\x71\x14\ \x72\x96\x40\xc9\x2d\xd3\xb8\x3d\xed\x22\x08\x61\x92\xc4\x2a\xc1\ \x6e\xd7\x3d\xd8\xdb\x19\xf6\xbb\xe5\x62\x81\x62\x00\x84\x84\x42\ \x42\x00\x30\x02\x0a\xc5\xa5\x62\x31\x63\x5b\xb9\x7c\x76\xf7\xe6\ \xcd\xa7\x9e\x7a\x32\x8e\x82\x94\x31\x96\x30\xdb\xb2\x4c\xd3\x3e\ \x77\xe1\x9e\xf3\x17\x2e\x00\x20\x0f\x8f\x6a\x3b\xdb\x5b\x3c\x8e\ \xbd\xe1\x30\x0a\x7c\x08\x61\x9a\x30\x55\x55\x31\xc6\x9d\x4e\xc7\ \xd0\x8d\x20\x08\x0c\xdd\xb8\x74\xf1\xd2\xd7\x9f\xfe\x7a\xbd\xde\ \xd8\xbc\xb6\x79\xe9\xd2\xe5\x8b\x97\x2e\xdd\xbc\x79\xb3\xdd\x6e\ \x13\x42\x1b\x8d\xe3\x34\xe5\x42\x08\x5d\xd7\x73\xb9\xac\x94\x12\ \x42\x7c\xcf\x85\x7b\x0b\xc5\xe2\xfc\xdc\xac\x69\xa8\x0a\x46\x0b\ \x0b\x0b\x83\xfe\xe0\xcc\x99\xb3\x85\x62\xc9\xb6\x33\x5b\xdb\x37\ \x67\xe7\x66\xa3\x28\x52\x55\x55\x0a\x09\x21\x8a\x93\x38\x65\xec\ \xa9\xa7\x9e\xea\xf7\xfb\xf7\x3f\x70\x7f\xa9\x58\xca\xe5\x72\xaa\ \xaa\xe6\xf3\xf9\x49\xd2\x70\x34\x1a\x4d\x64\x9f\x92\x24\x99\x0c\ \xbc\x37\x4d\x13\x63\x6c\x9a\xe6\x67\x3e\xf3\x99\x1b\x5b\x5b\x9b\ \xd7\xaf\x2b\x8a\x52\xab\xd5\xea\xf5\x23\x95\x92\xa7\x9f\x7e\xaa\ \xd1\x68\xe4\x73\xd9\xd5\x95\xe5\x13\x1b\xeb\xf5\xa3\xa3\xbe\xeb\ \x76\xda\x6d\xcb\x34\x11\x82\xd3\xbe\xc5\x29\xee\x90\xb7\x08\x20\ \x04\x94\xa0\xe1\xa0\xe7\xba\xfd\x5c\x3e\x37\x3f\x53\xc9\x58\xba\ \x4a\x49\x18\x27\xe3\x60\x4c\x29\x55\x15\x15\x08\xa9\x69\x0a\xc1\ \x59\xc7\xc9\x40\x00\x30\x86\xf5\x7a\x3d\xe1\xb2\x52\xa9\x62\xaa\ \x68\x8a\x06\x11\xd1\x75\x53\x0a\x19\x8c\xc7\x2c\x89\xa9\x62\x18\ \x19\x2b\x9f\x31\xbd\x91\x17\xc7\xb1\xa1\xe9\x19\xdb\x1a\xf4\x7b\ \x85\x62\xf1\xe2\xf3\xcf\x75\xba\xdd\xb5\x95\xa5\xc6\x51\x8d\x62\ \x40\x0c\xd5\xd4\xb3\x9a\xaa\x1f\xd4\x8f\x6e\xee\x6e\x53\x43\x5b\ \x3b\x75\x32\x5f\xc8\x22\x44\x0d\x55\x45\x00\x97\x0a\xf9\x6b\x57\ \x5e\x68\x75\x5a\xbb\xbb\xbb\x69\xca\x08\xc6\x96\x61\x62\xe2\x16\ \x8b\x05\xdb\xb6\x3b\xad\x56\xfd\xe8\x90\x52\xbc\xbc\xb4\xd8\x6c\ \xec\x13\x84\x15\x85\x72\x80\x99\x48\x47\xde\x58\x22\xbc\xbe\x7e\ \xb2\x54\x2a\xb5\x01\xe8\x0f\x5c\x5d\xd7\x75\x8d\x0e\x87\xc3\xb1\ \xef\x8d\xfd\xd1\x68\x34\xa0\x94\x36\x9b\xc7\x5c\x00\xce\x98\x42\ \x49\x7f\xd0\x4f\xd3\x74\x61\x71\x1e\x42\x38\xf2\x86\xa6\xa1\xdd\ \xd8\xbc\x46\x08\x4a\xe2\x70\x34\x1c\x24\x49\x94\x06\x62\x77\x67\ \x07\x20\x64\xe8\x86\x48\x79\xa9\x58\xa8\x56\x2a\xfc\xb6\xe4\xd0\ \xa5\x94\xba\xa6\xb6\x9a\x8d\x46\xe3\xc8\xf7\x83\xb3\x67\xcf\xe6\ \xb2\x19\x8a\x21\xe7\x92\xb1\x38\x65\x02\x42\xc4\x53\x11\x84\x7e\ \x3e\x9f\xbb\xe7\xc2\xf9\xdd\xbd\xdd\xc0\xf7\x2e\x5d\xba\x18\x86\ \xc1\xfa\x89\x0d\xdf\x1f\x3b\x96\x13\x33\x9e\xcb\x15\xa4\x94\x07\ \xfb\xfb\xde\x70\x98\x2b\x5b\x81\x3f\xae\xe4\xf3\xa3\xc1\x10\x00\ \x20\x18\xcb\xd8\x19\x20\xe5\x70\x30\x88\x53\xf9\xc4\xd7\x9e\xac\ \x94\xca\xbe\x37\x62\x71\x32\x37\x5b\x51\x14\x5a\xa9\x56\x6f\xdc\ \xb8\x71\x78\x78\xd8\xeb\xf5\x1e\x7f\xfc\xf1\xc5\xc5\xc5\xc9\xb1\ \x2d\x2d\xcc\x54\xab\x73\xc7\x75\xb7\x75\xdc\xa8\x1f\x1d\x1d\xd7\ \x1b\x3c\x61\xd4\x34\x74\x45\x29\xe4\xf2\xf3\x73\x0b\x07\x07\xb5\ \xfd\x5a\xed\xb0\x56\x7b\xef\x4f\x7e\x26\x9f\xb5\xd2\x34\x65\x29\ \xd7\x34\x45\x55\xd4\x4e\xb7\xb7\x79\x7d\xf3\x83\x1f\xfc\xc8\xc6\ \xc6\x86\xe7\x8d\x9e\x7a\xea\x29\xd3\x34\xf3\xf9\x7c\xaf\xd7\x73\ \x1c\x67\x38\x1c\xee\xec\xec\x68\x9a\xa6\x6a\x9a\xaa\x2a\x93\xfd\ \x30\x71\x1c\x33\xc6\x1e\x79\xe4\x91\x6c\x36\xbb\xb3\xb3\x53\xa9\ \x54\xbe\xf6\xb5\xaf\x35\x9b\x4d\xd3\xb4\x6a\xb5\x9a\xe4\x69\xdf\ \x75\x2f\x5d\xba\x4c\xa9\x12\x84\x21\x25\x58\xd7\xb3\x67\xcf\x9f\ \x13\x41\x57\x88\xf4\x35\xd2\x8b\x53\x5a\x9c\xe2\xf6\xbd\x45\x20\ \xa1\x37\xe8\xb9\xbd\xce\xfc\xdc\xdc\xfc\xe2\x82\x65\xdb\x52\x00\ \x08\x85\xa6\xe0\xb1\x17\x45\x51\xa0\xe4\x8a\x9a\xa6\x41\x08\xe2\ \x38\x56\x14\x5a\x9d\xa9\x98\x76\xa6\xe3\x0e\xc7\x9e\xa7\xe9\xa6\ \x95\x71\x30\xc1\x51\x24\xca\xe5\x52\xfd\x68\xd7\x1f\x8f\xfa\xbd\ \xce\xc2\xca\x89\xe5\xc5\x65\x1e\x47\xc7\xcd\x86\x69\x1a\x08\xc3\ \x5c\x36\x73\xea\xe4\x89\x2b\x2f\x5d\xbb\x71\xe3\xda\xfb\xdf\xff\ \xfe\x28\x08\x59\xe4\xe7\xb3\x99\x6e\xbb\x3d\x53\x29\x17\xf2\x85\ \xea\xfc\x6c\xdf\xf7\xcb\xa5\xb2\x69\xe8\x10\xc2\xa3\xc3\x43\x53\ \xd3\x03\x3f\xf4\x47\x5e\x10\x04\x3b\xdb\x37\x0b\xf9\x42\x48\x64\ \x7d\xd8\x61\xa9\x61\xdb\x16\xe7\x5c\xd7\xd4\xca\x8c\xa5\x69\x5a\ \x3e\x5f\x28\x15\x8a\xb5\xdd\x2d\x08\x21\x4b\x99\x80\x12\x21\xb2\ \xbe\x7e\xe2\xa1\x07\x1f\xb4\x32\x76\xa3\x79\x6c\x5b\xe6\xf9\x73\ \xe7\xbb\x9d\x96\x04\xbc\xdd\x6a\x06\xe3\x81\x04\x42\x0a\x0e\x04\ \x1a\x0e\x07\x9a\x66\x8e\x46\x23\x16\x47\xc1\xd8\x5b\x5a\x5c\x28\ \x95\x4a\xeb\xeb\x6b\x97\x5f\x7c\x41\x48\xde\x6c\x36\x35\x4d\xeb\ \xb4\x9a\xc7\x8d\x06\x80\x18\x00\x10\xc7\x51\xa5\x3a\xcb\x52\x96\ \x72\x06\x80\x18\x8f\xbd\xdb\x2b\xb9\x40\x88\xa2\x30\xec\xf7\x7a\ \x9c\xa5\xef\x7b\xf4\x51\xcb\x32\x20\x82\x10\x00\x04\x45\x14\x06\ \x51\x18\x66\xb2\x19\x8c\xb0\x69\x18\x61\x18\x0c\x07\x83\xa5\xe5\ \xa5\x85\xf9\x85\xa1\x37\x3a\xa8\x1d\x40\x08\x1c\xc7\x29\x38\x39\ \xc7\xca\x54\x2b\xb3\x59\x27\x37\x18\xba\xc3\x41\xbf\x58\x5d\x58\ \x5d\x59\x9e\x2d\x97\x7f\xfb\xd7\xfe\x95\x42\x15\x2e\x44\x26\x93\ \x29\x97\xcb\x5c\xf0\x3f\xfc\x83\x3f\x2c\x96\x67\x1e\x7e\xe8\x21\ \xb7\xdb\x5e\x5d\x59\xba\x7c\xe9\xe2\xea\xda\x5a\x75\x6e\xb6\x5c\ \x2e\xc7\x71\xac\x69\x9a\x65\x9a\x52\xf2\x38\x66\x8c\x25\x51\xa4\ \x84\x61\x18\x44\xa3\xcb\x57\xaf\x34\x1a\x4d\x55\xd3\xfa\xed\x46\ \xde\x29\x98\xa6\x6a\xc5\x40\x53\x15\x33\x9b\xa7\x84\x3a\x8e\xb3\ \xb8\xb8\x18\xfa\x83\x20\x08\x14\x4a\x38\xe7\x18\xe3\x4a\xa5\xfc\ \xa1\x0f\x7d\xe8\xec\xb9\x73\xc7\x8d\x46\x7f\xd0\xff\xd8\xc7\x3e\ \x52\xaf\x1f\x3b\x8e\xd3\xed\x76\x1b\x8d\x86\x94\x32\x65\x29\xd4\ \x61\x6d\x7f\x9f\x12\x9c\xa6\xa9\xe0\x62\x6f\x6f\xcf\x30\x8c\xe5\ \xe5\xe5\x47\x1e\x79\xe4\xb0\x76\x10\x45\xd1\x8d\x1b\x37\xb2\x99\ \xec\xee\xcd\x9d\xbd\xbd\xbd\x20\x0a\x01\x42\x41\x10\x6d\x6c\x6c\ \x94\x4a\x25\xd7\xed\xde\x7f\xff\x03\x91\xef\x63\xc1\x5f\xdb\xf2\ \x53\x5a\x9c\xe2\xf6\x79\x51\x08\xb1\xb3\xbb\x47\xa9\x5a\x28\x96\ \x21\xc4\x12\x40\x45\x55\x08\xc1\x00\xa1\x7c\x31\x3f\xf6\xbc\xc0\ \xf7\x00\x97\x69\x9c\x3a\x96\x55\x97\x02\x21\x98\xcd\xd8\xad\x4e\ \x7b\x61\x7e\x71\x66\x7e\x21\x4e\xd2\xf1\xb0\x77\xb4\xbf\x07\x31\ \x26\x54\x3f\x6e\x76\x8e\x0e\x0e\x56\x97\x57\xd2\x68\xb8\xb3\xbd\ \xd5\xed\x35\x31\x55\x2c\x3b\xa3\x1b\xc6\x71\xa3\xbe\xbb\xbd\x75\ \xef\xf9\xf3\xf3\x33\xd5\x7a\xfd\x88\x12\xa2\x6a\xc6\x99\xb3\xe7\ \x93\x24\x29\xcf\xce\x32\x2e\x94\x6e\x2f\x9f\xb1\xa3\xd1\x68\xd4\ \x75\xbd\xfe\xa0\xe6\xf6\xc3\x20\x30\x2c\x3b\x5b\x28\x9c\x38\x77\ \xbe\x75\xb4\x97\xb7\x4e\x0d\x87\xfd\x71\x98\x70\x89\xa2\x38\x4e\ \xd3\x84\xaa\x34\x8e\x42\x4d\x55\xb8\x48\x87\x03\x57\x70\x86\x09\ \x01\x52\xe8\xba\xe6\x64\x33\x99\x4c\x66\x30\x18\x82\x34\xc9\xd9\ \xe5\xdd\x9d\x9b\x87\xb5\x9a\xe3\x64\x64\xca\x78\x1c\x53\x95\xaa\ \x44\x49\x13\x86\x84\x1c\xba\xed\x5e\xb7\x17\x47\x51\xa5\x52\x76\ \x6c\x33\x61\xc9\xc9\x13\x27\x77\x76\x76\x86\x9e\xcf\xd3\xf4\xe4\ \x46\xa9\x3f\xe8\x87\x61\xa8\x6a\x9a\xa2\x28\x5c\xf0\x28\x18\xb3\ \x94\xc7\xa1\x19\x53\xec\xf6\x3a\xb7\x97\x5b\x24\x84\xdc\xbc\xb9\ \xb3\xb7\x7f\xf8\xd8\x63\xef\xcb\x38\xb6\x10\x82\x50\x9a\x72\x01\ \x21\x34\x2d\x8b\x0b\x39\x1a\xf9\x9a\x6a\x44\x81\x97\x44\xc1\xfc\ \xdc\x4c\xed\xb0\xb6\xf8\xc8\xc3\x97\xaf\x74\x17\x66\x2a\x1b\xcb\ \x4b\x52\x4a\xb7\x7d\xbc\x7b\xfd\xa5\x98\x45\x9a\x6e\xd2\x20\xf8\ \xf3\x7f\xf7\x67\x3f\x3f\xbf\x4c\x2b\xa5\x51\xb7\x79\xf9\xd2\x0b\ \x54\xa5\x56\x36\x5b\x28\x15\x05\x17\x5f\xfb\xab\xaf\x52\x04\x1e\ \x7b\xcf\x83\x82\x05\x73\x33\xc5\xd1\xb0\xff\x9e\x87\x1f\xd2\x0d\ \xc3\xb4\x33\x2b\x8b\xcb\xbd\x5e\x2f\x4d\x53\x95\xaa\x80\x03\xb7\ \xe3\x8e\x46\xc3\x7e\xbf\x3f\x1c\x79\xaa\xe1\xac\xae\xaf\x6b\x14\ \x18\xf4\xfc\x37\x9e\xfa\xea\xe1\xc1\xcd\x4c\x36\xc7\x78\x10\x45\ \xe3\x59\x6b\x0d\x32\xac\x60\x5d\x57\x8c\x46\xed\x40\xa4\x92\x23\ \x4e\x29\xc1\x04\xcf\xcd\x55\x37\x4e\xae\x05\x91\xd7\xed\x77\xcf\ \x9e\x3d\xcb\x93\xb4\x5e\x3f\xaa\xd7\xeb\x96\x69\x1e\x1e\x1e\x3a\ \x8e\x63\xea\xfa\xc8\xed\x6b\x86\xde\xef\x76\xc2\x28\x6c\xb7\xdb\ \x5c\xf0\x0f\xff\xd0\x87\x73\x8e\xfd\x13\x3f\xfe\xa3\xcf\x3c\xfd\ \x64\xab\xd5\xba\xfc\xe2\x0b\x1b\x27\x4e\xb9\x6e\xaf\x56\xab\x29\ \x8a\x62\x98\x46\xc6\x32\x80\x48\x3b\xcd\x86\x42\x60\x30\x1e\x36\ \x0e\x0f\x56\x96\x2a\x94\xd2\xd7\xc8\x60\x4c\x69\x71\x8a\xef\xa5\ \xe8\x22\x84\x00\x9a\x6e\x4c\x94\x01\x38\x17\x82\x80\x38\x49\x52\ \xc1\x29\xa5\xba\xa1\x7b\x03\x8f\x47\xa9\x65\x1a\x10\x4a\x8c\xb1\ \x37\x1a\x69\xba\xb6\xb6\xba\x5c\x9a\x9d\x2b\x96\xab\x29\x17\xc3\ \x4e\xfb\x90\x33\x84\xb0\x66\x98\x9c\x73\x6f\x34\x4c\xc2\x71\x1a\ \x99\x2f\x5d\x79\x21\xe5\x31\x56\xa8\xaa\xeb\xf9\x42\xf1\x1b\xdf\ \xf8\xc6\xc3\x0f\x3f\x62\x59\x56\xb7\xdb\xce\xe7\xf3\xd7\x37\xaf\ \xdf\x73\xe1\x5e\x21\x45\x18\x86\x9a\x61\x81\x30\xca\x39\xd9\xd0\ \xf3\x9b\x47\x75\x55\xd5\x46\xa3\x61\x18\x86\xb9\x6c\xae\x52\x2a\ \xe4\x67\x66\x2b\xe5\xbc\x6d\x28\x6e\xab\xae\x1a\x76\xe4\xba\x08\ \x10\xc6\x92\x41\xbf\xc7\xa5\xdb\x6e\xd4\x37\x56\x97\x31\x44\xa3\ \xe1\x40\x4a\x8e\x80\xa2\xe9\x7a\xae\x54\xac\x94\xcb\xba\x6e\x0c\ \x06\xe3\x52\x21\xcb\x93\x50\x21\x90\x25\x61\xf3\x68\xa0\xe9\xaa\ \x6a\x18\x61\x18\x06\x63\x1f\x21\x84\xa5\x8c\xc6\xe3\x34\x0e\xd2\ \x24\xc9\xd8\xe6\xd1\xd1\x51\x92\x24\x2c\x4d\x31\xa1\xb1\x9f\x28\ \x8a\xe2\xe4\x72\x3c\x65\xd9\x7c\x76\x92\xc8\x32\x4d\x43\x8a\x54\ \x53\x88\xef\x0d\xd3\x24\xd6\xcf\x9d\xba\x3d\x59\x74\x84\x90\xeb\ \xf6\x73\xb9\x82\x6d\x3b\x29\x17\x13\x05\x0d\x84\x60\x9a\xa6\x42\ \x00\xd3\xb4\x86\xc3\x91\xeb\x76\xd3\x34\xc9\x65\x33\x47\x87\x07\ \x69\x12\xb7\x9a\x0d\x43\x53\xe6\xe6\xe6\x4e\xac\xaf\x0a\x21\xbd\ \x61\xbf\xd3\x3c\x8c\x93\x30\xe1\x02\x11\x7a\x5c\xaf\x83\x34\x01\ \x2c\x7a\xe1\x85\x2b\xad\xe3\x63\x44\x49\x14\x25\x1b\x1b\x27\xbe\ \xfc\xe5\x2f\x65\x32\x99\x1f\xfd\xd4\x27\xdb\xed\xe6\x89\x13\x27\ \xea\x47\xb5\x93\x27\x4f\x9e\x3f\x7f\xb6\xd5\xea\x94\x2b\x33\x50\ \x42\xdb\xb4\x83\x20\xd8\xdb\xdd\x23\x84\x7a\xde\x68\xe2\xbb\xad\ \xac\xac\x94\xe6\xe6\xfc\x20\xcc\xd9\x66\xbf\x53\xb7\x33\x05\xaa\ \x1e\xc6\x2c\x84\x38\xed\x75\x8f\x2d\xab\xb4\x75\xed\xba\x63\x67\ \x33\x56\xe6\xf0\xe0\xd0\xf7\x83\xbc\xe6\x68\xba\xe6\xe4\x72\xb3\ \x73\xb3\x08\xc1\x41\x7f\x80\x30\x1a\x8d\x46\x6e\xb7\x17\x45\x91\ \x3f\xf6\x59\x92\xe4\xb2\xd9\x41\xbf\x1f\xc7\x51\x18\x06\x94\xa0\ \x46\xfd\x08\x22\xb0\x79\xed\xa5\x4f\x7f\xfa\xd3\xfe\xd8\xdb\xdb\ \xdd\xe1\x9c\xe7\xb2\x4e\xf3\xb8\xd1\xed\xb5\xdf\x57\x7e\x8c\x2a\ \x4a\xa5\x52\x66\x8c\x51\x4a\xf3\xd9\xac\x48\x53\x42\xc8\xa0\xd7\ \x3b\xd8\xdd\xb1\x2c\xf3\x75\x53\xba\xd3\x92\xcb\x14\xdf\x83\xbb\ \x88\xd0\xcc\xcc\x0c\x44\x68\x38\x1c\x84\x61\x28\x84\x60\x49\xa2\ \xaa\x2a\xa5\xb4\xd5\x6a\xb5\xdb\x6d\x4d\x55\x0d\xd3\xc4\x04\x0b\ \x29\x0a\x85\x42\xa7\xd3\x51\x14\xe5\xd4\xa9\x53\x39\x27\x4b\x31\ \x41\x10\x86\x41\x74\xfa\xec\xe9\x13\x27\x36\xc2\x30\x80\x08\x8c\ \x86\x23\x9e\xa6\xd7\xaf\x5f\xef\xb6\xbb\x33\x95\x4a\x92\x24\xf3\ \x0b\xf3\x1b\x1b\x1b\x61\x18\xdc\x77\xdf\x3d\x9a\xa6\x11\x82\xa5\ \x14\x1b\x1b\x1b\xc5\x42\xb1\x54\x2c\xe9\x9a\x2e\xb9\x28\x16\x0a\ \x18\xa1\x5e\xa7\xd3\x6e\xb6\xda\xcd\xa6\x42\x95\x4a\xb9\xc2\x18\ \x0b\xc6\x1e\x81\x3c\xef\xd8\xd5\x72\x51\xb0\x58\x57\x68\x14\xfa\ \x9a\x46\x28\x84\x80\xa7\x19\xd3\x90\x82\xe5\xf3\xb9\xf1\x78\xec\ \xf6\xdd\xc9\x56\x0a\x20\x25\x63\xfc\xf4\xe9\x53\xf9\x7c\x2e\xe5\ \xac\x98\x2f\xa8\xaa\x32\xc9\x61\x75\xba\xed\x9e\xeb\x22\x8c\x73\ \xb9\x9c\x6d\x5a\x82\x0b\x29\x38\x63\x49\x1c\x27\x42\x88\x5e\xb7\ \x17\x85\x21\x63\xcc\x34\x4d\x27\x93\x91\x12\x50\x4a\x33\x19\xdb\ \xb2\xac\xac\x93\x35\x4d\x73\xb2\x8f\x0d\x21\xa4\x69\x9a\x94\xd2\ \xf3\xbc\x20\xf0\xd1\x6d\x05\xd1\x9c\xf3\xca\x4c\x25\x9f\xcf\x7b\ \x9e\xe7\x79\x63\x84\x90\x10\x52\x4a\xa0\x2a\x74\x38\x1c\x76\x3a\ \x1d\x00\xa4\xe3\x38\xa6\x69\x0a\x21\x16\x16\x16\x06\x83\xc1\xee\ \xee\xee\x43\x0f\x3d\xb8\xb2\xb2\x8c\x31\x06\x10\x24\x2c\x2d\x14\ \x0a\xef\x7b\xef\xfb\x08\x21\x9c\x73\x84\xf1\x70\x38\x6c\x36\x1b\ \xcf\x3c\xf3\x4c\x36\x9b\xf5\xfd\x71\xc6\xb1\xcf\x5f\x38\x3f\x18\ \x0e\x36\x36\x36\x66\x67\x67\x15\x45\x81\x10\xce\xcf\xcf\x3f\xf0\ \xc0\x03\x9a\xa6\x2d\x2c\x2c\xb0\x24\x49\x58\x92\xcd\x65\x13\x96\ \xd4\x6a\xb5\xab\x57\xaf\x04\x41\x50\x28\x14\x4a\xa5\xa2\x1f\x04\ \x40\xa4\xcb\x8b\xb3\x8b\x0b\xb3\x14\x61\xcb\x30\xfa\xbd\x9e\xae\ \x2a\xb6\xa1\x0e\xdc\x8e\x65\xaa\xf5\xfa\x41\xa9\x5c\x10\x22\x1d\ \xfb\x63\x42\x08\xa5\x54\x70\xc1\x85\x98\x9b\x9b\x9b\x9b\x9b\x4b\ \x12\x56\x2e\x55\x0a\x85\x42\xb5\x5a\x8d\xa2\xe8\xb0\x56\x1b\x0e\ \x06\x0a\xa5\x0b\x0b\x0b\xa6\x69\x72\xce\x93\x38\x01\x10\xba\x6e\ \x9f\x52\xda\xed\x76\x5b\xad\x56\x10\x04\x93\x6f\x2a\x80\x54\x15\ \x65\x71\x71\x31\x93\xc9\x9c\x3e\x7d\x7a\x66\x66\xa6\x54\x2a\x79\ \x9e\x47\x29\xb5\x6d\x5b\x08\xb1\xb3\xb3\xd3\xed\xf6\x5e\xd7\x49\ \x9f\x7a\x8b\x53\xdc\xbe\xb3\x08\x01\xc8\xe7\xf3\xed\xae\x3b\x1c\ \x0e\x85\x94\xa9\xe0\x8a\xa2\x8c\xc6\x9e\x66\xe8\x8e\xe3\x8c\x46\ \xa3\x91\xe7\x65\x33\x39\xc7\x71\xba\xdd\x36\x21\x44\x55\xd5\x4a\ \xa5\x12\x06\x21\xd5\x0d\x29\x25\x90\xc0\xb6\xad\x6a\xa5\x14\xc7\ \x51\xc6\xb2\xfa\x03\x77\xec\x8f\x8b\x85\x42\xe3\xe8\x30\x97\xcb\ \x1d\x1e\x1e\x68\x9a\x52\xc8\x65\x7d\x6f\x78\xea\xc4\x89\x42\x2e\ \x37\x1e\x8d\xba\xad\x76\x08\x82\x52\xa1\x90\xb2\x44\x4a\x01\xa5\ \xe0\x29\x3f\xae\x1f\x31\xc6\x4a\xc5\x42\xd6\xc9\x20\x8c\xfd\xf1\ \x38\xf4\xc7\xe3\x91\xb7\xb4\xb4\xd8\xef\xb4\x8f\xfd\x51\xe4\x0f\ \x06\xdd\x76\xe4\x7b\x49\x14\xa4\x0a\x8d\xc2\xe8\x68\x6f\x3b\x57\ \x2c\xdb\xa6\x5e\x28\xe4\x1b\xb5\x5d\xdf\xf7\x15\x45\xc5\x18\x73\ \x09\x4c\xdd\xc8\x58\x56\xb7\xd3\xce\x58\x66\x1c\x47\xde\xd8\x8b\ \xc2\x90\x33\xa6\x28\x0a\x94\x62\xe0\xf6\x11\x84\x5c\x72\xaa\x92\ \xf1\x70\x84\x90\x50\x29\x1e\x8f\xc3\xe3\xfa\x21\x21\xc4\x71\x9c\ \x4a\xa5\x52\xcc\x67\x8f\x0e\x0f\x28\xb6\x46\xc3\xa1\xa6\x69\x84\ \x10\xdf\xf7\xd3\x34\x2d\x14\x0a\x94\xd2\x34\x4d\xa5\x94\xbe\x3f\ \xf6\x7d\xff\x76\xdb\xb9\xf9\xec\xec\xec\x70\x18\xb8\x6e\x1f\x40\ \x29\x04\x37\x0c\x53\x4a\x81\x10\x50\x55\x15\x42\xd8\xef\xf7\x75\ \x4d\x83\x10\x4e\x72\x7f\x42\x88\x42\xa1\x90\xcd\xe6\x7a\xbd\x9e\ \xaa\x6a\x29\x63\x52\xca\x8d\x8d\x13\x42\x88\x6c\xd6\xe9\xbb\xdd\ \x76\xbb\x1d\x45\x31\x84\xa8\xe7\xf6\x72\xf9\x7c\xab\xdb\x2e\x97\ \xca\x08\xa1\x7c\x2e\x7f\xfe\xfc\x39\x84\x50\x18\x86\x9d\x4e\xc7\ \x71\x1c\x08\x21\x21\xa4\xd3\xe9\x21\x4c\x82\x20\x08\x43\xdf\xf3\ \x86\xba\xa1\x41\x04\x92\x24\x2a\x16\x8b\x07\x07\x07\x4b\x4b\x8b\ \x2c\x0e\x8f\x0f\x0f\x82\x81\x17\x78\xe3\x28\x0c\x47\xc3\x61\x12\ \xe5\x58\x1c\xd7\x6b\x7b\x3c\x09\x10\x48\xcf\x9e\x3d\xd5\x6c\x1e\ \x5f\xbb\x76\x15\x13\x88\x11\x84\x08\x4a\x2e\xe6\xe6\xe6\x53\xc6\ \x19\x63\x56\xc6\x8a\xe3\xb8\xdf\xef\x8f\x3c\x0f\x22\x38\xf2\xbc\ \xa3\xa3\x23\xc7\x71\xe2\x24\x26\x84\xf4\x7a\x5d\x80\xa1\xaa\x52\ \x29\xe5\xb5\x6b\xd7\x20\x84\x73\x73\x73\x17\x2e\x5c\x58\x5f\x5f\ \x07\x7f\xf9\x17\xa6\x65\xc5\x51\xe4\x7b\x5e\x2e\x9f\x0f\x82\x80\ \x73\xae\x28\x4a\xa5\x52\xf1\x3c\xcf\xb6\x6d\xcf\xf3\x8e\x8f\x1b\ \x00\x3c\x30\xa5\xc5\x29\xee\x94\xb3\x38\xe9\x93\xa0\x94\xf2\x98\ \x87\x41\x90\xb0\x84\x73\x6e\xd9\x76\xa9\x52\x26\x84\x18\x86\xa1\ \xa9\x3a\x85\x4a\x92\x04\xa7\xce\x9c\x69\x1d\x3b\xad\x4e\x2b\x93\ \xc9\x00\x00\x30\x46\x8a\xa2\x24\x71\x4c\x09\x21\x18\x43\x29\xb2\ \xd9\xec\x78\xec\x01\xce\xaf\x6f\x6e\x1e\x1d\xd5\xd6\xd6\xd6\xbe\ \xf6\xc4\x57\x17\x96\x57\xef\xbf\xef\xfe\x1b\x5b\x37\x54\x95\x36\ \x9b\xc7\x00\x00\x88\x80\xdb\xeb\x05\x41\x68\x18\xa6\xe7\x8d\x14\ \x4a\x6c\xdb\x4e\xa2\x68\x38\x1a\x2e\x2f\x2f\xcf\xcf\xcf\xc7\x71\ \xbc\xb5\xb5\xb5\xb9\xb9\x29\x25\x68\x1f\x37\x52\x91\xc8\x34\xe1\ \x71\x10\x47\x81\x61\x68\x59\xdb\x04\x92\xb1\x28\xd9\xbe\xfe\x92\ \xaa\xed\x61\x00\x54\x8a\xbb\xdd\xb6\xe4\x02\x13\xc2\x62\xc6\x01\ \x74\xb2\xce\xd1\xd1\x61\x7f\x1c\x2d\x2c\xad\xf2\x34\x1d\xb8\x6e\ \x14\x05\xaa\x4a\x35\x35\x1b\xf8\x7e\xc2\x62\x04\x21\x10\x92\x45\ \x89\x3f\xf6\x2c\xdb\x18\x79\xde\xa0\xdf\x77\x1c\x27\x8a\xa2\xf1\ \x78\x0c\x00\x60\x8c\x41\x00\x14\x45\x19\x0e\x47\xaa\xaa\x08\x21\ \x11\x42\x71\x1c\x5b\x96\x15\x86\x61\x92\x24\x49\x92\x8c\x7d\x3f\ \x4d\x39\xb8\xcd\x41\x44\x30\x89\x63\x09\x64\x18\x06\x87\x87\xa3\ \x5e\xcf\x80\x10\x52\x4a\x66\x66\xca\xb6\x6d\x43\x08\xab\xd5\x2a\ \x04\x00\x21\x54\x2a\x15\x5b\xad\xb6\xe3\x38\xf3\xf3\xf3\x13\x69\ \x45\x00\x00\xc6\x18\x22\x48\x08\x19\x0e\x87\xcb\xcb\xcb\xdb\x5b\ \x37\x54\x45\x69\x34\x1a\xd7\x36\xaf\x9c\x3e\x75\xfa\x60\x77\x2f\ \x65\xe9\xa3\x8f\x3e\xea\x8f\xfd\x20\x08\x00\x80\x13\xf5\xb0\xeb\ \xd7\xaf\x4f\x8a\xe0\x7b\x7b\x7b\xe3\xb1\x3f\x37\xb7\xe0\x8d\x46\ \x81\x1f\xe4\x73\xf9\x8d\x8d\x75\x42\x48\xed\xa0\x76\xf1\xd2\xa5\ \x7a\xbd\x6e\xe8\xba\xa6\xd1\x5e\xab\xa9\x60\x65\x30\xe8\x8e\x86\ \xc3\x99\x72\x65\xd0\xef\x03\x08\x6f\x6c\x5e\xf9\xe3\x3f\xfc\x9d\ \xa1\xdb\x56\x28\xed\xb9\x5d\xd7\x75\x6d\xdb\x4e\x39\x97\x89\x74\ \xb2\x79\x45\xd1\x9e\xfe\xfa\x33\x99\x6c\xde\x34\xad\xfa\xe1\x61\ \x14\x45\x86\xae\x47\x9a\x6e\x1a\x66\x9c\x24\x07\x07\x07\xa6\x69\ \x4e\x54\x17\x59\xc2\x3c\x6f\x14\x45\x51\x14\x45\xb6\x6d\x4f\x76\ \xfb\x21\x84\xd2\x94\x43\x08\xfb\x83\x81\xaa\x19\x9c\x73\x55\x55\ \x07\x83\xc1\xfd\xf7\xdf\x6f\x9a\xe6\x60\x30\x18\x8d\x46\xad\x56\ \x5b\x51\x94\x34\xe5\x94\x92\xd7\x88\xa4\xa7\xb4\x38\xc5\xed\x7b\ \x8b\x00\x00\x55\x55\xb3\x54\x99\xec\x03\x43\x04\x2b\x8a\x62\x98\ \xa6\xa2\xaa\x94\x10\x45\x51\x14\x45\xa3\x48\x11\x92\x69\xaa\x9a\ \xc9\x64\x14\x45\x61\x8c\x15\x8b\xd9\x88\xa5\xc3\x7e\x7f\xec\x8d\ \xa1\x4c\x8f\x0e\x0f\xdd\x9e\x7b\xfe\xfc\xf9\xdd\x9b\xdb\x71\xe0\ \x0d\x87\xfd\x72\xa9\x94\x24\x31\x21\x58\xd7\x34\x96\xc4\x7b\x7b\ \xbb\x19\x3b\xa3\xa9\x2a\x04\xb0\x50\xc8\x1f\x1d\x1e\xe6\x72\x79\ \xc1\xd3\xea\xcc\x8c\xaa\x90\x4e\xa7\x95\xc9\x98\x49\x1c\x06\x63\ \x4f\x55\x48\xdf\xed\xf6\xdd\xee\xb9\x33\xa7\x37\x4e\x6c\xdc\xd8\ \xba\x71\xf1\xc5\xe7\x28\x02\x14\x43\x04\x81\x65\x98\x10\xc2\xd1\ \x68\x68\x68\x86\x4c\x22\x06\x04\x51\xad\x4e\xb7\xe9\xfb\x63\x88\ \x70\x9a\xa6\x0a\xa5\x42\x80\xd0\xf7\x83\xc0\x2f\x95\x2a\x2c\x89\ \x09\xc5\xbe\xe7\x0d\xfb\x7d\x96\xc4\x22\x4d\xa5\xe4\x3c\xe5\x42\ \x8a\x94\xa5\x03\xd7\x8d\xe2\x30\x4d\x63\x21\xb8\xa2\xd0\x30\x0c\ \x08\x26\x12\xc8\x4e\xbb\x15\xc7\x11\x82\x90\xb1\x24\x08\xfc\x34\ \xcd\x4d\x76\xf5\x26\x49\xb2\xb7\xb7\x87\x10\x8a\xa2\x08\x21\x94\ \x24\x89\xef\x8f\x6f\xcf\x5b\x04\x40\x12\x4a\x2b\x4e\x21\xeb\x38\ \x3d\xb7\x33\x51\x3c\xb4\x2c\x73\x92\xbe\x90\x52\x2a\x8a\x42\x30\ \x1a\x8f\x7d\x4a\xe9\xda\xda\xaa\x69\x9a\x8c\x31\x55\x55\x27\x0f\ \xc2\x30\xc4\x08\xf9\xbe\xff\xd2\x4b\x2f\xdd\x7b\xef\xbd\x5f\x7f\ \xfa\xa9\x1b\xd7\x37\x07\x83\x7e\x14\xc7\x8a\xa2\x08\x29\x09\x21\ \xe5\x4a\xe5\xea\xd5\xab\x52\xca\x7e\xbf\x3f\xa9\x1a\xf7\xfb\xfd\ \x76\xbb\xdd\x6e\xb7\xc7\xe3\x71\xb9\x5c\x0e\x7c\x3f\x93\xc9\xe8\ \x9a\xce\x79\xaa\xa9\x2a\xe7\x7c\x30\x1c\xe4\x73\xd9\x47\x1e\x7e\ \xa8\x3f\xe8\x5f\xbd\xf4\x3c\x8b\xc2\xac\x95\x13\x29\x2f\xe4\x0b\ \x83\x42\xe9\xda\xe6\xc5\x52\xb9\x00\x05\xdb\xbb\xb9\x69\x1a\x94\ \x60\xd4\xef\xf7\x59\x12\x23\x84\x09\x21\x42\xc8\xc1\x60\xe8\xba\ \x6e\xc6\x29\xe8\xba\x31\x1a\x0e\xa3\x28\xda\xda\xda\x92\x52\x22\ \x8c\x93\x28\x4e\x79\x8a\x30\x06\x00\xd4\xeb\x75\xdf\x1b\x01\x0c\ \xa4\x14\x41\x10\x60\x8c\x27\xb7\x99\x6f\x7d\xeb\x5b\x69\x9a\x4a\ \x20\x11\x42\xdd\x4e\xc7\xb2\x1c\x21\x04\x63\x6c\x34\x1a\x3d\xfb\ \xec\xb3\x18\xe3\x89\xe3\xec\xfb\x7e\xad\x56\xe3\x3c\x05\x40\x7b\ \x8d\xd6\xc5\x77\x2d\x2d\x4a\x09\x84\x90\x52\xdc\xa5\xa3\x3e\x21\ \x7a\x2b\x06\x22\x4e\x92\xfd\x61\x18\x29\xaa\x8a\x20\xd4\x0c\x7d\ \xe2\x3c\x1a\x9a\x86\x30\x56\x14\x85\x52\x25\x65\x42\x02\x10\xc6\ \xd1\x64\xdb\xff\xe6\xe6\xe6\xd2\x62\x80\xb0\xa2\x99\x16\xe7\x42\ \x24\x11\x06\xb2\xef\xf6\x16\x17\xe6\x6c\xcb\x08\x43\xff\x60\x7f\ \xff\xec\xd9\x53\xad\x56\x3b\x65\x89\x6d\x99\x08\x81\x30\x08\xde\ \xf3\xf0\x23\x9d\x76\x1b\x42\x68\xea\x86\x65\x9a\x73\xb3\xd5\x73\ \x67\xcf\xa7\x29\x73\xdd\x6e\x2e\xeb\xc4\x71\x3c\xf6\x06\x83\x41\ \x2f\x4d\x63\x84\x90\xae\x2a\x85\x7c\xd6\xd4\xb5\xd3\xa7\x4e\x0c\ \x7b\xc7\x5b\x37\x36\xc7\xa3\x01\x82\x12\x53\x92\xcf\xe7\x87\xae\ \x0b\x04\x17\x29\x03\x40\x54\x17\x96\x87\x83\xbe\xdb\xeb\x62\x04\ \x44\x2a\x52\x90\xa6\x02\x20\x04\xcf\x9d\x3d\xc3\x00\xd9\xdb\xaf\ \x79\x49\x14\x84\x41\x18\x85\x29\x63\x40\x48\xc6\x12\x16\x27\x59\ \xc7\xa1\x16\x6e\xb7\x9b\x4e\xc6\x16\x3c\x0d\x02\x1f\x43\x68\x18\ \x46\x3e\x9f\x2f\x16\x8b\xae\xeb\xfa\xe3\x31\x02\x92\x45\x91\x3e\ \x53\x06\x00\xa4\x69\xaa\xeb\x7a\x18\x86\x93\xee\x65\x21\x04\x84\ \x90\x31\x86\x10\xbe\x6d\x61\x31\x29\x65\xe0\x07\xba\xae\xe5\xb2\ \x39\x88\xa0\xa2\x28\x08\x41\xdb\xce\x40\x08\x6c\xdb\xc6\x18\x26\ \x71\x32\xd1\x00\x07\x00\xe6\x72\xb9\x6f\x7e\xf3\x9b\x86\x61\x4c\ \x9a\xb4\x19\x4b\x59\x12\x09\xce\x87\xc3\xe1\xec\xec\xec\xc2\xc2\ \xc2\xee\xcd\xed\xcd\x6b\x9b\x67\xce\x9d\xf2\x7d\xdf\xed\xf5\x00\ \x00\x85\x42\xe1\xd9\xe7\x5e\x38\x7f\xfe\x3c\xc6\xb8\xdf\xef\x63\ \x8c\x09\x21\x33\x33\x33\x95\x4a\xe5\xfc\x3d\xe7\x82\x71\xe4\x79\ \xe3\x94\xb1\xad\xed\xad\xd1\x68\x24\x24\xcf\x64\x32\x81\x3f\x5e\ \x5a\x5e\x72\xb2\xce\xd2\xd2\x42\xe4\xbb\x5f\x7f\xf2\xc9\xe6\x51\ \xdb\xd4\x6d\x4d\xb3\x6c\x3b\x07\x00\xee\xf7\x87\x59\x27\x9f\x44\ \xfe\xd2\xfa\x99\xa3\xc6\xe1\xd6\xd6\x75\x45\xa1\x8c\xc5\x52\x72\ \xaa\xd0\x20\x08\x8a\x85\xe2\xfd\x0f\x3e\xb2\x5f\x6b\x74\x3b\xbd\ \x7e\xbf\x0f\x00\x18\x0c\x06\x7d\xb7\xaf\x6b\x5a\xbf\xdf\x2f\x97\ \x4a\x94\x52\x55\x55\x02\x1f\x6a\xba\x16\x45\xe1\x44\x14\xbd\x5c\ \x2e\x2f\x2d\x2d\x0d\x87\xc3\xa3\xa3\x23\xdb\xb4\xe2\x38\x1e\x79\ \x9e\x65\x9b\x71\x14\xeb\xba\x3e\xe9\xef\xc1\x18\x4f\x14\x6d\x85\ \x10\x52\xca\xbb\x34\xb7\x08\x21\x94\x5c\xb2\x98\xb3\xe4\x2e\x75\ \xe4\x14\x15\xc3\x3b\x4d\x8c\x12\xc1\x57\xc0\x30\x00\x00\x20\x00\ \x49\x44\x41\x54\x40\x08\x4d\xd3\x1c\x8c\xc6\x96\x65\x69\x9a\x86\ \x15\xaa\xa9\x2a\xc2\x18\x20\x34\x11\xd0\x06\x10\xa4\x82\x43\x8c\ \x84\x90\x58\x25\xba\xa6\x19\xba\x1e\xc7\x71\xbd\x51\xb3\x9d\x5c\ \x2e\x97\xcb\x98\xba\xe0\x49\x2e\x9f\x9b\x9b\x99\x31\x4d\x63\x38\ \x70\x0f\xf6\xf7\xb3\xb9\x4c\xbf\xd3\x45\x00\x2e\x2e\x2c\x24\x2c\ \x4e\x92\x44\x37\x74\x6f\xe4\x2d\x2f\xaf\xd4\xeb\xf5\x6c\x36\xbb\ \xb6\xb6\x6a\x98\xda\xd5\xab\xbb\xf5\xda\x7e\x18\x8c\x35\x4d\x1b\ \x8d\x86\x81\xef\x13\x04\x0d\xc3\x40\x08\xc5\x51\xd0\x6a\x1d\x27\ \x71\xa8\x2a\x54\xa5\xd4\x13\x52\x00\xc1\x38\x53\x35\xdd\xb0\x6d\ \xdf\x1f\xdb\xa6\xc9\x19\xd3\x28\xce\x16\xf2\x9a\xaa\xb0\x38\x56\ \x08\x81\x00\x8b\x34\x29\x16\x8b\x85\x42\xfe\xa8\xd9\x89\xe3\x40\ \x26\x49\x14\x06\x0a\x21\x10\x42\x0e\x38\x41\x58\xd1\xf5\x24\x89\ \xa2\x90\xe7\x73\x59\x43\x57\x0f\x6b\xfb\x9c\xa5\x13\xc1\x34\xce\ \x52\x8a\xb1\x63\xdb\x8e\x6d\xab\x8a\x82\x10\x2e\x15\x4b\xaa\xaa\ \x46\x51\x04\x21\x94\x52\x12\x42\x2c\xcb\x9a\x99\x99\xe9\xf7\xfb\ \x5c\x08\x72\x6b\xc0\xef\xed\x70\xa2\xae\xaa\x71\x22\x82\x20\x28\ \x95\x8b\x8c\x25\xba\xae\x0b\xc1\x21\x04\x84\x60\x8c\x21\x00\xe0\ \x56\x2d\x05\x21\x84\x40\xa1\x50\x98\x50\xdb\x13\x4f\x3c\xb1\xbe\ \xbe\x3e\x3b\x3b\x97\xc9\x64\x28\x21\x83\xc1\x60\x79\x65\x25\x9f\ \xcb\xe9\x9a\xb6\xb5\xbd\x65\x3b\x66\x90\xcb\xb5\x3b\x9d\xe5\x95\ \x65\xdb\xb2\x6a\xb5\xda\xb9\x73\xe7\x46\xa3\x91\x6d\xdb\x85\x42\ \x61\x34\x1a\x3d\xfa\xe8\xa3\xb3\xb3\xd5\x5e\xcf\xad\x1f\x1d\x8d\ \x87\x9e\xa6\x6b\x71\x10\xf4\xda\x6d\x53\xd3\x7c\xcf\x23\x08\x8e\ \x87\x03\xc7\xb2\xda\x51\x50\x2a\x16\x97\x16\x17\x2f\xbd\x70\x6d\ \x34\x0c\x08\x41\x54\x31\x66\xaa\x0b\x87\x87\x37\x0b\x45\xe2\xba\ \x7d\x8c\xe5\xcc\x4c\xb9\x7e\x94\x89\x93\x08\x42\x81\x10\x92\x52\ \x66\x9d\xdc\xd2\xf2\x0a\x02\x64\x30\x18\x0a\x91\x4e\x2a\x78\x51\ \x14\x65\x6c\x3b\x8e\x63\xcb\x34\x27\xb2\xc7\x86\x61\x56\x4a\xa5\ \xa3\xe3\xa3\x38\x8e\x27\x34\x87\x10\x5a\x59\x59\xf1\x7d\x5f\x08\ \xa1\x1b\x7a\xe0\x07\xcb\xcb\xcb\xc5\x42\x71\x7b\x7b\x3b\x97\xcb\ \x4d\xee\x0d\x85\x42\xa1\x5c\x2e\x77\xbb\xdd\x20\x08\xb3\x59\xe7\ \x75\x9d\xf4\x77\x27\x2d\x4a\x29\x11\x81\x9a\x41\x30\xba\x4b\xbd\ \x45\xf9\x96\x7c\x6f\x21\x25\x42\xa8\x58\x2a\x4e\xae\xf9\x49\x3e\ \x8b\x10\xcc\x39\xc7\x08\x01\x00\x44\x9c\x40\x88\x32\x59\x27\x8d\ \x22\x4c\x70\xb9\x5c\x69\x36\x9a\x0f\x3e\xf8\x70\x36\x5b\xe8\x0f\ \x3d\x04\x90\xef\x8f\xeb\x87\x07\xa7\x4e\x9e\x3c\x75\xf2\xc4\xff\ \xc7\xde\x9b\xc5\x68\x9a\x5e\xf7\x7d\xcf\x79\xd6\x77\xfb\xd6\xfa\ \x6a\xaf\x5e\xa7\x87\xd3\xd3\xcd\x59\x49\x8a\x14\x6d\x89\x74\x68\ \x2b\x16\x61\x03\x8a\x6c\x27\x52\x16\x20\x71\x94\x5c\x38\x80\x6d\ \x20\xc8\x45\x72\x1b\xe4\x26\x40\x0c\x19\x08\x8c\xdc\x25\x48\x94\ \x44\x16\xec\xc8\x84\x64\x49\x31\x13\x41\xa4\x48\x6a\x28\x7a\x86\ \xb3\x77\xf7\x4c\x6f\xb5\x7e\x55\xdf\xfa\xee\xef\xfb\xec\xb9\x78\ \x67\x68\x04\x81\x4c\xa9\x89\x41\x3c\x70\x9f\xab\x42\xa1\xea\xab\ \xea\xb7\x51\xe7\x3b\xe7\xfc\xcf\xf9\xfd\xb7\x36\xb7\x2e\xa6\x67\ \x59\x96\xad\xe6\xf3\xc5\x7c\x9e\xf4\x92\x2b\x57\x2f\xff\xd1\x77\ \xbf\xf7\xd9\xdb\xb7\x18\xa1\xd7\xaf\x5d\x73\xce\x2d\xe6\x0b\xef\ \x6c\x9e\x66\xb2\x69\x55\xdb\x38\xa3\x17\xf3\x99\xf7\xbe\x6d\x5b\ \xa9\xe4\x62\x3e\xeb\x0f\xfa\xfb\xfb\xfb\x18\xa3\x8b\xe9\xd9\x62\ \x39\x6f\x9b\x6a\x6b\x67\x87\x73\x7e\x7a\x72\x8c\x3c\x19\x6d\x4c\ \xd2\x2c\x5b\x2c\x16\x71\x18\x59\x67\xd7\xe9\x7a\xb8\xb9\x59\x96\ \x05\x25\x84\x12\xa2\xa4\x42\x08\x90\xf5\x8b\xf9\x1c\xc0\xf7\x7b\ \xc9\xf4\xf8\x64\xb5\x5c\x79\x6f\xad\x35\xde\x58\xef\x5c\x6f\xd0\ \x93\x6d\x3b\x5f\xaf\xaa\xaa\x52\x32\x08\x82\x00\x63\x9c\xe7\x85\ \xb5\xe6\xe4\xa4\x35\x46\x45\x51\xdc\x55\x69\xad\x6c\xf2\x2c\x9f\ \x6c\x4e\xac\xb5\x65\x59\x76\xb8\xc0\x8e\x7d\x40\x08\x29\xca\x27\ \x97\x5c\xba\x77\xfe\xf1\x78\xa3\xaa\x4a\x8c\x81\x52\xea\xbd\x8b\ \xa2\xc8\x5a\xd3\x55\x43\xce\x79\x6b\x4c\xaf\xd7\x27\x04\x9c\x43\ \x7b\x7b\x7b\x7f\xf8\x87\x7f\xb8\xb1\xb1\xf1\xd5\xaf\x7e\xf5\xf1\ \xe3\xc7\x6f\xbf\xfd\x56\x18\x04\x82\xb3\xcd\xcd\xcd\x97\x5e\x7a\ \xe9\x73\x5f\xf8\xc2\x3f\xfd\xed\xdf\xca\xf3\xfc\xee\xdd\x7b\xfb\ \xbb\xbb\x8c\x92\x17\x5e\x78\xe1\xe8\xe8\x48\x29\x35\x1a\x8d\x3a\ \x62\xcd\xf9\xf9\x79\x59\x96\x71\x1c\xcf\xe7\x8b\xa2\xc8\x57\xab\ \xf5\xec\x7c\x2a\x95\xb6\xc6\x54\x55\xf5\xe0\xc1\x83\x4b\x97\x2e\ \xf5\xfb\x7d\x21\x44\x96\xa5\xab\xf5\x6a\x7e\x7e\x44\x08\xbd\xf9\ \xfc\xad\x87\x0f\x8f\xd7\xe9\x4a\x70\x71\xe5\xea\xf5\x3b\x1f\xbc\ \x63\xac\x19\xf4\x93\xe5\x6a\xf1\x8c\xb3\x45\x51\x18\xa3\xc3\x90\ \x7b\xef\xeb\xba\xd9\xda\x14\xd6\x58\x8f\xd0\x64\xb2\xb9\x4e\x17\ \xe7\xe7\xe7\xab\xc5\x92\x73\x9e\x67\x99\x6c\xe5\xde\xde\x5e\xdb\ \x34\x65\x55\x5d\x5c\x5c\xc0\xd6\xc4\x18\x13\x04\x41\x9e\xe7\x5a\ \xeb\xa3\xa3\xa3\x6f\x7d\xeb\x5b\x1b\x1b\x1b\xbd\x5e\xaf\xd7\xeb\ \x2d\x97\x4b\xd9\xb6\x41\x10\x0a\x21\x4e\x4f\x4f\x83\x20\xd8\xda\ \xda\xba\x7c\xf9\xf2\x73\xcf\x3d\x97\xa6\xe9\x9b\x6f\xbe\x59\x14\ \x85\xd6\x26\x0c\xff\x75\x95\x5c\x3e\xb6\x42\x7a\x1a\x9f\xe4\xfb\ \x8f\xf7\x8c\xb1\xbc\x28\x30\x21\xbd\x7e\xcf\x5a\x8b\x00\x21\x42\ \x9c\x73\x08\x10\xb2\x96\x32\x0a\x18\x07\x51\x28\xa5\x24\x94\x18\ \x6b\x08\xc1\xdb\x5b\x5b\xd7\xae\xdd\x10\x22\x58\x2d\xa7\x6f\xbd\ \xfe\xcf\xa3\x97\x5f\xe1\x42\xec\x6c\x6f\xbf\x0b\x40\x29\x5e\x2d\ \x16\x4a\xc9\x28\x0a\xaa\xa2\x3c\x39\x9b\xfd\xe2\x2f\xfe\x75\xad\ \xf5\x72\xb9\x44\x08\xad\xd7\xab\xf9\x6c\xce\x28\xbb\x7e\xfd\x46\ \x20\x04\xc6\x98\x60\xbc\x5a\x2d\x9d\x73\x93\xc9\xa6\x77\x2e\x5d\ \xae\x36\xc7\x1b\x74\x38\x1c\xf4\xfb\x49\x1c\x5a\x67\x8e\x8e\x0e\ \x93\x5e\x2f\x4a\x7a\x94\x90\x61\x3f\xbe\x7f\xff\x7e\xd3\xca\xb2\ \x2a\xc3\x30\xa8\xab\xd2\x39\x6b\x8d\xb1\xc6\x1a\xe7\xa3\x20\x58\ \x97\xa5\xb5\xa6\x2c\x8b\xd3\xd9\x3c\x2b\xaa\xd3\xd3\x53\xd9\xb6\ \xde\x3b\x4a\xc8\x78\x3c\x5e\x2c\x16\x4a\xc9\x34\x5d\x67\x59\x6a\ \xb4\xee\x25\x1f\xf5\x68\x6d\xdb\x70\xce\x01\xd0\x72\xb9\x5c\xaf\ \xd7\x75\x5d\x1b\x63\x45\x20\x8c\x31\x8b\xc5\xa2\x6e\xea\x5e\xd2\ \xf3\xde\x77\xaa\x4b\x37\xfb\xeb\x6e\xd7\x9e\x38\xf0\xc7\x91\xe7\ \x79\xaf\xdf\x23\x84\x1a\x63\xbc\xb7\xde\x63\x6b\x2d\x21\x98\x31\ \x46\x29\x71\xce\x62\x8c\x76\x76\x76\xc2\x30\xd4\x5a\x77\x0b\x2b\ \x80\x91\x77\xee\x37\x7e\xfd\x1f\x6e\x6c\x6c\x04\x61\xd0\xef\xf5\ \x7a\xbd\x5e\x55\x56\x4a\xc9\xbc\xc8\x31\x21\x93\xc9\xe4\x3b\xdf\ \xfd\xee\xd7\xbe\xf6\xb5\x4b\x97\x2e\x65\x59\x56\x14\x45\x9a\xa6\ \x47\x47\x47\xdf\xfc\xe6\x37\x5f\x78\xe1\x85\x9d\x9d\x9d\x5e\x2f\ \x59\x2f\xf9\x62\xbe\x94\x52\x8a\x40\x84\x61\x78\x7a\x7a\xea\x9c\ \xdb\xdf\xdf\xb7\xd6\x32\x42\x0f\x0e\x0e\xe6\xb3\x05\x21\x10\xc5\ \x39\x60\x36\xd9\xea\x9d\x9c\xdc\x6b\xa4\x3a\x3e\x39\xd9\x9a\x6c\ \xea\xf9\x45\x20\x44\x56\x64\x9c\x73\xe7\x3c\x42\x0e\x03\x96\x4a\ \x55\x55\x7d\x78\x78\xbc\xce\xca\xb3\xf3\xb3\xd9\x7c\x1e\x89\x60\ \x3e\x9f\x5f\xbf\x76\x6d\xb5\x5c\xb5\x6d\x5b\x14\xc5\x7c\x3e\x5f\ \x2c\xe6\x9c\xe2\xed\x9d\x6d\x29\xdb\xd5\x6a\x55\x14\xc5\x70\x38\ \x3c\x3e\x3e\x46\x08\x56\xab\x65\x9e\xe5\x42\x04\xab\xd5\xea\xee\ \xbd\xbb\x75\x55\x79\xef\x7b\xbd\x5e\x96\x65\x59\x9a\x12\x42\x92\ \x38\xc6\x18\x4f\xa7\x53\x8c\x7f\xcc\x66\xd4\x53\xc9\xe5\x69\xfc\ \x44\xc3\x0a\x4c\x88\x94\x6a\x30\x18\x10\x8c\xbb\xed\x59\x0c\x18\ \x00\xda\xa6\x71\xce\x52\xc6\xb9\x35\x8b\xf3\x93\x61\xbf\x37\x3f\ \x9f\xbe\xf6\xda\xf7\x86\x83\x11\x72\x9e\x71\x41\x28\xf1\xc8\x0b\ \x2e\xca\xba\x52\x5a\x32\x46\xaf\x5e\xbd\x82\x31\x20\x44\xd6\x69\ \xda\x4b\x22\x70\xfe\xfd\xf7\xde\x7b\xe1\xd5\x9f\xea\xf7\x7a\x79\ \x9e\xc9\xb6\x5e\xaf\xd3\xc5\x6c\xf6\xe5\x9f\xfe\xe9\xc9\x64\xf3\ \xe8\xf8\x58\x4b\x79\xf8\xe8\xa1\xd5\x12\xbc\x77\xc6\x10\x84\x5a\ \xad\xac\x56\x49\x1c\x6d\x4d\x26\x69\x9a\xae\xcb\x1c\x13\x24\x9b\ \x26\x8e\xe3\x38\x8e\xad\x35\x6d\xab\xb2\xac\x18\x0e\xc7\x4a\x49\ \x42\xed\x72\xb1\xb8\xf7\xfe\xfb\x4a\xa9\xa4\x97\xc8\xa6\x95\xc6\ \x04\x22\x00\x80\x87\xf7\x1f\xcc\x96\xcb\x87\x8f\x1e\x5b\x6d\x47\ \xc3\x51\x59\xb5\x46\xcb\x7e\x1c\xd5\x75\x65\xad\x29\x8b\x1c\x63\ \x1c\x45\x11\x01\xb2\x5e\xa7\x65\x59\x52\x4a\x3b\x4d\x43\x29\xa5\ \xb5\x6e\xdb\x46\x1b\x85\x15\x34\x75\xcd\x03\xd1\xe1\x27\x28\xa5\ \x42\x04\x1b\x93\x49\x9a\xe5\xf3\xc5\x32\x08\xa2\xdd\xbd\x7d\x6b\ \xed\x93\xbd\x19\x75\x1a\x42\x92\x24\xc6\x6a\x0c\x18\xe0\xa3\x6c\ \x68\x8c\x6d\x5b\xc9\x18\xb5\x46\x31\x46\x95\x52\x84\xd0\x6f\x7c\ \xe3\x1b\x8f\x1f\x3f\xee\x46\x9c\x9d\x71\x22\x23\x18\x21\x94\xe7\ \x39\x42\xe8\xc6\x8d\x1b\xc3\xe1\x50\x2b\x3d\x9f\x2f\x9d\xb1\x00\ \x78\xb9\x5a\xb1\x5a\xbd\xfc\xca\x2b\x00\x50\x37\x75\x91\x17\x8f\ \x1e\x3d\x7a\xf5\xd5\x57\x5f\x79\xe5\x95\xe9\x74\x7a\xef\x83\x7b\ \xd9\x3a\x5d\xce\x2e\xb0\xb7\x6d\x5d\x46\x21\x0f\x05\x5b\x2d\xe6\ \xe3\xe1\x4d\x82\x51\x14\x46\x75\x55\x8c\x06\x93\x3c\x2f\xcb\xba\ \xea\x8f\x7a\x94\x63\x1e\x04\x87\xc7\x27\xfd\xfe\x86\xb6\xba\x51\ \x86\x79\xf3\xbd\xef\x7d\x5b\x35\x15\x20\xd7\x71\x73\x94\x6a\xe3\ \xa4\x77\x76\x36\x6d\x95\x7b\x7c\x78\xfa\xfe\x9d\xb7\x2e\x1d\xec\ \x65\x6d\xe6\xbd\x6f\x9b\xd6\x18\xbb\x5e\xaf\xda\xa6\x59\xad\x56\ \xa3\xf1\x78\x63\x73\xcb\x58\x7b\x78\xf8\xb8\x23\x75\x5b\xa7\x95\ \x6a\x1e\x3d\xba\xbf\x4e\x53\x6d\xb4\xb5\x06\x30\xa4\xeb\x75\x51\ \x14\xdb\x3b\x3b\x84\xb0\xa4\xd7\xbb\x79\xeb\xd6\xc5\x6c\x9e\xe7\ \xb9\x32\xe6\x2b\x7f\xe1\xab\x1f\xa7\xe3\xa7\x69\xf1\x69\x7c\x62\ \x6a\x34\x00\x78\xe7\xac\xf7\xe0\x40\x5b\x87\x11\x30\xc4\x75\x23\ \x9b\xa6\x11\x0c\x23\x4e\x5e\xfb\x83\xdf\xef\xda\xbd\xa3\xc3\xfb\ \xfe\xf2\xb5\xa2\x2e\x93\x1e\x6d\xa4\x64\x02\x29\x67\x80\x42\xd4\ \x4b\x1a\xd5\xf2\x90\x07\x51\x50\x97\x05\xc6\xc8\x79\xaf\x8d\x5e\ \x2d\xe7\x2f\xdd\xbe\x9d\x44\x81\x96\x0d\x78\x7b\x7e\x7a\x4a\xb1\ \xdf\xdf\xdd\xda\xda\xda\x92\x4d\xf1\xf6\xdb\x6f\x17\xf9\x4a\xb6\ \x8d\x73\x9e\x52\x32\x9b\x9d\x69\x6d\x26\x93\xc9\x7a\x35\x57\xfb\ \xbb\x9c\x91\xa3\xc3\x47\x59\xba\x16\x42\x10\x80\x48\x88\x38\x1e\ \x17\x79\xee\x1c\x5c\xb9\xf6\xec\xdd\x3b\xef\x23\x85\x22\xec\x8e\ \x1e\x3e\xc0\xde\x3a\x6b\x31\xc5\xd6\x79\xc0\x98\x52\xc8\x57\xb3\ \x72\xb9\x2c\x16\x17\x71\x7f\x80\x9c\x16\x0c\x83\x47\xad\xac\x95\ \x6e\xb3\x3c\xe7\x8c\x51\xce\x9a\xa6\x49\x4f\xd6\x80\x7c\xd7\xba\ \x22\xe4\x95\x6a\xbd\xf7\x18\x23\x6d\x24\xc6\x0e\x81\x6b\xdb\xda\ \x5a\x77\x70\x70\x29\xee\xf7\x18\x17\x08\x41\x18\xf5\x3c\x66\xbc\ \x6c\x02\x83\x44\x10\xa1\x27\xd4\x5c\xc0\x7b\xdf\xeb\xc7\x6d\xd3\ \x20\x04\xb2\xd5\x48\x80\x75\x8e\x60\x5e\x35\x75\x96\x66\xce\xd9\ \x38\xc6\x77\xef\xbe\xff\xcf\xbe\xf9\xcd\x5b\xb7\x3e\xfb\x7f\xfc\ \x93\x7f\x24\x78\x78\x36\x3d\xbf\x74\xf9\xc0\x3a\xef\x1d\x50\x8a\ \x3a\xa7\x46\x84\x50\xaf\xd7\x8b\xa2\x08\x21\xe4\x9c\xb1\xce\x26\ \x49\xf2\xfd\xd7\x5e\xfb\x5b\x7f\xf7\x3f\x9f\x6c\x8e\x8d\xb5\x84\ \xe1\x55\xba\xbc\xff\xf0\xc3\xaf\x7f\xfd\xeb\x37\x9e\xbb\x11\x44\ \xe2\xad\xb7\xde\x5a\xcc\xce\xb3\xf5\x02\x79\xef\xad\x42\x56\x9f\ \x1c\x3e\x9a\x6c\x6e\xce\xce\x4f\xaf\x5c\xd9\x07\xec\xe6\xf3\xf3\ \x37\x7e\x78\x1c\x47\x89\xf7\x88\x50\x15\x44\x28\x8a\xd8\x6c\xb6\ \xba\x72\xed\xe6\xf9\xf4\x7c\xb1\x2c\x46\x23\xf1\xde\x9b\xdf\xaf\ \xeb\x2a\xe2\xd4\x78\xb0\x0e\x79\x44\x45\x90\x9c\x9c\x9e\x01\x90\ \xf7\xde\x7f\xdb\x6a\x1d\x50\xae\x3c\x48\x27\x9b\xa6\xd5\x5a\x1f\ \x1f\x9f\x3a\x67\x87\xc3\x51\x96\x65\xef\xdd\xb9\x2b\xb5\x34\x46\ \x69\xa3\x75\xdb\x20\x27\x29\xa5\xda\xdb\xb6\x2d\xab\xba\xd4\xda\ \xae\xd3\x55\x2b\xd5\x0b\x2f\xbe\x14\x47\xc9\x0b\x2f\xbe\x72\x78\ \x74\xf2\xdc\xf3\x2f\x9f\x9d\x9f\xe5\x55\x1b\x26\xfd\xbd\x2b\x57\ \x3f\x1a\x7c\x3f\x4d\x8b\x4f\xe3\x93\xa8\x15\xbd\x73\xd3\xd3\x13\ \x4c\xa8\xe0\x5c\x1b\x4d\x08\x75\xd6\x52\x4a\x45\x20\xa2\x30\xa2\ \x18\x54\x53\x3f\xbe\xf7\xe8\xde\x9d\xf7\xb5\xd6\xce\x3b\xc1\xf9\ \x7a\xbd\x3c\x3c\x3c\xbc\x7e\x83\x8b\x80\x60\x42\xdf\x7d\xf7\xdd\ \xbd\x83\x83\x8d\xc9\xc6\x6a\xb5\x1a\x0e\x87\x61\x18\x2a\xd9\x10\ \x40\xde\xfb\xb2\x2c\xbe\xf4\xa5\x2f\xef\x6c\x6d\x4d\x8f\x4f\xc7\ \xe3\x51\x1c\x44\x75\x99\x6b\xd9\x32\x82\x09\x00\x27\x84\x53\x5a\ \x57\x65\x9a\xae\x8d\x31\x84\x90\xc1\x60\x60\xad\x95\x32\x3e\x3b\ \x3b\x23\x04\xdf\xb8\xf1\xec\xa0\xdf\x4b\xd7\xcb\x8b\x8b\xf3\xc9\ \x64\x23\x8e\x82\x4b\x07\xfb\xcb\xa5\xe0\x9c\xc5\x71\x34\xd9\xdc\ \x3c\x3d\x3b\x25\x38\x24\x18\x63\x8c\xad\x35\x08\x00\x30\x68\xad\ \x37\x36\x36\xbc\xb7\xe9\x7a\x85\x01\xa2\x20\xf4\xde\x59\xa3\xf2\ \xac\xe0\x4c\x78\xe7\x26\xe3\x0d\x4a\x69\x5d\x55\x45\x5e\x78\x8f\ \x9c\xfb\xd1\x38\xcf\x75\x06\xd0\xd6\x7b\x8c\x81\x10\x42\x08\xb1\ \xce\x31\xe4\xa5\x6a\xfb\x78\x20\xdb\x56\x1b\xe3\xbc\x07\x20\x49\ \xd2\x5b\xaf\xb3\x34\xcb\x9f\x6c\xb6\x48\x08\x5e\xaf\x56\x46\x5b\ \xca\xa8\x6c\xa5\x94\x2d\x17\xc2\x5a\x1b\x47\xb1\x47\x3e\xe0\x7c\ \xb1\x98\x69\x6d\x7f\xe7\x77\x7f\xe7\xad\x37\xdf\xfa\xa3\x3f\x7a\ \x2d\x8a\x7a\x69\x9a\x7e\xf0\xe1\x87\x2f\xbd\xfa\x4a\xd3\x48\x0c\ \x34\x4f\x8b\xc5\x72\xf9\xef\x7c\xed\x6b\x75\x59\x6f\x6c\x6c\x8c\ \x46\xe3\xe3\xa3\xe3\x30\x0c\xb5\xd2\x21\x17\xc6\x98\x2f\x7c\xfe\ \x73\x55\x59\x71\xc6\x7a\x51\xa2\xa5\xf2\xd6\x09\x2e\x8c\x54\x94\ \xd0\x5e\x9c\x7c\x90\xa5\xd3\x93\xd3\xa6\x6d\x10\x86\x34\x5d\x23\ \x84\xc2\x38\x94\xaa\x7d\xf7\xbd\x77\x5e\x7a\xf9\xe5\xe1\xa8\xff\ \xfe\x9d\x4a\x49\x5d\x96\xe5\xf6\xf6\xf6\xb5\x6b\x57\xb8\x10\xdd\ \x42\xe5\x73\xcf\xdf\xfa\xf6\xb7\xbe\x2d\x44\x93\x44\x54\x53\x62\ \xad\x07\x87\xbc\x43\xde\xf9\xc9\xe6\x66\x18\x84\x27\x67\xa7\x8b\ \xf9\xfc\xea\xe5\x03\xa5\x94\x47\x7e\x3e\x9f\x6b\xad\xeb\xba\x4e\ \x92\x28\x49\x12\x21\x82\x2c\x4b\xeb\xba\x32\xde\x79\x67\x90\xf7\ \x80\xbc\xd1\x1a\xbc\x47\xc8\x13\x82\x19\xa7\x98\x62\xa5\x55\x1c\ \x43\x91\x17\x2f\xbd\xf8\xca\x6a\xb5\x02\x8f\x3e\xf8\xe0\x43\x87\ \x1c\xa1\x24\xe9\xf7\xee\xdf\xbf\xff\xb3\x5f\x7c\x15\x63\xf2\x34\ \x2d\x3e\x8d\x4f\x6a\xb4\xf8\xfa\x1f\xbf\x06\x84\xee\x6c\xef\x70\ \xce\x8c\xd6\x65\x59\x52\xc6\x08\x21\x3b\xdb\x3b\x1b\x93\x49\x5d\ \x66\x77\x3f\xb8\x67\x8c\xc1\x00\x0e\x81\x08\xc2\x2c\xcf\x1f\x3d\ \x7e\xf0\xd9\x17\x5e\x6c\xa5\x44\xde\xaf\xd7\xab\x2b\x97\x2e\xd5\ \x4d\x7d\x7e\x76\x46\x29\x25\x84\x52\x4c\x94\x6c\x08\x42\x71\x14\ \x3e\xfb\xec\xb3\xb3\x8b\xf3\xa2\xac\x6e\x3c\xf3\x8c\x77\xb6\x2c\ \x0a\x84\xd0\xdd\x3b\x77\xf6\xf7\x73\x42\x89\x73\xc6\x58\x8d\x01\ \x3a\x8b\x8f\x9d\xdd\xdd\xaa\x2c\x8f\x8f\x8f\xaf\x5c\xb9\x62\xad\ \xfd\xe1\x0f\xdf\x50\x52\x0a\xc1\x95\x96\x9d\x16\x9c\xa6\xeb\xf5\ \x7a\xad\x94\x74\xce\x0a\xc1\xb5\x56\x5a\x11\x12\x70\x84\x90\x73\ \x1e\x01\x38\xe7\x84\x10\x51\x14\x39\xe7\xf2\x3c\xef\xf7\x7a\x51\ \x20\x8a\xaa\xb2\xd6\x71\x46\x09\x86\xe1\x60\x10\x86\x51\xdb\xb6\ \x46\x2b\xe4\x3d\x00\x72\xfe\x5f\xf8\xca\x23\x84\x08\x21\xce\xdb\ \x4e\xfd\xf4\xdd\x45\x1e\x42\x55\x59\x8e\xc7\x13\xe4\x9d\x60\x3c\ \x89\x92\xe9\xf9\x54\x04\x61\x1c\xc7\x45\x9e\xc3\x13\xa1\x22\x84\ \x10\xdf\xfe\x83\xdf\x5f\x2c\x96\x9f\x7d\xe1\x36\x63\xbc\x6d\x5b\ \xef\x7d\x9a\xa6\x51\x14\x0d\x06\x83\x6b\xd7\xae\x7b\x6b\x5e\x7f\ \xfd\x8d\xf7\xef\xbc\xaf\xad\x09\x82\xd0\x7b\x57\x55\xc5\x3b\xef\ \xbc\xfd\x17\x7f\xee\x2f\xf5\xe2\x3e\x63\xfc\xce\xbb\x0f\x86\x83\ \xc1\xfe\xfe\xde\x9d\x3b\x77\x77\xb6\xb7\x7a\xfd\x1e\x25\x54\x6a\ \xed\x91\xbf\x98\xcd\x7e\xf9\x97\x7f\xa9\x17\xc7\x8f\xee\x3f\xd8\ \xda\xda\x8c\xa2\xa8\x2a\x8a\xb6\xae\x67\xe7\xe7\xc3\x5e\xbf\xdf\ \xef\x09\xce\x9a\xba\x69\x95\xec\xb6\x5e\x3a\x2f\x81\x47\x8f\x1e\ \x1d\x1c\x1c\xe4\x59\x7e\xef\xde\xbd\xb6\x6d\xf7\x76\x76\xde\x7d\ \xe7\x5d\xe7\xfd\xee\xf6\x4e\x9e\x66\x5b\x5b\x5b\xb2\x95\x8c\x51\ \xc1\x58\x5d\x96\xbd\x38\xb0\x0e\x23\xc0\xc6\x39\xeb\x90\x73\xbe\ \x91\x6d\x20\x82\x7e\xaf\x77\x7c\x74\xd4\x8b\xa3\xf1\x68\xd4\xb4\ \x4d\x27\x25\x39\x67\xa3\x28\x7c\xe9\xa5\x17\x1f\x3d\x7a\x14\xc7\ \x71\x55\x55\x84\x52\xa3\xa4\x94\x92\x22\x44\x09\xf1\xde\x12\x4a\ \x11\x42\x8c\x30\xc1\x79\xab\x54\xd3\x54\x5b\x93\xad\x3c\x4b\x17\ \xf3\x79\x18\x26\x4a\x49\xd9\x36\x8d\x6a\xac\xb5\xfb\xbb\x3b\x6f\ \xbc\xf1\xba\x54\x92\xb1\xf8\x29\x2a\xe2\x69\x7c\x52\x15\x63\x99\ \xaf\x9b\xa6\xc5\x4e\x27\x49\x52\xd5\xb5\x73\x4e\x70\xae\xb5\x32\ \xaa\xf1\x56\x35\x6d\x95\xa6\x69\xa7\x36\x10\xc6\xea\xa6\xf2\xc8\ \x9f\x1c\x1f\x29\xd9\x5a\xed\xaa\x3c\xeb\xee\x88\xbd\x75\x82\x73\ \xd9\xd4\xa3\xfe\x60\x71\x3e\xa5\x84\x7a\xe7\x7b\xbd\xbe\xb3\xf6\ \xde\xbd\x7b\x52\xc9\xf5\x7a\x69\xad\x39\x3c\x7c\x74\xf3\xf9\xe7\ \x37\x26\x63\x42\xf1\x87\x1f\x7e\x30\x9d\x9e\x09\x2e\x24\x95\x4a\ \xa9\xa2\x28\x8e\x0e\x0f\x8d\xd6\xce\x7b\xe7\x6c\x55\x55\xcb\xe5\ \xb2\x95\x4d\x3f\x49\x42\x11\x28\x29\x3f\x3a\x26\xcb\x32\x00\xd4\ \x36\x8d\x56\x6a\xd0\xeb\x1b\xd5\x38\x47\xbd\xf7\xd6\x1a\x4c\x98\ \x31\x86\x73\x9e\x65\x99\x36\x9a\x60\x3c\x18\x0c\x94\x56\x94\xd1\ \xd1\x28\xe9\x16\x9b\x01\x20\xcb\x56\x69\x9a\x75\x97\x76\x98\x51\ \x40\x4e\x29\x09\x00\x84\x10\x00\x44\x29\xed\x48\x36\xdd\x46\x67\ \x28\x82\x30\x0c\xb4\xd6\xe9\x7a\xc9\x83\x60\x73\xb2\xed\xad\xd9\ \xde\xde\xa4\x54\x9c\x4d\xa7\x18\x63\xf4\x84\xa8\x08\xb2\x5e\x2d\ \x5e\xfb\xde\x77\x56\xcb\x8b\xe7\x9e\xbb\x59\x55\xe5\x62\xb1\xe0\ \x8c\x23\x84\xe2\x24\x21\xe0\x00\xc3\xeb\x6f\xbc\x51\xd7\x4d\x5d\ \xd7\xb2\x55\xbd\xde\x80\x50\xf2\xe0\xfe\x07\xb2\xae\x7b\x51\x52\ \xe4\x69\x9e\xe5\x49\x92\x54\x55\x9d\xf4\x7a\xb3\xd9\x6c\x67\x67\ \x47\x4a\x09\x04\xac\xb5\x49\x12\x4f\x26\x9b\x0f\x3f\xbc\x9f\xe7\ \xe5\xf1\xe3\xc7\xe3\xf1\xf8\xee\x7b\xef\x67\xab\xf5\x20\x4e\x9a\ \xb2\x7c\xf0\xc1\x07\xf3\xf9\x9c\x20\x94\x24\xb1\x56\xba\x28\x8b\ \xd5\x6a\xd5\xb6\x6d\x9e\xe7\x59\x96\x5d\xbd\x76\x6d\x3a\x9d\x1e\ \x1f\x1f\x6f\x6e\x6c\x6e\x6f\x6d\x56\x55\x9d\xad\xd7\xf3\xd9\x6c\ \x31\x9b\x55\x45\x71\x70\x70\xd0\xd6\xcd\xa0\xdf\x6f\xea\x9a\x73\ \x64\xac\xd7\x5a\x7b\x4f\xac\x73\x9c\x71\xef\x6c\x59\x96\x79\x96\ \x5f\xbe\x72\xd5\x5a\x13\x45\x51\xdb\xb6\xb7\x6e\xdd\x32\xc6\xcc\ \xe7\xf3\xd5\x6a\x35\x9f\xcf\xa4\xec\x0f\x87\xc3\xd9\x6c\x26\xb8\ \xa8\xcb\xc2\x82\xe7\x01\x43\x9e\x74\x53\x5d\x84\x3c\xc6\xd8\x6a\ \x33\xe8\xf7\xc7\xc3\x81\x54\xe6\xe1\xc3\xfb\xb7\x6f\xbf\x48\x09\ \xde\x18\x0d\xe7\x4b\xb3\xb3\x3d\x79\xf4\xe8\x61\x9e\x65\xd6\x5a\ \x78\xda\x44\x3f\x8d\x4f\x2e\x9c\x33\x75\x5d\x5c\x5c\xb8\xb2\x88\ \xb9\x10\x41\x18\x28\xd5\x20\x8f\x64\x5b\x9f\x9e\x1e\x56\x55\x53\ \x96\x95\xb5\x96\x50\xea\xbc\x45\x0e\x11\x80\xf3\xb3\xb3\x0f\xee\ \xde\x79\xe6\x99\x67\xcf\xcf\xce\x1e\x3e\x7c\xf8\xfc\xcd\xe7\xe6\ \xf3\x79\x3f\x8e\x02\xb6\xb9\xb5\xb5\x79\xef\xee\x7b\x1e\x13\x6d\ \xed\x64\x3c\xc6\x80\x8f\x8f\x8e\x00\xa0\xad\x1b\x29\x25\xa3\x6c\ \x73\x63\x42\x31\x49\xa2\x44\x4b\x75\x71\x7e\x81\x9c\x69\x9b\xaa\ \x6b\x63\xd7\xab\xc6\x5a\x9b\x24\x49\x55\x16\x6b\x4a\x8a\x22\xab\ \xab\x0a\x3b\x6b\x8d\x9a\xcf\x56\x08\x21\xa5\xa4\x94\x8a\x00\x92\ \x6d\x4d\x30\xda\xdf\xdb\x7e\xf4\xe0\x81\x73\xce\x39\x67\x8d\xf5\ \x88\x00\x80\x31\x66\xb5\x5a\xe5\x79\x3e\x1c\x0e\x93\x38\x5e\xae\ \xd7\x71\x18\x52\x8c\x8d\x31\x45\x96\x39\xe7\xaa\xaa\xd2\x5a\x53\ \x4a\x27\xe3\xb1\x73\xae\xd3\xc7\x11\x42\x94\x52\x00\x70\xce\x3a\ \xeb\x30\xc6\x94\x52\xef\xc0\x1a\x43\x00\x1c\xfa\xe8\x56\x24\xcb\ \xd7\x8c\x89\xcb\x97\xaf\x06\x51\xb8\xb7\xbb\xb3\xb5\xb5\x69\x9d\ \x7d\xe2\x07\xaf\x55\x73\x31\x3d\xa3\x18\x11\x4a\x09\x21\x18\x3b\ \xe7\x5c\x9e\xad\x1e\xdc\xbf\x87\x09\x79\xf8\xf0\x81\x32\x86\x09\ \x61\x8c\x2d\x8a\x22\x08\xc2\xd9\x7c\xfe\xc3\x37\x5f\xff\x37\xbe\ \xfa\xb5\xb2\xc8\x5e\x7b\xed\x7b\x37\x9f\x7b\x76\xbd\x5e\x7b\xe7\ \xc7\xe3\xf1\xb3\x37\x6e\x38\xef\x18\x26\x55\x51\x6e\xec\x8f\x27\ \x93\xc9\xf1\xe1\xe1\x7a\xb5\x4e\x92\xa4\x2e\x8b\xfb\xf7\xee\xbe\ \xf8\xe2\x8b\x9b\x1b\xe3\xad\xcd\x4d\x0a\xe8\xb5\xef\x7d\x77\xb5\ \x58\x18\xad\x97\xcb\x25\xa1\xf4\x8d\x37\xde\xa0\x94\x26\xfd\x9e\ \xf7\xfe\xfc\xfc\xbc\x96\x6d\x96\x65\x04\x30\x00\x9c\x5f\x9c\x89\ \x40\xa4\xeb\x54\x6b\x6d\xac\xd2\x46\x16\x45\xf1\xec\x67\x9e\x79\ \xf0\xe0\xbe\xd2\x06\x63\x6c\x2d\x02\x02\x08\x21\x8c\x21\xcf\xf3\ \x77\xde\x79\x2b\x0c\x83\xc9\xc6\x68\x3e\x9f\x47\xa1\x98\x6c\x8c\ \x28\xa5\xf7\xef\x1f\xb5\x6d\xfb\xf0\xc1\x87\x00\x30\x9f\x5d\x0c\ \x87\xc3\x67\x9e\xb9\xba\x5e\xe7\xe9\x6a\xe1\xac\x63\x84\x30\xc2\ \x38\xa1\x8d\x6d\xbc\x73\x18\xa1\x2e\x33\x5a\xa3\x38\x65\xf9\x7a\ \xfd\xfa\x0f\xbe\xff\xea\xe7\xbe\x30\x3d\x3b\x79\xfe\xf6\xcd\x2b\ \x57\x2e\x0b\x86\xa3\x80\x31\xfa\x63\xac\x68\x9f\xa6\xc5\xa7\xf1\ \x13\xb5\xd1\x4e\x6b\x2d\xdb\xd2\x18\xd5\x34\x22\x10\x71\x1c\x47\ \x61\x88\x00\x8c\x6c\x8c\x6a\x97\xeb\xcc\x3a\x6f\x9c\xc3\xc8\x23\ \xf0\xce\x38\x42\x58\x5d\x15\xef\xbf\xfb\x4e\x3f\x19\x48\x59\x8f\ \x06\x83\xf1\x70\x78\x7a\x72\x0c\x6e\x3c\x19\x8d\x42\x11\x00\x42\ \x18\x21\xe7\x9c\xb3\x6e\x31\x9f\x59\xab\x87\xc3\x91\x31\x3a\x4d\ \xd7\xbd\x5e\xb2\x5a\x2d\x1f\x3d\x7a\x58\x96\xc5\xd9\xd9\x69\x20\ \xb8\x73\x18\x2a\x14\x04\x01\xa1\xd4\x3b\x57\x37\x4d\xdd\x34\xb3\ \xd9\x2c\x49\x12\xa3\x6d\x96\xe5\x14\x10\x00\x96\x4d\x0b\x00\x1e\ \x21\x67\xac\x77\x7e\xb9\x58\x76\x59\x8f\x10\xa2\xb4\x42\x08\x18\ \x63\xd6\x23\x84\x20\x0c\x43\x4a\xa9\x52\x2a\xda\x8a\x19\x63\x84\ \xe0\xe9\x74\xca\x18\x75\xce\xb5\x6d\x63\x8c\x69\xdb\x06\x00\x2b\ \x25\xf3\x3c\x43\x08\xd9\xce\x20\x05\x81\x73\xce\x39\x03\x80\x31\ \xc6\x5a\x6b\x84\xc0\x79\x8b\x9c\xc7\x98\x70\x0e\x6d\xdb\x6a\xad\ \x91\xb3\x61\xc0\x8b\x3c\x5d\x2c\x2e\x9c\xd6\x14\x3f\x21\xbf\x0a\ \x63\x5c\x56\xc5\x6c\x36\xd5\x46\x9e\x4d\x8f\xbb\x93\xe7\xee\x28\ \x3b\x0c\xc3\xd9\xec\x7c\xb1\x5c\x55\x4d\x63\xac\xf5\xce\x13\x42\ \x94\x51\xaa\x50\xa1\x88\xbe\xfd\xad\x3f\xb8\x7a\xe9\x72\xaf\xd7\ \x9b\xcf\x67\x5f\xff\xf9\xbf\x9c\xa6\xa9\xd6\xfa\xc6\x33\xd7\xb7\ \xb7\xb7\xbb\x97\xb5\xd6\x5a\x6b\x9c\xb3\x65\x56\x22\xe7\xbd\x75\ \x8b\x8b\x99\xe0\x22\x14\xc1\x07\x77\xee\x7a\x63\x8f\x0f\x8f\xda\ \xaa\xee\xf7\xfa\xd3\xf3\x33\x04\x10\xc7\x31\x65\xd4\x5a\x5b\x54\ \xe5\xc9\xc9\xc9\x78\xb2\x61\xb4\x3e\x9b\x4e\xc1\xf9\xd1\x70\xa8\ \xa4\x5c\xce\xe7\x22\x08\xac\xd6\x8c\x90\x74\xb5\xaa\xea\xfa\xd6\ \xad\x5b\xe7\xe7\xd3\xba\x2d\x3d\xc2\x40\xb0\x73\xd6\x23\x24\x04\ \x0b\x04\x3b\x3b\x3b\xd9\xdf\xbf\xb4\x31\x1e\x02\x72\xf7\xee\x7d\ \xb0\xb1\x31\xc6\x18\x2f\x16\x0b\xad\x75\x96\x65\xe3\xf1\xb8\x3b\ \x82\xee\x08\x75\xa1\x10\x94\x60\xe7\x6c\xab\x1a\xab\x34\x25\xd8\ \x59\x67\x8c\xc1\x80\xa5\x6c\x9c\xd5\x01\x17\x4d\x23\x3d\xa5\x79\ \xb6\xde\xdb\xdb\x5f\x2f\x97\xd6\x68\x25\xe5\xe6\x64\x83\x10\xf2\ \x2f\x67\x8b\x3d\x4d\x8b\x4f\xe3\x27\xad\x17\x3d\xf2\xd6\x99\xa6\ \x35\x55\x53\x75\x1e\x95\x5d\x09\x46\x28\x71\x1d\x06\x19\xa0\x13\ \x0a\xbc\x77\xc8\x59\xeb\xfc\xd9\xe9\xf1\xe3\x87\x1f\xce\x67\xcb\ \xeb\x57\xae\x58\x63\xb5\xd2\x8b\xd9\x2c\x5b\x2e\xd7\xeb\x35\x67\ \x9c\x60\xb0\x5a\xb7\x4d\x53\x57\x95\x08\x62\xa5\x64\x59\x96\x65\ \x91\x73\xce\x4f\x4f\x4f\x02\xc1\xcb\xb2\xc8\xf3\x2c\xcb\x52\xf0\ \x8e\x33\x3e\x1c\x0e\x00\xb0\xb5\xc6\x59\xd3\xd6\x55\xed\xec\x7c\ \x76\x51\x55\x95\xd5\xb2\xc8\x73\x42\x08\xc6\xd0\x11\xbd\x8c\x56\ \xce\x9a\xba\x2a\xb7\x36\x27\xd6\x5a\x84\xac\x56\x0e\x01\x41\x80\ \xbc\x73\xde\x43\x10\x04\x1d\xf8\xab\x6d\x5a\x6b\x9c\x92\x6d\x55\ \x15\x61\x18\xd6\x75\x6d\xb4\x36\xd6\xb6\x4d\xcd\x38\x17\x42\x34\ \x4d\x43\x08\xe1\x9c\x1b\xa3\x8d\x31\x8c\x51\xef\xb1\xf7\x1e\x13\ \x40\xdd\xea\x12\xc6\xc6\x2a\xd9\x36\x98\x60\x46\x69\x14\x06\x52\ \xaa\xd9\xc5\x8c\x32\x06\x80\xaa\xfa\xa3\x89\xe7\x93\x3d\x74\x42\ \x70\xab\xda\xd5\x7a\x69\xad\x9d\x2f\x66\x79\x91\xbd\xfc\xf2\xcb\ \xc6\x18\x90\x88\x31\xb6\x4a\x97\x8d\x52\x16\x21\xe7\x1d\x72\x20\ \x02\xe1\xb4\x6d\xda\x6a\x7a\x76\xfa\xee\x7b\x6f\xc5\x41\xb4\xbd\ \x39\x39\x38\x38\xb8\x77\xef\x1e\x65\xec\xe8\xe8\x68\x3e\x9f\x7b\ \xef\x8d\x31\x08\x21\xe7\xdc\x74\x7a\x16\x87\xc9\xe6\xc6\x66\x55\ \x55\x8f\x1e\x3f\x16\x82\xa7\xe9\x7a\x7a\x2e\x82\x30\x38\x3c\x3a\ \x6c\x65\x9b\xcf\x73\xef\xec\xde\xee\xae\x08\x03\x4a\xe9\xf9\xf9\ \xf9\x3a\x4b\x57\xab\xd5\xdd\x3b\x77\x1d\x78\x67\xed\xf9\xf9\xb4\ \xad\x6b\xd5\x4a\xc6\x58\x18\x04\xdd\x9e\xff\xd1\xd1\xd1\xce\xce\ \x0e\x67\x0c\x00\xa4\x36\xde\x83\xb5\xde\x79\xe7\x1c\x50\x0a\xe3\ \xf1\xd8\x58\xeb\xac\x39\x3d\x39\x46\x08\xad\x96\x73\xef\x4c\xd3\ \xb6\xe9\x7a\x35\x1c\x0e\x8d\x56\xf3\xd9\x85\x10\xa2\xc8\xb3\xd5\ \x72\x39\x1a\x6f\x5a\xad\xea\xaa\x08\x18\x26\x98\x28\xad\x19\x30\ \x84\x80\x20\x70\xce\x62\x84\x9c\xb5\x5a\x4b\x42\xb0\x60\xd4\x1b\ \xb3\x9c\xcf\xcb\x22\x3f\x3b\xf5\x59\x91\x4d\x26\x1b\xf0\xd4\xf9\ \xef\x69\x7c\xa2\xa1\xba\x05\x30\x4c\xbc\xf7\xce\xdb\xaa\x69\x28\ \xe7\x41\x10\x00\x42\xb2\x69\xea\x56\x6a\x6b\xbc\x77\x08\xc0\x5a\ \xeb\x9c\x0d\xb9\xf0\x08\x8a\x3c\x3d\x3f\x3b\x39\x9f\xce\x5e\x7e\ \xe5\xa5\x22\xcf\x8d\x36\x55\xd9\x70\x46\xb4\xd6\x18\x01\xf6\xc8\ \x7b\xef\x9d\x57\x52\x4a\x65\xa5\x92\x4a\xa9\xaa\xaa\xa2\x28\x62\ \x8c\x4e\xa7\x67\x69\x9a\x76\x77\x23\x81\xe0\xde\x59\x4a\x30\xa5\ \xd4\x5a\xd8\xda\xdc\x48\xa2\x10\x01\x1a\x0e\x87\xeb\xd5\x52\x08\ \xc1\x39\x33\xc6\x60\x40\x52\xb6\x80\x3c\xe7\xcc\x39\x8b\x01\xed\ \xee\x6c\x67\x79\xee\x11\x38\x67\x3d\xf2\x5d\x16\xb3\xce\x76\x3c\ \x85\x0e\xff\xb5\x5e\xa7\xce\x9b\x5e\x12\x6f\x6d\x6d\x9d\x9c\x9c\ \xe4\xb2\x65\x94\x50\x4a\x28\xc1\x61\x20\x9c\x35\xda\x68\x4a\x01\ \x21\x40\x08\x28\xa5\x84\x60\xad\x35\x21\xd0\x41\x0a\xba\x0d\x98\ \x7e\x2f\x46\x00\x52\x1a\x4a\x08\x02\x28\xeb\x0a\x4b\x1c\x25\x89\ \xf3\xd6\x18\x05\x4f\x84\xd0\xf1\x5d\xdb\x49\x09\x66\x0c\x33\xd6\ \x34\x75\x5a\x14\xb3\xe5\x32\x0a\xc3\x56\xe9\x5e\x2f\xd1\xd6\xb5\ \x52\x7a\x0c\x0e\x79\x6d\xb4\xf7\x9e\x63\x82\x01\xad\x96\x8b\x93\ \xe3\xe3\x74\xb5\x3c\x38\xb8\x52\x96\x25\x00\x64\x69\x3a\x3b\x9f\ \xae\xd3\x94\x52\x8a\x31\x20\x40\xc8\x23\x29\x15\xc1\xf2\xce\xbd\ \x3b\x45\x51\x28\xad\x9a\xba\xa1\x8c\x78\xf0\x87\x47\x8f\x17\x8b\ \x45\x51\x14\x04\xe3\x24\x4e\xbc\xf7\x71\x14\x19\x6b\x27\x93\x49\ \x94\xc4\xd3\xe9\x74\x77\x6f\xe7\xe8\xe4\x04\x79\x1f\x85\x91\x31\ \x06\x30\x32\x52\xb7\x6d\xe3\x3d\x0a\x83\xa0\xae\xeb\x9d\x9d\x1d\ \xc6\x98\x73\xce\xda\xee\x18\xc7\x03\x10\x84\x1c\xc6\x78\x34\x1c\ \x5a\x6b\x7b\x71\x78\x7c\x74\x18\x45\x51\x18\xf0\xfd\xbd\xdd\xf9\ \x6c\x76\x72\x74\x18\x06\x82\x51\xd2\xb6\xed\xa5\x83\xfd\xaa\xaa\ \x30\x20\xef\x9d\xd1\x5a\xb6\xed\xb8\x3f\x11\x8c\x16\x45\xee\x11\ \x82\xee\xde\xd9\x23\xc1\x58\x1c\x05\x83\xde\x40\x69\x3f\x1c\x0e\ \x42\xc1\x97\xcb\xb9\x54\xed\xe5\xcb\x07\x83\x5e\x92\xa5\x6b\x63\ \x0c\xe7\xe2\xa9\xe4\xf2\x34\x3e\x39\x31\x1a\x39\x0f\x04\x70\x77\ \xf2\x22\xa5\x5e\xad\x53\x21\x44\x14\xc5\x61\x18\x04\x41\xd0\x2a\ \xd3\xfd\xf1\x03\x42\x80\xbc\xf3\x86\x62\x66\x95\x4e\x97\x4b\x67\ \x95\x94\xb2\x69\x65\xc7\x16\x65\x58\x74\x13\x32\x42\x31\x01\xcc\ \x28\xb5\xc6\x18\xef\x3a\x40\xa1\x52\x8a\x31\x96\xa6\xa9\x94\x32\ \x8a\x22\xce\x79\x92\x24\x51\x28\xd6\xab\x95\x94\xb2\x53\x63\x85\ \x10\xfb\x07\x07\x45\x59\x32\xc6\x0e\x0e\x0e\x4e\x4f\x4e\x76\x27\ \x93\xee\x7b\x8b\xa2\xf0\xde\x7b\xef\x9c\x36\x01\x13\x5b\x93\x4d\ \x4e\x98\xe0\xdc\x3a\xeb\x1c\x22\x84\x78\xc0\xd6\x79\x4a\xe9\x7a\ \xb5\x92\x4a\x11\x42\x95\x52\x1e\x39\xc6\x68\xa7\x35\x53\x4a\x8d\ \x31\x3f\xaa\xef\x82\x20\x08\x10\x06\x4c\x00\xbc\x31\x14\x63\x30\ \xc6\xc6\x71\x8c\x09\xa2\xf4\x23\xb3\x4d\x67\x2c\xc6\xc4\x79\x57\ \x55\x39\x26\x58\x08\x61\xb4\xb2\xce\x1b\x63\xb2\xbc\x28\x8b\xf2\ \xc9\x88\x1e\x18\xa0\x6e\x9a\x56\x6a\x11\xc6\xd6\x58\xc0\xac\x6e\ \xe5\xdb\xef\xbe\xb7\xbb\xbb\xdb\xeb\xf5\xac\x47\x52\x2b\x87\x3c\ \xf2\x08\x3c\x72\xd6\x36\x52\x59\x42\xfa\xbd\x9e\x94\x6d\x99\x67\ \x27\xc7\xc7\x5f\xf8\xc2\x17\xd3\x2c\x6d\xdb\xb6\x6e\x1a\x8c\xbc\ \x35\xa6\xfb\x07\x5a\x6b\xad\x73\x00\xb0\x5c\x2d\xac\x75\xda\xe8\ \x34\xcb\xa2\x28\x5a\x67\x69\xd5\xd4\x9c\xf3\x56\xc9\xfd\x4b\x07\ \x3b\x5b\xdb\xe7\x67\xe7\x5a\xab\xa2\x28\x3d\xf2\x75\x5d\x3f\x7f\ \xfb\x16\x21\x24\x8e\x92\x2b\x57\xae\xbc\xff\xee\x7b\xe3\xd1\x88\ \x60\x54\x55\x55\x96\x39\xef\x2c\xc6\x58\x6b\xa9\x55\x7b\xfd\xda\ \x95\xdd\xdd\xdd\x6f\x7d\x1b\x00\xb0\xf7\x8e\x10\xc0\x98\x7a\x6f\ \xc2\x28\x2c\xcb\xa2\x6d\x5a\x82\x89\x96\x6a\x59\x37\x80\x49\x67\ \x76\xda\xef\xf7\xdb\xb6\xed\x60\x9d\x5d\xf3\x1b\x04\xc1\xb0\x37\ \x40\x46\x07\x9c\xf6\x7b\xbd\xa6\x2a\xc7\xa3\x11\x61\x4c\x69\xad\ \x8d\xc1\x98\x48\x29\x05\x67\x9c\xb3\xd5\x72\x4e\x09\xc3\x40\xac\ \x73\xb3\x8b\x0b\xe7\xad\x10\xac\xaa\x0a\x6b\xdd\xd3\x6a\xf1\x69\ \x7c\x82\xc1\x85\x20\x9c\x41\x77\xb4\x4f\xb1\x03\x24\xb5\xb2\xde\ \x21\x0c\x88\x80\x07\xc0\x40\x8c\xb3\xe0\x1d\x26\x80\x01\x03\x42\ \xde\x59\xe4\xfd\x72\xb5\x0a\x83\xe0\xe2\xe2\xdc\x3a\xdf\xd6\x35\ \x78\x7b\x71\x56\x97\x45\x49\x29\x25\x18\xf0\x47\xeb\x84\x16\x13\ \xc2\x30\x71\xc6\xa8\x56\x06\x5c\xf0\x30\x20\x00\xfd\xa4\x37\x99\ \x6c\x5c\x9c\x5f\xcc\x2f\xe6\x84\x40\x18\x46\x75\x5d\x53\x4a\xe3\ \x28\x8e\x82\x70\xbd\x5c\x79\x63\x03\x11\x50\x42\x31\x81\x28\x8a\ \xeb\xba\xf2\xc8\xe5\x79\xc6\x38\x89\xe2\xa0\x69\xda\xb3\xe9\x09\ \x63\x9c\x10\x4c\x30\x71\xce\x76\xfe\x98\xde\xfb\x28\x8a\x8c\xb5\ \xc6\x18\x82\x89\xf7\xbe\x6e\xaa\xb6\x6d\xcb\xb2\xf2\xde\x8f\x46\ \xe3\xf5\x7a\x2d\x44\x47\x08\x47\x83\x41\x1f\x80\x2e\x57\x6b\xa5\ \x34\x21\x84\x31\xe6\x9c\xc1\x18\x13\x82\x51\x77\x95\x8f\xf1\x64\ \xb2\x11\x08\x96\xe7\x85\xd6\xba\xcc\x8b\xd4\xae\x31\xa5\x71\xd2\ \x23\x94\x0e\x07\xfd\xd1\x68\xe8\x9e\xc8\xf9\xcf\x39\x17\x46\xf1\ \x60\x34\x16\x9c\xb7\xbe\xc5\x08\x81\x73\x52\xaa\x07\x0f\x1f\x4d\ \x26\x13\xeb\xfc\x68\xb2\x19\x65\x69\x5e\xe4\xe0\x11\xe3\x9c\x51\ \x07\xce\x6b\xa5\x03\xce\x1f\x3f\x7e\xd4\xb6\x75\x53\x55\xd3\xe9\ \x74\x7a\x36\x75\xce\xc9\xb6\xb9\x98\xcd\x38\xe7\x84\x10\xc1\x45\ \x20\x02\xad\x35\xa6\x04\x28\x45\x5a\x66\x45\xa6\xac\x0e\x82\x80\ \x09\x3e\x9e\x8c\x9f\xdf\xb9\xd5\x34\xcd\xc3\x47\x0f\x87\xbd\x01\ \xc6\x50\x56\x15\x65\xb4\x03\x9a\x25\x49\x52\x96\x45\x7f\x38\x14\ \x42\x00\x86\xed\xad\xcd\x8e\x18\x94\x65\x19\x42\x10\xc7\x71\xe7\ \xec\xbc\xb7\xb7\x17\x46\x11\xe4\x85\xf3\x8e\x00\x01\xc0\xce\x3a\ \xc1\x85\x52\x52\xb6\xed\xc5\xc5\x14\x00\xea\xb2\xf4\x08\xde\x78\ \xfd\x75\x6b\xdd\xfe\xee\x5e\x55\x55\xab\xd5\x8a\x00\xc6\x08\x76\ \x77\x76\x04\x0f\xd2\xac\xec\x4e\x5c\x9c\xb5\x1e\x79\x84\x71\x14\ \x84\x51\x10\x7a\xe7\x9c\xf5\xdb\x5b\x5b\x97\xf6\xf6\xd3\x2c\xaf\ \xaa\xb2\x2a\x9b\x75\xbc\x2e\xab\x6a\xef\xe0\x40\x30\x0a\xc8\x5f\ \xbe\x74\xe9\xe9\x3a\xf7\xd3\xf8\x64\xa3\xa9\x1b\xa3\x34\x30\x8a\ \x11\xf8\xae\x25\xc4\x04\x03\xd6\x4a\x97\x26\xf3\x80\x3b\x6e\x81\ \x43\x1e\x79\x4c\x00\x61\xa0\x04\x48\xa7\x60\xf4\x92\x64\x79\x7e\ \x82\x01\x29\xad\xbd\x77\x79\x91\xd7\x4d\x4e\x28\x42\xe0\x10\xf6\ \x08\x23\xc2\x99\xa7\xcc\x6a\x54\x37\x96\x84\x01\x8b\x23\x11\xc7\ \x98\x10\xe9\x1d\x89\xa2\x78\x34\x3c\x9f\x5d\x30\x82\x09\x21\x94\ \x31\x40\x9e\x12\xbc\x5a\xce\x54\x5d\x76\x80\xdb\x44\xb0\x8b\xf3\ \xe9\x68\x34\xf2\xde\x5b\xa3\x01\x21\xce\x68\x20\xc4\x72\xb1\x38\ \x9f\x4e\xa3\x28\x52\x4a\x11\x4a\x94\xd6\x0e\x01\x46\x08\x23\x17\ \x07\xa2\x1f\x08\x9a\xc4\x81\x08\xe6\x8b\x25\x65\x3d\xad\xb5\xd6\ \x1a\x00\x9a\xa6\xd2\x5a\xf6\x7a\x91\x94\x4a\xca\x66\x63\x63\x34\ \x18\x8e\x08\xa3\x0f\x1f\xe4\x18\x53\x4a\x69\x59\x1a\x21\x90\xd1\ \x46\x49\xed\x1d\xa2\x94\x79\x0c\x8b\xe5\x4a\x6a\xe5\x9c\xd3\x46\ \x7b\xef\x04\x13\xc3\x41\x2f\x08\xc3\x34\xcd\x3a\xd4\xcd\x13\x04\ \x00\x34\x6d\x53\x54\xa5\x47\xb1\xc7\x80\x81\x94\x65\x43\x29\x15\ \x5c\x18\x6b\xe6\x8b\xf9\xf9\xec\x42\x2b\xe5\xb5\x2f\xea\x92\x32\ \x12\x30\xde\x8b\xa2\xb6\x69\xc3\x80\xcd\x67\xd3\x8d\xe1\xe8\xe8\ \xf0\xe1\x32\x5b\x57\x55\xe5\xac\x5d\x5c\xcc\x66\xb3\x19\xc1\x9e\ \x38\xc7\x00\x38\x06\xab\x94\x0d\x39\x50\x86\xb5\xc0\x8c\x47\x41\ \xd4\xef\xf5\x83\x30\xac\xa5\xa2\x51\x88\x00\x65\xb2\x5d\x9e\x2f\ \x0e\xf6\x0f\x86\xbd\x41\x59\xe4\xe3\xe1\xa8\x5a\xa5\x4d\x96\x17\ \x65\xd1\x16\xe5\x38\x8e\xcf\x4f\x8e\x9c\x6c\x04\x17\xde\x18\x67\ \x0d\x00\x66\x8c\x61\x42\xde\x7b\xff\x4e\xab\x54\x53\xb7\x94\x71\ \x6d\x3c\x78\xe4\x91\x07\xe4\x7a\x51\x30\xe8\x45\xbb\x9b\x63\x6b\ \x94\xd1\xc6\x1b\x6d\x1d\x52\x4a\x19\x63\x9d\x35\xeb\x74\x1d\x46\ \xa1\xf0\x3c\x2d\xb3\xab\x93\xd1\x95\x2b\xd7\xd2\xb4\x98\x2d\x66\ \x5a\xea\xf1\x78\x94\xe5\x25\x13\x68\x91\x66\x59\x59\x59\x04\x54\ \xf0\xfe\x70\x78\x7a\x3e\xbd\x38\x9f\xd5\x6d\xdb\x54\xad\xd2\x2d\ \x21\x64\xd4\x8f\xf7\xf7\x77\xf3\x3c\x9f\x0c\x86\x84\xe0\x7f\xb9\ \xe4\xf2\xd4\xcb\xe5\x69\xfc\x44\x01\xdd\xa9\x87\x54\xd6\x68\xe4\ \x1d\x78\x4f\x31\x78\x6b\x8d\x52\x80\x80\x13\x0c\xc8\x11\x40\x1d\ \xf9\x0f\x79\x30\xda\x5a\xeb\x94\x52\xce\x39\x04\x5e\xd6\x59\x5b\ \xae\xb5\x2c\xea\x2a\xb5\xb6\x75\x5e\x12\x8a\x28\x23\x98\x61\x87\ \x9c\x47\xc8\x1a\x9b\xaf\xf3\x74\xb9\x66\x84\xc5\x61\x6c\x8d\x45\ \x0e\x21\xe7\xcb\xac\x20\x98\xec\xee\xed\x6f\x6c\x4c\x3c\x42\x07\ \x97\xf6\x19\xa7\x4d\x53\x26\x71\xb8\xb3\xb3\x45\x90\x63\xe0\x22\ \x4e\xfa\x49\x62\x8d\x01\x84\xbc\x73\xdd\x44\x0c\x79\xef\x9d\xdb\ \x9c\x4c\x38\x67\x94\x31\x87\x3c\xc0\x47\x0d\x3e\xc5\x48\xb7\xb5\ \xaa\xca\x80\xe0\x61\x1c\x6e\x8e\x06\x04\x00\x21\x0f\x80\xac\xb5\ \x18\x83\xf7\x4e\x29\x55\xd7\x35\x21\xb8\x6d\xdb\xf9\x7c\xe6\xac\ \x51\x4a\x5a\x6b\x38\x67\x49\x92\x10\x42\xda\x56\x2a\x65\x30\xa6\ \x04\x53\xad\x4d\xab\x14\xa5\x8c\x32\xa6\x74\x4b\x28\xa6\x84\x00\ \x72\x01\x67\x71\x28\xe2\x30\xf4\x4f\xc4\x32\x01\x00\xa5\xe4\x6a\ \xbd\x6c\x95\x34\x56\x1b\xab\x93\x5e\x8c\x00\xb5\x4a\x96\x75\x55\ \xd6\x15\xe3\x5c\xd6\x12\x1c\x1a\xc4\x3d\x4e\x58\xdd\xb6\xd2\x68\ \xeb\x6d\x55\x16\x46\x29\x86\x41\x56\x65\xb9\x9c\xd7\xe9\xba\x5a\ \xaf\x64\x53\x34\x65\x8e\x9c\xa5\x04\x07\x8c\x62\xf0\x18\x3c\x42\ \x90\xe7\xc5\xe9\xf1\x09\x73\xd0\x0f\x92\x98\x05\xd4\x61\x86\x88\ \x6e\xb5\x08\x82\xe7\x6f\x7d\xf6\xe0\xd2\x55\x67\x5d\x12\xc7\x97\ \x0f\x2e\x15\x69\x86\x11\xda\xdf\xda\xb2\x6d\xd3\x96\x59\xc8\x70\ \x3f\x0e\x9d\x51\x6d\x53\x01\x78\x67\xcd\x70\x38\x10\x41\xd0\xc8\ \x36\x8c\xa3\x1b\xcf\x7e\x46\x1a\x83\x81\x60\x87\xbc\xf7\x80\x2c\ \xc5\xe0\x9d\xd1\x6d\xed\x6d\x7b\x79\x7f\xe7\xda\xe5\xbd\xfd\x9d\ \x2d\xab\x74\x20\x04\x06\xa4\x95\x6a\x9a\xda\x7a\x23\x8d\x29\xeb\ \xaa\x6a\xea\xb3\xf3\xa9\x03\x04\x84\xd6\x4a\x06\x51\xb2\xb5\xbb\ \x8f\x99\xf0\x98\x2e\xb3\x4c\x5b\x2b\xe2\x50\x79\x7b\x36\x9b\x03\ \xa3\x61\x12\x01\x45\x84\xe3\x8d\x8d\xa1\x73\x6a\x7b\x73\xb2\xbb\ \xbd\x15\x08\xfe\x63\x9f\xf0\xd3\x6a\xf1\x69\xfc\x44\x59\x71\x30\ \xec\x29\x2d\x8d\x31\x18\x63\xc6\xd8\xc7\x5b\xb5\xc8\x18\xe3\x9c\ \x41\x08\x23\x70\x18\x23\xe7\x1c\x20\xc0\x80\xbd\x77\xd6\x2a\xcc\ \x38\xa1\x60\x9d\x91\xd6\xca\xb6\xb1\xce\x13\x4a\xa4\xb2\xce\x01\ \x02\x4a\x30\x01\xac\x9d\x07\x2f\x2d\x77\x08\x8a\x76\xc2\x23\x8e\ \x18\x14\x6d\x2c\x04\xb6\xd6\xaa\xb2\x92\x4e\x2a\x65\xa8\x9b\x6c\ \x6f\xda\xb5\xee\xf7\x7b\x80\x1c\x72\x76\xd8\xef\x83\x87\x3c\x5b\ \x6b\x29\x31\xa1\x71\x18\x67\x79\x46\x08\x09\x82\x40\x6b\x2d\xa5\ \x9c\x4c\x26\xeb\xf5\x5a\x29\xb5\x58\x2e\x9c\xb5\x9d\x62\xe4\x9c\ \x43\x18\x03\x40\x91\xe7\x01\x17\xfd\x41\x7f\xb5\x5e\xb7\x52\x62\ \x8c\x01\x53\x4c\x00\x63\x1f\xc7\xbd\x34\xcd\x11\xc2\x8c\x71\xe7\ \x50\x5d\xd5\xda\x18\x4c\x48\xc7\x94\xb5\xd6\x06\x41\x40\x08\xc9\ \xf3\xdc\x5a\x83\x31\x74\xa9\xbf\xdb\xf8\x31\xc6\x38\xc7\x95\xd2\ \x5a\x67\x4d\xd3\x2c\x16\x4b\xeb\x5c\xdd\xd6\x4f\xea\xe5\xe2\x46\ \xc3\xd1\x67\x6e\x3c\x2b\xa5\x2c\x8b\x22\xe9\xf5\x8c\x31\x49\x14\ \x59\x6b\x8b\xa2\xa0\x18\x13\x80\x24\xe9\x2d\x57\x4b\x2b\x0d\xc6\ \x38\xe4\xc2\x6a\x83\xac\xaf\x65\xc3\x31\x41\x88\xb4\x45\xa3\x0b\ \x55\xd5\x35\xc6\x58\xd7\xca\x2a\x43\x29\x41\x04\x2c\x43\x2d\x32\ \x8d\x55\xb4\x01\x9b\xe6\xf5\x62\xbd\xbb\xb5\x2d\xeb\x72\x98\xc4\ \xde\x3b\x55\x94\xa7\xf7\x1f\x06\x91\x58\xa5\xf9\xe5\xcb\x57\xeb\ \xba\x62\x51\xb0\xbb\xb5\xed\xc1\x05\x91\xd8\xdf\xbf\xbe\x2e\x52\ \xa9\x65\xdd\x34\xf7\x3c\xd5\x75\x00\x00\x20\x00\x49\x44\x41\x54\ \xfb\x97\x2e\xad\x96\x4b\xef\x7d\x18\x45\x90\x65\x1e\x21\x21\xf8\ \xf6\xd6\x56\x1c\x27\x27\x27\x27\xc8\x3b\x6f\x0d\x42\x0e\x01\xea\ \x9e\xbf\xd6\xfa\xe8\xe8\xf8\xc6\x33\xd7\x96\xcb\x95\xd6\xa6\x95\ \xda\x23\xc2\x98\xc8\x8b\xf9\xb5\x1b\xcf\xa6\x79\xa1\x94\x41\x00\ \x04\xa8\x6c\xd4\x51\x71\x6c\x1d\x32\xc6\x58\x63\x8b\xa2\x18\x0e\ \xfa\x80\x91\xf3\x6e\xb9\x5a\x72\xc6\xf2\x3c\x9f\x2f\x96\xb7\x6f\ \x3e\xdf\x36\xcd\x62\x31\x9f\x6c\xef\x5c\x4c\xcf\x97\xab\xb5\x32\ \xb6\x69\xbf\x47\x09\xf9\xca\x57\xbf\x4a\x29\x7b\x9a\x16\x9f\xc6\ \x27\xa8\xb8\x10\x4c\x19\xe3\x5d\x7c\xd4\x80\x60\xfc\x31\x17\x1a\ \x19\xdb\x2d\xe8\x7c\x54\xe4\x10\x4a\xbd\xf7\xf0\x31\x17\x0b\x01\ \x54\xda\x54\xad\xc4\x80\x23\xca\x3c\x60\x8c\x19\x46\x06\x01\xe5\ \x44\x70\x1a\x44\x71\x6c\x6a\x89\xc0\x8d\x46\x63\xe7\x5c\x51\xe6\ \xce\x45\x51\x1c\x85\x71\xc4\x18\x5d\x2c\xe7\xad\x97\x2c\xa0\x65\ \x59\x16\x45\xd1\xb4\x8d\xd3\x3a\x10\x02\x21\x54\xb5\x8d\xd6\x5a\ \x08\x40\x5a\xd6\x6d\x43\x39\xeb\x1c\xb8\xb2\x3c\x1b\x6d\x8c\xf1\ \x43\xdc\xc8\xb6\x95\xd2\x3a\xd7\xfd\x32\x5d\x09\x86\x30\x6e\x8d\ \xe6\x82\x47\x71\xe4\xac\x25\x9c\x5b\x6e\x6c\x5e\xb4\xa6\x9d\x4c\ \x26\x18\x63\x6b\x3d\x20\x82\x3c\x56\x4a\x73\x16\x5c\xb9\x72\x95\ \x71\xd6\x34\x4d\x5d\xd7\x9d\xf4\x1c\x04\x01\x42\x48\x29\x05\x00\ \x9c\xf3\x34\x4d\x27\x93\x49\x10\x04\x45\x51\xb4\x6d\x2b\xa5\x0c\ \xc3\x90\x10\x52\xd7\x75\x51\x94\xeb\xe5\xfa\xc9\x7c\xa2\xbd\xf7\ \x51\x1c\x4f\x36\x26\x55\x55\x4f\x26\x9b\x5b\x9b\x9b\x8f\x1f\x1f\ \xb6\xb2\x1d\x0d\x07\x4a\x6a\x6b\x5c\x51\x94\xeb\x55\x96\xf4\x92\ \xba\x6d\x38\xe7\x8c\x62\x25\xa5\x10\x01\xe5\x01\x17\x21\x02\xaa\ \xa4\x55\x45\x55\x56\xc5\x70\x34\xa2\x40\x9d\x43\x51\x1c\x29\xab\ \x1d\x06\x24\x68\x30\x4c\x88\xa5\x3e\xcd\xfa\x5b\xe3\xc9\xb5\xfd\ \xfb\x0f\x1e\x98\x6a\x3d\x18\x0c\x42\x11\x44\x83\x7e\x91\x65\x67\ \xb3\x29\x1f\xc4\xde\x3a\xcc\x60\x5d\x66\x16\x20\xaf\xab\x1d\x40\ \x95\x96\xc6\xe8\x4a\x49\xcc\x69\x5e\x16\x41\x14\x85\x18\x03\x86\ \xc3\xe3\xa3\x83\x4b\x97\xa3\x38\xae\xeb\xfa\xe2\xe2\x42\x4a\x89\ \x00\x01\xf6\x80\x11\x72\x9e\x60\x6c\xb4\x6d\xda\x76\x30\xda\x20\ \x84\x38\x64\x06\xc3\xa4\x6c\x34\xa1\x64\x7b\x77\x67\x34\x1a\x5b\ \xef\x18\xa5\x08\x63\xd9\xb6\x52\xca\xd1\xc6\xf8\xc6\xb3\x37\xff\ \xf8\xfb\xaf\xe5\xd9\x5a\x6b\x83\x31\x1e\x8d\x86\x59\x9e\x6a\xa5\ \x30\x46\xde\xb8\x3c\xcf\x1f\x3e\x7e\x7c\xf3\xe6\xf3\x65\xdd\x9c\ \x4d\xa7\x4d\xd3\x06\x81\x58\xe6\x79\xd5\xca\x22\x2f\x1a\xa5\x6e\ \x7f\xee\xf3\x51\x1c\xfb\x3f\x19\x5f\xf4\x34\x2d\x3e\x8d\x9f\x28\ \x94\x6a\x95\x6a\x19\xa3\xde\x53\x63\x0c\xc6\x88\x31\x42\x29\x8b\ \xa2\x50\x6b\xed\x9c\x15\x41\x88\x9c\x6b\x9a\xc6\x59\x87\xc0\x13\ \x0c\x94\x50\x42\xb0\xb3\xc6\x39\xeb\x31\x03\xc1\x29\x26\x98\x32\ \xac\x2d\x21\x8c\x62\xcd\x29\x77\xca\xc8\x56\x36\x5a\xa6\xaa\x58\ \xda\x5a\xd6\x2b\x82\x31\x12\x00\xc2\x2b\x24\x1d\x16\x82\xe0\xb3\ \x6a\x45\xc1\x35\x87\x15\x05\xa2\xe4\x81\xd5\x7a\x39\x5f\x50\x42\ \x80\x60\x65\x0d\xe6\x04\x51\x2c\x95\xd2\x5a\xeb\xce\xbe\x99\x90\ \xd1\x68\xe4\x9c\x43\x00\x55\x55\xb5\x52\x22\x84\x08\xc6\x88\x90\ \x4e\x21\x71\xdd\x09\x2e\x42\xab\x2c\xc5\x00\x22\x88\xb6\xb7\x77\ \x92\xa4\xff\xf8\xf1\xe3\xed\xed\xed\xe5\x72\x89\x3c\x62\x8c\x11\ \x42\xda\xb6\x35\xc6\x10\x42\xc3\x30\x14\x42\x74\xa4\xe8\xae\x1a\ \xed\x3e\xe8\xf5\x7a\x57\xae\x5c\x09\x82\xa0\x73\x1a\x49\x92\xa4\ \xdf\xef\x9f\x9f\x9f\x77\xbe\x2e\x9c\x73\xe7\x9c\xb5\x16\x3d\xa9\ \xc7\x15\xf2\x68\x3e\x9b\x07\x41\x10\x24\x49\xba\x4e\x83\x20\xe0\ \x9c\xc7\x71\x3c\x1e\x8f\x97\xcb\xa5\x56\x6a\x67\x67\x5b\x04\xc1\ \x6a\xb5\x92\xb2\x35\x0e\x18\x26\xe0\x51\x10\x84\xde\xa1\xba\x6d\ \x7b\xf1\xc0\x50\x82\xb8\xf0\x8c\x39\x64\x31\x26\xde\x03\x61\x24\ \x08\x03\xeb\xad\x56\x8a\x39\x54\xae\xd7\x16\x5c\x9a\xae\x2d\x72\ \x16\x7b\xeb\x6d\x51\xe5\xfb\x5b\x5b\x8f\xce\xce\xe6\x17\xe7\x8a\ \xfa\xba\xac\x3f\x7b\xf3\xe6\x68\x34\x58\x67\x2b\x42\x48\x23\xdb\ \xbc\x2c\x3c\x01\x8d\x6c\x5e\x96\x65\x53\x7b\x82\xb9\x6c\xa5\xd6\ \xc3\xd1\x70\x3c\x1e\x7b\xe4\x9b\xa6\x21\x84\x6a\x63\x28\xc7\x84\ \x02\x20\xf0\xc8\x12\x20\xc6\x18\xce\x83\xb2\xaa\xbd\xf7\xfd\x64\ \xd0\x4b\x7a\x7b\x94\x3d\x78\xf0\xe0\xf6\x67\x6f\x8f\xc7\x1b\x59\ \x9e\x6f\x6c\x4c\xb8\xe0\x52\xaa\xb2\x2c\x77\xf6\x76\xaf\x5d\xbb\ \xfa\xe6\x5b\x3f\x0c\x82\xa0\xaa\x0b\x29\x93\xb6\xad\x11\x72\x84\ \x10\x65\xd5\xed\xdb\xb7\xb6\x77\x76\x29\xe5\x61\x18\x5b\x8f\xae\ \x3d\x73\xe3\xf0\xd1\xe1\x3a\x5d\x2b\xe3\xf7\x76\x76\xa2\x5e\x5f\ \x5a\xef\x7f\x1c\x8a\xf5\x5f\xfd\xb4\x08\xc8\x9b\xb6\x69\x8c\x43\ \x08\x70\x10\x70\x23\x5b\xe3\x10\x26\x2c\x08\x85\x93\xad\xa3\x5c\ \xfc\x6b\xcb\xe0\xfe\xff\xff\x3f\x07\xb8\xe0\x94\x92\x8e\x1f\x43\ \x08\xee\x28\x32\x1d\x06\x15\x03\x78\xf0\x22\x08\xac\x36\xce\xb9\ \x8e\xe7\xca\x83\x50\x70\xd1\x0d\xf8\x08\xc5\x0e\x21\x04\xd8\x23\ \x64\xb4\x52\x6d\xeb\xb5\x26\x08\x11\x00\x6f\x6d\x5b\x35\xe7\xcb\ \x45\x6e\xaa\x96\x58\x25\x73\xa5\x94\x10\x41\x9f\x39\xaf\x51\x8d\ \x74\x92\xc4\x95\x57\xa1\xf7\xa8\x45\xd2\xda\xf7\xde\x7a\xab\xdf\ \xeb\x75\x08\x1f\xa5\xa4\xd2\xa6\xa9\x5a\x6b\x6d\x2f\x48\x5a\x29\ \xbd\xf7\xda\x98\x40\x88\xbc\x28\xbc\x77\xbd\x5e\x6f\x36\x9f\x6b\ \xad\x29\xe7\xda\xd8\x1f\x75\xb2\x9d\x9e\xde\xca\x56\xaf\x34\x65\ \x6c\x44\xa8\x50\x0a\x13\xd2\xb6\x72\xb5\x5a\x9d\x9e\x9c\x5a\x6b\ \x27\x93\x09\x63\xec\xf8\xf8\xc4\x39\x77\x7a\x7a\x52\x94\x45\x67\ \xb9\xa9\xb5\xae\xaa\xaa\x93\x38\x19\x63\x42\x88\xf1\x78\xdc\x2d\ \x06\x61\x8c\x93\x24\xc9\xf3\x8f\x78\x39\xab\xd5\xaa\x63\x5b\xe0\ \x27\xbd\x72\x01\x04\x5a\xa9\x4e\x3b\x76\xd6\x02\x80\x92\x92\x10\ \x62\xb4\x4e\xe2\xf8\xca\xe5\xcb\x67\x67\x67\xc3\xd1\xa8\x28\x8a\ \x7e\x12\xcd\xaa\xd2\x61\xd8\xde\xde\x01\xef\xa3\x30\xaa\xaa\x92\ \x72\xee\x38\x2e\x95\x41\x31\xcf\x6c\x5b\x14\x69\x2d\x1b\x84\x5c\ \xc8\x84\x56\x52\x95\xd5\xf1\xa3\xc7\x31\xe6\x8b\xc5\x8c\x84\x7c\ \x9a\xce\x2d\x01\x88\xa8\x41\xb6\x5e\x67\x1b\xbd\xfe\x6a\xb5\x90\ \x6d\x93\xe6\xe9\x7a\xbe\xf4\xaa\x15\x08\xf2\x34\x8d\xc2\xe8\xe2\ \xe2\xa2\x95\xd2\x51\x28\xeb\x6a\x99\xa7\x16\xf9\xf9\x7a\xd5\x48\ \xe5\x90\xb3\xce\xa5\x79\x36\x1a\x8f\xef\x7f\xf8\x60\xb6\x58\x30\ \x4e\x11\x72\x94\x78\x67\xbd\x47\x88\x30\x62\x9c\x5d\xa5\xe9\x72\ \xb5\x6e\x9a\x96\x5e\xe1\xe1\xa0\xff\xfc\x67\x6f\x3d\x7c\xf4\x70\ \xb1\x5a\x56\x4d\x33\x9b\xcf\x5e\x7c\xe9\xa5\xe1\x68\x78\x76\x7a\ \x76\x72\x72\x22\xa5\xfc\xc6\x37\xbe\x31\x9f\xcd\x26\x93\x91\x96\ \x72\xbd\x5e\x35\x4d\xd3\x1f\xf6\x84\x60\xad\x6a\x6e\xdf\xbe\x75\ \xe5\xea\xf5\x37\xdf\x7e\xf7\xe8\xec\x6c\xff\xd2\xe5\xad\xad\xad\ \xf3\x8b\x19\xab\xab\xb3\xe9\x74\x9d\xa6\xbb\x3b\x3b\x93\xad\xed\ \x4f\xbd\x69\x81\xb7\x1a\x25\xbb\x3f\xff\x37\x7e\xe1\x33\x1b\x44\ \x37\xb3\xdf\xff\xe6\x0f\xae\x7e\xe9\x2f\x3d\xb7\x45\x97\xc7\xef\ \xfe\xde\xef\x7c\x77\xe3\xcf\xfd\x9b\xc3\xe9\x1b\xaf\x1f\x67\x7f\ \xa6\x3b\x2a\xef\x94\xf6\x88\x11\x01\xc8\x23\x84\xbc\xd7\xda\x68\ \x84\x39\x27\xd4\xda\xd6\x74\x3b\x13\x40\x18\x15\xf8\x4f\xfa\x9d\ \xac\x21\x44\x60\xf8\x28\x6b\x6b\x23\x1d\x42\x80\x39\x27\xcc\x3b\ \xa9\xad\x01\xcc\x19\xa1\xff\x42\x96\x70\xca\x38\x4f\x29\x07\x04\ \xde\x2b\xe3\x3c\x25\x1c\x7e\xf4\x52\x7f\xd2\x0f\xfa\x14\xbc\x65\ \xa1\xce\xfe\x5c\x6b\xdd\x9d\x7c\x74\x13\x46\x6b\xad\x52\x8a\x10\ \x92\xf4\x12\xc2\xa8\xd5\x26\x8e\xe3\xaa\x2c\xad\x31\xdd\x97\x79\ \xe7\x00\x63\xce\x18\x70\xce\x08\xe1\x98\x08\x20\x9e\x05\x6b\xed\ \x2a\xed\xb0\x71\x0c\xc8\x64\x3c\x62\x8c\x2a\x0b\x84\x90\x30\x0c\ \x1b\x04\x4a\xa9\x7a\xb5\xee\xf7\xfb\xae\xa9\x1d\x81\xbd\x8d\x71\ \x3e\x9f\x0f\x93\x84\x60\xd2\x14\x55\x61\x8c\x36\xba\x2a\x73\xa0\ \x14\x31\x5a\xb7\x32\xcf\x73\xdb\xb3\x8c\xd2\xd6\x68\xa3\x35\x10\ \x1c\x30\x6a\x8c\x75\x1f\x3b\xcc\x20\x40\x94\x12\x63\x7c\x67\x3b\ \xc5\x19\x37\xd6\x16\x65\x09\x04\x17\x45\x91\x97\x55\xb0\xcc\xb4\ \xb2\x98\xc0\xf9\xf9\x74\xb9\x5a\x24\x49\xb2\x5a\x2d\xad\xb5\xd6\ \x6a\x8c\x49\xf7\x5d\x08\xa1\x6e\x7a\x88\x10\x6a\x9a\x66\xb5\x5a\ \x11\x42\xb4\xd6\x67\x67\x67\x8c\xb1\xb2\x2c\xdb\xb6\x1d\x8f\xc7\ \x5d\xbb\xd7\xdd\xff\x48\x29\x39\xe7\xf6\x89\xb6\x73\x10\x42\xce\ \xbb\x7e\xbf\x3f\x99\x8c\xf3\xbc\xe0\x9c\xf5\xfb\xfd\xd1\x68\x18\ \x45\xa1\xb5\x76\x36\x9b\x35\x0d\xde\xde\xde\xda\xda\x9a\xe4\x45\ \xcc\x08\x8b\x03\x51\x55\xd5\xa0\x17\x63\x4c\xa2\x28\x42\xe0\x37\ \x36\x37\xf8\xa0\x87\x46\x91\xb3\x2e\x04\xbc\xb9\x39\x9c\x9d\xd0\ \xc7\xf7\x73\xe6\x1c\x55\x76\xd4\xeb\xef\x0e\x46\x8b\x3c\xf7\x11\ \x8d\x27\xa3\xa6\x4c\x97\xe9\xba\x9e\x1e\xef\xef\xec\x12\x8a\x1e\ \x9e\x1f\x0f\xf7\x36\x53\x5d\x33\xef\x9f\x7f\xe6\x7a\x3a\x5b\xdc\ \x7b\xe7\x1d\x4e\x59\xce\xe8\x7a\x31\xb7\xde\xa5\x79\xfd\xf0\xf0\ \xd1\x34\x39\x1d\xf6\xfb\xd6\x98\xa2\xaa\x07\x83\x81\x54\xa5\x32\ \x56\x2a\x65\xbd\x37\xd6\x30\x4c\x05\xa3\xd6\x42\x6b\x54\xb7\x49\ \x8f\x08\x76\xc8\x9f\x4e\xcf\x56\xab\xf5\xf4\xe2\xbc\x37\x1a\xb9\ \xef\xfc\xa1\xd6\xba\x6c\xcb\xd5\x72\xc9\x05\x9d\x2f\x2e\xa6\xe7\ \xa7\x9c\xb3\x28\x12\x79\xb6\x5e\xae\x33\xe7\x6c\x96\xe5\x21\xa7\ \xcb\x65\x26\x02\x76\x7c\x7c\x24\xa5\x8c\xa2\xf0\xe8\xf8\x50\x5b\ \x97\x66\x59\x91\xe5\x4a\xeb\xe9\x74\xda\x2d\x63\x76\xb3\x8e\xad\ \xad\xad\x20\x0c\x3e\xf5\x16\x57\xde\x59\xdc\xdf\xff\xec\xd5\xe0\ \x0f\x7f\xe3\x7f\x79\xb8\x52\x66\xfc\xc2\x2f\x3c\x13\x7f\xeb\x1f\ \xff\x46\xef\xa7\x7e\xe9\x6f\xfc\x7c\xfd\xe1\xc6\xab\x7b\xf6\x83\ \x3f\x3e\x4c\xe9\x9f\x3a\xaf\x78\x6f\x48\x70\x69\x3f\xa6\xb3\xf5\ \x91\x46\x18\x39\x0b\x7c\xe7\xe6\x95\xe7\x75\xf6\xee\xa3\xd5\x6a\ \x6b\xfb\x8b\x3b\xf1\xd0\x7b\x25\xdb\xd5\x74\x71\xa7\xb2\xf8\xff\ \xb3\x6f\xeb\x1c\x4e\x0e\x26\x7b\x45\xf6\xb0\xd4\x0e\x90\x05\xba\ \x71\x6d\xef\x56\x5f\x70\x55\xdd\xfb\xf0\xe2\x31\x09\xae\x7e\x66\ \xe7\x99\x72\xfd\xe6\x49\x96\x91\x8e\xe9\xe6\x35\x09\x2f\xed\x46\ \x74\xb6\x3a\xb4\x80\xa8\x38\xd8\x89\xe0\x62\x75\xea\x31\x46\x38\ \xd9\x1b\xef\x94\xd9\xc3\xda\x01\x7c\x3a\x33\x63\x55\x15\x59\xbe\ \x0e\x82\xa0\xac\x72\xdc\xe0\x7e\xbf\x8f\x09\xb2\xce\x59\x67\x3c\ \xb2\x8d\xac\x89\x21\x1f\xcd\xef\xc0\x79\x6f\x8d\xb1\x8d\x35\xdd\ \xa2\x9f\x6c\x1b\xd0\x92\x00\xf1\x08\x1b\x8f\x88\x47\xd4\x68\x90\ \x2d\xe6\x2c\x60\x04\x7b\x3b\x12\xe1\x00\x21\x82\x49\x14\x45\xad\ \x68\xa5\x94\xc6\x18\x0e\x9c\x62\x1a\xa1\x00\x18\x14\x23\x4b\x29\ \xc6\x08\x87\x08\xea\xaa\x96\xad\x44\x41\x48\x99\x70\x00\x22\x08\ \x62\xe7\x7a\x49\xd2\x99\x59\x7b\xe7\x00\xa1\x40\x08\x89\xd0\xc7\ \x0d\xec\x47\x7c\x07\x0c\xe0\x00\xbc\xf3\xda\x19\x8c\x08\x50\x42\ \x19\x0d\xe3\x88\x72\xc6\x18\xd6\x5a\x01\x42\x22\x10\x5c\x90\xe1\ \xb8\xdf\xef\xf5\x9b\xa6\x51\x92\x10\xca\x30\xc6\x41\x18\x74\x8e\ \xf2\x6d\xdb\x76\xd5\x62\x9e\xe7\xdd\xcb\x4a\x29\x7f\x84\x62\xec\ \xf2\x60\x14\x45\x4d\xd3\x70\xce\x8d\x31\x55\x55\xfd\x58\x8e\xcb\ \x9f\x5c\xa3\xe3\xaa\xcc\xce\x4e\x8f\x00\xb0\xb3\xaa\x2a\xd3\xd1\ \x68\xcc\x28\x30\x46\x05\x27\x5a\x1b\xef\x94\x36\x0d\xa5\x5e\x50\ \xd8\xd9\xda\x38\x3a\x2c\x9b\x32\x73\xce\x5b\xab\x1c\xb2\x79\x55\ \x60\xdb\x18\x6c\x39\x02\xa3\x4c\x42\x45\xbb\x5e\x99\xbc\xc0\x84\ \x86\x0e\x84\x46\x81\xc5\x13\x1e\xf1\xfe\xb8\xdf\x1b\x5e\x1d\x4f\ \x2e\xa2\x79\x96\xe7\x41\xa9\x06\x71\x2f\x42\x74\x28\x62\x3b\x1c\ \x3b\x0a\x3d\x2e\xa2\xc1\x48\x96\xd5\xe2\xe4\x34\x8c\x12\x34\x1e\ \xf5\x36\x37\x80\xb1\x24\x49\xb6\xf7\xb6\x31\xf2\x51\x18\xad\x56\ \x69\x5e\x16\x97\x0f\x2e\x07\x41\x34\xbd\x38\xd7\x5a\x79\xef\x09\ \xa1\x80\x00\x10\x06\x64\xbd\xf7\xd6\x7a\xb0\xd6\x7a\x1b\xf7\xa2\ \xa2\x29\x45\x1c\x6c\x6c\x8e\xa5\x92\x4a\xeb\xd1\x70\x64\xac\xc2\ \x04\x9e\xbb\xf9\xac\x31\x7a\x71\x31\x1f\x0f\xfa\xc9\x60\xb0\xb5\ \x23\x09\x21\x0c\x63\xa3\xf4\x6a\x39\x0f\xc3\xf0\xe1\xa3\x87\xd6\ \x59\x86\x79\x9e\x65\x8c\x87\x94\x80\xd2\xed\x7a\x39\xdf\xde\xda\ \xda\xdb\xdb\xa9\xcb\x22\x08\x05\xc1\x58\xb6\xf5\x72\x39\xff\xb1\ \x50\xf4\x4f\xc1\x6c\xd1\x1b\xe9\xe2\xcb\x5f\xf9\xfa\x5f\xbb\xf1\ \xf0\x07\xbf\x77\x57\x55\xc5\xea\x62\x7a\x5a\xad\x9a\x5b\x09\x37\ \xb2\xd5\xd6\xfd\x99\x5e\x4b\xbb\xde\xcf\xfc\xf9\xff\xee\xcf\xb3\ \x7f\xfe\x0f\x7e\xef\xbf\x49\x21\x72\x30\xfe\xf2\xab\x7f\xfb\x46\ \x8c\x18\xfd\x0b\xdf\xfd\xa3\xbf\x5f\x87\x3b\x3b\xa3\x2d\x3e\xf8\ \xd2\x0b\xfd\xd9\xff\xf4\x4f\xff\xcb\xdc\x07\xff\xef\xb4\xe8\xb4\ \x36\x57\x5f\xf8\x3b\xbf\xf2\xea\x8d\x5f\xff\xed\xff\xf4\xdd\x14\ \x73\xd4\xe0\xe1\xcf\xfe\xdc\x4b\x5f\x7e\x78\xfa\x56\xed\x8f\x1c\ \x6c\x7d\xe5\x0b\x7f\xfb\x80\xb6\xf8\x33\x7f\xee\x3b\xdf\xfb\x6f\ \x3f\x2c\x1d\xc3\x48\x6b\x7b\xf3\xd5\xbf\xfb\x1f\xdc\xde\xfb\x9f\ \xff\xd1\x2f\xbf\x9f\xcb\xc1\xe5\x5f\xfe\x95\x2f\x3e\xff\xbf\xfd\ \xf6\x7f\xfc\x7e\x56\x4e\xae\xfd\xcd\xff\xe4\xcb\x5f\xf9\xcd\xdf\ \xf9\xf7\xdf\xcc\xb1\x20\x9f\xca\x92\x91\x32\xda\x5d\xb9\x75\x56\ \xd1\x9d\xfc\xda\x7d\xd0\x01\x69\x08\xa5\x8c\xd2\xae\x50\xd2\x5a\ \x6b\xa3\x05\xe5\x61\x18\x22\x84\xaa\xaa\x4a\x84\x08\x45\x20\x08\ \x08\xa0\x21\x61\xfb\x57\x06\xd6\xda\xc6\x28\xcc\x19\xa2\xb8\x17\ \x84\x49\x98\x10\x8c\x85\x10\x2e\x71\xc8\x23\x4c\x30\x42\xa8\xdb\ \xb5\x56\x46\x4d\xfa\x11\x62\x18\x23\x40\xc6\x13\x20\x98\x33\x69\ \xec\x22\xcf\x67\x45\x0a\x08\x05\x41\xa0\xad\xb1\xc6\x38\xef\x8d\ \xb5\x80\xf1\x6a\xbd\xb6\xd6\x6a\xa3\x01\x43\x37\x4c\xf4\xce\x59\ \xe7\x8c\x31\xce\x3b\xf0\x24\x88\x42\x0f\x48\x1b\xe3\x11\xaa\xdb\ \xba\x95\x8d\xb3\xde\x39\xdf\x34\x85\xd6\xf2\x7c\x7a\xba\x5a\xce\ \xba\xec\xee\x9c\x27\x84\x01\xa1\xde\x21\x8c\x41\x4a\xd9\x34\x0d\ \x00\x54\x55\x85\x3e\xc6\x2e\x10\x42\xba\x72\xb2\x3b\x7f\x06\x80\ \x6e\x7f\x1b\x10\x32\xc6\xf8\xce\xee\xe6\xc9\x46\xba\xba\x6d\xdb\ \x6a\x38\x1c\x1a\x2b\x97\xab\x19\x65\x58\x9b\x46\x6b\x6d\xb4\xf1\ \x08\x35\x4d\x5e\xb7\x19\x20\x0f\x0e\x81\x07\xf0\xb6\xc8\x4a\xe3\ \xac\xc7\x9e\x09\xb1\x5c\xcd\x93\x80\x46\x04\xfa\x41\x88\xb4\x1f\ \x04\x6c\xff\x99\x67\x3f\x7f\xe5\x46\x9e\x97\x88\x60\xc2\xf9\xd6\ \xe6\x66\x58\x9b\xd1\x56\xe4\x01\x69\xad\xf1\xc1\x2e\xe7\x3c\x4d\ \xd7\x93\xcd\x4d\x6b\xac\x92\xf2\xe6\x33\x93\x2a\x22\x14\x63\xdb\ \x6a\x27\x8d\xd6\x9a\x85\xe1\xc5\x7a\xbd\x56\xb5\x55\x7a\xd8\xef\ \x33\xc6\x9a\xa6\x32\x55\x89\x29\x09\xa2\xa0\x51\x6d\x56\x14\x5a\ \x6b\xd7\x1d\xff\x58\xab\x2d\x78\x87\x8c\x71\xc6\x59\xe4\x3d\xe5\ \x14\x53\x9c\x57\x05\x61\xa0\x4c\x7b\x31\x9f\x5a\xef\xb4\xd6\x55\ \x95\xe7\x79\xde\xd4\xf5\x0f\xdf\xfc\x81\x10\x22\x5f\x67\x51\x18\ \x98\x13\xe4\x10\x65\x8c\x73\x42\x74\xdb\x76\xcc\x8e\xba\xae\x09\ \x25\xc6\x6a\x8f\x3c\x42\x4e\xab\x56\xb6\x75\xc8\x19\x06\xef\xac\ \xa9\xeb\x12\xbc\x71\x1a\x8a\x3c\x73\x5a\x76\x50\xf9\x4f\x77\x5a\ \x04\x4c\x4d\xfa\xf8\xfb\xff\xf7\xef\x3c\xbe\x58\x35\xe1\x67\xa2\ \xfd\x57\xff\xc3\xff\xe2\xd6\x06\x3d\xff\x7b\xff\xf5\xf7\xf7\xff\ \xed\x2f\xfe\x99\x12\xac\xb6\xfe\xca\x8d\x5f\xdc\x41\x0f\x1f\x66\ \x4b\xcf\x2f\x7f\xed\x0b\xbf\xb2\x3c\x7f\xff\x7a\x52\xfc\xee\x37\ \xff\xab\xe4\x95\xbf\xf7\xd3\x37\x6e\xff\xda\x6b\xff\xfb\x9d\x7b\ \xbd\x9f\xf9\x99\x4b\xf2\xf0\xd7\xcf\x34\x65\x04\x9c\xad\xa5\x31\ \x98\x06\x82\x70\x67\x65\x3c\xf9\xda\xcb\x5b\xe1\x07\xd3\x87\xca\ \xb1\x17\x5e\xfc\x3b\x07\xe5\x6f\x7c\xa7\x65\x4d\xf6\xf6\x1f\xbf\ \xfd\x3f\x5c\x34\x6a\x72\xf5\x3f\xbb\x2e\x1e\xfe\xda\xff\xf9\xab\ \x9f\xf9\xe2\xaf\xbe\x74\xf5\xf6\x07\x6f\xbd\xe1\x01\xa1\xf8\xd6\ \xcd\x21\xba\x77\xb1\xba\x75\xed\x73\x77\x5e\xff\x03\xc6\x9d\xc6\ \x83\xe7\xaf\x7e\xfe\xce\x9b\xef\xbc\xf4\xcc\xe7\x94\x2e\x89\x08\ \x11\x6a\x3f\xa5\xd3\x45\xe7\x1c\x60\xb0\xd6\x18\xa3\x31\xc6\xc6\ \xe8\x8f\xba\x6b\xe4\xbd\xf7\x08\x10\x21\x04\x03\x00\x20\xce\x98\ \x33\x06\x00\x45\x71\xd4\x4f\x7a\x94\x31\x67\xec\x80\xd1\x10\x88\ \x20\x34\x24\x3c\xc0\xd4\x59\x03\x8c\xc8\x56\x53\x4e\x3c\xc6\x4d\ \x5b\x7b\x07\x94\x90\xd6\x2a\x42\x08\x60\x6c\xa4\x51\x4a\x85\x61\ \x80\x3c\x02\x0c\xa0\xbd\xd5\x96\x13\x46\x3c\x20\x40\x82\x07\xd2\ \x6a\xe4\xbc\x51\xda\x22\xe7\xbc\xaf\x5b\xd9\x65\xea\x2e\x49\x89\ \x40\x00\x02\x0f\x80\x09\xc1\xdd\x0d\x30\x20\x82\xb1\x27\xc4\x78\ \x0c\x04\x33\xce\x11\x20\xa5\x34\x60\x2c\x95\x42\xce\x52\x4a\xac\ \xf5\x46\x1a\x4c\x80\x50\x2f\x55\xa3\x94\xea\x06\x88\x0e\x61\xa7\ \x3a\x2e\x37\xea\x1a\xea\xce\x83\x14\x00\x94\x52\x18\xe3\xae\x60\ \xb4\x1d\x97\xc6\x98\xce\xf2\xe5\xa3\x9d\x4d\x84\xac\x7b\x72\xc9\ \x85\x51\x12\x86\x84\x52\xdf\xb6\xd2\xda\xd6\x98\x46\x29\x4b\x29\ \x2d\xf2\xa2\x69\x9a\xfe\xa0\x6f\x2c\x4a\xc2\x98\x13\xea\x8d\x73\ \x49\xe0\x9d\x89\x92\x61\x10\x25\xbd\xf1\xa8\x91\x72\x82\xd0\xa6\ \x31\x9b\xc9\x98\x7a\x8c\x1d\x30\xc2\x0d\x46\xbd\x3e\xd5\x80\x2d\ \xc3\x79\x96\x61\x4f\xd6\x75\x8b\x8c\x15\x84\x52\x20\x2d\x42\x21\ \xc1\xe5\xc5\x5c\x23\x8f\x05\x6b\x8d\x31\x0a\x39\x87\x38\x50\xe6\ \x21\x61\xa1\x07\x2a\x10\xaa\xd7\x59\xa9\x5b\x21\x82\xbc\x28\x5b\ \xd5\xb4\x75\x0d\x40\x31\x20\x02\x84\x53\xde\x3d\x1c\xc6\x18\xc6\ \x14\x59\x04\x80\x08\x66\x0e\x10\x60\x2c\x02\x41\x19\xad\xea\x82\ \x32\x22\x4d\x9b\x2f\x72\xc2\x99\x77\xae\xb0\x8e\x10\x1c\xc6\x62\ \x7a\x7e\xa2\x5a\x45\x31\x0e\xc3\xc0\x58\x84\x79\x42\x10\x09\x38\ \x33\x4a\x3a\x6b\xab\xaa\x54\x5a\x11\x0c\x80\x21\xcb\xb2\xaa\xae\ \xc1\x83\x35\x2a\xcf\xd6\x6d\x53\x71\xc6\xf2\x34\xd7\xd2\x38\x87\ \x84\x90\xc8\xff\xf8\xc7\xfe\x69\x50\xa2\x31\xa5\xae\x39\x3f\x7e\ \x74\xb4\x34\xc9\x73\xa1\x39\xfb\xe3\x7f\xf0\x3f\xfe\xd6\xcf\xfe\ \x47\x7f\xeb\xa5\xe7\x2f\xa5\x84\xd2\x3f\xf5\xa9\x80\x77\x86\xf7\ \x5e\xb8\xbd\x41\x5e\x7b\xf7\xb7\x5e\xba\x72\xdb\xeb\xf3\x37\xde\ \xfd\xf5\xde\xe8\x8b\x4c\xad\xa5\x55\xa8\x5c\xb3\xbd\x11\x01\x3c\ \xde\xfb\xda\xad\x5e\xf3\x7f\xbd\x75\x17\x63\xe6\xac\xdc\xbc\xf6\ \xef\x7d\xe5\xca\xf3\xcb\xa3\xdf\xfc\xf6\xa3\xd7\x2d\x99\xbc\x70\ \xed\xe5\x87\xf7\x7e\x6d\x74\xf9\xaf\x62\xa4\x1e\x3f\xfe\xc7\x0b\ \x73\xe6\x82\x8d\x39\xfa\xfa\x2f\xfe\xdc\x7f\xff\xe1\x3b\xbf\x7a\ \x37\x48\x74\x7b\x21\x9d\x29\xcb\x94\xf7\x77\x99\xb7\xc6\xc2\xf6\ \xd6\x4f\xc5\xf5\x6b\xbf\xf7\xe1\xfa\xaf\xbc\xf2\x95\x8d\x77\xbf\ \x15\x70\x74\xf7\xfe\x37\xe9\xe0\x73\xcf\x3f\xb3\x35\x31\x1f\xbe\ \x3d\xe5\x61\x10\x23\xd7\x20\xf2\xe9\xcb\x89\xde\x7b\xa3\x5a\xef\ \x3f\x42\xb1\x7e\x4c\x01\x30\x18\x63\xef\x11\xc6\xe0\x9c\x51\xda\ \x6b\x04\xdd\x2a\x8f\xb6\x86\x73\x86\x3c\x6a\xea\x0a\x63\xcc\x30\ \x8e\x79\x9f\x19\x0d\x4a\x7b\xee\x0a\x6d\x29\xe3\x7b\xbb\x97\x1a\ \xef\x14\xb8\xa4\x97\x88\x20\x08\x45\x2c\x02\x4e\x19\xc5\x80\xac\ \xb1\x47\x0f\x1f\x89\x5e\x34\xd9\xdb\x6f\x94\xca\xcb\x62\x10\xf1\ \x2a\x4f\x1b\xa9\xfa\x51\x2f\x0a\xc2\xe1\x78\x43\x28\xdd\x58\x8b\ \x16\xde\x1a\x85\x08\x31\xc6\x68\xa5\x00\xe3\xce\x64\x0a\x03\xb6\ \xd6\x1a\xad\x8d\xd1\x42\x04\xc8\x43\xc7\x2e\x05\x42\x08\xf2\xdd\ \x97\x01\x02\xef\x3d\xed\xb2\x39\x01\xe7\x1c\x21\x40\x29\xf7\xbe\ \xf3\x96\xc2\x41\x20\x3a\xde\x8c\xd6\x2d\x00\xef\x06\x55\x5d\x5a\ \x14\x42\x18\x63\x9a\xa6\xe9\x3c\xb0\xba\x07\xd2\x2d\x36\x2a\xa5\ \x3a\x71\xa6\xab\x1f\x19\xe3\xde\x3d\xa1\x52\x08\x00\xad\x6a\x1b\ \xd5\x72\x21\x3c\x72\x8c\x74\x25\x91\xd6\x46\x03\xf1\x8c\x63\x40\ \x0e\x7b\x5f\x57\x85\xc6\xcc\xb6\x3a\xcf\x0a\xed\xdc\x80\x8f\xeb\ \xb6\xa6\x35\xd3\xd6\x4e\x82\xf8\x26\xe3\xe5\x7c\x65\x10\x89\x06\ \xe3\xd9\x72\xd1\x9f\x6c\x6a\xeb\x2e\xd2\xe5\x60\x7b\x6b\xb0\xb9\ \x05\x3d\xe1\x38\x1d\x86\x11\x47\x20\x10\x3e\xbc\xf7\x81\xd2\x6a\ \x78\xb0\x47\x7b\xd1\xd1\xc5\x39\x43\x94\x29\xbb\x3a\x5f\x0c\xe2\ \xa4\x9f\xf4\x44\x14\x22\xc6\x7a\x76\x04\xf3\x59\x9e\x16\xd1\xa8\ \x5f\x54\x59\x6b\xa5\xb3\x0e\x59\x1d\x06\x41\x98\x44\xaa\x55\xc6\ \x18\x69\x0c\x67\xdd\x72\xbb\xc6\x18\x63\x0c\xd4\x13\x42\x08\x06\ \xec\x9c\x63\x82\x19\xa3\x08\xa3\x51\x14\x5a\xef\x31\x25\x5a\x19\ \x02\x10\x0a\x41\x01\x23\xe7\xc3\x20\x68\x9b\x16\x10\xb1\x46\x23\ \x70\xce\x61\x63\xb4\x77\x3e\x0c\xc3\x20\x14\xb3\xc5\x4c\x1a\xdd\ \xef\xf5\x86\xc3\x91\x92\x0a\x79\x4f\x30\xc9\xf2\x4c\x49\x29\xdb\ \x46\x3b\xc4\x00\x51\x8c\xab\xb2\xf2\xce\x7d\xba\x9d\xff\x00\x30\ \x92\xe9\x83\x07\x87\x12\x31\xce\xb0\x6f\x56\x8f\x8e\x22\xaf\xe6\ \xff\xec\xb7\xbe\xf5\x97\x5f\xbc\x2e\x8f\xef\x1e\xaf\x5b\xfc\xa7\ \x9b\xcb\x19\xe7\x9f\xbd\xfa\x6f\x5d\x1d\x96\xeb\xf6\xf3\xbb\x9b\ \xd7\x0f\x92\xe0\xfb\xa7\xaf\x6d\x8a\xdb\xc0\x26\x80\x3c\x26\xcc\ \x6b\x65\xbc\xf8\xcc\xee\x2b\xcd\xfa\xf5\x59\xad\x31\xe7\x08\x93\ \x6a\xfd\xe6\x9b\xf6\xa4\xcd\xcf\x9d\xf7\xfd\xf1\xcf\xbe\x72\xe9\ \xd9\x77\xaa\xb3\x2b\x9b\x9f\x89\x16\x97\xdf\xbb\xf3\x83\x94\xf6\ \x44\xf3\xfd\xdf\xfb\xce\x77\x86\xfb\x7f\xf3\xaf\xdd\xfc\x85\xb3\ \x47\x2d\x22\x02\x21\x8f\x09\x73\xb6\x76\x08\x79\x14\x5c\xbd\xf2\ \xb3\x23\xf1\xe6\xf6\xa8\xd7\xdf\xf8\xf2\xb5\xe1\x6e\x2d\xc2\x7a\ \xf6\xbb\x8f\x47\xbf\xf4\x0b\xaf\x7e\xe1\x7b\x6f\xfe\xfd\x76\xf0\ \x57\xfb\x3c\x7c\x52\xab\xa3\x7f\x05\x9a\x68\x4c\x05\x61\x98\x50\ \x44\x31\x21\x4c\x08\xd1\x51\x00\xb8\x00\x42\x08\xc2\x0e\xb0\xc7\ \x8c\x22\xc2\x3c\xc2\xd4\x7b\x86\x30\xd6\x96\x38\x2b\x10\xc4\x08\ \xc7\x59\x1a\x12\x68\x81\xe1\x28\x9e\x95\xed\xf5\x67\x9e\xc3\x07\ \xbb\x5a\x1b\x82\x11\x8d\x83\xc9\xd6\x0e\x25\x01\x66\x84\x06\x20\ \x30\xa0\xba\x5a\x1c\x92\x18\x07\x1b\xbd\x8d\x95\x31\x6d\xd8\x13\ \x89\x08\x36\xb7\xe6\xb3\x45\xb2\xb9\x35\x4c\x7a\xe3\xd1\x78\x7a\ \x36\x4d\x9a\xfa\xc6\x95\x67\xde\x7b\xef\x3d\x1e\xe0\x70\xbc\xe9\ \x90\xef\xfe\x02\x01\x83\xf3\xce\x39\xd7\x34\x75\x9a\x2e\xac\x55\ \x9c\x85\x16\x88\xef\x16\x36\x9c\xf3\x0e\xf5\x93\xc1\xd6\x68\x43\ \x4a\x89\x9c\x47\x18\x1b\xe4\x9d\x77\x1f\x95\xbe\xde\x7b\x84\x30\ \x74\xc8\x1c\xe4\x9c\xfd\xd8\x95\x00\x30\x86\xae\x24\xf4\xde\x7b\ \x67\xf2\xcc\x11\x4c\x92\x38\x22\x94\x75\x9f\x64\x8c\x85\x61\xd8\ \xcd\x46\x77\x77\x77\x8b\xa2\x18\x0c\x87\x71\x1c\x3f\xe1\x95\x0b\ \x42\x92\xd0\xb5\xf5\x44\x7b\x62\xa0\xdf\xdb\x54\x06\x7b\x84\x78\ \x24\x78\xc0\x42\x00\xe2\x3c\xd1\x4e\x20\x01\x9e\x5a\x1c\x6e\x6c\ \x8e\x1b\xa3\x25\x42\x84\xe1\x3a\x5d\xf7\x38\x1b\xb6\x6a\x54\x1b\ \xca\x79\x31\xdc\x38\x92\x72\x1d\x46\x97\xbf\xf0\x25\x9b\xa5\xa4\ \x4a\xc7\xe3\x61\xdc\xef\x27\xc9\xc4\x60\x94\x24\x8c\x3a\x19\x73\ \xb0\x67\x17\xe5\x7c\x3d\xdc\xdb\x51\x83\x5e\xdf\xd3\xcd\xad\x6d\ \xe5\x94\x3a\x39\x15\x51\xbc\x7f\xf5\x7a\x24\xc4\x6a\xbd\x56\x1f\ \x7e\xb8\x7d\xfd\xda\xbc\xae\xdb\xaa\xdd\xda\xdc\xb4\xd8\x72\xcc\ \x30\xc2\xe0\x5d\x14\xc6\x5a\x99\x75\x96\x3e\x38\x3c\x94\xc8\x38\ \x27\x85\x60\xc8\x38\x00\x0f\xce\x3b\xa5\x02\x26\xae\x5f\xbe\x9e\ \x57\x39\x61\x5c\x5b\xcd\x29\x07\x8b\x90\x77\x2e\xf2\xde\x7b\x0c\ \x40\x13\x46\x26\xd8\x3b\xdf\x55\xfd\xbe\x2b\xf4\xbd\x47\x68\xd4\ \xed\x81\x29\xa9\x90\x47\x04\x20\x09\xa3\xbd\xed\x7d\xd9\x6a\xab\ \x34\x60\x98\x8c\xb6\x67\xb3\xd9\xc1\xbe\xef\xf7\xfb\x47\x47\x47\ \x2f\xbc\xf8\xe2\xee\xee\x2e\x00\x7c\xba\x79\x8b\x40\x19\x5a\xdf\ \xff\xc6\x6f\xde\x63\x9c\x53\x41\xfd\xfc\xde\x6f\xfe\xe6\xfb\x5c\ \x24\xfe\xe8\x7b\xff\xf0\x11\x22\xc8\x79\xc2\xd8\x9f\x6e\x2a\x47\ \x30\x5d\xcd\x7e\xff\x0d\xb3\x19\x8f\x5e\x09\x69\x88\xd9\xf6\xe7\ \x5f\xfc\x4a\xba\x3e\x59\xe3\xaf\xdc\xbe\xf1\x57\xfa\x07\x97\xce\ \x1f\xfc\x13\x4b\x87\x7b\x93\x2b\xe9\xe1\xff\xaa\x40\x04\x08\x21\ \x20\x4d\xfe\xc1\x07\xe9\x3d\xc0\x04\x63\xae\xeb\x0f\x7f\x70\x97\ \x30\xb1\x17\xf3\x78\x89\x83\x6b\xd7\xfe\x7a\x5f\xdf\x3b\x6d\x70\ \x9f\xfb\x60\xb0\x4d\xd0\x72\x71\xf1\xa6\xbe\xf9\x4b\xaf\x5e\xfb\ \x8b\xfb\xbb\x93\xf3\x3b\x77\x0c\x20\x91\xbc\x7c\x6b\x33\x3e\x3f\ \xaa\x36\x42\x77\x56\xe8\xdb\xd7\xbe\xf4\x01\x8b\x28\xae\x1f\x3c\ \xfe\xa3\xd9\xc6\xcb\x1f\x1c\xbf\x7f\x65\xf2\xef\x86\xbc\x0f\xc8\ \x7d\x1a\x73\x22\x00\x0c\x87\x1b\x00\x14\x61\xb0\x0e\xba\x9b\x90\ \x8e\x53\xc3\x28\x11\x82\x33\x8a\x81\x22\xa0\x04\x53\x81\x09\x23\ \x80\xb1\x43\x11\x86\xc0\x7b\xd7\xb6\xbe\x2e\x91\x92\xda\x79\x17\ \x89\x75\x55\x06\x93\x0d\x3c\xec\xd7\x40\x24\x67\x8c\x60\x14\x46\ \x24\x88\x00\x98\xe7\x80\x04\x00\x01\x62\x18\xc2\x98\x70\x06\x94\ \x3a\xef\x15\xc1\x7c\x38\x12\xd8\xad\xea\x5a\x12\x64\x03\xa6\x29\ \x6e\x90\xdd\xd8\xd9\x76\x30\x7b\xf9\xd5\x97\x5b\xa9\xce\xd3\x75\ \x12\x27\xc8\x3b\xe7\x2c\xe3\x0c\x30\xf2\xd6\x02\x9c\x01\x30\x84\ \x88\x31\x16\x01\x78\xef\xc1\x23\x0c\x40\x19\xeb\xf5\xfa\xfd\xc1\ \x48\x2b\xe5\xb4\x01\x42\x5a\x6b\xfc\xc7\x29\xd1\x7b\xff\xa3\xc5\ \x0e\xe7\x7e\xd4\x3b\xdb\xff\x87\xbd\x37\x0f\x96\x34\xbb\xea\x03\ \xcf\x72\xef\xb7\xe4\xf2\xf6\xda\x7b\x57\xef\xdd\xea\xd6\x86\xf6\ \x1d\x84\x40\xd8\xc8\x58\x78\x06\x02\x6c\x83\xed\x01\xc2\xa1\x90\ \x1d\x13\x31\x8e\x09\xdb\x13\x31\x9e\xf1\x8c\x03\x3c\x66\x88\xc0\ \x33\x18\xb0\x6c\x0f\x8b\x90\x59\x04\x96\x84\x40\x48\x6a\x49\xa8\ \x05\x52\x2f\xf4\x56\xdd\xad\x5e\x6a\xe9\x5a\x5e\xbd\x7a\xf5\xd6\ \xdc\xbe\xe5\xde\x7b\xce\xfc\x71\x33\xbf\xca\xaa\x12\xea\x56\x35\ \x42\x5d\xad\x3c\xd1\x51\x9d\x2f\x5f\x66\xbe\xcc\x9b\xdf\xfd\xdd\ \xb3\xfc\xce\xef\xc4\x1a\xb4\xb5\x16\x00\x42\x08\xb1\xa8\x62\x8c\ \xc9\xb2\xd4\xd8\x34\x56\x5d\xa2\xe5\x79\x1e\x59\x35\xc6\x98\x24\ \x49\x89\xe8\xf2\x06\x99\x87\x10\x0e\xad\x1c\x78\xe3\x1d\xaf\x5b\ \xcc\x3b\xa3\xad\x5d\xcb\x6c\xf3\xac\x04\x3f\xac\x86\x21\xf8\x3d\ \x0b\x0b\x9d\x2c\xf3\x2a\x89\xc9\x0c\x26\x08\x09\x24\x96\x12\xe3\ \x5d\x69\x43\x95\x16\x43\x18\xf4\xf3\x9d\xdd\x51\x02\x5b\x14\xb6\ \xc8\x1f\xf5\xf5\xb5\xaf\xfa\xae\x8d\x6e\xb6\x51\x72\x11\x6c\xb0\ \xda\xde\xb7\x00\xe9\x7c\x51\x95\x90\x53\x8a\xea\xa1\x1a\x81\x0f\ \x16\xab\x4e\x52\x75\xd2\x30\xdf\xa1\x56\xbe\x94\x2d\x14\x65\x8d\ \x0a\x5e\xb5\x0a\x52\x94\xd5\x42\x77\xbe\x93\xe4\x39\xda\xb3\x67\ \xd7\x2a\xa3\x9d\xc5\x39\x56\x02\x1f\x5a\x69\xaa\x5e\x99\xe8\x48\ \xa5\x69\x20\x44\x06\x44\x30\x20\x08\xa2\x24\x2a\x21\xe8\xfc\xe2\ \xe2\xa1\x03\x87\x56\xea\x3d\x64\xd8\x39\x87\x80\x20\xaa\xe3\x0c\ \xa0\xc6\x6c\x32\xc6\xb3\xc7\x07\x24\x64\x4b\x22\x3e\x04\x49\xd3\ \x04\x11\x55\x61\x7b\x7b\xbb\xd5\xca\x8b\xa2\x58\x9c\x5f\xd8\xbb\ \xb2\x52\x97\x3e\xb2\x4c\x22\xaf\x7e\x69\x69\x69\x7e\x7e\x5e\x24\ \xac\xac\xac\x2c\x2c\x2c\xe0\x95\x5e\x89\x8e\x5c\x99\x34\x8d\x25\ \x5d\x05\x8a\xb7\x15\xd9\xa6\xdf\x64\xd4\x49\x44\x3b\xeb\x5f\xb8\ \xf7\x54\x91\x2e\x3e\x59\x6d\x1f\x7c\x66\x77\xf0\xda\xeb\x6f\xa9\ \xcf\x7e\xf9\xf3\x8f\x7c\xfa\x3d\x77\x7f\xc0\x9d\xfb\xe4\x67\x4e\ \x3c\x9d\xd8\x95\xfe\xce\x23\xbd\xad\xed\x46\x63\x03\xd1\x98\xf1\ \x4d\x76\xc5\x13\x5f\x39\xfc\x60\x30\x7b\x0b\xb7\xbe\x76\xf2\xe9\ \xee\x35\x6f\x9e\x2b\x4e\x6c\x9b\x1b\xdf\x7c\xeb\x9b\x38\xac\x7f\ \xe1\xa1\x3f\xd8\xed\x9f\xfb\xfc\xe1\x1b\xdf\x7d\xeb\x0f\x6d\xad\ \xfe\xd7\xaf\x9c\x5e\xb3\x44\x79\x67\xe5\xcc\xd1\xff\x72\xcf\x83\ \xbf\x3f\x14\x99\x3b\x75\xf2\xad\x57\x2f\xfb\x9d\xc7\x4e\x0d\x6b\ \xb7\xfd\xc7\x1f\xf9\xc2\x67\x2b\x4f\x0b\xdb\x8f\x42\x55\x32\x5d\ \xa1\x85\x68\x20\x32\xc4\x26\x76\xb5\x10\x33\x12\x47\xef\x89\x99\ \x88\x19\x08\x51\x40\x6a\x15\xef\x88\x44\x01\x30\x84\x52\x54\x41\ \xac\x04\x96\x30\x24\x48\xf3\xd6\x56\x59\x8e\x38\x3d\xb4\xb4\x68\ \x5a\x39\x58\xce\x5a\x2d\xcb\x68\xd2\xb4\x94\x00\xaa\x44\x28\x0e\ \x49\x01\x9c\x1b\xf9\x2a\x23\x29\xd5\x95\xe2\x6a\x5f\x97\xd5\xc8\ \xe4\x36\x6d\x65\x95\xab\x8b\xba\xe4\x11\x1d\xbc\xfa\x60\x96\xa4\ \x67\xd7\xd7\x94\x75\x69\xdf\x9e\x5d\x2f\x1b\xe7\x36\x45\x24\xcf\ \x53\xe9\x17\x84\xc8\x04\xc3\x5e\xc1\x9a\xa4\x9c\x49\xa8\x29\xba\ \x89\x22\x00\x40\xa2\x55\x59\xee\x0e\xfa\xde\xf9\xaa\xae\x88\x18\ \x69\xec\x56\x44\x5c\x8b\x12\x67\xb1\xb4\xdd\x54\x99\x43\x08\xb1\ \x96\x12\x39\xe1\x31\x82\x26\xa2\xb2\x2c\xb1\x0e\x3a\x71\x36\x9b\ \x83\x44\x44\x88\x68\x34\x1a\x96\x55\x05\x97\xd7\xfc\x07\xda\x02\ \xbb\x00\xe9\x3c\x65\x69\x26\xcc\x08\xd6\xa2\xb8\xb4\x9d\xe6\xa9\ \x5d\xca\x3b\x41\xc3\xc0\x48\x20\xa3\x81\x34\x88\xd4\x95\x16\xa3\ \x1c\xb4\xad\x21\xd9\x75\xa6\x57\x99\x80\xe7\x82\xe2\xca\xd2\xe3\ \xc7\x9e\xbb\xf6\x8d\x6f\x9d\x5b\x5e\xca\xb2\x34\x4b\xb3\x56\x96\ \x90\x11\x51\x75\xe2\xbc\x06\x05\x20\x26\x5f\x89\x07\xf1\x84\x82\ \xe8\xea\xda\x97\x95\x1b\x95\x2b\xcb\x2b\xa3\xbc\xbd\xbb\xbd\x13\ \x46\x65\x32\x97\xe6\xc8\xaf\xb8\xfd\x8e\xa7\xbf\xf6\xd4\xa9\xfe\ \xe0\xcd\xaf\x7f\xe3\x91\xad\xcd\x07\x0f\x3f\x66\x89\xf6\xce\x2f\ \xf5\x07\x03\xf0\x62\x0d\x0f\xfa\x25\x78\xb0\xd6\xfa\x10\x84\x45\ \x50\xd5\xa0\x10\x83\xb2\x47\xd8\xe9\xf7\x21\x04\xa9\x7c\xf0\x01\ \x18\x95\x91\x88\x98\x39\x16\xeb\xe2\xca\xc7\x14\xad\x88\x28\x8a\ \x48\xf0\x3e\x66\x7e\x85\x99\x06\x83\x61\x9e\xe7\xd6\x5a\x55\xdd\ \xd8\x38\x27\xa2\xd6\xd8\x78\x24\xe5\x59\x92\xa6\xa6\x2c\x8b\x9b\ \x6e\xbe\x51\xc4\x6f\x6e\x9e\x7b\x5e\x27\xfd\x3b\xab\xcb\x85\x38\ \x6f\xe5\xb9\x16\x4f\xdd\xfb\xe4\x13\xd6\x24\x5f\xba\xef\xe7\x89\ \x33\x1c\xfc\xd1\x47\xff\xe8\x13\x40\x26\x31\xa9\xd1\xdd\xfb\x1f\ \xfa\x0f\xc4\xb9\xfd\x3a\x38\xa5\x88\x49\x9e\x26\x00\xc5\xc3\x8f\ \x7f\x94\x39\x5d\x7f\xea\x97\x9e\x41\xcb\xf0\xc4\x6f\x9e\xfc\x3d\ \x00\x64\xce\x12\x9b\xad\x9d\xf8\xad\x5f\x3b\xf6\x1b\x48\xd6\x9a\ \x84\x00\x47\xeb\x9f\xfa\xa3\x35\xb5\xc9\x7c\x0b\xc0\x6d\x7d\xf6\ \x4f\x36\x80\x40\x81\x12\xc3\x2c\xa2\x09\xc3\xb3\xcf\xfe\xba\x80\ \xb5\x9c\x5e\x89\x71\xb4\xaa\x0e\x06\xa3\x41\xbf\x60\x26\x04\x88\ \xee\x20\x20\x12\x91\x46\x79\x05\x45\xa3\x20\xa0\xa2\x84\x20\xa8\ \x21\x09\xda\x49\x8d\xb1\xc6\x80\x86\x50\x87\xcc\x6a\x92\xac\x9e\ \x5d\x5f\xb9\xfa\x7a\x60\x52\xd0\xda\x55\x04\x0a\x41\x7d\x55\xf6\ \x43\x00\x64\x32\x90\x58\xac\x48\x65\x38\x72\x21\x78\x08\xa3\xba\ \xf4\xde\x1b\x82\x72\x34\xf0\xa3\xd0\xdb\xd9\x1e\x0e\x06\x99\xa5\ \x6e\x9e\x8b\xab\xbf\xf2\xc0\xfd\xa7\x4e\x9e\xb2\xc6\x74\x8b\x9a\ \x02\xb4\xf3\x56\x6f\x7b\x67\x73\x7b\x87\x10\x13\x6b\x0d\x21\x3b\ \x6c\x73\x6a\x81\x9d\x02\x80\xa8\x02\x01\x92\x65\xb4\xa6\x1a\x8d\ \x36\xbd\x13\xc0\xca\x39\x51\xc5\xa9\xf4\x5f\xac\xa8\xe8\x58\xb5\ \x51\x1a\x4d\xb0\xe8\x42\x36\x42\x3b\x22\x62\xad\x45\xc4\xd1\x68\ \x14\xe4\xeb\x6c\xc0\xf8\xf4\xe1\x68\x54\x57\xd5\xe5\xf5\x44\x23\ \x62\x51\x55\xeb\x5b\x3b\x75\x1d\xc0\x7b\x25\x0c\x35\x62\x62\x05\ \xb5\xa8\xea\x62\xb7\x74\x75\x3d\x4a\xd4\x05\x51\x27\xe2\x83\xab\ \x1d\xd5\x6e\x8e\xe1\xda\x34\xdb\xef\x61\xbe\x74\xaa\x2e\x5b\x59\ \x7c\xea\xe4\x1a\x09\x1f\x5c\x5c\xa1\x32\xa4\x43\xd7\x2a\x7c\xa7\ \x9d\xa1\x06\xd9\xe8\x95\x58\x0b\x8a\x2f\xd8\x1b\x15\x57\x98\x22\ \x60\x2d\xa6\x70\xec\x60\x39\x30\xec\x0e\x8e\xf8\x23\x75\x5d\xad\ \x6d\xac\xb1\x25\x63\x69\x6e\x69\x7e\x6d\xe3\xec\xe3\x4f\x3f\x51\ \x87\xea\xe9\xe3\x47\x4e\x7b\x3f\x77\xf5\xd5\x67\x4f\x9f\x7e\xf6\ \x89\xc7\xda\x69\x9a\x19\xb3\x38\x37\x77\x7a\x6b\xbd\x22\x49\x2d\ \xa6\x6c\x25\x38\xaf\x22\xe0\xad\x65\x93\x64\x95\xab\x9f\x3b\x75\ \x02\x9d\x48\x15\x28\xa8\x5a\x54\x83\x3a\x65\xce\xb9\xf1\xca\x07\ \x09\x12\x4c\x62\x9a\xc3\x26\x8e\x6a\xe8\xf7\xfb\xaa\x98\x24\x59\ \xbf\x3f\x1c\x0c\x46\x71\x95\xa6\xbf\xac\xd8\x59\x54\xd7\x35\x21\ \xc6\x93\xec\xca\x87\x45\x95\xba\x2c\x3c\xda\x56\x9e\x82\x2a\xa8\ \xd4\x55\x59\x7b\x01\xa0\x34\xcf\xec\x37\x49\x6d\x41\x34\x49\x9c\ \xa0\x68\x72\x00\x00\x4c\xd3\x24\x6d\x7e\x39\xbe\xf3\x1b\xa2\xab\ \x35\x19\x00\x00\x67\x0c\x00\xc0\x29\x9d\xd7\xe4\x60\xce\xa6\xc4\ \xdc\x14\x29\x49\xa8\x29\xa9\xa7\x09\x4d\xbf\x8d\xc9\xe3\x01\xae\ \xdc\xdc\x62\x50\x10\x55\x14\x01\x09\x08\x0e\x11\x7d\x08\xce\x87\ \xa0\x8a\x64\x12\x24\x05\x4a\x92\x24\x4b\x8c\x25\x6b\x40\x5b\x4c\ \x46\x1c\xbb\x0a\x35\xa0\x0a\xa7\xdd\xb3\x5b\x5b\x45\x51\x2f\xb4\ \x3b\xe8\x5d\xae\x30\x1a\x0c\xa5\xdf\x07\x05\x9e\xeb\x18\xd5\x20\ \x01\x11\x80\x50\x50\xdc\x70\x68\x24\x80\xab\xfd\xb0\x0f\xaa\xdd\ \x34\x49\xaa\x12\x82\x4b\xab\x6a\x77\x67\x97\xf7\x94\x2d\x15\xf6\ \x7e\x29\x4d\x9f\xdd\xde\xc2\x24\x75\x41\xf3\xa4\xd3\xca\x12\x93\ \xd0\xb0\xc4\x76\x2b\x4f\x53\x8b\x41\xe7\x0e\xec\x1b\x8d\x86\x75\ \x59\x39\x30\x5e\x7c\x5d\xb9\xca\xd5\x82\x08\xa0\x52\x95\xc3\x41\ \x2f\xed\x76\x00\x49\x34\x30\x5e\x50\xd1\x8b\x7b\x29\x7a\x31\xb1\ \x96\x12\xbd\xc5\x18\x5f\x47\x57\x25\xfa\x8c\x91\x9c\xa4\x53\x0a\ \x55\x51\x00\x3c\x96\x5f\x8c\x31\xcd\xab\x5d\xce\xe9\x0e\xb8\xeb\ \xaa\xb3\x55\x81\xad\xac\x76\x05\x31\x02\x91\x2b\x47\x75\xed\xcb\ \xdd\x61\x12\xc0\x2a\x86\xe0\x49\x34\xcb\xb2\x56\x96\xa5\xa0\x9d\ \x76\x3e\x07\xda\x72\x01\xfa\x83\x30\x28\xcd\xca\xe2\x4e\x6a\x3f\ \xff\xe8\x23\xaf\x7d\xcf\xf7\x78\x8b\x09\x89\x0f\x25\x68\xdd\xdf\ \x1d\x66\x79\x92\x40\x56\x85\x52\x18\xc5\x49\x25\xb5\xaa\xaf\x7c\ \xe5\x42\x8d\xae\x28\x43\xdd\x36\x26\x31\xb4\x55\xf6\x15\xf4\xf4\ \x99\x13\xf3\xf3\xed\x7d\xfb\x97\x3d\xd6\x1e\xdc\xe3\x4f\x1f\x6e\ \xb7\xda\x2b\x58\xb7\xda\x8b\x09\x88\xa4\x09\x76\xf2\x44\x71\x61\ \xae\xd5\x4a\x09\x16\xdb\x4b\x7c\x75\x59\x8c\xb4\xf6\xc6\xda\x41\ \x39\xea\x79\x09\x44\x96\x31\xd4\xe5\xe6\xc6\xb9\x56\x9a\x27\xc0\ \x41\x55\x9c\x22\x70\x93\x7f\x18\x8f\x0c\x53\x8d\xeb\xe6\xbd\x67\ \xcb\x21\x84\x58\xe8\x8f\x4b\x1a\x5b\x2a\x63\xaf\x51\x0c\x56\xa2\ \x60\xad\x31\x1c\x65\xdf\xa2\x1a\x31\x33\xc6\x17\xb9\xc2\xbd\x45\ \x04\x71\xd5\xa8\x4e\xbf\xfb\xef\xfd\xb3\x57\xfb\x87\x7e\xf5\x77\ \xee\x71\x6c\x03\xe4\x6f\xfe\xef\x7e\xfa\x03\x6f\xbb\x55\x76\x8e\ \xfc\xd6\x87\x3f\xfc\x17\xa7\x8a\xc4\xcc\x14\xd2\xbe\x3d\xe6\x7d\ \x28\xcb\x0a\xc5\xa3\xf8\xd4\xa0\x21\x52\x15\x03\xd4\x4a\xd3\xbc\ \xd5\xea\xb6\xda\x0b\xed\x6e\x2b\xcb\x2d\xb3\x84\xa0\xce\xd5\xc3\ \x5e\x8a\x98\x71\x22\xc5\xa8\x76\x75\x55\xd5\x19\xda\x1b\xae\xba\ \x6a\x31\xcd\xd0\x7b\x33\xe8\xb5\x9c\xf7\xb5\x4b\xad\x69\x3b\x8f\ \x21\x20\x43\xc2\x6c\x83\x80\x73\x55\xed\x37\x8b\x22\x9f\x9f\xcf\ \x55\xba\x49\x96\x64\x99\x45\x31\x98\xb9\x34\xbb\x3a\x6f\xcf\xa5\ \xe9\x42\x08\xd6\xe0\xbe\xdb\x6e\x6d\x57\xf5\xc3\x0f\x3f\x94\x19\ \xd3\x66\xb3\xb1\xb1\xd1\x0a\x61\x65\x3e\x33\x84\xe2\x2b\x83\xe0\ \x12\x1d\xd5\x12\x5a\x54\x41\x5a\x43\x2a\xb9\x78\x1f\x3c\xa8\x47\ \x74\x80\xc0\x2c\xce\x83\x21\x54\x05\x45\x40\x6a\xbc\xbc\x06\xc8\ \x62\x34\xe7\x9c\x8b\xbb\x54\x55\xa3\x33\x12\xb1\x2f\xde\x60\x66\ \x24\x23\x93\xba\x4c\x8c\x04\xe3\x8d\xd8\x93\x7b\xd9\x27\x21\x22\ \x78\x09\x1e\xa5\xd7\xef\x0d\xb7\x37\x2c\x63\x96\x27\xa3\xba\x74\ \xce\x6b\x15\xba\xad\xf9\x83\x0b\x7b\xf6\x75\x3a\x8b\xed\xb9\xb9\ \x6e\x87\x0c\xa3\x81\x41\x6f\x6b\xf7\xec\x19\x53\x16\x2d\xa3\xed\ \xcc\xd4\x08\xa7\xcf\xac\xef\x59\x5e\x59\x6a\xb7\x6c\x59\x90\x97\ \x4c\x74\x77\x6d\x95\x91\x4c\x3b\x33\xad\x2c\xb5\x89\x92\x1a\x0c\ \xec\xeb\x3a\x94\xa1\x18\xa5\xc4\x32\x1a\xb4\xd2\xd6\xb2\x98\xc4\ \x87\x3c\xb7\x88\xa8\x57\x5f\xd5\x06\x69\x15\xa3\x34\x49\x16\xda\ \xe9\x3f\xfa\x5b\xef\xff\xfd\xdf\xff\xd8\xc6\xc6\xfa\xab\x6f\xbd\ \x7b\xb8\xd9\x6f\x8f\x86\x57\x21\x2f\x74\xda\xad\x2c\x01\x5f\x57\ \x79\xcb\x33\xd7\x79\x5e\x16\x95\x67\x2e\xc3\xdc\xae\xab\x77\x83\ \x2f\x08\x06\x75\x89\xaa\x42\xe0\x4d\x4a\x6c\x44\x54\xbd\x8f\x3c\ \xf9\x78\x02\x79\xef\xe3\x9a\x8f\xbd\xc7\x5a\xfb\x83\x81\x8a\x2c\ \x2f\x2f\x33\x99\xb2\x2a\x5b\xad\xb6\x61\x66\x62\x44\x24\x46\x80\ \xf3\xac\xa9\x08\x88\x93\x61\x64\x63\x0e\xff\x95\x0d\x8b\xe2\x7d\ \x6b\xef\x9d\x7f\xff\x67\xfe\xe9\xff\xf0\x81\xb7\x1c\xf9\xe8\xbf\ \xfe\x8f\xc1\x95\x0e\xef\xfe\xc1\x9f\xf9\x67\x3f\x76\xc7\x6f\xff\ \xea\x6f\x2e\xbc\xed\x27\xfe\xc5\x3f\x6f\xff\xd3\x0f\xfd\x6f\x27\ \x25\x4f\x66\xc0\xf8\xed\xb0\xb2\x28\xca\xa2\x48\x49\x33\x92\x1c\ \xed\x5c\x9e\x66\x49\x92\xa6\x79\x9a\xb5\x6c\x92\x12\x00\xa9\x37\ \x55\x21\x2a\x20\x81\x83\x60\x39\x24\x02\x93\xb0\x57\x67\xd0\x8b\ \x0f\x73\x49\x0e\x41\x06\xa7\x4f\x6b\x10\xb7\x76\x86\x15\x45\xbc\ \x67\x1a\x21\x8a\x0a\x19\x4a\x91\x12\x05\xf0\xc1\xf9\xda\x8f\x06\ \x3d\x91\xc1\xfa\x3a\x22\x27\xc6\x1a\x0d\x86\x54\x44\xbc\x0f\x9b\ \xcc\x27\x99\x45\x84\x98\xab\xa2\xd8\x6b\x4c\xc7\xf0\x70\xeb\xcc\ \x7c\x70\x79\x96\xa5\x56\xaa\xb2\x40\xd0\xe0\x1c\x56\x15\x6b\xe5\ \x55\x8c\xa2\x01\x22\x66\x4e\x32\x4e\xd2\xa4\xdd\x82\x34\xdd\x1a\ \x8d\xd6\x77\x77\x7a\x55\x09\x88\x02\x08\x93\x74\x4a\x0c\xc7\xe2\ \x8e\x8a\x71\x59\x94\x53\x8b\x39\xaf\xf8\x80\xc8\xdf\x8e\x8f\x41\ \xf8\xfa\x52\xea\x00\x00\x20\x00\x49\x44\x41\x54\x9c\xe8\xf2\x36\ \x17\xb3\xc8\x54\x92\xf1\xf2\xd3\xc9\x44\x3c\xdc\xda\xd9\x3c\x7a\ \xdc\x31\xb7\xea\x72\xb1\xd5\x5a\x92\x4e\xab\x95\xef\xbf\x66\xff\ \xd2\xfc\x52\x37\xed\x74\x93\x6c\x21\x69\xe7\xc6\x06\xe7\x86\xa3\ \x9e\xf7\xe1\x5c\x55\x2c\x76\xf3\xbd\xfb\x96\xec\x70\x54\xad\x6f\ \x80\x0f\xb7\x2f\xee\xbb\xfd\xd0\xb5\x41\xc8\x1f\x3d\xde\x4a\x72\ \x51\xd8\x53\xba\x76\xab\x5d\x6f\x6d\x2b\x63\x50\x11\x71\x02\x42\ \x12\x82\xd4\x70\xf4\x0c\x25\xd9\x28\x09\xc6\xe6\xae\x4e\xd4\xfb\ \x32\xa9\x14\x61\x0f\x22\xd1\x66\xb5\x7a\xb6\x04\x65\x66\x19\x0c\ \xdf\xb2\xb8\xdc\x3a\xd8\x32\xbd\xde\x60\x67\x9b\x0d\x75\xba\x6d\ \x57\x17\x61\xb4\x03\x1a\x18\xa4\x1e\x8d\x8a\xd1\x70\x50\x94\xde\ \x24\xca\xf6\x40\x9a\x6a\x7b\x51\xda\x2d\x5e\x58\x58\xeb\xf7\x4f\ \x6f\x6f\x0d\x5c\xe5\xd1\x01\x25\x08\x84\x13\xa7\x3b\x2e\x6f\x23\ \xc6\x51\x14\x45\x59\xd5\x0b\x0b\x0b\x5b\x5b\x5b\xc3\xe1\xa9\xe5\ \xe5\x65\xc3\x26\x52\x0d\xf2\xcc\xb2\x31\x44\x20\xea\x63\x16\xb2\ \xae\x9d\xf7\x1e\x40\x93\x24\x09\x41\x42\x90\xba\x76\xcf\x1b\x9c\ \xbd\xd4\x61\x31\x04\x9d\xdf\x77\x75\xab\xff\xe0\xaf\xff\x6e\xe7\ \x75\x41\x01\x30\x60\xf2\x8a\x3b\xde\xe4\x1e\xf8\xcd\x0f\x7f\xf8\ \x97\x5b\x5f\x5b\x79\xdf\xcf\x7d\xff\x55\x73\x74\x7c\x4b\xe1\x8a\ \xad\x5a\x5c\xd1\x96\x18\xce\x13\x93\x93\x64\x08\x6d\x06\x28\x07\ \xa1\x20\x67\x8a\x1a\x76\x42\x50\x15\x87\x24\xa0\x0a\x41\x19\x29\ \x35\x6c\x09\x4a\xf1\x7d\x10\x02\x07\x08\x76\x8e\x5b\x59\x6e\x90\ \xb4\x1e\x0d\xfb\x83\xe1\x46\x60\x84\x24\x49\x1c\x88\xaa\x10\x33\ \x11\x8a\x80\x06\x64\xc0\x80\xa1\x95\xdb\x3d\x9d\x56\xab\xdd\x1e\ \xf5\xfb\xdb\xeb\x67\x8b\x61\xdf\x1a\x04\xc0\x20\x21\xea\x97\x31\ \xb3\xa8\x30\x71\xbb\xdd\x1a\xac\x9e\x40\x50\xa3\x1a\xca\x81\x4f\ \x92\xd4\x70\xa7\xdb\x5e\x5e\xde\xbb\x7f\xff\xbe\xda\xd5\x8f\x3e\ \xf2\xe8\xe9\x8d\x2d\xc3\x16\x55\x52\x32\x99\x65\x04\xf5\xde\x9b\ \x3c\xcb\x78\xf1\x6c\x6f\x77\x77\x54\x0c\x54\x45\x15\x27\xb0\xd8\ \xf8\x8c\xc6\x98\x18\xd9\xc5\xbd\x1a\x42\xb8\xc8\x07\x89\x0f\x0e\ \x12\xc6\x6d\x2d\x88\xd1\x91\x9c\xf0\x7c\x5e\x9c\xaf\xa0\x32\x9f\ \x67\x07\xdb\x9d\x3d\x64\xf6\xb7\xba\x07\xad\x9d\x23\x4a\x6a\xa1\ \x53\x6b\xe1\xf8\x6a\xcf\xf9\x3e\xf0\x73\x41\x49\x55\xeb\x5a\x42\ \x8d\x86\x30\xc5\x1a\xea\x73\xde\x99\xe0\x13\xaf\x6c\xe6\xec\xb0\ \x16\xcb\xc2\x52\x0c\x7b\xc3\xda\x5b\x2f\x39\xdb\x21\x9b\x32\x78\ \x93\xa6\x80\x1a\x82\x37\x22\x46\xa5\x64\x59\x2a\x31\x5f\x58\xe8\ \xad\xf9\xde\xa8\x0e\x1b\x55\x52\xd4\x9a\x7a\x51\x61\x66\x1f\x42\ \x59\x14\xc6\xd8\x24\xb1\xce\xfb\x4e\xab\x2d\x12\xaa\x10\x58\x83\ \x49\x4d\x70\x29\x19\xec\x74\x5a\x73\x73\x5d\x4a\x13\xe7\xea\xde\ \xb9\xf5\x8d\xb3\x15\x4a\x00\xc0\xc4\x24\x73\xdd\x4e\xb2\xb8\x54\ \x65\xf9\x8d\x4b\xcb\x6b\x7b\xf7\x3e\x71\xfa\xc4\xea\xf6\xd6\xd0\ \x81\x43\x6b\x13\x9a\x3e\x63\xac\xb5\x71\x2e\x63\x9e\xe7\xa2\x08\ \x00\x7b\xf6\xec\xb5\x36\x89\xf5\xb0\x98\xd0\xa8\xbd\xa7\x20\x44\ \x28\x1a\x91\xd4\x18\x06\xc4\xb1\x93\x08\x0a\x00\x81\xd9\x5c\xf1\ \x74\x6e\x9b\xd8\xb3\x4f\x7c\xf6\xdf\x7e\xa5\xf8\xde\x0f\xbd\xee\ \x8d\x7b\x09\x01\x2c\xb8\x47\xee\xfd\x83\x1f\xff\xe7\x3f\xfc\x3f\ \xfe\x93\x1a\x5e\xf9\x8e\x87\xbf\xf8\xb1\xc7\x36\x21\x35\x2f\x0c\ \x13\x35\xb8\x50\x8b\x2a\x4d\x49\x39\x48\xa8\x9c\x04\x44\xb6\x26\ \x95\x50\x05\x11\x05\x51\xe0\xc4\x66\x74\xe9\xf3\x43\x15\x44\xa2\ \x90\x04\xc6\x20\x5f\xeb\xda\xd7\x00\x84\x64\xed\x44\x6c\x02\xd1\ \x58\x93\xe0\x38\xcc\x1c\x05\x05\x04\x44\x32\x96\x8d\xf3\x05\x60\ \x6a\xd9\x00\xa8\xf7\x85\xa0\x4d\xf8\x0a\x2e\x7c\x79\x09\x2a\x0e\ \x40\xc0\xd7\x52\x05\x13\x39\x80\x68\x0d\xa5\xa9\x49\x83\xba\x4a\ \x87\x96\x0d\x0a\x82\xa8\x78\x0c\x88\xc4\x00\x10\x00\xc5\xab\xa0\ \x1b\x49\x99\x06\x11\xa9\x4b\x1d\xf6\x19\xd4\x18\x42\xa1\xb8\xe5\ \x0c\x59\xa9\x03\x79\x40\x8f\x84\x8c\x0c\x01\x9d\xab\xfa\x92\x80\ \xd1\x3a\x93\xb2\x0a\x05\x8b\x12\x31\xab\x44\xf9\x09\x52\x62\x66\ \x54\x3f\xdc\xec\x89\xa8\x45\xab\x20\xc8\x64\x98\xb2\xcc\xb6\xd2\ \x64\x61\xbe\xbb\x7f\xff\x1e\x17\xfc\xfa\xc6\xbe\xde\xb0\xd7\x1f\ \x0c\x43\x1d\xaa\x5e\x7f\x10\xd6\x6b\xd1\xc0\x26\x24\x09\xb4\x5b\ \x39\x63\x0d\xb0\xeb\x9d\xd0\x05\xb0\x88\x13\x1b\x4b\x46\x4e\xe4\ \x1a\x23\x22\x5f\xe4\x3c\x06\xf1\xcd\xb3\xa2\xb3\x19\xff\x05\x00\ \xef\xdd\xf3\x76\xe6\x7e\x83\x30\xba\xf6\xb5\xf3\xa3\xc4\xe6\xad\ \x3a\x98\x9d\xed\x50\x0e\x5c\x70\xc6\x32\x10\x82\x82\x03\x74\x49\ \xca\x0a\x89\x0b\xd6\x3b\x00\x29\xa4\xc2\x94\x39\x31\x84\x5a\xd5\ \x2e\xe9\xf2\x81\x03\x37\x71\x6e\x77\xfb\x9b\x83\xdd\x5d\xad\x4b\ \x1b\xb4\xae\x94\xd9\xa2\x31\xbe\x8a\x68\xa4\xea\xd5\xab\x84\x94\ \x46\x3e\x74\x3a\x0b\x37\xdc\x79\x1d\x0a\x0d\x1e\x7b\x6e\xf4\xd4\ \x51\xea\x95\xc6\x9a\x48\xa1\x99\x43\x10\x57\xb2\x38\x9b\x26\x7e\ \xd8\x93\xe0\x6b\xa3\x45\x70\x41\x0c\x9b\x56\xb7\xbb\xd8\x5d\xca\ \x0f\x5e\x73\x68\xef\x5d\xaf\xb4\xf3\x73\x5b\x8f\x3e\xf6\xc0\xe7\ \xef\xd9\x3c\x7a\x22\x14\xf5\x68\x4b\x8b\x13\x27\x3d\x98\xca\x26\ \xbb\x44\xf6\xc0\xde\x83\xed\x0c\xd9\x1c\xad\xea\x81\x8a\xa8\x04\ \xef\x63\xd1\x7f\xdc\x48\xca\x6c\x8c\xc9\xb2\xcc\x07\x8d\x02\x25\ \xde\x7b\x63\x6c\xcc\xea\x36\x55\xaf\x10\x82\x04\x21\xe4\xe8\x6f\ \x42\xe4\xde\xd7\x3e\xc6\xe0\xad\x56\xeb\xca\xcf\x2d\x02\x00\x92\ \x49\xb2\xc4\x4e\x68\x32\x14\xce\x1c\x7f\x7a\xb5\xf8\xd1\x37\x7d\ \xdf\xdf\xb9\xfa\xb6\xdb\xef\xfd\x7f\x7e\xad\x94\x17\x34\x57\x52\ \xd5\x27\xf9\x2d\xef\x7c\xf5\x8f\xed\xcb\xe1\xb9\x23\xbf\x7d\xdf\ \xb1\x47\xca\xe0\x01\x92\x7d\x57\xbf\xff\xdd\x77\xbe\xcb\xad\x7f\ \xfa\x53\x0f\xdd\x73\xdd\xed\x3f\xf5\x9a\x03\xd7\x29\xd8\xc4\x9d\ \xfc\xcc\x57\x7e\x71\xd5\x5b\x83\x4d\x0c\x25\x4a\x73\x77\xbd\xea\ \x43\x77\xae\xec\xed\x6f\x7c\xf1\x4f\x1f\xff\xf4\x56\x55\x01\x68\ \xb2\xf0\xd6\x1f\x7a\xcd\xdf\x69\x73\xd5\x5f\xff\xc4\x27\x1f\xf9\ \xf2\x81\x1b\x7e\xfc\xdd\xb7\x7c\xd7\xd6\xea\xc7\xef\x39\xfc\x05\ \x47\x56\xc4\xdc\xf9\xda\xff\xf5\x35\xcb\x9d\x20\xe5\x89\x63\xbf\ \x77\xef\xd1\xe3\x6f\x7c\xed\x87\x70\xed\xa3\x7f\xbe\xba\x8a\x4a\ \x37\xdd\xf1\x8f\xaf\x93\xaf\x7c\xe6\xc9\xc7\x5e\x48\x1a\xf8\x25\ \x5a\x0c\x0b\x35\x6a\xb0\x48\x96\xd5\x7a\x49\x41\xac\x02\xfa\xc8\ \x04\x0c\xc2\xb5\x35\x25\x83\xc5\xe8\x33\x69\x14\x1d\x42\x2f\x1e\ \xad\x51\x90\xd1\x60\xb7\x18\x0e\xc9\xfb\x56\x62\x4d\xf0\xcc\xa8\ \x5e\x03\x81\x02\x04\x20\xad\x0d\x04\x0d\x01\xc4\x63\x10\x74\x04\ \x65\xc0\xe3\xcf\x1d\x51\x0d\x39\x70\x1a\x20\x01\x51\x88\x45\x19\ \x54\x55\x45\x70\x22\xa0\x2a\xa0\x22\x92\x26\xad\xb2\x2c\x89\x39\ \xc9\xd8\x3b\xe9\xed\xf6\xb7\x76\x77\x8e\x9d\x3c\xf1\xe7\x0f\xdc\ \xc7\xd6\xa4\x59\x9a\x26\xb6\x06\x29\x7d\x85\x01\x12\x21\x0d\x8a\ \xa2\xce\xbb\xc1\xb0\xc7\x79\x3e\xb7\xb0\xb0\x5e\xd7\x61\xe2\xdc\ \x35\x88\x86\x88\x00\x18\xbb\x60\x62\xc2\x0b\x54\x91\x10\x11\xbd\ \x0b\x61\xac\x43\xa1\xaa\x00\xc8\x0d\x20\x46\x6b\x4a\xab\x22\x12\ \x89\xe2\x97\x13\x44\x23\xf6\x42\x71\x0e\x86\xfb\xd8\x04\xa8\x21\ \x0c\x53\x29\x53\x0a\xe2\x83\x1a\x34\x36\xb1\xd6\xfa\x30\x44\x0f\ \xc6\x85\x4c\x80\xc5\x67\xa0\x20\x58\x16\x85\x10\x58\xc2\x6a\x67\ \xe7\x99\x07\x1f\x28\xaa\xa1\x4d\x21\xc5\xd0\x56\x4d\x7c\x48\x80\ \x90\x8d\xb0\x29\x43\x00\x00\xcb\xc8\x41\x83\x0b\x90\x12\x7b\x5e\ \x7b\xe6\xe9\x23\xeb\x4f\xb3\xf2\xb5\x55\xde\xf5\x2e\x60\xe9\x64\ \x42\x4b\x62\x0c\x41\x5d\xe5\xb0\xc0\xca\xbb\xd4\xd8\x54\x8d\x71\ \xce\x64\x99\x01\xf0\x88\x1b\xbd\xfe\xfa\xa9\x33\xe6\xbe\xfb\xb3\ \x34\xb3\x69\x66\x11\x6c\x16\xa4\x2c\x8d\x13\xeb\xbd\xaf\xd5\x9a\ \x14\x88\x77\xcb\x6a\x13\xfc\xf2\x55\x87\x76\xf2\xd6\xe6\xa0\x04\ \xe7\x64\x92\x4f\x8c\x53\x09\x09\x31\x58\x6b\x8c\x11\xc5\xa2\x28\ \x26\x70\x19\x87\xab\x8a\x73\x4e\x44\x8c\x31\xc6\x58\xa2\x71\xa9\ \xba\xaa\x6a\xe7\x1c\x22\x88\x68\x9c\xc2\x5a\xd7\xe1\x79\x0b\x9c\ \x57\xc6\x6e\x6c\xa2\x13\x05\xa8\xa0\xf3\x81\x9f\xfa\x10\xff\xd9\ \x2f\xfd\xc4\xff\xf9\x91\x95\xb7\xff\xe3\xff\xf4\xaf\x3e\xf8\xce\ \xaf\x3c\xf4\xc7\xcf\xf8\xd6\xf3\xab\x73\x91\x86\xcd\xc7\x1e\xff\ \x8f\xcf\xae\xbc\xf7\x7d\xb7\xfc\xcd\xa7\x57\x8f\xb6\xf7\xdc\x3d\ \x18\x96\x6f\xbf\xe3\x5d\xcf\x3d\xf9\x91\xb9\x1b\xff\xee\x3b\x6e\ \x38\xfe\xf9\x23\xbf\xbb\x76\xdc\x1c\xba\xf9\x83\x6f\x9a\xdb\xdd\ \xf5\x4a\x80\xaa\x41\x54\x71\x7c\xee\xb8\xd3\x27\x3e\xbe\x7a\xfa\ \xaa\x1f\x78\xf3\x7f\x7f\xdd\xe9\x3f\x67\xbc\x63\xd1\x3d\xb6\x9a\ \x5d\xdf\xf5\x8f\xfe\xe1\x57\x7e\xaf\x96\x8a\xe7\xde\xf6\xdd\xb7\ \xbf\xfa\xb1\x87\x3f\x7a\xd5\xed\x7f\xf7\x8d\x3b\x4f\x7d\xee\xc4\ \x59\xe2\xee\x81\x3d\xd7\x9e\x7d\xe6\xff\xb8\x77\xfb\xba\x1f\x7e\ \xeb\x4f\xef\x0c\x3f\x7c\xd5\xc1\xf7\xde\x7c\xa0\xff\xc8\xc9\x7f\ \x37\xec\xbc\xe5\x1d\xaf\xfc\xc9\xf6\xd9\x63\x9f\x79\xe2\x61\x05\ \x73\x85\xa6\x00\x98\x0c\x02\x87\x20\xce\x81\x11\x60\x50\x04\xb5\ \xa0\x40\x95\xa0\x23\x54\x05\x52\x09\x2a\x08\x40\xc6\x58\x09\x42\ \xca\x20\xa8\x01\x09\x31\x20\x2a\x68\x62\x8c\x51\x50\xef\x34\x20\ \x12\x2a\xb1\x32\x8a\x80\x77\x2e\x45\x56\x04\x4f\xea\x55\xbd\x02\ \x04\xc4\x2a\x20\x28\xa0\xa8\xa2\x57\x45\x08\x1a\xfb\xa3\x01\x15\ \x81\x99\x41\x55\x24\x30\xb3\x0f\x5e\x6d\x5a\xd7\x75\x18\xb9\xaa\ \x18\x89\x06\xb4\xd6\x01\x8c\x54\xdb\x2b\x2b\xf3\xf9\x12\xb1\xb3\ \x9a\x17\xe9\x48\x40\xb5\xaa\xfc\xce\x8e\x11\xb7\x90\x58\x2d\xc3\ \x68\x54\x14\x26\x65\xb2\xd8\x44\x15\x22\x82\x93\xd1\x48\xaa\xa8\ \x1a\x44\x82\x48\x54\x18\x0b\x41\x28\x16\x69\x00\xe2\x84\x9b\xd8\ \x29\x18\xeb\x33\x4d\x25\x3a\xfe\x38\x4e\x96\xe1\x65\xa6\xc3\x55\ \x21\x4b\xd2\x9c\x12\x14\xf0\x41\x04\xc0\x30\x87\xaa\x50\x06\x65\ \x33\xd2\x2a\xd4\x3e\xb3\x6d\x42\x0f\x28\x65\xa8\x19\x25\x28\x88\ \xf3\x9e\x48\xd1\x8a\x92\x38\xb1\x52\xb7\xd3\x8c\xb4\x92\xaa\x4c\ \x18\x13\x55\x10\x70\xb5\x53\x63\xad\xb1\x26\x04\x0e\xc8\x0a\x12\ \x14\xeb\x80\xce\x73\x70\x7b\xc9\x1a\xd2\xa4\x1a\x06\xef\x9d\x09\ \x8a\x4a\x48\x00\x5a\x7b\x21\x22\x83\x28\xaa\xb9\x4d\xd4\x07\x23\ \x41\x2b\xef\x65\x28\xae\x94\xdd\xbe\xab\xbc\xb1\xe9\x08\x70\xab\ \xdd\xde\x77\xf3\xcd\x3c\x7f\xc8\x08\x87\xb9\x32\x0c\x8a\x62\xa3\ \x6f\x7a\x45\x5a\xfb\xc4\x02\x54\xe5\xc0\x68\xaf\xe8\xf5\x39\x37\ \x36\x4b\x8c\x41\xc4\x34\xcb\x54\xa4\xae\x6b\x36\x26\x86\xd3\xd1\ \x1f\x8f\x05\xfd\x38\x76\xd1\xb9\x31\x39\xd4\xfb\x20\x12\x8c\xb1\ \xf1\x34\x8a\xc5\xff\x78\x44\x19\x43\x00\x1a\x82\x60\xf3\x2d\x5d\ \xf1\x04\x1d\x98\xa6\xbc\xd8\xc5\x43\x7b\x64\xdb\x03\x62\xff\xdc\ \x5a\x95\x25\x9d\x96\x55\x75\x2f\x00\x5b\xa9\x2c\xd6\xbb\x2b\xef\ \x7f\xd7\xed\xef\xdc\x7c\xee\x97\xce\xb9\xee\x6d\x07\xbe\x6b\xd8\ \xdf\x6c\xb9\x23\x4f\x1e\xfb\xe3\xac\xf5\xce\xf7\xee\xbf\xc1\x3d\ \xf3\xd0\x46\x7a\xc7\x3b\x56\xb2\xfb\x1f\xfe\xf8\x40\x8d\x45\xb5\ \xd9\xfe\xf9\x2c\xf7\xd5\xe6\x4e\xd9\x57\xbf\xdb\xf3\xaf\x78\xef\ \xeb\x7e\xb4\x35\x7a\xe4\xd8\xd6\xe0\xd0\x6d\xdf\xb5\xb7\xbf\xba\ \xe6\x7c\xd2\x79\xcd\x2b\xaf\x7e\xe6\xa1\x23\x5f\x68\x1f\xbc\xd3\ \x0c\x1f\x7e\xe4\xc4\x17\x06\x4b\xdf\xff\xda\x7d\xb7\x99\xe3\x27\ \x85\xd5\x87\x3a\xa1\x34\xb1\x19\xa1\xa2\x99\xaf\x07\x0f\xaf\xb5\ \x6e\xbe\x65\xef\xa1\x8d\xc5\x37\xb8\xdd\x27\xce\x55\xad\x14\xc1\ \x5d\xbe\x4c\xf3\xb7\xf9\xc0\x62\xb6\xa2\xe4\x14\x98\x32\x60\x0d\ \x52\x7b\xf0\x00\x5e\xb5\x62\x04\x62\x13\x54\x15\x90\x4c\x2a\xc0\ \x60\xd3\xac\x9d\x19\x36\xa8\x6a\x10\xd3\x2c\x91\x8c\xc4\xbb\xfe\ \xfa\x39\xa7\x21\x37\x99\x56\x15\x10\x2a\xa1\x00\x05\x25\x42\x15\ \x14\x07\xe0\x09\x01\x14\x54\x21\x80\x55\x62\x62\x04\x8d\x12\x34\ \x84\x04\x51\xfe\x01\x60\xd2\x18\x81\x22\x04\xaa\xca\x38\xf2\x05\ \x78\x9f\x1b\x86\x10\x18\xa1\xf6\x01\x5b\xdd\xf6\xc2\xd2\xfa\xc8\ \x3d\xf8\xd0\x53\x45\x7f\x84\x02\x23\x0c\x49\x2b\x3d\x30\xdf\x5a\ \xee\x76\x60\x77\x57\xfa\xa3\xc4\xe6\x03\xc1\xde\xa8\x92\x8c\x91\ \x21\xb6\x48\x23\xb3\x73\xce\x79\x8f\x88\x41\xc4\xd7\x41\x91\xd0\ \x18\xb6\x36\x54\x95\x28\x80\xc6\x42\x0a\x11\x8b\xc2\xf9\xe6\x98\ \x8b\x42\xec\xb8\x63\x6d\x92\x58\x6b\x2f\x93\x98\x85\x60\x2a\xcc\ \x6b\x6b\xd0\xa8\x5a\x0f\xb6\x0c\x2e\x01\x2b\x12\x54\x4c\x8d\x01\ \x89\x61\x54\xa1\x42\x85\xe2\x2c\x98\x56\x9e\xb4\x5a\x60\xac\xa5\ \x14\x39\x57\xe4\x05\x93\x42\x55\x6d\x6f\x9c\x25\x1f\x32\x9b\x78\ \x71\x1e\x14\x89\xd4\x18\x89\x99\x38\x00\x0c\x1e\x11\x39\xe1\x20\ \x52\x63\x40\x91\xce\x08\x10\xbd\x53\xa9\x15\x21\x50\x0c\x16\xc6\ \xbd\x90\x8c\x22\x0a\x8a\xa0\x1a\x82\x8e\x30\x54\x10\x14\x80\x55\ \xd2\xca\xb5\x43\x5a\x8f\xaa\x3d\x57\x5f\xdf\x5b\x5a\xf8\x8b\xcd\ \xc1\xb3\x4f\x1f\x1f\xf4\x7a\x82\xb0\xb4\x30\x7f\xa0\xbb\x74\x75\ \xe6\xe4\xcc\x59\x53\x95\x68\x51\xf3\x7c\xb5\x1c\x0e\x5b\x49\x9a\ \xa6\x3c\x51\x21\x22\x6b\x9d\xf7\x00\x50\xd5\x75\xe3\x39\xb6\x5a\ \x2d\x22\xda\xd9\xd9\x4e\xd3\xb4\xd1\xf4\x1d\x7b\xe1\x1a\x62\x07\ \xaa\x6a\x30\x86\x92\xa4\x0d\x00\x22\xc1\x39\xa7\xca\x59\x96\x5d\ \xf1\x95\xe8\xc6\x49\x34\x49\x9e\xa7\x16\x01\x38\xf4\x3f\xf3\x9f\ \x7f\xfd\xdd\xff\xf2\x83\xbf\x7c\xd3\xf7\xa7\xd7\xdc\x7a\xe6\xb3\ \xbf\xf1\xe5\x27\x7b\x69\x92\xbc\x20\xd7\x86\xcd\xd6\xda\xa7\x3f\ \x7e\x1f\xfc\xc0\x5d\xef\xb9\xe1\xe8\x7d\x7f\x72\xef\xbf\xd9\xff\ \x8a\x9f\xbc\x5b\x55\x01\x25\x78\xb4\x89\x0a\x1e\xbc\xea\xad\x9d\ \xf2\xc9\x67\x37\xd6\x99\x3a\x41\xaa\x3d\x07\xde\xf3\x9e\x1b\x5f\ \x79\xee\xe8\x6f\x7d\xf6\xd9\xfb\x95\xd3\x30\x78\xf2\x73\x7f\xfe\ \x8b\xdf\xf3\xfa\x7f\xf0\xaa\xab\xae\xfb\xfc\x23\x3f\xc7\x26\xb5\ \xd9\xe8\x9e\xc3\x3b\xb7\xde\xf4\xe3\xef\x9f\xef\xde\xb3\x03\x41\ \xea\xf8\x6a\xc4\x39\x81\x06\xf5\xca\xcb\xb7\xdd\xfa\x53\xf3\x83\ \xdd\x23\x8f\xfd\xbf\x4f\xee\x76\x6f\x0c\x27\x1f\x3e\xbe\x73\xc3\ \x2d\xff\xe0\x5a\x93\x3c\xf9\xf4\xc7\x0f\x1d\xda\x93\xe0\x0b\x00\ \xf5\x97\xaa\x39\x09\x45\x5d\x21\x53\x9e\x24\xa2\x3e\x08\x30\xb2\ \x92\xa2\x28\x12\x20\x91\x01\x0c\x80\x94\x24\x68\x92\xcd\x41\x59\ \x0e\x46\x00\xe0\xd4\x8b\x04\x04\x6c\xe7\xe9\xd5\x7b\xf7\x2e\xee\ \x3f\x38\x5c\x5f\xaf\x82\xeb\xb6\xdb\x20\x02\x48\x64\x50\x62\xe6\ \x4e\x43\x84\x44\x88\x73\x3f\x10\xe3\xc8\xfa\x98\x8a\x57\x91\xa8\ \x07\x0e\x93\xe0\x16\x10\x01\x31\xfe\x8f\x8c\x61\x00\x05\x60\x66\ \x66\x8e\x0e\x5b\x48\xec\x33\x27\x4e\x3e\xb5\xbe\xe1\x6c\xda\xce\ \xda\x8a\x30\x54\xd8\x59\x5f\x3f\x79\x36\xdc\xb8\xd0\x39\x94\x5a\ \x9b\x24\xce\xd8\xbe\x87\xa1\x02\x1a\x83\xcc\xc1\xb9\xda\xfb\x48\ \xc9\xf4\x13\xa5\x1c\x1f\xe7\x5b\x05\x6c\x4a\xcc\x13\x06\x8f\x36\ \x1e\x65\x73\x7f\x74\x12\x1b\x9d\x47\x66\x56\x91\xda\x5d\xf6\x69\ \xa8\x8e\x69\x40\x74\x6a\x38\xc0\x10\x16\x3b\xed\x9a\x21\xf1\xd6\ \x8a\x03\xc4\x39\x04\x22\x32\x89\x08\xaa\x03\x43\x59\x3a\x34\x66\ \xd5\x61\x5f\x93\xa2\x0a\x55\xb9\xcd\x36\xed\xa6\xd5\x5d\xfb\x56\ \xf6\xef\x5d\x5e\x7f\xee\xd9\x50\x8f\xb8\x06\x56\x21\x04\x01\x44\ \x00\x41\xa8\x52\xd2\x49\x22\x55\x05\x35\xb5\x88\x40\x48\x0a\x10\ \x4b\x50\x74\x01\x4a\x03\x68\x50\x94\xa0\x2a\xa0\x68\x11\x55\x2b\ \x50\x34\x60\x59\x2b\xe4\x5e\x02\xa3\x2c\xa9\x78\xf4\x99\x47\x8e\ \x1e\xee\x0d\x6c\x3b\x6d\x03\x1b\x6b\x36\x4e\xaf\xcd\x2b\xbc\x7e\ \xae\xfd\xfa\xc5\x79\xe8\xf5\xfa\xa4\x05\x50\x51\xa9\x5d\xc8\x2b\ \x80\xba\xae\x1b\x52\x54\x74\xb1\x23\x23\x2a\xa6\x11\x63\x9e\x71\ \x71\x71\xb1\x2c\xcb\xc8\xe3\x89\xaa\x45\x0d\xa1\x47\x44\x9c\xab\ \x89\x38\xcb\xb2\x18\x62\x03\x00\x11\x7a\x5f\xc3\xcb\xc3\x5b\xcc\ \x12\x7a\xf0\x63\xff\xfb\x29\xbb\xe3\x93\x56\x86\xf4\xdc\x57\x3f\ \xf2\x4f\x3e\xf8\xc8\x6d\xd7\xef\x09\xfd\x5f\x3d\xfc\xd8\xe3\x3d\ \x4d\x2d\xbd\xa0\x63\x97\xc8\x04\xb7\x7d\x6a\xed\x91\xd1\xdd\xef\ \x9d\x6f\x75\xb3\xb4\xae\xcb\xad\x90\xdd\x9c\xd9\xac\xdb\x59\xae\ \x7b\x0f\x3a\x6a\x5f\xb5\x7c\xd3\xf6\xd6\xef\x0c\xc4\x5a\x06\xe0\ \x74\xfd\xf8\x6f\xfc\xe6\x71\x04\x05\xa4\x94\x90\x54\x8b\x8d\xcd\ \xc7\xce\x0c\xfd\x55\x9d\x3d\x89\xcd\x8d\xb1\xbe\x5a\x7f\xf6\xc8\ \x6f\x1d\xd9\xb5\x3f\xfd\xe6\xbb\xf8\xcc\x09\xce\x0f\xe4\x64\xbb\ \x9d\xc5\x7a\xb4\xea\xd0\x20\x5a\xf2\x67\x1e\x78\xf4\x5f\x7d\xe6\ \xc4\xba\x41\x6d\xed\x7d\x5f\xca\x70\xe2\xc4\x97\x6e\xbc\xe1\x17\ \x0f\xf6\x7f\xe5\x9e\xf5\xad\xeb\xaf\xbf\xc1\xc6\x06\xb3\x2b\xd0\ \x5d\x44\x04\x32\xac\x84\x01\xc1\xa1\xa2\x04\x23\x82\x04\x04\x86\ \x51\x15\xc0\x8b\xa8\xa8\xb0\xa9\xeb\x7a\xb7\x3f\x5c\xdd\x1a\x38\ \x43\x49\x2b\x4f\xda\x39\x19\xa3\xa0\xae\x72\x67\x9f\x78\xea\xfa\ \xfd\xfb\x57\xf2\x24\x0c\x1d\x07\x31\xaa\x88\x22\x1e\x85\x94\x10\ \x89\x50\xe2\x94\x2c\x55\x40\xd5\xd8\x42\x08\x48\x40\x88\xa0\xa4\ \x28\xe3\x7c\x65\x94\x1a\x23\x22\x8d\x01\x2a\x13\x27\x69\x27\x4f\ \x83\x73\x06\x51\x43\x08\x88\xa5\xc0\xe9\x8d\xad\x63\xe7\x36\x3b\ \x7b\xf7\x27\xf3\x8b\x55\x55\x7b\xd1\x85\x4e\x2b\xf3\x2b\xdb\x6b\ \x6b\xc7\xb6\x36\xcd\x9e\xa5\xe5\xee\xfc\x46\x7f\xd4\x37\xf9\x4e\ \xed\x64\x6b\x6b\x7e\x6e\x7e\xa2\x8d\x86\x86\x39\xc6\xc2\x21\x78\ \x24\x8c\x91\x7c\x43\xbb\xb9\xa8\xa8\x12\x9b\x05\x1b\xd9\xb1\x86\ \xbd\xd8\xf4\x08\x56\x65\x79\x99\x8c\x6e\x55\xcc\x5b\xeb\x3e\x08\ \xd3\xde\xf9\xce\xe9\xa2\x28\x40\x96\x11\xdb\x68\x8c\x0b\x06\x80\ \x19\x3c\xd6\x25\x41\xdd\xea\x9e\xa9\xe4\xd1\x93\xe7\x8e\x8d\x3c\ \x98\xac\xb3\xb8\x84\x60\x7c\xe5\xf3\xde\xe0\xc1\x63\xc7\x6e\x5e\ \x59\xb8\x6b\xff\x4a\x7f\x30\x5c\x31\x2d\x8b\x42\x22\x80\x10\x08\ \x15\x09\x2d\x05\x54\x44\x8c\x9a\x43\xe3\x85\x1d\xc3\x3d\x10\xa0\ \x55\x54\x80\x58\x8d\x52\x04\x51\x41\x24\x06\x45\xe6\x3c\x4f\x95\ \xb4\x1a\x95\x16\x80\x80\x2a\xe4\x5d\xa2\x4d\x6b\x3f\xfd\xe4\xb1\ \xf5\x34\x9d\xbf\xf3\x5a\x64\xb6\xa3\x00\xd6\x1e\xb8\xf6\xaa\xd1\ \xfa\xfa\x97\x57\x37\x4a\x1f\xee\xdc\xbf\x32\xac\xdc\x96\xd3\xb5\ \xe1\x70\x67\x78\x62\xfe\xe0\xc1\xc5\x85\x85\xe9\x76\x94\x34\x4d\ \xa3\xec\x79\x6c\x59\xc9\xf3\x7c\x30\x18\x44\xdc\x8c\x23\x74\x26\ \xdc\x95\xd0\xa4\x71\x99\x8d\x88\xf4\x7a\xbd\xc9\x8f\x3c\x69\x1f\ \x7c\x59\xc0\x22\x11\x6e\x9d\x7c\xec\xac\x9a\x2c\xb1\x00\x6a\x0d\ \x9d\x3b\xfa\xf0\xea\x33\x01\x90\x93\x34\x35\x2f\x0c\x13\x83\xb8\ \x85\x3d\xef\x7d\xe7\x2d\xaf\xa2\x74\x7f\x7b\x70\xef\xb3\xbd\xd6\ \xf7\xbd\xe3\x43\xc7\x1e\xfb\xf0\xe1\xcd\xb7\xbe\xef\x7b\xfe\xbd\ \xe1\xfa\xcb\x5f\x79\x18\xed\xd2\xde\xa5\xa5\xde\xe1\xe7\x02\x5a\ \x3b\x3e\x09\x51\x55\x01\x51\x35\x50\x72\xdd\xdb\x5f\xfd\x81\x0e\ \x77\xf7\xb4\x87\x9f\x79\xfc\xa9\xdb\xef\xfa\x9f\xf7\x0f\xff\xe8\ \x89\xe2\xe0\xeb\xae\xbd\xb5\x35\xf7\x8a\xed\x33\x1f\x39\xb5\xfa\ \xd8\xb1\x1b\xfe\xe5\x8f\x7c\xef\xff\x85\xb4\xf3\x85\x3f\x7b\x1c\ \xd9\x22\x20\x73\xc6\xc4\xd6\x76\x12\xad\xd8\xe6\x36\x69\x51\x79\ \xe4\x4f\x1f\xfa\xf9\xee\xe8\xc1\x8a\xee\xca\x92\x6e\xc6\xa8\x57\ \xa4\x52\x04\xa8\x42\x51\x95\xa5\xab\x03\x68\xa8\x8a\x44\x42\x4e\ \x08\x86\x01\x80\x81\x08\x94\x88\x3d\x02\xb2\xed\x97\xf5\xda\x6e\ \x1f\x3b\xed\xa5\x3d\x7b\x2a\x51\x8f\x08\x09\xa3\x4a\x6a\xf3\x6e\ \x92\x9f\xd9\xdd\x55\x6d\x2f\xda\x74\xbb\x2c\x72\x46\x04\x45\x8a\ \xb3\xa5\x91\x30\x72\xfc\x30\x52\xa0\xc7\x39\x23\x40\x46\x64\x62\ \x04\xc1\x98\xcc\x23\x8a\xbf\x45\x22\x04\x10\x55\x6b\x4c\xc2\x21\ \x88\xd4\xae\x26\x24\xef\xbd\x07\x2a\xd8\x1c\x3d\xb7\xd9\xda\xbb\ \x2f\x74\xba\xe7\x8a\xd2\xd8\x44\x49\x5d\xe5\x2a\x2f\xf9\xe2\x0a\ \x30\xad\x15\x65\x48\xfd\xc8\xa4\x66\x61\x79\x39\x69\x3d\x77\xfc\ \x48\x9e\x3b\x3b\x86\xb3\x71\x8e\xdb\x18\x2b\x0a\xaa\x20\xaa\x51\ \xc2\xb6\x21\x33\x5e\x40\xd8\x9e\x22\xeb\x34\x7e\x62\xfc\x6d\x5d\ \xd7\xb1\x43\xe3\x32\x4f\x23\x80\x20\xd0\x2f\x9d\x8a\x83\xa2\x38\ \x3d\x1c\x5c\x63\xa9\x60\xbb\x97\x28\x0d\xd8\x02\x32\x2a\x05\xfb\ \x21\xd1\x48\xf1\xe1\xb3\xbb\x4f\x14\x7e\xe9\xd0\x75\x92\xb6\x7b\ \x2a\x51\xcf\xad\x0a\xa3\xd6\x42\xfa\xb5\xf5\x73\x2e\xf8\xbb\xf7\ \xac\xac\xad\x9d\x9e\x47\xb0\xa0\x80\x12\x08\x84\x10\x91\x44\x01\ \x11\x99\x28\x04\x89\x09\x82\xb8\xf2\x44\x64\x00\x55\x54\x01\xe2\ \x7f\x42\x20\xaa\xc8\x14\x54\x39\x31\x09\x1a\x6a\x19\x54\x80\x2a\ \xf8\x3a\x0c\xa0\xde\xce\xb3\x87\xce\x6c\x9e\x51\xdc\x73\xed\xd5\ \x3b\xb5\x48\xa5\x85\xea\xa8\x74\x24\xd8\x59\x5a\x64\x81\xc7\xcf\ \x6d\x9a\xda\x21\x71\x91\xb6\x6e\xba\xe5\xce\x3f\x7d\xf4\xa1\x62\ \x6d\x2d\xb1\x36\x62\x5c\x14\x28\x88\x0c\xf9\xb8\xda\xde\xfb\xcd\ \xcd\xcd\x10\x42\x9a\xa6\x88\x58\x14\x45\x5c\xf9\xf8\xab\x66\xfd\ \x89\x28\x8e\x18\x6b\xda\x63\x46\xa3\x11\x8c\x83\x8c\x97\x45\x6e\ \x91\xed\x74\x93\x1c\xda\x34\xb3\xdf\x74\xfd\x8e\x47\xfd\xc7\x1f\ \x7b\xae\x48\xb4\x7f\xfa\xec\x63\xfd\x90\x3d\xf4\xf8\x47\x8b\xfe\ \xea\xe0\x91\x7f\xbf\xbd\xff\x16\xdf\xff\xda\xc9\x9d\x41\xca\xe1\ \x81\x07\x7f\xc1\x0d\x8a\xe4\x7c\x43\x21\x4e\x62\x34\x12\xb7\xfe\ \xd4\xf1\x2f\xce\x59\xbe\x6f\xeb\xb1\x33\xfd\xc1\xc2\xf1\xdf\x5d\ \xf3\xeb\x23\xdc\xfd\xda\xa9\x1e\xb8\x4f\x3e\x77\xf6\x19\x80\xf0\ \xe5\xfb\x7f\x61\x75\xef\x75\xc3\x9d\xc3\xab\xc3\x60\x89\x15\x46\ \x0f\xde\xff\xf3\x5a\x94\x09\x11\x41\x1a\x76\xef\xff\xf4\xfd\x87\ \xfb\x90\x96\xa7\x3f\x77\x16\xad\xb5\x8f\x7f\xfa\xab\xa7\x77\x21\ \xe5\x2b\x95\x73\xa9\xb5\xaf\x03\x28\x01\x54\x22\x44\x5c\x81\x92\ \x28\x20\x18\x40\x54\x25\xa4\xc0\x00\x88\xbd\x20\x35\x9a\x3d\x2b\ \xfb\x86\xb5\x28\x9b\xa5\xc5\x65\x93\x5a\x15\x09\x45\x21\x38\x32\ \x5d\xec\xfb\xda\xb2\x26\xc6\x78\x5f\x1b\x50\xd4\xf3\x4c\x18\x44\ \x6d\x84\x6d\x11\x35\xc6\xa5\x4c\xcc\x0a\x09\x13\xe1\x58\x68\x05\ \x91\x62\xe0\x0a\xaa\x00\x68\x54\x7d\x90\x5a\x7c\xed\x3c\x12\x05\ \x21\x31\x66\x75\xa7\x0f\x9d\xae\xb6\x3a\x43\x81\xe5\x83\x87\xd4\ \x07\x66\x1a\xd5\xa1\xbf\xba\x86\x0c\xed\xf6\x7c\xb1\xe3\xce\x0e\ \x8a\xa4\x3d\xb7\x7d\x76\x83\x92\x7c\x7e\x7e\xa1\xd3\x9d\x23\x62\ \x05\x35\xcc\xcd\xdc\x3e\x55\xb5\x22\x3a\x69\x71\x89\x5d\x7d\x0d\ \xf6\x35\xb1\x73\xec\x0b\x6c\x62\xc0\xb8\xc3\x63\x0c\xd8\x6a\xb5\ \xf3\x3c\xbf\x3c\x0e\x23\x31\x6d\xaf\x6f\x56\xbd\x22\x49\xe8\xcc\ \xa8\xbf\x80\x92\x70\x62\x12\x46\x9b\xb4\x35\x38\x25\x42\xa9\xac\ \x0c\x2d\x6f\x04\x3c\x52\xf8\xee\xfe\x03\xbe\x3b\x37\x02\xed\x76\ \xbb\x0b\xdd\xbc\xec\xef\x8a\xb4\xfb\x35\xe7\x64\x4e\x6e\x6c\x76\ \x7b\xa3\xfd\xad\xf9\x7e\x39\xb2\xc1\x03\x81\x80\xaa\x42\xaa\x86\ \x04\x14\x10\x88\x26\x0d\x8e\x12\x5d\xb3\xc8\x58\x67\xc1\xb1\x9f\ \x08\x20\x08\x8a\xa8\x80\x41\x82\x2a\xb8\x14\x0b\x29\xeb\xa2\x6c\ \x55\xc4\x9e\x1d\x99\x11\xc1\xa9\xed\xea\xda\x9b\xae\xe9\x8d\x34\ \x73\xf6\xc0\xbe\x03\x47\x57\x8f\xdf\x79\xc7\x2b\xbf\xfa\xc8\xa3\ \x43\xf5\x2b\xad\x76\x95\x0f\x9f\x1c\x8c\x16\x16\x16\x77\x47\x85\ \x5d\xdf\x4a\xdb\xdd\xe5\xe5\xb9\x4e\xa7\xd3\x20\x5d\x51\x14\x11\ \xe6\xd2\x34\x25\xa2\xe6\x28\x8a\x84\xc4\x76\xbb\x1d\x23\xee\xa8\ \x63\x14\xbf\x14\x00\x88\xdf\x57\xd3\x3b\x18\x7f\x8c\xe3\xbc\x5f\ \x66\x25\x97\x17\x13\xf1\x91\xaf\x4e\x3f\x7d\xfc\x38\x00\xb2\x49\ \x19\xcb\xb5\x73\x87\x89\x52\x84\x8d\x67\x8e\x9f\x89\xac\x43\xd0\ \x7a\x73\xeb\x19\xa4\xe4\xeb\x71\xc3\x11\x74\x70\xea\xf4\x97\x44\ \x81\x38\x31\xcc\xbd\x9d\xaf\x09\x1a\x86\xed\x27\x76\x9f\x02\x24\ \xc3\x09\x93\x95\xea\xd4\xd7\x8e\x1f\x47\x4a\x6c\x3c\xe2\xc0\x6f\ \x6f\x3f\x0d\x94\x30\x22\x00\x69\xbd\x75\xb6\x14\x66\x6b\x38\x03\ \x00\xf5\xfd\xb5\xad\x6d\xe6\xe4\xca\x65\xa2\x1b\x66\x63\x4d\xc2\ \xc6\x12\x5a\x46\x0c\xa1\x76\x5e\x55\x8d\x0a\x03\x3b\x1f\xc8\x26\ \x95\x0f\x3b\x95\x6b\xcd\x2f\x56\xb5\xe4\x49\x8b\x99\xf7\xb6\x17\ \xdb\x79\xb6\x6f\xff\xbe\xa3\xab\x27\x8f\x1e\x3d\x92\x5a\xeb\xaa\ \x82\x18\xf7\x75\x3b\x73\xad\xcc\x4c\xb8\xf9\xa2\x1a\x7c\x50\x85\ \xb8\x27\x15\x20\xa8\x04\xef\x55\x34\x10\x26\xc6\x8e\x42\xd0\xe0\ \xa3\xd3\xa2\xaa\x6c\xb8\xa1\x4c\xa3\x20\x95\xce\x4b\x1d\x44\x38\ \x31\x68\x93\x51\x90\xf5\xa2\xe4\xee\x42\xaf\xae\x21\xef\x2c\xef\ \xd9\x73\x70\xef\x5e\x23\x70\xdf\x83\x8f\x74\x92\x96\x3a\x57\xd7\ \x7e\x6e\x61\x4f\x55\x8d\x7a\x83\x91\x52\xc6\xca\x8b\xf3\xf3\x79\ \x2b\x45\xa4\x10\x7c\x1c\xe6\xd5\x38\x23\x49\x92\x20\x61\xd3\xc5\ \xd7\xfc\xdb\x34\xa8\xc5\xee\xc0\x26\xe7\x18\x23\xb8\xf8\xa3\xb5\ \xd6\x18\xbe\xec\x9e\x68\x51\x68\x11\x2f\x70\xd2\x49\xd3\xb4\xdd\ \x9a\xcf\x8c\x25\xd8\x28\x8b\x91\xf7\x5d\x82\x3c\x04\x70\x01\x8d\ \xad\xc0\x1e\xdb\x2d\x0b\x9b\x74\x97\x97\x7b\xc1\x77\xe6\x5b\xdd\ \x16\xbd\xf3\x2d\xaf\xea\x9d\x3b\x33\x77\xe0\xd0\xef\x7e\xf2\x4f\ \x42\x55\xb7\x5a\xed\x13\x45\xd9\x5e\x5c\x54\x9b\x56\xae\x04\x08\ \xc2\x2a\x10\x86\x81\x21\x44\x61\x2e\x22\xcb\xde\x39\xe7\x9d\x04\ \x41\x44\x43\x26\x45\xb2\x2a\x84\xa8\x08\x1e\x34\x44\xcd\x61\x22\ \x21\x16\xd0\x8d\xaa\xaa\x41\x3d\x40\x1a\x42\x06\xd6\xa7\xed\x93\ \x65\x81\xed\x6e\x55\xe3\x60\x77\x78\xd7\xad\xaf\x7a\xeb\x1b\xde\ \xb4\x33\xda\x3d\xb5\xb5\xf5\xa8\xe7\xc5\xbd\x7b\x37\x57\x4f\x1c\ \x3a\x74\xa8\xb7\xb5\xb5\x7a\x6e\x03\xd8\x14\xc3\xe2\xda\xab\x0f\ \xec\xdd\xbb\x2f\x4d\xd3\x78\xe4\x00\xc0\xc2\xc2\x42\x73\xdb\x5a\ \x1b\xc9\xf3\x0d\xf3\x29\xae\x70\x1c\x14\x11\x67\x8a\x35\xeb\x1c\ \xa7\xad\xc5\x29\xde\x0d\xe5\xfe\x79\xcf\xa2\xef\x2c\x05\x1d\x44\ \x93\x58\x33\xb5\xa5\xa3\x42\xc4\xf4\x9d\xc8\xfc\x0d\xaa\x37\x64\ \xa6\x84\x24\x88\x63\xc3\x21\x25\x64\xa7\x48\x96\x76\xfa\x47\x00\ \x64\x4e\xa7\x7f\x32\xd3\x27\x15\x92\xe1\xe4\x8a\x5e\xd2\x85\xce\ \x9c\xb8\xc0\x4c\x44\xc0\x80\xac\x4a\x2a\x24\x62\x54\x49\x51\xc1\ \x0f\xa5\xee\x8d\x46\x9e\x2c\x25\x39\xb1\x05\x91\x4e\xab\x83\x55\ \xbd\xb0\xb0\x54\x6d\xf7\x8a\xc1\xb0\xd5\xe9\xd6\xfd\x9d\x5a\xb1\ \xec\x0d\x10\x61\x58\x55\x96\xd9\x58\x26\x32\x84\x44\x80\x44\x4c\ \x86\x23\xe4\xd9\xd8\x72\xac\x12\x5b\x4d\x0c\x91\x01\x44\x22\x50\ \x50\x8d\x4e\x9a\xa8\x8c\xc3\x5d\x46\x54\x71\x2e\xa8\xcd\xb2\xc2\ \xf9\xad\xb5\x73\x5b\x23\x37\xd7\xc1\x00\xd4\xca\xb2\xdd\xed\x9d\ \x1c\x75\xa9\x3b\xb7\x77\x7e\x7e\xf7\xec\x56\x96\x65\x85\x2f\x4c\ \x9a\x76\x17\xe6\xd2\xac\x4d\xdc\x22\x4e\x95\x1c\xa0\x02\x00\x9b\ \x04\x01\xd8\x80\xb1\x49\xec\x35\x0c\x21\x80\x42\x94\x24\x68\x82\ \xe5\xe9\xf9\x2d\xb1\x0e\x70\x11\x62\x36\x69\x47\x11\x89\xdb\xfe\ \xb2\x60\x51\xf6\xcc\xcf\xdf\x79\xed\xb5\x9d\x6e\x07\x8d\x20\x08\ \xaa\xe7\xe0\x4c\xf0\x2a\x5a\x85\xa0\xb5\x2f\xeb\xb2\x57\xb9\x67\ \xb7\xd6\x17\xaf\x39\xe4\xd4\x5b\x8b\x4b\xdd\xf4\x9a\x7d\xcb\xe4\ \x06\x37\x5d\x73\xe0\xa1\x67\x8f\x2f\x2d\xaf\x6c\x8e\x8a\xc2\x98\ \x53\x3b\xbd\x4e\x77\xee\xe6\x03\x07\x55\xeb\x2c\x31\x26\x31\xc0\ \xe8\x00\x05\x10\x30\xb6\x46\x32\x87\x40\xce\xa9\xc6\x5e\x6f\x9b\ \x20\xda\x28\x98\x86\x80\xa2\xa8\xe2\xc5\x0b\xa1\xa8\x8a\x2a\x18\ \xae\xa1\x0e\x3e\xb4\x6d\x07\xc8\x9e\x5e\x3b\xf7\xe8\x53\x6b\xa1\ \xd3\x19\xf5\x7a\x2b\xfb\xae\xa2\xdc\x1e\x3f\x79\xfc\x55\x77\xdc\ \x3e\xe8\x0d\x6e\x3f\x74\xed\xd1\x33\xa7\x3a\x49\x4b\x00\xaf\x7e\ \xc5\xf5\x26\x4d\x39\x6b\x71\xda\x9d\x6f\x25\x29\x6a\x74\xf4\xac\ \x1d\x7f\xe7\xf1\x50\x89\x13\x23\xa6\x7b\x8d\x1a\x55\xb7\x78\xe7\ \xe2\xe2\x62\x3c\x90\xc6\x08\x38\x95\xc1\x68\xfa\x35\xcf\xe7\x49\ \x67\xb0\x38\xb3\x6f\xc1\x31\x83\xad\x24\x2d\xd3\x8c\x78\x1c\x72\ \xa9\x6a\x88\xda\x4f\xa2\x28\x0a\xc4\xa1\x0a\xa3\x32\xd8\x34\xe3\ \x24\x45\x60\xb6\x96\x53\xb3\xe7\xe0\xde\xdd\xdd\xed\x31\x88\x28\ \x8a\x22\xa7\xe9\xfa\xe6\xb9\xc1\x70\x40\xaa\xd6\x10\xb3\x21\x66\ \x50\x50\x2f\x4c\x84\x86\x89\x19\x19\x55\x21\x88\xe8\x58\x70\x9b\ \x0c\xaa\x41\x32\xd6\x22\x42\x08\xd2\x34\x81\x4d\x72\x1f\x48\x12\ \xca\xaa\x76\xaa\x95\x0f\x83\xd2\x71\x9a\xb6\x81\x98\x4c\x7f\x73\ \x67\x77\x73\x6b\xdf\xdc\xed\xcb\x4b\x73\x9b\x6b\x9b\x99\x61\x56\ \x05\x84\x5a\x83\x25\x65\x54\x2b\x5e\x81\x4d\x62\x7c\xf0\x00\x10\ \x55\x06\xe2\x9e\x24\x62\x63\x30\x56\x50\x9a\xbd\xd7\x24\xbf\x9a\ \x92\x78\xcc\xf1\x5f\x98\x22\xa7\x66\x03\xa7\x69\x7a\xd9\x1c\xfe\ \x10\x64\xbe\xdb\xba\x6a\xff\x4a\xd6\x6e\x7b\x0c\x41\x82\x0b\xce\ \xd5\x95\xf7\xb5\x17\x11\xef\xc5\x78\xb5\xf9\xda\xee\xea\x10\xe1\ \x60\xb7\xb3\x3d\x1a\x2c\xac\x2c\xb2\x84\x6b\x0f\x5d\xb5\xb3\xb1\ \x59\xed\x0c\x29\xd0\x62\xde\xda\x02\x90\x2c\x39\x5b\xd7\x3b\x27\ \x4f\x3d\x7c\x7a\x95\x49\x33\x63\xac\xe1\x40\x58\x80\x7a\x40\x44\ \x88\xc5\x26\x05\x04\x95\x20\x71\x5e\x1f\x26\x4c\xa9\x21\x40\x50\ \x80\xd8\x28\x4e\xcc\x31\xdf\xaa\x31\x2f\xac\xda\xef\x0f\x8a\xb2\ \x56\xc6\xd2\x6b\xe5\x74\xb1\xdd\x32\x49\xe2\x51\xfe\xec\x91\xfb\ \x5f\x77\xd7\x2b\xaf\x1f\xee\xef\x74\x72\x46\x69\x31\x12\x1b\xa9\ \x2a\x66\xec\x74\xf2\x24\xef\x50\xd2\x6a\x67\x09\xcb\x18\xbf\x22\ \x1d\x27\x1e\x33\x11\x04\xa3\xc3\x38\xad\x1b\x06\x93\x5e\xa3\x38\ \x51\x72\xcc\x13\x98\xd0\xa1\xa2\xc4\x4e\xc4\xc4\x78\xff\xcb\x84\ \xa0\x33\xb3\x97\x6c\xcd\x25\x38\x2f\xce\x23\x98\x80\xea\x41\x1b\ \x7d\x84\x58\xa3\x45\xaf\xae\x14\x44\x56\xa5\xa2\xac\xc9\x9a\xf6\ \xd2\xfc\x76\x31\x98\xaf\xfa\x9d\xe5\xfc\xd8\x53\xcf\x18\xd3\xaa\ \x8b\x52\x05\xea\x20\x0e\x54\x85\x92\xc4\x08\x12\x22\xa9\x22\x01\ \x1a\x6b\xeb\x78\xe6\x7b\x11\xaf\xde\x7b\x51\xd5\x71\x1d\x86\x48\ \x3d\x45\x9d\x15\xe2\x29\xaf\x4d\x22\xb9\x84\x54\x59\xc0\x58\xeb\ \x15\x6a\x44\xca\xac\x13\xad\x9d\x80\x1b\xed\xd9\xb3\xa7\xdf\xef\ \xad\x9e\x3e\x91\x5a\x78\xee\xc4\xb1\xa5\x85\xf9\xa2\x2e\x43\x11\ \x1c\x85\xbe\x2b\x2a\x95\x0c\x43\x6a\x15\x43\x16\xe7\xfc\x8d\x8a\ \x42\x44\xbc\xf3\xcc\x64\xad\x8d\x24\xc4\xe9\xea\x4a\x43\x25\x69\ \xe8\x8a\x4d\xc8\x0c\x97\x70\x18\x01\x40\x44\x5f\xcc\x69\x24\xe8\ \x6b\x2c\x50\x29\x78\x15\x55\xaf\xe0\x95\x3c\xb0\x53\x75\x82\x5e\ \xc0\x15\xc5\xb9\xc1\x90\xd3\xb4\x70\x65\xf0\xf5\x81\xbd\x7b\x07\ \xfd\xc1\xd6\xf6\xe8\x9d\x6f\xfb\xbe\xaf\x7e\xe5\xfe\x13\xc7\x0f\ \x0b\x8b\x94\x95\x22\x16\x8c\x7d\x17\x20\x04\x04\x48\x2a\x8f\x80\ \x1e\x40\x41\x05\x21\xaa\x23\xab\xaa\x08\x84\xa9\x82\x4f\x24\x40\ \x11\x8d\xa7\x9a\x2a\x80\x00\x48\x00\x04\x20\x06\x14\xc8\x03\x20\ \xf3\xd0\x62\xe9\x05\x04\x88\xb1\x1c\x56\x0b\x94\x56\xc3\x41\xde\ \xb5\xc7\xd6\x9f\x7b\x43\xf2\xca\x33\xbb\xab\x27\xd7\x9e\xbb\xed\ \xa6\xdb\x9e\x7c\xfc\xd1\x3c\xe7\xa2\xdf\xd3\xe0\xb2\xb6\x53\xec\ \xe3\xfc\x42\xa7\x9d\xc5\x53\xa4\xaa\xaa\x38\xec\x21\xcb\xb2\x58\ \x8c\x8e\xb9\x5a\x1a\x4f\xa2\x88\xb4\x6d\x6c\xe4\x24\xaa\xaa\x6a\ \x84\x81\x63\x0a\x32\x52\x76\x60\x32\xd3\xbc\x19\xa7\x33\x83\xc5\ \x99\x7d\x6b\x50\x11\x40\x9c\x0f\xde\x23\x93\x22\x28\x88\x20\xa8\ \x82\x08\x88\xa8\x06\x25\xef\x41\xb1\x93\xb5\x03\xa2\x0b\x01\x19\ \x8a\x50\xef\xbd\x7a\xdf\x5a\xef\xdc\x70\xad\xd7\xee\xe4\x58\x03\ \x04\xaf\x22\xdb\x3b\x5b\x36\xb1\x49\x92\x24\x89\x05\x62\x22\x86\ \x58\x8d\xd6\x71\x2a\x28\x80\xa8\x02\x04\xaf\x08\x63\x58\x54\x24\ \x54\x9e\x08\x20\x1a\x63\x74\x0a\xa7\x10\xc1\x00\x19\x05\x2f\xc1\ \x00\x52\x86\x95\xf3\x24\xa1\x76\x75\x2b\x4b\xeb\x62\xb8\x7f\x65\ \xa5\x0c\xfd\xb5\x73\x67\x0f\x5e\x75\x60\xf3\xec\x4e\x7f\xd8\xe7\ \xc4\x0a\x21\x30\x38\x0c\x06\x3d\x8b\x77\xc3\x21\x5b\xeb\x9c\x1b\ \x8d\x46\x91\x7e\x43\x44\xa9\x88\x31\x36\x02\x63\x04\x08\xd0\xf3\ \xdd\x17\x51\x7c\x7b\x0c\x9a\x21\x28\x80\x4c\x3c\x9a\xb1\x23\x19\ \x8b\xa4\x78\xf9\x93\xc1\x11\xb0\xf4\xd5\xc0\x8d\x20\xb5\x08\x14\ \x04\xbc\x0f\x55\xed\x5c\xf0\xce\xfb\xda\xd7\x55\x51\xbb\xba\x4e\ \xbb\x6d\x23\xae\x2c\x4b\xcb\xbc\xb3\xb9\x7d\xcb\x2d\xb7\x9f\x39\ \xbb\xf3\x8b\xff\xe1\xd7\x45\xe9\xe0\xde\xe5\x8d\x33\x47\x33\xa6\ \xcd\x5e\xbf\x0a\x02\x0c\x60\xd8\xb0\xa1\x34\xb5\x6c\x12\x11\xad\ \x3d\x03\x36\xf1\x69\xf4\xb6\x26\x13\x04\x00\x50\xd1\x20\x31\x1b\ \xc3\x44\x84\x8a\xa0\x12\x42\x60\x22\x63\x2c\x8a\xb6\x2a\x50\x24\ \xb4\x02\xe0\xc5\x07\x76\xca\xb5\xcf\xbd\x94\xbb\xbd\xdb\x5e\x77\ \xf7\x56\xb9\xf3\x9f\x7f\xfb\x37\x6e\xba\xfe\xd6\xd7\xbc\xe1\xd5\ \xc7\x9f\x3e\xe6\x5d\x49\xad\x9c\x00\x30\x04\xa8\x2b\x63\xa9\x2e\ \x87\x3d\xa9\x5d\xed\x76\x76\x76\x8a\xa2\xa8\xaa\x0a\x11\x97\x97\ \x97\x97\x97\x97\xa3\x97\xdd\xc8\x00\x37\x92\x45\x55\x55\x01\x40\ \xbb\xdd\x36\xc6\xc4\xc7\xab\x8e\xbb\x30\x1b\x9e\x80\xaa\x22\x82\ \x0f\x3c\x53\xe7\x9e\xd9\xb7\xd8\x12\x83\x86\xa3\x18\x3f\x45\xcf\ \x42\x15\x45\x48\x45\x11\xd8\x1a\xb4\x6c\x54\x83\x68\x00\x0d\x2a\ \x3b\x67\xcf\xe6\x8c\xf3\x0b\xf3\xa9\xd2\xa0\xdf\x1f\x0c\x77\x43\ \x5d\x17\xc3\x11\x49\xe8\x76\xbb\xb1\x03\x81\x62\xc8\x8c\x48\x68\ \x08\x39\x66\xe5\x7c\x08\x00\x1a\x07\x09\x34\x31\x32\xa0\xe0\x24\ \xa0\x26\xa6\xd8\x1b\xaf\xa0\x88\xc8\xc4\x04\x10\x82\x0f\x21\x66\ \x1b\x49\x40\x83\xf3\xce\x39\xd4\x30\x18\xf6\x44\xfc\xdc\xd2\x3c\ \x42\xba\xdb\x1f\x9e\xdb\xde\xf0\x22\x9d\x6e\xdb\x18\x03\x84\x86\ \xd8\x20\x23\x29\x31\x03\x8a\xb5\xd4\xe9\xb6\xa6\x9d\xb5\xc8\x4e\ \xc0\x58\xde\x11\x25\x26\x8c\xea\x7e\x93\xfb\x14\x40\x91\x02\x88\ \x02\x28\x22\xf0\x98\xe6\x2d\xa2\x31\xd8\x74\x22\xfe\x45\x9c\x47\ \x84\x86\xc0\x22\x30\x22\x01\x78\x11\x8f\xea\x7d\x55\x7a\x57\x13\ \x62\x66\x29\xa5\xb4\x95\xb3\x73\xde\x79\x27\x22\xab\x27\x4f\xcf\ \xb5\xe7\x5f\xfd\xea\xd7\x54\xd7\xfa\xe3\xcf\x9d\xd8\xde\x5a\xdb\ \xd9\xda\xec\xf5\xfb\x83\x9d\x5e\xdb\x72\xb7\xdb\xb6\x93\x21\x33\ \x00\x08\x22\x8c\x64\xc8\x38\xe7\xca\xaa\x42\x00\xc0\x96\x8a\x34\ \x7a\x36\xc4\xc4\x96\x54\x95\x90\xd8\x18\x63\x18\x44\x1b\xa6\xba\ \x31\x06\xbd\x04\x90\x0c\x65\x09\x40\x44\xb5\xae\x47\xbd\xc1\x8e\ \x1f\x20\xf3\x91\xaf\x3d\xb5\xef\xd0\xfe\xd7\xdf\xfd\xba\xc4\x24\ \xcf\x3e\x73\x74\xf5\xcc\xf1\xf9\x85\x6e\x7b\xbe\x6b\x52\xcb\x49\ \xc2\x49\x6a\x13\x8b\x44\x4c\xd6\xb6\x52\x6b\xd3\xc8\x90\xf7\xde\ \x27\x49\x1a\x87\xe4\x44\x27\x31\xde\x88\x5f\x87\x73\x2e\x86\xd5\ \x3e\x78\x09\x42\x08\x4c\x00\x40\x9c\x67\x41\xc6\x64\x00\x6b\x59\ \x45\x47\xc5\xa8\x2c\x46\xaa\x72\xc5\xcf\x89\x9e\xd9\x4b\xd9\x62\ \x96\x3d\x42\x01\xaa\x22\x00\x29\x02\x31\x19\x1b\xbd\x29\x11\x2f\ \xaa\x24\xc1\x48\x6c\x65\x0d\xeb\xab\x67\xb6\xd7\xcf\x31\x9b\x10\ \x02\x81\x84\xe0\x6c\x6a\xf6\x2f\x1c\xe0\xc6\x88\xc7\x85\x0b\x24\ \x42\x9e\x9e\x94\xd2\x24\x86\xc6\x5d\x74\x30\x86\x45\x24\x8c\xfd\ \xb9\x53\x3a\x37\x44\x44\xe3\x01\x55\x12\x2b\xc6\x2a\x41\xbc\x77\ \xb5\x73\xd1\x8f\xdb\xda\xea\xe9\x56\x0f\x00\x38\x31\xdd\x56\x2b\ \xcf\x73\x98\x34\x2f\x53\x0c\x11\x31\xe6\x4c\xd1\x10\x4f\xcb\xd0\ \x36\xf8\xa8\x0a\x02\xe7\xa5\x20\x9a\x1a\xcb\xd8\x1f\x21\x02\x19\ \xb7\x25\x8e\x9f\xc9\x63\xad\x46\xb6\x96\x88\x2f\xaf\xf9\x4f\x35\ \x4a\x66\x25\x8c\x46\x27\xd5\x1e\x44\xec\xb4\x72\xa4\xb6\x8a\xfa\ \xe0\xd8\xa0\xf7\xae\xae\xea\xa2\xa8\xea\xba\x96\xa0\x4f\x1c\x7e\ \xec\xf8\xd1\xa3\x69\x9a\x84\x10\xd4\xfb\x62\x38\x2c\x46\xa3\xf9\ \x6e\x7b\x7e\x7e\x2e\x49\xd2\xc4\x5a\x6b\xad\xb1\x16\x01\x7c\x08\ \xc6\x24\x93\xa9\xd6\x15\x11\x19\x63\x61\x32\x6e\x0a\xa7\xf4\x27\ \x11\x90\x4d\x2c\x7d\x51\x24\xf1\x30\xb3\xb1\x36\x68\xf0\x1a\x54\ \x54\x24\xa8\x52\x08\xa1\xae\x5d\x31\x2a\xcb\xaa\xf6\xce\xaf\x9e\ \x38\x7d\x76\xf5\x8c\x8a\x54\x75\xbd\xff\xc0\xde\x76\xbb\x3d\x37\ \x37\x17\xf1\xd4\x18\xc3\x6c\x10\x98\xd9\x4e\xa7\x0b\x1b\x1e\xe2\ \x44\xbe\x88\x9b\x12\x4a\x53\xe8\x8f\xf7\x88\x0a\x84\x00\x41\x68\ \x7c\x25\x8d\x67\xae\x01\x22\x10\x74\xda\x2d\x1a\x27\x40\x66\x25\ \x97\x99\x7d\xeb\x60\x51\xc2\x45\xda\x30\x4d\x9e\x3b\x92\x0e\x99\ \xed\x34\x8e\x58\x6b\xcb\xb2\x8c\xc5\x16\x66\x4e\x98\xbc\xf7\x44\ \xdc\x6a\xe5\xa2\x2a\x21\x34\x83\x8d\xc6\x0e\x19\x72\x53\xa9\x68\ \x72\x49\x4d\xa6\x0e\x59\x63\x53\x1a\x4e\x59\x53\xdf\x00\x40\x51\ \x39\x3f\xcc\x14\x94\x98\x1b\x95\xb0\xd8\x5a\x14\x44\x1b\xe6\x07\ \x5c\x38\x48\x40\x01\x82\x02\xc1\xf9\xa2\xca\x74\x26\x31\x3e\x3c\ \xa6\x08\xe3\x67\x69\xde\x5b\x03\x1b\xf1\x03\x34\x7d\xd0\x4d\x89\ \x20\x22\x35\x5c\x6e\x6f\x13\x22\x06\xef\xcb\xaa\x8a\xae\x69\x1c\ \x42\x1d\xc5\x63\x52\x63\x6c\x6a\x55\x13\x44\x15\x4d\xda\x79\x6b\ \x6e\x0e\x44\x04\x80\xaa\xaa\x8e\x91\x26\x11\x19\x46\x0d\x4b\x4c\ \x34\x37\x3f\x6f\xd8\x54\x55\xc9\xc6\x4c\x1f\x48\xaa\x80\x48\xb1\ \xbc\xcf\x6c\x00\x21\x84\xa0\xd2\x7c\xbf\xd0\xf4\x5b\xc6\xa3\x6a\ \x9c\xbe\x10\x65\x66\x62\x52\x94\x28\x62\x34\x59\x0f\x42\xe0\xe8\ \x68\xaa\xa8\x68\x90\xc9\xa8\xcb\x2c\xcb\x65\xe2\x87\x4e\x94\x15\ \x91\xd0\x20\x72\x43\x80\x9f\x6e\xa0\x9c\xac\x80\xc6\x8a\x56\xac\ \xab\x34\x87\xe5\x58\xd4\x92\x18\x21\x10\x11\x13\xe1\x44\x9e\x43\ \xc6\x0a\x1d\xf8\xbc\xa4\xc5\x19\x2c\xce\xec\xc5\x9a\x31\x36\x66\ \xb2\x27\x45\xd2\xd0\xf8\x6b\x31\xc1\x17\xaf\xdd\xc6\x00\x20\x49\ \x92\xf1\x54\x13\xef\x19\x34\x4b\xd3\x08\x24\x69\x66\x2f\xe0\xc2\ \x00\x00\x1b\x0f\x49\x44\x41\x54\x12\x87\x5b\x4e\x34\xae\x21\xd6\ \x55\x0c\x22\x78\x1f\x9a\x91\x00\xd3\xc0\x44\x84\x48\x70\x7e\x3f\ \xc5\x1e\xde\x89\x67\x01\x00\xb1\x0b\xa6\x01\xbb\x66\xa0\xca\xf8\ \xdd\x0a\xa0\x48\x04\xe2\xe9\xc1\x55\xe3\x3f\x01\x4a\x93\x4a\xce\ \xb4\x6c\xe2\xe4\x1e\x51\x45\x9a\xa0\xde\xf4\xee\xbd\xb4\xc0\xd2\ \x6c\xef\xf3\x90\xaa\xaa\x97\x3b\x05\x57\x55\xd2\x2c\x9d\x9b\x9b\ \xcb\xb2\x2c\xbe\xed\xba\xae\xcb\xb2\x8c\x04\x3d\x66\x93\xa5\x09\ \x12\x20\x29\x93\x21\xb2\xcc\xc8\x6c\x45\x20\xb6\x12\x33\x73\x70\ \xce\xfb\xaa\xf1\xb3\x3a\x73\x73\xc6\x18\x1f\x02\xa8\x1a\x6b\x13\ \x6b\x55\x51\xc2\xb8\x74\x3b\x61\xc3\xc0\xa4\x94\x24\x48\x3a\xf1\ \xdb\x30\x2e\x6e\xe4\x4b\x37\x08\x15\xd4\x8b\x7a\x00\x54\xc5\x31\ \xf7\x9e\x6d\x08\xe3\xeb\x01\x00\x04\xd4\xda\x24\x8a\x4e\x36\x67\ \x52\xb3\x6e\x44\x0c\x4a\x11\xe8\x2f\x55\xf0\x6d\x8e\xa8\xe6\x8b\ \xd3\xa9\x16\x4c\x44\x24\x26\x50\x54\x00\x17\x14\x45\x00\x20\x04\ \x01\x24\x45\x08\x12\xa4\xf6\xaa\x33\x58\x9c\xd9\xb7\xd6\x5b\x3c\ \x4f\x19\x9b\x56\xed\x6f\x42\x51\x1a\xa7\x02\x89\x90\x62\x8c\x8b\ \x84\x84\x0c\x88\x08\x01\x89\x98\x0d\x22\xa8\x6a\x1c\xac\x0a\x3a\ \x8e\x95\x00\x51\x44\xbd\x08\x51\xf4\x09\x39\x9e\xfc\x31\xb7\x48\ \x88\xe3\x96\x5c\x1c\xa3\x12\x46\xfd\x1a\x85\x09\x4f\x08\xc6\x61\ \x38\x61\xe3\x94\x8d\xb3\xef\xaa\xa0\x91\x4e\x84\x80\xac\x00\xce\ \x87\xf1\x13\x81\x22\x20\xc6\x98\x11\xb0\x89\x73\xc7\x5e\xe1\xb4\ \x53\x1c\x24\x48\x08\x4d\x39\xa5\x99\x1c\x32\x8d\x83\x97\xa2\xea\ \xf8\x31\x88\x2f\xa2\x0d\xfe\x3c\x0a\x47\x5c\x4b\xd3\x34\x49\x92\ \x08\x31\xc6\x18\x44\x30\x86\x00\x35\x2a\xfa\xc4\x46\x11\x63\x92\ \x56\xab\xc5\xcc\xb1\x22\xd1\xed\x76\xbd\x77\x00\x18\xd9\xd1\xce\ \x39\xc3\x0c\x0d\xbe\x8b\x8a\x08\x21\xc6\xba\xed\xb4\xe6\x85\x31\ \x0a\xa0\x44\x63\xbf\x2e\x2e\xd6\xa4\x35\x73\xfc\x5c\xb2\x86\xd1\ \x8c\x3f\xb7\x22\x28\xaa\x42\x94\xfe\x10\x11\x00\x04\x82\x10\x7c\ \x13\x40\x5c\x78\x8a\x28\x28\xab\xc2\x5f\xe6\xd6\xa9\xaa\x88\x6f\ \x0e\xe0\xe6\xbd\x35\x45\x98\x58\xec\x6a\x88\x3b\xb1\xfc\x02\x8a\ \xe7\x13\x2c\x33\x6f\x71\x66\xdf\x42\x43\x6c\xa8\x2a\xd3\xa3\x90\ \x1b\x4c\x9c\x14\x46\xce\xa3\x46\x3c\xf6\xbd\x0f\xe3\x08\x9b\xb0\ \x19\xa7\xe7\x7d\x68\xa4\x6e\x26\xfd\x7c\x31\x29\xa7\x13\x27\xef\ \xbc\x6b\xd6\x08\x49\x35\x30\x31\x16\xce\xa1\xf1\x45\x3f\xed\xc1\ \x35\x15\xd4\x69\x9c\x42\x40\x05\x45\x8c\xce\x63\xd4\x4f\x1f\xf3\ \x3c\xa6\x1f\x1f\xb7\xd3\xd8\x7b\xd4\x49\xc7\x0d\x44\xe0\x38\x7f\ \x1e\x4c\xfb\x92\xd3\xf1\xf2\x74\xe4\xdb\x74\xc8\xa8\xaa\x48\x80\ \xcb\x9f\x5e\xa0\x70\xa1\x0b\x1c\xc1\x31\x56\x24\x10\x51\x63\x57\ \x5e\x5c\x45\x45\x00\x48\x92\x74\xa2\x0b\x19\x8c\xb5\x82\x28\x0a\ \x6c\x92\x08\xf4\x95\xf3\x84\x44\xc6\x44\x87\xbd\xaa\x6b\x09\xc2\ \x48\x32\xd5\x5d\x7c\x1e\xc5\xc7\xbd\xe7\x17\xa0\x0b\x22\x4e\xfb\ \xc9\x48\xcd\x17\x28\x0a\x04\xb1\x81\x7d\x52\xac\x8f\xb5\x1a\x09\ \x82\x44\x4c\x51\x58\x7d\xd2\x45\x7e\x5e\xf6\x1c\x2f\x5a\xd2\x09\ \x20\x2a\x22\xc4\x91\x55\x4d\x73\xcb\x54\xda\x64\xf2\x18\x40\x66\ \x33\x75\x0d\xa0\x48\x08\x22\xa0\x10\x73\x02\x33\x58\x9c\xd9\xb7\ \xcc\xa6\x62\xc6\x26\x44\x9d\xa6\x34\x8f\x77\xb0\x46\x15\x5f\x9a\ \x8a\xba\x9a\x33\x3b\xa6\xb1\x62\x19\xa1\x49\xcf\x45\x7f\xa2\x29\ \x6b\x4c\xdc\x41\x68\x9e\x0b\xf1\x59\x88\xd4\x70\xaa\x63\x4f\x74\ \x03\x14\x93\xf7\x73\x41\x78\x7b\x51\x24\xcb\x44\x30\x06\x47\x6c\ \x3c\xba\x06\x6b\x41\x23\xbb\x50\x2f\x0d\xdf\xc6\x28\x3f\xb5\x15\ \xa7\xc3\xe7\x26\x12\xbf\xc8\x73\x9c\xf6\x58\xc7\x25\x9d\xcb\xb5\ \x71\xc1\x77\x92\x90\x8b\x98\x38\x95\x49\x88\x79\xcb\xf3\xb0\x18\ \xa1\xff\xfc\x7c\x85\x71\x1b\x9c\x46\x39\xa2\x88\x20\xde\x07\x22\ \x61\xa6\x58\x2e\x07\x44\x20\xa6\x4b\x52\xae\xf1\xd3\x5c\x74\xc7\ \x64\xa5\xe3\x43\x11\x31\x8e\x6d\x88\x17\x48\xa3\x10\x35\x3e\x24\ \x15\x14\xce\xa3\x59\xbc\x46\x62\xe7\x7b\xfc\xe6\x68\x7c\x0a\x5d\ \x94\x76\x18\x4f\x16\x53\x22\x88\xae\x71\xe3\x2f\x37\xfd\x7f\x3a\ \xf1\x24\x45\xc1\x5a\xc3\x6c\x88\x50\x45\x7c\x10\x62\x36\x6c\x44\ \x44\x23\x0d\x7d\x06\x8b\x33\xfb\x56\x02\xe3\xf9\x12\xe1\xf4\x78\ \x93\x86\xc4\x12\xd1\xb0\xe1\x52\x34\x5b\x77\x7c\xa1\xab\x46\xd1\ \xb0\x09\x30\xd1\x44\x49\x11\x27\x3b\x0f\x27\xc5\xcf\xf1\xd5\x1c\ \x1f\x39\xd9\xfa\xf1\x46\xc3\x07\x6c\x00\x11\x00\x80\x18\x0d\x31\ \x4c\x6d\x50\x55\x9d\x0e\x8a\x01\x49\x11\x65\x1a\xf7\x62\x39\x7b\ \xfc\x5b\x50\x2f\xdf\xe0\x53\xc7\xa6\x8e\x69\xc0\xbd\x08\x1f\xa7\ \xc3\x4f\x99\x22\xb8\x40\x43\x30\xba\x5c\x5f\x91\x2e\xb1\xc6\x49\ \x1f\x2f\x1f\x62\x84\x45\x42\x9e\x46\xa8\x4b\x83\xf1\xe6\x80\x13\ \x89\xfc\x44\xd6\x48\xe6\x6e\xf2\x12\xe3\xb4\xc2\x34\x96\x44\x01\ \x9d\xe9\x5c\x8a\x3b\x9f\x33\x21\xb4\x36\x9d\xe0\xda\x98\x33\x18\ \x82\x20\x22\x68\x1c\x78\x06\x6c\x28\x6a\xb0\x4d\x16\x4a\x2f\x4d\ \x1c\x4f\xbb\xa2\x53\x7e\xb1\x20\x72\xfc\xb8\xd1\xb5\x6f\xdc\x46\ \x6d\xd0\x94\x48\x45\x6b\x1f\x30\xfe\x51\x44\x64\xa6\x48\xe8\x89\ \xbd\x50\xb3\x20\x7a\x66\x7f\x5d\xf1\xf4\x05\x0e\xc0\xf3\x22\xe9\ \xe4\x5a\x6f\x60\x45\x26\x75\x0c\x98\x00\xe3\x18\x55\x61\x2c\x91\ \xa3\xd3\x9d\x76\xf1\xf1\x8d\x93\x37\x79\x0f\xe3\x50\x3d\x12\x49\ \x24\x68\xb8\xd0\x6d\x43\x84\xf3\x48\xa6\x2a\x34\xd6\xb2\x9d\x9a\ \xd3\x02\xe7\x2b\x22\x1a\x3d\x50\x3c\xef\xf5\x6a\x33\xcb\x25\x7a\ \x91\xfe\x52\x67\x70\xfa\xf6\xb4\x0e\xe3\x74\x40\x3d\xdd\x1f\x7d\ \x79\x99\xc5\xf8\x82\x91\xbe\x17\x29\x7b\xd3\xae\xba\xaa\x88\x06\ \x9c\x82\x45\x91\xb1\x98\xd6\x79\xe0\xbe\x24\x47\x4c\xcc\xc4\xac\ \xaa\x41\xc6\x09\x40\xc4\x88\x57\xa8\x17\xc3\x60\x74\x45\xa7\x7e\ \x22\x02\xc4\xc8\x25\x00\x09\x3c\x09\xb1\x9b\xf3\x83\x88\x10\x18\ \x62\x6a\x17\xf4\xa2\xa5\x8e\xf5\x93\x46\xad\xf2\xd2\x6b\x69\xea\ \x40\x25\x00\x68\xf4\x68\xe1\xc2\xf9\xdd\xe7\xab\x6d\x08\x13\x69\ \x45\x69\x14\xc9\x26\xb9\xd1\xe7\xd7\xde\x9a\xc1\xe2\xcc\x5e\x2c\ \x1a\x4e\xc6\x05\xa8\x4e\x9a\x91\x27\x34\x31\x8c\xb3\x28\x63\x32\ \x2e\xfa\x1d\x71\x7f\xe1\xb8\x3e\x1c\x67\x5e\xc5\x5b\x91\x76\x31\ \xf1\x0f\x9b\x0c\xda\xc4\x31\x6c\xfa\x43\xa6\xdc\xc1\xf8\x98\xe6\ \x01\x51\x30\x42\x27\x61\x76\x84\xb1\x00\x1a\xfb\x63\xb4\x11\x4c\ \x6c\x3c\x12\x0d\x3a\x41\xca\x31\xec\x35\x8e\xd1\xf8\x2e\xa5\x6f\ \x10\x44\xab\xc6\xfc\x1d\xe8\x05\xc9\x84\x0b\x6e\x4f\xc7\xce\xd3\ \x34\x26\x1f\x07\xda\xbd\x38\x27\x3d\x12\xfd\xa2\xdf\x14\xd5\xfc\ \x27\xef\xd0\xc7\xea\x51\xac\xd3\xc7\xcc\xdb\xf4\x11\xa2\x97\x78\ \x64\xd1\x9a\xec\x27\x11\x8f\xbf\x96\x89\xdb\x4b\x17\x88\x4a\x35\ \x52\x6f\x63\x9c\x66\xe2\xe9\x37\x16\xd5\x0f\x75\xac\x2f\x34\x41\ \xb4\x31\x23\x4a\x14\x14\xc8\x83\x5e\x70\x46\x36\xab\x0a\x93\xe6\ \xf1\x4b\x61\xb1\x39\x0c\xa6\x63\x8e\x4b\x93\x15\x21\x86\xca\x88\ \x4d\x3f\x4c\xcc\x45\xc6\xe7\x66\x19\xcc\x60\x71\x66\xdf\xe2\x20\ \x1a\x40\x15\x65\x52\x91\xc0\x49\x95\x24\xb6\x46\x23\x48\x0c\x62\ \x54\x05\x85\xb0\xa1\xea\x8d\x1d\x2e\x68\x70\xee\x22\xaa\x74\x33\ \x88\xa0\x71\x07\x1a\x3a\xa4\x8c\x73\x91\xf1\x21\xe3\x3d\x3f\xf5\ \x7e\x50\xc7\xe1\xb7\x02\xa0\x84\xe8\x84\x4e\xaa\x28\x17\xe0\x5b\ \x43\x1b\xc4\xa6\xc8\x32\x29\xab\x8c\xb7\xb3\x86\x30\x8d\x92\xa2\ \x12\x3d\x35\x9d\x2a\xb2\xc6\x37\x38\x06\x41\x00\x95\x26\x08\x07\ \x91\xc9\xbd\x4d\x22\xf5\x7c\xb5\xe4\x45\x8a\xc9\xc5\x94\x45\x54\ \x6f\xf4\x21\x04\x22\x0c\x21\xe8\xa4\x8e\xac\x20\x28\x88\x93\xd1\ \x0f\x88\xa1\xa9\x1d\x45\xef\xf8\xa2\xcc\xa6\x6a\x03\x49\x6c\x4c\ \x32\x21\x56\xca\x34\x84\xc6\x65\x17\x15\xd0\xb1\xb7\x3e\x3e\x80\ \x04\x54\x42\x73\x62\x4d\x4e\x9e\x31\x2a\x22\x51\xa4\x30\x22\x8c\ \xc3\x66\x98\xd0\x09\xa6\xd1\x6d\x5a\xe3\xa3\xa1\xa9\x4e\x03\xe5\ \x74\xbc\xdc\x84\xcc\x4d\x56\x11\xa6\x98\x4f\x31\xa9\xd2\x48\x45\ \xc0\x44\xc5\x23\xd6\x97\x5e\x08\x85\x7e\x06\x8b\x33\x7b\x51\x9b\ \x53\x00\x24\x4a\xdb\xc3\x44\x25\x62\xb2\x33\x50\x00\x51\x22\x83\ \x83\x80\x10\x27\xc9\x35\x8c\x3f\x4e\x72\x6b\x7a\x1e\x2b\xcf\xfb\ \x02\x31\x2e\x03\x54\xb9\x34\xcd\xa4\x8d\xca\xe1\x84\x0a\x34\xc6\ \xa0\x0b\x2a\x41\x00\x51\x08\xeb\xfc\xc6\x8b\xf8\x18\xc7\x60\x4d\ \x90\x6b\x1c\x55\xcb\xc5\xa9\xfd\x09\x96\x48\xa4\xfb\xc4\x7f\x75\ \x9c\xce\xd4\x89\x73\xa9\x4d\xe6\xb0\x79\x7b\x61\x2a\x5e\x16\xb9\ \x00\x86\x21\xd6\x13\xc6\xc8\xf8\xa2\x4a\x2e\xaa\xea\x83\xf8\x10\ \x50\xc6\x00\xe1\x83\x06\xf1\xe0\x43\x53\xf9\x88\x7f\x21\x88\x80\ \xca\x74\xd1\x56\x1b\x5d\x6d\x3d\x9f\xbd\x8d\xfc\xed\x58\xc8\x0f\ \x41\x05\x62\x9a\x8f\x14\x14\xe2\xa7\x53\x10\x0d\x2a\x8a\xa4\x84\ \x88\xca\xd1\x7f\x9c\xe6\xee\x34\xd9\x86\x30\xa9\xc9\xa8\x2a\xc7\ \x33\x00\x41\x34\x28\x34\xbe\xe3\x79\xa1\x8d\x38\xf1\x79\xba\x79\ \x69\x7a\x16\xd8\xf4\xeb\x4f\x11\xe3\x2f\x50\xe8\x18\xcf\x86\x9e\ \x4c\x26\xd0\xc9\xca\x37\xe9\x8b\x26\xeb\x1a\xa6\x08\x55\x33\x58\ \x9c\xd9\xb7\xae\xe2\x72\xbe\xf3\xe1\x1b\xa4\xb2\x2f\x08\xd9\x14\ \x04\xe5\x2f\x4b\x44\x4e\x63\x13\x02\x5e\xf4\x9a\x51\x4f\x34\x3a\ \x0e\x8d\xf0\x72\x0c\x24\xa7\x1d\x87\xc6\x9a\x70\xac\x51\x52\xb9\ \xa8\x24\x72\x11\x71\x07\xa6\x5b\x59\x10\xe3\x28\xe7\x8b\xea\x00\ \x97\xd2\xb6\xbf\x2e\x57\x11\x2e\xe1\x2d\x5e\x58\x93\x11\xbd\x7c\ \x82\x0e\xc8\x85\x7f\xba\x49\xc9\x4d\x17\x28\x9a\x4e\xa1\x49\x1d\ \x82\x9a\x06\xca\xd8\x9c\x7d\xc9\xc2\xe3\x24\xd5\x10\x44\x9b\xfc\ \xe9\x18\xf4\x45\x82\x82\xc4\x31\x00\xde\xb9\xcc\x66\x51\xa5\x7c\ \x7a\xdc\xca\xd4\xb2\x5f\x30\x00\x76\xba\xcf\xe7\xd2\xab\x27\x62\ \x62\x23\x48\x61\x8c\x89\xaf\x1c\x23\xdf\x06\xce\xa6\x43\x66\xef\ \xeb\xe9\x03\xef\x62\x56\x94\x42\x98\x78\xe3\xd3\x03\x24\xbe\xee\ \x15\xf2\x1d\x07\x8b\x4d\x8b\xd2\x77\x24\x5c\xfd\xf5\xfd\xa1\xe9\ \x3d\xd9\xf8\x23\xd3\x61\xef\x74\xb8\x34\xbd\x75\xa7\x2f\xd0\xe9\ \x5f\x5d\xf0\x44\xbd\xe0\xf1\x53\x03\xf6\x60\x7a\x2c\xfd\x74\xa7\ \xc4\xa5\xc9\xb2\x06\x14\x2e\xea\xde\x9b\x0e\xbe\x2e\x62\xd8\x8c\ \x93\x59\x17\x46\xdd\xcf\x0b\x8b\x11\x9d\xa7\x09\xde\x97\xbe\x38\ \x4c\x04\x35\x5e\xcc\xa5\x1d\x3f\x79\x04\x8b\x0b\xdb\x8a\xf0\xc2\ \xc2\xd4\x45\x8c\xc3\xc9\x0a\x8c\x25\x35\x2e\x3a\x8d\xa4\x69\xdd\ \x16\x90\x18\x41\x4f\xee\x57\x55\x61\x43\x44\x5c\x55\x55\x31\x1c\ \x72\x97\x9b\xf2\x77\x14\x1e\xbf\xd8\x99\xf5\x7e\xec\xbb\x4d\xba\ \x5f\x2e\x84\x45\x6c\xd6\x2a\x42\x61\x53\x21\x21\xa2\xb2\x2c\xa7\ \xf3\xb0\xd3\x7c\xd5\x4b\xb3\x8d\x17\xf9\x95\x30\xc9\xf8\x4e\xff\ \xa5\xe9\x41\x3a\x93\x8a\xd9\x77\x24\x2c\xaa\xa8\xab\xc4\xd5\xfa\ \x9d\x09\x8b\xc6\xd2\x5f\xcf\x1f\x8a\x53\x4a\xa6\x61\xeb\x52\xd4\ \x9b\xbe\xbf\xa9\x99\x5e\xe4\xdd\x5c\xca\xdd\x39\x7f\xb4\x4d\xb8\ \x8a\xe7\xbd\x1a\x44\x51\x8d\x3a\xb5\x71\xd6\xe5\x64\x50\x3a\x5c\ \xea\x8f\x5c\x34\x24\xf3\xeb\xc2\xe2\xa5\x85\x91\xf8\x83\xe8\xc5\ \xb8\xf6\x75\x5c\xbf\x49\x6d\xe5\x52\x58\x8c\xbb\xf1\x52\x67\x13\ \x26\x03\xea\x2e\x17\x15\x41\x54\x9c\x73\x51\x4f\xf0\xc2\x5a\xfc\ \xf9\x3c\xdd\x74\xc3\xe5\x74\x04\x3d\xd1\xf7\xc1\xa9\x20\x7a\xdc\ \x34\x74\x9e\xa5\x39\x39\x77\x00\x40\x35\x44\x65\x9d\xaa\xaa\x98\ \x4d\xab\xd5\x6a\xe7\x19\x08\xc5\x3f\x11\x05\x6c\x2e\xf1\x7c\xa5\ \x91\x44\x6c\x46\xf1\x35\xf1\x7b\xcc\x0a\x36\x0d\x97\x88\x18\xf5\ \x7d\x9b\x45\x8b\x6f\x21\x76\x0a\x5c\xda\x71\x1f\xbd\xd1\xe9\xcb\ \x6f\xba\xa1\x20\xa8\x0a\x40\x93\x50\x69\x12\x94\xcd\x8b\xbc\x10\ \xbe\xc4\xcb\x17\x16\xc7\x31\xc0\x2c\xce\xfd\xe6\x8c\x88\x54\xf9\ \x05\x52\x6d\x00\x20\x0e\x2f\x8f\x42\xd3\x0d\xa6\x5d\x08\x8b\x91\ \x3a\x46\x0d\xbc\x8d\xd3\x8b\x44\xd3\x3d\x79\xf1\x19\x74\x91\x87\ \x3f\x1e\x48\x0f\xcd\xeb\x8e\x13\x91\x18\xbb\x21\x30\x16\x0a\xc6\ \x24\x8c\xb1\x2e\x80\x5e\x54\x46\xb0\xd6\x4c\x60\xf1\x62\xe9\x81\ \x8b\x53\xf5\x13\xbc\x9e\x86\xc5\x4b\xdc\x43\x69\x7c\xe4\x8b\x7e\ \x71\x1e\x16\xc7\x34\xa3\xb8\xc3\x01\xbe\x1e\x7d\xc7\x7b\x6f\x8d\ \xbd\xec\xcb\x93\x89\x93\x24\x69\x44\xaa\x2f\x84\xc5\xc8\x82\x11\ \xc2\x28\x16\x43\x30\xd5\x62\x34\xe1\x06\x8e\x85\xb4\x9b\xdc\x62\ \xfc\x3a\x9a\xcf\xa4\x68\xa6\x2a\xe9\x84\xb1\xd3\x98\x51\x55\x8d\ \x65\xcb\x5c\x15\x75\x5d\xd7\xf1\x3d\xf8\x10\xe4\x12\x6f\xd1\xda\ \xa4\xd5\xca\xd3\x34\x8d\x82\x89\xd3\x9c\xc4\xd8\x9a\xd9\xa4\x3e\ \x60\xd2\xe0\x6c\xad\x8d\x37\x74\x32\x9c\x6f\x1a\xc5\xa6\x26\xb7\ \x9c\x97\x53\x6a\x1c\xd5\x66\x48\x8b\x8a\x78\x11\x90\x06\x40\x69\ \x5a\x30\x38\x0e\xe1\x79\xde\x7a\x97\x79\xf9\x6e\x6f\x4c\x52\xc2\ \xef\x54\x5c\xbc\xbc\xcf\x8d\x88\xfd\x7e\xaf\x2a\x8b\x34\xcd\x9e\ \xb7\x52\x1a\xcf\xf3\x5f\xfa\xc5\xff\x5b\x9b\xd0\xeb\x85\xf8\x39\ \x7f\xf9\x4f\x7f\xf9\x7d\x17\x1f\x78\x78\xc9\x3d\x7f\xd9\x13\xff\ \x4a\xe6\x6f\xeb\x5f\xdd\x2f\xa6\xbf\x20\x63\x78\x38\x1c\x5e\xc6\ \xfb\x29\x8a\xe2\xdd\xdf\xf3\x9e\x77\xbc\xeb\x5d\xcf\xfb\xe1\x26\ \xc7\x0e\x34\xcc\xa7\xa9\x53\xe7\x42\x82\xf6\x34\xe5\xe9\xe2\xcf\ \xa0\x17\x79\xfd\xd3\x6e\xfb\x45\x31\xfb\x45\x97\x53\x93\xa1\xbc\ \x28\x72\x3d\x4f\x48\xb8\x90\x13\xf0\x82\x57\xf0\x79\xbf\xd8\xa9\ \x2a\xd7\x25\x96\x24\xc9\x37\x76\xd5\xcd\xcb\x1b\x1a\x66\xde\xe2\ \x37\x0b\x00\x71\xe0\xa4\xb5\x76\x38\x1a\xbc\x90\x67\xb4\x5b\xad\ \xd9\xb2\x5d\x56\x1c\x0c\x0a\x7a\x99\xa3\x0b\x54\xa3\xf8\xfe\x4b\ \x3f\x62\x83\x17\x56\xe2\xf8\x6b\x36\x79\xd9\xcc\x89\x9e\xd9\x5f\ \xcf\x66\x75\xce\xd5\x55\xf9\xc2\xcf\x93\xcb\x4f\x90\xcd\xec\x45\ \x1d\xf9\xaa\x57\xc8\x99\xaf\x57\xa0\x6f\x32\x83\xc5\x99\x5d\x70\ \xbe\x5b\x9b\x20\xe2\x0b\x69\x90\x9a\xd9\xcc\x5e\xae\x36\x83\xc5\ \x99\x5d\xe8\x2d\xd6\x55\x55\x95\x49\x92\xcd\x16\x63\x66\x33\x58\ \x9c\xd9\xcc\x00\x14\x8c\xb5\x0a\x60\xad\x85\xe1\x6c\x39\x66\x36\ \x83\xc5\x99\xcd\x50\x11\x34\x4d\x33\x1b\xa7\x2f\xcd\xaa\x55\x33\ \x9b\xc1\xe2\xcc\x66\x06\x63\x69\xbc\xf0\x57\x41\x6b\x99\xd9\xcc\ \xae\x54\xa3\xd9\x12\xcc\x6c\x66\x33\x9b\xd9\x0c\x16\x67\x36\xb3\ \x99\xcd\x6c\x06\x8b\x33\x9b\xd9\xcc\x66\x36\x83\xc5\x99\xcd\x6c\ \x66\x33\x9b\xc1\xe2\xcc\x66\x36\xb3\x99\xcd\x60\x71\x66\x33\x9b\ \xd9\xcc\x66\xb0\x38\xb3\x99\xcd\x6c\x66\xdf\x3a\x9b\xf1\x16\x67\ \x36\xb3\xcb\x36\xb5\xdc\x22\x64\xb8\x1c\xee\x3b\x06\x75\x2e\x94\ \x38\xa3\x88\x5e\xde\xd2\x03\x58\x82\xd4\x5c\x8e\x12\x45\xe1\x50\ \xaf\x60\x58\x54\xf1\x5e\xc8\x18\x42\x00\x15\x1f\x94\x0d\x23\xa8\ \xf7\x81\x99\xbc\xf3\xc8\xc6\x18\x0a\xce\x23\x33\xe1\xec\xf2\xfa\ \x36\x46\x1d\x04\x6c\xbe\x0e\x09\x5c\x02\x04\x0f\xdf\x78\xce\xcb\ \x95\xfb\xa1\xd1\x3c\xb1\xfa\xe9\x51\xbd\x15\x67\x31\x7f\x53\x16\ \xc4\x2d\xb5\xaf\xbb\x7e\xcf\x1b\x82\xb8\x17\xf1\x16\x10\x8c\x01\ \xbc\x24\xe6\x53\x85\xe0\xc6\x37\x5e\xa6\x96\x90\x1e\xd9\xa2\x27\ \xce\x1a\xcb\xdf\xc4\x67\x54\x05\x22\x78\xdb\xf5\x21\xa1\x6f\x74\ \x94\xbd\x84\x61\x51\x82\xe7\xee\x1b\xff\xe6\x07\xde\x7e\xd7\x55\ \xa3\x53\x0f\xfc\xfe\x9f\x9d\x79\xcb\x6b\xae\xf9\xe2\xc7\x3f\x76\ \xce\xde\xf0\xb7\xdf\xff\xc6\xc3\x9f\x7b\xf4\x5d\x3f\xfa\xae\x7b\ \x7f\xed\x57\x1f\x58\x4d\x7f\xe8\x27\x7f\xe4\xec\x17\x3f\xf1\xd0\ \x6a\xdf\xd0\x2c\x27\xf0\xed\x30\x24\xa9\x4a\xbf\x76\x5c\x83\x9f\ \x42\x46\x05\x00\x5e\xda\x9f\xae\x1c\x14\x5f\xeb\xcb\x13\x16\xed\ \x63\xa7\x3f\xb5\xde\x7b\xca\x50\xfa\xcd\x3e\xb7\xf6\xc3\xdb\x0e\ \x7c\xef\xcd\xfb\xde\xfe\x62\x60\x51\x11\xfd\x99\xe3\x32\xd8\xb9\ \x00\x19\x55\x30\xef\x24\x07\x6f\x60\xa2\xe0\xdd\xcb\xf5\xa2\x4b\ \x18\x8e\x6c\xd2\x7f\x7d\xd4\xb6\x93\x6f\x0e\x16\x0d\xc3\x1b\xae\ \x09\x29\x7f\xa3\x23\xe3\xa5\x0b\x8b\x12\x5c\x72\xd5\xad\xdf\xfd\ \xa6\x43\x7f\xf0\xef\xfe\xf5\xe1\xcd\xd0\xbe\xe9\x6d\x07\xf6\xaf\ \x58\x14\xa0\x74\x65\xdf\x9e\x8c\x79\xcf\x1d\x6f\xfe\xdb\xef\x3f\ \xf1\xec\xaf\xdc\xd3\xdd\xb3\x6f\x98\xf0\x4c\x71\xf6\xdb\x05\x8a\ \x21\x04\xf9\xec\xff\xb7\x78\xf6\x69\xdb\xee\x36\xf3\x4b\x11\x41\ \xeb\x72\xd4\xd9\xf3\xd4\xd2\xad\x38\xb7\x7c\xd3\xeb\xdf\xe6\xa7\ \xe6\x75\xbc\x6c\x22\xb9\x84\xf3\xd4\x74\x0c\x45\xb5\x7d\x8b\x10\ \x5c\xf0\xcc\x16\xa4\xf6\x4a\x86\x0d\x6a\x08\x40\x0c\xe2\x45\x8c\ \x49\x71\x32\x33\x0b\x01\x0d\xa7\xfa\x22\x3a\xcf\x95\xad\x7b\xfc\ \xcf\x5a\xf7\x7e\xb4\x33\x37\x37\x7d\xf1\xa3\x8a\x73\xfe\xcc\x0d\ \x6f\x3a\x3a\x92\x57\xbe\xeb\xfb\x8d\x4d\x5e\x96\x67\x92\x02\x18\ \x82\x76\xa2\x2d\xdb\x0c\xf6\x1b\x0f\xbb\x42\x42\x06\xa8\x83\x32\ \x61\x10\x25\x46\x83\xe3\xe9\x2e\x11\x16\x9f\x37\xae\x7c\xe9\xc2\ \x22\x19\x53\x9f\x3d\x72\xdf\x53\xa3\xbf\xf1\x13\x3f\xb5\xf0\x47\ \xff\xed\x2f\x46\x75\xed\x5c\xfc\x68\xde\x7b\xb6\xf4\xdc\xfd\xf7\ \x6c\x6e\xed\xf9\xc1\xf7\xbe\x46\x46\xa3\x20\x33\x50\xfc\x76\x79\ \x8a\xe8\x7a\xbb\xc9\xa9\xa7\x0f\xde\x72\x93\x16\x43\x30\x26\x8a\ \x32\x43\x08\xe6\xe0\x5d\xf7\x1d\x3f\xf7\x17\x7f\xf8\xbb\xef\xfc\ \xe0\xff\xa2\x2f\x63\xb5\x5a\xf5\x35\xec\x7d\xfb\x1b\xfe\xa7\x9b\ \xe7\xc2\xc8\x0d\x4f\x9f\xf8\xc4\x97\x8f\x1c\xbe\xfb\x0d\xff\xe6\ \xd0\xee\x6f\x7f\xe2\xf0\x97\x57\x5e\xf1\x33\xaf\xef\x3c\xf1\x87\ \x87\x1f\xbf\xf3\xce\x7f\xf8\xea\x43\xd7\xa0\xf6\x1f\x79\xf4\xbf\ \x1c\x3e\x7b\xea\x45\xaf\x3b\x02\x9b\xea\x6b\xf7\x5f\xbf\x7f\x5f\ \x2b\x4d\x75\x32\xc2\x05\x24\x98\x2c\xdf\x5e\xba\xee\x4b\xbf\xfe\ \x91\x83\xef\xf8\x41\x9b\xe5\xe2\xfd\x77\xc2\x75\xe8\x02\xbc\xf6\ \xee\xe5\xab\x86\xbd\xa3\xdd\xc5\x1f\x7b\x05\xed\x54\x72\xec\x68\ \xff\xf7\x0e\x17\xd7\xdf\x38\xff\xb7\xee\x6c\xa5\xa0\x47\x9e\xdd\ \xf9\xd8\xe1\x52\xf9\x05\xa5\xda\x5e\xc2\x41\x34\x1a\xe3\x36\x3f\ \xf9\x2b\x3f\x7b\xdf\xcd\x6f\xfe\xc9\xbf\xf7\x8f\x16\xee\x7f\x08\ \x10\x83\xaf\x6a\x82\xd4\xb2\x28\x26\x5c\xde\xfb\x87\x7f\xf2\x9e\ \x7f\xf8\xc1\xb7\xde\xe4\x3e\xf2\xc9\x30\xc3\xc5\x6f\x9b\x5f\xaf\ \x1a\x90\xc8\xd5\xc1\x58\xb7\xb9\x26\x08\x14\x42\xb6\xef\xd0\xa3\ \xeb\x83\x4f\x7d\xee\x0b\xaf\xfd\xe1\x9f\x3c\x70\xd3\x1d\xae\x1c\ \xbd\x9c\x17\x00\xbb\x8b\x59\xf9\xd5\xbf\xf8\xb9\x27\x47\xd7\xfc\ \xe0\x5b\x7e\xfa\xbb\x8a\x9f\xad\xf9\xc0\xeb\xee\xfa\xfb\x47\xd7\ \x9e\x3c\xc3\x73\x73\xa9\xdd\x73\xed\x8f\xbc\xf1\x00\x7e\xe2\x8b\ \xff\x62\x5b\x72\x8b\x81\xd9\xbc\xc8\xf0\x16\x01\x54\xc1\x01\xa2\ \x77\xd0\xea\xc8\x60\xdb\x15\x23\x40\xc8\xd2\x6c\x77\xe9\xaa\x8f\ \x7c\xf2\xd3\xc9\xfe\x6b\xef\xfe\xfe\x0f\x7c\xe7\x4c\xed\x50\x80\ \x56\xcb\x2c\x2a\x2d\xb4\xe0\x81\xfb\xcf\xfe\xa7\x33\xe9\xcf\xfe\ \x8d\x85\x37\xd4\xfc\xb6\x57\x66\x5f\xfc\xd3\xb3\x5f\xdd\xd2\x4e\ \x8a\x60\x10\x5f\xd8\x7a\xbc\x74\x93\x71\x2a\x81\xbb\xfb\xde\xf8\ \xdd\xef\xbe\x6e\x1e\x87\xb5\x97\xcd\xd5\xf5\xb0\xef\x7b\xdf\xf7\ \x83\xef\xfb\x81\xef\x4b\xb7\x9e\x3d\x5d\x70\xa7\xd3\xc1\xde\xb1\ \xcf\x7e\xe1\x01\xb3\xff\xc6\x16\xcf\x60\xf1\xdb\x88\x0a\x10\x42\ \xd8\xee\xec\xff\x6a\xd9\x82\x7d\xd7\x40\x31\x4c\x96\xf6\x3f\x16\ \xe6\x7f\xff\xb3\x7f\x7a\xc7\x55\x7b\x0f\xee\xdf\xeb\x5f\xfe\x83\ \x0d\x34\x88\x07\x34\xc5\xee\xc3\x87\x4f\x9d\xda\x7f\xf0\x35\x66\ \xf8\xc8\xbd\x4f\xfe\xf9\x8d\xb7\xfd\xd8\xa1\xc4\x8f\x1c\x5f\xb3\ \xff\x15\x6b\x47\x3f\xb5\x5a\x38\x6b\xb2\xdc\xa6\x7f\x25\x93\xd7\ \x14\x34\x04\x09\xad\xf9\x07\xea\xce\xb9\xf9\xab\x99\x90\x01\xfb\ \x07\x6e\xf9\x8d\xcf\xdf\x17\xca\xe2\x35\x37\x5e\x8b\x36\xd1\xef\ \xa4\x91\x12\x22\x1a\x04\xbc\xe2\xd5\x07\xdb\xdf\x7d\x4b\xcb\x8f\ \x5c\xb7\x9b\x94\x1b\xc5\x03\x67\x3c\x19\x6a\x25\x64\x5e\x30\x63\ \xe0\xa5\x5c\xa3\x40\x09\x92\xce\xed\x7f\xe5\xab\x6e\x79\xee\x4b\ \xff\xed\x9e\x07\x1e\xf8\xd4\xc7\xfe\xe0\x5c\x72\xf5\x62\xfd\xd4\ \xef\xfc\xce\xe7\x76\x06\x67\xbe\x74\xcf\x57\x7c\xde\xd9\xfa\xda\ \x17\x7e\xf9\x17\x7e\xf5\xd8\x40\x0c\xcd\x2a\xd1\xdf\x9e\xaf\x49\ \x25\x28\x9b\x93\x5b\xbb\xff\x7f\x7b\xd7\x1a\x5c\x55\x75\x85\xd7\ \xda\xfb\x3c\xef\xbd\xb9\x79\xdc\x3c\x08\x79\x03\x86\x3c\x20\x21\ \xa2\x42\x78\xf9\x40\x44\xc5\x67\xed\x38\x5a\x67\x8a\xfe\x70\x6a\ \x5b\xad\xad\x75\xa6\x33\xa5\x95\xea\x88\x32\xd5\x19\x3a\xd6\x67\ \x9d\x76\x5a\x51\x8b\xce\xe0\x14\xab\x02\x3e\x12\x20\x12\x02\x01\ \x22\x81\x84\x10\x20\x4f\xf2\xb8\x79\x73\x73\x9f\xe7\x9c\xbd\x77\ \x7f\x24\xa6\x91\x61\x4a\x00\x93\x92\xe4\x7c\xbf\xce\xbd\x73\x7f\ \xdc\xb3\xce\xde\xdf\xfe\xd6\xda\xdf\xd9\x6b\xeb\x27\x3b\x4a\x5a\ \x7c\x5a\xde\xe2\x1a\x70\xbf\xff\xf1\x8e\xc2\xdc\x9c\xc5\x39\x59\ \x01\xdf\xd9\xe9\x10\x04\x00\x6e\x5a\x41\x53\x50\x97\x23\x9a\x19\ \x83\x82\xea\x03\x9d\xdb\x0f\xf7\x48\x4b\xf3\x57\xa9\x3c\x18\xb2\ \xb8\x43\x77\x1b\xe1\xb3\x31\x29\x6b\x6e\xca\x5d\x41\x78\xe8\xfb\ \x58\xc5\x39\x13\x22\xc8\x48\xe9\xbe\x03\x5b\x76\x57\xfa\x67\xe6\ \x46\x32\xe6\xbf\x5b\x72\x60\xa0\x7f\xe0\x87\x37\xaf\x10\xe1\xc0\ \x39\x2d\xed\xa7\x36\x21\x86\x4d\xce\x11\x08\x08\x8e\x98\x98\xa0\ \x65\xa9\xec\xc3\xb2\xfe\xe3\x3e\xe1\xd2\xa9\x24\xb8\xd0\xb5\xb5\ \x2b\x62\xa2\x86\xfa\xdb\x4e\xea\x24\x1a\x09\x11\xa1\xde\xaf\xb7\ \x6d\x2e\x65\x82\xca\xaa\xae\x69\xd0\x53\xbf\x6d\x73\x35\x47\xaa\ \xe9\x0e\x09\xbd\x95\xfb\xda\x14\x4d\xd3\x20\x74\xa4\x7c\x0f\x55\ \xb4\xcb\xa3\x45\x61\x9f\x30\x78\xe9\x83\x12\x20\x14\x0c\x14\xc4\ \x3a\x72\xae\x9a\xb3\xab\xbc\xa2\x6f\x30\x70\xea\xf4\xe9\xac\xf4\ \xb4\x5b\x73\x52\x5a\xf7\x97\x9a\xc9\x57\x4f\xfd\x0c\x4e\x70\x49\ \x49\x9e\x95\x7a\x83\x9e\x9c\x31\x2f\x36\xb0\xa7\xe2\x9b\xe4\x82\ \xdb\x35\x59\xd4\xd7\xff\xeb\x9a\x9c\x7b\x66\x46\x6b\x0d\xc7\x4a\ \x16\x2e\x79\x60\x55\x38\x8a\x26\x5e\x25\x45\xca\x2f\xa2\x83\xec\ \xff\x1c\xb3\x61\x8b\xeb\x66\x70\x49\xd1\xfc\x6d\x3b\xbe\xf8\xe7\ \x9e\x43\x12\x25\xed\x9d\x9d\x0f\xdf\x75\x5b\x4c\x57\xbd\xdf\x2f\ \xc7\x20\x4e\x83\xb3\x84\x05\xe7\x90\x91\xe9\x4a\x57\xb1\x70\x06\ \x39\x5a\xc1\x9c\x1e\x71\xe4\x58\xdf\x1b\xc7\xac\x18\x9d\x28\x1d\ \xc1\xae\x3c\xcf\x43\x4b\x63\xeb\x4c\xd5\x45\x05\x1b\xf3\x2c\xbf\ \xb2\x7d\x8b\x48\x34\x87\x4b\x1b\x19\x05\x54\x76\xb8\x46\x5a\x2f\ \x51\x55\xa3\x43\x3e\x24\x55\xd3\x2f\x22\xd9\x61\x86\x40\x49\x22\ \x74\x64\x44\x0b\xa4\x32\x95\x2c\x2b\xc0\x41\x22\x88\x42\x30\x2e\ \x04\x21\x12\x7e\x67\x35\x1a\x6a\x8e\x4e\x11\x60\xa8\x7b\x37\x12\ \x09\x61\xa8\x71\x3b\xc1\x69\x6c\x99\x44\x00\xce\x45\xc4\xb4\xd4\ \xa6\x23\x3f\xb8\x26\xef\x23\x80\x8a\xca\x43\x99\x19\x19\x77\x17\ \x17\x92\x86\x2a\xc3\x88\x58\x5c\x20\x4c\xe9\xe9\x89\x92\x2c\x7a\ \xaa\x4f\x7e\x31\xcb\x93\xe1\x81\xae\xd2\x8a\xf7\x5a\xfc\x26\x6b\ \xda\x86\x83\x5c\x87\xce\xaf\xca\x9f\x49\x51\xba\x8d\x81\x86\x4f\ \x2a\x8d\x05\x19\xf3\xa4\x50\xcd\xc1\xe6\x83\x8c\xa8\xc8\x23\x97\ \x4f\xc6\xa6\x00\xb3\xfd\xf4\xa2\xd9\xf3\xac\x9b\x6f\xfa\xb4\x64\ \x17\x0a\xb8\x6f\xcd\xea\xf4\x50\x5b\xa8\xbb\xdd\x52\xb3\x80\xf3\ \x69\xb0\xd6\xa3\x00\xc1\x39\xa4\xc4\xc9\xc7\x8f\x0d\x94\x75\xb2\ \x14\x69\xb0\x23\x08\xf1\x4e\x2a\x11\xe0\x81\xc8\xe6\xd2\xde\xeb\ \x73\x9c\x19\x0e\xf6\x79\x55\x30\x80\x38\xc6\xec\x78\x72\xbc\xe5\ \xf2\xad\xc3\xe0\x3b\xfc\x33\x6c\x74\xb8\x08\x4a\x12\x42\x90\x98\ \xc4\x95\xab\x16\xdc\xd9\x72\xe4\xd9\x72\xaf\x4f\xb0\x00\xd5\x67\ \x17\x17\x3d\x96\xef\x49\x32\x7c\xe5\x9f\x56\xbe\xd7\x67\x98\x9c\ \x24\xac\xba\x61\x43\x5c\xdf\xdb\x1f\x54\x1d\x94\x25\x19\x80\x19\ \x96\xbc\x64\xc5\x4b\xb9\xbc\xe4\xdd\xb2\x0f\xc3\x18\xb7\xf2\xc6\ \xf5\x51\xde\x77\x3e\xae\xa9\x06\xa4\x05\xd7\xae\xcf\xc5\xf2\xad\ \x07\x3e\x03\x49\x9b\xc6\xd4\x88\x61\xc6\x23\x81\xc1\xe8\xb6\xa3\ \x0f\x2e\x2a\x28\xc8\x4a\xcd\x4c\xf4\xc4\x77\x1e\x67\x91\x50\xc0\ \x98\xf2\x35\x5f\x01\x40\x28\x86\x1a\x1b\xb7\xd4\x9f\xe6\x88\x54\ \x96\x1c\x2a\xc5\xb6\xb6\x3d\x40\x54\x59\x52\xfd\xbd\x15\xb5\x42\ \x52\x64\xcd\xd7\x5b\xf6\xa5\xf7\x2b\x01\x28\x49\x0e\x85\x4a\xf0\ \x7d\x78\x27\x2c\xc0\xa0\x61\xb9\xcf\x9c\x58\x9e\x96\x93\x74\xd7\ \xad\x02\x31\x47\x89\x58\x8d\x2d\x61\x8b\x1b\xd2\xb4\x30\x67\x08\ \x00\x4a\xa0\xa9\x71\xb0\xee\x14\x10\x82\x0e\x05\x9b\x5a\x03\x1c\ \x89\x4a\x87\x1f\x8c\xe1\x8f\x7c\x5c\x1e\xe6\x00\x94\xa2\x2e\x23\ \x8e\xcd\x12\x75\xe5\xd3\xa2\xb0\x0c\x93\xaa\x0e\x55\xc6\x48\x30\ \x60\xa2\xa4\x48\x94\x33\xd3\x64\xa0\x3b\x1c\xc2\x08\x85\x4d\x50\ \xe4\x31\xbd\x63\x20\x38\x23\x5a\x4a\xde\xac\x65\x1e\x57\x5c\x27\ \x32\x8b\x26\x2d\x2b\xb8\xa5\xb7\x7d\x4f\x73\xc3\xe6\xaa\x6f\xac\ \x35\x37\x3f\x93\x17\x5f\xf2\x55\x73\xd3\xdc\xbc\x7b\xe6\xc4\xcf\ \xf0\xf5\x0d\x4b\x1c\xc1\x22\x72\xf4\xa2\xb9\xf1\x89\x71\xb8\x2c\ \x33\x6a\x6b\xf5\xa0\x16\x1b\x93\x9d\x13\x73\xdf\xfe\xfa\xf2\x76\ \xe5\xc6\xa5\xd9\x4b\xa0\xe3\xa4\x24\x98\x39\x5d\x93\x70\x21\xb8\ \x33\xca\xdd\x3b\x77\xf1\xee\xa3\xbb\x35\x1a\xc4\x33\x65\x92\xd3\ \x5d\xd7\x54\x6b\x85\x02\x5c\x88\x40\xc2\x9c\x94\xcc\xb9\x82\x4d\ \x61\x8f\xc8\x90\x33\x86\xca\xb2\x7b\x74\x0f\x59\x49\x72\x0c\x27\ \x35\xd4\x41\xbf\xbd\xd0\xa9\x63\xd4\x4f\xc8\xe5\x85\x5d\x20\x67\ \x31\xf3\x8b\xab\xb6\x9f\x70\xf9\xfd\xe8\x3d\x2c\x39\xdd\x88\x64\ \xb7\xdf\x07\x82\xf9\x51\x75\x2f\x5a\x2e\xa1\x10\x53\x7d\x27\x9a\ \x00\x20\x80\x22\x13\xe5\xdb\xe8\x2b\x12\x19\x79\x30\x00\x40\x09\ \xba\x46\x29\x16\x31\xb6\xb8\x5f\xe9\xb4\x68\x9a\x22\xef\xd6\x47\ \x9f\x7c\x64\x4d\x8c\xa2\x06\x1a\xf7\xbc\xfc\xe2\xa6\xda\xee\x30\ \xa8\x9e\xbb\x1f\x5f\xf7\xf0\xca\x6c\xb3\xb7\xf6\xb5\x17\x5e\xd8\ \x7d\xd2\xaf\xc8\x17\xbe\x59\x24\x12\x98\xde\xfd\x95\x9b\xac\xe2\ \x75\x3a\x19\xba\x71\xe4\x46\x4f\x73\x4f\x9b\xea\x59\xad\x5a\x1d\ \xde\x41\xaf\x1e\xbb\x74\xbe\xc7\xda\x57\xf3\x65\x96\x24\x23\x20\ \x80\x30\xb9\x3c\x37\x7d\xa9\xbf\x65\xcb\x29\xe9\xda\xbc\xf4\xc2\ \xe3\xc7\xcf\x1a\xbe\xe3\x8d\x42\x99\x33\x73\x81\xcb\x79\x9d\xbf\ \xa3\xdc\x30\x65\x8d\x82\x31\x5d\x8b\x93\x42\x08\x55\xd5\x52\x6e\ \x79\x60\xa0\xf0\x7a\x26\xb8\x10\xc2\x10\x1c\x10\x01\x09\x11\x90\ \x12\x1b\xe7\x8e\xf3\x4c\x55\x5a\xb4\xb8\xb1\x2a\xff\xd7\x9c\x5b\ \x97\xf4\xec\x05\x25\x8a\x61\x05\x2f\x83\x11\x44\x62\xfe\x42\xd9\ \x93\x1c\x0a\x05\x01\xd1\x1c\xda\x74\x26\x04\x00\xe2\x54\x2d\x36\ \x69\x26\x99\xd2\xb5\x8b\x90\x85\x8b\xd2\x59\x61\x32\xbf\x84\x0a\ \x96\x2e\x5f\x40\xac\x5f\xf1\x6a\x91\x2a\x6e\xa7\x54\xf6\xee\x1f\ \xcb\x4f\x91\x9f\x3e\xf7\xfc\x93\x6b\x2b\x7e\xfc\x87\xed\x45\xb7\ \x3f\xfa\xf3\x95\xd1\x2f\xfd\xfe\xa9\xd8\x3b\x7e\xfb\xd4\x2f\x7f\ \x72\xe2\x89\x0d\x5e\xee\x18\x03\x31\x82\x10\xa6\xc9\x80\x12\x0a\ \x28\x51\xd6\xb9\xaf\xea\x2d\x4a\x15\xd5\x7d\xcd\x6d\xd7\xdd\xef\ \x3d\xf9\x46\x6d\x1f\x5b\xb4\xf4\x4e\xa3\xfb\xfd\x7e\x65\x4d\x9e\ \xac\x4b\x04\x85\x10\x20\x27\x66\xa7\x64\xf7\xd7\x7d\x70\x5a\x4e\ \x59\x30\xbb\xd8\xdd\x58\xae\xb1\xf6\x43\x4d\xad\x57\x67\x3f\x92\ \xce\xfd\x35\x8d\xbb\x32\xd3\xe6\xa9\x14\xc5\x34\x32\x42\x9c\x47\ \x30\x3a\x9c\x4e\xe7\x9c\xb9\xe7\x95\xe8\x7c\x2a\xef\x87\x0a\x5d\ \x8e\x1e\x32\x11\x5e\x52\x51\x8c\x8b\xcb\x18\x37\x42\x08\x89\x90\ \xc4\xd4\x0c\x38\x0f\x31\x08\xc1\xd8\xd4\x96\x8a\x42\x80\x2a\x81\ \x2e\x5f\xca\x3d\xb2\x0b\x45\xfd\x4a\xa7\x45\x99\x58\x07\xb6\xbe\ \xbe\xd7\x32\xfd\x01\x5a\x59\xd3\x74\x77\x42\x0c\x50\xd7\xc2\x95\ \xcb\x4f\xee\x78\xe5\xb3\x5d\x7b\xd5\xae\xf7\x1f\x78\x7b\x6d\xd1\ \x9c\xa8\x7f\xd7\x99\xb2\x3a\x16\x75\x8c\x88\x04\x00\x11\xb8\x40\ \x3d\xc9\x93\x16\x08\x04\x0a\x0b\x1f\x12\x6d\xff\xd8\x5e\xbb\x4f\ \xe8\xb9\x3a\xb7\xe2\xd2\xee\x5f\x19\x3d\x2f\x91\xeb\xa9\x27\xca\ \x1a\x7c\x41\xa7\xa7\x68\x56\x7c\x52\x30\xfb\xb1\x19\x18\xeb\x8e\ \xc3\xac\xd8\x66\x4a\x68\x5f\x7b\xe9\x40\xde\x7d\xa9\xbe\x0f\xeb\ \x7b\x07\xae\xca\x72\x2a\xd3\x7e\x13\x5b\x70\x3e\xad\x2c\x72\x23\ \xe0\x82\xfd\x5f\xa9\x41\x4c\xe9\x02\xc5\x85\x99\x71\x9c\x4a\xd7\ \x93\x60\xcb\x85\x2a\x8a\x65\x1a\x29\xd7\xde\x71\xd7\xe2\xa4\x9d\ \xeb\x2b\x84\xee\x4a\x48\x55\x5a\x0f\xf4\x53\xcd\x8d\xa1\xce\x1e\ \x22\xc7\x25\x44\x8b\x1a\xef\xd8\x8b\x35\x82\x9b\x8c\x99\x8c\x26\ \x17\x17\x3d\xdc\xd2\x50\x92\x95\x3c\x5f\x73\xf1\x1f\xcd\xb8\xf7\ \xcc\x89\xbf\xec\xda\xf7\x1b\xce\x8d\xd4\xfc\x75\x4b\xf4\xfd\x0d\ \x67\xc3\x04\x69\x5a\x7a\x71\x6f\xfd\x9f\xb7\x1c\xd8\xc9\xc0\x71\ \x5d\xf1\xef\xf2\x66\x17\x08\x16\x40\xec\xff\x7a\xef\xb3\x4e\xd6\ \x1a\xa1\xf9\x1c\x29\xa5\x54\x58\x02\xec\x23\x7c\x6c\xd8\x98\x12\ \x98\x04\xb4\xc8\x8d\x88\x96\xb1\x6c\xfd\x8b\x4f\xb7\x7c\xb4\xe1\ \xbd\xf2\x16\x45\x4b\x46\x10\x23\x1b\x4a\xfc\xe2\xe8\x08\x25\x62\ \x56\x55\x6e\x04\x16\x76\x88\xf6\xd2\x8a\x4d\x8c\x45\x4e\x77\xff\ \x4c\x93\x35\x8a\x10\x09\x0f\xa8\x4a\x14\x22\x0c\x34\xff\x7d\x27\ \x30\x45\x56\x04\x60\x4b\xdd\xa6\x16\x2b\x00\x54\x91\xc0\xac\x3a\ \xb4\xb1\x56\x92\x05\x37\x4d\xa6\x30\xdf\x89\x00\xca\x12\xad\xf9\ \x74\x6f\x3d\x63\xaa\x6c\x9f\xdd\x63\xc3\x86\x4d\x8b\x13\xa4\x93\ \x2d\x83\xb9\xb2\x9e\x7e\xee\x79\x57\xc5\xab\xbf\x78\xed\x13\x43\ \x76\x01\x0b\xf7\x75\x5a\x45\xb1\x6e\x16\xf1\x4b\x6a\x7c\x3c\x58\ \xfd\x3d\x3e\xa0\x17\x41\x4b\xa6\x19\x00\x24\x08\x56\x38\xe2\x03\ \x40\xd3\xea\x0e\x85\x86\x12\xec\x61\x07\x22\xb7\x42\x0c\x10\x11\ \x11\xc0\x34\xfc\x00\x48\x90\x00\x80\x60\xe1\x30\x0b\x0f\xfd\x92\ \x50\x95\x0c\xfd\x3f\xd3\x1c\xb3\x1d\xca\x86\x0d\x1b\x93\x00\x57\ \xfa\x7c\x36\x4c\x58\x78\xcf\x13\xab\xdc\xd5\xaf\xbe\xf3\xb9\x3e\ \x23\x33\x29\x2e\x8a\x9a\xbe\xc3\xa5\xfb\xf3\x56\xdf\xbb\xbc\x68\ \xde\xea\x07\xef\xd7\xda\xea\x8e\x9c\x1a\x1c\xa3\x47\x67\x58\x31\ \xe2\xd0\x0b\x31\x38\xc4\x83\x88\x94\x10\x4a\x08\xfd\xaf\x05\x72\ \x94\x43\x1b\xcf\xbd\x26\xdf\x25\x41\xb4\x39\xd1\x86\x0d\x5b\x2d\ \x4e\xa8\x58\x14\x54\x4d\xcb\x9d\x2d\x9c\xe4\x57\x2f\xbe\x2e\x29\ \x72\xdf\xa9\xaf\x5f\x7e\xfe\x4f\x55\x3b\xde\xfa\x5b\xfe\x73\xeb\ \x5e\xf9\x2b\x0b\x34\xbe\xb6\xe1\xcd\x56\x53\x51\x15\xfb\x51\xda\ \xb0\x61\x63\x5a\xd0\x22\x6a\x8a\xd8\xb9\x71\x6d\xa9\xac\xa8\xb2\ \x04\x20\x38\x33\xfc\xc4\xa5\x9a\x5d\x1f\x6c\x7c\x7c\x67\x6c\x34\ \x0b\xf9\xce\x06\x4c\x55\xb1\x3b\xd2\x4c\xc0\x02\x25\x64\x59\x76\ \x38\x9c\xc4\x3e\x02\x7d\xdc\xe0\x70\x38\x29\xa5\xe7\x18\x6b\x10\ \x51\xd7\x75\xce\xb9\x1d\x9f\x71\x82\xcb\xe5\x52\x55\x75\x74\xd8\ \x27\x01\xa1\x98\xe1\xa0\x11\x0a\xfa\x47\xf2\x5b\x82\x84\x4a\x28\ \x84\x6f\xa0\x1f\x00\x15\x9b\x13\x27\x04\xaa\xaa\x1e\x3a\x74\xb0\ \xaa\xea\x70\x7f\x7f\x9f\x5d\x37\x18\x27\x50\x4a\x9b\x9b\x9b\x65\ \x45\x1e\xfd\x8d\xcf\x37\xf8\xd6\x9b\x6f\x74\x79\xbd\x9c\x73\xdb\ \xed\x30\x2e\xda\x90\xd2\xee\xee\x6e\x55\xd3\x46\x98\x71\x12\x70\ \x0a\xe2\x79\xba\x57\xe1\xf0\x8e\x88\x8d\x89\x1a\x3a\x92\xd4\xd1\ \xd1\xd1\xd5\xe5\xed\xee\xea\xb2\x05\xe3\xb8\x69\x72\x50\x55\xd5\ \x15\x15\x35\x12\x61\x44\x8c\x44\xc2\x47\xab\xab\xcf\x9c\x69\xb5\ \x2c\xcb\x1e\xf3\xe3\x93\x09\x81\x2c\x49\x2e\x57\x94\xa2\x0c\x37\ \x78\xb0\xa5\x96\x8d\xb1\x26\xd1\x94\xd2\xe4\xe4\x99\xf1\xf1\x09\ \xf6\xd4\x1c\x4f\x62\x04\x4a\x29\x21\x64\x74\x4e\xe7\x8e\x8e\xce\ \x76\x3a\x39\xe7\x76\xe4\xc7\x55\x7f\xc9\xb2\x6c\xd3\xa2\x8d\x4b\ \x81\xa2\xd8\xdb\x5b\x13\xb1\x08\x9d\xf3\x51\x92\xec\xa9\x3a\x71\ \x61\xff\x0f\x3d\x07\xaf\x49\x90\xd7\xd8\xe8\x00\x00\x00\x00\x49\ \x45\x4e\x44\xae\x42\x60\x82\ \x00\x01\x47\x55\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\x5d\x00\x00\x01\xee\x08\x02\x00\x00\x00\xb3\xb4\x48\x3b\ \x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\ \x01\x00\x9a\x9c\x18\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\ \x25\x00\x00\x80\x83\x00\x00\xf9\xff\x00\x00\x80\xe9\x00\x00\x75\ \x30\x00\x00\xea\x60\x00\x00\x3a\x98\x00\x00\x17\x6f\x92\x5f\xc5\ \x46\x00\x01\x46\xdb\x49\x44\x41\x54\x78\xda\xec\x9d\x75\x98\x1c\ \xc7\xb5\xb7\x0b\x9a\x86\x97\x99\x19\xc4\x2c\x8b\x65\xc9\x20\x33\ \xc9\xcc\x14\xdb\x71\x9c\x5c\x27\x4e\xe2\xdc\x30\x7d\xe1\xc4\x31\ \xc5\x6c\xc7\x20\x83\x4c\x62\x4b\xb2\x98\x79\xa5\x05\x2d\x33\x0f\ \x43\x53\xc1\xf7\xc7\xac\xc8\x96\x1c\x27\x71\x72\x0d\xfd\x3e\xf3\ \xec\x33\xd3\xdb\xd3\x53\x5d\x5d\xf5\xab\x53\xa7\x4e\x55\x41\x00\ \x00\x00\x20\x37\x27\x73\xdc\xd8\xaa\xe4\xe4\x44\x4a\x29\xb0\xb0\ \xb0\xf8\x8a\x81\x31\x1a\x1e\xf2\x1d\x3a\xdc\xd0\xd5\xdd\x07\x00\ \xc0\x08\xc1\xb1\x63\xaa\xe6\xce\x9e\x26\x89\x22\xa5\xcc\xca\x20\ \x0b\x8b\xaf\x20\x8c\x71\xbb\xc3\x5e\x51\x5e\xcc\x18\x1b\x1c\x1a\ \x16\xd2\xd3\x53\x27\x4d\x1c\x1d\x8e\xc4\x18\x3b\x45\x14\x20\x84\ \xc7\xdf\x73\x0e\x00\xe0\xa7\xbb\xda\x89\xb3\xce\x7c\x8e\x85\x85\ \xc5\x17\x02\x68\x9a\x64\xd2\x84\xd1\x03\x83\xc3\x78\xc6\x59\x93\ \x05\x2c\x9c\xdc\x7d\x80\x00\x00\x08\x35\x93\xc6\x0c\x53\x33\x09\ \xa1\x4c\xc0\x10\x42\xc8\x39\xff\x88\x24\x70\xce\x75\x5d\x37\x0c\ \x83\x10\x02\x00\x40\x08\x7d\xe4\x9c\x4f\x95\x16\x08\xf9\x31\x5d\ \xf9\x6a\x3d\x04\x00\xc0\xc7\x72\xd5\xc2\xe2\xff\x0e\xce\x39\xa7\ \x94\xb9\x9d\x76\x21\xc1\xe3\x32\x4d\x72\xbc\xd9\x87\x00\x98\x9c\ \x87\xa2\x5a\x96\x22\x66\xbb\x14\x11\x01\xbf\x41\x5b\x42\x31\x28\ \x0a\x0e\x59\x3a\x5e\x88\x21\x84\xaa\xa6\x9a\x26\x73\xbb\x3d\x92\ \x24\x31\xc6\x63\xd1\x48\x28\x14\x76\x38\xec\x27\x1b\x1a\x9f\x26\ \x29\xb1\x98\x2e\x8a\x82\x20\x08\xff\xe0\xbc\x78\x45\xfa\x3f\xcd\ \x35\xc0\x39\x03\x10\xfe\x93\x77\x78\x26\x08\xa5\xba\x6e\xda\xed\ \xf2\x67\x7b\x59\x0b\x8b\x7f\x07\x93\x98\x09\x89\x09\x82\x69\x9a\ \x10\xc2\xe3\x8d\x16\xe5\x5c\x8d\x68\x8b\x8b\x92\xcf\xcf\x4f\x49\ \x57\x44\x11\xc1\xa0\x41\x6b\x7d\xd1\xe7\xea\x7b\xbb\xa3\xaa\xdb\ \x26\x33\xce\x21\x84\xd1\xa8\x2a\xc9\xb6\x09\x13\x47\x25\x27\x25\ \x8a\xa2\xc8\x18\x53\x55\xad\xbd\xad\xbd\xb5\xad\xd9\xe9\xb0\x9d\ \xb6\x84\x43\x04\x4d\x55\x8d\xea\x26\x04\x00\x40\xa4\x28\x8a\x2c\ \x09\x2a\xb1\xa5\x17\x15\xbb\xfc\xad\x3d\x11\x9d\x23\xe9\xe3\x3d\ \x11\x08\x01\x25\x34\x1c\xd5\x5d\x4e\x05\x61\xf4\x09\x3d\x15\x08\ \x80\x1a\x8b\x19\x84\x72\x00\x10\x16\xec\x36\x45\xc0\xe8\x33\x6c\ \x8d\x39\x40\x31\x1d\xc8\x40\x93\x24\x91\x41\xfc\x69\x3a\x4d\x10\ \x41\xa2\x69\x51\xcd\x38\x7e\xc0\xee\x74\x08\x18\x01\xce\x09\x43\ \x5c\xca\x28\xce\x17\x03\x6d\xed\x43\x44\x10\xb9\x26\x8b\xc8\x1f\ \x25\x76\x9b\x28\x49\xa2\x65\x44\x58\xfc\x1f\x42\x29\xc1\x15\xe5\ \x25\xc7\x5b\x62\x0e\x61\x38\xa2\xde\x56\x98\x70\x7d\x9e\xcb\x6e\ \xc4\x74\x35\xa2\x45\x23\x12\xd1\xf2\x65\x30\x36\xc5\xb1\xbb\x2f\ \x14\xe2\x50\xc4\xd8\x30\x0c\x88\x84\xc9\x53\x26\xb9\x5d\x0e\xd3\ \x34\x75\x5d\x23\xc4\xc0\x18\xa5\xa6\xa5\x00\x00\xfb\xfa\xfa\x65\ \x59\xfa\x78\xc1\x36\x0c\x43\x4a\x2d\xac\x2e\x2b\xcb\xc9\xc9\xcb\ \x4a\x4b\xa4\x91\xe1\x61\xbf\x89\x5c\x25\x0f\xfe\xf4\x7e\x4f\xdd\ \xd6\x7d\x9d\xc3\x50\x52\x8e\x3b\x2b\x18\x63\x8c\x71\x0e\x20\xa5\ \x90\xca\x99\x93\xa7\x8d\x55\x06\xdb\xbc\x3a\x83\x08\x03\x00\x38\ \x67\x8c\x32\xce\x01\x38\x26\x40\x9c\x03\xcd\x94\x92\xf3\x4b\xcb\ \x8b\x0a\x73\x73\x73\x53\x9c\x52\xc4\x3b\x68\x50\x84\x30\xe2\x8c\ \x31\xca\xd8\xf1\x93\xe3\xd7\x66\xfc\xe3\x47\x38\x87\x00\xc2\x13\ \xbf\xce\x01\x00\xfc\xd8\x77\x81\x37\xe4\xbc\xf8\xae\xfb\x6f\x3b\ \x2b\xf5\xe0\x8e\x9d\x41\x2e\x03\xce\xe3\x29\x84\x23\xb9\x77\xf2\ \xb7\x46\x52\x65\x1a\x40\x48\xcc\xaf\xa8\x28\xc9\xcb\xce\xcd\xc9\ \xc9\xcb\xc9\xca\x90\xfc\xbd\x21\x02\x00\xe0\xde\x10\x2a\x9d\x7a\ \xf9\x43\x77\x8e\x5b\xf3\xfa\x8e\xa9\xb7\x3d\x78\xcf\xdc\xac\x3d\ \xbb\x9a\xf3\xa7\xce\xc8\xd4\x06\x07\x83\x61\x8e\x25\x18\xbf\x64\ \xfc\xd7\xe3\x17\xe4\x27\x7e\xc2\xb2\x2d\x2c\xfe\x93\xdd\x09\x20\ \x30\xc6\xe2\x85\x0c\x42\xa8\x1a\x66\x95\x1d\x9e\x97\x0c\xc3\xfe\ \xe1\xd6\xa8\x99\x22\xe1\x54\x05\x1f\x1e\x32\xb2\xec\x42\xa6\x4d\ \xbc\x32\xdb\xf6\x44\x47\x94\x20\xa8\x9b\x66\x79\x79\xb1\x24\x0a\ \xf5\xf5\x0d\x3e\x9f\x5f\x14\x45\x08\x81\x61\x98\x95\x95\xe5\xd9\ \xd9\x59\x03\xfd\x03\x9a\x16\xfb\x48\xa3\x07\x11\x8c\x06\xc2\xa3\ \xae\x3c\xef\x3b\x17\x4d\xf5\x0f\x0d\x31\x2c\x98\xbe\x8e\x25\x7f\ \x7b\x6c\xdb\x90\x06\x00\xc0\x76\x37\x81\x12\x88\x45\xb1\x28\x23\ \x0c\xc3\x2a\xc3\x82\x28\x42\x0a\xb4\x88\x46\x6c\xa9\x79\xe5\x77\ \xdf\x7f\xc5\xfb\x0f\xd7\x1d\x6d\x09\xb8\x30\xd5\x08\x8b\x9a\xd8\ \x26\x61\x44\x35\x46\xa9\x68\xb3\x01\x00\x38\x03\x2a\xb5\x5d\x70\ \xfb\xbd\xe7\x66\xf2\xe1\xb0\x0e\x11\x1e\xaa\xdf\xf4\xdc\x8b\x4b\ \xfb\x54\x1c\x23\x82\x22\x0b\x98\x1b\xc4\x8c\x09\x36\xa7\x41\x10\ \xe0\x0c\x23\x04\x98\x4e\x29\x15\x14\x9b\xc1\x30\xe0\x1c\x41\x00\ \xf5\x18\xc2\xc8\x44\x76\xc6\xb8\x80\x10\x60\x26\xa1\x00\x89\x22\ \xe6\x06\xa7\x44\x40\x72\x77\x7b\xd3\x11\xa1\x27\x4c\x15\x8d\x41\ \x59\x40\x10\x30\xae\x47\xb1\x68\x13\x30\x0c\xc5\x08\x96\x24\x19\ \x01\x4a\x4c\x11\x9a\x5c\x10\x01\x04\xb1\x30\x29\x99\x3b\xeb\xc1\ \xdb\xcf\x26\xde\xc1\x18\x81\x02\x0d\x2d\xfd\xed\xe1\xe6\x1e\x83\ \x08\x8a\x80\xb9\xc3\x26\x70\x0e\x10\x62\xbd\x9d\xcd\x35\x83\x9d\ \x61\x21\xe7\x5b\xf7\xdf\xd2\xfe\xb7\xa1\x9a\xbe\x3a\xbb\x48\x09\ \x63\x41\x03\xda\x44\x01\x71\x83\x98\x86\x68\x77\xe8\x04\x72\x0e\ \x05\x04\x01\xe0\x02\xb0\x46\x8e\x2c\xfe\x83\x6e\x06\xe1\xe4\xda\ \x1b\xd3\xcd\xa9\x89\x08\x45\xfc\x26\x65\x4d\x51\x61\x7d\x5f\xb4\ \x54\x66\x07\x4c\xe9\x96\x74\x33\x6a\x44\xc6\x48\x92\x1b\xb2\x30\ \xa1\x18\x09\x1e\xb7\x5b\x55\xd5\x50\x28\x94\x9f\x9f\xe7\xf1\x78\ \x30\xc6\x35\x35\x47\x22\x91\xa8\x28\x8a\x89\x49\x49\xed\xed\x01\ \x51\x3c\xe5\xca\x80\xc5\x2d\x71\x41\xed\xd8\xf5\xd3\xef\xfe\xa4\ \xd6\x71\xfe\xdf\x7e\x7f\xef\xdc\x59\x13\xf6\xbc\xde\xa5\xea\x64\ \xda\x6d\xdf\x39\xeb\x76\xd2\xb0\x7d\xe5\x4b\x2f\xbd\xd5\xa2\x25\ \x55\xcd\xba\xe4\xce\xc5\xf3\xf2\xdc\xec\xd0\x86\x65\x4f\xbd\xb8\ \xdc\xd0\xb5\x70\x04\x5c\xfc\x9d\x5f\x9c\xe3\x3b\xf8\xab\x1f\x3c\ \x32\x2c\x97\x5d\x7b\xc7\xf5\xe7\x4f\x2d\xa6\xc3\x2d\xcb\x5e\x79\ \x61\xcd\xbe\x4e\x6c\xb7\x71\x0e\x20\x00\x58\xc0\x2d\x6b\x1f\xbb\ \xf1\x17\xab\xa6\xdf\xf1\xcb\x3f\xdf\xb7\xb0\x78\xc5\xfa\xfa\x26\ \x7e\xc1\x0d\x37\x5d\x3e\xa7\x5a\xd6\x07\x37\x2c\xfd\xfb\x6b\x6b\ \x6a\xb3\xe7\x5c\x7e\xdf\x4d\xe7\x65\xba\x6c\x34\xd8\xb3\xf2\xe5\ \x67\xdf\xdb\x54\x8b\x26\x5d\xf5\xd3\xbb\x2f\x4e\xb3\x33\x7f\xfb\ \x81\x67\x1f\x7d\xae\x45\x2e\xf9\xf6\xb7\x6f\xae\x48\x75\x1a\xde\ \x9e\xda\xf6\x60\xe9\xe8\x2a\xa7\xd1\xbf\xe2\xa5\x27\xff\xbe\xb6\ \x37\xb3\xb8\xb8\x82\x99\x14\x26\xdf\xf4\xdd\x07\x67\x17\xa6\x28\ \x98\x1d\xdd\xb1\xfa\xa5\x17\xdf\x6c\x8e\x26\x56\xcc\xb8\xf4\xf6\ \x2b\x67\xa7\xdb\x11\x89\xf5\xbf\xf5\xdc\x93\x9b\x6a\x06\x45\xa7\ \x0d\x40\xc0\x39\x37\x06\x9a\xfe\xf2\xf0\x83\x4b\x0f\x45\xdd\x4e\ \x5b\x7e\xaa\x1b\xa4\x8d\xbd\xfb\x8e\x6b\x66\x96\xa6\x10\x8d\x18\ \x6a\x93\xa9\x93\x8c\xc2\xc2\x4a\x05\xca\xeb\x7a\xfc\xc3\x91\xc9\ \xd7\x7f\x63\xf2\xd5\xdd\x8f\xfd\xec\xb7\x9b\xba\x1d\xe7\x5f\x7b\ \xc3\xb5\xe7\x4e\xb0\xeb\x43\x1b\xde\x7d\xf9\xe5\xf7\xf7\x27\x4d\ \x5e\x74\xef\xcd\x8b\xca\x32\x93\x1a\x0f\xae\xfa\xd9\x1f\x96\x28\ \xb2\x6c\x95\x60\x8b\xff\x94\x2e\x9c\x6c\x2f\x50\xc6\x13\xa8\x4a\ \x63\xba\x41\xf8\x05\x6e\xe7\x23\x31\xf1\xb9\x41\xed\xe7\xe5\x42\ \xa2\x19\x54\x09\x75\x49\x92\x48\x31\x45\xa2\x00\x10\xe7\x4c\xd7\ \x09\xe7\x5c\xd7\xb5\x58\x4c\xc4\x18\x71\x4e\x29\xa5\xa6\x69\x62\ \x0c\x29\x39\x61\x52\x1f\xf7\x53\x72\xce\x01\x67\x00\x49\x09\x29\ \x99\x45\xe9\x69\x76\x09\x0c\xa9\x2a\x05\x50\x92\xf0\xde\x25\x8f\ \xaf\x50\x4b\xbf\x7b\xcb\x39\x93\xf6\x6c\x6c\xeb\xa8\xb8\xe7\xf6\ \x73\x3a\xdf\x7a\xe2\x2f\xcd\xae\xff\xf9\x9f\x6b\x16\x77\xb4\x2e\ \x69\xd2\x20\xd4\xd6\xfc\xed\x91\xb5\x2d\x7d\x03\x11\xcf\xbc\x6b\ \x17\x2f\x2a\x65\x8f\xff\xe4\x87\x8e\xa9\xd7\xdc\x72\xc7\xad\xbd\ \x4d\x3f\x3d\xa4\x9a\x10\x62\x06\x00\x31\xf4\xd4\x89\x97\xfc\xee\ \x0f\x67\x39\xd2\xf2\x7b\x0e\xec\x6d\xe8\x09\x96\xcf\xbd\xe1\xda\ \xf9\xb9\xcb\x9e\x7d\x34\x9c\x7f\xee\xd7\x6e\xbf\x61\xe7\x8e\x1f\ \x4b\x89\x29\x29\xc0\xff\xcc\x4f\x7f\xe5\x58\xf4\xc0\x8d\x57\x2d\ \xdc\xb6\xaf\xa1\xa3\x69\xef\xf3\x4f\x0f\xa4\xa6\xe5\x5d\x7c\xed\ \xa2\xb3\xc7\xef\x18\x68\x53\x72\xd3\xe4\x55\x7f\xfe\xad\x77\xf2\ \xe2\xdb\xc6\xbb\x9f\x7c\xec\x77\xa9\xf3\xbe\x76\xe1\xa5\xb3\xdf\ \xfc\xe0\xef\x48\x14\x45\x8a\x05\xc1\x56\x50\x98\x5e\xbf\xf4\x6f\ \x6f\xfb\xb3\x1f\xba\xfd\xdc\xb3\xf6\x6f\x6c\x6e\x28\xbe\xf7\xce\ \x45\xdd\x6f\x3e\xf2\xfb\xc6\xb4\x9f\xfc\xcf\x05\xa9\x49\x2e\x4e\ \xfb\x18\x63\x9c\x31\xc6\x4c\xc3\x96\x7e\xfd\x83\xbf\xb8\x50\x17\ \x78\xff\xe6\x5f\x3d\xb1\x75\xe1\xc5\x97\x4c\x4d\x0e\xfc\xe1\x47\ \x8f\x26\x4d\xbf\xfe\xfa\x79\x02\x00\x10\x0b\x82\x24\x0a\x10\x42\ \x51\x46\xfb\xde\x79\xee\x8d\x9d\x75\x43\x03\xb4\x7a\xfe\x45\x37\ \x9d\x53\xf4\xee\x5f\x7f\xd6\x9a\x38\xfb\x3b\xb7\xdc\xd6\x7c\xa0\ \x75\x20\x2d\x23\xdb\xae\xbe\xf0\xb3\xef\xef\xf5\xeb\xa2\x20\x7c\ \x64\x5c\xd9\xc2\xe2\x33\xd4\x05\xc4\x39\x38\xfe\x02\x00\x06\x75\ \xc2\x4c\x13\x32\xb2\xbe\xd3\x47\x18\xbb\x28\x3f\x61\x59\xbb\xd7\ \x17\x55\x11\x25\x21\xcd\x30\x39\x00\x1c\x32\x4a\xa3\x31\xd5\x34\ \x09\xa5\x8c\x10\x4a\x88\x19\x7f\x6f\x9a\xa6\x61\x98\xaa\xaa\x41\ \x04\x4e\xbe\xec\xc8\x0b\x00\x6e\xaa\x34\x75\xf4\xf7\x7f\xff\xe4\ \x23\xdf\x3a\xc7\x7f\x70\xdd\xf2\xf5\xfb\x88\x64\xc7\x10\x86\xba\ \x9a\x76\xee\x6a\xf0\x45\xb9\xe4\x4e\x48\x49\x2f\xcd\x10\x06\xd7\ \x7f\xb8\xeb\xc0\xa6\x4d\xbb\x7a\xd5\x92\x82\x02\x97\x0c\x38\x27\ \xc3\x2d\xf5\x3d\x5d\xdd\x7e\x25\xbb\x32\x37\xb3\xab\x65\xff\xf6\ \x0f\x77\x6f\xdb\xbe\x23\xa0\xe4\x57\x64\x2a\xba\x61\x1e\x1b\xf5\ \x83\x5a\x30\x08\xdc\x59\x63\x0a\x95\xb5\x6f\xbe\xb6\xab\xcf\x5e\ \x92\x57\x64\x43\xb8\x6a\xfa\xdc\xf1\xd9\xbc\xb6\x65\x48\x90\x14\ \x00\x38\xd1\xa2\x9d\x75\x35\x7b\x0e\x74\x23\x97\x8b\x61\xf7\x98\ \xe9\xe7\xdc\x7a\xd3\x85\xe3\x4b\x32\x20\x85\x0e\x51\x44\x90\x53\ \x6a\xf6\x37\x1c\xdc\x5a\xdf\x67\x9a\xd1\xd6\xa3\x35\x87\x6a\xba\ \xa1\x2b\xc9\x06\xf1\x31\xa5\xe3\x8c\xf3\x50\x77\xcb\xae\x5d\x0d\ \xc3\x21\x22\x79\x12\x13\xd3\x4a\xb2\xc4\xa1\x75\x1b\x76\x1d\x69\ \xf1\x69\x3a\xe5\x9c\x1f\xbf\x65\x00\x20\x66\x7a\x6f\x5b\xe3\xe1\ \x23\x75\xb5\x8d\xdd\x11\x21\xbd\x38\x3d\xa5\xb7\xed\xc0\x96\x2d\ \x47\x5a\xba\x03\x10\x9f\xe2\x27\x40\x02\x0c\x74\xb6\xf6\xb4\xb4\ \x0c\x72\x77\x41\x5e\x29\xf1\xd5\x6d\x5c\xbb\x7b\xf7\xe6\xcd\xcd\ \x46\xe2\x98\xfc\x14\xc6\xa9\x11\x8b\x0e\x36\x1e\xee\xef\x1d\x02\ \x00\x9e\x26\x87\xad\x97\xf5\xfa\x8c\x5e\x27\xd9\x0b\x00\x48\x02\ \xdc\x1f\x01\xf3\x15\xca\x28\x73\xb8\x93\x2f\xb3\xf1\x2c\x36\xb4\ \x3b\x33\xd9\xd4\x06\x45\x66\xd6\xa9\x28\xc0\x31\x86\xdc\xa4\xc4\ \xe7\xf3\x27\x25\x26\x08\x82\xd0\xdb\xd7\x27\x0a\x02\x00\x50\xd7\ \x75\x00\x80\xae\xeb\x3e\x9f\x5f\xc0\x02\xa3\x94\x9f\x32\xac\x00\ \x19\xe3\x50\x50\xb0\xff\xe8\x13\x4f\xbe\x58\x3f\xa0\x19\xa1\x81\ \x90\x2e\xc9\xc9\x22\x00\x5c\x90\x64\x59\x10\x00\x63\x10\x80\x90\ \xb7\x23\x00\xe7\x4f\x1e\x5f\xd6\x68\x77\x8d\xc9\xb0\xf7\xee\xea\ \x0f\xc4\x30\xc7\xee\x9c\xd2\x22\x67\xb8\x17\x46\x07\x3b\x86\x7d\ \x53\x4a\x2a\x2a\x46\x17\x3b\x47\x8d\x49\x64\x43\x1d\xc3\x9a\x80\ \x10\x63\x94\x03\x8e\x04\x31\x70\x70\xed\x2f\xde\x08\xfc\xec\x77\ \x3f\x5c\xb0\xe8\xdc\xd5\xfb\x5e\xeb\xf5\x0e\x01\xec\xa9\xdf\xbc\ \xe2\xc3\x76\x2d\x51\x22\x3d\xc3\xd1\x4a\x01\x73\x88\x24\x45\x11\ \x21\x60\x84\x50\x5b\xca\xcc\xd9\x33\x6d\x83\x2b\x9e\x79\x66\xc7\ \x75\xbf\x1e\x93\x89\x51\x3c\xbd\xa2\x2c\x8b\x08\x02\x88\x24\x59\ \x16\x20\x67\x9c\x7f\x64\x00\x42\x90\x24\x59\x14\x00\xe7\x10\xc0\ \x58\xa0\x3b\x00\xce\x9f\x3e\x75\x6c\x4f\x4f\x8a\x4d\x46\x1c\x70\ \x4e\x79\xdc\x5e\x80\x48\xc0\x66\x78\xcf\xfa\x65\x2b\xeb\x54\xa7\ \x1d\xcb\xcc\xd3\xe3\x0b\x4e\x2b\x1d\x33\x61\xec\x36\xa7\x5b\x46\ \x10\x1d\x1f\x4d\x61\x54\xd3\x88\x92\x53\x5c\xe0\x6a\xf0\xc2\x68\ \xb4\x7f\xb0\x5b\x4e\x2c\x1e\x37\xae\xa8\x29\x75\x5c\xa1\x2d\xb6\ \xb7\x3f\x00\x5c\x00\x42\x24\xc9\xb2\x04\xb0\x65\x2c\x58\xfc\x87\ \xfb\x11\x9c\x1f\x1f\x05\x90\x10\xdc\xa7\x49\xdb\xc3\xb1\xd9\x36\ \x73\x0c\xf3\xd2\x10\x8d\x51\x3a\x51\x8a\x42\x46\x02\x14\xbd\x1d\ \x10\x0d\x41\xb0\x71\x0e\x21\xe8\xef\xeb\x93\x24\x31\x2d\x3d\x0d\ \x41\xc4\x38\x03\x00\x20\x84\x88\x69\x0e\x0e\x0c\x85\xc3\x11\x9b\ \x4d\xa2\x9c\x9d\x1c\x70\x00\x01\x60\x8c\x23\x49\x51\x80\xd6\xd7\ \x5a\xdb\x13\x74\xd8\xed\x12\x16\x10\x05\x50\x56\x14\x01\x41\xc6\ \x91\x2c\xcb\x36\x45\xf4\xb7\xee\x7a\xee\xcd\xb1\x77\xdc\xf6\x83\ \xf3\x14\xde\x7e\x60\xc3\x7b\x9b\xf7\xf5\xc4\x72\x36\xec\xea\xbd\ \xf2\x1b\xbf\x98\xeb\x6f\xf8\xf5\x83\x3f\x5d\xf1\xe6\xdb\xc5\xf7\ \xdd\xf4\xb3\x27\x9f\x64\xd1\xc1\x0f\x97\x3c\xbf\x73\xc0\x00\x8a\ \x8d\x51\xca\x11\x14\x65\x9b\xcb\xe3\x82\x43\x5b\x5e\x7e\x6f\xcf\ \x9f\xbe\x79\xd1\xd5\x73\xb6\x3d\xb5\xf6\xad\xf7\x4b\xee\xbe\xf8\ \xbe\xef\x5f\x21\x8a\x43\xbb\xde\x7a\xf8\xd7\xaf\x72\x24\xda\x64\ \x09\x72\x0e\x91\x68\xb3\x09\x58\x1b\xde\xb6\x7d\xd7\x84\xc5\xe7\ \xff\xe1\x77\x73\xa4\x24\xb4\x3f\x1c\x01\x28\x55\x51\x64\x04\x01\ \x40\xa2\x22\x4b\x08\x02\x84\x45\x45\x66\x80\x03\x2c\x49\x32\x13\ \x20\x80\x92\xa2\x88\x18\xf2\x91\x34\x4b\xa1\x8e\xdd\x4f\xbf\x56\ \x75\xcd\x05\xb7\x3c\xcc\x04\xb7\x48\x28\xe3\x94\x33\xc8\x39\x65\ \x0c\x72\x06\x12\x0b\xef\xff\xd5\xdf\xbe\xce\xa1\x22\xb0\x35\x4f\ \x7e\xef\x91\x57\x5e\x2b\xfc\xd6\x6d\x3f\xf9\xeb\x23\x80\x83\x40\ \xf7\x2e\x8d\x31\x41\x92\x6c\xb2\xcc\x22\xdd\x6b\x3e\xa8\xb9\xef\ \xf2\xaf\x3f\x7f\xd9\xd0\xd3\x3f\xfe\xc9\x7b\x1f\xbc\xbb\xac\xf4\ \xee\x3b\xfe\xdf\x63\x92\x19\x3e\xb0\xf2\xb5\xb5\x75\x83\x65\xa3\ \xed\x8a\x2c\x41\xc0\x29\x63\x18\x59\xe3\x11\x16\xff\x41\x5d\x80\ \x0b\x17\xcc\x3e\x79\xd0\x8b\x70\x20\xea\xea\x8d\x8e\xe0\x34\x59\ \x75\x20\x8e\x01\xd7\x38\xec\xa5\xe2\xcb\x11\xd7\x01\xee\x76\x8a\ \x28\x3e\x6a\x66\xea\xa6\x28\x29\x29\x29\xc9\xa2\x28\x22\x04\x39\ \x07\x8c\xb1\x48\x24\x3a\xec\x1d\x96\x25\xe1\xb4\xa3\x68\x8c\x31\ \xc9\x95\x92\x2c\x93\x80\xdf\xa7\x71\x01\x02\xc0\x01\xe0\xd0\x95\ \x94\xe2\x94\x02\x3d\x5d\xa6\x27\x2d\xd9\x09\x63\x83\xc1\xb0\x11\ \xe1\x4a\x5a\x6a\xb2\x43\xa4\x11\x6f\x7f\x44\xe7\x1c\x49\x4c\x74\ \xa6\x27\x3b\x30\xd1\xb4\xe0\xb0\x4f\x05\xdc\x91\x9c\x99\x64\x83\ \x5a\xc8\x3b\xec\xe3\xa2\x1c\xd7\x1f\xc6\x65\x57\x72\x92\xc3\x18\ \x1c\x0c\x19\x2a\x4c\xcc\x4a\x73\x29\xda\x40\xcf\x70\xcc\x90\x12\ \x32\x92\xdd\x22\x06\x34\xe6\x0b\x84\x34\xe0\x48\x4b\xb5\xd3\xb0\ \x77\x30\xa4\xe4\x65\xb9\xb4\xd0\xd0\x90\x97\x3a\xd2\x52\x12\x5d\ \x0a\x26\xa6\x66\x06\x86\x83\xc0\x93\x92\xa4\xd0\xe1\xde\x41\x29\ \x23\xdb\x49\xfd\x3e\x9f\x29\x67\xa7\x39\xa2\xfe\x81\x30\x4c\x4a\ \x4b\x02\xa1\xe1\x10\xb5\xa7\x24\x29\xa1\x9e\x2e\xc3\x9d\x9a\xec\ \xc6\xb1\x81\xe1\x08\xb4\x25\xa5\x26\xc9\x28\x6d\xdc\x39\xf7\x5f\ \x31\xe6\xbd\x47\xfe\x77\xe9\x1e\xbf\x6c\x97\x38\x43\xd8\xee\x49\ \x74\x29\x70\x64\xf4\x92\xd3\xc8\x40\x5f\xc0\x44\xce\x94\x8c\x04\ \x3b\x06\xcc\x50\x03\xc1\x90\x21\x26\xa4\x25\xa3\xa8\xcf\xe7\x0f\ \xc2\x84\xb4\x54\xb7\x0c\x4d\x33\x30\xe4\x8b\x51\x5d\xf2\x64\xa6\ \xb8\x45\xa6\x06\x06\x07\x54\xa0\x48\xae\xe4\x14\x1b\xd5\x7c\x03\ \x01\x2e\x59\xb2\x60\xf1\x9f\xd5\x85\x05\x67\xcf\xfe\x48\x35\x36\ \x39\x20\xa6\x59\x06\x62\x25\x82\xa6\x40\xde\x4f\xc5\x43\xd4\x16\ \xc1\x8a\x5d\x40\xa7\x9c\x66\x12\xce\xb8\xac\x28\xa2\x28\x30\xc6\ \x75\x5d\x37\x89\x29\x49\x22\x3a\x9d\x28\xc4\x07\xfa\xa9\x69\x98\ \x0c\x48\xd2\x49\xc5\x9a\x33\x5d\x37\x90\x28\x8b\x88\xe9\x06\x41\ \x58\x14\x05\xc4\x19\x35\x4d\xc2\x38\xc0\xa2\x28\x62\x04\x00\x67\ \x94\x98\x26\xe5\x10\xc5\xbf\x4b\x89\x69\x12\x0a\xe3\x67\x9f\xf8\ \x39\x6e\xea\x3a\x43\xa2\x2c\x62\xce\xa8\x61\x98\x50\x90\x24\x11\ \x31\x42\x4c\x42\x39\x07\x08\x63\x51\x14\x38\x31\x4d\xca\x45\x59\ \x02\xd4\x34\x4c\x2e\xcb\x12\xe4\xd4\x30\x49\x3c\x48\x41\x10\x45\ \x0c\xb8\x61\x10\x41\x96\x11\x33\x75\xc2\x25\x49\x02\xd4\x34\x28\ \x90\x65\x91\x1a\x06\x05\x50\x12\x05\x53\xd7\xa1\x28\x89\x08\xe8\ \x86\x09\x38\x62\x9e\xe2\x6f\xfc\xe8\xa1\x99\x69\x90\x70\x52\xbf\ \x79\xf9\x4b\x2f\xbe\xdd\x07\x9d\x18\x42\x00\x01\x23\xa6\x41\xe8\ \x71\xd3\x09\x8b\xa2\x24\x20\x62\x9a\x84\x30\x0e\x00\xc2\x58\x12\ \x05\x62\x1a\x94\x43\x49\x12\x01\xa3\x86\x69\x72\x0e\x45\x49\xc2\ \x08\x32\x4a\x4c\x93\x70\x88\x44\x51\xc4\x18\x32\xd3\x34\x29\x17\ \x24\x09\x5b\xa2\x60\xf1\x9f\xd6\x85\xf9\xf3\x66\x9e\xa6\x79\x87\ \x40\xa7\xc0\x88\x7b\x20\x20\x50\x30\x38\x53\x7c\x1f\xa5\x94\x31\ \x0e\x21\x40\x08\x21\x84\xbe\xa2\xf9\x08\xc5\xa4\x94\x64\xb7\x5d\ \xe2\x44\x1b\xec\xeb\x8b\x98\x50\xc0\xc8\x2a\x5e\x16\x5f\x60\xff\ \x02\x3f\xd5\x11\x70\xbc\xa4\x4b\x10\x48\x27\x5a\x62\xc0\xce\x30\ \x9f\xf2\x64\x35\xe0\x1f\x73\xce\x7d\x35\x80\x80\x69\x83\x3d\x1d\ \x7d\x8c\x03\x08\x05\x41\xc4\x08\x72\x6e\xf9\x05\x2d\xbe\xc8\xba\ \x10\x0c\x86\xac\xa0\xda\xcf\x14\xd5\xca\x02\x8b\x2f\x7c\x3f\xe2\ \xa9\xbf\x3d\xfe\x7f\x3f\x53\xd1\xc2\xc2\xe2\x73\xd5\x33\xe6\xcc\ \x5a\xb8\xcd\xc2\xc2\xe2\x14\x84\x70\x38\x6c\xe5\x82\x85\x85\xc5\ \xc9\x58\x6e\x73\x0b\x0b\x0b\x4b\x17\x2c\x2c\x2c\x2c\x5d\xb0\xb0\ \xb0\xb0\x74\xc1\xc2\xc2\xe2\xdf\x45\xf8\x62\xa8\x17\x42\xc0\x0a\ \xb2\xb0\xb0\xf8\xec\xe0\xa7\xae\x90\xf2\x05\xd3\x05\x08\x21\x21\ \xc4\xef\xf3\x11\x62\x5a\xcf\xd2\xc2\xe2\xb3\xc2\x6e\x77\x38\x5d\ \xae\x33\x49\xc3\xe7\x5d\x17\x08\x21\xc3\xc3\x83\x89\x89\xc9\x0e\ \xa7\x2b\x2e\x73\x71\xb9\x38\xae\x7a\xd6\x03\xb6\xb0\xf8\x84\x86\ \xf5\xb4\xb5\x86\x52\x3a\x34\x38\x40\x88\x99\x90\x98\x74\x5a\x69\ \xf8\x5c\xeb\x02\x42\xd8\xeb\x1d\xf2\x78\x12\x92\x53\x52\xc1\x49\ \x5b\x48\x9c\x78\x63\xad\xa7\x6e\x61\xf1\x89\xe6\x76\xbc\x9a\x9c\ \xba\x7d\x1c\x87\x10\x2a\x79\xb6\xb6\xe6\x26\xd3\x61\x88\x92\xf4\ \xf1\x7a\x24\x7c\xbe\xef\x0a\xe8\xba\x9e\x96\x9e\x19\xbf\x99\xf8\ \x02\xe9\xfc\xa4\x1d\xef\x3e\x7a\x3f\xc7\xb3\xe1\xf4\xf9\xf3\x8f\ \x75\x04\x63\x0c\x00\x38\xd3\xe6\xbd\x23\x97\x07\x10\x23\x08\xc0\ \x47\x96\xa4\xb2\xb0\xf8\x9c\x4a\xc3\xc9\xba\x10\x7f\xc3\x18\xc3\ \x18\x63\x41\x20\x84\x88\x92\xf4\xe9\xed\x05\x28\x29\x4a\x7c\x49\ \x72\x46\x88\x61\x9a\xec\x5f\xaf\x02\x10\x8b\x02\x27\xff\xea\x15\ \x18\xe7\x9c\x73\xc6\xe3\x33\x14\x39\x44\x08\x9d\xd8\x65\x82\x9c\ \x74\x51\x08\x00\xa7\xd4\x64\x0c\x0b\x02\x3a\xb5\x83\x01\x01\x33\ \x4d\x0a\xb1\x80\xe1\x27\x6d\x4c\x83\x10\xe8\x3a\xb2\xab\x87\xe7\ \x4e\xa9\xce\x88\x2f\x94\xf6\x91\x5d\xb0\x88\xa1\x11\x8e\x25\xa0\ \x1d\xda\x73\xc0\x59\x32\xbe\x30\xcd\xf1\x5f\x5e\x4f\x0d\x42\x8c\ \x31\xe4\x94\x50\x20\x08\x18\x00\x46\xc8\xc8\xef\xc3\x93\x3f\x63\ \x2c\x9c\xd8\x37\x94\x51\x7a\xba\xac\x8f\xdf\x1a\x25\x24\xbe\x0d\ \xcf\xb1\x4c\xe5\x94\x50\x0e\x90\x70\x6c\xad\x8d\xf8\xe7\x11\xf3\ \x0d\x0b\x08\x9e\x72\xc4\xe2\xf3\xdf\x8b\xe0\xc7\x1a\xc3\x91\x0d\ \x1f\xe3\x1b\x92\xc4\x77\x28\xe0\x8c\x83\x4f\xef\x5f\x80\x10\x52\ \xbd\xed\xd0\xc1\x0e\x5f\x94\x03\x9c\x94\x59\x58\x51\x9c\x8d\x99\ \xc9\xc1\xc8\x2e\x95\x23\x1b\x9b\x9c\xf8\x00\x46\x3e\x02\x1e\x5f\ \x08\x11\x1c\xfb\x04\x00\x44\x34\x76\x70\xe3\x1e\x7b\xe9\xe4\x8a\ \x1c\x27\x31\x08\x80\xf0\x9f\xb1\xfe\x21\x8b\x2f\x43\x09\x01\x67\ \x1c\x62\x01\x01\xbd\xad\xf6\x70\xfb\x40\x48\x76\xa7\x57\x55\x57\ \x26\xd8\x10\x31\x19\x44\x10\x02\x80\x30\x0e\xd5\xad\xfd\xf3\x92\ \xc3\x37\x3c\xf4\xcd\x22\x1b\xa3\xc7\x06\x30\x38\xc4\x38\xd6\xf4\ \xd7\x3f\xbe\x5a\x71\xd5\xb7\xce\xab\x74\xb2\x63\x85\xfa\x58\x7e\ \x41\x34\x62\x4a\x40\x84\x78\xdd\xa6\x55\xbb\xec\xe7\x4f\x1b\x9d\ \xc5\x19\x03\x10\x78\x7b\x1a\x1b\x9a\x7b\x0d\xc6\x18\xe5\x49\xd9\ \x25\x2e\xef\xe6\x97\xf7\x89\xdf\xba\x63\xde\xd6\x77\xdf\xce\xbd\ \xa1\xa2\x38\xc3\x15\x5f\x1d\xf3\x78\xee\xc3\x93\x36\x7c\x19\xc9\ \x89\x93\x4c\x95\x93\x4f\x38\xde\xe1\xe3\x27\x65\x07\x3a\x66\xee\ \x9c\x69\x8f\x60\xae\xf9\xeb\x9b\xfa\xd2\xcb\x2a\x3c\x60\xa0\xa6\ \x75\x38\xa7\xa4\x2a\x41\xa4\x8c\x43\x8c\xcc\xb6\xa3\x47\x68\x62\ \x71\x61\xb2\x0d\x63\x6c\x84\x06\x6a\xeb\x1a\xfd\x31\xe2\x48\xca\ \x28\x2d\x29\xf4\xd8\x3e\xb2\x81\x15\x14\x04\x1c\xe9\x6f\xed\x8c\ \x88\x25\x85\x59\x18\x40\x23\xd8\x77\xa4\xf6\x68\x98\xda\x8a\xab\ \x47\xe5\x26\xd9\x98\x11\x6b\x6b\x6c\xec\xe8\xf3\x29\xa9\x85\xa3\ \x2b\x8a\x6c\x98\x32\x06\x90\x20\xd0\x40\xd7\xc1\xae\x60\x41\x69\ \xa5\x47\xb2\x3a\x70\x5f\x0c\x4e\x94\xf5\x93\x6c\x61\xce\x58\xbc\ \x72\x9c\x59\x16\x00\xfe\xfe\xf7\xbf\xf7\xb1\xf6\x5d\x40\xd1\x9e\ \x67\x7f\xf5\xdb\xc3\x11\x05\xa9\xfd\x3b\xd6\x7f\xd0\x14\x71\x8d\ \xaa\x2a\xc0\x44\x8b\x44\xa2\x3a\xe1\xa2\x24\x4b\x88\x47\x42\x21\ \x9d\x21\x45\x91\x00\x07\x02\xe2\xb1\x70\x28\xaa\x99\x48\x10\x44\ \x51\xc4\x80\x46\x82\x61\x02\xb0\xcd\xae\x20\x7d\xf8\xdd\xa7\x9e\ \x0f\xa4\x54\x15\xa6\xca\x0c\x20\x4e\x29\x03\x10\x7d\xba\x41\x47\ \x8c\x91\xdf\xe7\x75\x7b\x12\x24\x59\xe6\x00\x61\xe2\x7d\xe7\xc9\ \xdf\xbd\xb6\xa1\x2e\x1a\x0b\x35\xec\x5e\xbf\x7a\x77\x5b\xe1\xe8\ \x71\x69\x0e\x81\x9a\x66\x34\x12\x56\x4d\x26\xda\x5c\x69\x59\x39\ \x59\xe9\xc9\xb2\x24\x00\xa2\x05\x43\x11\x83\x72\x01\x63\x80\x04\ \x4f\x72\x46\x6e\x4e\xba\x4b\x02\xba\x1a\x8b\x44\x63\x14\x0a\x8a\ \x24\x30\xc6\x18\xd1\xc3\xe1\x88\x66\x32\x59\x51\x10\xe4\x2d\x7b\ \xb6\xf4\xc9\xa5\xb3\xc7\x65\x33\xca\x04\x81\xef\x7a\xe7\x4f\x7f\ \x59\xd6\xe0\xb6\xe3\xc1\xbe\x7e\x22\x25\x56\x54\x57\xe6\x64\xe5\ \x64\xb9\xf9\x9e\xcd\x3b\x93\xc6\xcc\x2a\xcb\x70\x20\x04\xb4\x48\ \x28\xa2\x11\xd9\xa6\x20\xce\x19\x67\x7a\x2c\x1a\x89\x69\x40\x90\ \x64\x11\x73\xc6\x88\xa1\x86\x23\x11\x83\x42\x59\x91\x01\x63\x9c\ \x53\x35\x16\x89\xaa\x86\x20\xc9\x4c\x8f\x86\xa3\x1a\x96\x14\x01\ \x01\x0e\xa0\x80\x61\x34\x1c\x8c\x1a\x5c\x51\x64\xc4\xd9\xc7\xdb\ \x78\x24\x08\xa4\xaf\xe6\x0f\xbf\x7c\x3e\x7d\xd6\x05\xd9\xc1\xb5\ \xf7\x7d\xe7\xf7\x46\xe6\xd4\x49\x25\x29\x10\xa1\x68\xc7\xce\xff\ \x7d\xf0\xbb\x9d\x19\xf3\xe6\x55\xa4\x04\xdb\xb6\xff\xf5\xf7\x8f\ \xec\x6a\xf3\x47\xfc\xdd\x35\x87\x3b\x92\xf2\x2b\xf3\x52\x1d\x94\ \x1e\xb3\x2b\x20\x82\x54\xad\xdd\xba\xec\x91\xdf\xff\x79\xcf\x90\ \x63\xee\xac\x31\x32\x08\x7f\xf0\xf2\x73\xeb\x6b\x7b\xfa\x8f\xee\ \x5e\xb6\xb1\xb5\x62\xca\xa4\x14\xde\xb5\xfc\xfd\x75\xed\x7d\x7d\ \x7b\xd6\x2f\x6f\x24\x69\x13\x2a\x73\x04\x8c\x51\xb4\xfb\xe5\x3f\ \xff\xf4\x8f\x2b\x0e\x8f\x9b\xb7\x28\xd7\xc1\x28\xb3\x84\xe1\x0b\ \x03\x82\x10\x63\xbc\x6e\xdd\x3a\x62\x9a\xa9\x69\x69\xf1\x16\x0b\ \x21\x34\x3c\x34\x28\x2b\x8a\xf4\xe9\xfb\x11\x9c\x51\x6e\xcb\x5e\ \x74\xd5\x2d\x0b\xab\x93\x7a\xf6\xbe\xf6\xd0\xe3\x5b\x66\x8d\xcf\ \xd8\xff\xda\x53\x35\x41\x90\x5a\x3a\xf3\xf6\xab\x66\xd5\xae\x7a\ \x79\x63\xdd\xa0\x41\xe0\x84\xf3\xae\xbb\x6a\x6e\xfe\xb6\x37\x5f\ \x58\x71\xa0\x1b\x2b\x29\x0b\xaf\xb8\x76\x56\x11\x78\xff\xe5\x97\ \xf7\x76\x04\x08\x93\x67\x5f\x71\xcb\x05\xa3\x15\x87\x14\xdb\xba\ \xfc\xc5\x96\x03\x95\x97\x2d\x1a\xbf\xfe\xd9\xa7\xb3\xae\xfa\x9f\ \xab\xa6\xe4\x18\xfa\xa7\x1a\x77\x8c\xdf\x03\xe0\x00\x63\x7e\xf8\ \xbd\x97\x56\x36\x39\xbe\xf3\xe3\x6f\x97\x25\x09\x40\x1b\x7a\xe5\ \x0f\x3f\x7e\xf2\xf5\x2d\xbf\xbf\x6b\xcc\xeb\x4f\xfc\x69\x47\x9b\ \x9e\x56\x30\xfe\xaa\x79\x59\x6b\x57\x36\x5c\x5d\x51\x2d\x76\xef\ \x7f\xee\xf9\x25\x9d\x31\xac\x05\xc3\x25\xe7\xdd\x7d\xff\xa2\x94\ \xf5\xab\x56\x54\x5f\x5f\xa5\xb4\x2d\xfd\xe5\x73\x5b\x15\xb7\x23\ \xaa\x4a\xe7\xde\x78\xcf\x85\x13\xb2\xba\xea\x3e\x78\xe1\xad\x6d\ \xa1\xa8\x9e\x31\xe1\xe2\xfb\xae\x9b\x83\x51\x7c\xaf\xce\xf8\xb2\ \xf9\x1c\x70\x5c\x39\xff\xa2\x7b\xae\x3b\x2b\x9e\x98\xee\x9d\x7f\ \x7f\x6f\x9f\x5c\x78\xeb\x1c\x0c\xe2\x1d\x12\x52\xb3\xee\xf5\x37\ \xd6\x1f\x36\x4d\x96\x31\xfe\xc2\xaf\x5d\x33\xb3\x76\xd5\x73\x2f\ \xae\xa9\x75\x38\xb0\x8e\x32\xaf\xbb\xfb\xee\xc9\x05\x8e\x23\x1b\ \x57\xbc\xbb\xe1\x60\x48\x35\xc7\x9c\x73\xd3\x8d\xe7\x57\xef\x78\ \xe9\x0f\xaf\xef\xf5\x39\x65\x8e\x3c\x29\x49\x22\xf7\x0e\xf4\x92\ \xe4\x89\xf7\xdc\x7b\x53\x51\xa2\xbe\xeb\xfd\x57\xde\xdb\xd9\x6a\ \x9a\xac\x78\xe6\x65\x37\x5d\x38\x4d\xe6\x06\xe3\x30\xde\x6d\xe2\ \xfc\xd8\x76\x1c\x10\x2b\x76\x45\xc0\x3c\xec\x37\x52\x6d\xd2\xde\ \xf5\x2b\xce\x99\xfa\xf5\x02\x97\xb1\x79\xcd\x07\x41\x9e\x56\x12\ \x8d\x01\x16\x5c\xfa\xf4\x73\x91\xb2\xc5\x3f\xbd\xfd\x1c\x07\xa2\ \xba\x6e\x70\x80\x4d\xc3\x3c\xa9\xb3\x04\xf5\x50\x5f\x7d\x6b\xb4\ \x7a\x72\x69\x13\x11\x00\x00\x8c\x4a\x67\x5d\x7e\xc7\xd9\x49\x49\ \x72\xb8\xf1\x27\xdf\xf8\x65\x43\xb7\xaf\x74\x54\xc1\x95\xb7\xdf\ \x6f\x93\xf1\xbe\x37\x7e\xf9\x74\x5d\x93\x76\xf1\x14\x99\x87\x56\ \xbc\xf6\xaa\x3f\x67\xda\x44\x7d\x00\x30\x7a\x7c\x5b\x01\x8b\x2f\ \x84\x7f\x81\x50\xba\xfc\xdd\x77\x57\xac\x5a\x95\x94\x98\x78\xcb\ \xcd\x37\x57\x55\x55\xc5\xab\xd5\xbf\x10\xbf\x00\x11\x30\xfd\xde\ \x81\xbe\xce\xc1\xed\x3b\x6a\x94\xcc\x5c\x3b\xf1\x35\x0f\x2a\x57\ \x7e\xe3\x81\x49\x79\x8e\xf6\x1d\xaf\xbe\x7d\x30\x72\xe3\xdd\xf7\ \xda\x5b\xde\xfb\xeb\xdb\x6f\x8c\xaa\xba\xe1\xc3\x0d\x87\x4b\x16\ \xff\xcf\x0d\xd3\xb3\xb0\x20\x1c\x5a\xf9\xf8\x87\xdd\xca\x5d\x77\ \x7f\x3d\xb4\xe3\xc5\x17\xde\x58\x3a\xb6\xf4\x7a\x86\x93\xcf\xb9\ \xfa\xde\x4b\x26\xa7\x9b\xb1\x30\xb8\xea\x5a\x47\xbe\x87\x98\x9f\ \x76\x72\x37\x63\x8c\x73\xc6\x00\xc4\x20\xb8\xfb\x48\x67\xde\xb4\ \xdb\xca\x92\x04\xc3\xd0\x45\x25\x75\xee\xd9\x73\x36\xbf\x70\xb8\ \x7f\x38\xad\xad\x27\xbc\xf0\xf6\x87\xcf\x2d\x49\x52\x5b\xd6\x0e\ \xfb\x42\x1c\x04\xdf\x7d\xe9\xef\xbd\xa9\xe7\x7d\xef\xc6\x59\x07\ \xdf\xf8\xe3\xca\xb6\x3e\xce\x3d\x41\xbf\x5f\x23\xcc\xd7\xd7\x06\ \x72\xa7\x7d\xe7\x1b\x97\xb6\xbc\xfd\xc8\xdf\xdf\x5a\x3e\x63\xec\ \x5d\x99\xe5\x33\xee\xbc\x6f\x62\xa4\x63\xfb\x5f\x9e\x59\x56\x7f\ \xde\x24\x84\x60\x7c\xf3\x87\xf8\xc2\xf0\x58\x16\x5b\xd6\xbd\xf1\ \x9b\x9e\xed\x26\xc3\xd3\x2f\xbe\xb5\x82\x45\xfd\x41\x33\xde\x11\ \x81\x82\x64\xf4\xee\x78\xe5\xed\xdd\xd3\x6f\xbd\x7f\x82\xd4\xfc\ \x87\x3f\xbe\xbc\x63\x5a\xa9\xda\xd3\xed\x99\x7c\xc5\xc3\x57\x8e\ \x5e\xf3\xd4\xcf\xdf\x5a\xb9\x79\xf4\xbd\x17\x56\x4c\x3b\xe7\xae\ \xea\xd9\x83\x87\xde\x7d\x7a\xdd\x8a\x79\x73\x4b\x07\x3a\xfa\x2b\ \xce\xbe\xe3\xb6\x39\xf6\x3f\xfe\xf8\x67\x64\xfe\x77\x7e\x70\xb7\ \xe3\xe9\x9f\xfe\xbf\xcd\x47\xe6\x25\xa5\x1f\x7d\x75\x75\xf3\x45\ \xf7\xdc\x53\x18\xdd\xf7\xdb\xc7\x5f\xa9\x18\x35\x6a\x6e\xb1\x42\ \x35\x23\xe0\x1d\x8e\x1a\x5c\x71\xb8\x12\x3c\x4e\x18\xef\xa5\x71\ \x00\x20\x0f\x0c\x86\xb2\x27\x5e\x98\x0b\x9b\x56\xef\x6a\xbf\xb5\ \xbc\x63\x6b\x97\xfb\x8a\x8b\xa6\xb7\x7a\xbd\x5a\x40\xdf\x37\x94\ \x78\xe5\xed\xb3\x1c\x98\x18\x06\xe5\x9c\x31\x00\x20\x38\xb1\xdf\ \x2f\x23\x86\x90\x50\xb0\xf8\xb6\xd2\xc6\xd5\x7f\xa8\xaf\x25\x0c\ \x00\xc6\xa1\xc3\xe3\x11\x21\x38\xba\x6b\x73\x28\x6b\x62\x55\x6e\ \x22\x80\x02\xf5\x37\xfe\xfd\xef\x2f\x6e\x6d\x8e\x9e\x77\xf7\xad\ \x1e\x04\x9a\x36\xbc\x5f\x0f\xc7\xdd\x77\x5d\xc9\xef\x7e\xfe\x8a\ \x20\x61\x00\x88\x65\x2e\x7c\x71\x8c\x05\x60\x9a\x46\x6e\x5e\xee\ \x5d\x77\xde\x49\x29\x15\x25\x91\x50\x7a\xdc\xfb\x78\x26\x65\x38\ \x83\x2e\x20\x2c\x91\xa1\xb5\x6f\xbf\x58\xeb\x91\xb0\x33\xff\x6b\ \xb7\x5f\x99\xcd\xeb\x80\x64\x73\xbb\xdc\x4e\x07\xf6\x76\x36\x07\ \x43\xfa\x96\xf7\x5f\x63\x7a\x2c\xa7\x28\x0d\x08\x99\x97\x5e\x3c\ \xf9\xf5\x75\x2f\xfc\xad\x63\xda\x95\x17\xcf\x18\xe8\xee\x08\x05\ \x6c\x6b\xde\x7a\x95\xa8\x5a\x5e\x51\x0e\x31\x28\x00\x48\x10\x25\ \x49\xc4\x44\x74\x8e\x99\x3e\x83\x19\xaa\x61\xb2\x4f\xbb\x16\x0c\ \x1f\xf1\x3b\x02\x18\xf7\x97\x50\x00\x28\xa3\x8c\x01\x40\x39\x07\ \x9c\x51\xc6\xb1\xa0\x38\x5d\x4e\x9b\x5d\xd1\x38\x80\x58\x64\x81\ \xf6\xa3\x3e\x3a\xed\xaa\x59\x49\x0e\x9b\xdd\x66\x17\x22\x9c\x30\ \x06\x21\xe4\x8c\x30\x80\x15\x45\x51\x6c\xce\xca\xb1\xa5\x4a\x4d\ \x63\x98\x68\x2d\x6b\x96\xbe\xbf\xa7\xc3\x26\x1b\x51\x55\x35\x4c\ \x9d\x8f\x78\x66\x28\x65\x84\x33\x4e\x4c\x92\x54\x3c\x6a\xfe\xc2\ \x29\x80\x90\x8c\x34\xc5\x18\xe2\x10\x00\x4a\x09\x03\x1c\x62\xe0\ \x6b\x6e\xf3\xfb\xfd\x87\xd6\x2f\xad\x67\xa6\x2b\x2b\x57\x81\x46\ \x14\x40\xc5\x61\xb7\x3b\x12\x2b\x47\x97\x6c\x3c\x10\x8c\xc5\x82\ \xfb\xde\x79\x7e\x53\x53\x44\x62\xde\x28\x4b\x8a\x69\x04\x0a\xa2\ \xa2\xc8\xf6\x84\xbc\xc2\xec\x9c\x61\x51\x76\x26\x64\x16\x15\xda\ \x3b\x23\xbe\x2e\xad\xd7\xeb\x0b\xec\x5a\xf1\xfa\x1e\xaa\x25\xe5\ \x15\x28\x24\x4a\x98\xc2\x55\xdf\xe6\x37\x9f\xda\xdc\x6a\x54\xcd\ \x3a\xff\x9a\x8b\x67\x61\xc6\x28\xa3\x1c\x02\xc0\x8d\x50\x28\x6c\ \x2a\xe3\xce\x9f\x97\xf4\xd7\xb7\xde\x7a\xee\x50\x34\x7d\xd2\xe5\ \x93\x1c\x3b\x0f\x1f\xf0\xc5\x4c\x1b\x87\x10\x70\x06\x38\x93\xa0\ \xb6\xea\xe5\xdf\x35\xa5\x5f\x72\xf7\x85\xe3\x99\xae\x9f\x28\x00\ \x8c\x42\x84\x74\x93\xc4\x73\x8f\x31\x86\x30\x6d\xf8\xf0\xe5\x67\ \xd6\x0d\x5c\x71\xf7\x7d\x05\x4e\xaa\x69\x04\xd9\x93\xa7\x9e\x73\ \xb1\xec\x5a\xbf\x6b\xdd\xc6\x69\x19\x13\x96\x2e\x5d\xcb\x26\x5c\ \xb6\xf5\x83\x8d\x3d\x83\x3d\x07\xf6\xd5\x55\xce\x2c\x42\x9c\x31\ \x2b\x78\xe4\x8b\x00\xa5\x10\x63\x61\xf2\xe4\xc9\x10\x22\x00\x00\ \xa5\xc4\x30\x0c\x84\x10\x00\x22\x63\x0c\x80\x7f\x2a\xae\x89\x11\ \x5d\xc8\xb8\xf8\xfa\x7b\x17\x8e\x4e\xc5\x18\x43\xce\x83\x6d\x0c\ \x70\x4e\x29\xe5\x0c\x2b\x4e\x97\x2b\xbb\xe8\xa6\xfb\xee\x4c\x13\ \x74\xdd\x60\x1c\x00\xe9\xbc\x5b\x2a\xa7\x77\xbc\xf6\xc4\x9f\x1f\ \x5d\x0a\xe6\xb9\x92\x52\x8a\xaa\xee\xbc\xff\x2a\x27\xd3\x08\x85\ \x22\x19\x34\x88\xa6\x1a\x26\x84\x08\x30\x12\xf2\x7b\x91\x20\x0b\ \x9f\x76\x49\x63\x18\xdf\xd0\x8e\x51\xd3\x84\xae\xf1\x15\xd9\xbb\ \xb6\xad\xaa\x5f\x58\x56\x96\x20\xb0\x70\xef\xe6\x0f\x37\xc9\xd5\ \x97\xa6\xd8\x10\x65\x94\x18\x3a\x25\x94\x52\xc6\x39\xe3\x82\xc3\ \xc6\x49\x4f\x67\x3f\x28\xcd\x27\xc4\xe4\x9c\x33\x42\x39\xe7\x9c\ \x52\xc6\x18\x63\xc4\xe0\x80\x11\x02\x90\x48\xfc\x4d\x6f\x2c\xdf\ \x35\xe1\xde\xff\x77\x4d\x71\xef\xaf\x7e\xfa\xb4\xa6\x9b\xc4\x34\ \x29\xa6\x9c\x51\x46\x28\xc3\x9c\x10\xea\x4c\xcf\x1d\x35\x66\x0c\ \x36\x62\x00\xe1\x76\x42\x01\x67\x8c\x52\x62\x9a\x94\x30\xc5\x65\ \x97\xdd\x19\x8b\x6e\xbe\x6f\x7c\x12\x32\x28\x97\x25\xf2\xae\x61\ \x32\x62\x72\xc0\x0c\xc2\x05\x01\xfb\x5b\xf6\xbe\xb3\xbe\xe7\x86\ \x9f\xfd\x6a\x3c\xdc\xfe\xa3\x47\x37\xc7\x57\xd0\xa6\xc4\x00\x40\ \xe7\x94\x13\x5d\x03\x5c\x27\x1c\x32\x0a\xec\x4e\xc9\x91\x90\x77\ \xe5\x9d\xdf\x28\x72\x00\x93\x98\x0c\x40\x2d\xa6\x02\xc1\xbd\xe0\ \xc6\x6f\xcd\xa5\x1c\x09\x02\xd6\x55\x53\x90\x46\x76\xf1\x26\x46\ \x48\xd5\x19\xa4\x69\xd5\x73\x46\xbd\xf3\xd6\x0b\x87\x8b\xfe\x78\ \x4b\x95\x70\x70\x87\xa9\x05\xa0\x7b\xd6\x68\xc7\xf0\x96\x2d\xbb\ \x26\xe7\xcd\x76\x0a\x30\x16\xf2\x06\x1c\x2a\x63\x9c\x9d\x3a\x86\ \xc0\x10\x61\x8c\x73\xce\x19\x21\x10\xc2\x9e\x7d\xef\x3f\xb7\xa6\ \xf3\xca\x7b\xbf\x39\x2d\xdf\xa1\xc5\x62\x26\x21\x10\xdb\xcb\xc6\ \x4e\xcb\x54\xc2\x9b\x7f\xbd\xa6\xdd\x3f\x65\xe6\x79\xe7\xb7\x05\ \xa2\xbd\xfd\x5e\xc3\xd0\x23\xa1\x08\x21\x0c\x03\x6a\xf9\x1e\xbf\ \x38\x83\x12\x20\x16\x25\xfc\xd8\xa6\x6c\xf1\x75\x58\x39\x67\x8c\ \x33\x10\xdf\xd5\xfd\xd3\xc6\x2f\x70\xa6\xab\x3a\x10\x44\x01\x03\ \x55\x55\xb1\x28\x01\x46\x35\x55\xa3\x1c\x10\x06\xca\xcf\xba\xb8\ \x72\xef\x33\x7f\xf9\xdd\x1f\xb3\x12\xc5\x94\x92\xf9\x97\xcf\x4e\ \x7c\xf7\xf9\x65\x7e\x24\x0e\xc7\x84\xd4\xd4\xb4\x89\x93\x2e\x3e\ \xf0\x97\xe7\xfe\xf0\xfb\xee\x14\xbb\x98\x3f\xf6\xdc\xcb\xe6\x64\ \x57\x8d\x4e\x7e\xfd\xcd\x27\xfa\x0e\x56\xcf\x9d\x51\xba\xf6\xb9\ \x97\x72\xaf\xfe\x9f\xc5\x53\x73\x3f\x95\x7f\x01\x02\xce\xe3\x9d\ \x6b\x4a\x54\x5e\x7d\xce\xe2\xb3\xbb\x9e\x7c\xec\x97\xbf\xc8\xcb\ \x4d\x89\x0d\xb4\x7b\xe5\xd2\xdb\x6f\x99\x29\x93\x23\xaa\xaa\xea\ \x26\x25\x94\x12\xd3\x50\xa3\x11\x1d\x67\x2d\x9a\x3b\xfa\xa9\xa5\ \x7f\xf9\x53\x43\x49\xff\xe1\x5a\x63\xd4\x04\x4e\x88\xa6\x69\x06\ \xa1\xc4\xd0\x54\x4d\xa7\x04\x50\xc3\x50\x63\x31\x2e\xa5\x54\xe7\ \x7b\xf6\xbe\xf7\x42\x2c\x4d\x6f\xf5\xd1\xd9\x40\xcc\xcc\x4a\xe8\ \x58\xbb\xfe\xc0\xfc\xca\x51\xe9\x12\xa5\xd4\xd4\x35\x95\xa8\xba\ \xa6\x23\x43\xc7\x22\x22\x86\x1e\x55\x39\x13\x1d\x19\x29\x74\xc3\ \xf2\x35\xd3\xbf\x3e\xe7\xac\xb2\x03\x2f\xfc\xee\xb7\xdb\x73\xdd\ \x38\x7d\xd4\xd5\x97\x4c\xa7\x86\xa6\xe9\x26\x63\x94\xe8\x5a\x34\ \xa6\x4a\x89\xd9\xe5\xe9\xfa\xea\x25\xcf\xd6\xe0\x3e\xaf\x21\x22\ \x40\x75\x4d\xd3\x75\x02\x00\xd5\x35\x55\x33\x08\x20\xd4\xd0\x62\ \xe1\x88\x96\x33\x67\xe6\xe4\x2d\xfb\x1f\xfd\xed\xef\x8a\xd3\x1c\ \xae\xbc\x51\xe7\x9f\x33\xd3\x0d\x0c\xca\x01\xc4\xa2\x2c\x00\xce\ \x18\x25\x84\x43\x44\x89\xa9\xaa\x2a\x21\xba\x2f\x10\x32\x31\x37\ \xa9\x3c\xe3\xf2\xbb\x12\x03\xae\x5c\x07\xf2\x22\x12\x0e\xf8\x22\ \x30\xe5\x92\x9b\xae\x78\xec\xe9\x25\x3f\x6d\xdb\x91\x97\x2c\x36\ \xd6\x46\x4a\x4a\x64\x6a\x9a\x1f\x89\xc8\x40\x94\x99\xba\xa6\x6a\ \x3a\x61\x00\x30\xff\xaa\x25\xcb\x7a\xcd\xe2\xa3\x1b\xdf\xdc\x1f\ \xd1\x4a\x66\x5f\x34\x1e\x35\xbf\xbe\x7a\x37\xc1\xc2\x70\x77\x5b\ \xe2\xd4\x85\x85\x39\xd9\x09\xc5\x39\x53\x10\x26\xde\x03\x87\x6a\ \x87\x27\x4c\x19\xa5\x00\x43\x25\x96\x28\x7c\x41\xbc\x0b\x00\x00\ \x00\x24\x49\x42\x18\x43\x00\x08\x21\x26\xa1\x30\xbe\x99\x22\x3d\ \xa3\xb4\xc3\x50\x30\x70\x9a\x6b\x99\xb1\xd6\xa6\x4e\x4f\x7e\x49\ \x8a\x53\x60\x8c\x43\x88\xa8\xe6\x6f\x69\xf3\x66\x16\x17\xb9\x25\ \x08\x31\xd6\x83\xfd\x75\x75\x4d\x01\x03\x65\x16\x54\x94\xe7\xd8\ \x9a\x8f\x1c\xe9\xf6\x46\x6d\x49\xd9\xa3\x2a\x8a\x3d\x76\x21\x3c\ \xd8\x59\xdb\xd0\x1a\x65\x52\x6e\x49\x65\x71\x56\x02\x89\xf9\x1b\ \x0e\xd7\x7a\x4d\x5b\x45\x65\x41\xb4\xaf\x57\xce\x2c\xca\x4a\xb4\ \x7d\x9a\x91\x7f\x51\x14\x6b\x8f\xd4\xe4\x17\x16\xdb\xed\x76\x42\ \x08\x80\x08\x73\xad\xb5\xbe\xb6\x73\x28\x2c\xb9\x52\x2b\x2a\x2a\ \x92\xec\x88\x68\x81\x96\xb6\xde\x84\xdc\xe2\x64\xbb\x48\xc2\x83\ \xad\x3d\x91\x9c\xe2\x22\xa7\x48\xfa\x5a\x9b\xfa\x83\xc1\xfd\x6b\ \x97\x0f\xe4\x5d\xfc\xf0\x75\x13\x9b\xeb\x9b\x5d\xb9\x25\xf6\x68\ \x67\x4f\xd4\x56\x5c\x98\xcd\x43\x3d\x2d\xbd\xb1\x82\xb2\x52\x21\ \xda\x7b\xa4\xb6\x39\xa8\x03\x67\x52\x46\x79\x79\x91\x83\x05\xeb\ \x8e\x76\x27\xe6\x96\x66\x25\x4a\x80\xb3\xe1\xde\x56\x2f\x4f\x2c\ \xc9\x4e\x01\x8c\x42\x84\x35\x7f\x67\x87\x1f\x96\x94\xe4\x1b\xde\ \x8e\xe6\xae\x58\xc9\xe8\x2a\x27\x0d\x34\xd4\xd6\x0f\x04\x75\x67\ \x46\xe1\xa8\xb2\xec\x40\x57\x73\x48\x4a\x2b\xc9\x4c\x08\x0f\x75\ \x74\x87\x84\xd2\xe2\x1c\x7d\xb8\xa3\xb6\xa1\x5d\xa5\x38\x39\x2b\ \xaf\xb4\x30\xd3\xdf\xde\x64\xba\x73\xf3\xd2\x6d\x3d\xcd\xcd\xba\ \x33\xab\x38\xdd\xd6\xd7\xde\x18\x53\x32\x0b\xb2\x52\x40\x74\xa8\ \xb6\xb6\xc1\x1b\x25\x49\xd9\x25\x65\x85\x99\x22\xf8\xe8\x43\x83\ \x08\x71\x2d\xd4\xd2\xda\x9f\x51\x52\xac\x0d\xb4\x07\x71\x4a\x71\ \x96\x07\x22\x41\x44\xcc\x30\xb9\x19\xee\x69\x1d\x30\xf2\x8b\x0b\ \x5d\x12\x8a\xfa\x7a\xea\x8f\xb6\x85\x75\x66\x73\xa5\x14\x95\x14\ \x67\xa5\xba\xe1\xb1\x31\x6c\xc0\x88\xaa\x69\x1c\xe2\xe8\x50\x5b\ \x6f\x54\x29\x2a\xcc\x12\x99\xd6\xd6\x70\xb4\x3f\x10\x26\x94\x33\ \xc6\xd2\x2b\x26\x94\x3a\x8d\xfa\xa3\x8d\xde\x88\xe1\x48\xce\xa9\ \x2e\x2f\xb2\x61\x46\x19\x80\x10\x72\x33\xdc\xd2\x3e\x90\x5a\x50\ \x92\x28\x7e\x42\x89\xb2\xf8\x7c\xd9\x0a\x08\x22\x55\x53\x57\xaf\ \x5e\x13\x08\x04\x19\x63\x63\xc7\x8e\x99\x3a\x79\x32\x07\xd0\x66\ \xb7\x1d\xa9\x39\x94\x9e\x9e\xe1\xf6\x78\x3e\x5e\x19\x4f\xa7\x0b\ \x00\x00\x88\x64\x59\xa2\x86\x7e\xc2\xbf\x04\xb1\x2c\x0b\xa6\xae\ \xc7\x0f\x20\x2c\x4a\x92\x88\x20\x27\xa6\x61\x98\x4c\x92\x65\x01\ \x23\xce\xa8\x61\xe8\x84\x02\x41\x94\x24\x49\x80\x80\x13\x43\xd7\ \x4d\x8a\xb0\x28\xcb\x12\x02\x4c\x37\x4c\x2c\x8a\xdc\xd4\xcd\x4f\ \x17\x19\x23\x8a\xe2\x91\x9a\x83\x05\x45\x25\x36\xbb\x9d\x12\x93\ \x32\x06\x00\x92\x24\x09\x63\xc8\x19\x35\x74\x9d\x32\x0e\x20\x96\ \x64\x31\x9e\x54\x88\x45\x59\xc4\x8c\x9a\x4d\x5b\x96\x6f\x6c\x09\ \xba\xb0\xde\xd4\xe6\x9f\x73\xed\x6d\xb3\xcb\x52\x20\x42\xcc\xd0\ \x19\x92\x44\xc4\x74\xc3\x04\x58\x94\x45\x64\x68\x3a\x10\x24\x59\ \x12\x10\x80\x9c\x53\x5d\xd3\x19\xc4\x8a\x2c\x12\x63\x24\x85\x82\ \x28\x0b\x90\xe8\xc7\xc2\x2e\xa0\x20\x49\x18\xe8\xba\x81\x04\x59\ \x12\x80\xae\xe9\x00\x09\x92\x2c\x61\x04\x19\x31\x34\x9d\x08\x92\ \x8c\xb8\xa9\x9b\x14\x0b\x92\x84\xb9\xa6\x13\x2c\x4a\x92\x28\x40\ \x00\x18\x35\x75\xc3\xc4\x92\x0c\xa9\x69\x10\x26\xc9\x32\xa4\xa6\ \x4e\x98\x28\xc9\x88\x9b\x86\x49\x21\x16\x65\x49\x44\x08\x52\xd3\ \x30\x0c\x93\x03\xf8\x51\x17\x0c\x07\x00\x21\x59\x16\x4d\x4d\x47\ \xa2\x84\x39\xd5\x4d\x7a\x3c\x20\x1c\x62\x49\x12\xa0\xa1\xeb\x0c\ \x40\x2c\x88\x92\x24\x20\x00\x01\x00\x6a\xb0\x6b\xdb\xe6\x03\x11\ \x0e\x10\x04\x9c\x52\xe4\xc9\x9a\x34\x61\x6c\x92\xcc\xf8\xb1\xac\ \xe0\x00\xc9\x8a\x2c\xa0\x78\x2c\x18\x24\x86\x6a\x30\x24\xcb\x12\ \x86\x90\x33\x62\x18\x06\x65\x23\x81\x16\x00\x22\x59\x16\x89\xae\ \x13\x6e\xcd\x6e\xfd\x02\x05\x30\x70\x84\x71\x53\x63\xe3\x6b\x4b\ \xde\xc8\xcd\xcd\xbd\xea\xca\x2b\xdc\x6e\x17\xe3\xc0\xe1\x70\x1c\ \x3e\x74\x30\x23\x33\xd3\xe3\x49\xf8\xd4\xba\xf0\xf9\x40\x14\xc5\ \x23\x87\x6b\xd2\x32\x32\x52\x53\xd3\x74\x5d\x1f\xe9\x0e\x01\x06\ \x38\x1c\x29\xa9\xe0\x34\x7e\x13\x88\x40\xa8\xaf\xad\xb1\xb3\xdf\ \xe0\x52\x46\x61\x79\x51\xa6\x87\x53\xfa\x15\xf5\x91\x21\x44\xa3\ \x7d\x9b\x37\xec\x0e\x52\x80\x00\x00\xcc\x44\x89\xf9\x33\xa7\x4f\ \x4e\x56\x18\xb5\x96\xfb\xfd\x6a\xd8\x0b\x1c\x70\x08\xa0\x20\x0a\ \x3d\xdd\x3d\x6e\x8f\xdb\xe5\x72\x51\x42\x11\xc6\x92\x28\x1d\x3a\ \xb8\xaf\xa0\xb0\xc8\xe5\x72\x7f\xc1\x74\x01\x21\xe4\xf7\xf9\xda\ \xdb\x5a\xcb\xca\x2b\xdd\x1e\x4f\x3c\x38\x8b\x73\x0e\x4f\x6a\x4b\ \x4f\xeb\xfd\xc2\x42\xbc\x95\xe6\x94\x98\x86\xf9\x95\xee\x0a\x43\ \x88\x44\x49\x3c\xd1\xba\x33\x66\x12\xd3\x1a\x65\xfc\x6a\xb9\x17\ \x38\x00\x10\x88\x82\xc0\x18\xa7\x8c\xc5\xc7\xd4\xda\x5a\x5b\x55\ \x35\x5a\x59\x35\xea\xb4\x95\xe8\x73\x3d\x6f\x8a\x31\x96\x94\x9c\ \x6c\x9a\x46\xe3\xd1\xba\x93\xe7\x7e\xf0\x8f\x38\x5b\x2d\xfe\x79\ \xeb\xd2\xca\xb7\xaf\x4a\x37\x02\x9c\xb0\xad\x8f\x3f\x74\xc6\xb9\ \xc3\xe1\x28\x29\x2d\x83\x10\x9e\xd6\xd3\xf7\xb9\xb6\x17\x46\x1a\ \x7f\x8c\xcd\x8f\x79\xd4\x2d\x2c\x2c\xfe\x1d\x3b\x42\x14\xc5\x33\ \x89\x02\xf8\x42\xac\xe3\x46\x29\xfd\x2a\x6f\x8a\x6b\x61\xf1\x1f\ \x31\x25\x38\xff\x84\x08\x14\xab\xb2\x59\x58\x58\x58\xba\x60\x61\ \x61\xf1\x39\xd4\x05\x84\x30\xb2\xbc\x5e\x16\x16\x96\x2e\x1c\x07\ \x02\xae\xc6\x22\x1a\xe1\x96\x32\xfc\xf7\xf2\x5c\x52\x90\x2c\x5a\ \x6b\xe4\x5a\xfc\xdb\xba\x00\xa1\x28\x49\xa2\x80\xe3\x7c\x66\xcd\ \x3b\x14\x44\x10\x78\xf7\x95\x67\x37\x77\xaa\xb2\xf0\xe9\x2e\x2a\ \x88\x50\x14\x00\x07\x50\x90\x90\x2c\x1d\x1f\x69\x39\xf9\x23\x14\ \x44\x28\x49\x50\x10\xa0\x20\x42\x01\x9f\xe6\x66\x04\x11\x0a\x02\ \x14\x25\x28\x89\x23\x73\x47\x44\x09\x8a\x02\x14\x25\x28\xe2\x63\ \xe7\x48\x48\x96\xe1\xf1\x5b\x85\x08\x8a\x12\x14\x04\x18\xf7\x77\ \x42\x3c\xf2\x13\x92\x34\x72\x0e\x44\x50\x94\x90\x2c\x1f\x1b\x3c\ \x3d\x76\xbe\x28\x8d\xa4\x01\xc2\x63\x27\x9c\xe1\x4e\x11\x86\xb2\ \x02\x45\xe1\xe4\xec\x81\xa2\x08\x31\x3e\x31\xa0\x84\x05\x24\x2b\ \x50\x40\x80\x03\x80\x05\x28\x89\x10\x63\x28\x49\x10\xc3\x13\x29\ \x94\xa4\x91\x8b\x40\x04\x31\x86\x18\xc7\xef\xee\xd8\x7d\x41\xbd\ \x66\xbd\x7f\x47\x03\x47\xa2\x55\xdc\x2d\x3e\x25\xa7\x19\x8f\x80\ \x08\xc3\x68\xff\x92\xc7\xff\x5a\xa3\x3b\x9d\x22\xd0\x98\x7d\xc6\ \xf9\xd7\x5f\x32\x33\xd7\x54\x55\xd5\xa0\xb2\xcd\x86\xa8\xa1\x9a\ \xdc\x66\xb7\x89\x18\x52\xd3\x50\x35\x9d\x43\x41\xb1\x29\x02\x82\ \x9c\x51\x42\x18\x16\x45\x04\x98\xae\xa9\x06\x61\x82\xa4\x28\x92\ \x08\x21\x60\xc4\xd0\x0c\x06\xb9\x31\xd8\x3f\x20\x99\x1c\x02\x00\ \x91\xa0\xd8\x14\x01\x72\x43\x53\x35\x93\x49\x36\x1b\x66\xa6\xa6\ \x9b\xc7\x82\x6c\x21\x94\x25\x6d\xf5\xf3\x81\x9e\x8c\x8c\xbb\x16\ \xc5\x56\xfc\x7e\xb8\xb5\x30\xeb\xce\xcb\x04\x60\x00\x41\x21\x87\ \xdf\xee\x5d\xd3\x96\x7a\xfb\x03\xf6\x64\x44\x07\x8e\xfa\xde\x79\ \x2b\xd6\x1d\x02\x00\x48\x95\x67\xa7\x5c\x71\x36\x46\xc7\x03\x1c\ \x11\x44\x46\x6c\xeb\xdb\xfe\x0d\xfb\x89\xce\x6c\xd3\x2f\x4d\x39\ \x7f\x06\x12\x88\xbe\xef\xdd\xe1\x65\x5b\x08\x4a\x4e\xb8\xf2\x16\ \x4f\x55\x26\x60\x8c\xf6\xee\x1b\x7c\x65\xa5\x32\xff\x96\xa4\x29\ \x39\xcc\x60\x10\x19\xea\xce\xd5\x81\xed\x7b\xb8\x67\x72\xda\x8d\ \x17\x0a\xd0\x1f\x5c\xf2\x42\xe0\x50\x27\xce\x9d\x98\x7a\xed\x55\ \xb2\x47\xe0\x80\x9b\x75\xeb\x87\x96\xef\x70\xde\xf0\xa0\x27\x43\ \xe4\x88\xc5\x36\xfc\xdd\xbb\x7e\x3f\x77\x15\x24\x5d\x7b\x93\x33\ \xcf\x0d\x38\x37\x9b\xb7\x0c\xbd\xb6\xde\x75\xe3\x37\x5c\xf9\x1e\ \x4e\xe8\x47\x44\x01\x90\x70\xe8\x9d\xbf\x87\xfd\x19\x19\x77\x2c\ \xc6\x54\x07\x82\xc4\x7a\x6b\x03\xeb\xd7\x45\x3b\xd4\x84\x6b\x6e\ \x71\x95\xa4\x01\x8e\x78\xb8\xb1\xef\x91\x67\xd0\xf8\x6b\xd2\x2e\ \x99\xc2\x07\xea\x87\xdf\x7a\x4b\xed\x09\xa0\xac\x51\xc9\x57\x5f\ \xad\xd8\x03\xc1\x77\x5e\x0b\xd5\x74\x31\xe8\x74\x5f\x72\x53\xd2\ \xd4\xfc\xd8\xc6\xe7\x87\xd6\xb5\x20\x59\xe6\x91\x21\x96\x3c\x2a\ \xe3\x9e\x7b\x14\xc9\xe0\x10\x50\x5f\xaf\x11\x52\x20\x12\xa0\x24\ \x21\x11\x03\xce\xb8\xae\xb1\xf8\x12\x18\x48\x40\x8a\x02\x31\x04\ \x94\x30\x4d\xe3\x56\xc0\x93\xc5\x99\x74\x01\x40\x08\x48\xac\xbd\ \x33\x36\xe9\xa6\x3b\xe7\x95\xbb\x35\x9d\x39\x9d\xca\xf6\x15\xef\ \xe9\x59\x93\xe6\x8e\x4d\x3e\xb8\x71\xe5\xb0\x7b\xcc\xcc\x62\xb4\ \xee\x9d\x4d\xed\x43\x5a\x66\xf9\x84\x39\xd3\x47\xe3\x70\xff\xb6\ \x0d\x3b\x9a\xfa\x82\x92\x27\xab\xa2\x28\xa9\xb3\xae\x3e\x88\x92\ \xce\x9a\x37\xa7\x38\xd5\x36\xd0\xb4\x7f\xc7\x81\xba\x80\x4a\x53\ \x0a\xc7\xce\x9e\x3e\x21\x09\xc1\xb8\x01\x82\x04\x91\x0e\x77\xae\ \x7e\x7f\x4b\x77\x4c\x1e\x37\x73\xfe\xc4\x42\xe7\xc1\x0f\x97\xfb\ \x3c\xe5\x33\xc6\x16\x00\x72\x2c\x42\x11\x21\xe6\xeb\xd5\x7b\x45\ \x80\xb8\xd9\xd5\x18\x5a\xba\xdd\x35\x73\x66\xd2\xd8\x0c\x60\x0e\ \xf8\xdf\x5a\x12\x6e\x4c\x48\xbc\x16\x42\x7b\xfb\xe0\x5f\x7e\xa9\ \xa7\x2e\x48\xbd\x6e\x0a\x34\xfc\x66\xd4\x0e\x39\x3b\xb9\xdf\x02\ \x4c\x8d\x9a\x92\x73\xd1\xcd\x12\xaf\xeb\x7b\xee\x45\xb1\x6a\x72\ \xa2\xeb\xc8\xc0\x8b\xab\xec\x57\x7c\x3d\x41\xdd\x34\xf8\xe2\xf3\ \xf2\x4f\x7f\x84\x5b\x97\x0f\xbc\xb6\x5a\xeb\xf0\x09\x53\x0d\x80\ \x11\x12\x48\x74\xcd\xcb\xbe\x23\xc4\x73\xee\xf5\x4a\x4e\xa6\xa0\ \x20\x6d\xcd\xcb\xbe\x7d\xd1\xb4\xbb\xbe\x16\x7b\xfb\xb1\x81\xa5\ \x99\x79\xf7\x9c\xab\xad\x7a\x76\x78\xc3\x2e\x6d\xc0\xb4\x9b\x1c\ \x4a\x32\x39\xf2\xfe\xd0\x3b\x7b\xdc\xb7\xdd\x87\xea\xde\x1c\x7a\ \xee\x4d\xe5\x47\xf7\x90\x1d\xaf\x0f\xaf\x5e\xa7\x76\x44\x6d\x3a\ \xfd\xe8\x74\x02\x84\xa1\x3e\x30\xfc\xfc\xb3\xe1\x86\x23\x3c\x6d\ \x1e\x47\x18\x00\x89\xf5\xef\x1f\xf8\xfb\x7b\xe2\xb8\x85\x69\x0b\ \xca\xc4\x24\x0f\x67\x08\x99\xfd\xc3\x2f\xbf\x1a\xeb\xe8\x92\x8b\ \x54\x24\x9a\xbe\xa5\xcf\x44\xc9\xd4\xec\x07\x67\x04\x9e\xfe\xd9\ \xd0\xb2\xec\xec\x2b\x2a\x81\x3d\x27\xe9\x86\x0b\x58\xcd\x92\xc1\ \xd7\x9e\xb7\x57\xfd\x5c\x19\x7b\x51\x7a\xa1\x89\x45\xd5\xf7\xf4\ \xef\xf4\xc4\x42\x51\xe1\x9c\x72\xc0\x91\x90\x5e\x2c\x27\xa4\x41\ \x1a\x8c\xed\xd8\x1c\x6d\xea\xe1\x82\xcb\x3e\x75\x9e\x73\x44\x77\ \x3a\x03\xcb\x36\xe9\x41\x1d\xa7\x14\xb9\x66\x4e\x13\x9d\x22\xb0\ \xa4\xc1\xe2\xcc\xfe\x05\x28\x49\x48\x0d\x07\x86\x87\x87\x83\x61\ \x55\x74\xb8\xec\xac\xe7\x8d\xd7\xde\xdc\xb1\x63\xf3\xeb\xef\xed\ \x84\x76\x27\x84\xd0\xe6\x49\x2f\xce\x4f\xd8\xbb\xec\xd5\xd5\x07\ \xfa\x89\xf7\xe8\x5b\x4b\xb7\x00\x4f\x5a\xa4\x61\xed\x13\xcf\xbc\ \x11\xb1\x25\x6a\xad\x5b\x9e\xfc\xfb\x7a\x15\x0b\x47\xd6\x2f\x5b\ \x5f\x13\x48\x4b\xb6\xd7\xac\x7e\xfe\x89\xa5\xdb\x4c\x24\x41\x00\ \x21\x12\x40\xb4\xf7\x8d\xe7\x5f\x68\xd4\x93\xf3\xdd\xa1\xb7\x9e\ \x7b\xb1\xd6\x67\x0e\xd4\x1f\xac\x6d\x1b\x02\x1f\xe9\xb5\x60\x11\ \x8a\x02\x20\x1a\x0d\x27\x79\xa6\x17\x46\xd6\xad\x22\x58\x32\xf6\ \xad\x8d\x99\x45\xae\xbc\x14\xae\x69\xda\xbe\xf5\x91\xf0\xa8\xcc\ \x7b\xef\x70\x54\x95\xdb\xc6\xce\x4a\x9c\x3f\x15\x0b\x27\xad\x66\ \xc9\x19\xc7\x2e\xd7\x82\x2b\x13\xce\x9a\x68\x2f\x2f\xc2\x4e\x17\ \x96\xa0\xd1\xbc\x97\xa4\x4c\x48\x98\x33\xc5\x75\xce\x25\x32\x18\ \x8a\xd6\xf6\x0b\x79\xe3\xd2\xef\x7d\x30\xa1\x32\x0d\x30\x0e\x20\ \x66\x81\x26\xdf\xb2\x8d\x44\xf5\x87\x57\xbe\x11\xdc\xdb\x02\xb0\ \x16\xd9\xdf\x2e\x4f\xbd\xc4\x3d\x7a\x5c\xe2\xc2\xd9\xac\x7e\x97\ \x11\x32\xa4\xaa\xf9\x19\xf7\xdd\x65\xcb\x49\xe0\x94\x43\x81\xaa\ \x87\x0e\x83\xbc\xf9\x89\xd3\xc7\x79\xce\xb9\x48\xf0\x1e\x51\xbb\ \xfd\x62\xc5\xec\x8c\x7b\xee\x75\x94\xba\xf9\xc7\x27\x89\x31\xc6\ \x91\xdd\x7d\xc9\x5d\x99\x57\xcf\x45\x22\x07\x1c\x40\x91\x46\xd7\ \xbc\x13\x69\xf7\x1b\xb5\x9b\xbc\xef\xaf\x31\xc2\x0c\xc9\x24\xf8\ \xde\xcb\x66\xea\xdc\x94\x05\x63\x20\xa7\x00\x00\xe8\xf4\x20\xc0\ \x39\x83\x38\x31\x43\x4c\x72\x21\x4f\x6e\xc2\x25\x57\x39\xc7\x8d\ \x52\x8a\xb2\x90\xcd\x01\x00\x80\x8e\x24\xa5\xa0\x00\x0c\xd6\xa8\ \x91\xfc\xd4\x2b\xce\x41\xdc\xe4\x1c\x42\x09\xe9\x07\x3f\xf0\x6d\ \x6f\x02\x46\xb7\xf7\xed\x25\x06\xf0\x60\xda\x3b\xf4\xc8\xef\x02\ \x8d\x7e\xc8\xfb\x86\x1e\xfb\x63\xb0\x45\x95\x12\x40\xe8\xdd\x17\ \xa2\x5d\x41\x28\x08\x56\x95\xb0\x38\xb3\x2e\x20\x2c\xd0\xe0\xc1\ \x1d\x1f\xae\x58\xb1\x6a\xdd\xa6\xdd\x83\x2a\x18\x77\xde\x0d\x17\ \xe5\x0e\xfe\xe1\x4f\x2f\x96\x5d\x7a\xdb\xdc\x32\x0f\x87\x92\x0d\ \xaa\x83\xde\x28\x36\xfd\xbd\x5d\xdd\x06\xe0\x62\x52\xc9\xc2\x0b\ \x2f\xbf\xe1\xaa\xd9\x9e\xc4\xf4\x59\x97\x5d\x79\xdb\x95\x0b\x84\ \xae\xfa\x81\xa8\x41\x18\x2e\x1a\x3b\xf7\xb2\x2b\x6f\x7c\xe0\xe6\ \xf3\xbd\x3b\xd7\x36\x07\x0c\x8c\x00\xc6\xd8\xdb\xb1\x6f\xf3\x91\ \x41\x6e\x46\xfd\x31\xea\xed\x39\xba\xbb\x36\x7c\xc1\x03\x0f\xdf\ \x73\xc9\x44\xae\x1b\x1f\x8f\xc0\xe2\xcc\x20\x01\x62\x5f\x78\xbd\ \xac\x1d\x0e\x6e\x3f\x10\xda\x76\xd0\xbe\xf0\x0a\x7b\x2a\xa7\x61\ \xbf\xe9\x1d\x40\x39\xa5\x82\xc4\x98\xc9\x79\xa8\xd5\xbf\xf2\x7d\ \x3d\xf2\x91\xc5\xa0\x38\x60\x9c\x07\x8e\x0e\x3c\xf6\x8a\x34\xed\ \x72\x77\xb1\x83\x04\x7c\xd0\xed\x00\x80\x72\x6e\xc3\x18\xd0\x60\ \x14\x25\xe7\xca\x59\x89\x20\xbe\x38\x2a\x12\x68\x6f\x8d\xa1\xe4\ \x26\xdf\x74\x4f\xea\xc5\x53\xa2\xcb\x9e\x09\x36\xf6\x33\x0a\x91\ \xdb\xc1\x39\x43\x0e\x1b\xe2\x21\xa6\x33\x21\xbb\x48\x4a\x72\x80\ \x91\x28\x4c\x42\x62\x3a\x74\x27\x00\xc2\x80\xa0\x20\x51\xa5\x51\ \x5d\xcc\xca\x97\x52\x5c\x80\x9c\x36\x9e\x8c\x03\xec\x90\x0b\xf3\ \xb1\x00\x00\xe7\x00\x62\x48\x7c\xd1\xd6\x80\x7d\xe1\xf5\xe9\xb7\ \xdd\x2c\xab\x07\x06\xdf\xdf\x61\x1c\x5e\x17\x6c\xb5\xa5\x5c\xbe\ \x00\x11\x9d\x33\xca\x80\xdd\x35\x7d\x1a\x3b\xb2\xa2\xef\x91\x5f\ \x0d\xef\x09\x38\xc7\x57\x43\x53\xe3\x1c\x90\x86\x35\x03\x6f\xd6\ \x79\x2e\xbd\x5e\xb6\x53\x4e\x39\xd0\xbd\xc1\x55\x1b\xa5\x19\x8b\ \x6c\x49\x78\x44\x8f\xf8\x88\xdf\x91\x33\x02\x95\x54\xf7\xa2\xab\ \xd2\xef\x7e\x30\x69\x82\x1c\xdc\x72\xc4\x38\xb8\x2d\x3a\x9c\x94\ \xfe\xcd\x07\x92\x2f\xbe\xd0\x9e\x65\xe7\xa6\x15\x51\x6a\xf1\x09\ \xfd\x08\x10\x5f\x06\x30\xe3\xe2\x1b\xee\x5d\x58\x9d\x60\xe8\x26\ \x21\xcc\x64\x1c\x60\x19\x50\xa4\xc6\x0c\x01\xf3\xed\xcb\x5e\x7e\ \xab\x16\x5d\xb8\x70\xac\xff\xa8\xcd\x8c\x7b\xf2\x00\x33\x34\xc2\ \xb0\x82\x01\x8d\xc6\x38\x47\x82\x2c\x02\x4a\x19\x82\x23\x7e\x37\ \xbb\xdb\x63\x17\x0c\xd5\xa4\x00\x00\x84\x31\x55\xa3\xdc\x95\x54\ \x58\x94\x9f\x82\xb2\x6e\xff\xfa\xf4\xcc\x5c\x17\x61\x58\xc0\x94\ \x90\x8f\x59\xdd\x00\x02\xaa\x31\x93\x8b\xc9\x25\xae\x39\xa3\xbb\ \x9f\xfd\x09\xcc\x5e\x90\x3b\xa3\x32\xb8\x4f\x63\xba\x21\x24\x65\ \xf0\xde\x56\x4a\x90\xac\x38\x78\xa0\xcb\xbf\x7c\x69\x42\xd9\x2c\ \xd9\x09\x4f\x5a\x7d\x5d\x04\xd1\xf6\xc1\xc7\x1f\xa3\xc5\x17\x65\ \x2c\x9e\x83\x28\x41\xce\x04\x1e\x8a\x02\x80\x21\x54\x29\xe3\xb2\ \xdb\x01\x88\xc9\x4d\x72\xd2\xed\x53\x20\x3b\xa5\xcc\x2c\xbb\xfb\ \x2c\x25\x7d\xa5\xd6\xa7\x89\x36\xa4\x85\x22\x10\x22\x16\x55\x19\ \x74\x43\x11\x71\xd3\x04\x27\x5c\x06\x82\x60\x97\x79\x57\x00\x08\ \x08\x10\x8d\x99\x36\x64\x93\xb9\x69\x00\xf2\x09\x35\x8d\x73\xd3\ \x1c\xe9\xcf\xc7\x37\xca\x61\x48\x48\xcc\x96\x33\x4b\x5d\x93\xc6\ \x45\xd6\xb7\xc6\x1a\x0d\x32\xd8\x3a\xf8\xc7\x1f\x99\xed\xf5\x26\ \xd3\xa2\xb3\xf3\xf5\x35\xeb\x95\xcb\x1f\x48\x9f\x57\x12\x5a\xfa\ \x47\xef\xdb\xcb\xed\xdf\xbc\x89\xb7\xad\xef\x7f\x7a\xb9\xfd\xb2\ \xfb\x92\xa7\xe7\xb3\x98\x0a\x90\x44\xfb\x77\x46\x06\x1d\xc9\x37\ \x56\x03\x53\x07\x00\x21\xbb\x1d\x62\xe3\x98\xf5\x04\x01\x42\x80\ \x33\x0e\x64\x21\x31\x19\x74\x6b\x34\x1c\x43\x4a\x92\x20\x03\xae\ \x31\x00\x91\x35\x65\xc2\xe2\x1f\xf6\x23\x00\xd5\xc3\xbd\x5d\x1d\ \x6d\xad\xad\x2d\x2d\x6d\xbe\x48\xac\x69\xd3\xdb\xeb\xfb\xd2\x7e\ \xf8\xc3\x5b\xda\x57\x3d\xbf\xa9\x65\x38\xe8\xf3\xf2\x84\xec\x31\ \xa3\xab\xb3\x92\x65\xc3\xa4\x80\x53\xc3\x20\xf1\xf5\x17\x0d\xd3\ \x64\x00\x02\xce\x4c\xc3\xe4\x00\x62\x40\xfb\x5b\x8f\xd4\x37\xd5\ \xaf\x5a\xb9\x2e\x94\x50\x59\x94\xec\x64\xaa\xd6\xd5\xda\xe5\xc8\ \x1e\x9d\x8f\x82\xfd\x61\x94\x5b\x90\x9b\xe4\x49\x48\x4b\xc2\xfb\ \x56\x2d\x5d\xbd\xa7\x05\x9e\x3c\xf9\x0f\x00\x40\x4c\x6e\x32\x40\ \x63\x44\x35\x01\xc4\xca\xa4\x39\x8e\xfc\x0c\xc7\xac\xb3\x65\x07\ \x04\x3c\x6a\x06\x22\xca\xa4\xf9\x76\x7c\xa0\xff\xc9\x17\x23\x47\ \x8f\x6a\x6d\xdd\x54\x3f\x65\xcb\x2d\x00\x11\x12\xf4\xd0\x9b\x8f\ \x47\xcc\x92\xa4\x79\x63\x48\x57\x87\x19\xd2\xa5\xd2\xc9\xe2\xf0\ \x7e\xff\xa6\xdd\xe1\x35\xef\xe9\x3c\xd5\x51\x9e\x1c\x6f\x2a\xb9\ \x69\x70\xca\x01\x23\x38\x67\xbc\x14\x69\x0d\x7c\xb8\x33\xba\x67\ \x83\x36\x08\xec\x85\x05\x8e\xb1\xf9\xfa\xce\xf7\x43\x87\x0f\xfa\ \xd7\x6e\x46\x95\x93\x25\x3b\xe6\x00\x00\xc0\xb8\x61\x70\xc6\x39\ \xc1\xb6\x71\xa3\x41\xe7\x06\xff\xce\x83\xa1\x0f\x96\x99\xc9\x55\ \x4a\xa6\x87\x33\x0e\x00\xe7\xa6\xf1\x49\xce\x3c\x46\xb8\x49\x00\ \x60\x00\x27\x3b\x4a\xdd\xd1\x4d\xef\x45\x5a\xea\x42\x3b\xf6\xa2\ \xa2\x12\xd7\x05\x77\xe6\xfd\xf8\x07\x19\x5f\xbb\x3f\x61\x74\x9e\ \x32\x7e\xbe\xa3\x30\x89\xfa\x06\xcd\xfe\x41\x1a\x53\x59\x54\x65\ \x26\x03\x5a\xef\xf0\xd3\xcf\x82\xaa\xf3\xdc\x65\x4e\xbd\xbd\x9b\ \x19\x1c\x4a\x82\x71\x68\x17\x73\xe6\xd8\x32\x6d\x9c\x42\x48\x03\ \x81\x37\x5e\x88\x34\x0f\x43\x49\x00\x00\x40\x88\xb8\xee\x8b\xd5\ \xd4\xa8\x07\x37\xf8\xb7\xd4\xca\x55\xc5\x4a\x75\x05\x0c\x1d\xf2\ \xae\xdb\xad\x35\x37\x1a\x43\x31\x88\x2d\x61\xb0\x38\xd6\x7d\x3f\ \xcd\xfe\x11\x10\x42\x6a\xf4\x36\x1d\x3c\xd4\xdc\x52\x77\xb8\x66\ \xff\xde\x23\x51\xce\xfa\xba\x07\x8a\xe7\x5c\x32\x6f\x72\xa5\x2d\ \xd0\xb2\xbf\xdb\xb6\xe8\x9c\xf1\x43\x35\x5b\xd6\x6d\xd9\xd5\x15\ \x52\x26\x4c\x9f\x9e\xef\x22\x1d\x03\xe6\xe8\x09\xa3\x6c\xe6\x60\ \xeb\x80\x51\x3d\x6e\x9c\xc7\x18\x6c\xed\xd3\xaa\x27\x8f\xf1\x1f\ \xde\xb6\xb7\xb9\xb7\xa7\xf5\x70\x27\xc9\xbe\xfa\x86\xcb\x0b\x93\ \xdd\x76\x7d\xa8\xa6\x75\xb8\x72\xda\xfc\x29\x45\xf2\xbe\xcd\xeb\ \x36\xef\x3c\xd0\x1f\x11\x47\x8d\x2d\x6c\x58\xbf\xb2\x8d\x67\x4c\ \xa8\xcc\x81\x23\x1b\xbc\x41\x88\x11\xed\x6b\x25\x30\xc3\x51\x9d\ \xa2\x35\xf7\x2b\x63\x26\x48\x29\x89\xb6\xf1\xb3\xed\x85\x49\x90\ \x53\xb3\xb7\x99\xb9\x4a\xec\xd5\xa3\xec\x55\x25\x66\xed\xb6\xf0\ \xae\x1d\x91\xa6\x3e\xb1\x68\xb2\x7b\xf2\x68\xe1\xf8\x68\x3d\xc2\ \xd0\xf0\x47\x0f\xec\x30\xfc\x51\xbd\x66\x67\x78\xcf\x61\xee\xcc\ \x75\x8c\x19\x2d\xa7\xd0\xf0\x07\xef\x45\xfb\x84\xa4\x6b\x6e\x75\ \xe4\x38\x39\x61\x10\x12\xa3\xad\x0d\xe5\x8f\xb1\x65\x39\x81\x9c\ \xa2\x64\x29\xd1\x0d\xcb\x42\xb5\x43\xce\x0b\x6e\xf4\x54\x67\x09\ \x39\xc5\x28\x58\xe7\x5f\xf3\x21\x4b\x9b\x9c\x76\xf5\xf9\x82\xc4\ \x01\x00\x90\x46\xb5\xf6\x7e\xb9\x6a\xb2\xec\x00\x30\xb5\x48\x52\ \xfc\xc1\x15\xcb\x75\x3d\x2d\xe5\xc6\x1b\x6c\xc9\x02\xa7\x00\xb2\ \xa8\xd6\xde\x2d\x96\x4f\x51\x12\x95\x8f\xfb\xf3\x20\xc2\x2c\xd0\ \xa1\x47\x9d\xce\x71\x55\x90\x72\xa9\xa4\x14\x74\xed\xf6\x7f\xb8\ \x95\xa5\x4f\x4d\xbd\xe2\x1c\x51\xc1\x50\x94\x91\xdd\xc6\x06\xda\ \x99\xbb\xc4\x51\x5d\xa6\x64\xa7\xeb\xfb\xd6\x07\x36\x6d\x36\x61\ \x7e\xea\x75\x57\x8b\x7a\x77\x64\xcf\x3e\x12\xf1\x47\xf7\x6c\x89\ \xd4\x75\x0b\xf9\x63\xe4\x54\xd1\x38\x7c\x98\xbb\x47\xb9\xc6\xe4\ \x70\x06\x20\x09\x04\x97\xaf\x80\x45\x13\x71\xb8\x2e\x16\x4a\x4b\ \x18\xed\x0e\x6f\xda\x68\xf4\x0d\xc4\x0e\xd6\x89\xe3\x2f\x49\x5d\ \x38\x11\x27\x64\x29\x69\x38\xb2\x61\x6d\xac\xa5\xcd\xe8\x0b\xda\ \x66\x2c\xb4\xa5\x39\x01\x65\x56\xad\xb0\x38\xd3\x7a\x4d\x50\x94\ \x24\x78\x6c\xf7\x10\xc6\x18\x44\x18\x01\x6a\x12\x2e\x48\x22\xa0\ \x84\x01\x24\x60\xc8\x28\x83\x18\x03\x4a\x4c\x06\x25\x11\x99\x86\ \xc1\xa1\x20\x89\x88\x18\x06\x83\x82\x24\x8a\x08\x6b\xef\xfd\xe1\ \x57\xf5\xe9\x97\xff\xef\x2d\xe3\x0d\x9d\x72\x4a\x4c\xca\x04\x51\ \x42\x80\x1a\x26\xc5\xa2\x84\x61\x7c\x07\x15\x4e\x08\x15\x44\x09\ \x72\x6a\x7e\xc4\xf6\x16\x44\x08\x39\x37\x29\x94\x44\x40\x0c\xce\ \x00\x40\x18\x70\x0a\x38\x80\xa2\x0c\x98\xc9\x09\x83\xa2\x08\x30\ \x02\x94\x02\x88\x20\x02\x4c\x53\xf9\xc9\xbd\xfa\xf8\x50\x1c\x60\ \x9c\x71\x00\x41\x7c\x8d\x16\x28\x8a\x00\x70\x00\x21\xe0\xf4\x58\ \xbf\x1a\x42\x49\x04\xd4\x8c\x77\xcb\xa1\x28\x1d\x9b\x8e\xcc\xb9\ \x69\x02\x88\xa1\x28\x00\xce\x00\x44\x80\x1c\x37\x01\x10\x94\x04\ \x60\x1a\x23\x7b\x6c\x8d\x5c\x13\x01\x46\x8e\x8d\x4a\x42\x28\x49\ \x80\x18\x9c\x32\x4e\xc9\x09\x6f\x28\x84\x10\x0b\x00\x02\x80\x45\ \x88\x01\x8f\xef\xef\x80\x04\x28\x20\xc0\x18\x40\x08\x10\xf3\xb8\ \x95\x01\x05\x09\x00\xca\x4d\x0a\x45\x11\x20\x00\x18\x07\x08\x03\ \x6a\x72\x0a\xa0\x2c\x81\x91\xcb\x72\xce\x28\x60\x00\x88\xf1\xec\ \x22\x23\xc3\x39\x32\xa6\x43\xad\x43\x4f\xfe\xd6\xac\xbc\x2b\xf7\ \x5c\xa1\xf3\x67\xcf\x78\xbe\xf5\x07\x4f\x96\xc4\x39\x00\x84\x70\ \x12\x31\xba\x06\x80\xdd\xc5\x3a\xb7\x0d\xbc\xb1\x3f\xe5\x7f\xfe\ \xd7\x99\xa3\x58\x5e\x06\x8b\x33\xfb\x17\x38\x37\x75\xfd\x23\x2e\ \xf4\x11\x0f\x9b\x61\xc4\x3f\x1b\xf1\xcf\xc7\xa6\x3f\x1b\x06\x05\ \x00\x02\x4e\x4f\x7a\xc3\x45\x09\x24\x67\xe7\x67\x7b\x64\x5d\x37\ \xcc\x91\x2f\x00\x62\x1a\x23\x5d\x95\xe3\x87\x4e\x3d\x0e\x3e\xd2\ \x8f\x88\xa7\xc8\x30\x4e\x74\xfe\xe3\x47\x4c\x3d\xde\x6b\xe6\xc4\ \x04\xe4\x58\x17\x5a\x02\xda\x81\x75\xfe\x0f\x0f\x00\x59\x04\x00\ \x70\x62\xca\xd3\xaf\x4a\x9e\x59\xc1\xc9\x29\xcb\xcc\xf2\xd3\xfc\ \x16\x3f\xf1\x13\x1f\x3f\x81\x53\x6e\x7c\xbc\xc2\xb0\x93\xbe\xc2\ \xcf\x70\x4d\x1d\x40\x0c\xcc\x1e\xdf\x4b\x6f\xea\x51\x13\x22\x08\ \xa8\x01\x12\x8b\x13\x2f\xbb\xda\x96\x08\x38\x35\x39\x3d\xa9\x4f\ \x71\xba\x0c\xe0\xc4\x38\x71\x9b\xc7\x32\x65\xe4\x5f\xba\xf6\x11\ \x3f\xcc\xf1\xec\x8a\x1b\x24\x40\x1f\x0c\xbc\xf7\xba\x21\x4d\x48\ \x9d\x33\x16\x80\x26\xb9\xb0\x18\x23\x3a\xe2\xd7\x40\x02\xe4\x91\ \xe8\xb6\x65\xd1\x36\x2f\x90\x3d\xee\xab\x6f\x75\x64\xd9\x4e\x71\ \xb2\x58\x58\xf6\xc2\x7f\x50\x78\x44\x09\x71\x62\x90\xff\xa2\x75\ \x8a\x30\x3c\x79\xac\x93\xd1\xcf\x41\xb8\x0e\x3c\x25\x10\x93\x73\ \xfe\x5f\x5a\x4e\x02\x42\x41\x80\x18\x71\xd3\xe0\x0c\x42\x59\x04\ \x86\x7e\xd2\xe4\x5a\x78\x3c\x50\x12\x70\x6a\x89\x82\xc5\x7f\x4f\ \x17\x2c\x2c\x2c\xbe\x70\x58\xf3\xac\x2d\x2c\x2c\x2c\x5d\xb0\xb0\ \xb0\xb0\x74\xc1\xc2\xc2\xc2\xd2\x05\x0b\x0b\x0b\x4b\x17\x2c\x2c\ \x2c\xfe\x8b\xba\x60\x45\xc5\x5a\x58\x7c\xb9\x39\x63\x1d\x3f\x7d\ \x5c\x13\xe7\x8c\x10\x62\x49\x83\x85\xc5\x97\x1a\x2e\x08\x02\x84\ \xe8\x53\xe9\x02\x42\xa8\xbd\xb5\x0d\x0b\xd8\xda\xb2\xc1\xc2\xe2\ \x4b\x0c\x63\x8c\x12\x5a\x50\x54\xfc\xf1\xdd\x65\x84\xd3\x19\x0b\ \x1c\x61\x54\x51\x35\xda\xca\x38\x0b\x8b\x2f\x37\xf5\xb5\x35\xa7\ \xdd\x5d\x06\x9d\x59\x4b\xac\xf9\x33\x16\x16\x5f\x6e\x7b\xe1\x8c\ \x75\xdc\xea\x29\x58\x58\x58\x7c\x9e\x75\x81\x1a\xa6\xd7\xff\x5f\ \x98\xe1\x44\x06\xbb\x74\x6f\xe4\x33\x4a\xb3\x66\xfa\x03\xd6\x4a\ \xa9\x16\x5f\x79\x5d\xa0\x06\xd5\x4e\x9a\x8f\xac\xc5\xd8\x67\x34\ \x63\x3f\xfa\xe1\xf3\x9d\x4b\xb7\xc4\xeb\x18\x8b\x06\x8d\xa1\x41\ \x12\xd1\x3f\x7e\x1a\xf7\x1e\xea\x7a\xf2\xe9\x68\xe0\x63\xc7\xc3\ \x2d\xdd\x8f\x3e\x1e\xee\x37\xfe\xa1\xf5\x14\x7c\xeb\x89\x81\x2d\ \xcd\x1f\x3d\x1a\x09\x18\x43\x83\x66\x28\xfa\xcf\x4d\xbe\x34\xbd\ \x03\x4f\xfd\xce\x5b\xef\xb7\x4a\x92\xc5\x97\x89\x7f\x7a\xfd\x5f\ \xd6\xf4\x7e\xfd\x6f\x97\xa5\x7d\xeb\x0f\x69\xa3\x53\x00\x20\xc3\ \x8f\xff\x20\x56\x74\x63\xfe\xa5\x13\xfe\xdd\x84\x68\xcd\x03\x1f\ \xd4\x38\x6f\x5d\x8c\x80\x16\x5a\xfe\x4c\xef\x87\xb5\x00\x61\x46\ \x80\x63\xc6\xd5\x39\x57\xce\x3a\x79\x85\x31\xa8\xb8\x6d\xf9\x79\ \xf8\xe3\x9b\xa4\x08\x76\x5b\x61\x81\x20\xff\x63\xa5\x63\xd1\x08\ \x3b\x65\xde\x77\xc4\xff\xe6\xb3\x03\x5b\x8e\x00\xd9\xc6\x91\x3d\ \xe5\xa6\x6f\xa7\x56\xa7\x7c\xda\x64\x2b\x59\x09\x95\x89\x3d\xef\ \x2e\x4f\xaa\xbc\xd1\xea\x92\x59\x7c\xe5\x74\x81\xab\xfe\xf0\xee\ \x8d\x66\xd2\x59\x89\x36\x11\x46\x3a\xfa\x9e\xfc\x83\xf2\x83\x1f\ \xbb\xb3\x14\x4e\x4c\xce\x21\x00\x24\xb0\xfc\x99\xe1\xdd\xed\x30\ \xa1\x30\xed\x86\x5b\x5d\x69\xcc\xff\xfa\x33\xde\xa3\xbd\x00\xda\ \x1d\xa3\x2b\x59\x7f\x53\xac\x3b\xec\x3c\xfb\x9a\x8c\x79\xa3\x21\ \x60\x91\xcd\x6f\x0e\x6e\xdc\xcf\x9c\x79\x69\x57\xdf\xe2\xce\x76\ \xc4\xaf\x6f\xec\xdd\x64\xd8\x46\xe5\x57\x25\x6a\x9b\x1f\x6d\x5f\ \xd6\x94\xf3\xcd\x1f\x78\x0a\x93\x49\xf7\x9e\x8e\xdf\x3f\xd6\xed\ \x4c\xcb\x3f\xbf\x2c\xb8\xec\x99\xa1\xbd\x4d\x20\xa9\x32\xe3\xa2\ \xe9\x24\xe8\xe7\x08\x00\x1e\xf1\xbd\xf3\xb2\xaf\xa6\x83\x43\xc5\ \x35\xef\xca\xf4\xe9\xa9\xe6\x90\x8f\x43\x81\xf5\x1e\xec\x7d\xed\ \x6d\x35\x62\x42\x7b\x56\xda\x35\xb7\xb9\x73\x1d\xda\x81\xd5\x7d\ \xcb\x37\x12\xe0\x48\xbc\xf0\x96\x94\xf1\xb9\x00\xe3\x93\xd7\x80\ \x8c\xac\x78\xba\xfb\x83\x9e\xdc\xef\xfd\xc4\x95\x9d\x48\xfd\x43\ \xdc\xe9\xe2\x81\xba\x9e\x17\xdf\x54\xbd\xba\x32\xee\xdc\xac\xcb\ \xe6\xa0\x40\x73\xff\xeb\x4b\x22\x7d\xaa\x6d\xf2\x15\x39\x17\x4e\ \xe0\xfe\xa6\xfe\x57\x5f\x8f\x0e\xaa\xb6\x29\x17\x65\x2e\x9a\xe6\ \x9c\x7f\x0e\xde\xf2\x7c\x70\xf0\x86\x04\xe1\xe8\xd0\xa6\x56\xe7\ \xcc\x59\xf6\x54\x97\x55\xb0\x2c\xbe\xe4\xfd\x08\x3a\xd8\xea\x7d\ \xef\xd9\xd6\xdf\xfe\x6a\x60\x47\x1b\x14\x44\x4e\x4c\xb1\xec\xec\ \xec\xf3\x73\x7b\x1e\x7b\xca\xd0\x01\x12\x11\xe0\x1c\x00\xc1\x3e\ \xe1\xbc\xec\x5b\x6f\x77\x89\x8d\xbd\x7f\x5f\xc1\x79\xc8\xbf\x71\ \xaf\x34\x69\x71\xda\xac\x2c\xef\x92\x17\x58\xd1\xfc\xf4\x05\xe5\ \xde\x97\x9f\x09\x0d\x12\xb3\x66\x69\xf7\x8a\xfa\xa4\x2b\xef\x48\ \xce\x0e\x74\x3d\xf1\xac\x7e\x6c\x09\xa2\x48\x73\x27\xca\x1f\x85\ \x01\xf1\xae\xdc\xe7\x5a\x70\x6b\x52\x65\x0e\x56\x6c\x72\xc9\xec\ \xec\xf3\xc7\x46\xd7\xaf\x20\x3c\x1c\x58\xbb\x15\x57\x2c\xca\xb8\ \x60\xae\x8c\x87\xfc\xdb\x77\x13\xc6\x23\xef\xfe\xa9\x77\xfb\x70\ \xf2\xa5\xd7\x27\xa4\xfb\x03\x5b\xf6\x70\x12\x09\x6d\xdf\xa9\xeb\ \x80\xb4\xec\x09\xb4\x08\xe9\x57\x5d\xe7\xb2\xb7\x75\x3e\xf3\x92\ \x49\x81\x58\x30\x2e\xe3\x86\xbb\xd2\xa7\x26\x0d\xbe\xf8\x94\x66\ \xf2\x53\xe2\x38\xd8\xa0\x77\xdb\x4e\xc7\x95\xf7\x26\x14\x67\x63\ \xc5\x2e\x65\xe6\xcb\x2e\x19\xda\xb3\x93\x2e\xba\x21\xe7\x9a\xf3\ \xf4\xf5\x2f\xfb\x0e\xf7\x04\xd7\x3c\xed\x1d\xca\xcc\xb9\xed\xb6\ \xc4\x31\xb9\x80\xf8\x7a\x9f\x78\x44\x4b\x99\x95\x75\xed\x05\xea\ \x9a\x27\x07\x76\x77\x03\x67\xa5\xe2\x60\xd1\xa3\x43\x50\x56\xd8\ \x50\x4d\xf7\x9f\x7e\xd1\xfe\xcc\xcb\xc1\xa3\x5d\xdc\xf2\x3a\x58\ \x7c\x69\xed\x05\xa3\xb3\xeb\x8f\xff\xeb\xf7\x65\xe7\x7d\xfd\xeb\ \xc9\x63\xf2\x01\x00\xa4\xc6\xe0\x06\x48\xb8\xf0\x76\xd0\xf9\xfd\ \xce\x57\x97\xbb\xb0\x0c\x31\x02\x4c\x57\x0f\x6e\xf4\x1e\xe9\x61\ \x83\x03\xcc\xde\xc7\x38\x84\xb6\x44\x7b\xd9\x38\x77\x49\x8a\x7d\ \xdd\x5e\xa5\x7c\xbc\x3b\xbf\xd4\xfd\xfe\x36\x73\x78\x38\x52\x77\ \x40\x1d\x0a\xf8\x57\xbe\xc1\x23\xfd\x24\xc4\x48\x18\xc8\x49\x00\ \x00\x4e\xd5\x18\x4a\x73\x02\x60\x9a\x9a\x24\x78\x12\x4f\xa4\x2f\ \x31\x01\x92\x7e\xc6\x18\x54\x12\x1d\xd5\x53\x9c\x25\x76\xee\x1d\ \x80\xb2\x02\xd4\x50\x70\x5b\x4b\xd2\x55\xbf\x49\x1c\x97\xae\xf9\ \xf2\xfc\x7b\x11\x80\x08\x29\x0a\x84\x80\x03\x28\x64\x94\xb8\xaa\ \x46\xbb\x12\x2e\xf5\xfe\x66\xbd\xa1\x31\xa1\xfb\xd0\xe0\x07\x7b\ \x98\x3a\x4c\x74\x62\x68\xa7\x2e\x43\x4f\x63\x94\x12\xe9\xd4\x16\ \x9e\x05\xfa\x82\xeb\xde\x57\x43\xaa\x11\xf2\x91\x50\xc4\x55\x3e\ \x51\xd8\xb5\x79\x68\x77\x76\xfa\x45\xe7\x00\xff\xd6\x50\x4b\x3b\ \x64\xdb\x06\xba\x98\x69\x84\x55\x9f\x0f\x80\x1c\x51\x84\x9a\xd7\ \x0f\x1c\xe5\x19\x77\x7d\x2f\x7d\xf8\x68\xff\xf3\x7f\x6e\xfa\xd1\ \xe6\x82\xff\xfd\x6d\xca\xe8\x04\xab\x84\x59\x7c\x19\x75\x41\xcc\ \x4c\xbf\xe6\x36\x61\xe3\x76\xff\xfb\xcf\xc7\xea\x26\x26\xcd\x5d\ \xa0\x08\x18\x70\xca\x80\x9c\x72\xe3\xd7\x23\x3f\xff\x45\x7f\x47\ \x28\xb9\xca\xa6\xd7\xbe\xd7\xb9\xbc\x31\xef\xdb\xf7\xe3\xc6\x97\ \xbb\x77\xd0\x91\x95\x48\x09\x01\x00\x42\x00\x98\xa6\x03\x4e\x40\ \xdc\xb2\xe0\x4c\x2c\x99\x91\x75\xdb\x79\x90\x32\x28\xdb\x05\xe7\ \x88\xd3\x00\x49\x32\x57\x55\x00\x6c\xce\x02\x30\x74\x64\x1f\x3f\ \x27\x1f\x02\x00\x00\x0b\x1f\xaa\x05\x19\xf3\x44\xcc\x39\xe7\x23\ \x0b\x1c\x72\x30\x12\xa0\xcd\x79\x7c\xad\x47\xf8\xf1\x7d\x75\x19\ \xe5\x00\x00\x86\xb0\x28\xb2\xde\xba\xae\xc7\x96\xd8\xaf\xff\x5e\ \x72\x76\x57\xdb\x63\xcb\x39\xe5\x9c\x71\x80\x8f\xdd\xb8\x98\xaa\ \x78\x3c\xe1\x3d\x87\xc1\x84\xf9\xc7\xbe\xac\xf7\x3f\xf3\x97\x70\ \xe2\x05\x05\x37\x8c\x1a\x8a\xfc\x9c\x44\x89\x32\x73\x71\x59\xce\ \xd8\xc1\x37\x9f\x6d\xfe\xc5\xd1\xe2\x3b\x26\x22\xd9\x93\x70\xd1\ \x4d\x89\x59\x22\xc4\x22\x74\xb8\x01\xd0\x29\x01\xc8\xe9\x00\xa6\ \x2f\xb8\xf9\xc3\xc0\xde\xc3\x26\xcb\xc9\xbe\x65\x8e\xa7\xc4\x6d\ \x15\x2f\x8b\x2f\xa9\x2e\x40\xd1\x36\x6e\x41\xce\xb8\x05\x46\xdb\ \x41\xdf\x86\x75\xa1\xd6\x71\x8a\x9b\xd2\x98\xca\x38\x00\xae\xa2\ \x9c\x5b\x2f\xf2\xdd\xfb\x07\xaa\x99\x50\xb2\x21\x1a\xd3\x7b\x3a\ \xd1\xa0\x8f\x91\x4c\x00\x18\x8b\xc5\x38\x05\x00\x50\xa6\x46\x19\ \xe5\x00\x70\x16\x8d\x50\xa2\x24\x4e\x9e\xdf\xbf\x79\xc9\xe0\x87\ \x1e\x7b\x82\x28\x64\x96\x7b\xaa\x47\xfc\x0b\xf6\x9c\xf4\xa1\xbd\ \xad\x1c\x9c\x95\x74\xf5\xad\xfe\xff\xf7\xd7\xe6\x47\x7d\x89\x95\ \xd9\xfa\xd1\xed\xbe\x7a\x25\xe7\x7b\x8b\x20\x0f\xd1\x58\x8c\xc5\ \xb7\xad\xe4\x84\x46\x23\xc0\xe6\xf6\xcc\xa9\x68\x5f\xf2\x84\xa8\ \xcf\xd7\xb7\xd4\x72\x69\x0e\x00\x8c\xc6\x62\x9c\x01\x40\x74\xaa\ \xc6\x6d\x01\x93\xc6\x34\x80\x24\x2c\x71\xb3\xbf\x5b\x03\x7d\x54\ \x35\x21\x82\xa2\x9b\x87\xf7\x6f\x37\x2f\xa8\x16\x45\x04\x80\x23\ \xed\xf2\xc5\xa1\xdf\x3e\xd7\xc2\x3a\x3d\xe5\x59\xd4\x3b\x24\x4f\ \x9c\x2b\xb8\x9d\x2c\x38\xa8\xf5\x76\x99\xa1\x98\x88\x88\xde\xba\ \x3b\xd2\x4d\x95\xfc\x3c\x50\xd3\x4a\x53\x6e\x4d\x2c\x4d\xf6\xbe\ \xfd\x26\x9e\x37\x1a\x50\x87\x7b\xfa\x74\xc0\xba\xd4\x18\xf5\x94\ \x65\x70\xff\x91\xd0\xe1\x5e\xe7\xd9\xd7\x26\x4c\xa8\xc0\x96\x13\ \xd2\xe2\x8b\xcc\xe9\xf7\x8f\x08\x05\x03\x29\xa9\x69\x27\x4f\xa8\ \xc0\x89\x19\xce\xf1\x67\xb9\x72\x3d\x80\x18\x5c\x49\x71\x56\x94\ \x22\x08\x50\x6a\xb9\x3d\xdd\x21\xe6\x96\x3b\xab\xc7\xdb\x5d\xe1\ \xd0\xc1\x1a\x43\x4f\xf0\xcc\x9a\xe7\xcc\x4f\xe5\x26\xb4\x55\x54\ \x49\x4e\xc0\x4d\x64\x2b\xa9\x96\x1d\x98\x9b\x40\x2e\xaa\x54\x0a\ \x2b\xdd\x45\xee\x58\xed\x21\xb5\x2f\x24\xe6\x96\xda\x33\x47\xba\ \x0c\x42\x32\x0e\xac\x59\x83\xc6\x9c\x6d\xcf\xcc\x4f\x9c\x3a\x96\ \xf6\x34\xc6\x5a\xbb\x60\x42\x79\xd6\x1d\x5f\x73\x67\xd9\x00\x67\ \x9c\x40\x5b\x59\xa5\xec\x11\x01\x67\x1c\xd8\xed\x65\x15\xf6\xea\ \x29\x8a\xec\x8b\x34\x76\x53\x6f\x17\xb5\x95\x26\xcf\x18\x05\x08\ \xb6\x57\x56\x0a\x02\x81\xce\x4c\x67\x69\x36\xe4\x8c\x43\xbb\x73\ \xf2\x34\x4f\x45\x72\xec\xd0\xde\x58\x4f\xcc\x31\x7e\x66\xc2\x98\ \x52\x5b\x5e\x36\x1d\xf2\x4b\x45\x15\xa2\x4d\x00\x00\xa0\x94\x92\ \x84\x89\x45\x66\xc7\x51\xb5\xb3\x97\x01\x9b\xad\x6c\x62\xd2\xf4\ \x51\xac\xe7\x48\xf8\x68\x3b\xca\x1c\x9f\x3c\x7b\x0a\x0a\x35\xf9\ \xb7\xef\x56\xc3\x4a\xca\x95\xb7\x78\x72\x53\x1d\x13\x26\x41\x7f\ \x53\xa4\xa9\x95\x70\x8f\xb3\xba\x94\x1e\x7c\x6f\xb8\xd9\x99\x75\ \xf1\x74\xec\xcc\xf0\x4c\x9f\x6a\xcf\x4a\x41\xd6\x74\x33\x8b\x2f\ \x02\x9c\x73\xef\xf0\x90\xc7\x73\x9a\xde\xee\x69\xd6\x7d\x85\x10\ \x76\x75\xb6\x97\x57\x56\x23\x84\xff\x8b\x89\x64\x81\x57\x7e\x31\ \xac\x4e\x29\xba\xe3\xbc\x4f\xd9\xd6\xea\xad\x7b\xc2\x6d\xaa\xe4\ \x21\xbe\x77\xde\x46\xd3\xbf\x96\x77\xe1\xa8\xff\x83\xac\x35\x07\ \xbb\xff\xdf\x2f\xd0\xbc\x07\xb3\x66\xe6\x5b\xe5\xcc\xe2\x8b\x05\ \x63\xf4\x68\x7d\x6d\x6e\x5e\xc1\xc7\xa7\x48\x7c\x7e\xf6\x2f\x46\ \x9e\xcb\xee\x15\xbb\x02\xff\xc4\x37\xa8\xaa\x1d\xdd\x17\xe5\xd8\ \x36\xff\xb6\xd4\xb3\x47\xfd\xdf\xa4\x9a\xcb\x89\x8b\xbf\xae\x94\ \x58\xa2\x60\xf1\x95\xf2\x2f\xfc\x17\x81\xf6\x14\x47\x79\xca\xa7\ \x3f\x5f\x2e\x9d\x9d\x53\x3a\xfb\xff\x38\xd1\x92\xc7\x51\xee\xb1\ \x8a\x91\xc5\x97\x0c\xcb\x3f\x66\x61\x61\x61\xe9\x82\x85\x85\x85\ \xa5\x0b\x16\x16\x16\x96\x2e\x58\x58\x58\x58\xba\x60\x61\x61\x61\ \xe9\x82\x85\x85\x85\xa5\x0b\x16\x16\x16\x96\x2e\x58\x58\x58\x58\ \xba\x60\x61\x61\x61\xe9\x82\x85\x85\x85\xa5\x0b\x16\x16\x16\x96\ \x2e\x58\x58\x58\x58\xba\x60\x61\x61\x61\xe9\x82\x85\x85\x85\xa5\ \x0b\x16\x16\x16\x96\x2e\x58\x58\x58\x58\xba\x60\x61\x61\x61\x61\ \xe9\x82\x85\x85\x85\xa5\x0b\x16\x16\x16\x96\x2e\x58\x58\x58\x58\ \xba\x60\x61\x61\x61\xe9\x82\x85\x85\x85\xa5\x0b\x16\x16\x16\x96\ \x2e\x58\x58\x58\x58\xba\x60\x61\x61\x61\xe9\x82\x85\x85\x85\xa5\ \x0b\x16\x16\x16\x96\x2e\x58\x58\x58\x58\xba\x60\x61\x61\x61\xe9\ \x82\x85\x85\x85\xa5\x0b\x16\x16\x16\x96\x2e\x58\x58\x58\x58\xba\ \x60\x61\x61\x61\x61\xe9\x82\x85\x85\x85\xa5\x0b\x16\x16\x16\x96\ \x2e\x58\x58\x58\x58\xba\x60\x61\x61\x61\xe9\x82\x85\x85\xc5\xff\ \x81\x2e\x40\x88\x10\xb6\x72\xc7\xc2\xe2\xcb\x5c\xf9\x11\x06\x10\ \x9e\xf6\x5f\xc2\xe9\x34\x01\x12\xc3\x68\x6b\x69\xb4\xa4\xc1\xc2\ \xe2\x4b\x0c\x63\x94\x18\x06\x84\x90\x73\xfe\x51\x11\x08\x05\x03\ \x1f\xd7\x05\x5d\xd7\x0c\x5d\x3f\x93\x96\x58\x58\x58\x7c\x19\xe0\ \x5c\x92\x65\x59\x56\x3e\xae\x0b\xc2\xe9\x4e\xe6\xb2\xac\x28\x8a\ \xcd\xca\x37\x0b\x8b\x2f\xbb\x32\xf0\x8f\x8b\xc2\xe9\x75\xe1\x13\ \xce\xb6\xb0\xb0\xf8\x2a\x60\x8d\x47\x58\x58\x58\x58\xba\xf0\x8f\ \x81\x82\x28\x89\xf8\x4b\xee\x5b\xc1\x82\x28\x20\xf8\xb9\x7f\x10\ \x22\xfe\xd7\x13\x09\x25\x59\x16\x10\xe4\xff\x7c\xce\x48\x02\xfe\ \xb2\x3d\x6b\x8c\xfe\x6d\x5d\xe0\x1c\x48\x36\xee\x74\x00\x8c\x00\ \x3f\xe9\xa0\x20\x71\xa7\x13\x88\x18\xf0\x7f\x2e\x51\x40\x10\xc0\ \xbf\xf8\x74\xa1\x28\xc9\xc7\xab\xa8\x20\x4a\xe2\xe9\x6e\xef\xdf\ \x73\x8f\x42\x41\x10\x20\xa7\xa6\x49\x38\x00\x00\x42\x8c\x48\xcb\ \xe1\x3d\xb5\xbd\x11\x8c\xbe\x24\xd2\x00\x11\x16\xc5\x53\x0a\x3a\ \x42\xbc\xa7\xb9\xa1\x6d\x48\xfd\x3f\xbb\x47\x88\x44\x51\x80\xff\ \xa0\x68\x1a\xad\x87\x0f\xf7\xf8\x74\x7c\xaa\x46\x23\x41\x92\x25\ \x11\x9e\x54\xe8\x65\xe9\xe3\x97\x82\x88\xab\x07\x77\x6c\x6f\x1d\ \x36\x3e\x59\xe2\xb1\x20\x62\xc8\x4d\xd3\x64\x9c\x43\x00\xb1\x00\ \x07\xdb\x6a\xf6\x34\xf5\x81\xcf\xd5\x60\xdc\xbf\xf1\x94\x10\xe2\ \x83\xed\xf5\x4d\xfd\x21\x84\xd0\xbf\xa7\x0b\x82\x00\x1b\xf7\x0a\ \xeb\x36\xc1\x80\x06\x30\xe6\x2e\x0f\x77\xd9\x81\x20\x00\x6f\xbb\ \xb0\x6e\x2d\x6a\xf3\x02\x11\x03\x08\x4f\xa9\x8e\xf1\x8f\xf0\xe4\ \xf7\x10\x40\x04\xec\x08\xff\xe6\x56\xe7\xe4\x2b\x71\xab\xc1\x15\ \x7c\xe2\x5f\x1f\xfd\x22\x3c\x5d\x15\x87\x18\x92\xde\xf6\xa3\x5d\ \x7e\x0d\x41\x84\x10\x1f\xe8\x6c\x69\x1f\x8a\x22\x04\x01\x84\x30\ \x7e\x26\xc4\x12\x8e\xbd\xff\xec\x23\xaf\x6f\xeb\x91\x25\x0c\xc0\ \x89\xff\x9c\x29\x83\x4f\xfd\x37\x14\x44\xd8\x75\x60\xcd\x9f\x7f\ \xf7\xeb\x3f\x3d\xf1\xc6\xae\xed\x2b\xff\xf4\xc4\xb2\x50\x78\x60\ \xd5\x3b\x4b\xdb\x23\x2c\xde\x9c\xc2\x53\x53\xfb\xf1\xab\x9f\xe1\ \x84\x8f\x9e\x09\x3f\x76\xde\x99\x52\xf6\xf1\xff\xfd\x83\x7b\x3a\ \xed\x29\xc7\x73\x08\x09\x34\xd0\xb5\x7d\xcb\x81\x08\x3d\x76\x06\ \x14\xb1\xde\xf5\xe6\x92\x25\x8d\x61\x20\xa2\x7f\xfc\x3b\x10\x7e\ \x52\xda\xe1\xe9\x7e\xf9\x4c\xd7\x1c\x39\x19\x22\x68\x78\x77\xed\ \xd8\xd9\xa7\x02\x01\x9e\xf6\x5b\x00\x61\x91\x04\x5b\x5e\x5b\xb2\ \xac\x47\x13\x4e\xae\xd8\x10\x21\x75\xa8\xad\xa1\xbd\x97\x40\x0c\ \x01\x40\x02\x8e\x7a\x7b\x1a\x9a\x7a\x08\x38\x35\xf7\x90\x48\xfd\ \xb5\x4b\x97\x7d\xe0\x03\xb2\x00\xcf\x94\x36\x80\x05\x21\xd4\xb5\ \xef\x99\xbf\xfc\xe6\x57\xbf\x7b\x7a\xeb\xae\x2d\x8f\x3d\xf2\x5c\ \xf3\x50\x64\xef\x9a\x37\xf6\xb6\x07\x44\x51\x38\xed\xbd\x7c\xd2\ \xa3\xf9\x37\x9e\xfe\x99\x1f\x28\x14\x65\xa1\x76\xe5\x4b\x8f\xbd\ \xba\x95\x49\x22\xfa\x74\x45\xfc\x14\x11\x25\xbe\x55\x4b\x5e\x3a\ \xdc\x17\x13\xfe\x19\x23\xe8\x74\xba\xa0\x38\xd0\xaa\x9f\xdb\xcf\ \x5d\x20\x6e\x69\xe5\x4e\x2e\xfe\xe6\x21\xe5\x4f\x6f\x02\xbb\x13\ \xad\x7c\xc4\x7e\xee\xf9\xd2\x07\x3d\xdc\x2e\x02\xce\x01\x80\x40\ \x96\x00\x84\x00\x63\x00\x01\xe0\x1c\x70\x00\xd0\xb1\xf7\x00\x02\ \x49\xe4\x1c\x00\x77\x0a\xcd\x4a\x03\x18\x00\x88\x01\xe0\x80\x73\ \x80\x30\x90\x44\x00\x20\x90\x15\x80\x21\x60\x0c\x00\x08\x10\x02\ \x71\x3d\x3b\xae\x6a\x58\x14\xf4\xbe\x25\x8f\xff\x65\x47\x67\x44\ \x94\x64\x85\x0f\xbf\xf5\xec\x9f\xd6\x36\x06\x6c\xb2\xc8\x89\xa1\ \xe9\x26\xc2\x18\x41\x4e\xb9\x34\x6a\xda\xdc\x29\x65\x49\x1c\x0a\ \x22\x06\x86\xae\x13\x76\x2c\x77\x78\xdc\x02\x40\x80\x73\x0e\xa0\ \x28\x4a\x90\x9b\xba\x41\x10\x1e\xb1\xa0\xa1\x20\xb2\xe1\xc6\xd7\ \xdf\xd9\x5e\x32\xff\x86\xfb\xee\x5a\x3c\xa6\x62\xcc\x82\x05\x93\ \xe8\x60\xfb\x60\x34\xb9\x2c\xc3\x03\x05\x01\x43\xa6\xeb\x06\xc4\ \x18\x21\x88\x10\xe6\xc4\xd4\x74\x13\x22\x01\x43\x00\x20\x92\x24\ \x09\x32\xa2\x9b\x64\x44\xc5\x30\x62\xa6\xa1\x9b\x14\x0b\x98\x53\ \xc3\x20\x0c\x0b\x02\x04\x00\x61\x51\xc4\xd0\xd0\x75\x0a\x10\x46\ \x48\x10\x04\x40\x0d\x4d\xd3\x29\xe3\xc7\x1e\x24\xc2\x08\x18\xba\ \x4e\x38\x12\x10\x88\x9f\x19\x37\xfc\x04\x51\x12\x10\x37\x74\x83\ \xf2\x8f\x14\x4f\xce\x8e\x39\x86\x11\xc6\x90\x13\x4d\x33\x00\xc2\ \x18\x41\x00\x91\x28\x8a\xdc\x34\x74\x93\x61\x41\x94\x14\xdc\x5d\ \xb3\xf1\xcd\x75\x87\x75\x02\xe2\x5f\x41\xa2\x10\xed\x6a\xf6\xab\ \xb6\x82\x64\xd1\x60\x50\xc0\x08\x9c\x2e\x73\x00\x00\x48\x10\x25\ \x01\x99\x86\x4e\x28\x83\x00\x00\x84\x25\x51\x60\xa6\x6e\x12\x20\ \x60\x04\x21\x42\x08\x18\xba\x66\x50\x80\x05\x7c\xac\x6f\xc2\x75\ \x7d\x24\x25\x10\x61\x08\xa8\xae\x69\x26\xe5\x82\x24\x09\x88\x1b\ \x86\x41\x39\x40\x58\x8e\x75\xec\x5c\xfa\xde\x86\x08\x65\x84\xf1\ \xf8\x3d\xc6\xbf\x85\x10\x44\x58\x94\x44\x4c\x09\x1d\x6a\x3b\x12\ \x56\x12\xf3\x32\xed\x34\xfe\x44\xe3\x5d\x03\x89\x6f\x7b\xe9\xf7\ \x0f\xfd\xf1\x95\x3e\x4d\x90\x25\x59\xd0\x87\x96\xfc\xe9\x07\xbf\ \x7e\x7e\x3b\x13\x65\x49\x92\x10\xa7\x86\x61\x32\x00\x90\x20\x78\ \x9b\x9b\x98\x2d\xb7\x3c\xcb\x6e\x1a\x26\xa1\x5c\x10\x25\x01\xc6\ \x7f\x45\xc0\x10\xc6\x25\x46\x30\xfd\xab\xde\x7c\x8f\x14\x9d\xf3\ \xcd\x07\xee\x98\x3e\x76\xd4\xec\xf9\x33\x53\x81\xaf\xb9\x83\x97\ \xe6\x65\x8b\x18\xc5\x9f\x1a\x87\x68\xe4\x5e\x38\xd1\x35\x9d\xc1\ \x78\x06\x41\x51\x92\x30\x64\x86\x61\xb0\x91\xa7\x8f\x39\x31\x74\ \x83\x62\x8c\x39\x35\x0c\x93\x62\x01\x7f\xf4\xe9\x63\x2c\x08\x02\ \x60\xa6\xa6\xe9\xe4\xf8\x13\x85\x10\x82\x78\x09\x8d\x97\x59\x7e\ \xec\x81\xea\x1c\x61\x8c\x21\xa3\x2c\xb3\x6a\xca\xdc\x69\xe5\x02\ \x40\x82\x88\xa9\xa1\x9b\x84\x1d\x93\x87\x93\xbf\x07\xb0\x78\x4a\ \xfe\x03\x00\x10\x46\xd1\xe1\xde\x8e\x61\x5b\x4e\xb2\x9b\x32\x7e\ \x72\x6f\x62\xa4\x5e\x9c\xc1\xf6\x3f\xdd\x78\x04\x21\x6c\xe6\x05\ \x1c\xac\xc6\xad\x3e\x30\xb8\x4f\xfa\xdd\xef\x70\x74\xa6\xb9\xf8\ \x3c\xd4\xd1\x07\xa4\x5c\x72\x76\xae\x74\xc3\x3c\xe5\xfd\x5a\x2e\ \xa7\x91\x6f\xfc\x4c\x7b\xe8\x32\xfc\xfa\xef\xe5\xdf\x3c\x8d\xda\ \x07\xf9\x05\x0f\x6a\x57\xa5\x4a\x3f\xf9\x03\xee\xf2\x01\x4f\x99\ \xf1\xe3\xdf\x1b\xb7\xcd\x07\xfe\x2e\xdc\xa9\x03\xc4\x84\x47\xee\ \x52\xfe\xbc\x0a\xfa\x74\x3e\x6a\xae\xfe\x9b\x3f\x99\xb3\x73\xd1\ \xb6\xd7\x95\x87\x7f\x81\x6b\x7d\xc0\x99\x6a\x3e\xf4\x1b\x73\x6c\ \x8f\xed\xea\x5f\x91\x5f\xbf\xae\x5d\x3b\x01\x6a\x3a\xc6\xd0\xdf\ \xd3\x39\x44\x72\x17\xe5\xa7\x00\x04\xc2\x3d\x9d\xc3\xe1\xa4\xab\ \x46\xa5\x1d\x58\xf3\xda\x9b\x9b\x8f\x12\x23\xe6\x2a\x9d\x73\xe7\ \xad\x97\x49\x4d\x5b\x57\x6c\xe8\xbe\xe9\xfe\xa9\xe1\xee\x9a\xf7\ \xdf\x5b\xd5\x32\x18\xf4\x05\xc1\xe5\xf7\x7f\x33\xb7\x67\xfd\xeb\ \xb5\xae\x6f\xdd\x7b\xc9\xd0\xde\xd7\x9f\xdf\x6e\xdc\x77\xdf\xf5\ \xde\x83\xcb\x5f\x5b\xb5\x7b\x38\xa4\xe5\x4e\x5c\x74\xf3\xe5\x33\ \x64\x6a\x62\x0c\xba\x3b\x9a\xba\xfb\x86\x23\x9b\x3e\x48\x75\x9c\ \x13\xdd\xbf\x06\x4c\xbc\x2a\xc1\xdb\x61\x66\x14\x67\x25\x39\x86\ \x9b\xb7\x2c\x79\xf3\x83\x9e\x60\xc4\x5d\x3c\xeb\xae\x9b\x17\x79\ \xf7\x2c\x7d\x75\xf5\x61\xc3\xd0\x95\x9c\x09\xb7\xdd\x7a\x55\xb6\ \xdd\xa8\xdb\xb2\x72\xf5\xf6\xc3\x43\x43\x43\x42\xe6\x59\xdf\x7e\ \x70\x71\xfb\xf2\xe7\xdf\xda\xd9\xc6\x00\x4f\x48\xcf\xb3\x53\x6f\ \x4b\x57\x70\xec\x79\xd7\xdf\x70\xee\x58\xe2\x6d\x5c\xfa\xc6\x7b\ \xb5\x9d\x5e\xe6\xcc\xbf\xe1\xee\x1b\x6d\x2d\x1b\x5e\x5b\xb5\x3b\ \x42\xc4\xb1\xf3\xaf\xba\x62\x4e\x09\xa3\x9c\xc5\x7a\x5f\x7b\xfe\ \xa5\x86\x61\x9d\x61\x25\x27\x2b\x35\x32\xd0\x36\x48\xd2\xaf\xbe\ \xfd\xf6\xa9\x05\xce\xe1\x96\xbd\xef\x2e\xdf\xd0\x39\xe4\xf5\xb1\ \xb4\xc5\x97\x4d\xdc\xb7\xe9\xe0\x39\x77\x7e\x73\x0c\x6a\x7f\xec\ \x91\x97\x8a\x2e\xbf\xf7\xec\xd2\x04\x86\xd0\xe0\xfe\x0f\x5e\x7c\ \x7f\x7b\x8c\xe8\xd4\x5d\x7e\xf3\xed\x37\x54\x25\xd3\x03\xeb\xde\ \x7c\x77\x6b\x7d\x44\xe3\xa3\xce\x5e\x7c\xf3\xa2\xaa\xee\xbe\x9e\ \xd0\xa0\xf7\x6f\x8f\x3e\x77\xe1\xe2\x2b\x27\x16\x27\x22\x4c\x9b\ \x3a\x7a\x07\x7a\xfb\x96\x3e\xf1\xff\xa2\x3c\x7d\xf1\x6d\xb7\x4c\ \xce\x51\x5a\xf7\xad\x7e\x73\xf5\x29\x99\x03\xb0\x48\x43\x9d\xcb\ \xdf\x5b\x76\xb8\x63\xd0\x1b\x30\xa6\x5c\xf9\xf5\x5b\x66\x24\x6d\ \x7c\xef\xf5\x75\x7b\x5b\x63\x44\x9e\xb5\xf8\xf6\x0b\xcb\xd9\xeb\ \x2f\xbc\x74\xb8\x5f\x55\x55\x78\xd6\x25\x37\x5d\x3e\xa7\x34\xd2\ \x71\xe0\xf5\x37\x57\xb5\x0d\x04\x95\xac\xb1\xb7\xde\x79\xad\x6b\ \x60\xfb\xd3\x2f\xad\x1c\x36\xe4\x89\x0b\x2e\x9f\x9d\xaf\x2f\x7f\ \xef\x83\xce\xe1\x80\x5f\x4b\xbc\xfb\xe1\x6f\x49\xed\xfd\x21\x7f\ \xdf\xeb\x4f\xfc\x65\xfa\xe5\xb7\xcd\x4e\xe8\x7f\xe5\xd5\x65\xed\ \xde\xa0\x2d\x67\xd2\xad\xb7\x2e\xce\xa2\xdd\xcb\xde\x7e\xef\x50\ \xc7\xf0\x40\x67\x67\xfa\xf4\x5b\x32\x14\x46\xd5\xe3\xed\xbb\xc4\ \xbc\x47\x6a\x7a\x55\xa7\x19\xee\x1b\x08\x55\xa6\xd8\x37\xbf\xff\ \xde\xa1\x41\xa9\x60\x46\xb6\x4b\x06\xcd\x3b\xd6\x2e\x5f\xbf\x7b\ \xc8\xef\x8f\xda\xc7\x7e\xef\xbb\x37\xb4\xb6\x0d\x26\x96\xce\x67\ \xcd\x6b\x7f\xfd\xd2\x9e\x85\xb7\x7e\x6d\x94\x50\xfb\xca\xeb\xab\ \x3a\x86\xa3\xf6\xec\x89\xb7\xdd\x72\x49\x9a\x04\x38\xc4\x51\x7f\ \x67\x43\xf3\xa0\x16\xdd\xb2\x35\xc1\x51\xa0\xee\x3d\x48\xc6\x15\ \xa7\x0e\xf7\x09\x69\x17\xe7\xa5\xe9\xc3\x0d\xaf\xbf\xfa\x4e\x7d\ \xcf\x30\x4c\x28\xbd\xe1\xce\x5b\x53\x7d\x5b\x9f\x79\x79\x7d\x84\ \x52\x43\xc8\xb8\xf6\x8e\x5b\xc6\xe7\xba\xba\x0e\x6d\x79\x7f\xcd\ \xd6\x3e\xaf\x3f\xcc\xb2\xbf\xfe\xf0\xdd\xea\xae\xa5\x6f\x6c\xae\ \xa7\x26\x71\x66\x17\x78\x88\xb7\xb5\xc7\x5f\x36\xef\xda\x5b\x16\ \x4d\x02\xc1\xd6\x77\xdf\x7a\xeb\x40\xbb\x8f\xc8\x59\xd7\xdd\x71\ \x53\xe2\xd0\x8e\xd7\xde\xdf\x16\xd0\x61\xc5\xdc\xc5\xd7\xcc\xab\ \x60\x04\x08\x5a\xf3\xa3\x4f\xbc\x3b\xe6\xda\x6f\x9c\x93\x36\xf8\ \xf4\xa3\xcf\xe7\x5c\xf2\xf5\x09\xc6\xa1\x67\xde\xdc\x10\x36\x75\ \xe2\x28\xba\xe1\xce\xdb\xc6\x28\x6d\xcb\x96\xad\x1d\x7f\xdd\x7d\ \x42\xac\x6f\xf5\x7b\xef\xee\x6d\x1a\x08\x04\x02\xe5\x17\x7f\xed\ \xba\xc2\xe0\x13\xaf\xec\xbb\xf2\x81\x7b\x32\x23\x87\x1e\x79\x76\ \xf3\xf9\x77\xdf\x5f\x6a\x1e\xfa\xfb\x92\x55\xed\x03\x01\x5b\xce\ \xf8\x9b\x6f\xbe\x22\x53\xe6\x08\x82\x81\xa1\xb6\x4e\xff\xc0\x9a\ \x57\x1f\x79\xd7\x50\x2e\xbb\xeb\x2e\xd7\xc1\xa5\x2b\x07\x4a\xbe\ \x73\xcf\xd9\xbd\xbb\xdf\x79\xea\x83\xc0\xdd\xf7\x5d\x9f\x2a\x99\ \xc7\x9b\xa8\x4f\xb4\x17\x18\xe5\xb9\x93\x68\x2a\xc0\xbb\x8f\xe2\ \x4d\xdb\x61\x00\x03\xfd\xa0\xb0\x6b\x2f\x6a\x3f\x02\x32\xa6\xd1\ \xd2\x74\x7a\xf1\xcd\xfa\x43\xdf\x20\x13\x44\xf1\x47\x3f\xc4\x1d\ \x03\x68\xcb\x7a\xdc\xa2\x92\x87\x7e\xad\xdf\x7c\x2e\x3c\xf4\xa1\ \x50\x17\x22\x5f\x7b\x98\x14\xf7\xca\x0f\xfc\x10\xf9\x75\x10\x1c\ \x86\xfd\x5e\xa8\x46\xf1\xee\xd5\x28\x5c\x6a\xfc\xf8\x1b\xfc\xe8\ \x72\xf9\x37\x4f\xa2\x81\x16\xe5\xd6\xbb\xb0\xaf\x5a\xff\xd5\xfd\ \x7c\xb8\x01\xef\x3a\x0c\x44\x07\x4f\x4b\xe1\x22\x86\x9c\x03\x00\ \x30\x64\xbd\x9d\xf5\x66\x76\x51\x46\x82\x0d\x01\xd6\xd3\xd9\xe4\ \x4f\xac\xc8\x77\x44\xb7\x6e\xdb\x53\xb0\xf0\xc6\xef\xdd\xb7\x38\ \x7c\x70\xeb\xe1\xf6\xd0\x40\x77\xd3\x20\x4e\x94\x42\x4d\xcf\x3e\ \xfe\x5c\x28\x6b\xe6\x5d\xb7\x5e\x95\x06\x09\xe2\xb4\xa5\xb9\x0e\ \xa6\xa6\xd8\x25\xd0\x55\x5b\x8f\x9d\x99\xa8\x7f\xdb\xe3\xaf\x6d\ \x1d\x75\xc9\xbd\x0f\x5e\x3b\xe1\xe8\xf6\x75\x5d\x2a\xc0\x08\x20\ \x6e\x76\x36\x37\x95\x2c\xbc\xe1\x7b\x0f\xdd\x33\x25\x1f\xee\x3f\ \x3a\xa8\x38\x6c\xdd\xcd\x6d\xd9\xa5\x25\xf6\x70\xfd\x8b\x4f\xbf\ \xe9\x99\x7e\xf5\x43\xf7\x5c\x36\xbc\x7f\xdb\xd1\x8e\xa1\x43\xdb\ \x76\xa6\x4d\xbd\xf2\xe1\xef\xdc\x4c\xdb\x77\x6c\xef\x88\x74\x6d\ \x79\xe3\x99\xe5\x47\xa6\x5c\x71\xeb\x25\x53\x8b\x74\x22\xdb\xe8\ \xd0\x87\xdb\xeb\xca\x2f\xba\xfb\xbe\xcb\x27\x1c\x3d\xd0\x3a\xea\ \x82\xbb\xef\xb9\xa8\xe8\xe0\x87\xeb\xbc\x66\x64\xc5\x0b\x2f\xb6\ \xca\x13\xbe\xf3\xbf\xf7\xa5\xab\x75\x5b\x0e\x1d\x5c\xb9\x7c\x75\ \xc2\x8c\x6b\x7f\xf8\xbd\xfb\xe7\x8f\xcb\xa6\x84\x42\x24\x06\xdb\ \x77\xed\xed\x97\x6e\x79\xf0\xdb\x33\x33\xc3\x35\x01\xcf\x2d\x0f\ \x7c\x7b\x92\xd4\xbb\x69\x7b\x8b\xe6\x3d\xfc\xf8\xe3\xaf\xc3\xb2\ \xf3\xee\xbe\x76\xae\x9d\xaa\xf6\x04\x7b\xd0\x37\x1c\x34\xa1\xb7\ \xbd\xe6\x68\xd0\x55\x94\x99\xc4\x39\x10\xb1\xbe\x67\xdb\x36\xa3\ \x78\xe1\xf7\x1e\xba\x37\x27\x50\xb3\xf3\x70\x57\xef\x91\xd5\xcf\ \x7e\xd0\xba\xe0\xa6\x6f\xde\x77\xe5\xb8\xdd\xeb\x57\x35\x0e\x04\ \xbb\x5a\x22\xe7\xdd\x78\xff\xf7\x1f\xbc\x65\x54\x8e\xcb\x34\x19\ \xa6\x91\xa6\xd6\xb6\xbc\x79\x17\x7d\xfd\x9b\x0f\x4c\x90\x3b\xd7\ \x6f\xa9\x0b\xf4\xee\xfe\xdb\x47\x33\x07\x61\x32\xf4\xe6\x53\x4f\ \x1f\x36\x4b\xee\xb8\xf7\xe6\xd2\x04\xc2\x64\x74\x64\xcd\x6b\xef\ \xee\x33\x6e\xfe\x9f\xef\x5e\x50\xcd\xd7\xef\x3e\xdc\xdb\x7a\x74\ \x6f\x8b\x70\xfd\xd7\xbf\x7b\xd3\xec\xc4\x6d\x1b\x36\x7a\xc3\x03\ \xaf\x3d\xfd\xaa\x59\xb2\xe8\xe1\x87\x6e\x32\xda\xb6\xed\xe9\x89\ \x76\xef\xdd\xec\x73\x8d\x7d\xf0\xe1\x87\xe6\xa6\x0f\x3f\xfd\xc4\ \x6b\xf2\xd8\x0b\x6e\xb9\x62\x8e\x40\xa0\x0d\x69\xb5\x6d\xbd\x55\ \x17\xdf\xf9\xf0\x77\xbf\x3d\x3f\x23\xfc\xe2\xe3\x2f\xc2\xea\x0b\ \xbf\xf7\xcd\x1b\xf4\xfa\x3d\x87\x5b\x7a\x96\xbf\xf8\xd4\xbe\x70\ \xf6\x2d\xf7\xdc\x32\xa6\x30\x2d\xa3\x24\x4f\xa2\x94\x9d\x70\x36\ \xc1\xf6\xc3\x87\xd4\xd4\xc9\xf3\xab\x94\x1e\x5f\xa0\x7b\xdf\xda\ \xed\x3d\xca\xa4\x89\x85\xc9\x59\x49\x7d\xfb\x56\xfc\xed\xb5\xad\ \x95\xe7\x5e\xbf\x78\x61\x35\x01\x5c\x86\xe1\x8e\x41\x2f\x0b\x1d\ \x78\xe2\xef\x5b\xc7\x5d\x74\xed\xd4\xb4\xe1\xa7\x9f\x7a\x03\x8f\ \xb9\xf2\x07\x0f\x5c\xa1\x36\x6c\xa8\xe9\x8b\x60\x0c\x21\xc2\x43\ \x2d\x87\x85\xf2\xb3\xbf\xfb\xbd\x6f\x5d\x3a\x27\xaf\xb6\xa6\x85\ \x7a\xd2\xfc\x4d\x75\x4a\x46\x7e\x8e\x23\xf0\xf6\x53\x4f\xf7\x25\ \x4c\x79\xe8\xe1\xfb\x93\x86\x8e\xec\x3c\x32\xd8\xbe\x77\x4b\x24\ \x65\xca\x77\xbe\xfb\xcd\x52\xd4\xba\xe6\x60\x4f\xb8\x69\xf3\x93\ \xcf\x2f\x4b\x3b\xeb\x8a\x9b\x2e\x9e\x06\x28\xb6\xb3\xc0\xd6\x1d\ \x7b\xf2\x17\xde\xfc\xc0\x0d\xd3\x5a\xea\x1a\x8a\x2e\xf8\xda\xfd\ \x17\x8f\x3d\xb2\x76\xb3\x57\x0d\xae\x7a\xf5\xf9\x1a\x3e\xea\xc1\ \xef\xde\x57\xca\xea\x77\xee\xdf\xff\xc1\x7b\x2b\x6d\xe3\xae\xf8\ \xe1\xc3\x0f\x9e\x3f\x31\x87\x99\x04\x09\x42\xb4\xeb\x68\x7f\x80\ \xe5\xa5\x3b\xc3\xfd\xdd\x4d\x3d\x38\x27\xd5\x7e\x60\xc7\x96\x70\ \xf6\xec\xef\x7e\xf7\x81\x62\xb5\x7e\xeb\xbe\xd6\x90\xb7\xaf\x75\ \x00\xa7\xca\xea\xbb\xcf\x3f\xb6\xcd\x97\x7a\xf3\x5d\xb7\x4f\x4a\ \x17\x20\x63\x7d\x5d\x4d\xfd\x30\x29\xd9\x69\xf3\x75\x1e\x19\xe4\ \xb6\x14\x79\xe0\x85\xc7\x5f\xe5\x65\x17\x3e\xfc\x9d\x1b\xd4\xe6\ \x6d\xbb\xba\x62\x12\x46\x10\xb0\xee\xba\xa3\x99\x63\xcf\xbe\xef\ \x81\x07\xe6\x65\x45\x97\xaf\x3a\x8c\x21\xf5\x0f\x0e\x32\x48\x1a\ \x76\xef\x11\x33\x73\x93\x9c\x88\x31\xfe\xe9\xfa\x11\x94\xf2\x94\ \x1c\xba\xa0\x18\xec\x78\x59\x7a\x6b\x19\x3f\xf7\x3e\xf3\xc2\x14\ \xf1\x4f\xaf\x0a\x3b\x5b\xe8\xb9\x97\xf2\x50\x9d\xf8\xf6\x12\x61\ \xf9\x26\x34\xa4\x01\x10\x84\xe1\x18\x40\x08\x24\xe5\x98\xdf\xf8\ \xa6\x71\xc1\x2c\x4e\x0d\xe0\x48\x37\xef\xfc\xae\x71\xc3\x02\x10\ \x6b\x46\xfe\x18\x10\x04\x80\x11\x80\x10\x60\x04\x52\x27\x18\x0f\ \xfd\x88\x8c\xcf\x85\xde\x2e\x54\x5f\x83\x5a\x74\xfa\xad\x87\xf5\ \xaf\xdd\xc8\x93\x1c\xc0\x30\xf8\x94\x9b\x62\x3b\xb6\x1a\x97\x55\ \x03\xdd\x00\x00\x42\xaa\xb5\xd7\x77\xe7\x17\x96\x24\xc8\x0c\x32\ \xa3\xe3\x68\x63\x66\x65\x89\x18\xe8\x1a\x8a\x26\x4e\xa9\x2e\xf2\ \x24\x26\xb8\xdc\x76\x45\xd0\x3b\xda\xbb\x8b\xaa\x72\xdb\x76\xaf\ \x1b\x4c\x9f\x73\xc7\x35\xf3\x9c\x64\xc0\xef\xcc\xcc\x76\xf3\x8e\ \x0e\xad\xba\xb4\x40\x20\xde\x86\x4e\xad\xb0\xb2\xac\x75\xc3\x6a\ \x9f\x94\xee\x88\x34\xbc\xf3\xc1\x91\x9c\xb1\x33\x72\xec\x80\x72\ \xc8\x8d\x50\x4b\x7b\x2c\xaf\xbc\x2a\xd1\x6e\x53\x07\x1a\x43\xb6\ \x94\x82\x54\xb3\xb1\x8d\x96\x97\xe4\x77\x1c\xd8\x74\x24\x94\x90\ \x21\x0c\xaf\x58\xbe\xc1\x59\x39\x3e\xc7\xe6\x6f\x1a\x72\x8f\x1d\ \x5d\x9d\x98\xe4\x74\xb9\x3c\x2e\xd0\xbf\x6a\x43\xfd\xa4\xc5\x5f\ \x9b\x3f\x2a\xb5\x7f\x68\x28\x67\x7c\x35\x1a\x6c\xf4\xa2\x84\x49\ \xe3\x0a\x1d\x0e\x67\x52\x4e\x7e\x71\x61\x56\xaa\xdb\xed\x70\x25\ \xe8\xdd\xbb\x37\xb5\xf8\x73\xb3\x95\x1d\xcb\x96\x0f\x80\xfc\x69\ \x55\xe5\xe3\xc7\x56\x76\x6c\x7c\xf7\xc3\x3a\x9f\xc7\x6d\xe7\x9c\ \x43\x81\x77\xd5\xb5\xa7\xe4\x8f\xad\xcc\x48\xb0\xdb\x9d\x45\x25\ \xc5\x39\x69\xe9\x1e\xb7\xd3\xe1\x94\x8e\xac\x5b\x4d\x8b\xcf\xbd\ \xe3\x92\x29\x6c\x70\x48\x70\x95\x56\xe4\x66\xdb\x21\x0c\xf9\xfc\ \xfb\xb6\xef\xcf\x9a\x38\x23\x3f\x11\x33\x80\x40\xb8\xaf\xdd\xab\ \x8e\x9b\x58\x95\x98\x90\x9c\xe0\x72\xd9\x05\x63\xd7\x86\xbd\x15\ \xf3\xaf\x98\x5b\x95\x9d\x9a\x96\xe4\x50\xa4\xa8\xbf\xab\xc3\x4c\ \x28\x2d\x2d\x70\xc8\x02\x86\x00\x42\x64\x86\x86\x3b\xba\xcc\xa9\ \x53\x27\xa5\xa7\x64\xa4\x25\xba\x24\x81\xd7\x6d\x5a\x17\x94\x4f\ \xce\x1c\xc8\x04\x79\xe0\xe0\xfa\x23\xd1\x9c\xaf\xdd\x7d\x59\x1e\ \x56\xc3\x46\xd2\xd8\x54\x75\xdd\xf6\xbd\x8e\xfc\x9c\x9e\xbd\xeb\ \xb6\x36\x98\x73\x27\x96\xf6\x77\x36\x4a\x25\xa3\x4b\x72\x52\x92\ \xdc\x4e\xa7\xcb\xe3\x6b\xdc\xb8\x67\x18\x65\x7b\xd4\xb5\xef\xae\ \x02\x69\xe3\x26\x65\xb2\xc3\xcd\xd1\xa2\xd1\x53\xb3\x13\xa5\x9a\ \x1d\x5b\x59\xf5\x25\xb7\x9d\x37\x99\x04\xba\xa4\xa2\xd2\x34\x1c\ \x68\xef\x37\x46\x57\x14\xb8\x9d\xb6\xde\x86\x9d\x7b\x07\x6c\xd9\ \x8e\xd8\x07\xcb\xd6\xa0\xe2\x71\x19\xea\xbe\x9d\x83\x9e\x5b\xef\ \xb9\xa6\x58\x0e\x0d\x47\x71\x55\x51\x32\x3b\xd1\x87\x80\x02\x09\ \xd5\x1c\xae\x4b\x9d\x3c\x63\x6c\x61\x66\xf3\xde\xb5\xaf\xae\x6a\ \x98\xb1\x60\x96\x14\x89\xe4\x25\xb3\x8d\xeb\xb7\x94\x2c\xba\xf1\ \xc2\xa9\x15\xe1\x9e\xde\xdc\xd2\x32\x87\x3a\xd8\xd3\xd9\xb5\x63\ \xc3\xce\xbc\x73\x6e\xbe\x62\x46\x49\xd7\xce\x75\x47\xbd\x28\xc7\ \x1e\x58\xf9\xfe\x06\x94\x37\xa5\x2a\xdd\x41\x19\xc0\xd8\x6c\xa9\ \xef\x4b\x2a\x1a\x95\xe1\x72\xa0\x48\x57\x57\x0c\x56\x57\xb8\x8f\ \xd6\x0e\x65\x16\x56\x93\xae\xdd\x1b\x8e\xea\xb9\x69\xe2\xb6\xe5\ \xef\x0f\xb9\x8b\x26\x96\x09\x47\x1a\xb5\xb2\xb1\x93\x93\x93\x9c\ \x2e\xb7\x3b\xc9\x6e\x6c\x5a\xbb\xc9\x35\xed\x9a\x6b\xe7\x8e\x89\ \x79\xbb\x9c\xe5\xe5\x8e\x58\xff\x50\xd8\x33\x65\x54\xb1\xdb\xe5\ \x48\x4d\xcf\x2e\x2f\xcd\x4c\xf2\x24\xb8\x12\x3d\x46\xf7\xe1\x9d\ \x35\x7d\xf9\xd9\x8e\x5d\x6b\x56\xb6\x90\x82\x09\xa3\xaa\xc6\x4d\ \x1c\xd5\xb5\x7d\xf9\x9a\x9a\x01\xa7\xc3\x01\x21\x10\x04\xda\xd6\ \xd4\x25\xa4\x55\x17\x38\x51\x6f\x77\xa3\x9e\x55\x98\x6d\x0b\xb7\ \xf6\x05\xc7\x4c\xaa\x4e\x4a\x4a\x4c\x70\x39\x9d\x76\xb1\xb7\xb3\ \x05\x17\x95\xc1\xbe\x83\x3b\xbb\x92\x6e\xbf\xed\xba\x92\x44\xd6\ \xed\xb7\x97\xe5\xa4\xf5\xb4\xb6\x64\x57\x14\x27\xc8\xac\xa3\xbe\ \x3b\x2d\x6f\x14\x6f\xfd\x70\x8f\x0f\x67\xb9\xa3\x1f\xbc\xbb\x06\ \xa7\x8f\x9d\x90\x63\x37\x18\x00\x24\x50\xdb\xaa\x55\x4f\x9e\x99\ \x9d\x92\x9a\x9a\x9c\x80\x01\x4c\xc8\x48\x80\x24\x38\xdc\x57\xb7\ \xb3\x95\x9d\x35\x63\x92\x42\x0d\xfe\x69\xfd\x0b\x8c\x42\x7b\x0a\ \x9d\x72\x0e\x1c\xdc\x27\x2e\xad\x21\x5f\xbb\xc9\x3c\xe7\x5c\xb4\ \xed\x65\xdc\xe6\x20\x57\x4c\x86\x2b\x9f\x91\x5e\xdf\xc8\xae\xff\ \x89\xfe\xad\xcb\x38\x30\x46\x9c\x85\x8c\xc2\xa0\x01\x01\x05\x10\ \x01\x4e\x61\x24\x04\xb9\xf4\xb1\x8b\x43\x40\x35\xa8\xa9\x20\xde\ \x81\xb5\x79\x00\x00\x68\xcf\x7e\xdc\xd6\x0a\x74\x03\x88\x22\x18\ \x6c\x14\x9e\x7d\x1e\xb7\xfa\x81\x80\x01\x00\x9c\x69\x83\xfd\xaa\ \xcd\x99\xa8\x08\x92\x3e\xd4\xb0\xa5\x46\x1d\x5b\x5d\x11\xe8\x6a\ \x0e\xba\x0b\x32\x3c\x36\x5f\xe7\x11\x9f\x9c\x90\xed\xd1\x5b\xda\ \x59\x69\x76\x9a\x77\xa0\xdb\x93\x93\xe3\x04\xa0\xab\xae\x56\x4e\ \xc9\x49\x44\xfe\x9e\xb0\x23\x3b\x33\x0b\xf8\x5b\x3a\xa2\xa0\xb0\ \xc8\x33\xd0\x1d\x52\x64\xc9\xef\x0b\x97\xce\xbe\xea\xae\x6b\xe7\ \xd9\x18\x61\x50\xd4\x03\x6d\x9d\x9a\x5c\x50\x90\xc0\x28\xed\x69\ \x68\x97\x13\x4a\x93\xcd\xce\x56\xc3\x96\x97\xeb\x19\xee\xef\x93\ \x5c\x52\xd0\x17\x48\x1b\xb5\xe0\xde\xdb\xaf\xb6\xfb\xeb\xbc\xf6\ \xa4\x9c\x6c\x47\xb8\xb9\x31\x68\x24\x94\xb8\x42\x7d\x1a\x28\x28\ \x48\x05\xbe\xae\x96\x4e\xa3\xaa\x24\xb3\xbf\xa9\x95\x3b\x8a\xf2\ \x9d\xbc\xab\xb5\x41\x4c\xcb\x48\x71\xb2\x86\xfa\x1e\x39\xab\x52\ \xf6\xf7\x9b\xd0\xc6\xc3\xc3\x2c\xa1\xe2\xe6\x7b\x6f\xaf\x4e\x4f\ \x9e\x73\xdd\x37\xef\xbf\xa8\x60\xd9\xb3\xcf\xd6\x79\x75\x11\x0b\ \x02\x0f\xd5\x77\x06\x53\x4a\xca\x91\x3a\xd4\xde\x1e\x2c\xc8\xca\ \x84\x5a\x47\x83\x4f\xcf\x2b\x4b\xe9\x6b\x0b\xa6\x64\x17\x0b\x40\ \x3d\xdc\xd8\x6e\x2f\x29\xf2\xd8\x93\x73\x5d\x42\xf3\xc6\x77\xb7\ \x74\x4b\xf3\x66\x8f\x13\x0c\x1d\x62\x14\xea\xef\x19\x8a\x24\x97\ \xa6\x27\xaa\xbe\xb6\xc6\xb0\x94\x93\xed\x1e\xec\x35\x32\x33\x32\ \x01\xd0\xf7\x6e\xd8\xae\xa4\x57\x25\x44\x8e\x86\xed\xc9\x79\x19\ \x36\x6a\x52\x0e\x00\x42\x28\x38\xd4\xde\x0b\x33\x4b\x0a\x32\xc2\ \x2d\x9b\xd6\x35\x84\xaa\xc6\x15\xfb\xba\x83\xd2\xa9\x99\x83\x04\ \xd6\xd7\xd2\x27\x26\x97\xe4\x88\xa0\xa7\xad\x2d\x68\xcb\x4b\x13\ \x8d\x40\x84\xdb\x41\xd4\xa7\x3b\xce\xb9\xf1\xee\x4b\x27\x66\xb4\ \x37\x74\xe4\x15\xe6\xd9\xa0\xd1\x50\x3b\x90\x98\x5d\x0e\x87\xfa\ \xa0\xa8\x68\x01\xaf\xad\xe0\xac\xbb\xee\xb9\x25\x9f\x75\x36\x87\ \x59\x51\x59\x1a\xd0\x7c\xdd\x43\xde\xf4\x82\x1c\x00\xf4\xe6\x23\ \x5d\x59\x79\xc5\xd0\xdf\x3d\xa0\xa5\x14\xa4\x27\x02\xa6\x7b\x87\ \x07\xb0\x53\x8e\x04\xfc\xee\x92\x59\xf7\xde\x75\x7d\x42\xa0\x93\ \xd9\xd2\x73\xec\xa0\xf7\x68\x53\x00\xe4\x14\x26\xd9\x0d\xd3\x8c\ \xb7\x67\x08\x21\xdd\xdf\x53\xd7\x4a\xab\xca\xca\x4b\x32\x13\x9a\ \xb7\xac\x81\xa3\xce\x9f\x9c\xce\xba\x87\x94\x2c\x3b\x1a\x1a\x36\ \x0a\x72\xd3\x01\x19\xa8\x6d\x8e\xe5\x17\x97\x46\xba\x8f\xfa\x93\ \x67\xde\x71\xe9\xb4\xba\x0f\xd7\x75\x6b\x2c\xd0\xef\x87\x92\x2b\ \xe2\x1d\x72\x95\xce\xb9\xe7\xae\xc5\xd9\x76\x48\x39\x46\x7a\x7f\ \xe3\xa0\x9a\x5f\x96\xc1\x39\xf3\xb6\xb7\x47\x78\x76\xa9\x3b\x52\ \x3f\xac\x65\x96\xe6\xc6\x06\xbb\x89\xa2\x18\x61\x1f\x4c\x19\x75\ \xfb\xdd\x77\x8f\x12\xbb\x5a\x34\x54\x54\x96\xc6\x86\xba\xba\xfb\ \x48\x45\xa6\xdc\xeb\x0b\x64\x16\x66\x03\x1e\x6c\xaa\xeb\x2b\x2c\ \x2c\x08\x0f\xb4\x06\x5d\x05\x59\x89\x4a\x6f\x43\x23\xb6\x67\x65\ \x2b\xa4\xb1\xad\x19\x17\x14\x08\xd1\x60\x8c\x39\x78\xc4\x6b\xba\ \x4a\x6e\xbe\xfb\xb6\x71\x79\xa9\x53\x2f\xbd\xe7\x5b\x57\x55\xaf\ \x7e\xf6\x99\x83\xbd\x86\x24\x0a\x18\xe8\x5d\xfd\x43\xb6\xbc\x5c\ \x1b\x62\x9d\x47\x5b\xd3\x72\x0b\xc4\x50\x6f\x4f\xc0\x5d\x9a\x99\ \x62\x06\xda\x1b\xfc\x28\x2f\x3f\xa5\xb7\xb1\x3d\x37\x3f\x57\x0f\ \xf4\xeb\xee\xac\x74\x0f\xf2\x76\x1e\xee\x13\x5d\x39\xe9\x62\x6f\ \x67\x24\x3b\x3b\x57\x00\xbe\x23\x9d\xc1\xf4\xd2\x62\xb5\xb7\x0f\ \x4b\x8a\xea\xf7\x3a\x0a\x67\xde\xf9\xb5\xeb\x0b\xec\x80\x02\x91\ \xf8\x9a\xbb\x0c\xa9\x6a\x54\xb6\xd6\xbb\x6f\xcd\x8e\xd6\xca\xf1\ \xa5\x29\xd9\x99\x98\x0f\x2e\x7b\x7b\xb5\x99\x33\x79\x4a\x91\xd3\ \x30\xd9\xa7\xf6\x2f\x00\x0e\x0c\x89\xce\x99\xc6\xf0\x13\x48\x99\ \x48\xc7\x8c\xa3\xe5\xb3\x99\xf0\x37\x24\x8e\xa7\xe5\xf9\x3c\x79\ \x12\xcd\xb2\x8b\x3f\xbe\x19\x3b\x82\x10\x38\x80\x88\x41\x34\x0c\ \x82\x21\xc0\x21\x00\x10\xa8\x11\x10\x0b\x02\x06\x80\x1e\x05\x20\ \x08\x18\x00\x6a\x18\x04\x34\xc0\x38\x88\x06\x41\x30\x06\x00\x07\ \xe1\x20\xf0\x05\x78\xc1\x74\xfd\xbb\x17\x2a\x4f\x7c\xdb\xf1\x9e\ \x0d\x78\x4d\xea\xb4\xa3\x3d\x2f\xdb\xee\xff\x39\xf9\x75\x49\xec\ \xdb\xf3\x21\xd1\x00\x76\x8e\x9a\x98\xf3\xdc\xaa\x67\x1f\xe9\x2e\ \x1a\x6a\x3c\x82\xab\xe7\xcf\xab\x76\xed\x78\xfa\x90\x2b\xff\x9c\ \x64\x07\xd8\xb3\xaf\x5e\x4a\x98\xe0\x8a\x34\x34\xa8\xf2\x9c\xfc\ \x6c\x71\xb0\xf8\xed\x77\xde\x7d\xda\x6c\xa8\xdb\xdc\x94\x75\xce\ \xa2\x64\xb7\x33\x5d\xf1\x2e\x7f\xf5\xa9\x7d\xa0\xab\x37\x04\x5c\ \x76\x25\x61\x4c\x85\xb8\xc5\xa7\x6a\xa9\xda\x80\x57\x55\xa9\xd3\ \x89\x90\x20\x0c\x35\x37\x18\x4a\x76\x41\xa2\xc8\xa9\xff\x60\x43\ \xa7\xab\x6a\x81\xdb\x86\x1d\xfa\xc0\xce\x83\x2d\x0b\x4b\xc7\x27\ \xed\xdf\x1d\x8e\x69\xdc\x1c\x08\x53\xc3\x77\xa0\x4e\x49\x1a\x9f\ \x67\x67\x87\x8f\xd4\x87\x1d\xf9\xb9\x99\xc5\x79\x2e\xfe\xfe\xb3\ \x4f\xb4\x25\x06\x8e\x78\x6d\x67\xdb\x8c\x9a\xfa\x26\xa5\xf0\x62\ \x37\x88\xd5\x1e\xec\x4a\xaf\x5e\xe8\xa6\xfd\x07\x9a\x3a\xd2\x16\ \x5c\x9d\x92\xa7\xe4\x25\x1c\x0c\x84\x63\x36\x6a\xc6\x22\xa1\xa3\ \xdb\xd7\x6f\x6d\xd2\xed\x5a\x77\x72\x5e\x61\xa2\x4d\xe0\x48\x24\ \x43\x4d\x8d\x83\xea\xdc\x8a\x8c\x48\xdf\xc1\xba\x61\x65\x71\x71\ \x5e\xa4\x75\x79\x6f\x50\xbc\x28\x37\x4d\x2f\x4d\x5b\xb3\xf9\xe5\ \x67\xa3\xf9\x87\xf7\xb7\x65\x5f\xe1\x80\x82\xab\xaa\xca\xf1\x83\ \x47\xdf\x3f\xfb\xbe\x1f\x4d\xc8\x92\x0c\x55\x97\x44\xd6\xd1\x5c\ \x1b\x4c\xcc\xc9\x4c\xb5\x0f\xef\xd8\x1f\x40\xee\xe2\xfc\x0c\xad\ \xc8\xbe\xf2\xfd\x17\x02\x7b\x78\x43\x97\x72\xf5\x7d\x67\x27\xfa\ \x97\xc5\x7a\x6a\x5e\x78\xf2\x99\xf1\xe3\x67\xcc\x9e\x94\x8f\x10\ \x0a\xf4\x36\xf5\x79\xdb\xd7\xbe\xf1\xc4\x60\x53\x63\xfe\xd9\x57\ \x9f\x5d\x99\x5a\xdb\x58\x2a\x6e\xf3\x9f\x94\x39\x98\x52\x98\x5e\ \x94\xaf\xed\x5a\xfb\xc4\x8b\xfe\xe1\x03\x1b\x95\xea\xc5\xa9\x59\ \xb9\x65\x05\x19\xb5\xc1\x90\xe6\xc1\xbe\x41\x7f\x34\x43\x3d\xd2\ \x41\xa7\x2e\x2a\x42\xb1\xf6\xfd\x9d\xc3\xf9\x33\x72\x33\x1d\x55\ \x69\xca\x86\x50\x4c\x03\xda\x60\xcc\x34\x06\x5b\xea\x7c\x66\x72\ \x69\xaa\x42\x21\x2c\x29\xcc\x7d\x6d\xc5\xab\xcf\x77\xa7\xef\x3d\ \xec\x1b\x5d\xe9\x16\x15\x2a\x44\x5b\xdf\x78\xfe\xa9\xd1\xd3\x67\ \x8e\x29\x1e\x9f\xb1\xed\xc3\x60\x54\x83\x7a\xbf\x37\xa6\xe5\x15\ \x97\xd3\x95\xcb\x9f\xf8\x9b\x08\x3a\x77\xc6\x12\xe6\xe2\xbe\xbd\ \xbf\x7c\x62\xe9\xfc\x07\x7e\x38\x3b\x4b\x62\x18\xf7\x34\xee\xea\ \x10\xd2\xae\xcb\x70\xbb\x5d\x63\xae\xbf\x3d\x79\xdc\xdc\x6a\x5f\ \xfd\xd2\x76\xe2\x48\xcf\xc9\x2f\xca\x93\x57\xbf\xf6\xc2\x70\x2e\ \xd8\x3f\xa4\x5e\xe2\x96\xda\x6a\x0e\xe2\xcc\xa9\x17\x5d\x3f\x73\ \xf8\x47\xdf\x7d\x7e\xe9\xee\xdb\xc7\x8d\x49\x39\xb4\x3d\x1c\xd3\ \xa9\x31\x1c\x0c\x1b\x19\x2e\x01\x89\x82\xda\xd1\x36\x18\x73\xcc\ \xcb\x70\x23\xa0\x37\x1e\x3d\x6a\xa6\x55\x25\x3b\xdd\x49\x32\x39\ \xb4\x7b\xcf\xcc\xf9\x63\x8a\x12\xea\x03\x11\xcd\x46\x74\xbf\x69\ \xf4\x35\xd5\x86\x79\x46\x79\xba\xdc\x7f\xb0\xb1\x4d\x4d\xba\x32\ \xa7\x88\xe6\xa6\xbd\xb5\xf4\x25\x5c\xef\xde\xde\xa8\xce\x9f\x29\ \xb6\xd6\xd5\x38\xf3\xe6\xa5\x28\xb1\x8d\x87\x3b\x9d\x05\x33\x9c\ \xa6\xaf\xee\x70\x6b\xd6\xb4\x0b\x32\x8b\x68\x5e\xba\x14\x0c\xc5\ \x9c\x88\xfa\x42\x06\xec\x78\x6f\x63\x63\xd8\x66\x0e\x25\xe4\x16\ \x27\x3b\x05\xc6\x28\x40\x42\x56\x76\xc6\xea\x8d\xef\x3f\x13\xdb\ \x7b\x68\x77\x7f\xd9\x45\xce\xde\xd6\x9a\x61\x57\x56\x56\x9a\xd3\ \x7b\xf0\xc0\x30\x70\x17\x24\x46\xde\x6a\x88\x16\x4d\x2b\xcc\x75\ \x86\xed\xbd\x6f\x3c\xf3\x34\x20\x4d\xdb\xa4\x84\xb9\x79\xc9\x8e\ \xb6\x34\x65\xc5\xaa\xd7\xf4\x23\xc2\xfe\x6e\xdf\x3c\xb7\x2d\x2d\ \x79\x74\xaa\xbc\x29\x14\xd3\xb8\x36\x10\x89\xa9\xcc\xe5\xc6\x22\ \xf2\x77\x75\x0d\xf5\xf5\x6e\x7f\xe7\x99\x35\x2d\x8d\xce\x29\x57\ \x5c\x38\x2e\x43\xe2\x3c\x2b\xf2\xf4\xdb\x5b\x32\x7e\xf0\xd3\x3b\ \x1c\xcc\xd4\xcf\x34\x7c\xfb\xfd\xef\x7f\xef\xb4\x5d\x09\x90\x94\ \xc9\x46\x55\x92\x6b\xaf\x60\x55\x59\xc0\x93\xc1\x2a\x2b\xc8\xb5\ \x57\xb0\xca\x6c\x90\x5d\x41\x66\x4d\xa3\x55\x55\x6c\xe6\x42\xf3\ \x96\x5b\xe8\xd8\x52\x9e\x95\xcf\xe6\xcc\xa3\x55\x45\x00\x11\x90\ \x94\xcd\x66\xcc\xa3\xe3\xca\x78\x5a\x16\x1b\x3f\x87\x8e\xab\xe0\ \xd9\xf9\x6c\xf6\x7c\x3a\xb6\x94\x17\x56\xb0\x39\x73\x69\x69\x16\ \xcf\x2d\x65\x73\xe7\xb1\xf2\x42\x36\x76\x22\x9d\x39\x9f\x8e\x72\ \x0b\xab\x76\x82\x49\x97\x98\xb7\x5e\x49\xcb\xc7\xd2\x85\x67\x71\ \x87\x08\x38\x63\x1c\x65\x96\x8c\x2a\x48\x52\x08\x90\x4a\x26\xce\ \xbb\x74\xd1\x0c\x17\xd0\x99\x98\x58\x55\x59\x91\x6c\x47\x44\x70\ \x95\x56\x55\xa5\x39\xc5\xb4\x82\xb2\xa2\xcc\x94\xf4\xac\xc2\xfc\ \x14\x07\x33\xbc\xf5\x9d\x03\x63\xcf\xb9\x68\x54\x66\x52\x6e\x49\ \x1e\x34\x49\x66\xf5\xb4\x39\x67\x4d\x48\x4b\xf0\xe4\x96\x56\x66\ \xbb\x61\x28\x46\x13\xd3\x73\xf2\xb2\x53\x04\x0c\x65\x89\xec\x5a\ \xb9\xc2\x9b\x3e\x65\xfe\xe8\x2c\xa2\xeb\xa2\x27\xb5\xaa\xb2\x38\ \xd1\x9d\x52\x5a\x90\x2e\xdb\xdc\x65\xd5\x63\x4b\x33\x6c\xe1\x88\ \xea\x48\xca\xcc\xcf\x4e\x55\x14\x4f\x71\x65\x75\x9a\x0b\x99\xd8\ \x56\x5c\x5d\x96\x91\x9c\x56\x5a\x9a\x2f\x53\xdd\x53\x30\x66\xc1\ \xbc\x09\x99\x89\x2e\x87\x27\xa5\xb2\xaa\xcc\x23\x01\xe4\x4c\xaf\ \xac\x2a\x75\x61\xaa\x78\xb2\x46\x97\xe5\xb9\x93\x72\x2a\x8b\xd2\ \xf5\x68\x04\xd9\x93\xf2\xf3\x73\x9d\x98\xc7\x62\xaa\x94\x5c\x7c\ \xde\x85\x0b\x73\x5d\x02\x65\x8c\x9a\x3c\x31\xab\xa4\xb2\x30\x13\ \x72\x9e\x94\x5f\x52\x5e\x90\xc2\x4d\x90\x5e\x50\x55\x94\x95\x94\ \x56\x54\x96\xe1\x80\xd4\x96\x31\x63\xde\x82\xb1\x45\xd9\x29\x2e\ \xb9\xf7\xe8\xee\x3a\xbd\xe4\xde\xdb\x2e\x74\x01\x93\x72\x00\x38\ \xe7\x48\x2e\xae\xa8\xcc\x49\xb6\x13\x22\xe4\x95\x54\xe5\x65\x24\ \xe5\x94\x56\x78\x90\x01\x9c\xb9\xe7\x5f\x7e\x69\x65\x9a\x84\x5c\ \x39\x85\xe9\x1e\x80\x6c\xb9\x85\x05\x29\x6e\x99\x53\x26\xd8\x12\ \x32\x53\x12\x65\x25\x61\xca\x82\x4b\xce\x9d\x5a\xca\x0d\x33\xa5\ \xa0\x32\xd7\x73\x22\x73\x44\xc4\x19\xa1\xee\x9c\x92\xd2\xbc\x64\ \xa2\x06\xeb\x8f\x74\x56\xcd\xbe\x60\x7c\x71\x46\x61\x71\x89\x9d\ \xc5\x34\x2e\x67\xe6\x16\xa4\x24\xd8\xdc\x99\x05\x95\x25\xd9\x12\ \xd1\x1d\xa9\x79\x55\x25\x39\x49\x69\x45\xe5\xb9\x09\xd1\x70\x4c\ \x76\xa7\x15\xe4\x67\xca\x82\x9c\x59\x5c\x55\x98\xee\xa2\x0c\x65\ \x17\x96\x66\x38\x38\xb5\x67\xcd\x5d\x30\xb3\x34\x37\x35\x29\x35\ \xb3\xb0\x20\x05\x00\x21\x2d\xa7\xa0\xbc\xac\xb2\x3c\xd7\x15\x09\ \xc7\x6c\x09\xe9\xf9\x39\x19\x49\xe9\x85\xe5\xd9\xc9\x86\x01\x2b\ \x26\xcf\x9e\x39\xae\x30\xc1\xed\x4a\x4c\xcf\x29\xca\xcf\xb2\x61\ \xc0\x39\xa0\x14\x15\x56\x8c\x2e\x4a\x77\x00\x39\xb1\xa4\xb4\xd0\ \xc6\x0d\x83\xe3\xec\x92\xd2\xc2\x9c\xec\xe2\xe2\x52\x17\x30\xe4\ \x8c\x8a\x05\xb3\xa7\xe6\xa7\x27\xd8\x1d\x89\xa5\x65\x65\xc9\x9e\ \x84\x82\xdc\x5c\xa7\x24\x16\x8e\x9d\x5c\x9e\xe9\x8c\x84\x63\xb6\ \xa4\x8c\xfc\xbc\x0c\x9b\x88\x45\x09\xb7\xec\x5e\xb7\x37\x90\x76\ \xde\x9c\xb1\x02\xd5\xb9\xe4\x28\xad\x2c\x4f\xf3\x24\x16\x16\xe6\ \xb8\x6d\x4a\x76\xc9\xe8\xb1\xa5\x69\x5a\x38\x82\x1d\x49\xf9\xf9\ \xd9\x0e\xd9\x9e\x5d\x52\x95\x9f\x6a\x27\x0c\x65\x96\x96\x15\x64\ \xa5\x15\x14\x16\xa7\xc8\x04\x7a\xf2\xe7\x2f\x3c\xab\x28\x33\xc9\ \xe5\x4e\xab\xa8\x28\x4f\xb6\x43\x60\x4f\xae\x1a\x55\xea\x11\xa0\ \xe8\xcc\xac\x2c\x2f\x4c\x4c\xce\x28\x2f\xc9\x21\xd1\x10\x50\x12\ \xf3\x0a\x72\x5c\x12\x54\x63\x31\x21\xb1\xf0\xbc\x0b\x16\x14\x24\ \x89\x84\x32\x4a\x51\x46\x5e\x61\xa6\x1b\x31\x25\x63\xce\x39\x73\ \xca\xf3\x33\x9c\x0e\x67\x51\x59\x45\x5e\xaa\x83\x98\x38\xb7\xb8\ \xba\x20\xcd\x69\x4b\xcd\xab\x28\xce\x4e\x4c\x49\x2f\x29\x4c\x03\ \xdc\x68\x3b\xda\xe1\x1a\xb5\x70\xee\xa8\xcc\xd4\xfc\x12\x0f\x22\ \x4a\x46\xe5\x82\x39\xb3\x8a\xd2\x3c\xa9\xd9\x25\xe5\x39\x9e\x68\ \x38\x26\x7b\xd2\x0a\xf2\xb2\xec\x12\xe6\x8c\x22\xd9\x93\x91\x91\ \x22\x88\x8e\x31\x73\x16\x5d\x38\x6f\x82\x1d\x73\x40\x63\x35\x9b\ \xb7\xa7\xcd\xbd\xee\xca\xb3\x8a\xa8\x69\x9e\x29\x14\xe9\x34\xf3\ \x29\x47\x4c\x06\x20\x70\xb7\x13\x30\x13\x46\xa2\xa7\xbe\x47\xc0\ \x66\xe7\xa2\x00\x00\x00\x9c\xc0\x48\x0c\x28\x0e\x2e\x42\x18\x0e\ \x01\x06\x80\xcd\xc9\x25\x0c\x23\x21\x20\xd8\xb9\x22\xc0\x70\x08\ \x28\x4e\x2e\x02\x18\x89\x02\xc5\xc5\x05\x13\x86\x54\xe0\x74\x73\ \x04\x81\xaf\x51\xb9\xf9\x1c\x69\x43\x98\xf3\x30\x48\x9d\xa8\x3f\ \xf7\xaa\x31\x27\x1b\x60\x09\xaa\x61\x60\xb0\x63\xa1\x10\x58\x56\ \x64\x01\x41\xce\x88\xae\xe9\x84\x03\x49\x56\x20\x33\x74\x83\x8a\ \xb2\x0d\x03\xd3\x20\x48\x91\x90\xa6\x69\x1c\x62\x9b\xcb\x45\x9b\ \x57\x3f\xfc\xc7\x0f\xaf\xfb\xe1\xff\x56\x39\x01\x17\x24\x45\x12\ \x18\x25\x8c\x73\x62\x18\x14\x20\x59\x51\x04\x04\x39\x35\x35\xdd\ \x00\x58\x32\xfb\x0f\x3c\xfa\xcc\xaa\x19\xb7\xdc\x7f\x56\x8e\x4d\ \x27\x5c\x56\x14\x60\x6a\x3a\xe1\xa2\xa2\x08\x9c\x68\x06\x15\x65\ \x45\x12\x11\xa7\x54\xd7\x34\x28\x2a\x18\x98\x9a\x4e\x45\x49\x16\ \x20\xd5\x74\x13\x89\xb2\x22\x8b\x9c\x52\xc6\x39\x31\x4d\x24\x4a\ \x90\x1a\x3a\xe1\xb2\x22\x03\x53\xd7\x29\x54\x14\x99\x99\x9a\x41\ \xb8\x20\xc9\x8a\x24\x00\xce\x74\x5d\xe7\x48\x54\x24\x01\x00\x66\ \x68\xba\x49\x19\x00\x1c\x20\x51\x91\x05\x43\xd3\x38\x14\x14\x09\ \xeb\x9a\xc6\xb1\x24\x8b\x48\x8f\x1f\xb1\x29\x18\x70\x00\xb4\xfd\ \x6b\x56\xee\x6a\x6c\xed\x0b\x88\x8b\x6e\xbc\x79\x52\xb6\x4d\x37\ \xe9\xb1\xc1\x5c\x59\x3c\x96\x1e\x09\x03\x4d\xd3\x21\x16\x15\x45\ \x46\x90\x1b\xba\x66\x12\x0a\x20\x96\x15\x45\x8c\x0f\x28\x12\x16\ \x1f\x6d\x54\x14\x11\x02\x4e\x4c\xc3\x30\xe2\xd1\x5c\xa7\x64\x0e\ \x47\x02\x0f\x75\xaf\x5e\xbe\x3a\x20\xa5\xf2\xe1\xa6\x6e\x9a\x77\ \xf3\x1d\x57\x67\x8b\x26\x41\xa2\x22\x4b\x18\x72\xd3\xd0\x75\x02\ \x14\x59\x34\x75\x95\x70\xc1\xa6\x48\xc4\x50\x4d\x06\x25\x59\x96\ \x04\x0c\x38\xd5\x54\x8d\x61\x49\x16\xb8\xae\x99\x1c\x00\x88\x04\ \x59\x91\x31\x60\x84\x32\x46\x4d\x83\x70\x49\x51\x64\x01\x11\x5d\ \xd3\x4c\x2a\xca\x8a\x24\x60\xce\xa9\xae\x6a\x84\x43\x49\x56\x24\ \x01\x52\x42\x39\xa7\x06\x01\xb2\x2c\x98\x9a\x16\x1f\xd4\x43\x82\ \x2c\x63\xae\xe9\x3a\x3f\x16\xe8\x83\xb0\x24\x8b\x40\xd3\x74\x80\ \x25\x9b\x22\x01\x46\x29\xe3\xd4\x34\x80\x20\x63\x6e\x6a\x06\x11\ \x24\x45\xc4\x4c\xd3\x4c\x51\xb6\x49\x02\x06\x8c\x68\xba\x4e\x39\ \x12\xcc\x81\x97\x9f\x78\x46\x99\x71\xf3\xe2\xe9\x79\xba\x6e\x8a\ \x92\x22\x70\x53\x33\x08\x96\x14\x09\x73\x4d\x33\x90\x78\xec\xa9\ \x69\x1a\x43\xe2\xc8\x41\x41\x92\x45\xa8\x69\x3a\x40\xa2\xa2\xc8\ \x90\x53\xca\x38\x25\x26\xc0\x12\xe2\x86\x6e\x30\x59\x51\x00\xd5\ \x75\x02\x64\x45\xe1\xc7\x9e\xbe\x2c\x09\x90\x33\x43\xd7\x19\x8a\ \x87\x60\x71\xf3\xd8\xb3\x88\xdf\x83\xa2\x28\xc7\x32\x87\x30\x80\ \xc5\x63\x09\x90\x04\xa0\x6b\x44\x56\x24\x62\x68\x26\x83\xb2\xdd\ \x2d\x93\x96\x5f\xff\xe0\xb7\x39\x8b\x7f\x70\xcd\xe8\x44\x9d\xe3\ \xe3\xb7\xcc\x88\x61\x50\x20\xc9\x8a\x24\x20\xc0\xe9\xf1\x51\x70\ \x88\x05\x45\x96\x31\x04\x94\xb1\x68\x7f\xed\xaa\x0d\x7b\xbb\xda\ \xdb\x69\xfa\xe4\x5b\xaf\x3b\xcf\x0d\x75\xc2\xce\x1c\x04\x71\x06\ \x5d\xf8\x4f\xc7\x6f\x41\x40\x35\xb4\x6f\x1b\x6e\x1d\x02\x48\x66\ \x13\x66\xd1\xaa\x4c\xa0\x1b\xff\xd6\x25\x31\xd6\x87\xbb\x1a\x7b\ \xf5\xf2\xea\x62\x11\xb0\x7f\x14\x04\x86\x62\xfe\xbe\xde\x30\x2e\ \xcc\xcb\x40\x8c\x70\x00\xb0\x20\x42\x4e\x08\xfd\x1c\xce\x16\x83\ \x18\x1a\x47\xf7\xef\x69\x0f\xc2\xca\x09\x93\x8b\x92\xe5\xe3\xa2\ \xf0\x1f\x8b\x45\x44\x5c\x8f\x34\xd5\xd6\x74\x0c\x47\x65\x77\xda\ \xe8\x71\x63\x52\x6d\x71\xfb\xe4\x4b\x13\xe9\x8e\x98\xe6\x6f\xef\ \x0d\x67\x17\xe6\xdb\x20\x65\x5f\x94\x3b\x43\x18\xe9\xbe\xda\x86\ \xae\x8c\xb2\xea\x64\x05\xb1\x7f\x66\x66\x23\x44\x98\x86\xba\x77\ \xed\xab\x63\xae\xbc\x89\x13\xab\x9c\x90\x90\x4f\xbc\xed\x7f\x55\ \x17\xa0\xa0\xc8\x82\xa9\x6b\x9f\xba\xb4\x40\x34\x12\x2e\xc3\x8f\ \x45\xe4\x40\x60\x77\xf0\x78\x0c\x96\x11\x83\x9a\xf9\xef\xe6\x1a\ \xe7\x50\x90\x64\x11\xea\x9a\xc1\x3f\x55\x82\x04\x51\x00\xa6\x41\ \x38\x00\x10\x81\xe0\xd0\x80\x26\x26\x64\x78\x14\xf6\x79\x9c\x48\ \x0a\x25\x45\x11\x11\x34\x0c\xcd\x24\xec\xbf\x53\x73\x24\x59\x16\ \x31\xe2\x8c\x1a\xba\x4e\xd8\x97\x6e\x72\x2d\x44\x92\x28\x10\xd3\ \xf8\x82\xdd\x19\xc4\xb2\x2c\x52\x43\xfb\xe7\x4b\x01\x07\x48\xb4\ \x29\x72\x3c\x3a\xeb\x1f\x56\x5b\xf4\x2f\x65\xa9\xc0\x02\x75\x2f\ \x3c\xff\xf7\xa3\x21\x20\x7e\x9a\x00\x7b\x88\x44\x11\xe9\xd1\x90\ \xd7\xeb\x0b\x86\x63\x64\xa4\xe2\x71\x10\x8b\xc0\x50\x10\x86\x82\ \x9f\x81\x28\x00\x00\x20\xe4\xd4\xd4\x3e\x9d\x28\x00\x00\x38\x23\ \x23\x56\x34\x12\x64\xee\x5d\xf1\xea\x33\xdb\x3b\xc2\xa2\xf0\xf9\ \x9c\x48\xc6\x0d\x4d\x8d\xc6\x62\xff\x25\x51\x00\x00\x70\x66\x68\ \x6a\x34\x1a\x8d\xa9\xda\x97\x50\x14\xe2\x37\x68\x18\x5f\xbc\x3b\ \xe3\x54\xd7\xb4\x7f\xa9\x14\x40\xc0\x88\x1a\x8b\xc6\x54\xfd\xd3\ \xb4\xe5\xc2\x19\xd5\x05\x8a\x23\x16\x01\x40\xb2\x22\x11\x5d\x07\ \x48\x94\x44\x01\x02\x66\x9a\x0c\x48\xb6\x94\xe4\x24\x9b\x88\x45\ \x59\x12\x00\x84\x90\x9b\xba\x6e\x52\x16\x0f\xc2\x15\x30\x46\x08\ \x18\x9a\x66\x12\x06\x20\x14\x90\x79\x68\xfd\xbb\x6f\x7f\x78\x98\ \x23\x40\x1d\x85\xd7\xde\x74\xed\x98\x1c\x27\x80\x18\x23\xc8\x88\ \xa1\x19\xe4\xc4\xb7\x20\x30\x74\x95\x40\x51\x16\x80\xa6\xea\x50\ \x90\x14\x11\x6a\x9a\x01\x90\x20\x49\xe2\xf1\xf3\xb1\x28\x4b\x02\ \x82\x10\x32\x6a\xea\xba\xc9\xe3\x33\x20\x05\x0c\x01\xd3\x75\x9d\ \x01\x7c\xfc\x64\xdd\x20\xfc\xa4\x7b\x21\x1c\xca\x8a\x02\x4c\xdd\ \x60\x40\x92\x24\x8c\x10\x82\xdc\x64\x5c\xed\xe8\x6a\xeb\xe5\x17\ \x66\x26\x0a\x92\xcc\xb9\xa6\x9b\x4c\x52\x14\xc4\x4c\xdd\xa4\x82\ \x28\x89\x82\x00\x01\x37\x0c\x8d\x70\x24\x4b\xd2\x49\x57\xb6\xb0\ \xf8\x72\x22\x9c\xa1\x81\x97\x61\xf8\xe8\x2b\x4b\x76\x8f\xbf\xf0\ \xda\x0a\x61\xe0\xed\x97\x3f\x2c\x3b\xf7\xd2\x44\xdf\xb6\xf7\x3e\ \xd8\x1d\xe0\xce\x79\x8b\xaf\x49\xea\x3c\xaa\x3a\xcb\x8a\x1c\xc1\ \x55\xaf\xbf\x7f\xa8\x75\x80\x4a\xc9\x67\x5f\x72\xd9\x84\xc2\x14\ \x68\x86\xf6\x7e\xf0\xce\xb6\x9a\x76\x95\xd9\x67\x5d\x7c\xd9\xf4\ \xf2\x0c\x0e\x04\xd2\xb3\x67\xc9\xdb\xdb\x67\x7d\xfd\x87\x0b\x0a\ \xe4\x61\x7f\xcc\x93\xe2\x50\x07\x1b\x57\x2c\x5f\xdb\xd0\x17\x2b\ \x9d\x76\xde\xa5\xf3\xc7\x89\xda\xf0\xce\x75\x1f\xec\xae\xef\x8a\ \x51\xe9\xac\x2b\x6e\x1a\x67\xd4\x2c\xd9\xaf\x5e\x76\xdd\x22\xda\ \xbe\xeb\xef\x9b\x07\x2e\xbc\xfa\xe2\x84\x60\xc3\x9b\xef\x7f\xd0\ \xd8\x1b\x2b\x3b\xeb\xbc\x4b\xe7\x8d\xea\x39\xb4\x66\xf9\x86\x9a\ \x80\xca\xf2\xc6\x2f\xbc\x7c\xe1\x78\x07\x36\x1a\x76\xae\x58\xbb\ \xf5\x70\x58\xc8\xb8\xf4\x9a\xc5\xa5\x72\xe7\xd2\xf7\x56\xd7\xf7\ \xc6\x4a\xa7\x9c\x77\xf1\xbc\x6a\x0c\x10\xf7\xd5\xbc\xb4\xba\xee\ \xac\x4b\x17\x97\x39\xa2\x6b\xdf\x78\xd9\xa8\x5c\x74\x7e\xb9\xb4\ \xe9\xfd\x55\x7b\x8f\x76\xa9\x30\xe5\x82\x6b\xae\x4b\x1f\xea\x8a\ \x26\x94\x14\xa7\x0b\xeb\xde\x78\x3e\x52\x78\xf6\xc5\x13\x52\x76\ \xad\x78\xb1\x37\xf1\xac\x4b\x67\x95\x34\x6e\x5d\xb5\x7a\xeb\xc1\ \xa8\x9c\x79\xfe\xe5\x57\x55\x39\x86\xdf\x7d\x65\x59\x5d\x4f\x24\ \x73\xec\xac\xcb\xce\x99\xee\xfc\x72\x75\xba\x2d\x2c\xfe\x41\x3f\ \x02\x89\x42\xa0\xa5\x76\x5f\xcd\x90\xd3\xa9\x84\x07\x1a\xb7\xd5\ \xf7\xb3\x68\xf7\xab\x2f\xac\x48\x99\xb4\xe8\xf2\xf3\xe6\x96\x78\ \xcc\x7d\x3b\x37\x76\x9b\x28\xda\xb6\x73\xcd\xce\xb6\xa9\x8b\x2e\ \x29\x93\x3a\x5e\x59\xbe\x4d\x67\xfa\xda\x17\xfe\xf2\xee\x81\xe0\ \xb4\x39\x67\x81\x9e\x86\x8e\x21\x43\x14\x20\xe7\x0c\xd9\x12\x52\ \x13\x60\x67\x73\x9b\x2e\x7a\x8a\x0a\xf3\x6c\x5a\xcb\x53\x8f\x3d\ \xdd\x69\x1f\x7d\xe9\x9c\xdc\x1d\xcb\x97\xb6\xf8\x07\x97\x3d\xff\ \x97\x65\xf5\xfa\x8c\x99\x93\x68\x6f\xfd\x50\x54\x6d\xa9\xd9\x57\ \x3b\xc4\x9d\x0a\xee\x69\xd8\x55\x3b\xac\x4a\x46\xd7\xb3\x7f\x79\ \xba\x5b\xae\xba\x70\x6e\xc1\xa6\x95\x6f\xd7\x0f\x87\x77\x2e\xfb\ \xc0\xc8\x9c\x76\xf1\xdc\x92\x03\x2b\x5e\xad\x19\xd6\x9a\x37\xbc\ \xfe\xe4\xd2\x03\x85\x53\xe7\x9f\xbf\xe0\xac\x54\xde\xfd\xd4\x5f\ \xff\xd6\xae\x54\x5f\x3a\x37\x7f\xe7\xf2\xd7\x1b\x02\x54\x84\x08\ \xd2\xd0\x91\xc3\x35\xc3\xa6\xa0\xf7\xd5\xae\xdf\xd5\x91\x64\x33\ \x96\xfc\xf5\xcf\x1f\xb6\xc1\xb3\xce\x1a\x35\xd4\xd6\xe0\x35\x58\ \x5f\x5b\x53\x42\x51\x71\x22\xed\xdb\xbd\x73\x1f\x93\x15\x6c\x04\ \xf7\x6e\xa9\x31\xb1\xb3\x6b\xc7\x92\xbf\xbd\xbd\xaf\x72\xfe\x25\ \xc5\x7a\xc3\x8a\x35\xbb\x76\x2c\x5b\xb2\xc7\x9b\x7e\xc5\x55\x97\ \x4e\x29\xcd\x12\x01\x63\x96\x28\x58\x7c\x95\x74\x01\x8a\x48\x6f\ \x69\xef\xb2\x17\x8f\xce\xb2\x0b\x7d\x1d\x8d\x72\x76\x51\x5e\x66\ \xa2\xdb\xc5\x5b\x9a\x3b\x3c\xc5\xa3\x32\x40\xb8\x77\x18\x4f\xac\ \xcc\xe8\xa8\x6d\x77\xe4\x4d\x9b\x37\x69\xfc\x98\xd1\x25\x0a\xa4\ \x3d\x47\x36\xad\x6f\x77\xde\x7e\xff\xbd\x33\xab\x52\x98\x33\xbd\ \xa0\x20\x0b\x12\xc2\x89\x01\x12\xcb\x6f\xfd\xda\x5d\xee\xf6\x75\ \xbf\xf9\x7f\x8f\xee\xed\x89\xb5\xef\x58\xd5\x68\xe6\x5f\x30\xbb\ \x7c\xb8\xbb\xdf\x9e\x59\xa2\xd6\xac\xdb\xde\x97\xf1\xc0\x37\xef\ \x9e\x54\x98\xc4\x84\xbc\xaa\x14\xdc\xd4\x37\x5c\x32\xae\x54\xa6\ \x6a\x47\xf3\x60\x45\x65\xc5\xe0\xc1\x15\x35\x2c\xff\xfc\x39\x95\ \xbe\xee\x5e\x67\x62\xbe\x9b\x74\x1d\x8d\x79\xa6\xcf\x9b\x37\x71\ \xe2\xa8\xcc\x64\x1b\x09\xb6\xac\xda\x78\x64\xe6\xf5\x77\x5d\x3e\ \x7f\xea\xc4\xf1\x95\xfe\x43\x6b\xea\xd4\xdc\x0b\xe6\x54\xfa\xba\ \xfb\xc4\xe4\xfc\x54\x1b\xa2\x9c\x62\x47\xb2\x47\x11\x4d\xa2\xee\ \xdb\xb4\x29\x61\xe2\xb9\x09\x03\x9b\xf7\x44\xf3\xee\xfb\xe6\x6d\ \xe3\xd2\xa0\x3d\x39\xbb\x2c\x13\x1c\x6d\x08\x17\x17\x95\x68\x3d\ \xad\x01\x98\x3f\x2a\x27\x25\x3c\xdc\xd6\x0d\x53\x4a\xb3\xd1\x07\ \xef\x6e\xcb\x9f\x71\x7e\x55\xa2\xde\x1b\xe2\xe9\xb9\xd9\x49\xc9\ \x9e\xe8\x50\xcb\x20\x71\x57\x96\x17\x88\xdc\xb2\x15\x2c\xbe\x52\ \xba\x00\x11\x32\x23\x5d\xbd\xfd\x39\x65\x05\x36\xcc\xbb\x1b\x07\ \x53\x33\x0b\x53\x52\x0a\xee\xfe\xee\x43\x55\xc6\xde\x3f\x3c\xb6\ \xa4\xa1\xbb\xdf\x87\x72\x8a\x92\x40\x7d\x67\x5f\x6a\x79\x11\xa6\ \xb1\x8e\xc6\xf6\x9c\x9c\x4c\x5f\x57\x83\xa3\x6c\x5c\x71\x12\xf6\ \x75\xd4\x47\x6d\xc9\x05\x19\x0a\x21\x1c\x40\x24\x60\x21\xad\x64\ \xf2\x6d\x0f\x3d\x58\x42\x3a\xd6\x6c\xaa\x1f\xe8\x1e\x66\x9a\xef\ \xc3\x65\xef\xb6\xf0\xb2\x7b\xef\xb9\x3c\xd2\xd5\x65\x2b\x1d\x97\ \x67\x07\x3d\xed\xb5\xfe\x84\xec\x14\x31\xd6\x37\xc8\x2b\x0b\xb3\ \x01\xf1\x35\x0d\x80\xfc\x82\xec\xe1\xf6\x76\xaa\xfb\x36\xac\x58\ \xd6\xce\x8a\xef\xb8\xe7\x46\x67\xef\x91\xa8\x3d\xb5\x30\x53\xf0\ \xb6\xb4\x87\x58\x76\x16\x08\xfa\x74\x5b\x55\x71\x2a\x23\x1c\x42\ \xb3\xbb\xb9\x9f\xea\xfe\x0d\xcb\xde\x6d\xa2\xc5\x77\xdc\x75\x4d\ \xa6\xcc\x29\x63\x48\x49\x4a\xb2\xc9\xad\x3b\x3e\xd8\xd0\x22\x5e\ \xbc\x68\xf2\x40\xdd\xd1\xac\xf2\xb1\xd9\x12\x68\x39\xdc\x26\x26\ \x57\xa5\xd1\x9e\xa3\x31\xa5\xb8\x2c\xa3\xbf\xb3\xcd\xcc\x28\xc8\ \x4c\x95\x43\x9d\x8d\xc0\x93\x99\x6e\xf3\xb7\x0d\x9b\xde\x96\xdd\ \xef\xaf\xdd\x57\x38\xff\xba\x6b\xe6\x57\x8c\xbb\xe8\xae\x07\xae\ \xa8\x7c\xef\x89\x3f\xae\xac\x0b\x39\x9d\x76\x01\x59\xeb\x65\x5b\ \x7c\x85\xfc\x0b\x9c\x43\x6c\xb3\xc1\x96\x83\x7b\x36\xa0\xba\x65\ \x07\x7b\xab\xaf\x74\xd7\x6e\xf9\x60\x80\x3b\x44\x97\x4b\xd4\x59\ \x57\x53\x0d\xcd\xc8\x49\x20\xfd\x8d\xed\xd1\x89\xe7\x65\x30\x75\ \xa0\xa6\x21\x92\x7f\x5d\x69\x72\xa8\xa6\x7f\xcb\xbe\x8d\x5b\x1c\ \xad\xeb\x77\x88\x29\xe7\xa5\x2b\x9c\xea\xd8\xf4\x37\x2f\x5b\x7b\ \xd0\x99\x95\x05\x03\x2d\xf5\x61\x34\xb7\x2a\x37\xa1\x39\xd9\xde\ \x25\x8e\x9d\x3c\x19\x18\x82\x43\x54\x92\x93\x3d\xc3\x1f\x6e\xf9\ \x60\x33\x3c\xba\x6a\x57\x6a\xe1\xe5\x29\x6e\x45\x60\xe1\xbd\x3b\ \xb6\xea\xbb\x1a\x0e\xfa\xa2\x93\x53\x3c\x9e\xa4\x74\xb7\x13\x8f\ \x9e\x3c\x59\x30\x78\xb2\x8b\x1d\x3e\xd0\x24\x25\x9f\x95\x2d\x9a\ \x3b\x1b\x6a\xa3\x49\xa5\xd9\xb9\x05\x09\x72\x70\xc5\x3b\x2b\x06\ \xf3\x9d\x49\x79\x63\x52\xf2\xd2\x1d\x43\x78\xec\xa4\xc9\xc0\xc4\ \x1e\x59\x64\x9c\x03\xce\x81\x9c\x58\x60\x1b\x7e\xf4\xa5\xe5\x37\ \xfe\xcf\x77\x47\xa7\xc9\x3b\x92\x5d\x2d\xfb\xb6\xaf\xdf\xa0\x6e\ \xdd\x7a\x10\x4c\x9a\x29\x43\x6e\x46\xbc\x6d\x5d\x7d\xe9\x36\x57\ \xac\xb3\x7e\xf3\xfa\xb5\x47\x57\xee\x34\x13\xcf\x4d\x70\xb8\xd2\ \x93\x9d\x2c\xbb\x7c\x5a\x89\x83\x79\x52\x43\xed\x87\x77\xb4\xfa\ \x12\x5c\xb2\xcd\x61\xe3\xe1\xc6\xa7\xff\xbc\x2d\x77\xe1\x2d\xf3\ \x8a\xed\x96\xff\xd1\xe2\xcb\xc7\x69\xe3\xa0\x39\x43\x72\x66\x46\ \x46\xa8\xad\xae\x23\x6c\x9b\x38\x69\x6c\x59\x61\x86\x3a\xd0\xb8\ \x67\xff\x91\xb0\x9c\x77\xf9\xa5\xe7\xb9\x54\x7f\x72\xe1\xe8\x42\ \x0f\xf0\xe9\xee\x09\xe3\xab\x15\xea\x1b\xd0\xa4\xea\x49\xe3\x2b\ \x0b\x0b\x6d\xb1\xfe\x96\xb6\x96\x03\xb5\x1d\x95\xe7\x5e\x36\x25\ \xc7\x41\x18\xe0\x46\xb8\xa3\xa5\xb1\xb9\xad\xcb\xaf\xc9\xb3\x2e\ \xbe\x7a\xde\xa8\xcc\xe4\x9c\x22\x29\xdc\x7e\xe0\x70\x53\x80\xda\ \x0b\x0a\xf3\x8b\x8a\xf3\x84\x68\x77\x43\x4b\xeb\xe1\x3a\x6f\xe5\ \xac\x8b\xa6\x56\x65\xa4\x24\x2a\xad\x75\x75\xaa\xab\x70\xea\x98\ \xaa\xbc\xec\xdc\xb2\xb2\x52\x29\xd4\x76\xe0\x70\x53\x90\x38\x4a\ \xcb\xb2\xc2\xfe\x48\x66\xf5\x84\xa2\x14\x61\x68\x60\x28\xa5\x64\ \x54\x59\x51\x51\x49\x76\x42\x77\x43\x4d\xdb\x90\x96\x9e\x57\x36\ \x71\xf2\x68\x29\xd4\xbe\xff\x70\x53\x80\x38\x8a\x4a\xf2\x5c\x32\ \xe2\x9c\x43\x28\x88\x50\x95\x0a\x27\x5d\x72\xf6\x44\x4c\x48\x52\ \x56\x01\x1c\x6e\x69\xe8\xd1\x2a\xc6\x8c\xad\x28\xca\xcf\xcb\xcb\ \x4b\x97\x0d\xaf\xa1\x8c\x9b\x30\xde\xad\x75\xd6\xb6\xf8\x0a\xc6\ \x8e\xab\x2c\x2d\xc8\x2b\x2c\x29\xcd\xf3\x74\x1e\x39\xd0\xd0\x39\ \x64\xcf\x28\x48\x93\xc2\xfb\x77\xef\x69\xec\x09\x8d\x99\x7f\xf9\ \x82\x72\x5b\x73\xfb\x70\x56\x69\x55\x86\x53\xb0\xbc\x0c\x16\x5f\ \x3e\xce\x18\xd7\x04\x71\x3c\x0a\xe2\x44\xa4\xa7\x2c\x62\xce\xa8\ \xae\x69\x40\x90\x05\x60\x6a\x26\xb0\xd9\x44\x43\xd5\x28\xc0\x36\ \x9b\xcd\x08\xb6\x6d\xda\x52\xeb\x48\x4f\x8f\xb5\xed\x5e\x5b\xcb\ \x6e\xff\xc6\x6d\x85\x0e\x40\x18\x07\x10\x2b\x8a\x2c\x60\xc4\x39\ \x23\x86\xae\x9b\x64\x24\x32\x17\x23\x46\x4d\x4d\xd3\x19\x40\x8a\ \xc3\x25\x06\xf6\x7e\xf7\x27\x2f\xcd\xbe\xef\x27\xe7\xe4\x08\x26\ \x92\x14\x59\xe4\x23\x21\xcc\x3a\xe1\xe8\xc4\xf9\xaa\x21\x28\x0a\ \xa4\xba\x66\x30\x51\xb1\x09\xdc\x3c\x16\x92\x2c\x21\xc0\x0c\x5d\ \x35\x08\x94\x6d\x8a\x88\x11\xa7\xa6\xaa\xe9\xc7\x2b\x2d\x96\x6c\ \x0a\x66\xaa\xaa\x53\x00\x60\x3c\xf2\x14\x32\x4a\x39\xa7\xa6\x66\ \x50\x49\xb1\x09\xdc\x54\x4d\x26\x2b\x36\x11\x71\x42\x19\x67\x54\ \xd7\x8d\x63\x57\xe6\xa6\xa1\x99\x0c\x29\x8a\x8c\x00\x27\xa6\xae\ \x9b\x5c\xb1\xc9\x44\x53\x4d\x4b\x15\x2c\xbe\x52\xba\xf0\xcf\x5d\ \x05\x62\xae\xf5\x7d\xb8\xfa\xc3\xe6\x81\x90\x9c\x98\x37\x7b\xfe\ \xbc\xb2\x74\xbb\x49\x3e\x6d\xb8\x2e\x44\x22\x19\x3a\xbc\x66\x77\ \xef\xf4\x73\x17\x26\x23\xca\xac\xc7\x62\x61\xf1\x25\xd0\x85\xb8\ \x81\x31\x62\x17\x30\xa2\xeb\xfa\x3f\x39\xd1\x80\x03\x24\xd9\x64\ \xac\xab\x9a\x25\x0a\x16\x16\x5f\x22\x5d\xb0\xb0\xb0\xf8\xb2\x20\ \x58\x59\x60\x61\xf1\x15\x01\x21\x14\xdf\x45\x82\x73\xce\x18\xfb\ \x84\xbd\x26\x2d\x5d\xb0\xb0\xf8\x6a\x88\x02\xc6\xe1\x50\x28\x18\ \xf0\x73\xce\x44\x51\x4a\x48\x48\x50\x6c\x76\xc6\x4e\xdf\x71\xb7\ \xf6\xa1\xb3\xb0\xf8\x0a\xf8\x0b\x10\xea\xe9\xec\xe8\xec\x68\x93\ \x25\x39\x21\x21\x59\x10\xc4\xbe\xde\x9e\x80\xdf\x77\xa6\x4d\xa8\ \xfe\x5d\x7b\xe1\xd8\x96\x16\x9f\xf6\x24\x2c\x88\x08\xb0\x4f\x3f\ \x54\x61\x61\x61\xf1\xef\x77\x1f\x86\x86\x06\x7c\x3e\xef\xe8\x31\ \xe3\x25\x59\x01\x80\x03\x00\xb4\xe4\x94\xae\x8e\x56\x49\x96\x6c\ \x36\x27\xe7\xec\xd3\xe9\x02\x44\x8a\xcd\x16\x8f\xf3\x8d\xaf\xcc\ \x61\x7e\x7c\xf4\x90\x03\x2c\xc9\x02\x64\x86\x61\x7e\xa2\x26\x60\ \x59\x11\x4c\xcd\xa0\x80\x43\x08\xc2\xde\xde\x30\xb5\xa5\x25\xbb\ \x20\xb7\x46\xfe\x2d\x2c\xfe\x1b\x70\xce\x87\x06\x06\x0a\x8a\x4a\ \x24\x59\xa6\x34\xbe\x3d\x1a\x50\x14\x25\x25\x35\x3d\x18\x0c\xda\ \xed\xce\x8f\xd7\x45\xe1\x74\x35\x19\x71\x23\xb8\x6d\xed\xfb\x2d\ \xbe\x18\xa1\xcc\x91\x98\x35\x6e\xf2\x94\x92\x4c\x17\x31\x4c\x88\ \x05\x41\xc0\x10\x70\x4a\x28\x87\x60\xf0\xc8\xa6\xd5\xfb\x7b\xa6\ \x2e\x5a\x3c\x2e\x03\x45\x55\x13\x20\x2c\x08\x18\x01\x40\x89\x19\ \x5f\xcc\x03\x42\xc4\xd4\xfe\xb7\xff\xbe\x52\x9a\xb0\xf0\xc2\x29\ \x15\x30\xd2\xfb\xfa\x5f\x1f\x5e\xe1\x9f\xf0\xfb\xdf\xdd\x9f\x25\ \x01\x88\x10\x84\x80\x51\xc6\x21\xc4\x08\x31\x4a\xe2\xeb\xa8\x41\ \x84\xe3\x4b\x1e\x10\x62\x52\x2b\x70\xc8\xc2\xe2\xdf\xd6\x05\x46\ \x89\xc7\x93\x40\x29\x45\x28\x1e\x01\x0c\x29\xa5\x0e\x87\x33\x10\ \xf0\xf1\xd3\xed\x43\x7d\x3a\x5d\x40\x98\xaa\xc3\x1f\xbc\xf2\xcc\ \xb6\x58\x52\x41\xba\x53\x8f\x86\xdf\x5a\xba\xf2\xea\x7b\xbf\x71\ \xf9\xb4\xfc\xd0\x50\xff\x50\x20\xcc\x80\xe0\x49\xc9\xcc\x48\x73\ \x0e\x1c\xde\xfe\xf6\x3b\x87\x71\xde\x38\x8f\xe9\x49\x48\xcd\xb4\ \xb1\x68\x4f\x5b\xbf\x4a\x85\x94\xac\x2c\x8f\x8c\x08\x65\x10\x61\ \x1a\xeb\x5d\xf1\xc6\xd2\x04\x9a\x5a\x9a\x28\xa7\x27\x2a\x05\x63\ \x26\x4d\xf0\x97\x38\x30\x8f\x06\x86\x87\x02\x61\xc2\xa0\xc3\x9d\ \x20\x32\x35\x10\xd2\x1c\x89\xa9\x69\x49\x0e\x08\x20\x37\xa3\x9d\ \x9d\x03\x3a\x90\xd3\x32\xb3\x5c\x22\x20\x96\x34\x58\x58\xfc\xfb\ \x0e\x06\x84\x00\x00\x83\x83\x83\xcd\x2d\x2d\x55\x95\x95\x1e\x8f\ \x07\xc6\x9d\x0b\xfc\x9f\xf0\x2f\x40\x88\x60\xf1\xfc\x3b\xfe\xf6\ \x9d\xf3\xfd\x75\x1b\x7e\xf7\xab\xff\xf7\xda\x4b\x4b\xa7\x4d\xfc\ \x76\xef\xaa\xa7\x7f\xfd\xce\x41\xc0\x61\x52\xe9\xdc\xef\xfe\xf0\ \x6b\x8a\xd3\xe3\x62\x81\xd7\x7f\xf7\xd0\x87\xd5\xf3\x7f\xfa\x93\ \xdb\x6b\x5f\xfe\xcb\x2b\xeb\x6b\x54\x86\x0a\x27\x5e\xf8\xcd\xaf\ \x5f\x9d\xad\x40\x06\x00\x80\x82\x3b\xc9\xd3\xb0\xe2\xf9\x07\x56\ \xae\xfe\xd6\xff\x3e\x10\xe9\x3d\xb2\xa7\xd9\x7e\x37\x36\xd6\xbe\ \xf8\xc8\x8b\x6b\x0f\xe8\x1c\xa7\x15\x96\xba\xc8\x60\x63\xfb\x70\ \x4a\xc5\xac\x6f\x7e\xfb\xc1\x29\x29\xbe\xd7\xff\xf6\xd7\xf7\xb6\ \x35\xa9\x50\x1c\x35\xe7\xca\x7b\x6f\xbb\x3c\x5d\x34\xad\xa9\x49\ \x16\x16\x9f\x89\xe1\x60\x9a\x66\x72\x52\x92\xae\xeb\xff\xc0\x25\ \x71\x66\xbf\x00\xe4\xd4\x8c\xa9\x66\x5a\xd9\x84\x59\xd3\x47\xa9\ \xde\xc6\xc6\x61\x5a\x39\xf7\xf2\x7b\xbf\x76\xe7\xe5\xe7\x4d\x0d\ \x1c\x59\xb7\xa9\x69\x00\x71\x46\x9c\x59\xb7\xfe\xe8\xd1\xbf\xfc\ \xe4\x6e\xbe\xe7\xad\x17\x57\x1d\x1e\x73\xc1\x2d\x77\x5f\x39\xab\ \x6b\xcb\x6b\xef\xec\xee\x15\xc4\xf8\xbe\xda\xdc\xd4\xc8\xb8\x2b\ \xee\x7d\xfa\xe9\xdf\xcc\xa9\x48\x35\xb4\x78\xf7\x86\x78\xfb\x07\ \x9d\xe3\xce\xf9\xf9\xaf\x1e\xce\xf4\xd5\x1b\xa5\xd7\x3c\xfa\xb3\ \xdb\x51\xf7\xbe\x1d\x7b\x8f\x36\xee\x7b\xff\x95\x75\xed\x33\xae\ \xbe\xeb\xce\x45\x55\x7b\x3f\x78\xfb\xc3\xfd\x7d\xa2\x62\x0d\xa6\ \x5a\x58\x7c\x06\xa2\x00\x00\xc8\xc9\xc9\xa9\xaa\xaa\xca\xc8\xc8\ \xf8\xe4\xd1\x82\x4f\xaa\x72\x10\x8b\x8a\x4d\x04\xba\x1e\x0c\xf8\ \x81\xe0\x72\x18\x6d\xaf\x3e\xff\xd4\x8e\x7e\x5b\x79\x9e\x5d\x94\ \xa1\x4a\x28\x67\x94\x23\x31\x35\xb7\x28\x2d\x59\x6a\xee\x1c\x30\ \x39\xed\x3a\xb2\x5b\x77\x0b\xa5\x93\xa6\xa5\x20\xc6\x00\x07\x00\ \x02\x00\x28\x65\xce\xe4\xcc\xa2\x9c\x0c\x10\xeb\xe7\xc7\x3a\x05\ \x08\x42\x6c\x73\xe6\x97\x54\x14\xa6\xc9\x5e\x9c\x54\x31\xda\x9e\ \xe4\x14\x89\x1a\x18\xe8\xe8\x21\x02\x6c\xdb\xbf\xcd\xab\xc0\x71\ \x63\xc7\x24\x89\x86\xc9\x20\x3c\xbd\xb1\x63\x61\x61\xf1\x69\x41\ \x08\x41\x08\x09\x21\x9c\x33\x08\x91\x20\x08\xff\x5a\x5c\x13\xd4\ \x03\xbd\xf5\x87\x0f\xb6\xef\x5a\xf1\xc6\xba\xd6\xb2\x45\x0f\x96\ \xb2\xb6\xbf\x1e\xee\x2c\x59\x74\xff\xa5\xe3\x78\xc7\xee\xdd\x26\ \xc3\x0e\xa7\x42\xa3\x81\xfa\x7d\x3b\x0b\x71\x9e\x33\x27\x53\xa2\ \x2c\xb5\x74\xd2\x25\x33\x0b\xd5\x80\x56\x50\x9d\x41\x4c\x06\x10\ \x42\xa2\xcd\x25\x9b\xed\x0d\x47\xf6\xd5\x78\x72\x52\x24\x88\x4f\ \xac\x65\xc2\x19\x23\xa6\xc9\x00\xe4\xd4\x34\x4c\x0a\x00\x04\x50\ \x48\xcd\xcf\x13\xb4\x23\x99\xa3\x67\x9c\x33\x2a\x5d\xd5\x69\x5e\ \x65\x16\x33\x4c\x4b\x14\x2c\x2c\xfe\x4d\x51\x30\x0c\xa3\xae\xee\ \x48\x30\xe0\x47\x08\x73\x46\x53\x53\xd3\x4b\xca\xca\xfe\x89\xf8\ \x05\x0e\x38\x44\xd8\xee\x74\xf6\xef\x7e\xed\x5b\xdb\x5f\x75\x26\ \x67\x8d\xbf\xe4\xce\xeb\xae\x99\x9b\xec\xf0\x5e\x30\xab\x7a\xe9\ \xaa\x27\xeb\xd6\xc9\x44\x4e\x9f\x2e\x09\x39\x53\xe6\xcd\xd9\xb4\ \xef\xbd\xbf\x7e\x7f\x6d\xd9\xdc\x9f\xfe\xf4\xbe\x3b\xaf\x1a\x7a\ \x69\xc5\xb3\xdf\x7b\xcf\x74\xa6\x4f\xfc\xd1\x6f\x47\xa5\x23\x60\ \x32\x2a\xbb\x73\x2f\xb8\x64\xd6\x63\x6f\xbe\xfc\xc0\xba\xe5\x77\ \x7f\xef\x3b\x58\xc0\xf1\x75\x11\x39\x63\xa7\xbe\xe1\x8c\x31\xc3\ \x64\x45\xd3\xaf\xb8\xed\xe2\xee\x37\xde\x7e\x7c\xed\x0b\x7a\xca\ \xa8\xb9\x0f\xff\x64\x7c\x26\x34\x75\x4b\x18\x2c\x2c\xfe\x55\x20\ \x84\xba\xae\x6d\xdb\xba\x29\x29\x29\x79\xca\xd4\xb3\x14\x45\x0e\ \xf8\xfd\x8d\x47\x1b\x76\xed\xdc\x91\x9d\x9d\x0d\x21\xe2\xfc\xa3\ \xf1\x44\x67\x98\x37\xc5\x69\x24\x18\x54\x4d\x0a\x00\x14\x64\x5b\ \x62\x62\x82\x08\x29\x61\x10\x98\x31\xaf\x3f\x68\x52\x20\x48\x8a\ \xd3\xe5\xb4\x29\x92\x19\x09\xf8\x43\x31\x20\xda\x12\x12\x13\x6d\ \xc8\xf0\x7a\xfd\xba\xc9\xb0\x6c\x73\xbb\x9d\x22\x04\x1c\x00\x08\ \x11\xe0\x86\xdf\xeb\x37\x18\x72\x79\xdc\x40\x0f\x47\x89\x9c\x9c\ \x64\x8f\xf9\xfd\x1a\x94\x12\xdd\xf6\x58\xc0\x6b\x60\x77\x92\x0b\ \xfa\x7d\x21\xac\xb8\x12\x3c\x4e\x48\x55\x9f\x37\xa0\x13\x2e\x2a\ \x76\xb7\xcb\x21\x40\xab\x13\x61\x61\xf1\xaf\x83\x31\x5e\xb7\x76\ \x75\x66\x66\xce\xe4\xa9\xd3\x0c\x5d\x33\x0c\x83\x33\x06\x20\xdc\ \xbd\x7b\xa7\x22\xc9\x13\x26\x4d\x26\x84\x7c\x3a\x5d\x00\x10\x0b\ \x18\x41\x08\x00\xe0\x9c\x31\xca\xe2\xbb\x30\x41\x84\x31\x46\xf0\ \xd8\x88\x28\xe3\x00\x61\x8c\x11\xe2\x9c\x51\x42\x39\x44\x02\x46\ \x10\xc2\x91\x8f\x27\xe4\x0a\x61\x8c\x21\xe4\x94\x50\x80\x30\x86\ \xdc\x24\x14\x0b\x02\xe4\x9c\x52\x8a\x04\x11\x72\x4a\x28\x17\x04\ \x81\x73\x4a\x29\x83\x08\x61\x84\x21\x04\x9c\x31\x4a\xad\xe5\x55\ \x2d\x2c\xfe\x5d\xb6\x6f\xdb\x32\xed\xac\x59\x76\xbb\x9d\x98\x06\ \xa5\xd4\x34\x4c\x4a\x49\x38\x1c\x6a\x6b\x6d\x9d\x76\xd6\x0c\x4a\ \xe9\xa7\xf4\x2f\x70\x4a\x4e\x13\xab\xcc\x19\x25\xec\x94\xc3\x8c\ \x52\x76\xfc\xa2\x9c\x91\xd3\x6d\x85\xc3\x4f\x3e\x4e\x47\xde\xd1\ \x63\x12\x45\xc9\x48\xb8\x24\x39\xf6\x86\x33\x46\x98\xb5\x0e\x83\ \x85\xc5\x67\x03\xe7\x5c\x10\x44\xa7\xc3\x41\x08\x89\xef\x82\x0e\ \x38\x27\x94\x3a\x1c\xce\x33\xed\xba\x68\xcd\x9b\xb2\xb0\xf8\xea\ \x78\x1a\x00\x84\x10\x40\xc8\x39\x07\x9c\x01\x00\xce\xb4\xa2\xb9\ \xa5\x0b\x16\x16\x5f\x1d\xcb\x01\x00\x00\x20\xe7\x00\x42\xce\xc1\ \xe7\x65\xfd\x85\x33\x0d\x8a\x58\x58\x7c\x0e\x39\xd3\xda\x04\x10\ \x42\x08\xe1\x17\x2b\xcd\x71\x4d\xe0\x00\x70\x1e\xff\xcb\x38\xf8\ \x57\xe3\x9a\x3e\x4b\xfb\x05\x42\xce\x79\x38\x1c\x3e\x3e\x9d\xcb\ \xc2\xe2\xf3\x8c\x28\x88\x36\xbb\xe3\xe3\xf1\x74\x10\x21\x43\xd7\ \x35\x55\xe5\x9f\xb7\x51\x32\x0e\x44\x51\xb4\xd9\x1d\x67\x5a\xf9\ \x00\x02\x10\x57\xb3\x78\x2f\xe2\xd8\xb1\xff\x3b\x5d\x80\x10\x32\ \xc6\x86\x87\x06\x65\x59\x91\x15\xc5\x2a\x73\x16\x9f\x7f\x83\x3b\ \x16\x8d\xc5\x62\xd1\x94\xd4\xb4\x93\xeb\x18\x42\x28\x14\x0a\xa9\ \xb1\x98\xcb\xe5\x82\x9f\x33\xe3\x97\x73\xae\xaa\xb1\x68\x2c\x9a\ \x92\x92\xfa\x09\x27\x01\xc0\x19\x84\x00\x40\xc8\xc1\x27\x44\x11\ \xff\x2b\xba\xc0\x01\x17\xb1\x22\x62\xf9\x4c\x92\x09\x01\xa4\xcc\ \xd4\x49\x0c\x8e\x08\x12\xf4\xfb\x7c\x76\x87\x23\x23\x33\xdb\x2a\ \x71\x16\x5f\x0c\x52\x41\x57\x47\x7b\x28\x18\xf4\x24\x24\xc4\x8d\ \x73\x08\xa1\x61\xe8\xd1\x48\x28\x37\xbf\x50\x96\x3f\xa7\xcd\x5b\ \x77\x57\x47\x28\x18\x48\x48\x4c\x3a\x43\x87\xe2\xd4\x2e\x10\xfc\ \x4c\xed\x05\x59\xb0\x1f\x6a\x5d\x75\xa4\x73\x83\x24\x9c\x3e\x77\ \x08\xd5\x73\x53\x46\xcf\xa8\xbe\xde\x24\x5a\xfc\xd7\x55\x35\x96\ \x99\x9d\x1d\x57\xb5\xf8\xf4\x6f\xfe\x9f\x5c\x97\x05\x22\x04\x3f\ \xb1\xaf\xf5\x8f\xbf\xcd\xbf\x18\xdb\x55\x23\x84\xbe\x28\x49\xfd\ \x5c\x9b\x07\x9c\xc7\xeb\x0b\x1c\x89\xd9\xe1\x08\xa1\x84\xc4\xa4\ \xfe\xbe\x9e\x84\xc4\xc4\xe3\x55\x4a\xd3\x34\x49\x56\x64\x59\x39\ \xb9\xf4\x1e\x2f\xd2\x9f\x93\x34\xf7\x75\x77\x25\x26\x25\xff\x03\ \x03\x7e\xa4\xc1\xfe\x4c\xed\x05\x01\x89\xbd\xbe\xa3\x7b\x9b\xde\ \xb1\x49\xee\xd3\x9e\xa0\x9b\x11\x93\xe8\x73\x46\xdf\x62\x02\xed\ \xb8\x89\x11\xef\x4d\x1c\xbb\x8d\x53\xd4\xe1\xb3\xd5\x08\x08\xa1\ \x1e\xf4\x46\x88\x90\x98\xe0\x3c\x55\x7e\xa0\x20\xe0\x78\x38\xd6\ \x27\x7c\x1b\x63\x16\xf4\x85\xb0\xdd\xe5\x90\x70\x3c\x42\x1b\x02\ \x08\x11\x1c\x49\xf0\xb1\x3a\x88\x10\x02\x9c\x03\x78\x42\x41\x20\ \x44\x10\x1c\xbb\x2b\xce\xf9\x31\x71\xe6\x8c\x43\x84\x00\xe7\xc7\ \xc7\x8a\x47\xce\xe4\x3c\x7e\xc6\x49\xf5\xfa\x84\x24\x21\x84\x8e\ \x3d\xba\x13\xdf\x3c\xf5\x20\x00\x80\x06\x02\x61\xd1\x99\x68\x13\ \x98\x15\xf0\xf1\xaf\x15\x95\x8f\x57\xb6\xe3\x7f\x3f\xde\x7a\xc5\ \x9f\xea\xc9\x25\xf6\x78\xe5\xfc\x78\x49\x1e\x29\x36\xff\x86\x68\ \x43\x88\x30\x86\xf4\xd4\xbd\x58\x3e\x21\xcd\xf1\xc4\xb0\x4f\xa8\ \x4d\xf1\xed\x5a\xf9\x27\x76\x21\xe2\x25\xed\x5f\xeb\x47\x08\x58\ \x52\x24\x97\x22\x39\xcf\xf0\x72\x89\x82\x72\x72\x2f\x83\x8f\x04\ \x4c\x02\xce\xb9\xa9\x69\x9a\x4e\x00\x00\xf1\x95\xaa\x3f\x73\xc3\ \x01\x63\xdc\xf4\xe1\xab\x2f\x2f\xdb\x03\xf0\x49\x93\xb4\x00\x84\ \x4c\xed\x68\x6d\xf1\x69\xfc\x13\xb6\xa1\x46\x18\x1b\x03\x35\x4f\ \x3f\xf1\x62\xe3\x50\x44\x33\x19\x42\x10\x02\x80\x10\xd7\x63\x11\ \x55\x55\x63\x51\x15\x62\x04\x01\x40\x18\x99\x9a\x1a\x53\xd5\x48\ \x34\x46\x38\x82\xf1\xaa\x4e\xb5\x68\x4c\x55\x23\x11\x83\x32\x08\ \x01\x04\x10\x02\x16\x0d\xc7\x28\xe7\x86\xae\x11\x00\xd1\xf1\xe7\ \xca\x0c\xcd\x30\x39\x00\x9c\x9a\x9a\x61\x82\x63\xb5\x1d\x23\x60\ \x18\x9a\x41\x01\x04\xdc\x50\x23\x3e\x9f\x77\xd8\xe7\x8f\xe9\x0c\ \x0b\x02\x86\x00\x02\x60\x6a\xb1\x80\xdf\x3b\xec\xf5\x45\x35\x8a\ \x05\x8c\x05\xba\xf7\xdd\x67\x5f\xdb\x70\x14\x21\xc1\xda\x5a\xfb\ \x5f\x6b\x72\x8f\x03\x21\x8c\x6b\xfd\xc9\x30\xc6\x4e\x36\xb6\xe3\ \x87\x3e\xf2\x45\xc6\xd8\xc7\x4b\x32\x04\x80\x73\xaa\xa9\x1a\xe5\ \x00\xfe\xab\x9a\x45\x63\xbe\xe6\x96\x6e\x9d\x9d\x22\x05\x67\xfa\ \xe9\x91\x5f\xe7\x71\x33\xf9\xdf\x2d\x0e\xff\x25\xdf\x09\x63\x71\ \xa1\x02\x18\xa3\x2d\x4f\xff\xe6\xb1\x37\xf6\x63\x8c\x85\xd3\x80\ \x01\xe7\x10\x9d\xf2\x91\x73\x70\xf2\x19\x90\x73\x70\xd2\x19\xf1\ \x27\x19\xcf\x2d\x88\xb0\x20\x08\x00\x00\xa6\x06\x7c\x21\x95\x03\ \x80\x4e\xbe\x72\xa4\xf9\xf9\x67\x9f\x6f\xd2\x44\x84\x05\x04\x3e\ \xfe\x2b\x1c\x70\x80\xa0\xb9\x63\xe5\x32\x3d\x67\x9c\xb3\x6b\xd5\ \x77\x1e\x7e\xa4\x43\xc3\x58\x10\x7c\xb5\xab\x7f\xfc\xcb\x27\x8f\ \xb6\xd6\xfc\xfe\xe1\xff\x5d\xdb\x18\xc1\x58\x80\xe1\xa6\xbf\xfc\ \xe4\xe7\xeb\x6a\xdb\x96\xfe\xf9\xc7\x4f\x2c\xaf\x45\x82\x80\xb1\ \xbe\xec\xf1\x9f\xff\x6d\xf5\xc1\x43\xcb\x1f\xff\xe1\x9f\xdf\x89\ \x42\x01\x0b\xb8\x69\xed\x33\x3f\xfc\xf3\xfb\xaa\x31\xfc\xf4\xaf\ \xef\xfb\xcd\xeb\xfb\xa0\x20\x40\x00\x31\x36\x56\x3d\xfa\x9d\x07\ \x9f\xfe\x80\x08\x42\xb0\xee\x8d\xbb\x1f\xf8\xe1\xbe\x1e\x1d\x0b\ \x10\x61\x41\xef\xde\xf5\x83\xff\xb9\xff\xed\x86\x18\x36\xfa\x9f\ \xf9\xdf\x6f\xfc\xe0\x57\x7f\x7c\xe4\x2f\x7f\xf8\xd5\xaf\x7e\xbd\ \x64\xc3\x61\x13\x09\x18\xf9\x5f\xf8\xd5\xf7\x1f\xfa\xc9\xef\x1e\ \x7d\xe4\x8f\xbf\xfc\xf9\x2f\xfe\xbe\x72\x4f\x94\xdb\xc6\x4e\xac\ \xa8\x5f\xfb\x7e\x53\x80\x60\x04\x4f\xb4\x06\xd6\xeb\x9f\x79\x71\ \xce\x31\x42\xa1\x50\xe8\xe8\xd1\xa3\x28\xde\x96\x9c\xdc\x02\x7f\ \xa4\x49\x8c\x2f\x91\x7a\x52\xc3\x7b\xda\x6b\x42\x24\x10\xdf\xe1\ \x5f\xfc\xf0\xf7\xfb\xfb\xd9\x29\x05\x1d\x82\x93\xcb\x33\x82\x1c\ \x9c\x5c\xbc\xd1\x89\xff\x62\x8c\xfd\x8d\x5b\x9f\x78\x61\x8d\x26\ \x61\x8c\x85\x63\x45\xf4\xa4\x64\x33\x76\x3c\xfd\x27\xac\x80\xf8\ \xc7\x7f\xbb\x95\xf8\xaf\x8c\x53\x1e\x33\x95\xe3\xb9\x48\x0c\xdd\ \xa0\x00\x10\xff\x9a\x57\x5f\xd9\xdb\x15\xe0\x82\xa7\x7a\x54\x81\ \xbf\xb5\xa1\xcb\x0f\x26\x2f\xba\xea\xbc\x89\xf9\xbe\xba\xcd\xaf\ \x2f\xdf\x34\x68\x4a\xe3\xe6\x5e\x72\xe1\x8c\x72\x11\x90\xa6\xed\ \xcb\x96\x6d\x3a\x14\x31\x61\x66\xd5\xd4\xcb\x2f\x5d\x90\x18\xeb\ \x7a\xff\xed\x77\x0e\x74\x84\x32\xab\x67\x2d\xbe\x68\x96\x0b\x12\ \xc6\x01\x12\x24\xc3\x7b\xf4\x9d\x37\xdf\x6d\x0d\x0b\x7a\x77\x87\ \x34\x7a\x1a\x06\xfa\xce\xf7\x5e\x58\x7b\x68\x40\x4c\x28\xbc\xe4\ \xda\xc5\x95\x36\x91\xf8\x7b\x5f\xfb\xc3\xcf\x77\xe6\x17\x5e\x76\ \xd3\x0d\x69\xde\x83\xaf\xbf\xb5\xba\x3b\x02\xab\x67\x5f\x7c\xe1\ \xcc\x0a\x44\x4d\x00\x31\x09\xb5\xec\xa8\x8f\x4d\xbe\x6b\x7a\x59\ \x51\x78\xf4\xf2\x1f\xbf\xb9\xe6\xc8\x77\x2e\xcb\x5f\xfe\xf6\xda\ \xcc\x29\xb7\x4f\x1c\x33\x2a\x36\x71\xdd\x1b\x6f\x2d\x9f\xfb\x83\ \xeb\x6a\x57\xbe\x3d\x90\x34\xf6\xbe\xa9\xa3\xc3\x70\xf2\x8f\x5f\ \x78\xab\x61\xc1\xe8\x9c\x8e\x35\x1b\xda\xed\x77\xdd\x3a\xa3\x82\ \xb8\x57\xfd\xe0\xf1\xd5\x35\x0b\xaf\x2a\xf7\xbe\xb5\xa6\x7e\xd6\ \x2d\x3f\xf1\xf0\xa1\xd0\xa0\x6f\x4f\xdb\x3b\x07\x17\x8c\x1b\x9f\ \x26\x06\x8e\x6e\x5e\xbe\xbe\x5e\x9b\x3c\xdd\x04\x20\xe6\x0f\x07\ \x9b\x0f\xbe\xbf\x66\xdb\xb8\x3b\x16\x48\x50\xdb\xb4\x6a\x79\x7d\ \x73\xa0\x32\xa8\x02\xaa\x05\xa3\xae\x4b\xbf\xfe\x3f\xf3\x4a\xe4\ \xae\x23\x9b\x1e\x7f\xe6\xf7\x51\xf1\xe7\xb7\xcf\x90\x7c\x31\x69\ \xf6\xd5\x0f\x5c\x3d\xc9\xd5\xdb\xb8\xf7\xb9\x47\x1f\x7b\x01\x3e\ \x74\xdf\x79\x73\x2a\xdc\x1b\xb7\xd6\xf6\x94\xce\xc8\xe5\xd6\xb2\ \x56\xff\xaa\x3b\xc9\x1f\x08\xbc\xfa\xea\xab\xf5\xf5\xf5\xd7\x5d\ \x77\xdd\xb4\x69\xd3\xf8\x31\x11\xf8\x48\xf7\x8c\x1f\xeb\x34\x9e\ \xe8\x47\x1c\xab\x8b\xa7\xb1\x44\x18\xd3\x35\x03\x61\xe4\x6d\xde\ \xb1\xe4\xed\x0d\x3e\x9d\x2a\xc9\xc5\x97\x2e\xbe\xb2\x24\x91\x1e\ \x5a\xbf\x74\xf5\xce\x46\xe6\x28\xb8\xe2\xda\x2b\xca\xd2\x84\x83\ \x1f\x2c\x59\xbd\xab\x01\x25\x97\x5c\x72\xd5\x55\x65\x9e\xe8\xe6\ \xa5\x4b\xb7\xd4\xf6\xda\xb2\xc6\xcd\xab\x14\xb4\xb6\x6d\x7f\xfc\ \x59\x7f\xd6\xa8\xb9\x37\x5c\x78\x96\x03\xd1\x8f\x74\x4a\x46\xfa\ \x3b\x23\x81\x09\xf1\x40\x25\xce\x18\xfb\xf7\x8d\xc7\xff\x86\xbd\ \x00\x01\x60\x23\x0b\x51\x73\x00\x38\x80\x10\x63\x4c\xc2\x3d\x1f\ \x6e\xac\x2f\x9c\x7e\xd1\xdc\x22\xe3\xdd\x25\xef\xd8\xc6\x2c\x98\ \x57\x29\xbf\xf5\xdc\xab\x4d\x7e\xea\xce\x28\x3e\xfb\x92\xab\x2e\ \x9f\x95\xbf\xe1\xcd\x97\x0e\xfa\x98\xef\xc8\x8a\x47\x5e\x5c\x9f\ \x33\xe5\xdc\x73\x26\x26\xee\xda\xb6\x75\x58\xd3\xd6\xbd\xf2\xd4\ \x81\x58\xfe\x35\x8b\x2f\x8c\xec\x79\xf3\xef\x1f\x1c\x45\x22\xe6\ \x10\x21\x73\xf8\xad\xbf\x3d\x5a\xa3\xe5\x9c\xb7\x70\x76\xa6\x53\ \xa4\x84\x30\x20\xe6\x8f\x99\x75\xf5\xb5\x8b\x8b\x8c\xc3\x2f\x2c\ \xd9\x6a\x02\x84\xec\x9e\xa9\xe7\x5d\x76\xe9\xb9\x73\x53\x8c\xd6\ \x67\x9f\x7a\xd9\x2c\x3d\xfb\xaa\xf3\x47\xed\x7c\xfd\xa9\x8d\xcd\ \x3e\x01\x23\x0e\x51\xa4\xbf\x71\x48\x48\xcc\xcb\x54\x00\x4e\xbd\ \xea\x86\x0b\xfa\x36\xbf\xf6\xf7\x97\x9e\x3f\x02\xab\xae\x39\x7f\ \x0c\x67\x70\xc6\xe5\xd7\xe6\xfa\x77\x3e\xf3\xe2\x4b\xef\xec\x8d\ \x5e\x76\xed\xc5\x0e\xce\x32\x26\x5f\x7c\x41\x85\xb6\xe4\xb9\x17\ \x9e\x7d\x63\xdb\xa8\x8b\xae\xae\xf2\x00\x98\x3c\xe6\xc6\xcb\xc6\ \x6d\x7b\xf3\xd9\x97\x9e\x7d\xc5\x2c\x3d\xe7\xc2\xb1\x49\xc6\xb0\ \x0f\xba\xc7\x9e\x5d\x85\x57\xaf\xd9\x0d\x80\xbe\x76\xe5\xb6\xbc\ \x59\x17\xe4\x91\x60\xc4\x04\xbe\x41\x73\xe2\xdc\x73\xa5\xb6\x4d\ \x3b\x3b\x0d\xbd\x7d\xc7\xe6\x0e\xdb\x39\x33\x47\xeb\x43\x5e\x00\ \x21\xc4\x82\x28\xcb\xb2\xdd\x5d\x32\xe5\xa2\x6b\xe6\x54\xec\x5d\ \xb9\x55\xa3\x10\x63\x2c\xc9\xb2\xa4\xb8\x0b\xc6\xcc\xbf\xfe\xaa\ \xf1\x3b\xd6\x6d\xf4\x02\x4f\x79\x76\x52\x47\x7d\x17\x07\xd0\x6a\ \xfa\xff\xd5\x17\x68\x6d\x6d\x11\x04\x61\xc2\x84\x09\x6d\x6d\x6d\ \xc1\x60\x00\x42\xc8\x01\x07\x1f\x8f\x08\x3c\x26\x01\x3c\x6e\x3a\ \x7c\xbc\x11\x3f\xf5\x05\x11\x12\x44\xd0\x51\xb3\xf5\x40\x30\x61\ \xd1\x25\x8b\x12\x87\x76\xbc\xf8\xc6\xba\xe1\xfe\xc3\xcf\xfc\x7d\ \x5b\xf9\x82\x2b\x2e\x5d\x38\x39\xc5\x25\xb6\x6c\x5c\xf2\xf2\xe6\ \x9e\xb3\xaf\xb8\xb6\x5a\x6c\x79\xfa\xa5\x65\x81\x90\x77\xeb\xba\ \x1d\x69\xe3\xe6\x2d\x9c\x35\xce\x89\x4c\x21\xa5\xe4\xbc\x4b\x16\ \x9f\x37\xa5\x4c\x04\x94\x1d\xb3\xba\x3f\x92\xf8\x93\xde\x00\xc0\ \x3f\x1b\x6f\x9d\xf0\xdf\xea\x47\x8c\x80\x46\x6c\x76\xca\x18\x11\ \x9d\x29\xa5\x95\x63\x27\x3b\xcc\x35\xfb\x86\x0b\x46\x8d\x9f\x0e\ \xa5\xcd\x1b\x9f\xe9\xf7\x47\x52\x40\xd7\xb6\x75\x3b\x02\xb1\x60\ \x28\x1a\xf5\x0f\x87\xeb\x76\x6f\x4f\x98\x72\xc1\x55\x67\x4f\xd6\ \x3a\x02\x89\xdb\x82\x5a\xa8\x67\xf7\x9e\x0e\x7f\xb6\x73\xe5\xaa\ \xd6\x81\xa0\x6e\xeb\xe8\xd2\x41\x19\x06\x3c\x32\xd8\xb8\xbf\xcb\ \x75\xcd\x0f\xaf\x9a\x94\x23\xc1\xfa\x0f\x96\x05\x28\x65\x6a\x67\ \xdd\x81\x1d\x8d\x83\xa1\xde\x50\xc4\xe1\xd5\xcc\x54\x28\x28\xd9\ \xc5\xa5\x85\xd9\x72\xe0\xf0\x1b\x87\x3a\xfb\xb3\x5d\xdb\x56\x35\ \xaa\x11\xc3\xdb\x3a\x18\xe4\xc5\x2e\xce\xb9\x1e\xf6\x01\x41\xb2\ \x0b\x8c\x1a\x46\x52\xd5\xd9\x97\x8c\xdb\xff\xa7\xd7\x6b\xbe\xf6\ \xfb\xff\x97\x29\xea\xaa\xce\x44\x77\xc9\x75\x57\x4e\xfb\xee\x1f\ \x96\x8c\xb9\xee\x67\xd3\xf2\x15\x5d\xd3\x80\xa0\x9c\x7b\xcd\x35\ \x3b\xbf\xf9\xcb\xe6\xaa\xcb\x7e\x3a\xbb\xc4\x34\x34\xc2\x70\xf9\ \xfc\xab\xa6\xed\xfd\xf6\x4b\x35\xf9\xbf\xf9\xc5\xd9\x32\xe0\xfe\ \x58\x38\xcc\x93\x2e\xbe\x60\xf2\xd2\x37\x36\x7f\xf8\xe1\xd0\xa1\ \x60\xea\xb5\x97\x8d\x7e\xf3\x95\x1d\x11\x9d\x04\x7c\x21\x7b\xc1\ \x79\x73\x6d\x9b\x57\xaf\x59\x13\x02\x07\x93\x27\x9c\x3b\xdd\xd8\ \xf0\x61\xc0\x4b\x79\x3a\x00\x9c\x12\x83\x31\x83\x23\xc9\x93\x90\ \x28\xc4\x7c\x31\x93\x02\xce\x29\x35\x01\xd7\x19\x14\x6d\x09\x19\ \x30\xd2\x15\x35\x80\xc7\x26\x9b\xbd\x21\x83\x33\xc0\xac\xad\xc0\ \xff\x15\x6f\x19\xa5\x60\xdc\xb8\x71\x93\x26\x4d\x1e\xf1\x9a\xeb\ \x1a\x21\xa6\x08\x45\xc6\x18\x3f\xb9\xaf\x0e\x21\xe7\x9c\x31\x0a\ \xe2\xf1\x82\x9c\x73\xc0\x21\x38\xe6\x65\x3e\x75\x51\x31\x0e\x11\ \xa5\x8c\x03\xce\x18\x01\x1c\x24\xe7\x97\x8c\x1b\x33\x31\xdb\xac\ \xff\xe5\xb2\x96\xa8\x54\x5d\x99\x87\xf6\x6e\xdb\x95\x79\xc1\xa2\ \x4a\xbb\xb6\xa1\xe6\x60\x9f\x57\xde\xb6\x66\xa5\xea\x0f\x0c\xeb\ \xc3\x81\xa0\x26\x38\x52\x2a\xc7\x8c\x1f\x5d\xe0\xea\xde\xb5\x07\ \xda\x13\x0b\x4b\xcb\xb2\x24\x5d\x27\x26\xe1\x27\xfb\x0d\x8e\xfb\ \x1c\x20\x80\x3c\x3e\xbe\xc0\xe2\x29\xfe\x2c\x5c\xd0\xff\x25\x5d\ \xe0\xf1\x2c\xa2\x94\x61\xc0\x00\xe7\x8c\x52\xca\x00\x67\xa6\xae\ \x73\x19\x00\x4e\xa3\x51\x95\xcb\x04\x4b\x12\xf0\xb7\xbc\xfc\xc6\ \x73\x60\xca\x8d\x97\x57\xc3\xe0\x53\xef\x12\x62\x52\x4a\x39\xe2\ \x04\x00\xca\x38\xe0\x9c\x11\x93\x61\xc7\xe8\xe9\xe7\x9c\x5b\xed\ \x31\xd8\xe5\x76\xbb\x83\x44\x55\x8e\x04\xc6\x20\x64\xba\xa6\x1b\ \x00\x48\x94\x32\x8c\x51\xe7\xde\xb7\x9e\x59\xdd\x72\xd3\xd7\x6f\ \x13\x0f\x2c\x7d\xa3\xce\x30\x09\xa7\x74\x64\xde\x36\x25\x44\xb0\ \x25\xcf\x38\xf7\xe2\x72\x07\x03\x97\x8b\x36\x77\x82\xaa\x19\x00\ \x43\x20\xc8\x9c\x1a\x31\x83\x52\x91\x10\x6a\x2f\xaf\xa8\x2c\x28\ \x52\x2a\xb3\xdd\x9a\x66\x30\xce\x75\x8d\x64\x96\x56\x16\x17\x14\ \x54\x56\x15\x20\x4d\xd5\x08\x07\x24\x66\x4b\x2e\x1e\x53\x5e\xd0\ \x5f\x5e\x9d\x24\x98\x6a\x94\x70\x40\x88\xe8\xae\x18\x55\x5e\x24\ \xe5\x66\x27\x2a\x84\x92\x58\x2c\xa6\x51\x90\x50\x3c\x71\x4e\xc1\ \x8a\x3f\x3c\xfe\xc6\xf9\xb7\xfd\xb0\x34\x3d\xc4\x49\x34\xa6\x46\ \x42\x9a\xc9\x3c\xd2\xf8\xf9\xe7\xae\xfa\xc1\x8f\x9e\xe5\x13\x7f\ \xf9\xeb\xf1\xc6\x9a\x75\xba\x1a\xd2\x49\x1a\x8f\xaf\xe0\x8b\x24\ \xc0\x02\x07\x0f\xd7\xa2\xdc\x45\x4e\x48\x29\x00\x08\x22\x00\x31\ \x02\x7a\xfd\xbe\xbd\xb6\xdc\x31\x1e\x09\x74\x69\x06\x94\x45\x4e\ \x09\xb5\x76\xeb\xf9\x57\x2d\x5a\x9d\xe9\xf1\xa5\x50\xe1\x71\x27\ \x35\x63\xfc\xa4\x21\xa4\xe3\xbd\x06\xc6\x79\xbc\xf8\xf2\x93\x26\ \x18\x70\x1e\xaf\x99\x27\x9d\xcc\x11\x63\x0c\x00\xce\x08\x05\x8c\ \x33\x62\xea\x0c\x98\x5c\x00\xc4\xa4\x8e\xfc\x7b\xbf\xff\xf0\xae\ \x0d\xab\x5f\xfd\xd3\x2f\x3a\x6e\xbe\x4b\x40\x38\xb5\x74\xf2\x25\ \x97\x4f\x60\x84\x2a\xae\x24\x8f\xde\x6a\x50\x66\xea\x1a\x00\x0e\ \xca\x18\x25\x34\xee\x58\xa4\x94\x9e\x3a\x84\x00\x4f\xe8\xd5\x31\ \x95\x80\x10\x71\xc6\x39\xff\x0c\xfc\x8e\xff\x45\x7b\x81\x33\xce\ \x20\x62\xc0\x54\x35\x4d\x37\x19\x11\xd4\x98\x6a\x9a\x94\x11\x43\ \x53\x35\x93\x50\x8a\x4c\x35\xa6\x1a\x8c\x63\x01\x86\xc3\x7e\xaf\ \x0f\x46\x55\xc3\xa0\x78\xfc\x84\xa9\xaf\x3f\xb9\xe2\xb5\x34\x94\ \xe0\xdd\xe3\xd5\x0c\xd1\x9e\x35\x7d\x7c\xe2\x3b\x9b\xd6\x65\x48\ \x93\x44\xc3\xc8\x1b\x3b\xd1\x45\x89\x49\x99\x9c\x58\x70\x56\x05\ \x7a\xeb\x85\x67\xf5\xb3\xc7\x36\x37\xf4\x90\x9c\x89\x00\x62\xc4\ \xf5\x80\x77\x18\x07\xc2\x86\x91\x08\x6d\x49\xc9\x3c\xb2\xe9\xbd\ \xb7\xf9\xe8\x9c\xc2\xe2\x09\x63\x92\xb6\x6e\xfc\x60\xb3\x30\x31\ \x5b\x33\x5d\x13\x26\x78\x18\xa5\x9c\xe9\x4a\x62\xae\x5d\x3d\xd0\ \x3b\x10\x2b\xce\x86\x84\x98\xba\xaa\xa9\xaa\xa6\x69\x06\x55\x28\ \xe5\x1c\x70\x62\xe8\xaa\xaa\xa9\x9a\xae\x11\x62\x63\x94\x03\x00\ \x4d\xdd\xd4\x54\x55\x55\x35\xd3\x24\x71\xd5\xa1\xa6\xa1\xeb\x9a\ \xa6\x69\xba\x61\x72\x81\x46\x23\xc1\x90\x49\x74\x43\x1c\x37\x67\ \xe1\xfc\x58\xf3\xac\x09\x45\x90\xec\xd6\x54\x5f\x38\x16\xf1\x05\ \xc3\x66\x3a\x15\xdc\xc5\x0b\x16\x2e\x48\x01\xe3\x0b\x5c\xa8\x0e\ \x98\xc1\xc0\xb0\x46\x4b\x48\x64\xb0\x66\xcf\x76\xb1\x1b\x36\x1e\ \xdc\xbe\xa7\xdf\x73\xe3\xd7\xa7\x60\x1a\x30\xa3\xfe\xfa\xfd\xdb\ \x37\x47\xa4\x96\x23\x7b\xf7\xd4\xc3\x2b\xef\x5b\xe0\xa1\xc3\x2d\ \xfd\xbe\xe4\xea\x14\x60\x9a\x1f\x9f\x45\x6f\xf1\x29\x11\x45\x51\ \x14\xc5\x78\x7b\xac\xeb\x3a\x67\x8c\x21\xcc\x39\xe3\x8c\xc1\x93\ \xab\xdf\xf1\x31\x00\xca\x38\x67\x71\x5d\x88\xdb\x0b\x28\x1e\x40\ \x78\x42\x41\x10\x31\x4d\x35\xa6\x9a\x84\x02\x5d\x53\x35\x9d\x52\ \x60\x1a\xaa\xae\x9b\x51\x6f\xe7\xc6\xda\x06\x47\x72\x6e\x96\x6b\ \x63\xab\xd7\xbc\x7a\xfc\xa4\xf5\xaf\x6c\xd9\x7c\xc0\x9e\xad\x00\ \x4f\x5e\x65\x82\x9b\xa9\x51\xd5\x34\x89\x61\x12\x87\x27\xc5\xe6\ \x5d\xbf\x72\xf9\xb2\xa2\xcc\xec\xb1\xa3\x4a\x6c\xe2\x89\x2e\xc2\ \x89\xf0\x03\x08\x11\x00\x1c\x02\x08\x20\x43\x88\x73\xc6\xd9\x67\ \xe0\x77\xc4\xdf\xff\xfe\xf7\xfe\xe9\x4c\xc4\x72\x73\xdf\xae\xb6\ \x81\xfd\x22\x96\x4f\x7b\x02\x65\x66\x5a\x42\xd1\x98\xc2\x73\x08\ \x35\xe2\xa3\xee\x83\x03\xfd\x29\xa9\xe9\x00\x02\xc6\x99\x1e\x8d\ \xd9\x33\x0b\x0b\xd2\xed\x31\x03\x17\x96\x15\xbb\x44\x33\xaa\xe3\ \xfc\xe2\xd2\x04\x81\x44\x75\x9e\x3b\x6a\xd2\x84\x8a\xcc\x9e\xda\ \x83\x75\xad\x83\x29\xa5\xa3\x27\x54\x97\xe4\xe4\x97\x14\xa7\xa1\ \xc6\xba\x26\x7f\xc8\x3b\x10\x11\x27\xcf\x9e\x33\x71\x54\xb9\x1c\ \xeb\xa9\x39\xd2\xe8\xd5\x60\x6e\x71\x69\xa2\x8c\x28\x65\x0c\x2a\ \x25\xd5\xd5\x52\xb8\xa3\xe6\x48\x13\xf1\xe4\x4f\x99\x3a\xa9\xa2\ \xa2\x3a\x1d\xfa\x0f\xee\x3f\x3c\x60\xda\x46\x4f\x9a\x52\x5e\x98\ \x5f\x90\x65\xef\x3a\x7a\xb8\x3b\x8c\x0a\x2a\x26\xcd\x98\x50\x1c\ \x6a\xaf\xab\x6d\xe9\xd2\x50\x42\x49\x71\x8e\x8c\x38\x63\x5c\xb6\ \xbb\x7c\xf5\xdb\x1a\xb5\x94\xf1\x15\x99\x8c\x10\xa2\x6b\x44\x74\ \x97\x96\xe5\x4b\x90\x8d\xb4\x1d\xd4\x8c\x19\x28\xaf\xa8\x2c\x59\ \x41\x94\x8d\xb4\x19\x7a\x4c\x4b\xc8\x29\xce\x4d\x73\x50\x12\x1f\ \x34\x02\xa6\xae\x62\x67\x56\x59\x5e\x1a\xe6\x54\x57\x63\x54\x4e\ \xae\x28\xce\x50\xdc\x59\x93\xc6\x8d\xf2\x88\x8c\x52\xa2\x12\x98\ \x59\x58\x24\x52\x92\x9c\x5b\x9c\x95\x68\x4f\x2d\x1a\x3b\xae\x28\ \x85\x9a\x94\x53\x8d\xda\x52\x8b\xf3\xb3\xa1\x11\xe8\x19\xe8\xeb\ \x1d\xf0\xd9\xb3\xc7\x5c\x7d\xcd\xe2\xca\x14\xc9\x20\x8c\xeb\xe1\ \xe1\xc1\x9e\xde\x01\x9f\x90\x5c\x76\xd9\xf5\xd7\x4c\x28\x48\x0a\ \xb5\xef\x7d\x77\x63\xdb\x9c\x0b\xce\xcd\xb0\x41\x4a\x19\xb7\xf8\ \xa7\x00\x23\x61\x26\x2d\xad\xad\x87\x0e\x1e\xec\xec\xea\xea\x68\ \x6f\x4f\x4c\x4c\x94\x44\x09\x22\xa8\xeb\x7a\x28\x18\x48\x4d\x4b\ \x8b\x5b\xe6\x08\xa1\x68\x34\x6a\x18\x7a\x72\x4a\x0a\x31\x4d\x36\ \xd2\x97\xe0\x60\xc4\x88\x88\xfb\x1a\x4f\x5c\x9a\x31\x53\x23\x62\ \x71\x59\x91\xc2\x75\xc1\x93\x55\x92\x93\xcc\xf4\x18\x95\x12\x8b\ \xb3\x1c\x0d\xbb\xb7\x1d\x38\xda\x95\x50\x3e\xf7\x92\x19\xa3\x33\ \x0b\x4a\x0b\x13\x68\xdd\x91\x23\x9d\xfd\xe1\xc4\x9c\xc2\xec\x64\ \xbb\xa6\x83\x9c\x92\x12\xb7\x08\x44\x77\x4a\x46\x02\xab\x3b\xd2\ \x10\x41\x49\x65\xc5\x39\x22\x8c\x1b\x30\xc7\x93\xce\x4f\x8a\x5e\ \x00\x00\x00\x04\x91\x61\x9a\x7e\xbf\x2f\x2d\x2d\xfd\x23\xbd\x89\ \xde\x9e\x9e\x82\xc2\xa2\xb8\x87\x82\x31\x46\x29\xa5\x94\x20\x84\ \x06\x07\x06\x72\xf3\xf2\x3e\xee\x92\x38\xd3\x7a\x4d\x9f\x84\x5d\ \x72\x2f\xdb\xfd\xdb\x35\x07\x1e\xb3\x9f\x21\xae\x49\x33\x23\x63\ \x0b\xcf\xbf\x6d\xe1\x63\xaa\x11\x06\x00\x60\x2c\xd4\x1c\xda\x5f\ \x3d\x7a\x2c\x00\x80\x31\x2a\x48\x32\x62\xa6\x66\x70\xc5\x26\x9a\ \x9a\x6a\x32\x64\xb7\xc9\xa6\xa6\x12\x80\x15\x45\x22\xba\xc6\xa0\ \xa8\x28\x22\x02\x90\x73\x62\x1a\x66\x70\xb0\xf3\x48\x43\x8f\x33\ \xc5\xd3\xb6\x63\xe5\x11\xb3\xea\x81\xaf\x5d\x64\xa7\x44\x90\x15\ \x11\x23\xce\xa9\xae\xaa\xc7\xdd\xf0\x10\x62\x49\x96\x45\x8c\x00\ \x60\xa6\xae\xeb\x84\x49\xb2\x22\x0a\x08\x02\x40\x89\xae\x6a\x26\ \x16\x65\x45\x96\x00\x27\x9a\xaa\x31\x28\xc8\x8a\x2c\x40\xc8\xa8\ \xa1\x69\x46\x3c\x17\x05\x49\xf6\xd7\x7f\xf0\xe8\x9b\x47\xaf\xfd\ \xfa\x5d\x25\x2e\x40\x91\xa8\x48\x48\x57\x75\x76\x52\xdc\x93\xa2\ \x48\x54\xd7\xcc\xe3\x9e\x61\x0e\x24\x9b\x0d\x52\x43\x37\xe8\x71\ \x19\xc7\x92\x22\x23\xa6\xea\x3a\xe7\x10\x09\x92\x22\x41\x55\xd5\ \xf9\x31\xd7\x71\xfc\x22\x44\xd3\x90\xac\x40\xaa\xeb\x06\x8b\x5b\ \x85\x9c\x03\x24\xca\x32\xe6\x9a\x6e\x4a\x36\xbb\x88\x00\x07\x80\ \x51\x62\x18\x06\x65\x1c\x00\x28\xdb\x6c\x22\x46\x9c\x73\x4e\x89\ \x61\x98\x18\xd1\xcd\xaf\x3d\xb6\x0b\x4c\xbe\xff\xfa\xd9\xd8\xd0\ \x2d\xe7\xc2\xbf\xe8\x7b\x47\xb8\xa7\xbb\xeb\xb5\x25\xaf\xf7\xf5\ \xf5\xcf\x9f\x3f\xef\xbc\xf3\xce\x15\x05\x51\x10\x84\x68\x34\xd2\ \xd9\xd1\x5e\x3d\x6a\x8c\x69\x9a\xf1\xb8\x98\xc1\xc1\x81\x68\x24\ \x5c\x56\x5e\xa5\xaa\xb1\xf8\x4e\xf1\xc7\xbd\x91\x27\x1b\xf6\xc7\ \x8b\x8a\x4d\x11\x0d\x4d\x03\x82\x2c\x41\xa6\xea\x06\x14\x64\x45\ \x84\xba\x4e\x24\x9b\x22\x40\xc0\x18\xd1\x35\x9d\x72\x20\x48\x8a\ \x2c\x0a\x10\x30\x43\xd7\x0c\x02\x14\x9b\x4c\x74\x8d\x50\x0e\x20\ \x14\x25\x59\x96\x04\x46\x0c\x55\x33\xf8\xe9\x3c\xfa\xc7\xba\x11\ \x10\x42\x28\x08\x82\xa6\x69\xad\x2d\xcd\xa3\xc7\x8c\x8d\xa7\xf9\ \xb8\xb7\x74\xcf\xee\x5d\x73\xe7\x9d\x4d\x4c\x93\x71\x46\x08\x31\ \x74\x43\xd7\x35\x2c\xe0\x23\x35\x35\xd3\x67\xcc\xfc\xf4\xeb\x35\ \x7d\x12\x26\x33\xf2\xd2\xc6\xce\x1e\x75\xb3\x88\xcf\x18\x07\x9d\ \x95\x54\x41\x98\x71\x3c\xf9\x9c\x31\x42\x88\x80\x31\xe0\xc0\xd0\ \xd4\xb8\xe7\x54\x8d\x9a\x00\x42\xc0\xa9\x1a\x53\xe3\x76\x86\x36\ \xf2\xc6\x88\x45\x8c\xe3\x81\x46\x80\x9b\xfd\x6d\x75\x03\x75\xdc\ \x91\x32\xfe\xe6\x85\xb3\x1d\xd4\x34\x19\xa7\x6a\x4c\x3f\x4d\x98\ \x0a\xd5\x4f\x3d\x6e\x68\xaa\x71\x52\x36\x52\xd3\x88\x9a\xc7\x0f\ \x10\x2d\xfa\xd1\xc9\x9d\xa6\x6e\x26\x95\x9e\x75\xdd\x65\x59\x0e\ \x40\x28\x17\x38\x31\xd5\x8f\x9c\xc2\x8f\x27\xf2\xa4\x5f\x51\xd5\ \x13\x1d\xd0\xf8\x9d\x18\x5a\xec\xd8\x33\x63\xc4\x88\x91\x53\xff\ \x7f\xfc\x22\x27\x7d\x31\xfe\x2f\x66\xea\xaa\x09\x00\x00\x7a\x2c\ \xfa\xb1\x1b\xe4\x7a\xec\x94\xbb\xa3\x84\x64\x8d\x5f\x78\x75\x46\ \x99\x48\x74\xf3\x33\x30\x1e\xbf\xa2\x50\x4a\xf2\xf2\xf3\x6f\xbc\ \xf1\x86\x96\x96\xd6\x19\x67\x9d\x05\x21\x60\x9c\x72\x20\x18\x06\ \xf9\xff\xec\x7d\x77\x60\x1c\xd5\xb5\xfe\xb9\xf7\xce\xcc\xf6\x55\ \xef\x5d\xb6\x25\x59\xee\xbd\x62\x03\xb6\xb1\x0d\x98\xde\x7b\x4b\ \x27\x2f\xfd\x25\xfc\x52\xc9\xcb\x4b\x4f\x48\x20\xa1\x17\x83\x4d\ \x71\x01\x1b\x63\x0c\xc6\x05\xe3\xde\x7b\xb7\x24\xab\xf7\xae\xdd\ \x9d\x76\xcb\xef\x8f\xd9\x95\x56\xb2\x0c\x04\x1c\x97\x97\xf9\xd8\ \x38\xbb\xa3\xd9\x99\xb3\x33\xf7\x7e\x73\xee\xb9\xe7\x7e\xe7\x8c\ \xf9\x08\x30\x29\xe3\x82\x47\x47\xfd\xbb\x27\x35\x51\xef\x5c\x07\ \x10\x4c\x0d\x31\x00\x00\x43\x57\x01\x00\x90\xa0\x86\xd5\x9c\xb4\ \x60\xb0\x57\x7f\xd1\x35\x1a\x75\x5f\x7b\x1a\x98\x10\xa6\xae\x99\ \x7a\xbf\xd1\x52\x81\x00\x44\x24\xe8\x28\xc2\x73\x11\x60\x18\x26\ \x88\x0b\x14\x77\x34\xa8\x5a\x9c\x75\xf9\xf0\xbc\xd9\x70\xb6\x19\ \x11\x84\x18\x8b\x5a\x37\x25\x84\xcf\x17\x53\x59\x7e\x7a\x50\x61\ \x91\x4c\x88\x95\x31\x06\xd1\x14\x2b\xe0\xac\xab\x56\x85\x70\x64\ \x0d\xbd\xef\xdb\x63\x11\x00\x08\xaa\x6b\x3a\xe3\xf0\x6f\x4e\xee\ \x73\x0e\x19\x33\xfa\xb3\xd2\xa5\x2f\x12\xb8\x06\x8f\x1c\x27\x98\ \xc9\x38\x48\x8a\xdd\xc1\xbf\x40\x62\x0d\xea\x6e\x66\x79\xb9\xf9\ \x03\x07\x0e\x34\x4d\x6a\x75\x31\xc3\xa4\x35\xd5\x15\x09\x89\x49\ \xdd\x0e\xb9\x10\xc2\xeb\xf5\x56\x57\x57\xb5\xb7\xb5\xc6\xc6\xc6\ \x85\x53\x06\x2c\x42\x80\x5e\xd9\xd0\xe7\xcd\xe6\xee\x1e\x64\xb9\ \x9b\x26\xa5\x55\x95\xe5\x71\xf1\x09\x5f\x7e\x4a\xe2\x8b\xf0\x02\ \x02\x64\x32\xdd\x64\xfa\x67\xee\x16\x0e\x3a\x32\x96\x95\x93\x73\ \xf2\xf8\xb1\x83\xfb\xf6\xb8\xdc\x9e\x68\xc2\xb3\x61\xe3\x62\xe0\ \x87\xc8\x83\x1f\x41\x78\xac\x27\x82\x81\x80\xd7\xeb\x4b\x4d\x4b\ \xef\xf6\xb1\x39\xe7\x6e\x8f\x27\x33\x33\xf3\xe4\x89\x63\x1e\xb7\ \x97\x48\x12\xf4\xf1\x12\x2f\x9c\xcd\x16\x82\x81\x2e\xb7\xc7\x93\ \x9e\x9e\xf1\xe5\x23\xd0\xe7\x63\x3e\x42\x00\x10\x42\x06\x0f\x19\ \xda\xda\xda\xa2\x6b\xda\x45\xab\x75\x63\xc3\x46\x37\x12\x93\x92\ \x63\x63\xe3\x44\xef\x07\x2f\x63\x2c\x39\x25\xd5\xeb\xf5\x75\x74\ \xb4\x9f\x07\xd7\xe0\x5f\x45\x42\x62\x62\x5c\x5c\xfc\xa5\x94\xd7\ \x64\xad\x4b\x49\x4c\x4c\xb2\x49\xc1\xc6\x25\x81\x70\xca\x40\x3f\ \xc1\x08\xe6\x72\xbb\x3d\x5e\xef\x25\x64\xf3\xc5\xcb\x0b\xe7\xd6\ \x68\x1b\x36\x2e\x20\xac\x0c\x86\xff\xdb\xbf\xd1\x16\x62\xb5\x61\ \xc3\xc6\x85\xf3\x17\xac\x85\x6b\xf6\x38\xc2\xc6\xa5\x32\x8e\xf8\ \x14\x3d\xe8\x8b\x53\xd9\xfc\x53\x6c\xbe\x48\x79\xc1\x2a\xb0\xdd\ \xde\xd6\x79\x66\x25\x3c\x1b\x36\x2e\xc2\x2e\x26\xcb\x8a\x2f\x26\ \x86\x60\xdc\x27\x8c\x87\x10\x0e\x06\x03\x6a\x28\x78\xf1\x85\x1d\ \x85\x2c\xcb\x3e\x7f\x0c\x21\xe4\xcb\x87\x1e\xcf\x93\x1e\xb4\x69\ \x9a\x2d\xcd\x8d\xb1\x71\x09\x2e\x97\xdb\x6e\x74\x36\x2e\x7e\x5e\ \xe8\xea\xea\x6a\x6a\x6c\x48\x4e\x4e\xe9\xad\x93\x8a\xda\xda\x5a\ \x04\xe7\x09\x49\xc9\x18\x5d\x64\x7a\xd0\x20\x82\x81\x40\x53\x53\ \x43\x52\x52\xca\x97\x77\x67\xbe\x20\x2f\x60\x44\x30\x3e\x2b\x2d\ \x21\x84\xb8\xe0\x9c\xd3\x9e\xab\xd9\xda\x12\x9f\x90\x18\x9f\x90\ \x64\xb7\x38\x1b\x97\x04\x3c\x5e\x5f\x7d\x6d\x4d\x7b\x5b\x5b\x42\ \x62\x62\xf7\xfa\x08\x55\x0d\x19\xba\x96\x37\x60\x10\xc6\xe4\x22\ \xb4\xd9\xeb\xf5\x01\x88\x8e\xb6\xd6\x84\xa4\xe4\x2f\x39\xa0\xf8\ \x22\xbc\xe0\x94\x3d\x9b\x8e\x2c\xd8\x7e\x62\xa9\x53\xf6\xf4\xbb\ \x83\x41\xd5\x41\xe9\x93\xe6\x4d\xf8\x91\x6e\x86\xc2\x5b\x0c\xc3\ \xe7\x8f\xe9\x56\x9a\xfa\x3c\x7a\xd0\x42\x08\x4b\x54\x8b\x33\xf6\ \x79\xd4\x76\xa3\xf7\x87\x8b\x3b\x8a\xd1\x6d\x2a\x63\x0c\xec\x88\ \xcb\x05\xbd\x11\x10\xd1\x77\x3d\x53\x5b\xd9\xeb\xf3\xd7\xd5\x56\ \x47\xdf\x1f\xd3\x30\x15\xc5\x19\xfd\x44\xec\xd6\x5c\x8d\x3e\xc8\ \x85\xb5\xb9\xb3\xbd\xfd\xcb\x9b\xf1\x85\xf2\x1d\x11\x0e\xa8\xad\ \xf5\x6d\x27\x3f\x45\x0f\x3a\x29\x26\x0f\x45\x39\x5a\xe1\xcb\xc7\ \x19\x22\x04\x47\xfd\x18\x00\x00\x46\xfb\xd5\x1f\xc3\x18\x77\xd6\ \x97\xd6\xaa\xce\x01\xd9\x69\xe4\x73\xb0\x1f\x26\x52\xb0\xa1\xaa\ \xd1\x70\xe5\x67\x25\x42\x24\x8d\x59\x92\xa4\x70\x4e\x98\xe0\x94\ \x71\x6b\x37\xdc\xfb\xcc\x08\x11\x42\x50\x78\xaf\xb0\xf8\x2e\x92\ \x24\x02\x9c\x71\x44\x30\xea\x31\xd0\xda\x53\x30\xca\x04\x92\x24\ \xd2\xbd\x37\x00\x10\x49\x42\x20\x28\x65\xd1\xc7\xef\x36\xa3\xd7\ \x46\xc1\x39\xa0\x60\x53\x45\x5d\xc8\x3b\x28\x27\x9e\x51\x5b\x4c\ \xe5\x82\x01\x45\x1a\xa7\xe8\xee\x5d\x9c\x87\x65\x07\x51\x58\xe9\ \x24\x3a\xa1\xb0\x5b\xb0\x4d\x44\xf4\x60\x45\xb8\xd6\x63\x58\x5e\ \x31\x5a\xaf\x01\x21\x4c\x08\x16\x7d\xe4\x9c\xff\x25\xf3\x30\x21\ \x18\xf5\xe9\x1f\x3d\x36\xa3\xf0\x22\x83\xc8\xe7\xf0\xb9\xd9\x05\ \xd4\x65\xc1\x98\x48\xc4\x21\x91\xfe\x93\xf2\x19\x77\x10\xdc\xeb\ \xc8\x96\x1e\x34\x42\x48\x6b\xad\x2b\x2d\xaf\x36\xb0\xc3\x21\x13\ \x43\x53\x85\xe4\xca\x1e\x54\x10\xe7\x40\x61\xed\xc7\xde\xbc\x50\ \xb6\xe3\x9d\xa5\x75\x45\x3f\xfb\xfa\x3c\x89\xf1\xe8\x1d\xd0\x99\ \x6f\x10\xc6\xbc\x6d\xe5\x82\xe7\xbb\x06\x5f\x87\xb4\x60\x42\x66\ \xba\x47\xc1\x08\x41\x5b\xfd\xe9\x36\xea\x56\xcc\x76\x88\xcb\xce\ \xf0\x29\x1c\x90\xd1\xde\x50\xdb\xa6\xbb\x15\xa1\x72\x4f\x4e\x56\ \x1c\x70\x40\xac\xb3\xb4\xa2\xc5\xeb\x56\x3a\x55\x9e\x91\x95\xe5\ \x40\x1c\x23\x5e\x57\x5a\x06\x71\xe9\x7e\xd4\x55\xdf\x25\xe5\x64\ \xc6\x23\xab\x1d\xb0\xc0\xe9\xd3\x6d\x09\xe9\xe9\x1e\x87\x59\x5d\ \x5e\xa5\xc4\xa5\x25\x79\x25\x26\x04\xc2\xb8\xab\xa9\xa6\x45\x73\ \x66\xa7\xc7\x86\x5a\xab\xcb\xab\x9b\x74\xca\x15\x77\x5c\x4e\x5e\ \xae\xdf\x49\x18\x63\x7a\x5b\x7d\x79\x4d\x5d\x50\x67\x8a\x3b\x26\ \x33\x27\x2f\xde\x23\x99\xad\xc7\x5e\x5d\x70\xe4\xde\x1f\x7e\xb7\ \x30\x06\xdb\xcc\x70\xe1\xc6\xe4\x3d\x3d\xde\x5a\x92\xc8\x19\x13\ \x51\x6a\x2b\x7d\x34\x54\x05\x44\xf4\xa0\xa1\x47\x1b\x16\x7a\xf4\ \x9a\xa2\x7b\x2f\xe2\x66\xa0\xaa\xa2\x2d\x2e\x2d\xc3\xab\xf4\x9c\ \x49\xf4\xe9\xde\x67\xff\x88\x30\xd6\x5a\xca\xf7\x9e\xea\x1a\x3e\ \x66\xa8\x57\xe2\xfc\x8c\x23\x40\x84\xbc\x7a\xb6\x23\x14\xd1\x71\ \xbb\x24\xf4\xa0\x23\xea\x37\x08\x63\xb5\xa9\x62\xcb\xfa\x75\xab\ \x96\xbc\xf4\xab\x9f\x3d\xbe\xe4\x83\xb5\xeb\x37\xed\x68\xa6\x12\ \x21\x60\x9a\x14\xb0\x24\x11\x24\x84\x20\x44\x22\x48\x30\x4a\x29\ \x35\x4d\xca\xac\xe7\xae\x61\x9a\x1c\xb0\x44\x90\xc5\xed\xd0\xfd\ \x7f\x42\x80\x10\x18\xe3\xa6\x43\xeb\x76\xb5\x26\xce\x9e\x90\xf1\ \xee\x3f\x7f\xf9\xe2\xda\x13\x84\x10\xac\x56\x3d\xff\xfb\xdf\x6d\ \x2c\x6d\x3d\xbe\xe6\x95\xdf\x3f\xf3\x9e\x46\x08\x21\xc6\x9a\xd7\ \xfe\xf8\xe2\x47\xc7\xdb\xcb\x36\xfc\xe6\x77\x4f\x9d\xec\x22\x84\ \x90\xd3\x9f\xbc\xf1\xc7\x67\x56\xb4\x77\x56\x3f\xff\xdb\xff\xf9\ \xe8\x48\x2b\x21\x44\xaf\xd9\xf6\xc7\x3f\x3c\x59\xd2\xc5\x4a\x36\ \x2f\xfc\xf6\x77\x7e\x7b\xb4\x5d\x10\x0c\x84\x90\xea\xcd\xaf\x7e\ \xfd\x7b\x7f\x3c\x58\x27\x08\x69\x7a\xee\xd7\x3f\xfe\xdd\x6b\x1f\ \x1b\x84\x10\x4c\x08\x6d\x5b\xf4\xe7\x1f\xfc\xfc\x99\x4d\x84\x90\ \x23\xef\xff\xf3\x7f\x9e\x78\x69\xfd\xc6\x4f\x96\xbd\xfe\xdc\xff\ \xfc\xee\x6f\xdb\xcb\xda\x09\x21\xa7\xd7\x2c\xf8\xcd\x6f\x9f\x59\ \xb7\x71\xc3\x8a\x45\x2f\xff\xef\x6f\x7f\xbf\xfe\x68\x43\x5c\xe1\ \xf4\x51\x71\x8d\xab\x36\x1c\xe2\xa8\xaf\x36\xb9\x8d\xf3\x0f\x49\ \x96\xeb\x6a\x6b\x3f\xf9\xe4\x13\x84\x31\xee\x29\x6b\xc2\xfb\x6a\ \xa8\xf6\xe8\xb8\x7d\x06\x10\x26\xb4\xed\xd8\x5f\x7e\xf7\xf4\xa1\ \x06\x4e\x88\x84\x04\x37\x4d\x93\x23\x2c\x11\x0c\x80\x24\x82\x19\ \x35\x4d\xca\x04\x17\x80\x88\x44\x30\x35\x4d\x06\x58\x22\x18\x04\ \x60\x8c\x19\xa5\x42\x40\xdb\xe9\x3d\x6f\x2e\x5d\xdf\xaa\x31\xd6\ \x2d\xf5\xd1\x2f\xba\xa5\xe2\x01\x2c\x1d\x37\x74\x69\xe8\x41\x47\ \xfc\x2b\xc6\xb8\x7f\xc0\xb8\xaf\xfd\x70\xa2\x56\xb2\xfa\xf1\x7f\ \x6c\xba\xff\xbb\x3f\x29\xf4\x42\xa8\xee\xf0\x73\x4f\x2f\x3e\xd5\ \x14\xf2\xa6\x16\xdf\x71\xdf\x1d\x45\x29\xee\xe6\x53\x5b\x5e\x59\ \xb0\xa2\x85\x39\xf4\xa6\x32\xe7\xf8\xd1\x0a\xe8\x9b\x57\xbc\xfc\ \xe1\xae\x72\x8a\xe3\xe7\x3d\xfc\xb0\xbc\xe3\xcd\xad\x74\xcc\xf7\ \xef\x9f\xdc\x75\x6c\xc3\x3f\x17\x1d\xbd\xf3\x7b\x5f\xcb\xf6\x00\ \x42\xf4\xe0\xd6\x43\x09\x85\x73\xb2\x13\xd3\xef\xbc\xf7\xea\xff\ \x79\x79\xe9\x89\xcb\x07\x1b\x6b\xde\xae\x4f\x9e\xfe\xf5\xe9\x83\ \x63\x86\xdf\xb3\xf9\x17\x4f\xaf\x3a\x38\x6b\x8e\x73\xfb\xba\x32\ \xdf\x43\x3f\x9b\x51\x94\x14\x9a\xb5\xf9\xe7\x4b\x57\xec\xfa\xc9\ \xcd\x29\x4b\x3e\x3c\x36\xf3\x8e\xc7\x0a\x0b\xd2\xee\x9a\xbb\xe9\ \x85\xb7\x97\x5f\x39\xe4\xde\x0d\x4b\x56\x26\x5e\x76\xe7\x65\x39\ \xfe\x4f\x36\x07\x9c\xac\x6c\xc5\xaa\x9d\x43\xee\x99\x44\x82\xe5\ \x2b\x56\xed\x76\x78\x3c\x21\x4d\x05\xad\x53\x72\x8b\xca\xbd\x6b\ \x77\x94\x4e\x9a\x36\x20\xa6\x62\xcf\xda\xed\xa7\x3a\x7c\x23\x82\ \x1a\x80\xa1\xc3\xd0\xcb\xae\xfb\xe1\xc3\x57\x71\xbd\x63\xd3\xa2\ \xbf\x3f\xfb\x8f\xd7\x72\xfe\xf0\x5f\x94\x8a\xdc\x91\x57\xff\xf0\ \xfb\x37\x20\x23\xb8\xf7\xbd\xa7\x9f\x7a\xee\xf9\x8c\xff\xfd\xf9\ \xd4\x29\x23\xfe\xb8\x6a\x4f\xcb\xdc\x91\xf1\x18\x2e\xc2\x64\xfb\ \xff\x98\xb1\x04\xc2\x18\x97\x97\x97\xcf\x9f\x3f\xbf\xaa\xaa\xaa\ \xb9\xb9\xf9\x9a\x6b\xaf\x95\x30\x86\x6e\x91\xe5\xde\xfe\x45\xb7\ \x2f\x11\x4d\x16\xd0\x9f\x1e\x34\x00\x76\x38\x1c\x4e\x27\xa9\xde\ \xfb\xde\xd3\x0b\x3f\xe6\x8a\x44\x49\xd2\x4d\x0f\x7e\x65\x62\x8e\ \x58\xbd\x60\xfe\xc7\x47\x1b\x24\x5f\xfe\x5d\x0f\xdd\x33\x38\xae\ \xf3\x83\xb7\x5e\xdd\x74\xbc\x9e\x3b\x12\xae\xbe\xfb\x2b\x97\xe5\ \x98\xcb\x9e\x7d\x7a\xd3\xe9\x40\x5c\xee\xf8\xab\x47\x7b\x50\xc3\ \xde\x7f\xfc\xe1\x57\xe9\xc3\x67\x3d\x72\xd3\x34\x0f\x66\x82\xf7\ \xd5\xa1\x05\x88\x3c\x26\x85\x40\xe7\xae\x4a\xd3\xf9\xd2\x83\x0e\ \x53\x1a\xb7\xfc\x30\x8b\xff\xb8\x10\x60\xb6\x2c\x7f\xf9\xf9\x9a\ \xd8\xf1\xdf\xfb\xd1\x77\x47\x3a\x4f\x3d\xfb\xfa\x87\x5d\xc1\xe6\ \x77\x5e\x59\x40\x0b\xe6\x7c\xf7\x3b\xdf\x98\x36\x34\x85\x1b\x86\ \x01\x8e\x51\x57\xde\xfc\xed\xef\x7d\xe7\xaa\x01\xea\xbb\x4b\x3f\ \x49\xca\x8b\xa9\x38\xb6\xa3\x05\x50\xf5\xe9\xc3\xf5\x4a\x7c\x9c\ \x47\x62\x02\x01\xef\x38\xd5\xa8\x26\xe7\x65\x82\x60\x29\x63\xae\ \x9d\x5d\xcc\x5f\xfa\xf3\xef\xde\xd8\xde\x79\xe3\x1d\xd7\xc5\x70\ \x53\xc4\x0d\xbd\x6b\xde\xc8\x8d\xf3\x9f\xf8\xf3\xfc\x8f\x8b\xaf\ \xbd\x63\x78\x12\x62\xc2\x77\xed\x5d\x37\x06\x76\xbe\xf1\xc7\xbf\ \x3c\x17\xca\xbb\xea\xea\xb1\x69\x8c\xf1\x51\x73\xef\x1c\x2e\x0e\ \xfd\xf9\x77\x7f\xda\xd4\x9a\x7a\xdb\x0d\x93\x40\x74\xb5\xb5\xea\ \x97\xdf\x70\xad\x79\x6c\xdd\xc1\x56\xa3\x6c\xdb\x47\x4d\x09\xe3\ \xe7\x8e\x8a\x69\xe9\x0a\x88\xce\x76\x9c\x30\xe4\xfa\x29\x89\x6b\ \x3f\xdc\xc6\x79\xfb\x87\x6b\x0e\x4d\xb8\xee\xfa\x34\xd4\xd8\xc1\ \x01\x21\x24\x38\xa3\x00\xd8\x11\x33\x6d\xee\xf5\xd9\xed\xfb\x0e\ \xd5\x06\x08\xc1\x42\x70\x0a\x00\xc4\x33\xf6\xea\xdb\x06\x86\x6a\ \xf7\x1f\x6d\x4e\xc9\xca\x76\x76\x55\x35\x76\xe9\x80\x84\x25\xfe\ \x63\xbf\xce\xff\xcb\x72\x0a\x42\xa1\xe0\xf8\xf1\xe3\xee\xb8\xe3\ \x8e\x98\x18\xbf\xa6\x86\xc2\xea\x6c\xbc\x4f\x9a\x10\xea\xde\x22\ \x20\xea\xeb\x67\x3b\x38\x08\x01\x80\x09\xaf\x2f\x3b\xd6\x91\x32\ \xfe\xbb\x3f\xfa\xc1\x8c\xcc\xd6\xa5\xcb\x3e\xaa\xaf\x3b\xf6\xf6\ \x47\x65\x33\x1e\xf8\xfe\x7f\x3f\x7a\xdb\x80\x64\xe5\xc0\x07\x0b\ \x57\x95\x38\x1e\xf8\xd6\x77\xe7\x16\xb0\x05\xaf\x2d\x6b\x6c\x6b\ \x3f\x7e\xa2\x71\xfa\x1d\xdf\xf8\xd6\xbd\x57\x27\x4a\x86\x94\x31\ \xfa\xab\xdf\xf9\xc9\x57\xaf\x1d\xe7\x00\x93\xb1\xfe\xcf\x65\x19\ \x13\xfe\xf7\x1c\xa5\x36\x9d\xa7\x39\xd8\xee\xab\xc7\x39\xa3\x1c\ \x18\x63\x00\x82\x0b\x41\x5b\xaa\x4f\x94\x8b\x2b\x67\x4d\xcf\x48\ \xcd\x9c\x7e\xd5\xe5\x66\x65\xe9\xe9\xd2\xb2\x9a\x56\xef\xac\x2b\ \x26\xa5\x26\xa7\xe5\xe4\x24\x63\x00\x23\xd8\xf8\xf1\x3b\x0b\x9f\ \x7b\xee\x95\x8d\x87\x6b\x58\xa0\x25\x76\xd8\xd4\x64\xa3\xee\xe0\ \xf1\xba\xca\xf2\xba\x81\x43\x8b\x3c\x12\xa3\x8c\x09\x33\x14\xa2\ \x54\x72\x49\xc0\x4c\xdd\x74\xcc\xba\xf9\x46\xe9\xf8\x66\xcf\xb8\ \xab\xa7\xe4\x7b\x54\xdd\xd0\x75\xa3\xe0\xf2\x1b\x87\xf9\xaa\x4f\ \xb2\xe2\x5b\x2e\x2f\x30\x54\xcd\xd0\x54\x77\xee\x94\x9b\xc7\xc7\ \x1e\x38\xd9\x75\xdd\xad\x33\xdd\x54\x35\x0c\xcd\x70\x64\xdc\x7c\ \xdb\xb4\xe3\x7b\x8f\x8f\x98\x73\xcb\x20\x1f\x17\xba\xda\xd5\xa1\ \x27\x0d\x9a\x32\xa3\x58\x59\xbd\x78\xd1\xbb\x5b\xaa\x26\x5d\x7d\ \x55\x86\x97\x75\x06\x03\xc1\x8e\x2e\xd5\xf0\x4d\x9d\x33\xd7\x53\ \xb7\xfd\x8d\x37\xdf\xaa\x92\x0b\xae\xb9\xbc\xc8\x0c\x75\x74\xa8\ \xd4\x4a\x3a\xa3\x20\x4c\xca\x19\x47\x12\x11\xa6\x69\x84\x05\x6b\ \x39\x33\x4d\x9d\x09\x70\x60\x30\x0c\x03\x14\x99\x20\x2d\x64\x18\ \x9c\x31\xce\xed\xd7\x85\x79\x31\xc6\x4c\x6a\x16\x14\x14\x5c\x7d\ \xf5\x35\xb3\x66\xcd\x9a\x39\x73\x96\xcb\xe5\x62\x8c\x46\x75\xed\ \xbe\x02\x8f\x10\x7e\xce\x71\xce\x59\x44\xe7\xbc\xbf\x83\x33\x0e\ \x20\xac\xd9\x34\x6f\x6c\x5c\x42\x42\xca\xe8\x89\x23\xcc\x40\x9d\ \xe1\x2b\x98\x3b\x39\x71\xf5\xeb\x2f\xae\xda\x7e\x9a\xd1\xce\x93\ \x15\xa7\x5b\x9b\x2b\xde\x59\x38\x7f\xe3\x89\x0e\xbf\xcf\xad\x87\ \x34\xe2\xf4\x25\x24\x26\x25\xc4\xf9\x08\xe2\x40\x64\x97\xd7\xe3\ \x72\x10\xce\x18\xeb\xe7\x2c\x3c\xac\xa1\x1c\x79\x1f\xd6\xa9\x86\ \x4b\x66\x1c\xc1\xad\x75\x53\x82\x0b\x84\x59\x98\xf9\x18\x45\x92\ \xe2\x92\xb5\xba\xa6\x56\x18\xe0\x6b\x6b\xaa\xd5\x25\xc5\xe3\x73\ \x2b\xd0\x51\xd9\xd0\x3a\x36\x23\x9d\x53\x86\x89\x28\xdf\xfd\xe1\ \x3b\xfb\xf5\x9f\xfc\xfa\xbf\x3d\x87\xe7\x3f\xf9\x91\x4a\xbc\xd9\ \x93\x06\x7b\x36\x7d\xf8\xae\xdc\xe2\x9c\x38\x33\x0f\xe9\x1a\xa3\ \xc0\x64\xd9\x4d\x88\xda\x1e\xe2\xdc\x4f\x4d\xe1\xf4\x24\x64\xe7\ \xe5\xfa\xd3\xe2\x38\x35\x19\xe3\x40\x0d\xee\xf5\x64\x66\xe5\xe7\ \x98\x59\x6e\x30\x0d\xc6\x00\x84\x66\x28\x69\x39\xd9\x39\xe9\xee\ \xd4\x18\xa2\xeb\x2a\x03\xc4\x55\xcd\x9d\x92\x9b\x97\x99\x9d\x96\ \x12\xcb\x4d\x9d\xe9\xba\x1a\xe4\x5e\xe2\x9b\x78\xc5\xd4\x25\x3f\ \xfc\xa3\x3e\xe8\xe6\x47\x86\xa6\x6f\xd8\x04\x41\x55\x0d\x75\xa9\ \x94\x72\x47\xd2\xd0\x19\xc3\x57\xfc\xe4\xf9\x8d\x0f\xfd\xcf\xef\ \x53\xdc\xd5\x9c\x9b\x5d\x21\x43\x08\x81\x10\x96\x00\x49\x48\x3f\ \xb8\xf3\xe3\x53\x90\x7b\x7b\x92\x3f\x68\x52\x00\x24\x61\x22\x4b\ \xb4\x74\xf3\xda\xc3\xcc\x37\x35\x2f\x49\x6b\x3b\x62\x70\x97\x03\ \x03\x63\x8c\xd9\x95\x67\x2f\x28\x74\xc6\x74\xab\x96\x6a\x64\xb2\ \x8c\x47\xba\x7e\x34\x2d\x74\xcb\xbe\xf6\x14\x9e\xeb\x76\xdd\x51\ \x9f\xc2\x54\x98\x31\x66\x29\x9f\x0b\x2e\x38\x33\x0d\x0e\x06\x15\ \xc0\x18\x95\x13\x6f\xfc\xe6\x63\x13\x8f\x6c\xfd\xc7\x3f\x9f\x6a\ \x45\xdf\xcc\x76\xba\x93\x0a\x26\x7e\xe3\xeb\xb3\x08\x33\x11\x51\ \x50\xeb\x61\x93\x32\x6a\x1a\x02\x98\x10\xdc\xd4\x74\xc6\x00\x38\ \xe7\x8c\xf6\x51\xe4\xea\x95\x6e\x15\x89\xe2\x45\x74\xe2\x2f\x11\ \x3d\xe8\xb0\xaf\x60\x4d\xf0\x30\xce\xa8\xa1\x86\x54\x43\xd7\x45\ \x6c\xfa\x15\x33\x47\x2c\x7c\xf3\xf9\x8e\x83\xe9\xe5\x87\x8f\x8f\ \x9d\x75\x7f\x66\x66\xf6\x65\xd3\x8b\xde\x7a\xe5\xa9\xe6\x03\x05\ \xf5\x87\x4a\xa0\x78\xa4\x2f\x21\x33\x49\xec\x59\xbb\x62\x99\xb3\ \xfe\xb8\xc6\xf3\x74\x2a\x8f\x9a\x32\xf5\x9d\x5f\xff\xcd\x28\xb8\ \xf5\xa1\x0c\xa7\xa6\xa9\x4c\x20\x53\xf2\x0c\x4a\x73\x6f\x2a\x29\ \x51\xa7\xa7\x71\x46\xa9\xa9\x87\x02\x01\x49\xd5\x29\x65\x8c\x52\ \x00\x4c\x4d\xaa\x06\x83\x01\xd3\x52\xa0\xa6\x00\x20\x30\x35\xd4\ \x60\x20\x10\x32\x0c\x4a\x05\x63\x02\x10\x46\x5c\x53\x83\xc1\xa0\ \xaa\x19\x8c\x62\x53\x57\xdb\x5a\x82\x2e\xc3\x94\x52\x8a\xef\xb8\ \xf7\x7e\x23\x65\xb4\x4f\xe8\x94\x99\xcd\x1d\x5d\x01\x57\x67\x50\ \x15\x4c\xa7\x03\x26\x5d\xf7\x75\x34\x66\x5c\x41\xb2\xa1\x57\x6a\ \xa1\xce\x96\x80\xe9\xc5\xe6\x89\xdd\x1f\x2f\x78\xad\x21\x50\x7f\ \xfa\x44\x8d\x76\xcd\xbd\x0f\xe5\xf9\xe1\x20\x33\xab\x8f\x6d\x5a\ \xf8\x6a\x97\xd6\x54\x7d\xa2\xbc\xf1\x8a\x5b\x1f\x1c\x9b\x8e\x4a\ \x56\x97\xe9\x31\x59\x09\x4e\x62\x9a\xba\x4d\x0b\x17\x28\xb6\x10\ \xee\x3f\x92\x24\xc9\xb2\x6c\x0d\xd4\x75\x5d\x17\x00\x1c\x13\x2b\ \x9e\x87\xce\x88\x94\x09\x11\xd6\x83\xee\x56\x5f\xed\x53\xbd\x16\ \x00\x84\xc0\x8c\x9a\x21\x55\x35\x28\x05\x5d\x0b\x69\x06\x63\xc2\ \x34\x34\x5d\x37\x83\x4d\x27\x16\xbd\xb5\x09\xf9\x14\xec\x50\x10\ \x71\x8f\x9f\x7a\xe5\x96\xe7\xde\x7e\xea\x85\x9a\x14\x87\x94\x33\ \x6a\xda\xe4\x4c\x50\x43\xaa\x61\x50\x43\x37\x7d\x49\x39\xa9\xfa\ \xea\x57\x9e\xfd\x47\x5e\xde\xd0\xab\xae\x18\xe3\x93\x39\xef\x2f\ \x45\xa2\x3b\x8b\x81\x23\x1c\xf6\x71\x2e\x15\x3d\xe8\x86\xfa\xfa\ \xc4\xe4\xe4\xb0\x03\xc6\x99\x20\xce\xc4\xb4\xec\xcc\xf4\x24\xcc\ \x21\x75\x40\x71\x6e\xa2\xdc\x11\x10\xc3\xa6\xcd\xbd\x6a\xc2\x40\ \xa6\xf1\xcc\xc2\x61\xf9\x49\x4a\x57\x40\x4f\xca\x1f\x35\x75\xec\ \xd0\xac\xac\xdc\xc2\xec\x98\x40\x7b\x07\x89\xcd\x9b\x3c\x79\x7c\ \x66\x52\x5c\x5c\xac\x7c\xfc\xc0\x91\xb4\x89\xd7\x4d\xce\xf3\xe8\ \xa6\xc5\xdc\x92\xcf\x15\xfc\xf8\xe3\xbd\xa9\xc3\xc6\x25\xbb\xc0\ \x64\xe0\x4d\x48\xcd\xca\xc9\xf6\x3b\x08\x8f\x8c\x02\x9d\xde\xd8\ \xec\x9c\xec\xe4\x38\x57\xe4\x86\x72\xa4\x78\x92\x33\x73\xd2\x53\ \xe2\xb1\xe5\x7c\x09\x2e\x90\x1c\x9f\x92\x96\x97\x95\xe2\x92\x80\ \x09\xf0\x24\xa4\xe6\xe6\xa6\xbb\x24\x29\x2d\x77\x50\x66\x9c\xa2\ \x1b\xc2\xe9\x8b\x4f\x4b\x4b\x4b\x4e\x88\x4f\xc9\xca\x49\x4f\xf6\ \xcb\x8e\xb8\xa2\xa2\x3c\x45\x18\x0c\x94\xf8\xc4\xd4\x8c\xd4\x94\ \xa4\xa4\x24\xbf\xdb\x8d\x91\x14\x97\x51\x38\xf7\xba\x1b\x26\x0e\ \x4a\xd0\x55\xdd\xe1\x8f\x8f\x8b\x77\x0b\xc0\x31\xa9\xf9\x33\xe6\ \xdd\x3c\x7d\x68\x86\x08\xd4\xaf\x7a\x67\xa5\x6f\xd4\xac\x49\x05\ \x09\xd4\x64\x76\xc9\xa7\x0b\xf3\x02\x01\x42\x20\x84\x0f\x1e\x3a\ \xb4\x7a\xf5\xea\x43\x87\x0e\x1f\x3f\x7e\x3c\x3d\x3d\xdd\xa1\x38\ \x10\x42\x86\xa1\x77\x74\xb4\x25\x45\xb4\x95\x31\xc6\xc1\x60\x40\ \x37\x8c\xf8\x84\x04\xd3\x34\x84\xe8\xa5\xff\x0c\x3d\xaa\xd0\xe1\ \x42\x54\x80\xe4\x84\xd4\xb4\x9c\x8c\x24\x9f\xcf\x9f\x91\x91\x99\ \x12\xe3\x46\x92\x33\x25\x2d\x2b\x2b\xd1\xa7\x76\x34\x77\x68\x30\ \x68\xdc\xec\x99\x23\xb2\x3d\x49\xd9\x43\x07\x66\xd0\x50\x00\x1c\ \xfe\xcc\x9c\xec\x78\xbf\x37\x26\x31\x35\x33\x33\xcd\x81\x39\xf6\ \xc6\x0f\x18\x90\x41\x35\xdd\x93\x90\x9e\x9d\x1e\x4f\xac\x32\x2c\ \x91\x39\xb8\x6e\x69\xe8\x9e\x64\x27\x8c\x4d\xc3\x6c\x6b\x6d\x4d\ \x4e\xf9\xb2\x7a\xd0\x5f\x50\xc7\x8d\x32\x5d\x35\x3a\xcf\xea\x95\ \x99\x01\x83\xaa\x51\xfa\xb8\x88\x0b\x16\x99\xec\xe5\x9c\x99\xc8\ \x9b\x3e\x7e\x72\xb6\xa1\xa9\x8c\x03\x65\x68\xc0\xa8\xcb\x06\x8f\ \xc3\x8c\x1a\x9a\xae\x33\x01\x4c\x90\x01\xa3\x2e\x2b\x1a\x87\x41\ \x08\xd3\xd0\x0c\x83\xa5\x15\x8e\xcf\x19\x4a\x10\x60\x60\x9d\x7b\ \x37\xbf\xbf\xff\xc0\xc1\x8e\x84\xb1\xf7\x4d\xc8\x30\x0c\x6a\x09\ \x43\x52\xaa\xc7\x0f\x98\x38\x39\xf7\xc0\xae\x7d\xc7\x0b\x66\x14\ \x33\xe4\x28\x9a\x30\x55\x98\xba\x49\xa9\x65\x85\x69\x42\x7a\xe1\ \xc8\x6c\x60\x9a\x1e\xde\x22\x28\x73\x24\x0f\x9a\x98\x81\x34\x4d\ \xe3\x10\x29\x56\xaa\xc4\x4e\x9c\x92\x64\x6a\x9a\x41\x29\xc2\xae\ \x61\x93\x27\x72\x53\x33\x28\x45\x8c\x5a\x3b\xa4\x0d\x1a\x9d\x05\ \xa6\xc1\x93\x26\x66\x22\x4d\x33\x98\x00\xa6\x9b\x00\x00\xc4\x3f\ \x66\xc2\x78\xaa\x6b\x3c\x73\xf8\xb5\x03\x46\x5b\x21\x15\xd3\xd0\ \x35\x4d\x07\x10\x9e\xcc\xc2\xd9\x03\x86\x59\xe1\x2a\xd3\x30\x0c\ \x93\xb5\x97\xec\x2e\x87\xfc\xbb\x26\x0e\xe2\x86\xce\xc1\xf6\x16\ \x2e\x58\x02\x83\x00\x10\x1c\x32\x32\xd2\xb7\x6f\xdf\x5e\x52\x52\ \x7a\xc3\x0d\xd7\x7b\x3c\x1e\xc6\x19\x12\xf8\xcc\x18\x9e\xd5\x7e\ \x23\xfd\xb1\x97\x1e\x74\x78\xde\x3c\x3a\x79\xcd\x19\x3f\x69\x4a\ \x8a\xa1\x69\x90\x33\x2c\x05\x33\x4d\x57\x1d\x71\xb9\x93\x92\x91\ \x6e\xd0\x49\x57\x5d\x27\x61\xe0\xcc\xd4\x34\x43\xd3\x98\x3f\xbb\ \x78\xee\xc0\xe1\x18\x84\xa1\x69\x06\x83\x91\x93\xc6\x33\x5d\xa3\ \x8c\x01\x83\xa4\xfc\x51\xd7\x17\x8d\x13\xcc\x50\x35\x83\x89\x9e\ \x04\x06\x11\x1d\x0d\x8d\x38\x11\xe1\x5a\x38\x17\x2a\xaf\x49\xa7\ \xea\xd0\x9c\x99\x09\xfe\x1c\x89\xc8\x67\xf1\x17\x68\xac\x27\xcd\ \xa0\x6a\x37\x91\x08\x0e\xba\xae\xbb\x9c\x4e\x53\x08\x0e\x08\xb8\ \xa9\x85\x4c\x01\x02\x10\x42\x20\x0c\x4d\x35\x7a\x4d\xfc\x30\x43\ \x0d\x45\xe9\x38\x83\xa9\xa9\xa6\x06\x80\x30\x41\x94\x60\x12\x93\ \x35\x6a\xfa\xa4\xf1\xc9\x8a\xa0\xb4\xfb\x12\x08\x1d\x39\xa7\xdf\ \xf4\x40\x87\x81\xa8\x6e\x22\xc1\x8d\x50\x28\x3a\x11\x04\x01\x50\ \x4d\xa3\xbd\x53\x43\x44\x44\x7c\x39\xea\x3a\x53\x35\x48\x23\x31\ \x26\xa6\x87\x42\x91\xf7\x91\x83\xe8\x61\x81\x68\xd5\xec\xfb\xa3\ \xc3\x32\xbe\x4c\x0b\x1a\x67\x84\x57\x0c\x3d\x68\x44\xc9\x61\x62\ \xee\x4c\x1d\x71\xff\xbd\x13\x93\x1c\xd4\xa4\x76\x52\xd3\x85\x1c\ \x48\x58\x49\x09\xb1\x31\xb1\xb7\xdd\x76\x6b\x7d\x7d\x43\x41\xc1\ \xa0\x70\xae\x0d\x42\xda\x19\x9a\x83\x08\x21\xc3\x30\xc2\xa1\x47\ \xab\x02\x7a\x78\xf6\x32\x9c\x53\xd4\x6b\xc2\x92\x85\xdb\x12\x30\ \xcd\xd2\x23\x8a\xd2\x83\x0e\x44\x87\x09\x98\xae\x45\xeb\x7c\xeb\ \x51\x82\xe3\x54\x57\xa9\xde\x8f\xcd\x51\xb9\x4c\xa2\xbb\x6e\xad\ \x84\x2d\x9b\xe1\xc2\xf0\x02\xe5\x46\x46\x62\x71\x6e\xca\xa8\xb3\ \x8a\x38\x03\xe2\xdc\xd4\x23\x2e\x83\x10\x22\x21\x31\xb1\xe4\xd4\ \x89\xc1\xc5\x43\x5c\x2e\x8f\x75\x59\xc3\xa5\xbb\x3e\x53\x0f\xba\ \x2f\xdc\xa3\xaf\xb8\x76\x1c\x06\x6a\x68\x26\x15\xb2\xa3\x17\xf7\ \xbb\xdd\x9e\x38\x24\x2e\x89\xf4\x41\xb7\x27\x3b\xc1\x32\xd5\x61\ \xf7\xce\x0b\x1f\x5f\x00\x21\x5c\x6e\x77\x7a\x5a\xba\x61\x52\x4b\ \xf7\x35\xd0\xd5\x55\x59\x71\x3a\x37\x2f\x3f\x5a\xf7\x35\x26\x26\ \xa6\xba\xba\xb2\xb6\xa6\x2a\x2d\x2d\x03\x85\x97\x60\x5f\x40\x3d\ \xe8\xe8\xf0\x23\x02\x80\x60\xa0\xab\xfc\x74\x59\x76\x4e\xce\x85\ \xd1\x7d\x45\x80\x28\x33\xac\xd8\xc1\xa7\xef\x16\xbe\xa0\x8c\xa5\ \x67\x64\x9a\xa6\x79\x68\xdf\x5e\x4c\x24\xbb\x39\xda\xb8\xc8\x7d\ \x08\x2b\xb4\x98\x9a\x96\x11\x1f\x9f\xd0\xdd\xc7\x84\x10\xb2\xa2\ \x0c\x1c\x38\xa8\xac\xac\xa4\xa6\xaa\xea\x22\x5c\x52\xc9\x18\x4b\ \x4d\x4b\x4d\x4c\x4c\xba\x34\xf4\xa0\x2d\xe4\xe6\x0f\x48\x4d\x4b\ \xa3\x94\x82\x5d\x00\xc5\xc6\x45\x1e\x75\x00\x90\x65\xc5\xe9\x74\ \xf6\xe9\x60\x9c\x73\xaf\x3f\x66\xc8\xd0\x11\x9a\xa6\x9e\x93\x65\ \x08\xe7\xd6\xec\x7e\x6d\xbe\xa8\x79\xc1\xaa\xc8\xeb\x70\x38\x1d\ \xb6\xdb\x6c\xe3\x12\x41\xbf\x1d\x8c\x33\x86\x31\x76\xbb\x3d\x97\ \x90\xcd\x17\xb5\xbf\x70\x7e\x46\x5f\x36\x6c\xd8\xcd\xf8\xcb\xc3\ \xd6\x83\xb6\x61\xc3\xc6\x85\xf3\x17\xac\xf5\xed\xf6\x15\xb7\x71\ \xc9\xc4\x18\x44\xff\x6b\x0d\x2e\xda\x96\xfc\x29\x36\x5f\xa4\xbc\ \x80\x10\xd2\x34\xb5\xab\xb3\xcb\x5a\xbe\x6e\xc3\xc6\x45\x0e\x82\ \x89\x3f\x36\x56\x51\x94\xde\xdd\x0c\x09\x10\x1d\x6d\x6d\xba\xae\ \x5d\x84\xac\x40\x24\xe2\xf3\xc7\x38\x1c\x8e\x0b\xa6\x07\x8d\x10\ \xc6\x08\x9f\x35\x7b\xc1\x5a\x61\x22\x58\x0f\x29\xa8\x6a\x5b\x7b\ \x6b\x5a\x5a\x86\xa5\x07\xdd\x6b\xe6\x15\xec\x74\x3f\x1b\x17\x06\ \xd1\x2d\x10\xf5\x7e\xf0\x06\xba\x3a\x9b\x1a\x1b\x92\x92\x92\xa3\ \xea\xd3\x02\x42\xa2\xb9\xb1\xd1\xe9\x74\x65\xe7\xe6\x75\xb7\x7f\ \x14\xf5\x75\x71\x61\x6d\x0e\x74\x35\x35\xd4\x27\x26\x26\x49\xb2\ \x7c\x01\x78\x01\x01\x32\xcc\x90\x41\xd5\xb3\x79\x53\x42\x80\x44\ \x64\xa7\xec\x15\x61\x75\x29\xd4\xde\xde\x96\x9a\x9a\xee\xf5\xf9\ \xfb\x65\x32\x3b\x1e\x69\xe3\xc2\xf0\x42\xa4\x01\xf7\x91\x6c\x15\ \x42\xc4\xc6\xc5\x53\x4a\xdb\xdb\xdb\x92\x53\x52\xad\x20\xbf\xb5\ \x3e\x42\x00\xa4\x65\x64\x46\x1c\xf6\x9e\x74\xa6\xf3\x9f\xd7\xd4\ \x8f\xcd\xb1\x71\x8c\xd2\x8e\xf6\xb6\xe4\xd4\xb4\x2f\x39\x31\xf1\ \x85\xf4\xa0\x15\xef\x27\x87\x5f\xf9\xf8\xe0\x4b\x4e\xc5\xd7\xef\ \x0e\x86\x19\x1c\x92\x33\xf3\xae\xcb\xff\xa0\x19\xe1\x7c\x4f\x93\ \x52\x97\xcb\xdd\x47\x3c\xf7\x73\xf1\x02\x42\xe8\x5f\xbb\xdc\x88\ \x10\x6c\x89\x48\x7f\xbe\xdd\x31\xc1\x08\x04\xbf\x24\x56\x3a\x13\ \x42\x00\x04\xb3\xf5\x20\xcf\x95\xeb\x1d\xa5\xad\xdc\xa7\xd7\x01\ \x80\xcb\xe5\x6e\x6d\x69\x8e\xde\x9f\x52\x2a\x4b\xf2\x99\x5f\x14\ \xe7\x4e\x28\xe9\xcc\xd6\xdf\x57\x33\xea\xd3\x6d\x76\xbb\x5b\x9a\ \x1a\x2f\x58\x7c\x41\x08\xce\x38\xeb\x1e\x29\xf4\x01\x13\x4c\xf4\ \xf9\x93\xe0\x5c\x08\xcc\x79\x58\x0f\x3a\xdc\x0d\xc3\xc2\xee\xfd\ \x0b\x42\x03\x00\x00\x46\x18\x01\xe7\x42\xa0\xcf\xe1\xa4\x21\x84\ \xb1\x08\x1d\xdc\xb4\x43\xce\x1b\x5d\x94\x11\xf3\x99\xfd\x07\x21\ \x4c\x20\xb4\x7f\xcb\xfe\xd8\xc1\xe3\x72\xe3\x95\x88\x74\x2f\x96\ \xa4\xc8\x34\x4d\x64\x93\x14\xe5\x4c\x5a\x25\xb3\xa2\x76\x0a\x0b\ \x46\x5b\xa2\xcf\x9c\x31\x4c\x08\x80\xa0\x34\x7c\x05\xac\xef\x32\ \x4a\x2d\xfd\xbe\x28\xfd\x6b\xeb\x18\x8c\x52\x90\x24\x12\x75\xa9\ \xac\x4c\x6e\x14\xbd\x11\x38\x17\x82\x9e\xda\xb3\x4d\x4f\x19\x39\ \x34\xd3\xc5\xa8\xed\x62\x9d\x33\x9f\x5c\xf4\x7e\x46\x41\x44\x6d\ \xd9\x12\x0d\x81\xbe\xc2\xaf\x96\xb2\x39\x8f\x1e\x02\xf7\x08\x31\ \xf4\x6a\x5d\x84\x10\x04\x9c\x7e\xe1\x15\x30\x28\xf2\x50\x14\x9f\ \xd3\xe6\xf0\xf8\xfd\x42\xc6\x1d\xad\x98\x2c\x3a\xdb\x40\xa3\x4f\ \x2a\x98\xb5\xf2\x0c\x61\xac\xd6\x9f\xd8\x71\xa8\x61\xd8\xf4\x69\ \xf1\x84\x63\xac\xed\xdf\xb4\x9d\xa7\x0d\x1f\x35\x30\xc1\x72\xc2\ \x18\x63\x42\x00\xc2\x98\x10\x6c\x0d\xa0\x1a\x0e\x6e\xd8\x56\xe3\ \xbf\x6e\xee\x68\xcc\x19\x65\x02\x13\x82\xad\xc7\xbb\x25\x98\x80\ \x09\xc6\xc8\xea\xbe\x96\xaa\x36\x50\x75\xdb\xca\x77\x62\x6e\x18\ \x34\x38\x33\x2e\x2c\x49\xcf\x39\xe5\x9c\x10\x02\x9c\x31\x2e\xc2\ \x7b\x31\x66\xb9\x0a\x2d\x47\x36\xbc\xb1\xe2\xd0\x6d\x09\x89\x65\ \x7b\x5a\x47\x4f\x9b\xe0\x97\x01\x43\x68\xdf\xb6\x5d\x28\x3e\x4b\ \xad\x2f\x8b\x2b\x9e\x56\x98\x20\x0b\x8c\xab\x0f\x6c\xab\x62\xb1\ \x5e\xbd\x49\xf5\x0f\x1c\x5f\x9c\xca\x05\x52\x1b\x8e\x6e\x3b\x15\ \x48\x26\x5a\xc0\x9d\x39\x61\x44\x1e\xe6\x60\xb6\x97\x6f\xdc\x5d\ \x3f\x76\xf2\xb0\xba\x63\x3b\xd4\xc4\x51\x63\x72\x62\x28\x65\x58\ \x92\x9a\xcb\x76\x1d\x68\xf5\x4d\x19\x5d\x80\xdb\x4f\x7d\x72\xb4\ \x65\xf8\x98\x09\xf1\x0a\xe3\x80\x25\x11\xd8\xb3\x75\xb7\x23\x6f\ \x42\x71\x32\x3a\xba\x79\xe3\xe1\xba\x4e\x40\x52\x42\xfa\x80\x31\ \x63\x46\xc4\x3a\x04\xe7\xfa\x89\x9d\x1b\x0f\x57\x34\x72\x90\xfc\ \xc9\x39\xa3\xc7\x8d\x4e\x72\x2b\x5d\xe5\xbb\xde\x5a\x57\xfb\xf3\ \x1f\xdc\xe6\x45\x5f\x5c\x7d\xdc\x06\xf4\x17\xd8\x22\x18\x5b\x8a\ \xef\x3d\xae\x66\x78\xb9\x74\x1f\x5a\xe0\xd1\x5f\x14\x67\xd1\x65\ \x41\x08\x33\xb5\x61\xdb\x9e\xf2\xfc\x91\x63\x52\xfd\x24\x5c\x9c\ \x2a\xd2\xc2\xc3\xcd\xd8\x7a\xec\x08\x40\x04\x13\x8c\xc3\x7f\x05\ \x88\xb4\x6a\xe8\xaa\xdc\xff\xe1\xde\xce\xd9\xd7\x4e\xf3\x4b\x9c\ \x52\x16\xb5\x82\xaf\xb7\x9b\x8d\x22\xdb\x2f\x39\x3d\x68\x4b\xe2\ \x02\x00\xc9\x0e\xbe\xe9\x9d\xf9\x8b\x3e\x29\xc3\x04\x77\x9e\xf8\ \xf8\xc5\xd7\xde\x0b\x2a\x5e\x64\x74\x56\x96\x95\x54\x35\xb6\x0b\ \x4c\x10\x46\xdc\x0c\x56\x9f\x2e\x2d\x2b\xaf\x09\x51\xd1\x51\xb2\ \x77\xfd\x86\x6d\x27\xcb\xcb\x6b\x1b\xbb\xb0\x2c\xd1\x60\xeb\xe9\ \xd2\x92\xda\xd6\x20\x22\x12\x08\xae\x76\xb5\x56\x9d\x2e\x2d\xab\ \xa8\xd5\x38\x26\x42\x6f\xa8\xa9\xac\xae\xac\xd3\x04\x21\x18\x01\ \xd3\xeb\xab\x4f\x97\x94\x96\xb7\x04\x74\x09\xf3\xd6\xa6\xe6\x4e\ \x8d\x03\x42\x4c\xeb\x6a\x6e\x6e\x67\x02\x81\x00\xc4\xd5\x4d\xab\ \x37\x67\x4e\xb9\x7e\x78\x26\xfe\x78\xe9\x33\x8b\xb7\x55\x60\x8c\ \x5b\x8f\x7e\xfc\xc2\xfc\x0f\xa9\xdb\x5b\xbd\x6d\xc5\x4b\x6f\x7e\ \x4c\x31\xc1\x5d\x25\xaf\xbe\xfc\xca\x49\xd5\x89\x5b\x76\x3f\xfd\ \xc2\xc2\x4a\x15\x63\xac\x7f\xb4\xe0\xc5\x8f\x8f\x76\x2a\xb4\xfc\ \x85\xa7\xe6\x1f\x6f\xe5\x18\xc3\xf6\xb7\x5f\x5c\xb1\xbb\xda\x21\ \x05\x3e\x5a\xf8\xa7\xdf\x3d\xf5\x4e\xab\xc0\x18\x63\xcc\x5a\x96\ \x3e\xf1\xeb\x27\x96\x6c\x0a\x21\xac\x55\x6d\xfa\xc3\xaf\x7f\xb3\ \x7c\x5b\x19\x26\x12\x21\xb8\xf1\xd0\xba\x3f\x3c\xfe\x9b\xd5\xc7\ \x3a\x30\x6f\x5f\x35\xff\xd5\x7d\xe5\x01\xcc\x82\xfb\xd6\x2c\x7c\ \xfc\x77\x7f\x3f\xd6\x4c\x31\x0e\x7d\xf8\xd6\x9b\x1b\x8e\xb6\x61\ \xae\x1e\xdd\xfc\xce\xef\x1e\xff\xe3\x9e\x1a\x7d\xf4\x9c\x79\xf1\ \xcd\x3b\xb6\x9e\x6a\x43\x04\xdb\x22\xce\xe7\x52\x0f\x5a\x92\x8e\ \x1e\x3d\xfa\xd6\x5b\x6f\x19\x86\x41\x24\x29\xa2\xa7\xd0\xaf\x1e\ \x34\x87\xcf\xa1\x07\x0d\x08\xb3\xce\xd3\x6f\xbc\xba\xb4\xb4\x5d\ \x20\xae\x37\xd5\x56\x96\x96\x94\xd6\x36\x77\x0a\x42\x10\x46\x4c\ \xeb\xa8\x2c\x2b\x29\xab\xa8\x53\x4d\x86\x24\x49\x68\x9d\x15\xa5\ \x25\x55\x8d\xed\x10\x6e\xd5\x2d\x95\xa7\x4b\xab\xeb\x9a\x9b\x6b\ \x4b\xd6\xaf\xd9\x78\xec\xd4\xe9\xea\xfa\x36\x26\x50\xdf\xb3\x76\ \x9b\x71\xa9\xeb\x41\x73\xce\xe4\xb8\xc1\x8f\xdc\x7b\xe5\xaf\xdf\ \x7a\xf3\xf4\xe8\x6f\x6c\x7b\x7b\xcd\xc0\xeb\xbe\x72\x59\x7c\xd3\ \x6b\x4f\xbd\x78\xaa\x0b\x8c\xa0\x36\xea\xba\x47\x6e\x19\x17\xbb\ \xe2\xb9\xa7\x76\x35\x20\x8f\x37\xee\x9a\xaf\x7c\x2d\xc9\xed\x0e\ \xd5\xed\x79\x63\x41\x67\xc1\xf8\x9b\x6e\xe4\x95\xaf\xbc\xb4\xa8\ \x49\x90\x50\x00\xcd\xb8\xef\xd1\x39\x45\xc6\x2b\xff\xfc\xe3\x9e\ \x06\x25\x3d\x6b\xc8\xfd\x8f\xcc\xdb\xb2\xec\xd9\xe5\xfb\x5a\x93\ \x63\x48\xe9\xe9\xc0\x6d\x0e\x07\x04\xca\x57\x2f\x7f\xe7\x74\x7d\ \x7b\x27\x4a\xfb\xca\x77\x1e\x38\xf8\xec\xef\x1b\x86\xde\xff\x9d\ \x9b\x86\x1f\x7f\x7f\xc1\xcb\x07\xe3\x7f\xfe\xd3\xbb\x5c\x8c\xd3\ \xce\xd2\x7d\x75\x68\xfa\xcd\x03\x14\xaf\xf2\x95\xbb\xaf\xf8\xdd\ \xdb\x4b\x2a\x86\x3f\xb2\x71\xd9\xba\xa2\x79\x5f\x19\x9b\x95\x3a\ \xfc\xfe\x7b\xf7\xfc\xcf\x82\x4f\x4e\x8d\x8f\xdf\xf7\x4e\x7b\xd6\ \xec\xef\x4e\xc9\xf3\x98\xf7\x4d\xdd\xf6\x8b\xb7\xd7\x1e\xbd\x27\ \xbf\x64\x43\x5d\xd2\x37\xbf\x3a\xb3\xd0\x1f\xbc\x66\xeb\xff\x5b\ \xfc\xde\x8e\xef\x5d\x4e\xdf\x3b\x28\xee\xfb\xf9\x8d\x6e\xad\x84\ \xe3\x0c\x77\xf3\xee\x0f\xb7\xcf\xbe\x6b\x72\x66\xc5\xc6\xf7\xf7\ \xb7\xc6\x64\x79\x99\x6e\x42\xa8\x4d\xe4\x26\xfa\xf7\x7d\xbc\xaa\ \x72\xc2\xb7\xb3\x9d\xad\xab\x57\x6f\x71\xc4\xe6\xca\x5d\x5d\xc0\ \x3d\xc8\x95\x32\x6d\xce\xcd\x73\x87\xc5\x80\xd9\xfa\xfa\x1f\x7f\ \xfa\xfc\x9b\x1b\xff\xfc\xed\xb1\xc8\x19\x37\x76\xc6\x8d\x37\x4f\ \x4d\x01\x08\xbd\xff\xf7\x9f\xbe\xb4\x60\xd9\x90\x9f\xdc\x31\x2a\ \xdf\xb3\xe7\x40\xc9\x55\x45\xe3\x40\xd8\x15\x80\xcf\xcd\x43\x8b\ \x60\x7c\xf0\xe0\xc1\x57\x5f\x7d\xb5\xad\xad\xad\xa3\xa3\xe3\xee\ \xbb\xef\x76\x3a\x9d\xfd\x46\xbe\x3e\xbf\x1e\x34\x08\x01\x48\x72\ \xbb\xdd\x6e\x27\x29\xdd\xfc\xd6\x9f\x16\x6e\x4f\x4a\x8d\x6d\x6d\ \x36\xae\x7a\xe0\xbb\xd7\x0c\x47\xaf\x3f\xf9\xcc\xf1\xa0\xe4\xf6\ \x66\xdc\x72\xff\x3d\x83\xd4\xd2\x85\x2f\xbd\x56\x16\x04\x23\xa8\ \x8f\xbd\xe9\x6b\x37\x8d\x50\xde\xfc\xcb\xff\xee\xeb\xf4\x64\x0c\ \x9a\x30\x7b\xb8\x93\x74\x94\xae\x58\xb4\x20\x6d\xd8\x15\xf7\xcd\ \x9b\xe2\x41\xac\xff\x10\xc6\xbf\x41\x0f\xfa\xbc\xd4\xad\x05\xe0\ \x9c\x59\xcc\x66\x52\x48\x9f\x74\xdd\xdc\xdd\x7f\xf8\xe3\xe3\x3f\ \xf7\xa4\x8c\xf9\xf1\xd5\xc5\xbb\x96\xfe\x7e\x4b\x53\xc2\xb7\x1e\ \xba\xba\x65\xf7\x92\x97\xde\x5e\x39\x36\xfd\xf2\xdd\x7b\xab\xc7\ \x7e\xeb\x97\x37\x8c\xcd\x20\x98\x1c\x57\xf5\xe4\xc1\x57\xfd\xbf\ \xc7\x6e\x75\x42\x68\xd9\xdf\x7e\x75\x4a\x1e\xf1\x8d\x5b\x27\x1c\ \x7b\xff\xb9\xc5\x4b\xd7\x5f\xf6\xfd\xd1\x8d\x1d\xfc\xda\xaf\xff\ \xf8\xea\x82\xf8\xba\xdd\x4b\x97\xef\x34\xbe\xf2\xcb\xdf\x0c\x75\ \x54\x3f\xf9\xeb\x27\x34\x5d\x83\x98\x01\xd7\xdc\x7c\x57\x57\xa0\ \x65\xd9\x33\x2f\x6e\xd8\xd5\x7a\xd5\xa4\xec\xa7\xf6\x1c\x52\xa1\ \xf8\x78\x45\x4d\xe2\x90\x29\x5e\xc4\x4d\x84\xf5\xe6\x8a\x90\xe4\ \x4e\x89\x97\x04\x35\xb2\xa7\xdc\x70\xe5\x9e\x3f\xfd\xe1\xe7\x3f\ \xf5\xe5\x4c\xfe\xfe\xac\x21\xcc\x34\x94\xb4\x71\x77\xcf\xd9\xfd\ \xf4\x5f\x7f\x25\xbb\x93\xef\xfc\xde\x5c\x0f\x37\xa9\x9c\x78\xf3\ \x7d\x37\xfc\xe1\xc9\x27\x1f\x97\x5c\x93\x6e\xfa\x76\xa1\x9f\x9b\ \xcc\x73\xcd\xdd\x77\x1d\xfd\xeb\x2b\x8f\xed\x76\x8c\x9a\xfd\xc0\ \xb8\x24\xa2\x57\x76\xaa\x52\xde\x2d\xf3\xd2\xb7\x7e\xbc\x76\xce\ \xd0\xb9\x1f\x7e\x72\x72\xca\x8d\x37\x55\xec\x3e\xd5\xa9\x83\xd9\ \x18\xc8\x99\x78\x43\xb6\xb9\x7f\xf5\x8e\xf2\x9b\x13\x76\x1f\x31\ \x07\xdd\x72\x55\xe0\x44\x73\x23\x40\x1e\x12\xc2\x30\x34\x00\x2f\ \x97\xe3\x27\x4f\x9c\xb8\xf5\x9d\x83\x6d\xc6\x48\x04\x9c\x9a\x3a\ \x80\x29\xc0\x3d\x76\xc6\xb4\xb7\xfe\x7e\xac\x26\x04\x59\x29\x89\ \x1b\x4a\xea\x0d\xc1\x91\xb0\xc5\xdf\xce\xc9\x58\x02\x09\xc1\xe3\ \xe3\xe3\x1e\x7a\xe8\x41\x49\x92\x39\x67\x11\x99\x65\xf4\xe9\x7a\ \xd0\xd1\xa5\xe8\xc2\xa2\x01\x7d\x03\x6a\x5c\x80\x40\x88\xb5\x37\ \xd5\x7b\x46\x5c\xf3\xf3\x6f\xcd\x3e\xf2\xce\x9f\xe6\xaf\x5d\x3b\ \x3a\xb5\x68\xc7\xd1\xf6\x79\x3f\xfe\xc5\x9c\xe2\x24\x8c\xcc\x4d\ \x0b\xde\xdc\xd1\x96\xfc\xe8\x83\x73\x1a\xb6\xbf\xf5\xca\x92\x95\ \x13\x33\x67\x36\x75\x2a\x37\x7f\xf3\x27\x97\x0f\x8c\xaf\xd9\xf5\ \x8e\x94\x35\xee\x5b\x3f\xfe\x66\xba\x62\xea\xd4\xa0\x67\xab\x06\ \x1b\x19\x5b\x9c\x43\x3d\xe8\xf3\xa8\xef\x28\x38\xe7\x58\x08\xc3\ \xc0\xfe\xab\xae\x9b\xb9\xfa\xd7\x2f\x8e\xbc\xff\xfa\x24\xd2\xb1\ \xbe\xb6\x36\x14\xf4\xaf\x7f\x7f\x05\xa3\x30\x6a\xf8\x00\x4f\x5c\ \xde\x6d\x77\x5f\xf1\xf6\x3b\x4f\x97\xec\x18\x76\xf3\xdd\x37\xa3\ \xb0\xa0\x0e\x80\xd1\x5c\xd9\xdc\x12\x32\x4e\xaf\x5e\x51\x6f\x9a\ \x09\xa3\x8b\xb3\x84\x69\x60\x2c\xc9\x84\x60\x02\x75\xd5\x75\x38\ \x6d\x58\x51\xaa\x4b\x56\xbd\x7e\xb7\x8c\x30\x2b\xdf\xfd\xfe\x4b\ \x6f\xef\xf0\x24\xc4\xd6\xb4\xe9\x05\xba\x96\x35\x66\x92\x73\xe5\ \xca\xe3\x27\x4e\x56\x36\xb2\xe1\x57\x66\x70\x66\x30\xae\x50\x43\ \xe3\x80\x88\x60\x94\x9a\x5c\x89\x9d\x3d\x6f\xe6\x27\x3f\x7d\x76\ \xfc\x37\x66\xa7\x10\x2d\x64\x30\xc4\xd1\xb0\x59\xd7\x66\xad\xdd\ \xa9\x0d\xbb\x77\x42\xa6\xa2\x86\x74\x01\x34\xb6\xf0\xf2\x19\x83\ \xde\x5f\xdc\x5c\x30\x7b\x6a\xbe\xa1\x86\xa8\x00\x67\xe6\xd8\x6b\ \xc6\xbd\xf7\xbb\x1d\xb1\xb3\xaf\x18\x21\x38\x0b\xa9\x81\x4e\x43\ \x2a\x9a\x34\xab\xf9\xe4\x3f\x9e\x7d\xbe\x26\xe8\x18\xf2\xed\x09\ \x03\x5e\xdc\xbe\x2f\xa8\x86\xd4\x40\x80\xba\xb3\x67\x4f\x70\x3c\ \xf1\xd6\xab\xcf\x10\x7d\xf0\xac\xaf\x16\xb6\x2e\xdb\x53\xde\xa6\ \xb3\xdc\xc8\xc0\x55\x60\x00\x5d\x57\x29\x92\xac\x90\x4c\xb7\x5c\ \x9f\xa9\x05\x39\x01\x01\x20\x61\xc4\x75\x9d\x32\x86\x99\x1d\x61\ \x38\x67\x48\x4e\x4e\x4e\x4f\x4f\xb7\x3a\xbc\x69\x98\x96\xc6\xd9\ \x67\xe9\x41\x8b\xde\x55\x2a\x7b\x45\xc6\x05\x60\x2b\xec\xcd\x18\ \x03\x04\x92\x44\x10\x92\xd2\xf3\xf3\xc5\x81\x3a\x1e\x3f\xfc\xc1\ \x5b\x86\x2f\x5f\xf0\xd7\xc3\x79\x93\xee\xbd\x6d\x42\x6d\x73\x63\ \x28\xa0\xaf\x5d\xf9\x2e\xa3\x64\xcc\xc8\x42\x42\x75\x44\x64\x89\ \x10\x8c\x91\x10\x5c\x00\x70\x2e\x18\x67\x67\x4c\xb0\xf5\x4a\x12\ \xb0\x3e\x60\x7c\xc9\xe9\x41\x5b\xe2\xba\x8c\x72\x2e\x04\x37\x64\ \xb7\x37\x31\x29\x39\xd6\x87\x81\xe3\x78\x5f\xac\x2f\xa5\xe8\xbe\ \x6f\xdc\xe6\x03\xdd\x30\x99\x10\x10\x37\xed\xd6\x9f\x8d\x9f\xf4\ \xf2\xef\xfe\xf0\xf2\xb2\x01\x0f\xa7\xcb\xa1\x40\x6b\x40\xa3\x0e\ \xee\x88\x77\xfb\x12\x32\x27\x7e\xf5\x91\xcb\x89\xa9\x51\x21\xcb\ \xa1\x23\x8c\x0b\x4a\x0d\xce\x59\x62\x52\x02\xab\x3d\x78\xbc\x76\ \xce\x28\xbf\x61\x50\x2e\xd1\x8e\xad\x9b\x3e\x84\xa2\xbb\x7e\x72\ \xff\x65\x1f\xfc\xe5\xb1\xc3\xa1\x90\x23\x79\xd0\xb8\x3c\xba\x74\ \xf1\x32\xa1\xe4\x5d\x9d\x11\x63\xea\x06\x07\xc0\xae\x38\x42\xb5\ \xd6\x80\x39\x20\x96\x51\xdd\x90\x9d\x9e\xa4\x94\xd4\x24\x17\xd6\ \x0c\xca\x19\x07\x6e\x50\xc5\x95\x98\x90\x1a\x8a\xf7\x72\x43\x67\ \x8c\x01\x30\xc3\xc0\xb1\x49\x49\xc9\x34\x56\x06\xd3\xa4\x54\x00\ \x98\x3a\x76\x25\x26\xa7\x25\xbb\x64\xc4\x28\xe5\x9a\x16\xd2\x85\ \x10\x9e\xb4\x59\x93\xf3\xbe\xff\xf4\xc6\xeb\xbf\xf3\x40\x8a\xa7\ \x19\x78\x48\xd5\x02\x5d\xaa\x89\x5c\x2c\x69\xf0\x65\x43\x94\xa5\ \x4b\x5b\xc7\xdd\x3f\x26\xbb\x6b\xad\x30\xb5\x2e\x8d\x72\xe0\x00\ \x42\x08\x46\x5b\xab\x0e\x2c\x5f\xb3\x35\x6d\xd2\x37\xe2\x08\xa3\ \x96\x8f\xc5\x68\x7b\x53\xe9\x7b\x4b\x36\x64\x0f\xbf\x3e\xdd\x4d\ \x77\xb7\x75\x49\x71\x05\x88\xb1\x73\xb5\x72\xce\x06\x00\x18\x8c\ \x19\xba\xde\xd3\xdb\x10\xc2\x98\x71\x21\xd8\x19\x7a\xd0\x8c\x87\ \xe5\x11\x45\x6f\x79\xc5\x33\x72\x79\x30\xe7\xdc\xd2\x83\x06\x06\ \x82\x53\x93\x81\x61\x32\xe0\xdc\x60\xf2\x98\xb9\x0f\x0e\x9b\x70\ \xea\xa9\xdf\xff\xe1\xd5\x4d\x29\xe3\xe2\x12\xfd\x5a\xe1\xfd\xdf\ \xb8\xd9\x2b\x74\x13\x08\xb4\x1c\x36\x19\x67\xa6\xc1\x05\x45\x08\ \xd1\xae\xf6\x40\x50\x35\xb8\x49\xcf\x5e\x13\x37\x32\x01\x80\x10\ \xc2\x96\x68\xfd\xa5\xa5\x07\x2d\x38\xb2\x24\xf1\x38\xa3\xa6\xa6\ \xe9\x86\x61\x18\xba\x63\xec\x8c\x79\x87\x5f\x7c\xf5\xf1\x5f\x1e\ \x8d\x73\x38\x87\x5c\x7e\xed\x95\x45\xca\xe2\xd7\x96\x34\x10\x47\ \xab\xee\x2b\xce\x89\x4b\x1e\x38\xd2\xf7\xe1\xfc\xdf\xfc\xbc\x66\ \xd8\xb8\x19\x73\x6e\xb8\xe1\xf4\x8b\x8b\x7e\xfe\xcb\x8d\x5e\xc9\ \x3d\xf1\xba\xdb\x67\xe6\x21\xc3\x30\x0c\x93\xe9\x21\x3d\x79\xd8\ \xf4\x99\xc3\x4b\x5e\xf8\xc3\xaf\xd3\xe3\x49\x59\x3d\x1f\xe8\x8e\ \xc9\x1b\x35\x76\xfb\x7b\xcb\x7e\xdf\xb8\xb5\xf6\x78\xf3\xa0\x5c\ \xc9\x04\xff\x65\xd3\xc6\xbc\xfd\xab\x57\x87\xde\xf6\xe3\x34\x37\ \xd3\x55\x2a\x80\xcb\x31\xb9\x19\x24\x58\x72\xaa\x61\xdc\x84\x44\ \x66\x32\x6e\x18\xba\xaa\x6a\x3a\xe5\x8c\x51\xca\x01\x01\xc3\x54\ \xd7\x34\xdd\x30\x18\x63\xd6\xbc\x23\x96\xa8\xa1\xab\x9a\xae\x9b\ \x26\xc3\x94\x31\x00\x4c\x98\xa9\xeb\xaa\x86\x4d\x93\x71\xcc\xd5\ \x50\x57\x90\x09\xaa\x1b\x49\x23\xe6\xfe\xe8\xfb\xa3\xd2\x8b\x12\ \x4c\xad\x81\xb3\x40\x67\x30\xd0\x19\x50\x99\x07\x19\xdc\x39\xfd\ \x8e\xef\x0e\x34\x63\xe3\x30\x0b\x48\x22\xd8\xd5\xa6\x31\x22\x8b\ \xc6\xf7\xdf\x7c\xfa\xe8\x87\x52\x6b\x6b\x5b\x5c\xe1\xf5\x0f\xcd\ \x19\x26\xcc\x36\x99\x77\x6c\x7a\xe7\xd9\xe6\x6d\xae\xb6\x96\x36\ \x4f\xf6\xf4\x87\x6e\x9e\xe1\x0a\xd5\x1d\x2b\x6f\xc8\x9e\x92\x81\ \x28\xed\x9e\x07\xb5\xf1\xa5\xd2\x03\xac\xb1\x04\x42\x92\x24\x59\ \xf2\xf0\x8c\x31\x84\x90\xc0\x92\xe0\x1c\xb8\xe8\x23\xff\x1e\xf6\ \x7c\x19\x87\xde\x95\xe1\x30\x46\x42\xf4\xe4\x14\x10\xc0\x94\x52\ \xdd\x30\x28\x63\x40\x4d\xc3\x30\x19\x13\x94\x9a\x8c\x89\x50\xf3\ \xf1\xe7\x9f\x5e\xde\x25\x91\x06\x48\x1a\x9f\x92\x3c\x7e\xc4\xb5\ \xfb\x9f\x7d\xf9\xf1\x5f\x1d\x8a\x55\x9c\xc3\x66\xdc\x30\x7b\x10\ \x36\x75\xd3\x34\x99\xa1\x99\x31\x19\x45\x45\x9e\xb5\x4f\xfd\xfe\ \xf1\xec\xc2\xc9\x77\xdf\x74\x45\x8c\xc2\x18\x8f\xa8\x3f\x43\xcf\ \x64\x04\x46\x48\x80\x40\x80\x38\x26\x02\x38\x9c\x0b\x5d\x08\xd4\ \xd9\xd1\xfe\xaf\x7e\xc7\xa5\xf8\x3e\xdc\xf3\xe4\xfa\x83\x2f\xba\ \xce\x92\xd7\xa4\x9b\xc1\xa1\x39\x33\xef\xbe\xe2\x4f\x56\x5e\x13\ \x21\xe4\xf0\xc1\xfd\x83\x87\x0e\x47\x91\x42\x95\xc0\xd4\x86\xc6\ \x36\x57\x7c\x8a\x5f\x46\x40\x64\x1a\x68\xae\xa8\xae\xd5\x98\x9c\ \x9c\x9e\x99\xe0\x41\xf5\x55\x95\xad\x41\xea\x8e\x4b\xc9\xc9\x48\ \x90\x30\xea\x6a\xac\xa9\x6a\x68\x77\x27\xa4\xe5\x64\x26\xeb\xad\ \x35\x15\xb5\x4d\x14\xb9\xd2\x32\x33\xe3\x5c\xa2\xb1\xa1\xc5\x19\ \x9f\xe2\x53\x90\x40\x92\xc4\xd5\xea\xca\xca\xb6\x10\x75\xf9\x13\ \xd2\x52\x12\x3d\x32\x6f\xa8\xae\x68\x68\x57\x65\x77\x4c\x6a\x6a\ \x5a\x5c\x8c\x97\x37\xed\xfc\xfd\x53\x1f\xcd\xf8\xea\x77\x27\xa7\ \x11\x9d\x0a\x00\x50\x1c\xf2\xe1\x55\x2f\x2c\x3a\x11\xfb\xdd\x6f\ \xdd\x1e\x8b\x4c\x66\x86\x9a\x1a\xdb\x3c\x49\xa9\x1e\x19\x47\x4a\ \x1c\xf3\xd6\xc6\x46\xee\x8a\x4f\xf4\x2b\x22\x3c\xd5\x8a\xd4\xf6\ \xc6\x0e\xd3\x91\x9c\x14\x8b\x38\xb7\xda\x96\x1e\x68\x69\x51\x71\ \x72\x52\xbc\x8c\xc0\x08\x75\x34\x76\x98\x49\xc9\x09\x0a\xc1\xb2\ \x44\xa8\x69\x0a\x6e\x34\x35\x35\x3b\xe3\x92\x78\x67\xab\xa1\xc4\ \x24\xf9\x9d\x88\x48\x12\x70\x93\x09\x33\xd4\xd2\x1c\x80\xe4\xa4\ \xd8\xae\xc6\xea\x86\xf6\x10\x17\xd8\x1b\x9f\x92\x9d\x9e\x84\x99\ \xc1\x04\xef\x68\xaa\x6b\x6c\xed\xa2\x02\xb9\x63\x92\xb2\x32\x53\ \xdc\x32\xaa\xdd\xbb\xea\xc9\xa5\x27\x1f\xf8\xc1\xa3\x03\x7d\xc2\ \xb4\xb3\x9b\xce\x11\x35\x60\x4c\xf6\xed\xdf\xb7\xf1\x93\x8d\x80\ \x50\x7c\x5c\xdc\x8d\x37\xde\xe0\xf3\xf9\x89\x44\x82\x81\x40\x55\ \x65\x79\xf1\x90\x61\xa6\x69\x5a\xcd\xb8\xa9\xb1\x21\x10\x0c\x14\ \x14\x0e\xd6\x54\x95\x47\xd5\x8f\xe0\xe1\xf8\x82\xe8\x35\x07\x47\ \xd5\x86\xc6\xce\xd8\x94\x14\x08\x36\x77\x50\x67\x4a\x82\x9f\xa9\ \x6d\x4d\x9d\x2c\x3e\xce\xd5\x54\x55\xd5\xa1\x31\x6f\x42\x7a\x76\ \x4a\x2c\x91\x88\xd9\xd5\x5c\x51\x55\xa7\x71\x39\x39\x23\x2b\xd1\ \x83\x9a\x1a\x5a\xdd\x09\xc9\x1e\x05\x23\x8c\xb4\xce\xa6\x8a\xea\ \x46\xe2\x49\xce\xc9\x48\x94\x70\xf4\x10\x01\x41\x44\x3c\xce\xa2\ \x0a\x84\x90\x24\xc9\xaa\x1a\x3a\x5d\x56\x3a\x74\xd8\x70\xcb\xe6\ \xee\x61\xce\xae\x9d\x3b\x2e\xbf\x62\x06\x35\x4d\x2e\x38\xa5\xd4\ \xd0\x0d\x5d\xd7\x88\x44\x0e\x1f\x3c\x38\x69\xca\xd4\x33\x7d\xcf\ \x2f\xe8\x2f\x70\x4e\x4d\xa6\x49\xac\xff\x7a\xd6\x26\xd3\x19\x8f\ \xd6\x45\x45\x56\xed\x6d\x61\x95\xbd\x10\x1c\xc0\x99\x9e\x91\xc9\ \xa8\x4e\x05\x02\x53\x23\xee\xb8\x82\xe2\x44\x04\x82\x52\x93\x71\ \xc8\x18\x38\x38\x1b\x21\x21\x98\x69\x52\x93\x81\x37\x39\x73\x58\ \x5a\x36\xa7\xd4\xd4\x35\x25\x26\x75\x70\x7c\x3a\x02\x41\x4d\x93\ \x72\x48\xc9\xc8\xe4\xcc\xe4\x5c\x00\x98\x14\x2b\x99\x03\x8a\xb2\ \x11\x12\x82\x53\xd3\x34\x39\x4e\xce\x29\x48\xcb\x45\x80\xb0\xd0\ \xea\x56\x2d\x5c\xb8\xef\x54\x4d\xf6\xe4\x1b\xc7\xa6\x3b\x34\x23\ \xac\x40\x67\x50\x31\x78\xca\xac\x41\x65\x6b\xca\xeb\xdb\x47\xa6\ \xb9\x05\x71\xa5\x65\x7b\x99\x69\x46\x22\x37\x42\x08\x48\x4c\xcb\ \x00\x4e\xbb\x35\x23\x05\x13\xae\xb8\x54\x2f\x12\xa6\x19\xae\xf3\ \x21\x84\x50\x7c\x49\x59\x31\xc2\x34\x29\x05\x24\xb9\x62\xb2\x7d\ \x88\x9a\x94\x33\xae\x33\x0a\x00\x80\xe4\x94\xf4\x2c\x4e\x29\x4a\ \x49\x47\xd6\xa1\xb8\xc1\x00\x00\x84\xe4\x49\xcc\xf4\x81\x69\xd2\ \xb8\x8c\xfc\xa4\x4c\x04\x20\x38\xe7\xd4\xd4\xac\xa1\x64\x6c\x6a\ \x76\x62\x3a\xb6\xc6\xb4\x94\x1a\xa6\x60\xa5\x65\xd5\x43\xae\x9c\ \x93\x1f\x87\x4c\xdd\x4e\x6c\x3a\x47\x9e\xac\x10\x5c\xf0\xe2\xe2\ \xc1\x95\x95\x95\x47\x8e\x1c\x9d\x77\xed\x35\x3e\x9f\x8f\x71\x8a\ \x39\x3a\x33\x86\xc7\x23\xca\xf0\xbc\x57\x65\x27\x01\x42\xf0\x28\ \xe1\xc2\xf0\x7c\x04\x71\x65\x66\x7b\x99\x69\x42\x4c\xb2\x17\x71\ \x93\x9a\xc4\x19\x9b\xe9\x41\x94\xb2\x9c\x82\x62\x8c\x90\xe0\xcc\ \xa4\xd4\x34\x18\x71\xc7\x17\x0c\x49\xea\x6e\xff\x29\x59\x19\x9c\ \x9a\x9c\x73\xe0\xe0\xf0\xa7\x0c\x19\x9e\x26\x18\x35\x68\xaf\xfa\ \xf5\x02\xac\x09\x54\x64\x95\x89\xb7\xb4\x52\xad\xe8\xfe\x39\x59\ \x9a\xf8\x85\xf4\xa0\xcd\xe0\xf8\xc2\x5b\x8a\x73\x66\x84\xb3\x35\ \xfa\xb9\xd6\xdc\xa1\x78\x75\x33\xd4\x4d\x6d\x18\xe1\x40\x20\x10\ \xe3\xf7\x33\xce\x04\x00\x02\x6e\x9a\xcc\xaa\x2d\x0e\x08\x38\xa3\ \x06\xeb\x99\x75\xa3\x86\x41\xa3\x58\x91\x99\x26\x8b\x90\x0c\xa7\ \x66\xf7\xdf\x10\x00\x8d\x26\x45\xce\x4d\x23\x5a\x72\x52\x44\x8e\ \x83\x90\x70\x0f\x19\x3b\x29\x6f\xbc\x3f\x37\x37\x0d\xa2\xf6\x11\ \xd4\x64\xae\x8c\x9b\xef\xbf\x53\x20\xc9\xea\xf9\xa6\xd1\xf7\x21\ \x1c\x7d\x8a\x88\x0d\x56\x02\x5b\x54\x6a\x3a\xa3\x26\x0b\xe7\x97\ \x08\xce\x4c\xa3\xef\xe5\x08\x1f\xa4\xef\xa1\x50\xe4\x8b\xc0\x0c\ \xe3\xcc\x9b\xc9\x4c\x33\x7a\x23\x67\x68\xd8\x8c\xdb\x47\x2a\x2e\ \xa6\x19\xc2\xd6\xc2\x3b\x77\xe3\x08\x21\x84\x2c\xc9\x73\xe7\xcc\ \x99\x3a\x75\x4a\x42\x42\x02\x65\x0c\x81\x40\x84\x74\x75\x75\x46\ \x2f\x9a\x02\x00\x89\x48\xaa\xa6\x72\xce\x11\x20\x0e\xd1\x33\x96\ \x56\x43\xee\x95\xdd\x0f\x82\x87\x9b\x13\x0b\x37\x18\xc1\x99\xc9\ \x01\x00\xa2\x1b\x2a\x82\x33\xdb\xbf\x19\xd5\xd8\x4c\x9d\x9e\x25\ \xde\x28\x20\x2a\x9d\x0a\x81\x10\x98\x90\xae\xae\x2e\x49\x92\x2e\ \x0c\x2f\x70\xc1\x7c\xee\xa4\x58\x4f\xda\xa7\xa4\x26\x73\xc1\xbb\ \x5d\x06\xc1\x79\x6a\x5a\xfa\xa9\x13\xc7\x0a\x0b\x07\x7b\xfd\x7e\ \xcb\x21\xb7\x46\x44\x00\xd6\x2f\xfb\x77\xaf\x37\x51\x06\x0c\x19\ \x89\x91\x30\x4d\x93\x0b\xd2\x47\xaf\x53\x51\x1c\x20\xf8\x25\x31\ \xe9\xe7\x70\xb9\x40\x70\x2e\x6c\xed\xdc\x73\xc5\x0b\x56\x97\x42\ \x96\xa6\xab\xd7\xeb\x65\x8c\x13\x0c\x42\x88\xe6\x86\x86\x9a\xaa\ \xca\xa2\xe2\xa1\x56\xda\xbb\x15\x3b\x8f\x8d\x8d\xad\xad\xa9\x2e\ \x39\x79\x3c\x27\x27\x4f\x91\x95\xb0\x1e\x74\x58\x26\x1e\x9d\x9f\ \x05\x80\x51\x36\x43\xcf\x50\x02\x90\x00\xd1\xda\xdc\x5c\x59\x7e\ \xba\x70\x70\x71\xb7\xcd\xe7\x39\xee\x88\x38\xa7\x1c\x3e\xef\xb9\ \x39\xe7\x89\x49\x49\x02\x44\xc9\xa9\x13\x8c\xb1\xb0\x78\x7c\x9f\ \x85\xa9\xf6\xf3\xcf\xc6\x05\x18\x45\xf4\x74\x36\xd1\xeb\xbd\x50\ \x14\x65\x60\x41\xa1\xd7\xeb\x8d\xd6\x83\x46\x18\x17\x0e\x1e\x5c\ \x5e\x56\xba\x77\xcf\xae\xee\x75\x00\xbd\x5a\x32\xba\x30\x36\x5b\ \x7f\x90\x65\x79\x60\x41\x81\xdf\xef\xbf\x64\xf4\xa0\x39\xe7\x49\ \x49\xc9\x89\x89\xc9\x02\x84\xcd\x00\x36\x2e\x95\x21\x46\x9f\x0e\ \x26\x84\x90\x24\x79\x50\xe1\xe0\x8b\x53\x19\xa0\x5f\x9b\x2f\x6a\ \x5e\xb0\xa8\xa1\x37\xdf\xd9\xb0\x71\x11\x7b\x12\x67\xe9\xf9\xe2\ \x1c\x09\xa5\x9d\x4f\x9b\xbf\x00\x6c\xdd\x57\x1b\x36\x6c\xd8\xbc\ \x60\xc3\x86\x8d\x8b\x67\x1c\x11\x49\x6a\xb2\xb3\x71\x6c\x5c\x02\ \x40\x08\x63\x8c\xcf\xf4\xcc\x2d\xa1\x24\xce\xf9\x45\x38\x20\x3e\ \x9b\xcd\x17\x2f\x2f\x20\x84\xba\xba\x3a\xd5\x90\x6a\x4b\xc5\xdb\ \xb8\x14\x20\x38\x17\x5e\x9f\xcf\xe3\xf5\x8a\xa8\x74\x22\x84\x90\ \x49\x69\x47\x5b\x5b\x38\x8f\xe9\xa2\x0b\x2e\x08\xb7\xc7\xeb\xf5\ \x7a\x2f\x94\x1e\xb4\x20\x58\x91\x88\x72\xb6\x22\xd4\x08\x80\x71\ \x46\x99\x06\xe1\xf5\x1c\x38\x10\xe8\x54\xd5\x50\x66\x76\xae\xa2\ \x28\x76\xa3\xb3\x71\xf1\x43\x55\x43\x35\x55\x95\x12\x21\x0e\xa7\ \xb3\x5b\x52\x91\x73\xde\xd2\xdc\x18\x17\x9f\x90\x90\x90\x74\x31\ \xda\xac\xa9\x35\x55\x15\x12\xc1\xce\x88\x96\xea\x79\xe5\x05\x8c\ \xa5\x96\xce\xca\xb6\x60\x2d\x46\xfd\x97\xf4\xe5\x82\x7b\x9d\x71\ \x29\x71\x03\xad\x94\x4c\x84\xa0\xb3\xa3\x23\x33\x3b\xc7\x52\xe3\ \xbf\x20\x2a\xba\x36\x6c\x7c\x1e\xaf\xb6\xbb\x29\xba\x5c\xee\xc4\ \xc4\xe4\xd6\x96\xe6\xd4\xf4\x74\x6b\xe6\x0f\x21\xa4\xaa\x21\x89\ \xc8\x09\x09\x49\xdd\xb3\x12\xdd\x5f\xe9\x23\x65\x7c\x9e\x6d\xb6\ \xfe\x75\x39\x5d\x49\x49\x29\x2d\x8d\x0d\x6e\x8f\xf7\x42\xe8\x41\ \x4b\x9e\x3d\x25\x2b\x3e\xda\xf7\xb4\xdb\xe1\xef\x77\x07\xcd\x0c\ \x8c\xc8\x9d\xf3\xc0\xac\x7f\x68\x46\x97\xb5\x85\x71\xae\xc8\x8a\ \x25\x29\x00\x51\x1a\xdb\x5f\x5e\x43\xa2\x1f\xc5\xdc\xcf\xfc\x0a\ \x26\x96\xb0\x5c\x84\xe6\x70\x24\xdd\x11\x13\xf2\x45\xb5\xa1\x11\ \x26\x18\xf1\x4b\x43\x13\x41\x58\xa2\xd9\xb6\xae\xf4\xd9\x48\xc1\ \x7a\x23\x2b\x0a\x65\xbd\x92\xf7\x18\x63\x84\x90\xee\x1d\x50\x94\ \xbe\xe3\xbf\x87\x14\x10\xc6\x9f\xd6\x47\xa2\x05\xa9\x2d\xc8\x8a\ \x62\x5e\xa8\xfc\x05\x01\x42\x22\x8a\x53\xf1\x3a\xe4\xb3\x56\xf5\ \x95\x25\x67\xaf\xc0\x8c\xa5\x07\x2d\xb8\x08\x8b\x9d\xf7\xfc\x81\ \x7d\x71\x05\x53\x24\x49\x74\xd7\xaa\x37\xaa\x62\x26\xdf\x38\xa5\ \xf0\xd3\x54\xa5\xa3\x7f\x30\x41\x47\x3f\x7e\xfb\xb4\x32\x64\xee\ \xd4\x22\x41\x29\x00\x98\xba\x06\x58\x22\x04\x23\xda\x75\xea\x78\ \xb9\x3b\x63\x50\x9a\x4f\xf9\x17\x45\x75\x91\x84\x82\x9b\xdf\x7b\ \x5f\x1a\x36\x6f\x62\xae\x3b\xb2\x82\x22\x5a\xd0\x39\x2c\x0f\x1d\ \x9d\xbb\x1e\x56\x91\x8e\xd2\x95\xb6\xbe\x87\x88\x44\x10\x08\x46\ \x11\x91\x20\x4a\x3e\xba\xaf\xae\x34\x67\x34\xcc\x5f\xd6\x31\x38\ \xa5\xa2\x97\x84\xb4\xe0\x8c\x71\xd1\xfb\xa4\x00\x02\xc0\x3c\xb8\ \x7e\x55\x63\xcc\x88\x99\x63\xb2\xd9\x7f\xb6\x7c\x6c\x9f\xca\x46\ \xa8\x3b\x85\x50\x44\x16\x47\x9d\x45\x0f\xba\x5b\xfd\x99\x47\x9e\ \xd5\x67\xd6\x95\xf9\x92\x7a\xd0\x08\x00\x04\xd3\x0d\x4e\x24\x09\ \xa3\x7e\x12\x83\xfb\x6e\x89\x5a\xf6\x7d\x61\x78\xe1\x0b\xc0\x5a\ \xaf\x6e\xf1\x5f\xe9\x27\xef\x2c\xdb\x71\x0a\x11\xc9\xe1\x4b\x1a\ \x35\x65\xc6\xe4\x21\x19\x9c\x9a\x02\x70\x77\x9b\x66\xa6\x89\x65\ \xd9\x5a\x16\x85\x24\x99\x20\xa0\xa6\x89\x88\x4c\x30\x70\x2e\x2c\ \xa9\x5c\x08\x6b\x75\xb3\xda\xd2\x03\x25\x19\x43\x11\x00\x20\xab\ \xbb\x00\x00\xa7\x26\x03\x40\x92\x2c\xf5\x70\x0f\x17\x80\x89\xb5\ \x43\xc3\xd1\x1d\x07\x7c\xc9\xd7\x4c\x2d\xe2\x98\x60\xbd\x66\xc9\ \xfc\xb7\x0b\x6f\xfe\xc6\xa8\x64\x02\x5a\xcb\xc7\x2b\x97\xe7\x5c\ \xff\x68\x46\xac\xeb\xcc\xf9\x5b\x4e\x4d\x2e\x00\x50\xb7\x9d\x82\ \x9a\xe1\x87\x09\x96\xa5\x96\xfd\x6b\x96\x6d\xae\x7d\xb0\xe0\xe4\ \xfc\x57\xf6\x4f\xb8\xee\x9e\xc1\xf1\x08\x40\x5d\xff\xc6\x12\x3e\ \x68\xac\x71\x7c\xb7\x63\xc4\x9c\x19\xc3\x53\x05\xc0\xc9\x2d\x4b\ \x77\x76\x66\x0e\x96\xcb\x0e\xb3\xa2\xbb\x67\x8f\xc6\x02\xba\xca\ \xb6\xbf\xb7\xb9\x26\x2f\x0b\x1f\x6b\x4a\xbe\xe7\xb6\x29\x8a\x00\ \xb3\xfe\xe0\xeb\x1f\x1c\x9c\x7e\xdb\x2d\x4d\x1f\xbd\x59\x15\x37\ \xe6\xfa\x2b\x8a\xc1\xa4\x58\x96\xaa\xf7\xac\x5e\x7f\x0c\x6e\xba\ \xfb\x2a\xa9\xf1\xf8\x9b\x6f\xef\x18\x77\xfb\x1d\x85\xf1\x12\x65\ \x20\xa1\xae\xd5\xaf\x2d\x55\x46\xcc\x9d\x3e\x3c\x66\xd3\xf2\xc5\ \x5b\x8f\x37\x11\x59\xf6\x27\xe7\x4c\xb9\xf2\xca\x21\x19\xb1\x9c\ \xa9\xfb\x3e\x7a\xe3\xa3\xbd\x0d\x44\x91\x3c\x71\xe9\x13\xa7\xcf\ \x1c\x95\x9f\x90\xe0\xee\x7c\x65\xe9\xb2\x81\x83\xbf\x93\xe3\x10\ \xff\xc9\x4e\x83\x88\x7a\xf0\x22\x00\xd3\x34\x1d\x0e\x07\xa3\x34\ \xdc\xb5\xb8\xe8\xa3\xa1\x2a\xa2\x74\x5f\x7b\x3f\xf2\xce\xd0\x83\ \xc6\x12\xed\x2c\x5b\xb4\x62\xdf\xd8\xab\xaf\x2f\x48\x92\x7b\xb7\ \x22\x44\x64\x09\x45\xb5\x4c\x22\xcb\x28\xea\xaf\xdd\xed\xb6\xed\ \xe4\xc6\x85\x9f\x74\x3c\xf8\x95\x79\x5e\x00\x66\x9a\xa2\xb7\xcd\ \x02\x7a\x16\x6d\x41\x44\x93\x3a\xac\x34\x87\x2e\x11\x3d\x68\x1e\ \x59\x62\x82\x10\x94\x6e\xdf\x54\x11\x48\x98\x7e\xf9\xd4\xfc\x58\ \x73\xd9\xd3\x8f\x3f\xf7\xe1\x01\x4e\x24\x49\x62\xd5\x27\xf6\xae\ \xfd\x68\xfd\xc1\xd2\x7a\x2c\xcb\x2d\xe5\x87\x0e\x97\xd5\x0a\x8c\ \xb5\xc6\xd3\x47\x4f\x56\x01\x46\x7a\x5b\xf5\x81\x43\xa5\x1d\x1d\ \x2d\x87\x77\x6d\x59\xb7\x76\xcd\x96\x3d\x47\x3b\x19\x06\x00\x4c\ \x24\x09\x83\x00\x20\x22\x78\x7c\xcf\xe6\xb5\xeb\x36\x95\x35\x04\ \x89\x4c\x10\x32\x4f\x1f\xde\xbd\x66\xf5\xea\xad\xfb\x8e\x07\x28\ \x46\x98\x60\x1a\x38\xb6\x7b\xd3\x86\x4d\x9b\x4a\x5b\x0d\x87\x42\ \x04\x80\x00\x04\x2c\x58\x7e\x72\xcf\xda\xd5\x1f\x6e\xd8\xb8\xbb\ \x85\xf9\x2f\x9b\x7d\x75\x71\xaa\xdb\xe8\xa8\x3f\xb0\x73\xf3\xda\ \x35\xeb\x76\x1e\x2e\xad\x3e\x7d\x7c\xd3\xfa\x35\x5b\xf7\x9d\x08\ \x09\x82\x30\x96\xc0\x28\x3d\xb0\xed\xa3\xb5\x1b\x8e\x57\xb5\x11\ \x89\x08\x2b\x69\x9e\x77\xae\x5f\xbf\x2d\xfb\xb2\xab\x86\x0e\xca\ \xe3\x65\xdb\xdf\x7c\x77\x1b\x20\xd2\x7a\xe0\xc3\xa5\x5b\x4b\x93\ \x73\x06\xa4\x3a\x6a\xde\x7c\x63\x59\x13\x43\xa8\xf3\xf8\x5b\x6f\ \xae\x93\x93\xb2\xb3\xd3\xbc\x5b\x17\x2d\xd8\x55\x63\x60\x14\xfc\ \x70\xe9\x9b\x25\x28\xb5\x20\x27\xe9\xf0\xea\xd7\xd7\x1f\xef\xc2\ \x88\x7e\xb2\xec\xcd\x03\x6d\xfe\x14\x37\xdf\xbb\x61\xc5\x3f\x5f\ \x7e\xfd\x64\x0b\x25\xb2\x04\xa1\xda\xa5\xaf\x3e\xbd\x78\xf5\xce\ \x10\x42\xa1\xe6\xca\x15\x6f\x3c\x33\x7f\xd5\x5e\x8e\x08\x96\x48\ \xe3\xbe\x55\x4f\xbd\xf0\xfa\xbe\xd2\x46\x8c\xd4\x5d\x5b\x37\x74\ \x25\x0f\xbd\x7c\xea\xd8\x38\xe3\xf4\x53\x8f\xff\x76\xd5\xc1\x26\ \x4c\xcc\xc3\x9b\xd7\xb5\x7b\xb2\xa7\x5f\x36\x31\x5d\x6e\x7c\xf1\ \x4f\x8f\xbf\xb5\xad\x2a\x63\xe2\x0d\xc3\x9d\x35\x6b\xb7\x57\x20\ \x62\x5d\x87\xff\xe8\x97\x35\x80\xdc\xb4\x79\xf3\xd3\x4f\x3f\xdd\ \xd2\xd2\xd2\xa3\x07\x0d\x67\x3e\x7b\x7b\x74\xe2\xc3\xaf\x48\xc3\ \xee\x7b\x4c\x84\xb8\xda\xb4\xe5\x93\x1d\x8d\x2a\x18\x5d\x0d\xfb\ \xb7\x6f\x5c\xbb\x66\xed\xf6\x03\xa7\x54\x90\x30\x41\x9d\x75\xa7\ \x36\xae\x5b\xb3\x7e\xd3\xde\xe6\x20\xc5\xb2\xdc\x55\x77\x6a\xe3\ \xda\x8f\xb6\xec\x3b\xa1\x0a\x19\x81\x51\x5b\x7a\x68\xe3\xfa\x35\ \x9b\x77\x1d\x6d\x6c\x6e\x3e\xb2\x63\xd3\x07\x1f\xac\xdd\x7a\xb0\ \x54\x17\x18\xce\x30\xbb\x3f\x1b\x44\xb7\xf3\xf2\x65\x40\x1e\x7b\ \xec\x27\xff\xea\x77\x64\xe2\x28\xa9\xdb\x71\xba\x61\xaf\x4c\x1c\ \xfd\xee\xc0\xb8\x99\x1c\x9b\x3f\x3c\xef\x2a\xca\x0c\x6b\x00\xdf\ \xd2\xdc\x9c\x98\x94\x8c\x31\xc1\x58\x94\xec\xd8\x14\xca\x9c\x76\ \xdb\xdc\x09\x83\x86\x8c\x2e\x8e\x6f\x7f\xe5\x8d\xad\xc3\xa6\x4d\ \x69\xdf\xb1\xe8\xef\xaf\xad\x0f\x69\xed\x9b\x3f\x5a\x67\x24\x17\ \x39\xab\x56\x3e\xf1\x5e\xd5\xcc\x19\x63\x4a\x96\xfd\xe3\xaf\x4b\ \x8f\xce\x98\x37\xad\xf6\x93\xf9\xcf\x6f\x6a\xcb\x76\x55\x3e\xf5\ \xe2\xfb\x5c\x11\x7b\x56\xaf\x3c\x15\x88\x9f\x34\x2c\xeb\xd4\xae\ \x75\x2d\xbe\x11\x93\x8b\xe2\xd7\xbc\xfa\xd4\x1b\xeb\x4f\x68\x1d\ \xa7\x3f\xfa\x68\x57\x7c\xe1\xc8\xac\x78\x7c\x6c\xf7\xae\xd3\x75\ \xf5\xfb\x3e\x5e\x55\xaa\xa7\x8e\x2f\x4e\x58\xbf\xf0\x2f\xf3\xd7\ \x9e\xa0\x46\xfb\xd1\x03\x25\x89\x45\x13\x27\x0c\xcd\x14\x1c\xb0\ \xd9\xb6\x63\xcb\xe6\x16\xea\x91\x91\x73\x40\x0e\x59\xf4\xfc\xf3\ \xb4\xe8\xca\x98\xa3\x4b\xff\xf4\xea\x06\xa4\xd0\xed\x1f\x2e\x5e\ \x7f\xb8\x81\xeb\xad\x1b\xdf\xff\xa0\x51\x19\x38\xb6\x30\x7e\xd7\ \xca\x97\x16\x6d\x3c\x8d\xcd\xc6\xb5\x6b\xb7\x78\x06\x8d\xc9\x89\ \x95\x04\x92\x44\x7b\xd9\x7b\x2b\xf7\x8e\x99\x3b\x2f\x2f\x31\x66\ \x50\x9e\x67\xf5\x92\x15\xae\xfc\xdc\x2d\x4b\xdf\x49\x9e\xf5\xc8\ \x35\xc3\x53\x53\xf3\xf3\x2b\x3f\x7e\xe7\x24\xca\x55\xf7\x2c\x3f\ \xe6\x99\xfa\xd5\x1b\xc7\xc6\x24\xe7\xb9\x1a\xb6\xae\x3a\xa0\xe7\ \xa2\xa3\xcb\xf6\x88\xaf\x7c\xed\xf6\xcc\xd4\xec\x04\xfd\xe8\x3b\ \x9b\x6a\xf2\x13\x9a\x96\xae\xad\xb9\xe7\x5b\x0f\x67\xba\x5a\x36\ \xef\x3c\x6c\x0a\x23\xc0\x13\x26\x0c\xc9\x3c\xf5\xc9\xd2\x35\xc7\ \xdb\x62\x92\x92\x46\x4d\x99\x2a\xaa\x76\xef\x69\x36\x8d\xa6\xe6\ \x94\x11\x53\x32\xdd\x4d\x4b\x5f\x59\x1c\xf0\xc5\xfa\xd3\x0b\xa7\ \x0c\x4b\xda\xb5\x79\x6b\xda\xb4\x3b\xaf\x1e\x5f\x3c\x64\xf4\xe4\ \xc4\xd6\xcd\x8b\xb6\xd4\x4c\x9b\x36\xf2\xf4\xd6\x4f\x3c\xa3\xaf\ \x9b\x37\x75\x54\xd1\xf0\x09\x79\xfc\xd8\x1b\x2b\x8e\x4c\x9e\x7d\ \xb9\xb7\x69\xcf\xb6\x32\x31\x65\x42\x11\xb9\x34\x4a\x6d\xfd\x1b\ \xc3\x0a\x04\xe3\x5d\xbb\x77\x2d\x5b\xb6\xac\xa5\xa5\xa5\xa6\xba\ \xba\xb0\xa8\xc8\xe1\x70\x20\x8c\x0d\x4d\xef\x68\x6f\x8b\x8f\x4f\ \xe0\x11\x01\x1e\x55\x0d\x51\xca\xe2\x13\x12\xa2\x17\x53\xf5\x1b\ \x38\x47\x08\xb3\x50\xfd\xe6\xed\x65\xa3\x67\x5c\xd1\xb9\x73\xe1\ \x9f\xdf\xd8\x26\x4b\xfa\xe6\xf7\x57\xd6\xcb\x79\x43\x52\x3a\x9f\ \xfe\xc3\x33\x95\xa6\xa4\x76\xaa\x69\x03\x8b\x9c\x4d\x7b\x9e\x7b\ \x69\x49\x0b\x43\xa7\xb6\xad\x39\xae\x26\x8e\xca\x16\xf3\xff\xf0\ \xbb\xdd\x0d\x26\xc7\x9e\x14\x3f\x3f\xb0\xf7\x98\xe4\x75\x0a\x67\ \xfc\xc0\x9c\x54\x09\x9d\x65\x74\x1b\xf1\x17\x30\xc6\xa6\x61\xb4\ \xb5\xb5\xc6\x27\x24\xf4\x89\x4a\xd4\xd6\xd4\xe4\xe6\xe5\x73\xce\ \x05\x88\xb0\x10\x1d\xa3\x18\xe3\xc6\x86\x86\xac\xec\xec\x33\xed\ \x3f\x4f\xf9\x8e\x82\x5b\x1a\xbb\x56\x36\x88\xe0\xcc\xe0\x20\x4c\ \xca\x92\x07\x8c\xcc\xa1\xad\x35\x25\x47\x56\xbd\xb7\x75\xcc\xed\ \xdf\xfa\xe1\x0f\xff\xfb\x2b\xf3\x72\x57\x2e\xff\xd0\x91\x37\x39\ \xb9\xb3\xb6\xae\xb9\xe9\x64\x43\x7b\xa8\xab\xfe\x54\x43\xa8\xa2\ \xb4\xb6\x78\xe4\x30\x37\xed\xf0\x14\x4d\xfb\xc6\xb7\xbe\xfd\xa3\ \x87\x26\x9f\xda\xf7\x49\xad\x01\x12\x02\x24\xcb\xa1\x8a\x1d\xab\ \x77\x34\xde\xf1\xfd\xc7\x7e\xf0\xe3\xc7\xae\x1a\xd0\xb5\xf8\xfd\ \xed\x26\xb8\x0b\x86\x0d\x2b\x2e\x1a\x5c\x90\xe9\x3c\x72\xfc\x70\ \x75\xc5\xe1\x0f\xb6\xb4\xdf\xf9\xed\xff\xf7\x9d\x47\xbf\x7d\xed\ \xb8\x4c\xd3\x34\xc3\xaa\xaa\x9c\x72\xe1\x9f\x79\xeb\x7d\xf7\xdf\ \x35\x27\xd9\x25\x21\x49\x26\x48\x84\x82\xa1\xc4\x82\xcb\xfe\xeb\ \x5b\xdf\xb9\x6d\x7a\x21\xc4\x15\x7e\xf5\xd1\xef\x7f\xfd\xea\x9c\ \x63\xfb\x76\xb4\xb5\x57\xac\x7c\x77\xa7\x2f\xbb\xa0\xb0\x68\xa8\ \xab\xf1\xf8\xda\xf5\x47\x80\x10\x40\x3c\xd4\xd1\xda\x41\xfd\x71\ \x1e\xa7\x60\xa6\x37\xef\xb2\xbb\x67\x66\x3c\xfb\xeb\xdf\x1c\xf7\ \x4e\xbc\xf9\xca\x02\x6a\xe8\xcc\x99\x79\xc7\x7d\x57\x9f\x78\xfd\ \x57\xaf\x1c\x40\x77\xde\x3e\xcb\xc5\x74\xdd\x24\x97\xdf\x72\x5f\ \x52\xcd\x8a\xff\xf7\xd4\x96\xcb\x6e\xbb\x6b\x80\x8f\x1a\x26\x1b\ \x7b\xcd\x9d\x43\x8c\x1d\xbf\xfe\x9f\x25\xc5\xf3\xee\x19\x99\x2c\ \xb3\x8e\xa6\x2e\x11\x7b\xd3\xed\xb3\x5b\xf6\xac\x3f\xd6\x50\xb9\ \x6e\xe3\xc9\x29\x37\xdf\x95\xa5\x84\x1a\x3b\xa9\xda\xd1\x94\x50\ \x74\xf9\x35\x23\x95\xf5\xeb\xb6\x96\xef\xdf\x7c\x12\x8a\x6e\x9a\ \x35\xaa\xb3\xbd\xdd\xb0\x84\x46\x4d\x1d\xb8\x61\x30\x28\x1c\x5d\ \xa0\xab\x35\xf5\x01\x8e\x31\x30\xd3\x10\x00\xa6\x80\xdc\xa2\x21\ \xb1\x7a\x79\x45\x07\x8f\x4b\x8f\x0f\x74\x35\x74\xd0\x88\xc6\xde\ \x7f\xea\x8b\x73\x66\x52\xb3\xb0\xa0\xe0\xb1\xc7\x1e\xfb\xf5\xaf\ \x7f\x7d\xf7\x3d\x77\x2b\x8a\xcc\x39\x8b\x5c\x96\xde\xc5\xac\xc3\ \x0a\x2c\x91\xf8\x83\x25\xea\x66\x49\x3f\xf7\xfb\x02\x01\xc0\x42\ \x81\xae\xe4\xd1\xb3\xff\xeb\xd1\xef\x3e\x7a\xdb\x90\x03\xbb\x36\ \x37\x74\x76\xd6\xb7\x86\x32\x87\x4f\xbb\xff\xa1\x5b\x07\x25\xc1\ \xe6\xd5\x2b\x8e\x06\x62\x87\x14\x15\x0d\xca\x70\x6e\x58\xbd\xa1\ \xa6\x39\xa0\xa1\xf8\xeb\x1f\xfc\xd6\x57\xef\xbc\x2a\x49\x31\x48\ \xda\xb0\x3b\x1f\xfe\xca\x6d\x33\x86\xcb\xc2\xa0\xac\xb7\xe5\xe1\ \xf3\x5a\x05\x24\x78\xef\xca\x12\x97\x4a\x7c\xa1\x5b\x16\x4f\x40\ \xf7\xc5\x96\x24\xd2\xd5\xd5\xd8\x2c\xdc\x12\xd3\x3a\x82\xae\x31\ \xe9\x09\x00\x90\x94\x95\x8f\x5b\x0f\x8a\xd8\xcc\x81\xc9\x5d\x5b\ \x37\x6d\x51\x49\xd6\xd4\x61\xea\xe1\x2d\x1f\xb7\x34\x3b\xc6\xce\ \x1b\x88\x4f\x6e\x02\x41\x55\x06\xb2\x3f\xc9\x29\x55\x07\x74\x93\ \x0b\x41\x30\x04\x9a\x5b\x98\x92\x92\x1d\xef\x04\x80\xac\xac\x2c\ \xf3\x40\x57\xc3\xf1\x4d\x2f\xbf\xf8\x6e\x4c\xe1\x70\x1c\x30\xb1\ \x02\x9d\x1d\xad\x9a\x23\x39\x2d\xde\x03\xa0\x13\x09\x73\xce\x98\ \x60\x9c\x71\xcc\x18\x8f\x48\xa9\x88\x88\x50\x27\xb7\x42\x3e\x00\ \x4e\x6f\x9c\x42\xcd\x20\x07\x67\xac\x07\x21\xda\x19\x68\x6b\xd7\ \x24\x9f\xd9\x55\x5d\xdd\x5e\x30\xf3\xa6\xfc\xc1\xc9\x9a\x6e\x60\ \x4c\x18\xa3\x42\x80\xc5\xc2\x86\x29\x8f\xb8\x72\x46\xfa\x47\x25\ \xa3\x2f\x9b\x9e\x88\xb5\x90\x4e\x05\x65\x09\x45\x53\xc7\x65\xbf\ \x73\xaa\x60\xd2\xe0\x14\x87\x1a\x0a\x0a\xa0\x72\xfc\x80\xcb\x27\ \x17\x1c\xdc\x1a\x37\x6d\x68\xaa\xa6\x6a\x8c\x03\xf6\x64\x5c\x79\ \xd9\x88\x3d\x0d\xcd\x57\x4e\xc8\x37\x0c\xc6\xd5\x4e\x55\xd3\x92\ \x0a\xa7\x4c\x3e\xb2\xeb\x99\x5f\xff\xd9\x97\x3f\xe9\x8e\xb1\x39\ \xcf\x7c\xa8\x05\x82\xba\x4f\xed\x12\x24\x6f\xe2\x8c\x2b\x77\xfd\ \x65\xc1\x53\x3b\xd1\xd8\x3b\xbf\x9b\x67\x6e\x78\xff\x78\x40\x33\ \x58\xf7\x1c\x8b\x4c\xa0\xbd\xbe\x19\x81\xd3\x25\xb1\xee\x49\x12\ \x19\x41\x4b\x73\x53\x90\x7b\xbc\x12\x30\x26\x84\x10\xac\x3f\xa5\ \xe1\xff\xc0\x30\x83\xc3\xe1\x40\x08\x5b\x12\x0a\x5c\x08\xc6\x18\ \xc6\xd8\x6a\xb2\xd1\x7a\xd0\xd6\xc3\xb6\x5b\x13\x29\xac\xf0\x08\ \x48\x08\x2e\x50\x1f\x21\x48\x4b\x0f\x5a\x84\xe7\x38\x05\x55\x01\ \x9c\xb1\x49\x88\xd6\x42\xc2\xc8\xef\x3d\x7a\xc3\xd2\xf7\x17\xfc\ \x6c\x5d\xda\x7d\x0f\xcf\xeb\x50\x03\x44\x49\x68\xac\xa9\xa2\xfe\ \xa2\xbb\x6e\x19\xe2\x43\x86\x00\x4c\x0d\x1d\xc0\x43\x39\x17\x9c\ \x9b\x86\xe0\x40\xcf\x32\x79\x84\x10\xea\x89\x8c\x72\x8e\xac\xba\ \x32\x97\x96\xee\x2b\x67\x80\x30\x06\xc6\x98\x11\x0a\x76\x76\xb6\ \x75\xd6\x96\xbe\xb7\xf0\x2d\xc7\xc8\x39\xc3\x07\xe7\x9e\x8c\x0b\ \x6e\xda\xb2\x7b\x48\xfc\x90\x1d\x1b\x37\xe3\xf4\x82\xb8\x84\xf4\ \xd1\x45\xa9\x7f\x5a\xfc\xde\xe8\x6b\x6e\x9f\x53\x60\xbc\xf8\xec\ \x2b\x66\xfe\x75\x0f\x65\x3b\x2a\x0f\x52\xce\x28\x33\x81\x53\xd3\ \xea\xda\x82\x9b\xcd\x8d\x2d\xae\x11\x59\x5e\x73\xf5\x86\x5d\x27\ \xae\x2d\x84\xcd\x3b\x8e\x64\x8c\x99\xd0\x59\xb6\xbb\x52\x4b\xfb\ \xd5\xdd\xf7\x18\x7b\xe8\xdf\x36\x68\xde\xc4\xcc\x54\xb6\x78\xfd\ \xe6\x3d\xc9\xd3\xb2\x3b\xbb\x34\xe6\xa6\x8c\x51\x4e\xb9\x84\x65\ \x8c\xf4\xb2\xd3\x35\x2d\xf1\xe0\xe0\x06\xe7\x9c\x31\xca\x18\xe7\ \x8c\x31\xe0\x8c\x32\xeb\x74\x8c\x52\x46\xa9\xd3\x9d\x98\x95\x80\ \x9c\x49\x05\xd7\xcc\x2c\x34\x82\x41\xe2\x72\x33\x5d\xe7\x92\xac\ \xb8\xfc\x3e\xdc\xde\xda\xd1\xc5\x12\x3c\x8c\xea\x14\x14\x8f\xcb\ \x23\xc9\x88\x1a\x26\x63\x1c\x80\x53\x60\x4e\xaf\xd7\x2d\x61\x46\ \x0d\x46\x99\x00\x44\x4d\x13\x49\x1e\x9f\xdb\xc1\xa9\xc9\x04\xe5\ \x02\x4c\x93\x49\x58\x71\x7b\xdc\x98\x1a\x14\x4b\x34\x18\x30\x4c\ \x46\x90\x73\xfc\xe5\x13\xdf\x5b\xff\xc6\xf0\xfb\x26\xc7\x49\x1c\ \x31\x16\xe8\x08\x84\xba\x02\x82\x71\x6f\xfa\xd0\x89\x03\x7d\xef\ \x94\xc4\x5d\x36\x3a\x5b\xdf\x22\x68\x57\x48\xd7\x4d\xce\xa9\x1a\ \xec\xea\x6c\x57\xea\x4e\xef\x9f\xbf\xe4\x50\xf1\x95\x5f\xc9\x90\ \x0d\x9d\x52\x35\xd8\xd5\xd1\xd1\xda\x5a\x71\xf0\x8d\x25\xeb\xe3\ \xc7\xdf\x9d\xeb\x81\x43\x75\xcd\x6e\x77\xa1\x1b\x9b\xa6\x41\xed\ \x42\x14\x88\x5b\x72\x0a\x3d\xe2\x2a\x1c\x13\x8b\x03\xfa\xc8\xc4\ \x5b\x32\x6e\x9c\xf5\x78\x13\xd1\x29\x39\x51\x71\x08\xc4\x2c\xd2\ \xa5\x14\x18\x67\x8c\x32\x0a\x94\x9a\x82\x71\x35\xa4\xa6\x66\x4d\ \xf8\xc6\x37\x0b\x9e\xff\xfd\x2f\xdf\xde\x35\x66\x4e\x7a\x36\x69\ \x74\x8d\xbd\xf2\xea\x44\x62\x70\xc9\xe9\xe8\x3a\x61\x50\xca\x29\ \x65\x9c\xca\x92\xc2\x5a\x6b\xaa\x6b\xeb\x65\x2f\x72\xb8\x5d\x04\ \x9d\x31\x7c\xb0\x54\xdc\xc0\xd2\x90\x43\x1c\x61\x71\x8e\x96\x1a\ \x9c\x3f\xfd\x05\x2e\x04\xe2\x9c\x71\x14\x13\xe7\x2d\xdf\xfe\xee\ \x1f\x6a\x37\x50\x53\xa4\x14\xcd\xfd\xce\xb5\x33\x9c\x32\x99\x73\ \xe7\x1d\x0b\xde\x5c\xf9\xf8\xae\xe5\xb2\x2f\xfb\xde\x7b\x67\x39\ \x75\x2d\x77\xc4\x88\x84\x55\x27\x33\xf2\x87\x14\xe5\xb7\xc5\x7b\ \x9c\xae\xe1\xa3\x62\x84\x41\xb1\xe2\x52\x24\xce\x18\x12\xd8\xe5\ \x50\x28\x97\x06\x0d\x1d\xbb\xe6\xdd\xf5\x47\x67\x7c\xf7\xee\xdb\ \x2e\x7f\xf5\x9d\x67\xf7\x0a\xe1\xcd\x9c\x7c\xdf\xd4\xc1\xc9\xba\ \x3c\x76\xcf\x1b\x4f\xfc\xf2\x67\x58\x6f\xf7\x17\x5d\xe9\x88\xcd\ \xbb\xe3\xde\x39\xaf\x2e\x5b\xf8\x3f\x1b\x48\x30\xc0\x27\x8e\x4c\ \x60\x86\xc9\x4c\x0a\x52\xf2\xf4\xa9\xe3\x16\xbc\xfb\x6c\xe9\xd6\ \x81\xb7\xde\x3e\xcd\xe3\x76\x13\xe0\x40\x1c\x4e\x45\x62\x9c\x01\ \x96\x5d\x0e\x89\x31\xce\xb1\xe2\x50\x88\x70\x67\xdc\x72\xdf\xbc\ \x57\x16\x2d\xfc\xc5\x27\xc4\x93\x98\x7b\xd3\xbd\xf7\x14\xf8\xc1\ \x34\x4c\x57\x6c\x4a\x4e\x1a\x1c\x3a\x59\x35\x25\x7f\x30\x63\x14\ \x51\xae\x38\x14\xcc\x19\x63\x96\xf3\x81\x18\x62\x48\x72\xc8\x18\ \x51\x93\x31\xc6\x05\x20\x46\xa9\x40\xc4\xa1\x60\x46\x19\x03\xce\ \x05\x20\x4a\x19\x48\x4e\x45\x62\x94\x71\x82\x74\x95\x3a\x15\x0f\ \x61\x9a\x23\x79\xd4\x0f\xff\x77\x80\x3b\x2e\x56\xd5\x5b\x7d\x2e\ \x27\x0d\xa9\xa6\x29\xf9\x5d\x8a\x66\xc0\xf8\xeb\x1f\x1e\x64\x28\ \x09\x5c\xad\x91\xdd\x2e\xd4\x61\x50\x14\xeb\x71\x6c\x7a\xfb\xf9\ \x9a\x35\x0a\x05\x47\xe1\x55\xf7\xcc\xbb\x6a\x18\xd5\x3a\x7c\xf1\ \xde\x8f\x3f\x5a\xf4\xfb\x5d\x2e\xc6\x49\xf6\xd8\x3b\x1e\x98\x33\ \x81\xe8\x0d\xfb\x8f\xb5\x66\x8c\x1b\xec\x30\x75\x8d\xfe\x07\x4f\ \x48\x84\x25\x19\x91\xa6\x85\x38\xe7\x18\x63\xc6\xb8\xcb\xe5\x94\ \x24\x39\x5c\x21\xa2\x77\x1d\x3a\x61\x39\x0c\xdc\x6a\xce\x7d\x79\ \x21\xba\x70\xad\x00\xc6\x38\x72\xba\x9d\x48\x70\x90\x1c\x4e\x99\ \x30\xca\x38\x48\x1e\x8f\x9b\xb6\x97\x2e\x58\xf0\x56\x9d\xc1\xa9\ \x5c\x3c\xb7\x28\x7b\x44\x72\xf2\x65\x35\xf3\xff\xf6\xdb\x5f\x2a\ \x92\x77\xc2\x35\xb7\x5f\x5d\x24\x3b\x9d\x2e\x24\xb8\xae\x1a\xfe\ \xec\xe1\x93\x07\x6e\x7f\xf5\x89\xdf\xa6\x0e\xbe\xe2\xa1\x3b\x66\ \xc6\x28\xac\xdb\x15\x40\xbd\x12\x78\x22\xbc\x10\x11\x9f\x44\x17\ \x4a\x0f\xfa\x83\xdd\x7f\x5b\x77\xe0\x05\x97\xe3\x2c\x7a\xd0\x46\ \x70\x58\xee\xac\x7b\xae\xfc\x4b\xb7\x1e\xf4\xa1\x83\xfb\x8b\xc3\ \x7a\xd0\x8c\x53\x53\xd3\x34\xd3\xe4\x44\x71\x7a\x7d\x1e\xcc\x0c\ \x83\x0a\x49\x91\x98\x1e\xea\x0a\x1a\x4e\xaf\xcf\x25\x63\x6a\x52\ \x20\x98\x99\x14\x13\x09\x23\xc1\x18\x43\x44\x42\x42\x70\xce\x98\ \x00\x89\x10\xab\xea\x33\x91\x64\x09\x83\xa1\xaa\x42\x76\xba\x1d\ \x92\x16\xec\x0c\x19\xe0\xf5\xfb\x25\x60\x1c\x61\xa0\x7a\x57\x20\ \x24\xb0\xec\x76\x39\x31\xc6\xb2\x2c\x99\x6a\x57\x40\x35\x88\xe2\ \x72\x39\xac\x99\x21\x21\x00\x4b\x04\xd4\x60\x40\x67\xd8\xe5\x72\ \x20\xce\x11\x91\x90\x08\x9f\x45\x70\x46\xad\xd3\x71\x46\x39\x48\ \x92\x24\xcb\x12\xd5\x02\x5d\x21\x1d\x4b\x0e\x97\xd3\x61\xcd\x99\ \x12\x87\xb3\x79\xef\xb2\xbf\x2f\xaf\x7a\xf0\x7b\x5f\x1b\xe0\x15\ \x94\x0b\x4a\x19\x22\x84\x44\xdd\x1f\xc6\x4c\x81\x88\x84\x71\x14\ \x57\x32\xc6\x41\x92\x7a\x1e\x03\x22\x7c\x16\x82\x22\x25\x4e\x89\ \x24\x21\x84\x24\x89\x70\x4a\xb9\x10\x8c\x32\xc0\x04\x09\xc6\x11\ \x96\x30\xb6\x26\xc8\x29\x65\x42\x70\xca\xb8\x24\x49\x82\x99\xba\ \xa6\x99\x1c\x29\x2e\xb7\xcf\xe3\xe4\xa6\xc1\x38\x70\x4e\x75\x4d\ \xa3\x4c\x48\x0e\xb7\xdf\xeb\xc6\x18\xaa\x77\x2d\xfd\xe7\xca\xba\ \x47\x7e\xf0\xcd\x5c\xc7\xe7\xcb\xfa\xf8\x3f\x4d\x0d\x04\x4b\xfb\ \x0f\xec\x5b\xb1\x62\xa5\x61\x18\x79\x79\xb9\x77\xdc\x7e\xbb\xd7\ \xeb\x23\x12\x09\x06\xba\xaa\x2a\x2b\xfa\xea\x41\x07\x02\x05\x45\ \x96\x1e\x34\x8f\x54\xfc\x12\xfc\xcc\x7a\x53\x00\x20\xb8\xc9\x38\ \x91\x24\xe0\x94\x0b\x2c\x11\x2c\x04\x63\x1c\x08\x06\x5d\x55\x0d\ \x2a\x1c\x6e\x9f\xdb\x81\x38\x10\x22\xcc\xae\xae\x00\x15\xd8\xe1\ \x72\x29\x04\x51\xca\xb0\x55\x73\x19\x63\x2c\x68\xa0\x2b\x28\x24\ \x87\xdb\xa9\xa0\xfe\x03\x8e\xe1\xd2\x11\x96\xd4\xbd\xaa\xaa\x17\ \x4c\x0f\x5a\x80\x90\x25\x97\xc7\x19\xe7\x54\xbc\xfd\x3b\x21\x58\ \x71\xc8\x9e\xa8\xd5\x13\x88\x33\x1e\x1e\x8c\x71\x01\x98\xb8\x5c\ \x1e\x97\x0b\x04\x70\x6a\x68\x56\x0d\x2f\x6a\x98\x08\x2b\x3e\xbf\ \x02\x42\x98\x56\x5e\x00\xe3\x44\x22\xd6\x84\x31\xc6\x04\x04\x17\ \x02\x10\x26\x72\xa4\xbc\x8f\x2c\x49\x56\xd9\x0e\xc9\xe9\x14\x5c\ \x18\x86\x49\x1c\x6e\x9f\x03\x80\x9b\x54\x00\x00\x47\x48\xf2\xfa\ \xfd\x91\x34\x15\x6e\x1a\x06\x92\x9c\x3e\xbf\x33\xb2\x25\x32\xa3\ \xcc\x40\x71\x79\x14\x00\xc1\x05\xb2\xe6\xa8\x30\x91\xac\xb3\x74\ \x9f\x0e\x13\x19\x43\xf8\x20\xc4\xe1\xf3\x3b\xa0\xa7\xaa\x08\x98\ \x9a\x96\x34\x74\xfa\xec\xaa\xd5\x4d\x2d\x81\x81\x3e\x8f\x10\x20\ \x49\x92\xe8\x3d\xcb\x85\x89\x8c\x7a\x6f\x41\xe1\x63\xf6\xde\xa9\ \x67\x0b\x96\x24\x64\x3d\x8b\xba\xd5\x68\x89\x24\x01\x08\x01\x92\ \x64\x9d\xbc\x3b\x65\x06\x59\x57\x43\x60\x22\xbb\xbc\xb2\x0b\x00\ \x04\x18\x9a\xde\x3d\x97\xee\xf2\x78\xad\x3b\x67\xe8\xba\x2c\xb3\ \xa6\x0e\x79\xfa\xdc\xb9\x39\x6e\x11\x99\x14\xff\x8f\x0e\x2e\x50\ \x61\x8e\x1c\x31\x42\xd3\xb4\x43\x87\x0e\xdf\x74\xd3\x4d\x5e\x9f\ \x97\x31\x8a\x39\xe2\x5c\xf4\xe9\x30\x56\xa0\x52\xf0\x7e\xf5\xa0\ \xcf\xa4\x86\xf0\x4d\x01\x1c\xbe\x5f\x80\x88\x44\x40\x08\xe1\xf4\ \x78\x9d\xd6\xa9\x29\x07\xe0\x1c\x21\x97\xd7\xd7\xdd\x2c\x25\x49\ \x0a\x87\x0f\x19\x63\x08\xbb\x7d\x3e\x10\x7d\xa7\x4c\x23\xba\x67\ \x91\x24\x68\x10\x08\x10\xb3\x3c\x99\x0b\x95\xef\xa8\x19\x81\xc9\ \x83\xef\x98\x58\x74\xeb\xd9\xc3\x1b\x02\x21\xac\x1b\xc1\x6e\x4a\ \x96\x64\xa9\xad\xb5\x35\x39\x39\xc5\xa4\xa6\x25\xbb\x0f\x42\x00\ \x60\x82\xcf\x58\x1f\x81\x7a\x55\xd8\x8a\x88\xe8\x41\xb4\x10\x6e\ \xf7\xbb\x9e\x37\xb8\x77\x51\xae\x33\x46\x62\x9f\xbd\x25\x72\x90\ \x7e\x0e\x7e\xc6\x9b\x33\xed\x64\xc8\x37\xed\xda\x5b\x28\xe5\x94\ \x83\x95\x79\x85\xe0\xcc\x47\x48\x7f\x27\x45\x9f\xb6\x53\x7f\xcb\ \x4f\xa3\x6a\x06\x7c\xca\xa1\x50\xbf\x7b\x00\x42\xc0\x98\x34\xe4\ \xb2\xab\x87\x13\xc4\x18\xc7\xf8\x3f\x5a\x80\xa3\xfb\x12\x09\x01\ \x93\x26\x4e\x1a\x37\x76\xac\xac\x28\x8c\x71\x84\x30\x26\x52\x6b\ \x4b\xb3\xd3\xe9\x8a\x6e\x9c\x8a\xa2\x04\x83\x41\x93\x9a\x04\x13\ \x86\x38\x70\x01\x08\x80\x8b\x48\x68\xa2\xdf\x09\x4b\x74\xb6\xd6\ \xdb\xcf\x3d\x42\xa8\xff\xbb\x8b\xfa\x69\x84\xd6\xb9\xc2\x69\x7e\ \x08\x01\x08\x49\x92\x5a\x5a\x5a\x9c\x91\x85\x5e\x17\x20\xbe\x80\ \x10\x91\x30\xf9\x0c\xa7\xa2\xbb\x9c\x26\x63\x59\x59\x39\x27\x4e\ \x1c\xa3\xa6\xe1\x8f\x89\x8b\xc4\x45\xfa\x94\xc5\xb9\xe4\x1f\x5c\ \x06\xa0\x4b\xe7\x87\xa0\xff\x1b\xd7\xfc\x9c\x5c\x87\x70\x41\x18\ \x04\x18\x10\x35\x55\x40\x20\x84\xa8\xad\xaa\x6a\x69\x69\x1a\x32\ \x6c\x44\xb7\xcb\xc0\x18\x8b\x8d\x89\x6d\x72\x34\x1c\x3d\x7c\x20\ \x2b\x2b\x87\x48\x72\x54\xf7\x13\xe7\xf1\x92\x46\xd9\xdc\xf3\x01\ \x09\x04\x75\xd5\x35\x4d\x4d\x0d\xd1\x36\x9f\xff\xb8\xe3\xbf\x40\ \x49\x42\x08\x7f\x4c\xcc\xe0\xc1\x43\x2a\x2b\x4e\xd7\xd5\xd5\xe2\ \x6e\xc2\x3b\xa3\x9d\xda\xb0\x71\x7e\xc7\x10\xbd\x38\x32\x6a\xe9\ \x81\xf0\xb8\xbd\xc5\x43\x87\x29\x8a\x12\x9d\x20\x24\x00\x06\x15\ \x14\xd6\x54\x57\x95\x95\x96\xf4\xac\x06\xee\xd3\x4b\x2f\x94\xcd\ \x42\xb8\xdd\x9e\xe2\xa1\xc3\x1d\x0e\xe7\x97\x2f\x2d\x73\x9e\xe6\ \x23\x18\x63\x6e\x8f\x67\xc8\xb0\x91\xd6\x4c\x90\xdd\x22\x6d\x5c\ \xe4\x7e\x84\x10\x9c\x31\xd6\x27\x6b\xd0\x1a\xe4\x67\x66\xe7\x64\ \xe7\xe6\xf5\x29\x60\x7d\x31\xd9\x7c\x49\xe9\x41\x0b\x21\x28\x35\ \xed\x16\x67\xe3\x52\x07\xfb\x0f\x28\x26\x6e\xeb\xbe\xda\xb0\x61\ \xc3\xe6\x05\x1b\x36\x6c\xd8\xbc\x60\xc3\x86\x0d\x9b\x17\x6c\xd8\ \xb0\x61\xf3\x82\x0d\x1b\x36\x6c\x5e\xb0\x61\xc3\x86\xcd\x0b\x36\ \x6c\xd8\xb0\x79\xc1\x86\x0d\x1b\x36\x2f\xd8\xb0\x61\xc3\xe6\x05\ \x1b\x36\x6c\xd8\xbc\x60\xc3\x86\x8d\xff\xab\xbc\x80\x89\xec\x70\ \xc8\x08\x21\x22\xc9\x72\xa4\x2a\x86\x0d\x1b\x36\xfe\x4f\xe2\x2c\ \xeb\xa6\x10\x76\xba\xdd\x32\x0a\xaf\x4b\x17\xd4\x6c\x6f\xaa\x39\ \xdd\xc6\xb3\xb2\x12\x4a\x77\xad\xdb\x53\x0e\xb3\xae\x9f\x95\x40\ \xfe\xe3\x75\x84\x6d\xd8\xf8\xcf\xe1\x05\x84\x09\x0f\x35\x7d\xf4\ \xf6\x87\x65\x5d\x26\xa3\x94\x9a\x2c\x6b\xe4\x94\xc4\xaa\x55\x7f\ \x5a\xd6\xf8\xab\x27\x7e\x54\xb2\x6d\xd5\xbb\xfb\x13\xa6\xdc\x30\ \x27\x11\x18\x96\x64\x45\x22\x20\xb8\x69\x9a\x8c\x0b\x22\xc9\x61\ \x6d\x42\xce\x4c\xd3\x64\x02\x88\xb5\x03\x00\xa3\xa6\x49\x29\xc2\ \x92\x2c\x4b\x18\x21\x21\x38\xe3\x82\x10\x82\x04\x37\x0d\x83\x09\ \x00\x84\x65\x59\x26\x18\x45\xbe\x6a\xc3\x86\x8d\x8b\x8a\x17\x10\ \x16\x7a\xfb\xa6\xe5\x6f\x6e\x67\xe9\x05\x19\x31\x54\x35\xcc\xe4\ \xc1\x83\x06\x0e\x9d\x30\xb1\x3d\xc9\xe3\x2c\xc5\x92\xa2\xc8\x08\ \x80\x48\x92\xd6\x5e\x7f\xaa\xba\x49\x38\x63\xb2\x72\x32\x3d\x98\ \x75\x34\xd5\x34\xb4\x74\x98\x4c\x38\x7d\x09\xd9\x59\xc9\x84\xb3\ \xae\xa6\xaa\xda\xa6\x0e\x06\x52\x7c\x4a\x66\x7a\x82\x5b\x0f\xb6\ \x57\x9f\x6e\x0a\x6a\xa6\xe4\x8a\x89\xf7\x91\xb6\xe6\x56\xe6\x88\ \xc9\xce\xca\x70\x12\x41\x80\xd5\x97\x97\x35\x76\x1a\x71\x29\x99\ \x19\x49\x7e\x46\xa9\x7d\x6f\x6c\xd8\xb8\xe8\xc6\x11\x92\x22\x0d\ \x18\xff\xc0\x3f\x7f\x38\x47\x62\x26\xc2\xb0\xeb\xcd\x9f\x7d\xb2\ \x43\xbb\xfe\x8e\xd9\x96\x22\x23\x91\xe4\x40\xed\x8e\xa7\xff\xfe\ \xfc\xce\xd3\x6d\x82\x38\x26\x5e\xf3\xe0\xa3\xf7\x4c\xd9\xfa\xea\ \x9f\x9e\xf9\xa4\x94\x0b\x21\xc5\xe6\xdc\xf1\xf5\x1f\x3d\x30\x23\ \x6b\xc7\xb2\x57\x9f\x78\xeb\x10\x20\x1a\x93\x3f\xf1\xfb\x3f\xfd\ \x51\xfc\xb1\x95\x3f\xff\xcb\xd2\xd6\x10\x97\x7d\xc9\x39\xc9\x8e\ \x9a\xd3\xe5\x41\x29\xf9\x86\x87\xbf\xfb\xd5\xeb\x47\xec\x5f\xf9\ \xda\xb3\x8b\x3e\x6e\x0a\x50\x4f\x6a\xf1\x43\xdf\xfa\xe6\xe5\xc5\ \x09\xa6\xc1\xec\xdb\x63\xc3\xc6\x05\xc1\x59\xe3\x8e\xb2\xe2\xae\ \xde\xf8\xdc\x9d\x37\xdf\x78\xcd\x2d\x8f\xbc\xb2\xb6\xca\xe5\x96\ \x71\x8f\xb6\x2a\x22\xc8\xdc\xbd\xfc\xb5\xb5\xa7\xe5\x9b\x1e\xfe\ \xfa\x75\xc3\x62\xd7\xaf\x5c\xb2\xbb\x3c\x44\x3b\x9a\x5d\xc3\x6e\ \xfa\xe7\x3f\x7f\x3f\x2e\xbe\x65\xfd\x07\xeb\x9b\x98\x6b\xc8\xc4\ \xeb\xbf\xfe\xb5\x07\x6f\xb8\x62\x4c\x57\xc9\x8e\x4d\x87\x9a\xb8\ \xd1\xd6\x2a\x32\xbf\xf3\xcb\x3f\xdc\x3b\xc5\x5f\xde\xe8\xf9\xf1\ \x53\x4f\x5d\x97\xcb\x37\x6c\xdb\x5e\x5a\x7a\x62\xc9\xc2\xe5\x7c\ \xd0\x8c\xff\xfa\xe6\x9d\xfe\xfa\x3d\x8b\x57\x6f\xec\xe4\x0a\xb1\ \x63\x9b\x36\x6c\x5c\x5c\xfe\x02\x00\x63\xa6\x3f\x67\xf2\x2d\xd3\ \x0a\x18\xc7\x43\xf2\xfd\xe6\xde\xb0\xa0\x95\x10\x02\x88\x24\x61\ \xb3\xae\xaa\x43\xc6\xe4\xf0\xf6\xad\x1e\x39\x79\xc2\xb8\x14\x0f\ \x37\x9b\x30\xc2\xd8\x9d\x9a\x93\x9f\x95\x9c\x58\x1e\x50\x03\xed\ \xe5\xcb\x9f\x7a\x72\xb7\x99\x32\x3c\x55\x22\xb2\xc2\x34\x13\x39\ \x31\x46\x72\x5c\x4a\x46\x5c\x56\x96\x03\xd7\x79\x52\xf3\x06\xa5\ \xc5\x7c\xd2\x42\xdb\x5a\xea\x9b\x02\xc4\x6c\x29\xd9\xbc\x23\x26\ \x7d\xc4\x18\x5f\x4e\x3c\xa7\xdc\x96\x7c\xb4\x61\xe3\xe2\xe3\x05\ \x6a\xf8\x72\xc6\xdc\x7c\xeb\x6c\x89\x53\x21\xd8\xae\x1d\x5c\x08\ \x01\x08\xcb\x58\xea\x6a\xa9\x3c\x5e\xde\x99\x59\x90\x46\x8f\x34\ \x0c\x1c\x3b\x6d\x44\x8a\xc3\x04\x6f\x71\x8e\xfb\xa4\xc9\x04\xe1\ \x94\x52\xce\x05\x60\xa2\xb5\x97\xef\x39\xd2\x90\x7f\xd7\xed\x57\ \x0f\x50\x8f\x1f\x38\x42\xc3\xf5\x3e\x39\x63\x14\x38\x08\xc1\x29\ \xa5\x5c\x70\x2e\xc0\x1f\x97\x96\x11\x0f\x25\x4a\xc6\xe5\xb3\x27\ \x23\xcd\x88\xcf\x28\xf4\x4b\x26\xb3\x23\x0c\x36\x6c\x5c\x6c\xe3\ \x08\x4c\x24\xc4\x8c\x60\x48\x0b\x04\x82\x06\xe5\x08\x63\x8c\xc1\ \x44\xde\xb1\x53\x2e\xcf\x42\x75\x6b\xd6\xed\x1d\x76\xcb\x37\xee\ \x9a\x9a\xf8\xe1\xcb\x7f\x7e\xec\x17\xff\xbb\x78\xdd\x01\x83\xc8\ \x12\x21\x84\x20\x00\x40\x98\x20\xc1\xdd\xc9\x23\x6e\x9e\x37\xf6\ \xe8\xca\x97\x7f\xf5\xe4\xa2\x76\x47\x5a\x46\x82\x53\x08\x6c\xed\ \x81\x10\x22\x84\x00\x00\x42\x04\x71\xee\x4e\x2e\x7c\xe0\x9b\x0f\ \xa6\xb5\xef\xfc\xc3\x2f\x7e\xf6\x9b\xbf\xcf\x3f\x58\xdd\x25\x49\ \xd8\x76\x17\x6c\xd8\xb8\x50\x38\x4b\x1d\x3a\xc1\x42\x81\x00\x97\ \xdc\x5e\x97\x02\x20\x00\x01\xd3\x43\x01\x4d\x78\xbc\x1e\xa7\x8c\ \x82\x5d\x5d\x0c\x3b\x7c\x5e\x37\x50\xb5\xa3\x33\xc4\x00\xc9\x0e\ \xa7\xcb\x21\x1b\xc1\x2e\x1d\x14\x9f\x47\xd1\x43\x41\x53\x10\xaf\ \xcf\x2b\x71\xbd\xa3\x33\x68\x32\x21\x29\x0e\x97\xcb\x85\x99\xda\ \xa5\x32\x8f\xd7\x03\x54\x0b\x69\xdc\xe3\xf3\x70\x35\xa0\x72\xe2\ \xf1\x7a\x5c\x32\x0e\x75\x75\x06\x75\x13\x13\xc9\xe9\x72\xc9\xc4\ \x4e\xc4\xb4\x61\xe3\xdc\xe0\xdc\xd5\xa1\x43\x92\x37\x36\x01\x09\ \xc6\xac\x0a\x7c\x02\x24\xa7\x37\xc1\x85\x18\x63\x94\x81\xdb\x17\ \x23\x04\x67\xd4\x44\x58\x89\x89\x73\x20\x04\x82\x0b\xc6\xb9\xcb\ \x1f\xeb\x06\xc1\x18\x77\x7b\x63\x10\x12\x8c\x31\x8e\x94\x98\x38\ \x87\xa5\xa7\xcd\x39\x13\xc4\x93\xe0\x44\x8c\x33\x90\x3c\x71\x2e\ \xc4\x19\x03\x6f\x8c\x13\x09\xce\xb8\x61\x0a\xc5\xe3\x73\x78\x11\ \x08\xc1\x39\x13\x76\x02\x83\x0d\x1b\x17\x5f\x7c\x41\xf0\xde\xe3\ \x7b\xc1\x39\xed\xf6\x25\x22\xec\x22\x7a\x4b\xd5\x77\x17\xc6\xeb\ \xde\x6c\xd5\x8f\x8c\xde\x85\xb2\xc8\xe1\xfb\x7c\x07\x04\x67\xf6\ \xc4\xa4\x0d\x1b\x17\x77\x7c\xc1\x86\x0d\x1b\x36\x2f\xd8\xb0\x61\ \xe3\x3f\xa0\xc3\x63\x2c\xcb\xf2\x67\xd6\x2b\x96\xce\xb3\x4d\xf6\ \x8d\xb1\x71\x29\x00\x01\x88\x3e\x45\xe8\x7a\xfe\x86\xfa\xab\x86\ \x7e\x71\xdb\x6c\x81\x48\x52\x45\xc5\xe9\xaa\x8a\x8a\x8c\xcc\x4c\ \xbf\x3f\xe6\xc2\xf3\x02\x42\x88\x73\xde\xd9\xd9\x69\x2f\x7c\xb0\ \x71\x29\x40\xc8\xb2\xe2\xf6\x78\x10\x42\x7d\x0a\x34\x23\x8c\x75\ \x4d\x53\xd5\xd0\xc5\x56\x65\x55\x80\x50\x64\xd9\xed\xf1\x9e\x69\ \x73\x37\x18\xa5\x19\x19\x99\x69\x69\x19\xba\xae\xab\xa1\x20\x91\ \xc8\x85\xe4\x05\x84\x10\x63\xac\xb9\xb9\xd1\xe5\xf2\xb8\x3d\x1e\ \xbb\xd1\xd9\xb8\xf8\x11\x0c\x04\x42\x6a\x30\x31\x31\xb9\xb7\xc3\ \x8b\x3a\x3a\x3a\x74\x4d\xf5\xfb\x63\xd0\x45\xe6\xfc\x0a\x01\xaa\ \x1a\x6c\x6a\x6a\x4c\x4a\x4a\xfe\x14\x7f\xa1\xb2\xe2\x74\x65\x45\ \x45\x7a\x46\x66\x4c\xcc\x39\xf7\x17\x84\x40\x0e\x07\x56\x1c\x70\ \xb6\xe9\x44\x84\x04\x35\xb9\xaa\x42\xd8\xdd\x42\xed\x6d\xad\x5e\ \xaf\x2f\x25\x35\xdd\x6e\x70\x36\x2e\x09\xc4\x27\x24\x56\x57\x56\ \x74\x76\x74\xc4\xc6\xc5\x59\xce\x39\x42\x48\xd7\xf5\x50\xb0\x2b\ \x3b\x37\x5f\x51\x1c\x17\xa5\xd5\x89\x35\xd5\x95\x1d\xed\x6d\x71\ \xf1\x09\xfd\x0e\x28\x18\xa5\xe9\x19\x59\x69\xe9\x99\xba\xa6\x85\ \xce\xb9\xbf\x80\x5d\xee\xb6\xd5\xab\x3a\x3e\x59\x4b\x9c\xae\x7e\ \x77\xe0\xba\xe6\x1e\x3a\x3c\xe9\xce\xfb\xb8\xa6\x01\x00\x42\xa0\ \xaa\x6a\x5a\x46\x96\x10\x60\xd5\x0a\xff\x14\x57\xe7\xcb\xc6\x2f\ \x04\xe7\xff\x6e\x07\x0f\x61\x8c\xce\xd9\x79\x30\xc6\x70\x3e\x8c\ \xb6\xf1\xe9\x4f\x3a\x61\x85\x0c\xac\x7f\x85\x10\x18\xe3\xd8\xb8\ \xb8\xba\xda\x9a\xb8\xf8\xf8\x6e\xb7\x57\xd7\x74\xc5\xe1\x52\x14\ \x47\x77\xeb\x15\x91\x36\x7d\xfe\x23\x0e\xfd\xdb\x1c\x1b\x57\x5b\ \x5d\x15\x9f\x90\xf8\xe9\xf1\x85\x7f\x8b\xbf\x80\x64\x59\xaf\x38\ \xdd\xf9\xf1\x5a\xe2\xf3\xf7\xcf\x0b\xa1\x00\x60\x8c\x24\x19\x40\ \xeb\x1e\xfc\x20\x04\x42\xf0\xe8\x6e\x85\x10\x12\x02\x08\x46\xec\ \x5c\x24\x32\x11\x0c\x1d\xad\x4d\x5c\x8e\x8d\xf1\x48\x00\x08\x23\ \x6c\x2d\xc7\xe0\xbc\xef\xb1\x25\x49\x02\x10\x94\xb2\x33\xaf\x1a\ \x02\x60\x94\x8a\x4f\x1b\x13\x61\xa6\xb6\x54\x36\x06\x53\x33\x33\ \xdd\xb8\xa7\x3b\x63\x8c\x31\xc2\x80\x84\xe0\x82\x7f\xee\x5e\x8e\ \xb1\xe8\x68\x6e\x16\x0e\x7f\x8c\x47\x61\x9f\x1a\x31\xb2\xf1\x6f\ \x1a\xe1\x9e\xd9\xd9\xba\xff\x05\xe8\xfb\xf4\xea\x43\x07\xd1\x9d\ \xb3\xf7\x17\x01\x00\x10\x20\x4c\xb0\xe0\xec\x0b\x73\x3e\x42\x98\ \x10\xc4\x68\x2f\x99\xa2\x4f\xb1\x59\x08\x01\x08\xf1\xb3\xf7\x25\ \x46\x69\x7a\x5a\x46\x4a\x4a\x9a\x69\x18\xaa\x1a\xfa\x14\x7f\x01\ \x7f\x31\xa6\x42\xb2\x8c\x3d\x1e\xec\x76\x9f\xe5\xe5\xc1\x8e\x5e\ \xa3\x0c\xc1\x22\xd6\x0a\xa1\x07\x3a\x43\x3a\x27\x18\x09\x21\x04\ \x33\x3a\x3b\xba\x28\xfb\xb2\x8b\x27\x31\x91\x58\xdb\xc9\x97\xfe\ \xf9\xca\xf1\x56\x8a\x31\x01\xaa\x36\xd6\xd7\xd4\x36\x34\xab\x0c\ \x13\x29\x7a\xc5\x36\x92\x08\xdf\xfa\xd6\x73\x6f\xad\x3b\x1a\x5e\ \xcb\xd1\x4d\x16\x84\x9c\xde\xfe\xf6\x3f\x16\xae\x53\x11\xf9\x94\ \xb5\x19\x98\xe0\x40\xd5\xce\x67\x5f\x5b\xde\xc4\x7a\x66\x57\x88\ \x24\x61\xae\x37\x37\xd4\xd6\xd4\x36\xb4\x07\x54\x0e\x9f\xf3\xd9\ \x81\x30\x96\x6a\xf7\xac\x7c\xe6\xf5\x75\x2a\xc6\xf6\x82\x90\x0b\ \xe2\x26\x74\x03\x21\x84\x31\xee\xb5\x49\x08\xce\x7b\xdd\x4c\x01\ \x42\x70\xde\xe7\x8b\x9c\x73\xce\x79\xb8\x5b\xf6\x90\x02\x08\x6e\ \x76\x76\x74\x19\x5f\xb4\x6d\x23\x8c\x69\xa0\xe9\xd8\xf1\x72\x8d\ \xf7\xa2\x82\xb3\x9d\x3a\x7c\x76\x01\x9c\x73\xf8\x94\x73\x5a\x19\ \xc5\x9f\xf5\x10\x3a\x4f\xf3\x11\x5c\x08\x10\x02\x04\x60\x82\x77\ \xbc\xf8\x3f\xaf\xd5\xe7\xfe\xea\xe7\xdf\xc8\xf2\x10\xb5\x6e\xdf\ \xef\xff\xf0\xfe\x4d\xff\xfd\xd8\xd8\x2c\xa5\x7b\x67\x6a\x9a\x88\ \xf4\xb3\x42\x42\x30\x4a\xb9\x20\x44\xee\xee\x90\x8c\x9a\x5c\x00\ \x02\x84\x91\xd8\xbd\x7a\x45\xb3\x6f\xf0\xf0\x1c\x4f\x5b\xd9\xf6\ \x57\xe6\xbf\x5d\x15\x02\xc2\x29\xf1\xe7\xdc\xf6\xd0\xc3\x63\xb2\ \x3c\x4c\xe0\xee\x03\xc6\x67\xe6\x71\xbf\x8f\x0b\xc0\x52\x94\x80\ \xad\xe0\xae\xb8\x8c\x01\xd9\x6e\x2c\x00\x4b\x12\x86\xa8\x53\x00\ \x96\xa3\x98\x95\x51\x3d\xa4\x19\x5c\x40\xf8\x17\x49\xb2\x5a\x73\ \xe0\x95\x97\xdf\x38\xd9\xc2\x14\x49\x78\x32\x86\x3f\xf8\xd5\xfb\ \x72\x3c\x91\x03\x73\x46\x99\x90\xe4\xf0\x75\xe6\xd4\xe4\x80\xa5\ \xa8\xa3\x15\x8c\x1b\xcf\xd6\xbe\xba\xe1\xf8\x94\xab\x0b\x7d\x8c\ \x72\x9b\x1c\x2e\x00\x3b\x00\x48\x92\xd4\xde\xde\x5e\x53\x53\x33\ \x74\xe8\x50\xce\x58\xf4\x13\x18\xf5\xde\xd5\xf2\x79\x7b\x45\xd6\ \xac\xb6\xdd\xa7\xf7\x11\xd9\x6c\xde\xff\xbf\xbf\x7d\xef\xc6\x1f\ \xfe\x74\x52\xb6\x12\xd5\x13\x28\x65\x70\xd6\xf6\xc0\x99\xc9\x84\ \x1c\xf9\x6b\xd3\xa9\x2d\xcf\xbd\xd3\xfc\xb3\xdf\x7c\xd5\x83\x81\ \x9a\xa6\xe8\xdd\xdd\x7b\x5c\x15\x6b\x7b\x2f\xaf\xe1\xcb\x5e\x93\ \xf3\xc2\x0b\x08\x59\xae\x75\xd8\x39\x93\xa4\xd6\x23\x1b\x5f\x78\ \x35\xeb\xbf\xbf\x79\x9d\x0c\x8c\x51\x86\x65\x29\x50\xb2\xed\xd5\ \x25\xab\xeb\x54\x3c\x78\xea\xbc\xdb\x67\x8d\x6a\x3e\xb6\x76\xe1\ \xb2\xad\x5d\x26\xf7\xa6\x0e\xcc\x8f\xa1\x27\x4e\x95\xb0\x98\xa2\ \x3b\xee\xba\x79\x40\x92\x2b\x58\x73\x70\xf1\xd2\x55\xa7\x9b\x8d\ \x81\x13\xe6\xdc\x32\x67\xbc\x13\x0c\x8e\x24\xd0\x2a\xb7\x1c\x69\ \x1a\x73\xe7\x37\x3d\x5d\x65\xff\xf8\xcb\x8b\x78\xf2\x3d\x3f\xbd\ \x6e\xbc\x8b\x05\x36\x2f\x7a\xea\xa5\xa7\x5e\x4c\xfd\xdf\xef\x79\ \x6a\x36\x2f\x58\xb4\xae\x21\x88\x47\x5f\x75\x5d\x4e\xb0\xad\x4d\ \xe8\x04\x43\xdd\xe1\xf5\x8b\x57\x6e\x6a\x09\x31\x77\x5a\xf1\x9d\ \xf7\xdc\xa6\xe8\x9d\xb5\xad\x42\x12\x81\x8f\x97\x2e\xdc\x78\xa8\ \x9e\x09\x92\x37\x6e\xce\x6d\x57\x8f\x77\x75\x96\x2e\x5e\xbc\xf4\ \x50\x55\x30\x7e\xc0\xb8\x7b\xee\x9e\x87\x11\x26\x18\x81\x08\x6b\ \x51\x60\xbd\x66\xfe\xd3\x2f\x54\xa6\xce\xfe\xc9\xb7\x2e\xf7\x11\ \xa3\xbd\x3d\x14\xef\xd0\xf7\x2e\x7f\xe3\xbd\xbd\x65\xe0\xcb\xb8\ \xe6\xd6\x3b\x47\x67\x29\x7b\x56\x2f\xfa\x70\xeb\x09\xf0\x67\xdd\ \x78\xdf\x3d\xc5\x89\xb0\xfb\x83\x25\x1f\xec\x2c\x01\x5f\xce\x75\ \xb7\xdd\x3a\x22\x73\xc8\xf4\x22\xdf\x86\x4d\x07\x66\x17\x4d\x47\ \xc2\x16\xb6\xbc\x00\x83\x09\x8c\x51\x73\x73\xf3\xc2\x85\x0b\x4f\ \x9e\x3c\x79\xfb\x6d\xb7\x4d\xbd\xec\x32\x11\x21\x81\x3e\xcf\x55\ \x11\x89\x04\xf5\x8c\x23\x22\x7d\xb1\x5f\x4f\x84\x31\x4e\x64\xdc\ \x74\x62\xe3\xc2\x25\x1f\xb7\x9b\x5c\x89\xcd\xbb\xf1\xae\x3b\x06\ \x27\xb2\xdd\x1f\xbc\xf9\xe1\x8e\x12\xe1\xcb\xbb\xed\x9e\xdb\x0a\ \x93\xd0\xae\x95\x4b\x56\xef\x3a\x89\xe2\xf2\xae\xbf\xfd\xae\x21\ \x09\xa1\x75\x6f\xbe\xb9\xe9\x68\x83\x3b\x73\xd4\xcc\xa1\x0a\xad\ \xdc\xfa\x97\xc7\xeb\xd2\x87\x5d\x71\xff\x75\x53\x3d\x98\xf5\x19\ \xa1\x5a\xe7\xb5\xd6\x1f\x09\x21\xac\xff\x71\x7e\x0e\x9e\x2e\xe7\ \x63\xae\x05\x41\x84\x65\x41\x00\x70\x8d\x2a\x97\xdd\x78\xef\xc0\ \xe0\xe6\xe7\x97\xef\x17\x0e\x27\xc6\xc0\x19\x73\x25\x0f\x98\x73\ \xdb\xbd\xf7\x5c\x3b\x72\xf7\xca\xd7\x77\xd4\x9b\xcd\xa7\xb6\x96\ \x18\x49\xb7\xde\x71\xa3\xa3\xe2\x93\x55\x87\xd9\x75\xb7\xdc\x9a\ \xd4\xbc\xe5\x8d\xd5\x7b\x99\xd6\xf8\xfa\x0b\xaf\x86\x32\xa7\x3e\ \x78\xd7\x95\x65\xab\x5f\x5b\xb9\xbb\x8a\xc8\x12\x22\x48\x6f\x38\ \xdd\xac\xb9\x06\xe7\xf8\xeb\x8f\xac\x3d\xe2\x18\x70\xeb\x2d\x97\ \x27\xfa\x1c\xae\xd8\xe4\xd9\xf7\xde\x15\xa3\x9e\xd8\x7a\xbc\xb3\ \xb5\x74\xdb\x81\x36\xf7\x75\x77\xdc\x36\xa9\x30\xb5\xf6\xe8\xee\ \xe3\xb5\x9d\x6a\xf3\x81\xa7\xfe\xb9\xd8\x55\x7c\xd5\x5d\x37\x4e\ \xae\xdb\xbf\xa3\xb4\xc5\x0c\x34\x9e\xda\x75\xac\x9a\xd1\xd6\xed\ \xdb\x77\x27\x4d\xb8\xfa\xd6\xb9\x23\x0f\x2e\x7f\x6d\xed\xc1\x46\ \xec\x4f\x99\x30\xeb\xe6\x87\xee\xbf\x91\x1f\xfd\x70\xf1\xfa\x72\ \xd9\x81\xa1\x9b\xe3\x64\xd2\x76\x6c\xdb\x91\x56\xc7\xdd\x0f\xcc\ \x4b\x8b\x77\xbb\xbc\xb1\x19\xd9\x19\x0e\xc0\xd9\xa3\xa6\xdd\xf7\ \xf0\x43\xe3\xe2\x1a\x17\x2e\x5f\xdf\x58\x7e\xe8\x8d\x37\x36\x8f\ \xb8\xf6\xde\xbb\xe6\x4d\x4f\xf3\xcb\x65\x1b\xde\x7c\x7d\x63\xf3\ \xbc\x3b\x1f\x98\x1c\x5f\xf7\xd2\x4b\xcb\xda\x19\xca\x2f\x4a\xeb\ \xa8\x3b\xde\xca\x01\xa3\xb0\x5b\x65\xbf\xce\xef\x0b\x2a\x2b\x2b\ \x63\x63\x63\xa6\x4c\x99\xd2\xd0\xd8\xd8\xd9\xd9\x89\x10\x08\xeb\ \xbf\x3e\x1d\x3e\x42\x01\xc2\x72\x1d\xc2\x9f\xcf\xfa\x42\x08\x49\ \x12\x54\x1d\xde\x7e\xd4\x4c\xbb\xf5\xae\x5b\xb3\xd4\x7d\x0b\x16\ \xaf\x69\xaa\x3b\xf4\xf2\x5b\xbb\x46\x5e\x77\xef\x3d\xd7\x4f\x4b\ \x89\x91\x4f\xae\x7b\xe3\xcd\xed\x2d\xd7\xde\xf3\xd0\x58\x7f\xcd\ \x8b\xaf\xbd\xdb\xd6\xd1\xba\x7d\xd3\xfe\xdc\x29\xd7\xdc\x70\xd5\ \x44\x3f\x36\x49\x72\xd1\x0d\x77\xde\x7f\xe3\xd4\x21\x0a\x50\xce\ \x79\xbf\xc6\x47\xbd\x81\x7e\x6c\xbe\x78\xfd\x05\x00\x1e\x06\xc3\ \x04\x38\x33\xa9\x33\xe3\xae\x07\xef\xfa\xed\x6f\x5f\x5f\xe9\xbc\ \x52\x56\x64\x10\xb4\xb5\xfe\xe4\xda\x55\x5b\xdb\xd5\x50\x5b\x40\ \x6b\x6d\x0d\xf9\x91\x1c\x9f\x9a\x59\x58\x34\x82\x8f\x1c\xdc\x50\ \x9d\x36\xa4\x78\x84\x98\x5c\xf8\x42\x69\x53\x73\x15\x2e\x3d\x55\ \x89\xa5\xad\x6f\x97\xb1\x4e\x55\xeb\x68\x6b\x34\x45\x86\x10\x22\ \xd4\x19\xe4\xe0\x76\x62\x08\x05\x3b\x24\x9f\x57\x46\x40\x75\xdd\ \x14\xb2\x4b\x76\xbb\x65\x25\xd0\x11\x64\x82\x24\xa6\x65\x0e\x19\ \x52\xe8\x01\x95\x60\xc9\x25\x43\xc5\xe1\xad\x6d\xe9\x93\xfe\xfb\ \xba\x49\xb1\xa1\x92\x64\xff\x27\x9c\x53\xc0\x92\x43\xc6\x8c\x31\ \xa2\xf8\x73\x07\x15\x0e\x1b\x34\x6c\xea\x27\x6b\x6b\xea\xea\xb4\ \xfc\xd8\x5d\xeb\xdf\x2f\x69\xd5\xea\x5b\xd4\xf4\x96\x36\x73\x20\ \x02\x21\x38\x13\x8c\x31\x8e\x21\xd4\x19\x54\xb0\xdb\x2b\x73\x53\ \xd3\xa9\x00\x40\x58\x12\xa1\x53\x87\xb7\x6d\x39\x5c\x1b\x6c\x6d\ \xec\x50\xda\x99\x67\x4c\xf1\x40\xdf\xd6\x8f\xd6\xf8\xae\x99\x9b\ \xe3\x30\x3f\xde\x7d\xa2\xa5\x99\xaf\x5b\xf1\xb6\xde\xd1\x66\x74\ \x79\x3a\x34\xe1\xf4\x78\xa9\x59\x1f\xd0\x78\x3c\x61\xcc\x0e\x3e\ \x9e\x77\x30\x06\x23\x47\x8e\x18\x33\x66\x8c\xf5\x51\xd7\x35\x4a\ \xa9\x8c\x10\xe7\x4c\x44\x8f\xd5\x11\x12\x22\xbc\x54\x50\x08\x26\ \x22\x3d\x50\x00\x08\xc1\x11\xf4\x19\x70\x60\xc6\xb8\x08\xaf\x3f\ \x44\xf1\xe9\xb9\x83\x0b\x87\x26\xcd\x19\xbf\x6b\x45\x79\xc8\x39\ \x6a\xf4\x20\x79\xcb\x9a\xb5\xbe\x39\xd7\xe4\x3a\xd4\xb5\x47\x8f\ \x34\x34\xcb\x6b\xdf\x7d\x5b\xef\x68\x0b\xf0\xae\x8e\x4e\x55\x76\ \xc7\x0f\x2c\x2c\x2e\xc8\xf3\x57\x37\x32\xe4\xf0\x67\x64\xe5\xa4\ \x2b\x86\x4e\xcf\xc8\x08\xb4\xe6\x22\xba\x83\x9c\x00\x9c\x23\xfe\ \x39\x62\x07\x17\x11\x2f\x08\x2e\x40\x70\xce\x10\x27\xc0\x05\x50\ \x2d\x24\x25\x4e\xb9\xef\xe6\x23\x7f\x7c\x71\x51\x87\x5c\x20\x07\ \x2a\x17\xbd\x3c\x9f\x4e\x78\xe8\xfe\x71\xee\x97\x9e\x5c\x40\x0d\ \x53\x08\xc1\x99\xa9\x5b\x77\xc0\x08\x99\xc0\x29\xc3\xc0\x18\x17\ \x5c\xc8\xf1\x97\x5d\x73\xcb\xe8\x64\x59\x20\xc9\xe9\x72\x19\xa1\ \x10\x92\x9d\x44\x91\x40\xa8\xaa\x6e\xa4\xa5\x17\x91\xca\x35\x27\ \xaa\x3a\x32\x06\x78\x31\x90\x96\x43\xfb\xea\x02\xec\xb2\x9c\x18\ \x7a\x98\x72\x46\x75\x83\xb9\xc0\xe4\x56\xc8\x46\x00\x35\xa9\x69\ \x02\x70\x6b\xe1\x27\xe7\x4c\x00\x08\xce\x38\x00\xa7\x86\x0e\x94\ \x0b\x99\x28\x10\xda\xb8\x7c\xc9\xc6\xa6\x82\xef\x3d\x38\x6b\xef\ \xab\x4f\x94\x50\x9d\x99\x94\x03\x20\x10\x9c\x31\xca\x4d\x7f\x66\ \x06\xd3\xb7\x1e\x38\xd1\x92\x3f\x22\x16\x0c\x8e\x15\x47\xc3\x96\ \xb7\x5e\x7b\xff\xd8\x3d\xdf\xff\x2f\x6f\xc9\x87\xcf\x6f\x08\x9a\ \x9e\xec\x87\x1f\xfb\xe9\x81\xcd\x1f\x2d\x7c\xfa\x8f\xa7\xef\x7e\ \x34\x41\xc2\xc9\x03\xc7\xdd\x71\xef\x14\x61\x32\x59\x76\x78\x25\ \xda\x14\x08\x60\x4c\x24\xc4\x29\xb3\x27\x25\x2e\xcc\x50\x42\xd3\ \xb4\x9e\xbe\xd6\x3d\xf2\x15\xd0\x27\xb6\x2f\x00\xac\xc6\xc3\x18\ \x17\xa2\xe7\xd1\x2c\x84\x40\x61\x77\xbe\xc7\x13\xe7\x9c\x87\x57\ \x09\x73\xc1\x99\xa9\x73\x30\x18\x01\x6a\x32\x57\xe6\x23\x3f\xfe\ \xf9\x81\x4d\xab\xe7\x3f\xf3\xdb\xaa\x7b\xbe\xee\x21\x52\x52\xe1\ \xe4\x3b\xef\x1c\x2f\x28\x53\x3c\x7e\x77\xe0\x94\xc1\xb8\x69\xe8\ \x02\x18\xe3\x9c\x52\x2a\x04\x00\xf0\x33\x56\x1b\xf7\x10\x51\x37\ \x3f\x20\x24\x04\x17\x42\x7c\x6a\xdc\xf1\xa2\xf3\x17\x04\x17\x1c\ \x61\x2e\x0c\x4d\xd5\x74\x43\xa7\x7a\xc6\x98\xab\xaf\xdb\xbb\xed\ \x7f\xd6\xb5\x31\x81\xdd\x1e\xb9\xb2\xbe\xb2\xb4\xcc\xd5\x1a\xd0\ \xb9\x60\xa6\x16\x52\x55\x9d\x01\x18\x9a\xaa\x6a\x06\x13\xcc\xd4\ \xd5\x60\x57\xd0\x91\x5e\x30\xa2\xd0\xb3\x66\xf9\x4a\x31\x3e\x8f\ \x61\xf7\xd0\x51\x63\x53\x09\xa5\xdc\x50\xe2\x53\x3d\x52\xf0\x54\ \x75\x7b\x71\xc1\xa4\x9b\xc6\xef\x5d\xf2\xb7\x3f\x55\x4d\x1b\xeb\ \x67\xcd\x3b\x36\x6c\xcb\x99\x7a\xe7\x84\x74\xe5\xf0\x4e\x35\xa8\ \x6a\x94\x31\x06\xcc\x50\xd5\x40\xd0\xc8\x9c\x34\x21\x7d\xf1\xb3\ \xaf\xbc\x16\x33\xd4\xd7\x54\xd6\xae\x8f\x17\xdc\x34\xb4\x90\xaa\ \x33\x6a\xaa\xa1\x90\x6e\x50\xa0\x58\x53\x43\xaa\xc1\x1d\x6e\x2f\ \x0d\x34\x95\x95\x94\xd6\xb5\x06\xcc\x24\x2e\x3b\xfd\xbc\xa6\x74\ \xdf\x91\x8a\xcc\x61\x89\x26\x0d\x39\xd2\x46\xcf\x9b\xb2\xe3\xf5\ \x67\xfe\xd8\x32\x6d\x62\x8a\x8b\x76\x52\x4f\x41\xb2\xc7\x8d\xf5\ \xaa\xd2\x52\x4f\x6d\x93\x21\xbc\x6a\xe3\xe9\xf5\x47\x0e\x91\xb8\ \xd8\x78\x1f\x34\x34\x9a\x57\x5d\x36\xfa\xa3\x17\x37\xbe\xf7\xb1\ \x9c\xed\xe2\xde\x9c\x21\xe3\x12\x62\x6b\x4b\xeb\xdd\xb1\xc3\x62\ \x90\x61\x55\xd2\xb0\x71\xfe\x21\xcb\xb2\x2c\xcb\x11\x7f\x41\x17\ \x9c\x73\x4c\xac\x39\x67\x14\xdd\xfd\xba\xe7\x00\x18\xb7\xba\x60\ \x4f\x78\x12\xf5\xf5\x17\xa8\x69\x84\x42\xaa\x49\x99\xd0\xb5\x90\ \xa6\x33\x06\xa6\xa1\xea\xba\x19\x6c\x29\x5f\xb3\xef\x90\x2b\x2e\ \x36\xc9\x6b\xd4\x75\x88\xdb\xc6\x4e\x58\xff\xea\xba\xf7\x37\x88\ \x74\x27\x4a\xc8\x1f\x3e\x3c\x5e\xa8\xc1\x90\x69\x52\xd3\xa4\x9e\ \xb8\x14\x5f\xdb\x9a\xe5\x6f\x2f\xc9\xcf\xc8\x1d\x3b\xaa\xd0\x2d\ \xf7\x37\x44\x08\xe7\x30\x00\x02\xc4\x11\x16\x82\x09\x7e\x0e\xe2\ \x8e\xe4\xb1\xc7\x7e\xf2\x2f\xc7\x24\x14\x47\x60\xef\xae\xd0\xa1\ \xfd\xf8\x2c\x59\x5f\xc2\x34\x1d\x39\x79\x31\x97\xcf\x14\xa6\x01\ \x00\x18\xe3\xc6\x86\xfa\xc4\xa4\x14\x81\x40\x70\x41\x4d\x1a\x93\ \x9e\x9b\x95\xec\x36\x19\x49\xcf\x1b\x10\xe7\xf4\xe6\x16\x0f\x1d\ \x56\x94\xd5\x76\xfa\xd8\xc9\xca\xd6\xd4\xc2\xe1\xe3\x86\x0d\x74\ \x11\xe6\x8c\xcd\xcc\x4d\x4f\x14\x86\xee\x88\x4f\xcf\xcb\x4a\x60\ \xa6\xa9\xf8\x53\xf2\xb3\xf3\x86\x0c\x19\x84\xda\xab\x4e\x9d\xae\ \xd1\xa5\x98\xfc\xbc\x2c\x8f\x0c\x8c\x32\xec\x8e\xd5\xcb\x76\xef\ \xae\x96\xc7\x8e\x1a\x34\x70\xe8\xf0\x0c\xb7\x71\xba\xec\x74\x4b\ \x10\x0d\x9b\x71\xd3\x8d\x57\x8e\x94\xa8\x6e\x52\xea\x8c\xcd\xc8\ \xcf\x48\x44\x9c\x52\xca\x7c\x29\x59\xf9\x03\x07\x0d\x19\x94\xd6\ \x5c\x51\xda\x12\x08\xd4\xd4\x07\x8a\x27\x4d\xcb\xf1\x72\xec\x4d\ \x1e\x90\x19\x2f\xb8\x94\x91\x9b\x9f\xe0\x24\x86\xc9\x63\xd2\x0b\ \xc6\x8e\x18\xee\xe8\xac\x3a\x7c\xe2\x34\x24\xe6\x8f\x1f\x3b\x22\ \x3b\x33\x23\x51\x0e\x76\x4a\xf1\x79\xa9\x71\x82\x31\xc6\x49\x6e\ \xf1\xc8\x01\xb1\xac\xb2\xbc\xb2\xb1\x35\xe0\x88\x4d\x19\x3a\x7e\ \xca\xa0\x38\x7e\xec\xd0\xd1\x56\xc3\x39\x62\xe2\xa4\x41\x49\xa4\ \xe4\xd0\xde\xa3\x65\x0d\x49\x83\x2f\x9b\x77\xf9\x90\xc4\xf4\x81\ \x83\x52\x95\xd3\x27\x4f\xd6\xb7\x86\x62\xb3\x0b\xf3\x3c\x6d\xef\ \x2c\xfb\x24\xfb\xf2\x79\xc3\x92\x1d\x06\xe5\xc2\xc6\xf9\x84\x55\ \x50\x0d\xe1\x93\xa7\x4e\xee\xda\xb5\xbb\xec\xf4\xe9\xb2\xb2\xd3\ \x09\x09\xf1\x8a\xac\x20\x8c\x74\x5d\xef\xec\x68\x4f\x4a\x4e\xb6\ \x3c\x73\x8c\x71\x30\x18\x34\x0c\x3d\x21\x31\x91\x1a\x26\x87\xa8\ \xa3\x58\xcf\x74\x61\x71\x45\xf8\xc0\x9c\x73\x8e\xdd\xf9\x03\x73\ \xdc\x84\xb9\xe3\x32\xf2\xd2\x62\x39\x35\x24\x77\x52\x7e\xaa\xb7\ \xec\xe0\x9e\xa3\xa7\xeb\x93\x86\x5c\x79\xdd\xa4\xe2\x94\xac\x01\ \x03\x93\xe4\xb2\x53\x27\xeb\xdb\xf4\x84\xac\xdc\xb4\x78\x37\x13\ \x4a\x56\x7e\xbe\x4f\x02\xd9\x97\x90\x91\xa4\x94\x9d\x2a\xd3\x95\ \xc4\x41\x79\x69\x12\x12\x9c\x87\x83\x1a\x20\x7a\x62\x1d\xdd\x01\ \x0f\x8c\xb1\x61\x9a\x6d\x6d\xad\xc9\xc9\x29\x7d\x46\x13\xb5\x35\ \x35\xb9\x79\xf9\x56\x84\x82\x73\xce\x18\x63\x8c\x62\x8c\x1b\x1b\ \x1a\xb2\xb2\xb3\xcf\xe4\x9b\xb3\xe8\xb8\x7d\x3a\x97\xf8\xfc\x75\ \xff\xf8\x6b\xc3\xcb\xcf\x9e\x35\xaf\x29\x18\x88\x99\x71\x55\xee\ \xef\xff\xce\x02\x5d\x00\x40\x88\x74\xf0\xc0\xde\x21\xc3\x46\x00\ \x00\x67\x4c\x72\x38\x30\x37\x35\x8d\x02\x12\x80\x25\x97\x43\xd2\ \x35\x8d\x63\xd9\xe5\x74\x60\x04\x82\x33\x4d\x55\x41\x72\x2a\x98\ \xa9\x9a\x41\x14\xa7\x82\xb9\xaa\x19\x44\x76\x3a\x88\x50\x35\x5d\ \x60\xc9\xe9\x74\x48\x04\x0b\x66\xaa\x9a\x6e\x05\x68\x31\x51\xf4\ \xda\x9d\x4f\xbd\xbc\x71\xd6\x23\xdf\x1a\x93\xae\x08\x24\x2b\xb2\ \x84\x40\x50\x53\xd7\x0d\x2a\x04\x10\xd9\xa9\x10\xae\x69\x3a\x07\ \xa4\x38\x5d\x12\xb0\x60\x6b\xdd\xfe\xbd\x87\xa8\x3f\x29\x54\xba\ \x6d\x4b\x85\xf3\xe1\x47\x1f\xcc\xf1\x60\x82\x78\x48\x67\x4e\xa7\ \x83\x19\x9a\xc1\x84\xe2\x74\x61\x66\xe8\x4c\x38\x9d\x2e\x89\x20\ \x10\xdc\xd0\x35\xdd\x14\x0e\x97\x8b\x70\x43\xd5\x69\xb7\xdf\x29\ \x2b\x0e\x45\x96\x10\x02\x4e\x0d\x4d\x33\x89\xe2\x74\x28\x04\x00\ \x98\xa9\x6b\x06\x77\xb8\x9c\x12\x46\x9c\x99\x9a\xa6\x73\x0e\x92\ \xe2\x70\x28\x32\x42\x80\x84\x79\x78\xcd\xc2\xb7\xf6\xcb\xdf\xfc\ \xd6\x6d\x31\x60\xd8\x49\x8f\x17\x04\x18\x93\xba\xba\xda\x45\x8b\ \x16\x57\x57\xd7\x5e\x75\xd5\xcc\x99\x33\x66\x48\x92\x24\x49\x52\ \x30\x18\xa8\xac\x28\x1f\x32\x74\xb8\x69\x9a\x00\x40\x08\x69\x6c\ \x6c\x08\x06\xba\x0a\x0a\x8b\x55\x35\x24\x7a\xf2\xd7\x22\xf3\x11\ \x7d\xd2\x56\x10\x71\x39\x65\x43\xd3\x40\x72\x28\x88\xab\xba\x81\ \x24\x87\x53\x46\xba\x4e\x1d\x2e\x27\x89\xb4\x07\xc6\x41\x0e\xb7\ \x07\x61\x68\xaa\x41\xc1\xe9\x72\x50\x5d\xa3\x4c\x00\x42\x92\xe2\ \x70\x2a\x92\xa0\x46\x48\x33\x44\x7f\x11\xfd\xc8\x30\x02\x21\x84\ \x24\x49\xd2\x34\xad\xac\xb4\x64\xd8\xf0\x11\x96\xcd\xdd\xd1\xd2\ \x73\xa4\xe3\xf6\xe9\xc1\x02\x5d\xf7\x8c\x1c\x9d\xf2\xe0\xd7\xd0\ \x59\xfd\x05\xc3\x99\x97\x2f\x0c\xbd\x27\x95\x82\x73\xd3\x34\x15\ \x59\x06\x00\x43\x53\x41\x58\xb9\x64\x02\x38\x0d\x85\x4c\x00\x04\ \xdc\x0c\x05\x7a\x7e\x09\x18\x9a\x0a\x00\x80\x98\xa1\x87\xdf\x98\ \x7a\xc8\x04\x00\x04\x9c\x69\xa1\x50\xdf\xd0\x11\x35\x5c\xa9\x23\ \xee\xbe\x27\x06\xc9\x8c\x52\xce\xb9\x66\xea\xbd\x77\x30\x35\xd5\ \x0c\xdf\x3a\x53\x53\x29\xc6\x80\x90\xde\xd5\x74\xaa\xac\x4a\xf1\ \x65\xdf\x7d\xdf\xe5\x99\x0e\xaa\x69\xc2\xba\xb3\x9a\xaa\x5a\xd7\ \xdb\xb4\xac\x00\xd0\x42\xc1\xe8\x9b\x61\xa8\xa1\x9e\x11\xa7\xf5\ \x8b\xf5\x5e\x67\xe4\xba\x1a\xfd\x51\x0b\x06\xa3\x8d\xa1\x86\x4e\ \x0d\x1d\x00\x30\x16\xde\x9c\xf1\xf7\x15\x26\xc5\x22\xfa\xe5\x93\ \xbb\x6c\x7c\xd1\xb8\x23\xcd\xcc\xc8\xbc\xe7\x9e\xbb\xcb\xcb\x2b\ \xc6\x8f\x1b\x27\x40\x70\xc1\x04\x48\x86\x61\x9e\xf9\x20\x35\x4d\ \x2a\x04\x8f\x8e\xfa\x0b\x10\xbd\x1b\x43\x77\x37\x60\x6a\x88\x01\ \x00\x44\xda\xb0\xa0\x86\x4a\x01\x00\xd4\x60\xaf\xe6\xd4\xdd\x1e\ \x22\x8d\x4d\xed\xee\xd0\x54\xd7\x02\x7a\xbf\x39\x17\x22\x1c\xcf\ \x40\x80\x00\x59\x36\x08\x04\x86\x61\x80\xb8\x40\x71\x47\xae\x6b\ \xbe\x71\x93\xfc\x53\x2f\xff\xb4\x75\x53\xa6\xc9\xd5\x50\x98\x41\ \x85\xf0\xc7\xc4\x96\x9f\x2e\x2b\x2c\x1a\xec\x54\x94\x30\xcb\x5a\ \x53\xaf\xa8\x67\x12\xf8\x4b\x67\xa7\xa0\x01\x83\x47\x00\xa7\x9f\ \x37\xef\xd4\x99\x3d\xf7\xee\x6f\x5c\x83\x00\x80\x9b\xba\x6e\x32\ \x2e\x2b\xe7\xbb\x45\x0a\x80\xec\xc2\xa1\x48\x70\xc6\xb8\x62\x77\ \xd0\xf3\x1f\x6f\x8c\xac\xeb\x13\x42\x64\x67\xe7\xe4\xe7\xe5\x1b\ \xa6\x69\xa5\x04\xea\x86\x5e\x55\x59\x9e\x92\x9a\xda\xed\x90\x0b\ \x21\x7c\x5e\x5f\x75\x55\x55\x4b\x4b\x73\x7c\x7c\x82\x08\x67\x49\ \x87\x69\x21\xd2\xd2\xc5\xf9\xb3\xb9\x87\x16\x22\x0f\x53\xdd\xa8\ \xac\x28\x4f\x4c\x4a\xfa\xf2\x53\x12\xd2\x17\x33\x8d\x1b\x3a\x18\ \xfa\x67\xee\x16\xe1\x63\x96\x95\x9d\x73\xea\xc4\xf1\x83\xfb\x76\ \x3b\x1c\x2e\xcb\xf1\x01\xb0\x9d\x66\x1b\x17\x0b\x3f\x44\x58\x3a\ \xd2\x34\x85\x50\xd5\x60\x4c\x6c\x5c\x4a\x4a\x1a\xeb\x51\x2d\xe5\ \x2e\xb7\x3b\x27\x3b\xbb\xf4\xd4\x89\x6a\x87\x8b\x48\x12\xf4\xef\ \x27\x5c\x00\x9b\x2d\x07\x42\x55\x83\x3e\xbf\x3f\x35\x35\x8d\x7d\ \x69\xa9\xd4\xf3\x34\x1f\x81\x31\x2e\x1c\x5c\xdc\xd1\xde\x6e\x18\ \x3a\xd8\xfe\xb2\x8d\x8b\x1d\x22\xcd\x95\xe1\xf7\xc7\xf4\xe9\x60\ \x8c\xb1\x84\xa4\x64\xb7\xd7\xd7\xd5\xd9\x21\x84\xb8\xc8\x5a\xb2\ \x48\x73\xa6\xfb\x63\x62\x2e\xa5\xbc\x26\xcb\xd6\xd8\xf8\x78\x9b\ \x12\x6c\x5c\x1a\xc4\x20\xfa\xd7\x44\x63\x8c\x39\x9c\x4e\x97\xcb\ \x75\x09\xd9\x7c\xf1\xf2\x42\xd8\x13\xb3\x95\xe0\x6d\xfc\x1f\xa0\ \x8c\xde\xe5\x11\xfe\x4f\xc2\x16\x62\xb5\x61\xc3\xc6\x85\xf4\x17\ \x10\xc6\x17\xa7\x90\xae\x0d\x1b\xff\x82\x4f\x8e\x10\x42\x17\xa5\ \x5c\xc6\xa5\x37\x8e\x40\x08\x99\xa6\xd9\xd9\xd9\xc9\x6d\x3d\x68\ \x1b\x97\x02\x2d\x48\xb2\xe2\x8f\x89\x21\x84\xf4\xd5\x83\x46\x28\ \xd0\xd5\x75\x71\xea\x41\xcb\xb2\xec\xf3\xc7\x4a\x12\xf9\xf2\xa1\ \xc7\xf3\xa4\x07\x6d\x18\x46\x4b\x4b\x53\x42\x42\x92\xcb\xe5\x86\ \xee\x45\xca\x76\xf3\xb3\x71\xb1\xf2\x42\x57\x57\x57\x53\x63\x43\ \x72\x72\x4a\xb4\xee\x33\x42\xa8\xb5\xb5\x19\x01\x4a\x4e\x4d\xc3\ \x28\xbc\xdc\x1e\x5d\x34\xbc\x10\x0c\x74\x35\x37\x35\x24\x25\x25\ \x63\x42\x2e\x10\x2f\x20\xf4\x19\x62\x65\x51\x22\x36\x08\xa1\xf6\ \xb6\xd6\xc4\xc4\xe4\xb8\xf8\x84\xb3\xfc\x24\x1b\x36\x2e\x00\x50\ \x54\x6b\xed\xad\x95\x06\x2e\xb7\x47\x70\xde\xde\xde\x96\x90\x98\ \xd4\xbd\x3e\x42\x55\x43\xa6\x61\xe6\x0d\x18\x64\x69\xf8\x75\x7f\ \xab\xe7\xcd\x05\xb4\x19\xc0\xed\xf6\x08\x21\xda\xdb\xdb\x12\x93\ \x92\xbf\xe4\x80\xe2\x8b\xf0\x02\xf1\x78\x1b\xdf\x78\xad\x75\xf9\ \x62\xec\xee\xbf\x18\x84\x50\x55\xef\x84\x49\x19\xdf\xfb\x09\x8b\ \xa4\x0f\x1b\x86\xe1\xf5\xf9\xcf\xa6\x07\x7d\x81\x79\x41\x08\x08\ \x4b\x30\x71\xc6\x05\x7c\xfe\x08\x88\x10\xd6\xf7\x38\x67\xe1\x85\ \xb6\x7d\x0e\x08\x9c\x0b\x1c\x39\x70\xf4\x0a\x7d\x01\x02\x11\x82\ \x01\x04\x63\xe2\x6c\x4d\x0a\x9d\x95\x3a\x05\x00\x22\x18\xff\xcb\ \x06\xdb\x38\xf3\xd6\x03\x58\xad\xb1\x8f\xb6\x32\x42\xd8\xeb\xf3\ \x75\x74\xb4\x47\x47\xc4\x4c\xc3\x54\x14\x07\xc6\xb8\xbb\xf5\x76\ \xcb\x37\x85\x9b\xf4\xb9\xbe\x17\xe8\xcc\xbb\xff\x29\x36\x63\xec\ \xf1\xfa\xda\x5b\x5b\xbf\x7c\x14\xef\x0b\xe6\x3b\xb2\x40\x97\x51\ \x5b\x43\x7c\xbe\x7e\xff\xce\x83\x41\xda\xde\xd6\x4b\x30\x53\x58\ \xea\x15\x0c\x00\x2c\x27\x27\xac\x4e\x29\xf8\x05\xe7\x05\x84\x30\ \xe8\x6d\x47\x4f\x54\x27\x0f\x2c\x8a\x77\x91\xcf\x4f\xb4\x18\x13\ \x16\x6c\x3e\x51\xd1\x96\x5d\x38\xc0\x05\x1c\x11\x09\x01\x70\x4a\ \x39\x60\x2c\x82\x47\xf6\xec\x77\xe4\x8e\xce\x55\x9a\x76\x1e\x6f\ \x2e\x1a\x35\xca\xdf\xeb\xc0\x08\x23\xb3\xf2\xd8\x71\x33\x26\x3b\ \x2f\xd5\xcf\x28\x47\xfd\x84\xb1\x2c\xc9\x6c\x4c\x64\x09\x89\xbe\ \x9a\xc0\x18\x8c\x8a\x92\x12\x29\xa5\x30\xc3\x8f\xa8\xbd\x38\xfb\ \x4b\xf6\x3a\x11\xe9\x6a\x00\x3d\xb2\xae\x08\x45\x16\x4a\xf6\x6a\ \xc6\x22\x72\x6f\xa2\xf9\x5a\x44\xbc\xe3\x5e\xd2\xaf\x08\x13\x82\ \xfb\xde\xba\x7f\xc9\x3c\x4c\x30\x46\x7d\x04\xca\x51\x6f\x4b\xba\ \x99\xa2\x7b\x0b\x3f\x17\x79\x4d\xf8\x8b\x5a\x8c\x91\x2c\x23\xe9\ \x2c\x2f\x59\x46\xbd\x47\x38\xd6\x02\x51\x40\x08\x10\x34\x57\x94\ \x9c\xae\x69\xb3\xb6\x5a\x5b\x50\x64\x41\x18\x8a\x1a\xc8\xf5\x99\ \xba\xe8\xbb\x03\xf4\x53\x24\xb0\x9f\xe3\x44\xff\xa9\xf7\x71\xc2\ \x3b\x03\x20\x82\x45\xdb\xe9\xa5\xaf\x2d\xaa\xe8\x62\xb8\xb7\x16\ \xb4\xb5\xeb\xd9\xac\xc2\x58\xec\x5b\xf5\xda\x5b\x1b\x4e\x08\x09\ \x63\x4c\x82\x8d\xa5\x87\x4b\xab\x29\xc2\x08\x63\xcc\xdb\xd6\xad\ \x78\x73\x7f\x9d\xc1\x9a\xf7\x2f\x59\xfe\x51\xbb\xe8\x55\x9c\x08\ \x21\x8c\x91\xb6\xf5\x9d\xd7\xb6\x97\xb5\x37\x1d\x5a\xf5\xbf\x7f\ \x5d\xd4\xce\x25\x8c\x22\x3f\x0a\x21\x2c\x49\xa2\x69\xdf\x5f\xff\ \xf0\x97\x83\x1d\xa2\x76\xff\x96\x9d\x47\x1b\xba\x55\xad\x2d\x0b\ \xb0\x84\x2b\xb6\xbd\xf7\xca\xdb\x9b\x0d\x90\xec\xa9\xe6\x2f\x31\ \x26\x87\x88\xfc\x99\xc0\x96\x1e\x34\x42\x22\xaa\xb7\xf7\xd1\x50\ \xed\xd1\x83\xee\x7e\x45\x89\x31\xf7\x51\x73\xe7\x46\xe7\xc9\xe3\ \x25\xed\x9a\x40\xdd\xe8\xdb\x50\x23\x6d\x32\xd2\x14\xa3\xff\x4a\ \x08\xd1\x9a\x4a\x3f\xfe\x64\x6f\x90\x91\x68\x0d\xe4\x68\x9b\xa3\ \x4f\x1d\x5e\x6e\x74\x06\x97\x9d\x57\x5e\xf8\x57\x9f\xc8\x11\x35\ \x6b\xc0\x18\xef\x7c\xfd\xe9\x57\x57\x1e\x26\x84\x80\x60\x5a\x28\ \xa8\xea\x14\x61\x6c\x6a\x21\x55\x33\x10\x21\x08\x04\x67\xa6\x1a\ \x0c\x86\x54\x1d\x30\xc1\x20\x00\x61\x49\xc2\x86\x1a\x0a\x85\x34\ \x4b\x85\x19\x13\x09\x71\x23\x18\x0c\x31\x20\x12\xee\x75\x7d\x0c\ \x35\x14\x0c\x69\x22\x7c\x20\xce\xc2\xe7\xe5\x2c\x52\x47\x82\xea\ \x6a\x30\xa8\x32\xc0\xc0\xcd\x50\x30\x44\x01\x61\x4b\xa4\x89\x71\ \xd3\xd0\xd4\x90\x06\x98\x10\x04\x02\xb0\x44\xb0\xa1\x06\x55\x9d\ \x61\x49\x82\x9e\xef\x86\x0c\xc6\x41\x08\xc0\x84\xb7\x1e\xfa\x70\ \x67\xc3\xb4\xab\xaf\xf0\x72\x0e\x58\xfd\xf0\xb9\x5f\x7d\xe3\xb1\ \xbf\x1d\x6f\x36\x09\x8e\x2c\x03\xb3\x4a\x66\x20\x88\x56\xea\x95\ \x24\xc2\x0c\x55\x53\x35\x93\x32\xd3\xa0\x31\x59\x23\xae\x9d\x3d\ \xde\x05\x0c\x13\x09\x09\x33\x14\x0c\xea\x06\x13\x8c\x83\x37\xfb\ \xaa\xab\xe7\xe6\xfb\xe1\xe0\x47\xef\xac\xd9\x59\xa6\x86\x34\xc3\ \x14\x92\x84\x4d\x2d\x14\x0c\x86\x0c\x26\x4f\x98\x39\x43\x3b\xb4\ \x66\x5f\x6d\x08\x13\x64\x0b\x29\x7c\x49\x48\xb2\x5c\x5d\x55\xb5\ \x66\xcd\x1a\x2b\x8e\x10\x11\x36\xe0\x7d\x35\x54\x7b\x74\xdc\x3e\ \x03\x08\x11\xda\x7e\xfc\xc9\x3f\x3d\x77\xb8\x49\x10\x82\x98\xa1\ \x05\x83\x41\x83\x03\x21\x18\x00\x61\x2c\xb4\x50\x30\x14\xd2\x29\ \xe7\x80\x09\xc1\xa0\x05\x83\x3a\x13\x12\x21\x20\x04\x00\xd7\xd5\ \xa0\x6e\x98\x6d\xe5\xfb\x97\x2c\xdb\xd0\xd8\xa5\x6a\x9a\x29\x22\ \x6a\x92\xfd\xa0\x5b\x2a\x1e\xc0\xd2\x71\x43\x97\x86\x1e\x74\x2f\ \xdf\x86\x4b\x0e\xa7\xd3\xe9\x10\x7a\xed\xab\xbf\x7f\xe2\x70\x90\ \x60\x26\x52\xb3\xd3\x58\x67\x5b\x7d\x63\x47\xfe\x15\x77\x7e\xf5\ \x86\x09\x9d\x87\x37\xbc\xb2\x6c\x7d\x7d\x97\x9e\x35\xe6\xea\x87\ \xef\x9c\xe9\x37\xdb\xd6\xbd\x31\x7f\xf5\xc1\x3a\x41\x35\x25\x7b\ \xec\xa3\x8f\xde\xe7\xab\xdc\xf1\xca\xc2\xf7\xaa\xbb\x0c\x25\xa9\ \xf8\xfe\x87\xee\xcc\xf7\x61\x26\x90\x2c\x82\xab\x5f\xf9\xfb\xaa\ \xa3\x01\x07\x31\x1d\x59\x63\xbe\xf1\xb5\xbb\xa4\x13\x2b\xfe\xb6\ \xa6\xe3\xdb\xdf\x7b\x30\xad\x63\xf7\xef\x9e\xf9\x68\xee\xb7\x7e\ \xec\xda\xf6\xc2\xb3\xab\x4f\x3a\x9c\x84\xf8\x12\x93\x3c\xb8\xa9\ \xae\x5a\xf3\x14\x3d\xf2\xe8\x23\x83\x15\x05\xab\xe5\x0b\xff\xf9\ \xe7\x77\x68\xc8\x3f\x70\xfa\x23\xf7\x5f\x9f\xea\xec\xda\xb4\x64\ \xe1\x87\xfb\x2a\x0c\x2e\x8f\xbb\xe6\xde\x5b\xa6\x0d\xdc\xff\xc1\ \x73\xaf\x7d\x70\x82\xb8\x93\xae\xbe\xe7\xc1\x2b\x87\xa4\x03\x42\ \x15\x7b\xf7\x04\x7c\xc5\x63\x73\x3c\x02\x41\xc7\x91\xf5\x47\xf8\ \xf0\x3b\xc7\x75\x7e\xb0\x6e\xdf\xb0\xbb\x26\x22\x6b\xec\x17\xd6\ \xfe\x0c\x8b\x47\x03\x60\x19\x9b\x07\x3e\x7a\xeb\xf5\x0f\x0f\xc8\ \x6e\x67\x7d\x69\xfb\xec\xd9\x8e\x40\xed\xb1\x35\xeb\xbb\x06\x8e\ \x28\x68\x2b\xd9\x3a\xff\xb5\xe5\x0d\x26\x52\x03\x74\xd2\xbd\xdf\ \xbb\xa3\xb0\x75\xc3\xba\x75\xce\x82\x61\x7e\x17\x3e\xbe\xe9\xad\ \xff\xad\xdc\x71\xf9\xbc\x3b\xd2\xdb\x3e\x7e\x7d\xf5\x21\xae\xc4\ \x5d\x71\xe3\xbd\xb3\xc7\x0c\x1f\x96\xf1\xf6\xf6\x03\xe5\x13\x32\ \x06\x83\xb0\x13\x49\xbf\xc4\x30\x12\xe3\xd2\xd2\xd2\x57\x5e\x79\ \xa5\xb6\xb6\xb6\xa5\xa5\xe5\xfa\x1b\x6e\x90\x09\x81\x6e\x91\xe5\ \x3e\xfe\x85\xe8\x71\xdd\xcf\x0c\xb1\xf7\x1e\x38\x13\xa7\xcb\xe5\ \x72\x92\xaa\x5d\xef\x3e\xb9\x60\x03\x76\x3b\x0c\x1e\x73\xc3\x43\ \xdf\xb8\x2c\x5f\xbc\x3f\xff\xa5\x4d\xa7\x5a\x65\x7f\xde\x5d\x0f\ \xdd\x5b\x14\xd3\xbe\xe2\xf5\xf9\xdb\x4a\x9b\x19\xf1\xcf\xbe\xfb\ \x6b\x57\xe6\xb3\xc5\x4f\x3f\xb9\xb5\x52\x4b\xc8\x9f\x70\xf5\x68\ \x0f\x6e\xda\xff\xec\x5f\xff\x37\x7d\xf8\xac\x47\x6e\x9a\xe6\x41\ \xec\x4c\x1d\xda\xf0\x24\x80\x10\x20\x04\x3a\x63\x2c\x73\x51\xfb\ \x0b\x08\x20\xaa\xf0\x86\xd5\x57\x80\x06\x9b\x4f\xd6\xc2\xb5\x8f\ \x3c\xf6\xc3\x3b\x47\x9c\x3c\x70\x7c\xcc\x5d\xdf\xfd\xd1\x03\xd3\ \x8f\xae\x7a\xf7\x48\x83\x91\x34\x78\xd2\x7d\x5f\xff\xf6\xb7\xef\ \x9d\x59\xb1\x75\xd5\xbe\x3a\xbd\x72\xc7\xe2\xb7\x76\x07\xee\xf8\ \xf6\x8f\x7f\xf0\xe0\xf4\x8e\x9a\xd3\xed\xc1\x8e\x15\xaf\xbe\xde\ \x95\x39\xe3\xbf\xbe\xfd\xf5\xf4\xc6\xad\x0b\x96\xef\x03\x89\x00\ \x02\xa0\x81\xb2\x92\xba\x91\xd7\x3e\xf8\xd3\x9f\x7c\xd3\x57\xb9\ \x79\xf9\xa6\x2a\x84\xf4\xce\xae\x00\x13\x00\x4c\xef\xec\xe8\xa4\ \x9c\xd5\x96\x96\xc5\x0d\xbd\xe6\xa7\x3f\xf9\x4e\x6a\xe0\x58\xad\ \x7f\xcc\x8f\x1e\xfb\xc9\x60\xf3\xd0\xaa\x4f\x8e\x70\x89\x70\x39\ \x6e\xe6\x6d\x5f\xf9\xc9\x8f\xbe\xe2\x3e\xfd\xc1\xd2\x2d\xc7\xaa\ \xf7\x7d\xf4\xd6\x96\xe6\x79\x0f\x7d\xfb\xfe\x59\x79\x1f\xbc\xf1\ \x7a\x49\x87\x5e\x57\x7a\x22\x61\xfc\x0d\x3f\x7d\xec\xbf\xc6\xe5\ \xc6\x9a\x26\x45\x40\x4f\xd7\xd6\xcb\x99\x59\x6e\x0c\x08\x82\x5b\ \x36\xee\xc9\x98\x7e\xc7\x37\xef\x99\xd5\x71\x78\xe3\xc9\x20\x00\ \x0a\x2f\xc1\xe5\x11\x69\x1d\x2e\x04\x92\xa4\xae\xd2\xed\xaf\x2e\ \xd9\x33\xf5\xee\xef\xfe\xe8\xd1\xfb\x86\xa6\x3a\x4d\xce\xcd\x50\ \x47\x43\x4b\x00\xf4\x86\x37\xe6\xbf\xa6\x15\x5d\xff\xdf\x8f\xfd\ \x60\x72\x1e\x3b\x59\xd5\x2c\x98\xde\xd8\xd8\x18\xa2\x54\xa3\xf2\ \xf0\x2b\xee\xfe\xc5\xff\xfb\xaf\x19\xc5\xf4\x9d\xb7\x3f\x49\x9a\ \x76\xef\x2f\x7e\xf6\xe8\x94\xc2\x78\x01\xce\xec\xe4\xf8\xe6\xd2\ \x5a\x0a\xe1\xe3\xdb\xaf\x2f\xf0\x12\x82\x73\xce\x28\xa5\x57\x5e\ \x79\xc5\x83\x0f\x3e\x98\x91\x91\xae\x6b\x5a\x78\x80\xc0\xfb\xa4\ \x09\xa1\xee\x2d\xd6\x9d\x8d\x08\x85\x9e\xfd\xe0\x20\x30\xe1\x0d\ \x15\xa7\xb4\xec\xcb\xfe\xfb\xa7\x8f\x5d\x5b\xa8\x2d\x7f\x77\x75\ \x6d\xdd\x89\x15\x1b\xaa\x66\x3e\xf4\xc3\x9f\x7e\xef\x9e\x41\x29\ \xf2\xde\x55\x0b\x56\x57\x78\x1f\xfc\xd6\x77\xaf\x2d\xc6\x6f\x2c\ \x58\x56\xdf\xda\x51\x7a\xba\x63\xd6\xfd\xdf\xf9\xee\x43\xd7\x25\ \xc9\xba\x94\x39\xf6\x9b\x3f\xfc\xf9\x37\xaf\x9f\xe0\x10\xa6\xe5\ \xf3\x7e\xca\xb9\x78\x77\x2d\x1c\xb8\x44\xfc\x85\xc8\xd5\x63\x61\ \x62\x10\x5c\x08\x2e\x39\x5c\x1e\x8f\x3f\x35\xad\x28\x35\xe5\x90\ \xc3\xeb\x4f\x8f\x2b\xc8\x72\x6d\xea\xea\x6a\x3b\x7a\x62\xdd\x92\ \xf5\xc7\x09\x31\x5b\x35\xa6\x77\x05\x4b\x8f\x9c\xc8\x19\x77\xc3\ \xe8\xec\x84\x00\xf3\xb9\x15\x45\xef\xaa\x3f\x71\xba\xbd\x5d\xdf\ \xb2\xa0\x76\x5b\x00\x25\xa4\x3b\xa9\xce\x18\x66\x9c\x31\x8e\x24\ \xa7\xd7\xeb\x8d\x49\xca\x1a\x93\x9b\xb8\xa7\xbe\xc1\x48\x41\x84\ \x20\x21\x80\x71\x81\x31\xe6\x9c\x02\x96\x5d\x1e\x8f\x2f\x2e\x73\ \x50\x5e\x7e\xbb\xc3\x1d\x1b\x97\x36\xb8\x30\xee\xa3\x8e\x16\x9d\ \x26\x20\x25\x2e\x2b\x23\x39\x3e\xcd\x7d\xd9\xc4\xcc\x25\xa7\x4f\ \x1c\xef\x2c\x6b\xe9\x6c\x5e\xff\xf6\x42\x61\x04\x13\xd3\xd3\x78\ \x30\x24\xb0\xe2\xf3\xc7\xc4\xc6\xf8\x0d\x2d\x44\x29\x55\x14\xa1\ \x6a\x3a\x76\xcb\x08\x20\x54\x7b\x6c\xf3\xee\xaa\xcc\xf8\xa3\x9b\ \x91\xa6\xd7\x9f\xd8\xbc\xb3\xb2\x70\x3a\x06\x61\x4d\x17\x84\x95\ \xb3\x38\x62\x08\xd1\xea\x8a\xd2\x50\xfc\xc8\xa9\x23\x73\x62\xa1\ \x3d\x35\xc1\x65\x50\xc6\x25\x20\xb2\xac\xd6\x9e\xa8\xea\x70\xdd\ \x3a\x67\x62\xbc\x5f\xf7\x7a\x3d\x92\x60\x4c\x08\x42\xb0\x25\x27\ \x41\x64\xc5\x21\x13\x86\x12\xe7\x5e\x33\x71\xc9\xc6\x85\xcf\x35\ \x4c\x9c\x77\xcd\x15\xf9\x5e\xa7\x53\x22\x34\x14\xa2\x9c\x01\xb7\ \x63\x8f\x5f\x6a\x52\x62\xc0\x80\xfc\xc2\xc2\x42\xeb\xa3\xae\x6b\ \x8c\x51\x8c\x91\x10\x1c\xa2\xc7\xea\x11\x81\xc7\x48\xd4\xbc\xbb\ \x00\x1c\x08\xc1\xfb\x06\xbb\x10\xb6\x46\x1c\x9c\x31\x81\x90\xdb\ \xe7\xf3\xfb\xe2\x86\x8e\x19\xb2\xfc\x9d\x06\x1a\x33\xe7\x86\x2b\ \xd2\x56\xbf\xfa\xcf\x9a\x09\xb3\x6f\xbe\x6a\x50\x59\x55\x65\x7b\ \x8b\xf3\x9d\x85\xf3\xa9\x1e\x48\x4e\x1e\x44\x35\x8d\x38\x3c\x31\ \x31\xb1\x7e\xaf\xab\x03\x38\x60\x49\x76\x38\x64\x49\x37\x28\xeb\ \xdf\xdb\x41\x3d\xce\x0a\xc6\xdc\xe2\x86\x4b\x86\x17\x2c\x7b\x19\ \xe3\x98\x58\x32\x78\x8c\x51\x2e\x04\xa7\x86\xce\x0d\x26\x18\xd3\ \x35\x9d\x0b\x13\x64\x45\xb4\x95\xbe\xb3\x64\x4d\xfe\x9d\xbf\xb8\ \x7b\x14\xff\xd3\xe3\xcf\x19\x26\xf3\x7b\x1c\xcd\x0d\x0d\x5d\x00\ \xc0\x28\xe3\x0c\x21\xc9\xed\x72\xe7\x5e\x79\xdb\xbd\x97\xe7\x18\ \x9a\xc1\xb9\x60\x21\x95\x13\x82\x18\xe5\x82\x33\xd3\x04\x30\xb9\ \x10\x00\x9c\x48\x0e\xb5\xb5\x3d\xa8\x01\x21\x58\x70\xc6\x18\xe5\ \x5c\x08\x6a\x02\x98\x82\x0b\x66\xe8\x00\xa6\x29\x00\x84\x60\x94\ \x72\x46\x39\x13\x20\x3a\x2b\x4f\x37\x79\xd3\xfc\x3e\xa7\xd3\x93\ \x3a\xe4\xbe\x6f\x3e\x98\x28\x19\x8c\x83\x53\xd2\x0e\x1b\x8c\x51\ \xd3\xa0\x96\x60\x37\xa2\x8c\x78\x1c\x2e\xda\x1e\x10\x00\x27\xf7\ \x6c\x69\x77\x25\x0f\x08\x55\x1f\x3f\xc5\x33\x72\x62\x0f\x6e\xdf\ \xd2\x35\x6e\xaa\xe0\x94\x73\x21\x18\xa5\x8c\x03\xe7\x5c\x50\x61\ \x4a\x1e\xaf\x0f\xda\x8e\xd4\xb6\x68\xf1\xf1\x9c\x32\x66\x9d\x54\ \x70\x86\x15\x17\x16\x6a\x75\x7d\xc7\x98\x78\x07\xa3\x8c\x0b\xce\ \x18\xb3\xe2\x22\x42\x50\x55\x53\x39\x08\x43\x17\x23\x66\xdf\x3f\ \x64\x42\xf9\x92\x17\x9e\xfc\xf3\xab\xea\x1f\xff\xfb\xce\x4e\x55\ \x93\xbc\x6e\x60\x94\x31\x6a\xf3\xc2\x97\xc9\x06\xd0\x35\xa6\x5b\ \xb5\x54\x23\x33\x7f\x56\x81\x37\xce\x79\x34\x2d\x74\xcb\xbe\xf6\ \xf8\xbf\xdd\xae\x3b\xea\x35\xa5\x28\x00\x31\xc6\x41\x08\xce\xa8\ \xe0\x82\x33\xd3\xe0\xa0\x9b\x02\x38\x33\x49\xec\xd5\x0f\xff\x68\ \xfc\xa9\x5d\x4f\xfd\xed\xb9\x57\x1c\xdf\x1c\xe0\xf6\x25\x0e\x1c\ \xf7\xcd\x6f\xcd\x95\x99\x21\xb0\x04\x2d\x87\x0d\xca\xa8\xa9\x0b\ \x60\x42\x08\x53\x0d\x51\xca\x05\x61\xcc\xe2\x05\xd4\x63\x33\xea\ \x45\x0e\xe1\x28\x5e\x44\x27\xfe\x12\xd1\x83\x16\x91\x6b\xcc\x99\ \x30\x34\x55\xd5\x0d\xc6\x24\x35\xa4\x51\xca\x38\x35\x34\x55\x33\ \x18\x67\xa6\xa9\x06\x02\xa6\xec\x1f\x90\x1f\xbf\x77\xfd\x72\x38\ \x89\x4b\xdb\xb4\x62\x24\x15\x4d\x9e\xe3\xfd\xeb\x5b\x4f\xfc\xb9\ \x31\x56\x2b\x6d\x54\x7d\xd8\x95\x3e\x7b\x4e\xf1\x73\xcb\x9e\x6b\ \x3d\x36\xc0\x89\x95\xf1\x73\xaf\x2f\x4e\x90\x19\x05\x4c\xa9\x1e\ \x52\x75\xd3\xe4\xc0\x74\x4d\x0d\x86\xb4\xd8\xcc\xe1\x23\x1c\x1f\ \xbd\xf0\x97\xbf\x0e\x8c\x69\xad\x0f\x22\x05\x89\x36\x4d\xd5\x9c\ \x26\x07\xaa\x6b\x21\x55\x98\x8c\x31\x53\x53\x55\x66\x70\xa4\x10\ \xa3\xee\xdd\x37\x5e\xd9\xc6\xea\x8e\x35\x26\xdf\x7b\xe3\xe8\xa1\ \x8e\xf8\xc1\x9b\x5e\x78\xf2\x6f\x4f\xe6\xc4\x3a\x13\x07\x8c\xbe\ \x7e\x56\xa1\xa9\x85\x54\xdd\x60\x94\x5b\x77\x48\x33\xe4\xec\xec\ \x54\xe3\xa3\xb2\xe6\xb6\xf2\x8f\xd6\x1f\x19\x3a\xef\x47\x8f\xcc\ \xca\x31\x39\xd6\x2a\xb7\xfd\xec\x57\x0b\xb6\x96\x8d\x4e\x4b\x70\ \x6c\x59\xbb\x7e\xd2\x2d\x99\x8e\xf6\xd5\xeb\xb6\x1e\xb9\x6b\xea\ \x40\xa1\xea\x89\x05\xe3\x2e\x2b\xdc\xf3\xec\x5f\xfe\x34\x2c\xd7\ \x73\xb0\x2c\x30\x75\x26\xa1\x86\x1a\xea\x0a\x8a\xb8\xa2\x2b\x47\ \xe7\xbc\xf3\xcc\x5f\xea\x87\xa5\x1f\xdf\x5b\x11\x7f\x0d\xe6\xa6\ \x11\x0a\x85\x74\x03\xe5\x0e\xcb\x5b\xfa\xce\xa2\x3f\x77\x1c\x1b\ \x39\x7a\x88\x56\x75\xbc\x51\x43\xed\x2a\x4e\xc8\xf2\x13\xbd\xf1\ \x54\x4d\x73\xda\x84\x54\x30\x4c\x4a\xed\xf8\xc2\x17\x8b\x2d\x20\ \x01\x80\x40\x48\x52\xb7\x1e\xb4\xd0\x75\x43\x00\x70\x4c\xac\x78\ \x5e\x9f\x1e\xc6\xb9\x55\x44\x82\x45\x57\x85\xec\x53\xbd\x16\x00\ \x84\x20\x8c\x9a\x21\x55\x35\x28\x03\x5d\x0b\x69\x06\x63\x82\x1a\ \x9a\x6e\x98\xc1\xa6\xe3\x0b\x17\xae\xe7\x6e\xc5\x54\x5c\x2e\x87\ \x6f\xc2\xb4\x99\xdb\x9f\x5d\xf4\xe7\x27\x4f\x27\x3b\x95\xfc\x71\ \x57\x4e\xcb\x06\x2d\xa4\x1a\x06\x33\x74\xd3\x9f\x92\x97\x41\x57\ \x3f\xff\xd4\x5f\xf3\xf2\x47\x5e\x7b\xd5\x78\x9f\x2c\x78\x7f\x85\ \xb3\xbb\xb3\x18\x38\xc2\x61\x1f\xe7\x52\xd1\x83\x6e\xa8\xaf\x4f\ \x4c\x4e\x06\x00\xc6\xb9\x3b\x2e\x39\x27\x3f\x3b\xce\xef\x4f\xce\ \xcc\xcc\x4a\x8f\x97\x89\x23\x31\x2d\x3b\x3b\x35\x41\x91\xe5\x84\ \xf4\xcc\xcc\x9c\x01\x43\x87\x0c\xf1\x63\xc3\xc4\xde\x91\x13\x27\ \x17\x67\x27\xf8\xe2\xd3\x87\x0d\x1b\xe8\x92\x64\x45\xb4\x97\x37\ \xa1\x09\x97\x4d\x2a\x1a\x38\xb8\x20\x23\x86\x31\x14\x9b\x9c\x91\ \x93\x99\xea\x24\x96\x7b\x87\xe3\x52\x33\xb3\x32\xd3\x5c\x12\x72\ \xc5\x26\x65\xe7\xa4\xc7\x27\x26\x15\x0c\x2d\xf2\x62\x26\xf9\x33\ \x26\x4f\x9d\x3a\x20\x25\xc6\x1b\x9f\x9c\x95\x93\xe9\x77\x2b\xee\ \x98\xa4\xdc\x9c\x8c\x58\x8f\xe2\xf0\x25\x65\x67\x65\x25\xc4\x27\ \x66\xe4\x64\xb8\x24\xe2\x4b\x1d\x74\xf5\xbc\xb9\x85\xc9\x0a\x73\ \xc4\x0f\x1b\x36\xd8\x2b\x31\xc9\x15\x93\x99\x93\x9d\xe0\xf7\x78\ \xe3\x52\x73\xb2\xb2\x62\xdd\x32\xe7\x42\x08\xe0\x5c\xf8\x12\xdc\ \x47\xb7\xae\x6f\xf6\x0c\x18\x33\x72\xc8\xb0\xa2\x1c\x99\x19\xba\ \x61\x62\x87\x3f\x2b\x3b\xc9\x97\x90\x35\xb4\xa8\x28\xc1\xad\x24\ \xe6\x0e\x19\x9a\x93\xea\xf6\xfa\x12\x62\x7d\xc0\x4c\x46\xbc\x45\ \xc3\x86\xa7\x7a\x09\xc3\x9e\xe2\x89\xd3\x46\x17\x64\xba\x3d\xfe\ \xcc\x9c\xcc\xa4\xf8\xb8\xbc\xc1\x43\xf2\x52\x7d\x4e\x87\xdc\x52\ \x53\xe1\xc8\x1e\x35\xb6\x30\x27\x29\x25\x33\x23\x39\x21\x25\x6b\ \x50\x6e\x92\x17\xc9\xee\x8c\xec\xac\x18\x07\xd2\x0c\x96\x52\x38\ \xe1\xba\x2b\x27\xe8\xa7\x36\x2e\xdf\xd1\x7e\xf5\x75\xb3\xe2\x15\ \x1e\xa9\x66\x60\xbf\xfe\xc5\x17\x08\x10\x02\x21\x72\xe0\xc0\x81\ \xf7\x56\xbe\xbf\xff\xc0\xfe\x63\xc7\x8e\x67\x66\x66\x3a\x14\x07\ \x42\xc8\x30\xf4\x8e\x8e\xb6\xa4\x88\xb6\x32\xc6\x38\x18\x0c\xe8\ \x86\x11\x9f\x90\x60\x9a\x66\x5f\x65\xe9\x70\x69\x89\xee\x83\x73\ \xc0\xce\xb4\xac\xac\xac\xb4\x84\x98\xd8\x84\x9c\xec\xac\x24\x9f\ \x03\x2b\x9e\xac\xec\xdc\x8c\x04\x3f\xd7\x55\x1d\x1c\xc5\x13\xaf\ \xba\x7c\x68\x86\x3b\x3e\x73\xd8\xe0\x5c\x49\x30\xa7\x3f\x21\x3b\ \x3b\x33\xd6\xe7\x4d\x4c\xcf\xce\x4a\x4f\x56\x10\xc7\xee\xf8\x81\ \x85\xb9\x32\x42\xf1\x29\x19\x99\x29\xb1\x18\x7a\x84\xa0\xad\xa1\ \x78\x94\x26\xb4\xb0\xb2\x07\x4c\xc3\x6c\x6b\x6d\x4d\x4e\xb9\x60\ \x7a\xd0\x4f\x34\xbc\xf2\x2c\xf1\x9e\xb5\xce\x7d\xcc\x95\x57\xe5\ \xfe\xfe\x6f\x3d\x7a\xd0\xfb\xf7\x0c\x19\x3e\xd2\x1a\x6e\x11\x45\ \xc1\xcc\xd4\xa9\x70\x38\x24\x53\xd7\x29\x47\x4e\xa7\x83\x1a\x1a\ \x15\xd8\xe9\x54\xa8\xae\x71\x24\x39\x1d\x0a\x46\x48\x70\x4a\x19\ \x6b\xa9\x3c\xba\x66\xfd\x6e\x12\xe3\xaf\x3f\x71\x58\x1a\x74\xd5\ \x43\x37\x4f\xc0\x26\x95\x1c\x0e\x85\x10\x21\x98\xae\x69\xe1\x1a\ \x4d\x08\x29\x0e\x87\xa0\xba\x41\xb9\xec\x70\x12\x41\x35\x83\x11\ \x49\x76\x38\x64\x0c\xc0\x19\xd5\x74\x83\x28\x0e\x22\xa8\xa6\x53\ \xd9\xe1\x24\x40\x35\x83\x4a\x8a\x53\x02\xaa\x9b\x5c\x76\x38\x65\ \x82\x11\x70\xd3\xd0\x0d\x93\x03\x00\x96\x64\x87\x22\x63\x04\xd4\ \xd4\x75\x83\x49\x0e\x27\xe6\xa6\x61\xd2\xee\x94\x57\xd9\xa1\x94\ \x7e\xf2\xe6\xbb\x25\xb1\xdf\xfa\xfa\x4d\x2e\xb5\x43\xb3\x84\x5b\ \x11\x76\x38\x1d\xdc\xd0\x18\x92\x1d\x32\xd2\x35\x9d\x38\x9c\x98\ \x53\xdd\x30\xad\xe9\x65\x84\x89\xe2\x70\x48\x18\x59\xc6\x73\x2c\ \x3b\x24\xcc\x58\x70\xcf\x9a\xd5\x47\x9b\x0d\x27\x6b\x3f\x7a\x5a\ \x9d\xf7\xc0\x83\xa3\x73\x62\x08\xc2\xa6\xae\x31\xc0\x0e\xa7\x53\ \xc2\x60\x18\x3a\x60\x59\x91\x88\x10\x5c\xd0\xc0\xfa\x37\x5f\x28\ \x8d\xbb\xf2\x81\xab\x87\x31\x5d\xb7\x07\x11\x5f\x3c\x81\x01\x01\ \x42\x28\x18\x08\xbc\xb3\x7c\xf9\xc9\x93\x25\x37\xdf\x74\xe3\xe8\ \xd1\xa3\x40\x80\x24\xcb\xc1\x40\xa0\xb2\xe2\xf4\xd0\x61\x23\x7a\ \xf4\xa0\x1b\x1a\x02\x81\xae\x82\xa2\x62\xed\x0c\x3d\x68\xd1\x5b\ \x6a\x11\x04\x00\x26\x4e\x87\x64\x6a\x3a\x48\x8a\x8c\xb8\x66\x98\ \x88\x28\x0e\x19\x19\x06\x95\x9d\x4e\x09\x01\x67\x54\xd7\x0d\x26\ \x40\x92\x15\x87\x22\x23\xe0\x86\xae\x9b\x0c\x1c\x4e\x85\xea\xe1\ \x56\x2d\x29\x0e\x45\x96\x04\x33\x34\xdd\x0c\xc7\x3a\x44\xb7\xe1\ \x22\x92\x88\x13\xce\x7b\x21\x92\xa4\xa9\xea\xe9\xd2\x92\x61\x23\ \x46\x5e\x00\x3d\x68\xae\x86\x62\x66\xcc\x72\x15\x14\x22\xa9\xff\ \xaf\x0b\x4a\xa5\xc4\x24\xae\xaa\xd1\x83\x38\x4d\xd3\xdc\x2e\x17\ \x03\x61\xe8\x1a\x08\x40\x42\x68\x2a\xb5\xe2\x26\xba\xa6\x81\x00\ \x04\x5c\x0f\x59\x65\x7f\xa8\x1a\x59\x76\x89\x08\x76\xfa\x12\x06\ \x0e\xcc\x69\xd3\x78\xe6\x9c\x3b\x86\x16\x0f\x20\x86\xc9\x04\x98\ \xaa\x66\x9e\x11\x3e\x32\x54\xcd\x4a\x79\xa2\x9a\x4e\xad\x79\x10\ \xd3\x54\xa3\x2e\x50\x64\x3b\xa2\x7a\xf8\x0d\xd3\x75\xeb\x92\x98\ \xaa\xda\xe7\x80\x67\x7c\x57\x0b\xff\x98\x1e\x0d\x68\x33\x7b\xfc\ \xf5\xf7\x15\x06\x58\x57\xa7\x8e\x00\x45\x52\xe1\xf4\xb0\x9e\xaf\ \x61\x1d\x91\xab\xbd\xbe\x28\x18\xd3\x43\xa1\x1e\x6d\x4c\x66\x6a\ \x26\x60\x82\x53\x73\x07\x74\xe1\x06\x46\x32\xef\x99\x39\x24\x37\ \xd9\x6b\x6a\xba\x19\x6e\x65\x3c\x6a\x7f\xd6\x6d\xd0\xd0\x99\xb7\ \x8f\xf4\xc6\x73\x5d\x3b\x17\xd3\xd5\xff\xc1\xe1\x05\x01\x42\x08\ \xaf\xcf\x77\xcb\xcd\x37\x37\x35\x35\xe7\xe5\xe5\x72\xc6\x05\x08\ \x84\xb0\xaa\xaa\x7d\x9c\x76\x84\x91\x6e\xe8\xe1\xd0\xa3\x88\xf4\ \xd0\x70\xaa\x0a\x02\x00\x88\x7e\x48\x33\xa6\x85\xf5\xa0\x0d\x2b\ \x36\x20\xa8\xa9\x51\x00\x00\x3d\xd8\xd3\x00\x10\x00\x33\x8c\x90\ \x61\x74\x7f\x2f\xd2\x0b\x00\x00\xa8\xae\x53\x5d\xef\x43\x64\x91\ \x2e\x85\x84\x00\x40\xc2\xd2\x83\x16\x42\x48\x18\x9d\x69\xf3\xf9\ \x8b\x2f\x08\xd3\x74\xe6\x0f\x74\x17\x16\x9f\x2d\xf2\x89\x10\x12\ \x94\x72\x4d\xb5\x1e\xad\x82\xf3\xc4\xa4\xe4\x92\x93\xc7\x07\x17\ \x0f\x75\xb9\xdd\xdd\x2c\x8b\xa2\x62\xbd\xe2\xec\xc1\x62\x97\x2b\ \x77\x7a\x76\x01\x02\x04\x9c\xea\x86\x71\x2e\xa2\x2a\xe7\x2e\x90\ \x8d\xdd\xbe\x98\x38\xc6\x68\xaf\xf5\x11\x5f\xe8\xc1\x35\x60\xc4\ \xa4\xa2\x31\x04\x40\x30\xd3\x30\x4c\x0a\x8a\xe3\xd3\x0f\xe8\xf5\ \xc7\x01\xa7\x8c\xdb\xeb\x52\xbf\x74\xd4\x11\x90\x10\xc2\xed\xf2\ \xa4\xa6\xa4\x76\xeb\x41\x77\x76\x76\x54\x56\x9c\xce\x1f\x30\x30\ \x5a\xf7\x35\x26\x26\xb6\xa6\xba\xaa\xba\xb2\x22\x23\x23\x13\x61\ \xc2\x85\x80\x88\x5e\x3b\xfa\xf4\x66\xfc\x6f\xb0\xb9\x67\x59\x72\ \x64\x53\x57\x67\x67\xf9\xe9\xd2\xdc\xbc\x01\x17\x48\xf7\x15\x21\ \x61\x18\x2c\x8a\xe1\xce\xb6\x5b\xf7\x05\x4d\x4d\x4b\x37\xa9\x79\ \xe8\xc0\x3e\x84\xf0\x79\x5b\x79\x66\xc3\xc6\xe7\xef\x69\xd1\x13\ \x92\xd6\x28\x3e\x33\x33\x2b\x2e\x2e\xbe\xbb\x8f\x09\x21\x64\x59\ \x1e\x34\xa8\xa0\xac\xb4\xa4\xb6\xa6\x1a\x47\x52\xdb\xc5\x45\x61\ \x73\x38\xa7\x36\x3d\x3d\x23\x21\x21\xe1\x92\xd1\x83\x06\x80\xec\ \x9c\xbc\xd4\xd4\x74\x46\xa9\xfd\x7c\xb3\x71\xf1\x43\x92\x64\x45\ \x51\xfa\x74\x30\xce\xb9\xdb\xe3\x2d\x1e\x3a\x5c\xd7\xf5\x8b\xf0\ \xd1\xd6\xaf\xcd\x17\x35\x2f\x08\x21\x04\x63\xd1\xd5\x41\x6d\xd8\ \xb8\x98\x21\x04\xf4\xdb\xc1\xac\x38\xbf\xd3\xe9\xbc\x84\x6c\xbe\ \xa8\xfd\x05\x38\x2f\xd5\x78\x6c\xd8\xb0\x5b\xf2\x97\x87\xbd\x48\ \xd7\x86\x0d\x1b\x36\x2f\xd8\xb0\x61\xc3\xe6\x05\x1b\x36\x6c\xd8\ \xbc\x60\xc3\x86\x0d\x9b\x17\x6c\xd8\xb0\x61\xf3\x82\x0d\x1b\x36\ \x6c\x5e\xb0\x61\xc3\x86\xcd\x0b\x36\x6c\xd8\xb0\x79\xc1\x86\x0d\ \x1b\x36\x2f\xd8\xb0\x61\xc3\xe6\x85\x08\x10\x26\x72\xa4\x38\x8a\ \x0d\x1b\x36\x2e\x49\x5e\x20\x92\xe2\x70\x28\xdd\xd5\x97\x88\xa4\ \x38\x1c\x32\x46\xfd\xee\x29\x2b\x8a\xfc\xe9\x1d\x1e\x21\x50\xdb\ \xeb\x4b\xcb\xeb\xcd\x33\xf2\xca\x31\x91\x1c\x8a\x82\x6d\xc2\xb0\ \x61\xe3\xe2\xe6\x05\x84\x91\x68\x6b\x2c\x3f\x51\x52\xa9\x0a\x8c\ \x00\x10\x26\xa1\xe6\xca\xe3\xa7\xaa\x42\xa6\x38\x43\xc0\x06\xda\ \x6a\xcb\xf6\xee\x3f\xd2\x49\xf1\x59\x9d\x01\x84\x15\x50\x3f\x59\ \xf4\xa7\xdf\x3c\xbb\x3a\x28\x7a\xf9\x0c\x18\xa3\x40\x73\xf5\xde\ \xbd\xfb\x9b\x35\xb0\x7d\x09\x1b\x36\x2e\x5e\x5e\x40\x18\x3b\x20\ \xb8\xe6\xd5\xc7\x1f\x7e\xf4\x67\xab\xf6\x37\x39\x5c\x4e\x27\xb4\ \x2c\x7e\xf2\x17\x5f\xfb\xaf\xdf\x1d\xac\x0d\xca\x8a\x22\x2b\x8a\ \x2c\x49\x92\x2c\x2b\x0e\x87\xcb\x49\x37\xbc\xf9\xec\x6f\x9e\x7c\ \xbd\x41\x38\x1d\x32\x06\x40\x92\x24\x59\x7f\x94\x25\x12\xf6\x26\ \x64\x59\x91\x88\x16\x68\x6b\x0f\xe8\x02\x00\x93\xf0\x2e\x8a\xe2\ \x70\xbb\xd0\xde\x0f\x5e\xff\xd5\x6f\x9f\x3b\x6d\xc8\x4e\x99\x00\ \x20\x12\xf5\x7d\x9b\x28\x6c\xd8\xb8\x20\xe8\x77\x9d\x35\xa2\xba\ \xae\x76\x98\x0a\x6b\x59\xf7\xd1\xda\xab\x26\x7c\xc5\xd8\xbb\x61\ \xd3\x91\x46\x27\x4e\x6d\x0f\x69\x0a\x31\xb6\xaf\x5c\xb4\xe0\xdd\ \x0d\x1d\x22\xe1\x8a\x9b\xef\xbb\x77\x6e\x81\xc3\xe3\xe3\x4d\xfb\ \x7f\xf3\x8d\xfb\x07\x4f\xbc\xf9\xbb\xf7\x15\x3d\xfd\xab\xbf\xef\ \xaf\xeb\x72\x27\x0e\xbc\xe1\xee\x7b\x67\x8d\xce\x6d\x3d\xb9\x65\ \xfe\xab\x6f\x1d\xa9\x0e\x30\xa3\xd3\x97\xea\x50\x14\xb6\xf1\xf5\ \x27\x17\xac\x3f\x28\xe4\xd8\x11\x33\x6f\xfe\xca\x6d\x53\x1c\x2e\ \xb7\xa4\xd6\x3f\xf5\xfd\x87\x97\x17\x5d\xf5\xff\xbe\x37\x7d\xe9\ \xef\x9e\xd8\x74\xb2\xd1\x11\x97\x3d\xfb\xd6\x7b\xae\x99\x38\x10\ \x73\x6a\x2f\xce\xb6\x61\xe3\x22\xf0\x17\x10\xa2\xa6\xde\xd5\xa6\ \x25\x17\x16\x76\x1d\xda\xbe\x7d\xdf\xc1\x4d\x9f\x6c\xd2\x53\x8a\ \x13\x24\xbd\x95\x8a\xea\x1d\xef\x3f\x39\x7f\x65\xfc\xe8\xb9\x57\ \x0e\x75\x2f\x79\xea\xef\x1b\x4a\x5b\x25\x04\x92\x2f\x79\xda\xb5\ \x37\x5c\x31\x7e\xa0\xe2\x88\x1b\x35\xe5\x8a\xb9\xb3\x2e\x8b\x0b\ \xee\x7d\x61\xe1\xba\x8e\xce\xea\x45\x2f\x3d\xb7\xbd\x5a\xb9\xf2\ \xea\x99\x79\xf1\x0e\xca\x18\x13\x72\xee\xe0\xb1\xb3\xe7\xcc\x19\ \x3d\x40\xf9\xe0\xd5\x05\x3b\x4a\x9a\x88\x84\x91\xd3\x3f\x7e\xf6\ \x75\x73\xa6\x0d\x75\xc8\xde\x21\xe3\xa7\xcd\x9d\x33\x23\x8b\x94\ \xbe\x34\x7f\x59\x65\x3b\x93\x88\x3d\x63\x62\xc3\xc6\xc5\xe0\x2f\ \x20\xa0\x66\xa8\xb5\xcb\x1c\x38\x77\xf6\x80\xb2\xf7\x16\x3e\xff\ \xbc\x33\x88\xaf\xbf\x73\xc6\xce\x57\x5e\xec\xd4\x3a\x8f\x96\x96\ \xb6\x07\x79\x5b\xe5\x31\x83\x76\xf9\xbd\x66\x4d\x5b\x30\x96\x31\ \x39\x26\xed\xaa\x5b\x6e\x1b\xec\x36\xeb\x0f\x6f\xda\xbf\x7f\x57\ \x83\xae\xa8\x5c\x46\x6a\xa0\xa5\xb2\xac\xb4\xb6\x6d\xf0\xe5\xdf\ \x7e\xf8\xde\xb1\x4b\xab\xd6\x1c\x2e\xc7\x10\x6a\x3e\x7a\x74\xef\ \xae\xa3\xad\x0e\x6c\x3a\x40\xed\x08\x85\x64\xc6\xb1\x33\x7e\xfa\ \x0d\xb7\x4f\x8c\xe7\xad\xa5\x7b\x0e\x1d\xd8\x59\xda\x41\x84\x89\ \x71\xa8\x2b\xa8\xe9\x08\x5c\xf6\x4d\xb2\x61\xe3\x22\xf0\x17\x00\ \x28\xd5\x3a\x42\xdc\x9b\x9a\x3d\xfd\x8a\xcb\xf4\x63\xdb\x45\xc1\ \xa4\xa9\xc5\xb9\x4e\xac\x77\x05\xa8\xdb\x21\x51\x0e\xd9\x23\xa6\ \xdf\xf3\xc0\xc3\x3f\xf8\xe1\x0f\xaf\x1a\x94\x24\x38\xd5\x42\x5d\ \x6d\xad\x1a\x08\x75\xc7\xca\x65\x1f\x1d\x6a\xbb\xf2\x8e\x87\x66\ \x8f\x4b\x35\x74\x2a\xb9\xdd\x4e\x19\x1a\x6b\xcb\x3a\x42\x21\xca\ \x05\x96\xa5\x8e\xe3\xdb\x16\xbf\xbd\xc6\x37\xfc\xba\xfb\x6f\xbb\ \xc2\x23\x18\x07\x2c\x61\x64\xe8\x81\x96\xe6\x2e\x00\xfd\xd0\xc7\ \xab\x56\x6c\x2e\x1d\x7b\xe3\x43\x37\x4e\xcf\xa7\x06\xb5\xc5\x61\ \x6d\xd8\xb8\x98\xe2\x0b\x46\x57\x63\x6b\x28\x49\x87\x01\x53\xa7\ \xdf\x7e\x7f\x28\x61\xf4\x15\xc9\xae\x66\x33\xd4\x59\x5b\xad\x8d\ \xb8\xe6\x8a\x89\xdb\x0f\x6d\x5d\xfa\xc2\xa1\x0f\x30\x4a\x9a\xfa\ \xcb\x5f\x0c\x1d\x31\x6a\x48\xec\xa6\x37\x1f\xff\xda\x9d\xc3\xa6\ \x5d\x3b\xb7\x70\x48\xf2\x96\x15\x4b\x9f\x7b\x12\x75\x94\x63\x25\ \x5b\x49\x1d\x3c\x6f\xf6\xf4\x7f\x2c\x7e\xe3\xc1\x07\xde\x33\xda\ \x9b\x3c\x43\x24\x77\x4a\x66\x7e\x56\xcc\xa1\x8f\xe6\xb7\xef\x32\ \x5b\x38\x12\xa0\x0c\x1a\x3c\x38\xcb\xb1\xee\xef\xdf\xbb\xef\xfd\ \x91\x57\xde\x36\xad\x20\xcb\xb5\x73\xd5\x4b\x4f\xfa\xcc\x72\x24\ \x17\x61\x7b\xf6\xd2\x86\x8d\x0b\x81\x7e\xea\x4d\x21\x4c\x8c\xce\ \xea\x2d\x9b\x0e\x25\x8e\x18\x3f\x3c\x3b\x59\x96\x30\x70\xa6\x75\ \x36\xef\xdb\xb6\x55\x4b\x1d\x33\x6d\x54\x76\xa8\xee\xe4\xce\xbd\ \x47\xdb\x55\xe6\x49\xcc\x1d\x37\x76\x68\xbc\xc3\x38\xba\x67\xd7\ \xf1\xca\x16\x7f\x66\xd1\xa4\xd1\xb9\x15\xfb\x76\x9e\xac\x69\x03\ \xc9\x99\x98\x31\x70\xe4\xb0\x81\x5e\xa2\x1d\xdf\xb7\xeb\x44\x55\ \x2b\xc8\xae\xd4\x9c\xc1\xa3\x86\x66\xb5\x9f\x3e\xbc\xe7\x70\x89\ \xca\x88\x3b\x26\x79\xc8\xc8\xe1\x59\x71\x52\xe9\xc1\x3d\x87\x4e\ \xd5\x3a\x92\xf2\xa7\x4c\x2a\x6e\x3c\xb2\xfb\xc8\xe9\x46\x4e\x94\ \xb8\x94\xbc\x91\xc3\x06\x7a\x15\xcc\xed\xc0\xa3\x0d\x1b\x5f\x02\ \x5f\xa0\xde\x54\xff\x75\xe8\x10\x96\xdc\x6e\x27\xd5\x54\xbd\xbb\ \x20\x2a\x22\x2e\xb7\x0b\x51\x2d\xa4\x99\x58\x76\x38\x1d\x32\x46\ \x88\x33\x53\xd3\x74\x2e\xb0\xc3\xe9\x94\x25\xcc\xa9\xa1\xea\x54\ \x71\x3a\x65\x82\x01\x04\xa3\xa6\xa6\x19\x02\x61\xc5\xe1\x54\x24\ \x6c\x55\x4c\x51\x75\x53\x92\x1d\x0e\x87\x8c\x00\x04\x67\xba\xa6\ \x99\x1c\x1c\x0e\xa7\x22\x13\xce\x4c\x4d\x33\x24\x87\x53\x91\x08\ \x00\x44\x0e\x6e\xdf\x56\x1b\x36\xce\x37\x2f\x9c\xa5\x90\x1c\xa7\ \xc1\x40\xa0\xf7\x26\xa6\x06\x03\x00\x00\x08\x71\x6a\x84\x68\x74\ \x51\x19\xae\x6b\x3d\x75\xb5\x74\x35\xaa\xc8\x1a\x00\x08\x6e\x68\ \xa1\xe8\xbd\xa9\xa9\x53\x53\x8f\x0e\x67\x18\xba\x6a\x44\x36\x18\ \x9a\x6a\xd8\x77\xd2\x86\x8d\x0b\x0a\x7b\x16\xd0\x86\x0d\x1b\x36\ \x2f\xd8\xb0\x61\xc3\xe6\x05\x1b\x36\x6c\xfc\xab\x38\x7f\xf5\xa6\ \x10\x42\x94\x52\xbb\xe4\x94\x8d\x4b\xe3\x81\x89\x31\x21\xe4\xcc\ \xe6\x8a\x10\x12\x42\x50\x4a\x2f\x21\x9b\x2f\x5e\x5e\x40\x08\x75\ \x74\xb4\xeb\x9a\xde\x5d\x05\xd8\x86\x8d\x8b\x19\x8c\x31\xb7\xc7\ \xe3\xf3\xfb\x05\xe7\xd1\xcd\xd8\x30\x8d\x8e\xb6\x76\x84\x00\x2e\ \xbe\xfa\xcb\x9c\x33\x97\xcb\xed\xf3\xfb\xbf\x3c\x35\x7c\x21\x5e\ \x10\x02\xc9\x2e\x24\x3b\xe0\x6c\xa7\x47\x48\x30\x53\xe8\x41\xab\ \xd4\x3d\x42\xb8\xab\xb3\xc3\x34\x8c\xec\xdc\x5c\x49\xb2\xeb\xd6\ \xda\xb8\x04\xa0\xeb\x5a\x75\x65\x85\x24\x49\x2e\x97\xcb\xea\x66\ \x08\x21\xce\x59\x6b\x73\x53\x62\x52\x4a\x6c\x5c\xfc\xc5\x68\xb3\ \xa1\x57\x57\x96\x13\x89\xb8\xdd\x9e\x2f\x49\x0d\x5f\x84\x17\x90\ \xa4\x18\xb5\x07\x8c\xc6\x93\x70\xb6\x45\x4d\x8c\x4b\x31\x69\xce\ \xdc\x49\x82\x99\x00\x80\x10\x74\x75\x75\x66\xe5\xe4\x4a\x92\x2c\ \x84\x10\x42\x20\x84\x00\x20\xfa\x8d\xdd\x10\x6d\x5c\x70\x58\x63\ \x04\xeb\xbd\xc3\xe1\x4c\x48\x4c\x6e\x69\x6e\xf4\x78\x3c\xd6\xf4\ \x3e\x42\x28\x14\x0a\x49\xb2\x12\x1b\x17\x6f\x35\xe3\xe8\xaf\x44\ \x7f\xf7\xfc\xdb\x6c\xfd\xeb\x50\x1c\x49\x49\x29\x4d\x0d\xf5\x5e\ \xaf\xef\x4b\x16\xb6\xfe\x42\xbc\xe0\x70\x77\xed\x79\xbd\xe5\x83\ \x27\xf1\x59\xd6\x34\x71\x0d\xbc\xa3\x67\x65\x7c\xe3\x23\x11\xea\ \x88\x10\x05\x97\x25\x99\x73\x01\x20\x2c\x22\xb0\x7e\x0c\x8f\x72\ \xd2\x3e\xff\xf9\x31\x46\x82\xdb\x19\x4f\x36\xfe\x5d\xa4\x60\xbd\ \x91\x64\xb9\x4f\xef\xe2\x9c\x13\x4c\xa2\x9f\x64\xd6\x9b\x6e\x9a\ \x38\xe7\x46\x61\xfc\x69\x7d\xa4\xdb\x66\x11\x81\x24\xcb\xf4\x5c\ \x94\xba\xff\x62\xe3\x08\x40\xb2\x13\xbb\x00\xbb\xce\x42\x0c\x48\ \xc5\x8a\xa7\xd7\xaa\x27\xce\xb9\x10\x58\xf0\xc8\x01\x30\x21\x18\ \x00\x18\xa5\xe2\x5f\x19\xa8\x09\x00\x24\x98\xaa\x19\x44\x71\xda\ \xb2\x2d\x36\xce\x15\xac\x27\x3e\x46\x28\x1c\x4d\x08\xf7\x32\x2e\ \x44\xef\xe6\x29\x22\x8c\x10\x61\x01\x1e\x79\x56\xa3\x33\x1b\x2a\ \x22\x84\x20\xe0\x94\xf2\x2f\x1a\x8a\x10\x34\xa4\x32\xd9\xa1\xf4\ \x2b\x65\xd6\xdd\xbd\x50\x84\xa2\xba\xe9\xe1\xcb\x5f\x90\xf3\x14\ \x05\xe4\x9c\x43\x37\xb1\x01\x22\x24\xf0\xde\x73\x4f\xbc\xbc\x62\ \x0f\x48\x12\x12\x42\x20\x4c\x24\x29\xfc\xc2\x28\xec\x4d\x74\x6f\ \x41\x20\x04\x58\xef\x25\x49\xa2\xcd\xfb\x9e\x7d\x65\x71\x23\x91\ \x88\x24\x61\x4c\x88\x24\x21\x10\x02\x70\x78\x4f\x44\xba\x0f\x25\ \x84\xe8\x7e\x8f\x7a\x28\xd5\x86\x8d\xbe\x40\x00\xc0\x79\x28\x14\ \xc2\x84\xf4\x74\x2d\x2e\x38\xe7\xd1\xc2\x85\x42\x08\xce\x59\xf4\ \xf3\x19\x00\x04\xe7\x82\xf3\xbe\x07\x44\x84\x76\x9c\x7a\xe9\xd9\ \x05\xc7\x9a\xb8\xd4\xdd\x92\x25\x09\x83\x10\x02\x70\xf7\x47\x04\ \x42\x88\xa8\x8f\x42\x08\xd4\xbd\x73\x47\xc9\x96\x67\x5e\x5d\x6d\ \xc8\x12\x91\xa4\xfe\xdb\x6f\xef\x53\x03\x42\x82\x0b\xce\x39\xa0\ \x2f\xfb\xcc\x3c\x2f\xf3\x11\x08\x59\xc4\x2b\xc0\xea\xe1\xb8\xe3\ \xf8\xe6\x8f\x36\x6f\x6f\xf3\x07\x26\x4e\x1e\x5e\x9c\x80\xb5\x60\ \xeb\xe1\x03\x07\xaa\x9a\xbb\x24\x6f\xca\xc8\xf1\x63\xd3\x3c\x98\ \x23\x1c\xaa\x3f\xb5\x7d\xd7\x11\xc3\x93\x36\x6e\xe2\xd8\x04\x07\ \xab\x3d\xb9\xef\xd0\xc9\x0a\xdd\x91\x36\x34\xad\xe3\xf4\xa1\x5d\ \xef\x2d\x4a\x28\xc8\xc9\x1e\x51\x98\x5c\x5e\xde\x3c\x70\xe8\x50\ \x3f\xb4\xef\xdf\x7f\x2a\x61\xd0\xa8\x54\xd2\xb2\x67\xff\xa1\xaa\ \xc6\x40\xd2\xc0\xe1\x93\x86\xe7\x37\x9c\xdc\xb5\xf3\x68\xb5\x27\ \x63\xf0\xa4\x51\x05\x0a\x62\xf6\xd8\xc3\x46\x3f\xcd\x13\x00\x21\ \xb4\x66\xed\xda\xbd\x7b\xf7\x3e\xf8\xc0\x03\xa9\x69\x69\xa6\x61\ \x00\x00\x87\x33\x9f\xbd\x11\x2e\x88\xfa\x1c\xfd\x31\xda\xc3\xe7\ \x5a\xeb\xbe\x5d\x87\x8a\xae\xbe\x43\x6b\xaf\xde\xbb\xe7\x50\x63\ \xa7\xee\x4b\x1d\x30\x6e\xec\x50\x2f\x61\xad\x15\x87\x76\x1e\x28\ \x31\x1d\xc9\xe3\x27\x8c\x4e\x89\x75\xb5\x95\x1f\xda\xb1\xff\x14\ \x49\x1a\x30\x71\xdc\x08\x2f\x0a\x56\x1c\x39\x72\xa4\xb4\x86\xc4\ \xe6\x66\x4b\x1d\x25\x7b\x36\xbe\xbd\x04\x65\xe4\x14\x4d\x1e\x39\ \x48\x41\x7d\xdb\x6f\xf7\x60\x06\x10\x0a\xf7\x2f\x10\x67\x3a\x2f\ \x17\xa9\xbf\x80\x2c\x7f\xc1\xfa\x09\x08\x21\x11\xfc\x64\xdd\x8e\ \x91\xb7\x7f\xef\xc6\x41\xda\x9a\xad\xc7\x00\x91\x8e\x8a\x1d\x4f\ \x3d\xbf\xf8\x54\x63\xdb\xd1\x4f\x96\xfc\xf5\x89\x57\xaa\x0c\x62\ \xd4\x1d\x78\xe1\x99\x57\x4f\xb5\x69\x95\x3b\x97\x3f\xff\xda\x6a\ \x0d\x42\xef\xbf\xf4\xfc\x07\x3b\xcb\x5a\xdb\xdb\x42\x94\x28\x12\ \xd2\xd5\x90\x6e\xf2\x60\xc3\xbe\x57\x16\x2e\xaf\x63\x84\xd0\x9a\ \x77\x16\xce\x3f\xd8\x2a\x3a\x4f\x7e\xf8\xcf\xf9\x6f\x9f\x6e\x6c\ \xeb\x0a\x6a\x55\x07\xdf\x7f\x76\xc1\xea\x0e\x5d\xdb\xb1\xfc\xc5\ \xd7\xd6\x1e\x45\x44\xb2\x1f\x8c\x36\xfa\x00\x00\x30\xc6\x3b\x77\ \xed\xfa\xf8\xe3\x8f\x5b\x5b\x5b\x17\x2f\x59\xd2\xd6\xd6\x86\x30\ \xb6\xba\x7b\x9f\xb1\xbd\xf5\x84\x8e\xf6\x17\x3e\xd5\x09\x21\x4e\ \x97\xd3\xe5\x42\x25\x5b\x97\x3f\xb7\xe4\x93\xe6\xf6\xc6\x8f\x16\ \xfc\x73\xc1\xfb\x07\xd4\x8e\x53\xcf\xfc\xed\xe5\xe3\xcd\xa1\xce\ \x96\x96\x10\xc3\x1d\xa7\x36\x3e\xf7\xf2\xd2\xfa\x90\x71\x74\xed\ \xeb\x2f\xad\xd8\x6e\xa8\x4d\x6f\x3f\xff\xf4\xe6\xa3\x55\x4d\xad\ \x1d\xa6\x20\x32\x11\x9a\x1a\x52\x0d\x33\x7a\x78\x73\xe6\x6f\x08\ \xff\xbf\x10\x67\xda\x7c\x11\xfb\x0b\x96\xaf\x25\xb8\x10\x1c\x61\ \x29\x58\x7d\x70\x6f\x8d\xf3\xae\x47\x26\x66\xe6\xd6\xfd\xea\xad\ \x4f\xea\xaf\x1e\xce\xb5\xa0\x92\x39\xf4\xf6\x07\x1f\xcc\x10\xd5\ \x4f\xfc\xe8\xf7\xeb\xb7\x57\x8c\x0d\xae\xda\xdd\x24\x6e\x9e\x14\ \x87\x4d\xf7\x86\x6d\x6b\x8e\x5e\x3f\xd2\x14\xbe\x69\x37\x3c\x74\ \xd3\xe8\xd8\xce\xb2\xd5\xe0\xcf\x98\x73\xe7\x9d\x83\x5d\xd0\x7a\ \xec\x3d\x87\xd3\x81\x04\x00\x47\x0e\x97\x5b\xc6\x5c\x0d\x04\x62\ \xf2\xc6\x3e\xf8\xf5\x07\x63\x21\xb0\xf0\x97\x4f\x37\x88\xa2\x09\ \xb1\xf1\x9a\x43\xdb\xfc\xe1\xe6\x5b\x67\x16\x7b\x39\xe3\xf6\xf3\ \xd1\x46\x1f\x67\x96\xb3\x21\x43\x8a\x87\x0c\x19\x42\x08\x61\x8c\ \x4a\x92\xc4\x39\xc3\x18\x45\xe2\x0b\x3d\xbb\x0a\x01\x42\x70\x80\ \xee\x7f\x45\x64\x5c\xcf\x51\x1f\xd7\x1d\x61\xce\xb9\x00\x21\x04\ \xd3\x42\xa1\x94\x51\x33\x1e\x79\x70\x56\x45\xfe\x33\x7f\xfc\x78\ \x5b\xe3\xd8\x49\x9d\x41\x35\x2d\x63\xc8\x0d\x33\x46\x7a\x25\xed\ \xfd\x45\xab\x4e\x74\xc5\x8d\x48\x88\x53\x9a\xa5\xe5\x1f\x6f\xb9\ \x7e\xcc\x1c\x83\x24\x5e\x73\xe7\xc3\x53\x72\x3c\x35\x3b\x97\x92\ \xe4\xa2\x1b\xee\xbc\x2b\x45\xa6\xba\x66\xd0\xfe\x23\x8f\x3d\xd9\ \x02\x96\xc1\x97\x52\x5e\x13\x17\x5c\x08\xc1\x18\x97\x24\x51\xba\ \x6b\xe3\xb1\xca\x92\x37\x9f\xf8\xbd\x43\x6f\xad\x3a\xdd\xbc\xed\ \x58\xfb\x14\x09\x13\x8c\x98\x09\xe0\x4a\xcc\x8a\x53\xea\x5b\x9a\ \x3b\xd4\x2e\xa7\xd7\x8f\xa8\xc1\x63\x87\x3c\x78\x5f\x5a\x86\x6c\ \x52\x04\xd4\xd0\x00\x38\xa5\x8c\x0b\x61\x1a\x02\x9c\xc0\x05\xa7\ \x96\x6f\x85\xc0\x8a\x62\x72\x40\x48\x30\xcd\x00\x40\x5d\x2d\x01\ \xe1\x49\x74\x33\x23\x18\x3f\x7c\xd6\x03\xc9\x03\x88\xa1\x51\x61\ \xd3\x82\x8d\x33\x43\x77\x48\x22\xc4\x1a\x93\x4b\x92\x04\x00\x8c\ \x31\x8c\x31\x17\x42\x70\xde\x13\x77\x44\x20\x40\x70\x6e\x6d\xee\ \xd5\x03\x23\xe1\xc9\x68\x07\x1e\x73\xce\x00\x04\xa7\x4c\x00\x08\ \x6e\xaa\x00\xc4\x1b\x87\x59\x1d\x8a\x1f\xf1\xc3\xef\xdd\xf5\xce\ \xca\x65\x3f\xff\x78\xed\xdd\x5f\xbd\x39\x68\x68\x0e\xbf\x97\xea\ \x9a\x3b\x6b\xdc\x57\xc6\x17\xc6\x60\x8d\x03\x98\xba\x06\xe0\xa6\ \x9c\x0b\xce\x4d\x5d\x30\xa0\x8c\x33\x21\x00\x45\xd9\x1c\x4d\x44\ \xd6\x07\xce\x39\x17\x9c\x47\xdb\x7c\xd1\xfb\x0b\x42\x70\x2e\x90\ \x2c\x3a\x4b\x57\x6f\xaf\xba\xfc\xae\xaf\xcd\x1e\xe0\x36\xb1\x5c\ \xfc\xe1\x4b\x9b\xd7\xaf\x1f\x7a\xb9\xc3\x6c\x6d\xac\xa8\xa8\x05\ \xfd\xe0\xb6\x1a\x63\xda\x0d\xd9\x69\x1d\xb9\x68\x7b\x75\x5a\xe1\ \xb8\x41\x31\x4c\xa5\xae\x04\xb9\x55\x37\x28\xa3\x26\xa7\x26\x56\ \xbc\xa2\xad\xa9\xf4\x64\x69\x72\x86\x1b\xb9\x53\xdc\xad\x1f\xee\ \xdd\x53\x92\x92\xdd\x16\x50\x75\xc6\x18\xa3\x94\x52\x60\xd4\xa4\ \xc4\x53\x98\x17\x53\xd2\x02\x83\x27\x4c\xf3\x9a\x21\xee\xf4\x12\ \x46\x99\x9d\x28\x61\xa3\xff\xf1\x34\xc6\x18\x8b\xa8\x31\x2f\xc7\ \xc4\xea\xfd\x51\xb4\xd0\xfd\x44\xe6\x9c\xf1\x6e\x6f\x22\x3a\x25\ \x27\x8a\x71\x30\xa3\x8c\x51\xc6\x18\x13\x94\x31\x4a\x19\x05\x6a\ \x9a\x9c\xb2\x50\xb0\xd3\xe9\x2f\xb8\xe7\xc1\x8c\x97\xff\xf4\xab\ \xf7\xf6\x4e\x99\x97\x9d\xb7\xb6\xc6\xc8\x1f\x39\x29\x45\x32\x84\ \xc3\xeb\x52\x4b\x0c\x83\x32\x4a\x29\xa7\x8a\xe2\x64\xcd\x15\xa5\ \xe5\xe5\xc2\xaf\x78\xfd\x5e\xa9\xff\x62\x2f\xe1\xdc\x4b\x04\x88\ \x23\x6c\x39\xe6\x97\x8e\xbf\x60\xcd\x53\x12\xd4\x74\xea\x58\x40\ \xc9\xbd\x6e\x42\x71\xba\x93\x0b\x2c\xf9\xaf\xb8\x6c\xcb\x1b\xa7\ \x2a\x5a\x72\x45\x67\xd5\xbb\xaf\xfd\x83\x87\xd4\x81\xb3\x6e\x99\ \x32\xd0\xeb\xd2\xaf\xbd\xb5\xf4\xad\xa5\x4f\xff\x81\x13\xc7\xe0\ \xc9\x37\xdf\x35\x23\xd9\x17\x1b\xeb\x92\xc0\x34\x0c\x39\xae\x68\ \xce\x84\xf4\x95\x2f\x3f\xb1\xb7\x60\xfc\x7d\x77\xdd\x70\xc7\xf5\ \xa3\x5e\x5f\xfa\x8f\xfd\x0a\x66\xde\xec\x34\x8f\x24\x24\x4f\xac\ \x8f\x08\x46\x35\x86\x26\xdc\x74\x77\xdd\x9b\x8b\x9e\xfa\xfd\xef\ \x25\xd9\x33\xf5\x96\x7b\x67\x16\xa5\x9c\x93\xa9\x5d\x1b\xff\x97\ \x42\x8e\x08\x00\x01\x6a\xef\xec\x30\x4d\x83\x10\xc2\x18\xf3\xfb\ \xfd\x8a\xac\x84\x3d\x02\xce\x51\xaf\xf8\x02\xf0\x30\x58\xaf\x29\ \x09\x6b\xb6\x32\xca\x03\x11\xc0\x18\x48\x31\x71\x7e\x02\x0c\x9c\ \xbe\x18\x8f\xc2\x28\x05\xe2\x4a\x88\x8b\x11\x1d\xe5\x4b\x16\xbe\ \x55\xad\x31\xe4\x1e\x35\x6f\x58\xde\xd0\xa4\xf4\x39\x0d\x0b\x5e\ \x7c\xe2\xb7\x84\xf8\x26\x5e\x7b\xfb\xdc\x42\x47\x4c\x5c\xac\x8c\ \x84\x11\xd2\x7d\xd9\x23\xae\x18\xbe\x67\xf1\x33\x7f\x4d\x29\xba\ \xe2\xc1\x3b\x66\xc6\x28\xac\xdb\x15\x40\x67\x32\x03\x42\x3c\xcc\ \x5a\xe2\x4b\x4f\x47\x9c\x45\xaf\xe9\x33\xb8\xd5\x15\xd3\xf2\xee\ \x0f\x5b\x56\xff\x05\xbb\x49\xff\x2c\xa0\x32\xef\xa8\x6b\xd3\x1f\ \x79\x8f\xab\x1d\x00\x40\x08\x39\x74\x70\x7f\xf1\xd0\xe1\x08\xa1\ \xee\x84\x05\x8b\x95\x11\xc6\x04\x93\xba\x83\xef\xfe\xf9\xdd\xfa\ \x6f\x7f\xff\x91\x4c\x85\x11\x45\x11\xd4\xe0\x40\x64\x09\xe9\xaa\ \x6a\x72\x90\x24\x99\xf4\x08\x3d\x0a\x40\x98\x10\x64\x68\x1a\x03\ \x2c\x4b\xb2\x2c\x13\x53\x53\x0d\x06\x8a\xa2\xe0\xa8\x94\x33\x01\ \x02\x13\x59\x02\xa6\x6a\x3a\x07\x24\x49\x12\x46\x76\xc2\x83\x8d\ \xbe\xe3\x08\x84\x80\x60\x72\xf0\xe0\xc1\x77\x96\x2d\xd3\x34\x7d\ \xd0\xa0\x41\x77\xde\x71\xbb\xc7\xe3\x21\x92\x14\x0c\x74\x55\x55\ \x56\x14\x0f\x19\x66\x9a\xa6\xd5\x8c\x1b\x1b\x1b\x82\x81\x40\x41\ \xd1\x60\x4d\x55\xb9\x08\x77\x43\x84\x80\x0b\x81\x00\x7d\xee\x4c\ \x1c\x41\xa9\x49\x99\x50\x1c\x2e\x05\x0b\x06\x58\xc2\x42\x53\x35\ \x2a\x90\x2c\xf7\xb4\x52\x01\x02\x21\x42\xb0\xd0\x35\xdd\x9a\xbb\ \x44\x51\x63\x1f\x6b\x40\x81\xad\xb1\x0b\x02\x04\x08\x61\x24\x49\ \x92\xaa\xaa\x65\x65\xa5\xc3\x86\x0d\xb7\x6c\xee\x1e\xe6\x9c\x1b\ \xbd\xa6\xcf\x1c\x15\x60\x77\xbc\x9c\x98\x85\x9d\xce\xfe\x79\x41\ \xd7\x24\x5f\x0a\xf4\xf8\x33\x88\x33\xce\xb9\xc0\x48\x44\x82\x90\ \xdd\xf1\x1a\x81\x31\x21\x8a\x3b\x21\xce\xef\x90\x24\x09\x33\x6b\ \x8a\x08\x80\x19\x06\x20\x49\x56\x20\x92\x4c\xd2\x3d\xb4\x12\x9c\ \x72\xc0\x92\x8c\x01\x40\x70\xd3\xe0\x40\x24\x85\x00\x9c\x11\x88\ \xe5\xd4\x34\x00\x88\x2c\x13\x88\xca\x48\xb1\x61\xa3\xb7\x0b\x40\ \x05\x1d\x31\x62\x38\x65\xec\xf0\xe1\x23\x37\xdd\x78\x83\xc7\xeb\ \x61\x8c\x21\x8e\x39\x17\x7d\x3a\x4c\x38\xb2\x10\xf9\xaf\xdb\x59\ \x00\x21\x38\x84\xa9\xa1\x8f\x3f\xd2\xaf\xa6\x39\x91\x64\x22\x01\ \x08\x66\x32\x00\xe0\x06\x03\x2c\xf7\xd3\xd4\x85\x60\x94\x03\x91\ \x65\x6b\x86\xbf\x57\x9e\x20\x08\x04\x20\xc0\x4a\xa9\x42\x02\x09\ \x24\x10\xe3\x9c\x73\x2e\x2e\x54\xbe\x23\xd7\xba\x62\x2e\x7b\x34\ \x66\xda\x7f\x9d\x55\xc7\x1d\x01\x08\xc1\xb5\xae\xee\x8f\xb2\xa2\ \xb4\xb4\x34\xa5\xa5\xa5\x53\x4a\xb9\xc0\x48\x08\x14\x9e\x76\x05\ \x10\x3c\xa9\x70\xc6\x63\x85\x20\x04\xe5\x40\x08\xb1\xdb\xaa\x8d\ \xf3\x35\x8c\x40\x3d\xb9\x82\xe3\xc6\x8e\x1d\x33\x66\x34\xc6\x98\ \x31\x4e\x30\x21\x44\x6a\x6a\x6a\x74\xb9\xdd\xd1\xfd\xd1\xe1\x70\ \xd4\xd7\xd5\x19\x86\x2e\x11\x89\x5b\x13\x0e\x28\x9c\x96\x73\xde\ \x56\xfa\xf4\xd8\x1c\xfe\xd8\x3d\x1e\x02\x49\x92\x9a\x1a\xfb\xda\ \x7c\x7e\xe3\x0b\x42\x80\x60\x9f\x19\xe7\x0d\xf3\x08\x63\xd9\xd9\ \x39\xc7\x8f\x1d\x31\x75\xdd\x1f\x13\x1b\x31\x5a\x7c\x36\xaf\xda\ \xb0\x71\x5e\x82\x0c\xdd\xce\xb9\xd5\xd5\x84\x10\x2d\xcd\x4d\x5d\ \x9d\x1d\x43\x86\x8d\xe8\x76\x19\x18\x63\x31\x31\xb1\x5e\x8f\xe7\ \xc8\xe1\x03\x19\xe9\x59\x44\x96\xfb\x6b\xc9\xe7\xd9\x66\x81\xa0\ \x87\x26\xda\x5a\x9a\xdb\xda\xdb\x86\x0c\x1b\xce\xbe\xb4\xcb\x70\ \x3e\xe2\x8e\x42\x08\x8f\xd7\x5b\x3c\x74\x78\x75\x65\x79\x6b\x4b\ \x0b\xb2\xab\x42\xd8\xb8\x98\x43\x0e\x00\x80\x84\xc7\xe3\x2d\x1e\ \x3a\x5c\x92\xa4\xe8\xd1\x29\xe7\x3c\x7f\xe0\xa0\xfa\xba\xda\xea\ \x9a\xaa\x88\xbb\x7b\xd1\xd8\x0c\xc2\xed\xf1\x0e\x1d\x36\x5c\x96\ \x95\x2f\x9f\xda\x74\xfe\xe6\x23\x9c\x4e\x67\x61\xf1\x50\x3b\xf8\ \x67\xe3\x92\x00\xe7\x9c\x52\x76\x66\x07\xe3\x9c\xa7\xa5\x67\x64\ \x64\x65\xa3\x8b\xd2\x66\xc6\xd8\xa5\x94\xef\x68\x79\x0d\x34\x2a\ \x46\x6a\xc3\xc6\x25\x0a\xc6\x18\xfb\xbf\x3e\xe1\x6d\xab\xaa\xd9\ \xb0\x61\xc3\xe6\x05\x1b\x36\x6c\xd8\xbc\x60\xc3\x86\x0d\x9b\x17\ \x6c\xd8\xb0\x61\xf3\x82\x0d\x1b\x36\x6c\x5e\xb0\x61\xc3\x86\xcd\ \x0b\x36\x6c\xd8\xb0\x79\xc1\x86\x0d\x1b\x36\x2f\xd8\xb0\x61\xc3\ \xe6\x05\x1b\x36\x6c\xd8\xbc\x60\xc3\x86\x0d\x9b\x17\x6c\xd8\xb0\ \x71\xa9\xe3\xac\xeb\xa6\x88\xa4\x38\x1c\x0a\x46\x20\x18\xd5\x74\ \xcd\xd6\x57\xb7\x61\xe3\x3f\x9c\x17\x90\x24\xe1\xa6\xd2\x9d\x1f\ \xae\xd9\x52\xdd\x6e\xc4\x67\x15\xcd\x9c\x7d\x55\x7e\xbc\x04\x58\ \x56\x14\x09\x04\x37\x75\x9d\x72\x01\x80\x24\x59\x91\x65\x82\x40\ \x70\x4a\x75\xc3\x24\x8a\x53\x21\x5c\x55\x0d\xa2\x38\x64\x0c\xba\ \xa6\x71\xc0\xb2\xe2\x90\x25\xcc\x99\xa9\xeb\xa6\x00\x24\x3b\x1c\ \x12\xc6\x08\x09\x66\x9a\x86\x49\x05\x00\xc2\x92\xc3\x21\x63\x04\ \xd4\xd0\x0d\x93\x13\x59\x51\x14\x09\x38\x33\x0c\x83\x31\x81\x48\ \xf8\xaf\x8c\x9a\x7a\xbf\x0a\xfa\x36\x6c\xd8\x38\x0f\xbc\x80\x25\ \x29\x58\xb3\xeb\x89\xdf\xfc\xb1\xd2\x91\x99\x9b\xe0\x68\x3e\x76\ \x68\xf8\xf4\x59\x83\x15\xa9\xbd\xa9\x6a\xff\xa9\x6a\xa6\xc4\x0c\ \x28\x1a\x14\xe7\xc0\x80\x50\x7b\xed\xc9\xd2\xaa\x16\x86\x24\x7f\ \x62\x6a\x6e\x56\x4a\x4b\xc9\xbe\xf2\x2e\xef\xf0\x21\x99\x4d\xa7\ \x0e\xd7\x84\xf0\xc0\xa2\xc2\x78\x99\xd6\x96\x1e\x3c\xdd\x10\xf0\ \x27\x67\x15\xe4\xa7\x23\x23\x58\x79\xe2\x64\x53\x7b\xc0\xe0\x38\ \x29\x73\x40\x7e\x7a\x8c\x10\x48\xe8\xed\x47\x0e\x97\xb6\xa9\x22\ \x31\x63\xc0\xc0\x9c\xc4\x60\x43\xc5\xbe\xb2\x6a\xee\x8c\x2f\x28\ \x18\xe0\x77\x4a\x34\xd8\x76\xf8\x70\x69\x5b\x88\xc7\xa5\x64\xe5\ \x65\xa7\x48\xc2\x2e\x25\x67\xc3\xc6\x05\xe1\x05\x84\x43\x1d\xd5\ \x27\xab\x5b\xf3\x6e\x7b\xe4\xe7\x5f\xbf\xd6\x61\x04\x91\xe2\x6c\ \xab\xdc\xf3\xf4\xdf\x9e\x3f\x50\x17\xe2\x94\x15\x4c\xbd\xe5\xfb\ \xdf\xbe\x35\xb4\x6f\xd9\x9f\x9f\x7a\xb3\xa4\x39\xc4\xa8\x11\x33\ \x78\xda\xe3\x8f\xff\xa8\xfc\xdd\xbf\xfd\x76\xdf\xd0\x45\x2f\x7f\ \x6b\xfb\xd2\x17\x5e\x2e\x75\xfd\xf9\xc9\x3f\xb6\xed\x78\xfd\xcf\ \xf3\x3f\x6a\xd5\x05\x90\xb8\xeb\x1f\xf9\xde\x4d\x23\xe8\x4b\xbf\ \xfb\xf5\x9e\x66\x1d\x09\xea\xcd\x1e\xfd\xed\x1f\xff\xbf\xa9\xc9\ \x6d\xaf\xff\xe3\x2f\x6f\x6f\x3d\xd9\xa5\xa3\xcb\xbf\xfa\x9b\xef\ \x49\xd5\xff\x7c\xe2\x9f\x07\xea\x82\x82\xe3\x81\x97\xdf\xf3\xd8\ \x7d\x93\x36\x2e\x7e\xf2\xa5\x55\x47\x65\x97\x3b\x7f\xec\x4d\x8f\ \x7d\xf7\x06\xc5\xd0\x6d\xa5\x77\x1b\x36\xfe\xdd\xe8\x27\xee\xc8\ \x18\x4d\xc8\xbf\xec\xa1\xbb\x67\x77\x6e\x5b\xf0\xc0\x3d\x8f\xfc\ \x63\xe9\xc6\x16\xd5\x3c\xf4\xc1\x5b\xeb\xcb\xf8\x55\xb7\xdd\x33\ \x6f\x6c\xfa\xee\xf5\x2b\xb6\x1d\xad\x58\xb7\x68\x49\x99\x6b\xd4\ \x5f\xe6\xcf\xff\xe6\xd5\xa3\xcd\x8e\x56\x9d\x83\xec\x70\x79\xdc\ \x4e\x04\x20\x3b\x9c\x5e\xb7\x87\x07\xaa\x96\x2d\x78\xa7\x35\x7e\ \xc4\x83\x0f\xde\x99\x4f\xea\xde\x5b\xb5\xaa\x2a\xc4\xd5\xce\xd0\ \xd8\x87\x7e\xf6\xf2\xef\x1f\x75\x35\x1e\xdc\xba\xb3\xa4\x7c\xff\ \xca\x37\x3e\xae\xbc\xe6\xd1\xdf\xbe\xbd\x64\xe1\xf7\xae\xce\x5a\ \xbf\x62\xd1\xd6\x32\x36\xfb\xf6\x87\xae\x1d\x9f\xbc\x7d\xd9\xb2\ \x43\x95\x55\xa5\x25\xa7\x58\xcc\xd0\xaf\xfc\xe0\xa7\x3f\x78\x78\ \xae\x8b\x1a\x36\x29\xd8\xb0\x71\x61\xfc\x05\xc1\x29\x38\x92\x6e\ \xfa\xda\xff\x9b\x3e\xaf\x7c\xcf\xfa\xb7\xff\xb1\xe0\x49\x0d\x70\ \x5e\x8b\xa1\x48\x66\xc9\xc1\xfd\xf1\x9e\xb4\x2b\x66\x0c\x4b\x14\ \xad\xbb\x1a\xf4\xac\xf1\xc5\xc5\xe9\x69\x75\x4e\x07\x06\x13\x01\ \x00\x70\xc1\x99\xec\x70\x2a\x12\x01\x84\x4c\xad\xad\xa1\x0b\x61\ \xa5\x61\xef\x3e\x92\x38\x64\x42\x56\xce\x20\xc2\x38\xc2\x08\x2b\ \xae\xb4\xac\xd4\x98\x18\x27\xd3\xbb\x5a\x6a\x6a\x0c\x4f\xee\x98\ \x21\x83\x13\x13\xbd\x60\xd4\x34\x77\xb6\x70\xc1\xca\x0e\xef\x8d\ \x75\x66\xcd\xbd\xca\xed\xf4\x65\xdc\xf1\xd0\x77\xcc\xd7\xde\x7c\ \xf1\x8f\x7f\x18\x3e\xf3\xa6\x87\xef\xb9\x3a\x01\x9b\xd4\x1e\x48\ \xd8\xb0\x71\x01\xc6\x11\x44\x0e\x36\x1c\x7e\x7b\xfd\xd1\xb4\xc2\ \x02\xc5\xeb\x55\x30\xef\xec\x34\xb3\x8b\xb2\xc5\xa6\x3d\x29\x03\ \x87\x8f\xce\x76\x53\x16\x33\xac\x28\xe7\x44\x86\x7b\xe7\xee\xed\ \xef\xad\x8d\x3d\x5d\xd9\x08\x92\x1f\x11\xc9\x9f\x92\xc2\xea\x0e\ \xae\xfe\x68\x7d\x53\x5d\x0b\x13\x0e\xc5\x93\x56\x98\xe5\x3c\xde\ \xee\x1a\x32\x66\xbc\x1f\x19\xbe\xf4\xe1\xa9\xce\x1a\x83\x72\x27\ \x67\x8c\x71\xc6\x19\xe7\x28\xb9\x60\x48\x5c\x70\xc1\xb2\xf7\x96\ \x77\x0d\x4d\xf3\x24\x64\xe6\x67\xe6\x61\x76\x20\x31\x7f\xe4\xf8\ \x0c\x12\x70\xa4\xe5\x7b\xa1\xaa\xde\x9c\x78\xcd\x4d\xe8\x9d\xf9\ \x1f\xae\x5b\x7d\xf9\xb5\x73\x53\x93\x10\xb5\x89\xc1\x86\x8d\xf3\ \xcf\x0b\x08\x61\xae\xb5\x1e\xde\xf6\xc1\xe2\xb7\xdf\x64\xc4\x95\ \x3f\x6e\xde\x2d\x57\x4f\x1d\x9e\x30\xfc\x91\x7a\x75\xf9\x8a\x97\ \x56\x07\xd9\xc0\x71\xd7\x0d\x9d\x36\xf6\xea\xfb\x1e\x28\x7b\x7a\ \xfe\xf3\x7f\xfb\x3b\x11\x4c\xca\x8c\xa7\x9c\x0c\x9d\x76\xfb\xbc\ \xc3\xcf\x2e\x7e\xfa\x1f\x48\x71\x0f\x98\x94\x1f\xe3\x4b\xbe\xe9\ \xeb\xdf\x6a\x7d\xf1\x8d\xd7\x9e\xfa\x93\x46\xe2\xe6\x3d\xf4\x93\ \xa1\xa9\x8a\xcb\xe3\x71\xca\x04\x10\x77\xb9\x3d\x12\x16\xe9\x23\ \xae\xfd\xf6\x83\x0d\xaf\xbd\xb7\xe8\xb7\x2b\xcc\x91\xf3\xbe\xf7\ \xab\x7b\x1f\xb8\xbf\xf3\x85\xe5\xef\x3c\xb7\x4e\xa3\xd9\xd3\x1f\ \x18\x9d\xe7\xdf\xb6\x7c\xfe\xca\x23\x5d\x2e\x6f\xec\x9c\xeb\x6f\ \x2c\x8a\x47\x06\xb3\x49\xc1\x86\x8d\x7f\x3b\xce\x5a\x87\x8e\x33\ \x6a\x52\x06\x80\x64\x87\x53\x91\x10\xe7\x88\x20\x1a\x0a\xe9\x0c\ \x80\x48\xb2\x44\xb0\x24\x49\x4c\xd7\x41\x36\x3f\xf8\xe7\x1f\x17\ \x1c\xd4\x1f\xfb\xf3\x9f\x26\xc4\x09\xcd\xd0\x54\xcd\x14\x08\xcb\ \xb2\x4c\x30\x96\x24\x89\x9b\xaa\xaa\x53\xc0\x58\x96\x64\x8c\x84\ \x61\x98\x48\x92\x65\x0c\x86\x69\x22\x2c\x29\x8a\x22\x61\x50\x43\ \x21\x2a\x40\x22\x92\xec\x74\x12\x6e\xaa\xaa\xce\x00\x24\x49\x96\ \x30\x62\x8c\x9a\x94\x02\x96\x5c\x4e\x17\x16\xd4\xa6\x05\x1b\x36\ \xfe\x55\x9c\xc3\x3a\x74\x88\x48\x8a\x24\x87\x0f\x4a\x29\x07\x00\ \x8e\x90\xc3\xe5\x82\x48\x01\x5f\x46\x29\x92\x1c\x4e\xa7\xe4\xf6\ \x78\xbc\x1e\x22\x21\x60\x8c\x0a\x24\xb9\xdc\x72\xf7\x3e\x94\x9a\ \x08\xcb\x2e\xb7\x02\xe1\x52\xc0\xc8\xe9\x72\x09\xc1\x85\x00\xa7\ \xd3\x25\x84\x10\x9c\x99\x02\x29\x4e\x97\x62\x7d\x85\x9a\xac\xf7\ \x59\x24\xd9\x21\x2b\x0e\x00\x10\x36\x29\xd8\xb0\x71\x01\xc7\x11\ \x11\x8a\x39\xa3\x98\x95\xd5\xa1\x7b\x6d\xa0\x6a\x08\x2e\xbb\xfb\ \x3b\x93\xef\x02\x49\x0a\x4f\x21\x8a\xbe\xfb\xf4\x3a\x50\xb7\xb8\ \x7d\x8f\xca\x7d\xef\xc3\xf6\xd9\xff\x8c\x73\xda\xb0\x61\xe3\x82\ \xf1\xc2\xbf\x00\x22\xc9\x04\xec\xaa\xb0\x36\x6c\xd8\xbc\xd0\xdb\ \x23\xb0\xaf\xa3\x0d\x1b\x97\x16\xd0\xbf\x9b\x17\x3e\x3f\x30\xc6\ \x60\xd7\xa1\xb3\x71\x49\x40\x88\xb3\x15\x74\x43\x08\x21\x8c\x2f\ \xc2\x7e\x2e\xce\x6e\x73\xb7\xe9\xdd\xc5\x2c\x05\x7c\x5a\xc1\xdd\ \xf3\xc4\x0b\x08\x21\xce\x59\x7b\x7b\x27\xa3\x76\x29\x3a\x1b\x97\ \x00\x64\x59\xf1\xfa\x7c\x08\xa1\x3e\xee\x30\xc2\x58\x0d\x85\xd4\ \x50\xe8\x62\xab\xc0\x2e\x04\x28\x8a\xec\xf1\xfa\x31\x46\x9f\xed\ \xc2\x87\x1f\xcf\xe8\x42\xf2\x02\x42\x88\x52\xda\xdc\xdc\xe8\xf3\ \xc6\x78\xbd\x5e\xbb\xcd\xd9\xb8\xf8\x11\x08\x04\x1a\x1b\x1b\x92\ \x93\x53\xfa\xb4\xe4\x8e\xf6\x36\xd3\x30\x62\xe2\xe2\x30\xba\xb8\ \x5c\x06\x01\x10\x0a\x06\x9a\x9a\xea\x93\x92\x52\xd0\x67\x7a\xe5\ \x42\x7c\xfa\x40\x42\xfa\x62\x16\x28\x04\xc9\xe4\xac\x84\x89\x00\ \x28\x07\x9d\x8a\xc8\xa9\x51\x7b\x5b\x6b\x4c\x4c\x5c\x52\xef\xab\ \x6c\xc3\xc6\x45\x8b\x98\xd8\xb8\x9a\xea\xaa\x8e\xf6\xf6\xb8\xf8\ \x78\xcb\x39\x47\x08\xe9\xba\xa6\x86\x42\xb9\xf9\x03\x24\x6b\x0e\ \xff\x22\x43\x6c\x6c\x5c\x6d\x4d\x75\x47\x7b\x5b\x7c\x42\xe2\x59\ \x07\x14\x08\x00\x21\x40\xe8\xd3\xb9\xe3\x8b\xf0\x82\x5b\x46\x2b\ \x0f\xaa\x6b\x8e\x6a\x6e\xa5\xff\x43\x6b\xa6\x18\x91\x29\xdf\x3f\ \xc5\xab\x99\xc2\xf2\x59\x34\x4d\xcb\xc8\xcc\xb6\xc6\x34\x42\x88\ \x33\xdd\xb3\x2f\xec\x3b\x11\x82\x01\x80\x33\xf6\x39\x23\x17\x02\ \x80\xe0\x7f\xed\x2b\x67\x3d\x29\x67\x9f\x15\xbe\x89\x9c\x13\x11\ \x8c\xe0\x9c\x14\x20\x17\x42\x20\x42\x30\x80\xe0\x8c\x7f\xbe\x1f\ \x10\xfe\xc9\x82\x33\x01\x76\x74\xa7\xcf\x95\xe9\x1e\x99\x5b\xfd\ \xc4\xfa\x57\x08\x81\x31\x8e\x89\x89\xad\xab\xad\x8e\x47\x09\xdd\ \xce\x82\xa1\x1b\x0e\x87\x53\x92\xe4\xee\xd6\x2b\x22\x6d\x1a\x21\ \x24\xe0\x7c\x5c\xde\xcf\xb0\x39\x36\xb6\xb6\xaa\xf2\x6c\x7d\x5e\ \x20\x10\x1c\x21\x21\x40\x08\x10\x00\x48\x9c\x4b\x5e\x90\x30\xd4\ \x77\xd0\xbd\x95\x86\xcf\xd1\xff\xe9\x83\x86\xf0\xbb\x90\x84\xa3\ \x7f\x8c\x00\x04\x82\x33\x00\xc0\x84\xf4\xfc\x18\xce\xf8\x97\x48\ \x50\xc0\x58\x34\x56\x9c\xec\x92\x93\x73\x53\x63\xc5\xe7\xeb\x75\ \x18\x41\x7b\x7d\x75\x17\xf8\xd2\x93\x63\x80\xf7\x55\x73\xc0\x44\ \xc2\x48\x50\xca\x3e\xf5\xa4\xa8\xb3\xa9\xba\xc5\x74\x67\xa5\xc4\ \x82\xf8\xec\x93\x22\x4c\x40\x6d\xae\x6c\x83\xb4\xd4\x38\x02\x08\ \x13\xeb\xba\x08\xce\xd8\x17\x10\x93\xc0\x18\x1b\x9d\xcd\x35\x6d\ \x7a\x7a\x7a\xba\x4b\x46\xc0\x19\x3d\xe3\x28\x92\x24\x59\xbc\x47\ \x08\xe6\x94\x22\xc4\x1b\xab\xea\xe4\xa4\xcc\x58\x59\xd8\xb9\x61\ \x7d\x9e\x9d\x00\x20\xa2\xba\x74\x77\x3f\xb7\x76\xe8\x43\xe5\xdd\ \xa9\x35\xd1\xbc\xd0\xdd\x2d\x41\xf4\x6a\x0d\x08\x21\x42\x48\x7f\ \xf7\xe7\x73\x9b\x87\x09\xc1\x88\xf5\x5e\x11\xd4\x6d\x73\xb4\x55\ \x61\xdb\x38\x07\x00\xf6\x29\x1d\x41\x08\x08\xe7\x07\xa1\x4f\x37\ \x0a\x7f\x31\xc6\x92\x08\x72\xc9\xc8\x79\x96\x97\x4b\x46\x0a\xe9\ \x75\x62\xc1\xb8\x10\xe1\x68\x87\xd6\xd9\x52\x59\x5e\x76\xea\x54\ \x49\x45\x4d\xa3\x21\x08\x91\xf0\x17\xbe\x6c\x18\xd3\x3d\xab\x5f\ \x5d\xb9\xeb\x34\xc1\xf8\x73\x52\x35\x26\x70\x60\xe5\xab\xcb\x36\ \x1e\x27\x67\x84\x94\x31\xc6\x9d\x35\x27\x0f\x1e\xad\x82\x4f\x3b\ \x1a\xc2\x18\x1f\xd9\xf0\xf6\xab\xab\x0f\x02\xc1\x9f\xeb\x84\x98\ \x6d\x7d\xfb\xe5\xc5\x9f\x9c\xc4\x84\x60\xc2\x9a\x6b\x2b\x4a\x4e\ \x95\xd4\x34\x76\x00\x91\x08\xfa\x22\xbc\xd0\x52\xb2\xf9\x99\xd7\ \xd7\xab\x66\xfb\x92\xa7\xff\xf0\xc1\xb1\x56\x89\x90\xe8\xbf\x4b\ \x84\x6f\x7c\xf3\x99\x97\x56\x1c\x01\xda\x7a\xf0\xe0\x91\x0e\x46\ \x30\x41\x47\xd6\xbe\xf9\xea\x8a\xdd\x82\x48\xb6\xbf\xd0\xa7\x25\ \x8b\x48\x97\x46\x08\x61\x8c\xc3\x79\x75\x51\x88\xf6\xc9\x04\x84\ \xfb\x5e\xf4\x0e\x9c\x73\xce\x79\x9f\x34\x40\x04\x48\x50\xbd\xb1\ \xa1\x49\xa5\x5f\x70\x0a\x0e\x61\x6c\x76\xd4\xee\x3b\x70\x52\x65\ \x28\xba\x39\x76\xdb\xdc\xeb\xd4\xdd\xa6\x0a\x8b\x26\xd0\x59\x78\ \x10\x21\x04\x08\xe1\xf0\xbb\x0b\x1b\x77\x04\x00\x1e\x71\x5d\x30\ \x21\xbb\x17\xfe\xe5\x99\x9d\x1d\x83\x07\xa5\xa8\x9d\x5d\x52\x4a\ \xf1\xdd\xf7\xdc\x59\x90\x28\x73\xc0\x18\x23\x10\x00\x08\x04\xa3\ \x1c\x49\x04\x0b\x6a\x52\x2c\xc9\x18\x01\x35\x4d\x44\x64\x82\x05\ \xe7\x80\x31\x82\x9e\xbb\x25\x4c\x43\x37\x39\x07\x00\x42\xa4\xee\ \x9f\xc9\xa9\xc9\x04\x10\x42\x30\x42\x80\x10\x08\x66\x52\x2e\x49\ \xb2\xc5\xec\x54\x0f\x86\x74\x06\x00\x44\x92\x2c\x9a\x65\x8c\x0b\ \x40\x18\xe3\x8a\x4f\xde\x5e\x5c\x37\xec\x37\xc5\xd9\x48\x70\x0a\ \x58\x22\x38\x7c\x2e\xce\x4c\xc6\x89\x24\x5b\x77\x88\x99\x7a\x50\ \x35\x04\x00\xc6\x98\x84\x4f\xc1\x99\x40\x04\x23\x6a\x9a\x80\x88\ \x24\x61\x46\x4d\x2e\x80\x48\x58\xad\xda\xf9\xe1\x9e\xf6\x79\x3f\ \x1a\x49\x8c\xe6\x15\xaf\xbc\xb8\xfe\x68\x83\xcb\xeb\x0a\x75\x04\ \x06\x4e\xbb\xe5\xc1\x9b\xa6\xb9\x31\xb7\x9a\x23\x20\x04\x20\xa8\ \x49\x01\x61\x49\x22\xe1\x2d\x82\xd3\x48\xfe\x37\x26\x12\xb1\x4e\ \x2f\xcc\x60\x20\x44\x91\xb3\x60\xc4\x78\x39\xce\xc1\x85\xe5\x20\ \x84\x5b\x83\xe0\x90\x5e\x38\xcc\xe9\x4a\x09\x54\xed\x78\xf1\xf5\ \x83\x8f\x3e\x3e\x24\x0e\xe4\xb1\xd3\x27\x7e\xf8\xd4\x07\x07\xa6\ \x8f\x1a\x95\x4c\x4c\xca\x6d\x76\xe8\xe3\x96\xcb\xb2\xdc\xdc\xd4\ \x54\x5e\x51\x31\x76\xec\x58\xab\xb3\x75\x77\x7e\xd4\x7b\x6f\x21\ \xc2\x59\xbd\x7d\x1e\xc2\x7d\x7b\x20\x91\x8c\xe6\xc3\xbf\x7b\xfc\ \xdd\x5b\x7e\xf2\xcb\x29\x39\x4a\x24\xd4\x87\x80\x33\xca\x84\x24\ \x4b\x20\x04\x80\x60\x8c\x09\x88\xbe\xdd\x8c\x52\x21\xc9\xe1\x5e\ \xd9\x58\xb2\xfd\xe5\x25\x0d\x3f\xfd\x9f\x02\x2f\xe1\xdc\x64\x7d\ \xba\x7b\x8f\xab\x12\xbe\xf1\xa2\xdb\xe6\x3e\xfd\x1d\x21\x44\xa9\ \x19\x08\x04\xdc\x1e\x37\x17\x4c\x80\x40\x80\x64\x42\x3a\x3a\x3b\ \xcf\x46\x5a\xe7\x85\x17\x10\xe2\x9c\x8b\xf0\x3d\x60\xc1\x90\x18\ \x3a\xfd\xee\xc7\x1e\x9c\x14\x6c\xab\x5d\xf5\xca\x9f\xff\xf2\x3c\ \xfe\xdf\x9f\xdc\xef\xef\x3c\xb5\xf8\xf5\xa5\x47\xaa\x3a\xe3\xf3\ \xc7\xde\x7b\xdf\xf5\x1d\xdb\x5e\x58\xd9\x90\xf7\xe8\x5d\x33\x1b\ \x36\x2f\x7e\xe7\x88\xf3\xab\x5f\x9b\xd7\xba\xff\x83\x37\x77\xd2\ \x6b\xa6\x26\xaf\x5c\xbc\xa2\x95\x01\x48\x89\xd7\xdc\xf5\xc0\xe4\ \x41\xae\xee\xa9\xe4\xe6\x92\xad\xaf\x2f\xfa\xa0\x3e\x08\x79\x63\ \xaf\xba\x63\xde\x54\x9f\x1c\x5c\xbf\xe8\xf5\x8f\x0f\x94\x61\x5f\ \xe6\xbc\x3b\xee\x1d\x97\x1f\xdb\x78\xfc\x93\x85\x4b\x3e\x6a\x13\ \xce\xae\xf2\xba\xfc\x6b\x9c\x66\xa8\x66\xd9\xfc\x57\x0f\xd4\x04\ \xe3\x06\x4d\x7f\xe8\xf6\x99\x31\x32\x13\x00\x8a\x43\xae\x39\xf0\ \xee\x4f\x7f\xb9\x7f\xc8\x94\xdb\xee\x9c\x1e\xbb\xf2\xb5\xd7\xb6\ \x9e\x6c\x76\x26\x17\xde\x74\xc7\xad\x43\xd3\xbc\x1d\xe5\xbb\x17\ \xbe\xfe\x6e\x23\x55\x3a\x1b\x4a\x95\x71\x13\x25\x80\xc3\x1f\x2e\ \x5c\xba\xe5\x98\x21\xc7\xce\xbe\xfd\xfe\xf4\xa6\xd5\xef\x56\xa4\ \x7c\xf3\x9e\xd9\xae\xf6\xc3\x4f\xbd\xfa\xf1\xe4\x3b\xbf\x3e\x3a\ \x11\x21\xc4\x4f\xee\xdf\x61\xe6\x8e\x1b\x95\xe1\xde\xfe\xfa\xdf\ \xdf\x3f\xae\x7c\xe7\xb1\xc7\x0b\xe2\x1d\x6d\x15\xbb\x9f\xfc\xe3\ \xf3\x8b\x53\xb3\x1e\x1c\x89\x17\xbc\x34\xff\x68\x93\xc1\x41\x1e\ \x3d\xfb\xb6\x1b\xa7\x0d\x56\x78\x70\xe7\x8a\x25\xab\x76\x9e\x60\ \xce\x94\xd9\xb7\xde\x33\xb9\x20\x9e\x99\x0c\x61\x89\x77\x56\xbe\ \xfd\xfa\x1b\x07\xea\x74\x64\x34\xea\xbe\x89\x0a\xe8\x95\xa5\x87\ \xbd\x49\xc3\x8b\x91\xb1\xfb\x83\x45\x2b\xb7\xfc\x7f\xf6\xbe\x3b\ \x4e\xae\xe2\xc8\xbf\xba\xfb\x85\xc9\xb3\x39\xe7\x55\x58\x65\xa1\ \x00\x02\x49\x08\x90\x84\x10\xd1\xe4\x64\xa2\x03\xc6\x38\x9d\xed\ \xbb\x9f\x7d\xb6\xcf\xf6\xd9\x60\x1f\xe7\xec\x23\xd8\x46\x88\x20\ \x10\x41\x24\x83\x2d\x72\x92\x00\x49\x08\x25\x94\xd3\xe6\x5d\x6d\ \x4e\x33\xf3\x52\x77\xd7\xef\x8f\x37\x3b\x3b\x9b\x04\xc8\x58\xc1\ \x4c\x7d\xe6\xb3\x9f\x99\xd9\x99\xf7\x6a\xde\xab\xae\xae\xf8\xad\ \xbd\x5c\xf2\x60\xf9\x82\xaf\x7e\x61\x49\x4f\xfd\x81\xfd\xbe\x82\ \x29\x13\x7d\x4e\xf3\xae\x7b\xff\xfb\xbf\xca\x26\x9d\x72\xf3\x55\ \x67\xcd\xce\xff\xeb\x86\xad\x07\x4e\x3a\x7b\x02\xa4\x9c\x89\x61\ \x06\x60\x53\x53\xf3\x43\x0f\x3d\x78\xf0\xe0\xc1\xf6\xb6\xb6\xb3\ \x16\x2e\x72\x17\x0b\xc2\xd0\x72\x00\x84\xb8\xb7\x3a\xe0\x47\xf4\ \xaf\xc5\xe1\x61\x20\x40\xc2\x18\xd3\x34\x7a\x68\xfb\xab\xf7\x3f\ \xf6\x7a\x14\x81\xfa\x8b\x2f\xbd\xfe\xfa\x69\x79\x72\xed\xd3\x2b\ \x5f\xde\x54\x4b\x82\x15\x57\xdf\x70\x75\x55\x96\x58\xb3\xea\xd1\ \x57\x36\x57\x43\xb0\xe8\xa2\x6b\x6e\x98\x91\x6b\xae\xbe\xff\x81\ \xb7\xf7\x74\x04\x4b\x66\x2e\x99\xe6\xc5\xc6\xf5\xbf\xf9\x59\x73\ \xc1\xd4\x45\x37\x7f\x6e\xbe\x9f\x8a\x21\x8e\xaf\x7b\x5e\x92\x64\ \xf5\xb8\x3c\x0f\x59\xeb\x8c\x31\xc7\x32\xf7\xee\xde\x35\x7b\xce\ \xa9\x52\x48\x00\xc1\x18\x53\x18\xab\xab\xad\xf6\x7a\x3c\x23\x06\ \x23\x8e\x46\xae\x85\x00\xc8\xb8\xe7\x85\x90\x08\x2d\x00\xf1\xa7\ \x17\x5e\x70\xe5\x15\xda\x9e\xad\x07\xea\x9a\xfe\xfe\xe0\x9f\x76\ \xc8\x31\x37\xdf\x72\x7d\x6e\xd7\x3b\xff\xf7\xe8\xeb\x6a\x5a\xd6\ \xbe\xf7\x3f\xec\xe6\x7c\xe7\xe6\x0d\xaf\xbf\xbd\xf6\x10\x27\x0d\ \x3b\xd6\xf7\xaa\xba\xd1\xb2\x73\xb7\x95\x7f\xed\x97\xbe\x3c\x2f\ \xbf\x63\xe5\xc3\xab\xa2\x52\x51\x08\x00\xd3\x64\xb4\x7a\xd9\x3d\ \x0f\xc3\x84\x73\xbe\x70\xfd\xd2\xb6\xb5\x2b\x1e\x7a\x7d\x27\x12\ \xff\x94\xd3\xcf\xbd\xf5\x6b\x5f\x3d\x39\xfd\xd0\x93\xcf\xbd\x16\ \xe9\x6b\x78\xf8\x4f\x2b\x60\xdc\xd9\x37\x7f\xfe\x92\xb1\xd9\x3e\ \x42\x70\xdf\xfa\xa7\xfe\xb6\x5f\xbf\xee\xb6\x6f\x5e\xb5\x78\xaa\ \x4e\xb8\x1b\xe6\xb0\x1d\xcc\xab\x3a\xe3\xab\x5f\xfb\xca\xf9\xf3\ \x0b\xde\x7c\xe4\xde\x17\x6b\x83\xd7\x7e\xe1\x8b\x33\x7c\xd5\x7f\ \xfe\xcb\x33\xbd\xb1\xb6\x95\xcb\x96\xb5\xe7\x9e\x76\xc3\xf5\x57\ \x4c\x2d\x0a\x49\x2e\x04\x40\xe9\x8c\xb3\xbe\x78\xdb\x6d\xe7\x4d\ \xd2\x56\x3d\xf9\x82\xe9\xcf\xaa\x5e\xb7\xb1\x29\x46\xfa\x0e\x6e\ \x3b\xd0\x60\x66\x87\x55\x94\x08\x68\x35\x54\x37\xe6\x97\x94\xeb\ \xb2\xf9\xed\xad\x7b\xa7\x5d\x7c\xe5\xc4\xbc\x10\x50\x25\x7b\xec\ \xdc\xf3\xcf\x1e\xf3\xde\x3b\x5b\x3b\x5a\x6b\xb7\xed\xe9\x5e\x7c\ \xcd\x17\xaf\x39\xab\xf4\xe5\x95\x8f\xec\xea\xe0\x0d\xef\x3d\xf3\ \xc8\x3b\xed\x17\xde\x74\xdb\xd2\xf1\xf2\xe1\xfb\x1f\x6d\x30\xa8\ \xc2\xa8\xc2\xcc\xd7\x9e\xf8\xd3\xda\x8e\xac\x6b\x6f\xba\x61\xc1\ \x94\x22\xe0\x92\xa0\x59\xb3\x67\x47\x8b\x29\x5b\xd6\xaf\x5a\xf6\ \xfc\xae\xd3\xaf\xb8\xe9\xf3\x0b\x27\xd5\xbe\xff\x41\x87\x8d\x1d\ \xb5\xfb\xf6\x37\x74\xa3\xe4\x7a\x4e\xc5\x65\x5f\xfc\xda\xe7\x97\ \x9e\xe6\x67\x5a\x5e\x71\x4e\x4d\x6d\xbd\x85\x89\x0d\x2e\xf5\x48\ \x3c\x64\x5b\x5b\x4b\x59\x59\xd9\x39\xe7\x9c\x63\xd9\x56\x34\xda\ \xe7\xda\xe3\x80\x30\x34\xf6\xd5\xef\x2e\xa0\x6b\x3a\xc4\x55\xc2\ \xa8\x0f\x00\x60\x0a\x36\xee\xd9\x54\xa7\x8f\xbf\xf9\x96\x2f\x4e\ \xd5\xf7\x3f\xfa\xe4\xcb\x2d\xcd\xdb\x57\x3c\xf3\xe1\x69\x57\xde\ \x7a\xeb\x75\xe7\x16\x65\x68\x3b\x5e\x7e\x64\xd5\x16\xeb\xaa\x2f\ \xdd\x76\x46\x41\xf7\xfd\x0f\x3e\xdb\xd1\xdd\xb5\x69\xe3\xbe\xa9\ \x4b\xaf\xbe\xee\xe2\x33\xd3\x15\x9b\xe5\x4f\xb9\xf6\x8b\x5f\xfb\ \xfc\xa2\xe9\x1a\x70\x21\xe5\x48\x67\x81\xa4\x27\xd0\xef\x47\x0c\ \x55\x52\xa1\x50\xa8\xa3\xb3\xfd\xfd\x0d\xeb\xa2\xb1\x98\xaa\x2a\ \x86\x11\xdb\xba\x6d\x0b\x00\xc9\xc8\xcc\x1c\x31\x1c\x7e\x94\xfc\ \x08\x14\x52\x4a\x21\x25\xa1\xcc\xad\xca\xe2\x02\x84\x70\x10\x99\ \x27\xa8\x62\x4f\xe3\x81\x9d\x07\xc4\x39\xdf\x3e\x67\x6c\x45\x30\ \xfd\xc2\x33\xdf\xfb\xcb\x76\xb9\x68\x69\xa5\xb6\x7e\xef\xae\xed\ \x0d\xa6\xaf\x34\xd3\xda\xb9\xed\x40\x67\xad\x39\x79\xf1\x14\x5f\ \xa4\xda\x9f\x99\x53\x5c\x52\x5a\x72\xd6\xa9\x2f\xdd\xb7\xe5\x90\ \xc9\x09\x01\xaa\x90\xce\xfd\x1f\xb6\xf0\x92\x6f\x9d\x37\xb7\xc4\ \x03\xe7\x2e\xd8\x70\xff\xc6\x5d\xb1\xf9\xb9\x5b\xdf\x7c\x7e\xfd\ \xc1\x2e\xb3\xb3\x25\x56\x10\x6b\xa8\xdb\x57\xe3\x54\x7c\x63\xc9\ \xe9\xe5\x69\x62\x42\x59\xc6\x66\xdb\xc9\x1d\x73\xf2\x78\xf5\xb1\ \x55\x4f\xaf\x5e\xb2\x64\x49\x4e\xb6\xe4\x42\x02\x28\x52\x4a\xd5\ \x1b\xca\xc9\xce\xd2\x8c\x83\xef\xef\x6d\x99\x75\xd9\x2d\x93\xc6\ \xe4\x56\xf9\xce\x79\xef\x7f\x9f\xdb\xba\x33\xa7\x21\xe2\xbf\xf8\ \xe2\xc5\x15\x99\xb4\xb1\xbc\x78\x4f\xb7\x40\x1e\xdd\xbe\xf1\xb5\ \xb7\xb6\xd4\x3b\xb1\xd6\x1e\x7b\x4c\xa8\x70\xca\xc4\xd0\x4b\x1f\ \x1e\x6c\x2e\xda\xdb\x94\x36\x6e\x66\x9e\x2a\x2c\x5b\xe8\x68\xc5\ \x22\xe8\xd1\x3d\x20\x62\x36\x80\xd7\x47\x81\x5b\x8e\x23\x15\x45\ \x53\xbd\x21\x69\x58\x0e\x97\x7a\x20\xa3\xa8\xa4\x74\x5c\xf9\x59\ \x13\x9f\xdf\xd1\xde\xd2\xd6\x7e\x70\x77\x4b\x87\xf1\xf2\xaa\x47\ \x78\xb4\x03\x48\x71\xa4\xd7\xc2\x1c\x15\x23\xcd\x3b\xf7\xb4\xce\ \xbd\xf6\xb6\x89\x95\x85\xc1\xae\xb1\xde\xbd\x3d\x8e\x94\x4c\xf5\ \x78\xa8\xb1\xf1\xfd\x3d\xb9\x33\x2f\x38\x6b\x6a\x65\x64\x57\x75\ \xd8\x53\x2f\x39\x27\x8a\xa2\x30\xe0\x9c\x13\xcd\x9b\x9e\x93\x93\ \xe1\x31\x11\xa4\xa6\x79\x9d\xbe\x98\xcd\xa5\x2a\x52\xf6\xc2\x20\ \x12\x02\x26\x4f\x9e\x3c\x6d\xda\x74\xf7\xa5\x65\x99\x9c\x73\x95\ \x10\x29\x05\x48\x39\x60\xbc\x13\x82\x80\x52\x8a\xfe\x54\x54\x22\ \xe0\x07\x88\x72\xc8\xae\x8b\x40\x85\x90\x08\x28\x85\x00\x20\xe1\ \x9c\xbc\xd2\x92\x8a\xc0\x59\x33\xd7\x3c\x5b\x6f\xfa\xe6\xcc\x9b\ \x1a\x78\xfd\xd9\x27\xe5\xa2\xf3\x16\xe7\x78\x77\xee\xdd\xd3\xde\ \xae\x3e\xff\xd8\x23\x76\xa4\x0b\xd5\xa2\x48\xc4\x54\x7c\x69\x45\ \xa5\xe5\xc5\x05\xa1\xfa\x7a\x49\x54\x6f\x46\x76\x4e\xba\x66\xd9\ \x23\x07\xc3\x07\x9d\x56\x4a\x22\x51\x0e\x5f\xe7\x88\xc8\x14\xa5\ \xa2\xa2\xb0\xad\xb5\x6d\xd3\xfb\xeb\xa4\x44\xca\x68\x38\x2d\x2d\ \xaf\xbc\x3c\x16\x8d\x1c\xdb\xf8\x82\x04\x44\x21\x24\x65\x20\x10\ \x09\x61\x0c\x18\x53\xf8\xf6\x4d\x6b\xea\x7c\x79\x25\xf9\x19\x9b\ \xa5\xd1\xdd\x17\x03\x08\x46\x7b\xbb\x6d\x00\x4f\x76\xc9\xc4\x72\ \x7d\xf5\xd3\x2f\xe7\xe4\x8c\x5b\x74\xba\xb5\xf9\xa5\x47\x7a\xad\ \xac\x9b\x26\xe4\xf2\x35\x5c\x0a\xc7\x72\x80\x72\x20\x00\xc2\x11\ \x9c\x0b\x94\xa0\xaa\x2a\x3a\x7d\xbd\x31\x07\x3c\xd0\xdb\xdb\xab\ \x85\x7c\x75\xef\x3e\xbf\xea\x9d\xee\x6f\xfc\xe0\xab\xfc\xc3\xc7\ \x1e\xd8\xe4\x50\x45\x55\xac\xee\xae\x88\x01\x69\x2a\x17\xd2\x36\ \xcd\x70\xf1\x59\xff\xef\x47\x15\xef\xbd\xf4\xf8\xbd\x77\xfe\xf2\ \xfa\xff\xf7\xc3\x53\x8b\x7c\x52\x08\x29\x05\x77\x6c\x04\x00\xaa\ \x6a\x04\xfb\xba\xfa\x00\x72\x8d\xde\x5e\xd3\x61\x5e\xdd\x83\xc2\ \x68\xeb\x8a\x41\xa6\x5f\x0a\x89\x4c\xe9\xde\xf9\xda\x23\xcf\x6f\ \xb9\xe2\xdf\xbf\x57\xda\xb1\xf6\x37\x4f\xec\x77\xfc\x05\xa7\x4c\ \x2f\xfe\xdb\x2b\x7f\x6f\x32\xba\x27\x2c\xac\x20\xc2\x11\x82\x4b\ \x42\x34\x2f\x18\xb1\x1e\x50\x27\x96\x87\xfd\x5b\xde\xd9\x14\x9b\ \x71\x9e\xae\x0a\x30\xda\xb6\xac\xdf\x5a\x50\x35\xdb\xcb\x2c\x94\ \xc2\xb6\x2c\xc1\x6c\xc6\x50\x48\xa9\x20\x49\xaf\x38\xe5\x86\x2f\ \x2d\x51\x85\x4d\x15\x55\x55\x1c\xc3\x04\x0f\x50\x4d\x95\xed\x1d\ \xbd\x00\x85\x52\x48\x29\x44\x5c\xec\xa4\x54\x28\x98\xd1\x48\x7f\ \x18\x1d\x85\x70\x23\x51\x42\x4a\x74\x1c\x27\x6e\xf7\x4a\xc7\x30\ \x62\xcc\xa7\x81\x14\x52\xa4\x86\x81\x0c\xcb\xac\x1b\x86\x1b\x2b\ \x74\xb5\x00\x21\xc4\x0d\xe8\x8d\xe0\x47\xa0\xfb\x76\x3c\xda\x07\ \x6e\x6c\x1f\x87\xa6\x8c\x11\xa8\x10\x02\x10\xa5\x10\x28\x51\x0a\ \xc7\x92\x60\x73\x82\x82\x73\x4f\xfe\xe7\xbf\xf3\xc3\x7d\x1b\x5e\ \xfb\xf3\x03\xbf\x3a\x64\xdd\x9a\xa9\x6a\xd9\x55\x73\x6f\xbe\x61\ \x3e\xe1\x5c\xf1\xf8\xd4\xee\xdd\x0e\x17\xdc\xb6\x10\x84\x94\x92\ \xdb\x1c\xe3\xa9\xbc\xa1\xda\x9c\xf4\xc7\x37\xfb\xb5\x03\x91\xfd\ \x34\x3c\xa0\x88\x88\x8c\xb1\xc2\xa2\x22\x57\x97\x29\x8a\xc2\x18\ \x1b\xa9\x69\xfa\x28\xdb\x0b\x12\x25\x4a\x22\x89\x94\x40\xb8\x71\ \x60\xdb\xdb\xcf\x3c\xd7\xdc\x59\xbb\x6f\xcb\xde\x43\x4b\x2f\xff\ \xca\x98\xd2\xc2\x93\x4f\x29\x7d\x7a\xc5\x5f\x8c\xdd\xa5\xbb\xd6\ \xad\x9f\x3a\xef\xea\x74\x8f\x77\xfa\xd4\x8a\xbf\xfc\x74\x55\xee\ \x57\x7f\x3e\x6f\x6a\xe4\x6f\x2b\x1e\x54\x17\xfe\xa8\x32\x20\x36\ \x1b\x66\xcc\xb0\x04\x07\x69\x9b\xb1\x58\xcc\x96\x24\x1c\xf6\xee\ \x7c\xf7\xed\xce\x93\x2f\x9c\x59\xf2\xc6\x83\x77\xff\x79\x76\x29\ \x79\x77\x5d\xd7\x59\x5f\x9e\x1a\xb6\xd6\xf9\xe5\xf6\xcd\x1b\xd6\ \x43\x6d\x5d\xcc\x2e\x0f\xe6\x4f\x98\x3b\xe1\xaf\x2b\xee\xb9\xab\ \x6e\x66\xe9\x8e\x5d\x2d\x81\xb9\x4a\xd3\xde\x35\xef\x6e\xe9\x48\ \x53\x7c\x41\x2a\x2c\xdb\x16\x5c\x13\x82\x64\x96\x17\x75\xbf\xf3\ \xe6\xb2\x87\xf8\xf8\x31\x13\xce\x38\x7d\xc6\xfd\x2f\xdc\xf7\x50\ \xe7\xf4\x43\x5b\xdf\x0d\x4c\x59\x3a\x7e\xec\xf4\xd3\x26\xbe\xfe\ \xc2\x3d\xbf\xef\x9d\x3f\xe1\xc0\xd6\xfd\xb2\x6a\x8e\xe2\x0b\x87\ \x34\x6b\xe7\xc6\x0d\x9d\xb1\xfd\x11\x47\x58\x06\x4e\x99\x3b\xef\ \xb9\x1f\xdc\xf9\x5e\xe6\xdc\x1f\x95\x65\x3b\x96\x2d\x84\xe4\x4c\ \xcd\x2d\xce\x5e\x5b\x5b\xdb\x69\x9d\xbc\xe4\x92\x4b\xf7\xdc\xf5\ \xe4\x2f\x7e\x55\x3b\xa9\x24\xad\x69\xe7\xc6\x6a\x6b\xc2\x97\x17\ \xcd\x20\xad\xaf\x44\xa3\x26\xe7\x42\x20\x8f\x45\xa3\x11\x4b\x59\ \x30\xfb\xf4\x97\x36\x3c\xb3\x62\x95\x53\x1a\x60\xe9\xa5\x13\x4f\ \x9e\x5e\x89\xb6\x65\xe9\x59\xf3\xe6\x9f\xb2\xec\xd9\x65\xf7\x77\ \xce\x11\xb5\x1b\x0d\x3a\x9e\x08\xc7\x88\x45\xfa\x62\x74\xfe\xdc\ \x99\xab\xff\xfc\xec\x5d\x2b\x7a\xd3\x3a\xb6\x35\x1b\x3e\x8a\xdc\ \x36\x0c\x83\x9a\x9e\xf4\xe2\xcc\xe8\x73\x4f\x2f\x5f\xb6\x7b\x5c\ \xc5\xbc\x53\x26\x1d\x6a\x6c\x2b\xaa\xca\x51\xd0\x71\x52\x40\x16\ \x03\xbb\x6d\xfc\x89\xaa\xaa\xaa\x1a\x2f\x55\xb2\x4c\x53\x02\x48\ \xca\x00\x25\xe2\x40\x42\x90\x24\x14\x83\x94\x52\x48\x44\x89\x49\ \xa1\xbe\xfe\x6c\x65\x62\x1d\x52\xc1\x9d\x58\xcc\x70\xb8\x40\xcb\ \x8c\x99\xb6\x10\xe0\xd8\xa6\x65\x39\xd1\xb6\x03\xcf\xaf\xdb\xa8\ \x85\xf5\x90\x1f\x7b\x2d\x65\xc9\x9c\x79\x6f\x2d\x7b\xe9\x91\x67\ \x22\x05\x1e\x9a\x5b\x35\x6b\x56\x0e\x1a\x31\xc3\xb6\xb9\x63\xf3\ \x60\x66\x41\x7a\xdf\xcb\x8f\x3d\xfc\x60\x45\xc9\xd8\x79\x73\x26\ \xfb\x15\x94\x38\x2c\x50\x18\xd7\x09\x40\x80\x48\x42\x01\xe5\x68\ \xb5\x8c\x6e\xfe\x82\x52\xea\x7e\xe3\xf0\xd5\x34\xec\xfb\xdf\xff\ \xde\x27\xbd\x9a\x9a\x42\x36\xd7\xd9\x1f\x36\x3a\xda\x28\x69\x2f\ \x47\x40\x69\xa6\xb2\x60\xbc\xc7\x11\xf1\xd4\x5a\xcb\xa1\x43\x59\ \xd9\xb9\x00\x28\x25\xea\x5e\x5d\x80\xd5\xd7\x67\x68\x19\xa5\x4b\ \x2e\xb9\xf2\xf4\xf1\x39\x86\x29\x4b\xaa\x26\x65\x29\x91\x9a\xc6\ \x9e\x31\xa7\x2e\xbd\x60\xc1\x64\x6a\x99\x7a\x5a\x56\x46\x56\xd1\ \x94\x69\x53\x0b\x32\x7c\x81\xcc\xbc\xa9\xb3\x67\xe5\x79\x29\x07\ \x9a\x96\x55\x50\x9a\x97\x4e\x01\xbd\xc1\xac\xe2\xe2\xe2\xa2\xbc\ \x42\xcd\x8e\xfa\x8a\x26\x9e\x36\x7b\x22\xe9\x69\x6e\xee\x65\xa7\ \x9d\x77\xc9\xdc\xf1\x39\xde\xcc\x82\xa2\x0c\x56\x5b\x5d\x67\x69\ \x39\xa7\xcc\x99\x5d\x92\x9b\x5b\x35\x79\x52\x80\x77\xd5\x1f\xea\ \x4c\xaf\x3c\x69\xee\x29\x53\x7c\xa2\x7b\xdf\xde\x03\x6d\x51\x36\ \xfb\xec\x8b\x4f\xae\xc8\x12\x42\x48\x21\x7c\xb9\xe5\x05\x7e\x6c\ \x3e\xd4\xe9\xcb\x2c\x9a\x39\x77\x6e\x45\x90\x57\xd7\xb5\x64\x4d\ \x58\x70\xe9\x39\xa7\xe8\x40\x4a\x27\x4e\xcd\x66\x7d\x75\x8d\x1d\ \x81\xfc\xaa\xf9\x27\x4f\x29\x2c\xae\xa8\xc8\x0b\x36\xd7\x56\xf7\ \x08\xff\xf4\x39\x73\x26\x94\x64\x87\x33\xb2\x3a\x76\xac\xe3\xe5\ \x67\x2e\x39\xb9\x54\xd8\x8e\x44\x40\xa2\x84\x74\xf1\xee\x6b\xef\ \xa6\x57\x4d\x2b\x2f\xa9\x98\x3e\xad\x52\xf4\xb4\xb6\x75\x1b\x19\ \xe5\x33\x2f\xbb\xf2\xa2\xb2\x20\x58\x8e\xd4\x43\x59\x25\xa5\x05\ \x1a\x01\xc5\x1b\xc8\x2b\x2a\xca\x2f\xad\x9c\x50\x96\xd9\xd9\xdc\ \xd0\x1d\x83\xec\xa2\xd2\xfc\xcc\x00\x0a\xc1\x05\xe6\x94\x4f\xaa\ \xc8\x52\x1a\xeb\x1a\xa5\xaf\x60\xee\xfc\x39\xa5\x99\x01\xa6\xfa\ \xf3\x0b\x8b\x8b\x2b\x26\x4c\x2a\x49\xeb\x68\xef\x34\x23\x3d\x8d\ \x5d\xda\x69\x0b\x66\xa5\x79\x94\xf4\xfc\xc2\xe2\xc2\xe2\x8a\xe2\ \x50\xc7\xa1\x43\xd2\x9f\x97\xcb\x0e\xad\x5e\x53\x3f\xff\xbc\x73\ \x0b\x7c\xe8\x08\x89\x29\xea\xdf\xee\x01\x91\x10\xba\x6b\xd7\xce\ \x35\x6b\xd6\xee\xdd\xbb\x6f\xdf\xbe\x7d\x39\x39\x39\xba\xa6\x13\ \x42\x2c\xcb\xea\xed\xe9\xca\xce\xc9\x75\x97\x10\xa5\x34\x1a\x8d\ \x58\xb6\x9d\x91\x99\xe9\x38\x76\x22\x53\x98\xd8\x75\xe5\xe0\x23\ \x23\x10\x3d\x90\x56\x5e\x56\xe8\xd7\xd5\xf4\xec\xc2\xe2\xec\x20\ \x20\x04\xd2\xf3\xca\x72\x03\x87\xaa\xf7\xd6\xb6\xf4\x14\x4d\x5f\ \x74\xee\xec\xb1\x19\xf9\xe5\x55\xc5\xa1\xd6\xa6\x86\x1e\x8b\xe6\ \x95\x94\xe6\xa4\xfb\x55\x6f\xa8\xa8\xb4\xc4\xa7\x20\x0b\x66\x96\ \x14\x86\x5b\x9b\x5a\xc0\x9f\x53\x59\x92\xab\x10\x29\xe3\xd1\x45\ \x8c\x03\x93\xf4\x9f\xda\xfd\x4b\x29\xb5\x1d\xde\xd5\xd9\x99\x93\ \x9b\x9b\xbc\xec\x09\x21\x87\x9a\x9b\x02\xc1\x20\x21\x94\x24\x11\ \x00\xd8\xb6\x1d\x0e\xa7\x0d\xb7\x1a\x46\xc5\x71\x3b\x0c\x05\x3d\ \xe4\xee\x37\xfa\x96\xbf\x13\x0d\x7a\x46\x0e\x5b\x46\x2d\x79\x56\ \x95\xe7\x8e\x4b\xd3\x22\x26\xba\x19\xc4\x6d\x5b\x37\x4d\x9a\x32\ \x0d\x00\xa4\x10\x54\xd5\x3d\x9a\x02\x88\x28\xb9\x65\x59\x0e\x77\ \xeb\x0e\xa9\xe6\xf1\x68\x0a\x15\x8e\x6d\x5a\x36\x02\x00\x61\x5e\ \xaf\xc6\x4d\xc3\x96\xd4\xeb\xf5\xa0\x6d\x9a\x5c\x28\xaa\x47\x67\ \xd2\x30\x6d\x60\xaa\x47\x53\x2c\xd3\x40\xaa\x7a\x3d\x9a\x6d\xc4\ \x38\x30\x8f\xd7\xa3\x50\x70\x2c\xcb\xb2\x1d\x20\x54\xd5\x3d\xba\ \xca\x00\x40\xd8\x96\x69\xd9\x48\x15\xdd\xa3\xab\x8c\x02\x4a\xcb\ \x34\x05\x28\x5e\x8f\x46\x08\x72\xdb\xb2\xec\x44\xe9\x08\xd1\x3c\ \x5e\x5d\xa1\x8e\x6d\x9a\x16\x57\x3d\x5e\x5d\x65\x92\x3b\xa6\x65\ \x49\x09\x40\xa8\xee\xf1\xa8\x0a\x05\x44\xc7\x32\x4c\x47\xaa\xba\ \x47\x77\xb5\xa3\x74\x6a\xb7\x6d\xf8\x60\xd7\xae\x9d\xd5\xc6\xd2\ \xeb\x6e\x9a\x92\x95\x80\xa2\xa4\x9a\x26\xde\x7a\xf8\xee\x6d\xde\ \xb9\xb7\x5e\x36\x0b\x38\xe8\x1e\x9d\x51\x82\x82\x9b\x96\x25\x84\ \x04\xa6\x7a\x75\xc5\x32\x4c\x09\x54\xf7\xea\xd2\x36\x6d\x8e\x8a\ \xaa\x7b\x74\x95\x10\x74\x2c\xd3\xb2\x45\xbf\xfa\x27\xaa\xa6\x6b\ \x9a\x42\x00\xb9\x6d\x99\xb6\xd0\x3d\x1e\x10\xa2\xaf\xe9\xc3\x37\ \xb7\xd4\x85\x43\x81\xea\xcd\x6b\x5b\x32\x4e\xbb\xf5\xaa\x33\x03\ \x1a\xa5\xd2\x31\x2c\xa1\x68\x1e\xaf\xae\xaa\xcc\x7e\x79\xd9\x6f\ \x3f\x50\xe6\xdc\x7a\xe5\x1c\x70\xaf\x6d\x8a\x06\x97\x84\xb4\xb7\ \xb5\x3d\xfe\xe4\xaa\xda\x9a\xba\xf3\xce\x5d\x7a\xfa\x82\xf9\x94\ \x32\x45\x51\x62\xd1\x48\x5d\x6d\xcd\xa4\xc9\x53\x1d\xc7\x71\xa3\ \xfa\xad\xad\x2d\x91\x48\xdf\xb8\xf1\x13\x4d\x23\xe6\xea\x84\x41\ \xe5\x4e\x43\xb6\x72\xc2\xbc\x1e\xd5\x36\x4d\x50\x74\x8d\x08\xc3\ \x72\x88\xa2\x79\x54\x6a\x59\x5c\xf7\x7a\x18\x25\xae\x5c\x09\x09\ \x8a\xa6\x7b\x34\x95\x10\xb4\x4d\xc3\xe6\xe0\xf1\xea\xdc\x32\xb9\ \x40\x20\xa0\x68\x1e\x8f\xa6\x20\xb7\x63\xe6\x08\x37\x8e\xf4\xff\ \x71\xd7\xb9\xa2\x28\xa6\x61\x1c\x3c\xb8\x7f\xca\xd4\xe9\x2e\xcf\ \x09\xbd\xb0\x65\xd3\xfb\x79\xf9\x05\x94\x32\xd7\x5e\x48\x58\x0d\ \x91\x48\x5f\x71\x49\xd9\x70\xdb\xe1\x48\xfc\x08\xcb\xc1\xd9\xe5\ \xba\x5f\xa7\xda\x28\x75\x39\x8e\xc4\xa2\x74\xc5\x72\x12\x6b\x0d\ \x50\xa2\x6d\xdb\xba\xa6\x21\xa0\x63\x1b\xdc\xea\x57\x72\x6e\x71\ \x05\x02\xa0\xb4\x63\x31\x7b\x70\x3c\xc8\x88\x18\x00\x40\x40\x9a\ \xd1\x98\x6b\x2b\x09\xdb\x8a\xb9\x47\xe4\xdc\xe0\x1c\x80\x80\xe4\ \xb1\x88\x3b\x9f\x4e\x98\x91\xe8\xc0\x15\x43\x74\x0c\xc3\x31\x92\ \xae\xa1\x10\x56\x34\x66\x0d\x1c\xdf\x8e\x3a\xf6\x70\x6b\x2b\x99\ \x8d\xc1\x47\x00\x40\x69\xc5\x06\x8e\x40\x00\xb8\x69\x72\x13\x00\ \x80\x29\xc4\x8c\x74\x77\x59\x81\x25\x97\x9e\x3f\x39\x9b\x59\x36\ \x27\xf1\xd5\x2c\x6c\x5b\x99\x73\xe1\xd5\x45\x5d\xc0\x6d\x41\x25\ \x1a\x11\x3e\xe8\xce\xc6\x7f\x08\x00\x48\x2b\xea\xfe\x5e\x10\xb6\ \x15\xb5\xad\xa1\x49\x76\x40\xc7\x34\x1d\x33\xe9\x46\xc4\x0c\xc2\ \x18\x55\xbc\x1a\x8f\xd5\xd6\xf6\xa6\x4d\x3a\xfb\xbc\x53\xa6\x7b\ \xd1\xb6\x62\x48\x80\x10\x00\x61\x99\x11\xcb\x24\x54\x94\xcf\xb9\ \x60\x6c\x76\x31\xb5\x6c\x2e\x91\xa4\x8a\xa1\x07\x2f\x2c\x21\x44\ \x4e\x4e\xee\xb5\xd7\x5c\x5d\x5f\xdf\x30\x6d\xda\x54\x94\x28\x51\ \x00\x51\x4d\xd3\x1e\xbe\x91\x3a\xb6\x03\x28\xe3\x79\x41\x48\x6e\ \x56\x26\x80\x43\x7a\x2c\x85\x11\x15\x00\x00\xc2\x32\x00\x00\x08\ \x3a\x8e\xe1\x00\x00\x18\x03\x82\x0a\x04\x40\x58\x56\xd4\x1a\xb8\ \xdd\x66\xd4\x48\xdc\x77\x6e\x9a\x11\x73\x04\x9e\x07\xe4\x82\x20\ \x89\x9f\x16\x91\x10\xcb\xb6\x3f\x95\x3e\xcf\x23\xb1\x17\x10\x41\ \x57\x89\xae\x8c\xda\xe3\x40\x08\x71\x04\x1a\x76\xdc\x37\x63\x8c\ \xd5\xd6\x54\x47\xa3\x91\xaa\x09\x93\x54\x4d\x77\xab\x45\x11\x91\ \x40\xbf\x88\xba\x49\xa1\x13\xbc\x3e\x46\xd1\xbd\x2a\x23\xd2\x31\ \x2d\x47\x0e\x2d\x2c\xa1\x4c\xa1\xe0\xf0\x7f\xc2\x58\x1c\x44\xc2\ \x54\x8f\xae\xc5\x75\x90\x69\x89\x11\xa2\x4e\xc0\x14\x05\x84\x10\ \x29\x04\x9d\xd1\xa2\xf9\x88\x8c\x31\xa6\x30\xdb\xe1\x04\x01\x00\ \x63\x31\x63\xd7\xce\x0f\x0b\x8b\x8a\xb3\xb3\x73\x5c\x58\x54\x4a\ \xa9\x65\x99\xbb\x76\xee\x28\x2d\x2b\xcb\xce\xce\x85\x78\x8f\x0f\ \x02\x12\x84\xa4\x6a\xe8\xa3\xc7\xf3\xa0\xf0\x23\x00\x18\x86\xb1\ \x6b\xc7\x87\x79\x05\x05\xb9\xb9\x79\xc9\x50\xae\x47\xc9\x5e\x20\ \x04\x6c\x8e\xf6\xe1\xe6\x38\x60\xb2\x55\x25\x84\x28\x2a\x2e\x39\ \xb0\x7f\xef\xd6\xcd\x1b\x55\x55\x4f\x6d\x57\x29\x3a\x8e\xed\x07\ \x24\x40\x10\xd0\xb6\xcc\xcc\xac\x9c\x84\x52\x70\x03\x75\x1e\x8f\ \xb7\xac\xac\xbc\xa6\xfa\x40\x43\x5d\x1d\xa5\xec\xf8\x92\x64\x04\ \xdb\xb2\x32\xb2\x32\x87\x28\x85\x23\xa3\xa3\x87\xcb\x32\x76\x5c\ \x55\xa4\xaf\xd7\xb6\x9d\x14\x62\x53\x8a\x8e\x7b\xe3\x0f\x3c\xba\ \xc7\x1f\x08\x0c\x59\x60\x42\x88\xf4\x8c\x4c\x9f\x3f\x10\x8d\x46\ \x86\x96\x48\x1f\x07\x3c\xeb\xba\x27\x30\x8c\xe7\xe3\x5a\x2f\xb8\ \x31\xda\x40\x30\x94\x92\xb9\x14\x9d\x28\x34\xe2\x02\x13\x42\xa8\ \xaa\x9a\x9e\x9e\x71\x02\xf1\x7c\xfc\xea\x85\x84\x25\x96\x92\xb6\ \x14\x9d\xf0\xd6\xc4\xe8\xe5\x40\xff\x32\x44\x53\xb7\x39\x45\x29\ \x4a\xd1\x31\xb3\x17\xc8\x47\x41\x47\xa5\x28\x45\xc7\x0d\x11\x80\ \xc3\xe2\x41\x1f\x8f\x92\x7c\x38\x9e\x8f\x53\xbd\x40\x08\xb1\x6d\ \xab\xb7\xa7\x57\xba\xfe\x4f\x7f\x7a\x72\xe0\x17\xa5\x28\x45\xc7\ \xc0\x25\x48\x5e\x53\xc9\xf2\x8a\x8c\xa9\xe1\xb4\x34\x45\x51\x86\ \xba\x0c\x84\xf4\xf6\xf6\x9a\x46\x0c\x30\x49\x8c\xc9\xa0\xac\xe1\ \x31\xe1\x19\x01\x15\x45\x0d\x85\xc3\xaa\xaa\xfe\xe3\x6e\xce\x11\ \xea\x05\xf2\x31\x2e\x41\x82\x37\xb7\xa4\xb4\xb3\xb3\x3d\x3b\x3b\ \xcf\xeb\xf3\x25\xfd\x38\x32\xec\xb7\xa6\x28\x45\x47\x79\x8f\x85\ \xa4\xc5\x3d\x20\xbc\x7d\xbd\x7d\x6d\x6d\x2d\x39\x39\x79\x34\x09\ \xd7\x8b\x10\xd2\xde\xde\xa6\x28\x4a\x41\x51\x31\x21\x34\x19\x6c\ \x71\xd8\x5e\x77\x0c\x78\x8e\x44\xfa\xda\xdb\x5b\xb3\xb3\x73\x18\ \x53\x8e\x8d\x5e\x10\x08\x42\x8c\x9a\xa7\x41\x00\x4a\x48\x02\xe5\ \x8c\x10\xd2\xdd\xd5\x99\x93\x93\x17\x4e\x4b\x87\x24\x90\x4c\xc0\ \xa3\x57\x0d\x92\xa2\x14\x8d\x68\xc6\x26\x8b\x5f\x32\x1c\x71\x56\ \xb6\x47\x4a\xd1\xdd\xd5\x99\x95\x9d\x93\xe8\x8f\x88\xc5\xa2\x52\ \x88\xc2\xb2\x8a\xa4\x4f\x92\xfe\x6a\x9d\xa3\x5a\xd7\x34\x84\x67\ \xf7\x6f\x66\xa6\x47\x0a\xd9\xd3\xd5\x95\x95\x93\xfb\x0f\x3a\x14\ \x47\xa2\x17\xfc\x3a\x59\xb1\x2e\xba\x6a\x63\xcc\x3f\x0a\xee\xab\ \x61\xe3\xa9\x95\xfa\x77\xcf\x09\xc5\xac\x38\xf7\xb6\xe3\xf8\xfd\ \x81\xe4\x1e\x8f\x21\x00\x9b\xff\xc8\x05\x25\x24\x0e\x77\x2c\xff\ \xe1\x9b\xc2\x18\x83\x23\x49\xf6\x10\xc6\x3e\x25\x0e\x12\x47\x03\ \x14\x12\x29\x21\x38\x0c\x9c\x16\x08\xa1\x84\x60\x3f\x8e\x1f\x22\ \x12\xca\x28\xf9\xf4\xce\xff\xd9\xd3\x0e\x89\xa5\x95\x58\x75\x84\ \x10\xbf\x3f\xd0\xdd\xd5\x99\x1c\x4a\x70\x1c\x47\x55\xb5\x64\xf5\ \x31\x50\xbc\xfb\x29\x41\x9c\x0f\xd7\x01\x23\x1e\x76\x08\xcf\x89\ \x9e\x4e\x7f\x20\xd0\xd5\xd1\xfe\x8f\x87\x3f\x8e\xa8\xde\x11\xc0\ \x72\xb0\xc7\xc0\xd1\xfa\xf8\x63\x36\xc6\xec\x21\xc0\x78\x28\x01\ \xa9\x8b\xc3\x1f\x87\x44\x8c\xe3\x41\x03\x65\x44\x0a\x7e\xa4\xd7\ \x94\x10\xca\x63\x87\x36\xef\x68\x2a\x9f\x3c\x2d\xdb\x03\xff\x40\ \xa9\x2f\x61\x0c\x0e\xed\xdd\xd2\xc4\x73\x4f\x9a\x90\xfb\x49\x96\ \x18\x51\x14\x51\xbd\x7d\x9b\xcc\xac\xa8\xc8\x0d\x26\x63\x74\x0e\ \x41\xf2\xfd\xd8\x6c\x88\xda\x0f\x37\xf5\x78\xca\x27\x97\x07\x62\ \x96\xd4\x74\x95\x0e\x71\x2a\xa5\x30\x6c\x87\xa9\x9a\xa6\xa9\x44\ \x0a\x41\x28\xef\x6e\xd8\x5e\x17\xa9\x9a\x54\xe5\x21\x3c\xa5\x1a\ \x3e\xa9\x45\x9e\xc8\x3a\x12\x42\x06\x60\x5d\x09\x91\x88\x43\x31\ \x54\xfb\xd1\x90\x12\xe0\xe3\x03\xf0\xd0\xc3\x06\xbb\x11\xc2\x18\ \x23\x47\x26\x04\x09\xd9\xa6\x14\x86\x00\x4a\x0f\xe1\x39\xe1\xb1\ \xbb\xef\xe0\xa7\x34\x00\x9e\x1e\x29\xc7\xc0\xe8\xe1\x1e\x43\x00\ \x95\xa5\x94\xfd\xbe\x18\x23\x4e\xf7\x8e\x0d\x6b\x5e\x7e\xe9\xe5\ \xb7\xd7\x6f\xeb\x35\xad\xfd\xef\xbf\xfa\xd6\xee\x16\x45\x89\xf7\ \x6c\xbb\xc5\xdb\xb4\x5f\xe3\xc5\x5f\xd2\xf8\x4b\xea\xbe\x48\xd2\ \x9a\x8c\x51\xde\x73\xf0\xd1\xc7\x5e\x68\x34\x19\xe9\x07\x46\xa6\ \x71\x1a\x38\xc8\xc0\xd1\x48\xf2\x61\x29\xed\x7f\xe2\xe2\xe4\xee\ \x7c\xe3\xf9\x17\xde\xab\x25\x64\x80\x81\x64\x96\xe2\x07\x1f\xc4\ \x11\x30\x85\x99\x4d\x9b\x96\x3f\xf0\xe4\x21\x9b\x10\x4a\x7a\x9a\ \xf6\xad\x79\xfd\x95\x57\x5e\x7d\x6b\x57\x5d\x27\x53\x5c\xac\xeb\ \x81\x73\x91\x41\xb7\x7c\xe0\x20\x03\xf7\x83\x52\x42\x60\xd3\xdf\ \x9e\x7e\x73\x7b\x57\xb4\xe6\xb5\xdb\x7f\xfd\x60\x93\xa9\x30\x4a\ \x06\x18\x56\x14\xd2\xbd\xef\xee\x9f\xff\xcf\x96\x36\xb3\x71\xeb\ \x9a\x37\x36\x37\x32\x4a\x54\x6a\xbc\xb1\xf2\xfe\x97\xb7\xb7\xd1\ \x41\xd8\xd0\x29\xfa\xe8\x10\x5e\x7f\xf3\x13\xba\x57\x17\xfa\x0d\ \xb1\xfe\xc5\x87\xc3\xd4\x82\x4c\xfe\x62\x52\x63\xf5\x10\xa5\x40\ \xa4\xd5\xb1\x75\xd3\xf6\x36\x03\x29\x1d\x2a\x00\x43\xa4\x7a\x44\ \x99\x57\x14\xc5\x38\xb4\xfb\xef\x2f\x6f\x88\x4a\x45\xa1\x64\x44\ \x9e\x93\x4f\x1d\x6f\x3d\x38\x2c\x1e\xf4\x3f\x3d\xbe\xf0\x49\xb5\ \x08\xba\x6d\xea\x84\x32\xd2\xf3\xfc\xb2\x3f\xbc\xb4\xd7\x19\x57\ \x99\x11\x89\xd5\xe6\x97\xe6\xed\xda\xf0\xf2\x86\x00\x9d\x9c\xeb\ \x51\x3c\xde\xa0\xdf\x8b\x56\xb4\xb3\x27\xaa\x06\xd2\xc2\x3e\x95\ \x3b\x5c\x0a\x27\x1a\x89\xd8\x92\x06\x42\x61\x9f\x4e\x23\xdd\x9d\ \x31\xae\xa4\xa7\x87\x19\x72\xa4\x0a\x11\x66\x77\x8f\x69\xf4\xc5\ \x10\xe2\xd3\x32\x10\x91\x00\x9a\xd1\x48\x24\x66\xa9\xde\x60\x38\ \xe8\x45\x6e\x5b\x96\x43\x98\xa6\x32\xc2\x6d\x4b\x00\xd3\x54\xc6\ \x1d\x33\x1a\x89\x09\xa6\x87\x83\x3e\x3b\xd2\x63\x08\x16\x4e\x4f\ \x63\x80\x08\x20\x1d\xa3\xa7\xbb\x0b\x99\x37\x2d\xa8\xbb\x80\xd4\ \xd2\xea\xeb\xec\x31\xf4\x50\x7a\x48\x67\x5c\x08\xdb\x8e\x46\x22\ \x31\xa2\xfa\x82\x01\x0f\x05\x20\x20\x36\xbe\xfc\x0a\x1d\xb7\x70\ \x4e\x69\xb0\xfa\xdd\xc7\xee\x7d\x74\x8d\xaf\x64\x4c\x18\x22\xcf\ \x3d\xbb\x6a\xd6\xc5\xb7\xde\xb0\x70\x22\xd8\x56\x34\x12\x35\x2c\ \xae\x07\x42\x21\x9f\x26\xb8\x60\x8a\xea\xc4\x7a\xba\xa3\xb6\x3f\ \x94\xee\xd7\x88\xe3\xda\x5d\x84\xaa\x0a\x89\x76\x77\xd9\xc0\x4d\ \x2e\x51\x70\x6f\xde\xf4\xcb\x3f\x57\x99\xae\x08\xa4\x8c\xd8\x46\ \x57\x77\x2f\x2a\x9e\x40\xd0\xaf\xf8\xf3\x97\x5e\x71\x59\x41\x96\ \xb6\xe1\xb9\x57\xde\xe0\xa7\x4e\x2d\x0b\x68\xc1\x8a\xf3\xe6\x17\ \x2f\x7f\xe9\xd5\x85\xd3\xaf\xf6\x21\xa6\xaa\xc7\x3e\x29\xa9\xaa\ \x7a\xe0\xc0\x81\x9d\x3b\x77\x2e\x5d\xba\x94\x31\xc6\x39\x87\xf8\ \xe4\x5a\x39\xd4\xec\xed\x37\x28\x92\xfd\xdf\xe1\xa6\x3e\xa5\x0a\ \xef\xd9\xff\xe7\xff\x5b\x75\xd5\x7f\xdd\x31\xbf\x4c\x46\x7a\xfa\ \x62\x26\xd7\xfd\xa1\xa0\x5f\x47\x21\x89\xb4\xbb\xba\x7b\x25\xd1\ \x02\x41\xbf\xa6\x6a\x54\x18\x9d\x5d\xbd\xd4\x1b\x4a\x0b\x78\x04\ \xe7\x82\x5b\x91\xbe\x28\xd5\xfd\xbd\xf5\x3b\x9e\x7f\xe1\x60\xc9\ \xc4\x31\x85\x41\xcd\xef\xf3\xd0\x21\x51\xcd\x24\x10\x98\x84\x3a\ \x73\x51\x63\xfe\xf1\x2c\xea\x51\xc4\x89\x77\xdd\xa5\x68\xe3\x3b\ \x5b\x0f\x4c\xbb\xf1\xd7\x5f\x9a\x93\x05\x42\x02\x35\xf6\xaa\x6a\ \xf5\xdb\xcf\xfd\xfe\xe0\xba\x53\xaf\xfa\xc2\x82\xac\xda\x87\xee\ \x7d\x60\x6f\xb7\x43\xf5\xf4\x73\x3f\x7f\xcb\x59\x13\xd5\xe7\xfe\ \xf2\xeb\x97\xb6\xf5\x85\xb3\x2b\xae\xbb\xf5\x7a\xf8\xf0\x85\x95\ \xaf\xee\xb0\x1d\x27\x6b\xca\xe2\x2f\x5f\xbb\xc4\xdf\x5b\xbd\xe2\ \xde\xbf\x6c\x6e\x95\x3e\xda\xdd\x2a\x0a\x19\x01\x40\x50\x54\xb5\ \xe5\x83\xd5\xbf\xbf\xff\x79\x1e\x0c\x59\x31\x67\xee\x15\xb7\x5e\ \x31\x37\xed\xf1\x3b\x6f\x0f\x9e\xfd\x6f\x97\xcd\x2e\x79\x6f\xc5\ \x2f\x37\x78\x16\x7d\xe7\xb2\xca\x47\x7f\xf3\x8b\x8d\x9d\x1e\x0f\ \x9a\x9e\xec\x7c\x1f\x8f\xb6\xb6\xb6\x67\x4c\xfb\xdc\x77\x6e\x5e\ \xec\x55\xc8\x81\x37\x1f\xff\xdf\x86\x17\x7b\x62\xec\xcc\xab\xbe\ \x7c\xf1\xc9\x65\xb1\xfa\xcd\x0f\x3e\xf4\x54\x43\xcc\x11\x2c\xfb\ \x8a\x5b\x6e\x9d\xce\xf6\xfe\xf1\xb7\xcb\xea\x1d\x4f\xd1\x84\x85\ \xb7\xdc\x78\x8e\x1f\x10\xcc\x86\xf5\x7b\x7b\xa7\x7f\xfe\x14\xd2\ \xb9\xfd\xfe\x65\xab\xab\xae\xfb\xd1\x4d\x67\x8c\x01\x80\x86\x75\ \x8f\xfe\xf8\xfe\xe5\x13\x27\xdd\x9e\xb3\x6f\xc5\xff\xae\xdc\x12\ \x0a\x7b\xfb\x4c\xdf\x45\x5f\xb8\x6d\xf1\xe4\xec\xf6\x3d\x6f\x2d\ \x7f\xec\xa5\x4e\x4b\x60\xb0\xfc\xfa\x2f\xde\x58\x95\xc1\x84\x04\ \x95\x8a\xed\x2f\xad\x78\x60\xf5\x16\x3d\x14\x68\xda\xd7\x3a\x6b\ \xba\xd7\x6c\xdf\xf9\xe4\x0b\x07\x6e\xfd\xee\x78\xbd\x7d\xf7\xc3\ \x7f\x7e\x68\x57\x8f\x90\x91\xde\x9c\xf9\x57\x7f\x73\x49\xf1\xeb\ \xcf\xfe\x75\x7e\xc1\xb7\x02\x7e\x5f\xd3\x1b\x2f\xfc\xbe\x6b\xe3\ \xb4\x73\xbf\x74\xe9\xa9\x73\xd9\x9b\xcf\xec\x68\x76\xe6\xe4\x82\ \xe4\x29\x5f\xe2\x93\x45\xa7\x76\xef\xde\xbd\x7c\xf9\xf2\xd6\xd6\ \xd6\xae\xce\xce\xcb\x2e\xbf\x5c\x53\x55\x48\x80\x2c\x0f\xb1\x2f\ \x70\xf0\x9a\x84\x91\x71\xe2\x11\x11\x80\x79\x7d\x3e\xaf\x97\xd5\ \xbc\xb7\xea\x37\x0f\xad\xf1\xa5\xf9\xa2\x86\x7e\xc1\xcd\x5f\x5f\ \x38\x1e\x9e\xfa\xf3\x9f\xdf\x6f\x8c\xe9\xc1\xd2\xab\x6e\xbe\xbe\ \x2a\xd0\xf8\xe4\x03\xcb\x37\x37\x45\x38\x6a\x67\x5c\xf9\x95\xa5\ \x55\x64\xe5\xef\x7e\xb5\xfe\x10\xe6\x54\x9e\x72\xee\x0c\x3f\xeb\ \xd8\xfe\xd0\x3d\xbf\x2b\x98\xba\xf0\xe6\x8b\x4f\xf7\x13\x31\x54\ \x01\x25\x70\x1f\xdc\x11\x18\xa3\x28\xa9\xe3\x54\x2f\x10\x00\x17\ \xd6\x46\x4a\x41\x7c\xe5\x17\x2d\x3e\x65\xe5\x8a\x3b\xef\xde\x77\ \xda\x19\x67\x9d\x35\xb1\x50\x75\x6c\x39\xf9\xdc\xcf\xff\xfb\x25\ \xb3\x18\xf6\x3e\xf3\x87\x3f\xd5\x66\x9c\xf5\xa3\x7f\x3b\xb3\xfa\ \xb5\xe5\x7f\xbe\x7f\xd5\x94\x1f\x5d\x58\x5f\xdf\x3e\xfb\xca\x6f\ \x5f\x3d\xb3\xc4\x68\x58\x77\xc7\x13\x1b\x4e\xbd\xfe\xb6\x99\xa1\ \xfa\xdf\xfe\xef\xe3\x6b\x67\xcc\x28\xd8\xb7\xf2\x7d\xab\xe2\x7b\ \x3f\xbe\x1a\x0e\xbe\xfc\xb3\x07\xb6\x71\x29\xdd\xcb\xd4\xdb\x5a\ \x1f\x0d\xcd\xfc\xaf\x1f\x5f\xdb\xf2\xe6\xfd\xbf\x7d\xf6\x85\x05\ \xd3\xaf\x43\xdb\x76\xf7\x64\xee\x58\x0e\x13\x68\x75\xd7\x37\xf3\ \xf3\x6f\xfb\xf7\x53\xb5\x0f\xfe\xfd\x17\x4f\x2d\xfd\xce\x9d\x5f\ \xd5\x3f\xf8\xe9\x2f\x9e\xd9\x76\xe1\x69\x42\x62\xe1\xb4\xa5\xff\ \x7e\xeb\xc2\xc6\xb5\x8f\xfc\xf1\xe1\x95\xb3\x27\x7d\x75\xc3\xe3\ \x8f\xd4\x06\xe7\xdf\x7a\xfd\xb4\x77\x57\xfc\xfa\xa1\x67\xd6\x95\ \x2d\x74\x5a\x8d\xac\x2f\xff\xf0\x3b\xa5\x1e\x50\xa5\x2d\x99\xee\ \x74\xd7\x75\x08\xf5\xcc\x02\x7f\xeb\xfe\x6d\xb5\x9e\x29\x5f\x98\ \x35\x06\x84\x6d\x0b\x5a\x34\x7b\xd1\x94\x95\xef\xed\xda\x51\x47\ \x7b\x1a\x83\x93\x16\xfd\xe0\x0b\x0b\x3f\x58\x71\xe7\x73\xcf\xbe\ \x3a\x6f\xfc\xd2\x67\x1f\x7a\x82\x8f\xbf\xec\xab\x67\x14\x3f\xff\ \x7f\xbf\x5c\xf9\xdc\x94\x9f\x7e\xf1\x54\x02\x10\x69\x5a\xbf\xfc\ \xe9\xcd\xf3\xbe\xf4\xbd\x25\x55\x74\xc5\x2f\xfe\xd7\xe4\x8e\x70\ \x8c\x9e\x3e\x83\x11\xeb\xcd\x27\x97\xed\xf6\x9c\xf2\xfd\x6f\x9c\ \xdf\xf8\xd6\x3d\xf7\xed\x68\xb0\x64\x7e\xb4\xb7\xc7\x12\xd2\xe6\ \xb2\x72\xc1\xd5\x3f\xb8\xf1\x54\xe1\x08\xe9\xf0\x5c\xb0\x9a\x1a\ \x7a\x20\x3f\x2c\x53\xf9\x9d\x4f\x20\x9c\x28\x24\x6a\x9a\x7a\xf1\ \xc5\x17\xab\xaa\x2a\x51\x3a\x8e\xa3\xaa\x0a\x22\xba\x90\x6d\xc9\ \x9f\x4d\xbc\x83\x83\x2d\x86\x11\x7a\xa8\xe2\x30\x6f\x48\xa9\x6c\ \x6f\xac\xa5\xe3\x17\xff\xe0\xd6\x45\xdb\x9e\xfc\xd5\x93\x7f\x7b\ \x79\x42\xb8\xe2\xd5\x0d\x87\x2e\xfd\xc1\x4f\xce\xac\x0c\x31\x95\ \x6c\x78\x6c\xc5\x9b\x2d\x19\xdf\xfc\xca\x0d\x87\xd6\x3e\xbc\xfc\ \xd1\x67\x4f\xfa\xd6\x59\x0d\xcd\xf6\x05\x5f\xfe\xcf\x05\x63\xb3\ \x5a\xb7\xfc\x55\x29\x3e\xf9\x6b\xdf\xbb\xb5\x40\xe7\x02\x9d\xd1\ \xb4\x7d\xa2\xef\x5a\xf6\x43\x48\x9d\x18\x7a\xc1\x8d\xd3\x20\x4a\ \x29\x84\x00\x76\xea\x25\x5f\x1a\x3b\x6b\xcf\x7b\x6f\xbf\x76\xcf\ \x9d\x3f\x5d\xfa\x85\x5b\x99\xa2\x10\x46\x19\x21\xd0\xd7\x7a\xa0\ \xa6\x77\xf6\x4d\xb3\xd3\x03\x81\xe0\xc9\x73\xb3\xfe\xbe\xb2\xb6\ \xad\x8f\x29\xba\xdf\xeb\xf5\x78\xf5\xc6\x96\xa6\x96\x8e\xc8\x87\ \x6f\x3f\xb7\x17\xed\x60\xd9\xf8\x74\xd9\xb5\x7f\x6f\xd3\xf8\xd9\ \xe7\x15\x85\xfd\x91\x9c\x1c\x1f\x25\x42\x70\x29\xa4\xa0\x4c\x12\ \xa2\x79\xbc\xba\xc7\x53\x52\x35\x39\xfc\xf2\x3b\xdd\xbd\x26\x50\ \x57\xd7\xbb\x59\x06\xc9\x85\xa4\xaa\xae\x6b\x4a\xb0\x68\x4c\x51\ \x46\x86\xa6\xe8\xa1\xa2\xa2\xbc\x4c\xd1\xde\x13\xf5\x03\xf1\x67\ \xe4\x86\xfd\x81\xf0\xac\x93\x73\xff\xfe\x40\x6d\x53\x6d\x75\x6b\ \x67\x37\xd9\xfa\xc4\x23\xbb\x6c\x27\xad\x2c\x27\xc8\xed\x56\x45\ \xf7\xfa\x7c\x5e\xaf\xe6\x38\x9c\x0b\xa2\xa2\x69\x08\x24\x2a\x95\ \x42\x4a\x40\x17\x90\x55\x0a\x89\x08\x5c\xb8\xca\x90\x50\x8f\xae\ \x6b\x9e\xc0\x84\xc9\xe5\x2f\xd4\xb5\x77\x45\x5b\x0f\x36\xf4\x99\ \x6c\xdd\xca\xe6\x75\x31\x4f\x71\x59\x3a\x33\x05\x57\x91\x75\x35\ \xee\xee\xcb\x2c\x9f\x39\xad\xd0\xa7\x9a\xd9\x21\x6f\x9d\x74\x84\ \x44\x4a\x99\xe8\xeb\xd8\x5f\xdd\x35\xfb\xca\x53\xb3\x02\x9e\x0e\ \x9f\x4f\xa5\x44\x48\x01\x84\xa0\xe4\x52\x4a\xaa\x50\x46\x40\xa0\ \x94\x40\x34\x22\x2d\xc3\x02\x94\x42\xf0\xd4\x82\xff\x44\xca\xa1\ \xb8\xb8\xb8\xa2\xa2\xc2\x5d\xe5\xb6\x6d\x0b\x21\x28\xa5\xe8\x62\ \x25\xc2\x20\x80\x47\xd7\x4b\x1b\x80\x6f\x23\x90\xe4\xd2\x27\x85\ \x02\x81\xb8\x59\x2d\xc1\x39\x10\xd0\x3d\xba\xae\xfb\xc7\x4c\xae\ \x12\x7b\x9b\x45\xfa\x85\x57\x2d\xad\x58\xfd\xc0\xef\xf6\x4f\x3b\ \xeb\xaa\x0b\xa6\xd4\x36\x37\xf6\x76\xf9\x9f\x7b\xfc\x11\x61\x5b\ \x15\x15\x85\xd2\x32\x89\xea\xf5\xfa\xbc\x1e\x5d\x25\x20\x81\x50\ \x42\x29\x21\x28\x87\xa2\x67\x0c\xca\x39\xb8\x2f\x28\x95\x28\xf1\ \x84\xb1\x17\x00\xa0\x1f\x45\x57\xa0\xe0\x5d\x51\x11\x28\x98\x78\ \xc1\x75\x63\x45\xdb\x77\x5f\x7a\xf3\xc3\x05\x2a\x89\xf6\xc5\x04\ \x02\x61\x9e\x70\x98\xed\xdf\x5f\x8f\xd3\xf2\x0e\xd5\x1d\x68\x27\ \x69\x21\xaf\x22\xa5\xe0\x8e\x23\x51\x78\x3c\x5e\x5f\x20\x7b\xe9\ \x35\xb7\xcc\xcc\xf7\xd8\xb6\xa3\x29\xe2\xe5\xb5\x7a\xf5\x9e\x03\ \xbd\x4b\xa6\x11\xc7\xe1\x82\x0b\x21\xa4\x90\x92\x72\x29\x24\x0a\ \xee\x58\x12\x2d\x0e\x80\x08\x54\x51\x44\x63\x4b\x17\x40\x19\x20\ \x0a\x2e\xa4\x90\x88\xc8\x6d\x5b\x58\x0e\x48\x61\x9b\x26\xd8\xb6\ \x00\x02\x42\x48\x2e\x04\x72\x00\x68\x3e\xb0\xaf\xdd\x0c\x64\x84\ \xd2\xfc\x9a\xb7\x64\xca\xb9\xdf\xbe\x6c\x9a\xb0\x2c\xa9\xea\x91\ \x6d\xcf\x4b\x14\x8e\x65\x39\x20\x04\x02\xa0\xc3\xf4\xa0\x8a\x4e\ \x7b\x8f\x55\x55\x3c\xa9\xd4\x7a\xe5\xd5\xf7\x76\xdc\x70\x56\x15\ \x23\x62\xdf\x3b\xab\xb7\xdb\x9e\x5b\xab\xf2\xe5\x5a\x2e\x24\x77\ \x00\x6c\x21\x00\x90\x10\x3d\xe4\xf3\x56\xce\xbf\xe4\xa6\xc5\x95\ \x76\xcc\xe4\x52\xca\x98\xe9\xa8\x9a\x27\x98\x4b\xdb\x77\x1e\xac\ \xed\x2d\x19\xa3\x72\xce\x05\x17\x52\x4a\x44\x81\x54\xf3\xfb\x48\ \x4d\x75\x23\xcc\x2c\xe4\x96\x2d\x51\x4a\xee\xea\x1b\xa4\x28\x8c\ \xbe\x28\x97\x52\x38\x42\xda\x7d\x5d\x82\x16\x04\x54\xe9\x38\x32\ \x05\xf8\xfc\x09\xf5\x82\x25\x85\x65\x59\x03\x7b\x2f\x21\x94\xd2\ \x38\x1e\x74\x92\x5a\x48\x8c\x7e\x13\x42\xba\x5a\x23\x91\x8f\x20\ \x43\x4b\x26\xa9\x94\x12\x10\x51\x08\x14\x20\x25\x77\x04\x58\xb6\ \x00\x29\x1d\xf0\x9f\x79\xd5\x37\x66\xce\xdb\xfa\xfb\x5f\xfd\xf1\ \x81\xd0\xad\x13\x83\x69\x19\x65\x27\x7d\xe5\x9b\x17\x78\x84\x25\ \x08\xc3\xf6\xed\x8e\x10\xc2\xb6\x25\x0a\x44\x70\xa2\x11\xcb\xe6\ \x82\x72\xc1\xe5\x50\x2b\x21\x59\x5f\xc5\x07\xd8\xd2\x7e\x9c\x78\ \x72\xa2\xd8\x0b\x88\x12\x91\x32\x88\xd5\x3c\xb7\xf2\xa9\xfa\x88\ \xe6\x25\xb1\x9a\x7a\x3a\xff\x86\xc9\x93\x8c\xd8\x2b\x2b\x1e\xbb\ \xa3\xe1\xbd\xc9\x67\x5e\x7c\xf6\xf9\xe7\xdf\xfb\xe0\xc3\xb7\xef\ \x7b\xb5\xb7\xa9\x69\xea\xd2\x1b\xcb\x42\x10\x8d\xc6\x7c\x0e\xb7\ \x4d\x3b\xbd\x62\xe6\xa2\x19\x1b\x97\xff\xf6\x7f\xde\x2a\x48\xf3\ \xe5\x8c\xbd\xf0\xe2\x73\x4f\x5e\x74\xf1\xa6\x7b\x1f\xfd\xc5\x1d\ \xfb\xd2\xf9\xa1\x6e\x9a\xa5\x81\x74\xb8\x40\x2a\xb8\x6d\x1b\x16\ \xe3\x42\xa2\x63\x9b\xb1\x98\x41\x42\xb3\x4f\x9e\xf3\x87\x27\x97\ \xff\x62\xff\xeb\xed\xbb\x1b\x0b\x16\x7a\x84\x63\x9b\x86\xe1\x70\ \x21\x84\x63\x18\x86\xcd\x05\x70\x6e\x1a\x86\xe5\x88\x0c\x9f\x56\ \xb3\xf6\x99\xdf\x45\xd7\xd6\x1d\xac\x1d\x7b\xf6\x75\x25\xe9\x79\ \x8b\xcf\x9e\x7f\xcf\xe3\xcb\x6e\xaf\xa9\xf0\x12\xcf\xdc\xcf\x5d\ \x3e\x1e\xa4\x69\x58\x9c\x0b\xa1\x08\x81\x00\xc2\x64\xfe\xa2\x22\ \x0f\xdf\xbb\xb3\xfe\x8c\x45\x55\xd7\x5e\xbf\x74\xf9\x93\xf7\xfc\ \xf7\x86\x92\x30\x44\x6b\x0e\xf5\x9e\x7e\xe9\xcd\x33\xf3\x95\x37\ \x22\x31\xd3\xb2\x85\x00\x6e\x5b\xb1\x58\x0c\x3d\xf9\xe7\x5e\x38\ \xe3\x4f\xcf\xde\x7d\x68\x4b\x89\x47\xf1\xcd\xbb\xe8\xd2\xc9\x59\ \x9a\x63\x59\xfe\xc2\x59\x17\xce\xda\xf8\xe4\x5d\x77\x6c\x2a\xc9\ \xd8\xbf\xaf\x63\xca\x34\xcd\xb1\x6d\x23\x16\x35\x68\xfa\x82\xc5\ \x8b\xff\xf8\xf0\x43\xbf\xa8\x7b\xd7\xa8\xdd\x62\x95\x9c\x2d\x1d\ \xc7\x34\x8c\x98\x01\xe3\x27\x8d\x7f\x66\xf9\x93\x3f\xff\xe5\x96\ \x49\x27\x5f\xb4\xb0\x68\x7f\x3b\x0d\x94\x14\xf8\x2c\x93\xa7\xca\ \x18\x3e\x41\x5e\x0d\x80\x20\x32\x45\x51\x15\xc5\x8d\xde\xd9\xb6\ \x4d\x08\x71\x37\xb2\xe1\x0e\x82\xeb\x10\xa3\x14\x49\xd9\x80\x41\ \xa5\x7a\xfd\xf6\x02\xe5\xdc\x31\x4c\xd3\x11\x02\x1d\xcb\x30\x6d\ \x21\x90\x3b\x96\xed\xf0\x68\xdb\xee\xfb\x97\xbd\x68\x79\xd4\x3e\ \x1a\x2a\x0e\xa5\x9f\x32\xee\x9c\xf7\xef\x7d\xf8\xf6\x5f\xee\xce\ \xd2\xf5\xf1\x73\xcf\x39\xab\x9c\x58\x86\x69\x3b\xc2\xb6\x9c\x70\ \xfe\x98\x32\xfa\xd2\x3d\xbf\xba\xa3\x74\xec\xec\x4b\xcf\x9b\x1b\ \xd2\x50\xf6\x4f\x60\x24\xc3\x2c\x07\x12\x8f\xee\x8f\x8a\x07\xfd\ \xc9\x2e\xcc\x11\xe0\xb8\x05\x74\xb2\x6c\x6d\xe4\xd1\xf5\xb1\xc0\ \x28\x75\x4d\x31\x1b\xe7\x8f\xd5\x7f\x74\x41\x38\x6a\xb9\xb8\xaf\ \x6c\xfb\xb6\x2d\x13\x26\x4f\x25\x94\x22\x37\x5b\xea\xab\xeb\x9a\ \x3b\x1c\xa9\x64\x15\x57\x8e\x29\xca\x62\x22\x5a\xb3\x7f\x77\x5d\ \xbb\x5d\x50\x39\x61\x6c\x61\xb8\xbd\x6e\xef\x9e\xea\x56\x7f\x5e\ \xf9\x84\x31\xc5\x1a\xef\xab\xad\xad\x53\xb3\x4a\x73\x03\x9a\x24\ \x4c\x11\xd1\xfd\x7b\x76\x1f\xea\x36\x83\x39\x25\x63\x2b\x8a\x7c\ \x2a\x35\xba\x1a\x77\xef\xad\x89\x09\x25\xb3\xa0\xa4\xb4\x20\x47\ \xa3\x08\x94\x18\x1d\xcd\x4d\xbd\xb4\xac\x2c\x1f\x8c\xce\x9a\x86\ \x9e\xbc\xb2\xb2\x34\xcd\xa9\x3f\xb0\xa7\xa6\xa5\x57\xf5\xa7\x97\ \x95\x97\x67\x79\x45\x6d\x75\x53\xb8\xa8\x3c\x5d\x77\xaa\xab\x1b\ \x03\xf9\xe5\xb9\x1e\xab\xba\xa6\xde\x9f\x57\x11\xe0\x5d\x07\xaa\ \x6b\xbb\x63\x3c\x9c\x57\x3e\xa1\xa2\x80\x4a\x4e\x15\xd6\x55\xbf\ \x6f\x6f\x7d\xab\x54\x82\x95\x13\xaa\x32\xa0\xb7\xba\x29\x52\x50\ \x5e\xec\xa1\xf1\x21\x60\xaa\xae\xee\x7b\xf5\xfe\x07\x37\xe9\xdf\ \xfc\xe6\xe7\xf3\xbd\xd8\xd5\x5c\xbb\xf7\x60\x83\x89\x5a\x5e\xe9\ \xd8\xca\x82\x34\xc9\x9d\xae\x96\x9a\x2e\x19\x2e\x2d\xcc\xe6\xdd\ \x0d\x75\x1d\xa2\xa4\xbc\xd4\x47\x78\x73\xed\x9e\x83\x8d\x5d\xcc\ \x97\x5e\x39\x7e\x6c\xba\x4e\x25\x22\x50\xa6\xa0\x55\xb3\x77\x57\ \x63\x47\x4c\x0f\x67\x95\x97\x57\x04\xa0\xab\xfa\x90\x51\x5c\x5a\ \x1a\x50\x45\x5b\x43\x4d\x53\x5b\xf7\xde\xf5\x7f\xdb\x4a\x66\x7e\ \xff\x4b\x4b\xda\xf6\x57\x07\x0b\xcb\x32\xfd\x58\xb7\x6f\x77\x6d\ \xab\x59\x3c\x76\x4c\xcd\xea\x65\xef\xab\xf3\xbe\x7d\xdd\x5c\x4c\ \x21\xbb\x7e\x92\xe8\x02\x01\x42\x29\xdb\xba\x75\xcb\xfa\xf5\x1b\ \x28\x63\x81\x40\xe0\xfc\xf3\xce\x0d\x06\x43\x8a\xc2\x22\x91\x48\ \x7d\x5d\xcd\xc4\x49\x53\x12\xb8\xaf\x6d\xad\x2d\x91\x68\x64\xdc\ \xf8\x09\xa6\x61\x60\x3f\x22\xb3\x1b\x56\x27\xee\x28\x87\x81\xda\ \x7f\x2a\xed\xde\x83\xb5\x1d\x79\x65\x65\xd0\xd3\xd0\xe2\xf8\x2b\ \x0a\xb3\x9d\xde\xe6\xba\x0e\xa7\x30\x2f\x54\xbf\x67\x4f\x7b\x8c\ \x87\x73\xcb\xab\xca\x72\x75\x4d\x89\xb6\xd5\xed\x3e\x50\x67\x08\ \xbd\x78\xcc\xb8\xa2\x30\xa9\xa9\x6e\x4e\x2b\x2a\x4d\xf3\x30\x42\ \x49\x6f\x6b\xdd\xee\x03\x8d\x4a\x5a\xf1\xa4\xb1\x45\x2a\x4d\xce\ \x9b\xc6\xa1\xa5\x12\x8a\x81\x10\xa2\xa8\xaa\x11\x8b\x55\x1f\x3c\ \x30\x79\xca\xd4\x7f\x10\xf7\xf5\x88\xf0\xa0\x75\x72\xcf\x5b\x7d\ \x0f\xbc\x1b\x3b\xcc\x9c\xfb\x33\xc7\xeb\xb7\x5f\x9c\x16\xb1\xfa\ \xf1\xa0\xb7\x7c\x30\x69\xea\x74\x37\x18\xc3\x98\xa2\xb8\xf5\x7c\ \xc2\xb1\x6d\x47\x02\xd5\x75\x5d\xa1\xc4\xb1\x2d\x9b\x4b\x55\xd3\ \x54\x85\xa1\xe0\xb6\xed\x08\x24\x9a\xae\x21\xb7\xdd\x89\x07\x84\ \x32\x4d\x53\x29\x25\xd2\xfd\x22\x12\xa6\xa8\x9a\xaa\x10\x02\x92\ \x3b\xb6\xe3\xd6\x46\x21\x55\x34\x95\xa1\x65\x39\x40\x15\x5d\x63\ \x8e\x65\x49\xa0\xaa\xa6\x2b\x8c\x00\x4a\xc7\xb6\xb9\x24\x9a\xae\ \x0a\xdb\xe2\x48\x74\x4d\x93\x8e\xe5\x20\xd1\x35\x4d\x38\x96\xa4\ \x8a\xae\xaa\xee\x00\x51\xdb\x76\x24\x02\x10\xa2\xa8\x9a\xaa\x50\ \x40\x69\x5b\x96\x00\xa6\xab\xcc\xb6\xed\x84\xe3\x49\xa8\xa2\x58\ \x4d\x2b\x96\x3d\x5d\x7a\xce\x35\xf3\xc7\xa4\x4b\xa0\xaa\xa2\x10\ \x40\xc1\x1d\x87\x0b\x89\xa0\xa8\x1a\x03\x61\x3b\x9c\x30\x4d\x53\ \xc0\xb6\x6c\x24\x54\xd5\x34\x85\x51\x90\xd2\xb6\xfb\x11\x19\x11\ \x80\x52\x4d\xd3\xdc\xd2\x45\xc7\xb6\x38\x2a\xba\x4a\x11\x9d\x03\ \x1b\xdf\x7e\x7d\xe3\x01\xcd\x4b\xeb\x6b\xda\x66\x5e\x70\xdd\x92\ \x99\x45\x8c\x10\x6e\x5b\x02\x89\xa6\xe9\xaa\xae\xdb\x4d\x1f\xdc\ \xfb\xf0\x9b\xa7\x5d\x79\xf3\xb4\x1c\x66\x73\x4c\xf5\xa1\x7d\x82\ \x02\x06\x00\x42\x89\x69\x9a\x7f\x7d\xfe\xf9\xdd\xbb\xf6\x5c\x71\ \xf9\x65\x93\x26\x4f\x42\x89\x8a\xaa\x44\x23\xd1\xba\xda\xea\xc9\ \x53\xa6\x0d\xe0\x41\xb7\xb4\x44\x22\x7d\xe3\xaa\x26\x1a\x46\x34\ \xc9\x93\x4f\xd4\x3f\x91\xc1\xbd\x0b\x54\xd7\x15\xc7\xb2\x81\xa9\ \x2a\x95\x96\xcd\x09\x53\x35\x85\x38\x8e\x50\x34\x9d\x51\x40\xc1\ \x2d\xdb\x91\x08\x8a\xaa\xaa\x8a\x42\x08\x72\xdb\x76\x04\xb8\xc2\ \xe9\xfa\x82\x4c\xd5\x34\x95\xa1\x70\x2c\x9b\x27\x07\x31\x10\x90\ \xc4\xab\x1e\xdd\x19\xd5\x40\x09\x65\x8c\x99\xa6\x79\xf0\xc0\xfe\ \xa9\xd3\xa6\x1f\x03\xbd\xc0\x28\x34\xf7\x88\x96\x5e\x39\xda\x98\ \x76\x89\x10\xf6\x92\xb2\x2c\x25\xfe\xdb\x14\x65\xdb\xe6\x4d\xe5\ \x63\xc6\x06\xfc\x7e\x87\x3b\x12\x11\x10\x88\x8b\xde\x4f\xc8\x09\ \x0f\xf8\x8a\xc0\x18\x31\xa3\x51\x4e\x35\x9f\xfe\xe9\xfb\x65\x84\ \x42\xb4\xe3\x50\x75\x6d\x63\x8c\xb3\xac\xa2\xf2\x8a\xa2\x0c\x74\ \x86\xce\x4e\x47\xc7\x8c\x38\x24\xe8\xf7\x00\xca\x54\x77\xea\x11\ \x10\xa5\xd4\xb2\xac\xce\xae\xae\xc2\xc2\x02\x29\x24\x02\xea\x1e\ \x6f\x4b\x73\x73\x57\x67\x7b\xb2\xbd\xd0\xde\xd6\xd6\xda\xd6\x3a\ \x65\xca\x54\xcb\xb2\xdc\xb1\x5e\x10\x47\x2c\xc6\x63\x76\xd9\xc9\ \x80\x3e\xd2\x74\x4f\x7b\x6b\x6b\x7b\x6b\xcb\xa4\x7f\xd8\x5e\x38\ \x12\x39\xe6\x12\x0a\xd3\x94\xd2\xcc\xd1\x9b\xc7\x08\x08\x09\x16\ \x8f\xfb\x66\x28\x65\x4e\x6e\xee\xbe\x3d\xbb\x26\x4c\x9c\xec\x0f\ \x04\x12\xa8\xfb\x24\xe9\x62\x9e\xd8\xca\x01\xc1\xe3\xf5\x03\x0a\ \xf9\xcf\x58\x95\x88\xde\xe2\xb1\x05\x15\x13\x08\x80\x14\xdc\x76\ \x1c\x54\xb4\x21\x03\xcf\xc1\xeb\x0b\x30\x22\x85\xc0\x14\x0a\xfc\ \x27\x5b\x53\xfd\x09\x48\x44\xaf\xd7\x9b\x99\x99\xe9\x70\x0e\x2a\ \x01\xc4\xee\xae\xae\xfa\xba\x9a\xb1\xe3\xaa\x92\x71\x5f\xc3\x69\ \x69\x8d\x8d\xf5\x35\x35\x07\x8b\x8b\x4b\x35\xca\x64\x52\x95\xe3\ \x51\xef\xa6\x24\x00\x43\x8d\x94\x9e\xee\xee\xda\xea\x83\x63\xc6\ \x8d\x3b\x36\xb8\xaf\x04\xc0\x11\xe8\x88\x8f\xf9\x03\x40\x4a\x99\ \x9b\x9b\x2f\xa4\xd8\xb5\x63\x5b\xff\x60\x6e\x48\xf5\x56\xa7\xe8\ \x38\xd3\x0f\x89\xe1\x94\x80\x88\x94\xd2\xb2\xb2\xf2\x70\x38\x9c\ \x58\x63\x88\xa8\x28\xca\xb8\xf1\x55\xd5\x07\xf6\x6f\x6c\x5e\xe7\ \x3a\xf5\xc7\x4e\x92\x07\xf1\xec\x3e\xa7\x94\x96\x94\x95\xa5\xa5\ \xa5\x9f\x30\x78\xd0\x12\x65\x41\x61\x71\x6e\x4e\x9e\x18\x52\x58\ \x9a\xa2\x14\x1d\x7f\x31\x07\x02\x40\x19\x63\x4c\x19\xb2\xc0\x5c\ \xa8\xf8\xaa\x89\x93\x39\xe7\xc7\x1b\x1e\x34\xb8\x3c\x2b\xca\x89\ \x84\x07\x0d\x00\x52\x08\x42\xa9\x42\x53\x88\x92\x29\x3a\x31\xc8\ \x1d\x66\x3f\xec\x4d\x09\xfd\xfd\xf8\xc7\x23\xcf\x9f\x12\x1e\x74\ \x6a\x95\xa6\x28\x45\x29\x4a\xe9\x85\x14\xa5\x28\x45\xc7\x8f\x5e\ \x48\x81\x41\xa7\xe8\x04\xa2\xd1\x40\x9f\x8f\x67\x58\xf3\x4f\x91\ \xb7\xa3\x87\x07\x1d\x8d\x46\xa2\x91\x68\x2a\x0d\x91\xa2\x13\x45\ \x33\x04\x43\x21\xaf\xcf\x87\x49\xb9\x7d\x42\x88\x10\xa2\xa7\xbb\ \x9b\x3b\xce\xf1\x96\x0f\x76\x2b\xa4\x83\xc1\xb0\xd7\xe7\x3d\x66\ \x78\xd0\x8c\x82\x42\xc9\xe8\xe5\x0b\x20\x10\xdc\x22\x45\x00\x20\ \x84\xc6\xa2\x91\x48\x5f\x6f\x61\x51\xa9\xc7\xeb\x85\xfe\x16\xf1\ \x84\x6e\x4b\xe1\xbe\xa6\xe8\x58\x6d\xb0\x09\x09\x4c\xde\x69\x11\ \x31\x1a\x89\x34\x37\x35\x30\xc6\x54\x55\x4d\x7a\x5f\xb6\xb7\xb7\ \x06\x83\xe1\xec\xd2\x52\x42\x68\x42\x8c\x11\x8f\xc1\x3c\xeb\x11\ \x78\x8e\x46\x9a\x9b\x1a\x28\xcb\xd4\x34\xfd\x18\xe8\x05\x4a\xa0\ \x23\x2a\xbb\x63\x92\x92\x51\x55\x97\x5f\xa3\x39\x21\x2a\xfb\x61\ \x23\x7a\x7a\xba\x0b\x0a\x8b\x3c\x5e\x6f\x02\xa0\x12\x00\xa4\x94\ \x29\x3c\xe8\x14\x1d\x07\x3b\x6d\x52\xef\x53\xbf\x28\x06\x82\xc1\ \xcc\xac\xec\xee\xae\xae\xbc\xfc\xfc\xc4\x9c\xfb\x68\xa4\x8f\x52\ \x96\x93\x9b\x87\x18\x4f\x4c\x10\x42\x92\x8b\x05\x8f\x9a\x24\x0f\ \xe1\xd9\xfd\x1b\x08\x04\xb3\xb2\x73\xba\xda\xdb\xf3\x0a\x0a\xff\ \xc1\x6c\xe5\x91\xe8\x05\x9f\x46\x56\xac\x33\x1e\x7a\x2f\x7a\x98\ \xbe\xa9\x05\xe3\xf4\xff\xfe\x5c\x5a\xb4\x1f\x0f\x9a\x0b\xa1\xeb\ \x1e\x29\x31\xa1\xe0\xdc\x1f\xf6\x89\x30\x24\x5c\xd4\x63\x29\xc4\ \x51\xb9\xf6\x84\x31\x7a\x04\x08\xcb\x94\x31\xf2\xe9\x8d\x0f\x75\ \x0f\x27\x85\xa0\x8c\x01\xa0\x18\xd6\x40\xed\x42\x47\x0b\x21\x08\ \xa5\x20\x25\x1e\xed\xab\xf4\xaf\xa0\x11\x12\xfb\xf0\x90\x6d\x5f\ \xd7\x3d\x9c\x3b\xc9\x9f\xe7\x42\x28\x4c\x71\x0d\x87\xe4\x4f\xfe\ \xd3\x26\x56\x26\xee\xea\x47\xf3\xec\xfe\x4b\xd7\x3d\x2e\x08\xdd\ \x31\xf3\x23\x74\x85\xe8\xca\xc8\x7a\x41\x48\x50\x87\xf4\x4e\xa0\ \x94\x88\xd4\xed\x13\x65\x8c\x24\xcc\x21\x29\xb8\xfc\x78\xf5\x21\ \x84\x38\x7d\x6d\xcd\x5d\x76\x4e\x41\x9e\x4e\xf0\x9f\xad\x13\x28\ \x6f\x7b\xe3\xc5\xf7\x72\x67\x2d\x9a\x90\xed\x91\x1f\x5b\x37\x50\ \x45\xe9\xad\xd9\xb2\xee\x80\x3d\xef\x8c\xd9\x7e\x9a\x54\x92\xfc\ \xf1\x7f\xe6\xe0\x35\x6f\x1d\xda\xf1\xfa\xfb\xcd\xa7\x9d\x73\x16\ \x69\xa9\x8d\xb2\x70\x5e\x56\x70\x10\x64\x18\x21\x46\x57\x73\x6b\ \x84\x15\xe6\x67\x31\xce\x11\x80\x29\xb4\x6e\xeb\xdb\x07\xed\x82\ \x05\x27\x8f\x01\x9e\x42\x67\xf9\xd8\x0a\x22\xd9\xd6\x1d\xc0\x83\ \x96\xa3\xe1\x41\xf7\xb7\x4a\x81\x4c\xec\xd8\xc3\x0e\x18\xc7\x83\ \x96\x9c\xcb\x23\x89\x45\xa0\x8b\x25\xc5\x87\x36\x64\x1d\x86\x67\ \x42\xe9\x31\xc6\x83\xfe\xa4\x24\x45\x1c\x64\x8d\x50\xe6\x74\x56\ \xff\xfd\xb1\xe5\x77\xdf\x73\xcf\xf2\xc7\xfe\x5e\xdb\x69\xba\x18\ \xc7\x4c\x51\x98\xa2\xb8\xda\x30\xf1\x92\x00\x22\xa1\xee\x73\xc6\ \x58\xa4\xfa\x9d\xfb\x57\x3c\xd7\xca\x19\xa3\x30\xda\x57\x98\xc2\ \xdc\x5b\xe6\xde\xb7\xa4\xf7\x29\x22\x02\xa1\xf1\xaf\x00\x61\x2e\ \xca\x2e\x65\x6c\xe0\x33\xfd\xe7\xa5\x84\xd8\x6d\x6b\xde\x78\xb5\ \xd1\x60\x84\x32\xa6\xd0\xb8\x1c\xf4\x7f\x98\x52\x82\x88\x84\xc5\ \x3f\x4f\x89\x7b\x3a\x42\x30\xf2\xd2\x93\x2b\xb7\x76\x52\x0f\x23\ \x4e\x67\xf5\x8b\xab\x1e\xba\xfb\xae\xbb\x1f\x7c\x72\x75\x75\x97\ \xad\x28\x6c\x10\x9f\x8c\xc6\x5d\x2a\x3a\xe4\x20\x03\x9c\x53\x42\ \xb0\x63\xef\x1b\x6f\x6c\x30\x19\xdd\xf6\xf7\x47\x9e\x7a\x6b\x37\ \x61\x8c\x24\x2e\x88\xa2\x30\xc6\x9a\xb6\xbd\xbc\xec\xa9\x77\x6c\ \xbb\xe3\x85\x95\x0f\xed\xe9\x05\x42\x58\x80\x76\x3d\xff\xc4\xe3\ \x7b\xba\x1d\x4a\x93\x60\x8b\x53\x8f\x11\x1f\x49\x18\x0a\xf1\x86\ \x22\xc6\x06\x36\x7f\x89\x43\x30\x54\x31\x09\xf7\x75\x00\x7c\x41\ \x4a\xec\x87\x6f\x4a\x1c\x99\x10\x2a\x22\xf5\xcf\x3f\xf3\x62\x75\ \x37\x0e\x12\x2d\x40\x57\xf8\xe2\x2f\x09\x24\x0b\x12\x01\x44\x00\ \xf7\xb9\xa2\x28\x91\xda\x8d\x0f\x3e\xfe\xba\xa1\x28\x4a\x5c\xce\ \x71\x10\x02\xb5\x0b\xce\x93\x38\xb5\x2b\x80\x2e\xd2\x1c\x39\x51\ \xf0\xa0\xdd\x9f\x44\x18\x15\x2d\x2b\xee\xfe\xe3\x0e\x18\x77\xc6\ \xf4\xbc\xae\x0e\x23\x66\x71\x4a\x69\x6f\x4b\xcd\xfe\xda\x36\x7f\ \x6e\x49\x45\x71\x2e\x45\x1e\x69\xab\xdd\x5f\xd3\x02\xde\x8c\xca\ \x31\x65\x41\x12\x3d\xb8\x67\x7f\x5b\x14\xf2\x4a\xc6\xe6\x95\xce\ \xbc\xf4\xc2\xaa\x0c\x26\x90\xd2\x48\x5b\xdd\xfe\x9a\x56\x6f\x56\ \xd1\x98\xf2\x3c\xe0\x76\x4f\x6b\x5d\x43\x53\xbb\x21\x68\x4e\x51\ \x45\x49\x8e\x9f\x73\x09\x00\x04\x45\x57\x73\x43\xe3\xa1\x0e\x13\ \xd5\x82\x92\xca\xc2\x4c\xdd\x8c\x74\xd5\xb6\x19\xb9\x85\x79\x3a\ \x31\xeb\xaa\xdb\x02\x39\x85\x7e\xd9\x71\xb0\xae\xb1\x27\xc6\xc3\ \xb9\x45\xe9\x4a\xb4\xbe\xa9\xd3\x93\x55\x3c\xa6\x2c\x97\x02\xd1\ \x54\x68\xde\xff\xe1\xd6\x2e\x2d\xbd\xb8\xa2\x28\xd3\x8f\x92\x10\ \xab\x67\xcf\xbe\x03\x11\x08\x8e\x19\x5b\x11\xd4\x20\xda\xd5\xdc\ \xd0\xd0\xdc\xe7\x28\x25\x95\x95\xd9\x01\x1d\x18\xeb\xdb\xfb\xf6\ \x07\x6d\x69\xb7\x7c\x7d\x16\x6f\x7c\xff\xce\xdf\xdc\x67\x17\xcc\ \x9a\x35\xae\xb0\x75\xcf\xbb\x77\xfc\xfc\x83\x2f\x7f\xe7\xdf\x66\ \x17\xe8\x9d\x4d\x35\x0d\x2d\xed\x36\x6a\x79\xa5\x95\x85\xe9\x1e\ \x09\x54\x18\x6d\xbb\xf6\xd6\xda\x5a\xc6\xb8\x71\xa5\x5e\x82\x2e\ \x58\x97\xc2\x58\xa4\xa5\xfa\xc0\xa1\x3e\xbb\xbe\x8d\xa8\x9a\x14\ \x30\xe1\x8c\x0b\x73\x94\x1c\x14\x48\xa5\x51\xbd\x77\x7f\x7b\x84\ \x87\xb2\x72\x8b\x0b\xf3\x73\xab\xe6\x5f\x96\xef\xf1\xf2\x8e\x0f\ \x3f\x58\x7b\x28\x6d\xac\x53\x9a\x3b\x7e\xf2\xa2\xb9\x79\xeb\x5e\ \x7a\x6b\xef\x84\x8b\x26\x82\x48\x21\xc0\x7e\x0c\xf1\x04\x50\x14\ \xe5\xfd\xf7\xdf\xdf\xbc\x79\xf3\xd5\x57\x5f\x1d\x0c\x06\xdd\x66\ \x44\x09\xc3\xbd\x83\x01\x9c\xf8\x41\x7e\xfe\xe0\xad\xdb\x75\x00\ \x44\xb4\x71\xf5\xf3\xaf\xa6\xcd\x58\x58\xec\xeb\xaa\x3d\x58\xd7\ \x15\x75\x7c\x99\x05\x15\xa5\xf9\x2a\x91\x66\x57\xe3\xbe\xea\x26\ \xae\x84\x2a\x2a\x4b\xc3\x01\x8f\xd5\xd9\xb4\xf7\x60\x03\x4d\x2b\ \x18\x57\x5e\xa4\x48\xb3\xa3\xa9\xbe\xa1\xb9\x9d\x06\x72\xbc\x9d\ \x8d\xef\xaf\xd9\x5c\x54\x91\x55\x98\x93\x37\xa6\x24\x57\x21\x38\ \x1c\x87\x36\x91\x8a\xe8\x57\x49\xf8\xa9\x14\x68\x1f\x25\xdc\x57\ \x11\x0f\xd2\x00\x58\xdd\x35\x87\xba\xcb\x2e\x3a\xfb\x82\xc5\x15\ \xee\x7f\xdb\x76\xbd\x79\xff\xca\xd7\x58\x5a\xb8\xb3\xb9\x73\xce\ \x95\xb7\x2d\x2e\xeb\xbe\xe7\x57\xf7\x9b\x99\x85\xa1\x40\x71\x4e\ \x71\xce\xd6\xd5\xf7\x3d\xbb\xad\xaf\x20\x2b\x5c\x31\x27\x77\x61\ \xc6\xfa\xe5\x8f\xee\xff\xce\xed\xdf\x13\xfb\xdf\xfe\xc3\x3d\x4f\ \x3b\xc1\x0c\xa3\xb3\x7b\xea\x05\x5f\xb8\x61\x71\xe9\x2b\xf7\xdd\ \xf9\x7a\x7b\x66\x49\xd8\xa8\xe9\xf5\xdf\xf4\x6f\xdf\x3d\x25\x5f\ \x13\xc0\x14\xb3\xed\xd9\xbb\xee\xd8\x64\x17\xe5\xe9\xdd\x8d\x22\ \xff\xeb\xdf\xfd\x4e\xe1\xa1\x0d\xbf\xbe\x67\xf3\x37\x7f\xf6\x9f\ \xe3\x3c\x35\x7f\xfe\xed\x3d\xf3\xbf\x75\x7b\xe5\xc1\x87\xef\x78\ \xa2\x66\x7c\x45\x66\x7d\x5d\xab\x3f\x23\x3f\xcb\x6f\x1f\x3c\xd8\ \x73\xfe\x6d\xdf\x3f\x7f\xa2\x8e\xbc\x73\xcd\x8b\x7f\x6b\xf0\x19\ \x4d\xbd\xbe\x6b\xbf\xf5\xed\x53\x8b\xcd\xa7\x1f\xfc\xcb\xd6\x2e\ \xcd\x6b\xb5\xff\xad\x60\xee\xb7\x6e\x5a\xfc\xee\xd3\xbf\x5b\xb5\ \x45\x96\x15\x97\x2e\x4e\xcf\xcf\x09\xfb\x28\xc1\xbd\x9b\x77\x2a\ \x05\xd3\x2b\x3c\xf2\xc5\x27\x1e\xe9\x28\x3c\xe7\x97\xdf\xbe\xd8\ \x03\x00\x17\x2c\xc9\xb8\xf3\xff\x3d\xfe\xc4\x9b\xd3\xbf\x35\xf7\ \xe9\x3f\xdc\xb9\x59\xe6\x17\x7a\xba\x9a\xac\xdc\x5b\xff\xdf\x77\ \x26\x68\xb5\x8f\xdc\xfb\x40\x3d\x86\x49\x57\xf3\x6b\x13\x2f\xb8\ \xed\x9a\x79\xaa\x70\xa8\xa2\x75\xed\x7b\xed\x37\x77\xaf\x12\x59\ \xe5\x5a\xe7\xbe\x6e\x67\xbc\x47\x83\x6d\x2f\x3e\xba\x3e\x74\xc1\ \xf7\xae\xf3\xbd\x78\xff\xaf\xff\xbe\xc7\xce\x4f\x83\x3d\xf5\xfc\ \x4b\x3f\xfa\x79\x51\xf5\x1b\x7f\x5e\xe3\xff\x9f\x6f\x9c\xe6\xd1\ \xc5\x9e\xcd\xeb\x78\x73\x59\xd6\xf8\xf1\xb3\xa6\x15\x6d\xd8\xf0\ \x41\xef\x45\x93\x02\x80\xa9\x30\xc3\x47\x6e\x5a\x94\xd2\x8d\x1b\ \x37\xae\x5c\xb9\x32\x1a\x8d\x5a\x96\x75\xfd\x0d\x37\xf8\x7d\x3e\ \xf7\xb2\x0d\x89\x7f\x21\xf6\x67\x2d\x93\x1d\x8c\x91\xf0\xa0\x01\ \x11\x88\xe2\xf3\xf9\x7c\x5e\x7a\x60\xcd\xaa\x5f\x3e\xb6\x6d\xec\ \xd8\xdc\xa6\x83\x2d\x73\xae\xfa\xe6\xe5\xb3\xd9\xb2\xdf\xde\xdd\ \xee\xcf\x0b\xfb\x73\xfc\xf9\xa5\xde\xbe\x6d\xcb\xee\x7b\x22\xea\ \xcb\x88\xb6\x36\x97\x2d\xba\xe9\xfa\xd3\x02\x8f\xfd\xee\xf6\x3d\ \xa4\xa0\x62\xfc\xac\xd3\xc7\x69\x8a\xd9\xba\xf1\xdd\xb7\x9b\x26\ \x9c\x5a\x5a\x92\xaf\x82\x18\x1e\xc5\x40\xd7\x25\x4f\xc2\x83\x3e\ \xa1\x70\x5f\x51\x22\xa2\x14\x1c\xbc\x15\xd7\x5f\x73\xe1\x43\x4f\ \xdd\xf5\xd3\x4d\x65\x27\x9f\xb9\x74\xd1\xcc\xac\x37\x5e\x78\xb2\ \xc9\x7f\xf2\xf5\x67\x4d\xdd\xf3\xca\xfd\x7f\x7d\xf9\xb5\x49\x97\ \x14\x1f\x68\x15\x97\x5e\x7f\xcd\xa2\x49\x79\x54\xb6\xad\xde\xb3\ \x4b\x2b\xbb\xe4\xe6\xeb\x16\xa7\x7b\x95\x8e\x6d\x82\x31\x85\x71\ \xe3\xad\x27\x9e\x64\xd3\x2e\xff\xe1\xf5\xa7\xb7\x7e\xf0\xd8\x4f\ \x1e\x7a\xfa\x94\xa9\xb7\xc4\x4c\x76\xfa\xa5\x5f\xbc\x7a\x6e\xf6\ \x8a\x9f\x7e\xef\xf5\xb7\xf6\x9c\x72\xed\x34\xe4\x52\xf2\x58\xb7\ \xe1\x39\xe7\xc6\xaf\x9e\x3f\x99\xdd\xfb\xbd\xff\x7a\x73\x43\xdd\ \xf5\x63\x55\x5d\x57\x5d\x86\x34\x5d\x63\x44\xf4\x75\xf7\x16\xcc\ \x5a\xfa\xbd\x2f\x9f\xf3\xf2\x1f\xff\xf3\x55\x71\xca\x7f\x7c\x6b\ \xd1\x5b\xcb\x7f\xf0\xd7\xf5\xdb\xce\x19\x5f\x09\x2c\xf3\xfc\xeb\ \xbf\x7e\xd1\x44\xff\xea\x7b\x7f\xf2\xcc\x2b\xeb\x73\xa7\xf6\xbe\ \xf4\x7e\xe7\xf9\x37\x5f\x9d\x1b\xdd\x79\xcf\xb2\xd5\x1f\x9e\x31\ \xad\xb7\xcf\x9a\x71\xd1\x2d\x5f\x5d\x3c\xc1\xb6\x4c\xc7\x76\x74\ \x5d\x34\x74\xf4\x78\x0b\x72\x00\x3b\x77\x56\xcb\xa9\x17\x4c\xf7\ \x80\xb0\x4c\x87\x79\x3c\xb3\xa6\x8d\x5f\xf3\xca\x8e\x4e\x73\x66\ \xaf\xed\x3f\xfb\x86\x6f\x5d\x34\xd5\xf8\xe3\x7f\xfe\xf4\x8d\xad\ \x4d\x3e\xf3\xd9\xb5\xd5\xe2\x9a\x9b\xce\xd0\xeb\xde\xfe\xd3\x33\ \xab\x76\x2d\x99\x3d\x2d\x8d\x52\x88\xbc\xb6\xea\xef\x6c\xd2\x95\ \x3f\xfd\xd2\x19\x9d\x1b\x56\xfe\xcf\x13\x75\x36\x97\x40\xa9\xa6\ \xd3\xd6\xbd\x6f\x3e\xbd\x49\x7e\xf5\x27\x3f\x99\x9e\xde\x74\xc7\ \x7f\xde\xd5\x1d\xb5\x8b\x29\x55\x18\x41\xc9\x25\x64\x5c\x70\xc3\ \xad\x67\x96\x05\xb9\x84\xae\xdc\x2c\xdb\xa8\x6b\x37\x30\xa0\xc8\ \x14\xa4\xdb\x47\xfa\xf1\x52\xca\xd2\xd2\x92\x6f\x7f\xfb\xdf\x18\ \x53\x84\xe0\x0a\xa3\x52\x0a\x4a\xc9\x30\x0c\x55\x77\x44\x49\x02\ \x0f\x3a\x19\x95\x65\x58\x7f\x3b\x4a\x89\x12\x01\x09\x88\xbe\x9e\ \xae\xcc\x59\xe7\x7f\xef\xd6\x25\x7b\x56\xff\xf6\xae\xb5\x6f\xce\ \x1b\x33\x75\x5f\x43\x74\xc1\x6d\x97\x7f\x6e\x56\x09\x03\xeb\xd5\ \x65\xab\xb6\x44\xb2\xbf\x7c\xde\x82\xb6\xcd\xcf\x3d\xfc\xd7\x97\ \x16\x8e\x5b\xd2\xe7\x84\x2e\xfb\xfa\x77\x4f\xaf\x08\x35\x6c\x78\ \x4a\x29\x9c\xf1\xc5\x6f\x7c\x25\x57\xe5\x96\x6d\x8f\x62\xfb\x91\ \xfe\x91\x4d\xe0\x42\xcc\x9d\x50\xb8\xaf\x32\x8e\xfb\xca\x05\x8c\ \x39\xed\x73\x3f\x39\x69\xfe\x8e\x8d\x6f\x3f\xf2\xe8\x6f\x9a\xdb\ \xae\x70\x7a\xa3\xa8\x74\x6c\x7e\xff\x7d\x1e\x9c\xb8\x68\xec\xb8\ \x8c\xa2\xc9\x5f\xb9\xba\xe1\xb9\x47\x7f\xfb\x5e\xd6\xd4\xcf\x5f\ \xf7\xb9\x4b\x6f\xb8\xf5\x99\xa7\xfe\xfa\xf3\x9f\x6f\x98\x77\xfe\ \x0d\xf3\x43\x94\x00\x38\x46\x5f\x73\x8b\x18\x7b\xe6\x18\x06\x90\ \x5d\x31\x29\x8d\x6f\x39\xd4\x16\x65\x8a\x82\xd2\x01\xf0\x14\x67\ \x85\x6a\xa2\x3d\x1c\xa5\x10\x12\x84\x24\x94\x22\x77\x80\x84\x8b\ \x32\xfd\x07\x22\x3d\x8e\xc4\x78\x3f\x27\x02\x00\x0a\x21\x10\x08\ \x45\x61\x03\x64\xa7\x87\xf5\x56\x13\x00\x02\xe9\x99\xbc\xce\xb0\ \xb9\x20\x44\xf1\x68\x0c\xc0\x53\x5e\x59\xf9\xd2\xfa\x96\xba\xe6\ \x98\xc9\x65\xc3\xae\xcd\x8d\xdc\x99\xb3\xf4\xec\xc2\x80\xac\x93\ \x84\xa0\x8b\x15\x2b\x10\x10\xd1\xe1\x42\x00\x45\x00\xe6\x53\xec\ \xde\xbe\x3e\x00\x06\xe0\x30\x80\xde\x9e\x3e\x49\xfd\x0c\x05\x50\ \x2a\xb9\x0d\x24\x98\x9f\x95\x51\x1f\xe9\x6d\x6b\xe9\x90\xc2\x3e\ \xb0\x6d\xa3\xb0\xf5\xb3\x96\x9c\x91\xc6\x38\x17\x0a\xc1\x9e\xfa\ \x6e\x2c\x9e\x33\x86\x01\x28\x9a\xa6\x50\x14\x42\x48\x44\x40\xd9\ \xde\x54\xcd\x4a\x2a\xcb\x72\x55\x30\x24\x63\x14\xa4\xfb\x1f\x14\ \x9c\x23\x48\x29\x1c\x90\x8e\xe0\x54\x02\x05\x14\x0e\x17\x82\x88\ \x14\x04\xec\xc7\xa1\x50\x28\x94\x98\x5b\xcd\x39\x77\xf1\xa0\x25\ \x4a\x4c\x46\xd4\x20\x80\x80\x52\x0a\x44\x74\xf3\x4d\xfd\xc9\x88\ \x81\xf4\x44\x92\xb6\xa1\x42\x48\x57\xc6\x00\x80\x82\xb4\x01\xc2\ \xb9\x05\xc4\x69\x86\xcc\x93\x6e\xbb\xa9\xe6\xc9\xe7\xee\xde\xf2\ \xfa\x84\x1b\xae\x5f\xd4\xd1\xdb\x2d\x84\x67\xdb\xa6\x0d\x82\xe7\ \x9c\xb3\x78\x9a\x07\x2d\xa4\x0c\x25\x07\x00\x29\x05\xa2\x74\x1c\ \x14\x84\x8f\x92\xe1\x1a\x8a\x0a\x7d\x22\xe2\xbe\x4a\x09\x14\x79\ \xb4\xa6\xa9\xd1\x17\xce\x9e\x3c\xe7\x8c\x93\xde\x7d\x75\xdd\xfe\ \xf6\x53\xb3\xb2\x7c\xea\xd8\xcb\xaf\x5b\xa2\x38\x31\x21\x28\x08\ \xbb\xf2\xb4\xcb\xfe\x63\xda\xf4\x5f\xfd\xec\x17\x4f\xbe\x37\xf1\ \x1b\x0b\xc7\x5f\x7d\xdb\x77\x3f\x7c\xe6\x37\x7f\x7a\x62\xd5\x98\ \xeb\xcb\x29\x0a\x50\xbc\x45\x45\xfa\xba\x0f\x36\x2e\x3e\xe9\xec\ \x96\x0f\xde\xeb\xd2\x42\xf9\x99\x5a\xb5\xc3\x55\xce\x11\x1c\x47\ \x4a\x44\xc9\x39\x97\x5c\x02\x17\x52\xa2\xe0\x0e\xa0\xcd\xa5\x94\ \x52\xea\xde\x00\xeb\xad\xdd\x5f\xd7\x52\x5a\x64\xda\x0e\x97\x42\ \x48\x29\xa5\xe0\x0e\x80\xe0\x52\x0a\xce\xc1\x11\x42\x02\x48\xc9\ \x39\xe7\x96\x11\x33\xac\x9e\xde\x75\x1b\x3e\x0c\x96\x5e\x56\x9e\ \xdf\xe6\xf7\x78\x67\x9d\x7d\xd9\xb4\x6c\x66\xda\xd2\xaf\xc5\xde\ \xb6\xb9\xe0\xdc\x71\x1c\xce\x39\x00\x71\x04\xcb\x08\x04\xcc\x43\ \x1d\x1c\x4e\x9a\xb3\x60\xcc\x6f\x5f\x79\x72\xcd\x84\xcc\x69\x85\ \x81\x8e\xea\x0d\x8f\xbd\xb1\xa7\xec\xec\x6f\xa6\xa1\xc5\xa5\x94\ \x9c\x03\xd8\x9c\x0b\xc9\x21\xb3\x38\x47\xdb\x11\x9d\x7f\xd1\xb5\ \x95\x5e\x1e\x75\x50\xa5\xd2\xb6\x6d\xd0\x03\x63\xf3\x94\x37\xd6\ \xaf\x6d\x99\x73\x89\x8c\x99\x8e\xc3\x05\xe7\x52\xa2\x14\x32\x9c\ \x55\xc2\xab\xd7\xed\x3c\xd8\x7d\x92\xbf\x3b\x6a\xb9\xda\x4f\xa2\ \xe4\x40\x19\xa2\xd9\x78\xa8\x33\x92\x21\xa5\x1e\x8c\xb6\xb5\x31\ \x25\x1c\x52\x04\x77\x78\xca\x8f\x38\xac\x0f\x41\xfa\xe3\xe2\x62\ \xd0\x6b\x42\xa4\x94\x28\xdd\xfc\xd9\x80\x3b\x1c\xb7\x7b\x51\xba\ \x38\xf1\x30\x18\xf7\x15\x06\xcd\xa1\x22\x42\x08\xd7\x46\x46\x89\ \x52\x72\x2e\xc0\xe1\x1c\x50\x98\x16\x2f\x99\x71\xfe\x7f\x4c\x9e\ \x71\xd7\x1d\xff\xbd\xf2\xbd\x71\x0b\x72\x0a\xbc\x3d\x79\xe7\x5d\ \x79\x55\x1a\xb1\x38\xa8\xac\x7b\xa7\xc3\xa5\x70\x1c\x21\x39\x65\ \x0a\xef\x6e\x6d\xef\xec\x0e\xf8\x25\x61\x0a\xa5\x00\x38\x42\x3f\ \x41\xfc\x1d\x42\xa4\x8c\xdb\xe5\x27\x92\xbd\x20\x11\x01\x08\xb1\ \xda\xde\x78\xe6\xd1\x1d\xcd\x96\x02\xb6\x01\xd9\x17\xde\x74\xea\ \x49\x9e\x92\xfa\x3f\x3f\xf2\xe3\x1f\xbc\xad\x7a\xd2\x16\x7e\xee\ \xba\x93\xd2\xeb\x1e\x58\xfe\xb7\x28\x23\x91\xe0\x94\x4b\x2a\x3c\ \x6f\xad\xba\xe7\xed\x3d\x3d\x68\x45\xa6\xcc\x3e\x23\x44\x9a\x05\ \x4a\x4b\x78\xe6\x5e\x72\xc5\xee\xfb\x9f\xfc\xf9\x0f\xd7\x08\x9b\ \x9d\x7d\xe9\x8d\xe5\x7e\xf1\xa6\x00\x45\x4a\x21\x85\x1b\xb1\x75\ \x47\x38\x80\x90\xae\x41\xe7\x4e\xfe\x94\xdc\xd1\x72\xc6\x9f\x33\ \x2f\xef\xe9\x7b\x6f\x7f\xdb\x4f\x3b\x30\x9c\xe6\x21\x5c\x00\x02\ \x4a\x74\x07\xde\xa2\x40\x29\x10\x41\x4a\x41\xbc\x59\x21\xfa\xe2\ \xb2\xdf\xbc\xc7\x6c\x11\x9e\x70\xc3\x19\x53\x0a\xd2\xad\xf3\xe6\ \xec\x5d\x7e\xe7\x4f\x82\x5e\x2d\x6f\xea\x99\x37\x7e\x6e\x26\x21\ \x80\x28\x85\x90\xee\xa6\x6c\x5a\x6a\xe5\xd8\xe2\xe7\x5f\xd8\x5e\ \xd7\x77\x66\xd5\x82\x6b\xaf\xe9\x59\xb1\xea\x9e\x3b\x9f\xf7\xa8\ \xa6\xe1\x14\x9f\x7c\xc5\xb5\x0b\xc7\xda\x46\xad\xcb\x0f\x48\x89\ \x80\xc2\xb6\x8a\x17\x5f\x74\xfa\x8e\x65\x77\xfd\xe4\x87\x7e\x9f\ \x5a\x74\xca\x45\x9f\x5f\x34\x95\x08\xc7\xb2\xd4\xd3\x2e\xb9\xfc\ \xc0\xf2\xc7\x7e\xf1\xe3\xad\xaa\xd5\x21\x33\x66\x79\x88\x94\x08\ \x8e\xed\x64\x8d\x9d\x77\xe9\xc9\x1f\x3e\xfe\x87\x9f\xbd\x1c\xa2\ \xfb\x3b\xcd\x53\x5c\x39\x94\x8e\xad\xe6\x9f\x36\x63\xfc\x8a\x07\ \x7f\xbd\x33\x6f\xcc\xe5\xb7\x5c\xd7\xb6\xab\x29\x5c\xba\x38\x84\ \x8e\x9d\x9a\x62\xfb\x11\x7a\xa1\x3f\xb3\x2e\x84\x3b\x02\x54\x0a\ \xc1\x18\xa3\x94\x4a\xca\xdc\xc1\x32\x43\x90\xb1\xfa\x81\xe2\xe3\ \x4b\x70\xc0\x8f\x88\xeb\x85\x01\xef\xc4\xad\x20\x71\x47\x89\x00\ \xa2\xe0\x52\x08\x64\x4c\xb1\x3b\xf6\x2e\x7b\xe4\x89\x36\x09\x11\ \x52\xba\xb0\xbc\x70\x56\xee\x45\xbb\x6b\x96\xdd\xfe\x5f\x3f\xf0\ \xa9\xfe\x59\x4b\x2f\x3f\x77\x3c\x23\x00\x28\xa4\x6d\xda\xe1\xe2\ \xc9\x33\xf2\xde\xba\xe7\x97\x3f\x29\x9a\xb0\xe0\xc6\x2b\x17\x85\ \x35\x31\x42\xaa\x21\x8e\x06\x0d\x04\x88\xa4\x14\x51\x62\x52\x95\ \xd0\x91\x5f\x99\x23\xc3\x83\xbe\x6f\x6d\xe4\xd1\x75\x87\xc5\x83\ \x1e\xa7\xff\x57\x12\x1e\xf4\x87\xdb\xb6\x4c\x9c\x3c\x95\x10\x22\ \x05\x37\x23\xbd\xdd\x7d\x51\x81\x34\x90\x9e\x95\xe6\x53\x90\x50\ \x6e\xf4\xb6\x77\x74\x0b\xaa\xa5\xa5\x67\xe8\xc4\xee\xea\xec\x36\ \x39\xfa\xd3\xb2\x33\x03\x4a\x5f\x77\x47\x77\xc4\xa4\x9a\x3f\x2b\ \x3b\x53\x71\xa2\xbd\xa6\xf0\xf9\xfd\x9a\xc2\x84\xd1\xd3\xd2\xde\ \xa7\x05\xd3\xb3\xd2\x03\xd2\xb1\x62\xd1\x18\xd1\x7c\x5e\x9d\xd9\ \xd1\x88\x4d\x34\xbf\x57\x03\x44\x40\x11\x8b\x1a\x8a\xd7\xa7\x2b\ \xd4\x8a\x46\x38\xf3\xf8\xbd\x3a\x45\xde\xd5\xde\x16\x75\xd0\x17\ \x0c\x87\xfc\x1e\x61\x45\x2d\x54\xfd\x3e\x0f\x37\x22\xa6\x50\x82\ \x7e\xdd\xb1\xa2\xa6\x60\x01\x9f\xee\x18\xd1\x9e\x9e\x3e\x87\xa8\ \x19\xd9\xd9\x7e\x15\xb8\x20\x2a\xe5\x1d\x6d\xed\x51\x4b\x78\x82\ \x69\xe9\x41\x8f\x19\x8d\xa0\xea\xf5\x6a\x4a\xff\x38\x30\xa6\xca\ \xb6\xe5\xbf\xb9\x8b\x9e\x76\xd3\x8d\x67\x56\x82\xe0\x3d\x1d\x6d\ \x3d\x51\x5b\xf5\x87\xb2\x33\xd3\x88\x70\x84\xe0\xb1\xa8\xc1\x3c\ \x7e\x8f\x46\xcc\x48\x54\x30\x3d\xe0\xf3\x50\x34\xdb\x5b\x3b\x0c\ \x0e\xbe\x50\x7a\xd8\xaf\xc7\x07\x98\x29\x2a\xd8\x7d\xad\x6d\xdd\ \x0e\x51\x42\xe1\x34\xbf\x47\xb5\x63\x11\x4e\x74\x9f\x87\xd9\x46\ \xb4\x2f\x6a\xf4\x36\x6d\x5e\xfe\xc4\x07\x17\x7e\xeb\xfb\xa7\x66\ \x58\x9d\x26\xfa\xfd\x7e\x15\xed\xce\x8e\x76\x8b\x05\xbc\x91\x9d\ \x77\xdf\xff\xc6\xa2\xaf\xfc\xdb\xa9\xf9\x9a\x9d\xb2\x16\x3e\x46\ \x54\x9c\x51\x65\xf3\x96\x4d\x2f\xbe\xf8\xb2\x94\x32\x3f\x3f\xff\ \x8a\xcb\x2f\x0b\x06\x43\x4c\x61\xd1\x48\x5f\x7d\x5d\xed\x50\x3c\ \xe8\x48\x64\x5c\xd5\x04\xd3\x30\x5c\x73\x22\x61\x0d\x0f\xaf\x30\ \x40\xc9\xa3\x31\xcb\xe3\xf7\x83\x1d\x33\xa5\x12\xf0\xe9\xd2\x31\ \x63\xb6\xf4\x7a\x94\xbe\xce\xae\x98\x23\xbd\xa1\xcc\xac\xa0\x8e\ \x94\x81\x1d\x6d\x6b\xef\xb4\x91\x85\xd2\xd2\xfd\x3a\x89\x46\x0c\ \xcd\xe7\x57\x29\x21\x94\x4a\x3b\xda\xde\xd1\x03\x7a\x30\x33\x2d\ \x40\x61\xc8\x5c\x6b\x4c\x40\xc6\xbb\x1d\x53\x8a\xa2\x1a\xc6\xa7\ \x83\x07\x7d\x84\xf6\x02\x25\xa0\x30\x18\x0d\x9c\x42\x61\x30\xb8\ \xac\x89\x24\xd9\x5d\xa0\x07\xc2\x79\x81\x30\x21\x20\xa5\x70\x38\ \x47\x44\xaa\xfa\x72\x0b\x02\x24\xee\xf0\xeb\x59\x79\xf9\xee\x0c\ \x0f\x87\x4b\x6f\x28\x2b\x90\x46\x10\x50\x0a\x47\x32\x3d\x1c\x24\ \x42\x48\xee\x48\xa2\x05\xf2\x8b\x42\x80\x52\x38\x36\x22\xf1\x05\ \x43\x20\x85\x14\x52\xf5\x05\x34\x48\x8c\xe2\xa2\xfe\x50\x08\xa5\ \x90\x12\xb5\x40\x50\x47\x94\x82\x4b\x42\xd2\x72\xf2\xd2\xdd\xd8\ \xb2\x90\x8a\x27\xa0\x02\x4a\xc1\x15\x8f\x3f\x48\x50\x0a\xa9\xe8\ \xfe\x90\x3b\x9b\xcc\x1b\xcc\xf1\x87\x08\xa0\x94\xd2\x71\x10\x00\ \x6c\x24\x69\xd9\xb9\xe9\xae\x0d\x22\xd1\x1b\x08\x41\xdc\x9d\x73\ \x05\xc1\x91\x5a\xce\x92\x73\x4e\x7f\xbd\xba\xae\xc7\x2e\xf7\xa1\ \xf0\xa5\x65\x05\xd2\x09\xa2\x94\x8e\xe5\xe6\xc8\xfd\xa1\x20\x4a\ \x29\x04\xea\x81\x00\x41\x14\xdc\x91\x44\xcd\xc8\xcd\x77\x47\xf5\ \x25\x0e\x25\x1c\x9b\x30\x6f\x4e\x81\x8f\xc4\xcf\x25\x35\x5f\xc0\ \xcb\x98\xd3\x55\xbf\xfa\xf1\x95\x7b\xfa\x18\xc6\xa2\x63\xe6\x9e\ \x33\x35\x87\x71\xf4\x84\x03\x20\x84\xc3\x09\x4b\xcf\x29\xd0\x54\ \xb2\xe7\x9d\xae\xca\x39\x4b\x4e\x2a\xf0\x59\x8e\x9d\x5a\xf5\x1f\ \x27\xee\xc8\xd1\x99\x36\x75\x6a\x77\x77\xf7\xb6\x6d\xdb\xcf\x3b\ \x77\x69\x30\x14\x14\x82\x53\x49\x10\x87\xc2\x9c\x24\x4a\x05\xe2\ \x3e\x46\x7f\xe4\x11\x10\x25\x0c\x53\x0d\x54\x09\x85\x54\x29\x25\ \x78\x5c\x89\x12\x44\xd1\x43\x1a\x11\x12\xd3\x73\xf2\x32\x09\x20\ \x22\x97\x02\x84\x20\x4c\xcf\xce\x2f\x24\xf1\x5b\x0d\x81\x50\x28\ \x3e\x9f\x42\x08\xa2\xfa\x72\x0b\x02\x80\x52\x0c\xae\xbc\x45\x70\ \x0d\x99\xfe\x22\x68\x40\x02\xc4\x8d\x7d\x8c\x0c\xcd\x82\x28\xa5\ \xa4\x94\x0d\xb6\xe2\x47\x8d\x51\x1e\x89\xbd\x40\x08\x98\x0e\x5a\ \xce\xa8\xe6\x0a\x22\xa8\x8c\xf8\x74\x37\x6f\x02\x4c\x51\xb6\x6f\ \xdd\x52\x50\x54\x9c\x91\x99\xe9\x38\x76\x3c\x44\xde\x3f\x72\x93\ \xfc\x6b\xf5\x47\x10\x4a\xa5\xe3\x00\x65\xff\x94\x66\x5c\x29\xa2\ \x7d\x3d\x51\x93\x33\xdd\x9f\x91\x11\x66\xc8\x05\x8e\x10\x07\x67\ \x8c\xa5\x7a\x4e\x3e\x7e\x7c\x21\xe1\x05\x98\x96\xe9\xf7\xfb\xdd\ \x08\x9f\xae\x7b\xea\x6a\x6b\x4d\x33\x36\x7e\xfc\x84\x84\xbd\xd0\ \xd9\xd9\xd1\xd8\xd8\x30\x75\xea\x74\xce\xf9\x60\x3c\x68\x38\xca\ \x7d\x53\x38\xf8\xbc\x40\x08\x00\x6a\xba\xa7\xb1\xbe\x3e\x1a\xe9\ \xad\x9a\x30\x69\xb0\xbd\x40\xd7\xbf\xb7\x26\x33\x33\x2b\x2d\x3d\ \xc3\xfd\x0a\xa5\x94\x31\x16\x89\xf4\x39\xb6\x53\x56\x51\xf9\xe9\ \xd8\x0b\x88\xe0\x55\x89\x5f\x3b\x5c\x35\x32\x22\x24\xf4\x1b\x4a\ \x59\x58\x54\xbc\x7f\xff\x1e\x29\xc7\x84\xc3\x69\x83\xac\xa1\x7f\ \x39\xf1\x45\x94\x54\x51\xfe\x59\x3f\x8b\xb2\x60\x46\x76\x28\x7e\ \x51\xb9\x1c\x61\x52\x04\xa1\x8c\x02\xa4\x94\xc2\xc7\xbc\x59\x2e\ \x0c\x71\x7c\xd7\xf5\x79\xbc\x82\x0b\x00\x02\x88\x8d\xf5\x75\x2d\ \x87\x9a\x26\x4d\x9e\x9a\x68\x37\x90\x52\xa6\xa5\xa5\xb7\x34\x37\ \xed\xde\xb5\xbd\xa4\xa4\x9c\x29\x2a\xe0\x31\x10\xe4\x01\x9e\xfb\ \x27\x49\xf4\x43\x43\x43\x73\x43\x43\x53\x63\xfd\xa4\xc9\x53\x86\ \xb5\x48\x20\xa3\x2c\x1a\x8d\xea\x1e\xaf\xcf\xe7\x73\x9d\x08\xd3\ \x34\x6d\xd3\x62\x8a\xf2\xa9\xd9\x0b\x47\x40\x8c\xb2\xae\xee\xce\ \xfa\xda\x1a\xdb\xb6\x09\xa1\xd0\x9f\x2a\x4c\x51\x8a\x8e\x8b\x18\ \x43\xd2\x0a\x73\xff\x7a\xbd\xde\xd2\xf2\x0a\xbf\x3f\x90\x9c\x20\ \x24\x84\x20\xca\xba\xda\x9a\xce\x8e\x8e\xc1\x5f\x3c\xb6\x3c\xc7\ \x79\xf0\x78\xbc\xa5\xe5\xe5\x81\x40\x70\x78\x52\x73\xf7\xce\xed\ \xc5\x25\x65\x75\x75\x35\x8a\xc2\x14\xa6\x12\x82\x8c\xa9\x39\x79\ \x05\x5d\x9d\x6d\xf9\x05\x45\xc3\x95\xda\x51\xca\x47\x08\x29\xd2\ \xd2\xd2\xd3\x33\x32\x53\x98\x4d\x29\x3a\x41\x4c\x09\x90\x52\x0c\ \x59\x60\x6e\x8b\x4d\x79\xc5\x98\x8a\xca\xb1\x27\x0a\xcf\x09\x63\ \x27\x33\x2b\x3b\x10\x0c\xf5\x74\x77\x09\xce\x35\x5d\x0f\x85\xd3\ \x28\xa5\x9d\x1d\xad\x23\x87\x08\x8f\x1a\xd3\x52\x4a\x90\xa9\x22\ \x9b\x14\x9d\xf0\x0a\xe3\x53\x6b\xa2\x3f\xba\x24\x84\x50\x35\x2d\ \x2f\xbf\xc0\x9d\x90\xe1\x96\x6f\x8d\xf6\x61\x25\x75\xa3\x53\x94\ \xa2\xcf\x84\xb3\x44\x08\x77\x9c\x48\x5f\x9f\xa2\x28\x9c\x73\xaf\ \xd7\x7b\x98\x0f\x2b\x47\x9f\xb9\xd4\x1d\x4a\xd1\x89\x60\x16\xe0\ \x09\x27\xc6\x87\xe7\x59\x51\x94\xce\xce\xce\xbb\xee\xbe\x3b\x16\ \x8d\xa6\xa5\xa7\x7f\xfd\x6b\x5f\xf3\xf9\xbc\xc7\x5e\x2f\x10\x42\ \x1c\xc7\xc1\x94\x2b\x91\xa2\x13\x81\x28\x63\xca\x48\x79\x25\x17\ \xb8\xcd\x71\x9c\xe3\x30\xe7\x33\x1a\xcf\xae\xd2\xe0\x9c\x67\x65\ \x65\x5d\x7e\xf9\xe5\xab\x57\xaf\xbe\xe4\xe2\x8b\x83\xc1\xa0\x6d\ \xdb\xa3\xc5\x4c\x8f\x1e\x1e\x74\x77\x77\xa7\x6d\x73\x85\xb9\xc9\ \x88\x21\x81\xdc\x94\x11\x91\xa2\x63\xb3\xc5\x26\x49\xe0\xa0\x25\ \xe2\x38\xdc\xeb\xf3\x86\xc3\x69\x72\x30\x1e\xb4\x65\x5b\xbd\xdd\ \xdd\xfd\xf5\x82\x43\x12\x19\x47\x47\x92\x47\xe6\x19\x11\x84\xe0\ \xba\xc7\x1b\x0e\x87\x47\x6c\xc7\xb6\x2c\xd3\xe3\xf1\x4e\x9c\x30\ \xa1\xb2\xa2\x42\xd7\x75\x29\xa5\x63\xdb\x40\xe2\x03\x39\x3f\x05\ \xbd\x80\x00\xba\x42\x34\x76\x98\x71\xd6\xc0\x25\x18\x4e\x1c\x1f\ \x82\x10\xda\xdb\xd3\x2d\xb8\x28\x2d\x2b\x63\x2c\x15\xd1\x48\xd1\ \x09\x40\xb6\x6d\xd7\xd7\xd5\xa8\x8a\xea\xf5\xf9\x12\xb8\xcf\x42\ \x88\xae\x8e\xf6\xec\xdc\xbc\x70\x38\xfd\x38\xe4\xd9\x71\xec\xfa\ \xba\x9a\x58\x94\xf9\xfc\x81\x64\xd5\x40\x29\xf5\xf9\xfc\x8d\x0d\ \xf5\xe3\xab\x26\x72\x87\xab\xaa\x2a\x11\x29\xa5\x1d\x1d\x6d\x1e\ \xaf\x77\xc4\x65\x7c\x24\xab\x54\x63\xb0\xbb\xd9\xd9\xdf\xca\xd5\ \x51\xea\xa0\xb9\x84\xbc\x10\x3d\xa9\x54\xe3\xf1\x2e\x35\xe8\xeb\ \xeb\x2d\x2d\xaf\x60\x4c\x19\xdc\x64\x82\x29\x3c\xe8\x14\x1d\x3f\ \x94\x0c\xa0\xaa\x69\x5a\x56\x56\x4e\x5b\xeb\x21\x7f\x20\x5e\xc2\ \x40\x08\x31\x62\x31\x45\xd5\xc2\xe1\xf4\x78\x7f\x75\x92\x57\x9f\ \x8c\x25\x7d\xac\x78\x56\x55\x2d\x2b\x3b\xb7\xb5\xb9\x29\x10\x0c\ \x25\xe7\x1a\x10\xb1\xa8\xa4\x6c\xdf\xae\x9d\x07\xf6\xed\x29\x28\ \x2a\x51\x55\xd5\xb6\xad\xb6\xd6\x16\xdb\xb6\xb2\xb2\x73\x46\xac\ \xbf\x38\x12\xbd\xa0\x2b\x64\x63\xad\xb5\x72\xfd\xe1\xfa\xa6\xe6\ \x8d\xd5\xe7\x54\xea\x03\x5d\xbe\x84\x30\xca\x92\x47\x86\xbb\x4a\ \x41\xa6\xc2\x0d\x29\x3a\x6e\x94\x42\x52\x97\x34\x12\x42\x86\x0f\ \xa7\x45\x40\x45\x51\x13\x28\x8f\xc9\x0b\xef\x78\xe0\x19\x00\x18\ \x63\xc3\x59\x71\xd5\xdc\xd8\xaa\xaa\xc6\x86\xfa\x3d\xbb\xb7\x2b\ \x4c\x25\x14\x7c\x5e\x7f\x7e\x41\x11\xa5\x74\x44\xe6\x8f\xb0\xde\ \x11\xf1\x23\x8a\xbc\x08\x40\x2a\xf3\x90\xa2\x14\x1d\x47\x8a\x8f\ \x52\x40\xe0\xdc\x41\x44\x4a\x09\x8b\x03\xde\x8f\xbc\x8e\x8f\xd0\ \xdb\x27\x04\x28\xf9\x88\x20\x44\xca\x37\x48\x51\x8a\x8e\x1f\x72\ \x53\x81\x09\x23\xe8\x23\x92\x9a\x47\x7e\x9a\xd4\xba\x4f\x51\x8a\ \xfe\x45\x49\x39\xbc\xf7\x42\x28\x3d\x0e\xbd\x81\xf8\xf0\x8c\x94\ \x66\xfa\x4c\x99\xc1\x40\x08\x3d\x1e\x67\x49\x63\x7c\x6a\x12\x8e\ \x68\xba\x53\x45\x3d\x4e\xcd\x07\xc1\xe5\x11\xd4\x41\x53\x4a\x0d\ \xc3\x88\x45\x23\xc7\x5b\xb2\x00\x11\x54\x55\x09\x04\x43\x8c\xb1\ \x54\x22\xe3\xb3\xa2\x14\x08\x11\x42\xf4\xf5\xf4\x8a\xe3\x6f\x88\ \x16\x21\xc4\xe7\x0f\x78\x3c\xde\x21\xc0\x8a\x44\x51\x45\x5f\x57\ \x7b\xfd\x01\x07\xc9\xf1\x56\xa1\x43\x00\x43\xb9\x85\xfe\xcc\x5c\ \x29\x46\xbe\x9e\x23\xc7\x1d\x09\x21\x7d\x7d\xbd\x86\x61\x64\x64\ \x64\x0e\xc1\x78\x39\x1e\x34\x83\x61\x18\x7d\xbd\x3d\x59\xd9\x39\ \x8c\x29\xa9\x7e\xed\xcf\x82\x52\x70\xb8\xd3\xd1\xde\x16\x0a\xa5\ \x79\x3c\xde\xe3\x8d\x3d\x21\x78\x67\x67\x87\xdf\xef\x0f\x04\x43\ \x89\x72\x5e\x42\xa9\xd3\xd7\xd3\xb8\xe6\x6f\x61\x26\xfc\x81\x60\ \x62\x39\x0e\xaa\x81\x3a\x76\x5a\x81\xdb\x4e\x87\xe1\x04\xa6\x9c\ \x9a\x51\x52\x29\x47\x52\xb5\x23\xdb\x0b\x8e\xe3\x44\xfa\xfa\x4a\ \xcb\x2a\x34\x5d\x3f\x0e\x05\x25\x14\x4e\xa3\x8c\x76\x77\x75\x66\ \x65\xe7\xa4\x2c\x86\xcf\x82\x66\xe8\xee\xec\x4c\x4f\xcf\xcc\xcc\ \xca\x3e\x3e\xf9\xf3\xf9\x03\xf5\xb5\xd5\x1e\x8f\x37\x11\xd5\xa3\ \x8a\xda\xba\x7d\x7d\x06\x58\x05\x2a\x42\xb4\x15\x08\x1d\x54\x12\ \x79\xf4\x85\xd6\x85\x7a\x4b\x3c\x97\x18\xd4\xf5\x03\x7b\xb7\xfa\ \xb3\xf3\x35\x4d\xff\x58\xf8\x0b\x6e\xdf\x15\x53\x14\x4d\xd7\x13\ \x88\xb7\x09\xc7\x7e\xc8\x08\xdd\x4f\xee\x04\x30\x46\x01\x50\x0a\ \xfc\x08\xd3\x2a\xb9\x5c\x24\x8e\x79\x3b\x50\x0d\x45\xc3\xe1\xb4\ \xce\xf6\xf6\x63\x55\x4c\x92\xa2\xa3\x6b\x2f\x80\x65\x59\xa1\x70\ \xda\x88\x03\xe9\xff\xa9\x1e\x2b\x63\x14\xfa\xd1\xa2\x87\x0b\x7f\ \xe2\x89\xae\xeb\x94\x52\xce\x9d\xe4\xf6\x04\x8b\x63\x69\xc0\x8b\ \x91\x76\xa4\x2a\x10\x11\xcf\xdb\xe3\x80\x4c\x1f\x1d\xaf\x3b\x8e\ \xec\x44\x00\x01\x49\xff\xd0\x3c\x14\xdc\xab\x7b\x54\xd3\x70\x4c\ \x53\xd3\xbd\x80\xe2\x63\xd9\x0b\x89\x24\x23\x26\x80\xa9\x13\x18\ \x97\x52\x02\xc0\x88\x33\x73\x29\x53\x28\x41\xc1\x85\x3b\xb7\x93\ \x31\x2a\xdd\x41\x91\xc9\x71\x18\xa7\x6b\xf7\xfe\x86\xac\x8a\xaa\ \x0c\x9d\x1c\x1e\xc3\x7c\x38\x14\xce\x80\x92\x42\x01\x40\x64\x4a\ \x23\x7c\x66\xc8\x15\xc8\x84\x34\x26\xea\xe2\x5c\x69\x1c\x04\x93\ \x4c\x28\x8b\xf7\xe0\x0c\x47\x4b\xfd\x64\x44\x29\xb4\xd4\xec\xee\ \x60\x39\x55\x85\x19\x52\xca\xe1\xdb\x7c\x62\x84\x04\x73\xd5\x01\ \x0e\xe3\xd9\x1d\x3a\x45\x5c\x6c\xb8\x38\x3a\x6b\x42\xb9\x7d\x1c\ \x85\x48\x29\x89\xe3\xb4\xf5\xa3\x4f\x33\x4a\x00\x51\xa0\x0b\xd3\ \x08\x03\xa8\xd4\xa3\xc4\x11\x10\xc8\xc0\x08\xcd\xc4\x88\x2c\x29\ \x41\x22\x0a\x31\x9a\xe9\x42\x47\xbb\x0f\x52\xc4\xaf\x78\x3f\x00\ \x6e\x7c\x9e\x06\x8e\x72\x24\x42\x20\xd6\xdd\xd2\xd4\xd6\x23\x09\ \x21\x84\x48\xb3\xaf\xb9\xf1\x90\x35\x78\xc2\x37\xa1\x94\x46\xf7\ \x3d\xfe\xc8\x23\x07\xfa\x90\x7e\x94\xbe\x4c\x9e\x38\xec\x62\x25\ \x27\xcf\xed\x05\x44\x14\x22\x55\x3b\xf5\x19\x21\x57\x1a\xe3\x03\ \x90\x07\x86\x39\x0f\x91\x46\x24\x44\x61\x4c\xb6\x35\x54\xef\xda\ \xb9\x73\x5f\x75\x43\xaf\xc1\x8f\x5c\x40\x08\xa5\x54\x6e\x7a\xe5\ \xf1\xa7\xd7\xd7\xb8\xa3\xa8\x46\x94\x46\xe9\x4a\xa3\x3b\x51\x6d\ \x08\xcf\x52\x82\xe4\x88\x42\x4a\x81\x42\xa2\x10\x28\x85\x14\x1c\ \xa5\x90\x52\xe0\x47\x3d\x00\x25\x45\xde\xda\xd9\xbb\xf3\x50\x57\ \x75\x97\x21\x10\x19\x4a\x90\xbc\xb5\x37\xd2\x69\x71\x00\x49\x85\ \x5d\xd7\xd6\xd7\x63\x8b\xf8\xd8\x93\x91\x1e\xee\xac\x8b\xfe\xe7\ \xf1\xf3\xba\x63\xac\xc0\x7d\x32\xca\xaf\x1f\xd5\x5e\x40\x29\x06\ \x79\x10\x00\x49\x23\xf9\x46\x3a\x90\xc2\x76\xbc\xfa\xa7\x15\x4d\ \x93\x7f\xf9\xcd\x4b\xfc\x00\xd1\x03\xef\xfc\xea\xee\xf7\xbe\xfc\ \x8b\x9f\x8c\x4f\x67\x00\x28\x84\x74\x5d\x2f\x14\xdc\xe1\x1c\xc1\ \x1d\x34\x0f\x52\x08\xc2\x18\x01\xe4\xce\xe8\x93\x97\xfb\x2f\x7d\ \x7c\x6e\x6f\xff\xfd\x90\x83\x67\x7e\xa4\xe8\x5f\x59\x2f\x0c\x9e\ \xef\x44\xfa\xf7\xea\x41\x1b\x03\x61\x0a\x76\xbf\xf4\xc0\x7d\x2f\ \xbc\x5f\x17\xcc\x48\xe3\x96\x98\x7d\xd9\x2d\x97\x9f\x5c\x22\x84\ \x00\x42\x19\x25\x92\x3b\x92\x30\x85\x51\x29\x04\xa1\x8c\x10\xe4\ \x0e\x27\x4c\x61\x94\x48\x21\x5c\x73\x84\xa9\x0a\x41\x29\x90\x30\ \x4a\xdc\xde\x64\x31\xd8\x95\x4e\x9c\x74\xc0\xa1\xc0\xf8\x50\xc3\ \x21\x89\x73\x94\x12\xa4\x00\x29\x01\x08\xa2\x74\xc3\x0a\x71\xcc\ \x56\x48\xf2\xf6\x47\x31\x15\x18\xda\xcf\x6f\xae\x7d\xb5\xc5\x0a\ \xea\x34\x6a\xf2\x82\xc2\xbc\x2f\x4d\xcb\x4f\xc3\xe8\x03\x6b\xf7\ \xe4\x4c\x9a\x74\x63\x31\x7b\x69\xc3\xbe\x57\xa2\xfa\xd7\x4f\x2b\ \x0b\x13\x3c\xdc\xb4\x41\x92\x60\x99\xc4\x2f\x1a\x25\x44\x48\x90\ \x12\x39\x7c\xe2\x3e\xeb\xb8\x95\x8e\x83\x20\x6f\x07\x8d\xf1\x1d\ \xb6\x7c\x29\x61\x9a\xee\xf5\xb9\x91\x18\xaf\x57\x53\x18\xa5\x54\ \xf4\xd6\x3e\xfd\xc8\xca\x2d\xf5\x5d\x7a\xf6\xa4\x6b\x6e\xbc\x66\ \x8c\xc2\x28\xa5\x8c\xa9\x7d\x07\x5f\xff\xe3\xf2\x97\x22\xa8\xa0\ \x92\xb6\xe8\x92\x6b\xce\x9a\x9a\xcf\x1d\x7e\x38\x57\x0f\xfa\x1b\ \x42\x11\x07\x71\x98\xa2\xcf\x82\x1f\xe1\xce\x6c\x4a\x2c\xc2\xc4\ \x93\x01\x73\x9c\x2a\x2a\x6c\xfb\xeb\x43\x4f\xad\x8f\x7d\xe5\x3f\ \x7f\x36\x25\xcf\x6b\xf6\xf5\x38\x7a\xb8\xaf\xfa\xdd\xfb\x57\xae\ \x6e\xea\x72\x0a\x67\x2c\xbe\xf1\xf2\x85\xac\x71\xcb\x9f\x1e\x78\ \xbc\xde\xa4\x08\xda\xbc\x8b\xae\x3b\xef\x94\x0a\xd1\x53\xff\xf4\ \x63\x2b\xdf\xdf\xd7\x9e\x5e\x36\xfb\xcb\x5f\xb9\xd4\xde\xf6\xea\ \xc3\xcf\xbc\xd9\x69\x90\x71\xf3\x2e\xbe\xfe\xbc\x69\x0a\xa5\x24\ \xe9\x74\xc3\xa5\x31\xb1\x1e\xc4\xf0\xe5\x28\x25\x72\x77\x80\x19\ \xf6\x1f\x24\xc9\xc5\x38\xac\x25\xa3\x2a\x64\xc3\xf6\x9a\x17\x5a\ \xe0\x9b\xf3\xc7\x8e\xf7\xd2\x48\xa4\xef\xae\x35\xd5\x0f\xfb\xf4\ \xaf\x8f\x55\x35\xca\x74\xb4\xde\xd8\xd0\xf8\x6a\x54\xfd\xc6\x9c\ \xa2\x12\xe6\x1c\x66\xdd\x0c\x9c\x91\x80\xbb\xa9\xc6\x79\x96\x08\ \x92\xa3\xa4\xf0\xc9\xec\x05\x04\xd7\x2c\x42\x48\xbe\x0b\x71\x2d\ \x37\x6a\x7b\xb5\xa6\xb6\x6c\x7a\xed\x9e\xfb\x9a\x35\x02\x66\xcb\ \xde\x16\x9e\xee\xd5\xac\xd7\x1f\x5c\xb6\xd1\x9a\xf6\xd5\xdb\x66\ \xad\x7d\xf0\x37\xf7\x3d\x55\xf1\xb3\x4b\xfd\x00\x84\x50\xd2\x51\ \xbb\xad\x56\xe4\x7c\xf3\xeb\x57\x45\x37\x3e\xf7\x97\xfb\xee\x4d\ \xfb\xd1\x8f\x66\x64\x80\x73\x38\x6f\x30\xf9\xda\xba\xf3\xbc\x53\ \x7a\xe1\x33\x64\x2f\xb8\x23\x13\x06\x04\x12\xe2\xd3\x62\xb1\xdf\ \xec\x27\x4e\xeb\xbb\x9b\x36\x97\x9d\xfb\x1f\x33\x8a\xc3\x9c\x3b\ \xbe\x70\x06\x20\x88\x9c\xf1\x97\x5e\x5f\x2a\x7b\xf6\xdd\xf3\x7f\ \x4f\xaf\x39\xe9\xd4\xb9\x56\xf5\x8e\x66\xdf\x17\xff\xfd\x0b\xb8\ \xfd\xa9\x7b\x1e\x7d\x6c\xf2\xe4\x6f\xd7\x3d\x71\xef\x3b\x6d\x95\ \x5f\xfa\xea\x95\x5e\xe6\xf1\xb4\x6f\xb9\xfb\x81\xbf\x8d\xb9\xe4\ \x96\xab\xc2\x75\xbf\xff\xc3\xf2\xb5\x13\x7e\xa8\xa8\xf1\x49\x1c\ \xc3\xca\xfa\xe3\xa0\x05\x08\xe8\x3a\xe3\x52\x88\x21\x9f\x91\x88\ \x20\x1d\xe0\x02\x29\x12\x40\x02\x20\x5d\x05\x11\xcf\x56\x92\xd1\ \x6d\x05\x0a\x96\xf5\xee\xa1\xbe\x09\xe3\x2a\x27\x06\x88\xe0\x22\ \x9c\x16\xb8\x60\x6c\xe0\xd7\xb5\x5d\xb1\xd2\x4c\x8d\x88\x97\x37\ \xee\x2f\x48\x0b\x7d\xe7\xd4\xa2\x3c\xca\x6d\x07\x3f\x22\x76\xda\ \x1f\xa9\xc3\xf8\x84\x2a\x44\x24\x20\x11\x84\x90\xa3\x6f\xad\xa3\ \xd9\x0b\x28\xa5\x00\x00\x39\xd8\x9b\x90\xa3\x8f\xbe\x73\x1d\x16\ \x2d\x94\x5e\x54\x52\xe2\xa1\x18\x83\x8e\xed\x0d\x52\x46\x9b\xb6\ \x55\x37\x76\x08\xb2\xf2\xc1\x3d\x91\x6e\x24\xe9\xb6\x6d\x6b\xe0\ \xce\x7d\x42\x16\x4c\x4b\xcf\x2f\x28\x4c\xbf\xf0\xd2\x35\xef\xfc\ \x72\xf3\x8e\xe6\x99\x0b\xf2\x84\x23\x46\xbd\x56\x83\xe6\xf6\xba\ \x86\xa5\x48\x2d\x98\xcf\x04\x11\x82\x52\x4a\x94\x20\xe2\x1e\xfe\ \x08\xd2\x48\x29\x08\xcb\xe6\xc2\xe3\x55\x40\x3a\x8e\xe3\x00\x10\ \xa6\x90\xe6\x7d\x9b\x9f\x59\xfd\x6e\x54\x88\xd6\x5e\xc7\xec\xed\ \x13\x3a\xf1\x04\x33\xf3\x0b\x0a\x72\xd2\x16\xe4\xbe\xb9\xaa\xb1\ \xae\x71\xc7\xce\x9e\x05\xd7\x9d\x37\xa9\x22\x07\x81\xb4\xac\x7d\ \xbd\xa9\xb9\xc5\x7e\xfb\xd9\x6a\xb4\xa4\xaa\x58\x46\xaf\x44\x82\ \x28\xc5\x30\x90\xe5\x64\x71\x24\x04\x01\xd4\xa1\x71\x47\x77\x4e\ \x99\x90\x88\x12\x64\xff\x28\x4b\x40\xe9\x2a\x04\x09\x87\xe9\x2f\ \x42\x82\x20\x1c\x07\x21\x48\x25\x38\x0e\x17\xc8\x80\x28\x8c\xa2\ \x10\x5c\x70\x77\x2e\x4b\x8f\x61\xd7\xf7\x98\x79\x61\xf6\x11\x66\ \x33\x62\xff\x1c\x2c\x74\x73\x12\x12\xe2\x69\x15\x90\xc2\x5d\x40\ \x23\xee\xf4\xca\xc8\x21\x44\x04\x89\x52\xe2\x40\x7c\x25\x61\xb6\ \x8d\xa6\xe7\xa4\x00\xc7\x76\xc2\xa5\x93\x17\x2e\x5e\xe4\x27\xd0\ \xfb\x21\x7f\x6f\xf3\x46\x5b\x32\x46\xd4\x31\x73\x2e\xfc\xfa\x92\ \x4a\x87\x4b\xa2\xfa\x59\xf7\x7b\x8e\x9b\xd1\x90\x02\xdd\x1d\x3f\ \xda\xd3\x67\x39\x59\x3a\x93\x9c\x8f\x38\x95\x9d\x0c\xbe\x1b\x48\ \x88\x0b\xe3\x2f\x51\xa6\x80\x9e\x3e\x13\x6a\x01\xc0\x9d\xfb\x26\ \xdd\xe8\x9e\x1b\x80\xef\x77\x28\xe2\x32\x2d\x90\xeb\xe1\xb2\x9c\ \x9c\xd5\xef\xae\xef\x5c\x50\x19\x56\xa4\x00\x45\xb3\x6b\x9f\x7c\ \xf4\x11\x79\xca\xad\xdf\x5a\x98\xfb\xd0\x2f\x7e\x67\xd9\x5c\xaa\ \x12\xa5\xb0\x2d\x6e\x59\x9c\x12\x04\x24\xaa\x62\x77\x74\xf5\x00\ \xe4\x22\x00\x55\xa9\xe2\xcf\x3f\xef\xda\x2f\x4e\x0c\x51\x49\x98\ \xdf\x2f\x5f\x78\xc3\xc0\x00\x80\x18\xd0\x0b\x64\xb0\x76\x40\x00\ \x4a\x69\x7c\xa5\x0c\xe1\x59\x0a\x14\x0e\x80\x40\x19\x37\x6f\x00\ \x80\x60\xdc\xcd\x87\xc3\x04\xc7\x08\x20\xa5\x63\xbd\xea\x1b\x75\ \xdd\x91\xfc\xec\x00\x20\xd8\xfc\x83\xba\xbe\xfc\x8c\x6c\x3f\x0a\ \x0b\xc9\x92\x69\x45\x13\x7b\xdb\x7f\xff\x4e\x8d\x35\xa7\x68\x5e\ \x98\x99\xfc\x70\x03\x9e\xa0\x5f\x79\x12\xd2\x3f\x80\x86\x12\xd7\ \xde\x8e\x87\x1d\xc9\x27\x88\x3b\xba\x93\xe9\x71\xd0\xdc\x5e\x00\ \x94\x72\x34\x24\x15\xa1\x80\x63\x19\xd1\x68\x34\x66\x58\x94\x41\ \x2c\x1a\x8b\x44\xfa\x4c\x92\xbd\x68\xde\xf4\xbb\x57\x3f\xf2\x70\ \x6c\x86\x4f\xd2\x09\xa7\x9d\x39\x2d\x2b\xc3\xcb\x3b\xd6\xae\xdd\ \x7c\x4e\x86\xda\xb2\x6f\xc3\xe3\x0f\xe9\xa2\x6e\x53\x57\xb0\xea\ \xda\xf1\x69\x31\x63\xd0\x98\xd5\xa1\x25\x12\x49\x35\x0c\x12\x08\ \xca\xc3\xe6\x67\x52\xf4\x2f\x16\x5f\x90\x28\x51\x12\x99\x34\xe8\ \x34\x49\x1a\x01\x00\x91\xc7\x40\x9b\x77\xde\x25\xdb\xfe\xf0\xf0\ \x1d\x3f\x6f\x9e\x32\x26\xcf\xec\xed\x2d\x9c\x76\x72\x61\x41\xce\ \xc6\xdd\x1b\x5e\x67\x99\x07\x3b\x8c\x19\x04\xb9\x6d\xc5\x0c\x4b\ \x70\xc1\x1d\x3b\x16\x89\xd9\x6a\xfa\xdc\x45\x33\xff\xf8\xf4\x5f\ \xec\xba\x29\x69\xfe\x8c\xd3\xe6\xcf\x98\x51\xb6\xe1\xf1\xfb\x1e\ \x9c\x5d\x95\x2d\x03\x85\x67\x2f\x9c\x93\x95\x16\xae\x5b\xb7\x66\ \xd7\xbc\x09\x63\x82\xc8\x71\x04\x69\x8c\x23\x0e\x48\x1c\x0e\x5c\ \x8a\xee\x9e\x2c\x11\x25\xc4\x7d\x0e\x77\x63\x85\x78\x95\xd1\x61\ \xc4\xd7\x92\x64\xe1\xd8\x8c\x3d\x9b\xda\x6e\x7f\xcf\x9a\x14\x56\ \x5a\x3b\x63\xd5\x42\xbf\xa5\xdc\xcf\x84\x1d\xb3\x45\x8f\x2d\xa6\ \x8e\xc9\xb9\x85\x1f\xba\x7b\x7d\xa3\x76\x72\xfe\x49\x7e\x32\x9a\ \x66\x20\x18\x8f\x3b\xba\xd9\x1a\xe2\x7a\x3d\x6e\xed\x10\x0a\x90\ \xa3\xf2\xc0\xbe\xff\xfd\xef\x0d\x79\x8b\x12\x62\x99\x66\x24\xd2\ \x97\x93\x9b\xeb\xd8\xf6\x40\x4e\xa8\xdf\x84\x93\xfd\x06\x44\xf2\ \x43\x22\x52\xc5\x9b\x9d\x57\x52\x9c\x1d\x06\x21\x24\x61\xc1\xcc\ \xdc\xc2\xa2\xbc\xa2\x31\x13\x2b\xb2\x94\xb6\xb6\x4e\xc1\x02\xc5\ \x65\x45\x69\x69\x39\x45\x59\xe9\x4c\xf1\x78\x9c\xa6\x1d\xf5\x4e\ \x59\x51\x96\x27\xa3\xf2\x82\x4b\xce\x2d\xf2\x11\x47\x0c\x3e\x2c\ \xc4\x4f\x23\x93\x02\xd1\x49\xc5\x4e\xb2\xad\xb5\x25\x37\x2f\x2f\ \x85\xec\xf2\x2f\x4f\x94\xd2\x96\x43\x87\xb2\x73\xf2\xe2\x72\xe8\ \x8a\xa2\x5b\xb9\x10\x17\x4e\xb7\xa8\x45\x28\xa1\x82\x99\x33\xaa\ \x54\xbb\xaf\x37\x6a\x69\xc1\xcc\xb2\x31\x13\x4f\x39\x69\x22\x8b\ \xb4\x1e\xea\x32\x0a\x27\x9f\x3c\x6b\x52\xa9\x5f\xd7\x82\x99\xb9\ \xc5\x85\x59\x0a\x01\x5f\x28\xbd\xa8\xa8\xb0\x7c\xfc\x84\xf2\x0c\ \xa5\xad\xb5\x83\x78\xd3\x4a\x2a\x27\xcd\x9c\x5e\xa5\x5b\x5d\x1d\ \xbd\x96\x2f\x33\xbf\x28\x2f\xa7\xb0\x30\x3f\xa0\x0a\x5f\x56\x51\ \xa6\x97\x70\x19\x97\xc6\xc4\x04\xe6\x7e\xb1\x24\xaa\xaa\x34\x37\ \x37\x87\x82\x21\x4d\xd3\x12\x51\xd0\xe6\x5d\x5b\x72\xec\x2e\xca\ \x6d\xd7\x3c\x00\x97\xe7\xb8\x3c\xcb\x11\x96\x50\xd2\x03\xa5\xd4\ \x34\x75\x56\xae\x57\xe3\xbc\xdb\xc1\xcc\xb0\xef\xca\xf1\xe9\x15\ \x1a\x70\x21\x3d\x8a\x52\x1a\xd4\xb2\x28\x29\x4e\xf7\x64\x32\xc1\ \xa9\x52\xe4\x21\xfd\x97\x60\xd8\x71\x12\xc9\x54\x97\xdd\xb8\xb5\ \x85\x40\x50\x61\x6a\x93\x89\xc1\xaa\x93\x3c\x5e\xdf\x08\xf0\xb6\ \xc3\xfb\x23\x28\xa5\xbd\x3d\x3d\x87\x9a\x9b\x26\x4f\x9b\x6e\xc4\ \x62\xfd\x79\x62\x57\x05\xc6\xd3\xc8\x23\xda\x18\x4c\xf3\x68\x54\ \x18\xa6\x0d\x00\x84\xa9\x1e\x5d\xb1\x0c\x53\x02\x51\x75\x8f\xae\ \x32\x40\x69\x1a\x86\x23\x50\xd5\x3d\x3e\x8f\xb6\xfd\x85\x5f\xfd\ \x69\x73\xe6\xcf\x7f\x7c\x4b\x1a\x8f\xc6\x62\xa6\x73\xd8\xfa\x47\ \xd2\xff\xc7\x55\xd3\x6e\xc7\xd4\xce\x1d\x1f\x4e\x9b\x3e\x83\x1f\ \x7f\x8d\x34\x29\xfa\x74\x89\x31\xb6\x6d\xeb\xe6\xc9\x53\xa7\x25\ \x8a\x07\x92\xea\x6f\x13\xa9\x01\xf0\xfa\xbc\x8c\x52\x42\x15\x55\ \x8d\xb7\x30\x72\x3b\xd6\x1b\xb5\xbc\x5e\x0f\xa3\x04\xa4\x30\x4d\ \x43\x80\xea\xd1\xa9\x69\x98\x48\x14\x8f\x47\xe5\xa6\xe9\x48\xa2\ \x79\x3c\xba\xca\x50\x70\xc3\x30\x25\x51\xbc\x5e\x9d\x51\x22\xb9\ \x6d\x98\x16\x52\xd5\xab\x6b\xdc\x8a\xd9\x6e\xad\x4c\xbc\x76\x26\ \xe1\xd1\x52\x88\xf7\x4d\xf9\xb7\x6e\xd9\x54\x5c\x54\xe2\x0f\xc4\ \x81\x15\x15\xdd\xbb\xf9\x99\x07\xa6\x44\x6b\x54\xc7\x44\xe8\xb7\ \x26\x92\xb2\x9d\x87\x77\x81\xfd\x0a\x8d\x43\x1b\x29\x04\x88\x1b\ \x26\x94\x80\x10\x73\xa4\xae\x50\x14\xd2\x42\x00\x00\xaf\x42\x51\ \x4a\x53\x1e\x36\x1f\x41\x80\x20\x41\x40\xa4\x40\x11\xa0\x9f\x67\ \x8f\xcf\xf7\x41\x8f\x2c\xb8\xf8\x2b\xe1\x8c\xcc\xe1\x8d\x95\xca\ \x68\x91\x1e\x87\x3b\x52\x4a\x20\x20\x13\xa3\x73\x5d\x93\xc9\x35\ \x46\x46\x0a\x76\x08\xcb\x30\x12\xfc\x70\xc7\xe0\xee\x44\x5d\x74\ \x8c\x98\x63\x0c\xac\x70\x6e\x1a\x7d\x8e\x9d\x3e\x76\xfe\x45\x69\ \x2a\xef\xe9\xea\x95\x3c\x31\x2e\x7c\x68\x98\x23\x39\xdb\x42\xfa\ \x53\x21\x04\x80\x12\xcb\xb0\x52\x7d\xd6\x9f\x29\x3f\xc2\xb6\x6d\ \x4d\xd5\x04\xc6\xa3\x0b\x04\xfb\xb3\x7d\x08\x80\xc0\x18\x7b\xfc\ \xf1\x27\x3a\x3a\x3a\x12\xc0\xc2\xdc\x71\x0a\x0a\x0a\x2e\xb8\xe0\ \x7c\x23\x12\x49\x3a\x92\x6d\xc4\xf7\x11\x6e\x46\xb9\xeb\xcb\x27\ \xcb\x27\x80\x63\x44\x9c\xa4\xb0\x59\x5c\x8c\x49\xc2\x2a\xef\x9f\ \x13\x8b\xfd\x30\xca\x84\x52\x21\x84\x70\x9c\x21\xfb\x25\x0a\xe1\ \x58\x96\x4e\x91\xa3\x84\x44\xd6\xbf\x3f\x08\x78\x18\xdc\x22\x4a\ \xc8\x83\xbb\xda\xbb\x6d\x31\x68\x26\x3a\x02\xa5\x70\xd5\xd8\x74\ \x02\x98\xd0\x8b\x86\x23\x3f\x32\x34\xe3\x66\x72\x49\xa2\x76\x42\ \x4a\x42\x09\x00\x0a\xce\x1d\x0e\x71\xdf\xe2\xe3\xc4\x17\x10\xd1\ \xe7\xf3\x09\x21\x1a\xea\x6b\x0b\x0b\x8b\x49\x1c\x01\x0e\xf1\x53\ \x9c\xe7\x8d\xe0\x1b\x77\x5a\xe9\x04\x34\x2d\x0b\x41\x3f\x4c\x06\ \x82\x24\x54\x50\xdc\x66\x20\x00\x60\x59\xd6\xc1\x7d\x7b\x33\xb2\ \x72\x52\xcd\x11\x9f\x11\x4a\xcf\xc8\x38\xb0\x6f\x5f\xd5\xc4\x49\ \x5e\xaf\x5f\xa2\x24\x71\x47\x9d\x24\x6f\xba\x0b\x16\x2c\xb0\x6d\ \x7b\x20\xe2\x20\xd1\xe3\xf1\x68\x9a\xae\xa8\x9f\x0e\x02\x02\x19\ \x68\x70\x48\xac\xba\x78\xa5\x63\x5d\x4d\x0d\x10\xea\xf3\xf9\x92\ \x14\x99\xc8\xac\x9c\xb8\xef\xcd\x9d\x93\xd3\x35\x8f\xa6\x26\x65\ \xd8\xe3\xa9\xd5\xc3\x0b\xee\x99\xe5\x59\x8e\x1c\x5a\xf9\x44\x08\ \x09\xfa\xd5\x23\x02\x44\x21\x83\x9e\x11\x82\x52\xd6\xf4\x18\x58\ \x38\xd5\x1f\x0c\x7f\x02\x7c\x47\x4a\x69\x34\x1a\x39\xb0\x7f\x9f\ \x94\x92\x31\x16\xd7\x71\xc7\xa2\x3b\x34\x71\x6a\x92\x48\xc3\x02\ \xe1\x8e\x1d\x4e\x4b\x2f\xaf\xa8\x4c\xe9\x85\xcf\x4e\x4a\xe2\xe0\ \x81\xfd\xbd\xbd\x3d\x8a\xa2\xba\xfa\x60\xb8\x34\x2a\x8c\x0d\xdd\ \xb1\xff\x09\xb3\x24\x49\xbc\x33\x71\xa0\x7d\x47\x08\x41\x29\x1d\ \x33\x6e\xbc\xd7\xeb\x1b\x88\x76\x11\x42\x08\x3d\xb0\x71\x4d\xcf\ \xd6\x77\x15\x2b\x42\xe8\x27\x83\x60\x50\x46\xf9\x38\xff\x47\x83\ \x69\xf1\x38\xa4\x24\x14\x8a\xab\xc6\x9e\x7e\x8e\x3f\x94\x3e\x22\ \x04\xc3\xa8\xb8\xaf\x94\x51\xc1\x79\x34\x12\x95\x28\xc9\x30\xad\ \x73\x34\x4d\xc8\x84\x41\x94\x78\xad\xaa\x9a\xdf\xef\xc7\xc3\xd6\ \x65\xa7\xe8\x5f\x4a\x2f\x10\x42\x08\x89\x46\x22\x0e\x77\x8e\xa9\ \x34\xc2\x10\x04\x05\x37\x4f\xe9\xf7\x07\x18\x63\x43\x42\xe0\x84\ \x10\xc2\x94\x68\x6f\x4f\x7c\x7c\xcb\xf1\x75\x3d\xa9\x3f\x18\x54\ \x14\xf5\x93\xe1\xb2\x24\xdf\x8c\xe3\xd1\xdb\x44\x18\x82\x8d\x93\ \xa2\xcf\x84\x76\x38\x2e\x51\x05\x01\xe0\x30\x5b\x14\xa1\xec\xf8\ \x6c\xee\x1b\x0d\x7b\x6e\xd4\xf8\xc2\xc7\xf9\xb5\x29\x4a\xd1\xb1\ \x11\xe5\x13\x8f\x67\x71\x22\x2e\x21\x9a\x92\xb6\x14\xa5\x28\x45\ \x29\xbd\x90\xa2\x14\xa5\x28\xa5\x17\x52\x94\xa2\x14\xa5\xf4\x42\ \x8a\x52\x94\xa2\x94\x5e\x48\x51\x8a\x52\xf4\x29\xd3\xff\x1f\x00\ \x22\x2a\x7e\x9a\x81\x97\x86\x22\x00\x00\x00\x00\x49\x45\x4e\x44\ \xae\x42\x60\x82\ \x00\x00\x05\x7e\ \x00\ \x00\x17\xee\x78\x9c\xe5\x58\x6d\x8f\x9b\x46\x10\xfe\xdc\xfc\x0a\ \x44\xbe\x34\x2a\x2c\xfb\x0e\x38\xf6\x45\x6a\xd2\x93\x22\xa5\x5f\ \xfa\xa2\xf6\x5b\x44\xf1\xda\xa6\xc1\x60\x01\xe7\x3b\xb7\xea\x7f\ \xef\xcc\x02\xc6\xf8\x38\xc5\x6a\x93\x26\x97\x5a\xb2\xd9\x9d\x9d\ \x59\xe6\x79\x66\x66\x19\x3c\x7f\x71\xb7\xcd\x9d\xbd\xa9\xea\xac\ \x2c\x16\x2e\x23\xd4\x75\x4c\x91\x96\xcb\xac\x58\x2f\xdc\x9f\x7f\ \xba\xf6\x23\xd7\xa9\x9b\xa4\x58\x26\x79\x59\x98\x85\x5b\x94\xee\ \x8b\xab\x27\xf3\x7a\xbf\x7e\xe2\x38\x0e\x18\x17\xf5\x6c\x99\x2e\ \xdc\x4d\xd3\xec\x66\x41\xb0\xbb\xa9\x72\x52\x56\xeb\x60\x99\x06\ \x26\x37\x5b\x53\x34\x75\xc0\x08\x0b\xdc\x41\x3d\x1d\xd4\xd3\xca\ \x24\x4d\xb6\x37\x69\xb9\xdd\x96\x45\x6d\x2d\x8b\xfa\xe9\x89\x72\ \xb5\x5c\x1d\xb5\x6f\x6f\x6f\xc9\xad\xb0\x4a\x2c\x8e\xe3\x80\xf2\ \x80\x73\x1f\x34\xfc\xfa\x50\x34\xc9\x9d\x3f\x36\x05\x1f\xa7\x4c\ \x39\xa5\x34\x80\xb5\x41\xf3\xbd\x5a\x1b\x93\xad\x37\x0d\xd0\xa3\ \x95\x9d\xdf\x66\xcb\x66\x33\x4c\x61\x93\x59\xbd\x4b\x52\xa0\x67\ \x57\x99\xda\x54\x7b\x63\xe5\xfb\xcc\xdc\x7e\x5b\xde\x2d\x5c\xea\ \x50\x07\x94\x9d\xde\xe0\x84\x6f\x66\x05\xd9\x72\xe1\xbe\x49\x0e\ \xa6\x7a\xcb\xdc\xab\xf9\xd6\x34\xc9\x32\x69\x12\x5c\x69\xd7\x7a\ \x89\x54\xa1\x02\x05\x80\x3c\xfb\xe1\xd5\xf5\xd5\x3c\x4d\x67\xbf\ \x94\xd5\xbb\x56\x11\x3f\xb8\x92\xfc\x56\xde\x80\xb3\xa0\xb7\x4c\ \x67\xab\xb2\xda\x26\xcd\x55\xb6\x4d\xd6\x06\xf1\x7c\x03\xce\xce\ \x83\x61\x01\x75\x9a\xc3\xce\x0c\x5b\xb4\x9b\x00\x8e\xf2\xa6\x42\ \x48\x13\x91\x5d\xa6\xdb\x0c\x8d\x82\x1f\x9b\x2c\xcf\x5f\xe3\xde\ \xae\x13\xb4\x7b\x65\x4d\x6e\x70\x1c\x74\xbe\xc1\xe8\xe8\x6e\xd0\ \xe3\x00\x55\xb3\xaa\x07\x7c\x38\x03\x6c\xc2\xee\x52\x37\x87\xdc\ \x0c\x6b\x76\x2a\x95\xa2\x6e\x2b\xc3\x1b\x2f\xdc\xc6\xdc\x35\x41\ \x5a\xd7\xee\xd5\x93\xaf\x48\xdd\xd0\x3f\x57\xe0\xc9\xec\xe9\xf5\ \xcb\x97\x8c\xbf\x7a\xfe\x97\x15\xb2\x4e\x28\xf5\x77\xfa\x9a\x77\ \x42\xde\x0a\x0b\xc8\xe6\xe7\x75\x53\x95\xef\xcc\xec\x29\x17\xec\ \x9a\xd3\x6e\xea\xdb\xe8\xce\x44\x3f\xcd\xb3\xc2\xa4\xc9\x6e\x56\ \x95\x37\xc5\xf2\x54\xf8\x7b\x99\x15\x63\x29\xb0\x62\xaa\x3c\x83\ \xcb\x8c\xd1\xee\x7e\xa2\xf7\xcc\x7e\x3a\xa1\x9c\x70\xa2\x53\xf8\ \xe0\x4e\xcc\x03\xcb\xe0\xd5\x7c\xdd\xf1\x57\x25\x45\x8d\xd1\x07\ \x12\x71\x98\x27\x8d\xf9\x9a\xc5\x44\x87\x51\x14\x0b\x8f\x12\x21\ \x62\x41\x23\x2a\x9e\xb9\x43\x10\xd6\x52\x40\x3e\xed\x92\x66\xd3\ \x27\x4a\x9a\x27\x75\x8d\xd1\xe9\xe3\xe2\x38\x98\xa8\x0e\xa3\x9a\ \xc4\x9c\x31\x2f\x64\x24\xe4\x4c\x84\xb1\x93\x3a\xd4\xf3\xb9\x24\ \xdc\xf1\x39\x25\x11\x94\x6e\x1c\x7a\xbe\x14\x44\x39\xbe\x54\x44\ \xf7\x02\x4a\x42\xc7\x67\x11\x51\x1e\x27\xcc\xf1\x85\x20\xda\x63\ \xb0\x1b\x0c\xb5\x27\x14\x91\xb0\x0a\x8b\x0c\x7e\x1c\x46\x62\x8f\ \x73\xd8\x32\x22\xc2\x13\x14\xd6\x42\x18\xc4\x44\xc0\x5e\x11\x73\ \xe0\xfe\x1c\x8a\xeb\x38\x81\xbd\xba\xc9\x1e\x4c\x43\x67\xe3\x48\ \x4e\x22\x98\xf8\x38\xb3\x0e\x32\x0e\x9b\x48\x22\x3b\x57\xe1\x2e\ \xe0\x93\x90\x84\xb6\x76\x92\xc4\x9d\x9f\x1a\x0c\xc3\x23\x0c\xa6\ \xc0\xd7\x61\x6a\x6d\xff\x38\x52\x82\xdc\xfd\xfa\xfd\x9b\xd7\xaf\ \xde\xb2\xf8\xed\x51\x6a\x03\xb2\x70\xdb\xc4\x58\xa5\x29\xe3\x4b\ \x9b\xf9\x93\xfc\xb2\x31\xbf\x91\x26\x14\xe8\xa5\xc2\x63\x00\xc1\ \x32\x0c\x68\x90\x3c\x09\x38\x7c\x08\xa0\xe3\x2b\x60\xc9\x47\x38\ \xed\x08\x7e\x00\x29\x6d\x61\x0a\x87\x23\x46\x94\x1d\x17\x81\x8d\ \xd6\x1c\xad\x95\xe5\x5f\xda\xeb\xa9\xa5\x80\xe8\x75\x22\xbf\x5f\ \x9b\x04\x1a\x3d\x00\x54\x6a\xa3\x57\xfc\x72\xa0\xe2\x08\x54\x41\ \xaa\xf4\x40\x21\x22\x0a\x81\x42\xf8\x2c\x54\x04\x2a\xec\x15\x5d\ \xf5\x29\xd1\x5d\xbe\x41\x94\x60\x05\xc5\x76\x6d\xe3\x74\x96\xad\ \x21\x62\x14\xf0\x6b\xf1\xb5\x36\x04\x72\x06\x33\x10\xb2\xca\x43\ \x8c\xde\x03\xf8\xc2\x0f\x83\x4f\x31\xa2\x7b\x7c\x9a\x30\x8b\x0f\ \x7d\x61\xd6\x7f\xf4\x15\xf3\x3f\x82\x39\x7c\xed\x75\xe3\x30\xcc\ \xf8\x14\x72\x51\x01\x04\x14\xfb\xa0\xd3\x0e\x50\xc1\xe2\x67\x5d\ \x3a\xb7\xe5\xc2\x91\x09\x8d\xa0\x74\x3b\x02\x0a\xb9\xb0\xbb\xa0\ \x0a\x52\x88\x4b\xcc\x16\x27\x0c\x50\x65\x12\xb5\xfe\x87\xa8\xf9\ \xf9\xf1\x20\x48\x84\xc7\x83\x8e\x10\xfe\xff\xe1\x78\xe0\x17\x1d\ \x0f\x6a\x9a\xdf\xf3\xe7\xd4\xea\x83\x3f\xa7\x2e\x0e\x5d\x18\xdb\ \x83\xdd\x26\x2c\x3c\x25\x3e\x7e\x41\x7a\x68\xf2\xde\x72\x94\x9f\ \x3d\x71\x32\x22\xb2\x27\x8e\x23\x87\x9f\x77\xa5\x8b\x4f\x4a\xa8\ \xc9\xf3\x6c\x57\x9b\x7b\x9c\x8a\xa3\x53\x29\x74\xd4\x5a\x91\x30\ \x12\x94\xaa\x41\x7a\x80\x76\x1a\xca\x91\x47\x54\xea\x29\x58\x7c\ \x80\x55\xe1\x0e\x58\x93\xa1\x54\xf1\x20\xc5\x1d\xa0\xac\xe3\x58\ \xe9\x61\xdf\x93\x76\xa9\x2a\x1b\xec\x95\x44\x4c\xa4\xd0\x4a\xe9\ \x67\x0f\x3c\xd0\xed\x67\xcc\x0d\xb5\xc7\x83\x16\x4c\xb7\x59\x53\ \xe6\x07\x24\xe4\x1e\x4a\x39\xe5\x39\x1b\x3c\xdf\x01\x83\x0d\x68\ \x32\x01\x67\xa0\xc7\x04\xbc\x57\x70\x48\x2b\x1d\x12\x3c\xc7\xa4\ \x95\xbc\x3f\x7a\x53\x1e\xfe\xfb\xe8\x4d\x30\x36\x34\x98\xbe\x86\ \x7c\xc5\x0e\x13\x4f\xcd\x98\xf0\x30\x82\xd3\xff\xd9\xc3\x25\x24\ \xcf\x4a\x48\x63\x07\x80\x25\x04\xfd\x0f\xef\x9f\x1b\x12\x38\xa0\ \xf6\x57\x40\x0d\x44\xdd\x75\x90\xfa\xbd\xd8\x1f\xcb\x2f\xd0\x9e\ \x8a\x03\xbd\xa0\x30\x3e\x0e\xb5\x48\xd3\x64\xbe\xf0\x09\x3f\x4f\ \x1a\xcd\x3b\x06\x89\xce\xed\x03\x97\x0e\xaa\x77\x7c\x4a\x7a\x00\ \x5d\x16\xb6\xe4\x0e\x05\x74\xe0\xf8\x96\x6a\xbb\xaf\x30\xfc\x94\ \xe7\xc2\xc5\xf0\xa3\x31\xfc\x98\x62\x93\xcc\x46\xe0\xe3\xb0\x05\ \xaf\x47\xe0\xa1\xf9\xb0\x67\x73\x38\x02\xaf\x5b\x61\xac\x1f\x05\ \xf8\x70\x0c\x9e\xd1\xf8\x3e\x7a\x06\x2f\x7b\xd0\x6e\x9e\x48\x11\ \xbd\xd0\x6d\x3f\x36\x0e\x3d\xb6\x4e\x28\x15\x8f\x02\xbd\x3e\x43\ \xcf\xda\x53\x63\x8c\x1e\x5a\xb0\xfb\xe8\x55\xd4\xe6\x78\x34\x42\ \xaf\xc2\xb6\xcd\x79\x1c\xe8\xd5\x18\x3d\x74\x57\xb6\x5d\x1b\xc3\ \xe7\x5d\xea\xcb\x2f\x2e\xf5\xe5\x59\xf0\x55\x0b\xff\xec\xd8\x6b\ \x1f\x23\x27\x7d\xc3\x97\x92\xfb\xe2\xec\xd8\xb3\x49\x4e\xf5\x59\ \xf2\xb7\xf0\xe5\xa3\x49\xfe\x4b\xda\xeb\xa8\x7b\x94\x41\x1f\x04\ \x9d\x85\xfa\x0f\xff\x11\xc1\xd7\xd0\x8b\xfe\x13\xe1\x9f\xb4\xa5\ \x0e\xd6\xf0\xad\xf7\xeb\xab\xbf\x01\x93\xad\x50\xe7\ \x00\x00\xb1\x44\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\xf4\x00\x00\x00\x80\x08\x02\x00\x00\x00\x72\x70\x0c\xbe\ \x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\xec\xbd\x77\x94\x5c\xd7\ \x7d\xe7\x79\xd3\xcb\xaf\x72\x55\x77\x55\xe7\x1c\x90\x1a\x99\x00\ \x83\x98\x83\x24\x93\x0a\x96\x2c\x59\xb6\x65\xd9\x63\xcf\xea\xd8\ \x33\x23\x7b\x66\xbd\x7b\x56\xf6\x8e\xcf\x8c\x2d\xcf\x19\xef\x38\ \xec\xb1\xb4\xb2\x3c\xb6\x34\x0a\x96\x6d\x89\x4a\xa4\xc0\x0c\x06\ \x13\x24\x01\x90\x00\x88\xd0\x68\x00\x9d\xbb\xab\xaa\x2b\xe7\x7a\ \xaf\x5e\xb8\xf7\xee\x1f\x0f\x84\x68\x49\x73\x46\x04\x08\x09\x04\ \xde\xe7\x10\x3c\x85\x42\x57\x75\xd5\xef\xdd\xf7\xbd\xbf\xfb\x0b\ \xf7\xc2\x46\xbd\x06\xae\x0c\x59\x96\xbf\xf5\xcd\x7f\xfa\xcc\x67\ \x3e\xa3\x28\x0a\xb8\x36\x70\x2c\x3e\xb4\x43\x98\x79\x40\x74\x3a\ \x1c\xf8\xbc\x09\x97\x75\xb6\x84\x3f\x7a\xcb\xcc\x87\x00\xa2\x10\ \x42\x84\x90\xf7\x7f\x8c\x49\x36\x93\xd6\x74\x6d\x60\x70\x84\x52\ \x17\x63\x52\xc8\x6f\xfc\xd9\x7f\xfb\x6f\xe5\x4a\x85\x10\x02\x00\ \x30\x4d\xf3\xc1\x07\x1f\xba\xfd\x8e\x3b\x4c\xd3\xf4\xcd\x78\x95\ \x50\x14\xf5\xd3\xff\xd7\xff\x31\x7f\xfe\xc2\xf8\xe4\x24\x21\x84\ \x73\xee\xba\x6e\x32\x99\xfc\xad\xdf\xfe\x37\xae\xeb\xfa\xf6\xb9\ \x4a\x68\x9a\xf6\xf4\xd3\x4f\xfd\xd9\x9f\xfe\xd7\x89\xc9\xa9\x50\ \x38\xcc\x18\x03\x00\x58\x96\xf5\x1b\xbf\xf9\xaf\x47\x47\x47\x6d\ \xdb\x7e\x87\x7e\x2f\xe4\x5f\x5a\x1f\x1f\x1f\x9f\xeb\x0f\x5f\xdc\ \x7d\x7c\x7c\x7c\x7c\x71\xf7\xf1\xf1\xf1\xf1\xf1\xc5\xdd\xc7\xc7\ \xc7\xc7\xe7\x67\x02\xf1\x4d\xe0\xe3\x73\xb9\x70\x11\xab\x10\x62\ \x00\x2e\x23\x6f\x0f\x29\x77\x1c\xda\x81\x00\xfa\x76\xbc\x1c\xd3\ \x03\x20\x20\x20\x11\xce\xdf\xba\xed\x4d\x07\xde\x08\x85\x16\xbe\ \xb8\xfb\xbc\x2d\x2b\x40\x0c\x88\x00\x7e\x54\xa7\xa8\x0b\xa8\x03\ \x21\xbc\x9c\x5b\xf0\xda\xff\xd2\x50\x38\xbe\xf6\xed\x56\xa7\x88\ \x10\x7e\xab\xaf\xa5\xd4\xe9\x0a\x8e\x4f\x26\xef\x74\xd9\x15\x14\ \x63\x40\x08\x88\x08\xe0\x8f\xac\xbf\x39\x03\xae\x0d\x01\xb8\x2e\ \xcd\xee\x21\x61\x3e\x57\xc0\xc7\x33\x58\xc0\xfc\x2d\x5e\x35\xf0\ \xc0\xa4\x2b\x11\x70\x45\xb6\xc1\x04\x60\xe1\xc7\x3c\xef\xda\x80\ \x51\x00\x21\xb8\x06\x2c\xef\x8b\xbb\xcf\x95\x8b\x1c\xa2\x46\x83\ \xae\x9d\x63\xae\x0b\x21\xbc\xe4\x58\x41\xce\x71\xf7\x80\x98\x1a\ \x66\x4e\xe7\xfa\xfc\xde\x90\xcc\xe7\x5f\xc8\x37\x2e\x10\x24\x02\ \xc0\x01\xf7\x66\x37\x78\xc9\x00\x3f\xfc\x80\xbf\xa1\xc8\x00\xd8\ \x6e\x7b\x3a\x75\xdf\xe6\x9e\xfb\xaf\x44\xdc\x39\x07\xee\xd2\x69\ \xda\xac\x5e\x32\x3b\x00\x80\x73\x8e\xd4\x80\x38\xbc\x05\x22\xc8\ \xa9\x0b\xae\xd3\x95\x81\x80\xc0\x5a\x0d\x3e\x7e\x9e\xa8\x22\x7f\ \x93\x37\x7f\xd1\x2c\x6f\x98\x19\x7a\x66\xe7\x6f\xfc\x95\x73\x40\ \x30\xb8\x7b\xdc\x95\x2f\x6b\xb5\x75\xc9\x95\x71\x2b\x39\x9a\x5d\ \xe2\x1c\x5c\x32\x3c\xe7\x1c\x22\x44\xfa\x27\x85\x48\x82\xd9\x96\ \xef\xb9\x5f\x5d\x20\x04\xf0\x46\x5d\xf2\xfe\xf4\xfc\x06\x08\xa9\ \xe3\xf2\x27\xbf\x94\x68\xa4\x05\x2d\x78\xc9\x55\x84\x00\x70\xc7\ \x6a\x49\xc1\x93\x52\xbf\xd0\xd5\x37\x79\xf3\x5d\xee\xb5\x31\xe2\ \xdf\x5e\x33\x0b\x58\x91\x88\x46\x90\x08\x20\x11\x89\x0c\xb9\x65\ \x5a\x6d\x80\x44\x0c\xb9\xcb\x28\x42\xc4\x1b\x83\x8c\x3b\x94\x63\ \x45\x0a\x60\x40\x1d\xb7\x43\x39\x87\x00\x12\x2c\xf1\x2b\x50\x18\ \x8e\x45\xe7\xc4\xb3\xfa\xd1\x6f\x07\xa3\xb1\x37\x5f\x6e\xc8\x98\ \xe3\x38\xcb\x0b\x9b\x17\x4d\xb0\xf3\xdd\x1f\x24\x82\x78\x5d\xfa\ \xef\x1c\x00\x82\x80\x2a\x72\x55\xf8\xc1\xb7\x83\x00\x70\x00\x44\ \x01\x09\x90\x37\x3b\x0c\x40\x40\x19\x57\x24\x2c\x61\x60\x3b\xcc\ \x61\xdc\x13\xf7\x2b\x52\x05\x4c\x9c\x4a\x1e\x3f\xfa\xd9\x04\xa6\ \x58\x92\xdf\x6c\x5a\xde\x31\xaa\x8b\xfd\xaf\xd1\x60\xdf\x96\xdd\ \xa9\xa9\x2d\xf4\x67\x5d\x20\x7f\xdd\x8a\x3b\x67\xdc\xb1\x99\x63\ \xdf\xa0\x4d\x4c\x44\xf8\x29\xa5\xca\x21\x84\x4e\xbb\x21\x16\x56\ \xbb\x26\xc6\x78\xbb\xc1\x09\x01\x1c\x00\xc0\x21\xa5\x64\x62\xf3\ \xb9\xc5\xdc\xec\xa1\x83\x77\x7f\xea\x0f\x19\xbd\x7e\x7b\x70\xb8\ \x63\x83\xe4\xdd\xfb\x7e\x7f\x44\x6b\xb5\x1d\xbb\xb4\xf1\xe4\xf3\ \x73\x47\x67\x6e\xf9\xf3\xe1\xe6\x3f\x7c\xf3\xd8\xd3\xf1\x89\xdf\ \xb9\x39\x78\xfa\xbb\x27\xe7\x76\x6d\xff\xdf\xb6\x24\x62\x0c\xb4\ \x4f\x9f\xfe\xf2\xe9\xdc\xfa\xdb\xe0\xb9\x60\x6c\x2d\x9e\x1c\x4e\ \xa6\x54\x82\x38\x84\xdc\x93\x2c\x46\x05\x4d\x2f\x46\x86\x5f\xfc\ \xea\xdf\x8f\x3c\xf0\x11\x41\x56\xd8\x8d\xd1\xfd\xe4\x50\xb0\x77\ \x67\x6c\xa0\xdd\x58\x08\x46\x7e\x79\x08\x16\x3a\x3c\x9f\x6e\xfe\ \xe3\x09\x73\x62\x3a\xf2\xd0\xa4\x0c\x19\x5b\x5e\xaa\x7f\xeb\x74\ \x87\xe3\x2b\x75\xf7\x20\xc2\x76\x21\x13\x77\x8c\x44\xef\x30\xeb\ \xb4\x39\xc6\xde\x80\xc7\x9c\xa1\x2d\xbb\x5f\x78\xf6\xa5\x5c\x3b\ \xbd\xe5\xde\xf7\x33\x97\xfa\x9e\xfb\x55\x74\x5d\x39\xbb\x8e\x43\ \x8e\xd7\x10\x8c\x73\x0a\x20\x62\x94\x6a\x21\x5a\x58\xa7\x9c\x23\ \x46\xe5\x9e\xa1\x23\xe9\xea\xd3\xcf\x3c\x7b\xf3\xc7\x7f\x3b\x31\ \x38\xee\x74\x8c\xeb\x79\x99\x04\x35\x0d\x97\x0f\x1d\xfd\x2f\xb3\ \xad\xd4\xfb\xde\xf5\xef\x6f\x6a\x65\xdb\xae\x34\x39\xf9\x8b\xdb\ \xb3\xb3\xab\x40\x94\x11\x4a\x0d\x7f\x6c\x47\xa4\xf2\xf0\xc1\xff\ \x5a\xe7\x92\x80\x31\xc6\x02\x75\x9d\x2b\x92\x18\x00\x38\xe7\x0e\ \x40\xd0\xb5\x41\xa0\x8b\x37\x2b\x76\xbb\x0e\x00\x54\x34\xbd\xa8\ \xc4\xbf\xfa\xed\x47\x42\x03\x63\x5b\xee\x7e\x10\x30\x76\xa3\x2c\ \x55\x01\x10\x45\xa4\x39\x30\x20\xf0\x17\x5f\xce\xff\x4d\x46\xfa\ \xcb\x0f\x46\xf6\x9b\xf8\xe6\x29\xe1\xc0\xc1\xdc\xb1\x1a\xd7\x24\ \x08\x08\x7c\x5b\x12\xa9\x0e\x07\x8c\x71\x88\x30\x90\x54\xa7\x98\ \xe6\x10\x61\x0e\xf0\xd0\xd4\xa3\xc7\xe6\xe6\x2e\x2c\xdc\xfb\x1f\ \x3e\xa3\x86\x22\xd7\xc2\x3a\xf5\xba\x15\x77\x84\xa1\x28\x63\x08\ \x6e\x50\x75\xff\x69\xce\x6a\x8c\x03\xca\x79\x51\x49\x9c\xca\x96\ \xf7\x77\x0f\xc1\xb5\xb3\x62\x6a\xe4\xd5\x96\xf0\xd8\x0b\x87\x76\ \x4f\x0c\x27\x22\x21\x97\x5e\xf7\x12\xc3\x19\xe7\x84\xa8\xd4\xb8\ \x70\x2e\xb3\xb6\xa5\x7b\xc6\xee\x9c\x3b\x74\x66\xb1\x7f\xe2\x97\ \x61\x0d\x18\x0e\xee\xed\xea\xcf\xad\xfc\x6d\xc9\x81\x91\x50\x32\ \x80\x9d\x72\xb3\xf8\xb6\xc8\x99\xcb\x98\x1b\x08\x1f\xaa\xa3\xc1\ \x40\x2a\x65\x19\x80\xf3\x72\x7c\xec\x2b\x4f\xbe\xa8\x0b\x64\xdb\ \x50\x1f\xc7\x84\x53\xe7\x86\x1a\xf3\x8c\x01\x07\xa0\xe9\xb1\xd0\ \x2f\xf5\x08\x6e\xd3\x16\x14\xa1\x5d\x36\xcf\x94\xa9\xa2\x8b\x3d\ \x41\x94\x2b\x3b\xf6\xdb\x33\xe0\x39\xc7\x68\x11\x85\x73\xf5\xfa\ \xde\x78\x8f\x9b\x5d\x42\x23\xdb\x0e\x2c\x14\x4e\xcc\x9e\xbf\x79\ \x7a\x4c\x55\x35\x4a\xe9\xb5\x60\x10\x74\x7d\x5f\xec\x1b\xf6\xbf\ \x9f\x22\x90\x33\xca\x20\xce\xd7\x9a\xdf\x7f\xf2\x99\xc7\x2f\xe4\ \xf0\xa6\xfd\xc7\x4c\xe1\xe1\x03\x4f\xed\xdf\xb9\x7d\xe7\x50\x77\ \xab\xd1\xb8\x01\x8a\xfd\x20\x00\xd4\x76\x5a\x36\x97\x22\xc1\x84\ \xdb\x29\x33\xac\xb6\x4b\xcf\x1e\xdd\x30\xf7\x6d\x7e\xb7\x06\xda\ \x4d\xcb\x09\x04\xbb\xdd\x4e\x2d\xd0\x7d\xcf\xbb\x26\x6f\x46\xec\ \xed\xd8\xf3\x88\x33\xca\xb9\x49\xe1\xe1\xe3\xaf\x7f\xfd\x99\x97\ \x2a\xdd\x13\xcd\xbe\xcd\x5f\x7e\xf2\x9f\x99\x4b\x3f\x78\xc7\x3e\ \xa7\xdd\x60\xd7\x86\xc4\xfc\x34\xdc\x0b\xc6\x0d\x9b\x71\x04\x11\ \xe4\x00\x02\x59\xc1\xc4\xe8\x7c\xed\x9f\xab\xe7\x1a\x3c\xac\x0b\ \x2a\x60\x8e\x24\x7d\xf4\xe6\xa0\xce\xf9\xdb\xe2\x65\x50\xc6\x18\ \x12\x96\x32\xb9\x87\xbf\xff\xc4\x91\x1a\x10\xb7\xde\xfa\xf4\x52\ \xe9\x85\x97\x8e\xbc\xef\xae\x77\xf5\x68\x82\x61\x5c\x2b\x8b\x54\ \xbf\x5a\xc6\xe7\x8a\x6f\x2d\x00\x6c\xa3\x3d\x1d\x96\x76\x6c\xdd\ \xf2\xca\xab\xc7\xcb\xf5\xe6\xea\xda\xfa\xa6\xa9\xc9\xbb\x86\xa2\ \x2b\x47\x9e\x77\x7b\xf7\xdc\x00\x4e\x23\xc5\x62\xff\xe6\xb1\x0f\ \xc4\x87\x7b\x47\xb5\xdc\xc1\xd3\xa7\x06\x77\x3c\x24\x89\x68\x69\ \xe1\xbb\xab\x53\xef\x1b\x0c\xaa\xcb\x27\x1f\xdf\x71\xeb\x2f\x3c\ \xb4\xb7\x1b\xc5\xb7\xc0\xe6\x41\xc6\xdf\x9e\xe9\xae\xe3\x32\xc5\ \x6a\xdc\xb9\x67\xfb\xc3\x8f\x3d\xf5\xb5\x67\x5e\xc6\x08\x35\x9a\ \xcd\x5f\x7f\xe8\x7e\x35\x73\xd6\x30\x94\x28\xbc\x11\x16\xae\x9c\ \x32\x30\x36\x1e\x9c\xd6\xd0\x44\x12\xbe\xb2\x40\xd5\x38\x38\x7f\ \xa1\xf6\xf5\x33\x6e\x58\x41\x24\xd3\x5e\x9e\x8c\x7d\xe2\xae\xf8\ \xa2\x23\x6a\x80\xba\xfc\x6d\x28\x1d\x82\x00\x50\x00\xac\x66\x6d\ \xe7\xae\xad\xa7\xfb\xfb\x1e\x7b\xfe\xd0\xdc\xea\xf0\xc2\xc2\xe2\ \xdd\xb7\xdd\x32\xa3\x98\x47\x36\x56\x19\x42\x10\x5c\x13\x86\xf7\ \xc5\xdd\xe7\x4a\xc7\x3a\x63\xdc\x76\x5d\xbc\x78\xe2\xa1\xad\x9b\ \x21\x84\xaf\xbd\x7e\x72\x6c\x64\xe4\xe7\x76\x4e\xf2\x85\xe3\x8e\ \xeb\xba\x8c\x5d\x23\x63\xfd\xaa\x99\x80\x08\xa0\x78\x6c\xf6\x9f\ \xfa\x23\x71\xe8\x9e\x7c\xe2\xdc\x4b\x85\x0e\xa0\xf3\x5f\x87\x86\ \xab\xe3\xc6\xf3\x2f\x7f\xba\x4b\xa8\xd1\x56\xfa\xc0\x61\x73\x53\ \xdf\x34\x2e\x3c\x3b\x97\x39\xca\xb0\x04\xe9\x15\xc7\x64\x39\x77\ \x38\xb0\x37\x56\x66\x86\x24\xf7\xbe\x7b\x1e\x39\xf8\x3c\x04\xe0\ \xc3\xef\xb9\xaf\xbb\xba\xd4\xa9\x14\x1c\x71\x08\x30\x76\x23\xac\ \x99\x20\xe0\xed\x96\xcb\x34\xe1\xa5\xd7\x2a\x47\x8a\xb4\x7b\xae\ \xbe\x6c\x82\xb8\x86\x31\x02\xbc\x63\xff\xe3\xf3\xa5\x3d\x23\x6a\ \x54\xe8\x7c\xfb\xa8\xd9\x46\xf0\x6d\x89\x54\x50\x06\x2c\xa3\x15\ \x4a\x9f\xfe\xc5\xdb\xf7\x7c\xe3\xd0\xf1\x33\x67\xcf\xed\xdb\xb3\ \xfb\xd6\x1e\xbd\xb3\x78\xda\x05\x90\x51\x7e\x8d\x98\xdd\x17\x77\ \x9f\x2b\x06\x41\x83\xf2\x8e\x61\x68\xeb\xa7\x3f\xb4\x6d\xdb\xcc\ \x40\xb2\x2f\x16\x0a\xa6\x4f\xbb\x8e\xd5\xe8\x38\xe0\xad\x37\xf8\ \xbc\x93\xfc\x46\xce\x38\x07\x90\x77\x32\x99\xc7\x57\xd6\x19\x84\ \x98\x10\x59\x80\x28\x5f\x78\x0d\x20\x89\x60\x62\xd6\x4f\x2d\x72\ \x22\x12\xd1\xa8\x1f\x7f\xb9\x7c\x84\x03\x48\x88\x22\x20\xcc\xdf\ \x8e\x74\x3f\x85\xb8\x65\x39\xc1\x8d\xc5\xbd\xbd\xe3\xdd\x0f\xdd\ \xcb\x00\x18\xe6\x0d\xb7\x94\x69\xdb\xd4\x11\xae\xff\x26\x4c\x0e\ \x00\xe3\x00\x40\x90\x4e\x1b\x8b\xab\x1c\x21\xa8\x08\x30\xb3\x61\ \x72\x04\x45\x04\x18\x07\x00\x41\xd7\x70\x9e\x3b\x51\x63\x00\x60\ \x0c\x65\x02\x39\x07\xec\xca\xed\x82\x50\xcb\xa6\x6e\xb3\xd6\xc5\ \x66\x3f\x7e\xdb\x8e\xb5\xad\x93\xe3\x51\x8d\x2c\x1d\x77\x5c\xda\ \xb2\x5d\xe5\x9a\x09\x75\xfb\xe2\xee\x73\xa5\xea\xa6\x07\xc2\xd5\ \x6d\x77\x3e\x77\xe2\x19\x01\xba\x70\xe3\x08\x51\xb4\x8d\x79\x8b\ \xd9\x16\x63\xdc\xed\xd9\xd6\x37\x3c\x7d\x1d\xa7\xf5\x04\xa2\x88\ \x44\x23\x48\x14\x89\xfe\xe6\xe7\x45\xa2\x5d\x7c\x84\x7f\xf0\x40\ \x16\xdf\xbc\xe2\x81\x04\x4b\x97\xbd\xa4\xe1\x9c\x43\x46\xa3\x3b\ \x6f\x7f\xfd\xb1\xa5\x73\x85\x06\x28\xce\x11\x59\x83\x10\xce\x9b\ \x6d\xc0\x79\x87\x68\x91\xdb\xef\x26\x90\x5f\xc7\xe5\x62\x17\xeb\ \xdc\x05\xa0\x0a\x00\x08\xf0\x07\x01\x17\xe1\x87\xdc\x66\xa8\x49\ \x6f\xee\xf0\xba\xd2\x3a\x77\x4e\xdd\x70\xef\x70\x7a\x78\xcf\x33\ \x2b\xa7\x30\xb2\xd0\xfa\x61\x22\xa9\xb9\xf3\x06\xa3\x8e\xcb\x00\ \xdc\xf4\xae\x64\x3c\xc9\xaf\x8d\x22\x25\x5f\xdc\x7d\xae\x50\xdc\ \xb9\x28\x8a\xbd\x77\x7d\xb0\xb1\xe3\x76\xc6\x39\x00\x6f\xe4\x73\ \x21\x82\x1c\x68\xc1\x80\xa6\x07\xf9\x75\x9a\xd9\x73\x99\x75\xef\ \xa6\xff\x70\x79\x02\xcd\x01\x40\x10\x59\xee\xe5\x27\xdf\x10\x60\ \x89\x89\xad\x52\xe2\xf7\x3b\x9d\x0e\x84\x10\x70\x06\x00\x10\x21\ \x02\x00\x44\x04\x31\x18\x8d\xa2\xeb\x3a\x1a\x66\x3a\x70\xdf\x00\ \xdd\xd3\x77\x39\x43\x4b\xc0\x97\xef\xbf\x73\x46\xf5\x50\xb8\xff\ \xfd\xbf\xd1\x6a\xd4\x39\xb8\x58\xb6\x21\x40\x08\x20\x44\x10\x06\ \xc2\x11\x59\x96\x7d\x71\xf7\xb9\x7e\x9c\x77\x59\x12\x95\x9e\xde\ \x1f\x2b\xfd\xfc\xba\x2e\xb5\x26\x48\xbc\xfc\x36\x68\xce\xaf\xa8\ \x43\x95\x03\x04\x40\x34\x9e\x78\xa3\x31\xf3\x87\x34\xe8\xfa\xef\ \xf2\xc0\x10\x5c\xec\x99\x7b\xeb\xa6\xbb\xc2\x01\xaf\xe9\xba\x1e\ \x08\xfc\x38\xe9\xe7\x6f\x53\x49\x8e\x2f\xee\x3e\xd7\x8c\xff\xce\ \x6f\x98\xc2\xbb\x7f\xe9\x80\xf3\x9f\xe9\x16\x51\x9c\xdd\x90\x66\ \xbf\xb4\xfa\xf9\x59\xd9\x9e\x33\x76\xed\xcf\x9c\xfe\x7e\xee\x3e\ \x3e\x3e\x3e\xd7\x21\xbe\xb8\xfb\xf8\xf8\xf8\xf8\xe2\xee\xe3\xe3\ \xe3\xe3\xe3\x8b\xbb\x8f\x8f\x8f\x8f\x8f\x2f\xee\x3e\x3e\x3e\x3e\ \x3e\x6f\x0f\x7e\xb5\x8c\xcf\x4f\x3c\x56\x08\x91\x65\xd9\xb7\xc3\ \xd5\x43\x51\x54\x84\x7e\xd8\xdf\x82\x10\x4a\x92\x24\x08\x82\x6f\ \x9f\xab\x67\x76\x51\xfc\x31\x47\x9a\x08\x82\x20\x2b\x0a\xc6\xef\ \xd4\x16\x6b\x5f\xdc\x7d\x7e\x22\x24\x49\x3a\x7c\xf8\x95\x17\x5f\ \xfc\xe7\x4a\xa5\xfc\x36\x6d\xd1\xe1\xf3\x23\xeb\x68\x84\x56\x57\ \x57\xde\xac\xe3\x18\xe3\x5a\xad\xfe\x97\x7f\xf1\x67\x1b\x1b\x1b\ \x8c\x31\xff\x34\xed\xab\x62\x76\x8c\xea\xb5\xba\xac\x28\x6f\xd6\ \x77\x51\x14\x1f\xf9\xde\x77\xeb\xf5\x5a\xbb\xd5\x82\xef\xcc\x01\ \x7f\x0d\x8b\x3b\xa7\x8e\xcb\x89\x40\x00\x73\x29\x47\x04\x43\xd7\ \x71\x21\x42\x8c\x52\x88\x31\x04\x10\x21\xe0\x3a\x2e\xc4\x18\x72\ \xc6\x00\x24\x84\xf8\x03\xff\xaa\xea\x4e\xa5\x52\x29\x95\x8a\xe5\ \x52\x09\xfa\xe2\x7e\xd5\x06\xbd\x20\x88\x7a\x20\x70\xc9\x7f\x87\ \x10\x3a\x8e\xbd\xb2\xb2\x92\xcd\x64\x5d\xd7\xf1\x2d\x7f\x95\xcc\ \x8e\x31\x0e\x04\x83\x92\x24\x5d\xd2\x77\x84\xd0\xc6\xc6\x46\x3e\ \x9f\x6b\xd6\xeb\xf0\x9d\xb9\x3f\xd2\x35\x2a\xee\x9c\x5a\x72\xdf\ \xed\x1f\xbb\x55\xfd\xd6\x3f\x3e\xc1\xf4\x84\x4a\xcc\x7c\x91\xdf\ \xf3\xa1\x0f\x98\xeb\xeb\xe3\xb7\xbd\x67\x50\x31\x8d\x56\xf6\x91\ \x6f\x1e\x9a\xf9\xb9\x5f\x98\xee\xe2\x8d\x5a\xf9\xc4\x0b\x8f\xbd\ \x7c\x26\x0b\x04\x5f\xdf\xaf\xae\xbe\x77\x75\x75\xc7\x62\x71\xdf\ \x14\x57\xdb\xce\x08\xa1\x37\x7b\x91\xba\x1e\x18\x1d\x1b\xf3\xcf\ \x15\xbb\xaa\x40\x08\x31\xc6\x97\x8c\xcc\x39\x17\x04\xa1\xaf\xaf\ \x9f\xa6\x7a\xde\xa1\xdf\x88\x5c\xb3\x86\xb6\x8d\x76\x7c\x64\x67\ \x10\x3c\x36\xf0\xe1\xff\xf3\x83\xe2\xc1\xdf\xfb\xeb\x13\x23\x7d\ \x89\xd3\xf9\x4a\xc8\x5d\xfe\xda\xe7\xbe\xbc\xde\xa4\x54\x9f\x79\ \x4f\xa8\xf5\xad\xff\xfe\xdf\x73\xc1\xdd\xbf\xfe\x91\x8f\x5b\x8d\ \xbf\x3c\xbc\x66\x4b\x82\xef\xda\x5c\xe5\x11\x43\xfc\x50\xde\x55\ \xf6\x6c\xbc\x8d\x09\xde\xfc\x0c\xe7\xef\xdc\xc8\xef\x3b\xc9\xf2\ \x3f\x6e\xfa\x7c\xe7\x0e\xf8\x6b\xf5\x73\x23\xe2\x34\xd6\x33\x2d\ \x71\x62\xb0\x5f\x0f\x03\xe6\x44\x47\x37\x0f\xe1\x76\x39\x97\x2f\ \x4a\x3d\x1f\xfc\xf8\x6f\x25\x0a\xab\xaf\x7c\xf5\x89\xb2\x6d\xdb\ \x94\xb1\xcc\xd9\xc3\xc7\x57\x6e\x1a\x9b\x18\x3a\xb2\x34\x0b\x04\ \xc9\x1f\xa3\x3f\xfd\x1b\xc0\xc7\x37\xbb\x6f\x79\x5f\xdc\x7f\x52\ \x75\xa7\x4e\x3d\xbd\xde\x9e\x79\xef\xfb\xeb\x73\x8f\x3c\xaa\x8c\ \x3d\x70\xdb\x4e\xa3\x38\x57\x33\xa0\xb9\xfe\xca\xd7\xbf\xf8\xa5\ \xf5\x26\x05\xe1\xdd\x08\x70\xdb\xb6\x28\x50\x34\x4d\x72\x1d\x8b\ \xfb\xe9\xa6\xab\x09\xa5\x94\xdd\x30\x07\x2e\xff\x0c\x17\x46\xf0\ \x5f\xee\x44\xc6\x39\x77\x5d\xd7\xb7\xcc\xd5\x95\x1b\x84\x7e\x74\ \x6d\xe4\xba\xee\x3b\x7a\x4e\xbd\x76\x57\x1c\x88\x5a\xab\xcb\x85\ \x5f\xfb\xd5\x0f\x3c\xfc\xbb\x5f\x39\xca\x02\xff\xea\x8f\x3e\xf4\ \xd4\xe7\xbf\x53\xa3\x7d\x81\xf8\xc0\xe6\x99\x9d\xf1\x96\x95\xab\ \x08\x62\xa0\x6b\xd3\xb6\x9d\x3d\xa1\xad\x9b\x03\xc5\x87\x4f\xae\ \x40\xd1\x2f\x17\xbb\x5a\x30\xc6\x42\xa1\x90\xa6\x69\xef\x84\x1d\ \x93\xde\xa9\x40\x04\x6b\xd5\x9a\x6d\x5b\x6f\x56\x76\x42\x48\x77\ \x77\xb7\xef\xb8\x5f\x4d\x65\x87\x66\xa7\xd3\xa8\xd7\x7f\x68\x4e\ \x8d\xc7\x13\xa2\x24\x72\xe6\x7b\xee\x6f\xbf\x0b\x83\xf2\x2b\x47\ \xff\xfe\xf3\xa5\x33\x39\xc3\xb1\x0f\x7f\xe9\x2b\x4e\xf6\x6c\x01\ \x39\xf0\xf0\xc9\xf4\xc8\xe6\xbd\xfd\xd4\x78\xfd\xc5\x43\x2f\xbe\ \x32\x37\x33\xb5\x33\x50\x5c\xff\x87\x2f\xbe\xb0\x56\x87\xa2\x9f\ \x4f\xbd\x6a\x58\x96\x75\xcb\x2d\xb7\xde\x79\xd7\x5d\xa6\x69\xfa\ \xd6\xb8\x4a\x48\x92\xf4\x97\x7f\xf1\xe7\x4b\x4b\x4b\x81\x40\xc0\ \xf3\x19\x29\xa5\x5d\x5d\x5d\xff\xf6\xdf\x7d\xca\x77\xde\xaf\x1e\ \xb2\x2c\xbf\xf2\xca\xcb\x5f\xfa\xe2\x17\x63\xb1\xd8\xa5\x27\x6d\ \xdb\xfe\xc0\x07\x3f\x38\x36\x36\x66\xdb\xb6\x2f\xee\x6f\xb7\x17\ \x83\x05\x5e\x5f\x7f\xea\x91\x25\x51\x51\x44\x58\x7f\xfe\xc0\xe3\ \x58\x56\x44\x98\x3f\xf8\xcd\xbf\x79\x92\x01\x00\xa1\x24\xcb\xfc\ \xc2\xe2\x4b\x2e\x43\x98\x48\xb2\x2c\x10\x3f\x95\x7a\x75\xa1\x94\ \x3a\x8e\xe3\x38\x8e\x6f\x8a\xab\xe6\xd0\x08\xb9\xdc\xc6\x46\x26\ \xa3\x8e\x8f\x5f\xaa\xdc\xe0\x9c\x3b\x8e\xe3\x8b\xfb\xd5\x43\x14\ \xc5\x66\xb3\xb9\xb6\xb2\x2c\x4b\x52\x20\x18\xbc\x14\x7b\x74\x5d\ \xf7\x1d\x3d\xe0\xaf\xe5\x44\x30\x07\x88\x28\x2a\xf1\x1e\xc9\xaa\ \x02\x00\xe0\x00\x2b\x5a\xe0\xcd\x77\xc3\x5b\xca\x9f\x72\xce\x00\ \xc4\x18\x72\xc7\x75\x10\xfe\xc1\x79\x5c\x8c\x39\x0c\x20\x8c\x30\ \x04\x8c\x73\x44\x30\xe1\x9c\xb1\x1f\xbb\xe9\x3e\x44\x08\x00\x97\ \x5a\x00\x12\x04\x21\x00\x80\x33\x97\x41\x42\x20\x77\x19\xc5\x88\ \x00\xc0\x19\x73\x39\x40\xf8\x8d\xda\x58\xc6\x29\x42\x22\x02\xd4\ \x71\x6d\x88\x04\xc0\x29\x07\x10\x23\x02\x00\xa3\xcc\x05\x80\x60\ \xe4\x2f\x38\x7c\x2e\x0d\x45\xf6\x4e\x0f\xf5\xbe\x13\xe1\x9c\x5f\ \x7f\x29\x25\x72\x23\xdd\x36\xae\x1c\xd8\x7e\xe7\xee\x5f\x49\xa9\ \x72\x76\xe9\xab\x07\xe7\x0e\x19\x94\x12\xa2\x02\xd6\x09\x74\xff\ \xfc\x2f\xec\xdd\xf3\xcc\xb3\xff\x71\x1d\xec\xfb\xd8\x1d\x1f\x07\ \x56\xb5\x54\x7c\xea\xd9\x93\xcf\xba\x58\x84\x6f\x9a\x18\x38\x0a\ \x6d\xdf\xfe\xc9\xad\xb1\xa4\xdb\x7c\xf5\x99\xe3\x5f\xcf\x1a\x6d\ \x00\x90\x1c\xda\x71\xff\xae\xdf\xec\xd3\xec\x93\xaf\xff\xd5\xd1\ \xcc\x2a\xe7\x2c\x31\xf8\xab\x0f\x6e\x1e\x7b\xe2\x99\xff\xb4\x41\ \x31\xe7\xc2\x9e\x9b\xff\x74\x57\x90\x9a\x8c\x97\xb2\x07\x9e\x9e\ \x7d\xfd\x96\x5b\x3e\x2d\x6e\xfc\xcd\xe3\x0b\x17\x20\x90\x76\xee\ \xfd\xc3\x11\xf7\xf1\x6f\x1d\x3f\x4a\x88\x9f\x2d\xf0\x01\x00\x00\ \x08\x21\x84\xfe\x64\xff\xb3\xb1\xfc\x75\xf6\x8d\xde\x01\xa1\x0c\ \x46\x5d\x06\x20\x42\xd0\xb5\x2d\x97\x71\x08\x21\x67\xd4\xb6\x1d\ \x00\x11\xa7\x8e\xed\xd0\x9f\xf8\xe2\x21\xc4\xdb\x73\xa7\xff\xfc\ \x1b\x47\xbf\xdf\x3f\xfa\x60\x77\x20\xb9\x73\xcb\x27\x06\x74\x42\ \xc9\xe0\x9e\x4d\xef\x4b\x08\x22\x46\x40\x52\xfa\x78\xe3\xe0\x3f\ \x3c\xf9\x3b\x07\x4e\xbe\x40\xb1\x08\x01\xe0\xcc\xb6\x1d\xc3\x61\ \x14\x42\x84\x80\x39\x3f\xf7\xb7\xdf\x7b\xed\x1b\x28\xba\xa7\x4b\ \x0b\x0c\x0d\x7f\x74\x26\x35\xb5\x79\xe2\xe7\xd5\xfa\x77\xbe\x75\ \xec\xc8\xd6\x2d\x1f\x8e\x60\x1b\xeb\x5b\xf7\x4f\xdc\x15\x53\x44\ \x04\x01\x07\x00\x40\x39\xa4\x92\x33\x27\x7e\xff\x0b\xcf\xfc\x5d\ \x78\xe8\x63\xdb\x52\x13\xe1\xe0\xf4\xae\x2d\x0f\x86\x79\x13\x06\ \x77\xdc\x34\xfa\x40\x4f\x30\x04\xb9\x9f\xa3\xf4\xf1\xf1\xb9\xc1\ \xc4\xdd\x76\xdc\xb1\x3b\x7e\xfd\xb3\x5f\xfc\xda\x97\xfe\xfe\x5b\ \x9f\xfd\xa3\xdf\x1e\x54\xa1\xed\xd8\x2e\x0a\xbe\xfb\xb7\xfe\xcb\ \xdf\xff\xd3\x3f\x7d\xf9\xf3\x7f\x7c\xf3\xb0\x66\x3b\x3f\xd1\x62\ \x0a\x42\x64\xb6\x2f\x9c\xcb\x5e\x10\xe5\x70\xa7\xb9\xd2\xb0\xb8\ \x28\x48\x8c\x0a\x93\x13\x0f\xb2\xc2\xe3\x67\x0a\x65\x82\x11\x03\ \x54\x0c\xec\xbd\x6f\xcf\xc7\x07\x74\x85\x32\xc6\x39\x55\xc3\x5b\ \xb7\x8c\xdc\x3d\x1a\xee\x06\x9c\x32\xb7\x65\xe1\xde\x77\xed\xfe\ \xd5\xa0\x7d\x21\x5d\x6f\x09\x82\x4c\xc4\x44\x97\xa6\x67\x0a\xa7\ \x33\x1b\x47\xea\x30\x99\x90\x23\x93\xe3\x0f\x34\xd7\x1f\x3e\x5f\ \xa9\x23\x2f\x2c\xc3\x19\x05\x62\xa2\xfb\x96\x6d\x23\xfb\x55\x5e\ \x6d\x52\xc9\x6d\x1f\x5f\x36\xbb\xa6\xfb\xa6\xc6\x7a\x77\x37\x0a\ \xaf\x14\xec\x80\x04\x81\x2f\xee\x3e\x3e\x3e\x37\x96\xb8\x23\x44\ \xac\xca\xca\xf7\xfe\xf6\x4f\xff\xf0\x3f\xfd\x25\xdd\xfa\x91\x7f\ \xf3\xf3\xdb\xda\x4d\x73\xe2\xce\xdf\xf8\x9d\xf7\xa6\xbe\xfc\x27\ \x7f\xf0\xd8\xc6\xe0\xef\xfd\xee\x6f\x76\xa1\x8e\xfb\x93\xc5\xca\ \x18\x73\x23\xa9\x07\xef\x9b\xde\x7a\xec\xf4\x37\xab\x9d\xd2\x2b\ \xaf\xfd\xbf\x59\xb2\x75\x67\xb7\x7a\x3e\x3d\x8b\x88\x4a\x88\xd6\ \xa9\x3e\xf1\xc8\xe1\x2f\x55\xf0\xcc\x03\x7b\x3e\xaa\x03\x9b\x52\ \xaa\x04\x27\xa6\x06\x6e\xeb\x0f\xc5\x21\xa7\x10\x4b\x6e\xe3\xd8\ \x77\x9f\xfe\xf4\x79\x6b\x64\xef\xf0\xd4\xf9\xd9\xcf\xbd\xbc\xbe\ \x84\xb1\xc4\x39\x07\x9c\x31\xda\xd1\xbb\xee\xdd\x1c\x6a\x9d\x49\ \xaf\x88\xa2\x4a\x10\x01\x80\x73\xc0\x38\xd4\x92\x5d\xfb\x86\x43\ \xe8\x95\xa3\x7f\x36\xdf\xb2\x24\x5e\x38\xb9\xfc\xea\xe0\xc4\x27\ \x77\xa7\x94\xd9\xf9\xa7\x1c\x21\x21\x42\xdf\x73\xf7\xf1\xf1\x79\ \x9b\xb9\xd6\x63\xee\x02\x06\x6b\x27\x9e\x3c\xdb\x32\x1c\x71\x60\ \x75\xa3\xd8\x2b\x11\x8e\xf5\x3d\xf7\xdc\xbe\xf4\xc4\x67\xbf\xf3\ \xd4\xb3\x72\xb6\xf7\x83\x5f\xf8\x95\x9d\xa3\xfa\xf7\xcf\xbb\x44\ \xfa\x5f\x4c\x54\x9c\x3b\x48\x99\xbe\x63\xeb\xbd\xe7\x8e\xff\xc9\ \xd1\x4c\x46\xd3\xba\x43\x7a\x97\xa6\x6a\x44\x4a\xdd\xb6\xfb\x37\ \x07\xba\x46\xa4\xe6\xb6\xf9\xca\x4b\x85\xe2\xd1\x06\xef\xdf\x72\ \xcb\x2d\x1a\x06\x4d\x28\x96\xd7\xbe\xfd\xad\x55\x06\x21\x21\x48\ \x44\x50\x20\x22\xb4\x3a\xcd\x0e\x05\x11\xa2\x04\x83\x23\x80\xb9\ \xd5\x8e\x19\x0f\xf5\xea\x8d\xa8\xc6\x1b\x06\xc4\x44\x1e\xbd\x7b\ \xdf\xe6\x81\xf8\x50\xab\x7f\xeb\xea\xb9\xc3\x2e\x0e\x62\x5a\x38\ \x79\xe6\x2f\x9e\x5e\x2f\x8b\x08\x6a\xdd\x9b\x05\x8c\x72\xe9\x43\ \x63\x63\x1f\x4b\xd6\x3f\x77\xa1\x6a\x6d\x9a\xd4\x05\x04\x00\x07\ \x7e\x03\x96\x8f\x8f\xcf\x0d\x24\xee\x1c\x70\xc6\xa5\x9b\x3e\xf4\ \x89\x7f\xf5\x91\x0f\x4d\xca\x0b\xff\xfb\x3f\x1c\xc6\x6a\x34\x31\ \x20\xad\xbe\x56\xc1\x72\x10\xb4\xb3\x25\x24\xc4\xba\x42\xfc\x6c\ \xe1\x7f\xb9\x0a\xa1\x94\x26\x62\x37\x6d\xea\xee\xd7\x9d\x4f\x0e\ \x4f\x96\x5e\x9e\x3d\xba\x73\xc7\x2f\xaf\x9f\xfc\x93\x2f\x3e\xf2\ \x2d\x2e\xcf\x7c\xf8\xd6\x8f\xce\x9e\x7f\x2d\x31\xf8\x91\x77\x8d\ \xcd\xa8\x52\x70\x7d\xfe\xef\x4a\x2e\xc6\x18\x40\x48\x08\x00\x10\ \x40\xce\x5d\x24\x0e\xdf\x71\xd3\xaf\x45\xc5\x80\xe8\x5e\x38\xb0\ \x3c\x37\xb9\xf9\xf7\x7a\x9b\xdf\x78\x76\xee\xbb\xef\xdb\xf7\x5b\ \xbf\x3e\x0e\x56\xcf\x7d\xe1\xdc\xc2\xd1\xd9\xf9\xbf\xe7\xd2\x96\ \x0f\xbd\xeb\x17\x66\x97\x5f\xa3\x58\x82\x00\x70\x00\x10\x96\x64\ \x31\x20\x70\x0b\x61\x02\x20\x46\x4e\xf6\xf9\x23\xff\xb7\x62\x2d\ \x31\xb4\x03\x42\x41\x44\x88\xfb\x8d\x9f\x3e\x3e\x3e\x37\x94\xb8\ \x03\x00\x10\x86\xc5\xa5\x33\x07\x9f\xd2\xa5\x87\xde\xfd\x81\xf7\ \xdd\xfc\xfa\x97\xcf\x70\xc0\xf9\x1b\x61\x6a\xc6\x7f\xd2\xea\x02\ \x42\xa4\x7a\xe1\xd1\xbf\x7b\xec\x9f\x45\x41\x82\xdc\xaa\xb7\xcb\ \x2f\x1c\xfe\x33\xea\x58\xaa\x12\x05\x60\xe3\xd9\x57\x3f\xef\x3a\ \x2e\xdc\x78\xfa\x60\xfd\x28\x70\x1b\x95\x66\x91\x5f\xac\x95\xbc\ \xf8\xee\x10\x62\xe6\xa4\x5f\x39\xfe\x05\x99\xc0\x76\x2b\xd3\x74\ \x68\x6b\xee\xb3\x8b\xbc\xdd\xe9\x98\x8f\xbc\xb8\x16\x20\xb4\xd2\ \x2c\x20\x41\xc3\x00\x00\x9e\x79\xea\x95\xcf\x3b\xd4\xdb\x83\xb8\ \x7d\xf8\xe5\x3f\xe6\xae\x21\x62\x04\x81\x4c\xab\x2f\x3f\xfa\xca\ \x51\x9b\xcb\x4e\x65\xb6\x01\x05\x01\x9f\x7a\xe4\xd0\x39\x9b\xfb\ \xdd\x57\x3e\x3e\x3e\x37\x9c\xb8\x43\xce\xac\xf4\xdc\xab\x0b\x87\ \x9f\x3e\x69\x25\xfe\xe2\x17\x3f\xd2\xf3\x95\x23\xc5\x1c\xdd\x13\ \x0a\x50\xbb\x4d\xc4\x68\x0c\x38\xb5\x72\x13\xe0\x9f\x24\x79\x00\ \x99\xdb\xaa\x36\x1b\xde\x63\x84\x10\x77\x4d\x08\x31\x04\x10\x00\ \xd7\xb4\x1a\x10\x62\x60\x57\x8b\x56\x19\x00\x88\x90\xf0\x23\x7a\ \x0b\x01\xb7\x1b\xcd\xd5\x3a\x00\x10\x22\x82\x90\x65\x95\x39\x40\ \x18\x93\x8e\x91\x35\x01\x40\xe8\x92\x44\x5f\x7c\x37\x08\x00\x00\ \xdc\xb2\x6a\x00\x60\x08\x2f\x7e\x17\xc3\xea\x20\x88\x30\x96\x00\ \x00\x9c\xdb\x86\xd5\x41\xd0\xdf\xf0\xcf\xc7\xc7\xe7\x86\x0b\xcb\ \xe0\x9e\xa9\xad\x8a\x59\xad\x99\x63\x77\xed\xdb\xe6\x14\x5f\x6a\ \x9a\xcd\xd3\x2f\xbc\xf6\x89\x5f\x7a\xe8\xa6\xc7\x4f\x46\x1e\xfa\ \x90\xba\x31\x7f\x6a\xa1\x21\x08\xca\x4f\x36\x53\x20\xfc\xa6\xe3\ \x0e\xe0\x0f\x54\x15\x5e\x54\xd8\x7f\xf9\x03\x3f\xe6\xf5\x88\xbc\ \xf9\xe5\x9e\x9a\xbf\xf9\xc9\x7f\xf1\x6e\x3f\xfc\x5b\xbc\x7f\x82\ \xff\xb3\x9f\xf4\xf1\xf1\xf1\xb9\x41\xc4\x9d\x3b\x14\xef\x7a\xdf\ \xbf\xfe\xc4\xfe\x3e\x0b\xc8\xa0\x70\xe6\xff\xfb\x7f\xbe\x64\xc8\ \xf2\x99\x27\x3f\xff\xd5\x99\xcf\xfc\xd1\x5f\x7f\x95\x75\xd2\x5f\ \xf8\xcc\x5f\xaf\x5a\xa2\xe4\x6f\xf4\xeb\xe3\xe3\xe3\xf3\xce\x11\ \x77\x28\x62\xfb\xe9\xcf\xfd\xc7\xc3\x5f\xd5\x08\xa0\x8d\x4a\xb1\ \xd1\xe1\x92\xac\xf0\x4e\xee\x6b\x7f\xfc\x5b\x4f\xc4\x23\xd4\xa8\ \x55\xea\x1d\x49\xf2\x8f\x8f\xf0\xf1\xf1\xf1\x79\x27\x89\x3b\x00\ \x00\x38\x9d\x56\xc9\x6c\x02\x00\x20\x44\x92\x08\x01\xe7\x10\x13\ \xcc\x9d\x72\x21\x0f\x20\x24\xa2\xaf\xec\x3e\x3e\x3e\x3e\xef\x40\ \x71\x87\xe8\xc7\x1c\x4f\x0b\x21\xf2\xcf\x1d\xf3\xf1\xf1\xf1\xf9\ \x9f\xe1\x6f\x93\xeb\xe3\xe3\xe3\xe3\x8b\xbb\x8f\x8f\x8f\x8f\xcf\ \x3b\x01\x3f\x60\xed\x73\x65\xde\x01\x82\x9c\x03\xc6\x18\xe7\x1c\ \x42\x28\x08\x02\xc6\x88\x10\xe2\xba\x94\x31\xca\x18\x83\x10\x41\ \x08\x3b\x9d\x0e\x21\x44\x51\x14\x84\x90\x6d\xdb\xde\x31\x08\x82\ \x40\x04\x41\xf4\x5e\x4b\x29\x45\x18\x33\x4a\xf9\x45\x18\x00\xd0\ \x3b\x9c\x18\x42\xc0\x39\x80\x10\x22\x84\x00\x00\x94\x52\xaf\x6d\ \xcd\xdb\xf4\xfc\x8d\x3d\x72\x2f\x6e\x81\x8e\x10\x12\x45\xd1\xb6\ \x6d\xce\x39\xe3\x0c\x7a\xbb\x3a\x78\xef\x03\x2e\x76\xbe\x79\x0f\ \xbc\x37\xc4\x18\x43\x08\xbd\x8d\xbc\x09\x21\x94\x52\x4a\xa9\xf7\ \x8b\x20\x82\x18\x13\x84\x90\xf7\x1b\x11\x84\x9c\x73\x0e\xb8\xeb\ \xb8\x1c\x00\x81\x10\x84\x31\x04\x00\x13\x0c\x01\x74\x5d\x17\x21\ \x74\xe9\x13\x72\xce\x11\xc6\x10\x02\xce\x38\xe7\xfc\xcd\xfb\x4b\ \x50\x46\x01\x00\x08\x22\x4a\xa9\x65\x59\x97\xb7\xd3\x2c\xc6\x18\ \x23\x04\x11\x24\x5e\x03\x35\x00\x08\x21\xcb\xea\x20\x88\x20\x84\ \x9c\x73\x4c\x30\x84\xd0\x75\x5d\x42\x04\xe6\xfd\x46\x84\x28\xbd\ \xf8\xc0\xdb\x32\xde\xfb\xb4\xde\x47\x73\x5d\xea\xba\x0e\x21\x04\ \x21\xcc\x39\xf3\x7e\x12\x42\x48\x30\xb1\x6d\x9b\x03\x4e\x30\x81\ \x08\x72\xc6\x31\xc6\x94\x51\xc0\x39\x26\x84\x73\x0e\x01\x84\x08\ \xba\x8e\x43\x29\x63\x8c\x71\xe0\xed\xdb\xca\x2f\x99\xfa\x22\x10\ \x40\x08\x21\xf0\xfe\x20\x00\x00\xc2\x08\x23\xec\x8d\x1f\xef\x55\ \x10\x40\x84\x11\x63\x9c\x52\x2a\x08\xc2\xc5\xab\x00\x81\x77\xb2\ \xe3\xa5\xcb\x8d\x10\xe2\x9c\x5f\x1c\x13\x10\x72\xcf\xc4\xde\x48\ \xb9\x38\x30\x18\x00\x00\xbe\x51\x75\xcc\x19\xf7\x2e\x39\x07\x9c\ \x31\x86\x20\x32\x4c\xf3\xb2\x77\xcc\x67\x8c\x41\x08\x25\x49\xf2\ \x46\x8b\x20\x08\xa6\x69\x52\x46\x05\x22\xb8\xae\x23\x8a\x12\x11\ \x88\x65\x59\x04\x13\x6f\x24\x88\xa2\xe0\x38\x2e\x65\x54\x14\x44\ \xd7\x75\xbd\xd1\x75\xe9\x24\x16\xd7\x75\x29\xf5\x46\x8e\xf7\xcc\ \xc5\x03\x5a\x30\x26\xde\x0f\x13\x42\xde\xb0\x03\x84\x10\x38\x8e\ \x2b\x8a\xa2\xeb\xba\x08\x41\x8c\x89\x6d\xdb\x94\x51\x08\x00\xe3\ \xdc\x1b\xea\x97\xbe\x17\xf4\xc5\xdd\xe7\x4a\xe0\x9c\xb7\x5a\x26\ \x21\x44\x56\x14\x55\x51\x0c\xd3\x5c\x5b\x4f\xb7\x5a\xad\x52\xa9\ \x14\x8f\xc5\x24\x59\x0a\x05\x43\x56\xc7\x72\xa9\xbb\x7d\xfb\xf6\ \x4c\x3a\xf3\xca\x2b\x87\x8d\xb6\x31\x30\x38\x90\x4a\xa5\xfa\xfb\ \xfb\xd2\xe9\xcc\xf2\xca\xd9\x50\x30\x20\xcb\x4a\x24\x1c\xaa\x15\ \x8a\xc1\x50\x48\x20\x44\x14\x45\x59\x51\x2e\xde\xf0\x10\x72\xc6\ \x21\x04\xcc\xa5\xad\x56\x0b\x61\x1c\x8a\x86\x29\x75\x21\x44\xde\ \xcd\x4b\x29\xb3\x6d\x1b\x22\x28\x10\x42\x29\x6b\xb7\x5b\x0b\xf3\ \x0b\xfd\x03\x03\xb2\x28\x49\x8a\x4c\x29\x83\x10\x40\x84\xe0\x25\ \x7d\x7d\x63\xae\xe0\x8c\x35\x1a\x8d\x52\xb1\x68\xdb\x76\x20\x10\ \x04\x80\x17\x0a\xc5\x58\x2c\x16\x0a\x85\xea\xb5\x3a\x84\xd0\xb6\ \xac\x72\xb1\x64\x18\x46\x2c\x16\xb3\x6d\xbb\xd3\xe9\x48\x92\x04\ \x21\x1c\x18\x18\x70\x5d\x77\xa5\x90\xaf\xd5\x6a\x8c\xb1\x72\xb5\ \xc2\x38\x8f\xc7\xe3\x86\x69\x34\xea\x0d\x8c\x71\x2c\x1a\x25\x18\ \x37\x1b\x4d\xcb\xb1\x45\x49\x96\x65\x99\x10\xcc\x18\xb7\x2d\x8b\ \x03\x10\x09\x87\x5d\xd7\x6d\x34\x9b\xdd\xdd\x5d\xd3\xd3\xd3\x97\ \x71\xc4\x12\x46\xa8\x50\xae\xd4\xeb\x2d\xdb\xee\xe4\xf3\x39\xc8\ \x01\x82\xa0\xd5\x6e\x6f\xd9\xb2\xb5\x65\x18\xb6\xed\x10\x42\xf2\ \xb9\x3c\xa3\xb4\xbb\x2b\x51\x28\xe4\x03\xba\x8e\x30\xaa\xd7\x1b\ \xb1\x78\x1c\x40\x54\x6f\x34\xba\xbb\xbb\x30\x46\x8d\x46\x83\x52\ \x8a\x11\x86\x10\xa6\x52\x3d\xbd\x3d\x3d\x99\x6c\xb6\x51\x6f\x28\ \xaa\x12\x89\x44\x01\x84\x46\xbb\x5d\x2e\x97\xa7\xa6\xa7\x20\x84\ \xe9\x8d\x9c\x6d\xdb\x9a\xa6\x96\x4b\xe5\x48\x34\x0a\x20\x28\x95\ \x4a\xa2\x28\x72\xc6\xdb\x86\xd1\xdf\xdf\x17\x0e\x87\xf5\x90\x86\ \x10\xb6\x2c\x4b\x16\x09\xbc\xa8\xa7\x00\x42\xc0\x38\x60\x1c\xd8\ \xb6\xe3\xb8\x2e\xe3\xdc\x34\x3b\x00\x82\x56\xb3\x55\xab\xd5\x5a\ \xad\x96\x24\x0a\x18\x61\xd7\x75\x18\xa5\xad\x66\x4b\x51\xe5\x44\ \x3c\xbe\xba\xb6\xda\x6e\xb5\x00\x00\x8e\xe3\x2a\x8a\x0c\x11\x22\ \x18\x7b\x9e\x81\x61\x18\x98\x10\x42\x88\xe3\x38\xae\xe3\x28\x8a\ \x42\x04\x41\x10\x04\xce\xb9\x65\x59\x18\x63\x51\x92\x39\x03\x66\ \xc7\xb4\x6d\x1b\x42\xa8\xa9\x9a\xe3\xba\x02\x21\x18\x63\x49\x96\ \x6d\xab\x73\xd3\xde\x5d\xde\xcf\xbf\x75\x57\x06\xa9\x8a\xee\x38\ \xf6\xdc\xd9\x73\x99\x6c\x66\x60\xa0\x6f\x61\x61\x61\xff\xbe\x9b\ \x03\x81\xe0\xca\xca\x5a\x6f\x6f\xdf\x89\xe3\xaf\xe7\xf3\xf9\x4d\ \xd3\xd3\xe5\x4a\x99\x52\x1a\x8b\xc5\x57\x96\x97\xfb\xfb\xfb\x23\ \xd1\xc8\x85\xf3\x17\x92\xc9\x64\x34\x1e\x2b\x95\xca\xe5\x52\x49\ \x96\x65\x0e\xf8\xf0\xf0\x70\x24\x12\x69\x34\x1a\xf5\x7a\x55\x53\ \x55\x0e\x38\x42\x08\x42\x58\x28\x64\x7a\x7a\x7a\x12\x89\xae\x4c\ \x26\xd3\x6c\x34\x09\x21\x9d\x4e\x87\x73\x9e\x4c\x25\xcf\xce\xce\ \x75\x77\x77\xdb\x8e\x9d\xcf\xe7\x47\x47\x47\x63\xb1\x18\x75\xa9\ \x24\x4b\xde\x89\x51\x84\x60\x6f\x98\x33\xce\x7c\x71\xf7\xb9\x22\ \x71\x6f\x36\xdb\xbd\x7d\x7d\xba\xae\x8b\xa2\xc8\x01\x82\x90\x3c\ \xf9\xe4\xd3\x4f\x3f\xfd\xcc\x3d\xf7\xdc\xfd\xc9\x4f\x7e\xd2\x68\ \xb7\x57\x56\xd6\x73\xb9\x0d\x08\x10\x84\xe8\x9f\xfe\xf1\xe1\xb3\ \x67\xcf\xfe\xfb\xdf\xfd\x5d\x4d\x0d\x34\x43\x6d\x42\xa4\x74\x26\ \xf3\xfc\x0b\xf3\xba\xaa\xdd\x7b\xd7\xdd\x85\x8d\x7c\x57\x57\x62\ \x62\x62\x42\x0b\x05\x23\xb1\x18\x03\x0c\x40\x88\x2e\x39\x7f\x2e\ \x4b\xaf\xae\x6d\xe4\x36\xc6\x46\xc6\x1c\xea\x42\x04\x91\x48\x08\ \xc4\x94\xd2\x46\xa3\x81\x10\x52\x24\xd9\x75\x5d\x45\x56\xbe\xf6\ \xe5\xaf\xde\x7b\xef\xbd\x7b\xf7\xec\x91\x15\x05\x12\x82\x7e\xa4\ \x7b\xd9\xa5\x94\x60\x0c\x00\xb0\x16\x16\x0b\x1b\xf9\x7c\xa1\x30\ \x32\x3c\x6c\x98\xe6\x81\x03\x07\x66\x66\x66\xf6\xec\xd9\x43\x30\ \x59\x5a\x5e\x32\xda\xc6\xd9\x93\xa7\x16\x17\x16\x47\x47\x46\x8b\ \xa5\x22\x67\x8c\x71\x9e\x88\x27\x7a\x7b\x7b\x6f\xbd\xf5\x96\xa7\ \x1e\x7d\xc2\xec\x18\xad\x76\xf3\xc9\x83\x4f\x57\x6b\xb5\xd1\xc9\ \x09\x51\x14\xcf\x9d\x3f\x67\x5b\xee\xae\x99\x6d\x03\x3d\x7d\x27\ \x4e\x1c\xaf\x36\x5b\x44\x14\x55\x55\x45\x08\x43\x08\xa6\xa7\xa7\ \x01\x00\x23\x23\x23\xdb\xb7\x6f\xef\xea\xea\x72\x1d\x7a\x79\x6e\ \x3b\x21\x78\x3d\x5b\x98\x5f\xcd\x34\xab\x95\x57\x8f\xbe\x92\x5e\ \x5d\xcd\xae\xaf\x33\xc8\xef\xbe\xe7\xfe\x7c\xa9\x4c\x04\x51\xd7\ \x83\x95\x42\xb1\x55\xaf\x4d\x4d\x4c\xbc\xfc\xf2\x8b\x63\xa3\x23\ \xf5\x46\x8d\x88\xa2\x43\x41\xb9\xde\x50\x34\xed\xd6\x5b\xf7\xef\ \xd8\x3e\x83\x09\xee\x4b\xf5\x6a\x9a\x76\xf4\xc8\xab\x67\xcf\x2d\ \xef\xde\xb9\xd3\x75\xdc\xa5\xa5\x25\xc7\x75\x77\xed\xbd\x49\x55\ \x35\xa2\x84\x8a\xd5\x75\x76\x7e\x35\x1a\x8d\x42\x41\x2b\xe6\xaa\ \xaf\x9f\xbe\xe0\xb8\x4e\x28\x54\x9e\x98\x9e\x3a\x7e\xfa\x02\x11\ \x84\xd3\xa7\x4f\xa9\x8a\xba\x6b\xf7\xae\x9e\x54\xcf\xc4\xe4\x44\ \xab\x55\xeb\xef\xeb\x4b\x26\x42\xf8\x8d\x55\x01\x00\x80\x02\x60\ \x31\x50\xa9\xb6\x98\x69\xb5\xda\x46\xb6\x52\x72\x39\x9f\x3d\x75\ \x7a\x6d\x6d\x4d\x91\x25\xc0\x68\xa7\x6d\x2e\x2f\x2d\x08\x18\xe7\ \xb2\xd9\x8e\x65\xa6\xba\xbb\x4f\xbc\xfe\x5a\xb5\x5a\x15\x45\xd1\ \xb2\x4c\x59\xd6\x64\x59\x52\x14\x45\x92\xa4\x6a\xb5\x56\xaf\x57\ \x04\x51\x56\x14\xb5\x51\xaf\x01\xc0\x54\x2d\x10\x8b\xc5\x63\xb1\ \x68\xbb\xdd\x5e\x5f\x4f\x6b\x9a\x16\x0c\x45\xdb\xa6\xed\xd8\x2e\ \xe7\xcc\x34\x4d\x49\x96\x24\x51\x82\x10\x86\xc3\xe1\xf1\xf1\xf1\ \x42\xa1\x30\x33\xb3\x45\x12\x45\xfa\x16\xc5\x9d\x73\x8e\x10\x8e\ \x45\x93\x82\x88\x9f\x7f\xfe\x9f\x8f\x1c\x3e\xf2\xb9\xcf\xfd\x55\ \xa5\x52\xfe\xa5\x8f\xfd\xca\xc4\xc4\xd4\x6b\xaf\xbd\x3e\x39\x39\ \x65\x77\xcc\xc7\x1f\xfb\xfe\xfb\xde\xf7\xbe\x67\x9f\x7d\x8e\x31\ \xba\x63\xc7\x8e\x03\x07\x0e\xdc\x76\xdb\x6d\xb3\xb3\xb3\x8e\xe3\ \xcc\xcc\xcc\xec\xbe\xe9\xa6\xae\xae\x84\xa2\x68\xa3\xa3\x63\x4b\ \x4b\x8b\xcf\x1d\x7c\xe1\xf6\x3b\x6e\xd7\x75\xbd\xd9\xd8\xd8\xc8\ \xe4\xc6\x27\x26\x42\xc1\xa0\xaa\xaa\xa5\x62\xa5\xdd\x32\x65\xb9\ \xad\x69\x41\xd3\xb0\x72\xb9\x1c\x42\xc8\xb6\x9d\xd1\xb1\x71\xdb\ \x76\xd3\xeb\xd9\x7c\x21\x7f\xe2\xc4\xeb\xef\x7f\xbf\x6e\x75\xdc\ \xa1\xa1\x41\xdb\xb6\x09\x16\x93\x3d\x49\x08\x7f\xb0\xc4\xf1\xc5\ \xdd\xe7\xf2\x81\x10\x0e\x0c\x0e\x76\x77\x77\x0b\x02\x71\x1c\x37\ \x10\x08\x84\x42\xa1\x6a\xb5\x7c\xec\xd8\xb1\x7a\xbd\xbe\xb4\xb4\ \xb4\x79\xf3\xe6\xd1\x51\x57\x55\x95\xc7\x1f\x7f\x22\x12\x89\xc4\ \x62\x51\x59\x96\x72\xf9\x5c\xb2\x90\x1c\x1a\x1c\x24\x04\xbf\xe7\ \x3d\xef\x79\xfa\x99\xa7\x55\x49\x5e\x5e\x5a\x72\x1d\x37\x1c\x09\ \xcb\x8a\x22\x2b\x0a\xa5\xd4\x76\x1d\x00\x81\x28\x08\x18\x61\xce\ \x38\x84\x30\x14\x0e\x2d\x2e\x2e\x38\x8e\x4d\x24\x89\x31\xca\x28\ \x63\x10\x00\x00\x74\x5d\x07\x00\x20\x08\x5b\xad\x16\x46\xa8\xbb\ \xbb\x1b\x63\x6c\xd9\xb6\x6d\x3b\x4a\x40\x03\x10\x7a\xb1\x17\xce\ \xf9\xc5\xe5\x30\xe7\x00\x00\xcb\xb2\x54\x55\xdd\xb5\x6b\x57\xb3\ \xd5\x52\x14\x25\x9d\x4e\x87\xc2\xe1\x76\xbb\xdd\x6e\xb7\xbd\xa5\ \xf7\xe0\xe0\x60\x44\x0f\xc8\x92\x2c\xcb\xf2\xea\xda\x6a\xab\xd5\ \x0a\x06\x83\x44\x20\x6b\xeb\x6b\xa9\x9e\x0f\x4b\x92\xd8\x68\xd6\ \x6d\xc7\x89\x46\x63\x2e\xa5\x8a\x22\x43\x88\x34\x55\x4b\xc4\x95\ \x40\x20\x00\x11\x8c\xc5\xe3\x82\xa2\x4a\x8a\xd2\x6a\xb5\xba\xba\ \xba\xc2\xe1\x30\x21\x24\x91\x48\x20\x84\x18\x63\x33\x33\x33\x95\ \x4a\xe5\xb2\x4f\x46\x75\x5d\x07\x72\x2e\x08\x44\x53\xb5\x78\x3c\ \x56\xab\x94\x02\xa1\xe0\xd0\xd0\xa0\x4d\x69\xc7\xb2\x1d\xc7\x96\ \x15\x99\x73\x1d\x09\x88\x08\xc2\xd6\x99\x6d\x67\xcf\x9e\x49\x6f\ \x6c\x8c\x4f\x6d\xda\xdb\x37\x00\x20\xec\xef\xef\xc3\x18\xc7\x63\ \xf1\x6d\xdb\xb6\x29\x8a\xd2\xdb\xd3\x4b\x10\xc9\xac\xa7\x57\x72\ \xcb\x3d\x3d\xbd\x96\xd5\x39\x7a\xf8\xf0\xc4\xe4\xa4\x2c\xcb\xdb\ \xb6\x6e\xcd\xe5\x36\x18\xa5\x33\x5b\x66\xfa\x7b\x7b\x0f\x1e\x3c\ \xa8\xeb\xfa\xdc\xf9\x73\xf5\x46\x23\x1c\x09\x87\x82\xc1\xe3\xc7\ \x5e\xdb\xf3\xae\x77\x31\xc6\x32\x99\xb4\x28\x0a\xe1\x70\xc4\x75\ \x6c\xc7\xa5\x90\x20\x0e\x21\x80\x80\x03\xe0\x32\xd0\xac\x1b\x46\ \xbb\xdd\x6a\x9b\x1b\x1b\x1b\xd5\x4a\x65\xa3\x98\x07\x9c\xc5\xa2\ \x11\x08\x00\x86\xc0\x68\xd6\x57\x57\x97\x05\x4c\x6c\xcb\x6c\x35\ \x1a\x99\xf5\x55\x84\x61\x20\x10\xc0\x18\x07\x83\x41\xdb\xb6\xf1\ \x1b\xe8\xba\xc6\x18\x15\x44\x51\x10\x04\xd7\xd5\x38\xe7\xa2\x28\ \xca\xb2\x64\xdb\xb6\x6d\xdb\xa1\x50\x10\x21\x04\x21\x10\x05\x41\ \x91\xe5\xae\xae\x2e\xc6\xd8\xf2\xf2\x32\xe7\x4c\x10\x44\xd3\x34\ \x9a\xcd\x86\xa2\xc8\xe8\xb2\xe6\x54\x08\xa0\xeb\xb8\xa6\xd9\xb6\ \x6c\x94\x4c\x26\x47\x46\x87\xcf\x5f\x98\x6b\x36\x9b\x89\xae\x04\ \x00\x40\x10\x84\x74\x7a\x1d\x30\x1a\x08\x04\x08\x21\x08\xc1\x54\ \xaa\x57\xd3\xb4\x76\xbb\xdd\x68\x34\xf6\xee\xdd\x2b\x8a\xe2\x9e\ \x3d\x7b\x82\x91\x30\x00\x60\x68\x68\x70\x74\x6c\xac\xb7\xb7\x67\ \xf7\xee\xdd\x85\x42\x61\x6e\x6e\x0e\x42\x18\x0c\x05\x8f\x1c\x39\ \x3c\x32\x32\xd2\xdd\xdd\xbd\x69\xd3\x26\xc3\x30\x5a\x8d\xe6\xe4\ \xf4\xd4\xe0\xc0\xc0\x99\x33\x67\x4a\xa5\x92\x65\x59\xa7\x4e\x9e\ \x0a\x06\x83\xba\xae\xaf\xad\xaf\x0d\x0d\x0d\x76\x75\x25\x16\x17\ \x17\x6d\xdb\x8a\x44\xa2\xfd\x03\xbd\x8c\x52\x4c\xf0\x1b\x2b\x12\ \xe8\x27\x54\x7d\xae\x24\xe0\x8e\xe2\xf1\xb8\xb7\xf8\x95\x65\x89\ \x73\xae\xeb\xda\xd8\xd8\x98\x20\x08\x17\x2e\x5c\xc8\xe7\xf3\x83\ \x83\x03\xfb\xf7\xef\xfb\xf0\x47\x3e\x74\xf7\xdd\x77\x4d\x4d\x4d\ \x65\xb3\x59\x4a\x69\x30\x18\xbc\xf5\xd6\x5b\x87\x86\x87\xe3\xf1\ \x44\x2a\x95\xda\xbb\x67\x4f\x38\x1c\x61\x9c\x9f\xbf\x70\x7e\x7d\ \x7d\x9d\x73\x2e\x49\x92\x27\xc4\x08\x21\x00\x21\xe7\x9c\xb9\x0e\ \xa7\x54\x56\x94\xae\xee\x6e\x04\x11\x42\x88\x78\xa2\x0f\x21\x46\ \x48\x10\x04\x08\x61\xc7\xec\xb8\xae\x4b\x19\xd3\x75\xbd\xd1\x68\ \x9c\x9b\x9b\x53\x54\x15\x00\xe8\x05\xf4\xbd\x13\x32\x6d\xdb\x46\ \x08\x11\x2f\x58\x0c\x61\x22\x1e\x37\x0d\xf3\xe5\x43\x2f\x2d\xce\ \x2f\xac\xaf\xad\xab\x92\x9c\x5e\x4f\x9f\x3a\x79\xea\xd8\x6b\xaf\ \x55\xcb\x95\x43\x87\x0e\x51\xca\xf6\xee\xd9\x5b\xaf\xd7\xa3\x91\ \xa8\x24\x49\x02\x11\x0a\x85\x82\xeb\xba\xdf\xfc\xe6\x37\x31\xc2\ \xa5\x62\x69\x75\x65\xa5\x5c\x2e\x42\x08\x39\x07\x81\x40\xc0\x30\ \x4c\x84\x70\x38\x12\x31\x0c\xd3\x71\x1d\x2f\xf8\x2e\x49\x52\x24\ \x12\x81\x10\x1a\x86\x51\xa9\x54\x96\x97\x97\x19\x63\xf3\xf3\xf3\ \xb2\x22\x5f\xf6\xa4\xea\xba\x6e\x7d\x59\x79\x18\x00\x00\x20\x00\ \x49\x44\x41\x54\x2e\xb7\xe1\xd8\xb6\xa2\xc8\xad\x56\x8b\x51\x16\ \x89\x44\xc7\xc6\xc6\xda\xed\x76\x24\x12\x99\x98\x9c\x98\xde\xbc\ \x19\x62\x6c\xbb\x8e\xa4\xca\xb5\x56\x23\x57\x2a\xf4\x0f\x0e\xfe\ \xdb\x4f\xfd\xbb\x77\xff\xdc\xbb\x0d\xdb\x3a\xbf\xb0\x90\xc9\x64\ \x6a\xb5\x9a\x6d\x5b\xbd\x5d\xb1\xc1\x81\x7e\xcb\x32\x77\xef\xde\ \xf1\x2b\x1f\xff\x58\x2c\x16\xae\x37\x6a\x94\xba\x99\xcc\x7a\xa9\ \x54\x40\x18\xc8\xb2\x58\xab\x95\xd7\xd6\x56\x6a\xf5\x6a\x30\x14\ \x80\x10\xc4\x22\xe1\x8d\x6c\x3a\x9b\x5e\x3b\x71\xec\x35\xd7\xb1\ \x18\x75\x34\x55\x6e\x35\xea\x43\x03\xfd\x93\xe3\xa3\xb6\xd5\x21\ \xd8\x8b\x84\x5d\x1a\x27\x40\x14\x89\x2c\x4b\xa6\x61\xd4\x6a\x35\ \x42\xc8\x8e\xad\x33\x89\x44\xa2\x52\x2e\x39\xb6\x55\x2a\x16\xd7\ \xd6\xd7\x2b\x95\x8a\xd9\x6e\x73\xca\xa2\xd1\x68\x24\x12\x09\xe8\ \x01\x4d\xd3\xbc\x4b\xe6\x5d\x5f\xc6\x58\xa7\xd3\xa1\x94\x8a\xa2\ \x68\x18\x86\x61\x18\xde\x20\x71\x5d\xb7\x52\xa9\xe4\x72\x39\x6f\ \x01\xe7\x52\x37\x97\xcb\x0b\x82\x20\xcb\x72\xb9\x5c\x76\x1c\x27\ \x14\x0a\x79\x11\x1e\xd3\x34\x17\x16\x16\xb2\xd9\x0c\x63\x1c\x5c\ \x86\xbe\x43\x00\x20\xa8\xd5\x1a\x95\x4a\x05\x21\x54\x2a\x96\x39\ \xe7\xe1\x70\xe8\xbd\xef\x7d\x2f\xe7\x5c\x92\xc4\x7d\x37\xdd\xf4\ \xee\x77\xbf\x5b\xd7\x75\xc6\x58\x3a\x9d\x96\x24\x69\x65\x65\x85\ \x10\xf2\x89\x4f\x7c\xe2\x0f\xfe\xe0\x0f\x86\x87\x87\xcf\x9c\x39\ \x33\x3b\x3b\x8b\x10\xe2\x1c\x58\x1d\x4b\xd7\x35\x4a\xe9\xe4\xd4\ \xe4\x83\x0f\x3e\xb8\x65\xcb\x16\xce\x79\x57\x57\x97\x6d\xdb\xeb\ \xeb\xeb\xb5\x5a\x4d\x55\xd5\x52\xb9\x5c\xad\x54\x4c\xd3\x44\x08\ \x05\x02\x81\xfe\xfe\xfe\x0b\x17\x2e\x9c\x3c\x79\xf2\xfc\xf9\xf3\ \x0b\x0b\x0b\xe1\x70\x58\x92\x24\xc7\x71\x34\x4d\x9b\x9c\x9e\xf0\ \x3e\x0f\xa5\xae\x37\xb6\xfd\x84\xaa\xcf\x95\x22\x8a\x02\x42\x32\ \x84\x30\x9b\xdd\xd0\x75\x3d\x1c\x0e\xc6\x62\xb1\x54\x2a\x35\x3b\ \x3b\xbb\xb2\xb2\x52\xab\xd6\xa3\x91\xc8\xd2\xc2\x32\xc6\xe4\x83\ \x1f\xfa\xc0\xf7\xbf\xff\xfd\xb5\xb5\x35\x4d\xd3\x4c\xd3\xcc\x64\ \x32\xb9\x7c\x3e\x1c\x0d\x21\x8c\x3d\xf1\x3d\x73\xe6\xcc\xe2\xfc\ \x42\x6f\x6f\xef\xb6\x9d\x3b\x64\x59\x0a\x45\x23\x18\x13\xce\x39\ \xe3\x9c\x71\x8e\x10\x44\x08\x11\x4c\x2c\xcb\x42\x02\xc1\x02\x81\ \x10\x00\xc6\x19\x63\x10\x21\xcb\xb2\xcc\x4e\xa7\xdd\x6e\x2b\x8a\ \x52\x2e\x97\xab\xd5\xea\xcc\xd6\x6d\x10\x02\x41\x14\x5d\xea\x32\ \xc6\x3c\x67\xdc\x93\x09\xd7\x75\xbd\xbc\x9c\x6d\x76\x28\x75\x97\ \x97\x97\x2c\xcb\x6a\x34\xea\xd5\x6a\x65\x71\x71\xd1\xb6\x3a\x08\ \x61\x41\x10\x32\xe9\x74\xbb\x5a\x8b\x46\x22\x8e\x63\x53\xee\xf6\ \xf5\xf7\x46\xc2\x91\xd9\xb3\x67\x6b\xb5\x2a\x07\x7c\x64\x64\xd8\ \xf3\x2e\x11\xc2\xae\xe3\xe8\xba\xee\xa5\xb9\x04\x41\x40\x10\x52\ \xea\x0a\x44\xe0\xa0\x63\x59\x56\x30\x18\xb4\x2c\xab\x5e\xaf\xc7\ \xe3\xf1\x54\x2a\x75\xdf\x7d\xf7\xdd\x76\xdb\x6d\x8f\x3d\xf6\x58\ \xbb\xdd\xde\xbc\x65\xd3\x65\x38\xef\x08\xa2\x66\xa3\xb9\xbe\xbe\ \x1e\x0b\x87\x8a\xa5\x52\xb1\x58\x44\x08\x36\x9b\xcd\xc3\x87\x0f\ \x33\x4a\x87\x86\x86\xd2\x99\x8d\xec\x46\xb6\xd9\x6e\x95\xce\x16\ \x18\x67\x86\x69\xd6\x9a\x8d\xdf\x7c\xdf\x43\x5d\xdd\xdd\x8a\x1e\ \xb8\xbf\x63\x3f\xf2\x9d\xef\x40\x00\xb3\x99\xec\xf2\xf2\x6a\x57\ \x2c\xaa\xe9\xa1\x99\x99\x4d\xcd\x7a\xf3\xc4\xeb\xaf\x43\x04\x3b\ \x1d\xf3\xf5\xd7\x4f\xcc\xcc\xcc\xf4\x24\x53\xad\x7a\x63\xef\x9e\ \x5d\xb9\x5c\x61\x61\x61\x91\x60\x2c\x09\x02\x42\x28\x99\x4a\x2a\ \x9a\x1a\x0a\x06\x4f\x9e\x3a\x55\xc8\xe7\x57\x57\x56\xee\xbe\xfb\ \xee\x2d\x9b\x37\x3b\x8e\x9d\x88\xe9\x80\x3b\xad\x56\x2b\xa0\x6b\ \x08\x63\x0a\x00\xe5\x00\x00\xa0\xa8\x22\xe5\x50\x14\xc5\x54\x2a\ \x15\x0c\x06\x0d\xb3\x3d\x38\x38\xd0\x93\x4a\x62\x04\x3b\x46\xfb\ \xc0\xf7\xcd\xe5\xf9\x0b\xd4\xb6\x05\x51\x96\x44\xc9\xb2\xcc\x8e\ \xe5\xa8\xaa\x0a\x21\xac\xd7\xeb\x18\x63\x49\x92\xbc\xc5\x16\x00\ \x40\x14\xc5\x56\xbb\x4d\x29\xd5\x75\xdd\xcb\x9c\x73\xce\x55\x55\ \xf5\xf2\x93\x18\xe1\x68\x24\x1a\x89\x44\x64\x59\x56\x55\x55\x14\ \xc5\x72\xb9\x5c\xad\xd5\xaa\xd5\x6a\x3c\x1e\xa7\x8c\x59\x96\xcd\ \x2e\x6b\x8b\x6d\x84\x60\xab\x65\x14\x36\x32\x8a\x2a\x19\x86\xb1\ \xb0\xb0\xb0\xbc\xbc\xdc\xdb\xdb\x7b\xfa\xd4\xe9\xd9\xd9\xd9\x99\ \x99\x9d\xc1\x50\xe8\xb9\xe7\x9e\xe3\x9c\x1f\x3a\x74\xa8\x5a\xad\ \x76\x77\x77\x3f\xfe\xf8\xe3\x7b\xf6\xec\xb9\xf5\x5d\xb7\x51\xc7\ \xfd\xb9\xf7\xbe\xf7\x4b\xff\xe3\x7f\x40\x08\xb3\xd9\xac\x6d\xdb\ \x7d\x7d\xbd\x2e\xa5\xdd\xc9\x2e\x46\x79\xab\xd5\x34\x0c\xc3\x71\ \x9c\x23\x47\x8e\x28\x8a\xf2\xe0\x83\x0f\x36\x1a\x8d\xae\xee\xae\ \x4d\x9b\xa6\xf3\xf9\x02\x42\xa8\xd5\x6a\x79\x1e\xc9\xf6\xed\xdb\ \x75\x5d\x5f\x5d\x5d\xcd\xe7\xf3\xae\xeb\xee\xdb\xb7\x6f\xff\xfe\ \xfd\x8d\x46\x83\xb9\x6e\x32\xd9\x0d\x38\xf0\x9a\x82\x5c\xd7\xf5\ \x3d\x77\x9f\xb7\x21\x36\xe3\x05\x24\xab\xd5\xaa\x17\x62\x5d\x5f\ \x5f\x37\x0c\x23\x10\x08\x9c\xbf\x70\x9e\x73\x4e\x04\xbc\xbe\x9e\ \x9e\x9a\x9a\xcc\xac\x67\x19\x63\x18\xe3\x93\x27\x4f\x3e\xf6\xd8\ \x63\xe7\xce\x9d\x2b\x95\x8a\xf9\x5c\xae\xd9\x68\x54\xaa\x95\xa5\ \xa5\x25\xea\xd2\x5a\xbd\x1e\x0c\x06\x63\xb1\x98\xac\x28\x00\x40\ \xaf\x4c\xc5\xa5\xd4\x71\x1c\xdb\xea\x34\x1b\x8d\x46\xa3\xe1\xb8\ \x2e\x44\xd0\xb6\x6d\xcb\xb2\x6c\xc7\x71\x5c\xd7\x2b\xed\x90\x44\ \x31\x95\x4a\x25\x12\x09\x2f\x0d\xab\x07\x02\xb6\x65\xb7\x5a\x6d\ \xef\xfe\xf7\x5c\x39\x2f\x2c\xe3\xdd\x27\xeb\xeb\xeb\xa7\x4e\x9f\ \x6c\xb7\x5b\x8c\xd1\x4e\xa7\x2d\xcb\x12\xc6\x88\x31\x9a\xcd\xa4\ \x39\xa7\xf3\xe7\xcf\x15\xf3\x1b\x99\x6c\xfa\xf4\xec\xe9\x40\x50\ \xb3\x6d\x6b\x7d\x7d\xad\x52\x2d\x0b\x02\x6a\x1b\xad\x5c\x2e\x53\ \xa9\x94\xc7\xc6\x46\x21\x84\xba\xae\x13\x81\x70\xce\x9b\xcd\xa6\ \x57\xee\x80\x30\x1e\x1d\x1d\xc5\x08\x99\xa6\xb1\x7d\xc7\x8e\xae\ \xae\xae\x54\x2a\xd5\xdd\xdd\x0d\x00\x98\x98\x98\xd8\xb1\x63\xc7\ \xfc\xfc\x7c\xb5\x5a\x35\x4c\x03\xa2\xcb\x89\x0f\x30\x46\x63\xf1\ \x78\x38\x1c\x39\x7f\xe1\xc2\xf2\xd2\x92\x6d\xdb\xa6\xd9\x71\x6c\ \x7b\x65\x65\x45\xd3\x75\xdb\xb2\x09\xc1\xd1\x58\x34\xd1\xdd\x4d\ \x24\xb1\x69\xb4\x33\x99\x8c\x28\x49\x2e\xa3\x44\x10\x20\x82\x23\ \x23\x23\x77\xdc\x71\xc7\xae\x5d\x7b\xba\xba\x52\x8b\x8b\xcb\xa5\ \x4a\x83\x10\xd8\x68\x18\xe5\x72\x2d\x95\x4c\xc5\x62\x91\x0f\x7f\ \xf8\x43\x1f\xfb\xc5\x8f\xae\x2e\xaf\x9c\x39\x7d\x1a\x70\xbe\xbc\ \xb8\x92\x88\xc5\xa2\xe1\x70\x4f\x2a\x25\x8b\x52\x34\x1c\x49\x75\ \x25\x07\x07\x07\x65\x45\x19\x1b\x1b\x53\x55\x75\x7c\x7c\x7c\x66\ \xdb\xb6\xbe\xbe\x3e\x08\x61\xb9\xda\x24\x44\xcc\xe5\xf2\xe5\x72\ \xc5\xab\x72\x81\x00\xb8\x2e\xb7\xad\x8b\x3e\x78\x7f\x7f\xff\xc8\ \xc8\x90\x28\x09\x8e\x6b\x4f\x8c\x8f\xe9\xaa\x7a\x7e\x6e\x6e\xfe\ \xfc\x39\xce\x39\x80\x90\x52\x57\x96\xa5\x58\x2c\xa6\xeb\x3a\x42\ \x48\x10\x84\x8b\xe5\x28\x6f\x54\x31\x69\x9a\x16\x8d\x46\xbd\x38\ \x9b\x24\x49\x5e\xa9\x95\x24\x49\xde\x50\xe9\xee\xee\x4e\x76\x27\ \x43\x91\x90\xe3\xba\xb5\x7a\xbd\x54\xa9\xb8\x94\x26\xba\xba\x62\ \xb1\x18\xc4\x98\x71\x6e\x76\x3a\xe1\x48\x04\x5f\x56\x03\x24\x63\ \x5c\xd3\xb5\x64\x2a\xf9\xdc\xf3\xcf\x3f\xfc\xf0\xb7\x66\x67\x67\ \x65\x59\x36\x0c\xe3\xe0\xb3\x07\x1d\xc7\x19\x1a\x1a\xcc\x66\xb2\ \xe1\x70\x64\x72\x72\xd2\xcb\xfa\x9e\x3d\x7b\xb6\xd3\xe9\x6c\xdd\ \xba\x95\x51\x06\x00\x08\xc7\x23\x77\xde\x75\xd7\x4d\x37\xdd\x34\ \x34\x34\x54\x28\x14\x1a\xcd\x16\x46\x58\x10\x04\xdb\xb6\x19\xe3\ \xaa\xaa\xde\x7e\xfb\xbb\xde\xfb\xde\xf7\x32\xc6\x1e\x79\xe4\x11\ \xd7\x75\x4d\xc3\x0c\x87\xc3\xa9\x54\x4a\x51\xe4\xd1\xd1\x11\x08\ \x61\x5f\x5f\x9f\xa6\x69\x18\xe3\x1d\x3b\x76\x10\x42\x54\x55\x4d\ \x26\x93\x83\x83\x83\xc9\x64\xd2\x71\xa8\x28\x8a\xd9\x8d\x8d\x5c\ \x2e\xe7\xd5\xf0\x40\xe8\x7b\xee\x3e\x57\x96\x50\x05\x80\x71\x0e\ \x28\x05\xd3\xd3\x53\x84\xe0\x62\xb1\x94\xcd\x6e\x84\xc3\xe1\x42\ \xa1\x10\x0e\x85\x09\xc1\xc5\x42\xa9\xd9\x6c\x50\xca\x8f\x1d\x7b\ \x55\x14\x45\xc7\x71\xc2\xe1\xb0\x6d\xdb\xf1\x78\xbc\x3b\x99\xac\ \x35\xaa\xc9\x64\x52\x95\x15\xee\xb8\x27\x5e\x3b\x26\xcb\x72\x20\ \x10\x40\x08\xd9\x8e\x63\xd9\x16\xa5\x54\x92\x24\x91\x08\x22\x26\ \x9c\xd2\x5a\xb5\x16\x8f\xc7\xbc\x02\x46\x01\x21\x0c\x38\x73\x29\ \xc6\xb8\xd9\x6c\x36\x9b\xcd\x80\x1e\xa8\x54\x2a\xb6\x65\x55\x2a\ \x15\xaf\xf8\xb2\x52\xa9\x40\x81\x84\xc2\x21\x8c\xb1\x6d\xdb\x5e\ \x39\x81\x17\x2a\x31\x0c\xa3\x50\x28\x1e\x7f\xed\xf8\xdc\xe9\xd3\ \xc7\x8f\x1d\x77\x5c\x27\x99\x4c\x72\xce\xcd\x56\x3b\x31\x30\x50\ \x2b\x57\xe3\xf1\x98\xa6\x6a\xd5\x6a\x35\x12\x0e\x33\xc6\x1d\xc7\ \xe1\x9c\x9b\xa6\x29\x8a\x12\x00\x30\x12\x89\x56\x2a\x95\x5a\xad\ \x36\x30\x38\x68\xd8\x9d\xf2\xd9\x0a\x63\x4c\x14\x45\x81\x90\x78\ \x3c\x8e\x20\x94\x24\x09\x21\x24\x88\x62\x6f\x6f\x6f\xa5\x5c\xde\ \xb2\x65\x8b\xe3\x38\x99\x4c\x26\x93\xc9\x7c\xf3\x9b\xdf\x14\x45\ \xb1\xd9\x6c\xf6\xf4\xa4\x2e\xef\xf0\x5c\x8c\x71\x36\x9b\xc9\x66\ \x32\x9a\xaa\x06\x83\xc1\x66\xbd\x86\x30\x42\x18\xb5\xdb\xed\x50\ \x24\x9a\xcd\x66\xd5\x40\xa0\xb7\xb7\xb7\xaf\xa7\xc7\x75\xac\xfc\ \x46\x36\x93\xc9\x48\xaa\xb4\x91\xdd\x98\x9d\x9d\x9d\x9c\xde\x64\ \x3b\xb6\xa6\x07\xa6\xa7\x37\x33\x06\x8c\x66\x8b\x10\xa1\x6d\x58\ \x46\xab\x5d\xaf\xd7\xe2\xf1\x78\xa9\x54\x4a\xf5\xa4\x1e\x78\xe0\ \xfe\x44\x22\x7e\xec\xd8\xb1\x46\xb3\x56\x2c\xe5\x2b\xd5\x52\x24\ \x12\x61\xdc\x0d\x86\x74\x51\x14\xd3\xe9\x34\xc4\x58\x96\x65\x04\ \x78\x22\x16\x1d\xec\xef\xeb\x4b\x46\x8b\x95\xa6\xae\x2a\xa6\x61\ \x76\x77\x27\x22\xc1\x31\x46\xa9\x57\x80\x08\x21\xa0\x94\x1a\x86\ \x45\x08\x16\x25\xa9\xd3\xb1\x4c\xb3\x93\x4c\x74\x3b\x56\xa7\x5a\ \xad\x54\xaa\xe5\x5c\x7e\x63\x7d\x6d\xcd\x36\x4d\x51\x14\x6d\xd7\ \x05\x00\x84\x42\xa1\x6a\xad\xea\xba\x2e\x63\x4c\xd7\x75\xc7\x71\ \x10\x42\xa6\x69\x7a\x9e\xf8\xa5\x82\x4e\x6f\xb6\x70\x1c\xc7\xb2\ \xac\x58\x2c\x26\x49\x52\xab\xd5\x12\x45\x11\x08\x12\x11\x08\x91\ \xc4\xe1\xe1\x61\xce\x79\x36\x9b\xc5\xa2\xa0\x68\x6a\x30\x12\xe6\ \x08\x36\xda\xad\xcb\xf4\x62\x10\x74\x2c\xe7\xe4\xc9\x53\xf1\x78\ \x3c\x93\xd1\x7b\x7a\x7a\x96\x56\x16\xba\xba\xba\xea\xb5\xfa\xf0\ \xf0\xe8\x91\x23\xaf\xf6\xa4\x52\xdb\xb7\x6f\xc7\x08\x68\x9a\x76\ \xf2\xe4\xc9\x33\x67\xce\x58\x96\x25\x08\xc2\xb9\xb9\xb9\xa9\xa9\ \x29\xc0\x40\x34\x16\x15\x44\x51\xd7\xf5\x4c\x26\x13\x09\x87\x19\ \xa3\xae\x03\xbd\x65\xa5\x17\x5c\xda\xbd\x7b\xf7\xe6\xcd\x9b\xbf\ \xf7\xbd\xef\x11\x42\x32\x99\x4c\xa9\x54\x0a\x06\x83\xa2\x28\x59\ \x96\xdd\xdb\xdb\x5b\x2a\x95\x10\x42\xa1\x50\xc8\xbb\x7d\x62\xb1\ \x58\xaa\x37\x69\x75\x6c\x45\x51\x2c\xcb\x16\x04\xa1\xb7\xb7\x07\ \x40\xe0\x95\x8a\x62\x8c\x7d\x71\xf7\xb9\xa2\x84\x2a\x00\xd0\x71\ \x6c\x51\x94\x3c\x65\x3f\x7b\x76\x6e\x6a\x6a\xaa\xbf\xbf\xff\xe4\ \xc9\x93\x8c\xb2\x60\x30\x74\x6e\x6e\x2e\x1a\x8d\x22\x04\x0d\xc3\ \x18\x1a\x1a\x12\x04\xc1\x30\x8c\x7b\xee\xb9\x27\x93\x4e\x97\xca\ \xe5\xf1\xc9\x31\xdb\xb6\x47\x46\x46\x16\xce\x5f\x50\x35\x0d\x21\ \xa4\x07\x74\x4a\xa9\x28\x08\x90\x60\x59\x92\x39\xe0\x10\x21\xc8\ \x39\x73\x38\x84\x5e\x59\xf7\x1b\x13\x0b\xe4\x10\x5d\xac\x55\x0f\ \x87\xc3\x9a\xa2\x12\x8c\x5b\xad\xd6\xd0\xd0\x10\x21\xc4\x71\x6c\ \x5d\xd7\x64\x5d\x43\x18\x7b\xc3\xdd\xf3\x68\xbc\xfa\xee\x50\x28\ \x14\x0c\x06\x45\x51\x70\xa9\x3d\x3c\x3a\x94\x4e\xa7\xab\xb5\x4a\ \x36\x9b\x49\xc4\x13\xad\x76\x43\x51\xd4\x7c\x21\x67\x59\x56\xbb\ \xd5\xe2\xcc\x75\x5d\xbb\xdd\x36\x5c\xd7\xcd\xe7\x73\x8e\x63\x23\ \x04\x72\xb9\xac\x28\x4a\xaa\xaa\x55\x2a\x15\xcb\xb2\x5d\x97\x5a\ \x96\x55\xa9\x54\x18\x63\xba\xa6\x4d\x4c\x4e\x2a\x44\x24\x44\x20\ \x98\x54\x2b\x15\x00\x80\xaa\xaa\xd9\x6c\x96\x10\x12\x0c\x06\xbd\ \x3c\x6a\xa9\x54\x32\x8c\xf6\xde\x9b\xf6\x7a\x53\xce\x5b\x9d\x53\ \x25\x49\x22\x02\x19\xe8\x1b\x14\x05\xc4\xa9\x9b\x59\x5f\xcb\xe7\ \xf3\xe1\x30\xdd\xb4\x65\x6b\x36\x57\x28\x55\xab\x03\x03\xfd\xe1\ \x60\x10\x72\x60\x9b\x1d\x01\x23\x89\x8b\x0b\xf3\x17\xda\x46\x67\ \x69\x65\x75\xd7\xde\x9b\x14\x45\x99\x9f\x5f\xcc\xe5\x0b\x91\x40\ \xf0\xc4\xf1\x13\xc9\x54\xf7\xf4\xe4\x64\x32\x95\xc2\x08\x4e\x4c\ \x8c\x87\x43\xc1\xe5\xc5\x95\x70\x20\x34\xb3\x6d\x5b\xb1\x58\x9c\ \x18\x9f\xd0\x74\x2d\x14\x0c\xd5\xeb\xf5\x8e\x61\xaa\xb2\x52\xad\ \x56\x0b\x85\xc2\xde\xbd\x7b\xb7\x6c\xda\xf4\xc2\x73\xcf\x65\xd3\ \x99\x5c\xbe\x4c\x04\x31\x1c\x0c\x62\x42\x30\xe0\x8c\x32\x8c\x31\ \x00\xd0\x76\x99\x57\xa6\xcd\x01\x6f\x34\x9a\x10\x80\xf9\xf9\xf3\ \x9b\x36\x6d\x52\x65\x09\x30\x50\x2a\xe6\xff\xf1\x1f\xbe\x5e\xcc\ \xe5\x25\x51\x64\x8e\x43\x30\x66\xcc\x6d\xd4\x6b\xb5\x7a\xd5\x34\ \x4d\x2f\xae\xd2\xdb\xdb\x9b\xcb\xe5\x56\x57\x57\x2f\x05\x67\x6c\ \xdb\x66\x8c\x79\x65\xe6\x6f\xd4\xff\x91\x66\xb3\x59\xab\xd5\xbc\ \x80\x1b\x85\x24\x14\x89\x27\x12\x89\x46\xa3\x51\xc8\xe7\x05\x51\ \x8c\x84\xc3\x5e\xb1\xcd\xc8\xc8\xc8\x99\x33\xa7\xbd\xe9\xe1\xad\ \xfb\x32\x00\x63\x6c\x18\xe6\xa6\x4d\x9b\x42\xa1\x80\xeb\x5a\xc5\ \x52\x7e\x75\x75\xb5\x56\xad\xef\xda\xb5\xc7\x71\xe8\x6b\xc7\x8e\ \xc5\xa2\x91\x1d\x33\xdb\x20\x84\x18\xe3\x72\xb9\xac\x28\xca\xe9\ \xd3\xa7\x45\x51\xac\xd5\x6a\xc3\x23\xc3\x04\x63\x41\x14\xaa\xd5\ \x5a\x3c\x1e\xaf\xd5\x6a\xf5\x7a\x7d\x78\x78\xc8\xfb\x22\xb1\x58\ \x2c\x18\x0c\xb4\x5a\xed\x56\xab\x75\xc7\x1d\x77\xa4\xd3\xe9\x70\ \x38\x1c\x0e\x87\x15\x45\xc1\x18\xaf\xac\xac\x0c\x0f\x0f\xaf\xad\ \xad\x2d\x2c\x2c\x4c\x4c\x4c\x4c\x4c\x4c\x4c\x4f\x4f\xaf\xac\xac\ \x74\x0c\x0b\x42\x20\x08\x04\x00\x07\x13\x0c\x38\x07\x10\x5c\xea\ \x51\xf0\xc3\x32\x3e\x57\x04\xa5\x54\x51\x54\x41\x20\x73\x73\xe7\ \xcf\x9e\x3d\xb7\x69\xd3\xb4\xd7\xdf\xd1\xdd\xdd\x7d\x61\xfe\xc2\ \xdc\xdc\xd9\xf9\xf9\x79\x5d\xd7\x5f\x7d\xf5\xd5\xbb\xef\xbe\x7b\ \x6c\x6c\x8c\x52\xba\xb2\xb2\x12\x8f\xc7\x77\xed\xde\xdd\x68\x34\ \xce\x9f\x3b\x67\xdb\x56\x34\x1a\xed\xed\xed\x05\x10\x32\xc6\x74\ \x4d\x57\x75\x0d\x13\x62\xb4\x0d\xc6\x19\x84\x90\x51\xca\x29\x73\ \x1c\x87\x52\xea\x52\xea\xd8\x16\x60\x9c\x73\x80\x20\x02\x1c\x5c\ \x8a\xba\xb8\xd4\x15\xdf\x00\x42\x58\xad\xd6\x20\xc6\x10\x42\xcb\ \xb2\x6c\xdb\xf6\x24\xc0\x5b\xe9\x7b\xab\xe9\x43\x2f\xbd\x98\xcd\ \x66\x02\x81\xc0\xdd\x77\xdd\xb5\xef\xa6\xbd\xaa\xa2\x00\x0e\x44\ \x49\x64\x94\x11\x82\x9b\x8d\x06\x73\x5d\x45\x91\xbd\xbb\x14\x21\ \x28\x08\xc4\x75\x1d\xcf\x25\x6f\xb7\xdb\x5d\x5d\x89\xb1\xf1\xb1\ \x76\xab\x55\xaf\xd7\x39\x63\xaa\xa2\x00\x00\xa2\xd1\x68\x24\x1a\ \x2d\xe4\xf3\xe7\xce\x9f\x6f\xb5\x5b\x00\xf0\x2d\x5b\xb6\x6c\xda\ \xb4\x69\x70\x70\x70\x78\x78\x38\x1a\x8d\xea\xba\x4e\x29\x6d\xb7\ \xdb\xd1\x68\x34\xd9\xd3\x73\x79\x2a\x83\x30\xc9\xe5\xf2\x8a\xa2\ \x06\x02\x81\x58\x3c\x61\x18\x06\x00\x20\x18\x08\xc6\x13\xf1\xf5\ \xf5\x75\x59\x96\x27\xc6\xc7\xfb\x7b\xfa\x25\x41\x44\x1c\xa8\xb2\ \xec\x58\x96\x2e\xab\xd4\x76\x67\x4f\x9d\x7e\xfc\xc0\x63\x4f\x1c\ \x38\x60\x99\x9d\x74\x3a\x9d\x4d\x67\x3b\x1d\xab\x52\xad\xd8\xb6\ \xa5\xeb\x7a\x40\xd7\x1d\xc7\x4e\x24\xe2\xe5\x4a\xc5\xec\x74\xca\ \xe5\x92\x6d\xd9\x04\x93\xc1\x81\x81\x64\x77\x52\x10\x84\xa1\xa1\ \xfe\xa9\xa9\x49\x41\x20\xb7\xec\xbf\x59\x10\x84\xef\x7c\xe7\x3b\ \xad\x56\x33\x1a\x8d\x00\xc0\x0c\xc3\x6c\x36\x1a\xb2\x2c\x45\x42\ \x01\xd7\xe5\x5e\xf3\x41\xbb\x6d\x32\xc6\x20\x02\x82\x40\x5c\xc7\ \x2d\x97\xcb\xa7\x4e\x9d\x2a\x14\x8a\x86\xd1\x66\x94\xbe\xf6\xda\ \xab\xd9\x4c\x86\xba\x6e\xbe\x90\x77\x5d\x87\x52\x17\x21\xa8\x88\ \x12\xe7\x8c\xba\x2e\x00\xc0\x4b\x15\x0e\x0c\x0c\x0c\x0f\x0f\x4b\ \x92\x64\x59\x96\x57\x03\xde\x6a\xb5\xbc\x20\x0c\xe7\xfc\x52\xf7\ \x99\x17\xa6\xc3\x18\x53\x4a\x6d\xdb\xe6\x00\x34\x9a\xcd\x6a\xad\ \x46\x44\x21\x1e\x8f\xa7\x7a\x7b\xa7\x37\x6d\x4a\x67\x32\x94\xb1\ \x91\x91\x11\x2f\x4e\x72\x19\xe5\x03\xf9\x42\x3e\x14\x0c\xf6\xf6\ \xf6\x0e\x0f\x0f\xcb\xb2\xcc\x39\x8f\x44\x22\xa1\x50\xe8\xa5\x97\ \x5e\xca\x66\x33\xe3\x63\xe3\x37\xed\xdd\x1b\x8f\xc5\xbd\x06\x08\ \x2f\x3d\xd0\xd5\xd5\x75\xe4\xc8\x91\x2f\x7c\xe1\x0b\xdf\xfe\xd6\ \xb7\x1b\xf5\x46\xab\xd1\x5c\x5b\x5b\x6d\x36\x9b\xd5\x5a\xd5\xb6\ \x2d\x22\x10\x49\x16\x15\x45\x56\x55\xb5\xd3\xb1\x0c\xc3\x70\x5d\ \xb7\xd5\x6a\x55\x2a\x15\x59\x96\x93\xa9\x6e\x00\x81\x24\x89\x53\ \x53\x53\x00\x80\xc1\xc1\xc1\x54\x2a\xf9\xf0\xc3\x0f\x7b\x8e\x02\ \x21\x04\x63\x6c\x9a\x26\xe7\x3c\x10\x08\x40\x00\x19\xe7\x97\xcc\ \xc2\xb9\xbf\xfd\xc0\x8d\x18\x4c\x01\x94\xba\x3f\x12\x4f\x64\xfc\ \xb2\xb2\x4c\x8a\x22\x17\x0a\xc5\x03\x07\x1e\x07\x80\xef\xda\xb5\ \x43\xd7\x03\x2b\x2b\x2b\x82\x20\x24\x93\x49\xc7\x71\x0e\x1c\x38\ \xe0\x45\xb7\x6f\xb9\xe5\x96\x68\x34\xaa\x69\x1a\x84\xb0\xd1\x68\ \xd8\x8e\x8d\x10\xba\xf9\xe6\xfd\xde\x02\xb6\xd5\x6a\xf7\xf7\xf7\ \x6b\xaa\xaa\x28\x8a\x28\x49\x8e\x65\x17\x0a\xf9\x56\xab\x05\x00\ \xc0\x08\x43\x04\x3d\x99\x26\x84\x68\xba\x4e\x88\x00\xd0\xa5\x11\ \xcc\x3d\x37\x56\x10\x45\x4c\x08\xc2\xd8\x75\x5d\x4f\xe0\xba\xba\ \xba\x14\x45\x41\x98\x78\xce\xbe\x17\x6a\xf7\xde\xa4\xdd\x6e\xaf\ \xae\xae\x16\x8b\xc5\x8e\x69\xf4\x24\x53\xa1\x60\x50\xd7\xf4\x70\ \x28\x44\x30\xe2\x94\x21\x08\xcd\x56\x1b\x70\x2e\x08\xe4\xcd\xaf\ \xc2\x18\x7b\x75\xd3\x9c\xf3\x64\x32\xb9\xb1\xb1\x71\xe6\xcc\x19\ \x4a\x29\x21\x58\x94\x44\xc7\x71\xcc\x4e\xc7\xb2\xac\x68\x34\x3a\ \x3e\x31\x21\x8a\xa2\xb7\xa8\x78\xf1\xd0\xa1\x52\xa9\xb4\xb4\xb4\ \xd4\x6e\xb7\x17\x17\x17\x2f\x5c\xb8\xe0\x38\x4e\x5f\x5f\x5f\x32\ \x99\x1c\x1b\x19\x75\xe9\xe5\x94\x42\x72\xce\x54\x55\xa9\xd5\x6a\ \x86\x61\x10\x42\x7a\x7b\x7a\xad\x4e\x27\x99\x4c\xde\x73\xcf\x3d\ \x5b\xb7\x6e\x15\x04\x42\x30\x89\x04\x43\xb2\x20\x1a\xad\xb6\x6d\ \x59\xf1\x48\x34\x1a\x0e\xdf\x79\xdb\xed\xbd\xa9\x54\xb3\xd1\x38\ \xfd\xfa\xa9\xc3\x2f\x1d\xce\xa4\xb3\xc5\x62\x09\x63\x2c\x4b\x0a\ \x00\xb0\x6d\xb4\x6a\xb5\x1a\xa5\xae\x2c\x8b\xba\xae\x74\x75\xc5\ \xca\x95\xf2\xec\xec\x19\x45\x91\x1d\xd7\x69\x36\x1b\x18\x43\x49\ \x92\x02\x01\x2d\x1a\x8d\x36\x1a\xf5\x1d\x3b\xb7\x6f\xdf\x3e\x93\ \xcb\xe5\x08\x21\xeb\xeb\xeb\x67\xcf\xce\x2e\x2c\xcc\x37\x9b\x4d\ \x84\x01\x11\x10\x65\xd4\xb2\x2c\xb3\x63\x02\x00\x38\x03\xad\x96\ \x91\xcb\xe5\x96\x97\x97\x4f\x9f\x39\x5d\xab\xd7\xe6\xe6\xe6\xaa\ \xd5\x8a\x24\x92\x74\x26\x4d\x29\x95\x04\x21\x1e\x8b\x29\xb2\x6c\ \x99\xa6\x6d\x59\x18\x21\x41\x14\x20\x44\xb2\xa2\x20\x84\x36\x36\ \x36\x8a\xc5\xa2\x97\x3b\x75\x1c\xc7\xcb\x9a\x78\xd5\x20\x5e\x71\ \x24\xe7\xdc\x9b\xbc\x65\x59\xf6\xba\xcc\x10\xc2\x44\x20\x8c\x33\ \x55\x53\x53\x3d\x3d\xd1\x78\x6c\xdf\xcd\xfb\x76\xee\xda\x79\xe7\ \x5d\x77\x66\x36\xb2\x82\x24\x4a\xb2\x04\x2e\xab\x43\x55\x92\x24\ \xef\x6a\x26\x93\xc9\x9e\xde\x9e\xb6\xd1\x0e\x04\x02\x9f\xfe\xfd\ \x4f\x7f\xea\x53\x9f\xea\xea\xea\x8a\x44\x23\x89\x44\x57\x20\x18\ \xf0\x3e\x15\xa5\x74\x74\x6c\x6c\x78\x78\xf8\xbe\xfb\xee\x6b\x36\ \x9b\x47\x8f\x1e\x7d\xec\xf1\xc7\xe7\xce\x9d\x5b\x5f\x5f\xb7\x6c\ \x4b\x53\x35\x42\x04\x00\x80\x6d\x3b\x1d\xd3\x02\x80\xab\xaa\xe2\ \x15\x08\xcd\xce\xce\x12\x42\x24\x49\xb2\x2c\x9b\x60\x82\x30\x96\ \x55\xc9\x9b\xc3\x06\x06\x06\x6f\xbf\xfd\xf6\x85\x85\x85\x40\x20\ \x60\xdb\xf6\xfc\xfc\xfc\xe2\xe2\x52\xa5\x52\xf5\xba\xc4\x11\x82\ \x8e\x6d\x7b\xf9\x09\xd7\x75\xfd\xb0\xcc\x0d\x97\xfe\xa4\x94\xd6\ \x6b\xf5\x44\x32\xe6\x39\x17\x9e\x4b\xd2\x31\x4d\xc7\xb1\x2f\x63\ \x25\x77\xec\xd8\x89\x66\xb3\xb9\x73\xe7\xce\x68\x34\x62\x18\x46\ \x2e\x97\x3f\x7c\xf8\x48\x30\x18\x0c\x87\xc3\x8c\xb1\x6c\x36\x1b\ \x0e\x85\x1f\x7a\xe8\xa1\x78\x3c\xbe\xb6\xb6\xb6\xb1\xb1\xe1\x85\ \xd1\x19\x63\xa1\x70\xf0\xc2\xf9\x79\x55\x55\x39\xe0\x47\x8e\x1c\ \x89\x85\xc3\x9a\xae\x17\x0b\x85\x42\x3e\x4f\x39\x33\xcd\x4e\x32\ \x95\x14\x88\xe0\x75\xba\x23\x04\x19\xa7\x08\x21\x24\x10\xe8\xdd\ \x96\xf0\xe2\x27\xf7\xea\x5e\xa8\xe3\x32\x4a\x1b\x8d\x06\x75\xdd\ \x60\x30\xe8\xf5\x97\xba\x8e\xc3\x29\x85\xe8\x62\x58\x13\x21\x44\ \xa9\xcb\x39\xc8\xe7\x72\x2b\xcb\x2b\xf1\x68\xac\x53\xab\x95\xcb\ \xe5\x6c\x36\x53\x2c\x16\x1d\xc7\x56\x55\xb5\x54\x2a\xea\xba\xc6\ \x39\x50\x55\x85\x31\x06\x21\xd0\x34\x95\x73\x06\x00\xef\x58\xa6\ \x20\x8a\xed\x56\x4b\x96\xe5\x60\x30\x50\xab\x55\x39\x07\x81\x60\ \x30\xea\x3a\xcb\xab\xab\xd9\x6c\xb6\x63\x9a\xc3\xc3\x43\x7d\xbd\ \xbd\x1b\xd9\xac\x20\x10\x41\x10\x18\xa5\x18\xe3\x7c\x3e\x9f\x4e\ \xa7\xe3\xf1\xb8\xe7\xbc\xe7\xf3\xf9\xe9\xe9\xe9\x58\x2c\x1e\x0c\ \xea\xec\x32\xe3\x03\x5c\x51\x94\x58\x3c\x66\x59\xd6\xd2\xe2\x42\ \xbe\x90\x57\x35\xad\xd1\x68\x14\x0a\x05\x80\x70\x36\x9b\xc5\x88\ \xec\xde\xbe\x3d\xbb\xb6\x92\xcb\x66\x04\x4c\x7a\x52\x3d\xdb\xb6\ \x6e\xdb\xbd\x7b\x97\xd1\xe9\x9c\x3a\x33\x2b\x49\x62\xa5\x52\x89\ \x84\x22\xa5\x62\x51\x96\xe5\x62\x31\x6f\xdb\x9d\x6d\x5b\x37\x03\ \x00\x34\x5d\xe3\x1c\x28\x8a\x22\x20\x69\x78\x68\x38\x9d\x4e\xc7\ \x62\x31\xce\xb9\x2c\xcb\xb2\xac\x74\x3a\x36\x63\x4c\x91\x95\x40\ \x30\xe8\x52\x77\x7a\x6a\xfa\xc4\xeb\x27\x28\xa5\xa5\x52\xc9\xb6\ \xed\xe1\xe1\xe1\x68\x24\x52\xab\x35\xa9\x4b\x25\x59\x50\x55\x55\ \xe6\x00\x0b\xc4\x76\x28\x00\xc0\xb6\xad\xd3\xa7\x4f\x99\xa6\x6d\ \x18\x1d\xe6\x3a\x22\x86\x13\x63\xe3\x7d\xa9\xde\x80\xac\xba\x9d\ \x8e\x63\xd9\xb2\x24\x19\xed\xa6\xd9\x6e\x5b\xb6\x2d\x4a\xa2\xa6\ \xa9\x91\x48\xc4\x5b\x24\x75\x3a\x1d\x4d\xd3\x64\x59\x76\x5d\xd7\ \x2b\x98\xf1\xfc\x53\x2f\x31\xee\x79\xbb\xa1\x50\x28\x1a\x8d\x12\ \x82\x9b\xad\xb6\x4d\x81\xd7\x07\xdb\x68\x36\xab\xd5\x6a\x5f\x5f\ \x5f\xb1\x50\xe4\x9c\xeb\xba\x1e\x8d\x46\x1b\x8d\x26\x82\x88\x5f\ \xd6\x9c\xaa\x69\xda\xd0\xf0\x90\xae\xeb\xdf\xf8\xc6\x37\x72\x1b\ \x39\x4d\xd3\x4c\xd3\x58\x5c\x58\x1c\x1e\x1e\xad\x54\xaa\x2b\xcb\ \x07\x6f\xda\xb3\xab\x56\xa9\x3c\xff\xfc\xf3\xb6\x6d\x0f\x0c\x0c\ \xdc\xbc\x7f\xff\xfd\x0f\x3c\xd0\x6a\x36\xbf\xf2\x95\xaf\x70\xce\ \x25\x51\x34\xda\xed\xf5\xd5\xb5\xe1\x91\xe1\x66\xb3\xb5\xb4\xb4\ \x38\x30\x38\xc0\x28\x53\x14\x19\x40\xc0\x18\x57\x35\x35\xc6\x63\ \x00\x00\x4d\xd3\x02\x81\x80\x6d\x59\xb2\xac\x50\x97\xda\x96\x1d\ \x8a\x04\x3b\x9d\x0e\xc6\x78\x66\x66\xdb\xec\xec\xd9\x4a\xb9\x5c\ \x2c\x14\x8a\xf9\xc2\xe0\xe0\x60\x77\x77\xb7\x61\x18\x94\x32\x59\ \x95\xbd\xfd\x34\x2e\xee\x48\xe1\xcb\xdd\x8d\xe6\xb6\x13\x42\x20\ \x04\x95\x4a\x19\x00\x80\x10\x86\x10\x1a\xed\xb6\x6d\xdb\x82\x20\ \xbe\x25\x77\x06\x02\x60\xdb\x76\x3a\xbd\xb6\x6f\xdf\xde\x54\xaa\ \xbb\xd3\x31\x8b\xc5\x82\x24\x89\xe7\xcf\xcf\x9d\x3a\x75\x72\x75\ \x75\xd9\x34\x5b\x8a\xa2\xdc\x7b\xef\xbd\xaa\xaa\xb6\x8d\x76\xa7\ \xd3\xf1\x2a\x91\x4d\xd3\xb4\x2d\x5b\x92\xa4\xfe\xbe\x3e\x5d\xd3\ \x1b\xd5\xba\x2c\x08\x2b\xab\xab\xa5\x52\x51\x0b\xe8\xa6\xd5\x31\ \xdb\xed\x80\xae\xab\xb2\xc2\xa9\xd7\x45\x08\x29\xa3\x10\xf2\x66\ \xab\xca\xa8\xed\x9d\x69\xc8\x39\x80\x00\x41\x08\x6d\xcb\x76\x6d\ \x1b\x50\x5a\xc8\xe7\xb9\x4b\x5d\xcb\x2e\x17\x4b\xe9\x95\xb5\xd5\ \xe5\x95\x5c\x76\x83\x33\xa0\x69\x01\x45\xd5\x88\x20\xb9\x94\x01\ \x80\x2c\xa3\xd3\x28\x57\x43\xb2\x1c\x55\x54\x0c\x40\xb5\x5a\x2a\ \x97\x0a\x9c\x31\x59\x96\xe3\x89\x84\x4b\xa9\x43\xa9\xe5\xb8\x0d\ \xc3\x00\x18\xdb\x2e\x75\x29\x83\x10\x61\x2c\x00\x06\x03\x6a\x40\ \x53\xf4\x50\x28\xec\x52\x4e\x39\x6c\x77\xac\x8d\x7c\x7e\x61\x61\ \x51\xd7\x02\x46\xd3\xb0\x8c\x8e\x2e\xeb\xd4\xa1\x91\x48\xec\x9e\ \xfb\xee\x1f\x19\x1f\x77\x29\xbd\xe5\xe6\x9b\x13\x89\x44\x3a\x9d\ \x9e\x9f\x9f\xcf\xe5\x72\x86\x61\x4c\x4d\x4d\x6d\xd9\xb2\x25\x10\ \xd0\x65\x59\xbe\xbc\x0d\x4e\x28\x65\xf1\x78\xbc\x27\x95\x0a\x85\ \x42\xa3\xa3\xe3\xe1\x70\xd8\xb6\xec\x40\x30\xa0\xaa\xaa\xa2\x28\ \xa3\xa3\x63\xf9\x62\xfe\xd1\xef\x7f\x77\xa3\xb0\xa1\x06\x54\x22\ \x89\x5a\x30\x68\x5a\xf6\x85\xc5\x45\xc7\x71\x46\x06\x07\xca\xf9\ \x5c\x61\x63\x2d\x97\x5d\x85\xdc\x9e\x3d\x73\x12\x23\xbe\x69\x7a\ \x32\x14\x0c\x71\x88\x0a\xa5\x4a\xb5\xde\xe6\x9c\x20\x44\x12\x89\ \x78\x22\x9e\xe0\x8c\x2b\xb2\xcc\x18\x73\x1d\x47\x14\xb1\x24\x09\ \xe5\x72\xc9\x68\xb5\x82\x81\x60\x24\x14\x1a\x1e\x18\x34\x5a\xed\ \x9e\x64\x2a\x14\x08\x22\x0e\x1a\xb5\xba\xd1\x34\x24\x51\x54\x15\ \x49\x10\x90\x24\x62\xc4\x19\xa0\x0c\x03\x28\x12\xc1\x32\x3a\xcd\ \x46\xc3\x68\xb6\x5a\xf5\xd6\xa3\xdf\xfd\xee\xec\xa9\xd3\xa2\x20\ \x88\x92\x84\x89\x60\xb9\xae\x1e\x0c\xc5\x93\x3d\x82\xaa\xbb\x00\ \x06\x23\x11\x41\x10\xbc\xe4\x0d\x00\xc0\xd3\x77\x51\x14\x4d\xd3\ \xf4\xa2\x73\x6f\xe4\x7b\x2e\x76\x63\xaa\xaa\x9a\x4a\xa5\x62\xb1\ \x18\xe7\x40\x53\xd5\x78\x3c\x2a\x60\x28\x11\x64\x75\x4c\xbb\x63\ \x36\xeb\xb5\xa5\xe5\x65\xc7\x71\x52\xa9\xde\xfd\xfb\x6f\x71\x29\ \x33\x4c\xf3\x32\x7a\x83\x19\xe3\x82\x20\x4c\x4e\x8d\x25\x12\xd1\ \x9d\x3b\x67\xfa\xfa\xfa\x00\x43\x8a\xac\xc5\xe3\x09\x41\x20\x43\ \x43\x7d\xc1\x90\xf6\xf9\x2f\xfc\xf5\xa9\xd9\x33\xdd\xa9\xa4\xc3\ \xe8\xd0\xc8\xb0\x43\xdd\x0b\x0b\xf3\x85\x52\xe9\x9e\xfb\xef\xab\ \xd6\xeb\x2f\xbf\xf2\xca\xb9\x33\xb3\x02\x82\xcb\xf3\xf3\xa5\x7c\ \x6e\x72\x74\x54\x16\x05\x45\x91\x0c\xc3\x60\x94\x72\xc0\x38\xa5\ \xb2\x48\x52\xc9\x2e\x82\xa1\x24\x12\x08\x01\xa5\xae\x20\x12\x88\ \x50\xad\x56\x33\x2d\x53\x10\x45\x49\x56\x87\x87\x46\x8c\xa6\x11\ \x0d\x46\xc3\x81\x70\xbb\xd1\x6e\xd6\x1a\xd4\x65\xa2\x24\x21\x84\ \x11\x11\x00\x22\x08\x63\x00\x91\x2f\xee\x37\x9a\xb6\x73\x4c\xf0\ \xe4\xf4\x16\x81\x08\xa5\x52\xa1\x90\xdf\x28\x97\x8b\x94\xd2\xde\ \xbe\x01\x51\x92\xdf\x52\xfd\x2f\x07\x00\x63\xbc\x6f\xdf\x4d\x5e\ \x21\x9a\xa6\x69\x89\x44\x62\x75\x75\x65\x69\x69\xf1\xe0\xc1\x67\ \x4e\x9f\x3e\xdd\x6e\x1b\x43\x43\x83\xc9\x64\xd2\xf3\x38\xc6\xc7\ \xc7\xf7\xed\xdf\xe7\xb5\xa5\x5c\xb8\x70\xc1\x34\x4c\x2d\xa0\x8f\ \x0c\x0d\xc9\x92\xd4\xe9\x74\x22\xe1\x70\xbe\x50\xe0\x9c\xaf\xad\ \xad\xd9\xae\x9b\xec\x49\x01\xce\x19\xe3\x90\x03\x08\x38\x44\x50\ \xd6\x54\x00\x81\x97\x44\x05\x80\x21\x04\x21\x84\x1d\xa3\x63\x77\ \x3a\xcc\xa5\x10\x42\x59\x10\x03\x81\x40\x24\x12\x09\xe9\x81\x7c\ \x76\xc3\x6c\xb7\x2b\xa5\xb2\xd1\x36\x6d\xcb\x15\x05\x02\x21\xa4\ \x94\x76\x3a\x9d\xb5\xd5\xd5\x7c\x36\x1b\x0d\x86\xa0\x43\x8b\xf9\ \x3c\x04\x00\x63\x6c\x98\x86\x6d\xdb\x8a\xa2\x28\xaa\x5a\x2e\x55\ \x5c\xca\x5c\x97\xd9\x0e\x55\x34\x7d\x3d\x9d\x69\x34\xdb\xa6\xd9\ \xe1\x0c\x58\x96\x8d\x09\x49\x67\xb2\x96\x65\x27\x53\x29\x9b\xba\ \x8d\x56\xab\xd9\x6a\x5d\xec\xb5\x21\x82\x24\x49\x01\x3d\xb0\x6b\ \xd7\x2e\xcb\xb6\xab\xf5\x3a\xa5\x74\x79\x79\x79\x60\x60\x20\x95\ \x4a\x75\x75\x75\x35\x9b\xcd\xde\xde\xde\xb1\xb1\x31\xaf\x67\x35\ \x14\x0e\x5f\xde\xf6\x55\x94\xd1\x64\x77\x72\xf3\x96\xad\xbd\xbd\ \xbd\x23\xa3\x23\x5b\x36\x6f\x81\x08\xa6\xd7\xd3\x95\x4a\xa5\xb7\ \xb7\x77\x66\x66\xdb\x2d\x37\xdf\x6c\xdb\xd6\xfc\xc2\x85\xb6\x61\ \x50\xc0\x2b\xb5\x6a\x34\x1e\x17\x45\x51\xd1\x94\x3b\xef\xbc\x7d\ \xf3\xa6\x29\x55\x96\x8a\xf9\x0d\x46\x6d\xab\xd3\x8a\x46\xc2\xd1\ \x48\xb8\xd5\x6c\x36\x1b\x0d\x82\x48\x30\xa0\x03\x0e\x64\x59\x4c\ \x24\xe2\xd1\x68\x78\x7e\xfe\x7c\xa3\x51\x77\x6c\x8b\x32\x17\x02\ \xc4\x5c\x26\x8a\x42\x30\x18\x48\xc4\x63\xad\x56\x33\x91\x88\x77\ \x77\x25\x4c\xa3\x1d\x8d\x84\x45\x51\x70\x5d\x47\x96\x44\x51\x10\ \x5c\xc7\xa6\xae\x0d\x38\x47\x08\x29\xb2\x20\x4b\x82\x63\xdb\x41\ \x3d\xc8\x1c\xd7\x6b\x49\x2b\xe5\x0b\x2f\xbe\xf8\xe2\xe1\x57\x5e\ \x36\x0d\xa3\xab\x2b\xd1\xdb\xdb\xdb\x36\x8c\xb5\xb5\xb5\x68\x3c\ \x2e\x2b\x0a\xc1\xc4\xcb\xdc\x0c\x0d\x0d\xc5\x62\x31\x00\xc0\x1b\ \x25\x83\xcc\xcb\x87\x5f\x6a\x5c\xf0\x52\xe5\xed\x76\xbb\x54\x2a\ \x95\x4a\xa5\x5a\xad\x56\x2a\x97\x6a\x95\x2a\xe4\x0c\x41\x4e\x10\ \x8a\x46\xa3\xa1\x60\x70\x6a\x72\x32\x14\x0a\xae\xac\x2c\x2f\x2f\ \xaf\x50\xca\x2e\x6f\xd7\x07\xce\x99\x24\x8a\xe3\x13\xa3\xe3\xe3\ \x63\x53\x53\xd3\xf7\xdf\x7f\x7f\x20\x10\xc8\xe7\x0b\x87\x0f\x1f\ \x8e\xc7\xe3\xfb\xf7\xef\xbb\xe7\x9e\x3b\x35\x4d\x3d\xf8\xdc\x73\ \x2b\xab\xab\x8c\xb1\xf5\x74\xba\x63\x59\x91\x48\xa4\x63\x75\xb6\ \x6d\xdb\x76\xdf\x03\xf7\xf7\xf4\xa4\x0a\xf9\x5c\x3e\xbb\x81\x11\ \x52\x15\x39\x1a\x8b\x60\x8c\x1d\xc7\xa1\xd4\xf5\x42\x4c\x08\x23\ \x41\x10\x7a\x52\xa9\x6c\x26\x93\xc9\x64\x18\xe7\x96\xd5\x81\xd0\ \xdb\x0f\x89\x4b\x92\x18\x8e\x44\x38\xe7\x10\x80\x91\xe1\xe1\x76\ \xa3\x41\x20\x8c\x45\x23\x10\x40\x81\x60\x51\x24\x00\x02\xc6\x39\ \x7b\xc3\x47\xf3\xc3\x32\x37\x1c\x8c\x71\x49\x92\x26\xa6\x36\xb5\ \xdb\x2d\xd7\x75\x31\x26\x8a\xa2\x88\xa2\x78\x19\x31\xf7\x4b\xcd\ \x9f\x5e\x66\x35\x12\x89\xbc\xf8\xe2\x8b\xed\x76\xfb\xd7\x7e\xed\ \xd7\xca\xe5\xf2\xa3\x8f\x3e\x7a\xe6\xcc\x19\xdb\xb6\x63\xb1\x58\ \x26\x93\x09\x04\x02\x9a\xa6\x89\xa2\x28\xcb\x32\x63\xcc\x76\x1c\ \x45\x55\x2c\xb3\x73\xfb\x9d\x77\x1c\x7c\xea\x69\x4a\xe9\xf0\xf0\ \xb0\xe3\x38\xfb\xf7\xef\x0f\x85\xc3\x87\x9e\x7f\x61\x72\x7a\x3a\ \x14\x0e\x21\x2c\x20\x84\xa8\x6b\x23\x81\x30\x4a\x39\x63\x9c\x32\ \xc0\x01\x82\x88\x43\x6f\xb6\xe2\x86\x61\x48\x92\x14\x0c\x85\x5a\ \x86\x51\xca\xe5\x54\x55\xcd\x64\x32\x95\x72\x65\x62\x72\x2a\x39\ \x60\x37\x1a\x0d\x84\x83\x8c\x33\x41\xc0\x99\xf4\xfa\xda\xda\xea\ \xf1\xe3\xc7\xa2\xe1\x30\xb3\x1d\x46\xa9\x17\xb6\x27\x98\x18\xb6\ \xd9\xb1\xac\x60\x30\x58\x2a\x56\x64\x55\x75\xa9\xeb\x85\x23\x02\ \x81\x20\x67\x4c\x10\x04\xea\xb8\x10\x42\xd3\xec\x84\x82\x41\xc6\ \x98\xd1\x32\x83\xc1\x60\xad\xd6\x08\x06\x83\x9d\x4e\x07\x42\x18\ \x0a\x85\x3c\xe1\x3e\x7f\xfe\xfc\xf8\xf8\x38\x67\x8c\x31\xb6\xb6\ \xb6\x36\x36\x36\x16\x89\x44\x1c\xc7\x11\x04\xa1\x5c\x2e\xf7\xf5\ \xf5\x11\x42\xe6\xe6\xe6\xca\xe5\xd2\xce\x5d\x3b\x2f\xa3\x89\x09\ \x42\xd8\x36\xda\x2b\x2b\xcb\xba\x22\x8f\x8e\x8e\x54\x4b\x45\x84\ \x90\x61\x9a\xb6\x65\x05\x43\xa1\x78\xa2\x3b\x97\xdb\x70\x3b\xc6\ \xcd\xfb\xf7\xfd\xd5\x5f\x7d\x16\x70\x3e\x3e\x3e\xde\xdb\xdb\xcb\ \x39\x1f\x1b\x1d\xc3\x18\x67\x32\x59\x04\x60\x31\x9f\xcf\x66\x32\ \xa1\x60\x10\x41\x60\x1a\xed\xf4\xfa\x9a\x2c\x49\xd1\x48\x44\x20\ \xb8\xd9\x6c\x09\x48\x91\x44\xa1\xbf\xbf\xcf\x34\x8d\xee\x64\x97\ \x22\xcb\x00\x02\x46\x19\x26\xb0\xab\x3b\xae\x69\x4a\xb3\xd9\x12\ \x84\x8b\x25\x49\x8d\x46\xa3\x54\x2a\x36\x1a\xb5\x54\x2a\xd5\x6e\ \xb7\x1c\xd7\xc2\x18\x89\x92\x20\xcb\x5c\x94\x64\x00\xa0\x22\x93\ \x70\x38\xb0\x79\xf3\x74\x2c\x1e\x8f\x84\x23\x95\x4a\x31\xb3\xbe\ \x54\xad\x54\x8c\x76\x5b\x12\x85\x68\x38\x1c\xd0\x75\x08\x78\xc7\ \x34\x00\xa5\x80\xf3\x6c\x36\x1b\x0a\x05\x4f\x9d\x3a\x75\xc7\x1d\ \x77\x0c\x0e\x0e\xce\xcf\xcf\x0b\x82\x40\x08\xf1\x9a\x54\xbd\x5a\ \x14\xaf\x78\x06\xbe\x41\xa9\x54\xf2\x1a\x47\x31\xc6\x0c\xa0\x44\ \xa2\x3b\x18\x0a\xb6\xda\x66\x24\x12\xd9\xb4\x79\x4b\xa5\x5a\xcd\ \xa4\xd3\xcb\x2b\x6b\x86\x61\x06\x74\x8d\x10\x02\x2e\xa7\x0a\x15\ \x32\xce\xf2\xf9\x42\xbb\xd5\x1a\x19\x19\x41\x18\x07\x02\x81\x85\ \x85\x05\xd3\x34\x83\xc1\x60\x5f\x5f\xdf\xb6\x99\x6d\xb9\x5c\xe1\ \x81\x07\xde\xf3\x47\x7f\xf4\x9f\x67\x67\x67\xc7\xc7\xc7\xdf\xff\ \xfe\xf7\x47\xa3\xd1\x40\x20\x40\x29\xed\x58\x16\xe2\xbc\x98\xdb\ \x78\xf5\xc8\xd1\xc1\xd6\xe0\xae\x3d\xbb\x05\x22\xd6\xab\x55\x0e\ \xa1\x28\x8a\x9c\x73\xc7\x76\x30\x46\x08\x93\x78\x3c\xae\x69\x9a\ \xae\xeb\x91\x68\x94\x3a\x0e\x26\x04\x00\x10\x0c\x06\x03\x81\x80\ \x61\x74\x20\x04\x8e\x6b\x77\x27\xbb\x34\x5d\x35\x3b\x46\xbd\x5e\ \x93\x1c\x45\xe3\x5a\xc3\x68\x69\xba\x8e\x05\x02\x11\xfa\xff\xd9\ \x7b\xd3\x60\xc9\xd2\xb3\x3c\xf0\x5b\xcf\x96\xe7\xe4\xbe\xdc\xfd\ \xd6\xad\xaa\x5b\xd5\x55\xbd\x57\x77\x97\xd4\xdd\x52\x0b\x49\x20\ \x83\x10\xb8\x65\x3c\x06\x4c\x10\x01\x0c\x81\x81\x40\x08\x3b\x82\ \x60\x88\x86\x5f\x33\x11\x02\xe3\x19\x9b\xc0\x11\x48\x30\xc8\xed\ \x30\x0e\x81\xc5\x22\x04\xad\xa5\xa5\x56\xaf\xd5\x6b\x75\xd7\xbe\ \xdc\xba\xfb\x96\x37\xf7\xed\xec\xe7\xdb\xe6\xc7\x57\x5d\x68\x6c\ \x60\xd4\x25\xd9\x46\x83\x32\x32\x32\xb2\x22\x32\x32\xeb\x9e\xe5\ \xf9\xde\xef\x79\x9f\xe7\x79\x11\x21\x08\x7d\x9b\x67\xcb\xa8\x5b\ \x4f\x08\x6f\xbd\x07\x10\x64\x10\xa6\x18\x31\x03\x31\xa9\xfe\xfa\ \xa3\xff\x6f\x4a\xe1\x9b\xfc\xdd\xbf\xe3\xeb\x6e\xa6\x0f\x2a\x00\ \x95\x7a\xfb\x0d\xd0\x4c\x31\x54\x7f\x4f\xf0\x5d\x42\x0c\x8a\xc5\ \xb2\xae\x60\x74\x4d\x74\x3b\x04\x3e\x84\x42\x48\x2d\x51\xb0\x2c\ \xeb\xd2\xa5\x4b\x4f\x3f\xfd\xf4\x8f\xfe\xe8\x8f\xfe\xf2\x2f\xff\ \xf2\x1f\xfd\xd1\x1f\x3d\xfb\xec\xb3\x5b\xdb\xdb\xbb\xbb\xbb\x53\ \x53\x53\x96\x65\xf9\xbe\xdf\x3a\x68\x01\x00\xb4\x2c\x7d\xe5\xfa\ \xca\xa9\x53\xa7\xa8\x69\xb0\x24\x59\x5e\x5e\x7e\xe5\x95\x57\x82\ \x20\x28\x97\xcb\xd4\x30\x0c\xdb\xfa\xec\x67\x3f\xfb\xe1\x0f\x7f\ \xf8\xbb\x3f\xf4\x8f\xa4\x52\x50\xd7\xea\x8c\x65\x59\x96\x25\x09\ \x25\x37\x79\x19\x05\xa1\x69\x59\x06\xa5\x9c\x73\x20\xe4\x64\x3c\ \xde\xde\xda\x72\x9d\x1c\xcf\xd8\xde\xde\xde\xc3\x0f\x3f\x7c\xf2\ \xe4\x89\x9c\x63\x53\x83\xa4\x49\x8a\x30\xa4\x04\x63\xa8\x8a\xc5\ \x62\xad\x56\x4b\xa3\x30\x89\x42\xc6\x98\x42\x4a\x49\xa9\x3b\x72\ \x08\x00\x4a\x29\xc6\x78\x32\x99\x20\x8c\x31\xc6\x85\x42\x61\x79\ \x79\xf9\xfa\xd5\xab\x9c\xf3\x52\xa9\x94\x24\x49\x92\xc4\x7e\xe8\ \x1f\x2d\x2c\x53\xa0\x52\xce\x8b\xc5\xc2\x68\x34\xf4\x7d\x9f\x52\ \x3a\x33\x33\xa3\xd5\x78\xbd\x5e\x4f\x2b\x25\x84\x94\xa5\x72\x59\ \x08\x51\x2c\x16\x37\x37\x37\x1f\x79\xe4\x11\xcb\xb2\xde\x7c\xf3\ \xcd\xfd\xfd\xfd\x5c\x2e\xf7\xde\xc7\xde\x7b\x7b\xa7\x0f\x23\xd4\ \xed\xf6\xfa\xbd\xde\x3d\xef\x7b\x2c\x97\xb3\x37\xd6\x37\xb4\x34\ \xf0\xa0\xd5\xca\xd2\x14\x42\xb8\xbb\xbb\xbb\xb8\xb8\x98\xa6\x89\ \x06\xc1\x20\x08\xce\x9e\x3d\xeb\x79\x5e\x18\x86\x0b\x0b\x0b\x84\ \x90\x56\xab\xd5\xef\xf6\x74\x94\xc2\xc9\x93\x27\x2b\x95\x8a\xe3\ \x38\xb3\x27\xee\xa8\x94\x0b\x52\x01\xdb\x76\xc6\xe3\x91\xeb\xba\ \x94\x52\x00\x80\xe0\x42\x41\xa0\xa4\x42\x18\x21\x82\x80\x02\x8c\ \xf1\x5b\x16\x79\x42\xc8\xea\xea\xaa\x65\x59\x1f\xfd\xe8\x47\x3d\ \x2f\x1f\xc7\xb1\x6d\xdb\x51\x1c\xc8\x84\x63\x42\xa8\xa1\x10\x82\ \x42\x02\x2f\xe7\xe5\xdd\xdc\x99\x97\x5e\x42\x88\x24\x69\x24\xa5\ \xec\xf5\x7a\xeb\xeb\xeb\x9c\x0b\xcf\x73\xa5\x94\x73\x73\x73\xc5\ \x62\xf1\xfc\xf9\xf3\x1a\xbb\xb5\x1d\xa1\xd3\xe9\xf8\xbe\xcf\x18\ \x0b\x82\x40\x29\xc5\x18\x83\x6f\x43\xa1\x56\x58\xea\xeb\x56\xf7\ \xd5\x0d\xc3\x70\x1c\x87\x52\xaa\x10\xb6\x6c\xeb\xf8\xf1\xe3\x10\ \x13\x84\xf0\xc2\xc2\xe2\xd8\x9f\xc4\x51\x28\xa4\xca\xe5\x5c\xbd\ \x3c\xdc\xc6\x96\x09\x21\x94\x24\xe9\xd5\x2b\xd7\xee\xbf\xff\x7e\ \x44\x70\xbb\xdd\x8e\xa2\x28\x9f\xcf\xaf\xaf\xaf\x77\xbb\xdd\xc6\ \x54\xe3\xea\xd5\xab\x8d\x46\xe3\xce\x3b\x4f\xde\x0c\x3b\x42\xe8\ \xcc\x99\x33\x95\x4a\xa5\xd5\x6a\xcd\xcf\xcf\x33\xc6\x26\x13\xbf\ \xd9\x6c\xee\x6c\x6f\x1f\xb4\x5a\x0b\x4b\x4b\xf5\x7a\xdd\xb4\xcc\ \x4a\xad\xe6\x7a\x1e\x50\x4a\x2a\xc9\x92\x54\xc8\xcc\xb2\x2c\xbd\ \x98\x01\x25\xf5\x36\x45\xef\x51\x20\x84\x83\xc1\x20\x4b\xb3\xf1\ \x78\x92\xc5\x71\x10\x04\xcf\x3c\xf3\xcc\xf7\x7c\xe8\x43\x8d\xe9\ \xe9\x8c\x33\xdb\xb1\x81\x52\x59\x92\x52\x42\x15\xc2\x90\x7c\x8b\ \xc0\x5d\x4a\x19\x45\x91\xfa\xef\x8c\x5c\x0a\x02\x01\xa0\x84\x40\ \xbe\xfd\x0a\x81\x32\xa5\x32\x94\x32\xa4\x34\x95\x32\xa4\xa4\x4a\ \x51\xa5\x8c\x54\x1c\x5f\x23\x27\xbf\x46\xe9\x84\x5b\x89\x30\x13\ \x61\xa5\xd2\xc8\x6e\x3e\x29\x93\x06\x93\x98\x2b\xc2\x15\xe1\x92\ \x08\x85\x24\x40\x52\x22\xf9\xd7\x28\x0c\x6e\x2d\x18\x08\x48\x08\ \x25\x86\x02\x43\x81\x21\x23\x50\x10\xc4\x28\x64\x14\x67\x14\x66\ \x06\xca\x4c\x94\x1a\x38\x31\x51\x62\xe1\xc4\xc6\xb1\x85\x63\x07\ \xc7\x16\x16\x04\x72\x8a\xf8\xcd\x57\xc4\x29\x64\x14\x09\x02\xa1\ \x04\x48\xa9\xb7\x5f\x15\x92\xff\x5d\x8e\x95\x61\xe1\xbf\x63\xeb\ \xa9\x2d\xf8\x9b\x9b\x9b\x3a\x37\xb5\xd1\x68\x78\x9e\x77\x5b\x1b\ \x55\x15\xc7\x89\xde\x35\x1f\x1c\xb4\x3f\xf1\x89\xdf\xfc\xae\xef\ \xfa\xc0\x2f\xfd\xd2\x2f\xf5\xfb\x83\xcb\x97\xaf\x78\x5e\xfe\xca\ \xa5\x2b\xd7\xaf\x5f\x2f\x16\x8b\xa3\xd1\x08\x63\x3c\x1e\x8f\xf5\ \xdd\xa8\xc3\x66\x77\x76\x76\xe6\xe7\x66\x10\x46\xb6\x65\xf5\xfb\ \x7d\x9d\x0f\x15\x85\x61\xaf\xd7\x4b\x92\x24\x8a\xa2\x34\x4b\xa3\ \x38\x8e\xc3\xc0\xcd\xd9\x48\xc9\x71\x7f\x80\x21\xb4\x6d\x1b\x40\ \x24\x38\x87\x90\x60\x84\x92\x38\xd6\x6d\xc9\xf1\x70\xb0\xb1\xb6\ \xfa\xe0\x43\x0f\x41\xa4\x1c\xc7\x6a\xd4\xab\x71\x14\x65\x42\xce\ \x1d\x5a\x14\x52\x20\x04\x19\xcb\x38\x17\xed\x83\xe6\xde\xde\x4e\ \x38\x9e\x88\x8c\x19\x7f\x06\x5b\x00\x00\x20\x00\x49\x44\x41\x54\ \x79\xae\x4b\x2d\xda\xed\x75\xb5\x00\x43\x01\xa0\x4b\xbf\x38\x4d\ \xe6\x17\x16\x10\x42\xc7\x8f\x1f\x9f\xaa\x37\x3a\xad\xd6\x60\x30\ \x98\x99\x9a\xf6\x3c\xaf\xdb\xeb\x6a\xc6\x20\x88\xa2\x7c\x3e\x3f\ \xf1\x03\x7d\xfd\xeb\xfc\x71\xed\xa2\xcc\xe7\xf3\xda\xaf\x24\xa5\ \x9c\x8c\xc7\x52\xca\xf9\xf9\xf9\xd5\xd5\xd5\x4b\x97\x2e\x1d\x3f\ \x7e\xbc\x50\x28\xac\xae\xae\xde\x77\xdf\x7d\xcb\x47\x97\x39\x67\ \xb7\x71\xd8\x39\x17\x8b\x0b\x0b\x85\x4a\x1d\x2a\xf9\xca\x2b\xaf\ \x8c\xc6\x23\x4a\x68\x26\x78\xad\x56\x2b\x95\xca\xeb\xeb\x6b\x59\ \x96\x09\x29\xcf\x9d\x3b\xa7\x4f\xf4\xc6\xc6\xc6\x89\x13\x27\xb4\ \x4b\x4b\x8b\x7f\x6c\xdb\x52\x40\xa4\x69\x9c\x73\xec\xd9\xd9\xe9\ \xf9\xb9\x19\x2f\x9f\x27\x18\xc5\x71\xcc\x18\x17\x42\x04\xa1\x3f\ \x1a\x0d\xae\x5d\xbb\xea\x79\x39\xce\x59\x1c\x86\x3a\xb0\x1e\x42\ \x88\x31\x51\x4a\xb8\x39\xbb\x58\x2c\x14\x0a\xf9\x97\x5f\x3e\xc3\ \x58\x6a\x18\x24\x4d\x63\x42\x4a\x86\x41\x87\xc3\x41\xa9\x52\xc4\ \x98\x18\x86\xa5\x13\x66\xfc\x89\xdf\x6a\xee\x4b\xc1\x59\x1a\x6f\ \x6e\x6e\x3b\xb6\x15\x06\xe3\x30\x98\x6c\x6d\x26\xb6\x6d\x23\x28\ \xfb\xfd\x81\x3f\x19\xd9\xb6\xa3\x94\xb0\x4c\x5a\xa8\x57\x07\x83\ \xc1\x64\x32\xb9\x7c\xf9\x72\xa1\x50\xf0\x3c\x6f\x34\x1a\xe9\x0d\ \xa2\x6d\xdb\xfa\x20\x5b\x96\xa5\x81\xcf\x30\x0c\xad\x24\xa1\x94\ \xb2\x8c\x31\xc6\x52\x2e\x4c\xd3\x6e\x36\x9b\x86\x69\x7b\xf9\xfc\ \xf6\xce\x56\xaf\x3f\xd8\xdd\xdd\xb3\xed\x5c\xb7\xdb\xe3\x9c\xc1\ \xdb\x2a\xef\xa4\x94\x8e\xe3\xbc\xef\x7d\xef\x2b\x94\x8a\xbd\x4e\ \xf7\xcd\xb3\x67\xd3\x34\xe5\x9c\x9b\xa6\x69\xdb\xb6\x65\x5a\xe7\ \xcf\x9f\xbf\xf3\xce\xbb\xbe\xf4\xa5\x2f\xf5\xfb\x7d\x42\xc8\xca\ \xca\x0a\xe7\xfc\x23\x1f\xf9\xc8\xe2\xe2\xa2\x69\x9a\x98\x10\x8c\ \xf1\x70\x30\x84\x08\x71\xce\xab\xd5\x6a\xb1\x58\xb4\x6c\xdb\x30\ \x8c\x34\x49\x00\x00\x52\xa9\x24\x8a\xa3\x20\x18\xfb\x93\xf1\x68\ \xa4\x94\x8a\x82\x90\x1a\x86\x04\x4a\x47\xeb\x28\xa5\x0c\x83\x64\ \x69\x72\xfc\xf8\xf2\xfa\xca\x8d\x56\xfb\xe0\xd4\xfd\xf7\x2a\x25\ \x2c\xdb\x50\x89\x14\x9c\x09\x04\xec\x9c\xa3\x47\x0f\x00\xa9\xbe\ \x35\xe0\x8e\x10\xd2\xcd\x9c\x6f\xc1\x3a\x01\xa1\x04\x40\xbe\x8d\ \xad\xe0\x66\x5c\x8f\x02\x0a\xb8\x42\x56\x39\x2f\x73\x5e\xe6\xac\ \xc8\x79\x89\xf3\x46\xc6\x4b\x82\xbb\x42\xb8\x42\xe4\xa4\xcc\x09\ \x91\x93\xca\x11\x02\x08\x09\x9a\x40\xbe\x86\x33\x0b\x31\x03\x65\ \x26\xce\x0c\xc4\x0c\xc4\x0d\xc4\x28\x14\x16\x0e\x5c\xca\x09\x14\ \xe4\x26\x6a\x4b\x04\x25\x82\x0a\x41\x05\x81\x7a\xfb\xb4\xeb\x9f\ \x87\x52\x41\xa9\xb0\x54\x48\x00\x2c\x14\x16\x7f\xbd\x2a\xb8\xa9\ \x20\x01\xa7\x99\xa0\x99\x32\x32\x49\x53\x61\xa6\x92\xa4\x02\x28\ \x09\x00\xe2\x26\x4a\x2d\x9c\x59\x38\xb1\x6f\x3d\xc9\xa8\x6c\x84\ \x79\x12\x78\x34\xf4\x68\x90\x27\x41\x9e\x06\x1e\x95\x18\xea\xa5\ \xeb\xd6\xef\x42\xa5\xa0\x04\x50\xa9\xff\x4e\x95\x3e\x84\x50\x2a\ \xf5\x17\x9f\xff\xfc\xca\xca\x4a\xad\x56\xfb\xd8\x2f\xfc\x42\xa1\ \x58\xbc\xbd\x45\x7d\x3c\x9e\xe8\x1a\xea\xd3\x9f\xfe\x74\x96\x65\ \xbf\xf2\x2b\xbf\x4c\x08\x15\x52\x3e\xfc\xf0\x23\x5f\xfd\xea\x33\ \x49\x9a\x3c\xfd\xf4\xd3\x61\x18\x76\xbb\xdd\x2b\x57\xae\x44\x51\ \xa4\x65\xc8\x53\x53\x53\xb3\xb3\xb3\x5b\x5b\x5b\x0b\x0b\x73\x40\ \x49\x62\x18\x96\x65\xe9\x8a\xf2\xdc\xb9\x73\xf5\x7a\xdd\x30\x8c\ \xd6\xc1\xc1\xa0\xd3\x1b\x4c\x26\xc5\x7c\x2e\x97\xf3\x84\x60\xed\ \x76\x1b\x00\x30\x7f\xf8\x28\x90\x02\x42\x08\xa4\x52\x50\x45\x51\ \x98\xc4\xb1\x6d\x59\x04\x63\x82\xf1\xea\x8d\x1b\x94\xd0\xc3\x4b\ \x4b\x8c\xb1\x6b\xd7\x2e\x1f\x3d\x71\x27\xcf\x52\x80\x11\x46\x24\ \x49\x63\xa8\x54\xbd\x5a\x3d\xfd\xd0\x43\xdd\x56\x7b\x7f\x67\x47\ \x2a\x39\x0e\x27\x71\x94\x48\xa5\xd2\x34\xe5\x8c\xd9\xb9\x5c\x2e\ \x97\x0b\xa2\x08\x42\xc8\x18\x6b\x36\x9b\x93\xd1\x98\x31\x3e\x99\ \x4c\xe2\x38\x76\x73\xae\x52\xc0\xb1\xec\xdd\xdd\x5d\xa1\x14\x89\ \x23\x3d\x25\xe4\x96\x26\x4f\x77\xf6\xfa\xfd\xfe\x5d\x77\xdd\x75\ \xe3\xc6\x8d\xad\x9d\x9d\x63\xc7\x8e\x3d\xf2\xc8\x23\xc3\xe1\xf0\ \xd8\xb1\x63\x2b\x2b\x2b\x3a\x59\x65\x71\x71\xf1\xdd\xef\x7e\xb7\ \xe7\x79\x83\x61\xff\x36\xf8\x5f\xa5\x94\x69\x99\x71\x6f\x78\xf6\ \xf5\xd7\xb2\x34\x3e\x7c\xf8\xf0\x85\xb7\xde\xd4\x3b\x77\x2e\xf8\ \xea\xea\xea\xbd\xf7\xdc\xdb\x3e\xd8\xeb\xf5\xba\xda\xcf\x79\xe8\ \xd0\x21\x9d\x4f\x52\x2e\x97\x1d\xc7\x99\x9f\x9f\x87\x4a\x8d\x06\ \x7d\x08\x41\xb9\x5c\xba\xf3\xe4\x49\x29\x65\x12\xc7\x9c\xb1\x62\ \xa9\x54\x2c\xe4\x01\x00\x79\x37\x77\xe3\xc6\x0d\xc6\xb2\x99\x99\ \xa3\x85\x62\x5e\x08\xa9\x65\xdd\x49\x92\x84\x61\xb0\xbf\xbf\x4f\ \x29\x15\x82\x5f\xbd\x7a\xb5\xdb\xed\x8c\xc7\x63\xed\xd3\x49\xd3\ \xf4\xd0\xa1\x43\xa6\x69\x70\x2e\x08\xa1\x18\x23\xa5\x54\x1c\xa7\ \x17\x2e\x9c\x7f\xe9\xc5\x97\x06\xc3\x51\xb7\xdd\x6e\x35\xf7\xaa\ \xd5\x0a\xe7\x19\x21\x44\xcf\x2a\x69\xb7\xdb\x41\x10\xb4\xdb\xad\ \x62\xb1\xe8\xba\xee\x38\x4d\xdb\xed\x76\x3e\x9f\x0f\xc3\xb0\xd9\ \x6c\x6a\x2b\x93\x6d\xdb\x8c\xb1\x28\x8a\x0c\xc3\x08\x82\x40\x73\ \xee\x18\x63\xed\x89\xd3\x63\x52\xb4\xa7\xc9\xf5\xdc\x99\xb9\xf9\ \x87\x1f\x7d\x0f\xe7\xfc\xc2\xc5\xcb\xed\x4e\xa7\xd7\xeb\x49\x00\ \xd3\x34\xc5\x84\x4a\x29\x74\x0a\x8d\xba\x1d\xda\x5d\x21\x04\x0b\ \xa5\x62\x73\x6f\xff\x8b\x5f\xfc\xe2\xc9\x93\x27\x6d\xdb\x96\x52\ \x2e\x2f\x2f\x6b\x31\x7b\xa1\x50\x38\x72\xe4\xc8\xd3\x4f\x7f\x45\ \x0b\x37\x4f\x9c\x38\xa1\x1b\x2d\x47\x8e\x1c\x51\x4a\x4d\x4f\x4f\ \xd7\x2b\xd5\xfd\xed\xad\xd5\x1b\x37\x2c\xdb\xbe\xf3\xe4\x49\x4a\ \x69\x96\xa5\x10\x23\x21\xa5\x65\x59\x96\x69\xda\xa6\xc5\xd2\x34\ \x08\x82\x52\xb9\x5c\x6b\xd4\xa5\x90\x19\x63\x42\xde\x14\xf5\x6b\ \x53\x74\xad\x5a\x3d\x38\x68\xee\xee\xed\x46\x61\x18\x84\x21\xe7\ \x6c\x6d\x6d\xcd\xcd\x7b\x39\xcf\xb5\x2d\x87\x20\x0c\x00\xd4\xcb\ \xde\xff\x7c\x5a\x46\x01\x20\x21\xe4\x10\x70\x00\x01\x80\xb6\x14\ \x79\x0d\xd3\x42\xce\x66\xd9\x6c\x96\xcd\x64\x6c\x26\xcb\xa6\x33\ \x36\xc5\x18\x56\x4a\x02\x70\xb3\x78\x07\x40\x40\xd8\xa3\xa4\x4f\ \x48\xcb\xb2\x86\x84\x0c\x09\x19\x13\x3c\xc2\xb8\x2f\xb1\x77\x8f\ \x79\xf4\x03\x66\xc6\xc0\xd7\xc1\x37\x50\xe8\xeb\xde\x40\xa0\x20\ \x54\x08\x28\x08\xd5\xcd\x05\xe4\xed\xb9\x3d\xb7\xb8\x16\x05\x00\ \x50\xf0\x26\xaf\x72\x13\x6d\xa1\x54\x48\xbf\x4a\x05\x25\x40\x52\ \x21\xa9\x90\xb8\xb5\x00\x48\x33\x96\x4e\xc8\x9c\x40\x38\x21\xcb\ \xf9\x22\xe7\xb3\x9c\xcf\xdc\x80\xd7\x5a\xc1\xd1\x6b\xe2\x16\x76\ \xeb\xfa\x3d\x74\xe9\xb0\x6a\x0c\x2b\xc6\xa8\x6a\x0e\xaa\xe6\xa0\ \x6e\x05\x1e\x49\x4d\x9c\xd8\x38\xb5\xb1\xc0\x10\x0b\xfd\xfd\x00\ \x7e\xeb\x76\x46\x52\x48\xcb\x34\xff\xd7\x9f\xfa\xa9\xcf\x7f\xfe\ \xf3\x8f\x3d\xf6\x58\xa3\xd1\xe0\x8c\xdd\x06\x09\x09\x21\x7c\xeb\ \xad\xb7\x94\x52\xfb\xfb\xcd\xa7\x9e\xfa\xc2\x13\x4f\x3c\xb1\xb2\ \xb2\x7a\xd0\x3c\x28\x14\x0a\xbe\xef\x67\x8c\x11\x42\xb3\x2c\x9b\ \x99\x99\x69\xb7\xdb\x3a\xea\xe8\x96\xac\x4d\xef\xe8\x7b\x9d\xee\ \xd4\xf4\x54\xb1\x58\x3c\x79\xf2\xe4\x67\x3f\xfb\xd9\x99\x99\x99\ \xe3\xc7\x8f\x17\x4a\x25\xce\xd8\xcc\xec\xec\xec\xfc\x5c\x35\xe3\ \xa6\x81\xb3\x34\x36\x09\xf1\x27\xbe\x12\xf2\x5d\x4e\x0e\x28\x09\ \x01\x8c\xe3\xd8\x34\x68\xb1\x58\xdc\xe8\xf5\xda\x37\x51\xc0\xde\ \xdc\xd8\x18\xf6\xfb\x18\xa3\xc9\x78\x8c\x20\x2e\x78\x5e\xc6\x52\ \xc7\x70\x20\x90\x96\x61\xb8\xae\x33\x1a\xe0\x30\x08\xaa\xe5\x12\ \x8b\xe3\x8b\x97\x2f\x52\xcb\x98\x99\x99\x6e\x36\x5b\x49\x92\xe8\ \xed\xb0\xeb\xba\xfb\x07\xcd\x83\x83\x83\xc3\x87\x0f\xdb\x8e\x9d\ \xcf\xe7\x4b\x85\x42\x10\xf8\x7a\x32\x4e\x18\x86\x53\x33\xd3\x27\ \x4e\x9c\xf0\x0a\x85\xb5\x8d\x8d\xb7\xce\x9d\xd3\x51\x85\x94\x52\ \xed\x3d\x69\x34\x1a\x49\x92\xec\xee\xee\xfa\xbe\x0f\x01\xd8\xdb\ \xdb\x7b\xed\xb5\xd7\x8e\x1e\x3d\x5a\xad\x56\x5d\xd7\x7d\xdf\xfb\ \xde\xf7\x99\xcf\x7c\xe6\xbe\xfb\xee\xb3\x2c\x6b\x75\xf5\x46\xbd\ \x51\xbf\x0d\x42\x8c\x52\xba\xb6\xb6\xfe\xb5\x17\x5f\x6e\x54\xca\ \x27\xef\xb8\xf7\xaf\xfe\xe2\x2f\xf2\x85\x42\xb3\xb9\x2f\xb8\xd8\ \xde\xde\x26\x84\xec\xee\xed\xa6\x51\xf0\xc0\x03\x0f\x6c\x6d\x6d\ \x6b\xea\xe0\x91\x47\x1e\xd9\xde\xde\xde\xdb\xdb\x9b\x9d\x9d\x9d\ \x9e\x9e\x3e\xbc\xb4\xf4\xc6\xab\xaf\x60\x84\x1c\xc7\x5e\x58\x58\ \xf0\x3c\xaf\xd3\xe9\xa4\x49\x62\x5b\xa6\x92\x2a\x49\x13\xd7\xcd\ \x71\xce\x6c\xdb\x4e\x92\x18\x22\x44\x20\x14\xba\x3d\xe3\xd8\xbe\ \x3f\xc9\xe5\x9c\x5a\xad\x1e\xc7\xd1\xc1\x41\xd3\x75\xdd\xb9\xb9\ \x39\xed\x23\x2b\x95\x4a\x69\x9a\x96\x4a\x45\x2e\x44\x1c\x27\x69\ \x9a\x31\xc6\x21\x84\x6e\x2e\xe7\x38\xd6\x1b\xaf\xdf\xd8\xdf\xdb\ \xed\x77\xfb\x93\xf1\x50\x01\xc9\x38\xcf\xe5\x1c\x29\xa5\x14\x02\ \x23\x04\x6f\x8e\x25\x12\x08\x42\x2e\x65\x1c\xc7\x10\xc2\x52\xa9\ \xa4\xed\x0e\xfa\xbc\x84\x61\xa8\x94\x22\x6f\x87\x44\x42\x08\x6d\ \xdb\x1e\x0c\x06\xf5\x7a\xdd\xb2\x2c\xcd\xe4\x30\xc6\x3c\xcf\x23\ \x84\x6e\x6f\x6f\x43\x04\x67\x66\x66\xa4\x90\x90\x90\xa3\x47\x8f\ \x0a\x21\x47\x63\xdf\xb1\x2d\xa4\xcd\x9c\xef\xf8\x6a\xc7\x49\x9c\ \x3c\xff\xec\x73\xdd\x6e\xf7\xb1\xc7\x1e\xbb\x7e\xfd\x3a\x21\xc4\ \x75\xdd\x5e\xaf\x17\x86\xe1\xf9\xf3\xe7\xef\xbb\xef\xbe\x3f\xfe\ \xe3\x3f\x7e\xe8\xa1\xd3\xab\xab\xab\x84\x90\xe1\x70\xf8\xb3\x3f\ \xfb\xb3\xd7\xaf\x5f\x7f\xf5\xd5\x57\x4f\x9d\x3a\xc5\x18\x9b\x9a\ \x9a\x2a\x97\xcb\x00\x00\xcb\xb6\x5c\xd7\xad\x4d\x4f\x71\xed\xbd\ \xa2\xd4\x30\x6e\x8e\x24\xd3\xea\x7e\x29\xa5\x92\x0a\x40\x68\x99\ \xa6\x90\x02\x13\xe2\xfb\x3e\x00\xa0\x5e\xaf\x55\x2b\xd5\x83\xfd\ \x7d\x8c\x91\xee\xa3\x98\xa6\x49\x0d\xea\x79\x1e\x32\x08\x80\x60\ \x38\x18\xea\x83\x09\xfe\xc7\xe7\xb9\x2b\x00\x04\x84\x02\xea\xcc\ \x09\x00\x95\xa2\x4a\x4d\x67\xd9\x42\x9a\xcd\xa4\xd9\x52\x9a\x1d\ \x4a\x93\x2a\xe3\x65\xce\xaa\x4c\x40\x21\x42\x4a\xba\x06\xed\x11\ \xb2\x61\x99\xaf\x7a\xee\xbe\x69\x0c\x31\x1e\x11\x32\xc6\x78\x4c\ \xf0\x88\x90\xf0\xed\x68\x51\xf8\x75\x04\x38\x4b\xe4\xe1\x02\xad\ \xd4\x0d\x96\x28\xa0\xbe\x1e\xa9\xdf\xde\x0a\x48\x85\xdf\x86\xf1\ \x6f\xb0\x3a\x56\xff\x15\xb1\x8e\x20\xd7\xbf\x7c\x6b\x3d\xb8\xf9\ \xe6\x66\x86\xf5\xad\xff\x90\x7e\xaf\x20\x20\x5c\xd9\x21\x77\x02\ \x91\x0b\x99\xe3\x73\x27\xe4\x85\x21\x2b\xf5\x52\x6f\x9c\x4d\xef\ \xc5\xc7\x2f\x8f\xbd\x61\x06\x94\x4a\x3c\x1a\x78\xd4\x2f\xd0\x51\ \xd9\x6c\xcd\xdb\x83\x8a\xd9\xaf\x5b\x83\x9a\x19\x3b\x18\xe8\x75\ \x08\x80\x5b\xeb\xca\xed\x6c\xb3\x30\x0a\xa3\xc0\x25\x39\xcf\xf3\ \x7e\xfc\xc7\x7f\x5c\x29\x25\x84\x64\x2c\x53\x40\xa1\x77\xa2\x73\ \xd7\x25\xe7\x17\xbf\xf0\xa5\x17\x9e\x7f\x69\x6d\x6d\xcd\x30\x8c\ \x2f\x7f\xe9\x69\xcf\xf3\x1e\x78\xe0\xc1\x6a\xd5\x1c\x0e\xc6\x8d\ \xda\x54\x6b\xbf\x75\x70\x70\x00\x00\x58\x5e\x5e\xd6\x81\xa5\x37\ \x6e\xdc\xb0\x2c\x6b\x7e\x7e\xfe\xd5\x57\x5f\x5d\x5b\x5b\xdf\xdb\ \xdd\x7e\xe8\xc1\x07\xb5\x71\x3f\x49\x12\xc6\x98\x61\x18\x95\x72\ \xb9\x50\x2c\xb6\xdb\xed\x89\x3f\x91\x12\x00\x41\x92\x28\x14\x14\ \xaf\xaf\xad\xdd\x7f\xff\xfd\x40\x0a\x20\x95\x12\x00\x28\x30\xea\ \xf7\x10\x54\x52\xb0\x37\xcf\x9d\x5d\x98\x9d\x2f\xe4\xf3\xae\x6d\ \xf5\x95\x18\x0e\xfa\x5e\xce\xc9\xd2\xa4\xd9\x6c\xd6\x65\xc3\xb1\ \x2d\x8c\x0c\xce\xb3\xc1\x60\x70\xed\xca\x95\x6e\xab\x0d\xb8\x6c\ \xee\x6e\x43\x04\x1d\xc7\x69\x77\x3a\x7a\x94\xcf\x70\x38\x34\x19\ \x4b\x13\xa6\xc3\x23\x6d\xdb\x9e\x6a\x4c\x2d\x2d\x1e\x7a\xf1\x85\ \x17\xea\xf5\xba\x60\xdc\x76\xec\x42\x21\x5f\x2c\x16\x1f\x7e\xf8\ \xe1\xde\x60\x60\x58\xe6\x78\x32\xd9\xda\xda\xd2\xca\x7d\x3d\x8b\ \x83\x73\xfe\xe0\x83\x0f\xce\xce\xce\x9e\x3d\x7b\x16\x61\x7c\xfd\ \xfa\x75\x5d\x6f\xce\xcc\xcc\x6c\x6d\x6d\x69\xaa\x04\x63\xfc\xe7\ \x7f\xfe\xe7\xfb\xfb\x7b\x1f\xff\xa5\x8f\x6b\x7f\xe9\x3b\x57\x43\ \xf2\xd9\xd9\x59\xd7\xb6\xd6\xd7\xd7\x7b\xbd\x5e\xb1\x58\xec\x0d\ \xfa\x57\xae\x5c\x8e\x19\xb3\xed\x5c\x3e\x9f\x3f\x75\xff\xfd\x00\ \x28\xfd\x87\x20\x84\x74\xf1\xbe\xbb\xbb\xab\xf1\x7d\x79\xf9\x68\ \xa9\x50\x48\xe3\xe8\xf0\xa1\x43\x14\xa3\x95\x6b\x57\x77\x77\x77\ \x29\xa5\xb3\x33\xd3\x26\xa5\x26\xa5\x9c\xa5\x41\xe8\x9b\x16\x05\ \x50\x01\x20\x01\x04\x0a\xca\x30\xf2\x21\x84\x7e\x30\xc9\xe7\xf3\ \x5c\x64\x52\x89\x43\x4b\x8b\xaf\xbf\xf1\x9a\xed\x18\xe3\xc9\x90\ \x1a\xd8\x76\xcc\x34\x89\x93\xcc\x42\x98\x98\x96\xe9\xb9\x9e\x10\ \x02\x63\xdc\x69\xb5\xba\x9d\x0e\x90\xbc\x56\xad\xcc\x4c\x35\x56\ \xd7\xd6\x07\xa3\x31\xc6\x04\xe5\x1c\xa8\x64\x9a\xc4\x42\x08\xa0\ \x64\x12\x85\x3c\x4b\xa5\x94\x5c\x48\x3d\x08\x30\x4d\xd3\x28\x8a\ \x5c\xd7\xd5\x51\x5f\x7a\x30\xa1\x06\x41\xcf\xf3\xaa\xd5\xaa\xf6\ \x94\xe9\x96\x83\x61\x18\xe5\x72\xf9\xe0\xe0\x20\x8c\xa2\xd7\x5f\ \x7b\x2d\xcd\x52\x88\x69\xbb\xdd\x5e\x58\x58\xcc\x17\x8b\xd3\xd3\ \xd3\x94\x9a\x1b\x9b\x5b\x9b\x1b\xeb\x82\xf3\xdb\xa8\xdb\x11\x02\ \x51\x14\x43\x84\x4e\x9d\x3a\x95\xcb\xe5\xce\x9e\x3d\x7b\xf4\xe8\ \x51\x9d\xe1\xfc\xfb\xbf\xff\xfb\xc7\x8e\x1d\x6b\xb5\x5a\xef\x79\ \xcf\x7b\xee\xb8\xe3\xc4\x99\x33\x2f\xc5\x49\x1c\x86\xa1\xeb\xba\ \x0f\x3f\xfc\xf0\x85\x0b\x17\xce\x9c\x39\x73\xfa\xf4\xe9\xf7\x3e\ \xfa\x9e\xc5\x43\x87\xa4\x10\xb5\x5a\x6d\x7a\x66\x26\x8d\xe2\x83\ \x83\x66\xab\xd3\x39\x79\xe7\x9d\x4e\x2e\x07\xa4\x44\x00\x46\x61\ \xc8\x18\xfb\x6b\x1d\x23\x84\x7a\x7c\x95\x4e\xc7\x74\xdd\x5c\x10\ \x4c\x0e\x1f\x59\xea\x1c\x1c\x54\x6b\xe5\x34\x8d\x87\xc3\xc1\xec\ \xe2\xbc\x94\x0c\x08\x80\x0c\x4a\x29\x2e\x15\x8b\x42\x0a\x42\xe8\ \xff\x20\x70\x97\x00\x70\x04\x19\x80\x86\x52\x05\x2e\x8a\x42\x2c\ \xa4\xc9\x1d\x71\x72\x24\x49\x97\xe3\x64\x26\xcb\x04\x84\x0c\x02\ \x06\x51\xcb\x20\x37\x6c\x6b\xd7\xcc\xef\x1a\xc6\xae\x65\x74\x08\ \x65\x08\x25\x10\xa6\x08\x65\x10\x4a\x08\x91\x52\x08\x80\x5b\xaf\ \xce\xdf\x54\xf8\x20\xa5\xa8\x50\x98\x2b\xc9\xbf\x65\xd5\xee\x7f\ \xbd\x06\x28\x05\xbf\xb1\x6e\xeb\xd7\xf7\x5d\x13\x9b\xc4\x39\xd2\ \x85\x96\x42\x40\x22\x08\x00\x20\x5c\x11\x26\x69\x26\x09\x97\x56\ \x2c\x2b\x9d\xa4\xd2\x49\xca\x9d\xb4\xda\x89\x17\xd7\xfd\x63\x57\ \xc6\x48\x48\xcc\x55\x66\xe1\xd6\xac\xdd\x9e\x75\x5a\x73\x76\x73\ \xc1\xf1\xf3\x34\x72\x49\x62\x13\xa8\x14\xe6\x0a\x8b\x6f\xf4\xcf\ \x54\x4a\x55\x2a\xb5\xbd\x9d\x9d\xe3\x77\x1e\xff\xeb\xa1\x9a\x18\ \xf7\x9a\x6d\xcb\x32\xdf\xa9\x34\x16\x42\x68\x59\x76\xbf\xdf\xdf\ \xdb\xdb\xd3\xd8\x6d\x9a\xe6\xe5\xcb\x97\x6d\xdb\xb6\x6d\xdb\xc9\ \xe5\x08\xc1\x5b\x9b\x9b\xaf\xbf\xfe\xfa\xc9\x93\x27\xf3\xf9\xfc\ \xd5\xab\x57\x75\xad\x61\x9a\xe6\xd9\xb3\x67\x1b\x8d\xc6\x3d\x77\ \xdf\xd3\x6e\xb7\xef\xbe\xf7\xde\x0b\xe7\xce\xdd\xca\x06\xe8\xf7\ \x7a\x41\x10\x98\xa6\x11\x07\xa1\x6d\xbb\x59\x96\xb5\x0e\x0e\x04\ \xcf\x82\x20\xa8\x54\x2a\x2c\x08\x89\x69\x41\x4c\x31\x12\xa3\xe1\ \xd0\xa0\x58\x49\xb9\xb9\xbe\xd9\x3d\xe8\x94\x4b\xa5\x4e\xa7\x3b\ \x1a\xf4\x87\x83\xc1\x54\xa3\xb1\xb9\xb9\x11\xa6\xc9\xc6\xe6\x7a\ \xad\x5e\x3d\xf5\xe0\x03\x4e\x2e\x17\xf8\x93\x2c\xcd\x0c\x6a\x8c\ \xfc\xbe\xe0\x7c\xe9\xf0\xd2\x24\x0a\xfb\xfd\x7e\x63\x6a\xa6\x50\ \x28\x08\x21\xa8\x69\xba\x39\x34\x18\x8d\x34\x5b\x6d\x9a\xe6\xc6\ \xc6\x86\x61\x18\x0b\xf3\xf3\x57\x2f\x5f\x59\x5d\x5d\xf5\x3c\x6f\ \x76\x76\x56\x08\xb1\xbe\xb1\xee\x7a\x9e\x16\xff\xc4\x71\x5c\x2e\ \x97\xab\xd5\xea\x85\x0b\x17\xee\xbb\xef\x3e\x5d\x6f\xba\xae\xab\ \x93\x0b\xf3\xf9\xbc\x66\xbd\x9f\x7b\xee\xb9\x37\xde\x78\x63\x34\ \x1a\x3d\xf7\xdc\x73\xbb\xbb\xbb\xdf\xf3\xa1\xef\xb9\x6d\x4d\x5e\ \xa1\x50\xf0\x27\xd7\xd3\x28\xbc\x70\xfe\x2d\x88\x60\xce\x71\xa4\ \x10\x71\x92\x8c\x86\xa3\x6a\xad\xbe\xb4\x74\xb8\x3f\x18\x5c\x38\ \x7f\x2e\x8e\x63\x2d\x03\xd7\xf6\x7d\xa5\x54\xa3\x31\xb5\xb7\xb7\ \x67\x62\xec\xe5\xbd\x5c\x2e\x17\x45\xd1\xb5\x6b\xd7\x56\x56\x56\ \x08\x21\x0f\x3e\xf8\xa0\xe3\x38\x98\x10\x20\x84\x14\x99\xe3\x38\ \x85\x42\x81\x73\xae\xa4\x52\x40\x41\x88\x7c\xdf\xd7\x82\x57\xd7\ \x75\x05\x17\x00\x80\x7e\xbf\xbf\xb3\xb3\x63\x59\x56\xbd\xde\xb8\ \xa9\x08\x32\x8c\x5e\xb7\x5b\x2a\x57\xf3\xf9\xa2\x54\x0a\x40\xb8\ \xbd\xb9\xf5\xd4\x53\x4f\x5d\x3c\x7f\x1e\x43\x50\xaf\x55\x73\x8e\ \x33\xe8\xf7\x93\x34\x91\x6f\x8b\x1a\xe3\x38\xbe\x35\x4d\x25\x49\ \x12\x4a\xa9\x8e\x71\xd6\x36\x4b\xd7\x75\x0b\x85\xc2\xfe\xfe\x7e\ \xfc\xb6\x38\x9d\x31\x66\x9a\x26\xc6\x58\xeb\xdf\x35\xee\xe7\xf3\ \x79\x4a\xa9\xe7\x79\xa3\xf1\x58\x47\x0c\x01\x08\x06\x9d\x9e\x93\ \xcb\x2d\x1e\x3a\xa4\x4b\x87\xb5\xf5\x8d\x5e\x6f\x30\x33\x3b\x43\ \xc8\xed\xcc\xd8\x13\x42\xe6\xf3\x85\x5c\x2e\xdf\x6c\x36\xd7\xd6\ \xd6\x56\x57\x57\x0f\x1d\x3a\xa4\xdb\x8d\x9a\x32\xba\xff\xfe\xfb\ \x67\x67\x67\xbf\xfa\xd5\xaf\x5e\xba\x74\xc9\x32\x4d\x4a\x69\x3e\ \x9f\xef\xf7\xfb\x00\x80\x53\xa7\x4e\xb5\x5a\xad\xcd\xcd\x0d\xc3\ \xa0\xba\x6d\x30\xe8\xf7\x7b\x9d\x4e\xbb\xd7\x2d\x95\xcb\x85\x62\ \x51\x4a\x89\x30\x52\x5c\x42\x00\x4a\x95\x8a\x93\xcb\x49\x29\xb5\ \x42\x24\xcb\x32\x21\x44\xa1\x50\xc0\x18\x9b\x96\x91\x00\x20\x32\ \xb6\xb9\xb9\x95\xa5\xd9\xd4\xd4\x54\xb9\x5c\x32\x4d\x23\xcd\x32\ \xdf\xf7\x93\x24\xa9\x55\xab\x10\x22\x04\x54\x96\xa4\xdf\xb2\x86\ \x6a\x92\x24\xe8\xeb\xa0\x41\x41\xa8\x30\x06\x04\x23\x88\x20\x00\ \x25\xce\x8f\xfa\xd1\xe1\x30\xba\xc7\x0f\x16\xe2\x78\x8a\xf3\x1a\ \x00\x7d\x00\xb6\x0d\x7a\xd1\x30\xfe\xac\x58\xd8\xb0\xcc\x0e\xa5\ \x6d\x83\xf6\x08\xe1\xf0\x66\x51\x8f\x00\x80\x52\x42\x29\xb5\xec\ \x04\x01\x80\xbf\x7e\x07\x00\xc0\xdf\x66\xef\x63\x89\xca\x98\x14\ \x4a\x71\xf9\xf7\x43\x9e\xf2\xdf\x88\x6b\xe0\x2d\xff\x18\x84\x0c\ \x82\xcc\x04\xc0\x04\x23\x17\x1e\xd4\x6d\x05\x6d\x3d\xc2\xc6\x0e\ \x79\x61\x98\xe5\x87\x59\xb9\x97\xce\xec\x46\xb5\x83\xe4\xd8\x5b\ \x93\x47\xbf\x2c\x32\x0c\xc6\x15\x3c\xaa\x98\x7b\x87\xf3\xfb\x8b\ \x6e\x7b\xce\xed\x35\x2c\x41\x90\x82\x00\x48\x01\x85\x80\x42\xfe\ \x6d\x6b\x4c\xc6\xe2\xfa\xd4\x94\x2b\xdd\x6b\x57\x2e\x2e\x1c\x5a\ \xb2\xed\x1c\xcb\xb2\x5e\xaf\xad\xa4\xaa\x54\xea\xda\xd9\xf4\x8e\ \xc8\xdf\xc9\x64\xd2\x6e\x77\x1c\x27\xb7\xb0\xb0\x18\x04\xc1\x68\ \x34\x26\x04\x0b\x21\xfa\xfd\x7e\x10\x84\x96\x65\x27\x71\x78\xe6\ \xcc\x19\x1d\x9f\xb4\xb1\xb1\x21\xa5\x9c\x4c\xc6\xcf\x3d\xf7\xac\ \xe7\x79\x73\x73\x73\xdd\x6e\x67\x34\x1c\xae\xdd\xb8\x91\x2f\x95\ \x18\x63\x71\x1c\xf7\x7a\x3d\x3d\xcb\xa6\xdd\xee\x8c\x46\xa3\x28\ \x4a\x6d\x8b\x4e\x4f\xcf\x8c\xfa\x1d\x8c\xf1\x78\x34\x5a\x5f\xbd\ \xd1\x98\x9d\x67\x02\x28\xa5\xda\xad\x56\xce\xb1\xa2\x28\xaa\x55\ \xab\x9b\x9b\x1b\x59\x9a\x40\x00\xb4\x8d\xbe\xdf\xed\xce\xce\xce\ \xa5\x49\x3a\x18\x0e\x19\x67\xee\xca\x8a\xed\xd8\xfe\xc4\xb7\x2c\ \xf3\xd8\xd1\x23\x2f\xbf\xf0\x82\x65\x5a\x8e\xe3\x6c\xef\xef\x15\ \x0a\x05\x0d\x19\xc5\x52\x29\x49\xd3\x9c\xe3\x21\x84\x82\x30\x74\ \x5d\x97\x0b\xa1\x13\x1c\xb7\xb7\xb7\x19\x63\x4a\x2a\x48\x60\x10\ \x04\xad\x56\xab\x56\xad\xf6\x87\x43\x4d\xfb\x52\x4a\xd3\x34\x9d\ \x9f\x9f\x7f\xfe\xf9\xe7\x97\x96\x96\x5c\xd7\xd5\xd1\x5a\x18\xa1\ \x5a\xad\xf6\xc4\x13\x4f\x3c\xf5\xd4\x53\x4f\x3e\xf9\xe4\xee\xee\ \xde\x89\x13\x27\x74\xf2\x41\x14\x45\x94\xdc\xe6\xdd\xa7\xd4\xdb\ \x03\x94\x33\xde\x6c\x36\xd3\x28\xe4\x69\x02\x14\x30\x0d\x63\x71\ \x71\x61\x76\x76\x0e\x41\x38\x1a\x0d\x6f\x25\xe5\x62\x8c\xd3\x34\ \xd5\x11\xe7\x37\x6e\xdc\x10\x52\xa6\x61\xb8\xbe\xbe\xce\x19\x97\ \x42\xac\xad\xae\x0a\xc6\xee\xba\xf3\xce\xe5\xa3\x47\x75\x54\x03\ \x42\x28\x89\x59\x7f\xd0\x6b\xd4\xeb\xfa\x56\x04\x52\x2a\x29\xdd\ \x9c\x43\x0d\xaa\x14\x51\x40\x75\x7a\x1d\x7f\x32\xee\xf5\xba\x9e\ \xe7\x22\x84\xc6\xe3\x21\x84\x8a\x73\x86\x11\xe4\x9c\x69\xa4\x8e\ \x93\x54\x72\xfe\xd6\x5b\x6f\xed\xed\xee\xe6\x1c\x2b\x4d\xd2\x34\ \x8a\xfb\xed\x76\x14\x85\x94\xd2\x28\x0c\xb3\x34\x35\x0d\x43\xab\ \x5e\x80\x52\x94\xd2\x5b\x35\x93\x36\x25\xe8\x21\x27\xfd\x7e\xff\ \x56\x1c\xbf\x6e\xea\x2a\x29\xb5\x7f\x35\x08\x02\xce\xb9\x4e\x26\ \xd0\x12\x5b\xd3\x34\x92\x24\x41\x18\x02\x00\x2b\xd5\xea\xfc\xfc\ \x3c\xe7\x7c\x7a\x7a\x86\x73\x96\xa6\xe9\xfc\xfc\x5c\xad\x56\x05\ \xb7\x27\x84\x84\x10\x00\x10\x85\x01\x21\xe4\xca\x95\x2b\x97\x2e\ \x5d\x1a\x8f\xc7\x61\x18\x3a\x8e\xd3\x68\x34\x1e\x3a\x7d\xba\x58\ \x2c\xed\xee\xee\x0d\x06\x83\x30\x0c\xa5\x54\x86\x61\xe4\x72\x39\ \x21\x44\xbd\x5e\xdf\xdb\xdb\x13\x42\x9c\x3f\x7f\x61\x6d\xe5\xc6\ \x78\x32\x39\x62\x5a\x9d\x6e\x37\x4d\x12\xaf\x90\x3f\x76\xec\x98\ \x52\x8a\x73\x6e\x98\x06\xe3\x69\x10\x86\x69\x92\x68\x36\x9f\x50\ \xaa\xa4\xd4\x1d\x05\xcb\xb2\x20\x84\x61\xe8\x0f\x87\x83\x60\xec\ \x3b\x39\xcb\xc9\xd9\xe3\xf1\x88\x10\x1c\xc7\x61\xc6\x18\xa5\x04\ \x42\x80\x31\x62\x2c\xc1\x88\x6c\x6f\x6e\x92\x6f\x09\xb2\x9b\xa6\ \x79\xe2\xc4\x09\xcb\x32\x15\x00\x80\x50\x60\x1a\x88\x71\x3a\x18\ \x78\x9d\xce\x1d\x9d\xf6\x89\xf1\xe4\xce\x30\x2a\x01\x40\x8b\x05\ \x59\x29\x6f\x96\xcb\x67\x72\xf6\x8a\x65\xad\xdb\x56\x88\x50\x82\ \x50\x82\x10\x00\x80\x28\x55\x53\x60\x0a\x7c\x0b\xba\x88\x9c\xa9\ \xa9\x19\x52\xa4\x44\xfc\x7d\xc4\xf6\x6f\xf8\xc0\xba\x40\x14\x60\ \xff\x30\xec\x22\xb8\x26\xa4\x91\x4a\x9a\xc9\xc2\x30\x9b\xdd\x0e\ \xa7\x77\xe3\xd9\xf5\xd1\xe2\xcb\x7d\xf5\xb5\x5d\x99\xa6\xad\x79\ \x63\xff\x68\x61\xe7\x8e\x6a\xff\xc8\x14\xab\x54\x59\x31\x07\x38\ \x87\x59\xf6\xdf\x12\x8b\x19\x8e\xb3\x90\x7b\x0d\xcf\x8f\x86\x97\ \x2e\x9e\x83\x0a\x60\x4a\x3c\x37\x5f\xa9\xd6\x7c\x7f\x2c\xe5\x3b\ \x73\xc3\x23\x84\x5a\xad\x83\x7e\xaf\xbb\x38\x3f\x5b\x72\x6d\x7f\ \x34\x54\x4a\x8d\x27\xe1\x70\x1c\xe6\x3d\xcf\xb6\x72\x40\x01\x05\ \x55\x10\x06\xc5\x52\x31\x4d\x53\x5d\x01\x0c\x47\xe3\x67\xbe\xf6\ \x6c\xb5\x52\xd9\xd9\xd9\xf5\x72\x0e\x67\xd9\x8d\x1b\xab\xc5\x62\ \x9e\x65\x09\xc6\x60\x7e\x7e\xc6\x2b\x14\x11\x84\xcd\x66\xf3\xea\ \xd5\x2b\xef\x3e\xfd\xae\x42\xde\xeb\xb6\x5a\xcf\x7c\xed\xd9\x56\ \xab\x3d\x1a\x4f\x5e\x7f\xe3\xec\x6c\xb3\x9d\x32\x3e\x3d\x3b\xdb\ \xef\xf5\xce\xef\x6c\xe9\x0e\x12\x21\x74\x30\x1c\xb0\x8c\xf5\x47\ \x43\xc6\xf8\x70\x3c\xde\x3b\xd8\x9f\x25\xa8\xd7\xef\x47\x49\xb8\ \xb5\xb5\x3e\x33\x35\x5d\x2a\x16\x92\x24\xba\x74\xe1\xfc\xee\xee\ \x2e\x52\xa0\xd9\x6c\x0e\x87\x23\x4a\x0d\x82\x09\x00\xd0\x30\x8d\ \xfd\x66\x33\x4b\x59\xa1\x98\x0f\xe3\x30\xcb\x52\x7f\x3c\x84\x0a\ \x38\x8e\xb9\x7c\xf4\xc8\xc6\xfa\x46\xb3\xd9\xac\xd7\xeb\x8f\xbd\ \xf7\xbd\xe3\xc9\x84\x52\x6a\xe7\xdc\x83\x76\x07\x21\x14\x45\xd1\ \xd1\xa3\x47\x1d\xc7\x3e\x74\xe8\x50\x2e\xe7\x4c\x26\xe3\x38\x0e\ \x04\xcf\xd2\x2c\x55\x4a\x1d\x1c\x1c\xdc\x7b\xef\xbd\x5f\xfe\xf2\ \x97\x57\x57\x57\x92\x38\x02\x82\x0b\x96\xd9\x26\x51\x52\xdc\x6e\ \x75\x00\x19\x4b\x1d\xc7\x6a\xee\xef\xb6\xdb\x07\x71\x14\x23\xa8\ \x0c\x6a\x7a\x85\xc2\xd2\xe1\x25\x00\x41\x9a\x25\x47\x8f\x1c\xad\ \x94\xcb\x6f\xbe\xf9\xa6\x61\x18\xcd\x66\x73\x6f\x6f\x6f\x69\x69\ \x49\x5b\x81\x2e\x5f\xbe\xdc\x28\x57\xb4\x90\x91\x31\xde\xef\xf7\ \x3f\xf8\x81\x0f\xdc\x73\xdf\x7d\x08\x42\x9e\xa6\x52\x29\x42\xb0\ \xe3\xe6\x08\x46\x69\x92\x60\x42\x94\x92\x0a\x28\x29\x85\x93\x73\ \x7a\xdd\x9e\x4e\xe2\xbc\x7a\xf9\x72\x21\x5f\x88\xa2\x28\x0c\xc3\ \x76\xbb\x5d\xab\xd5\xaf\x5e\xbd\x76\xd7\x5d\x77\xcd\xcc\xce\x79\ \x81\x2f\x04\x50\x4a\x50\x8c\x9a\xad\xee\xda\xda\x9a\xe7\xb9\x71\ \x94\x6f\xb5\x56\x47\x00\xc4\x51\x60\x18\xd4\x10\x32\x0c\xc3\x2c\ \x4d\x31\xc6\x3a\xb6\x13\x0a\x61\x1a\x86\x5e\x5d\x98\x48\x10\x84\ \xfa\x9f\x1a\x94\x31\xc1\x5a\x97\x19\x86\x01\xe7\x42\xef\x99\x38\ \xe7\x7a\xe7\xa4\x67\xa1\x44\x51\x64\xdb\x76\x9a\x65\x00\x11\x00\ \xe1\xdc\xfc\xac\xed\xb8\xb6\x6d\x47\x51\xb4\xb5\xb5\x69\x99\xa6\ \xeb\x3a\x8e\x63\x65\x69\x22\x04\x87\xd0\x54\xef\x7c\x86\xaa\x52\ \xca\xc9\xb9\xed\x76\xf7\xca\x95\x2b\x07\x07\x07\x7b\xbb\x7b\xd4\ \x20\xf5\x7a\xed\x03\xef\x7f\x3f\xe7\x4c\x08\xd6\x68\xd4\xaa\xd5\ \xf7\x7f\xe5\x2b\x5f\x51\x4a\x05\x41\x70\xe9\xd2\xa5\xc3\x87\x0f\ \x9f\x3a\x75\xca\x71\x9c\x3f\xf9\x93\x3f\x79\xf4\xe1\x47\x5e\x78\ \xae\x99\x66\x99\x61\x99\x9b\x9b\x1b\x27\x4f\x9e\xbc\xfb\x9e\x7b\ \x20\xc6\x10\x00\x25\x65\x9a\xa4\xa6\x6d\x19\x14\x65\x83\x90\x60\ \x88\x31\x96\x52\x48\xa9\x2c\xd3\x62\x59\x36\xe8\xf6\x8b\xc5\xd2\ \xfe\xd6\x4e\xe0\x4f\x4c\xc3\xe8\x77\xbb\x6b\x6b\xab\x51\x18\xac\ \xad\xad\x61\x83\x2c\x1f\x3f\xe6\x87\x21\x00\x90\x73\x06\x00\x04\ \x8a\xdf\x58\xb9\xfe\x2d\x00\xf7\x2c\x4d\xdf\xf5\x9e\xf7\x3e\xfa\ \xa1\x0f\x01\x00\x01\xe7\x68\x65\x05\xbf\xfe\xba\xf9\xdc\x73\xce\ \xc6\x16\x6a\x1e\x00\xc3\x00\x0f\x3c\x00\xee\xba\x27\x7c\xd7\x83\ \xe3\xf9\xf9\x78\x7a\xda\x28\x16\xef\x83\xf0\x94\x52\x08\x28\xa4\ \x6e\x96\xb1\xf0\x5b\x8e\x8c\x42\x09\x0e\x20\x04\xff\xff\x78\xdc\ \xd4\xf2\x43\xa0\x3b\xc0\x12\xc3\x49\x92\xa4\xad\xb6\x7d\x70\xe0\ \x5c\xba\xba\xf4\xc6\xd9\xa5\x4b\x97\xc0\x33\xab\xb2\xd4\x8f\x17\ \x17\xa3\x47\x1f\x11\x8f\x3e\x2a\x4e\x9f\x52\x85\x22\x40\x10\x30\ \x0e\x19\xd3\x86\x7d\x00\x20\xe3\xb1\x1f\x0e\x0b\x85\x42\xa1\x50\ \xb8\x75\x79\xeb\x3d\x7b\xa9\x5c\x7d\x47\xfd\x3d\xa5\x00\xcf\x52\ \xc8\x93\x46\xd9\x55\x99\xef\x50\xa0\x80\x79\xd0\x19\xa5\x1c\x0c\ \x86\x21\x96\x9c\x73\x26\xa4\x60\x3c\x23\x14\x21\x0c\x33\xce\x32\ \x9e\x59\x38\x47\x89\xe9\x07\xb1\x10\x60\x3c\x18\x46\xa1\xbf\xb6\ \x7a\x23\x4d\x23\xc6\x92\x41\xbf\xf7\xb9\x3f\xff\xd3\x6a\xb5\x36\ \x1c\x0c\x8f\x1d\x3b\x5e\x29\x96\x7b\xed\xb6\x6d\x50\x00\xc0\x70\ \x38\x6e\x77\x7a\x0a\xa0\x7c\xbe\x78\xed\xda\x35\xa0\xd4\xe5\x8b\ \x17\x58\xc6\x82\x30\x80\x10\xa4\x69\xea\xba\xf9\xd1\x68\xa4\x90\ \x34\x4c\x3b\x88\x5b\xd5\xc6\x94\x02\x60\xe5\xfa\xb5\x52\xb9\xb8\ \xbb\xb5\x61\x59\x66\xde\xb2\xb2\x28\x1c\x0e\x87\xfb\x3b\xbb\x61\ \x18\x52\x82\xc7\xdb\x11\xc4\x84\x33\x99\xa0\x14\x63\xac\x07\xf5\ \x49\xc9\x4d\xd3\x60\x2c\xdd\xd9\xd9\x8a\x83\xb1\xe0\xfc\x5d\xef\ \x7e\xd8\x30\x29\xa6\x68\x34\x19\xe2\x36\x49\x92\x24\xe7\x38\xab\ \xab\xab\x5e\xb1\xf8\xdd\x1f\xf8\xe0\xfa\xda\xda\xce\xce\x4e\xb1\ \x58\xa8\xd7\x6b\x53\x53\xf5\x62\xd1\xcb\xe7\x73\x3b\x3b\x49\xc6\ \x12\x4a\x49\x1c\xc7\x4f\x3e\xf9\xe4\xc1\xc1\xc1\xfe\xee\x4e\xb9\ \x90\x4f\xa3\x10\x21\x55\xca\xbb\x94\x60\x93\x92\xdb\x73\xa8\x02\ \x05\x0c\x4a\xa7\xa7\x6b\x4f\x7f\xf9\x29\x88\xd0\x87\xbe\xf7\x1f\ \xed\xef\x37\x2f\x5f\xbe\xd4\x1b\xf6\x21\x02\x47\x8e\x1c\xda\xd8\ \xd8\x88\xfd\xb1\xfe\xac\xd6\x3e\xea\xbc\xe5\x2c\xcb\x1e\x7f\xfc\ \xf1\xc1\x60\x10\x27\x49\xb1\x54\x1b\x4d\xfc\x23\xcb\xc7\x1e\x3a\ \xfd\xae\x38\x4d\xc7\x93\x09\x10\x2c\xcb\x32\xd3\x30\x8a\xa5\x02\ \x84\x24\x67\x39\x96\x61\x42\x08\xa1\x90\x82\x73\xc3\xb4\xfc\xc9\ \xf8\x60\x7f\xdf\x75\x5d\xcf\xcb\x2f\x1f\x5e\x56\x0a\x64\x09\xcb\ \x99\xb9\x5e\xbb\x6f\x60\xf3\xfa\xb5\x1b\x53\x8d\x99\x42\xb1\x92\ \x2f\x14\x79\x92\x22\x29\xbb\xbd\xee\x99\x17\x5f\x8c\x43\x7f\xaa\ \x51\x5f\x5f\x5b\x05\x10\x70\x21\x04\x80\x8c\x73\x84\x30\x35\x0c\ \xc6\x39\x66\x0c\x69\x9b\xa9\x52\x7e\x18\x6a\xac\x87\x4a\x52\x4a\ \x38\xc0\x4a\x70\x4a\x48\x28\x43\xc1\x79\x18\x87\x0a\xca\x4c\x08\ \xf1\xb6\xb6\xbd\x54\x2a\x4d\x4d\x4d\x69\x32\x5a\x57\xc7\xc3\xe1\ \xb0\x50\x28\x96\x6b\x65\x6c\x58\x33\xb3\xf3\x9a\x8c\x0a\x82\xc0\ \xb1\xcc\xe3\xc7\x8f\xef\xec\xec\xe4\x2c\xab\xd7\xeb\xaa\xdb\xd5\ \x26\x70\xce\x17\x16\x0f\xbf\xf8\xd2\x99\x57\x5f\x7f\xfd\xc3\x1f\ \xfe\xbe\xbc\xeb\xfd\xd5\x53\x7f\xd9\xeb\xb6\x47\xc3\xde\x7b\xde\ \xf3\xe8\x60\x30\x58\x5f\xbd\x71\xc7\xc9\xbb\x0d\xd3\xe4\x82\x4d\ \x4d\x4d\x35\x9b\xcd\x47\x1e\x79\x24\x49\xe2\x3b\xef\xbc\x53\x2a\ \xf9\xc2\xf3\xcf\x1f\x3f\x71\xc7\x9f\x7d\xee\xcf\x4b\x95\xf2\x7d\ \xf7\xdf\x5f\x2a\x97\x14\x00\x18\xa1\x60\x32\x41\x08\x99\xa6\x09\ \x20\x70\x1c\xcb\xb4\xa8\x61\x90\x2c\x8b\x21\xc6\x14\x1b\x52\xa8\ \xfe\x41\x57\x49\xc0\x50\xd4\x28\x94\x5d\x6a\x02\x00\xa6\xeb\x53\ \x49\x94\x74\x3b\xfd\xdd\x9d\xbd\xa9\xa9\xa9\x24\x4a\x73\x56\x4e\ \x41\x20\x14\xe0\x2c\xdb\xde\xd8\xdc\xdf\xd9\xff\xa6\xc1\x9d\x10\ \x65\x59\x65\x08\xd1\xf6\x0e\x79\xfa\x69\xfc\xcc\x33\xf0\xa5\x97\ \x00\x42\xa0\xd1\x10\x8f\x3c\x9a\xbc\xe7\x51\xf1\xee\x77\xcb\xd9\ \x59\xe0\x38\xc0\x34\x2d\x21\x6c\xce\xa1\x94\x40\x81\xef\x3c\xbe\ \x59\xb4\xcf\x17\xd4\xf4\x8c\x7a\xe8\xa1\xf4\x07\x7e\x20\x0d\x43\ \xe8\xfb\xe8\xdc\x39\xfa\xea\x6b\xce\xf3\xcf\xe7\x3e\xfb\x19\xf0\ \x07\x9f\x02\x4b\x4b\xe2\xbb\xbf\x5b\x7c\xdf\xf7\x89\xfb\xee\x55\ \x0b\xd3\x40\x29\x90\xa6\x40\x29\xa0\x8a\x7f\x1b\x5b\xa4\x4d\x95\ \xef\xa4\x82\x04\x98\x58\x8e\x5b\x54\x12\x75\x5a\xfd\x84\x03\x49\ \x72\x6e\xbe\x66\x2b\xc4\x93\x08\x09\x96\x65\x20\x0d\xc3\x28\x8a\ \x92\x24\xd5\x95\x3b\x00\xb0\x50\xc8\xa7\x59\x3a\x1e\x8f\x4d\xd3\ \x2c\xba\x5e\xbd\x5e\x1f\x8f\x07\x51\x1c\x00\x00\x38\x67\x5f\xf8\ \xc2\x17\x66\x66\x66\x47\xa3\x51\xb7\xd7\x4b\xb3\xec\xe2\xc5\x8b\ \xcd\xe6\x7e\xb9\x5c\x2e\x97\xcb\x9a\xdc\x5c\x58\x58\x38\x73\xe6\ \x4c\xa3\x5e\xd7\xe3\xf4\x4c\xd3\xac\x54\x2a\x9c\x8b\x83\x83\x03\ \x2d\x46\x3c\x79\xf2\xe4\xfe\xfe\x7e\xa7\xdb\x2d\x95\x4b\xd4\x24\ \x88\x20\xd3\x34\x97\x8f\x1c\xad\xd7\xea\xaf\xbf\xfe\xfa\xb0\xdf\ \xe7\x19\xcb\xb2\xcc\x75\xcb\x0a\xe0\x28\x49\x10\xbc\xb9\xb6\x49\ \x21\x09\xa5\x08\x63\xcf\xb2\x9c\x5c\x6e\x3c\x1e\x2f\xce\xcd\x42\ \xa8\xc6\xe3\x91\x6d\x39\x42\x08\x1d\x43\x79\xe9\xd2\xe5\x23\x47\ \x0e\xe7\xf3\x05\xc6\xf9\xc4\x9f\x0c\x86\x03\xdd\x23\xed\x74\x3a\ \x52\xca\xbf\xfa\xab\xbf\xda\xde\xde\xde\xda\xde\x8a\xe2\x18\x61\ \xa4\xe3\xd2\x18\x63\xb6\x49\x09\x36\x6a\xd5\x4a\x1c\x87\x48\x01\ \xdb\xb6\x04\xbf\xcd\xea\x03\x42\xc8\x58\xfa\xf4\xd3\x4f\xfb\xbe\ \xff\x8f\x1f\x7f\x7c\x79\x79\xf9\x2b\x5f\xfd\x0a\x26\x24\x0c\xc3\ \xcd\xcd\xcd\x24\x49\x94\x94\x49\x18\x75\x3a\x1d\x2d\x2f\x41\x08\ \xed\xec\xec\x5c\xbb\x76\x6d\x69\x69\xa9\xdd\x6e\x2f\x2c\x2e\x3c\ \xf7\xcc\xb3\x83\xc1\xc0\x34\xcd\x63\xc7\x8f\xdd\x7f\xea\xfe\x5f\ \xff\xb5\x5f\xf3\x3c\xef\x87\xff\x97\x1f\xaa\x94\xcb\x10\xa1\x30\ \x08\xdc\x52\x69\x38\x1a\x8d\xc7\x63\xcf\xf3\x18\x17\x18\x63\x80\ \xa0\x02\xa0\x56\xad\xc6\x49\x12\x47\xa1\x49\x48\xab\xd5\x5e\x5f\ \x5b\x45\x10\x74\x3a\xad\x2c\x4b\x4e\x9d\xba\xaf\xd7\xeb\x1a\x26\ \x5d\x58\x58\xb4\x28\x1d\x0e\xc6\xe7\xde\x7c\xeb\xad\x37\xdf\xdc\ \xda\xda\x9a\x9d\x9d\x8d\xa2\x28\x63\x0c\x23\x44\x08\xc9\x32\x26\ \x95\xd4\x04\x4b\x96\x65\x7a\xf9\xf1\x3c\x2f\x8e\x63\xdd\x1a\x05\ \x00\x10\x4c\xa2\x28\x16\x42\x14\xcb\x25\xd3\x34\x27\x49\xa2\x75\ \x35\x0a\x28\x84\xb1\x6d\xdb\x3a\x05\x0c\x21\xf4\xb6\x29\x49\xd5\ \x6a\xb5\xfd\xfd\xfd\x38\x89\xb9\x10\xcb\x87\x8f\xd8\xb6\x53\x2a\ \x15\xfb\xfd\x41\xa3\xd1\x58\x58\x58\x0c\xc3\xb0\x52\xa9\x64\x59\ \x86\x20\xc4\x08\xdf\xde\x5d\x67\x9a\xe6\x5b\x6f\xbd\xf9\xdb\xbf\ \xfd\xdb\x3f\xfc\xc3\x3f\xf2\xf1\x8f\x7f\xfc\xea\xa5\x8b\x2f\xbe\ \xf8\xe2\x64\x3c\xba\x72\xe5\x4a\xb9\x5c\x62\x59\x96\xa6\xd9\x33\ \xcf\x3c\xb3\xb7\xbb\x6b\x50\x33\x8e\xe3\x30\x0c\xcf\x9d\x3b\x77\ \xef\xfd\xf7\x66\x49\x56\x2a\x96\x8a\xc5\xd2\x4b\x2f\x3c\xe7\xba\ \xee\xd2\xd2\xd2\xbd\x0f\x9c\x7a\xfa\x0b\x5f\xfc\xf5\x5f\xfb\xf5\ \x4f\x7c\xe2\x13\x7a\x08\x09\xe7\x9c\x30\x98\x24\x69\xaf\xdb\xad\ \xd6\xa0\x52\xd2\xa4\x8e\x14\x12\x13\x64\x5a\x26\x21\x34\x08\x03\ \x29\x92\x72\xa5\xf4\xfc\x73\xcf\x86\xa1\xef\xfb\x93\x56\xa7\x55\ \x6b\x54\x97\x8f\x1d\xb9\x72\xe5\xe2\x89\x13\x27\x88\x69\xc5\x69\ \xba\xb9\xb1\xf9\xda\x99\x57\x5e\x7e\xe1\x45\x72\xdb\x98\x0e\x34\ \x41\xb6\xb6\x46\x9f\x7d\x8e\x7e\xf6\xb3\xe8\xfc\x79\x38\x1e\x8b\ \xd3\xa7\xc5\xcf\xff\x1c\xff\xe0\x07\xe5\xf1\xe3\x72\x66\x46\xb7\ \x3f\x80\x94\x80\x31\x90\x65\x0a\x7c\x07\xd5\xbf\x75\x0f\x21\x80\ \x9e\xf3\x00\x21\x40\x48\x95\x4a\xe2\x43\x1f\xe2\x1f\xfe\x30\xf4\ \x7d\xb4\xbe\x8e\xcf\x9e\x25\x5f\xfe\x32\xfe\xcc\x67\xf0\xef\xfc\ \x8e\x5c\x5e\xe6\xdf\xf7\xbd\xfc\x07\x7e\x50\x3c\xf8\x00\x70\x5d\ \x20\x04\xf8\x9b\x18\x9b\xdb\x7b\x30\xae\x20\x34\x2c\x2b\x0f\x4d\ \x49\x38\xdc\xef\x4d\xa8\x99\x23\x8a\x54\x8a\xe5\x63\x4b\x0b\x5b\ \x9b\x57\xdf\x3c\xdf\xd2\x82\x10\xce\x85\xde\xd8\x16\x4b\x25\x8c\ \x09\xe7\x02\xc0\xd4\x34\xab\x42\x88\x42\xa1\xc8\x05\xdb\xdd\xdd\ \x06\x00\xe8\x66\x17\xc6\x28\x8e\xe3\xab\x57\xaf\x76\x5a\xcd\x46\ \xbd\x5e\x2a\x97\x87\xc3\xa1\x65\xdb\xae\xe7\x75\x3a\x9d\x52\xb9\ \x0c\x11\x02\x10\x46\x71\xcc\x38\x8f\xe2\x78\x66\x66\xe6\xe8\xf2\ \x32\xcb\x32\xd7\xf3\x36\xd6\xd7\x4d\xcb\x0a\xc3\xd0\x0f\xfc\xc6\ \x74\x3d\xe7\xb8\x0b\xf3\x87\xa2\x30\x58\x5d\x5d\x9b\x4c\x7c\xc6\ \xa5\x52\x30\x8a\x62\x96\x75\x2c\x27\x17\xc6\x11\x04\xd0\xcd\x7b\ \x00\x00\x21\x25\xc1\x58\x70\x61\x58\x56\xb1\x58\xf4\x27\x63\x8c\ \x89\x94\xbc\x5c\x2e\x4f\x4f\x4f\x85\x61\x70\xfd\xfa\x0a\xc6\x78\ \x30\xe8\x2b\x25\xef\xb8\xe3\x8e\x8c\x8b\xbd\xbd\x3d\x1d\x23\xbe\ \xb9\xb9\xf9\xa5\x2f\x7d\x29\x08\x82\xab\x57\x2f\x43\x08\x11\x44\ \x96\x69\x62\x14\x03\x00\x30\xc6\x86\x61\x38\x96\xc1\xd2\x0c\x21\ \x94\x66\x29\x06\xc8\xc9\x39\xe2\x76\x69\x19\x6a\xd0\xf3\xe7\xce\ \xbf\x72\xe6\xe5\x8f\xff\xe2\xc7\x16\x16\x16\x6f\xdc\xb8\xd1\x6d\ \x77\x10\x80\x81\xef\x8f\x87\x43\xd3\x30\x58\xc6\xa0\x52\x5a\x70\ \x72\x4b\x64\x72\xf9\xf2\x65\xcd\x20\x61\x4c\xa4\x94\x51\x14\x7a\ \xf9\x5c\x9a\xa6\xaf\xbd\xf6\xfa\xe6\xe6\x66\x3e\x9f\x1f\x8e\x46\ \x4a\xa9\xb4\xb9\x8f\xa0\x2a\x57\xaa\x93\xf1\x58\x49\x59\xad\x56\ \x0d\x3b\x07\x14\x97\x8c\xe5\x8b\x25\x4a\x08\x1c\x0e\x11\x00\x1b\ \xab\x6b\xaf\xbc\xfc\x6a\xb9\x5c\xe2\x2c\x11\x59\x3a\x37\x3d\xb5\ \x74\x68\xc1\x32\x48\xad\x52\xea\xb5\x0f\x1a\xb5\x29\x93\x1a\x82\ \xf3\x46\xbd\xd1\xeb\xf6\x3a\xed\xb6\xe0\x1c\x01\xa8\x84\x54\x52\ \x0a\x29\xa4\x54\x9a\x4a\xd6\xd3\xd5\xb5\xc3\xb9\x52\xa9\x0c\x87\ \x43\x1d\xe3\x1e\x85\x21\x44\xc8\x34\xcd\x34\x49\x08\xc6\xa6\x69\ \x66\x9c\x65\x08\x4a\x2e\x2d\xdb\x70\x5d\x57\xb3\xed\x85\x42\xc1\ \xb6\xed\xf1\x78\x3c\x99\x4c\x0a\x85\x82\x41\xa9\x61\x18\x18\xa1\ \xe1\xa0\x87\x11\xc0\x50\x61\xa4\x1e\x38\xfd\xd0\xf6\xf6\xb6\x94\ \x72\xaa\xd1\x48\x92\xa4\x56\x3d\xa6\x3d\xae\xef\xf4\xb0\x1b\x06\ \x6d\x36\x0f\x7e\xfe\xe7\x3e\xf6\x83\x3f\xf8\xf8\x13\x4f\xfc\xea\ \xfa\xc6\xfa\xc5\x4b\x97\xc3\x30\x9c\x4c\x26\xab\xab\xab\xef\x7a\ \xd7\xbb\x76\xb6\x76\xdd\x7c\x5e\xdb\x6b\x4d\xd3\xd4\xad\xd4\x95\ \x95\x95\x42\xa1\xa0\xb3\x7c\x31\xc6\x1b\x1b\x1b\x3a\x84\xa3\xdf\ \xed\x5e\xbd\x7a\x75\x77\x67\xa7\xd7\xeb\xd5\x6a\xb5\x24\x49\xe2\ \x38\xb6\x29\xee\xb4\xdb\x40\x48\xdf\xf7\x2d\xdb\x61\x69\x4c\x4d\ \x5b\x32\x96\xcf\x7b\x69\x92\x9a\x96\x11\xf8\xc1\x33\x5f\x7d\xba\ \x3f\xe8\x3b\x8e\xed\xfb\x63\x4c\xf0\x23\x8f\xbc\x7b\x71\x71\xce\ \x70\xec\x30\x0a\xd8\x64\x5c\x9f\x9e\x43\x10\x7a\xae\x37\x3d\x35\ \xf5\xce\xc1\x1d\x63\x65\x1a\x68\x3c\x41\x2f\xbc\x48\xff\xf8\x8f\ \xc9\x53\x4f\x41\xdf\x97\x47\x8f\x66\x1f\xfb\x05\xfe\xa1\x0f\xc9\ \xbb\xef\x06\x8e\xa3\x30\x86\x59\x06\x6f\x4b\xe3\xf5\x9d\xc7\x6d\ \xf4\xd7\x80\x52\x40\x4a\xa0\x05\x5e\x18\xcb\xbb\xee\x12\xf7\xde\ \xcb\x7e\xec\xc7\x60\xbb\x4d\x9e\x7d\x96\x7c\xfe\x2f\xe9\x1f\xfe\ \x67\xe3\x93\x9f\x12\x0f\x3d\xc4\x7e\xf8\x9f\x89\xef\xfd\x5e\xb9\ \xb0\x00\x94\x02\x9a\xab\xf9\x26\x97\x18\xa9\x00\x84\x5c\x2a\xd3\ \xa0\xa1\x3f\x89\xd3\x04\x63\x53\x08\xce\x24\xe2\x92\x09\xc5\x31\ \x42\x5a\xb3\xc1\x18\xd3\x22\xb6\xbc\xe7\xd5\x6a\xb5\x52\xa9\x28\ \xa5\xcc\x3b\xb9\xf1\xa8\x6f\x59\x54\xc7\xd4\x60\x8c\x4d\xd3\x98\ \x9b\x9b\x1b\x0e\x26\x9d\x76\xbb\x51\xab\x45\x51\xd4\xee\x74\x0c\ \xd3\x1c\x8d\xc7\xa3\xd1\x08\x21\x94\xa4\x69\x10\x04\x43\xc6\xf4\ \xdc\x35\xad\x69\xd1\x45\x5f\xb9\x5c\x26\x84\x04\x61\x58\xa9\x54\ \x28\x35\xbc\x42\x7e\x76\x66\x2e\x8e\xa3\xb5\xf5\x75\x82\xb0\x14\ \xd2\xf7\x03\xd3\xb4\x30\x85\x65\x52\xc5\x18\xa5\x69\x66\x59\x36\ \xc6\x58\xbb\xab\x72\x6e\xce\x76\x9c\x24\x8e\x93\xe1\x80\x65\x59\ \xe0\x07\xdb\x5b\x5b\x8b\x87\xe6\xf7\xf7\xf7\x80\x82\x61\x18\x62\ \x8c\x30\xc6\x8d\x46\x83\x31\x76\xfd\xfa\xb5\xa9\x99\xb9\x76\xab\ \xed\x4f\x7c\x8d\x53\x61\x18\x46\x51\x94\xcf\xbb\xfa\xf6\x0e\xc2\ \x80\x50\x6a\x18\xa6\xce\x19\x47\x40\x66\x69\x16\x45\x11\x84\xc8\ \x32\xad\x38\x8e\xb4\x85\xe7\x76\xc4\xac\x08\x0d\x07\xc3\x7f\xf2\ \xf8\xe3\x85\x7c\xe1\xda\xd5\xab\x00\x80\xb9\x99\xd9\xbd\x9d\xdd\ \x28\x8c\xd6\xd7\xd6\x83\x89\xdf\x6a\xb7\xa3\x30\xd4\x02\x7c\x42\ \xc8\xd4\xd4\xd4\x3d\xf7\xdc\xb3\xbd\xbd\x0d\x21\x5c\x5a\x5a\xda\ \xd8\xd8\xc0\x08\x29\xa9\xc2\x30\x7c\xf5\xb5\xd7\x66\xa6\x1a\x69\ \x79\x3e\x3f\x29\x00\x00\x20\x00\x49\x44\x41\x54\x9a\x00\x90\xdf\ \xda\xda\x92\x42\x54\x2a\xe5\xe3\xc7\x96\x05\xe7\xbb\xdb\xdb\xae\ \xe7\x15\x0b\x05\xc5\x33\x88\x11\x22\x04\x28\x39\xe8\xf5\x92\x24\ \x61\x71\x32\xec\xf5\x5a\x07\x7b\x85\x7c\x0e\x08\x51\x29\x15\x73\ \x8e\xd5\x6e\xee\xa7\x71\x34\xdd\xa8\x8f\x27\xe3\xa9\x46\x63\x34\ \x9c\xa4\x49\xda\xeb\x76\xbb\x9d\x0e\x00\x60\x32\x99\xe8\x74\x49\ \x19\x4b\xa8\x80\x92\x12\x63\x7c\x2b\xff\x4b\x0f\xc6\x9a\x9b\x9b\ \x63\x8c\xf9\xbe\x6f\xdb\xb6\x65\x59\x3b\x7b\x7b\x18\xa1\x52\xa5\ \xac\xb3\x83\xa2\x24\x86\x10\x01\x20\xf4\xe9\x36\x0c\x23\x0c\x43\ \xdd\x4d\xd5\x82\x19\xce\xb9\x65\xdb\x98\x60\x04\xa1\x3f\x19\xef\ \x6c\x6f\x0a\x21\x3f\xf8\xc1\x0f\x2a\xc1\x05\xcb\x18\xe7\x71\x1c\ \x85\x41\x30\x1c\x0e\xb8\xb8\x17\x63\xe3\x36\x0e\x7b\xb7\xdb\x7d\ \xf0\x81\x87\x7e\xe5\x57\xfe\xb7\x0b\x17\x2f\x4d\xc6\xa3\xc3\x87\ \x8f\xd4\xea\xf5\xc0\xf7\xcf\x9f\xbf\x50\xab\xd5\xc3\x20\xb8\xbe\ \xb2\x36\x18\x8e\x3b\xdd\x4e\x18\x86\x47\x8e\x1c\xb9\xe7\x9e\x7b\ \xce\x9e\x3d\x0b\x21\x64\x9c\x39\x8e\xa3\xfd\x56\xda\xbc\xfa\xdc\ \xd7\x9e\x6d\x36\x9b\xd4\x30\x9a\xcd\xa6\x9e\xca\x74\xf8\xc8\x11\ \xdb\xcc\x37\x77\xf7\x9a\xad\xe6\xbb\x1e\x7d\x14\x02\x45\x28\x01\ \x52\x60\x04\x91\x65\xec\xef\xec\x7a\x8e\x15\x04\x93\x95\x95\xeb\ \x95\x6a\x25\xcd\x62\x37\x9f\xb3\x6d\x2b\x49\xe3\xcb\x57\x2e\x9d\ \xbc\xeb\x2e\x96\xa5\xd5\x7a\x43\x4a\xc5\xb2\x6c\x32\x19\xed\x37\ \x9b\xef\x04\xdc\x29\x05\x94\xc2\x7e\x8f\xfe\x97\x2f\xd2\xff\xf0\ \x24\x7e\xf5\x55\x55\x28\xb0\xc7\xff\x31\xff\xe8\x47\xc5\x03\x0f\ \xa8\x7a\x1d\xa6\x29\xe0\x1c\xa4\x29\x54\xdf\x29\xd0\xff\x27\xf6\ \x61\x25\x48\x12\x08\x00\x40\x48\x4d\x4d\x65\x3f\xf1\x13\xec\x9f\ \xff\x73\xb4\xb2\x42\xbe\xf2\x15\xf2\xa7\x7f\x66\xfd\xe2\xc7\xd5\ \xfc\x3c\xfb\xe1\x7f\xc6\x7e\xe4\x47\xe4\xdd\x77\x03\xa5\xbe\x99\ \x2a\x5e\x29\xa5\xa0\x24\x04\x44\xc9\x58\x49\x1a\xc5\x13\x3b\x67\ \x04\x69\x88\x89\xe1\x07\xbd\xb7\x2e\x36\x59\x3c\xc1\x04\x27\x49\ \xc2\x39\xd7\xc2\x35\x4a\x09\x00\x00\x63\x64\x9a\xb9\xf1\x68\xbc\ \xb7\xb7\xe7\xd8\x06\x63\x30\x0a\x23\xfd\x85\x3a\x61\x11\x40\x88\ \x30\x2e\x96\x8a\x33\x53\x8d\xb7\xde\x7a\x53\x5b\x3f\x0c\xc3\x78\ \xe3\xec\xd9\x9c\xe3\x28\xa5\xc6\x93\x31\x67\x5c\x4f\xe7\x19\x8f\ \xc7\x27\x4f\x9e\xbc\xff\xd4\xa9\x41\xbf\x7f\xf9\xca\x15\x3d\xe4\ \xd3\xb2\x2c\xd3\xb0\x56\xd6\x6e\x28\xa0\xb2\x24\xb5\x0d\x2b\x8e\ \x22\xcb\xb6\xf3\xf9\x7c\x1c\x86\x54\xd7\x6e\x10\x51\xa9\xa4\x94\ \xda\x00\xa9\x94\x22\x18\x23\x84\xe2\x38\x01\x10\x10\x42\xe2\x24\ \xa6\xd4\x28\x16\x4a\x9c\xf1\xe1\x70\xb8\xbf\xbf\x7f\xf8\xf0\xd1\ \xc3\x87\x8f\x4c\x4d\x35\x7a\xbd\xde\xb5\x95\x1b\x17\x2e\x5e\x08\ \x82\x80\x10\xca\x39\xd7\x81\xc6\x10\x02\xdd\xfa\x03\x00\x70\xc6\ \xb2\x2c\x25\x04\x3b\x8e\xe3\x58\x76\x9a\xa4\x71\x1c\xd7\xea\xd5\ \x72\xa1\xb8\xb3\xbd\xcd\x19\xbf\xcd\x05\x95\x8b\xf9\xf9\xb9\xaf\ \xbd\xf0\x52\xab\xd5\x2a\x14\x0a\x96\x65\xed\xef\xed\x69\xb9\x48\ \xa1\x50\x98\x5f\x58\x18\x0c\x87\x81\xef\x73\xce\xb3\x34\x2d\x95\ \x4a\x5a\xbc\x68\x18\xc6\x70\x38\x2c\x95\x4a\xd3\xd3\xd3\x77\xde\ \x75\xd7\x8b\xcf\x3d\x5f\x6b\x4c\x3f\xf6\xde\xf7\x0a\xce\x9e\x83\ \x48\x9b\x66\xe3\x28\x6a\x34\xea\x79\xcf\x1d\x0e\x87\x19\x63\x3b\ \x3b\x3b\xf3\x0b\x0b\x10\xa3\x38\x08\x10\x42\x66\x2e\xe7\x16\x0a\ \x6b\xab\xab\x69\x14\x4d\x46\xa3\xa2\xe7\x5e\xbc\x78\x41\x29\xe9\ \xe5\x9c\xc9\x78\xb4\xbb\xbb\x53\x9f\xaa\xf7\xba\xed\x7a\xb5\x06\ \x15\xc8\xb2\xcc\xb1\x9d\x93\x27\x4f\x62\x8c\x47\xa3\x51\xb7\xd3\ \xe1\x42\xe8\x60\x09\xcd\xfe\xe9\xf4\x2f\xf0\x76\x18\x86\x9e\x30\ \xae\xe1\x3e\x4d\x53\x82\xb1\x63\xdb\x52\xca\x41\x7f\x80\x30\xd2\ \xc4\x8b\x4e\x89\xd0\xc3\xf6\xb4\x25\x58\x47\xca\x8c\x46\x23\xcb\ \xb2\xf4\xe0\xec\x9d\x9d\x6d\x84\xe9\x8c\x3b\xcf\xb9\x28\x95\x4a\ \x73\x73\x73\xed\x4e\x67\x34\x1e\x3b\x8e\x73\xe1\xc2\x85\xab\x57\ \xaf\x06\x41\xf0\x91\x0f\xbd\xdf\xb6\xac\x77\x3a\x06\x8b\x73\x51\ \xad\x56\xef\xb9\xf7\x9e\x4f\x7e\xf2\x77\x0d\xc3\xa8\x54\x2a\x17\ \x2f\x5e\xec\xf7\x07\x42\x48\xdb\xce\xcd\xcf\xcd\x6f\x6e\x6e\x74\ \xbb\x5d\xd3\x72\xd2\x34\xb5\x6d\x7b\x6e\x6e\xce\xb6\xed\x13\x27\ \x4e\x9c\x3b\x77\xee\xf1\xc7\x1f\x1f\x8d\x46\x8f\x3d\xf6\xd8\x9f\ \xfc\x97\x3f\x52\x4a\x2d\x2f\x2f\x9f\x3e\x7d\xfa\xc2\x85\x0b\xb6\ \x6d\x1f\x3b\x76\x0c\x02\xb0\xb0\xb0\x70\xe8\xf0\x61\x7f\xd0\x9f\ \x6a\x4c\x7f\xe5\x2b\x5f\xf9\xfe\x8f\x7e\x14\x00\xa4\xa4\x60\x2c\ \x26\x86\x81\x31\x0e\x83\x71\xbf\xdb\x0a\xa3\x51\xa5\x52\xda\xdc\ \x58\xb7\x73\x8e\x65\x1a\x10\xc2\xd5\xd5\x95\xbb\xee\xba\x2b\x63\ \x29\x05\x14\x13\x92\xc4\x41\x12\x47\x8d\x46\xed\x91\x77\x9f\xfe\ \xc6\xc0\x1d\x42\x60\x9a\x70\x34\x22\x7f\xf1\x79\xfa\x7b\xbf\x87\ \xcf\x9d\x13\x77\xdc\x91\xfc\x1f\xff\x3b\x7f\xfc\x71\xb5\xb8\x78\ \xb3\x4e\xf7\xfd\xef\xe0\xea\xdf\x3b\x94\x97\x12\x72\x0e\x20\x94\ \x27\x4f\xa6\x77\xde\x99\xfd\xf4\x4f\xe3\xe7\x5f\xa0\xff\xf9\x0f\ \xe9\xa7\x7e\xdf\xf8\x83\x4f\x67\x3f\xfa\xa3\xec\xa7\x7e\x52\xde\ \x7d\x17\xe0\x02\xf0\xdb\x04\x1a\x82\xb9\x81\x94\x3f\xe9\x75\x93\ \x08\x51\xdb\xca\x57\x90\x45\x85\x04\x04\x63\x90\x01\x9a\x2b\x8c\ \xc7\x7d\xa5\xd4\xd6\xd6\x96\xef\x07\x18\x63\xcf\xcb\x67\x8c\xe9\ \x1d\x2b\xe7\xdc\x30\xa8\xa6\xda\x35\x47\xa1\x94\xca\xe5\x72\xbe\ \xef\x27\x71\x2c\x38\xdf\xda\xda\xca\xb2\xd4\xb0\x2d\x4c\x49\xb9\ \x56\xc5\x94\x48\xa0\x52\xc6\xb0\x41\x31\xa5\x49\x96\x19\x96\x49\ \x28\xf5\x0a\xf9\x38\x4b\xaf\xad\x5c\xef\xf5\x7a\x2b\xab\x37\x92\ \x24\xf1\xa3\x10\x12\x3c\x9a\x4c\x32\x16\x47\x51\x8c\x11\x2a\xce\ \x97\x83\x30\x50\x12\x8c\xc6\x63\x83\x50\xc1\x65\x96\x65\x71\x1c\ \xeb\x4a\x8a\x09\x0d\x2e\x01\x17\x5c\x8f\xe5\xa4\xd4\xc0\x18\x43\ \x88\x92\x34\x19\x8d\x46\x87\x97\x8e\x14\x0a\x05\x2d\xc3\x3f\x7f\ \xfe\x5c\xb7\xdb\x55\x4a\x1d\x74\x3a\x3a\xd0\xca\x34\x8d\x20\x08\ \x5c\x37\x57\x28\x14\x28\x35\x93\x24\x81\x08\x02\xa5\xb4\x0e\x44\ \x97\xcf\x9c\x73\x42\x48\xe0\xc7\x59\x96\x0d\x87\x43\x4a\x09\xba\ \xdd\xc0\x6d\x4c\x48\xbb\xd5\x3e\xf3\xe2\x4b\x8b\x87\x16\xd3\x24\ \xd1\x6d\x12\xc7\xb6\xc7\x93\x49\xa7\xd3\x99\x9e\x9a\x3a\xb6\xbc\ \xec\x9d\x3a\xf5\xd2\x4b\x2f\x8d\x86\x43\xd7\x75\x97\x97\x97\xbf\ \xf8\xc5\x2f\x6e\x6f\x6f\x6b\xc7\x4d\x1c\xc7\xa1\x1f\x68\x55\xcc\ \xec\xec\x2c\xc6\x48\x47\xa5\x37\xf7\x9b\x94\x12\x08\xc0\xc6\xfa\ \x5a\xb9\x50\xbc\x7a\xf9\xf2\xdc\xec\x1c\x4b\x52\x13\x22\xc3\x30\ \x3a\xfb\x4d\x2e\x85\x57\x28\x22\x00\xaf\x5d\xbd\x66\x53\x5a\xad\ \xd6\xc6\x41\xb0\xb7\xb7\x87\x10\x44\x08\x9a\xa6\x89\x20\xbc\xc5\ \x6e\xe5\x73\x2e\x90\x72\x77\x6b\x3b\x9c\xf8\x45\x2f\xdf\xda\x6f\ \x8e\x47\x23\xdb\x30\x45\xc6\xfc\x30\x84\x10\x42\x00\x0c\xc3\xc0\ \x18\xeb\xac\xf6\x34\x4d\xe3\x38\xd6\xd2\x7b\x29\x84\x04\x40\x8b\ \xdc\xbd\x7c\x1e\x61\xd4\xe9\x74\x34\x91\xa2\x47\x9f\x9b\xae\xa9\ \xd3\x0b\x94\x52\xba\xcc\xd7\xaa\x7c\xdb\xb6\x7b\xbd\xde\xe2\xe2\ \x82\x61\xd9\xc5\x42\x7e\xf9\xe8\x91\x28\x0a\x87\x83\x41\xb3\xb9\ \xbf\x72\xfd\xfa\xf6\xf6\x8e\xbe\xe4\x6e\xaf\xa1\xaa\x67\xda\xfd\ \xa7\xff\xf4\x87\xd3\xd3\xd3\x4b\x4b\x87\xc6\xe3\xf1\x78\xec\x17\ \x8b\xc5\xce\x41\xcb\xf7\xfd\xd1\x78\x72\xe8\xd0\xe1\x9f\xfc\x89\ \xa5\x8d\xed\xed\x6b\xd7\xaf\x41\x08\x8f\x1f\x3f\xbe\xba\xba\xfa\ \x85\x2f\x7c\xa1\xd1\x68\x98\xa6\xe9\xfb\xbe\xb6\x3e\xe8\x21\x94\ \xa5\x52\xa9\x5e\xaf\xeb\x0d\x2b\x84\xd0\xb1\xec\xeb\xd7\xae\x56\ \xf3\x85\xd5\x1b\x37\xba\x9d\x8e\x48\x33\x00\x20\xc4\x28\xf6\x63\ \x39\x1e\x53\xd3\xaa\xd6\xca\x67\x5f\x79\x6d\x1c\x8e\x4b\xa5\xe2\ \xca\x0d\x16\xf6\x7a\x2c\xcb\x4a\x95\x0a\xe7\xcc\x75\xdd\x34\x4d\ \x73\xb9\x1c\x41\x08\x13\xea\xe5\xdd\xed\xb5\xb0\xdd\x69\x7f\x03\ \xe0\xae\x73\x79\xbe\xf4\x25\xe3\xb7\xfe\x0d\x3e\x73\x46\x3e\xf8\ \x60\xf2\xbb\xbf\xcb\xbf\xef\x7b\xe5\xd4\x14\x64\x0c\x64\xd9\x77\ \xea\xf4\x6f\x03\xde\x26\x49\x20\x84\x80\x52\xf1\x91\xef\x17\xdf\ \xfd\x41\xf4\xd6\x39\xe3\xc9\x27\x8d\xff\xf8\x1f\xe9\x67\x3f\x9b\ \xfd\x8b\x7f\xc1\x7e\xe6\xa7\xd5\xf4\x0c\x48\x12\xf0\x0e\xad\xf0\ \x4a\x29\xa0\x98\x63\x5b\xc5\x42\x2e\xa1\x40\x22\x42\x2d\xcc\x92\ \x94\x1a\xc4\x31\x30\x32\x48\xde\xcd\x6f\x6e\x22\x08\x61\xa7\xd3\ \x91\x52\x69\xdb\x67\xa1\x50\xd0\xbd\x26\x29\xe5\xfc\xcc\x4c\xa9\ \xe0\x85\xa1\xaf\xbd\xe3\x5a\xb9\xec\xfb\x41\x1c\xc7\x18\xd3\x30\ \x0c\x93\x24\x36\x4d\x63\x73\x6b\xcb\x30\x8c\x38\x4e\x46\xa3\x91\ \xe7\x7a\x71\x12\xeb\x5a\x8f\x71\x5e\xae\x54\x3c\xcf\xdb\xdb\xdb\ \x5b\x59\x59\xd1\xb7\x4a\x14\x45\xba\x18\xdc\xda\xde\x36\x0c\x1a\ \xc5\x71\xa9\x58\xdc\xdc\xdc\x0a\x83\xc0\xb1\x6d\x29\x24\x25\xd4\ \xb1\xed\x2c\xcb\x20\x00\x08\x2a\xc6\x18\x97\x42\x4f\xa0\x97\x4a\ \x4a\x29\x01\x84\x79\xcf\x8b\x82\x00\x02\x90\xcb\xe5\x26\xfe\xc4\ \xf5\xdc\xbb\x6b\x77\x5f\xbe\x7c\xe5\x8d\x37\xde\xf0\xbc\x3c\x42\ \xc8\xb6\x6d\x08\x80\x9e\x5f\x2c\xa5\x34\x0c\xb3\x54\x2a\xe9\x60\ \xc2\x2c\x4b\x59\xc6\x10\x46\x94\xdc\x44\x70\xc6\x98\x12\x2c\x49\ \x62\x21\x58\xb7\xdb\x75\x4c\x0b\x00\x65\x18\xc6\xed\xef\x99\xa4\ \x14\x8c\xb5\x9b\xcd\x51\x7f\xa0\xa7\x7e\x4b\x2e\x4c\x42\xfd\xd1\ \x68\x6b\x63\xa3\x58\x2a\xed\xef\xef\x37\x9b\x4d\x6a\x9a\xd5\x6a\ \xb5\xdf\xef\x6f\x6e\x6e\x3e\xf8\xe0\x83\x47\x8e\x1c\x91\x52\x1e\ \x3d\x7a\x74\xed\xc6\xaa\x9e\x40\x0d\x21\xec\xf7\x7a\xfe\x64\xf2\ \x76\xbe\xd8\x1d\x49\x9a\x5e\xbb\x76\xcd\xcb\xb9\xa3\xe1\xe8\xf4\ \x43\xa7\xbb\x9d\xce\xf4\xec\x6c\x1c\xc7\x29\x63\x57\x2e\x5f\x36\ \x0c\xa3\xdd\xe9\xbc\xf1\xc6\xd9\xbc\x9b\x2b\x97\xcb\x41\x10\x2a\ \x05\x46\x63\x1f\x11\xda\xeb\xf5\xaf\x5e\x5f\x29\x1e\xb4\xde\xfd\ \xee\x87\x0d\xd3\xf4\xfd\xd6\xc1\xc1\xc1\xc6\xc6\x86\x10\x42\x87\ \x31\x78\x9e\x37\x99\x4c\x00\x00\x4e\xce\xf1\xa3\x58\x08\xa1\x39\ \x19\xbd\x27\xf3\x3c\x6f\x7e\x7e\xbe\xd9\x6c\xda\xb6\x8d\x20\xb4\ \x1c\x47\x0d\x06\x8d\x46\xe3\xe4\x9d\x27\x87\xa3\x91\x6d\xdb\x7e\ \x18\x68\x84\xb5\x4c\x4b\x0b\xc3\x3d\xcf\x2b\x97\xcb\xcd\x66\x33\ \x4d\xd3\xdd\xdd\xdd\x28\x8a\x0e\x1f\x3e\x5c\x2a\x95\x66\x67\x66\ \x26\xbe\x5f\xf0\x5c\xdb\x34\xde\x78\xf5\x95\x4b\x97\x2e\x4d\x26\ \x7e\x92\xc4\x10\xa2\x9c\x6d\xea\xde\xcf\x6d\x6f\x55\xa3\x28\xd9\ \xd9\xd9\x59\x5f\x5f\xcb\xe5\x72\xb6\x65\x71\x26\x11\xc2\xfd\xde\ \xf0\xad\x37\xcf\x1d\x5b\x3e\x9a\xf3\xbc\x97\x5e\x7a\x49\x29\x35\ \x33\x33\x33\x37\x37\xf7\xd4\x53\x4f\x31\xc6\x1e\x7d\xf4\xd1\x38\ \x8e\xef\xbd\xf7\xde\x5e\xaf\xd7\xef\xf7\x75\x53\x41\x48\xa9\xc5\ \xef\xad\x56\xcb\x71\x1c\xd7\x75\x37\x36\x36\xba\x96\xfd\xda\xab\ \xaf\x4e\x4d\x4d\x63\x05\x15\x4f\x84\x10\x14\xe3\x8d\xfd\x3d\x7f\ \x34\x26\x18\x9f\x7d\xf3\xf5\x66\xfb\xe0\xee\xbb\xef\x96\x42\x2a\ \x05\xb8\x90\x5a\xac\xb0\xbe\xbe\x31\xf2\x83\xd9\x99\xe9\x85\x85\ \xc3\x71\x92\x74\xdb\x9d\xd5\xb5\xd5\xbd\xdd\x3d\xf2\xff\x51\xb0\ \xdb\x36\xdc\xdc\x32\x7f\xeb\xb7\xe8\xa7\x3f\xad\x0e\x1f\x4e\xfe\ \xfd\xef\xf0\x1f\xfa\x21\x55\xa9\x00\xc6\xbe\x5d\x28\xf5\xaf\xa7\ \x35\xd5\x3f\xe4\x75\x48\x53\xf3\x51\x04\x10\x12\x0f\xbf\x3b\x79\ \xe8\x21\xf6\x53\x3f\x49\x7f\xe7\xdf\x9b\xbf\xf9\x9b\xf4\x2f\xff\ \x32\xfd\xf5\x5f\xe7\xdf\xff\x61\x4d\xdc\xbf\xb3\x72\x06\x20\x9b\ \x5a\x39\xd3\xa2\x4a\xa5\x0a\x10\x82\x97\x16\x67\xa8\x69\x01\x9e\ \x80\x2c\xa2\xc4\xd2\x39\x8b\x8c\x31\x42\xa8\x52\xd2\x34\x4d\xdd\ \xb4\xa4\x94\x72\x2e\x0c\xc3\xc8\x7b\x5e\x9a\x44\xfa\x0e\xd7\xc3\ \x5d\x4d\xd3\xcc\xb2\x7e\xa5\x52\xb8\xff\xfe\xfb\xf7\x9b\x7b\x51\ \x14\x21\x08\xdf\x38\xfb\x46\x18\x85\xa3\xd1\x28\x8c\xc2\x34\x49\ \x4b\xa5\x12\xc2\xd8\xf7\x27\x1b\x9b\x1b\xd5\x4a\xd5\x30\x4d\x84\ \xb1\xde\x9e\x13\x4a\x10\x46\x08\x23\x1d\xc0\x44\x08\x89\xe3\x24\ \x4d\x92\x62\xb1\x28\xb8\xe0\x8c\x2b\xa9\x4a\xa5\x92\xe5\x38\xae\ \x6d\x13\x8c\xc6\x93\x09\x97\x42\x73\x47\x0a\x62\x8c\xf1\x70\x3c\ \x4a\x10\xd2\x44\x41\x18\x84\x8e\x93\x7b\xe5\x95\x57\xc3\x30\xb8\ \x99\x0c\x8c\x90\x65\x59\x86\x61\x10\xc3\xf4\x93\x98\x10\x12\x45\ \xb1\x61\x50\xbd\x32\x21\x04\x74\xed\xaf\x01\x08\x63\x61\x18\x06\ \x42\x48\x08\xc0\x39\x97\x52\xa5\x69\xe2\x39\xb9\x9c\x63\x97\xca\ \x65\xf9\x4d\xa0\x0c\x82\x90\x60\x02\x01\x10\x9c\x0b\x21\x20\x00\ \x18\xa1\x30\x08\xf7\x76\xf7\x9a\xfb\x4d\x01\x94\x1e\x1b\xbd\xbf\ \xbf\xff\xb9\xcf\x7d\x0e\x42\x18\x86\xe1\xd6\xd6\x96\xef\xfb\xe5\ \x72\x59\x29\xa9\xf3\xe5\xf7\xf6\xf6\xbb\x9d\xf6\x78\x32\x09\x82\ \xb0\x3f\xe8\xbf\xf5\xd6\x5b\x47\x8f\x1e\x3d\x74\x68\x71\x73\x6d\ \x03\x28\xd5\xe9\x74\xce\x9f\x3f\x7f\xd0\x6c\x1a\x86\xb1\xbe\xb1\ \xd1\xeb\xf6\x4a\xa5\xe2\xb0\x3f\xc8\xb2\xac\xd5\x09\x47\x63\x3f\ \xe3\xd9\x68\x32\xf1\xc3\xc8\x74\x9c\xe1\xc4\x17\xf0\xe0\xea\xf5\ \x95\xfe\x70\x1c\x05\x89\x60\xbc\xdd\x6a\x11\x42\x72\x8e\xb3\xbb\ \xbb\x5b\x2c\x16\x0b\xf9\xfc\x78\x34\x22\x18\x1b\x94\x72\x05\x18\ \xe7\x3a\xbf\x37\x0c\x43\xdd\x50\xd5\xd3\x36\xca\xe5\xf2\x78\x34\ \x9a\x4c\x26\x7a\x30\x1e\x17\xa2\xdb\xed\x22\x84\x74\xb6\x28\xe7\ \xbc\xde\xa8\xf7\xda\x3d\x8c\x71\xb5\x5a\xd5\x19\xbf\x42\x88\xe1\ \x70\x98\xa6\xe9\xd4\xd4\xd4\xcc\xcc\xcc\x5b\x6f\xbe\x29\xa5\xb4\ \x2c\xab\xdf\xed\xae\xad\xaf\xf9\x13\x9f\x1a\x06\xcb\x32\x8c\xb1\ \xc4\x08\x7e\x13\xaa\x0e\x08\x35\x41\x04\x4c\xd3\x62\x19\x53\x52\ \x45\x51\x6c\x18\xa6\x10\x62\x75\x75\x6d\x6f\x6f\x8f\x71\xae\xf7\ \x25\xe3\xf1\xf8\x53\x9f\xfa\x94\x94\x72\x69\x69\xc9\xf7\x7d\x2d\ \xd3\xfc\xe0\x07\x3e\x30\x99\x4c\x6a\xb5\x5a\x1c\xc7\x57\xaf\x5c\ \x89\xa2\x88\x52\x3a\x99\x4c\x26\x93\x49\x14\x45\x73\xb3\x73\xc1\ \x68\x6c\x1a\x46\x94\xc4\x1b\x1b\x1b\x7e\xe4\x1b\x96\xe9\xfb\x93\ \xdd\xed\x2d\x8c\xa0\x49\x08\xe7\x69\xbb\xdd\x81\xf0\x6a\xaf\xd7\ \x65\x9c\xf7\x7b\x23\x21\xd4\xc1\x41\x9b\x1a\xd6\xf5\x1b\xab\xb3\ \xb3\x73\x0a\xe0\x85\xc5\xc5\x6e\xa7\x13\x85\x61\xad\x5a\x21\x7f\ \xc7\x26\x04\x10\x8c\xbf\xfa\x8c\xf5\x2f\xff\x25\xdc\xda\x4a\x7f\ \xf1\x63\xfc\x63\x1f\x13\x73\x73\x90\x31\xf0\xed\xd3\x29\xc5\x18\ \x67\x59\x9a\x24\x29\x00\x0a\x63\xe2\x38\x8e\xe6\xe9\xfe\x81\xd3\ \x35\x30\x8e\x01\x84\xe2\xf4\x69\xf1\x07\xff\x37\xff\xa7\xff\xd4\ \xf8\xc4\x27\xac\x1f\xfb\x31\xf6\x4b\x1f\xcf\xfe\xd5\xbf\x52\x85\ \x02\x48\xd3\x6f\xfc\xcb\x1c\xd3\xcb\x59\x79\x13\xdb\x88\x42\xac\ \xa0\x82\xe6\xfc\xd4\x02\xa2\x14\x09\x66\x22\x11\x26\xb1\xeb\xba\ \xe3\xf1\x58\x9b\x2a\xa9\x61\xe4\xf3\x79\xc6\x79\x3e\x9f\xb7\x6c\ \x9b\xa5\x99\x41\xa9\xee\x43\x4a\x21\xf4\x67\xde\x1e\xeb\x4e\x6e\ \x5a\xd2\x01\x30\x2d\xf3\xe0\xe0\xc0\xb4\x4c\x62\x10\x3b\xe7\xc4\ \x71\x9c\xb2\x0c\x62\x28\x95\x44\x18\x67\x59\x96\xb2\xcc\x72\x6c\ \xdb\xb1\x93\x34\xc1\x18\x13\x4a\x15\x00\xd4\x30\xa8\x61\xe8\x7c\ \x95\x30\x0c\x4c\xd3\xf2\x3c\xaf\x3f\xe8\x0b\x29\xb5\x20\xcf\x71\ \x72\x8e\x6d\x51\x82\x47\xe3\x31\x42\x88\x73\xa1\x81\x9b\x10\x82\ \x10\x8e\xc2\x50\x01\xa5\xc3\xd9\x6d\x3b\x8a\xc2\x24\x49\x62\x7d\ \xe5\x20\x84\x3c\xcf\x53\x4a\x85\x71\x02\xa4\x66\xd8\x23\x6d\xd6\ \x85\x10\x06\x41\x48\x29\x41\x08\xa6\x69\x26\xa4\xd0\x18\x9a\x65\ \x99\x60\x99\x6d\xdb\x18\x61\x2e\x32\x42\x88\x69\x59\x18\x7f\x13\ \x73\xd0\xa0\x3e\x93\xf2\xd6\x4c\x51\xbd\xf3\xd0\xc1\x0f\x42\xca\ \x2c\x89\xb5\x8c\x67\x30\x18\x08\x21\xf2\xf9\xfc\xb9\x73\xe7\xf4\ \xaa\x10\x04\x41\x1a\x27\x52\x08\x00\x60\xad\x56\x95\x82\xd9\xb6\ \xbd\xb5\xb5\x59\x2d\x17\x4f\x9d\xba\x1f\x00\xd0\xed\xf5\x2e\x5e\ \xb8\x30\x19\x4f\x24\xe3\x67\x5e\x7c\x29\xef\x79\xfa\xc4\x1d\x1c\ \x1c\x5c\x38\x7f\xde\xb6\x2c\xc3\x34\xfc\x30\x8a\x92\x8c\x50\x3a\ \xf1\x43\x85\x49\xca\x65\x10\xc6\x00\x93\x24\xe3\xeb\x9b\x5b\xe3\ \xde\xe7\xe6\x67\x67\xc3\x30\x6c\xd4\xeb\x8c\x31\x4a\x08\x67\x4c\ \xe7\x3c\x13\x8c\x21\x84\x96\x65\xc1\x2c\xd3\x0b\xb9\xef\xfb\x5a\ \xe9\xee\xba\x6e\xb7\xdb\x9d\x4c\x26\x59\x9a\x26\x49\x92\xcf\xe7\ \xd3\x34\xed\x76\xbb\x3a\x89\x5e\x97\xf9\x42\x08\x4a\xa8\xe7\x79\ \xda\xdc\x7f\x6b\x5e\xb6\xe7\x79\xa7\x4f\x9f\xee\xf5\x7a\x52\xca\ \xd1\x68\x94\x24\xc9\x70\x38\xd4\x3f\x84\x09\xc9\xb2\x4c\xbd\xfd\ \xc0\x18\xc1\xdb\xf5\xbf\x40\x08\xa5\x90\x61\x18\x02\xa8\x10\x00\ \x18\x62\x26\x99\x10\x52\x70\x4e\x29\x71\x5d\x2f\xcb\xb2\xbd\xfd\ \xa6\x5e\xb4\x2e\x5d\xbc\xd4\x98\x6a\x4c\x26\x93\xb3\x67\xcf\x6a\ \x7e\x69\x34\x1e\xeb\x8a\x61\x61\x61\xe1\xf8\xf1\xe3\x86\x61\xb4\ \x5a\xad\xd7\x5e\x7b\xed\x81\x07\x1e\x28\x14\x0a\x10\xa1\x8b\x17\ \x2e\xdc\xb8\xb1\xba\xb0\xb4\xf8\xca\xcb\x2f\xe7\x4b\x85\x62\xa9\ \x40\x4d\x22\x32\x76\xe9\xc2\x79\x93\x50\xa5\x24\xc1\x64\x67\x7b\ \xcf\x76\xec\x34\x65\x52\x2a\xc6\x44\x96\x72\x0c\x71\xaf\x37\x44\ \x88\x3c\xff\xfc\xf3\x8d\x46\x4d\x72\xee\xd8\xe6\xfc\xec\x1c\xf9\ \x5b\x91\x1d\x42\xfa\xe9\x27\xcd\x5f\xfd\x55\x35\x3d\x95\xfc\xd9\ \x9f\xf2\xf7\x7f\x17\x80\x08\xc6\xf1\xb7\x11\x88\x21\x04\x3b\x9d\ \xd6\x41\xb3\xa9\xc3\x1e\xa5\x52\x6e\xce\x59\x5c\x3a\x8c\x31\x51\ \xdf\xa1\x92\x94\x02\x49\x02\x30\x66\xff\xe4\xa3\xe2\xf4\x43\xc6\ \x6f\xfc\x86\xf1\x6f\xfe\x4f\x78\x63\x35\xfd\xcd\xdf\x50\x8b\x8b\ \xe0\x1b\xee\xf5\x21\x69\x18\xd8\x31\xa8\x83\x01\x01\x5c\x12\xcb\ \x6b\xee\xb6\x3a\xdd\x9e\x41\xa1\x85\x95\x52\x22\x89\x63\xad\x05\ \x4c\xe2\xc4\x26\x34\xe7\x38\x9c\x31\xdb\x76\xbc\xbc\x47\x09\x05\ \x9c\xf7\xba\xad\x38\x49\x00\x84\x52\x2a\x84\x30\xc6\xc4\x30\x4c\ \x08\x51\x18\x46\x71\x9c\x70\xc1\x21\x84\x84\x52\x42\xcd\x38\x49\ \x33\xc6\xd2\x9b\x9a\x5a\x58\x2a\x95\x0d\x33\xec\xf7\xfb\x84\x52\ \xdb\xc9\x95\x2b\x52\x01\x30\x1c\x0c\xe3\x38\x61\x9c\x67\x59\x56\ \x2c\x95\xaa\xf5\xfa\xf6\xe6\x26\xe7\x32\xe7\xe0\x2c\x4b\x11\x44\ \x0a\x21\x80\x20\xe3\x1c\x61\x94\xa4\x89\x92\x34\x49\x12\xcb\xb1\ \x11\x82\xb6\x6d\x47\x69\xc2\xb3\xcc\xb6\xec\x30\x0a\x93\x38\x49\ \xd3\xb4\xd5\x6a\xd9\xb6\x53\xc8\x17\x31\xc6\x69\x9a\x71\x2e\xa4\ \x94\xe3\xf1\x38\x4b\xd3\x71\x18\x06\x71\x9c\x24\xa9\x94\x32\x9f\ \xcf\x6b\x2d\x50\x2e\x67\x13\x82\x19\x63\x4a\x4a\x2d\x43\x04\x00\ \x62\x8c\x31\x32\x73\x96\xdd\xe9\x74\x18\x63\xc3\xe1\xd0\x30\x68\ \x14\x46\xf0\xb6\xdd\x7b\x6f\x5f\xbf\xb7\xba\x82\xb7\xf8\x1f\x4d\ \xee\x23\x08\x59\xc6\x0c\xc3\x30\x0c\x83\x10\x12\x04\x01\x42\x48\ \x4f\x53\x7a\xed\xd5\xd7\xa2\x30\x74\x1c\xa7\xdd\x6e\xff\x87\x27\ \x9f\x74\x73\x76\x1c\x85\xf3\xf3\xf3\x0a\xa8\x20\x08\x04\xe7\x61\ \xe8\xef\xee\xee\x8f\x46\x23\xdf\x0f\xe2\x34\x69\xb5\xda\x8c\x31\ \xdb\xb6\xc2\x30\x1a\x8f\x47\x8e\x93\x13\x52\xda\x4e\x2e\x8a\x93\ \xf1\x24\x60\x42\x4a\x09\xb8\x04\x49\xc6\x83\x56\x87\x18\x46\x10\ \xc4\xdd\xfd\xf6\x78\x38\x84\x08\x31\xc6\x3a\x9d\x4e\x18\x46\x3a\ \x40\x46\x17\xbf\xb7\xa8\x73\xa5\x14\x80\x50\x87\xc9\x68\x13\x83\ \x61\x18\x39\xd7\x4b\x0d\x83\x0b\xa1\x03\x2a\x52\x96\x29\xa5\x30\ \xc1\x9a\xfe\x22\x84\xd4\xeb\x35\x25\x94\x56\x46\xe9\xe3\xa9\xdb\ \xaa\x3a\xf3\xe7\xa5\x97\x5e\xd2\x4d\x0e\x42\x48\x92\x24\xfa\xa4\ \xe8\x00\xb5\xb7\x6b\x9b\xdb\xdf\x2f\x01\x00\x9c\x5c\x0e\x13\xd2\ \x1f\x0c\x84\xe0\x04\x02\xcd\xe3\xe9\x4c\x72\x3d\xf5\x45\x2a\xc9\ \x05\x4f\xd2\xc4\x2b\x78\x7a\x74\x30\x42\xc8\x9f\x4c\x36\x37\x37\ \x5f\x7d\xf9\x4c\x14\x45\xae\xe7\xfd\xc5\xe7\x3f\x7f\xe8\xd0\xa1\ \xdd\xdd\xdd\x99\xd9\xd9\x7c\x3e\x1f\x04\x41\x9a\xa6\x83\xe1\xb0\ \xdd\x3a\xd8\x58\x5f\x9f\x5b\x98\x13\x52\x5c\xbd\x7a\x15\x11\xc4\ \x58\x6a\x52\xd2\xdc\xdd\x35\x29\x51\x0a\xb8\xb9\xbc\x10\x41\x1c\ \xa7\xbd\xde\x40\x4a\x10\xc7\x09\xe7\xf2\xfc\xf9\x4b\xf9\x62\xa1\ \x75\xd0\xd9\xd8\xd8\x9c\x9f\x9b\x6e\xd4\xea\x93\xf1\x78\xed\xfa\ \x2a\xf9\x1b\x41\x11\x60\x4c\x7f\xef\xf7\xcc\x27\x9e\x10\x1f\xf8\ \x40\xf2\xaf\xff\xb5\x5a\x5e\x06\x61\x08\xbe\xad\x00\x11\x42\x38\ \x1c\x0c\xb6\x37\x36\xee\xbc\xe7\xbe\x6a\xad\x0e\x00\x48\xd3\xf4\ \xda\x95\x8b\xeb\xab\xab\xc7\xee\x38\x01\xe0\x3f\x50\xc9\xbd\x56\ \x1d\x7c\x9d\xf0\x42\xc0\x30\x54\x8d\x46\xfa\x6f\xff\x2f\x79\xd7\ \x5d\xe6\x13\xbf\x06\x7f\xe1\x17\x92\x4f\x7e\x12\xcc\xce\x7d\x83\ \xe4\x80\x80\x89\x40\x3c\x05\x42\x22\xa4\x08\x30\x6c\x8b\x98\x66\ \xeb\xe2\x6e\x9c\x44\x4a\x72\x05\x54\x10\xc6\x10\x22\x03\x61\x88\ \x90\x21\xa5\x83\x09\xc4\xb8\x52\x29\xf7\x46\xa3\xad\xed\x9d\xf9\ \xa9\x69\x27\x97\x4f\x98\x04\x93\x50\xe7\xa7\x31\x45\xcb\x5e\xc5\ \xab\xc6\x71\x14\x05\x5c\x00\xd3\xc9\x18\x33\xdc\x42\x79\x0a\x37\ \x7b\x43\xe2\xe4\xa7\x6b\x53\x49\x9a\x22\xc3\x2c\x35\xea\xa2\xdb\ \x2f\x20\xa3\x50\xae\x38\x85\x02\xb6\x5d\x64\x79\x56\xbe\xe2\xfa\ \x7e\x92\x24\x10\x00\xcb\xb6\x52\x09\x20\x31\x14\xcc\x30\xa1\xa6\ \x61\x21\x89\xa4\x29\x10\x82\x14\x63\xce\x19\x94\x62\x12\x86\x69\ \x14\x2b\x29\x6d\xc3\xc4\x84\x60\x84\xfc\xc0\xc7\x10\xb8\xb6\x95\ \xf8\x41\x24\xa5\x65\x3b\x5e\x3e\x2f\x81\x52\x10\x50\x83\x22\x8c\ \x18\x4f\xa2\x24\x24\x98\x40\xa8\xa4\x10\x4a\x09\x42\x70\x92\x24\ \xa6\x69\xd8\xb6\x4d\x88\x01\x21\x94\x92\x61\x4c\x0d\x8a\xf4\xfb\ \x34\x89\x8a\xc5\x22\x21\x14\x41\x58\xc8\xe5\x6d\xdb\xc6\x88\xaa\ \x9b\x9e\xe1\xdb\x63\x65\x20\x97\x00\x22\x82\x09\x94\x52\xda\x96\ \xc9\x18\xcb\xb2\x14\x28\x29\x05\x47\x06\xc9\x92\x98\x40\x20\x85\ \x20\x84\x26\x49\xca\xb8\x30\x0c\xea\xb9\x39\x80\xa4\xc2\x08\x0a\ \x9e\x26\xc9\xa0\x3f\x78\xfd\xd5\xd7\x08\xc1\x71\x14\xf9\x7e\xd8\ \x1f\x8c\x5f\x7e\xe5\xf5\x4a\xa5\x0c\x01\x80\x84\x2a\x40\x88\x69\ \x1f\x9a\x9e\x7b\xe5\xd5\x57\x30\xc6\xed\x4e\x3f\x63\x59\x2e\x97\ \x8b\x92\x2c\xcd\x32\x62\x18\x19\x63\x5e\x21\x9f\xf3\xdc\xb5\xb5\ \x35\x9e\x65\x82\x73\xc1\x38\x82\x28\x4d\xd2\xc5\xc5\x79\x44\x69\ \xab\xdd\xce\xd2\x74\x34\x1e\x41\x84\x14\x04\x0a\x28\x01\x80\xe0\ \x0c\x02\x24\x84\xc6\x40\x61\x5a\x26\x82\x60\x32\x1a\x12\x0c\x05\ \x17\x95\x6a\xd5\xb1\x68\x38\x11\xbe\xef\xeb\x61\x58\x36\xb6\xf6\ \xf7\x9b\x9e\xeb\xde\x75\xf2\xce\x7e\xa7\x3b\x9a\x8c\xbd\x5c\x2e\ \xc8\xe5\x28\xa5\xa6\x69\x96\x8a\x45\x7d\x08\xe3\x38\x3e\x73\xe6\ \x4c\x12\xc7\x3a\x66\x4b\x0f\x17\x33\x0c\x83\x52\xaa\x67\x6a\xdf\ \x1a\x54\x82\x31\xba\xed\xc2\x9d\x0b\x35\x0e\x14\x21\x96\x9d\xab\ \x40\xc9\x21\x14\x08\xc8\x11\xe7\x71\x14\x09\xce\x80\xe4\x7e\x30\ \x8e\xb3\x84\x4b\x5e\x6b\x4c\x4d\xc2\x28\x89\x12\xc7\xb2\x72\xb6\ \x65\x22\x62\x59\x48\xc6\x11\x25\x38\x0e\x83\xaf\x7d\xf5\x2b\x08\ \x21\x96\xb1\x7c\x21\x4f\x30\xba\x72\xf9\x52\xa7\xdd\xaa\xd7\xeb\ \x08\x01\x05\x45\xbf\xd7\xfe\xae\xf7\x3f\xb6\xb9\xb9\x9e\x65\x71\ \x14\x45\xc3\xe1\xb0\x98\xf7\xc2\x8c\x71\x21\x33\x99\x04\x71\x6c\ \x99\xd6\x91\x63\xc7\x2e\x5d\xbe\xac\x10\x62\x52\x4a\x00\xe2\x34\ \xcd\xb2\xac\xe0\xba\x65\xaf\xb4\xb3\xb1\x13\x27\xf1\xa0\x3f\xf8\ \x9b\xc0\xdd\xb2\xc8\xe7\xff\xd2\x7a\xe2\xd7\xd8\xf7\x7f\x24\xfd\ \x77\xff\x56\x95\xcb\x20\x08\xbe\x1d\x81\x6c\x7f\x77\x77\xf9\xf8\ \x1d\xd5\x5a\x9d\xdf\xd4\x3f\xd0\x3b\xef\xba\xe7\xec\x6b\xaf\x4e\ \xc6\xe3\x42\xb1\x28\x95\xfc\x87\x83\xe8\x08\x02\x29\x15\x44\x18\ \xaa\xbf\x29\x6e\x27\xcb\x00\xc6\xec\x67\x7e\x46\x95\x4a\xf6\xcf\ \xfd\xbc\xf9\xc4\xaf\xb1\x4f\x7e\x12\x10\xfc\x8d\x60\x8c\xe5\x60\ \xc3\x21\x11\x4b\x30\xa1\x0a\x42\x44\x81\x61\x42\xa9\x52\x2e\x32\ \x84\x91\x94\x10\x61\x9a\xa5\x09\x53\x00\x03\x68\x62\x42\x21\xa0\ \xa6\x69\x99\x06\xc4\x58\x22\x12\xc4\x49\xa5\x5a\x4b\x98\xc8\xe5\ \xd3\xd9\x43\xb4\x52\xad\x4a\x6c\x4e\xe2\xcc\x72\x3d\x64\x5a\xa3\ \x20\x8a\xb3\x94\x60\x4c\x9d\x5c\x3d\x5f\x38\xe5\xe6\xdc\x9c\x8b\ \x09\x06\xd4\x50\x4a\x0d\x83\x40\x22\x6c\x38\xf9\x51\x10\x75\x87\ \x13\xa9\x24\x04\x40\x29\x64\x38\xae\xe1\xb8\x10\x42\x4c\x10\xa5\ \x04\x42\xb8\x7a\x7d\xc5\x30\xec\x6a\xa5\x1a\x4e\x82\x28\x0c\x30\ \x46\x06\x35\x58\x96\x5a\x84\x72\xc6\x00\x50\x49\x1c\x4b\x2e\x14\ \x04\x19\x4f\x21\x00\x42\x70\x08\x00\xa1\xd8\x30\x0c\x42\xa8\x76\ \xdc\x10\x42\xc2\x30\x8a\xe3\x48\x01\x45\x08\x05\x50\x49\xa0\xa4\ \x14\x94\x12\xc7\xb1\xb5\x04\x9e\x10\xc2\xb9\x00\x40\x31\xc6\x39\ \x17\x86\x69\x28\x25\x39\x67\xfe\x78\x92\x26\xc9\xdc\xec\x9c\x65\ \x59\x81\x1f\x98\xa6\xf5\xff\xb4\xf7\xde\xe1\x92\x5d\xd5\x9d\xe8\ \x5a\x3b\x9c\x50\x55\xb7\x6e\xec\xa8\x4e\xea\xa0\x6e\x85\x96\x5a\ \xad\x2c\xa1\x88\x40\x59\x88\x24\x99\x60\x3c\x8e\xd8\x60\xfc\x8c\ \xe7\x73\x18\xb0\x67\xbe\x37\xc6\xe0\xe7\x79\xcf\xd8\x62\x3e\xf3\ \x3d\xc3\x18\x8f\x07\x83\x09\x06\x21\x21\x40\x02\x94\x73\x56\xab\ \xe3\x55\xa7\xdb\xe1\xe6\x54\xe1\xa4\x9d\xd6\xfb\x63\xd7\x2d\xb5\ \x3a\x28\x34\x62\x9e\x10\xb5\x68\xd4\x25\x55\xd5\xa9\x7d\xf6\x39\ \xe7\xb7\xd7\xfe\xad\xdf\x5a\x4b\xca\x20\x08\xa2\xe3\xdb\x41\x22\ \xa0\x43\x02\x02\x40\xc6\x05\x0b\x39\xab\x56\x2a\x85\x2a\xac\x51\ \xd6\x5a\x00\x72\xd6\xa0\x33\x08\x4e\x88\x40\x0a\xe9\x00\x03\x26\ \xa4\x10\xe4\x48\x20\x32\x29\x1a\x46\x03\x40\x20\x65\x14\x04\x61\ \x14\x19\x6d\xbc\x6b\x3f\x33\x33\x5b\x1d\x1b\xaf\x54\x2a\x69\xae\ \x65\x5c\x72\xc0\xc6\xa7\xa6\x0d\xa1\x10\x01\x31\x5e\x18\x67\x93\ \x2c\x90\xb2\x54\x2e\x97\x2b\xa5\x2c\xcb\xba\xba\xba\x0e\x1e\x3c\ \xe8\xeb\x62\x1a\xad\xa5\x94\x5d\x95\x4a\x57\xa5\xc2\x39\xab\x35\ \x1b\x63\x13\xe3\x44\x54\xa8\x42\x48\x19\x06\x81\x25\x67\xc8\x12\ \x11\x6a\x04\x00\xce\x18\x93\x18\x48\x19\x06\x32\x49\x12\x20\x0a\ \xc3\x80\x21\x31\x84\x52\xb9\x04\x88\x69\x9a\x0e\x0e\x0e\x0e\x0c\ \x0c\x54\xbb\xba\x7c\xb5\x7d\x6b\xac\xce\x55\x6d\xba\x66\xb4\x1e\ \x1d\x19\xd9\xbf\x6f\x5f\x92\x24\xd3\xd3\xd3\x9c\xb1\x66\xa3\xb1\ \xb3\xd9\xf4\xd2\x58\x29\x25\x17\xc2\xfb\xef\x3e\xe7\xc0\xf3\x39\ \x5e\x68\x7b\xdc\xb5\x4e\xfc\xd7\x72\xed\x22\xc6\x82\x20\x36\x3a\ \x5b\xb3\x6a\x75\x20\xe0\xa9\x27\x1f\x53\x0c\x8b\xbc\x40\x20\xa5\ \x0b\x40\x47\x0c\x65\x14\x09\x11\x14\x85\x66\xc8\xc3\x20\x14\x00\ \x21\xc3\x22\x0c\x47\x94\xe2\xa5\x92\x14\xa2\x54\x2a\x25\x49\x92\ \x67\xd9\xd6\x2d\x5b\xb2\x2c\xdb\xbd\x6b\xd7\xbc\x79\xf3\x9c\xce\ \x83\x28\xe8\x1f\xe8\x4f\x9a\x0d\xa3\x0a\xb2\x14\xca\xd0\x68\x3b\ \x35\x3d\xdb\x55\xae\x88\x30\x8c\x83\xb0\xd2\xdb\x5b\x14\x79\x10\ \x47\x59\x91\xc7\x71\x9c\xa4\x49\x57\x57\x57\x10\x04\xfd\x03\xf3\ \xb8\x73\xce\xb8\x99\xe9\x99\x99\xe9\x19\x87\x47\x76\x62\x0a\x02\ \xdc\xb7\x2f\xfc\xd4\xa7\xdc\xca\x95\xc5\x67\xff\x8a\xfa\xfa\x20\ \xcf\x8f\x2f\x7a\xf9\xff\xbb\xa5\x59\xda\xd3\xdb\xef\x8b\x13\x01\ \x80\x35\x46\xc8\x20\x08\xc3\x34\x49\x7a\xfb\xfa\xde\x1a\xcc\x0c\ \x79\x82\xe5\x15\x68\x13\x21\x05\xe9\x46\xaa\xc2\x52\x65\x76\xe7\ \xbd\x3f\xdd\x1e\xbf\xeb\xc6\xf3\x84\xd6\x87\x7f\xc7\x5a\x28\x0a\ \xf3\xbe\xf7\x15\xfb\xf6\x87\x9f\xfa\x14\x5c\x76\x19\xdc\x78\xfd\ \x6b\x72\x20\x01\xca\xe5\x92\x52\x86\x8b\xa0\xd1\x48\xac\x75\x44\ \x30\x6f\xfe\x82\xb8\xd9\x04\x82\xac\xc8\x93\x24\x45\x5f\x14\x9c\ \x1c\x0a\xe6\x80\x94\xd5\x69\x9e\x23\x63\x88\x08\x0c\x95\xd6\xb5\ \x46\x5d\x19\x1d\x46\x41\x9a\xa7\xb5\x46\x2d\xcd\x73\x6b\x0d\x01\ \xee\xda\xbd\x13\x90\x10\xb1\x28\x0a\xbf\xb3\xf6\xdd\x18\xfc\x03\ \x6c\xac\x25\x47\x00\x0c\x08\x88\x1c\x11\x00\xb6\xfa\xad\x10\x91\ \x23\x67\x8c\x62\x1c\x17\x2f\x58\xb0\x60\xc1\x82\x72\xa5\x5c\x6b\ \x36\x4a\x61\xe4\xac\xb1\xd6\x14\xaa\x40\x06\x8e\x71\x02\x02\x44\ \xe7\x5c\xae\x14\x30\x28\x8a\x22\x08\x43\xc1\x85\xe1\x52\x06\x91\ \x9a\xa9\x35\x1a\x4d\x19\x84\xe5\x72\x9c\x24\x09\xe7\x5c\x1b\xab\ \x94\x76\x04\x5a\x6b\x43\x44\x40\xce\x39\xdf\x03\xc8\xab\x9b\xb5\ \x56\xfe\x29\xf0\x1c\x31\x32\x11\x06\x3c\x0a\x42\xa5\x94\x94\x32\ \x8c\xa2\xf1\xc9\xc9\x20\x0f\xca\x5a\x1b\x6d\xf0\x67\xb9\xf0\x88\ \xce\x3a\x64\x64\xc8\x35\x93\xc4\x5a\xe3\x1c\x79\x4e\xc6\x18\x6b\ \xad\xf3\x31\xea\x30\x0c\x45\x10\x12\x91\x56\x8a\xc8\x01\x63\xe4\ \x9c\xef\x54\x47\x44\x8c\xf3\x4a\xa5\x32\x3d\x3d\xed\x0b\x39\x70\ \xce\x8c\x31\xc6\xda\xa4\xd9\x24\xa2\x42\xa9\x3c\xcf\x95\x52\x45\ \x51\xe4\xad\x5c\x21\x74\x04\x04\xe0\x9b\xae\xf8\x66\xa1\xbe\x72\ \x40\x57\x57\x97\x5f\xde\x3c\xef\xe4\x35\x4b\x5e\x56\xe4\x53\x64\ \xfd\x9c\xb4\xa6\x65\x0e\x28\x7c\xe6\x9a\x07\x5f\x21\x04\x22\x93\ \x32\x28\x95\x31\x8e\x63\x5f\x5a\x60\x72\x72\x72\xf1\xe2\xc5\x42\ \x88\x7d\xfb\xf6\xf9\x33\xda\x31\xb8\x43\x69\xe3\xfd\x71\x63\x8c\ \x2f\xcc\xa9\xb5\x16\x42\x78\x09\x7c\xfb\xe0\xed\x00\x5b\xfb\xce\ \x01\x00\x21\xc4\x71\xe2\x3b\x02\x80\x2b\x74\x03\x49\xca\x72\x44\ \xa4\x47\xc7\x87\x23\xc9\xb3\x2c\xf3\x6a\x5a\xc6\x45\x33\x69\x3a\ \xe7\xaa\x95\x4a\xa9\x14\x77\x77\xf7\xf4\x56\xab\xa6\xd0\x92\x23\ \x3a\xeb\x88\x0a\xa5\x38\xf3\xb5\x04\x44\x77\x77\xb7\x0f\x0c\xf8\ \x06\x93\xce\xb9\xee\xee\xee\xac\x91\xa4\x59\xc1\x83\x68\x6a\xb6\ \x91\x29\x93\xa6\xa9\x73\x44\x28\xf2\x22\xe7\x42\x47\x3c\x60\xcc\ \xf6\x0f\x74\x6b\x5d\x72\xce\xf9\xe2\xa9\x4a\xa9\x72\xb9\x5c\x2a\ \x95\xac\x35\x1c\xf9\xc8\xf0\x70\x92\xa6\x5c\x08\xc1\x99\x38\x0c\ \x9b\x09\x31\xf8\xd7\xaf\xb1\x9d\x3b\xb3\xef\x7e\xc7\xad\x58\x81\ \xaf\xcb\x67\xe7\xc2\x20\x7f\x93\xf0\x1d\x08\xe0\x88\x08\x48\x69\ \x35\x35\x32\x41\x44\xe5\x4a\x65\x60\x60\x3e\x01\x59\x6b\x9c\xb5\ \xce\xda\xb7\x00\xb8\xc3\x21\xcf\xc9\x51\xde\x64\x4c\xd5\x0e\xfe\ \xf0\x9b\xff\xf4\x88\xdd\xf0\xa9\xdf\xbb\x45\xd5\x47\x86\x46\xfa\ \xc3\xb8\x24\x31\xcd\xd5\x11\xf8\xee\x1c\x58\xab\x7e\xf7\xa3\xe2\ \x87\x3f\x90\xb7\xde\xca\xce\xde\xf8\xaa\xce\x3b\x22\xe6\x85\x6e\ \x26\x39\x02\x68\x63\x1d\x90\xd1\x26\x8a\xe2\x8d\x1b\x37\x66\x69\ \x81\x8c\xed\xd9\xbb\xe7\xc0\x81\x61\xce\x18\x17\xc2\xe4\x1a\x91\ \x85\x51\x94\x6a\x2b\x84\x38\x61\xf1\xe2\x34\x53\x07\x0f\xec\x9b\ \x9c\x1c\x9b\x9a\x9e\xe6\x42\x58\x67\xb5\x31\x42\x0a\x63\xad\x73\ \x8e\x71\x4e\xce\x31\x40\x22\xe7\x9b\xde\x39\xe7\xbc\x6c\xdc\x0b\ \x51\xbc\x0e\x07\xda\x68\xee\x9c\x17\x53\x22\x22\x63\x1c\x80\xfc\ \x87\xc7\xc6\xc7\x06\xba\xfb\x1a\xcd\x44\x4b\x51\xcf\x67\x8a\x22\ \x37\x56\x1b\x63\x06\x06\xfa\xa8\x52\xd1\xda\x28\x63\x3c\xcc\x71\ \xce\x1d\x41\xa1\x94\x2f\x60\xc2\x38\xab\x74\x57\xd3\x22\xb7\x53\ \x93\x28\x18\x01\x15\x46\x15\x5a\xc9\x50\x86\x32\x06\x00\x95\x24\ \x59\x96\xf9\x56\x41\x5e\x9e\xe1\xe9\x63\x0f\x70\x04\x10\x86\xa1\ \x5f\x7d\x99\x10\xcc\x18\x6d\xb4\x25\xa7\x8a\x82\xaa\xfe\x71\xe1\ \x3f\xcb\x75\x07\xc6\x08\x88\x9c\x43\xc4\x2c\xcb\x88\x9c\x3f\x65\ \xdf\xee\xca\x5a\x0b\x8c\xb5\xb3\x40\x7d\x26\xa7\xe0\xc8\x38\x07\ \xf0\xaa\x53\x8f\xb1\xd8\x92\xc9\x97\x4a\x3e\x45\xbe\xd9\x6c\x0a\ \x21\x88\x28\x69\x36\x0f\x1e\x38\xe8\xc8\xf9\x03\xce\x81\xb2\x23\ \x72\x81\xec\x5e\xb4\x78\x61\xa3\xd1\x18\x1f\x1f\xf7\x4a\x15\xaf\ \xaa\x54\x4a\x35\x9b\xcd\x24\x49\xa4\x14\x5a\x2b\x39\xd7\x32\xc9\ \xc7\x03\x3c\xce\xfa\x2b\xe5\x41\xd9\x18\xe3\x9b\x6f\xf8\x24\x61\ \x21\x84\xb5\x76\x7a\x7a\xda\x3a\xb2\xd6\x20\xca\xbe\xbe\x3e\x22\ \x1a\x1b\x1b\xf3\x6d\xbe\x3d\x91\xd5\xa8\xd7\x91\x8b\x56\x13\x22\ \x29\xbd\x84\xc9\x3f\x05\xfe\x8a\xfb\x3a\xf2\x6d\x86\xdd\xdf\x39\ \xed\xdb\x43\x08\x71\xdc\x2e\x28\x91\xeb\x2a\xf3\x52\x1c\x2a\x95\ \xcb\x00\x6a\xb3\x53\x33\xd6\x06\x81\x34\x4a\x19\x63\x33\xa5\xf2\ \xbc\x20\xe7\xc2\x30\x34\x85\x06\x4b\x52\xc8\xa4\xd1\x4c\x8a\x3c\ \x96\x32\x96\x22\xcb\x33\xad\x0d\x10\xf8\x65\xcf\x2f\x6c\x3d\x3d\ \x3d\x51\x14\xed\xdb\xb7\xaf\x5e\xaf\x07\x52\x1a\xc2\xfd\xc3\xa3\ \x69\xa1\x73\x65\x9a\x59\x61\xad\x45\x2e\x82\xb8\x3c\xdb\x4c\xfa\ \xa3\xf2\x49\x2b\x4e\xcc\xb2\x2c\xcf\xf3\x24\x49\xfc\x92\xb0\x60\ \xc1\x02\xdf\x9d\xb8\x5e\xaf\x47\x32\x70\x45\x41\x44\x41\x14\xe2\ \xe1\xe0\xce\x18\x36\x9b\xe2\x8e\x3b\xec\x65\x97\x9a\xcb\x2e\xc3\ \x24\x79\x3d\xe1\x4b\xde\xd8\xf4\x48\xf3\x9e\x6f\x02\xd9\x37\x41\ \x31\x46\x22\xe7\xd4\xb2\x73\x81\x5f\x4e\x2a\xa7\x56\x82\x3e\x39\ \xeb\x00\x60\xdf\xd0\x9e\x66\xa3\xfe\x16\xa0\x65\xc8\x51\xa9\x5c\ \x5e\xba\x6c\x05\x17\x47\x0d\x11\x23\xe3\x38\xb9\x77\xf7\x4c\x2a\ \xcb\xb1\xb5\x00\x61\x14\x8c\x6c\xfd\xc9\xdf\xfc\xe5\xe6\x65\xeb\ \x2f\xbd\xf1\xca\xb3\x22\xd2\x87\x97\xbb\xd7\x9a\xba\xba\xf4\x6f\ \xfd\x16\xff\xf8\xef\xf3\xc7\x1f\xa3\x20\x78\xb5\x90\x35\xf3\xf7\ \xd9\xc0\xc0\xbc\x66\x92\x94\xcb\x95\x24\xcb\x77\xee\xda\x2d\x65\ \x40\x04\xa5\x72\x29\xcf\xf3\x97\xfc\x68\x72\x16\xa8\xd6\xac\xcb\ \xa8\x3c\x32\x3a\xd2\x48\xf7\x0c\xee\xdc\x9d\xe5\xa9\xb5\xda\x5a\ \x27\x03\xa9\xb5\x06\x86\x94\x03\x10\x19\xe7\xac\xb3\x0c\x91\x13\ \x11\x10\x63\x48\xe4\xd1\x81\x10\x99\xf7\xd4\x10\x90\x73\xe9\x7b\ \xb3\x79\x8f\xac\xd5\x9f\x6c\xce\x10\xd1\x92\x65\x40\x21\x13\xe5\ \x30\x04\xab\x03\x2e\x85\x14\x5c\x30\x00\xe0\x52\x10\xb4\xda\xdc\ \x28\xa3\x9c\x72\x42\xc8\x24\xcd\xa3\x38\x22\x20\xa5\xb4\x75\x80\ \xc0\x1a\xf5\xe6\xac\xad\x45\x61\xdc\xdb\xdb\x2b\x45\x24\x45\x90\ \x26\x79\x14\x96\xa4\x94\x8d\x7a\xd3\x3b\xa4\xc6\x18\x2f\xe1\x5f\ \xb0\x60\x81\xb5\xd6\xe7\x4c\x0e\x8f\x8e\x14\x4a\xf9\x67\xb8\x52\ \xa9\x0c\xcc\x9f\x87\x0c\xad\x31\x32\x08\x2a\x95\x0a\x21\x06\x61\ \x70\xfc\xdb\x47\x22\x04\x40\x44\x21\xa4\x60\xcc\x7b\x54\x59\x6a\ \x9d\x73\x5e\x59\xc8\x18\x43\xce\x05\x17\x45\x51\x64\x85\xe2\x5c\ \x30\xc6\x38\xf7\xf3\x63\x11\xd1\x39\xf2\x52\x13\x9f\x17\x9a\x65\ \xd9\xe8\xe8\xa8\x67\x30\xc2\x28\x0c\xe3\x88\x18\xab\x35\xeb\x04\ \x20\x02\x09\xaa\x70\x0e\x10\x88\xfb\x70\xb4\x35\xb5\x5a\x6d\x72\ \x72\x72\x62\x62\xc2\x18\xa3\xb5\xf6\xe0\xeb\xeb\x4c\x78\x76\x3b\ \x4d\x13\x0f\xdf\x7e\xc1\xf3\xaa\x76\xbf\x5d\x30\xc6\xcc\xb9\x25\ \xe8\x5f\xfb\x86\x10\xd5\x6a\x95\x31\x16\x45\x61\xad\xde\xac\xd5\ \x1a\xcb\x97\x2f\x9b\x3f\x7f\xbe\x77\xcf\xc7\xc7\xc7\x47\x46\x46\ \x8a\xa2\x08\x83\x90\x9c\x33\x4e\xfb\x15\xd4\x87\x8b\xfd\x8a\xde\ \xe2\x09\xa3\x48\x1b\xe3\x97\x58\x3f\x00\xff\x13\xad\x9d\x0a\x63\ \xc7\x9d\x3b\x46\x04\x8c\x61\x14\x31\x64\x86\x73\x17\x70\x51\x0a\ \x2b\x32\x08\x0e\xec\xcb\x1a\x8d\x0c\x80\x86\x86\xf6\x59\x6b\x81\ \xa0\x1c\x97\x94\x2a\x26\xa7\x26\xd1\x81\xb5\x56\x0a\xce\x18\x33\ \xce\x38\x22\xce\xb9\x3f\x73\x8f\xd1\xbe\xa6\x1b\x22\x36\x9b\xcd\ \x38\x8e\xcb\x7d\x7d\x16\x79\xad\x91\x58\x60\x4c\x84\xda\x35\xb4\ \xb6\xd6\x58\x19\xc8\x52\x57\x8f\x75\xe4\x57\xdf\xdd\xbb\x77\x2b\ \xa5\xd2\x34\x63\x0c\x07\x06\x06\x26\x27\x27\xeb\xf5\x7a\x14\x45\ \x18\x06\xb9\x2e\xe2\x30\x06\x1f\x6e\x39\xdc\x13\x4b\x12\xbe\x65\ \x4b\xf1\xe9\x4f\x43\xa9\x04\xaf\x19\xdc\x11\xb1\xc8\xd3\xc6\xbf\ \xff\xfd\xe2\x08\x64\x10\xd2\x9b\x00\x37\xc9\xb9\xfd\x4e\x1b\xeb\ \xc8\x5a\x68\x15\x5f\x71\x7e\x4b\xde\xdb\x3f\xb0\x70\xd1\xe2\xb7\ \x80\xe7\x4e\x00\x59\x9a\x26\x49\xb3\xbb\xa7\xf7\x68\x30\x41\x56\ \xdb\xc5\x67\x5e\xf6\x2e\x69\xff\xf9\x91\x29\x47\x60\x8d\x1b\x58\ \x79\xf6\x07\x6e\x3a\xe9\x3b\xff\xeb\x47\xcf\xac\x5e\x77\xd9\xea\ \x38\x57\x87\x4f\x02\x2a\x65\xce\x3d\x0f\x4a\x25\xb6\x75\x1b\x54\ \x2a\xaf\x3a\x86\x7a\xa3\x39\x33\x33\x7b\xfe\x85\x17\x16\x85\x09\ \xa2\x68\x74\x64\x74\xd3\xe6\xcd\xcd\x66\xea\x9c\x2b\x95\x4b\x0c\ \x31\x10\x52\x29\x6d\xac\x45\xc1\x41\x32\x60\x6c\x6c\x62\xfc\xb9\ \x2d\xdb\x1a\xcd\x34\x8c\x4b\x61\x29\xd4\xa6\x55\x19\x98\x71\xe6\ \x5b\x34\xb4\xdc\x52\x22\xc9\x19\x43\xdf\xce\xdb\x01\x81\xdf\xbf\ \x3b\xe7\x18\x43\x21\xbc\x4f\x6a\x19\x43\x44\x41\x44\x44\xce\x18\ \xd7\xca\xac\x22\x87\x80\xd6\xc7\xec\x8c\x9a\x9a\x9e\xea\x59\x71\ \x62\x1c\x48\x41\xa8\x80\x9c\x35\x8e\x68\x76\x76\x16\x7a\xc0\x3a\ \x0b\x0c\x8c\xd6\xca\x18\x2a\x74\x96\xe7\xa5\x6a\x55\xa9\x42\xc6\ \x15\xae\x6d\x48\x54\x2a\x97\xb5\x36\x04\x98\x17\x85\xb1\x86\x0b\ \xd9\x4c\xd2\xbc\x50\x42\x48\x36\xa7\xdf\xf0\x78\x51\x2a\x95\xbc\ \x66\xc6\xcd\x35\x58\x20\x47\xca\xea\x56\xa3\x89\x20\xb0\xd6\x05\ \x51\x18\xc5\x51\x18\x86\x33\xb5\x99\x99\x5a\xed\xb8\x81\x06\x00\ \xb8\x10\x52\x4a\xdf\x18\x91\xcd\x79\x82\x3e\x96\x88\x88\x48\x24\ \xb9\xe0\x82\x33\xce\xad\x75\xce\x59\x21\x65\x18\x86\x4e\x6b\xa3\ \x8d\xaf\x21\xed\x71\xb6\xed\xd2\x7a\xbd\x60\x14\x45\xf5\x5a\x7d\ \x7a\x66\x06\x10\xac\x73\x1e\x5b\xb5\x31\x44\x24\x85\x8c\xe2\x18\ \x91\xd5\x6a\xb5\x83\x07\xf6\xfb\xed\x54\x9a\xa6\xfe\x38\xbe\xa2\ \xba\x57\x1f\x12\x39\x1f\xd8\xf4\x64\x88\xbf\x6a\xde\x61\xf7\xaf\ \xfd\x7a\xdc\xee\x25\xe2\xa9\x1b\xce\x79\xa3\xd1\x08\xc3\x60\xc1\ \xc2\x85\x63\xe3\x93\x79\x9e\x6f\xdd\xba\x75\x62\x62\xc2\xaf\x01\ \x7e\x56\x3d\x52\x8b\x20\xf4\xad\x0d\xbd\x3a\xc8\x97\x96\xe4\x73\ \xf9\xc0\xfe\x8c\xda\xd2\x49\x00\xf0\x6f\x79\x88\xff\x99\xe6\x9c\ \xf3\x28\xe4\x46\x9b\x6a\x25\x46\x40\xad\x74\xa5\x52\x22\x20\xc6\ \x85\x05\x98\xad\xd5\x19\x17\x51\xc0\xbb\xab\xdd\xcb\xe8\x14\x44\ \x00\x00\x20\x00\x49\x44\x41\x54\x5c\x84\xda\x5a\x55\x28\xc9\x45\ \x7f\xdf\x3c\x4e\x54\x9b\x99\x52\x5a\x3b\x20\x04\xd0\x5a\xcf\xce\ \xce\x7a\x40\xf7\x40\xef\x09\xa5\x7d\xfb\x0e\x10\xa1\x75\xa0\x8d\ \x05\xb2\x8c\x09\x40\x1b\xc4\x41\x1c\xc5\xdd\xdd\xdd\x49\xda\x7c\ \xec\xb1\xc7\xad\x35\xcd\x66\x13\x11\xf3\x3c\x2b\x97\xcb\x63\x63\ \x63\x71\x1c\x37\x1a\x8d\xa2\x28\x42\x21\xfc\xd2\xee\x1c\x21\xc2\ \xe1\xe0\x0e\xd6\x42\x9a\xba\x93\xd6\xd0\xeb\xa4\xcf\x91\x71\x56\ \xaa\x36\xc7\x76\x70\xf8\x39\x54\x67\x3f\x0e\x35\x01\x39\xbd\x28\ \x57\xba\x20\x55\x38\x72\x44\xa4\x8d\xce\x55\xee\x79\x03\x7f\x67\ \xbc\x05\x58\x99\x52\xb9\x2c\xc4\x2b\x29\x3b\x11\xc1\x9a\x56\x43\ \x2a\x47\x50\xaa\xf4\xaf\x3c\x69\xdd\xaa\x25\xf7\xd5\x67\x9a\xc4\ \x4a\x47\xf9\x82\x31\xb4\x74\x09\x94\xcb\xd0\x68\x40\xb5\xeb\x35\ \x6c\xd8\xe4\xee\xa1\x7d\x83\x83\xbb\x4e\x5a\xbb\xae\xd2\x55\x11\ \x22\x78\xe6\xb9\xe7\xad\x35\x0e\x50\x1b\xdb\x53\xad\x22\x62\x10\ \x86\xe0\x5c\x18\x06\x8d\x66\x73\xcf\xbe\xa1\x42\xbb\x15\x2b\x56\ \x70\x11\xe5\x85\x2a\x55\xe3\xe9\xe9\xa9\xb1\xd1\x51\x21\x25\x97\ \xa2\x28\x8a\x72\xa5\x8c\x0c\x11\x11\x18\x13\x00\x7c\x4e\xde\x83\ \xd8\x0a\x2e\x78\x98\x10\x82\x0b\x11\x32\x14\xde\xa3\x9f\x7b\x98\ \xfd\xe7\xfc\xd6\x8d\x80\xa1\x25\x9a\x9d\x9d\xae\x27\xcd\x66\xb3\ \x49\x51\x98\x37\x92\xda\xec\x4c\xb5\xbb\xab\x14\x97\xa2\x38\xcc\ \xb2\x34\xcb\x32\x02\x2a\x8c\x66\x22\x60\xc8\x40\x19\x6d\x6d\xa6\ \xec\x40\x77\x57\x92\x66\xae\xc8\xb9\x10\x0e\x60\xfe\x82\xf9\x7d\ \xfd\xfd\x43\x7b\x87\x84\x31\x5c\x0a\x63\x6d\xa9\x52\xee\xd1\xbd\ \xcd\x66\xd3\x8f\xc7\x17\x1a\xdc\xbb\x77\x2f\x00\xd4\xeb\x75\x4f\ \xc1\x97\xab\x5d\x4e\x6b\x04\xcc\x8a\xc2\x4c\x4f\xc7\x71\xcc\x19\ \xcb\x8b\xa2\xde\x6c\x4c\xcf\xcc\x8c\x8c\x8c\x30\xce\x8f\x6b\x51\ \x27\x9f\x48\x55\xad\x56\x01\x89\x23\x02\x91\x52\x85\x7f\xf0\x5a\ \x82\x28\xa2\x20\x08\xfc\xbf\x0a\xce\x3d\xce\x02\x80\xe0\xdc\x1a\ \x74\xe4\xa4\x90\xed\xdc\x77\xc6\x58\x77\x77\xb7\x10\xa2\xd1\x68\ \x20\xe2\xcc\xcc\xcc\xcc\xcc\x0c\xe3\xac\x56\xab\x21\x22\x20\x48\ \x21\x9d\x73\x69\x96\xfa\x6c\x23\xa5\xb4\xb5\x86\x08\x0e\xa5\xce\ \x93\x24\xf1\x3b\xa7\x3c\x2f\xb2\x2c\x09\x82\x40\xcd\x6d\x5c\xa2\ \xa8\x95\xcb\xe6\x91\xf7\xd0\x17\x1e\x76\xbd\xfb\x4f\x44\x9c\x73\ \x63\xac\x35\x36\x8a\xc2\x89\x89\x09\x7f\x4c\xff\x31\x2f\x6d\xf4\ \xa3\xf5\x47\xf0\x3f\xe7\xb5\x12\x6d\x86\xdd\x39\x67\x8d\xf1\xcb\ \x92\xf7\x06\xc2\x30\xf4\xab\xd7\x5c\x39\x9a\xe3\x7f\xf0\x9d\xb3\ \xa1\xe4\x2b\x96\x2e\x91\x32\x30\xc6\x1a\x6d\x7d\x18\xc0\x3a\x07\ \xd6\x21\xe7\xd6\xaa\x52\x10\x05\x42\x3a\x40\xc9\x85\xe5\xd6\x92\ \x43\xce\x19\x10\xb4\xda\x56\xa3\x7f\x60\xfd\xe5\x58\xb8\x70\xe1\ \xfc\xf9\xf3\xa7\xa7\xa7\xb5\xd6\x33\x33\xd3\xc3\x23\xe3\x49\x9a\ \xd6\x9b\x8d\x42\xa9\x34\x4b\xcb\xe5\xb2\x71\x36\x4f\x8a\x34\xcb\ \x92\x2c\x0d\x02\x59\x14\x2a\xcb\x92\x38\x8e\x7d\x12\x83\x57\x94\ \xfa\xf3\xd2\x5a\xef\x1f\x3e\x18\x07\x32\x49\x5b\x29\x81\xc7\xd0\ \xb9\x1b\xf3\xba\x84\x8f\x44\x24\xc3\xa8\xff\x57\x3f\x55\x7f\xf0\ \xbb\x64\xcd\x9b\x21\xac\x4a\x8e\x54\x50\x55\x59\x8a\xce\xf6\xf6\ \xf6\x21\xa2\x52\x45\x91\x65\x4a\xab\x6a\x77\x4f\xff\xbc\xf9\xce\ \xbd\x15\x02\xaa\xce\x59\x5d\xa8\x57\x29\x1e\x4b\xbe\x56\x07\x10\ \x39\x63\x3c\xa1\xed\xe0\x15\x4e\xdf\xda\xd7\x58\x87\x40\x70\x5e\ \x2e\xc5\xc3\xc3\xc3\xf7\x3e\xf0\x40\x33\x4d\x2f\xbc\xf0\xe2\xe1\ \x91\x91\x52\xb9\x1c\x44\xf1\xfe\xfd\xfb\x05\x97\x59\x9e\x2b\xa5\ \x90\x39\x00\xaa\x84\x65\xc6\x78\xae\x8a\x53\x4f\xdb\x30\x6f\xfe\ \xc2\x99\x99\x7a\xaf\x08\x6a\xf5\x29\xab\x0b\xce\xc0\x39\x0d\xda\ \x32\x06\xcc\xf7\x24\x01\x42\x67\x1d\x01\x81\x3b\xec\x4e\x9b\x23\ \x5e\x18\x91\xe3\xdc\x01\xb4\x58\x63\x22\x22\x47\x87\x72\xbb\xe0\ \x10\x90\xfb\x78\x6c\xad\x5e\x8f\xc3\x81\x4a\xb5\xcb\x58\xdd\xd3\ \xd3\x33\x5b\xaf\x07\xa5\x10\x05\x67\x92\x73\x2e\x20\xcd\x08\x08\ \x11\xb5\x35\xb5\x7a\x53\x1b\x3b\x3b\x5b\xd3\xc6\xc9\x30\xee\x89\ \xe2\xa9\xa9\xa9\x72\x57\x77\x14\x97\x0b\x6d\x0a\x65\x18\x97\xc6\ \xd1\xfc\x85\x8b\xeb\xcd\xc4\x17\x8d\xf1\x38\xe2\x1d\xd8\x30\x0c\ \x19\x63\x5e\x84\xa7\x94\x22\x80\x22\xcf\x47\xd2\x94\x01\x96\x4a\ \x25\x29\x04\x13\x9c\x71\xb6\x78\xd1\xa2\x30\x0c\x8f\x5b\x5e\x8c\ \x88\x00\x1e\x9a\x49\x4a\xe9\x63\xc2\xed\xc7\x0e\x11\x38\xe3\x32\ \x90\x1e\xd1\x02\x19\x20\x32\xce\x10\xc0\xe5\x45\xae\x95\x72\xd6\ \x11\x27\x0f\x9a\xde\x8f\xf6\xf0\xe7\xab\x8a\x17\x45\x61\xc9\x49\ \x11\x20\x67\x3e\x50\x09\x0c\x01\x19\x18\xcc\x55\xc1\xa5\x60\x82\ \x31\xc6\xdb\x4c\x4b\xdb\x17\xf6\x48\xad\xb5\x8e\xa2\x50\x4a\xe1\ \xd9\x70\x3f\x15\x3e\xaf\xc7\x67\x5d\xf9\x78\x89\xff\xae\xef\x50\ \xe8\xc7\xd0\x68\x34\xaa\xd5\xea\xe4\xe4\xe4\xd0\xbe\x03\x66\x0e\ \xbb\xfd\x77\x3d\x90\x79\x4f\xdc\x5a\xcb\x5d\x2b\xc3\xd6\x4f\x7b\ \x1b\xd9\x3d\x17\xe7\x17\x1b\xbf\x78\xf8\xf4\x60\x4f\xb5\x43\xab\ \x29\xcd\xf1\x8b\xba\x11\x30\x10\x21\x67\x92\x33\x29\xc2\xd0\x49\ \x97\x17\x05\x20\x3a\x20\xc9\x38\x01\x31\xc6\x7b\xba\xbb\x3d\x63\ \xd6\xd7\xd7\xe7\x8b\xec\x3b\x72\x8d\x34\xd1\x56\x3b\x20\x2f\xee\ \xf0\xf8\xee\x37\x37\x7e\x60\x71\x1c\xcf\xce\xce\x28\x55\x30\x84\ \x72\x14\x2b\xad\xc8\x58\x81\x4c\x84\xd1\x6c\x3e\x6b\x0b\x5b\x0a\ \xa3\x28\x08\xe2\x38\xb2\x56\xfb\xda\x1b\xbe\x91\xac\x7f\x1c\x82\ \x20\x40\x44\xa3\x75\xa5\x5a\xcd\xf3\x5c\xe7\x85\x52\x4a\x1c\xce\ \x2a\x09\x41\x3d\x3d\x7c\xcb\x16\xf3\xbe\xf7\xbd\xbe\xf3\xb6\x26\ \x38\x61\xe5\x82\x5f\xff\x8b\x37\x4d\xa0\x11\xf6\xdd\x77\xcf\xae\ \xed\x5b\x96\x2d\x5f\x91\x25\x09\x01\x09\x21\x92\x66\xd2\x68\xd4\ \x85\x14\x59\x96\xbd\x45\x02\xaa\xaf\x5a\x53\x81\x08\x83\x52\x4f\ \xb7\x45\x70\x3c\xa8\xf4\x74\x97\x88\xb0\xdc\xd5\xc3\x22\x7e\xf4\ \xef\x05\x01\xdb\x31\x08\x49\x42\xfd\xfd\xaf\x0a\xf1\x04\xb8\x72\ \xcd\x49\xd3\xb5\x7a\x91\x17\xdb\xb6\xee\x38\xf5\xb4\xd3\x2b\x5d\ \xd5\x4b\x2f\xbb\xfc\xa1\x87\x1e\x9a\x9c\x9e\x39\xeb\x9c\x73\x25\ \xe2\xa6\x67\x9f\xed\xed\xad\x96\x2a\x71\xa1\xf2\x79\x8b\x16\x9c\ \x72\xea\x29\xbd\xbd\xf3\x26\x27\xa6\x85\x10\x59\x96\xd5\x66\x67\ \x2b\x71\xc9\x19\x5b\xab\xd5\xc8\x59\x02\xf0\x0e\x21\x30\x40\x64\ \x40\xe4\x9c\x39\xea\xc9\xb6\x7c\x34\x4b\x47\xfe\xf7\x76\x05\x41\ \x02\xb0\x60\xc9\x91\xb1\x26\xcb\x32\x5f\x95\xac\x52\x29\x49\x21\ \xb7\x0f\x0e\x32\x0e\x03\xf3\xfa\x0b\x5d\x70\x29\xc2\x28\xca\x8a\ \x22\x57\x05\x20\x33\xd6\x01\x32\x2e\x65\x99\xf1\xc9\x89\x91\x05\ \x0b\xe6\xd5\x6a\xb5\x89\x89\x89\xe9\xe9\x69\xef\x25\x55\x2a\x15\ \x0f\x5b\x49\x92\x38\x67\x3d\xb1\xeb\x81\xc3\xc3\x50\x1c\xc7\x4a\ \x29\xeb\x25\x2b\x82\x39\xc4\xa2\x28\xa2\x20\x6c\x36\x9b\xbe\x1c\ \xcd\xd8\xc4\xc4\xfc\x79\xf3\xe4\xcf\xc0\xb9\x23\xa2\x31\xb6\xd9\ \x6c\x2a\x95\x73\xc6\xd0\x47\x99\x9c\xf3\x94\xae\x33\x56\x06\x2d\ \x71\x11\x9f\x03\x5f\xc6\x18\x91\xb3\xd6\x91\x73\xbe\x31\xa1\x07\ \xf7\x36\x38\xb6\xeb\xbf\x07\x41\xd0\xce\x8d\xf2\x0e\x32\xe7\x5c\ \x32\x66\x8d\xf1\xce\xb5\x14\x02\x8c\x29\xe6\x88\x17\x4f\xb2\xfb\ \x2a\x60\xbe\x3d\x88\x31\x1a\x80\xbc\x97\xed\xe9\x11\x0f\x67\xfe\ \xf3\x7e\x96\xfc\x92\xdc\x0e\x93\xf8\x9a\xc9\xfe\xb5\xd2\x96\x0b\ \xe9\xd1\xdf\xd7\x14\xf3\xb4\x8c\x3f\x20\x6b\xf5\xce\xb6\x6d\xaa\ \xbd\x1d\x3b\xf5\x5f\xe1\x42\x48\x44\x3b\x77\x3a\x5e\x45\xd3\x6e\ \xb5\xfa\x33\x70\xee\xc4\x39\x0f\x64\x3c\x3e\x3a\x39\x36\x3e\xce\ \x38\x0f\x83\x50\x6b\xe3\x2b\xad\xfb\xf9\x17\x00\x5d\xe5\x0a\x39\ \x2b\x82\x30\x08\x43\x0f\xc1\x8c\x61\xa1\x95\xb6\x56\x5b\xe3\xb3\ \xab\xfc\x3e\xcf\x87\x0d\xda\x83\x97\x32\x88\xc2\xa0\x5e\xaf\x3b\ \xab\x55\x9e\x12\x59\xce\x20\x08\x03\x72\x95\x46\xb3\x81\x60\xa5\ \x60\xd5\x6a\x05\x11\x9a\xcd\xa6\x17\x68\x95\xcb\x65\x29\x65\xb9\ \x5c\xf6\xbe\x3f\x32\x74\x9e\x07\xe3\x9c\x80\x0e\x07\x77\xaa\x54\ \xec\xe9\xa7\xf3\xbb\xee\xc2\x4f\x7e\x92\x82\xe0\x75\x55\x92\x22\ \xa3\xcd\x5c\x73\xaf\x37\x83\x8a\xe4\xf4\xd3\xd7\x3f\xf9\xc4\x63\ \xbb\x76\xbe\x78\xc2\x92\xa5\x88\x58\xab\xcd\xee\xdf\x37\x74\xea\ \xfa\x33\xfa\xfa\xfa\xed\xf1\x16\x41\xfc\x85\x33\xab\x8a\xf2\x9a\ \xf3\x7f\xed\x24\x20\xd3\x28\xaf\xbb\xea\xd7\xd7\x81\xce\xe9\xb2\ \x77\x7f\x04\x80\x54\x61\x8e\x9c\x35\x12\x42\x3c\x70\x3f\x64\x99\ \x3b\xed\x34\xd8\xfc\xc2\xab\xee\x1b\xba\xba\xba\xba\xaa\xd5\xd9\ \x7d\xfb\xc7\xc6\xc7\x1f\x7e\xe8\xa1\x95\xab\x4f\x72\x44\x5b\xb7\ \x6d\x4f\xd2\xb4\xd1\x6c\x98\x2c\x8f\xc2\xb0\x50\x79\x44\x51\xa9\ \x5c\x3e\x69\xdd\x5a\x42\x3c\x30\x72\x70\x68\xcf\xfe\x72\xdc\x65\ \x8c\x9b\x9e\x9c\xaa\x56\x4a\x26\x57\x56\x1b\x40\x04\xf4\xea\x6d\ \x24\x07\xc0\xe6\x3c\xb2\x39\x9e\x8f\x88\x1c\x51\x2b\x32\x06\x2d\ \x01\xa4\x8f\xcc\x79\x67\x8c\xe0\x65\xcd\xa4\x08\x00\xb8\x04\x86\ \x44\xd4\x6c\x36\x6a\xf5\xba\xd1\x1a\xac\x21\xa2\x5a\xad\x26\x02\ \x4e\xe0\x9a\x69\x52\x8a\xcb\x4a\x69\xc6\xf9\x82\xfe\x81\xae\x6a\ \x4f\x9a\xe6\xd3\xd3\x33\x52\x84\x99\xce\x94\xd6\x59\x96\x3b\x47\ \x43\x43\x43\x44\x10\x86\xa1\x94\xc2\x37\xed\x6c\x36\x9a\xf5\x5a\ \xad\x5e\xaf\x97\xcb\x15\x2f\xf8\x2b\x97\xcb\xf3\xe6\xcd\x6b\x36\ \x9b\x41\x10\x14\x79\xe1\x88\x8c\x35\xc8\x44\xab\xda\xb8\xcf\xbc\ \x9f\xab\x19\x50\x6f\x34\xa4\x0c\x8e\x77\x3d\x07\xdf\x3b\x14\x00\ \x7c\x6b\x21\xbf\x6d\x41\x20\xe6\x81\x1e\xa0\x0d\x7b\x42\x4a\xe3\ \x5c\x92\x24\x51\x14\xc5\xa1\xe4\x8c\xa1\x10\x52\xb6\x18\x6a\x0f\ \xdc\x5e\xe8\xe2\xe9\xf5\x36\xcb\x01\x00\x61\x18\x7a\x7f\xb9\x4d\ \x80\x78\x6a\xbb\x4d\x5e\xb7\xe2\x1b\x73\xe6\x61\x57\x4a\xe9\xcb\ \x48\x00\x11\xb4\x16\xda\xd6\x07\xfc\xaf\x78\xac\xf7\x3b\xaa\x36\ \xdd\xef\xa3\xb2\x3e\x46\x1a\x46\x42\x29\xe3\x39\xfa\x2c\xcb\xb4\ \x52\xd6\x39\x6b\x4d\x9b\x51\xf1\xcb\x58\x7b\x61\x68\x2f\xf6\xed\ \x67\x9f\x01\x18\x22\x7f\x46\x44\x54\x14\x85\xff\x09\x2f\x6a\x3a\ \x6e\x45\x1f\x63\xa2\xbb\xab\xbf\xe6\x66\x93\x66\x6e\x6c\x6b\x84\ \x96\x0c\x00\x03\x68\x6d\x8e\xcb\x71\x89\x87\x61\x5f\xff\x80\x94\ \xc1\xde\x7d\x43\x88\x38\x6f\xa0\x5f\x08\x61\x84\x68\x2d\xb7\x42\ \x70\xce\x89\xc0\x47\x1a\x3c\xb3\x57\x14\x05\xf3\x1c\x15\x58\xce\ \x5c\x29\x0e\x89\x88\xa1\x13\x0c\x38\xa3\x40\xb0\x28\x94\x08\xc4\ \x18\xf7\xb7\x9f\x8f\xe4\xfb\x18\x55\x1c\xc7\xfe\x75\xb5\xda\xd5\ \x8a\xa5\x33\x94\xfc\xb0\xfe\xeb\xd6\x52\xb9\x6c\xde\xff\xfe\xe8\ \x13\x7f\x20\xbe\xf7\x3d\xf5\x91\x8f\xbc\x3e\xc1\xcc\x9b\xcc\x9f\ \x0d\x82\xf8\x9c\x73\x2e\x78\xe2\xf1\x47\x87\xf6\xee\xee\xae\xf6\ \x1c\x1c\x3e\xb0\xfe\xf4\x0d\x4b\x96\x2c\x33\xbf\x34\xc8\x7e\xb8\ \xbf\x7b\xf8\xdf\x47\x98\x94\x6c\x74\x54\xfe\xe3\x97\xe0\xf4\xd3\ \xed\xb9\xe7\xe2\x33\x4f\xbf\xea\x0a\xba\x6b\xd7\xce\x89\xf1\x71\ \xce\x98\x52\xd9\xe0\xe0\xe0\x81\xe1\x61\x72\xae\x59\x9b\x0d\x04\ \xdb\xb1\x75\x6b\xda\x6c\x0a\x29\x4a\xe5\xd8\x37\x81\x3d\xb0\x7f\ \x78\x70\xe7\x60\x5f\xef\x80\x51\x76\xf8\xc0\x48\x14\xc6\x1c\xcd\ \xcc\x74\xa6\xb4\x06\x86\xcc\xc3\x39\x00\x58\x60\x8c\x91\x75\xce\ \x39\x21\x39\x03\xb4\xce\x22\x32\x2e\x84\x8f\xac\xca\x50\x12\x39\ \xad\x4d\xa9\x54\x62\x8c\x2b\xad\x19\x22\xe7\x42\x1b\x0d\x04\x41\ \x20\x3d\x29\x2c\x83\xb0\x70\x16\x4c\x2e\xe2\xb8\x1c\x45\x5a\xe7\ \x61\x4f\x35\x0a\xca\xb3\xb3\xb3\xda\xe8\x3c\xcf\xa4\x14\x95\x38\ \x2e\x97\xcb\x99\x28\x7a\x7a\xfa\x06\xe6\xcd\x4f\x92\xcc\x86\x42\ \x70\xe4\x0c\x02\xc9\x16\x2f\x5e\xe8\x9c\x09\x23\xa1\x1a\x99\x90\ \x12\x19\xa5\x59\xd3\x58\x35\x5b\xab\xed\xdd\xb7\xdb\x18\xed\xcb\ \xd7\x68\xa3\x89\x9c\x75\x66\x64\x74\x44\x29\xd5\xd7\xd7\x4b\xe0\ \x10\x40\x48\xc1\xa4\xac\x74\x77\x4b\xce\x93\x24\x31\xd6\x18\x6d\ \x90\xb1\x20\x0c\x09\xe0\xb8\xd5\x32\x04\xed\x65\xaf\xe5\xfc\x32\ \x04\xe7\xe6\x96\x3b\x5f\xfc\x4c\x06\x80\x9c\x31\x1e\x04\x52\xa7\ \x99\xd6\x2a\x0a\x24\x67\x21\x32\xd4\x85\x35\xc6\x71\x6e\xb5\xd1\ \x3e\x16\x65\x8c\x29\x54\x21\x78\x0b\x7d\x3c\xa7\xe1\x69\x16\x1f\ \x9d\xf2\xb8\xac\x94\xf2\x38\xe2\x5f\xbb\x43\x16\x54\x21\xa5\xf2\ \xe5\xd2\x00\xf2\xa2\xa8\x56\x2b\x41\x10\xe6\x3e\x5f\xc1\x2f\xc1\ \xd6\xb5\x43\xb8\x00\x10\x45\x11\xa2\xaf\x04\x40\x9c\x33\xc1\x79\ \xe6\xac\x97\x36\x92\x2f\x1f\x8a\x20\xa4\xf4\x2a\x1a\xbf\x42\x38\ \xf2\xb5\xef\xc8\x3a\xc7\x05\xf7\x95\xda\x3c\x5e\x1f\x5a\x5a\x00\ \x00\x98\xcf\x28\x3b\x64\x01\xf0\x50\xe8\x59\x20\xbf\x62\x1d\xbf\ \xd7\xc8\x85\x6b\xe5\x05\x22\xe7\x5c\x08\xd6\x4c\xb4\x52\x45\x18\ \x06\xc8\x58\x1c\x08\x29\x45\x96\xe7\x5c\x0a\x11\x04\xcd\x34\x33\ \x5a\x2f\x5a\xb8\x50\x70\x8e\xe4\x8c\xd1\x81\x08\x18\x40\x51\xe4\ \x79\x5e\xa4\x69\x1a\x48\x39\x31\x3e\x8e\x8c\x49\x29\x18\xa2\xb5\ \xd6\x6f\x08\xc2\x28\xb4\xd6\x69\xad\xb4\xd6\x69\x9a\x10\x51\x14\ \x85\xe4\x5c\xb3\xd1\xb4\xae\x55\x4d\xd3\x3a\xe7\x27\x59\x29\xcd\ \x18\xf7\x3d\x6a\xfa\xfb\xfb\x94\x52\x8d\x46\x43\x20\x3b\x9c\x73\ \x47\x6b\xcd\xfb\xde\x67\xbf\xfe\xf5\xf0\xcf\xff\xc2\x6e\xd8\xe0\ \x4e\x3f\x1d\x7e\x61\xf1\xdd\x39\x1b\x46\xd1\xb9\xe7\x5f\xf8\xe8\ \xc3\x0f\xbc\xf8\xe2\xe0\xf9\x17\x5e\xb4\x64\xe9\xf2\x5f\x3e\x64\ \x7f\xcd\x26\x04\x38\x17\xfc\xcd\xdf\xb0\xad\x5b\xd5\x37\xbf\x49\ \xfd\xfd\x60\x5f\x7d\xdf\x56\x9f\x9d\x75\x46\x33\x70\xa1\x14\x92\ \xa3\xca\x12\x00\xea\xed\x2e\x23\x62\x28\x00\x4b\x61\x10\xc4\xe5\ \x4a\x65\x62\x62\xbc\xd9\xcc\x1a\xf5\x34\x14\x71\x5a\x4f\x11\x30\ \x10\xdc\x59\x65\x41\x6b\xad\x18\x63\x4e\x5b\xce\x79\x1c\xc5\x8e\ \x5c\x10\x84\x3d\xbd\x3d\xd6\xd8\x46\xbd\xde\x5d\x29\x47\x51\x34\ \x33\x33\x1d\x86\x51\x4f\x4f\x8f\xaf\x9f\xb7\x70\xfe\xfc\xbc\xc8\ \xa7\xa6\xa6\xe7\x77\x77\x87\x41\x38\x3e\x3e\x1e\xc7\xa5\x72\xa5\ \x3c\x7c\xf0\xa0\x73\xd4\xd7\xdb\x53\x37\xf5\x99\x7a\xd2\x5b\x8a\ \x03\xb2\x0e\x6d\xdc\x53\xae\x76\x75\x4d\x8e\x4f\x9c\x70\xc2\xa2\ \xfe\xf9\xfd\x69\xde\x1c\x98\xdf\xdf\xd7\xd3\xd3\x5b\xed\xae\xcf\ \xce\xcc\xeb\xeb\x29\x72\x25\x02\x31\xb2\x7f\xf7\xe8\xe8\x18\x01\ \x96\x2a\xe5\x46\x7d\xc6\x5a\xeb\x80\x18\x17\x85\xce\xca\x5d\xf1\ \xfc\xf9\x0b\x66\x66\x67\x2c\x29\x6d\x0b\x19\xb0\xc9\xe9\xf1\x20\ \x96\xc6\x09\x63\x0d\x72\x62\x92\x21\xc7\xa9\x99\x49\xad\x75\x9a\ \x27\x69\x9a\x32\x81\x64\x5d\x5e\x24\x6b\x4e\x5c\x59\x8e\x4b\x23\ \x23\x23\x49\x92\xe4\xaa\xa8\x54\xbb\xb4\x35\xc6\xda\xe3\x8e\xf9\ \x20\x20\x01\x21\xba\x30\x0c\xb8\x40\x20\x70\x5a\xe7\xb9\x71\xce\ \x22\x82\x97\x8d\x22\x13\x96\xc0\xa3\x35\x03\x27\x10\x38\x90\xb3\ \x16\x90\x29\x4b\xc8\x39\x72\xc6\x38\x37\xce\x36\xd3\x44\x4a\x09\ \x8c\x15\x5a\x09\x29\x38\xe3\x0c\xb9\xc7\xc1\xb6\x76\xb0\xad\x65\ \x6c\x93\xda\xc8\x39\xf7\x14\x36\x62\x96\xe7\x4c\x08\x21\x84\x03\ \xe0\x42\x38\x63\x08\x79\xa1\x0d\x13\xd2\x01\x02\x11\x01\xf3\x31\ \x7d\xe3\x40\x5b\x02\x72\x98\xa7\xd6\x6a\x72\x96\x31\xee\xc8\x11\ \x59\x29\xb8\x35\x0a\x43\xc9\x38\x57\xd6\x11\xb2\xc2\x97\x81\x13\ \xc2\x5a\x8b\xc8\x8c\x75\x84\x8c\xcd\x25\x07\xf8\x75\xd1\xcd\x6d\ \xd4\x3c\xbf\xe4\x07\x29\xd0\x8f\x0e\xda\xc1\x98\x76\xd5\x8d\x56\ \x80\xe1\x67\x79\x4c\x18\x04\x91\x5c\x78\xc2\x82\x2c\x4d\x19\xc3\ \x5a\x6d\xd6\xd5\xb5\x60\xc0\x80\x9c\x33\x71\x58\xb6\xba\x90\x32\ \x74\x04\xb9\xb2\x3c\x88\x09\x05\xe3\xd2\x1a\x63\x8a\x9c\x19\x2b\ \x02\x90\x02\xc1\x99\x22\x4b\x9c\x51\xa5\x38\xe4\x0c\x8a\x22\xeb\ \xef\x5d\x30\x99\x67\x42\x48\x19\xc6\x22\x8a\xb9\x0c\x98\x20\x42\ \x9e\x24\x09\x31\x61\xb4\x31\xc4\x10\x40\x04\xa1\x40\x24\xe4\x69\ \xae\xf2\x42\x27\x59\x2e\x82\x08\xb9\xe0\x32\x60\x5c\x0a\x21\xc9\ \x42\x20\xc2\xee\x2e\x9e\xa6\xe9\x11\x01\x55\xad\xa9\xbf\xaf\xf8\ \xdc\x67\xe3\x0f\x7e\x28\xfa\xe4\x1f\x65\x5f\xfc\x07\x5a\xbd\x1a\ \x7e\xa1\xea\x85\xbd\x7c\x2b\x62\xc3\x30\x3c\xfb\x9c\xf3\x9b\xcd\ \xc6\x82\x85\x8b\x3a\xc8\x7e\x2c\xcf\x1e\x82\x00\xac\x0d\xbe\xf8\ \xc5\xe0\x4b\x5f\x56\x7f\xf8\x87\xe6\xea\xab\x61\x62\xf4\xb5\x7c\ \xb5\xbb\xbb\x5b\x29\x55\xab\xd5\xa2\x28\xaa\x56\xbb\x7c\x80\x31\ \xcf\x73\x29\x65\x57\x57\x57\x10\x06\xb3\xf5\xe6\xc4\xe4\x98\xb5\ \xd6\x18\x0d\x00\xc6\x98\x43\x36\xc5\xe4\x48\x13\x59\xc6\x3c\xf3\ \x4b\x59\x9e\x68\x6d\x84\xc8\x94\xca\x88\x48\xe5\x85\xc9\xd3\x20\ \x0c\x93\x24\x41\xac\x4f\x4e\x4e\x78\x65\x45\x92\x26\x9e\x0d\xd8\ \xbd\x67\x17\x43\xe6\xc8\xe1\x2c\xce\x35\x36\xa2\xa9\xe9\x89\x30\ \x0c\x94\xd2\x43\xfb\xf6\x6a\x6b\x38\xe7\x49\x33\x1d\x1d\x19\xad\ \x56\xba\x3c\x93\x90\x67\x79\x57\x57\x55\x08\xd9\xa8\x35\xf2\x34\ \x9b\x99\x9e\x41\xce\x98\xca\xf3\x2c\x8d\xe2\x48\x6b\x45\xce\x00\ \x19\x04\x42\x60\x5a\x69\x5d\x68\x04\xb4\xc6\x74\x95\x2a\x64\x5c\ \x9e\x67\x1c\xb9\x73\x9e\xc4\x40\x6b\x9d\x94\x32\x08\xc2\x34\xcd\ \xe6\xe2\xab\x0e\x91\x11\x59\x70\x84\x04\xfb\x87\xf6\xa5\x59\x6a\ \xb4\x41\x02\x24\x28\xb2\xdc\x58\x93\x26\xe9\xd4\xe4\xe4\x71\xf3\ \xbf\xce\x5a\xe7\x5c\x14\x85\x88\x31\x92\xcb\xb3\x2c\xcd\x52\x9f\ \xb7\xea\xd9\x35\x64\x8c\x21\xb6\x2a\x26\x56\xba\xe2\x28\xf6\xac\ \x77\x51\x14\x5e\x4c\xd2\x26\xac\x19\x32\xc6\x58\x14\x86\x0a\x51\ \x29\x55\xb8\x96\x93\xdb\x06\x47\x2f\x79\xf4\x8c\x8a\x27\x3a\xcc\ \x1c\xd5\xde\x4e\x0e\xf2\x41\x08\xff\x13\xce\xda\x2c\xcb\xda\x32\ \x76\x2f\xfc\x6f\xa7\xa1\xfa\x2f\x5a\x87\xfe\x0f\x32\x24\x60\x5c\ \x48\x66\xac\xd6\x26\x49\xf3\x52\xa9\x84\x80\x5e\x9f\xde\x4e\x67\ \xf5\xa8\xdd\x26\x5e\xbc\x02\xb5\xfd\x6e\x9b\x8e\x47\x44\x72\x8e\ \xcf\x51\x46\x87\x5a\xfb\xa4\x3c\x73\x75\x9c\xd3\x4e\x2e\x57\x45\ \x6f\x5f\x5f\xb5\x5a\x45\x04\xa3\xd5\x53\x4f\x3f\xed\x9c\x65\x5e\ \xeb\x69\x9d\x60\x3c\x08\x03\x12\x02\x11\x4b\xe5\xf2\x49\x6b\xd6\ \x02\xd9\x50\x72\x29\x04\x12\x21\x02\x11\x02\x31\x86\x02\x81\x01\ \x21\x43\x51\xed\xea\x39\x58\x3f\xb0\x7f\xdf\xb0\x73\x4e\x6b\x43\ \x0e\x7c\xfa\x85\xd7\x1a\x19\x6b\xeb\xf5\x46\x8b\x98\x44\x54\x5a\ \xb7\xe9\x38\xcf\xc9\xf8\xe8\x05\x63\x0c\x10\xf3\xbc\xe0\x08\x45\ \xa1\xfc\x4e\xeb\x68\x6a\x99\x3c\xb7\x17\x5c\x90\xfd\xfd\xdf\xc5\ \x1f\xfb\x58\xe9\x83\x1f\xca\x6f\xfd\x7b\x7b\xf1\xc5\x90\x24\xf0\ \x46\x44\x20\xdb\x93\xfe\xf3\x78\xf7\xa8\xea\x46\x6b\x6d\xb9\x52\ \xa9\x76\xf7\x68\xad\x5e\x81\x5e\x68\xa7\xea\x1d\x43\x99\x00\xff\ \x3b\xc7\xfc\x5a\xde\x7d\x23\x43\xcf\xa5\x12\x36\xea\xc1\x67\x3f\ \x17\xfc\xfd\xad\xfa\xc3\x1f\x52\x7f\xf6\xa7\x8c\xf3\xd7\xe2\xb6\ \x03\x40\x5f\x5f\x9f\x52\x6a\x7a\x7a\x3a\x0c\xc3\x79\xf3\xe6\xf9\ \xa4\x92\x5d\xbb\x76\xf9\x92\x7e\xc6\x9a\x6a\x4f\x77\x92\x36\x6a\ \x69\x93\x0b\xae\x4d\xde\x22\x6a\x5b\x45\x13\xc8\x39\x85\x08\xbe\ \x8c\xbb\x23\x2b\x9c\x87\x00\x9d\x24\x1a\x10\xc9\x39\x9d\x6a\x96\ \x67\xe4\x1c\xe7\xc2\xd8\x56\x56\x6a\xd2\x6c\x30\xc6\x04\x17\xe4\ \xac\x31\x56\x08\xee\x7d\xb7\x38\x2e\x01\x10\x63\xdc\x39\x27\x83\ \x20\x08\x03\x2f\xd0\xf6\xad\xdd\x96\x2d\x5b\x56\x2e\x97\x9f\x78\ \xe2\x89\x50\xc8\x66\x92\xe8\x30\x5c\xb7\xe6\xa4\x22\x4f\x8d\xb5\ \xda\xe8\x20\x0c\x83\x28\x56\x5a\x3b\x22\xc6\x59\x9e\x67\xc6\x58\ \xe7\x50\x6b\xc5\x1c\x21\x43\x81\x4c\x84\x22\xe8\xed\x43\x86\x8d\ \x46\xf3\xe0\x81\x03\xcd\x2c\x8d\xa2\xc8\x7b\x97\xd5\x6a\xd5\xab\ \x41\xba\xbb\xbb\x83\x20\x18\x1f\x1f\xcf\xb2\x4c\xe9\xa4\x14\xc7\ \xba\x28\x04\xf2\xae\x9e\xb2\x35\x36\x0a\xc3\x40\x4a\x00\x6c\x26\ \x8d\xe3\x27\x07\x10\xb5\x52\x8d\x5a\x4d\x70\x64\x4c\x30\x20\x20\ \xe7\xeb\x8c\xbf\x4c\x23\xe5\x9c\x52\x6a\x76\x76\x36\x8e\x63\x4f\ \x4d\xb4\x53\xf0\xa1\x55\x1c\xf1\x65\x3a\x13\xcf\x81\x78\xa0\xf4\ \x25\x07\xda\x31\x4f\x29\x65\x3b\xca\xca\x18\x63\x0c\x7d\x5a\x6f\ \x5b\x26\xdf\x76\x8d\xfd\x4f\x14\x45\xe1\x59\xf5\xb6\xf4\x5e\x4a\ \xd9\xbe\xf4\x40\x60\xad\xb1\xd6\xb5\x9f\x0c\xe7\xc8\x97\x4a\x2f\ \xf2\x1c\x10\xa2\x52\x97\x5f\x72\xfc\xc0\xfc\x83\xd0\x06\xf7\x43\ \xf2\x90\x99\x5f\x4d\xdb\xcf\x17\x63\x8c\x10\x69\xee\xec\xda\xba\ \x49\xbf\x0b\x69\xc7\x87\x8f\x3b\x8c\xe7\x9c\xdb\xb7\x6f\x5f\xa5\ \x14\x3b\x67\xa3\x30\x44\x24\xad\x54\xab\x22\xa4\xd7\xea\x30\x56\ \xe4\x45\x66\x72\x4d\x13\x95\xc2\x72\x19\x00\x51\x52\x4b\x95\x36\ \xc6\x38\x02\x64\x8c\x1b\x47\x8c\x48\x5b\xeb\x08\x1c\x90\x03\xca\ \x0b\xa5\xb4\xe2\x8c\x37\x93\xa6\xb6\xd6\x57\x4c\xf1\x8e\xa9\xd7\ \xbc\xce\x15\x2b\xe6\xaa\x28\xda\x98\xee\xd7\x4e\xff\x42\x4a\x69\ \x8d\x49\x92\x24\x10\xdc\x47\x2f\x88\x48\x1c\xdd\x8f\xcb\x73\x7b\ \xfd\xf5\x59\x10\x44\x7f\xf4\x1f\xe3\x9b\x6e\x2a\x3e\xf3\x19\xfd\ \x2b\xb7\x40\xa5\xeb\xb5\xb8\xf0\x7e\xde\x8f\xda\x9f\xd0\xcb\xf5\ \xdb\xca\xd3\x23\xdf\x4d\x92\x44\x4a\xd9\xbe\x12\x87\xbd\xdb\x6c\ \x36\xbd\xfa\xe7\xa8\x47\x6e\x36\x1a\x51\x1c\x1f\xf5\xca\x39\xe7\ \x1a\x8d\x99\x72\xb9\x7c\xac\x6b\xe6\x97\xc1\x38\x8e\x8f\xfa\xbb\ \x45\x51\x00\x51\x18\x45\x47\x7d\x37\x4d\x53\xaf\xb8\x3a\xbe\x33\ \xf2\x12\xe0\xa3\x8e\xaa\xd1\x68\x94\x4a\xa5\x63\x41\x80\xcf\xd2\ \x7c\x03\xa8\x18\x29\xf9\xb3\xcf\x06\xff\xf9\x3f\x8b\x9f\xde\x53\ \x7c\xfc\xe3\xfa\xcf\xfe\x94\x2a\x95\xd7\xd8\xb2\x03\x01\x2b\x5d\ \x95\x68\x36\x2a\x97\xcb\xd5\x6a\xd5\xf7\xea\xf4\xe8\x30\x35\x35\ \xc5\x39\x5f\xb0\x68\xe1\xc1\x91\xfd\xa5\x52\x34\x39\x39\xce\x78\ \x68\x8c\xe2\x9c\x33\xe6\xdb\x67\x72\x44\x64\x3c\x08\x02\xd9\x06\ \x91\x39\x54\xa2\x36\xb9\xec\x0c\x39\x22\xce\x58\xab\x6a\x2b\x42\ \x20\x03\x40\xe0\x8c\x33\xc6\x02\x5f\xfa\x5d\x0a\x6b\x9d\xb5\x86\ \x21\x6b\xab\xfa\x8c\x31\x79\x51\xf8\x3d\x81\x94\x52\x15\x6a\x78\ \x78\xb8\xd1\x68\x20\xe0\x19\x1b\xce\x14\x82\xd7\x66\x6b\x03\xf3\ \x06\x22\x19\x00\x43\x6b\x2d\x21\x18\xeb\xd2\x34\x49\xb2\x54\x6b\ \x5d\xed\xee\x09\x83\x40\x30\x41\x8e\xfc\xcd\xdc\x16\xe1\x18\x6b\ \xf6\x0d\xed\x1b\x39\x70\xd0\x69\xa3\x99\x31\xd6\x00\x60\x77\x77\ \xf7\x29\xa7\x9c\x92\xe7\x79\xad\x56\x9b\x9e\x9e\xf6\xc8\x18\x88\ \x60\xe9\xe2\x13\x4e\x3c\xf1\x44\x1f\x2a\x84\xb9\xe2\x37\x08\x98\ \x24\xcd\x35\x2b\x57\x1d\xef\x56\x92\xb8\x94\x84\x98\xe7\x05\x40\ \x21\x18\x86\x47\xe4\x12\xfb\x07\x5e\x6b\x3d\x35\x35\xd5\xc6\x38\ \xaf\x0b\xf4\x45\x77\xdb\xca\xc5\x36\xeb\xe2\xbd\x6c\xaf\xe0\xf4\ \xc9\x41\xfe\x1a\xf9\x4f\xb6\xb2\x82\x11\x95\x52\x2d\x26\x6d\xce\ \x5f\xf6\x7a\x21\x3f\xcf\x1e\x70\xbd\x20\xc4\xb6\x6a\xf4\xf3\x76\ \xda\xf0\x1c\x44\x5b\x4b\xb6\x05\x87\xe4\x47\xcb\x3c\xd3\xa3\xb5\ \xd6\xda\x48\xd7\x0a\x94\xfb\x85\xc1\x27\xf8\xbc\x5c\xd2\x15\xb4\ \x1f\x8d\x76\x74\xb1\x8d\x80\x38\xb7\x65\xf1\xcb\x83\xcf\xab\x6a\ \xaf\x0d\xc7\xbd\xa6\x12\x91\x14\xc2\x58\x33\x36\x36\xaa\x94\x62\ \x9c\x75\x77\x55\xac\x73\x80\xc8\x58\x2b\xa4\x8f\xc8\x80\x73\xb4\ \x6e\x7c\x7c\x6c\xf7\xd0\x3e\x42\x2e\x18\x06\x82\xf5\x76\x95\x95\ \xd1\x4c\x70\x62\x88\x9c\x05\x61\x88\x8c\x13\x02\x32\x96\x66\x19\ \x30\x0c\xc2\xc8\x18\x9d\x24\x89\x36\xd6\x27\xeb\x7a\xc1\xa8\xef\ \xee\xab\x94\x4a\x92\x24\x0c\x43\x5f\xac\xdf\xe7\x9a\xb5\xcb\xa2\ \xf9\xf2\x0f\x41\x10\x06\x41\xc0\x18\xf7\xb2\x48\x44\x14\xc7\xdc\ \xa7\x2b\x65\xaf\xbe\x2a\x5b\xb6\x3c\xfc\x93\x3f\x89\x3e\xf6\x71\ \xfe\xc3\x1f\xea\x4f\x7f\xda\x6c\xd8\x80\x00\xaf\xd0\x52\x99\x73\ \x3e\x3e\x3e\x6e\x8c\x59\x7c\xc2\x09\x47\x2a\x52\xc2\x30\xdc\xf4\ \xfc\xf3\x71\x1c\x9f\x7c\xca\x29\x47\x02\x53\x18\x86\x8f\x3d\xf6\ \xd8\xd2\x25\x4b\x96\x2d\x3f\x0a\x33\x1e\x86\xe1\x03\xf7\xdd\x77\ \xda\xfa\xf5\xfd\x03\x03\x47\xfa\xb3\x42\x88\xc7\x1e\x7b\xec\xfc\ \x0b\x2e\x28\x97\xcb\x47\xc2\x28\x63\xec\xd1\x47\x1e\xb9\xe2\xed\ \x6f\x3f\x2a\x8c\x0a\x21\xf6\xee\xdd\x3b\x39\x39\x79\xd1\x45\x17\ \xe5\x47\x54\x49\x93\x52\x6e\xdd\xba\x15\x88\xce\xd8\xb0\xc1\xef\ \x3d\x0f\x1b\xd5\xd3\x4f\x3d\xd5\xdf\xdf\xbf\x7a\xcd\x9a\xa3\x9e\ \xd1\xc3\x0f\x3f\xbc\x6a\xd5\xaa\xc5\x8b\x17\x1f\xb9\xda\x49\x29\ \x9f\x78\xfc\xf1\x8d\x67\x9d\xd5\xd3\xd3\x73\xe4\x19\x71\xce\x1f\ \x7b\xf4\xd1\x8b\x2f\xb9\x24\x38\x46\x0d\x80\x1d\xdb\xb7\xaf\x5c\ \xb5\xea\x67\x82\xf5\x30\xc4\x89\x09\xf9\x3f\xff\x25\xf8\xfc\xe7\ \x81\x28\xff\xc2\x17\xf4\x87\x3e\x08\x9c\x83\x52\xc0\x85\x77\xc1\ \xb4\x56\x7e\x3e\xd5\x21\xba\xb7\x43\x77\xa9\x7b\xf7\xec\x9d\x98\ \x98\xf0\xe3\x57\x4a\x4d\x4d\x4d\x8d\x8d\x8d\x8d\x8e\x8e\xa6\x69\ \x2a\x38\x37\xce\xec\xd8\xb1\x7d\x76\x76\x06\xc0\x29\x95\x7b\x35\ \x00\x32\x8f\xe0\x16\x11\xbd\x72\x00\x11\x7d\xb6\xbc\x75\xd6\x1a\ \x0b\x73\x72\x60\x6b\x2d\x0f\x04\x23\x02\xc4\xc2\x68\xff\x58\x26\ \x59\x26\x84\x70\xe4\xc8\x11\x27\x60\xbc\x25\x88\x27\x47\x79\x91\ \x73\xc6\x09\xc8\x1a\xeb\x4b\x89\x39\x87\x5a\x69\x22\x12\x42\xce\ \xce\x1c\x58\xb8\x70\xe1\xbc\x81\x81\xfd\xfb\x0f\x54\xab\x55\x70\ \xb4\x6b\xe7\x2e\xe7\x8c\x56\x3a\x2c\xc5\xc8\x58\x92\xa6\xcd\xa4\ \x89\x88\x85\x52\xc6\x39\x74\xae\x24\x4b\x46\x9b\xb6\x74\x1a\x11\ \x55\x51\x34\x9a\xcd\xe9\xe9\xe9\x34\x4d\xc3\x20\x2e\xb4\x36\xd6\ \x58\x9b\xee\xd9\x33\x94\xa6\xf9\xfe\xfd\xfb\x0f\x1e\x3c\xe8\xdd\ \x17\x29\xa5\x2b\xd2\xd1\xe1\x11\x8e\x0c\x00\xb4\xd2\x8c\xa1\x90\ \xd2\x97\x7a\xaf\xd7\x1b\xcb\x97\x2f\x3f\xac\x02\x33\x11\x69\xad\ \x8a\xa2\xf0\x19\x3d\x5e\x53\xd8\x7e\x7d\x88\x4f\x4e\xd6\x5a\xd0\ \x4a\x71\x46\x44\x8a\xc8\x59\x9b\xe7\x39\x39\xd3\x56\xb6\x28\x4d\ \x03\xf3\x84\x68\xa5\x0b\x79\xa4\x43\x2f\xbf\xcb\x8b\x5c\x17\x85\ \x14\x2d\x11\xa4\xd6\xa6\xed\xe6\xfb\xeb\x98\xa6\xa9\x7f\xed\xb1\ \x43\x29\xd5\xd3\xd3\xd3\xd5\xd5\x65\xac\xe5\x8c\x15\x45\x31\x35\ \x99\xe5\x59\xea\x77\x03\x59\x96\x79\x2d\xbc\x5f\x21\x10\xb1\xc8\ \x0b\xcf\xe4\xb4\xeb\xc6\xf8\xdf\xf5\xf1\xcf\x76\x8d\xa0\x96\x40\ \xdb\xb6\x94\x94\x59\xa1\xad\x35\x5a\xdb\x88\x89\xb6\xca\xc5\xaf\ \x31\x9e\x4c\x6f\x15\xcc\x41\xf4\xd9\x0c\x4a\x29\xaf\xa3\xca\xd2\ \xd4\x6f\x4a\x88\x40\x4a\x11\x86\x21\x9b\xe3\xdf\x3d\xb7\xe3\xb3\ \x10\xfc\x17\x8d\xd1\x42\x88\xb9\x4d\xc3\x4b\xf2\x59\x5f\xda\xac\ \xad\xa8\xf1\xc7\x6f\xaf\x49\x2f\xa9\x6c\x19\x53\x85\x6a\x34\x1a\ \x52\xca\x2c\x4d\x4b\x51\xe8\xb7\x38\x52\x70\xe7\x1c\x12\x8d\x8c\ \x8e\x75\x55\xbb\x17\x2c\x5e\x92\x1e\x1c\x69\xcc\xce\x8a\x20\x94\ \x82\x3b\xc1\x75\x14\x36\x9a\x69\x92\xe4\x96\x18\x43\x5e\x2e\x77\ \x09\x3e\x93\x26\x39\x00\x2b\x0a\x0d\xc0\x9c\x73\xc6\x38\xad\x8d\ \xb1\x36\x08\x82\x9e\x9e\x9e\xc9\xc9\x49\x44\x5c\xba\x74\xa9\xdf\ \x06\x19\x63\xc6\x46\x47\x7d\x63\x99\xda\x6c\x4d\x69\x95\xa6\xa9\ \x9f\x73\x2f\xf4\x6c\x34\xea\x08\x24\x18\xe4\x79\xa1\x94\xe2\x9c\ \x8b\x57\xe2\x61\xb3\xdc\x9d\xbc\x2e\xfb\xea\x57\x83\xaf\x7c\x25\ \xf8\x6f\xff\x4d\x5e\x7d\x8d\xfa\x8d\x5f\xd7\xbf\xfe\x1b\x6e\xcd\ \x6a\x00\x38\x6a\xbf\x1e\xef\xab\x16\x45\xb1\x64\xe9\x52\x7b\x34\ \x0f\xba\x5c\x2e\x1f\xd5\x6d\xf7\xef\x56\xab\xd5\x57\x78\xb7\xbb\ \xa7\x47\x08\x71\xac\x45\xb5\xa7\xb7\x97\x1f\x3b\xdf\xaf\xb7\xb7\ \xf7\x15\x16\xe4\x30\x0c\xbb\xba\xba\x8e\xca\x81\x10\x51\xa9\x54\ \x82\x63\x50\x2b\xbe\x36\xdb\x51\x9d\xfa\xf6\x19\x1d\xd5\xa9\x6f\ \x8d\xb9\xa7\xe7\x58\x63\x26\xa2\xde\xde\xde\x57\xf0\x32\xc6\xc7\ \xc7\x8f\x13\xdc\x39\xa7\x30\xc4\xd9\x59\xf9\xdd\xef\xca\x2f\xfc\ \x77\xfe\xcc\x33\xe6\xda\x6b\x8a\x3f\xfb\x4f\xee\xac\x8d\x50\x14\ \x30\xd7\x22\x8e\x71\x76\xf3\xcd\xef\x73\x73\x25\x98\xc8\x51\xa5\ \xab\xab\x5e\x9b\xa1\xf6\x2c\x21\x12\xd1\x7f\xf9\x2f\x9f\x6e\xef\ \xd6\x39\xe3\xc8\xd0\xc3\x04\x10\x71\x21\x5a\xaf\x01\x7c\xfb\x1b\ \xf4\x44\xd3\x5c\x4e\xa9\xcf\xb4\xf4\x1c\x28\xce\x19\xb4\x98\x63\ \x4f\x85\xb9\x43\xe9\x79\x68\xa9\x24\x1d\xb4\x95\xec\x73\x19\x29\ \x5e\xb0\xe7\x9c\xf5\x2f\xfd\xca\xe1\x2b\xa8\x30\x44\xeb\x7d\x4c\ \x44\xdf\xa7\xc9\xff\xa2\xb5\x16\x5a\x9e\xb8\xf5\x34\xac\x07\x0b\ \x9f\x0c\x85\x0c\x19\x63\x64\x5b\xd7\x9d\xfc\xff\xbc\x14\x0f\x11\ \x08\x7c\x1a\x6d\x8b\x28\x80\x56\x29\x28\x67\xad\x36\x1a\x91\x71\ \xc6\x7c\x4f\xb6\x43\x76\x24\xd0\xae\x49\xe0\x6b\x49\x56\x2a\x95\ \xda\xcc\xd4\xa1\x77\x9d\x56\xf9\x47\x7f\xe7\xa3\x4a\xa9\x20\x08\ \x00\xd1\x73\x81\x42\x88\x34\x69\x1c\xea\x4e\x4d\xeb\xe2\x96\xf7\ \xdc\xf0\x8e\xcb\x2f\x6e\x17\x26\x47\x44\x22\x47\x44\x7e\x5f\xe0\ \x55\x25\x52\x0a\xc4\x43\x99\x3d\x9f\x51\x8a\x1e\xb3\x04\xe7\xbe\ \x72\x59\xab\x32\x0f\x17\x2d\x2a\x83\x79\x82\x9b\xda\x6c\x06\x91\ \xe3\x9c\x33\x64\xad\xf6\x4f\xd6\x19\x6b\xfc\xf6\xca\xcf\x15\x01\ \x31\x64\x3e\x0b\xcc\x5f\x5c\x3f\x39\x44\x34\x77\x2d\x5b\x51\x58\ \x7f\xc1\xe0\x25\x71\xeb\xdc\x1b\x0c\xdb\x39\xb4\x0c\x19\xb2\x76\ \xfc\x93\x80\x08\x19\x02\x81\x17\x4a\xc1\x5c\xa2\x72\xfb\xc1\x21\ \xe7\xeb\x54\xb6\x66\xc2\xdf\x4d\x73\x3c\x6a\x9b\x77\x9a\xbb\x8d\ \x09\x10\x21\x90\x2c\x4b\x9b\xed\x29\xd5\x2a\x3f\xed\xd4\x53\xfe\ \xfe\xd6\x5b\x83\x20\x60\xbc\x55\xfa\x90\x1c\xf5\xf4\xf6\x24\x8d\ \x5a\xfb\xe1\xd5\x05\x96\xe3\xe0\xf3\x7f\xf3\x5f\x7d\x01\x0c\x3f\ \x45\xd6\x1a\xe7\x5c\x2b\xc4\x0d\x60\x9d\x0b\x83\x20\x0c\x23\xad\ \xb5\x36\xe6\xa5\xc0\x06\x43\xa3\x8d\x73\x96\x31\x1e\x86\x81\x10\ \x42\x29\xad\x95\x0a\xa3\xe8\x10\x8a\x8c\xfc\x42\x1e\xc7\xb1\x47\ \x73\xbf\xfd\xf2\x49\x09\x7e\x29\xd5\x46\x63\xab\xc4\xa4\x73\x8e\ \x90\xe1\x9c\x5c\x8a\x19\xa3\xfd\xe9\xb7\xb9\x2c\xac\xd7\x66\x5f\ \x8b\x8b\xc7\x9e\x7b\x2e\xb8\xf5\x0b\xf2\x1b\xdf\xa0\xbe\x3e\xfd\ \xab\x1f\xd6\x1f\xf8\x80\x3b\xe5\x64\x40\x06\x5a\x1f\xb6\x85\x7f\ \x65\xfe\xfa\xe7\xc7\xb9\x7b\x2f\xe3\xd8\x80\xf6\x4a\xef\xbe\xea\ \x98\xdb\xc1\xa5\x37\x7c\xcc\x6d\xea\xf3\x8d\x3d\xa3\xa3\x0e\x05\ \xa4\x24\x21\x70\x72\x52\xdc\x7d\x77\xf0\xa5\x2f\xf3\x07\x1f\xb4\ \xeb\xd7\xab\x4f\x7e\xd2\xbc\xe7\xdd\x50\x2a\x41\x9e\x1f\x8a\x20\ \x6d\x31\xf2\xa1\xd1\x8b\x23\x27\xe1\xd0\x8d\xc5\xdc\x1e\x1b\x18\ \xbe\x54\x05\xf0\xd5\x77\xc1\xf4\xf2\x7f\x1c\x9b\x02\xf2\x20\xeb\ \x11\xe4\x75\x96\xb8\x78\xa9\x39\xcb\xe1\x97\x63\x6e\x7c\xaf\x7e\ \x48\x0f\x43\xaf\xb8\x6d\x7f\x69\x7d\x7a\xb9\x3f\x7e\x0c\x35\x97\ \x3b\x72\x87\xda\xae\x6c\x7c\xe8\xd7\x8f\xfc\x98\xa7\x3e\xda\xd7\ \x8b\x8e\x32\xba\xb9\x55\xe9\xd8\x43\x3e\xf4\x02\x1d\x5a\xe3\xe1\ \x90\x92\xb9\xee\x10\xa0\x3c\x62\xce\xe6\x0a\x2c\x1f\x4b\xaf\x79\ \xe8\xbb\x1e\x7f\x8f\xf5\xf9\xc3\x3e\xfc\x8a\xd3\xef\xcf\xe8\xb0\ \x6b\xf8\x92\x47\xfa\xaa\x07\x21\xf2\x5e\x3f\x1d\xf6\x9c\x0a\x29\ \xe9\xe5\xb7\xf7\xa1\x6c\x7e\xfb\xc4\x03\x29\xe1\x90\x92\xc2\xd8\ \xce\xb2\x98\x9b\x92\x36\xdd\xef\xb3\x88\x61\xee\xff\x2f\xe9\x35\ \x7d\xcc\xb4\x55\x63\xd3\x1d\x3a\x2d\xad\x62\xd1\x7e\x19\x3b\xe2\ \xe6\x41\x86\x38\x57\x61\x02\x8e\x6c\xbc\x73\xc4\x6d\xfc\x1a\xc0\ \x7d\x8e\x62\x00\x6b\xf9\x23\x8f\xc8\x2f\x7d\x59\xde\xf9\x03\x0a\ \x03\xfd\x9e\x77\x9b\x5f\xf9\x80\xdd\xb8\x81\xba\xaa\xa8\x35\xfc\ \xec\xfc\x6f\xc7\x7e\x4e\xc6\x18\x44\x11\x68\x8d\x07\x0e\x88\xdb\ \x6f\x97\x5f\xfb\x3a\xdf\xbc\xd9\xad\x5e\xad\x7e\xe7\xb7\xcd\x7b\ \xde\x43\x8b\x16\x41\x9e\x83\x73\x9d\x79\xea\x58\xc7\xde\x4a\xf6\ \x9a\xc1\xdd\x63\x44\x18\x82\x52\xfc\xc9\x27\xe5\x57\xbf\x2a\x6e\ \xbb\x1d\x67\xa6\xed\x45\x17\xe9\xf7\xbd\xd7\x5e\x79\xa5\x5b\xb3\ \xc6\x7b\x23\xa0\x75\x07\x29\xde\x04\x17\x16\x41\x08\x10\x02\x18\ \x83\x99\x19\xfe\xe8\xa3\xf2\xbb\xb7\x89\xbb\x7e\x84\xc3\x23\xf6\ \xc2\x0b\xf5\xaf\x7d\xc4\x5c\x73\x0d\x2d\x5e\x0c\x45\x01\xd6\x42\ \xa7\xa3\x6c\xc7\x3a\xf6\x4b\x0d\xee\x6d\xd4\x88\x42\x30\x96\xed\ \xde\x23\xee\xb8\x5d\x7e\xf3\x5b\x6c\xc7\x0e\x08\x02\xfd\xce\x77\ \x9a\x6b\xaf\xb5\x17\x5d\x48\x0b\x17\x52\xa9\x84\x45\xf1\x7a\xab\ \x8f\x75\xec\x8d\x31\xce\xc1\xf7\xa3\x99\x9c\x64\x3b\x06\xc5\x0f\ \x7f\x20\xee\xbc\x93\x0d\x0e\x52\x5f\xbf\xb9\xea\x2a\x7d\xf3\xfb\ \xed\xf9\xe7\x53\x57\x17\x1a\xd3\xd9\x6c\x75\xac\x63\x1d\x70\x3f\ \x9a\x17\x2f\x04\x05\x01\x4e\x4c\xf0\xe7\x9e\x93\xdf\xf9\x0e\xbf\ \xe7\x5e\xb6\x73\x27\x2d\x5e\x6c\xcf\x3e\xdb\x5c\x73\xb5\x3d\xe7\ \x1c\xb7\x76\x2d\x84\x21\x21\xa2\xb5\x60\x0c\xbc\x55\x0a\x75\xbd\ \x69\x9d\x74\x02\x40\x22\x18\x1d\xe5\xcf\x3e\x2b\xee\xbf\x5f\xfc\ \xf4\x1e\xb6\x65\x0b\x04\x81\xb9\xf8\x62\xf3\xae\x77\xd9\xcb\x2f\ \xb3\xab\x56\x21\x22\x28\x05\xce\x75\xd6\xdd\x8e\x75\xac\x03\xee\ \xaf\xe2\x27\x52\x14\xa1\x52\x58\xab\xf1\x87\x1f\xe1\xf7\xfc\x54\ \xdc\x75\x37\x8e\x8d\x21\x80\x5d\xbf\xde\xbe\xed\x22\x73\xc9\x25\ \xb4\x76\xad\x9b\x37\x8f\xba\xbb\x5b\xde\x62\x87\x07\x78\x43\xcc\ \x07\x48\xa5\x04\xa3\xd9\xf8\x04\x8e\x8c\xf0\x47\x1e\x15\x8f\x3c\ \xcc\x1f\x7e\x04\xa7\xa6\xa8\x52\xb1\x67\x9d\x65\xae\xba\xca\x5e\ \xf9\x76\xb7\x62\x05\x95\x4a\x68\xcc\x2b\x68\x58\x3b\xd6\xb1\x8e\ \x75\xc0\xfd\x18\x40\xe3\x7d\x79\x21\xd8\xc8\x08\xdb\xbe\x9d\x3f\ \xf8\x20\x7f\xe8\x61\xfe\xf4\xd3\x38\x3b\x4b\x4b\x96\xb8\x13\x4f\ \x34\x17\x5f\xec\xce\x38\xdd\x9e\x76\x1a\x2d\x5b\x06\x52\x12\xe7\ \x00\x80\xd6\x82\xff\xd3\x01\x9d\x57\x5b\x44\xfd\x1f\x62\x0c\xad\ \x05\xe7\x70\x66\x06\xb7\x6d\xe3\x9b\xb7\xf0\x47\x1e\xe1\x9b\x36\ \xb1\xa1\x21\x48\x53\x77\xda\x69\xe6\x9c\x73\xec\x15\x57\xb8\x0d\ \x67\xb8\xd5\xab\x41\xca\xd6\x6a\xda\xd9\x36\x75\xac\x63\x1d\x70\ \xff\x59\x4d\x08\x0a\x02\x20\xc2\x34\xc5\x89\x09\xfe\xe4\x53\xfc\ \xa9\xa7\xf8\x83\x0f\x7a\xf4\x41\x22\xbb\x6e\x9d\xdb\xb0\xc1\xae\ \x5f\x6f\x37\x6c\xa0\xf9\xf3\x69\xa0\x9f\x7a\x7b\x81\x73\x34\xa6\ \xc5\xde\xb4\x72\x94\x7f\x59\xe1\xbe\x2d\xec\xf2\x68\x2e\x84\xef\ \x6d\x8b\x53\x53\x38\x35\xcd\x76\xee\xe4\x4f\x3f\xc3\x36\xbf\xc0\ \x9f\x7b\x0e\xa7\xa7\xa9\x52\xa1\x6a\xd5\x9e\x77\x9e\x3d\xf7\x1c\ \x77\xde\xf9\xf6\xa4\x35\x50\x2e\x53\x18\xa0\xee\xf8\xe9\x1d\xeb\ \x58\x07\xdc\x7f\x4e\x08\x85\xd8\x82\x27\x29\x30\x49\xd9\x9e\x3d\ \xb8\x77\x2f\x7f\xfa\x19\xfe\xfc\xf3\x6c\xfb\x36\xb6\x7d\x07\x48\ \xe9\x16\x2e\xa4\xf9\xf3\xdc\x9a\x93\xdc\x69\xa7\xb9\x95\x2b\xdd\ \xaa\x95\xee\xc4\x13\xa1\x54\x02\xc6\x40\x70\x62\x73\xde\xbd\x73\ \xe0\xdc\x5b\xd3\xc1\xe7\xdc\xef\x7b\xc8\xbf\x70\xae\xb5\x9b\x31\ \x06\x47\x47\xd9\xae\x5d\x6c\xf7\x6e\xb6\x63\x90\xbf\xf0\x02\x0e\ \x0f\xe3\xf8\x38\xce\xce\xd2\xc0\x80\x3b\xe5\x14\x77\xca\xc9\xe6\ \x9c\x73\xdd\xba\xb5\xb4\x62\xb9\x5b\xb8\x08\x9c\xc3\xf6\xd2\xd8\ \x51\x2b\x75\xac\x63\x1d\x70\xff\x79\x81\xfb\x91\xbc\x8d\x27\x88\ \x9d\xc3\x2c\x83\x3c\x67\x07\x0f\xb2\xcd\x9b\xf9\xf6\xed\xec\x85\ \xcd\x6c\xc7\x0e\x6c\xd4\x21\xcd\x30\x49\xa8\xb7\xd7\xad\x59\xed\ \x4e\x5c\xe9\x4e\x5c\xe1\x56\xad\xa2\xe5\xcb\xa9\x5a\xa5\xee\x6e\ \xea\xee\xa6\x6a\x15\x82\x10\x9c\x05\xe7\xf0\x50\xb8\x3f\x0c\xf1\ \xdf\x3c\x0b\xc0\x61\xf9\x3b\x7e\xb5\xf3\x50\xce\x18\x70\x0e\x44\ \xd8\x6c\x60\xad\x8e\xb5\x1a\x34\xea\x38\x3e\xc1\x5f\x7c\x11\xf7\ \xec\x65\x7b\xf6\xb0\x5d\xbb\xd8\xde\xbd\xc0\x39\x55\xca\x14\x97\ \x68\xf1\x62\x7b\xc6\x19\x6e\xdd\x5a\x77\xea\xa9\x6e\xed\x5a\xaa\ \x54\xa0\x14\x93\x0c\xd0\xda\x23\xf3\xc8\x3a\xd6\xb1\x8e\x75\xec\ \xe7\x0a\xee\xed\x9e\xc6\x47\x78\xf4\x2d\xa7\x9e\xb5\x7c\xf3\xa9\ \x29\x36\x32\x82\xe3\xe3\x6c\x68\x88\x6d\xdb\xc6\xf6\x0e\xe1\xd0\ \x10\x1b\x1a\xc2\xc9\x49\x08\x03\xea\xe9\xa1\x6a\x37\x54\xab\xae\ \xbf\x9f\x4e\x3c\xd1\x2d\x5a\x48\x0b\x17\xd2\xfc\x05\x6e\xe1\x02\ \x9a\x37\x9f\xfa\x7a\x5b\x88\xc9\x19\x30\xde\xc2\x4d\xc6\x5a\x3f\ \x4e\x04\x44\x38\xf7\xe2\xa5\x3f\x7e\x0d\x38\x8c\xff\x39\xea\xaa\ \x70\x68\x63\xca\x43\xff\x39\x97\x2c\xd6\x3e\x23\xf2\x2f\x7c\xae\ \xb9\x73\x73\x2b\x90\x05\xeb\x5a\xea\x94\x24\x65\xe3\x63\x6c\x7c\ \x1c\xc6\xc6\xd8\xe8\x18\x8e\x8d\xb2\x7d\xfb\xf1\xe0\x41\xac\xd7\ \xb1\x56\x83\x7a\x0d\x6b\x75\x08\x02\xb7\x62\x05\x2d\x5b\xe6\x96\ \x2f\x77\xab\x57\xb9\x75\xeb\xdc\x82\x05\xb4\x70\x21\x2d\x58\x48\ \x71\x04\xd6\xb6\xfc\x7a\x7f\xc0\xc3\xd3\xe7\x3a\x34\xcc\x6b\xb9\ \x05\x3b\xd6\xb1\x0e\xb8\x1f\xdf\xd3\xc4\x10\x81\x9c\x03\x2e\x38\ \x59\xeb\x5e\xcb\xb3\x25\xc4\x4b\xe4\xb2\xd6\xa0\x14\x14\x05\x2a\ \x85\xc3\x23\x6c\x68\x08\xf7\xef\x67\xfb\xf7\xe3\xfe\xfd\x6c\xef\ \x5e\x56\x6f\x40\x91\x41\x96\xa1\x76\xa0\x32\x48\x73\x58\x38\x9f\ \xba\xbb\x5d\xff\x00\x0d\xf4\x53\xff\x00\xf5\xf5\x52\x6f\x2f\xf5\ \xf6\x52\x5f\x3f\x95\x4b\x10\x86\x14\x86\x10\x86\x10\x84\x10\x06\ \x24\x25\x48\x09\x32\x00\x29\xc8\xe7\xf8\x70\x4e\x3e\x56\xe9\xd7\ \x83\x23\x73\xa0\xc9\x01\x39\xb0\xae\x05\xac\xc6\x80\xb5\x68\x34\ \x68\x03\x4a\x83\x56\xa8\x14\x28\x05\x4a\x61\x9e\x43\x51\x60\x5e\ \x60\xbd\xc6\xa6\xa7\x61\x7a\x1a\xa7\xa7\x71\x6a\x0a\xa6\xa6\xd9\ \xd4\x24\x4e\x4e\xe1\xe8\x28\x58\x0b\x71\x4c\x51\x84\x71\xe4\x82\ \x10\xe2\x98\x4e\x38\xc1\x2d\x5b\xe6\x96\x2c\x71\xcb\x96\xd1\xb2\ \xa5\x6e\xf9\x72\xaa\x56\x41\x4a\x08\x02\x0a\x03\x40\xc6\xac\x25\ \xad\xc1\x1a\x70\x74\xd4\x84\xe3\xd6\xd6\x88\x0b\x46\xd6\x31\x29\ \x99\x2b\x94\x0d\xa2\x48\x30\xd2\x13\x22\x4c\xaf\x00\x00\x10\xcf\ \x49\x44\x41\x54\xda\x31\x24\xa5\x14\x1d\x2d\xb7\x1b\xe7\xaa\x97\ \x30\x11\x48\xe6\x8a\xc2\xbc\x72\x06\x78\x3b\xb7\xde\xe7\x5d\xcb\ \x40\x5a\x55\x18\x82\x9f\x4f\x37\x74\x9f\xd5\xfd\xb3\xb5\x55\x10\ \x12\xad\x46\x19\x32\xa7\x0b\xed\xde\x04\x6d\xdb\x3b\xd6\xb1\x5f\ \x50\x70\x47\x26\x90\x9a\x8d\x5a\x61\x79\x57\x4f\x79\xf0\xbe\x3b\ \xc7\x16\x5f\xf0\x8e\x75\x03\xca\xb8\xd7\xf5\x50\xbf\xe4\x14\x73\ \x06\x8c\xb7\x3c\x71\xc6\x58\x51\xb8\xc9\x49\x6c\x24\xa2\xd9\x6c\ \x6c\xbe\xeb\xa1\xa7\xcd\x15\xcb\x8b\x4d\x3f\x7a\x7e\xc3\xc9\xab\ \xca\x93\x63\x34\x35\x8d\x33\xd3\x38\x3d\x8b\xb3\x33\x38\x3b\x0b\ \xce\x81\x94\x14\x06\x20\x03\x08\x02\x0a\x02\x94\x92\xa4\x00\x21\ \x41\x08\x90\x82\xb8\x98\x93\xa0\x78\x97\x1f\x09\x59\xeb\xd7\xe7\ \x70\x1d\x88\xd0\x11\x90\xa7\x80\x1c\xcc\x69\x7b\x5a\xb1\x5f\x63\ \x40\xeb\x56\xe9\x05\xa5\x50\x29\x52\x0a\xb5\x01\x6b\x6a\x00\xac\ \x7f\x7e\x69\xd1\x7c\xe8\xed\xa5\xbe\x3e\xd7\xdf\x07\x7d\xfd\x6e\ \x60\x80\x4e\x58\x0c\xbd\xbd\xb6\x54\x32\xd5\x6e\x3e\xd0\x0f\xdd\ \x3d\x50\xed\x22\xc4\xa3\x10\x4d\xad\x42\xd7\xd6\x12\x93\x1c\x2d\ \x11\x67\x68\xb4\x41\xce\x8f\xc4\x28\x14\x41\x6d\xc7\xfd\x0f\x8d\ \x2e\x38\x6f\x60\xfc\xc9\x89\x81\xeb\x2f\x5b\xfa\xd0\xf7\xbe\xfd\ \xec\x48\x74\xc1\xd9\x27\x8c\x25\xa5\xcb\x2f\x3e\x2b\x24\x7d\x24\ \x4e\x3a\xa3\x2d\xb2\x28\x0c\x47\xb6\xdc\xf7\xcc\x64\xff\x55\x97\ \x9d\xce\xb4\x3e\x16\x9a\x22\xb8\x34\x69\x16\x96\x85\x92\x69\x65\ \x25\xcf\x1e\x7f\xf0\xd9\xa5\x17\xbe\x73\x5d\x1f\xd3\xf6\x8d\xf7\ \x8d\x11\xc0\x5a\xc7\xe7\x2a\x17\x1e\x87\x09\x01\x5b\x1f\xbc\x6b\ \xb2\xfb\xac\xf9\xf5\x67\x26\x7a\xcf\xb9\xe4\xb4\x01\xad\x3b\x92\ \xa1\x8e\xfd\x12\x99\x78\x03\x91\x5d\x72\xf5\xf4\x5d\xdf\xfa\xc1\ \xe3\x7b\x31\xea\xbe\xf0\xc6\x5b\xf8\xbe\x9d\xc3\xdd\x17\x84\xa5\ \x12\xa4\xa9\x32\x4e\xc8\x30\x90\x9c\xac\x29\xb4\x11\x52\x5a\x55\ \x80\x08\x04\xd8\x42\x53\x18\x4a\x47\xc0\xc8\x16\xda\xbc\x8c\x6d\ \xb0\x16\x40\xcf\xd5\xd4\x11\xc2\xec\xff\xdb\xff\xeb\xd6\xde\x1b\ \xff\xe0\xb7\xae\x3c\x2b\x0b\x77\x3d\xa7\x7b\xcf\x7b\xcf\xbc\x07\ \x61\xe5\xd2\xff\xe3\x37\xa4\x4e\x8c\xb1\x2f\x81\xaf\x52\x50\xab\ \xb1\x5a\x1d\x1a\x0d\xd6\x6c\x04\x85\x32\xb5\x9a\x6b\xd4\x31\xcd\ \x84\x52\x5c\x29\x5d\xaf\xb7\xf7\x07\x60\x34\x68\x83\xd6\xb6\x58\ \x94\x76\x21\xc2\x16\x7d\xc4\x48\x48\xe0\xbc\x15\x33\x08\x03\x08\ \x42\x08\x43\x8a\x63\x28\xc5\x14\xc7\x50\x2a\x53\xb9\x44\x95\x0a\ \x55\x2a\xac\xb7\x2f\x49\xf6\x7e\xfd\x87\x0f\x8f\xb2\xb8\x6b\xd5\ \xf9\x1f\x7a\xff\x55\xf3\xab\x21\x0f\x03\x86\x94\x1b\x0b\x32\x8c\ \x00\x04\xc0\x93\xf7\x7c\x63\xf3\x78\xf7\x47\xce\x5a\xa1\x8b\x82\ \x69\xa5\x8a\xe2\xa8\xee\x2f\x8f\xe2\xe9\x27\x6e\xfb\xef\x77\xec\ \xf9\x0f\x7f\xf2\x89\x15\x65\x9e\xee\x7d\xe0\x6f\xff\xe9\xfe\xeb\ \xff\xe0\x8f\x37\xf6\x09\x94\x01\x03\xa7\x95\xd2\xc6\x71\x19\xc4\ \xa5\x78\xb6\x76\x60\xfb\x2e\xba\xf4\xe4\xa5\x2b\x4a\xdd\x13\x9b\ \x7e\xfc\xc0\x9e\xf0\xc3\x1f\xb9\xb6\x92\x4d\x04\x4d\xc6\x81\x84\ \x0c\xa5\xe0\x56\x17\xda\x61\x18\x06\x48\x0e\x21\xfd\xe9\x37\xbe\ \x59\x5b\x7a\xe9\xfb\x2e\x3d\xb5\xdc\xbb\x68\x99\xa8\x20\x91\x0c\ \x63\xc1\xd1\x1a\x55\x28\xc3\x65\x18\x4a\x0e\x40\x46\x15\xca\xa2\ \x74\xf5\x27\xef\xfd\xf7\x47\x9e\xdd\x37\x51\xcb\xfa\xe6\x9d\xb0\ \xf1\xd2\x4b\x57\xaf\x5e\xd5\x1d\x22\x93\x51\x29\xf4\x25\x09\x81\ \x31\xe6\x8c\xca\x95\x61\x22\x08\x03\x01\xce\x16\x45\xd1\x9e\x4e\ \x5f\xe9\xdb\xd7\xbd\x03\x80\x40\x4a\x77\xb4\x92\x58\x00\x20\xc3\ \x70\xfc\xf9\x3b\x3e\xf3\xc5\x27\x7e\xf3\xff\xfc\xd4\x19\xfd\xdc\ \x82\x08\x43\x89\xce\xe6\x45\x01\x4c\x86\xa1\x04\x67\x8a\x42\xa1\ \x08\x43\xc9\x9d\xd5\x85\x32\x22\x88\x24\x47\x20\x57\x14\x85\x71\ \x10\x84\x61\x14\xb2\xda\xc1\x17\x77\xe7\xa7\x9c\xba\x76\x39\x13\ \x11\xe3\x41\x49\x22\x00\xe9\xa2\xf0\x93\x16\x04\x02\x01\x8c\xca\ \x8f\xea\x7c\x30\xc6\xa4\x10\x6a\x6e\xb4\xbe\x3e\x62\xa7\x93\x57\ \xc7\x7e\x19\xc1\x1d\x99\xe4\xc9\xce\x7b\x1e\xde\x7e\xfe\xaf\xfe\ \xa7\xeb\xd6\xc6\x75\xe3\x9e\x7a\xc2\x3d\x7b\xfb\x97\xff\xfa\xb1\ \x85\xe7\xbe\xf3\x5d\x97\x9c\xdc\x37\xf8\xd8\x0f\xee\x78\x60\x73\ \xd7\xea\xf3\xdf\x7d\xc9\x49\xcf\x3c\xf0\xf8\xca\xcb\xaf\x97\x3b\ \xef\x79\xc1\x2e\xbf\xea\x8c\xd2\x8f\xee\x78\x2e\x8c\xcc\x8c\x58\ \x79\xfd\x25\x27\xd3\x31\x9e\x1f\x1e\xc8\xe1\xe7\x9e\x1c\xcf\xa1\ \xf9\xcc\xa3\xe3\x17\xac\x15\x85\x8e\x8a\x0c\x1b\x89\xf4\xc4\x08\ \xb9\x96\xd6\x3e\x90\x00\x48\x00\x30\x30\x60\x11\x91\xb1\xb4\x28\ \x1e\x79\xf4\xd1\x73\xae\xbf\xae\xa7\xbb\x07\x01\x76\x8f\x0c\xbf\ \xb8\x73\xe7\xc5\x17\x5f\x4c\x2f\xf9\x88\xaf\xcb\x8e\xe0\xeb\x0f\ \xe1\xf4\x79\x20\x76\x7e\xef\xd1\x3d\xcb\xaf\xfe\xaf\x7f\x74\x93\ \xae\xcd\x88\x80\xef\x7c\xfa\xae\xef\xdf\xbf\xb9\xb4\xe2\xdc\xf7\ \xdf\x74\xb1\x7a\xe1\xc7\xdf\xbd\xfb\x61\x58\x7c\xee\x69\x5d\xb3\ \x4f\xfe\xe0\x9f\xa7\xc6\xf7\x5e\xb0\x22\x1e\x1a\x17\x57\x5d\xf7\ \xb6\xc8\x6a\x77\x44\x74\x82\x21\x25\xcd\x74\x74\xe8\xc9\xfb\x9e\ \x39\xf8\xbb\xef\x58\xf4\xc0\xc3\x8f\xee\x3d\x30\x99\x90\x30\x53\ \x83\xdf\xf8\xf6\x8f\x86\x5d\xff\x95\x37\xdc\xb8\xf1\xc4\xea\xfe\ \xe7\xee\xbb\xe3\xde\x17\x66\x27\x86\xec\xea\xd5\xb6\x31\x31\x36\ \x2b\x7a\xb2\xe6\xd4\xf0\xe0\x8f\x6e\x8f\xce\xdb\xb0\x78\x32\x2b\ \x9f\xc2\xdd\xe6\xfb\xbf\x77\xf7\x63\x3b\x4f\xbc\xe4\xc6\x73\xfa\ \x66\xef\xb8\xe3\x3e\x3b\xff\xb4\x0f\xde\x72\xa5\x60\xcd\x9f\x7e\ \xfd\xcb\xc3\x23\x57\x5e\xb4\x2a\x9a\x6a\x30\x81\xd9\x63\x77\xfc\ \xaf\x07\xb7\x4d\xaf\xbe\xe0\xea\x1b\x2f\x59\x37\xf4\xe4\xdd\x3f\ \xb8\xef\xb9\x4c\x74\x5f\x74\xed\xbb\xcf\x5f\xd9\xa7\xa8\x7a\xc5\ \x7b\x3f\x76\xe1\xfa\x07\xff\xe1\xf6\x6d\xb7\xfc\xde\x47\x97\xf1\ \xb1\xfb\xee\x79\x3c\x5a\xb2\x7a\xf0\xbe\x6f\xdc\xf1\xc4\x50\xd8\ \xbb\x70\x51\x37\x0e\x0d\x8d\xaf\xbc\xf0\xba\x1b\xde\xb6\x76\x62\ \xf3\xfd\xb7\xdd\xfd\x38\xcd\x5b\xff\xee\x9b\xde\x3e\x20\xc9\x12\ \x09\x21\x86\x86\x86\x86\x86\x86\x2e\xb9\xe4\x12\xdf\x77\xed\xf1\ \x27\x9e\x88\xc2\x70\xfd\xfa\xf5\x47\xd4\xc1\x47\x66\xd3\x17\x36\ \x0d\x22\x35\x9f\x7e\x6e\xd7\xd9\xd7\xad\x9f\xde\xf9\xec\x9d\xdf\ \xbf\x67\xa6\xb4\xf2\x3d\xef\xbb\xb1\x6b\xf2\xa9\x7f\xba\xed\x3e\ \xb5\xe0\xb4\x9b\xdf\x7d\x55\xf2\xdc\xf7\xbf\x77\xff\xb6\xfe\x53\ \x2f\x7d\xef\xdb\x4f\xdb\x74\xe7\x57\xee\xdd\x32\x2e\x7b\x4f\xbc\ \xe1\xdd\xd7\xad\x19\x80\xa7\xee\xfa\xb7\xfb\x5f\x38\x38\x35\x31\ \x7e\xca\x35\x41\x7d\x62\x57\xad\x7b\xc9\xfe\x27\x6f\xff\xf7\xfb\ \xb6\x99\xa0\xff\xe2\x6b\x6f\x3c\x6f\x6d\xff\xf0\xf3\x0f\xdd\xf1\ \x93\xc7\x6b\x54\x3e\xf7\xaa\xf7\x5c\xb2\xb6\x5f\x1b\xfb\x72\xaf\ \x5f\x8c\x8c\x8c\x6c\xdb\xbe\xfd\xb2\x4b\x2f\x05\x80\x20\x08\x9e\ \x7d\xf6\x59\x63\xcc\xc6\x8d\x1b\x3b\xf8\xde\xb1\x5f\x14\x63\x6f\ \xd4\x81\xc8\x19\x1b\x2f\x3e\xe7\xb4\xc5\x8f\xdf\xfe\xd5\x3b\x9f\ \xdc\x1b\xc6\x11\x11\x5b\x79\xf6\x95\x6f\x5f\x5f\xb9\xf7\xce\x1f\ \xef\x1a\x7a\xfe\xbb\x77\x6d\x39\xe7\x9a\x1b\xaa\xc3\x8f\xfe\xf0\ \x89\xed\x13\xa3\xbb\xf7\xee\x1f\xdd\xb5\xf5\xde\x3b\x1e\xd8\x93\ \x8c\x0c\x6e\xda\x5b\xeb\xe9\x1d\xe8\xad\x46\xc7\xac\xf9\x8a\x3c\ \x70\x93\x8f\x3c\x31\x74\xd9\x47\x3e\xb8\x4c\xed\x79\x76\xef\xb4\ \xe0\x87\x8c\xdc\x63\xab\x7b\x39\x79\x32\xc7\xdd\x97\x18\xdb\xfc\ \xd4\x53\xb7\x7e\xee\xaf\x79\x91\x27\x53\x93\x9f\xfb\xf4\x9f\x8f\ \xed\xdc\x19\x16\x05\xd6\xeb\x58\xaf\x63\xbd\xf6\x3a\xff\xd4\xb1\ \x5e\xc7\x46\x03\x9b\x4d\x6c\x36\x31\x49\x30\x4d\x21\xcb\x20\xcf\ \xa1\x28\x6c\xa6\x96\xac\x3a\xa3\x67\xe2\xf1\xaf\x7c\xf5\xf6\xa9\ \x42\xa8\xfd\xcf\x7c\xfb\x87\x9b\xce\xbc\xea\xba\xde\x91\x87\x6e\ \x7b\x78\x70\xdf\xe6\x67\x67\xe7\x6f\xbc\xe9\xed\x1b\x02\xc0\xd5\ \xe7\x5c\x7e\xf3\xf5\x57\x2c\xe9\xaf\x54\xbb\xbb\x18\xd1\x51\x4f\ \x9c\x81\xa9\x65\xee\x94\xf3\xce\x6f\x6e\x7f\x7c\xc7\x8b\x2f\xee\ \x9c\x8d\xcf\x59\xbf\x32\xab\x8d\xdd\xfd\xed\xef\x26\xcb\x2e\xba\ \x72\x2d\xff\xfe\x6d\x3f\xda\xbf\x7f\xf7\xf7\xee\x78\x70\xf1\x79\ \x57\x5d\x78\xca\x62\x8e\xd8\x18\x1e\x7c\x7e\x70\xcc\x21\x5b\xbc\ \xee\x92\x5b\x6e\xb9\xaa\xd2\x38\xb0\x79\xcf\xf0\xc1\x2d\x0f\xdf\ \xf1\xe8\xc1\x0b\xaf\xbb\xe9\xac\x95\x03\xdd\x8b\xd6\xdd\xf2\x91\ \x0f\x2c\x6c\x6e\xf9\xe9\x13\x3b\x2c\x2b\x9f\x7e\xd9\xb5\x37\x5f\ \xfd\x36\x3e\xb5\x6d\xd3\xce\xf1\x3d\xcf\xfc\xf0\xc7\x3b\xc4\x75\ \xd7\x5f\x34\x74\xff\xed\x4f\xec\x1a\xdb\xb5\x79\xab\x5c\x75\xd1\ \x3b\xd7\x47\x3f\xbe\xed\x27\xb3\xe4\xc3\xc4\xbe\x1c\x2c\x03\x00\ \x30\xe9\xf6\xe7\x9f\x9f\x48\xb2\xc1\xcd\x3b\x16\x6e\xbc\x7a\x6d\ \x70\xe0\xe9\x91\xe0\xaa\x2b\xd6\x3d\x7f\xcf\x7d\x43\x43\x9b\xff\ \xfd\x8e\x27\xd7\xbd\xfd\x3d\x4b\xd3\xe7\x6e\x7b\x60\x97\x08\xb8\ \x27\xe9\x2b\x95\xca\xd7\xbe\xfe\x6f\x77\xde\x79\x67\xa5\xab\xfa\ \xec\xb3\xcf\xdd\x7a\xeb\x17\x8e\x5e\x9d\x9f\xc9\x6c\x62\xeb\xa6\ \x91\xca\x7f\xf8\xd8\x75\x13\xcf\x3e\x3a\x56\x98\x4d\xf7\xdd\x3e\ \xda\xb5\xf1\x83\xef\xbd\xa2\x57\x0d\x7d\xeb\x1b\x3f\xec\x3e\xf3\ \xaa\xeb\x2f\xdd\x68\x0e\x3e\xfa\xef\x3f\xdd\x7b\xc5\x7b\x6f\x30\ \x3b\xee\x7f\xe4\xe9\x6d\x5b\x76\x0c\xaf\xbd\xe4\x5d\x27\xb3\xdd\ \xdf\x7f\x64\xfb\xe8\x0b\x0f\xdc\xfe\xd4\xd4\x25\xd7\x5e\xb3\x66\ \x5e\x09\xc8\x0e\x0f\x6e\xda\x33\x5a\xdf\xbb\x6d\x4b\xb0\xfa\x8a\ \x2b\x4f\xe2\x77\xdf\xf5\xc0\xd8\xc1\x9d\xdf\xbe\xed\xbe\xc5\x6f\ \x7b\xd7\xd9\xd5\xfa\xb3\xdb\x87\xf1\x88\x9e\x9a\x7e\xb4\xb7\xdd\ \xf6\xbd\x6f\x7e\xeb\x5b\x95\xae\xea\xe0\xe0\xe0\xff\xfd\xff\xfc\ \x6d\xbb\x37\x74\xc7\x3a\xf6\x4b\x46\xcb\x90\xd1\x58\x79\xfb\x2d\ \x1f\x5d\xf1\xc2\x13\x77\xdf\xf5\x6f\xff\x3c\x71\xd5\x89\x41\x34\ \x70\xc2\x8a\x33\x4f\xea\x7f\x64\xd3\x03\x83\x83\xdb\xf8\x92\x8d\ \x97\x9d\x75\xe6\x48\x63\xdb\xbf\xbc\xd8\x3c\x7f\xe9\xc2\x1d\x5b\ \x9f\xeb\xe5\x3d\x0b\xc4\xec\x93\xcf\xa6\xfd\xcb\xd7\x6d\xb8\xe8\ \x52\xa9\xd2\x24\x53\x70\xb4\xe7\x87\x0b\x91\x1c\x18\xdc\xb2\xbf\ \xb8\xe1\x86\x65\x50\xd6\xcf\x3c\xb1\xe3\xac\xb3\xb9\x8f\xee\x1d\ \x52\x36\xf9\x68\x83\x22\x02\x80\xdf\xf9\xed\xdf\xf9\xd3\x3f\xfb\ \xb3\xbf\xfa\xec\x67\xa7\xa7\xa6\xe7\xcf\x9b\x77\xcb\xcd\x37\xeb\ \x9f\x4f\xcd\x2c\x6b\x74\xdf\x9a\x4b\x3f\xf1\xfb\xcb\x1e\xbe\xe7\ \xee\x7f\xfe\xc7\xa1\x33\xd7\x84\xd1\xf2\x0d\x6f\x3b\xfb\xcc\x7a\ \xf1\xc2\x97\x9e\xdb\xab\xaa\x72\x60\xf1\x8a\x65\x27\x0c\x1c\x04\ \x88\xab\x7d\xf3\x7b\xbb\xa0\x7c\xfe\xb2\x75\x94\x24\xd9\x51\x83\ \x7d\x0c\x6c\x33\x2b\x4e\x58\x73\x66\x79\x72\xdb\xb7\xfe\xf5\x3b\ \x0b\x37\xde\xb0\x76\xf6\xb1\xb1\xe1\x5d\x63\xcd\xf2\x95\x57\x5e\ \xbc\xde\x0d\x3c\xbe\xe9\xce\xad\x2f\x0c\xa6\x3d\x6b\x2e\xb9\xe4\ \x0c\xcb\x9e\x7d\x66\x90\x90\xcb\x50\x72\x22\x08\x4b\x3d\xf3\xfa\ \xfb\x9a\x41\x50\x0a\x69\xef\x9e\xa1\x81\x53\xce\xbf\xe8\xec\xd3\ \x31\x6f\xee\xde\xf4\xe0\xbd\x8f\x6d\xdd\xb5\x67\x72\xf5\xba\xc2\ \x3a\x56\x1d\x18\x58\xd0\xd3\x3d\x2d\x82\x30\xa0\x03\x3b\x0e\x2e\ \xdb\xf8\xfe\x33\xcf\x5c\x36\xf5\xfc\x93\x3b\xf7\x1d\x5c\x20\x4a\ \x03\x8b\x97\x9e\x79\x6a\xdf\x7d\x4f\xdd\x5b\x53\xd4\x23\xdb\x95\ \xd0\x5b\xcd\x0f\x82\x30\xe4\x48\x2c\x28\x2d\x58\xb2\x6a\x7d\xf7\ \xc9\x5b\x06\xbb\xd7\x6e\x38\x79\xc9\x23\xfb\x46\x77\xef\x19\x1b\ \x39\xa0\x1e\xbc\x27\x1b\xab\xc5\xa5\x19\xcd\x90\x01\x58\x6b\xe7\ \xcf\x9f\xff\x7b\xbf\xfb\xbb\x9f\xfd\xdc\xe7\xc6\x27\x26\x7e\x7c\ \xf7\x8f\x3f\xf4\xe1\x0f\x9f\x7e\xfa\xe9\x69\x9a\x1e\x1e\x3e\x08\ \xd9\x8b\xcf\x3c\x35\x8d\x7d\x4b\x16\x9c\xc0\xa7\x7f\xf2\xe4\x8e\ \xe6\x79\x17\x5d\xbe\xe9\xdb\x0f\x7e\xff\xfe\xe8\xf2\x93\xf2\x19\ \xb9\xfc\xbd\x57\x9e\xb7\x10\xed\x9e\x07\xbf\xbf\x6b\xf4\xe0\x63\ \xf7\xde\x77\x70\x64\xb6\x27\xa9\x63\xdc\xb3\x78\xc5\xc9\x27\xc9\ \xad\x83\x3b\xa6\x76\x0d\xee\xef\x5d\x7f\xfe\x05\x67\x9e\x91\xbf\ \xf0\x93\x21\x72\x42\x86\x82\x03\x8a\x68\xde\xe2\x95\x67\x9f\x28\ \x1e\xde\xf5\xfc\xde\x1d\xbb\xb2\xfe\x93\x2f\xbf\x68\xfd\xd8\xe8\ \x7d\xdb\xec\x51\xee\x1d\x6b\x6d\x4f\x4f\xcf\x27\x3e\xf1\xfb\x7f\ \xf1\x17\xff\xb9\xd9\x6c\x3e\xf8\xe0\x83\xd7\x5d\x7b\xed\x05\x17\ \x5c\x70\xc4\x68\x3b\xd6\xb1\x5f\x02\xcf\x1d\x90\xa1\x4e\x46\x27\ \xeb\x4b\x37\xbc\xfd\xda\x0b\x97\xee\x7e\xe1\x85\x86\x43\x67\xad\ \xb1\x8e\xc8\x96\x7a\xe6\x15\xe3\x7b\x0e\x34\x92\xdd\x43\x07\x58\ \x79\xc1\x19\xeb\x97\xef\x7c\xea\xc1\x11\x3a\xf3\x1d\xcb\x0f\xfc\ \xdb\x63\x07\x4f\x5e\xbb\xb2\x79\xf0\xc5\xc1\xfd\xd3\xc0\x8e\xde\ \x96\x48\x30\xbb\x73\xdb\x0b\x13\xf5\xda\xfd\xb7\x7f\xf3\x85\x89\ \x6c\x64\xeb\x53\x43\x4d\x22\x9d\x5b\x80\xa2\x28\xb4\x85\x57\xf0\ \xa8\xac\xb5\xd5\x6a\xd7\x9f\xff\xf9\xa7\x37\x6d\xda\x64\x8c\xf9\ \xd3\x3f\xfd\x13\x38\x76\xe7\x8d\x9f\x75\x0e\x10\x92\xe9\x91\x34\ \x5a\x76\xdd\x4d\xd7\x74\x37\x76\x4f\xe6\xac\x98\x3a\x38\x52\x4f\ \x76\xed\x1a\x0e\xfb\x7a\x05\x38\x63\x0d\x10\x09\x0e\xb3\xb3\xb3\ \xa9\x32\x8d\x89\xbd\x5b\x77\x1e\xb4\x8c\x1f\xa3\x85\x81\x49\xd3\ \x84\xe2\x05\xe7\x9d\xb6\x78\x6c\xb4\x79\xc6\xb9\xa7\x48\x9b\x2b\ \x5b\xea\xe1\xcd\x17\xf7\x8c\x4e\x0f\xef\x9b\x36\xe1\x09\x4b\x17\ \xe2\xec\xfe\x5d\xfb\x53\x6d\xac\xb1\x0e\x5a\x8d\x71\xc8\x3a\xeb\ \xc0\x11\x39\xe3\x58\x5f\x4f\xd7\xe4\xde\x5d\xe3\xf5\xbc\xa8\x0d\ \xdf\xf5\x9d\x1f\xf7\x9f\x7f\xd3\xf5\x6f\x5b\xc7\x8c\x63\xcc\x4d\ \xcd\xd4\x32\xad\x8d\xb3\x8e\x78\xcf\x40\x79\x6c\xef\xce\x24\x19\ \x1f\x1a\xae\xf7\xf7\x74\x83\x33\xce\x1a\xe3\x0e\xeb\xf0\x46\x87\ \x76\xa0\x27\xdf\x2e\xcf\xda\x56\x0b\x4e\xe3\xac\xa5\xa0\x5a\x29\ \xf5\x2d\x3a\xe7\xf2\xeb\x3e\xfa\x89\xff\xf8\xeb\x37\x9e\xe1\x72\ \xed\xbf\x50\x14\xc5\xb9\xe7\x9e\xfd\xd1\xdf\xf9\xed\xaf\x7d\xed\ \x6b\x57\x5f\x73\xf5\xbb\x6e\xbc\x21\x3b\xb2\x25\x2f\xe3\x52\x8d\ \x3f\xf9\xc2\xbe\x6c\xe6\xc5\x6f\x7c\xeb\xee\x99\xbc\xf9\xfc\x33\ \xcf\xc5\x6b\x2e\xfd\xf8\xc7\x3f\xa4\x37\xdd\x79\xff\xd6\x66\x68\ \x26\x76\xee\x9b\x56\xaa\xc0\x78\x60\x5e\xdf\x92\xb7\x5d\xf3\xfe\ \x3f\xfc\xb3\x3f\xbe\x76\xe3\x72\x9d\x65\xc6\x1a\x07\x64\x1d\xef\ \x9f\x57\x9d\xd9\x3d\x38\xd6\xcc\x8d\xd2\xd6\xcd\xf5\x0a\x22\x67\ \xad\xb5\xce\x3a\x82\x72\xb5\xcb\xcd\x8e\x8c\x4c\xe5\x59\xa1\x8e\ \xd5\x06\xbc\x28\x8a\x53\x4f\x3d\xe5\x93\x9f\xfc\xc3\x6f\x7d\xeb\ \xdb\xe7\x9d\x77\xde\x07\x3e\xf0\x2b\x47\xb6\x60\xec\x58\xc7\x7e\ \x49\x38\x77\xce\x6c\xe3\x89\x1f\x7d\xfb\x99\xa1\xa6\x73\xfc\x6d\ \x37\xdc\x5c\x7d\xf1\xee\x4c\x30\x40\x16\x06\x72\xe1\x49\x17\x5f\ \xb2\xf7\x7f\xfe\xc3\x5f\xfd\x65\xd0\x77\xe2\x7b\x6e\x59\xdf\xbb\ \xa0\xb9\xba\x3f\x08\x56\x9c\xba\xae\x3a\xdd\xbb\xad\xb6\x7a\xcd\ \xc2\xdd\x3f\xf8\xf2\x23\xea\xd4\xdf\xbc\xe9\x1c\xd2\xea\xc8\x83\ \x3b\x95\xef\xdc\x55\x7f\xc7\x6f\xfd\xd1\xcd\xe7\x2d\xd6\xcd\xe1\ \x7f\xf9\xe2\xbf\x1e\x6c\xac\x2b\xe7\x5b\xf6\xce\xac\x5d\x1c\xd6\ \xb7\x6c\x3b\xb0\xe4\x8c\xc5\xa0\x8e\xe9\x8c\x17\x45\xb1\x68\xe1\ \xc2\xbf\xfb\xfc\xe7\xc3\x30\x8c\xa2\xe8\xe7\x47\x9b\x72\x2e\x66\ \xf7\x3c\xf9\xb5\xbb\x36\x69\x6b\xe2\xe5\x17\x5e\x7b\xcd\xdb\x76\ \xdc\xfd\xcd\x2f\x7f\xf6\x33\xbc\x67\xc5\x07\x7e\xf3\xf4\xc6\x4f\ \x9e\x8f\x25\x37\x16\x4f\x3c\x79\xbd\x78\xf4\x1b\x9f\xff\x62\xe3\ \x92\x13\xdd\x96\xd1\xf2\x87\x7f\xed\x3a\x69\xd4\xe1\x92\x13\x44\ \x72\x0e\x85\x08\x39\xf6\x9d\x7a\xe9\x27\xff\x78\xe3\xc2\x6e\x78\ \x3a\x0a\x91\xcd\x7f\xe7\xb5\xe7\xfd\x8f\x6f\xde\xfa\x04\x8b\x37\ \xbe\xe3\xbd\xa7\x9c\xb6\xcc\x0e\x6f\xbf\xe3\x1f\x3f\x9b\x67\xc9\ \x92\x8b\xce\x92\xe1\x70\x1c\x0a\x26\xc3\x52\x28\x89\x88\xc9\x40\ \xb0\x60\xd5\x39\xe7\x9c\x36\xf8\x95\x5b\xff\xea\x2f\x57\x9d\x7d\ \xc5\xba\x33\xd7\x3c\xf4\xc3\xaf\xaa\x66\x7a\xda\xf5\x97\x9d\xb6\ \xfa\x94\x47\xff\xe9\xbb\x9f\x9f\x9e\xba\x70\x79\xa9\x1c\xc8\x93\ \x2f\xbe\x7a\xdb\x57\xbe\xfa\x99\xbf\xbc\xb7\x6f\xcd\x05\x37\xad\ \x5f\xf6\xc4\x56\x19\x4a\x0e\xc8\x4b\xa5\x98\xb7\xe3\x0d\x5c\x96\ \x4a\x31\x03\x02\x60\x71\xa9\x24\x10\x83\xb8\x24\x38\xa0\x08\x4a\ \x91\x04\xc0\x50\xf2\xf2\x92\x0d\xd7\x9c\x77\xe0\x8e\x6f\x7d\xf9\ \xa1\x9e\x13\xde\xf1\xfe\x5f\x39\x33\xc6\xb6\x9c\x26\x49\xd2\x2b\ \xae\xb8\x62\xcd\x9a\x35\x8b\x16\x2d\xf2\x7d\x2f\x8f\xc0\x76\xde\ \xd8\x3f\x3c\xc1\x97\x7d\xec\x4f\x7e\x7b\xdd\xbc\x70\x72\xf3\x4f\ \xbe\xf4\xfd\x5d\x0f\xff\x60\xf4\x99\xe7\x77\xeb\xd2\xd2\x1b\xce\ \x7d\x9b\xec\x6d\x7c\xf3\x8b\x7f\x7d\xdf\x92\xd3\x6f\x7e\xcf\x15\ \x57\x9e\xfc\x6f\xdf\xfa\xd2\x17\x2b\x4b\x4e\xff\x95\xab\x37\x74\ \x75\x95\x04\x02\x72\x19\x30\x5c\x76\xde\x3b\xce\xd9\xfd\x2f\x5f\ \xf8\xeb\xcf\xa4\x19\x7b\xfb\x19\x15\x5e\x8f\x43\xe9\xa7\x04\x09\ \x45\x28\x45\xcf\xca\x33\xaf\x38\xf5\xc5\xef\xfd\xbf\x7f\x37\xbb\ \x6f\x47\xdf\x3b\x2e\x63\xc7\xf0\x0c\xd2\x24\x3d\xff\xbc\xf3\xfe\ \xc7\x97\xbf\x34\x7f\xfe\xfc\x76\x1c\xb8\x63\x1d\xfb\x45\xb1\x37\ \x56\xe7\x4e\x46\xab\xa2\xd0\x2c\x88\x2b\xa5\xd0\x2a\xe5\x90\x31\ \x24\xe7\x88\x71\x29\xd0\x36\x1a\x4d\x1e\x77\x95\x24\x1a\x47\xe8\ \x1c\x31\x86\x73\xad\xaa\xac\xd1\x0e\xd8\xcb\x98\xf4\xc3\x19\x0f\ \x27\x02\x89\xe4\x00\x91\x8c\xb6\xc0\x81\x8c\x43\x21\xc0\x68\x87\ \x52\xf0\x57\x1d\xdc\xff\x1e\xc1\x03\x39\x5b\xe4\xb9\x21\x56\xaa\ \x54\x24\x47\x70\xba\xd9\x48\x79\x5c\x29\x49\xd4\xda\x10\x22\x43\ \x64\x8c\x59\x95\xa5\x85\x0b\xc3\x00\x00\xc4\xb1\x07\xef\x1b\xcc\ \x23\x13\x52\xf8\x1e\x8c\x8e\x80\x05\x81\x28\x92\x7a\x4e\xb2\x5a\ \x89\x9d\x75\x9c\x43\xda\x68\x28\x12\xa5\x52\xc8\xc8\xcd\xa9\xe1\ \x7d\x47\x76\xe7\x08\xb8\x94\xcc\xe9\x46\x23\xc1\xa0\x54\x8e\x78\ \xd2\x68\x38\x16\xc4\x71\x24\x39\xaa\x2c\xc9\x0d\x8b\x22\x89\x80\ \x42\x4a\x30\x59\x23\xd5\x71\x57\x97\x04\xa7\x8d\x05\x44\x86\xe0\ \x9c\x3f\xd6\x9c\xe7\x4e\xd4\xee\x3b\x88\x8c\x81\x73\x70\xc8\xa7\ \x9c\x73\xc8\x84\xe4\x94\x34\x9b\xda\xb1\xa8\x14\x8b\x23\xa0\x33\ \x08\x82\x57\xc0\x4a\x72\xce\x01\x93\xc2\xf7\xad\x07\xab\xb5\xb1\ \xa6\x28\xb4\x8c\x2b\xa5\x50\x20\x52\xda\x68\x28\xe2\xa5\x72\x39\ \x40\xd3\x68\x24\x16\x65\x29\x0e\x91\x1c\xb4\xee\x35\xe0\x22\xe0\ \xa0\xeb\xf5\x26\xca\x38\x8e\x04\xd9\x43\xa7\x84\x1c\x30\x61\x9b\ \xcf\x3d\x7a\xdf\xa6\x3d\x13\x63\x23\x8d\xf3\x6f\xfe\xb5\xcb\x57\ \xf7\xbc\x82\x5a\x37\x08\x02\x63\x8c\xeb\x54\x74\xe8\xd8\x2f\x37\ \xb8\x1f\xda\x7d\x91\xda\x3d\xfe\x0e\xf9\xfb\x25\x1e\x7c\x2e\x47\ \xe5\xf0\xbf\x5f\xe1\xc8\xed\xb7\x71\xae\xd5\x63\x2b\xc6\xf5\xe6\ \xf2\xa9\x5e\x36\x07\x2f\x3b\xeb\x43\xce\xe1\xd0\xd0\xdc\x6b\x3d\ \x6d\x38\x7c\x2a\x5f\x36\x21\x2f\xfb\x8d\xf6\xd7\x8e\x9c\xfb\x43\ \xf2\x90\x5e\x3a\x0e\x1c\xe5\x12\x1d\x7e\xf9\x0e\x1f\x51\xeb\xc5\ \x5c\x07\xc9\xb9\x7f\x3b\xca\xb5\x3e\x8e\x19\x3c\xfc\xd4\x8e\x98\ \xd0\x23\xcf\xea\x68\xf7\xda\x51\xa6\x04\x19\x43\x93\xee\x1d\xdc\ \xb6\x7f\xba\xe8\x5b\xb2\xe6\x94\x15\xf3\xc1\xd9\x8e\x4f\xde\xb1\ \x0e\xb8\x77\xac\x63\x6f\x85\xdb\x5e\x86\xa1\xe4\xe8\x8c\x2e\x94\ \xe9\x20\x7b\xc7\xde\x92\x26\x3a\x53\xd0\xb1\x5f\x3e\x23\x5d\xe4\ \x9d\x1e\x83\x1d\x7b\x6b\x1b\xeb\x4c\x41\xc7\x3a\xd6\xb1\x8e\x75\ \xc0\xbd\x63\x1d\xeb\x58\xc7\x3a\xd6\x01\xf7\x8e\x75\xac\x63\x1d\ \xeb\x58\x07\xdc\x3b\xd6\xb1\x8e\x75\xac\x63\x6f\x88\xfd\x7f\x4a\ \xf2\x97\x64\x83\x8e\x23\xa0\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ \x42\x60\x82\ \x00\x00\xc4\x3f\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\x15\x00\x00\x00\xc5\x08\x02\x00\x00\x00\xf5\xc5\xf1\x2e\ \x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\xec\xbd\x67\xbc\x5c\xc5\ \x91\x3e\x5c\xd5\xdd\x27\x4c\x9e\xb9\x73\x73\x56\x96\x90\x00\x09\ \x81\x48\x06\x23\x01\x06\x61\x92\x10\x39\xd8\x64\x8c\x8d\x31\xc6\ \xfb\xae\xb3\xd7\x86\xdd\xf5\x3a\x10\x16\x63\x83\x31\x60\x82\xc0\ \x64\x0c\x06\x4c\x46\x64\x05\x94\x51\x0e\x57\xf1\xe6\x38\x77\xc2\ \x39\xa7\x43\xbd\x1f\x46\x12\x02\x84\xc8\xfb\x37\x68\x9e\x0f\xf7\ \x37\x77\xc2\x09\x7d\xea\xe9\x0a\x5d\x5d\x85\x44\xb4\xbe\x65\xdd\ \x83\x0f\xde\xbb\x72\xc5\x52\xdf\x2f\x20\x32\x28\xa1\x84\x12\x3e\ \x1a\xc4\xba\xb5\x6b\x7e\xfb\x9b\x5f\xf5\xf6\x74\x3b\x4e\x08\x19\ \x27\xa2\xd2\xa0\x94\x50\xc2\x47\xe5\xcf\x43\x0f\xfd\xad\xab\xab\ \xd3\xb6\x5d\xa9\x34\xc0\x8e\xe4\x41\xc4\xad\xaf\x88\xe0\xdd\x1f\ \x7d\xac\xef\x7c\xf4\xaf\x95\x50\xc2\x17\x0c\xbc\xba\xaa\x8c\x00\ \x88\x68\xbb\x58\x23\x00\x20\x7a\x52\xe5\x03\xe9\x49\xa5\xb4\x11\ \x1c\x11\xf1\x3d\xaa\xa9\xf8\x8e\xef\x07\x41\x10\x28\xa5\x00\x80\ \x31\xf6\x7e\xf5\x85\x88\x4a\xa9\x20\x08\xa4\x94\x5a\x6b\xc6\x76\ \x72\xa8\xcf\x03\x88\x00\xf0\x21\x27\x2a\xde\xe9\xbf\xa6\xca\xdd\ \x76\xfd\x1f\x6f\xba\xf9\x28\x77\x5d\xc2\x67\xc9\x9f\x11\xc3\x9b\ \x11\x70\x47\x91\x52\x44\xfd\xd9\x42\x85\xc5\x46\x45\x43\x0d\x21\ \x2b\x84\xd8\x39\x98\x0f\x88\x6c\xf1\x8e\x75\x87\x88\x9e\xef\x15\ \xbc\x20\x12\x89\x47\x22\x31\xcb\x76\x03\xa9\x72\xb9\xac\x65\x89\ \x1d\x8f\x4e\x44\x83\xd9\x1c\x63\x56\x2c\x16\x77\x43\x51\xc6\x44\ \x36\x9b\x35\x5a\x09\x21\x3e\xeb\x67\x4c\xc6\x18\xd8\xae\xe6\x10\ \xa4\x54\x85\x82\x6f\x59\x7c\x17\xa2\x26\xa5\xf2\x3c\x9f\x73\xfe\ \xe1\x47\xff\x3f\x27\x8f\x92\x3a\x97\xcb\x0b\xc1\xdf\xd1\xdd\x1f\ \xfa\x2b\x00\xdf\x97\xbe\x2f\x85\xe0\x25\xc9\xfe\x3f\xb2\xdf\x88\ \xc8\x18\xb3\xfd\x7f\x4d\x54\xc8\x7a\xa7\x0d\x2d\x9f\xda\x94\xae\ \x74\x2d\x8b\xc1\x40\xa0\x97\xf5\xe6\x6f\x5f\xde\xba\x29\x57\x88\ \x87\x1c\x43\x84\x88\xb9\x5c\xc1\x76\x42\x13\x27\x8e\x2b\x2b\x4b\ \x59\x96\x65\x8c\x29\x78\xde\xfa\x96\xf5\xeb\xd6\xad\x89\x46\x42\ \xdb\x1f\xf9\xe0\x60\xbe\xb1\x79\xc8\xb0\xa1\x43\xc2\xe1\x30\x63\ \x4c\x29\xd5\xdb\xd7\xbf\x6c\xe9\xd2\xc1\xec\x60\x24\x1c\xda\x09\ \x85\x10\x91\x4c\x3e\x97\x0f\xb4\x01\x40\x2e\x44\x38\xe4\xf0\x9d\ \xa9\xb5\x77\xcb\x0d\x7a\x12\x8d\x96\x51\x61\xb4\xe5\x00\x91\xd4\ \x9c\x85\xeb\x86\x37\xb3\xbe\x75\xeb\x72\xc2\x01\x04\x24\xca\x65\ \x73\xd2\x10\x00\x72\x2e\x22\x61\xd7\x10\xa7\x50\xf5\xf0\x46\x27\ \xbb\x69\x55\x0f\x84\x18\xee\x5c\x8e\xf3\x79\x5f\x1b\x8a\x45\x5d\ \x43\xbb\x10\x77\x34\x4a\x66\x73\x05\x03\x80\x80\xc2\xb2\xc2\x21\ \x07\x10\xe1\x93\xce\x11\x5a\xa3\x76\xab\xf6\x1a\x53\x91\x5b\x35\ \x6f\x8b\x76\xd8\x47\xa0\x10\x02\x15\x94\x1d\x4a\xd5\xd7\x45\x0b\ \x9d\x1b\x37\xfb\x96\x5b\xb2\x93\xff\x2f\xf4\xcf\xe8\x51\xc3\x61\ \x9b\xfe\x21\xc4\xc1\x6c\xfe\xfc\x21\xa9\x33\x1b\xa3\xe1\x20\xef\ \xe7\xb3\x5e\x2e\x6b\x2b\xaf\xc1\x81\xf1\xe5\x91\xd9\x6d\x99\x0c\ \xa1\xc5\x79\x10\x04\xc8\xf8\xa4\x49\xfb\x45\x22\x21\xdf\xf7\x3d\ \xcf\x0b\x02\x1f\x11\x2a\x2b\x2b\x10\x79\x5b\x5b\xbb\xe3\x58\x00\ \x2c\x33\x98\x6b\x1e\x32\x74\xcc\xe8\x91\x88\xe0\xfb\xbe\xef\xfb\ \xc6\xe8\x70\xc8\xad\xac\xaa\x6c\x6f\xef\x94\xc1\xce\x26\x7e\x43\ \x9e\xe6\x55\x43\xc7\x8e\x6a\x6e\x6e\x68\xa8\x4f\x85\x30\xd3\xd5\ \xa5\x51\x20\x82\x31\xc6\x18\x22\x42\x40\x2c\x6a\x1b\x63\xc8\x10\ \x20\x40\x26\x0f\x95\x7b\x1c\x71\xd5\x8f\xce\x2a\x2c\x9c\xb9\x66\ \x40\x73\x46\x5d\x19\x6b\xfc\x94\x33\xbe\x7d\xda\xc8\xd9\x4f\xbc\ \x5c\xb0\x1c\x63\xd0\xd3\xe1\xda\xe1\x7b\x8c\x6c\x6e\x6c\x68\x68\ \x48\x85\x70\xa0\xbb\xb3\x2f\x63\xef\x7d\xd4\x89\xdf\x3a\x61\xe2\ \xaa\xe7\x9e\xdc\x62\x5c\xce\xd8\x3b\x9a\x4c\x1b\x43\x80\x88\x79\ \xdf\xaa\x1c\x3a\x76\xef\xa6\x64\x66\xd3\xfa\x3c\x2b\xca\x31\x91\ \x31\xda\x10\x01\x6e\xd7\xdb\x5a\x92\x72\x2b\x46\x8e\x1e\x3d\xa4\ \xa1\xa9\xbe\xae\x26\xc2\x65\x5f\x67\x17\x31\x81\xc8\xb6\x5f\x6a\ \xf1\xfb\x64\xb4\x26\x44\x44\x32\xc5\x53\x00\x19\xa3\x09\xb7\xdf\ \x60\xf1\x8e\xb2\x39\xa8\xdd\xf3\xe0\xcb\x2f\xfe\x7a\xc7\x4b\x4f\ \xb6\xf8\x82\x31\x56\xbc\xa6\x6d\x27\xdd\x7a\x0d\x86\x60\xdb\xb3\ \x23\xd2\xb2\x2d\x9b\x3c\xe1\xec\xf3\x8f\xdd\x37\x3c\xeb\x99\x39\ \x32\xec\x92\x36\xda\x10\x11\x62\xf1\xb2\x89\x8c\x36\xc6\x10\x00\ \x02\x60\x49\xf4\x3f\x1b\xfd\x63\x8c\x29\xaa\x0b\x44\x2c\x04\x72\ \x8f\x30\x3b\x3a\x8d\x83\x7d\xdd\xeb\x72\xb2\xdc\xe6\x15\x2e\x5f\ \xd2\x1d\xd4\x86\x44\x75\xc8\x3a\xa5\x2e\xf4\xa7\x0d\x39\xc5\xd0\ \x97\x72\xf4\xa8\xd1\x88\x98\xcd\xe6\xb6\x1f\x48\x4a\xe9\xfb\x7e\ \x6d\x6d\x4d\x47\x7b\xbb\xef\x17\x10\x21\x1c\x8e\x34\x36\xd4\xf7\ \xf7\xf7\x2f\x5f\xbe\x9c\x73\x01\x00\x5a\xab\x58\x2c\x36\x6a\xd4\ \xc8\x61\x43\x87\x2e\x5d\xfa\xb6\x10\xe6\xbd\xf4\x51\x32\xb0\x53\ \xa7\x5f\xf6\xbd\x7d\xc3\xb9\xde\xbc\x04\x80\xcd\xf3\xff\x79\xdb\ \x3d\x4f\x77\xeb\x28\x43\xce\x10\x30\x28\x30\x86\x8a\x87\x8d\x06\ \xce\x10\x48\xa9\x20\x8f\x18\xcd\x66\x3a\x17\x2f\x59\xde\x91\x37\ \x32\x00\x4f\x0b\x4b\x50\xd4\xe5\x64\x24\x19\x30\xc6\x28\x0d\x3e\ \x4f\x9c\xfc\xed\xcb\x0f\x88\x66\x3b\x33\x52\x58\xb8\xe9\xad\xa7\ \xae\xfd\xe3\x53\xca\x10\x72\x41\xa1\xa4\x1a\xd4\x4c\x06\x56\x28\ \xa4\xa4\xca\x4a\x16\xb6\x39\x1a\x4f\x2b\x95\xf1\x2a\x8e\x9b\x7a\ \xec\xd4\x8a\xae\xff\x5e\xf2\x76\x9f\x32\x9c\x43\xbf\x6f\x80\x59\ \x0e\x37\xe0\xe5\x50\x58\xc2\xb6\x01\xc8\xcb\xc9\xe4\x98\xf1\x97\ \xfd\xdb\x99\x91\xc1\xce\x01\xcf\xd8\x5c\xaf\x9e\xfb\xdc\x03\xf7\ \x3d\xd9\x6d\x22\xb9\x00\x84\x10\x16\x6a\xf0\xb2\x24\x22\x60\x39\ \x42\x65\x15\xda\x92\x84\x85\x05\xd2\xb6\x6f\x44\xcc\x0a\x0a\x81\ \x50\x84\x82\x21\x90\xd6\xaa\x60\x74\x14\x00\x8c\xd6\x06\x80\x8c\ \xce\xe4\x89\x31\x61\x73\x02\x2f\xcb\x2c\x17\xb8\x1d\x68\xb4\x18\ \x90\x56\x24\x73\x3c\x1c\xc9\x7b\x44\xc0\xc2\x36\x85\xec\xa2\x8d\ \x4d\xb9\xbc\xd2\x60\x85\x2c\x20\x3f\x0b\xcc\x66\xb6\x5b\x08\x94\ \xcd\x19\x00\x08\x20\x86\x25\x0f\xe9\xb3\xb3\xdf\xb6\xff\x93\xf7\ \xe5\xfe\x29\xc6\xb2\x7d\x52\x9b\xd5\x39\xf1\x7c\x5b\x6e\xa4\x63\ \xe6\x07\xce\x79\x35\x32\x1f\x64\xf7\xb2\xed\x04\x9a\x8c\xd2\x9c\ \x89\x58\x2c\x9e\xcf\xe7\x76\x0c\xac\x15\xbd\x1d\x22\x53\x96\x2e\ \x5b\xbf\xbe\x05\x11\xea\xea\xaa\xb4\x56\xf9\x7c\x9e\x08\xc6\x8d\ \x1b\xab\xb5\xce\xe5\x72\xeb\xd6\xad\x2b\x14\xbc\x48\x34\x6c\xd9\ \x8e\x52\x92\x73\x41\x3b\x38\x18\x1a\x88\x18\x72\x47\xcc\x7f\xec\ \xda\x8b\x6e\x5c\x70\xf2\x0f\xaf\xfd\xf9\xf4\xa9\x8f\x3c\xf8\x7c\ \x6b\xdd\x21\xbf\xfe\xde\x29\x35\x11\xea\xdb\xb8\xe8\xb6\x1b\xfe\ \xbc\x82\x8d\xf8\xf7\x1f\x5f\x38\x22\xe5\x92\x9f\x99\xf7\xdc\x23\ \x77\xfe\xed\x05\x11\x8e\x8f\x9d\x38\x7e\xcd\x03\x77\x50\xf5\xfe\ \xdf\xbb\xf4\xcc\x89\x0d\x51\x2d\xcd\x40\xcf\x12\x02\x32\x44\x64\ \x00\x05\x11\xe9\xb7\xff\x71\xc3\xb7\x6f\x9c\x7b\xf0\x37\x7e\xf1\ \x9b\x0b\xa7\x8e\x7e\xf0\xd5\x5c\x21\x27\x2a\x9a\xbf\x77\xdd\x5f\ \x54\xb6\xf5\xa9\xbb\x6f\x7d\x62\xd6\x8a\xc1\xf8\x98\xd3\xce\x3b\ \xe3\xd8\x03\x47\x52\xff\x86\xa7\xfe\x76\xfb\x5d\xcf\xb4\xe6\x06\ \x32\xee\x3e\xe3\xaf\xbe\xe5\xe6\x39\x4f\xde\x7e\xfd\x5f\x5e\xab\ \x3e\xe4\x84\x4b\xcf\x39\x66\x4c\xb5\xbb\x76\xde\x4b\x77\xdf\x75\ \x7f\x4b\x46\x0a\x87\x17\x95\x15\x65\xdb\x1f\xb8\xe6\xff\xbb\x73\ \x9e\x3e\x78\xfa\x79\x3f\xf9\xc6\xf4\xde\x8d\x6b\x6f\x7e\x72\xed\ \x1e\x47\x9f\x76\xc9\xa9\x93\x1b\x62\x7a\xf1\xcc\x7f\xdc\xf0\xd7\ \x27\x47\x9f\xfe\xd3\xcb\x46\x2c\x3e\xff\xdf\x1f\x9a\x7a\xd9\x15\ \xfb\x5a\x73\x7f\xf6\x9b\x37\x2f\xbb\xe5\x37\xe9\x99\xb7\xfd\xf1\ \x2d\x75\xe5\x0f\x2e\x18\x59\x1e\xe1\x41\xe6\xb5\xc7\xee\xb9\xf3\ \xc1\x37\x75\xf1\xb9\x10\x0d\xe4\x61\xd8\xfe\x53\x2f\x39\xeb\xa8\ \x91\x69\xbe\x62\xd6\x73\x77\xdd\xf5\xc0\xc2\x7c\xf2\xdc\x2b\xff\ \xed\xb8\x51\x91\xc0\xcf\xbc\xfe\xd8\x5d\x77\x3f\xb6\x30\xb5\xdf\ \x09\x97\x9d\x7f\xec\xf0\xa4\x45\x08\x2d\x4b\x54\xa6\xa0\xa3\x63\ \x0f\xba\xe4\x9c\xe3\xc6\x54\xb9\x1d\xab\xe7\xce\xb8\xed\xce\x79\ \x3d\xf6\xe9\x97\x7d\xe7\xe8\xf1\xc3\xcb\xdc\xec\xef\xaf\xbd\x7e\ \xee\xa2\x8d\x21\xd7\x2e\x49\xff\x67\xac\x7f\xb4\xa1\xa4\x2e\xe8\ \xbc\x1f\x28\xfa\x7a\x3c\x7a\x43\xde\xba\xad\xd3\xbb\x7a\x14\x2b\ \x93\x99\xbc\xd4\x11\xdb\xb6\x0c\xd7\xc6\x12\x80\x44\x46\x6b\xd5\ \xdd\xdd\xd3\xdb\xdb\xc7\xf9\x56\xcb\xa7\xa1\xa1\x31\x14\x72\x18\ \x43\xad\x35\x43\x44\x44\x29\xa5\x52\x8a\xc8\x64\xb3\x59\x22\xe3\ \x79\x05\x00\xf4\x64\x80\x42\xf8\x9c\x49\xcd\x18\x63\x08\x20\x8c\ \x11\x44\xc2\x18\x2e\x95\xc5\x02\xe8\xec\x1c\x32\xe2\xb0\x6b\xbe\ \xbf\x4f\x4d\xad\xee\x9f\xf9\xaa\x9d\xc9\x54\x0c\xbe\x7a\xff\xcf\ \x17\x86\xe3\xb5\xd3\xbe\x79\xe2\xf1\x4d\xf5\x41\x8b\xdf\x2c\x7b\ \x67\xfd\xf6\xe6\x79\xa1\xfd\xae\xf8\xe6\xb1\xdd\xf3\xdf\x7e\xad\ \x90\x77\x8d\xca\x53\xfa\xa8\xb3\x4f\x1f\x15\xde\xf2\xd3\x5f\x3c\ \x3c\xea\x98\x8b\xa7\xed\x1d\x91\x0c\x25\x11\x18\x22\x02\x22\x12\ \x6e\xa2\xb6\xb1\xa1\xb1\x26\x41\xd2\xf3\x95\x64\x96\xa3\xfb\x36\ \xdf\x7c\xdd\x2d\xf1\x63\xbf\x77\xce\xc9\x53\xfe\xf9\xfa\xda\x03\ \x8e\x39\xe9\xb8\x71\xd6\x2d\x57\xfd\x0c\xc7\x9f\x7c\xe9\xf9\xe7\ \x2f\x99\xff\xdf\x46\x58\x99\xf5\x8b\xfe\x7c\xd3\x8c\x0d\xfd\x79\ \xaa\xde\xfb\xe2\x4b\x4e\xe2\xb3\xef\xbf\xf2\xc6\xee\x73\x2f\xbf\ \xf8\xec\x13\xbb\xae\xff\xcb\x63\x83\x22\x49\x64\x8a\xa1\x79\xc1\ \x31\x15\x96\x6f\x3e\xf3\xda\xa2\x23\xf6\x1d\x56\xd7\x58\x3d\x24\ \xfa\xad\xf3\x8e\xdc\xf4\xd0\x9f\xae\x5f\x1b\xbf\xf2\xca\xd3\xcf\ \xde\xd0\xf2\xf7\xd9\xb3\x82\x43\x26\x8c\x68\x1e\x52\xdd\x34\xbc\ \xd9\x6f\x1b\x3a\x7c\xf4\x88\x70\xfe\x99\x15\x2d\x10\x1a\xdf\x50\ \x61\x3d\x79\xcd\xd5\x6b\x46\x9d\xf2\xef\xc7\x1f\xfb\xea\x2b\x73\ \xba\x02\x85\x00\x52\x11\x4b\xee\xf1\xad\x4b\x8e\x2f\x3c\x77\xc7\ \x15\x73\x83\x4b\xaf\x3c\xef\x8c\x63\x5b\x37\xdc\xf1\xd2\x0b\x0f\ \xdc\xb9\xa1\xba\x6c\xef\xaf\x1e\x79\xd0\xd7\xa6\x3e\xff\x52\xc7\ \x31\x67\x1f\x17\xdf\x38\xf3\xc7\xbf\x5b\x74\xf4\xb9\x17\x8d\xb0\ \x4d\x4e\xd4\x5f\x76\xd1\xc9\xe9\x8d\xaf\x5c\xf3\x60\xdb\x29\xe7\ \x9f\x73\xca\xb4\x35\xf3\xfe\x77\xe9\x88\x71\x43\xdb\x5f\x7a\xf0\ \xbf\x5e\x9c\x3f\x50\xc8\xdb\x16\xdf\xd1\xe9\x2d\xe1\xd3\xe8\x9f\ \x77\x79\xa1\x03\xbe\x32\x96\x44\x82\xe7\x37\xf6\x2a\x91\x3e\xa1\ \x29\xf9\xc4\xfa\x8e\x33\x52\x41\x54\xe0\xa0\x07\x92\x42\x40\xa8\ \x8d\xc9\xe7\x0b\x00\x94\x4c\x26\xd3\xe5\xe5\xdb\xbd\xe4\x20\x08\ \x7c\x3f\x28\x14\x3c\x04\x04\xc0\x82\xe7\x7b\x81\xf4\xb4\x0e\x10\ \x3c\x00\x45\x50\x40\x2c\x20\x60\x3e\x1f\x1d\xcc\x8f\xeb\xea\x4e\ \xf8\x7e\x4a\xeb\xf2\x82\x9f\x0c\x82\x98\x94\x51\xa5\xc2\x52\x86\ \x35\x95\x4f\x3b\x3e\x44\x38\x8c\x69\xe8\xe9\xd6\xbe\xfa\x3d\x00\ \x00\x28\x00\x01\x00\x7f\xb9\x1e\x00\x0e\x47\x80\x07\x6e\xaa\x25\ \x38\x14\xee\x4d\xdc\x55\x7f\xae\xf1\xbe\xc6\xe6\x55\x2e\x7d\xfa\ \xb4\xd6\x4c\xc5\xed\xd7\xe6\xb3\xeb\x1a\x67\xb7\x55\x40\x6d\xd8\ \x8b\xd5\x65\x0b\x05\xb4\x7a\x98\x9d\x17\xc2\x63\xac\x69\xea\xa5\ \xb7\x4f\xa5\x5c\x6f\xfb\x93\xf7\xdc\xb7\xac\x33\xbf\x97\x65\x19\ \x2f\xb7\x71\xd9\x62\xbf\x7e\xcb\x37\x46\x47\x45\xb4\x6a\x54\x5d\ \x6d\xc7\xfa\x57\xde\x78\x69\x2e\xcb\xd7\x9e\x7c\xdc\xc5\xe3\xea\ \x13\x03\x00\xfe\x60\x5f\xc7\xca\xa5\xad\x76\x55\x6c\xe4\xd8\xe1\ \xf1\xfc\x8c\x57\x67\x2f\x7c\xb9\xfd\xd5\xa3\x8f\x3b\xb7\x7e\x68\ \xca\x95\xbd\xea\x9d\x21\x34\x5a\x79\x05\x89\x29\xdb\xb5\x85\xaf\ \x74\xb2\x72\x4c\xb5\xe8\xb8\xf3\xa5\x39\x0b\x5a\xec\x39\xa7\x9f\ \x78\x50\x53\xfd\x1d\x6f\x2d\x5a\xde\x73\xf4\x89\x5f\xdb\xd7\x72\ \xbb\x73\x3c\x79\xd8\xc9\x87\xf0\x8e\xd6\xf5\xeb\x36\xc2\xb0\x89\ \x46\x05\x9d\x6b\x97\xcd\x1e\x58\x17\x1c\xbd\x9f\x1b\x8e\xa2\x21\ \x00\xf2\x7c\x19\xaa\x1d\xd3\x1c\xc9\xfc\xe9\x95\xd9\x0b\xe7\x66\ \x5f\x9f\x76\xfc\xb4\xda\xa6\xaa\xa6\xbd\x4e\x3a\xff\xf4\x44\xa6\ \x2d\x88\x08\x08\x30\x51\xd9\xdc\x1c\x67\x0b\x9f\x9a\x33\x7b\xee\ \xa6\xbd\x8f\xcf\x8f\x4a\x6b\x27\x3d\x74\x48\xc4\x62\x55\xc3\x8f\ \x9c\x5c\x15\x74\xb7\x74\x66\x58\xd8\x02\xad\x29\xdb\xb6\x61\xcb\ \xea\x15\x98\xaa\x16\xbc\x64\xc0\x7d\xe6\xfa\x07\xc0\x16\x38\x2f\ \x0b\x53\x5c\x6d\xb4\x89\x26\xd2\x27\xb9\x54\x6b\xba\xe6\xd4\x96\ \xa9\x42\xa7\x65\xe4\xb2\x02\xef\x33\x9c\x23\x49\xad\x7a\x7b\xfb\ \x92\xc9\x78\x10\x04\x00\xb4\xa3\x33\xca\x39\xef\xe9\xed\x23\x4b\ \x28\xc6\xdb\x07\x07\x53\xf9\x84\xeb\x07\x89\xae\x9e\xf8\x96\xf6\ \xa6\x7c\xa1\x2e\x97\xaf\x1b\xc8\x34\x1a\xe2\x4a\x69\x29\x39\x11\ \x03\x22\xc0\x5e\xdb\xee\x77\xac\x01\xdb\x6a\xb3\xc2\x03\x91\xe4\ \x7e\x27\x9e\xa0\xd6\xbd\x78\xcf\x32\xeb\xd4\x1f\xfe\x32\xd1\x37\ \xf7\xfa\xc7\x57\x7c\xfd\xfc\x4b\x87\x78\xaf\xff\xf1\xfe\xa5\x47\ \x5d\x72\x71\xed\xa2\x27\xff\xb1\x32\x38\xeb\xf4\x29\x2d\x8f\xde\ \xb7\xba\x50\x7d\xf2\xa1\x23\x36\x3c\xfb\x64\x5b\x9f\x5d\x56\x5e\ \x1e\x5f\xd3\xa2\xdf\x78\x6b\x18\x7a\xbf\x84\x9c\x7e\xec\x66\xf6\ \x04\xfb\x51\x2e\x1f\x30\xd6\x65\x59\x2d\xc9\x8d\xc3\x6e\x2b\xcb\ \xf2\x8e\x5b\x57\xf6\x76\x9a\x42\xfb\x60\xa6\xd7\x4a\x07\xae\x43\ \x8e\x63\xb9\xae\x46\x20\x40\x16\x64\x36\x76\xf7\x1c\xb1\xcf\xe8\ \x3d\xf6\x1e\x86\xe3\xf6\xae\x80\xde\x96\xf6\xfe\x90\x82\x44\x79\ \x75\x45\xf3\x90\x9e\x3e\x52\xbd\x6b\xb7\xf8\x47\xef\x3b\x7e\xcc\ \xab\x9d\xe9\x89\x43\xaa\x7a\x37\x2d\x1a\x28\x30\x0c\x91\x31\x86\ \x10\x80\x31\x37\x5e\x1e\xa9\x74\x4e\x3b\xfb\x84\x3d\xcb\x72\x33\ \x96\x2c\xda\xd4\x6d\x06\xf1\xf0\xfd\xf6\x19\xb9\x3a\x9a\xd8\xab\ \x3a\xd4\xb6\xa0\xa7\x6f\x73\xc7\xca\x35\x1d\xe7\x1c\x7d\xf8\x9c\ \x07\x66\x3c\x16\x3f\xe0\xdc\xaf\x8d\x78\xfb\xf9\xbf\xad\xeb\x64\ \x65\xa3\x05\x00\x5a\x8e\x6b\x73\x46\x86\x00\x48\x03\xd8\x6e\xa4\ \xa2\xae\xcc\xeb\x5e\xdd\x21\x8f\xda\x6f\xfc\xe8\xb7\xf2\xde\x84\ \xfa\xb2\xd6\xb7\xb6\x44\x86\x1f\xf2\xd5\x21\xf8\xdf\x3f\xba\x37\ \x3f\x61\xda\xf7\x26\xd7\xeb\xc1\x2d\x9b\x06\x61\x9f\x09\xfb\x8c\ \x9e\x9b\x8f\x87\x6d\x44\x21\x33\x6d\x5d\x9a\x57\xf5\xb4\x3c\x7a\ \xef\x33\x39\x91\x70\xb3\x9b\x7d\xa7\x12\x81\x98\xb0\x1c\xd7\x91\ \x08\x25\xe5\xf3\xd9\xf1\x87\x68\x7b\x6e\x80\xcd\x70\xbe\x67\xbf\ \x31\x98\x3f\x34\x24\xf7\xd2\x3d\x3a\xa3\x73\x5a\xef\x63\xe7\xd0\ \xa8\x7e\xc5\x1e\xe9\xb7\x02\x21\x42\x44\x88\xd0\xde\xde\xe6\xb8\ \x16\x43\x4e\x64\x88\x80\x10\x0d\x22\x08\xde\xd3\xdb\xd7\x97\xcb\ \x0d\x23\xd3\x90\x2f\x34\xf7\xf6\xed\xb3\x74\x79\x6d\xbe\x50\x3d\ \x30\x80\x9e\x9f\x0d\x85\x06\xc2\xe1\xc1\x58\x74\x7e\x24\xbc\x34\ \x90\x7d\x21\xb7\x2f\xe4\xf6\x3a\x56\x9f\x6d\xe7\x85\x20\x00\x42\ \x30\x81\xd4\x89\x9a\xea\xef\xff\x9b\xf5\x44\xff\x23\x6b\x17\x0c\ \x84\x86\xfc\xf2\xbc\x43\xe3\x9d\x57\xdd\x9f\xa3\x2b\xcf\xfe\xc1\ \xf9\x5f\x1f\x0c\x55\x96\x2d\xec\x9e\x35\xdb\x8b\x1e\x7d\xdc\xf1\ \x8d\x93\x0f\x1f\x1a\x71\x5a\x96\xcd\xfc\xdd\x1b\x71\x7f\xd2\x89\ \x63\x7e\x7a\xdc\xdf\x2e\xbd\xe0\xc5\xd8\x21\x3f\xf8\xc6\x71\x13\ \xc3\xd2\xea\xea\xee\x9d\xfb\xc2\xcc\x7b\x9e\x4c\x48\x53\x9f\x2b\ \x8c\xc8\xf4\x0d\xbd\xff\x3e\xd6\xba\xf1\x57\x1a\x5a\x5d\xb7\x2b\ \x11\x7b\x5b\xf4\x88\xb7\xe7\x39\x55\x43\x15\x30\xdf\x76\x31\xcc\ \x5c\xbb\xf0\xdc\xe3\x7f\x1f\x53\xff\xcd\x9f\xde\x78\x33\xe4\xbb\ \x5f\x79\xe0\xce\x05\x9d\x7d\xee\xab\x6f\x1d\x35\xfe\x94\x5f\xde\ \x74\xcb\x82\x7f\xde\xfd\x9f\xd7\xfd\xe3\x2f\x77\x8c\xf9\xde\x59\ \x17\xde\x7d\x8a\xd5\xb9\x7a\xfe\x1d\x7f\x7f\xb6\x13\x23\x82\xc8\ \x90\x91\x81\x94\x56\xd9\xf4\xef\xfd\xf6\x04\x2d\xfb\x3a\x36\x3c\ \x72\xeb\x2d\x33\x17\x6c\x19\xb0\xf4\x6d\x0f\x8e\xbb\xf0\xbc\x9f\ \x4e\x75\xa9\x65\xfe\x8b\x0f\xcf\x9c\x0f\x28\x67\x2d\x69\x39\x7b\ \x72\xf5\xa2\x25\xf3\xe7\xb1\xd4\x37\x8f\x19\xb1\x6e\xf6\xac\x3e\ \x6e\x97\x73\xee\xb8\x0e\x47\x20\x14\xae\x6b\xbb\x0e\xb6\xae\x5d\ \xfb\x76\x97\x75\xec\xa9\xa7\xbc\x7a\xd5\x2d\x37\xdd\xb1\xe7\xf7\ \x4e\xbf\x7c\xc6\x39\xbc\x75\xf9\x1b\xb7\xfc\xf3\x95\x15\x90\x9d\ \xd3\x3a\xee\xd2\x1f\xff\x5c\x3a\x21\xd3\xb6\x5c\x65\xd6\xdc\x77\ \xcf\x13\xff\x76\xde\x31\x37\xdf\x72\x2c\x63\x66\xc9\xcb\x59\xca\ \xae\xbe\xfb\xee\x27\x2f\x3b\x7d\xf2\xd5\xbf\x3f\x02\xfd\xcc\xdf\ \xff\xf7\xa7\x4b\xe7\x2b\xdb\x75\x39\x67\x64\x8c\x26\x62\xa5\xd0\ \xf6\x67\xb5\x52\x77\xe4\x11\x87\xee\x18\x04\x50\x04\x96\x5f\x38\ \x3b\x32\x70\xa0\x53\x88\x30\xc3\x01\x0a\x84\xad\xda\x9a\x91\x8d\ \x2f\xa4\x58\xd4\x62\xc5\x90\xa9\xf4\xa5\x65\x3b\xe5\xe5\xe5\xe8\ \x38\x9a\x73\x4b\xca\x68\x20\x6b\x3b\x3a\xea\x5b\xd6\xef\x93\xc9\ \x0c\xc9\x15\x38\x11\x03\xd8\x68\x5b\xeb\x92\xa9\xce\x9a\xaa\x2d\ \x15\xe5\xbd\xd1\x68\x9e\xf3\x0c\xe2\xe6\xcc\x40\xce\xcb\x87\x85\ \x40\xa2\xe2\xd7\x76\x30\x26\xc8\xa0\x88\xa7\x2a\x9c\x42\x7b\x57\ \x96\x24\x4f\xd5\x56\x84\x79\x76\x4b\x4b\xc6\x2e\x2f\x2f\x8b\x39\ \x4c\x29\x3f\xdb\xd1\x15\x1e\x39\xf9\x97\x3f\x3d\x6d\xd6\x0d\xbf\ \x79\x62\x43\xd6\x0c\x76\x65\x3d\x60\x91\xf2\x74\x9c\x53\x7f\x5b\ \x6b\x9e\xf1\x58\xba\x32\x15\x41\x06\x81\x37\xd0\x3f\x90\x0d\x98\ \x70\x95\x0e\x6b\x16\xd6\x3a\x9d\xeb\x1b\x51\xf0\x9b\xb3\xb9\x11\ \x83\xd9\xe6\xc1\x1c\xb7\x2c\x27\x64\xaf\xd7\xfa\xad\xba\xd1\x5d\ \xf5\xe1\x59\x41\xb0\x49\xf3\x5c\x34\x5d\x9f\x0a\xd9\x5e\xa6\xbf\ \xbb\xd7\x58\x8e\x27\x45\x34\x95\x48\x86\x85\xc9\xf5\x65\xb3\xb9\ \x3e\xe9\x24\xd2\x65\x29\x97\x15\xfa\x3b\x33\x79\xc9\x1d\x9b\x88\ \x88\xc0\x88\x68\x2a\x1e\xb1\x19\x10\x29\x7f\xb0\x6f\x20\x93\x65\ \xa1\x30\x18\xca\x6b\xab\xa2\xbc\x2c\x22\x4c\xb6\xb7\x3d\x17\x20\ \xb7\x58\x1e\x53\x35\x71\x2c\x0c\x74\xe6\x20\x99\x2e\x73\x4d\x4f\ \xfb\x00\xd9\xcc\x4e\xa4\x13\x42\xf7\xb6\x75\xb0\xea\x9a\x24\x06\ \x03\xdd\xbd\x79\x66\xc5\x52\xd5\x76\x7e\xa0\xbf\xbf\x5b\x85\xd3\ \x15\xe9\xb8\x45\xf9\xfe\x8e\x6c\x41\x2b\x6e\xb1\x70\x59\x55\xdc\ \x41\x30\x2a\x3f\xe0\x65\x07\x7b\x03\x11\x4a\xa6\xd3\x11\x0b\x8c\ \x0e\xb2\x7d\x05\x3f\xc8\x04\x3c\x92\x4a\xa7\x43\x82\x4c\xe0\x67\ \xba\x07\x82\x48\xa2\x22\x19\xce\x77\x76\x17\xa4\xc1\xd2\xea\xea\ \x67\xc7\x9f\x23\x0e\x3f\xf4\x3d\x2b\xdc\x92\x40\x4a\x39\x12\xf2\ \xc3\xb9\xef\xa2\x69\x37\xd6\x62\x1d\xce\x72\x27\x2c\xb6\xc6\x09\ \x0c\x80\x41\xf4\xb4\x06\x4d\x23\x89\x26\xf8\xfe\xfe\x1d\x9d\x43\ \xba\xba\xab\x72\xf9\x8c\x63\x6f\x88\x44\xde\x4e\x24\x96\x25\xa2\ \x1b\x23\x91\xcd\xae\x5b\x30\x9a\x71\xcb\x71\x1c\xc1\x40\x07\xca\ \x2f\x78\x1c\x8d\x6d\x59\x1f\xbc\xd4\x4f\x41\x10\x00\xb7\x6c\xc1\ \xc8\x28\x3f\xd0\xdc\xb2\x2d\x46\x81\x94\x86\x00\x81\x7c\x69\x37\ \x4e\x38\xf2\xd7\xbf\x3c\xed\x99\x2b\x2f\x98\xb1\x3a\x6f\x87\xa3\ \xb6\x40\x32\x2a\x90\x5a\xd8\x0e\x47\xd2\x4a\x29\x6d\x08\x80\x31\ \x5e\xcc\x87\x20\x00\x83\xa0\x0c\x01\x63\xc5\x90\x21\x27\xaa\xf2\ \xbc\xa6\x6c\x6e\x68\x7f\x66\xc2\x60\xb6\x79\x30\x53\xee\xcb\x3e\ \xd7\x5d\x1d\x8f\xbe\x9e\x4c\x2c\x88\x46\x5a\x62\x31\x72\x6c\x1b\ \x88\x1b\xa3\x03\xa9\x0d\x71\x21\x84\xe0\x48\x46\x4a\xa5\x89\x38\ \x17\xc5\x65\xfe\xad\xeb\x2f\x46\x4b\xa9\x0c\x00\x02\x30\xce\x85\ \x10\xc5\x8f\xc8\x68\xa9\x94\x21\x10\xc2\xe2\x9c\x21\x00\x18\xe5\ \x4b\x23\x6c\x9b\x91\x0e\xa4\x12\xb6\xc3\x11\xc8\x6c\x7b\x4d\xca\ \x93\xc6\xb2\x2c\xce\x40\x49\xa9\x81\xd9\x96\x40\x32\x52\x4a\x4d\ \x50\x3c\x29\x02\x29\x29\xb5\xa1\xe2\x3d\x0a\x4b\xb0\x1d\xde\xd9\ \xfa\x1d\x22\xa5\xa4\x32\x54\x5c\xcf\xe5\x0c\x02\x3f\x00\x61\x59\ \x9c\x95\x96\x7e\x3e\x4b\xfe\x4c\x99\xfc\x95\x9d\x64\x88\x20\xf8\ \x1a\x02\x02\x02\x10\x00\x2e\x07\xbe\x2d\xc4\xec\x33\xc6\x89\x52\ \x52\xed\xdb\xd7\x77\x50\x57\xcf\x3e\x3d\x7d\xb6\xd6\x03\x8e\x33\ \x37\x9d\x5a\x50\x96\x5c\x16\x8b\xf5\xdb\xd6\xa0\x10\xdb\xa3\x6a\ \x88\xa0\xf5\xf6\x15\x44\xe4\x9c\x31\xc4\x4f\x63\x3d\x18\x03\x56\ \x28\x5a\x5d\x99\xc8\xb6\xb7\xf6\x07\xe6\xa3\xa7\xb7\xbc\x77\x8d\ \x1f\x51\x32\x66\x00\xa2\x5a\x27\x02\x39\x3c\x97\x9d\xd0\x3b\x30\ \xa9\xb7\xbf\xc6\x2b\x68\x64\x6f\x27\x62\xaf\x97\xa7\x67\xa5\x53\ \x5d\x8e\x1d\x30\xe6\x68\x53\x12\xbb\x12\x76\xc2\x9f\xc9\x87\x1d\ \xb4\x33\x11\x7c\xef\x3b\x0a\x40\x31\x26\xc8\xec\x91\xc9\x1e\xd9\ \xd9\x75\x60\x77\x5f\x4d\xa1\xb0\x29\x12\x9e\x5b\x96\x7a\xa3\x2c\ \xb5\x32\x16\xed\xb1\x2d\x04\x60\x3b\x9a\x64\xb8\xf3\x43\x7d\xba\ \xbc\x92\xad\xab\xef\x52\x6a\x66\x59\x82\xe1\xa7\x3a\x5a\xd1\x73\ \x03\x30\x88\x06\xd1\x00\xc4\xb4\x1a\x39\x98\xdb\xaf\xb7\xff\xc0\ \x9e\xde\x11\x83\xd9\x3e\xc7\x7e\xab\x2c\xf9\x4c\x55\xe5\xc2\x44\ \x3c\xc7\xb9\x4d\xc4\x89\x76\xb8\xb5\x12\x76\x7b\xfe\x4c\xdc\x67\ \x4f\xb6\x0b\x95\x4e\x40\x8c\x81\xe3\x24\x19\x9b\xd8\x9f\x39\x6a\ \xd3\x96\x7d\xfa\xfa\x0b\x00\xb3\xa2\xe1\x97\x2a\xca\x17\x26\xe2\ \x19\x4b\x28\x44\xdb\x18\xfe\x25\x90\x2a\x02\x83\x18\x30\x86\x00\ \x31\xa9\x46\x65\xb3\x53\xba\xba\x0f\xe9\x1f\x4c\x00\xac\x8e\x46\ \x9e\x6e\xa8\x7f\x23\x9d\xec\x46\x24\xdf\x47\xad\x8b\xc9\xdb\xa5\ \x40\xd6\xee\xce\x9f\xeb\xaf\xbb\xf6\x03\x2d\x20\xc6\xc8\x76\xa0\ \x90\x8f\xbe\xfc\xf2\xde\x2f\xcd\xdc\x67\x20\xc3\x46\x8c\x68\x3b\ \xfc\xf0\xd9\x43\x9a\xd7\x86\x1c\x03\xc8\x8b\xf3\xf1\x97\x6e\x50\ \x08\x40\x23\x6a\x44\x00\xa8\x0f\x82\x49\x5b\x5a\x87\xbe\xf4\x32\ \x2e\x5c\xb0\xcc\xb1\xe7\x7d\xe5\xe0\xbe\x23\x8e\x30\xe9\x34\xfa\ \x3e\x28\x15\x0e\x87\x38\x17\xa5\xfd\x02\xbb\x2f\x7f\xda\x5a\xdb\ \x76\x2e\x42\x96\x05\x00\xee\xbc\x79\xc9\x5b\x6e\x81\x17\x5f\x84\ \xda\xda\x9e\x53\x4f\x1d\x9c\x3a\x55\xd7\xd7\xdb\x42\x58\x7a\x77\ \x99\x77\x15\x63\x01\x19\xec\xea\x8a\xbc\xf0\x42\xf9\x7d\xf7\xb3\ \x95\x2b\x60\xef\xf1\x99\x4b\xbf\x95\x3f\xec\x30\xc3\x79\x45\x2c\ \x66\x39\x36\x94\xf8\xb3\xdb\xf2\x67\xcd\xea\xd5\xef\x7b\x0f\x8d\ \xeb\x5a\xed\xed\xc9\x5b\x6e\x49\xdc\x75\x97\x4e\xa5\x06\xce\x3d\ \x37\x73\xd2\x49\xaa\xae\x0e\x83\x00\x95\xda\x0d\xc5\x85\x84\x20\ \xdb\xe6\xfd\xfd\xd1\xa7\x9e\x4a\xde\x7a\xab\xbd\x72\x65\xf6\xa4\ \x93\xba\x2f\xbb\x2c\xb6\xff\xfe\x0e\x10\x29\x55\x92\xa4\x12\x7f\ \x00\x00\x80\x73\x12\x22\xfc\xf2\xcb\xe5\xff\xf3\x3f\xd6\x9a\x35\ \x99\x53\x4f\x1d\xb8\xe8\x22\x7f\xe8\x50\x54\x0a\xa5\xdc\xcd\x07\ \x8b\x38\x07\xdb\x16\x5d\x5d\xf1\xbb\xee\x4a\xde\x76\x9b\x09\x87\ \xfd\xff\xbc\xda\x9c\x71\x06\x00\x40\x89\x42\x25\xfe\x80\x65\x01\ \x51\xe2\xb6\xdb\xca\xae\xbb\x4e\xd5\xd7\xf7\xfc\xf0\x87\xb9\x29\ \x53\x00\x11\xa5\x2c\x99\x28\xef\xb0\xc8\xb2\x80\x31\x77\xc1\x82\ \xf2\xff\xfa\x2f\x77\xde\xbc\xe0\xd2\x4b\x83\x5f\xfe\x07\x45\xa3\ \xe0\xfb\xa5\xc1\xd9\x7d\xf9\x43\x96\xc5\xb2\xd9\xf4\xb5\xd7\x26\ \x6e\xbf\x7d\x70\xfa\xf4\x9e\x1f\xfc\x40\x36\x36\x32\xdf\x87\x52\ \x88\x69\x27\xc3\x86\xe4\xba\xac\xbb\xbb\xfa\xce\x3b\xc3\x7f\xf8\ \x83\x3a\xf6\xeb\xde\xb5\xd7\x52\x4d\x35\x04\xb2\x34\x36\xbb\x23\ \x7f\xc8\xb2\x30\x9f\xaf\xb8\xea\xaa\xf8\x03\x0f\xf4\x5e\x7e\x79\ \xdf\x65\x97\x91\x6d\xa3\xef\x23\x22\x63\x3b\xa9\x08\xf7\x9e\x5d\ \xdf\xbb\x27\x8c\x10\x65\xe5\xe9\xe8\xbd\x7f\x73\xae\xb8\x42\x1d\ \x74\xa0\xf7\xe7\x3f\x53\x7d\x7d\x49\x0b\xed\x56\x10\x45\x9f\x07\ \xb4\x4e\x5f\x73\x4d\xfc\x81\x07\xba\x7f\xfe\xf3\xfe\x0b\x2f\x04\ \x29\xd1\xf3\xb8\x10\x8c\xb1\x5c\x2e\xf7\x7e\xaa\x58\x96\x15\x0e\ \x87\x83\x20\xd8\x9d\x43\xb7\x28\x25\x4a\x29\x2f\xba\xd0\x24\x12\ \xee\x05\x17\xb8\xdf\xbf\xd2\xbb\xed\x56\x8a\x44\x4a\xbe\xd0\xee\ \xc5\x1f\xb2\xed\xc4\x5f\xff\x9a\xbc\xed\xb6\xbe\xef\x7d\xaf\xff\ \xfc\xf3\x41\x4a\xd4\x9a\x0b\xd1\xd9\xd1\xf1\xd4\x3f\xff\xd9\xdd\ \xd3\xf3\x7e\xfe\x70\xce\x47\x8e\x1c\xf9\xb5\x23\x8f\xb4\x2c\x6b\ \xb7\x5e\xfd\x30\x06\xf2\x79\x75\xf2\x74\x2f\x97\x0d\x5d\x70\xa1\ \xfd\xab\xab\xbc\xdf\xfc\x0f\x32\x56\x32\x7a\x77\x17\xfe\x90\xe3\ \x38\x0b\x17\xa6\xaf\xbb\x2e\x37\x75\x6a\xef\x65\x97\xa1\x31\xa0\ \x35\x00\x08\x21\x66\xbe\xfc\xf2\xac\xd9\xb3\x5d\xd7\x7d\xff\xcf\ \xb4\xd6\x1b\xd6\xaf\x6f\x6c\x68\x98\x38\x71\xa2\xbf\x9b\x5b\x2c\ \xc6\x40\xa1\xa0\xce\x39\xc7\x5f\xb6\xcc\xf9\xdf\x1b\xf4\x57\x0f\ \x55\xd3\xa6\x41\x3e\x5f\x92\xad\xdd\x43\xff\x04\x41\xea\x96\x5b\ \xc0\x98\xde\xcb\x2f\x27\xd7\x45\xcf\xdb\x26\x15\x66\x30\x9b\x3d\ \xf7\xdc\x73\x6b\xaa\xab\x77\xa2\x7f\x84\x98\x3b\x77\x6e\x57\x77\ \xf7\x47\x29\x9e\xb6\x5b\x50\x48\x6b\xf9\xdd\xef\x5a\xff\x7c\xda\ \xf9\xed\xef\xf4\x21\x87\x50\x2c\x56\x9c\x86\x4a\xf8\x92\xf3\xc7\ \x5d\xb2\x24\xf2\xdc\x73\xfd\xe7\x9f\xef\x8f\x1b\x87\xef\xd6\x24\ \x08\xd0\xdc\xd4\xd4\xd8\xd8\xa8\xdf\x27\x0a\x96\x65\x6d\xdc\xb0\ \x21\x9b\xcd\xee\xfa\xe8\x04\xe8\xb8\xae\x40\xe3\x7b\xbe\xa6\x1d\ \xde\x66\x56\xc8\xb5\x8d\xf4\xfd\x40\xff\x3f\xca\x9a\x43\xdb\x75\ \x2d\x86\xdb\xeb\x41\x92\x0a\x3c\x3f\x20\x60\xb6\xeb\x5a\x8c\x3c\ \xcf\xd7\xdb\x2b\xbe\x21\x73\x1c\x97\xa3\x7e\xf7\x5d\xbc\x1b\x52\ \x52\x43\x7d\x70\xe5\xf7\xdd\x4b\x2f\x15\xcf\x3e\x2b\xcf\x3c\xb3\ \xa4\x82\x76\x0b\xfe\x44\x9f\x79\x86\x18\xcb\x9e\x70\x02\x18\xf3\ \xfe\x45\x1e\x29\x65\x10\x04\xef\xe7\x0f\x11\x29\xa5\x3e\x64\xef\ \x00\x72\x1b\x73\xaf\x3d\xfe\xc8\xea\x5c\xf2\x98\xe3\xbe\x56\xe5\ \xa8\x40\x13\x00\xa0\xb0\x65\xdb\xb2\x7b\x9e\x7d\x23\xb5\xc7\x11\ \x87\x4f\x6a\x24\xa9\xff\xaf\xfd\x27\x64\x1c\x72\x2f\x3f\xfc\xd0\ \xd2\xb6\xbe\x62\xd5\x52\x52\x41\x64\xf8\x01\xd3\x8f\x38\x30\x86\ \x7d\x2f\x3f\x38\x63\xe9\x40\xf2\xeb\x27\x1d\xd3\x18\xe3\x52\x1b\ \x64\xc2\xd2\x7d\x2f\x3e\x3c\x63\x59\x26\x39\xf5\xd8\xa3\x9b\x93\ \x5c\xed\xf4\x7a\x89\xc0\xf3\xd5\x51\x47\x99\xe6\x21\xe2\xe1\x87\ \xe5\x09\x27\x02\x2f\x79\x41\x5f\x7e\xb0\xd0\xec\xd9\xde\xa4\x49\ \xfe\xf0\xe1\x9f\x43\x7a\x01\x0a\x0c\x36\xac\x5c\xf4\xcc\x23\x7f\ \xbb\xe7\xef\x33\xb3\x68\x73\x2c\x4a\xaf\x30\x83\xed\x73\x5f\x7f\ \x65\xe9\xfa\x5e\x14\xdb\x83\xe3\x58\x8c\x95\xe3\x8e\xa4\xdc\xfa\ \xce\x8e\x92\xcf\xb6\x7e\x8e\xf8\xee\x4f\x00\x91\xbd\xfb\xa7\xc8\ \x18\x63\x8c\xed\x74\x77\x06\xa3\xdc\xe2\x37\xdf\x5c\xbc\x6a\xa3\ \xa7\x94\xef\xfb\x9e\xe7\x4b\x65\x00\x88\xdb\xb1\x9a\x0a\x77\xc1\ \x8b\x0f\xdf\xfb\xe4\xec\x02\xb3\x38\x82\x65\xe1\xea\xd9\x4f\xff\ \xed\xa1\x17\x0a\x4e\x45\x55\xc2\x36\xbb\x28\x43\xaa\x94\xa9\xa9\ \xd1\x5f\x3b\x92\x2d\x5a\x84\xbd\x3d\x20\x44\x49\xbc\xbe\xfc\xfa\ \xc7\x5a\xb3\x26\x7f\xee\xb9\x60\x59\x9f\xc7\xc2\x05\x01\xda\x4e\ \x28\x1a\xe5\x8b\x9e\x7f\xe4\xa1\xf2\x8a\x73\x8e\xde\x93\x79\x3e\ \x00\x01\x13\x6e\x28\xec\x58\xbc\xb8\x79\x07\x19\xb7\x38\x7a\x5e\ \x41\x2a\xc3\xb8\xe5\x86\x1c\xd0\x4a\x1b\x52\x41\x41\x6a\x16\x0a\ \x87\x18\x68\x43\xc0\x38\x93\x85\x42\x40\xe8\x3a\x0e\x28\xe9\x69\ \x12\xc2\xda\xba\x3a\x45\x26\x08\x02\x60\xc2\x12\x0c\x00\x2d\x4b\ \xa8\xc0\xf3\xa4\x06\x40\xc6\x39\x7f\xef\xa6\x4b\x46\xb2\xe0\x19\ \x6b\xc2\xe4\xe9\xdf\x39\x6b\x32\x7a\x1e\x01\x90\x96\x9e\x2f\x7d\ \xc9\x47\x7d\xe5\xf8\xb3\x36\xb6\xdc\xf1\xc2\x23\x2f\x8c\x19\x7e\ \xe2\x81\xcd\xb9\x0d\x73\x1e\x7c\xf4\x85\xc8\xde\x53\xcf\x3e\xf1\ \xe0\x10\x48\xb5\x4b\x5d\x89\xc6\xe8\x09\xfb\x58\x7f\xbe\x05\x07\ \x32\x54\x57\x57\x12\xaf\x2f\x3f\x7f\xd8\xe0\xa0\x6c\x6a\x22\xfe\ \x79\x55\x34\xd2\x52\x46\x9b\xc7\x8c\xaf\xe5\x6f\x3c\x72\x57\x75\ \xf5\x95\xc7\xec\x5d\x15\xd0\x7b\x74\x81\x40\x35\x30\xf7\xc5\x67\ \x9e\x9e\x39\x67\x43\xe7\x60\x24\x5d\xbf\xef\x57\x8f\xfe\xfa\x94\ \x89\xe9\x90\xd5\xb1\xf4\xb9\x1b\x6e\x7b\x62\xf8\xd7\xbf\x75\xc1\ \x31\xe3\x05\xc1\xc0\x9a\x99\xd7\xfd\xf1\x91\xea\x29\xdf\xb8\xf8\ \xa4\x83\x36\x3f\x75\xd3\xef\x9f\xda\x74\xea\xc5\x57\x1c\xb6\x47\ \x34\xd0\x82\xba\x16\xdd\x7c\xe3\x6d\x6c\xf4\x69\xdf\x39\xfb\x60\ \xdb\xf8\x1b\x16\xbf\xf2\xf8\x93\x4f\x2f\xdb\xd8\xa3\x89\xa7\x1a\ \xc7\x9e\x76\xfe\x05\xfb\x54\x8a\x60\xbb\xdd\x85\x68\x82\x6c\x1e\ \xb0\xd2\x89\x90\x0a\xa4\xef\x29\x43\x5b\xa3\xf0\xa4\x03\x8a\x1c\ \x72\xfc\x19\x2b\x56\xfd\xfe\xf1\x47\x1e\x1b\xdb\x78\xea\x8a\x47\ \x1f\x5e\xe5\x37\x5c\x72\xca\xb1\xb5\x21\xe3\xf9\x1f\x36\x44\x44\ \x66\xf8\x30\x50\x0a\x7c\x8f\x3e\xf1\xce\xd8\x12\xbe\x48\xf1\x37\ \x00\x0a\x85\xe0\xf3\x7b\xd6\x46\x6b\x1e\x9f\x72\xf2\xf4\x70\xdf\ \x7f\x3d\x3c\x63\x46\x5d\xd5\x65\xe3\xeb\x62\xde\x0e\xaa\xc0\xe2\ \xf9\xd7\x1f\xb9\xf3\xaf\xcf\xac\x9e\x78\xd4\xf1\xc7\x8d\xac\xd8\ \xbc\xe4\xd5\xbf\x3f\x70\x6b\x46\xbb\xdf\x3a\x7e\x42\xc3\x9e\x87\ \x1e\x35\x71\xc1\xbd\x8f\x3d\x30\x66\xf4\xf0\xc3\xeb\xb3\x8f\xdd\ \xf7\x70\x7f\x6a\xc2\x45\x93\xc7\x3b\x24\xb5\x0c\x0a\x05\x4f\x6d\ \xb7\xa6\x48\xfb\x5e\x81\x4b\xc5\x6c\xdb\x5b\xf3\xd6\xbd\x77\xdc\ \xd3\x57\x75\xe0\x59\x17\xec\x1d\x32\x85\xee\x81\x7c\xc2\x41\xb3\ \xc3\xec\x80\xc8\x74\xbe\x3f\x1b\x64\xb7\xac\x5d\xfa\xc6\x9b\xba\ \xaa\xba\xb6\xa6\x22\x65\x73\x23\x95\x29\x32\x88\x25\x86\x4e\x3b\ \xed\xc4\xcd\xb7\x3c\x7c\xf3\xff\x76\xfa\xfd\xfd\x5f\x3d\xe9\xdb\ \x93\x86\x26\x3e\x62\x98\x9e\xc2\xe1\x92\x54\xed\x4e\xfc\x41\xe4\ \xbd\xbd\x9f\xab\xa7\x4b\x5a\x52\xb8\xee\xa4\xb3\xbf\xb1\xf6\x7f\ \x6e\x9c\x71\xef\x93\x75\x57\x9c\x19\xe6\xb8\x8d\x3d\x76\x6e\xed\ \x2b\x4f\xbc\xb2\x74\xec\x31\x97\x7e\xe7\x9b\x93\xa3\x0c\x60\xbf\ \xd1\x32\x73\xf5\xb3\xaf\xcd\xdc\x30\x65\xcf\xa1\xe1\xd8\xe4\xe9\ \x67\xae\x6e\xb9\xe6\xef\x0f\x3c\x30\xd0\x90\x79\xb3\x3d\x7e\xd6\ \xf7\xa7\x35\x45\x51\x1a\xda\xea\x1a\xbd\xcb\xfd\x61\x88\xc8\x18\ \x0e\x76\xb6\x77\x0e\xc8\xd1\x47\x7f\xf5\xa8\x23\xc7\x9b\x42\xc1\ \xf7\x83\xa0\x58\xda\xe3\x9d\xaf\x1a\xa5\xc3\xc3\x87\x35\x75\xf6\ \x2c\x7d\xf8\xee\x57\x7a\x06\xf4\xf0\xfd\x8f\x38\xfd\xe4\xa9\x4d\ \x49\x4b\x29\x03\x00\x32\x50\xf5\x7b\x1d\x32\x79\xc2\x82\xbb\x9f\ \x9d\x1f\x1e\x35\xf5\x98\x43\xf6\x60\x32\xf8\x88\xd1\x68\xec\xea\ \x2a\x9e\xa3\x24\x5b\xbb\x05\x7f\x74\x55\x95\xb5\x76\x2d\x6a\xfd\ \x69\xfa\x6d\x7c\x28\x54\xe0\x87\xeb\xc7\x9f\x75\xe6\x31\xbf\xf9\ \xf3\x53\x0f\xbd\xb0\xe7\x39\x23\x9d\xa2\x7c\x09\xae\xb7\xac\xdf\ \x92\xf5\x80\xad\x7a\xfd\xa6\x6b\xe7\x28\x4d\x82\xd3\x96\x0d\x99\ \x6c\x81\xb6\x0c\xa8\xe1\x21\xa4\xc4\xf0\x53\xce\x98\x7e\xc3\x8d\ \x77\x3d\xb0\x22\x3a\xe5\x8c\x4b\xbf\x32\x3c\xe5\xfb\x3e\x77\xf9\ \x07\x9b\x8b\xa6\x6c\xe8\xe8\xbd\x46\x54\xce\x7a\xfc\x4f\xbf\xef\ \x39\xec\xd0\x83\x26\x0d\xab\x2b\x77\x38\x33\x3b\x10\xc8\xa8\xc0\ \xaa\xda\xf3\x9c\x0b\xc7\xc8\xc0\xcf\x66\xfa\xd6\x2d\x7e\xe5\x81\ \xc7\x1f\xbf\x95\xdc\x7f\x3b\x77\x6a\x9c\x53\xb1\xd4\xce\x60\xeb\ \xca\xe5\xeb\xb6\x58\xb1\x84\xec\x5a\xf6\xe6\xe2\x8d\x27\x4e\xaa\ \x47\x5f\x7e\xe8\xe8\x10\x63\x6c\xe5\x2a\x8a\x46\x21\x12\xc1\x52\ \xf0\x6d\x77\x88\xbf\xf9\x7b\xec\xe1\xce\x9b\xc7\xb2\xd9\xcf\x7b\ \xca\x94\x81\x1e\x32\xe9\x98\xd3\xa6\x0c\x9b\xf3\xd8\x7d\xaf\xac\ \xec\xb1\x2c\x06\x80\x08\xa6\xe0\x4b\x05\xdc\x72\x44\x31\x62\x66\ \x88\xd7\x0d\x1f\x3f\xf9\xe0\x49\x15\x36\x69\x43\x44\xe0\x84\x23\ \xb6\x05\xd2\x90\x36\x9a\xde\x5b\x8e\x84\xde\xa7\xeb\x02\x4c\x0c\ \x39\xfd\xd2\xef\x9e\x72\xf8\xd8\x9e\x65\x33\xaf\xfb\xcf\xff\xb8\ \xfe\x8e\xc7\x36\xf4\x2b\xf1\xde\x08\x02\xb7\x9d\x50\x34\x9e\xaa\ \x6d\x1a\x71\xf8\x09\x67\x4f\x3b\xa0\x7e\xd3\xbc\x39\x1b\xba\xb3\ \x8c\x21\x20\xb7\x4c\xff\xf3\x8f\xde\x37\xa7\x37\x79\xe6\xb7\xbe\ \xf3\x95\x9a\xc2\x13\xf7\xdf\xb7\xa4\xdd\xb7\xad\x8f\xb0\x52\xac\ \xb5\x78\xed\x35\x6a\x6e\xa2\x64\xb2\xb4\x7e\xba\x5b\xe8\x9f\xfc\ \x61\x87\x95\xff\xea\x57\xee\xbc\x79\xf9\xc9\x93\xb1\x50\xf8\x1c\ \xad\x38\xa3\x3d\x70\x0f\x3a\xee\xf4\xe5\x6b\x6f\x7c\xfc\x1f\xcf\ \x81\x16\xd5\x08\x9a\x44\x2a\x16\x42\xc0\x11\x07\x4c\xbb\xf4\xeb\ \x23\xbc\x6c\x41\x13\x32\xce\xd1\xa8\x42\x3e\x2f\xc1\xb2\xf2\x9b\ \x1f\xbd\xf7\x81\xfe\x9a\x43\x4f\x9b\xd0\xf7\xe4\xe3\xf7\x0c\x69\ \xae\x3d\x62\x4c\x5a\x19\xb4\xc3\x36\xc8\xbc\x17\x78\x8c\x97\x81\ \x7e\x57\x1f\x08\xa3\x8d\x93\x6c\x38\xea\x94\x0b\xbe\x72\x44\xc7\ \xd2\x59\xcf\xdc\xf5\xd0\x3f\x1e\x89\x55\x7c\xfb\xf4\x43\x84\xf4\ \xb7\xb9\x4b\xc8\xb9\x40\xd2\x4a\x6b\x6d\xb4\x1d\x76\xca\xd2\x71\ \x90\xbd\x81\x56\x00\xcc\xb6\x71\xf5\xcb\x4f\x3c\x39\xab\xf5\xc0\ \xe9\x97\x1d\x76\xc0\xa4\xde\x50\xd7\xd2\x6b\xef\x7e\xf0\xb1\x99\ \x4d\x17\x4c\x0d\xa3\xde\x45\xf8\x1a\x5c\x87\x2f\x5f\xc1\x5f\x9e\ \xa9\x4e\x3d\x95\xca\xd2\xa0\x4a\x7b\x19\x76\x03\xfd\x93\x9b\x32\ \x45\x57\x56\x26\x66\xcc\x40\xcf\x83\xf7\x25\xe3\xf0\x62\x35\xbe\ \xf7\x41\x08\xb1\xd3\x7d\x0d\x1f\x42\x21\x15\xb0\xc4\xb0\x93\x4e\ \xfa\x5a\x44\xf6\x66\x0a\xc0\x90\xb4\xa4\xda\x31\x63\x87\x95\x9b\ \xd7\x9f\xbc\xef\x85\x79\x2d\x05\x45\x64\x82\xfe\x8e\xcd\x6d\x3d\ \x03\x1a\xb9\xcd\x83\xd9\x4f\xdd\xf7\xea\x26\xf7\xc4\xd3\x4f\x3f\ \xe5\xf4\xd3\x0f\xa8\xc8\x3d\x72\xef\xc3\xeb\xfa\xb5\x40\x48\x36\ \x0f\x4d\x61\xff\xec\xb9\x73\xb6\x64\xb4\x1b\x0e\x09\x06\x64\x0c\ \x11\x01\x32\x53\x18\xec\xe9\xee\x0d\x0c\x4b\x54\x0f\x9d\x74\xc0\ \x84\xca\x08\xef\xeb\xe9\xf6\x0c\x5a\x42\x08\x21\x00\x90\x81\xec\ \x6c\x5d\xdf\x31\xe0\xd9\x4e\xc8\x11\xb8\x65\xc5\xec\x99\x6f\xae\ \x09\x35\x0c\xab\x4e\x44\x91\x8b\x42\xdb\xdb\x0f\xfe\xfd\x45\x7b\ \xd4\x57\x4f\x3c\x72\x3c\xe6\xb3\x15\x63\x0e\x9d\x7e\xf4\xf8\x8d\ \x6f\x3c\xfe\xcc\xdc\xf5\xc2\xb6\x3e\x50\x47\x33\x06\x88\xd6\x8c\ \x7b\x30\x5f\x90\xa7\x9c\x02\x82\x95\x76\x1c\xee\x16\xfa\x27\x68\ \x6c\xec\x3f\xeb\xac\xf4\x75\xd7\x45\x9e\x7d\x76\xf0\xc4\x13\x59\ \xee\x9d\x96\x58\x86\xa8\xa7\xa7\xc7\x75\xdd\x62\xfe\x41\x20\x25\ \x43\x2c\x56\xd6\x14\x96\x95\xc9\x64\x6c\xfb\x43\x7a\xc8\x20\x50\ \xe0\x15\xf2\x9e\x6f\xde\x71\x84\x82\xca\xb1\x5f\x3d\xfe\xd0\xc5\ \x37\x3e\xfa\xb6\x17\x68\x32\x92\x95\x8d\x3e\xf9\xd4\x69\xb7\xdf\ \xf5\xd8\xed\x37\xfc\xe6\x89\x74\xd2\x62\x94\xcf\xe5\xc7\x9d\x70\ \xd1\xd9\x07\x8f\xd8\xbc\xe0\xf9\x7b\x9f\x58\x38\xee\xa4\xef\x1f\ \x38\x24\x22\x4d\xe4\xc4\x53\x8f\x7f\xfb\x9a\xbb\x67\x3c\x36\xe2\ \xfb\x67\x1d\x1e\xaf\xdf\xf7\xeb\x53\x16\xdc\xf3\xfc\x53\xbf\x5d\ \x3f\xaf\x2c\x16\x32\x5e\x66\x63\x1f\x8e\xb3\x85\xb0\x45\x57\xcb\ \x82\xdb\xef\x7f\xda\x0b\x27\x1d\x8e\xfe\x60\x4f\x17\x94\x1f\xb5\ \xef\x3e\xe5\x0e\x7b\xf5\x95\xd9\x89\x64\x72\xdc\xb8\xbd\xf4\xe0\ \xa6\x37\x9e\xf8\xeb\xeb\xeb\x29\x15\x73\xc1\xc8\x81\xee\x8e\x82\ \x53\x3f\xfd\xe4\x63\xea\xe2\x16\x04\x7d\x2f\xfd\xfd\xbe\x85\xdd\ \x89\xf3\x2f\x9c\x5a\xe7\x6a\x2f\x30\x0c\xed\x89\x53\x8e\x9b\xf8\ \xd6\xff\xfc\xe3\x81\xfb\xc7\x34\x7f\x77\x5c\xa5\x15\xa8\x9d\x39\ \x36\x8e\xc3\x66\xcf\xb6\xff\xf2\x17\x39\x7d\xba\x9e\x34\x09\xbc\ \xd2\x2e\xa0\xdd\x83\x3f\xa8\x75\xe6\xcc\x33\xa3\xcf\x3f\x9f\xfe\ \xcd\x6f\xfc\x3d\xf7\x94\xcd\xcd\xc5\x14\x52\xce\x79\x3e\x9f\xbf\ \xf1\x8f\x7f\x74\x1c\xa7\xd8\x04\xb0\xa1\xa1\x21\x9f\xcf\x77\x75\ \x75\x15\x35\x4f\xa1\x50\x38\xa3\xb8\xf5\xff\x03\x61\x14\xd9\xa3\ \xf7\x3b\xc4\x0a\x92\x71\xb6\xcd\xf2\x21\x23\xc9\xdd\xef\xc8\x93\ \x4e\xc7\xda\xc4\xb0\x72\xd2\x5a\x4a\xd3\xb0\xcf\x51\x57\xd6\x8d\ \x98\x3b\x77\xfe\xc6\x8e\x8c\x41\x1e\x4d\xd7\xec\x55\x9f\xd2\xd2\ \xcb\x0e\x06\x7b\x1f\x79\xc6\xd4\xc3\xc6\xa2\x0c\xa4\xc6\xf4\xe8\ \xaf\x7c\xe3\xb4\xbe\x45\xfd\x3a\x9b\xf7\x42\x91\xf0\x21\x27\x5d\ \x58\x31\x64\xd6\x82\x15\x1b\x3d\x45\xcc\x6e\x9e\x70\x70\xdd\xc8\ \x31\xa3\xa8\xe0\x85\xeb\x86\x1f\x78\xf0\xfe\x2d\x1d\xfd\x9a\xd0\ \x19\x3a\xf6\xc4\x89\x93\xf6\x1c\x5a\x65\x73\xf1\xd2\xcc\x99\xcf\ \x3d\xf7\xdc\xed\xb7\xdd\x3e\x6c\x48\xc3\x01\x87\x9f\x14\x7a\x7b\ \x65\x47\x5f\xd6\x20\xdf\x63\xe2\xe4\x7d\xf6\x9d\xd8\x5c\x11\x56\ \x4a\xab\x7c\xbf\x8e\x0f\x9f\x76\xce\xde\x07\x8f\x48\x07\x52\x02\ \x80\x51\x52\x24\x87\x9c\x78\xea\x19\xd1\x79\x9b\xf3\x99\x01\x5d\ \x59\x09\x60\xde\x4f\x1e\xe8\xef\x77\x7e\xfa\x33\x13\x0a\x05\x57\ \x7e\x1f\x2c\x0b\x3c\xaf\x24\x5b\xbb\x03\x70\xcd\xea\xd5\xe4\xba\ \xee\xdc\xb9\xb5\xe7\x9d\xe7\x8f\x1b\xd7\xfe\x87\x3f\xe8\x8a\x0a\ \xf4\x3c\xc7\x71\x6e\xfc\xe3\x1f\x17\x2c\x58\xe0\x38\x8e\x52\xaa\ \xac\xac\xec\xe7\x3f\xfb\xd9\x9a\xb5\x6b\xff\xf0\x87\x3f\x58\x96\ \x05\x00\x41\x10\x9c\x7d\xf6\xd9\x87\x4f\x99\x52\xf8\x60\xaf\x69\ \x7b\xfe\xa8\x57\xf0\x77\x14\x3a\x64\xc2\x75\x6d\xa3\x7c\xdf\xdf\ \x9a\x3f\xca\xb8\xb0\x2c\x8b\x73\x86\x44\xc6\x18\x19\xf8\x52\x93\ \xe5\xb8\x8e\x00\xcf\xf3\xb6\x55\xcb\x42\xdb\x0d\x59\x4c\x17\x0a\ \xbe\x21\x00\x44\xcb\x72\x2c\xc1\x8b\x2d\xe8\xc9\x68\x29\xa5\x52\ \x1a\xb9\xb0\x6d\xbb\x58\x27\x98\x0c\x29\x19\x04\x4a\xc7\xe3\xf1\ \xab\xaf\xbe\xba\xe0\x79\x5b\xb6\x6c\xf9\xd1\x0f\x7f\x34\x62\xe4\ \x48\xa3\x35\x63\xac\xd8\x80\x54\x06\xc1\xd6\xa5\x24\xe4\x6e\xc8\ \x65\x46\x16\xbc\x77\x2d\xf3\x72\xdb\x75\x2d\x26\x7d\x6f\x47\xe5\ \x43\x44\x65\x65\x29\x3b\x1a\x25\xcb\x40\x87\xb9\x00\x00\x20\x00\ \x49\x44\x41\x54\xdf\x77\xae\xb8\xc2\xbe\xf3\x2e\xef\x8e\x3b\x82\ \xd3\x4e\x45\xdf\x2f\x19\x6f\xbb\x09\xf8\xe5\x97\x5f\x8e\x5a\xcb\ \xa6\x26\xd5\xd4\x94\xbc\xe3\x0e\x67\xd5\xaa\xfc\x41\x07\x99\x44\ \x82\x13\x65\xfa\xfb\x97\xbc\xfd\xb6\xd6\xda\x18\xa3\x94\x22\x80\ \x55\xab\x56\x6d\xda\xb4\x89\x88\x82\x20\x48\x26\x93\x47\x1e\x71\ \x44\x22\x91\xd8\xc5\x46\x6e\x04\xd0\x4a\xc9\xf7\x67\x5c\x92\x51\ \x52\x6a\xfd\x4e\xc9\x52\x22\xa3\x95\x92\x52\x16\x5b\xd6\x15\x7b\ \xeb\x1a\xad\xa4\x54\x3b\x8a\xa2\x56\xc5\x42\xea\xdb\x43\x05\x5b\ \x7f\x52\x64\xce\xd6\x06\xbb\x44\xdb\x0f\x25\xb7\x96\x92\x07\xc7\ \x71\x9e\x7b\xfe\xf9\x0b\x2f\xbc\x70\xd8\xb0\x61\xd7\x5c\x73\xcd\ \x84\xf1\x7b\xc7\x62\x51\xdf\xf7\x76\xf8\xca\x36\x1f\x4d\x4a\xa9\ \xde\x97\x2f\x5b\x3c\xf1\xfb\xa2\x07\x6e\x2a\x25\x02\xe9\xfe\xf8\ \xc7\xf6\x5f\x6e\xf5\x7f\xfd\xdf\xf2\xc2\x0b\x4b\xe4\xd9\xbd\xec\ \xb7\xa2\xf0\x32\xdf\xcf\x1e\x7d\x34\x16\x0a\x95\x3f\xfb\x59\xcd\ \x25\x97\x74\xfe\xfa\xd7\xfe\x98\x31\x07\x1f\x7a\x68\x65\x65\x65\ \x5b\x7b\xbb\xd6\xba\xc8\x99\xca\x8a\x8a\x93\xa7\x4f\x2f\x8a\xe3\ \x90\x21\x43\x1a\x1b\x1b\xe5\x17\xa7\xa8\x15\x11\xf5\xf7\xf7\x4f\ \x9f\x3e\xbd\xa7\xa7\xe7\xaa\xab\xae\xba\xea\xaa\xab\x6a\x6a\x6a\ \x82\x20\xf8\xa4\x9a\x1b\xc9\x71\x58\x6b\xab\xfb\xf3\x5f\x88\x07\ \x1f\xf2\x7f\xf5\xcb\xe0\x5b\xdf\x82\x52\xa1\xa2\xdd\x91\x3f\x00\ \x60\x0c\x02\x0c\x4e\x9f\x6e\xe2\xf1\xca\x1f\xfe\xb0\xf6\xdc\x73\ \xbb\x7f\xf2\x93\xfc\xb1\xc7\xee\x39\x69\xd2\x9e\x3b\x9b\x50\x11\ \x91\x88\xe4\x17\xad\x22\x5c\xf1\x82\x2f\xbe\xf8\x62\xcf\xf3\xae\ \xbe\xfa\xea\x5f\xfd\xea\x57\xe5\xe5\xe5\x9f\xe0\x2e\xc8\xb2\xc0\ \xb2\xc2\xaf\xbe\x1a\xfd\xf5\xaf\xf9\xca\x95\xde\xf5\xd7\xca\x0b\ \x2f\x84\x6d\x5b\x77\x4b\xd8\x7d\xb0\x43\x0c\xda\x18\x0c\x82\xdc\ \x51\x47\xb5\xfe\xf5\xaf\xaa\xae\xae\xea\x8a\x2b\xd2\xbf\xf8\x85\ \x59\xbb\x36\x10\x42\x1a\x23\xdf\x8d\x20\x08\xbe\x70\xe4\x41\x00\ \xb5\xad\xb2\xc7\xe5\x97\x5f\x3e\x79\xca\x94\xab\xff\xf3\x3f\xfb\ \xfa\xfa\xc4\xc7\xda\x68\xc0\x18\x85\xc3\xbc\xaf\x2f\x75\xfd\xf5\ \xb5\xe7\x9d\xc7\x7d\xcf\xfb\xdb\xbd\xf2\x92\x4b\x40\xeb\x12\x79\ \x76\x47\xff\xe7\xbb\xdf\xfd\xee\x8e\x26\x0e\x28\xa5\xea\xeb\x73\ \x87\x1d\x86\x5a\xc7\xef\xbe\x3b\xf2\xdc\x73\x14\x0a\xc9\x61\xc3\ \x4c\x34\x0a\xc6\x7c\x71\x37\x84\x39\x8e\xf3\xe2\x4b\x2f\x0d\x1d\ \x3a\x74\xf4\xe8\xd1\xc5\xc5\xd6\x03\x0f\x3c\x70\xc3\x86\x0d\x8f\ \x3c\xf2\xc8\xc4\x89\x13\x8b\x31\xc6\x0f\x1b\x2a\x4e\x8e\x8b\x4a\ \x45\x5e\x7c\xb1\xe2\x47\x3f\x8a\x3f\xfa\xe8\xe0\x31\xc7\x78\x7f\ \xfa\x13\x1c\x72\x08\x14\x0a\x25\xb3\x6d\x37\xb5\xdf\xd2\xe9\xb2\ \x9d\xd8\x27\xc3\x87\xc1\xef\x7f\xe7\x1d\x77\x9c\xf3\xdb\xdf\x56\ \xfe\xf8\x27\x89\x47\x1f\xf5\xbf\xf3\x1d\x7d\xe4\x11\x14\x8b\xa1\ \xef\x7f\x11\x27\xda\x58\x3c\x11\x0e\x87\x8a\xde\x0e\x11\x3d\xfa\ \xe8\xa3\xd7\x5c\x73\x4d\x32\x99\x9c\xbf\x60\xfe\xe8\xd1\xa3\x2f\ \xfb\xee\x77\x18\xb2\x0f\x0c\x84\x20\xa3\x90\x8b\x05\x8f\xcf\x9e\ \x65\xff\xe9\x26\xe7\xe9\xa7\x61\xf8\x88\xc2\x9d\x77\xea\xe3\x8e\ \x65\xae\x0b\x1f\xb6\x89\xbd\x84\x2f\x33\x7f\xac\x0f\x6a\xa5\xc8\ \x98\x9e\x7a\x74\xfe\x80\xfd\xad\x07\x1e\xb0\x6f\xbc\xd1\x39\xe7\ \x6c\x7d\xc8\xa1\xf2\xe2\x8b\xd4\x51\x5f\xa3\x54\x19\x4a\x09\x4a\ \x7d\x81\xd4\x91\x10\x42\x70\xe1\x38\xee\xe3\x8f\x3f\x3e\x73\xe6\ \xcc\x2b\xaf\xbc\x92\x8c\x39\xf3\x8c\x33\x7e\xf2\xe3\x1f\xb9\xae\ \x4b\x86\x84\xf3\xbe\x36\x24\x88\x20\x04\xd9\x36\xe6\x72\xfc\xc5\ \x97\xac\x5b\x6f\x15\x4f\x3e\x01\x95\x55\xc1\x4f\x7f\x12\x9c\x77\ \x1e\xd5\xd5\x59\x9e\x47\xb2\x94\xa4\xb3\x5b\x03\x33\x03\xfd\xbb\ \x36\x5a\xc0\xb6\xb1\xb5\xd5\x7a\xe8\x21\xeb\xd6\x5b\xd9\xba\x16\ \x3d\x66\xb4\x3a\xe7\x1c\x79\xcc\x31\xd4\xd4\x04\x8e\x03\x9e\xf7\ \x85\x50\x47\xb1\x78\xe2\xc7\x3f\xfe\x51\x47\x47\xe7\xba\x75\xeb\ \x02\xdf\xbf\xfe\x86\x1b\x5e\x7c\xe1\x05\x00\xf3\x83\x2b\x7f\x20\ \xa5\x7c\x6f\x81\x07\xc6\xc0\x75\x41\x6b\x6c\x6d\x15\x2f\xbe\x68\ \xdd\x7d\x37\x7f\x73\x96\xa9\xac\x54\xe7\x9c\x23\xcf\x3e\xcb\x0c\ \x1b\x06\x5a\x97\x8a\x24\x96\xf0\x11\xf8\x53\x9c\x86\x2d\x0b\x2c\ \x81\x6d\xed\xfc\x9f\xff\xb4\xef\xb8\x93\xcf\x9a\x45\x15\x15\x6a\ \xf2\x14\x75\xca\x74\xbd\xdf\x7e\x54\x5b\x4b\xc6\x70\x22\x46\xc4\ \xfe\x55\xdd\x00\xc7\x0d\xfd\xe4\x27\x3f\x9e\x31\x63\xc6\x4d\x37\ \xdd\x24\xa5\x7c\xe1\x85\x17\x2f\xba\xe8\xa2\x5f\xfc\xe2\x17\x37\ \xdf\xf4\xa7\x8a\x8a\x8a\xe2\xea\x96\x66\xcc\x20\x12\x22\xeb\xeb\ \x17\x0b\xe6\x3b\xff\x78\x02\x9f\x7d\x16\x5a\x5a\x60\xaf\xbd\xcc\ \x59\x67\xaa\x69\xd3\x4c\xf3\x10\x30\xba\x54\x4d\xbf\x84\x8f\xc3\ \x9f\x1d\x6c\x20\xb2\x6d\xcc\x64\xf8\xec\xd9\xe2\xb1\xc7\xad\xc7\ \x1e\x83\xfe\x7e\xa8\xa9\x51\x47\x1f\xbd\x69\xec\xe8\xb6\xba\xba\ \x01\xdb\xf6\x85\x10\x46\x0b\x63\xf0\x5f\x4c\xc0\x6c\xdb\x7e\xed\ \xb5\xd7\x03\x19\x1c\x7c\xf0\xc1\xc6\x98\x9b\xff\x7c\x4b\x77\x77\ \x5f\x28\xe4\x5e\x74\xd1\xf9\x89\x74\x3a\x40\x10\xda\xc4\x83\xa0\ \xa2\xa3\xa3\x72\xfe\x82\xf4\x9b\xb3\x61\xcd\x9a\xfe\x42\x61\xcb\ \x84\xf1\xbd\x93\x0f\xcb\x4d\xda\x8f\x2a\x2a\x40\x29\xfc\xc4\x8b\ \x45\x25\x94\xf8\xb3\x9d\x45\x20\x04\x71\xce\x5a\x5a\xf8\x9b\x6f\ \x5a\x8f\x3d\xce\xde\x78\x03\xdb\xda\xda\x1c\xbb\xa5\xac\x6c\x49\ \x4d\x75\x4b\xaa\x6c\x63\x2a\xe9\x6d\x6b\xe0\x8e\xdb\xf4\xd2\xff\ \xdb\x0d\x99\x44\xc4\x39\x47\xc6\x94\x31\xc4\x98\xaf\x54\x47\x67\ \x67\x32\x99\x8c\xd9\x76\x43\x26\xd3\xdc\xdb\x37\xb6\xbd\x7d\x58\ \x4f\x4f\x7d\xbe\x90\x65\x6c\x4d\x45\xf9\xfc\xa6\xa6\x95\x35\x35\ \x5b\x12\x71\x22\x02\xa5\xb0\x64\xad\x95\xf0\xd9\xf0\x67\x3b\x2c\ \x8b\x6c\x1b\x0b\x05\xd1\xd3\xb3\xe2\x96\x3f\xb7\xdf\x77\xff\x3e\ \x3d\xbd\x71\xcf\x13\xc6\xf4\x86\x23\x2b\x2b\xcb\x5b\xca\x52\xeb\ \xd2\xe9\xde\x50\x28\x67\xdb\x39\xdb\x36\x88\x7c\x9b\x99\x87\xff\ \x87\xf6\x0f\x01\x18\xc6\x0c\xa2\x66\x0c\x00\xc2\x41\x10\x09\x82\ \xa4\xef\x0f\xed\xeb\x6f\xee\xee\x1e\xde\xdd\x53\x3b\x30\xa0\x39\ \x2b\x08\x6b\x59\x55\xd5\xdb\x55\x95\xcb\xab\x2a\xfb\xc2\x61\x4f\ \x08\x6e\x8c\x28\xed\x21\x2d\x61\xd7\xda\xe4\x93\xff\x54\x4a\x94\ \x12\x18\x63\xf5\x75\xeb\x0f\x3a\xf0\x8e\x75\xeb\x2a\x81\x6a\x07\ \x06\x9b\x7b\x7b\xc7\x74\x76\x0e\xeb\xe9\x3d\x74\x6d\x0b\x00\xf5\ \x44\x23\x3d\xa1\xf0\x96\x44\x7c\x63\x2a\xd9\x15\x89\x76\x46\x23\ \xdd\x91\x48\x51\x3b\x11\x22\x01\x10\x22\x00\x20\x11\x6e\xfb\x0b\ \xdb\x94\xd5\x8e\xaf\xdf\x43\x89\x62\xfb\x6b\xda\xfa\x7a\xeb\x71\ \xb6\x1f\x6d\xeb\x01\x89\x10\xc0\xd6\xba\x62\x70\xb0\x32\x9b\xab\ \xcc\xe5\xea\x06\x06\x1a\xfa\xfa\xd3\xf9\x7c\x79\x2e\xc7\xb5\xe9\ \x4c\xc4\x36\xc5\x13\xaf\x37\x35\xae\x2d\x4f\xb7\xc6\xe3\xbd\xe1\ \x30\x10\x15\x19\xee\x94\x14\x4e\x09\x9f\x8e\x3f\x28\x2c\x8b\x23\ \x05\x52\xee\x4a\x5b\x18\x03\x52\xf2\x20\x70\x95\x2a\xb8\xee\xca\ \x8a\xf2\x65\x55\x95\x2f\x8e\x18\xee\x48\x99\x2a\x14\x86\xf4\xf6\ \x35\xf6\xf7\x37\xf5\xf6\xed\xd5\xd6\xb6\xef\xe6\x2d\xdc\x18\xae\ \xb5\x67\x59\x9d\xb1\x68\x67\x24\xd2\x13\x89\xf4\x86\x43\x3d\xe1\ \x48\x7f\xc8\x0d\x38\x0f\xb8\x90\x9c\x49\xce\x15\x63\x8a\x31\x5d\ \xfc\x8b\x58\xf4\xe9\x8b\xb4\xd9\xd1\x20\xe4\x86\x38\x19\x61\x8c\ \xd0\xda\x32\xc6\xd2\xda\xd6\xda\x52\x3a\xee\x7b\xe9\x7c\x21\x9d\ \xcb\xa7\xf3\xf9\xf2\x5c\xb6\x2a\x9b\x8b\x79\x9e\xe6\x4c\x21\x53\ \x9c\x77\x46\x22\x0b\xeb\x6a\x37\x26\x12\xeb\xcb\x52\x5d\x91\x88\ \x67\x59\x05\x21\x18\x91\x30\xa6\xc4\x99\x12\x3e\x23\xfe\x30\x2e\ \xa8\xb0\x7a\xc1\x9c\x36\x95\xdc\x7b\xdc\xc8\x98\x05\x04\xf0\xa1\ \x2b\xf4\x8c\xc8\xd6\x1a\xb4\x26\xc4\x82\x65\xe5\x6c\x7b\x53\x32\ \x69\x10\x91\x28\xe1\x7b\x65\xb9\x7c\x2a\x5f\x28\xcf\xe7\x6a\x32\ \x83\xe9\x7c\xbe\x22\x97\x1b\xd9\xd5\x9d\xf0\x7c\x5b\x06\x04\x58\ \x10\xa2\x60\x71\x8f\x0b\x9f\x73\x9f\xf3\x80\x33\xc9\x98\xda\x91\ \x42\x5b\x53\xb5\x89\x11\x71\x22\x61\x48\x18\x63\x19\x63\x1b\x6d\ \x6b\xed\x2a\xed\x6a\x1d\x52\x2a\xa4\x14\x23\xd2\x42\xf4\xbb\x6e\ \x7f\x28\xd4\x17\x0a\xcd\xab\x4b\xb4\xc7\x63\x5d\x91\x68\x6f\x28\ \xd4\x1b\x09\xf5\xb9\x21\xc3\xd8\x3b\x5e\x19\x91\xab\x14\x12\xc1\ \x17\xaa\x60\x0e\x11\x20\x62\x31\x0b\xf1\xfd\x9e\x5e\xa9\xf8\xcf\ \xe7\x3a\xf2\xc5\xfd\x6f\xc5\x91\xdf\x19\x7f\x90\x5b\x3a\xf3\xe4\ \x9d\x37\xbf\xb0\x68\x73\xa1\x6c\x74\xd3\xc8\xa6\x05\x8f\xdf\xe3\ \x8f\x3a\xe6\xe8\x09\xf5\xf2\x23\xf4\x27\x24\x22\xc1\xf9\x05\x17\ \x5c\x18\x0a\x87\xb7\xaf\xe8\x6b\x44\xc3\x50\x23\x23\x44\x6e\x0c\ \x6a\x9d\x33\x26\xd0\xba\xc7\x18\x7b\x70\xd0\xee\xe9\x11\x7d\x7d\ \xa2\x7f\x20\x3c\x30\x10\x1f\x1c\x14\xb9\x2c\xcb\xe7\x59\xc1\x63\ \xbe\xc7\xfc\x00\x95\x02\xad\xb7\x86\x8c\x11\x81\x31\xb2\x2c\xb2\ \x2c\xe3\xba\xc6\x75\x75\x38\xa4\x23\x51\x15\x8b\xa9\x44\x7c\x30\ \x91\xe8\x4b\x26\x65\x3a\x1d\x24\x93\x45\x3d\x46\x9c\x47\x39\x6f\ \x66\x6c\xc8\x56\x95\x65\xfe\x9f\x47\x32\x3e\x9b\x69\x4f\x88\xf6\ \xf6\xf6\xbf\xde\x7e\xdb\x8e\xdd\x65\x3c\xcf\x3b\xea\xa8\xa3\x26\ \xed\x7f\x80\x57\xda\xbd\xf7\xb9\xc1\xb6\xed\xbb\xee\xba\x73\xf3\ \xa6\x4d\xae\xeb\x12\xd1\x4e\xf8\xc3\x39\x1b\xd8\xb4\x7c\x6e\x6b\ \xf8\xdb\x3f\xf9\xe1\x9b\x0f\x3f\xa1\xed\x08\x0f\x32\x1b\x3a\xfa\ \x08\x1b\x3e\xfa\x69\x12\x89\x44\x38\x12\xd9\x69\x46\xcc\x8e\x1e\ \x0b\x00\xf8\xb5\xb5\x3e\x62\xf1\x1d\x40\x84\x6d\xe5\xad\xdf\xf9\ \x0b\xdb\x9d\xa1\x77\xd7\xdb\xd9\x3e\xf5\x12\x01\x11\x00\x21\x6d\ \x7b\x4d\x24\x00\x2c\xa2\xd0\x76\x9f\xea\x4b\xf7\x14\xfb\xfb\xfb\ \x5b\x5a\xd6\xd5\xd7\x37\x6c\xdf\x82\x45\x44\xa1\x50\x38\x95\x4a\ \x15\x3e\xcf\x3a\x30\xbb\x39\x42\xa1\x50\x77\x57\x67\x5b\x6b\x6b\ \x53\x73\x33\x63\x4c\xec\x54\xbe\x6d\x37\x14\x62\x85\x2d\x5b\x3a\ \x03\xa2\x81\x4d\x2b\x97\xac\xeb\xad\x1e\x93\x62\xf0\x31\x82\x66\ \x5a\xeb\xe2\xc6\xbb\x0f\x8f\x00\xbe\xef\xc5\x67\x18\x79\x03\x80\ \x2f\xe5\x4a\xa7\xd6\x5a\x2b\x55\xc8\xe7\x7d\xcf\x83\x44\x62\x07\ \x6f\xd4\x14\x47\xbe\x24\xe8\x9f\xdf\xc8\xfb\x9e\x9f\xcf\xe7\x8d\ \x31\x3b\xe7\x8f\xd1\x2a\x54\x3d\xf6\x98\x03\x96\xcc\xb8\xfb\xce\ \x01\xa9\x17\xb7\xac\xad\xd9\xeb\xe8\xb3\xf6\xac\x33\xa5\x5c\xaf\ \x7f\x31\x7c\x40\x77\x89\x12\x3e\x5f\xec\xd8\x54\x5b\xec\xd4\x83\ \x09\x34\xdf\x67\xea\x37\xaa\x86\x8d\x5f\xd6\xd2\x25\x62\xe9\x86\ \xfa\x5a\x8b\x02\x4d\xfc\x4b\x3a\x9b\x97\x50\xc2\x27\x75\x44\x77\ \xca\x2f\x1b\x83\x39\x4f\x3e\xf8\xc8\x4b\x4b\x7d\xe4\x1c\x54\x41\ \xc6\x4e\xf9\xd6\x25\x07\x0f\x2f\x97\xb2\x14\xe1\x2d\xa1\x84\x5d\ \xf2\x87\x31\xe1\x75\x2e\x7d\xfc\xb9\xe5\x07\x9c\x7d\xd9\xa1\x43\ \x63\x52\x69\x02\x0c\x85\xc3\xaa\x44\x9e\x12\x4a\xf8\x50\xfe\x20\ \x82\x97\xcb\x50\xba\x61\xec\xe8\x21\x71\xbb\xb0\xbd\x6d\x4e\xc9\ \x74\x2b\xa1\x84\x0f\xe7\x0f\x11\x84\x13\x95\xd1\xae\x45\x37\xfc\ \xd7\x7f\x94\xd9\x64\xc8\x04\x14\x3b\xfe\x1b\xdf\xd8\x6f\x48\x99\ \x92\xa5\xc0\x4e\x09\x25\xec\x82\x3f\xc8\x84\x60\x2c\xd9\x74\xf6\ \x65\x57\xb4\x67\x7c\x44\x04\x20\x02\xab\xb6\x2c\xac\x75\x29\x99\ \xb2\x84\x12\x76\xc1\x1f\x44\x0a\x06\x57\xad\xe9\x2a\xab\xad\x41\ \xdb\x8d\x27\x1c\x04\x00\x04\x22\x6e\x09\x2c\x19\x70\x25\x94\xb0\ \x2b\xfe\x30\x26\x82\xec\xa6\x47\xee\x7b\x76\xf2\x69\xd3\x36\x3e\ \x7b\xf7\x9c\xf6\xc0\xe2\x48\x64\x0c\x4f\x4f\x3f\xff\xdc\x7d\x9b\ \x53\x25\xfb\xad\x84\x12\x3e\x90\x3f\x46\x4b\x2b\x3d\xf6\xdf\x7e\ \xbe\x07\x17\x62\xbf\x91\x3f\x3b\x91\x08\x00\x39\x33\x5d\xad\x9b\ \x03\xc7\xd2\xba\xa4\x80\x4a\x28\x61\x17\xfa\x47\x88\xee\xe5\x6f\ \xbc\xb4\x60\xbd\x66\x6c\x6b\x22\x1a\x32\x4e\xb9\x25\x0b\x56\x1f\ \x70\xd6\x77\xea\x2b\xe3\x32\x28\xb9\x40\x25\x94\xf0\x01\xfc\x41\ \x00\x44\x9d\xcf\x65\x0d\x13\x00\x80\x8c\x21\x90\x56\x7a\x8f\xaf\ \x1e\x7b\xc0\x88\x2a\x53\xda\x1e\x53\x42\x09\xbb\xe0\x8f\x56\x2a\ \x3d\xfa\xab\x97\xec\x75\x38\x00\x72\x21\xc0\x04\x7e\x60\xb8\x10\ \x42\xf0\x20\x9f\xf5\xa4\x29\x25\x5b\x95\x50\xc2\x07\xf2\x07\x00\ \x8c\x0a\xf2\x4a\x0a\x81\x6d\x0b\x5f\x7f\xe8\x91\xa7\x3b\x93\x13\ \xbe\x73\xee\x71\xfe\xa6\xe5\x50\x3e\xbc\x31\x1d\xd6\xa5\x7a\x00\ \x25\x94\xb0\xa3\xcb\xb3\x93\xb7\x38\x97\xbd\x6b\xef\xfb\xdb\xd3\ \x91\x21\x7b\x45\x73\x1d\x39\x82\x15\x6f\x3c\xfb\xd2\xdb\x5b\x98\ \x25\x4a\xe3\x55\x42\x09\xbb\xd2\x3f\x00\x80\x88\xb9\xfe\x8e\xc1\ \xe8\xb0\xb3\x8f\x3f\xf2\x85\x19\x0f\x73\x61\x31\x52\xfa\xb3\xa8\ \x98\x43\xa5\xb2\x83\x3b\xce\x53\xc5\xdd\x07\x88\x64\xc8\x18\x83\ \x40\x88\xc8\x38\x47\x40\x22\x53\x1c\xab\xed\x3b\x14\x94\xd6\x9f\ \x78\xf4\x76\xab\x61\xdf\xbe\xad\x1d\x01\x18\xe7\x0c\xd1\x18\x43\ \x44\xc8\x90\xe1\x4e\xb7\x7b\x6c\x1b\x1d\xa2\x1d\xc6\x0a\x0d\x99\ \x62\xc1\x0d\xb3\xab\x96\xeb\x3b\xe3\x8f\x31\x26\x59\x33\x62\xb8\ \xfd\xdc\x9f\xff\x74\xa7\xdf\xdf\xd3\x77\xd7\x4d\x6b\xd6\xf1\xb3\ \xa6\x36\xa0\xd1\x9f\x52\x5c\xf8\xfb\xfa\x7b\x7f\x99\xb0\xe3\x30\ \x23\x20\x22\x10\x91\x21\x60\xdb\x56\x9e\x19\xa2\x21\x22\x63\x18\ \x63\x96\x65\xe5\xf3\x39\xdf\xf3\x0b\xf9\xbc\x65\xd9\xb1\x44\xdc\ \x72\x1c\x6d\x74\x57\x77\x77\xbe\x50\x88\x44\xa2\x8e\xe3\x0a\x21\ \xbc\x5c\x3e\x3b\x98\x35\xc6\x94\x97\x25\x1d\xdb\xfe\x64\x4c\xb0\ \x6c\xfb\xcb\xe7\xb7\x6e\xdf\xce\xbf\xf5\x1f\x44\x44\xe0\x5c\x48\ \x29\x73\xb9\x5c\x28\x1c\xb2\x2c\xab\xb3\xab\x6b\x30\x9b\x8b\x27\ \x92\x91\x48\xc4\x2f\xf8\xb9\x5c\x4e\x49\x05\x08\x44\x84\xb0\xb5\ \x74\x04\x22\x7b\x87\x77\x9c\x71\xc6\x19\x43\x00\x72\x6c\x4b\x70\ \x4e\x64\x42\xbb\xec\xcd\xb1\xb3\xfc\x37\xa3\x4d\xa8\xe6\x94\xf3\ \x2f\x7a\xf6\xa9\x67\xd7\x38\x5c\x63\xfc\xf4\x4b\xce\xd8\xb7\x21\ \xfa\x51\x8a\x1f\x7c\x10\x8c\xd6\xb1\x78\xbc\xae\xae\xfe\xcb\x3a\ \x17\x12\x82\x79\x87\x42\x08\x86\x8c\xd2\xb6\x25\x94\x22\xce\x91\ \x00\xb4\x21\x63\x94\x65\x59\x40\xc4\x90\xd6\xaf\x5d\xbd\x6a\xe9\ \xe2\x4d\x1b\xd6\xd7\x56\x55\x0d\x1b\x36\x24\x91\xa8\x58\xd6\xb6\ \xf1\xf5\xb9\x73\xd7\xb5\xb6\x46\x53\x65\xb5\x0d\x43\x7c\x05\xeb\ \x56\xad\x6f\x59\xb1\x4e\x66\x03\x4e\xfc\xdf\x2f\x3e\x7d\xdc\xa8\ \xe1\xfe\xc7\x2f\x80\x8a\x88\xcd\xcd\x43\x84\x10\x5f\xd0\x91\x2f\ \x6e\xca\x47\xda\x26\xe5\x45\xb2\x00\x68\x05\x8c\x01\x32\x00\xa3\ \x40\x4b\x70\x5c\x32\xb2\xad\xa3\xa3\x6f\x70\x20\x40\xd3\xdb\xd7\ \x35\x6b\xee\xdc\xf9\x8b\x16\x8a\x48\x59\xf3\xc8\x71\x7e\x10\xcc\ \x9f\x3f\x7f\xdd\x9a\xb5\x03\x03\x83\xc6\x50\x20\x95\xc5\x98\x51\ \x9a\x33\xcb\xb1\xe2\xb6\x1b\x0e\xc7\xe2\xd1\x64\x59\x22\x95\x8a\ \x84\x42\x82\x6b\xa6\xfd\x7d\xf6\x1a\x5d\x5e\x96\x80\xc2\xc0\xd4\ \x43\x0f\xdc\xc5\xb0\x8b\x9d\x8f\x39\xc9\xae\x2d\xeb\xbb\x32\x39\ \x3f\xf0\x05\xf5\xbc\xf4\xf0\xfd\xec\xd4\x53\xf7\x6d\x2e\x93\x9f\ \x3a\xff\xe0\x4b\xcb\x9f\xf7\x78\x93\x84\xc8\x98\x52\x9a\x23\x23\ \x43\x1c\x81\x01\x82\xb0\x74\x20\x37\x6d\xda\xb8\x68\xf1\xc2\xde\ \xfe\x9e\xca\xca\x8a\x23\x4f\x3c\x21\x14\x0e\xad\x58\xb1\xec\xfe\ \xbf\xdc\xd2\x5b\xc8\x57\xd5\xd7\x4f\x9c\x38\xa9\xab\x6f\x70\xde\ \xdc\x05\x2b\xd6\xb4\x64\xfb\xf2\x32\x1f\xec\x3d\x66\xef\xe9\x27\ \x9c\xd0\xd0\x58\xfe\x89\x1b\x96\xd1\x36\x7c\x61\x47\x16\xa9\xc8\ \x23\x20\x03\xa0\x95\xb1\x6c\x81\x8c\x00\x40\x2b\xc3\xd1\x80\xe3\ \xf4\xf7\x76\xaf\x5b\xbf\x41\x6a\x3d\x98\xcf\xcf\x5f\xbc\x68\xde\ \xc2\x85\xf1\x44\x62\xe2\x3e\x93\x06\x0a\x7a\xee\xdc\xb7\x96\x2d\ \x5d\x96\xcf\xe5\x91\x31\x25\x35\x10\xb8\xdc\x0a\x87\xc2\x8e\xe3\ \x86\xc2\x91\x64\xac\x3c\x9a\x48\xc5\x92\x29\x27\x14\xe1\xb6\x43\ \x64\x74\x50\x60\x4a\xd8\x76\x28\x33\x98\xb5\x82\xc2\xae\x63\xce\ \x3b\xdb\xff\xc3\x85\xec\x59\x3e\xe3\xce\x87\x43\x13\xbe\x76\xd0\ \xd8\x98\x31\x4a\x19\xa7\x2a\xe6\x96\xf2\x0f\x76\x35\xcd\x13\x10\ \x62\xd1\x52\x43\x53\x7c\xd0\x84\x8c\x1b\x23\xb9\xb0\x00\x00\x95\ \xe9\x58\xb7\x61\xc9\xd2\xa5\xb9\xc0\x4b\x57\x57\xec\xb5\xdf\x3e\ \x8a\xd1\x6b\x73\x66\xcd\x5f\xb2\x98\x10\x46\x0e\x1f\x51\xae\xa8\ \xbd\xb3\xe7\xa9\x27\x5e\x58\xb7\x69\x93\x17\x28\x69\x38\x6a\xb4\ \xad\xd0\xea\xb5\x2d\xff\xfd\x9b\xeb\x7f\xf7\xa3\x4b\x26\x8c\x1d\ \x51\xf0\xfc\xdd\x6f\x60\x71\x5b\xfd\x97\xad\x65\x33\x19\x03\x32\ \x9a\x88\x18\x67\x5c\xf0\x7c\x3e\xd7\xba\xb1\xad\xb5\xad\xdd\xf3\ \x83\x55\xeb\xd6\xbf\x39\x67\x0e\x70\x3e\x6a\x8f\xbd\x35\xd1\xb3\ \x2f\xbc\xba\xa6\x65\xd3\xa0\x27\xa5\xd4\x0c\x11\xd1\x44\x42\x51\ \x4b\x58\x65\xc9\xb2\x54\x59\x59\x3c\x9e\x08\x87\x22\x6e\x28\x6c\ \x87\xc2\xc2\x0e\x49\x42\x65\x88\x8c\x01\x2d\x2c\xee\xda\x76\xa8\ \xa3\xb5\x3b\x66\xa9\x5d\xef\x90\xff\x80\xfd\x3f\xd9\x5e\x3f\xb5\ \xc7\x79\xe7\x9c\xdc\x68\x69\xa3\x01\xd1\xf8\x05\x2f\x50\xa5\xf5\ \x9f\x5d\x1a\x4a\x84\x45\x73\x03\x81\x00\x8c\x21\x83\x64\x18\x47\ \x30\x6a\x4b\x4b\xcb\xea\xe5\x2b\x54\x10\xd4\x35\x37\xd7\x0e\x69\ \x5e\xbd\x69\xfd\xe3\xcf\x3e\xb3\x72\xc3\x86\xb2\x9a\xaa\x71\x07\ \x1c\x14\x68\xbd\xf2\xed\xe5\xcb\xde\x5a\xdc\x3b\x30\x50\x50\x4a\ \x23\xd7\x8a\x6b\xc3\x42\x76\xc8\x15\x2e\x23\xce\x5d\xdb\xb2\x1d\ \xda\x5d\x17\x0f\xb6\x11\x68\x6b\x81\x26\x02\x4d\xc4\xb8\x65\x15\ \x0a\xd9\xb5\x6b\xd7\xf4\x66\x06\xda\x3b\xbb\x5a\x3b\x3a\x57\xad\ \x5e\xe3\x05\xba\xbe\x79\x58\xde\x0f\x5e\x78\xf9\xf5\x35\x6b\xd7\ \x01\x72\x6d\x10\x49\xc4\x23\xd1\x58\x2c\x66\xdb\xae\x65\x59\x35\ \x35\x75\xa9\x54\x2a\x14\x0a\x3b\x8e\xcb\x18\x37\x68\x80\x31\x65\ \x18\x11\x5a\x5c\x10\x11\x23\xb2\x40\x03\xb1\xbe\xde\x01\xb7\xcc\ \xc5\x8f\x1b\x7f\xd3\xc6\x24\xaa\x86\x0e\x75\x9f\xbd\xe5\xb7\xd7\ \xa4\x2c\x19\x68\xad\x54\xf8\x88\x53\x4e\x1e\xdf\x98\x52\xaa\x94\ \x3f\xfa\xc1\x8f\xb9\x58\x50\xb8\xf8\xa4\x19\x32\x02\x40\xe8\xed\ \xe9\x5e\xf2\xd6\xbc\x7c\x3e\x3f\x7c\xf4\xa8\x64\x3a\xbd\x72\xed\ \x9a\xa7\xee\x99\x31\x50\x28\xa4\x6a\x6a\x0e\x38\xe4\xb0\xcd\x9d\ \x1d\x33\x5f\x79\x73\xe9\xca\x55\x32\xe7\x33\xcf\x68\x20\x6d\x38\ \x71\xcb\x75\xdc\x78\x28\xe2\x58\x6e\x34\x14\x8b\x86\xa3\xc9\x78\ \x3a\x1a\x8d\x6a\xa3\x77\x57\xfe\x14\xa9\xc3\x00\xc8\x18\xcd\x38\ \x07\xc4\x35\xeb\x56\xb6\x6e\xd9\x22\xb5\x6e\x69\x6f\x7f\x6b\xfe\ \x42\xcb\x72\xd2\x35\xf5\x6d\xed\x9d\xaf\xbd\xf9\xd6\xfa\x4d\x9b\ \xa5\x26\x64\x21\x43\x10\x8b\xc7\xab\x2a\x6b\x93\xa9\x64\x79\xba\ \x3c\x14\x8e\x64\x73\xf9\xb2\x74\x79\x28\xec\x4a\xa9\x39\x17\x8c\ \x31\x03\x4a\x03\x18\x0d\x4c\x21\x63\x42\x29\x89\xc8\x2d\x4b\x20\ \x72\x29\xc9\x12\x36\xc1\xc7\x8c\xbf\x31\x64\xd2\xcf\x76\x75\xf4\ \xdb\x23\xf7\x1e\x3b\xbc\x1c\xb4\xd2\xc6\x2e\x8f\xda\xbb\x0e\xe4\ \x7d\xe8\xec\xac\xa4\x2c\x96\x56\xe2\x9c\x6f\x0f\xce\x7e\x91\xe3\ \x3f\xef\xdc\xc2\x36\xd7\xc2\x00\x02\x02\x02\x63\x00\xd4\xd7\xd3\ \xb7\x76\xf5\xea\xce\x8e\x8e\x54\x59\x72\xe8\x1e\x63\x5b\xba\x3b\ \xfe\x7a\xe7\x5f\xa5\xd2\xc3\x86\x8f\x4e\x47\xa2\x2d\x1b\x36\xbd\ \x3c\xeb\xa9\x8d\x9b\x37\x0f\x66\xf3\xb6\x1b\xd1\x92\x6b\x42\xd7\ \x8d\x44\xdc\x70\x28\x1c\x8d\x26\x52\xe1\x70\x2c\x1a\x8d\xa5\x53\ \xe5\xd1\x50\xc4\x00\xe3\xc2\xfa\xc4\xfe\x4b\x31\x9e\xbb\xdd\xff\ \xf9\x42\x94\xec\x29\x06\x9d\x19\x63\x8c\x21\x19\x00\x04\xad\x14\ \x13\xdc\x00\x37\xc6\xe4\xf3\xd9\xbe\x4c\x6e\xd5\xda\x96\x35\xeb\ \x37\x64\x95\x49\x55\xd6\xb5\xb5\xb5\xcd\x7e\xe1\xe5\x8d\x9b\x5b\ \x81\x04\xb7\x43\x9c\xa3\x25\x42\x8d\x4d\x4d\x4d\x8d\xcd\x89\x44\ \x2a\x1a\x89\x00\x32\x65\xb4\x41\x2b\x91\x2c\x37\x40\xc4\x34\x32\ \x66\xc8\x18\x40\x43\x04\xc0\x18\x32\x20\x94\x3a\xe0\x88\x04\xc8\ \x18\xd3\x5a\x21\xb0\x5d\x17\x56\xdb\xb9\xfd\x96\xeb\x6d\x1b\x48\ \xec\x71\xc9\x05\x67\x0f\x71\xb5\xd1\x84\x40\xbe\x57\x90\xca\x7c\ \x9a\x1a\x6d\xb4\xad\xf0\x4f\xb1\x28\xdc\x17\x9a\x3c\xdb\xaf\xbf\ \xf8\x98\x01\x80\x31\x34\xc6\x20\x32\x63\x74\x57\x67\xcf\xea\xd5\ \x6b\x06\x32\x03\xe5\x15\xe5\x75\x23\x46\xb6\xb7\xb7\xdf\xf5\xf0\ \x23\xdd\xd2\x6f\x18\x3a\xdc\x68\x9a\xfd\xf6\xb2\x55\xab\x56\x67\ \x33\x05\xcf\x0b\x00\xb8\xeb\xc4\x39\xf1\x50\x38\x2c\x6c\xa7\xbc\ \xb2\x2a\x9d\xae\x88\xa7\xca\xa2\xb1\xb8\xe0\x16\x32\x81\xc8\x19\ \x32\xa5\x91\x10\x3f\x71\xd3\x2e\xa5\x94\x65\x59\x3b\x5e\xf0\xbf\ \x32\x85\xb6\xd6\x55\xdb\xa1\x29\xba\x36\x26\x08\xfc\x50\x24\x14\ \x48\x9d\x2d\x14\xfa\x06\x32\x6f\xcd\x9b\xbb\x60\xd1\x42\xad\x0d\ \x30\xab\x77\xb0\xff\x95\x59\x2f\x76\x74\x74\x30\x66\x21\x73\x39\ \xb7\xa3\xf1\x54\x59\x59\x45\x63\x63\x73\x7d\x43\x83\xe3\x84\x11\ \x51\x08\x2b\x90\x92\xa4\xe6\xb6\x44\xdb\x45\x32\x8c\x11\x01\x6a\ \x29\x0d\x80\x01\xa3\x09\x25\x01\x69\xc3\xb8\x45\x5a\x33\xc6\x01\ \x51\x58\x02\x3e\xac\x8f\xd5\xce\xf7\x6f\xbb\xd1\xb4\xd3\xb9\xe8\ \xe6\xdf\xff\xae\xc2\x36\x9a\xb4\x34\xd1\x23\xa6\x9f\xb4\x77\x7d\ \xf2\xd3\xd8\x6f\x08\x28\xa5\x74\x1c\xa7\xd8\x44\xfe\x4b\x50\xb8\ \x6c\xfb\x8c\xce\x18\x43\x04\xad\x15\xe3\xa2\xad\xa3\x7d\xf9\xaa\ \xd5\x95\xb5\x75\x65\xb5\x75\xcb\x56\xac\x58\xf7\xd6\x02\xcb\x76\ \xd2\x4d\x43\xbc\x9e\xde\x39\x6f\xbd\xbd\x66\xf5\x1a\xcf\x0f\x10\ \xb8\x21\x11\x4f\x24\x12\xf1\x54\x32\x59\x56\x56\x56\x66\xbb\x8e\ \x46\x28\x4f\x97\xdb\x8e\xc3\x85\x85\xdc\x16\x5c\x28\x43\x5a\x13\ \x02\xa0\xe0\x9f\x66\xba\xd9\xce\x9c\x2f\x84\xfe\x29\x9a\x27\xc6\ \x14\x0b\xa7\x93\x1f\x48\xc7\x75\xc8\xf0\x6c\x21\x68\xef\xec\x7c\ \x7b\xe9\x8a\x65\xab\x56\xb5\xb7\xb7\x07\x9a\xda\xda\xda\xd6\x6f\ \xdc\xd8\xd5\x9f\xe3\x96\x15\x0e\x97\x11\x41\x63\x53\x73\x7d\x43\ \x53\x59\xba\x32\x95\x2c\x73\x5c\x57\x2a\x63\x0c\x13\xb6\x8d\xc0\ \x8c\x02\x05\xc6\x37\x90\x0f\x34\x63\x5c\x91\x21\x44\x49\x4c\x6b\ \x30\x06\xa5\x31\x52\x93\xd1\x46\x20\x32\x44\xc7\xb5\x01\x49\x1b\ \xa9\x49\x7f\x4c\xfe\x20\x72\x06\x2c\xd5\x7c\xd2\x19\xa7\xae\xed\ \xf1\x19\x43\x04\xa3\xc9\x4d\xba\x96\xf9\x14\x01\x50\x44\x94\x52\ \xb6\xb7\xb7\x57\x57\x57\x73\xce\x38\x17\xc5\x01\xfa\xe2\x92\xc7\ \x18\x02\xa0\xa2\x68\x22\xa0\x26\xc9\x38\x06\x32\x88\xa7\x53\xcd\ \x23\x86\xcf\x5b\xb4\x78\x53\x6b\x3b\x58\x8e\x9b\xae\xd8\xb4\xa5\ \x6d\xe1\x2b\x6f\x76\x75\xf4\xc9\x40\x39\x21\xd7\x62\x61\xdb\x09\ \xd7\xd6\xd6\xd5\x35\x34\x94\x97\x57\x3a\xe1\x10\x20\x7a\x05\x8f\ \x71\x96\x4a\x24\x8c\x26\xe4\x82\x80\x69\x6d\x6c\xce\xc0\x02\x0d\ \x64\xd4\xa7\x8a\x7c\xda\xb6\xbd\x3d\x8a\xcd\x18\xfb\x17\x8f\x65\ \x23\xe2\x76\x0b\x05\x11\x2d\xc7\xee\xcf\x66\x33\xd9\xdc\xc2\xc5\ \x4b\x16\x2f\x5e\xda\xdd\x3b\xd0\x37\x98\x6d\x6f\xef\xdc\xb4\xb9\ \x35\x90\x4a\x03\x46\xa2\xe5\x42\x88\x58\x2c\x36\x76\xec\xb8\xc6\ \x86\xc6\x48\x3c\x11\x89\x46\x7d\xcf\xcf\x65\x73\xae\xed\x6a\xe0\ \xc5\x02\x38\xda\xa0\x46\x6e\x98\x45\x4c\xf8\x64\x0a\xbe\x54\x46\ \xcb\x40\x82\x36\x44\xa8\x89\x0c\x81\x21\x6d\x88\x1c\x04\x63\xb4\ \x65\x61\x2e\x3f\xa8\x54\xe4\x63\xc5\xaf\x91\x94\xdf\xd9\xdd\x1b\ \x8a\xc7\xeb\xc7\x4c\xa8\x36\xdb\xab\x4e\xa3\xed\x3a\xe6\x53\xd5\ \x3f\x20\xdb\xb6\x0d\x41\xb1\xb4\xac\x10\x48\x04\xef\xbe\x32\xfc\ \x22\x54\xf8\x79\xe7\x22\x89\x0c\x63\xc5\x06\x45\x14\xc8\x00\x90\ \x7c\xe9\x6f\x6a\x6d\x5d\xbc\x74\xd9\xe6\xf6\x2e\x11\x8e\x48\x64\ \xab\x57\xaf\x5b\xbb\x71\x73\x7b\x57\x97\x10\x76\xc2\x8a\x85\x5c\ \x87\x3b\x56\x75\x6d\x6d\xc3\xd0\xa1\x65\x95\xe9\x50\x34\x26\x09\ \x34\x02\xb7\x2c\xcd\x07\x98\xd1\x6e\x24\xe4\xfb\x8a\x21\xd7\x86\ \x10\x19\x01\x69\x02\x32\x46\x83\x01\xfc\xe4\xc9\x3b\x1d\x1d\x1d\ \xe1\x70\x24\x12\x09\x6f\x65\x3b\x62\x71\xe6\xda\xca\xa2\x0f\x27\ \xd3\xa7\xb0\x1d\x3f\x8e\x87\xb6\xdd\x7e\xdb\xae\x85\xa4\x52\x5b\ \x3a\xda\xd6\x6c\xdc\xb0\x65\x73\xeb\xf3\x2f\xbe\x6c\x88\xb5\x75\ \xf6\x74\x74\xf5\x0e\x64\x72\x8e\x13\xb6\xdc\x68\x3c\x14\x4d\x95\ \x55\x36\x36\x36\xa6\xd3\xe9\x8a\x8a\x0a\xd7\x09\x11\x00\x07\x2e\ \x84\x65\xd9\xb6\x94\x81\x41\x41\xdc\x21\x02\x05\x8c\x50\x18\xc0\ \x6c\xc1\x2b\x48\x99\x2f\x14\x74\x31\x17\x44\x03\x22\x23\x64\x80\ \xc8\x10\x2d\x9b\xfb\xb9\x81\x96\x9e\x4d\xc3\x1b\x2b\xba\xba\xda\ \x32\x69\x77\x5b\x82\xc2\x47\xe0\x0f\xe3\x22\xe8\x5d\x76\xeb\x9f\ \x9e\x39\xfc\x8c\xe9\xeb\x9f\xfa\xeb\xac\xf6\xc0\xe6\x08\x64\x02\ \x4a\x9c\x7c\xf1\xc5\x9f\xa6\x7e\xa2\x31\xe4\x38\x4e\x45\x45\x35\ \x63\x5b\x1f\x85\x10\x5c\x03\x98\x6d\x7d\x43\x74\x31\xc2\x82\x00\ \x40\x08\xc0\x00\x88\x34\x00\xb0\xe2\xe7\xb8\xad\x8f\x56\x71\x53\ \x1f\x80\xd2\x06\x11\xb7\xee\xf2\x33\x1a\x11\x08\x91\xe8\x93\x1b\ \x39\x06\x19\x00\x30\x02\x46\x06\x88\xb6\xce\x1c\x64\x80\xf1\xad\ \xd7\x04\xa8\x8d\x21\xd2\x42\xa0\x31\x1a\x19\x29\x6d\x84\x65\xfb\ \x52\x49\xad\xd7\x6c\xdc\xb2\x78\xe5\xca\xee\xee\x9e\x7c\xc1\xeb\ \xcb\xe4\x56\xcf\x5b\xda\xde\xd9\x13\x28\x32\xc8\xe2\xf1\x8a\x68\ \x24\x3e\xac\x6a\x58\x43\x55\x7d\xbc\x2c\x96\x28\x4b\x5a\xae\xed\ \x69\x5f\x73\x66\x73\x61\x04\x53\x40\x32\x43\x42\x4a\x22\x60\x42\ \x68\x42\x45\x46\xa3\x51\x4a\x49\x25\x35\x19\x69\x88\x28\xf4\x89\ \xd5\xfe\x0f\xbe\x7b\x25\x72\x56\xdb\x50\xd3\xd0\x58\x5f\x5e\x59\ \x51\x51\x91\xae\xaf\xad\x4d\x97\x55\x94\xa7\xd2\x80\x1c\x38\xc3\ \x77\x45\x5f\x35\x01\x32\x64\x40\xdb\x72\x64\x80\xb4\x36\xc5\x04\ \x19\xdc\x6a\x46\xd2\xbb\xd6\x64\x76\x59\xa0\x9f\x19\xdc\x36\xc2\ \x60\x18\x10\x82\x21\x62\x45\xce\x28\xcd\x18\x63\x88\x52\x06\x8c\ \x15\xdd\xe3\x22\xb7\xb9\x01\xc8\x14\xfc\x59\x73\xe6\xae\x5c\xd3\ \xb2\x74\xf9\x8a\xaa\xea\x9a\x8d\xad\xbd\x6d\x6d\xed\x84\x22\x96\ \x48\x8e\x1f\xbe\x47\x22\x95\xe6\x96\x15\x0d\xc5\x92\x89\x54\xba\ \x2c\xcd\x85\xb0\x84\x28\x3a\x4e\x4a\x2b\xe9\x7b\x68\xc8\xe2\xcc\ \x33\x92\x39\x6e\xc6\x13\x52\x58\xd9\x81\xbe\x6c\xb6\x90\x09\x82\ \x41\x23\x7c\x89\x71\xc7\xb5\xb4\xef\x71\xa5\x28\x50\x41\x00\x86\ \xfc\xec\x40\xae\xb7\x3b\xc8\xf6\x56\x24\x5c\xdf\xcf\x1a\xe5\x17\ \x33\x14\x3f\x2a\x7f\x8c\x56\x3c\x31\xec\x82\x6f\x7f\x33\x12\x8b\ \x8d\xfc\xc6\x77\x0e\x51\xdb\x03\xef\x2c\x96\x88\x7f\x1a\xe7\xc7\ \x75\x9d\xa5\x4b\x97\xad\x5e\xf5\x44\x73\x53\x53\x79\x45\x45\x32\ \x95\x4a\x96\x25\xe2\xc9\x84\x60\xdb\xfb\xc5\x81\xa6\x62\x13\x06\ \x64\x40\xa4\x15\x18\xc3\x39\x37\x54\x5c\x98\x64\x44\x04\x0c\x11\ \xd0\x18\x42\x86\x9c\xb3\xa2\x1f\xac\x64\xc0\x39\x83\xa2\x49\xf2\ \xe9\xec\x41\xda\x41\x22\x00\x34\x90\x41\x64\x00\x8c\x0c\x19\x60\ \x86\x0c\x32\x06\xa8\xfd\xc0\x17\x16\x33\xa4\x0d\x62\x6b\x67\x7b\ \x77\xcf\xc0\xe2\xb7\x97\x6f\xee\xea\x1f\x08\x4c\x7b\x67\xe7\xfa\ \xf5\x1b\xfa\xfb\x07\x6d\x27\x24\xec\x98\xe3\x5a\x91\x68\xb4\xb1\ \x79\xc8\x98\x91\x7b\x54\x94\x55\x86\xdc\x10\xe3\x2c\x5f\xc8\x07\ \x3a\xb0\xdd\xb0\x24\x52\x00\x64\xc0\x0f\xa4\x52\x68\x89\x90\xaf\ \x59\xa0\x28\x30\x46\x1a\xf2\x7c\x09\x48\x68\xc0\x68\x53\x08\x7c\ \x6d\x3e\xe1\xe2\x1b\x11\x2c\x59\xb6\xae\xb3\xb7\x5b\x23\xa1\x05\ \xb6\x6b\x85\x42\x4e\x2c\x1c\x8a\x3a\xa1\xc6\xca\xea\xc6\x9a\xba\ \x9a\xba\x9a\xba\x86\xaa\xfa\xc6\x86\xf2\xf2\xca\x8a\xea\x6a\xc7\ \x71\x85\xb0\x65\xa0\x38\x17\xc5\x33\x2a\xa5\x2d\x8b\x1b\x43\x9c\ \xb3\x40\x2a\xcb\xe2\x45\x5e\x19\x00\x40\x60\x1f\x3e\xee\x08\xdb\ \xa7\x23\x80\xa2\xbf\xce\x91\x17\x9f\x28\x33\x80\xa4\x2d\xc6\x80\ \x11\x32\xd4\x46\x07\x52\x7a\xd2\x2c\x5a\xba\x72\xee\xfc\x45\xed\ \x1d\xdd\xeb\x37\xb4\x6d\xdc\xdc\x3e\xde\x8a\x11\x73\xcb\x2a\xea\ \x6b\xeb\xea\x47\x8e\xde\x23\x1a\x8b\x47\xe3\x09\xcf\xf7\x0a\xb9\ \x42\x22\x1a\xb5\x85\x95\xcd\xe5\x95\xed\x44\x23\x11\x05\x18\x18\ \xd4\x68\x07\x20\x95\xd6\xc4\x95\xd2\x7e\x4e\xd9\x83\x59\x03\x92\ \x65\x33\x19\xe5\x88\xac\x1d\xf5\xb4\x45\xfd\x85\x88\xca\x0e\xea\ \x81\xfe\xdc\x80\xcb\x39\x33\x1a\x7c\x2f\x61\x61\xd5\xb0\xc6\xa6\ \xba\xf2\x98\xc3\xc7\x8c\x1c\x1a\x8f\x86\x76\xed\xb6\xbc\xb7\xfe\ \x8e\x23\xcc\xda\x85\xaf\xf0\x61\x87\x1d\x38\xba\x56\xef\x40\x18\ \xa3\xd5\xa7\xf1\x7f\x6c\xdb\xde\xb8\x61\xfd\x1f\xff\x74\x63\x2c\ \x16\x45\xc4\xb2\x74\xba\xa6\xb6\xa6\xa2\xbc\xa2\xba\xa6\xba\xa6\ \xb6\xb6\xa2\xaa\xb2\x3c\x5d\x5e\x53\x51\x96\x8a\xc7\x81\x31\x60\ \x08\xdc\x02\x0e\x50\x54\x44\xaa\xa8\x0f\x88\x21\x00\x18\xce\x99\ \x54\x9a\x61\x51\x59\x01\xe3\x5c\x1b\xcd\x90\x21\xfb\x54\xc9\xa9\ \x5c\x17\xcf\x01\x8a\x93\x06\x02\x00\x46\xc8\x91\x15\x69\xcc\x01\ \x8d\x26\x05\x1a\x91\x39\x4e\xa4\xa0\x0a\x83\x79\x6f\xd9\x8a\x15\ \xc6\xf0\x47\x1e\xfd\x47\x24\x16\x5f\xbe\x7a\x7d\x77\x26\x97\xf7\ \x82\x58\x2c\x96\x4c\x95\xb9\x6e\x24\x11\x4f\x35\x36\x36\x57\xd7\ \xd4\x94\x95\x95\xc7\xa2\x31\xd2\x05\x61\xf9\xc0\xb8\x70\x50\x1b\ \x37\xd0\x60\x00\x10\x38\x53\xda\x52\xc0\x59\x44\x32\x6b\xd0\xb3\ \x72\x5e\x20\x0d\x1a\x40\xa5\x84\xd1\x81\x51\x06\x01\xa4\x61\xe6\ \x93\x36\x61\x41\xc4\xe4\xb0\xbd\xa8\x3a\x4f\x00\xca\x48\x6d\xb4\ \x0c\x72\xbd\xd2\x1f\xf4\xfd\x15\xab\xe7\x58\x48\x40\xca\x76\xb0\ \xb2\xbc\x7c\x68\xf3\x90\x43\x0f\xfa\xca\xb4\xe9\xd3\xaa\xea\x1a\ \x6d\x07\x48\x2b\x00\x44\xce\x6d\x2e\x8c\x01\xa5\x35\xe3\x0c\xd0\ \x68\xda\x6a\xfe\x31\xf8\x48\x16\x37\x21\x20\x82\x29\x3e\x3b\x02\ \x8e\x80\x00\x64\x14\x4a\xcd\xb8\x00\xce\x41\x03\x6a\xe5\xe5\x0b\ \x5b\xba\xbb\x5e\x7a\xfd\x65\x5f\xe9\x0d\x5b\xda\xda\x3b\xfa\x7a\ \x7a\x06\x3a\x3b\x7b\xf2\x81\xb1\x9c\x70\x2c\x99\xae\x69\x68\x2e\ \x14\xbc\xea\xfa\xc6\x50\x34\x66\x80\x49\xa9\x19\xb3\xc3\x11\x86\ \xc8\x91\x09\x05\x58\xf0\x02\x37\x59\xee\x49\xf2\xc9\x2a\x90\xca\ \x69\x96\x2b\xf8\xdc\x04\xb6\x63\x18\x4f\x14\xbc\x3c\xe4\xb2\xb9\ \x81\x3e\x3b\x19\x0a\x3c\x8f\xc0\x1e\x1c\xc8\x30\x95\x2b\x0b\xbb\ \xcd\xa9\x32\x30\x50\x59\x91\x1e\xd6\x5c\xef\xd8\x30\x6a\x64\x33\ \xe7\x6a\xd5\xca\xa5\x1d\x1d\x1b\xca\xe3\xd6\xc7\xca\x3f\x40\x01\ \xfe\xba\x65\x8b\x13\x35\x93\x6d\xdb\x25\xb1\x9d\x3f\xe4\x17\xb4\ \xf9\x14\xf9\x3b\x44\x44\x42\x48\xd7\xf1\x84\x05\x40\x1b\xba\x7b\ \xd6\xb4\xb6\x02\x01\x67\x9c\x88\x2c\xc7\x4e\x25\x12\xc9\x70\xa8\ \xa1\xa6\xba\xba\xbc\xbc\xba\x32\xdd\xd0\xd0\x50\x59\x59\x9d\x2e\ \xaf\x4c\xa4\xcb\x23\xe1\x28\xe3\x5b\xd3\x36\x94\x92\x9c\x73\xc1\ \x00\xb7\x5a\x53\x80\xc8\xb8\xe0\x64\x4c\x31\xee\xf9\x29\x3c\x9b\ \xed\xcd\x83\x8a\xcd\xba\x48\x20\x93\x24\x99\x34\x21\xe1\x02\xe3\ \x92\x34\xb3\x44\xe0\x07\xeb\xdb\x5a\xd7\x6f\xda\xb8\x6e\xfd\x86\ \xd6\xd6\xf6\xa6\xe6\x11\x5b\x3a\xfb\xba\x97\xb7\xb8\x91\x78\x43\ \xfd\x90\xf2\xf2\x8a\xaa\x9a\x5a\x00\x74\xdc\x50\x3c\x91\x2c\x4b\ \xa5\x01\x19\xe7\xb6\x6d\x71\xb2\x3c\xc6\x54\x5e\x99\xbc\xa1\x42\ \xc0\x34\x58\x8c\xdb\x0c\x39\x29\x09\xca\x68\x69\x65\x15\x52\x41\ \xe7\x3d\x45\x88\x44\xa0\xb4\xe6\x88\x1c\x38\x47\x54\x1a\x3e\x79\ \x13\x23\x44\x56\x33\x8c\x67\x03\x22\x44\x32\x16\x99\x18\x28\xa6\ \x73\x42\x0d\xf6\x0e\x64\x2d\x2e\x13\xf1\x88\xe0\x2c\x2f\xf5\x5b\ \x0b\x96\xb4\x6d\xee\x5c\xb1\x7c\xe5\xb4\x69\x27\xec\x7f\xe0\xfe\ \xb6\xc5\x35\x52\xe0\x99\x39\x6f\xcd\xdf\xdc\xd6\x31\xed\x84\x13\ \x05\x31\xe0\x82\x80\x58\x71\x35\x62\x6b\x3e\x0d\x7e\x28\x7f\x08\ \xb6\x35\xaa\x05\x02\xa9\xb7\xfe\x46\x9b\xa0\xaf\xbb\x7d\xd3\xe6\ \x8d\x9b\x5b\xc3\xc9\x44\xc0\x41\x3a\xd6\xfa\xf6\xce\xe7\x5e\x7e\ \xb5\x3f\x93\x2d\xe4\xa5\x05\x56\x34\x94\x48\x57\x56\xdb\x91\xa8\ \x41\x1e\x89\x27\x2c\x37\x22\x6c\x37\x14\x8e\x32\x66\x2b\xad\xa4\ \xd4\xae\xeb\x1a\x22\xcd\xb8\x1b\x4d\x70\x62\x83\x3e\x0d\x14\x7c\ \x49\x3c\xaf\x20\xef\xb3\x82\x14\x96\x6f\xea\xa2\xa1\xd6\xae\xde\ \xcc\x40\x41\x67\x3a\x87\x36\x54\x2b\xf4\xb2\x1d\x3d\x89\x68\xa2\ \x69\x44\x45\x7d\xb8\xb6\x32\x92\x6c\xac\x6b\xf4\x02\x2f\x9b\x1b\ \xa8\xac\x48\x4c\xdc\x77\x5c\x3e\xc8\xae\xdd\xb0\x32\xa0\xec\xc6\ \xae\x96\x83\x0e\x9c\xb0\x6b\xb7\x5f\xbc\xef\x6e\x45\xc8\xf1\x5e\ \x78\xe8\xb6\x4d\x6f\xc4\xb6\xfd\xd2\x48\x1d\x99\x32\xed\xc4\xbd\ \x1a\x3e\x79\xfc\x9a\xb4\x0e\x95\x55\xd5\xef\x3b\xa5\xb8\xd9\x05\ \x09\x8c\xd2\xc5\x84\x48\x13\x48\xa9\x54\x81\xcc\x60\x2e\xdf\xba\ \x7a\x0b\x2d\x5b\x67\x81\x34\xbe\x6f\x71\x4c\x25\x92\x65\xa9\xf2\ \xba\x86\x86\x31\xe3\xf6\x1a\x39\x62\xc8\x88\xe1\x8d\x89\x44\x0a\ \xc0\x20\x20\x00\x0a\xc6\x02\xa9\xa4\xd2\x16\x13\xc8\x18\x98\x4f\ \xe5\xe2\x12\x23\x04\x62\x44\x02\x88\x03\x11\x10\x82\x11\xc8\xd0\ \xb6\xf2\x7e\xd0\xdd\xdb\x97\xa8\x48\xaf\x5d\xb9\x72\xdd\xa6\x4d\ \x5d\x3d\x7d\xeb\x36\x6c\xdc\xd4\xda\xbe\x79\x4b\xfb\x71\xe5\x8d\ \xcc\x8d\xd7\x0d\xa9\x6a\x6a\x1a\x32\x7a\xd4\x1e\x6e\x28\x84\xff\ \x3f\x73\xef\x19\x24\x79\x72\x9e\x77\xa6\xf9\x7b\x53\xde\xb4\xb7\ \xd3\x3d\x3d\x7e\x66\x67\x76\x66\x77\xd6\x0c\x16\x58\x03\x47\x60\ \x01\x10\x20\x68\x41\x86\x8e\x0c\x06\x75\x62\x50\xd4\x29\xa8\x88\ \x8b\xd0\xa7\x23\x43\x11\xbc\xd3\x05\x49\x9d\x48\x9d\x4e\x22\x79\ \x14\xc9\x23\x40\x02\x0b\xbb\xc0\x02\xbb\x58\x3b\xbb\x3b\xde\x74\ \xf7\x74\xf7\xb4\xef\xaa\xee\xf2\x55\x7f\x6f\xd2\xdd\x87\x01\xa9\ \x0b\x7d\x10\xb8\x2b\x01\xc7\xfc\x54\x51\x1f\xb3\xea\xcd\xcc\xf7\ \xc9\xdf\xf3\x24\x44\x08\x63\xdf\x0f\x54\x4d\x57\x55\xdd\xf7\x23\ \xa8\x02\x88\x65\x00\x35\x22\x78\x02\x20\x81\x28\x45\x98\x08\x24\ \x21\x05\x09\x40\x68\x9a\x24\xa9\x1b\x46\x9d\x80\x01\x24\x11\x4a\ \x91\x2c\x21\x08\x54\x55\x16\x3c\x4d\xd3\x34\x89\x7c\x2f\x08\x48\ \x6a\x22\xa8\xbe\x0f\x89\x45\x00\x90\xaa\x36\x61\x1c\x41\x19\x09\ \x84\x21\x50\x20\x91\xa8\x9b\x51\xb2\x95\x5e\x9d\x84\xed\xb9\xa3\ \x47\xe3\x44\x84\xae\x17\xaa\x83\x46\xa7\xdf\x7e\xe5\xcd\x9b\x37\ \x6e\x3f\xf1\xe4\xa3\xe5\xa1\x42\xca\xd3\x66\xbb\xb9\xb4\xb2\x29\ \x00\x9e\x9b\x3f\x74\xee\xa1\x73\x8c\x12\x19\x63\x00\x04\xfc\x7b\ \xd7\x33\x87\x42\xc0\x1f\x34\x96\xf0\xc1\x1f\x0a\xa2\x74\x30\x00\ \xfd\xc1\xbb\x6f\xbe\xf1\xea\xab\x6f\xe8\x99\xe2\x67\x7f\xf1\x17\ \xd4\x52\xbe\x0f\x59\xa6\x3a\x14\x01\x08\x54\x03\x33\xa2\x22\x7d\ \x68\x68\xd4\x2a\x16\x65\x43\xf7\x43\x3f\x8e\x13\xd3\xca\x78\x5e\ \xb0\xb1\xb1\x5d\x28\x94\x55\x55\x45\x08\x03\x28\x33\xc8\x80\x80\ \x29\x07\x1c\x42\xdf\xf5\xfa\xae\x4f\x21\x4e\x39\x70\xfd\x68\xe0\ \x78\x52\xd4\x95\x48\x9c\x8a\xac\xa2\x4a\x4c\xc6\x23\x25\x4b\x91\ \xf5\x87\x4e\x1d\xcd\x15\x8b\xa6\x48\x80\xd3\x3e\xa8\x77\x5e\x79\ \xf5\x56\xad\x56\xdb\xd8\x59\xff\xc9\xcf\x7d\xfa\xb1\xa7\x4e\x6c\ \xad\xd7\x9c\xa8\x4d\x51\xf8\xf9\x5f\xf8\xd4\xb3\x17\x3f\x14\x47\ \xc9\x7b\xbb\xff\x01\x02\x65\x72\xc5\x6a\x35\xff\xb7\xe7\x37\x4e\ \x85\xae\x2b\xf8\xbf\x49\x82\xe1\x0c\xe8\x59\x34\x7d\x4e\xc7\x90\ \x51\xca\x19\xc7\x10\x0a\x26\x38\xa5\x82\x73\xc1\x38\xa3\x04\x21\ \x91\xc6\x9e\x22\x52\x1d\xa4\x7e\xa7\x7e\xb0\xb9\x36\x68\xb7\x77\ \x5a\xcd\xbb\xeb\x2b\x6f\x5e\x7d\x67\x7c\x74\xf4\xc2\xd9\x33\xcf\ \x3c\xfd\x54\xce\xb6\x18\xe7\x48\x92\x6b\x3b\xbb\xaf\xbd\x75\xf9\ \x99\xe7\x3e\x7c\xe2\xd8\xd1\x20\x61\xaa\x8c\x1f\x9c\xc9\xdf\xd3\ \xae\xf8\x40\x8c\xe2\x42\x50\x28\x10\x14\x12\xe3\x28\x22\x00\xcb\ \x20\x26\xbe\xe7\x01\x04\x02\x08\xea\x9e\xfb\xd2\x2b\x2f\x77\x3b\ \x1d\xc7\xf3\xbb\x03\xdf\x0f\xd3\x80\x30\x2c\x1b\xc3\x53\x0b\x5a\ \xa6\x3c\x31\x77\x1c\x41\x38\x3c\x3a\xce\x04\xe6\x02\x99\x86\x4d\ \x19\xb3\x33\x2a\x44\x98\x0a\x14\x26\x29\x94\x14\x0d\xe2\x90\xea\ \x09\x17\x7e\xc2\x03\x22\x82\x84\x53\xc0\x31\x21\x86\x2e\x07\x24\ \x49\x59\xea\x27\x7e\x18\xc6\x48\x92\x28\x65\x12\x93\x28\xa5\x4e\ \x2f\xa6\x71\xc8\x69\x64\xa8\x18\x8a\x07\x8d\xc3\xfb\xdc\x82\xc2\ \x38\x8c\x63\x8e\x91\x06\x19\x42\x9c\x53\x91\x48\xd4\x33\x6d\x3a\ \x52\xc9\xf7\x1a\x9d\x93\x27\x8e\xeb\x99\xd1\xbd\xed\xdd\xf6\x41\ \xc3\x69\xb7\x07\xed\x66\xb3\xdf\xf9\xe2\x57\xbf\x95\xcb\x9b\x56\ \x46\xcd\x17\x72\x76\xd6\x6e\x37\x3b\xdf\xf8\xe6\x57\x1f\x3a\x79\ \x4a\x42\x50\x70\x06\x20\xfe\x5b\x05\x0f\x08\xc1\xff\xbf\x02\xda\ \x7f\x71\xda\x11\x40\x70\xc0\x01\x80\x9c\x73\x0c\x01\x40\x10\x30\ \x00\x48\x1a\x34\x5b\xcc\x75\x07\x9d\x4e\xe0\x7a\x56\xa6\x92\x26\ \x84\xf8\x91\x0b\xe8\xc0\x8d\x04\x52\xb0\x2c\x20\x02\x85\x7c\x31\ \x6b\x65\x64\x8c\x32\xb6\xd9\xef\x77\x3d\xcf\x57\x31\x0e\xa2\x54\ \x2d\x28\x18\x70\x4b\xd7\x05\x44\x80\xf3\x80\x10\x2e\x88\xeb\x78\ \x71\x1a\x05\x7e\x40\x52\x42\x28\x49\x92\x14\x22\x5c\x52\x55\x2b\ \xaf\x73\x42\xa0\x0c\x18\xa7\x86\x21\x15\x6d\x15\xa4\x91\xb3\x7b\ \x7f\xe5\xca\x6b\xf5\xfb\x77\x0f\x36\x97\xf7\x07\x61\xca\x71\xe0\ \xf4\x01\x86\x94\x3e\xb3\xba\x72\xfb\xce\xad\xab\xaa\x0a\x8a\x96\ \x3a\x31\x75\xd8\x69\x35\xac\xcc\x1c\x13\xf4\xef\x5d\x3f\x82\xc6\ \x54\x3d\xfb\xd4\xc7\x7f\xea\xb1\x89\x34\x21\xff\xf9\x5b\x42\xfe\ \x5b\x5e\x35\x43\x40\xc4\x40\x6a\x50\xcb\x84\x10\x61\x84\x65\x24\ \x41\x24\x21\xf4\x40\x75\xe7\x9c\x0b\xc1\x23\xc1\x38\x8f\x0d\x45\ \xa0\xd4\xa9\x14\x0b\x07\x9d\x56\xd6\x90\x0f\x4d\x8e\x45\x41\xd0\ \x69\x35\x57\x37\xd6\x1b\x8d\xc6\x3b\xef\xbc\x33\x3f\x37\x23\x01\ \x91\x24\x71\x10\x51\x00\x02\x48\x00\x00\x20\x00\x49\x44\x41\x54\ \x86\x8e\xeb\xe9\x86\x7e\x78\x7e\x5e\x95\x31\x7c\x5f\xbd\x81\x10\ \x82\x31\x06\x20\x14\x18\xc5\x3c\x31\x04\x42\x21\xed\x2c\xaf\x6c\ \x2f\xad\xe8\x96\x39\x7e\xe1\x9c\x55\xcd\x1f\x1a\x1a\xf9\xea\x9b\ \xdf\xbf\x71\x77\x91\xa6\xd4\x89\xa8\x66\x16\x4a\xc3\x13\x56\xb6\ \x64\x67\x0a\x89\x50\x54\x3b\x8f\x00\x27\x00\xe9\x56\x06\x23\x9c\ \x50\x91\x26\x0c\x2b\x92\x2a\xc9\x8c\x0b\x24\x2b\x92\xa2\x7a\x11\ \xf1\x52\x29\xa1\x30\xa6\x2c\x62\x34\x8c\x49\xca\xa9\x80\x00\x48\ \xd6\x7e\xbf\x93\x24\x81\xef\x77\xb3\x9a\x42\x59\x14\x90\x30\x09\ \xa9\xac\xc8\xb6\x82\x0b\xa5\x8c\x2a\x67\x34\x19\x57\xab\x95\x42\ \xce\xa6\xef\x6f\xfe\x85\x20\xfd\x46\x1c\x12\x0c\x15\xc8\xb1\x0c\ \x11\x10\x04\x43\xcf\xf1\x07\xb3\x23\x66\xeb\xfe\xc0\x69\x35\xe7\ \x67\xcf\x0f\xe7\x47\xc3\xc3\xfe\xc6\xc6\xfa\xfd\xb5\x95\xe1\x99\ \x69\xc1\x92\xad\xcd\x95\x4a\xb6\x54\x28\x16\x39\x4d\x45\x3e\x7b\ \xe7\xfa\xf5\x9b\x37\xaf\x9c\x3f\xf7\x18\x17\x04\x00\xc0\x19\x07\ \xe2\xc1\x04\x02\x88\xc0\xdf\x09\xe2\x0f\xf8\x92\xbf\x5b\x98\x84\ \x10\x40\x08\x04\x21\xe7\x8c\x72\x0e\x28\x03\x71\x2a\xc9\xb2\x3f\ \x70\xae\xbc\xfd\xf6\xf5\x77\xaf\x0e\x7c\x3f\x6e\x34\xfe\xec\x2f\ \xff\xca\x11\xb4\x43\xd2\xf5\x46\xc3\x1f\x04\x8c\x0b\x03\x29\x59\ \xd3\x32\x35\xb5\xdd\x3e\xd8\x58\xbd\x33\x18\x0c\x28\x07\x1b\x92\ \xa6\xa8\xfa\xc4\xf4\x6c\xea\xbb\x3c\x8d\x13\x4a\x05\x40\xfd\x28\ \x4d\x48\x4a\x69\x2a\x01\x60\xeb\xb2\x6a\x42\x19\x49\x2c\xa5\x82\ \x93\x24\xf6\x1a\x35\x87\x6a\x25\x69\x38\x0f\x21\x43\x90\x92\xd8\ \xfb\x8b\x7f\xf7\xfb\xdd\xde\x20\x65\x44\x87\x21\x20\x3e\x90\x4c\ \x08\xa4\x4f\x7c\xf4\x99\x4f\x7c\xec\xe3\x73\xd3\x93\xf7\xdf\x7d\ \x27\x6e\xee\x9b\x39\x93\xb4\xe9\xfa\xc6\xfd\xe2\xf0\xcc\xf8\xf9\ \x05\x46\xfe\xbe\xf5\x23\x28\x50\x0f\x9f\x7e\x44\xce\xcb\x51\x18\ \xfd\xf7\xa5\x45\x39\x13\x69\x4c\x64\x06\x1f\x88\x31\x18\x20\x8c\ \x7f\xf0\xa7\x7f\x00\xfe\xa7\xb2\x24\xc9\x46\xc4\x22\x46\x81\xa6\ \x28\x63\x53\x33\xaa\x88\x9f\x7e\xee\xb9\xbd\xad\xcd\xad\xad\x2d\ \xcf\xf1\xf6\xf7\x1a\xeb\x3b\xb5\x56\xa7\x33\x5a\x2d\x8d\x54\xcb\ \x95\x72\x29\x0e\x82\xcd\xb5\x95\xed\xed\xed\x43\x73\x87\xf8\xfb\ \xa2\x8b\x1e\x20\x45\x10\x21\x06\x05\xe0\x80\x04\x91\xd4\xf7\x57\ \xaf\x5c\x3f\xd8\xda\x3b\x73\xf1\xb1\xcc\xf4\x38\x90\xc0\x00\x00\ \x86\x14\xc3\xca\xa4\x31\x67\x92\x30\x73\x43\x85\xf2\x84\x9d\x2b\ \x61\x59\x73\x42\x02\x25\x59\x51\xa4\x4e\xcf\x89\x23\x50\x2a\x95\ \x55\x4d\x85\x48\x56\x54\x3d\xe5\x1c\x42\xac\x1a\x96\x90\x64\xa7\ \xe7\x0e\x22\x99\x03\x59\x08\x42\x93\x20\xf2\xfa\x61\x1a\x95\x46\ \xaa\xbe\xdf\x67\x50\x84\x02\x16\x0b\x99\x85\xbc\xbc\xb3\xb5\x35\ \x35\x56\xc8\x64\x73\x76\x26\x93\xb1\xcc\x8c\x6d\x94\xf2\x99\xd6\ \x41\x3d\x08\x7d\x09\x72\x01\xd0\x7b\x6f\xea\x00\x00\x42\xf6\xf7\ \xb1\x1b\x21\x88\x39\x83\x29\x07\x29\x89\x85\x44\x38\xf3\x37\xfb\ \x49\x56\x92\x83\x5a\x7d\xe9\xb5\xd7\x47\xa7\xa6\xad\x72\xf1\xe4\ \xc9\x13\x99\x62\x36\x88\x7c\x5d\x86\xaa\x26\x45\x4e\x2f\xab\xdb\ \x9c\xc4\x3a\x42\x13\xe3\x53\x59\xdd\x70\xfa\x6d\xcb\xce\x62\x19\ \x89\xbf\x15\x0f\x30\x46\x0f\xda\xdb\xbf\x83\xb3\x1e\x7c\x7e\xb0\ \x30\x21\x84\x25\x84\xd2\x38\x52\x55\x2d\x71\x7d\xa7\xd9\x62\x49\ \xba\x79\x7f\xfd\x7b\x2f\x7d\x6f\x75\xe5\x9e\x24\x49\xb9\x62\xa9\ \xe1\xb8\xb7\x76\x77\x22\x20\x7c\x00\x08\x46\x32\x94\x74\x2c\xe7\ \x4c\x53\x16\x7c\x7b\x7d\x65\xd0\xae\xf5\xbb\x4d\x2e\x84\x66\x58\ \x04\xa0\x88\xc3\x5b\x07\x7b\xe5\xe1\xb1\xe3\xa7\x4e\xdb\x96\x9d\ \x30\xae\xe8\x56\x36\xa3\x29\x92\x4e\x93\x88\x04\xae\xdf\xe9\x86\ \x6e\xcf\xe9\xb6\x43\x77\xd0\xeb\xb5\x3b\xae\x98\x3e\xf7\xdc\xf8\ \xe4\x51\x9f\x84\x94\xc5\x3c\x65\x20\x0a\xc7\x8b\x39\x81\x84\x26\ \x25\x89\x8f\x82\x58\x66\x1c\xab\x41\x3c\x22\xa9\x99\x20\xcd\xc7\ \x9c\x45\xb4\xa2\xc3\xf5\xe5\x7b\x19\x53\x29\x0d\xcd\xf3\xf7\x70\ \x7f\x2a\x78\x0a\xf4\xb3\x4f\x7d\x14\x30\xf2\xdf\x19\xb5\x46\x18\ \x84\x1e\xdb\xbb\xc7\x75\x05\x20\x88\x30\x06\x10\x51\xce\x21\x84\ \x0f\x8c\xe9\x02\xa1\x88\x01\x59\x41\x82\x04\x42\x04\xd0\x92\x4a\ \xa6\x46\xbc\x28\x67\x58\x43\xe7\x1e\x5d\x58\x38\xb1\xbd\x53\x5b\ \xb2\x96\x64\x28\xd2\xd0\x6d\xee\x6d\x8d\x8f\x0c\x41\xce\xc7\x46\ \xaa\x8d\x4e\x7f\xf5\xde\xd2\xc4\xf8\xa8\xa2\xa8\xef\x95\x6a\xa1\ \x94\x3e\x50\x1d\x38\xa5\x8c\x53\x4b\xd5\x1d\xaf\xbf\x73\x7f\x75\ \xed\x60\xdf\x8b\x02\x65\x6f\x67\xf0\xfa\x3b\xae\x24\x76\x03\x7f\ \x73\x65\x33\x8d\x78\x1c\x51\xdd\x2c\x96\x2b\xe3\xba\x91\xc7\x8a\ \xa5\x19\x26\x61\x0c\xcb\x8a\x95\xb1\x65\xac\x73\x82\xb0\xa2\x6b\ \x96\x05\x01\x4a\x19\x4d\x09\xe5\x42\x38\xae\x43\x08\x4d\xe2\xc4\ \x0b\x44\x1c\x47\x2c\xf6\xb0\x48\x00\xa0\x86\x8c\x48\x37\x4d\xa0\ \x06\xb1\x9a\x52\x29\x5f\x50\x4f\x8c\x28\xe7\x26\xcf\xea\x76\x06\ \x62\x39\x88\xa2\xa5\xa5\xc5\xfb\x9d\x66\xa7\xd1\x68\x37\xf7\x77\ \x76\xb7\xff\xe5\x6f\xfe\xe6\xf1\x85\x23\x71\x92\xbc\xd7\xe6\x07\ \x02\x50\x92\x53\x49\x0a\x21\x42\x5c\x42\x69\x4a\x30\xe2\x80\xc4\ \x3a\x66\x98\xd0\xe9\xb1\xa9\x93\x63\x93\xdb\xf7\xee\xbd\xfa\xee\ \x9b\xc3\x47\x16\xec\x89\xb1\xb1\xf9\xd9\xd9\xdc\x24\x4f\x83\x83\ \xcd\x55\xd1\xef\xa2\x28\x51\x31\xb4\x34\x43\x83\x02\x10\x12\x0e\ \x1c\x40\x58\x26\x5f\x84\x58\x12\x0f\x2c\xd0\x1c\xfc\x9d\x6a\xf3\ \x80\x6c\x78\xe0\xd2\x67\x8c\x21\x84\x30\x46\x82\xa7\x9a\xaa\x01\ \x00\x11\xa5\x1b\x1b\x5b\xdf\x7d\xe9\xa5\x8d\x8d\x2d\x26\xa0\x30\ \x33\x2e\x49\x6b\xb5\x7a\x42\x45\xc2\x38\x56\xb4\xac\xae\xcb\xaa\ \x9e\xc9\xe6\x34\x59\x0e\x9c\x81\xdf\x6b\xd7\xb6\xee\x33\xa7\xa5\ \xf2\x48\x52\xd5\x74\x10\x52\x01\x55\x2b\xc3\x10\x6e\xd7\xee\xef\ \xe8\xe8\xb1\x27\x2e\x01\x84\xd2\x34\xe8\xec\xed\x1c\xec\xd7\xbb\ \xed\x56\xe8\xf6\xc3\xc0\xf7\x9c\x41\x1a\x05\x12\x12\x08\x02\x37\ \x96\xe6\x04\xed\xf5\x9a\xd5\x89\x31\xe0\xf8\x82\xf9\x86\x82\x67\ \xc7\x46\x8f\x9e\x38\x56\xaf\xad\x91\xa8\xb4\xbf\xef\x25\xb1\xf0\ \xba\x6d\x08\xf8\xa9\x87\xcf\x95\x2d\xf3\xde\x5d\x14\xbb\x4e\xe8\ \xf9\xe3\x95\x49\x09\x49\xe2\x3d\xf1\x3b\x10\x08\xfa\xde\x4d\xc2\ \x7f\x0f\x11\x13\x49\x89\x6b\xb7\x97\x4c\x43\x03\x10\x41\x8c\xd0\ \x0f\xe8\x57\xf0\x83\x3b\x70\x88\x54\xa0\x41\x01\x79\xea\x0a\x90\ \xf4\x21\xd1\x25\x08\x05\xbf\xbf\xb4\x32\x33\x7f\x2c\x93\xad\x9e\ \x3c\x3d\x96\x2b\x0e\xf3\x24\xa4\xa1\x7b\x95\x24\x18\xc1\x6c\xd6\ \xa2\x69\x7a\xea\xf4\x99\xa7\x3f\xfc\x1c\xa1\x44\x08\xf9\xbf\x7e\ \x55\xfc\x5f\x0c\x42\x88\x2c\xcb\x9c\xf3\x28\x8a\x24\x49\x12\x41\ \xba\xb6\xb4\xfe\xd2\x8b\x2f\x6e\x6f\x6c\x48\x32\x96\x0c\x6d\x73\ \x7d\xd1\x59\xbe\xe1\x12\xe6\xa4\x24\x61\x14\x0b\x48\x19\xcc\x68\ \x96\x69\xe6\xa1\x6c\x72\xa8\x00\x28\x0b\xc0\x29\x17\x84\x52\xc3\ \xb6\xdd\x41\x3c\xf0\xfc\x41\x10\x32\xce\xc2\x28\x8c\x92\x18\x20\ \xe8\xfb\x3e\x00\x42\x96\x65\x43\x46\x45\x93\x18\x36\x50\x05\xe4\ \x94\xa7\x94\x0e\xbc\x8e\x92\x19\x8e\x63\x00\x98\x5e\xb2\xed\xf6\ \xfd\x77\x56\x97\x17\xf7\x9b\x9d\x76\x7f\x50\x6f\x34\x84\x00\x9e\ \xef\x46\xa1\xaf\xc9\xb8\xdf\xef\x46\x81\x0f\xdf\x57\x7a\x84\x10\ \xa2\xbb\xb3\xd6\xef\xf5\xb0\x2a\x03\x8c\x92\x34\x95\x65\x59\xc5\ \x72\x18\x25\xcf\x7f\xf8\xe3\x3f\xff\xf9\x9f\x2e\x26\xc9\x4d\xf6\ \x9d\x17\x0e\x36\xdf\x7e\xe9\x05\x63\x6a\xb2\xb2\x3d\x7d\xe6\xe1\ \x73\x47\xa6\x67\xce\x9d\x58\x60\xc3\x15\xea\xf9\x1b\x3b\xf7\x4d\ \xdb\x6a\xec\xd6\x7e\xff\x77\xff\xd7\x4f\x3c\xff\x99\x67\x3e\xf1\ \x49\x84\x31\xc0\x08\x30\x00\x30\x04\x40\x30\xc6\x24\x49\x12\x82\ \x0b\x01\x30\xc6\x0f\xc8\xac\x07\x00\x41\x1c\x45\x88\x26\x2c\x8e\ \xb6\x37\x76\x5e\x79\xe5\x95\xe5\xe5\x15\xd7\x0b\x7b\x5e\x20\x24\ \xc5\x09\x43\x20\x4b\x6a\x2e\x67\x2b\xaa\x46\xb8\x6d\x66\x65\x2c\ \x03\x2a\x04\xa1\xc3\xa5\xd2\xbd\xbd\xdd\x83\x83\x9a\x3f\xe8\x54\ \x64\x7e\x6c\x62\x62\x78\x62\x52\xcf\xe6\x6b\x07\xcd\x6b\x77\x17\ \x83\x84\x13\x22\xb6\xd7\x16\x25\xcc\xfa\x9d\x8e\xdb\x69\x24\x71\ \x44\x18\xe3\x5c\x24\x84\x20\x24\x13\xce\xa1\xac\x51\x08\x01\x80\ \x58\x16\x9c\x86\x9c\xc5\x9b\x5b\xeb\xee\xce\xdd\xf1\x93\x93\x86\ \xac\x4e\x0c\x8f\xda\xba\x95\x26\xa9\xa6\xea\xc8\x48\x33\x39\xeb\ \x7f\xfc\xc7\xbf\xf6\xf0\xe3\x97\x1a\xfd\x76\x23\xf5\xe5\xe1\xe2\ \x5e\xd8\x69\x49\x74\x6e\x24\x0f\x0b\x19\xc0\xdf\x8b\xfe\xf6\xa3\ \xa2\xc5\x00\xd4\x11\x19\x93\x3d\x5d\xa2\x08\x21\x24\x61\x08\x21\ \x40\x98\x0b\xc1\x80\x60\x9c\x71\x0e\x62\x12\xa6\x31\x05\x3c\xcc\ \x6a\x52\xe2\xf6\x74\xd5\xb8\x78\xe1\x31\xd2\x75\xbe\xf6\x9f\xfe\ \x62\x64\x6e\x7e\xea\xe8\xd1\xd1\xf1\x09\x5b\x93\xfd\x6e\xa3\xb1\ \x3d\x6e\x4a\x1c\x03\x40\x19\x6d\xec\xed\xbc\xf5\xf2\xb7\xcf\x3f\ \xf2\x98\x40\x0a\x52\x25\xfe\x9f\x63\x08\x20\x14\x50\x08\x01\x1f\ \xf8\x72\x84\x00\x00\x41\x01\x04\x04\xe8\x41\x82\x04\x04\x0f\xa2\ \x3c\x80\x80\xd7\xaf\x5d\x5f\xbc\x72\x63\x7f\x6b\xd7\x8d\xc3\x04\ \xa3\x84\xb3\x7e\xaf\x1d\x44\x09\xe5\x50\x55\x0c\x05\xc8\x19\x33\ \x23\x69\x2a\xc7\x92\x66\xe7\xa0\x00\x0a\x40\x0a\x92\x78\x4a\x14\ \x15\x4b\x92\x8a\x10\xe2\x00\xf4\x5c\x4f\x0e\x03\x96\x46\xaa\x84\ \x15\x55\x36\x30\x94\x54\xa9\x60\xe5\x00\x84\x69\x12\xc2\xd8\xa1\ \xfe\xa0\xe7\xf6\x52\xb7\x9b\xfa\xce\xee\x7e\x13\x66\xc7\x4f\x7e\ \xe8\xb3\x24\xc5\x08\xaa\x98\x81\x8d\xc5\xc5\x17\x5f\xf8\x6b\xcd\ \xb0\x24\x45\x56\x28\x63\x82\x65\x25\x60\x59\xc6\xd0\xd0\xd0\xd9\ \x4f\x7d\x6a\x62\x6c\x22\x7d\x1f\xeb\x1a\x84\x10\x00\x89\xc5\x90\ \x27\x50\x00\x20\x90\x60\x11\x65\x31\xa5\x3c\x6b\x66\x2f\x3e\xf1\ \xc4\xb1\x87\x1e\x81\xcd\xfd\x66\xf9\xfa\x73\x17\x1e\x3e\x16\xba\ \x6d\x19\xff\xf5\xe5\xb7\x76\xf7\xeb\x6f\x66\x73\x9f\x7c\xf2\x03\ \x92\x00\xf5\xdd\x6d\x96\x10\x61\x02\x00\x80\xa6\xa8\xbb\xdb\x9b\ \x3b\xf7\x96\x4a\xc3\x23\x46\x36\x9f\x32\xde\x1d\xb8\x42\xb0\x52\ \x3e\x8b\x74\x3d\x25\x8c\x71\xae\x69\x2a\x67\x1c\x21\x88\x31\x8a\ \xe2\x78\x6b\x73\xb3\xb1\xb7\x75\xfd\xed\xcb\x37\x6f\xdc\xf6\x07\ \xbe\x95\xc9\xa5\x02\x1c\x74\xba\xc3\x93\x53\x63\xc3\x23\x92\xaa\ \x0a\x49\xea\x0c\xfa\xad\xe6\x5e\x3e\x9b\x47\x82\x43\x08\xb2\xb9\ \xfc\x70\x65\xe8\x5d\xe7\xd5\xf6\xc1\x76\xce\xd2\x3e\x78\xf1\xfc\ \x85\x23\x73\x92\xac\x0f\x02\x7f\x6e\x7c\x6c\x6e\x7a\xf2\x8b\x5f\ \xff\x66\x1c\x07\x34\x81\xbd\xd6\x41\x2e\x9b\x11\x1e\x84\x51\x82\ \x05\x07\x58\x52\x24\xdd\x8f\x13\x42\x99\xa4\x69\x29\x03\x00\xa0\ \x67\x3e\xf6\x11\xbd\x30\x5a\x3d\x34\xdd\xf7\xfb\x5f\xfb\xf6\xf5\ \xef\xee\x5d\x2f\xa9\xa2\xd3\xd8\xdd\xdd\x5e\xb5\x6c\xdc\x19\x34\ \xdd\x98\xc7\xbe\xb7\xdb\xda\x2b\x6d\xdc\x75\x9c\x7e\x18\x47\x6e\ \xd0\xa7\x19\xe5\xb1\x4f\x7e\xf8\xd0\xec\x04\x80\xba\x78\xaf\xf9\ \x3b\x3f\x8a\x81\x10\x8a\xa3\xb0\xbe\xbb\xa1\x6b\x5a\x26\x9b\x35\ \x4d\x53\x08\x11\xc7\x49\xa7\xdb\x05\x3f\xc8\x09\xc0\x26\x32\xdd\ \xd8\xa7\x3a\x6d\x89\x64\xae\x58\xfe\xb5\x9f\xfd\xb9\x73\x47\x1f\ \x5e\x7a\xf3\x72\x77\xe9\xd6\x5b\xdf\xfc\xe3\x6b\xb7\xc6\x8e\x9c\ \x78\xfc\xec\xe9\xd3\xd3\xc3\xe5\x87\xcf\x9c\xe8\xd4\x77\x9c\xf6\ \x3e\x09\xc3\x21\x7b\xfc\xed\xef\x7c\x43\x0a\xbd\xc7\x3e\xf6\x53\ \x40\x00\x0e\x18\x43\x82\x01\x8e\x18\x96\x84\x04\x05\x80\x48\x40\ \x24\x18\x60\x98\x23\x20\x00\x84\x22\x4d\x63\x09\x42\x49\x92\x1c\ \x67\xb0\xba\xb4\x76\xf5\xca\x8d\x76\xbb\xd3\x6e\x35\x00\xe0\x6e\ \x18\x32\x88\xa9\xc0\xb2\x9c\xad\x94\x0c\x46\xb9\x6e\x18\x86\xaa\ \x63\x19\x33\x15\x13\x21\x08\x85\x39\x45\xa8\x52\x8a\xb8\x1f\x27\ \x14\x03\x99\x26\x2c\xe1\x2a\x35\x94\x7e\xe8\x9b\x20\x3a\x32\x94\ \x29\xc8\x44\x50\xd7\x71\xdd\x4e\x63\xd0\x70\x06\x7d\x77\xe0\xf4\ \xda\x71\x3b\x38\x68\x79\x21\xe3\x34\x72\x14\x10\x38\x09\x1d\x3a\ \x5b\x1a\x42\x99\x01\x02\xd9\xbc\x2c\x81\x30\xe1\xa8\x54\xae\x8c\ \x8e\x94\x2d\x03\xf5\xba\x6d\xc7\xf7\xa8\xc0\x29\x93\x3f\xf9\xfc\ \x27\x7e\xf2\x73\x3f\x1b\x46\x51\x14\x85\xef\x83\xb8\x15\x00\x70\ \x41\x85\x24\xc5\x42\x8d\x62\xce\x12\x64\x80\x24\x67\xaa\xba\x0a\ \x9c\xd4\xbf\x5d\xdf\x3b\x3c\x37\x29\x9d\xfd\x80\xb6\xff\xf5\x13\ \x82\xb2\x5c\xf6\x23\xff\xea\x5f\xbf\xeb\xd2\x7f\xf3\x47\x7f\xfa\ \xbd\x2b\x9b\x86\xdf\x18\xcd\x2b\x85\x5c\xde\x09\x23\x06\x89\x65\ \xeb\x3b\x7b\x9b\x5f\xfd\xf2\x5f\x65\xed\xdc\xb9\x47\x2e\x16\xc7\ \xc6\x97\x37\xb7\x33\x86\xa6\x91\x92\x83\xd4\x83\x9e\x17\xa6\xa4\ \x52\x2d\x8d\x8f\x54\x24\x00\x30\x56\x7b\x4e\x6f\x75\x77\x77\x6f\ \x6f\xf7\x7e\xbb\x83\x6d\x5b\x26\xc0\xca\xe7\x25\x5d\xef\xc5\x69\ \xa1\x3c\xb4\xdf\xe8\x20\x06\xc7\xa6\x0f\xf5\x7a\xcd\x20\x48\x21\ \xa7\x39\xdb\x8e\x89\xf0\x18\x6d\x04\x7e\x63\xd0\x25\xc4\x19\x2f\ \x9b\x24\x71\x5e\xfa\xde\xab\xe7\x8e\x9d\x58\x5d\x5a\x84\x08\x5d\ \x7a\xee\xb9\x4f\x3d\xfd\xc1\xff\xf0\xd7\x5f\x09\xfd\x30\x0d\xd9\ \xf8\xc2\x8c\x06\xd1\x2e\xb9\x8f\x09\x59\x38\xbc\x60\x58\xd6\xce\ \xee\x9e\xa4\x5b\x31\x03\x5e\x98\x8e\x4d\x4e\x3d\xf2\xd1\xe7\x1b\ \x09\xfc\xd4\xb3\x4f\xbc\xfa\x37\x7f\x32\x1c\xef\xfb\xcd\xc6\xd9\ \xb3\x27\x3f\xfa\xec\x99\xd9\x99\x31\xce\xc2\x66\xbb\xbd\xda\x8e\ \x3a\xbd\xc1\xd1\x21\xeb\xa1\xd9\xd2\xce\xba\xbb\xd5\x73\x59\x4c\ \x2a\x7a\x29\x2b\x2b\x07\xaf\xdd\xd8\x75\xa2\x8f\xfc\xea\xc9\x24\ \xf4\xff\x7f\xae\x1f\x08\x61\x9a\xa4\x9e\xe7\x4b\x92\x3c\xe8\xbb\ \x51\x98\x9a\xa6\xc1\x18\x8f\xc3\x58\x08\x01\x10\x60\x02\x42\xce\ \x3d\xaf\x9f\x1d\x32\x5b\xdd\xd6\x91\x27\x9f\x7c\xf4\x63\xcf\x82\ \x54\xaa\x1c\x9a\xf8\x09\xe5\xe9\xd9\x8d\x4a\x4b\xe0\xbf\x7a\xf9\ \x95\xbd\xad\xad\x89\x6a\x61\xb2\x52\x04\x69\xc0\xb9\x08\xe3\xb8\ \xd3\xed\x8c\x8c\x0c\x35\x9a\x07\xfb\x5b\x9b\x50\x35\xb2\xc3\x19\ \x86\x79\xbb\xd7\x2b\x66\xca\xaa\x66\x0b\x0e\xe2\x28\x04\x12\x93\ \x14\x19\x42\xe9\x81\x56\x10\xc6\x51\x14\x05\xcb\xcb\x2b\x6f\xbd\ \xf1\x56\x7d\xaf\x09\xa1\x64\xdb\xb9\x46\xaf\x27\xb0\x18\x1b\x9f\ \x50\xf4\x8c\xa2\x19\x58\xd2\x36\x36\x77\x00\x04\xaa\xaa\xca\xaa\ \x1c\x04\x7e\xb1\x58\x8e\xa2\x98\x27\x11\x88\x3d\x67\xd0\xf7\x83\ \x90\x02\x24\x30\x34\x72\xf6\xf4\xdc\x21\xc5\x54\x75\x43\x71\x6b\ \x3b\xb7\x76\x6e\xf3\x7e\x3d\xec\xb6\x1d\xcf\x6d\xf5\x7a\x31\xa1\ \x00\xb0\x34\x8e\x20\xd7\x80\x96\xf5\x52\x22\x23\x21\xcb\x12\x01\ \x02\x20\x1c\x39\xbd\x4a\xa6\x94\xf6\xf7\x91\x8c\xfd\x28\x9e\x9c\ \x99\x79\xea\x89\xf3\x19\x13\xdf\xb9\x73\x9d\x0b\xb6\x78\x6f\xdd\ \x8f\xc5\xab\xaf\xbc\x32\x36\x31\x73\xf2\xd4\xa9\xf7\x83\xab\x0b\ \x01\x01\xd0\x35\x43\x27\x20\x12\x2a\xe6\x54\x51\x75\x13\x4a\x12\ \xa3\x3c\x49\x77\xb6\xb7\x33\x43\xdb\xae\xa4\x46\xba\xba\x1f\xf8\ \x0f\xeb\x96\xdb\xf3\xd4\x5e\x70\x6c\x74\xe1\xf8\xec\x49\x26\x92\ \x50\x95\xef\x34\x76\x34\xa6\x4a\x92\x9a\x2f\x67\x29\x42\x34\x8e\ \xb6\xb6\xb7\x23\x3f\xea\x39\xc1\xe9\xc7\x1e\x03\xba\x19\xc7\x71\ \xe4\xb9\x8a\x95\x77\x5d\xe7\xa0\xdd\x53\x64\x79\xb8\x9c\xa7\x9c\ \x5c\xbd\xf2\xee\xd7\x5e\xfc\xf6\xe6\xee\x7e\x98\x84\x98\x0b\x13\ \x29\x9a\xa6\x67\xec\x4c\xc8\x58\xbe\x58\x34\x33\x16\xd9\x6b\x8c\ \x95\x47\x9a\xf5\x83\x72\xbe\x30\x3d\x54\x98\x1f\xab\x2e\xdf\xbd\ \xf5\xee\xb5\x5b\x99\xca\xc8\xc4\xf4\xb4\xe3\x3a\x48\x88\x91\x6a\ \x99\xc4\x21\xe4\x6c\x7c\x64\x48\x17\xac\xd9\x6c\x8e\x0f\x55\x47\ \xe7\xe6\xbf\xf9\xda\x9b\xf7\x76\x0f\xda\xcd\xd6\xad\x1b\xb7\x65\ \x99\x0a\x28\x8d\x8e\x0f\x8f\x8c\x8c\x08\x21\x1e\x3a\x7d\xfa\xf4\ \xb9\x87\xdf\x7a\xf7\x5a\xbd\xd1\xd1\x14\xf5\xee\xf2\x3d\xa5\x3a\ \xf5\xfd\xef\xbc\x78\xeb\xf5\xef\xcd\x55\xf2\x67\x1e\x3b\x7e\xf1\ \xec\x69\x4d\x93\xee\x2d\xdd\xf6\xdd\x8e\x24\x2b\x95\xca\xcc\xc4\ \x70\x75\xb4\x98\x71\x6a\x3b\x12\x4d\x79\x1c\x0d\xda\x3d\x61\x90\ \xce\xa0\xdf\xdf\xdb\x36\x27\x66\xde\xb3\xff\xf4\x47\xe7\x96\xe1\ \x1c\x32\x06\x28\x21\x51\x94\x78\x9e\x27\x4b\x92\x24\xc9\x86\xae\ \x41\x24\xfa\x3d\xa7\x1b\x78\x32\x94\x25\x9f\x1d\x1f\x99\xcd\xe7\ \x2b\xcd\xc4\xd3\x0d\xd3\x3a\x31\x1d\xed\xac\x4c\x09\xeb\xc8\xe8\ \xe4\x27\xfe\xe4\x9f\x7e\xe9\x85\xaf\x2e\xdf\xbe\xee\xf5\xbb\x93\ \xc3\xe5\xc0\xf1\x8b\xb9\xa2\x97\x12\xa1\xa2\xd0\x71\xbf\xf5\xf5\ \x17\xa0\x24\x3d\xf9\xec\x13\xc3\x53\xa3\x30\x89\xd2\xd0\x83\x9a\ \xe9\x0e\xbc\x6e\xbf\x65\xda\x6a\xb6\x98\xa7\x80\xa8\xb2\xd6\x71\ \x7b\xdb\xb5\x9d\x7e\xaf\xb7\xba\xb9\xee\xa5\x89\x92\x35\x93\x98\ \x0e\xcf\x8c\x35\xbd\xae\x99\xb1\xb1\x69\x35\x3b\xfd\xb1\x89\x6c\ \xab\xd7\xd9\xaa\x6d\x56\x2b\xd5\xf1\xcc\x28\x42\x42\x92\x8d\xd9\ \xb1\x91\xdd\xdd\x9d\xfd\xf5\x5a\x7d\x75\xa5\xdd\xea\xa5\x29\xcd\ \xe4\xf3\x04\x21\xbb\x90\x8f\xfc\xee\xe8\xc2\xc9\x8c\x2e\xdd\xdf\ \xdb\xec\xdf\xbf\x9d\x03\x09\x8f\x02\xc1\xa0\x0e\x35\x53\xc7\x24\ \x0e\x53\x19\x45\x58\xf6\x63\x07\xb3\x54\x53\x8d\x5e\x48\xb4\xc2\ \xf0\xf4\xe8\x48\x91\x0e\x44\x7b\xb0\xfc\xf6\x65\x6d\x2c\x0b\x92\ \xb8\x54\xae\x74\x1d\x6f\x73\xb3\xee\xfb\x01\x80\x40\xd3\xb5\x62\ \xb5\xf0\xfc\x67\x7e\xfa\xd2\xd3\x4f\x1d\x34\x7b\xef\x07\xb0\x80\ \x50\x00\xe0\x7b\x51\x1a\x51\x81\x29\x4a\x09\xe6\x2c\x8e\x7d\x2c\ \x01\x96\xf0\xa0\xe3\x16\x54\x9d\x46\x31\x97\xd1\xf0\xc2\xf4\xc6\ \x8d\xeb\x7e\x14\x14\x0e\x1a\xef\xae\xd6\x93\xd0\xab\x56\x72\x7e\ \xcc\xef\xaf\xaf\xe3\x44\x02\x02\x97\x87\x8a\x27\x4f\x1d\x49\xa3\ \xa8\x9c\xc9\x1e\x3f\x7a\x52\xb7\x72\x57\xaf\x5e\xcf\x8d\x4f\xee\ \xac\x2c\xea\x89\x77\xee\xe2\x07\x2a\x93\x73\x43\x65\x09\x09\xb1\ \xbe\xb2\x7a\xff\xfe\xf2\xf2\xf2\xd2\xad\x6b\x37\x7a\x6e\x60\x67\ \x32\xb1\x1f\x78\x00\x55\xf3\x05\x28\x44\xe8\xfb\xb5\xfa\xde\xd4\ \xdc\x61\xc3\xd4\x34\x4b\x57\x49\xb2\xb9\xb9\x3a\x3f\x35\x1a\x3a\ \x32\x4f\x92\xb1\x6a\x45\xcb\x64\x14\x41\x15\x04\x62\x2a\x86\x87\ \x27\x1e\x3e\x72\xd8\x3b\x68\x1f\x9a\x1a\x3d\x34\x5a\x6d\x75\x3a\ \x99\x8c\x15\xab\x4a\xd6\xb6\x4c\x55\x61\x34\xed\x75\x5b\xe5\x4a\ \x2e\x9f\xcb\x9f\x3c\x79\x2a\x89\x42\x20\x44\xb1\x54\xcc\xd8\x76\ \x29\x9f\xdf\x6f\xb4\x55\x19\x4d\x0f\x0f\x7d\xe5\x95\x97\xbf\x76\ \xef\x5d\xcb\xab\x9f\x9f\xa9\x1c\x59\x38\xd2\x68\x75\x3a\xdd\x66\ \xbb\xdd\xe4\x2c\x31\x74\xbd\x18\xcb\xaa\xaa\x0e\xea\xbb\xc7\x8f\ \x1e\xcd\x16\xca\x84\x03\x86\x70\x22\x40\xad\xdd\x5d\x5d\x5e\x39\ \x3b\x34\xfe\x9e\xf3\x0f\x7e\x44\xc5\x23\x2b\x8a\x6e\x98\x10\x4b\ \x8a\x22\x71\xc6\xd3\x38\xa6\x82\x20\x08\x49\x4a\x34\x4d\x51\x55\ \x0d\xca\x92\x01\x24\xc9\x77\xc2\x46\x7f\x73\x7d\xb3\x99\x84\x31\ \x4f\x6c\x01\x09\xe7\x27\x8b\xa3\xf5\xae\xef\xf4\x06\x27\x4f\x9d\ \x6e\xee\xd7\x66\xc7\x47\xa0\x48\x87\x46\x46\x1a\x07\x7b\x7e\x18\ \x41\xc3\x84\x10\x8a\xd0\x17\x84\xdc\xbd\x76\xad\x71\xb0\x9b\x2b\ \x56\xfa\x1d\x97\x24\xd0\x30\xec\x38\xa1\x84\xa6\x76\x26\xa7\xe8\ \xca\x5e\x73\xff\xa5\x97\x5e\x5c\xbe\xb7\xe4\x87\x01\x23\x42\x00\ \x68\xdb\x39\x4d\x56\xb1\xaa\x48\xba\x56\x19\x1e\xdb\xab\xef\xf7\ \x7d\x4f\x1f\xf4\x29\xa3\xf3\x0b\x73\xc3\x95\x8a\x04\xc1\xf2\xe2\ \x62\xb7\xdd\xec\xb7\x77\xd3\x28\x6a\xef\x6e\xf7\x9a\x2d\x04\x10\ \x12\x90\x82\x28\x05\xa0\x17\x74\x9b\xbb\x6b\xed\x6e\xef\xc8\x99\ \xf3\x39\x15\x51\x05\xe5\x54\x33\x05\x02\x40\x29\x49\xb9\xe0\x00\ \x20\xaa\x59\xba\x61\x5b\xa3\x1a\xd4\x00\xf1\x52\x5e\xb6\x46\x3e\ \xf3\x4b\xbf\x2e\x21\xa9\xac\x4b\x43\x19\xeb\x8d\x2f\xfe\xc7\xbb\ \x0d\x3e\x35\x6c\xb8\x83\xd6\x8d\x9b\xef\x8e\x0d\xe5\x25\x4c\xc3\ \xd0\x0f\xc2\x28\x5f\xa9\x14\x4a\x76\x14\x74\xe3\x28\x7a\x1f\x74\ \xd2\x83\xdf\x3e\xa6\x22\x4c\x52\x80\x80\x22\xc9\xc5\x5c\xb1\x62\ \x8f\xd1\x38\x50\x15\xcd\x50\x54\x1e\x45\x25\x45\x1e\x9e\x9a\xcd\ \x8d\x0d\xbd\xec\xb6\xb0\xa0\x43\x67\x8f\xb1\x9b\xab\x42\x87\x00\ \xb0\xa0\xd9\x45\xfd\x18\x60\x1d\xa9\x52\xbb\xdd\x6a\xb7\x0a\x87\ \x0f\xcd\x3c\x75\xf1\xf1\x47\x1f\xbe\xd0\xea\x0e\xfe\xd3\x97\xbf\ \x62\x2a\x38\x8d\xa3\xbd\x95\x35\x3b\x57\x4d\x81\x46\x00\xdc\xdd\ \xf2\x3a\x8d\xdd\x28\x18\x20\xc1\x01\x63\xfd\x4e\x47\x93\x15\x15\ \x4b\x2a\x40\x34\x89\x5b\x07\xfb\x3e\x63\xae\xe3\x2c\xdf\x5b\xba\ \xbf\xb1\x25\x01\x09\x72\x16\xf7\x9b\xa2\x9a\xdd\x5d\xef\x38\xdd\ \x0e\xa2\x44\x47\x42\x13\x1c\x24\xb1\x2e\xa1\x56\xbb\x97\xce\x26\ \x9d\x76\xfd\x95\x57\x5a\xb6\xa2\xd5\x1a\xad\xe4\xdd\x77\x4e\x5d\ \xfa\x40\xa5\x5a\x42\xeb\x5b\xf3\xf3\x87\xf2\xc5\x52\x36\x6f\x87\ \xa1\xa7\xeb\x26\x10\x7c\xd0\xeb\x59\xa6\x95\xcf\xe4\x66\xa6\xa6\ \x06\x03\x37\x4e\x13\xbf\x7d\xa0\xa4\xa1\x42\xe2\x8c\x26\x3f\xfb\ \xc1\x0f\xec\xee\xec\xf6\xda\xad\xee\xa0\x27\x38\x37\x74\x15\x49\ \x22\xe8\x0f\xa8\x22\x2b\x59\xeb\xda\xb5\xeb\xb9\xd2\xd0\xcd\xa5\ \xcd\x6b\x77\x56\x2c\x33\xab\x43\x04\x99\x50\x2c\x1b\x88\x7f\x18\ \xfb\xcf\x03\x57\x02\x89\xe2\x88\x51\x0c\x11\x04\x40\x92\x64\xc6\ \xd8\xa0\xdf\x57\x65\x85\x03\x21\x8c\x4c\x44\x93\x8c\x65\xf2\x28\ \x30\x35\xcb\x77\x83\xc2\xc4\x84\xf0\xbd\xf9\x13\xc7\xeb\x2f\x7c\ \xa7\x19\xb1\xde\xc6\xf6\x4e\xb3\xc1\x39\xf2\x23\xc2\x59\x32\x3e\ \x39\x11\x92\x74\x78\x62\xd2\x19\xf4\x5d\x67\x30\x5a\x1c\xca\x68\ \x9a\x65\xea\xed\x7a\x53\x92\x4c\x35\x53\xa8\xb7\x3a\x9a\x91\x1a\ \x76\xde\x50\x71\xa7\xd3\x5f\xdf\xba\xb1\xb9\xb5\x65\x9b\xe6\xcc\ \xd8\xf4\x95\xeb\x57\xd3\x94\x46\x71\x0a\x18\x1c\x1b\x9d\x48\xa3\ \x68\x6d\xe5\xfe\xf1\x63\x0f\x0d\x4c\x2f\x9b\xc9\x63\x49\x5a\x5f\ \x5b\x2f\x97\x0a\xb2\x10\x82\x26\xcd\xdd\x2d\xcb\xd4\x9c\xe6\xde\ \xfe\xce\x4e\xe8\x38\x8a\xe0\xa3\x95\x21\x20\x40\xcf\xed\x46\x09\ \x51\x32\x79\x06\x40\x63\x6d\x69\xb4\x58\x3a\x36\x31\xba\xed\xec\ \x23\x16\x87\x08\x10\x01\x19\x45\x13\x53\x53\x93\xe3\x23\xe5\x72\ \x29\x37\x3c\x61\xe2\xf4\xf6\x3b\xdf\x5f\xd9\x6b\xa9\xb3\x8f\xc6\ \xc8\x64\x51\xff\x17\x3f\xf5\xf4\x77\xff\xe6\x6b\xb5\x9d\x65\x2b\ \x63\x21\xa6\x0f\x57\x8b\xe3\x93\x53\x8a\x2c\xbc\x41\x9b\x0a\x98\ \x50\x06\x20\xb0\x2d\xdd\x30\x75\xdc\x4b\x08\x01\xef\xf5\x04\xf7\ \x03\x6f\xb9\x61\x1a\x92\xaa\xca\x0a\x06\x5c\x37\x14\x59\x57\x75\ \x43\x41\x48\x4a\x68\x62\x9a\xaa\xad\x40\x03\x49\x72\x31\x7b\xfa\ \x93\x1f\xc9\xe4\xb3\xac\x3a\x52\xe9\x0c\xe0\xea\x7d\xc6\x93\xe9\ \xf1\xf1\x6c\xe2\xbb\x61\x14\x0b\xa2\x9a\x52\x46\x57\x4f\xcc\xcf\ \x56\xb2\xe6\xea\x9d\x1b\x37\x6e\xde\x99\xa8\x14\x4c\x05\xe4\x2d\ \x7d\xf6\xe2\xc5\x7a\xab\xbb\xf1\xdd\xef\x42\x45\x4d\xe3\xe0\xf4\ \xb1\x43\x0a\xb4\xd2\x34\x3d\x3a\x3f\x97\xa4\xec\xf1\xc7\x9f\x40\ \x8c\xbf\xf3\xea\x6b\x00\x62\xc9\x42\x92\xe0\xc7\x8f\x2e\x94\xc7\ \xc7\x55\x55\x73\x7a\xee\x68\xb9\x78\x6c\x6e\x42\xc7\xe2\xde\xea\ \xba\xa1\x19\x59\xc3\x30\x31\xcc\xeb\xf2\x27\x9f\x7b\xee\xe5\x97\ \xbe\xb5\xb5\x5d\xbb\x0c\x08\xeb\xb7\x4c\xac\x1c\x99\x5d\xb0\xb3\ \x19\x12\x27\x7b\x7b\xb5\xad\xad\xcd\x87\xce\x9c\x7e\xf2\xd2\xd3\ \x13\x93\x33\x66\xce\x6a\x34\x1a\x5b\x9b\x1b\xbd\xce\xe0\xa0\xd1\ \xf8\xf4\xa7\x3f\xfb\xc8\x23\x17\x8e\x1d\x3b\x7a\xe1\xfc\xb9\x2f\ \xff\xcd\x97\x7b\xb1\xfb\xcc\xc5\x73\x8b\xa2\x2f\x7a\x5b\x0a\xe4\ \x49\x10\x1c\xec\x1f\xa4\x8c\x03\x84\x18\x07\xaa\x6a\xd2\x38\x4d\ \x3c\xcf\x90\xa5\x8d\xed\xed\xfb\xbb\xdf\xf7\xa8\x5c\xef\xf8\x83\ \xc1\x46\x4e\xd7\x26\xcb\x79\x3f\x49\xd1\x7b\xcd\xaf\xfa\x51\x0c\ \x4a\x69\xb5\x5a\x19\xa9\x94\xea\xf5\x3a\x25\x04\x48\x12\x42\xc8\ \x32\xb3\x0f\x4c\x4b\x86\x61\xa6\x94\xe0\x4c\x76\x6a\x64\x24\xc3\ \x99\x2a\x40\xc1\xce\x95\x80\xa6\xc7\xac\x52\x1c\x51\x8d\x02\xdf\ \xd8\x44\x02\x57\x8f\x1c\xd9\xd8\xdb\xed\x0f\xfa\x42\x30\x5d\xc1\ \xa3\xe3\x33\x93\xd3\xb3\x85\xbc\xfd\x8d\xaf\x7f\x35\x4e\x69\xcf\ \xf3\xb3\x76\x76\x62\x7c\x86\x73\x02\x34\xdd\xa5\xd0\x4f\xd3\xb5\ \xbd\x75\x53\x95\x41\x1a\x8b\x24\x58\xba\x73\x8b\xb0\xf4\xe1\x87\ \x2f\xc8\xf9\x52\x5e\xb1\x08\x62\x31\x4a\x45\x94\xd4\x36\x36\xd2\ \x4a\x05\x44\x49\x34\x70\x6a\xeb\x5b\x8a\xa6\x4d\x4e\x4c\x3a\xcd\ \xa6\x89\x60\x08\x81\x65\x28\x79\x5d\x55\x31\xaa\x6f\x6f\x06\x83\ \xfe\x78\xa5\xf8\xb1\x0f\x3e\x35\x3b\x36\xa6\x4a\x4a\x0a\xd0\x57\ \xbf\xfb\xf2\xe5\x5b\xb7\x19\x92\x7c\xc7\xdf\xbd\x93\xa9\x9c\x3c\ \x5c\x2d\x66\xa3\x10\x36\x7b\x6d\x9f\x8b\x6c\x75\x74\xe1\xd1\x73\ \x23\x63\x95\xac\x95\xa9\x58\xa3\xc0\x69\xee\x5a\x79\x4d\x8d\x5a\ \x7d\x3f\x47\x58\x6d\xbb\xf6\xed\x97\x2f\x6f\xec\xac\xa6\x38\x75\ \x43\xd7\x56\x58\x66\x6e\xea\xe8\xd1\xc3\xf5\xdd\x6d\x5d\xd3\x20\ \x62\xe6\xa0\xf7\xe8\xc5\x8b\xa3\xe3\x63\xb2\x26\x63\x0c\x09\x11\ \xef\x63\xcd\x12\x00\x78\x84\x70\x41\x01\x63\xb1\xdb\x0f\x7c\xec\ \x6a\x3a\xa3\x0c\x00\x58\xef\x75\xfc\x24\xa0\x66\xe6\xec\x93\x4f\ \x1c\x1f\xad\x1c\x9b\x1c\x77\x9b\xed\x17\xfe\xe0\xdf\x6d\xed\xf7\ \x93\x76\x3b\x29\x17\x9f\xbc\xf4\xe8\x95\xd4\x29\xa4\x69\x6d\x6f\ \xcb\x36\xf5\x89\x4a\x61\xf5\xce\x4d\x4b\x10\x16\x25\x41\xf7\xa0\ \x62\x6b\xb7\xdf\x79\x63\x71\xf1\xde\x2f\xfe\xf4\xcf\x0b\xd9\xd8\ \xbc\x7a\x7b\xf2\xd0\x1c\x89\xfd\xab\x57\xae\x64\x2d\x15\x40\x21\ \xa9\xfa\xd9\xd3\x27\x34\x09\x23\x24\xcd\xcf\x1e\xb2\x4d\xa3\xd3\ \xeb\xf6\x3a\xad\xa1\xd9\x99\x30\x70\x31\x02\x10\xf2\x4e\x6b\x7f\ \xa2\x94\xe9\x34\x9b\xc5\x42\x01\x43\xb9\x56\xdb\xb3\xf5\xde\xec\ \xf8\x50\x21\x5f\x59\x19\x19\x71\xdd\xc1\xc0\x0f\x87\x0b\xc5\xac\ \x6a\x62\xc3\x9c\x9d\x19\x81\x8d\xe6\x6b\x6f\xbf\xd3\xef\x0f\x80\ \xa4\xdf\xbe\x7d\x23\x97\xcf\x2b\xba\x5a\x2a\x55\x36\x36\x36\x6a\ \xfb\x07\xbd\x6e\xef\xf2\xe5\xcb\xa5\x52\x11\x02\x7e\x50\xdf\x3f\ \x3c\x33\x41\xb4\x42\xc8\xa5\x77\xda\xf5\xf9\x4a\x76\xd0\x69\x74\ \x5a\x0d\x8c\x11\xe4\x82\x30\x1e\x27\x3c\x8c\x08\x64\x5e\x21\x63\ \x72\xca\x73\xb9\xa2\xa8\x75\x19\x44\x48\xd5\xb5\x2c\xb6\x6d\x73\ \x10\x07\x7d\xcf\x7d\x0f\xfe\xb9\x1f\xdd\x88\xe3\xf8\xf4\xc9\xe3\ \x7f\xf4\x07\xff\xfb\x6f\xff\xce\xef\x2c\x2e\x2d\x8d\x8c\x8e\xee\ \xd6\xf7\xe3\x38\x52\x34\x5d\x60\xcc\x20\xd4\x2d\xd3\xf1\xfa\xfd\ \x01\xa2\x12\x46\x84\x49\x4d\x39\x43\x91\xe1\x71\x55\x83\x40\x80\ \xd1\xa7\x2f\x4e\x54\x26\xf7\x1a\x0e\xc6\xe8\xd6\xcd\x5b\xd3\xd3\ \x53\xbf\xfc\x3f\xfc\x52\x75\x68\xc4\xe9\xf7\x5e\xfd\xfe\x1b\xdf\ \x79\xf1\x25\xdf\x75\x0c\xd5\x68\xcd\x1d\xee\x34\xf6\xa7\xc7\x46\ \x17\x4e\x3f\xd4\xe8\xb5\x5b\x41\x54\x6f\x75\xc6\x4a\xe5\x67\x2e\ \x5e\x2c\x17\xf3\x73\xa3\xa3\x2f\x7f\xe7\xdb\xd7\xdf\xb8\xac\xa9\ \xc6\x68\xa1\x2a\x2b\xea\xe6\xd6\x16\x65\xb4\xdd\x69\x47\xfd\x41\ \x35\x97\xbb\xf1\xd6\xe5\xfa\xfe\xc1\xc2\xd1\xa3\xd5\x6c\xae\x9a\ \x2b\xd8\x8a\x32\x54\x28\x08\x9a\x7e\xfc\xd9\x67\xdf\x7c\xfd\xd5\ \xfd\xdd\xbd\x6a\x31\xfb\xf1\x67\x9e\x1e\xb2\x0d\x0b\xb3\xd8\xeb\ \x98\x76\xf6\xd7\x7f\xf9\x0b\xf1\xff\xf1\x87\xef\xdc\x5e\x54\x80\ \x39\xa8\xd7\xf6\x2d\x3c\x36\x5a\x2c\x96\x46\x17\xb7\xee\xfb\x02\ \x3c\xfc\xd0\xc9\x93\x8f\x3d\x5c\x28\x64\x22\xcf\x4b\x7b\x69\x46\ \xb6\x10\xd2\x53\x2a\x36\xd6\xd7\x3c\xc9\xb2\x0c\xc9\xa3\xc9\x57\ \xbe\xfd\xad\x98\x25\x87\xa7\x46\xcf\xce\xcf\x66\x2c\x7d\x75\x65\ \x9d\x31\x92\xcd\x99\x92\x84\xec\x82\xe4\x45\xe9\xab\x6f\xbe\x75\ \xec\xc4\x11\xc6\xed\xf7\xad\xdc\x4c\xcc\xce\x46\x81\xd3\xda\xb9\ \xaf\xaa\x90\xb3\x24\x22\x22\xa5\x20\x97\xcb\x75\xdc\xce\x8d\x5b\ \x6f\x6b\x95\x6a\x23\x71\x6e\x97\x72\xbc\xdd\x31\x09\xd8\x5a\xdb\ \xb3\x87\x26\x1f\x5a\x98\xdf\x77\x7a\x4b\x9b\xeb\x9d\xd0\x4f\xf7\ \x0f\xea\x9b\xdb\xb2\x81\x20\x8f\xb3\xba\x7c\x64\x62\x24\x0d\xa2\ \x34\x0e\x9a\xf5\x1d\x91\x44\xa3\xd5\xf2\xea\xda\xda\x56\xad\x35\ \x70\x1d\xa3\xdd\xea\xb4\x1a\xb6\x06\x5d\x37\x9e\x9c\x18\xc3\xaa\ \xf6\xda\x5b\xef\xac\xae\x6d\x19\x58\x7d\xfc\xfc\x79\x09\x0a\xc0\ \xd9\x7e\x6d\x8f\xca\xd8\x2e\x16\xea\xf5\xb6\x84\xe4\xe5\xb5\x95\ \x60\xac\x9c\xcd\xe5\xc3\x94\x0e\x0f\x55\xb2\x81\x9f\xba\x03\x11\ \x87\xf5\xdd\x6e\xe8\x87\xed\x9e\x7b\x23\x74\x1f\x39\x35\x5f\x19\ \x9e\xe2\x9a\xe9\x24\xf4\xfa\xd2\xbd\x8d\xdd\x5a\x26\x5f\x84\x12\ \x0e\x02\xcf\xe9\xf7\xa0\x24\xa7\x94\x1e\x3b\x76\x02\x4b\xd2\xb7\ \xbe\xf6\xcd\x37\xde\x78\x73\x78\xa8\xc2\x49\x32\xe8\xb6\x49\x92\ \x7c\xf6\x0b\xbf\xf2\xcd\xef\xbd\xae\x01\x32\x51\x1d\x4b\x02\x37\ \x9f\x35\x99\x60\x34\x24\x34\xa5\x9c\xf1\x24\x4e\x54\xa1\x20\x24\ \x2b\xb2\x8e\x25\x86\x64\xcd\xf7\xc3\x9e\xef\x67\x73\xf9\xe2\xd0\ \x50\xd4\x3d\x48\x48\xfa\x9e\xf3\x47\x7f\x24\x87\x37\x84\x03\x77\ \x60\x4b\x64\x72\xac\x34\x36\xf2\xe4\xd4\xcc\xa1\xd7\xde\x7c\xfb\ \xed\x2b\xd7\x99\x33\x60\x02\xc1\x30\x92\x31\x96\x61\xec\xb7\x63\ \xa5\x98\xaf\x6f\xef\x2d\xdf\xbe\x23\x71\x79\x7a\x7c\xf6\xc2\x13\ \x8f\x0e\xcd\x8f\x72\x9b\xae\xbc\xf3\xf2\x6b\x2f\xdf\x6c\xb5\xfb\ \x86\xa6\x67\x33\xd9\x76\xab\x73\xe7\xd6\x9d\xbd\xed\xcd\xb7\xdf\ \x7a\xbd\xb6\xb9\x65\xea\x6a\xab\x3f\xa0\x9e\x77\x72\xe6\xd3\xa7\ \x0e\xcf\x63\xc0\xe6\x26\x86\x71\xa7\x7f\x70\x50\xab\xe6\x8c\xd5\ \x1b\x57\xee\xfa\xde\x43\xa7\x4e\xeb\x58\xe9\x45\xa9\xe3\x25\xa5\ \x52\x15\x71\x28\x52\x5e\x29\x97\xa7\x26\x26\x5a\xed\xc6\xf2\xf2\ \x1a\x40\x92\x2a\x21\x19\x82\x30\xf0\x83\xc0\xbd\x78\xe1\xa1\x52\ \x31\x7f\xf6\xf4\xa9\x5c\xc6\xfa\xc6\xd7\xbf\x1a\xf8\xc1\xd0\x91\ \x39\xa7\xd3\x5e\x7b\x77\xe5\xa9\x0b\xe7\xb7\x37\xd7\x57\xb7\xb6\ \x2f\x7d\xf4\x13\x3f\xfb\xb9\xcf\x6e\xec\xd5\xef\xef\xb4\x65\xac\ \x22\xc0\x39\xa7\x69\xca\xc7\xc6\x47\x9f\xb9\xf0\x28\x57\xb4\xdd\ \xbd\xcd\xc0\xb3\x89\x17\x9e\x9e\x3e\x33\x51\xae\xe8\x39\xed\x56\ \xed\x8f\x6a\x6f\xbd\xda\xee\x75\x3f\xf6\xc9\x9f\x78\xec\x91\x0b\ \xfb\x9f\xf8\xec\x3f\xfa\x05\xf3\xe9\x8b\x17\x87\xf2\xb9\x76\xa3\ \x51\xdb\xaf\xff\xe9\x9f\xfe\xd9\xed\x3b\xab\x9d\x5e\x6b\xe1\xc8\ \xfc\xa1\x05\x18\xc4\x54\xd2\x4c\x08\x94\x34\x49\xde\xab\x04\xc7\ \x85\xc0\x08\xfd\x4f\xbf\xf1\x9b\x48\xc4\x7f\xf9\xef\xff\x4d\xb7\ \xb9\x17\x84\xe1\xf8\xf4\xdc\x3f\xfa\xd5\x7f\x9c\xcb\x17\x5b\x07\ \xbb\x3c\xf6\x96\x97\x37\xde\xbe\xb5\xd2\x61\xa9\xa2\xc9\x23\x53\ \x13\x53\x56\x5e\x20\x55\xce\x1a\x61\x63\x7b\x77\xad\x29\x9c\xa4\ \xbe\xd7\xf4\x62\x62\xaa\x5a\xbd\xd1\x8e\x6d\x6d\x6d\x7d\xbb\x52\ \x28\x00\x88\xef\x2e\xae\xb4\x03\x7f\x76\x6e\x41\x56\xd5\xbd\xfd\ \x3a\xe5\x70\xbf\xd1\xa8\x94\x72\x43\x05\xf3\xc8\xdc\xe4\xdd\x3b\ \xb7\xc3\x84\x7c\xe4\x23\xcf\xfa\xfe\x37\x5a\xfb\xcd\x8d\xcd\xcd\ \x72\x2e\xc7\x01\xd7\x54\xc5\xe9\x75\x53\x4e\xfd\x41\x5f\x91\xd4\ \x7c\xd6\xae\x37\x1a\x46\xbe\x3c\xbd\x30\x27\x18\x07\x70\x7f\x66\ \x66\xca\x36\x55\x32\x08\x25\x8c\x75\x2b\xe3\xa7\xfe\x2b\xd7\x96\ \x0e\xda\x41\xce\xc8\x74\x3a\x1d\x37\x8e\xf5\x4c\xa1\x30\x32\x12\ \x86\xc9\xc1\xfe\xc1\xbd\xc5\xa5\x91\xe9\xa8\xd9\xe9\x94\xcb\x65\ \x00\x40\xa9\x54\xac\xef\xed\xb6\x1b\x0d\x40\x93\x76\xa3\x36\x3e\ \x32\xd2\xae\xef\xd1\xc0\x19\x2e\xe7\x46\x47\x8a\x3a\xb0\x5a\x4d\ \xd6\x77\x1d\x08\x39\xe7\x04\x70\x21\xa8\x82\x35\xc3\xf7\xa2\x24\ \x69\x6d\xb7\xdb\x5e\x90\x04\x51\x2a\x29\x5a\xa6\x50\x08\xe3\x28\ \x57\xc8\x95\x2a\x45\xfe\x0f\xe1\xfe\x14\x21\x14\xf9\x5e\xb7\x75\ \xbf\x9a\x37\x19\x80\x9d\xd6\xfe\xb1\xe3\x87\x57\xd7\xd7\xb1\x6a\ \x20\x55\x6f\xf7\xbd\x8c\xa9\x8b\xfe\x5e\xdc\xdb\x9f\x3a\x76\xe8\ \xe4\xc2\x5c\xe4\x31\x2e\x50\xc3\xeb\xbf\xf0\xdd\x6f\x17\x57\x0b\ \xd0\x16\x9e\x1f\x37\x0e\xda\xad\x66\xb7\x54\xc8\xf9\xce\x60\x63\ \xed\x7e\x7d\x13\x5f\x79\xfb\x72\xe8\x74\x30\x65\x89\xe3\xaa\xba\ \x9a\x51\xc0\xa1\xa1\x62\x51\x85\x7b\xf5\x0d\xa5\x3a\xa4\x32\x7f\ \x76\x28\x37\x53\xb1\x17\x5f\x7b\x3d\xab\xea\xdf\xf9\xc6\xd7\x5e\ \xf9\xfe\x2b\xa5\x52\x95\x73\x74\x70\xd0\x26\x8c\xe7\x8a\x79\x3b\ \x63\xa7\x24\xae\xef\xef\xcb\x9a\x04\xa1\x64\xda\xc6\xb1\x13\x47\ \xfa\x8e\xf7\xc4\x93\x8f\xbb\x51\xd8\xdd\xec\xc9\x9a\x3c\x18\xf4\ \x7a\x81\x1f\x26\x74\x7a\x62\xa6\x5c\x2c\x29\xc1\xf0\xa1\x99\xa9\ \x89\xa1\xd2\xe8\xd8\xe8\x43\x8f\x5c\x98\x38\x7e\x76\xe6\xaf\xbf\ \xb6\x59\xeb\x07\x69\xdc\x0f\x1c\xd4\xa5\x58\x86\x43\x95\xea\xec\ \xc8\xf8\x9b\xef\x5e\x69\x6f\x6e\x45\x6e\x7f\xa8\x50\x38\xfa\xf3\ \xd3\xfd\xd4\x9a\x3a\x7a\xf8\xec\x23\x67\xef\x6f\x2d\xe7\x8a\x05\ \x33\xea\x46\x83\xe0\xb7\x7e\xfd\xd7\x0c\x00\x40\x12\x74\x1a\xad\ \x57\x5f\x7e\x85\x03\x74\xe1\xfc\x45\x59\x33\xef\x7d\x7b\x13\xac\ \x6f\x3f\xf5\xdc\x47\x3e\xf8\xec\x47\xdd\xc8\x09\x3d\x5f\x46\xaa\ \x78\xef\xfe\x05\x84\xd0\xf9\x13\x27\x2d\x0d\x1d\xa9\x66\x5f\xfe\ \xda\x97\x96\xee\x2d\x1f\x3b\x7b\xa1\x73\x70\xd0\x38\xd8\xc7\x2c\ \xd1\x50\x3a\x95\xcf\xb5\x32\x85\xbd\x24\xda\xec\xee\x6f\x1f\xec\ \xe3\x90\xc7\x31\xc3\xb6\x2d\xcb\x72\x55\xd2\x3b\xbd\xc0\x0b\x19\ \xd3\x32\x7a\xa1\x08\x34\xdc\x1c\x38\x11\x97\xcd\xc2\xc8\x41\x7f\ \xe3\xda\x9d\xd5\x56\xe0\xf5\x23\x16\xc7\xfc\xa0\xd5\x36\xf2\x25\ \x77\xd0\xaf\x56\x0b\xf9\x52\x21\x4e\xa2\xd3\x0f\x9d\xbe\x7a\xe3\ \x66\x1c\xc7\x1f\x7f\xfe\x27\xfe\xed\xef\xfd\x5b\x0e\x44\xa3\xd1\ \xd0\x0d\xed\xe1\xb3\x0f\xad\xee\xed\xd4\x0e\xf6\x65\xac\x9c\x38\ \x3c\xbf\xb2\xb4\xd4\x0e\xa3\x9b\x4b\x2b\xc5\x96\x0f\x18\x1f\xce\ \xdb\x73\xf3\x73\x90\x04\x9e\xd3\xa3\x8c\x32\x80\x85\x62\x38\x6e\ \x7a\xed\xde\x46\xc1\xb4\x75\xcd\x30\xf3\x45\x26\xa3\x30\xa5\x48\ \x96\x04\x07\x6b\x6b\x6b\x6e\x9c\xe8\x56\x66\x79\x69\x45\x92\x24\ \x80\x60\x14\xc5\x08\x80\x6e\xa7\xbd\xba\xbc\x98\xba\xfd\x27\x3e\ \xf4\xdc\xa0\xd7\x9c\x1c\xab\xe6\x6c\xc3\xeb\x74\x7d\xaf\x6f\xe8\ \x8a\x1f\xc5\x50\x50\x0c\x90\x82\x71\x9c\x10\x09\xab\x76\x21\x2b\ \x5a\x3d\xc7\x8f\xc2\x94\xa6\x02\x51\xca\x80\x2c\x38\x60\x8c\xff\ \x90\xc0\x82\x1f\xe3\xfe\xe3\xbb\xa9\xdf\xed\xb4\x6a\x8a\x61\xce\ \x1d\x39\xb9\xdb\xe8\x20\x09\xa8\xba\xb2\x70\xf2\x14\xd6\x4c\x4d\ \x96\x44\xfd\xde\x90\x89\x3f\xfa\xe9\x4f\x97\xaa\xc3\x1d\x27\x19\ \x24\x70\xab\xd6\x7e\xe7\xda\x55\xe2\xf4\xd4\x44\xe8\x8a\xc1\x48\ \xba\x71\x7f\xb5\x50\x2a\x73\x42\x6e\xdf\xb8\x69\x1b\x5a\x1a\x85\ \x82\x90\x23\xb3\x87\x24\x00\x64\x95\x4b\x2c\xd6\x78\x42\xbc\x5e\ \xd2\x6f\x7a\xb1\xcb\x64\x69\xfd\xf6\x8d\x68\x7b\xf9\x91\xd9\xd9\ \xd6\x41\x3b\x9b\xcf\x22\x59\xda\xad\xef\x6a\x7a\x96\x09\x94\x32\ \xba\xdb\xa8\x0b\x15\x75\x7a\xed\x66\xbf\xcd\x39\xd7\x75\x73\xa8\ \x32\x8c\x35\xd9\x6f\x07\x6e\x37\xe8\xf4\xbb\xba\xa6\xde\xfd\xca\ \xdf\x44\x71\xb0\xdf\xef\x21\x49\x32\xac\xcc\x85\x47\x1f\x6d\x17\ \xed\x52\xa5\x92\x31\xc6\x01\x92\x10\xe3\xb1\xe3\x4c\x4d\x4e\xa6\ \x6f\xbc\x93\xc4\x7e\x22\x98\x17\xfa\x49\x1c\x8d\xe9\x66\xe2\xb8\ \xcd\xfb\x9b\xa7\x8e\x1c\x2d\x8e\x4c\x4d\x8c\x56\x0b\x39\xad\x4f\ \x9c\xdd\xed\xde\x20\xe8\x55\x6d\xa1\x24\xad\x7b\x97\x6b\xc9\x27\ \x3f\x85\x87\x8a\x83\xad\x35\x5d\xa6\xdf\xfe\xee\xab\xdf\xff\xde\ \x2b\x23\x13\x53\xc7\x4e\x9d\x39\x71\xe2\xf4\xe5\x2b\xd7\xc2\x38\ \x59\xb9\xbf\x71\xe3\xce\x22\x47\xb4\x6a\x54\x14\x55\x7b\xaf\xb9\ \x39\x10\x42\xdf\xf3\xaf\x5c\x7e\xf1\x67\x9e\xff\xd8\x98\x9d\x79\ \xf6\xd1\x8b\x28\x8e\x8f\xce\xce\x26\x58\xf3\xa2\x70\x6b\x6d\x7d\ \xbc\x64\x66\x33\x85\x93\x8f\x9e\xcb\xb2\xc0\x6e\xed\x07\xb5\xd6\ \xe1\xf1\xd1\xa1\xea\x08\xcd\x5a\x77\x36\xd7\xee\xdf\x59\x6e\x07\ \x0e\xd5\x2c\xd5\x34\x13\xa4\x90\x94\x8c\x8f\xcc\x8c\xcd\x1d\x7f\ \xf1\xfb\xaf\xdf\xb9\x73\x37\x04\xb2\x64\x97\x57\xb7\xea\xfd\x6e\ \x9f\x41\x45\x68\x51\xab\xdb\x35\x0c\x29\xa3\xc3\x16\x88\x75\x5d\ \xe5\x9c\xb5\x3a\xcd\x6c\x61\xf8\xf8\x89\x63\x0a\xe3\x0f\x3d\x76\ \xf1\x89\xc7\x1f\x9b\x98\x9f\x1d\xc4\x81\x17\x44\x57\xde\xbe\x62\ \x6b\xd6\xca\xe2\x5d\x06\x31\x54\xb4\x5a\xa7\x5b\x2d\x94\x0f\x1f\ \x39\x96\xa4\x61\x7d\x6f\xab\xd5\x6a\x21\x84\xa0\x84\x09\x13\x33\ \xc7\x4e\x78\xad\x5e\xe2\x06\xb2\xac\x07\x84\x63\x8c\x31\xe5\x2a\ \x86\x00\xf0\x20\xf0\x1d\xc7\x51\x75\x33\x8a\xa2\xc1\x60\x10\x85\ \xe1\xe3\x8f\x3f\x71\xfa\xcc\x99\xed\x35\x35\x67\xc8\x81\x33\xa8\ \xed\x6c\xd5\x76\x77\xca\x16\xf0\x3c\xb9\x71\x50\xa3\x24\x06\x00\ \x4a\x18\xa8\x32\x86\x02\x40\xc8\xab\x95\x61\x45\xd1\x2a\x95\xe1\ \xed\x46\xa7\x37\x70\x03\x8e\x25\xd3\x16\x10\x9a\x96\x21\xf3\x40\ \xd7\x7e\xc8\x9c\xff\xb8\xf6\x1f\x88\xe2\x38\xb9\x71\xf3\x4e\xbd\ \xb9\x3f\x3d\x3f\xd7\x76\xba\x5e\x92\x20\x59\xd5\x54\xed\xf3\x9f\ \x79\x7e\x7c\x7c\x2c\xf0\x06\x57\xbf\x95\x46\xfd\x76\xbb\xd1\xf4\ \x82\x34\xa0\xbc\x34\x31\x55\x1d\xd2\x4b\x05\xdc\x6d\xb7\x6e\x2e\ \x2d\x8f\x54\x47\xea\xf5\xa6\xdf\x6f\x71\x92\x54\x87\xc6\xdd\xc0\ \x6b\x1d\xc4\xc5\x8c\x49\x29\xd7\x0c\x43\x12\xc4\x77\xfb\x8b\x37\ \x6f\x1c\x9f\x99\x87\xb2\xa2\x1b\xb9\x8d\x9d\xed\x9b\xab\xcb\x0b\ \x47\x17\x66\x46\x47\x18\x12\xc5\xf1\xe1\xde\x80\x75\x7c\x37\xf0\ \x63\x0b\x28\x9a\xae\x11\x11\x17\xab\x99\x4e\xa7\xd6\x6e\x77\x18\ \x61\x5c\xc0\x46\xa3\x59\x2c\x16\x6f\x5e\xbb\xb2\xbd\x57\xd3\x33\ \x39\x37\x88\x24\x19\xe7\x33\x46\x12\x85\xa6\x86\x71\xd1\xee\x75\ \x77\x59\x1d\x8b\x00\x00\x20\x00\x49\x44\x41\x54\xf6\xaf\xbf\x73\ \xb9\xbb\xb1\xea\xed\xee\x64\x2c\xbd\xeb\x07\xf7\xdf\xb8\xfc\xec\ \xe7\x7f\x36\xa6\x3e\x80\x51\x39\x5f\x4a\x23\x27\xa0\xd2\x91\x85\ \x85\x43\x87\x0e\xbf\xf6\x9d\xef\x56\x6c\xdb\x6d\xb5\xa0\xa6\x9e\ \x3a\x3a\xaf\xb2\x18\x24\x9e\xd3\xec\x6f\xde\x5f\x09\x53\xda\x73\ \xfc\x0b\xe7\x2f\x9d\x3e\x3c\x7d\xef\xd6\x8d\x2c\x71\x5d\x11\xc9\ \x89\x73\x78\xbc\x32\x3a\x31\xc4\x42\x67\x7d\x79\xed\xf8\xc2\x82\ \x6c\xa8\x5f\xf8\xc2\x17\x46\x46\x86\xbd\x70\x40\xdc\xf4\xfd\xf9\ \x7f\x05\x00\xdf\x7f\xf5\xee\xa5\x87\x1f\xcd\x08\x9f\x25\xc9\x53\ \x4f\x3c\x93\x6a\xb9\x08\x4b\x23\x93\x0a\xf1\x5b\x51\xa7\x41\x53\ \xa0\x97\x86\x4f\x14\x27\xcf\x9f\x38\x4e\xfb\xe1\x6c\x71\x9c\x10\ \x91\x1d\x1f\x1d\x5e\x1e\x5e\xbf\x75\xd7\x49\x03\x33\x57\x94\x15\ \x25\x49\x7d\xc4\x93\xb3\xe7\x3f\xdc\xec\x39\xeb\x3b\x75\x8e\x35\ \x4b\xd7\xb3\x86\x22\x2b\x55\x43\x52\xa0\xa4\xc4\x94\x21\x41\x24\ \x28\xbc\xc0\x63\x24\x42\x1e\xa4\x8c\xdb\x8a\x1e\xd6\x0e\x16\x0e\ \x1f\x5e\xbe\xb7\x34\x7a\x72\xe1\xd6\xc1\xce\x6b\xdb\x4b\x7b\xfb\ \xfb\x19\x3b\xdb\x6f\xf7\x4e\x1e\x3e\x36\x7e\x78\x6e\xb5\xd5\x66\ \x84\x6a\x9a\x65\x65\x74\x23\x6b\xad\xdc\x5d\x6d\xee\xd6\xe8\x03\ \xfe\x14\x0a\x5d\xc1\x33\x93\x93\x41\xb6\xb0\x78\xeb\x4e\x10\x47\ \x39\x43\x63\x8c\x41\x01\x04\x40\x48\x56\x80\x80\xb5\x4e\x2b\x01\ \x62\x7c\x74\xb4\xb1\xbf\x43\xe2\xf0\xd3\x9f\x78\xd6\x50\xb0\x04\ \x41\x92\xa4\x58\x56\x62\xb7\x93\x95\x62\x53\xd6\x08\x05\x4e\x8a\ \xeb\xcd\x40\x20\xcc\x05\x12\x58\x81\x8c\x49\x9a\x6a\xe5\xec\x66\ \xbb\xeb\xed\xb1\x95\xad\x3d\x3f\xa6\xaa\x9d\x49\x89\x68\xb7\xba\ \xa3\xa5\x43\xba\xae\x93\x1f\x56\x20\x3f\x36\xfe\x40\x30\x81\xb7\ \x76\x3b\x02\xab\xbb\x8d\x76\x3b\xe4\x13\x33\x47\x17\x8e\x9e\xa4\ \x09\x1d\x34\xda\xe7\x8f\x1d\xc6\x05\x43\xb9\xf4\xd8\x37\xbe\xf6\ \x0d\x02\x55\x05\x29\x69\xea\x35\x76\xd7\xf2\x05\xfb\x23\x4f\x3c\ \x84\x80\xba\x7b\xe6\x7c\xc6\xca\xdc\x5d\xbc\x25\xe2\x68\xbf\xed\ \x86\x9e\xc7\x85\xe4\x7a\x61\x1a\xc5\x85\xac\x1a\xc6\xf1\x7e\x6d\ \xdd\x69\x75\x83\x84\x3b\x42\x31\x26\x0e\xd7\xea\xf5\xef\xbd\x75\ \x73\xaf\xb6\x33\x3f\x7f\xcc\x0f\xf9\xb7\x5e\x7d\xe9\xe1\x8b\x8f\ \xfd\xcd\x77\x5e\xaf\x77\xbb\xc5\x5c\x35\x48\x12\x86\xd9\xd0\x50\ \xa1\x54\xca\xca\x12\xb6\x4c\xfd\xc6\xb5\xbb\x00\xab\xb2\xa4\xf7\ \x9a\xdd\x24\xdd\x63\x10\x2b\x8a\xe1\xb9\xfe\xd4\xe4\x64\xbf\xd3\ \x10\x81\x7f\x64\x62\x4c\x9a\x1c\xea\xb4\x6b\xbb\x5b\x58\x4b\x49\ \xbf\xdb\xcf\x98\x76\xa5\x32\xec\x20\xf9\xfe\xe6\xda\xda\xe6\xca\ \xf4\x44\x79\xa8\x54\x55\x35\x43\x51\xf4\x72\xbe\xb4\xbb\xb1\xe3\ \x3b\xce\xc2\xb9\xb9\x28\x0c\xf7\x0e\xea\x57\x97\x17\xa7\x8f\xcc\ \xcc\x8d\x8f\x37\x37\x77\x77\x56\xef\x47\x14\x41\xbd\x58\xef\xf5\ \x17\xef\x5c\xd1\x21\xa7\x3a\xf4\x7b\x41\xd1\x44\xf3\x63\x65\xdd\ \x56\xbb\x7e\x70\xf9\x8d\x57\x42\xca\x7e\xee\x97\xbe\x70\x6c\x7e\ \x3e\xa1\x31\x65\x72\xca\x13\x28\xc4\xfb\x70\x68\x28\x8a\xda\xf5\ \xa5\xed\xc6\x60\xbe\xc2\x72\x85\xe2\xf7\xbe\x7f\x73\xe5\xc0\x9f\ \x3a\x75\xa4\x3c\xac\xce\x1d\x39\xbc\x79\x3d\x94\x14\x1d\xc9\xc0\ \x02\xd0\x6d\xf4\xfa\x03\xbf\xb9\xd7\xf1\xfc\x48\xbb\x63\x18\xba\ \x5a\xd6\xad\x75\x42\x99\x14\x23\x44\x20\x8f\x8a\x39\xa3\xd3\xda\ \xbd\x7e\xe5\x56\x4a\xa0\xaa\x5b\x50\x82\x88\x13\x19\x2a\x14\xc8\ \x48\x40\x43\x91\x75\xc8\x21\x4d\x0a\xd9\x5c\xb7\xcf\x6a\xfb\xfb\ \xa3\xe3\x13\x24\x15\xcd\xed\xbd\x73\xe7\xce\x73\x55\xf9\xfd\x3f\ \xfb\xe3\x14\xf3\x04\xb0\x38\x4d\x6d\xcd\xa4\x7e\x92\x72\x51\xeb\ \xf7\x90\x62\x48\x92\x0c\x05\xf1\x9c\xee\xed\xc5\x3b\x4e\xdf\x69\ \xf9\xa9\x82\x91\xa6\x61\x8c\xd2\x34\x8e\xaa\x19\x5b\x64\xac\x8d\ \xd5\x65\x45\x53\x39\x20\x18\x4a\x49\x1c\x11\x8c\x63\x2e\xdc\x24\ \xa5\x18\x43\xcf\xa9\xb2\xa2\x2c\xf3\x4a\x36\x17\x0e\x5a\x2d\xd7\ \x89\x43\xbf\x50\x2c\x71\x0e\x9c\xf6\xc1\x58\x06\x29\xba\xda\x73\ \x93\x7d\x47\x74\x53\xbd\x3f\x18\x48\x12\x32\x55\x49\x45\xc2\x02\ \xf0\xa0\xd3\xe2\x50\xf1\x43\xd2\xf1\x22\xd9\xc8\x0a\x24\x49\x10\ \x33\xca\xd6\x36\x76\x0d\x5d\x99\x9a\x77\x31\x46\xff\x10\xea\x07\ \x12\x42\xba\x5d\x4f\xd2\x0c\xe2\xfa\x69\xad\x2f\x84\x74\x64\x6e\ \xfe\xbb\x2f\xbd\xf3\xdb\xbf\xfd\x87\x9a\x9a\xbf\xf4\xa1\x47\x47\ \xa6\xe6\x1f\x79\xec\xc9\x85\xa3\x67\x52\x2a\x5c\xcf\xd9\xde\x5b\ \x4f\x09\x97\xb1\xec\x7b\x61\xb9\x54\x51\x14\xf5\xf9\x4f\x7d\x66\ \x10\xa4\x5f\xfa\xf2\x37\x73\x85\xbc\xaa\xdb\x49\x4a\x9c\x6e\xab\ \x60\x17\x05\x10\xae\xeb\x47\x69\x72\xfa\xec\x99\x4b\x1f\xfc\xe0\ \xad\xdb\x77\xff\xef\x3f\xff\x0b\xd7\xf3\x9c\x41\xef\x8f\xfe\xf0\ \x3f\x1e\x3d\x72\x78\x6b\x73\x4d\xcd\x94\x17\x57\x56\x00\x96\xec\ \x7c\xde\x77\x03\x2f\x0c\x9e\x39\x7d\x0a\x80\x74\x6a\x72\x5a\x30\ \xbc\xb8\xb8\x41\x04\x4c\x19\xf5\x43\x9f\xa5\x91\x91\xc9\x72\x46\ \x2a\x85\xbc\x26\x49\x3b\xdd\x8e\xca\xe3\x91\xb9\x49\x45\x91\xae\ \xbd\xf9\xfa\x16\x56\xce\x2d\x2c\x58\x19\x8b\xe9\xc6\xd4\x91\xe3\ \x83\xed\xed\x17\xdf\x7a\xeb\xfe\xfd\xad\x91\xf1\x09\x4d\xd5\x0f\ \x2f\x1c\xd5\x0d\x7b\x6d\x75\x63\x7d\x63\x4b\x96\xa4\xc5\x7b\xf7\ \x86\x86\x86\xf6\xdb\x9d\xe0\x66\xfa\xf1\x4f\x7d\x46\xca\x8c\xac\ \x6d\xbe\xe0\x38\xf1\xc4\xcc\xf4\xf6\xf6\xce\xe5\x37\xdf\xfa\xc2\ \x4f\x7f\xee\x91\xa7\x2e\x81\x38\xda\x59\xb9\xbb\x72\xe7\xb6\x17\ \xc7\xde\xa0\x1f\x71\x6c\x66\x33\x59\xdd\x98\x98\x9a\xb8\x75\xed\ \x6a\x26\x67\xc6\x51\x80\xa0\xa1\x2a\xc6\xfb\xc8\x3d\xc4\x18\x6b\ \xaa\xa8\xd7\x36\x8e\x8f\x8d\xf1\x54\x54\x47\x86\x97\x0e\xd6\xbe\ \xf1\xed\x6f\x3f\xf1\xc1\x73\x0f\x9d\x7c\x1a\xc5\x68\x6b\x67\x47\ \x60\x6d\xe1\xe8\xc9\xa1\xb1\x43\x37\xaf\xdf\xfc\x8d\x7f\xf2\x9b\ \xcd\x76\x07\x02\xf0\xe4\x93\x4f\x8e\x8d\x8e\x4f\x4d\x37\x13\x8a\ \x08\x49\x02\xdf\x2f\x95\x2a\x1b\x9b\x5b\xae\x17\x42\xa0\x30\x9e\ \x22\x8c\xb0\x22\x12\x0e\x14\x1d\x21\x06\x24\x43\x43\x08\x29\x58\ \xc1\x5c\x12\x89\x18\x2d\x8f\x16\xf4\x9c\xef\x87\xbd\xce\xc0\xf5\ \xfc\x34\x88\x45\x98\x26\x2c\xf2\xa3\x60\x7e\xfe\xf0\xfd\xb5\x75\ \x03\x6b\x91\x13\x24\x7e\x8c\x20\x06\x10\x18\xba\x91\xcd\x66\xc2\ \x30\x22\x84\x71\x0e\x13\xc6\x54\x05\x49\x92\x02\x45\x44\x08\xc9\ \x64\x32\xa6\x6d\x65\x32\xf6\xfe\x41\x43\x52\x34\x48\x58\x4a\x09\ \x21\x44\x40\xac\x68\x86\x24\x2b\x07\xcd\x66\x26\x97\x1b\xad\x96\ \xbc\xc0\x6f\x34\xf6\x03\x2f\xc8\x66\xb3\x02\xc0\x76\xaf\x9b\xb3\ \xb3\x1c\xcb\xcd\xae\xdb\xf7\xc2\x5e\x10\xf7\x83\x84\x51\x62\xaa\ \x92\x2e\xa3\x30\x15\x79\x9b\xd8\xb9\xa2\x13\xd1\xa1\x89\x69\x67\ \xbb\x46\x04\x7c\x60\x64\xf2\x3c\x2f\x0e\x21\xf8\x61\xa6\xdf\x1f\ \x53\xfd\x48\x12\xee\x74\xba\xb7\xef\xae\x64\xb3\x13\xe3\x13\xe3\ \xd9\x2c\xbf\x7b\xe3\x9d\x4d\x73\x47\xc1\x43\x76\xa6\x74\xed\xce\ \xfe\x85\x0f\x40\xca\xa5\x6c\x69\xf4\xca\x8d\xc5\x85\xa3\xc7\x4b\ \xc3\xe3\x8d\x5e\x57\xd3\xf0\xd0\x50\xe5\xde\xe2\xea\xee\x5e\x2d\ \x4d\xd2\xc9\x68\xb2\x3a\x32\x26\x6b\x86\xe3\x79\x16\xc0\xba\xae\ \x06\x8a\x94\x2b\xe4\x01\x82\x8c\x8b\x42\xb9\xf2\x81\xa7\x9f\xde\ \xd8\xd9\x7d\xe9\xbb\xdf\xd3\x2c\x4b\xd2\x8c\x42\xb9\xc2\x29\x3d\ \x68\xf5\xfd\x90\x5d\xb9\x76\xa7\x3b\x70\x25\xd9\x94\x15\x2d\x5f\ \x34\x06\x0e\x92\x55\xe3\xd4\xa9\x73\x5f\xff\xda\xd7\xf7\xeb\xcd\ \x5c\xb1\xec\x85\x11\x0d\xdc\xbe\xd3\xcb\x5a\xba\x84\x01\x82\xcc\ \xe9\xf7\x06\x9d\x76\xc1\xb2\x4f\xcc\x1d\xcb\x19\x6a\xbb\xdb\xf3\ \x63\xf6\xf6\xcd\x25\x0e\xf0\x85\xb3\xa7\x81\xac\x5e\xdd\xd8\x7a\ \xe1\xc5\x17\x37\xf6\x1b\xd9\x5c\x79\x30\xf0\x55\x59\x4b\x12\xa1\ \xe9\x52\x92\xf2\x20\x4c\x8a\x25\xab\xef\x85\xfb\xed\x45\xc7\xed\ \x13\x8c\xf5\xfc\x48\x18\x09\x3f\x02\x67\xcf\x3d\xda\xeb\x75\xa7\ \xc7\x26\x9f\xfb\xd0\x87\xee\xdd\x5b\x6b\x36\x5b\x67\xce\x9c\x1e\ \x9b\x9c\x7b\xfc\x69\x78\xfb\xf6\x1d\xbd\x58\xb9\xba\xb4\x1c\x03\ \x36\x3e\x54\xbe\x7c\xf9\x4d\x45\xd0\xd1\x6a\xa9\x92\xcf\x50\xf5\ \x7d\xfa\xe7\x05\x10\x0a\xf4\x97\xef\xbe\xfd\xdc\xa3\x3f\x21\xeb\ \xb2\x6e\xe9\xb7\x17\x6f\x6f\xf5\x3a\xb9\x11\xfb\xf8\xd1\xc3\x19\ \x64\x3e\xfc\xe4\xb3\x01\x8b\x55\x3b\xef\x7a\xde\xc0\x0d\x52\x4a\ \x09\xa1\x92\x2c\xb7\x3b\xdd\x0d\x6f\x13\xcb\x52\xc6\xca\x24\x71\ \x64\xd9\x32\x05\xa0\xd9\xe9\xc8\xaa\x9a\xc4\x82\x72\xc8\x38\xe1\ \x24\x95\x08\xcd\xa9\x06\x06\x80\x30\x26\x04\x0a\xfc\x50\x55\x8d\ \xd1\x91\x29\x01\x51\x14\xa5\x08\x0a\x81\x94\x57\x5e\x7d\x3d\x25\ \xf1\xec\xdc\xec\x5e\x7d\xd7\xeb\xb6\x46\xf5\x42\x8b\x29\x88\x23\ \x99\xa1\x23\x87\x0e\x43\xb8\x9b\x52\x92\xcb\x64\x2a\xa5\x62\xb7\ \xd5\xc4\x08\x17\xf2\xc5\x28\xf0\xc3\x30\x86\x02\x30\x0e\xf6\x0f\ \x0e\x90\x24\xe5\x72\x59\x2c\xab\x8c\x0b\x40\x08\xc2\x12\x00\xc0\ \xd0\x0d\x55\xb7\xb4\x6c\x9e\x33\xe2\xf4\x7b\x23\xe5\xbc\x9d\x2d\ \x1c\xb4\x3a\x6b\xeb\x9b\x39\xdb\x42\x18\x2a\xaa\x9a\x2f\x97\x73\ \xb6\x71\xd0\xea\xd6\x5a\xbd\xd6\xc0\xf5\x62\x0a\x54\x13\xca\x22\ \xa0\x49\x18\xd2\x88\xa5\x4e\xd8\x47\xdd\x20\x11\x68\xfc\xd0\x61\ \x3b\x17\xb9\x41\x90\x92\x18\x0b\xa0\x48\xb2\x84\x04\x44\xe8\xbf\ \x3e\xed\x3f\x2e\xff\x02\xe7\x9a\xae\x9e\x7d\xf8\x7c\xec\xd9\xaa\ \xa4\x16\x33\xbc\x50\x1c\x55\x8d\x8a\x24\x9d\x69\xb4\xd5\xb6\x43\ \x7c\xc0\x20\x90\x1c\x3f\xb9\x73\x6f\xbd\xd5\x8f\x2f\x7d\xe0\xc9\ \x33\x0f\x3d\xb2\xb3\x77\x3f\x21\xe0\xf4\x43\xe7\x2f\x3d\x37\xc6\ \xa2\x68\x7b\x77\xeb\xde\xc6\xae\x17\x84\x5e\x98\x42\x84\x6d\xdb\ \x88\x7c\x0d\xcb\xb8\x3f\xe8\x19\x56\x66\x76\x76\x86\x63\xe9\x8b\ \x5f\xf9\x4a\x14\xa7\x9a\x6e\xa9\xaa\x0e\x00\xb0\x33\x06\x49\x93\ \x72\x75\xec\xdd\x6b\x57\x13\x21\x52\x4e\x62\xc2\x2d\xd3\x04\x08\ \x7d\xfd\x9b\xdf\xbe\xbb\x7c\x47\x42\xd2\xc6\xd6\x0e\x21\x88\x09\ \x8e\x25\x34\x32\x36\x52\xc9\x65\xef\xdd\x5b\x51\xad\x4c\xbb\xeb\ \xe9\xba\x3e\x3b\x32\x3b\x5c\xae\x26\xa1\x2b\xcb\x46\xa1\x32\xd6\ \xc7\xca\xeb\xb7\xef\xde\xab\xef\x17\xcb\xa5\x83\x56\x2b\x49\xe9\ \xf0\xe8\xb8\x66\x64\xfa\xfd\x6e\x10\xb1\x66\xab\x8b\xb0\x1e\xc6\ \x04\x2b\xba\x1b\x11\x2c\xb3\x81\xe7\x0f\x3c\xaf\x3c\x31\x19\x31\ \x9c\x70\x6e\x65\x4b\x9b\x1b\xaf\xd1\x24\x7e\xfe\xf9\x4f\xda\xb6\ \xb5\xba\xb6\xf2\xda\x9b\x6f\xff\xc9\x5f\x7c\xe9\x57\x7e\xe6\x73\ \x1f\xfb\xc0\x25\xb3\xd6\xfe\xfe\x95\x77\xce\x3d\xf9\x84\xf1\xe6\ \x1b\x8b\x6b\xf7\x8e\xcf\xcd\x9d\x3d\x7d\x2a\x83\x70\xd4\xeb\x12\ \xc4\xa0\xf6\x7e\x12\x5a\x11\x04\x2a\x74\xb7\xd6\x36\xa3\xe8\x71\ \x49\xc0\x6e\xbf\x9d\x24\xd1\xec\xec\xcc\x89\x93\x27\x47\x26\x66\ \xa6\x87\xa6\x65\x59\xa5\x98\x00\x80\x34\x24\x09\x01\x08\xe3\x7e\ \x18\x1c\x3e\x7c\x78\x6c\x62\xfc\xc6\x8d\xc6\xee\x5e\xcd\xb4\x8a\ \x10\x43\x4d\xe5\x83\x7e\x33\x0e\x23\x5d\xcb\x50\x41\x04\xc2\x94\ \xc2\x84\x32\x40\x02\x00\xa1\x6d\x67\x0c\x55\xb6\xec\x8c\x61\x67\ \xf2\xe5\xea\x76\xad\xbe\xb1\xb3\xc3\x11\x2e\x97\x87\x12\x59\xaa\ \xd7\xda\xc5\xac\x1d\xf4\x5d\x43\xe0\x11\xbb\x30\x6a\x17\x46\x9e\ \x7a\xe6\xc6\xad\xdb\x3b\xeb\xdb\x47\x4f\x9f\x99\x9c\x98\x08\xc2\ \xd0\xd2\x8d\x7c\x36\xb3\xb7\xb9\x95\x26\x49\xd6\x32\x54\x59\x49\ \xa2\x30\x4d\x12\x49\x86\xf5\xfd\xfd\xd1\xb1\xb1\xe3\x27\x4e\x2d\ \x2e\x2d\x01\x00\x11\xc2\x10\x22\xdd\xd0\x35\x55\x95\x14\x3d\x49\ \x48\x1c\x06\x69\x4c\xfc\x20\x6e\x77\xfb\xa5\x62\xe1\xe8\x89\x93\ \xde\xa0\xab\xeb\x8a\xa1\x9b\xaa\x2a\xc7\x4c\xd4\xda\x83\x7a\xab\ \xdf\xf7\x62\x3f\x65\x92\x6a\xc8\xaa\x86\x64\x1d\x42\xc1\x10\xf4\ \x62\xa2\x48\x0a\x94\x95\xed\xda\x81\xa4\xe9\x9a\x10\x30\x11\x80\ \x33\x55\x92\x65\xe9\x87\xe7\xae\xfe\x98\xea\x87\x51\x96\x2d\xe4\ \x8e\x9d\x3a\x96\x7a\xf9\x76\x63\x9f\xc4\xb5\xc9\x71\x7b\xfe\xc8\ \xc9\xc5\x25\x5c\xa9\x94\x88\x92\xf6\x1c\x67\x22\x67\x66\x0a\xe5\ \x4e\xcf\xbd\x79\xfb\x95\xd9\xf9\x23\xa5\x6a\x39\x8c\xa8\xef\x05\ \x95\xf2\x18\x8d\x62\x49\x35\x66\x17\x8e\x7d\xae\x38\xe4\xc7\xec\ \x8b\x7f\xf5\x25\xc7\xe9\xd9\xd6\xc8\xc8\x48\xa5\x98\xcf\x75\x1a\ \x7b\x94\x32\x26\xc0\xdd\xa5\x7b\x61\x92\xa6\x4c\x04\x03\x0f\xa0\ \xd0\xd0\x34\xca\x11\xe4\xdc\x34\x8d\xca\xf0\x38\x8c\x3c\x2f\x48\ \xfa\x8e\xcb\x38\x48\x08\xf3\xbd\x7e\xdf\xe9\x1c\x3f\x7a\xdc\x30\ \x6d\xd7\x89\x0b\xc5\x12\x40\xd4\xb2\xf5\xd1\xb1\xb1\xcb\x97\xdf\ \xd2\x09\x95\xb0\x82\x80\x30\x74\xdd\xf3\xbc\x9d\xad\xcd\x30\x05\ \x14\x48\x04\x2b\x72\xae\xb8\xe7\xf8\xad\x94\x1a\xa6\x99\x2d\x64\ \x90\x62\x32\x86\x7c\x3f\x4d\x08\x40\xb8\xc5\xa1\xa6\x59\x59\x06\ \x9a\xaa\xa6\xef\xd5\xf7\x14\x55\xf2\x83\xb8\x3c\x34\x94\x2d\x58\ \x96\x29\x4f\x4f\x8e\x6e\xdc\x5f\x3d\x72\x68\xfe\xc6\xd5\x6b\xed\ \x4e\x47\x20\xd4\x72\xfa\x48\x55\xde\xbe\x7e\xe7\xc4\xdc\xe1\x0b\ \xcf\x7c\xf8\xa5\xab\x57\xd6\xb6\xb6\x2f\x5e\xba\x74\xf9\x8d\xd7\ \x7f\xfa\xf3\x9f\x1f\x2a\x57\x56\xae\x5c\xeb\xd7\x6b\xe5\x53\xe7\ \x54\x03\x89\xf7\x18\x81\x20\x84\xc0\x08\xff\xee\xff\xf2\x2f\x20\ \xe8\xda\x16\x95\x38\x9e\x0b\xd4\x7f\xf1\x5b\xff\x74\xee\xf4\xa9\ \xf2\x44\x49\x86\x2a\x49\x80\x40\x50\x42\x0a\xa1\x14\x20\x50\xab\ \xed\xb5\x1a\xfb\x17\x1e\x3e\xfb\x7f\xfe\x87\xff\xcb\x19\x0c\x7e\ \xf9\x57\xae\x27\x49\x02\xa0\x0f\x11\x08\xbc\x10\x0a\xa2\x6b\xba\ \xef\x07\x8c\x22\x84\x31\x40\x88\x71\x01\x04\x67\x49\x8a\x0c\x96\ \xc6\x31\x63\x2c\xe5\x62\xee\xd4\xa9\xef\x5c\xbd\xb2\xd1\x69\x52\ \xac\x5c\xa9\xd7\xf2\x12\x54\xb2\xa6\x91\xcf\x0e\x5c\x47\x01\xa0\ \x9a\x2f\x01\xca\x46\xc6\x47\xd6\x33\x99\xce\x5e\x2d\x8a\xa2\x72\ \xb1\x68\x9b\x26\x46\x48\x30\x36\x18\xf4\x93\x30\x94\x00\x30\x0d\ \x3d\x9f\x2f\x52\x4a\xe2\xc4\x8f\x13\xdf\xb6\x33\xd3\xb3\x87\xae\ \xdf\xb8\x09\x20\x94\x14\x05\x0a\x8c\xb0\xcc\x04\x20\x71\x3c\x70\ \x42\x42\x53\x53\xd7\xc2\x88\x74\x06\xee\xda\xfa\xd6\xa9\xe3\x0b\ \x85\x7c\x2e\x0a\x5c\x4d\xd7\xb8\x10\xb7\xee\x2e\xaf\x6d\xee\x3a\ \x61\x42\x20\xe6\x18\x87\x94\x21\x40\x6c\xcb\x36\x74\x9d\xa4\x29\ \x82\x9c\x00\x90\xcb\x15\xdb\xbd\x5e\xce\x52\x60\x1a\x2b\x8a\x4a\ \x49\x9c\xa4\x09\x49\x59\x12\x45\xf0\x1f\x02\xbf\xc3\x39\xcf\x64\ \x33\xaa\x21\x9f\x3b\x7d\xa1\x7d\x50\xbf\x76\x7d\x2f\x8e\x5d\xd7\ \x69\x78\x8e\xb2\xb3\xdf\x22\x6a\xb8\xb9\x6a\xcf\x3e\xfa\xb8\xaa\ \xc8\xf7\xee\xdd\xe3\x42\xee\xf4\x06\xae\x17\xcd\x1c\x3a\x6c\x59\ \x1a\x06\x10\x50\x2c\xb8\x10\x00\x16\x4b\xe5\x7f\xfe\xcf\x7f\xf3\ \xcc\x99\x53\x7f\xf0\x7b\xbf\x57\x2a\xe6\x87\xca\xa5\xed\xf5\x75\ \x4e\x48\xa9\x54\x04\x10\x6d\xef\xee\x45\x71\xc2\x91\x1a\x25\x69\ \x9a\x86\x49\x4a\x53\x22\xf2\x59\xbb\xdb\xed\x6b\x86\x25\x12\xdf\ \xca\xe6\xe2\x34\xae\x1a\xd5\x20\x74\xa1\x84\x27\x27\x27\x28\xa3\ \x86\x65\x52\x8a\xec\x5c\x3e\x57\xb0\x7b\xfb\xbb\xef\xbe\xfb\x0e\ \x67\x1c\x08\x9e\xcd\x66\x8a\xa5\x8a\x24\x2b\xeb\x5b\x3b\x8d\x7a\ \x83\x70\x2c\x30\x06\x48\x96\x0d\xc5\x52\xd5\x94\xa4\xaa\x95\xe1\ \x48\x86\x92\xc2\x39\x48\x18\xa3\x49\xda\xee\xbb\x42\x6a\x4f\x4c\ \x4e\x8f\x4d\x4c\xed\xec\xed\x24\x71\x62\x65\x4c\x59\x51\xf2\x99\ \x8c\x04\x5d\x19\xe0\x99\x89\xdc\xd9\x53\x87\x55\xac\x77\xdb\x6d\ \xd7\xf3\x7b\x9e\x0f\x35\xc5\x32\xed\xb5\xcd\xed\x3f\xfe\xd3\x3f\ \xff\x97\xff\xea\x77\xfe\xc9\x6f\xfc\xb3\xdf\xff\xf7\x7f\x74\xf2\ \xf4\x09\x05\xc1\xd9\xd9\xd9\x5e\xaf\xaf\xe8\xfa\xc0\xf5\xad\x38\ \xd2\x61\xe1\x7d\x58\xea\x85\x10\x4e\x6b\xc7\xb0\x92\x7e\x1a\xa7\ \x09\x90\xb1\xf1\xf8\xb9\x93\xca\x68\x05\x80\x10\x08\x8a\xe5\x8c\ \x00\x80\x50\x22\x0b\x00\x00\x40\x34\x55\x90\xf8\x9f\x7f\xeb\x9f\ \xe9\x0a\x7a\xed\xc6\x55\x3f\xf0\x20\x02\x00\x30\x46\x28\x21\x21\ \x84\x54\x53\x14\xce\x99\x10\x0a\x80\x80\x33\xce\x84\x90\x20\xc0\ \x42\x08\x42\x38\xc2\xfd\xc1\xc0\xa7\x69\xbd\xdf\xe9\x91\x38\xd0\ \x30\xd5\xe4\x50\xe6\x65\x5d\xd3\x69\xac\x58\x7a\xb9\x5a\x26\xae\ \x3f\x3b\x3d\x1d\xc4\x71\xab\xd7\x2d\x0d\x57\xab\xd3\x93\x84\x03\ \xcb\xd4\x34\x05\xef\xed\xee\x0e\x06\x7d\x4a\x52\x45\x91\xb1\x84\ \x3d\xcf\x8b\xb1\x64\x9a\xa6\xa6\x9b\x48\x46\xdb\xbb\x7b\x71\x92\ \xfa\x41\x98\xc9\xe6\x25\x49\x26\x8c\x45\x51\xc4\xb8\xd0\x34\x1d\ \x63\x44\x28\xe0\x5c\xf8\x71\x6c\x51\xa3\xeb\x78\x57\x6e\xdc\xce\ \xdb\x66\x3e\x63\x2e\x1c\x9e\xdb\xae\x1f\xbc\x7b\x7b\xb1\xd1\xea\ \x62\x45\x8f\x29\x37\xec\x1c\xa3\x8c\x50\x1e\xa5\x04\x2b\xaa\xa4\ \x68\x02\x51\x46\x18\x85\xc8\xce\xe7\x19\x67\xaa\x22\xf9\x49\xa4\ \x28\x12\x61\xc4\xf3\x1c\xc2\xf8\x3f\x08\xfe\x00\x63\xdc\x38\x68\ \x42\x88\xdc\xa0\xf3\xc4\xa5\x0b\x4b\xab\xdf\xea\xf6\xda\x63\x13\ \x34\x9f\xd1\xda\x5d\x2f\x05\xae\x2e\x3c\xc0\xfd\x56\x73\xf7\xd2\ \x13\x8f\x3e\x72\xf1\x83\xc7\x4f\x2e\x18\xa6\xc6\x81\x40\x80\x32\ \xce\x20\x84\x08\x63\xc1\x39\x17\x3c\x0e\x82\xa7\x3f\x74\x69\xa4\ \x9a\xbf\x73\xfd\x7a\x1c\x06\x95\xac\xf9\xe1\xa7\x2e\xbd\xf4\xd2\ \x4b\x41\x9c\x24\x29\x23\x14\x70\x44\x09\xa3\x29\x65\x22\x21\x10\ \x44\xaa\x2a\xcb\x08\x13\x4e\x14\x2c\xa5\x94\xb9\x6e\x54\x3d\x57\ \x4d\x93\x30\xf4\x7b\x19\xdb\xea\xb4\xdb\x08\xc8\x33\x33\xb3\xbd\ \x20\xca\xe7\x2b\x98\xa6\xbb\x4e\x77\xe1\xc8\x91\x66\xb3\x03\x10\ \x42\x92\xbc\x53\xdf\x8f\xbd\x41\x4c\x28\x61\x0c\x4b\xb2\xac\x28\ \x11\x49\x64\xac\x50\xc2\x38\xe1\x04\x51\xca\x28\x02\x48\xd6\xb4\ \x94\x32\x28\xc9\x51\x92\xec\xd5\xf6\xa6\xa6\xa6\x1d\x67\xd0\x6a\ \x36\x24\x08\x0d\x55\x55\x10\x23\xce\xea\xee\x81\xb3\x7d\xbf\x3e\ \x52\x51\x03\x9f\xc7\x51\x08\x10\x46\x58\x4e\x53\xe2\xbb\x6e\xae\ \x5c\xb8\x76\x77\xf1\xab\x2f\x7c\xf5\xa7\x7e\xe6\xf3\xa7\x8f\x9f\ \x6c\xd6\xf7\x87\x4a\xe5\xc0\x0f\x8e\x1c\x99\xb2\x64\x6d\xf1\xee\ \xa2\xeb\xfb\x25\x84\xd8\x7b\x97\x6d\x18\xa3\x2f\xbd\xf0\x25\xc1\ \x3a\x8a\x4a\x87\x87\xa7\x4e\x9d\xfa\x20\x42\x09\x88\x3a\x40\xa3\ \x80\x00\xc0\x05\x94\x2c\x89\x25\x48\x96\x01\x8d\xcf\x9d\x38\xfc\ \xab\xbf\xf4\x73\x59\x4d\xba\xfa\xfa\xab\xa1\x37\x50\x64\xac\x6a\ \xb2\x2a\x61\x08\xa1\xe0\x06\x67\x31\xa5\x09\x04\x48\x08\xc6\x39\ \x13\x82\x0b\x28\x24\x09\x93\x34\xe5\x94\xeb\x59\xcd\xd4\x8d\x7e\ \x10\x44\x51\xf4\xec\xc7\x3e\xf2\xe7\xdf\xf8\x3a\x95\x25\x26\x28\ \x94\xd1\xf8\xf8\x28\x27\xe9\xa7\x3f\xf7\xe9\xc4\xf7\x55\x2c\x91\ \x94\x4a\xaa\x22\x1b\xa6\xac\xe9\x37\x6e\xde\x0e\x9d\x40\x57\xa5\ \x4e\xbb\x99\x24\xb1\x84\x04\x63\x94\xd2\x34\x4e\x12\x37\x75\x07\ \x83\x9e\x40\xdc\xb0\xf4\xf5\xf5\x8d\x9d\xbd\x3d\x4a\x39\x12\x2c\ \x88\x62\xce\x05\x65\x5c\xd3\x34\xc3\xd0\x21\x8c\x93\x24\x4c\x49\ \x22\x04\x8f\x53\x06\x01\xd4\x35\x1d\x62\x25\x4c\xc8\xca\xea\xfa\ \x9d\xb5\xfb\x6d\x27\xe0\x58\x06\x02\x40\x84\xc2\x28\x92\x15\x55\ \x51\x65\x4a\x92\x30\x00\xb9\x6c\x0e\x69\x8a\xa2\x41\x88\x80\x2a\ \x49\x51\x10\x25\x51\x84\x21\x90\x11\x86\x8a\x8c\xb1\xfc\x43\x33\ \x05\x7f\x7c\xfc\xb5\x2c\xa9\x71\x40\x76\x77\x37\x29\xf5\x07\x7e\ \x3c\x33\x7b\xe4\xe2\x23\x1f\x9a\x9e\x38\x03\x72\x43\x00\x26\x80\ \xed\xb2\xc0\x3d\xff\xf0\xa9\xf3\x8f\x3e\x09\x90\xca\x28\xe0\x0c\ \x08\xc4\x29\xe0\x0f\xde\xbf\x61\x42\x70\x2e\x00\x23\x9a\xa6\x00\ \x08\x12\xdf\xd9\x5a\xbf\x57\xdb\xdd\x1d\x1f\x19\xbd\x7a\x6f\x79\ \x77\x7b\x43\xb6\x0a\x09\x11\x94\x01\xc1\x05\xa3\x02\x08\x00\x38\ \x63\x8c\x30\x46\x90\x60\x84\xa7\x51\x14\x18\x66\xde\x73\x82\xd6\ \xc1\x81\x60\xec\xfc\xc3\x67\xab\xd5\xbc\xeb\x0e\x92\x80\x0e\x57\ \xab\x36\x81\x02\x60\xcb\xca\x29\x8a\x61\x6a\xaa\xaa\xc7\x92\xac\ \x44\x69\xea\x7a\x3e\xe6\x80\x40\x24\x29\x50\x42\x30\x4a\xa2\xc9\ \xd1\x11\x3b\x93\xbd\x7b\xf7\x2e\xa4\x4c\xd6\xb0\x84\xa1\x10\x00\ \xcb\x18\x63\x24\x30\x0c\x93\x38\x8a\xe3\x6a\xa5\x62\x99\x06\x49\ \x63\x05\x23\x53\x51\xd6\x16\x6f\x6d\xde\x31\x47\x2a\x7a\xd9\xd2\ \x1f\xbb\x30\xff\xe5\xaf\x5e\x0e\xe3\x40\xd2\x72\x40\x20\x92\xa4\ \x82\x53\x57\xc6\xaa\x2c\x7d\xfd\x5b\xdf\xfc\xe8\x4f\x7c\xec\xd2\ \x85\x47\xff\xb7\x7f\xfd\xbb\x19\xdb\x9e\x7a\xfa\xb9\x8d\xed\x9d\ \x7a\xad\xfe\xf6\xd2\xd2\x33\xd3\xb3\xe8\x7d\x99\x4f\x21\x04\x27\ \xe7\x0f\xa9\xea\x08\x85\x21\xa7\x68\xd0\xac\xb3\x20\x14\x30\x60\ \x28\xd8\x6b\x74\x3b\x7d\xa4\x58\x43\x8f\x7c\xe0\x03\xa5\xe9\x19\ \x6f\xbf\x16\xf5\x9a\xe7\x8f\x2f\xac\x2d\xde\x80\x8a\xa6\xc9\x38\ \x09\x7d\x04\x05\x46\x02\x23\x90\xd2\x74\x7c\x74\xc8\x19\xb8\xfd\ \x6e\x88\x04\x82\x82\x09\xc8\x1e\xbc\x96\x83\x15\x15\xc9\x98\x71\ \x5a\x2e\x15\x6b\x8b\xfb\x7e\xb7\x73\xee\xd1\x47\x2e\x5f\x79\x77\ \xb9\x56\x9b\x2e\x97\x1f\x9b\x9d\x69\xdc\xbb\x27\x90\x9c\xcd\xd9\ \xc2\xd2\x19\x25\xf9\x5c\x01\x21\x14\x44\x29\x44\x52\x29\x9b\xd9\ \xf7\xfd\x72\x29\x57\x29\xe5\x76\x76\x76\x81\x60\x94\xa6\x9e\xe7\ \x2a\xb2\x62\x67\x2c\x9a\x92\x20\xf2\x5d\xd7\xd3\x34\x22\x7c\xc0\ \x1f\x24\xa1\x03\xa8\xe9\xba\x8a\x30\x17\x3c\x08\x43\x8c\x00\x44\ \x1c\x61\xc4\x39\xa2\x94\x51\x59\x76\x83\x24\x89\xdb\x12\x64\xaa\ \x84\x76\x6b\x0d\x22\x90\xa4\x2a\x94\x31\x05\x4b\x84\x50\x4e\x12\ \x04\x38\x86\x50\xd0\x38\xf4\xfb\x08\x4b\xb2\xac\x41\x4e\xed\x8c\ \x25\x4b\xd8\xa7\x09\x10\x42\x08\x05\x61\x49\x00\xf4\x43\x53\x74\ \x7e\x6c\xfe\x1f\x2e\x61\x6d\xb8\x3a\xeb\x78\xfd\xff\xe7\x8b\x7f\ \x59\x2c\xdb\xcf\xff\xe4\xaf\x54\x73\xa5\xf5\xd5\x65\x05\x2e\x62\ \x14\xa9\x59\x8c\xad\x2c\xf4\x62\x4d\x8d\x15\x7b\x18\x4a\xf2\x0f\ \x62\x90\x00\x42\x10\x32\x01\x1e\xbc\x77\x02\x11\x40\x50\xb8\xed\ \x3a\xa0\xe1\x27\x3e\xfa\xec\xcb\x2f\xbd\x74\xe3\xea\x8d\xc1\xc0\ \x99\x99\x98\x6c\xba\x49\xdf\xf1\x1f\xac\xba\x40\x08\x21\x38\xa3\ \x84\x4b\x00\x22\x06\x20\x63\x24\x51\x15\x49\xc6\x70\x6a\x7c\xbc\ \x98\x2f\xe4\xf2\xe3\x0b\x0b\xd3\xd9\xac\x71\xfa\xf4\xa9\x4e\xb3\ \xcb\xa8\xbc\xb9\x3f\x00\x92\x24\xab\x72\x12\xd3\xd9\xa9\x69\x3f\ \xe5\x40\xd1\x85\xac\x06\xdd\xae\x37\xe8\xc9\x82\x6a\x90\x17\x73\ \x59\x15\x4b\x87\xa7\xa6\x2d\xc3\xde\x5d\x5b\xd7\x24\x45\x08\x48\ \x92\x28\x21\xa9\x1f\xb8\x89\x40\xde\xff\xcb\xdc\x9b\xc5\x5a\x76\ \x5e\x67\x62\xff\xfc\xef\xe9\xcc\xe7\xce\x75\xeb\xd6\x3c\x91\x45\ \xb2\x48\x8a\xa4\x48\x49\x96\x25\xd9\x96\x1c\xcb\x4e\x03\x71\x9c\ \x20\x01\x8c\xa4\x1f\x02\x23\x40\x10\x20\x0f\xc9\x43\x1e\xf3\x94\ \x87\xe4\x21\xc3\x53\x80\xc0\xdd\x6e\xc4\xdd\x36\x1a\x8e\xd1\x6e\ \xc8\x83\x64\xb5\x26\x4a\x14\xcd\x79\xa8\xf9\xd6\x9d\xef\x99\x87\ \x3d\xfe\xe3\xca\xc3\x2e\x56\xdc\x9d\xc0\x46\x57\x00\x85\xc0\xc5\ \x79\xb9\x38\xc0\x3e\x7b\xef\xf5\xaf\x6f\x7d\xeb\x5b\xeb\xcb\x8b\ \x50\x84\xfd\x6e\xf7\xe4\xf4\x64\xa5\xdb\x59\xef\xf7\x6d\x55\x9a\ \xa2\xa2\x26\x3f\xd7\x2b\x1b\x72\xe6\x54\x23\x91\xa2\x28\x26\x5c\ \x36\x3c\x26\x55\x55\x39\x63\x18\x22\xaa\xcc\xbd\xe0\xe3\xf1\xe8\ \xfe\xdd\xbb\xb7\x5e\x7a\xa9\x13\x24\x04\xe8\x70\x30\x2c\x95\xbe\ \x7b\x78\xf0\xf6\x9d\x3b\xbf\xfa\x0f\xd8\xd3\xde\x79\xd8\xbb\x77\ \x57\x06\x95\x82\x74\x34\x98\x95\x0b\xcc\x3c\x2c\x97\x07\xed\x3e\ \x6b\xaf\x6c\x9e\xbf\xfc\xfa\xd5\x17\xae\xc6\xd4\xff\xf5\x1f\xfd\ \x93\xd9\xf1\xc9\xe0\xf4\x84\x33\xae\x01\xc9\x46\x7b\x56\xe8\xb2\ \xc8\x9c\xd1\x41\xd4\xa0\xd8\x73\x2c\xcf\x9e\xd9\xba\x93\x66\xe0\ \x0d\xc5\x1c\x21\xa0\x18\x33\x4a\x08\xa7\x06\x63\x24\x18\x60\x64\ \x54\xf5\x2b\x5f\xfe\xa5\xd7\x9e\xb9\x29\x80\x5c\x6a\xf6\x1f\x4c\ \x6f\x7f\xfb\x5b\xdf\x7e\xf5\xd2\xc5\xdd\x20\x6c\xb4\x5b\x8d\x28\ \x30\x46\x29\xe5\x9d\xd7\xaa\xb2\x01\x0b\xa4\x10\x97\x76\xce\xae\ \xad\x74\xb5\xd2\x84\x40\x9e\x2f\xac\xd3\x04\x83\xb5\x2a\x0c\x83\ \x30\x0c\x14\x25\x4c\xb2\xb2\x2a\xfa\x2b\x2b\xe0\x61\x91\x65\x00\ \x98\x52\x86\x30\x06\x00\x42\x29\xa5\x44\xa9\xd4\xe8\x02\xc9\x10\ \x3c\x2e\xb5\x26\x94\x83\x03\xa0\x84\x61\xa7\xc1\x97\xca\x22\xc6\ \x3d\x42\xce\x7b\x46\x81\x12\x8f\x31\x50\x00\x29\x03\x4a\x89\x36\ \x65\x59\x61\x45\x4a\x23\x44\x20\x68\x1c\x8a\x4a\x0a\x63\x34\xa5\ \x18\x21\x2e\x44\x80\xfe\xbe\x8d\x34\xbf\x30\xfd\x0e\xce\xb3\x52\ \x55\x7e\xe7\xfc\xb9\xff\xe8\xc2\x7f\xf2\x95\xaf\x7c\xa9\xd3\x5d\ \x1b\x3d\xda\x1d\x1c\x1f\xa9\xd9\x71\xc2\x35\xf2\x2a\x5a\x5b\x8d\ \xd7\xce\x6c\x9c\x8f\x88\x30\x08\x41\xbd\x8f\xd7\x79\x07\x98\x03\ \xc6\x98\x62\x93\xab\x20\x10\xd9\xe2\x74\x34\x38\x2c\xf3\xe2\x68\ \x32\xf9\xf6\x6f\xfe\x66\xa7\xdd\xfe\xf3\xef\xfc\xc5\xd9\xb3\x3b\ \xa7\xef\xdf\xd5\xda\x12\x46\x00\xd7\x2e\x43\x9e\x30\x8e\x30\x72\ \xd6\x28\x55\xcd\x96\x0b\x16\x27\x41\x18\xfc\xd6\x6f\xfc\xd6\x6f\ \xfc\xfa\xaf\x6b\x53\x2c\xe6\x93\x2c\x9f\xc6\x51\xb4\xd6\x5d\xb5\ \x96\x1c\x8f\xde\x7e\x78\xb0\xff\xe2\xb3\x97\x9f\xb9\xf9\xcc\xa5\ \x0b\x17\xf6\x4f\x86\x41\xb3\x39\x9c\x2d\xbb\xbd\x1e\xa3\xb8\x58\ \x4c\x9d\x29\x8c\xd1\xd8\x41\x99\xe5\x89\x0c\x03\x4a\x19\xc6\x69\ \x51\x80\xa1\xda\x5b\x4c\x30\xa3\x22\x94\xb2\xdd\xe8\x30\x4a\xb5\ \xd1\xd6\xda\x67\xaf\xdf\x38\x3e\xdc\xd7\xca\x5c\xba\x76\x43\x70\ \x0e\x7a\x96\xb0\xa6\xad\x16\x95\x2e\x1d\x4a\x00\xe1\xbc\x2c\x00\ \x29\xc9\x79\x51\x38\x62\x85\xb3\xf6\xe8\xf0\xe0\xd6\x8b\x2f\x5e\ \xbd\x78\x71\x3e\x5f\x4e\x47\xd3\xf1\x32\xfd\xe1\xcf\xde\xb2\x42\ \x92\xff\x2f\xdb\xf1\x09\x75\x88\x8e\xc7\xcb\xfb\xf7\xf7\xb0\x66\ \x01\x41\x91\xd4\x2f\xdd\x7c\x6e\x65\x6d\x73\x5e\xa8\xd3\xfd\x07\ \x93\x83\xfd\xd5\x98\x44\x9b\x2d\xe2\xab\xc5\x2c\x3b\x3a\x3a\x15\ \xed\x12\x85\x11\xa7\xd8\x94\x9a\xb5\x40\x57\x8b\xf5\xf5\x46\x3b\ \xa1\x5e\x97\x81\x90\xda\x11\x42\x80\x22\x8f\x08\xc1\x94\x51\x21\ \x2c\x42\x88\x90\x88\x8b\x76\x1c\xa3\xb2\x9c\x4e\xe6\x91\xb2\x5b\ \x32\x5c\xde\xdb\x85\x95\xfe\x0b\xd7\xae\x5b\xe4\x7c\xa5\xa5\xa4\ \xd8\x33\x70\x16\xbc\xa3\x08\xbc\x56\x9d\x24\x6e\x34\xe3\xe3\x93\ \x93\xc9\x64\x84\x31\x62\x8c\x1a\x6d\xc2\x30\x10\x82\x69\x5d\x61\ \x84\x38\xa7\xc6\x32\xef\x7d\x55\x6a\x46\x99\xb1\xae\xde\x23\xc9\ \x84\x90\x52\x72\x4e\x91\x2f\x10\x78\x67\xad\x07\xe2\xbd\x67\x9c\ \x83\xf7\xc6\x01\xa1\x98\x11\x46\x28\x77\xda\x60\x82\x39\x61\xd8\ \x7b\x82\x01\x63\xc0\x08\x23\x6f\x11\x06\xc9\x08\x26\x44\x6b\x63\ \xb5\x57\x65\xde\x6e\x44\x52\x70\xa3\x15\x78\x8f\x09\xc1\x98\xc0\ \xe7\x04\xbf\x79\x07\xcd\x4e\xac\x7d\xfe\xf2\x57\xdf\xe8\xf6\xd7\ \x09\xc2\xc8\xa9\x32\x1b\x63\x9b\xee\x6c\xf7\xc3\x00\x07\x91\x24\ \xe5\x92\x17\x27\xc1\xc4\xab\xd9\xa7\x15\x65\xe5\x22\xa7\x41\xc7\ \x90\xce\xca\x99\x67\x81\x72\x0c\x5e\x60\xf7\xe0\xa3\xfb\x93\xc5\ \xbb\x27\x27\x0f\x41\x9d\x9f\xa7\xa2\x10\xad\x8b\xaf\xbe\x74\xf4\ \x47\xff\x87\x7b\xb8\x37\x5b\x2e\x1d\xb6\x8c\x85\xc6\x6a\xef\xb4\ \x10\x82\x20\x4f\x30\x23\x94\x77\xfb\xed\xb4\xb2\xc0\xc2\xf9\xb2\ \x44\x94\x31\x19\xac\x6d\xac\x61\x4c\x93\x38\x61\xd4\x15\x45\xea\ \x6d\x3e\x1b\xdd\x26\x36\x3f\xb3\xf9\xd2\x8d\xcb\xbf\x9e\x2e\xb3\ \x46\x23\x2e\xcb\xdc\x2e\x67\x61\x1c\x76\xc2\x40\xba\x86\x37\xa1\ \x76\xc6\x1a\x7d\x32\x99\x26\x9d\x6e\x73\x75\xb5\x54\x2a\x4f\xf3\ \x40\x86\x61\x18\xd0\xc4\x12\x4e\x43\x12\x34\x93\x76\x6e\xf4\x7c\ \x31\x09\x52\x7e\x71\x6d\x63\x44\xe3\xe0\x4c\xd7\x5f\xfd\xe2\x0f\ \x06\x1d\x7f\xf7\xdd\x55\x49\x77\x0f\xb3\xe1\xdc\x37\x57\x3a\x8b\ \x79\x61\x88\xb2\xb4\x62\x14\x84\x97\x50\x68\xad\xcc\x2c\xcf\xad\ \xae\x36\x36\x37\x28\xc6\x0d\x2e\xdf\x7b\xf0\x91\xca\x2d\x21\xb1\ \xf3\x4f\xe5\x2f\x06\x40\x29\xfb\xcd\xff\xec\xbf\xa4\x12\x7b\x50\ \xc6\x94\xcc\x7b\x53\xa5\x1f\xfd\xe4\xfb\xf7\x3f\x79\x6f\xf7\xe4\ \x21\x58\xbc\xbd\x37\xdc\x5c\x5b\x8b\x6f\x6e\x9e\xbd\x71\x69\xe3\ \xea\x35\x7d\x04\x77\xfe\xf7\x7f\x74\x7b\x78\xaf\x73\x76\xf5\xd2\ \xd5\xf3\x5b\x27\x6a\x3c\x19\xfc\xce\xbf\xff\xc6\xb7\x7e\xfd\xfa\ \xdd\x4f\xef\xbe\xf3\x13\xed\x75\xdb\x61\xaa\xd0\x02\xb0\x21\xd0\ \x40\x46\x08\x11\x54\x85\x2e\x29\xf5\xcc\x96\x48\x8f\xd2\xd1\x62\ \x99\x5d\x38\xbf\x11\xc5\xbc\xdf\x5b\x01\x67\x3c\x16\x81\x94\xce\ \x39\x30\xd0\x69\x74\xbc\xf3\x79\x51\x78\xe7\x28\x27\x94\x30\x5d\ \x96\xef\xbc\xf5\x37\x8b\x79\xca\x68\xa0\x31\x06\x84\xb4\xc1\x3e\ \x2d\x93\x28\x02\xe4\x3d\x00\x25\xcc\x68\x27\x84\xc8\xcb\x12\x63\ \x82\x01\x03\xae\xf7\x36\x21\x40\xd0\x09\x5b\x8d\xcd\xf8\xe1\xfe\ \x1e\xe1\xc2\x99\xca\x7b\xc5\x19\x23\x98\x14\x65\x55\x7a\x50\x4a\ \x53\xc0\xc8\x13\x8c\x90\xf3\x8e\x60\xe1\x01\xbc\x03\xca\x38\xc6\ \x84\x32\x96\x84\xa1\x66\x1a\x00\x02\x19\x12\x22\x30\xa6\x08\xd3\ \xb2\xd4\x98\xe0\x5e\xaf\xbf\xb1\xb1\xe1\xff\x4e\xce\xf3\x17\x14\ \x3f\x5a\xeb\x8b\x97\x2f\xbe\xf2\xc6\x8b\x51\xd8\xd3\x80\x10\xf2\ \xd8\xab\x58\x40\x91\x8e\xdf\x79\x70\xd8\xeb\x75\x92\x24\x19\x3c\ \xb8\x53\x2e\x47\x84\xd8\x4a\xa7\xcd\x6e\x97\x25\xad\x2b\x37\xbf\ \xb8\x75\xe3\x75\xac\x97\x2c\x09\xc1\xd8\xe3\x87\x77\x1f\xdd\xdb\ \x2b\xfc\xdd\x2c\x1f\x96\x8b\x66\x69\xa3\xdd\xfd\xa1\xc7\xb3\xfd\ \xc3\x7b\xad\x9d\x08\x61\x5f\x19\x45\x19\xf5\xde\xe1\xfa\x98\xc1\ \x84\x31\x86\x31\x0d\xa2\x38\x4c\x9a\xa7\x8b\x45\xbf\xbb\xfa\xc9\ \xed\xdb\x61\x10\xdd\x7c\xe6\x7a\xa7\xdd\x94\x42\x22\x64\x1a\x49\ \xac\xca\xe5\xad\xe7\xae\x7a\x84\x1a\xb1\xa0\x0c\x63\x42\x1a\x8d\ \xc6\x72\x7e\xa4\x8b\x8c\x21\x2f\x43\xd9\x6a\xc4\x5a\x43\x9e\xa7\ \xd8\xc3\x70\x32\x79\xf6\xb9\x9b\xbf\xf2\xad\x5f\xfb\x17\xff\xf2\ \x3b\x44\x04\x94\x09\x84\x39\x63\x9c\x72\x14\x92\xa0\xca\xab\x79\ \xb1\x28\xad\xca\xcb\x7c\xb9\xc8\x1c\x0d\x57\xae\xdc\x0c\xae\xbc\ \xfc\xf3\xe9\xf2\x4a\xfc\xd2\xfc\xd1\xbb\x3f\xfc\xd9\x6d\x1c\x34\ \x81\x72\xa3\x2a\xe2\x14\xa6\x0e\x03\xa6\x40\x10\xc2\x4a\xeb\x52\ \x29\x03\xae\xd5\xef\x8c\x47\xa3\xbd\xdd\xfd\xdd\xfb\x8f\x96\xf3\ \xa2\x50\x06\x10\xc2\xff\xf6\xea\x1d\x8c\xb1\x77\xee\x3b\x7f\xf6\ \x27\x04\x99\x66\x12\x46\x21\xa1\xc8\x48\xe2\xb7\x37\x7a\x5c\x9d\ \x67\xce\x9e\xec\xef\xd9\x62\x78\x78\x30\xbd\x7c\xab\x61\x8b\xe3\ \xdd\xb7\xf7\x12\xb6\x11\xb7\xd5\xe1\xc1\x3e\xdd\xe8\x6d\x6d\x9f\ \xcb\xed\xf1\x62\x3e\x8a\x63\x9e\xa5\x47\xb3\xe9\x1e\x41\x80\xbd\ \x40\x8c\x58\xaf\x81\x28\x0e\x0d\xec\x99\x55\x06\xc0\x5a\xe7\x01\ \xbb\x4c\x57\x22\x8e\xce\xad\xae\x18\x65\x2e\x9c\x3f\xa7\x8d\x15\ \x9c\x53\xc6\x6a\xa7\x06\x4e\x05\x06\x62\xb4\xce\xd3\x3c\xcf\xf3\ \x66\xb3\xb1\xb2\xb2\x46\x15\x5d\xcc\xe7\x04\xb0\xb5\x1e\x01\x89\ \x1b\x4d\x46\x28\x72\xce\x59\x5f\x5b\x9a\x7b\xef\xd7\xd7\xd7\x31\ \xc6\xf7\x1f\xee\x0a\x29\xbd\x03\x8f\x00\x63\x82\x31\x66\x84\xc6\ \x41\xc8\x38\x3d\x3c\x3a\xce\xca\x22\x4e\xa2\xaa\xca\x49\x10\xb6\ \xbb\xbd\x78\xb5\x3f\x19\x8e\x3c\x20\xc9\xc5\x67\x36\xcf\x14\x13\ \x22\x38\x27\x84\x50\x4a\x9d\x73\xc8\x21\x42\x48\x1c\xc5\x94\xd2\ \x30\x8c\x8d\xb1\xce\x23\x6b\x9d\x0c\x02\x6b\x2d\x42\x3e\x89\x63\ \xff\x79\xd0\x8f\x02\x02\x42\x48\x2c\x63\x00\xcd\x31\x01\x5b\x22\ \x66\xdb\xbd\xf8\xea\xa5\xb3\x27\x01\x0e\xa2\x86\xb5\x68\xee\x64\ \x89\x12\xe6\xca\x2a\x4f\xaf\x3d\x7b\xfe\xd2\x73\x37\x0b\x4f\xb3\ \x93\x07\x1a\x8f\xb7\x6e\xbe\x36\x19\x0c\xc7\xe3\x41\x14\x18\x5d\ \x18\x95\xe7\x52\xda\xc1\x64\x68\x8b\x8d\x2c\x1d\x6d\x74\x45\xaf\ \x0d\x7b\x27\x29\x67\xb2\x7e\x69\x84\x10\x9c\x73\x4a\x29\x63\xcc\ \x5a\x5b\x55\x55\x1c\x86\x64\x3e\xaf\x8a\x7c\x3a\x1e\x4a\x49\x03\ \xc9\x29\x41\x8c\xb2\xaa\x2c\x38\x27\xad\x76\xe7\x0b\xaf\xbe\xea\ \xbc\xcf\xb3\x4a\xca\xc8\x68\x98\xcf\xe7\x95\x52\xda\x18\x9f\xe7\ \xd6\x3b\xc6\x88\xe0\x51\xbb\xd5\xb2\x46\x81\xb3\x00\x70\x66\xeb\ \x8c\xd6\x9a\x10\xcc\x18\xe3\x42\x94\xde\xa8\x4a\x63\x9b\x1a\xa5\ \x17\xf9\x5c\xc4\x82\x73\x3a\xc9\x72\xc3\xa3\xa3\xc1\x62\xfc\xce\ \xed\xe5\x7c\xfe\x8d\xf5\x66\xc3\xb8\x81\xd6\x41\x7b\xb5\x2c\x0a\ \xa8\x14\x51\x26\x60\x24\xf4\x8c\x79\x02\x14\x1b\xe7\x11\x02\xeb\ \x5c\xab\xd3\x6d\xb6\xda\xef\x7f\xf0\xb3\x7b\x8f\xf6\x4a\x0f\xb3\ \x65\x6e\x8c\x79\x3a\xff\x2c\xef\xdd\x87\x3f\xfe\x0b\x4e\xdc\x64\ \x32\x11\x1c\x31\xa4\x5a\x11\xbb\xb0\xb5\x61\xb2\x45\xcc\x51\xb7\ \xd1\x90\x5b\x1b\x3a\x69\x4e\x27\xe3\xa3\xd3\xd3\xcd\x8d\x55\x9d\ \x1e\x5f\xbe\xc2\x7e\xba\x1f\x5a\x15\x6a\x60\x38\xb4\x1a\xec\xbb\ \xef\xdd\x79\xf5\xb5\xaf\x69\x2d\xd3\xd4\x20\x8c\x30\x06\x0f\x08\ \x3c\x46\x18\x08\x01\x00\xe7\xbd\x77\xce\x33\x8a\xc7\xc3\xd1\x60\ \x30\xba\x70\x21\xce\xb3\x2c\x0a\x93\x38\x8e\x29\xc5\x9c\xd1\x27\ \xc5\x58\x51\x14\xce\xb9\x38\x8e\xbd\xf7\x55\x55\xcd\x66\xb3\xe3\ \xa3\xd3\x83\x83\x03\x6b\xad\x73\x16\x63\x62\xad\xbd\xf1\xec\xf5\ \x74\x3e\x1f\x9e\x9e\x82\xf7\x94\xb3\x50\x8a\x93\x93\x13\x42\x48\ \x10\x48\x0f\xb5\x11\xde\xe3\x51\x76\xed\x2c\x13\xc9\x97\xbf\xf4\ \x46\xab\xdb\xfd\xfe\x8f\x7e\xe0\x3d\x50\x42\x31\x21\x52\xca\x7e\ \xbf\x9f\xa6\x29\xc6\x48\x29\x8d\x30\x22\x84\xd4\x61\xc3\x18\x0b\ \xc3\xd0\x5a\x5b\xfb\x58\x7b\xef\x19\x63\x8c\x31\x00\xc8\xf3\x3c\ \xcf\xb3\xfa\xbf\x00\xd0\x6a\xb5\xff\x5e\xd8\xfc\x0b\x8a\x1f\xc1\ \xf9\xc3\xbb\xf7\xd5\x6c\xb6\xb5\xb3\x6d\xc0\xc4\x11\x29\xe7\x27\ \xa1\x30\xdb\x97\xb7\xb7\x9f\xbd\x8e\x70\x88\x58\xf4\xe2\xbf\xf3\ \xef\x42\xb1\x9c\x4d\x4f\xfc\xf8\x60\x78\xf7\xc3\x93\x0f\x3e\x18\ \xcf\xe6\xbd\xad\x73\xbd\x73\x57\xcd\xf8\x4e\x33\x69\x5e\xbd\x76\ \xee\x7b\x7f\xfe\x2f\xca\x6a\x11\xf2\x66\x61\xaa\xa8\xc1\x2e\x6c\ \xef\x2c\x66\xc3\xff\xe5\x7f\xfd\x6f\xfe\xe4\x0f\x7e\xf4\xd6\x87\ \xa7\x8c\xc7\xde\x7b\xe7\x5c\xbd\x7f\x99\x52\x5a\xdf\x35\xf0\x3e\ \x69\x34\xc8\xc9\x69\x9e\xa7\xd3\xc9\x88\x62\xd8\xd8\x58\x5b\x2e\ \xa6\x94\xd2\x24\x89\xad\xa9\xe2\x38\xc9\x8a\x94\x73\xce\xb9\xe7\ \x9c\x0b\x21\x8c\x31\x55\x59\xd5\xdb\x49\xb5\xd1\x00\xae\xd9\x80\ \x24\x8e\x30\x26\x42\xc8\xdd\xdd\xdd\x83\xc3\xc3\xb2\x2c\x57\x57\ \x57\xb3\xbc\x2c\xab\x2a\x55\x95\xb6\x8a\xb2\x30\x09\xc3\x69\x3a\ \x2e\xd2\x1c\x3a\x9d\xd1\x7c\xc9\x56\x57\x4e\x0b\x94\x56\x4c\xc5\ \xeb\xdf\xdb\xdd\xdd\x5e\xcc\x5c\xb3\xe3\x99\x30\x46\x63\xeb\xa8\ \xf5\x0c\x38\x07\x86\x1c\x60\x4e\x18\x63\x61\x14\x5a\xf0\xca\x9a\ \x1f\xfc\xf8\xcd\x8f\x6f\xdf\x2d\x94\xe6\x8d\x96\x0c\x1d\x26\xf4\ \xa9\xfd\x61\xad\x33\xce\xe8\x5e\xaf\x9f\xa5\xcb\x24\x11\x17\xce\ \x9d\x99\x9c\x9c\x1c\xde\xbf\xff\x95\x2f\xde\x5a\xdf\x3a\xb3\xc4\ \x31\xed\x6f\xae\x9e\x5b\xb7\x79\xda\x8f\x04\x6a\x14\x8f\x1e\x1d\ \xf2\x54\x38\x4a\xd2\xd0\x0a\xc9\x5a\xfd\x95\xbf\xfa\xde\x07\x2b\ \xab\x6c\x7c\x72\x9a\xe7\x5e\x23\xe3\x08\x05\x52\xbb\x2d\x22\x8a\ \x71\x6d\x2f\x66\x8c\x0d\xc3\x30\xcb\xf2\xa3\xa3\xe3\x0b\xe7\xcf\ \x77\x7b\x3d\x82\x48\x59\x56\xde\x9b\x66\x23\x11\x42\xd6\xcf\xa2\ \x28\x0a\x6b\x6d\xa3\xd1\x20\x84\x54\x55\x09\x00\xb3\xd9\x6c\xb9\ \x5c\x7e\xe6\x6d\x8c\x67\xb3\xd9\xea\xca\x0a\xc3\xb8\x2a\x0a\xf0\ \xd6\x7a\x67\xbc\xeb\x76\xbb\x49\x92\x1c\x1e\x1f\x2f\xd3\x5c\x8a\ \x00\xe3\xc7\xa6\xe2\xce\x39\x2e\xf8\xf9\x0b\xe7\x37\xcf\x6e\x4f\ \x96\xb3\x77\xde\x79\x4f\x08\x8e\x31\x1e\x4d\xc6\x8c\xb1\xc9\x74\ \x46\x28\x93\x84\x59\xf7\xd8\xf2\xbd\x7e\x3d\xbc\xf7\xc6\x98\x7a\ \xdb\x70\x1d\x45\xce\x39\xe7\x9c\xd6\xba\xde\xea\x5c\xcf\x4d\x79\ \x0f\x5c\x70\xf4\x79\xd8\x5f\x45\x19\x9b\x8e\xa7\x0f\x3f\xfc\xe8\ \x1b\xdf\xfa\x86\xf7\x45\xbc\xd1\x9c\xee\xdd\x79\xf7\xcd\xbf\xf6\ \x55\xd9\x6c\xad\x85\x8d\x35\x12\x74\x93\x5e\x87\x11\x8f\xab\xf9\ \xb9\x5e\x24\xd7\x37\xc6\x47\x7b\xbd\x24\x26\x56\x99\x72\xce\x49\ \xf9\xe0\xe1\xee\xa2\xf0\x61\x80\x75\x1a\x86\xd1\xca\xd1\xa2\x58\ \x3f\xbb\x76\xe3\x85\x2b\x50\x2a\x67\xfd\xfd\xdd\x63\x6b\x89\x43\ \xba\x9e\x16\x14\x42\x60\x8c\xeb\x1b\xc1\x18\x53\x4a\xc5\x32\x60\ \x84\x68\x55\x1e\xee\x3f\xfa\xf0\x83\x77\x6f\xdd\xba\xd9\xef\xb5\ \x75\x55\x50\x42\x8d\x82\x20\x0e\x2d\xb8\xf1\x78\x64\x0d\xc4\x71\ \xe3\xe8\xe8\x70\x34\x1c\xd5\x19\x4c\x29\xe5\xbd\x03\xe4\xb3\x3c\ \xcf\xd2\x25\xa3\x98\x53\x92\x65\xa9\x90\xa2\xaa\xd4\x74\x77\x97\ \x89\x80\x30\xe9\x09\x41\xbe\x76\x25\xc2\x46\x17\x0a\x94\x52\x95\ \xf1\x5c\x3b\x22\xfa\x6b\x46\x74\x5c\xd4\x54\x79\x96\xcd\xf6\xbb\ \x2b\x5b\xa7\xc3\x29\xc3\xc4\x22\x8f\x10\x00\xc1\x8e\x52\x6f\x3c\ \xf3\x0e\x21\x14\x06\x92\x52\xe2\xc1\x1f\x9d\x9e\x1e\x1c\x1d\x15\ \x06\x1a\xcd\x4e\x91\x97\xf5\xc6\x82\x7f\xfb\xf2\x07\x11\x42\x7f\ \xf3\x77\x7e\x97\x11\xc4\x38\x01\x67\x9b\x49\x58\x2c\x26\xff\xfc\ \x0f\xff\xe0\xca\x2b\x5f\x35\x51\x70\x94\x91\xb5\xf3\x5b\xeb\x97\ \x9e\x35\x98\x76\x5a\x4d\x52\x4c\xdd\x94\x26\xa3\x95\x9b\xd4\x9d\ \xa6\xf6\x30\x1b\x6f\x3f\xb7\xe5\xf6\x2a\xe7\xf1\xee\xee\x2c\xe4\ \x4d\x2a\x72\x64\x90\x36\x0a\x09\x4c\x31\x43\x18\x13\x8a\x28\xc5\ \x80\x70\xa5\xca\x26\x44\xe0\xd1\xc9\xf1\x69\x18\x46\x79\x9e\x2d\ \x66\x63\xce\x59\xab\xd1\xac\xfd\x4b\xea\xe3\xbf\xce\x3c\x94\xd2\ \xfa\x19\x11\x42\xce\x9c\x39\xd3\x69\x77\x94\x1e\x7b\x0c\x04\x70\ \xb7\xdb\xdd\x3f\x38\xc8\x97\x4b\x42\x88\x36\x8e\x71\x56\x95\xba\ \xaa\x2a\x4a\x29\x21\x34\x8a\xc2\x7a\x85\x2c\xa5\x8c\x52\x4a\x19\ \x4b\xb3\xe2\x74\x30\x3c\x7b\xfe\x7c\x20\x23\xeb\xf5\x2d\xef\xe7\ \x00\x00\x20\x00\x49\x44\x41\x54\x7c\x9a\xe6\xb5\x7b\x37\xa6\xcc\ \x21\x44\x39\xc3\x08\x79\xf5\x38\x6c\x28\xa5\x41\x10\xd4\x92\x02\ \xc6\x18\x21\x44\x6b\xed\xbd\xaf\x9f\x75\xfd\xf2\x38\xe7\xea\x15\ \xde\x8b\xc5\x3c\x4b\xd3\xcf\x89\xfe\xc0\xad\xae\xad\x1d\xde\xbd\ \x7b\xb4\xbf\x8f\x51\x79\x70\x67\x30\x78\xf4\xe1\x64\xff\x5e\xb7\ \xd9\xd8\x3d\x19\x77\xd6\xd5\xb2\x3a\x9c\x2d\x26\x49\x48\xda\xcc\ \xcd\x7b\x0d\x97\x4e\xb6\xb7\xd6\x65\x1c\x2f\x01\x7b\x42\x06\x93\ \x71\xa3\xd7\xa0\x89\x89\x54\xcf\x8c\xd1\x34\x0d\x53\x55\xfe\xd6\ \xd7\xbf\xa8\xf1\x42\x95\xe3\xbb\xb7\x3f\x99\xe5\xa1\x71\x25\x61\ \xa8\x4e\x3b\x75\xfe\xa9\x0f\x1b\x6b\xad\x73\x8e\x70\xd6\x48\xc2\ \xe5\x62\x4a\x11\x70\x41\xa6\xd3\xc1\x6a\xbf\xc9\x18\x41\xc8\x73\ \xc9\x17\xcb\xd4\x58\xd5\x6c\x36\x19\x0d\xaa\x4a\xdf\xbf\xff\x60\ \x3a\x9b\x12\x4c\x9d\x73\xe0\x81\x07\x32\x8a\x42\x04\xd4\x6a\xe5\ \xac\x5e\xe6\x69\xab\xd9\xb4\xd6\x01\x40\x10\x86\x8c\x4b\x6d\x41\ \x70\x2e\x39\x97\x98\x4d\xc6\x23\x55\x55\x38\x40\xda\x2a\x8c\xb9\ \xf7\x68\xa5\xbf\x7e\xa4\x7d\x61\xca\x96\xc2\xc5\xa2\x92\x3c\x53\ \x45\x15\x21\x59\xa9\xca\x73\x02\x82\x94\x0c\x33\x4e\x28\x38\x46\ \x71\x94\x44\x84\x91\x46\xab\xc9\x38\xce\xb2\xa5\x72\x04\xcd\xa7\ \x51\x20\x28\x7d\x7a\xff\x25\xcc\xb8\x0c\x65\x9a\xe6\xcb\x65\xf6\ \xaf\x7e\xf2\xd6\xe1\xa3\x47\x67\x37\x2f\x77\x36\x37\x66\xe3\xe1\ \xde\x70\x34\xaa\x6c\x7b\x34\x5f\x3b\x7b\xc3\x44\xaa\xe5\x2b\x99\ \x25\x5b\xf9\xce\xaf\xad\xb7\x7e\x70\xf2\xe6\xda\x33\xed\xf8\xc6\ \xb5\xef\x7f\xff\x7d\x0d\x58\x9b\x60\xb5\xbb\x15\x35\xd4\x72\xa4\ \x10\x07\x4a\x19\xa3\x88\x22\x82\x91\xa3\x8c\x79\x40\xda\x38\xa5\ \x14\x00\x3a\x3d\x39\x1d\x8d\xc7\xab\x2b\xfd\x50\x0a\xe7\x2d\x27\ \x0c\x01\xe6\x9c\x23\x84\x8c\x31\x8c\xb1\x7a\x9f\x0c\x21\x24\x08\ \x02\x6b\x9d\x77\x5e\x1b\xad\xb5\xf6\x98\x72\x2e\x1b\xcd\xa6\x77\ \x0e\x3c\x50\x42\x84\x94\xc6\x9a\x28\x8a\x8d\xb5\x69\x9a\x26\x49\ \x8c\x09\x73\xd6\x1b\x67\x10\x22\x08\x63\xe4\xdc\x32\xcf\x96\x79\ \x3e\x9e\x4c\x8a\xbc\xe8\x75\x3a\x94\x71\x11\x88\x76\xbb\x5d\x96\ \xa5\xb1\xc6\xba\xc7\x2e\x05\xf5\x05\xd4\xe1\x51\x27\x22\x6b\xed\ \x13\x90\x2f\x84\x20\x84\x60\x8c\x19\x63\x52\xca\xda\xaa\xa7\xd9\ \x6c\x95\x55\xf5\xb9\x88\x9f\x7a\xb3\x38\x13\x72\x7f\xff\xf0\xfc\ \xd9\x95\x0f\xdf\xfb\xe0\xf6\xcf\xff\x5a\xba\xf4\xd5\x97\x6f\x49\ \x46\xd2\xc5\x94\x06\xed\xb6\x04\x61\xb3\x97\x5f\x78\xe1\xe3\xbf\ \xf9\xd9\x62\x74\xc2\x25\x3d\x73\xf9\x5a\xaf\xd5\xe1\x9d\xd5\x8a\ \x45\xcd\x46\x33\x16\xc5\xde\xf4\x94\xa4\x7e\x3c\x1f\xbf\xf0\x95\ \x57\xda\xab\xed\xe1\xe8\x30\xf1\xee\x67\x6f\xdf\x3b\x99\x11\x1e\ \x77\xc0\x2d\x31\x63\xf5\x0f\x7e\xf2\xb3\xeb\x44\x5f\xe6\xc5\xaf\ \x7f\xf3\x9b\xaf\xbc\xf2\x85\xd3\x93\xa3\x6e\xaf\xdd\xef\xb6\xf2\ \x6c\x21\x04\x27\x84\x84\x51\x04\x08\x33\xcb\x08\x05\xad\x7c\x9a\ \xa6\xfb\xfb\xfb\x71\x1c\x67\x69\x0e\x00\x80\xc0\x1a\x43\x48\xe4\ \x1d\xc2\x84\x50\x4a\xa3\x28\x6c\x34\x1a\x41\x18\xba\xd9\xbc\xb2\ \x5e\x29\x4d\x98\xf0\xde\x0b\x4e\x1b\x49\x92\xa6\x63\xe3\x6d\xc8\ \x42\xef\xbd\x35\x4a\xe7\x0b\xbf\x9c\x7a\x26\x08\x04\xe6\xe4\x88\ \x2c\x17\x24\x2c\x25\x20\x0a\x18\x61\x42\x43\xa9\x19\x76\xc4\x05\ \x84\xe0\x4a\xaf\x9f\x5d\x67\x8c\xdd\xbe\x7b\x47\x67\xc5\x72\x31\ \xf3\x5e\x47\x41\x23\x12\x2c\x5f\x66\xe4\xa9\x8a\x9f\x3a\x09\xff\ \xcf\xff\xfd\x7f\xe7\x6c\xc9\x79\x78\xf9\xda\xf5\xe1\x60\xf8\xd6\ \x5b\xef\x3e\x7b\xfd\xd2\x62\x3c\xec\xf7\xda\x5b\xdb\xdb\x9b\xab\ \x71\x14\xb0\x07\x1f\xbd\x53\x54\x83\x9b\xdb\x5b\xcd\x41\x5b\x8c\ \x69\x6b\x71\xef\xb7\x5e\x8b\xdd\x57\x2f\xfe\xe9\xa3\x25\xe2\x20\ \xa3\xf6\x07\x1f\xef\x15\x19\x93\x32\xd1\x6e\x49\xa4\x40\x98\x61\ \x8c\x88\x47\x08\x9e\x78\x00\x20\xa5\x0c\x25\x68\x32\x9e\x8e\x86\ \xe3\x5e\xa7\xad\x94\x06\xb0\x8b\x6c\x2e\x65\x40\xd9\xe3\x84\xc3\ \x18\x7b\x82\xae\x6b\x79\xde\xea\xda\x6a\xbf\xdf\x9f\xcd\x53\x1e\ \x44\xb3\xf9\x72\x99\x65\x91\x0c\x30\xc1\xd6\x5a\x46\xb1\xf7\xde\ \x83\xf7\x00\x0e\x21\x8f\x50\x10\x44\x8c\x71\x26\x18\xe7\xc2\x7b\ \x64\x4c\xe5\x1d\x39\x3a\x39\x69\xb6\xda\x8b\xc5\x52\x0a\xc9\x84\ \xa4\x9c\x31\xce\xf3\xb2\xcc\x8b\xd2\x39\x8f\x31\xa1\x94\xd6\xa1\ \x42\x08\x01\x80\xc5\x62\x51\x47\xaf\xf7\x5e\x08\x51\x07\x8f\x31\ \x46\x6b\x5d\x67\x21\x4a\x29\xa5\x34\x08\x24\xc1\x18\x7d\x1e\xf4\ \xd7\x8c\xd2\x93\xc1\xa9\x72\xee\x64\x30\xf6\xa6\x1c\x0f\xa6\x14\ \xc4\xce\xe6\xce\x5a\x77\xf5\xe5\xaf\xfc\x92\x3c\x73\x11\xc9\xc4\ \xcc\xc7\xcb\xc5\x54\x14\xcb\x46\x23\x79\xfe\x85\x6f\xf0\x40\x54\ \x08\x1c\x61\xdd\x28\x59\xed\x6d\x38\xa3\x98\x82\x70\x69\xf8\xf2\ \xb4\x23\xf0\xf3\xcf\x5e\xdc\x3d\x7c\xd8\x43\x4c\xe0\xd0\x54\x49\ \xe9\xa8\x43\x9e\xd1\xda\x17\x1d\x13\x42\x6a\x6f\x85\xfa\x20\x61\ \x8c\xa5\x69\xda\x6a\xc4\xaf\xbc\xf4\xe2\x7c\xb9\xc3\x05\x0b\x03\ \x61\x8c\xe6\x9c\x5a\x6b\xb5\xf6\x61\x18\x95\xa5\x67\x0c\x37\x92\ \xe8\x60\xff\xe8\xe1\xc3\x87\x04\xe3\x30\x8c\x8a\x22\xaf\xb7\x70\ \x28\xa5\xac\x41\x94\xe0\x40\x4a\xab\x61\x3e\x9f\xd3\x2c\x33\xde\ \x73\x19\x79\x20\xda\x3a\x2e\x18\x25\x60\x9c\xde\x3e\x7f\x7e\x01\ \xc5\x3c\x9f\x95\x65\x89\x4b\x1b\x45\xba\x58\x0c\xc0\xa9\x46\xd8\ \x0e\x16\xc7\x41\x31\x13\x58\x33\x47\x9c\xa6\x1e\x10\x20\xec\x00\ \x08\x72\x84\xd2\x20\x08\xf2\x3c\xff\xfd\xdf\xff\xfd\x1b\xcf\x5c\ \x69\x45\x51\xbf\xdf\x7c\xe1\xe6\xb5\x4e\x67\xad\xb3\xba\xf1\xa7\ \xdf\xf9\x0b\xe4\xed\x53\xd9\xcf\x01\xc6\x78\x2d\xf2\x21\x0f\xae\ \x5c\x7f\x76\x7d\xe3\xdc\xcf\xb2\xc5\x46\x5b\x0a\xe4\xac\x2a\x4d\ \xc9\x07\xa7\x66\x32\xca\xaa\x6c\xb2\xb3\xf2\xec\xab\x97\xae\xb3\ \x22\xcb\x86\xbb\x02\xac\x14\x9f\x5c\xba\x7c\xfe\x76\x75\x72\x70\ \x67\xfa\xca\x6b\xb7\x7e\xfa\xbd\x37\x87\x7b\xcb\xdd\x47\xc3\x30\ \x88\x45\x48\x2d\x71\x18\x21\xec\x09\x00\x06\xef\x9c\x43\xde\x7b\ \xef\xbd\xb5\x8e\x72\x9e\xe5\xe5\x74\x3a\x23\x84\xc4\x71\xe8\xbd\ \x8d\xa2\x28\x94\x51\x7d\xde\x23\x84\x94\x52\x75\x0a\xd2\x5a\xe7\ \x79\xae\xb5\xa6\x44\x6c\x6e\x6e\x7e\x72\xfb\xee\x62\x3c\x22\x54\ \x78\xe7\xb2\x2c\x8b\x83\xd0\x39\x67\x8d\x45\x18\x59\xeb\x3c\x78\ \x21\x84\xf7\x3e\xcf\x73\x4a\x79\x18\x87\x41\x40\x85\x60\x42\x30\ \x84\xfc\x68\x3a\xbd\x86\x89\xb5\x0e\x63\xca\x19\xa7\x8c\x59\xe3\ \x1c\x46\x79\xa5\x10\xc6\x1c\x63\xef\xbd\xd6\x9a\x73\x5e\x03\xb6\ \x30\x0c\xeb\x77\xa3\x4e\x4a\x35\x6c\xab\x69\xa7\x9a\x57\xc0\x18\ \x37\x9b\xcd\xb2\xac\xaa\xaa\xc2\xe4\x73\x90\x7f\x10\x42\x98\xb1\ \xa5\x51\x9d\x24\xbe\xff\x70\xff\xed\x9f\xbf\xff\x0f\xbe\xf6\xc5\ \xaf\xbf\x76\xb3\x58\x0e\x1e\xdd\xbb\x8b\x4e\x4e\x33\x87\xa4\xa3\ \xcb\xd1\xe8\xaf\xfe\xfc\xcf\x5e\x7d\xe5\x79\x23\xc4\xc1\xc9\x89\ \x27\xb4\x49\x25\xc5\xa7\x34\xd3\x44\x44\x68\x52\x04\xe3\x65\xb0\ \xf8\xf8\xf5\x5f\x79\x31\x0e\x97\x0f\x0e\x26\x3b\x1b\x97\x85\x96\ \x21\xea\x39\xf8\x44\x3b\x2d\x38\x21\x84\xd6\x95\x68\x8d\xe2\xb4\ \xd6\xd6\x5a\x4a\x99\xf7\x7e\x6f\xf7\xd1\xe9\xc9\x11\xe3\xc4\x9a\ \x6a\x34\x58\xc4\x8d\xb8\x91\x34\x19\xe3\x00\xc4\x1a\x27\x84\x40\ \xc8\x95\x65\x39\x1c\x0d\xe3\x38\x36\x66\x89\xb1\xaf\x73\x7a\xaf\ \xdb\x5d\xa6\x0b\x46\x03\xe7\x4c\x9e\x2b\x4e\xc9\xe6\xc6\x46\xd2\ \x68\x1c\x0f\x86\xcb\xac\x00\xcc\x10\x26\xc6\x56\x08\xc0\x71\x71\ \xfd\xd9\x97\x2a\x01\x6f\xbf\xff\x96\x71\x86\x56\x7a\x25\xc0\x39\ \x2a\x27\xd3\x4c\x34\x17\x34\xdd\xef\xd0\xc2\x17\x39\xc6\x91\xe4\ \x4d\x41\xb8\x73\x98\x39\xcf\x09\x10\xe7\x8c\xb1\xb6\x74\x3f\xfa\ \xd1\x0f\x1f\xee\xde\x5e\xef\x75\x9e\xbb\x74\x75\x41\xa0\xca\xa6\ \xac\xd7\xe9\x04\x94\xa0\xa7\x1c\xde\x46\x18\x6e\x3e\x73\x25\x10\ \x7c\x99\xab\xd1\x74\x16\x26\x9d\x33\x17\xae\xef\x9c\xbf\xb0\xb1\ \xb5\xd9\x68\x86\x18\xa3\x20\xc6\x09\xc5\xdb\xaa\xdb\x2b\xc2\xd3\ \xdb\x1f\x13\xbd\x58\xbb\x55\x4d\x46\xb3\xf7\x6f\x97\x3f\x9d\x25\ \x58\xad\x5d\x79\x61\xe7\xf4\xf2\x60\x3e\x9c\x97\x95\x43\xa4\x22\ \x14\x11\xe2\x01\x53\x00\x8a\x3c\x06\x0c\xde\x79\x40\x1e\x21\x6c\ \x9d\x97\x0c\x33\xc6\x8f\x8f\x8e\xbd\x07\x42\xbd\x52\x65\x14\x24\ \xde\xfb\x34\x4d\x9f\x80\x37\xce\x79\x9d\x0d\x82\x20\xe0\x5c\x7c\ \xf0\xfe\x47\x3f\xfd\xe9\x4f\x8b\xa2\xf0\x88\x56\xaa\x20\x8c\x79\ \xef\xf0\x67\x7e\xf7\x00\xe0\x9c\xad\x09\x3e\x0b\xa0\xb4\xf1\x0e\ \x64\x18\x44\x51\x92\x24\x49\x10\x4a\x84\x41\x1b\xfd\xe6\x9b\x3f\ \xa9\xaa\xca\x28\x1d\xc7\x71\x10\x04\x49\xb3\x79\x32\x1c\x38\xef\ \x05\xe7\x08\x10\x01\x70\xce\xd5\x17\x50\x87\x3a\xfb\x0c\xa7\xd4\ \x81\xfd\x84\x9a\xab\x01\x9e\x52\xaa\x1e\xa1\xcb\xb2\xec\xef\x2e\ \x3b\x7f\x51\xfa\x03\x84\x8c\xb3\xc3\xd9\x78\x6b\x73\xb3\x58\x2c\ \xcf\xed\x5c\x25\x48\x7c\xfc\xe1\xa7\x27\x07\x77\x1e\x1e\xef\xe6\ \x18\xfa\xdb\xe7\x9e\xbf\xfc\x72\x3a\x9e\xef\x0f\xc6\xe2\xee\xbd\ \xa9\xca\x57\xd7\x7b\x1b\xdd\x5e\xb7\x95\xcc\xc7\x43\x73\x74\xd2\ \x92\xfd\x70\xca\xcb\xdd\xe3\x33\xdd\xd9\x5a\xff\xe8\xfd\xdd\x1f\ \x37\xc2\x67\x21\x63\xc4\xd2\xc9\xe1\x32\xcd\x8e\x42\xd9\xc6\x88\ \x13\x42\xbc\x77\x8f\x21\xdc\x67\x73\xaf\x94\x52\xca\xe8\xc9\xd1\ \xd1\xbd\xbb\x77\xd6\xd6\x57\x64\xc8\xbd\xb7\x50\x1b\xaf\x7a\x0a\ \x80\x9d\xf5\x80\x74\x10\x0a\x5b\x55\x7f\xf6\x67\x7f\x36\x18\x0c\ \x84\x08\xeb\x83\x0a\xbc\xbf\x79\xf3\xe6\xbb\xef\xbe\xe3\x3d\xc1\ \x8c\x52\x82\xbc\x35\xcb\xc5\xa2\x52\xaa\xaa\x4a\x42\x29\xa1\x5c\ \x5b\x6f\x54\x11\x34\x02\x07\xa6\xd3\xeb\xad\x6e\x9d\xd1\xef\xfe\ \x4c\x1b\xdb\x63\xbc\x45\xfd\xd6\x4a\xe3\xd6\xcd\x67\x7e\xfc\xde\ \xdf\x8c\x26\x0f\x7b\xdb\x1d\xcc\x92\x76\xb2\x49\x49\x3f\x3d\x9d\ \x1a\x05\x14\x88\xf0\x40\x01\x94\xf3\x92\x89\x4e\xa7\x93\x66\xe9\ \x7a\xb7\x19\x48\x1a\x4b\x9a\xa5\xcb\xd1\xd1\xa3\x5e\x2c\x31\xf8\ \xa7\xb0\xe0\xae\xef\x40\xea\x85\xa7\xf1\xf6\x33\x97\x0d\x04\xae\ \xed\xe2\x73\x10\xb7\x3b\x22\x0a\x21\x10\x22\xe4\xb2\xd9\xea\xd2\ \x68\xfa\x57\x1f\xa4\xef\x2f\x42\xd4\x75\xdd\x4f\xe9\xce\x40\x74\ \xc5\x8f\xff\x78\x38\x51\x67\xb7\x2f\x5e\x2c\xf3\x72\xf3\xec\x99\ \x77\x7e\xfc\x2e\xc2\x14\x61\xec\xc1\x60\x82\x11\xe6\xc8\x13\xf0\ \x00\x04\x10\xc6\x04\x61\x4c\x70\xed\xfc\x63\xad\x7e\xf0\xf0\xa1\ \x73\x96\x51\x22\x65\x80\x10\x02\x0f\x41\x10\x08\x21\x6a\x04\x55\ \xb3\xc3\x35\xcd\x63\xad\x7d\xf7\x9d\x77\xf7\xf6\xf6\xb8\x08\x3d\ \x06\x52\x6b\x72\x08\xa9\xcd\x5a\x28\xa5\xd6\x59\xce\x39\x45\x60\ \xb4\xb1\xd6\x61\x8c\x39\x67\x5a\xeb\x3c\x1f\x4d\x26\x93\x28\x8a\ \xfa\xab\x5d\xf0\xb0\xbf\xbb\x67\x2a\x2d\x18\xd3\x95\xee\xf6\x57\ \x76\xce\xee\x3c\xdc\xdf\xf7\x08\x59\xe7\x18\x42\x82\x8b\x3a\x3c\ \xea\xcf\x38\x8e\x8b\xa2\xf0\xde\x77\x3a\x1d\x6b\xad\x31\xa6\x6e\ \x10\xd5\x50\x3f\x8e\x63\xef\x7c\x59\x96\xd3\xe9\x44\x69\xf3\xb9\ \xa8\x7f\x30\xc6\xc6\xda\xbd\x83\xa3\x7e\xbb\x1b\x33\x72\xed\xe6\ \x0d\xa3\xe6\xf3\xb2\xa0\x51\xf8\xc2\x0b\xcf\x27\x9d\x46\xd2\xeb\ \xae\xaf\x5f\xfe\xe8\xf6\xc3\x8d\x73\x97\x2e\x9c\xb9\xb0\xd6\x6d\ \xf3\x24\x3c\xd1\x6a\xfe\xe8\xa1\x48\xfd\xe5\x2b\xcf\xd0\xd4\xcf\ \x8e\xef\x09\x7a\xbc\x76\x66\x13\xcf\x83\xf9\xfe\x7d\x71\x6d\x23\ \x5d\xeb\x57\xca\x1f\x4c\xc6\xd2\x59\xea\xbd\x43\x98\x20\xe2\x01\ \x30\x20\xe7\x3d\x00\x78\x00\xeb\x9c\xb1\x0e\x01\x5a\x66\x19\x06\ \x1c\x46\x11\xc6\x2e\x49\xda\x98\xe0\xaa\x2a\x11\x54\x71\xdc\x24\ \x04\x21\x4c\x8d\xb6\x51\x10\x9d\xd9\x3c\x73\x7a\x3c\x9a\xcd\x96\ \x18\x93\x46\xb3\xb5\xb9\xb5\xb5\x7d\xf6\xec\xed\x3b\x77\x30\xa2\ \xaa\x2a\x19\xa7\x9e\x12\x26\x02\x11\x86\xb8\x54\x18\x90\x07\x4f\ \x08\x6e\x46\x4d\x0c\xb6\x52\x7a\x7d\x7d\xd5\x70\x14\xf3\xc4\x54\ \xda\x32\xba\x2c\xd2\x48\xcd\xbf\xfe\xfc\x45\x9c\x1d\xbe\xf9\x91\ \x40\x82\x77\x7b\x9d\x41\xe9\x29\xd6\xab\x6b\x2d\x3f\x5c\x38\xe4\ \x98\x73\x60\x50\x48\x05\x76\x00\xe0\xc2\x28\xf1\x0e\xd1\x20\xcc\ \x8d\x1a\x2f\x17\x95\x03\x20\x80\xd0\xd3\x2c\x3f\x00\x84\x28\x65\ \x97\x2e\xbc\xfe\xe8\xe4\xb8\xb9\xf5\xfc\xe5\xeb\xb7\xb4\x61\x24\ \x68\xf8\x40\xe4\x56\x0d\x47\x43\x9d\x2e\xfb\xcd\xd5\xe2\xfe\xd1\ \x9b\xdf\x7d\xeb\x39\xbb\x71\x79\xb3\xe9\x09\xad\xca\x42\x74\x57\ \x50\xcc\x7d\x11\xaf\x07\x6d\x58\xdb\x4a\xba\xab\xdf\x0d\xbf\x37\ \x3c\x1e\x75\x59\x02\x0c\x39\xe7\x38\x71\x88\x50\xeb\x3c\xc3\xc4\ \x03\x10\x4c\x31\xa2\xe0\xb1\x03\x4c\x68\x90\xe7\x55\xa9\x0c\xe7\ \x01\x63\x0c\x79\x0c\x08\x28\xa5\x65\x59\xa6\x69\xda\xe9\x74\x92\ \x24\xa9\x59\x2f\x8c\xb1\x52\x6a\xbe\x98\x09\xc1\x3d\x78\x84\x70\ \x10\xc6\x94\x31\x21\xa4\xd5\x1a\xc0\x63\x04\xc6\x58\xc4\x08\xa5\ \x94\x71\x84\x08\xc5\x84\x20\xc0\x0e\x3c\xe7\x86\x60\x4a\x19\x2e\ \xf2\xc2\x39\xa7\xb4\x36\xc6\x58\xef\xd4\xdc\x36\xbb\x1d\x8a\x31\ \x05\xa0\xde\x63\x04\x18\x93\xc7\xee\x05\xde\x0b\xc1\xeb\x1e\x54\ \x10\x04\x00\x90\xa6\x69\xdc\x6c\x48\xce\x55\xa5\x30\x25\xc6\x39\ \x6b\x0c\x17\x02\x30\xcc\x66\xd3\xe9\x6c\x86\xc0\x7f\x2e\xe6\xb7\ \x31\xc6\xde\xc1\x72\x96\xee\xef\xef\x37\x04\x8e\x88\xb9\x79\x69\ \xbb\x1b\xf7\x99\xee\x21\xbd\xec\xb7\x12\xc9\xd8\x74\x32\xa8\x38\ \xac\x9f\xbb\x7c\xe9\xcc\x8d\x7e\xbb\x99\xaf\x71\xd1\xc2\x6b\x2c\ \xd8\x46\xdd\xf2\x78\x31\x3e\xb9\x1b\x45\x83\xf0\x79\x7d\xf0\xce\ \xa9\xfa\xb8\x4d\x5b\xbd\xd6\x15\xf2\x68\xb1\xaf\x11\x3a\x31\xcb\ \x04\x22\xe4\xb8\x17\xc2\x03\xd2\xc6\x4a\x29\x10\x61\xaa\x2a\x8d\ \xf3\x98\x02\xf5\x1e\x21\x9c\xe7\x65\x69\x8c\x73\x60\x4c\x49\x28\ \x8e\xe3\xc8\x39\x97\x67\x99\xd5\xc6\x58\xd3\x4c\x9a\x84\x50\x11\ \xc8\xad\xcd\x33\x3f\xc8\x7e\x92\x24\x4d\xe7\x60\x34\x9e\x9e\xbf\ \x78\xc9\x38\x6f\x9c\x63\x08\x13\xca\x00\x70\xa5\x7d\xd4\x0a\x3b\ \xfd\xb5\xf1\x3c\x55\x55\xc5\x19\xc3\x08\x71\x1a\x51\x1a\x62\xec\ \xc3\x90\x4b\xe7\x20\x55\xca\xa2\x45\x8c\xf5\x6c\x28\x97\x71\x71\ \x72\xef\x46\x53\xf0\x97\x5f\xba\x7f\xf7\x5e\x3e\x49\x65\x10\xcf\ \xd3\x83\xad\x73\x2b\x9d\x35\xa9\xaa\x6a\x6f\x7f\x5f\x0a\xe6\x15\ \xca\x66\x99\x48\x78\x14\xcb\xaa\x74\x77\x76\xf7\x53\x07\x15\xe3\ \x46\xe9\xa2\x28\x29\x17\xe8\xa9\x08\x38\x46\xf9\xe9\xfd\xf2\x7f\ \xfb\x83\x3f\xfd\xb5\xa2\xf9\x52\x1a\xab\xcc\xee\x5c\xbc\x1c\xac\ \xf5\xe2\x8d\x7e\xae\x47\x76\x6e\xf3\xc3\xa3\xec\xdd\x0f\x48\x35\ \x71\x89\xfb\xe4\xd1\xf1\x3a\xd7\x52\x9f\x7b\xeb\x9d\xdd\x0c\xa9\ \x6f\xfe\xc7\x5f\xde\xbc\xf9\x7a\xfb\xe2\x0e\x4a\xda\x31\x8a\x06\ \x83\xe9\x7c\x31\xcb\xca\xf9\xdd\x07\x9f\x7c\xf4\xd1\x47\x14\x8b\ \x30\x68\x18\x00\xec\x3d\x22\x1c\x61\xea\x1d\x52\x0a\x38\x67\x5a\ \xa3\xc1\xe9\x24\xb9\x7c\x06\x08\x46\xde\x23\x0f\x5c\xf0\x30\x0c\ \x39\xe7\x8c\xb1\x3c\xcf\x01\x80\x73\x8e\x31\x0e\x82\x60\x6b\x7b\ \xf3\x9d\xf7\xde\xc3\x04\x0b\x21\x9c\xd6\x71\x18\x03\x60\xa0\x54\ \x6b\x8b\x31\x00\x25\xd6\x3a\x8a\x30\x46\x9f\x39\xe7\x32\x82\x3d\ \x62\x54\x0a\x21\x10\x42\xc6\xda\xc5\x62\x61\x9d\xc3\x9c\x58\x0f\ \x9c\xd3\xa3\xe3\xc3\x33\xdb\x1b\xab\x9d\xd6\xe8\x68\x8f\x10\x8e\ \x08\x72\x5e\x5b\x63\x9d\xa3\x41\x20\x9b\xcd\x24\xcb\x72\xc6\x98\ \x31\x06\x10\xc1\x84\xc5\x8d\x06\x22\x59\x59\x96\xa3\xd1\x88\x73\ \x9e\x97\x85\xb5\x96\x61\x04\xde\x3a\x6f\x11\xfe\x5c\xd4\x3f\x00\ \x1e\x55\xca\x1f\x9f\x4c\x5f\x7c\xf6\xda\xd1\xfd\xdb\x6b\x5d\x15\ \x07\x3d\xe2\xfc\xe6\xca\xba\x14\xe4\xcc\xf9\x73\x74\x7d\xe7\x1c\ \x16\x4a\xa3\x86\x63\x4e\x57\xd1\x0a\x0b\x50\xb6\x2e\x9a\xd9\x5f\ \xbe\x37\x7e\xeb\x1e\x26\x4b\x71\x26\x87\x20\x3b\x2d\x27\x73\x33\ \xdb\xb8\xf6\x85\xb2\x72\x1a\x7b\x83\x88\xae\x88\xf3\x92\x12\x6a\ \x4c\x05\x80\x04\xe7\xde\x83\x35\xe6\x6f\xb3\x70\xde\xd7\x83\x25\ \x8e\x73\x86\x90\x10\x42\xd6\xfa\xee\x66\xab\x95\x24\x89\xf7\x4e\ \x95\x1a\x01\x22\x98\xac\xae\xae\x12\x4a\xc0\x83\x75\x6e\xb9\x5c\ \x7e\xf2\xc9\x27\x9b\x9b\xeb\x55\x55\x25\x32\x66\x94\xd5\x85\xec\ \x7c\xbe\xd4\xda\xc4\x71\xdc\x6a\xb7\xbd\xf7\x4a\x29\xe7\x9c\x94\ \xd2\xd8\x32\x8a\xa2\xe5\x72\x19\x06\x01\x63\x61\x1c\x25\x80\xf5\ \xda\xda\x4a\x12\x85\xe3\xb2\x68\x24\x4d\x26\xc4\x22\xcb\x58\xa5\ \x5b\xcd\x96\x32\x3a\x4e\x62\x4a\x79\x59\xaa\x66\xbf\x6b\x89\x2b\ \x17\xe3\xa0\x19\x18\xef\xdb\x8d\x26\xa5\xcc\x7b\x88\xe3\x84\x60\ \x82\x31\x79\x0a\xf3\x85\x27\x93\x8b\xbc\xdb\xb9\xfa\xd2\xcb\x8a\ \xf2\xc3\xd9\x6c\xab\xbb\x6e\x00\x4c\x9e\x85\xbe\xdd\x4d\xe2\xd3\ \x87\xfb\x1f\xfe\xcb\x1f\x6d\x1e\x4f\xce\x79\xee\x46\xd3\xa2\x58\ \x9c\x0e\xf5\x06\x5f\x73\x9d\xde\x8d\xaf\x5f\xba\xf5\x5b\xbf\xec\ \x78\xc3\xd9\xa9\x44\xf6\x3f\xff\xbd\xdf\x41\x9e\x03\xe5\xc6\xa8\ \xb7\xde\x7e\xeb\xee\x9d\x7b\x7f\xfa\x7f\x7e\xe7\xcd\x37\xdf\xa5\ \x8c\x02\x7f\x5c\x6a\xd5\xa8\x0c\x00\x16\x8b\xd9\x74\x36\xb9\xc6\ \x2f\x78\xaf\xbd\x75\x8c\x92\x1a\x45\x0b\x21\x6a\xe6\x4d\x29\x55\ \xa7\x20\x21\xc4\xe5\x2b\x97\x39\x67\xc6\x82\xd6\x5a\x8a\x48\x08\ \x41\x28\x01\x8f\x10\x46\x0e\x00\xea\xe2\xbe\xe6\x85\x30\xae\xa9\ \xe7\xba\x2e\x95\x52\x12\x42\xb2\xf1\xb8\xaa\x2a\xce\x79\x20\x04\ \x65\xcc\x68\xe5\x11\xda\x5c\x5b\xf7\x56\x7f\xfc\x21\x38\x67\x08\ \x95\x04\x23\x26\x58\x20\xc3\x20\x90\x35\x7f\x5d\x14\x85\xb3\x4e\ \x86\x21\x00\x26\x94\x85\x61\x90\x67\x4b\x21\x04\xc1\x48\x6b\x0d\ \x00\x5a\xab\x8d\x8d\xcd\xcd\x8d\x4d\xf7\x79\xd0\xbf\x01\x42\x80\ \x48\xbb\xbd\xba\xd2\x6b\xaf\xac\x9e\xbd\x7e\xf9\xc6\x6c\x70\xfc\ \xcb\xbf\xfa\xdb\xd4\xab\xf1\xc9\xd1\x1f\xfe\xe3\xdf\x7f\xe5\x8b\ \xd1\x2b\x3b\x6f\x94\x1e\xc7\xeb\xbd\x86\x08\xcb\x2a\x1f\x65\x27\ \x48\x63\x9e\xc9\xb7\xff\xe4\xc7\x97\x6d\x27\x68\x79\x7e\x8d\xb3\ \x16\x9b\x4a\x73\xa4\x33\xe2\x54\x83\x88\x5e\xb8\x52\x69\x4f\x21\ \x98\xe7\x86\x79\x14\xb5\x43\xf0\xde\x3a\x4b\x29\xe1\x22\x30\xc5\ \xe3\x1e\x33\x00\x78\xf0\xd6\x42\x59\x94\x8c\x71\x84\x1d\x7d\x0c\ \xb3\xc9\x62\x31\x3f\x3e\x3e\x5e\x5f\x5f\xef\x74\x3a\x4e\x7b\xe7\ \x5c\x92\x24\x08\x21\x6d\x94\x36\xbe\xdb\xed\x4e\xc6\xe3\xf7\xde\ \x7b\x3f\x90\xb2\xee\xb7\x1b\xed\x38\xe7\xce\x68\xa5\x54\xab\xd5\ \x22\x94\x62\x8c\xbb\xdd\x0e\xc6\x6c\xb9\x5c\x08\x21\xaa\xaa\x3a\ \x3c\x3c\x54\x4a\xb5\x9a\x3d\xce\x39\x13\xac\xaa\xd4\xc1\xc1\xe1\ \x60\x38\x9c\x4d\xa6\x67\xb6\xb7\x87\xc3\xa1\xf7\x30\x9a\x4c\xac\ \x75\x9d\x4e\xd7\x3b\x8f\x09\x31\x60\x59\x20\xc2\x56\x4c\x43\x59\ \xa9\xaa\xdd\x69\xaf\xac\xae\x0a\x11\x28\xa5\xca\xbc\xf2\x1e\x13\ \x4a\xe1\x69\xf2\x0f\x58\xef\xd8\xea\xca\x6b\xdf\xfa\x66\x4a\x70\ \xd0\x6a\xca\x46\xb3\xd4\x95\x5a\x16\x7d\xd5\x6d\x72\xf6\xe9\xee\ \xee\xe4\xf6\xa7\xd7\x59\xcc\x29\x9d\x1b\x93\x7b\xd2\xe8\x6f\x7e\ \x74\x30\x3c\xff\xe5\x57\x6c\xf3\xea\x47\x8f\xee\x36\xda\x6d\xe6\ \x52\x36\x13\x2b\x9d\xb3\x08\x85\x41\x67\x75\x3e\x18\xac\x75\x93\ \x2f\xfc\xce\x6f\xbf\xfc\xfc\x6b\xff\xf0\x3f\xfd\x2f\x8e\x06\x47\ \xde\x79\x20\x00\x00\x1e\x79\xef\x2d\xc2\xd8\x58\x33\x19\x8f\x31\ \xc6\x5a\x29\x86\xe8\x93\x2a\xb4\x46\x51\xb5\x10\xa1\x2e\x6f\x18\ \x67\xcf\x3c\xf3\x4c\xbf\xdf\xbf\x73\xf7\x41\xaf\xbf\x11\x45\x91\ \xb5\x8e\x72\x44\x30\x11\x5c\x00\x02\x84\xa0\x46\x7a\xb5\xa1\x77\ \xfd\xf5\xba\x56\xa9\x15\x39\x84\x50\xf2\x59\xd9\x44\x09\x56\xd6\ \xbc\xf1\xd5\xd7\x37\x36\xd6\x8f\x8e\xf6\x83\x20\x2c\x54\x55\x7f\ \xdd\x39\x07\x1c\xa2\x28\x6a\xb5\x5a\x93\xc9\x74\x34\x1a\x6b\xad\ \xc3\x28\x02\x04\x45\x9e\x39\x6b\x30\xc6\x51\x18\xce\xe7\x33\x67\ \x6d\x14\x06\x16\xf8\xce\xce\xd9\xf5\xb5\x55\xef\x3f\x0f\xf1\x03\ \x10\x06\x61\xb3\xd9\x8e\xa2\xc6\xd1\xc9\x98\x31\xe9\x79\x73\x77\ \x90\xaf\x74\x5a\x13\x15\xed\x4e\x20\xb8\x3f\x0f\x3e\x39\x32\x9d\ \xf6\x46\x73\xcd\x12\x24\x78\x68\x95\x08\x66\xe8\xf6\x77\xbf\xdf\ \x2c\x05\x5b\x9a\x74\x31\x26\x9b\xc7\x54\xe6\x8b\x98\xf6\x2e\xdc\ \xb8\xf2\xe5\xd7\x9b\xfd\x5e\x77\xf5\xfc\x68\x32\xf9\xa5\x2f\x7f\ \x79\x75\xe5\x6c\xa5\xcb\xd3\xc1\xf1\xc3\x87\x0f\x92\x24\x41\x08\ \xb4\xd1\xff\xe6\x15\x00\xca\xb2\x94\x52\x4a\x99\x04\xf0\xce\x01\ \xe7\xbc\xdf\x5f\x09\x82\x28\x8a\xa2\xaa\xac\xd2\x79\x76\xee\xdc\ \xc5\x38\x8e\x01\x10\x25\xd4\x1a\xed\xc0\x63\x42\x86\xc3\x01\x67\ \xd4\x3a\x8b\x1c\x36\xc6\x58\xe7\x3c\x02\xe7\x5c\x96\xe7\x4f\x1c\ \xdb\xbb\xdd\x9e\x94\xab\xd6\x96\x83\xc1\xe0\xfa\xf5\xeb\x3f\x7d\ \xf3\x6d\xe7\x5d\x2b\x0a\xb5\x2d\xa2\x28\x5a\x2c\x17\x07\x47\x47\ \xb3\xc9\xf4\xf2\xe5\x2b\x57\xae\x5d\x7f\xf0\xe0\x01\x13\xa2\xd1\ \x8c\x9c\xf3\xa7\x83\x01\xa6\x24\xcb\x73\x11\x20\x11\x47\x84\x33\ \xd0\xa6\xd3\xe9\x6e\x6d\x9e\xe9\x75\x55\x9a\xe6\xaa\x54\x83\xe1\ \x00\x3f\x95\xfa\x0d\x23\xec\x3c\x1c\x2c\x97\xb8\x99\xc8\x30\x8c\ \x92\x96\x77\xbe\x52\xca\x18\xeb\xf2\x2c\xdf\xdb\xbf\xfd\x83\x1f\ \xb6\xb2\x19\x3b\x9b\xcc\x16\x59\x9a\xb0\xb5\x9b\xb7\xa2\x8b\x81\ \xee\x4d\xb5\x4f\xee\x7d\xfa\xe8\x2b\x5f\x7b\x29\xea\xc4\xa6\x1a\ \xdb\xb2\x5a\x8c\xf7\x93\xf6\xa6\xb3\x71\x2b\xe6\xe3\xd3\xd9\x62\ \x36\x7a\xee\xa5\x5b\x67\xb6\xb7\x76\x0f\x76\x89\x64\x00\x08\x21\ \x8f\xc0\x79\x30\x1e\x30\xc1\xe8\xf0\xe8\x28\xcf\x73\x84\x00\x7d\ \x26\x04\xa9\xb3\x47\x4d\x10\xd7\x81\x04\x00\xc6\x18\xca\xd9\xef\ \xfe\xee\xef\xfe\xb3\x3f\xfa\xe7\xfb\x07\xc7\xde\x83\x64\xd4\x39\ \xf7\x58\x7e\x45\xf1\x13\xe2\xbb\xe6\xcd\xea\xe6\x44\xfd\x59\x3f\ \x56\x2e\x84\x94\x12\x23\x04\xde\x19\xa5\x76\xb6\xb7\x9e\x7f\xfe\ \xa6\xf7\xe6\xe4\xf8\x24\x8a\xe2\xc2\x98\x3a\xd8\xba\xdd\x4e\xaf\ \xbb\xc2\xb9\x98\x4c\x26\x79\x5e\x56\x55\x55\xb7\x76\x82\x40\x3a\ \x67\x8b\x3c\x77\xce\x56\x55\xb9\xb9\xb1\x81\x31\x3a\xdc\xdf\xef\ \x74\xda\x3b\x67\xb7\x1b\xcd\x86\xff\x3c\xf8\x9f\x52\x42\xe7\x8b\ \xd9\xbb\xef\xbd\x9d\x44\xe1\x4a\xbf\x6f\xbd\xd9\xd9\xde\xd9\x1b\ \x4c\x52\xed\x19\x4f\x7e\xe3\x3f\xfc\x87\xce\x7b\x94\x74\xdb\xdd\ \x55\x57\x91\xdc\xb8\x6e\x83\xfa\x1c\xbd\xf3\xa7\xdf\x73\x1f\xdc\ \xb9\xc2\xe3\xa5\xca\x73\x53\xb1\x82\x9e\xdd\xb8\xf2\xf2\x37\x5f\ \x5d\xb9\xfa\x1f\x74\xcf\xde\xf2\x45\x46\xbc\x59\xdb\x58\xfd\xaf\ \xff\xdb\xff\xca\x7a\xb6\x58\x64\xa7\x47\x87\xdf\xfd\xee\xf7\xfe\ \xf2\x2f\xff\xf2\x93\x4f\x3e\x95\x52\xda\xcf\xa8\xfd\x27\x4c\x68\ \x59\x56\x75\x2b\xba\x52\xa5\x94\x5c\x29\x25\xa5\xac\x4b\xc9\xaa\ \xac\xa2\x38\xfa\xf4\xd3\xdb\xff\xf4\x9f\xfe\xb3\xc5\x62\xae\x94\ \xe5\x22\x40\x84\x70\xce\x19\xe3\x1e\x1c\xc3\xd4\x03\x50\x46\x55\ \xa5\x3c\x46\x41\x10\xd4\x1c\x91\x31\xc6\x39\x27\x84\x6c\xb5\xda\ \x42\xc6\x3f\xff\xf9\xcf\x83\x20\x48\x92\x64\x3a\x59\x96\x61\xb5\ \xb6\xda\x6d\xb7\xdb\x2b\xfd\x95\x41\xb7\x3f\x1a\x4f\x3f\xb9\x7d\ \x7b\x6d\x7d\xdd\x23\xcc\x45\x20\xc3\x90\x73\x3e\x9a\x4c\x5c\x59\ \x7a\x6b\x39\x46\x1e\x23\xe7\x1c\x46\x88\x62\x22\xb8\x40\x88\x20\ \x20\xcd\x46\x67\x6f\xff\x48\x29\xfd\x54\x21\x04\x04\x13\x12\xc6\ \xf3\xa2\x3a\xb7\x71\x46\x50\x66\xb3\x0a\x81\x15\x84\x36\x08\x9e\ \x1e\x1e\x97\x8f\xf6\x3b\x00\xb7\xd5\xf1\xda\xd5\xde\xf5\xab\xb7\ \x92\xcd\xb3\x63\x3f\x5c\x98\xbb\x87\x47\xf9\x2f\xbd\xfc\xab\xfe\ \x78\x3a\xd8\x7f\xa4\xb0\x62\x41\x80\x70\xa4\xf3\x92\x8b\x4c\x36\ \x1a\x57\x6e\x5e\x63\x51\xf7\xe7\x3f\xff\xe1\x07\x77\xde\xc5\x02\ \x3f\x76\xd8\xc5\x08\xc0\x79\x8f\xad\x45\x00\xe6\xf8\xe4\x70\xb9\ \x5c\xf6\x7a\x2d\xa7\x9c\xaa\x54\x5d\x6f\xd4\x0c\x72\x5d\x05\xd5\ \xb8\x08\x63\xac\x8c\xbe\x75\xeb\xd6\xda\xfa\xd6\xff\xf0\x3f\xfe\ \x4f\xf3\xd9\x12\x3c\x78\xb0\xce\x7b\x8c\x29\xfa\x2c\xde\x6a\xd8\ \x56\x77\x36\xeb\xc3\xd0\x5a\xab\xb5\xc6\x98\x04\x81\x74\x36\x01\ \x67\x25\xc3\xde\xe1\x17\x9f\x7f\xae\x58\x2e\xd3\x3c\xcf\xf3\x3c\ \xcd\xb3\x30\x0c\xb3\x32\x57\x4a\x31\xc6\xd3\x34\x1d\x8f\x27\x08\ \x21\x8c\x1f\x0b\x23\xb5\xd6\xe0\x6c\x18\xc8\xe5\x02\x9c\xb5\x95\ \x52\x3b\x67\xb7\xaf\x5c\xbe\xfc\x57\x7f\xf5\x17\xb3\xe9\x54\xeb\ \x4a\x0a\xf9\x79\x99\xdf\x26\x04\xa4\x74\x4c\xc0\xd1\xc9\x5e\xab\ \x9d\x38\xe4\xe2\x76\x0b\x4b\x4e\xa8\x88\x56\x57\x31\xa6\x2c\x0a\ \x25\x21\x7e\xbe\x68\x35\x5b\x4c\xa3\xe5\x3b\x9f\xf8\x0f\xee\xb5\ \xb5\xb1\x81\x19\x06\xa9\x93\x7c\xb3\x7b\xd5\xf0\xe0\xc2\x33\xaf\ \x2e\x71\xb2\x58\x4c\x43\x50\x1c\x14\x06\x8a\x62\x84\x69\xb3\xd1\ \x0a\x9a\xc9\xa5\x1b\xcf\xdc\x78\xe5\x95\x2f\xfc\xde\xef\xfd\x9e\ \x73\xa6\x16\x47\x3b\xeb\xb1\x24\x18\x21\x6b\xac\x52\x95\x73\xce\ \x81\x95\x52\x22\xe4\x3f\xd3\xc8\x61\x4a\x69\x9c\xc4\xa1\x8c\x7e\ \xf6\xd3\xb7\x7f\xf8\xc3\x1f\x96\xa5\x22\x44\x38\xe7\xc1\x7b\xc6\ \x99\x73\x96\x52\x42\x30\x01\xef\x91\x47\x8c\x31\x87\xa0\xaa\x2a\ \x6d\x4c\x7d\x34\x66\x59\x36\x99\xcc\xc2\x30\x5c\x5f\xef\x0b\x49\ \x07\x83\x41\x9e\x69\xe7\x5c\xba\x5c\x76\x3a\xf1\xb9\x73\xe7\x5a\ \xad\xe4\xf2\x95\xcb\x1f\xbc\xff\xc1\xe9\xe9\x70\x38\x18\xaf\xaf\ \x6f\x00\xa0\x3c\xcf\x27\x93\xe9\x70\x34\x6c\x34\x1a\x82\x87\xd6\ \x3a\x8c\x00\x03\x60\x80\xc9\x68\xd4\xeb\xf5\xb8\x0c\xa4\x8c\x8e\ \x4f\x4e\xef\xde\xdf\x35\xc6\x3e\x5d\x0a\xf2\x00\x8c\xf3\x8d\x4e\ \xa7\x19\x36\x20\xd5\xd5\x7c\xf9\xd6\x5b\x6f\xee\x5c\x39\xfb\x85\ \x1b\x97\x3a\x5c\x6c\xf1\x10\x15\xb3\x93\xaa\x38\x7b\xf1\xd2\x99\ \x2f\xdd\xbc\x3b\x48\x37\x2e\xde\xda\x0c\xcf\x3d\xb8\x77\xfb\xed\ \xb7\x3f\xc2\x95\x6b\xb5\x69\xca\x42\x24\xdc\x95\x4b\x3b\x44\x36\ \x70\xd0\x40\x42\x20\xa7\x95\x9a\x1d\x9c\x3c\x1c\x2e\x8e\xe2\xa8\ \x03\xce\x3b\xe7\x18\xa5\x95\x77\xd8\x21\x26\xb0\xf7\x86\x12\x8c\ \x10\x38\xeb\x18\xa5\x9d\x4e\x67\xb9\x5c\x9e\x9e\x9e\xce\xe7\x73\ \x42\xc8\xfa\xfa\x7a\xab\xd5\xda\xdf\xdf\xaf\x55\x9b\xab\xeb\x6b\ \x52\x84\xf3\xf9\xdc\x7b\xc7\x39\xc7\x04\x97\x45\xc1\x05\x07\x20\ \x4a\xe9\x27\x45\x6c\x5d\xaf\xd6\xd5\x4b\x2d\xb1\xd1\x5a\x25\x8d\ \x66\xa9\x34\x65\xac\xdb\xef\x7c\xe1\x85\xe7\xbb\xed\xa4\xd7\xed\ \x2e\xd3\x74\x6d\xb5\x8f\x10\x50\xca\xb5\xb1\xb5\x00\xf2\xd1\xde\ \x23\xc1\xa5\xb3\x75\xe7\x87\x48\x19\x30\xc6\x6a\x7d\x17\x25\x21\ \x78\xe7\x9c\x0b\x38\xfb\xf4\x93\x4f\x76\x76\xb6\x2f\x5f\xbe\xfc\ \xde\x3b\x7f\x73\xfb\xd3\x4f\xbe\xf4\xc6\xeb\x9f\x0b\xfe\x1a\x61\ \x8c\xc0\x55\xe5\xd2\x99\x2a\x69\x76\xc6\xd3\xf1\xd1\xc9\x89\x8c\ \xe2\xfe\xfa\x1a\x67\x78\x92\xce\xb7\xce\x9c\xe9\x74\x12\xbd\x98\ \x37\x69\x28\xca\xd2\xe6\xfa\xc1\x5f\x7e\xbf\xfc\xf4\xde\x85\x1b\ \xe7\x75\x0b\x99\x46\xf3\xca\xad\x17\x9b\x1b\x71\xca\x1e\x4d\x27\ \xc5\xd2\x0c\x77\x2e\xac\x0a\x29\x50\xa5\x11\x58\x6b\x91\xa5\x8c\ \xa0\x70\x34\x1a\x4b\x21\x5f\xfd\xe2\x6b\xaf\xbe\xfa\xea\xf7\xbe\ \xf7\xd7\x42\x04\x00\x80\x11\x02\x00\x42\x28\x06\x38\x38\x3c\x94\ \x52\xa4\x59\x21\x05\x7b\x02\x03\xbc\x07\xad\x35\xf2\xc8\x19\x0f\ \x80\x6a\x90\x50\x5f\x32\x26\x84\x51\x5a\x43\x85\xfa\xfc\xab\x8b\ \x10\x8c\x31\xc1\x98\x51\xfa\xe4\xd1\x5a\xeb\xb3\x2c\x3b\x3d\xb5\ \x5c\x90\x3c\xcf\x31\x96\x84\x90\xf9\x7c\xee\x41\xbd\xf9\xe6\x9b\ \x5f\xfa\xd2\x2b\xde\x3a\x53\x69\x70\xce\x5b\x3f\x9f\xce\x3b\x9d\ \x8e\x51\x3a\x4f\x53\x41\x84\xa4\x92\x22\x4c\x00\x19\xe3\xd2\x6c\ \xd9\x68\x36\x46\xc7\xa7\x2b\xdd\x95\x8d\xb3\x67\xb5\x71\x1f\x7f\ \x72\x77\x32\x5b\x10\xfa\x34\xfa\xeb\xba\x62\xda\xd9\xd9\x89\x5b\ \xed\x83\x47\x07\xb4\xb0\x47\xf7\x1f\xfc\xe8\x07\xff\x8a\xc6\x5f\ \x55\xaa\x44\x00\xcc\x5a\xa2\xdd\x7c\xb6\x1c\x1e\x1f\x7d\x7c\xf7\ \xe3\x8f\x87\xd9\xdd\xe5\xf1\xa5\x67\xfa\x0b\x4b\xef\xec\xed\x5f\ \xbd\x70\xa1\xbb\x9e\x5c\x3f\xfb\x3c\xa0\x46\xaf\xdb\xc7\x71\x8c\ \x6c\x89\x4c\x35\x19\x1e\xa5\x4a\x85\x31\xed\xf6\x92\x22\x53\x18\ \x84\xb5\x36\x0c\x03\x21\xb9\xb7\x16\x63\x78\xfe\xf9\xe7\xde\x78\ \xe3\xb5\x46\x23\x29\x8a\x32\x60\xc2\x59\xa7\xb5\x6e\x34\x1a\xed\ \x76\xdb\x5a\x2b\xa5\xcc\xf3\xbc\x4e\x20\x8d\x46\xa3\xee\x74\x9f\ \x9c\x9c\x14\x45\x29\x45\xe8\x6b\xd1\x14\xc0\xdf\xe6\x24\xfe\x36\ \x1d\x62\xad\xad\xc7\x0d\xbc\x07\xf0\x20\x65\xa8\xb5\x0a\xa4\xbc\ \x7a\xe5\x62\x24\x79\x55\x95\x8c\xe0\xc9\x70\x04\xde\x29\xa5\xb4\ \xb3\x94\x13\xce\xb9\xf3\xae\xe6\x87\x6a\x38\xf7\x59\x5a\x23\xce\ \x3b\x84\xb1\x94\x82\x00\x90\x30\xb0\xd6\x8c\x87\x43\xc1\xe8\xfa\ \xfa\xda\x68\x34\x1c\x0e\x47\x7f\x37\x73\xf3\x0b\xf4\x3f\xe5\x7c\ \xa5\xd7\xef\xf5\x56\xd7\x37\xb6\xd6\x36\xb6\xf6\xf6\x0f\x82\x28\ \x8c\x92\x38\xcb\x8b\xb5\xcd\x8d\x66\x2b\x29\x96\x13\x35\x9a\x4e\ \xa6\xe9\x2b\x5f\x7c\xcd\xe5\x0e\x2d\x67\x5d\xc1\x27\x93\x93\xf6\ \x33\x2f\xbc\xf6\x9b\xbf\xca\xe2\x95\xe5\x6c\x59\xfa\x89\x77\xec\ \xea\xce\x39\x6d\xab\x4a\xcd\x28\x22\x88\x32\xef\x05\x76\x84\x60\ \xb2\xba\xba\x42\x28\x9f\x4e\x86\x27\x27\x47\x75\x95\x59\xbf\x43\ \x18\x63\xad\x2d\x05\x57\xe4\xb9\x52\x2a\x8a\xa2\x7a\xda\xa4\x06\ \x12\x75\xcc\x08\xc6\x09\x21\xd7\xae\x5d\xbb\x76\xf5\xda\x07\x1f\ \x7e\x44\x19\x01\x78\x2c\xd2\xaf\x3b\x80\x75\xf1\xea\xa1\x7e\xbe\ \x88\x32\x86\x09\xa1\x8f\x55\xf7\x00\x80\x29\xa5\x9c\xe3\x4a\xd5\ \xb3\x3a\xc4\x3b\x2c\xa5\xb4\xce\x3d\x7c\xf8\xf0\x97\x7f\xf9\x8d\ \xa0\xd5\x49\xa2\x78\xb9\x48\x39\xe5\x45\x96\x63\x40\xc6\x18\xa3\ \x0c\x23\xdc\x3b\x67\x2a\x53\x2e\xb3\x76\xab\x89\x09\x0b\x30\xf5\ \xda\x4e\x86\xe3\x30\x6e\x1d\x0e\x46\x0f\xf6\xf6\x94\x77\xe8\xe9\ \xa6\x7f\x6a\xf9\x1f\x46\x77\xee\xdc\x31\x79\xd5\x16\x51\xa3\x99\ \x7c\xf1\xcb\x5f\xba\x71\xeb\xb9\xc2\x1b\xe7\x0d\x60\xc4\x8c\x6f\ \x70\x96\x9f\x8e\xee\x7e\xf2\x61\x2a\x5a\x95\xf4\x84\x6e\x9d\x39\ \x77\xf9\xda\x8d\x2f\x31\x41\xd6\x36\x03\xe7\x9a\xc8\x86\xd9\x6c\ \x41\x96\x73\xa7\x73\x26\x7d\x3b\x0a\xb4\xae\x5c\x91\xaf\xf7\x3a\ \x77\xc7\x47\x84\x71\x21\x99\x75\xd6\x98\xca\x5b\x43\x94\x7f\xfd\ \x8d\x2f\xde\xbc\x79\x33\xcf\x32\x42\x98\x73\x1e\x3c\x48\x29\x93\ \x24\xa9\xcb\x1e\xce\xf9\x72\xb9\x3c\x7f\xfe\x7c\x51\x14\x61\x18\ \x22\x82\x87\xc3\xe1\xee\xee\xae\x94\x82\x12\x5a\xe6\x25\x02\xf0\ \xf5\xba\x18\x84\x01\xfc\xff\x33\x03\xd4\xb0\x1c\x00\x8c\xb5\x80\ \x01\x63\xec\xac\xa5\x98\x80\xb3\xd8\x5b\x82\xa1\xdd\x6e\xae\xaf\ \xaf\x3f\xdc\x3b\x92\x91\x74\xde\xd6\x31\x00\x50\xf7\x82\x50\x1d\ \x7e\xb5\x26\x53\x55\xaa\xcc\x73\xab\x0d\x21\xb8\xd9\x48\x94\x52\ \xc3\xe1\x60\x7d\x75\xe5\xe2\x85\xf3\x49\x1c\x85\x61\xf0\xb9\xd8\ \x3f\x8a\x10\xf2\x0e\x11\x24\x03\x91\xe4\x69\x45\x37\x98\x60\x41\ \x12\x27\x08\xd0\xd5\x2b\xd7\x82\x28\x9a\x4c\x46\xa4\x4c\x7f\xfa\ \xfd\xef\x7e\xf8\xce\xc7\x57\x6e\x5e\x4d\x04\xb7\x21\xd3\xba\x50\ \x73\xb5\xb6\xde\xc1\x0d\xb1\x7f\x74\xb0\x71\xf5\x79\x0e\xc3\xc9\ \x60\xfc\xf0\x83\x77\x05\x13\x2c\x28\x44\xd4\x0e\x5a\xeb\x82\x27\ \x84\x84\x40\x10\xe3\x14\x23\xfe\xc1\x07\xef\x7f\x7a\xfb\x53\x29\ \xe4\xe3\x74\x01\xc8\x03\x22\x98\x78\x6f\x26\x93\xc9\x7c\xbe\x58\ \xdf\xe8\x03\x60\x21\x78\x9a\xa6\xf3\xf9\x5c\x29\x23\x25\x5f\xe9\ \xad\x46\x01\xee\x74\xda\xcf\x3d\x77\xf3\x9d\x77\xdf\xf7\x60\x39\ \x17\xf4\xb3\x76\xb8\xb3\x06\x3c\x02\x04\x75\x11\x8c\x3e\x9b\x3f\ \x41\x00\x75\x1e\x73\xce\x4b\x29\xa3\x48\x58\xa7\xbc\x07\x67\x15\ \x67\xa1\x94\x81\x03\xd5\xeb\xf5\x56\xd7\xd6\x16\xa7\x93\x5e\x77\ \x65\x38\x18\x83\xf7\xe0\x40\x55\x0a\x21\x9c\x44\x8d\x7a\xdb\x09\ \xb6\x1e\x94\x59\x6d\x77\xbb\xbd\x4e\x94\x44\xed\x5e\xd7\x33\xbe\ \x9c\xce\x3f\xfd\xf4\x53\x63\x0c\x65\xdc\x7b\x8f\x9e\x66\xfe\x14\ \x39\xe7\x1f\x1d\xee\x03\x60\x4c\xb1\x75\xf6\xdc\xe5\x0b\x2b\x97\ \xb7\x55\xe8\x97\xd8\x8a\x46\xb8\xd0\x55\xdf\x13\x93\xa9\x72\xb1\ \xcc\x8f\x0f\x75\xc7\xf7\xba\xcd\xd9\xf1\xa8\xd3\x5c\xd9\x3b\x3c\ \x68\xad\x34\x27\xf3\x65\x88\x25\x68\xe2\x2b\x17\x0a\x51\x64\x73\ \x0f\x0a\x09\x82\x45\x98\x10\x11\x79\x86\x2d\x60\x4e\x3c\x38\xec\ \x61\x7b\x7b\xfb\xfc\xce\x76\x9a\x2d\xc3\x30\xcc\xf3\x0c\xc0\x63\ \xec\x11\x22\x94\xb2\xba\xc7\xff\xb7\xc5\xd7\xce\xb9\xa2\x28\x96\ \xcb\x65\x6f\xa5\xaf\x94\x1a\x0e\x87\x00\x10\x86\xe1\x6c\x9e\x02\ \xc2\x9f\xa5\x7a\x78\x92\x7f\x6a\x1e\xf5\xff\x66\x0e\x10\xf2\xce\ \x19\x63\x78\xc0\x29\x63\x59\xba\x18\x8f\x06\x57\x2e\xec\x94\xc8\ \x47\x71\x64\x3d\x7d\xe3\x4b\x5f\x1a\xce\x96\x9f\xde\xbd\x53\x8f\ \xc0\x71\xce\xeb\xc5\xa5\x00\x80\x10\x66\x8c\xd6\x5d\x01\x02\x60\ \x54\x45\x30\x0a\x82\xa0\xd1\x48\x76\xce\x6e\x73\xc1\x29\xc1\xc4\ \xbb\x40\x70\xf4\x99\x92\xe8\xff\xff\xfe\x8f\x77\xa0\x4a\xbf\x98\ \xe7\x51\x04\x83\xd3\x51\x59\x54\xaf\xbf\xf6\xfa\xfa\xc6\x66\x59\ \xa9\xc3\xbd\x3d\x67\x5d\x08\xba\xc8\x8a\x97\x5e\xf9\x82\x6c\xc5\ \x36\x5b\x2e\x6c\xd5\x08\x44\xe5\x8b\x7b\xf7\xef\x99\xf5\xd6\xfe\ \xdc\x8c\x80\x6c\x9f\xd3\xc7\x47\xa7\x66\x16\x9e\xbd\x74\xb1\xbf\ \xb1\x41\x83\x16\x0d\x7a\x54\x74\x10\x0a\x01\x69\xb0\xa5\x71\x85\ \x10\x2c\x89\x63\xa5\x0d\xfa\x4c\xf0\x02\xde\x57\x65\x99\xc4\xf2\ \xb9\xe7\x9e\xab\xf9\x50\x6b\x4d\x10\x88\x30\x0c\xad\x75\x94\x14\ \x1e\x21\xe7\x7c\x9a\xa5\x77\xee\xdc\xd7\x5a\x73\xce\x9c\x03\x4a\ \x29\xe7\x8c\x0b\xc1\x58\x2d\x7d\xf7\xe8\x09\x84\xa2\xa4\xe6\x88\ \x9e\xd0\x4a\xb5\xee\x9d\x50\x5c\xbf\x28\x94\x0a\xc6\x19\xe7\x4c\ \x52\x72\xed\xea\xb5\xaa\x2c\x0f\x0f\x0e\xda\xad\x16\x02\x5f\x95\ \x55\xa3\xd1\xea\x75\x7b\x45\x59\xaa\x4a\x61\xc2\x10\x42\x02\xd1\ \x46\x5f\x36\xe3\xa4\xdf\x6a\xaf\x6e\xae\x23\x4a\x15\xf8\xbb\xb7\ \x6f\x9f\x9c\x9e\x28\x40\x16\x11\xf4\x94\x09\x08\x03\xf8\x9f\xfd\ \xfc\xcd\xb2\x52\xc8\xa0\xb6\x88\xaf\x5d\xbc\xdc\xd8\xec\x77\x56\ \x56\x52\x55\xe0\x32\x5b\x22\xcb\xc0\x02\xc3\x83\xe3\x63\xca\xc8\ \xc5\x4b\xcf\x24\x9c\x17\xa3\x49\x58\x90\xa6\x5c\x41\x93\x52\xf1\ \x65\x6b\xad\xdd\xea\x36\xf3\x79\x7e\xfb\xe3\x77\xb1\x77\xaa\xcc\ \x08\xa7\x9b\xe7\xae\x04\xc0\x23\x12\x50\x87\xbd\x73\xca\xbb\x38\ \x09\xb6\xb6\x36\xae\x5d\xbf\x2a\xa5\x70\xd6\x96\x45\x8e\x30\xea\ \xb4\xda\x75\x0e\xac\x47\x12\xeb\xa8\xa8\x05\x56\x4a\xab\x4e\xb7\ \x73\x7a\x72\x7a\xf7\xee\x9d\x74\x59\x8c\xc7\x63\x21\x44\x96\xe7\ \xc6\x28\x26\x24\x80\x87\x7f\xdd\x6f\xa2\x8e\x9f\x27\xf9\xa7\xe6\ \xee\x30\xd5\x41\xdc\x00\xc7\xca\xaa\x78\xb4\xb7\x1b\x4a\xda\x6e\ \x34\xbc\xb5\xa5\xb2\x6b\x6b\x2b\xdf\xfe\xf6\xb7\xc9\x77\xe8\xdd\ \x7b\x77\xac\x75\x94\xd2\xfa\xf4\x43\x08\x59\xa3\x11\x62\x84\x50\ \x63\xb4\x10\x0c\x61\x1c\xc7\x71\xab\xd9\x08\x02\xd9\x68\x26\x8d\ \x24\xb1\xd6\xea\xb2\xe8\xf7\x57\xc2\x30\xf4\x9f\x0f\xff\x6d\x8c\ \x09\x01\xe2\xb5\xab\xfa\x71\xdb\xea\x3c\x92\xe4\x8f\xff\xf0\x0f\ \x6e\xbd\x70\x6b\x7d\x7d\x93\x12\x16\x46\x49\xdc\x5d\xfb\xf2\xbf\ \xf7\xdb\xbd\x38\x0c\x08\x28\x55\xd9\xc5\x34\xab\x96\x41\x40\xc3\ \xb4\x98\xdc\xbd\xa3\x64\xc2\xc9\x85\x7e\xff\x85\xee\x6b\x37\x59\ \xd0\x41\x81\x04\x5b\x38\xc0\x80\x89\xb2\xb9\x94\x14\xeb\x0c\x83\ \x61\x24\x10\x60\x92\x40\xea\xca\x7b\x44\x9c\x33\xde\xf9\x38\x94\ \x6f\xbc\xfe\xf2\xcd\x67\xaf\xbd\xfc\x85\x97\x28\x25\x45\x59\x31\ \x46\xb4\xf1\xce\xc1\xca\xea\x3a\xc6\xd8\x59\x47\x31\xaa\xf2\xe2\ \xc5\x5b\xcf\xdf\xb8\x7e\xfd\xe2\x85\xf3\xff\xe8\x1f\xff\x93\xe9\ \x7c\x89\x11\x60\xe7\x9d\xb6\x04\x13\x16\x08\x40\xc8\x39\xeb\xbd\ \x27\xf5\xf4\x3c\x42\x75\xf7\xc1\x7b\xc0\x14\x63\x4e\x9c\x07\x40\ \x94\x60\x8e\x00\xc0\x56\x22\xa6\x71\x2c\x6f\x5c\xbd\x20\x09\x5e\ \xe9\x77\x74\x55\x9c\xdd\xd9\x3c\x19\x9c\x6e\x6c\xae\xf6\x57\x57\ \x06\x83\x51\x7a\x9a\xc6\xa1\xf4\x00\xd6\x6a\x46\x05\x10\x36\x9c\ \xcf\xe3\x95\x8e\xb3\x50\x58\x95\x96\x4b\xc6\x88\x14\x41\x65\xed\ \x53\x0f\x9f\x62\x8c\xf2\xc9\xc1\xf1\xf1\xa9\x31\x10\xf0\xf0\xfe\ \xbd\x0f\x5b\xed\xe6\x2b\xaf\xdc\x4a\xdb\xb1\x58\x2e\x74\x07\x1d\ \x09\x92\x6a\x59\xe1\x66\xa2\xc8\x5a\x51\xe5\xfa\xf0\xe4\x28\x27\ \x70\x7b\xe7\xcc\xf9\xde\x6a\x0f\x73\x7b\x98\x4e\xcc\xea\xda\x7c\ \xb6\xd0\x2a\x8f\x04\xeb\xb6\xa3\x30\x8a\xd3\xf9\x44\xb4\xce\xb6\ \xd7\x56\x69\xb2\xef\x31\x21\x04\x37\x5b\x2d\xa3\xf5\x60\x70\xba\ \xb9\xbe\xa6\x11\x14\x29\x45\xc8\x47\x8c\x12\x26\x8d\x03\x4a\x88\ \xd2\x9a\x51\x4a\x28\x01\x40\x8c\x31\x5d\x94\x95\xca\x92\x46\xd3\ \x3a\xd8\xdf\x3b\xaa\xaa\xb2\xd1\x92\x59\x96\x02\xb2\xde\x23\x8c\ \x29\x26\xcc\x5a\x0b\x80\x1f\xe3\xf0\xcf\x48\x54\x0c\x40\x30\x76\ \xce\x21\x42\xca\xb2\xec\x74\x90\xf3\xc0\x98\x3c\x1d\xce\x1b\xad\ \xc9\x6c\x91\x6f\x6e\x6e\x84\x61\xa8\x8b\x6c\x67\xb3\xfb\xf5\x2f\ \xbd\x71\xba\x7f\x94\x23\x4d\x31\x07\x82\x8d\x35\x84\x12\x8c\xc1\ \x7a\x45\x11\x22\x84\x39\xa0\xc6\x52\xa0\xd8\x38\xd4\x0e\xa2\x20\ \x08\x18\xa3\x9c\xe0\x48\xb4\x16\x8b\x25\x67\xf2\x73\xe1\x5f\x0f\ \x00\x42\x72\x4c\x11\x46\x40\x19\xca\x8b\x79\x51\x16\x65\xb1\xf8\ \xd9\x4f\x96\xad\x46\x47\x70\xd9\xec\x74\xcf\x3f\x73\x73\xeb\xfc\ \xb6\x68\x45\xc4\x19\x5c\xe4\x55\x95\x3b\x02\x65\x9e\x17\xf7\x1e\ \xac\x34\x49\xb4\x13\xea\xc5\x68\x76\xb4\x42\x45\x68\x96\x23\x11\ \x84\x22\x94\xba\x2a\x10\x32\x04\xfb\x74\xb2\x2f\x91\x97\x98\xf2\ \xb0\x13\x09\x2a\x39\x73\xce\x39\xf0\x42\xca\x2a\xcf\x18\x85\x6f\ \x7c\xfd\xab\x1b\x5b\xab\x8c\x93\xfa\x31\x29\x6b\x00\x00\x20\x00\ \x49\x44\x41\x54\xa2\x2c\xa3\x28\x72\x0e\x09\xc1\xbc\x47\x45\x51\ \x51\xc6\x08\x46\x84\x60\x8c\x71\x91\x67\x80\xf1\x37\xbf\xf9\x2b\ \xfb\xfb\x07\x7f\xfc\xcf\xff\x84\x06\x94\x10\xac\x94\x0e\x64\x80\ \x08\x41\xe0\x3d\x82\x9a\x64\xa8\x09\xd0\x1a\x4e\x30\x46\xac\x73\ \x65\x55\x32\xc6\xb8\x90\x41\xe8\x28\x02\x55\xe6\xa3\xe1\xf1\x2b\ \xdf\xfa\xc6\x5a\xbf\x03\xe0\xac\x33\x0e\xec\xce\xf9\xb3\xca\x2b\ \xc0\xae\xd3\x6b\xb7\xfb\x5d\x0d\x3a\xcb\x0a\x29\xa5\xd7\x3c\x5f\ \x18\x43\x10\x50\xcc\xe2\xa0\xdd\x4a\x58\x91\xb7\x3b\xad\xe6\x62\ \x09\x84\x55\x73\xe5\x9d\x7b\x4a\xd8\xec\x61\x7c\xbc\xe7\x2a\x4d\ \xa9\xf0\x80\x8d\x23\x8b\x51\xf1\xe6\x9f\xff\x79\x84\x5d\x27\x64\ \x9e\x9b\xaa\xc5\x8e\x67\x1a\x90\xac\x4a\x57\x1a\x93\x48\xce\x78\ \x80\x89\x1f\xcc\x0e\x4e\x26\xbb\x52\x48\xad\xd4\xd5\xab\xd7\x84\ \x0c\x7a\x2b\xfd\x74\x3a\x9c\xcf\x0a\x00\xa4\x1d\x5b\x3b\xdf\x5e\ \xdb\xde\x0c\x3f\x8a\xad\x43\x81\x94\xad\x56\x33\x8c\x42\x21\x04\ \xc1\x44\x30\xca\x28\x65\x94\x56\x65\x21\x42\xe2\x11\xe5\x91\x60\ \x00\x00\x28\x8c\x62\x63\x8c\x73\x5e\x04\x41\x51\x14\x8c\xb1\x7e\ \x7f\x25\x5d\xe6\x18\x13\x63\x8c\x31\x1a\x63\x00\xe4\x30\x22\x08\ \x61\x00\x04\x08\xfe\x0d\xe0\xfa\xb8\x21\x5e\x77\x45\xad\x75\xd6\ \x51\x4a\xc1\xd3\xac\xd4\x98\x05\x69\x51\xed\x1d\x1c\xae\xf6\x7b\ \xfd\x7e\x1b\x74\xd5\x6d\x24\xbd\x4e\x2f\x3f\x3e\x02\x5f\x8f\xa0\ \x71\x40\x08\x13\x4f\x90\x27\xd8\x63\xe4\x9d\x03\x40\x4c\x5b\xb3\ \x48\xd3\x46\x23\x5a\x2e\x97\xcb\x99\x03\x67\xa3\x28\xa4\x84\x7f\ \x5e\xfc\xe7\xea\x9c\x9b\x44\xc9\x17\x5e\x7e\x91\x71\x7a\x78\xb8\ \x17\x78\xa1\x75\x31\x9d\xa9\x2c\x5b\x3a\xeb\xad\xc7\x1f\xdf\xf9\ \x74\xfb\xdc\xce\x6b\x5f\x78\x5e\x5e\x3c\x5b\x0c\x8e\xa7\xd8\x45\ \x92\x62\x26\xd3\x3c\x23\xa5\x7e\xa6\xbf\x22\x98\x1f\x3d\xba\xdd\ \xee\xf7\x99\x94\xb6\x62\xbe\x92\xad\xd5\x1e\xd2\x7a\x72\x72\x58\ \x64\xe9\x60\x36\x6b\x34\x7b\x6b\xdb\xdc\x3b\xa3\x74\x69\x9d\xe2\ \x32\xb6\xd6\xf6\x7a\xed\x6b\x37\xae\x18\x53\x65\xe9\xd2\x68\x29\ \xa4\x08\xa4\x34\x5a\x23\x04\x51\x14\xe5\x79\xce\x31\x96\x52\x94\ \x59\x2a\x05\x67\x8c\x67\x45\xb1\xbf\xbf\xbf\xfb\x68\x57\xca\x40\ \xca\x80\x10\x9c\x65\x45\x10\x04\xce\x5a\x0f\xbe\x96\xd2\xd7\x98\ \xa4\xa6\x53\xeb\x59\x23\x07\x50\x8b\xde\x85\x10\x10\x7a\xc1\xd8\ \x8b\x2f\x3c\x87\x90\xf9\xd2\x97\xbf\x12\x04\xe1\x62\x31\x05\x04\ \xde\xfb\xd5\xd5\xd5\xa4\xd9\x58\x2e\xd2\x34\x4d\xad\x83\x4b\x17\ \x2f\x8d\x46\x93\xdb\xb7\x3f\xc5\x9e\x51\xca\xdb\x2b\xdd\x76\xb7\ \x21\xc2\x40\x3b\x57\x29\x45\x18\x0d\x42\xa9\x2d\x24\x51\xc8\x39\ \x7b\x2a\xfd\x01\xc2\x08\x31\xc2\x19\x05\x2a\x24\x26\x0c\x03\x01\ \xe7\x66\x59\xaa\x28\xe4\x99\x6e\x45\x62\x99\x57\x8b\xbc\xa4\x02\ \x33\x43\xe6\x79\xee\x11\x8f\x22\x2e\x05\x09\xc2\x00\x39\x97\xe7\ \x85\x94\x3c\xcb\xd2\xf9\xd1\x31\x21\xb8\xdf\x6e\x76\x7b\x7d\x29\ \x24\x72\x0c\xc0\x47\x61\x80\xc1\x37\x92\x66\xab\x99\x74\xda\xad\ \x56\xab\xd9\x88\xe3\x24\x8e\xa3\x40\x44\x51\x48\x30\x2a\x8b\x12\ \x88\xf6\x95\xf5\xde\x96\x65\xa5\x95\xb2\xb6\x5b\x67\x8f\x7a\x37\ \xaa\x77\xde\x18\x7b\x70\x70\x48\x08\x75\x0e\x8c\x71\x00\x18\x23\ \x82\x10\xa9\x55\x3b\x4f\x98\xeb\x27\x52\x92\x9a\xc2\xae\xef\xbc\ \x07\xa8\x94\x4a\xe2\x50\x55\x65\x51\x14\x82\x8b\x76\xb7\x6d\x4c\ \x45\x18\x59\x2e\x53\x42\x50\xb3\x95\xf4\x56\xdb\xfb\xa7\x87\x80\ \xc1\x18\x45\x39\x27\x84\x70\x21\x90\xb7\xba\x2a\x28\xa3\x14\xb0\ \xb5\x86\x10\xa0\x94\x79\xef\xd2\x74\x19\x4a\xd1\xeb\x74\x05\xe7\ \x04\x93\xbf\xb7\xe4\xfc\x85\xe9\x47\x11\x78\x20\x98\x00\x42\x55\ \x55\x62\x8c\x5b\xed\x46\x95\xe7\x59\x96\x59\x53\x71\xc6\x04\x95\ \x26\x9d\x3f\xfc\x78\x79\xf8\xe8\x93\x1f\xb4\xe2\x1e\xc1\xae\xdb\ \x54\x01\xc9\x17\xf3\x1c\xf9\x58\xf9\x59\x9a\x16\xa7\xfb\x84\xd2\ \xc5\xa8\x93\xb4\xda\x6b\x1b\x1b\xd9\xb4\x08\xfd\xb2\xaa\x8a\xd9\ \xd1\x01\xc1\xd0\x88\xe2\x20\x60\xaa\xcc\xe2\x48\x44\xa1\xa0\x14\ \x31\x86\xfa\xfd\xfe\x8d\x6b\x97\x2f\x5f\x3a\xef\x9d\x2e\xcb\xcc\ \x5a\x6d\xad\xe4\x8c\x62\x8c\xb3\x54\xc7\x71\x6c\x8d\x42\xe0\x9c\ \xd3\xde\xd9\x42\x6b\x84\x48\x18\x46\x77\x6e\xdf\x1f\x0e\x87\x49\ \x12\x73\xc1\xeb\x16\x04\x00\x78\xe7\x3d\x3c\xa6\xb0\x9f\x1c\x81\ \x75\x6b\x8f\x31\x86\x11\x22\x18\x63\x8c\xa5\x0c\xc0\x7a\x46\xf0\ \xd7\xbe\xf6\xb5\x17\x5f\xbc\xa9\xaa\x4c\xeb\x42\xca\x60\x73\x63\ \xb3\xd5\x68\x8d\xa7\x63\x59\x06\x61\x10\x2e\xb3\x7c\xb6\x58\x4e\ \xa7\xd3\x34\x4d\xbd\xf7\x8c\x91\xa8\x95\x04\xad\xb8\xd1\xeb\x2a\ \xef\xaa\xb2\x12\x52\x76\xbb\xdd\x2c\xcd\xc7\xd3\x79\x10\x08\x46\ \xe9\x53\x03\xb8\x38\x8e\xb5\xb6\x42\x08\x4a\x85\x52\x7a\x91\x2e\ \x6d\x55\x92\x38\xa8\x8c\x49\x44\x02\x9e\xa5\xe3\xb4\x4c\x53\x87\ \x9a\x69\xa9\x9a\x9d\x04\x08\xdd\xdd\x7d\xd4\x6a\x84\x17\xce\x5f\ \x88\x3c\x21\xd4\xcf\x17\xcb\x8d\x8d\x33\x5a\x55\xe3\xf1\x30\x09\ \xa5\xe0\xb2\x2a\xcb\xc5\x62\x7e\xfe\xec\x99\x67\x9f\xb9\x2e\x82\ \xb8\x11\xc7\xad\x56\x33\x0a\x02\xc9\x99\x31\xda\x32\x62\x9d\x0b\ \x38\x27\x84\x28\x55\x8e\xc7\xd3\xe9\x74\xaa\xb5\x6e\xb5\x5a\x81\ \xe4\xdd\x6e\xd7\x18\x70\xce\x61\x4a\xbc\xf3\xa7\x27\x83\xc5\x22\ \xc5\x98\x02\x60\x0f\x80\xea\xe0\x01\xfc\xf8\xef\xff\x8d\xc5\x7e\ \x52\x0b\x61\x8c\xac\x35\x80\x42\x87\xbc\x32\xda\x7b\xd7\xed\xf5\ \xac\x51\x61\x28\xaa\x22\x1f\x8d\x87\x84\xcb\xb8\x11\x51\x8a\x19\ \x23\x40\x29\x42\xd8\x63\x12\x45\xb1\xae\x54\xaa\xb3\x98\x31\x84\ \xb1\x52\x2a\x0c\x44\xb3\xd1\x14\x5c\x68\x95\x33\x82\x57\x57\xfb\ \x04\xd3\xb2\x2c\xfe\x5e\xd8\xfc\x0b\x9c\x9f\xc3\x18\x63\xfc\xf0\ \xfe\x03\xc6\x10\xc2\xce\x54\xce\x79\x4b\x88\x0f\xa4\xa4\x94\x52\ \x8c\x04\x60\xa5\xaa\xe9\x60\x31\x19\xd8\x98\x92\x33\xcd\x56\x55\ \x95\xf3\xe5\x1c\x4b\x26\x95\x2e\x1d\x34\xe2\x20\x8e\x63\x8f\x60\ \x31\x1d\x94\xd9\xd4\x3a\x3b\x1f\x1e\x9d\x3d\xbf\xb3\xd2\xeb\xe8\ \xaa\xa8\xb4\x32\xa6\xc8\x27\x2e\xee\x6c\xb6\x5a\x49\x63\x91\xad\ \xac\xaf\x6f\x9d\x39\xb3\xb1\xb9\x4a\x90\xa3\xe4\x31\x5f\xe9\x9c\ \x2b\xab\xaa\xd9\x68\x78\xef\xad\x7b\xcc\x0b\x73\xc6\x11\x22\x88\ \x7a\x6d\x2c\x21\x78\x7f\x7f\x5f\x6b\x1d\x27\x89\xf7\x78\xb1\x48\ \x05\xe7\x00\xe0\xff\xf5\x5b\x59\xe7\x9f\x27\x1d\x09\xc0\xc8\x5a\ \x0b\x75\x21\x84\x31\x63\x6c\x34\x1a\xdd\xbb\x77\x6f\x32\x3a\x69\ \xb5\xe2\x6e\xaf\xed\xbd\xf3\xe0\xa5\x94\x1e\x40\x70\x41\x18\xa7\ \x42\x0e\x4e\x4f\xa5\x94\xcd\x66\xab\x54\x86\x86\x62\x5e\xa6\x91\ \x8e\xad\x31\xda\xe8\x06\x6f\xf4\x7b\xfd\x4e\xbb\x3b\x1c\x0e\x4f\ \x4e\x06\xf4\x33\x3a\xfe\xe9\x28\x6c\x11\x04\x51\x10\x64\x85\x9a\ \x2d\x66\xce\x5b\x19\x05\xc0\x29\x97\x71\x01\x78\x52\x14\xa9\x31\ \xed\x6e\x37\xe9\xb5\x2b\xef\x67\x8b\x8c\xf7\x1a\xdb\x67\xcf\xcd\ \x46\x43\xf0\x38\x89\x1a\x0e\x55\x98\x90\xc1\x68\xb8\x5c\xa4\x89\ \xe4\xf3\xd9\xd2\x5b\xe8\xf4\xd7\x65\x28\xcf\x6c\x6e\x9c\xdd\xda\ \x00\x22\x04\x17\x8d\x46\x4c\x11\xce\xf3\x54\x8a\x36\x65\x14\x00\ \x30\x21\x41\x10\xf4\x9b\xad\x95\x95\xb5\x93\xd3\x53\xef\x5c\xbb\ \xd3\xa1\x84\x96\x65\x59\xcf\x4b\x63\x8c\xad\x85\xdb\xb7\xef\x01\ \xe0\xc7\xae\xa6\x0e\x13\x46\x11\x60\x00\x54\x07\x12\x20\xfb\x24\ \xff\x3c\x19\x14\x7d\xf2\xbb\x6a\x0d\x81\xf3\x8e\x33\x6e\xac\x39\ \x39\x39\xbd\x70\xe1\x1c\xe5\x2c\x4d\x33\x4a\xa0\xdb\xed\x65\x65\ \x99\xc4\xb1\x90\x42\x1b\x8b\x19\x77\x80\x38\x65\xd6\x01\xe3\x82\ \x52\x6e\xac\xc7\xd4\x12\x42\xb4\xa9\xb4\xae\xf2\xc2\x79\xab\xf2\ \x6c\xa9\x8d\x89\x02\x46\x29\xe5\x5c\x7c\x2e\xf8\xeb\xc7\x6b\x3d\ \x10\xce\xb2\x14\x23\x8b\x90\x35\xa6\x8c\xe2\xa0\xd5\x48\xe2\x28\ \x70\xd6\x52\x82\xcd\x32\x5b\x4c\xa7\x25\xd2\x61\x3b\xb1\x8c\x2f\ \x09\x3e\xad\xf2\x12\x20\x20\x64\x5a\x99\xd3\xf9\xb2\xc3\x8d\xf1\ \x10\x25\x71\x10\x04\x45\x91\x03\x78\x92\x24\x83\xe3\x93\xd9\x6c\ \xda\x6c\x35\x57\x37\x37\x65\x14\x03\x4b\x48\x1c\x6f\xac\xaf\x94\ \x16\xce\x6c\x6f\x77\x3a\xed\x50\xf2\xb5\xf5\x7e\x9c\x44\x8c\xf1\ \x38\x8a\x30\x46\xc6\xe8\x3c\x4d\x1b\xcd\x46\x1c\x04\x4a\x2b\x6b\ \x2c\xf2\xde\x59\xc3\xb9\x00\x6d\xc6\xe3\xf1\xdd\xbb\x77\x28\xa1\ \x9c\xb1\xd9\x3c\xf3\xde\x71\x26\xff\x36\x17\x54\x47\xce\x13\x09\ \xe3\x63\x68\x81\x90\xf3\x5e\x69\xc5\x19\x93\x52\xea\xaa\x3c\x38\ \x38\x38\x77\x7e\x4b\x29\xb5\xb7\x3f\x59\xa6\xf3\xf5\xb5\x0d\x6b\ \xad\x14\x32\xfa\xbf\xda\xfb\xb2\x18\x49\xaf\xeb\xbc\x73\xee\xfa\ \x6f\xb5\xf5\xde\x33\xdd\x33\xc3\xe1\x70\x86\x14\x17\x59\x5c\x24\ \x24\x91\x64\x51\x52\xac\x40\x36\xec\x40\x0e\x1c\x07\x41\x92\x87\ \xc0\x80\x1f\xf2\x92\xc7\x20\x0f\x06\x02\xe4\x21\x79\x0a\x82\x20\ \x01\x12\xf8\x45\xb0\x1d\xc4\x0f\x96\xa3\x78\x11\x0d\xc7\x90\x64\ \xca\x16\x25\x8a\x22\x25\xee\x43\x0e\x39\x0b\x67\xba\x7b\xba\xab\ \xba\xab\xea\x5f\xee\x7a\xf2\xf0\xf7\x34\x87\x5b\xc8\x19\x72\x46\ \x23\x4e\x9d\x87\x46\x75\x77\x75\x55\xf5\xb9\xf7\xdc\x7b\xb6\xef\ \x3b\x79\x3e\x19\x4f\x23\x20\x30\xae\x8f\x1c\x99\x9b\xab\xb2\x2c\ \x1b\x8d\xc7\x5b\xa3\xdd\x8d\xcb\x1b\x69\x96\x2c\x2d\x2e\xf5\x54\ \xaf\xae\xea\xd1\x78\xa4\x84\x5a\x5c\x98\x9f\x1b\xf4\xb2\x2c\x8d\ \x91\xae\x4f\xf3\x5b\x5b\x3b\x21\x06\xad\x53\xeb\x4c\x8c\x51\x48\ \x0e\x8c\x79\xc6\x74\x22\x87\x4d\xb5\xdb\x18\x55\xe4\xa0\x94\x03\ \xb2\x31\x36\xce\xed\x4d\xa6\xaa\xd7\x3d\x7e\xe2\xe4\x70\x67\x27\ \xd5\x52\x69\xa8\x4d\xb3\xb8\x72\x58\xe9\xac\x93\x69\x33\x1d\x47\ \xc4\xf1\x78\xa2\x70\x88\x24\x06\xdd\x8e\x07\xce\x99\xc8\x93\x44\ \x2b\xa9\x15\xef\x75\x3b\x59\x96\x61\x8c\x44\xb1\xed\x61\xef\x74\ \x7b\xab\xcb\x4b\x6d\x21\x6e\x3a\x9d\x30\x54\x4a\x2b\x6b\x0c\xe7\ \x8c\x49\xbe\xb3\xb3\x1d\x43\x88\x31\xe0\x7e\xae\x34\x02\x62\xa2\ \x13\x80\x36\x4f\x40\x8c\xb7\x15\x36\xba\x52\xb7\xa1\x2b\x85\xef\ \xd8\xe2\xca\x00\x91\x71\x06\xc0\x77\x46\xc3\xad\xad\xcd\x3c\x4f\ \xf2\x2c\x31\x75\x85\x48\x69\x96\x1d\xbd\xe3\x58\xf6\xe3\x67\xec\ \xde\x84\x73\x19\x43\x14\x52\x31\x26\x38\x63\x49\x92\x59\xdb\x66\ \xd5\x39\x20\x8d\x27\x63\x6b\x19\x44\x17\x9d\x77\xce\xaa\x6e\xcf\ \x18\x93\xa6\xb7\x46\xfc\xe3\x7d\x58\x5e\x5e\x5e\x5d\x5d\x7e\xed\ \xcc\x69\x04\x1f\x82\x8d\xd1\x35\x75\xe9\x9a\x26\xf4\xc3\xf2\xd2\ \xd2\x74\x52\xee\x0c\x37\x19\xf2\x2c\x49\x11\x39\x93\x72\xa7\xae\ \x76\xac\xe5\xa9\x2e\xba\x3d\xd4\x59\xe3\xa8\xbf\x76\x78\x6f\xb8\ \xfd\xe2\x99\xe7\x1f\xfc\xd4\x27\x8b\xde\x80\x62\xa8\x8d\xd3\x79\ \x67\x71\x65\x7d\x7b\x67\xbb\x6b\x0c\x0a\xb1\x37\xaa\xe6\x65\xe7\ \xfe\xfb\xef\x53\xd9\xf9\xb9\x85\x95\x5e\xaf\x97\x67\x89\x14\x42\ \x09\xc1\x18\x67\x44\x9c\xb1\xc6\xd9\xda\xb9\x37\x2e\x9c\x37\xc6\ \x78\xef\xe7\xe6\xe6\x8e\x1e\x3d\x9a\x25\x69\x8c\x21\x49\x92\x33\ \xaf\x9f\xbd\x70\xe1\x42\xdb\x70\x55\x96\x53\x44\x1e\x29\x0a\x10\ \x44\xb1\xad\xff\xc0\x55\x6d\x75\x07\xde\x39\x32\x64\x8c\x59\x67\ \x89\xb2\x34\x49\x4c\x5d\x31\xc6\x96\x16\x97\x94\xc0\xed\xcb\x97\ \x46\xbb\xc3\xe0\xe2\xea\xea\x2a\x17\xbc\x31\x26\x4d\x53\x26\xa4\ \x4e\x52\x63\x6d\x9a\xe6\x83\xfe\x60\xd2\x94\xe7\x2e\x5e\xda\xde\ \xde\x39\x7d\xfa\x34\x05\x3a\xb2\xbe\x9e\xa8\xc4\xa7\x1e\x01\x20\ \x52\xf0\x96\x28\x5e\x67\x02\x1b\x20\x84\x38\x9e\x4c\x99\x90\xc6\ \x3a\x88\x11\x85\x30\xd6\x1a\x13\xca\x0a\x62\x0c\xc4\xa4\x4e\x44\ \xa7\x5b\xac\x1e\x5a\x50\x5a\x22\x67\x55\x59\x85\x4e\xb1\x7d\xf9\ \x72\x22\xd5\xe6\xd6\xd6\x27\xee\x39\x0e\x88\x31\x46\xae\x15\x72\ \xd1\xe9\xf5\x29\x46\x63\x6c\x2e\xb8\x8a\xd8\xef\x14\xb5\x0b\x40\ \x6d\x37\x26\x29\x2d\x11\x20\x38\x17\x62\x10\x9c\x59\xe7\x34\x72\ \x53\x57\xa6\x31\xc8\x98\x52\x4a\x09\x21\x18\x83\x18\x11\xc8\x3b\ \x97\xe7\x9d\x43\x87\x57\x5e\x7c\xf1\x85\x34\xcf\xc6\x93\x29\x17\ \x4c\x69\x55\x1b\xdb\x8e\x0e\x66\x9c\x8b\x2b\x81\xdf\x41\xce\x60\ \x1f\x0a\x17\x63\x5b\x0f\x6d\x2b\xda\x11\x80\x71\x36\xad\xca\xaa\ \xae\x9d\x37\x75\x35\xed\x77\x3b\x31\xfa\x69\x55\x71\x21\x05\x17\ \x4c\x48\x02\x08\x91\x7c\x08\x1d\x9d\xc4\xe0\x61\xbf\x8e\x14\xeb\ \xba\x4a\x52\x41\xc4\xa7\xd3\x69\x3d\x1d\x3f\xf2\xd0\x43\x79\x9e\ \x1a\xd3\x48\xc1\x03\xdd\x1a\xf5\x1f\xc6\x59\x39\x9d\x9c\x3d\x73\ \x66\x6f\x34\xec\xf5\x0b\xce\x79\x96\xea\x48\xde\x54\x66\xa3\xde\ \xd2\x2a\xf3\xd6\xa3\x94\x9c\x33\x62\x0c\x89\xc5\x00\x7b\x93\x2a\ \x70\xee\x82\x27\xa5\x98\xd2\xc4\xf8\x99\x73\x17\x8e\xae\x1d\xba\ \x77\x7e\xa1\x36\x26\x4d\x13\x6b\x03\x97\x6a\x32\xad\x36\x2f\x6f\ \xf7\xba\xbd\xe9\xb8\x44\xc4\xf5\xb5\x13\xa2\xd3\xef\xf7\xfa\xc7\ \x8e\x71\x26\x92\x6e\xb7\xab\x04\x1b\x8f\x76\x90\x68\x61\x71\x49\ \x48\x21\x84\xe8\xb0\x6e\xa7\xd3\x29\x8a\xe2\xb5\xd7\x5e\x23\x82\ \x16\x86\x05\x08\x4d\xd3\x64\x59\x71\xe1\xc2\xf9\xaa\xaa\x38\xd7\ \x21\x84\x76\xe8\x43\xa4\xd8\x5e\x3e\x57\x97\x20\x0e\x9c\xd2\xab\ \x3b\x65\x82\x0f\x21\x04\xc6\x19\x17\xe2\xe2\xc5\x8b\x9c\xb3\xe3\ \xc7\xef\xd0\x8a\x65\x79\x52\x97\xcd\xf6\xf6\xf6\xfc\xc2\x7c\x9a\ \xa6\x40\x8d\x0b\x51\x4a\xc9\x85\x40\x34\x75\xac\x7b\xdd\xde\x7d\ \xfd\xde\x64\x32\x1d\xee\x8c\xf2\x34\xe5\x4c\x70\xe4\x9d\xbc\x83\ \x48\x3e\x58\x9d\xf2\xf6\xe8\xbd\x4e\xbf\x99\xa3\xf3\x6e\x6f\x77\ \x2f\xc4\xc8\x39\x77\x14\x62\x8b\x55\x66\x2c\x4b\x73\xce\xb5\xb5\ \x3e\xcf\x33\xc1\xb9\xa9\xea\x42\x65\x2b\x87\x56\xac\x6d\xcc\x74\ \xea\xd3\x74\x71\x61\xa1\x9c\x4e\x88\xe1\xd6\xf6\x76\xaf\x37\xb8\ \x7c\x69\x63\x79\xae\xc7\x29\xae\x1e\x5e\x0f\xde\x21\x89\x54\xcb\ \xaa\xb1\x4a\xa9\x44\x09\xce\x99\x73\xa1\x25\x7f\x15\x44\x2a\xcd\ \xd2\x4e\x77\xb2\x37\xae\xeb\x06\x00\x24\x63\x42\x88\xc8\x98\xb5\ \x96\x0b\x91\xa6\xe9\x70\x38\x0c\x91\x4e\x9d\x3a\xf1\xdc\xb3\x3f\ \xdd\xd8\xda\x8c\xb1\x25\x31\x24\xef\x1d\xb2\x5c\xec\x43\xf1\xb9\ \x31\xb6\x25\xb5\x6c\xf9\x0d\xdb\xfc\x41\xdb\xf6\x81\x8c\x59\x17\ \xad\x73\x92\xb3\x18\xc2\x64\x32\xb9\xb8\x71\xe9\xc8\xfa\xe1\xba\ \x69\x18\x52\xd1\xc9\x17\x97\x56\x5e\x78\xf9\x75\x1f\x01\x91\x59\ \x1f\xa5\xd2\x9c\xf3\xaa\xae\x9d\xad\x1b\x57\x23\x42\x08\x81\x0b\ \xee\xbd\xaf\x2a\x9f\x26\xfc\xd4\xa9\x93\xf7\xde\x77\x4f\x96\xe5\ \x4d\x55\x13\x85\xa6\xae\x6e\x09\xfc\x1c\x43\x36\x99\x4c\x43\x70\ \x6b\xeb\x87\x10\x89\x33\xe6\x83\x85\xc0\x02\x0a\x8a\x78\xe1\xec\ \x46\x92\x68\xc2\x68\xc1\x83\x47\xaa\x6d\x44\xd6\x38\x97\xa4\x9d\ \x22\x4f\x8e\x1c\x59\x53\x42\xd4\x75\x93\xe4\xb8\x33\x1c\xae\xae\ \x2c\x6a\xa1\x2e\xbd\x71\xbe\xdb\xed\x84\x10\xe6\xe7\x97\xd6\xd7\ \x0e\x2b\xa9\x8c\x99\x50\xc4\xe1\xce\x30\xf3\x72\x7e\x6e\xbe\x34\ \x00\xa8\x52\x9d\xa6\x5a\x62\x0c\xf3\x73\x83\x34\x49\x10\x28\x78\ \x4f\x31\x00\xc5\x41\xbf\xa7\x4f\x9d\xd4\x49\x02\x44\x6d\x27\x68\ \x4b\x19\x71\xfa\xf4\x69\xef\xbd\x52\x99\x0d\xad\x31\x70\x8a\x84\ \x6f\xe5\x31\x3a\xa0\xc8\x6a\x57\x31\xc6\x18\x81\x10\x30\xc4\x60\ \xad\x61\xac\xcb\x19\xdb\xdd\xdd\xdd\xba\xbc\x85\x30\x3f\x18\x0c\ \xd2\x4c\xd7\x65\xc3\x18\x0b\x31\x6c\x6e\x6d\x31\xe4\x79\xa7\xeb\ \x43\xb0\xce\x01\xb0\xac\x45\xa1\x34\x65\x91\x2c\xce\xf7\xe7\x38\ \x0a\x86\x02\x88\x1c\x42\x63\xaa\xb2\x9c\xc4\xe8\x43\xf0\x70\x5d\ \x04\x3c\x40\x44\xc0\x38\x17\x8c\x31\x40\x62\x08\x10\x49\x2b\xa5\ \x95\x6a\x79\x78\x7d\x70\x99\xd6\xc1\x9a\xad\x8d\xe9\xca\x62\x5f\ \x6b\x55\x57\x25\xa7\xd0\xef\x77\x83\x73\xa3\xdd\xe1\xa0\x7f\x08\ \x94\xcc\xfb\x69\x96\x75\xd2\x24\x31\xe5\x54\x09\xd8\xdb\x1d\x81\ \xf6\xbd\xa5\xb5\x3c\x53\x2e\x90\x10\x4a\x29\xe9\x9c\x0f\xde\x49\ \xce\x19\x62\x04\x08\x21\x08\x29\x63\xf0\xdd\x4e\x27\xcf\x73\x63\ \x1a\xeb\x2c\xc5\xe8\x9c\xf1\xce\x4c\xa7\xe5\xc6\xc6\x25\x21\xf5\ \xca\xea\xda\xc3\x8f\x7c\xea\x87\x4f\x3e\xd5\xeb\xf7\xeb\xa6\x3e\ \x7b\xf6\x7c\xe3\x7c\xd3\x94\x59\x96\x79\xef\x18\x83\x96\x5f\xca\ \x5a\x6b\xad\x6d\x31\x73\x07\x5c\x05\x91\x28\x84\x60\x9d\x93\x32\ \x15\x5c\x21\x05\x6a\x19\xde\x88\x00\x71\x32\x99\x36\x9e\x5f\x7c\ \x63\x73\x5a\x1a\x04\xc9\x18\xb5\xbd\xd7\xc6\xd6\x4d\x3d\x0d\xde\ \x69\x21\x00\xe3\xee\x68\x6f\x79\x79\xe1\x33\x9f\x7e\xe8\xd8\xb1\ \x43\x45\x9e\x92\x77\xd6\x36\x52\x8a\xb2\xb4\x9c\xf1\x5b\x82\xbf\ \xaa\x1d\x84\x16\xa2\x8b\x31\x56\xd5\x54\x30\xc6\x10\x80\xc0\x34\ \x26\xcf\x3a\x04\x50\xd7\x3e\xea\xc0\x91\x14\x48\x0e\x9c\x45\xec\ \xe8\x2c\x30\xca\xd3\xbc\x6e\x0c\x93\x51\x32\x96\x68\x9e\xa6\x72\ \x3a\xda\x51\x1c\x9c\xa9\xe6\xba\x2b\x4d\x6d\x38\x05\x29\x84\xe0\ \x38\x7f\xe8\xd0\xb4\x2c\xd1\x39\x26\x95\x52\x5a\xcb\x44\xea\x4c\ \xa9\x84\x28\xa6\x4a\x23\xb0\x96\xb2\x55\x29\xe5\x7d\x1c\x0e\x77\ \xba\xdd\xae\x52\xb2\xad\xab\x20\x00\x63\xac\x53\x14\xcf\x3f\xff\ \xd2\xd9\x73\xe7\x18\x63\x81\x42\xf0\x14\x82\x57\xa0\x62\xeb\x70\ \xe3\x3e\x07\xce\xbe\xc3\x86\xd8\x3e\x38\x70\x50\x51\x72\x86\xcc\ \x9a\x16\xc7\x8a\x75\x5d\x9f\x39\x73\xa6\x93\xa7\x79\xae\x95\xd2\ \x5a\x6a\x63\x6c\xd3\x34\xdd\x6e\x77\x34\x1c\xbd\xf1\xc6\x05\x2e\ \x64\xa7\xdb\xed\x74\x3a\xc6\x98\xa6\x9e\xa6\x42\x08\x2e\x33\xc1\ \xac\x8f\x65\x59\x23\x43\x00\x4a\xb4\xf2\x3e\xa9\xcd\xf4\x80\x4e\ \xe7\x3a\x90\x8b\x91\xa8\x6d\x43\x12\xc8\x80\x48\x27\x29\x02\x44\ \x1f\x00\x78\x20\x8a\xd1\x3b\xa0\x88\xb1\x76\x55\x95\x72\xef\x72\ \xd4\xba\xae\xab\x22\x53\x7b\x93\xbd\xb9\x5e\xaf\x6a\x6a\x74\xae\ \xa1\xa6\xb6\xe1\xc4\xb1\x63\xbe\x29\xab\xbd\xe1\xde\xde\xee\xe1\ \x63\x4b\x9d\x3c\x4b\x95\x2e\x85\x97\x4a\x48\xc1\x81\xc8\x71\x1e\ \x82\x6f\x7b\x6f\x8c\x31\x88\x4c\x4a\x41\x14\xaa\xaa\x8c\x31\x70\ \xc6\x90\xcb\x10\xfc\x70\x38\x1a\x8f\xc7\x42\x88\x22\xcf\x38\xa7\ \xfb\xee\xff\xc4\xa1\xb5\xc3\x59\x9e\x2b\xa5\x9f\x7b\xfe\xf9\xad\ \xed\xed\xe7\x5f\x78\xb1\xaa\x2a\x21\x11\x90\x11\xb0\xa6\x69\x00\ \x30\x49\x12\xef\x7d\x8b\xc3\x63\x8c\x21\x50\x88\x84\xc8\xac\x73\ \x58\x91\x94\x0c\x28\x54\x4d\x53\x74\x3b\xe5\x64\x3c\x1c\x8d\x3a\ \x45\xf6\xdc\x53\xcf\x3c\xfb\xec\xab\x08\x8c\x09\x4d\x10\x5d\x08\ \x04\x60\x9d\x75\xce\x71\x46\x5c\xf2\x54\xe7\x27\xee\xba\xeb\xde\ \x4f\xdc\x7d\xf4\xe8\x4a\xaa\xa5\x35\x95\xd2\xd2\x99\xc6\x19\x27\ \xc4\xfb\xcf\x8c\xb9\x79\xf9\x83\x96\xec\x33\x04\x9f\xa6\xa9\x37\ \x06\x08\xac\x75\x49\x9a\x5a\xeb\x38\x17\x52\xaa\x2a\x34\x4c\x30\ \x26\xa4\x44\x89\xc0\x80\xa1\x89\x2e\xcb\x32\x53\x37\x1a\x40\xa7\ \x89\xe4\x51\x32\xe6\x4c\x45\x2e\xf6\xbb\x9d\xf1\xde\x2e\x45\x30\ \xc6\x72\xa9\xa6\x55\xd3\xe9\x17\x8b\x2b\xcb\x45\x51\x34\x55\xa9\ \x04\x97\x82\x21\x50\x0b\x16\x61\x52\x49\x25\xa5\x92\x2d\x34\x57\ \x29\x1d\x43\x70\xce\x9b\xc6\x46\x8a\x45\x51\x08\x2e\x82\x0f\x21\ \xc0\xb9\x73\x17\xf6\x46\x13\x29\x15\x44\x8c\x31\xb4\x19\x82\xe0\ \x7d\xeb\x2a\xb4\x73\xb9\xde\xa5\xa1\x9d\x20\x04\x2f\x04\x63\x8c\ \x39\xef\x7d\x88\xc8\x05\x79\xbb\xb9\xb9\x9d\x7d\x3a\xab\xaa\x71\ \x0c\xbe\xc8\x3b\x0c\x99\xf7\x3e\x4d\x52\xbe\xc0\xcb\x73\x17\xb6\ \x77\x76\x76\xf7\xf6\x16\x16\x96\xf2\x4e\xa1\x75\x5a\x97\x25\x45\ \x1f\x02\x44\x02\xad\x15\x22\xb3\xde\x20\xf2\x6e\xb7\xdb\xe5\x1d\ \xa9\xd4\x75\xe7\xdf\x22\x91\xa7\x88\x14\x39\x63\x48\x60\x4c\xc3\ \xb9\x90\x4a\x75\xf3\xae\x0b\xc1\x7b\xa7\x94\xb0\xa6\x89\x0d\x0c\ \x47\x7b\x47\xd6\x96\x8d\x75\xdd\x5e\x2f\x02\x0d\xe6\x06\xfd\xde\ \x00\xc1\x19\x67\xcb\xda\x76\x3b\xbd\x0b\xe7\xce\x92\x33\x5a\xb0\ \x08\x8c\x00\xb6\xb7\x37\x8b\x3c\x19\x4d\x9b\x18\x62\xc4\x78\x80\ \xcc\x69\xf7\x7d\x08\x3e\x86\x20\x84\x1a\x0d\xf7\xaa\xba\xca\xf2\ \x7c\xd0\xef\x27\x5a\x41\x82\x45\x11\x8a\x4e\x57\x49\xe9\x43\x0c\ \x31\x70\x44\xc9\x31\xb8\xa6\x76\xf6\xe4\x89\xe3\xc7\x8f\xdf\x31\ \xdc\xd9\x39\xfd\xea\x19\x00\xd9\x42\xff\xb5\x92\x0f\x3c\xf0\x89\ \x63\xc7\x8e\x9d\x7d\xfd\xfc\x53\x3f\x7e\x9a\x73\xc9\xb9\x20\x8a\ \x4c\xc6\x95\x95\x39\x2e\xf8\x68\xb8\x2d\x94\xee\xf7\xbb\x47\xd7\ \x57\x21\x7a\x6b\xcc\xcb\xa7\x5f\x75\xce\x9d\xbd\x70\x79\xb7\x8c\ \x80\xac\xac\xa6\x42\xc9\x2c\x51\xa6\xa9\x14\x63\x6b\x47\x8f\x1c\ \x3f\xba\x7e\xec\xe8\x91\xa2\xb7\xa0\x94\x52\x92\x51\xf4\x4d\x55\ \x01\x85\x71\x59\x46\xe7\x19\x63\xd6\xba\x48\xef\x43\xdb\x72\x53\ \xef\x1f\xce\x80\x33\x14\x82\x23\xa8\xba\xae\x81\xa3\xf1\x16\x19\ \x12\x46\xef\x2d\x47\xe2\xc4\x23\x81\xe5\x44\x14\x19\x62\x96\xa7\ \xdb\xdb\x97\x15\x03\x25\x98\x90\x92\x8b\xe8\x5c\x88\x20\x94\x64\ \xdb\xc3\xf1\x9d\x77\x1e\xcf\xf3\xcc\xb9\x90\x66\xf9\x1c\xc1\x68\ \xbc\xbd\xb1\x79\xd1\x13\x9f\x5f\x3d\xd6\x2d\x74\x2f\xd7\x32\x29\ \x22\x81\xb5\xa1\x69\xec\xd2\xd2\x92\x10\x3c\x06\x52\x52\x23\x60\ \xe5\x2a\x16\x41\x4a\xa5\x94\x4a\x93\xd4\x3a\x47\x84\x75\xed\x5e\ \x7a\xf1\x95\xa6\xb6\x5a\x27\x80\xcc\x5a\x4b\x04\x31\x12\x20\x72\ \xce\x7d\xf4\x57\xc7\x3f\x07\x15\xbd\x18\x23\xb4\x18\x89\xe0\x05\ \x32\x1b\x82\x73\x11\xb9\x02\xe6\x37\x37\xb7\xcb\xaa\x22\xef\x18\ \xa3\xbd\xd1\x48\xab\x24\xcf\xb2\xaa\xae\x89\x60\x61\x61\x21\xef\ \x74\x90\x31\xae\x34\x32\xc6\x93\x24\x61\xc2\x1a\xab\x13\x11\x42\ \x40\xc6\x88\x88\x07\x1e\x63\x0c\x31\x78\xef\x28\x5e\xaf\xe6\x01\ \x64\x22\x95\xd7\x83\x7e\x3f\xcb\x32\x88\xd4\x62\x07\x38\x67\x8d\ \x6f\xb4\x52\x4c\xc9\x49\x59\xe6\x69\xd1\x51\xe9\x74\x3c\x44\x91\ \x17\xdd\x74\x6f\x77\x53\x0b\xec\xe5\xbd\x4b\x97\x2e\x83\x8a\x59\ \x2a\x96\x16\x17\x98\xaf\x31\x12\xf9\x98\x74\xe6\xcc\xb4\xda\x1e\ \x0d\xb3\x5e\x37\x10\x12\x41\x59\x57\xbd\x6e\x37\xcb\x73\x7f\x70\ \x9f\x23\xf8\x10\x28\x78\x2e\xb5\x4e\xf3\xa2\xdb\x8f\x31\x4c\xcb\ \x3a\x12\x73\xce\x39\x1f\x19\x63\x51\x30\x6b\x8d\x33\x06\x00\x32\ \xad\x9b\xba\x2a\xf2\x62\x34\x1e\x6f\x6e\x6e\x57\xd3\x4a\xab\x0c\ \xb9\x0c\x1e\x6c\x5d\x27\x09\x1c\x3e\x34\x58\x5d\xe9\xf5\x8a\xf4\ \x85\xe7\x5e\x98\x96\x4d\xda\xcb\x6d\x30\x8a\xf3\xf5\xb5\x43\x2b\ \x8b\xf3\xaf\x9c\x7e\xbe\xd7\xc9\x3e\xf3\xe9\x87\x94\x96\xd6\x38\ \x53\xd7\xaf\xbc\xf2\xba\x0f\x64\x48\x46\xce\x29\x06\xa5\x84\x60\ \x24\x62\xd8\xdb\x1d\x3e\xf8\xc9\x07\x7e\xe9\xcb\x5f\xd4\x4a\x84\ \x18\x08\x31\xc4\x06\x1c\x32\x84\x10\x02\xc5\x28\xb9\x62\x52\x33\ \x26\x90\x09\x21\xe5\xad\xd2\xbf\x23\x38\xcf\xb3\x54\xeb\x83\x61\ \x2c\xfb\x44\xdd\x57\xd8\xf4\x98\x52\xd2\x7a\x4b\x80\x4a\x27\x5c\ \x88\x18\x63\xd1\x2d\xca\x49\x34\xe5\x74\x34\x1a\x4d\x26\x13\xee\ \x42\x91\x6a\x2d\x45\x63\x9a\xc1\x60\xae\x31\x66\x7b\x7b\x5b\xa9\ \x64\x61\x91\x0f\xe6\x17\x92\x5c\x6e\x0e\xb7\x8c\x35\x4a\xc8\x24\ \x51\x88\x80\x40\x4a\x69\xce\xb9\xf7\xc1\x5a\xe7\x9c\x6d\xb9\xb0\ \x5b\x1e\xb0\x2c\xcb\x92\x24\x99\x4c\x26\x4d\x53\x2b\xa5\x8d\xf1\ \x59\xda\x69\x49\xc2\xda\x48\x23\x84\xc8\x39\x63\x9c\x03\x01\x62\ \x3b\x7f\xe7\xcd\x72\xf8\x41\xfc\x73\xf0\xa0\x75\xfa\x01\x30\x84\ \x20\x85\x20\x82\xb6\xbf\x7b\xd0\xcb\x9c\xa9\x26\xd3\x1a\x68\x32\ \x37\x37\x27\xa5\x34\xd6\x22\xa2\x6c\xe3\x6c\x9d\x00\x62\xf0\x21\ \x04\x0a\x31\x42\x4b\x98\xca\x39\x22\xb6\x5c\xb2\x21\x04\xbc\xd2\ \xf8\x78\x7d\x47\xd7\xda\xda\xda\x64\x32\x01\x80\x10\x83\x33\xb6\ \xaa\x6b\x25\x65\x96\x66\x75\x5d\x27\x49\x92\x16\xa9\xf1\x5e\xa7\ \x29\x0b\xd0\x94\xe3\xf1\x78\x92\xe9\xd0\xe9\x76\x8a\x54\x4f\x47\ \xa5\x92\x7a\x71\x65\x0e\x98\x6f\x47\x62\xb6\x4c\xf6\x0b\x4b\xcb\ \xab\x87\x56\xb7\x76\x77\xa5\xf3\x7b\x7b\x0d\xe7\x5a\x49\xa5\xb5\ \x6e\xd1\xb8\x69\x9a\xb6\x20\x5f\x29\x25\x22\x1c\xe8\x3c\x46\xb2\ \xd6\x73\x6e\xda\x45\x6f\xf1\x20\x82\x8b\xc0\x9c\x4e\x12\x8e\xd0\ \x54\x65\x59\x4e\xaa\xb2\x1a\x8e\x46\x14\x63\x9e\xe7\xb5\xf1\x21\ \x38\x02\x5a\x58\x58\xe0\x0c\xeb\x6a\x9a\xa6\xdd\x4e\xd1\xd9\x1d\ \x4f\x89\x62\x92\x24\x91\x5c\x59\x4e\xd6\x3e\xf5\xc0\x1d\x47\x57\ \x4d\x3d\xb1\xc6\x24\x89\x76\xce\x17\x45\xd1\xed\x76\x2f\x6e\x5c\ \x26\x29\x7d\xf0\x48\x51\x70\x90\x52\x22\x85\x43\x2b\x2b\x87\x57\ \x97\x29\x78\xdb\x78\x1f\x02\x30\x24\x84\xf6\x23\x65\x57\xcd\x35\ \x69\x13\x9e\xec\x16\x99\xdf\x08\x00\xc8\xda\x04\x32\x21\x62\xa7\ \xd3\x59\x5c\x5c\xcc\xb2\xec\x00\xce\x8e\x0c\xca\xe9\xa4\x6a\xea\ \x18\x21\xc4\xa8\x94\x42\x80\xe1\xce\x4e\xbf\x5b\x74\xb3\x74\x7b\ \x6b\x33\xc4\x58\x74\x3a\x99\xe2\xce\x98\xc5\x85\x85\xe0\x6c\x5d\ \x55\x52\x2a\x63\x4c\x08\x71\x67\xb8\x53\x99\x31\x97\x02\x91\x19\ \x6b\x00\x30\x49\x53\xe3\x02\xf2\xb6\xd7\xa6\x6d\xf7\x68\x03\x95\ \x7d\x30\x70\x3b\x7c\xa6\x28\x8a\xa2\x28\x88\xd0\xda\xb0\xb1\xb1\ \x71\xf2\xe4\x89\x9f\x3e\xf7\xd3\xe9\xa4\xf4\x81\x42\x8c\x5a\x6b\ \x8a\x21\x44\xff\xb6\x80\xa7\xfd\x7a\x60\x3c\x31\x46\xce\x58\x9b\ \x26\x01\x44\x6b\x9d\xd6\x5a\x08\x61\xad\xdd\xdc\xdc\x4c\xf5\xaa\ \xa9\x2b\x29\xa4\xd6\x7a\x77\x6f\xb7\xe8\x74\xfa\xbd\xfe\x78\x5a\ \xd6\xd6\x86\x10\x9c\xb5\xc8\x99\x35\xae\xaa\xca\xd6\xf9\x69\xe3\ \xe3\x96\x5a\x76\xdf\x6c\x10\xae\xdb\x79\x23\xa2\xad\xad\xcb\xce\ \xd9\x7d\x5a\xfd\x48\x42\x88\xa2\x28\x5a\x3d\x94\x65\xb9\xb3\xbb\ \x23\x93\x04\x11\x8d\x69\x08\x80\x21\x2b\x8a\x82\x41\xe3\xbd\x9f\ \x5f\x98\x8f\x8e\x92\x24\xe1\x82\x82\x31\xd5\x78\xa2\x38\x5f\x5c\ \x5c\x76\xc1\xd7\x93\x49\xaf\x3b\xd8\xde\xdd\xdb\x1d\x37\x5c\x0b\ \xe7\xac\x73\xae\x25\xc8\x6d\x3f\x6a\x59\x96\xbb\xbb\xbb\x4d\x53\ \x17\x45\x5f\x08\x29\xa5\x4c\xd3\x34\xcb\xb2\xf6\x7f\x54\x4a\x19\ \x63\x9c\x73\x52\x08\xce\xb9\x35\x26\xd1\x2a\x49\x92\xaa\xaa\x06\ \x73\x73\x93\x69\x0d\x70\xa6\x6e\x6a\x64\x4a\x29\x45\xde\xad\xaf\ \xaf\x2d\x2f\x2f\x5f\x59\x82\x96\x6b\xdb\xa4\x32\x4d\xd3\xcc\x3a\ \x37\x1a\x8d\x06\xbd\x5c\x69\x5d\x4e\x27\x55\x55\xe9\x44\x2b\x9d\ \x9d\x3c\x75\x72\x32\x6d\x86\x53\x23\xa4\xb6\xc6\x45\x1f\xd6\x57\ \x57\x4e\x9e\xb8\xf3\xe8\xfa\x5a\xb7\x48\xc9\x5b\x0a\x21\x4d\xb4\ \x07\xf0\xc1\xb7\xd8\xf2\x36\xb9\xc7\x18\xbb\xc2\x4e\x8a\x74\x8b\ \xf4\x1f\xb4\x3d\x80\x49\xa2\xbb\xdd\xfe\xc1\x51\xda\x34\xcd\x41\ \x2f\x3a\x22\x94\xd5\x94\x31\x4c\xb3\xc2\x85\xa8\x94\x5a\x5c\x5c\ \xdc\xde\xe2\x89\x16\x18\xc3\xc1\xa6\x9f\x8c\xab\x5e\xa7\xb8\x7c\ \xf9\x72\x74\x36\x2f\x32\x29\xe5\xdc\xdc\x1c\x11\x8d\x76\x86\x79\ \x57\x03\x40\x55\x95\x65\x59\x12\x29\x86\x18\x82\x17\x44\x6d\x37\ \x40\x0b\x41\x65\x57\x55\xf1\x5b\xfb\x21\x22\xce\x85\x94\xa2\xdf\ \x1f\x98\xc6\x7f\xe1\x0b\x5f\xd8\x1d\x8f\xbf\xf5\xad\xbf\xd8\xdd\ \xdc\x02\x64\x14\xdb\x21\x7f\xf2\xbd\xb6\x6f\x5b\xc5\x6b\x4f\x07\ \x82\x7d\x1f\xcb\x39\xdb\xda\x9b\x73\x6e\x3a\x9d\x16\x79\x9e\x6a\ \x11\x02\x18\x63\x3b\x9d\x8e\xf3\xbe\x2c\x4b\xa5\x95\x27\x72\xce\ \xf9\x60\x91\x31\x86\xac\x1d\x19\xd0\x34\x4d\xcb\x10\xb0\x4f\x9b\ \xca\xb9\x6e\xfb\x33\x38\xbf\x6e\xfb\x31\xc6\x28\x25\xdb\xcd\xcd\ \x90\x71\xc6\x42\x8c\x83\xc1\xa0\x69\x9a\xe1\xce\x50\x28\x21\xa5\ \xb4\xc6\x54\x55\x49\x91\x7c\xf0\x8c\x31\x25\x94\xe6\xb8\xba\xb2\ \x52\x4e\xea\xb2\x9c\x76\xbb\x69\xbf\xdf\xcf\x95\x64\x04\x42\xf0\ \x40\x84\xc8\x46\xa3\xf1\xab\xaf\xbd\x9e\xf7\x96\x40\x84\x78\xa5\ \xfd\x2f\x49\x92\xf6\xeb\x95\x61\x3b\x31\x84\x10\x02\x55\x55\x75\ \x50\xfa\x6c\x1d\xbc\xfd\xbc\x25\x11\x11\x35\x4d\xe3\x9d\x65\x08\ \xde\x7b\xeb\xcb\xc1\x60\xa0\xb4\xb6\x3b\xbb\x42\x71\x88\x2c\x84\ \x98\xa6\x59\x96\x65\x21\xf8\xe1\xf6\xa4\xaa\x6b\xce\xb8\xb5\x8e\ \x19\x26\x15\xcf\xb2\x8c\x62\xac\xeb\x3a\x4f\x85\xe0\x7c\x67\x67\ \xbb\xe8\xf4\xa4\xca\x8e\x1f\x3f\x7e\xee\xfc\xa5\x9d\xf1\xb9\x18\ \x02\x12\x21\x40\xbf\x3f\xb8\xfb\x9e\xbb\x6d\x55\x3a\x6b\x20\x86\ \x18\x7c\x24\x8f\x52\x1d\xf4\x67\xb6\x77\x7e\x2b\x2d\xc2\xf2\x7d\ \x8f\xad\x9b\xc7\xdf\x1b\x89\x8c\x71\x75\x55\xf9\x10\x5a\xcf\x0d\ \x11\x39\x67\x2d\x3d\x3e\x22\x6a\xa5\x09\x49\x4a\x19\xc1\x4f\xa7\ \xd3\xba\xaa\xa4\x40\x84\x40\xce\x26\x5a\x3b\xe7\x94\xea\x21\x27\ \xad\x35\x79\x93\xe4\xe9\xc2\xe2\x3c\x67\xbc\x31\xd6\x39\x3b\x99\ \x4e\x06\x0b\x9d\xee\x5c\xcf\x58\x9c\x8c\xc7\x26\x6a\xe7\x7c\x0c\ \x51\x08\xae\xb5\x3e\x60\x67\x6d\x6f\x8c\x7d\x12\xe4\x10\x4e\x9c\ \x38\xd1\xd4\x75\x5d\x57\x21\xa8\xf1\x78\x5a\x37\x55\x5d\xd7\x9f\ \xff\xfc\xe7\xc6\x7b\x93\xaa\x6e\xd2\xbc\xf8\xee\x5f\x3f\xbe\xb3\ \x3d\xd2\x49\xc2\x18\x92\x7f\x0b\xc5\xd9\x7b\x39\x54\xd4\x36\xc5\ \x01\x00\x50\x59\x96\xd6\x98\x7e\xbf\x5f\xd7\x53\x67\xbc\xf7\xc1\ \x36\x46\x24\x3a\xf8\xe0\x9c\x17\x9c\x2b\xa5\x39\x40\x24\xb2\xc6\ \xda\xe0\xd2\x34\x6d\x73\xb5\x6d\x96\x69\x1f\xba\x17\xc2\x01\xe1\ \xed\x75\x29\x1e\x9c\xb3\x69\xaa\x5b\xbe\x42\x06\x18\xa5\x2c\xa7\ \xd3\x3d\x80\xc3\x87\x0f\x77\x8a\xce\xc6\xe5\x8d\xaa\xaa\xaa\x69\ \x23\x80\xa7\x52\x54\x65\x35\x99\x4c\x44\x57\x47\xc0\x9d\x9d\x9d\ \x7e\x67\x50\x36\xe3\xd1\x70\xc4\x63\x2c\x92\x24\x58\x33\x1e\xef\ \x4d\x2a\x33\xad\xfd\x4f\x5e\x3a\x5d\xf4\x17\xba\xf3\x6b\x8c\xf1\ \x2c\x4d\x5b\x6c\x9c\x52\xd2\x5a\xd7\x2a\x39\xcb\xb2\x18\x83\xd6\ \x9a\x22\xbd\xd9\xa8\x41\xe4\xbd\x6f\xc7\xf1\xd4\x75\xcd\x18\x0a\ \x86\x4a\x4a\xa2\x80\x88\x9d\xa2\xa8\x8c\xeb\xe5\x5d\x29\x65\x1b\ \xb8\x5b\x6b\x89\x62\x08\xa1\xaa\x6a\xa5\xc4\x3e\x7d\x0f\x02\x00\ \x7a\xef\x77\x77\x77\x57\x17\x97\xd3\x34\x6d\xea\x89\x77\x41\x4b\ \x29\xa5\xac\xca\x92\xdb\x50\x74\xe7\x18\x22\x72\x34\xa6\xe1\x08\ \x88\xb4\xb9\xb9\xb1\xb5\xb1\x21\x30\x72\x06\xf3\x83\x01\x32\x74\ \xc1\x35\x55\xcd\x04\x07\xa0\x18\xe2\x95\x9e\xe0\xfd\xeb\x08\x00\ \x04\x17\xb7\x44\xff\x4e\xd3\x34\xf7\xde\x7b\xdf\xef\xfc\xbb\x7f\ \x8f\x88\x04\x84\x80\xc8\xde\x31\x19\x02\x5b\xb0\x35\x3b\x20\x37\ \xda\x4f\x20\xee\x83\x7e\x45\xa2\x25\x10\x78\xef\xa4\x90\x00\xd4\ \x5e\xb2\xd2\x5a\x00\x58\x59\x0f\xa8\x55\xc9\x79\xd4\x91\x00\x05\ \xe0\x5c\x8f\x88\xf6\x7b\x6d\x74\x8f\x80\xf6\x11\x0a\xfb\x15\xc5\ \x8c\x74\x8c\x20\xa4\x92\x85\x88\x11\x00\x92\x94\x74\x17\x02\x62\ \x9e\xe5\x5f\xfb\x27\xbf\x29\x84\xe0\x42\x7c\xf5\xd7\x7e\xc5\x34\ \xa6\x6d\xdd\x3b\x98\xd2\x71\xd5\xce\x7c\xb3\x72\x7a\xe5\x17\xfb\ \x3e\x1e\xe3\xbc\x85\xe7\x27\x89\xce\xd2\x34\xa3\x48\x04\xcb\x00\ \x6d\x75\xf5\xe0\x69\x2d\x16\xb2\x6d\x5a\x89\xb1\x9d\x5c\x04\x44\ \x40\x14\x0f\x7c\xb7\x76\xcf\x29\xa5\xc3\xb5\x43\x18\x88\xa2\x94\ \xf2\xbf\xfc\xe7\xff\xca\x18\x43\x64\x6d\x00\xd7\x52\x49\xc6\x18\ \x13\x9d\x70\xce\x8d\xb5\x31\x86\x56\x57\x7c\x5f\x45\x51\x49\x21\ \xa5\x04\x40\x8a\x74\x02\x89\x62\xe4\x8c\xb7\xe7\x31\xe3\x3c\x86\ \x68\x9d\xfb\x05\x6b\xb3\x2c\x6f\xa7\xc9\xbf\xb5\x94\xdc\x76\x76\ \xb6\x4d\x37\xfb\xb0\xd9\x2b\xe4\x87\x70\xd0\xc6\x76\xe5\x99\xd8\ \xa2\x40\x5a\x05\x32\xc4\x10\x23\x22\xbb\xf7\xa1\x47\x7c\x08\xfb\ \x70\x51\x22\xad\x95\x10\x1c\x19\x8b\x21\x7e\xe5\x97\x7f\x35\xee\ \x9f\x5f\xd4\x3a\xba\x4a\xa9\xb6\xfd\xa7\x05\xab\xb7\x8d\x4e\x8c\ \xf1\xcf\xfe\xe2\xa3\xde\x87\xd8\xba\x7c\x00\x08\xa8\xb5\xe2\x8c\ \x11\x10\xdf\x1f\xcc\x78\x65\x05\xde\xb1\xa8\x04\xd0\x46\x71\xde\ \xbb\x5b\x04\xff\xa3\xd3\x2c\x3b\xf8\xb4\x57\x99\xf5\xdb\xb6\x24\ \xc1\x55\x94\x2b\x07\xe5\xca\x96\xcd\x1a\x00\x44\x82\xb0\x4f\x37\ \x06\x00\xc0\x13\x0d\x00\xa2\x6d\xeb\x20\x02\xbe\x5f\x2f\x16\x07\ \xaf\x45\x20\xf0\x2d\xef\x48\x40\x2d\x33\x48\x24\x02\xe4\x4c\x70\ \xb8\x32\x9e\xb7\xad\x96\x48\xd5\x42\xe5\x42\xaf\xd7\xc3\xfe\xb5\ \x05\xee\x88\x6f\x49\xd8\x44\xa2\x18\xe2\xc1\x08\x0c\x21\xdf\x7d\ \x8c\xf6\x5b\xff\xdf\x83\x6f\xf7\x5f\xf0\x6d\x1d\x43\xd7\x9a\xf9\ \x5c\x5e\x5e\x79\x2f\x68\xea\xd5\xb5\xe0\x03\x98\x1a\xd0\x55\xb0\ \x69\x68\x71\x06\x40\x57\xed\x15\x04\x48\x11\x19\x62\xa4\xf8\xce\ \x85\xc4\xab\x1e\xbc\xcd\x87\x87\x77\xfb\xf9\xdb\x0a\x5b\xad\x3b\ \x95\xe5\x79\xab\xc9\xf6\xd3\x1d\xe4\x9c\x00\xa0\xdb\xeb\xbd\x79\ \x9c\x01\xbe\xd9\xd7\xf3\xf6\x4f\x40\x9d\x4e\xe7\x6a\x37\xe1\xea\ \xf4\xe9\x07\xbc\xcf\xdf\xd9\x71\xf2\x33\xcb\x1f\x1c\xcc\x9a\xfc\ \x08\x62\xa9\x77\x79\xf1\xb7\x3f\x81\xde\xeb\xb7\x57\x19\xd1\x5b\ \x1e\x5c\x15\x2a\x1e\x6c\xd6\x70\xbd\xa8\xb5\xf7\xfe\x78\xf4\x9e\ \x4d\x02\xef\xf1\xed\x75\x8f\x9d\xbb\xaa\xf9\xd0\x7f\xb4\x2a\x6f\ \xbf\x8d\xef\xf7\x64\xba\x86\x05\x7c\xc7\x8b\xbf\xf7\x79\xf1\xc1\ \x8f\x92\xeb\x3e\x74\xae\xa1\xb1\x06\x66\x32\x93\x99\xcc\xec\x67\ \x26\x33\x99\xd9\xcf\x4c\x66\x32\xb3\x9f\x99\xcc\x64\x66\x3f\x33\ \x99\xc9\x4c\x66\xf6\x33\x93\x99\xcc\xec\x67\x26\x33\x99\xd9\xcf\ \x4c\x66\x32\xb3\x9f\x99\xcc\x64\x26\x33\xfb\x99\xc9\x4c\x66\xf6\ \x33\x93\x99\xcc\xec\x67\x26\x33\xf9\xf9\x13\x31\x53\xc1\x4d\x3d\ \xae\x10\x92\xeb\x52\x79\xe3\x21\xd2\x4c\x7f\xd7\x2f\x89\x00\x76\ \xed\x10\x78\x1f\xc1\x84\xff\x1f\x83\xc8\xcf\xc2\x7e\x18\x7f\x77\ \x4e\xba\x18\x3e\x82\x66\xe3\x5b\x58\x38\x83\xdd\x1a\x1f\xdf\x60\ \xfc\x1a\x6f\xfd\x10\xe1\xfe\x95\xd8\x4f\x29\x7c\x98\x7e\x62\x64\ \xf0\xae\xa3\x3c\x29\xc2\x8d\xef\x53\xfe\x99\x1f\x5b\x3f\x38\xcf\ \x4a\x87\xd7\x64\x42\x21\xc2\x4a\x41\x27\x17\xa3\x8f\xb7\x8c\xfd\ \x10\xe3\x61\xba\x17\x27\xa3\xb7\xfc\x10\x00\xb9\x90\x0b\x87\xa4\ \xd2\xde\xd9\x8f\xab\x15\x09\x06\x9b\x53\xfc\xdd\x1f\x8a\x54\x5e\ \xdb\x1f\xd6\x0e\xfe\xed\x17\xdd\x42\xfe\x21\xec\x07\x59\x08\x2e\ \x6e\x6d\x5e\xa1\x99\xbe\xca\xaa\x7b\xf3\xaa\x37\x47\xde\xc5\x8f\ \x08\xac\x71\x6b\xda\xcf\x37\x5f\x10\xe7\x47\x28\xaf\x65\xbf\x57\ \x16\x1e\xbd\x33\xdc\xbf\x12\x7c\xc4\x5b\xc3\x7e\xb8\xf4\x9b\x67\ \xc5\x63\xff\xa3\x4f\x96\xf8\x9b\x6f\x8d\x00\xbe\xa9\xa6\xf7\xfc\ \xe2\x8b\x3e\x39\x7a\xff\x43\xc5\xdc\xc2\xc7\x75\x2d\x19\x42\xae\ \xde\x74\xe1\x62\x24\x4f\x28\x90\x6c\x00\xce\x80\x08\x84\x40\x88\ \xe4\xe3\xfe\x0d\x2d\x39\xb6\x7f\xc5\xf0\x43\xbc\x2b\x62\x08\x21\ \xfe\xd5\x1f\x74\xce\xff\x44\xa4\xf9\x9b\x28\x3d\x80\x68\x1b\x33\ \xb7\x7e\xf6\xd0\x2f\x50\x5a\x1c\xfb\xe4\xa7\x83\xb3\x1f\x63\xff\ \x2d\x53\x20\xaf\xa0\x4e\x6d\x00\xc1\xd1\x7b\x02\x06\x2d\x36\x59\ \x20\xb8\x40\xed\xc8\x4f\xc1\x90\x21\x20\x80\x7a\x1f\xfa\xd1\x9b\ \x6c\x3f\x42\x9a\x97\x7f\xbc\xc4\xfc\xe2\xea\x7a\x8c\x01\x5a\x72\ \x20\x8a\x1c\x80\xd6\x4e\xfd\xfe\x37\xbe\xb9\xdb\x3d\x7c\xf2\x33\ \x9f\x27\xba\x2d\x3c\xfd\x18\xe2\xf2\xb1\xc1\xe7\xf2\xfa\x3b\xd3\ \xf4\xb7\x1f\x4e\x1a\x4b\x17\xce\x4f\xbe\xf1\x4c\x85\x83\xf4\xd7\ \x1f\xee\x1e\xd2\xb8\xbd\x39\xf9\x9f\x3f\x2a\x1b\xc0\x0f\xf9\x46\ \x88\xe8\x27\xbb\xea\xb5\xa7\xd7\x4e\xdd\x8d\xb6\xb9\x72\x72\x11\ \x86\xc0\x97\xd6\x9e\x3a\xbb\xf5\xfd\xff\xf5\xbb\x9f\xfb\xed\x7f\ \x73\xdd\x23\x22\x7f\xbe\x84\x22\xc5\x2c\xf9\xc7\xf7\xe9\xef\xbf\ \xda\x7c\xe1\xe1\xf9\x35\x15\xeb\xd2\x7e\xeb\x87\xbb\xcf\x4e\xf1\ \x8b\x9f\x19\xfc\xbd\x55\x01\xc6\xfd\xf1\x13\xa3\xe7\x47\x1f\x68\ \x60\xf3\xcd\xf6\xdf\x6c\x8c\x0c\x10\xbd\xa5\xba\xb2\xd5\x18\x90\ \x09\x20\x38\x7a\xcf\xff\xf9\xfe\x33\xe7\xc7\xf6\x97\x7e\xeb\x5f\ \xaa\x2c\x0f\xce\xdd\x16\x0b\x49\x90\xe4\xf2\x48\xdf\xf6\x84\xdc\ \x3b\xbf\xf7\x1f\x7e\xe4\xff\xd5\x57\x17\x1e\xad\xa8\x7f\xa2\xef\ \x5f\x1b\xfd\xa7\x57\x5d\x37\x01\x77\xdd\x73\xeb\xdf\x6a\x41\x3e\ \x06\x81\x82\xdb\x26\x04\xef\x76\x2e\x45\xc6\x30\x84\x74\x61\xe5\ \xa5\x51\xf3\x27\xdf\xfd\x9b\x07\x7e\xf9\x37\xd7\x3e\xf1\x49\xd7\ \xd4\xb7\x49\x2e\x81\x18\x3b\x32\x27\x9f\xdd\xf0\x8b\xcc\xfc\xde\ \x63\xdb\xc5\x3d\x4b\xbf\xfe\x60\xae\x47\xfa\xd1\xbe\xff\x6f\x8f\ \x0d\xbd\x64\xde\x91\x60\xe8\x3f\x80\xb7\x7c\xb3\xf3\xd7\x21\x12\ \x09\xf9\x8a\x5e\x7d\xa3\xbb\xa6\x92\x14\x6c\xc3\xd6\xef\xfe\x93\ \x97\x37\x9e\x7d\xee\xb9\x47\xee\x3a\x92\xf5\xe7\xe2\x47\x82\xf1\ \xfe\xf9\x39\x0b\x5d\x80\x10\x29\xcd\xe5\x3d\x87\x74\x8e\x91\x27\ \x6a\x05\xec\x63\xcf\x57\x95\x27\x13\xe0\x9d\x24\x2b\xd7\x6d\xab\ \x21\xf8\xbd\xee\xca\x4f\xd9\x02\x5b\x5c\x83\xba\xd4\x83\xc5\x97\ \xc5\xe2\x1f\xfe\xc5\xb7\xef\x9c\x2b\x8e\xac\xaf\xfb\x10\xe1\x76\ \x12\x17\x28\x46\x08\x9c\xaf\x2f\x25\x77\xf4\xd8\x4e\x0d\x9f\x3c\ \xc4\xbf\xf7\x93\xc9\x85\x9a\x1a\x47\x57\x18\x47\x6e\x31\xfb\x41\ \x20\x1f\xa3\xe3\xfa\xf1\xa7\x9f\xfd\xbd\xc7\xbe\xbb\xd1\x3f\xa2\ \x4f\x7e\xea\x4f\x5f\xde\xf8\xdb\x27\x7e\xf4\xb5\xaf\x7c\x69\x90\ \x70\x63\xcc\xed\x63\x39\xd6\x93\x27\x60\x48\x91\x70\x75\x25\xfb\ \xd2\x9d\xfa\xc9\xa7\x86\xdf\x79\xc3\x27\x8a\x29\xa0\x12\xc4\x3f\ \x7d\x74\xee\x8e\x04\xc2\x47\x61\x40\x31\x06\x12\xf2\xb5\xcb\x7b\ \xbf\xff\xcd\x3f\xfb\x9b\x1d\x9f\xdf\xfd\xd0\x69\x31\xff\xf5\x6f\ \x7e\xeb\xd4\xf1\x3b\x3e\x7b\xdf\xa9\x72\xb2\x77\xfb\x58\x8e\xf7\ \x64\x03\x21\x03\xa0\xa8\x72\xf5\x77\xee\xe9\x14\x7b\xd3\xaf\xff\ \xb0\xf2\x9c\xe5\x02\xa7\x0d\x7d\xea\x81\xb9\x5f\x3d\xa5\x9d\xfb\ \x40\x51\xc4\xcd\xf5\xdf\x08\x5c\x04\x68\xc6\x0f\xde\x7d\xea\xc5\ \x97\x5e\xfa\xc3\x6f\xff\xe0\xf0\xea\xa1\x27\x7f\xfc\xf4\x57\xbf\ \xf4\xe8\x3d\x6c\xef\x3b\x97\x37\x7a\x1f\x89\xb7\x72\xeb\x47\x3e\ \x11\xe6\x97\x92\xf5\x84\xdd\x75\x4c\x8e\x5e\x0f\x32\x85\x57\x5e\ \xde\xfd\x8f\xdf\xad\x8a\x94\x71\x4d\x2f\xd7\xdd\x7f\xf4\x77\xfb\ \x7f\x7e\x01\x97\x0c\xd0\x70\xc3\x00\x00\x03\xbe\x49\x44\x41\x54\ \x72\xf6\x51\x45\x82\x11\xa0\xae\xaa\xbb\x17\x3a\xeb\xab\xab\x8f\ \x7d\xfb\x7b\xc3\x87\x1f\x7c\xee\x85\x17\x57\x97\x96\x7e\xe5\x81\ \xe3\x17\x9e\xf8\x2b\x77\xf8\xa1\x7d\xfe\x9a\x8f\xbb\xc3\xcc\x13\ \x71\xf7\xba\x2c\x06\x69\x1e\xc2\xd8\x23\x8c\xeb\xaf\xff\xe5\xd6\ \xeb\x96\xa5\x0c\x9f\x38\x63\xff\xc5\x83\x83\xb3\x34\xbd\x63\x5e\ \xb0\x8b\x1f\xf4\xda\xbf\xc9\xfe\x1b\x79\x00\xb3\x7d\xe9\xde\x78\ \xf9\x6b\xff\xe0\xcb\x5b\xdb\xa3\xc7\xbf\xff\xc4\x67\x1e\x79\xe4\ \x33\xf3\xd2\xbc\xfe\x82\x07\xd6\x92\xb5\xdf\x0e\xa1\x0f\x72\x7e\ \xdf\x9d\x99\xde\x99\xfe\xef\xd3\x76\xb4\x55\x3d\xb9\x15\x06\x39\ \x4f\x25\x0a\xef\xff\xf8\xaf\xb7\x5f\x22\xf5\xc5\xbb\xd4\x73\x2f\ \x4d\x2f\x1a\xfa\xf0\x2b\x84\x08\x31\x82\xb1\xb6\x73\xfe\xd9\xdf\ \xf8\xec\x43\x2b\x87\x0f\xff\xdf\xef\x7c\x57\xa8\xe4\x1f\x7e\xf6\ \x61\xf9\xda\xd3\xd6\x34\xe1\x36\xa9\xcc\x12\x51\x84\xd5\x95\xec\ \x81\x01\xfd\xd9\x53\x93\x8d\x3d\xff\xb7\xaf\xd6\x41\x88\x8e\x66\ \x4a\xe2\xe9\xe7\x87\x7f\xf0\x92\x7d\xe4\xee\x3c\x29\xeb\x1f\x9c\ \xb3\x9c\x7f\xa0\x7d\x78\xb3\xf3\x07\x81\xb0\xb6\x3e\x5e\x3a\xf3\ \xd0\xea\xf1\xde\xaf\x7d\xe5\xf2\xde\xe4\xc1\xd5\x01\x7f\xe5\x49\ \x17\x62\xe3\x6f\x97\x75\x64\x1c\xb7\x2f\x96\xff\xfd\xec\x04\x10\ \x33\xcd\xe0\x8d\xf2\x12\x41\x2a\x90\x00\x18\xc3\xd8\xb8\x3f\x7d\ \x7c\xdb\x13\x31\xc6\x32\x85\xec\xa3\x38\x4f\x08\xa0\xf1\xd1\x4e\ \x46\x0b\xf1\xb9\x7f\xf6\xf9\x87\x9e\x39\x7e\xe4\xae\xb5\xd5\x95\ \xed\x97\x43\x3d\xad\x5d\x08\xb7\x47\xc2\x13\x19\x46\xe3\xfe\xfc\ \xf1\xcb\x8e\x40\x2b\xa6\x30\x7c\xfb\x05\xab\xe4\x3e\x45\xbc\xe2\ \xf0\xc2\x0b\xbb\x3f\x7e\x96\x00\x30\x51\x4c\x72\xc0\x78\xab\xd9\ \x4f\x0c\x83\x3b\xee\x39\xfd\x93\xb9\x9d\x37\xb6\xd9\xa5\x67\x44\ \xa7\xaf\xa4\x7e\xfa\xb5\x67\xc8\x99\xd2\x03\x3e\xf8\xf7\x53\xad\ \x3f\xde\x2d\x08\x44\xe0\x02\x70\x04\x00\xd4\x92\x03\xb4\xf3\x16\ \x90\x23\xd8\x37\x2b\x5e\x28\x04\xb6\x0b\xe3\x43\x1b\xec\x7e\x28\ \xad\x10\x51\xde\xed\xed\x1c\x7d\xe0\x7b\xa7\x9f\x48\xf8\x98\x5d\ \xd8\x29\xf2\xde\x85\xcb\xaf\x9e\x9d\xec\x05\xa2\x61\x7f\x7d\x75\ \xed\x0e\x88\x1f\xf3\xb4\x8d\x8f\xe0\x5a\x55\x0b\xe4\x6d\x28\x41\ \xc8\x19\x84\x00\x6f\x2a\x9e\xb1\x84\x5d\x09\x34\x02\xb8\x00\xef\ \x9b\x55\xb9\xa9\xf6\x43\xc1\xcf\x1d\x3f\x09\xbf\xf1\xaf\xc7\xc3\ \x6d\x64\x0c\x5a\xf6\x4a\x6c\x39\xa9\xe5\xe1\xa3\xc7\xa5\x10\x44\ \x1f\xdb\x44\x90\x0d\xb0\xde\x8f\xbf\xf3\x65\x7b\xad\x2e\x2a\x11\ \xcc\x67\x64\xaf\xb7\xa4\x4c\x31\x26\x59\x76\xf8\xab\xff\x7c\xe7\ \xc2\xe7\x26\x14\x81\x00\x28\x02\x22\x20\x03\xa2\x95\xa5\xd5\xde\ \xd2\xea\xc7\x3b\xed\x19\x22\xfc\xd6\xa7\x9d\x0b\xd7\x16\x1c\x10\ \x41\x26\xa1\xf1\x78\xab\xd8\x0f\x10\x31\xc4\xa5\xa3\xc7\x97\x8f\ \x9d\xa0\xb7\xe4\xe5\x80\x00\x28\x78\xfa\x58\x37\x62\x11\x81\x16\ \xb0\xde\xbf\x9e\xab\xc4\xc7\x0f\x77\x31\xc7\x58\xf4\x07\x9d\xf9\ \x85\x77\xa1\x0f\x8e\x31\x86\x8f\xf9\xe5\x43\x00\xcb\x05\x5d\x47\ \x64\x1d\xe9\x7d\xae\x20\x71\xf3\x37\xd1\x6d\x55\xe1\x79\x57\xff\ \xed\x67\xf3\xd6\x31\x50\x0c\xb7\xad\xe6\xfd\x8d\x39\x99\x67\xf8\ \x9f\x99\xcc\x64\x66\x3f\x33\x99\xc9\xcc\x7e\x66\x32\x93\x99\xfd\ \xcc\x64\x26\x33\xfb\x99\xc9\x4c\x66\xf2\x7e\x72\xa3\xf2\x6f\x69\ \x9a\xe6\x45\x41\x31\xce\x54\x7c\x23\x44\x29\x95\x65\xd9\xdb\xc7\ \x5a\x11\x49\x29\xf3\x3c\xbf\xee\x61\xc3\x33\xf9\x00\x1b\x3b\xe3\ \x9c\x1f\x40\xd4\x3e\x7a\xfb\x69\x27\x01\xfe\xd1\x37\xfe\x68\xbc\ \xbb\xeb\x9c\x83\xdb\xa3\x25\xf4\x66\xbb\x0d\x8c\x4d\x26\x63\x71\ \xd5\x38\xf1\xd6\xa8\x9e\x79\xe6\xe9\x97\x5e\x7e\x71\x6f\x77\x17\ \x71\xe6\x59\xdc\x98\x0b\x87\xf3\x8b\x17\xdf\x90\x57\x80\xe0\x37\ \xe4\xfe\x21\xa2\x27\x7f\xf8\x83\xf3\xe7\xce\x35\x4d\x83\x33\xfb\ \xb9\x31\x1a\xe6\x9c\x27\x69\x2a\xe5\x9b\x5c\x0a\x52\xca\xd7\x5f\ \x7f\xfd\xd2\xa5\x8b\xdb\x97\x2f\x33\x36\xb3\x9f\x1b\xa5\xf9\x24\ \x49\x3a\x9d\x2e\xb6\xb3\xdc\x6f\xd0\x7b\x14\x45\xe7\xc4\x5d\x27\ \x43\x08\x33\xeb\xb9\x81\x6b\x09\xa0\xb5\xbe\x7a\x9c\xb5\x10\x62\ \x6d\x6d\x7d\x69\x69\x79\xa6\xf6\x1b\xaa\x76\x21\x04\x67\x8c\x88\ \xc4\x8d\x33\x53\x29\xe5\xd5\xa7\xe3\x4c\x6e\x90\x9e\xdf\xe9\x3f\ \x27\x49\x32\xd3\xcc\xcd\xd1\xfc\xff\x03\xa1\x1c\x2c\xb5\x69\x5d\ \xc8\x6e\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ \x00\x00\x8e\xea\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x00\xc2\x00\x00\x01\x15\x08\x02\x00\x00\x00\x3d\xcf\xad\x45\ \x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\xec\x7d\x77\x7c\x54\xc7\ \xb5\xff\x99\xb9\x7d\x77\xb5\xab\xde\x7b\x01\x89\x22\x44\x11\xbd\ \xd8\x74\x4c\xb1\x0d\xd8\xc6\x0d\xdc\x7b\x8d\x13\xe7\x17\xa7\xbd\ \x97\xf8\xbd\xbc\xc4\x26\xc5\xb1\x13\xc7\xdd\x60\x4c\x33\xcd\x18\ \x30\xa6\xf7\x22\x7a\x11\xaa\x08\xd4\x57\x7d\xfb\xde\x32\x33\xbf\ \x3f\x54\x10\x4d\x48\x36\xfe\x3c\x3b\x6f\xcf\xe7\x52\xf6\xee\xbd\ \x77\xe7\xce\x7c\xe7\x9c\xef\x39\x73\x66\x06\x39\x1c\x2d\x10\x90\ \x80\x00\x00\x00\x42\x48\x51\x4c\x3c\xcf\xf7\xf8\xc6\x87\xe6\xcf\ \x0d\x54\x5f\x40\x00\x80\x31\xe0\x79\x2e\x21\x21\x79\xfa\x8c\x3b\ \x87\xe4\x0e\xeb\xd1\xbd\xbc\xae\x1b\x81\x1a\x0c\x48\xab\x18\x86\ \x91\x7f\xf6\x74\x51\x51\xc1\x73\x2f\xfc\x74\xc4\x88\xd1\x3d\x80\ \x91\x61\x90\x40\xf5\x05\xa4\x43\x30\xc7\xab\xaa\x7f\xcd\xaa\xe5\ \xfd\xb3\x73\x2c\x66\x4b\x77\x61\xc4\x18\x0b\xd4\x5d\x40\x3a\x99\ \x36\xc6\x71\xc2\x85\x8b\x65\x2d\xcd\xcd\x01\x18\x05\xe4\x3b\x89\ \xcf\xe7\xa3\xa4\x07\x66\x8a\xa7\x94\x06\x6a\x2d\x20\x57\xeb\xa4\ \x1e\x69\x17\x3e\xa0\x8c\x02\x72\x4d\xaf\xad\x67\x9e\x5a\x40\x1b\ \x05\xe4\x6a\xa1\x94\x02\xf4\x00\x4a\x01\x6e\x14\x90\x6b\x1b\xb5\ \x9e\xa0\x28\xa0\x8d\x02\x72\x1d\x6d\x14\xe0\x46\x01\x09\x70\xa3\ \x80\xfc\x50\xb8\x51\x4f\x60\x44\x02\x30\x0a\xc8\x55\x42\x28\xed\ \x11\x69\x0e\x50\xec\x80\x5c\x87\x62\xf7\xd0\xa8\x05\x2a\x2d\x20\ \x57\x1b\xb5\x1e\x72\x23\xc6\x02\x38\x0a\xc8\xd5\xda\xa8\x87\xdc\ \x28\x40\xb1\x03\x72\x2d\x6d\x44\x7a\xc6\x8d\x9c\x4e\x67\xa0\xd6\ \x02\x72\x85\xf8\x7c\xde\x1e\xe9\x17\xfe\xe5\x97\x7f\x1a\xa8\xb5\ \x80\x5c\xe9\xa9\x19\x46\x78\x78\x78\xf7\xaf\x47\x8c\x06\xd2\xd6\ \x02\x72\x0d\x72\x04\x18\x03\xa0\xee\x6a\x23\x97\xcb\x15\xa8\xb4\ \x80\x5c\x0d\x23\x73\x50\x10\xc6\x5c\x77\x61\x84\x94\xa0\x40\xa5\ \xfd\xc0\x9b\x14\x18\x03\x46\x19\x31\x80\x18\xf0\x83\x8c\xf3\xf1\ \xbe\xe5\x7f\x0c\x34\xd4\x0f\x19\x43\x08\x71\x20\x9b\x70\x50\x28\ \x8e\xef\x85\xe3\x32\x90\x20\x03\x50\x30\xf4\x1f\x16\x8c\xf8\xbc\ \xaf\x02\x6d\xf5\x83\x87\x12\x66\x1c\x6f\xc8\x66\x66\x09\xe3\x06\ \x4d\xe4\xb3\x6f\x41\xc1\x11\xa0\xab\x3f\x9c\x12\xa2\x96\x9f\x4f\ \x0e\xb4\xd3\x8f\x83\xf3\x32\x06\x94\x10\x42\x68\x74\x2a\x37\xf1\ \x41\xbe\xef\x68\xd0\x55\xf8\x9e\xa2\xc7\x3d\xe4\x46\x38\xd0\x40\ \x3f\x0e\x41\x08\x30\x06\x5e\xe0\x25\x99\xaf\x2b\xa3\xab\x16\x6a\ \x3b\x96\x02\x42\x80\xd0\x0f\xa1\x74\x01\x18\xfd\xe8\xf8\x36\x20\ \x41\x12\x0c\x95\x7c\xfd\x81\x51\x74\x18\x64\x73\x00\x46\x01\xf9\ \xb6\x60\xc2\x9c\x24\xf0\xc6\x86\xf7\x58\xed\x05\xe0\x85\x00\x8c\ \x02\xf2\xad\xbd\x23\x51\x68\xae\x51\x57\xbe\xc1\x7c\x1e\xe8\x36\ \x89\xf9\xbe\xca\x02\x8c\xf5\xd0\xbe\x32\x60\xf0\xbd\x98\x64\xc6\ \x00\x10\xfc\xaf\xd9\xfa\xef\xed\xbd\x5a\x5f\xed\x7b\x78\x32\x16\ \x25\x5c\x59\x60\x9c\xd9\x2b\x0c\x9d\x06\x57\x8d\x46\x20\x84\x64\ \x59\xc6\x18\x77\x31\xc8\x8a\x10\x62\x8c\xa9\xaa\x4a\x08\xf9\x6e\ \x30\xe2\xb8\x1e\x66\x97\xb4\xd2\xba\xef\x21\x08\x76\xe3\x8a\x66\ \x40\xe9\xf7\xd6\xf3\x6e\xd6\x7b\x31\xa6\xf9\x81\x93\x10\xd7\x49\ \xd3\x23\xfc\x7d\xd4\x18\x03\xc4\x03\xd3\x4e\xec\x10\x86\x4e\xbb\ \xe2\x2b\x0e\x63\x97\xc7\xb3\x62\xe5\xca\x86\x86\x06\x8e\xe3\xae\ \x5f\x56\xc6\x73\xfc\xd4\xa9\x53\x92\x92\x92\x0c\xe3\xdb\x2f\x0a\ \xc2\x2b\xd3\xa7\xfb\x37\xac\x66\x44\xe8\x96\x1a\x30\x74\x14\x3b\ \x52\xca\x89\x56\xb7\xad\x66\x46\xa7\x5b\x88\xc6\x74\x03\x89\x0a\ \x60\x00\x43\x63\xad\xcb\x4b\xf0\x22\xe2\x05\x60\x84\xe9\x6a\xab\ \xa6\x41\x82\x04\xb8\xbd\x72\x89\xca\x74\x03\x10\x02\x40\x80\x39\ \x04\x02\x3f\xfc\x7e\xde\x38\xea\x3f\x7a\xe6\xfa\xc6\x9e\x43\x8a\ \xc2\x34\xf5\xe6\x47\x72\x0d\xc2\x65\xdf\x2d\x58\x2a\xfc\xfb\xf7\ \x00\x2f\xb5\x9d\xa4\x06\xd3\x55\x10\x4c\x08\x63\x60\x04\x0c\x95\ \x51\x06\x80\x10\x2f\x41\x1b\x44\x18\x68\x3e\x86\x45\xc4\x0b\x00\ \x0c\x80\x31\xd5\x0b\x9c\x8d\xef\x3b\x14\x9a\xce\x91\x7a\x27\x60\ \x0c\x40\x80\x8f\x95\x26\x4e\x23\x87\x16\x1b\x0d\x06\x70\x37\x5b\ \x27\x71\x3c\x72\xd8\x69\xcd\x79\x1c\x95\x0c\xe4\x52\x4c\x92\x17\ \x84\x86\xfa\x86\xf7\xde\x7b\xbf\xb2\xb2\x52\x14\xc5\xeb\xdd\x4d\ \x28\xe5\x30\x8e\x8b\x8f\x4b\x4f\x4f\xff\x4e\x30\xe2\x62\x63\x11\ \x50\x06\x14\x74\x95\x19\x04\xb0\x80\x44\x09\x30\x80\xe6\x67\x86\ \x01\x08\x23\x51\x01\x8c\xda\xaa\xcc\xe7\x45\x52\x34\x9f\x9e\xa1\ \x6d\x23\x8c\xf1\x6d\xfa\x43\xf7\x43\xec\x2d\xe6\xc9\xc3\xf4\xed\ \xef\x6a\xe5\x54\x18\x3c\x57\x18\xd0\x17\x81\xdf\x38\xb0\x54\x3b\ \x57\xc2\xc4\x30\xf1\x96\xbb\x84\x94\x38\xf0\x94\xa9\xdb\x57\x92\ \x16\x15\x30\x30\x9d\x70\x99\x33\xe5\xd1\x23\xc0\x20\x40\xdc\xc6\ \xa9\xf5\xea\xd1\x22\x1c\x97\xcd\x39\xcf\x32\x4f\x0b\xc8\x56\x24\ \x4a\x80\x00\x80\x32\xd5\x0f\x94\x02\x2f\x21\x44\x21\x32\x57\x9e\ \x32\x5c\x5d\xf1\x17\xe2\xc2\xc8\xa4\x00\xd1\x98\xa6\x01\xc2\x48\ \x94\x01\x73\xc0\x0c\xa6\xf9\x81\x32\xe0\x24\x24\x0a\x97\xc0\xaa\ \xe9\x00\x08\x44\x19\xf1\x3c\x10\x8d\x69\x2a\x30\x00\xc4\x21\x49\ \x01\x04\xc0\x08\xd3\xfc\xcc\x6f\x70\xa1\xfd\xb8\x70\x1d\x18\x01\ \x06\x80\x00\x0c\x15\x05\x67\xc9\xe3\xef\xa0\x47\x3e\x54\xcb\xeb\ \x91\x12\x23\x8c\x9b\x23\x24\x45\x83\x5a\xab\xed\x58\xa2\xd7\xba\ \x10\x06\x06\x66\x69\xda\x2b\xa8\x66\xb5\x7a\xaa\x08\x78\x9e\x19\ \xb2\x34\xf3\x29\xa8\xde\x07\x89\x23\xe0\x7c\xa5\x51\xeb\x40\x54\ \x65\x9a\x17\xe4\x64\x3e\x63\x00\x3b\xb1\x84\x31\x86\x74\x3f\x33\ \x08\x60\x1e\x89\x72\xc7\xaf\x03\x65\xc0\xcb\x48\x10\x00\x28\xd3\ \x7c\x40\x28\x70\x02\x12\xa5\xee\x19\x36\x0e\xb9\x1a\xa9\xfd\x22\ \x17\x97\xce\x3a\xc1\x48\xd7\xf5\xe8\xe8\xa8\x5f\xff\xfa\x57\x2d\ \xcd\xcd\x5d\x68\x23\xca\x18\xcf\xf3\xb9\xb9\xb9\xaa\xaa\x7e\x37\ \xa3\x46\x08\x00\x63\x06\xe3\x52\xc7\xf1\x09\x31\xac\xfe\x8c\x51\ \x78\x8e\x19\x3c\x4e\x1d\xcd\x27\xc4\x81\x5a\x6f\xe4\x1f\xa4\x1e\ \x9d\x51\x8e\x4b\xbf\x95\x8f\x09\x47\xb6\xde\xa0\xf9\x3a\xf5\x63\ \x3f\x84\x0c\x54\x6e\xbb\x8f\x4f\xb3\x90\x43\x1c\x08\x36\x1c\x62\ \x22\xc7\xbf\x62\xe1\x13\x94\x99\x4f\x93\x8b\x3f\x81\xbe\x0f\x48\ \xfd\x4c\xfe\x75\x9f\xe0\xe1\xcf\x2b\x33\xc0\xb3\xe8\x43\x86\x25\ \x20\x0c\xc7\x0f\xe0\x2c\x4d\xbe\xb5\x1b\x20\x62\x90\x7c\xdb\x2f\ \x90\xf7\x3f\xa9\xd7\x81\x93\x46\x4b\x93\xe3\x58\x73\x89\x51\x78\ \x96\x31\x0e\x98\xc4\xf7\xbb\x95\x8b\xb0\xd1\xf2\x3c\xa3\xb8\x00\ \x04\x0b\x4e\x1e\x21\x8e\xab\x63\xcd\x65\xea\xf1\xc3\x10\x94\x2a\ \xf6\x1b\x8c\x68\xb3\x71\x76\x2f\x75\x69\x20\x5a\x85\x9c\xa9\x38\ \xc4\xc4\xec\xc7\xf5\x92\x32\x40\x1c\x50\x82\xa2\x06\x89\xbd\xd2\ \x81\xba\x48\xfe\x01\xd2\xe8\x44\x21\x49\x42\x5a\x36\x32\x4b\xe0\ \xbc\xa0\x9f\x3b\xc6\x74\x06\x38\x48\xc8\x99\x82\xad\x02\x8e\x0b\ \x01\xb7\xde\xa1\x74\x71\xaf\xe9\xf2\xb8\x59\x7c\x52\xbc\x96\xbf\ \x08\x0c\x82\x6c\xb1\x58\x74\xeb\x07\xd7\xe1\x41\x8f\xca\x33\xee\ \x27\x1f\xfe\x95\x31\x19\x74\x37\x43\x16\x69\xec\x24\xed\x74\x01\ \x23\x2a\x84\x8d\x14\xfb\x0f\xd5\xce\x7c\x6e\x78\xf7\x21\x47\x0b\ \x30\x82\x22\xfa\x89\x99\xbd\x81\x59\x11\x22\x40\x09\x18\x0c\xa7\ \x8c\xe2\x53\x12\x58\x73\x91\x91\x7f\x9a\x51\x00\x6c\x11\x06\x4e\ \xc3\xc1\x22\x3d\xbf\xcf\xa8\xb0\x03\x27\xf3\x59\x93\xb9\xa8\x30\ \x68\x2a\xd6\x8b\x4e\x33\xc2\xdd\xd8\x44\x20\x00\xcd\xcf\xbc\x0e\ \x40\x97\x61\x85\x10\xa2\x28\xca\xf4\xe9\x33\xba\x03\x02\x4d\xf5\ \xfb\xfd\x7e\xf4\x1d\xd8\x1b\x0f\xc0\x98\xae\x73\x03\x1e\x36\x4d\ \x18\x66\x94\x9c\xc5\x03\x5e\x11\xa2\x3e\xf0\x6e\xdb\x07\x8a\x15\ \x01\xe0\xde\x77\x0a\x89\x31\xde\x65\x9f\xe0\x9c\xc7\x4d\x53\x47\ \x93\x82\x23\x28\xa6\x37\x86\xe3\x1d\xa5\x05\x2e\x52\x9a\x7a\x17\ \x3d\xb3\x58\x63\xb7\x03\x27\x82\x5a\xa5\x6e\x79\x0f\x0c\x3f\xc4\ \x05\x49\x03\xa6\x02\x87\x81\xe7\xc1\xd7\x40\x1b\x2e\xb2\x9a\x0a\ \x16\xe7\xef\xd4\x11\x08\xab\x2f\xd0\xcf\xec\x66\xe2\x05\xae\xdf\ \xed\x5c\x4c\x14\x65\x04\xd9\x22\xb1\x4d\xe7\x47\xdd\xc1\x05\xbd\ \xe9\xdb\x93\x2f\x4c\x79\x46\xe9\x1f\xae\x97\xd5\x09\xb3\x27\x70\ \x9b\xfe\x5b\xad\xf7\x81\x41\x91\x20\x52\x46\x90\xb5\x8f\x3c\xf7\ \x27\xd8\x7d\x96\x70\x23\x4d\x7d\xfa\x79\x97\xfc\x1d\x0d\x7e\x5c\ \x19\x68\xd5\xf2\x0b\x91\xd5\xda\x46\x44\x18\x43\xa2\x15\x61\x40\ \xd1\x63\xc5\xcc\x74\xef\xc7\x7f\x46\x99\x33\xe5\xf1\x99\xfa\xb1\ \x93\xdc\xe0\x59\x7c\xd4\x47\xde\x0d\xbb\x85\xe9\x2f\x4a\x59\x41\ \x46\xd1\x79\x2e\x36\x16\x0a\x68\x47\x17\x67\xae\x52\xff\x57\xff\ \x14\xa7\x3d\x06\x3c\x07\xbc\xc8\xea\x8e\xfb\x37\x1c\x06\xcd\xcb\ \x2b\xe3\x84\x21\x02\x20\x04\x80\x11\xe7\xd3\x8f\x6d\x15\xfb\xcd\ \xe7\x63\x2c\x5a\x99\x8b\xef\x33\x1c\x9a\x76\x69\x17\x7c\xf2\xf3\ \x0f\xa3\xc3\xbf\x23\xde\x34\xe5\xc1\x17\x91\x3d\x8f\x18\xf1\x58\ \x92\x99\xa6\xe1\x5e\x33\x94\x49\xc3\x8c\x82\x53\xfc\xa8\xc7\xf8\ \x90\x8f\xbd\xdb\xcf\x48\x77\xbc\x2a\x26\x30\xa3\xda\x23\xce\xbd\ \x55\x5b\xfb\x6b\x43\x9a\xa5\x4c\x1b\x64\x9c\x3a\xc8\xac\xe1\x80\ \x58\x77\x19\x25\xa5\x4c\xd7\xae\x00\x9c\x20\x08\x4d\x8d\x4d\x7f\ \x7a\xe3\x4d\xbb\xbd\xb6\x8b\x45\xf8\x28\x65\x3c\xcf\x3f\xf8\xc0\ \xfd\xfd\xfa\xf5\xd3\x75\xfd\x3b\xc0\x88\x19\xc0\xc5\x48\x23\xc6\ \x92\xfd\xff\xe3\xdb\x7e\x0c\x65\x3f\x62\x99\x7d\x37\x77\xe8\x20\ \xad\x2d\xa5\xa6\xde\xd0\x5c\x2f\xa4\x67\xa0\xe0\x68\x71\xc8\x24\ \xb2\xf7\x0d\xef\xd6\xbd\x5c\x4e\x8b\x69\x52\x62\x1b\x33\xd0\x19\ \x37\xea\x5e\xce\xbb\xdf\xb3\x37\x4f\xc9\x9e\x0b\x86\x0e\x80\x11\ \x46\x2c\xb8\xbf\x72\xfb\xed\xe4\xc8\x67\xa4\x45\x85\xfc\x6f\xe8\ \xe8\x5f\x99\x1e\xee\x87\x22\x43\xd5\xa5\x9f\x51\x26\xb4\xbd\x2f\ \xd5\x51\xf4\x08\x79\x86\x05\xc5\x0c\xe6\x23\x2a\xfd\x1b\x8a\xd1\ \xb0\xe9\xe4\xd4\x3a\xef\xba\x6f\x84\x96\x3f\x29\xe9\x03\x71\xbe\ \x2a\xe6\xf6\x57\x57\xbe\xa4\x9e\xad\xe2\x6f\xf9\xa5\x32\x6a\x8a\ \xfe\xf5\x59\xf0\x95\x6b\xbb\x16\xe9\x75\x86\x30\xf1\x57\x1c\x3b\ \xe2\x59\xf2\x67\xca\xa5\x98\x9e\x59\x28\x66\xf5\x36\xb0\x0c\x48\ \x27\x85\x5f\x1b\x95\x75\x20\x28\x00\x00\x88\xd1\xe6\x32\xe2\x30\ \x61\xa1\x16\x65\x66\xe2\x60\x33\xe3\x45\x5a\xbe\xd5\xb7\xfa\x13\ \x3c\xd0\x6b\x99\x34\x10\xc7\xd6\x89\x03\x52\xd5\x65\x2f\xa9\xe7\ \xec\xa2\x3f\x56\xb2\xb5\x57\x37\xc6\xac\xfa\x0c\xa1\xd1\x22\xea\ \x38\xc3\x01\xd2\x70\xda\x2c\x79\x64\xbc\xb6\xf5\x0d\x4a\x24\xc4\ \x03\xf0\x12\xab\x3d\x64\xd8\xef\x16\x06\x0c\x54\xcb\xcf\x0a\x59\ \x59\xe4\xd8\x7f\x31\x82\x40\xf3\x31\x9d\x71\x03\xee\xc4\x0d\x3b\ \xdc\x8b\xde\x62\xa6\xa1\xdc\x53\x4f\x02\x1f\xc4\x8f\x98\x8d\x58\ \x3e\xf3\xb6\x50\xb7\x24\xe4\x4c\xc0\x67\x78\x21\x33\x58\x5d\xfc\ \xb2\x5a\xe6\x16\xef\x7c\x53\x1e\x75\x1b\x39\x29\x20\x09\x91\x8b\ \xfb\xf5\x92\xf3\xc0\x29\x3d\x88\xc6\x5c\xa5\x48\x38\x8e\x73\xb9\ \x5d\x5b\xb6\x6c\xb9\x78\xb1\x5c\x14\x85\xeb\xc3\x88\x72\x1c\x7f\ \xcb\xb8\x71\x39\x39\x03\xbe\x1b\x8c\xa8\x0e\xbc\x05\x38\x44\xeb\ \xea\x80\xc7\xac\xb9\x96\x69\x02\x8e\x1a\x2a\x4e\x79\x18\x55\xee\ \x21\x8c\x01\x21\xc0\x2b\x20\x63\xda\xdc\xc8\x00\x03\x23\x97\x18\ \xa8\x18\x27\x64\x0c\xc2\xa6\x58\xf3\xa3\xa3\xb9\xb8\x14\x36\x66\ \x8e\x7e\xf1\x43\x82\xd2\x95\x79\x2f\xa2\xb2\x15\xbe\xed\xbb\x19\ \xb6\x08\x83\x66\x40\xd1\x0a\xef\xf6\xed\x78\xf0\x93\xd2\xe8\x79\ \xc6\xc5\xbf\x12\x43\x6c\x43\x21\x27\x00\xa6\xb4\x74\xb3\x6f\xcb\ \x11\xa3\xc6\x2d\x71\x3c\x60\x1e\x09\x22\xf3\x36\x02\xe3\x90\x62\ \x41\xd8\x49\x1d\x0e\x40\x8c\x35\x95\x83\x12\x8f\x04\xcc\x00\x00\ \x71\x08\x03\x32\x87\x42\xe3\x39\xaa\x33\x20\x0e\xda\xac\x63\x9b\ \x45\xdf\xf9\x06\x18\xf7\x8a\xb3\x5e\x17\x6b\xb6\xf8\x36\xae\x65\ \x84\x32\x21\x45\x99\xf3\x13\xce\x7d\x42\x77\x30\x46\x08\x20\x04\ \x8c\x02\xe2\x90\x20\x81\xda\xcc\x48\x14\x32\x05\x01\x72\x33\x97\ \x0b\x5d\xed\xae\xf2\x22\x62\x9d\x6a\xdf\xd0\x70\xc2\x24\xe5\xce\ \xdb\xf5\x9d\x6f\xa9\xa7\xcb\x91\xa2\xb4\x82\x0b\x21\x8f\x96\x77\ \xc8\x3c\x7e\x8c\xd0\xc7\xc2\x49\x95\xfe\xc2\x12\xe0\x82\x01\x80\ \x21\x8c\x2c\x66\xea\xac\x63\x3a\x20\x60\x00\x0c\xb0\x80\x83\x44\ \xe6\x6c\x61\x58\xa6\xa5\x6b\xfd\x87\x8b\xc1\xd2\x17\xa9\x4e\xda\ \xe2\x42\x1c\x65\x75\x0d\x90\x1c\x43\x4f\xbd\xe9\xc5\xb3\xc5\xf1\ \xaf\x8a\xc3\x4e\xf9\xd7\x7f\x62\xb8\x19\xba\x21\x25\x67\x8c\xf1\ \x02\x92\x94\x2b\xdc\x0e\x4d\xd3\xa2\xa2\xa2\xfe\xfe\xf7\xb7\x7c\ \x5e\x2f\xc2\xb8\x8b\xdb\x31\xc6\xc9\xc9\xc9\xdf\x99\x1b\xd9\x12\ \x11\xaa\x27\xf5\x0e\x71\xc4\x74\xad\xfe\x6b\x6e\xe8\x24\xe4\x39\ \x49\xb8\x68\x29\x94\xf7\xaf\x5a\x43\xe4\x31\x42\xfa\x18\xa4\xd6\ \x93\x72\xbb\x34\x72\x96\x5e\xf3\x39\xb2\x86\xa1\x56\xca\x86\x79\ \x04\x4d\xea\xda\x5f\x68\x92\x08\x5c\x98\x3c\xef\x59\x7a\x66\x17\ \x71\x2b\xd2\xbd\x2f\x72\xee\x7d\xde\x3d\x87\x90\x35\x1c\x7c\x04\ \x87\x27\x63\xae\x98\x79\x5b\x98\xd3\x85\x43\xe2\x10\x07\xd0\xea\ \x10\xf0\x32\xab\x3b\xec\xff\x66\x31\x60\x09\x38\x0e\x38\x11\x30\ \x07\x18\xb5\x3e\x19\x04\x81\x35\x5d\x20\xcd\x41\xe2\x90\xb1\x44\ \x2b\x14\x86\x8e\x67\x95\xeb\x49\xb3\x0b\x09\xf1\x7c\x5c\x1a\x85\ \x06\x5a\x7d\x12\xdd\x76\xab\x98\x9e\x67\x70\x39\x42\x3c\x68\x07\ \x2b\x90\xd9\x4a\x4e\x2e\xf5\x35\xa9\x96\x7b\x67\xf3\x7b\x37\x6a\ \x8d\x6e\x90\x63\xb9\xc8\x30\x63\xcf\x97\x5a\x63\x2c\x3f\x20\x13\ \x61\x60\x88\x6b\x73\x15\x31\x07\x82\xc8\x9a\x2f\x90\x16\xab\x38\ \x72\x12\xd9\x71\x08\x5b\x6d\xd7\xa8\x6e\xcc\x03\x42\x40\x35\x66\ \xee\xad\xdc\x39\x9f\x9d\x7c\x47\x2f\xa8\xc5\xc1\x21\x4c\xf3\xb7\ \xf9\xef\x1c\x4f\x4b\xbf\x31\xc6\xbc\x6e\xba\x6b\x10\x39\xfc\x57\ \xa3\xc5\x00\x01\x01\xc7\x23\x44\x68\xe9\x29\xee\x8e\x29\x62\xe6\ \x71\xdd\x1b\x8e\x44\x19\x88\x9b\x94\x95\x0b\x49\x02\x39\xb7\x8d\ \xa1\x20\x50\xeb\x19\x02\xca\xdd\x21\x0e\x19\x45\x4f\x35\x09\x43\ \xfa\xd3\x8a\x4f\x99\x29\x9c\x9d\xdf\xea\xaf\xab\x33\x3f\xfd\x12\ \x7f\x7c\xbd\x71\xb6\x16\xb8\x1b\x46\xa8\x19\x12\x65\x64\x0e\xbe\ \xa2\x1b\x50\x4a\x25\x49\xea\xdf\xaf\x1f\xa5\x14\x5d\x3e\x96\x42\ \x11\xa2\x00\x0c\x21\x00\x40\x8c\xf1\x08\x31\x42\x34\x4d\xfb\x4e\ \xdc\x88\xb4\x84\x89\xfd\x63\xfd\x1b\xde\xc1\xb7\x3f\x61\x7a\x70\ \x28\xf8\x6b\xfc\x1b\x56\x90\x5a\xac\x9d\xe8\x27\xdd\xf3\x7b\x20\ \x32\xab\x3f\xce\xa8\x5f\xdb\xf1\x37\x7c\xdb\xe3\xca\xfd\xbf\x01\ \x3e\x88\x94\x6d\x60\x14\x03\xc2\xc0\x08\x73\xd7\x33\x17\x05\xe4\ \x26\xf5\x95\xac\xbe\x1a\x94\x58\x2e\x38\x14\x71\x83\x94\x07\x07\ \x23\xe4\xd6\xb6\xbe\xa7\x6d\xfd\x07\x37\xf3\x41\xd3\xa3\x43\x81\ \xa7\xea\xe6\x8f\x88\x9f\x47\x1c\x62\x08\x81\xaf\x85\x79\x54\x24\ \x2a\xc0\x49\x00\x94\x51\x60\x9e\x26\xe6\x57\x01\x61\xd0\x9c\xcc\ \x43\x40\xaf\x51\xbf\x7c\x57\xbe\xed\x2e\xd3\x83\xb3\x59\xcb\x71\ \xdf\xb6\x6d\xcc\x21\x68\x47\xce\x48\x53\x5f\xe2\xeb\x4f\xf8\xd6\ \x2c\xf7\xed\x0b\x95\x66\xbd\x26\x32\x62\xec\x7c\x47\x2b\xb6\x73\ \xb9\x8f\xc9\xb9\x19\x80\x44\xe3\xc0\x62\xc3\xa1\x21\x4e\x06\xd7\ \x71\xf5\xc0\x3e\x69\xda\x2f\x79\x0d\x90\xbb\x8c\xf8\x08\x52\x1d\ \xcc\xed\x01\x84\xc1\xf0\x32\x97\x0b\xd4\x2a\xff\x9a\xb7\x95\x19\ \xf7\x98\x1e\x9c\x88\x4c\xa2\xb1\xff\x22\xa0\x0e\x56\x8b\x00\x28\ \x73\xd5\x83\x66\x00\x21\x38\x32\x19\x9b\x38\xe8\x35\xdb\xd4\xfb\ \x6e\x50\xcf\xfb\x37\x7e\x6a\x34\xea\x88\xc7\x80\x39\xe4\xaf\xd6\ \x8e\x1d\xe6\x27\xf6\xd7\x8e\x1e\x01\x5e\x06\x60\xcc\xd9\x00\x04\ \x91\xc2\xe5\xbe\xc3\x56\x69\xc6\x2f\x45\x02\xac\xb1\x94\xfa\x54\ \xb2\xeb\x1f\xc6\xcc\xc7\x95\xf9\xbf\x07\xdd\xa7\xef\x78\x5b\xcd\ \x2f\xf4\x7f\xb9\x54\x9e\xf8\xb0\x69\x00\x62\x35\x5b\xfc\x5b\x77\ \xa0\xd4\xbb\x94\x5b\x46\x02\xe3\xe8\x89\x55\x7a\x79\x03\xea\xce\ \xc2\xc2\x94\x10\x6b\x84\x18\x95\xdc\xd9\x4d\x03\x00\x51\x14\x6b\ \x6a\x6a\xfe\xf4\xc6\x1b\x35\x35\x35\x82\x20\x76\xc4\x40\x75\x8e\ \x33\x03\xd8\x0c\x43\x62\x94\x01\xf8\x00\xb9\x25\xe9\xb1\xe7\x9e\ \x1d\x3d\x78\xf0\x77\x51\x48\xa8\xe5\x67\x93\x80\xe7\x40\x57\x01\ \xf1\x20\x8a\xa0\xfb\x80\x22\xc0\x00\x14\x40\x6c\xcf\x90\x42\x18\ \x88\x0e\x80\x41\x94\x81\x11\x30\x0c\xb8\xba\xe3\x76\x0e\xd4\x72\ \x42\x5b\x28\x8f\x1a\xa0\x6b\x80\x04\x10\x45\x20\x7e\xd0\xc9\xa5\ \x98\x50\xab\x12\xee\xdc\x03\x2e\x45\xb1\xdb\x03\xca\x86\x0e\x9c\ \x08\x02\x07\xaa\x0f\x80\x03\x0e\x01\x21\x20\xc8\x80\x18\x18\x1a\ \x10\x0a\xa2\x02\x60\x80\xa6\x01\x27\x02\xc6\xc0\xf1\xc0\x0c\xd0\ \x54\xc0\xad\x31\x2d\x0a\x84\x82\xa0\x00\x66\xa0\x6b\x00\x18\x50\ \x47\xa8\xba\xe3\x27\x34\xc0\x22\x88\x02\x10\x0d\x08\xbb\xf2\xbd\ \xae\x88\x3e\xf3\xad\xed\x41\x81\x18\x9d\xa2\x89\xac\x5d\x13\xe0\ \x36\x6d\xda\x7a\x17\x23\x60\x50\x90\x14\xc0\x00\xba\x06\x08\x03\ \x35\x80\x22\x90\x64\x00\xda\xea\x20\x83\xa1\x03\x2f\x03\x87\x41\ \xf3\x02\x12\x80\xc3\x80\x79\x40\x0c\x54\x1f\x20\xbe\xed\x69\x37\ \xf0\xb2\xfc\x5a\xfa\x10\xf9\x91\x3f\x5c\xe6\x3e\x03\x88\xa2\x58\ \x5e\x5e\xf1\xb3\x57\x5f\xad\xa8\xa8\x68\xe5\x46\x0c\x63\x8e\x17\ \x32\x1b\x1a\xe6\x14\x15\x0d\x30\x8c\x08\x00\x06\x50\x03\x70\x44\ \x14\xa2\xfe\xfa\xb7\xa1\x4f\x3e\xa1\x79\xbd\x97\x54\x5a\x0f\x13\ \x45\x02\xf9\x46\x3f\x62\x41\xc0\x74\xdd\xc0\x77\xfd\x9c\xcf\x1e\ \x07\x86\x7a\x45\x1c\x80\x32\x56\x5f\xdf\xa0\xaa\x7e\x84\x10\x60\ \xcc\x30\x96\x3f\xf9\x24\xfe\x6f\x6f\x89\x31\x31\xe4\xde\x7b\xb5\ \xdc\x21\xa0\xeb\xe2\x81\x83\xdc\xd2\xcf\x01\x90\xef\x8d\x3f\x19\ \x73\xe6\x80\xa6\xb5\x75\xef\x9e\xe6\x62\x07\x1a\xe3\xc7\x2b\x54\ \x53\x59\xda\x60\x2e\x33\x17\xa8\x71\xd5\x38\x09\x60\x8c\xe3\xe3\ \x62\x11\xc6\x80\x10\x13\x04\x71\xd1\x22\xf4\xcf\x77\xe9\x6d\xb7\ \xb9\x5f\x7f\x9d\x65\xa4\x33\xc6\x80\x31\x63\xf6\x6c\x7c\xdf\xbd\ \xf2\x2b\xaf\xc8\xcf\xbf\xe0\x97\x65\x63\xfa\xf4\x4b\x48\x0a\x8c\ \xf0\xff\x9f\x10\x62\xe8\xd6\x48\x7e\xd2\x7c\x24\x99\xe0\x5a\xb3\ \xc4\x18\x63\x9a\xae\xab\xaa\xaa\x62\x4c\x76\xef\x86\x9f\xfc\xc4\ \x18\x35\xca\xf3\xb7\xbf\xb2\x94\x64\x70\xbb\x91\xc7\x83\xbc\x5e\ \x70\xb9\x68\xff\xfe\xbe\xf7\xdf\xa3\xbd\x7a\xc9\xaf\xfc\x14\x17\ \x16\x82\x24\x7d\x8b\xb2\x04\x60\xf4\x63\xc5\x90\xa6\xeb\xdc\xc4\ \xf9\x5c\x52\xdf\x1b\x24\x65\xf3\x1c\x6a\x68\x90\xfe\xdf\x2f\xc0\ \x64\x56\xff\xf4\x47\x08\x0f\x07\xbf\xff\xb2\x0b\x7c\x3e\x96\x92\ \xea\x7f\xf3\x0d\x68\x6e\x96\xfe\xe3\x3f\xc0\xe7\x03\x8c\x03\x30\ \xfa\xb7\xe7\x43\xc0\x34\xbf\x6e\x0e\xe5\xe6\xbc\x22\x0e\x9e\x78\ \x05\xb3\xbe\x86\x4e\x12\x44\x61\xf1\x62\xee\xd0\x21\xff\xef\xfe\ \x93\xf6\xee\x7d\x25\x86\x5a\xc5\xeb\xa5\x43\x87\x6a\xaf\xbe\xca\ \x7f\xb9\x9e\xff\xf2\x4b\xd6\x73\x85\x14\xa0\xd8\x3f\x0a\x69\xcd\ \xe7\xa7\x8c\x12\x02\x88\xa5\xe4\xf0\x13\xe7\x73\x29\xfd\x40\xf3\ \x75\xcd\x63\x98\x24\xe1\xf2\x0a\xf3\xb8\x71\x24\xbb\xbf\x6f\xf9\ \x72\x10\x04\xb8\xde\x30\xbe\x20\x80\xd3\x69\x9a\x36\x0d\xe9\x86\ \x67\xeb\x16\x66\xb5\x5a\x24\xa9\x07\x14\x9b\x78\x03\xb3\x66\x7f\ \xd8\x00\x02\xc4\x38\x1e\x04\x99\x59\xc2\x58\x68\x2c\x3f\x64\x0a\ \x97\x39\x14\xc9\x26\x50\xbd\x37\x56\x12\x1c\x27\x2c\xfa\x14\x35\ \x34\x68\x2f\xbf\x0c\x26\x13\xf8\xae\xaf\xba\x74\x1d\xc2\xc3\xb5\ \x97\x5e\x56\x1e\x79\x44\x58\xbd\x5a\x7b\xe2\x89\x9e\x69\xa3\xfa\ \xf5\x1f\x04\xda\xea\x87\x0c\x23\x84\x30\x48\x26\x6c\x09\x46\x31\ \xa9\x5c\x64\x22\x00\x03\x42\xa0\x3b\x2b\x2f\xf0\x3c\xb2\xdb\x4d\ \xa3\xc7\xd0\xc1\x83\x7d\x2b\x96\x83\xae\xdf\xc0\x05\xe3\x79\x50\ \x55\xf3\xe4\xc9\x4c\x37\xbc\x5b\xbe\x31\x85\x47\x70\xdd\x8e\x6b\ \xf3\xf2\x94\x87\x03\x6d\xf5\xe3\xb0\x68\x44\xef\xd1\x14\x47\x26\ \x8a\xc2\x9a\xb5\xb8\xae\xce\xff\xd8\x63\x8c\xe7\x91\xa6\xdd\xe0\ \x06\xc3\x60\x41\x41\xea\xe3\x4f\x28\xcf\x3c\xc3\x6f\xd9\x02\xf7\ \xdd\xdf\x03\x6d\xe4\x0c\xec\xee\xf8\x6f\x29\x3c\x0f\x6e\xb7\x69\ \xfa\x0c\xc0\xd8\xfb\xd5\x57\x60\x36\x41\x77\x92\x1b\x05\x01\xd5\ \xd5\x99\xc6\x4f\x24\x7d\x32\xf1\xda\x75\x5d\xe4\xbb\x05\x3c\xb5\ \xff\x1b\x1a\x4c\x14\xb9\xe3\x27\xb8\x93\x27\xf5\x79\xf3\x58\x68\ \x08\x74\x33\x41\x56\xd7\x69\x7c\xbc\x31\xe7\x4e\x7e\xf7\x6e\x5c\ \x52\xd2\x03\xd0\x5e\xd2\x4b\x08\xa1\x1f\xc6\x14\xcc\x80\x7c\x47\ \xa1\x8c\x21\x4a\xf9\x35\x6b\x98\xd5\x6a\x4c\xbf\xed\xc6\xe6\xac\ \xb3\x79\x22\x44\x9f\x3d\x5b\xf8\xfb\xdb\x68\xdd\x3a\x78\xf5\xd5\ \xee\xde\xe5\x71\xbb\x5a\x13\x2e\x0f\x1d\x3a\xb4\xe8\xd3\x4f\x14\ \xc5\x14\x68\x86\x1f\x35\x8d\xc2\x08\xbd\xfa\x8b\xd7\x82\x29\x95\ \x47\x8f\x31\x86\xe6\x56\x2d\xfc\x33\xf4\x04\x46\x0c\x63\xa4\xeb\ \x51\xf7\xdf\xaf\xf0\x3c\xec\xdc\x09\x42\xb7\xe6\x52\xf2\x1d\xaa\ \xc8\xef\xf7\xd7\xd6\xd6\x98\xbb\xbd\xa1\x5f\x40\x7e\x88\x30\x62\ \x0c\x63\x6c\x08\x02\xb7\x6b\x17\xaa\xa8\x30\x7e\xf7\x3b\x82\x31\ \xeb\xd1\x94\x0f\x84\x98\xa2\x78\xa6\x4c\x51\x16\x2e\x84\x93\x27\ \x61\xc8\x90\x1e\x1b\x35\x9e\x17\x3a\xf2\x76\x3b\xe6\xc8\x75\x58\ \xba\xab\xcf\x74\x3e\x7d\x95\x41\x6c\xcf\xb1\xe8\x3c\xd9\xee\xaa\ \x67\x21\x84\xae\x58\xca\x1b\x21\x74\x8d\x7b\x2e\x9d\xb8\x86\xe1\ \xbd\xac\x60\xd7\x78\xda\xb5\x4b\x79\x9d\xd7\x01\xc6\xd8\x95\xbf\ \xd1\xb9\xb4\x70\xf9\x2b\x75\xbe\xf4\xb2\xac\x92\x8e\x0f\x97\xdf\ \x7c\xcd\xda\xb8\xb9\x30\xe2\x38\x44\x29\xbf\x79\x33\x8b\x8a\x22\ \xb9\xb9\xa8\x35\xed\xb3\x67\x46\x91\xfa\x46\x8e\xa4\x7f\xf9\x0b\ \xde\xb2\xa5\x9b\x30\xba\x2e\xc5\xc6\x9c\x20\x2b\x8a\x2c\x09\xcc\ \xd0\x0d\x42\x01\x80\xe3\x05\x59\x51\x64\x51\xa0\xba\x66\x50\x86\ \x00\x0c\x5d\x33\x28\x92\x64\x59\x12\x79\xa2\x6b\xad\x97\xb5\xd7\ \x11\x6e\xcb\x96\xc1\x9c\x28\xc9\x8a\xa2\x28\x8a\x22\xf2\x18\x18\ \xd3\x35\x8d\x20\x4e\x92\x65\x49\x14\x00\x40\x90\x64\x45\x51\x44\ \x9e\x17\x44\x49\x51\x14\x81\xe7\x00\x10\x2f\x88\xad\xb7\xc8\x12\ \x0f\xc0\x00\x73\xa2\xa4\x28\x8a\xcc\x23\xaa\xa9\x5a\xa7\xdd\x75\ \x98\xa1\x1b\x80\x79\x59\x96\x45\x81\x47\x08\x09\xb2\xa2\x28\xb2\ \xc0\x73\xed\x4f\xc3\xd4\xd0\x75\x83\x08\xa2\x2c\xcb\x22\xa2\xba\ \xa6\xb7\x45\x5c\xda\x5f\x87\x27\x86\x6e\xb4\x3f\x91\x51\x0a\x80\ \x19\xbd\xf4\x59\xd7\x34\x86\x79\x59\x96\x25\x91\x6f\x6f\x0d\xdc\ \xfa\x70\x45\x51\x44\x81\xeb\xfc\xc6\x97\xbf\x3e\x62\xc4\x30\x08\ \x13\x24\x59\x96\x24\xbe\x2d\xb1\x13\x0b\x62\x47\x6d\x7c\x2f\xf3\ \x36\x19\xcf\x63\xbb\x1d\xef\xde\x63\x8c\x18\x41\x93\x93\x7a\x64\ \xd1\xda\xca\xae\x69\x5a\xaf\x5e\xa4\x7f\x7f\xd8\xbc\x19\xba\x97\ \xa0\x7d\x8d\x44\x11\xa2\xfa\x6d\xd9\x93\x5f\x78\x6c\x16\x6d\xa8\ \x47\x9c\xe0\xa8\x3a\xb3\x7a\xc9\x4a\x4f\xe6\xd4\x97\x1f\x9a\xa8\ \xd6\x35\x62\x41\x68\x38\x7f\x78\xf5\xea\x6f\x6a\x9c\x6a\x68\xfa\ \xb0\xb9\x77\xde\x96\x18\x8c\x01\x09\x0d\xc5\xfb\x96\xaf\xda\x6c\ \xf7\x32\x9e\x03\xc3\xaf\xf5\xb9\xeb\xf9\x49\x21\x85\x6f\x7d\x7c\ \x70\xf6\x6b\xff\x95\xab\xb4\xb4\x78\x0d\x8c\x48\xc1\xee\xcf\x96\ \x6d\xb9\x90\x32\x6c\xea\xdd\x33\xc6\x86\x08\x04\x61\xed\xe0\xe6\ \x6f\x20\x65\x70\x76\x52\x94\x35\x22\x52\xd0\x1c\x4d\x0e\xdf\x99\ \xbd\xeb\xca\xc4\x31\x8f\x4c\x49\xae\x6f\x74\x30\x8c\x9b\x2f\xee\ \xff\xe4\xf3\xe3\xf7\xfc\xe2\xe7\x99\x92\xc7\xa9\x01\xd2\x5d\xc7\ \x77\x6e\xd8\x76\xb8\xc0\xc0\x22\x46\x8c\x18\x2c\x2e\x67\xe2\xbd\ \xb3\x27\x98\x89\x86\x8c\xba\xaf\xd6\x7c\x13\x3e\x7a\xf6\xa0\x68\ \x25\x38\x22\x8a\xb9\x1b\x1c\x1e\x35\x7f\xe3\xe2\xf5\xe7\x7c\x33\ \xef\x7d\x20\x37\x35\x94\x00\x26\x8d\xe7\x37\xac\x5a\x71\xb8\xb4\ \x29\x65\xd8\xdd\x2f\x2d\x18\xd5\x52\xd7\x88\x45\xa9\x21\x7f\xf7\ \x17\x5f\xed\x68\xf0\x23\x44\x54\x1c\xde\xf7\x95\xff\xf7\x8a\x67\ \xc7\x9f\xdf\x5a\x9f\x2f\x4a\xbc\x6e\xa0\x8c\x91\x77\xdc\x31\x79\ \x98\x05\x1b\x1c\x26\xc7\xb7\x2f\x5f\xb1\xbd\x7c\xfa\x93\xbf\x99\ \x98\x4a\x1a\x5d\x3e\x8c\x51\x49\xde\x57\xab\x37\x1d\xa3\x1c\x26\ \x4a\xdc\x82\x17\x9f\xac\x5e\xf7\xf6\x96\x33\xb5\x04\x4c\xd3\x16\ \xbc\x90\x51\xbf\xfe\xed\xed\x0d\x77\x3c\xf0\xf0\xb0\x34\x8b\x4a\ \xb1\x3d\xef\xcb\x0f\xbf\x2a\x98\xf5\xe4\xcf\x46\x24\xb0\x46\xb7\ \x86\x31\x14\xed\x5c\xbb\x6e\xcf\x29\x2a\x88\x37\x59\x27\xf1\x3c\ \x2e\x2a\x86\x0b\x17\xc8\x4b\x2f\x01\xc7\x5d\x19\x72\x44\x58\x14\ \xc5\x2b\xf2\xe1\x18\x25\x9a\xa6\xb3\xce\x3a\x4d\x51\xd8\x94\x29\ \xf0\x97\xbf\x40\x45\x05\xa4\xa6\x7e\x1b\x18\x31\x46\x25\x5b\x98\ \xac\x5f\x78\xef\x9d\x77\xeb\x71\xf4\xec\x27\x9f\x9f\x7f\x47\xd9\ \xa2\x2a\x1b\xe7\x2e\xfa\xf8\xad\x8f\xdd\xe6\xd4\x07\x9f\x7b\xf6\ \xfe\x09\xe7\xdf\xd8\x46\x1f\x7f\xe2\x11\xfd\xf8\xb2\x7f\x2e\x3a\ \x63\x98\xa2\x67\xde\xff\xd8\x8b\x0b\xd8\xeb\xff\xfc\xca\xcf\x44\ \x60\x4c\x30\x59\xac\x16\x09\x40\x0c\xb5\x91\xc3\xab\xde\xfb\xe2\ \x40\x8d\xa2\x88\x8c\xf8\xc3\xfa\x4c\x7e\xe1\x91\xdb\xcf\x7c\xf5\ \xe1\x67\x47\xcb\xe5\xe0\x30\xc1\x70\xd8\x8f\x9f\xdb\x89\x95\xdb\ \x5e\xfc\x69\x5c\xd9\x97\xef\xaf\x39\xab\xe9\xea\xa0\x79\xb3\xeb\ \x0b\x76\xbe\xf9\xaf\xf5\xcc\xa4\x60\x60\xba\x1c\x1f\x63\xa3\x79\ \x2b\xdf\xdf\x50\xa0\xa5\xf4\x1d\x7d\xdf\xfc\x97\x2c\xe8\x4f\x2b\ \xf6\x9d\x47\x02\xd2\xf8\xb8\x39\x77\xcf\x85\xbc\xf7\xfe\xb8\xb9\ \x38\x22\x3a\xdc\xef\xa8\x3f\xbb\xe4\x9d\x3d\x72\xd8\x3d\x2f\xbd\ \x4a\xf6\xac\xfc\x62\x4f\x91\x0e\xca\xf4\xa7\x7f\x35\x0c\x9f\xf8\ \xf4\xdd\x45\x8d\x9a\x94\x33\x65\xc1\xc3\x4f\x3c\xd6\xfc\xfb\x3f\ \x22\x6b\x24\x5f\x9b\xff\xe9\xdb\x8b\x5c\xd6\x8c\xf9\x2f\x3e\x77\ \xa7\xbb\xee\x5f\xeb\x4e\x10\xcc\x0d\x1e\x3e\x36\xc8\x68\x0a\x19\ \x72\x6b\xea\xce\xb3\xc5\x4e\x35\x36\xf7\xae\x27\xef\xbf\xe5\xc0\ \xd2\x77\x77\x17\xd6\x9b\x83\xc3\x05\xa3\x9e\x71\xa2\x2d\xdc\x9c\ \xbf\xed\x5f\x9f\x7c\x73\x46\x54\x64\x40\x80\x44\x11\x11\x03\x10\ \x67\xb6\x05\x4b\x02\x6e\xdd\xa5\x55\x31\x5b\x4d\x8d\x90\x38\x6a\ \xd6\xc4\xbe\xf8\xed\xff\xfe\x9f\x5a\x2e\x2c\x9c\xf7\xea\x48\x0c\ \xb6\x59\x8a\x36\xfe\xed\xbd\x7d\xe5\xb2\x28\x22\x60\xec\xa6\x63\ \x08\x21\x60\x8c\xdb\xb9\x03\x44\x91\x8c\x19\x7d\x85\x2a\x42\x08\ \x33\xcd\x71\x78\xf7\xa1\x2a\xd7\xa5\xcc\x6b\x46\x88\x25\xae\xd7\ \xd0\x9c\x2c\x0b\x26\xa4\x03\x4a\x84\xc0\xe4\xc9\xf0\xfa\xeb\xb0\ \x6b\x57\x77\x60\x84\xaf\xc7\xf8\x75\x9f\xab\xde\x6e\xaf\xad\xa9\ \x6a\x68\xf6\x5b\x82\x4c\x18\xa8\xe6\x73\xd8\x6b\x6b\x2a\xcb\x2f\ \xd4\x35\xfb\x65\x49\xea\x35\x6a\x5c\xb8\x71\xfc\xa3\xcf\x37\x57\ \xd4\x35\xd5\x14\xe5\x7d\xb6\x64\x35\x64\x4f\xec\x1b\x63\x21\x84\ \xb6\x5a\x07\x42\x19\x00\xd5\x89\x10\x9b\x3e\x60\xf8\xf0\x11\x43\ \x06\xf5\x91\x29\x9f\x33\x79\x9c\xaf\x64\xd3\x67\x5f\xee\xab\x6d\ \x6c\x2c\x2f\x29\x28\x2d\xaf\xf3\xf9\xbd\x2d\xcd\x2d\x5e\xbf\xea\ \xf7\xb8\x9a\x9b\x5b\xbc\xaa\x46\x0c\x62\x89\x48\xcc\x1d\x31\x22\ \x37\x77\x68\xb2\x4d\x30\x08\x25\x86\xee\x71\x3b\x1d\x8d\x75\xc7\ \xb6\xad\x5c\xf9\x75\xd9\xb8\x09\x23\x43\x24\x4a\x01\x61\xe2\x2d\ \xaf\xb2\x87\x64\xf4\xcd\x88\x36\x55\x16\x9d\xab\x6e\xf0\x68\x5e\ \x57\x73\x8b\xc3\xa7\xaa\x3e\xb7\xab\xb1\xb1\x51\x88\xea\x77\x6b\ \x86\x6f\xd5\x67\x9f\x9d\x3c\x6f\x6f\xb4\x97\x6d\xf8\xec\xfd\x12\ \x21\x7e\xcc\xb0\x64\xa2\x1a\x7e\xb7\xa3\xae\xb6\xa6\xe2\xe2\xf9\ \x5a\x8f\x61\x0e\x32\x23\xaa\x73\x41\x29\xa3\x72\x22\xbf\xfa\xd7\ \x9b\xfb\x5a\xa2\xc7\x0e\x4d\xd5\x54\x69\xdc\x84\xa1\x8e\xa3\x9f\ \x2f\xdb\x7a\xbc\xbe\xb1\xf1\x7c\xc1\xf1\x53\x05\xd5\xc0\x21\xa2\ \xd3\x88\xa4\xac\x61\xc3\x47\x0c\x19\x34\x30\x42\x62\xed\x06\x91\ \x51\x42\x3a\x7a\x3e\xa5\x84\x21\x70\xda\x2b\x5a\x50\x58\xbf\x7e\ \xbd\x78\x77\xd5\xd9\x92\x72\x1d\x30\x21\x2c\x2c\xb5\xdf\xb0\x61\ \xc3\x87\x0c\xea\x13\xac\x30\x42\xbf\x87\xa5\x10\x74\x9d\xdb\xbf\ \x1f\x86\x0c\xa1\xf1\xf1\x57\xe4\xf9\x23\xcc\x69\x8e\x8b\xdb\x76\ \x1c\xa8\x6e\xf1\xb8\x9c\x0e\x87\xc3\xe1\x74\xb9\x9a\xed\x65\x3b\ \x77\x1e\xac\xf7\x21\xae\xb3\x8e\x22\x04\x7a\xf5\x82\xcc\x4c\xd8\ \xb5\xeb\x5b\x1a\x35\x00\x20\x44\x57\x62\x07\x3c\xf1\xd3\x5f\x32\ \x73\x44\xb4\xc9\xb1\xf2\xed\xc3\xfe\x8c\x3b\x6c\x09\xb9\xcf\xbe\ \xfa\x6b\x39\x22\xc1\xe2\x2b\xf8\x68\x43\x7e\xf8\xed\x13\x34\xe7\ \x39\x37\x13\x25\x91\x67\x48\xd6\xdc\x8d\x4d\x9a\x39\xd8\x24\x31\ \xf0\xa3\xb6\x4c\x6b\x04\xc0\x08\x88\xe1\x71\xc9\x19\xe0\xe5\x58\ \x73\xe9\xb1\xa2\x70\x2b\x76\x54\x56\xe9\x58\x91\x84\x0e\xaa\xc1\ \x38\x8e\xc3\x08\x21\x8c\x39\x8e\x03\x84\x28\x01\x4b\x70\x54\x7a\ \x46\x2f\xc6\xf3\x5c\x6d\x7e\x7e\x0b\x03\x00\x8c\x39\x8e\xe7\x05\ \xc4\x1c\xb5\xe5\x78\x9c\x4d\x12\x30\xa8\x9c\x88\x5a\xbe\x5a\xf4\ \xcf\xc6\xf1\xe3\x27\xdd\xfb\xec\x2c\xcf\xf9\x55\xcb\x56\x9e\xab\ \x75\x73\x1c\x87\x5a\x9f\x86\xb1\x62\x09\x13\xdd\x8d\xcd\x1e\x43\ \x92\x44\x9e\x67\xbc\xdf\x59\xeb\xd6\x42\x42\x82\x69\xb9\x2f\xb4\ \xf7\xf0\xa7\x7e\x1e\x25\x87\x27\x9b\x5c\x87\x17\x6f\x3d\x46\x10\ \x4e\x1a\x34\x26\x9a\x54\x96\x54\x36\x39\x0a\x2b\x17\x0c\x1f\x1e\ \xb6\xb3\x21\x58\xe2\x9b\xaa\xed\x4c\x94\x39\x44\x43\x33\x27\xdd\ \x92\xce\x36\x6c\x39\xae\x1b\x38\x24\x3a\x21\xdd\xaf\x70\xa0\x3b\ \xcf\x9f\xac\x70\x12\xdc\x4e\x98\x69\x7b\x06\x2a\x63\x8c\x93\xa4\ \xc6\x13\x9b\xde\xff\xc8\x77\xeb\x98\x49\xcf\x8d\x9f\x79\x6e\xdb\ \x8a\xe5\xbb\xeb\x28\x43\x21\xb1\xc9\x19\x2c\x8c\xa7\x2d\xf5\x17\ \xce\xd5\xb4\x18\x1c\xbe\x99\xfa\x88\x62\x1c\xe1\x74\xc9\x27\x4f\ \x19\x3f\xfb\x19\xc8\xf2\xd5\x69\x21\xba\xea\x93\xe3\xb2\xee\x7a\ \xe8\xb1\x04\xce\xa7\x51\xc0\x9c\x60\x34\x9c\x7b\xef\xd3\x6d\xaa\ \x4e\x2f\x9b\x30\x49\x08\x04\x07\xc3\xe0\xc1\xb0\x6b\x17\x38\x9d\ \x60\xb5\x7e\x1b\x18\x61\x8c\x0d\x57\xdd\x91\xbd\x3b\x6a\x5a\x9c\ \xf5\xb5\x35\x8d\x4d\xee\xa4\xbe\xa2\xdf\x51\xb5\x77\xc7\xee\xec\ \x39\x0f\x5b\x5c\x17\xcb\xeb\x1b\xb5\xea\x66\xd3\xc0\x7e\x71\xe6\ \x75\x25\x5e\x0d\xe9\x6a\x54\x5c\x46\x1c\x5f\xb7\xa1\xa1\x45\xd3\ \x74\xac\x1b\x18\x03\x46\x94\x01\x2f\x41\xcb\xc1\x4d\x4b\x96\xef\ \xad\x96\x65\x01\x80\x4f\xb4\x6b\x23\xe2\xb3\x82\xf0\x7e\xa7\x06\ \x3c\x30\xc0\x9c\xc0\x5f\xa1\x11\x91\x20\xa1\x8b\xa7\x77\xbd\xff\ \xce\x5a\xaa\x28\x3c\xcf\xf1\x41\xc1\x00\x8c\x10\x43\xd7\x34\x00\ \x21\xa5\x5f\xb6\xa7\xfc\xb0\xdb\x4f\x11\x46\x18\x71\x6a\xf3\x85\ \xcd\x4b\x3f\xd8\x6a\x8a\x98\xfd\xf4\x6f\x1e\x9d\x3b\xe6\x57\x7f\ \x5f\xe7\xe9\xe4\xd4\xb9\x1b\xcb\x1d\x41\x63\x53\xa2\x6d\xf9\xa7\ \x9b\x40\xa0\x60\xcb\xee\x15\x2a\xe7\x57\x54\x83\x34\xcc\xd7\x50\ \xbe\x6f\xc7\xee\x9c\x39\x7d\xa4\xa6\xaa\xb2\xea\x16\x43\x8a\x19\ \x96\x9b\x65\x0e\xf2\x2d\x78\xf9\x15\xc0\x8a\x2d\x35\x2d\x27\x66\ \x53\x59\x93\x67\x5c\x46\x2f\xd9\x38\xe7\x23\x2c\x22\xbc\xef\x98\ \xa1\x78\xdb\x37\x47\x39\xd1\x38\xb9\x7d\xf5\x07\x5f\x9f\x16\x65\ \x99\x93\x24\x89\xe7\x18\x05\x4a\x0c\x62\x88\x36\x89\xd3\x54\x3f\ \xe1\x2d\x8a\xc5\x46\xaa\x0c\x0c\x7a\xf1\xe1\xaf\x0b\xf3\xb6\xc5\ \x0f\x9e\xf1\xf3\x17\x1f\x2b\x2c\x79\x8b\x51\xed\xcc\xe6\x65\xff\ \xdc\x73\x51\x16\x04\x5e\x94\x45\xe1\x26\x8f\x22\x18\x08\x25\x35\ \xd4\xcb\x82\xa0\x8f\x1e\xc5\x78\xfe\xaa\xb1\x58\x26\x99\x6d\x9c\ \xc7\xd1\xd0\xec\x89\x09\xa1\x9a\x4e\x39\x11\xbb\x9b\xaa\x5d\x48\ \xb4\x98\x04\xc6\xb4\xce\xce\x1a\x70\x1c\x4c\x9c\x08\x6b\xd6\x40\ \x7e\x3e\x0c\x1f\xfe\x2d\x60\xc4\x30\x2f\x71\xa4\x25\xff\xe4\xf1\ \x7a\x22\xf1\x1c\xe6\x38\xcc\x0b\x12\xd6\x5b\x0a\x4e\xee\x3f\x5a\ \xad\xff\xbf\x5f\xbf\xf0\xd0\xcc\xf3\xff\xda\xb1\xfe\x78\xee\x2f\ \x9e\x7e\xe1\x99\x8d\xbb\x8e\xe9\x41\x49\x53\x6f\xbb\xa5\x78\xe3\ \xc7\xcd\xb6\xec\xd9\x23\xc2\x6a\x1b\xd1\x94\x9c\xe4\xc6\x1d\xeb\ \x54\x40\xbc\x12\x92\xd6\x67\xe0\x30\x23\x51\x96\x78\x57\x63\xe5\ \x99\x4d\x5f\x4e\xf8\xd9\xd3\x2f\x3c\xad\x6d\x3f\x5a\x2a\xd8\xc2\ \xc1\x59\x7e\xf4\x78\x21\x05\x5e\x90\x64\x51\xc0\xc0\x00\x80\x01\ \x92\xa2\x13\x7b\xe5\x0e\x1f\x4e\x65\x05\xfc\x8e\xb2\x4a\xc2\x29\ \xc1\x29\xbd\xb3\x07\x4b\xac\x57\xce\xa8\xd1\x03\xe8\xda\xbf\xef\ \x72\x11\x41\xc4\xc4\xe0\xc2\x46\x4e\x9a\xac\x18\xf5\x75\x2e\x21\ \x3e\xc2\xe4\xad\x54\x19\x03\x06\x48\x90\x14\xcc\x61\xc4\xf1\xde\ \x9a\xd3\xeb\x76\xd6\xde\xf5\xd8\x8b\xca\xa6\x2d\xd5\x7e\x53\xee\ \x84\xdb\xcd\x17\x0f\x6e\x3d\x52\x13\x35\xd9\x8c\x7d\x2d\x45\x27\ \xf6\x1c\xa9\x61\xaf\xfd\xe6\xc9\xbb\xc7\x16\x7d\x69\xcf\xc8\x4d\ \xf0\x7f\xfa\xa7\x37\xf3\x9b\x0c\xaa\x73\x93\x9f\xf9\xd5\xd4\xe9\ \x39\x0b\xd7\x6f\x1e\xf9\xea\x83\xcf\x3d\x26\xee\x39\x71\x3e\x2a\ \x2b\x0e\x48\x39\x03\xe0\x78\x73\x72\xef\xec\xa1\x2d\x66\x41\x92\ \x74\x67\x43\x59\x79\x95\x86\x30\x78\xeb\x4e\x9f\x2e\xbb\x7b\xee\ \x03\xf5\x78\x2b\x89\x1b\x32\x26\xc5\xb7\x74\x65\x59\x78\x9f\x91\ \x43\xd3\x43\xed\x95\xb5\x41\xe9\x49\xb2\xe1\xd6\x0c\xc6\x4b\xe6\ \xd8\x3e\x39\xc3\xb4\x68\x51\x10\x74\x67\x6d\x69\xb9\xdd\x80\x9b\ \xa6\x8e\x18\x00\x43\x28\xb9\xae\x1e\x47\x44\x18\xa9\xa9\x48\xd7\ \xd9\x95\x8e\x3c\x35\x85\x24\xf6\x0e\x73\x6e\xfc\xf2\x9b\xf0\xd9\ \xe3\x6c\x22\x52\xeb\x4b\xd6\xaf\xdf\xa5\x24\x4c\x8e\x35\x53\xa2\ \x5d\x65\x61\x07\x0c\x00\xc6\xe0\xc4\x89\x1b\xc2\x88\xfb\xe5\x6b\ \xaf\x31\xc6\x04\x41\xb8\x78\xf1\x62\xde\xe1\xc3\xa2\x28\x32\xc6\ \x04\xb3\xcd\x82\x3d\x45\xe7\x2e\x18\x88\xc3\x18\x01\x63\x82\x25\ \xd8\x4c\x5b\x8a\x8b\xab\x54\x57\x5d\x79\x0b\x97\x9a\x12\x5a\x76\ \xf2\xc8\xd1\x53\x67\x68\x68\xda\xc0\xec\xac\xc4\x28\xf3\xe9\xed\ \x2b\x97\x7f\x7d\x82\x0f\x4d\x1a\x34\x6c\x78\x66\x6a\x5c\xc3\xa9\ \x2d\x5f\x6c\x3e\xaa\x63\xde\x12\x16\x1f\x17\x15\x9b\x9a\x9a\x96\ \x9c\x92\x62\x93\xfc\x67\x0f\xed\xc9\x3b\x57\x11\x9e\xd6\xbf\x5f\ \xef\xb4\xb8\xa8\xe0\x96\xaa\xf3\x17\xaa\x1b\x09\x70\x41\x61\x21\ \xde\xaa\x92\xd2\x2a\x27\xc2\x48\x34\x85\xc5\xc5\x44\x26\xa6\xa6\ \xa7\xa4\x24\x27\x85\x07\x55\x9c\x3b\xe3\x0b\x8a\x8f\x8f\x4f\x4e\ \x4d\x8e\xe7\x5d\xe7\xd7\x2e\x5e\x7c\xbc\xdc\x29\x88\x3c\x02\xc6\ \x90\x18\x9b\xd6\x6f\x60\x4e\xbf\xf4\x94\x24\x6f\xd9\x9e\x65\x5f\ \xee\x71\xe8\x18\x73\xbc\x2d\xc4\xd6\x7c\x21\xbf\xb2\xd1\x23\xf0\ \xac\xfc\xcc\xd1\x1a\xdd\x3a\x60\xe0\xc0\xd4\xa4\x18\x57\xd1\xce\ \xcf\x56\x6e\xac\x53\xb1\xd9\x1a\xa2\x90\xc6\x82\xb2\x6a\x8f\xc3\ \x5e\xd5\x22\xf7\x8e\x33\x39\x35\x59\x6c\x2a\xd8\x73\xb4\x50\xa3\ \x98\x19\xde\x46\x0f\x17\x13\x6e\x2d\xda\xbb\xf1\xe0\xb9\xba\xb8\ \xac\x9c\x7e\xbd\x33\x22\x64\xd7\x91\x03\x7b\x0a\x2a\x1a\x65\x6b\ \x54\x5c\x7c\x4c\x4a\x6a\x5a\x72\x4a\x72\xb4\x6c\x94\x16\x97\x78\ \x18\x2f\x72\xa4\xa2\xe8\xac\x53\x8c\x1b\x32\xb0\x5f\x6c\x90\xb6\ \x75\xe5\xe2\x7d\x85\xf5\xe6\xb0\x84\xec\x41\x83\xfb\xf4\x4e\x8f\ \xb5\xa8\xdb\x56\x7c\x9e\x77\xc1\x15\x1c\x1e\x1e\x11\x9f\x98\x92\ \x9a\x9a\x9c\x9c\x1c\x23\x7b\xf2\x8b\xcb\x75\x76\xd3\xc6\xa0\x28\ \x42\x8a\x41\x66\x9e\x38\x19\x99\x9d\xad\x3e\xf9\x24\x18\x06\x30\ \xe6\xf5\xfa\x2e\x73\x9f\x78\x25\x21\x21\xa2\xfc\xd8\xf6\x0d\x9b\ \xb7\x1f\x38\xb8\x7f\xf7\xbe\x23\x34\x66\xc8\xdd\xb7\x8f\x0d\x42\ \xc6\x15\xa9\x27\x36\x9b\x8d\x0b\x0b\x83\x25\x4b\x40\x55\x61\xce\ \x9c\xae\x83\x4f\xc8\xe3\x76\x13\x62\x98\x4c\xa6\x5d\xbb\x76\xbd\ \xf3\xf6\xdf\xcd\x66\x33\x20\xc4\x74\xd5\xaf\x33\x59\x91\xda\xa7\ \xfe\x21\xaa\xab\xaa\x01\xb2\x2c\x21\x60\x44\x57\x35\x82\x64\x59\ \x02\x6a\xe8\xba\x66\x10\x06\x00\x1c\x2f\x8a\x22\x0f\xc4\x50\x35\ \x8d\x32\x40\x98\x97\x24\x91\x43\x4c\xf5\x79\x0d\x86\x2e\xc5\xa2\ \x64\x81\x1a\xba\xa6\xe9\x94\x41\x6b\x7c\x48\x14\x38\x04\xa0\xf9\ \x7d\x94\x13\x25\x91\x03\x06\x44\xf7\xfb\x35\xd2\x5a\xb9\x08\x73\ \x92\x24\x1a\x7e\x9f\xc1\xda\x48\xa2\x20\x08\xfc\xa5\x15\xa8\x98\ \xae\xa9\xba\x41\x5b\xbf\x12\x45\x91\xc3\x08\x01\x53\xfd\x3e\xe0\ \xdb\xd5\x1b\x63\xba\xae\x19\x06\x61\x00\x98\xe3\x5b\x6f\x27\xba\ \x5f\x35\x90\x2c\x4b\x18\x98\xa1\xfb\x35\xca\x89\x1c\xd3\xda\x5f\ \x10\x00\x51\xc3\xdf\xfa\xbe\xcc\xd0\x35\xbd\xb5\xb4\xc0\xf1\xa2\ \x24\xf2\xba\xea\xd5\x48\x1b\x91\x40\x1c\x2f\x4b\xad\xb7\x00\x30\ \xaa\x69\xaa\x41\x58\xc7\x7b\xb1\xf6\xda\x68\x3f\x83\x35\xbf\xaf\ \x83\x84\x20\x4e\x90\x25\xe1\x26\x32\x23\x9d\xe3\x22\xdd\xee\x5f\ \x6d\xd8\x14\xf6\xd3\x57\xdc\xbf\xff\x3d\x72\xb9\x18\x63\x0d\x0d\ \x8d\x97\x45\x64\x19\xe3\x24\x93\x0c\xde\x0b\x65\x17\x1d\x7e\x22\ \x9a\x82\xe3\xe2\xa2\x24\x20\xc6\xe5\x64\x9f\x31\x96\x98\x94\x24\ \x8a\x22\x3c\xfa\x28\x1c\x39\x02\x07\x0e\x80\xc9\xd4\xa5\x51\x43\ \x97\xee\xa4\x94\xb6\x6d\x7f\x84\x79\x49\x02\xd6\x79\x17\x6d\xcc\ \x4b\x22\x30\x4a\x18\x00\xe2\x04\x89\x03\x46\x09\x00\xe2\x05\xe9\ \xd2\x04\x46\x4a\x01\x61\x51\x92\x2f\x85\x23\x18\xf0\x92\xd2\xd9\ \x70\x52\x42\x01\x71\xa2\xc4\x75\xd6\xb4\x00\xd0\x7a\x8a\x12\x0a\ \x00\x88\x13\xdb\xe6\xc8\x77\x74\x21\x49\xe6\x2f\x57\xce\x97\xd4\ \x29\x2f\x72\x7c\xa7\x08\x08\x65\x00\xc0\x8b\x32\xb4\x3f\xad\x35\ \xd2\xc8\x5d\x5a\x7a\x8b\x11\x42\x00\x0b\xad\xaf\x43\xe0\x52\x71\ \x3a\x5e\xb0\x35\xc4\x28\x89\xc0\x2e\x5f\x95\x94\x00\x00\x20\x00\ \x49\x44\x41\x54\x28\x05\x7c\x65\x69\x39\x41\x56\x84\xcb\x82\x2e\ \x1d\xb5\xd4\xb9\x36\xe8\x15\xb5\xd1\xba\x7c\x87\x78\xd9\x8b\x30\ \x7a\x33\x5d\x35\x03\xe3\x70\x97\x2b\x4c\x55\xf5\xfe\xd9\xd7\x0b\ \x1b\x62\x9e\x37\xdc\x35\x07\x4e\x9c\xa9\x73\xe9\xe6\xe0\xc8\xbe\ \x09\x11\x0a\xa6\x9a\x71\xfd\x52\xe4\xe6\xc2\x92\x25\x50\x53\x03\ \x69\x69\x5d\xc1\x08\x5d\x8a\x5a\xf1\x92\x28\x0a\x42\x60\xe6\xda\ \x8f\x76\x40\x8d\xe3\x7b\x37\xb7\x10\x49\x52\xfb\xf7\x47\xd7\x5a\ \xcb\x11\x21\x8c\x75\xe7\xd6\x15\x9f\x1e\x6d\xe4\xc1\xd7\x4c\xb1\ \xe9\xf0\xa9\xd2\x7b\xe6\xdd\x9e\x60\x41\x3a\xb9\x0e\x92\x86\x0f\ \x07\xc3\x80\xbc\xbc\x1b\xc0\xa8\xf5\x1f\x55\x55\x93\x93\x12\x5f\ \xfd\xf9\xcf\x4c\x26\x73\xa0\x3d\x7e\xac\xf9\x21\x1c\x1f\xf7\xea\ \xab\xaa\xdb\x4d\xc3\x42\xb9\x6b\xe5\xcb\x22\x8e\x77\x56\x9e\x3d\ \xe3\x08\x7f\xf8\xa9\x3b\x4f\x6d\x58\x1f\x3b\x6c\x6a\xed\xbe\xa5\ \xa7\x8a\x6b\x12\x73\xe3\x81\x5c\x67\xf8\x36\x3e\x1e\x12\x13\xe1\ \xc4\x09\x98\x37\xaf\x5b\x9e\x1a\xa5\x34\x25\x35\x23\x24\x34\x2c\ \xd0\x1e\x3f\x62\x29\xaf\xb2\x27\xc4\xf3\x92\xc8\x5f\xd3\x5c\x32\ \x30\x74\x8d\x93\x4d\x66\x09\x1b\x9a\xcf\x5e\x75\xa1\xaa\x51\x4b\ \x52\xa4\xae\x56\x37\x0d\x0e\x86\x94\x14\x38\x7a\xb4\x07\x51\xec\ \xef\xb2\x88\x64\x40\xfe\xf7\xe5\xfc\x79\x28\x29\xf6\xf5\xed\x4b\ \xaf\x33\xd1\x8c\x51\xc3\x1c\xd1\x2b\xb7\x7f\x2a\x33\xb0\x55\x72\ \xed\xdc\xba\x5d\xea\x35\x76\x50\x7a\x84\xa1\x93\x2e\x46\xe8\x60\ \xc0\x00\xc8\xcf\x87\xa6\xa6\x1e\x87\x1f\x03\xf2\xa3\x94\xc2\x42\ \x50\x14\x92\x99\xc9\x28\xbb\xe6\x24\x10\x06\x0c\xcb\xb6\x94\x64\ \x2c\x70\xf2\xe0\x89\xf7\x98\x93\xab\x43\x52\xfa\x58\x79\x6a\x90\ \x2e\x89\xfe\xc0\x81\xb0\x78\x31\x94\x95\x41\x68\x68\x0f\xc7\xd4\ \x02\xf2\x63\x94\xa2\x22\x90\x24\x48\x48\xb8\xde\x6e\x6b\x18\xf3\ \x9e\x9a\x53\x6b\x36\xec\x56\x65\xb9\xe6\xcc\x9e\xcd\x5f\x6f\xfc\ \x7c\xf1\x92\xb3\x76\xf5\xaa\x81\x84\xcb\x25\x3d\x1d\x74\x1d\x2e\ \x5e\xec\xae\x51\x0b\xc8\x8f\x5b\x8e\x1e\x05\xab\x15\x92\x92\xba\ \x48\x12\x22\x9a\x0f\xb0\x44\x9b\x8a\xb6\x1d\xaa\x9a\xb8\xe0\x99\ \x91\xb1\x46\x59\x85\x1d\xba\x9e\x01\x92\x91\x01\x00\x70\xe2\x44\ \x00\x46\xff\x07\x44\x55\xa1\xb4\x14\xfa\x67\x43\x78\x18\x90\x6b\ \x6f\xbb\xc0\x18\xb5\x46\xa7\x9a\x1c\xa7\xff\xfc\xe6\x07\x9e\x84\ \xdc\x41\x29\xc1\xa2\x25\x34\xd4\x62\xba\xc1\x34\xc8\xf0\x70\xc8\ \xca\x82\x73\xe7\xba\xb8\xec\x06\xdc\xc8\xed\x6c\xc1\xa6\x60\x13\ \x47\x1c\x75\x35\x0d\x2e\x1f\x67\x09\x8d\x8f\x0a\xbb\x14\x6b\x02\ \xa3\xa5\xd9\x6b\x09\xb6\x5e\x3a\x63\x78\x2a\xab\xec\x3a\x92\xc3\ \xa3\xa2\xcc\x9c\x5e\x5f\x5b\xeb\xd6\x98\x2d\x3c\x36\xdc\xda\x46\ \xfa\x88\xa7\x62\xe5\xc7\x9f\x9d\xd7\x63\xee\x79\x7c\x41\x9a\xe5\ \x5b\x84\x70\x69\xc1\xae\x15\xcb\x77\x14\xf7\x9b\x38\x7f\xce\xe8\ \x24\x00\xea\x6a\xaa\xaf\x6f\x72\x81\x60\x89\x4f\x88\x16\x31\x00\ \x68\xb5\x15\xb5\x9c\x2d\x3a\xc2\xda\xb1\x34\xbd\x6e\xaf\xa8\xf2\ \x10\x1c\x1c\x1e\x1d\x6a\xe1\x1c\x0d\x75\x8d\x2d\x1e\x31\x28\x2c\ \x2e\x2a\xe4\xdf\x6a\x1e\x4c\x73\x33\xd4\xd6\xc2\xe4\x29\x40\x28\ \x70\xf8\x3a\x14\x9b\x70\x96\x84\x39\x0f\xcc\xaf\x6c\x26\x49\x19\ \xbd\xcc\x3c\x1b\x36\x79\x0e\x2f\x2b\x1c\xbb\x51\x8e\x63\x9f\x3e\ \x70\xea\x14\xf8\xfd\x70\x59\x5c\xb8\x7b\x30\x6a\x2e\xfc\xe6\x37\ \x7f\x5a\x39\xf5\x3f\xdf\x9b\x1e\x74\x61\xf1\xdf\xfe\xea\x8c\xca\ \x8c\xef\x95\x73\xc7\x94\x51\xd6\xf6\xea\x3f\xbd\x7a\xe1\x1f\x77\ \xc9\x7f\xfc\x9f\x17\xe3\x14\x00\x00\xd2\x5c\xb2\xe8\x83\xc5\x65\ \xaa\x2c\x31\x7e\xe4\xdc\x07\xd2\xbc\x87\xff\xfc\xc9\x9e\x84\xb4\ \xe8\xe6\x26\x3a\x65\xc1\x93\x63\xd2\x6c\x00\x50\xba\x6f\x7d\x31\ \x3f\xf8\xf9\x47\xc6\x58\x4d\xdf\xa6\x11\xa9\xfb\xfc\xc6\xed\x25\ \x93\x1e\x7b\x6e\x48\x54\x10\x00\x00\xad\xfe\xec\xdd\x77\x9b\xf8\ \xf0\xe8\xd8\xac\xd9\xf7\x44\x0b\xaa\x7d\xf3\xea\x75\xe7\x9a\x71\ \xee\x84\x39\x6d\x30\xf2\x37\xac\xf9\xf4\x83\x63\x35\xd4\x24\xd2\ \xd8\xa1\xf7\xce\x1f\xa5\xbf\xf3\x3f\xff\x64\x31\x49\xd4\xd1\x1c\ \x37\x72\xce\x03\x53\x73\xc4\x7f\x1b\x18\x39\x1c\x50\x53\x03\x59\ \x99\x5d\xab\x16\x84\x10\x42\xd4\x59\x5f\xb1\xbf\xa2\x84\x50\x10\ \x45\xc1\x50\x35\x5b\x5c\x46\x4e\x9f\x64\x8e\x5e\x9f\x69\x67\x66\ \xc2\xba\x75\xe0\xf5\xf6\x18\x46\xcc\x5d\xb9\x79\xe7\x99\xe0\x88\ \x78\x99\xa3\xe0\x76\xb0\xa8\x01\x8f\xbe\xf8\x58\x54\xa7\x0b\x5c\ \x17\x0e\xec\xce\xf7\xa4\x24\x44\xb6\x4f\x27\x37\x76\xad\x5e\x56\ \x15\x39\xfe\xb5\x05\xe3\x64\x46\x28\x83\xc2\x1d\xee\xf4\xf1\xf7\ \x3d\x77\xe7\xa0\xa3\x4b\x5e\xdf\xb8\xb7\x64\x4c\xda\x60\x00\x30\ \x3c\xde\xca\xb3\xdb\x3f\xff\xdc\x3d\x7c\x80\x75\xdb\x97\xdb\xb9\ \xcc\x71\x0b\x6e\x1f\x7e\xf2\xab\x45\xbb\x0b\x9c\x7d\x6e\x99\x33\ \x77\x5c\xaf\xc2\xdd\xab\xd7\xee\x38\x23\xa7\x8e\x78\xe8\xde\xc9\ \x21\x02\x02\x80\xe6\x92\x7d\x4b\xbe\xd8\xda\x84\xc2\xa7\xdf\xf7\ \xc8\xe0\x70\xd2\x52\x5f\xb3\x61\xc9\x87\x8e\xdb\x16\x4c\xcb\x8e\ \x00\xbf\x43\x95\x92\xee\x7f\xea\xf1\x64\x33\x00\xb0\xa3\x6b\x97\ \x1d\x68\x88\xbc\x67\xce\xb4\x3e\xf1\xc1\xad\x65\x2a\xd8\xb1\xe2\ \x70\x4b\xe2\xab\xaf\xdd\x17\x22\x32\xcd\x60\xc8\x71\x54\x8c\xcc\ \x7e\xe9\x95\x47\x51\xf1\xd7\xaf\x7d\xb6\xbb\x61\x42\x4e\xac\xf0\ \xef\x02\xa3\xe2\x62\xf0\xf9\x20\x33\xb3\x8b\x8d\x84\x10\xe6\x75\ \x47\xe9\xd2\x8f\x96\xb9\x83\xe3\x22\x83\x44\x4c\xfd\xa5\x05\x05\ \x28\x34\x7d\xb0\x35\x96\x00\xe6\x11\xb9\x2e\x02\xb3\xb2\xa0\xb1\ \x11\x2e\x5e\x84\xb0\xb0\x9e\x71\xa3\x33\x7b\x77\x08\xfd\xa6\x8d\ \xcb\x0a\xa5\x04\xc0\x62\x35\xeb\x75\x1f\x2f\xfc\xfb\xd7\xc7\x2f\ \xb4\xfd\x90\xd6\xbc\x7d\x4f\xd1\xd0\xe9\x33\x53\x82\xb8\xb6\x33\ \xd4\x9e\x5f\xe5\x1f\x7b\x6b\xae\x0c\x40\x34\x9f\xcb\xa7\x71\xa2\ \x50\xb6\x7f\xc3\x92\x25\x8b\xd7\x1d\xf7\x0d\xce\x6d\x0b\xa5\xeb\ \x4c\xea\x3f\x7e\xfe\x13\x0f\xdf\xee\x2c\xce\x37\x0d\xb8\xed\x89\ \xbb\x27\xd4\xec\x5b\xbe\xaf\x29\xfd\x89\xc7\xa6\x95\xed\xdd\xb0\ \xef\xe0\xbe\xf5\xfb\xaa\x66\x3f\xfe\x44\x8c\x7d\xdf\xa6\xa3\xe5\ \x00\x00\xfe\xca\xe5\x2b\xb6\xc4\x4f\x78\xe8\x81\xb1\x61\x5f\x2e\ \x5d\x5b\xef\x67\xa1\x09\x7d\x1e\x7d\xf1\xa5\xc9\xfd\xc2\x01\x00\ \x90\x39\x3a\xc8\xb9\xec\xef\x0b\x57\xee\x2a\x66\xac\x29\xef\x4c\ \x85\x00\x2d\x1b\x3e\x7d\x6b\xd9\xce\x62\x06\x00\x40\x8a\xcf\xd9\ \x33\x47\x4f\x0a\x11\x01\x88\xdf\xed\xf6\x31\x5e\xf0\x36\x14\x7c\ \xb8\x78\xf1\xdb\xcb\xf7\x44\x64\x0e\x8e\x10\xfe\x8d\x8c\x5a\x41\ \x01\x84\x86\x42\x4a\x4a\x57\x30\x42\xd8\xdd\x70\xd1\x69\x4e\x99\ \xff\xe4\x53\x0f\x3d\x38\xff\x91\xf9\x73\x07\x66\xa6\x8c\x9e\x76\ \xd7\xac\xb1\xd9\x02\xd5\xbb\x1a\xde\xeb\xd5\x0b\x24\x09\x0a\x0a\ \x7a\x46\xb1\x59\xcb\xe9\x8d\xfb\xcb\x43\x2c\x46\x79\x45\x4d\x75\ \x55\xa5\x6e\x4b\x5f\xf0\xc2\x4b\x0f\x4e\xc8\x38\xb0\x66\x4d\xa9\ \x03\x00\xa0\xf6\xcc\xce\x63\x55\x1a\x6f\x38\xab\x6b\x6b\x6a\x1a\ \x3d\x00\x00\x48\x14\x38\xf0\x6b\x14\x00\xea\x4e\xef\x5a\xb1\xf5\ \xb0\x1f\x89\xe6\xd0\xf0\xe4\x8c\x8c\xec\xac\xf0\xf3\x27\x8e\x77\ \x2c\x62\xc0\x71\x3c\xcf\x71\x1c\x27\x58\x83\x43\x2d\x02\xef\x2a\ \x2f\xaf\x2e\x3d\xba\x72\xe5\x37\x2e\x22\x39\x1b\x2e\x54\x56\x96\ \x6f\x5c\xb5\xb2\xb0\x45\x6b\x5d\xce\x99\x35\xd5\x3a\x58\xd4\xd0\ \x9c\xa4\xd4\xe1\x23\x6d\x7a\x4d\xa5\x8b\xf0\x1c\x16\x44\xbe\x2d\ \x69\x50\x49\xbe\xe7\xd1\x67\x1f\xbd\x6f\x54\xd1\xf6\xb5\x67\x2a\ \xaa\x75\x29\x72\xde\xb3\x4f\xbf\xfc\xc0\xe8\xc2\xfd\xbb\x9a\x01\ \x00\xb0\x28\x20\x4d\xf5\x03\x00\xb5\xe7\x2d\x5e\xb6\xdd\x49\xb0\ \x20\x5a\xe2\x52\x33\xb2\x07\x64\x69\x95\xe7\x2e\x36\x91\x7f\x1f\ \x18\x95\x94\x40\x72\x32\xc8\x72\x17\x30\x62\x8c\x28\x61\x19\x23\ \x06\xf7\x51\x38\xc4\xf1\x18\xb8\xa0\xec\xa1\xa3\x53\xc2\x65\x86\ \x79\xa1\xeb\x75\xdc\x83\x82\x20\x26\x06\x4a\x4b\x7b\x46\xb1\x19\ \x35\xf5\xe9\x1b\x5b\x76\xf4\x60\xc1\xc5\xaa\xe0\x8a\x0a\x5f\xff\ \x20\x83\x98\xcc\x66\x05\x80\x19\x5e\x67\xfe\x85\x72\x51\x89\x4a\ \x8d\x6c\x3e\x71\x38\xef\x62\x45\xc5\x85\x5a\xc7\xb0\x24\x33\xa0\ \xf0\xdc\xde\xa1\xcb\x56\xaf\xed\xfd\xd8\x1d\xbe\xc6\xba\x7a\x07\ \x32\x6c\xc4\x1a\x97\x3e\x7c\xe8\xf0\x62\xc7\xa9\x43\x07\xca\x54\ \xb8\x55\x02\xa0\xc4\x30\x10\x03\x00\x4a\x0c\xdd\x30\x00\xc0\x16\ \x1f\x1b\xad\x26\xdc\x37\x7f\xbc\x59\x16\xb5\x8a\x83\x47\x8f\xda\ \x27\xde\xb5\x20\xd5\x2a\xc9\x8a\x02\x00\x28\x24\xd2\x42\xeb\x8e\ \xe7\xd7\x30\x23\xcf\xc1\x45\xc6\x98\x91\xda\x69\x3c\x5a\xf3\xba\ \x3c\x3a\x36\x99\x2c\xd8\x50\x0d\x39\x32\x52\xf0\x1c\x3b\x59\x25\ \x6a\x76\x6c\x0e\x69\xdd\xed\xa1\xdf\x90\x8c\x6f\xd6\xad\x38\xd3\ \xeb\xb1\x04\x57\xa3\xbd\xc1\x4b\x09\x41\x62\xf0\xc0\xe1\xc3\x83\ \x6b\xd9\xd6\x9d\xeb\x1b\x3d\x46\x7a\x28\xf7\xef\x03\xa3\xc4\x44\ \x10\x84\x2e\xb8\x11\x63\x8c\x97\x2d\x12\x29\xdd\xb7\x79\x3d\x42\ \x08\x18\x45\x52\x58\xff\x50\xf7\xa1\x2d\x87\x82\x7a\x0f\x4e\x8f\ \x34\x93\xeb\xb8\x78\x60\xb3\x41\x54\x14\x5c\x7f\x56\xff\x75\x92\ \x68\x43\xd3\x66\xde\x93\x06\x00\x07\x6c\x0a\x7f\xeb\x68\xa1\x66\ \xfb\x7b\xcb\x76\xbb\x88\x79\xe8\xed\xf3\xd2\x4d\x0d\x9f\xee\x3e\ \x74\xeb\xc3\x8f\x2e\xc8\x1a\x09\x5a\x65\xd0\x9a\xe3\xb7\x0c\x8c\ \x6d\x55\x99\x83\x66\x3d\xd2\xf4\xc5\x67\x9f\xbe\xfd\x67\xa2\xd1\ \xac\xe9\xa3\xa2\x43\xec\xbe\xaf\xbf\xfa\xaf\xff\x3e\xc2\x8b\xc1\ \x73\x1f\xb8\xab\x35\x9b\xd7\x14\x12\x15\xc9\x49\x00\x60\x09\x8d\ \x0c\xb7\x29\x00\xd0\xfb\xd6\x39\x83\x6a\x16\xbf\xbd\xf0\x68\xec\ \xe0\xa9\x0f\xcf\x18\x7e\xe7\xa8\x8b\xeb\xde\xfd\x0b\x17\xde\xe7\ \x81\x05\x73\x13\xac\x1c\x28\x89\x77\xcf\x1d\xb7\x64\xcd\x3f\xf3\ \x20\x6c\xea\xbd\x8f\x45\x2b\xb5\xe1\xd1\x91\x1d\xd3\x29\xd4\xa6\ \xf3\x2b\x97\xac\xab\xf2\xa1\x5e\xb7\xcc\xea\x1f\x19\x95\x3a\x7b\ \xf2\x47\xcb\xde\xfb\x44\x8c\x9e\x79\xdf\x82\x56\x2a\x18\x37\x7c\ \xee\xbd\x2d\xcb\xd7\x7e\xf8\x96\x41\xd4\xd8\xbe\xb3\xac\xd6\xf0\ \x70\xa9\xf1\x5f\xaf\xbf\x2e\x72\xc2\x80\xe9\xf7\x0e\x8c\x93\xfe\ \x4d\x30\x64\x18\x50\x54\x04\xb3\x67\xb7\xea\x80\x2e\xf8\x35\x25\ \x3e\x7b\x55\x85\x5d\x65\x1c\x42\xc0\x08\x11\xf4\xd4\x94\x88\x26\ \x7b\x0d\x24\x11\x8c\xd0\x75\x95\xb3\xc9\x04\x31\x31\x5d\x18\x35\ \xe4\xf1\xb8\x89\x61\x70\x1c\x67\xaf\xad\xb1\x04\x59\x23\x22\xa3\ \x02\x21\x98\x1f\x9f\x94\x97\x43\xdf\xbe\xf0\xc6\x1b\xf0\xd4\x53\ \xa5\xc5\x85\x41\x56\x9b\xc9\x64\x62\x8c\x5d\x23\x6d\x0d\x61\x51\ \xec\xc8\x95\x43\x18\x81\xae\x6b\x0c\x61\x46\x08\x65\x97\xcd\x54\ \x6b\x4b\x5b\xeb\x90\x9f\xff\x1c\x96\x2d\x83\x53\xa7\xc0\x66\xbb\ \x96\x36\x62\x81\x46\xf8\xf1\x4b\x45\x05\x88\x22\xc4\xc7\x77\x7d\ \x15\xc2\x1c\xf1\x54\x2e\xff\x78\x7d\x8d\xca\x38\x84\x18\xd5\x74\ \x21\x6e\xd6\x9d\x33\xd3\x22\x45\x72\xc3\xb5\xb0\x53\x52\xc0\x30\ \xc0\x6e\xbf\x0e\x8c\x02\x38\xfa\x37\x90\xca\x4a\x10\x04\x88\xba\ \x91\x25\x61\x0c\x09\xd6\xfe\x43\x47\xa4\x18\x0c\x23\x2c\x22\xef\ \xc1\xdd\xfb\x4a\x6b\x9a\x33\x62\x62\xc1\xb8\xd1\x7e\xc3\xf1\xf1\ \xa0\xeb\x60\xb7\x43\xaf\x5e\x3d\x8e\x62\x07\xe4\xc7\x21\xd5\xd5\ \xc0\xf3\x37\x84\x11\x63\x04\x09\xb6\x81\x23\xc6\xf0\x08\x00\x73\ \x22\x6d\xac\x3c\x79\x58\x37\x8c\x6e\x29\x92\xb8\x38\xd0\x75\xa8\ \xab\xeb\x71\x14\xfb\x1a\xe5\x80\x6f\xb9\xbf\x39\x03\x60\x94\x06\ \x96\xe1\xba\xe9\xc2\x18\x03\x84\x50\x69\x29\xea\x86\x36\x42\x88\ \x23\x7e\xfb\x86\x0d\xab\x1a\x34\xc6\x61\xa4\x3a\x6a\x4a\x6a\xe5\ \xbb\xa6\x45\xa2\xee\xec\x9e\xde\xaa\x8d\xca\xcb\x7b\x00\xa3\xda\ \xba\xfa\xf3\x79\x5f\x4b\xe0\x67\xe8\xb2\xc0\x12\x62\xd0\xa4\x28\ \x06\xe6\xd0\x0d\x4d\x21\x83\x90\x66\x8c\x69\xab\xeb\x40\x38\x5b\ \x88\x10\x17\xdf\xc3\x9d\xda\x03\xd2\x0d\x18\x61\x0c\x8c\x25\x9d\ \x3a\x65\x8d\x8b\xc3\xdd\x5a\x16\x1d\x61\x5e\x10\x01\x80\x12\x4b\ \x74\xdf\xfb\xa6\x0e\x4e\x8d\x10\x75\xa3\x1b\x30\x8a\x88\x80\xe8\ \x68\x28\x2b\xeb\x01\x8c\x74\x26\xc8\x87\xfe\x60\x6b\x3a\x47\x2f\ \xff\x9e\xa7\xb0\x23\x2b\xb3\xde\x6c\xe6\xbb\x04\x04\x43\xc0\x11\ \xb8\x63\x95\x24\xa9\xc0\x10\x50\xb7\xc7\x3a\x75\x46\xd4\x6f\xff\ \x9b\xba\xdd\x81\x86\xbf\xc9\xc2\xf3\xe0\xf1\xc8\x86\xe1\x8b\x8e\ \x36\xdf\x58\x75\x51\xce\x14\x79\xeb\xe4\x89\x95\xb5\xcd\x21\x31\ \x09\x36\x11\x11\x46\x89\x61\x74\xb7\x73\x27\x26\x42\x6d\x6d\x0f\ \x60\x84\x10\x20\x41\x61\x22\x00\x7f\xf9\x50\x1c\xa5\x3c\xaf\x08\ \x9c\xc2\xa3\x1b\xc1\x08\x00\xc9\x12\x42\x00\x08\x10\xa1\x20\x08\ \xad\xfe\x67\xa0\xdd\x6f\xba\x20\xb7\x1b\x35\x36\xaa\xd9\xd9\x37\ \x84\x11\x42\x18\xf9\xeb\xd6\x2c\x59\x74\xa2\x46\x0b\x4b\x1a\xf4\ \xe0\xbc\xf1\x75\x67\x8e\xa1\x98\xbe\xe9\x31\x66\xd2\x1d\x2c\x25\ \x24\x40\x59\x19\xe8\xfa\xd5\x2b\xf9\x5d\x77\x4c\x8d\x30\x20\xf4\ \x1a\x07\xa5\xac\xbb\x07\x63\xa4\xfd\xa0\x01\x00\x7d\x4f\x82\x31\ \xf2\x7a\xa1\xa9\x49\x8b\x88\xe8\x86\x3d\xe3\x1c\x35\x05\xe5\x7a\ \xe2\x0b\x3f\x7d\x2a\xd6\xa8\xac\x6c\xf0\xd7\x5f\x38\x51\x50\xd1\ \x88\xbb\xb9\x70\x71\x7c\x3c\xd8\xed\x70\xad\x4d\x20\x71\x17\xa4\ \x98\x5e\xeb\x60\x14\x80\x02\xeb\xc6\x41\x19\xbb\x74\x00\x43\x10\ \xe0\xd7\xdf\x0b\x8c\xc0\xe7\x43\x2d\x2d\xfe\x6e\xc0\x08\x00\x18\ \x60\x1e\x11\x97\xa3\x85\x81\x5e\x51\x7c\xb6\xb8\xda\xa3\x98\x94\ \xee\x06\x7d\xe2\xe3\xa1\xb6\xf6\x9a\x30\xea\x62\x87\x76\x20\xf4\ \xca\xc0\x3a\xa2\x40\x29\x50\xca\x50\x97\xb3\x3d\x19\x6a\xbf\x92\ \x01\x03\xb8\x4e\x82\x79\x40\x6e\x06\xc5\x46\x08\x35\x34\x20\xc3\ \x50\xbb\x01\x23\xc6\x98\x39\x34\xd6\xac\x1e\x5c\xf3\xc5\x46\xaa\ \xa9\xec\xe8\xe1\xc8\xcc\xb1\xa3\xfa\x25\xf0\x4c\xeb\xd6\xd2\x7c\ \x71\x71\xe0\x74\x42\x73\xf3\xd5\xe9\x22\xd7\x87\x11\x6b\x9d\x5f\ \xc0\x2e\xb7\x74\x6d\x0c\xa7\x6b\x58\x30\x00\xc6\x80\x30\x46\x18\ \x30\x00\x72\x73\xe7\x18\x07\xe4\x0a\x7d\x54\x55\xc5\x30\xd6\xc3\ \x6e\x3c\xc1\x90\x51\x43\xb0\x26\xcf\xb9\xef\xee\xa2\x0b\x35\x1a\ \x05\x40\x9c\x25\xc8\x52\x7a\xfa\x88\x6c\x8b\x4e\x8a\x0f\xc7\x37\ \x6c\xa5\xf8\x78\x40\x08\xaa\xaa\x20\x3d\xbd\x7b\x14\x1b\x80\x02\ \x90\xab\xe1\xc2\xda\xe8\x51\xb7\xb4\x51\x2b\x10\x5b\x11\x19\x88\ \x95\x7f\x4f\xfc\x9a\x31\x64\xb7\xd3\xb0\xb0\xee\xec\xca\x88\x10\ \xc7\x7c\x35\x1b\x96\x2f\x2f\xf1\x8b\xc1\x66\x11\x53\xad\xba\xa2\ \x9c\x2a\x51\x03\x46\x4d\x88\x4d\x88\x92\xd1\x8d\x18\xac\xd9\x0c\ \x41\x41\xd7\x74\xd6\xba\xd0\x46\xd7\x86\x11\x63\x6d\x7c\xa7\x6b\ \x18\x31\x0a\x04\x80\x00\xb0\xf6\xbf\x03\xf2\xfd\x58\x35\x86\xec\ \x76\x08\x0b\x03\xf1\xc6\xf9\xc0\x08\x73\x8e\xda\xc2\x8b\x7a\xe4\ \x82\xe7\x16\xc4\x09\x94\x67\xcd\x6b\x96\x2c\x33\x0f\xbc\x6b\xc2\ \x80\x08\x43\xd7\x6f\xec\xaa\x99\xcd\x60\xb3\xf5\x0c\x46\xad\x96\ \xeb\x0a\x18\x75\x9c\xec\x8e\x51\x6b\x33\x7f\x6d\x6b\xd8\x05\x80\ \xf4\xbd\x29\xa4\xba\x3a\x1a\x12\xc2\xba\x01\x23\xc6\x88\x18\x14\ \xdf\xbf\x8f\x18\x6c\x36\x99\x78\x03\xd1\xe0\x5e\xfd\x07\xe0\x70\ \xb3\x28\x49\x40\x7c\xc6\x0d\x99\x87\xa2\x80\xd5\x0a\x76\x7b\x0f\ \x60\x04\xba\x17\x54\x00\x7a\xf9\xe2\x81\x14\x74\xc3\xa3\x11\xe0\ \x6e\x18\x7e\x34\x80\xf9\x0c\xd0\x00\x10\x30\xaf\x07\xe9\x3a\x87\ \x00\x38\x2e\xd0\xea\x37\xdd\x53\xc3\xf5\xf5\xb4\x7b\xda\x88\x31\ \x2a\xda\xa2\xd2\x62\xbd\x25\xc7\x0e\x9e\x6f\x5d\xec\x5d\x8a\x4e\ \x34\xeb\x05\xc7\x8e\xc9\x31\xa9\xd1\x36\xe9\x06\xec\xc8\x64\xea\ \x19\x8c\x10\xd5\x48\xce\x93\x9a\xe1\x64\x97\x6f\x13\x89\x18\xeb\ \x6f\xb1\x6a\x1c\x87\xba\xd6\x2e\x08\x10\x03\xee\x1e\x4c\x5b\x1d\ \x7d\xc3\x70\x45\xc5\x14\xe5\xe7\xb3\xc0\x1a\x01\x37\xdd\xa6\x89\ \x62\xef\xaa\x2a\x57\x46\x86\xd1\x8d\x2e\x8a\x10\xa6\x9a\xe3\xc4\ \xc1\x3d\xd5\x7e\xc6\x63\xcc\xa8\x6e\x88\xb1\x33\xa6\xe4\xe6\xef\ \xdf\x1b\x71\x4b\x6c\x7c\xa8\xa2\x75\xbd\xdb\x9f\x2c\x43\x50\x10\ \xd4\xd7\x77\x17\x46\x31\x91\xe1\x91\xf3\x5e\xbe\xe6\x57\x3c\x74\ \x97\xe9\x90\xf6\x81\xb7\x56\xc2\x4e\x55\x35\x30\x34\x7b\xf3\x61\ \x44\xa9\xd8\xdc\x2c\x64\x64\x84\x66\x66\x76\xe3\x62\x82\x95\xe8\ \x39\x8f\x3e\xcb\x21\xea\xf3\x6b\xa2\xac\x70\x8c\x18\x84\x26\xcd\ \x7f\x04\x21\xac\xe9\xe4\x86\x30\x04\x9b\xed\x9a\xc3\x6a\xd7\xd1\ \x46\x18\xf3\x5d\x2a\x9b\xee\x08\x77\xc5\xff\x25\x29\xd0\xea\x37\ \x5f\x1c\x0e\x50\x55\x2e\x2e\xae\x9b\xbb\x9e\xf3\xbc\xe0\x28\x3f\ \xf9\xd5\x37\xfb\xea\x3d\x3a\x27\x06\xe7\x4e\x98\x36\xac\x77\x24\ \x36\x48\x77\xd9\x6b\x54\x14\x9c\x3c\x09\x84\x5c\xc1\x4f\x02\x93\ \xaf\x7f\xe4\xd2\xdc\x0c\x18\x43\x48\x48\xb7\xc8\x38\xe6\x0d\xe7\ \xc5\xb5\x5f\x6c\x34\xa2\x07\x4c\x9f\x39\x7d\x58\x86\xb2\x7d\xdd\ \x17\x67\xaa\x7d\x3c\x87\xba\xeb\x01\x45\x44\x00\x21\xe0\x74\x76\ \x9b\x62\x07\xe4\x47\x21\x2d\x2d\x80\xf1\x0d\x97\x3f\xef\x30\x32\ \x0e\x7b\x69\xb3\xb9\xf7\x13\x77\xdd\x16\x46\x7d\x62\xff\x34\x67\ \xf5\x5b\x17\x2a\xeb\xb2\xe3\x93\xa1\x9b\xc3\xfc\xc1\xc1\x60\x18\ \xe0\x76\x5f\x01\xdc\x80\x36\xfa\xf1\x1b\xb5\x6e\xc3\x08\x28\x35\ \x87\xc6\x49\xae\x92\xed\xbb\xf2\x2a\xaa\xaa\x4f\xec\xdf\x71\xca\ \x4e\xa3\x23\x43\x51\xf7\xf3\xc0\x42\x42\x80\x10\x70\xb9\xba\xa5\ \x8d\x08\x21\x40\x39\x7c\x79\x72\x1a\x65\x84\x17\x7e\x58\x1e\xbb\ \x46\x08\xe5\x2e\x4d\xd4\x63\x00\x88\x31\x81\x31\x8c\xff\xd7\xba\ \x07\x21\x44\x47\xdc\x15\xf4\x91\x23\x44\xf8\x7e\xb6\xbd\x02\x87\ \x03\x10\x82\xa0\xa0\xee\xa1\xc8\x90\xc2\x7a\xcd\x9a\x32\x78\xd5\ \xa6\x15\xa7\xb6\x73\x14\xc4\x01\xe3\xef\xc8\x49\x0c\xd2\xbb\xef\ \x41\xdb\x6c\x40\x08\x5c\x95\x37\x76\x6d\x18\xd5\xd9\xeb\x77\xe6\ \xad\x20\xd8\x83\xda\x89\x32\xa1\x46\x4a\xc4\xf0\x31\x23\xc7\x7f\ \x97\x57\x76\x57\x15\xe4\x3b\xe4\xc1\x7d\x92\x6f\x4a\x8d\x52\xc6\ \x0e\x6f\xda\xc8\x15\xe6\x43\xfb\x56\x82\x88\x12\x9f\x35\xb8\xff\ \x9c\x7b\xc2\x83\x6d\x3d\x7b\x96\xd1\x78\xec\x78\x45\xea\xc0\x9c\ \x60\x1e\x00\xa0\xb9\xa2\xf0\x82\x5b\x1e\x90\x95\xf4\x2d\xc0\x58\ \x51\x55\x5d\xb1\xf3\x03\x89\x7a\xa0\x3d\x56\x42\x0c\x43\xea\x7b\ \xc7\xa0\x61\x63\x7a\xfa\x28\x4f\x55\x41\xbe\xd3\x34\x38\x2b\x11\ \xdf\x2c\x6d\x04\x60\x10\x48\x1e\x7c\xdb\x4f\xfa\xdf\xea\x51\x35\ \x5e\x32\x9b\x25\xce\xef\xf3\xea\xac\xdb\xd9\x17\x21\x21\x6d\x46\ \xad\x3b\x30\xc2\x48\xb8\xe0\xdc\xee\x20\x45\x1c\x6a\x73\xaf\x74\ \xe2\x8f\x0e\xbe\x34\x25\xe0\xc2\xde\xe5\x6b\x2b\xc2\x9e\x9e\x37\ \xbe\x74\xf7\xaa\xf5\xbb\xf2\x85\xb8\x41\x0f\x3e\x30\x23\x9c\x6b\ \xd9\xb2\x72\xf9\xe1\x12\x47\x9f\x5b\x6e\xbf\x7d\x4c\x26\x07\x00\ \xfe\xea\x45\xef\x7c\x74\x41\x13\x4c\xe6\x88\x5b\xef\xbc\x2b\xaa\ \xf4\xe8\xf6\xea\xb8\xa1\x7d\x92\xaf\xfe\x45\x5f\x4d\xfe\xc6\x23\ \xf6\x19\x33\x6f\xed\xbe\x3b\xc7\x10\xe2\x6b\xab\xac\xab\x3f\x67\ \xed\x2b\x7f\x63\xbf\x0f\xb2\x87\xb0\x79\x0f\x00\x00\xd5\x7d\x67\ \x77\xae\x3e\x4a\xfa\x3e\x34\x35\xc7\x5b\x73\x6a\xf9\xca\x4d\x15\ \x6e\x79\xec\x1d\xf3\xc6\xf5\x89\x42\x00\x67\xb6\x7e\x5e\x20\x0c\ \x99\x3b\xae\x17\x00\x9c\xfe\x66\x69\x29\x4e\x08\x42\xac\x63\x6f\ \x84\xe6\xb2\x13\x5b\x4b\x83\xb3\xb3\x92\xbe\x8d\x07\x8e\x78\xdb\ \xb9\x0f\x2c\xee\x6a\xd6\x5e\xb5\x44\x07\x6f\xda\x38\x00\xa8\x3a\ \xbd\x73\x4f\x85\x32\xf7\xb6\x61\xbc\xbf\x76\xed\x9a\x5d\x7d\x66\ \xdd\xd3\xab\xcb\x4c\x33\x6f\xe9\xd1\x2d\x65\x11\x39\x5d\xc3\xc8\ \xe9\x04\x8c\xbb\xa9\x8d\x10\xe6\x88\xb7\x66\xd5\xb2\xcd\x75\x1a\ \x70\x08\x31\xaa\x53\x29\x6e\xf2\xd4\x09\x89\xa1\x82\x41\x68\x0f\ \xb4\x91\xc7\x73\x25\x60\xae\xeb\x19\x62\x49\xc0\xa6\xce\x07\x6a\ \xcf\xcb\xd6\x1a\x4e\xad\xf8\x62\xeb\xf9\xaa\x3a\x1f\xd5\x98\x35\ \x71\xf6\xfc\xf9\x61\xb5\x7b\xbe\x3c\x59\x57\x7f\x60\xdd\x61\x67\ \xea\x73\x4f\xce\x28\xdd\xf6\xc5\x89\x66\x00\x00\xcd\x5d\x77\xa1\ \x99\xbf\xf3\x99\x17\xee\x19\x6e\x5a\xb3\x78\x79\x0d\x51\x3c\xc5\ \x07\x96\xac\x5c\x77\xec\x7c\x13\x00\x80\xcf\xbe\xf3\xab\x2f\xd6\ \x6d\x3b\xec\xa4\x80\x75\xd7\xf1\xad\xeb\x3e\x5c\xb1\xfe\x5c\xb5\ \xae\x35\x14\xae\x5f\xb9\x6c\xfb\x91\x12\x0a\x00\xfe\xa6\x03\x5f\ \xaf\x59\xb9\x7e\x67\xb5\xfb\x5a\xce\x04\xc7\x31\xc5\xc4\x64\xa5\ \xed\x50\x4c\x1d\x63\x02\x17\xf2\xb6\xac\x5a\xf3\x4d\x61\x55\x13\ \x01\x50\x35\xd6\xe7\x96\x39\x73\x86\x87\x6e\x5c\xb3\xae\x8e\x02\ \x00\x04\x5b\x50\xde\xbe\x03\x0e\x06\xc0\xea\xf7\x1d\x38\x27\xc4\ \xa4\xc6\x45\x86\x5b\x04\x50\xeb\x0a\x37\xac\x59\xb9\xf9\x70\x89\ \xa0\x28\x1c\x40\x43\xe9\xd1\xd5\x2b\x56\xe5\x95\x34\x00\x00\x71\ \x94\x6f\x59\xbb\x7c\xc3\xae\x13\x3e\x00\x60\xbe\x53\xbb\x37\x2e\ \xfb\x62\x63\x49\xc3\x35\xf6\x4e\x64\x82\x99\x8a\x98\x0a\x4a\xdb\ \x21\x72\x80\x30\x00\x78\x9a\xaa\x4a\x2e\xda\x29\x00\x18\x9e\xf3\ \xc5\x25\x1e\x0a\xb5\xf9\xfb\x57\x2c\x5b\x79\xb8\xb0\x1e\x00\xca\ \x8e\x6e\x5f\xb9\x6a\x43\x71\x9d\x1f\x00\xfc\x0d\xa5\x9b\xd6\xad\ \x5a\x7f\xb0\x08\x49\xca\x0d\x34\xb7\xd3\x09\x08\x81\xa5\x7b\x3b\ \x04\x33\x86\x38\x39\x2e\x39\x35\x35\x25\x25\x25\x25\xb5\x77\x7a\ \x82\xaf\xfa\x74\x51\x75\x33\xee\xbe\xc1\xb5\x5a\x7b\x06\xa3\xeb\ \xdb\x12\xe7\xf6\x6f\x0e\xa7\x8f\x9b\x9e\x19\xca\x69\x9c\xdc\x77\ \xe0\xb0\x8c\xe4\x48\xd1\x64\x0d\xb7\x88\xe6\xa8\x58\xd6\x5c\x76\ \xfc\x5c\x99\x1c\x91\x1a\x6b\x69\x8d\x57\xf1\x3c\x07\xee\x16\x7b\ \x73\x8b\x07\x38\x11\x23\xc6\x90\x64\x11\xdc\x6b\x17\x2d\xb9\xe0\ \x72\x7c\xfd\xd9\x27\x47\xeb\xa9\xab\x70\xfb\xe2\xd5\x07\xfd\x82\ \x6c\xb1\x85\xc6\x25\xc4\x5a\x8c\xc2\x8f\x3f\x5c\xd9\x04\xc2\xd9\ \xad\x9f\x7f\x95\x77\x31\x7f\xef\xf2\x4d\xa7\x3d\x49\x89\xe1\x3d\ \xb5\x83\xd1\xfd\x6e\x79\xe4\x9e\x99\xd1\x22\x21\x00\x21\x49\x03\ \x86\x65\xa7\x07\x5b\x64\x9b\x2d\x4c\x41\x00\x00\x71\x7d\x73\xa3\ \xb4\x8a\xe2\x7a\x30\x2a\x4e\xd4\x9b\xb2\x86\x27\xb8\xd7\xaf\xde\ \x5c\xe3\xac\x5a\xfa\xe1\xe7\x35\x44\xe2\x0c\x2f\x15\x24\x57\xd5\ \xa9\xa5\xeb\x0e\x28\x56\x71\xc7\xaa\x95\xc5\xb5\xe5\xab\x16\x2d\ \x2e\x76\x73\xf6\x63\x5f\x2e\xd9\x94\x5f\x73\x7a\xfd\xb2\x1d\x17\ \xe3\x53\x62\x04\xd4\x83\xb1\x42\xcc\x09\x62\xeb\xea\xf5\x08\x4b\ \x8a\x59\xb5\x9f\xfe\x7c\xe9\x16\x29\x36\x39\x58\x91\xab\x8e\xac\ \x5d\xb9\xb7\xc2\x26\xb5\xac\x5b\xb1\xa6\xba\xa5\x7e\xd5\x47\x9f\ \x96\xf9\x45\x4c\xfd\x1d\xbb\x4a\x5c\x57\x5c\x2e\x40\x08\xcc\xe6\ \xee\xa1\x88\x20\x31\x74\xf4\xe4\xe9\xb7\xcf\x9c\x31\x73\xe6\xcc\ \xdb\xa7\x4f\xc9\x8a\x91\xfd\xaa\xc6\x00\x30\xc6\x42\x77\x36\xb9\ \xb6\x5a\xaf\x69\xd4\xae\x9f\xfd\xc8\x2e\x3f\xda\x75\x5e\xed\x99\ \x03\xe5\x38\x63\x7c\x6e\x2a\x33\x28\x07\x00\xa0\x1d\x58\xf9\x71\ \x55\xc8\x88\x09\x99\x21\xc8\x16\x19\x42\x1b\xf3\x0e\xe6\xb5\x60\ \x93\xd8\xb6\x67\x04\xef\xaf\x2b\xdb\xb0\x74\xf5\x9e\x32\x61\xee\ \x83\x73\x62\x24\x1a\xda\x7b\xe8\xed\x77\xdc\xdf\x2f\x54\xcf\xcf\ \xcf\x3b\x53\x6f\x7e\xe0\xe1\xbb\x1f\xb8\x67\x86\xb7\x38\xaf\xa4\ \xde\x08\x8a\xcd\x98\x30\x62\x70\x88\xfd\x84\xdd\x34\x64\xc1\x5d\ \x73\xee\x9e\xd4\x3f\xff\xe8\x31\x14\x9e\x22\xab\xf5\x2e\x22\x87\ \x5e\x67\x69\x36\xda\x3a\x12\xdc\x9e\xae\xd9\x21\x26\xab\xd5\x2c\ \x40\xc7\xc2\x4f\xce\x8b\x07\x3e\xdf\x52\x31\xe5\x8e\x69\xad\x6b\ \x7c\xa1\xa0\xe4\x9c\x44\xe1\x74\x41\xf1\xa9\x43\x85\x11\xfd\x07\ \x87\x49\x58\x30\x5b\x5d\x65\x47\xaa\x85\xac\xc7\xe6\xce\x9a\x3c\ \x7a\x90\x05\xa9\xa5\xc5\x27\x0b\xab\x5d\xaa\x6a\xb8\xea\x8b\x77\ \xef\xdd\x7f\x41\x4d\x9a\xff\xc0\xdc\xf9\xf3\x26\xd5\x9e\xda\xef\ \x30\x27\x86\x63\x47\xa3\x8f\x0b\x0b\xb9\x86\x11\x66\x57\x1d\xed\ \x55\xca\xa0\x95\xfc\x73\x1c\x50\xca\x2b\xb6\xa8\x10\x5c\xdb\xe0\ \xb3\x45\x28\x05\x07\x8f\xda\xbd\x9a\xd7\xef\xaf\x2a\x2d\x3c\x7e\ \xfc\x58\x15\x9f\xfa\xe8\x3d\x33\x67\x8d\x19\x68\xc1\x37\x9a\xb4\ \xd1\xd8\x08\x92\xd4\xc1\x0e\x6f\x14\x85\xe6\x98\xda\xb0\x73\xc3\ \xda\x2f\x56\xaf\x59\xb3\x66\xf5\xa2\x4f\x3e\x3d\x70\x01\x25\xc4\ \x46\x60\xc6\x5c\x6e\x77\x79\x79\xb9\x78\xc3\x81\x39\xab\x15\x38\ \xee\xea\xc5\x8d\xbb\x80\xd1\x95\xd2\x7a\xbe\xa1\xa2\xa8\xf0\xe4\ \xae\xf7\x3e\xfa\x3c\xef\xf0\xbe\xbc\x8b\x8e\xca\x43\x1b\x0e\xbb\ \x52\x5e\x7c\x68\x82\x05\xc3\x99\xaf\x37\x41\xee\xfd\xaf\xfe\xfc\ \xd7\xf1\x8d\x79\x07\xcf\xfb\x00\x80\xe8\x9a\x39\xb1\xdf\xe3\x3f\ \xff\xc9\xb3\x4f\xce\xcf\x89\x35\x13\x83\x50\xa2\x03\x80\x24\xf0\ \x88\x17\x39\xea\x77\xab\xc0\xbc\x2e\x1d\xf1\x8a\x88\x54\x9f\xd7\ \x0f\xc0\x89\x12\x51\xdd\x14\xc0\xe7\x71\x1b\x8c\xcf\xc8\x99\xfa\ \xfc\xe3\x53\x0a\x37\x7c\xfc\xc5\xee\x0b\xd7\xc4\xfa\x65\xa9\xba\ \x8c\xd1\x4e\x31\xf6\xd6\xbd\x13\x31\x00\x69\x29\x5b\xb5\xfa\xc0\ \xa8\x07\x9f\x1b\x12\xdf\xb1\x7f\x0a\x3f\x6c\xec\x20\xfb\xf6\xa5\ \x1b\xcf\x93\x61\x39\xa9\x40\x08\x30\xca\x4b\x66\xaa\xba\x3c\x00\ \x18\x03\xa5\x8c\xe7\x05\x73\x90\x35\x2e\xa5\xd7\x7d\x4f\x3e\x37\ \xbd\x5f\xa4\xe6\x73\x7b\x18\xf8\x3d\x2e\x9d\xa0\xa8\xb4\xe1\xcf\ \x3d\xff\xa0\xe7\xc8\xaa\x15\x6b\x8e\x5d\x8b\xfb\x5f\x79\xb4\xd6\ \x9d\x45\x11\x9d\xf5\x76\x0f\x00\x75\x54\xd7\x7b\x68\x68\x64\xe2\ \xfd\xcf\xbd\xd0\x8f\x9d\xfe\xf0\xe3\x95\x6e\xd9\x6c\x0d\x89\x48\ \xcd\x1c\xf6\xe4\xf3\x8f\x0f\x8e\x57\x54\xb7\xd3\x01\xc0\x61\xc4\ \x6e\xe8\x8a\x7b\xbd\xdd\x8c\x3d\xb6\x8f\x87\xe8\x8d\xf6\x9a\xea\ \x9a\x9a\xaa\xaa\xca\x26\x23\x64\xc6\xbd\xf3\xfa\x46\xcb\x00\xb8\ \xa6\xa6\xe6\xf1\x27\x9e\xc8\xcf\xcf\x97\xba\x1e\x6c\xe0\x79\x08\ \x0e\xee\x2e\xc5\x6e\xed\x52\x40\x3a\x8d\x68\xb0\xb6\x3f\xfd\xa6\ \x3f\xff\xe6\x34\xd2\x74\x6e\xd7\x07\xdb\xab\x46\xc4\xe1\xe5\x1f\ \x7f\x5d\x6d\x1e\xbc\xe2\xb3\xcf\xa2\xb2\x26\xf4\x1f\x34\x70\xeb\ \xba\x65\xff\x2a\x96\x1b\x95\xb4\xb1\x31\x72\x6b\xa9\x35\x4d\xd3\ \x0d\x00\x01\x00\x80\x11\x43\x33\x08\x00\x68\x3e\xb7\x10\x9a\x3d\ \xbe\x7f\xfe\xa2\x85\x6f\x2a\xd4\x93\x38\xea\xbe\xde\x29\xb6\x43\ \xde\xa5\x6f\x2d\xfc\x64\xd6\xd4\x61\xd9\x41\xeb\xfe\xf8\xe6\x42\ \xe2\xd5\x6f\x99\x77\x5b\xe3\xd9\xcd\x9b\x0e\x57\xb9\x40\x8c\x93\ \xc5\xeb\x96\xf3\xda\x1f\x80\x11\x43\x37\x08\x0f\x50\x76\x72\xd3\ \xae\x42\x3b\xbf\x7f\x65\x49\x5e\xfc\x6d\x53\xc7\x86\x9b\x11\x00\ \x98\xd3\x47\x46\x3a\x3e\x3a\x6a\xbd\xa7\x6f\x34\x0f\x4e\x43\xf3\ \x79\x82\x52\x87\xe7\x46\x1d\xf9\xf3\xc2\xb7\x70\x63\x85\x75\xc4\ \x7d\xe9\x7d\x93\x7b\x1f\x5e\x72\x60\xff\xc1\xc8\xf8\xec\x39\x33\ \x86\x8c\x48\x39\xf9\xde\x9f\xde\xe4\x55\x4f\xce\xd4\x87\x85\x8a\ \x03\xcb\xb7\x17\x36\xf8\x58\xb4\xf9\x3a\xda\xa8\x53\x2e\x4d\xc7\ \x7f\x62\xb2\x86\x67\xed\xfa\xe7\xc2\xff\x7a\x53\xf0\x35\xc4\x8f\ \x7c\x30\x91\x94\xaf\x5e\xb5\xb3\xbe\xd1\xc5\x2b\x69\x03\xc7\xa7\ \x96\x2d\xdb\xbe\xff\x50\x4b\x72\xd6\xd0\xa9\xc3\x07\x0d\x4f\x38\ \xf8\xee\x9f\xfe\x2e\xb7\x9c\x27\x83\xe6\xdd\x80\x76\xf8\x7c\xdd\ \x77\xd3\x18\xa3\x58\x8e\x9c\x76\xcf\x83\x6d\x5b\x28\x21\xd4\xba\ \x75\x38\x03\x4e\x53\x55\x40\xe8\x9d\x7f\xfc\xe3\xb9\x67\x9f\xed\ \xd3\xa7\x8f\xff\xaa\x6d\x21\x2f\x49\x50\xd0\xd5\xdc\x08\x79\xdc\ \x2e\x42\xc8\x15\x2b\x8a\xd8\x6b\x1a\x3f\xde\xf2\xb4\x43\x2f\xe5\ \x70\xbb\xa7\x66\xf8\x27\xf4\xfa\xe5\xe4\x71\x73\xda\x3a\x9c\xea\ \x6e\x70\xe9\x61\xa1\x41\x8d\xd5\x65\x35\x0d\x1e\x83\x50\x6b\x54\ \x46\x46\x7c\x50\x43\x45\xd1\xc5\x7a\x35\x3e\xbd\x77\x94\x55\x04\ \x00\x66\xf8\xec\xf5\xae\x90\xe8\xc8\xd6\x1d\xb5\x34\x57\x53\xb3\ \x2e\x44\x85\x06\xb5\xd4\xd5\xa2\xe0\x68\x9b\xa8\x96\x9d\x2b\xf0\ \x88\x11\x99\x69\xb1\x3c\x80\xb7\xa9\xa2\xb8\xbc\x39\x2a\xb5\x4f\ \xb4\xe4\x3a\x57\x70\x41\x8c\x4c\x4d\x8b\xb1\x79\x1b\xcb\x8b\x2e\ \xd4\x4b\x61\xf1\x19\xc9\x51\x57\x40\x9e\x00\x1c\xfa\xe8\x7d\xf9\ \xb3\x0f\x3a\x16\x24\x44\x7e\xbf\xbb\xff\xc0\xac\xff\x5a\x18\x6e\ \x36\x01\x80\xe1\x6e\x6e\x54\xb9\xa8\x30\xab\xea\xac\x39\x5f\xd1\ \xa0\xaa\x2a\x11\xc3\x32\x7b\xa7\x98\xdb\x39\x80\xa7\xa1\xda\xcb\ \x87\x44\x04\x2b\x40\xfc\xf6\x7a\x67\x68\x74\xa4\x60\xb8\x8a\x0b\ \x4a\x3d\x4c\x49\x48\x49\x09\xb3\x88\xaa\xb3\xb6\xb8\xb4\x0a\x05\ \x45\xf7\x4a\x8f\x13\x88\xa7\xa4\xa0\xd8\x30\xc7\x66\x26\x47\xea\ \x2e\x7b\x61\x49\x25\x33\x47\xa4\xa7\x27\x2a\x97\xb7\x73\x59\x45\ \x4d\xe3\xbf\xc6\x99\xdc\xa5\x8c\x6b\x5f\x35\xd5\xd0\xc8\x9c\xb5\ \x03\xc7\xce\x00\x00\xea\x6f\x29\x2e\x2a\x23\xa6\xc8\x5e\xe9\x71\ \xbc\xe1\x2e\x29\x2a\x71\x1a\x72\x4a\x7a\xaf\x10\x13\x76\xd6\x96\ \x95\x56\x35\x07\x45\x25\xa5\xc5\x87\x21\xe2\x2d\x2d\x28\x76\x52\ \x31\x2e\x39\x35\x32\x48\xea\x02\x17\x30\x63\x06\x48\x12\xac\x5e\ \xdd\x71\xee\x06\x2b\x8a\x5c\x4b\x44\x51\xdc\xbf\x7f\xff\xc9\x53\ \xa7\x26\x4c\x98\xf0\xbb\xdf\xfd\xee\x3f\x7e\xfb\xdb\xb4\xb4\xb4\ \xe8\x98\x98\x6b\xdb\xb8\xe1\xc3\x21\x27\x07\xde\x7d\xb7\x7b\x83\ \x21\xf4\x3a\x7d\xaa\xd5\x16\x4a\x96\x48\x09\x00\x20\x32\x3e\x23\ \xb2\xd3\x3a\x16\xe1\x09\xbd\xc2\x13\x3a\x81\x94\x57\xa2\x63\x2e\ \xcd\x74\x13\x83\x42\x5b\xa7\x07\x07\x47\x46\x03\x00\x80\x94\x92\ \x35\xe0\x12\x9b\x09\x4d\x18\x10\xda\x7a\x73\x48\xd6\x80\x36\x45\ \x6d\x0a\x4b\xcc\x09\x4b\xec\x8a\xf1\x77\xee\x13\x97\xeb\x23\xde\ \x12\x12\x65\x01\x00\x90\xac\x31\x59\x7d\x63\xae\xbe\xd7\x1c\x1e\ \xdb\x46\x4d\x39\x39\x2a\x5a\x06\x00\xe0\x83\x32\xfa\xe5\x74\x5c\ \x20\x59\xa3\xfb\x0d\x8c\x6e\xf7\x0a\xcd\xe9\x7d\xdb\xbe\x12\x82\ \xa2\xfa\x0d\x8c\xea\x42\x91\x5f\x4e\x89\x3a\xd5\x9b\x1c\xdc\x3b\ \x7b\x60\x47\xf9\xd2\xfb\x5c\xfa\x2d\x6b\x74\xca\xc0\xe8\x94\xf6\ \xdf\x32\xa5\xf5\x1d\xd0\x8d\x28\x90\x01\xaa\x0a\xe1\xe1\xdf\x3d\ \x08\x87\x10\x72\xbb\xdd\x13\x26\x4c\xa8\xaf\xaf\x7f\xfd\xf5\xd7\ \x7f\xf3\x9b\xdf\x24\x26\x25\x75\x5f\x1b\x75\x65\xd4\xae\x8f\xa2\ \x1f\x8e\x30\x60\xf4\x87\x56\xca\x56\x96\xd6\xa1\x03\xbe\xc7\x39\ \x7a\x86\x01\x3e\x5f\x77\xbd\xfd\x1b\x3f\xcc\x00\x80\x79\xf3\xe6\ \xa9\x9a\xf6\xfa\xeb\xaf\xa7\xa6\xa5\x25\x24\x24\x5c\xe3\x3a\x8b\ \x05\xbc\xde\x6e\x51\xec\xd6\x6e\x4d\x59\x77\xb3\x66\xff\xf7\x40\ \x74\xa5\x47\xf9\x43\xc8\xfa\xbe\xd2\xc9\x65\xdf\x5b\xa1\x0c\x1d\ \xfc\xfe\xae\x61\xc4\xba\x27\x6d\x23\x60\x00\x00\xb0\x60\xfe\xfc\ \xd9\x73\xe6\xfc\xf4\xa7\x3f\x6d\x68\x68\xb8\x2e\x8c\x2e\xe7\xfe\ \xd7\xd1\x46\x08\xae\x70\xd0\x2e\xd9\x57\xbd\xfe\x8b\x8f\xfe\x71\ \xbc\x0a\x05\x27\xe6\x3e\x7c\xff\xb4\x70\x05\x40\x6b\xde\xb9\x76\ \xe9\xae\x7c\xbb\x2d\x65\xe4\x43\xf7\x4f\x36\x35\xe7\x2f\x59\xba\ \xfe\x82\x03\xe7\x4e\xbd\xe7\xb6\xdc\xb6\xf1\x04\x4f\xe5\x89\x65\ \x2b\x37\x5e\x6c\xd1\xac\xd1\xfd\x1e\x7a\x62\xe6\x89\xc5\xef\x6c\ \x2f\x75\x28\xa2\x94\x3e\x7c\xfa\x9c\x09\x03\xc4\xef\x30\x02\x46\ \x3b\x19\x10\x04\x97\xa6\xa0\x18\xde\x96\xc3\x1b\x97\x1c\xe3\x87\ \x3e\x73\x47\x6e\xeb\xe3\xbd\xb5\x67\x96\x2d\xf9\xb2\xdc\x2b\x0e\ \x9f\x79\xef\xc4\xbe\xb6\xdd\x5f\x7c\xbc\xa7\xa8\x39\x26\x7b\xc2\ \x03\x33\x47\x99\x5a\xab\xc1\x70\xef\xfb\x72\xe9\xb6\xd3\x55\x04\ \xcc\xe3\xe7\x2d\xc8\x42\x85\xff\xfa\xf8\x2b\x6a\xb1\x2a\xc1\x69\ \x73\xef\x9f\x93\x1a\x2c\x74\x1f\x46\x9d\xa7\xe6\x51\xd6\xd6\x59\ \xdd\xb5\x67\x57\x2c\x59\x77\xd1\x85\x06\x4c\x9e\x3b\x6b\x44\x06\ \x8f\x80\x7a\x6a\x36\x7e\xb1\xfc\x60\x51\x43\xec\xc0\xdb\x1e\x9d\ \x3d\xf4\xe0\xaa\xc5\x7b\x0b\x6a\x40\x6b\xf6\x45\xe4\xbc\xf8\xec\ \xfd\x11\x1c\x00\x80\xe3\xfc\xa1\xa5\xab\xb7\x54\x39\x8d\xf0\xe4\ \xc1\x0f\x3d\x34\x71\xd7\xbf\xfe\x7a\xb0\x56\x53\x04\xb9\xef\xc4\ \xbb\x66\xf5\x89\xe4\x75\xad\x8b\xed\x3b\x11\x42\xa1\xa1\xa1\x37\ \xec\x5b\x92\x24\x05\x87\x04\xb7\xc2\xc8\x30\x0c\x9e\xe7\x9f\x7e\ \xfa\x69\x8b\xc5\xf2\xdb\xdf\xfe\xf6\x0f\x7f\xf8\x83\xf5\x0a\x0a\ \x6f\x32\x81\xdf\x0f\x94\x76\xce\x70\xea\x8a\x1b\x75\x9e\x16\xc4\ \x68\x7b\x61\xdc\x8d\xf5\x7a\xe4\x43\x3f\x79\x3a\x23\xb8\x23\x94\ \x6c\xca\x99\x74\x6f\xce\xf0\xe2\xb7\xde\xd9\x54\xe1\xbe\xd5\xbd\ \xe1\x2b\x5f\xdf\xbb\x5e\xcb\xac\xf9\xc3\xfb\xeb\x07\x0f\x7e\x2e\ \x06\x03\xf5\x55\x7d\xfa\xfe\x12\x7e\xf8\x83\x2f\x8f\x4a\xf2\x36\ \xbb\x82\x90\xb7\xbc\xc6\x7b\xeb\xe3\xaf\x8d\x15\x4e\xbe\xbe\x70\ \x75\x5a\x56\xdf\xa1\xf1\xfc\xb7\xee\xf7\xb4\x93\x06\x42\x6d\x8d\ \x87\x00\xe0\xe2\xf1\x3d\x3b\xf7\x9e\xf2\x0d\xc8\xea\x78\x85\x23\ \x9b\xd6\x69\x03\xe6\xff\x22\xad\x64\xe1\x9a\xcd\x61\x6a\xcc\xfe\ \xaa\xb0\x57\x7f\xf9\xc8\xda\xb7\xde\xde\x55\xd0\x6b\x5a\xbf\x08\ \x00\x38\xbd\xe9\xd3\xb5\xe7\x94\x27\x9f\x7c\x29\x84\xb9\xc1\x6c\ \xa9\x3f\x56\x21\x66\x4e\xfa\xd9\x82\xb1\x5b\xff\xf9\xbb\x65\x1b\ \x7a\xbf\x76\xff\xc0\x6e\x1b\xb5\x6b\xc3\x48\x0a\x4e\xbe\xf3\x91\ \x67\xab\x0f\xad\x5a\x72\xe0\xc8\x84\x11\x19\x36\x00\x6a\xa0\xd4\ \xa1\xd3\x47\xde\xa6\xff\xeb\x8d\xcf\xf2\x86\x0f\x1c\x37\xe7\xc1\ \xd1\x08\xf6\x7f\xfe\xd7\xa3\x52\xaf\x10\x0e\x00\xc0\x70\x96\xbc\ \xff\xfe\xca\x98\xa9\x8f\xbd\x92\x13\xe5\x76\x78\x15\xe6\xa8\x6c\ \xa4\x33\x5f\xf8\x6d\xb6\x63\xfb\xef\x3e\x5c\x9d\x19\xfc\x70\x1f\ \xa2\x77\xbd\x0b\x6c\x77\xb6\xeb\x14\x04\x41\xe0\x79\x4a\x29\x21\ \x84\xe7\xf9\xe6\xe6\xe6\x7f\xfc\xe3\x1f\x86\x61\xac\x5e\xbd\xba\ \xb9\xb9\xf9\xbd\xf7\xde\xb3\x74\x56\x78\x8a\x02\x3e\x1f\x10\xd2\ \x39\x58\x75\xbd\xdf\x40\x0c\xae\xd4\x46\xed\xd5\x22\xf2\xae\xca\ \x4d\x5f\xae\xf5\xde\x72\xcb\x80\xc4\x60\x00\x00\x4e\xb2\xb2\x73\ \x6f\x7f\xb2\xd4\x17\x39\x2c\xd1\x24\x38\xd3\x13\xb6\x1c\xdc\xb1\ \xb9\x81\x44\x66\xe5\x84\x23\x00\x00\x47\xd9\x91\x1a\x21\xf3\x67\ \xd3\xb2\xad\x00\x21\x56\x1b\x80\x93\x43\xa4\xaa\xf0\xcc\x39\xa1\ \x42\x0c\x8d\x09\xb7\xf2\xdf\xd1\xae\x5d\xf5\x91\x01\x40\xc2\xa0\ \x49\x8f\x80\xbe\xfc\x3c\xe9\x88\x5a\xc4\xa7\x25\xed\x3a\xb4\x79\ \x43\x03\x44\xa5\x65\xc7\x86\xeb\xe0\x39\x7b\xe4\x74\x89\x4f\x75\ \xba\x9a\x9c\x00\x11\xc0\x1a\x0f\x9e\xaa\x1e\x3f\xe7\xd5\xf4\x68\ \x1b\x40\x30\x00\x34\x61\xec\xab\xaf\x3c\x73\xea\x5c\x8d\x5b\x4c\ \xea\x1f\xde\x33\x53\xdb\x99\x62\x77\xb4\x96\x6c\x6e\xca\x5b\xb3\ \x78\xc3\x89\xf4\xe9\x4f\xb5\x06\x53\x79\x5b\x74\x1f\x5b\x34\xb5\ \x1f\x46\xb6\x98\x28\x8b\x00\x98\x47\x8d\x27\x0f\x57\x28\xb7\x3f\ \x9b\xdb\x5a\x29\xf5\x45\x79\xce\xd0\xc1\xcf\x8f\xcb\x94\x00\x82\ \x6d\x21\xc0\xea\x30\xd3\x2f\x9e\x3b\x29\x7a\x6b\xcc\x91\x71\x21\ \x0a\x80\xcf\xdf\x35\x8c\xba\x93\xd5\xd8\xda\xd0\x08\x21\x55\x55\ \x57\xac\x58\x31\x76\xec\xd8\xed\xdb\xb7\xc7\xc6\xc6\xfe\xf6\xb7\ \xbf\x95\x65\xd9\xe3\xf1\x5c\x06\xa3\x56\x6d\x74\x85\xcb\xd5\x7d\ \x03\xdf\x26\xc1\x49\x77\x3d\xf4\x68\x6e\xa4\x73\xf9\x87\x9f\x14\ \xb7\xb4\x25\x18\xe0\xd0\x9c\xe7\x5f\xfd\x55\x5f\x5a\xb8\xa5\xa0\ \x41\xb2\x85\x05\x71\x5a\x55\x95\x5d\x23\xba\xbf\xcd\x82\xfb\xb0\ \x24\x4b\x00\x00\xfa\xee\x55\xcb\xf2\x6a\xbc\x22\x53\x8b\x4f\x1c\ \xca\x3b\x55\x4a\x10\x53\x7d\x9e\x6f\xe9\x5c\x40\xfb\x5c\xca\x4e\ \x07\x83\xb6\x6d\xb6\x45\x45\xe6\xe1\xb2\xed\x0b\x78\xc5\x6a\xe1\ \xd4\xea\x5a\xbb\xdb\xa7\x05\xa7\x8d\xb8\x77\xfa\x80\xea\xe2\xe3\ \x67\x2b\xea\xcc\xe6\x56\x5f\x52\xd3\x29\x32\x9b\x04\x00\x68\x38\ \xb7\x67\xf5\x8e\x23\xba\xa8\x38\x2b\x8b\x0f\x1e\x3b\x52\xe9\xa2\ \x58\x73\x91\x9e\xc0\xe8\xca\xf0\x63\x7b\x31\xd2\xc6\xdc\xf9\xda\ \x4f\xe6\xd4\xe4\x6d\x2d\x73\xd0\xf6\xb1\xa5\x0b\x1f\x7d\xf2\x4d\ \xe6\xd4\xd9\x19\xc1\x3c\x00\x9c\x3b\x74\x54\x4c\xcd\x49\x6b\x1f\ \x69\xd5\x55\x3f\x2f\xb7\x46\xcc\xbc\x5b\x56\x2c\x3b\xd9\x40\x04\ \xdd\x53\x78\xf4\xd0\x91\xfc\x0a\x86\x98\xdf\xeb\x01\xdd\xb8\xde\ \x06\x0c\x3d\xab\x4c\x8c\x09\x21\x0b\x17\x2e\x7c\xf1\xc5\x17\x8f\ \x1d\x3b\xf6\xec\xb3\xcf\x86\x86\x86\x3e\xf5\xd4\x53\x0f\x3d\xf4\ \x50\x64\x64\xe4\x65\x97\x2a\x0a\xf8\xfd\x70\xf9\xca\x5a\xb8\xa7\ \x9d\x9e\x32\x14\x1c\x93\x3a\x62\xea\xe4\x68\xdc\x62\x6f\xf0\xb8\ \x5a\x5a\x7c\xaa\x4e\x28\x20\x39\x2c\x58\x42\x3e\x5f\xc3\xde\xad\ \x47\xd2\xa7\x3f\xfa\xf4\xcb\x0b\xfc\xf9\xbb\x4b\xdd\x00\x00\xb6\ \xb8\x3e\x7c\x63\xfe\xbe\xf3\x6e\x00\xbe\xa6\xac\xa8\xca\xe1\xc3\ \x4a\xe8\x8c\xc7\x9f\x79\xfc\x85\x97\xd3\xa1\x6c\xff\xd9\xea\x9b\ \xa5\x8d\xd8\x55\x1e\x53\x2b\xda\x34\xaf\xc3\xe1\x6e\x3e\xb4\x2b\ \x2f\xe5\xce\x67\x9f\x7b\x76\x8e\xe3\xcc\x9e\xf2\x16\x9c\x36\x64\ \xd2\x1d\xc3\xd2\xcc\xd6\x94\x9c\xc4\xd6\x05\xff\xc3\x33\xa2\xc5\ \xbd\xbb\x8f\x6a\x00\x86\xd3\x5e\x74\xb1\xc6\xaf\x43\xea\xe8\x99\ \x4f\x3c\xf4\xe8\x53\x77\xf4\x3e\xb2\x7d\x97\xf3\x26\xb8\x42\x3a\ \x03\xb0\x46\x84\x72\x86\xc7\xef\x53\x1d\x2d\x0e\x5d\x73\x6e\x5e\ \xb5\x2e\x68\xd4\xfc\x3b\x06\xc7\x01\x00\x50\x77\x61\x79\x43\x4a\ \x7a\xef\x8e\x40\x7c\x58\x72\x96\x56\x79\x32\xaf\xda\x07\x80\x2a\ \x4b\x8b\x6a\x5d\xaa\x60\x8d\x9e\xfd\xcc\x13\x4f\xbe\xf4\x4c\xa4\ \xf3\xcc\xe1\xfc\x2a\xa0\x14\x64\xf9\xbb\xc3\x48\x51\x94\x15\x2b\ \x56\x9c\x3b\x77\xee\x93\x8f\x3f\x5a\xba\xf4\xf3\xf1\xe3\xc7\xdb\ \xed\xf6\x63\xc7\x8e\xb5\x47\x29\x3b\x89\x2c\x83\xaa\x5e\xa1\x8d\ \x7a\x6c\x50\x5c\xd5\xc7\x97\x2c\xdf\xd6\xe2\x76\x8b\xc9\xe3\xb2\ \xa3\xdc\xab\x3e\x39\x5f\xe1\x98\x00\x00\x20\x00\x49\x44\x41\x54\ \x5c\x9e\x7e\xcb\x14\xfb\x81\x4d\x45\xcd\x1e\xbf\x94\xfc\x44\xff\ \x34\xdd\xe8\xbd\x78\xc5\xc2\x73\x3c\x53\x32\x47\xa6\x9a\x00\x00\ \xc4\xf0\xfe\xf3\xa6\x9d\x59\xf4\xc1\xff\xfc\x7f\xf6\xbe\x3b\x3c\ \xca\x2a\xfb\xff\xdc\xfb\xb6\xe9\x2d\x93\x5e\x49\x85\x10\x42\x0f\ \xbd\xf7\x2e\x0a\x8a\x20\xa2\x28\x8a\xbb\xf6\x5d\xd7\x5d\x75\xdd\ \x5d\x77\x75\x7f\xee\xae\x05\x0b\x16\x54\x74\x45\x04\x2c\x08\x2a\ \x5d\xe9\xbd\x97\x10\x5a\x42\x7a\x2f\x93\x32\xe5\x2d\xf7\xde\xdf\ \x1f\x93\x84\x04\x02\x24\xf8\x5d\x15\xc8\x79\xf2\xf0\x90\xcc\x9b\ \xcc\xcc\x7d\x3f\x73\xfa\xf9\x9c\x03\x76\x53\x69\x09\xbd\xd5\x6e\ \x2d\x22\x95\x5f\x2d\xf8\xd7\x3e\xbd\x5a\xc5\x25\xdc\x99\x1a\xf1\ \xbf\x0b\x99\x18\x63\x3c\x40\xc6\x96\x65\x5b\xbd\xa9\xa3\x06\xf7\ \x58\xb6\xe4\x9f\x99\x3c\x75\xa4\x0e\x8a\x10\x2b\x37\x7e\xfc\xf1\ \xf6\x6c\x39\xed\xf6\xd9\x9d\x03\xfd\x49\x36\x61\xe8\xd4\x3b\xb2\ \xde\xff\xf4\xa5\x7f\xee\xc1\xae\x12\xeb\xc0\xdb\x2d\x86\xf2\xac\ \xad\x2b\x5e\x29\xdc\xef\xae\xa8\xe8\x3d\xf2\x4e\xeb\x4f\x7e\x39\ \x25\x19\x9b\x96\x7e\x7f\xcc\xe7\x75\x07\xf6\x9c\x9a\x60\x2c\x5a\ \xfc\xc1\xba\x7e\xc3\xba\xec\x39\x70\x42\x57\xab\x7f\x3b\x1d\xf5\ \x9a\x78\x57\x1f\xa7\xab\xac\x8a\x76\x0b\xbb\x30\x8d\x6f\x0c\xef\ \x75\xfb\xb0\x8c\xe5\x6f\xfd\x73\x8b\x4d\x2a\xad\xe6\xbb\x59\x2d\ \xa5\xde\xc2\xcf\xfe\xfd\x4a\x08\xf6\xd4\x3a\xba\x8d\x4f\x08\x02\ \xaf\xf7\xa7\xc3\x88\x52\xaa\xd7\xe9\xa7\x4f\x9b\xf6\xd8\x63\x8f\ \xa5\x76\xed\x72\x22\x3d\xfd\x91\x47\x1e\x29\x2f\x2f\x2f\x6e\x91\ \x14\x4b\xa7\x03\x45\xb9\x28\x52\x6b\x39\x8b\x5d\x5a\x5c\xf5\xf6\ \xea\xbb\x2b\x7c\xa7\x85\x86\x2c\xb6\xac\xf9\x26\x77\x7d\x69\xec\ \xb0\xe9\x54\x75\x17\x17\x95\xca\xa0\x0b\x8b\x0c\x95\x90\x56\x5d\ \x55\x2b\x1a\xf4\x9e\xca\xd2\x6a\x1f\x38\xc3\x22\x2d\x12\x02\x60\ \x55\xc5\x79\x95\x32\x1f\x1e\x19\xa6\x6b\xa2\xec\xdc\x95\x45\x25\ \x2e\x9f\xc1\xe2\x08\x74\x5a\x95\x9a\xca\xb2\x0a\x97\x86\xc5\xc0\ \x90\x30\xb3\x74\x8d\x71\x1a\x05\xd8\xf9\xfe\x3b\xb0\xe8\x0d\xa4\ \x6f\xa8\x6f\xfb\xbc\x72\x8f\xb4\x6e\xaf\x2e\x0c\x30\xe8\x01\x80\ \xc8\x1e\xb7\x86\x2d\x46\x9d\xe2\x76\x79\xa8\xce\x66\xd6\x55\x16\ \xe5\xba\x14\x21\x22\x2a\x54\x64\x4a\x49\x41\x11\xb6\x85\x06\x9a\ \x9b\x27\x6a\xd5\xba\xfc\xc2\x52\x82\xf5\xce\xe0\x20\x3d\x56\xcb\ \x4b\x4a\xeb\x64\xa2\xb7\x38\x43\x9d\xe6\x56\xbe\xaa\xf3\x79\x45\ \x05\xaf\xf7\xd4\xd5\x14\xb1\x86\x3a\x12\x51\x41\x98\xbd\xaa\xe7\ \xd0\xc9\x9a\xaf\xba\xa8\xb8\x82\x0a\x96\x88\x70\x27\xc7\x14\x97\ \xcb\xa3\xd3\xeb\xbc\xd5\xe5\x2e\xb7\x42\x01\xdb\x43\x23\x1d\x3a\ \x56\x5b\xe3\xd1\x59\x2c\x42\xf3\xcf\x7f\x4d\x79\x41\x79\x8d\x62\ \xb4\x39\x03\x1d\x66\x9f\xab\xbc\xac\xaa\x9a\x72\xfa\xa0\xf0\x30\ \x63\xde\x79\x48\xee\x0c\x5f\x7e\x09\xe3\xc7\xb7\x98\xc5\x6e\xfd\ \x61\xaa\xaa\x2a\xcb\x8a\xc9\x64\xf4\xbb\xd8\x1f\x7c\xf8\x61\x70\ \x70\xc8\xb4\xe9\xd3\x03\x2e\x5d\x0c\xfa\xfe\xfb\xf0\xcc\x33\x90\ \x99\xd9\x94\xd9\xf8\x32\x4d\xb4\x54\x89\x73\x0c\x8b\x86\xde\x08\ \x35\xb4\xf0\x11\x55\x2f\xd8\x01\x00\x0b\xc6\xb0\xa8\x0e\x8d\xbf\ \x6e\xb5\xdb\x01\x40\x1f\x1a\xd5\x84\xcf\x02\xd9\x43\xa2\x2e\xad\ \x16\x1a\x1d\xa1\xb1\x0d\x2f\x49\x6f\x71\x44\x59\x1c\xff\x07\xca\ \x26\x24\x8c\xdc\x3a\x13\x35\x06\x23\x1a\xa1\x8e\x00\x50\x14\x30\ \xe8\x01\x80\x93\x0c\xfe\x35\x6e\xa2\xd1\xe6\x07\x8b\x23\x34\xaa\ \xfe\x59\x91\x18\x1c\xd9\x52\x96\x56\x30\x45\x44\x37\xba\x93\x5c\ \x50\x78\x54\x50\x5b\x9d\x0c\xaa\xf9\x92\xef\x65\xb4\x8e\x35\x1e\ \x9d\xa6\xf2\x92\x0d\x00\x78\x9d\x35\x32\xa6\xe1\xe8\x91\x68\xb3\ \x8b\x00\xa0\xd3\x45\x34\x3d\x2b\xb3\xb5\x85\x02\x99\xc5\x19\x6e\ \x69\x70\xf1\x0d\x36\x67\xb4\xad\xe1\x1b\x45\x05\x4d\xfb\x3f\x99\ \xdc\x12\x04\x41\x92\x24\xc6\x98\xa6\x69\x56\xab\xf5\x77\x4f\x3e\ \x69\x30\x1a\x11\xc2\x2d\xa6\x07\x40\x55\x5b\x95\x37\x0a\x0a\x0e\ \x98\x39\xf9\x09\x8c\x51\x53\xbf\x83\xb0\x5f\xd7\xcc\x2b\x46\xa8\ \xcf\xf8\x09\x6c\xf2\x94\x8b\x14\xb4\xf8\x8b\xa6\x4a\x23\xc3\x43\ \x43\xee\x79\x11\x70\x33\x4f\x0d\x93\xff\xcd\xd1\x31\x06\x84\x80\ \xd0\x96\x45\x4c\x08\x4b\x92\x84\x9b\x6b\x3b\x46\x35\x59\x56\x69\ \x03\x32\x28\xa5\xe8\x8a\x15\x38\xd0\xb4\x56\xf9\x46\x1c\xc7\xc3\ \x25\x7d\x62\xf8\xd7\x37\x8d\x24\x5d\xda\x67\x83\x7f\xe1\x59\x17\ \x8e\x6f\x68\x25\x6c\x7a\x2b\xf0\xff\xe6\xe8\x28\x05\x4a\x5b\x33\ \xbd\xdf\x90\x8d\xe4\x88\xaf\x64\xfd\xb7\x3b\xca\x65\xca\xf3\x02\ \x87\xa8\xaa\x51\x46\x88\x39\x26\x79\x60\xaf\x54\x13\xbe\x40\x06\ \xd1\x90\x02\x68\x59\x71\x81\xaa\xfe\x54\x17\xbb\x5d\x7e\x45\xe2\ \xd7\x1f\x7c\xab\x6f\x22\x02\xa0\x6a\x65\x59\x49\x99\x0a\x95\x39\ \x67\xf2\x35\x6b\x6a\x7c\x04\xa9\xca\xdb\x7a\xbc\x38\x2e\xb9\x6b\ \xb2\x15\xc9\xad\x61\x5a\x17\x84\xd6\x6a\xa3\x76\xb9\x3e\xc4\x7f\ \x2f\x5b\x0d\x23\x46\x09\x36\x84\xcf\xf8\xcd\x93\x92\xc0\x1f\x5e\ \xf9\xe6\x1a\x4f\x97\xdf\xcf\x1a\xaa\x15\x1f\xfd\xf7\xeb\xdf\xf8\ \x94\x56\xe7\xc5\x78\xfe\xd2\x22\x6b\x3b\x8c\xae\x7f\x18\xb5\x85\ \xee\x07\x21\x8c\xa9\xf7\xd4\x8e\x4d\x4b\xbe\x5a\x57\x95\x1c\xe8\ \x66\x50\x97\x7f\xb6\x1c\x24\x8b\x51\x60\x4c\x69\x2d\x8c\x00\xae\ \x04\x23\xdc\xce\x3f\x74\x7d\x89\xdf\x11\x6c\x1e\xa9\xa1\xcb\x7b\ \x87\x08\x71\x20\x97\x7e\xb9\x68\xd1\x86\xd3\x64\xcc\xf4\xfb\x73\ \x76\x6e\x7e\xe1\xd9\x74\xa5\xa2\x30\x62\xd8\xbd\x51\x66\xa6\xc9\ \xac\x0d\x4f\x7a\x11\xb4\x9a\x7e\x53\x59\x5e\x46\x49\x3b\x05\xd1\ \x75\xa2\x89\x30\x16\x4a\x4b\xec\x00\x95\xe5\x65\x9a\xdd\x86\x1a\ \x86\x2e\xea\x6a\x6b\xcc\x66\xcb\xe5\x7c\x23\xd9\x53\xed\x31\x74\ \x7a\xe2\xd9\x89\xa9\x91\xf6\xea\xde\x1d\xb7\x6d\x3f\x84\x82\x6e\ \x19\xd0\xab\x23\x52\x14\xda\x26\xec\xb6\xa8\x8d\x28\xa5\x56\x9b\ \xad\xa6\xda\x55\x57\x57\xdb\x7e\x87\xae\x0f\x18\xe9\x0d\x92\xbb\ \xce\x0e\xe0\xf1\x7a\x55\x45\x06\xb9\xbe\x7b\xda\x66\xb3\xfb\x33\ \x40\x2d\xfa\x46\xa2\x3d\xe1\x9e\x79\x9d\xab\x8b\x73\x8f\x1f\xcd\ \x33\x3a\x82\xc7\xdc\x36\x03\x13\xd9\xa7\xa8\x6d\xa0\x0a\xbe\x82\ \x36\x62\x8c\x89\xa2\x14\x14\x1c\xd6\xce\xf6\x79\xdd\xc0\xc8\x60\ \xc0\x01\x81\x00\x10\x10\x14\xc4\x42\x42\xa1\x49\x13\x3e\xb9\xdc\ \x46\x22\x84\x04\xac\x1d\xfc\x66\xf1\x27\x6b\x0f\xd7\xc9\x32\x43\ \xa6\xd4\x11\xb7\xcd\x99\x3a\xc0\x08\xd0\x86\xdd\xcd\x2d\xa5\x01\ \xf8\x26\xee\x1a\x23\xed\x16\xed\x3a\x82\x11\x21\x40\x09\x00\x50\ \x42\x28\x21\xd0\x8a\x65\x56\x18\xf3\x9e\xe2\x83\x2b\xb7\xe6\x4c\ \xbc\x6f\x7e\xd1\xce\x4d\xf6\x4e\x69\xe7\xf7\x6e\xda\x99\x91\x30\ \x3e\x35\x90\x28\x3f\xe9\xd6\x5f\xd0\x46\x8d\xe9\xf0\xf6\x3b\x74\ \x7d\xc0\x88\x17\x90\x4e\x07\x00\x3a\x9d\x0e\x44\xa9\xa9\xad\xf1\ \x7a\xbd\x2d\xde\x47\x84\x50\x6d\x45\x01\x38\x13\xfb\x76\x8d\xf9\ \x7e\xaf\x18\xda\x21\x51\xc9\xd8\x54\x53\x5d\xcb\xf0\x4f\x5d\x30\ \x5c\x0f\x23\x9d\x4e\x77\xe2\xc4\x89\xef\xbf\xff\x4e\x27\xe9\xda\ \xef\xd0\x75\x21\xaa\x28\x84\xe7\xe4\xce\x01\xf8\xf8\xa3\x0f\xcb\ \x42\x42\x38\x55\x03\x00\x06\x0c\x23\x34\xfb\xee\x39\x26\x93\x89\ \x5e\x32\x2a\xc9\x18\xd5\x5b\x43\x1d\xfa\xda\x1a\x0f\xe3\x7d\x59\ \xef\xbf\xfa\xff\x6c\xc1\x09\xf7\x26\x47\x31\xb5\x2d\xaa\xa8\x25\ \x80\xf2\x0d\xb9\x00\xbe\xa2\xa2\x62\xd7\xce\x9d\xa6\xff\xa3\x31\ \x83\x76\xf9\x5f\x8b\xcc\x73\x49\x95\x55\x00\x70\xfc\xe8\xd1\xec\ \xec\x6c\x81\x10\xbf\x55\xc1\x18\xcf\xb8\x73\x66\x8b\x6c\xad\x94\ \x68\xfa\xd0\x1e\x0f\x3f\xdc\x47\xc4\xa4\xf7\xe8\x69\xd6\xde\xba\ \xee\xbd\xba\x39\x04\x22\x5f\x9d\x2a\xa0\x89\xb4\x64\x3d\x2f\x18\ \x35\x8e\xe3\x0c\x06\x83\xfe\xff\xa2\x95\xae\x5d\x7e\x06\xe1\x78\ \x4e\x92\x3c\x00\x60\x10\x25\xbd\x5e\xdf\x14\x46\x97\x63\xfc\x45\ \x98\x23\x75\xf9\x5f\x2c\x5f\x5d\xe0\x65\xa2\x28\x71\x4c\x3e\x9e\ \x9e\x39\x69\xca\xf8\x18\xa7\xd0\xfa\xdd\x7c\xf5\x15\x98\xe6\x4f\ \xd1\x62\x16\x1b\x31\xa2\xca\x8a\x0a\x18\x23\xc6\x00\x63\x41\x10\ \x11\x51\x65\x8d\x49\x3a\x11\x01\x00\x23\x3e\x59\xe5\x25\x9d\x80\ \x80\x10\x55\x55\xeb\x5b\x55\x31\xc7\x0b\x02\x4f\x55\x45\xf3\x6f\ \x53\x03\xc0\x18\x21\xcc\x8b\x02\x4f\x34\x55\xd3\x1a\x2f\x13\x04\ \x81\x43\xc0\x54\x45\xf1\x8f\xd9\x23\x8e\x17\x05\xbe\x9d\xec\xb8\ \x8d\xce\x11\xf8\xd9\xad\x50\xeb\x83\x6b\xc6\x80\xd3\x85\x44\x46\ \x8b\x2a\xc3\x18\x8b\xe0\xd9\xbd\x7d\xef\xf1\xdc\x3e\x71\x21\xe1\ \x6d\x80\xd1\x15\xb4\x51\x33\xb4\x29\x3e\x63\x7c\xdf\x79\xd3\x47\ \x1b\x89\x82\x18\xc9\x4d\xdf\xb5\x66\xdd\x76\x5d\xb7\x09\x13\x53\ \xd1\x57\x9f\xad\xf7\x00\x80\x29\x69\xee\xec\x01\x47\xbf\xfb\xef\ \x81\x12\xc5\x16\x9e\x32\x6d\xe2\xc8\x18\x87\x9e\x69\x75\x47\xb6\ \xae\x59\xb7\x2b\xa7\xdf\xad\xb3\x06\x75\x8a\xe4\x04\x91\x43\x44\ \x51\x48\xc9\xf9\x3d\xcb\x97\x6e\xb4\x27\x0f\x9c\x30\x7a\x70\x88\ \x59\x20\xbe\xca\xbd\x1b\x57\xef\x3c\x59\xc8\xb0\x21\x65\xe8\x2d\ \x63\xfa\x27\x62\xc6\x2a\x32\x76\x7e\xb3\x7e\x87\x4b\xc5\x1c\x6e\ \xc7\x52\x5b\x80\x84\x00\xe0\x2a\x1b\x13\x9a\xa3\x88\x60\x7d\xe0\ \xe8\x5b\xef\x68\xf8\x81\x5b\xc9\xcd\xf0\x78\x7c\xac\x4d\xab\xee\ \xfc\x30\xba\xaa\x36\xa2\x94\x18\x42\x3a\xc4\x85\xe3\xe5\x6f\xad\ \xa8\xd6\x45\x4d\xbc\x73\xd6\x3d\xac\xea\x1b\x39\x38\x29\x41\x00\ \x55\x56\x01\x10\x32\x26\x26\x75\xcc\x5e\xab\xf2\x41\xdd\x1e\xfd\ \xfd\x7d\xca\x89\x4d\xeb\xbe\xcb\xd4\x87\x75\x99\x3a\xf7\xf1\x00\ \xc3\x1b\x6b\xf6\x6c\x29\x3f\x69\xea\x76\xeb\xdc\x3e\xfa\x93\x1f\ \x7e\xbd\xcb\xe3\x29\x37\x76\x1e\xfb\xd8\x23\xd3\x0a\xb6\x7d\xbd\ \x66\x6b\xb1\x33\xa1\xdf\x6d\xf3\x9f\x36\xbd\xf1\xfc\x76\xbe\xff\ \x9c\xe9\x03\x76\x2c\x5d\x7c\xc6\xa3\x0f\xe0\x3d\x84\x41\x3b\xf9\ \x7a\xdb\xf5\x11\x00\x00\x6e\x75\x70\x8d\x10\x47\x7c\x65\x9b\x36\ \xad\xad\x52\x19\xc7\x61\x5f\x45\xd6\xf6\xb3\xec\x8e\xf1\xc1\x40\ \xdb\x90\x36\x02\x55\x05\x8e\x6b\x8d\x51\x03\x00\xe6\xa9\x2a\x48\ \x3f\x7a\x24\x5f\x3e\x1b\xdc\x75\xc8\x94\x84\x70\x7c\xc4\x47\xb0\ \x2d\x2a\x36\xde\x0d\x00\x96\x60\x44\x15\x9f\x8a\x53\x47\x4c\x09\ \x28\xda\xf1\xdc\xa2\xe5\x75\x58\x47\x0f\x1e\x2a\x45\x8e\x47\x46\ \x4f\xdc\xba\xeb\x5f\x27\x72\x91\x63\x40\x65\xa2\x21\xff\xd4\xc9\ \x74\x95\xb3\xdc\xfe\xd4\x28\x72\x7c\xf9\xbb\x4b\xd6\x33\x9d\x24\ \x1f\x38\xea\xd1\x3d\x7b\xfb\x94\xc1\x47\xd7\xf9\x14\x44\xdc\x35\ \x15\xe7\x4e\xe4\x1c\xf2\x31\x93\xd9\x78\xb5\x0d\x12\xed\x72\xa9\ \x36\x42\x80\x30\xd7\xfa\x6d\x75\x08\x33\xcd\x9b\x77\x3e\xb3\x58\ \x01\x44\x35\x24\xd9\x6f\xbd\x7f\x72\x8f\x28\xa3\xda\xa6\xa4\x91\ \xaa\x02\xcf\xb7\x0a\x46\x94\x68\x92\x33\xf1\xd6\xbb\xe6\x52\x7b\ \x4c\xcf\x64\xcb\x0f\xef\x1d\xf1\x3a\x86\x1b\x83\x3b\x4e\x9e\x3e\ \x43\x01\x40\xa2\xdd\x69\x40\x84\x71\x41\x31\xf6\xf3\x99\x39\x5e\ \x22\x48\x7a\x11\x38\x52\x78\x36\x07\x86\xf5\x0b\xb5\x0a\x59\x6e\ \xe0\x30\x42\x18\xf3\x1c\x26\x92\x3d\xc2\x22\x16\x1e\xce\x54\x45\ \x83\x51\xe0\xb0\xea\xc9\xcb\x3e\xc7\xfa\xc4\x93\x33\x6f\x7d\xba\ \xcc\x32\xe1\x96\x07\xd2\x26\x54\xec\xdd\xf0\xed\xf6\xa3\xd9\x04\ \xf3\xed\x36\xad\x8d\xda\x08\x01\x42\x7c\xeb\x8d\x1a\xd5\x78\x53\ \xd4\xcc\x07\xe7\x57\x54\xd6\x9a\x03\x9c\x3a\x04\x88\xc7\xaa\xcf\ \xa7\x42\x5b\xac\x5a\xeb\x61\xe4\x7f\x8d\x9a\xea\x2b\x3d\xb3\xf7\ \xfd\x75\xa7\x4e\x9f\x2b\x8c\x1c\x6f\xa8\xc9\xdd\xff\xce\x2b\x1f\ \xd5\x00\x20\x47\xef\x67\x1f\xb9\x85\xe7\x68\x55\xb1\x27\x3c\x24\ \x88\x67\x8a\xaa\x0a\x44\x56\x22\x42\x43\x10\xd4\x56\x7a\x28\xd7\ \xd8\xc3\x8b\x10\x68\x75\xe5\x3e\xad\x43\x44\x08\x92\x33\x55\x4e\ \xf2\xaa\xcc\x19\x1c\x2e\xd5\x55\xc8\xaa\xfb\xf0\xfa\x25\xe9\x3b\ \xd6\x24\xa6\x8d\xb9\x7f\xde\x6f\xe5\x57\x5e\xdc\x9e\xe9\x12\x85\ \xf6\xc6\x95\xb6\x69\x23\x8a\x31\x4f\x48\xab\x95\x11\xe6\xd4\xca\ \x55\x9f\xbc\xbb\xf1\x64\x55\x4c\xf7\x51\xf3\xee\x1a\x5e\x7a\xe4\ \x28\x0e\x4e\x8a\x09\x32\x10\xd2\x6a\x17\x5b\x51\x40\x10\x2e\xaa\ \xac\xe1\xcb\x04\x93\x22\xa9\xcd\xd9\xb0\x6a\xe5\x86\x1f\xb7\x65\ \xe4\x56\x02\xe6\x30\xe6\x78\x0e\x31\xea\x17\xe0\x78\x5e\x40\xda\ \xf1\xcd\x6b\x51\xf2\xa8\xbb\xa7\x0d\x8b\x08\x0e\x4a\x4a\x9b\x38\ \x6f\x46\xf7\x33\x7b\xd6\x65\x7b\x30\x8f\x11\xe6\x78\x9e\xc3\x00\ \x9c\x80\x6a\xb6\x6c\xda\x1b\xd0\x6f\xf6\x9d\x63\x7a\x85\x04\x85\ \xf4\x18\x31\x7d\xd6\x88\xe4\xdd\xab\xb7\x28\x01\xb1\x7d\xfa\xf7\ \x89\x0c\xd0\xbb\xab\x5d\xa0\xb3\xda\x8c\x12\x6b\xdf\x24\xda\x16\ \x41\x00\x14\x01\x41\x98\x6f\x83\x4d\xe3\x5d\xf9\x47\x0e\x14\x5b\ \x1f\xfe\xfd\x03\xfa\xe2\x63\xe7\x0a\xdd\xe7\x8f\xfc\x78\xe0\x5c\ \x09\xd7\xa6\x4f\xaf\x2c\x83\x28\x5e\x5d\x1b\x21\x84\x34\x6f\x4d\ \x59\x19\x87\x25\x9d\x44\x78\x8c\x80\x50\x4d\x73\xbb\xca\xca\x11\ \xc3\x1c\x06\x40\x4c\x2e\x2f\x2b\x55\x90\x50\x97\xb3\xeb\xb5\xb7\ \xb8\xdb\x26\x8f\xbe\xaf\x3b\xc6\x1c\x39\xb3\xf6\x93\x55\x1b\x8e\ \x62\x41\x00\x4a\xbc\xae\xf2\x72\xd9\x0d\x08\x71\x82\x50\x7c\x70\ \xf5\x3b\x9c\x6f\xd2\xc8\x69\xf3\x86\x50\x8c\x94\xbd\x2b\x5e\x5b\ \xbd\xf7\xbc\x25\xa1\x7f\xdf\x51\xe3\x82\x25\xca\x09\xdc\xd9\xd5\ \x8b\xb7\x9f\x2e\xe3\xdb\xd4\x9a\xde\x2e\x00\x14\x21\x82\x91\x48\ \xda\xe0\x20\x6b\xaa\x66\x30\x99\x1d\x36\xb3\xcd\x8c\x4b\x72\xce\ \x17\x15\xd7\x5a\x3b\x8a\x6d\x7b\x56\x9f\x0f\x44\xf1\x22\x6d\xd4\ \x02\x8c\x38\x49\xef\x3a\xba\x7e\xc1\x61\xe0\xb8\x7a\x67\x85\xd3\ \xe9\x4a\xf6\xad\x5a\xb0\x07\x38\x4e\xc0\x00\x50\x9b\xf1\xd6\x82\ \x74\xcc\x71\x46\x09\x97\x66\x6c\x59\x78\x7a\x87\xc8\x73\x8c\x12\ \x55\xd5\xb0\x20\x70\x08\x61\x1d\x7f\x7c\xd5\xa2\xa3\x80\x39\x49\ \x00\x00\x81\xa7\x99\x7b\xbf\x5f\x70\x70\x83\xc0\x63\xa6\x69\x8a\ \x46\x79\x51\x5f\x97\x73\xe8\xa3\xd7\x0e\x61\x8e\x03\xaa\x29\x0a\ \xe1\x04\x9e\x6b\x5f\x3c\xd1\x76\xa3\xa6\xe1\x36\xf8\x46\xc0\xa8\ \xc9\x19\x81\xcb\x36\xbc\xf6\xef\x2c\x5f\x75\x35\xcb\x5c\x6a\x4f\ \xe8\x37\xa6\x53\x18\x6d\xdd\xe2\xeb\x0b\xda\x48\x92\x5a\xe7\x1b\ \xa1\x8b\x1b\x21\x51\xb3\x9f\x20\xae\xfe\x1b\xc4\x0b\xa2\x3f\x79\ \x0a\x08\x0b\x4d\x46\x14\x9a\x5f\x5e\xff\x10\xa3\x0c\x30\x27\x8a\ \x5c\x83\xdf\x04\x8c\x52\x00\x2c\x88\xed\x08\x6a\xbb\x51\x63\x8c\ \x22\x44\x30\x16\x5b\xbd\xaa\x81\x51\xc2\x9b\x23\xa7\xcc\xb8\xb3\ \xd2\x47\x39\x0e\x03\xc2\xce\xd0\x98\x40\x03\x22\xad\x07\x22\x00\ \x78\xbd\x20\x49\x97\xd5\x46\x8c\x31\x55\x55\x55\x55\x6d\xbf\x43\ \xd7\x85\x68\x18\xcb\x84\xa8\x18\x71\x8a\xa2\xaa\x0a\x22\x14\x1a\ \x8a\x5a\x57\xc8\x1b\x69\xde\xd2\xcd\x6b\x56\xe7\x78\x18\x8f\x31\ \x10\x4f\x99\xdb\x32\xe7\xe1\x47\x07\x24\x98\xe5\xd6\xb7\xf4\xfb\ \xc7\xbd\x5b\x84\x91\xa2\x28\xd1\x51\x91\xf7\xdf\x3f\x57\x12\x75\ \xac\xbd\x73\xed\xba\xb0\x68\x3c\x2f\x55\x55\x19\x0e\x1d\xe9\x9b\ \x9a\xea\x9c\x3d\x0b\xcb\x32\x00\x20\x40\x1a\xd1\x74\x92\x44\x5b\ \x52\x30\x94\x6a\x9c\x31\xe2\xce\x87\x1e\xd7\x18\x20\x84\x0d\xbc\ \xf7\x9b\xc5\xef\xe5\x95\x56\xb0\x24\x5b\x1b\x1a\xd7\x3c\x9e\xcb\ \xc2\x88\x31\x26\x8a\x42\xe7\x94\x54\x8b\xd5\x4e\xdb\xa4\xe2\xda\ \xe5\x97\x82\x91\x20\x70\x15\x15\xa2\xd9\x1c\x1e\xe0\xb4\xf4\xee\ \x8b\xbc\x5e\x00\xc0\x98\x2b\x2b\x29\x6c\x8d\x22\x40\xc0\xea\x2a\ \x8a\x0a\xcb\xb5\x44\x9d\xae\x6d\x2d\xaf\x7e\x6d\xd4\x5c\xe7\xb5\ \x60\xd4\xda\x61\x74\x7d\xc0\x88\x31\x42\x29\x15\x45\x56\x5b\xab\ \xaa\x2a\x52\x55\x00\xc0\x98\x6a\x97\x77\x95\x10\xe6\xd5\x9a\xec\ \xa5\x6f\x7d\x96\xaf\x32\x0e\x63\xea\xa9\x2c\xc3\x11\x63\xa2\x82\ \xa1\x4d\xab\xa4\xdd\x6e\xd0\xeb\xaf\x1e\xa9\xb5\xcb\xf5\xe2\x62\ \x03\xcf\x83\x24\x21\x8f\x07\x5a\x57\x8e\x64\x54\xe3\x8d\x91\xb3\ \x1e\x7d\x9c\x50\x06\x98\xb7\xea\xd4\x6f\x3e\xfa\x20\x2b\xa7\x24\ \x25\x28\x0c\xb4\x56\xfb\xc4\x75\x75\x60\x34\x5e\xf4\x8c\xed\x21\ \xd2\xf5\xed\x1e\x51\x51\x44\xee\x36\xd0\xd5\x31\xc6\x34\x55\x55\ \x35\x4d\x53\x95\xaa\xd2\xfc\x9c\xa2\x0a\x8d\xd2\xb6\xd5\xc4\xeb\ \xea\x2e\xe5\x77\x6b\xd7\x46\xd7\x8f\xfa\x41\x88\xe7\x79\x4d\xd3\ \xea\xfb\xac\xfd\xda\x48\xa7\xc3\xad\x86\x11\xe6\x78\xb5\x2e\xfb\ \xb3\x37\x3f\x38\xef\x01\x81\xc3\xaa\xcf\x63\xed\x38\xbc\x6f\xa7\ \x50\xd2\xa6\x26\xda\xda\xda\x4b\x17\x26\xf1\x57\x7e\xd1\x08\x01\ \x30\xd0\x34\x8d\xb6\x57\xdf\x7f\x39\xe1\x79\x9e\x31\xa6\x28\x4a\ \x49\x49\x89\xc3\xe1\x90\x24\x09\x21\xa4\x51\xca\x78\x9e\xe9\x74\ \xb8\x45\xf6\xea\x96\x84\x12\x82\x0d\xe1\x33\x1f\x7e\x0a\x71\x48\ \x51\x54\xd1\x60\xb1\x59\x0c\x40\x1a\x1b\x0a\x5b\xad\x8d\x2e\xe9\ \xb4\xe6\x2f\x87\x21\x45\x55\x8f\xa5\x9f\x52\x64\x05\x73\x38\x29\ \x21\xce\x61\xb7\xd2\xc6\xea\x1d\x02\x00\x20\x84\xb4\xa2\x9e\x87\ \x05\x91\xa7\x9a\x4a\x9a\xd7\x7d\x10\xc6\xc0\xda\x91\xd9\x3a\x15\ \x82\x71\x56\x56\x96\xd3\xe9\x24\x84\xbc\xf8\xe2\x8b\xcf\x3e\xfb\ \xac\xcd\x66\x2b\x2c\x2c\xec\x10\x1b\x5b\x0f\x23\xff\x4a\xb5\x56\ \x9a\x41\xc9\xa8\xa3\xb9\xdf\xae\xda\x94\xe7\x92\x25\x63\x50\xff\ \xd1\xe3\x7b\xc6\xd9\x11\x6d\x0b\x8e\xaa\xab\x2f\xe5\xbe\xe5\x2f\ \x03\x7f\x6e\xd3\x96\x9d\x66\xa3\xc1\x6c\x36\x69\x1a\x59\xf9\xdd\ \x86\x3e\x3d\xbb\x5e\x68\x2b\x63\x8c\x01\x84\x04\x07\x5a\xcc\x17\ \x8f\x1f\x08\x3a\xbd\xc8\x61\x00\x46\x09\x51\x15\x55\xd3\x3c\xd9\ \x67\x4b\x4d\x41\xe1\x76\x23\xdf\xb4\x2b\x86\x6a\x2a\x43\x18\xb7\ \xf7\xa9\xb5\xc2\x90\x71\x1c\xb7\x66\xcd\x1a\x8f\xc7\x13\x19\x19\ \xe9\x72\xb9\x36\x6e\xdc\x58\x55\x55\xa5\xaa\xea\xef\x9f\x7a\x8a\ \x0a\x02\x35\x1a\x71\x4d\x0d\x92\x65\x40\xe8\xaa\xab\x14\x10\xe6\ \x58\x5d\xde\x67\xef\x7e\x50\xe9\xec\x48\x6b\x0a\x09\x41\x2b\x97\ \x7c\x2a\x3e\x30\xbf\x6b\x88\xa0\xb4\xb2\x89\xd6\xeb\x85\xda\xda\ \xa6\x74\x7d\x57\x34\x6a\x0c\x5c\xae\xea\xc1\xfd\x7b\x8b\xa2\xc8\ \x73\x9c\xd7\xeb\xcb\x2b\x28\x6a\x96\x1e\x65\x2c\xf3\x7c\xce\xa0\ \x7e\xbd\x9a\x0c\xb2\x20\x1e\x69\xc7\x37\xac\xd8\x9b\x5d\xc5\x61\ \xce\x10\x10\xd9\x7f\xf0\xa0\x08\xb1\x6a\xf3\xf7\xeb\x3a\x4e\x9c\ \xdd\xdf\x22\x6a\x18\x8b\x3c\x0f\x80\x98\x37\x7f\xf5\xea\x1f\xc2\ \x86\xdc\x3e\x20\x5c\x74\x7b\x55\xec\x6f\xdf\x66\x20\x08\x22\xa2\ \xaa\x4a\x91\x20\x0a\x3c\xc6\x54\x53\x65\x55\xf3\xf7\x77\x23\x46\ \x55\x45\xd1\x18\x70\xbc\x20\xf2\x3c\x30\xa2\x28\xca\xcd\xd0\x10\ \xa0\x69\x1a\xc7\x71\x9d\x3b\x77\x7e\xff\xfd\xf7\xcf\x9e\x3d\x9b\ \x98\x98\xb8\x6b\xd7\x2e\x97\xcb\x75\xf7\xdd\x77\x23\x00\x8d\x52\ \x6a\xb3\x01\xa5\xc8\xe3\x61\x7a\xfd\x55\x27\x1e\x31\xe6\x2a\xf3\ \x8f\xe5\x09\xc9\xbf\x9f\x7f\xc7\x0f\x8b\x3f\x4d\x1c\x3f\xbb\x70\ \xdd\x82\xf4\xb3\xf9\x5d\x23\x12\x40\x6b\x1d\x9d\x88\x7f\x27\xe9\ \x25\x1b\xdc\xf8\xcb\x29\x52\x55\xd5\x36\x6d\xd9\x29\x89\x22\x03\ \x26\x89\xa2\xc0\xf3\x4d\x93\x54\x1c\xcf\x67\x9c\xc9\xef\xd6\xa5\ \x93\xc5\x62\xa9\x87\x11\x02\xcc\xe4\x13\x3b\x76\x57\xc7\x8c\x18\ \x9e\x6a\xcf\x3a\xb8\xed\x83\x45\xf9\x73\x1f\x98\x3e\x6c\xf4\x70\ \x5d\x80\x04\x08\xcb\x55\x85\xe9\x59\x79\x9a\x14\x98\x18\x83\x73\ \xce\xa4\xe7\x8b\xbb\x70\x4c\x40\x78\x6c\xa4\x2f\xaf\x4c\x1f\x14\ \x19\xa0\x63\x25\xb9\xe7\x34\x63\x70\x88\x09\x72\xcf\x9c\x2e\xa9\ \xa8\x35\x04\x44\x26\xc6\x47\x68\xd5\x85\xe9\xe7\x72\x35\x9d\x33\ \x31\x3e\xda\x24\x42\x5d\x65\xfe\xf1\xac\x02\x4d\xb4\x74\x88\x8f\ \xb3\x49\xf8\xc6\xb6\x8b\xa2\x28\xee\xde\xbd\x7b\xf9\xf2\xe5\x94\ \xd2\xd8\xd8\xd8\xb9\x73\xe7\x46\x45\x45\x15\x15\x15\x2d\x5e\xbc\ \x78\xc3\x86\x0d\x9b\x36\x6d\x9a\x3c\x7b\xf6\x14\x87\x03\x18\x43\ \x75\x75\xec\x8a\x24\xeb\x0d\xca\x01\x10\xe2\x79\x44\x55\x8d\x10\ \x5f\xc5\xee\x8d\xab\x8b\x33\xd5\xc1\x03\x1d\xa8\xf5\x99\xc2\x9a\ \x1a\xe0\xf9\xd6\x1a\x35\x4a\xa9\x20\xf0\x3d\xba\xa6\x48\xfe\x6a\ \xeb\x25\xc6\x47\x27\x49\xe5\x95\x55\x84\x36\xdb\xf5\xc2\x18\x41\ \x92\xa5\x63\xd7\x3e\xc3\x47\xc4\xf6\x4e\x30\x1d\xfe\xeb\xd7\x39\ \xb9\xf9\xa7\x57\xaf\x4a\xba\xf3\x09\xa7\x76\xe2\xbf\x8b\xbe\xaa\ \x35\x38\x1d\x01\xe1\xce\xd0\xee\x3a\x01\x15\xe5\x9e\x3b\xcb\x7c\ \x01\xa1\xfc\xd7\x9f\x7f\x9e\x3c\xf3\x8f\x53\x63\xe5\x95\xdf\x7e\ \xe2\xea\x76\xdf\x8c\xd0\x9c\x4f\x3e\x58\x63\x8e\x8e\x8b\x4a\x30\ \xc6\x05\xc9\x5f\x2f\xfd\xa6\xd6\x10\xc4\xaa\x7e\x3c\x70\x7e\xd4\ \xac\x01\xce\xaf\x17\x7f\x5a\x63\x8b\xb6\xe9\x0d\xd6\x88\x68\xbb\ \x4e\x82\x1b\x1a\x46\x9a\xa6\x75\xea\xd4\x29\x2d\x2d\x6d\xed\xda\ \xb5\xe3\xc6\x8d\xeb\xdc\xb9\xb3\xc7\xe3\x49\x4c\x4c\x1c\x31\x62\ \xc4\xa2\x45\x8b\x86\x0d\x1b\x96\x9a\x92\xa2\xa6\xa7\x4b\x94\x62\ \xb7\x9b\xe0\xab\xb7\x8e\x32\xa2\x9a\xc2\xba\xdf\x32\x3e\x52\x62\ \x5c\x48\x90\x6e\xff\xf1\xdc\x81\x13\x66\xf4\x89\x77\xa8\xad\xaf\ \xf0\xd7\xd4\x00\xc7\xb5\xd6\xc5\xf6\x2b\x24\x67\x80\xfd\x72\xcb\ \x47\xf5\x3a\x9d\x5e\xa7\xbb\x78\xc2\x17\x71\x3c\xc8\x99\x27\xf6\ \x6c\xf0\x1d\xcb\xd8\xb7\x8d\x8f\x4e\x88\x0f\x33\x9c\xc1\xbc\x0e\ \xc9\x07\xb7\x7c\x5f\x1d\x39\xf8\xf1\xd9\xa3\x45\xaa\x61\x39\x5b\ \xc5\xc6\x7e\x93\x67\x4e\x4a\xb0\x78\x5d\x19\x9c\x20\xf1\x18\x18\ \x20\x5e\x94\x44\x9e\x53\xdc\x35\x7c\x40\xa7\x39\x0f\xdd\x1f\x24\ \x68\x87\x57\xbe\x7f\xa4\x90\xbb\x65\x5a\x57\x96\xed\xfd\x72\xcb\ \xb6\xf3\x1d\x06\x15\x95\xf9\x52\x86\x0d\x1e\xdd\x33\x46\x64\x9a\ \xa2\xdd\xe0\xd9\x76\xc6\x98\x24\x49\x16\x8b\x05\x63\xcc\x71\x5c\ \xe3\x32\x20\x8e\xe3\x38\x8e\xb3\x58\x2c\x3a\x49\xa2\x26\x13\x30\ \x86\xdc\xee\xd6\x78\xd9\x8c\x31\x6c\x08\xe8\xde\x23\x58\xf5\xf9\ \xd2\x26\xff\x36\x6d\xaa\xa0\x93\x78\xad\xf5\x94\x34\x00\xe0\x72\ \x01\xc7\x5d\x1a\xf0\x5f\x29\xfd\x48\xae\x28\x2d\x4d\x89\x23\x0e\ \xb4\x8a\xa2\xbc\xec\xfc\x0a\x67\xca\xa8\x07\xee\xbe\x2d\x5c\x4f\ \x35\x0a\x8c\xc8\x95\x65\x75\xe1\x31\x51\x26\x09\x21\xcc\x61\xc4\ \x18\x30\xc6\x28\x21\x14\x01\x50\xc6\x10\xc7\x73\x5c\xfd\x90\x1e\ \x42\x18\x63\x44\x09\x05\x50\x2b\x5c\x1e\xc0\xa8\x2c\x37\xb3\x94\ \x06\x8c\x18\x3d\x20\xac\x43\xe7\x99\x77\x8f\x29\xdc\xf1\xc5\x1b\ \x6f\x7e\x72\xa2\xd8\xcb\x73\x37\xb8\x87\x2e\x08\xc2\xa1\x43\x87\ \x56\xaf\x5e\x2d\x49\xd2\xee\xdd\xbb\xf3\xf2\xf2\x04\x41\x28\x2a\ \x2a\xda\xbe\x7d\xbb\x28\x8a\xeb\xd6\xad\xdb\xbd\x6b\x17\x67\xb7\ \x03\xa5\xd8\xed\x6e\x2d\x77\x2a\x25\xb2\x4f\xa6\x80\x38\x5e\xe0\ \x31\x53\xe4\x36\xba\x98\x2e\x17\xf0\x7c\x1b\xb4\xd1\x35\x7d\x7c\ \x88\xcc\xf4\xdd\x87\x4c\x99\x31\x34\x4a\x53\x34\xa2\x11\xad\x96\ \x51\xca\x18\x6f\x88\x88\x0e\xdc\x7d\xe8\x60\x4e\x6a\x84\x05\x6b\ \x12\x2f\x09\x9a\x52\x52\x58\x56\x13\xcc\x10\x67\xb1\x32\x39\xf3\ \x64\x56\x5d\x88\x53\x51\x14\xca\x58\x03\x0b\x2a\xd5\xa8\x10\x19\ \xee\x90\xce\xfb\xba\x0d\x1d\x1f\x21\x11\x99\x02\x07\x4c\x17\xdb\ \xe7\xbe\x87\x92\x96\xbc\xf2\xea\xda\x1d\xdd\x52\xee\xe8\x02\x37\ \x34\x05\x8a\xa2\x28\xa9\xa9\xa9\xaf\xbe\xfa\xea\xee\xdd\xbb\x3f\ \xfa\xe8\xa3\x17\x5e\x78\xa1\x43\x87\x0e\xb9\xb9\xb9\x25\x25\x25\ \x77\xdd\x75\xd7\xf0\xe1\xc3\xa9\x20\xc8\x87\x0e\x99\x18\x43\x6d\ \x88\xf9\x1b\x35\xd3\x35\x39\x96\x7e\x6d\x64\x36\xb7\x16\x46\x8c\ \x31\x9e\xe3\xb8\xcb\xb4\x24\xf2\x1c\x87\x10\xba\x54\x21\xf1\x82\ \x80\x98\xa6\xc8\x3e\xd9\xa7\x21\xcc\x21\x40\x82\xc0\x11\xca\x77\ \x1d\x36\xed\x5c\xde\xd2\x0f\xde\xf8\x8f\xce\x12\x34\xea\x8e\xbb\ \x86\xf6\x4b\x5e\xf2\xfd\xa2\xd7\x0e\xc6\x8c\x99\x3e\x7b\xfc\xd8\ \xfe\x8b\xbf\x5a\xf2\xcf\x23\xa6\xba\x1a\x3c\x38\xc0\x08\x0a\x16\ \x04\x1e\x01\xd3\x64\xda\xa1\xff\xb8\xc1\x25\xcb\x17\xbf\xfe\x6f\ \xbd\x20\xc4\x0f\x9e\x34\x2a\x41\xfc\x6e\xd9\x57\x45\x2a\x56\x84\ \xe8\xa1\x3d\x22\x99\x76\xe3\x97\x90\xf5\x7a\xbd\x28\x8a\xa7\x4e\ \x9d\x8a\x8f\x8f\x0f\x0b\x0b\xdb\xb6\x6d\x5b\xff\xfe\xfd\x03\x03\ \x03\x4f\x9d\x3a\x35\x79\xf2\x64\x15\x21\x6a\x36\x03\xa5\xb8\xae\ \xee\x67\x62\x72\xae\xaa\x6a\x8b\x6f\x84\x00\x21\x54\x52\x56\x6e\ \x36\x99\x5a\xb2\x5d\xe0\x76\x7b\xdd\x1e\x2f\xdf\x3c\x05\xa0\x22\ \xe3\xf8\x87\x1e\x45\x9c\x28\xfb\x34\x00\x60\x94\x30\x5d\xc8\xcc\ \x87\x1f\xe4\x04\xa4\x0a\xa1\x53\xee\x7b\x78\xa8\xab\x96\x20\xde\ \x60\xe2\xf5\x83\xa6\xfe\xae\xeb\x08\x1f\xc1\x46\x13\xd6\x07\x8f\ \x7a\x24\xb6\x4f\x9d\x4f\x15\x24\x83\x41\x2f\x02\x1d\x3a\x3f\x86\ \x09\x4c\xa5\x00\x8c\x0f\x18\x39\x7d\x5e\x5a\x75\x8d\x42\x90\x64\ \x34\xea\x79\x98\x30\xeb\x5e\x59\x63\x92\xd1\x62\xd6\xf3\x2a\xb9\ \xf1\x61\x44\x29\x55\x14\x65\xc8\x90\x21\x41\x41\x41\x1c\xc7\x1d\ \x38\x70\x60\xf2\xe4\xc9\x26\x93\x29\x37\x37\x57\x55\x55\xca\x71\ \xd4\x62\x01\xc6\x50\x6d\x2d\xfb\x79\xa6\x45\xfd\x46\xed\x92\x5d\ \xdb\x97\x8d\xd4\xfa\xf4\xea\x76\x22\xe3\x2c\xb0\x96\x46\x98\x18\ \x50\xca\xa2\x22\x42\x83\x02\x03\x9a\x27\xb2\x91\xa8\xd3\x37\x4f\ \x4f\x23\x49\xaf\x03\x4a\x29\xd1\x10\xe2\x2d\x76\x07\x00\x30\x4a\ \x35\x82\x0c\x66\x9b\xc1\xff\x7f\x8d\x0a\x06\xb3\xc3\x00\xfe\x87\ \x18\x27\xe8\x78\xf0\xe7\x2a\x19\xd5\x34\x84\x4d\x56\x3b\x34\x98\ \x3a\xa3\xd5\x6e\xf2\x9b\x4f\x72\xb3\x74\xb3\x50\x4a\x53\x52\x52\ \x00\xc0\xe7\xf3\x3d\xf5\xd4\x53\x01\x01\x01\x06\x83\xc1\xe1\x70\ \xa8\xaa\x8a\x28\xa5\x56\x2b\x50\x8a\x2b\x2b\xe1\xe7\xc9\xe5\x96\ \x94\x80\x20\xb4\x36\xe0\x27\x84\x46\x45\x84\x05\x05\x39\xe9\xe5\ \xef\x96\x4e\x27\x35\xdd\xdb\x57\x0f\xb0\x4b\x39\x75\x1a\x7e\xd2\ \xfc\x62\xd6\x24\xa9\xdd\xdc\x4c\xb3\xe6\x83\x46\x17\x3d\x48\x6f\ \xc6\x29\x24\x7f\x0b\x91\x20\x08\x9d\x3a\x75\x52\x14\xe5\x42\x47\ \x11\xa5\xcc\x6c\xa6\x16\x0b\x57\x56\x86\x34\xed\xe7\x40\x52\x59\ \x19\x38\x9d\x97\x3e\xd1\x65\x7d\x23\x8d\x10\x81\xe7\xaf\xb4\x44\ \xb4\xbd\xbb\xed\x67\x8f\xff\x65\x59\xbe\xf8\x87\x18\xd3\xc0\x40\ \x5c\x5d\x8d\x14\xe5\x7f\x0e\x23\x42\xa0\xb6\x16\x82\x5b\xa0\x66\ \xc3\x57\x7e\xdd\x57\xde\x95\xdc\x2e\xbf\xbc\x20\x44\x02\x03\x71\ \x55\x15\x28\xca\xff\xfc\xb9\x3c\x1e\xa8\xa9\x81\xa0\xa0\xb6\xc1\ \xa8\x5d\xae\x0f\x18\x39\x9d\xb8\xaa\x0a\xa9\xea\xff\x5c\x1b\xf9\ \xeb\xb2\x2d\x69\x23\xbe\x45\x0d\xd4\x7e\x77\xae\x1b\x4b\x07\x40\ \x9d\x4e\x5c\x55\x05\xb2\x4c\x8d\x46\xf4\x3f\xf5\x34\x3c\x1e\xa8\ \xae\xbe\x3a\x8c\xfc\x49\xf7\x76\x9e\xa1\xeb\x49\x30\x66\xc1\xc1\ \x5c\x65\x25\x4f\x29\xe2\x38\x0c\xe8\x7f\x78\xfb\xfc\x30\x0a\x09\ \xb9\x12\x8c\x28\x65\x76\xbb\xc3\xbf\x24\xb4\x5d\xae\x27\xe9\xd8\ \x11\x6a\x6a\x82\x8d\x46\x08\x0c\x04\x00\x77\xad\xeb\x8a\xe1\x2c\ \xc2\x18\x5d\x63\xc0\xeb\x72\x81\xd7\x0b\xa1\xa1\xed\xbe\xd1\x8d\ \x28\x91\x91\xc0\x18\x14\x14\xb4\xca\x95\x02\xa6\xfa\xbc\xea\xb5\ \xa5\x4d\x72\x73\x01\x63\x08\x0b\xbb\x0a\x8c\xda\xcd\xd9\x75\x29\ \x76\x3b\x18\x8d\x90\x9f\x7f\x75\x0c\x61\x4e\xab\xce\x5c\xb2\x78\ \x79\x56\x2d\x16\xf9\xb6\x6b\x90\x82\x02\x70\x3a\xa1\x25\xca\xeb\ \x66\xbe\x91\xaa\x2a\xaa\xa2\xb4\x3b\xd8\xd7\x43\x7c\xe6\x1f\xb8\ \x40\xaa\xaa\x2a\x44\xd3\xdb\x6c\x90\x9b\x8b\xaf\x16\x21\x61\xcc\ \xd7\x14\x9f\xc9\xae\x83\x29\x4e\x23\x62\x1e\x7c\xa1\x0c\xd7\x3a\ \x2b\x57\x50\x00\x21\x21\x2d\xee\x24\xe5\x9b\xfa\xd7\x55\x95\x15\ \x44\xd3\x18\xfb\x55\xe7\x15\x31\xe6\x58\xc3\x51\x52\x42\xa0\x59\ \xbd\xe6\xa6\xf8\x08\x30\x06\x1c\xc7\xdb\x1d\x8e\xe2\xa2\xc2\xf2\ \x6a\x97\xc9\xeb\x8b\xb3\x98\x6b\x8f\x1c\x76\x15\xe4\x86\xd9\x02\ \x08\xd1\x2e\x6f\x55\x98\xa8\x37\xa9\xe5\x47\xcf\x64\x15\x18\x83\ \xa5\xfa\x81\x10\xc6\x80\x13\x24\x49\xb8\xba\x76\xca\xcb\x83\x90\ \x90\x16\x17\x6d\x37\x1b\xbe\xd6\xe9\xf4\x46\xa3\xf9\xd7\x9c\x9e\ \xc6\x18\xe7\x9d\x3b\x5b\x90\x9d\x05\x0c\xcc\x76\x5b\x4a\x5a\x5f\ \x7f\x3f\x57\xe3\x67\x94\x68\x1a\x21\xe4\x32\x5c\x86\x0c\x00\xeb\ \x0c\x7a\x50\x7d\x3e\xb5\xf1\x1a\xe6\x67\xd1\x41\x8c\x10\xca\xda\ \x44\x82\xf8\xcb\xa9\x22\xe0\x38\xae\xa8\xb0\xa0\xb2\xbc\x3c\x21\ \xb9\xb3\x51\x10\x84\x90\x30\x6b\x9d\xdb\x85\xb9\xb2\x92\xa2\x2b\ \xfc\x22\x21\x9a\x2d\xba\xf7\xc8\x2e\x87\xbf\x7c\xf3\x5f\x6b\xcd\ \x3a\xc4\x00\x00\xa8\xea\x93\x62\xd3\xee\x9b\x35\x2d\x5c\xa7\x5d\ \xc5\x67\xca\xcf\x87\x84\x84\x16\x97\x49\x36\x33\x6a\x8c\x52\x4a\ \xc9\x2f\x0b\x23\x3f\xcf\x3c\xdf\xb0\x3f\x15\x21\xd0\x34\x42\x08\ \xf1\x7f\xc2\x64\x9f\x37\x2f\x2b\xb3\xcf\xc8\x51\x1c\xc7\x1f\xdb\ \xbd\xf3\xd0\xf6\xad\x3a\x83\xa1\xb1\x95\x96\x31\x08\x89\x8a\xb6\ \x3a\x02\x18\xab\xa7\xac\xe7\x45\x89\x47\x8c\x50\x86\x30\x46\x00\ \x4c\xad\xd9\xba\xfa\x7b\x14\xdd\xa7\x6f\x92\x43\xd3\x48\x83\xd7\ \x09\x75\x35\x95\x0a\x6f\xb0\xe8\xae\x0f\xba\x37\x84\x90\xec\xf3\ \x95\x96\x14\x77\xec\x94\x62\x36\x99\x35\x84\x98\xdd\xc6\x67\x66\ \x46\x04\x87\xe6\x67\x9d\xf5\x78\xdc\x4e\x67\xd0\x65\x0e\x97\xaa\ \xc8\x30\xfa\x9e\x27\xfb\x55\x94\x55\xd6\x7a\x01\x01\xd1\x34\x8d\ \x10\x4e\x6f\xb5\x0b\x9a\x76\xe5\x7c\xa1\xaa\xc2\xf9\xf3\x30\x78\ \x70\x8b\x0f\xf2\x4d\x9d\x78\xca\xea\xc9\x1d\x7f\xd9\x33\xaa\xab\ \x73\x97\x95\x95\x22\x84\x18\x00\x30\x66\x36\x5b\x1c\x8e\x7a\x9e\ \x13\x06\x20\x7b\x3d\x25\x79\xb9\x94\x52\xb3\xdd\x5e\x5d\x51\xee\ \x6b\x98\x60\x47\x00\x5e\xb7\xa7\xd6\xe5\x4a\x1b\x31\x4a\x55\x34\ \x00\x24\x4a\xdc\xfe\xcf\xfe\xbd\x68\x6b\x96\xd9\x6a\x40\x82\xa5\ \xff\xd8\xe9\xb7\x0c\x8a\x28\xca\x3a\x07\xe6\x54\x04\x0c\x61\x5e\ \xaf\xd7\x61\x84\x90\x5c\xfc\xf9\x87\xaf\xc8\x83\x1e\xfd\xdd\xc8\ \x38\x57\x55\x0d\x12\x25\xa4\xfa\xbc\x2a\x15\x74\x7a\x11\x54\x8f\ \x4c\x25\xbd\x5e\x12\x38\x46\x94\x3a\xb7\x17\x38\xc9\xa0\xd7\x71\ \x88\xf8\xbc\x5e\x59\xa5\xbc\x20\xe9\xf5\x12\x06\xea\xf3\x78\x94\ \x9f\xab\xe9\x00\x63\xec\x76\xd7\xe9\xf4\x7a\x93\xd9\xac\x29\x0a\ \xa7\xd7\xe3\x8e\x1d\xd9\xde\xbd\xb8\xbc\xc2\x6c\x73\x94\x16\x15\ \xa2\xcb\xb7\x65\x23\x04\x54\x53\x6a\x5c\xe5\x05\xc5\xd5\xa6\xa0\ \xa8\xa4\xd8\x0e\x3a\x8e\x6a\x84\x50\x72\xb5\x2e\xb6\xc2\x42\x70\ \xbb\x21\x3e\xfe\x6a\x30\xf2\x7f\x7e\x19\xfd\x65\x7d\x23\x9e\x13\ \xca\xca\x4a\xff\xfc\x97\xbf\x1a\x0c\x7a\x51\x10\x8b\x4b\x4a\xe6\ \xdd\x37\x77\xfc\xf8\xf1\xfe\xaa\x24\x63\x54\x91\xe5\xca\xd2\x12\ \xc6\x18\xc2\x58\xd4\xe9\x9a\xe2\x8f\x12\xe2\xf1\x78\x1a\xde\x02\ \x02\x60\x79\x27\x4f\x8b\x91\xa3\x1e\xbb\xbf\x6f\xe9\xd1\x8d\xaf\ \xbf\xf9\x1f\x6c\x7b\xa9\x63\xe7\xce\x75\x01\x06\x84\xb1\xeb\xfc\ \xe1\x15\x3f\xec\xae\x00\xc7\xe8\x49\xfd\xbd\x35\xa5\x9b\x3f\x5f\ \xa4\x1e\x8d\x4e\x1b\x33\x92\x64\x1e\xd6\xa2\xfa\xf4\x8f\xb5\x9c\ \x39\xb0\x2e\x8b\xc6\x0c\x4d\x71\xee\x5d\xbf\xfa\xe0\xa9\x02\x29\ \x38\x65\xea\x2d\xc3\xc4\xd2\x93\x5f\xaf\xdf\x5a\xaa\xd9\x07\x8f\ \x1a\xd3\x35\xc6\x52\x96\x75\x70\xc3\xa6\x3d\x95\xd4\x3c\x60\xec\ \xb8\xd4\x70\x2b\x69\x0b\x0d\xe3\x4f\xf1\x8d\x08\x21\x3c\xc7\x63\ \xcc\x01\x40\x66\x5e\x9e\xea\x72\x75\xc1\x18\x95\x95\xf2\x51\x91\ \x8c\x5d\xde\x34\x23\xc4\x23\x79\xe7\x8a\x77\x97\xed\x2e\x09\x09\ \x0b\xa8\x29\xce\x37\xa5\x8c\xfb\xed\xec\x71\x76\xae\x15\x0e\x76\ \x41\x01\x88\x62\x8b\xd1\x7e\x33\x18\x21\x40\xb4\x91\x69\xf6\x97\ \x13\x59\x91\xe3\xe2\x62\x6f\x9d\x7a\xcb\x9e\xbd\xfb\x8c\x06\x7d\ \x4c\x4c\xcc\xf0\xe1\xc3\x7d\xbe\xfa\x05\x61\x44\xd3\x2c\x76\x7b\ \xe7\xb4\xbe\xe4\x12\x06\x0c\x84\xb1\xbb\xba\x3a\xe3\xd0\xa1\x06\ \xbb\x8c\x28\x45\x8c\xd3\x05\x45\x74\x48\xe9\x9c\xa2\xd8\xbd\x9f\ \x2d\xd9\x5c\x58\x5c\x5a\xb2\x6e\x45\xed\x90\xb8\xee\xd6\x73\xff\ \x7a\x71\xa1\xd8\x69\x40\x7c\x10\x26\x44\x43\x1c\x6f\x75\x06\x45\ \x84\x87\x3b\x74\xde\x2f\xbe\x5d\x46\xc6\x26\x8c\xe8\x68\x3d\xbb\ \x67\xf5\xf7\x30\x71\x40\x68\xe5\x92\x0f\x96\x05\x0d\x1a\xd7\xd1\ \x6c\x62\x65\xc7\xde\x7e\x6b\x31\x4e\x1a\x1c\xcd\x32\xde\x7e\xfb\ \xc3\xdf\x3d\x72\xdb\xda\x57\xde\x70\x25\x8f\xe9\x16\x22\x31\x4d\ \xf1\x9f\xde\xcf\x65\xfa\x29\x00\x60\x8c\xaa\xab\x6b\xb7\x6d\xd9\ \x12\xe0\x76\x27\x7b\xbd\x5c\x59\x39\x74\x88\xb9\xa2\x1a\x13\x6a\ \x72\x77\x6f\x3c\xa1\xde\xfb\xa7\xbf\xf6\x0c\xd5\x2b\x15\x67\xde\ \x7b\xeb\x93\x9d\xe9\xdd\xa6\xf4\x0c\xd5\xe4\xab\x0d\x87\xe4\xe7\ \x83\x20\xb4\x58\x97\x6d\xd1\x37\xfa\xc5\x5b\x7a\x98\x2c\xcb\xa3\ \x47\x8d\xdc\xbf\x7f\x7f\x66\x56\xd6\xb3\x7f\xfa\x23\xcf\x73\xb2\ \x2c\xfb\x3f\x61\x94\x32\x4a\x88\xec\xf3\x91\x4b\x28\x79\x10\xc6\ \xb2\x2c\xd3\x26\x6f\x81\x32\x24\xf2\x5a\xfa\xf6\xe5\x2f\xb9\x77\ \xe4\x9c\x3c\x52\x1b\xd1\x73\x4c\xef\xd0\x4d\x1b\x45\xa3\x04\xc7\ \xb7\xac\x2a\x8b\x18\xf6\xfa\x53\xf3\x2c\x44\xc1\xa4\xe4\x47\x95\ \xc5\xf7\x1b\x36\x75\x7c\x67\xea\xce\xe6\x44\xbd\xc0\x21\x4a\x18\ \x27\xea\xf5\x88\xd7\x14\x1f\x32\x45\x4f\x9e\x71\x57\xef\x30\xf1\ \xf0\xca\x85\xbb\x8e\x96\x0f\x8a\xa9\xae\x96\x69\xc9\xb1\x23\x19\ \x39\xc3\x79\x09\xd7\xd4\xd2\xa4\x5b\x86\x25\x06\x1b\x65\x59\x61\ \xec\xe7\xf1\xd0\xeb\x5b\xb2\x28\x65\x06\x83\xe1\x9e\xbb\xee\xc2\ \x49\x49\xdc\x37\xdf\x90\x92\xe2\x2b\x2f\x53\x47\x08\x54\xd9\xa3\ \x89\x96\xb0\xe0\x00\x49\x24\x52\x60\xa8\x43\x87\x7c\x3e\xa5\x55\ \x71\x45\x41\x01\xf0\x7c\x8b\x05\x35\x68\xa1\xdf\x88\x51\xf8\xa5\ \x03\x7e\xa2\x69\x26\xa3\x71\xec\x98\xd1\x67\xcf\x65\x26\x24\xc4\ \x2b\xb2\x0c\xac\x61\x20\xce\xdf\xc4\xd6\xe2\x8b\x64\x00\x8c\x01\ \x63\x0d\x8f\x22\xa0\x8c\x52\x30\x5a\x9c\x31\x71\x1d\x53\x7b\x0e\ \x4d\x48\x4c\x08\x33\xb8\xd7\x12\xe0\x18\xf1\xd6\x7a\x4c\x16\x8b\ \x84\x89\xea\xd3\x24\x04\x94\x32\x4a\x29\xd1\x54\x40\xc0\x18\xd3\ \x28\xe2\x79\xcc\x21\x0c\x8c\x01\x03\x84\xa8\xe2\xf3\x29\x32\xf3\ \x78\x7c\x9c\x29\x24\x3e\x36\xca\x40\x43\x1f\xef\x3e\x36\x31\x29\ \x7e\xd4\x9f\x9e\xdd\xb0\x7a\xd5\x82\x3f\x3d\x9d\x3a\xfd\x37\x73\ \x47\x77\x24\xca\xcf\xc2\x9c\xe9\x3f\x01\x54\xef\x27\x61\xc6\x20\ \x32\x0a\x00\xd0\xf9\xf3\x0d\x31\x43\xcb\x42\x09\x71\x44\xf7\xec\ \x66\xdd\xf6\xca\x0b\x7f\xef\x92\x10\x52\x95\x9d\x9e\x8f\xe3\x7e\ \x93\x1c\x41\x5b\xc3\x28\x72\xe6\x0c\xe8\x74\xad\xd2\x46\x14\x28\ \x03\xca\xe0\x97\x0f\xf8\xbd\x3e\x6f\x9f\x3e\x69\xbd\x7b\xf7\x52\ \x14\x85\x36\x21\xe0\xa1\x8c\x52\x46\x30\x87\x29\xc3\x97\x3a\x9e\ \x08\x23\x4a\x09\x03\xc6\x80\x02\x20\x06\xc8\x2b\x93\xe0\xf8\x3e\ \x93\x26\x0d\x51\xdd\xb2\xa6\x11\x45\x23\xaa\xaa\x68\x1a\x8a\xeb\ \xde\xa3\xec\x3f\xeb\x56\xfd\xd0\xa1\x8b\x93\x37\x85\x04\x38\x0c\ \xe2\x96\xfd\xfb\x8f\x45\x6a\x96\x90\xa0\x58\xa7\xf1\x9b\x0d\xeb\ \x0f\xc4\x8f\x28\x28\xae\x50\x02\x29\x63\x9a\x22\x2b\x84\x11\x45\ \x43\x31\x49\x89\x01\xf8\x70\x99\x66\x1e\x1e\x6f\x96\x41\xd0\x0b\ \x4a\x41\xae\x3b\x6d\xc2\x6d\xde\xc2\x97\x56\x6d\x3f\x31\x6b\x54\ \x27\x1e\x7e\x0e\x4d\xce\x00\x18\xa3\x08\x61\x84\x50\x55\x45\x79\ \x75\x75\x35\x70\x38\x3a\x20\x40\xca\xcc\x44\xf2\x95\x54\x0b\x63\ \x84\x4a\x41\xd3\x1e\x7c\x32\xe4\xc7\x1f\xcf\x96\xba\x83\x3b\x8f\ \x9c\x3e\x6c\x48\x94\x0d\xcb\x2a\xc5\x18\xae\x64\x85\x28\x85\xac\ \x2c\x88\x89\x01\x9d\xae\x15\xda\x88\x02\xa5\xf0\xeb\x48\x1b\x31\ \x00\x86\x10\x22\xf5\x04\xab\x17\x2c\x17\xc6\x5c\x7e\xd6\xf9\x4b\ \x93\x8d\x08\x21\x4f\x9d\x5b\x32\xe8\x1b\x53\x16\x44\x63\xf6\xf0\ \xe8\x50\x87\xe4\x71\x7b\x35\x9f\xca\x00\x89\x18\x07\x47\x45\x13\ \x03\x0a\xee\x3a\xf9\x91\x69\x9e\x2f\xbf\xfc\x70\x0b\x67\x1a\x36\ \xfb\x37\x63\x6e\x9d\x76\xee\x83\x15\x6f\xbc\x97\x3e\xfa\xae\xdf\ \x8c\x9b\x75\x4f\xfe\xbb\x9f\x2e\x78\xf5\x34\x06\x6b\xdf\xc1\x91\ \x88\x73\x45\xc7\x46\xe9\x31\x28\x3e\x9f\x31\x6e\xd0\xc3\x0f\x54\ \x2f\x59\xf5\xdf\x43\x2a\x44\xf7\x19\x37\x7b\x5c\xca\xfe\xb5\xcb\ \x76\x17\x7a\x04\x43\xcc\x7d\x77\x0e\x14\x88\xfa\xb3\xcd\xaa\x30\ \x06\x84\xa8\x67\x4e\x9f\xac\xa9\xae\x32\x1a\x4d\x58\x30\xa8\x1d\ \xa2\xd9\x99\x33\xb2\xab\xea\x0a\x23\x22\x08\xf3\xa4\xe6\xfc\x67\ \x1f\x7e\x96\x4f\xf4\x7a\x1e\x55\x96\x97\x7d\x70\x78\x07\xf0\x3c\ \x51\x95\xe8\x7e\xb7\xcd\x1e\xdd\x05\xc8\x65\xb4\x69\x6d\x2d\x94\ \x96\x42\xff\xfe\x97\xfd\xcb\xee\xba\x5a\x42\x08\xc7\x71\x65\xa5\ \x25\x75\xb5\xb5\xe6\xc6\x99\xfc\x5f\x6b\xca\xa4\xce\xe5\x2a\xcc\ \xc9\x46\x97\x68\x6f\xc6\x98\x20\x8a\x11\xf1\xf1\x8d\x6c\xff\x8c\ \x01\x2f\x8a\x98\x69\x8a\x5a\x9f\x76\x62\x0c\x04\x51\x04\xa2\xaa\ \x14\x44\x51\xf0\x9b\x48\x4a\x34\xc0\x3c\xcf\x21\x4a\x19\x25\x1a\ \x43\xbc\xc0\x63\x4a\x08\xe2\x38\x20\x9a\x4a\x41\x14\x38\x55\x51\ \xa9\x9f\xfb\x5b\x10\xfc\x9c\x3a\xfe\x71\x4d\xcc\xf1\x08\x98\x9f\ \x24\x5e\x55\xc9\xcf\xd3\x57\x8f\x31\x76\xd7\xd5\x9d\xcf\x3a\x1b\ \x12\x16\xe1\x70\x04\x20\x84\x90\x5e\xef\xf8\xcb\x5f\xc5\x0d\x1b\ \x4f\x2f\xf9\xa4\x96\xc3\x1d\x13\x3a\x8a\xa2\x78\x69\x55\x04\xf3\ \x62\xf5\xd9\x0d\xff\x59\xbc\x77\xc8\xd4\xf1\x01\x88\x80\x52\xb9\ \x7e\xd5\x46\x47\xaf\x71\xbd\x3a\x98\x44\x6b\x54\xa7\xd8\x20\xdc\ \xd8\x07\xcf\x98\xd1\x6c\xf6\x47\x82\xf5\xfe\x75\xef\xde\xf0\x87\ \x3f\xc0\x13\x4f\x5c\x5d\x1b\x69\x44\x55\x14\xe5\x57\x5d\x0c\x61\ \xa0\x33\x99\x12\xba\x76\xbb\x5c\xea\x92\x68\xaa\xaa\x5c\x50\xec\ \xda\x25\x44\x19\x8d\x3f\xd1\xd4\xa6\x7d\xcd\x4a\x93\x6f\x14\xa5\ \x79\xc7\xb3\xda\xe4\x6f\x34\xff\xad\xe6\x8f\xfd\x8c\xa9\x7c\x55\ \x98\xe6\x64\x4f\x00\x00\x20\x00\x49\x44\x41\x54\x55\x78\x41\xb4\ \x5a\xad\x7e\xac\x30\x00\x35\x3a\xda\x54\x52\x22\xca\x0a\x18\xae\ \xb4\xe6\x95\x6a\xaa\x68\x8d\xe8\x3f\x78\x60\x20\x02\x80\xda\xc2\ \xa3\xfb\xb4\x0e\x49\x83\x06\x27\xc8\x5e\xb7\xa2\x5e\x9e\xe5\xa8\ \xbc\x1c\x4a\x4b\x2f\x97\x34\xba\xb8\x18\x62\xb1\xda\xed\x76\xc7\ \x8d\x51\x99\x42\x08\x0b\x02\xef\x77\xca\x55\x4d\xbb\xa1\xca\x6d\ \x08\x09\xa2\x58\x5d\xed\xe2\x38\x8e\x35\xd4\x17\xd5\xc4\x04\xf0\ \x7a\xcd\x85\x85\xe5\x49\x09\x97\x0f\xf0\x88\x3d\x22\xd9\xe9\xde\ \xf8\xf6\xbb\x2b\x46\x75\x8b\x70\x65\xed\xdf\x7c\x9e\xcd\x98\x60\ \x57\xbc\x6e\x45\xbd\x62\xc6\x2b\x3d\x1d\x10\x82\x4e\x9d\x5a\x09\ \x23\x9b\xcd\xee\xb8\x31\x8e\x9a\x01\x64\x9d\xcf\x51\x55\x62\xb5\ \x9a\x43\x83\x03\xe1\xc6\x12\x84\x30\x42\x59\xfe\x14\x2b\x00\x20\ \x4a\x49\x70\x08\x38\x1c\x7c\x66\x16\x74\x4c\xbc\x02\x8c\x38\x4b\ \xcc\xac\xfb\x66\xad\xf8\x72\xcd\xca\x2f\xf7\x22\x9d\x63\xdc\xac\ \xb9\xbd\xa2\x0c\xca\x55\x23\xb5\x53\xa7\x20\x3c\xdc\xdf\x16\xd7\ \x8a\x48\xed\x06\x9a\x19\xda\xb6\x63\x8f\xa6\x11\x0e\xe3\x63\x27\ \x4e\xf6\xe8\x96\x12\x1d\x11\xae\x35\xa4\x98\x11\x02\xdd\x65\x22\ \x8e\xeb\x45\x2e\xbe\x53\x94\x52\x8b\x99\x04\x06\x0a\x99\x99\x57\ \x9e\xc2\xd6\x54\xd5\x12\xdd\xeb\xa1\xa7\xd3\x28\xa1\x18\x73\x8c\ \xaa\xaa\xaa\x5d\x5d\x51\x9f\x3e\x0d\x1d\x3a\xc0\xe5\x29\x94\x6e\ \x58\x26\xda\xa2\x92\xb2\x19\xb7\x4d\x02\x80\x2a\x57\xf5\xf6\x5d\ \xfb\x4e\x9f\xc9\x6c\x74\xc9\x35\x4d\x33\x9b\x8d\xc3\x87\x0c\x68\ \x72\x1b\xbc\x59\x19\xe9\x79\x15\x4a\x78\x42\x72\x7c\xa8\x0d\x00\ \x80\xba\x4f\x1f\x3d\x56\x4e\xac\xa9\xdd\x92\xcd\x0d\x87\xe4\x29\ \x3d\x5f\xa0\x59\xe3\xc3\x1c\x08\x40\xa9\x2e\x3d\x75\xea\x4c\x95\ \x8f\x60\xd1\x90\xd8\xbd\x57\xb0\x0e\xfd\xb2\xb0\x62\x56\x2b\x09\ \x0c\xe4\x33\x4e\x5d\xb5\xab\x9f\x6a\xaa\x5c\xaf\x7d\x5a\x97\xe5\ \x22\x04\x8e\x1f\x87\xbe\x7d\xe1\xf2\x9b\xca\xae\x63\x18\xd5\xd5\ \xd5\xbd\xff\xfe\xfb\x84\x10\x8c\xb1\xcf\xe7\x4b\x4c\x4c\x9c\x3e\ \x7d\x7a\xe3\xa3\x35\xd5\xae\x77\xde\x5b\xa4\xd7\xe9\x30\x87\x39\ \xcc\x31\x76\x61\xbd\xb3\xa6\xaa\xd9\xd9\xbe\x26\x30\x62\xc7\xd6\ \x2e\xfd\x78\x63\xba\x5e\x54\x33\x0b\x85\xfb\xff\xfc\x97\x91\x49\ \xd2\xba\x45\xff\x5c\x7e\xd8\x63\xc7\xae\xd5\x49\x93\x9f\x79\xec\ \x16\x2b\x75\x1f\xde\xfc\xed\xc2\x05\xef\xa0\x09\xcf\xbd\xf7\xe0\ \x28\x00\xc8\xdf\xf5\xf5\x3f\x3f\xd9\xdf\x2d\xad\x8b\xa8\xb7\x39\ \x93\x7b\xfe\xb2\x30\x42\x84\x50\xb3\x59\x4d\x4a\x94\xbe\xfd\x4e\ \x28\x2b\x67\xf1\x49\x57\xbe\x9c\x13\x04\x81\xe7\x80\x31\x04\xa0\ \xaa\x8a\x76\xe5\xa2\x72\x5e\x1e\xe4\xe5\xc1\x83\x0f\x5e\xe1\x92\ \xeb\x18\x46\x7a\xbd\xde\xeb\xf5\x1e\x39\x72\x24\x2a\x2a\xea\xf4\ \xe9\xd3\xbd\x7b\xf7\x6e\xfa\xa8\xcf\xeb\xd9\xb8\x66\x95\x5e\xdf\ \x42\xd8\xe2\xf3\xf9\xfa\x0e\x1c\xde\xf4\x58\x63\xfb\x4f\xfd\xdb\ \xf0\x7b\xcc\x7a\xf8\xef\xe3\x77\xed\x3d\x9a\x33\xd8\x5c\xbb\x72\ \x8b\xeb\xb7\x6f\xbc\xd9\x4b\x7f\xf2\xc9\xf9\xaf\xed\x38\x33\x76\ \xac\x25\xf3\xd8\xd9\xf2\xd8\x6e\xa9\x65\xb8\xbe\x4d\xae\xaa\xce\ \x1d\x3d\x6a\xf6\xd3\xf7\x0d\xfd\xd5\x38\x83\x4c\xed\xd4\x49\x5a\ \xf9\x8d\x54\x5c\xcc\x78\xee\xf2\x11\x05\x12\x44\xbe\xa6\x34\xe7\ \xec\xb9\x1c\x97\x47\x33\xd8\x82\x12\x92\x92\x02\x4d\xdc\x95\x5c\ \xec\x33\x67\x40\x14\xaf\xe0\x5f\x5f\xdf\x30\xe2\x38\x6e\xde\xbc\ \x79\xcf\x3f\xff\x7c\x59\x59\xd9\xa0\x41\x83\x46\x8f\x1e\x7d\x51\ \x54\xac\xd3\x49\x3a\x9d\xd4\xe2\x91\x5f\x44\xb8\x63\xb2\x3b\x00\ \x40\x29\xd8\x79\xdc\xeb\x1c\xdf\x27\xb6\x22\xe7\x2b\x77\x40\xe7\ \xf8\x40\x04\x10\x9b\x1a\xac\x66\x9f\xcb\xe2\xc6\xa7\xce\x99\x9f\ \xba\x7b\xe9\x5f\x96\x55\xd7\x1f\x37\x15\xb8\xdc\x1f\x3f\xfb\x73\ \xf1\x81\xde\x23\x6f\x9b\xdc\xa7\xc3\x2f\x7f\x1c\x9a\xa6\xc5\xc4\ \xf0\xb2\x2c\x96\x94\x30\x9e\x87\xcb\x78\xcd\x82\xc8\xe5\x1d\xf8\ \xfe\xdd\xc5\xab\x5d\x52\x40\x88\x5d\xe7\x2a\x2e\x22\xf6\xc4\xbb\ \x1f\x7c\xa0\x67\xb8\xee\xb2\xec\x75\x67\xcf\x02\xc7\x41\x4c\xcc\ \x8d\x09\x23\x00\x08\x0a\x0a\x1a\x35\x6a\xd4\xfb\xef\xbf\xff\xe2\ \x8b\x2f\x5e\xfc\xa1\x03\x74\xb9\xea\x12\x42\x2d\x0c\x73\xb9\xf3\ \x76\xbf\xfc\xaf\x25\x9d\x66\x3c\x31\x2c\xda\x94\x95\xa5\x02\xf6\ \xf7\x06\x32\x84\xa0\x31\x8f\xd7\x34\x4b\xdd\x63\xe2\x43\x0b\x07\ \xb8\x32\x0f\xaf\x7d\xf3\xad\x97\xc0\xf2\xea\xe4\x4e\xe6\x5f\x38\ \x76\xd3\x34\x35\x3e\x0e\x78\xde\x78\xea\x14\x22\xa4\x45\x7e\x63\ \x84\x79\xb5\xea\xdc\xe7\x9f\xad\x8f\x9b\xf2\xd8\xcc\x61\x49\x3c\ \x30\xa6\xd5\x6d\x5d\xfa\xf6\x67\x9f\x7d\x13\xf9\xbb\xd9\x81\x58\ \x56\x5b\x04\xd2\xbe\x7d\x60\xb3\x41\x74\xf4\x95\x52\x59\xd7\xbb\ \x2b\x3d\x7e\xfc\xf8\x17\x5e\x78\x21\x32\x32\xf2\x62\x47\x12\xd8\ \xe5\x6a\xcc\xac\xb1\x44\xde\x78\x71\x65\xfa\x9b\x6f\x2c\x8b\xbb\ \xfd\xd9\xb9\xc3\x12\x01\x20\x30\x24\x5c\x57\x76\xba\xa0\x16\x40\ \x2d\xc9\x28\xe1\x42\x42\x5b\x68\xb2\xe1\x78\xc9\x16\x18\xdc\x73\ \xf4\x1d\x9d\x2d\xda\xc9\xd3\xe5\xbf\xfc\x41\x50\x4a\x82\x82\xd4\ \x4e\x9d\x0c\x99\xe7\xb1\x4f\x66\x2d\xe5\xd3\x31\xe6\xaa\xf2\x33\ \xaa\x9d\xa9\x13\x47\x76\x37\x60\x00\x00\x5e\x1f\x30\xe2\x96\x5b\ \x9d\x55\xd9\xe7\x8b\x7c\xb8\xc5\x59\x11\xaf\x17\x4e\x9f\x86\x9e\ \x3d\xe1\x8a\xb1\xed\x75\x1f\xa9\xe9\xf5\xfa\x3e\x7d\xfa\xb4\x80\ \x15\xc2\x28\x03\x4a\x34\x7f\x96\xb7\x3e\x4b\x07\x00\x80\x28\x21\ \x1a\x6d\xe6\x0a\xec\xfd\xea\xd3\x1f\xd2\xeb\x66\x74\xdf\xfe\xe1\ \x7b\xd5\xb6\xd4\x61\x53\xfb\xf6\x1f\xdb\x6b\xc3\xeb\x7f\xfd\x6b\ \x14\x2e\x76\x77\x1a\x36\xa4\x6b\x3d\x0d\xb4\x26\x7b\x3d\xb2\x8a\ \x00\x40\xad\xd9\xf8\xd9\x87\x47\x6a\x44\x5a\x76\xe6\x34\x17\xf5\ \x70\xff\x88\x5f\x34\x87\xd4\xa0\x5c\x39\x4e\x49\x4e\x36\x6c\x58\ \xaf\x28\x0a\xe8\x5b\xce\x65\x23\x8c\x79\x0c\x84\x12\x0a\x8c\x31\ \x46\x88\x46\x35\x8a\x90\x7f\x63\x6b\x4b\xbf\x50\x55\x05\x59\x59\ \x30\x75\xea\x95\x5f\xc3\x0d\x1b\xf0\x0f\xe8\xdf\xa7\xa4\xb4\x98\ \x12\x0d\x00\x35\x0e\xdd\x34\x9e\xd5\xa0\x41\x03\x9a\x5e\x1c\x3d\ \xe4\xce\x3f\x84\xe7\xfb\x08\xa5\x7a\xc9\x6c\x14\x18\xb2\x4e\x7b\ \xf4\xf9\xa8\x1d\xbb\x4a\x88\xa3\xef\xc0\x7e\x81\x0d\x95\xa5\x2e\ \xa3\xee\xb1\x13\x27\x02\x00\x5e\x9f\xd8\xa3\x8f\x9c\x5d\x06\x49\ \x29\x77\xf4\xee\x1b\xe3\xf8\x65\x9a\xb8\x31\xc6\x9a\xa6\x79\xbd\ \x5e\x8c\x90\x28\x49\xa2\x20\xa8\x9d\x93\xad\x8b\x3f\xa6\x79\x79\ \xf4\x12\x06\x74\x00\xa0\x54\x33\x39\xe3\xa3\xec\x2e\x45\xc1\x3a\ \xab\xc4\x53\xa0\x94\x56\xba\xeb\x9c\x9d\x3a\x45\x38\x25\x42\x94\ \x96\x33\x46\x65\x65\xd0\xbd\xfb\x55\xa0\xdc\x58\x9a\x2d\x29\x2e\ \x32\x99\x2d\x37\xd2\xf0\xb5\x46\x68\x8b\x43\x5b\x08\x80\xe7\xb9\ \xeb\xfa\xad\x55\x55\x55\x66\x9c\x38\x6a\x32\x59\x4a\x4a\x4b\x78\ \x5e\xf0\x17\x8a\x6d\xe1\xe1\x51\x25\xa5\x01\xe3\x27\xa8\xaf\xbf\ \xa6\xcc\x9b\x87\x3c\x9e\x16\x90\xc7\xf1\xc4\x5d\x7a\x78\xff\x81\ \x73\x85\xd5\xa6\xa0\x0e\x69\x7d\x7a\x86\x98\x40\x21\xc0\x61\xdc\ \xec\xac\x1a\x4b\xb3\x2f\xbe\x08\xaf\xbd\x06\x27\x4f\x5e\xae\xd3\ \xe8\x06\xd7\x46\x00\x70\x03\xaf\x64\xe7\x30\xae\xac\xa8\xf0\xf9\ \x94\xce\x9d\x53\x9d\x81\x81\x8c\xb1\x8a\xf2\xb2\x53\xe7\xb3\x32\ \x6b\x6b\xad\x21\xc1\xfc\x91\xa3\x4a\x4b\xb9\x6c\x84\x30\xd6\xaa\ \xbe\xff\x64\xe1\x96\x62\x63\x6a\x52\xd8\xd9\xdd\xdf\xec\x3c\x72\ \xee\x91\xdf\xcc\x8a\x32\xb2\xcb\x86\x69\xfb\xf7\x43\xc7\x8e\x97\ \x2e\x09\xb9\xd1\x5c\xec\x9b\x53\x18\x63\x75\x6e\x4f\xd7\x1e\x3d\ \x43\xc3\xc2\x09\xd1\x54\x45\x36\x9b\xcd\xa9\xc9\x9d\xab\x44\xc1\ \x15\x1c\xc2\xef\xdd\x8b\x2a\x2b\x2f\x6d\xa8\x45\x1c\x5f\x95\x73\ \x70\x7f\xb9\xf3\xb1\xe7\x9f\x9d\x7f\xdf\xdc\xe7\x9e\x7b\x2a\x85\ \x9d\xda\x9b\x9e\x8f\x5a\xd4\xcd\x98\x83\xaa\x2a\xd8\xbb\x17\x7a\ \xf4\x68\x71\xc4\xf1\x66\xd1\x46\xad\x91\xda\xda\xba\xed\xbb\xf6\ \xd5\xd4\xd5\xe9\x25\xdd\xd0\x41\x7d\xad\x56\xcb\x75\xf1\xb2\x65\ \x59\x0e\x0b\x8f\xb0\xdb\xed\xb2\xe2\xf3\x4f\xf3\xa8\x8a\x8a\x80\ \x85\xc4\xc5\xe5\xc7\x75\x08\xde\xb2\x0d\xe7\xe4\xd0\x2e\x5d\x2e\ \x5e\x46\xc3\x18\xe6\x04\x20\xbe\xda\x3a\xaf\xa6\x13\x35\xaf\xdb\ \x2d\x83\x95\xe7\x2f\x9b\xab\x4c\x4f\x07\x8f\x07\x06\x0d\xba\xba\ \xe2\xbf\xc9\x61\xb4\x6b\xef\xc1\x84\xf8\x0e\x11\xe1\x61\x05\x05\ \x85\x1b\x7e\xdc\x16\xd7\x21\xba\xb1\xea\x49\x29\x75\x3a\x03\x62\ \x63\xa2\x7e\x85\x2f\x9b\x52\xa6\xd7\x1b\xfc\x6d\x65\xf5\x8c\xf4\ \xc0\x80\x31\x83\x28\x16\xc4\xc7\xc3\x37\xab\xb9\xf4\x74\xd2\xbd\ \xfb\x45\x41\x3f\xa3\xc4\x16\xd5\x7b\x78\xd2\xbe\xf7\xfe\xfe\x4c\ \x68\xa8\xb3\xb6\x24\x5f\x4a\x1c\x31\x2d\xb9\xa5\xed\x8e\xfe\xd0\ \x6f\xef\x5e\xc0\x18\x52\x52\xda\x61\x74\x15\x51\x35\xcd\xeb\xf5\ \x79\xdc\x6e\x93\xc9\x18\x15\x11\x56\xe5\xaa\x6e\xdc\xf2\x86\x31\ \xfe\x71\xeb\xce\xe0\xa0\x40\x63\x43\x23\x98\x52\x91\xb5\x72\xf9\ \xf2\x03\x59\x15\xa6\x88\x6e\xb3\xef\x9d\x19\x6b\xc5\xa4\xea\xec\ \x7f\x3f\x5a\x72\xbc\x44\xeb\x3b\x71\xce\xf4\xc1\x89\x08\x00\x98\ \x7a\x7c\xfd\x92\xb5\x25\x81\x0f\xce\x99\x68\x05\x50\x4a\x32\x16\ \xbd\xb9\x28\x97\x99\x38\xc4\x0d\x9d\xf3\xe8\xe8\x04\x3b\x00\x2b\ \x3e\xba\xee\xd3\x2d\x79\xb7\xcc\x7b\x20\xc1\x00\x9e\xc2\xa3\x4b\ \x97\xae\x3a\x53\x54\x13\xd0\x71\xd0\xbd\x77\x4d\x0a\xd2\x63\x00\ \x56\x76\x6a\xeb\x92\x55\x27\x26\x3e\xfc\x70\x82\x11\xd2\xb7\xac\ \xf8\xfc\xfb\x83\x48\xaf\xc7\x5a\x4d\x9d\xb5\xdb\x93\x8f\xdc\x1d\ \x6e\x68\xcc\x7f\x35\x04\xfc\x80\xfc\x49\x32\xac\x6a\x9e\xc4\x78\ \xea\xb0\xf3\xdb\xb6\xa9\xd3\xa7\x03\xc6\x4d\x7b\xa2\x19\xa3\x2a\ \xd6\x0f\x9b\xf9\x78\x62\x9f\xd3\xd9\x25\xd5\x86\x80\xc8\x4e\x09\ \xd1\x12\x52\x55\x7a\x49\xa2\x96\xe3\x40\x55\x61\xf3\x66\x88\x8b\ \x83\x84\x84\x76\x18\x5d\x2d\x9a\xd3\xd4\x7f\xfd\xeb\x65\x93\x51\ \x8f\x00\x09\x82\x80\x9a\xe4\x4f\x28\xa5\xbc\x64\xc2\x77\xdc\xda\ \x78\x71\x45\x51\xbe\xcf\x94\x30\x6d\xc6\x90\xad\x8b\x17\xbe\xf5\ \x91\xf3\x95\x27\x86\x7f\xf1\xc6\xbf\x8e\xea\x47\x4c\x1f\xcb\x7d\ \xb2\xe8\x15\x63\xe8\x82\x09\x31\xde\xd5\xef\x2f\xf8\x72\xcb\xbe\ \xda\xb8\x71\x73\x01\x00\xa0\xae\xe4\xdc\xf1\x2a\xe3\x9c\x27\xee\ \x0f\xc1\x9a\x25\xc4\x04\xa0\xec\xff\xe2\xbd\x8f\xd6\x6c\xcb\x54\ \x42\x86\xcd\x05\x00\x28\xcb\xce\xe6\xa3\x7a\xde\x3e\xc8\xb0\xea\ \x9d\xd7\xdf\xb3\x47\xfc\x79\x5a\xcf\x83\xab\x17\x2f\xfd\x6e\xcd\ \x89\x62\xeb\xe0\x07\x19\x00\x8a\xee\x32\x68\x76\x70\x17\xde\x80\ \x36\xbd\xf3\xd2\x5e\xa2\x37\xeb\x5a\x4a\xa7\x02\x03\x40\x8c\x51\ \x46\x29\xb1\xd9\xd5\xfe\xfd\xc4\x7d\xfb\xc1\xe3\xb9\x34\x67\x88\ \x11\x52\xbd\xd5\xf9\x79\xb9\x39\x45\xd5\xfa\x1a\xe2\x08\x0c\x8c\ \x0a\x90\x5a\x68\x0a\xe0\x38\xa8\xac\x80\x23\x47\x60\xe6\x4c\xe0\ \xf9\x76\x18\x5d\x3d\xe4\xf1\xd4\xba\x98\xe2\xb9\xb4\x3c\xa2\x69\ \x6a\x70\x78\x6c\x13\xf6\x16\x08\x4d\x19\x3c\x27\x05\x00\x40\xdd\ \xfd\xc5\x37\x1a\x23\x75\x67\x76\x9d\x96\x66\xfc\x67\x46\xff\x30\ \xa8\xdc\xb5\x6d\xef\xd6\x43\x13\x3a\xa4\x26\x0f\xbd\xfd\xf1\x8e\ \x11\x0b\x37\xcb\x7e\x30\x7a\x3c\x35\x75\x2a\x65\x58\x0c\x8e\x8e\ \x32\x70\x00\xa0\x85\xa4\x0c\xfb\x7d\x72\xe2\xeb\x8b\x36\xfb\x07\ \x70\xa2\xfb\x4f\xb9\x07\x00\x00\xb2\x36\xfd\xf7\xa8\x4a\x01\x20\ \x30\xa9\xff\x63\x89\x11\x6f\x2e\xfc\x56\xd3\x28\x00\x67\x0a\x08\ \x4d\x0a\x08\xf5\x66\x6d\x38\xe1\x0a\x7d\xec\x0f\xd3\x2c\xb8\x29\ \x7a\x00\x00\x78\x81\x47\x00\xb2\x22\xd7\xf7\x30\xf0\x1c\x1d\x30\ \x10\xf9\xed\x5a\x5a\x5a\x53\xf7\x08\x21\x8c\xd5\xaa\x55\x8b\x5e\ \xdf\x51\x15\x90\xd6\x25\xaa\xe8\xf8\x86\x57\xf7\x65\x3c\xfc\xe8\ \x7d\x89\x76\x7c\x71\xa4\xc6\x71\xb0\x6f\x3f\x14\x14\xc0\x90\x21\ \xad\xca\x60\xb5\x47\x3d\x1c\xe6\x39\x8e\xc3\x2d\x7e\xb5\x54\x52\ \xc8\xdd\xf9\xe9\xd2\xb3\xa6\x99\x77\x8e\xa4\x95\x25\x2e\xd1\x6a\ \xd6\x03\x00\x38\x9d\x92\xd7\x55\x04\xbc\x29\xbe\x73\x72\xa8\x11\ \x35\xee\xd6\x35\x47\xa6\x0c\xe9\x68\x5d\xff\xde\x8b\x8f\xfe\xe1\ \xc5\x23\x65\x5e\x00\x3e\xb2\x53\x4a\x5c\xb0\xb1\xf9\x96\x01\x76\ \xec\xbb\x37\x7f\xac\x48\xb9\x77\x4c\x0f\x00\x88\x4a\xea\x18\x15\ \x66\x6d\x4e\x6c\x2f\xaf\xf9\x62\x95\xad\xff\xd4\xae\x0e\x74\x89\ \x0f\x83\x32\xcf\x9d\xcd\x38\x79\x42\x55\x55\xdc\x30\xb7\x40\x06\ \x0d\x02\x93\x91\xdb\xb6\x9d\x35\x8f\xb0\x30\xc7\xbb\x72\x0f\x1d\ \x72\x05\x3f\xf6\xdc\x33\xf7\xcc\xbe\xeb\xc9\x67\x9e\x4e\x33\xe6\ \x1d\x39\x5b\x2c\x48\x12\x77\xd1\xd8\x3f\xc6\xb0\x71\x03\x44\x46\ \x42\xbf\x7e\xed\x30\x6a\x5d\xf0\x7c\xf9\xa6\x8a\x4b\x87\x60\xb3\ \x77\x2d\x7d\x79\xd9\xa9\x3b\x9f\xfc\x53\x8f\x10\x81\xf1\x7a\x9d\ \xe2\xf1\x4f\x38\xd6\xd5\xa8\x82\xde\x56\xef\x6f\x35\x69\x8d\xb7\ \x86\x77\x9d\xf7\xe4\x1f\xfe\xf6\xf2\xeb\x43\x4c\x39\x9f\x7c\x71\ \xb8\xfe\x82\x66\x5d\x19\xec\xe8\x9a\x77\xde\xfd\xc1\xf3\xc8\xb3\ \x8f\xc6\x3b\x1a\x02\xef\xe6\x6d\x1b\x5a\xd9\xc9\x9d\xa7\xd0\xa8\ \xa1\xdd\x5b\x8c\xfc\x03\x9d\x41\x61\x11\x91\x3c\x2f\xd4\xef\x33\ \x50\x55\x1a\x11\x41\x13\x93\xf8\x75\xeb\x50\x4d\x75\xd3\x66\x48\ \x06\xa0\xa9\x32\x27\x08\x4a\x6d\x59\x51\x7e\x41\x69\x51\xa9\x97\ \xf0\xd4\xe7\x2e\x2d\x2d\xad\xf6\x34\x61\x67\xe7\x30\x2a\x2b\x83\ \xf5\xeb\x21\x2d\x0d\x6c\xb6\x56\xa5\xe8\x6e\x72\x0c\x35\xcc\x6a\ \xb7\x30\x35\xcd\x18\xbd\x88\xda\xc1\x9b\xb7\xe3\xb5\x77\x37\x0d\ \x7e\xf8\x1f\x69\xc1\xac\xd6\x23\x9b\x9d\x49\xdd\x82\xca\xbe\x5b\ \xbf\x33\xb8\xbf\xb0\x36\xbd\xba\xc7\x6f\xbb\x35\x06\x44\x6a\xc3\ \x4e\xf2\x8a\xdc\xcc\x5a\xde\x62\xa0\x15\xc5\x55\x1e\x63\xbc\xae\ \x31\x64\xd2\xb4\x7a\x2b\xe2\x4a\x5f\xf5\xe6\xe7\x27\x66\xfe\xe5\ \xa5\x78\x83\x5c\xe7\x65\x46\xbd\x88\x1a\x2f\x68\x40\x63\x61\xc6\ \x8e\x12\x5b\x87\x8e\x91\x52\x4b\x19\x45\x54\x59\x59\xe1\xf5\x7a\ \x02\x83\x82\x05\x5e\xf0\x1b\x63\xe6\x70\x90\x71\x63\xf9\x05\x6f\ \xe0\xb3\xe7\x68\xd7\xae\xe0\xf5\x36\x3e\xaf\x29\x28\xd6\x50\xb5\ \xfe\xad\x97\x5e\x34\xf0\x88\x10\xa5\xa6\x5a\x36\x94\x7f\xbc\x6f\ \x95\x1a\x33\x70\xe6\xfc\xa9\x3d\xc1\xcf\x8c\xa0\xd3\xe1\x6d\xdb\ \x51\x5e\x3e\x3c\xf7\xe7\x56\x2e\x46\xba\xd9\x61\x64\x36\x9b\x74\ \x7a\x13\x25\xf5\x63\xd7\xfe\x7a\x80\xff\x63\x49\x28\xb6\x58\xad\ \x4d\xed\x5a\x71\x76\x5e\x9d\x4f\xdd\xbf\xf2\xad\x03\x4b\xeb\xa4\ \xa4\x01\x8f\x3e\x78\xc7\xec\x27\x1e\x7a\xfd\xed\xa5\x2f\xec\x20\ \x1d\xc7\xde\x7b\x5b\x5a\x80\xff\x32\x41\x6f\x0d\x75\xea\xfc\x27\ \x9b\x73\x60\xdd\xa7\x5b\x4e\x11\x4a\xed\x09\xe3\x7f\x33\xad\x6b\ \xfd\xbd\xe7\x0d\x41\x41\x81\x3a\x0c\x00\x50\x9c\x71\x56\x61\xee\ \xf5\x1f\xbd\xbc\xd6\xe7\x31\x77\xba\xe5\x0f\xf3\x86\xe9\x00\x80\ \xd3\x07\x06\x05\xe9\x1b\x74\x93\xab\xd4\x9b\x94\xd4\xc9\x81\x5a\ \xce\x43\x06\x38\x03\x34\x62\xaf\x1f\xc3\x6b\x70\xeb\xb4\xa1\x43\ \x85\x97\xfe\xc9\x6f\xde\x2c\x77\xed\x8a\x1a\x9a\x46\x28\xd1\x78\ \x4b\x87\x07\x9e\x7e\x4e\x03\x44\x08\xe1\x78\x9e\x11\x55\x96\x55\ \xca\x98\xa0\xb7\xd5\x2f\xa7\xc3\x18\x54\x8d\x5f\xb7\x0e\x19\x0c\ \x30\x60\x40\x2b\x8f\xf1\x46\xae\xa9\xb5\x46\x14\x45\xdd\xb3\xff\ \x50\x5d\x5d\x1d\xbe\xb8\xa8\x04\x94\xb1\xce\xc9\x89\x31\x51\x17\ \xb7\xa0\x68\xaa\xca\x00\x00\x61\xbe\x7e\xbf\x24\xd3\x08\x5c\x7e\ \xd5\x24\x23\x1a\x61\x08\x5f\xb1\x32\xc3\x34\x7f\x5f\x3d\xe2\x84\ \xd6\x31\x7b\x16\x17\x15\xe5\xe5\x64\xf7\xee\xdb\x4f\x96\x7d\xd9\ \x59\x99\x5e\xaf\x37\x28\x38\x44\xe0\x85\xca\xaa\xca\x8c\xf4\x63\ \xc3\x46\x8e\xe1\x00\xf4\x63\xc6\x82\x24\x79\xbe\xfb\x16\x10\x6a\ \x0c\xfb\x31\x2f\xd2\xba\x82\xad\x3f\x6e\xcd\xa9\xf0\xe9\x2d\xa1\ \x7d\x87\x0e\x4d\x0a\x35\x6a\x2a\xa1\x94\xd4\xb7\xd2\x0a\x02\x54\ \x57\x1b\x87\x0e\xc3\x5d\xba\xc0\x17\x5f\xb4\xf2\x18\x6f\x76\x6d\ \x24\x8a\xc2\xe0\x01\x7d\xda\xf4\x2b\xfc\xc5\x9d\xed\xe8\x8a\x75\ \x5e\xc4\x5d\x3d\x60\x46\xbc\x70\x8d\x3d\x02\x8c\x31\x9b\xdd\x61\ \xb2\x68\x1c\xc7\x35\x69\xf5\x60\x60\x34\x69\x13\x26\x48\x7f\xff\ \x3b\x3e\x7c\x84\xf6\x49\x03\x59\x06\x00\x84\x39\xec\x2b\x59\xb6\ \xf0\x8d\x0c\xe2\x04\x57\x11\x88\xb9\x27\x4e\xe7\xdc\x33\x7f\x6e\ \x92\x03\x5f\x68\xc7\x16\x04\x7e\xe7\x4e\x7c\xf6\x2c\x3c\xff\x7c\ \xeb\x5f\x46\xbb\x8b\x7d\xdd\x4a\x83\xfa\xb3\xd9\x6c\x36\xab\x0d\ \x63\xcc\x9a\x47\x0d\xda\xa4\x89\xcc\x60\x10\x56\xae\x64\x18\xfb\ \xed\x34\xc6\x5c\x55\xde\xe1\x0c\x25\xe6\xb1\xdf\x3d\xd8\x33\x31\ \x61\xfa\x03\x8f\x0d\x0a\x2a\x3f\x9c\x91\x7b\x21\x33\x84\x10\x23\ \x84\xff\xe2\x0b\x1a\x11\xce\xc6\x8c\x69\x87\x51\x1b\xa4\xa4\xb4\ \x2c\x3b\x37\xbf\xb8\xa4\xec\xba\x8b\x30\xfd\xff\x12\x4a\x89\xa6\ \x01\x50\xd4\x24\x50\x40\xb2\x4c\x63\x63\xb5\xe1\xc3\xf8\x95\x2b\ \x71\x6e\x9e\x7f\x36\x88\x01\x50\xc2\x78\x9e\xe7\x10\xd5\xe4\xea\ \x8c\x43\x7b\x4e\xe4\x2b\x0e\x9b\x19\x35\xb6\x89\x4a\x12\x97\x9e\ \xce\x6f\xd8\xa4\x4d\x9c\x44\x1d\x8e\x76\x18\xb5\x56\x4e\x66\x9c\ \xd9\x77\xe0\x48\x7a\xc6\x99\x1d\xbb\xf6\x1d\x3d\x71\x12\x00\x28\ \x25\x0d\x5f\xd7\xc1\xf0\x27\x43\x8c\x51\xea\xe7\x5f\x61\xa8\x49\ \xf2\x82\x52\x66\x30\x68\xb3\x66\xe1\x9c\x1c\xfe\xfb\xef\x99\x1f\ \x46\x54\x33\x85\x76\x19\x39\xa8\x2b\x26\x7c\x80\x59\xde\xb6\x75\ \x47\x70\xdf\xc9\xfd\x3a\x06\x69\x8a\x56\xaf\x8a\x10\xe2\x97\x2f\ \x47\x1e\xb7\x7a\xc7\xed\x6d\xa2\xb5\xb8\xd9\x7d\xa3\xcc\xec\xdc\ \x81\xfd\xfb\xd8\x6d\x16\x4d\x23\x6b\x36\xfc\x98\x97\x5f\x84\x1a\ \xac\x05\x63\x94\x17\x84\x91\x43\x07\x36\xe9\x71\x63\xd5\x25\xb9\ \xb9\x25\x35\x96\xa0\x88\xe8\x90\xfa\xf6\xc2\xca\x82\x73\x05\xd5\ \x2c\x2a\x3e\xc1\xda\x48\x3b\xae\xd6\x14\x54\xaa\xc1\xc1\x01\x3c\ \x00\x53\xbd\x45\x39\xd9\xe5\x1e\x95\x01\x0a\xee\x90\x14\x62\xf6\ \x5f\xa4\x16\x17\x55\x58\x83\x42\xf4\x1c\x00\xd0\xf2\xfc\xf3\x45\ \x95\x3e\x7b\x44\x4c\x84\xa3\x71\xbf\x3d\x29\x2d\x2c\x31\x05\x85\ \x1a\x78\x04\x00\x6a\x5d\xf9\xb9\xac\x7c\x6c\x0d\x4b\x88\x0e\xba\ \xe8\x73\x8f\x18\x02\x84\x58\x3d\xc1\x0a\x42\x4d\x8a\x63\xc8\xe7\ \xd3\x86\x0f\x27\xfd\xfa\x8a\x1f\x7e\xa0\xce\xb8\x03\x8c\x46\x46\ \x08\x6f\x0e\x1d\x32\x24\x52\x95\x7d\x7d\x6e\x79\xac\xe7\xad\x92\ \xd5\xac\x27\xaa\x52\x9f\x9c\x10\x04\x9c\x93\x23\x7e\xb6\x54\x9d\ \x30\x9e\xf4\xee\x8d\x28\x6d\xfd\x1a\xe4\xf6\xbc\x11\x5d\xf1\xe5\ \xd7\x81\x01\x76\xe6\x27\x21\x6d\xd2\xa3\xcd\x61\x2e\xfd\x64\xce\ \x80\xbe\xbd\xcd\xa6\xfa\x5a\x68\xe9\xf1\x4d\x6f\x2c\x5a\xe9\xe6\ \xb9\xe2\x62\x75\xf2\x6f\x9f\xbb\x73\x40\x44\xe6\xd6\xc5\xff\xfa\ \x64\x97\x20\x11\x1c\xda\xff\x8f\x4f\xdf\x1f\x26\xb1\xe2\x53\xbb\ \x3f\x7e\xeb\xd5\xbd\xa6\xa1\x8b\xfe\xdf\xc3\x4e\x00\x77\xf6\x9e\ \x17\xfe\xf8\xa6\xa9\x4b\x6f\x0b\x87\x06\xce\x8a\x0c\x31\x8b\x75\ \x45\x27\xbf\xfe\x78\xe1\xe7\xe9\xf0\x8f\x77\xde\xea\x69\x86\xdc\ \x1d\xcb\x5e\x5b\xb6\x0b\x63\xad\xb8\x4a\xbc\xf7\x99\x3f\x8f\xec\ \x14\xe8\x29\x3d\xfb\xdd\xd2\xf7\xfe\xfb\x43\xd5\xdf\x96\x2c\xea\ \x69\x45\xbe\xc2\xa3\x6f\x2d\xf8\xb0\x94\xb7\xc8\x95\xe5\x71\x63\ \xef\x9f\x3f\xa5\x97\x08\x00\x08\x88\xdf\x12\x21\xc0\xa8\x1e\x42\ \x08\x80\x36\xe5\x04\xa7\x94\x99\xcd\xca\xfc\xf9\xfa\x39\xf7\x08\ \x5f\x7c\xa1\x3c\xf4\x10\xaa\xab\x63\x94\xf8\x7c\x04\x00\xe9\x4c\ \x66\x0c\x4c\x6b\xb2\x94\x81\x89\xa2\xf8\xf1\x27\xa8\xa4\x54\x7d\ \xe0\x01\xe0\xf9\x36\x91\x67\xdc\xec\x30\x42\xc0\xbe\x5b\xf5\x95\ \x5e\x12\x2f\xad\xa9\xa9\x9a\x1a\x1a\x11\x27\x8a\x17\x62\x28\x53\ \x44\xd7\x87\x9e\xed\x1d\x16\x6c\xdb\xbe\xe0\xb1\xcf\xd6\x6f\xbb\ \xa3\xef\xc8\x65\x9f\xfc\xd0\x6f\xee\xbf\xef\x4e\x13\x5f\x79\xfc\ \xf7\x5f\x6d\x19\xf3\xc8\x50\x61\xdb\xc6\xed\x2c\x34\xd6\xa6\xd4\ \x1f\xac\xbb\xb6\x4a\x4a\x1d\xff\xc2\x5f\xee\x6f\xa8\xca\xfb\x0e\ \x6c\xd8\x58\x22\x05\x07\xd9\x3c\xfe\xe7\x73\x24\x0d\xfe\xc3\x0b\ \x93\x43\x1d\xba\x15\x7f\xbf\x7b\xd5\x8e\xf4\x91\x9d\x86\xee\xfb\ \x61\x6b\x09\x33\x86\x84\x28\x8c\x20\x00\x38\xb3\xfd\xfb\x63\x5a\ \xd7\xff\xbe\x7c\x5f\xe5\xde\x45\x0f\x7e\xbc\x7e\xda\xc4\x5e\x61\ \x1c\x08\x82\x50\x5e\x5a\xea\x93\x7d\x1c\xc6\x2a\xa5\x08\x01\x06\ \x84\x30\x94\x95\x95\x1a\x0c\xfa\x0b\x7c\xf3\x8a\xa2\x8d\x1f\x4f\ \xfb\xf7\x17\x5f\x7b\x4d\x1b\x3b\x86\x85\x47\x34\x2e\x81\xa4\x17\ \x2d\x7d\x96\x24\xee\xc8\x11\xf1\xbd\x77\xb5\xc9\x93\xc8\x80\x01\ \x70\x35\x82\x9b\x76\xdf\xe8\xe2\x2c\xb0\x24\x08\x92\x28\x88\x97\ \x7c\x49\xa2\x20\x34\x0f\xe5\x0d\xf6\xa0\xf0\x60\x1b\xa2\xe5\x27\ \x0b\xbd\x9d\xfb\xf4\xa2\x15\xe7\x32\xd5\xf0\x6e\x9d\x42\xb1\x18\ \xd0\x27\xc9\x96\x9f\x71\x0c\xa4\x90\xdb\x1f\x79\xfa\xde\x51\xc9\ \xa8\x81\x5f\x41\x63\xa4\xf4\xf8\x96\x97\xff\xf3\xf6\xca\x1d\xa7\ \x29\x00\x20\xdd\xd0\x39\x8f\x3d\x35\x67\x84\x19\x13\xbf\xeb\x65\ \x0a\x8c\x08\x75\x98\xc0\x93\x7d\xba\xd4\xd8\x3b\x39\x1e\x00\x86\ \xde\x79\xff\x23\xf7\x4f\xb4\x4b\xc4\x7f\x45\x4c\xef\x81\xa1\xb5\ \x07\x17\x7e\xfe\xc5\xb2\x1f\xb2\x86\x8c\x1b\xe7\x9f\x2f\x10\x04\ \xa1\xb6\xa6\xfa\x4c\x46\x06\xc2\x98\xe7\x38\x9e\xe7\x45\x49\x2a\ \x2b\x2d\xab\xae\xae\x36\x9b\x9b\xec\x59\xd0\x34\x66\xb3\xc9\x7f\ \x7c\x1a\xe7\xe4\x8a\x0b\xdf\x05\x9e\x6f\xd9\xe3\xe1\x79\x20\x44\ \xfc\xf7\x7f\x40\x23\xf2\xef\x7f\xc7\x44\x11\x11\xad\x4d\xc7\x78\ \xd3\xc3\x08\x00\x61\x5c\x3f\xa4\xd3\xa2\x5c\xf4\x0b\xbe\x92\x4f\ \x5f\xfe\x47\x5e\xcc\x94\xfb\xc7\x27\x6a\x5e\x1f\xc1\x5c\xfd\x6c\ \x0f\x8f\x81\xd6\x1f\xbd\xd2\x84\xa3\x23\xa4\xcb\xf8\x57\x5f\xf9\ \xdb\xa4\x6e\xce\x8d\x8b\xfe\xfe\xe1\xf6\x9c\x7a\x3d\xa7\x34\xdb\ \xaa\xa0\xd5\x9d\x5b\xf0\xf7\x05\x62\xdf\x7b\x66\x0e\x68\x18\x54\ \x6a\x72\x81\xa8\xd7\xeb\x4d\xa2\x5c\x5d\x7e\x2e\xb3\xc0\x55\xe3\ \xf5\x9b\x32\x4a\x48\x78\x44\x78\x65\x45\xd9\xae\x1d\xdb\x73\xf3\ \x72\x4b\x8a\x8b\x4f\x9c\x38\x96\x9b\x97\x13\x9f\x90\x70\xd1\x2b\ \x46\x5e\xaf\x36\x62\x84\x7a\xff\x7d\xe2\x82\x05\xfc\x37\xdf\x80\ \x4e\x77\x31\x92\x10\x02\x41\x10\x3e\xfe\x44\x58\xbe\x5c\x7d\xe2\ \x71\xda\xa3\x07\xf2\xf9\xda\x7a\x8c\x37\x3b\x8c\x58\x03\xc7\xf4\ \x65\x1e\x65\x17\x8d\x45\x7e\xf5\xce\x2b\xa7\xec\xe3\xff\xfa\xd0\ \x04\x03\x02\xc9\x12\xec\x54\x8a\x0a\xcb\x65\x00\x38\x97\x5b\x6b\ \x0e\x8e\xb9\xf4\x2f\x70\xa2\x31\x34\x3a\xae\xd7\xc8\x3b\x26\x74\ \x71\x1e\xdc\x9d\xd9\xc2\x73\xf8\x8a\x3e\xfa\xf7\x5b\x4a\xb7\x39\ \x4f\xcf\x1a\x70\xb1\x87\x81\x30\x00\xdb\xfc\xe5\xd2\xaa\x8e\xd3\ \x9e\x98\xff\xd0\xab\x2f\xcc\x39\xb9\xea\x8b\xf4\x8a\xfa\xf6\x22\ \x8e\xc3\x1d\x62\xe3\x2c\x66\x73\x7e\x6e\x4e\x76\x76\x96\x24\x89\ \xc9\xc9\x9d\x0d\x7a\xc3\xc5\x4c\xa0\x8c\x01\xc7\xc9\x7f\xfc\x23\ \xe9\xd5\x53\xfa\xdd\xef\xf1\xee\xdd\x60\x32\x81\x20\x80\x7f\x38\ \x4d\x14\xc1\x60\xe0\xd6\xae\x95\x9e\x7f\x5e\x1b\x3f\x4e\x79\xe8\ \xa1\x6b\xa3\xfe\xbc\xd9\x7d\x23\x42\x08\x65\xc0\x28\x61\x08\x35\ \x9f\x8a\x04\x4a\xa9\xd6\x9c\x7d\xbb\x70\xcf\x77\x1f\x7f\x7b\x6e\ \xec\x03\x83\xbe\xff\x62\x19\x0a\x4e\x18\x35\xb0\xeb\x94\xb1\x91\ \x1f\x2f\xfc\xe7\xf9\x68\x38\x50\x1b\xf4\xdb\xd1\xf5\xcd\xa6\x54\ \x93\xeb\x3c\x3e\x0a\x00\xc0\x4e\xac\xfb\x7c\x7b\x81\xaa\x57\x8a\ \x77\x1c\xaf\x1d\xf5\x68\x03\x9b\x02\x55\xdd\x6e\x8f\x5f\x65\x65\ \xae\xfb\xf0\xeb\x03\x65\x33\x7b\x94\xae\xfc\x62\x99\x18\xda\x7d\ \xf4\xc0\x24\x01\x00\x98\xe6\x71\xbb\x35\xca\x00\x70\x87\xe4\x2e\ \xee\xcf\xbf\x5a\x6c\x2d\xf1\x9e\xdb\x61\xee\x9c\x12\x6a\x69\x0c\ \x24\x19\x63\xcc\xee\x70\x38\x03\x83\x38\xae\xbe\x92\xd3\x72\x92\ \x42\x96\x59\x48\x88\xfc\xfa\xeb\xba\xfb\xee\xd3\xdf\x35\x5b\xf9\ \xdb\xdf\xb4\x09\xe3\xa9\xd3\x09\x94\xe2\xb2\x32\x61\xf9\x72\xf1\ \x1f\x2f\xd2\x8e\x49\xf2\xbf\xfe\xc5\x4c\x26\x50\xaf\x85\x93\x99\ \x7b\xf6\x99\x67\xfc\xdb\x5e\xdc\x75\x75\xa2\x24\x19\x8d\xa6\x9b\ \x0a\x46\x1c\xc7\xe7\x17\x96\xf0\x82\xce\x68\xb6\xe9\x4d\x16\xbd\ \xd1\x6a\x30\x59\x0d\x66\xab\xde\x68\xd5\x1b\xad\x7d\xfa\xf5\xed\ \x9a\x9a\xd2\x58\x9d\x55\x08\x76\x04\x06\x60\xe2\xf3\xfa\xbc\x54\ \x6f\x8d\x8d\x8b\x49\xea\x9e\x16\xc6\xd5\x54\x52\xe7\xad\x77\xdf\ \xdb\x3d\xb4\xbe\x80\xcf\x49\xc6\x90\x88\xd8\x84\xc8\x60\x01\x90\ \xe6\xad\x2e\x2d\xaf\x24\x52\xe0\xa8\x3b\xe6\x8e\x4d\xad\x5f\xaf\ \x89\x38\xc9\x11\x14\x99\x18\x1b\x65\xe4\x80\xa8\xd8\x11\x12\x48\ \x7d\x1e\x9f\x2c\x33\x43\x68\xa7\xd8\x20\x0e\x00\xb0\x68\x73\x46\ \xc6\xc7\xc6\x98\x04\xe4\x8c\x4d\x4d\x0e\x13\x0b\x0b\x8a\x0d\x51\ \xbd\xef\x99\x35\x35\xd4\x80\x01\xc0\xe7\xf3\x96\x95\x14\x59\xac\ \x36\x56\xbf\x9f\x83\xf9\x6f\x22\x21\xa4\xb6\xb6\xc6\x19\x18\xcc\ \x5d\x34\x16\x42\x08\x8b\x8a\xa2\x69\xbd\xb9\x03\x07\xc5\x37\xde\ \xe0\xd7\xaf\xe7\x37\x6f\x11\x56\xac\x10\xff\xf3\x1f\xe1\xb3\xa5\ \x64\xd4\x28\xf9\xb5\x57\x69\x42\x42\xd3\x2d\xec\xa2\x24\x21\xd4\ \x5a\x63\x75\xb3\x97\x66\x01\xc0\xeb\x93\x35\x4d\x43\x08\x5d\x58\ \xb6\xd1\x40\xc7\x6a\x32\x1a\x7e\x9d\x1b\x2f\xab\xaa\x2a\xd3\x8f\ \x1d\x8a\x88\x8c\x61\x8c\x21\x84\x30\xc6\x08\x21\x8e\xe3\x14\x59\ \x29\x2c\xcc\xeb\x98\xdc\xa5\x45\x26\x5a\x90\x24\xa8\x76\x09\x5f\ \x7e\xc9\x6f\xd8\x84\xb3\xb3\x01\x23\x12\x9f\xa0\x8d\x1f\xa7\x4d\ \x99\x02\x7a\x7d\x53\x0c\x5d\xcc\x44\xdb\x6e\xd4\xae\x2a\x7a\x9d\ \x04\x20\xdd\x14\x6f\x55\x96\xc1\x68\x52\xe7\x3d\xa0\xcc\x7f\xa8\ \x3e\xb5\x48\x29\x22\x04\x14\xa5\x19\x86\xda\x7d\xa3\x76\xb9\xaa\ \x33\x08\x5e\xef\xff\xb9\x82\xbd\xd9\x61\xe4\xf5\xfa\x76\xee\x39\ \x50\x5d\x53\x6b\x34\xe8\x07\xf5\x4f\x33\x1a\x0d\xed\x48\x6b\x87\ \x51\x9b\x65\xe7\x9e\x03\x21\xc1\x81\xdd\xbb\x76\x2e\x28\x2c\xde\ \xf0\xc3\xb6\xa4\xc4\xb8\xc6\x7a\x08\xa5\xcc\x19\xe0\x08\x0b\xbd\ \xd1\x9c\xc5\x16\xbd\x3d\xc6\x58\x3b\x8c\xae\x5d\x7c\xb2\x2c\x8a\ \xa2\x41\xaf\x8f\x8a\x0c\xf7\x78\xbc\x05\x45\xc5\xb8\x21\x3c\xe1\ \x30\x3a\x74\xe4\xf8\xed\xb7\x4d\x32\x34\xe5\x0a\x62\xf4\xfc\xc1\ \x0d\xdf\xfd\x78\xa0\x92\x58\x46\x4e\xbf\x6b\x40\xbc\x03\x00\xce\ \xef\xfb\xfe\xcb\x75\xfb\x20\xa4\xc7\xdd\xb3\x27\x07\xeb\x11\x00\ \x10\x77\xe1\xb7\x5f\xad\x35\x77\x9b\x3a\x22\xd5\x01\x00\x39\xfb\ \x56\x7c\xf4\x5d\x86\x24\x32\x29\x7a\xf0\x03\x77\x0e\x37\xf3\x00\ \xd4\xb3\xeb\xdb\x15\xb9\x86\xfe\x33\x46\x25\x02\xf5\x1e\xdf\xb1\ \x7e\xe3\x8e\xa3\x6e\x29\x7c\xca\x9d\xb3\x52\xc3\xf4\xb5\x85\xe9\ \xdf\x7d\xbb\xfe\x54\xa1\x3b\x69\xc0\xe4\x3b\x46\x77\xe5\x98\x7a\ \x7a\xf7\xba\xb5\xdb\x8e\xd4\x60\xe7\xb8\x19\xb3\x7a\x47\xfd\x94\ \x09\x71\x04\x8c\x12\x42\x19\x20\x8c\x11\x63\x94\x31\xc4\x71\x5c\ \xbb\x36\xfa\x49\xe2\x1f\x77\x34\x1b\x0d\x80\x90\x28\x0a\x18\xe1\ \x0b\xe3\x8e\x8c\x11\x26\xdc\x7e\xdb\xe4\xe6\x5e\xaa\xeb\xd4\xc9\ \x9c\xb0\xee\x83\xc3\x33\xd6\xbc\xf3\xca\x92\x2e\xef\x3c\x5a\xb5\ \xe5\xe3\x17\x3e\x3e\x3e\xee\xb6\xe1\xe9\xdf\x7f\xfc\x41\x68\xc2\ \xb3\x93\x92\x33\x7e\x58\xb6\x64\xe5\xf7\xbb\xce\xcb\x4f\xf4\xbf\ \x0b\x00\x80\xd5\x6c\x58\xf9\xa3\xd4\x79\xe6\x94\xae\x66\x6a\x08\ \xd1\x73\x50\x76\x62\xcb\x27\xcb\xbe\xde\xb8\xeb\xd8\x88\x3f\x0d\ \x05\x00\xa8\x29\xc8\x38\x5f\x9e\xd0\x77\x58\xc5\x8e\x25\xef\xbc\ \x27\x2c\xf8\xdb\x9c\x9c\x73\x19\x5e\x73\xd2\xf0\x7e\xa5\x1f\x7e\ \xfa\xaa\xad\xe3\x87\xe3\x9d\x15\xa7\x4f\x17\x74\xe8\x3d\xc4\xb3\ \xff\xeb\x85\xaf\x7f\xb1\xf0\xd5\xfb\xae\x2d\x6b\x8c\x30\x47\x6a\ \x73\x3e\x5d\xb8\xf8\x9c\x9b\x09\x18\x08\xa3\x18\x71\x54\xf1\x19\ \x12\xfa\xdf\x37\xeb\x96\x10\xf1\xda\x57\xe7\xb4\x8f\x3b\xe2\x8a\ \xd2\x22\x8f\x24\x42\x4b\xe3\x8e\xa1\x11\x71\x17\x7f\x52\x75\x8e\ \x71\x77\x3f\x08\x00\x99\xf2\xa1\x35\xb9\x26\x51\xce\xff\x64\xc5\ \x96\xa1\xbf\x7d\xe5\xf6\xde\x01\xeb\xf3\x37\xaf\x29\xaa\x00\x00\ \xce\x1c\x35\x7a\x78\x9a\x6b\x5b\x4d\x8f\x0e\x12\x00\x78\x32\xb7\ \xed\x2d\x16\xef\x7f\x72\x60\xe7\xc0\xfa\xbb\xaf\x61\xcb\xc0\xa1\ \x03\x8b\xca\x68\xdf\xe4\x10\x00\x00\x5b\xfc\xed\x73\xe2\x01\x60\ \x5f\xce\xda\x03\x05\x12\x00\xa4\x0c\x9e\x96\x02\x00\x95\x7b\xbe\ \xf8\x62\x8f\x88\x19\x18\x42\x26\xdf\x3b\x1f\x00\x8e\x96\x6e\xdb\ \x52\x23\x5e\xb3\xea\x40\x88\xf3\xb9\xf2\x73\xea\xa4\xe1\xb7\xde\ \x12\x4a\xb2\xbf\xfc\x7a\x67\x97\x09\x53\x3a\x68\x39\xab\xb7\x9c\ \x2b\xab\xa3\xe1\x4e\xa4\x5d\xeb\x1e\xaf\xf6\xee\x47\xe0\x38\xfe\ \x72\x72\x99\xa4\x11\x39\xf9\xc3\xc7\xaf\x7e\x57\x30\xf3\xc1\xdb\ \xe5\x63\xdb\x0a\xb9\x94\x09\xbd\x03\x00\xbc\x65\x15\x35\xe1\x61\ \x76\x00\x48\x4c\xeb\xef\x24\x5e\x3e\x38\x25\x8c\x03\x00\x50\x54\ \x73\x4a\xbc\x65\xc9\x5f\x1e\x7e\xfb\xab\xbd\xfe\xbd\x35\xa1\xc9\ \x3d\x52\x42\xa4\x3a\x3e\x26\x21\xb0\x71\x38\xda\xb3\xfb\xcb\x37\ \x17\x1f\x96\x66\xcf\x99\xe2\xef\x48\xaa\x3a\xbf\xf7\xc5\xbf\x7f\ \xdc\x61\xec\x7d\xc3\x23\xfc\x2d\x06\xf2\xa1\xef\xde\x7b\x77\xbb\ \x67\xf6\xfd\x93\x45\xb8\xf6\x8d\x77\x94\x10\x5d\x40\x78\xaf\x01\ \xbd\x7b\xf7\xed\x1a\x12\x10\xd0\xa9\xf7\xc0\x01\x7d\xbb\x39\x24\ \xfc\x13\x3b\xf4\xda\x03\xfe\xab\x38\x12\x97\x40\xa8\x6a\xf5\xfb\ \x0b\x36\x17\xda\x1e\x78\xee\xf9\xae\x11\xa6\x3d\x4b\xce\x73\x11\ \xdd\x9c\x00\x50\x75\xea\xc0\x19\x3c\x75\x56\x2c\x00\x00\xb8\xf7\ \x67\x64\x46\xf6\x9e\xec\xff\x8c\xda\x3a\x0d\x79\xfc\xd9\x21\xea\ \x99\x2f\xe7\xbe\xf8\xdf\x7e\x63\xfa\xf4\x30\x01\x00\x9c\x38\x76\ \x50\x97\xd4\x2b\xd0\x0f\x19\x4f\xde\x92\xb7\xdf\x3a\xa6\x26\xfc\ \xee\x2f\xcf\xc4\x07\x88\x00\x90\xf1\xe3\x92\x0f\x56\x1d\x4f\x9b\ \xfe\xd4\xed\x03\xe3\x10\x00\xc8\x25\x2b\x16\xbe\xb1\xbf\x36\xe2\ \xb1\xbf\xfc\xb9\x63\xb0\xfe\x9a\xdf\x0d\x63\x54\x6f\x0e\x80\xf2\ \x2d\x27\x33\x6b\x2c\xec\xfc\xb9\xac\x63\xbe\x75\x5b\x6a\xb8\x43\ \x79\xc8\x12\x6c\x15\x28\xf5\xb5\xc3\xe8\x9a\x4f\xb6\xbe\x9a\x70\ \x29\xfd\x31\x63\xec\x92\xd5\x1c\xb5\xdf\xbc\xf9\x8f\x1f\x3d\x3d\ \x9e\x7b\x6e\x66\x90\x84\x00\x00\x21\xa8\x2b\x2f\xab\xaa\x2c\x5c\ \xfb\xce\x7b\xb4\xfb\xc4\xb4\x0e\x06\x00\x60\xae\x9c\x73\x39\x6c\ \xe8\xac\x48\x00\xf0\xd6\x94\x56\x2b\x3a\x8b\x28\x1f\x3d\x74\x8a\ \x59\x23\x03\xfd\x9a\x85\xd5\x65\x1c\x2d\x4a\x1c\xd6\x89\x07\x00\ \xb9\xfc\xc3\x97\x5f\x3e\x17\x3c\xe1\xaf\x0f\x8d\x33\x20\x00\x80\ \xac\x1f\x3f\x7a\xf5\xf3\xb3\xf7\x3d\xf7\x5c\xdf\x68\x33\x00\x80\ \x56\xb5\xf4\xb5\x17\x0f\x4a\xc3\xfe\xfc\xcc\x54\x1b\x0f\x0c\x00\ \x5d\xfb\x9b\x25\x06\x67\xc2\xd0\xee\xa6\x25\xff\x7c\xfc\x73\xac\ \x4b\x19\x3e\x89\x9d\x5a\xfb\x65\x2d\x3f\x72\xfa\xdc\x50\x51\xd5\ \xd4\x76\x6d\x74\xad\xa2\xd7\xe9\x78\x41\xd2\x08\x41\x0d\xcb\x6a\ \xfd\xe0\x00\x06\x84\x32\x9d\x5e\xdf\xd4\xac\x79\xcf\x1f\xd8\xb0\ \xe3\x84\x37\x42\xf7\xc6\x73\x4f\x42\x74\xda\xc3\x0f\xde\x99\x3a\ \x62\x6c\xc2\x9e\x85\x4f\x3d\xb3\x2f\x38\x69\xc8\x9f\xe6\x4d\xf4\ \x2b\x8a\xea\xa2\xdc\x1a\x7b\x52\x42\x98\x11\x00\xf2\x0e\x7c\xf7\ \xd6\x57\x07\x11\x07\x9a\x14\x36\xef\xb7\x0f\xf8\x07\x5f\x99\xbb\ \x20\x5b\x09\x18\xda\x29\x16\x00\xaa\x4f\x6f\x5a\x7b\x38\x2f\x24\ \x69\xe7\x8b\x7f\xdc\x24\xc6\x4f\x7a\x6e\x6e\xb7\xb5\x6b\xb7\x94\ \xbb\x8d\x6b\x3e\x7c\x69\x85\xd7\x3a\xf3\xf1\xc7\x52\xbc\x7b\x7f\ \xd8\x77\x06\x77\xb0\xfc\xfb\x4f\x5b\x85\xc4\x21\xbf\xbd\x67\x6a\ \xa0\x70\xed\x38\x92\x99\x34\x68\xfa\xa3\xe1\x29\x27\xab\x39\x47\ \xc7\xf8\x68\x1d\x9a\x54\xeb\x03\x93\x41\x50\xd5\x9f\xb4\xfa\xfd\ \x66\xaf\xa9\x79\xbc\xbe\x2d\xdb\x76\xd6\xd6\xd6\xa2\x26\x31\x1a\ \x00\x30\x06\x94\xd1\x6e\xa9\x29\x9d\x9a\xac\x27\x63\x9a\xaa\x68\ \x9a\xaa\x28\x2a\xa1\x98\x17\x4d\x26\x23\x87\x80\x69\xbe\x1a\x8f\ \x66\xb1\x98\xd0\x05\xff\x43\xd3\x18\x12\x79\x0e\x00\xa8\xaa\x78\ \xbc\x5e\x8d\x61\xa3\xd9\x2c\x5c\x20\x03\x21\x8a\xc6\x04\x81\x47\ \x00\x54\x53\x14\x4d\x53\x65\x45\xa3\x0c\x0b\x06\xab\x49\x90\x65\ \x85\x68\xaa\xa2\x68\x0c\x71\x46\xb3\x59\x60\x9a\xa2\x6a\x8a\x2a\ \x6b\x84\x61\x41\x32\x1b\x0d\x18\x5d\x6b\x4d\x0d\x21\x1e\xd1\xac\ \x83\x9b\x7f\x3c\x52\xd4\x69\xc0\xa8\xfe\xc9\x21\x75\xae\x1a\xde\ \x60\x16\xb9\x4b\xae\x6d\xaf\xa9\xb5\x49\x0c\x7a\xdd\xf8\x31\x23\ \x5a\xfb\x99\xe3\x05\x89\x17\x24\x9d\xbe\xf9\x0f\x75\x17\x31\xfd\ \x61\x8e\x6f\xec\xee\xc7\x82\x68\x12\xc4\x4b\xfe\x10\xd7\xd8\x9a\ \x8b\x79\x51\xc7\x8b\x3a\xdd\x85\xec\xb9\x24\xe9\x40\xd2\x19\x1a\ \xbb\xfb\x41\x90\x78\x41\xd2\xeb\x7f\xfa\x9b\xc5\x98\xf7\x95\x1e\ \x5e\xfa\xf5\x96\xa0\x4e\x09\x1b\x56\xac\x08\x7a\xe4\xbe\xc2\xcd\ \x5f\x28\x09\x13\x46\x77\x0f\x53\x15\xed\x27\xfd\xe5\x76\x37\xfa\ \x66\x8a\x18\x50\x4d\x79\xa1\x18\xde\xeb\xb7\xf3\xe7\xf6\x8c\xe4\ \xab\xaa\x14\x9f\xab\xa4\xac\xc6\x8d\x7e\x32\x65\x6f\x7b\xa4\x06\ \xd5\xd5\x35\xb2\xa2\x8a\xa2\x60\xbb\x4e\xf8\x43\x7f\x4a\x40\xa1\ \xb3\xd8\x6a\xcf\xaf\x7a\x7b\x61\x65\xf6\x89\xb3\x42\xc1\xbb\xb5\ \x5e\x7e\xc6\xc8\x50\xd0\x48\x3b\x8c\x7e\x92\x9c\xcb\x3c\x7f\xfc\ \xe4\x19\xc6\xa8\xaa\xa8\xdd\xba\x76\x4e\x4a\x88\xbb\x91\x51\x44\ \x89\xc1\x99\x34\x7a\x44\xbf\x22\x0f\x4d\x1b\x3a\x82\x32\x1c\x93\ \xd2\xbb\x6b\x8c\x49\x55\xb5\x76\x18\xfd\x24\xc9\x38\x93\x39\x74\ \x50\x5f\xbb\xcd\x2a\x2b\xea\x9a\x75\x3f\x64\x9e\xcf\x6d\x72\xe8\ \xd4\x60\x30\x0c\x1e\xd0\xe7\xa2\xad\x59\x40\xe5\xd2\xa2\x12\x19\ \x1b\xc2\x42\x9d\x0d\x2e\xa8\x5c\x9c\x57\x82\xcc\x81\xc1\xb6\x0b\ \x1e\x8c\x52\x57\x2d\x63\x83\xd9\x20\x00\x00\x51\x6a\x8b\x4b\x2a\ \x55\x8d\x62\xbd\x2d\x2c\xd8\xce\xfb\xbd\x71\xc5\xed\xf2\x61\x9b\ \x45\x0f\x00\x4c\xf1\x14\x97\x94\x51\x9d\x35\x34\xd0\x86\x01\x00\ \x58\x6d\x45\x71\x85\x9b\x3a\x83\xc3\x4c\x52\x93\x58\x51\xf3\x54\ \x56\xcb\x96\x00\x3b\xba\x46\x65\x44\x91\x14\x30\x72\xea\xf4\x8a\ \x82\xf3\x39\x25\xd5\x66\x67\x78\x54\x68\x00\xd3\x64\xf2\x93\x8f\ \xb1\x3d\x6f\x44\xd7\xac\xdb\x10\xe4\x0c\x60\xc0\x74\x12\xa7\x2a\ \xde\xc6\xcc\x35\x87\xf1\xc1\xc3\x47\x7a\xf5\x48\x35\x9b\x2e\xb8\ \xbb\xa0\xd4\xac\x59\xbc\x60\xe3\x19\x97\xbb\xa2\x22\x6a\xd8\xfd\ \x4f\xcf\x19\x28\xd4\xe5\x2e\x7a\xfd\xcd\xc3\xf9\x35\x35\xb2\x34\ \xe7\x99\x17\x46\x25\xd8\x88\xb7\x6c\xdf\xa6\x6f\x3f\x58\xb1\x65\ \xf0\x6f\x5e\x9b\xd3\x2f\x00\x80\x6d\x5d\xfc\xb7\x85\xbb\xb4\x94\ \x28\x9d\xd0\x61\xc4\xa3\x77\x8f\x32\x63\x4f\xfa\xde\xad\xff\xfd\ \x70\xb1\x38\xf4\x99\xbf\xdf\xd5\x0d\xdc\xb9\x9f\x2d\xfa\xe0\x60\ \x6e\x8d\xab\xbc\xa6\xcf\xf4\xc7\xe7\x4f\x4a\x3d\xbd\x7d\xf9\xc7\ \x2b\xf7\xd5\x79\x5c\x6a\x40\xd7\x3f\xfe\xe9\x91\x18\x13\x06\x00\ \x5f\x45\xd6\x92\x57\xff\xb9\xa9\x34\xe1\x9d\x45\x7f\xe0\xaf\x0d\ \x47\x08\xf3\x48\xd9\xbe\xf4\xcd\x25\xdb\x72\x9c\x41\xf6\xba\xb2\ \xb2\xa0\xb4\x5b\x1e\xbc\x7d\x98\x19\xb5\x66\xdf\x6c\x3b\x8c\xae\ \x08\xa3\xe5\x9f\x2f\x69\x71\xdc\x51\xd3\xd4\xe0\xf0\x0e\xa2\xd8\ \x3c\xce\xc2\x42\xe7\xe1\x33\xfa\xdd\x93\xa0\xed\xfb\xe8\xf1\xf7\ \xb7\xb8\xe7\xf4\xdf\xf1\xde\x6b\x47\x50\xff\x17\x5f\x99\xb4\xe9\ \xcd\x47\xbe\xdf\x9e\x31\x2a\xa1\xef\x8e\x15\x4b\x37\xa6\x9f\xac\ \xe1\x6c\x29\x9d\x03\x00\x80\xb9\xcf\xed\x3c\x2b\xfc\xee\xd5\xff\ \xf4\xab\xa7\xd1\x82\x33\x1b\xbf\x59\xb9\xf5\x40\x76\x35\xdc\xda\ \x3d\x06\x00\x80\x33\xf7\x9f\x74\xcf\x94\xe8\xd8\xc2\xd5\x7f\x7b\ \xe9\xc7\xcd\x77\x4f\x4a\x75\xc6\xa5\xcd\xff\xe3\xc4\x68\x4b\xde\ \xe3\x0f\xfd\x75\x57\xc1\x83\x31\x49\x3a\x6f\xc1\xe1\xaf\x37\x1c\ \x2a\xa7\x42\x68\xd7\x5e\x76\x00\xd7\x35\xdd\x75\x8c\xb9\xba\x82\ \x7d\xdf\xed\xaf\xbc\xe3\xf1\x3f\x0f\xec\x60\xf1\x94\x9c\x58\xf8\ \xf6\xb2\x1d\x19\x9d\x27\x76\x0b\xd4\xe4\xf6\x48\xed\xa7\xbc\x7f\ \x84\x05\x8e\x13\x79\x4e\x68\xf1\xeb\xd2\x0e\x0a\x5e\x1f\x9d\x90\ \x60\x17\xab\xd6\x6d\x3e\x12\x3b\x7c\x94\xa9\x68\xcf\xba\x53\xe4\ \xde\x87\xa7\xdb\x8d\x3a\xbd\xc9\x24\xf1\x08\x00\x0d\x9c\xf5\xc8\ \x43\xe3\x7b\x87\x06\x25\x27\x5a\x00\x00\x2a\x4f\xee\xc9\x38\x9f\ \xb9\x6b\xfd\xda\x6c\x57\xbd\xf5\x88\x1b\x76\xc7\x53\xf7\xdf\x12\ \x6e\x8f\x4b\x09\xb7\x00\x00\xe8\xec\xb1\x71\xb1\x66\xa5\x60\xfd\ \xae\x82\x2e\x03\x86\xe8\x01\x02\xc2\x62\xa3\x83\x4c\xa7\x7e\xd8\ \xe0\xb1\xf7\x18\x10\xa5\x53\x2a\x33\x3e\x5e\xb6\xa3\xcb\xa8\x31\ \x11\x26\x2e\xb5\x47\x3c\xb4\x69\x2e\xba\x59\xa0\x86\x3c\x35\xe5\ \xd8\x11\x9d\x1c\x1f\x82\x11\x76\x84\xc7\xc5\x05\x0b\x55\xae\x6a\ \x86\x7f\x2a\x0c\xda\xc7\x1d\x01\xb7\x69\xdc\x11\xc0\x53\x70\x68\ \xc1\xf3\x7f\x3b\x67\x1f\xfa\xfb\xbb\xfa\xe4\x1c\x3a\x44\x9d\xbd\ \xba\x58\x01\x58\xf9\xb9\x4c\x57\xa7\xf8\x08\x00\xe0\x78\x74\xec\ \xc4\x59\x7d\x62\x17\xff\xc2\x47\x73\xd2\xb8\xbf\xbd\xf0\xc7\xa0\ \x82\x4d\xff\xef\xff\x2d\x2c\xd0\x00\x00\x38\x9e\xcb\x3b\x97\x5e\ \xe3\x4c\x88\xb4\xd6\x9f\x7f\xe5\xe9\xcd\xff\x78\xfe\xff\x79\x53\ \xef\x98\x7f\x6b\x37\x04\x00\x4a\xe5\xb7\x8b\x5e\x7a\x7b\x9b\x6f\ \xde\x93\x0f\x47\x73\x45\x1f\xfd\xe7\xf5\x52\x67\xaa\xa5\x36\xeb\ \xe0\x29\xaf\x5d\x6f\xbc\xe6\x37\x4b\x29\x31\x05\x77\x1e\x94\xd6\ \x59\x44\x48\x94\x44\xc0\xba\x94\x81\x93\x06\xa5\xc4\x48\x82\xa4\ \x13\x7e\x52\xcb\xd1\x4d\x6f\xd4\xae\xd8\xf8\xc7\x25\x73\xfc\x0a\ \x00\x00\x0e\x81\x49\x44\x41\x54\x2e\x59\xb4\x59\x7e\x72\xd3\x6b\ \xef\xaf\x49\x9e\xfa\xd0\x63\x43\x92\x00\xe0\x70\x69\x39\xb5\xc7\ \x4b\x00\xa5\xfb\xbe\x3f\x58\x1b\xfd\xd7\xd4\x08\x00\x00\xad\xe4\ \xf4\xf9\xd2\xce\x33\xea\x17\xd0\x8a\x16\x67\x42\x67\x67\x82\xad\ \x78\xe3\xb3\xdf\x15\x79\x20\xdc\x02\x00\xf4\x6c\x7a\x46\x78\xf2\ \x1d\xfe\x99\xb3\xbc\x3d\x2b\x5e\x5f\x76\x78\xf8\x9c\xa7\x27\x74\ \x8f\x00\x00\x56\x9b\xf3\xc1\xeb\x6f\x16\x07\x0d\x7d\xe1\xe5\x89\ \x76\x00\xad\xe8\x2c\xb3\x05\xe3\x82\x3d\xef\xbc\x75\x34\xbd\x86\ \x25\x95\x94\x03\x04\x5c\x63\x59\x8d\x31\xde\x60\x31\xb1\xb3\x5b\ \xbe\x5d\x29\x8a\x02\x10\x8d\x02\x86\xe2\x1f\x8e\xaa\x5a\x40\x5c\ \xf7\xb4\xa4\x50\x46\x49\x3b\x8c\xae\x45\x08\x21\x94\xd1\xfa\x71\ \xc7\x46\x6b\x81\xea\x23\x35\xb5\xf9\xb8\x23\xa9\x3c\xfe\xf2\xdf\ \xff\x59\xdd\xe5\xde\x58\xa1\x78\xcb\x7e\xad\x4f\xcf\xce\x51\x51\ \x11\xee\x1f\xd6\x2f\xfd\xbc\x70\xdf\x96\x3d\x23\xe7\x3c\x1b\x67\ \x02\x00\xf0\xe5\x9f\x4a\x2f\x34\xcd\x8f\x0a\x06\x80\xfc\x63\x1b\ \x7e\x3c\x51\x6b\xd7\xf9\xf6\xfd\xb8\x29\xb4\xe7\xf4\x7a\x05\xa5\ \x14\xee\x3b\x5a\x93\xf0\x60\x47\x00\x90\xf3\xb7\x3d\xfb\xf7\x8f\ \xc2\xc6\xcf\x0f\xf4\x65\x6e\x3f\xa4\x0d\xec\x1e\xf6\xf5\x82\x7f\ \xac\x4c\x77\x3c\x3e\x22\xe0\xc8\x8f\x3b\x13\xba\xf7\x88\x08\xed\ \xf6\xd0\x1f\xba\x01\xc0\xbe\x8f\x9f\x96\x63\x07\xcd\x1f\x9b\x74\ \xcd\x46\x0d\x10\xa2\xaa\x3b\xfb\xec\xb9\x72\xc5\x7b\x7c\xcf\x7e\ \x2e\xba\x7b\x97\x28\x8b\x2c\xab\x44\xd3\x42\x75\x1d\x7a\x77\x0c\ \x43\xd7\xfa\x97\x6f\xf6\x71\x47\x42\x68\x56\x76\x1e\xc2\xbc\xa4\ \x37\x09\x92\x41\x94\x8c\xa2\xce\x28\xea\x8c\xa2\x64\xe4\x25\x63\ \x8f\x9e\x3d\x7b\xf5\xe8\xd6\x48\xd4\xaf\x54\x96\xd7\x28\xa2\x55\ \x4f\x0b\x73\x72\x2a\xa9\x2e\xa1\x63\x7c\x78\x7c\x7c\x10\x57\x75\ \xba\x50\x1e\x7a\xfb\x83\xb7\xa4\xd5\x93\x8d\x7a\xdd\x35\x10\x94\ \xd0\xa7\x5b\x8c\x84\xc0\x53\x96\x77\xf2\xd4\xd9\xd2\x1a\x35\x7e\ \xc0\xd4\x79\x33\x87\xe8\xfd\x00\x55\xea\x6a\xf9\x80\xb4\xbe\x5d\ \x6d\x22\xf8\x2a\xf3\xab\x39\x8b\x0d\xbb\x73\x73\xf3\xaa\x51\x70\ \xf7\x24\x4b\x51\xb9\xdb\x11\x60\x72\x15\xe7\xe5\x97\x78\x22\x12\ \x12\x83\x2c\xf5\xc3\x4f\xb5\x2e\x35\xba\x4b\x9f\xe8\x60\x03\x34\ \x19\x77\x04\xb8\x60\x90\xaf\x34\xee\xd8\xa0\x8d\xb0\xe4\x48\x1b\ \xd0\x0b\x95\x9c\x39\x93\xe7\xd2\x07\x46\x8d\xbf\xe3\xde\xe9\xe3\ \x06\xf7\xe9\xd3\xb7\x73\x8c\x83\x35\x6f\x67\x68\x1f\x77\x6c\x9b\ \x54\xb9\x6a\x14\x55\x45\x2d\xd9\x3b\x87\xcd\x2a\x08\xbf\x46\x85\ \x7d\xad\xa5\x59\x8c\x35\xd7\x9a\x4f\xde\xdb\x70\xde\x38\xef\xf1\ \xb9\xa6\xac\x35\x8b\xd6\x16\xcf\x7c\x68\x5e\x6a\x98\xa4\x5c\xb4\ \xf4\xba\xbd\x34\xdb\x56\xb1\xdb\x2c\x37\xc9\x3b\xc5\x08\xfb\x6a\ \xcb\x2a\x85\x84\xc7\x9f\x9e\x92\xe8\xd4\x41\xd8\x6d\xf3\x8c\x47\ \x09\x91\x09\xd5\xb5\xa7\x1f\xdb\xa5\xf5\x91\x9a\x26\x58\x63\xef\ \xba\xb7\x13\xc7\x54\x9f\x4f\x06\x40\x1d\xba\xf6\x64\x44\xbb\x68\ \x19\x41\x3b\x8c\xda\x2c\x8a\xa2\xee\xdd\x7f\xb8\xba\xa6\xc6\x68\ \x34\xf4\x4b\xeb\xa9\xd3\xdd\xe0\x53\xd8\x08\x21\x46\x54\xca\xf1\ \xa2\xd8\x60\xc6\x79\x81\xa3\x54\xd5\x7e\x52\x1e\xbb\x7d\xbb\xe3\ \x01\xb3\xc9\x18\x1d\x1d\x51\x54\x5c\xb2\x69\xf3\xf6\x94\xe4\xa4\ \xc6\x8f\xe6\xff\x6f\xef\x4a\x83\xa2\xba\xb2\xf0\x79\xaf\x5f\xaf\ \xf4\x46\x43\xd3\xd0\x6d\x83\xb2\x34\x20\x82\x2c\x8a\xb8\x0b\xae\ \x83\x1a\x51\x5c\x2b\xae\x71\xc1\x68\x12\x13\x8c\x89\xc9\xa8\xd1\ \x18\x9d\xc4\x18\x93\x89\xd1\x24\x8a\x96\x96\x62\x4c\xdc\x70\x41\ \x03\xa2\x22\x22\x3b\xca\x2a\x82\x20\xb8\x80\x34\x20\xd2\xfd\x9a\ \xde\xde\x36\x3f\x5a\x5c\x30\x99\x2a\x21\x53\x63\xc5\x3e\x75\x7f\ \x75\xdd\xf7\xaa\xfa\xde\x53\xf7\x7e\xef\x7c\xe7\x3b\x87\x61\x18\ \x47\x47\xa9\x93\xcc\xf1\x6f\xe6\x48\x18\xc6\x6a\x7f\xa4\x6d\x6e\ \x6b\xa7\x19\x04\x10\x00\x9a\x46\x79\x22\x17\xb9\x8c\x83\x74\x5d\ \xf2\xf8\xda\xf7\x9a\x6d\x37\x7a\xf6\xf4\x70\xef\xa1\x94\x3b\xcb\ \xae\x15\x95\x55\x56\xd7\xa2\x1d\x2d\xa1\x50\x04\xc9\xce\xbf\x3e\ \x35\x26\x9a\xff\x5c\x73\x3b\xe6\x41\x45\x56\x4a\x7a\xc1\x23\x46\ \x1a\x15\x33\xa5\xaf\x52\x04\x00\xda\x8a\x8c\xa4\x94\x7c\xc4\x2d\ \x74\xfa\xe4\x48\xa9\x8d\x3b\xa1\xda\x2e\x25\xa7\x71\x35\xa3\x06\ \xf9\x49\x01\xe0\x41\xd9\xb9\x5f\x52\x2a\x58\x28\xcd\x51\x47\xcc\ \x99\x3c\x44\xc8\x02\x00\xba\x34\xfd\xd4\x1d\x56\xd0\x84\xa1\x9e\ \xc0\x10\x35\xd7\x32\x2e\x66\x15\x9b\x04\xea\xe8\x98\x18\x6f\x27\ \xb6\xa9\xa5\xf6\xe2\xf9\xb4\x8a\x06\x93\xdf\xa0\xe8\xf1\x03\xbd\ \x11\x00\xb2\xad\x2e\xf9\xd4\xd9\xca\x87\xd0\x2f\x2a\x26\xaa\xaf\ \xb2\xcb\x3e\xc4\xc1\xe0\xe6\x95\xa3\xfb\x8e\x65\xb6\x23\x18\x9b\ \x85\x02\x03\x34\x61\x11\x68\x86\x2c\x5b\x30\x5d\xc5\x23\x89\xae\ \x0a\x8c\x5e\xfb\xb8\x11\x49\x6c\xd9\xfa\xb5\x44\x24\x04\x00\x2e\ \x87\x83\x3c\xdb\x56\x8c\x61\xda\xcd\x74\xec\xa4\xe8\xe7\x1e\x30\ \xb7\x16\x64\xe6\x83\xdc\x53\x5a\x75\x69\xdb\x16\xf3\x8e\xef\xe2\ \x0c\x79\x47\xd6\xfd\x98\x11\x3e\x32\xa2\xea\xfc\x8f\x09\x52\xd5\ \x87\x63\x35\xb7\x73\x4e\x1f\x3a\x92\x74\xb1\x42\xb7\x7c\xdb\x78\ \x00\x00\x68\x4f\x39\x9c\xd4\xe2\x36\x7e\x42\x5f\x31\x23\xee\xc1\ \x45\xe1\x51\x75\xee\x2f\xbf\x1e\x3b\x73\x31\x6f\x70\xfc\x9e\x09\ \x00\xa0\xab\xcb\x2e\x28\x17\xf4\xf0\x31\xe5\x9e\xd8\xfe\x33\xf5\ \xcd\xa7\x33\x6f\x95\xe6\xdc\xc6\x85\x3e\x2a\xd3\xe1\x9f\xbe\xe4\ \x79\xec\x1e\xe5\xdc\xf0\xe3\xe6\xcd\x2d\x3d\x47\x0f\x50\xde\xdb\ \xbf\x7d\x9b\xfc\xbb\xad\x5e\x5d\x62\x1f\x50\x16\x66\x6c\x2a\x4a\ \x3c\x5e\x10\x36\xe3\xdd\x91\xfe\x4e\x34\x65\xeb\x9c\xc5\x20\x18\ \x47\xc8\x26\x88\x6e\x88\x8c\xec\x72\x47\xf4\x5e\x5d\x4d\x0b\x87\ \x8d\xa0\x2f\x54\xa2\x25\x08\xa5\xda\xfb\x05\xb9\xa3\xd3\xc4\xc5\ \xef\x03\x40\x7d\xda\xfd\x8c\x93\x34\x4a\x34\xed\x3b\x70\x26\x64\ \xfe\xe6\x45\xc3\x55\x29\x78\xe1\x99\x3a\x2d\x80\xc6\x60\xe2\x84\ \x84\xf5\xae\x27\x0c\x61\x3e\x7c\x00\x30\xd7\x5d\xcd\xd1\x3a\xc4\ \xad\x7e\x23\xa4\x23\x24\x67\xd0\x5b\x7d\xfa\x04\x68\xee\xe0\x03\ \x83\x94\x00\x00\x52\x9f\xd9\x71\x3e\x00\x50\x62\xca\x2b\xbf\x69\ \xa1\x00\x82\x22\x67\x05\x45\x02\x18\x8b\x2e\x9e\x2f\xa2\x80\xa1\ \x9b\x6e\x15\xb7\xca\x57\x6d\x9a\xe6\xdb\x9e\x79\x29\x37\x8d\xc3\ \x7a\x52\x66\xf2\x65\x81\x11\xaa\x6f\xac\xa5\x14\xfe\x63\x22\x83\ \xe4\x84\x89\xa0\x91\x8e\x40\x2b\x45\x74\x8f\xe3\xb7\x27\xd1\x02\ \x1b\x63\x73\x38\x1c\x36\xbb\xf3\xe0\x70\x38\xe8\x9f\x70\x96\x77\ \xf2\x8e\x7f\x7d\xa4\x72\xf2\xe2\x99\x54\xd9\xe5\x3a\xc6\x7f\xf2\ \x30\x15\x80\xb9\xb5\xcd\xa8\x74\x95\x00\x40\x50\xe4\x58\x1f\x3e\ \xb0\xe5\x7d\xd4\x2c\x00\x00\x23\x0e\x2a\x27\x3a\xe1\x93\x0f\xf6\ \xa7\x94\xda\x34\x3c\xea\xd0\xa1\x43\x7d\x9d\xcd\x2c\x0f\x8d\xcb\ \x93\xfc\x24\xa2\x2c\x75\xdf\xcf\x99\xd6\x99\x73\x26\xdb\x40\xbe\ \xb1\xe9\xc6\xf7\x1b\x77\x39\x0f\x9d\x13\xa5\x44\x19\xa1\x42\xe3\ \x0a\x65\x97\x2e\xec\x4a\xc8\x8c\x9c\xb7\xd4\x97\x0f\x44\x97\xf6\ \x9c\x61\x18\xa1\xb3\x12\x69\xa9\xca\xca\xaf\x7e\x84\xb7\xeb\x71\ \xbd\xcd\x3a\x4a\x0c\xda\x4f\xa3\xff\x15\x1e\x7d\xf1\x27\xe3\xa5\ \x83\x3f\x9c\x28\xb6\x4e\x8b\x5f\x33\xd4\xd7\x31\xff\x50\x35\xaa\ \xea\xe3\x8a\x00\xe0\xb7\xaf\x55\x52\x63\xa6\xda\xe4\x8e\xa6\xdc\ \x1b\xd5\xca\xe0\x71\xb6\x73\x4c\x16\x38\x66\xed\x97\x63\x74\x45\ \x07\x97\x7f\xbb\xbb\xef\x90\xef\x83\x1d\x00\x00\x4a\x4b\x0a\x30\ \x9f\x20\x85\xcd\x65\x88\x96\x93\xbb\xb7\x5f\x6a\x90\x2e\xfa\x64\ \x6d\x88\x5a\x08\x00\x77\xf2\x4f\xee\x3c\x98\xee\x35\x76\xc9\xd2\ \xe8\x60\x36\xd9\x74\xe4\xe0\x69\xaf\x49\xcb\x26\xfa\xd3\x3b\x2f\ \x9f\x6c\xed\x46\x92\x19\x4d\x13\x0e\x6e\x21\x53\xa3\x8a\xf7\xee\ \xdc\x74\xc1\x51\xc6\xc3\x10\x86\x01\x86\xb0\x70\x3d\xc3\x17\xbe\ \x19\x6b\xc7\x46\x5d\x37\x5b\x07\xfb\x3f\xd1\x10\x32\x9d\x03\xc1\ \x8c\x29\x6d\xef\x57\xa7\xea\x3d\x56\x6f\x7c\x4b\xc9\x03\x00\x20\ \x29\xd2\x84\x1b\xcc\xa6\xb6\xf3\x7b\x7e\xc6\x7d\xc7\x0c\xf4\x16\ \x02\x00\xe0\xf7\x6a\xee\x92\x11\xd3\xdc\x01\xc0\x62\xd2\x99\x69\ \xbe\x90\x6d\xbd\x5f\xdf\x04\x0e\x4e\x92\xc7\x37\xa4\xb1\xb2\xa4\ \x41\x33\x70\x06\x1b\x00\x48\xfd\x6f\xdf\x7d\x55\xc8\x1e\xb4\x71\ \xe3\x64\x11\x02\x00\xd0\x90\xfb\xdb\xd6\x7d\x85\xb1\xf1\x9f\x8d\ \xf0\x91\x02\x00\xd5\x50\x98\x92\x5f\xb7\xe2\x2d\x15\x06\x77\xcd\ \xba\x87\xcd\x3a\x63\xd7\xf1\x35\x97\xc7\x66\xb1\x22\x62\xdf\xed\ \x3d\xec\x41\x73\xab\x9e\xa0\x11\x04\x28\xb3\xd1\x44\xf3\x25\x52\ \x8c\xa2\x68\xc6\x7e\x1a\x75\xf5\x46\x63\xb3\x11\x14\x23\x08\x02\ \x6c\x95\x68\x19\x06\x3a\x2a\x00\x51\x14\xcd\xc2\xb0\x67\x33\x45\ \xcc\xb5\x39\x87\x93\xd2\x2d\x5e\xc3\x13\xbe\xf8\x98\x56\x85\xbe\ \xbd\x68\x46\xe0\xb0\x48\xd7\xcb\xbb\xde\x5b\x99\x21\x74\x0b\x5e\ \xf5\xce\x14\x9b\x56\xad\xed\x7e\xf5\x03\x56\x4f\x4d\x0f\x11\x00\ \xd4\x65\x1f\xdd\x71\xa2\x18\xc3\x68\xdc\x2a\x9a\xb5\xe8\xbd\x5e\ \x3c\x00\x00\xc6\x70\xef\xc6\x43\xfe\x08\x3f\x2f\x00\xd0\x55\x24\ \x1f\x48\x2d\x51\x87\x38\x6c\x5b\x97\x8b\xf5\x8a\xfe\x64\x7e\xdf\ \x63\xbf\x1c\xab\x69\x91\x5e\xf9\xf5\xdb\x73\x46\xe1\xd4\xb8\xb8\ \xfe\x2e\x21\x83\xfc\x52\xb6\x7f\x14\x2f\xc6\xac\x5c\xcf\x98\x85\ \x83\xbb\x92\x2d\x8e\x20\x28\x90\xf8\x95\x63\xbf\x55\xb6\x91\x5c\ \x36\x8b\x61\x00\x45\x11\x86\x26\x11\xa1\xc7\xa8\x51\xc3\x94\x62\ \xb0\x58\xc8\xee\xdc\x6b\xaf\x3b\xa7\xa6\xc7\x0d\xbf\xa7\x5e\xc4\ \xf5\x7a\x04\x45\x9f\xe4\x8c\x20\x08\xd8\x14\xd9\x61\x21\xc1\xa1\ \xc1\x81\x4f\x2f\x05\x8b\x49\x6f\x30\x98\x2d\x56\x82\xa4\x50\x9e\ \x50\x2e\x97\x71\x10\xb0\x18\x5a\x9b\xf5\x84\xdc\x55\xc1\xed\xc0\ \x51\x94\xd5\x64\xb0\x82\x58\xc8\x47\x00\x08\x13\xde\xda\xa6\x27\ \x68\x54\xec\xe4\x22\xe6\x75\xa0\x75\xda\xaa\x6b\xb7\x3a\x88\x84\ \x18\x00\x65\xc1\xdb\x0c\x66\xab\xd9\x42\xd2\x34\x8b\xe7\xe8\xe6\ \xcc\xc7\xf5\xb8\xd9\x6c\xb6\x5a\x49\x1a\x30\x27\x17\xb9\x03\x17\ \x03\xd2\xac\xd5\x36\x93\x98\x83\xab\xe2\x71\x53\xe3\x97\xe5\xd4\ \x10\x04\x45\x48\x3c\xf7\x7c\xea\x8d\x7b\x77\xf3\x0b\x6b\x7d\x06\ \x0c\x74\x73\x40\x10\xda\x70\xbd\xb0\x7a\xc4\xbc\xf8\x89\x61\x6e\ \x16\x0b\xd1\xe9\x20\xb6\x73\x6a\x2f\x61\x62\x91\xb0\x73\x05\xa3\ \xff\xf2\x3d\xc2\xe5\x4b\xb9\x9d\x65\x87\x5c\xa1\xac\xc7\xf3\x59\ \x11\x2c\x0e\xff\x49\x37\x23\x36\x5f\xa4\xe0\x8b\x5e\x78\x11\x47\ \xf2\xb8\x95\x11\xb0\xb8\x22\x27\xee\x73\x13\xc4\x12\x47\xb1\xa4\ \xd3\x2e\xf1\x14\x2a\x75\xf7\xee\x6e\x9a\x61\x09\x87\x4c\x99\x1b\ \x58\x99\xac\x35\x29\xe2\x56\x2c\x91\x03\x00\xe0\x47\xbf\xfd\x42\ \x6f\x30\x32\xdd\xae\xb6\x6b\xff\x52\x7b\x8d\x70\x20\x61\x31\xa3\ \x5c\xa1\x55\x7b\x33\x23\xab\x42\xdb\xd8\x50\x99\x9d\x96\x53\x43\ \xf5\x50\xb9\x20\xb4\x9d\x53\xeb\xb6\x99\xcd\x16\x92\x24\x31\x0c\ \xfb\xdb\x13\x6a\x34\x4d\x3a\x28\x43\xa7\x8f\xae\xda\xbf\xff\x9b\ \x0b\x18\xc7\x6a\x85\x7e\x13\xe7\x84\xf7\x14\x11\x04\x61\x77\xa3\ \x6e\xd9\xdd\xbb\xf5\x05\x45\xa5\x04\x41\x30\x34\x3d\x20\x3c\xb4\ \x97\x87\xfa\xef\xfc\x6f\x19\x86\xa0\xd0\xde\xa3\x67\x7f\xd6\x3f\ \x5a\x67\xb4\x70\x04\x12\x99\xc4\x81\xa1\x08\x9a\x01\xbb\x1b\x75\ \xcb\x8a\xcb\x6f\x0e\x1f\x12\xe1\x24\x93\xb6\x1b\x4d\xe7\x52\x2e\ \x56\x55\xd7\x3e\x49\xbf\xa6\x69\x5a\x22\x11\x47\xf4\x0f\x79\x21\ \x08\x49\x1b\x74\x3a\x12\xe5\x49\x45\x4f\x70\x12\x83\xb7\xe9\x50\ \xbe\xd8\x81\xfb\xcc\x4c\x8a\xb0\xd2\x28\xc7\x96\x2a\xcf\x10\x7a\ \x1d\x4e\x50\x34\xc2\x16\x48\x45\x82\x8e\x80\x39\x65\xb1\xd0\x5c\ \x2e\x1b\x00\x80\x21\x71\x9d\x9e\xe1\x08\xc5\x02\x0e\x00\x00\x43\ \x19\x0d\xb8\x99\x62\x49\xa4\x22\xd6\x53\x80\x6f\xd0\x99\x41\x22\ \x11\x76\x0b\x88\x30\x34\x49\x30\x3c\x91\x23\x5f\x0c\xc0\x30\x34\ \x45\x30\xcc\x5f\xb0\x8c\xf6\xb8\x11\x9d\x79\x35\x5b\xe1\xe2\xcc\ \x30\x8c\xcc\x51\x64\xb1\x5a\x9f\xf4\xd9\xc4\x58\x68\x5e\xc1\xb5\ \xc0\x00\xbf\xe7\xe4\x8e\x44\xfb\x85\x43\x3b\x92\x8b\xea\xf5\x3a\ \x63\xc0\xf8\xa5\xef\xc5\x86\xb1\x2c\x4d\xbf\xfe\xb4\xe3\x72\x79\ \xbd\x91\x25\x5f\xbc\xfa\xd3\xc1\x1e\x22\x20\xf1\xb2\xac\xd4\x84\ \xc4\xd4\x7e\xf3\x37\xcd\x1e\xe8\x0c\x00\x57\x0f\xac\xff\xfe\x82\ \xce\xdb\x95\xcb\xf6\x1c\x1d\xbf\x70\x9c\x18\x23\xee\x94\xe7\x27\ \x26\xec\x26\xfb\xad\x58\xf7\x66\x30\x98\x1a\x8e\xee\xdb\x9b\x79\ \xb3\x51\xa7\xa7\xa2\xe6\x7c\x30\x27\x4a\xa3\xad\xc8\xd8\x7b\xf0\ \xcc\xdd\x96\x36\x89\x66\xf4\x47\x2b\x66\xca\xd8\x50\x5f\x98\xb4\ \xe3\x60\x5a\x43\x0b\xee\x33\x62\xee\xaa\x85\x23\xbb\x07\x69\x19\ \x9a\xa6\xfe\xda\x65\x7c\xed\xdd\x88\xa6\xf6\xee\xd9\x25\xe0\x71\ \x3a\xd4\x44\x4f\xb3\xda\x49\x92\x94\xbb\xba\x77\x96\x3b\x02\xa8\ \x82\x46\xad\x8c\x09\x60\x0a\xf7\xad\xda\x7b\x0e\x8f\x0d\x2b\xdc\ \xf3\xcd\x79\xad\xdf\x86\x7f\xbd\x9f\xbe\x33\xfe\x68\xfa\x8d\xc1\ \xf3\xc2\x33\x0e\x25\x9c\x29\x2c\xa9\x35\xf0\x66\xfa\x39\x03\x00\ \x98\xeb\x32\x4a\x88\xb8\x2f\x7e\x88\x52\x3f\xae\x95\x56\x9d\x76\ \xe4\x40\x6a\x56\x49\x6d\xdb\x94\xf9\x6a\x00\x00\x86\xed\x3b\xf8\ \x8d\x61\x73\xfd\xb5\x67\x3e\xdf\x7a\xfa\x6c\x6c\x94\x46\xac\x0e\ \x7d\x77\xdd\x08\x8e\x36\x35\xee\xe3\xc4\x0a\x7c\x66\xb8\x39\x73\ \xd3\xbf\x4f\x0d\x7f\x67\xfd\x2a\x51\xde\xca\x2d\xc7\xab\x66\x8d\ \xec\xf5\x8a\x35\x32\x79\xed\xe5\x8e\x28\x8a\xa1\x08\x86\x02\x0b\ \x05\x14\x61\x50\x84\x46\x11\xa6\x63\xd0\xd8\x8b\x15\x5b\xd8\x0e\ \x7e\x21\xa1\x2a\x09\x5d\x70\xed\x96\xfb\xa0\xa1\xc2\xe6\xfc\x53\ \xd7\xf1\x05\xf1\x0b\x54\x4e\x8e\x52\x99\x0c\x63\x68\x00\xa4\x7f\ \xec\x92\x77\x62\x86\x78\x28\x03\xfc\x1d\x01\x00\x1e\x95\x67\x96\ \xd4\xdd\xaf\x2e\xcd\xd6\x1a\x1f\x1f\x74\xee\x83\x62\x3e\x5c\x32\ \xd5\x4b\xe1\xd3\x57\x2d\x05\x00\x10\xc8\x03\x83\x82\x5c\xf8\x86\ \xfc\xd2\x16\x4d\x58\x04\x1f\x80\x8f\x59\x4a\x32\x8f\xef\x4c\xcc\ \x0c\x18\x37\x2f\xd4\x91\xb9\x72\xe4\x84\x20\x6c\xd6\x8c\x70\x77\ \x47\x27\x47\xa1\x80\xcd\x00\x20\x76\x37\x7a\xa5\xac\x43\xee\x88\ \x22\x7f\x3c\xfe\x60\xbf\xc8\xd6\xca\x84\xcd\x6b\xb3\xc8\xc0\xf8\ \x05\xc3\xeb\x0b\x0b\xac\xb2\xfe\xa1\xce\x00\xf0\xa8\xb6\xb6\x55\ \xe3\xa9\x04\x00\xbe\x83\x43\x55\x65\x0d\xd7\x2b\xc8\x16\xfd\xe1\ \xf7\x8c\x5c\xb5\x72\x31\x91\x97\xb8\x69\x4b\x82\x96\x02\x00\xe0\ \x08\x04\x0f\xef\xdf\x6a\x93\x7a\x7b\x48\x3b\xc8\x91\xfb\xf9\xdb\ \xd6\xac\xbf\xa3\x1c\xf7\xf6\x8c\x08\x04\x00\x48\xcb\xa3\xfa\xea\ \x6b\x25\x75\x0a\xff\x40\x3e\xf2\xf0\x6a\x8d\x31\x78\x58\x04\x00\ \x34\x56\xd4\x5a\xd9\x9e\x1e\x02\x20\x69\xbb\x1b\xbd\x52\x97\xda\ \x4b\xca\x1d\xf5\x75\xd9\x9b\x37\xed\x24\x02\xa6\x7f\xb9\x7a\x9e\ \x82\x0f\x75\x0f\x9a\xc0\x59\xc9\x07\xd0\x95\x5c\x28\x78\xe8\x36\ \x34\xc8\x1d\x00\x80\x6a\xae\xb8\xdd\xe8\xdf\xd7\x46\xd3\x02\xcf\ \x49\x15\x3a\x30\x72\xf9\xd2\x89\x6d\x75\x85\x77\xda\x1f\xbf\xb8\ \xaa\xfc\x86\x6b\x6f\x5f\x31\x0a\x00\xd0\x54\x92\xbc\x71\xeb\x61\ \xc5\xe8\xa5\x1b\x96\x4d\x92\xd9\xaa\xb0\x89\xd4\xe3\xe7\x7d\xbc\ \x7c\xbc\xfb\xa5\x8c\x22\x30\x6b\x5b\x49\xda\x4d\x2d\x02\x30\x25\ \xff\x9e\xdd\x63\xf0\x70\x31\x00\xf5\x8a\x2d\xa3\x5d\xee\x48\x51\ \xf4\x1f\xcb\x1d\x69\x9a\xea\x54\x9d\x95\xd6\x55\x6e\xdd\xb0\xb1\ \xc9\x6f\xde\x14\x6f\x6e\x71\x45\x6d\x6f\xbf\x5e\xae\xae\x72\x7d\ \xfa\xe5\xb3\x67\xf1\xf4\x53\xc9\xfd\x67\xae\xf6\x95\x22\x00\x60\ \x69\xa8\x2c\xbf\xc7\x7b\xab\xa7\x2b\x00\x3c\xb8\x79\x25\xb7\xc6\ \x22\xe3\x99\xb2\xcf\x25\x49\xfd\xff\xd1\xc7\x16\xef\x26\x1a\x0b\ \xae\xb7\xfa\x2c\xf0\x47\x00\xac\x8d\x79\xeb\xd6\xff\x24\x1b\xbb\ \x2c\x4c\x61\x2d\xae\xd2\x06\x79\xf3\xb2\x2e\x64\xe2\xa8\x10\xd5\ \xd7\x9d\x4c\xab\x1f\xb2\xc8\x0f\x38\x98\x23\x98\x2e\x27\x9d\x7e\ \x68\xce\xc9\xb1\x04\xac\x9d\x10\xf8\x0a\x2e\xe3\xeb\xee\x46\x1e\ \xee\x6a\x37\x95\x87\xd9\xd4\x8e\x20\x08\xc3\x3c\xe5\xd4\x00\x80\ \x45\xd1\x1a\x5f\xdf\x67\x8b\x1b\x59\x75\x46\x95\x5f\x38\x9f\x55\ \x7f\xe6\xc4\x4d\xb6\x7b\x88\xca\xbb\x97\xef\x98\xe9\xb3\x9b\x13\ \x73\xae\xdd\x1e\x34\xe7\x9f\x31\x83\xbd\x6d\xd3\x2c\x34\x2f\xfc\ \x8d\x49\x1a\x05\x06\x00\x94\xd1\x50\x53\x5a\x58\x46\x63\xae\x03\ \x66\x2f\x8e\x89\x14\xd8\x8a\x17\x11\x44\xcf\x61\xd1\xfd\xfa\xb8\ \x00\x80\x05\xd7\xf7\xea\x37\x80\x85\x97\x27\x9d\x28\xe0\x7b\x8d\ \x0e\xf0\x0c\x20\xf0\x86\x82\xb2\x07\x28\x4f\x1c\xbd\x6c\x4d\xf4\ \x00\x77\x00\x58\xb2\x74\x6e\x62\xd2\x95\x7a\x65\xf0\x9a\x0d\xd3\ \xdc\xf9\xaf\xe2\x32\xda\xe5\x8e\xd0\xd0\xd8\x64\x31\x5b\x10\x04\ \xe9\xdc\xea\x97\x01\x57\x85\xb3\x80\xff\x2a\xee\x5b\x17\xe5\x8e\ \x2f\x13\x08\xb1\x53\xb3\x2f\x67\x4a\x57\x17\xfb\x22\xd8\x21\xb6\ \xdd\xfe\xff\xf6\x1f\x86\x53\x94\x14\x6b\xad\x7d\x73\x00\x00\x00\ \x00\x49\x45\x4e\x44\xae\x42\x60\x82\ \x00\x01\xd2\xc1\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\xbf\x00\x00\x01\x6f\x08\x02\x00\x00\x00\x55\x4f\x52\x0a\ \x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\ \x01\x00\x9a\x9c\x18\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\ \x25\x00\x00\x80\x83\x00\x00\xf9\xff\x00\x00\x80\xe9\x00\x00\x75\ \x30\x00\x00\xea\x60\x00\x00\x3a\x98\x00\x00\x17\x6f\x92\x5f\xc5\ \x46\x00\x01\xd2\x47\x49\x44\x41\x54\x78\xda\xec\x7d\x65\x78\x1c\ \xb9\xb6\xed\x2a\x6a\x32\x33\x3b\xb1\x93\x38\xe4\x30\x33\x33\x33\ \x33\x33\x33\x33\x27\x33\x61\x66\x66\x66\xe6\x38\xe8\x38\xb1\x63\ \x8e\x99\xdb\x76\xbb\xb9\x40\xef\x87\xed\xc0\x4c\x32\x33\x67\xee\ \xbd\xe7\xce\x3b\xb7\xd7\xe7\x2f\xe9\xae\x92\xb6\xb6\x54\xaa\xd5\ \x5b\xd2\xd6\x16\x05\x00\x80\x8f\xb7\x47\xe5\x4a\x81\x8e\x8e\x76\ \x82\x20\xc2\x02\x0b\x2c\xb0\xc0\x82\xdf\x81\x65\x19\xb5\x3a\xf7\ \xcd\xdb\x0f\x09\x89\x29\x00\x18\x9a\xa6\x2a\x94\x2f\xd3\xb0\x7e\ \x4d\x8e\x65\x05\x51\xb2\x34\x90\x05\x16\x58\x60\xc1\x0f\x21\x49\ \x44\xa9\x54\x94\x2a\x59\x4c\x92\xa4\xf4\x8c\x4c\xd6\xcd\xcd\xa5\ \x6a\x95\x72\x79\x5a\xbd\x24\xfd\x86\x3a\x29\x8a\x2a\xf8\x44\x08\ \xf9\x99\xb8\x2f\x89\x08\x01\x40\x2c\xed\x6b\x81\x05\x16\xfc\x47\ \x83\xe2\x79\xa1\x6a\xe5\x72\x69\xe9\x99\x4c\xbd\xba\xd5\x19\x9a\ \x11\xc5\xaf\x03\x76\x0a\x00\x45\x19\x79\x41\x6f\xe6\x8d\xbc\x20\ \x88\x12\xcb\xd0\x14\x45\xfd\x86\x43\x29\x8a\x22\x44\x32\x99\xcc\ \x66\xb3\x59\x10\x04\x00\x34\x4d\xff\x01\xcf\x5a\xf0\xe7\x8f\x85\ \x02\x40\xfd\x71\x1b\xfe\x95\x34\xff\x64\xfd\xff\xff\xaa\x91\x05\ \x16\xfc\x0e\x84\x10\x22\x88\x92\xbd\xbd\x1d\x6b\x6b\x63\xcd\xf3\ \xc2\x17\x33\x93\x02\x78\x89\x68\xf4\x46\x2f\x25\xe7\x65\xa3\x64\ \x69\x2a\xc7\x2c\x44\x6b\xf4\xe0\x58\x2b\xb9\xec\x4b\x17\xa7\x28\ \xca\x60\x30\xf0\x82\x64\x67\x6b\xc7\xc9\xe4\x92\x24\xe9\xf5\x5a\ \x8d\x26\xcf\xca\x4a\xf5\xd5\x64\xb5\xe0\x4f\x9e\x82\x24\x11\x50\ \x34\x4d\x15\x36\xbd\xd9\x24\x08\x82\xa0\x54\x2a\xfe\x80\x68\x4c\ \x66\x41\x10\x04\x85\x5c\xf1\x4f\x6b\x66\x8a\x82\xc9\xc4\x9b\x4d\ \xbc\xca\x4a\xf9\x2f\xf5\x01\x83\xd1\x4c\x01\x0a\x85\xcc\xc2\x9f\ \x16\xfc\xff\x02\x41\xe0\x6d\x6d\xac\x59\x9e\xe7\x29\x8a\xfa\xd2\ \x71\x45\x42\x0c\x5a\x63\xcf\x62\xce\x2d\x7d\x9d\x5c\x15\x1c\x47\ \x23\xd7\x2c\x7e\x54\xeb\xf7\x86\x25\x27\xea\x0c\xb6\x4a\xb9\x44\ \x08\x45\x51\x3a\x9d\x41\x2e\x57\x55\xa8\x58\xd6\xc1\xc1\x81\xe3\ \x38\x49\x92\x0c\x06\x43\x6c\xec\xe7\xd8\xd8\x18\x6b\x2b\xc5\x0f\ \x5f\x1e\x8a\xa6\xcd\x7a\x9d\xde\x24\x50\x14\x08\x40\x53\x8c\x95\ \x8d\x8a\x06\xf5\xf7\xc6\xfb\x14\x45\x49\xa2\xa0\xd7\x19\x04\x42\ \x00\x8a\xe3\x38\x95\x52\x0e\x8a\xc2\x7f\xe1\x15\xa4\x00\x02\xa2\ \xd1\x18\x95\x4a\x4e\x26\xe3\xfe\xa2\x35\x44\x51\x14\x91\x24\xbd\ \x4e\xc7\x4b\x04\xa0\x58\x96\x55\x29\x15\x14\xfd\xa7\x9a\x50\x26\ \x9e\x26\xa2\xc9\x8a\x85\xc8\xc9\x28\x22\x99\x44\x96\xb3\xf6\x2d\ \xee\x24\x64\xc6\xc6\x19\x38\x39\x45\x51\x44\x12\x75\x5a\x7d\x7e\ \x05\xf3\xc5\x8a\x84\xa1\xad\xbd\x02\x1c\xa0\x4e\x88\xc9\xa5\x94\ \x34\xf5\x63\x16\xd3\x69\x8d\xa0\x29\x2b\x95\xfc\x0f\x54\xa0\x28\ \x4a\x30\x9b\x74\x06\x13\x01\x28\x50\x9c\x5c\xa6\x54\xc8\xf1\x77\ \xa7\x5f\x28\xc0\xc4\xd3\xac\x43\xd1\x8a\x1e\x8a\x8c\xf0\x77\x99\ \x94\x15\x4d\xfd\x95\x5c\x44\xcf\x2b\x1d\xdd\x8b\x38\x22\x2b\x3d\ \x35\x93\xe7\xe4\x96\xc9\x1f\x0b\xfe\x7f\x81\x28\xf2\x4c\xa9\x92\ \xc5\xf3\x07\xeb\x00\x08\x45\xe5\x69\xf5\x83\xfd\x1c\x7a\xfb\x58\ \xab\xcc\x7a\x93\x41\x6b\xd4\x69\x65\x82\xb1\x88\x02\x15\x1c\xad\ \x9e\xa7\x6a\xf2\x08\xc5\x31\x8c\xc9\x64\xa6\x19\xae\x5a\xf5\xaa\ \x36\x36\x56\x3c\xcf\x9b\x4c\x46\x41\x30\x33\x0c\xe3\xe2\xea\x42\ \x08\x52\x53\xd2\xe4\xf2\x1f\xd8\x11\x66\x93\xc9\xda\xb3\x78\xe9\ \x80\x12\xde\x5e\x3e\xde\x3e\x45\xbc\x9c\xed\x48\x66\x92\x16\x0c\ \x11\x89\x24\x49\x04\x14\x08\x91\x44\x49\x92\x08\x01\x45\x01\x44\ \x92\x44\x89\x10\x42\xe5\x7f\x23\x5f\xef\xd2\x14\x20\x0a\xc4\xcc\ \x38\x14\x0d\x28\x55\xbc\x88\xaf\xb7\xb7\x87\x15\x6d\x54\x67\xe5\ \xd0\x8c\x0c\x20\x44\x22\xa2\x24\x7d\x9b\x51\xcc\xcf\x58\x70\x05\ \x00\xf9\xa1\x70\x51\x82\x4e\x70\x28\x5f\xab\x8a\x87\x29\x33\x23\ \x47\x23\x31\x32\xea\x6b\x4a\xe0\x27\xf6\x94\x24\x11\x23\xb1\xf2\ \x2c\x5e\xb2\x64\xd1\x22\xde\x3e\xde\xf6\x72\x92\x93\x99\x29\x51\ \x1c\x05\x22\x49\xdf\x94\x4b\x0a\xbe\xe6\x57\x35\x57\x47\x17\xad\ \xd6\x6e\xfe\x84\x0e\xea\x57\x77\xe3\x74\xa0\x21\xa5\x69\x54\x0d\ \x3b\xf4\xef\xd3\xdc\xfd\xf9\x95\x27\x66\xa5\x52\x12\x89\x11\x36\ \xbe\x25\xcb\x96\x28\xe2\xe3\xe3\xe3\x6d\x27\x93\xb2\x33\x33\xb3\ \x35\x8a\x3a\xdd\x7a\x0d\xa8\xe7\x1f\x72\xe7\x66\x3a\xa5\x62\x68\ \xfa\xcb\x50\x42\x14\x0b\x1a\x4e\x67\x54\x7a\x97\xad\x10\xe8\xcc\ \xa9\x93\x93\x8c\xb4\x9c\x2e\x68\xcb\x2f\x0d\x5b\x50\x0b\x81\x27\ \xb0\xf1\x2c\x5d\xaa\x64\x11\x1f\x5f\x2f\x0f\x37\xb9\x64\xc8\xce\ \x50\x83\xe5\x28\xaa\x50\x71\x09\x85\x0f\x42\x14\x09\x95\xcf\xe6\ \x12\x28\x0a\x90\x44\x89\x80\xa2\x08\xbe\xd6\x88\x82\x46\x43\x07\ \x36\x6d\x37\xb4\x6d\xa5\x88\xbb\xd7\x53\x89\x92\x06\xbe\x2f\xf4\ \xf7\x2d\x49\x44\xc1\x9c\x6a\xf4\x1e\x35\x69\x68\x59\xdb\x9c\xd7\ \x2f\x42\x45\xa5\x42\x12\xc5\xef\xb3\x10\x51\x92\x24\xf2\x75\x4a\ \xc9\x02\x0b\xfe\x31\x03\x78\xb0\x92\x24\xe5\x9b\x8a\x14\x45\x19\ \xcc\x7c\x59\x2b\xba\xa5\x13\x95\x97\x9d\x19\xa3\xe3\x9d\x65\x8c\ \xb3\x82\x09\xc9\x30\x7b\xaa\x58\x0f\x25\xd7\xd5\x4b\xb9\x3d\x4e\ \x2f\xd0\x14\xcf\xf3\x25\x4b\x95\xe0\x38\x26\x34\xf4\x53\x4e\x4e\ \x36\xcb\x72\x14\x05\x9e\xe7\x4b\x95\x2a\xe5\xe3\xe5\x95\x96\x9a\ \x66\x32\x19\x38\xee\x3b\xdb\x8d\xa2\x29\x5d\xae\xa6\x72\x9f\xb6\ \x93\x5a\x54\x54\x67\x66\x8a\x34\x67\xce\x88\x3a\xb0\xf2\x6d\x8c\ \x51\x2e\x67\x19\x8a\xa2\xe4\x92\x68\x10\x29\x8a\xa6\x29\x0a\x4a\ \x22\xe8\xcd\x92\x89\x92\x2b\x59\x02\x5e\x0f\x8a\x61\xe4\x4a\x83\ \x49\xe4\x58\x1a\x04\x4a\xc2\x4b\x0c\x6d\xd2\x8b\x8a\x80\x80\x11\ \x53\x87\x79\x9a\xd5\x39\x26\x89\x92\xcc\xef\x6e\x1e\x3e\x76\xe5\ \xad\x89\x55\x18\x25\x4e\x29\xa3\x28\x5e\x27\x11\x9a\x95\xab\x4c\ \xbc\xc8\x50\x34\x45\x01\xbc\x8e\x50\x8c\x5c\x29\xd7\x19\x78\x81\ \xe2\x94\x0c\xc0\xeb\x41\x33\x8c\x4c\x69\x30\x8b\x1c\x43\x13\x49\ \xa0\x58\x87\x7e\xa3\xfa\x27\x1d\xc8\x7e\x9f\x1c\xac\x94\x04\x1d\ \x4f\x09\x84\x51\x70\x14\x2d\xf1\x32\x22\x98\x29\xee\x77\xc6\x11\ \x11\xcc\x44\xb2\x73\xef\x3b\x7e\x52\x79\x99\x26\x4b\x2f\x52\x90\ \x62\x9f\x5f\xd8\x73\xfc\x6e\x2e\x63\x43\x53\xa0\x29\x42\x99\xf4\ \x34\xcb\x0a\xb4\x52\x12\xc1\xd0\x14\x45\x78\xc1\x6c\x60\x60\x93\ \x9b\x9d\x12\xf2\x81\x64\x19\x89\xd9\x44\x4c\x0c\xa3\x90\x11\x95\ \x82\x01\x91\x08\x21\x92\x24\xf2\x66\x22\xda\xb9\xf5\x19\x3f\xa1\ \x2c\x9d\x93\xa9\x13\x58\x16\x51\x8f\xcf\xac\xdb\xf1\x40\x22\xa0\ \x39\x4e\x52\xd8\x09\x46\x81\xe6\xcd\x32\x85\xd2\x64\x16\x0c\x22\ \xab\xe2\x68\x4a\x34\x08\x92\xa4\x31\xda\x37\xe9\xd2\xb9\xa2\xf6\ \xdd\xb2\xd0\x48\x88\x12\x4d\x48\x8e\x91\xd0\x2c\x27\xa3\x25\x18\ \x75\x14\x27\x67\x39\x16\x20\x86\x3c\xbe\x68\xdd\xfa\x93\x87\xb6\ \x10\xd5\xe9\x7a\x1e\x2c\x65\x7a\x7f\xef\xfc\xd9\x8b\x8f\x34\x9c\ \x95\xd6\x04\x19\xc7\xb2\x10\x60\xd4\x11\x99\x0d\x68\x19\x27\x6a\ \x05\x4a\x29\x80\x91\xc1\xcc\x43\x26\x10\xd6\x9a\x32\xeb\x78\x4e\ \xa2\x28\x96\xa2\x21\x99\x45\xd1\x4c\x88\x2d\x28\x22\x89\x22\x21\ \x90\x24\x31\xc7\x48\xc9\x38\x96\x85\x08\xa3\x96\x96\x29\x25\x9a\ \x13\x44\x8a\xa3\x41\x04\x33\x23\x99\x29\x85\x95\x4e\x2f\xd1\x0c\ \x65\xa5\x80\x9c\xa1\x09\x21\x10\x49\x9e\x4e\xa0\x19\x56\xce\x10\ \x62\xd0\x52\x9c\x12\x14\x67\x12\x44\x19\x43\x83\x10\xb0\x84\xb2\ \x0c\xec\x2d\xf8\x87\x4d\x7f\xb2\xdf\x72\x9c\xde\xc4\xd7\x70\xa0\ \x69\x6d\x36\x2f\x4a\x91\x3a\xf6\x76\x8a\xae\xb8\x5c\x0a\xe6\xe5\ \x83\xdc\x78\x9d\x59\x5b\x41\x26\xb3\xa5\x44\x2d\x2f\x32\x2c\x67\ \x6b\x6b\x65\x30\x18\x34\x1a\x4d\x91\x22\x45\xec\xec\xec\x68\x9a\ \x7e\xff\x3e\x44\xa7\xd3\x71\x1c\xeb\xe8\xe8\x18\x1f\x17\xcb\xb2\ \xdf\x49\x86\x04\x80\x12\x25\xe8\x62\x1e\xcf\x98\xba\xf4\x55\x92\ \xe4\x60\x67\xed\x60\xe3\x56\xb7\x77\x9f\x1e\x8d\x2b\xbb\xd9\xe1\ \xea\xee\xdd\xf1\xf6\x15\x3a\x37\xaf\xee\x6a\x23\x5d\xd8\xbc\xea\ \x5c\xb4\xc3\x94\xb1\x7d\xab\x16\xb5\x4d\x0d\x7f\x79\x6c\xdf\xc1\ \x87\x9f\x99\x1e\xe3\x46\xb5\xae\x1c\xe0\xa8\x32\x1c\x59\xb5\xe2\ \x56\x48\x82\x44\x94\x34\xc3\xb0\x7c\xee\xe9\x75\xe3\x57\x3d\x64\ \x66\xaf\xfb\xb5\x43\xcb\x26\x17\xcf\x3e\x37\xb8\x55\x19\x35\xb0\ \x5b\x55\x3f\x7b\x5d\xea\xa7\x93\x7b\xf7\xdc\x0a\xe3\x3b\x8d\x1b\ \xdd\xb9\x56\x29\x05\x83\xcc\xc8\xd7\x27\x0e\x1d\x7a\x1a\xad\x75\ \x2c\xd3\x70\xf8\xc0\x4e\x95\x8b\xd8\xa4\x7e\x0a\x3a\xb2\xf7\xe0\ \xe3\x04\xae\xd7\xb8\x31\x2d\x2b\x97\xb0\x97\xe5\x1c\xdf\x75\x25\ \x33\x39\xbb\x42\xb7\xd1\xbb\xba\xa4\x6c\x5a\xb0\xfa\xad\x10\x30\ \x61\x6c\xcf\x72\xee\x56\x39\x89\x1f\x76\xaf\xdc\xf8\x99\xb1\xa6\ \x69\x9a\x48\xa2\x28\x11\x80\xa2\x19\x86\xa6\x08\x91\x08\x45\x81\ \xa3\xc5\x27\x87\x16\x8f\xdb\x17\x3d\x70\xc1\x2f\x53\x5a\xb7\x38\ \x77\xec\xb6\xbe\x54\xd3\x25\xc3\x5a\x39\xc8\x25\x75\xcc\xcb\x1d\ \x9b\xf6\xa5\x38\x96\x9d\x3a\xa9\xb7\x9f\x83\x15\xd1\xab\x9f\x5e\ \x39\x7e\xf0\xcc\x33\xa5\xad\x43\xd9\x72\x65\xdf\x1d\x31\x71\x45\ \xea\x4e\x1c\xd1\xad\xac\x9b\x92\x48\x48\x8d\x8b\x27\x80\x44\x08\ \x21\x84\x02\x81\x64\x7e\x71\x72\xc5\xe4\x43\xd1\xed\x46\x2f\x9d\ \xdb\xb9\x55\xb1\x13\xcf\x8c\x06\x9d\xc2\xb7\xc6\xec\x2d\x7b\x4d\ \xea\xcf\xe7\xf6\xed\xbc\xf9\x36\xce\xec\x5a\x71\xc0\x80\x9e\x4d\ \x2b\xfa\x9a\xd2\x23\xce\x1f\xda\x7b\xe2\x71\xae\x36\x5b\xe3\x50\ \xb1\xe1\xda\xdd\x35\x6e\x1f\xdd\xbc\xeb\xec\xa7\x12\xcd\xba\x8e\ \xe8\xd9\xd4\xcf\x9e\xfa\xf8\xe4\xda\xc1\x23\x17\x52\xcd\xe0\x38\ \x9a\x10\x0a\x34\x23\x64\x46\xed\x5a\x3c\xeb\x5a\xac\x4d\xcb\x81\ \xa3\x27\x77\xe9\x9d\x18\x19\x75\xe2\x95\xb6\x6e\xe7\xde\x03\x3a\ \xd4\x76\x66\xf2\x9e\x5f\x39\xb1\xf9\xec\xdb\x96\x13\x97\xb5\x61\ \x2e\x0e\x5c\xf8\x7c\xdc\x8a\x99\xca\xb0\x33\xbf\x9e\xcd\x9c\xb7\ \x73\x41\xd6\x9e\x65\x67\xf3\xfc\x26\x8f\xee\xea\x6d\xab\x12\xf3\ \x52\x6f\x1e\xdb\x7b\xf4\x7a\x78\x81\x91\x28\x89\xb9\x26\x59\x95\ \x26\x9d\x86\x74\xad\xef\xa9\x30\xbd\xbe\x7d\xee\xe0\xb1\xab\xb1\ \xd6\xe5\x27\xcf\x18\x53\xcb\x8b\xd5\x6b\x52\xaf\x1d\xd9\x75\xf6\ \x71\x4a\x89\x66\x3d\x46\xf7\x6e\xe4\xc6\x81\x96\x21\x28\x84\xcf\ \x36\x52\xde\x75\x5a\x0d\xef\xde\xd8\xd7\x0e\x91\x2f\x6f\x1d\xd8\ \x7f\x3a\x51\x5e\x76\xc8\xa4\x81\xb5\x8a\x7b\x2a\xc5\xc4\xb9\x8b\ \x36\x24\xa5\xe5\x71\x1c\x6b\x79\x69\x2d\xf8\x07\xb1\xe7\xb7\xb6\ \xa7\x28\x11\x7b\xc9\x20\xea\x4d\x66\x81\xb4\xb1\xb5\xfe\x55\xcf\ \xed\x4f\x37\x2e\x2d\xc9\xd8\xf3\xb9\x06\x41\xb4\x91\xc9\x38\x91\ \x15\x69\x89\xa6\x68\x42\x88\xd1\x68\x02\x88\xd1\x68\x64\x59\x86\ \xa6\x19\x49\x92\x44\x51\xe0\x79\x9e\x66\x28\x41\x2c\x18\xb2\x7e\ \x37\x4d\x49\x08\x11\x4d\x92\x73\xe0\xe4\xc5\x6b\x79\x70\xea\xd0\ \x0b\xcb\x77\x7d\xf2\x2b\x53\x9c\x8a\x7a\xb6\xe8\xf8\xa5\xc8\x74\ \xd9\x80\x79\x3d\x85\x8f\xf7\xe6\x9f\xbe\x11\xa3\xb1\x1f\x32\x73\ \x80\x6f\xe6\x93\x59\x3b\x82\x5b\x0d\x19\xd5\xaf\x4f\xdb\x0f\x4b\ \xaf\xfb\x95\x29\x96\xf9\xf8\xfc\xf2\x5b\x41\x86\xbc\x3c\x5a\xa6\ \x20\x46\x91\x48\xa2\x89\xc8\xea\xf5\x9e\xec\xd5\x42\xf2\x76\xe5\ \xc3\x82\x82\x3e\xf3\x0e\x7d\xfb\xf7\x28\xaf\x88\xdf\xb6\xe9\x4c\ \xcd\x2e\x03\x7b\xf7\x6f\xf9\x60\xe2\x79\x77\x3f\x2f\x7d\xf0\xed\ \x15\xe7\x82\x5b\x0f\x1d\x3b\xa0\x5f\xfb\xf7\x4b\xae\xf7\x1c\xd2\ \xc3\x33\xe5\xde\xac\xed\x21\x6d\x86\x8d\xea\xd7\xbb\x4d\xe8\xca\ \xdb\x7e\x65\xfd\x33\x1e\x9c\x59\x7e\xeb\x79\x96\xd9\xab\x72\x3f\ \xf9\xfb\x8b\x07\x8f\x3e\x0e\x4e\x4d\x17\xca\xb7\xaf\x5d\xb3\x38\ \x77\x60\xf5\xaf\xaf\x12\x32\x78\x49\x06\x96\x12\x45\xc2\x53\x72\ \x19\x0b\x10\x89\x91\x4c\x12\x45\xe7\xd7\xd3\xc4\x8b\xa5\x5b\x0c\ \xde\x14\xa8\x73\xf1\xb2\x8e\x78\xfe\x30\x47\x12\xb5\x11\x2f\xf6\ \xec\x4c\x74\x71\xf7\xef\xd0\xab\x45\xa3\xb2\x8f\x2f\xe6\xaa\x3c\ \xec\xe9\x4b\xeb\x17\x85\x3a\x35\x99\x35\x78\x70\xdc\xc7\xe8\x8f\ \x82\x24\xe7\x28\x03\xe3\xd6\xa1\x77\x17\x5f\xed\xfb\x85\x1b\xef\ \x56\xef\x3a\xac\x86\x2b\x43\x08\x91\x24\x92\xef\x40\x26\x49\xe0\ \xac\xec\xbd\x7d\x7d\x7c\xdc\xad\x45\x93\xce\x24\x8a\x2c\xa7\x30\ \x27\x87\x6f\xdc\x76\xa2\x44\xaf\xa9\x5d\x3a\xd7\xb9\xf2\x2c\xa5\ \x79\xb7\x1e\x8d\x3c\x34\xeb\xe7\xcf\xf7\x6c\x32\xa0\xc7\x90\xbe\ \xc1\xef\x36\x13\x99\x2c\xfd\xc3\xe3\x1d\x07\xce\x27\xe5\xe8\x94\ \x45\x6b\x8c\x1e\xd6\x3a\xe3\xd2\xae\x8d\x21\xec\xf8\xc9\x7d\x7b\ \x64\x24\x6d\x3f\xfd\xd8\xcc\xd8\x4a\x44\x22\x84\x10\x80\xe3\x68\ \x5b\xb9\xfe\xce\xa5\x07\xed\x1b\x97\x29\xee\xee\xe9\x1b\xe8\x34\ \xac\x7b\xd5\x67\xbb\xd6\x3c\x34\x96\x9e\x39\xb6\x5f\x87\x88\xf8\ \x8f\xaf\xdf\x31\x9d\xcb\x04\x14\x4b\x73\xf3\xf0\x77\x55\x7b\x15\ \x2d\xe6\xea\xc7\xa6\x5f\x0a\x4b\xb1\xad\x54\xdb\x85\xd3\xed\x5f\ \xb2\x1c\x4d\xc6\x0e\xef\xda\xfc\xe6\x83\x50\x41\x94\x28\x10\xbd\ \x19\x76\x45\xaa\x8f\xea\x5f\xff\xc3\xe1\x4d\x1b\x52\x3d\xa7\x4d\ \xec\xde\x31\xe1\xf3\x96\x5b\x9f\x2e\x1c\xda\xf3\xd6\xc5\xb9\x4e\ \xfb\xb6\x8d\x1a\x35\x7c\x1c\xfa\xbc\x6f\xbf\xe6\x39\xf7\x0e\xae\ \x7e\xa4\x1d\x39\x69\x20\x4b\x49\xc4\xb1\xcc\xf0\xe1\x6d\xf4\x77\ \x4f\xae\x89\x92\x8f\x1a\xd1\xae\x45\xf4\xc7\x3d\x4f\xd9\x52\xa5\ \xbd\x82\x0f\x6e\x3e\x15\x92\xa0\xd3\x1a\x68\x86\xfe\x9d\x53\x9d\ \x05\x16\xfc\x6f\xb2\x27\x4d\x08\xbe\xfc\x01\x54\xae\x51\x90\x78\ \x9e\x92\xf8\xdb\xf1\x6a\x49\x92\xda\xf9\xda\x5f\xfc\x9c\xa5\xd6\ \x1b\x68\x91\xd7\x18\xcd\x3c\x21\x20\x94\x28\x4a\x7a\xbd\x41\x10\ \x04\x51\x14\x05\x41\xe4\x79\x41\x10\x78\x49\x12\x79\x5e\x30\x99\ \xcc\x06\xbd\x91\xa6\xa8\x6f\xc5\x16\xfc\xe5\x0f\xe0\xf9\xbc\x98\ \x88\xd0\xe0\xf7\x1f\x3e\x7d\xce\xa0\x18\x46\x92\x88\x3e\x2b\x2d\ \x25\x22\x2c\x2d\xc7\x2c\x52\x94\x21\x33\x25\x21\xec\x43\x3a\x55\ \xa4\x8c\x3b\xf7\xfc\xc5\xb3\xb7\x0f\x9e\x3f\x0c\x8e\xb0\x71\x2b\ \xee\xe3\xc8\x9a\x04\x49\x97\x1a\x9f\x1c\xf1\x29\xcb\x24\x09\x05\ \xcb\x5c\x14\x45\xc4\xdc\xac\x3c\xe7\x62\x65\xbc\xa4\x98\x83\x87\ \xaf\xe7\xda\x94\x2a\x61\x67\x45\xdb\xb8\x35\x6c\x5c\xdb\xc6\x94\ \x14\x95\x2e\xaa\x64\x8c\x44\x28\x43\x56\x6a\xd4\xd3\x07\xb7\x5f\ \xbe\x57\x38\xf9\x05\x14\x0b\x28\xee\x48\xbd\x78\xf1\xfc\xed\x83\ \xe7\x0f\x82\x23\xed\xdc\x8b\x79\xd9\x33\x26\x5e\xd2\xa6\xc6\x25\ \x44\x44\x65\xea\x08\xc3\xd1\x39\x49\x31\xc9\x31\xb1\x22\x23\x7e\ \x7a\xf5\xf0\xc6\x5b\x4d\x9b\x41\x83\xda\xd5\x2e\xad\xa4\x79\x49\ \x24\xb9\xb9\xa6\xd2\x5d\x27\xec\xdf\xb7\xeb\xe8\xae\x65\x4d\xcb\ \xd9\xea\x34\x26\x52\xb8\x00\x92\x97\x9d\xab\xf4\x2c\x1e\x60\x9f\ \x7b\xf2\xc8\x99\x08\xad\x43\xf5\x46\x6d\x06\xf5\x6d\x53\xc1\xcf\ \x99\x12\x60\x2d\x63\x29\x8a\x08\x66\x93\x3a\xf2\xe3\xe3\xeb\x57\ \x43\x0d\xaa\x40\x2f\x17\x86\x92\x88\xc4\x53\x36\x5e\xc5\x9d\x14\ \x61\x1f\x5e\x3e\x7b\x1e\x11\x9f\xa6\x63\x58\xba\x60\x22\x93\x80\ \x80\x98\x79\xb1\x5c\x87\x49\x47\x77\xaf\x68\x59\xcc\x74\xe1\xd0\ \xc9\xe8\x5c\x91\xe3\x18\x51\x9f\x17\xfd\x3e\xf8\x5d\x48\x0a\x6b\ \x63\xc3\xd9\x78\x95\xf6\x72\x8a\xfe\xf4\x2a\xe8\xfe\xcb\xc7\xcf\ \x83\x0c\xd6\x45\x4b\x79\x5a\x49\x34\x65\xc8\x4e\x4b\x8d\x0c\x4d\ \xd6\x08\xd6\x1e\x65\x7d\x14\x59\x77\xef\x07\xbd\x7b\xf8\xf0\x59\ \x7c\x9e\xbf\x6f\x51\x15\x63\x12\x04\x90\x82\x79\x44\x22\x0a\x82\ \xc1\xc0\x33\x72\xb9\x9c\xa5\x0c\x12\xe5\xee\x59\x4a\x65\xfa\x7c\ \xf7\xce\xcb\x37\x0f\xef\xbf\xd7\xc8\x2b\xf9\x3a\xc4\xc4\xbc\x4f\ \x33\x15\xed\xd6\xba\xa2\x4a\x48\xa6\x3d\x7c\x1b\xb4\xaf\x61\x0c\ \xff\x94\x94\x9e\x49\x31\xb4\x60\x32\x24\x85\x7d\x78\xf9\x26\x9e\ \x58\xdb\xca\xe5\xf9\xae\x02\x92\xce\x0c\x07\xf7\x52\x4e\x48\xba\ \x73\x37\xe8\xcd\x83\x07\xaf\x33\x44\x7f\x2f\x6f\xaf\x80\x9a\x43\ \x86\x76\x6b\x50\xa5\xb8\x15\x4b\x31\x12\xed\xe0\x51\xcc\x47\xa1\ \x7b\xfa\x2c\xe8\xf5\xbb\xb8\xcc\x3c\x13\x28\xc9\xd6\xb5\x84\x17\ \x47\x6c\xfc\x2b\x34\xaf\x5d\x2c\x2d\x21\x36\xc7\x2c\x93\xd3\x92\ \x28\x88\xb9\x71\x11\x89\x31\x31\x26\xb3\x84\xdf\xf7\x28\xcb\x9f\ \xe5\xef\x7f\xf5\xef\x1b\xdb\x13\x90\xb1\xd4\x6b\x2d\x1a\x29\x44\ \x51\x94\xac\xed\x9c\x3a\x29\x88\x87\x94\x11\xe4\xe9\x24\x18\xd2\ \x39\x89\xff\x68\x60\x73\x08\xc3\x52\x84\xe7\x79\xb5\x3a\xdb\xc1\ \xc1\x9e\x61\xd8\x94\x94\x64\x96\x65\x01\xca\x6c\xe6\x09\x21\x26\ \x93\x29\x3b\x3b\x9b\x61\x18\x49\x14\xc9\xef\x16\xa6\x29\x9a\xa3\ \xb4\x29\xf7\xae\x5c\x78\x9f\x4e\xec\xac\x64\x2a\x85\x92\x48\x84\ \x66\x58\x99\x42\xc1\x9a\x69\x10\x42\x31\xac\x42\xa5\x62\xb4\x49\ \x9f\x35\xa8\x18\x18\x58\x24\xd0\x54\xa9\xa4\x9f\x31\xf7\x43\x5a\ \xae\xc0\xd0\x14\xc5\x72\x72\x85\xcc\x04\x22\x49\x24\xdf\xdb\x47\ \x46\x09\x4f\xae\xee\xbe\x46\x92\xb6\xcc\xef\xd4\xb6\x71\x85\x77\ \x67\x63\x52\xcd\x92\x3f\xc9\xbc\x71\xf6\x78\x12\xaf\xb2\xe3\x33\ \xf2\x18\x39\x25\x8a\x32\x3b\x47\xa7\x62\x01\x65\xfd\x8b\x48\xc6\ \xf8\xa4\x84\xb8\x24\x1d\x5d\x21\xb0\x6c\x91\x40\x73\xe5\x00\x3f\ \x7d\xce\xbb\x74\x8d\xc0\xd0\x14\xcd\x72\x0a\x85\xdc\x44\x8c\x7a\ \x41\xe6\xed\xef\x67\x1b\x92\x41\x08\x6d\xcc\x4e\x3e\xb5\x63\xd3\ \x87\x46\x9d\xc7\xf5\x18\xa8\x4f\x7c\x77\xf8\xa5\x4e\x65\x2d\x0f\ \xbf\xb4\x67\xe2\x1d\x96\x22\xbc\x41\xa3\x91\x2b\x39\x41\x10\x29\ \x42\x38\x96\x89\x7f\x7a\x72\x4d\x48\xd1\x2d\x6b\x46\xb7\x6e\x5a\ \xe3\xe1\xb1\xc4\xfa\x75\x6b\x22\xf1\xd4\xee\x7d\x21\x03\x4b\x55\ \xb2\x66\x68\x80\x50\x0c\x67\xe5\xee\xe5\xef\x55\xbe\x88\x4a\xb8\ \xab\xce\x93\x54\xa0\x68\x96\x68\xd3\xe2\x72\xcc\x75\x03\x2b\x05\ \x96\x4e\xb4\xb7\xe6\x00\xba\x70\x7d\x49\xa2\x08\x64\x1c\x1d\x7e\ \x6b\xf7\xb6\x6b\x91\x92\x90\x97\x9b\xab\xe1\x39\x07\x0a\x00\x4d\ \xcb\x15\x0a\x16\x20\x14\x4d\x19\xb3\xe2\xb2\xf2\xda\xfa\x97\x29\ \x51\xae\x98\x57\xd9\x40\x6b\x3e\xfd\x73\x5a\xae\x82\xa7\x9d\x3d\ \xbc\x1d\x7d\x8a\x68\x35\xc4\x98\x19\x95\x21\xd6\xad\x5e\xa9\x64\ \x08\x98\x8a\x5e\xb6\x29\x4f\xd3\x0c\x66\x06\x9c\x44\x24\x09\x14\ \x40\x73\x4a\x5b\x17\x07\x2f\x97\xee\x43\xdb\xf9\x52\xc9\x27\x3f\ \x86\x25\x39\x15\x11\x55\xcd\xaa\x56\x2e\xae\x31\x06\x96\xb6\x23\ \xc1\x39\xb9\x59\x11\xda\x98\x2c\x73\xcb\xa6\xb5\x6f\x1f\x38\x98\ \x55\xba\x5d\xcf\x1a\x0e\xf7\x8f\x5f\x4a\xd7\xca\x5d\x69\x0a\x14\ \x25\x53\x28\x38\x8a\x22\x12\x01\x91\x44\x42\x29\xac\xed\x5c\x5c\ \x54\x1f\x32\xa2\xb5\x4c\x85\xea\x95\x4a\x24\xa5\x78\x05\x3a\xb3\ \x91\xe9\x39\xbe\x15\x5b\x97\xb7\xcb\x9a\xba\xf8\x70\x91\x3e\x13\ \x7a\x3a\x29\x8d\xd9\x71\x29\x26\x9b\xda\x35\x2a\x3e\x4c\x4f\xb7\ \x52\x72\xa0\x19\x7d\x4e\x72\x2e\xa5\xd0\x7f\x7e\x77\xe4\xda\x5b\ \x46\x69\x2d\xa6\xc7\x12\x9b\x4a\x00\x61\x64\x72\xb9\x9c\x03\x21\ \x92\x65\xde\xd3\x82\x7f\xdc\xc8\x9d\x90\x2f\x5b\x8a\x64\x34\xf5\ \xda\x28\x7b\x9a\xa7\xaf\xaf\xe4\xcb\x8b\x59\xa2\x46\xd4\x8b\x62\ \x15\x99\x8e\x92\x04\xb5\x40\x9f\xcb\x61\x79\x96\x65\x09\xa1\x28\ \xa4\xa6\xa6\x72\x32\xce\xdd\xdd\x8d\xa2\x68\x89\x48\x00\x68\x9a\ \xe6\xcd\x7c\x5a\x7a\x86\x56\xab\x53\x2a\x65\x22\x91\xbe\x5d\x24\ \xa5\x00\x51\x22\x14\x44\x99\x4f\x8d\x65\x5b\xf7\x53\x0c\xab\x30\ \xa7\x6d\x5e\xba\x46\x00\x2b\xe7\x58\x48\x92\x44\xc0\xc9\xe4\x1c\ \xc7\x52\x20\x9c\x29\xf2\xd0\x81\xab\x93\x06\xb7\xdf\xbd\xbb\x87\ \x26\xf9\xd3\xb1\x5d\xe7\x13\x4c\x0a\x2b\xa5\x5c\xc6\xd2\x44\x22\ \x22\x21\x80\x24\x4a\x12\x45\x33\x32\x85\xc2\xc1\x56\xfe\xf9\xce\ \x9d\x0b\xaf\x1b\x0d\xe8\xd1\xf7\xd1\x93\xd9\x47\x0f\x9d\x76\x1b\ \xda\x69\xda\xd2\x65\x0c\xc8\xd3\x03\x4b\xde\x45\xa5\x88\x26\x93\ \x4b\xd5\x56\xbf\xd4\x68\xc7\x1a\xd2\xce\xef\xbd\x1c\xaf\x8e\x3f\ \x76\xe8\xea\xc4\x81\x9d\x76\x37\xee\xa5\x49\xfe\x74\x74\xe7\xc5\ \x24\x5e\x69\xa5\x94\xcb\x18\x9a\x82\xc8\x1b\x53\x6f\x5c\x0f\x1e\ \xd5\x61\xf8\xde\x76\x5d\x36\x2f\x58\x99\xee\xd7\x71\x56\xbf\x4a\ \x66\xa3\x90\xf9\xe9\xcd\xc7\x78\x1d\xc3\xd2\x14\x24\x21\x27\x29\ \x21\x4b\x22\xa0\x38\x4e\xc6\x32\x94\x28\x49\x0c\x45\x73\x32\x85\ \xad\x9d\x95\x26\xe2\xc9\xf1\xdb\x2d\xe6\x74\xec\xd5\xf2\xe9\xb2\ \xdb\x0f\x5e\x8c\xe9\xdc\x71\xed\xaa\xe6\x4a\x07\xe9\x89\x56\x27\ \x49\xce\x02\xab\xea\x32\x73\x4d\x6f\x6b\x36\xfe\xc5\xe5\x9b\xc1\ \xf1\x76\x0d\x1a\xc8\x14\x56\x36\x42\xc2\xe9\xa3\xe7\xfc\x86\x77\ \xf9\x65\x7b\x03\x50\x88\x7e\xf3\xd1\x48\x24\x49\x22\xf9\x62\xe5\ \x4a\xa5\x56\x1d\x1f\x1b\x13\x65\xed\x60\xcf\xc9\x94\xc4\x40\x18\ \x8e\x93\xcb\x08\x00\x9a\x95\xc9\x15\x0a\x2b\x3a\xe7\xd2\x89\x73\ \xfe\xa3\x7a\xad\xdc\xb1\x4d\xcc\x4d\xbe\x71\x6c\x57\x58\x4e\x5e\ \xce\x9d\xa0\x46\x23\xda\xae\xd9\x59\xeb\xe1\xb1\xad\x6b\x0f\xdd\ \xdf\x79\xb4\xd4\xa8\x5e\x53\x0f\x0f\xa1\x12\x42\x1e\xee\xbe\xf1\ \x24\x97\xb5\x66\x41\x24\x22\xf1\x26\x93\x64\xe3\x3b\x74\xde\xaf\ \x83\x04\x53\x66\x62\xe4\xfe\xcd\xa7\x82\x3f\x67\x65\x67\x3c\x3d\ \x72\xa3\x44\xef\xe9\xab\x7b\x52\xc6\xb0\xc7\x17\xae\xbe\x89\x65\ \x44\xea\x51\x68\x7a\x87\x0a\xf4\xb3\xa0\x37\x26\xbe\x7c\x8f\x2a\ \xca\xa8\xd7\x6f\xb5\xac\x82\x61\x38\x85\x5c\x46\x01\x60\x38\x85\ \x5c\xae\x90\x93\x88\xe0\xd0\xb8\x36\x75\x7a\x74\x6e\xfe\x76\xfb\ \xf5\x3d\xe7\x4b\x0e\x19\xb3\xb8\x03\x27\x46\x05\xdd\xb8\xf4\xf0\ \x75\xae\xb7\x73\x44\xa3\x8e\x73\x57\x2c\x22\xd6\xb6\xb9\x6f\x22\ \xf5\xa9\xc1\xfb\x0e\xdf\x9e\xd0\x73\xc0\xa1\x76\x1c\x60\xbe\xf7\ \x58\xaf\x4b\x7d\xbb\xf7\xe8\xbd\x21\xed\x3a\xaf\x6f\xd9\x9b\xcf\ \x8c\xd9\xb9\x74\xfe\x13\x9e\x28\x94\x4a\x8e\xa6\x24\x89\x10\x42\ \x68\x8b\x33\x93\x05\xff\x30\xf6\xa4\x9a\x35\xad\xff\xad\x7b\x26\ \x4f\x20\x33\x19\xfa\x5a\xe5\xd6\x92\x1b\xac\x68\x89\x01\x0c\x84\ \x4a\x12\xb9\xc3\x5a\xdb\x60\x62\x63\xcd\xd1\x04\xf9\x7e\xdd\xbc\ \x4c\xa6\x70\x76\x76\xe2\x38\x8e\xa6\xa9\xfc\xa9\xba\xbc\x3c\x9d\ \x5a\x9d\x21\x93\x71\x3f\xf4\xf7\x94\x24\x49\x66\xe3\x68\xa7\xc8\ \xf7\xe9\xa3\x68\xc2\xeb\x72\x35\xa2\x95\x93\x83\x94\x9b\x9d\x97\ \xa7\x23\x36\x36\x8e\x76\xb6\x7c\xb6\x3a\x4f\xcf\x33\xac\xc1\x08\ \x95\x83\x93\x93\x8a\xe1\xf3\xb2\x72\x34\x06\x49\x66\x6f\xeb\x68\ \x6b\x6d\xcc\xc8\xd4\x9b\x45\x8a\xc9\x77\x17\x00\x67\xe3\x68\xa7\ \x20\x9a\xd4\x74\x23\xc7\x28\x1c\x3d\xed\x69\x21\x37\x39\x31\x97\ \x92\xdb\x39\x39\xdb\xc8\x29\x22\xf0\x79\x99\x89\x6a\xfb\x31\x6b\ \xe7\x94\x4b\x7d\xb1\xe9\xc4\xad\x1c\xc1\xac\x53\xe7\x10\xb9\x42\ \x6f\x84\xca\xc1\xd9\x49\x45\x9b\xf3\x32\x73\x34\x46\x22\xb7\xb7\ \x73\xb0\xb5\x32\xa4\x67\x1a\x78\x1e\x0c\x2f\x29\x9d\x5d\x6c\xe5\ \x94\x60\xca\x51\x6b\x68\x07\x27\x5b\x8e\xa1\x88\x21\x37\x3d\xcf\ \x20\xd0\xdc\x8f\x9c\x40\x09\x24\x46\x65\xef\x60\xc3\xea\x52\x33\ \x74\x94\xc8\x3a\x78\xb9\x28\x90\x9b\xf4\x59\xa7\x70\x71\x76\xb0\ \x96\xd1\x22\x6f\xcc\x4d\xc9\x74\xaa\xd2\x66\xee\x84\x96\xb7\xd7\ \xad\xbe\x93\x66\x14\x73\xd2\xb5\x3c\xc3\x5a\x39\x39\x59\x43\xcc\ \x4e\x4d\x36\xb2\x72\x5b\x27\x17\x1b\x39\x24\xc1\xac\xcf\x31\xe8\ \x4d\x02\xcd\x80\x40\xa2\x55\xf6\x8e\x36\xac\x2e\x4d\xad\xcf\x77\ \xd3\x22\xa2\xc4\xc9\x6d\x1c\x9c\x38\x63\xb6\x3a\xc7\xa8\xf2\x76\ \x53\x69\x35\xea\xdc\x3c\x13\x28\x6b\x47\x77\x3b\x39\x31\xe6\xaa\ \xb3\x72\x20\x57\x18\xcd\x9c\xad\x93\xbd\xad\x9c\x96\xb4\x59\x1a\ \x9d\x21\x57\x54\x3a\x39\x3b\xda\xc8\x88\x4e\x9d\xa6\x35\x4a\x8c\ \x9c\xcb\x5f\x94\x22\x32\x5b\x47\x5b\x05\x0b\x48\x92\x60\xd4\x64\ \x6a\xb4\x46\x56\xa5\x22\x82\x68\x80\xd2\xd5\xd9\x5e\x41\x99\x35\ \x99\x69\x26\x89\x05\x4b\x1b\x69\x27\x1f\x5b\x73\x4e\x56\xb6\x49\ \xee\xe4\x6c\x43\x99\x33\xd3\xf3\x28\x25\xa3\xb4\x77\xb6\x92\x0c\ \x59\xe9\xd9\x72\x6f\x0f\x1b\xb3\x4e\xad\xce\x36\x71\x56\x0e\x0e\ \xce\xc8\xc9\xca\xd5\xe6\xc0\xc6\xd5\xd9\xc1\x8a\x11\xf2\xb2\xd2\ \x0c\x3c\x4c\xb4\x4c\x69\xe3\xe8\x6c\xcd\x11\x49\x10\xb4\x39\x06\ \xbd\x5e\xcd\xcb\xec\x9d\x9c\xec\x15\x8c\x28\xf2\xa6\xbc\x6c\x83\ \x49\xd0\x8a\x9c\xbd\x93\xa3\xad\x9c\x21\xbc\x41\xa7\x51\xeb\x88\ \xbd\xa3\x93\x15\xa7\x49\xc9\x34\x03\x14\x6d\x79\x5d\x2d\xf8\xc7\ \xb1\x67\xd3\x26\xf5\x7f\x43\x76\x3c\x01\xcf\xf3\x25\xa1\x2f\xc6\ \x98\xe4\x94\x94\x2a\x71\xef\x45\x95\x8e\x91\xab\xd8\xef\x7a\x30\ \xcf\x0b\x84\x10\xb9\x5c\xc1\x71\xac\x24\x49\x46\x93\x59\x10\x78\ \x99\x8c\xa3\x7f\x44\x9d\xf9\x2e\x7c\x22\xcf\xf3\xa2\x94\x7f\x9f\ \x80\xe2\x38\x8e\x08\xbc\x44\xd1\xf9\x26\x27\x6f\x36\x13\x8a\xe1\ \x38\x96\x02\x40\x88\x20\xf0\x82\x48\x68\x26\xff\x0a\x31\x9b\xcc\ \x60\x58\x8e\x65\xbe\x48\x27\x92\x68\xe6\x05\x86\x95\x71\x0c\x04\ \x41\xe0\x05\x89\x95\xc9\x58\x1a\x22\x2f\x08\x92\x44\x00\x96\xe5\ \x74\x46\x97\xc9\x1b\xe7\x97\xfa\x74\x79\xe1\xc6\x03\x19\x0a\x17\ \x85\x8c\xa3\xa9\x3f\x16\x4e\x88\x24\xf1\xbc\x20\x81\xe2\x38\x8e\ \x22\x22\x2f\x88\x04\x60\x18\x96\x65\x19\xfc\xcc\xe7\x90\x48\x66\ \x33\x0f\x86\x93\xb3\xb4\x28\x0a\x66\x5e\x64\x39\x19\x43\xe5\xcb\ \x01\x05\x18\x4d\xf2\x92\xf5\xdb\x2f\x9e\xd8\xfc\xf4\x84\xc1\x67\ \x13\x89\x5c\xa5\xe2\x58\x4a\x2a\xd4\x99\xa1\x88\xc0\xf3\xa2\x44\ \xbe\x14\x44\x7d\x2f\x56\xc6\xd2\xf9\xa4\x4d\x51\x44\xe4\x05\x81\ \x40\x26\xe3\x88\x60\x36\x8b\x94\x5c\xce\x51\x20\xa2\x20\x08\xa2\ \x04\x8a\xe6\xb8\xfc\x0a\x4a\x3c\xcf\x8b\x12\x18\x96\xe5\x58\xa6\ \xe0\x2b\x01\xc3\x70\x2c\x4b\x83\xe4\x6f\xc6\x05\x11\x05\xb3\x20\ \xe6\x7b\xcb\xd3\x0c\xf3\xa5\x82\x44\x12\xf3\x5b\x80\x65\x59\x86\ \xc9\xa7\x6d\xde\x24\x10\x99\x4c\x46\x49\x82\xb9\x40\x67\x48\xa2\ \xc0\x0b\x12\x27\x97\x51\x85\x77\x69\x8a\xf0\x66\x9e\xd0\x0c\xc7\ \x32\x28\x10\x02\x96\xe5\x58\x86\x06\x91\x04\x41\x10\x24\x02\x80\ \xce\x6f\x6a\x22\xf1\xbc\x20\x4a\x84\xa2\x28\x86\x65\xf3\xd3\x14\ \x5c\xa1\x69\x8e\xe3\x68\x48\x26\x13\x4f\xcb\xf2\x9f\x99\x05\x16\ \xfc\xf3\xd8\xb3\x71\xa3\xba\x3f\x30\x15\x29\x98\x44\x98\x09\x08\ \xc0\x52\x50\xd0\x14\xf3\x93\xad\x33\xa2\x28\x4a\x12\xa1\x28\xd0\ \x34\x4d\xd3\xff\x38\x03\x41\x92\x18\x67\x4f\x37\xb9\x29\x2f\x5d\ \x9d\x23\x50\x0c\xf5\xbf\xa6\x06\xe4\x56\xb6\xae\xce\xd6\x9a\x94\ \x24\x0d\x0f\xcb\x66\x56\x0b\x2c\xf8\x4f\x60\xcf\x86\x0d\x6a\xff\ \x78\x63\xe5\xf7\x17\x7f\xb8\x6d\xf1\x77\x19\xff\x71\xa1\x1e\x28\ \x0a\x82\x99\x97\x68\xa6\xc0\xae\x24\xff\x6b\x6a\x10\x49\xe4\x79\ \x89\x91\xc9\x18\xea\x1f\xd8\x4e\x16\x58\x60\xc1\xbf\xcc\x9e\xac\ \x46\xa3\xa1\xfe\x0f\x4c\x2a\x19\xfe\x21\x7a\x18\x8d\x96\x6e\x67\ \x81\x05\xff\x11\xec\x29\xb1\x23\x86\x8f\xb0\x0c\x23\x2d\xb0\xc0\ \x02\x0b\xfe\x35\xf6\x04\x28\xc1\xa8\xb5\x34\x84\x05\x16\x58\x60\ \xc1\xbf\x0a\x36\x2f\x2f\xcf\xd2\x0a\x16\x58\x60\x81\x05\xff\x2a\ \x2c\x6e\x74\x16\x58\x60\x81\x05\x16\xf6\xb4\xc0\x02\x0b\x2c\xb0\ \xb0\xa7\x05\x16\x58\x60\xc1\x3f\x19\x3f\x0e\x98\x48\xd3\xb4\xc5\ \xa3\xdb\x02\x0b\x2c\xb0\x00\x00\x21\xe4\x87\xd1\x11\x7f\xc0\x9e\ \x14\x45\xe5\xe5\xe5\x19\x0c\x06\x0b\x81\x5a\x60\x81\x05\xff\x17\ \x40\x51\x14\x4d\xd3\x85\x47\x0b\x53\xa0\xbe\xee\xc9\x26\x84\x28\ \x14\x0a\x6b\x6b\xeb\xdf\xef\x71\xf9\x31\x7b\x26\x26\x26\x39\xbb\ \x79\xb2\x8c\x65\x5c\x6f\x81\x05\x16\xfc\xe7\xc3\x60\x30\x68\x72\ \xd5\x6e\xee\xee\xa2\x24\x81\x48\xf9\x11\x11\xf3\xff\x11\x05\x21\ \x23\x33\xa9\x6c\x99\xd2\xdf\x1e\xdb\xfe\x53\xf6\x24\x84\x70\x72\ \x79\xb1\xe2\xc5\x2d\x6d\x6a\x81\x05\x16\xfc\x5f\x80\x4e\xab\x4d\ \x4d\x4e\x2a\xe2\xe7\x9f\x7f\x7c\x21\x91\x24\x91\x48\x44\x14\x25\ \x49\x14\x45\xf1\x53\x58\xd8\x0f\x37\x57\xd3\x3f\x1b\xe8\x8b\xa2\ \xe5\x14\x04\x0b\x2c\xb0\xe0\xff\x04\x04\x41\xc8\x9f\xd9\x14\x04\ \x5e\x14\x45\x9a\x65\x45\x41\x10\x78\x5e\x10\x04\x41\x10\x7e\x96\ \xcb\x32\x36\xb7\xc0\x02\x0b\x2c\x28\x24\x44\x9a\x16\x45\x31\xe8\ \xc5\x0b\x42\xc8\x9f\x06\x8d\xfb\x73\xf6\x94\x04\xde\x98\x0f\x93\ \xf9\x2f\x6a\x60\x4a\x7e\xba\x68\xf2\xe4\xb3\xcf\xa3\xbe\x91\xa2\ \xbd\xb0\x76\xec\x90\x99\x07\x35\xff\xc3\x95\xcf\x8e\xb8\x3e\x7b\ \xe2\xcc\x7b\x11\x19\x5f\xae\x64\x86\x5e\x1e\x3d\x70\xf8\xe9\x90\ \x1c\xe4\xbc\x99\x3d\x7c\xc0\xa6\xb3\x2f\xfe\xc4\x86\x4f\x78\xb9\ \x62\x7c\x9f\x0e\xed\x3b\x6d\xbb\xfd\xf6\xde\xc1\xc5\x63\xe7\xee\ \x4c\x15\xfe\x52\xd1\x41\x07\x17\xf6\x1e\xb1\x3a\xc1\x88\xd4\x67\ \x47\x87\x0f\x9b\x78\x27\x2c\xfb\xb7\x06\xbd\x3e\x7e\xfd\xa4\x21\ \xf3\xf6\x3e\xfc\x57\xad\x7a\x49\xfd\x69\xe3\x9c\x11\x1d\x3b\xb4\ \x5f\x79\xf4\x49\xd0\x85\x4d\xa3\xa6\xac\xf9\xac\x95\x3e\xdd\xd8\ \x30\xa0\xff\xf4\x0f\x39\xc2\xff\x3f\x3d\x53\x78\x71\x62\xcd\xa4\ \x79\xbb\x53\xfe\x97\x23\xa5\x08\x4f\x8e\x2d\x1f\x36\x61\x59\x98\ \xe6\xbf\x39\xd0\x95\x21\xf6\xf9\xb2\x19\xd3\x8f\xdd\x8b\xfd\xfe\ \x65\x48\x3f\xb1\x7e\x6a\xe7\x8e\x1d\xfa\x4f\xdb\x99\xf6\xbb\x8a\ \x8b\xa9\x21\xcb\xc6\x0e\x58\xb6\x3f\xe8\xdb\x8b\x9a\xd8\xdb\xb3\ \x27\x4c\xb9\x1c\x9c\x68\xe1\xb2\xff\x0d\xf6\x64\x8f\x1e\x3d\xba\ \x60\xe1\xc2\xd3\xa7\xcf\xc8\x15\xf2\x3f\x59\x39\xcf\xce\x48\xf9\ \xcd\x5f\x4e\x66\xea\xeb\xa0\x67\x82\x20\x12\x42\x08\x21\x67\x26\ \xb5\xb2\xb7\xb7\xe1\x18\x8a\xb5\x72\x6d\x39\x60\xc6\xd3\x98\x2c\ \xf2\x67\x48\xbb\x3b\x0d\xc0\x84\x3d\x8f\xbf\x5e\xd2\xc7\x8f\x2c\ \x06\xf8\x8f\x4e\x27\xff\xb3\x78\x7f\xb8\x07\x80\x5f\xee\x46\x7d\ \xb9\xf2\xee\xe8\x60\x00\xdd\x77\x7f\x22\x91\x5b\x39\xa0\xc3\xec\ \xe3\x7f\x90\x5d\x32\x25\x4c\xae\xe7\x06\xc6\xb6\x4c\xc5\x5a\xeb\ \x4f\x5d\x9e\x58\x15\x40\x99\x9b\xe9\xe2\x5f\x28\x99\xdf\xd8\xd2\ \x06\x74\x93\x8f\x06\xf2\x70\x79\x67\x00\xb3\x8e\xbe\xfd\x4d\x0a\ \x63\xc2\xf5\x12\x80\x75\xfd\x45\x79\xd2\xbf\x52\x25\x3e\x7d\x79\ \xaf\x0a\x80\xac\x78\x85\xea\x33\xb6\x5e\x5e\xd2\xd9\x07\x70\x3d\ \xf7\x3e\xf7\xf4\xec\xd2\x80\xef\xad\x64\x33\xf9\xff\x06\xda\xc5\ \x0d\x38\xd8\xb6\x0f\xcd\xfb\x77\x17\x9c\x97\xf0\x64\xf6\xf8\x31\ \x07\x5f\xc4\x12\x42\x08\xc9\x5e\xda\xdd\x0d\xf0\x39\xf8\xd1\xf0\ \xdf\x5b\x4a\xf2\xe9\xd9\x2c\x30\x70\xfd\xcb\x6f\xae\x89\x97\x16\ \xb5\x01\x28\x9f\x80\xc0\x1a\x3d\x96\x27\xea\x7f\x9b\x45\x17\x74\ \xc0\x1b\xa8\x36\xfc\xf4\xb7\x17\xa3\x2e\x0c\x05\x30\xf7\xec\x5b\ \x62\xc1\xbf\x0b\x39\xd9\xd9\x51\xe1\x9f\x78\x9e\x3f\x78\xf0\x40\ \xeb\x56\xad\x3a\x74\x68\xdf\xba\x55\xeb\xc3\x87\x0e\xe8\xb5\xb9\ \xb9\xd9\x99\xaf\x5e\x3c\xcd\xcd\x4a\xfb\x3d\x55\xfe\xf9\x01\xd9\ \x39\x09\x51\x39\x39\x8a\x21\xd3\x66\x7a\xe4\x3d\x5d\xb3\x7d\xd5\ \x9b\x14\x26\xf8\xe2\x32\x77\xb9\x64\xd4\x1b\x44\x02\x96\x95\xc9\ \xe5\x1c\x40\xf4\x3a\x3d\x18\x99\x4a\xc1\x01\x20\xa0\x01\xb0\xc4\ \xac\xd3\xe9\x38\xa5\x95\x8c\x06\x00\x99\x0a\x32\x5a\xf9\x85\xc9\ \x8d\x3a\x9d\x48\xb1\x56\x2a\x79\xbe\x59\xc6\x9b\x8c\x66\x41\xa2\ \x18\x99\x4a\xc1\xf1\x46\xbd\x59\xa4\xac\xac\x94\x85\xa6\x97\x59\ \x67\xe0\x41\x33\x0a\xb9\x9c\xa1\x29\x00\x12\x6f\x36\x98\x78\x56\ \xa1\x92\xb3\x94\x60\xd4\x89\x9c\x4a\xce\x50\x66\xa3\xde\x2c\x51\ \x22\xc5\x02\x72\x62\x36\xe8\x74\x06\x95\x95\x92\x02\x4a\xb6\x98\ \x7d\xfe\x44\x9b\x92\x4d\x8b\x09\x29\xb7\x54\x80\x95\x82\x2b\x34\ \x05\x79\x9d\xde\xcc\xc8\x54\x0a\xee\xeb\xcf\x8b\x31\xf9\xf5\x99\ \x47\x69\xe5\xc6\x6c\xbb\xbf\x72\x90\x83\x8a\x7c\x74\x39\x59\x36\ \xd5\xb9\x96\x33\x0d\x22\x1a\x8d\x26\x51\x22\xd4\x97\x3a\x12\xd1\ \x6c\x32\x09\x22\xa1\x18\xb9\x4a\xc1\x02\x60\xe4\x2a\xd8\x2a\x05\ \x03\xa9\x3e\x70\xe1\x99\x80\xc1\x95\x1b\x95\x15\x05\x93\xd1\x54\ \x68\x1b\xd2\x8c\xc2\xbd\xee\xa1\x2b\xa7\xb4\x5e\x35\xac\x29\x10\ \x91\x37\x18\xcd\x04\x60\x15\x56\x72\xe6\xab\x59\xa4\xd7\x99\x08\ \x28\x4e\xae\x90\x15\x46\xf2\x27\xa9\xe1\x77\x6e\x07\xbb\xd7\x9f\ \xfd\xe0\xf2\x3c\x37\x6b\x59\x7c\xe5\xad\x6e\x9d\x49\xbd\x92\xd6\ \x37\x44\x0e\xb0\xf9\x12\xef\x9f\x37\xea\xcd\x22\x94\x56\xaa\xfc\ \x0b\x92\xc8\x1b\x4d\x66\x42\xc0\x29\xac\x64\x4c\xc1\x15\x93\xc9\ \x2c\x11\x7c\x79\x22\x85\x69\x28\x85\x4a\xc5\x10\x5e\x67\x30\xb3\ \x72\x2b\xf9\x97\x1e\x21\x99\x75\x06\xfe\xdb\x2b\x66\x83\x8e\x97\ \xc0\x72\x32\x99\xec\x4b\x93\x11\xc1\x6c\x36\xf1\x02\x40\x17\x3e\ \x2f\x22\x98\x4d\x26\x5e\x04\xe8\xfc\xf6\x2f\xa8\x98\x49\x6f\x12\ \xb5\x12\x2d\x83\xb5\xf2\x37\x41\xaa\x45\xb3\xc1\xc8\x4b\x14\xcd\ \xc8\x15\x8a\x82\x5b\xdf\x3f\x1a\x22\x89\x26\xa3\x49\x24\x84\xe6\ \x14\x4a\xd9\xd7\xc6\x32\xea\x75\x22\xbe\x74\x21\x48\xbc\xd1\x60\ \x16\x41\x31\x0a\x85\x0c\xa2\x60\x34\xf3\x00\x95\xdf\x20\x69\x9f\ \xae\x2e\xdf\xb8\x65\x60\x85\x6e\x9d\xcb\xba\xca\x95\x76\x03\xe7\ \x9f\x2e\xdd\x4f\x6a\x54\x52\x01\x10\xde\x68\x34\x8b\x12\x28\xc6\ \x4a\xa5\xf8\x22\xd9\x6c\xd0\xf3\x12\xa1\x19\x99\xe2\xdb\xce\x01\ \x40\x30\xe9\x4c\x02\xc5\xb0\x0a\xb9\x8c\x88\xbc\xd1\xc4\xcb\x94\ \x56\x1c\x04\xbd\xc1\xc4\xc8\x95\xa0\x18\x25\x28\x16\x66\xbd\x4e\ \xc7\x16\x34\xb2\xfa\xf6\xa9\x9b\x28\xd6\xfd\xdc\x9d\xed\xa5\x1c\ \x15\x2a\x25\x00\x98\x8d\x3a\x5e\xfc\xd2\x5c\xb4\x15\x03\x6b\x65\ \x61\x9f\x04\xaf\xd3\x99\x0d\xbc\x04\x50\xf2\xc2\x47\x6b\x32\xe8\ \x04\x89\xb1\xb2\x52\x7c\x19\x0c\xea\x8d\x26\x42\xc0\xc9\x95\x32\ \x96\x16\x4d\x7a\xa3\x40\x18\x96\x93\xc9\x64\x96\x18\xfc\xff\x75\ \x94\x2c\x19\x30\x73\xe6\x4c\x9a\x82\x20\x8a\x1c\xc3\x98\x4c\xa6\ \x3f\x1a\xbf\xff\xa9\xed\xb9\xaf\x47\x71\xa0\xd2\xfd\x04\x42\x88\ \x69\x52\x55\x47\x58\xb5\x7c\xfe\x31\x72\xd3\xc8\x26\x9e\xf6\x1c\ \x80\x66\x53\x2f\x0a\xea\xa8\x85\xfd\x1b\x2b\x00\xd6\x25\x70\xca\ \xb6\xdb\x46\x42\x32\xee\xcf\x55\xd1\xb0\xb1\x96\x03\x74\xa9\x86\ \xfd\x6e\x47\xe7\x11\x3e\x79\x7c\x39\xc8\x2a\x4c\xc9\x22\x44\xd2\ \xa7\x6c\x99\xd4\xd9\x99\x01\x65\xe5\x33\x64\xd9\x89\x5c\x42\xa2\ \xae\x2f\xad\x54\xdc\x83\x06\x94\xee\x65\x7a\x0c\xe8\x11\xe0\xc0\ \xd0\x9c\x6b\xd7\x39\x47\xf3\x24\xa2\x8d\xb9\x33\xb0\x49\x59\x96\ \x02\x14\xa5\xb7\xdd\x8e\x2d\x30\x25\x5e\x1f\x2b\xef\x68\xd5\x62\ \xe2\x69\x51\x4a\x1d\x52\xdc\xa6\xd1\x8a\x3b\xc4\xfc\xbe\x55\x49\ \xbb\x8a\x7d\x96\xdd\x3a\x31\x96\x06\x18\x0a\x60\xed\x5a\x8e\x5a\ \x97\x62\x24\x9f\x1f\xfe\xea\xed\xe5\x39\xeb\x76\xa2\x14\xb1\xdd\ \x1e\xe8\xbd\xf8\x0c\x21\x24\x3b\xf2\xf6\xe0\x66\x65\x01\x38\x95\ \x69\xb6\xe5\x76\xf8\x17\x5b\x30\x2f\xfc\x98\x1f\x87\xfc\xf6\x1a\ \xb2\xe5\xe4\xd6\x29\x75\xbc\xcb\xf4\x89\x27\xe2\x99\x79\xfd\x8a\ \x38\x59\x01\x50\xb9\x57\x98\x7f\xf0\x39\x21\x24\xfd\xdd\xb1\xf2\ \xf6\x2c\x00\x5b\x9f\x2a\x4b\x8f\xbd\x26\x84\x6c\xef\xe8\x0e\xfb\ \x76\x1f\x0d\x24\xfa\xe0\x04\x4f\xaf\xb2\x07\x1e\x24\xdc\xdb\xd1\ \x15\x00\xc5\xca\x6d\xac\xad\x55\x15\x3b\xdd\xf9\x10\x3a\x34\xd0\ \xab\xda\xf8\x13\x44\x1f\x31\xa9\x5b\x65\x7b\x05\x0b\xa0\x68\xad\ \x6e\x17\x3e\x64\x10\x42\x72\x63\xee\x8f\xee\x50\x85\x05\x28\xce\ \xaa\x4c\xb3\xfe\xf7\x12\x0b\x94\x12\xa3\xef\xb6\xf6\x00\x45\xd3\ \x14\xd0\x7c\xd2\xd1\xe3\xf3\x7a\x79\x95\x6e\xfe\x38\x89\x3f\x33\ \xb7\x22\x50\xf6\x5e\x9a\x40\x88\xe9\xee\xce\xa9\x81\x2e\x2c\x28\ \x65\xe3\xfe\x0b\x23\xb2\x25\x92\x1b\x36\xb1\x79\x79\x07\x25\x0d\ \x50\x01\x75\x7b\x5d\x0b\xcd\x22\x44\xba\xb4\x76\xa8\x0d\x05\x50\ \x4c\x99\x46\xfd\xef\x46\xe7\x92\xbc\x88\xb9\x1d\x2b\x39\x5a\x31\ \x80\xb2\x56\xab\x1e\x9d\xea\x97\x04\xe8\xa2\x35\xbb\x5e\x09\xd7\ \x10\x42\xd2\xde\x5f\xe8\x55\xcf\x1f\x80\x57\xa5\x36\x47\x9f\x24\ \x10\x62\xbe\xbb\x7d\x42\x19\x17\x19\x80\x92\xad\xe6\x67\x7e\x1d\ \x52\xc4\xcd\x69\x5b\x04\x00\x2d\x77\x6a\x3b\xee\x97\x54\x23\x49\ \x7d\x75\xa8\x7e\x29\x1f\x39\x05\xd0\xb6\xcd\x87\xae\x8a\xce\x21\ \x84\x98\x83\x4e\x2e\xad\xe4\xa3\x02\x14\xd6\x2c\xe4\x7e\x7d\xc2\ \xb5\x5f\xf2\x9b\x9e\x1e\x5a\x50\xd3\xcf\x06\x80\x8d\x73\xd1\x01\ \xcb\x8e\x1a\x09\xc9\x0c\xbf\xd1\xaf\x71\x69\x00\xee\xe5\x5b\xec\ \x7d\x14\x47\x88\x66\xd7\xac\xd6\x9e\x0e\x2a\x00\x76\xc5\xeb\xae\ \xbf\x12\x22\x10\x42\x0c\x49\x5b\xa7\x74\x71\x62\x41\xa9\x7c\x07\ \x2e\x3e\x99\x47\x48\xe2\xad\x2d\x8d\x2b\x14\xe1\x68\xc0\xbe\xde\ \xd5\xb7\xf1\x7b\x46\x55\xa5\x00\x8a\xb1\x6e\xd0\x7b\x6e\x8c\x86\ \x24\x3d\x58\x66\x5d\xd0\xdf\x1d\x76\x3f\x0b\x39\xb6\xa8\xbb\x67\ \x89\x7a\x77\x73\xc8\xe7\x6b\x0b\xca\x15\x75\xa5\x01\x4a\xe5\xde\ \x63\xee\xbe\x4c\x81\x10\x43\xe6\xb1\xc5\x43\xfc\xec\x28\x80\x76\ \x2d\x52\x7e\xf1\x99\xa0\x2f\xba\x66\xbe\x3b\xdb\xb9\xa6\x1f\x0d\ \x50\xf6\x35\xaf\x47\x69\x5e\xec\x9b\x6e\x63\xe3\xb2\x2e\xc8\xa0\ \x0b\x3b\xec\x65\x63\xd3\xef\x54\x88\xfa\xfa\x5a\x2f\x1a\x0a\x99\ \x0a\xa0\x4a\x34\xec\x7b\x33\x4a\x43\x48\xda\xb0\xf2\xce\xa0\x69\ \x0a\x70\xef\xb4\x34\xc7\xa4\xbd\xf6\xeb\xe8\x00\x07\x1a\xb0\x6b\ \x33\x62\x4d\x5c\xae\x24\xbc\x3b\x5a\x92\x41\xa3\x09\x17\x08\x21\ \xb9\xf1\x4f\x47\xb6\x2e\x4f\x03\xd6\xb6\x2c\xa0\x5a\x7a\x39\x8c\ \x90\xdc\x33\xab\x47\x14\xb5\x01\x68\xc7\x0e\x63\x36\x26\xeb\x08\ \x51\x3f\x1b\xd9\xb1\x9a\xbd\x82\x01\x54\xd3\xf6\x3e\xfe\x74\x67\ \x73\x1d\x7f\x3b\x00\xf6\xe5\xfa\x7f\xc8\x91\x2c\x26\xe4\x7f\xc5\ \xf6\x8c\x08\x0b\xfd\xcd\x40\x54\xe2\x8d\x5a\x4d\x76\x8e\x3a\xe3\ \x67\xb6\xe7\x5f\x61\xcf\x00\xa0\xdc\xe9\x57\x29\x09\xaf\x4f\xd5\ \x74\x04\x8a\x0d\x7c\xff\xe6\x59\x7b\x17\x58\x97\xec\xb0\xfa\xd7\ \x5f\xcf\x3c\x78\xb7\x6b\x5c\x1d\xc0\xaa\xef\xf4\x25\x43\x5b\x95\ \x04\x1c\xd6\xbf\xc8\xd5\x3e\x5b\xc0\x51\xa8\xd5\x6d\xfc\xba\x05\ \xc3\x9d\x81\x80\xee\xab\x72\xf8\xec\x29\x15\x20\xab\x30\x55\x4b\ \xc8\xa3\xd5\x9d\x01\xab\x81\x73\x36\x2c\x1c\x58\x0f\xb0\x59\x77\ \x2f\xe3\xdd\xfe\x0e\x00\x37\x70\xfa\xec\x2e\xd5\xbd\x00\xb6\xfd\ \xe8\x85\x43\x9a\x7a\x03\x5e\x67\xe2\x72\xae\x4d\x6b\x0a\x58\x0f\ \x5e\xb4\xfb\xcc\xf1\x73\x6f\xa3\x73\x0b\x5f\xba\x8f\x1d\x03\x94\ \xee\x0d\x27\x7c\x8c\xbe\xe6\x07\x38\xb7\xfa\x25\xed\xc5\x01\x2f\ \x1a\xdd\x96\x3f\x0d\xbf\x3c\x1c\xa0\xbb\x4c\x98\x3b\xa9\x4b\x0d\ \x40\x36\xff\x62\x52\xe2\xe3\x95\x00\x46\x5d\x8e\x27\x91\x3b\xec\ \x81\x3e\xcb\xaf\x10\x29\x6d\x52\x63\x67\x38\x54\x5b\xb1\x65\x73\ \xb7\x2a\x56\x94\x47\xbb\x90\x1c\xa1\x80\x3d\x23\x8e\xf9\xd0\x28\ \xdb\x6d\xfc\x81\x63\xa7\x5e\x85\x7f\x5c\xd6\xd3\x03\xb6\x2d\x3e\ \x13\xd3\x92\x46\x3e\xb0\x0d\x9c\xb5\x64\x69\xd3\x52\x32\x38\xd7\ \x7d\x92\x4d\x78\x75\xe4\xde\x5f\x37\xef\xde\xba\xa2\x61\x71\x25\ \xed\xd3\x22\xcc\x48\xf6\x77\xf1\x80\x7d\xbb\x50\x23\x89\xd8\xd6\ \x0f\xb0\x5d\x73\x29\x36\x3d\xe6\xe9\x89\xd3\x27\x16\x0c\x6a\x04\ \xa0\xca\xf0\x6d\xe9\x99\x1f\x5b\x58\xc3\xab\xff\x41\x92\x71\xb7\ \xa2\x2b\x3c\x2b\x77\x5a\xbe\x64\xa2\x37\xe0\xd3\x79\xb3\x28\xe5\ \xcc\x6d\xe6\x0b\xda\x6f\xde\x96\xbd\xe3\xdb\x55\x02\xeb\xb1\xe3\ \x3d\x5f\xc8\x9e\xf7\x9a\x3a\xc1\xbd\xda\xa0\x7d\xc7\x8e\x3f\x0a\ \x8e\xde\x3e\xb8\x0e\xac\x03\x6f\xc7\xf3\x67\xe7\x55\x04\xca\x3e\ \xca\x21\xea\x67\x1b\x9c\x28\xd4\xed\x33\x6b\xd3\xe2\xa1\x56\x40\ \xc7\x45\x37\x8d\xea\xa0\x9a\x34\x9c\xea\x0c\x5a\xb7\x70\xa8\x03\ \x50\xa6\xef\x9a\x5c\x42\xe2\x5e\xdc\xd8\xb4\x65\xc7\xa6\x25\xc3\ \x1d\x81\x5a\x53\x0e\xe9\x52\x5e\x37\xb3\x83\x63\x85\xde\xcb\xa6\ \x77\xe3\x00\xbb\x6a\x9d\xe6\x4d\x1e\x68\x0f\x54\x1b\x72\x90\x17\ \x53\x87\x06\x5a\xa1\x44\xcb\xf5\x5b\xd7\x37\xf5\xe5\xac\xaa\x0c\ \xfa\x10\xf7\xa1\xb5\x15\x54\x15\x7a\x1d\x38\x75\xfa\xc8\xb9\x17\ \x86\x2f\xef\xa9\xa8\x79\x70\x76\xeb\xb6\x5d\xbb\x67\x74\xab\x0a\ \xa8\x56\x5c\x4f\x8b\xbe\xb5\x00\x40\xc3\x31\x0b\xe7\xf6\xad\x05\ \x30\x53\x8f\x7c\x34\xa6\x3c\xaa\x6d\x0b\xab\x12\xad\x56\xad\x5f\ \xd1\xc4\x97\x66\x7c\x7b\x7f\x61\x4f\x75\xf0\x5e\x6f\x16\x9e\x8d\ \x86\x1d\xda\xb7\xbc\xa4\x2d\xfc\x3a\xce\xcd\x31\x64\x4c\xab\x6d\ \x0f\x8f\x46\x6b\xb7\x6e\xea\x58\x92\x95\x95\x1c\x18\x9f\x1e\x37\ \xa1\xb9\x0a\xf6\x15\x17\x6f\x58\x56\xc7\x19\x74\xf1\x7e\x71\x66\ \xe9\xe1\xda\x3e\x80\xac\xcf\x9c\x5f\xe6\x0f\x69\x06\xa8\x56\xbc\ \x50\x87\xac\xe9\x04\xc8\x3a\x8d\x98\xb7\x7e\xeb\xd1\xe8\x34\xfd\ \x87\xdb\x7b\xb7\xec\xda\xb3\x68\x68\x73\x00\xc3\xf7\x44\xa6\xbf\ \x5c\x25\x07\x9a\x8c\x5a\x70\xe4\xd8\xf9\xd8\xac\xf4\xad\xa3\xea\ \x40\x59\xe2\x46\x0e\x09\xda\xdc\x0c\x90\x0d\x9a\xb3\x74\x44\xb3\ \x52\x80\xd3\xd6\xc7\x19\xe1\x17\x26\xcb\x81\x3a\x43\x96\x1f\xd8\ \x30\x5c\x09\xb4\x5d\xfa\x65\x4c\x2d\x6c\xeb\x56\x0a\xf0\x98\xbc\ \xf6\xe0\xc9\x63\x97\x12\x34\xfc\x83\xcd\xa3\x01\xd9\xb2\xa7\x06\ \xed\x87\xbd\xd6\x40\x97\xa3\xef\xd4\xd7\x57\xbb\x50\xa8\xd2\x61\ \xc2\x9a\x05\xa3\xdc\x81\xe2\x1d\xd6\x1a\x48\xce\xa8\x32\xd6\x4c\ \xf1\xe6\x1b\x76\x1f\xb9\xfc\x3c\xfc\xf5\x85\xa5\x36\x40\x60\xa7\ \x09\x8b\x26\x75\xa6\x80\xe6\x2b\x6f\x6a\x43\xce\x97\x66\xd1\x68\ \xe2\x15\x42\xcc\xdb\x86\x04\x02\x76\x83\xe7\xaf\x9f\xd1\xb7\x32\ \x20\x5b\x73\x2f\x32\xe2\xf2\x32\x25\xd0\x74\xf4\xf2\x35\x33\x7a\ \xb3\xa0\x07\x1d\x0e\x27\x31\x7b\x9d\x28\x94\x6e\xd4\x67\xf5\x2f\ \xdb\x1f\xbe\x7c\x39\x3a\x90\x85\x47\xbd\x5f\x0f\x9c\x3c\x78\xfc\ \x6e\xa6\xde\xc2\x81\xff\x25\xf6\x0c\x0d\x09\x36\x1a\x0d\x5a\x6d\ \x5e\x9e\x26\x37\x2f\x27\x3b\x27\x3b\x2b\x3b\x2b\x23\x2b\x33\x2d\ \x3d\x35\xe9\xe5\xf3\x27\x3f\x64\xcf\xbf\xb0\xe6\x4e\x2b\x81\x90\ \xae\x55\x3d\x7c\xaa\x74\x7b\x6e\xf4\x9a\x32\x7f\x58\x29\x2f\x85\ \x40\xe0\x5a\xa6\xcd\xb4\xf1\xe3\x3b\x57\x16\xcf\x5e\x7a\xe2\x52\ \x75\xc0\x8e\x55\x73\x37\x2f\x99\x5b\x14\xd9\x67\xcf\x84\x88\x1c\ \xc5\x13\x34\xee\x3a\x7c\xf2\xc2\x6d\xbd\x6b\x79\x46\xbc\xb9\x1f\ \x93\x2e\xca\x58\x80\x92\x71\xd0\x9d\x39\xff\x1a\x10\x1e\x9e\x3b\ \x78\xf2\xce\x3b\x20\xef\xcd\x93\x10\x41\xa9\x02\x6c\x3a\x8d\x9d\ \x3b\xbf\x7f\x4b\xc0\xbe\x55\xbf\xd9\x73\x27\x77\x07\x92\x82\x13\ \x0d\xc5\xaa\x55\xb7\x85\xf6\xde\xcd\xbb\x6a\x2b\x0f\x7f\x1f\xdb\ \x02\x95\x64\xa5\xbb\x37\x08\x4c\x8d\xff\x74\xf3\xc8\xd9\x6c\x0a\ \x54\xcc\xe5\x7d\xb7\x5f\x6b\x89\x5d\xd3\xce\x35\x65\x26\x03\x20\ \x6b\x3b\x74\xe6\xfa\x59\xfd\x1d\x61\xfe\x1c\xfa\xc9\xc4\xc8\x59\ \xe0\xcb\xa0\x46\x26\xe7\x8c\x89\x1f\x9f\x3d\xcd\x84\x31\xf1\xc4\ \x9e\xdd\x0f\x23\x74\x24\xe5\xe1\xeb\x24\xdd\xd7\x81\xa4\x04\xdf\ \xda\x6d\xfb\xf7\xec\x5a\x25\xc0\x97\x88\x22\x18\x1a\x00\x43\x13\ \xb8\x94\x1e\x3d\x77\xce\xb8\xee\xad\x90\x19\x16\x92\x0a\xa3\x36\ \x35\x3e\xfa\xf9\xe1\x23\x67\x22\xb3\x20\x91\xb4\xcf\x5a\xe4\x1f\ \xaa\x46\x51\xf9\x07\x40\x32\x82\x40\x5c\xfc\x6a\x75\x6f\x19\xf0\ \xfe\xc5\x73\x97\xca\x83\x8e\xac\x1b\xe9\xc2\x99\x45\x80\xa1\x29\ \x50\x34\x24\x14\x29\xdf\x7c\xd6\xdc\xe5\x5d\xab\xd2\xa9\x1f\xc2\ \xb2\xb2\xdf\xdf\x08\x8a\x2f\xda\x75\xc8\xe2\xd1\x83\x5a\x54\x2a\ \x06\x42\x7f\xbb\x53\x81\xe7\xe1\x50\xa2\xf1\xc0\x9e\x3d\xea\x96\ \xf7\x87\x20\x81\xf9\x32\xf6\xa5\x65\x32\xbc\x3d\x7b\x25\x8b\x20\ \xe6\xc9\xc5\xbd\x27\x6e\xe8\x80\x90\xa0\x07\x99\x82\x5c\xc6\xc2\ \xad\x4a\xa7\xc9\x0b\xd6\x34\x2f\xa6\x8a\x88\x0d\xcf\x11\x04\x63\ \x5e\x5c\xc8\xfd\x73\x47\x2e\x3c\x35\x01\x29\xb9\xa9\x5a\x33\xc3\ \xb0\x70\x2d\xdb\x6e\xf6\xaa\x25\xd5\x55\x70\xaa\xde\x76\xf1\xf2\ \xd9\xb5\xfd\x91\x19\x13\x91\x12\x77\xef\xfa\x07\x1d\xa7\xfe\x70\ \x60\xf7\xc1\x77\xf1\xbc\x2e\x38\x24\x26\x5d\x55\xab\xae\x9b\x3e\ \xf8\xce\xdd\x77\x89\xc5\xcb\xf9\x2b\x0a\x8b\x17\x0c\x86\xb4\xd8\ \xc4\xeb\x27\x0f\xdd\x78\x1b\x0f\x40\x9d\x94\x24\x71\x72\x0a\xa8\ \xd1\x73\xd2\x92\x95\xa3\x9c\x21\xc6\x24\x7c\x8a\xf8\x18\xf2\x4a\ \x83\x0e\x33\x37\x4c\x9f\x34\xb3\x45\x29\x2b\x51\xf8\xea\x72\x1c\ \xf7\xf4\x4a\xa2\xc0\x4e\x9d\xbf\xbc\xef\xc0\x9e\x3e\xf6\x14\xc7\ \xca\xd2\x92\x42\xae\x3e\xcd\x81\x3e\xf2\xd0\xee\x3d\x2f\xe2\x04\ \x73\xf8\xcb\xf0\xc4\x2c\x96\xe5\xac\x9d\x03\xa7\x4e\x9c\x3d\xb1\ \x73\x49\x29\x2a\x22\x3d\x25\xea\xca\xc3\xa7\x80\xf4\xf4\xc2\xc1\ \x53\x37\xde\x00\xfa\xfb\x77\x63\x59\x25\x07\x38\xb7\xe9\x37\x79\ \xd2\xa8\x5e\xfe\x8e\xe6\xf8\xe8\x84\x07\xe7\x8e\x5c\x7c\x1c\x46\ \x01\xb9\x09\x9f\xcd\x14\x23\x00\x15\x5a\xf7\xec\xdd\xb3\x43\x51\ \x47\x3b\x41\x22\xf9\x6d\x48\xb3\x2c\x60\xd7\x79\xf4\x9c\xb5\x53\ \xbb\xc9\x90\x15\x17\x1a\xf6\xfa\xd1\x6d\x13\x4a\xad\xd8\x30\xab\ \x7f\xbf\xc6\x56\xc0\x37\x1b\x46\x98\x32\x35\xab\xc9\x91\x72\xfb\ \xf6\x23\xb3\x4b\x11\x37\x1b\x56\x92\x08\xc0\xb0\x0c\x4d\x51\x14\ \x03\xd0\x14\x05\x22\x19\x08\x5d\xab\xfd\xb8\xa9\x0b\xd7\xf4\x6d\ \xe5\x12\xf5\xfc\x7a\xa4\x81\x70\xc4\x4c\x7b\x54\x1c\x34\xa4\x77\ \x9b\x1a\x01\x21\x37\x0e\xe5\xa1\xc4\xda\x2d\xbf\xcc\x5f\xbf\x63\ \x78\x09\xdc\x3c\xfd\x20\x45\xc3\xd3\x14\x68\x86\x01\x32\x9e\xdf\ \xf8\x20\xab\x34\x6a\xc7\xa2\x49\x13\xfb\xd7\x02\x88\x9c\xcf\xba\ \x7f\xff\x86\x01\x08\xbd\x7b\xfc\xe0\x99\x87\x02\xa4\xfb\xb7\x42\ \xc1\x70\x0c\x41\xf9\x06\x5d\xa7\x4d\x18\x51\xaf\x6a\xd9\xc0\xca\ \x65\x91\xf2\xec\xe6\xe3\x8f\x1e\xa5\x8a\x39\x29\x2d\xc3\xee\xff\ \xc2\x62\x11\x43\xe7\xe6\xe6\x26\xc4\xc5\x25\x25\x24\x24\x25\x24\ \x24\x25\x26\x24\x27\x25\xa6\x24\x25\xa5\x24\x27\xa7\xa4\xa4\x48\ \xa2\xf8\xc3\xe5\xa3\x3f\x9f\xf7\x04\x31\x03\x6e\x83\xa6\x4e\xa8\ \x57\xd1\xdf\xaf\x74\x95\xfa\x95\x8b\xd3\x89\xcf\x24\x02\x22\x9a\ \x09\x40\x09\x60\x18\x48\xa2\xc0\x03\x84\xe7\x45\x80\x2e\x9c\xaf\ \xa1\x69\x1a\xd0\xea\xcc\x26\x30\x2c\xc7\x40\x12\x41\x44\x81\x02\ \x47\x09\x26\xd8\x05\x0c\x9e\xb4\xa0\xaa\xaf\x8a\x92\x44\xcf\x92\ \xe5\xf2\xee\x19\x01\x62\x30\xf0\x32\x8e\x03\x44\xbd\x56\x47\x38\ \x6b\x00\x06\x1d\x5f\xa2\xdb\x82\xa7\x77\x2b\xec\xf8\x65\xc9\xb0\ \x76\xf5\x1e\x6e\xb9\xba\x7f\x74\x53\x1a\x00\xa8\x86\xdd\x5b\xa8\ \xf6\x6d\xd9\xb0\x2e\xbc\x76\xcb\xb6\x9a\xac\x57\x2b\x77\x04\x53\ \xc5\xdb\xb7\x2f\x49\x65\xbf\x95\x00\x98\xf4\x06\x49\xc9\xb2\x00\ \x45\xc4\xaf\x0b\xab\x44\x92\x00\x1e\x0c\x07\x8a\x37\xc3\xa3\x72\ \xb3\xd9\xf3\x7b\xda\xcb\x19\x41\x62\xcb\xf9\xa8\xbe\x9f\xdd\xd2\ \xe7\xff\x8f\xaf\x4d\x46\x81\x08\x7a\x1e\x2c\xa7\x02\x58\x4e\x52\ \xef\x1f\xdb\x67\xe1\x6d\xc7\xad\x87\x97\xc5\x1f\x5a\xb0\xf2\xb1\ \x01\x00\x91\x08\x24\x81\x62\x0b\xfc\x18\x68\x56\x0e\xe4\xae\x18\ \xd0\xeb\x5c\x66\xf9\x2b\x41\x7b\x4b\x5a\x03\xd9\xd2\x17\x65\x28\ \x0a\x22\x6f\x02\x44\x99\xb5\x8c\xca\x31\x41\xe1\xe2\x6e\x83\x77\ \x1f\xde\xbf\xfa\x9c\x18\x93\x9c\xfe\x0d\x3f\x16\x24\x96\x78\x23\ \x01\x28\x48\x5f\x54\x22\x44\x04\x44\xd0\x60\x20\x00\xb6\x2d\xfb\ \x8f\xef\x52\xdb\x8f\xa3\x44\xa5\x6b\x71\x1b\x3e\x43\x20\x90\xcc\ \x06\x80\x51\xca\x64\x1c\x2b\xcb\x8d\x7c\x3b\xb6\xc3\xf0\x0f\x55\ \xc6\x1f\x5d\x31\x60\x69\xcf\xbe\x9f\x0b\x9d\x79\x25\xde\x08\xc8\ \x94\x0c\xcc\x06\x83\x24\x11\x4e\x05\x80\x48\xa0\x44\xc0\xb7\x56\ \xfb\x05\x23\xda\x5a\xc9\x19\x11\xb6\xd5\xcb\xfa\xb5\x3c\xfe\x2c\ \xe0\xd0\xce\x45\xf3\x26\xd6\x3f\x72\xf1\xda\xf3\x5b\x8d\xdc\x68\ \x00\x9f\xae\x2e\xe8\x39\x65\x7b\xb7\x85\xfb\x96\x74\x78\xd9\x73\ \xdc\x9e\x2f\xd5\x33\x1b\x74\x60\x14\x72\x0a\x02\x01\x28\x8a\x06\ \xf4\x39\x1a\x7c\xf3\x1b\x96\x0f\x6b\x37\x0f\x40\x78\xf6\xec\x69\ \x6f\x5f\x36\xc7\x40\x18\x86\x02\x05\x01\xf0\xac\xd8\x6e\xc1\xd4\ \x76\x56\x32\x46\x92\xac\x2b\x15\xb5\x3e\x6f\x16\x40\x04\x3d\xc0\ \x59\x2b\x00\x51\x82\x24\x09\x02\xec\x8b\xf6\x9d\x3c\xaf\x8e\xb7\ \x15\x25\x8a\xce\x01\xc5\xf4\x67\x79\x80\x98\x8d\x7a\xc0\x3e\xe5\ \xc9\xaf\x9d\x46\x2c\xa8\x37\x76\xc3\xb2\x9e\xb9\x43\x46\x2c\x12\ \x24\xe4\x37\x9a\x26\x2f\x7f\xcd\x9b\xfc\xe6\xc8\x2e\x83\xce\x04\ \xb9\x8c\x06\x08\x4d\xd9\xba\xbb\x01\x8f\xee\xdf\xff\xe8\x6b\x13\ \x63\xfc\xfe\xe4\xae\xfa\x93\xb6\x3c\x2e\xdd\x74\xcb\x9a\x05\x7d\ \x9b\x1e\x8b\xb8\xf5\xa2\xa5\x4a\x05\x88\x06\xad\xa0\x74\x55\x7e\ \xf7\xb0\x68\x06\xd0\x6b\xf5\x26\x30\x32\x59\xfe\xe1\xa5\xa2\x59\ \x6b\x86\x9d\x8c\x80\x61\x01\xa3\x99\x27\x80\xc0\x8b\xa0\x98\xfc\ \xb3\xbc\x21\x01\x00\x4b\xb3\x10\x8d\x39\x79\xc8\x1f\xe8\xe7\x1f\ \x7a\x2a\x82\x72\xea\x30\x72\x6e\xfb\xd2\x76\x34\x91\x54\x9e\x95\ \x45\xe3\x45\x52\xd0\x73\x00\x28\x87\x6f\xbd\xe6\xdf\xe4\xe8\xaa\ \xa5\x73\x9b\x1d\x3b\xb2\xef\xd9\x8b\x81\x81\x8e\x16\x1e\xfc\x9b\ \x20\xf0\xf0\xf4\x2e\xe2\xe7\x47\x20\x11\x51\x22\x92\x24\x11\x89\ \x88\xa2\x48\x24\x51\x14\xc3\xff\x35\x6f\xf9\xef\x3c\x96\x0c\x80\ \x4b\xef\x51\xd3\x06\xf5\xe9\xd1\xb0\x72\x71\x1a\x80\x44\x04\x1e\ \x82\x20\x49\x00\xec\x03\x3a\xb5\xae\x9b\xf5\xf6\xc0\xc0\x51\xd3\ \x87\xce\x5c\x9c\x40\xb9\x74\xeb\x12\x48\x19\x4d\x00\xee\x9f\xda\ \x3c\x6b\x44\xef\x03\xaf\xb3\xea\x34\xed\x5c\xc2\x4d\xc1\x3a\x28\ \xf9\x8f\x27\xb7\x5e\x8f\xe8\xd0\xbb\x09\x95\x1b\x72\xf5\xc6\xed\ \xd0\xd0\xf7\xf7\x9f\xbf\x57\x16\x75\xe6\x04\x13\xc0\x4b\x84\x48\ \xa2\x00\xf0\x12\x81\x24\x09\x00\x38\x85\xf0\xee\xf4\xc1\x73\x6f\ \xd5\x65\x6a\xd5\xb3\x07\xff\x26\x2c\xfa\x8b\xaf\x8f\x7b\x8d\x9e\ \x2d\x9c\xb3\xe3\x73\x33\x6a\x4d\x5c\xd5\xc1\xcb\x3e\x27\x3e\xa3\ \x52\xaf\xae\xee\x00\x2f\x8a\xf9\xa2\x88\x28\xf2\x80\x48\x08\x21\ \x92\x00\x08\x82\x04\x5b\x17\x5b\x1a\xd7\x8e\x6c\x79\x66\xf2\x68\ \xde\xdc\x2d\xe5\xcd\x8d\x2b\x4f\xde\x7f\x7c\xfd\xe8\x59\x1a\x5c\ \x6c\xd8\x2f\x0c\xcb\x03\x42\x61\x44\x00\x49\xe4\xc1\x0b\x04\x90\ \x04\x1e\x82\x48\x08\x24\x41\x00\x04\x89\x08\x5a\x8d\x0e\x32\xd6\ \x6c\xd0\x69\xf5\x46\x98\xcd\x04\x50\xb9\xda\x43\xf3\x70\xdb\xee\ \xfb\x1a\x30\x80\x20\x97\x91\x4f\x17\x57\x2e\x38\xf3\xc9\xd3\x3f\ \x20\xee\xce\xee\x2d\x87\xae\xc6\xaa\x25\x86\x40\x10\x25\x80\x08\ \xfc\x97\x0f\x3c\x6f\xd6\x13\x55\xa9\x59\xb3\x47\x39\x46\x9e\xac\ \xe6\xe7\x33\x6e\xf7\x23\xd8\x2a\xa9\x2f\x0f\x8b\x7c\x49\x9c\xaf\ \x92\x00\x5e\x20\x34\x63\x65\xe3\x02\x84\xae\xdd\x78\xc1\xa3\x7d\ \x77\x4f\x5a\x73\xfd\xfa\xb5\xe0\xd0\xb0\xc7\xf7\x1e\x64\x5b\xf9\ \xd9\xb2\xa2\xb9\x20\x8b\x24\xf0\x66\x5e\x94\x04\xb3\xd1\x68\x00\ \xc7\x10\x4d\x76\x9e\xd1\x24\x9a\x79\x91\x7c\x15\x2b\xf2\x3c\x78\ \x51\x22\x44\xe2\x79\x98\x4d\x06\x47\x9f\x86\xed\x2b\x58\x47\xdf\ \xb9\x79\x3b\x28\xe4\xdd\x8b\x47\xd1\x69\x46\x6b\x3a\x71\xc7\x9a\ \xbd\xb9\xb6\xfe\xd5\xab\x05\x98\x3e\xbf\x0e\xcf\x16\x0b\x59\x52\ \x2b\x01\x94\x68\xca\xcb\xd3\x99\x89\x39\x5f\x08\x01\x44\x42\x20\ \x0a\x02\x81\xde\x28\x95\x08\xac\xd3\xc4\x53\x76\x7e\xc9\x90\x29\ \x0b\x17\xde\xf8\x94\x07\x41\xfc\x42\xb2\x7e\x8d\xc7\x4e\x68\x5a\ \xe2\xd4\xec\x0e\xee\xc5\xda\xbc\xca\x00\xc7\x10\x37\x8f\x72\x1d\ \x6a\x3b\x26\x3f\xbd\x72\xed\x79\x48\x48\xd0\xa3\xf7\xb9\x66\x27\ \x07\x3b\x91\x37\xf3\x82\x08\x40\x14\x78\xc0\x60\x56\x16\xe9\xd0\ \xac\x09\x72\xa2\x6e\x5e\xba\x13\x16\x16\x7c\xe7\xce\x47\x37\x7f\ \x3b\x08\xf9\x3d\x87\x00\xe0\x0d\x1a\x13\x40\x13\x5e\x93\xa7\x35\ \x99\x88\xc9\x2c\xd8\xb9\x06\xf8\x00\x17\x36\x2e\x5f\xbc\x74\xc5\ \xc3\xa8\x04\x86\xa6\xf3\x1f\x2b\x91\x0a\x72\x11\x49\xe4\x01\xa3\ \xc8\xd5\xe9\x32\xb7\x6d\x49\xd5\xfc\xf6\x81\x45\x1b\xcd\xd6\xe6\ \x4f\xa0\x17\xfe\xa4\xde\xd8\xb1\xf3\x76\xb4\xb9\x42\xdd\x7a\x2c\ \xb4\x2f\xc2\xd2\xfd\x4b\x97\x74\xa6\xcc\x87\x17\x8d\x9e\xb5\xe1\ \x94\x06\x10\x44\x89\x48\x12\x05\xe9\xf9\xb9\xf5\xb3\x46\x0e\xdd\ \xfd\x40\x53\xb3\x5d\xcf\x12\x0a\xe8\x4d\x66\x5e\x10\x09\x01\x40\ \xd5\x6a\xd5\xdb\x8e\x8a\x9e\x3c\x74\xe8\xb4\x61\x03\xf6\xc6\xa0\ \x75\x97\x86\x9e\x3e\xf6\x0a\x25\x5e\x5f\xf8\xf5\x59\x02\xd5\xaa\ \x77\x43\x31\x6c\x7b\xf7\xa1\xb3\xd7\x1c\x78\x06\xf0\x3a\xca\xa1\ \x51\x93\x36\x4a\x92\x75\xfb\xfc\xe5\x0f\x9f\x3e\xde\xbf\xf9\x42\ \xe5\xee\xc2\xd0\x84\x27\x28\xd8\xc9\x22\x65\x1e\x5e\xbf\x23\x4a\ \x70\xac\x5e\xbb\x3a\xb4\x51\x21\x49\x96\x43\x22\xfe\x4b\x90\xa4\ \xfc\x3e\xf6\x1d\x44\x41\x10\x7f\xee\x2d\xff\xe7\xb6\xa7\xca\xc1\ \xcd\xd5\x55\x45\x09\x46\xa0\x70\xe6\x9d\x91\x39\x79\xb8\xba\x39\ \x59\xe5\x1b\x10\x03\x16\xed\x4b\x37\x4f\x58\x7d\x60\xa3\xe0\x5c\ \x6e\xce\x9e\x83\xc3\x2b\xdb\xf0\xe1\x95\xda\xd6\x2c\xf9\xe8\xca\ \xbe\x20\xd8\xb4\x1c\xb1\x7c\xed\xe2\xbe\x72\xd0\xbd\x67\xac\xb8\ \x1d\xb7\xea\xd1\xfd\x4f\x63\x96\x6e\xda\x9f\x25\x5b\xba\x7d\xdf\ \xcc\x8b\x82\x47\xd5\x8e\x9d\xa6\x42\x65\xe3\xec\xea\xea\xa1\x64\ \x29\xd6\xca\xde\xd5\xd5\xc3\x5a\x4e\xb1\xc4\xd6\xd5\xd5\xd5\x41\ \x4e\x65\x24\xbc\xfe\x65\xf6\x1e\x0d\xb8\xd2\xcd\x07\xac\x1e\xd9\ \xe5\x8b\xba\x94\x4d\x40\xe7\x01\x0d\x1f\x1f\xe1\x5a\x35\x2c\xa3\ \x4a\xaa\xb9\xe6\x31\x37\xa8\x75\x35\x00\x9c\xca\xc1\xd5\xd5\xd3\ \x4a\x46\x83\xb3\xf2\x70\x75\x75\xb0\x96\xb3\x32\x2b\x0f\x57\x57\ \x3b\xd6\x0c\xd7\x16\x2b\x67\xf7\x9c\xbe\xe5\x49\x88\xc6\x69\xf6\ \xae\x0b\xfa\x49\x53\xf7\x6f\x5c\x70\x4c\x52\xd4\x1d\x55\x5c\x18\ \x80\xfc\x85\x5b\x8a\x55\xba\xbb\xba\x3a\x5b\xe7\x8f\x82\x28\x6b\ \x07\x0f\x57\x0f\x27\x16\x94\xb5\xb3\xbb\xab\xde\x91\xa5\x20\xb7\ \x75\x70\x75\x75\x91\x71\xae\xc3\xd7\xfe\xf2\x64\xf8\xec\xe9\x03\ \x7a\xb1\x2a\x87\x6a\xcd\x7b\x7a\x5b\xc1\x77\xf4\xb2\xd6\x4f\x27\ \xbd\x7c\xf4\xbe\x6f\x4b\x27\x57\x57\x4f\x5b\xd6\x14\xfe\xf1\xb5\ \xad\x8b\x8b\x31\xec\xec\x84\x11\xc7\x48\xd1\x96\x7e\x47\x96\x78\ \xf9\xba\x66\xd8\xab\x40\xcb\x5c\x3c\x5c\x39\x07\x2b\x80\xb2\x73\ \xf6\xf4\x34\xdb\xf3\x04\xb5\x46\xfd\xfa\xa4\xce\xa0\x94\xec\x9c\ \x93\xab\x27\x6d\xba\x97\xc7\x28\x0b\x17\x97\x59\x99\xb3\x87\xab\ \xe8\x50\x60\x1d\x5b\x39\xb8\xb8\x7a\xa8\x08\x4d\xd5\xee\x31\xb7\ \xfb\xf9\xf8\x0f\xf7\xee\xd8\x4e\xd9\x70\xe1\x60\xfa\xa4\xc5\x5b\ \x17\xcd\xbc\xaa\x74\x2f\xbf\xaa\xdd\x4c\x38\x29\x5c\x3c\x5c\x65\ \xf6\x4a\x80\x72\x70\xf5\x70\xb5\x53\xb9\x94\xaa\xb6\x6a\xf3\xd8\ \xb1\x8b\xf6\xf4\xea\xc5\xdb\xb9\x16\x6b\x53\xbd\x82\x15\x47\x3b\ \xba\xbb\x6a\x1d\x54\x00\xeb\xec\xe1\xea\x6e\x6f\x05\x8a\x75\x72\ \x75\x75\xb5\x53\xd1\xac\xdb\xf2\xe3\xa7\x30\x7d\xde\x81\x35\xf3\ \x05\xca\xa6\xdb\x8c\xf2\x03\xcc\xae\xcf\xaf\xec\x39\xb9\x3a\x53\ \x66\xef\x3b\x64\xc9\xf6\x9e\xc5\x0a\xd6\x88\xcb\xb6\x9f\xbb\xb0\ \x7f\xf2\x2f\x6b\xc6\x9d\x26\x32\x8f\x32\x0d\xab\x96\x71\x67\x88\ \xca\xd5\xd5\xd5\x4e\xce\x80\x51\xba\xb9\xba\xda\xcb\x29\x85\x6b\ \xb9\xad\xa7\xf7\x4f\x9d\xbe\x68\xeb\x8a\x15\x9c\x9d\x6f\xd3\x76\ \xb5\x1d\x0b\x57\x8f\x19\xbb\x92\x6b\xcf\xde\xeb\x13\xf2\x59\x97\ \xfa\x68\xc8\xa0\x59\xbc\x41\x60\x95\xce\x33\x0f\x9d\xd1\x4d\x9d\ \x7d\x70\xdd\x7c\x33\x51\x36\x9b\x51\x66\x2a\x29\xef\xe0\xe2\xe9\ \x69\x70\xa0\x01\xa5\x9d\xab\xab\xab\x24\x99\x98\xfa\xa3\x56\xed\ \xcb\xa1\x97\x6d\xd9\x37\xe3\x8a\xe0\x56\xb6\x63\x2f\x03\x94\xb6\ \x4e\xae\xae\xee\xf9\xee\x0b\x5e\x0d\x26\xfd\x3a\x3a\x72\xf9\xfe\ \x79\xbd\x78\xda\xc5\xaf\x6a\xad\x0a\x1e\xd6\x5e\x01\xeb\x96\xf4\ \x9b\xbc\xf6\xec\xb2\xb7\x0f\x65\x35\x5b\xfa\x3a\xb9\xb9\x7a\x4a\ \x72\x0a\x9c\x95\x53\x7e\xc7\xa3\x64\x36\x9e\xae\xae\x4a\x86\xd8\ \x17\xad\x7f\xe4\xde\xb3\x0f\x31\xe9\x59\xc1\xfb\xba\x8e\xd9\xcb\ \x52\x5f\x96\xf8\x85\xa4\xc8\x27\x2b\x36\x5f\x36\xd2\xf2\x2a\x1d\ \xc7\x2c\xe8\x58\xcd\xcd\xab\xd2\x2f\x8b\x1e\xcf\xd9\x70\xea\x97\ \x20\xca\xb7\x4c\x8d\xba\x45\x5c\xac\x1c\xcb\xb7\xac\x55\xf2\xe6\ \xdd\x5d\xef\x45\xdb\x96\x23\x97\xaf\x59\xd1\x93\x46\x8e\x8d\xab\ \xa7\xa7\x93\x5d\x3e\x0b\x07\x34\x1b\x7f\x72\x8b\x7a\xda\xd2\xad\ \x9b\x1f\xdb\x76\x9d\xb0\x71\xdd\xc8\x86\x4a\x1b\xdd\xcc\x39\x7d\ \x27\xae\x7d\xfa\x26\xd2\x30\x62\xc6\xe1\x75\x9a\x71\x6b\xf7\xaf\ \x7f\x2c\x29\x4a\x54\x6e\x55\xc2\xc9\xbe\x44\xc5\xb1\xa7\x36\x67\ \xcd\x5b\xb5\x67\xee\xb4\xe3\xd6\xde\xb5\x6b\x8d\x9a\x55\x59\x66\ \xed\xe1\xea\xea\x60\xab\xcc\x37\x9a\x43\x9e\x9e\xdd\x74\xe7\x13\ \x23\x77\x6a\x3f\x6a\xc3\x84\x3a\x9e\x16\x06\xfc\x37\x83\xca\xce\ \x48\xf9\xed\x25\x8a\x8a\x8e\x89\xad\x50\xb9\x3a\xc3\xd0\xf9\xfe\ \x22\x12\x01\x4d\x33\xdf\x0c\x62\x88\x24\x4a\x84\xa2\x99\x6f\x46\ \x62\xa2\x28\x82\xfe\x76\xc0\x99\xbf\xd7\x93\x62\xbe\x9d\xc0\x93\ \x24\x89\x2a\x18\x97\x14\x88\x65\xf2\x0f\xe8\x95\x24\x89\xd0\x0c\ \x83\xfc\x0f\x34\x43\x21\xbf\x04\x9a\xa6\x28\x49\x14\x09\xc0\x30\ \xcc\xef\xb5\x17\x45\xe4\x5f\x16\x45\x92\x5f\x36\xf9\x2a\x81\x88\ \x92\x44\xd1\x34\x0d\x14\x7c\xa0\x28\x00\x92\x28\x7d\x99\x53\x14\ \x45\xf1\xb7\x1a\x82\x88\xe2\x37\x89\x25\x91\x10\x8a\x61\xe8\x2f\ \x1f\x88\x24\x49\xe4\x4b\xd5\xf3\x55\xfb\x56\x37\x49\x22\x34\x0d\ \x49\x94\x08\x4d\xd3\x84\x48\xdf\xd8\xfb\x14\x4d\x53\x44\xca\x6f\ \x37\x88\xa2\x44\x51\x34\x4d\x53\xf9\x92\x69\x86\x7e\xb8\x69\xea\ \xf1\x64\xc7\xd2\x36\xd9\xbb\xd7\xaf\x8d\xf4\xe8\x13\xfc\xf2\x70\ \x80\xe2\x07\xad\xfd\x1b\x05\x7e\xd3\xa0\x5f\x53\x15\x7e\x91\x44\ \x91\x7c\xa9\x63\x81\xbe\xf9\x5f\xbf\x4f\xf3\xf5\x03\x45\x17\x48\ \xfc\x4d\xfb\x10\x51\x94\xf0\xfd\x43\xff\xa6\x19\x0b\xee\xe4\xb7\ \x3f\x45\x33\x34\x45\xbe\xd4\xf1\x67\xfd\x41\x50\x87\x2d\x99\xb6\ \x86\x2d\x57\xc9\xf0\xf6\xdc\x8a\x83\xf7\x7a\xaf\xbc\x7d\x78\x46\ \x93\xdf\x15\x5d\x50\x63\x86\xa1\x0b\xbb\x62\x41\xf8\xc4\xef\xba\ \x90\x24\x49\x84\x7c\xdb\x4b\xbf\xab\xeb\xd7\x2b\x14\xcd\xd0\xc8\ \x4f\xfc\xa5\xbf\x31\x0c\x55\xd0\x18\x74\xfa\xbb\xab\xcb\x37\x5d\ \xf3\xad\x54\xfc\xd3\xf9\x4d\x7b\xee\x65\x6f\xb8\xfe\x76\x62\xf3\ \x22\x5f\xfb\xef\xef\xba\x62\xfe\x95\x6f\x5a\xe5\x37\xd5\xcc\x97\ \x4b\x31\xdf\x7a\xbd\x48\xa2\x48\xbe\x6b\x07\x49\x94\xa8\x82\x1e\ \x57\x28\xf0\xfb\xdb\x5f\x1f\x21\x21\xa2\xf4\x27\xad\x6a\xc1\xdf\ \x40\x9e\x46\x93\x99\x91\xee\x57\xac\xb8\x20\x98\xa5\x6f\x46\xee\ \x12\x91\x44\x51\x8c\x8a\x8c\x2c\x51\xbc\xd8\xef\x83\xd4\xfd\xb9\ \xed\x49\xd1\xbf\xe7\xad\x1f\x5c\xfb\x1d\xbb\x51\x3f\xe0\xbb\x6f\ \x5c\xa7\xbe\x15\x41\x7d\xf9\xf2\xf5\xea\xd7\xdb\xf4\x8f\x78\xb3\ \xb0\xd0\x2f\x1f\xa8\xdf\x8a\xfa\x46\x81\x6f\x35\xf9\x76\x39\xe6\ \x47\x8c\xfc\x9d\xda\x34\xcd\xfc\xe6\x03\xf5\xe5\xd3\x8f\x55\xcb\ \xef\xd5\x05\xd7\x29\x8a\xf9\xbd\xf4\xdf\x14\x5d\x28\x8f\xe8\x72\ \xd2\x2e\x6e\xdb\x76\x80\xa7\xfd\x6b\xf6\x3d\xb4\x72\x55\x80\xe2\ \xc7\xad\xfd\x1b\x05\x7e\xdc\xa0\x3f\x6c\xc7\xdf\x7e\xf9\x41\x9a\ \xdf\xd4\xe7\xfb\xf6\xa1\x98\x9f\x3c\x88\x6f\xaf\xff\xb0\xfd\x7f\ \x9e\xdd\x18\xff\xe9\xf1\xa9\x63\xc7\x29\xa5\x6b\xcf\xa9\x9b\x56\ \x8c\x69\x4c\xfd\x40\x26\xf5\x4d\xe3\x7f\x2f\x91\xfe\x51\xa2\x3f\ \x78\x36\x5f\xbb\xd4\xef\x24\x16\x7e\x10\x25\x5d\xc8\xc3\xd3\x7b\ \x8e\x6b\x14\x6e\xa5\xa6\x6c\xde\x34\xb8\x71\x91\xbf\x2a\xf3\xc7\ \xd5\xfc\xd1\xdb\xf3\xbb\x4b\xdf\xf6\xc9\x3f\x49\x4f\x51\x7f\xf1\ \xa1\x58\xf0\x8f\xb0\x3d\x2d\xb0\xc0\x02\x0b\x2c\xb6\xe7\xef\x6d\ \x4f\x0b\x3f\x5a\x60\x81\x05\x16\xfc\x1d\x58\xd8\xd3\x02\x0b\x2c\ \xb0\xc0\xc2\x9e\x16\x58\x60\x81\x05\x16\xf6\xb4\xc0\x02\x0b\x2c\ \xb0\xb0\xa7\x05\x16\x58\x60\x81\x85\x3d\x2d\xb0\xc0\x02\x0b\x2c\ \xb0\xb0\xa7\x05\x16\x58\x60\x81\x85\x3d\x2d\xb0\xc0\x02\x0b\xfe\ \xff\x61\xcf\xbc\xb4\xe8\xf0\x53\xb3\x0c\x39\xa9\x96\xa6\xb4\xc0\ \x02\x0b\x2c\xec\xf9\x57\x21\x4a\x24\xe9\xca\x12\xed\xb5\x95\x49\ \x37\xd7\xfd\xf1\x49\x67\x44\x92\x0a\x43\xeb\x48\xa2\x28\x65\xbe\ \xbe\xb2\xfb\xd4\xe3\x3f\x39\xcf\xcc\x98\x78\x64\xfd\x9c\x69\x8b\ \x76\xbf\x78\x7a\xe3\xe0\xa5\x67\xe9\xe1\xcf\x36\xee\x3c\x9b\x2d\ \xfe\x6f\x37\x18\x81\x24\x42\x14\x7f\x7b\xf1\x0f\x73\x14\x40\x92\ \x20\x8a\x90\xfe\x5a\x46\x49\xfa\xa3\x5b\x5f\xb7\xcf\x93\xbf\xae\ \x08\x40\x20\x7d\x93\x51\x10\x20\x11\x64\xbc\xc6\xc6\xbd\xf8\x2b\ \x07\xd5\xe9\x92\xb0\x63\x2f\xd2\xfe\x19\xc7\xd0\x11\x6d\xe2\xe1\ \x55\xd3\xa7\xcd\xfb\xf5\x43\xda\x77\x0f\xe3\xd3\xdd\x63\xdb\xaf\ \xbc\xe3\xd3\xdf\x6e\xdc\x78\x3c\xd3\xfc\xef\xec\x17\x3f\x45\xca\ \x8b\x73\x7b\xcf\xbc\xf9\xf2\x35\xea\xe1\xd1\x69\x53\xa7\xed\xb8\ \x10\xfc\x2f\xc9\x7f\x7b\xf9\xd0\xf1\xa7\x51\x16\xc2\xfa\x1f\xa4\ \x42\x9a\x06\xc0\x14\x82\x66\x18\xba\x10\xff\x23\xec\x99\xfe\xe6\ \xbc\x31\xe4\x34\x67\x4d\xe7\xbd\xda\xaf\x8e\x78\xf6\x07\x29\xef\ \x6d\x9d\xd7\xb3\x5b\xc7\x3a\xd5\xaa\x36\x68\xd5\x69\xf0\x94\x65\ \x37\xef\xdd\xbb\xfa\x28\xe2\x0f\xf7\xd8\x93\xdb\x9b\x16\x9f\x88\ \xb2\xed\xd5\xb3\x85\xbb\x8d\x4a\xa5\x52\xea\xe3\xdf\x5f\xbd\xf9\ \x42\xff\x3f\xd3\x70\x91\x8f\x30\xa0\x13\x5a\x34\xc6\x92\x63\x90\ \x80\x9c\x50\x0c\xeb\x84\xe6\x6d\xb1\xff\x21\x00\x08\x5a\xdc\xda\ \x86\xf6\xa3\x10\x0f\x20\x01\x93\x87\xa1\x4f\x5f\xb4\x6b\x8c\xb6\ \xb3\x60\x92\x70\x61\x1d\x9a\xb7\x42\xdf\x19\xf8\x72\x54\xe4\xc7\ \x53\x68\xd4\x19\x61\x02\x92\x9f\x61\x60\x27\xb4\x6c\x8c\x25\xc7\ \x21\x00\x5b\x16\xa0\x77\x6f\xf4\xec\x88\x4a\xad\xf0\x31\x0b\x8f\ \x0f\xa2\x63\x5b\x34\x6e\x83\xb3\xef\xbe\xfd\x45\xc2\xfd\x63\x18\ \xd8\x03\xeb\x4e\x82\x00\x9a\x54\xac\x9b\x80\xc9\x1b\x0b\x5e\x4e\ \x6d\x22\x36\xcc\x40\xcf\xe1\x78\x11\x0f\x62\xc0\xce\xd9\x68\xd1\ \x1a\xa3\x57\x42\x47\xc0\xa7\x63\x56\x7f\xb4\x6e\x86\x95\x27\x21\ \x00\xa2\xae\x40\xe7\x38\x11\x00\x88\x11\x67\xb7\xa0\x57\x2f\x1c\ \xbc\x0d\x00\x47\x16\xa1\x59\x3b\xf4\xef\x8f\xfd\xc1\x30\x7c\xc6\ \x95\x07\x7f\xa9\x95\x28\x1a\x2a\x05\xe8\xff\x8d\xc9\x9e\xbc\x0f\ \x57\xc7\xcf\xd8\x90\xf3\xcd\x2f\xc8\xf5\x3d\x8b\xce\x44\x3b\x76\ \xe9\xda\xca\xdb\xe9\xbb\x8d\xde\xb1\x6f\x1f\xde\x7e\x17\xcf\x67\ \x47\x5c\xbe\xf6\x58\xff\x6f\xd9\x02\xfe\xe1\xf2\xaa\x59\x1b\xae\ \xfc\xc1\x91\x42\xba\x0f\xb7\x4f\xdf\xfa\x98\xff\xd9\x9c\xf2\x70\ \xde\xf2\xa3\xfe\xcd\xba\x36\xa9\xf0\xaf\x85\x44\x7a\x7b\xeb\xdc\ \xdd\xc8\xdc\x9f\xdd\xbd\xbd\x61\xda\xb2\x8b\x31\x16\x06\xfc\xaf\ \x40\x9b\x97\x97\x93\xad\x56\x67\xa9\xb3\xd5\xea\x9c\x6c\x75\x4e\ \x76\x76\x6e\x3e\x72\x72\x7e\x18\xdc\x13\x7f\x29\x3a\xf2\xcf\xfa\ \x44\x4e\x46\xc6\xf5\xc5\x94\xa0\x03\xa7\xa4\x0d\x99\x69\xd7\x16\ \xd9\x16\x39\x27\x93\xff\x38\xc2\x75\xfd\xe1\xf3\xeb\x0c\x4e\x9e\ \xd8\x75\x80\xfb\x94\xcd\xf3\x1a\x7b\xc7\x1c\x5f\xb2\xf1\xf8\x91\ \xf1\x93\xde\xfb\x55\xed\x38\xaa\x4f\x43\x05\xf8\xa0\xf3\xbb\x8e\ \xde\x8f\x28\xd9\xa4\xff\xf0\x76\x95\xf3\x0f\x31\x8b\x88\x4e\x4e\ \x49\x93\xce\x5d\x78\xd0\xb9\x91\x2f\x4d\x4b\x34\x23\x57\x2a\xe4\ \x1c\x03\x21\xed\xdd\xa6\x2d\x07\xe3\xe0\x3b\x74\xfc\x84\x40\xfb\ \x8c\xe3\x9b\xb6\x05\xc5\xe7\x28\xbc\xab\x8d\x1d\xd3\xdb\x53\x91\ \x79\x62\xd3\xa6\xe7\xd1\xb9\x15\x5a\x0e\x1b\xd8\xb2\x6c\xf8\xcd\ \x43\x7b\xae\xbf\x11\x95\xee\x55\xca\x79\x47\xbd\x7c\x69\xf6\xae\ \x3d\x71\x4c\x77\x67\x19\x3e\xde\xdc\xbf\xe7\xea\x3b\x9f\x1a\x9d\ \x46\xf5\x6a\x90\x1f\x8b\x83\xb6\xc5\x98\x15\xf0\x48\x40\xdb\x99\ \x18\xd0\x01\x87\x16\xc3\xb6\x0b\xb6\x7a\x60\xe8\x72\xd4\xab\x06\ \xf3\x53\xec\x39\x83\x28\x25\x0c\x02\xe0\x8b\x35\x3b\xc0\x51\x98\ \xd3\x07\xca\xba\xc8\x0d\xc2\x86\x5b\xd8\xbc\x03\xe7\xa7\x63\xe5\ \x09\xfc\x3a\x00\x39\xe1\x58\xbe\x0b\x49\x1a\x68\x4d\xb0\xb6\xc1\ \xe8\xe5\xf0\x4c\x46\xdb\xa9\xe8\xdc\x1a\x63\x17\x62\x0c\x83\x2b\ \xcb\xb1\x3b\x13\xbe\x36\x10\x8a\x61\xcd\x1e\x7c\xda\x8a\x65\xeb\ \xd1\xfe\x60\xc1\x93\x78\x76\x00\xbf\x3e\xc2\xcc\xe5\xa8\x51\x0c\ \x10\x71\xe3\x24\xce\x3d\x87\x97\x0d\x00\x90\x3c\x2c\x9b\x09\xae\ \x39\xb6\xf7\x82\x23\x87\xd7\x87\x70\x3c\x16\xbb\x77\x60\xdd\x70\ \xec\xaa\x0f\xff\xcb\x88\xf4\xc7\x8e\x59\x18\x35\x12\xb5\xeb\xc2\ \x2d\x0c\x7b\xce\x20\x5a\x89\xfc\x38\xba\xa7\x57\xe3\x9c\x0e\xf3\ \x37\xa2\xb4\x2b\x00\x84\x45\xa1\xcf\x1c\x0c\xac\x05\x00\x91\x51\ \x50\x29\x40\x03\xda\x38\x6c\xd9\x86\x54\x33\xca\x36\xc7\xd0\x96\ \x50\x87\x62\xd3\x5e\x98\xdc\x31\x76\x1c\x3c\xe5\x00\x40\x33\xe0\ \xe4\x60\x05\xdc\x3d\x8c\xcb\x21\xe0\x1c\x30\x68\x0c\x4a\x39\x81\ \xcf\xc4\x8e\xcd\x88\xd6\xa0\x68\x6d\x0c\xeb\x02\x15\x85\x98\x17\ \x17\x1e\xa4\x7b\x0e\x6a\x57\xed\xc1\xe9\x83\x52\xc5\x0e\x8d\x7c\ \x34\x87\x8f\x3d\xab\xd1\xb2\xe2\xad\x6d\xdb\x22\x72\x6d\x5a\x0d\ \x1e\xd7\xa2\xbc\xd3\xcb\xf3\x3b\x4e\x3c\x8a\xf4\xae\xde\x61\x54\ \x8f\x06\x72\x00\x82\xe6\xe6\x81\x2d\xd7\x3f\xa4\x53\x76\x01\xc3\ \xc7\x0f\x2b\xe9\xc8\x7e\x7e\x7a\x6a\xeb\xc9\x27\xca\x62\xb5\xc7\ \x8d\xed\x6e\x45\x8c\xc1\xe7\xf7\x4e\xd4\x27\xb4\xea\x34\xb8\x47\ \xe3\x40\x40\x4a\x89\x0d\x4f\x4d\xa1\xae\x3d\x0d\x32\x65\x45\x64\ \x98\xfc\xba\xb6\x2a\xfb\xea\xda\x61\x8d\x77\x23\xa5\xad\xad\x52\ \x62\x29\x5a\x66\xe3\xe0\xa0\x09\xbe\xbf\x2b\x84\x1f\x34\xa0\x59\ \x5e\xd4\x83\xb3\x41\x86\x5e\xbd\x5b\xaa\x00\xc0\x70\xf7\xd0\xa6\ \x8b\x6f\x52\x14\x4e\xa5\x87\x8d\x1b\x5a\xcc\x4e\x73\x61\xfb\x96\ \x7b\x9f\x34\x0d\xfb\x8c\xef\x58\xcd\xeb\xcd\xb9\x6d\x47\x1e\x45\ \x88\xac\x6b\xf7\x91\xa3\x6a\xfb\xdb\x0b\xe9\xef\xb7\x6e\x3d\x10\ \x23\x78\x0d\x9e\x30\xb1\xbc\x73\xce\xb9\x6d\x5b\x1f\x45\x66\x55\ \x69\x3f\xba\x16\xfd\x72\xd3\xf9\x97\xd6\x45\xaa\x8d\x9f\xd0\x9b\ \x36\x26\x9e\xd8\x77\xc3\x98\xf2\xaa\xd3\xd8\x79\x55\xf9\x07\xab\ \xb7\x5e\x30\x79\x54\x19\x33\xb6\x9f\xb7\x02\x21\x37\xf7\xed\xbd\ \x1a\x92\xfd\xe9\x15\x5b\xb6\x69\xfe\x8b\x60\xca\x8e\x8e\x4a\x48\ \x71\x79\x78\xc1\xde\x7a\x52\x71\xfb\xd0\x5f\x37\xec\x8a\x35\xba\ \x75\x1f\x39\xae\xb6\x9f\xd5\x87\xdb\xfb\xf7\x5d\x0d\xb6\x2a\x51\ \x6f\xfc\x88\xce\xce\x34\xb2\xc2\x6e\x6d\xde\x7f\x2d\xc7\xc4\x94\ \x6f\x3d\x60\x50\xf3\x40\x3b\x7b\xab\x57\x87\x57\x4d\x7a\x5b\xa4\ \x5a\xc7\x61\xbd\x1b\x06\x40\x50\x5f\xdc\xb5\xf1\x6e\xb8\xa6\x5a\ \xa7\x51\x7d\x1a\x94\x30\xa4\x44\x1d\xb9\x30\x33\xf3\x61\xf5\x89\ \xcb\xa6\x30\xef\xce\x6f\x3e\xf6\x40\x5e\xb4\xd6\x98\xb1\x3d\x5c\ \x59\x0b\x2b\xfe\x35\xcb\x80\x42\x5a\x6a\xb2\x28\x98\xbf\xa3\x49\ \x0a\x14\x28\xb3\xd9\x2c\xfe\x24\xb6\xfc\xdf\x34\x24\x24\x42\x52\ \x6e\xad\x95\x52\xdf\x51\x9c\x12\x00\xc5\x29\xf8\xe8\xdb\xa9\x4f\ \xf6\xfd\x6c\xfc\xc2\xca\xe4\x72\x95\xad\xb5\x95\x95\xb5\xad\x2d\ \x4d\x51\x34\x11\x14\xce\xc5\x9b\x35\xab\x15\xb4\x67\xe1\xce\xfb\ \x19\x71\x77\x7e\x5d\x72\x2c\xa6\x5d\xa7\xa6\xcf\xb6\xcd\x3f\x12\ \x94\x52\x30\x12\xa2\x65\x01\x55\x1b\x74\x68\x51\x83\x0f\xbf\xb3\ \xe3\xfc\x63\x03\xad\x60\x58\xb9\xcc\x94\xb2\x78\xda\xc2\x6c\xff\ \xe6\xf5\xec\xc3\x17\x2e\xdc\x96\x94\x12\xb6\xf7\xe4\xa3\x32\xcd\ \x5b\x48\x2f\x76\xce\xdd\x79\x9b\xc0\xb6\x7c\xc3\x2e\xbd\xdb\x94\ \x3d\xbe\x7a\xce\xdd\x34\xc3\xa3\x83\xbb\x93\x1c\x6a\x55\xb3\xfe\ \x34\x77\xd5\x09\xbf\x86\x8d\x32\x6e\xfc\xb2\xfa\x4a\x54\x4e\xd0\ \xde\x59\xdb\x9e\x37\xe9\xdc\x2e\xf6\xcc\xea\xcd\x97\x22\xf3\xd5\ \x2b\x56\x01\xd5\x4b\x21\x37\x1d\xbe\x95\x61\x67\xc6\xfb\x1c\x74\ \x68\x83\xe2\x75\x50\xdc\x8c\x37\x91\xf0\xab\x8b\x8d\xeb\x51\xca\ \x0a\xf9\x71\xea\x39\x0e\xd1\x97\xf1\x9a\xc3\xd4\x36\xf8\x18\x04\ \xf7\xaa\x08\x2c\x82\x0e\x0d\x10\xf5\x14\x00\xf6\x6e\x41\x9d\x91\ \x68\x52\x1c\x46\x01\x3e\x81\xa8\x5e\x1a\xb9\x19\xf0\x2e\x0f\x67\ \x25\x28\x06\x24\x11\x07\x1e\x60\xfc\x54\xd8\xc8\x50\xa1\x0e\x4a\ \xb8\x23\x2d\x0f\x15\xab\x14\x3e\x06\x11\x7b\xf6\x21\x25\x13\x1b\ \xa6\x62\xfd\x79\xf0\x34\x5a\x0d\xc1\xf2\x51\x50\x12\x50\x40\xf2\ \x03\x9c\x7d\x86\x98\x07\x18\x35\x06\x91\xd9\x08\x0f\x47\x60\x43\ \xf8\xfb\xa2\x5d\x35\x7c\xb8\x83\x27\x71\x68\xd4\x01\xbe\xa5\x51\ \xdd\x1b\xcf\xdf\xa0\x48\x6d\x6c\x5c\x8f\x92\x56\x90\x68\x40\x8d\ \x5d\xa7\x91\x19\x8f\xd9\x63\x70\xf4\x19\x00\xd8\xd8\xe0\xf2\x0e\ \x6c\x3d\x81\x3c\x09\x2c\x05\xd0\x10\x4d\x98\x39\x06\xa9\xde\xa8\ \xed\x84\x03\x87\x90\x99\x84\xe9\x73\xe1\xd1\x08\x9e\x49\x98\xbb\ \xb6\x60\x5c\xaf\x4f\xc1\xae\xfd\x48\x49\xc3\xe1\x3d\x70\xaa\x86\ \xa2\x06\x8c\x19\x07\xb5\x01\x2b\x27\xe0\x15\x83\xa6\x01\x38\xbe\ \x03\x71\x7a\x00\xa0\xb3\x22\xf6\xec\xbb\x90\xab\x4f\xdd\xb5\x6e\ \xec\xba\xcb\x09\x86\x88\xab\xfb\xcf\x3c\x93\xdb\xbb\x37\xe8\xd4\ \xbf\x75\xa0\x79\xcd\x92\xd5\xaf\x3e\xde\x9e\xbd\xec\x64\x99\x76\ \x03\x9a\x57\xf4\x2e\xe8\x95\x99\x91\x07\x76\x5f\x74\xad\xd9\xca\ \x2b\xf5\xd2\xcc\xf5\x57\x34\xe1\x17\xc7\xcf\xdb\xef\x5b\xa3\x21\ \xfb\xfe\xf0\xb4\xd5\xe7\x75\x8c\xd2\xbe\x68\x99\x56\x5d\x7a\xd5\ \x28\xed\x55\x30\x69\x44\xd9\x94\xaa\xd4\xb0\x7d\x83\x1a\xa6\xb7\ \x67\x0f\x5c\xfe\x00\xe0\xd5\xf5\x23\xf7\x3e\x24\x71\x72\x59\x7e\ \xff\x21\x84\xb5\x56\xe4\x9d\xda\xb5\xe9\x9d\x1e\xa1\x97\x76\x9d\ \x7f\x91\x91\x7f\xe3\xe9\xae\x99\x8b\x4e\x25\x34\x6e\x59\xeb\xd3\ \xd5\x7d\xcf\x63\x93\x6e\xfe\x3a\xef\x58\xa4\x5d\xe7\x16\xc5\xf7\ \x2f\x9e\xf5\x3c\x35\xe7\xc6\xbe\x03\xfa\xa2\x8d\xab\xd9\x44\xcc\ \x9c\xb3\x3d\x47\x9f\xba\x7c\xc6\xfc\x34\x9f\x26\x0d\x9c\xa3\x17\ \xcd\xdf\x92\x94\x12\xb6\xeb\xd0\x2d\x9f\xfa\xed\x2a\x15\x71\x70\ \x28\x5a\xa5\xff\x80\xee\x24\x68\xef\xca\xbd\xef\x18\xa5\xaa\x58\ \xe9\xea\x5d\x7b\x74\x2c\x2e\x3c\x99\x38\x6d\x93\x47\xc3\x4e\xde\ \xa9\x97\x97\x6e\xb9\x12\xf7\xee\xe4\xd4\x65\x67\x4a\x35\x68\x1e\ \xe0\xaa\xe4\x85\x2f\xc1\xad\x89\x83\x47\xb1\x66\x1d\x3a\x55\xf7\ \x49\x5f\x30\x6e\x52\x08\x1b\x58\xc3\x33\x6b\xc1\xe4\xd9\x51\x39\ \xd9\x97\x0f\xec\x51\xdb\x56\x6a\x56\xab\x74\xfe\x2f\x7a\xf0\xd5\ \xbd\x77\x62\xed\x5a\x35\x0c\x38\xbf\x74\xdc\xee\xe7\x31\x0c\x27\ \x73\x29\x56\xa5\x59\x2d\xcf\x3d\x8b\x66\x3c\x48\x37\x3f\xd8\x34\ \x75\xf3\x63\xa1\x61\xdd\x92\x27\x16\x4e\x3c\x1d\x9e\x2d\x53\x59\ \x05\x54\x6f\xda\xbb\x67\x2b\xe6\xc3\x99\xb1\xb3\x77\xb9\x57\x6f\ \xc8\x7d\x3c\x34\x69\xe1\x09\xb3\x85\x17\xff\x32\xec\xec\xec\x3c\ \xbc\xbc\x3c\x3c\x3d\xbf\xfe\x79\x78\xba\x7b\x78\xb8\x7b\x78\xd0\ \x34\xfd\x37\x63\xcb\xff\x10\x59\xe1\x4f\xb4\x2f\x76\xd0\x2c\xfb\ \xcd\xa8\x4e\xca\xbe\xb7\x36\x2f\x35\xfa\x0f\x29\x97\x10\x49\x02\ \x20\x8a\x92\x4b\xe9\x9a\xed\x5a\xf7\xe8\xdb\xd0\x23\xf2\x7d\x44\ \xf0\xdd\xeb\x9f\xd3\xd3\xee\xde\x78\x92\x9a\x1c\xfa\x28\xb2\x20\ \xe6\x93\x04\xba\x48\xf9\x9a\x55\x2b\x94\x70\xb0\x56\x59\x29\xe5\ \x14\x08\xa3\x50\x6a\x23\xdf\x3d\x7a\x19\x96\xf2\xf1\xf1\x8b\x88\ \xf4\x0f\x9f\x82\xa2\xb2\x24\x27\xdf\x92\xcd\x5a\xb5\x9c\xd2\xb3\ \x51\x46\x68\x04\xcf\xeb\x3f\xbf\xb9\x7d\xe6\x4e\x48\x56\x76\x52\ \x5c\x0e\xcf\x2a\xed\x2b\x36\x68\xdb\xb3\x7f\xaf\x4a\x45\xbc\xeb\ \xb7\xeb\x30\xb4\x79\x60\x7a\x6c\xf4\xab\x5b\xf7\x23\x92\x33\x9f\ \x5d\xbf\x9d\x98\x16\xf5\x3e\xe4\xe3\x17\xe5\xc2\x6f\x60\xfa\x31\ \x4c\x9f\x07\x3b\x0e\x3c\x01\x47\x03\x14\x58\x0a\x66\x33\x14\x2a\ \x28\x68\xf0\x12\x0a\x43\x38\xe2\xd8\x39\xd4\xeb\x01\x05\x60\xe4\ \x0b\xa2\xe4\xb1\x1c\x18\x16\x61\x97\xf1\x82\x41\xcf\x06\xd0\xe6\ \xc1\xcc\x03\x40\xc4\x4d\x4c\x3f\x84\x69\x0b\xe1\xc6\x01\xc0\xe3\ \xf3\xa0\x2a\xa1\x51\xe1\xa0\xed\xc2\x2a\x5c\xd0\x61\xfe\xf0\xc2\ \xc7\xa0\x46\x32\x83\x95\x87\xb1\x6b\x2e\x2e\xac\x43\x88\x1a\xd6\ \x56\xa0\x0a\xa7\x4a\x3f\xbf\x45\xf1\x96\x38\xbc\x07\x2d\x6d\xf0\ \xcb\x3e\x18\x59\xc8\xd8\x02\x36\x17\x8d\x30\x13\xe4\x1f\x1d\xcc\ \xb2\x30\xf3\x50\x28\x0b\x74\xa6\x29\x48\x71\x30\x7b\x60\xef\x31\ \xac\xee\x85\x2d\xab\x91\x22\x62\xf4\x22\x4c\xea\x85\x57\x3b\xb1\ \xf0\x38\x58\x05\x18\x0e\x59\xa1\x08\xa5\xb0\x6c\x2c\xda\x37\x84\ \xb7\x1d\xa2\x5e\xe3\xe5\x3b\x84\x3f\x43\x68\x32\x3e\xbd\x42\x7e\ \xd4\x72\x9a\x81\x8d\x35\x68\x01\x32\x57\x34\x6d\x8b\x51\x2b\xe0\ \xa2\xc6\xb5\xc7\x78\xa5\xc6\xc2\x79\x68\xd3\x0c\xbe\xd6\xc8\x67\ \x89\xa2\xb5\x1b\x05\x30\xf1\xb7\xae\x3d\xe6\x5c\x8a\x22\xee\xed\ \xbd\xfb\xef\xfd\x1a\x77\xf4\x35\xa7\xbf\xba\x77\xe9\xf6\xbb\x84\ \x94\xcc\x38\x83\x5d\x40\xab\xea\x8e\xd7\x8f\x9f\x4e\x30\xaa\x64\ \x05\xbf\x1c\x82\xcc\xc9\xaf\x41\xdb\xe6\x93\x47\xb7\xa7\x92\x42\ \xef\x5c\xbc\x41\x55\xea\x3f\xb6\x57\xc7\x59\x93\x06\xa6\x3e\xbb\ \x1d\x96\x66\x56\xb9\xfb\xd5\x6d\x58\xad\xa8\x87\x43\x01\x0b\x41\ \xe1\x57\xb6\x66\x95\x32\x25\x9c\xad\xe4\x2a\x2b\x15\x00\x85\x95\ \xb5\x52\xc6\x12\x42\xa8\x82\x63\xab\x8d\xb6\x65\x5a\x74\x2c\x4b\ \x5d\xb8\x1a\xf4\xe6\x93\xa1\x71\x97\x56\x2c\x00\x68\xae\x5f\x09\ \x69\x36\x7e\x45\xfb\x16\x6d\x2a\x97\xf6\x64\x73\x63\x6e\x3f\xba\ \x97\x91\x16\x7e\xfd\x61\x68\x72\xd4\xa7\x90\xb0\x4c\x99\xbd\x47\ \x8d\xa6\xed\xfa\x4c\x1c\xe0\x6e\x4c\x88\x78\xf5\xfc\x71\x50\x68\ \x6a\xe8\xd3\xe7\xe1\x69\x1f\x3f\xbd\x88\xcc\x10\xed\x7d\x4a\xb5\ \xe8\xd4\xb8\x8c\xbf\x73\x46\x42\xe8\xa5\x13\x17\xe2\xb2\x32\xd2\ \x12\x92\xf4\x22\xe3\x51\x34\xb0\x4e\x95\x0a\xd6\x31\x0f\x9f\x84\ \x24\x46\xbd\xb8\xf1\x21\x21\xfd\x5d\xe8\xab\xbb\x77\x6e\xba\x36\ \x1e\x3c\xa2\x53\xcb\xee\x4d\x2a\x5b\xd3\x05\xb3\xc5\xa2\x28\x59\ \x39\xf9\x36\xa8\x5e\xad\x98\xe1\xfd\x93\x44\xcf\x39\x73\x87\xf4\ \x9a\x30\xbb\x0a\x09\x7f\xfa\x2a\x9e\xb6\x76\xaf\xdb\xb4\x7d\xbd\ \x8a\xa5\xad\x69\x00\x10\x20\x2f\x5d\xb5\x49\xf3\x8e\xc3\x66\x75\ \x0a\xb8\x79\xe3\x99\x4e\x64\x03\x6a\x35\x69\xdd\x63\x52\x13\x57\ \xfe\x6d\xf0\xa7\x3b\x8f\x12\x3b\x4e\x5a\xd4\xb1\xeb\x88\x61\xb5\ \x6c\xae\xdc\x0d\x11\x29\xce\xbb\x6c\xcd\x6a\x55\xcb\x46\x3f\xbf\ \x6b\xaa\xd4\x63\x62\xef\x8e\xb3\xe7\x0c\x4e\x09\xba\x1c\xc1\x5b\ \x58\xf1\x2f\x5b\x84\x92\x24\xfe\x04\xff\x9d\xf3\x9e\x46\x6d\x6e\ \xda\xd5\x05\x94\x29\x17\x34\xf7\x8d\x79\xa9\x20\xd9\xb1\x29\x37\ \x96\x0b\xe2\xcf\x97\x15\xbe\xe1\x6f\x51\xe0\x01\x40\xc6\xd2\x20\ \x2a\x67\x17\x47\x8f\x92\x9d\xfb\x0c\xd8\x7a\xfa\xe6\xf2\x8e\x81\ \x5f\x52\x0b\x66\x13\x80\x2f\xab\x4d\x26\x9d\x51\x6e\x67\x6b\x65\ \xeb\x1c\x58\xb7\xdd\x90\xc9\xab\xae\x1d\x5c\x1b\xa8\xd0\x1b\x78\ \xc1\x08\x10\xc2\xda\xd8\xca\x1e\x1f\x58\xbd\xec\x62\x7a\xbf\xe1\ \x43\xaa\x78\x3b\x88\x82\x48\x51\x84\x37\x1b\xc1\x13\x56\x12\xf4\ \x12\x00\x1a\x84\xb1\x73\xb6\xb1\x73\xf3\x6f\xdb\xb3\xff\xea\x7d\ \x57\xd6\x8e\x6e\x5e\xc0\x5a\xef\xb0\x78\x27\x66\xed\x45\x3d\x5f\ \x40\x05\x2f\x0e\x2f\x42\xc1\x27\x22\x46\x84\x9f\x6f\xbe\xa9\xf3\ \x55\x77\x21\x1e\xef\x32\xd0\xb8\x3a\x00\x14\xf1\x47\xca\x27\xe8\ \x24\xbc\x7a\x0f\xcf\x72\xf8\x1c\x8b\xbc\x38\x4c\x18\x89\x47\x6f\ \x70\xee\x2e\x32\xc3\xb0\x74\x27\xa6\xef\x41\x03\xbf\x82\x1f\x84\ \x07\x2f\x50\xab\x41\x41\xa3\xbf\x38\x82\xa3\xb1\x38\xbc\x13\x9e\ \x4a\x80\x47\x62\x02\xcc\x2a\x38\x52\x88\xcb\x84\x8d\x0b\x94\x34\ \x48\xfe\xf9\x0b\x85\xe5\xba\x14\x85\x36\x1d\x12\xe0\x64\x0f\x81\ \x82\x7f\x11\x44\xbc\x87\x28\xe1\xf9\x07\xf8\xd4\x40\x39\x47\xbc\ \x7e\x05\xc9\x80\xd0\x78\x94\xf0\xff\xaa\x33\x21\xa0\xdc\x20\xd3\ \x23\xcd\x0c\x67\x27\xb0\x80\x99\xc0\xda\x05\x75\x5a\xa0\x4f\x5d\ \x7c\x78\x03\x89\xc0\x6c\x82\xdc\x16\x44\x83\x04\x1e\xbc\x19\x46\ \x01\x36\x76\xb0\x71\x41\xcd\xd6\x98\xb8\x0c\x27\xb7\x83\xcb\x43\ \x62\x2a\x44\x0a\x14\x00\x1a\x92\x09\x7a\x13\xa4\x0c\xe4\x98\xe1\ \xe1\x0a\x46\x8f\xcf\x39\x80\x00\xa3\x50\xf8\x03\x63\x5f\xbe\x59\ \x31\xc3\xd2\x2d\x87\xca\xb6\x59\xd4\x18\xc7\x67\x9c\x54\x77\xeb\ \x52\xfe\xd8\xc2\x29\xa7\x53\x8a\x0c\x1b\xd8\xc5\x5f\x05\xc9\xba\ \xe8\xe4\xcd\x47\xe7\xb6\x50\xcd\x1d\x35\xee\x71\x6a\xc1\xd8\x89\ \x22\xa2\xc9\x00\x02\x8a\xa2\x69\x47\x77\xa7\xbc\x84\x08\x3d\x90\ \x10\x1d\x61\x56\x39\x3a\xdb\x72\xfa\xcc\x0c\x8d\xfe\xdb\x3e\x24\ \x09\xbc\x09\x80\xd2\x86\xcb\x48\x8e\x24\x00\x47\x11\x51\x22\x92\ \xc8\x9b\xcc\x84\xa1\x88\xd9\xa4\x33\x41\xd6\x69\x60\x87\xe0\x0d\ \x43\xce\x18\x2b\x74\xad\xe1\x9c\xdf\x4d\xed\xac\x48\x52\x5c\x3c\ \x20\x18\xf5\x26\x22\xb7\x76\xb0\x72\xf4\x2a\x55\xa3\xf7\x80\x51\ \x47\xaf\x9c\xee\x5d\xdd\x26\xcf\x20\x98\x4d\x04\xa2\xc4\xb2\x14\ \x63\x6d\x6d\x6d\xe7\x52\xa6\x4e\x9b\xc1\x93\x57\x5e\x3b\xb2\xa1\ \xbc\x4a\x6f\x30\x8b\xbc\x04\xa4\xdf\x98\x34\xeb\x57\xef\xd6\x43\ \xba\x36\x2d\x43\x13\x81\xa1\xa9\x6c\x75\x16\x01\x18\x6b\x3b\x5b\ \x07\xf7\x1a\x6d\x7a\x4c\x5a\xb6\xeb\xf4\xea\xc9\xa5\x9c\x54\xc9\ \xe1\x1f\x74\x00\x21\xd2\x97\x83\x55\x00\x48\xa2\x60\x04\x60\xed\ \xac\x14\xd3\xc2\xe3\x05\xe4\xc6\x26\x68\x28\x67\x67\x6b\x48\x22\ \x6f\x36\x7e\xf3\x66\x8a\x3a\xbd\x0e\x40\x4c\x42\xba\x8d\xb3\x03\ \x4b\x41\xe4\x8d\x80\x24\x63\x69\x86\x51\xba\xd8\x8a\xd1\xe1\xb1\ \x80\xf9\x53\x7c\x96\xa3\xbb\x33\x27\x99\x73\xd2\xb2\x00\x38\x38\ \x3a\x68\x13\xa2\x72\x80\xc4\xf0\x4f\xa2\xc2\xc5\xde\x12\xfc\xf3\ \x9f\xb6\xe6\x9e\xf2\x68\xa7\xf9\xd3\x5d\x10\x48\x66\x83\x64\x36\ \x90\xc2\x3f\x8a\x40\x17\xb4\x37\xe3\xdd\xe5\xbf\xb4\x2e\x49\x0a\ \x16\xe3\xcd\x22\x53\xab\xf7\xe4\x0a\xe2\xb3\x95\xeb\x36\xac\xdd\ \x75\x53\x2f\x72\x5f\x12\x14\xa6\x27\xa2\x59\x72\x0a\x28\x6b\x95\ \x7c\xeb\x42\x6a\xd1\xe9\xc3\xeb\xdf\xdc\xb3\x7a\xfd\xda\xb5\xf7\ \x42\x34\x2a\x15\x9b\x6f\x51\x13\x10\x81\x87\x4f\xd9\x4a\xae\xfa\ \x90\xad\x1b\xb7\xbf\x57\xc3\xd1\x5a\xf6\x65\xd9\xba\xa0\x28\x22\ \x99\xf5\x42\xa5\x6e\x63\x9a\x38\x84\xaf\x5e\xb3\x7e\xe5\xf6\x33\ \xc9\xc6\x82\x10\xc4\xf7\x2e\xe1\xe9\x67\x9c\x5a\x81\x51\xe3\xf1\ \x2e\x07\x13\xc7\xe1\xc6\x5c\xb4\x1f\x89\x2a\xfd\x51\xcd\xf5\xb7\ \xb5\x48\x8a\x41\xae\x2d\x8a\xb8\x01\x40\xe9\x26\x68\x6e\x8f\x8e\ \x1d\x70\x20\x15\xc3\x3a\xa3\xd5\x38\x5c\x3d\x8b\x43\xbb\x51\xbf\ \x06\x46\x76\xc5\x9b\x8b\x78\x18\x83\x33\xab\x30\x7a\x3c\xde\x64\ \x01\xb9\x88\x4e\x47\x40\x49\x00\x00\x8f\xd3\x7b\x11\x9f\x88\x85\ \x13\x30\x63\x15\x32\x3e\x63\xca\x38\x84\xd2\x98\x3c\x08\x87\x47\ \xa0\xf3\x18\x54\xea\x8f\x40\x97\xaf\xfa\x4b\x40\x89\x0e\xa8\xab\ \x40\xfb\x5e\xd8\xf5\x1e\x7d\xbb\xa1\x41\x07\x04\xa4\xa3\x5d\x07\ \x3c\xb3\xc1\xd0\x16\xe8\x3c\x1c\xd9\xc7\xd0\xa1\x3d\x14\x8d\xd1\ \xb2\xfc\x37\xcd\x2c\x82\xf2\xc4\xb0\x56\x98\xd6\x11\xfd\xd6\xa0\ \xdb\x68\x78\xe7\x61\xd9\x30\xf4\xeb\x8b\x65\x2f\x31\x6a\x28\xdc\ \x4b\x42\x17\x86\x17\x26\x8c\x6e\x81\x69\x03\x30\x7c\x29\x62\x34\ \xf0\xaf\x85\xa1\xcd\x71\x70\x2d\xd6\xae\xc6\xdb\x2c\xa4\xde\xc7\ \xc4\x95\x30\x5b\x83\x48\xa0\x38\x48\x29\x58\x30\x0c\x9d\x7b\xa1\ \x64\x07\x34\xaa\x80\x21\x9d\xb0\x76\x08\x06\x4d\x47\xa8\xb6\xc0\ \xfe\x05\x64\x2d\x5a\x55\x51\x27\xa6\x56\xee\xdc\xb1\x9a\xa7\x98\ \x49\x17\xa9\xe5\xeb\x10\x50\xb1\x9c\xf1\xe3\xa5\x4d\xbb\x4e\xaa\ \x39\x67\x36\xe3\xfd\x92\xf1\x63\xb6\x5f\x7c\xed\x55\x2a\xd0\x5d\ \xf5\x9b\xc7\x44\xcc\x7a\x73\x85\x4e\x43\x5a\x3a\xbe\xe9\xdc\xb9\ \xd7\xa8\x6d\x2f\x7a\x8e\x1c\x52\xba\x5c\x85\x0a\x36\x91\xa3\x7b\ \xf4\xdc\x70\xfe\x05\xf9\x9a\x9a\x00\x28\xd6\xbc\x5f\x40\xee\xb9\ \x0e\x7d\xfa\x6e\xbd\x96\xe4\xe8\xe2\x5c\xaa\x6c\xe9\xcc\x7b\x27\ \x5e\x4b\x3e\xde\xd2\x87\x43\x57\x52\x3c\x6a\xf5\x2f\x23\xcf\xb1\ \x0b\xac\xeb\x93\x7f\xf4\x0a\x54\xbd\x27\x0c\xcd\xbd\x30\x63\xf4\ \xe8\x51\x27\x1f\x7f\x16\x55\xfe\xfd\xc7\x8d\x31\x07\x9d\x5c\xbb\ \x7e\xfd\x81\x8b\x2f\x64\x56\x2a\x3a\x5f\x0b\x02\xd1\x6c\xe0\xfc\ \xea\x4c\x1c\xd2\xf0\xee\xfe\x35\xeb\xd7\xae\xbd\xf3\x2e\xd7\x4a\ \xc5\x16\x9c\xc5\x67\xe5\x5f\xc9\xdf\xe6\xea\xfe\xcd\xc7\x6f\xc5\ \x5a\xd9\xdb\xf9\x57\x6b\xa9\x0c\x3b\xd8\xb1\xcf\xa4\x87\x6c\x8b\ \x09\x1d\xdd\xf7\xae\x5e\xbd\x76\xe5\xb6\x77\x71\x7c\xf5\x8e\x13\ \xeb\xca\x5f\x75\xef\x36\x68\xca\x8e\xfb\xd6\x6e\x2e\xdf\x79\xa0\ \x00\xf0\xaa\x3f\xb1\x4f\xe0\xba\xe1\x1d\x3a\xf7\x9a\x65\xd3\x6a\ \x44\xc3\x0a\x0e\x46\xe3\x77\x36\x8e\x82\x13\x1e\x1f\x5f\x32\xb0\ \x5f\xa7\x5d\xd1\x6e\xe3\xba\xd5\x63\x45\x13\x29\x68\x1e\x49\x92\ \xb9\xf5\x9c\x34\x38\xfe\xd0\x88\x9e\xdd\x3a\x3c\x94\xd5\x19\xd3\ \xa2\x4c\xe5\xe6\xf5\x53\xce\xcc\xec\x33\x72\xbe\xb1\x5a\x9f\x2e\ \xce\x9f\x7a\x75\xea\x35\x7c\xfd\x8b\x3e\x13\xc7\x79\x5b\xfc\xb9\ \xff\x47\x67\x4b\xff\x46\x74\xe4\xb8\x3b\x5b\x75\xef\x8e\xd3\x9c\ \xb2\xd0\xa0\x94\x08\x6f\x00\x91\x00\x22\x09\x82\x53\xb3\x59\x1e\ \x55\x3b\xff\xd0\x34\xce\x55\xab\x19\x6b\x47\x6b\x19\x2d\xe8\x35\ \xb9\x66\xc6\xc9\xde\xca\x98\xa7\x36\xc0\xca\xc1\x46\x2e\x6a\xd3\ \x23\xe2\xd2\x21\x77\xf0\xf7\xf3\x92\x33\x00\xa0\xcd\x51\x8b\x72\ \x1b\x3b\x25\x27\x18\xf2\x72\x4d\x94\x93\xbd\xb5\x26\x33\x49\x2f\ \x73\x73\xb7\x65\x52\x3f\x47\x64\xea\x44\x27\x4f\x3f\x77\x3b\x5a\ \x9d\x6d\xb0\x73\xb2\xa7\x0d\x79\xd9\x26\xda\xc9\xde\x2a\x37\x35\ \x36\x21\x43\xa7\x72\x74\xf3\xf1\x74\x31\xe7\x64\x49\x2a\x07\x1b\ \xd6\xac\xce\x31\xda\x3a\xd9\x4b\xda\x1c\xad\x24\x77\xb4\x55\xc2\ \xa8\x0e\x8f\x49\x11\x58\x9b\xa2\x7e\xbe\x56\x1c\x00\x18\xf2\x90\ \x96\x01\x9d\x1e\x84\x86\x6f\x00\x6c\x59\xa8\x13\x91\xc1\x23\xc0\ \xaf\xc0\x98\x22\x02\xb2\xf3\x60\xe7\x00\x06\x10\x4c\xc8\x35\xc0\ \xc9\xbe\xb0\x5a\x3c\x22\xa2\x61\xef\x03\x57\xab\xaf\x3f\x0c\x39\ \x39\xb0\x76\x80\x90\x87\xd4\x6f\xc5\x32\x50\xab\x61\xe3\x84\xfc\ \xdf\x87\xdc\x34\x64\xe6\xc2\x60\x06\xa7\x84\x7f\x11\x64\x67\xc1\ \xce\x0d\x72\x20\x2d\x16\xd9\x04\x25\xfd\x0b\x8a\x36\xeb\xa1\x17\ \x61\x6f\x93\x6f\xf6\x23\x3c\x16\xb6\x9e\xf0\xb0\x03\x00\x49\x8f\ \xc8\x78\xb8\xf9\xc3\x5e\x06\x00\xfa\x0c\xc4\x67\xc3\x3f\x00\xb2\ \xdf\xe9\x0c\x20\x3e\x02\x26\x2b\x94\xf0\x02\x24\x24\xc7\x21\xc7\ \x00\x47\x2f\xb8\xdb\x01\x80\x3a\x0d\xb4\x35\x22\xef\xe0\xf6\x3b\ \xbc\x7b\x0a\xc7\x56\xd8\x3c\x01\x0c\x10\x1f\x09\x2d\x0f\x8f\xa2\ \xb0\xa5\x10\x1b\x81\x4b\x7b\x71\x87\xe0\xd0\x3c\x8c\xed\x82\xa6\ \x8b\x50\xbb\x28\x4a\xf8\x81\x06\x3e\xdc\xc6\x95\xe7\x08\x7b\x0d\ \x53\x59\x6c\x5f\x0a\xbb\x82\x56\x30\xab\xd5\x7a\x3b\x47\x7b\x62\ \xcc\xd3\xf0\xac\xa3\x8d\x12\x10\x53\x3f\x47\x66\xe8\x88\x83\xbb\ \xb7\xbb\x2d\x9d\x14\xfb\x39\x4f\x60\xbd\xfc\x8a\x3b\xe4\x9f\xe0\ \x24\x9a\xb3\x73\xb4\x2a\x07\x47\xb9\xa8\xcb\xca\x13\x1c\x1d\xed\ \x28\x3e\x2f\x32\x32\x9e\x75\xf2\xf1\x73\xb3\x05\xc0\xeb\x32\x63\ \xe2\xd3\x55\x2e\x3e\x3e\xce\x36\x00\xd1\xe5\xaa\x45\xce\xd6\x56\ \xc5\x01\xe0\x35\xe9\x51\x09\x19\xac\xca\xd1\xc7\xc7\x43\xc1\x8a\ \x99\xc9\xc9\x32\x17\x6f\x56\x9b\x1e\x17\x13\x1f\xf2\xe2\xda\xf9\ \x20\xf5\xb8\xc5\xab\x6a\xf9\x16\xd0\xa7\x26\xfe\xf9\xa1\xe3\x77\ \x13\x62\xdf\x3f\x89\xb7\x5d\xb7\x63\x73\x75\x6f\x99\x36\x23\x21\ \x2e\x3d\x57\x61\xe7\xe6\xe7\xed\xa2\x53\x67\xd1\x36\x4e\x56\x8c\ \x49\x9d\xad\xb3\x76\x70\x94\xd1\x24\xed\x73\x44\x86\x56\x74\xf4\ \x2c\xea\x69\xcf\x64\x65\xeb\x6d\x1d\x1d\x38\x0a\xa2\x5e\x1d\x15\ \x9b\x24\x71\xb6\x5e\x3e\x5e\xb6\x4a\x56\x9b\x1e\x97\x90\x61\x74\ \xf3\x2f\xe9\xa8\x34\xc5\x45\x44\x6b\x79\xd6\xcd\xb7\xa8\xb3\x8d\ \x0c\x42\x5e\x54\x44\x1c\xcf\x59\x7b\x7a\x7b\xdb\x29\x59\x00\x12\ \xaf\xcb\xce\x13\xec\x1d\xed\x18\x00\x20\xa9\xb1\xe1\x6a\xc1\x3a\ \xa0\x84\x37\x0b\x51\x93\x9d\xc3\xa8\xec\xf3\x8f\x66\x02\x70\x7d\ \x45\xb7\x4d\x71\x4d\x57\x8f\xab\xef\xe4\x5b\xc2\xdd\x86\x35\xe4\ \xaa\x4d\xac\xb5\xbd\x95\x2c\x4f\x9d\x05\x2b\x47\x1b\x39\xa5\x4b\ \xff\x1c\x97\x69\xf2\x2c\x5e\xd2\x5e\x06\x80\x64\x25\x45\xa7\x6a\ \xa8\x22\xa5\x8a\x59\x4b\xda\xa8\x88\x38\xc6\xc1\xdb\xcf\xdd\xce\ \x42\x70\x7f\x79\xc1\x5d\x13\xf6\xe1\xbd\x4f\x91\x22\xbf\x9f\xdf\ \x34\x9b\xcd\xe9\x69\x69\x25\x03\x4a\xfc\x3e\x3a\xf2\xdf\x8c\x2d\ \xcf\x93\xef\x7e\x49\x89\xf8\x65\x7e\x85\x92\xcb\xfe\x3f\x5b\xe7\ \xd3\xeb\x21\x88\xe0\xd8\x02\xe2\xe3\x79\x48\x00\xc7\x81\x06\x04\ \xbe\x60\xa5\x88\xa2\xc0\xb2\x10\x78\x10\x80\xa2\xc1\xd2\x10\x84\ \x02\x5b\x89\x66\xc0\xb1\x90\xc4\xaf\x57\x40\x81\x65\x21\xf2\xa0\ \x98\xdf\x8a\x65\x59\x48\x02\x24\x52\x90\x26\xbf\x81\x89\x04\x5e\ \x00\xcb\x42\x14\x40\x00\x36\xbf\x68\x01\xf9\xa3\x3d\x9a\x01\x4d\ \x21\xff\x5c\xbf\xdf\x94\xc5\xb0\x60\x19\x88\x02\xf2\xcf\x48\x67\ \x39\x30\x34\x04\xbe\x20\xe3\x6f\x74\xce\xd7\x44\xf8\x52\x3b\xaa\ \x50\x0e\x05\x8e\x85\x24\xe0\xde\x29\xbc\x4d\x82\xb5\x37\x3a\xb7\ \x83\xa3\x0c\xa0\xc1\xb1\xa0\xa8\x82\x2c\x9a\x48\x1c\xbe\x84\x3a\ \x3d\x50\xd1\x11\x77\xef\xa3\x6c\x63\x78\x5b\x15\x28\xf9\xe6\x1a\ \x1e\x45\x40\xee\x8c\xf6\x1d\x50\xda\x13\xd4\x3f\xc6\xde\xc9\x8e\ \x78\x7c\xf0\xe2\x8b\x4a\xed\x06\xd6\x2f\xe9\xf4\xe5\xa2\x3a\xfa\ \xd1\xf1\x4b\x6f\x78\xda\xaa\x7a\xeb\x8e\xb5\x8a\x3b\xff\x63\xbb\ \x65\xe2\xfb\xfb\xb1\xa4\x54\xbd\x0a\xee\x16\x6a\xfb\x4f\x63\xcf\ \xff\x24\xec\xd8\x8e\xc7\x4f\xf0\xad\x43\xc2\x0f\xbd\xbb\x28\xea\ \xeb\xf5\x82\xc4\xf9\x73\x0b\x54\xa1\x7d\xfa\xfd\xdd\xaf\x42\x28\ \x50\x5f\xbe\xfe\x2e\xb1\x4c\x09\x8e\x40\x67\xfc\xdf\x6f\x07\xa5\ \x0d\x14\x2c\x88\x08\xad\x16\xc2\xef\xbc\xe7\x19\x19\x6c\xac\x60\ \xd4\xc2\x28\xc0\xca\x0a\x26\xfd\xd7\x34\x0a\x2b\x28\x65\x80\x04\ \x9d\x16\xcb\x57\xc1\xcd\xcd\xf2\x32\x5a\xf0\x7f\x82\x3d\xff\x5d\ \x76\x22\x81\x28\x81\x66\x00\xe9\x3b\xdb\x84\x90\xaf\x84\x22\x9a\ \xa0\xd1\x83\x53\x40\xa5\xc0\x6f\xce\x6d\x34\x6a\x61\x22\xb0\xb3\ \x29\xfc\x2e\x20\x47\x07\x7b\xbb\xef\x67\x92\x68\x50\x22\x72\x35\ \x10\x24\x70\x72\xc8\xe5\x90\x71\xa0\x80\xbc\x5c\xc8\x6d\x21\xa3\ \xbe\x5d\x5c\x03\x68\xd0\x85\x62\x47\x8c\xc4\x88\x91\x20\x22\x4c\ \x3c\x68\x06\x32\xee\x2f\x55\xc8\xc4\x43\x5e\x98\x52\x30\x83\x95\ \x7d\x23\x9f\xff\x6e\x39\xed\xb7\x66\x3b\x0f\xee\x9b\xbb\x1f\x6f\ \xe0\x15\x87\x01\x8d\x2d\x1d\xd8\x02\x0b\xfe\x3f\xc3\xbf\xc9\xba\ \x34\xc5\x63\x60\x3f\x84\xeb\xb1\x67\x2a\x3a\x2d\x2d\x1c\x58\xbd\ \x44\xd3\x06\x78\x94\x0d\x00\x2f\x4f\xa2\x5b\x67\x0c\x18\x80\x01\ \xe3\xf1\x3a\xed\xbb\xbc\x11\xf7\x31\xa4\x37\xba\xb5\xc6\xb8\x5f\ \x60\x02\x8c\x49\x98\xd0\x0b\x3d\x3a\x61\xf2\x26\x18\x00\x21\x17\ \x67\x56\xa2\x6e\x4f\x44\x12\x20\x1d\xcb\x67\x62\xfc\x04\xf4\x6c\ \x81\x26\xe3\xa1\x17\x71\x7c\x31\x3a\x74\x45\x97\xa1\xf8\x94\x53\ \x20\xed\xcd\x21\x54\x6c\x80\xb7\x46\x24\x3f\xc5\x90\x3e\xe8\xd6\ \x0a\xe3\x7e\x85\x51\xc2\xee\x15\x18\x34\x18\xfd\xba\xa0\x58\x0d\ \x3c\xfd\x7e\xd7\xbe\xa8\xc7\xfd\xbd\xa8\xdd\x04\xcf\x93\x01\x20\ \xf6\x21\xfa\x75\x44\xef\xf6\x98\xb9\x03\x3a\x1d\x8e\x2c\x43\xfb\ \xce\xa8\xd7\x1c\x17\x43\x01\xe0\xec\x1a\x34\x69\x89\xb6\xfd\xf0\ \x26\x0d\x00\x12\x43\x31\xa6\x03\xa6\xef\x03\x00\x21\x0f\x4b\x86\ \xa1\x75\x1b\x0c\x9e\x07\xb5\xa9\xd0\x70\x73\x84\x97\xbd\xa5\x1f\ \x5a\x60\x81\x85\x3d\x7f\x66\x7a\x0a\xc8\xce\x81\xc9\x80\xcc\x54\ \x5c\xde\x82\x27\x59\x00\x70\x70\x3b\x82\x3e\x22\x5b\x84\xfa\x35\ \x46\xaf\x42\xd7\x85\x38\x75\x0a\x5b\x97\xe0\x9b\x49\x2a\x00\xb0\ \xf6\xc1\xbc\x6d\x38\xb7\x09\xcf\xf6\x21\xc6\x84\xcb\xbf\x22\xa5\ \x22\x4e\x9c\x40\xf2\x19\xdc\x0c\x47\x7c\x08\x6e\xbc\x86\x41\x0f\ \x93\x19\xf0\xc0\xaa\x1d\x38\x72\x18\xd5\xfc\xd0\xa9\x0b\x74\x2f\ \xb1\xfd\x19\xf6\x9c\x40\x3b\x16\xab\x0e\x00\x40\xd6\x07\xac\x3f\ \x09\x8a\xc0\x60\x02\xe7\x81\xb9\x5b\x71\x6e\x33\x9e\xef\xc1\x87\ \x6c\x0c\x9b\x8b\x63\x47\x31\xb8\x1e\xaa\x36\x45\xf9\xef\xe7\x9a\ \x92\xdf\xe3\xfa\x3d\xf0\x3a\xe4\x2f\x8a\x1e\xfd\x15\xde\x23\x70\ \xe6\x10\xde\x1c\xc5\x87\x4c\x54\x6e\x8f\x63\x67\x31\x32\x00\x5b\ \x0e\x41\x17\x8d\x2d\xd7\xb0\xed\x04\xfa\xfa\x62\xd5\x4e\x10\x09\ \xf7\xae\x23\x32\x07\x06\x3d\x00\xbc\xdc\x8f\x47\x04\x27\x4e\xc2\ \xea\x1d\x0e\x14\x6e\x8e\xd4\x66\x22\x55\x0f\x7d\x2c\x16\x8e\xc5\ \xa0\x41\x98\xbf\x09\xd9\x00\x80\xe0\xab\x18\x31\x10\x03\x07\xe3\ \xf8\x73\x4b\x2f\xb5\xc0\x82\xff\xc3\xec\x99\xbf\x48\x22\xe8\xa0\ \x67\x31\xac\x05\x8e\x1f\x46\xe6\x27\x04\x19\xd0\xab\x25\xb2\xd3\ \x10\x7c\x0d\x1e\x4d\xd1\xbb\x1a\xe4\x72\x38\xda\x41\xf6\xfd\xf4\ \x82\x67\x31\x94\xf2\xc2\xa7\xb7\xf0\xaa\x0e\x6f\x0e\xcf\xa3\x51\ \xb3\x09\xec\x5d\x50\xbd\x38\x5e\xbf\x85\x6f\x4d\xac\x5f\x81\x62\ \xca\x82\xe5\x1d\x00\x91\x67\xf1\x82\xc6\x98\xa6\x88\x78\x0b\xe7\ \x40\xf8\x39\xa2\x49\x6d\x24\xbf\x01\x08\xf6\x6e\x47\xd3\xf1\x68\ \xe0\x07\xb3\x00\x17\x3f\x94\xf6\x42\xf8\x3b\x78\x56\x83\x8f\x0d\ \x00\x08\x09\xd8\x79\x1b\xa3\xc7\xc3\xfa\x7b\xdd\x3d\x2a\x63\xc5\ \x3a\x54\x71\x05\x2f\x01\x40\x83\xe6\x78\xb6\x05\xf3\x97\xc1\xab\ \x3e\xca\x14\x41\xe9\x72\xb0\x23\x78\x9f\x81\x66\xcd\x91\x16\x04\ \x55\x71\x94\x72\x46\xcd\xda\xc8\x08\x87\x9a\x46\xcf\x09\x18\xd7\ \x1e\x10\x00\x20\x38\x18\x65\x1a\xc2\xd1\x1e\xb5\x2b\xe0\x43\xa1\ \x9f\x7e\xe4\x53\xdc\x08\x41\x4a\x10\xee\x25\x62\xd4\x28\x68\xee\ \x61\xde\x36\xa4\x87\x60\xca\x4a\x34\x1c\x88\xda\x2c\x4e\xdd\xb4\ \xf4\x52\x0b\x2c\xf8\xbf\xcc\x9e\x00\x45\x81\x37\x20\xcf\x88\x76\ \xc3\x40\xbf\xc6\x84\xb9\x28\xdf\x1b\x0d\xdd\x90\x91\x02\x42\xe1\ \xcb\xae\xa5\x63\x0b\xb1\xe7\xee\x6f\xf3\xbe\x3b\x8b\x79\x17\x30\ \x67\x09\x6c\x68\x08\xd2\xd7\x15\x1e\x42\xc0\xb2\xa0\xc5\x02\x5e\ \xcb\xc7\xc9\x8b\x68\xd0\x1d\x0a\x40\x2c\x5c\xc0\xa1\x28\xc8\x94\ \x78\x77\x16\x0f\x4c\x68\x18\x80\x8c\x4c\x64\x6b\x00\xe0\xfd\x79\ \xcc\x3d\x8f\xd9\x4b\xe1\x26\x03\x80\xc7\x17\xc1\x54\x42\xbd\xdf\ \x2d\x7a\xb0\x32\x50\x04\x66\xb1\x60\x7e\x36\x8f\x47\xc9\xb2\x70\ \xb6\x86\x3a\x09\xe9\x79\x80\x88\xd5\xe3\x91\x5d\x19\xe3\x1a\xc1\ \x64\x44\xe1\xe2\x10\x08\x81\x04\x70\x0c\x04\xf3\x17\x4f\xc6\x6f\ \x34\x2f\x14\xce\xc9\xa1\x92\x43\x24\x70\x2f\x81\xea\xd5\x31\x6d\ \x3c\xa2\x9e\xe3\xe6\x03\xb8\x36\x40\xaf\x86\xa8\x5c\x1a\x2a\x8b\ \xcb\x9e\x05\x16\xfc\x1f\x67\x4f\x49\x82\xc9\x88\x5c\x23\x5c\x2b\ \xa0\x4d\x19\x3c\x09\x47\xff\xb6\x20\x66\xe4\x64\xa1\x7c\x0b\xc4\ \xde\xc0\xe5\x30\x00\x88\x0b\x45\x5c\xe6\x77\x19\xd3\x5f\x62\xc9\ \x01\xcc\xdf\x8b\xea\xee\x00\x50\xa5\x08\x82\xee\x43\x97\x83\xd7\ \x51\x28\x5d\x1a\x00\x44\x09\x92\x54\xc0\x47\x7c\x1c\xde\xa4\xa0\ \x7e\x35\x00\x28\x1a\x80\x8c\x8f\x48\xcc\xc3\x83\x17\xf0\xaa\x88\ \x5c\x03\x6c\xcd\x58\x32\x17\x2f\x3e\xe0\xf6\x33\xa4\xbe\xc7\xd2\ \x7d\x98\xb7\x07\x35\x3c\xf2\xf5\xc3\xa3\x67\xa8\x56\xf7\x27\x2d\ \x42\x20\x89\x05\x45\x9c\x38\x85\xca\x83\x31\x7e\x09\x48\x18\x3e\ \xa5\xe0\xdc\x2a\x7c\xf2\xc6\xce\x19\x90\x03\x9e\x95\xa0\x8f\x46\ \x74\x2e\x5e\x05\xc1\xc9\x1f\xf6\x85\x15\x97\x44\x00\x28\x5f\x0e\ \x61\x0f\x91\xa7\x45\x50\x08\xca\x97\x41\x6a\x34\x12\x73\xc0\xb0\ \x00\x40\x53\xd0\x65\x43\x00\x42\x5e\x41\xe1\x04\x7f\x4f\xa4\x7e\ \x42\x8e\x84\x3c\x1d\x44\x0a\xc6\xac\x98\x8f\x11\x89\x92\xa5\xb7\ \x5a\x60\xc1\xff\x45\xf6\xa4\x61\x6d\x0d\x48\x60\x6c\x40\x80\x26\ \x23\x70\xfd\x22\x3c\x00\x99\x3d\x78\x0d\x9c\xab\x62\xf5\x20\x6c\ \x1a\x8b\xee\xdd\x71\x55\x8d\x8a\xa5\xbe\xcb\x1a\xfc\x0c\x1f\x92\ \xb1\x73\x06\x06\x0c\xc2\xb3\x54\x74\x9e\x0a\x87\x67\xe8\xd2\x05\ \x0e\xed\xd0\xae\x02\x00\x50\x0c\xac\xac\x0a\xbc\x07\x32\x52\x21\ \xb8\xa1\x88\x2b\x00\x14\xa9\x83\x7e\x15\xd0\xbf\x0b\x4e\xe6\x61\ \x74\x37\x34\xe8\x8b\xa3\x07\xb0\xe7\x20\xda\x36\xc6\x98\x5e\x88\ \x7e\x8c\x77\x49\xd8\x35\x13\x03\x06\xe2\x71\x0a\x60\x40\x9a\x01\ \x25\x4b\xfd\x74\xe6\x41\x65\x03\x8e\x06\x80\xe1\xc3\x70\x69\x12\ \x7a\xb7\x87\x7b\x5b\xd4\xb5\xc7\xb5\x6b\x48\x08\xc6\x90\x41\x98\ \xb5\x06\xb6\xe5\x31\xaa\x31\x86\x74\xc5\x9e\x08\x4c\x1b\x59\xe0\ \x15\x9f\xef\x45\x00\xa0\xfa\x40\x54\x33\xa2\x4b\x17\x64\x95\xc1\ \x80\x86\x38\xfb\x2b\xce\x85\x42\x2e\x87\x20\x80\x93\xe3\xf3\x7d\ \x74\xed\x86\x75\x8f\x30\x66\x0c\x6a\xb7\x42\x6b\x4f\x0c\x1f\x8c\ \x05\x87\x20\xd9\x23\xe9\xfe\x9e\x45\xeb\x4f\x19\x2d\xbd\xd5\x02\ \x0b\xfe\x49\xf8\xf7\xf9\x7b\x8a\x22\x18\xa6\xe0\xdf\xef\x6c\x3a\ \x14\xf8\x27\x09\x7a\xe4\xe8\xa1\xb0\x81\x4c\x8d\x33\xd7\xa1\xcf\ \xb7\xb5\x64\x68\xd9\x09\xf6\x04\x7a\x03\x40\xc1\xde\x05\x1c\x00\ \x01\xea\x3c\x38\x3a\xfc\x56\x78\xc1\x67\x09\xdf\x2a\x9e\xa3\x86\ \xd2\x11\xf2\x6f\xad\x60\x11\x34\x03\x10\xe8\xb4\xdf\x89\xfd\x22\ \x24\x27\x1c\xe7\x1e\x17\xc4\xe6\x90\xd9\xa1\x53\x57\x58\x7f\xc9\ \x05\x00\x30\x6a\x90\xc7\xc3\xc5\x09\x00\x04\x13\x74\x3a\x98\x04\ \x70\x0a\x38\xd8\x02\x80\x26\x1b\x9c\x1d\x94\xf4\x37\x75\xa4\xbe\ \xfe\x4c\xa9\xd5\x70\x74\x04\x00\xd1\x8c\xf7\xb7\xb0\x70\x35\x5a\ \xae\x45\x9b\x28\x8c\xb8\x83\xfd\x2b\x61\xeb\x00\x25\x03\xa2\xc5\ \xe9\x7d\xf8\x98\x8a\x37\x6f\xd0\x65\x09\xfa\x95\x37\x1a\x04\x4a\ \xa5\x92\x53\x96\x0e\x6b\x81\x05\xff\x03\xf8\x47\xfb\x7b\xa6\xa6\ \xc2\x68\x2c\x98\xf8\x23\x85\xa3\x6c\x8a\x02\x45\x15\x06\x3c\xa7\ \x40\x53\xa0\x28\xe8\xb4\xc8\x8b\x41\xf0\x3b\x68\xf3\x63\x1a\xc9\ \x50\xbc\x22\x8a\xda\x16\x56\x32\x16\x84\x80\xa6\x41\x51\xd0\xe4\ \x14\x46\xd0\xa0\x40\x7f\x11\x5b\x28\x27\x7f\xa0\x4d\x51\xa0\x69\ \xe4\x68\xbe\x0b\xd5\x4e\xe7\x07\xe0\xa0\xbe\x06\xfa\xfd\x22\x36\ \x5f\x48\x66\x18\xde\xbd\x85\x44\x81\x10\x28\x1c\x50\xba\x22\x1c\ \xe9\xaf\x77\xf3\x33\x52\xc0\x67\x0d\xa4\x42\x65\x00\xe8\xf5\xc8\ \xce\x2c\x28\x91\xe4\x7e\x2d\x91\xa2\x40\x15\x06\xfb\xa0\x68\xd0\ \x14\x34\xb9\x90\x08\x28\x1a\x29\x69\xa8\xd7\x1b\x8d\xdd\x90\x67\ \xc0\xe0\x8e\x30\xe8\x60\xd0\x82\x48\xe0\xb5\xc8\x35\x81\x56\xa0\ \xfd\x50\x34\xf3\x01\x2d\x53\x58\xc9\x2c\x3d\xdc\x02\x0b\xfe\x59\ \xf8\x37\xb1\xe7\xf1\xe3\xf8\x18\x0a\x96\xc5\x17\xeb\x49\x22\xa0\ \x08\x78\xbe\x20\x9e\xd8\x77\xc6\x2f\x03\x95\x12\x1c\x0d\x86\x01\ \x4d\xe3\xf4\x36\x98\xf8\x9f\x9c\x7c\x40\x41\xa1\x84\x60\xfc\x6e\ \x6f\x0c\x45\x43\x30\x18\x89\x4c\xc1\xfe\x2d\x53\x8d\x62\x20\x97\ \x81\x61\x91\x9f\x5d\xcc\xc3\xae\x55\xf8\xdb\x73\x8e\x14\x0d\x1a\ \x10\x7f\x92\x5f\x66\x05\x1b\x0e\xeb\x16\x4b\x94\x8c\x56\x30\xb8\ \x79\xa1\xa0\x52\x2c\x0b\xb9\x02\x2c\x8d\xec\x87\x50\x47\x61\xfa\ \x0c\x4b\x47\xb5\xc0\x82\xff\xab\xec\x39\x71\x22\x80\xec\xec\x8c\ \x2c\x56\x65\x45\x09\x06\xbd\x09\x8e\x4c\xfa\x96\xbd\xf7\xbb\x4d\ \x9b\xf1\x87\x07\x14\xa8\xd5\x59\x6a\x4a\x6e\xeb\x60\xed\x02\xfc\ \x90\x0b\x63\x0f\xac\x3f\x52\x6d\xc8\x8c\x32\x76\xdf\x6c\xdf\xc9\ \xbc\xb4\x64\x67\xd4\xf4\xd9\x93\xe4\x7f\x4f\x57\xf5\xed\x75\xfb\ \x23\xc6\x4c\x1e\xad\xf8\x6f\x1a\x13\x10\x42\x53\x94\xea\x27\x77\ \x33\x4e\x6f\x5e\xef\x3e\x66\x6a\xdd\xa2\xdf\xfa\xb8\x1a\x88\x24\ \x50\xb4\xcd\x0f\x33\xe8\x62\x6f\xac\x3e\x1c\x35\x7c\xf6\x18\xaf\ \xbf\x10\x7c\xec\xc5\x89\x5f\x1e\xa2\xd6\xb4\x1e\x35\x7e\x7f\x2b\ \xe5\xf5\xf9\xad\xf7\xb4\x93\xa6\xf4\x75\xb4\x4c\x07\x58\x60\xc1\ \xdf\xc2\xbf\x6f\xcd\x5d\x1d\x1c\xb4\x76\xd6\xc2\x66\xd5\xab\xd7\ \x69\x37\x6e\xee\xbc\x5d\xfb\x8e\x9d\xbf\x17\x26\xda\xe2\xa7\xef\ \x6e\xf6\xa7\x1b\x63\xba\x0f\x18\x32\x7a\xee\xc0\x71\xeb\x9f\xc6\ \xff\x24\x40\x29\x71\x2b\x57\xad\xa1\x2d\xf3\xdd\xbe\xc8\xf7\x17\ \xee\x3d\x4d\x50\xfd\x6d\x4e\xf8\x70\xf5\xfe\x83\x58\xc8\xff\x9b\ \x6a\x7d\x75\xc9\xb8\xb1\xdb\x3e\xfe\xf4\x76\x56\xdc\xe9\x4b\xe1\ \x06\xf6\xbb\xed\x01\xef\x76\xcf\xef\xb7\xf0\xd6\xcf\x72\xa8\x5c\ \x4b\x37\x6d\x54\xcb\xe5\xaf\xc5\x6d\x2c\x52\xb1\x5e\x83\x8a\x45\ \x7e\x78\xcb\xde\xb7\x7c\xf3\xba\x15\x6c\x2d\xd4\x69\x81\x05\xff\ \x70\xdb\x13\x80\x63\x85\x16\xcb\x76\x57\xa7\x7b\xf6\xf2\x1e\x7b\ \x70\x44\x5d\xa7\x17\x9b\x7a\x2f\x7d\xf6\x79\x50\xd7\x4f\x2d\x47\ \xcc\x1b\xd2\x2c\x20\xf5\xcd\xa5\x75\xdb\x8e\x26\xea\x1d\x7b\xcd\ \x58\xd0\xbe\xbc\x2b\x80\xdb\xdb\xd7\x87\x79\x0d\xba\xbb\xa1\x27\ \x31\xeb\x05\x19\x1b\xf1\xe0\xd0\x86\x9d\x57\xb3\x15\xfe\x53\x96\ \xcc\xf3\xcd\xbc\x39\x7f\xf1\xbe\x3c\xdf\xba\xfd\x1b\x39\x7f\x48\ \x76\x9e\x5a\x4f\x7c\x7b\x69\xd7\xee\xd3\xb7\x93\xb2\xad\xc6\xad\ \x5d\x92\x14\x93\x16\x58\xbb\x7b\xfe\x3c\xa1\x39\xf6\xd1\xc2\x55\ \xdb\xa3\xb3\xf4\x7e\xf5\x87\x2c\x19\xd7\xf6\xc9\xde\x45\x61\x6e\ \xfd\x47\xb5\xa1\xd7\x2d\x3c\xd8\x62\xdc\x94\xbc\xdb\xdb\x36\x9d\ \x7c\x26\xda\x79\x97\xf3\x91\xbd\xff\x10\x5e\xaa\xf5\xc4\x05\x43\ \x1a\x85\x45\x87\x7c\x7a\xf2\xb0\x7b\xb7\x67\x4d\x47\x2e\x18\xd1\ \xc4\xef\xf5\xf9\x1d\x5b\x4e\x3e\x16\x9d\xcb\xce\x5c\x3e\xd3\xea\ \xc5\xee\x19\x9b\x6e\x59\xfb\xd5\x5a\xb0\x66\x8a\x37\x0b\x63\xf4\ \x83\x85\xab\x77\x44\x67\x48\x45\x2b\x94\x35\x7d\xfe\x90\xcc\x96\ \x9e\xb7\x72\x7e\x05\x47\xfd\x95\x5d\x6b\x8f\xdc\x8f\xb0\x2f\xd9\ \x66\xcd\x9c\x76\x2f\x82\xc3\x1e\xa9\x97\xcd\xb0\x9e\xb6\xa8\x83\ \xf7\xc1\x4d\x1b\x6f\xbf\x8b\x95\xfb\xb5\xd9\xb1\x66\x88\x29\xfc\ \xce\xfa\x2d\x47\x3e\x46\x84\xaa\xdd\xda\xd5\xf2\x16\x82\xce\x6e\ \xdf\x77\xfe\x41\x72\xae\xdd\xf4\x4d\x4b\x63\x22\x23\x82\x1e\x04\ \x8f\xb0\xe1\xd7\x4e\xee\xf0\xfa\xf8\xe6\xc3\x57\x5e\xa4\x9b\x5d\ \x67\x6f\x5c\x5b\xd3\x53\x09\xe0\xe9\x89\xe3\xa1\x45\x3a\xf9\x3c\ \x3c\xbc\x62\xdb\x95\x3c\xfb\x32\xf3\x57\xce\x29\x65\x47\x43\x4c\ \xde\xbb\x6a\xe5\xd5\xb7\x49\x76\x3e\x65\xbc\xa9\x8c\x90\x28\x5d\ \xe7\x19\xab\xfa\xd6\xc4\xb9\x33\xb7\xab\xf5\x18\x74\x6d\xfb\xac\ \xfd\x0f\xe2\x4b\x34\xed\x37\xa0\x0a\xb5\x75\xc3\xbe\x74\xb6\xc8\ \xf8\x05\xf3\x0d\xb7\x8e\xa7\x97\x19\xa6\x0e\x3e\x3a\x6b\xd9\x99\ \x5c\x5e\xd6\x64\xe4\xbc\x51\x2d\xca\xa8\xc3\x6e\x6d\xd8\x76\x2c\ \x3c\x31\x33\xb0\xed\xb4\xf9\x83\xeb\x59\x5e\x0f\x0b\x2c\xf8\x47\ \xd8\x9e\x00\xf8\xf8\xe0\x90\x2c\xbb\x32\x25\x9d\x00\xc3\xfd\xe7\ \xd9\xfd\x96\xef\x9e\xd5\xc5\xf7\xc0\xbe\x43\x51\x9f\x5f\x2f\x5e\ \x73\xa2\xda\xe0\xe9\x15\xa5\xb7\xfb\xaf\xbc\xcd\x4f\x5c\xb9\x6d\ \x47\x9b\xd0\x63\x2b\x0e\xdd\x35\xc9\x54\xc6\xe0\xa3\x0b\xb6\x3c\ \xeb\x3a\x69\x9c\x6b\xca\xed\x6b\xf7\x83\x6e\x9c\x39\x4a\x55\x1d\ \xb8\x7e\xe1\x28\xfd\x8b\xab\xef\xd5\xca\xd0\x0b\xcb\xa6\xef\x0d\ \xeb\x3c\x6a\x84\x23\x9f\x9a\x95\x9c\x1a\x91\x60\xa8\x54\x3a\x3f\ \x04\x31\x9e\x9e\x3e\x10\xac\x68\xb4\x62\xd1\x90\xb7\xa7\xb6\x3e\ \x48\xc9\x7a\x74\xed\xb1\xd1\xc9\x4d\x8c\x78\x79\xf7\x6d\xa6\xad\ \x94\xb8\xff\xf0\xad\x16\x53\x17\xd4\xe1\xdf\xde\xcb\x2c\xb5\x68\ \x6a\x97\x87\x47\xb7\xbe\x49\x53\x47\x84\x69\xfa\xcc\xdd\xba\xb8\ \x5f\x89\x93\xdb\x0e\x3d\xb9\xbc\x7b\xfd\xc5\x84\x21\x53\x47\x8a\ \xaf\xce\x5d\x7e\xfd\xf9\xe2\xa1\xb3\x1e\x5d\x66\x2e\x9b\xd9\xdf\ \x8d\x01\x80\x27\x27\x0f\x84\xda\xb5\x5a\x32\xba\xea\xad\x73\x77\ \xdb\x4e\x5b\x54\xc5\x7c\xef\xc8\xf9\x97\x41\x27\x56\x9f\x08\x77\ \x9f\x36\xaa\xf9\x87\x2b\xc7\x5e\xbc\x7a\x18\x2b\x14\xff\x65\xe7\ \xee\xb9\x6d\xdc\x96\x8c\x1a\xfe\xd1\xa9\xfe\xc8\x66\xc5\x92\x33\ \xf3\xb4\x9f\x1f\x8d\x1a\xb7\xce\xad\xc9\xf0\xee\x35\x8b\x04\x94\ \xab\x11\x79\x72\xe1\xdc\x63\x09\xbd\x46\x0d\x54\xe9\x53\x73\x93\ \xe3\xdf\x27\xd0\x73\xd7\xec\x5e\x33\xb6\xed\x83\x0d\xe3\x57\xdd\ \xe6\x87\x8f\xea\x22\x66\xc4\xeb\xcc\xf9\x4f\x2a\xf3\xca\x8d\x87\ \x26\x53\xc4\xf2\x65\x5b\xfc\xfa\x2d\xda\xb6\x78\x94\xaf\x15\x05\ \xc0\x10\x7c\xe3\xf8\x43\xf3\xac\x45\xd3\x73\x9f\x9d\xd3\x54\x1d\ \x3a\xa1\x8d\xdd\x81\x1d\x07\x92\x93\x62\xee\xbd\x08\x4f\x08\xbf\ \xb1\xec\x50\xd4\xa4\x0d\x3b\x67\x76\x2d\x7b\x78\xfe\x02\x7d\xed\ \x89\x3b\xd7\x4f\x0b\x74\xcc\xba\x70\xee\x9e\x41\x49\x5d\xdb\x75\ \xc8\xa6\xd9\xcc\xc5\xfd\x4a\x9f\xd8\x73\x3c\x22\xf4\xe1\xd8\xa9\ \xbf\x7a\xb5\x18\xd5\xc1\x9f\xf9\x98\xa8\xb7\xbc\x1b\x16\x58\xf0\ \x0f\x62\xcf\x84\x4f\x4f\xf5\x2e\x25\xca\xb8\x00\x79\xef\xde\x6b\ \xec\xda\xb5\x2c\xe3\xe1\xe1\xea\xe5\x68\x17\xf1\xf4\xe8\xed\x4f\ \x29\xb7\x0e\xee\x4c\xf2\xef\x3e\x7f\x50\xdd\xfc\xc4\xc5\x9a\x8e\ \xda\xbd\x79\x7a\xca\xa9\x25\x73\xf6\x3f\x7f\x74\xfe\x62\x70\x72\ \xd2\xc9\x5d\xfb\x95\x0d\x46\x0d\x6e\xe8\x19\x12\x6a\xac\xd7\xba\ \x8d\xbb\x2d\xf9\xf8\x99\xaf\x5a\x4b\x75\xf8\xc8\xab\xc1\x6b\x7e\ \x6d\xe2\xcf\x19\x6c\x4b\x78\x59\xeb\xe3\x0c\xce\x65\x02\xf2\xbd\ \x99\x72\x9f\x85\xa7\xd5\x6d\xd1\xcc\xbf\x84\xa7\x8b\xb3\x27\x97\ \xf3\x3e\x5a\xf4\x6e\x59\x53\x15\xf3\x21\xd4\xa1\x5c\x55\x55\x56\ \x54\x3a\x57\xba\x45\xad\x72\xae\x6e\x1e\x55\x1a\x37\x28\x1d\xe0\ \xeb\x6a\xef\xc8\xab\x3f\x7d\x32\x15\xed\xd6\x39\xb0\xb4\x8f\xa7\ \xb3\x3c\xf7\xda\x95\x33\x91\x89\x51\x07\x77\x1e\xf3\xeb\x35\x77\ \x50\xd9\x8c\x17\x59\xf6\x1d\xdb\x54\x75\x75\x73\xe1\x28\x00\x39\ \xcf\x22\x32\xea\xb5\x6c\x51\xca\xd7\xc5\xaf\x54\xed\xfa\x65\x4a\ \x79\xbb\xb8\x2a\x91\x73\xe1\xf0\xa5\x84\xb8\x17\xbb\x8e\xbe\xec\ \x3a\x7b\xa1\x77\x4e\xbc\xd6\xb9\x6c\xb5\xe2\xce\x79\x6f\x8f\xbf\ \x63\x9b\xfc\x3a\xaa\x83\x39\x37\xa7\x6a\xfd\xb2\xcf\xcf\x9d\xb4\ \x6d\x31\x69\x6c\x87\x9a\xa9\x49\x28\x59\x86\x39\x72\xf2\xc3\xb8\ \x8d\xab\xea\x7b\x10\xc1\xad\x8c\x2b\x93\x9b\x2c\x7a\xd5\xa8\xe6\ \x6b\x2b\x85\x1d\xbb\xa3\x9e\xbf\x6d\x56\xa0\xd2\xc0\x14\xa9\x58\ \x26\x3f\x36\x7a\xc6\xc7\xcf\x3a\xfb\xda\xd5\x1a\xf4\xea\xda\xf0\ \xc1\xd6\xc5\xd7\x62\x0d\x2a\x96\x02\xf0\xfe\x4d\xa8\x6d\xa5\x06\ \x55\xca\x14\xf3\xf0\x2a\xd9\xb8\x61\x55\x7f\x5f\x17\x27\x5b\x87\ \xb4\xa8\x57\xc4\xb3\x7c\xd3\x86\x2d\x3b\x94\x17\xd6\x2d\xf9\x25\ \x99\xf3\xec\x3e\xb0\x53\xe2\xb9\x95\xfb\x9e\x69\x94\xda\x0f\x9f\ \x19\xff\xea\x45\x72\x83\xe2\xe5\xcd\x3b\x57\xf3\x71\x75\xf7\x71\ \x65\x6e\x9f\x3f\xe9\xd2\x62\xe6\xc8\x36\xd5\x32\x34\xf2\x3a\x4d\ \x2a\x58\xde\x0d\x0b\x2c\xf8\x07\xb1\xe7\x87\x87\xaf\x9d\x4b\xd4\ \x71\x02\xb2\x5f\x3e\xce\x52\x06\x94\x57\xe2\xf5\xe3\xe7\x8e\xc5\ \xaa\x2a\x73\xd3\x8b\xd5\xea\xb9\x74\xe9\xd2\x39\xd3\x86\x54\x74\ \xb7\x02\x90\x9b\xf1\x39\xfc\x73\x86\x63\xd1\xb2\x65\x5c\xa8\xc4\ \xc4\xb4\x94\x2c\x63\xa5\x0e\xc3\x96\xad\x58\x3e\x63\x44\x1f\x47\ \x43\x48\xa8\xce\xa1\x62\x69\x16\x39\x41\xc1\xd9\x56\x75\xfc\x98\ \xf8\x2c\xa3\x92\xc9\x7b\x7e\xfe\x64\xae\x4d\x51\x07\x3a\x21\xd9\ \xac\x74\xc9\xf7\x70\xca\x8a\x08\x4d\xa4\x2b\x07\x16\xd1\x3c\xbb\ \x99\x6d\x53\xae\x14\x93\x90\x64\x60\xad\xb5\x59\x97\x2e\xdf\xf7\ \xf4\x0f\x48\x0a\x0d\x22\x45\x03\xdd\x91\xf6\x30\x4a\x5b\xb5\x9c\ \x4f\xc2\xb3\x5b\x66\x97\x4a\xb6\xc9\x0f\x72\xed\x4a\xb9\xa7\x04\ \x4f\x5d\x7e\xaa\x4c\x8b\x26\x4a\x9e\xd4\xeb\x3e\x79\xc5\xb2\x45\ \x13\x47\x76\xe4\x3e\x3c\x49\x57\x94\x0c\xfc\xe2\x64\x9a\xf9\x29\ \x34\x85\xad\x1e\xe8\x1a\x7c\xe7\x05\xed\x57\x55\x21\x26\x3e\xf9\ \xc4\x97\xae\xe4\x91\x65\xb4\xed\x32\x79\xd1\x92\xc5\x0b\x47\x76\ \xa8\x9a\x96\x10\x65\x50\x58\x4b\x26\x21\x29\x2e\xc1\xcc\xca\xb5\ \x9a\x98\x73\xf7\x22\x4a\x95\x28\xa6\xcd\x4e\x05\xc7\x69\x92\xef\ \xdf\xf8\x64\xac\x52\x82\x4e\x50\x9b\x14\x94\xf6\xde\xb9\xb3\xbc\ \x93\xbf\x82\xff\x9c\x22\x2a\x39\xd1\x6c\x48\x4b\xc8\x32\x4a\x72\ \x93\xf6\xca\xb9\xcb\x72\xef\x80\x7c\x6b\x37\xf9\x5d\x48\xb6\xb5\ \x8f\x9d\x8c\xad\x37\x74\xc5\xa4\x3a\xc2\xaf\xbb\xcf\x18\x00\x40\ \xff\xf2\x7d\x78\xc9\x4a\x95\x49\xc2\xa3\x58\xb3\x7b\x25\x37\x04\ \xdd\x09\x76\xab\x50\x3d\xe3\x79\x90\x9d\x7f\x05\x56\xb2\x9e\xb6\ \x65\x9b\x77\xd4\x85\x8d\xfb\xdf\x95\xee\x3c\x63\xfd\x20\xbf\xc3\ \xdb\x0e\xbf\x7a\xfc\x42\xf2\xa8\xe9\x92\xf2\x28\x96\x2a\x52\xdb\ \x09\x4f\x83\x82\xec\x7d\x4b\x20\x27\x81\xb6\xb6\x37\x67\x3d\x7c\ \x96\xe9\x50\xd7\x17\x2f\x1e\x3e\x4e\xd3\x5b\xf6\x37\x59\x60\xc1\ \x3f\x82\x3d\xb5\x31\xb9\xb6\x35\x9a\x54\x01\x10\xf9\x59\x5b\xa2\ \x4e\x6d\x25\x84\x84\x2c\xab\x0a\xb5\xab\xd6\xea\x30\xcc\x2f\xe5\ \xe4\x88\xe1\xc3\x7e\x39\xfb\xd4\x40\x00\x20\x2d\xe4\xda\xac\x91\ \x03\xba\x76\xed\xf3\xd0\xaa\xc5\xc2\xf1\xad\xba\x0c\xe9\x87\x07\ \xbf\x0c\x1f\x36\xe6\xd0\xdd\xc8\x8c\xe4\x04\xef\xf2\xf5\x4a\x71\ \xd0\x46\x25\xd9\xf9\x55\x2e\xe9\x53\xa1\x6f\xfb\x32\xbf\x8e\xec\ \xb3\xf9\x51\x5e\xf9\xc0\xe2\xbe\x01\xd5\x2b\x28\xd2\x5f\xbc\x4f\ \x03\x90\x9b\x9c\x2a\xf7\xaf\x52\xce\x1b\x91\x11\xb9\x25\x6b\x55\ \x76\x2b\xda\xa2\xb1\x6f\xc6\xf0\xfe\x63\x5f\x99\x8b\x96\xf3\x56\ \x24\xa5\x6b\x6b\xd4\xaa\x05\x75\x14\xe5\x5a\xa1\xba\xbf\x2c\x36\ \x5a\x5f\xae\x41\x3d\x1b\xbd\x98\x19\x79\x7b\xd8\xa4\xb5\xb6\xcd\ \x27\x4f\xef\xdb\xae\x77\xdf\xee\x71\x27\xe7\x0e\x1b\x3a\xe1\x52\ \x48\x62\x54\xa2\xa1\x64\xdd\xda\x5f\x56\xa8\x73\x92\xd2\x94\xc5\ \xaa\x05\xba\x22\x2c\x9d\xae\xd5\xa8\x22\xc9\xfc\x44\xbc\xca\xd6\ \xab\x58\x76\x60\xdf\x7a\x17\xe7\x8e\x1a\x36\x7e\xd9\xb3\x18\x5d\ \xf9\xba\x0d\xad\x42\x4e\xf6\x9f\xba\x51\x56\x6b\x48\x45\xc3\x95\ \x3e\x23\xe7\x67\xbb\x04\x7a\x3a\xb9\xb4\xee\xde\x2b\xe7\xd2\xd2\ \x61\xb3\x0e\x38\x97\x08\xf4\xf0\xa9\xd1\xbf\x95\xdf\xf2\x41\x7d\ \xf7\xbc\xe6\x2b\x96\xf5\xf3\x0d\xa8\x5a\x42\xff\x64\xec\xf0\xf9\ \xc1\x4c\xbd\x41\x0d\x6c\xa7\xf5\x19\x74\x3e\xd6\xaa\x4a\x69\x9f\ \xfc\x62\xe3\x32\xb2\xcb\xd7\xad\x91\xfb\x72\x7f\xcf\x6e\xdd\x36\ \xbd\xb1\x99\x30\xb8\xa3\x02\x80\x49\x9d\xcb\xbb\xd5\xae\x52\x22\ \x23\x3c\xd9\xab\x72\x5d\x2f\xda\x10\x6b\x74\xad\x5d\xdb\x35\x5e\ \x6d\x57\xaf\xbe\xe7\xd9\x5f\xa6\x74\xeb\x31\x5a\x53\xbe\x7b\x0b\ \xb7\x8f\xa3\xba\x75\x9f\x7e\x2c\x65\xe8\xe4\x1e\xb9\xc9\x86\xf2\ \x4d\xab\xe5\x45\xa4\x16\xa9\xda\xd8\x1e\x42\x4a\x16\x5d\xb1\x66\ \xb3\xee\xbd\x7a\x66\x5d\x9f\xdf\xb6\xc5\xe0\x78\xb7\x2a\xc5\xf1\ \x79\xef\xb6\x7d\x31\x5a\x62\x79\x43\x2c\xb0\xe0\x67\xf8\x77\xc6\ \x96\x27\xf8\x7a\xa6\xef\xef\xd7\xda\x89\xd9\x64\x66\x38\x19\x53\ \xe0\xfe\x49\x44\x41\x10\x24\xc8\xbf\x06\x2b\x16\x4d\x26\x91\x93\ \xc9\xe8\x6f\x42\x84\x7c\x09\xba\x21\xf1\x66\x70\xb2\x2f\xea\x4a\ \x12\xa1\x69\xea\x4b\x29\xdf\x16\xc7\x9b\x79\xee\xdb\x00\xc8\xbf\ \x57\x85\x88\x66\x91\x96\x7d\x71\x16\x25\x82\xc9\x2c\x71\x32\x8e\ \xa6\xa8\x1f\x57\xe6\x77\xda\x10\xc1\x6c\x96\x68\x59\x81\x08\xc9\ \x6c\x16\x65\x32\x0e\x20\x66\xb3\x28\xfb\x72\x6c\x09\x11\xcc\x22\ \xf3\xa5\x14\x91\x37\x53\x5f\xf5\x27\xbc\x59\x60\x65\x1c\x05\x08\ \x66\x33\x23\x93\xfd\xb6\xad\x24\xd1\xcc\x0b\xb4\x4c\xfe\x1b\x87\ \xd6\x1f\xb5\x2a\x24\x81\xe7\x45\x22\x97\xcb\x00\x98\x4d\x26\xb0\ \x72\xd9\x0f\xd7\xeb\x35\xa1\xbf\xfe\x72\x24\x3d\x4f\x1d\x16\xab\ \xef\x3a\x65\x51\xef\x5a\x45\x2d\xef\x86\x05\xff\x77\xf0\xcf\x8e\ \x2d\x0f\x7c\xfb\x6a\xff\xc8\x4f\x86\x92\xc9\xbf\x75\x13\xa2\x18\ \x96\xfb\xfe\x35\x67\xe4\x72\xe6\x7b\x96\xff\xc6\x84\xe6\xbe\xdb\ \x8b\x43\xd3\xd4\xb7\xa5\x7c\x5b\x1c\xf7\x9b\xd8\xf1\xbf\x57\x85\ \x62\xbe\x3b\x99\x89\x62\xe5\xf2\x3f\xac\xcc\xef\xb4\xa1\x58\xd9\ \x37\x39\x68\x59\x01\x2b\x52\xb2\x6f\xe5\x52\xec\xb7\xdf\x98\xef\ \xf4\xa7\xbe\x28\xc9\xca\x7e\xb4\xc7\x88\x66\x64\x72\xe6\xcf\x55\ \xca\x4f\xcb\x72\x85\xe7\x5c\x42\x26\xff\xa9\x23\x16\x91\xbb\xd5\ \x6b\xd2\x24\x53\x27\xf5\x0c\xa8\x54\xae\xa8\x93\xe5\x75\xb2\xc0\ \x82\x3f\x05\x6b\x69\x02\x0b\x00\x50\x72\xa7\xca\x75\x2c\xc7\x83\ \x58\x60\xc1\xbf\x00\x4b\xf0\x48\x0b\x2c\xb0\xc0\x02\x0b\x7b\x5a\ \x60\x81\x05\x16\x58\xd8\xd3\x02\x0b\x2c\xb0\xc0\xc2\x9e\x16\x58\ \x60\x81\x05\xff\x69\xf8\xfb\xab\x46\x26\x9e\x4f\x7b\xfd\x32\x2f\ \x3c\x8c\xf0\x3c\xa5\x54\x3a\x94\xaf\xe8\x1a\x58\x9e\xa5\x2c\x61\ \x27\x2c\xb0\xc0\x02\x8b\xed\xf9\x73\x68\xb2\xb3\x3f\xae\x5f\x9d\ \xbc\x74\xae\x6e\xff\x0e\xfd\xb1\xfd\xba\xdd\x5b\xe2\x17\xcc\x08\ \xdb\xb3\xc3\x60\x32\xfd\x41\x2e\x49\xe0\x0b\x02\x71\x1a\xa3\xf6\ \x6d\xdd\xfd\xf9\x0f\xcf\x9a\xf8\x63\x47\x6d\x22\x7e\x9f\x80\xfc\ \x38\x3d\x91\xc0\xf3\xe0\xf9\xef\x2e\x8a\xe2\x5f\x10\x4b\x20\x08\ \xe0\xf9\xef\x22\x7b\x8a\xc2\x4f\xea\x25\xfe\x34\x82\x27\x00\x41\ \xf8\xaa\xdb\x6f\x92\xfd\xf1\x56\x9e\x6f\xc5\x8a\x02\xcc\x66\x48\ \x04\xef\xcf\x62\xe7\xd5\xbf\xf4\x8c\x92\xdf\x62\xc7\x09\x98\xfe\ \xf5\x9f\xc5\x0b\x3b\x36\x5c\xf8\x98\xf9\xaf\x65\x22\x9a\x0b\xfb\ \xb6\x3f\x4c\xe4\xff\xa5\x4c\x59\x61\xd7\xb6\x1f\xba\xa6\xfb\x9d\ \x2c\x8b\x8f\xbe\x05\xff\xb1\xec\x69\x34\x9b\x23\x77\x6d\x11\xae\ \x5d\x60\x79\x9e\x56\xaa\x68\xb9\x82\x56\xaa\x58\x6d\x9e\xfe\xf8\ \xc1\x98\x93\x47\x7f\xc8\x08\x62\x56\xf0\xc8\x66\xd5\xdb\x76\xef\ \xdb\xbd\x73\xa7\x99\x5b\xaf\xe7\xe6\xc5\x5f\x3a\x7b\xdd\xf0\x93\ \x08\x9a\xba\xf0\x93\xe3\x26\xaf\xe3\x7f\x4e\xab\x8f\x0f\xa1\x4b\ \x7b\x34\x6e\x8e\xfd\x8f\x01\x20\xec\x1a\x3a\xb6\x40\xeb\xee\xb8\ \x1d\x05\x00\xba\x0c\x6c\x9f\x89\x21\xf3\x21\x02\xe9\x0f\x31\xaa\ \x0f\xfa\x0f\x40\xe3\x1a\x98\xba\x13\x92\x11\xeb\x27\xa0\x75\x2b\ \x4c\xfc\x05\x86\x42\x0e\x3d\xbb\x10\xed\x07\xc2\x0c\x04\x1d\x45\ \xd7\x0e\x68\xd4\x0c\x07\x5e\x00\xd9\x58\x38\x0e\x7d\xfb\xa1\x73\ \x33\x34\x1c\x81\x34\x23\x0e\x2f\x40\xbb\x4e\x68\xd1\x1b\x2f\x93\ \xbf\xa9\x97\x0e\xc7\xd6\xa1\x57\x1f\x9c\x7c\x04\x00\x29\x91\x98\ \xd0\x03\xeb\xcf\x15\xdc\x4d\x7a\x83\x99\xc3\x31\x64\x2e\x62\x79\ \x18\x33\x31\x7b\x30\xda\x34\xc3\xe2\x43\x90\x80\x8c\xb7\x18\xd0\ \x16\xcd\xdb\xe1\xd0\x13\x00\xd0\xa5\x63\xfb\x4c\x0c\x5d\x50\x40\ \x76\xa2\x0e\xc7\x37\xa0\x57\x1f\x1c\x7f\x0c\x10\x2c\x1e\x8d\xf6\ \xdd\x30\x70\x20\x82\xb2\x90\xf4\x12\x0f\x3e\xfc\xb5\x61\x85\x1c\ \xb6\xaa\xbf\xf1\x80\x8d\xcf\x6e\x5f\x7f\x97\xac\xfd\xd7\x32\x51\ \xd4\xc3\xb3\xa7\xde\xe7\xfc\x6b\x43\x19\x86\xb3\xb2\xb5\x56\x7d\ \xeb\xb9\xfa\xe1\xd2\x8a\xe9\x6b\x2f\x5b\xc6\x2f\x16\xfc\xc7\xb2\ \x67\xfa\x9b\x97\xc2\xc3\x3b\xb4\x42\xfe\xdd\x11\x45\x2c\xc7\xd0\ \x94\xf6\xca\xf9\xcc\x98\xe8\xdf\x67\x31\xe7\xa4\xc4\x51\xfe\x0b\ \x0f\x9f\x38\xbd\x6b\xe6\xc7\xfd\x0b\x77\x3f\xcf\xb3\x96\x62\x16\ \x8e\x18\x3f\x79\xf1\xd6\x4f\x6a\x02\x20\xe3\xc3\xad\x05\x13\xc6\ \x4d\x5a\xb0\x39\x22\x0f\x0a\x46\xf7\xe4\xfa\xfe\x51\x13\x26\xec\ \x7b\x90\x04\x64\x1d\xdb\x30\x6f\xfc\xb8\x29\x27\x1e\x46\x7f\x61\ \x4f\xfb\xe2\x58\xb1\x07\x4b\xda\x60\xe3\x06\x18\x72\xb1\x74\x2d\ \x3a\xad\xc0\xec\x26\x58\xb9\x14\x3a\xe0\xf9\x65\x9c\x7d\x8a\xe4\ \x74\x98\x01\xb7\x06\xd8\x71\x14\x47\x37\xc0\xc3\x1e\x0d\x1a\xe3\ \xf5\x51\xdc\xd4\x62\xf7\x6e\x64\x5e\xc4\xc1\x57\x00\x10\x79\x03\ \xdb\xaf\x22\x53\x03\x13\x60\xe3\x8f\x65\xbb\xb0\xac\x3d\x36\x2c\ \x87\xc6\x11\x8b\x37\xe3\xc4\x71\xd4\xf1\x45\xc5\x1a\x70\x00\x4a\ \x34\xc6\xfe\xc3\xa8\x2f\x61\xf5\xc9\xaf\xf5\x3a\xbc\x0c\xd7\xb2\ \xb1\x74\x0b\x7a\x35\x00\x51\xe3\xec\x6e\xbc\x8c\x42\x46\x2e\x00\ \x68\xa3\x31\x73\x21\x02\xba\x61\xd7\x4a\xf8\x73\x38\xbb\x01\xd1\ \x5e\xd8\xb3\x03\x2f\x76\xe3\x5e\x02\xb6\x2c\x85\xcf\x60\xec\x18\ \x83\xdd\xcb\x11\xa7\x45\xd0\xd5\x02\x9d\xf3\xcd\xae\x63\x2b\x70\ \x25\x13\x4b\xb6\xa0\x4f\x7d\x40\x83\xc8\x0c\xcc\xde\x84\xa3\x47\ \x51\xd3\x19\x12\x03\xa5\x0c\x00\xe2\x5f\x60\xfa\x78\x4c\x98\x88\ \x0b\x6f\x01\x20\xec\x36\x26\x8f\xc3\x8a\x3d\x30\x7c\xf9\x95\xa1\ \xc0\x32\x10\x4d\xd8\xb7\x1c\xe3\xc7\x63\xde\xaf\x48\x37\x01\x40\ \x56\x28\xe6\x4f\xc6\x84\x09\x38\xfc\xa0\xd0\xf8\x35\xa7\x9d\xdc\ \x38\x73\xfc\xb8\x71\x3b\xaf\x7f\x04\x14\x2a\xa5\x4a\xa9\x50\xf0\ \x49\x2f\x56\xcf\x9d\x30\x7e\xd2\xc2\xe7\x99\x44\xfd\xfe\xea\xec\ \x09\xe3\xe7\xac\x3b\x92\x4e\x00\x4d\xcc\xe6\xb9\xe3\xc7\x8d\x9b\ \x79\xe1\x65\x3c\x00\x68\xa2\x77\x2f\x9f\x3a\x7e\xfc\x94\x20\x35\ \x47\xc5\xdd\xdc\xbb\xff\xbc\x11\xd0\x44\x3e\xd9\x7e\xe8\xaa\xa6\ \x40\x8f\xbc\x9b\x07\x56\x8d\x1b\x37\xfe\xc0\x83\x18\x98\x12\xf6\ \xfc\xba\xf9\x93\x01\xea\xd7\x67\x77\x9e\x7a\xce\xcb\x15\x2c\x45\ \xd1\x44\x7b\x71\xcb\xe2\x89\x13\x26\x9e\x7a\x1c\x47\x23\xf3\xcc\ \xfe\x75\xe3\xa7\x2e\x7c\x10\x9d\xfb\xe1\xfa\xde\x49\x13\x27\xac\ \xda\x7b\xdb\x6c\x79\x4d\x2d\xf8\x8f\x61\xcf\xbc\x4f\x61\x94\x4e\ \xf7\xf5\x8c\xb4\xaf\xb6\x04\x8b\xac\xcc\xbc\xe8\xa8\x1f\x14\xc3\ \xca\x18\x5d\xda\xd3\xeb\x57\xaf\x5c\xbe\xa9\xb1\xf6\xf6\x77\x56\ \x48\x8c\x5d\xdd\xd6\x6d\x3d\xd3\xae\xcf\x5f\x77\x5c\xa7\x7e\x3f\ \x7d\xf2\x32\x54\x68\x52\x46\x7a\x3e\x79\xda\xf6\x54\x41\xe6\xee\ \x13\xd8\xb9\xcf\x80\x86\x65\xac\x8e\xcd\x1f\x7f\x24\x4c\xde\xbc\ \x7e\xf1\xc3\x8b\x27\x1e\x7f\x93\x9b\xaf\x72\x60\x2d\x94\x74\x47\ \x52\x16\x2a\xd5\x05\x1f\x0b\xb5\x0a\x6d\xaa\xa0\x66\x13\x30\xa9\ \x08\xcf\x43\xed\x1e\x58\x37\x1d\x36\x74\xc1\x19\x44\x0c\x8b\x2b\ \xbb\x21\xd5\x42\xbb\xe2\x78\xf9\x0c\x95\x1a\xc2\xc7\x17\x4d\x02\ \x11\xf4\x1e\xc8\xc3\x96\x93\x18\x36\x17\x25\xec\x60\x06\x4a\xd7\ \x44\x29\x0f\x24\x65\xa2\x7c\x35\x28\x00\x9a\x41\xea\x03\xdc\xce\ \xc6\xd4\xfe\x90\x29\x50\xa3\x01\x5c\x55\x50\x4b\xa8\x55\xa6\x70\ \x64\x9d\x84\xbd\x17\x90\xf5\x19\xd3\x47\xe2\xc4\x0b\xc0\x16\x83\ \x16\x62\x74\xdb\x82\xf3\x87\x9f\x1d\xc6\xd3\xcf\x78\x72\x08\xa3\ \x66\x41\xad\x45\x78\x24\xea\x37\x86\x57\x71\xd4\x2e\x8a\x07\xb7\ \x11\xcd\xa3\x43\x4b\x14\xab\x03\x5f\x1d\x82\x13\x50\xf3\x1b\x9d\ \x49\x2a\xf6\x9c\x47\xd6\x67\xcc\x18\x89\x93\xaf\x01\x1a\xf6\x12\ \x76\xac\xc0\xe1\x1b\x10\x01\x9a\x02\xcd\xc1\xfc\x19\x63\xa6\xc3\ \xb7\x3e\x7c\x8c\x38\x78\x1d\x29\x6f\x30\x7b\x0b\x9a\xf6\x40\xf6\ \x0d\xac\x38\x5d\xa0\x5e\x6a\x08\x0e\x9f\x47\xda\x67\xec\xbb\x82\ \xea\xed\xc1\xbc\xc2\x98\xa5\x30\xe4\x60\xe2\x04\x30\xe5\x50\xc1\ \x1e\xbb\x0e\xa2\xc0\xc2\xa4\x55\x95\x5b\xf4\x1e\xd0\xb1\xc2\x99\ \x15\xf3\x9e\xa7\x69\x64\x2c\xcd\x70\xf2\x84\x47\x87\xcf\xbe\x41\ \xfb\x6e\xed\x5d\x93\xaf\x4d\x9c\xbf\xbf\x74\xdb\x1e\xce\xb1\xa7\ \xe6\xaf\xbf\x45\xac\x5c\x9b\x74\x1d\xd2\xad\xa6\xd5\x86\x85\x2b\ \x63\xb4\x86\xbd\x8b\x27\x5f\x4d\xf1\x68\xd3\xb4\x9a\x82\x92\x64\ \x0a\xe1\xe6\xc1\x1d\x41\xd9\x08\xbf\x7f\xe8\x4a\x50\x82\x1c\x00\ \xa4\x87\x7b\x17\x6d\x7b\x82\x1e\x5d\xea\x5e\x5c\x3e\xf3\x76\xaa\ \xb5\xa3\xe6\xcd\xe2\x69\x73\xe7\x6c\x38\x0e\x77\x1f\x63\xe4\xad\ \x83\x67\x1e\xbe\xbf\xf7\xeb\xd2\x93\xd1\x9d\x86\x0e\xaf\x5e\xcc\ \x91\x37\x53\xfe\x81\xb5\x7a\xf7\xed\x5a\xd2\x78\x7d\xe2\xc2\x43\ \x65\xdb\x0f\x6c\x5b\xa3\xb8\x65\x65\xd3\x82\xff\x1c\xf6\x24\x66\ \xf3\xd7\x03\xd5\x7e\x37\x82\x23\xe6\x1f\x4d\xb5\x31\xac\x94\x93\ \xfc\xe4\xd6\x83\x37\x89\xf2\x19\x6b\x36\x76\x2a\xab\x12\x95\x9e\ \xcd\x3a\x34\x1f\x36\xa8\x93\x31\x29\xf4\xf9\x8b\xc7\x09\x2e\x0d\ \xa7\x0d\xee\x38\x6c\xd1\x54\xf9\xe7\xfb\x4f\xe2\x0d\x8e\xce\xbe\ \xf5\xaa\x57\xf6\x73\x49\xba\xf6\x3c\x61\xe0\x8c\xe9\x6d\xbb\x8d\ \xea\x53\x03\xf7\x1f\x04\x7d\x91\x77\x63\x13\x0e\xc6\x61\xe1\x28\ \xc8\x8d\x10\x01\x1a\xa0\x68\x50\x12\xcc\x22\x94\x2a\xd0\x62\xe1\ \x81\x71\x00\x72\x70\xfa\x31\x7a\xf6\x02\x00\xb3\x50\x60\x2e\xb3\ \x2c\x58\x06\xd7\xb6\x82\xaf\x82\x06\xde\xd0\x68\x61\x16\x00\xe0\ \xd6\x66\x1c\xf8\x8c\xc5\xe3\x91\xbf\x41\xf2\xec\x19\x94\xef\x00\ \xef\xfc\xf1\xa8\x09\xab\xc7\x42\x53\x15\xa3\x9a\x17\x4e\xfe\xc6\ \x82\x2a\x8a\xc3\x87\xb1\xac\x33\x36\xad\x47\x06\x03\x95\x12\x62\ \xa1\xa5\x14\x1c\x83\x66\x53\xb1\xe7\x00\x5c\xa3\xb0\xe7\x12\x28\ \x19\xf2\x77\x9e\x72\x0c\x78\x23\x40\x83\xa5\x01\x0a\x2c\x20\x88\ \x50\x2a\x0b\x74\xa6\x01\x43\x2c\x88\x2f\x0e\x1d\xc1\x8a\xae\xd8\ \xb8\x0a\xe9\xd6\x58\xbc\x11\x03\x9b\xe3\xe0\x22\xec\x0d\x81\x42\ \x06\x4e\x89\xf0\x5b\x20\x81\x18\xdb\x15\xf5\x6b\xc2\x91\xc5\xeb\ \x20\xbc\x4b\xc2\xa3\x4b\x88\x4f\xc7\xc7\x97\x85\x4d\x2e\x83\xb5\ \x15\x24\x1e\x8e\xc5\xd0\xa2\x29\x16\x2e\x83\x2e\x18\x8f\xae\x23\ \xd3\x09\x0b\x06\xa1\x49\x3d\xd8\x32\x28\x98\xc8\xe5\x0d\x61\x8f\ \xae\x1d\xbb\xfe\x2a\x23\x3d\x39\x45\xab\xa3\x29\x9a\xa6\xc1\x8b\ \x74\xd1\xb2\xf5\x9b\xd6\xae\x4c\x85\xbf\x7c\xf9\x21\x25\xf8\xce\ \xc5\x8f\xc9\x29\x91\xef\xdf\xe6\x18\xb2\x5f\xdd\x3d\x7b\xe9\x49\ \x78\x46\x86\x26\x23\xf2\xe3\x93\x10\x61\xd4\xb4\x29\x2d\xda\xf7\ \xac\xe6\xad\x52\xf9\x34\xec\x52\x4d\x79\xf5\xcc\xbd\xb7\x11\xd9\ \xf5\x5a\xb7\x93\x03\x80\xe9\xd5\x8d\xeb\x29\x29\x51\x97\xae\x06\ \xa5\xc4\xbf\x7d\xf8\x59\xea\x34\x6f\x91\xf9\xf8\xb2\x07\xf6\x6d\ \x87\xd7\xf3\x92\x08\xab\x54\xb0\x5e\x25\x9b\xd5\x74\xcb\x3a\x78\ \xf4\x7a\x36\xe4\x10\x24\x57\x9f\xd2\x35\x2b\x06\xba\x17\xab\xde\ \xa2\x86\xc7\xb5\x43\x07\xc3\xf3\x2c\xfb\xe1\x2c\xf8\x0f\x62\x4f\ \x4a\xa9\x84\xf4\xd3\x05\x0f\x5a\x65\xf5\x03\xc2\x35\x19\x58\xbf\ \x1a\xb3\x7e\x59\xb5\x60\xde\xf4\xd6\x55\x3c\xc1\x9b\x89\x24\x9a\ \xcc\xe0\x05\x8a\x61\x68\x5b\x07\x57\x92\x11\xfd\xd9\x04\x43\x44\ \x48\x0e\xb1\xf3\x72\x54\xe4\x66\x67\xa9\x09\x00\x5b\x57\xa5\x14\ \x1a\x1a\x07\x68\xc2\x3f\xe7\x39\xba\xb9\xe5\x4b\x7b\x7f\x0e\x3b\ \x5f\x63\xcf\x01\xf8\x28\x20\x2f\x0a\xa5\x16\xc1\xe9\x48\x08\x85\ \xde\x06\x45\xed\x00\x40\x22\x5f\x97\x1e\x12\xde\x20\xd5\x0e\xd5\ \x4b\x00\x40\x89\x92\x08\x0b\x86\xc0\xe3\x55\x14\xca\x16\x45\x7c\ \x1e\x52\x1f\x63\xec\x1c\xbc\x7e\x89\x3b\x41\xf8\x74\x13\x3b\x82\ \xb0\xfb\x40\xc1\x11\x9e\x52\x26\x82\x22\xd1\xb0\x4e\xfe\x4c\x24\ \x8e\x2c\x47\xb4\x3f\x76\x4d\x87\x12\xe0\x35\x88\x4b\x80\xdc\x03\ \x6c\x1e\x92\x79\xd8\xdb\x81\xfd\x26\x76\x49\x7e\xc9\x7e\x6e\x48\ \x8d\x02\x28\x58\x2b\x41\x5b\xa3\x78\x11\xbc\x0d\x81\x68\xc4\xdb\ \x78\x54\xa9\x0f\x57\x11\x4f\x3f\xc2\x18\x8b\x78\x1a\x45\xbd\xbe\ \xea\x4c\x00\x99\x3b\x58\x2d\x92\x0a\xc5\x9a\x25\x38\x78\xa1\x71\ \x07\x34\xf0\xc2\xfb\x68\x40\x82\x49\x0f\x5b\x17\xe4\xa6\xc0\x00\ \x98\x0d\x30\x13\x38\xd8\xc1\xc5\x0d\xed\xfa\x62\xc5\x3e\x6c\x9f\ \x8d\xbc\x74\x24\x65\x82\xa2\x01\x80\xa6\x61\xd6\xc1\x08\x64\x45\ \xc2\x20\x83\x87\x3b\x0c\x59\x48\x17\xc1\x1b\x20\x90\x82\xad\xf1\ \xcf\x4e\xae\x58\x7e\x49\x3d\x7c\xfc\xa8\xea\xc5\x9c\x04\x5e\xe4\ \x79\x93\x89\x07\x43\x43\x14\xcc\x00\x94\x76\x36\x76\xae\x1e\x0d\ \xbb\xf6\x9f\xbd\xee\xf8\xb1\x5f\x47\xdf\x5d\x34\xf6\x48\x8c\xcf\ \xb8\x51\x7d\xca\x38\x51\x44\xe5\xe0\xa4\xcc\x7b\x1b\x12\x07\x10\ \x41\xe0\x4d\x94\x55\x8b\x5e\x9d\xdf\x1f\x9e\x72\x24\xb2\x68\xa7\ \x46\xf9\x07\x56\x51\xd6\x2e\x6e\x2e\x45\xab\xf4\x1b\x36\xea\xc8\ \x95\xdb\xd3\xeb\x3a\x86\x5c\x3a\xc9\xd6\xef\x50\x22\xe5\xde\x9d\ \x38\xb3\x9c\xa3\x05\xb3\xd1\xc6\xab\xfa\xc6\x23\xc7\x3b\x3a\x7e\ \x18\x3b\x75\x59\x22\x65\xa3\xcb\xc9\x14\x00\xc8\xfc\xa6\xfd\x72\ \x60\x65\x1f\xbf\x35\x13\x47\x5d\xfd\x9c\x9d\x98\x90\x64\xb2\xac\ \x25\x59\xf0\x0f\xc3\xdf\xf9\x5d\xb7\x2f\x57\x31\xcf\xce\x81\xd6\ \xeb\xc0\x7e\x9f\x9d\xe7\xe1\xe5\x6b\x1f\x50\xea\x87\x36\x29\x0d\ \xc9\x64\x40\xe1\x81\x41\x14\x5d\x68\xbd\x0a\x66\xa1\x48\x95\x96\ \xc3\x6b\x5f\x99\xd2\xb1\x2b\x2d\x68\x9b\x0c\x5b\x55\xbb\x82\x6b\ \x79\x9b\xbd\x03\x3b\xf5\xea\x32\x78\xc1\xb8\x59\x23\x26\x2d\x18\ \xdb\x73\x2f\x2d\x7a\xb4\x59\xd3\xb6\x7c\xfe\xbc\xe7\x95\x43\x88\ \xc9\xc3\x8a\x71\x90\x6c\xb0\x60\x39\x26\x76\xc7\x92\x5e\x60\x18\ \x0c\x98\x03\xf7\x42\x16\xfb\x62\x1c\xc7\x46\xc1\xbe\x08\xdc\x68\ \x00\x68\xd0\x0f\x57\x27\xa0\x43\x07\x28\x4b\x60\x76\x2d\xb8\x35\ \xc6\x08\x40\x13\x82\xe1\x6b\xd0\xab\x36\x7e\xed\x86\x28\x35\x56\ \x8e\x83\x64\x8d\xf9\xcb\x20\x4b\x41\xaa\x1c\xc5\xfd\x00\x40\x48\ \xc7\xb1\xc3\x90\x6a\x61\xdc\x18\xb8\xd6\xc2\x00\x27\x4c\x3c\x8c\ \x43\x47\x30\xac\x29\xc6\x77\x80\x9c\x41\xef\xc9\x70\xa5\x0a\x7e\ \x8f\xf2\x4b\x6e\x31\x12\x57\x26\xa0\x7b\x0f\x10\x07\xac\x6f\x0a\ \xdb\x12\xb8\x31\x15\x1d\xcf\xc3\xa5\x1e\xda\x94\x45\xb9\x61\x98\ \x30\x0d\xe7\x19\x34\x18\x86\x0a\x0e\x5f\x75\x26\x00\xeb\x87\xa1\ \xcd\x30\xa9\x3d\x14\x2c\x06\xcc\x80\x2a\x16\xa3\xe6\x40\x23\x40\ \xad\xc0\xda\x86\xb0\x01\x22\xf6\x22\x6f\x3b\x3a\xde\xc6\xc0\xa1\ \xc8\x7a\x05\xab\xee\xa8\xd1\x0a\xed\xee\x62\xd5\x32\x38\xb9\x62\ \xdc\x72\x64\x6c\xc7\x65\x07\x4c\x2a\x07\x91\x07\xab\x40\xd6\x5b\ \x8c\xee\x0d\x63\x12\x3a\xcc\x44\xb9\x06\xe8\x71\x15\x23\x06\x82\ \x7c\x86\xa6\x74\x81\x89\xed\x53\xb2\xaa\xa7\xf1\xe0\x2f\x6b\xd5\ \xef\x32\xa4\x8e\x36\xae\xd5\x4a\x3b\x6f\x3e\x7d\xac\x6a\xa5\x82\ \xa8\x2c\xee\xf5\x7b\x0e\xaa\x1f\xbc\x63\xd9\x72\x57\x17\xf7\x9e\ \xd3\x97\x57\xa8\x5b\x43\xda\x72\x65\xed\x26\x79\x9c\xd9\xd6\xca\ \xbd\xd8\xc8\x49\x7d\x26\x2e\x1f\x1e\x72\xdc\x36\x34\x95\xae\x67\ \x03\xdb\x12\x3d\x2b\x59\x2f\x7a\x19\xd8\xb0\x44\xc1\x92\xa0\xa2\ \xe3\xe8\x49\x2f\xe6\x6d\x5b\xbe\xf2\xb5\x8b\x7f\x8b\x85\x03\xd3\ \x7f\xdd\x13\x34\x68\xcb\x49\xaf\x7b\xb3\x67\xaf\xd9\xbb\xb8\xbb\ \x52\xa5\x24\x29\x61\x17\x7e\x59\x73\x55\x9b\x93\x51\xa6\x7a\xeb\ \x0a\xb5\x3c\xad\x36\x8f\xef\xdc\x3b\x79\x60\xaf\x06\x9f\x9e\x5c\ \x4a\x48\x57\xbb\x05\xd6\x77\x4d\xbd\x36\x65\xdd\xfd\xb9\x07\x77\ \x96\x53\x5a\x5e\x58\x0b\xfe\x41\xf8\x3b\x11\xea\x78\x49\x0a\xdb\ \xb5\xcd\x70\xf2\x30\xc3\xd0\x60\xb9\x82\xe0\x6c\x66\xb3\xc8\x71\ \x0e\x23\x27\x94\xe8\xd0\xf9\xf7\x6b\xa6\x44\x34\xe5\x68\x0c\x56\ \x76\xf6\x05\xf1\x86\x24\x73\x4e\xae\xde\xda\xde\x9e\x16\x0c\x39\ \x3a\xc1\xde\xde\x86\x06\x9f\x18\x15\x63\x52\x38\x17\xf3\x76\x02\ \x20\xea\xb2\x62\x93\x32\x94\x4e\x45\xbc\x9c\x94\xda\x8c\xf8\xa4\ \x6c\xc1\xdb\xdf\xdf\xaa\x90\xab\x75\x59\xc8\xcc\x85\xde\x04\x46\ \x06\xff\x62\x60\x81\xd4\xcf\x30\xa9\x50\xc4\xb5\x20\x81\x68\x86\ \xd6\x04\x3b\x1b\x00\x30\xeb\x61\x04\x6c\x0b\x0f\xb5\x14\x75\x88\ \x4d\x81\x67\x31\x7c\x3d\x37\x4e\x44\xae\x0e\x76\xb6\xd0\xa9\x91\ \x99\x0b\xbd\xb1\x50\xac\x80\x6c\x1d\x1c\xec\xf2\x15\x86\x3a\x0d\ \x39\x5a\x98\x04\x28\x1c\xe0\xeb\x80\x6c\x2d\x9c\x9d\x00\x20\x31\ \x1a\x82\x35\x8a\x16\x98\xc5\x30\xea\x20\x30\xb0\x56\x00\x00\xaf\ \x41\x6c\x2a\x3c\xfc\x60\xc3\x01\x80\x29\x1b\x09\x6a\xf8\x16\x2b\ \xe0\xac\xec\x64\xa8\x45\x14\xf3\xf9\x81\xce\xdf\x89\xe5\x91\x10\ \x0f\x83\x04\xf7\xa2\xb0\xe5\x00\x20\x33\x1d\x4a\x6b\xdc\x3d\x81\ \x77\xd1\x78\xf6\x1c\xcd\x27\x62\x62\x5b\x40\x40\x6c\x2c\x78\x06\ \x3e\x45\x41\x6b\x11\x11\x86\x3d\xab\x21\x36\xc6\x82\x06\xe8\x3a\ \x05\xf3\x37\xa3\x98\x2d\x8a\xb8\x01\xc0\x9d\x13\x78\x1e\x8a\xd7\ \x2f\x51\xaa\x2b\x96\x0f\x2e\x9c\xcb\x4e\x8f\x4f\xcc\xd4\xab\xec\ \x9d\xbd\x3c\x9d\x59\x5e\x97\xa6\xd6\x59\xd9\x28\x45\x91\xb5\xb3\ \x51\x02\x00\x31\xc6\x47\xc7\xe9\x45\xce\xdd\xb7\xa8\xbd\x92\xce\ \x4c\x8c\x4e\xcf\x13\x6d\x5d\x3c\x3c\x9c\x6c\x18\x0a\xda\x8c\x84\ \xc4\x2c\xbd\xb5\xa3\x9b\xad\x21\xfe\xfa\xb5\xf3\x67\x1f\x65\x8e\ \x5b\xbe\xa2\x4e\x91\xaf\x43\x10\xb3\x26\x35\x36\x39\x87\xb5\x76\ \xf6\x71\x56\x68\xf4\xc4\xd9\xd1\x06\x30\x67\x66\xe4\x59\xd9\x2a\ \xcd\x26\xa8\x38\x53\x5c\x5c\xaa\xc8\x5a\x17\xf1\xf7\x51\xd0\xd0\ \x67\x25\x26\x66\x9a\x9c\xdd\x5d\x8c\xd9\x29\xb9\x46\xda\xbd\x48\ \x71\x07\x99\x3e\x3d\xcb\x68\xef\xe2\x24\xb3\x2c\xc6\x5b\xf0\x3f\ \x83\xbf\x17\xa1\xee\x6f\xc6\xf7\x34\x18\x8d\xd1\x47\x0f\xe9\xae\ \x5d\x44\x76\x16\x68\x1a\x92\x04\x4f\x6f\xbb\xce\x3d\x8a\xb5\xef\ \xc4\xd1\xff\xb3\xb3\xfc\x5a\x2d\x04\x09\x0c\xf5\xd5\xde\xcd\x3f\ \x00\x9d\x22\x5f\x3d\x2b\x29\x0a\x34\x5d\xe0\xd7\x49\xd1\xa0\xa9\ \xaf\x3e\x9e\x34\x03\x86\xfe\xde\x43\x93\x02\x43\x43\x92\x40\x31\ \xbf\x13\xcb\x40\x28\xf4\xf1\x64\xb9\xc2\x68\xa1\x12\x04\xa9\xf0\ \x16\x05\x8e\x2d\x70\x0e\x25\x85\xf2\x29\x52\x20\xfc\x37\x65\x31\ \x2c\x68\x0a\xa2\x50\x30\x27\x9b\x2f\x50\x10\x0a\x26\x19\xbe\xd5\ \xf9\x3b\xb1\xf9\xb5\x03\x24\x09\xa2\x58\xa8\x55\x1e\xce\x9f\x44\ \x42\x1e\x3c\xcb\xa2\x6d\x63\xc8\x09\x28\x1a\x2c\x03\x00\x02\x0f\ \x30\x88\x79\x8e\xcb\x6f\xd1\x65\x00\x9c\xf3\xf0\xe0\x23\xea\x35\ \x85\x4d\xbe\x34\x11\xb7\xce\xe0\x53\x3a\x1c\xfd\xd0\xbe\x15\x7c\ \x1c\xf1\xdf\xf8\xb8\xb4\x91\x8f\x0f\x5e\x79\x5d\xba\x65\x9f\x46\ \xa5\x9c\x2d\x2f\xa4\x05\x16\xf6\xfc\x29\x44\x20\x33\x32\x42\x13\ \x13\x05\x93\x99\x56\x29\xed\x4b\x95\x75\xf4\xf6\xfe\x97\x8d\x83\ \x6f\x43\x1c\xff\x35\x6c\xda\x84\xe0\x10\xb0\x04\x7a\xd3\xb7\x3a\ \x17\x38\xcc\xb3\x0a\xc8\x29\xe8\x0c\xff\xe2\xec\x2f\x0b\x16\x30\ \xf3\x3f\x89\x3c\x4a\xfd\xd4\x1b\x3f\x9f\xe9\x68\x0a\x20\x5f\xd7\ \xa9\x28\x1a\xd4\xb7\x5f\xa9\x82\x8a\x7e\x3b\x9f\x40\x48\x41\xd5\ \x29\x0a\x44\xfa\x2a\xfc\x6b\xe2\xef\xc5\x52\xf4\xd7\xc8\xd2\x12\ \x01\xc5\xc0\xc6\x16\x2c\x05\xc1\x04\xad\xee\xab\xd7\xfd\x17\x81\ \xac\x02\xd6\x0a\xe8\xb4\xe0\x09\xac\x14\xd0\xeb\x20\x15\xde\x55\ \x5a\x41\xc6\x82\x88\xd0\xe9\xb0\x66\x1d\x1c\x1d\xff\x4b\xdd\x4e\ \x12\x41\x31\xf8\xdf\x35\x0a\x45\x41\x62\xd8\x7f\xcc\xca\xfc\xbf\ \xde\xa5\xff\x00\xc6\x9c\x4c\x3d\x6b\xef\x68\xfd\x27\x33\x6c\x9a\ \xac\x74\xca\xda\xc9\x46\xce\x58\x78\xf0\xdf\xc9\x9e\x7f\x7f\x3d\ \x93\x01\xdc\x4a\x04\xb8\x95\x08\xf8\xab\xaf\x99\x59\x9f\x9d\xab\ \x67\x15\x4a\x4a\x34\x19\xcd\x44\xc5\x27\xee\x3c\xf8\xb0\xf5\xe8\ \xb1\xa5\xec\xfe\xb5\x72\xc7\x8d\x23\x21\xd7\x37\x7d\x50\x35\xe8\ \x55\xff\xdb\x93\xcb\x4c\x80\x0c\xa0\x62\xef\x6f\x7f\xa8\xab\x38\ \xa0\x4d\xcd\x7f\x49\x26\x1f\x73\x6d\xeb\x5d\xcd\xd8\xa1\x3d\x7e\ \xd2\xfb\x4c\x00\xf7\x07\x2b\x6c\xbc\x11\xac\xe2\x1b\x06\x11\x40\ \xd8\x1f\x13\x8a\x41\x0f\xd0\x50\x7e\xb3\x4d\xc0\xcc\xe3\x37\xf1\ \x9a\xbf\x96\x6a\x84\x5c\xf1\xb5\x08\x5e\x82\x5c\xf9\xd5\x3a\x36\ \x9a\xa1\x90\xfd\x49\xae\x1f\x28\x60\x82\xb2\x30\x44\xb2\x40\xbe\ \x2e\x76\xe9\x72\x20\x29\x61\xf3\x4d\xf4\x64\x93\x19\x32\x59\x61\ \x2d\x24\xa8\xd5\x50\xd8\x42\x25\x03\x6f\x40\x4e\x1e\xc0\xc0\xc1\ \x09\x1f\xcf\xe3\x46\x2e\xa6\x0d\xf8\x33\x3e\xd1\x60\xe3\x76\x34\ \x18\x82\x8a\xff\xfd\x61\x97\xc5\x4b\x9b\x96\x24\x97\x1f\x34\xa2\ \x41\x91\x9f\x24\x10\x8c\x06\x41\xae\x54\xfc\x0d\x3e\x7b\x7b\x65\ \xc7\x2b\x52\xb9\xa9\x7b\xca\x99\x50\xeb\xa9\xfd\x1b\xbf\x3a\xb7\ \x65\xeb\xa5\xb7\x35\xdb\xb4\x32\xc4\xab\x5b\x0c\x1a\x56\xca\xfe\ \xf7\x39\x72\x0e\xae\xdd\xea\xd6\x65\x4a\x0b\x3f\xf9\x5f\xa6\x5a\ \x93\x3a\xc7\x60\xe7\x60\xcf\x7c\x7b\xc9\x28\xc8\x15\x1c\x00\xe8\ \x42\x97\xcc\xde\xd9\x6c\xe6\x8a\xaa\x42\x2e\xcf\x58\x39\xd8\x28\ \x00\x49\x9b\x9d\xad\xe7\x25\x4e\xae\x90\xb1\xac\x5c\xa9\x64\x69\ \x98\xe2\xee\xce\x5e\x7d\x6f\xec\xca\x25\xa5\xe4\x10\x05\x33\x61\ \x64\x2c\xf8\xdc\xec\x1c\x93\x00\x99\x52\xc5\xb1\xb4\x42\xa1\x64\ \x7e\x30\x9b\x26\x18\x4c\x44\xa9\xe0\x7e\x47\x16\xbc\x2c\xbf\x47\ \x8a\x86\xcc\x6c\xbd\xad\xd3\xb7\x13\x26\xc4\xa0\xc9\x36\x48\x32\ \x47\x7b\xeb\xc2\xb7\xda\xa8\xce\x35\xd9\x3b\xd8\xfd\xf6\xdd\x10\ \xcc\x02\xc5\xb2\x0c\x0d\x89\xcf\xc9\xd6\xd0\x56\xf6\xb6\x8a\xff\ \x40\x66\xff\xf7\xfd\x62\xe7\x7c\xbc\xbf\x62\xd2\xe8\x56\xf5\x2a\ \x36\x6c\xdf\x67\xea\xb4\x65\xc7\xce\x9f\x7c\x18\x99\xe3\x63\xf7\ \x37\x7a\x35\x65\xed\x16\xe8\x6d\xff\x75\x6c\x48\xb2\xde\x4f\x1a\ \x38\xf1\x59\x16\x05\x40\xe9\x52\xda\xd3\xc5\xed\x5f\xb5\x16\x1e\ \x5e\xb9\xf2\x3c\x81\xfe\xe1\xe3\x15\x33\x82\x27\x0e\x9c\xf8\x32\ \xfb\x27\x0d\x25\xe0\xfc\x56\xf4\xee\x86\x86\xcd\x71\x21\x14\x00\ \xee\xec\x46\xeb\x16\xa8\xdf\x1a\x77\x63\x01\x20\xf2\x25\x46\xb4\ \xc2\xdc\x83\x00\x90\xf1\x1a\xc3\x87\x62\xe4\x10\x94\xf5\xc3\xb4\ \x73\x30\xa4\x60\xfa\x20\xb4\x6a\x82\x91\x6b\x90\xbf\xa0\xcc\x67\ \x60\x64\x73\xf4\x5f\x0a\x08\x38\xb0\x10\xdd\x7b\xa0\x71\x67\xbc\ \xc9\x00\xb4\x58\x30\x1e\xa3\x46\xa3\x49\x25\xd4\x19\x87\xe4\x58\ \x2c\x18\x8e\xee\xed\xd1\x6b\x06\x72\xbe\xd9\x92\x15\xfb\x1c\x73\ \x27\xa2\xcf\x00\xdc\x0e\x85\xa8\xc7\xb3\x33\x68\x5c\x07\x97\x42\ \x0a\xee\x3e\x3a\x89\xf1\x43\x31\x68\x0a\x12\x0c\x88\x79\x80\x9e\ \x1d\xd0\xb0\x2e\xb6\xdf\x2b\xd0\xb9\x6b\x67\xb4\xee\x5c\xa0\x73\ \x52\x18\xe6\xf5\xc7\xa0\xf5\x05\xfe\x4c\x9f\x5f\x60\xde\x14\x0c\ \x1f\x8d\x27\xd1\x80\x16\x03\x3b\x63\xcc\x64\xcc\x59\x82\x74\x82\ \x47\x17\x90\x2e\xfb\x73\xc3\x93\x52\xa1\x6c\x59\x14\x1c\xd5\xf7\ \xdf\x0b\x21\xfa\xd2\xf5\x27\x32\x1b\xeb\x9f\xdd\x7f\xb1\x6f\xe6\ \xf4\x2d\x4f\xff\x9e\x29\xf8\xec\xca\xc5\x04\xad\x8d\x8b\x57\xb1\ \x0a\xa5\x8a\xa4\x3c\x3b\xbc\xf6\x6c\xe4\x80\x49\x73\x3a\xd6\xa9\ \x52\xb6\x94\xbf\xbd\xea\x87\x06\x4c\xf0\xf9\x1b\x6f\x6d\x1c\x65\ \x7f\xf5\x37\x3b\x23\x64\xd1\xf0\x5e\xdd\xba\xb6\x1e\x38\xef\xa0\ \x26\xdf\xac\xc9\x8b\x9d\xdb\xad\x66\x9b\x79\x67\x44\x00\x10\x6f\ \xed\xd8\x9c\xee\x59\x53\xf9\xe9\xc4\xd8\xa1\x83\xba\xb6\x69\xb7\ \xfa\xc2\x27\xc0\x70\x72\xcd\xdc\x29\xd3\xa6\x0d\x68\x5f\xaf\x6c\ \x93\x29\xb1\x79\x04\x30\x1f\xdb\xb6\x8b\xab\xd0\xd2\x4f\xfc\x7c\ \x76\xfd\xa4\xa6\x1d\x87\xbf\x33\x00\xc6\x98\xad\x2b\x26\x4d\x9d\ \x31\xb5\x6b\xa3\x4a\xf5\x86\xad\x4a\xff\xc1\xd6\x64\x72\x6d\xc3\ \xb4\x05\x27\xdf\x7e\xdb\x94\xf1\x21\xf7\xa7\xf6\x68\x3e\x6e\xdd\ \x45\x11\x30\xa4\xbc\x9a\x3b\x62\xd0\x88\x11\x03\x7a\x8d\x5a\x1e\ \x5d\xb8\xef\x2c\xf6\xc5\xa9\x49\x23\x06\xf7\xed\xd0\x66\xf2\xb6\ \x3b\x02\x60\x4a\x7d\x35\x6b\x50\x8f\x6e\x9d\x5b\x0d\x5b\x76\xf2\ \xcb\x01\xd6\x82\x36\xfd\xf1\xf1\x65\x0d\x1a\xf4\xbe\x13\x69\x00\ \x4c\x97\x37\x2f\x1c\x32\x78\x70\xbb\x0e\x7d\xcf\xbe\xcb\xfa\x0f\ \x34\x59\xb3\x33\x52\x7e\xf3\x97\x93\x99\xfa\x3a\xe8\x99\x20\x88\ \xe4\xbf\x1f\x99\x73\xba\x37\xfd\xf5\x56\x22\x21\xe4\xc5\xd6\x3e\ \x45\x4a\xd7\xee\x37\x60\xf4\xc9\x27\x71\x84\x90\x9c\xf0\xfb\x0b\ \x27\x0c\x1a\x3c\x62\xe6\xed\x08\x75\x41\x5a\x49\x7d\x66\xd3\xfc\ \x81\x83\x07\xaf\x39\xf6\x34\xee\xcd\xd9\x25\xeb\x4f\x09\x44\xb3\ \x6f\xe5\xb2\x3b\x6f\xc3\x8e\x6e\xdb\x1e\x92\x96\x77\x7b\xd7\x82\ \x81\x03\x07\xad\x3e\xf2\x38\x23\xf2\x7c\x05\x4f\xbf\xf6\x83\xa7\ \xdc\x08\x8b\x39\xb6\x65\xd3\x9b\x5c\xe9\xc3\xd9\x4d\x03\xfb\xf6\ \xef\x3b\x62\xce\xa3\x18\x1d\x21\x24\xee\xc5\xf9\xd9\x63\x07\xf5\ \xef\x3b\xfc\xf8\x9b\xd4\x7c\xd9\xfa\xe8\x07\x73\xc6\x0c\x18\xd0\ \x77\xe0\xb6\x4b\xc1\x84\x90\x5d\xa3\x6b\x96\xad\xd5\xaa\xff\x88\ \x39\x8f\xa3\xf3\x08\x21\x11\xf7\x0e\x8f\x19\xd0\x7f\xf0\xb4\xf5\ \x51\x3a\xa2\xfd\x78\xac\xac\xa7\x5f\x87\x21\x93\x6e\xc7\x0b\x99\ \x6f\xce\x4e\x18\xd2\xbf\xff\x84\xe5\x6f\x53\xf9\x02\x25\xcd\x24\ \xfc\x13\xd1\x13\xb2\x65\x30\xe9\xb3\x9b\xa4\x3d\x25\x8d\x9b\x93\ \xd0\x64\xb2\x6b\x3c\x99\xb0\x8b\x98\x32\xc8\xca\x51\xa4\x62\x29\ \xb2\xe3\xc1\xd7\x26\x78\x73\x84\xf4\x1c\x4b\x52\xf5\x64\x65\x3f\ \x32\x71\x0f\xc9\x0e\x27\x4d\x1a\x93\x48\x89\x90\x2c\x32\xbb\x0f\ \x29\x15\x40\xe6\x9e\x22\xc4\x4c\xc2\x43\x89\x44\xc8\xc4\x16\x64\ \xc9\xb5\x82\x8c\x86\x4f\xa4\x5f\x77\x72\x3b\x86\xe8\xb2\x48\xf8\ \x67\x42\x92\x49\xc3\x6a\xe4\x71\x5a\xc1\xdd\xb8\x47\xa4\x53\x3b\ \xb2\xeb\x32\x31\x11\x42\x08\x09\xbd\x4b\x86\xb5\x27\xa5\xea\x92\ \x77\xb9\x84\x10\x72\x6b\x13\x69\xd7\x9f\xdc\x78\x4b\x08\x21\xc6\ \x58\xd2\xb1\x21\x39\xf9\x91\xbc\xda\x4c\x5a\x8f\x25\x09\x4f\x49\ \x93\xe6\x24\x34\x99\xec\x18\x47\xc6\xef\x20\xc4\x48\xb6\x2e\x20\ \x55\x2a\x90\x59\x87\x08\x21\x24\xfe\x31\xe9\xd4\x8e\xec\xbc\x44\ \x8c\x84\x10\x42\xde\xee\x25\x3d\xe6\x14\xd6\xc4\x40\x06\xb4\x21\ \x57\xd2\x89\xa4\x26\xdb\x17\x91\xfe\xfd\xc9\xac\xdd\x44\x20\x24\ \xfa\x21\x99\x38\x98\x8c\x98\x41\xc2\x0b\x9f\x64\xfc\x7d\xb2\xe5\ \x14\xd1\xc7\x92\x19\x23\x48\xff\xbe\x64\xcf\x8d\xfc\x67\x40\x8e\ \x6e\x20\xfd\x07\x90\x09\x4b\x49\x0e\x21\x84\x90\xe7\x67\xb6\x6f\ \xbb\x12\x42\x88\xf1\xc0\xda\x65\x57\x62\x78\x92\x1d\xb2\x76\xf9\ \x96\x04\x03\x79\x7f\x6d\xf7\x84\xa1\xfd\xfb\x0e\x9a\xf9\x26\x2d\ \x2f\xf2\xc1\x91\xd1\x03\x06\x0e\x9d\xb9\x3d\x51\x47\x08\x21\xa6\ \xd0\xd3\xed\xdb\x8d\x08\x37\x10\x51\x1d\xb6\x75\xf1\xe4\x01\x03\ \xfa\x2d\xdc\x7d\x33\x27\xf3\xc3\xea\xa9\xc3\x06\x0d\x9a\x70\x2d\ \x2c\x7d\xef\xe0\x7a\x25\x6a\xb4\x9f\xb2\xee\x5a\x7e\xb3\xa8\x3f\ \xde\x9d\x3b\xba\x5f\xdf\xfe\x63\xd7\xfc\xba\x6e\xfc\xd0\xbe\xa3\ \x17\xef\x49\x15\x09\x91\xd4\xe7\x37\xcf\xe9\xdf\xaf\xef\xa2\xfd\ \xf7\xcc\x84\x10\x21\xfd\xe4\xc6\x05\x03\xfb\x77\x2f\x5f\xab\xd5\ \xad\xcf\xba\x1b\xbb\x7f\x79\x12\x99\x7b\x6b\x53\xff\x62\x55\x9a\ \xce\xde\x7a\x2a\xe8\xc1\x89\x3d\x67\xdf\x11\xa2\xbb\xb0\x69\xee\ \xc0\xc1\x83\x97\x1f\xbc\xc3\x13\xa2\x8d\x7e\xb2\x62\xe6\x98\xbe\ \x6d\xab\xd7\x1e\xb8\xcd\x54\x50\x69\xcd\x85\x2d\x0b\xfa\xf5\xef\ \xbb\x78\xcf\x2d\x91\x90\xe4\xb7\xa7\xc7\x0f\xec\xdb\xb7\xef\xf0\ \xa3\x8f\xa3\x0b\x9b\x2f\x67\xf3\xa8\xd6\x03\x56\x5f\x53\xc7\xdd\ \x69\xd3\xb8\xfd\x5d\x35\x21\x7c\xec\xba\x71\xed\x8b\xfa\x07\x4e\ \x3a\xf0\x88\x10\xa2\x8f\xbd\xd1\xbd\xc3\xc0\x97\x19\xba\xa4\xd8\ \xf0\x54\x3d\x09\xde\x3a\xac\x76\xcf\x4d\x05\xef\xa4\x21\x6c\x7a\ \xbf\x1e\x9b\x6f\x45\x4a\x84\x64\x3c\xdf\xd1\xb1\xc7\xf4\x14\x9e\ \xbc\x3a\xb1\xa2\x73\xe3\xf2\xb5\x3a\x2f\xca\x2b\x2c\x40\x4a\xb8\ \x37\xb4\x5b\xbf\xb3\x6f\x0b\xfa\x3c\x11\xd4\x97\xb6\x2f\x19\xdc\ \x7f\xc0\xe0\x39\xbb\x32\xf4\x9a\x35\x83\x2b\x95\xab\xdf\x7e\xc1\ \x9e\xcb\x3a\x42\x08\x21\xa6\xb4\xb0\x8d\x53\x06\x54\x2f\x13\x38\ \xef\x78\x0c\x21\xe4\xe2\x9c\xae\x5d\x97\xdf\x20\x24\x79\x70\x93\ \xa6\xc7\xde\xa7\x1e\x5e\x3a\xef\xdc\xeb\xf4\xb4\xf8\xf0\xd8\x4c\ \x3e\xe3\xd6\xea\xaa\x8d\xa6\xe6\x12\xcd\xba\x21\x2d\x46\x6c\x79\ \xa8\x0e\xbf\xd8\xb2\x65\x9f\xdb\xef\x9e\x2f\x9a\xbf\x21\xd6\x40\ \x3e\xdd\x3d\x3c\xa4\x4d\x9d\x52\x0d\x86\x7e\xd0\x12\x42\x0c\x11\ \xef\xc3\xf4\x84\x1c\x9c\xd0\xb8\xf7\xd2\x1b\xe4\x1f\x8c\x3c\x4d\ \x6e\xd0\xd3\x47\x29\x49\xf1\xc9\x89\x71\xbf\xf9\xfb\x1c\x13\x19\ \xf4\xec\x71\x6e\x56\xda\xef\xa9\xf2\xdf\x3a\x5b\x24\x24\x85\x86\ \xa9\xed\xcb\x07\x7a\x01\xe6\x27\xcf\xb3\x3a\xcd\x58\x33\xa0\x16\ \xb7\x69\xeb\xbe\xb8\xe4\x0f\x4b\x96\xed\xf1\x6b\x37\xd4\x5f\x7d\ \x7f\xcb\xa9\x7c\x97\x78\xfd\xe9\x95\xf3\x6e\xe7\x14\xef\xdf\xbc\ \xe8\x89\x4d\x1b\x33\x9d\x4a\xa4\x3e\xdc\x35\x74\xf0\x84\xa7\x3a\ \xef\x62\xb2\x4f\xc7\xae\xbc\x8e\x7b\xbb\x77\xd1\xb1\x98\x91\x8b\ \x97\xf5\x6e\x14\x18\xfd\xf4\x6e\xd1\x36\x13\x7f\x59\x34\xa9\x06\ \xfb\xee\xf0\xd9\xe7\x0c\x1f\xbd\x65\xe7\xd9\x0a\x03\x26\x34\xb2\ \x7e\xbf\x75\xef\xa5\xb8\xb7\x47\xc7\x2e\x38\x19\xd8\xa1\x97\x55\ \xf6\xa7\xa8\x94\xdc\x7c\x4d\xee\xec\xdb\x16\x62\xd5\x68\xe2\xe0\ \x5a\x27\x7f\x59\xf6\x38\x2e\x2e\x22\xc9\x76\xec\xca\xe5\x0d\xac\ \x3f\xae\x3f\x7e\x3b\xf9\xdd\xe9\x89\x2b\x2f\x36\x1a\x3c\xae\x54\ \xc6\xb5\xf5\x07\xde\x7d\xfe\xf0\xa2\x44\xdb\xc9\xbf\x2c\x9c\x52\ \x3a\xe3\xcc\x90\x19\x07\xaa\xf5\x1c\x53\x8b\x7e\xb6\x76\xcb\x85\ \x82\x2a\x71\x08\x28\x09\xcd\x4b\xdc\x48\xc6\xd0\xa6\x38\xbe\x1f\ \x75\xc7\xa0\xb4\x07\x18\x19\xe4\x34\x38\x7b\x8c\x9b\x85\x72\x65\ \x50\xba\x7c\xe1\x6f\xd5\x1b\x2c\x38\x86\xa9\x8b\xa0\x0a\xc7\x3d\ \x0d\xa6\x0e\x86\x3d\x03\xa5\x2d\x6c\x78\x6c\x5e\x04\x59\x13\x74\ \x6b\x80\x0a\x95\x01\x0e\x01\xa5\x11\x76\x01\x61\x32\xb4\xad\x08\ \x00\x24\x0f\xd3\x66\xa3\xf2\x70\x34\xf1\x83\xca\x11\x01\x45\x70\ \x74\x1b\x1c\xeb\xa1\x4c\xbe\x09\xce\xe3\xd7\x95\x48\xa3\xf1\xf8\ \x10\xd6\x1f\x87\x00\x14\xab\x8d\x89\x23\x50\xb6\x2c\x8a\xd9\xc2\ \x1c\x8d\x15\xbb\xa0\xe0\xb0\x77\x15\x6e\x45\x20\xe8\x1a\x94\xb5\ \xd1\xad\x0c\x38\x1a\x2e\xf6\x38\x71\xa8\x40\x67\x56\x06\x25\x07\ \xc8\x30\x64\x12\x9a\x94\x42\x60\x79\x40\xc4\xc6\x95\x48\xa5\xf0\ \xe4\x30\xd6\x1f\x87\x04\x7c\xce\x44\x66\x30\x36\x9e\x82\x0e\x30\ \x85\x21\x53\x89\xea\x2a\xcc\x1a\x81\x38\x57\xb4\x08\xc4\x87\x60\ \xc4\xbe\xc7\x92\xdd\x68\x3d\x04\x39\x0f\x70\xac\x70\x73\xc3\xbd\ \x33\x08\xc9\xc3\xed\x3d\x88\xf1\xc0\xf8\x5e\x38\xb0\x0e\xc1\xd9\ \xd8\x3c\x15\x77\x8c\xe8\x5b\x0b\x6f\x5e\x83\x97\x00\x20\xf9\xfd\ \xc3\x7b\xe1\xe9\xc6\xa8\xab\x0b\xd7\x6d\x08\xcd\xc2\xa7\x6b\xfb\ \x1e\xc4\x9b\x3f\x9c\x5a\x34\x63\x7f\x78\xcb\xce\x8d\xd5\xd1\xa1\ \x99\x51\x2f\x17\x2d\xda\x1e\xd8\x77\xe6\xac\x61\xad\x1d\x38\x02\ \x20\xfc\xfd\x47\xba\x58\x65\x6f\x73\xcc\xe4\xa1\x13\x3f\x3b\xd7\ \x6d\xe2\xad\x7b\x17\x96\x7c\x65\xd5\x9c\xa7\x6c\xc3\x65\x8b\x27\ \x55\x75\xf8\xfc\x24\xc3\x7e\xce\x2f\x6b\x26\xf5\xad\x9d\x3f\x16\ \xbd\x72\x70\x7b\xac\x67\xcb\xfe\xd5\xa5\xfd\x07\x5f\x74\x1c\x3a\ \xcc\x7c\x7f\xdf\xb1\xbb\xc9\xf7\x36\x4d\xdb\xf5\xde\x79\xf4\xe8\ \x8e\xaf\xf6\xaf\x7b\x1c\xf5\x79\xc7\xe4\x51\xe7\x93\x3c\x7a\xb7\ \x0d\x74\x75\x2f\x5d\xc6\x29\xed\xf4\xa9\x1b\xd9\x82\x3e\xf4\x93\ \x76\xe8\xf4\xf5\x63\xba\x36\xf9\x70\xea\xe8\x1b\xb5\xf1\xce\xa6\ \xd9\xd7\x72\x03\xfa\x37\x2d\x7a\x7e\xf7\xde\x27\x6f\x1e\x8c\x1f\ \xbf\x58\x59\xa9\x53\x25\x6f\xcf\x52\x55\x4a\xc9\x00\xc0\x74\x71\ \xe5\xf8\x5d\x6f\x15\xa3\xc7\xf4\x7a\x7f\x78\xed\xa5\x48\xcd\xed\ \xbd\xbb\x4d\xe5\x07\x8c\x68\x68\xb3\x65\xed\xee\x64\x11\x00\x4c\ \xa1\x37\xaf\xc5\x79\xce\x9a\xd0\xd2\x41\x29\x53\x5a\xd9\x3a\xc8\ \x0c\xc7\x97\x2e\xc9\xf2\xef\x3c\xa4\x7d\xad\x4a\x7e\xa5\x01\xd3\ \xb1\x4d\xbb\x7d\x3b\x8e\xad\xea\xac\xf2\x2c\x1a\xe0\xac\x79\xb5\ \xfd\x7a\x5c\xbb\xde\x8d\x69\x00\x44\xbb\x7d\xda\x6c\x6d\x95\xe1\ \x63\x9a\x16\xa7\xcc\xc9\x1b\x37\x5d\x6d\x34\x62\xac\x3b\x8b\xc0\ \xf6\x93\x47\x36\xab\x5a\xaa\x46\xdd\x02\x3b\xdc\x9c\x30\x7f\xc6\ \x4a\x9f\xde\x33\x3a\x55\x74\x03\x00\x29\x67\xe7\xf4\x61\x87\xa3\ \xec\x3b\x36\xf5\xff\xf4\xee\x5d\x4e\x56\x42\x64\x56\xd1\x59\x2b\ \x36\x8c\xec\x50\x2f\x7f\x9a\x87\x73\x2a\x36\x62\xfe\x8c\xea\xa5\ \x4b\x95\xab\x5e\x04\x80\x93\xab\x0b\x9f\x1a\x72\x7c\xd7\x01\xaf\ \x36\xc3\x5b\x96\x54\x2a\x1d\x5c\x1c\x6d\x94\xae\x3e\x01\x45\x55\ \xc9\xdb\x8f\xdc\xaf\x37\xa0\x2b\x1b\x7a\xed\x4e\x7a\x89\x79\xa3\ \xeb\xd9\xc9\x64\x4a\x95\x4a\xa6\x50\xb8\xba\x39\x73\x14\xfc\xeb\ \x74\x1d\x37\xb4\x65\xb9\xc0\xb2\x45\xad\x00\x28\x4a\x94\x2b\xa5\ \x0b\x3e\x79\x3e\xc2\xb1\x53\xdb\x6a\x96\x91\xfb\x7f\x09\x49\xe1\ \xcf\x35\x8e\xc5\xca\xb8\x03\xfa\xe0\x37\x6a\xeb\x2e\x5d\x6b\x57\ \x08\x0c\xf0\xb0\x91\x7f\x7c\x74\xf8\x62\x70\xc2\xb3\x0b\xc7\x12\ \xbc\x5a\x4d\xee\x5d\x03\x00\x49\x0b\x3e\x71\xe6\x7a\x52\xf8\xe3\ \x93\xf7\x53\x7a\x8f\x1f\x57\xd9\x37\xb0\x45\x79\xfd\xfe\x1b\xda\ \x39\x0b\xfb\x93\xb0\xa7\xac\x6f\xad\x86\x35\x1a\x57\x75\xca\xdc\ \xbd\xe7\xba\xd2\xdd\xe6\xc3\x8b\xf8\x32\x2d\xda\xfb\x79\x7b\xe5\ \x7d\xf8\x48\x07\x34\xf4\xc9\x7c\x9b\x20\x0f\xec\xd7\xb4\x72\x60\ \xe9\x22\xd6\xc8\x3b\xbd\xff\x42\x9d\x19\x5b\x7b\x35\xf5\xa3\xec\ \xfc\x6a\x97\x2e\x0a\x00\x48\x79\x18\x91\xdd\xa2\x6b\xa7\x8a\x0d\ \xea\xb8\x29\x99\x94\xd8\x17\x89\xf2\x92\xdd\xea\x57\x2c\x15\xe0\ \xe7\xc1\x69\x2e\x9d\xbd\x58\xa6\xc7\xb4\x2e\xf5\xab\x56\xf0\x73\ \x91\xcc\xea\x37\x41\x49\x65\x5b\x75\x2c\xea\xed\xf5\xe4\xec\x45\ \x97\xd6\xe3\xfa\x34\xad\x5e\xa1\x94\xbb\x68\xfe\x1a\x6d\xe9\xe1\ \x41\x8c\x58\x81\x3e\xcb\xd1\xd0\x1d\x6f\x52\x50\xbf\x22\x40\x10\ \x14\x8a\xc0\x2a\xa0\x58\xe4\xc6\x22\x5b\x81\xf2\xf6\x05\x1c\xb7\ \x6e\x35\x6a\x8f\x44\x15\x47\x7c\x7c\x05\xbb\x12\xf0\x02\x3e\xdc\ \x87\xaa\x04\x9e\x6d\xc1\x55\x13\xfa\xd7\xc4\xfb\x04\x14\x73\x01\ \x80\x53\x6b\x30\xe7\x14\x66\xff\x82\x8a\xee\x00\x70\x7d\x2b\x32\ \x02\x30\xa6\x09\x00\x40\x8d\x25\xc3\x71\xd3\x84\x0d\x0b\xe1\x40\ \x03\x80\xfe\x03\xc2\x68\x1c\x3c\x86\x95\xe3\x70\xf3\x08\xd2\x01\ \x99\x1c\xd1\x2f\xe1\x18\x00\x6b\xe0\xed\x55\xd8\xb5\xc2\x91\xdd\ \xe8\x5f\x01\x47\x0f\xe3\xfd\x27\x04\xd6\x02\x80\x3b\xef\xe0\x5f\ \x14\x91\x99\xa8\x57\x11\x90\x10\x14\x86\xc0\x2a\x00\x05\x49\x8d\ \x48\x23\x2a\x95\x85\x10\x86\x8f\x14\x0e\x1c\xc7\x9a\x89\xb8\x75\ \x08\xe9\x40\xfb\xf1\xd8\xb9\x14\xf7\x37\xe1\xc2\x47\x84\xbf\x85\ \x63\x15\x24\x9e\x43\x54\x51\x2c\x1f\x09\x7b\x82\x4a\x55\xf1\xe1\ \x14\xde\xc4\xe1\xd2\x71\xb8\xb7\xc4\xc0\xba\x05\xcb\x8b\x2f\x93\ \xd1\xbc\x32\x1e\x45\xa0\x7d\x4f\x54\xa9\x0b\x17\x05\x42\x1f\xe1\ \xb1\x16\x5b\x66\xc2\x89\x45\x99\xda\x70\xa4\x01\xc0\xd5\xd9\xcd\ \x9e\x24\x9d\x38\x76\xcf\xb7\x78\x05\x2e\xe9\xd1\xde\x8b\xf1\xbd\ \xfa\x56\xbb\x76\xee\xdd\x84\xcd\xab\x9b\xfb\x5b\x71\xde\x65\x03\ \xcb\x57\x6e\x51\xc7\xef\xea\xfe\xbd\x29\x94\xbd\x8a\xa3\x00\x21\ \x24\x2c\xbc\x6c\xa5\x72\x1f\xaf\x1d\x48\xf6\xeb\xb9\x6a\x54\x27\ \x31\x8f\x09\x6c\xd8\xb0\x61\xcb\xa6\xc2\xbb\x93\xa7\x43\x8c\xaa\ \xb4\xb0\x0c\x65\xd9\x56\x35\x03\xbc\x5c\x6d\x29\x00\x7c\xe2\xbb\ \x58\x6d\x8b\xf6\x5d\x6b\x95\x29\x5a\xbc\x52\xc3\x46\x35\xea\x07\ \x78\xb9\x9a\x73\x82\x4f\x3f\xc8\x9d\xb0\x62\x62\x8d\x9a\x15\x7c\ \xdd\x55\x51\x77\xcf\xde\xc8\x2c\xf6\xcb\xca\x11\xfe\xe6\x1c\x97\ \x52\x0d\x6c\xd2\x5e\xa4\xdb\x96\x2e\xe5\x94\xf9\x31\x55\x55\xaf\ \x65\x39\x4f\x17\x43\x70\xba\xa2\x6e\xa9\xac\x5d\x27\x6e\x24\x47\ \x3e\x3e\x79\x3f\x65\xe0\x94\x71\x69\x57\xf6\x52\x8d\xe6\x4f\xe8\ \x5e\xd7\x60\x46\xb5\xc0\x62\x00\x90\x15\x7c\xea\x41\xce\xd8\x79\ \x33\x6b\x56\xaf\xee\x69\x2b\xcb\xcb\x8d\x7b\x97\xa4\x68\xd7\xaf\ \x69\x95\xd2\x25\x9d\xec\xb8\xfc\x57\x2e\xfc\xdd\x07\xaa\x44\xa5\ \x12\x32\x24\xbc\xb9\x6f\x72\x2d\x9b\x7c\x7a\xe9\x81\x70\xef\xbe\ \x4d\xfd\xa2\xa3\x33\x5c\x4b\xda\x67\xbf\x3a\x70\x29\x2d\x60\x42\ \xdf\x2a\x00\xe2\x1e\x1d\x1a\x30\x62\xb9\x6f\xaf\x25\x53\xda\x95\ \x01\x10\x7d\x7d\xcb\xf9\xf4\x92\x73\x47\x37\x06\x10\x7c\x6e\x7b\ \x98\x43\xd3\xc1\x0d\x7c\x00\xc8\x15\xc6\x67\x1f\x33\xca\xe4\x6f\ \x0b\x01\x9e\xee\x59\x15\xec\xd0\x79\x6a\xc7\xb2\xf9\x5f\xf3\xde\ \x9c\x3d\x1f\xed\xb3\x79\xcd\xd8\x12\x32\x8d\x7f\xf9\xba\x0a\xf5\ \xfb\x0c\xeb\x52\x8d\x6b\xfb\xbb\x3b\xd9\x16\x9c\x59\xc8\x70\x24\ \xf9\x65\x9c\xe8\x59\xbb\x08\x6d\x8e\x0f\x7a\x94\xed\x36\xb0\x43\ \xf9\xc8\x27\xcf\x25\xf7\xd2\xf6\x32\xdb\xce\xa3\xc7\xd5\x2f\x61\ \x9d\xfb\xe9\xe6\xe8\xfe\x63\xb3\x2b\x8e\x5e\x3c\xa0\xc6\xa7\x67\ \x2f\x65\x65\xab\x7a\x01\xe1\xaf\xef\x1b\xed\x4b\xd7\x29\x59\x61\ \xe4\xe8\xbe\x5e\x72\x70\x32\x79\xd4\xab\x10\x97\x92\xb5\xac\x00\ \x80\x3c\x3d\xb2\x62\xc8\xfc\x8b\xdd\xe6\xad\xe9\xfa\xc5\xab\xd9\ \xc2\x9e\x7f\x0f\x61\x4f\x5f\x39\x97\xa8\xed\x0a\xe4\xbd\x7d\x9a\ \xa5\x08\xa8\x68\x85\x37\x4f\x9f\x3b\xf9\x57\x91\x67\x25\x14\xab\ \xd3\x7b\xee\x9c\xb9\x8b\x16\x4c\xa9\x5b\xd4\x1e\x80\x90\x99\xae\ \x95\x95\x1c\x36\x7d\xfe\xc2\xf9\x0b\x26\xf4\xa8\x9d\xf4\xe4\xd0\ \xc9\xf7\xca\x1a\x25\xe9\xc8\x94\xbc\x57\xcf\x62\xdd\xca\x97\x96\ \xd9\x04\xae\x3f\xb2\x89\xbf\xbb\x75\xcf\xa3\x37\x61\xc9\x66\x5f\ \x3f\x3b\x48\xc6\xc7\xaf\x23\x7c\xaa\x95\x4e\x7a\x15\xcc\xf8\x55\ \x75\x82\xf4\xfc\x79\xa2\x6f\x39\xff\xf8\xcf\x1a\x6f\x7f\x3b\xed\ \xf3\x47\x99\x0a\xef\x12\xde\x32\x00\x52\x42\xc8\x67\x9d\x7b\x0d\ \x6f\x72\x76\xc9\x12\x63\xa9\x96\xde\x49\x2f\xcd\x1e\xd5\x9c\x60\ \x7e\xf1\x36\xb6\x54\xf1\x00\x7d\x56\x9a\x8d\x83\xb3\x21\xe5\xe9\ \xae\x87\xba\x96\xcd\xdd\x5e\x45\x6a\x7d\x8b\xda\x40\xca\x8b\x4b\ \xcb\xb4\x71\x72\x30\x67\x85\xed\x39\xf3\xb9\x6e\x9b\x46\x05\x7d\ \x74\x1f\xd6\xdd\xc2\xda\xc3\xe8\x5e\x09\xd0\x41\xa7\x83\xc9\x8c\ \xfb\x9b\x11\xeb\x89\xb6\x15\x00\xe0\xfd\x7d\xd8\x07\x22\x7f\x61\ \xec\xd3\x45\xbc\x64\x30\xa2\x0d\x00\x98\xb5\x30\x08\x50\x27\x61\ \xf5\x29\xb4\x6d\x07\xbd\x11\x2e\x02\x26\x0f\xc1\xbb\x54\xc4\x47\ \xe2\xf2\x7a\x9c\x4e\xc1\xde\xc3\xa8\xef\x9f\x6f\x46\x60\xf7\x1d\ \x8c\x9c\x08\x0e\x10\x34\x98\x3b\x09\xc6\x7a\xd8\xbf\x0a\xbe\x36\ \x48\x0c\x47\x74\x3a\x24\x13\xcc\x02\x1c\x94\x88\x7c\x0f\x3b\x3f\ \xe4\x73\xf5\xd3\x0f\x08\xac\x0b\x00\x9a\x3c\x48\x32\x70\xc0\xc7\ \x28\xf8\x05\x82\x57\x43\x00\x3e\xdf\xc7\xe5\x54\xf4\x6c\x84\xbc\ \x5c\x98\xcc\xb8\xb7\x19\x71\x5e\x68\x53\x1e\x00\x3e\xbf\x82\xe8\ \x82\x92\x0c\x04\x0d\xcc\x3c\x1c\x94\x88\x08\x86\x9d\x3f\x14\x3a\ \x10\x39\x7c\x3c\x21\x63\x21\x07\xde\x47\xc1\xd5\x0f\x9f\x63\x20\ \x73\x07\x44\x3c\x79\x8b\xb2\x35\x91\x16\x83\xda\x3d\x30\x67\x0e\ \x96\xcc\x84\xb3\x1e\x1f\x62\x61\x8e\x41\x0a\x85\x62\x26\xc4\xf1\ \xa8\xea\x82\x83\x4b\xc0\x94\x47\x31\x2d\xb4\x56\x90\x03\x37\x5e\ \x22\xb0\x4c\x41\x2f\xf4\xf1\x74\x79\x7f\x74\xe3\x1d\x4d\x99\x71\ \x83\x2a\x1e\x9c\x31\x35\xbb\xd2\xe0\x2e\xe5\xf8\x88\x6c\xca\xd3\ \x56\xba\x7b\xe9\x32\xed\x56\xd4\xde\xca\xaa\xef\xe2\x03\xdd\x5c\ \xde\xaf\xdc\x7a\x56\x02\x80\xbc\xa8\x4f\x19\x9e\xde\xbe\x59\x49\ \xb1\x0a\x67\x77\x21\x2f\xf4\x6a\xb0\xba\xbc\x9f\x8d\x67\xe3\xb1\ \xfb\xe6\x34\x38\xb6\x7e\xdd\xd5\x87\xe1\x70\xf4\x54\xf0\x22\x2f\ \x88\x00\xcc\xf1\xe1\x31\x79\x4e\x95\x8a\xcb\x1e\x3f\xf9\xe8\x5c\ \xa1\x2c\x8c\xaf\x5f\xe7\x58\x57\x2a\x21\x25\xe5\xc2\xcd\x46\xfa\ \x70\x64\x5f\x9c\xaa\x92\xbf\x1d\xf2\x58\x3b\x2b\x49\x7f\xf6\xca\ \x1b\xcf\xda\x95\x92\x9f\x3c\xe1\x8a\xd6\xb5\x4a\x7a\x92\x69\x55\ \xb2\xbc\x2d\xa4\xd8\xa7\x71\x82\x57\x05\x1b\xbd\x9a\x2b\x39\x72\ \xda\xbc\x85\x8b\x17\x0c\x6d\x5f\x43\x1b\x9d\xa8\x72\x75\x35\x27\ \xdf\x7f\x1c\xc5\x94\x29\xee\x0d\x40\x52\xab\x73\x74\x94\x83\x8d\ \x14\x71\xee\x97\x8f\xaa\x1a\x55\xb9\xe0\x28\xc9\xbb\x96\x33\x9e\ \xbc\x7c\xe5\x50\xac\x9c\x2b\x03\x00\x46\x93\x5e\x6f\x10\x34\x69\ \x11\xab\x36\x3e\x68\xd4\xa3\x9d\x29\x83\x77\x56\x24\xff\x3f\xf6\ \xce\x32\xb0\xaa\x24\x5b\xdb\xcf\xf1\xb8\x0b\x51\x82\x86\xe0\xee\ \xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\xee\x1e\x02\x04\x08\x44\ \x88\x90\x90\x10\x77\x3b\x6e\xdf\x8f\x04\xeb\xa1\xe7\x76\xcf\xbd\ \xb7\xbf\xbe\x33\x79\x7f\x9d\xb3\x77\xd5\xaa\xb5\x6b\x57\xbd\xbb\ \x64\xad\x55\x8b\xa6\x8c\xbf\x17\x96\x94\xfe\xe9\xf9\xe6\x1d\xf7\ \x9a\x0f\x1b\xe9\x2e\x26\xe1\xc5\xc1\xc9\x6b\x6e\xf5\x59\x7d\x64\ \x66\xcf\xea\x12\x40\xf3\x65\xc7\x9e\x7b\x2d\x47\x4f\x72\x91\x60\ \xcc\x7a\xbb\xfd\x54\x68\xbf\x09\x43\x2d\x84\x00\xc6\xe4\x37\x41\ \xe9\x66\xb5\x4a\x16\x02\xf4\x29\xcf\xb7\x5c\x88\x19\x3a\xb9\xff\ \xb7\xe5\xd9\xec\x98\x58\x8d\xc4\xd6\x42\x2f\xbf\x7a\xf9\x8d\x6b\ \x85\x5a\xf2\x70\x5f\xad\xa5\x9b\xb5\x41\xab\xd1\x7f\xdf\x62\x0e\ \x7e\xf4\x4a\x54\xb4\xba\x9b\x10\xff\x3b\xc7\x1e\x26\x15\xea\xd8\ \xb8\x59\x79\x67\xc3\xc7\x8f\xd1\x29\x91\xc1\xa1\x09\x0a\x45\xf4\ \xdd\x49\x33\x76\x56\x99\xb0\x6d\xdd\x84\x36\x16\x90\xad\x50\x28\ \x95\xba\xcc\xf8\xa0\xb5\xbb\x5f\xb7\xee\xdd\xee\xd3\x87\x80\x04\ \xb9\x1e\xc0\x98\xe8\x1b\x9c\x5b\xae\x6e\x39\xd0\xf9\x1d\x9d\xbf\ \xfa\x4e\xee\xca\xa3\x47\x7b\xd6\xf2\xd2\x65\xc5\x06\xbc\x0f\x53\ \x15\xb0\xe7\xbf\x0a\xf9\x87\xcf\xc6\x0a\x0d\xaa\x01\x41\x81\xf1\ \x85\x2a\x57\xb7\x40\xf7\x31\x52\x5b\xaa\x66\xf5\x1a\xad\xfa\x3a\ \x7c\x3a\x36\x7e\xdc\xd8\x8d\xe7\x9e\x28\x8c\x00\x92\xe2\x75\xbb\ \x36\xb4\x5b\x3f\x63\xfc\x94\x45\x3b\x5f\xbe\x7d\xb0\x72\xcb\xad\ \x2e\x2b\x4f\x6d\xe9\xe5\x7e\xf9\xc8\x89\x40\xb5\x6d\xa3\x4a\xd2\ \x83\x8b\x87\xf5\xea\x37\x4d\x59\xaa\x7d\xe7\x72\xc5\xab\x94\xb1\ \x39\x30\xad\xef\xfa\x93\xb7\xa3\x73\xc5\x75\x4b\x3b\x07\x47\xa7\ \x55\xa8\x5d\x01\x63\x6c\xa4\xc2\xba\x76\xe3\xba\xdd\x5a\x96\x3e\ \x3d\xb1\x67\xcb\x11\x2b\x4d\x4b\xd6\x75\x95\x00\xc4\x46\x44\x04\ \xbe\x7f\xb9\x70\xd4\xd0\x4b\x59\xd5\xd6\xcc\xe9\x1b\x1b\x94\x52\ \xb2\x6e\x75\x54\x5f\xbe\x64\x5b\x96\xaa\x5e\xa5\x43\xfb\xe6\xbe\ \x9b\x86\x77\x1f\xb9\xb1\xea\xb0\xb9\x1d\x7c\x4a\x54\xf2\xb1\xde\ \x3f\xa5\xf7\xea\x4b\x9f\xba\xf4\xeb\x19\x79\x68\x5a\xd7\x81\xb3\ \x5d\x7b\xcc\x1c\x52\xcf\x29\x6f\x2b\x7e\xf7\x6e\x12\x53\x58\x35\ \x96\xe5\x27\xc1\x86\x6e\x8d\x58\x3a\x9c\x8d\x6f\x59\xbe\x94\xbc\ \x4f\xed\xfb\x78\xaa\xd5\xcd\x7f\xfe\x2b\x37\x69\xd0\x37\xff\x7a\ \xc5\x56\x98\xbd\xa7\xeb\x30\x4a\xf6\xa5\x5b\x3d\x7a\xcf\xe2\xd0\ \x5e\x86\x74\x64\xc4\x32\x3a\x94\x64\xdd\x01\x52\x63\x98\x3a\x88\ \x03\x37\x00\xfc\xaf\x60\x5a\x83\x86\xce\x00\x5f\xee\x72\xea\x29\ \x11\x0f\x18\x34\x8c\x97\xe1\xdc\xd8\xc1\xc9\xe7\x58\x54\xa6\x45\ \x11\xfa\x76\x65\xdb\x2b\x66\xce\xc0\x0c\x48\x23\x49\x42\xbd\x52\ \x00\xb5\xba\xe3\xf0\x9e\x6e\x5d\xf8\xe4\xc6\xa8\x4e\x34\x6e\xc7\ \xbd\xa5\x8c\xde\xce\x98\xc5\x94\x2c\x4a\xdb\x3a\x2c\x1d\xce\xe6\ \x00\x96\x2f\xc9\xd7\xed\x63\x20\x25\xea\x20\x04\x93\x8a\xb4\x2c\ \x46\xff\x2e\x6c\xf6\x63\xde\x2c\xde\x1d\xa5\x4b\x17\x3a\xf4\xc7\ \xa3\x23\xad\xcb\x50\xb1\x0a\xf1\xf7\x29\xd2\x0a\xe9\x13\xba\xb7\ \xe1\x52\x22\x0d\x4b\xd0\xb4\x2f\xd1\xa7\x18\x37\x96\x2b\x7e\xbc\ \xb9\xc9\x8e\x1b\x04\x05\x22\x2a\x82\x2e\x83\xf7\x6f\x99\x3e\x84\ \x47\x42\x56\x4e\xa7\x6a\x43\xdc\x52\xe8\xd9\x89\xfd\x6f\xa8\x5c\ \x35\xbf\x7e\x9c\x8b\xba\x09\xf5\xc2\xf6\xc3\x07\x55\x75\xd4\xe7\ \xd8\xf9\x8c\x1f\xd5\x52\x6a\x55\xb9\x43\x25\xd1\xd8\x4e\x3d\x76\ \x3d\xcb\x2e\xef\xe3\xf1\xfa\xf4\x9a\xae\x3d\x7b\x9d\x89\x73\xed\ \xdb\xa5\x89\x10\xc0\xa2\x66\xcd\x22\xcf\x1e\x3d\xf3\x6e\xd8\x55\ \x7e\x6b\x65\x9f\xd1\x2b\x34\xce\x3e\xa6\x09\x4f\xa6\xf4\xe9\x3e\ \x6a\xf5\xfd\xfa\x3d\x7a\xd7\x6d\x50\x53\x1c\x78\xb8\xf7\xa0\x45\ \xc1\xc9\x3a\x20\x36\x26\x5c\x56\xac\xa2\xb7\xa9\x32\x28\x49\x5b\ \xbb\x5a\x59\x65\xe8\x5b\x61\xa1\x72\xf5\xca\xd4\x6b\x57\x59\x32\ \xa1\x53\x97\x85\xb7\xe5\x93\xe7\x8f\x6a\xd0\xa2\x69\x99\x9c\xdb\ \xdd\x7b\x8d\x7a\x99\x6d\xe3\xe3\xc6\x87\x50\x79\xd9\x46\x55\x63\ \x9f\xbe\x32\x2f\x59\xd3\x12\xbe\x04\x46\x9b\x17\x29\x5d\xc2\xa7\ \x59\xaf\xda\x56\xab\xa7\x4d\x98\xb4\x70\x43\x40\x36\xcd\xfb\xb6\ \x0f\xd9\x33\x7c\xc8\x8c\x7d\x92\x22\xa5\xec\x4c\x04\x80\xb0\x70\ \xf5\x4e\x75\x4d\x67\xf4\xed\x3c\xfd\x4c\xce\x9c\xe5\x13\x24\xa1\ \x1f\xad\x7d\xea\xdb\xa1\xfd\x14\x2d\x2f\x5f\xb1\x5a\x5e\x97\x2b\ \xdb\xb8\x7d\xd1\xd8\xb3\x5d\x7b\x4d\xb4\x68\x33\x79\x44\xb3\x32\ \x9d\xa6\xae\x3e\x72\x60\xcf\xf4\x9e\xcd\xfb\xce\xde\x53\x33\xe3\ \x71\xb0\x79\xe3\xfe\x0d\xdc\x41\x7d\x71\xe7\xfe\xa0\xc4\xd4\x73\ \x6b\xc6\x8d\x58\x79\x38\x15\xb2\xdf\x5c\x89\x32\xab\xd5\xbb\x81\ \x13\x18\xaf\x6e\xdd\x62\xac\x3d\xa8\x5d\xf1\x7c\x03\x8b\xb4\xb0\ \x48\x91\x7b\x85\x62\xce\x12\xe0\xc3\x9d\x5b\xfa\xf2\xed\x9a\x17\ \xfd\x6e\x7b\xe1\xdc\xb0\x7d\x39\xe3\xa3\xae\x3d\x47\xf8\xca\xad\ \x8b\xb8\x5a\xb9\xfb\xd4\xd4\xfa\x1f\xee\x31\x76\x79\xc8\xf7\x48\ \x84\x9a\x80\xa8\xdc\xf2\x75\xca\x02\xa5\xea\xb4\x72\x89\x3d\xd7\ \xb3\x77\x97\x63\x19\x55\x96\x8c\xab\x7b\x69\xc7\xca\xa3\x4f\x3f\ \xbd\x3c\x75\xe4\xe1\xa7\xe4\xa7\x87\x16\x0d\x9c\xb9\x36\x34\x97\ \xaa\xed\x3a\x39\x7f\x3c\xd0\xb5\xff\x74\xf7\x3e\x4b\x47\xd6\x55\ \xac\x59\xba\xf4\x79\x82\x0e\x30\x26\x7f\x48\x31\x2d\x52\xbf\x8c\ \x19\xb9\xd1\x47\xf7\x1e\x8e\x4f\x0c\x5f\x3f\x71\xd0\xfc\x43\xfe\ \xa9\xef\x2f\x2d\x5d\x7b\x28\xe3\xdf\x8b\x3d\xff\x75\x7b\xcf\x7f\ \xc1\x34\x50\xa3\xd1\x8b\xa5\x12\x21\xe8\xb4\x1a\xc4\x52\xb1\xc0\ \xa8\xd1\xe8\xf2\xae\x18\xd5\xb9\x69\x39\x2a\x99\xb9\xb5\xa5\xe9\ \x37\x13\x0a\x43\x56\x7a\xba\x5e\x64\x62\x69\x2a\xd6\x1a\xc4\x66\ \x26\x62\x30\xa8\x55\x1a\x81\x48\x2c\x95\x08\x15\x39\x59\x72\x95\ \xc1\xd2\xce\xde\x44\x04\xe8\xb2\x32\xb2\x84\x32\x0b\x13\x89\x48\ \x22\x11\x6b\xb5\x1a\x91\x44\x2a\x44\xaf\xd1\x1a\x73\x23\x9e\x1f\ \xbb\xf8\x30\x21\xfe\xf3\xfb\x78\xe1\xc4\x95\x5b\x9a\x96\x30\x05\ \xfd\xc9\xf9\xdd\x2f\x1a\xba\x6d\x9b\xdc\xd2\xc6\xce\x46\x04\x1a\ \x8d\x46\x2c\x95\x0a\x8d\x7a\x8d\xce\x20\x91\x48\x04\xa0\xcc\x4e\ \x57\x60\x66\x6f\x95\xd7\xf8\x74\x59\x19\x59\x02\x13\x6b\x2b\x53\ \xb1\x3a\x37\x23\x57\x27\xb5\xb7\xf9\xee\x45\xa3\xd3\xa1\x55\xa3\ \xd2\x20\x35\xc3\x5c\x06\xa0\xc8\x45\x66\x81\xe8\x57\xc6\x7f\x7a\ \x03\x3f\xd5\xa8\x8e\x1c\x0d\x96\x66\xbf\xb0\x14\xd4\xea\xd0\x28\ \xd1\xe8\x30\xb5\xc0\x44\x02\x86\x1f\x3e\x73\x46\xb4\x5a\x94\x0a\ \xf4\x60\x65\x83\xc8\x80\xf1\xab\x29\x68\x76\x16\x66\xd6\xdf\x6d\ \xd0\x8c\x3f\x5a\xaf\x1a\xc8\xcc\xc1\xe6\xab\x71\x98\x46\x81\x41\ \xc6\x37\x1b\x92\xdf\xe8\xfc\x73\x4e\xb2\xb3\x30\xb5\x46\x02\x46\ \x2d\xd9\x0a\x84\x52\x2c\xbf\x7a\x4c\x1a\x32\xb9\x72\x96\xe0\x44\ \x02\x5f\x51\xba\x1f\x73\xba\x02\x18\xd4\xe4\xa8\xb0\xb0\x46\x64\ \xe0\xc6\x71\xb6\x1e\xa4\xd7\x62\xa4\xf7\xb8\x6f\xca\xea\x11\x58\ \x59\x02\xdc\x39\x8d\x7f\x04\x1f\x03\x70\xa8\xcb\x8a\x71\x7c\x7d\ \xe5\x06\x9d\x1e\xb1\x48\x68\xd4\xeb\x0c\x42\xf1\x57\x23\x1b\x5d\ \x46\x5a\x96\xd4\xd2\xc6\x4c\x22\xd4\xaa\xe4\xd9\xb9\x4a\x89\xb9\ \xad\xb5\xd9\xb7\xa7\x34\x28\x14\x1a\x33\x33\x13\x9d\x22\x2b\x5b\ \x23\xb2\xb6\x32\xc7\xa0\xc9\xcd\xca\xd1\x0a\x64\x0e\x76\x96\x80\ \x56\x91\x9d\xad\xc2\xda\xc6\x4a\x2c\xc4\xa0\xd3\x1a\x04\x62\xb1\ \x08\xad\x46\x27\x91\x4a\x8c\x3a\xad\x0e\xb1\x44\x2c\x00\x5d\x46\ \x5a\xa6\xd4\xca\xc1\x3c\x4f\x0f\x9d\x22\x2d\x4b\x63\x69\x6d\x25\ \x11\xa1\xd3\xea\xc5\xfa\xb8\x49\xbd\xc6\xf8\xcc\x39\x34\xa2\x9a\ \x83\x5e\xa7\x35\x08\x44\x12\x91\x30\xaf\x71\xea\x84\x32\x6b\x6b\ \x4b\xb1\x00\x55\x4e\x86\xd2\x28\xb3\xb2\x34\x15\x22\xf8\xfa\xba\ \xf5\x19\x69\x19\x12\x2b\x07\x0b\x09\x7a\x8d\xc6\x28\x96\x8a\x85\ \x46\xad\x46\x27\x92\x4a\xbe\xbd\x49\x83\x3a\x37\x53\xc9\x77\xeb\ \x1f\xd0\x69\x34\xea\xa4\xe7\x23\x47\x6d\xef\xbd\xed\x48\xab\xc2\ \x32\x30\x6a\x94\x2a\xad\x56\x2d\x57\x69\x84\x52\x33\x5b\x1b\x0b\ \x81\x56\xad\x13\x48\xa5\x62\x41\x8a\xff\xb1\xa1\x8b\x1f\x2d\x3d\ \xb8\xbb\x9c\xed\xb7\xba\xd3\xea\xf3\x75\x43\xab\x51\x0b\x24\x32\ \xf1\x6f\x4c\x0d\xf2\x9e\xcb\xc6\x52\x2c\x14\x0a\x05\x02\x8d\x3c\ \x3b\x47\x83\xb5\x8d\xd5\xd7\x64\x3f\xa9\x67\x50\xe7\xa4\x65\xab\ \xad\x1c\x1c\x64\x02\x34\x2a\x15\x62\x89\x40\xaf\xd3\x68\xd5\x0a\ \x85\xca\x28\x96\xd9\xda\x58\x4b\x84\xe8\x55\x39\x59\x6a\x91\x9d\ \xb5\x19\xe8\x55\x2a\xad\x58\x66\x22\x16\x80\x41\xab\xd1\x0b\xa5\ \x12\x11\x06\xbd\x5a\xad\x52\xab\x55\x2a\x8d\x5e\x62\x6a\x6d\x6d\ \x26\xd4\xe8\x8c\x32\xd9\xdf\xd4\x5f\xec\xaf\xb6\x96\xff\x3f\x01\ \x45\x62\xd8\x83\x27\xfe\x39\x06\xd3\xb2\xb5\x1b\x97\xf5\xc8\x33\ \x99\x31\x44\x07\xbd\xd1\xd8\x95\x29\xe1\xf2\xdf\xf2\x9a\x56\xab\ \x89\x89\xf9\xc1\x51\x27\xcf\x88\x5d\x90\x6f\x5a\xff\xa3\xe5\x3c\ \x5f\x43\x96\xfc\xf8\x9b\xaf\x96\xf3\xc6\x1f\xae\x7c\x33\x95\xff\ \x85\x51\x3d\x5f\x65\xe6\x59\xd1\x7f\xbd\xfb\x23\xed\xfe\xa6\xe8\ \x3c\x17\xb0\x6f\x6a\x08\xbe\x95\xf5\x55\x42\xde\xdd\x5f\xe8\xfc\ \x83\x79\xff\x8f\x77\xf3\x7f\xff\x28\x47\xcb\xcb\xfb\x84\xa7\x61\ \x5f\x94\xa6\x75\x10\xea\x7e\x7a\x2e\x0c\xf8\xdd\x23\x41\x42\xdb\ \x46\xc4\x06\x60\x28\x44\x31\x67\x8c\x46\x8c\x06\x3e\x3c\x27\x30\ \x06\x2b\x17\x1a\x37\xa2\x84\x2b\xa6\x66\x7f\xdf\x26\xa4\x8a\xf1\ \x3b\xfe\x24\xb5\x4b\xcf\x36\xd6\x7f\x89\xc1\xa2\x26\x39\xfc\x5d\ \x82\xb8\x7a\x85\x22\xff\x3c\x59\x7a\x4c\xd0\x67\xa5\x4d\x65\x6f\ \x37\x0a\xf0\x1f\xcb\x9e\x46\x83\x51\x20\xfc\x13\x5f\xa3\xff\x51\ \x3f\x8e\xff\xde\x0e\x58\x1c\x8b\x17\x23\x10\x22\x12\xa0\xd3\xc3\ \x0f\xae\x9c\x18\xd0\xea\xf3\x5d\x27\x8d\x86\xfc\xbb\x79\x14\x26\ \x12\xe6\xfb\x77\x8a\x45\x08\xbe\x7a\x6d\x0a\xc5\xdf\x6d\xe0\x75\ \xda\x5f\x38\x35\x89\xc5\xe8\x75\xf9\xe1\x4a\xf3\xbc\x36\xf3\x92\ \xe5\x17\x61\xfc\xea\x4e\x2a\x40\x22\xfe\xa9\x44\xa1\x08\x0c\xf9\ \xb4\x28\x14\x22\x12\xfd\xe4\xa2\x2a\x92\x20\x11\xa2\x52\xff\x37\ \x6a\x41\x80\x89\x19\x52\x11\x06\x1d\x0a\xc5\x2f\x0e\x1a\x31\x35\ \x47\x02\x39\x72\xc4\x26\x08\x75\xa8\x75\x00\x22\x11\x52\x13\x24\ \x22\x8c\x7a\x14\x0a\xc6\x4f\xa4\xd4\xd7\xc0\x32\x06\x83\x41\xf8\ \xa7\x5d\x47\x0d\x6a\xa5\x4e\x66\xfa\x47\xad\x2c\x0d\x86\xdf\x73\ \x4e\x35\xea\x0d\x82\x7f\x6c\xf2\x7f\x9f\x26\x57\x80\xbf\x1b\x7b\ \xfe\x75\xb1\x13\x75\xb9\xe9\xd1\xb1\x29\x22\x33\x73\x81\x4e\xa9\ \x50\x0b\xec\xc5\x29\xdb\xf6\x3f\xec\x3e\x73\x66\x99\x3f\xe6\x6b\ \x94\xf6\xfa\xc2\xea\x1b\xe9\x33\xe6\x0c\xb1\xfb\x45\x53\x36\xe4\ \xa4\x65\x0a\xcd\x6d\xcc\x4d\x7e\xdd\x2d\x14\xd9\xe8\xa4\x58\x89\ \xc9\xcc\xc5\xc6\x26\xff\x62\x4e\x3a\x42\xf3\xfc\xe9\x76\xf2\x17\ \x32\x95\x98\xdb\x51\xc8\x9e\x9f\xbc\x32\xf4\x24\xc6\x92\x6b\xc4\ \xcb\x2b\xbf\xa6\x72\x92\x48\x56\x52\xd8\x0b\x37\x37\x76\xed\xca\ \xa3\xca\xfc\x59\x75\x56\x2a\x4a\x1d\x26\x66\x48\x4c\x30\x97\x02\ \x64\xa5\x61\x66\xcf\x8f\xce\x1c\x3a\x03\x79\x2e\x85\xea\x6c\x72\ \x0d\xd8\xdb\x00\xe8\x72\x48\x95\x23\x96\x61\x22\xc5\xc2\xfc\x97\ \xfd\xfa\xfb\x54\x5a\x99\x8e\x42\x82\xfd\xd7\x60\x22\x69\x29\x98\ \x3b\xf2\x6d\x7d\x2b\x3b\x0d\xa9\x3d\xbf\xe7\x6a\x94\x96\x86\xfd\ \x0f\xde\x3e\x71\x0f\xb9\x90\xcc\xd8\xee\x7f\x71\x43\x35\x62\xcc\ \x40\x60\xf5\x0f\x6d\x4f\x73\x69\xeb\xd2\xa4\x92\x3d\x87\x37\x2f\ \xfd\xa7\xc4\xbd\xdc\xb7\xe8\xb2\xb1\xd5\xd2\xa1\xff\xb5\x77\x59\ \x76\xf8\xfd\xe5\x87\xdf\x8d\x9e\x3f\xd9\xf3\x1f\x9a\x89\x2e\xf9\ \xd9\xc2\xf5\x8f\x06\x2f\x9e\x5d\x54\x0a\x10\xfe\xf0\xe0\xe2\x4d\ \x37\x6c\xaa\xb4\x5c\x30\x77\x90\xc3\x9f\xa4\xce\xdc\x6c\xa4\x96\ \x48\x05\xa0\x27\x33\x0b\x73\x1b\x24\xff\xbd\x41\x48\x6a\x0a\x56\ \x76\x48\x0b\x9c\x30\xff\x93\x77\x8d\xb2\x23\x5f\x1f\x58\xb7\xac\ \x67\xcb\x9a\xed\x06\x4e\xda\xb4\xf9\xc0\xe5\x5b\x97\x02\x92\x0c\ \x85\xff\xb0\xaf\xd1\xdb\x17\x77\x63\xb4\x66\x76\xbf\xd2\x57\x9f\ \xf2\x6e\xf2\xf0\x09\xbf\xeb\x0e\x64\x64\xd9\x28\x8e\x7d\xe0\xfd\ \x3e\x6a\x34\xe4\xa3\x1e\x20\xf5\x29\xd5\x6b\x71\x29\x0a\x14\x6c\ \x99\xc6\xa0\xd1\xcc\x9b\xc5\x9c\x75\x24\xfc\x7c\xee\xdb\xbb\x3b\ \xcc\x9e\xc9\xf8\xfe\x4c\xd9\x0e\x10\x7e\x8b\x81\x03\x18\xd6\x9b\ \x45\x47\x01\xe2\x03\x99\xd5\x9b\x46\x43\xc9\x00\xe4\x6c\x5e\xca\ \xa2\x45\xb4\xab\x41\xbd\xb1\xa8\x55\x6c\x9a\x48\xcf\x5e\x34\xe9\ \x48\x70\x9e\x8d\xa9\x86\x8d\x43\x28\xd3\x9c\x04\x08\xbb\xcb\xe8\ \x11\xf4\x6f\xcf\xf8\x6d\xe8\xe1\xf2\x4e\xe6\x2f\x64\x74\x37\x8a\ \x56\xe6\x6d\xf2\xcf\x1b\x6d\x49\x1c\x5f\x81\x77\x15\x5e\x26\x02\ \x5c\xde\x48\xef\x21\xf4\xef\xc4\xca\x4b\x18\xb5\xec\x5a\xcc\xa8\ \xd1\x34\x6b\xce\xad\x18\xd0\xb1\x6b\x26\x5d\x7b\xd0\xb8\x35\x7e\ \x09\xa0\xe3\xc9\x05\x9a\x96\x66\xe3\x6d\x00\x79\x1c\x93\x7a\xd3\ \xb3\x07\x1d\xc6\x91\xf6\x35\x7e\xb3\x85\x27\x55\x7c\xfe\xf2\x16\ \x97\x13\x31\xb1\xc7\xa8\x4b\x11\xff\xf8\xd9\x4e\x79\x74\xff\xa5\ \xc8\xbc\xd0\x9f\x15\x77\xeb\x9e\xaf\xa0\xd0\x1f\xf2\x00\x8d\xfd\ \x70\x37\x30\x1e\xa7\x5f\xf9\xc5\xa6\xfb\xdf\x79\xf5\x45\xe4\x2c\ \x05\xd0\xa5\x3c\x5f\xb6\xf6\x4a\xfb\xf9\x6b\x96\x8e\xef\xf1\xa7\ \x83\x9d\xc8\x19\x53\x9f\xc1\x3b\x00\x52\x5f\xd1\x6f\x04\x71\xfa\ \xff\xd6\x87\x66\xff\x04\x2a\x74\xe4\x93\xaa\x80\xa9\xfe\xb3\xd9\ \xd3\xae\x7c\xf3\xa5\x7b\x36\x35\x2b\x5f\x6e\xdc\x8a\x23\x3b\x77\ \x2c\x2b\x6b\x8c\x7e\xfb\xe2\xda\x80\xce\x7d\x76\xdf\x0a\x05\xe2\ \x5f\x5f\x9c\x32\xb4\x67\x8f\x5e\x23\x2f\xbc\x4b\xca\xef\x16\xc1\ \xd7\xc7\xf5\xef\xd2\xa3\x4b\x97\xa5\x87\x9e\xe8\x20\x26\xc4\x3f\ \xe0\xd6\x81\xce\x3d\x47\x5d\x0b\x4c\x03\xc3\xbb\x4b\xdb\x06\xf6\ \xe8\xd6\x75\xe8\x9c\x77\xe9\x7a\x55\x6a\x88\x9f\xdf\x8b\xf5\x33\ \x46\xdf\x8c\x52\xc5\x3c\x3e\x38\xa4\x57\xb7\x4e\x03\xa7\x3e\x8a\ \xcc\x77\x1e\x33\xc6\x13\x9e\x46\x4d\x77\x6e\x3e\x45\x9e\xc5\x87\ \x58\x90\xb3\x7c\x35\x59\x26\x14\x71\xe3\xcc\x02\xae\xe7\xb2\xed\ \x30\xa7\xce\xb1\x7d\x36\xce\x3f\x77\x6a\xf7\x8a\x6c\x38\xca\x9e\ \x09\xbc\x7e\x80\x22\x91\x79\x6b\xe9\xbd\x91\x3d\x73\x79\x71\x8b\ \x5c\x2d\x7e\x0f\x79\x1f\x4f\x89\x12\xd8\x02\xe6\xcc\xdb\xc8\xba\ \xb1\x14\xad\xce\xa1\x95\x3c\xdb\xc9\x3d\x03\xa7\xaf\x50\xd9\xc0\ \xdd\x10\x30\xb2\x6f\x21\xa7\xdf\x53\xa6\x3c\x2e\x60\x5f\x96\xf5\ \x47\xd9\x33\x91\x57\xb7\x50\x42\xe7\x69\xec\xde\x4e\x49\x2f\x96\ \xee\xa2\x82\xd3\x4f\x0a\x7c\xf0\xe3\xe1\x0b\x2c\x8b\xe3\xe5\x8c\ \x3e\x91\xbd\x97\x59\x79\x81\x95\x7d\xf0\xf3\x45\x2f\xa4\xf5\x10\ \x4e\x9f\xa1\x81\x29\x8f\xc3\x78\x7f\x84\xf3\x89\x9c\xbc\x4a\x6b\ \x7b\x1e\x07\x90\x1b\xc5\xa3\x3b\x64\x9a\x50\xa6\x38\xc0\xae\xf9\ \xa8\x1b\x72\xf5\x04\x82\x77\x04\x25\xe5\xf7\xcc\x23\xc7\x10\x3b\ \xf2\xea\x2c\x3d\x3b\xd3\xb1\x57\xbe\x4f\xe7\xc7\x07\x4c\x1c\x44\ \xa7\xf6\xec\x7d\x90\x37\xa2\xfe\xb4\x76\xe6\xfc\xd7\x59\xe4\xfa\ \x9f\x9c\x38\xf3\xa0\x06\x5e\x1d\x5b\xb2\xea\x64\x80\x3a\xed\xfd\ \x9a\xe9\x23\xbb\x74\xe9\x30\x72\xdd\xb9\xf4\xac\xd8\x1d\x33\x07\ \xf7\xec\xdd\x7b\xeb\xe5\x37\x79\x6a\x47\xf9\x1e\x1a\xd8\xa5\x53\ \x97\x8e\xdd\xb7\x5c\xfb\x00\xa4\x04\x5c\x99\x34\xb8\x67\xe7\x2e\ \x83\xcf\xbe\xcd\x30\xe4\x84\xfb\xbe\x78\xb9\x73\xee\x90\xe3\x6f\ \xf2\x5d\xf7\x94\xf1\x6f\xd7\xcc\x18\xd5\xb5\xfd\x80\x9b\x0a\x8f\ \xfa\x55\x6d\x5e\x9c\x5a\xdd\xa7\x6b\xb7\xde\xe3\xd7\xc7\x65\xa7\ \x1e\x5d\x3d\xf3\xd2\xfb\x0c\xb2\x5f\xcf\x9c\x3a\x2f\x4c\x4f\xf2\ \x8b\x63\xf3\x37\x9e\x7c\xf7\xe2\xd4\x90\x6e\x9d\xba\x74\xe8\xb1\ \xfd\xce\x27\xa3\x2a\x3c\x3c\xdb\xaa\x69\x95\x12\xca\x2f\xcf\xe7\ \x8e\xea\xd7\xb5\x63\xaf\x5d\x37\x43\x80\xcc\xd0\x47\x4b\x26\x0f\ \xed\xd2\xb1\xdd\x84\x1d\x0f\x41\xfb\xf4\xe4\xc6\x61\xbd\xbb\x8d\ \x5c\x78\xd9\xa7\x49\x27\x13\xe5\xe7\x1d\x73\x47\xf5\xec\xd5\x7d\ \xe1\xc1\xfb\x7a\xa3\xfe\xcd\xe5\x1d\xa3\x07\xf4\xec\x39\xf3\x88\ \x67\xd3\x26\x79\xe3\xfe\xd4\x37\xb7\x9e\x7d\x8c\xba\xb4\xf7\x68\ \x78\x54\xc0\xc2\x61\x9d\xba\xf7\x9a\xfc\x28\x38\xf6\xc9\xb1\x65\ \x3d\xba\x75\xed\x37\x7d\xcb\x17\xad\x51\x11\xf6\x70\xca\xa0\x2e\ \x9d\x3b\xf6\x99\x3e\x6f\xfe\xe8\x01\x5d\xbb\x8e\x5c\x1c\x94\x95\ \xcf\x91\x19\x11\x24\x8a\x08\xbe\xc1\x67\x03\xd1\xa1\x98\x15\xc5\ \x5d\xc0\x91\x15\xf4\xe8\xc5\xac\x5d\x84\xbf\x60\xd2\x42\xe4\x1a\ \xd6\xcd\xe5\x41\x08\xdb\x16\xf1\x24\x1e\x65\x24\xf3\x96\xf1\x29\ \x92\xb9\x23\xe8\xdd\x9b\xb3\xfe\xdf\xdf\xfe\xa9\xe5\xec\x79\x4e\ \xa5\x8a\x78\x9a\x17\x30\xd5\x7f\x36\x7b\x02\xda\x98\x77\x1f\xd2\ \xac\x7c\xbc\x6d\x41\xf9\xf0\x45\xe6\x80\x95\x07\xe6\xf5\x28\x7a\ \xf4\xe0\x91\xf0\xa8\x57\x8b\xd7\x9e\xad\x35\x74\x66\x65\xde\x1f\ \xbd\xf1\x2e\x2f\xf1\xdd\xc3\x87\x12\x8b\xf7\x5b\xb7\xa8\xef\x93\ \x83\xeb\xee\x47\x44\x86\xc4\xdb\xcf\xde\xb3\x77\x40\x99\xec\xdd\ \xe7\xee\x46\xf9\x1d\x9f\xbe\xe3\xc5\x80\x79\xab\x5b\x9b\xbd\xdb\ \x72\xe0\xf5\xa7\xb7\x7e\xde\x5d\xe7\x1e\xd9\xb1\xa6\x72\xea\x99\ \x11\x8b\xaf\x75\x9e\xb6\xb2\x97\x57\xf4\xd6\x1d\xe7\xf3\x16\x30\ \xbe\x7c\x24\xa7\x10\xb6\xb9\x04\x2a\xe9\xd6\x8a\xd8\xb7\x5c\xdd\ \x87\xba\x0c\xf5\x2b\x60\x11\xcf\xbe\x97\x2c\x58\x83\x97\x2d\xba\ \x5c\x54\x46\x24\x3f\x0f\x85\x1d\x0a\x61\x12\xc7\xa2\x43\xf4\x1c\ \x47\xe0\x15\xb4\x55\xe8\x52\x0a\xb5\x06\x73\x73\x44\x12\x3a\x8e\ \xa5\x71\x31\xbc\x2b\x7f\x1d\x02\xa7\x33\x6e\x26\xf5\xc7\x50\xce\ \x86\xe3\xb7\xe9\x37\x19\x4b\x19\x7a\x09\x1e\xf6\x3c\xdc\x8e\xbf\ \x2d\xe3\x3b\xe2\x53\x1d\xc0\xbe\x10\xa6\xf1\x2c\x3a\x48\xfb\xa1\ \xe4\x6d\xb8\xee\x99\x44\x6a\x69\x86\x37\xfc\xed\xfb\xa8\xde\x8e\ \x3e\xed\x28\xe7\x83\x83\x00\x91\x25\xce\x16\x9c\xdd\xc1\x89\x60\ \xa6\x0e\x42\x2c\xc2\xc3\x8d\x57\x47\xf1\x97\x31\xb0\x1a\xfb\x2f\ \xd3\x7b\x3a\x76\x26\x68\xc1\x54\x84\x79\x31\x46\x8f\xc0\xb3\x14\ \xc5\x0b\xa3\x0d\xe7\x5e\x12\x33\x86\x23\x53\x21\xb1\xc4\xd4\x14\ \x40\x17\xc9\xed\x67\x98\xa8\x38\x78\x84\xa6\x93\x99\x52\x8f\x2d\ \x9b\x88\x78\xce\x94\x35\x34\x1b\x49\x65\x3b\x62\xf3\x48\xd6\xa0\ \xfc\xf8\xda\x3f\x3d\x53\x73\xe3\xc4\xba\x3d\x37\x63\xc4\xea\x2f\ \x07\x4e\xbd\xb4\xb3\x4e\x9a\x35\x6c\x9a\xaa\x62\xb7\x7e\xf5\x1c\ \xd2\xe2\x32\x83\x6e\x6f\x38\x1c\xea\xb6\x61\xdf\xbe\xbe\xf5\xf3\ \x42\xc6\xa8\xaf\xed\x3f\x6e\xd3\x6a\xee\xf2\x41\x15\xce\xee\x3b\ \xf5\xf9\xb3\xff\xe4\x19\x5b\x4b\xf4\x99\x3b\xa3\xbd\xe5\xfe\x2d\ \x87\x5e\xbf\x7a\xe1\xd6\x72\xca\xd1\x7d\x9b\xba\x94\xb7\x03\x8c\ \x19\x1f\x66\x8c\x9a\x9e\x59\xaa\xe3\xe8\x6e\x95\x4b\x97\xac\x94\ \xf3\x78\xd3\xfc\xc3\x31\x13\x57\xac\xf4\xc9\xbc\xbb\xf7\xd6\xab\ \xe8\xd0\x90\x2f\x39\xb9\x1f\xce\x1d\xd8\x7f\xf2\x7a\x96\x4e\x77\ \xe5\xc8\x31\xad\xb5\x8b\xdf\x89\x63\xb6\xad\xe7\x2f\x1b\x58\xf6\ \xcc\xbe\xa3\x1f\x7c\x3f\xe6\xd8\x96\x2b\x63\xfe\x65\xf6\xd8\x05\ \xa2\xfa\x63\x96\x8c\xae\x7e\x6a\xc7\xce\xe0\x68\xbf\xc9\x13\x97\ \xd9\x35\x1c\xd2\xc6\xc7\x22\x4b\x9e\xf9\xfc\xf8\x92\xc5\xe7\xe3\ \xfa\xcf\x99\xe2\xed\x59\xa4\x5a\x35\x8b\xa3\x0b\xe7\x7c\x72\x6f\ \x3f\xba\x45\xb1\xdb\x67\xcf\x5d\x38\xb2\x6e\xde\xfe\xa0\x6e\x53\ \x27\x94\x29\xee\x5d\xdd\x27\x7f\x07\xe6\xf9\xc3\x88\x46\x93\xd6\ \xef\x5a\x3d\x39\xeb\xd9\x71\x7f\x49\x9d\x35\x5b\x96\x09\x1f\xaf\ \x5b\x70\x31\x77\xd6\x8a\x15\x1e\xd1\x17\xce\xdd\x0f\x7a\x74\xfd\ \x44\x42\xb1\x1e\x4b\x86\x95\xbb\x73\xf5\x43\xef\xb9\xcb\xcb\x26\ \xdf\xdd\x7d\x2e\x2c\x2f\x6f\xd8\x7b\x1c\x9b\x30\xb6\x26\xc7\xcf\ \x11\x1e\x46\xe9\x0a\xdc\xda\xcc\x73\x11\xd3\x7a\x70\xfb\x08\x7a\ \x37\x64\xc1\xf4\xee\xc3\x27\x2b\xaa\x49\xb9\xf9\x1c\x3b\x1b\x22\ \x9f\x11\x9a\xc1\xe3\x4d\x04\x39\xb3\x6f\x0f\x8d\xbf\x2e\x01\x3f\ \xd9\xcb\x1d\x35\x53\x07\x52\xda\x87\x02\xf2\x2c\x60\x4f\xbe\x7c\ \x7c\xae\x74\x2c\xe9\xe3\x00\x39\x6f\xdf\x67\x5b\xb7\x69\xe6\xed\ \xe4\x64\xef\x6e\x6f\x1b\xfe\xfc\xc4\xfd\xb0\xc4\x5b\x87\x76\x25\ \x94\xe8\xb9\x60\x70\x3d\x00\xe2\x9f\x45\x66\x37\x6b\xd3\xc4\xbd\ \x64\x51\x3b\x0b\xcb\xec\x58\xbf\x38\x69\x89\xd6\xe5\x3d\xed\x1c\ \x9d\xbc\xcc\x35\xb7\xae\xdd\xaa\xd2\x7b\x4a\xa3\xb2\x45\x5c\xec\ \x6c\x4c\x4c\x14\x6f\x5e\x27\x95\x6e\xd2\xd4\xda\xdc\xfc\xde\xc5\ \x9b\x5e\x9d\xc6\xb4\xa9\x5c\xcc\xd5\xc9\x5a\x22\xcd\xdf\x52\x0f\ \x0d\xc0\xb5\x24\x69\x21\x50\x82\x76\x2d\xb9\xbb\x86\x53\x49\x0c\ \x6d\x88\xd1\x1c\xb3\x24\xb4\x0e\x94\xb3\x00\x38\xbf\x9a\x8d\xb7\ \x7e\xab\xf0\xa7\xfb\x0c\x18\x8f\xcf\x60\xc6\xd6\xc7\x2f\x80\xb2\ \x55\x01\xfc\x1e\xe2\x59\x09\x53\x10\x64\xf1\x26\x99\xaa\x55\xf2\ \x13\x5f\xde\x8a\xa6\x1a\x83\xab\xa3\x08\x25\x59\x4a\x6d\x2f\x8c\ \xa1\xc4\x09\x91\x05\x30\xe7\x0c\xed\x9b\xf0\xcc\x17\x0b\x5b\x80\ \xa8\x07\xf4\x1f\x87\xf7\x20\xa6\xb5\x07\xf8\x7c\x97\x73\xf1\xcc\ \x19\xf7\xab\xd7\x23\xe0\xfd\x2b\xbc\x2a\x20\x84\x4b\xfb\xf0\xe9\ \x41\x8b\x62\x84\x44\x63\x57\x04\xf4\xec\x5f\xc8\x8a\x07\x2c\xdb\ \x4c\x09\x05\x9f\xf5\xd4\x2e\x09\x71\x7c\x48\xa6\x62\x79\x04\x42\ \x3e\x05\x20\x29\x84\x97\x88\x98\x17\x48\x3c\x28\x0c\x61\xfe\xe4\ \x3a\x53\xc6\x01\x20\x22\x18\x51\x49\x6c\x14\xc4\x0b\x68\x5e\x97\ \x62\x9e\x58\xcb\x38\x76\x98\xa6\xd3\x69\x53\x83\x1c\x2d\x95\x6a\ \x00\x60\x62\xe6\xe0\x6c\x1f\xf5\xe4\xaa\x6f\x9c\xb8\x51\x3d\x9b\ \xeb\xfb\xb7\x66\x96\xeb\xe6\x9d\xf8\x30\xc6\xbb\xdf\xbc\xde\x4d\ \x14\x5f\xb2\x8a\x57\x6b\x54\xad\x71\xb7\xaa\xa2\x57\x0b\x56\x9f\ \xd4\x5a\x58\x00\x28\x3f\xbd\x4b\x34\x6d\xde\xa9\x8a\xab\xbd\x93\ \xbb\xbb\xc5\xdb\xfb\xd7\x74\xe5\xba\x8f\x6e\x52\xd6\xd3\xc5\xce\ \xdc\x4c\xff\xce\x2f\xba\x78\x83\xc6\xf6\xe6\x16\x79\x06\x35\x81\ \x57\x4f\x7c\xf6\xea\xba\x6c\x50\x0b\x4d\x54\x52\xe1\xd2\xde\xcf\ \x2f\x3c\xaa\x37\x71\x51\xb5\x12\xc5\x6c\xad\x2c\x4c\xcd\x6c\x9c\ \x5c\x5c\x73\x42\xef\x9f\xf0\xcd\xac\x51\xa5\x72\xf0\xcd\xc3\x77\ \x52\x7c\x86\x76\x70\x0b\xf8\x2c\x6a\xd6\xb1\x92\x8b\xbd\xa3\x9b\ \xb3\xec\x63\x58\xa8\x53\x85\x0a\x59\xfe\xd7\xc3\xec\x1a\xce\xe8\ \x55\xb3\x88\xbb\xa3\xb5\x85\xa9\xdf\xe9\xc3\xd4\x9b\x31\xa6\x7d\ \xf5\xcc\x2c\x5d\x8d\xc2\xb2\x0b\x57\x43\x46\x2c\x5b\x53\xcf\x2d\ \x23\xd3\xdc\xa7\x22\x7e\x07\x6e\xbf\x8d\x79\x79\xee\xf8\x6b\xe3\ \xf4\xe9\x3d\x5f\xdf\x7c\xd6\x61\xf9\xd6\x46\x85\x05\xe9\x7a\xe7\ \x0a\x45\xf2\x82\xcb\xc4\xfa\x7e\x56\xd6\xad\x5d\xde\xdc\x5c\xf8\ \x31\x24\xa6\x4a\x83\x8e\x85\x1d\xd4\xd7\xee\x85\x75\x9d\x3e\xab\ \x62\xf1\x22\xf6\x76\x56\x22\x45\x7a\x50\x78\x5a\xfd\x26\xad\x4a\ \x38\xda\x14\xae\x50\xa7\x66\x89\x92\x8e\x76\xb6\x56\xf6\xf9\x46\ \x03\x41\x2f\x71\xaf\x44\xd7\x0e\x84\x5c\xe4\x44\x10\x65\xbc\x39\ \x76\x9c\xb8\x40\xf6\xdf\x66\xcc\x5c\x4a\x79\x50\xcb\x95\x87\xfe\ \xcc\x98\x46\xfa\x07\x24\x25\xf1\x31\xc3\xdf\x9f\xe2\xf5\xe8\xd8\ \x0f\xa9\x3f\x2b\x4e\xe5\x87\xf1\x8e\x7f\xc2\xcc\xbd\xb4\x6e\xcd\ \x87\x47\xe8\x1d\x0b\x68\xaa\x80\x3d\xe1\xc3\x23\x7f\xfb\x92\x75\ \xec\x21\xfd\xe5\xd3\x34\x53\xef\xf2\xa6\xf8\x3f\x7d\x61\x5b\xbc\ \xaa\x59\x4e\x4a\xb1\x9a\x3d\x96\x2e\x5b\x36\x73\xd2\xa0\xf2\xce\ \x66\x80\x3e\x3a\x30\x2a\xc7\xa1\x8c\x4d\xd6\xfe\x99\xf3\xf4\x95\ \xda\xbb\x47\xbf\x54\xb9\x54\xb3\x43\xed\xfb\x3a\xa2\x44\xc9\x32\ \x86\xac\x64\x03\xa2\x94\xb0\x5b\x3b\x1e\xab\x3a\xb6\x72\xf5\x0f\ \xcf\xb0\xb3\x33\xaa\xd4\x99\x29\x99\x99\x46\x81\x20\xe3\xb3\xdf\ \xf6\x73\x5f\x9a\x74\x6c\x9c\x37\x8e\x7c\xf1\x82\x12\xe5\x09\xb8\ \x8d\x57\x35\x6a\x79\x93\x92\x46\x9f\xf1\xa8\xde\x81\x1b\x6e\x85\ \x51\x44\x72\x33\x18\x5d\x36\x17\x9f\xe0\x55\xe2\x27\x6d\xe3\x9f\ \x32\x6e\x05\x7d\x57\x31\xa9\x23\x02\xd0\xa8\xc9\xc8\x20\xe8\x01\ \x87\x43\x18\xd8\x1d\x20\xc5\x9f\x34\x53\x2a\xdb\x01\x28\x22\xd8\ \xff\x98\xd1\x63\x11\x80\x5e\x4f\x4e\x36\x29\xd1\xac\x5c\x81\x57\ \x73\x5c\xec\xa9\x5a\x99\x1b\x6b\xb8\x10\x88\x34\x93\xf8\x37\x8c\ \x5f\x41\x9f\x95\x4c\xee\x84\x18\xd0\xb2\x73\x3b\x0d\x87\xe1\xf1\ \xcb\x38\x75\xb9\xbc\x8a\xa1\x52\x6d\x50\x73\xe4\x02\x5e\x35\x28\ \xed\x89\x3c\x85\x1c\x15\x67\xe6\x73\x33\x87\xfd\xfb\xa8\x5c\x08\ \x83\x12\x65\x0e\x49\xb1\x6c\x5b\x8e\x79\x03\x6a\x3a\x03\xbc\x7e\ \x8a\x47\x35\x04\xa0\xd5\x92\x93\x49\x4c\x04\x2b\x77\xd2\xba\x0f\ \xe1\x4f\xf8\x9c\x49\x44\x20\x85\x7d\xc8\x8c\x84\xc2\x88\x23\x98\ \xb1\x91\x26\xed\x49\x4f\xc2\xd4\x8c\xd4\xd7\x44\xe9\xa8\xe6\x95\ \xc7\x9e\x36\x76\x16\x5f\xd6\x2d\x3f\x58\x75\xd4\x92\xe2\x9f\x8e\ \xcc\x38\xfc\x71\xe4\x98\x2e\xfa\xb4\x24\x0d\x92\xec\xa4\x80\x0b\ \xaf\x52\x8a\x95\xb1\x55\x4b\x2b\x6d\xda\x3e\x27\xf6\xda\xce\x2b\ \x11\x3a\x20\xfb\xe3\xa3\x2f\x02\xcf\xda\xf6\x3c\x7f\xe9\x6b\xeb\ \xe5\x63\x66\x4c\x53\x1a\x84\x59\xa9\xe1\x6b\xb7\x3d\xaf\xd1\xaa\ \x66\x74\x64\x8a\xa5\x1d\x59\x39\x8a\xbc\xfd\xcb\xb4\xf4\x4c\xb5\ \x41\x98\x9d\xfe\xf9\xec\xe3\xa8\x22\x55\x0b\xa7\x26\x66\x09\xc4\ \xda\x58\xbf\x7d\x97\x3f\x0a\x9b\xd7\xaa\x54\xd8\x52\xbb\x7f\xc3\ \x46\x49\x9d\xe1\xdd\x4b\x44\xcf\x9c\x76\xb0\xc1\xd8\x29\x9e\x89\ \x0f\x3e\x51\xb8\x96\x2d\xcf\x5e\xbe\xb4\xf7\x2c\xa1\x49\x0f\x33\ \xb1\x72\xd0\xe4\x66\x28\x74\x02\x65\x56\xdc\xf6\x75\x87\x0b\x37\ \xe9\x60\x9f\x96\xa0\x11\x0a\x33\xa3\xef\xdc\x0d\xd4\x16\xf3\x2c\ \x94\x93\x9c\x09\xd9\xef\x4e\x5e\x48\xb5\x2c\xe3\x62\xc8\xd2\xd9\ \x94\x9f\xb0\x60\xe5\xd2\xf9\x93\x5b\xd7\x2a\x9c\x9a\x9c\x2d\x34\ \x66\x7d\xbc\x7a\xf1\xb3\x89\xab\xa7\xb3\x10\x30\x7c\xfe\x10\xa3\ \x72\xa8\xe8\x65\x87\x32\xf2\x6d\xb8\xae\x74\xe5\xe2\x90\x91\x94\ \x25\x17\xa1\x8c\x7c\xb0\xeb\x76\xb4\x73\xb5\xe2\xb2\x0f\xd1\xc2\ \x4a\xe5\x2c\x7d\x9f\xbe\xb5\xf4\x29\x23\xd6\x86\x3c\x8f\xa3\x66\ \x55\xf7\xbc\xa5\xed\x67\xe1\x94\xa9\x86\x55\x69\xac\x93\x78\x18\ \x41\x75\x77\xb2\x64\x8c\x98\xc7\xe2\x45\xf4\x6b\x49\xc4\x2d\x8e\ \x46\xd3\xc0\x9b\x17\xc1\x24\x64\xa0\x15\x93\x9d\xc8\xa5\xd7\x14\ \x73\xc1\xa4\x1c\xdb\x67\x73\x6d\x27\xe1\x0a\x80\x0c\x0d\xd5\x6a\ \xf1\x7c\x0f\xfb\x5e\x60\xae\x37\x7e\x78\xf5\xe8\x75\x58\x5a\x01\ \x5b\xfd\x27\xb3\x67\xee\xe7\x5c\xdb\x5a\x4d\xaa\x00\x11\x31\x0a\ \x9f\x7a\x75\x4c\xd1\xc5\x65\x5a\x55\xaa\x53\xa5\x56\x87\x11\xc5\ \x92\xcf\x8e\x18\x3a\x74\xd3\x05\x5f\xa5\x11\xe0\xcb\xa7\x88\x8f\ \xc1\x6f\x57\x4e\x99\xf2\xc6\xa6\xd3\xa6\x59\xdd\x92\x63\x75\x95\ \x1b\xd7\x40\x93\x98\x2d\xf2\x2c\x57\xa3\x62\x97\x9e\x3d\x3f\x1d\ \x9f\x36\x68\xe6\xf1\x36\xd3\x97\x34\x2b\x5a\xac\x71\x9d\xa2\xe7\ \x16\x8d\xd8\x70\x25\xaa\xfb\xb0\xe1\xf2\xeb\xcb\x06\x4c\x58\x5f\ \x75\xcc\xd2\x01\xd5\x6c\x01\x14\xa4\x5b\x51\xcd\x87\x68\x2d\x75\ \x6a\x60\x5a\x94\xcb\x8f\x69\xe9\x4c\x48\x36\x15\xaa\x60\x52\x98\ \x45\x23\xd9\x3d\x81\xde\xfd\xd1\x94\xa3\x77\xc5\x9f\xd4\x7d\x72\ \x99\x44\x25\x67\x56\x30\x60\x2e\xb1\x3a\x7a\x0f\xe4\xcb\x49\xa6\ \x6d\x65\xf2\x6a\x2a\xdb\x02\x7c\x8e\xa2\x74\xfd\x7c\x2f\xcc\xc0\ \x87\xb8\x37\xa5\x96\x1d\x80\x85\x37\x5d\x2b\x30\x79\x18\xc9\xa5\ \x99\xd7\x9f\x4a\x8d\xd8\xb4\x9e\xa5\x93\xe8\x31\x9a\x29\x3d\xf0\ \x3d\x4d\xac\x9c\xb3\x2b\xe9\x3f\x87\x18\x1d\xda\x08\x12\x6d\xe9\ \xdb\xe4\xd7\x55\xa6\x4c\xc4\xac\x18\xd5\x0a\x81\x84\x41\x5d\xd8\ \x37\x89\xbe\xf3\xe8\x3a\x9b\xaa\x46\x4e\xde\x22\x27\x9a\x71\x7d\ \xd8\x72\x0b\x61\x61\x7a\xd7\x65\xfe\x70\xde\x3b\xb2\x6e\x32\x62\ \x40\x4f\x92\x98\x06\xb5\x00\x8a\xb5\xa7\x32\x0c\x1d\x4b\x89\x81\ \x8c\x6c\xca\xf1\x83\x84\x25\xf0\x36\x80\x0a\xd5\x88\x7d\x4d\xf0\ \x33\xc6\xcf\xa7\xca\x48\x86\xb5\xa0\x7f\x4f\xee\xad\xa4\x6d\x1f\ \x28\x83\x6b\xde\xc7\x47\x60\x5d\xac\xa8\x53\xd1\x66\x5d\x7a\xd6\ \xaf\x63\x66\x61\xdf\x78\xe0\x8c\xfa\xae\xe6\x35\xda\xf7\x70\x0a\ \xda\x33\x68\xca\x46\x0b\xef\x1a\x45\x85\x91\x3b\xe6\x0c\xec\x31\ \x72\x6d\xf1\x8e\xe3\x3a\x14\x15\x03\x89\x11\x69\xc5\xab\x37\xb6\ \x41\x9f\x94\x21\x2d\x57\xa9\x76\xfd\xf6\xbd\x3d\x62\x4e\xf5\x1f\ \x38\x53\xd6\x6a\xd2\xd8\x36\x35\x1b\xd5\x2d\x75\x73\xdd\x94\xe5\ \xc7\x5f\xe4\xb1\x67\x8d\x4e\xbd\x4b\xc6\x9f\xee\x3f\x76\x91\xde\ \xad\x74\x51\xe7\xc2\xfd\x86\xb4\xf3\x5b\x36\x64\xfc\x26\xbf\x41\ \x8b\xd7\x54\xb4\x33\xf1\x74\x77\x2b\x5a\xa4\xde\xc8\xde\x0d\x9c\ \x2c\x2c\xaa\xb5\x19\x38\xb4\xbe\xeb\xe7\xc0\x84\x12\x35\x9a\x58\ \xa1\x4d\xce\x94\x56\xac\x5e\xaf\x71\xc3\x06\xa9\xaf\x5f\x5a\x54\ \xee\xd0\x48\xe6\x37\xb0\xff\xc8\xc8\x62\x03\xe6\xf7\xaf\x55\xbf\ \x57\x2f\xdd\xc3\x25\xa3\xe6\x1e\x77\xa8\x50\xc9\xbd\x58\x99\x1e\ \xdd\xca\xed\x18\x37\x60\xf3\x8b\x9c\x0a\xe5\x5c\x2d\x8b\xb7\x1f\ \x52\xdf\x62\xde\xe8\x61\x13\x97\xed\x8a\xd2\xbb\x0c\xef\x53\xf3\ \xd4\xc4\xbe\xab\x6e\xc6\x57\xab\x5a\x3a\x2f\x24\x67\x54\x50\x90\ \xda\xb1\xa8\x97\x2d\xaa\xa4\x28\x91\x57\xa5\xaa\xc5\x00\x8f\x91\ \x03\x9a\x5e\x9a\x3d\x74\xda\xde\xc0\x31\xab\x97\x95\x12\xc7\xca\ \x8a\x57\x2b\x67\xa1\x8f\xce\x15\xd6\xab\x55\xd1\x10\x1f\x66\x51\ \xbc\x76\x55\x17\x11\xa0\x4d\x44\xec\x49\x9d\xc2\x20\xa4\x43\x1b\ \x5a\x37\xc7\xd3\x99\x61\x9d\xd8\x30\x8e\x51\x0b\xf0\xf3\x63\xcf\ \x79\x46\x6e\x61\xe9\x10\x5e\xdc\xa7\x64\x13\x0a\x7d\x62\xc8\x34\ \x2c\x4b\x63\x93\xc6\xdc\x81\x0c\x5b\x45\xc7\xf1\x14\x35\x03\x28\ \xd3\x84\x8d\x1b\x58\x3b\x95\xae\x83\x58\xdc\x5b\xf5\xea\xf8\xfe\ \x9b\x6f\x13\x0a\xd8\xea\xef\x86\xbf\x91\xb5\xbc\x4e\xa7\x13\x8a\ \xc4\x42\x01\xa0\x3f\xb5\xa0\xe7\x0d\xd9\xc0\xbd\x33\x5a\x89\x7f\ \x57\x07\x83\xde\x28\xfc\x6e\x5d\x64\xd0\xeb\xc9\xd3\xd7\xa0\x33\ \x08\xff\xb5\x40\xe3\xe7\xb7\x13\x9a\x1f\x83\x89\x5a\x9d\x69\xe8\ \xfd\xd7\xbe\x0a\x39\xfb\xb6\x91\x1f\x8a\x51\x42\x9b\xbe\x94\x2f\ \xf4\xbf\x52\x8e\x22\x81\x65\xf3\x09\x92\x72\x78\x1b\x8b\x3b\x51\ \x79\x05\xbd\x4b\x01\x28\xbf\xb0\x63\x0f\x99\x2a\xa2\xd2\x18\xbd\ \x9c\x5a\xff\x55\x94\x54\x9d\xde\x98\xe7\x0f\x64\xd0\xeb\xf4\x46\ \x81\x44\x2c\xfa\x23\x89\x01\x8c\x7a\xbd\x51\x28\xfa\xc1\xce\x57\ \xa7\x37\x7c\x7f\xd1\xbf\x36\xbb\xfc\x23\xed\x47\x2f\xfe\xae\x83\ \x51\x67\x10\x88\xbf\x8b\xd4\x21\x12\xff\xd0\x58\x74\x06\x41\x7e\ \x53\xc3\xa0\x33\x0a\xbf\xde\x32\x64\x6d\x18\x37\x30\xa5\xd6\xfc\ \xe5\x7d\x2b\xfd\x63\x73\x33\x08\x45\x05\x27\xcb\xff\xbb\xe2\xef\ \x6e\xef\xf9\x5f\x42\xfc\xfd\x84\x4e\x61\xe3\xa1\x2b\xeb\x5b\x78\ \x88\xff\x59\x73\x15\xfe\x64\x98\x29\x14\x7d\xed\x37\xdf\xa9\x53\ \xa1\xe0\xed\xbb\x9f\x62\xf7\xfe\xa3\x57\xcf\x37\x43\x68\xa3\x9a\ \x8f\x31\x24\x2a\x11\x80\x11\x82\xdf\x20\xfd\x71\xaa\xf4\xb3\xf3\ \xe2\x37\x3f\x9c\x5f\xfe\xfe\xf6\xf7\x9f\x97\xf8\x93\x58\x23\xea\ \x6c\x3e\x27\x90\x65\x40\x60\xc4\x28\xe1\x9d\x1f\x39\x0e\x5f\x13\ \x1b\x31\xf2\x53\xc6\x9f\xd5\xf9\xf9\x41\xfe\xd1\x65\x48\xf0\x3d\ \xb1\xd1\x88\x32\x03\x8b\x22\xf4\xaa\x48\xc8\x33\x2a\x74\xc2\x21\ \x95\xe7\xcf\x01\x54\x59\x08\x4c\x90\x48\x69\x51\x87\x42\xb9\xf0\ \x5f\xb1\xe7\x37\x36\x14\xfe\x81\x63\x31\xc4\x3f\xbe\x2d\x81\xe8\ \x37\xa1\xce\x7f\x7a\xd1\x82\x7f\x91\xa4\xc4\x3f\xd1\xb7\x40\xfc\ \x93\x48\xf1\xcf\x4d\xe7\x87\x9b\xc2\xef\xac\x6a\xd4\x6a\xab\x77\ \x99\x54\xbc\x4e\xa5\x5f\x36\xb7\x7f\xae\x95\x52\xc9\xdb\xb7\xbf\ \x7d\x59\xff\x82\xa5\xfd\x8f\x9d\x37\x2f\xaf\x9b\x1b\x85\x0b\x17\ \xf0\xdb\xdf\x11\xe2\xbf\xa5\x56\x02\x47\x8f\x62\xff\x7d\x29\x39\ \x39\x5c\xba\xf8\x27\xd2\xcb\x4c\xb1\xfb\x6a\x68\x1e\xff\x81\xcf\ \x6f\xff\xda\x67\x16\x20\xb3\xe6\xdb\x21\x43\x1f\x7d\x09\x34\xfc\ \xef\x14\x24\xc2\xd4\x84\xc0\xa7\xf8\xeb\x90\xc9\x08\x0e\x42\xff\ \xd5\x91\xd4\xc4\x04\xa1\x80\xd0\x97\x18\xb3\x28\x52\xec\x3f\xae\ \x33\x08\x64\x0e\x75\x1a\xd7\xff\x17\x07\x2f\xb9\x5c\xbc\xf8\xbf\ \xa2\x55\xa3\x46\x05\xec\x59\xc0\x9e\x7f\x39\x9c\x9d\x59\xbd\xba\ \xe0\x15\x17\xe0\xaf\x80\xa3\x63\x41\x63\xfb\x8f\x43\xc1\x4a\x4e\ \x01\x0a\x50\x80\x02\x14\xb0\x67\x01\x0a\x50\x80\x02\x14\xb0\x67\ \x01\x0a\x50\x80\x02\xfc\x3b\xb3\x67\x76\x42\xd8\xc7\x13\x93\x15\ \x19\xf1\x05\x55\xf9\x7f\x0c\xc6\x82\x87\x2a\x40\x01\xfe\xff\xb1\ \xa7\x5e\x6f\x88\xbb\xb6\x58\x7e\x67\x43\xdc\xad\x35\xff\x7c\x7f\ \x58\xaf\xd3\xaa\xd5\x1a\x23\x18\x74\x1a\xb5\x5a\x93\xf4\xf2\xd2\ \x8e\xe3\x8f\x74\xff\x5c\xba\xe2\xf3\xfe\x95\x53\x27\xcc\xdd\xe9\ \xfb\xe4\xfa\xbe\x0b\x4f\x13\x43\x9e\xae\xdf\x76\x26\x43\xff\xbf\ \xd6\xef\xf4\x68\x7f\x16\xae\x35\xfc\xba\x7f\x6a\xd4\xa8\x54\xe8\ \x7e\xb8\xab\xd3\xfe\x6e\x67\xd6\x69\xfe\x99\x58\x9d\x96\x5f\x17\ \xa2\x43\xfb\x3b\xb5\xf3\x9b\xb2\xb4\xda\x7f\x50\x4f\xf3\x95\x43\ \x8c\xe8\x7e\x60\x13\x83\x0e\x95\x0a\xad\x1e\xcd\x17\x36\xac\xe7\ \xcb\x1f\x09\xdb\xa3\xe2\xd0\x0e\x02\x52\xfe\xff\x91\xe1\x4f\x6c\ \x98\x73\x63\xef\xf2\xf1\x13\x26\x5f\x0d\xf9\xc9\xeb\xe6\xcb\xd3\ \xa3\x1b\x0f\x3e\xc3\x90\x7e\x68\xdd\x3a\xdf\x78\xfd\x5f\xa5\xd9\ \x3f\x63\x6a\xf9\xe7\x97\xdb\xf7\x9f\xfd\x76\x8a\x7a\x6a\xf0\xbd\ \x05\x13\xc6\xcf\xde\x76\x35\xe7\xcf\x68\x97\x10\x70\x75\xf7\xd1\ \x5b\xda\x3f\x5e\x3d\x05\xf8\xbf\xc5\x9e\x49\xaf\xcf\xa9\x03\x2f\ \x48\x2c\x44\xb9\xfe\x87\xd3\x3e\x3e\xf9\x27\x29\x1f\xed\x5c\xd8\ \xb7\x77\xd7\x9a\x95\x2a\xd4\x6f\xd3\x75\xf8\x8c\x55\xf7\x1e\x3f\ \xb9\xe3\xfb\xe9\x9f\xee\xf7\x1b\x6f\x6f\x5e\x72\x29\xde\x75\xd8\ \x90\x8e\x1e\x76\x36\x0e\x76\x56\xaa\xd8\xa0\xdb\x0f\x5e\x2b\xfe\ \x77\x6a\x21\xf4\x21\xfd\x3b\xd3\xa6\x31\xf3\x0f\xa3\x87\xf4\xf7\ \x0c\x6c\x4f\xab\xb6\xec\xb9\x07\xa0\xcd\xe1\xda\x46\x5a\x0c\x25\ \x1a\xf8\xc2\xf4\x51\x0c\x1c\x44\x87\x46\xb4\x9c\x8e\xda\xc0\xd9\ \x95\xb4\x6c\x4b\xcf\xc9\xc4\x2a\xf3\xa5\x05\x1c\xa7\x76\x5b\x82\ \xf5\xa4\xbc\x65\x74\x5f\xba\xb4\x66\xde\x7e\xb4\x90\xf1\x81\x41\ \xed\x69\xdd\x86\xdd\xf7\x00\xee\xec\xa2\x4b\x07\x1a\xb7\xe0\xd4\ \xeb\x1f\xd9\x91\x3b\x87\x18\xd0\x9b\x8d\x67\x31\x42\x66\x2c\xcb\ \x47\x32\x6e\x03\x46\x40\xcb\xfe\xb9\xb4\x68\xc7\xe0\xd9\xa4\x68\ \x40\xc9\xd6\x69\xb4\x6e\xcb\xb0\xc5\x64\xeb\x00\xc2\x1f\x33\x69\ \x30\x63\x56\x91\x04\x29\xaf\xe8\xdf\x81\xe6\x2d\x39\xf6\x1c\xe0\ \xce\x6a\x1a\xb4\x61\xc8\x10\x8e\x3f\xc4\x98\xcb\xdd\xdb\x64\xe9\ \xfe\x50\xeb\xb0\xb5\xc7\xf4\xff\x8b\x5d\x86\x26\x62\xe6\xa8\x09\ \x7e\x3f\x50\xfc\xe7\xcb\x9b\x36\x5e\x4f\xe9\x3e\x68\x50\x65\xcf\ \x9f\xe2\xd1\xa5\x06\x3f\xb9\xe3\x17\x85\x31\xfb\xf9\xcd\xdb\xd1\ \xb9\x7f\x45\x14\x4c\x79\xc0\x89\x11\x13\x77\xe9\x7f\xdf\x90\x53\ \x9a\x1d\x79\xe1\xd2\xfd\xcc\x3c\x6e\xd3\x7e\x5a\xb5\x78\xad\xb1\ \x5c\xdb\xbe\x2d\xab\xc8\xfe\x4c\x6f\x4b\x0a\x7d\x74\xf5\xc9\x47\ \xc9\xef\xdc\x7d\x78\x60\xe6\xa2\xfd\x2f\x0a\xa2\x36\xff\xff\x85\ \x68\xe6\xf4\xa9\xbf\xb9\x24\x10\x08\x32\x32\x32\x0b\xb9\xb8\x09\ \xff\x69\xd4\xf7\xdc\x8c\xa4\xb8\x13\x43\x05\xb9\xf1\x48\x64\x02\ \x4d\x8e\x22\x2d\xc6\xa6\x52\x57\x91\xf8\xd7\xaf\xbb\x70\xe5\x06\ \x5d\xbb\xd4\x7f\x7f\xe3\x46\xc5\x19\x07\x36\x8c\x6c\x6b\x16\xf3\ \xe2\xc0\x89\x8b\xfe\x1f\x5e\x06\x26\x4b\x2a\x57\x2a\x26\x41\xfd\ \xec\xf4\x96\x95\xdb\x8f\x44\xa8\x1c\xaa\x96\x76\x17\x02\x18\x6e\ \x1f\xdd\xfb\xf0\x4b\x4e\x6e\x86\xce\xcb\xcd\x3c\x49\x29\xf2\x94\ \xa4\xdf\x7d\x9f\xd3\xa1\x6b\x23\x49\xdc\xeb\xb5\xcb\x97\x1f\xbf\ \xf3\xc1\xad\x7c\xed\x42\x26\xc9\x87\xd7\x2c\xdf\x73\xe2\xfc\xfd\ \x80\x14\x9f\x2a\x15\xad\x25\x29\xc7\x36\x2c\xdf\x75\xe4\x5c\xac\ \xc1\xbd\xaa\x77\xa1\xe0\xeb\xfb\x96\x6d\xda\x7f\xed\xc1\xeb\xa4\ \xc4\xc8\x73\x7b\xf7\xde\x78\x9f\x51\xa1\x5a\x79\x0b\x31\xef\xae\ \xed\x5e\xba\x69\xdf\x87\x54\x69\xe5\x8a\xc5\xf2\xd4\xcd\x91\x53\ \xa9\x0d\xfd\x2b\x33\x6f\x31\x6d\xfa\xb2\x67\x0a\x92\x1e\x2c\x6b\ \xc5\x92\x15\xd4\xe9\x42\xaa\x2f\xdb\x8e\x10\xa1\xa2\x73\x37\x1c\ \x6c\x69\xd1\x8e\x6e\x5d\x08\xbe\x4d\xa9\x2e\x78\x27\x31\xfd\x08\ \x3b\xf6\x93\x75\x9e\xeb\x0a\x5a\x57\x22\x3d\x98\x39\xab\x88\xca\ \xa2\x55\x6f\x8a\xda\x53\xb3\x39\x3e\xb0\xf3\x0a\x7d\x7a\xb1\x69\ \x3c\xa2\x6e\x2c\x6f\xcb\x92\xe5\x54\x69\x87\xa5\x84\x0e\x43\x29\ \x95\xc0\x8a\x1b\x0c\xec\x9c\x7f\xac\xd0\xd3\xbd\x6c\x7c\xca\x94\ \x25\x74\xaf\x87\x40\xcf\x95\x23\x9c\x7c\x80\xb0\x10\xdd\x1a\xf3\ \xf9\x12\x0b\x6f\x73\x60\x2f\x61\xc7\x09\xb4\xc4\x3e\x84\x0d\xaf\ \x38\xb8\x9d\x97\xdb\x08\xf1\xa0\xbc\x92\xf1\x8b\x68\x35\x96\x19\ \xfd\xb0\xd4\x30\x7f\x2c\x1e\x43\x99\x5d\x9f\x79\x6b\x69\xd7\x93\ \x57\x47\x71\x1a\xc2\xa6\xe9\x54\x2c\x8a\x2a\x8e\xab\xcf\x69\xda\ \x1d\x47\x15\xbb\xd6\x70\xe0\x14\xef\xe2\x29\x5f\x05\x49\x32\x9b\ \x97\x71\xf8\x1a\x8e\xa5\x71\xcb\xf3\x3f\x35\x10\xf8\x8e\xc2\x15\ \x88\xb8\xc1\xaa\x2d\x5c\xb9\x83\xc4\x8d\x62\xce\xa0\xe1\xc4\x16\ \x76\x1e\xe1\x45\x28\xc5\x2b\x61\x2d\x46\x15\xfd\x60\xd7\xe9\xd7\ \xe5\xab\x94\xf9\xfc\xe4\xc4\xcd\x50\x61\xb9\x62\x16\x17\x0f\x1d\ \x52\x58\x58\xbd\x38\xb1\x76\xeb\xc1\x73\xd1\x06\xb7\x6a\xde\x85\ \x22\x9f\x9d\x5f\xb9\x76\xc7\xed\x80\xb4\x4a\x35\xca\x9b\x8b\x80\ \xcc\xeb\x07\xb7\x6c\xda\x73\xfc\xda\xd3\x60\x97\xd2\xd5\x5c\x2c\ \x45\x99\xe1\x8f\x57\x2f\x59\x75\xea\x5e\x90\x6b\xf9\xea\x2e\x56\ \xd9\xbb\x17\xae\xbc\xf3\x2a\x30\x32\xc9\xac\x6e\xd5\x22\x42\x88\ \xbc\x76\xf4\xa8\x6f\xac\x4e\xae\xb4\xb1\x50\x3d\x79\xf6\xb1\x68\ \xb9\x12\x19\x2f\xcf\x9f\x7b\x63\xf0\x10\x86\x3c\x4f\xf2\xe8\xd6\ \xdc\xf3\xde\xc5\x47\x1e\x55\xcb\xbf\xba\x72\xd9\xb2\x5c\x25\x3b\ \x65\xe0\x9e\x7d\x37\x0b\x95\xad\x60\x25\x01\x78\x7f\x7d\xdf\xf2\ \x8d\xfb\xae\x3d\x78\x6b\xea\x56\xbe\x88\x93\xe4\xc5\xb9\xad\xcb\ \xb7\x1d\x0a\x53\xd8\xd7\x2a\xe3\x1e\xe5\x7b\x71\xcd\xaa\xad\xe7\ \xaf\xde\xce\x30\x2b\x5a\xbe\x88\xbd\x36\x25\x68\xfb\x8a\x25\x87\ \x2e\xfb\xdb\xf9\x54\xf3\xb0\x31\x3e\x39\xbb\x73\xcd\xf6\x43\x6f\ \xd3\x2c\xbd\xa4\xb1\x6b\x17\xad\x3e\x7b\xff\x83\x6b\xc5\x5a\x2e\ \xf2\xb7\x2b\xd7\x6c\xf3\x0d\x0a\xcc\x72\x2a\x5b\xce\x2c\x79\xeb\ \x8a\x45\x87\x2e\xbf\xb2\xf3\xa9\xea\x61\x23\x4d\x78\x73\x79\xe9\ \x8a\xcd\x67\xaf\x3f\x8c\x91\x78\xf5\xea\xda\xd4\x46\x08\x59\xe1\ \x07\xf6\x1c\x4c\x55\x0b\x72\xad\xdd\x6b\x16\x35\x3f\xb3\x71\xfe\ \x8e\xa3\xd7\xb2\xac\xbc\xcb\x15\xb6\x0d\xbc\x73\x6c\xe5\x86\x5d\ \xb7\x03\xb2\xaa\xd6\x2a\x67\x26\x44\x1d\xf7\x61\xd7\xda\x65\x87\ \xce\x5e\x7d\x1b\xa3\xab\x5c\xad\x94\x3e\xee\xc5\xee\xfd\x97\xdf\ \x05\xfa\xbf\x4f\x91\x55\xae\x58\x54\x8a\xee\xd9\xe9\xad\x2b\xb7\ \x1f\x0a\x4c\x91\xd4\xac\x58\x2c\xc6\x77\xef\xf2\x3d\xb7\xc3\x22\ \x63\x0b\x95\xaf\x6b\x97\xfe\x74\xe9\xfc\x95\xa7\x1f\x86\xb8\x96\ \xa9\xec\x62\x29\x2e\x20\xb5\x7f\xe5\x63\xad\x51\xa7\x26\x27\x59\ \x7f\x8b\x9d\xfe\xd3\x0c\x5b\x2f\x97\xcb\x1d\xec\xed\xff\xd1\x0d\ \xe9\x5f\x1c\x7b\x1a\x0c\xc6\x84\xdb\xab\x0c\x49\x1f\x90\x98\x00\ \x02\x89\x89\x2e\xf2\x41\xe2\x93\xbd\xbf\x37\x95\x10\x8a\xc5\x22\ \xa9\x99\xa9\xa9\xa9\xa9\xb9\x79\xde\x34\xd2\xdc\xb5\x6c\xe7\x4e\ \xcd\x03\x8f\x2e\xdb\x75\x3f\x39\xea\xf6\x86\xe5\xe7\x13\x7b\xf5\ \xed\xf8\x76\xdf\xa2\xc3\x2f\xe2\xf2\xc6\x9e\x06\xa1\xac\x4c\x9d\ \x56\x7d\x3a\x37\x34\x7c\x7a\x74\xe0\xaa\xaf\x52\x68\x22\x12\x9b\ \x48\x55\x71\x0b\xa7\x2f\x56\x97\xeb\xdc\xca\xed\xcb\xa2\x05\x5b\ \xbf\xc4\x87\x1c\xbb\xfc\xba\x5a\x97\xae\x66\x1f\x0e\xcd\xdd\x75\ \xdb\x88\x6d\xf5\x56\xfd\x86\xf7\xa8\x7e\x71\xfd\xdc\xbb\x89\xca\ \xe7\xc7\x0f\xa7\xbb\x37\x6d\x5c\x28\x66\xc9\x86\x8b\x65\xdb\xb5\ \x53\x3c\xde\xbe\xfa\x6a\x78\xba\xef\xee\x39\x7b\xde\x75\xe8\xd7\ \x2b\xf1\xea\x86\xcd\x17\x3f\xe6\xa9\x57\xa4\x0c\x95\x8a\x91\x18\ \x4d\xe1\x6a\xd8\x6a\x09\xca\xa6\x5d\x73\x3c\x6b\x50\x4c\xc7\xdb\ \x70\x8a\xd6\x63\xd3\x1a\x4a\x98\xe5\x1f\x71\x21\x10\x12\x7e\x81\ \x37\x52\x26\x36\x27\xf8\x35\x85\xaa\xe0\xed\x4a\x9b\x7a\x44\xbe\ \x00\x23\xfb\xb7\xd3\x70\x0c\x0d\x8b\xa1\xd5\x21\xb1\x20\xf8\x02\ \x8b\x76\x51\xb1\x19\xa6\x6a\x82\x32\xf3\xc5\x96\xd0\x13\x18\x45\ \xd9\x1a\x78\xd9\xf3\x39\x8d\xaa\x35\xbf\x9a\xdd\xea\xd8\x7f\x88\ \x94\x74\xd6\x4f\x66\xd5\x19\x34\x42\xda\x0c\x65\xc9\x30\x64\x06\ \x80\x77\x2f\xf0\xaa\x8f\x97\x0b\x8d\xea\x12\xf1\x96\xe7\x81\x94\ \xab\x87\xbb\x0b\xad\xab\x12\xf6\x92\x47\x47\x79\x9f\xc8\xcd\x1d\ \x8c\x59\x46\x7c\x0c\xb1\x6a\x1a\xd5\xa3\x58\x13\x5c\x34\xbc\x4b\ \xc3\xcc\x84\xe7\x47\x58\xb7\x9f\x14\x35\x12\x11\x08\x31\x35\xb2\ \x75\x06\xf7\x32\xe8\xdc\x92\x1b\x47\x08\x4d\x63\xf3\x2c\x92\x4a\ \xd2\xb1\x24\x0b\xe6\x91\x9c\x37\x32\xd5\x72\xfa\x20\x9f\xb3\xb9\ \x74\x90\xdc\x92\xb4\x2c\xcd\xe2\xf1\xbc\x4e\xe4\xc2\x2a\x8e\x7e\ \xa0\x73\x17\x5e\x9c\xe5\x79\x02\x80\x44\xa6\xbd\x76\xf4\xe0\xdb\ \x5c\xa3\xdf\x8e\xd9\x0b\x4e\xdc\x53\xa6\x7e\x3c\x76\xe2\x56\xae\ \xd0\xae\x7a\x9b\x7e\xc3\x7a\x54\xbf\xb2\x61\xd9\xd3\xa0\x67\xcb\ \x16\xad\x92\x55\xef\x3a\xa8\x6d\x2d\x33\x81\x11\x40\x15\x79\xe4\ \xe0\x85\xc2\x4d\x3a\x97\xd5\xbf\x9c\xbb\x74\x77\x8e\x3c\x72\xde\ \xc4\x79\x72\xef\xa6\xf5\x9c\xa3\xa6\x4f\x5c\x99\xac\x12\x58\x38\ \xb8\x35\xeb\x3e\xa0\x7b\xb3\x32\x79\x6d\x54\x8f\xd0\xa3\x7c\xbd\ \x7e\x7d\x3a\xba\x64\x07\x1f\x3d\x73\x37\x07\x52\xde\xdd\x3c\x7b\ \x37\x5c\x28\x15\x7f\x9b\x4c\x5b\x98\x4a\x3e\xde\x38\x74\xfb\x43\ \x4e\xe6\x9b\xdb\xc7\xef\x7e\x94\x48\x01\xe2\xee\x6f\x9b\xbc\xee\ \x46\xd5\x36\xdd\xec\xe2\x6e\x9f\xbe\x17\xf1\xf9\xd1\xe6\x25\x27\ \x63\x7a\xf4\xed\xfc\xe1\xe0\xd2\x93\x01\x31\xbe\x17\x8f\xbf\x97\ \x95\xe9\xd8\xd0\x6d\xef\xe2\x39\x4f\xe2\xd2\x76\xce\x9d\x15\x53\ \xb8\x6d\xe7\x72\xb9\x8b\xe6\x6f\xcd\x54\x26\x1e\xdb\x77\xcc\xaa\ \x62\xb3\x96\xd5\x8a\x5a\x39\x15\xef\x3b\x6a\x64\x1d\x59\xc0\xbc\ \xb5\x67\xb3\xf4\x52\x1b\x8f\x2a\xbd\x06\x0d\x6b\xe4\xa9\x5e\x31\ \x75\x6a\x9c\x47\xdb\xce\xe5\xb2\x17\xcf\xdf\x99\x92\xe8\x3b\x65\ \xda\x06\xcb\x6a\x6d\x9a\x54\x72\xd7\xeb\x74\x5f\xbd\xc8\x0c\x62\ \x0b\xaf\xc6\x6d\x7b\x74\xa8\xe6\x75\x66\xc9\xe8\x63\xe1\x8e\x6d\ \x9b\x95\x39\x36\x7f\xf2\xb5\x4f\xf1\x37\x8f\x1c\x4c\x70\xa9\xd9\ \xb5\x59\x15\x33\x01\x40\xea\xab\xeb\x27\x9f\x65\xb6\xee\xdc\x26\ \xfd\xde\xc6\xa9\x1b\xef\x6a\xc4\x52\x1b\xf7\x32\x5d\xba\x36\x0f\ \x3c\xbc\xf8\xc0\xf3\xb8\xcf\xd7\x37\xcc\x3d\xf8\xb6\x71\x9b\x96\ \x71\x57\xd7\x2c\x3f\xee\x87\xa9\x6d\xd9\xea\x4d\x07\xf7\xeb\xec\ \x45\xd0\x94\x51\xf3\x94\x65\x9a\xd5\xb3\xff\x34\x65\xd2\xd2\x18\ \x55\xc1\x6c\xfe\x6f\x3f\x73\x4f\xfd\xf8\x50\xfe\x72\x9f\xf0\xfb\ \x48\x53\x20\x14\x90\xf1\x70\x7d\x76\x7c\xd8\x3f\xa1\x5c\xa3\xd1\ \x68\x34\x18\x00\x83\xde\xe0\x50\xa2\x4a\xf3\xa6\x1d\x7b\x35\x74\ \x8b\x0c\x0c\xfb\xf0\xe8\x6e\x74\xe2\x97\xcb\xe7\x6e\xc7\x25\x86\ \xfb\x45\x25\x7f\xed\x0c\x02\x37\x9f\x4a\xe5\x7d\xbc\xac\xcd\xcd\ \xcc\x4d\x65\x02\x8c\x22\x13\x93\xdc\xf0\xf7\xbe\x6f\x3e\x7e\x7e\ \x75\xf3\xde\xfb\xb8\xb0\xa8\x80\xc8\x74\xa3\x9d\x7b\xf1\x06\x8d\ \x1b\x8d\xeb\xde\x28\x23\x34\x42\xad\xce\x0a\x7e\x7c\xe1\xd0\x25\ \xbf\xe4\x8c\xc4\x2f\xd9\x5a\x89\xa9\x4d\xd9\x5a\xcd\x3a\xf5\xec\ \x51\xd9\xcb\xad\x66\xf3\x96\x03\x9b\x96\x4b\x8b\x8e\xf4\xbf\xf7\ \x24\x22\x3e\xf1\xce\xd9\x4b\x51\x49\x51\xa1\xa1\xa1\xdf\x94\x0b\ \xbc\xcc\xac\x73\xcc\x9a\x8f\x95\x04\xad\x31\xff\xfc\x0c\x91\x00\ \x9d\x16\x99\x09\x12\xc1\x0f\xeb\x95\x46\x4e\x5c\xa4\x41\x4f\x64\ \xa0\xd1\x93\xe7\x22\x2a\x12\x21\x91\x12\x78\x89\x17\x22\x3a\x56\ \x27\x2b\x13\xa5\x1a\xa0\xf1\x70\xce\x9f\x25\xf6\x32\xbe\x1f\x11\ \x8b\xbf\x8b\xcd\x3b\x5c\xe8\xf4\x12\x6e\xea\x99\x3f\xe4\xab\x27\ \x65\x06\x89\x52\x56\x1d\xe7\xd0\x12\x6e\x6c\xe2\x43\x1a\x66\xa6\ \xa0\xcb\x5f\x61\xd3\xe9\x11\x8a\x01\x84\x22\xf4\x3a\x74\x7a\xf2\ \xfc\x0f\xc5\x22\x50\xf3\x3e\x9e\x6e\x8b\xd9\x77\x18\x81\x1f\xc7\ \xee\x23\x36\x45\x28\x04\x01\x42\xc8\x55\xd3\x69\x01\xcb\x87\xf3\ \xe5\x3a\x73\xf6\x60\x30\x45\x22\x43\x13\xcd\xa3\x60\xa6\xce\xa6\ \x49\x6b\xbc\xec\xc9\x4d\xe1\xda\x53\xa2\x02\xb8\xfd\x86\x4f\x01\ \x24\x2b\xf2\x5b\x87\xb9\x25\x62\x01\x42\x53\xaa\x36\xa2\xfd\x30\ \xda\x79\x71\xff\x26\x77\x5e\x33\x64\x0a\x4d\x1a\x53\xb2\x10\x86\ \xbc\xa3\x8a\x0a\xd5\x6d\x5a\x52\x76\xef\xc6\xa3\x38\xbd\x9b\x8b\ \x30\xe9\xd6\xd5\x27\x26\xde\xb5\xcb\x7a\x88\xdf\xdc\xbe\x70\xf8\ \xd2\xf3\xe4\x84\x98\x58\x83\x4b\xc7\xd6\xb5\x02\x2e\xee\x7b\x18\ \x91\x91\x7f\xd8\xa3\xc1\x20\xb5\x72\xa9\xd7\xac\xc9\xb0\xe1\x7d\ \xc4\xa9\x11\x2f\xfd\x9f\x7f\x94\x56\x9a\x34\xaa\x73\xaf\xa9\xd3\ \x9d\x33\xfc\x9e\x44\x65\x99\x5a\x58\x97\xad\x51\xdd\xbb\xa8\x93\ \x20\xbf\xf5\x08\x6c\x3d\x7c\xca\x97\x2b\x55\xc8\xda\xdc\xcc\xdc\ \x4c\x0a\x62\x13\x73\x0b\x33\x09\x46\xa3\x40\x20\xcc\xe7\x29\xc7\ \x62\xdd\xda\x95\x7b\x7d\xfb\xc2\x8d\x97\x51\x15\x9b\x35\x73\x12\ \x01\xc6\x07\x77\x1e\x15\x6a\x37\xa6\x5f\xeb\x86\xf5\x2a\x15\x95\ \x09\xb4\xc1\xf7\x6f\x46\x25\x7d\xb9\x76\xee\x66\x5c\x62\x98\xef\ \xe7\x24\x44\x66\xde\x35\xea\x36\xeb\x3e\xa1\xa1\x93\xf6\xad\xff\ \x8b\x5b\x2f\xc2\xa3\x03\xef\xdf\x7c\x15\x11\xf9\x21\x38\x25\x2b\ \x57\x6a\xee\x54\xb7\x59\xeb\x2a\xa5\xdc\x35\x29\xc1\x17\x8f\x1f\ \x78\x16\x9a\x90\xf4\x25\x45\xa9\xd6\xca\x6c\xbc\xea\x54\x2b\xef\ \x61\x48\x7e\x7c\xff\xfd\xe7\xb7\xf7\x6e\xfa\x47\x25\x7e\x7a\xe7\ \xf7\xe0\x6e\x96\x7d\xf3\xb9\xfd\x5a\xb7\x6f\xd5\xcc\xdd\xc4\x98\ \xbf\x32\x6e\x34\x08\xa4\xf6\xe5\xaa\xd7\xf0\x76\x53\x3f\xf0\x4d\ \xe9\x39\x69\x7a\xab\x4e\xc3\xfb\x56\x14\x5d\x7f\x14\x24\x32\xb3\ \xad\xd8\xa0\x45\xad\xaa\xde\xa6\x22\x00\xbd\xc1\xe8\x54\xa2\x7a\ \x9b\x26\xad\x17\xce\xed\x1d\xfe\xe4\x7a\x68\xb6\xa4\x70\xc9\x0a\ \xcd\x1a\x75\xec\x52\xb7\x68\xe4\xa7\xa0\x5b\x77\x5f\xf9\xf4\x1c\ \xdf\xb5\x75\xfb\x09\x43\x1a\xbf\x7c\x70\x3b\x56\x29\xf3\x28\x5a\ \xb6\x52\x99\x92\xd2\xe8\x1b\x81\x94\x9d\x3d\xbc\x53\xaf\xe9\xe3\ \x3c\x32\x9e\xfb\x47\xcb\x0b\x48\xed\x6f\xcd\x9e\xca\x9c\xf4\xe4\ \xeb\x0b\x05\x9a\xec\xfc\xde\x9c\x07\xb1\x8c\xac\xe8\xc4\x9b\xcb\ \x74\xbf\xbb\x87\x82\xf1\xdb\xd8\xd7\x68\xd4\xeb\x34\x00\x62\xa1\ \x10\x2c\x9c\x9c\x1d\xdc\xca\xf6\x1b\x31\x7a\xdf\x85\xbb\x2b\x3b\ \x96\xfd\x96\x58\xa7\xd1\xe4\xe7\x32\x82\x51\xaf\xca\x51\x48\x6d\ \xac\x2d\x6d\x9c\x2b\x35\xed\x31\x7e\xee\xc6\x5b\x47\xd6\x95\x33\ \x51\x28\x34\x3a\x35\x18\x0d\x22\x0b\x4b\xc9\xd3\x43\x6b\x56\xdf\ \xca\x19\x35\x65\x7c\x4d\x4f\x3b\x9d\x56\x07\x46\xad\x56\x8d\xd6\ \x20\xd4\xeb\x14\x86\xbc\xd3\x1c\x45\x76\xce\xd6\xb6\x2e\x25\xba\ \x0f\x19\xb5\xe9\xe8\xcd\xb5\xa3\x5b\xe4\x7f\x0c\x5e\xb3\xf4\x20\ \xf3\x0f\x52\xd3\x15\xcc\xf1\x94\xf2\x2c\x00\xd5\x67\x22\x0d\x14\ \xf5\xca\xeb\xe9\xdf\x97\xe8\xb5\x9f\x09\x48\xa5\x51\x35\x00\xaf\ \x62\x24\x04\x91\xad\xc5\xf7\x1d\x6e\x15\x88\x4b\x40\x9b\xc0\xd4\ \xf1\x3c\x7f\xc7\x85\x9b\x28\x94\xe8\xc1\xd2\x0e\x81\x12\xa5\x15\ \x85\x65\x3c\x0d\x40\xf5\x99\x4f\x3a\xca\x7a\xe3\x7f\x94\x73\x09\ \x1c\xdb\x86\xb3\x09\x68\x88\x8a\x44\x6d\x8e\x83\x80\xb0\x58\x4c\ \x2c\x90\x89\xf3\x29\xf5\x5b\xd1\x65\xca\x11\xf3\x0a\xa5\x8e\x80\ \xb7\x78\xf8\x50\xa9\x38\x21\x6f\x51\x6b\x79\x1e\x88\x67\x55\x8a\ \xd9\x10\x13\x0a\x62\x64\x12\x6c\x5c\x70\x11\xf2\xfe\x23\xf2\x60\ \x12\xa0\xb4\x1d\x58\x53\xa9\x1e\x9d\xeb\x13\x1d\x82\x1a\x34\xb9\ \x88\x2c\x30\x13\xf2\xf1\x33\xa8\x50\x69\x11\xcb\x70\x71\xa4\x6c\ \x7d\xc6\xcc\xe6\xee\x0d\x4a\x8a\x89\x8a\x42\xa3\xff\xea\xaf\xad\ \x27\x37\x1b\xb4\x44\x26\xe3\xe8\x8a\x8d\x8c\xd0\x48\x00\xa5\xe6\ \x9b\xbf\xbd\x59\xa3\x96\x55\xef\x2e\x1f\x17\x59\x6f\xf2\x30\xf7\ \xb4\xd5\x7b\x4f\x94\x6b\xd2\x2e\xf6\xca\xaa\xe5\x57\x33\x47\x4f\ \x1d\x5f\xa3\xb8\x4d\xae\xca\xbc\xdd\xc4\x8d\x87\x96\xf5\xb8\xb2\ \x74\xc4\xb6\x97\xa9\x79\x5f\x5c\x8c\x06\x8d\x1a\xad\x16\x91\x48\ \x60\x6e\xeb\x22\xcd\xfc\x1c\x9e\x6e\xd4\xc6\x05\x26\x6b\x2c\xdc\ \x6d\x2d\xb4\xb9\x59\xc9\xe9\xda\xef\x7b\x23\x46\xa3\x5e\xa7\x05\ \xa4\x16\x66\xca\xf8\xa8\x24\x2d\x12\x11\x3a\xbd\x01\x83\x56\xad\ \x51\x21\x14\x6a\x15\xca\x1c\x25\x55\x3b\xf7\xd1\xdd\xdd\xb1\xfd\ \x7e\x72\xf3\xa6\xb5\xf2\x4a\x71\xb0\x31\x4f\x89\x0c\xd7\x81\x5c\ \xae\x32\x20\xb0\x74\x72\x76\x70\x29\xd3\x7b\xf8\xe8\x3d\xe7\xef\ \x2e\x6d\x55\x41\xa5\x52\xe9\x34\x1a\xd0\x89\x05\x02\x91\xd8\xa2\ \x90\x83\x4d\xe9\xba\x5d\xc6\xcc\x5c\x7f\xe7\xda\x86\xa2\xf6\x02\ \x8d\x4e\xaf\xd5\x6a\x31\x26\xae\x9d\x30\x2d\xa5\x54\x9f\x89\xfd\ \x5b\x38\x48\x74\x02\x89\x50\x91\x9d\x90\x66\x00\x89\xcc\xc6\xd9\ \xa1\x6c\x83\x2e\xa3\xa7\x6d\xb8\x7c\x66\x73\xad\x12\x85\xe4\xc9\ \x81\x41\x39\x08\x8c\x3a\xad\x56\xff\x6d\x10\x68\x34\xe8\xb5\x6a\ \x03\x46\x0b\x67\x4b\x4d\x70\x50\x34\xc6\xec\xc0\xe8\x4c\x17\x37\ \x3b\xa3\x41\xaf\xd5\x7c\x3f\x93\x4f\x28\x10\xa8\x73\xb3\x54\x10\ \x15\x12\x2e\xb2\x70\xb2\x96\x1a\xb4\xda\xbc\x43\x54\x04\x06\x81\ \x89\xbb\xb3\xc5\x97\xa0\x20\x3d\x84\x06\x86\x9a\x3b\x7a\xda\x48\ \x74\xc9\xa9\xa9\x80\xd8\xca\x5d\x9a\x1d\x13\x92\x63\xd4\x7e\xfe\ \x98\xa0\xb1\x72\xb4\x96\x16\x90\xda\xdf\x9a\x3d\x13\x1e\xef\xd2\ \x84\x3e\x36\x1a\x30\x68\x94\x06\xb5\xd2\xa0\x51\x1a\x35\x4a\xa3\ \x46\x89\x11\xf9\xeb\xc3\xc9\x6f\x2f\xff\xee\x22\xab\x38\x3f\x58\ \x84\x40\x28\x12\x8b\x44\x80\x40\x28\xd4\x1b\xc4\xb5\x7a\x4f\xad\ \x62\x7c\xbe\x60\xf1\x92\x45\x9b\x2e\x65\x69\xf2\x17\xfe\x45\x22\ \x71\x5e\x18\x1e\x81\x40\x28\x30\xe0\xe0\x5d\xde\x26\xf5\xfe\xc5\ \x04\xaf\x59\xa3\x1b\xdf\xdc\xb9\x78\xc9\xa2\xc5\x37\x5e\xa7\x99\ \x9a\x4b\xf3\x44\x1a\x05\x02\xa3\x41\x54\xb4\x52\x4d\x37\xf5\xbb\ \x35\xcb\xd6\xbd\xcd\x10\x3a\x59\xca\xc8\x3f\x13\x5c\x20\x16\x8b\ \x84\x20\x10\x0a\x0d\x6a\x7d\xc5\x6e\x13\x5a\x3a\x84\x2d\x59\xb4\ \x78\xfe\xfa\x63\xd1\xb9\xf9\x4d\xed\xd1\x2d\x5e\xc5\x70\x78\x3e\ \xc3\x46\xf1\x26\x9d\x49\x93\x78\xb8\x88\xf6\x63\xa8\x3d\x84\xaa\ \x0e\xf9\x3d\x5d\xfc\x95\xce\xe2\xa2\x51\xd8\xe3\xe9\x08\xe0\xdd\ \x84\xb6\x85\xe8\xd4\x81\x93\x99\x8c\xe8\x44\x8b\x51\x5c\x3a\xcd\ \xe1\xfd\x34\xa9\xc3\xa8\x9e\x7c\xbc\x40\xe7\xae\xb4\xeb\x86\x67\ \x7b\xea\x16\x61\xc4\x58\x9e\x2e\xa1\xc3\x28\x6a\x0d\xa3\xa2\x05\ \x67\x0f\x13\x13\xcd\x8c\xd1\x4c\x59\x46\x72\x34\xb3\x26\x13\x22\ \x60\xda\x30\x4e\x8f\xa6\xc3\x58\x6a\x0c\xa6\xac\x03\x80\x40\x84\ \x48\x84\x01\x4a\x75\xa5\x81\x94\xf6\x1d\x79\x68\x60\x40\x6b\x6a\ \xb4\xa3\x7c\x36\x1d\x3a\xf2\xc6\x81\xe1\x4d\x69\x33\x1c\xe3\x2d\ \xba\x77\x26\xa5\x28\x5d\x5a\x32\x6c\x08\x57\xe6\xd2\x6e\x2c\xad\ \xc7\x52\x52\xc4\xca\x49\xf4\xee\xc9\xd2\x5b\x8c\x18\x81\x8d\x1b\ \xae\x5a\x4e\x06\x31\x65\x1c\x17\x16\x33\x78\x30\xef\xe2\xb1\x72\ \x63\xea\x18\xfc\x76\xb3\x64\x31\x17\x83\xd0\x46\x33\x63\x0a\x69\ \x7a\x84\x3a\x8c\x42\xc4\x5a\x0e\xce\xa1\x47\x07\xb2\x7c\xe8\xd8\ \x98\xe1\x23\x78\xbb\x97\xe1\x83\x78\x14\x86\xe9\xd7\xc8\x00\xe5\ \xea\x37\x36\xcd\xca\x28\x5c\xb5\x49\xfb\x7a\xee\xc9\x99\xa6\x0d\ \x9a\x14\x77\x2f\x5a\xc1\x43\x13\xb0\x7a\xf9\x86\x77\xe9\x26\x2e\ \xd2\x84\x7d\x4b\x47\x4f\x5f\x7b\xc2\xe8\x5e\xa5\xbc\x6b\x5e\x2c\ \x61\x81\x48\x2c\xce\x7b\xc1\x18\x0c\xce\x3e\x75\x27\x75\xf0\x5c\ \xd6\xb3\x63\x87\x81\x5b\x6b\x0c\x18\x5f\xc3\xa5\x48\xf3\x9a\x8e\ \xeb\x86\x76\x9e\xba\xea\x94\x3c\x3f\xb5\x28\xef\x75\x5a\xf8\x34\ \x6e\x5f\x4e\x39\xb6\x43\xcf\x09\xdb\x1e\xdb\x38\x39\x7a\x54\xac\ \x9c\x1d\x74\xfd\xd9\x27\x93\xea\xde\xfa\x73\x67\xef\x61\x5f\xab\ \x4b\x65\xd3\x6c\xf3\xf2\x0d\x4a\xe4\x6b\xd6\x68\xc0\xb8\x4a\x99\ \x37\x07\x0c\x1d\xba\xfa\xf4\x2b\xb5\xc0\xac\x7a\xcf\x29\x35\x24\ \xaf\x16\x2e\x5e\xb2\x60\xd3\x65\x95\x50\x28\x95\x48\xf2\x9a\x99\ \x50\x60\x94\x39\x56\x9a\x36\xbe\xc3\x9b\xfd\x4b\x96\x2c\x9e\x7f\ \xda\x3f\x4e\x24\x36\x13\x8b\xc5\x02\xa3\x11\xac\xaa\xd5\xab\xf0\ \xe1\xdc\x96\x35\x87\x6e\xe9\xcd\xac\x1c\x4b\x35\xae\x61\x17\xd2\ \xbf\x53\xf7\x2d\xaf\x45\x53\xa6\x76\xf3\x3f\xb2\x64\xc9\xe2\x79\ \x27\x9e\xc7\xda\x57\xed\x31\xba\xb9\xc5\xf8\x1e\x9d\x06\xcc\xde\ \xaa\xb0\x77\xb7\xca\x6f\xc8\x02\x91\x58\x8c\x51\x8f\xc0\x7e\xf8\ \xd4\x41\x61\x7b\x06\x77\xeb\xd4\x35\xcc\xa3\xc3\xf0\x46\x65\x74\ \xfa\x9f\x8e\x20\x14\xcb\x64\xf1\xbe\x47\x7a\xf6\xec\x35\x79\x7f\ \xc4\x90\x09\x03\xdd\x45\x6a\x83\x20\xaf\x8f\x08\x34\x6a\x69\xf3\ \x81\x93\x4b\x46\x9f\xe8\xd8\xad\xf3\xd6\x17\xb2\x71\x23\xbb\xd4\ \xaf\xd3\x38\xf7\xfe\xfa\x8e\x7d\x67\xf8\x0b\x5b\x4e\xef\x59\x74\ \x5e\x97\x8e\x1d\x87\xef\xab\x3e\x60\x6a\xf5\x42\x05\xec\xf9\xd7\ \xe1\x5f\x89\x50\x17\xf3\x70\xb7\x3c\xe0\x8c\x50\x6c\xf2\x75\x00\ \x61\x30\x6a\x95\x18\x0d\x60\x34\xe8\x75\x76\x4d\xa6\xbb\x54\xee\ \xf0\xcb\x99\x7b\x6e\x56\xb6\xd0\xcc\xda\x4c\x22\xd0\xab\xe4\xb9\ \x3a\xa1\xb5\x85\xa9\x46\x91\xad\xc6\xd4\xd2\x4c\x62\x54\x66\x44\ \xc6\xa6\x22\xb3\xf2\x70\x73\xce\x3b\x3e\x50\x99\x93\xa5\x97\x9a\ \x5b\xc8\xc4\x7a\xb5\x22\x57\x23\xb0\xb6\x34\x55\x64\x25\x2b\x44\ \xf6\x0e\x16\xa2\xd4\xb8\xa8\x0c\x85\xde\xc6\xc9\xdd\xd1\x52\x94\ \x95\xa3\xb2\xb0\xb6\x14\xa8\xe5\x39\x1a\x91\xb5\xa5\x89\x3c\x2d\ \x2e\x2e\x55\x6e\x66\xeb\x58\xc8\xc9\x56\x97\x93\x65\x90\x59\x9a\ \x89\x74\xd9\xb9\x6a\x73\x6b\x4b\x83\x22\x47\x69\x94\x5a\x99\xcb\ \xd0\x64\x47\xc5\x24\xe9\xc4\xe6\xee\x6e\xae\xa6\x12\x00\x8d\x82\ \xb4\x74\xe4\x4a\x8c\x42\x5c\xbd\x30\x17\x91\x93\x4c\x9a\x16\xaf\ \x6f\xc7\x65\x1b\xc8\x51\x60\x61\x81\x00\x0c\x5a\x72\x35\x58\x99\ \x7f\xbf\x15\x1d\x8d\x95\x2b\xb6\xb2\x1f\xb6\xd4\x72\x30\xb3\x44\ \x97\x4b\x5c\x32\x48\x29\xe2\xfe\xd5\xe8\x26\x85\x34\x4d\xbe\x58\ \x79\x3a\x19\x39\x28\x35\x88\x4d\xf0\x74\x25\x3b\x0b\x0b\x3b\x24\ \x90\x1e\x4f\x96\xe1\x7b\x16\xbd\x06\xa5\x1e\x0b\xd3\xfc\x85\xc8\ \xcf\xb1\xd8\xbb\x63\x99\xb7\x64\xa2\xe1\x73\x1c\x8e\x9e\x98\x8b\ \x00\x34\x59\xc4\xa6\xe1\x5a\x34\xff\x4c\xcd\xac\x44\x32\x8d\x14\ \x76\x01\x48\x4b\x24\x53\x8e\xb5\x33\x0e\x16\x00\x1a\x39\xd9\x46\ \x32\x02\x39\x77\x87\xcf\xa1\xa4\x58\xb3\x67\x1b\x76\x90\x95\x48\ \xaa\x1c\x2b\x67\x1c\xcd\x48\x8d\xe3\xe6\x61\xf6\xf8\x72\xec\x3c\ \x5b\xbb\x43\x7f\x86\x57\xc6\xc3\x0b\x09\xc4\x7e\xe0\xd4\x65\x62\ \xa3\x08\x55\xb2\x6d\x3f\x45\xf2\x1f\xdc\xa0\xc8\xc9\x95\x98\x5b\ \x49\x04\xea\xec\x5c\x9d\xa5\xa5\xb9\x00\xe4\x69\x71\x71\xa9\x0a\ \x33\x1b\x07\x17\x47\x8b\x8c\xc4\xd8\xf4\x5c\xbd\x4d\x21\x4f\x27\ \x2b\x29\x80\x51\x97\x9d\x2d\x37\xb5\xb4\x16\x1b\xd5\xd9\xb9\x1a\ \x0b\x6b\x4b\x11\x86\xa4\xe8\x28\xb9\xc8\xba\xa8\xbb\x03\x80\x41\ \x19\x1b\x1d\xaf\x37\xb1\xf5\x70\xb1\x13\x82\xf6\xdb\xeb\x03\xf4\ \xca\x2f\xd1\xb1\x5a\x91\xb9\x73\xa1\x42\xe6\x32\x41\x66\x6a\xaa\ \xc8\xc2\xc1\x42\x98\x13\x17\x1f\xe3\x77\xef\xfe\x9d\xfb\xaf\xea\ \x4c\x58\xdb\xaf\x7a\x7e\x90\x28\x7d\xda\xa7\xd3\x27\x4f\x07\x7d\ \xfe\xf2\xfa\xed\x97\xee\x4b\x0f\x0c\xae\xe9\x80\x2a\x23\x32\x36\ \xd5\x20\xb1\xf2\xf4\x74\x36\x2a\xb2\xb5\x22\x33\x0b\x13\x91\x22\ \x3b\x5b\x60\x66\x6d\x2a\x26\x33\xe1\x73\x4a\xae\xd6\xd2\xd1\xad\ \x90\x8d\x49\x6e\x56\x8e\xc4\xc2\x4a\x26\x12\x80\x26\x2e\x2a\x5a\ \x6e\x90\x38\x38\xbb\xda\x59\x48\xf5\xca\xcc\x98\xf8\x54\x53\x07\ \xcf\x42\xd6\xd2\xfc\xf4\x0e\x6e\x85\x6c\xcd\x40\x9f\x18\x1d\x95\ \xab\x97\xd8\x17\x72\xb1\x35\x93\x02\x18\xb4\xd9\x39\x4a\x53\x0b\ \x2b\x89\x08\x40\x91\x16\x1b\x9f\xa9\x73\x2d\xe2\x65\x26\x44\x9e\ \x9d\x25\x30\xb1\x34\x93\xe6\xf7\xb2\x98\xd3\x8b\x07\x1c\xcf\xde\ \xb0\x66\x84\x93\xbd\x9b\xab\x9d\x99\x5e\x2d\xcf\xd5\x08\xad\x2d\ \x4d\xd5\xf2\x6c\x8d\xd0\xc4\xd2\x54\x6a\x54\x66\x44\xc6\xa5\x59\ \x17\xf2\x72\xb0\x10\x03\xb9\x29\xb1\x49\x59\x7a\x67\xcf\xc2\x16\ \x52\x63\x62\x74\xa4\x42\x64\x53\xd4\xdd\xbe\x80\xd1\xfe\x35\xfc\ \xa5\xe7\xb9\xff\x68\xee\x62\x34\x60\xd0\xeb\xf3\xa6\x70\x02\x90\ \x4a\xfe\x8f\xf9\x2f\x65\x67\xe7\x4d\x1e\xbf\xb2\x95\x16\x03\x88\ \xc4\x08\xbf\x9e\xb7\x9e\xf7\x91\x10\x09\x31\xe8\xf3\x83\x8f\x89\ \x84\x3f\x9d\xd2\xfe\x9b\x73\xdb\xf3\x96\x41\x0d\x7a\x10\x92\x17\ \x35\xed\x9b\x9c\x1f\xc5\xe6\xfd\x06\x8c\x46\xf4\x7a\x84\x22\x0c\ \x3a\x8c\x5f\x07\xb9\xdf\xb2\x08\x84\x08\x05\xe8\xf5\xdf\xcb\x32\ \x18\xf2\xff\x0a\x45\xf9\x5a\xe5\xad\xa2\xe6\x09\xcc\xff\x9b\x77\ \x64\x3c\xe8\xf4\x18\xbf\x96\x65\x34\xa0\xd7\x63\x04\xa1\x08\x81\ \x91\xa0\x67\xdc\x7f\x87\xc8\x82\xe6\xed\x28\x66\x83\xe1\xeb\x29\ \xf3\x06\x3d\x7a\x23\x28\x38\x7a\x00\xb7\x46\x34\x2d\xcd\xab\x47\ \x98\x97\xa3\xac\x53\xbe\xf0\x98\xf7\xdc\x78\x8a\x51\x46\xbd\x36\ \xd4\x2a\x86\xcc\xec\xef\xd3\x09\x22\x0f\xed\xbf\x66\x53\xb5\x4d\ \x87\xda\x45\xbf\xb7\xd5\xd4\x88\xcb\x57\x6f\x27\x29\x45\x45\xab\ \x34\x6b\x51\xbd\xe8\xdf\xb6\x1d\xca\x63\x02\x5f\xc5\x8b\x1b\xd6\ \x2c\x55\xc0\x65\xff\xe6\xec\xf9\xef\x84\xdd\xbb\x79\xf6\x2c\x9f\ \x9b\x04\x60\x34\xfc\xc2\x0e\x5a\x98\xbf\x2d\x81\x11\x10\x7c\x65\ \xbd\xaf\x29\xf3\xee\x7e\xab\xdb\x5f\xc6\xfa\xcc\xfb\x9b\x2f\xc7\ \xf8\xfd\xae\xc4\x04\x29\xc8\xff\x7f\x1c\x39\x2b\x35\xc5\xdc\x04\ \x0c\x28\xe4\xa8\x75\xbf\x58\xd4\xb1\xb2\x42\xaf\x42\xae\xc2\xd4\ \x1c\x83\x0a\xb5\xfe\xfb\x12\xb7\x85\x19\x02\x23\x4a\x39\xcd\x5b\ \xd1\xa5\x4b\x41\xef\x2b\xc0\x7f\x22\x7b\xfe\x55\xd6\x61\x46\x34\ \x1a\xc4\x32\x8c\x5a\x84\x92\xef\xc1\x7a\x75\x5a\x84\x5f\x87\x60\ \x1a\x39\x99\x72\x24\xa6\x58\x59\xf0\x9b\xe8\xb9\xb9\x19\x28\x8d\ \x38\x7e\x0d\x7e\x69\x54\x93\x9a\x83\xe3\x0f\x87\x6d\xeb\x34\x08\ \xa5\x08\x75\xa4\xa6\xa3\x33\x20\x96\x61\x6a\x8a\x99\x09\x02\x48\ \x4b\xc1\xd4\x0e\xb3\x1f\xcc\xa8\xb5\x1a\x44\x52\xd0\x91\x95\x81\ \x56\xc8\xf0\xe1\x0c\x1f\x9e\x7f\x4b\xa5\xc5\xe4\x57\x16\xab\x7a\ \x35\x3a\x31\xb2\xaf\x42\x54\x0a\x04\x26\x7c\x37\x7e\xd6\xa1\x15\ \x23\xf9\x23\xf5\xa0\x47\xa9\xc3\xf4\x87\x39\x7e\xd0\x4d\x5e\x4a\ \x18\xd4\xa4\xa0\x01\x17\xa0\x00\xff\xc7\xf0\x17\x8d\x2e\x55\xd1\ \x0c\xe8\x47\xa8\x82\x7d\x53\x68\x3b\x3f\xff\x62\x9a\x2f\x8d\xea\ \xf1\x38\x03\xe0\xf9\x51\xba\x76\x65\xd8\x30\x86\x4c\xc6\x3f\xe9\ \xa7\xbc\xa1\xf7\x19\x36\x80\xbe\xed\x19\xb1\x06\x15\x28\x63\x18\ \xd3\x93\xbe\xdd\x19\xbf\x1e\x39\x68\x33\x38\xb1\x88\x5a\x3d\x09\ \x37\x42\x0a\x6b\xe7\x33\x6d\x3a\xfd\xdb\xd0\x64\x3c\x0a\x1d\x47\ \xe6\xd1\xad\x37\x5d\x07\x13\x94\x9e\x2f\xed\xe5\x7e\xca\xd5\xe7\ \xb5\x8a\xac\x60\x66\x4f\x60\x44\x4f\x46\xae\x44\x09\xa9\xfe\xf4\ \x6c\x49\xdb\x96\x2c\x3d\xc9\x6f\xc6\x61\x4f\x4f\xd1\xbd\x33\xcd\ \xeb\x31\xff\x28\x46\x78\x77\x86\x61\x03\x69\xd7\x8a\x95\x67\x00\ \xde\x9c\xa1\x6d\x4b\x9a\x37\xe3\xb8\x1f\x40\x6c\x20\x63\x3b\xd1\ \x77\x55\x7e\xde\xe8\xf7\x0c\x6b\xc9\x94\x7d\x00\x89\xcf\x19\xd0\ \x83\xce\xcd\xe9\x37\x9f\x8c\xaf\x86\x09\xe6\x4e\x14\x29\x38\x34\ \xb1\x00\x05\x28\x60\xcf\xdf\x85\x81\x5c\x39\x1a\x25\xe9\x69\xdc\ \xdd\xcb\xa3\x14\x80\x43\xbb\x79\xff\x89\x2c\x03\x69\x2f\x19\xbf\ \x91\xfe\x2b\x38\x77\x8e\x3d\x2b\x28\xed\xf0\x53\x56\xeb\xa2\x2c\ \xdd\xc3\xe5\x1d\xbc\x39\x46\x94\x9a\x2b\x9b\x49\xaf\xc9\xb9\x73\ \xa4\x5e\xe1\x56\x08\x5f\x82\x79\x1a\x0a\x5a\x34\x1a\x70\x61\xe5\ \x4e\x8e\x1c\xa6\x6a\x51\xfa\xf4\x26\xd7\x8f\x7d\x6f\x38\x74\x8e\ \xae\xe6\xac\x3e\x08\x90\xf2\x8e\xcd\x17\x31\x93\xa1\x52\x61\xed\ \xcd\x92\x4d\x4c\xea\x46\xf0\x4b\x34\xb0\x6d\x0d\x45\x86\x71\x6e\ \x07\x8f\x77\xf2\xe2\x67\xcf\x6e\xf7\x4a\x6c\x3e\xc1\xb1\x59\x5c\ \xd9\x45\xaa\x01\x9f\x96\x6c\xd8\x4e\x8f\x4a\xf8\xbf\x83\x6c\xd6\ \x6f\xa7\xdf\x46\x0e\x8c\x63\xf7\x6a\xd2\xf5\xf8\xde\x22\x35\xf3\ \xab\x37\xba\x8a\x47\xf7\x89\xd7\xa1\x55\x01\xc8\x5c\x99\xb3\x99\ \x2b\x87\x89\xbe\xc4\xb3\xd8\x7c\xe1\xe9\x71\x7c\xce\x40\xfe\x89\ \xd9\xc3\xe9\xd7\x8f\x59\xeb\x48\x33\x02\xbc\xbe\xc8\xe0\xbe\xf4\ \xed\xcb\x91\xa7\x05\xad\xb4\x00\x05\xf8\x4f\x66\x4f\x10\x89\xd0\ \xe5\x22\x17\x31\xbc\x15\xa7\x8f\x90\x14\x8c\xbf\x86\xde\x2d\x48\ \x4f\x24\xe0\x16\xee\xcd\xe8\x5a\x11\xb1\x18\x0b\x13\x84\x3f\x8f\ \xfd\x0a\x79\x51\xcc\x99\xb7\x2f\x70\xab\x89\x87\x14\xbf\x28\x6a\ \x34\xc4\xc2\x96\xaa\xc5\x78\xfb\x8e\xc2\x35\x59\xb3\x84\xc2\x26\ \x7c\xb3\xaf\x0b\x3d\xc3\x2b\x31\xc3\x1b\x12\xfe\x1e\x87\x32\x78\ \x58\xd1\xb0\x26\x89\xef\xc0\xc0\xfe\xdd\xb4\x9a\x44\x3d\x4f\x74\ \x06\x84\x32\x42\x6f\xb1\xfa\x00\x5e\x55\x31\x51\x11\x96\x49\xe3\ \xda\x58\x97\xa4\x94\x8c\xd0\x9f\x4d\xfe\xbd\x4a\xe2\x66\xc5\x0b\ \x3f\xca\x37\xc5\x5a\x88\xcc\x92\xfb\x87\xd9\x7f\x93\x4a\x75\xc8\ \x8d\x21\xcd\x9c\xaa\x3e\x78\xd5\xc6\x22\x9b\x8f\x72\x3a\x4f\x64\ \x72\x7b\xa4\x79\x4b\x84\x32\x7a\x8f\x67\x54\x2b\x0c\x5a\x00\x5b\ \x2f\x4a\xba\x12\xea\x8f\x65\x59\xca\xb8\xe4\x0b\x8f\x7c\xc9\xbd\ \x60\x12\x5e\xf1\x3c\x95\xa9\x53\xd1\xbd\x60\xce\x56\x12\xdf\x31\ \x63\x3d\x6d\xc7\xd0\xc4\x8a\x8b\xf7\x0a\x5a\x69\x01\x0a\xf0\x9f\ \xcd\x9e\x02\x01\x5a\x15\xb9\x2a\xda\x0c\x43\xfa\x8e\x71\xb3\xa9\ \xd4\x8f\x7a\x4e\xa4\x26\x20\x10\x7f\x3f\x3c\xeb\xc4\x42\xf6\xde\ \xff\x6d\xde\xd7\x27\x59\x7c\x93\xf9\x4b\xb0\x10\xa0\xff\xc1\x70\ \x1d\x01\x22\x11\x46\xdd\x0f\x11\x8f\x8c\x9c\xbe\x4a\xc3\xee\xc8\ \x40\x4f\x7e\x20\x1c\xa3\x11\x99\x39\x6f\xce\xf0\x48\x4d\x75\x77\ \x12\x92\x49\x49\x07\xa8\xd3\x97\xab\x37\x50\x3c\xe0\x41\x20\x12\ \xf1\x0f\x9b\x45\xff\xe0\xdf\x7f\x6d\x3d\x87\x12\x58\x3a\x95\x3c\ \x6b\xba\xee\x93\xb9\xba\x93\x47\x5b\xf1\x4f\x44\x26\xfe\xe9\x19\ \x45\x22\xb4\x9a\xaf\x91\x93\x04\x88\x85\xe4\x9b\x3c\x03\xf0\xf1\ \x06\xd3\xf7\x33\x6d\x39\x45\xbe\x9a\x49\x4a\x64\x98\xc9\x30\x80\ \x73\x31\x2a\x54\x60\xd2\x58\x3e\xbf\xe6\xce\x13\x0a\x35\xa4\x73\ \x2d\xca\x95\xf8\x69\xc5\xb6\x00\x05\x28\xc0\x7f\x1e\x7b\x1a\xd1\ \x1b\x50\xab\xc8\x54\xe1\x58\x8e\xb6\x65\xf1\xff\x4c\xff\x96\x18\ \x35\x64\xa4\x52\xbe\x25\xd1\x37\x39\xff\x1e\x20\xfa\x23\xb1\x3f\ \x45\x20\x23\xd1\x97\xa5\xc7\x59\xb8\x8f\xca\x8e\x00\xd5\x8b\xf0\ \xe2\x3e\x59\xa9\xbc\x8c\xa0\x4c\x69\x20\xdf\x82\x27\x8f\xfb\x34\ \xd1\xbc\x4d\xa4\x5e\x55\x80\x22\xa5\x48\x0d\xe4\x73\x26\xf7\x7c\ \x71\xaf\x84\xdc\x80\x93\x80\x35\x4b\xf1\x0f\xe6\xde\x13\xb2\xb2\ \xc8\x56\xa3\x54\xa0\x94\x23\x70\xa0\x94\x0d\x77\x9f\x90\x11\x4c\ \x88\x1a\x9f\x92\x3f\x29\x10\x78\x8e\x5d\x6f\xd9\xb9\x0f\x0f\x73\ \x80\xb4\x64\x34\x06\x14\x0a\x14\x1a\x0a\x15\xc1\x56\xce\x8b\x40\ \x22\x1e\x93\x6b\x8d\xb7\xe5\x57\x7d\x7e\xd8\x9d\xd3\x7f\xfd\x9b\ \xfd\x91\x79\x5b\x98\xb4\x93\x86\x85\x01\x3e\x07\x11\x9d\x8e\x48\ \x02\x20\x14\x90\x9b\x86\xca\x88\xbf\x2f\xa6\x8e\x94\xf0\x20\x2e\ \x88\x54\x2d\x59\x39\xe8\x85\x28\x93\xc3\xde\x06\x45\x1b\x0a\x5a\ \x6b\x01\x0a\xf0\x77\xc2\x5f\xb4\xe7\x2e\x10\x63\x6b\x8b\xd0\x88\ \x89\x1d\x18\x69\x34\x82\x3b\xbd\x70\x02\x13\x07\x8c\x0a\xec\x2b\ \xb1\x61\x34\xab\xa7\x70\xdc\x9a\x84\x1c\xc6\x97\xf9\x99\xbc\xfc\ \x09\x4f\x62\xdb\x64\x36\xeb\x19\xbd\x8a\x4e\xd3\xf1\x1b\x4b\xf7\ \x1e\x94\xe9\x42\xbb\x72\x5f\x85\xdb\x20\xc9\x0b\xb5\x90\x8c\xd0\ \x1d\x2f\x27\x00\xcf\x3a\x0c\xa9\xc1\xe0\xee\x98\x79\xb0\xba\x1b\ \xa5\x6d\xa9\xd7\x0b\x60\xca\x50\x06\xf4\x25\xf6\x12\x33\x0e\x63\ \x50\x52\xae\x2f\x0d\xbd\xa8\x36\x8d\xf1\xb3\xe9\xae\xa6\xc9\x58\ \x6a\xff\xbc\xf0\xfa\xdc\x97\xb8\x78\xe6\x0e\x04\x4b\xe6\xae\xe5\ \xf5\x2e\x8e\xbf\x43\xa9\xa2\xc7\x54\xbc\x8b\x31\x69\x34\x73\xa7\ \xb2\x4f\xc4\xe8\x65\xf9\x27\x62\x4a\xcd\xb1\xf9\xa1\x5e\x4d\xcc\ \xb1\x32\x05\xf8\xf4\x98\xc0\x04\x8e\x2c\xe0\x90\x9a\x51\x73\x78\ \x7f\x00\x7d\x17\x4a\x4a\xd0\xe9\x90\xc8\x88\x7e\x42\x8f\xae\xa8\ \x61\xe6\x7a\x6a\x16\xa2\xf3\x33\x46\x0f\x25\xfe\x39\xee\x93\x88\ \x7f\x7a\x64\xf5\x5d\x87\x7d\xdb\x27\x98\x15\x34\xd8\x02\x14\xe0\ \x6f\x83\xbf\x93\xbd\xa7\x8e\x5c\x15\x32\x0b\x04\xf1\x1c\xbb\x8c\ \x3c\x6f\xac\x25\xa5\x63\x1f\x9c\x44\x28\x55\x20\xc0\xc2\x32\x7f\ \x56\xad\x50\x62\x66\xfa\x87\xa4\xaa\x14\xc8\xcc\xf8\x65\xac\x3d\ \x85\x1c\xa3\x18\xf3\x6f\xf6\x43\x06\x14\x5a\xcc\x64\x64\x85\x70\ \xe2\x41\xfe\xec\x5b\x66\x43\xd7\x5e\x98\x69\x50\xaa\x11\x88\xb0\ \x34\x07\x03\x72\x05\x62\xd3\xef\x06\x4c\x06\x35\x5a\x09\x7f\x24\ \x7a\xa3\x5e\x8b\x42\x89\x51\x80\xa5\x25\x02\x78\x77\x99\xb9\xeb\ \xe8\xb8\x91\x96\xa1\x8c\x7a\xc8\xd1\xb5\x58\x58\x20\x02\x72\x39\ \xb9\x97\x90\x14\xde\xbf\xa7\xdb\x12\x7a\x96\xd5\xea\x0c\x48\xa4\ \x92\x82\x78\x8e\x05\x28\xc0\xff\x06\xfe\xd6\xf6\x9e\x31\x5f\x50\ \xc8\x31\x1a\x11\x08\x7e\x6b\x46\xce\x57\x4b\x72\x81\x00\x81\x00\ \x8c\xc8\xa3\x09\xf9\x88\xdc\x80\x00\x90\x10\x1c\x4c\x8e\xc5\xd7\ \x94\x86\x7c\x6f\x1f\x81\xe0\x27\xb3\xf6\xdf\x88\x15\x08\x31\xea\ \xbf\x5b\xb6\xff\x68\x9d\xfe\x3d\xf1\x3f\x18\xbd\x7f\x13\x9b\x1a\ \xc4\xc7\x10\x0c\x02\x8c\x46\x64\x36\x04\x87\x60\x27\xca\x5f\x7f\ \x30\x18\xbf\xeb\x69\xf8\x56\xa2\x10\xc1\x0f\x7f\x11\x20\xe0\xa7\ \xc5\xd9\xfc\xbf\x5f\x4b\x04\xe2\x0d\x20\x20\x26\x99\xc6\x7d\xa8\ \x61\x41\x8a\x13\x7d\x5b\x11\x1f\x87\xc0\x88\xd1\x88\x4e\x4e\xb6\ \x0e\xb1\x09\xad\xfb\x53\xd7\x01\xa1\x58\x52\xe0\xbd\x5c\x80\x02\ \xfc\x87\xce\xdc\x2f\x5d\x24\xe4\x23\x92\x1f\x4a\x33\x18\x30\xea\ \xd1\xe9\x8d\x82\x7f\x88\xc1\x2c\x10\x63\x66\x82\x09\x88\xc4\x88\ \x85\x5c\x3f\x82\x5a\xf3\x03\x37\xfd\x94\x14\x99\x09\x7a\xf5\x4f\ \xe7\x64\x08\x84\x68\xe4\x0a\x81\x89\x99\xf8\x5f\x1a\xaa\x09\xc4\ \x48\x45\x88\x65\x5f\xc9\x5d\xc1\xd1\x2d\xfc\xcb\x6b\x8e\x42\x11\ \x42\x7e\x72\xe2\xfc\x11\x52\x33\xcc\xc5\x6c\xf7\xd7\x0b\x65\x22\ \x99\x88\x87\x37\xf3\xf5\x17\x8b\x91\xc8\x10\x0b\x08\xf5\x25\x3b\ \x9a\x29\x53\x0b\x1a\x6a\x01\x0a\xf0\x9f\xca\x9e\xe3\xc6\x01\xa9\ \x29\xf1\xc9\x22\x33\x73\x81\x4e\xa9\x50\x0b\x1c\xa5\xa9\x5b\xf6\ \x3d\xec\x35\x73\xb6\xeb\x3f\xcb\x97\x94\x94\x98\x26\x30\xb1\x71\ \xb2\x71\xe1\xd7\x93\xef\xa8\x03\x6b\x0f\xd5\x18\x36\xa7\xb4\xf5\ \x0f\x9e\x3e\x29\x17\x17\xee\xfc\x34\x7b\xde\x94\x7f\x71\xbc\x96\ \x76\x6b\xd5\xfe\xb0\x09\xd3\xc6\x99\xfc\xcf\x3c\x7a\x96\x4e\x2f\ \x12\x8b\x2c\x7e\xe7\x6e\xf2\xa9\x4d\x6b\x5c\x47\xcd\xac\xe7\xf5\ \x63\x7c\x87\x5c\x9d\x56\x2f\x96\x58\xff\x32\x83\x3c\xf2\xc6\x8a\ \xc3\xe1\xa3\xe6\x8d\x77\xfb\x03\x7b\xf1\xbe\x27\xd6\x3d\xa2\xf6\ \xcc\x5e\xb5\xfe\xf1\x56\xfc\xeb\x73\x5b\xef\xca\xa7\xce\xe8\x6f\ \x57\xb0\x1c\x50\x80\x02\xfc\x9d\xd9\x13\xc8\x78\xff\x76\xcb\xb6\ \xa3\xb7\x9f\xdc\x55\x38\x56\xae\x5b\xb6\x62\x65\x1f\xcd\x93\x30\ \xab\xe1\xfc\x6e\xdf\x4d\x0d\xbc\x3a\x7b\xc1\xce\x74\x99\xb5\xc1\ \xd4\x73\xea\x82\x25\xb5\x3d\x7f\xa5\xaa\xd1\xb9\x72\xdd\x96\xb6\ \x3f\x1f\x07\x12\x70\xe9\xd1\xcb\xc4\xd2\xff\x32\x27\xbc\xbf\xfe\ \xf8\xd9\x17\xb7\x69\xff\x43\x4f\x7d\x75\xe1\xb8\x2b\x0e\x63\x76\ \x8d\xad\xf1\x3b\xe4\x19\x75\xfe\x7a\xe4\xf0\x6e\x3f\x85\xc6\x79\ \xb3\x7b\xfe\xea\xe8\xda\x27\x97\x75\xfd\x65\x0e\xb3\x42\xe5\xda\ \xb4\x74\x73\xfe\x63\x66\x4c\xc5\xaa\x35\x95\xf1\xeb\xcf\x93\x6d\ \x91\x2a\xed\x9a\x2a\xad\x0b\xa8\xb3\x00\x05\xf8\xfb\xb3\xa7\x6d\ \xf9\x66\x8b\x77\x55\x35\xf6\xec\x5d\x78\xfc\x91\xa1\xb5\x6d\x5e\ \x6c\xee\xb5\xe4\x45\xf4\x80\x4e\x81\xcd\x87\xcf\x1f\xd9\xca\x27\ \xd6\xef\xfc\xba\x5d\xa7\xe2\xe4\xd6\x3d\x66\x2e\xee\x52\xa9\x10\ \x70\x7f\xef\x96\x88\xc2\x83\xef\xaf\xef\x81\x4e\xa5\x13\x8b\x82\ \xef\xee\xdb\xb0\xf7\x56\x86\xcc\x6b\xea\xb2\x85\x85\x93\x6f\xce\ \x59\x74\x40\x51\xb4\x41\xff\x06\xb6\x01\x71\x4e\xb3\x6a\x6a\xfd\ \xce\xed\x3c\x70\xe1\x41\x6c\x9a\xc9\xf8\x0d\xcb\x13\x22\x93\xcb\ \xd6\xea\x99\x47\xa8\xea\x88\x07\x73\x57\xec\xfc\x9c\xa1\xf0\xac\ \x3b\x64\xc5\xa4\x8e\x4f\x76\xcf\x0d\x71\x1d\x32\xb6\x2d\x2b\xe7\ \x1e\x68\x33\x69\x46\xe6\xcd\x2d\x5b\xcf\xfa\x69\x2d\x5d\xcb\x7a\ \xc8\x82\x83\x43\x4b\xb4\x9c\xb0\x64\x64\xf3\x8f\x9f\xde\x87\x3c\ \x7d\xd2\xad\xf3\x93\x46\x23\x16\x8e\x6d\x51\xd4\xef\xcc\xf6\xed\ \x67\x7d\x75\x76\xa5\x66\xad\x9a\x6b\xe1\xbb\x73\xea\x96\x7b\xd6\ \xc5\xeb\x2c\x5a\x3b\xd5\x5d\x8c\x32\xfc\xde\xdc\x95\xbb\x3e\xa7\ \x1a\xdc\xca\xfa\xe8\xbf\x7c\x8c\x13\x96\x98\xbf\x66\x69\x65\xbb\ \x9c\x8b\x3b\xd6\x9c\x7c\x12\x6e\x59\xa2\xd5\xfa\x05\x1d\x5f\x06\ \x86\xbd\xc8\x58\x31\xdd\x72\xea\xc2\xb6\x85\x0e\x6c\xde\x72\xff\ \x7d\x94\xb8\x70\xdb\x03\x1b\x87\xcb\x03\x6f\xac\xdb\x7e\x32\x24\ \x3c\x24\xcb\xb5\x63\x4d\x57\xcd\xb3\x93\x5b\x0f\x5d\x79\x1a\x9b\ \x6e\x39\x73\xe7\xca\xa8\x88\x4f\x6f\x1f\x07\x0e\xb7\xd6\xaf\x9d\ \xd4\xd6\xef\xe8\xe6\xe3\x37\x5f\x25\x2a\x1d\xe6\xed\xd8\x58\xdb\ \xcd\x0c\x78\x7c\xf4\x70\x50\x91\xce\x8e\xf7\x0f\xac\xd8\x75\x43\ \x6e\x53\x76\xc1\xea\xb9\x3e\xd6\x42\x74\xb1\xbb\x96\x2e\xbb\xf9\ \x3e\xc1\xd2\xd5\xdb\x43\x9c\x1e\x18\x9e\xd3\x71\xc6\xda\x41\x75\ \x05\x27\x8f\x5d\xa9\xd1\x6b\xc8\x95\x2d\xd3\x0e\x3f\x8d\x2d\xd9\ \xac\x7f\xbf\x8a\xfa\xad\x1b\x0f\xa5\x49\x8a\x4c\x5c\x34\x3f\xe7\ \xfa\xa1\x94\x72\xa3\x8a\xbc\x39\x3c\x7d\xe9\xf9\x5c\x9d\xb8\xe1\ \xf0\x05\xe3\xdb\x96\x4b\x79\x7f\x7d\xdd\xce\xd3\x61\xb1\x49\x65\ \xda\xce\x5c\x32\xbc\x41\x41\xf7\x28\x40\x01\xfe\x09\xfe\xd2\x5d\ \x75\x4d\xf4\xdb\xf7\x69\xd6\x3e\x25\x6d\x40\xf1\xe0\x45\xe6\xa0\ \x35\x87\x17\xf5\x29\x79\xfc\xf0\xd1\xb0\xc8\x97\x4b\xd6\x9f\xaf\ \x3b\x62\x76\x15\x51\xd0\xf1\x9b\x01\x79\x89\xab\x77\xec\x66\x13\ \x74\x64\xe1\xbe\x9b\x72\xb1\x89\xe2\xcd\x91\x85\xbb\xde\xf4\x99\ \x3e\xd9\x35\xf5\xd1\xed\xc7\xaf\x6f\x5f\x38\x65\x56\x7f\xd4\xb6\ \x65\xe3\x54\xaf\x6e\x87\xca\x2d\x3f\x9c\x5b\x32\xf7\xf8\xe7\x3e\ \x93\xc7\xbb\x08\x33\xb3\x12\x93\xc3\xbe\x28\x2b\xf9\x78\xe7\x09\ \x79\x76\xee\xe8\x47\x9b\xd6\x1b\x56\x8f\x0b\xba\xb8\xfb\x61\x42\ \xea\xb3\xbb\x7e\x86\x42\x85\xf4\xa1\xaf\x9e\x04\xe7\xd8\x18\x63\ \x8f\x9c\x7c\xd4\x61\xee\xca\x66\xa2\xe0\xe7\x39\x15\x57\xcd\xeb\ \xfb\xe2\xcc\x6e\xff\xc4\xb4\xd0\x90\xdc\x81\x8b\xf6\xac\x1e\x56\ \xfe\xe2\xee\xa3\x8f\x2e\xee\xde\x78\x23\x69\xd4\xac\xb1\xc2\xf7\ \xd7\x6e\xbc\xfd\x7c\xf9\xf8\x95\xa2\x7d\x17\xae\x9d\x3f\xb8\x90\ \x08\xe0\xe9\xe9\x23\x11\x4e\x9d\xd7\x4c\xa9\xfb\xf4\xfa\xf3\xae\ \xf3\x57\xd5\x15\xfa\x9e\xb8\xe8\xe7\x7b\x62\xd5\xb9\xcf\x9e\xb3\ \xc7\xb7\x0e\xbb\x73\xee\xd5\xeb\x27\x51\xba\x92\x5b\xf6\x1f\x5a\ \xd4\xde\x79\xd1\xe8\xd1\x51\x1e\x2d\x27\xb4\x29\x9d\x9e\xa3\xca\ \xf9\xf4\x70\xd4\xa4\xad\x45\xdb\x4d\xe8\x57\xaf\x98\x77\xb9\x1a\ \xc1\xc7\xe7\x2f\xbe\x98\x3e\x78\xf2\x48\x5b\x63\x86\x3c\xe1\xcb\ \x87\x2f\xa2\x05\x1b\x0e\x6f\x9a\xd8\xfe\xc1\xda\xf1\x1b\x9f\x4b\ \x26\x4c\xea\x2d\xc9\x49\x52\xeb\xf2\xbe\x73\x29\x37\xef\xf9\x1a\ \xf5\x91\x2b\x57\xee\x2a\x39\x78\xc5\xfe\x55\xe3\x8b\x98\x0b\x00\ \xc5\xbb\xdb\x67\x5f\x0a\x17\xaf\x5e\xa0\x7e\x7b\x43\x5d\x67\xec\ \xcc\xae\x85\x8e\xef\x3d\x14\x17\x1b\xf9\xf4\xed\xe7\xc4\x4f\x77\ \x57\x9e\xf8\x3c\x7d\xeb\xa1\x79\xbd\x2a\x9c\x58\xb8\x44\xdb\x60\ \xfa\xc1\x6d\x73\xca\xdb\xa7\x5d\xb9\xfa\x4c\x67\x29\xbc\xb1\xf7\ \xb8\x53\xfb\x45\xab\x87\x55\x3e\x7f\xe8\x74\xc8\x87\x07\xe3\x66\ \xee\x2c\xd9\x69\x52\x0f\x1f\xb3\x88\x64\x4d\x41\xdf\x28\x40\x01\ \xfe\x46\xec\xf9\xe5\xe3\x73\x95\x53\x49\x1f\x07\xc8\x7e\xfb\x21\ \xc7\xa6\x75\xe3\xe2\x76\xf6\x36\xee\x0e\x76\x11\xbe\x27\x1f\x86\ \x27\xde\x3c\xb0\x33\xb1\x64\xef\x45\x43\xeb\xe7\x25\xf6\x6a\x38\ \x74\xef\xae\x05\x39\x57\x56\xcd\xde\xfb\xec\xf1\xa5\xeb\x41\x49\ \x71\xc7\x77\xee\xb7\x6c\x32\x7e\x58\x63\xd7\x0f\x21\xea\x3a\xcd\ \x9b\xdb\x9b\x69\x3e\x7c\xd6\x55\xad\x21\x3b\x76\x32\x60\xd8\xda\ \x75\xf5\x5c\x0d\x39\x16\xc5\x5c\x2d\xe4\xd1\x2a\xc7\xd2\x25\x6d\ \x00\xc8\x7c\x11\x96\x5c\xb7\x59\x63\x77\x4f\x3b\x7b\x07\x37\xd3\ \xac\xf7\x9f\xf4\x1e\x2d\xaa\x99\x7e\x0a\x0a\xb1\x2b\x57\xc5\x34\ \x35\x22\x45\xe6\xd3\xa4\xaa\xb7\xb5\xbd\x53\x95\x46\x75\x8b\x79\ \x3a\x3b\xda\x38\xe8\x33\x42\x42\x35\x45\x3a\xb7\xf3\x2e\xe2\x64\ \x6f\x6f\x9a\x7b\xfb\xd6\xc5\xc8\xd8\xf0\x03\x3b\x8e\x95\xe8\xb7\ \x70\x48\x99\xe4\x97\xe9\xb6\xed\x9a\x57\xb0\xb5\xb3\x13\x0b\x80\ \x8c\x17\x11\x69\xf5\x5b\x34\xf1\x72\xb6\x2e\x5c\xaa\x76\xed\xe2\ \x45\x1d\x6d\x1d\xcc\xc5\x39\x57\x4e\xdc\x88\x8b\xf6\xdd\x71\xec\ \x75\xcf\xf9\x4b\xdc\xb3\x62\xe4\x8e\x65\x2a\x17\xb6\x4e\x7b\x75\ \x22\xc8\xb4\xc5\xda\xa1\xad\x72\xd3\x52\xaa\xd4\x2f\xfd\xe2\xe2\ \x59\x87\x36\x93\x87\xb7\xaa\x1c\x1d\x63\xf0\x2e\x2d\x3c\x79\x3e\ \x74\xc2\xe6\xa5\x35\x6d\x55\x6a\x47\x1f\x27\x51\x56\xbc\xd1\xad\ \x4a\xe5\x42\xa6\x9a\x0f\xa7\x1e\x67\x2f\xd8\x3e\xb5\x84\x30\x0b\ \xcf\x8a\x3e\x1e\x52\x80\xa4\xa0\xcf\x72\x9b\x5a\x55\x1b\x0e\xe8\ \xdd\xfc\xd1\xa6\x39\xe7\x82\x32\xf3\xce\x08\x0a\x78\x13\x6c\x53\ \xa9\x5e\xb9\xe2\x6e\x8e\x2e\x25\x1b\xd6\xab\xe0\xe6\x6c\x6d\x6f\ \xeb\x98\x1c\xf1\xca\xe8\x5a\xae\x69\xa3\xd6\xdd\xaa\x18\x57\xcc\ \x59\x1e\x69\x74\xee\x35\xa2\x67\xfc\xb9\xc5\xdb\xee\x25\x49\xb3\ \x3f\xc4\x88\x8a\x56\xf7\xc8\x78\x15\x6b\xda\xb4\x7d\x05\x47\x1b\ \x7b\xcf\x42\x92\xfb\x97\xcf\x16\x6a\x3d\x73\x70\xb3\x0a\x71\xe9\ \x92\x3a\x4d\xca\x17\xf4\x8d\x02\x14\xe0\x6f\xc4\x9e\x1f\x1e\xf9\ \xdb\x97\xac\x63\x07\x69\x2f\x9f\xa6\x99\x7a\x97\x37\xc5\xff\xf1\ \x0b\xbb\x62\xd5\xcc\x73\x52\x8a\xd4\xec\xbe\x74\xf9\xb2\x19\xe3\ \xfb\x95\x75\x34\x05\x32\x93\x3e\x05\x86\x25\x98\x39\x79\x15\xb1\ \x21\x39\x25\x3d\x39\x53\x55\xb1\xcd\xd0\xe5\xab\x96\x4f\x1a\xd4\ \xcd\x2a\x27\x20\x58\x61\x5b\xc1\x47\x4c\x86\x5f\x40\x86\x59\x9d\ \x22\x92\xd8\x74\xb9\x50\x9b\xf1\xf4\xfc\xa9\x2c\x4b\x2f\x3b\x61\ \x6c\xbc\x4a\x66\x67\x01\x60\x4c\x09\x0d\x8a\x15\x56\x2e\xeb\x91\ \xf5\xfc\x76\x86\x55\xf9\x52\xe2\xb8\x78\x85\x40\x9a\x91\x74\xf1\ \xf2\x7d\x17\xaf\x92\x5f\x82\xfc\x8c\x5e\xe5\x9c\x49\x78\x1c\x21\ \xaf\x5a\xde\x3d\xfa\xf9\x1d\xb5\x63\x65\xab\xd8\x87\x59\x56\x25\ \xed\xbf\xbc\x9e\xb4\xec\x6c\xf9\xd6\xcd\xcc\x75\xd4\xe9\x36\x69\ \xe5\xf2\x45\xa3\x87\xb4\x11\x04\x3c\x4b\x36\x29\x55\xd6\xf6\xeb\ \x8a\x6b\xf2\xc7\xe0\x78\x49\xb5\x32\x8e\xef\xee\xf8\x89\x8a\x56\ \x95\xe9\x63\x9e\x7d\xd4\x96\xae\xe8\x9a\xa1\xb6\xea\x34\x71\xd1\ \xd2\x45\xf3\x07\xb7\xaa\x98\xf4\x25\x42\x21\x96\xa9\xe4\x9a\xf8\ \xd8\x78\x95\x51\x90\x91\x16\x76\xfe\x5e\x98\x77\xb1\x62\x8a\xec\ \x24\xad\xc1\x90\x1e\x73\xe7\x76\x88\xaa\x4a\x09\x51\x5c\x9a\x52\ \xa0\xce\xbc\x7d\xee\x9c\xce\xae\xa8\x4c\xfb\x39\x41\x23\x15\xa8\ \x94\xf2\xa4\xf8\x74\xa5\x96\xac\xcc\x4b\xe7\xae\xc8\xdc\x8a\x3b\ \x0b\x01\x62\xdf\x05\x64\x58\xb8\x5b\x88\x8c\xd5\xfa\x2e\x9c\x50\ \x8f\xed\x87\x2e\xaa\x00\x14\xaf\x02\x3e\x7a\x57\xaa\x6c\x88\x7e\ \x1c\xa5\x2e\x54\xc9\x89\x17\xf7\xde\x3b\x97\xaf\x96\xf4\xfc\xa5\ \x4d\xd1\x0a\x46\x95\x74\xfc\x86\xad\x5e\x31\x37\xb6\x1d\x7c\x53\ \xb4\xed\xc4\xb5\x83\x4a\x9c\xde\x77\xf2\xd5\xe3\x17\x06\xd7\x9a\ \xf6\x71\x8f\x23\x05\x85\x6b\xdb\xf1\xcc\xef\x85\x8d\x67\x49\x51\ \x76\xac\x51\x66\xa6\x48\xbc\xef\x9b\x66\x57\xc7\x5d\xff\xe4\xee\ \x83\x04\x85\xbe\xa0\x87\x14\xa0\x00\x7f\x07\xf6\xcc\xfd\xa2\x74\ \xa8\xd3\xb4\x32\xf0\x29\x56\x5d\xa6\x41\x1d\x13\x74\x09\xb9\xb6\ \x95\xeb\x56\xa9\xd9\x69\x94\x77\xea\xf9\x11\x43\x87\x6e\xbe\xf8\ \x42\x69\x04\x48\x09\xbe\xbb\x70\xe2\xd0\xde\xbd\x06\xbd\xb4\x6f\ \xb7\x78\x5c\xcb\x6e\xc3\x06\x4b\x9e\x6f\x1e\x3e\x64\xcc\xb1\x87\ \x11\x69\x49\x09\x45\xab\x34\x2a\x25\x26\xf7\x53\x8a\x93\x77\xf5\ \x12\x1e\x15\x06\x75\xa9\xb4\x73\xfc\x80\xdd\xaf\xb4\x55\x2b\x96\ \xf4\xf4\xae\x59\xcd\x2a\xe3\xd5\x87\x24\x20\x3b\x29\xd5\xd2\xbb\ \x46\x39\x37\x3e\x45\x2a\xcb\xd6\xa9\xec\xe8\xd5\xaa\x45\xf1\xac\ \xb1\x43\x27\x7d\x10\xfa\x54\xf2\x34\x49\xcc\x50\xd7\xa9\x53\x8b\ \xf4\x28\x99\x5b\xd5\x1a\x5e\xd2\x98\x18\x5d\x95\x26\xf5\xac\x34\ \xe2\xec\xa8\x87\xa3\xa6\x6f\x71\xe9\x30\x6b\x6a\xaf\xd6\x7d\x07\ \xf4\x89\x3f\xbf\x60\xe8\xd0\x09\xd7\x3e\xc4\x46\x25\xe9\xca\x35\ \xac\x6d\xfb\x75\x9b\x25\x2b\x31\xd5\xda\xa7\x66\x59\x47\x22\x32\ \x4d\xea\x36\xae\x68\x4c\x0d\x97\x78\x55\xa8\x57\xa1\xf4\x90\x41\ \x8d\xaf\xcf\x1f\x3d\x6c\xfc\xb2\x17\x51\x8a\x8a\xf5\x9b\xd9\x86\ \x5d\x18\x3a\x73\x9b\x49\xed\xe1\xd5\x0d\x77\x06\x8d\x5b\xaa\xf4\ \xac\xe2\xee\xe0\xd8\xa6\x67\x3f\xe5\xed\x35\xa3\xe7\x9f\x72\x2b\ \x5b\xc9\xc5\xa3\xc6\xa0\x0e\xde\x6b\x47\x0c\x3a\x16\x24\xaa\x5a\ \xbe\x58\xe1\x52\x35\xca\xe8\x5e\x4e\x1a\xbd\xe8\x83\xa4\xfe\xf0\ \x66\x8e\x73\x06\x0d\xbb\x99\x68\x5f\xa3\x6c\xe1\xbc\x42\x63\x33\ \xe4\x55\x1b\xd4\xce\xf1\x3f\xd2\xaf\x67\x8f\x6d\xef\x6c\xa7\x0e\ \xeb\x62\x02\xa8\xd3\x15\x42\x8f\xba\x55\x8a\xa7\x46\xa4\x14\xa9\ \xd1\xc0\x55\xa8\x8c\x35\xb8\xd5\xab\xe3\x14\x9f\xeb\xd4\xa0\xa1\ \xdb\xe5\x6d\x33\x7b\xf4\x1a\x9d\x5b\xa9\x77\x5b\xf7\xd0\x71\xdd\ \xbb\x4f\x3f\x95\x3c\x6a\x5a\x6f\x79\x8a\xa1\x72\xf3\xea\x39\x91\ \x69\x25\x6b\x36\xb5\x42\x97\x9a\x6d\x56\xb9\x56\xb3\x6e\x7d\xfa\ \xe6\xdc\x5f\xd2\xae\xd5\xd0\x38\x97\xaa\xc5\x05\x5f\x4e\x1c\x3a\ \x19\x93\x5b\xd0\x41\x0a\x50\x80\xdf\xc5\xdf\xc8\xd7\xc8\x60\x30\ \x08\x85\x3f\x96\x68\x34\x18\x10\xfe\x60\x0d\xfa\x0f\x09\x7e\x4a\ \x8b\xe0\x87\x5b\x79\x76\xf9\xbf\x4e\xf8\x0b\x0b\xd3\xdf\x6a\xf2\ \xf3\x57\xc5\x60\x30\x0a\x85\x7f\x6a\x73\xfa\x27\xcd\xbf\xa9\x6d\ \x30\xf2\xa3\x98\x9f\x4a\xf9\x59\x7f\xa3\xc1\x20\xf8\x16\xce\x5e\ \x20\xfc\x95\x7c\x83\x50\xf8\xc7\xf6\xdd\x8d\x46\xbd\xc1\x98\xf7\ \x2a\x0d\x7a\xbd\x40\x24\xfa\xf5\x93\x64\x07\xad\x5b\x7b\x28\x45\ \x9e\x1d\x11\xab\xed\x31\x65\x41\xb7\xea\x9e\x05\x7d\xa3\x00\xff\ \x39\xf8\x7b\xc7\x96\xff\x23\xc3\xe0\xdf\x32\xa3\xe0\x37\x17\x7e\ \x97\x3a\xe1\xb7\x14\x23\x10\xfc\x7e\xc2\xff\x9a\x07\x85\xbf\x55\ \xec\xcf\xda\xf5\xfc\xa4\xf9\x37\xb5\x7f\x23\x46\xf8\xfb\xfa\x7f\ \xcf\x2f\x10\xfe\x8e\xfc\x3f\x1c\x79\x49\xf0\x9d\x30\x85\xa2\xdf\ \xcd\x65\x34\x71\x6d\xde\xae\x7d\xba\xc2\xe0\x5c\xac\x7c\x29\x77\ \x9b\x82\xee\x54\x80\x02\xfc\x97\x10\x17\x54\x41\x01\x00\x81\xd4\ \xb6\x5c\xb5\xba\x05\xf5\x50\x80\x02\xfc\x89\x01\x5f\x41\x15\x14\ \xa0\x00\x05\x28\x40\x01\x7b\x16\xa0\x00\x05\x28\x40\x01\x7b\x16\ \xa0\x00\x05\x28\x40\x01\x7b\x16\xa0\x00\x05\x28\xc0\xbf\x19\xfe\ \xf5\x5d\x23\x95\x5a\x93\xf8\xca\x37\xe7\x63\x88\x51\xab\x15\x9a\ \x9a\xda\x56\xa8\xe4\x54\xbe\x92\x44\x54\x40\xc7\xff\x2b\x30\x82\ \xe0\xff\x7a\x09\x05\x28\x40\xc1\xd8\x13\xc8\x4a\x4b\x0b\x5a\xbb\ \x3c\x71\xf9\x02\xe5\xb1\xfd\xaa\xb3\xc7\x14\x07\x77\x7f\x59\x34\ \x2b\x64\xcf\x36\x85\x52\xf9\xfb\x99\x0c\x6a\xa5\x42\xa5\xd1\x03\ \x28\xc3\x76\x6f\xda\x11\xf5\x4f\xd2\x1a\x7f\x1d\xcf\xf3\x1b\xb4\ \x6a\xb4\x3f\x58\x5f\x19\xb4\x68\x7f\x95\xc1\xa8\x43\xa9\x40\xa1\ \x40\xf7\xc3\x59\x72\x6a\xf5\xef\x95\x89\x4a\x89\xe6\x07\xff\x1a\ \xe3\xcf\x62\x55\x2a\x7e\xa9\x95\x46\x85\x46\xf7\x6b\x99\xbf\x29\ \x4b\xfd\xb3\xfb\xb8\x41\x8b\xea\xeb\x15\xbd\xe6\xa7\x73\xe4\x75\ \x6a\xe4\x72\x34\x3a\x62\xfd\x59\xb9\x1b\xc5\x1f\x78\x29\x9a\x18\ \xb6\x6d\x25\xe9\xcf\x7b\xa8\xfb\x5f\xde\xbe\xf7\xe2\xab\x3f\x99\ \x29\xf3\xe2\xfe\xcd\x8f\x3e\xa6\xff\xa9\x3c\xe9\xc1\xf7\x36\xef\ \xba\x9c\x6d\xf8\x87\x57\x6d\x2c\xe8\x89\x05\xf8\xcf\x60\x4f\x95\ \x5a\x13\xb1\x7b\xab\xfe\xce\x35\xb1\x41\x2f\x34\x35\x13\xca\x4c\ \x84\x66\x66\x62\x85\x5c\x79\xe6\x78\xe4\xa9\x63\xfa\x5f\x75\x05\ \x7d\xea\xbb\xa1\x8d\xaa\x76\xec\x33\xb8\x77\xb7\xce\x53\x36\x5e\ \x49\xcf\x89\xbd\x79\xf5\x9e\xea\x77\x8e\xd6\x90\x7f\x3c\x39\x72\ \xfc\x9a\xdf\x25\x01\x03\x8f\x0f\xd1\xad\x13\x4d\x9a\xb2\xe7\x21\ \xc0\x87\xcb\x74\x68\x45\xdb\xae\xdc\xfc\x08\x90\x93\xc8\xe6\x49\ \xf4\x9f\x8d\x1e\x92\x9f\x32\x6e\x20\x43\x87\xd2\xa4\x1a\x93\x77\ \x61\x50\xb0\x6a\x0c\xed\xda\x32\x76\x0d\xf2\xaf\x5c\x75\x6a\x36\ \x2d\xfb\xa0\x86\xf7\x97\x18\xd8\x87\x76\x6d\xd8\x79\x07\x20\xe8\ \x0a\x1d\x5a\xd3\xb6\x0b\x37\x42\x41\xcb\xde\xd9\x74\xea\x4a\xd3\ \x6e\xf8\x7e\xf9\x81\xe3\xb2\x39\xb4\x8a\xbe\x03\x39\xff\x1c\x20\ \x36\x98\x91\x1d\x59\x73\x0e\x40\x9b\xc6\xbc\x81\xb4\x6f\xcb\xb4\ \x6d\xa8\x40\x95\xc0\xb4\xfe\xb4\x6f\xc9\xbc\xfd\x68\x01\x23\x8f\ \x4f\x31\xa4\x2f\xab\x0e\x63\x84\x37\xa7\xe8\xd4\x8a\xd6\xdd\x78\ \xf4\x19\xe0\xea\x12\x1a\x75\x60\xc4\x08\x2e\xbe\x20\x27\x89\x7b\ \xbe\x68\xff\xc8\xbb\x34\xc1\xd9\x05\xc9\x9f\x7f\xa5\x9f\xdf\x3f\ \x7a\x1e\x18\xfb\x67\x73\xf9\xdd\x39\xff\x3e\x5e\xfd\xa7\xb2\x98\ \x98\x5b\xbb\xb8\xd8\xfe\x38\x3f\x51\xbc\x3b\x3e\x6c\xc2\x0e\x6d\ \xc1\xa8\xb7\x00\xff\x21\xec\x99\xe4\xef\xa7\x7b\xfa\x50\x68\x62\ \xc2\x8f\x36\xdb\x62\x89\x48\x24\x92\xdf\xb8\x9c\xfa\x29\xe2\x17\ \xc3\xa2\xac\xc4\x78\x59\xa9\x65\xa7\x4e\x9e\x3f\xbc\x20\xfc\xf8\ \xd2\x7d\xbe\xd9\x16\xba\x4f\x73\x07\x8f\x1a\x3b\x67\x63\x60\x8a\ \x01\x48\x7c\x77\x7d\xd6\xa8\x91\x63\x66\xae\x0f\xce\xc4\x44\xa2\ \x7a\x79\xf7\xf0\xf0\xd1\xa3\xf7\x3e\x88\xc5\x98\x7c\x68\xd5\x8c\ \x91\x23\xc6\x1d\xb9\x17\xfa\x4d\x9a\x63\x69\xd6\x1f\x61\x75\x17\ \x76\x6c\x41\x91\xc9\xf2\x4d\xf4\x5a\xcf\xa2\xd6\xac\x5e\x4e\x0e\ \xbc\xbc\xc9\xcd\xf7\xa4\x65\xa0\x01\xe7\x86\xec\x3d\xcd\xf1\x8d\ \xb8\x3b\xd1\xa2\x25\xaf\x8e\xf3\x50\xcb\xa1\x43\xe4\xdc\xe4\xd0\ \x2b\x80\x90\xeb\xec\x7b\x40\xae\x0a\x35\x14\x6f\xc4\x96\xbd\x74\ \xf7\xe1\xea\x43\x50\xb0\x7c\x03\xdd\xd7\xb0\xa4\x3d\x6b\x96\x90\ \x6a\xa0\x52\x5b\x8e\x9d\xa2\xb9\x84\x75\x67\xbf\x3f\xd7\xa1\xa5\ \xdc\xcd\x65\xd9\x76\x7a\xd6\xc7\x98\xce\xe5\x23\x84\xc4\x93\x91\ \x0b\x70\x6b\x33\xef\x9c\x38\x7c\x88\xb8\x73\xdc\x0a\xe5\xe6\x1e\ \xe2\x8a\x72\xf8\x00\x6f\x0f\x72\x27\x81\xb0\xb3\xac\xbe\xc0\xc0\ \x05\x2c\x18\x8a\x2e\x8e\x25\x3b\x18\xb4\x93\xb9\x35\x59\xb9\x0a\ \x03\x44\x47\xd3\x6e\x16\x47\x8f\xd2\xbd\x2e\x7a\x0d\xa6\x26\x48\ \x40\x1e\xc9\x92\x29\x8c\x1a\xc5\xf6\x33\x00\xc9\x81\xcc\x1e\xcd\ \xb8\x85\x44\x65\xe7\x2b\x23\x30\x92\xab\x40\xaa\xe7\xf2\x6e\x46\ \x8d\x62\xec\x6c\xde\xc4\x03\x68\x93\xd8\x38\x87\x51\xa3\x58\xb5\ \x17\xf9\xd7\x01\x9f\xef\x91\x55\xa3\x46\x8d\x5c\xb8\xe3\xa2\x02\ \x4c\x4d\x4d\xcd\x2d\xcc\x51\x26\x1c\x5a\x3e\x71\xd4\xa8\xb1\xe7\ \x5f\x7f\x51\x25\xbf\x5f\x3d\x75\xc4\x88\xc9\x2b\xde\x24\x68\x20\ \xeb\xcc\x96\x79\xa3\x46\x8e\x58\x7f\xf2\xb9\x11\x90\x7f\xde\xbd\ \x68\xf2\x98\x91\xe3\x1f\x44\x0a\xac\xd5\x11\x07\x36\xef\x09\xcb\ \x04\x75\xf8\xee\xad\x7b\x3e\x7d\x9d\x4c\xbc\xbb\xba\x6b\xd4\xc8\ \x91\x4b\xf7\xdd\xd2\xa0\xbb\xbe\x6b\xcd\xb5\xa0\x5c\x52\x5e\x6f\ \xd9\x75\x3e\x29\xd7\xa0\x56\xe9\x84\xaa\xac\x2b\xbb\x17\x8f\x19\ \x3d\x7a\xd7\xa3\x48\xa1\xc0\x18\x7c\x7f\xcf\xb0\x91\xa3\x8f\x3c\ \x0f\xfe\x70\xf7\xd0\xd8\x31\x63\xe6\xee\xbe\x92\x59\x30\x14\x2d\ \xc0\xbf\x2b\x7b\xe6\x86\x85\x0a\x14\x72\xfe\xd1\xdd\x45\x24\x22\ \x3d\x2d\x37\xf2\xd3\x2f\x8a\x11\xcb\x84\xd9\x71\x77\xcf\x9e\x3f\ \x7b\xe2\x42\xa6\xa5\x97\x77\x21\x53\x83\xc4\xae\x59\xf7\x1e\x25\ \x73\x1f\x2e\x5c\x77\x3c\x27\xed\xdd\xf4\xa9\xab\x2d\xea\x74\xa8\ \x61\xfe\x7e\xea\xb4\xad\xf1\x1a\x89\x4b\xe1\x4a\x7d\x47\x8c\x69\ \x51\xc1\xe2\xe8\x9c\x71\xe7\xa2\xed\x3b\xb7\xae\x78\x76\xc5\xe4\ \x63\xaf\x33\xf2\x54\xf6\xa9\x46\x51\x7b\x3e\xc5\x51\xa5\x21\xfa\ \xcf\x64\x98\xd1\xa2\x3c\x55\x1a\x22\x49\x22\x2c\x9b\x3a\x3d\x59\ \x33\x19\x73\xc1\xf7\x31\xf0\xa5\x1d\x50\x9b\x96\x5e\xbc\x7e\x41\ \xc5\xfa\xb8\xb8\xd2\xa8\x2c\xfe\x81\x18\xb3\xd8\x71\x8e\x51\x73\ \x29\x6e\x85\x0e\xcc\x6d\xb8\xb2\x8d\x1d\x77\x68\xd4\x08\xdd\x27\ \xd2\x4c\x69\x5e\x91\x2a\x0d\x90\x26\x13\xa5\xa1\x4a\x6d\xec\x44\ \xc4\x6b\xa9\xf7\x35\xfc\x90\x3e\x96\x43\x57\xc9\x8c\x66\xda\x30\ \x8e\x3e\x03\x2b\x06\x2f\x64\x78\x2b\xf4\x7a\x00\xdf\x8f\xd4\x68\ \x89\xb3\x2b\xf5\x4a\xf3\xee\x09\xef\x23\xa9\xd7\x10\xe7\xc2\xd4\ \x2a\xcc\x9b\x77\x1c\x3f\x4e\x7c\x26\xbb\x67\xb3\xe0\x10\xd1\xd1\ \xe4\x3a\x52\xbb\x04\xf5\x5b\x61\x88\x26\x05\x4c\x65\x3c\xda\xcf\ \xda\xfd\xa4\x69\x90\x88\x10\x4a\x10\xc8\x99\x31\x9e\xac\x62\xb4\ \xad\xc0\xa9\xa3\x24\x67\x30\x77\x26\xc5\x3b\x53\x45\xc5\xdc\x8d\ \xf9\x23\x53\x43\x32\xc7\x4e\x90\x91\xc9\xb1\x63\x94\x6a\x43\x35\ \x19\x13\x27\x12\x9f\xc9\x9a\x29\xbc\x37\xa1\x47\x53\xae\x1c\x26\ \x2e\x7f\xc4\x2d\x28\x5e\xab\xc3\x84\x31\x7d\x92\xae\x6f\xde\x73\ \x33\xd2\xd4\x4c\x26\x96\xca\x14\x91\xbe\x47\xae\x47\xd5\xef\xda\ \xaf\x9a\x43\xda\x92\xc9\x73\xd4\xd5\x7b\x77\x2e\x12\x37\x77\xc1\ \x8e\x4c\x83\x65\xb5\xd6\xfd\xc7\x0d\x6a\xf6\x78\xe7\xa2\x8b\xd1\ \xd9\x67\x17\x4f\xba\x98\xe8\xd1\xa3\x4b\x33\x07\xb1\xd1\xd4\x52\ \x1a\xfa\xf8\xd8\xa5\xf7\x69\xca\x80\xeb\xc7\x6f\x86\x98\x4b\x01\ \x12\x1e\x6e\x9d\xb3\xe7\x5d\xb7\x21\xfd\x33\x6f\x6f\xda\x7c\xf5\ \x73\x51\x4f\xc1\xae\x45\x53\xa6\xcc\x59\x97\x60\xe9\x66\x9e\xfc\ \xe6\xd4\xd5\xa7\xef\xae\x1f\x5a\x76\xfc\x63\xe7\x91\x93\x9a\x94\ \x75\xd1\x69\x35\x56\x1e\xd5\x06\x8c\x1a\x53\xd7\xfc\xf3\xac\x99\ \x3b\x8a\xb7\x1b\xd9\xbf\x59\x05\x59\x41\xbf\x2c\xc0\xbf\x2b\x7b\ \x1a\x35\x1a\x7e\xcf\x69\x52\x20\x30\x6a\x7e\x35\xe7\x16\x89\x0c\ \x39\xc9\xef\x7c\xdf\x46\x64\x3b\xce\x5f\xbf\xb9\xbd\x8f\xa9\xde\ \xa4\x50\xc3\x96\x0d\x07\xf4\xeb\xa8\x49\x0a\xf5\xf3\x7b\x16\x5f\ \xa8\xd1\xc4\xbe\xad\xfa\xcf\x99\x64\x16\xfb\xf4\xf9\x17\xa5\x8d\ \xbd\x5b\xf5\x0a\x65\x3c\x6c\x63\x6f\xbd\x4e\x1c\x30\x75\x52\xf3\ \x0e\x43\xfa\xd4\x12\x3d\x79\xfc\x7d\x6d\xee\xea\x3a\x4e\x26\xb1\ \x68\x38\x52\x15\x06\x10\xe4\x9d\xe9\x66\x44\x6b\xc0\xc4\x04\x74\ \x3f\x9c\x83\x94\xc1\xf9\x17\xf4\xec\x09\xa0\xd3\x93\x37\x6d\x14\ \x89\x10\x8b\xb8\xb6\x15\x6d\x25\xaa\x3b\x90\x91\x8d\x42\x0d\x30\ \x78\x1e\x17\xd7\x73\x63\x27\x41\x29\x08\x85\x08\xc9\x3f\xd3\xcd\ \x60\x04\x0d\xcb\xc6\xa0\xa9\xcd\x88\x26\xf9\x82\x73\x3e\x23\x2c\ \xca\xb1\xc3\xac\xe9\xc9\xce\x4d\x24\x8b\x30\x91\xa1\xfb\xb6\x8e\ \x69\xcc\x2f\x4b\x28\x42\xaf\x47\xaf\xcf\xaf\x33\x91\x08\x75\x3a\ \x5f\x34\xcc\xdb\xcb\xd1\x6d\x04\x1c\xe2\xde\x47\x4c\x4c\x10\x02\ \x22\x30\xa2\x30\xd2\x6b\x09\xcb\x86\x11\x73\x95\x25\x87\x31\x9a\ \x21\x33\x25\x36\x80\x50\x01\x33\x47\xd3\xa2\x21\x4e\x56\xa4\x46\ \xf0\x28\x94\x37\xb7\x78\x11\x4a\x70\x40\xfe\xaa\xa8\x40\x84\x85\ \x05\x02\x23\x26\x36\xd4\x6f\xc1\x80\xb9\x78\x67\x73\xfb\x3a\xfe\ \xe9\x4c\x9e\x45\xc3\x26\xb8\xda\x7e\xad\x16\xa3\x2a\xf4\xdd\x83\ \xdd\x7b\xce\x7e\x4e\x4e\x4d\x4f\x49\xd5\x0a\x45\x42\xa1\xd0\xa0\ \xd7\x5b\xb9\x97\x6d\xda\xa4\x86\x87\x2c\xe1\xe6\x93\xd0\xd0\x17\ \x57\x6e\xbd\x89\xfa\x1c\x18\x9a\x91\x95\x1e\xfc\xe8\xdc\xae\x13\ \xf7\x13\x32\xd2\x62\xe3\x43\xef\x07\x29\xfb\xce\x9a\x54\xbf\x59\ \xeb\x2a\xa5\x2c\x95\x66\xde\xfd\x3b\x55\x7f\x73\xef\xc6\xed\x87\ \xe1\x3e\x2d\xda\xe6\x85\x3d\x0d\xb8\xff\x34\x3c\x2e\xfe\xfa\x89\ \x33\x9f\x12\x3f\x07\x06\x85\x96\x6a\x35\xb5\x7a\xce\x9d\xbd\x8f\ \x05\x93\x7b\xd7\xb0\xc0\x28\x15\x89\xdd\xab\x34\x6e\x5c\x44\xb5\ \x77\xc7\xb1\xf8\x1c\xa3\x18\x83\xd4\xda\xb3\x6a\x85\x32\x45\x7c\ \xaa\x77\x6a\x5e\xea\xc1\x81\xed\xbe\x9f\x72\x64\x05\x13\xf9\x02\ \xfc\xbb\xb2\xa7\xd0\xcc\x14\x83\xe1\xf7\xef\x9a\xff\x82\x70\xd5\ \x4a\x71\xe1\x6a\x53\xd7\x2e\x99\x39\x7d\x7c\xd3\x0a\xce\x68\xb5\ \x46\x83\x5e\xad\x41\xab\x43\x28\x10\xda\x38\xb8\x90\x14\x16\x2e\ \x27\x37\xf8\x4d\x86\xc1\xc6\xd3\xde\x34\x2b\x3d\x25\x55\x0f\x02\ \x1b\x17\x33\x43\x40\x40\x04\x86\x8c\x0f\xe1\x59\x0e\xae\xf9\x87\ \x4c\xbc\x3d\xc3\xfe\x40\xf6\xef\xc3\x55\x86\xac\x28\xe6\xb9\xf8\ \x27\x10\xf5\x1e\x85\x15\x45\xac\x21\xef\xc8\xb9\xaf\xec\x19\xfd\ \x86\x24\x1b\xaa\x15\x07\x28\xe1\x43\xd0\x1b\xd4\x6a\x5e\x86\x51\ \xae\x08\x49\x3a\xd2\xfd\x98\xbc\x88\xb7\xfe\xdc\xf2\x45\x99\x0d\ \x60\x65\x81\x3a\x0b\xcb\x22\x58\x2a\xf0\x8f\x25\xfa\x03\x0a\x6b\ \xbc\xad\x38\xbe\x84\x58\x1f\x76\x4c\xc2\x04\x34\x99\x44\x44\x21\ \x73\x45\x92\x45\x94\x0a\x13\x13\xc4\xa2\x7c\xdf\x7a\x83\x11\xa3\ \x01\xa0\x52\x61\xde\x3d\x47\xa3\xe4\x4d\x08\xa5\xab\x51\xca\x83\ \x37\x6f\xd1\xe6\xf2\x36\x86\xca\xd5\x70\x10\xf1\x31\x12\x81\x09\ \x62\x21\xee\x5e\x98\xa4\x10\x92\x4e\xc8\x73\x0c\xce\x38\x83\xc0\ \x9a\x8a\x75\x69\x53\x83\xa8\x50\x54\x46\xe4\xb9\x58\xd8\x20\xc8\ \x26\x22\x03\x65\x2e\x6a\x2d\x52\x2b\x5c\xec\x68\xd0\x9d\x39\x5b\ \xb8\xb9\x0f\x69\x26\x11\x31\xe8\x05\x08\x00\x01\x7a\x2d\x59\xd9\ \x68\x63\x88\x57\xe3\x56\x18\xa9\x8a\xb0\xcf\xa0\x44\xad\xc9\xdf\ \x56\xcf\x79\xb3\x67\xda\xfa\x5b\x9d\x26\x4c\xef\x5c\xdf\x4b\xab\ \xd5\xa1\xd7\xc8\xd5\x3a\x01\x02\xa3\x41\xa7\x36\x60\x90\x5a\x17\ \x72\xb6\xab\xdc\xac\xef\x84\xc5\xbb\xee\x5d\x5d\x95\x71\x65\xdd\ \xa2\xb3\x09\x23\x67\x4e\x6f\x58\xc2\x41\x2f\xb0\x76\x37\x57\xbe\ \x7e\x11\x0e\x46\xbd\x46\xa3\xc8\xd5\x97\xee\x32\xd0\xc1\x6f\xdd\ \xdc\x7b\xe9\x1d\x9b\x57\xc9\xab\x70\x07\x67\x6b\x5b\xd7\x92\xbd\ \x46\x8c\xdb\x7c\xec\xd6\xe6\x09\x2d\x32\xde\x9e\xfe\x64\x59\xbd\ \x95\xb7\xf2\xc8\xdd\x58\x83\x4c\xa6\xd7\xa8\xa4\x1e\x65\x97\xef\ \x3b\x31\xb6\x52\xf2\xe4\xd1\xab\xe2\x8d\x52\x75\x76\x7c\x8a\x1a\ \x83\xd8\x7e\xc8\xf2\xfd\x3b\x27\x56\xdf\x35\x75\xc2\x8d\x0f\x69\ \xb1\x91\x91\x19\xca\x82\xf8\x78\x05\xf8\x5b\xe3\x5f\xb1\x58\xb2\ \xa9\x50\x39\xdb\xd6\x4e\x98\x9b\xc3\xcf\x07\x0a\xa1\xd5\x08\x3c\ \x8a\xd8\x96\x2a\xfd\x2b\x4e\x15\x49\xc4\x02\x8d\x02\xf2\x8f\x6a\ \x13\x49\x24\x12\x01\x20\x10\x62\x34\x16\xae\xdc\x62\x4c\xa3\x9b\ \x33\x3b\x77\xc2\xa0\x69\x35\x7a\x75\xad\x0a\x8e\x55\xed\x0e\x0e\ \xee\xd8\xbd\xf3\x90\xc5\xe3\xe7\x8f\x9d\x3c\x67\x62\xd7\x03\x02\ \x49\x91\xce\xab\xdb\x96\x05\x30\x72\xeb\x14\xd1\x59\x2c\x18\x89\ \xd1\x9a\x25\xab\x98\xd2\x97\x05\x7d\x10\x48\x19\x3a\x1f\x67\x41\ \xfe\x28\x4c\xf2\x55\xb5\xe8\x48\x1c\x8a\xe4\x5f\x6f\xd8\x9f\x3b\ \x13\xe8\xd8\x01\xeb\xb2\x2c\xa8\x8d\x43\x23\x86\x80\x22\x98\xe1\ \x6b\xe9\xdb\x90\x2b\xf3\x39\x1e\x46\x76\x1a\x6d\x47\x52\xb4\x08\ \x63\xfb\xb0\xa8\x1f\x48\x19\xb6\x04\x9b\x0c\x4e\x9f\x44\x53\x95\ \x91\x23\x70\xae\xcd\x10\x67\xa6\x1f\xe5\xf0\x51\x46\xb7\x61\x72\ \x47\xa4\x52\x06\x4e\xc7\x29\xef\xc1\xc4\x88\x45\x00\xed\xc6\xf1\ \x60\x1c\x1d\x3b\xe0\x5c\x93\xd6\x95\xc1\x82\x3b\xd3\xe8\x70\x19\ \x8f\x66\xb4\x2e\x49\xb9\x51\x4c\x5c\x4c\x67\x29\x45\xbb\xd0\xbc\ \x31\xd2\x60\x96\x75\x41\x2d\x63\xdc\x5a\xcc\x94\xcc\x9d\xca\xa7\ \x54\x32\xd4\x4c\x5c\x8b\xb7\x04\x71\x30\xaf\x84\x4c\xec\xc4\xca\ \xe1\x48\xb2\x88\x15\xe3\xe6\xcd\xf8\x4e\xec\x5d\xc8\x35\x3b\x7a\ \xce\xa5\x58\x24\xd3\xaf\x72\x74\x0a\x5a\x0d\x22\x31\xba\x4c\xe6\ \x0f\xc4\x42\x8e\x4f\x4f\x1a\xd5\xc1\xa4\x2f\xeb\xa7\x73\xd1\x48\ \x48\x1a\x32\x31\x80\x49\xe1\x1a\xd5\xdd\x6f\x6c\x5f\xbe\x38\x23\ \x34\xb3\x79\x43\xc7\xd2\xb6\x95\xd7\xae\xbc\xf8\xa6\x44\x15\x33\ \x53\x29\x7a\x84\xf6\x55\x67\x8e\x6a\xb6\x7a\xf3\xfc\xf7\x4e\x36\ \x35\x86\x2c\xe8\x5e\xbd\x61\xc9\x73\x1b\x57\x2f\x5c\x16\x9e\xa0\ \x1d\x61\x5f\xb4\xef\xf4\x11\x63\x66\x8f\xee\x7d\xd1\x32\x24\x42\ \xb2\xc4\x51\x8a\x49\xe9\x0e\xb5\x1c\x6f\xbd\xf5\xae\xe5\x9d\x7f\ \x8c\x5d\xa5\xde\x93\xda\xbd\x9f\xbb\x60\xde\x02\xdb\x42\x3e\xd3\ \x67\x0c\xb9\xbb\xe7\x4c\xd9\x51\x5b\x87\xb9\x3d\x1a\xb0\x60\x5d\ \x85\xae\x65\x6c\x6c\x2c\xe2\xfd\xef\x2f\xdf\x76\x24\x33\x2b\xb1\ \x5c\x8d\x46\x4e\xde\x75\x6a\x39\x1d\x1e\xdc\xb5\x6b\xb3\xce\xdd\ \x04\xef\xee\x46\x66\xa6\x3b\x55\xad\x57\xcc\x24\x76\xcd\xe4\x05\ \x0d\x96\x1e\xec\x5c\xd6\xa6\xa0\x8b\x16\xe0\x6f\x8b\x7f\x25\x42\ \x9d\xce\x60\x0c\x39\xb0\x5b\x71\xe2\x90\x48\x28\x40\x24\xfe\x46\ \x9d\x3a\xa9\xcc\x7e\xcc\xe4\xe2\x6d\xda\xff\xe3\xc4\xcb\x68\xd0\ \xca\xe5\x6a\x13\x0b\x8b\xfc\x53\x82\x8d\xda\xdc\x5c\xb5\xa9\xa5\ \x85\x50\xa7\xce\x55\xe9\x2d\x2c\xcc\x04\x18\x92\xbf\xc4\x68\x64\ \x76\xee\x4e\x56\x80\x51\x9d\x1d\x9b\x98\x2e\xb3\x76\x71\xb2\x91\ \xa9\x32\x93\x12\xb3\x74\x85\x3c\xdd\x4c\xbe\xca\x55\xe7\x90\x99\ \x83\x52\x83\x50\x8c\xbb\x3b\x42\xc8\x48\x44\x63\x82\xf3\xd7\xbe\ \x66\xd4\xa3\xd2\x62\x6a\x02\xa0\xd7\xa0\x05\x93\x6f\x07\x6c\x6a\ \x88\x4d\xc6\xc9\x9d\xef\x27\x6e\x1a\x51\xaa\x30\x35\x45\x99\x45\ \x6a\x16\x12\x4b\x0a\x7d\x0d\x81\x9c\x91\x88\xda\x84\x42\x36\x60\ \x24\x27\x83\x1c\x39\x1a\x3d\x52\x4b\x5c\xac\xc9\x51\x60\x65\x05\ \x90\x12\x87\xce\x0c\x97\xaf\x59\x74\x6a\xf4\xa2\x7c\x92\x32\x2a\ \x89\x4b\xc7\xc5\x8d\xbc\x15\x62\xbd\x9c\x84\x4c\xdc\xdc\xf2\x07\ \x80\xf2\x34\xd2\xd5\x78\x7c\x3d\xb4\x2d\x2d\x1e\xbd\x05\x4e\x56\ \x00\x19\xc9\xe4\xa8\xb0\x76\xc2\xda\x04\x40\x9d\x8d\xd6\x84\xc0\ \x3b\xdc\x79\x45\xd8\x3b\xac\x1a\xb0\x6d\x12\x40\x5a\x02\xb9\x5a\ \x1c\x5c\x30\x13\x90\x18\xc5\xfe\x75\xf8\x4a\x38\xb7\x8a\x3e\x6d\ \xe9\xb5\x81\x1a\x85\x70\x77\x06\x08\x7c\xc4\xa5\x47\x44\x07\xa2\ \x28\xc1\xde\x65\xe4\x9d\x15\xaa\x57\x64\x7e\x49\x4c\x17\x99\xda\ \x38\x3b\xdb\x49\x85\xc6\xac\xb4\x74\x89\x99\x99\xd1\x80\xa9\x99\ \x69\x5e\x2c\xa8\xcc\xc4\x98\x0c\xa5\xc1\xd2\xc1\xc5\xc1\x52\xa6\ \xce\x4e\x8e\x4f\xc9\x95\x59\xdb\x39\xd9\xdb\x88\x05\x68\xb2\x93\ \xe3\xd2\x14\xa6\x56\x0e\x36\xe2\xac\xdb\xa7\x4e\x5f\x7d\x1e\x50\ \x7b\xe8\xb2\x81\x75\xdd\x7e\x68\x22\xf2\x2f\xb1\xc9\x3a\x91\x59\ \x21\x67\x3b\xad\x42\x69\x61\x63\x25\x04\x79\x56\xa6\x40\x2a\x33\ \x1a\x85\x52\x91\x2e\x29\x21\x49\x2b\x34\x75\xf5\x70\x91\x09\x30\ \xa8\x73\xe2\x12\xd3\x4c\xac\xed\x50\x64\xe4\xa8\xb1\x77\xf5\xb4\ \x96\x19\xb2\xd2\xb3\x64\x56\x36\x26\xe2\x02\xf3\xe1\x02\xfc\x15\ \xf8\xd7\x22\xd4\xfd\x8b\xf1\x3d\x55\x6a\xf5\xa7\xd3\x27\x72\xaf\ \x5f\x22\x2d\x05\x81\x00\xa3\x11\x77\x4f\xdb\x2e\x3d\x8b\xb6\x6a\ \x27\x16\xfe\xef\xae\x5a\x65\x64\xa0\xd1\x7e\x8f\xf6\xa6\xd7\x61\ \x14\xe4\x0f\xf7\xf4\xba\xfc\x9d\x22\x81\x00\xa1\x30\x7f\xf7\x46\ \x20\x44\x08\x7a\xc3\xb7\x41\x30\x42\x01\x46\xc3\xf7\x2b\x08\x10\ \x09\x31\x18\x10\x08\xf3\xc5\xea\xf5\x18\x8d\xf0\xa3\x58\x01\x22\ \xd1\x57\x6b\x72\x23\x7a\x43\xbe\x7c\x81\x00\xd1\xcf\x45\xe7\x2d\ \x6e\xe6\xd5\x73\x5e\x59\x06\xc3\xcf\x7f\xf5\x18\x8c\xf0\x55\x60\ \xde\xdf\x7c\x39\x46\xf4\x7a\x8c\x20\x12\x23\xe0\xa7\xbf\x46\x2d\ \x7e\x77\x79\xf7\x19\x73\x67\x5a\xb7\xc5\x46\xf8\xbd\x68\x83\x1e\ \x23\x28\xe3\x39\x72\x9d\xba\x1d\x28\x6d\xcf\xf3\x27\x94\xaa\x83\ \xa3\x2c\x5f\x78\xf0\x33\x9e\x05\x23\xb5\xa6\x45\x7b\x4a\x3a\x62\ \x6e\xf1\x3f\xf6\x2e\x74\xd9\x5f\x2e\x9e\xb8\x26\x2d\xdf\xb4\x7d\ \xad\xe2\x05\x3d\xb0\x00\x05\xec\xf9\x47\xa3\x23\x1b\x20\x35\x2a\ \x32\x27\xf2\x93\x51\xa3\x11\x9a\x99\xda\x96\xf4\xb1\x75\x71\xf9\ \xd3\x5a\xff\x26\x62\xf0\x1f\xc0\xb6\x6d\xbc\xfb\x80\xc4\x98\xbf\ \xcf\xc3\x57\xce\x32\x1a\x31\x1a\x11\xcb\x90\x0a\x50\xa8\xfe\xe4\ \x4a\xae\x18\x91\x11\xad\xee\xd7\xee\x36\xdf\x84\xff\x7a\xf4\x2e\ \x40\x28\xcc\xa7\xd4\x3c\x2e\x16\x0a\x11\x18\xbf\xb3\xb3\x40\x88\ \xc0\xf8\x95\x31\x85\xdf\x06\xe3\x18\x8c\xf9\x7c\x9d\xf7\xfb\x7b\ \x62\x7e\xa0\xf2\x1f\xc4\x9a\x5b\x62\x22\x41\xaf\x25\x37\x17\x03\ \x08\x7e\xce\x28\x14\x63\x65\x81\x5a\x81\x46\x8f\xa9\x29\x2a\x39\ \x3a\x63\xbe\xe6\x52\x53\xcc\x64\x08\x40\x29\xa7\x4d\x7b\xda\xb6\ \xfd\xef\x31\xa6\xee\x2b\xb9\xff\xff\x83\x4e\xa7\x13\x8a\xff\x97\ \xc6\xa5\xff\x82\xcf\x95\xe1\x7f\xd0\xe3\x59\x9b\x9b\x91\xa6\x91\ \x14\xb2\xfb\x2f\x3e\x71\xaa\xac\xe4\x6c\x83\xa5\x93\xad\x69\x01\ \xf1\xfd\x7f\x64\xcf\x7f\xdd\x53\x53\x08\x4e\x45\x8a\x3a\x15\x29\ \xfa\x07\xd3\xeb\x55\xb9\x29\x69\xd9\x62\x53\x33\x81\x4e\xa5\xd4\ \x18\x2d\x0d\x09\x3b\x0f\x3e\x6a\x3f\x61\xa2\x8f\xf5\x9f\x2b\x77\ \xcc\x18\xc3\x87\x1b\x1b\xdf\x9b\x37\xea\x53\xbf\xd2\x0f\x97\x15\ \x60\x0a\x82\xa8\x07\x5b\x1f\xca\x2b\x0f\x6a\x5b\xfb\xcf\xf5\xc6\ \x4f\x57\xb7\xdc\xcb\x9e\x30\xbc\xf7\xef\x74\x02\x05\x98\xfc\x93\ \x1e\xa2\x92\x23\x36\xff\x5e\x95\x06\x35\x06\xd9\xaf\x6b\x36\x27\ \x07\x04\x98\x9a\xf1\xad\xeb\x2b\x54\x98\x99\xfc\xce\x1b\xcd\xc5\ \xe2\x87\x4e\xf4\x1b\xb1\x72\x05\xe6\x66\xbf\xd2\x35\x17\xb3\xdf\ \xe9\x7a\x4a\x55\xfe\x6a\x06\xa0\xca\x22\xc7\x80\xa3\xed\xf7\xbb\ \xe9\x49\x18\x4d\xb1\xff\xba\x74\x20\xb4\xc0\xda\x0c\x40\xaf\x26\ \x35\x0d\xad\x01\x7b\x67\xc2\xae\x72\x31\x8b\xf9\x03\xff\xcb\xc6\ \xc8\x96\x8d\xd4\x19\x42\x65\x97\xff\xf9\x86\xfe\xfe\xda\x96\xcb\ \x71\xc5\x67\x0d\x6f\xf5\x7b\x0d\x4d\x91\xa3\x96\x59\x98\x89\xfe\ \x3c\xc1\x67\x7d\x38\xbb\xe5\xbe\xa4\x6f\x3d\xfd\x69\x5f\xd1\xb4\ \x31\x1d\x3e\x5c\xd9\xbc\xea\xcc\xfb\xea\x8d\x5a\x88\xd2\xbe\x34\ \x1c\x34\xbe\xac\xfd\x3f\xbc\x52\x63\xfa\x91\x75\x5b\x1c\x9a\x8f\ \x6d\x55\xde\xfe\x0f\x93\xb3\x2a\x29\x39\xc7\xda\xc9\xd1\xe4\x07\ \xf5\x14\x0a\x85\xd4\xd4\x4c\x2c\x00\x32\xf7\x2e\x9b\x25\x6c\x34\ \xa1\x6b\x05\x6b\x9d\xd8\xd2\xd9\xde\xf2\x6b\xa6\xac\xe4\x1c\xbd\ \x83\xa3\x5d\xbe\x91\xa0\x26\x66\xf5\xec\xe5\x15\xc6\x6d\xec\x60\ \x8b\x51\xa3\x50\x0b\x4d\x4c\xc4\x82\x9c\xb4\xa4\x6c\x95\x5e\x24\ \x35\x31\x11\x8b\xcd\xac\xac\xa4\xff\xf8\xfc\x06\x8d\x5c\xa9\x33\ \x33\x37\x13\xfc\x70\x21\x25\x2d\xc7\xc4\xd6\xd1\xda\x44\x84\x51\ \x9f\x9b\x99\x9e\xad\x36\xda\x3a\x3a\x99\xfe\x64\x8b\xa8\x4f\x4d\ \x4a\x35\xb1\x75\xb2\x90\x7e\xcd\xa7\x55\xa9\x8d\x62\x99\xf4\xa7\ \xda\x30\x6a\x95\x2a\x64\xa6\x12\xa1\x41\xab\x4c\x4b\xcb\x30\x4a\ \x2d\x9d\xec\x2c\xff\xed\x39\xf7\xaf\x5b\x57\xca\xfa\xf8\x64\xfd\ \xec\xc9\xed\x1a\x56\x6e\xd2\x75\xd0\xbc\xf9\xeb\x4e\x5f\x3e\xeb\ \xfb\x59\xee\x69\xfd\x2f\x0c\x62\x84\x56\x6e\xd5\x8a\x3a\x14\xfa\ \xde\x2a\x52\x03\xc6\xf5\x9d\xf0\x2c\x45\x00\x98\xbb\x54\x2a\xe2\ \xe2\xfe\x67\x87\x1b\x0f\xae\xdd\x78\x15\xff\x6b\x27\x1d\x7d\xca\ \xdb\xb1\x7d\x27\xf8\xa5\xff\x4e\x45\xe9\x38\xbf\x95\x7e\xbd\x69\ \xd4\x84\xb3\x81\x00\x37\xb7\xd3\xba\x35\x0d\x5a\x70\x3b\x02\x20\ \xe4\x39\x03\x9b\x30\xfb\x20\x40\x8a\x3f\x63\x47\x31\x7e\x14\x65\ \xbd\x98\x76\x01\x79\x2c\x93\xfa\xd1\xbe\x39\x43\x56\xa0\x36\x02\ \xa8\x13\x19\xdc\x90\xde\x8b\x00\xae\xed\x62\xe4\x70\x1a\xb6\xe3\ \x55\x22\xc0\xad\x1d\xb4\x6e\x4d\x83\xe6\xdc\xfd\x8c\x2a\x96\x59\ \x43\xe8\xd3\x85\x6e\x93\x49\xff\xc1\x3c\x2c\xe2\x09\xb3\xc6\x33\ \x70\x18\xf7\x42\xd0\xcb\x79\x7c\x9c\xba\xd5\xb9\xf2\x1e\x20\x3d\ \x84\x51\x5d\x69\xdb\x9c\xf1\x5b\x01\xc2\x6f\xd1\xaf\x2f\x9d\x5a\ \xb3\xe5\x0e\x40\x4e\x0c\xeb\xe7\x31\x6e\x1c\x07\x1f\x82\x81\x4b\ \xeb\xe9\xdb\x87\x36\x5d\x79\x96\x0c\x7a\xd6\x8d\xa1\xff\x24\xe6\ \x2f\xe0\x63\x22\xcf\x1e\xa1\x10\xfe\x81\xb1\x99\x29\x95\x6a\xe2\ \x6c\xf5\xbf\xd1\x8e\xb4\x2f\x6e\xdd\x4c\x31\x38\xfe\x5e\x94\xfc\ \xa4\x7b\xbb\x86\xcd\xde\x6f\xf8\x97\xc6\xc6\xc1\xb7\xaf\xbf\x4d\ \x97\xba\x78\x7a\x57\xa9\x58\x2a\x23\xf8\xd4\xd2\x83\xa1\x23\xe6\ \x2c\x1a\xd4\xbe\x66\xf9\x4a\x95\x1c\xcc\x7e\xf5\x35\xcc\x8e\xbe\ \x71\xe7\xad\xc0\xda\xe6\x0f\xca\xd7\xa4\x05\x2f\x19\xdd\xbf\x57\ \xcf\x8e\xbd\x26\xed\xc8\x7f\x71\xfa\x8c\x83\x53\xda\xd5\xec\x34\ \x25\x46\x0f\x10\x75\x6b\xdf\x9d\x24\x8f\xea\x0e\x51\x2b\xe6\x4d\ \x1f\xd2\xad\xe3\xfc\x83\xcf\x81\x8c\xb0\xdb\xa3\x07\xf5\xed\xd3\ \xa9\xf5\x84\x4d\xb7\xf3\x0c\x7b\x5f\x1c\x5c\x1f\x6c\x56\xb3\x85\ \x97\xe2\xc9\x99\x35\x4d\x6b\xb4\xbd\x1a\x9a\x05\xba\x07\x7b\x96\ \xcc\x9e\x3b\x6f\x74\xaf\x66\xe5\xea\x0c\x0c\xcc\xfe\x85\xb9\xc2\ \x8b\x03\x33\xa6\x6d\x7d\xfe\xbd\x62\xb4\x89\xfb\x57\xce\x1e\x3d\ \x7a\x78\xa7\x6e\x23\x1e\xc6\x2a\xd1\x24\x9d\xd9\xbc\x60\xea\xd8\ \xfe\x9d\x87\x2e\x8b\xfe\x76\x9e\x95\x3a\x71\xcf\xdc\xa1\xdd\xfb\ \xf4\xee\x38\x60\x56\x70\x36\xe8\x32\xfd\x2e\x6f\x6a\x51\xbf\xed\ \xe1\xa7\xc9\xdf\x3b\x88\x3c\xe9\xd1\xc9\x35\xcd\xeb\xb7\x38\x1d\ \xa1\x06\x62\xde\xdc\x5a\x31\x7b\xfa\x80\x8e\xed\x17\x9e\x7e\x5b\ \xc0\x9e\xff\x63\xb0\xab\xd8\x6a\xf5\xa1\xed\x4d\x4b\x17\x1f\xb6\ \xe8\xc0\x81\xfd\x6b\xcb\x0b\xa2\xdf\xfa\x5e\x1f\xd6\x67\xf8\xf1\ \xc7\x51\x40\x5a\xd0\xdd\xb9\x63\xfb\x0f\x18\x32\xe5\xd6\xc7\xb4\ \x6f\xdf\xbc\x53\xeb\x67\xf7\x1f\x38\x60\xf9\x91\x27\xd1\x6f\xce\ \x2e\x58\x7d\x42\x4b\xe6\x9e\xa5\x8b\xee\xbe\x09\x7e\xf4\x28\xc0\ \xdc\xce\xfc\xd6\x8e\xd9\xfd\xfa\x0f\x58\x79\xf4\x69\x5a\x46\xe4\ \x93\x07\xf7\x57\x4d\x9f\x74\x2b\xe4\xd3\xed\x5b\x2f\x2d\x8b\xbb\ \x07\x9c\x5e\xdf\xaf\x57\xdf\x9e\x43\xa6\x3f\x88\x90\x03\x9f\x9e\ \x9d\x99\x3e\xaa\x7f\xaf\x1e\x83\x8e\xbd\x4e\xcc\xff\xda\x87\xdf\ \x9f\x31\xa2\x6f\xdf\x5e\x7d\x37\x5f\x78\x63\x44\x10\xfd\xd1\x3f\ \xe0\xd6\xfe\x3e\x43\xa6\x3f\x0a\xcf\x06\x42\xee\x1c\x18\xd1\xb7\ \x4f\xff\x89\xab\x42\x73\x8d\xaa\x94\x90\x87\x0f\xee\x2f\x9f\x3a\ \xe1\x6e\x8c\x2e\xe9\xd5\xa9\x31\x03\xfa\xf4\x1e\xb3\xe8\x75\xfc\ \x77\xcf\xc9\x8a\xad\x38\x7e\x89\x3e\x45\xb8\xf4\x92\xc4\x27\xac\ \xb9\xca\xd6\x93\x0c\x29\xcd\xb5\x07\x68\x52\xb9\x7a\x82\xc0\x24\ \x8a\x16\x07\x70\xac\xc2\xa1\xa3\x8c\x6d\x4e\xd5\xae\xcc\x6c\xc5\ \xa6\x99\x48\x9a\x73\xe1\x20\x31\x77\x89\x01\x52\x98\x3f\x99\x97\ \xc9\x94\x28\x03\x50\xad\x1d\xf3\x47\xe3\x68\x20\x53\x4b\xc2\x43\ \x56\x5f\x66\xcb\x09\x86\x97\xe3\xe2\x55\xb0\x64\xd8\x62\x2e\x1e\ \x20\xed\x19\x21\x99\xf9\x6a\x44\x3d\x60\xf2\x2a\x8a\xb7\xe0\xd8\ \x09\x9a\xf8\x10\xf6\x92\x13\x67\xc9\x30\xc5\xab\x28\xe8\x59\x36\ \x07\x97\x81\x9c\x5e\x4b\xd0\x03\x02\x43\x98\xb3\x96\x3e\xeb\xd9\ \xda\x9f\x6b\x67\xd1\x67\x30\x7b\x32\xc9\x85\x58\x73\x88\x29\xed\ \x09\xbc\xc8\xa6\xa7\x6c\x3f\x4d\x47\x7b\xce\x3d\x43\x11\x8e\x5f\ \x26\x47\x4f\xb1\x7f\x1f\x95\xec\x09\x8c\xa2\x7a\x55\xd0\x73\x66\ \x2b\xfd\xfa\x32\x74\x06\x49\x90\x15\xca\xec\x91\x0c\x18\xc2\xad\ \x0f\xf9\xca\x44\xbf\xe2\x55\x32\x36\x7a\x36\x4c\xa1\x6f\x5f\xe6\ \xec\x40\x09\x18\xb9\x73\x88\x21\xbd\xe9\x35\x9a\x0f\x49\x00\x89\ \x6f\x4f\xaf\xdc\x72\x16\x78\x78\x70\xd9\x8e\x5b\x1f\x41\xbe\x67\ \xf9\x92\x47\x09\xba\xa4\x57\xe7\x67\x8c\x1a\xd0\xa7\xc7\xc0\x93\ \xcf\x62\x63\x7c\x4f\x8c\xe8\xdb\x7f\xf0\xb4\x35\xa1\x79\x5d\x5a\ \x1d\xfb\x21\x46\x58\xa3\x69\x55\x43\x66\xe8\xae\x25\x53\xfa\xf4\ \xe9\x3d\x61\xd3\x0d\x65\x6e\xd2\xe1\x95\x13\xfa\xf5\x1f\xb0\xe7\ \xfe\x87\xe0\x4f\x61\x8f\xef\x1f\x1f\x32\x77\x73\x78\x0e\x80\x2e\ \x33\x74\xcd\xe4\xc1\xbd\x7b\xf7\x9b\xb3\x64\xcd\xbc\x09\x03\xba\ \x0f\x9d\xfd\x2a\x5e\x0d\x06\xdf\xd3\x1b\x06\xf4\xe9\x33\x7a\xe1\ \x9e\x78\x1d\xa0\x7c\x74\x72\xc3\xc8\x01\x7d\x27\xed\x7e\xd3\xb2\ \x7d\x89\xbb\xe7\x6f\xab\x5c\x5c\x63\xee\xdd\x7c\x1d\xf6\xf1\xdc\ \xf9\xe7\xa1\xef\x5e\x06\xa4\x4b\x0b\x99\x1a\x7c\xcf\x6e\x1e\xd2\ \x6f\xc0\xb8\x85\x7b\x93\x41\x11\xfd\x7c\xf9\xb4\x91\x3d\xfa\x4e\ \x88\x77\xa8\x50\xc5\x33\x8f\xc9\x0d\x2f\xce\x6f\x1a\xd4\xa7\xf7\ \xf0\xb9\xbb\xe2\x35\x18\x62\x7d\x17\x8c\x1f\xd4\xb7\x77\x8f\x65\ \x07\x1f\xea\xf2\xe7\x82\xaa\xe3\xcb\x66\x7f\x74\x1d\x70\xe1\xe2\ \x5a\x41\xc0\x25\xff\x24\x03\xc8\x4f\xaf\x98\xb5\xfd\x6e\x88\x47\ \xb1\xaa\x85\xc5\xa0\x8e\xd8\xb2\xff\x69\x87\x31\xa3\x2a\x95\xa9\ \x3e\x76\xc6\xbc\xd6\x55\x1d\x92\x92\x32\xd1\xc5\xad\x9c\xb1\xd2\ \xb9\xdb\xba\x0b\x3b\x06\x05\x5f\x3f\x9b\x02\xc6\xf8\xa7\x5b\xaf\ \xa7\x8c\x9e\xd6\x27\xdb\xff\xfe\xf9\xb3\x37\x12\xc5\x6e\xde\xae\ \x36\x20\x69\x3f\x73\xdb\xa1\xfd\x8b\xcb\x17\xf6\x9e\xbc\x6a\x59\ \x05\xdb\x3c\xae\xd7\xfa\x9e\xdb\x36\x6a\x40\xdf\x1e\x03\xa6\xf8\ \xa5\xab\x42\x9e\xfa\xdf\xbb\xb8\x79\xd2\xda\xeb\x5f\x3f\xb8\x26\ \x75\x7b\x4e\x3d\x77\xe1\x7c\x63\x51\xf0\xa5\x87\x89\xc8\xec\x5b\ \x0c\x9e\x31\xb1\x57\x33\x51\x76\x9a\x56\x97\x75\x70\xc5\xb4\x93\ \x81\x49\x2f\xf6\x2f\x3d\x93\x50\xfe\xf8\x85\xe3\x55\x72\x5e\x3f\ \x78\x9b\x95\x1e\xe1\x77\xea\xd4\x9d\x78\xad\x59\xd1\x32\x2e\xe8\ \x3e\xad\x99\x33\xed\x66\xb4\x26\x25\xe0\xce\xd9\x2b\xd7\xe3\xf5\ \x6e\xd5\x0a\x9b\x02\xce\x25\x6b\x4d\x9c\x37\xab\x59\x19\xdb\xa4\ \xe4\xf4\x02\xf6\xfc\x1f\x5d\xae\x8a\x0d\x0c\x4a\xb3\x29\x5b\xba\ \x10\xa8\x9f\xbe\x48\xef\x3e\x7f\xcb\xe8\x26\x56\x3b\x77\x1d\x8c\ \x8a\x0d\x58\xb2\xf2\x90\x4f\xb7\xb1\xa5\x72\x9f\xef\x3a\x9f\x67\ \x12\x2f\x3f\xb9\x7c\xee\x63\x75\xd9\xa1\x6d\x4b\x5e\xd8\xb9\x3d\ \xc3\xa9\x6c\x96\xdf\xc1\x01\x7d\xc7\xbd\x31\x96\xf4\x36\xfd\x78\ \xf6\x4e\x60\x6c\xc0\x81\x25\x67\xe2\x26\xad\x5e\x3f\xb8\x45\x85\ \x4f\xcf\xee\x17\x69\x3f\x75\xc7\xaa\xd9\x75\x24\x01\x27\xaf\xbe\ \x95\xe9\x3e\x6d\xdf\x7f\xad\xd6\xe8\x99\x6d\x1c\xc3\x76\x1f\xb8\ \x1c\xf5\xea\xf0\xc4\xa5\x57\x6a\xf4\x1a\xe2\xa0\xfa\x1c\x93\x92\ \x93\xa7\xc9\x9d\x83\xbb\xc3\x1c\x5a\xcf\x19\xd7\xf4\xd2\xd6\x15\ \x8f\xa3\x3e\x87\xc6\xdb\x4e\xde\xb0\xae\x95\xe3\xa7\x4d\xa7\xef\ \xc6\xfa\x9f\x9c\xbc\xee\x76\xdb\xb1\x33\x2a\xe7\xde\xdf\x78\xf0\ \x6d\xd4\xfb\x97\x25\x3b\x4c\xdf\xb1\x72\x4e\x99\x94\x33\x43\xe7\ \x9c\x6a\x38\x64\x5a\x13\xf3\xb7\xeb\xb7\x5f\xfc\xb6\xf2\x51\xb4\ \x18\xc9\xcf\xb9\x16\xc7\x88\x66\x9c\x38\x4c\x83\x31\x14\x77\x04\ \x11\xa6\x22\x24\xb6\x8c\x9b\x81\x8f\x37\xa5\xca\xe5\x27\x4f\x7b\ \xc9\x82\x33\x4c\x9b\x8f\x24\x98\xc7\x72\x26\xf5\xc3\xd2\x80\x89\ \x15\x56\x1a\x36\x2e\xc6\xba\x0d\x5d\xea\x52\xa1\x1a\x40\xd8\x23\ \x86\x8d\xc4\xb1\x3d\xcd\x3c\x38\x72\x88\xba\xa3\x29\xe1\x04\x22\ \x4c\xa5\x98\x58\x53\xd4\x8d\x83\x9b\x70\x68\x40\x59\x87\xbc\x51\ \x0d\x9b\xd6\x90\x69\xc2\x93\xc3\xac\x3c\x82\x16\x4a\xd4\x65\xfc\ \x50\x7c\x4a\x53\xcc\x82\xe4\xbb\x04\x9b\x30\xa3\x2d\x42\xb0\xb1\ \xe2\xd9\x75\xcc\xeb\xd0\xb1\x04\x02\x23\x8e\x2e\x5c\xdf\xc5\xc3\ \x38\xb2\xfc\x99\xbb\x94\x54\x25\x57\x2e\xd0\x6a\x24\x85\x6d\x31\ \x8a\xb1\xb5\x22\xe7\x0b\x39\x99\xac\xdf\x40\x8c\x02\x79\x34\x71\ \x62\x2a\x15\x67\xff\x74\x2e\x27\x32\xa6\x3b\xe1\x41\x28\x63\x99\ \xbb\x88\xb2\xdd\xf1\xd6\xb2\xff\x74\xfe\x63\xbe\xbe\x4d\x68\x12\ \x9f\x1e\x73\x2b\x85\x99\x33\xf9\x78\x82\x6b\x61\xdc\x58\xcb\x36\ \x5f\x06\x0c\x26\x2b\x84\x14\x21\x80\x32\x25\xfc\xe1\xb3\x0f\x72\ \x6d\xdc\xce\xb9\x73\x9f\x24\x2a\x73\x3f\x5c\x3c\xe7\x9f\xae\x7d\ \x77\x70\xd8\x82\xb3\x15\x3a\x0f\x71\xcc\x89\x0e\x8f\xff\xb8\x7c\ \xc1\x8e\x62\xfd\xe6\xad\x9c\xd8\xc3\xd5\x04\x40\xf9\xe5\x65\xb4\ \xa0\x70\x0d\xe7\xe8\x79\x23\xc6\x45\x3a\xd6\x69\x5b\xd6\xfc\x73\ \x6c\xb4\xef\xe5\xdd\xbb\xfc\x4c\x17\xac\x5d\xdb\xad\x92\xd5\xab\ \x37\x51\x83\xa6\xad\x5b\x33\xb1\x7f\x61\x73\x80\xd0\x7b\xfb\xef\ \xc4\xbb\x4f\x1a\xd1\xf4\xee\xd1\xf3\x45\x3a\x8f\xaf\x2d\x78\xbd\ \xe5\xca\xab\xb0\xab\x6b\xe7\x9e\x88\x18\x3c\x6d\x9a\xe5\xfb\x13\ \x07\xae\x7c\x7a\xbe\x77\xe6\x8a\x6b\xd9\x7d\x07\xb7\x76\x2b\x56\ \xb6\x8a\x55\xf6\xa5\x2b\xf7\x05\xc6\xcc\x87\x1f\x72\x07\x2f\x5d\ \x3d\x7b\x44\xf3\x90\x87\x67\x22\x52\x94\x41\xb7\xb6\x6d\xbf\x9f\ \x3b\x74\x54\x87\xb0\x1b\x47\x2f\xde\xb8\x3c\x71\xec\x52\x49\xe5\ \xee\x6d\x2a\x38\xb9\x17\xaf\xe6\x28\x00\xf8\x78\x79\xe5\x9c\xbd\ \x1f\x07\x4c\x9d\x66\x1d\x72\x7a\xff\xe3\xf0\x97\xe7\x8f\xbc\xa2\ \xe6\xcc\x09\xed\xef\xee\x5b\xff\x30\x0d\x40\x13\xfb\xe8\x52\x88\ \xc9\xa4\x69\x6d\xac\x45\x3a\xa9\xb9\x9d\xbd\x25\xbe\xfb\x97\xdc\ \xd4\x54\x1d\xdf\xbd\x59\xd9\x5a\xd5\x45\xf0\x64\xdf\x96\xe4\xe2\ \xdd\xfa\x55\xb1\x53\x66\xc4\x6c\x9c\x3a\x7c\xdb\x3b\xa7\x39\x93\ \x5b\xc7\x3e\x3d\x13\x20\xab\x31\xb1\x73\x49\x0b\x83\xc1\xd4\xc2\ \xce\x1a\xce\xed\xda\x65\xdd\x74\x44\x7d\x27\x89\x7d\xf5\x0e\x23\ \xfb\x77\x28\x55\xb5\xac\x5b\xfe\x41\xaf\xca\xa3\x33\x27\xc7\x14\ \xeb\x3d\xa9\x5d\x69\x11\x80\xf6\xfe\xd6\x29\x8b\xcf\xc5\x77\x1d\ \xdc\x32\x2b\x2a\x42\x99\xfe\xe1\x65\x86\xed\x82\xad\x9b\x67\x0f\ \xae\x9f\x6f\xcb\x27\xb1\x29\x55\xd2\x23\xec\xea\x86\xe7\x94\xed\ \xd1\xac\x30\xa8\x7d\x2f\xad\x1e\x3e\xf3\x50\xe3\x91\x53\x8a\xdb\ \x08\x6c\xdd\x4a\x78\x19\xc3\x0e\xdd\x8a\x19\x3e\x75\x54\x21\x4b\ \xa9\x48\x66\x22\x12\x0b\xac\x8b\x37\x9e\x36\xa1\x7d\x09\xef\x32\ \x65\x9d\x05\x18\x25\x2e\x85\x8b\x39\x99\x0a\x9c\xaa\xf7\x98\xdc\ \xbd\x45\xa9\x2a\xb5\xbc\xcc\x00\x84\x19\x21\x6b\xc7\x0f\x3f\x18\ \x55\x64\xda\xe0\x26\x05\xec\xf9\x3f\x89\xd8\x50\xdf\x5c\xfb\xe2\ \xa5\x9d\x41\x1e\xf0\x36\xd3\xb2\x53\x87\x2a\x25\x4b\x78\xb9\x5a\ \x9b\x87\x3c\x39\x76\xfd\x43\xdc\xe3\x33\x87\xbe\x78\xb6\x9f\xd1\ \xaf\x36\x60\x4c\x0c\x38\x7b\xf1\x5e\x6c\xd0\x83\x63\xf7\x12\x06\ \x4c\x99\x5c\xd1\xbd\x54\xe3\x32\x8a\x13\x0f\xb5\xb3\xe7\xf5\xd2\ \x06\x3e\x17\x7b\xd6\x6c\x58\xab\x45\x9d\x42\xa9\x9b\x37\x9f\x15\ \xd8\x99\x05\xbe\x8c\x2d\xdd\xbc\xb5\x9b\x93\x63\xfa\x87\x20\x61\ \xc9\x86\x6e\xc9\x6f\xe2\x4d\xcb\xf5\xac\x57\xb6\x64\x31\x77\x2b\ \x91\xe2\xec\x91\x6b\x0d\x66\x6f\xef\x52\xdf\x45\x6f\xe1\x55\xcb\ \xc7\x0b\x80\xf8\xa7\xe1\x99\x2d\x3a\xb7\xf3\xa9\x5e\xc5\xd1\x4c\ \x9a\x12\xed\x17\x67\xe2\xdd\xa9\x66\xe9\x22\x5e\x85\xdd\x65\xb9\ \x57\x2f\x5e\x2f\xdf\x6b\x7a\xbb\x9a\xe5\x4b\xb9\x3b\x08\x8c\x59\ \xfe\xaf\xe2\xcb\xb6\x6c\xeb\xea\xe4\xf4\xe8\xfc\x55\xd7\x76\xe3\ \xba\xd5\xaf\x58\xaa\xa8\x23\x3f\x2c\x1f\xdf\xdb\xcb\x98\xf5\x0c\ \x59\x43\x5d\x47\x02\x92\xa8\x5b\x1e\x0c\xf8\x05\x53\xae\x3a\x02\ \x11\xe9\xe1\x64\x9a\x52\xde\x3a\x9f\xe3\xd6\xae\xa5\xe1\x18\x2a\ \xd8\x10\xe4\x8f\x4d\x09\x5c\x20\xe0\x3e\x16\xde\x3c\xdd\xc4\x4d\ \x0d\xdd\xca\xf1\x26\x1a\x4f\x2b\x80\xba\xbd\x38\xb1\x89\xf0\x27\ \x64\x66\x11\x9e\x49\xdd\xf2\x60\xe4\x45\x10\x95\xea\x63\xc8\x60\ \xc1\x60\x9e\x8a\xd8\xb8\x00\x6b\x21\x80\x22\x90\x30\x09\x87\x8f\ \xb3\x66\x12\x0f\x4e\x93\x02\x62\x09\x61\x7e\xd8\x7b\x63\x06\x2f\ \xfd\x70\xac\x8e\x0c\xde\xbd\xc4\xc2\x0d\x45\x24\xde\xd5\x00\xee\ \xbc\xa1\x8c\x0f\xf7\x03\x98\xb9\x95\x1d\x3b\xd0\xfa\x73\xef\x03\ \x9f\x15\x54\xad\x0d\x4a\xfc\x13\xa8\xe9\x8d\x73\x13\x8e\x1f\x40\ \xfa\x8c\x35\xc7\x48\xfa\x8c\x79\x11\x4c\xa2\xb8\x16\xcd\xba\xa5\ \x14\xd6\x51\xa2\x3e\x49\xb7\xb9\x1f\xc2\xc3\x33\xc4\x17\x62\xca\ \xc8\xfc\x4d\x94\x0f\x21\x54\xad\x45\xc4\x4b\xca\x35\xa6\x6c\x59\ \x3c\x0b\x91\x1b\xc8\x71\x3f\x96\x6c\xa0\xba\x0b\x96\x85\xa9\xec\ \x08\x60\x6a\xeb\x6e\x6b\xc1\xdd\x4b\xc7\x53\x6d\xeb\x79\x8b\x3f\ \xed\xda\x73\xbd\x71\xaf\xb6\xef\xaf\xdf\xaa\x37\x7e\x7d\xef\x66\ \x2e\x59\xd2\x42\x8d\x9a\xd5\x6c\xdf\xbc\xdc\xfd\xdd\xeb\x5e\x67\ \x5a\x58\x8a\x01\x3e\xbf\x78\x65\x5a\xb2\xbe\xea\xf6\xde\x40\xfb\ \xee\xab\x46\x76\x16\x2b\x73\xcb\x94\xaf\x55\xa5\x71\xd3\xb2\xbc\ \xdd\x7c\xec\xb1\x4e\xa7\x88\x4a\x32\xa9\xd3\xb4\x96\xb3\x83\x8d\ \x54\x08\xf0\xc1\x37\xa2\x54\xf3\x5e\xd5\x7c\x8a\x14\x29\x57\xbe\ \x51\x83\x2a\x25\x8b\x78\x39\x13\x7d\xf2\x92\x5f\xfb\x71\x73\x1a\ \x54\xac\x58\xd4\xc5\x4e\x9e\xe0\x77\xf4\x56\xf2\xbc\xdd\x0b\x6a\ \xda\x21\x74\x2b\x6d\x91\x95\x90\x6e\x5e\xb6\x9c\x34\x25\x30\xd3\ \xac\x71\xf5\xca\xce\x76\xba\xa8\xcf\xea\x2a\xa5\x0b\xdf\x3d\x76\ \x30\x2a\x26\xf8\xe8\xb1\xbb\x8d\x46\x4e\x92\xbd\xbe\x66\xac\x3b\ \x76\x5a\xaf\xc6\x59\xc9\x06\xef\x5a\x79\x8b\xef\x39\x17\xcf\x3c\ \x69\x34\x79\x59\xc3\x4a\x95\x3c\x9c\xed\x65\xaa\xf8\x67\x1f\x93\ \x1b\xb4\x6b\x5b\xb6\x62\xa9\x42\xb6\xd6\x79\x0e\xac\x49\x81\xcf\ \x75\xce\x95\xab\x9a\x90\xe2\xeb\xaf\x70\x2a\x2f\x78\x77\x64\xce\ \xb1\x98\x3e\xbd\x6a\x07\xbe\x8d\x72\xf0\xb0\x37\x26\x3d\xdf\x7d\ \x27\x6d\xd8\xa8\xae\x42\x30\x2d\x54\x79\xe3\x85\xf3\xad\xcc\x42\ \xae\x06\xcb\xe3\x42\xde\x3b\xfb\xd4\xb3\x81\x67\x77\xfc\x2d\x2b\ \x36\x30\x7e\x3c\x77\x32\xc4\x71\xe2\x90\xfa\x80\x48\x22\x09\x0d\ \x7a\xeb\xe8\x55\xde\x2e\xaf\x73\x3d\xda\x7f\x24\xdc\x6d\xee\xd4\ \x76\xf9\xcb\x59\x69\x81\x47\x6e\x45\x4f\xdc\xb6\xac\x89\x83\xc1\ \xbc\x78\x5d\x8f\xd4\xd0\x44\x93\x32\xcd\xaa\x78\x39\xda\x59\x7c\ \x9d\xbc\x2b\xce\x6f\x98\x34\xf5\xe8\x97\x19\xeb\x56\xd5\x74\x16\ \x82\x55\x97\xb1\xdb\xb6\xcf\x68\xf8\xe8\xf2\x65\x3d\x56\x1d\xfa\ \x0f\xaf\x26\x48\x8c\xd7\x7b\x56\x2e\x61\x42\xfc\x8b\x40\x85\x4d\ \x95\x72\x56\x22\xb1\xe4\xf3\x8b\x57\x52\xaf\x9a\xce\x80\xc4\xb3\ \xef\xf0\x91\x95\x9d\x24\x42\xb1\xc4\x3f\x20\xd4\xa9\x74\xa9\xbc\ \x45\x78\x59\xd1\x86\x9b\xaf\x1c\xa9\x23\x79\xf7\xe4\x43\xc1\xd8\ \xf3\x7f\x14\xc1\x4f\xfd\xed\x4b\xd4\x76\x84\x2c\xff\x67\x69\x26\ \x25\x2b\x98\xf1\xe6\xd9\x0b\xfb\x62\x55\x4c\x32\xe2\x8b\xd5\xe9\ \xbd\x70\xc1\xa2\x05\x73\xc6\xd7\xf0\xb0\x02\x74\xe9\x29\x72\x59\ \xc9\x61\xb3\x16\x2f\x59\x30\x7f\x74\xe7\x6a\xd1\x0f\xf7\x9f\x0a\ \xb4\xac\xe3\x6d\x0c\x8a\xc9\x7c\xed\xfb\xb9\x50\xf9\x52\x22\x13\ \xef\x55\x87\xb7\x08\x9e\xed\x3d\xf0\xf4\x4d\x48\x82\xda\xcd\xdd\ \xdc\xa0\x53\x3c\xf5\x0f\xf5\xac\x5e\xea\xcb\xab\x00\x51\x91\x2a\ \x76\xe8\x7d\x5f\xc4\x7a\x96\x2f\x16\x1b\x9d\xe5\xec\x6e\x96\xf5\ \xec\x71\xaa\xa9\x7b\x09\x77\x09\xa0\x8f\xf9\xf0\x59\xe1\x5c\xb5\ \x90\xe6\xe4\xc2\x45\xda\xb2\x6d\xdc\xbe\xbc\xd4\xb8\x54\xb3\x43\ \xfd\xe2\x4d\xa4\x77\x89\x52\xaa\xf4\x24\x53\x0b\xab\x9c\x2f\x8f\ \x76\x3f\x55\xb4\x6e\xe1\xfc\x3a\x3c\xc7\xd5\xcd\xd4\xa0\xcf\x8e\ \x4b\x49\x33\xb5\xb2\x50\x26\xbd\xdf\x73\x2e\xba\x7e\xdb\x46\x79\ \x4f\xf4\x78\x37\x9b\x1e\xb3\xfe\x28\x1d\xcb\x82\x02\x85\x1c\xb9\ \x9c\x3b\x1b\xf8\xe2\x49\x9b\xb2\x00\xef\x1e\x62\x5b\x8e\xbc\x05\ \xc0\xa0\x0b\xbc\x91\x31\xac\x05\x80\x56\x41\xae\x9a\xa4\xcf\xac\ \x3e\x47\xbb\xf6\xe8\x85\x78\x08\x98\x31\x82\xc0\x34\x62\x02\x49\ \x48\x45\xaf\xc5\xff\x0d\x22\x6b\xc4\x42\xe4\xb9\x28\xe4\xdc\xdb\ \x44\xb4\x27\x1d\x3d\x99\x37\x0e\x63\x53\xf6\x2e\xc5\xd5\x9c\xe8\ \x40\xc2\x12\x31\xea\xd0\x68\x30\x97\xf2\xe1\x15\x36\xc5\xb0\x05\ \x8c\x3c\x0b\xa4\x5c\x5d\x00\x85\x1a\x85\x9c\xa4\x30\xb6\x9c\xa3\ \x7b\x5f\x44\xe9\x28\x75\x84\xdf\xe1\x7a\x32\x3d\xeb\x93\x93\x83\ \xcc\x82\x8c\x60\xd2\x65\xf8\x14\x22\x35\x03\x6d\x36\x97\x57\xa3\ \x2d\x47\x75\x27\x72\xb5\x38\x38\x20\x11\x21\x36\x25\x3a\x00\x53\ \x27\x74\x89\x64\x4a\xb0\x83\x4b\x0f\x29\x5b\x85\x8c\x24\x0a\x37\ \x62\xe1\x62\x16\xce\xa2\xbc\x14\xff\x40\xf4\x19\x04\xe5\x50\xa9\ \x04\x2f\x83\xa8\x58\x95\x97\xfb\x08\x32\xa1\xba\x35\xa9\x72\xec\ \x4d\x78\x7a\x03\xf3\x72\xe4\xad\x14\x5a\x39\x15\x56\x7f\x38\xb5\ \xee\x96\x6e\xd6\xac\xae\x8f\xb7\x2c\xb8\x9e\x55\x69\x50\xab\xb2\ \xf1\x71\xc9\x36\xb6\xe6\x49\x0f\x4e\x7d\xd2\xbb\x7b\xca\x64\xad\ \xa7\x6e\x1b\x53\x2a\x7e\xd5\xc6\x2b\x79\x15\x1e\xfa\x21\xc6\xd4\ \xcb\x43\xf1\x39\x1e\x73\x1b\x6d\x6e\xf8\xf5\x67\x49\x5e\xc5\x3c\ \xcd\xec\x6b\xee\xda\x3d\xff\xf3\xc9\x1d\xc7\x6f\xbd\x4e\x34\x5a\ \x3a\xda\x68\x55\x6a\x1d\x80\x3e\xe6\x69\x98\xb2\x6a\xdd\xe2\xb1\ \x6f\x9f\x28\x6c\xbd\x3d\xc9\x7a\x1e\x92\x52\xa9\x88\x4b\x46\x56\ \x96\x85\xb9\x69\xf2\xfb\xa3\x17\x3e\xd9\x34\xaf\x69\x1e\x97\xa1\ \xb7\x15\x68\xef\x5c\xb9\x21\xf3\x28\x9c\x1e\xfb\x41\x54\xd4\x9b\ \xc4\x4f\x99\xe6\x5e\xc5\x9c\x04\xba\xc4\xa0\xe0\x4c\x73\x1f\x6f\ \xab\xc4\x64\x69\xeb\xe1\xf3\x16\x2d\x58\x38\x79\x60\x4b\x5d\x56\ \x92\xc4\xca\x5a\x95\xe6\x7b\x3b\x58\x5e\xad\xa2\x73\xde\x36\xd9\ \x97\x54\xa5\x95\x9d\x69\xca\xbb\x23\x37\xa3\x4c\xea\xbb\x8b\x83\ \xe3\x04\x55\xcb\xb8\x65\xfa\xde\xce\xb1\x2e\x53\xde\x2a\x6f\xd7\ \x54\x95\xab\x50\xa5\x24\x85\xad\xdc\x71\xa5\x5e\x97\x0e\x42\x5d\ \x8e\xa7\x97\xe5\xd9\x85\xe3\x8e\xbe\x4c\x30\xc6\x85\x1c\xdd\xb9\ \xc7\xb1\xd5\x98\x06\xee\x92\xf4\xd4\x84\x1c\xb5\x21\xed\xd3\xab\ \x88\x0c\x91\x87\xbd\x44\x99\x93\x23\xd7\xa8\x13\x22\xee\xae\xbf\ \x99\x3c\xa0\xab\xf7\x9e\x4d\x27\x6b\x0c\x1e\x57\x22\x6f\xa7\xdd\ \x90\xfe\xf6\x6d\x52\xc9\xaa\xd5\x01\xb4\xc9\xbb\x77\x5c\xaa\x37\ \x68\x42\xd1\xaf\x66\xcc\x3a\x79\x6a\x42\x8e\xd8\x4e\xa6\xb9\x73\ \xe1\xa6\xa0\x94\xb7\x22\xfa\xb3\xda\xd2\x51\xac\xd2\x68\xf2\x22\ \x30\x1a\x72\x2f\x2c\x1f\x7f\xea\xb3\xd7\xde\x93\x9b\x1b\x14\xb3\ \xd5\x64\xa5\x24\x67\xe6\xea\x14\xc9\xfe\xef\xa3\xec\x5c\x5d\xd3\ \x3f\xbf\x0f\x8a\xce\x50\xeb\xf4\x4a\xb9\x5c\x91\x11\xbb\x7d\xc9\ \x66\xfb\x86\x7d\xab\x59\x01\x8a\xc7\xaf\x13\xbc\xeb\x54\x00\x7d\ \xd4\x87\xd7\x61\xf1\x59\x00\xba\xf8\x37\x21\x49\xe5\xcb\x94\x05\ \xd2\x13\x12\x15\x5a\x7d\xf2\xfb\x37\x31\x72\x33\x07\x33\xf5\x87\ \xd7\x6f\x52\xe4\x86\x7f\x63\xf6\xfc\x2b\xcf\xd4\xcc\x0d\x49\x10\ \x57\xee\x56\x15\xf8\x18\x9a\xe2\x51\xad\xb6\x39\xba\x88\x58\x41\ \xe9\xde\xd5\x6a\xba\x1b\x5c\xae\xad\x18\x3d\xea\x86\x77\xab\x61\ \xf3\x07\xb7\x34\x13\x20\x29\x5e\xbf\x67\xb3\x8b\xeb\xa7\x8e\x76\ \xf1\xac\x30\x6e\x64\x83\xe3\xbb\x1f\xf5\x5e\x73\xd2\xe5\xd1\xf2\ \xc3\x27\x4e\xdb\x19\x9c\x9a\x54\x96\x1d\x5e\x3a\xec\xee\xc7\x34\ \x51\x99\x2e\xdd\x2b\x7a\xbf\xac\xe0\xb8\x61\xd6\x00\xe5\xa0\x11\ \x46\x95\x59\xfd\xd2\xce\x61\xf7\xb2\x2b\xd7\xad\x88\x31\x2e\x46\ \xe7\xd0\xbe\x51\x6d\x93\x8c\x0a\x2b\xa7\xf4\xda\x1e\xfe\xb6\x54\ \xff\xad\xae\x62\x80\xd8\xf0\x88\xa0\xf7\xaf\x17\x8d\x1e\xe9\x54\ \xaa\xc1\xba\xb9\xbd\x5e\xaf\xba\x57\xba\x7e\x75\x54\xb1\x09\x2a\ \xbb\xd6\xd5\x2b\x17\x33\x6f\x33\x66\xc5\xa8\x5e\x47\xec\x9a\x8c\ \x59\xd0\xb6\x64\x89\xcc\x0a\x0e\xdb\x66\xf4\xcb\x1a\xb3\xac\xe7\ \xc0\x7e\x93\x17\xce\xec\x7e\xce\xa6\x7a\xff\xb9\x83\x6a\x3b\x00\ \xa8\x39\x78\x98\x54\x4b\x96\x8e\xa4\x68\x0b\xe6\xf6\xa4\x57\x73\ \x56\x8e\xa6\x50\x09\x56\x2e\xcb\x27\x88\x90\x54\x6a\xf4\xce\x7f\ \xfe\x1b\xf7\x69\xd2\x8f\xbc\x61\x68\xa5\x36\xd8\x8c\xa6\xf7\x68\ \x9a\x0f\xa6\x6b\x6d\xa4\xb5\xe9\x0e\xd7\xd7\x11\x5c\x96\xce\xe5\ \x18\x3f\x8e\xd8\x5c\xb0\x62\xde\x12\x2c\x2c\xe9\xd2\x84\x35\x63\ \x71\x2e\xce\x9a\x15\x64\xdd\xe3\xfc\x2b\xca\x4b\xe8\x7f\x97\x31\ \x33\x09\xdc\x4f\x52\x03\x66\xb7\xa6\x8d\x37\x03\x3a\x63\xe3\xc0\ \x9c\xc5\x98\x02\xe9\x64\x98\xd3\xc7\x1b\xa0\x59\x57\xce\x4d\xa3\ \xcf\x13\x3a\x4c\xa1\x4d\x29\x02\xba\x32\x69\x25\xaf\xbd\x98\xb4\ \x1c\x2f\x17\xfa\x76\x60\xe5\x78\x8e\x5b\xd1\x7b\x3a\xe5\x3d\xe9\ \x54\x87\xc5\x7d\x29\x5c\x8e\x0d\x8b\x49\x7d\xc1\xec\x35\xa8\xf5\ \xd8\x56\x64\x45\x37\x74\x4f\xc8\x38\x8e\xa2\x3b\xf5\xcd\xe9\xdd\ \x19\xbf\x8f\x1c\x9c\x4e\xf5\xe2\x9c\x1d\xcf\x98\xd1\x54\x6c\x45\ \x0b\x09\x87\x62\x98\x59\x1d\xb9\x23\xa5\x8c\x3c\x0a\xc0\x7f\x0e\ \xae\xae\x2c\x5a\x49\x69\x67\x9a\x5e\x66\x42\x0f\xde\xf9\x31\x33\ \x9f\x09\x31\xb3\x73\xb5\x37\x4a\xca\x75\xee\xdf\xa4\x84\xdf\x52\ \xbd\xed\xc8\xe9\xa3\x1d\xcd\x65\xed\xdb\xd4\x9c\x3f\xab\xc7\x23\ \x37\x33\xef\xf2\x2d\x43\xae\xee\x98\x76\xfa\x99\x52\x67\x33\x6c\ \x5a\xfe\xe7\xaa\x42\xc3\x3a\x27\xce\x5f\x37\x8e\xe9\xe9\x30\x7b\ \x69\xcf\xe1\xee\x02\xd7\x32\x1e\x92\xe8\x8d\x53\xc7\xbd\x8e\xcd\ \x2e\xd4\xbc\x67\xe7\xe6\xb5\xe3\x2f\xed\x9d\xd1\x6b\xc4\xf0\x85\ \xab\xbb\x55\x71\x30\x26\x05\xcb\x6d\x4a\xd6\x2d\x2a\x89\xb8\x11\ \xef\x5d\x75\x90\x28\x27\x2a\x53\xe0\x56\xba\x5a\xed\x12\x29\xb5\ \xe6\xce\xee\x7b\xc9\xda\xb1\xf7\xec\x85\x0d\x2b\x3b\x7c\xac\x70\ \x7c\x4c\xd7\x5e\x85\x4c\xc4\x95\x3a\xd8\xc7\x7d\x79\x5d\xa9\x62\ \x8b\xb8\xf0\x33\x16\x9e\x65\x1d\x45\xa4\xc5\x84\xc8\x3c\x2b\x96\ \x77\x71\xa2\x5f\xf3\x39\x1b\x26\xbc\xb1\xf3\x18\xbc\x64\x59\xdb\ \x9e\x3d\x2f\x4f\x9d\x3b\xd0\xd7\x43\xe6\xe1\x53\xc8\x2c\x6f\xd1\ \xd3\xa9\x6f\xaf\xfa\xf3\xa7\x74\xbd\xef\xe8\xd8\x6b\xfe\xb2\x52\ \x92\xb7\x5a\xa7\x32\x65\x5c\xf8\x78\x3e\xb9\x48\xcd\x8e\x79\x9e\ \xcb\xee\xf5\x7b\x56\x3c\x36\xa5\x67\xdf\x97\x55\x3a\x4c\x1e\xd1\ \xca\xc7\x4a\xe8\x73\xb0\x29\x39\x2f\x0e\x8b\x2b\x5b\x0c\xaa\x94\ \x3b\xea\x9a\xe3\xea\x59\xb5\x40\xf9\xf4\xd8\xd2\x9d\xf7\x13\x51\ \xeb\xea\x0c\x9b\xdb\xda\x5d\x9a\xd5\xba\x97\x60\xc2\xea\xde\x01\ \x85\x7b\xcc\xda\x58\x2c\xfa\xc2\x7e\x63\x8d\xdd\xcd\x8a\xe4\xef\ \x75\x66\x47\x25\x8b\x3d\x9b\x54\xb6\x07\x72\xc2\xee\x86\x89\xca\ \x2e\x6d\xe5\xf5\xad\xb3\x49\x5d\xaa\x75\xad\xb6\x77\x66\xd7\x3e\ \xce\x52\x5d\xa9\x5e\xce\x85\x2b\xd5\xb0\xda\x31\xa7\xef\xd0\x8c\ \x65\xab\xe6\x54\x74\x13\x69\x52\x42\x8e\x1f\x7f\x90\x56\x42\x39\ \x63\x40\xbf\x72\xfd\x16\x0c\xb0\x7d\x3f\x63\xe9\xbe\x2c\x9d\xd1\ \xac\x68\xe3\x15\xa3\x5a\x3f\xdb\x34\xe4\xa9\xfb\xa8\xb5\xfd\x5a\ \xb4\x2c\x75\x62\x7c\xcf\xfe\x85\x6b\xf5\x5a\x31\xa1\x25\x80\x32\ \x22\x5e\xe8\xdc\xb1\xbc\x1b\xe4\x5c\xd8\xba\x5c\xd7\x76\xd9\x74\ \x57\x6b\x7d\x6a\x5c\xb6\xb8\x70\xf9\x32\xae\xa0\xbe\xbd\x6f\xf9\ \x31\xff\x58\xbd\x56\xd0\x64\xfc\xf2\xa6\x0e\x31\xa3\x46\xed\x18\ \xb4\x75\xaf\xa3\xf9\xbf\xad\xcb\xc3\xbf\x6e\xef\xf9\xe7\x61\xd4\ \xe9\x8d\x62\x91\x10\xd0\xeb\xf5\x42\x91\x48\x00\x7a\xbd\x21\xbf\ \x14\xbd\x2a\x3b\x57\x2d\x31\xb5\x30\x95\x7e\xdf\x4d\x55\xe4\x64\ \xeb\x85\x52\x53\x99\x50\x6f\x94\xc8\x24\x02\x40\xa7\xd1\x20\x96\ \x88\x85\xa8\x15\xb9\x2a\xad\xd1\xdc\xda\x2a\xcf\xa9\x47\x91\x9b\ \x8b\xc4\xc4\x44\x22\x16\x0a\x05\x7a\xbd\x5e\x24\x12\x81\x41\x6f\ \x10\x64\x87\x3c\x3a\x70\xee\x7e\x72\x72\x6c\x48\x8a\x6c\xd2\x8a\ \x8d\x0d\x8b\xca\x40\x7f\x62\x5e\xf7\xab\xa2\xde\x3b\xa6\xb4\xb4\ \xb2\x34\x07\x74\x7a\xbd\x58\x24\xc2\x68\xd0\x1b\x11\x09\x85\x80\ \x56\x91\xa3\xc2\xc4\xd2\x2c\x6f\x81\xc8\xa8\xc8\xcd\x41\x62\x6e\ \x26\x13\xe9\x55\xb9\x72\xbd\xc4\xca\xfc\xa7\x18\x40\x7a\x2d\x6a\ \x2d\x62\x19\x79\x8a\xeb\x34\x88\xa5\x7f\xb4\x46\x34\x3a\xa4\xbf\ \xfa\x7e\x19\x74\xa8\x75\xdf\xad\x8b\xfe\x51\xac\x4a\x89\xc1\x88\ \xd9\xcf\x16\x4b\x6a\x25\xb2\xdf\xb7\xff\xd3\xe8\xf9\x5e\xb5\x3a\ \xf4\x62\x44\xdf\x2d\x57\xd0\x49\xf8\x66\x91\xf2\x63\x59\x1a\x15\ \x06\x01\x26\x3f\x3c\xf1\xa3\xd3\x3c\x8f\xe0\x73\x30\x26\x95\x59\ \x39\x19\xd3\xaf\xfa\x48\x4d\x11\xc2\x93\x23\xac\x3d\x40\xd3\x65\ \xb4\x8b\x66\xec\x03\x4e\x6d\xc2\xdc\x04\x20\xe4\x3e\x67\x5f\x90\ \x16\x49\x86\x23\x1b\x97\x63\xfb\xb5\x2c\xa3\x31\x2f\x3e\xc0\x4f\ \x56\x96\xaa\xdc\x1c\x83\xd4\xcc\x4c\x2a\xd2\x69\x55\x0a\x85\x5a\ \x64\x62\x61\x2e\x13\xfd\x50\xe1\x6a\x81\x44\x26\xd4\x29\xb3\x55\ \x58\x5a\x98\x0a\x8c\x7a\xa5\x42\xa1\xd1\x61\x69\x6d\x29\x04\x0c\ \x9a\xdc\x5c\xb5\xd4\xdc\x42\x2a\x12\x60\xd0\xeb\x11\x89\x84\xe4\ \x37\x09\xa3\x41\x6f\x14\x88\x84\x02\x40\x95\x9b\xad\x97\x58\x98\ \xcb\xf2\x5a\xb8\x31\x37\x3b\x47\x62\x6e\x25\x13\x19\xf5\x7a\x83\ \x48\x97\x34\x77\xf0\x50\xfb\x81\x7b\x27\x35\x73\xfd\x21\x07\x1a\ \x45\x8e\x52\x27\x30\xb3\xb0\x90\x08\xd1\xab\xe4\x0a\xbd\xd8\xf2\ \xe7\x96\xa0\xce\xcd\xd6\x4a\x2c\x2c\x64\x42\x0c\x7a\xbd\x40\x24\ \x12\x7c\x6f\xe7\xdf\x2a\x3a\x57\xa1\xb7\xb0\xf8\xfe\x92\x0c\x7a\ \xbd\x51\x1d\x3f\x7f\xf8\x68\x87\xfe\x5b\x26\x35\xf7\x02\xf4\x1a\ \x95\x5c\xa5\x16\x4a\xcc\x2d\x4c\xc5\x5f\x33\x29\x14\x7a\xa9\x85\ \x3e\x64\x64\x9f\x05\x8d\x57\x1e\xe9\xee\xf3\x35\x8e\xc4\x0f\xca\ \x19\xf5\x5a\x83\x50\xf2\x0f\x46\x4a\x46\x79\x76\x8e\xc4\xcc\x52\ \x2a\x16\xe4\x19\x15\xe5\xa8\x8c\xe6\x16\x66\x22\x01\x46\x83\x41\ \xa7\xd3\x69\x35\x4a\xb5\xd6\x28\x35\xb3\x30\x93\x08\x94\x0a\xb9\ \xd6\x20\xb2\xb2\x32\x17\x80\x5e\xab\x35\x0a\x45\x62\x91\x10\xf4\ \xb9\xb9\x2a\x0b\x8b\x7f\x2c\xd1\xa8\xd3\xea\x04\x22\xb1\x48\x28\ \xf8\xe9\xa2\x46\xad\x50\xaa\x85\x32\x0b\x0b\x13\x11\x18\xb4\x5a\ \x83\x58\x22\xfe\x3f\x11\xf2\xe5\xaf\xb6\x96\xff\x3f\x01\x65\x72\ \xe4\x33\xbf\x80\x5c\x83\x89\x4f\xf5\xfa\xde\x2e\x79\x8d\xc0\x10\ \x17\x16\xa8\xb5\x29\xe9\xe5\x64\xf2\xdf\x91\xac\x52\x11\x11\x91\ \x1f\x19\x04\xc0\xf8\xdd\xcd\x89\x1f\x63\xa5\x0b\xf8\xfe\xe7\xc7\ \xdf\xe4\xe7\xfd\xa5\x11\xbe\xe0\x07\x72\xe1\x1f\xc4\xfe\x74\xf7\ \x07\x99\xbf\x11\x98\xe7\x02\xf6\x7b\xb7\xfe\x8b\xbf\x3f\x97\xf5\ \xe3\xad\x08\x7f\xde\x47\x63\x62\x4f\xbd\xba\x58\x09\xf3\xed\xf6\ \xbf\xd5\x40\xd0\x23\x62\x44\x34\x6f\x44\x76\x18\x89\x62\xca\x78\ \x62\x34\x62\x84\x84\x8f\xbc\x08\x41\x64\x41\x9d\x06\x94\x70\xc2\ \xd5\xfd\xef\xdb\x66\x34\xc9\x01\xa7\x6f\xc7\xb4\xea\xd9\xce\xfe\ \xaf\x99\x98\xa9\x33\x3e\x84\x24\x14\xa9\x50\xda\xe2\x9f\xd2\x8c\ \x3e\xfb\xcb\x87\x68\x6d\xf9\x72\x45\x0b\x7c\x57\x0b\xd8\xf3\xdb\ \xb7\xd7\x28\xfc\xe3\x66\xcd\x46\xa3\x01\x81\xf0\xef\xf1\x2d\x8b\ \x8f\x67\xd9\x32\x84\x22\xc4\x42\xb4\x5a\x8c\x02\xa4\xd2\xaf\xc3\ \x27\x03\x1a\x2d\x02\x11\x12\x31\x46\x03\x5a\xed\x57\x26\x12\x21\ \x11\xa2\xd5\x82\x10\x89\x04\x01\xe8\xb4\xe8\x0d\x20\x40\x2c\x41\ \x24\xf8\xfa\xf7\xc7\x77\x91\x97\xd2\x88\x56\x8b\xc1\x88\x50\x8c\ \x44\x04\x06\x34\xba\xfc\x51\x5b\x9e\x9c\xbc\xbb\x80\x48\x8c\x10\ \xb4\x5f\xc3\xe6\x8b\x25\xa0\x47\x67\x40\x20\x40\x2c\x41\x28\x40\ \xaf\x45\xf7\xb5\x08\x91\x04\xb1\xe0\xb7\x87\x85\xfc\x97\x90\x9a\ \x62\x22\xc1\xa8\x47\xa9\xfc\x2e\xea\x1b\x64\xe6\x48\x05\xc8\xe5\ \x08\x24\x48\x05\x28\xbf\xfa\x83\x89\x65\x98\xc9\x30\x1a\x50\xa9\ \xa8\x54\x85\x01\xfd\x7f\x87\x23\xf2\xe7\x0d\x7f\xce\x94\x43\x21\ \xd7\x9b\x99\xcb\xfe\x68\x8b\x33\x08\x7f\xa7\x5d\xeb\x75\x06\x91\ \x58\x58\x70\xc0\x53\x01\x7b\xfe\x51\xf6\xfc\xeb\xd6\x3d\xb5\xd9\ \xc9\xe1\x91\x89\x42\x73\x73\x81\x56\xa9\x54\x0b\x9c\x4c\xd3\xb7\ \xec\x7d\xd8\x77\xfe\xdc\x32\x7f\xcc\xa6\x3a\xc5\xef\xcc\x8a\xeb\ \x19\x73\x17\x0c\xb7\xfb\x45\xd3\xd6\x67\x24\xa5\x8a\xad\x1c\x2c\ \x4d\x7f\xdd\xf1\x72\xd2\xd1\x99\x60\x2b\x22\x25\x1b\x07\xc7\xfc\ \xbe\x91\x96\x84\xc4\x0a\x2b\x53\x80\xd8\x08\xd2\x95\x58\x39\xe0\ \x5e\x88\x9f\x66\x1a\x3a\x62\x22\xc9\x31\x52\xdc\x9b\xbc\xde\x99\ \x11\x4b\x82\x9c\x62\x25\x71\x75\x65\xdb\x36\x00\xb5\x2e\x3f\x26\ \x48\x6a\x3c\x0a\x1d\x32\x33\xa4\x66\xd8\x9a\x01\xa4\xc4\x63\xee\ \xca\x8f\xd3\x6b\xa5\x06\x53\x29\x40\x7a\x02\x2a\x31\xae\x8e\xdf\ \x16\x29\x48\x90\xe3\xe2\xf8\x0b\xe5\xbf\x47\x2a\x01\x74\xc4\x26\ \x60\xe1\x8c\xcd\xd7\x99\xb5\x32\x8d\x1c\x29\x4e\x3f\xb8\x75\xe8\ \x0c\xfc\xe8\xc3\xf8\x8d\x0b\x94\xe9\xa4\x6b\x70\xfb\xee\x64\x40\ \xdc\x7d\xce\x25\x33\xbe\xe7\x5f\xdc\x50\x0d\x3a\x45\x4a\x96\xdc\ \xde\xda\xfc\x37\x6d\x4f\x7d\x6e\xc3\x82\x64\x9f\x7e\xa3\x5a\x96\ \xf9\x53\xe2\x7c\x77\x2d\xb8\x24\x68\xbb\x72\x78\xad\xff\x32\x65\ \x56\xe8\x9d\x45\x07\xde\x4d\x5c\x32\xcd\xf3\x1f\xd8\x53\x9b\xf8\ \x68\xee\x9a\xc7\x23\x56\xce\x2b\x2a\x44\x00\x21\x77\x76\x2f\xde\ \x72\xdb\xae\x6a\xeb\x45\xf3\x07\x3b\xfc\xc9\xc7\xcb\x4c\x43\x66\ \x83\xa9\x08\x74\xa4\xa4\x61\xed\x88\xf4\xbf\x37\x08\x89\x8f\xc3\ \xce\x19\x13\x71\x01\xc5\xfd\xed\xf0\xd7\xcd\x03\x72\xa3\x03\x4e\ \xef\xde\x30\xb0\x7d\xbd\x6e\xa3\xe7\xec\xdd\x7f\xfa\xfa\xdd\xab\ \xc1\xe9\x42\x4f\xab\x3f\xfa\x99\x7f\xf7\xf2\x41\x82\xd1\xd2\xee\ \x57\xfa\xea\x93\xdf\x4e\x19\x3e\xf1\x65\xda\xef\x8c\x59\x8c\x2c\ \x1f\xcd\xc9\x20\xde\xed\xa3\x46\x23\x3e\xea\x00\x92\x1e\x52\xa3\ \x36\x57\xa2\x21\x97\x75\x13\x18\x31\x99\x95\x4b\x58\xbc\x85\xc4\ \x9f\x0f\x77\x7b\x7b\x87\x45\x8b\x98\x39\x9c\xc9\x9b\x00\x42\xae\ \x32\x68\x08\xe3\x07\xb1\xf0\x10\xc0\x97\x77\x4c\xee\x4a\x93\x11\ \x64\x00\x72\x76\xaf\x63\xed\x1a\xba\xd6\xa5\xc9\x24\xd4\x0a\xd6\ \x8c\x65\xc0\x60\x5a\xb4\xe3\x43\x46\xde\x54\x9f\xd5\xfd\x28\xd7\ \x82\x38\x48\x0f\x64\xd3\x2a\xc6\x76\x65\xf8\x26\x80\xd0\xeb\x74\ \xea\x44\xbf\x0e\xcc\xdc\xcf\x6f\x7c\x44\xee\x1c\x62\xe2\x24\x7a\ \xb7\x65\xc9\x59\x80\x27\x47\x59\xba\x94\x36\xcd\xb8\xf0\x01\xe0\ \xc6\x56\x3a\xf7\xa7\x43\x73\xf6\x3c\x03\x78\x77\x9b\xee\x0d\xe9\ \xbb\x08\xc0\xa8\xe4\xfe\x29\xea\x97\x60\xe3\x6d\x80\xa8\x27\x8c\ \x19\xc7\xb8\x3e\xf4\x5f\xca\x37\x47\x12\xcb\xa2\xd4\xaa\xf0\x97\ \xb7\xb8\x9c\xf0\x89\x7d\x47\xdf\x8b\xfb\x47\x3f\xc2\xe4\xa7\x4f\ \x02\x4c\x6c\xdc\xfe\xa4\xb8\xec\x3b\x0f\x5f\xcb\xdc\x9d\xfe\x48\ \xd2\x98\x0f\xf7\xc2\xd3\xa4\xce\x92\x5f\xdc\x4a\x7d\x7d\x2f\x20\ \xd9\xb4\x90\x04\x40\x9b\xfc\x64\xf9\x86\x9b\xdd\x96\x6d\x5a\x3d\ \xb5\x8f\xc3\x9f\x6e\xe5\x8c\x69\xc0\xc0\x6d\x00\x29\xaf\x18\x30\ \x9a\xf8\xff\xce\x9e\xb3\x81\x9d\xa3\xa8\xd4\x95\x28\x75\x01\x53\ \xfd\x67\xb3\xa7\x6d\xb9\x66\x0b\xb7\xaf\x6f\x56\xa1\xe2\x84\x15\ \x87\xb7\x6e\x59\x54\x46\x1f\xfd\xee\xc5\xb5\xfe\x1d\x7a\x6c\xbb\ \x16\x04\x7c\xf1\x3d\x33\x61\x50\xb7\x6e\xdd\x86\x9c\xf1\xcf\x5f\ \x49\xc8\xfe\x70\x79\x64\xef\x8e\xdd\x3a\x76\x5c\xb0\xf7\xbe\xd6\ \x48\x4c\xc8\x9b\x80\xdb\x07\x3a\x74\x1d\x7a\xe9\x5d\x0a\xe8\x5f\ \x9d\xdd\xd8\xaf\x6b\x97\x8e\x03\xa6\xbf\x4e\xd1\x29\x53\x3f\xbe\ \x7e\xe3\xbf\x69\xd6\xa8\x1b\x91\x8a\xc8\x7b\xbb\x07\x74\xef\xd2\ \xbe\xcf\x84\x7b\xe1\xf9\x2c\x61\x88\xe5\x53\x26\xb5\xdc\xb9\xf5\ \x1c\x9d\x82\x0f\xb1\x90\xc3\xf2\x75\xa8\xad\x28\xe6\xc6\xf1\x79\ \x3c\x30\xb2\xfb\x28\xc7\x4f\xb3\x63\x2e\xbf\xe9\x5a\x85\xab\xb2\ \xe9\x18\x3b\xc7\x13\xf0\x1c\x79\x3c\x0b\x36\x31\x64\x1b\x7b\xe6\ \xf3\xfa\x1e\x39\x5a\xfc\x7d\xf9\x94\x41\xe9\x52\xd8\x02\xe6\xcc\ \x5e\xc7\xf2\xa1\x14\xad\xc5\xb1\xd5\x3c\xde\xce\x73\x19\x67\xaf\ \x52\x4d\xc8\x83\x50\x30\xb0\x6b\x3e\x57\x22\xa8\x58\x05\x57\xb0\ \xf4\xa0\xd7\x10\xea\x55\xc2\x4c\x86\x21\x99\xf9\x1b\x18\xb0\x95\ \x7d\x0b\x79\x7d\x97\xac\x9f\x2b\xad\x7c\x73\xf6\x9d\x60\x49\x1b\ \x9e\x3e\x04\x28\xdd\x94\xa1\x3d\x28\xe3\x8a\x40\x42\xf2\x73\xd6\ \x5d\x67\xdd\x09\x96\xb6\xe2\xce\x0d\x8c\x2a\x9e\xf8\x92\x9c\x4b\ \xf9\x06\x00\xe9\x61\xf8\x3d\x45\x65\x43\xb9\x12\x00\x0e\xa5\x59\ \x77\x88\xbd\x8b\x09\x79\x4e\xba\x21\xbf\x67\xee\xdb\x8f\xc1\x06\ \xdf\x13\x74\xeb\x48\xbb\x6e\x9c\x7f\x0b\x10\x78\x9b\xb1\x03\x68\ \xd7\x8a\x9d\x77\xf3\x06\x6c\xe1\x2b\xa7\xcc\x7a\x99\x49\xf6\xcb\ \xa3\xa3\x26\xef\xd5\xc0\x8b\x43\xf3\x97\x1d\x7b\xa7\x48\xf2\x5f\ \x3e\x79\x68\xc7\x0e\x6d\x86\xac\x3c\x9d\x96\x11\xbd\x79\x4a\xff\ \x1e\xbd\x7a\x6d\xbe\xe4\x9f\xa7\xf6\xa7\x27\x7b\xfb\x76\xec\xd0\ \xa9\x6d\xe7\x75\x17\xdf\x01\x89\xaf\xcf\x8d\x1d\xd0\xad\x43\xc7\ \xfe\x27\x5e\xa5\xea\xb3\xc3\x5f\xf9\xbf\xdd\x3b\x7f\xd8\x71\xff\ \x7c\xa7\x32\x79\xcc\xcb\xe5\x53\x86\x75\x6e\x3f\xe0\x96\xc2\xa3\ \x5e\x25\x8b\x27\x47\x96\xf6\xec\xdc\xb9\xfb\xe8\x55\x31\x99\x29\ \x87\x96\x4d\x3d\x1f\x90\x4e\x96\xdf\xe4\xf1\x33\x3e\xea\x49\x7a\ \x76\x70\xf6\xba\xe3\x6f\x9e\x1d\xeb\xdf\xa9\x43\xc7\xb6\x5d\x36\ \x5e\x0f\x35\x28\xc3\xc3\x73\xac\x9a\x54\x29\x26\x8f\x7a\x3c\x63\ \x58\xef\x4e\xed\xba\x6d\xbd\x12\x08\xa4\x06\xde\x99\x3f\x61\x50\ \xc7\xb6\x2d\x47\x6f\xb9\x8f\x51\xfd\xe0\xc8\xea\x41\x3d\xbb\x8c\ \x5c\x78\xa5\x74\x93\x8e\x52\x79\xc4\xe6\x19\xc3\xba\x77\xef\x32\ \x67\xcf\x6d\xad\x5e\xeb\x77\x76\xf3\x88\x7e\xdd\x7b\xce\x3a\xea\ \xd9\xa4\x51\xde\x2c\x21\xc5\xff\xce\x8b\xf0\x98\xf3\xdb\x0f\x06\ \x7d\x7c\x39\x67\x60\xbb\xae\x3d\x27\x3d\x08\x8c\xb9\x7f\x70\x61\ \xd7\xce\x9d\x7b\x4d\x5a\xff\x59\x6d\xc8\xfd\x78\x77\x7c\xbf\x0e\ \x1d\xdb\x75\x9f\x38\x63\xd6\x88\x7e\x9d\x3a\x0e\x9e\x1b\x90\x9e\ \xff\xd5\x4d\x0f\x27\xcd\x8c\x4f\x77\x88\xd4\x11\x1d\x8a\x55\x49\ \xdc\x0c\xec\x5f\x42\xb7\x1e\x4c\xdd\x4a\xd8\x73\xc6\xce\x21\x5b\ \xc9\xca\x19\xdc\x0f\x66\xe3\x5c\x1e\xc5\xa1\x88\x60\xd6\x42\xc2\ \xc2\x99\x31\x84\x5e\x3d\x39\xe3\xff\xfd\xab\x7f\x74\x09\x47\xde\ \x51\xb3\x2a\x9e\xe6\x05\x4c\xf5\x9f\xcd\x9e\x80\x26\xfa\xcd\xfb\ \x34\xab\x52\x25\xad\x41\xf1\xc0\x2f\x6b\xc8\xba\xa3\xcb\x06\x94\ \x3e\x75\xf4\x78\xe8\xa7\x17\x8b\x37\x5c\x6c\x30\x6a\x5e\x35\xc9\ \xc7\x53\x77\xde\xe7\x25\xbe\x7d\xf4\x48\x46\xd9\x61\x5b\x57\x0f\ \xf3\x3b\xb6\xe9\x5e\x44\x44\x48\x82\xc3\x82\x03\x87\x47\x54\xd1\ \xec\xbf\x78\xf7\xd3\xf3\xa3\xb3\xf7\xbd\x1b\xb9\x7c\x53\x17\xbb\ \x90\x6d\x07\x5f\x7f\x7a\xe3\x57\xaa\xfb\x82\x93\xfb\x36\x55\x49\ \x39\x3d\x6a\xc5\xfd\xbe\xf3\x36\x0c\xf2\x49\xda\xb1\xf3\x7c\xde\ \x02\x46\x4c\x28\xb9\x2e\x58\xe7\x10\xa4\xa2\x7b\x6b\x62\xdf\x70\ \x71\x2f\xc6\x0a\xd4\x2d\x8f\x79\x1c\x87\xde\xb2\x60\x05\x6e\x56\ \x68\xb3\xc9\xd6\xf0\x9b\x71\x89\x9d\x23\xc2\x48\xe6\x1d\xa0\xcf\ \x04\x3e\x5c\xc1\x58\x8d\x76\xc5\x51\x2a\x30\x37\x47\x22\xa1\xe3\ \x28\xea\x15\xa6\x64\xe5\xaf\x43\xe0\x54\xc6\xce\xa6\xc9\x38\x7c\ \xcc\x39\x71\x8f\x7e\x13\x30\x13\xa3\x11\x51\xd8\x81\xbb\x5b\x09\ \x72\x65\x5c\x5b\x7c\xaa\x23\x00\xa1\x9c\x53\x6b\xd8\xe3\xcf\xf8\ \x41\xbc\xb9\x80\xae\x0a\x1d\x4b\xa0\x54\x60\x69\xc9\x6f\xf6\xcc\ \x9d\x5d\x48\x79\xcd\xda\x87\x0c\x1c\x0a\x90\x12\xc5\x92\x39\xe4\ \x94\xa1\x63\x29\x2e\x9e\xa6\x4a\x77\x4a\x5b\x21\x57\x62\xe9\x80\ \xc0\x84\x71\xd3\x29\xea\x41\xcd\xd2\x00\x76\xe5\x19\x31\x0c\xf7\ \x12\x14\xf3\x00\xb0\xb4\xc7\x2a\x95\xc5\x1b\x69\xd5\x07\x0f\x21\ \x80\x36\x92\x07\xaf\x30\xd7\x70\xf8\x04\x6d\x66\x31\xb7\x39\x3b\ \xb6\x10\xfa\x84\xe9\x9b\xe8\x30\x91\x5a\xae\x24\xe5\x91\x9b\x41\ \xf3\xe9\xfd\x87\xcc\x4c\xcd\x8d\x93\x1b\x0e\x3f\x4c\x14\xab\x3e\ \x1f\x3c\x1b\xe0\x62\x9f\x34\x6b\xc4\x6c\x51\xed\x01\x43\x9b\xba\ \xe6\xa6\xc8\x43\xee\x6c\x3a\x1e\xe9\xb5\xe5\xf0\x91\xc1\x8d\x7d\ \xf2\x86\xd9\xd7\x0f\x9d\x76\xee\xb4\x74\xfd\xe8\x1a\x97\x0f\x9f\ \x89\xfc\xf4\x72\xf2\x9c\x3d\x15\x86\x2e\x5d\xd0\xdd\xe1\xc8\xf6\ \xc3\xaf\x5e\xbe\x70\x6f\x3d\xfd\xe4\xe1\x1d\xdd\x2b\xda\x01\x86\ \xb4\x77\xd3\x46\xcf\xd6\x54\xee\x3d\xa9\x77\xf5\xb2\xde\x95\x32\ \x1f\x6c\x5c\x72\x3a\x75\xd6\x86\x4d\x95\x14\x8f\xf7\xdd\x7e\x15\ \x17\x15\x11\x9f\x9b\xfb\xee\xcc\xc1\xa3\x17\xee\xe5\xe8\xb4\x97\ \x8e\x9c\x12\x3a\x79\xbc\x3c\x79\xca\xa5\xcb\xf2\xf5\x23\xab\x5e\ \x3e\x7c\xfc\xbd\xef\xc7\x5c\xbb\xf2\xa5\x4d\x3e\xcf\x1c\xbf\xc4\ \xb2\xe5\xd4\x35\x53\xea\x9f\xdf\xb3\xfb\x43\xd4\xf3\x29\x53\xd7\ \xba\xb7\x1a\xd3\xb9\xa2\xbd\x4a\x9b\xf3\xf8\xc8\xa2\x95\xd7\x33\ \x46\x2e\x99\x55\xb6\x68\xf1\x6a\x55\x4d\x0f\xce\x9b\xfb\xa5\x58\ \xb7\x71\x6d\xbc\x1f\x5e\xbe\x7c\xfe\xd0\x9a\xc5\xc7\x23\xfb\xcf\ \x99\x5e\xb1\x54\xe9\x1a\x3e\xf9\xc3\xde\x67\x8f\x22\x9a\x4e\xdd\ \xb8\x7f\xe3\xf4\x6c\xdf\x53\x81\x96\x4d\x37\xef\x5a\x2d\x7a\xb4\ \x76\xe9\x0d\xc3\xe2\x8d\xeb\x4b\x24\x5e\x3d\x7f\x3f\xe8\xf1\x8d\ \xd3\x19\x65\x06\xad\x19\x57\xed\xf1\x9d\xb0\xc1\x4b\x36\x54\xcd\ \x79\xb2\xef\x42\x58\x5e\xde\xb0\xf7\x38\x36\x62\x5c\x1d\x8e\x9f\ \x25\x2c\x8c\xd2\x15\xb8\xbe\x91\x57\x26\xcc\xea\xcd\xc3\x93\x18\ \x0b\x63\xf3\x89\x1e\xbd\x88\x2f\x44\x4d\x19\xf7\x5e\xe1\x68\x47\ \xe4\x33\xa2\x14\x3c\xdb\x42\x98\x3b\x87\x0f\xd3\xfc\x6b\x6c\xf1\ \x87\xbb\x79\x22\x64\x5a\x3f\x4a\xf9\x50\x40\x9e\x05\xec\xc9\x97\ \x90\xe7\x2a\x27\x6f\x1f\x7b\xc8\x7e\x13\x98\x63\xd3\xaa\x51\x51\ \x2b\x1b\x2b\x77\x07\xfb\x4f\xbe\xa7\x1e\x7f\x4a\xbe\xb1\x7f\x47\ \x52\xa9\xbe\x8b\x87\xd6\x07\x30\xc6\xfa\x46\xe6\x36\x6b\xd5\xc0\ \xd9\xd3\xc5\xc6\xc2\x5a\x1e\xeb\x17\x2f\x2b\xd1\xdc\xa7\x90\xb9\ \xb5\x5d\x11\x4b\xdd\xed\x1b\x77\xab\xf7\x99\x5c\xa7\xa4\xbb\x9d\ \xa5\xa5\x85\xb9\xca\xdf\x3f\xa9\x74\xe3\x46\x66\x52\xe9\x9d\x4b\ \xb7\x8b\x77\x19\xdd\xac\x9c\xa7\xbd\x8d\xb9\xcc\x2c\x7f\x2d\x30\ \xf4\x1d\xae\x25\x49\x0b\x46\xe0\x4d\xdb\x16\xdc\x5e\xc5\xb9\x0c\ \x86\xd4\xc3\x60\x8e\x59\x32\x3a\x7b\xf2\x2c\x40\xce\xae\x62\xd3\ \x9d\xdf\x2a\x1c\x7a\x93\x81\x93\xa8\x32\x9a\x51\xb5\x79\xf9\x81\ \x32\x55\x00\x9e\x3f\xc0\xab\x2a\x26\x40\x26\x6f\x52\xa8\xf6\x95\ \x3d\xcf\x6f\x86\x3a\xf4\xaf\x8c\x3c\x8c\x54\x13\x6a\x7a\xa2\x0f\ \x26\x5e\x8c\xe4\x0d\x73\xce\xd0\xbc\x16\x0f\x9e\x62\x62\x01\x20\ \x72\x65\xc1\x61\x3a\xbb\xf3\xc0\x8f\x80\xa8\xef\x62\x3d\xab\xfc\ \x96\x3d\x9f\x1e\x66\xd4\x0a\xfa\x2c\xa5\x57\x45\x80\x52\xf5\xb8\ \x70\x8c\x8c\x67\xc4\xc8\x89\x89\xa1\x6c\x25\x80\x3b\x41\xd4\xa8\ \x07\x90\xf5\x9a\x14\x13\xca\x3a\x02\x08\x04\x84\xbf\x41\xea\x4a\ \x61\x31\xc0\x97\xe7\xf4\x1f\x81\x6b\x37\xe6\xf4\xc9\x5f\x06\x8d\ \x08\x46\x5c\x12\xeb\x5c\x12\x44\x34\xad\x81\x9b\x13\xb6\x66\x9c\ \x38\x4a\x8b\x99\x34\xab\x44\x86\x8a\x4a\x35\x00\x30\x31\xb5\x77\ \xb6\x8b\x78\x74\xf1\x45\x92\x59\xd3\xba\x96\x97\xf6\x6c\xcd\xad\ \xd4\xbd\x78\xfc\xc3\xf8\x32\x03\x67\x74\xad\x97\x19\x99\x5e\xac\ \x5a\xa3\xea\xcd\x7b\xd7\x96\xbe\x9e\xb1\x70\xbf\xdc\xc4\x0c\x40\ \xf1\xe9\x5d\x92\x79\xb3\x76\xe5\xec\x2c\x6c\x3c\x3c\xac\xde\x3d\ \xbc\x41\xc5\x1e\xc3\xea\x79\x3b\xdb\x59\x99\x5b\x10\xf0\xf2\x4b\ \xf1\xfa\x0d\xac\xa4\x32\xb1\x48\x00\x04\x5e\x3b\x19\x57\xa2\xc7\ \xc2\x3e\x8d\x72\xc2\xe2\x3d\x4b\x7b\xfb\x5e\x7a\xd2\x60\xd2\x82\ \x0a\x85\x3d\xcc\xcd\xcd\x2c\x2c\xec\x9d\x5c\x5c\xb3\x82\xef\x9e\ \x7c\x99\x5b\xa7\x6a\xe5\x0f\x57\x0f\xdc\xcf\x28\x37\xb4\x6d\xa1\ \x77\x31\xe2\xa6\x6d\xcb\xd8\x5a\xd8\xb8\x15\x32\x0b\x0d\x0b\x75\ \xae\x58\x3e\xd3\xff\x46\xa4\x53\xe3\xa9\x5d\x2a\xbb\xda\x5b\xdb\ \x58\x99\xbf\x3e\x7d\x54\xdc\x70\xd6\xf0\x96\x15\x93\x53\x35\xd5\ \x3d\xa4\x97\x6f\x86\x8f\x5c\xb6\xa2\x86\x7d\x52\xba\x99\x4f\x05\ \xa3\xdf\x91\x07\x1f\xa2\x5f\x9c\x3e\xee\x2f\x98\x3d\xab\xf7\x9b\ \x3b\x7e\x9d\x96\x6f\xac\x53\x48\x93\xa2\x75\xaa\x50\xc4\x09\xc0\ \xf8\xc5\xef\xb3\xaa\x4e\x8d\xd2\x52\x99\xe1\x63\xc8\x97\xca\xf5\ \xda\xba\x5a\xe7\x5e\x7b\xf0\xa9\xfb\xf4\xe9\xa5\x3d\x5d\xad\xac\ \xad\xa4\xaa\xcc\xa0\xf0\xf4\x7a\x0d\x9b\x7a\x5a\x99\x17\xae\x58\ \xa7\x8a\x97\x97\x8d\x95\x8d\xad\x63\x7e\x54\xab\xc0\x57\xb8\x57\ \xa6\x4b\x7b\x42\x2f\x73\x3c\x88\xb2\x25\x39\x79\x8a\xf8\x40\xf6\ \xde\x66\xe2\x22\xbc\xdd\xa8\xe2\x8c\xef\x7b\xa6\x4e\x22\x39\x00\ \xa9\x37\x3e\xa6\xbc\x7e\x43\xf1\x7a\x74\x1e\x8c\xd9\x1b\xe6\xef\ \xcf\x0f\xb8\x15\xfb\x90\x99\xfb\x68\xd2\x90\x57\x77\xd1\xd8\x16\ \xd0\x54\x01\x7b\x42\xc0\x43\x7f\xfb\x92\x75\xec\x20\xf5\xc5\xd3\ \x34\x53\xef\x72\x26\xf8\x3f\xf6\xb5\x2b\x5e\xcd\x5c\x9e\x56\xa4\ \x7a\xb7\xa5\xcb\x97\x4e\x1d\xdb\xbb\xb4\x83\x29\xa0\x8f\x0e\x8a\ \xca\xb6\x2f\x69\x96\xba\x73\xda\x3c\x41\xb5\x4e\xae\x51\x7e\x2a\ \x97\x6a\xb6\xa8\x7c\x5f\x87\x97\x28\x59\x4e\x90\x93\xac\xd6\xea\ \xe2\x03\xaf\xec\x78\xaa\xed\xd4\xc6\xf5\x4d\x78\x86\xa5\x85\x5a\ \xae\xcc\x48\xcf\xce\xd2\x6a\xb5\xc9\xe1\x4f\xb7\x9d\x8f\x6f\xde\ \xa9\x51\x1e\x4d\xf8\xbe\xa0\x44\x79\xde\xde\xc2\xab\x1a\x35\xbd\ \xc9\x96\x33\x60\x1c\x39\xfe\xe0\x86\x7b\x11\x94\x91\x5c\x79\x87\ \x2a\x8d\x8b\xcf\x28\xe1\xfd\x33\xd7\x3f\x64\xdc\x1a\x06\xae\x61\ \x4c\x6b\x00\xbd\x86\x94\x64\xde\xde\xe2\x58\x04\x83\xba\x01\x24\ \xbd\x26\xdd\x8c\x4a\xb6\x00\xf2\x50\x0e\x3c\x67\xf4\x68\x00\x83\ \x91\x9c\x4c\xe2\x22\x58\xb6\x9c\x62\xad\x70\x77\xa1\x61\x5d\x1e\ \x6c\xe1\x6a\x28\x66\x39\xc4\x7d\x22\x3e\x95\x28\x3f\xde\x24\x52\ \xd4\x03\x83\x9a\x94\x64\xde\xdd\xe1\x48\x28\x83\xba\xff\xbc\xea\ \x7a\x8c\x05\x67\x98\xbf\x93\xae\xd5\x30\x2a\x88\x8c\x20\x3d\x8b\ \xeb\x17\xd0\x39\x62\x23\x45\x99\x4b\x5a\x32\xf7\x37\x13\xee\x40\ \xb7\x8a\x00\x7e\x7e\x98\x79\xe3\xf0\x75\xf9\xf7\xf5\x13\x3c\xaa\ \x22\x84\xe4\x37\x8c\x99\x47\xfb\xf9\x4c\xef\x8e\x0c\x7c\xef\xf0\ \x29\x83\x88\x40\xbc\x7c\xc8\xf8\x04\x1e\xe8\x43\x98\xbe\x99\xe6\ \x1d\xc9\x4c\x46\x24\x24\xe1\x05\x51\x3a\xaa\x79\xe5\xb1\xa7\x8d\ \x9d\x79\xf4\xda\x15\x47\x6a\x8d\x59\x5c\x38\xf4\xe0\xac\x63\x11\ \xa3\x47\x77\x32\x64\x24\x2b\xb5\x86\xb4\xb8\xd7\xe7\x5f\xa5\x14\ \x2b\x63\x95\x6b\x2c\xb5\x6a\xd3\xac\xa4\x3b\xfb\xaf\x7d\xd2\x01\ \x59\xc1\x0f\xbe\x08\x3c\x6b\xd9\xf1\xcc\xcf\xd7\xc6\xab\xb4\xa5\ \x20\x43\xae\xd6\xa5\x25\x04\xad\xde\xe6\x5b\xa7\x4d\xad\xe8\xc8\ \x64\x53\x0b\x6d\x7a\x66\xae\xde\x08\x90\x91\x99\xa3\x50\xeb\xd2\ \x92\xc3\x4f\x3f\x8a\x2c\x52\xb5\x70\x7a\x72\xb6\x4e\x2f\x8f\x7a\ \xba\xf3\x4a\x98\xb4\x65\xed\x8a\x85\x2d\xd4\x7b\x37\x6c\x32\xad\ \x3f\xb2\x4b\xd1\x4f\x33\xa7\x1f\x6d\x32\x61\x8a\x6b\xdc\xbd\x48\ \x0a\xd7\xb4\xe1\x99\x9f\x9f\x9d\x67\x09\x5d\x46\x98\xd8\xcc\x56\ \x27\xcf\x92\xab\xb4\x99\xa9\x9f\xb7\xac\x3d\x52\xa4\x59\x27\xc7\ \xcc\x24\xa5\x5e\x93\x1a\x71\xf3\x6e\x90\xb6\x58\x61\x17\x79\x72\ \x86\x46\x95\xf6\xea\xf8\xf9\x64\x0b\x1f\x17\x43\x8e\xc1\xa6\xdc\ \xf8\x05\x2b\x17\xcf\x19\xdf\xb4\x9a\x7b\x7a\x4a\x96\x5e\x95\x1a\ \x78\xf9\x7c\x94\x89\x8b\x87\x93\x10\xd0\x47\x7d\x88\x51\x3b\x54\ \xf0\xb2\x43\xf1\xe9\x4d\xb8\xae\x74\x95\x62\x90\x99\x9a\x93\x6b\ \xd0\x64\x86\xde\xda\x7e\xe7\x8b\x6b\xf5\x12\x92\xf7\xd1\xc2\x4a\ \xe5\x2c\x9e\x3f\x79\x6b\x51\xaa\xb4\x58\x13\xf8\x2c\x8e\x9a\xd5\ \xdc\x00\xd4\x3c\x0b\xa7\x6c\x55\x2c\x4a\x61\x9b\xc2\x93\x4f\x54\ \x73\x27\xc7\x94\x61\x73\x58\xbc\x80\xee\x8d\xf8\x78\x85\x63\xb1\ \x34\x2e\xc5\x93\x00\x92\xb2\x51\x43\xea\x17\x2e\xbe\xa2\xa8\x13\ \xc2\x12\x6c\x9a\xc9\xed\xfd\x44\x28\x00\x72\xa0\x61\x63\xde\x1c\ \xe1\xb0\x3f\x76\x22\xc3\xbb\xe7\x77\x5e\x84\xa4\x14\xb0\xd5\xdf\ \x0d\x7f\xa9\xaf\x51\xbc\xd6\xb9\x5e\xfb\xca\x40\x54\x82\xae\x5c\ \xa3\xba\x26\xe8\x92\x94\x0e\x55\xda\x55\xae\xe5\x31\xda\xe7\xc1\ \xe2\x11\xc3\x6e\x96\x6e\x3b\x6a\xde\xc0\x66\xa6\x02\xa2\x23\xc2\ \x43\xc3\x02\xd6\xcd\x9a\x55\xb4\x7a\xef\xcd\x93\x3a\xbd\xd8\xf0\ \xb8\x46\xd3\x1a\x68\x92\x94\x66\x25\xea\xd4\x28\x5f\xaa\x50\xbf\ \xf1\x0b\xe7\x8c\xbc\xe6\xd2\x79\xce\xb2\xc6\x85\x8b\xc9\x1b\x95\ \x5a\xbf\x62\x9c\x66\xe8\xd2\xa1\x23\xc7\xbc\x99\xb3\x66\xd8\x03\ \xbb\xa6\x93\x56\xf4\xad\x6c\x03\xa0\x40\xee\x40\xc3\xd2\x3c\xbe\ \x4e\xbd\x1a\x98\x38\x70\xf9\x31\x0e\x76\x1c\x52\x51\xb5\x2e\x32\ \x0f\x96\x8f\x67\xcd\x0c\x2e\x98\x22\xac\x42\xaf\xf2\x3f\xa9\xfb\ \xe2\x16\x59\x7a\x4e\x2d\xe3\xa4\x07\xcb\x17\xd2\x67\x30\x63\xe7\ \x33\xcf\x96\x99\x6b\xa9\x60\x0d\xf0\xe5\x0b\xe5\x1b\xe5\x7b\x61\ \x06\x3f\xa3\x78\x4b\xaa\xdb\x00\x58\x78\xd3\xb3\x1a\xb3\xc6\x52\ \xb9\x05\xf3\xfa\x62\x25\xa1\x7c\x3d\x72\x5e\x21\xa9\xc2\xa4\x1e\ \xdc\xd8\xca\x8e\xbb\x18\x85\xb4\x9a\x44\xfd\x22\x94\xea\xce\xdd\ \x85\xcc\xb5\x66\xe6\x06\x2a\xda\xfc\xa4\xc0\xc3\xdb\x68\xb4\x6c\ \x9a\x8c\x65\x0d\x16\x75\xe1\xd4\x6a\x5e\xa6\x22\xb1\x63\xe9\x52\ \xac\x24\x74\x1f\xc4\xfc\x55\xbc\x28\xcd\x9a\xd5\xd8\x8a\x00\x92\ \x75\x34\xa8\xf9\xf5\x7b\xa8\x27\xdd\x9c\x46\xb5\x01\x5e\x3f\x24\ \x41\xc3\xf5\x2d\xdc\xb0\x66\xce\x42\xae\x9f\xa3\xbe\x1b\x6f\x02\ \xa8\x30\x83\xd8\x8b\x7c\xf4\x65\x5a\x3a\x0d\x27\x30\xb8\x29\x01\ \x59\xac\x5a\xcf\xa1\x00\x8a\x0c\x22\x3f\x32\xa7\xc0\xba\x64\x09\ \xcf\x72\x56\xad\xba\xd5\xae\x15\xe8\xe8\xd1\xa6\xe7\xec\xda\x85\ \xcc\x54\x1d\xfb\x78\x4c\x5b\x35\x62\xa6\xbb\x43\xf9\x7a\xc5\x85\ \x51\x7b\x16\xae\x7b\xfd\x45\xe1\xd3\x6d\x52\xa7\x62\x62\x20\x29\ \x3a\xc7\xa7\x76\x33\x6b\xf4\xe9\x72\xcb\x4a\x8d\x6b\xd5\x2f\xf3\ \xff\xd8\x3b\xeb\xb0\xba\x92\x6c\xed\xff\x8e\x1f\x0e\x2e\x81\x10\ \x08\x71\x77\x77\x4f\x3a\xee\xee\x0a\x71\x77\x77\x77\x77\x77\x77\ \x77\x57\x42\x9c\x84\x40\x82\xbb\xc3\x71\xd9\xdf\x1f\x40\x64\xa6\ \x7b\xbe\xee\xb9\x77\xfa\xf6\xcc\x9c\xf7\xc9\xf3\xe4\x6c\x76\xed\ \xb2\x5d\xf5\xee\x55\xab\x56\xad\xe5\x79\xf9\xfa\xec\x01\x7e\xd7\ \xca\xb7\x9f\x34\xb4\x59\xb5\x47\x61\x65\xe7\xac\x9f\xaa\x8b\x99\ \xb0\xc0\xaf\x01\x50\xad\x43\xef\x32\xe3\xe7\x0c\x1c\xfb\xc2\xbd\ \x70\x85\x42\x1e\x3e\x2d\xfd\x3a\x8c\x5d\x3e\xe4\x8d\x87\xcf\xe0\ \x85\xcb\xcb\x38\x29\xe4\xf9\xf2\x97\x2e\xe5\x3c\xb4\x7b\xad\xd7\ \xa1\x6e\xf5\x3a\xb7\xea\x5f\xd3\xe3\xeb\xf1\xa4\x92\xb5\x9a\xd8\ \x63\x4c\xd6\xd8\x57\xfa\xa5\x6e\x23\x59\xf2\xb5\xdd\x2f\xed\xda\ \x76\x68\x7a\x69\x8a\xdf\x40\xff\x42\x75\x7c\xe7\xf4\xaa\x2a\x0a\ \xec\x7d\x74\xca\xb2\x51\x41\x79\xbd\xaa\x54\xcd\x5b\xa8\x54\x8f\ \x1e\x95\xe6\x4f\xf0\xcd\x97\xc7\xae\x6a\x05\x6f\xbb\x22\xd5\x07\ \x37\xba\x3f\x67\xb8\x5f\xee\xc2\x15\x67\x2d\x99\x32\xa4\x5f\xdd\ \xe9\x93\x07\x3c\xcb\x93\xab\x76\x8d\x26\x59\x36\x15\x5f\xde\xbf\ \x33\xb8\x17\xce\xe7\x84\x2e\x34\x42\x55\xb4\x6a\xe5\x82\x80\xcf\ \xb0\x81\x2d\xe6\xcc\x19\x76\xdb\x23\xff\x98\x95\x0b\x8b\x71\xdb\ \xa1\x64\x8d\xd2\xb6\xe6\x93\x06\x9b\x06\xf5\x2a\x58\x62\x9e\xba\ \x94\xa8\x57\xd9\x43\x02\x18\xe3\x50\x15\xa6\x96\x0f\x88\x69\xd7\ \x86\xb4\x48\xf2\xba\x33\xb4\x33\x6b\x47\xb3\xb7\x20\xa3\xfb\x70\ \xf1\x32\x23\x37\xe2\xf6\x98\xdd\x0f\x68\xd5\x0e\x9f\x73\x0c\x9d\ \x8e\x7b\x05\x9c\x53\x99\xeb\xcb\x57\x35\x9d\xc7\x53\x48\x05\x50\ \xa2\x3e\x4b\xea\xc3\x47\xcc\x79\x99\xd9\x45\xbf\x67\xc2\x91\x98\ \x6a\x79\xaa\x97\xc8\x65\x25\xac\xbf\x14\xfe\x9a\xd6\xf2\xe6\xa3\ \xb3\xbb\x5d\xb3\x1d\xb4\x73\x52\xd3\x3f\xb3\xd4\xe3\xeb\xbe\x3b\ \x7c\xab\xdd\x85\x86\xc5\xff\xdc\x46\x1b\xd9\xb6\x8c\xd8\xac\x4d\ \x77\x19\x6d\xfa\x53\x3e\xf7\xbf\xa4\x1c\x7d\x3c\x73\xa6\x10\x64\ \xcf\xbe\xb5\xcc\xe9\x44\xd5\x65\x74\x2e\x08\xa0\x8d\x64\xc3\x66\ \xd2\x8d\x44\x65\x30\x6c\x3e\x95\xff\xc8\x7e\xf3\x7f\x88\x8d\xa4\ \x39\x75\xd5\xc8\xfe\xc9\x75\xe6\x2c\xe8\x5e\xce\x4a\x0d\xff\x55\ \xf8\xab\xdb\x7b\xfe\x21\x7d\x42\x93\x21\x2b\x1b\xda\xfe\x4f\xfd\ \x92\xab\xd5\x3c\x7b\xf6\xbb\xe7\xbf\x81\x4f\x51\x24\xea\xb2\x0f\ \xef\xbc\x7f\x8e\x28\xe6\x4f\x6d\xb3\x21\x9d\xb0\x44\x32\x2c\x88\ \x04\x04\x19\x2f\x1f\x90\xe2\xfa\x2f\x29\x48\x9b\x8a\x43\x61\x3a\ \x96\xc6\xff\x16\xa5\x5b\xa1\xfa\xca\xed\x30\x00\x7d\x06\x12\x5b\ \xe4\x16\xea\x55\xc7\x21\x11\xfe\x08\x7b\xfe\x67\x98\x97\x0b\x66\ \x73\xad\x6e\x93\x0a\xfd\x53\x66\x5c\x1a\x0d\x4f\x9f\xfe\x4b\x6a\ \xe5\xe3\x43\xa1\x42\x56\x7e\xfb\x6f\x5f\xb9\xff\x81\xc9\xe8\xe2\ \xe9\xf3\x3f\xcf\x45\xad\xe6\xe6\xcd\x3f\x90\x5e\x6e\xff\xdd\x1d\ \x7a\x72\x30\x37\x3f\xfd\xc9\x8d\x46\xe9\xf6\xdd\xb4\x3e\xfc\x0d\ \x5f\xfe\x35\xee\x69\x44\x62\x14\x0a\x3e\xbf\xe4\x83\x09\x99\x9c\ \x90\xe0\x6c\x7f\x7b\x22\x31\x72\x05\x62\x11\x61\x6f\x90\xe9\x28\ \x5a\xfc\xbf\x6e\x32\x88\xe4\xae\xd5\xea\xd6\xf8\xe7\x9e\xd5\x68\ \xfe\xd8\x60\xfb\xfd\xa8\x5b\xd7\xca\x9e\x56\xf6\xfc\xd3\xe1\xee\ \xce\x82\x05\xd6\x57\x6c\xc5\x9f\x01\x37\x37\xeb\x60\xfb\xaf\x83\ \xd5\xe7\x80\x15\x56\x58\x61\x85\x95\x3d\xad\xb0\xc2\x0a\x2b\xac\ \xec\x69\x85\x15\x56\x58\xf1\x9f\xcc\x9e\x69\x51\x81\x1f\xf6\x0f\ \x57\x27\x45\x5a\xbb\xf2\xdf\x0c\x82\xb5\x51\x56\x58\xf1\x7f\xc7\ \x9e\x26\x93\x39\xfa\xe2\x5c\xdd\xed\x4d\x51\x57\x97\x5a\xfe\xe1\ \xc0\x35\xe9\xb5\x99\x99\x6a\xa3\xd9\x6c\xd0\xaa\x33\xd5\xda\x98\ \x47\x27\xd7\xed\xbb\x65\xfa\xc7\xb9\x67\x86\x6c\x99\x37\x6a\xd8\ \x94\x8d\x0f\xee\x9c\xdb\x72\xfc\x6e\xcc\xfb\x7b\x4b\xd7\x1e\x4e\ \x36\xff\xab\x3a\xc2\xa8\xfb\xee\x8c\x12\xc0\x84\xf6\x57\x1d\x5f\ \x5a\xd0\xa8\xc9\xc8\x40\x67\xf8\xee\x8b\x53\xa7\xf9\xf5\x69\x2b\ \x58\xd0\x69\xd0\xe8\x7e\x33\x5b\x9d\x06\x83\xf9\x77\x54\xe6\x07\ \x68\x35\xbf\x7e\x69\x31\xa3\x55\xff\xf4\x94\x60\x44\xfb\x3d\x70\ \x32\x06\x2d\x19\x19\xe8\x8c\x18\xc2\x59\xb6\x94\x70\xdd\xef\xe8\ \x14\x1d\x3b\xd6\x11\x10\xff\x7f\xc4\x84\x82\xf9\xe7\x41\x95\x76\ \x76\xd3\x9c\xa1\xc3\x46\x9e\xfd\x90\xf4\xe3\x5f\xc3\xef\xee\x59\ \xbe\xe3\x3e\x96\xa4\x9d\x4b\x96\x3e\x8c\x32\xff\x39\x75\x33\x9b\ \x2d\xc2\x6f\x0f\xf8\xcc\x2f\x8f\xd7\x6c\x3d\x1c\x97\x53\x97\xf8\ \xd7\x57\xa6\x0e\x19\x3a\x71\xdd\xd9\xf4\x3f\x52\xbb\xa8\x80\x33\ \x1b\xf6\x5c\x32\xfc\x76\xef\x58\x2c\x16\xeb\xc7\xe2\xdf\x98\x3d\ \xe3\x9e\x1f\xd3\x7f\x38\x2b\xb5\x97\xa8\x5f\x1e\x48\x0a\xbc\xf3\ \x0f\x52\xde\xdb\xb1\x60\x40\xbf\xee\x35\xca\x97\xa9\xd7\xb6\xfb\ \x88\x19\x2b\x6f\x3f\x7a\x7c\xe7\x79\xe8\x3f\xdc\xef\x17\x2e\xaf\ \x9d\x7f\x25\xa5\xf0\x98\x11\x5d\x0b\xe6\xce\x9d\x37\x8f\x9b\x21\ \x3a\xf0\xf6\xfd\x57\xda\x7f\x4d\x2f\x7c\xbc\x45\xbf\x2e\xb4\x69\ \xcc\x94\x1d\x98\x21\xe1\x25\xbd\xda\xd2\xaa\x0d\x1b\xaf\x02\x18\ \xd2\x38\xbd\x94\x86\x7d\x09\x05\x22\x99\x3e\x12\xbf\xc1\x74\x68\ \x48\xd3\x49\xe8\xcd\x1c\x9e\x4f\xcb\x76\x74\x1e\x49\x98\x3a\x3b\ \x37\xff\xbd\x54\xfe\x85\xf7\x26\x12\x5f\x31\xb2\x1f\xdd\x5a\x33\ \x65\x2b\x46\x48\x0a\xa0\x77\x5b\x5a\xb7\x66\xe3\x15\x80\x2b\x9b\ \xe8\xd2\x89\x46\x4d\x39\xf0\xe4\x47\xe2\xe4\xd2\x0e\x06\xf4\x66\ \xe3\x19\x04\x48\x0a\x63\xf6\x00\x86\xae\x40\x00\x0c\x6c\x9d\x4c\ \xcb\xf6\xf4\x99\x48\xac\x1e\x34\xac\x1e\x43\x9b\xf6\xf4\x9b\x45\ \xaa\x89\xf0\xdb\x0c\x1b\x40\xc7\xb6\xcc\xdf\x8f\x19\xa2\x1e\xd1\ \xab\x1d\x2d\x5a\xb0\xe7\x1e\xc0\xd5\xc5\x34\x68\xcb\xd0\xa1\x1c\ \xbb\x8f\xa0\xe6\xee\x6d\xd2\x4d\xbf\x6b\x74\x78\xe5\xc5\x5e\xfe\ \x7f\x31\x30\x0d\x9f\x27\xfa\x8d\x7a\xf2\xc3\xfb\xfe\x7a\x66\xcd\ \xc6\x9b\x99\xfd\x47\x8c\xa8\x5e\xe0\x27\x3b\xd8\xa4\xa0\xc7\x77\ \xfd\xc3\x10\x32\x9e\xdd\xbc\x15\xa1\x96\xfc\x09\x55\x53\x07\x1c\ \xf4\x1d\xb5\xd9\xfc\xdb\x36\xae\xf2\x8c\xd0\x8b\x97\x1f\xa4\x65\ \x71\x9b\x31\x78\xe9\x82\x35\x36\x35\xbb\x0e\x6e\x57\xc3\xe6\x8f\ \xd4\x2e\xe1\xf3\xc3\x6b\x8f\x3f\xff\x56\xdf\xdf\xda\x39\x69\xf6\ \xce\x47\x56\x2f\xce\xff\xae\xec\x99\x99\x14\x9d\x78\x6d\xa1\xd8\ \xa2\x47\xa2\x90\xe8\x53\xe3\x2e\xcf\xd5\x6b\x33\x7f\x2b\x71\x83\ \xa1\x0b\x8e\x1d\xdd\x52\xb3\x40\xee\xd6\x33\x77\xec\x59\x3d\xa3\ \xba\xb7\x43\xc4\xbd\xdd\x83\xfc\x7c\xe7\x6d\xbd\x98\x09\xa0\xbd\ \x73\x70\xa9\xaf\xdf\xa0\x65\x87\x1f\xe4\x48\x4b\x96\xd0\x88\xc4\ \xb0\xa0\x67\x5b\x76\x9c\x89\x4c\x4a\x4d\x4e\xcf\x40\xa6\x54\x29\ \x15\x32\x09\xba\xf0\xc7\xf3\xc7\xfb\x0d\x1a\x3b\xff\x79\xb4\x09\ \x63\xcc\xce\xf9\xe3\x07\xfb\x0d\x1e\x39\x67\xdb\xd7\x4c\x20\x61\ \xdf\xf2\xc9\x83\x7d\x07\xad\x3f\xf9\x02\x78\x7b\x76\xf3\x50\xbf\ \xc1\x43\xc6\xcc\xd8\xba\x63\xeb\x94\x21\x7e\xa3\xe7\xed\x8a\xd6\ \x02\xbc\x38\xbd\xc1\xcf\xcf\x77\xde\xf6\x4b\x19\x39\xd5\x53\xe5\ \x61\xda\x06\x0e\x2f\xe6\xea\x66\x22\xd5\x6c\x58\x84\xcf\x40\x0e\ \xcc\xe6\xc4\x0a\x3e\xa9\x09\x79\xc6\x99\x07\x24\xa7\xa2\x37\x81\ \x0f\xab\x77\x71\xf8\x10\xe5\xbd\x69\xd9\x92\xe4\x47\x6c\x7d\xc2\ \xf6\x03\xd4\x48\x65\xe9\x61\x80\xc4\xb7\xac\x38\x8c\x4e\x4b\x86\ \x1e\xe7\xe2\x2c\xdc\xc4\x84\x8e\xdc\xbb\x8c\x01\xd6\x2d\xc2\xab\ \x3f\xfb\xe7\x71\x72\x05\xaf\x53\xc8\x57\x8d\xcd\x47\x98\xdd\x80\ \xf5\x1b\xf8\x26\x23\xde\xdd\xce\x96\x07\x8c\x58\xc2\x84\xae\x88\ \xcc\xdc\x3e\xcf\xa3\x2f\xa4\xa5\x21\x82\x2f\x67\x39\x14\xc4\xfe\ \x83\xe4\x8f\x60\xe7\x35\xde\x5d\xe4\x52\x32\xfb\x0f\xe0\xe2\xcf\ \xba\x1b\x78\x57\x63\xd9\x26\x86\x35\xe1\xf6\x75\x4c\x26\xd6\x2e\ \xa1\xec\x08\xf6\x4e\x63\xd7\x12\x12\xcc\x44\x85\xd2\x7c\x12\x07\ \x0e\xd0\xa7\x21\x46\x3d\x4a\x15\x12\x19\xa4\xb1\x6e\x16\x7e\x7e\ \xcc\xde\x48\x32\x18\x63\x58\x36\x81\x41\x23\x78\xf4\x35\xa7\x36\ \x22\xd2\x92\x90\xca\x79\x76\x92\x21\x7e\xf8\x0e\xe7\xc2\xcb\x2c\ \x89\x97\xbd\xcb\xf0\xf3\x63\xd2\x62\x42\xb5\x00\xba\xaf\x37\x56\ \x6f\x38\xa4\x85\x4f\xb7\xf7\xee\xb9\xf8\x06\xd4\xc7\xb7\x6f\x7a\ \x11\xf4\xf9\xc4\xba\x89\x83\x7d\x07\xad\x39\xf5\x02\xf8\x7c\xf7\ \xc8\xd8\xa1\x43\xc7\x2e\xd8\x9b\x90\x25\x50\x09\x29\xe7\xb6\x2f\ \xf0\xf3\xf3\xf3\x1b\xbf\xf0\x69\x84\x0e\x48\x0a\xbc\x39\x63\x98\ \xaf\xef\xe8\x05\xcf\x22\xf5\xc8\x24\x11\xaf\xee\xcf\xf5\x1b\x3c\ \x67\xd3\xcd\x2c\x9e\x4f\xf9\x1a\x15\x1b\xfe\xf1\xd0\xce\x63\xaf\ \x9f\x5c\xd9\xb1\xf7\x5c\x1a\xc4\x3c\x3e\xba\xfd\xd4\x5b\xb9\xbd\ \x83\x4a\x29\x03\xb1\x8d\x9d\x83\x28\xe5\xc3\xb6\xb5\x5b\x83\xb4\ \x90\xfe\x7a\xe3\xda\x9d\x91\xd9\xe4\x2b\xf8\x9f\xdd\x3c\xcc\x6f\ \xb0\xdf\xc8\x99\xd7\xdf\xa4\x80\xe9\xfe\xe1\x15\xbe\x7e\xbe\x4b\ \x0f\x3d\x10\x20\xf8\xfe\xf1\xf1\x7e\x83\xfd\x06\x0d\xdb\x75\xed\ \x03\xa0\x8f\x79\xbd\x72\xd2\x60\xdf\x61\x33\xef\x85\x64\x80\xe1\ \xf6\xe1\xd5\x7e\x7e\x7e\x73\xf7\xdc\x09\x7b\x7f\x7f\xea\xe0\xc1\ \x83\x46\xcd\x7f\x16\x63\x92\x4b\xcc\x81\xb7\x77\x0c\xf0\x1b\xb2\ \xe7\x59\x98\x29\xf1\xc3\xca\x29\x43\x06\x0d\x9f\x71\xef\x4b\x3a\ \x10\xf1\xec\xc4\xd8\x21\x7e\x7e\x73\x77\xa5\xc9\x1d\x14\x59\xdc\ \x96\x91\x1c\x13\x17\xfa\xfa\xce\xc9\x63\xcf\x82\x2d\xda\xc4\x7d\ \x8b\x46\xfb\xf9\x0e\xdd\x73\x33\x08\x78\x7d\x79\xf7\x08\x3f\xbf\ \xd1\xf3\xf7\x27\x99\x00\xf4\x11\xaf\x56\x4f\x19\xe2\xe7\xe7\x37\ \x6b\xed\x89\x34\x70\x74\xb2\x0f\x7d\x70\x64\xe0\x60\xdf\x39\xdb\ \x2e\x65\x08\x80\xf1\xce\x81\x15\xbe\x7e\xbe\xf3\xb7\x5d\x30\x80\ \xc4\x18\x79\x64\xcb\xbc\x21\x13\x16\xbc\x88\x47\xf3\xf5\xf6\xb4\ \xa1\xbe\xbe\x63\x17\x3d\x0b\x57\x5b\x19\xed\xdf\x80\x3d\x2d\x16\ \x4b\xcc\xb5\x25\x42\xc2\x7b\xa4\x4a\x10\x90\x29\x4d\xa1\x77\x63\ \xef\x6d\xfb\xad\xa5\x84\x48\x2c\x42\xa2\x50\x28\x14\x0a\xa5\x02\ \x10\xcc\x26\xfb\x7c\x95\x7a\xf7\xee\xf0\xe5\xc4\xd2\x2d\xd7\x63\ \x43\x2e\xaf\x5c\x76\x21\x6d\xe0\xe0\x5e\x1f\xf7\x2d\xd8\xfd\x30\ \x32\x7b\xd5\x2b\x56\x94\x6f\xd4\x61\x70\xef\x66\x92\xb0\x87\x07\ \xae\x3c\xd3\x89\x15\x62\xa9\x52\xae\x8d\x9c\x35\x71\xa1\xa4\x5a\ \x9f\x4e\x45\x13\xe7\xcf\x5a\x17\x1e\xfd\xe9\xd8\xd5\x0f\xf5\xfb\ \xf4\x71\x0f\x3e\x32\x73\xcb\x65\x01\x97\x3a\x1d\xfc\xc6\x0c\x68\ \x78\x79\xfd\xec\xab\x31\x9a\x27\xc7\x8f\xea\x8b\xb5\x6d\x53\x30\ \x71\xd9\xc6\xcb\x55\xba\x75\x13\x3d\xdf\xb1\xec\xc2\xa7\xc4\x07\ \x9b\x66\xee\xfd\xd8\x73\xc8\xc0\xf4\xeb\xeb\xd6\x9e\xf8\x90\x55\ \x3d\x9f\xe2\x94\xf2\x21\xf4\x13\xf9\xaa\xe3\x62\x24\x30\x83\x16\ \x0d\xf1\xac\x48\x61\x33\xaf\x3e\x53\xa8\x2e\xab\x97\x50\xd0\x86\ \x6f\x2b\xa5\x8f\x47\x09\x50\x32\xa2\x01\x1f\xfc\xf1\xac\x48\x41\ \x77\x9a\xd6\x22\xf4\x19\x58\xd8\xb9\x99\x26\xa3\xa8\x9b\x1f\x93\ \x09\xa9\x8a\x77\xa7\x59\xb0\x9d\x32\x0d\x50\xe8\x08\x4c\xcf\xce\ \xb6\x88\xc0\xfb\xaf\x94\xa8\x84\x97\x03\x81\xd1\x54\xab\x9d\x63\ \x76\x6b\x62\xf7\x01\x92\xd3\x58\x35\x8e\xf9\x87\xd0\x8b\x69\xe5\ \xcb\x9c\xfe\xc8\x2c\x00\xaf\x9f\x53\xa0\x0e\x5e\x6e\xd4\xab\x45\ \xc8\x2b\x1e\x7f\xa0\x4c\x6d\x72\xe7\xa2\x69\x45\xde\x3f\x44\x6a\ \x4f\xc0\x49\x56\xec\xa3\x42\x63\x84\x44\xbe\x68\xa9\x5b\x1d\x9f\ \x7a\x78\x9a\x78\x95\x84\xad\x1d\x0f\x77\xb3\x68\x0b\xb1\x5a\x64\ \x12\x10\x63\x63\x61\xcd\x24\x9e\x18\xe9\xdd\x91\xdb\x47\x09\x4a\ \x64\xcd\x54\xd2\x2b\xd0\xab\x02\x73\x66\x11\x67\xcc\x16\x84\x4f\ \x1f\x26\x3c\x83\x0b\x07\x11\x2a\xd0\xa9\x1a\x4b\xc6\xf1\x34\x9a\ \x13\x4b\x39\x11\x42\xef\xbe\xbc\xbe\xc0\xe3\x18\x00\xb9\xad\xe8\ \xc6\xb1\x83\x2f\x33\x84\xe7\x5b\x67\xcf\x3f\x7e\x5b\x13\x1f\x78\ \xec\xe4\x1d\x9d\x3c\x57\xed\x8e\x83\x47\x0f\x68\x70\x6d\xfd\xe2\ \x7b\xef\xee\x2f\x9a\xbf\xd2\xb1\x6e\xef\xe1\x5d\xea\xdb\x8a\x85\ \x2c\xc6\x3d\x7c\xf0\x4a\xc9\x36\xbd\xab\x2b\xdf\xce\x59\xb0\x35\ \x2d\x23\x78\xc6\xb8\xb9\x54\x6e\xd7\xac\x50\xdc\xd4\xb1\x8b\x62\ \xb5\xd8\xba\x79\xb7\xea\x3b\xb4\x4f\xeb\x72\x59\x12\x9b\x49\x10\ \xe7\xab\xd4\x78\x88\x5f\x0f\x1f\xcd\xe7\xa3\x67\xef\x64\x42\xe2\ \xdb\x9b\xe7\xee\x85\x88\x73\xe2\xea\x09\x60\x67\x6b\xf3\xf5\xd6\ \xa1\xeb\x6f\xd2\x53\xfc\x6f\x9c\xb8\xf7\x55\x29\x07\x88\xb8\xbe\ \x6e\xe2\xba\x3b\xf5\xbb\xf6\xcd\x9b\x7a\xff\xd4\xed\xe0\x2f\xb7\ \x56\x2f\x3e\x9d\x30\x60\x70\xef\xcf\x07\x16\x1d\x0c\x08\x7b\x7a\ \xfe\x78\xb0\x4b\x95\x5e\xad\x8a\xed\x5f\x34\xf3\x4e\x44\xc2\xe6\ \x99\xd3\xe2\x4b\x76\xed\x5d\xdd\xbc\x60\xf6\x86\x14\x4d\xec\x91\ \x7d\x27\x3c\x6b\xb7\x6f\x5f\xbb\x98\x73\x9e\xe2\xbe\x13\xc6\xff\ \xe2\xfc\x69\xce\x8a\x63\xa9\x66\x99\x53\xfe\x6a\x03\x47\x8c\x69\ \x9a\xdf\xb0\x70\xc2\xe4\xa4\xe2\x5d\x7b\x57\x37\x2e\x9c\xb5\x25\ \x2e\xfa\xc1\x84\x29\x9b\x3c\x1b\x76\x69\x53\xb3\xb0\x60\x36\x65\ \x1f\xc0\xb2\x98\x24\x76\x85\x5a\x76\x19\xd0\xad\x4e\xe1\xa3\x73\ \x87\x9d\x8c\x2a\xd0\xad\x7d\xf5\x93\x0b\xc6\x9f\xfb\x1c\x79\xed\ \xf0\xa1\xb4\xc2\x8d\xfa\xb4\xa9\x99\x15\x74\x32\xe1\xc5\x95\xd3\ \xfe\x86\x2e\xbd\xbb\xea\x1f\x6d\x9c\xb0\xe2\xaa\x5e\x2a\x77\x2b\ \x50\xa1\x4f\x9f\x0e\x21\x47\x17\xef\x7a\x18\x11\x72\x7e\xc5\x9c\ \xc3\x9f\x5a\x77\xed\x94\x72\x63\xed\x82\x7d\x8f\x2c\x0a\xa7\xf2\ \xb5\x5a\x8d\x1c\xdc\xb3\x30\x6f\xc6\x0d\x9b\x2b\xae\xde\xae\x59\ \xbe\x98\x49\xe3\xe6\x87\x6a\xad\xab\xf9\x3f\x0f\xff\xa4\xb5\x7c\ \xc2\xfb\x5b\xea\x17\xbb\xc5\x52\xd9\x0f\xf4\x28\x4a\xb9\xbb\xc6\ \xb1\x54\x73\x27\xef\x12\xbf\x45\xb9\x82\x20\x08\x16\x4b\x16\xf9\ \xba\x16\x2c\x5b\xaf\x4e\x73\x75\xbd\x03\x57\x02\x83\xdf\xc5\xde\ \x0e\x8f\xce\x75\x74\xdf\xe9\x88\xf8\xaf\x8a\xc8\x44\xf0\x06\x04\ \x44\xb9\x0b\x95\x2a\x56\xc8\x3b\xe8\xad\xca\xd6\x46\x21\x42\x90\ \xd8\x28\x33\x83\xdf\x3c\x7f\x1d\xe4\xe3\x7e\x2a\x3a\x33\x2c\x34\ \x5e\x13\x9a\x52\xc1\xc5\xab\x40\xf5\xda\xb5\x1a\x27\x34\x18\x74\ \xed\xab\x4e\x9b\xf4\xe2\xf2\x81\x7b\x41\x91\xb1\xa9\xf1\xd1\x19\ \x26\xb9\x8d\x63\xf1\xca\x75\x5b\x14\x92\xed\xbe\x7d\xba\x62\xfd\ \x86\x3e\x01\x65\x36\x45\x84\xbe\xfc\xf4\xf8\x4b\x54\xc6\xd9\x7d\ \x87\x43\x62\x23\x72\x7d\x0d\x86\x6c\x7f\x8a\xaf\x4e\x32\xf3\x3c\ \xf3\xb7\x62\x2f\xc3\x0c\x59\xd1\x93\xc4\x22\xcc\x66\xe4\x0a\x24\ \x16\x8c\x96\xef\xaa\xcf\x23\xe7\x69\xd0\x0b\x19\x18\x2d\xd9\x29\ \x25\x62\x64\x0a\x5e\x9f\xe2\xa9\x84\x0d\x65\xb8\xb6\x91\x0c\x0d\ \x38\xd2\xd0\x97\x1a\x4d\xe9\x32\x90\x47\xf5\x91\x49\xbf\x67\x9b\ \x45\xc4\x07\x67\x71\x47\xc6\xd6\x01\x39\x27\x1d\x53\x88\x57\xb2\ \xf4\x30\xd5\xbe\xd2\xc4\x97\xe6\x4d\xa8\x9c\x0b\xb3\x29\x5b\xa9\ \x6a\xb6\x20\x92\x64\xf5\x35\x16\x0b\x66\x0b\x62\x31\x80\x58\x8c\ \x60\x00\xf8\xc5\x8f\xea\xd5\xe9\x31\x8e\x7b\x05\x51\x28\x10\x89\ \xb3\xc4\x47\x34\x06\x3a\xcc\xa6\x54\x20\xfb\x56\x33\x43\xcf\xfa\ \x96\xc8\x14\x18\xc2\x78\xf8\x99\x49\x27\xa9\x62\x8f\xcf\x16\xd4\ \x09\x5c\x7d\x8c\x8b\x3d\x19\x1a\x22\x02\x49\xd4\xe1\x21\x03\x31\ \xb6\x76\x48\x45\x88\x6d\x28\x5f\x9b\xa6\x65\x78\x73\x97\x3b\x57\ \x09\x0b\x60\xc0\x52\xea\x14\xa7\xb0\x07\x82\x19\x40\xec\x5e\xb3\ \x49\xf1\x4d\x37\x2f\xdc\x54\x88\xf2\xf9\x48\xe3\x2e\x5d\xb8\x6f\ \x53\xa2\x56\x49\x4f\xe1\xf6\xf6\x03\x77\x82\xc2\x63\x62\x22\xa3\ \xc9\xdb\xad\x7d\xfd\x4d\xc7\x37\x3a\x4a\x86\x0f\x2f\x9a\x2f\xeb\ \xfb\x28\x77\xf0\xa8\x56\xaf\x4e\x95\xe2\xc9\x67\xa6\xdf\x79\xfe\ \xf2\x49\xb0\x4d\xa5\x39\x03\x5a\x7a\x50\xea\xcc\xa5\x11\x0f\x42\ \xdb\xd9\xd8\x3a\x14\xab\x58\xbe\xa0\xeb\x37\x45\x9f\xc8\x31\x4f\ \xe1\xe2\xc5\x0a\x25\xc7\xab\x54\x2a\x95\x1c\x64\x4a\x5b\x3b\x1b\ \x19\x82\x20\xca\x6a\xaa\x60\x91\xe6\x2a\xd0\xa5\x6d\xb9\x75\x57\ \x4f\x3a\x2a\x42\x2b\xfe\xd2\xc9\x4d\x02\x08\x77\x6e\x3d\xf4\x6a\ \x3b\xac\x4b\xa3\x9a\xd7\xfc\xf3\x5f\x12\x9b\x3e\xde\xb9\x11\x1a\ \xe3\x70\x6c\xdf\xc9\xf0\xf8\x2f\xfe\x11\x09\x55\xa4\xaa\x42\xe5\ \xaa\xd5\x6d\x57\xac\xfe\xe1\x3b\x6f\x02\x9e\xde\x78\xfe\x45\xa9\ \xbc\x78\x52\xf7\x35\xe2\x93\x53\x62\x7a\xa6\xc2\x36\x57\xb5\xba\ \x0d\xcb\xe6\x57\xc4\xbc\xbb\x76\x70\xef\x85\x88\xe0\x88\x04\x65\ \x8a\x5e\x6f\xa7\x70\xc8\x5b\xa5\x6c\x71\x55\xf4\x83\x47\x77\xdf\ \x39\x2a\x2e\xa8\x45\x5f\x92\x22\x1c\x9e\xdf\xd1\x65\xe6\x6a\x3a\ \xa9\x4b\x63\xcd\xab\xe4\xfd\x01\xcf\x4c\x96\x2c\xe1\x44\x10\xc9\ \x9d\x8b\x95\xab\x50\xd0\x23\x6c\xd1\xf3\x94\xae\x9b\xc6\x34\x2c\ \x46\xc2\x8d\xf3\x57\xef\x05\x16\x56\x39\x97\xae\x51\xbf\x52\x39\ \x8f\x9c\xe9\x41\xae\x42\x15\x1b\xd7\x69\x54\xcd\x21\xb4\xfd\xbc\ \xab\x41\x85\xbd\xf2\x16\x2e\x59\xaf\x56\xf3\xa4\xda\xc7\x1e\x7c\ \x0d\xbc\xfe\x32\xa0\x54\xb7\x69\x6d\x1a\x95\x2f\x6d\x0a\x18\x75\ \xe2\x66\xd1\xf2\x8a\x3c\xf9\x8a\x96\x2a\x52\x20\xf3\xd9\xf2\x4f\ \xd2\xb2\xcb\xfa\xb6\x74\xa0\xe0\xf9\xcb\xc3\x03\xc2\xd5\xf9\x8b\ \xd9\x59\x79\xed\xaf\x2b\x7b\x6a\xd2\x12\xe3\x2f\xcf\x16\x19\x32\ \x11\xff\x40\xbe\x52\x85\x28\x3d\x22\xf6\xca\x7c\xa3\xf1\xb7\x35\ \xdd\x96\x1c\x5d\xbb\x20\x98\x4c\x46\x40\x90\x88\x00\x07\xcf\x3c\ \x6e\xde\xe5\x06\x8d\x19\xbf\xf7\xdc\xed\x25\x6d\x4b\x7f\x53\x8b\ \x9b\x8c\x46\x40\xb0\x08\x82\x00\x82\x59\x9b\x96\x29\x77\x76\x76\ \x70\xf1\xa8\xd2\xbc\xef\xe4\xf9\x1b\xaf\xed\x5b\x55\xc6\x46\xad\ \x36\x98\xf4\x20\x58\x44\xb6\x76\xb2\x07\x7b\x97\xaf\xbe\x6d\x1c\ \x3f\x63\x72\xad\x7c\x2e\x26\xa3\x49\xc0\x62\x34\x18\x30\x59\x44\ \x26\xa3\xd6\x82\x60\xc1\x6c\x96\xb8\x79\x3a\xbb\x78\x15\xef\x3d\ \x7c\xdc\xa6\x23\xd7\x56\x0c\x6b\x96\xad\xc0\x7d\xca\xc2\x83\xcc\ \xdb\x43\x65\x0f\xb0\x25\x9f\x82\x7b\xfe\xa8\x43\x08\xb1\x50\x38\ \x7f\xf6\xc8\xfe\xe6\x22\xc0\xf0\x95\xd7\x49\xd4\xaf\x0c\x50\xb0\ \x08\xd1\xef\x48\xd6\xf1\xc0\x1f\xef\xf2\xc4\x27\x23\x4e\x62\xda\ \x44\x9e\xbc\xe1\xfc\x0d\xd4\x6a\x0c\xa0\x50\x61\xd1\x62\x74\xa2\ \x80\x32\x3b\xdb\x60\x33\x65\x8b\xf3\x74\x37\xe7\x92\x39\xb0\x06\ \x37\x39\xe8\x09\x0a\x42\x67\x8b\x3b\xbc\x0f\x41\x2c\x43\x26\x23\ \xcb\x49\x8b\xc5\x92\x4d\xb5\xa5\xcb\x12\xf6\x94\x4c\x3d\x2f\x5f\ \x90\xaf\x24\x95\x8a\xf0\xc1\x1f\x8d\x8e\xfb\x6f\x29\x5c\x05\x4d\ \x3a\x16\x50\x28\x31\x69\xb1\x71\xc5\x4b\x8a\xff\x7b\xd2\xde\x10\ \x2b\xa2\x94\x0b\x46\x1b\x4a\x57\xa3\x59\x35\x22\x3e\xa3\x07\x7d\ \x06\x62\x7b\xec\x44\xbc\xfd\x0c\x1a\xb4\x06\x64\x4a\xbc\xdc\x29\ \xd7\x98\x09\xf3\xb8\x79\x85\x22\x12\x3e\x07\x61\x30\xe5\xc4\xd4\ \x34\x93\x9e\x0a\x3a\x3e\xc5\x90\xdb\x07\x67\x25\xef\x3f\x02\x68\ \xf4\xdf\x8e\xb8\xdb\xd4\x6f\x5e\xe5\xfa\xc2\x11\x5f\xea\x8c\xf3\ \xf5\x4e\x5e\xb6\xed\x50\xd9\x46\x6d\x22\x2e\x2c\x5d\x76\x4d\x37\ \x61\xe6\xe4\x5a\x45\x9d\x33\xb4\x8a\xa6\xc3\x97\x1f\x58\xde\xf7\ \xfa\xd2\xe1\x1b\x9f\x64\x39\x5b\x13\x09\x16\xb3\x41\x8f\xd1\x28\ \x88\x45\x82\xbd\xab\x97\x22\x25\xe4\x43\x82\x49\x17\xf6\x32\x56\ \x6f\x9f\xcf\xc5\xde\x98\x91\x1a\x9b\xa0\x23\x47\xe2\x17\x72\xc6\ \x8c\xc2\xde\x56\x1b\x19\x1c\xad\x43\x2c\x12\x4c\x26\x0b\x16\xa3\ \x56\xaf\x41\x2c\x36\x6a\xd4\x69\x99\x54\x68\xdf\x4b\xb8\xbd\x65\ \xd3\xad\xf8\x5f\x1a\x57\xcf\x2a\xc5\xc3\xc5\x2e\xf6\xd3\x07\x3d\ \x64\x66\x68\x2d\x88\x1c\x3d\x3d\xdd\xf2\x94\x1d\x38\x7a\xfc\xee\ \xb3\xb7\x16\xb6\x28\xa7\xd5\x6a\xcd\x46\x3d\x98\x24\x20\x91\x39\ \xe6\x71\x77\x2e\xd3\xa0\xc7\x84\xb9\xeb\x6f\x5c\x5c\x53\xc8\x55\ \xa4\x37\x99\x0d\x26\x13\x42\xec\x8a\x31\x53\xd3\x2b\x0c\x9a\xea\ \xdb\xca\x4d\x66\x44\x2e\xd5\xa4\x45\xc5\x9b\x40\xa6\x74\xc9\x9d\ \xab\x5c\xe3\x1e\xe3\x67\x6c\x3c\x7f\x62\x7d\xad\xe2\x5e\x9a\x98\ \x80\x57\x29\x16\xc1\x6c\xd4\x1b\x4d\xc2\xb7\x51\x6f\x36\x19\x0d\ \x16\x04\x7b\x4f\x47\xc3\x9b\x57\x21\x98\x53\x02\xbe\xa4\x78\xfb\ \xb8\x09\x66\xb3\xd1\xf0\x7d\xb2\x88\xc5\x22\x5d\x7a\x8a\x1a\x82\ \xde\x7c\x10\xdb\xe7\x76\x92\x9b\x0d\x06\x63\x56\xc3\xcd\x22\x65\ \xbe\x3c\xf6\xa1\xaf\x5e\x19\xb0\xbc\x7b\xf9\xc1\xde\x3d\xbf\xb3\ \xc2\x1c\x1b\x97\x60\x06\xa9\x53\x3e\x79\xea\xd7\x37\x29\x26\x5d\ \xf0\xdb\x48\xbd\x93\x87\x93\xdc\x4a\x6a\x7f\x69\xf6\x8c\xb9\xb7\ \xc5\x10\xf4\x48\xb0\x60\xd1\x6b\xb3\xfe\x09\x7a\xad\xa0\xd7\x22\ \xa0\xf1\x3f\x1c\x1f\x70\xe6\xb7\x96\xef\x72\xa5\x32\x2b\xe6\xb4\ \x48\x2a\x53\xca\xa5\x80\x58\x2a\x03\x59\x8d\x9e\x93\xaa\x49\x1e\ \x4f\x9d\x36\x7d\xea\xb2\x63\xc9\xfa\xec\x2a\xc9\xe4\xca\xac\x38\ \xd4\x22\xa9\x54\x8a\x28\x57\x89\xf2\xb9\x52\xef\x9d\x8e\xce\x3f\ \x73\xe4\x2f\x57\x36\x4e\x9f\x36\x75\xda\xd9\x27\xb1\x4a\x95\x52\ \xa9\x90\x8b\x01\x89\x54\x8c\xb4\x68\xb5\x7a\xf9\x8d\x2f\xe7\xce\ \x58\xf0\x32\x55\x96\xdb\x41\x29\x96\x29\x65\x12\x11\x22\xb1\x42\ \xa9\x10\x83\x58\x2a\x13\x9b\x2c\xe5\x3b\x8f\x69\xe9\x11\x3c\x73\ \xda\xf4\x49\x8b\x76\x85\xa4\x65\xb3\xff\xc3\x9b\xbc\x8e\x64\xfb\ \x14\xfa\xfb\xe1\x9f\xcc\xb8\x09\x3c\x5e\x4c\xbb\x51\xd4\x1f\x4c\ \x25\xd7\x6c\x71\x4f\xa9\xcc\x26\x8a\x98\x08\x8c\xee\xf8\xb8\x01\ \x14\x6d\x48\x7b\x1f\x3a\xb6\xe3\x94\x96\xa1\xed\x69\xe2\xc7\x89\ \x43\xec\xd9\xcd\x2f\xf5\x18\xd6\x9d\x4f\x67\xe9\xd8\x81\xd6\xdd\ \x28\xd2\x89\x5a\xf9\x18\x32\x9a\x67\x4b\x68\x37\x82\x7a\x43\x29\ \x6b\xcb\xd9\x63\x44\x7c\x65\xac\x1f\x63\xe6\x13\x1f\xce\xec\x29\ \x7c\x14\x31\x69\x18\xa7\x47\xd1\x76\x34\x75\xfc\x28\xe5\x0a\x20\ \x91\xa2\x90\x61\x81\xe2\x1d\x69\x62\x4f\xdb\xf6\x3c\x92\xd1\xaf\ \x05\x55\x5a\x51\x59\x4f\xbb\xf6\xbc\xf7\x62\x54\x4b\xee\xec\xa1\ \x43\x27\xda\x8e\xa0\x7c\x7f\x6a\x94\x60\xd0\x10\xae\xcf\xa6\xdd\ \x58\xda\x8e\xa6\xb0\x84\xe5\xe3\xe9\xda\x85\x65\xb7\x19\x31\x0c\ \x27\x6f\xf2\xc1\xd1\x77\x4c\x1c\xc7\xa5\xc5\xf4\x1b\xc8\xab\x18\ \x1c\xbc\x99\x34\x9a\x67\x5b\x98\x3e\x95\xa3\x01\x18\xc3\x99\x31\ \x95\x64\x0b\x22\x13\x82\x04\xa9\x91\x7d\x33\xe8\xd4\x0e\x7d\x39\ \xda\xd5\x67\xc8\x70\xde\xef\x63\x60\x1f\xee\x06\xa1\xca\xf1\xe7\ \x5c\xa6\x76\x43\x67\x93\xbe\x70\xa5\x06\xad\xea\xe5\xcb\xd0\x3b\ \xd7\x6b\x58\x20\x5f\xd1\xaa\x85\xcc\x01\x73\x67\x2c\x7a\x99\x62\ \xe3\xad\x88\xdf\x31\x6f\xf0\xe8\x85\x7b\x28\x50\xb3\xb2\x4f\x96\ \x70\x24\x56\x28\x95\x12\x11\x88\x24\x52\xb1\xd8\xa3\x44\xad\x89\ \x9d\x8b\x2c\xeb\xd1\xbe\xfd\xa0\xed\x75\x06\x8d\xad\x92\xbb\x40\ \x8b\x3a\x79\xd6\xfa\x75\x1a\xbb\xf8\x68\x96\x32\x4f\x22\x93\x2b\ \x64\x52\xc0\xb6\x44\xe3\x8e\x95\x2d\xa3\xdb\x75\x1e\xb3\xf9\x81\ \xab\xa7\xbb\x4f\xc5\x2a\xba\x8f\x57\x1f\x84\x28\x6b\x94\x96\x9c\ \x39\x75\x13\xe7\xaa\x1d\x2a\xd9\xe9\x9c\x2a\xd4\x2d\x94\x1d\x65\ \xb3\x7e\xdf\x31\xd5\x75\xb7\xfb\x0f\x18\xb0\xec\xf8\x73\xbd\x48\ \x55\xa5\xdb\xc4\xda\x36\x2f\xa6\x4e\x9b\x3e\x75\xe9\xf1\x0c\x44\ \x36\x36\x36\x72\xa9\x04\x90\xca\xc4\xca\x5c\xe5\x27\x8f\xe9\x18\ \xb0\x63\xe6\xf4\xa9\x93\x0e\x3c\x09\x15\x4b\x6d\x95\x0a\x85\x14\ \x01\x1c\xeb\x34\xa9\xf2\xe6\xc8\xf2\x79\xdb\x2f\x62\xef\xe4\x5e\ \xbc\x51\x6d\x8f\xe0\x7e\xed\x3b\xad\x7d\x21\x9d\x38\xa5\xbb\xff\ \xde\x59\xd3\xa7\x4d\xda\x7b\xe7\xab\x73\xc5\x2e\xa3\xda\xb8\x4d\ \xe8\xd1\xbe\xef\xf4\x8d\x46\xf7\xfc\x8e\x59\x1a\x07\x91\x44\xa1\ \x54\x88\x31\x23\x72\x19\x3c\xc9\x37\x6c\xaf\x5f\xc7\xf6\x5d\xc2\ \x0a\x77\xf6\xad\x5f\xd2\x82\xe4\xc7\x10\xec\x52\xb9\x22\xe6\xe9\ \x81\xee\x9d\xbb\x4c\x3e\x18\x3e\x64\x5c\x7f\x6f\xa9\x49\x2c\x93\ \x01\x12\xa9\xcc\x62\x54\x34\xe9\x3f\xb1\x4c\xdc\xa9\xf6\x1d\x3a\ \x6c\x0b\x70\x18\x3d\xb4\x63\xbd\xda\x8d\xf5\x0f\xd6\xb4\xef\x31\ \xf1\x85\xb8\xe9\xb4\xbe\x25\xe6\x75\x69\xdf\x7e\xd8\xfe\x3a\x83\ \x26\x55\xf1\xb0\xb2\xe7\x9f\x87\x7f\xc6\x43\x5d\xc4\xbd\xdd\xea\ \x77\xa7\xc4\x52\x65\x56\x54\x5c\x8b\xc5\x82\x51\x83\x60\x01\xc1\ \x62\x36\xbb\x34\x18\x9b\xbb\x7c\xab\x5f\x15\x3d\x75\x1a\x8d\x48\ \xa1\x52\x48\x44\x16\x83\x4e\x67\x16\xab\x6c\xe4\x26\xbd\xc6\x80\ \x5c\xa5\x90\x62\xcc\x8c\x8c\x4d\x46\x66\xeb\xe1\xee\x2a\x13\x03\ \x18\xb4\x1a\x8b\x54\xa1\x94\x49\x2c\x46\xbd\xd6\x84\xad\x8d\x42\ \xaf\x4e\xd5\x8a\x1d\x9c\x6c\xc4\x69\x09\xd1\x69\x5a\xb3\xbd\x8b\ \x87\xb3\xad\x58\xa3\x35\x2a\x55\x36\x22\xa3\x5e\x63\x12\xd9\xda\ \xc8\xf5\xe9\x09\xb1\x29\x5a\x1b\x47\x17\x37\x27\x3b\x93\x56\x2d\ \xc8\x54\x0a\xb1\x59\xa3\x35\x2a\x6d\x6d\x04\xbd\x56\x2f\x48\x55\ \x4a\x19\x66\x4d\x74\x74\xa2\x49\x62\xe3\xe1\x9e\x2b\x2b\x1c\xa6\ \xd9\x48\x5a\x1a\x1a\x2d\x88\xc9\x95\x07\x85\x08\x5d\x1a\xa9\x26\ \x72\xff\xb0\xbb\xab\xd3\xa3\x54\x64\xaf\xdc\x75\x26\x94\x3f\x8c\ \xd2\xb8\x18\xec\xdc\xb1\xfd\x61\x47\x55\xaf\x47\xa1\xc0\xac\x23\ \x3e\x19\xe4\x78\xe6\xf8\x2b\xd2\xa7\x91\x92\x93\xad\x5e\x4d\x7a\ \x26\x3a\x03\x52\x05\xb9\xdd\xd1\x64\x62\x63\x87\x18\xd4\x49\xa4\ \x0b\xdf\x1f\x11\xcc\x18\x2c\x28\x72\x74\x24\xb1\x31\x38\xe5\x46\ \x99\xad\x53\x23\x36\x0e\x17\x4f\xe4\x60\xd0\x90\x94\x8a\x58\x89\ \x87\x4b\x76\x4a\x6d\x0a\xe9\x42\xf6\x65\x7a\x32\x19\x5a\xec\xdd\ \x70\x50\x00\x58\x0c\x64\x58\x88\xf5\xe7\xe4\x4d\xc2\x3f\x93\xea\ \xca\x96\x35\x38\x81\x26\x85\x14\x0d\xb6\x2e\x38\xd9\x90\x1e\xc7\ \xc9\x4d\xec\x7d\xcd\xe1\x13\xac\xeb\x82\x74\x00\x43\x2b\xe3\x99\ \x1b\x11\x44\xbc\xe6\xc8\x39\xa2\xc3\xf8\x62\x66\xfd\x56\x7c\xb2\ \xbb\x42\x30\xe8\x74\x12\x85\x8d\x44\x64\xd2\x6a\xcd\x36\x36\x0a\ \x40\x9f\x9e\x10\x9b\x9c\xf5\x3a\x6c\xd2\x13\x63\xd3\x34\x16\xc7\ \x5c\x79\x9c\x54\x92\xac\x86\x69\x34\x7a\xb9\x4a\x25\x11\x8c\x1a\ \xad\xc9\xc6\xd6\x46\x0c\xc9\x31\x91\x5a\x89\xbd\x97\xbb\x63\x96\ \xda\x35\x3e\x3a\xce\x2c\x77\xc8\xed\xe6\x20\x02\xf3\xb7\xd7\x07\ \x60\x88\x8b\x8c\x35\x49\x55\x6e\x6e\xae\x0a\xa9\x28\x33\x2d\x55\ \x6c\xe3\xa8\x92\x68\xe3\xa2\xbf\xdc\x3c\x77\xe9\xd6\xc3\xf7\x8d\ \x27\xac\xe8\x56\x31\xdb\x1b\xa6\x29\x21\xe8\xf0\xa1\xa3\x81\x11\ \xd1\xaf\xde\xc6\x76\x5f\xb0\xa3\x77\x15\x57\x4c\x99\x51\x31\xc9\ \x16\xa9\x6d\xee\xdc\xae\xe8\x35\x26\x89\xc2\x46\x26\xd6\x6b\x34\ \x22\x85\xad\x5c\x42\x66\x52\x4c\xb2\xda\x68\xeb\xec\xee\x6a\xaf\ \xd0\x6a\x34\x52\xa5\x4a\x26\x16\x81\x39\x21\x3a\x4a\x63\x91\xb9\ \xb8\xe5\xb2\x57\x4a\x05\x43\x66\x4c\x7c\x8a\xc2\x29\xb7\xab\x9d\ \x2c\x3b\xbd\x93\xbb\xab\x83\x12\x48\x8e\x8d\x50\x9b\x65\xce\x6e\ \x6e\x76\x59\x63\x4b\x30\x69\x34\x06\xb9\x8d\x2a\x2b\xd0\xa9\x21\ \x3d\x3e\x2e\xdd\xec\xe1\xed\x29\x07\x9d\x46\x2d\x92\xdb\x28\x72\ \x22\xa0\x86\x1f\x9b\xd7\xef\x88\x66\xc3\x9a\x61\xee\xce\x1e\x6e\ \xf6\x0a\x8b\x51\xa7\x33\x89\x54\x36\x0a\xa3\x4e\x63\x12\xc9\x6d\ \xb2\xe7\x48\x8a\x7d\x2e\x2f\x47\xa5\x18\xd0\xa5\xc6\x27\x64\x98\ \x5d\x3d\x3d\x55\xd2\xac\x7e\x73\xf0\x72\x77\xb0\x32\xda\x3f\xb9\ \x07\xfe\x67\xc6\x73\x37\xfd\xe0\x94\x4c\xf8\x61\x55\x0b\xc8\x25\ \xff\x66\x1d\x97\x9c\x8c\x56\xc7\xb7\xb6\x9a\xcd\x08\x02\x12\x09\ \x22\x51\xf6\xef\x2c\xf5\xa1\x44\x8c\xc5\x8c\x00\x22\x11\x62\x31\ \x66\xf3\x37\x8d\x2f\x12\x31\x82\xe5\xa7\x50\xec\x12\x09\x16\x33\ \x88\x73\x56\xdf\xe6\x9c\x78\xeb\x3f\x64\x2b\x96\x64\xab\x41\x11\ \xb2\x95\x98\x16\x33\x82\x08\x89\x04\x11\xdf\x8b\x16\x89\x11\x93\ \x9d\xf9\xdf\x94\x25\x16\x23\xce\xb9\xcc\xfa\x8d\x90\xb3\xd2\x17\ \x21\x11\x7f\x2f\x2b\xab\x5c\x41\xc8\x6e\x82\x58\x82\x48\xe0\xe3\ \x33\xee\xbf\x41\x62\x47\xc3\xe6\xe4\xb3\xc7\x92\xf3\x88\x60\xc1\ \x2c\x80\x86\xe3\x47\xf0\xaa\x43\x9d\x22\xbc\x7a\x8c\xaa\x04\xc5\ \x5c\xb1\x58\xb0\x58\x88\xfa\xc0\x8d\x27\x58\xe4\xd4\x6a\x46\xb5\ \x82\xd8\xfe\x65\xe6\xac\x90\x19\x7a\xf4\xf0\x0d\xa7\x0a\xbf\x34\ \xab\xfc\xdd\x47\x97\x29\xf9\xeb\x95\xab\xb7\xe3\x75\xe2\x02\xe5\ \x1b\x36\xa8\xe0\xf3\x97\x1d\x87\x9a\xa8\x8f\xaf\x62\xa5\x35\x2a\ \x15\xb6\xda\x21\xfd\x87\xb3\xe7\x7f\x12\x76\xee\xe0\xe1\x23\xc8\ \xe2\x14\xb2\xf9\xe5\xe7\x1e\xf9\x4e\x82\xdf\xd8\x93\x1f\x52\x4a\ \x24\xd9\xb4\xfb\x8d\x4f\x45\x7c\xff\xa2\x88\xc4\x88\x84\x6c\xf6\ \x14\xe7\xd0\xd3\xb7\xed\x7b\x99\x02\x59\x96\x02\xf1\x4f\x87\x5c\ \x89\x4a\x09\x16\x34\x1a\x0c\xa6\x5f\x51\xea\xd8\x3b\x60\xd1\xa2\ \xd6\xa3\x54\x21\xe8\xd1\x9b\xbf\xa9\xb8\xb1\xb5\x41\x24\xa0\xd3\ \xd0\xb8\x29\x1d\x3a\x58\x67\x9f\x15\xff\x8d\xec\xf9\x67\x79\xa8\ \xb3\xa0\xd6\xa2\xb4\xc5\xac\x43\xac\xfc\x5e\xaa\x4e\x8b\x4c\x49\ \x96\xf2\x47\x93\x42\x52\x26\x0a\x5b\x5c\x9c\x90\xfe\xc8\xdb\x02\ \x29\xf1\x68\x2c\x78\x7a\x66\xab\x69\x4d\x6a\x62\x53\xf1\xf4\xe2\ \x9b\x98\xab\xd3\x20\x53\x21\x31\x12\x13\x87\xc1\x8c\x4c\x89\x8d\ \x2d\x8e\x76\x88\x21\x26\x0a\x95\x1b\x8e\x8a\x1f\x3e\xf2\x6a\xe4\ \xb6\x88\x0d\x24\x24\x60\x14\x31\x70\x10\x03\x07\x65\x57\x32\x53\ \x8f\x9d\xcd\xaf\x54\xdf\xa0\xc6\x28\xc3\x36\x67\xb5\x9e\x99\x86\ \xc8\xe6\xfb\xa5\xa0\x43\x27\xe3\x77\xda\x42\xa7\xa5\xe1\xe8\xf8\ \xfd\xf2\xdd\x25\x9e\xc8\x19\xd4\xd8\x3a\x80\xad\xb0\xe2\xdf\x0c\ \x7f\x92\x74\xa9\x0b\xa3\x5f\x1f\x3e\x69\xd8\x35\x9e\xe6\x53\xb3\ \xff\x98\xf8\x80\xfa\xb5\xb9\x9b\x02\x70\x77\x17\x9d\xbb\x31\x6a\ \x14\x43\x27\xe1\xff\xf3\xd1\xc0\xc0\x9b\x0c\xf5\x65\x60\x67\x06\ \x2d\x44\x0b\x9a\xaf\x0c\xeb\xce\xa0\x3e\x8c\x58\x4a\x26\x18\x92\ \xd8\x3b\x8d\xea\xdd\xf8\x6c\x81\x44\xd6\x2f\x62\xd6\x1c\x06\xb5\ \xa5\xe9\x18\xb4\x26\x76\x4f\xa1\x67\x7f\xba\x0c\xe0\x75\x62\x76\ \x6e\x8f\xb6\x52\xa6\x2e\xfe\x3a\xd2\x3e\x32\x6f\x32\xa3\xfb\x32\ \x70\x1e\x1a\x88\x7b\x4a\xa7\x66\xb4\x6f\xc9\xec\xfd\x18\x7f\xae\ \xfc\xbd\x43\x74\xef\x42\x8b\x7a\x4c\xdd\x8d\x05\x5e\x1d\x67\xf8\ \x10\xda\xb7\x62\xde\x21\x80\x67\x87\x68\xd9\x92\x16\x4d\xd9\xfb\ \x10\x20\xec\x15\x7e\x2d\xe9\xb6\x28\xfb\xd9\x2f\x2f\xe9\xd3\x90\ \x31\xdb\x01\x12\x5f\xd3\xbf\x2d\x83\x07\x30\x70\x3a\x71\x39\xa7\ \x68\x1c\xbc\x28\xe1\x69\x1d\x87\x56\x58\x61\x65\xcf\xdf\xd4\x48\ \xa1\xd7\x63\xd2\x92\x9a\xca\x83\xbd\xdc\x8a\x05\xd8\xbd\x83\x4f\ \x91\xa4\x9b\x49\x78\xc2\xb8\xcd\x0c\x5e\xc5\xa9\x53\xec\x5a\x41\ \x99\x9f\x83\x5f\xb9\x16\x63\xe9\x6e\x2e\x6c\xe3\xdd\x71\x42\x75\ \x9c\x5d\x8f\xba\x1e\xa7\xcf\x90\x71\x95\x2b\xef\x89\xfc\xc4\xcb\ \x68\x14\x60\x34\x82\x27\x8b\x36\xb1\x77\x37\x15\x0b\xd3\xbf\x3f\ \x19\x8f\xd9\xfb\x9e\x83\x67\xe8\xe9\xc2\x8a\x3d\x00\xb1\xfe\x6c\ \xbc\x8c\xab\x03\x7a\x1d\x8e\xc5\x99\xbb\x8a\x11\x1d\xf9\xf2\x16\ \x23\x6c\x5a\x49\x89\xe1\x9c\xd9\xc1\xd3\x9d\x3c\xfe\x99\xbe\x0b\ \x54\x63\xd3\x31\x8e\xce\xe4\xea\x6e\x92\x2c\x94\x6c\xc1\x8a\xb5\ \x74\x2e\xcf\x87\x8f\x90\xc6\x9a\x6d\x0c\xdc\xc8\xfe\x71\xec\x5e\ \x49\xa2\x89\xe7\x77\xd0\x19\x10\x65\xc9\xf8\x3a\x1e\x3d\x24\x5d\ \x8e\xc5\x00\x70\x66\x0d\xc6\xc6\x1c\x39\x49\x9e\xaf\x1c\xbe\x9f\ \x9d\x79\xfc\x17\x3e\xc4\x91\x19\xc4\x84\x7e\xf4\xe8\xc1\xf8\xc5\ \x64\x9d\x8f\x7e\x7c\x9c\x3e\xdd\xe8\xda\x95\x5d\x77\xad\xa3\xd4\ \x0a\x2b\xfe\x9b\xd9\x13\xc4\x62\x8c\x99\xa8\xc5\x0c\x69\xcd\x89\ \xfd\x44\xbf\x25\xc0\x44\xcf\xa6\xa4\xc4\xf2\xe6\x1a\x3e\x4d\x68\ \x53\x0a\x91\x08\xb9\x38\x9b\x6b\xbe\xc1\x3d\x2f\xf9\x5c\x79\x7c\ \x07\xef\x5a\xf8\x28\x78\x1e\x4a\xe5\xda\xd8\xd8\x53\xa9\x10\xaf\ \xde\x90\xbf\x3a\x4b\x66\x91\x57\x81\x39\x47\x5f\xf1\xe1\x08\xfe\ \x0a\x06\xd5\xe2\xf3\x5b\x72\x95\xc0\x53\x45\xed\x2a\xc4\xbf\x01\ \x33\xbb\x76\xd0\x76\x02\x35\xbd\x31\x0b\x88\xe5\x04\xdd\x60\xcd\ \x01\xbc\xcb\xa1\xd0\x12\x9c\x4e\xbd\x6a\xd8\x16\xa4\x98\x82\xcf\ \x9f\x7f\xaa\x40\xde\x42\x78\xd8\x72\xeb\x1e\xe5\x9b\xe2\x24\x46\ \x6e\xcb\xdd\xc3\xec\xbb\x4e\xe9\xaa\xa4\x87\x93\x62\x47\xf9\x22\ \x78\x57\xc3\x2e\x83\x20\x35\x1d\x46\x33\xb2\x05\xd2\x2c\x15\xa1\ \x82\x1e\x23\x19\xd4\x04\x8b\x11\xa0\x5c\x6d\xe2\xae\xb1\x7e\x23\ \x6f\x83\x49\x49\xc9\xce\x3c\x34\x80\xfb\x41\xc4\xbe\xc4\x5f\xcd\ \xcc\x99\x28\x5e\x33\x63\x3d\x51\x2f\x99\xb6\x81\x2e\x13\x69\xed\ \xc1\xc5\x3b\xd6\x51\x6a\x85\x15\xff\xdd\xec\x29\x12\x61\xd0\x91\ \xa9\xa3\xd9\x40\x94\x6f\x19\x3e\x85\x2a\x7d\xa9\xe5\x46\x62\x2c\ \x12\xf9\xf7\x5d\x94\xc3\xb3\xd9\xf1\x77\xf1\x61\x1e\xef\x67\xc9\ \x1d\xe6\xcc\xc7\x56\x84\x40\xf6\x66\xb4\xc5\x82\x58\x84\x58\x8c\ \xc5\x88\xc9\xf2\x5d\xc8\x3d\x7e\x91\x46\x5d\x90\x81\x20\xfe\x9e\ \x52\x61\xc7\xf3\xa3\xdc\xd5\x51\xca\x99\xc8\x58\x62\xe2\x01\x6a\ \xf6\xe0\xec\x15\x74\x77\xb9\xf5\x0e\xb9\x2c\x9b\x7f\x2d\x64\x9f\ \xd2\xf9\x11\x67\x96\x72\x34\x85\x05\xe3\xc8\xb2\x97\xe9\x34\x9a\ \x4b\xdb\xb9\xbf\x81\x80\x38\xb2\x0c\x02\xf9\xb6\x09\x2e\x42\x6f\ \xc8\xd9\x77\x12\x21\x86\x6f\x06\xd1\x55\x06\xb2\x72\x32\x79\x5d\ \x49\x8c\xc7\x35\x47\xbe\x96\xc9\xb1\x91\x23\x88\x70\xcf\x4f\x89\ \x12\x8c\x1c\x46\x64\x00\x37\x1f\xe2\x55\x9f\x56\x95\x28\x5e\x00\ \x95\xc4\x3a\x4a\xad\xb0\xe2\xbf\x7b\xe5\x6e\x32\xa3\xd7\x92\xa2\ \xc3\xad\x14\x6d\xca\xf1\x3e\x8e\xde\x4d\x30\xeb\x49\x4e\xa0\x5c\ \x0b\x22\xaf\x70\xe4\x05\x66\x33\x61\x41\x44\xa7\xfe\xf4\x68\xd4\ \x03\x16\x1e\x63\xde\x76\xca\xba\x00\x54\x2b\xc4\xa3\xab\x24\xc5\ \xf0\x34\x98\xd2\xa5\xb3\xc9\xd1\x94\x73\x9c\x51\x1f\x4a\x40\x1c\ \xb5\x2b\x02\x14\x2c\x41\xe2\x5b\x3e\x27\x70\xed\x21\x79\x2b\x62\ \x94\x91\x4f\xc9\xc6\x95\x04\x7c\xe4\xde\x13\x52\x53\x48\xd6\x90\ \x91\x44\xa6\x1a\xa9\x07\x25\x9d\xb8\x7a\x8b\xf8\x37\x7c\x30\x50\ \xb2\xe8\x4f\x15\x78\x7d\x84\x1d\xef\xd8\xbc\x95\x3c\x36\x00\xf1\ \xd1\x68\x8d\x24\x25\xa1\x36\x93\xa7\x10\xae\x1a\x1e\xbe\x22\xf0\ \x16\x99\xce\x14\xb7\x07\x10\xcc\x98\x7e\xf0\x45\x66\x31\x7f\xdf\ \x8e\x2f\x5b\x1b\xbb\x24\x34\x45\x69\x5a\x89\x2f\xaf\x09\x49\x24\ \xeb\xb0\xab\x48\x44\x46\x02\x6a\x13\x4f\xee\xa1\xf2\xa0\x78\x7e\ \x22\x5e\x13\xab\x23\x39\x0d\x93\x18\x4d\xec\x87\x67\xaf\x42\xcc\ \xd6\xd1\x6a\x85\x15\x7f\x25\xfc\x49\x7b\xee\x22\x29\xee\xee\x48\ \x45\xd8\x79\x20\x16\xa8\xe7\xc7\x8d\x1e\xb8\x81\x5d\x6e\x24\x06\ \x9c\xcb\xb2\x7e\x2c\x4b\x67\x70\xdc\x96\x04\x1d\xa3\xcb\xfc\xf4\ \xec\xa7\x37\x44\x24\xb1\x76\x34\x26\x33\xc3\x97\xd3\x6e\x12\x2f\ \x46\xd2\xa3\x17\xe5\xbb\xd3\xaa\x34\x80\x48\x86\x7b\x2e\xe4\x22\ \x80\xa4\x44\x94\x05\xf0\xc9\x05\xe0\x5d\x93\xc1\x75\x18\xd2\x13\ \xfb\x02\x2c\xeb\x4c\x51\x47\x6a\x76\x06\x98\x3c\x84\xde\x3d\x89\ \x3e\xc3\xa4\x7d\x58\x74\x54\xea\x4f\x7d\x1f\xaa\x4e\x66\xcc\x34\ \x7a\xee\xa1\xc5\x68\xaa\xff\x1c\x0a\xf8\x79\x00\x09\x31\x4c\xed\ \x83\xc8\x9e\x99\xab\xf0\xdf\xc5\x81\x97\xe8\x4d\xf4\x9e\x42\x91\ \x02\x8c\x1b\xc5\x8c\xa9\xec\x93\x31\x7a\x11\x4e\x59\xeb\x75\x47\ \xdc\x94\xdf\x1f\x57\x39\xe2\xa2\x04\x48\xfb\xc8\xe8\x19\x68\x9d\ \xd9\xb0\x9d\x62\x8e\x6c\xd8\x85\xa4\x3b\x85\xa4\x98\xcc\xc8\xe4\ \x44\x3c\xa4\x47\x17\x8c\x32\xa6\xaf\xa4\xaa\x3b\xdd\x1e\x33\xda\ \x8f\xc8\x47\xf8\x8c\x27\xf6\xf1\xd1\xb5\x37\x5d\xb7\x6f\x18\xa5\ \xb2\x0e\x58\x2b\xac\xf8\xcb\xe0\xaf\x65\xef\x69\x30\x20\x97\x63\ \x8e\x66\xf7\x09\x32\xb3\x16\xe3\x72\xba\x0e\xc4\x53\x81\x41\x8f\ \x00\x8a\x1c\xc3\x23\x93\x19\xe9\xef\x5b\xd2\x5a\x4c\x3f\x1d\xc7\ \xff\x11\x26\x23\x48\x7e\xb2\x8e\x32\x09\x48\x45\xa4\xbd\x67\xdf\ \x75\xb2\x55\x97\x2e\xf4\xea\x83\xbd\x80\xde\x80\x48\x8c\x5c\x06\ \x60\x34\x20\x91\xff\x20\xb7\x0b\x08\xa2\xdf\x15\xd3\xdc\x68\x44\ \x26\xfb\x7e\xf9\xea\x0c\xd3\x56\xd1\x75\x23\x8d\x03\x19\x7e\x8f\ \xc3\xab\xb0\xc9\xb2\x82\x52\x73\x68\x2b\x9f\x92\x78\xf7\x81\x6e\ \xf3\xe8\x54\xca\x62\x11\xf8\x2f\x31\xbf\xb5\xc2\x8a\x3f\x1f\x7f\ \x69\x7b\xcf\x2f\x5f\xc8\xc8\xf8\x61\x1d\x9f\x63\x3a\x2e\x64\x51\ \x8f\x90\xed\x8d\x22\x0b\xda\x08\x82\xbf\xa2\xc9\x62\x2f\x19\xaf\ \x5e\x12\xaf\xfa\xe9\xd9\x6f\x89\xb3\x4f\xe3\x88\xfe\xf6\x96\x58\ \x8c\xc5\xf2\xb7\xd9\x7e\x3b\x35\xf4\xf7\x34\x27\x08\x3f\xfd\x3d\ \xf9\x23\x5f\xbe\xe4\xb0\x67\x12\x2f\x03\x70\xfa\x0d\xe2\xfa\xd5\ \x22\xb2\x3d\x6b\x08\xdf\xbe\x46\xbf\x9e\x52\x24\xe2\x4b\x02\x8d\ \x7b\x51\x46\x4c\xa4\x13\xdd\x1a\x12\x14\x98\x43\xe2\x1a\x32\x2c\ \x48\x95\x34\xed\x46\x25\x3b\x44\x62\xb1\x55\xf9\x69\x85\x15\xff\ \xa5\x2b\xf7\x2b\x57\xf8\x18\x84\x5c\xf6\x9d\xa1\xcc\x66\xcc\x46\ \xc1\x64\x46\x2c\xf9\x5b\x36\x13\x4b\xb1\x51\x62\x0b\x12\x19\x32\ \x31\x77\x4f\xfd\x14\x06\xe3\x67\x39\x19\xb9\x1c\xb3\xf1\xa7\xbb\ \x62\x09\xda\xf4\x4c\xb1\xca\x4e\xf6\x4f\x1d\x79\x13\x4b\x91\x8a\ \x04\xb9\x4a\x94\x75\x8c\x52\x30\x70\x6a\x37\xff\x74\x0c\x04\xb1\ \x14\x09\x18\x7f\xc3\x91\xbb\x5c\x85\x8d\x58\xd8\xf5\xda\x22\x51\ \x48\x14\x12\x1e\xdd\x46\x00\x91\x04\x99\x14\xa9\x0c\x89\x88\x2f\ \xfe\x9c\x8f\x61\xf4\x18\xeb\x40\xb5\xc2\x8a\xff\x56\xf6\x1c\x36\ \x0c\x88\x8b\xfa\x1a\x25\x56\xd9\x89\x4c\x5a\x8d\x5e\x94\x5b\x95\ \xb2\x7e\xc7\x9d\xde\x33\x66\xe5\xf9\x47\xcf\x45\x86\x87\x25\x88\ \x6d\x5c\xbc\xdd\xf3\xfe\xc6\x06\xd7\x97\x1d\x4b\x77\xd7\x18\x32\ \xab\x94\xe3\x0f\xeb\xe1\xb8\x13\x33\x36\x7f\x99\x3d\x67\x92\xec\ \x9f\xab\x6b\xc2\xc5\x05\x3b\x82\x26\x4e\x1d\xab\xf8\xdf\x69\x7a\ \x92\xde\x20\x53\xc8\x7f\xeb\x28\x78\xdc\xc1\x15\x8b\xf3\x0e\x9e\ \x59\x37\xff\x8f\xaa\xd6\x54\x9d\xce\xa2\x54\xba\xfc\xfa\x12\x23\ \xe4\xe2\x82\xdd\x41\x23\xe6\x8e\xf5\xfe\x1d\xe2\xe8\xc3\x03\x4b\ \xef\x88\xea\x4c\xef\x59\xf3\xef\x6f\x45\x3d\x3b\xbe\xf6\x7a\xe6\ \xe4\x69\xfd\x5d\xad\xc7\xaa\xad\xb0\xe2\xaf\xcc\x9e\x40\xca\xbb\ \x77\xbb\xb6\x1e\xbe\x74\xe3\xa2\x3a\x77\xf5\x86\xe5\x2b\x94\x29\ \x94\xf9\xe8\x8b\xc3\x90\xdf\xd6\x16\xc6\xbf\x3a\x35\x79\xce\x2e\ \xad\x83\xab\x59\xe9\x3d\x6e\xe6\xbc\x1a\x79\x7f\x75\xe5\xec\x59\ \xa3\x51\x5b\x37\xf9\x4f\x3c\x19\x70\xf6\xc1\xab\xe4\x32\xff\x34\ \x27\xbc\xbe\xf4\xf0\x59\x8c\xf7\xff\x96\x8a\xf1\xec\x8c\x91\xe7\ \xdc\x86\xef\x1c\x53\xeb\xd7\x17\xfe\xd1\x21\xe7\x6e\x44\x0d\xe9\ \xf5\xd3\x2e\xd5\x8b\xcd\xb3\x97\x84\xd6\x38\xb1\xb4\xdb\xaf\x3e\ \x62\x9b\xa7\x42\xc7\xf6\x05\x3d\x7f\xdf\x4a\xbe\x68\xcd\x96\x0e\ \xe2\x5f\x3f\xc9\xe4\x5a\xb8\x7a\x17\x85\xce\xd9\x4a\x9d\x56\x58\ \xf1\xd7\x67\x4f\xe7\xd2\x8d\x66\xae\xaf\xa8\xef\x16\x5d\x68\xec\ \xde\xfe\xd5\x1c\x1e\xaf\xe9\x3a\xef\x69\x64\xdf\xd6\xaf\x1a\xf8\ \xce\x1e\xdd\xa6\x4c\xe8\x83\x23\x2b\xb6\x9f\x88\xc9\xb4\xeb\x3c\ \x65\x51\xb7\x2a\x79\x80\x3b\xbb\xb7\x84\x15\x1a\x74\x6b\x65\x17\ \x04\xa3\x45\xc4\xeb\x4b\x9b\xd7\xec\xb9\x99\x22\xf5\x9e\xb0\x78\ \x41\xfe\xf8\x8b\x53\xe7\xec\x35\x14\x69\xd8\xab\xb6\x5d\x40\x54\ \xee\x59\x95\x4b\xdf\x3f\xbc\x71\xef\xb9\x7b\x11\xf1\xb2\x31\xeb\ \x97\xc7\x7e\x8d\x2f\x5d\xbd\x6c\x56\xc3\xb4\x9f\xae\x4f\x59\xb8\ \x25\x32\x5d\xeb\x59\xbd\xdf\x8a\xc9\x5d\xee\x6d\x9c\xf4\x21\xef\ \x90\x31\xad\x85\x79\x93\x77\xb6\x9d\x34\x2d\xf9\xc2\xaa\x0d\xa7\ \xfd\x8d\x36\xb9\x4a\xfa\xa8\x82\x3e\x7e\xca\xdf\x64\xd4\xd2\x51\ \x2d\x3f\x7e\x79\xf3\xf1\xc1\x83\xce\x6d\x6e\xd5\xf5\x9d\x37\xae\ \x75\xa1\xfb\x07\xd7\x6d\x3d\xf3\xdc\xe0\x58\x78\xda\x8a\xb9\xf6\ \x0f\xd7\x8f\x5b\x7f\xd7\xb5\x58\xed\x79\x2b\x27\x7a\x4b\x51\x07\ \x5e\x99\xb2\x78\x7b\x64\xb2\xc9\xa3\x78\x71\x62\x83\x23\x2c\x05\ \x66\xaf\x5a\x52\xd5\x35\xfd\xd8\xfa\xa5\x27\x1e\x7f\x51\x15\x68\ \xb2\x76\x7e\xa7\xe7\x81\x5f\x5e\xa6\xad\x98\xe8\x6c\x99\xd5\xcc\ \x75\xc7\xda\x8d\xf7\xde\x7d\x25\x6f\xab\x83\x1b\x87\xa5\xbd\x3c\ \xbb\x62\xcb\xf1\xa0\x90\xc0\xcc\xbc\x5d\xaa\xe5\xd6\xde\xda\xb7\ \xf6\xe0\xa5\xc7\xe1\x89\xaa\xe9\xdb\x57\x84\x7e\x09\x7d\xff\xf0\ \xa3\xef\x52\x56\x8c\x69\x7e\x7f\xcf\x9a\x63\x37\xfc\xa3\x32\x5c\ \xe6\xec\xd8\x54\xc7\x5b\x05\xdc\xde\xb5\xed\x6d\xa1\x2e\xf6\x57\ \xb7\x2d\xde\x7e\x4d\xe7\x52\x7a\xce\xf2\x59\x25\x1c\xc5\x18\xc3\ \x37\xcc\x99\x77\xfd\x7d\x9c\x4d\xae\x42\x3e\x8a\x8c\x0f\x9f\x53\ \x5a\x4f\x5a\x35\xb8\xbe\x64\xdf\xce\xe3\x35\x7b\xfb\x9d\x5c\x35\ \xe6\xe0\x93\xd8\xe2\x4d\xfa\xf4\x28\xad\x5b\xbf\xf6\x60\x9a\xb2\ \xc0\x98\xb9\x73\x52\xcf\x6d\x49\x2c\x3f\xca\xf3\xd9\x8e\x09\x0b\ \xce\x6a\x4c\xe2\x3a\xbe\x73\x27\xb4\x2f\x1f\xfd\xe2\xcc\xca\x6d\ \x27\x83\x23\x63\x8a\xb7\x9c\xb6\x74\x78\x43\xeb\xf4\xb0\xc2\x8a\ \x7f\x80\x3f\x75\x1b\xd7\x10\xfa\xf2\x4d\x92\x43\xb1\xc2\x0e\xa0\ \xb9\xf5\x34\xdd\x77\xd5\xa1\x25\x83\xca\x9e\x3c\x74\xf8\x63\xf0\ \xe3\xf9\x6b\xcf\x37\x1a\x31\xbb\x9a\xe2\xf3\x89\x9b\xef\xb2\x12\ \xd7\xe8\xdc\xd3\xf5\xfd\x9e\xa9\x9b\xce\x66\x88\x64\xe9\xcf\xf7\ \xce\xdb\xf5\xae\xff\xb4\x89\xf9\xd2\x9e\xdc\x7e\xf4\xf2\xfa\xd9\ \x93\x2e\xbf\x8c\xdb\xbe\x6c\xac\x31\xe0\xd6\x57\xa3\xcb\xab\xa3\ \xf3\xe6\x9d\x4e\xf0\x9d\x36\x31\xbf\x4a\xa7\x8e\x4f\x08\x8a\xd0\ \x95\x2f\x9e\x6d\xb1\xf9\xf0\xd4\xe1\x50\xcf\x0e\x9b\xd6\x4d\xfc\ \x72\x79\xf7\xdd\xe8\x84\xc7\x77\x5f\x49\xbd\xf3\x98\x3e\xbd\x78\ \x16\xa2\x77\x25\xf2\xe0\x89\x27\xdd\x16\xac\x69\x6d\xf7\xe5\xa5\ \xb1\xfa\xda\x45\xbe\xaf\xcf\xee\xf6\x8f\x49\xfc\x14\xa8\x19\xb8\ \x68\xef\xfa\xd1\xd5\x2e\xed\x3e\x78\xeb\xe4\xd6\x0d\x37\x53\x47\ \xcd\x1c\xad\xf8\x78\xe3\xc6\x9b\xd0\xf3\x47\xae\x96\xf2\x5d\xb2\ \x6e\xfe\xe0\xdc\x12\x80\x07\x27\x0e\x47\xe6\xeb\xb1\x7e\x7a\x93\ \x17\xb7\xfc\x7b\x2d\x5c\xd3\xc4\xf6\xe5\xb1\x73\x4f\x1f\x1c\x5c\ \x72\x2e\xba\xc8\xac\xb1\xad\x43\xef\x5d\xf0\xf7\xbf\x1f\x6a\x2e\ \xb6\x69\xdf\xc1\x45\x6d\x3d\xe6\x0c\x1f\x1d\x57\xbc\xc3\xc4\xf6\ \xe5\x35\x46\x4b\x7a\xd0\xcd\xe1\x93\x76\x94\xe9\x3a\x65\x40\x83\ \xe2\xc5\xca\x56\x79\xb3\x6f\xe6\xd2\xab\xfa\xe1\xd3\x46\x7b\xca\ \xb5\xba\xb8\xa8\x37\x11\x92\x39\xeb\x0e\x6e\x9a\xd8\xfe\xe6\xb2\ \x51\x5b\x5e\x39\x4f\x9e\x3c\xc0\xde\x98\x6e\xb6\x64\x7d\x0e\xe2\ \xaf\xde\x7b\x29\x17\x87\x2d\x5f\xb1\xb3\x94\xdf\x8a\xfd\xab\x27\ \x14\xb4\x13\x01\xea\x80\x6b\x67\x5f\xa9\x96\xae\x5b\x22\xfe\x78\ \x5b\xd4\x68\xfc\x9c\xde\x05\x4e\xec\x39\x10\x19\xf9\xf5\xe9\x87\ \xe8\x84\xd0\x5b\x2b\x8f\x47\x4d\xdf\x7a\x70\x5e\xef\x8a\xc7\x16\ \x2c\xa1\xf1\xb4\x83\xdb\xe7\x55\xc8\x95\x78\xe9\xea\x0b\x91\xb3\ \xf4\xca\xee\x13\x3e\x5d\x97\xad\x1f\x55\xeb\xe2\xa1\x13\xef\x5f\ \xdd\x18\x3d\x73\x77\x85\x9e\xd3\x7a\x97\x73\x89\x48\xb7\x58\xe7\ \x86\x15\x56\xfc\x85\xd8\x33\x3c\xf0\x91\xde\xa3\x78\x09\x57\x48\ \xf3\x7f\x97\xe9\xdc\xac\x5e\x3e\x3b\x3b\xbb\xbc\xee\xb9\xbe\x3c\ \x39\xfa\xe0\x4b\xc2\xa5\x9d\x9b\xe2\x4b\xf6\x5d\xe8\x57\x37\x2b\ \x71\xde\xda\x7d\x77\xee\x5c\x2c\xdc\x5c\x33\x75\xcb\xbd\x7b\xe7\ \xaf\x7e\x4a\x88\xde\xbf\x69\x97\x53\xd3\xf1\x7e\x0d\xf3\xbc\x0d\ \x34\xd4\x68\xdc\xc0\x41\xae\x7e\x1d\x6a\xae\x52\x55\x76\xe8\xf8\ \xfb\x21\x2b\x96\x54\x73\xd3\xa5\xda\x16\xca\x63\xa7\x8e\xd0\xbb\ \x97\x2a\x9a\xe5\xc5\x28\xe5\xc9\xe7\x84\x5a\x8d\xea\x79\xb8\xdb\ \x3a\xbb\xe6\xb5\x4d\x7f\x1d\x62\xc9\xdb\xb4\x92\x32\xf8\x7d\xa0\ \x4b\x99\x4a\x8a\x84\xcf\x89\x36\x25\xea\x95\x2d\xa0\x72\xcc\x55\ \xa9\x7e\x8d\xbc\x1e\x4e\x2e\xce\xb9\x84\xd4\xc0\x4f\xa6\x02\xed\ \x9a\x15\xf0\xb4\xb7\x77\xb5\xd5\xdc\xbc\x7e\x3e\x2c\xea\xf3\x8e\ \x4d\x07\x4b\xf4\x5f\xe0\x5b\x32\xfe\x79\xaa\x4b\xcb\x86\x25\xec\ \x1c\x1c\xa4\x22\x20\xf9\x49\x48\x52\xdd\xc6\xf5\x3c\x9d\x54\x79\ \x8b\xd7\xac\x92\x2f\xaf\x93\x9d\xab\xbd\x5c\x7d\xe1\xd8\xf5\x98\ \xf0\x47\x1b\x0f\xf8\xf7\x9a\xb7\xc8\x3b\x2d\x5c\xe3\x5e\xaa\x6c\ \x1e\x55\xec\x93\x43\x9f\xec\x5b\x2c\xe9\xd3\x28\x39\x36\xb6\x52\ \xed\x12\x8f\xcf\x9d\xcc\xdd\x66\x5c\xbf\x46\xa5\x83\xbf\x9a\x8a\ \x97\xe4\xe8\xd9\x90\xb1\x6b\x67\x57\x50\xa5\x6b\x5c\x8b\xe7\x92\ \xa4\xc6\xe2\x5d\xa1\xac\x9b\x4c\x1d\x70\xfc\x91\x76\xee\x86\x51\ \x3e\xa6\x04\x4b\xde\xb2\x25\xbc\xe5\x00\xb1\xef\xc2\xd4\x4e\xd5\ \x2b\x35\xf0\xed\xd7\xfa\xee\xaa\x09\xfb\x5f\xc4\xc9\x25\x22\xe0\ \x55\x40\xa0\x73\x85\xda\xc5\x7d\x5c\x9d\x3d\x8a\xd4\xab\x51\xd2\ \xcd\xc9\xd6\xcd\xd5\x23\x21\xf8\x99\x90\xa7\x6c\x93\x06\xad\x7b\ \xd6\x90\xcc\x1b\x37\xf3\x83\xde\xad\xcf\xc8\x3e\x71\x27\x66\xad\ \x38\x1f\x26\x4e\x79\x13\x2e\x2d\x54\xc5\x2b\xe9\x79\x94\xaa\x51\ \xcb\x12\xf6\x36\xf6\x79\x3d\xe5\xb7\x2f\x9c\xcc\xdb\x7a\x5a\xaf\ \x7a\x25\x42\x13\xc4\xb5\x1b\x94\xb5\xce\x0d\x2b\xac\xf8\x0b\xb1\ \xe7\xeb\x3b\x2f\xdc\x8a\xd6\x72\x86\xc4\x27\x0f\x92\x6c\x8a\x95\ \x51\xf2\xe2\xde\x63\xe7\x42\x55\xec\xd4\xc9\x05\xaa\x76\x5c\xb0\ \x68\xc1\xb8\xa1\x5d\x8a\xb9\x28\x81\xe4\xe8\x4f\x2f\xdf\x87\x89\ \x6c\xdd\x3c\x6c\x85\xd4\xf4\x8c\xe4\x74\x43\xd9\xe6\xfd\x17\x2f\ \x59\x30\xa2\x57\x1b\x55\xea\xcb\x0f\x1a\x97\xf2\xc5\x24\x24\x3d\ \x79\x9d\xac\xaa\x59\x50\x1e\x93\x92\x69\xc8\x88\xbf\x7d\xfc\x70\ \x9a\xad\x8f\xb3\x24\x32\x4a\x2b\x75\x54\x01\x08\xf1\x9f\xde\x47\ \x8a\x2b\x96\xf6\x4e\x79\x78\x35\xd9\xa1\x6c\x71\x69\x4c\x74\x86\ \x45\x48\x88\x3c\x79\xfa\xa6\x67\xfe\xc2\xe1\xef\x9e\x88\xf2\x97\ \x71\x27\xea\xee\xe7\xcc\xca\x65\xbc\xbf\x3e\xbc\x66\xc8\x55\xc9\ \x3e\xfc\x76\xaa\x6d\x21\xfb\x2f\x8f\x47\x2d\x3c\x55\xb1\x75\x73\ \x7b\x8b\xa8\x46\x87\xd1\x4b\x16\xcc\xf6\xed\xfd\x8b\x29\xe0\x41\ \xbc\x4d\xf1\x52\x4e\x39\x2a\xcb\xb8\xc0\x0f\xd1\xf2\x2a\xa5\xdc\ \x02\xae\x3f\x91\x14\xac\xac\x30\x85\x3e\xf8\x64\x28\x55\xc1\x2b\ \xdd\xe8\xd0\x76\xe4\xec\x05\x73\xa6\xf5\x6a\x54\x3a\x2e\xf2\x4b\ \x26\xe2\x8c\x34\x6d\x4c\x74\x9c\xd6\x64\x8c\x8f\x7b\x7f\xe2\x46\ \x50\x91\x42\x85\x0d\x99\x89\x1a\x9d\x2e\x2e\xe4\xd2\xd5\x0f\xda\ \x8a\x85\xe5\x31\xc9\x6a\x43\x7a\xc2\xe5\xe3\xc7\x4d\x2e\x05\x94\ \xc6\xb0\x68\x9d\xd8\x98\x91\x91\x19\x1f\x9b\xaa\xd1\xeb\xe2\x13\ \x4e\x1f\x3f\xa7\xc8\x53\xd8\x5d\x0c\x10\x1e\xf0\x3a\xd5\xde\x5b\ \x85\xa1\x74\xa7\xc9\xa3\xea\xc9\x76\x1e\xbc\xa0\x03\x50\x3f\x7b\ \xf5\xb1\x58\x85\x8a\x96\xaf\xf7\xbe\xea\x3d\x2b\xb8\xf3\xf8\xc6\ \x6b\x8f\x72\x55\x62\x1e\x3e\x77\x2a\x54\xc6\x90\x69\xf1\x5b\xb2\ \xaa\x50\xec\xcd\x2d\x7b\x5f\xe4\x69\x34\x64\x71\xbf\x62\x67\xf6\ \x1d\x7f\x71\xef\x89\x25\x4f\x75\xe7\x88\xbb\x5f\x45\xf9\x6a\x38\ \xf1\xf0\xe9\x13\x27\x9f\xe2\xb2\xcc\x68\x83\x48\x9c\x1e\x79\xf5\ \x71\xb2\x6b\x2d\x2f\xe3\xad\x4b\x57\xa3\xd4\xd6\xf3\x4d\x56\x58\ \xf1\x97\x60\xcf\xcc\x58\x8b\x57\xdd\x26\x15\x81\xaf\x71\x96\x0a\ \x8d\xea\x28\x30\x25\x1a\x72\x57\xa9\x53\xb1\x46\x87\x11\xa5\xd3\ \xce\x0f\xf1\xf5\xdd\x78\xee\x79\x96\xe7\xb6\xe4\xa0\x7b\x4b\x26\ \x0f\xef\xdb\x6f\xc8\xdb\x3c\x9d\xe6\x8f\x68\xd6\x79\x88\xaf\xed\ \xf3\xcd\x7e\xbe\x23\x8f\xdc\xfb\x92\x92\x98\x54\xbc\x7a\xa3\xa2\ \x52\x32\x43\x53\xf2\x96\xa9\x59\xc4\xab\xdc\xa0\x6e\xd5\xf6\x4c\ \xf4\xdb\xf7\x56\x5a\xb3\x4a\xf1\x7c\xc5\x6a\xd5\x72\x53\xfb\xbf\ \x8b\x03\xd2\x13\x92\xdd\xca\xd4\x2a\x93\x87\xd0\x08\x73\xc5\x7a\ \x95\xdc\x0a\xb4\x6c\x5d\x4a\x3b\x6e\xc8\xe4\x10\xdb\xf2\x95\xf2\ \xd9\x24\x66\x50\xb7\x4e\x4d\x92\xc3\xed\x0b\xd6\xa8\x9a\x5f\x16\ \x15\x23\xa9\xd6\xa4\x8e\xa3\xc5\x46\x17\xf5\x60\xd4\xcc\xed\x85\ \xba\xcd\x1a\xdb\xe5\x97\xde\xfd\xfb\x26\x9c\x9f\xe7\xeb\x37\xf6\ \xf2\xfb\xc8\xf0\x24\x71\xc5\xc6\xb5\x9d\x72\xb6\x59\xd2\xe2\x53\ \x72\x95\xad\x5d\xca\x8d\x50\x8d\x43\xfd\x46\x15\x84\xa4\xaf\xb6\ \x45\x2b\xd7\x29\x5b\xc2\xcf\xb7\xe9\xb5\x79\x23\x7c\xc7\x2c\x79\ \x16\xa6\xa9\xd0\xa0\x79\xee\xb0\xcb\x43\x67\x6e\x51\xd5\x19\x5a\ \x47\x76\x7f\xf0\xb8\x65\x14\xad\x99\x2f\x97\x6b\xcb\x1e\xfd\x84\ \x7b\x6b\xc7\x2c\x3c\x53\xb8\x72\x55\x4f\xef\x6a\x7e\x9d\xca\x6e\ \x18\x39\xf8\x78\x88\x5d\x8d\x8a\x45\xf2\x95\xa8\x59\x41\xf2\x7a\ \xca\xe8\x85\xef\xe5\xf5\x86\xb5\xf4\x9a\x37\x78\xf8\xed\x54\xef\ \xda\xe5\xf2\x67\x15\x1a\x93\x61\xa8\xd1\xb0\xb6\xfa\xd5\xe1\xfe\ \x3d\x7b\x6c\x7e\xeb\x36\x65\x68\x67\x25\xa0\x4f\x31\x29\x0b\xd5\ \xad\x5c\x28\x31\x34\xb5\x58\xed\x06\xb9\xc5\xda\x78\x59\xc1\xfa\ \xb5\xdc\xe3\x0d\x5e\x8d\xea\x7b\x5f\xdc\x3a\xab\x47\xcf\x91\xba\ \x2a\x7d\xdb\x17\xf8\x32\xae\x47\x8f\xa9\x27\x92\x46\x4e\xeb\xad\ \x4d\x95\x56\x6b\x56\x55\x1d\x96\x5e\xaa\xce\x2f\xf6\x98\xd2\x74\ \x4e\x55\x6b\x35\xee\xd2\xab\x9f\xe1\xc1\xd2\xb6\x2d\x06\xc7\x79\ \x55\x29\x24\x8e\x3a\x73\xec\x6c\x94\xc6\x3a\x41\xac\xb0\xe2\x37\ \x61\xf5\x2d\x6f\x05\x00\xe9\x6f\x97\x2e\xd9\x9d\xa8\x55\x87\xc7\ \x8b\xba\x8f\x9f\xd1\xae\xa2\xb7\xb5\x4b\xac\xf8\xef\xc1\x5f\xdb\ \xb7\xbc\x15\x7f\x6d\x08\x4a\x9f\xb6\x5d\xbb\xa7\x68\x2d\xee\xf9\ \x4b\x16\xca\x6d\x6f\xed\x10\x2b\xac\xf8\xff\xc2\xca\x9e\x56\x00\ \x88\xe4\x8e\xc5\xcb\x55\xb1\xf6\x83\x15\x56\xfc\x7e\x58\xd7\xe6\ \x56\x58\x61\x85\x15\x56\xf6\xb4\xc2\x0a\x2b\xac\xb0\xb2\xa7\x15\ \x56\x58\x61\x85\x95\x3d\xad\xb0\xc2\x0a\x2b\xfe\xd3\xf0\xcf\xef\ \x1a\x69\xb4\xba\xb8\x27\x0f\x32\x3e\x7e\x10\x8c\x46\xb1\x8d\x8d\ \x53\xb9\x8a\x1e\x15\x2b\xcb\xa5\xd6\x6d\xa8\x7f\x09\x04\xf8\xd7\ \x3a\xf4\xf8\x1b\xff\xa3\x56\x58\x61\xc5\xbf\x48\xf6\x4c\x49\x88\ \xff\xb0\x6c\x41\xfc\xb2\xf9\xfa\xa3\x07\x0c\x67\x8f\xeb\x0e\xee\ \x89\x5a\x30\x23\x70\xcb\x7a\x8d\xfa\x37\x0d\xac\x05\x93\x21\x33\ \x3d\x2d\x43\xad\x07\xd0\x7e\xdc\xb8\x7c\x5d\x88\xf6\x37\xd3\x9a\ \x4d\xa6\x7f\xec\x51\x53\x9b\x89\xe6\x87\xd0\x9b\x46\x2d\x5a\xd3\ \xdf\xb2\x01\x60\x31\x90\x9e\x46\x5a\x1a\x3a\xc3\xf7\xe0\x42\x99\ \x99\xbf\x46\x4e\x60\x31\x91\x91\x8e\x46\xff\x73\xb6\xdf\x82\xbb\ \x5b\xc8\xc8\xc0\xf8\x6b\xd5\xd2\x64\xa2\x33\xfc\x6d\xd1\x59\xd9\ \xfe\x54\x96\x85\x4c\x75\xf6\x4f\xb3\x91\x8c\xf4\x1f\x32\x07\x83\ \x06\x9d\xf9\xfb\x83\x5a\x35\xa9\xa9\xe8\x0c\x44\x3c\x67\xc1\x26\ \xd4\xbf\xe3\xa5\xe8\x43\x59\xb3\x9a\x58\xc3\x1f\x7e\x9b\xcf\x4f\ \xaf\xdd\x72\xea\xe9\x1f\x1d\x02\x27\xb6\xae\xbc\x15\x98\xfc\x87\ \x9e\x49\x7a\x77\x6d\xc5\xc6\xd3\x69\x96\x9f\xc7\x85\xd1\x2c\x08\ \xd6\x99\x68\xc5\x7f\x07\x7b\x6a\x75\xfa\x90\xad\x1b\x2c\xb7\xaf\ \x4a\x04\x8b\x48\xa5\x12\x29\x94\x22\x95\x4a\xaa\xd3\xe9\x4e\x1d\ \x0d\x39\xb2\xef\x57\xa7\x82\x39\xe1\x65\xff\x06\x95\x3b\xf5\x1b\ \xd2\xb7\x7b\xa7\x51\xcb\x4f\x25\xa6\x47\xdf\xbc\x76\x4f\x6f\xf3\ \xeb\xf9\xab\x03\x0f\x0d\x1e\xb9\x4c\xff\x5b\xc5\x5b\xb8\xbd\x8b\ \x6e\x5d\x68\xfa\x0b\x1b\x6f\x00\x04\x9c\xa4\x6d\x2b\xda\x74\xe2\ \xfc\x3b\x80\xb4\x28\x96\x0f\xa3\xc7\x64\x4c\x90\xf0\x88\xf1\x7e\ \x0c\x1b\x46\x93\x2a\x8c\xdd\x8a\x39\x93\xf9\x7e\xb4\x6f\xcf\xe0\ \x45\x64\xe4\xb0\xed\xfe\x09\x34\xea\x86\x1e\xde\x9c\xc7\xaf\x3f\ \xed\x5a\xb3\xee\x12\xc0\xeb\x53\xb4\x6b\x4d\x9b\x4e\x9c\x7f\x0f\ \x46\xb6\x4e\xa5\x4b\x77\x9a\xb4\xe7\x7e\xd8\x0f\xf4\x9a\xca\x8e\ \x05\xf4\x1b\xc4\x99\x27\x00\x61\xaf\xe9\xdf\x82\xa5\x27\x00\x0c\ \x09\x4c\xe9\x4d\xc7\x76\x8c\x59\x83\x16\xb4\x91\x8c\xe9\x45\xc7\ \x56\x4c\xd9\x8a\x11\x1e\x1c\xc4\x77\x00\xed\x3a\xb0\xeb\x36\xc0\ \x93\x03\xb4\x6f\x49\xab\x4e\xdc\x0c\x06\x38\x37\x87\xc6\x1d\x18\ \x39\x92\x73\xcf\xc8\x4c\xe0\xee\x73\x4c\xbf\xe3\xbd\x48\x6c\x29\ \x50\x08\xc5\x1f\x7f\xa5\xe1\xef\x1f\x3d\x0f\x8c\xfe\x83\x0f\x89\ \xfc\xef\x5c\x78\x1f\xa3\xff\x43\xcf\xa8\x1c\x72\x15\x2e\x98\x5b\ \xf6\x43\x0d\xd5\x01\x07\x07\x8d\xda\x64\xb4\x4a\xbd\x56\xfc\x97\ \xb0\x67\xdc\x8b\xa7\xe6\x47\xf7\xc4\x4a\x1b\x7e\x0c\x18\x21\x95\ \x4a\x64\x52\xcd\x95\x8b\x89\xc1\x9f\xff\xfe\x11\x43\x5a\x7c\x82\ \x5d\xb9\xa5\x27\x0f\x9f\x3a\xbc\x30\xfc\xc4\x92\x5d\x8f\xd3\xed\ \x4c\x9f\xa7\xf6\x19\xe4\x37\x71\xd9\xab\x58\x13\x10\xf9\xfc\xcc\ \xf8\x41\x03\x7d\xc7\x2d\x79\x9d\x84\x8d\xc2\xf4\xf2\xce\x81\x81\ \x7e\x83\xb7\xde\x8a\xc4\x1c\xbd\x7d\xfe\xd8\x81\x03\x86\xec\xbc\ \xfc\xee\x5b\x6e\x5e\x15\xd9\x70\x98\xd5\xdd\xd8\xb9\x09\x4d\x0a\ \x4b\x37\xd2\x7f\x03\x4b\x3a\xb0\x6a\x09\xe9\xe0\x7f\x83\x07\x5f\ \xc8\xc8\xc0\x08\x1e\xf5\xd9\x7e\x94\x83\xab\xf1\xf1\xa2\x4d\x6b\ \x9e\x1e\xe4\x89\x84\xc3\x87\x30\xde\x62\xcf\x53\x80\x77\xe7\x38\ \xf0\x04\x93\x05\x1d\x14\x6b\xcc\xba\x6d\x74\x29\xc9\xcd\x27\xa0\ \x66\xc9\x06\x7a\xaf\x65\x59\x67\x56\x2d\x24\xc1\x42\xf5\x4e\x1c\ \x3b\x45\x2b\x7b\xd6\x9c\xfa\xde\xae\x5d\xf3\xb8\xab\x67\xe1\x46\ \xba\xd5\x45\x48\xe6\xf2\x31\xc2\x53\x49\xd7\x00\x5c\x5e\x4b\xa0\ \x0f\x87\x0f\x91\x74\x9e\x2b\x1f\xb8\xbc\x83\xa4\x92\x1c\x3e\x48\ \xe0\x21\x2e\x7c\xa1\x72\x1b\x36\x6d\xa1\x85\x37\xb7\x1f\x61\x4a\ \x62\xe9\x0e\x86\xec\x66\x7e\x7d\x96\x2d\xc7\x02\xe1\x91\xb4\x9d\ \xce\xfe\xfd\x74\xa9\x8d\xc9\x80\x8d\x12\x19\xa4\x07\x31\x73\x24\ \x83\x06\xb1\xe6\x10\x40\x4c\x00\x13\x7c\x19\x32\x9d\xcf\xa9\x39\ \x7c\x66\x26\x3e\x11\xa9\x99\x93\x1b\x18\x34\x88\xc1\x13\x78\x16\ \x0e\xa0\x8f\x62\xe9\x44\x06\x0d\x62\xfe\x77\x19\x56\x78\xb8\x67\ \xa1\xef\xa0\x81\x53\xd7\x1e\xcf\x04\x95\x8d\x8d\xca\xce\x16\x4d\ \xd4\x8e\x39\xc3\x06\x0d\x1a\x72\xe2\x79\x98\x26\xfa\xe5\x82\x51\ \x03\xfa\x8f\x98\xfb\x2c\x52\x07\xa9\x47\xd6\x4c\xf5\x1d\xd8\x7f\ \xc9\xbe\xbb\x16\x20\x23\x78\xc3\xf4\x11\x7e\x03\x87\xdd\x0c\x16\ \x9c\x74\x9f\xb7\xaf\xd8\xf8\x31\x19\x74\x1f\x37\xac\xda\xf4\x39\ \x7b\x31\x21\x3c\x3f\xbd\x7e\xd0\xc0\x81\xb3\x36\x5f\xd0\x61\xba\ \xb0\x71\xd1\x99\xd7\xe9\xc4\x3e\x59\xb5\xf1\x58\x4c\x9a\x2e\x25\ \x25\x53\xd0\xa6\x9c\xda\x38\x63\xb0\x9f\xef\xa6\xdb\x21\x12\x89\ \x38\xe8\xde\xce\x01\x83\x06\xef\x79\xf0\xf6\xe5\xe5\x1d\x83\x07\ \x0f\x9e\xb2\xe9\x4c\xaa\x55\x14\xb5\xe2\x3f\x95\x3d\x33\x3f\x7f\ \x12\x69\x35\x88\xff\xee\x59\xb1\x84\xd4\xe4\x8c\xaf\x5f\x7e\xa5\ \x18\xb9\x42\x94\xf2\xf5\xfc\xde\xc3\x07\x76\x1c\x48\x76\x28\x5c\ \xda\x4b\x65\x91\xb9\xb7\xe9\x37\xb0\xa2\xe5\xe9\xdc\x95\x07\xd3\ \x13\xfc\x27\x4d\x59\xeb\xd1\xb4\x47\x63\x8f\xcf\x93\x27\xac\x89\ \xd0\x49\xf3\x14\xa8\xe2\x37\x76\x42\x9b\x8a\x76\x7b\xa6\x8c\xba\ \x98\xe0\xd3\xa7\x4b\xed\x0b\x2b\x27\xec\x7d\x9a\x9c\x55\xe5\xa2\ \xe5\xc9\xeb\xc8\xbb\xaf\x54\x6d\x8c\x39\x94\x54\x5b\x1a\x96\xa0\ \x6c\x2d\xe4\x09\x04\xa5\x53\xbb\x3b\x8b\x47\xa2\x12\xf1\x6d\x0e\ \x9e\xda\x80\xb8\x36\x8d\xf3\xf2\xf2\x19\xe5\x6a\xe1\x96\x8b\x7a\ \xa5\x08\x78\x8f\x25\x95\xad\x67\x19\x39\x93\x02\x76\x98\xc1\xc6\ \x9e\x0b\x9b\xd9\x76\x83\xda\x75\x30\x86\x90\x62\x43\xa3\x52\x94\ \xad\x85\x22\x91\xaf\x06\xca\x55\xc1\xde\x44\xa8\x96\x86\x15\x72\ \x04\xea\x70\x0e\x5c\x21\x23\x82\x09\x03\xd9\x7d\x17\x1c\x19\x30\ \x87\x81\x4d\xb2\x55\x04\x4f\x3f\x53\xb5\x09\x2e\xee\xd4\x2c\xc9\ \x9b\x47\xbc\xfd\x4a\xcd\x3a\xb8\xe4\xa1\x5a\x5e\x9e\xbe\xc7\xd6\ \x85\xf3\x4b\xd8\xf3\x90\x7a\x0d\x49\x0a\x21\x2d\x17\x55\xf3\x53\ \xe3\x17\x88\x20\x1e\xec\x54\xdc\xdd\xce\xa2\xcd\xc4\xeb\x91\x4b\ \x11\xcb\x20\x93\xc9\xa3\x31\x96\xa3\x6b\x4d\xce\x1c\x25\x2e\x99\ \xe9\xd3\x28\xdb\x9b\x3a\x30\x73\x15\x59\x8b\x75\x4b\x02\xc7\x4e\ \x90\x9a\xca\xd1\xe3\x54\xea\x42\x03\x57\xc6\x8f\x25\x22\x99\xa5\ \x13\x08\x71\x65\x60\x5b\xae\x1d\x25\x2a\x5b\x88\x15\x95\xa8\xdf\ \x6d\xea\x44\xbf\x8c\x5b\x9b\xb6\x5f\x0a\x56\xd8\x2a\xa4\x72\x85\ \xe6\xcb\xd3\x23\x37\x63\x9b\xf7\x1b\x52\xcb\x23\x65\xee\xb8\x99\ \xe2\x06\xbe\xbd\x4b\x27\xcd\x9c\xb5\x29\xd5\xe2\x58\xbb\xfd\xe0\ \xc9\x23\xda\x3f\xdd\xb5\xf0\xd4\xd7\xd4\x23\x73\xc6\x5d\xc9\x28\ \x31\xa0\x6f\x5b\x4f\xa5\x48\xe9\x68\x13\xfa\xf4\xc4\xd9\x37\x89\ \x9a\xd7\x97\x4f\xdc\xfe\xe2\xa8\x00\x88\xba\xb9\x76\xd6\x9e\x8f\ \x7d\x47\x0e\xd5\xdf\xdd\xb0\xe6\xec\x97\x62\x45\x6d\x77\xcd\x1b\ \x33\x72\xda\xea\x34\xf7\x42\xf6\x89\xaf\x4f\x5d\x79\xfa\xfa\xd2\ \xde\xa5\xc7\xbf\xf6\x18\x3b\xa3\x65\x05\x6f\x93\x41\xe7\x98\xaf\ \xc6\xd0\xf1\x13\x1a\x39\x46\xce\x98\xbe\xbd\x74\xe7\xb1\x43\xda\ \x54\x51\x58\xe7\xa5\x15\xff\xb1\x7a\x4f\xa3\xf1\x57\xa8\x33\x7b\ \x56\x8a\x30\xfe\x9a\xe2\x4d\x2c\xb1\x68\x52\x3f\xbf\x0b\x49\xa0\ \xd0\x82\xb5\xeb\x5a\x14\x53\x9a\x95\xee\x35\x1b\xd6\xe8\xde\xbd\ \xb5\x25\x31\xf8\xe9\xb3\x27\x09\x79\x1a\x0c\xef\xdc\xa8\xeb\xa4\ \xd1\xf6\xb1\x4f\x1e\x47\x68\x1c\x9d\x3d\xca\x95\x28\xe2\xe9\x18\ \x71\xf3\x75\x42\xdf\xb1\x23\xea\x35\xeb\xd5\xa3\xa6\xe2\xd1\xc3\ \xe7\xdf\xf2\x3b\xbd\x84\xd3\xa9\xcc\x1d\x84\x5c\x8f\x05\x44\x39\ \xc1\xd7\xcc\x02\x72\x39\x16\xd3\x0f\x91\x88\x92\x38\xfd\x9c\x6e\ \x5d\xb2\xef\x66\x25\xcb\x8a\x8e\x79\x6e\x2d\x86\xf2\x94\xb6\x23\ \x29\x8d\x0c\x2d\x40\xff\x19\x9c\x5f\xc7\xd5\xcd\xbc\x4f\x44\x22\ \x46\x44\xf6\x66\x8d\x00\xe8\x98\x33\x14\x71\x7d\x06\xd5\xcf\xce\ \x38\x23\x1c\x69\x41\x0e\xec\x61\x4d\x5f\x76\xae\x27\x4e\x8c\x5c\ \xf6\xbd\xf5\x16\x01\xf1\x0f\x21\xea\x2c\x42\x76\x5f\x8b\x45\x98\ \x4d\x00\x7d\x57\x70\x64\x21\x87\xd7\xf2\x51\x83\x42\x82\x28\xeb\ \x6d\x08\xe8\x04\xba\x2f\x60\xd9\x48\x92\x6e\x33\x7f\x0f\x16\x1b\ \x14\x36\x44\xbd\x21\x58\xc6\xc4\x41\xd4\xaf\x41\x2e\x07\x92\x42\ \x78\x18\xcc\xe3\xd3\xdc\x79\x4f\xf0\x47\x74\x59\x7d\x2f\xc1\xce\ \x0e\x91\x80\x8d\x13\xd5\xea\xd3\x6d\x32\x25\x35\xdc\xb8\xcc\xeb\ \x34\x46\x4f\xa0\x46\x1d\x3c\x9d\x72\xba\x45\xd0\xbc\x7e\x74\x7e\ \xf5\xda\xbd\x9f\x63\x12\x53\x93\x92\x4d\x22\x89\x58\x2c\xb6\x58\ \xcc\x0e\x5e\x25\xea\xd4\x2e\xef\x29\x8d\xb9\xfe\x38\xe8\xdd\xed\ \xa3\x67\x1e\x85\x44\x7f\xfe\x9a\x92\x1a\xff\xe2\xf2\xbe\x55\x3b\ \x2e\x44\x25\x27\xc7\xc4\x7e\xbe\xf7\xc9\xd8\x73\xe2\xf0\xea\x75\ \x1b\x97\x2f\x6a\xa7\xb1\x29\xda\xbb\x63\xf5\x57\x37\x2e\x5e\xb9\ \x1d\x5c\xaa\x59\xcb\x2c\x47\x50\x6f\xef\x3e\x09\x89\x8a\x38\xb5\ \x6b\xef\xa7\x98\xa8\xcf\x41\xc1\x45\x9a\x8c\xae\xa6\xb9\xb3\xef\ \x91\x74\x54\xe7\x4a\xb6\x08\x72\x89\xc4\xa7\x5a\xb3\x66\x45\xf4\ \x1b\x56\x6c\x09\x4e\x30\x48\x10\x64\x76\x79\xca\x94\x28\x92\xb7\ \x78\xb5\x6e\x6d\xca\x5e\xdf\xb2\xfc\xda\x9b\x04\xb9\x75\x21\x6f\ \xc5\x7f\x2a\x7b\x8a\x55\x2a\x2c\xbf\xe9\x3d\x57\x6c\x6b\xf7\xf7\ \x7f\x14\xf4\x1a\x49\xde\x0a\xa3\x17\xcd\x18\x3b\x7a\x70\xdd\x92\ \x6e\x18\x8c\x16\xb3\x49\x6f\xc8\x0a\x97\x26\x72\xf1\xf0\x12\x62\ \x3e\x04\xa6\x5b\x52\x5f\x3d\x4d\x12\x5c\x0a\xe6\xb2\x4b\x4b\x8a\ \x8f\x37\x80\xc8\xc5\xcb\xce\xf2\xe2\xc5\x47\x8c\x09\x01\x1f\x53\ \x3c\xbc\xb3\xa3\x73\x3c\x3f\xc4\xbe\x20\x76\x6f\xc5\x43\x8e\xa2\ \x10\x76\x99\x3c\x8d\x20\xf8\x25\x3a\x47\x0a\x38\x02\x58\x2c\xdf\ \x2b\x18\xfa\x92\x78\x27\x2a\x17\x02\x28\x56\x8a\xf7\x2f\xd0\xa8\ \x79\x12\x44\xd9\x82\xa4\x4a\x51\xfb\x33\x75\x31\xaf\x5f\x72\xf3\ \x29\xea\x14\x2c\x20\x95\xa2\xcb\xc0\xa9\x10\xf6\x1a\x9e\x84\x12\ \x12\x80\xd6\x89\xe2\xf6\xec\x9d\x43\x42\x79\xd6\x8d\x40\x01\x86\ \x64\x02\x3f\xa3\xf0\x42\x9a\xc6\x27\x35\x22\x11\x32\x39\x59\xd1\ \xed\xbe\x15\x5d\xa9\x00\xfe\xf7\xd1\x66\xf2\xfc\x03\xa5\xaa\x52\ \xd2\x87\xe7\x2f\xd0\xa5\xf1\x22\x82\xca\xc5\x49\x4b\x03\x90\x48\ \xd1\x6a\x71\xcf\x8b\x6d\x22\xef\xe2\x79\x7b\x0f\x8b\x27\x1e\x60\ \xb2\xa1\x54\x55\x1a\x56\x20\x22\x04\x83\x40\x66\x06\x76\xce\x88\ \x52\x09\x4c\x44\x93\x81\xde\x88\xdc\x91\x3c\x2e\x34\xee\xcd\xbc\ \xcd\x5c\xdd\x89\x34\x99\x8f\x5f\x30\x89\xb2\xe9\xde\x6c\x20\x35\ \x15\x5d\x08\xe1\x3a\x7c\x0a\xa1\xd0\xf1\x3e\x18\x32\xd1\x19\xb2\ \x37\xee\x33\xfc\xb7\x4f\x59\x7f\xa7\xc7\xd4\x39\x5d\x1b\x14\x30\ \x18\x4d\x98\x0d\x19\x5a\x03\x88\x2c\x66\xa3\xc1\x82\x45\xe1\xec\ \x95\xdb\xad\x4a\xcb\x81\x93\x97\xee\xbc\x75\x71\x69\xf2\xb9\x55\ \x0b\xcf\x25\x8f\x9d\x3b\xbb\x51\xb1\x5c\x66\x91\x53\x3e\x3b\xed\ \x93\x7b\x1f\xc0\x6c\xd4\xeb\xb5\x99\xa6\xe2\xed\xfb\xb9\xbf\x58\ \x35\xfd\x66\x4a\xfb\x5f\x2a\x65\x75\x78\xae\x3c\xce\x2e\x79\x8a\ \xf5\x1d\x35\x71\xf3\x91\x6b\xeb\x46\x37\x4d\x7c\x7e\x30\xc8\xb1\ \x46\xeb\x92\xda\x5d\x97\xc3\xcc\x0a\x85\x59\xaf\x95\x7a\x16\x9f\ \xbb\xed\xf0\x84\x9a\x19\x13\x47\x2c\x8d\x46\xa1\x4f\x8f\x8a\xd3\ \x08\x26\xb1\x63\xef\xd9\xdb\x76\x4e\xae\xb7\x67\xca\xd8\x4b\x6f\ \x12\x43\x83\x3e\x25\x69\xac\xfe\xf1\xac\xf8\x4b\xe3\x9f\x31\x30\ \x72\xae\x50\x29\xdd\xc5\x4d\x9c\x91\x86\xf4\xe7\xc0\x6b\x46\x83\ \x28\x5f\x21\x97\xe2\x25\x7f\x8d\x53\x65\x2a\xa5\xcc\xa8\x81\xac\ \x78\xe5\x62\xa9\x8d\xca\x46\x02\x22\xb1\x54\x2a\x16\xfb\x94\x6f\ \x3a\xa6\xe9\xf5\x19\x9d\xda\x0b\x08\x6d\x47\x2d\xab\x5a\xd6\xad\ \x86\xc7\x3e\xdf\xf6\x9d\xda\x0d\x5a\x30\x7a\xce\xd8\xf1\x53\x27\ \x74\xd8\x87\xaa\x58\xb7\x65\x2d\x4b\x66\xc9\x81\xb7\xcf\x12\x99\ \xcc\x14\x5f\x70\x64\xe1\x0a\x26\xf7\x67\x46\x1f\x04\x1b\x86\xcc\ \xc5\x9d\x6c\x56\xb2\x51\x66\x97\x1c\x11\x46\xee\xc2\xb8\x8b\x00\ \xea\xf5\xe6\xe6\x58\xda\x77\x20\x57\x45\xba\xd5\xc0\xa5\x1e\xfd\ \x40\xf7\x89\x21\x2b\xe9\x55\x9f\x73\xb3\x38\xf0\x91\xcc\x54\x3a\ \x8e\x20\x7f\x3e\x46\xf7\x63\x56\x7f\x04\x25\xc3\x16\xe2\x98\xcc\ \xd9\xb3\xe8\xca\x31\x68\x20\x9e\xb5\xf1\xf5\x64\xc6\x41\xf6\xee\ \x67\x54\x3b\x26\x77\x40\xa6\x64\xd0\x54\x72\x01\x20\x53\xa2\x94\ \x01\xb4\x1a\xc5\xdd\x51\x74\x68\x8f\x77\x5d\x9a\x97\x47\x64\xcf\ \xcd\x89\xb4\xbf\x48\xa1\xb6\xb4\x2d\xc6\xce\x19\xdc\xfc\x8c\x3a\ \x93\xfe\x13\x28\x51\x88\x61\x9d\x58\xd6\x05\x9d\x8a\x71\x2b\xb1\ \xd1\x32\x7d\x3c\x9f\x13\xc8\xb0\x30\x7e\x05\xc5\x24\xd8\x7c\xe2\ \x99\x88\x09\xdd\x58\x35\x04\x51\x2a\x91\x72\xbc\x8b\x32\xae\x0b\ \x9b\x67\x70\xda\x91\x1e\xb3\x28\x12\xc6\xf4\x8b\xec\x1b\x8b\xd1\ \x80\x44\x8a\x29\x8d\xd9\xfd\xb1\xd3\x52\xae\x37\xf5\xab\xa3\xea\ \xcf\xca\x69\x9c\x33\x13\x98\x84\x52\x0a\xa0\x2c\x58\xa7\x4e\x81\ \x1b\x6b\x66\x4e\x4d\x0d\xc9\x68\x51\xdf\xa3\xb4\x4b\xd5\xd5\x8b\ \xcf\x07\x14\xab\xe4\x60\xaf\xc2\x8c\xd8\xb5\xd2\xb4\x91\xcd\x97\ \xac\x99\xfa\xd2\xd5\xa1\x9a\xef\xbc\x1e\xb5\x9a\x96\x39\xb7\x7c\ \xfe\x94\x19\x5f\x62\xcc\x43\xdd\x0a\x36\x9f\x3a\x7c\xe4\xd4\x31\ \xdd\xce\xab\x82\xc2\x6c\x16\x78\x28\x50\x14\x6b\x53\xd3\xf3\xda\ \xab\x92\xd5\x8a\x64\x47\xbe\x2b\xdf\x7d\x7c\xfb\xb7\xd3\xa6\x4d\ \x9e\xec\x94\xbb\xe4\x94\xa9\xbe\xb7\xf6\x9e\xaf\x38\x6c\xc3\x20\ \xaf\x7b\xfd\x66\xad\xad\xd4\xb1\x94\xab\x9b\x53\xec\xcb\x9b\x0b\ \xd7\xed\x4d\xc9\x48\xac\x54\xcf\x37\x77\xf1\x1a\x75\xbd\x0e\xfa\ \x76\xee\xd0\xb8\x53\x57\xd1\xcb\xeb\xc1\x29\xc9\x9e\x35\x9b\x14\ \x53\x45\xaf\x99\x38\xbb\xee\xfc\xdd\x1d\x4a\x3b\x59\xa7\xa8\x15\ \x7f\x59\xfc\x33\x1e\xea\x4c\x82\xf0\x71\xef\x4e\xf5\x81\xdd\x12\ \x91\xf0\x9d\x40\x0d\x06\x93\xd2\xc6\x6d\xe4\x84\x42\xcd\x5a\xfc\ \xca\xc2\xcb\x62\xd6\xea\x8d\x72\xa5\x32\x3b\xfc\xb0\x60\xd6\xe9\ \x8c\x72\x1b\xa5\xc8\x6c\xd4\x19\x2d\x4a\xa5\x42\x04\xc9\xb1\xd1\ \x46\x85\x93\x87\xb3\x0a\xc0\xa4\x89\x4b\x48\x91\xd9\xe5\x72\xb1\ \x97\x1b\x33\x93\x13\x32\x4c\xb9\x3c\xdd\xbf\x51\xb5\x49\x47\xa6\ \x1a\xad\x01\x91\x94\xdc\xb9\x00\x32\x93\x31\x2a\x71\xfe\x21\xec\ \xbb\xd1\x84\x4c\x9a\x55\x14\x66\x11\xd2\x6f\x4d\xb1\x90\x90\x84\ \x6b\xae\x9f\xa4\xee\xac\xc4\x46\x35\x29\x99\x48\x6d\x71\xc9\x91\ \x9e\xd5\x29\x18\x14\xd9\xd9\xea\x32\xc9\xd4\x60\x34\x23\xb3\xc5\ \xcd\x1e\xad\x0e\x1b\x1b\x80\xb4\x04\xcc\x2a\x5c\x6c\x73\xa4\x6c\ \x33\x16\x71\xb6\x1c\x8a\x91\x84\x54\x72\xe5\xfa\xb6\x77\x46\x42\ \x3a\xb9\xdc\xb2\x73\x4b\x53\xa3\x74\xc0\x31\xc7\xf0\x20\x23\x09\ \x8b\x2a\xfb\x32\x33\x15\xb5\x1e\x7b\x57\x54\x52\x00\xb3\x16\xa3\ \x8c\x97\x97\xb9\xf1\x82\xe0\xb7\xb8\x34\x64\xcd\x88\xec\x47\xd4\ \x26\x9c\xdc\x50\x8a\x49\xfc\xc2\x86\xc5\x04\xd8\x73\x62\x31\x3d\ \x5b\xd1\x7b\x03\xd5\x3d\xc8\xe5\x0c\xf0\xe6\x36\xe7\xee\x11\xfe\ \x01\x63\x49\xb6\xcc\x26\x4b\xab\x28\x18\x32\x63\xe2\x53\x25\x4a\ \x07\x57\x57\x07\xa9\x08\x75\x5a\x9a\x44\x69\x83\x80\x42\x99\xbd\ \x6e\xce\x4c\x8a\x4d\xd3\x99\x6d\x9d\x73\x39\xa9\xe4\x26\x4d\x4a\ \x5c\x92\x5a\xe1\xe0\xe4\xec\x68\x27\x01\xb3\x26\x25\x36\x45\xab\ \xb4\x77\xb6\x13\x12\xcf\xef\x3f\x78\xe9\x79\x50\xc3\xa1\x8b\x7a\ \x55\xcf\xfd\xe3\x5a\x23\x2e\x26\xd1\x24\x51\xba\xb9\x38\x9a\xf4\ \x06\x95\x9d\x4a\x04\x3a\x75\x06\x52\xb9\x08\xb1\x44\x64\x4a\x4a\ \x4c\x32\x89\x94\x1e\x9e\x6e\xd2\xec\x77\x9d\x2a\xb7\x73\x44\x97\ \xae\x36\xe0\xec\xe1\x69\x2b\xb5\xa8\xd3\x33\x65\xb6\xf6\x72\x89\ \x75\x0d\x6f\xc5\x9f\x81\x7f\xce\x43\xdd\x3f\xe9\xdf\x53\x6f\x34\ \x86\x9c\x3c\x96\x79\xe1\xb4\x90\x10\x97\xa5\x4a\x14\xe5\xcd\xef\ \xdc\xa9\x5b\x81\x5f\x9a\x4b\xff\xc5\x46\xd7\x09\x09\xe8\xf4\xdf\ \x4d\xc7\x2d\x66\x04\x11\x59\x35\xb5\x98\xb3\x77\x8a\x44\x22\x44\ \xa2\xec\x15\xb4\x48\x8c\x88\xef\x0b\x79\xb1\x18\x91\x08\xc1\xf2\ \x83\x62\x54\x84\x58\x94\x6d\x8f\x2e\xca\x59\x7d\x0b\x02\xfc\x98\ \x6d\xce\xef\x2c\xe1\x37\x4b\xa7\x69\xb6\x20\x12\x65\x6b\x80\xbf\ \x17\x2d\x46\x24\x64\x67\xfe\x37\x65\xfd\x78\x99\xf5\xfb\x5b\x59\ \x7f\x93\x8f\x38\x4b\x0d\x2a\x60\xb1\x64\x5f\x62\xc2\xff\x2e\x6f\ \xc2\xb0\xf5\xe0\x97\xa6\x38\x88\xbe\x3f\x22\x58\x10\x40\x1b\xc3\ \xf1\x1b\x54\x6f\x49\x51\x27\x9e\x3f\xa5\x70\x15\x5c\xe5\xd9\x99\ \x7f\x7a\xca\x93\x8f\xc8\x1d\x69\xdc\x9c\xa2\x1e\x38\x38\xfe\xaf\ \xbd\x0b\x53\x46\xd4\xc5\x93\xd7\x94\xa5\x1b\x34\xad\x9c\xdf\x3a\ \x03\xad\xb0\xb2\xe7\xef\xf5\x8e\x2c\x40\x52\x44\x78\x46\xe8\x57\ \x41\xaf\x17\xab\x54\x4e\x45\x8a\x39\x7d\x97\xb2\x7e\x2f\x04\x8b\ \x20\x12\xff\x31\xb6\xdd\xbc\x99\xd7\xef\x90\x0a\x68\x7f\xb0\x35\ \x94\x48\xb2\x59\x49\xaa\x40\x2e\x42\xa3\xfb\x83\x9a\x5c\x19\x62\ \x33\x26\xf3\xaf\x1f\xe8\xf9\x96\xf9\xaf\x4b\xef\xe2\x6c\x62\x35\ \x9b\x10\x40\x24\x42\x22\xf9\x7e\x49\x16\x15\x0a\xd9\x54\x2b\x91\ \x7c\x6b\x38\x66\x0b\x62\x09\x62\x51\xf6\x6f\xbe\x25\x06\xb3\x39\ \xfb\x16\x02\x66\x73\x76\xb6\xb6\x0e\x28\xa5\x18\x0d\xa8\xd5\x08\ \xa2\x6c\x22\xfe\xfe\xa0\x14\x7b\x3b\x8c\x5a\x0c\x16\x94\x0a\x74\ \x6a\x4c\x42\x76\xcd\x65\x4a\x6c\x14\x88\x44\xe8\x35\xb4\x68\x45\ \xf3\x16\xff\xa3\x71\x66\x30\x20\x93\xf3\x7f\x2b\x13\x1a\x8c\x06\ \xa9\x4c\xfe\xaf\x39\x65\x6c\x06\xc9\x1f\x1b\xc3\x82\x45\x24\xfa\ \x5f\xab\x8b\x21\x3d\x31\xc1\xa0\xf0\x72\xfb\xff\xb8\x58\xd5\x24\ \xc7\xa4\x0b\x4e\xb9\x5d\x6d\xac\xc4\xf7\x7f\xc8\x9e\xff\xfc\xc1\ \x4a\x11\xb8\xe5\xf5\x71\xcb\xeb\xf3\x7b\xe5\x14\x4d\x5a\x74\x6c\ \xb2\x54\x65\x8b\x49\xab\xd5\xe3\x24\x8a\xdb\xb4\xfb\x4e\xc7\x09\ \x13\x4b\xfe\x41\x51\x68\xe8\x50\xcb\x9b\x4b\x2b\x5e\xdb\x36\xee\ \x5d\xaf\xe2\x0f\x4c\x9e\x01\x76\x20\xfe\x7a\x73\xcd\x4d\x4d\xe5\ \x41\xad\x6b\xff\x31\x19\x2a\xf8\xcc\xea\x1b\x19\x13\x87\xf4\xfe\ \x8d\xcf\x44\x76\xe6\xbf\xd9\xf5\xa9\x48\x1d\x50\xe6\xdc\x37\x66\ \x62\xb6\x45\xf9\x6b\x04\x93\x9c\x04\x62\x54\x2a\x64\x8a\xec\x39\ \x9a\x96\x81\xa3\xfd\xaf\x17\x9b\x9c\x8a\x83\xf3\xf7\x37\x64\xcc\ \xc4\x64\x8b\x8d\x28\x7b\x8e\xa7\x66\xe2\xf4\x6b\x5d\x97\x96\x82\ \xa3\xf3\xaf\xd7\x33\x3d\x03\x87\x9c\xb2\x32\x13\x49\x35\xe3\xed\ \x91\xad\x01\x48\xcc\xc0\xc9\x03\xe7\x9c\xc9\x18\x1f\x89\xc8\x81\ \x5c\x0e\x00\x06\x35\xb1\xf1\x18\x2d\xe4\xce\xcb\xa7\xb3\x9c\xce\ \x60\xde\x80\xff\x5f\x87\x66\xb0\x7a\x25\x75\x06\x53\xd9\xf3\x7f\ \x7f\xa0\x07\x9c\x5d\x75\x36\xba\xf8\xcc\xa1\xbf\xf1\x11\xb0\x18\ \xd3\xd3\x74\x2a\x27\x7b\xe9\x1f\x27\xf8\x94\x57\x87\xd7\xdc\x54\ \xf6\xab\x67\x3c\xfc\x50\x3a\x75\x74\x87\x97\x27\x57\x2c\x3d\xf9\ \xbe\x46\xa3\xa6\xa2\xf8\xf0\x86\x7e\x63\xcb\xba\xca\xfe\xee\x1d\ \x25\xee\x5a\xb2\xda\xa3\xc5\xb8\x96\xe5\x5c\x7f\xbf\xb8\x1e\x1e\ \x93\xe6\xe2\xe9\x6d\xf7\x7d\xe6\x99\xd3\xd2\xd5\x2a\x7b\x07\x99\ \x08\x48\xde\x3a\x7f\xaa\xac\xf1\xd8\xb6\x25\x6c\x8c\x32\x47\x2f\ \x4f\x97\xac\x41\x62\xca\x4c\x8c\x4e\x35\xe5\xf6\xce\x9d\xb5\x6b\ \x80\xee\xcb\x92\xa9\x4b\x2a\x8f\x5f\xdf\xc6\x15\xa3\x26\xdd\x28\ \xb5\x55\xc9\xc5\xa9\xb1\xe1\xc9\x1a\xb3\x54\x6e\xa3\x94\xc9\x1c\ \x5c\x5d\x95\x7f\xd7\x7e\xc1\xa4\x49\x57\x9b\x1d\x1c\xed\xbf\xdd\ \x30\x69\x53\xa3\xe3\xd2\x54\xae\xb9\xdd\xec\x15\x08\xa6\xb4\xc4\ \xb8\x64\x8d\xc5\xd5\xd3\xcb\xe1\xa7\x0f\x93\x21\x2a\x3c\x56\xe5\ \x96\xc7\x59\x25\xcd\x79\x2a\xd3\x20\x52\xa8\x94\x39\xbd\x21\x18\ \x13\x63\xa2\x35\xd8\x79\xe7\x71\xcd\x7a\xcc\xac\x4e\x8a\x4a\x31\ \x7e\xaf\xed\x7f\x2e\xfe\x3c\x2f\x21\xe9\x9f\x1f\x6f\x5e\x30\xa3\ \x43\xa3\x2a\xcd\x7b\x0c\x5b\xbc\x64\xf3\xa9\x4b\xa7\xfd\xa3\x0c\ \xf9\x1c\xff\x09\x21\x46\xec\x9c\xbf\x6e\x89\xdc\xdf\x43\x47\x58\ \x12\x5f\x0d\xed\x3a\xea\x5e\x9c\x18\xb0\xf7\xa9\x59\x22\xdf\x1f\ \x5d\x45\x0a\xb7\x2e\x5e\x7b\x15\xa7\xfc\x75\x51\x24\x3e\x60\x70\ \xd7\xd1\x8f\x12\x7f\xa3\xa3\x8c\x1c\x5f\xc7\x80\xfe\x34\x6e\xc8\ \xe1\x57\x00\xe7\x56\xd3\xaa\x1d\x0d\x9b\x70\xe9\x13\xc0\x9b\x3b\ \x74\xaf\xcd\x94\xdd\x00\x89\x2f\x99\x30\x9e\xc9\x63\x28\x53\x80\ \x29\x67\xc8\x08\x65\x78\x77\x3a\xb5\xa4\xcf\x5c\xb4\x02\x80\x36\ \x92\x1e\x35\xe8\x3a\x1b\xe0\xe2\x0e\xc6\x8e\xa2\x41\x33\x9e\x44\ \x03\x9c\x5f\x4b\xab\x76\x34\x6a\xcc\x95\x10\xb4\x11\x4c\xf1\x63\ \x40\x0f\xda\x8f\x20\xf1\x07\x01\x3c\xf0\x16\x13\x47\x30\x78\x04\ \xb7\x3e\x62\xca\xe0\xfa\x2e\xaa\x54\xe0\xdc\x1b\x80\xc4\x37\x0c\ \x6c\x47\x87\x96\x0c\x59\x8d\x00\x1f\xce\xd3\xa7\x3f\xdd\xda\xb2\ \xea\x0a\xc0\x85\x9d\xcc\x99\x4e\xa7\x5e\xf8\xa7\x00\x1c\x5d\x44\ \xbf\x01\xb4\xed\xc4\xdd\x58\x30\xb3\x62\x38\x83\xa7\xb3\x64\x19\ \x9f\xe3\x79\xfc\x00\x93\xec\x77\x08\x9e\x2a\x6a\x36\xc0\xcb\xf1\ \x5f\x31\x8e\x0c\xcf\xae\xdf\x4c\x93\x78\xfe\x96\x7c\x18\x7b\x73\ \x8b\xef\xb4\x5d\xe6\x7f\x4a\x36\x7e\x7f\xed\xea\x07\xb5\xca\xab\ \x60\xb9\xda\x35\xca\x26\xbf\x3b\xb8\xe8\x40\xe8\xb8\x05\x4b\x07\ \x77\xac\x5b\xad\x56\xcd\xdc\xb6\xb2\x5f\xa3\xdb\xb0\xeb\x77\x3e\ \xc8\x9c\x9d\x7e\x67\xfe\xba\xf8\x37\x33\x86\xf4\x1b\xd0\xb7\x5b\ \xf7\xd1\xeb\xb2\x5f\x9c\x29\x71\xcb\x88\xe6\xd5\xdb\x4f\x88\x30\ \x03\x04\x5f\xdc\x7e\x3b\xb5\x70\x2d\x8f\xb0\xd5\x8b\xe7\x0c\xef\ \xd1\x61\xfa\xf6\x7b\x40\xe2\xfb\x0b\x43\xfa\xf7\x1b\xd8\xad\xed\ \xc8\x15\x97\xb2\x4e\xf6\x3e\xd8\xb5\x2a\xd8\xa5\x5e\xd3\xbc\xe9\ \x37\x0f\xcc\x6f\x50\xa5\xd5\xc5\xcf\xe9\x60\xba\xbf\x6f\xc5\xc2\ \xc5\x4b\xc6\xf6\x6d\x5e\xbe\xde\xa0\x0f\x99\xbf\x62\xae\xf0\x78\ \xe7\xe4\x89\x1b\x1f\x7d\xef\x18\x63\xcc\xce\xa5\xb3\xc6\x8d\x1f\ \xdd\xa9\x8b\xdf\xf5\x50\x35\x86\xf8\xd3\x5b\x96\xcc\x9e\xe8\xdb\ \xa1\xff\xdc\xaf\x19\x39\xf2\x97\x2e\x6a\xe3\xc4\x01\x7d\x06\x0e\ \xe8\xd0\x67\xf2\xdb\x34\x30\x26\xdf\x3f\xbe\xb4\x49\xed\x56\xfb\ \x1f\x26\x7c\xcb\xe6\xd3\xa5\xed\xe3\xc7\x8f\x1f\xdc\xad\xe3\xe4\ \xad\xb7\x05\x48\xfe\x78\x79\x68\xff\x7e\x03\xbb\xb5\x1d\xb6\xf4\ \xbc\xc1\xca\x9e\xff\x5b\x70\x29\xd7\x6c\xf1\xae\x0d\x4d\xca\x94\ \x18\xba\x60\xef\x8e\xed\x4b\xca\x12\x16\xf0\xf8\x52\xff\x2e\xfd\ \xf6\xdc\x0c\x06\xe2\x5f\x5d\x9a\x3c\xb8\x67\xcf\xde\x23\x2f\xbc\ \xcb\x79\x31\x86\xd8\xfd\x4b\x26\xf6\xe8\xd5\x63\xce\xce\x5b\x5f\ \x5f\x1c\x9b\xba\x60\x9f\x4e\x48\xda\x38\x6b\xc6\x75\xff\x77\xd7\ \x2e\x3f\x96\xd8\xcb\xce\xaf\x9d\xd8\xbd\x67\xaf\x45\xfb\xef\x27\ \x26\x7f\x7d\xfc\xf0\xc1\x8a\xc9\xa3\xaf\x7c\xf8\x7c\xee\xcc\x6d\ \xb9\x8f\xa7\xff\xc1\x25\x5d\x3b\x77\xeb\xd8\x7b\xcc\xb5\x8f\x19\ \xc0\xc7\xdb\x07\xc7\xfa\xf6\xe8\xd4\xbe\xc7\xde\x67\xd9\xe7\x11\ \x33\x3f\x5e\x1d\xdb\xbf\x6b\xf7\xce\x5d\x57\x1c\x7d\x6a\x41\x14\ \xf6\xd1\xff\xd5\xe5\x9d\x5d\x7a\x8f\xb9\xfe\x31\x15\x84\x37\x17\ \xb7\x0e\xec\xd6\xad\xfb\xb0\xf9\xef\xd3\x2c\xda\x84\xc0\x87\x0f\ \xef\x2f\x9d\x30\xf2\x7a\x98\x21\xf2\xe1\x7e\xbf\x9e\x5d\x3b\xfb\ \x4e\x7f\x1c\xa1\xff\x26\x81\x57\x6d\xcb\xd1\xd3\xf4\x2e\xc2\x95\ \x00\xa2\x6f\xb3\xf6\x16\xdb\x8e\x33\xb8\x3c\x57\xef\x62\x48\xe4\ \xc6\x59\xbe\x64\x50\xb4\x18\x80\x5b\x45\x76\xed\xc1\xb7\x01\xb5\ \x7a\x33\xbd\x39\xab\xa6\xe2\xd4\x8e\x73\x07\x88\xbd\x47\x24\x08\ \xb1\xcc\x98\xc0\x07\x35\x25\xcb\x03\x54\x6e\xce\xa4\x81\xe4\x51\ \xa0\xb1\x10\x79\x83\x35\xd7\xd9\x76\x9c\x61\x15\xb9\x70\x09\xb1\ \x23\xc3\x17\x73\x6a\x37\xe9\x2f\xf8\x94\x96\x5d\x91\xe0\x6b\x8c\ \x5f\x41\x89\x16\x1c\x38\x48\xc3\xe2\x7c\xf6\xe7\xdc\x55\x0c\xce\ \x14\x2c\x04\x46\xe6\xcf\xa2\xc8\x30\x4e\xae\x26\xe4\x21\x6f\xdf\ \x31\x6b\x1d\xbe\xeb\xd9\x32\x80\xab\xc7\x01\x1a\x76\x61\x54\x6f\ \xdc\xc0\x20\x26\xf0\x0c\xdb\x02\xd8\x79\x92\xce\x9e\x9c\x7d\x8c\ \xfa\x23\xcf\x33\x39\x70\x88\xed\x5b\x29\xef\xc2\xdb\x50\xaa\x56\ \x01\x03\x07\x57\xd2\xbd\x1b\xbd\xc7\x12\x0b\xc9\xef\x98\x30\x90\ \x1e\x7d\xb8\x10\x90\x5d\x99\xaf\x4f\xb8\x1b\x8a\xbd\x81\xa5\x23\ \xe9\xd6\x8d\x09\x6b\x51\x03\x66\x2e\x6e\xa3\x4f\x17\x3a\x0c\xe4\ \x55\x2c\x40\x8c\xff\xa1\xb9\x2b\x8f\x00\xd7\xb7\xcd\x5c\x77\xf1\ \x03\x64\x6c\x9c\x33\xeb\x76\xb4\x21\xf2\xe1\x91\x71\x83\x7a\x76\ \x6e\xdf\xfd\xc0\xbd\xf0\x2f\xf7\xf6\x0e\xe8\xd6\xb3\xdf\xf8\xa5\ \x1f\xb3\x3c\x06\xe8\x23\xdf\x44\x48\xaa\x35\xae\x60\x4a\x7c\xb7\ \x7e\xd6\xa8\xae\x5d\x3a\x0d\x5d\x71\x5e\x9d\x1e\xbd\x63\xde\xb0\ \x1e\x3d\x7b\x6d\xbd\xf1\xe6\xfd\x97\xe0\xc7\xf7\x8f\x0e\x9c\xb6\ \xe6\x73\x06\x80\x31\xf9\xc3\xc2\x11\xbd\xbb\x74\xe9\x3e\x7e\xc6\ \x82\x29\xc3\x7b\xb5\xef\x33\xe1\x51\x84\x0e\x4c\x77\xf7\x2f\xed\ \xd9\xb5\xeb\xa0\x69\x1b\x23\x0c\x40\xe6\xf5\xbd\x4b\x07\xf5\xec\ \x3a\x66\xfb\xab\x66\xad\x0b\x5d\x3a\x7c\x26\xd5\xc5\x3d\xec\xe6\ \xf5\x80\x90\xc0\x03\x87\x6e\xbf\x79\x7a\xef\x71\x94\xc5\x5d\x69\ \xba\x77\x68\x45\xdf\x1e\xbd\x06\x4f\xdb\x14\x2b\x90\x1e\x7c\x67\ \xce\x98\x41\x1d\x7b\x8e\x8c\xc9\x55\xae\xa2\x4f\x16\x93\x1b\xef\ \x1f\x5e\xde\xbb\x6b\xd7\x7e\x13\xd7\x87\xeb\x05\x73\xd8\xfd\xa9\ \x43\x7a\x75\xeb\xd2\x61\xf6\xb6\x6b\x86\x6c\x2e\xd2\x1c\x58\x30\ \x23\xa2\xc8\x90\xb3\xe7\x57\x29\x02\x2f\x05\xc4\x5b\x20\xfd\xc0\ \xfc\xa9\x7b\x1e\x87\x15\x29\x59\x33\xbf\x14\xb4\x9f\xd6\xef\x7d\ \xda\x69\xf8\xe0\x32\xc5\x2b\xfb\x8d\x99\xd8\xb4\x8a\x67\x66\x86\ \x16\x63\xc4\xe2\xa9\xab\x0a\xf4\xdd\x70\x6e\xbb\x6f\xf0\xf5\x33\ \x09\x60\x89\xb8\xb3\xe9\x5a\xda\x88\xf1\xdd\x52\x5f\xde\xbb\x72\ \xf9\x41\xba\x43\xc1\x12\xde\x4e\x20\x6b\x3d\x69\xfd\xce\xad\xd3\ \x4b\xe5\x2f\x35\x63\xed\x8a\xf2\x4e\x59\x1b\xa6\xba\xbb\x87\x56\ \xfb\xf6\xec\xda\xbe\xdb\x88\xc7\x49\xda\xc0\xc7\xaf\xef\x9d\xdf\ \x30\x7a\xd9\xc5\x6c\x52\x13\xa9\x1a\xf7\x9d\x7a\xe2\xe4\xe9\x26\ \xca\xe0\xcb\x0f\xe3\x51\xb8\x36\xee\x3d\x66\x70\xc7\x86\xb6\x66\ \xbd\x60\x49\xdb\x3e\x77\xf4\xc1\x37\xb1\x0f\xb6\x2f\xb8\x90\x51\ \xe3\xd8\xb9\x23\xd5\xf5\x6f\xee\x05\xa4\x26\x87\xbc\x38\x77\xf1\ \x71\x8a\xd4\xa9\x68\xd9\x3c\x98\x82\x17\x4d\x1a\x7d\x2e\x58\x93\ \xab\x4c\xd3\x55\xfb\x4e\x6c\x9e\x58\xf3\xf1\xb5\x5b\x3a\x63\xc2\ \x8a\x69\xcb\xbd\x7b\xae\x39\xbf\x6b\x68\xe8\xcd\x33\x51\x26\x2b\ \x7b\xfe\xef\xc1\x18\xf1\xe6\x5d\x92\x43\xa9\xe2\x6e\xa0\xbb\xfb\ \x24\xa5\xc7\xfc\x2d\x13\x5a\xe7\xde\xb5\x73\x5f\x48\x78\xc0\xfc\ \x65\x87\x2b\xf4\x1e\x57\xc6\xe8\xbf\xeb\xfc\xcb\x2c\x7e\x3b\xb8\ \x70\xc6\x53\x51\xe5\xe1\x1d\x4a\x5f\xdc\xb5\x3d\x3d\x4f\x05\xe3\ \xeb\x03\xbd\xba\x8e\x08\xb4\x29\x5f\x52\xf5\xe9\xec\xbd\xcf\x71\ \xef\xf6\x2c\x39\x93\x30\x65\xdd\xa6\xa1\xad\x2a\x05\x3f\xb8\x59\ \xa8\xdd\xe4\x9d\xab\xe7\xd6\x55\xbc\x39\x79\x3d\xd0\xd6\x1c\xb2\ \x65\xdf\x8d\xc6\x13\xe6\x75\xc9\x17\xb1\x6b\xdf\xf9\xe0\x27\x3b\ \xc7\x2f\xbf\xd1\x70\xe0\x48\x6f\xe2\x62\x92\xb3\x9d\x98\x5c\xdf\ \xbb\x33\xdc\xa7\xf3\x82\xc9\x6d\xaf\x6c\x5d\x76\xf7\xcb\x97\x4f\ \x31\xae\x93\x37\x6d\xe8\x98\x2f\x7a\xd3\x89\x9b\xe1\xcf\x0e\x4e\ \xdc\x70\xbf\xcb\xa4\x39\xb5\xcd\x0f\xd7\xed\x0d\xf8\xf2\xfa\x69\ \xf1\xf6\x53\x77\xae\x9e\x5f\x26\xfe\xa8\xdf\x9c\xb3\x2d\x47\xce\ \x6e\x9d\x2b\x70\xdd\xe6\x33\xdf\x34\x1f\xf9\xf2\x11\x76\x87\x73\ \x51\x0c\x6d\xca\xe1\x03\x34\x18\x46\x3e\x67\x4c\x16\x6c\x64\xc8\ \x5c\x18\x31\x91\x22\x85\x28\x5e\x3a\x67\x45\xfc\x98\xb9\xa7\x99\ \x38\x03\xde\xf2\x58\xcf\xa8\xae\xd8\xe8\x51\x38\xe2\xa8\x67\xd5\ \x3c\x3c\x3b\xd0\xb6\x3a\xe5\x2a\x01\x04\x3f\x64\xf8\x48\x5c\x9b\ \xd3\xd0\x9b\x03\x07\xa8\x37\x94\x7c\xce\x98\x40\xa5\x44\xe1\x40\ \x5e\x77\xb6\x2d\xc3\xbd\x21\x65\xb2\x54\xcd\x7a\xd6\xae\x42\xe7\ \xc0\xbd\x3d\xcc\xdb\x8d\x11\x8a\xd6\x61\x78\x5f\x8a\x16\xa3\x90\ \x2d\x71\xd7\x09\xb2\x63\xfc\x2f\x98\x4d\x38\xd8\xf3\xe8\x32\x8e\ \x75\x68\x9e\x1f\xa3\x1e\x7b\x57\x80\x2f\x0f\x18\x39\x8a\x82\x9d\ \xa9\xe1\xc8\xb1\xa3\xb4\x18\x8c\xa7\x3d\x46\x31\x2e\x8e\x64\xc6\ \xa0\x4f\x67\xd1\x52\xbe\x66\xa2\x0e\x25\x46\x4a\xf9\x82\x6c\x9b\ \xc0\xf5\x4c\x26\xf6\x21\x32\x04\x5d\x38\x33\x16\x50\xa5\x2f\x65\ \x45\xec\xcf\x39\xc3\xea\x7f\x9d\xd0\x54\x42\xee\x71\x27\x93\x79\ \xf3\x08\x3b\xc9\xc5\x8f\x5c\x58\xc6\x8e\x37\x0c\x1b\x8e\xe1\x2b\ \x29\x52\x00\x5d\x72\xe8\x93\x17\x81\x99\x86\x88\x6d\x73\x16\x3c\ \x4d\x32\xa4\xbf\x3a\x7d\xe1\xbd\xc6\xfc\x72\xf7\x90\x45\x17\x6a\ \xf6\x19\xe9\x63\x8a\x0f\x4d\x08\x5a\x32\x6f\x7b\xc9\x41\x0b\xd7\ \x4c\xee\xed\x6d\x03\xa0\x0d\x7f\x1a\x21\xce\x57\xd5\xed\xcb\xf4\ \x21\x63\xe3\xf2\xff\xd2\xa9\x8a\x6b\x6c\x42\xcc\xd3\xf3\x3b\x76\ \x05\x38\x2e\xda\xb0\xa1\x47\x55\xa7\xe7\xfe\xa1\x83\xa6\xac\x5f\ \x37\x79\x60\x7e\x5b\x80\x8f\x37\x77\xdf\x4b\x2e\x3a\x7d\x6c\x9b\ \x47\x27\x2e\x95\xec\x35\xb9\xb1\xed\xbb\x4d\x17\x9f\x05\x9e\x59\ \x3e\xef\x74\xf4\xc8\xd9\xb3\x3d\x82\x4e\xed\x3d\xff\xf9\xde\x96\ \xc9\xab\x6e\x9b\xfd\x86\x77\x2a\x50\xac\x6c\x45\xbb\xb4\x4b\x57\ \x1e\xc9\xc5\x69\x77\xde\xa9\xfd\x96\xac\x99\x3f\xaa\x65\xd0\xfd\ \xd3\x11\xa9\xa6\x37\x17\xd7\x6f\x7b\x68\x1a\x3e\xba\x53\xd8\xad\ \xe3\x67\x2f\x9e\x1a\x33\x66\xb9\x53\x9d\x7e\x1d\xab\x7a\xe7\x2d\ \x5c\xc5\x0d\x80\x0f\xa7\x16\xcf\x3e\x10\x3e\x74\xd6\x2c\xcf\xd0\ \x33\x7b\xee\x7d\x7e\x72\xfa\xe0\x5b\x55\xc3\x79\x53\xbb\x3f\xd8\ \xbf\xfe\x4e\x22\x80\x3e\xfc\xee\x85\xcf\x76\xa3\xc7\x34\xb1\xb5\ \xe8\x24\x2a\x57\x37\x07\xe1\xfe\xb6\xf9\x77\xa5\x75\x46\x77\x6c\ \x54\xaa\x7a\x15\x31\xdc\xd9\xb1\x3e\xa5\x78\xd7\xee\xe5\x9d\xb4\ \xa9\x91\x9b\xa7\x8f\xdc\xfc\xca\x75\xd2\xa8\xa6\x11\xf7\x8f\x7f\ \xb0\xab\x39\xa2\x55\x7e\x85\x5e\xaf\xb4\x73\x73\x42\x38\xb6\x65\ \xbb\x5b\xd3\xa1\x35\xdd\x24\xb9\xaa\xb5\xf3\xed\xd9\xbc\x48\x85\ \x92\x5e\xd9\x0b\x38\xf5\x9e\x89\xe3\x62\x8a\xf5\x1a\xd6\xb4\xb0\ \x18\xc0\x70\x6d\xed\xb8\xa5\x97\xd3\xfa\x8c\xe8\x60\x88\x8d\x32\ \x24\xbf\x7d\x96\xe2\x3a\x7f\xeb\x96\xb9\x43\x1a\x66\x4b\xd1\x52\ \xc7\x42\x05\x3c\xdf\x9f\x5a\xfc\x80\xb2\xdd\x7f\xc9\x0f\xfa\xe7\ \x97\xd6\x8c\x98\x71\xa0\xee\xc0\x91\x05\x1d\xc5\x5e\xc5\x2a\x14\ \x15\x7f\x3e\x70\x23\xda\x6f\xac\xaf\xab\x8d\x18\xb9\x42\x2a\x97\ \x38\x15\x69\x34\x7e\x58\xf3\x82\x85\x4b\x96\xca\x05\x82\xa2\x50\ \xc9\x72\xf9\x1c\xe5\x2e\x3e\x85\x9c\x92\x03\x56\xed\x0e\x68\xdd\ \xb7\x47\xda\xcb\x93\x01\xb2\xaa\x23\xdb\x16\x52\xea\xf5\x0a\x3b\ \x17\x1b\xb1\x95\x3d\xff\xf7\x10\xf9\xf1\xb1\xda\xad\x48\x09\x77\ \xc8\x7c\xf5\x3a\xcd\xa1\x6d\x8b\xb2\x3e\x3e\x79\xbc\x9c\xed\x3f\ \x3d\x38\x78\x35\x30\xfa\xd6\xa1\x9d\x51\x05\x3a\x4c\xef\x5b\x0b\ \x10\x62\x5e\x9f\xba\x70\x37\xe2\xed\xf5\x7d\x37\x62\x07\x4d\x99\ \x5c\x2e\x4f\x91\xda\xc5\x35\x27\x9f\x88\xa6\x4e\xed\xa4\x7b\xf3\ \x48\xea\x53\xbd\x7e\xcd\xd6\x0d\x7c\x92\x97\x2f\xde\xab\xb7\x93\ \xbf\x7b\x1e\x5d\xb2\x49\xd3\x5c\xce\x4e\x09\xaf\xde\x4b\x8b\xd5\ \xf3\x8c\x7b\x19\x6b\x5b\xb6\x53\xb5\xa2\x3e\x3e\x9e\x8e\x32\xed\ \xa9\x83\xd7\x1a\xcd\xdc\xd4\xba\xaa\xb3\xde\xc6\xa7\x66\x89\x7c\ \x00\x44\x3d\x0c\xc9\x68\xda\xb6\x59\xa1\xb2\xa5\xdc\x6c\x6d\x92\ \xc2\x9e\x46\x29\x8b\xb5\xae\x58\x38\x8f\x97\x97\x8f\x8d\xe6\xe2\ \xb9\xab\x15\x7b\x4e\x6c\x5a\xb1\x78\x81\xdc\x2e\x32\x49\xfa\xcb\ \x17\xb1\xa5\x7e\x69\xee\xe6\xec\x74\xeb\xd4\xe5\x7c\xed\x47\xb5\ \xad\x5e\xb2\x80\xb7\x8b\x58\xf4\x5d\x6b\x75\x65\x33\x63\x36\x33\ \x7c\x35\xd5\x9d\x79\x93\x40\xcd\xd2\x60\xe6\x49\x20\xe5\xaa\x21\ \x12\x13\x1f\x48\xba\x2d\x65\xb2\x4c\x21\x75\xac\x58\x49\x93\x51\ \x94\xb2\x27\xf0\x25\x4e\x45\xf0\x80\x80\x9b\xd8\x17\xe7\xce\x2a\ \xae\x1a\x69\x51\x90\xe7\x5f\xf1\xb2\x05\xa8\xd5\x95\xa3\xeb\x08\ \xba\x4f\x4a\x2a\x21\x69\xd4\x2c\x0d\x16\x1e\xbf\xa7\x52\x3d\x4c\ \x89\x4c\xeb\xcb\x4b\x07\xd6\xcc\xc4\x41\x04\xa0\x79\x4b\x88\x92\ \xbd\x07\x58\x39\x81\x87\xa7\x48\x00\x89\x84\x8f\x4f\x70\x2d\x81\ \x0d\x3c\x7b\x8e\x7b\x15\x64\x10\xf0\x04\xfb\xbc\x68\x43\x29\x52\ \x19\xe0\xda\x73\x4a\xd6\x02\xa8\xd1\x8b\x63\x6b\xf0\x3f\x4f\x66\ \x26\x9f\x33\xa9\x54\x03\x34\xbc\x88\xa1\x46\x71\x3c\x1a\x71\x70\ \x1f\x4e\xfe\xac\x38\x40\x6c\x28\x76\x05\x51\x84\x70\x35\x86\x15\ \xb3\xf1\x50\x53\xb8\x2e\xb1\xd7\xb9\x1b\xc4\xf5\x83\x44\x7b\x31\ \x79\x78\x96\x26\x85\x37\x1f\xa9\x5c\x9d\xe0\x67\x94\x6d\x40\xd1\ \xa2\x78\xe5\x46\xfb\x9e\x23\xfe\x2c\x5c\x49\x39\x17\x6c\xf3\x51\ \xd1\x0d\x40\xe5\xec\xed\x64\x2b\x5c\x3b\x7d\x28\xcd\xa3\x7e\x51\ \xf1\xa7\xcd\xdb\xaf\x36\xe9\xd1\xf2\xd5\xe5\x1b\x0d\xc7\xac\xee\ \x54\xd7\x29\x51\xe2\xde\xb0\x71\xcd\xce\xad\x2b\xdf\xd8\x30\xef\ \x4e\x8c\xcc\x4e\x02\xf0\xf5\xf1\x0b\x9b\xe2\xf5\x34\x57\x77\x7e\ \xca\xdd\x63\xc1\x80\x56\x96\xb4\xd4\x92\x65\xaa\x57\xf9\xa5\x79\ \x45\x49\xc0\xd2\x6d\x97\x35\xda\x8c\xb0\x44\x65\xf5\x06\x95\x5c\ \x1c\xed\xb3\x7c\x91\xbc\x7d\xf2\xa5\xf8\x2f\x9d\xcb\x15\xcc\x93\ \xaf\x74\xb9\x3a\x35\xca\xe4\xf3\xf6\xf1\x12\x47\x1c\xbd\xf0\xa2\ \xfd\xa8\xa9\xd5\x4b\x96\xcc\xeb\xee\xac\x8d\x7b\x7e\xf8\x66\xca\ \xec\xad\xd3\xca\xab\xf4\x42\x9e\x12\xaa\xb4\x98\x64\xbb\x52\xa5\ \x64\xf1\xef\xd3\x6c\xeb\x55\x2c\xed\xec\xa0\x0b\x09\x35\x54\x2c\ \x99\xf7\xd6\xe1\xfd\xa1\xe1\xef\x76\xef\xbd\xd6\x78\xc4\x44\x9b\ \x80\x2b\xb2\xfa\xa3\xc6\x74\xac\x9d\x10\x65\x2c\x56\x33\xeb\xdc\ \x6e\xfa\x99\x53\x8f\x9b\x4c\x58\x50\xb3\x54\x29\x0f\x37\x57\x5b\ \x7d\xcc\xa3\xa0\xc4\x7a\x2d\x9a\x15\x2d\x91\xdf\xdd\xd9\xd9\x51\ \x09\x10\xff\xfe\xb1\xd9\xa3\x42\x45\x05\x71\x0f\x9f\x6b\x73\x97\ \xb3\xf8\xef\x99\x7e\x38\xb2\x73\xbb\xb2\xfe\xcf\x3f\x3b\x7b\x3a\ \x9a\x63\xee\xef\xb8\x95\xee\x37\xb4\x83\x08\x6c\x72\x57\x58\x79\ \xe2\x74\x4b\xdb\x8f\xe7\xde\xa9\xa3\x3e\xbe\x75\x2f\x5e\xcb\x11\ \xee\x5f\xf3\x77\xac\x54\xcf\xf4\xfe\xd8\xf1\x90\x3c\x63\x06\xd4\ \x04\xc4\x52\xc9\x87\x37\x2f\xdd\x0b\x94\xcb\xd2\x72\x87\xdf\xda\ \x79\x24\xac\xc0\x8c\xb1\xcd\xb3\x35\x4e\x89\xef\x0e\xde\x8c\x1e\ \xb7\x71\x4e\x1d\x3b\xad\xb2\x50\x2d\xef\xc4\x4f\xf1\xaa\x92\x0d\ \xca\x7a\x39\x39\x64\x6b\xce\xb1\x64\x1c\x59\x3a\x72\xda\xc9\xe4\ \x99\x6b\x96\x54\xc9\x25\x02\x87\xf6\xc3\xd6\x6f\x99\xd6\xf0\xee\ \xd9\x33\x66\x1c\x5a\x74\xeb\x57\x51\x88\x8d\xb1\xf8\x94\x2f\x2c\ \x27\xf2\xd1\x3b\x8d\x4b\xe5\x32\xf6\x62\x89\x24\xe4\xd1\x73\x45\ \xc1\x1a\xee\x80\x2c\x6f\xd7\x7e\x03\xca\xe5\x92\x86\xdd\xdf\xd7\ \xc7\x6f\xae\x77\xf7\xb9\xe3\xdb\x94\x08\x7a\xf6\xd4\xb5\x58\x0d\ \x67\x78\x78\xfd\x85\x4d\x89\x6a\xb9\xad\xec\xf9\xbf\x88\xf7\xf7\ \x5f\xb8\x15\xa9\xe5\x06\xa9\x2f\x1e\x26\x29\x8b\x95\x55\xf1\xf2\ \xe1\x13\x97\x42\x95\x6d\xd2\x62\x0b\xd5\xec\x3e\x6f\xfe\xfc\x19\ \x93\x87\x54\xca\x63\x07\x98\x52\x92\x34\x8a\xa2\x7e\xd3\x16\x2e\ \x9c\x35\xdd\xb7\x75\xf9\x90\xeb\x5b\x8f\x05\x3a\xd7\x2b\x66\x0c\ \xf8\x92\xf4\xfc\xf1\x57\xcf\x72\xc5\x2c\x92\xfc\x0b\x76\xae\x95\ \x3f\xdf\xb7\xef\x51\xc0\xa7\x18\x9d\xbb\x87\xdc\x64\x50\xdf\xf3\ \xff\x94\xaf\x4a\xf1\xb0\x67\xaf\x24\x05\x2a\x3a\x63\x7a\xf4\x38\ \x22\x5f\xb9\xc2\x51\x61\xa9\x2e\xb9\xa4\xc9\xf7\xef\x26\xa9\xf2\ \x16\xf6\x92\x01\xe6\xd0\xb7\xa1\x99\xee\xe5\xdd\xd4\xfb\x66\xce\ \x31\x97\x6b\xe3\x15\xfe\xcc\x98\xa7\xaa\x33\xba\x27\xfe\x21\xc5\ \x8a\x94\x30\xa4\xc6\x49\xe5\xca\x94\x2f\x37\xb6\x3d\xd0\xb7\x6a\ \x9a\xfb\xc5\xe7\x74\x0f\x0f\xa9\xd1\x98\x1a\x9b\x94\x22\x53\xca\ \x33\x22\xfd\xb7\x9d\x8a\x68\xd0\xa6\x41\x56\x8b\x6e\x6e\x60\xc3\ \x63\xd6\xee\xa3\x45\x31\xd0\xa2\x55\x93\x96\xc6\xc5\xe5\x44\x17\ \x24\xcb\xb4\xff\xd5\x6d\x9c\xca\x90\xb5\x55\xf3\xe6\x24\xaf\x6d\ \x19\xd0\x08\xc0\xa4\x23\x43\x4d\xd4\x67\x96\x9c\xa4\x6d\x5b\xa4\ \xb6\x14\xb1\x61\xc6\x48\x3e\xa6\x13\x15\x48\x44\x0c\x06\x1d\x0f\ \x1f\x23\x73\x41\x2e\x45\x93\x41\x5a\x3a\x97\x57\x12\x55\x90\x36\ \x5e\x4c\x1d\x8e\xbc\x05\x5b\x66\xe1\x61\x43\xc8\x2b\xde\x47\x21\ \x08\xe8\xb5\x48\x45\xbc\x78\x80\x73\x51\x5c\x00\x81\x07\xef\x28\ \x5b\x1b\x40\x67\x24\x23\x8d\xc8\xf7\xac\x3b\x4d\xb7\xde\x48\x92\ \xc9\xd4\xf2\xe1\x12\x57\x53\xe9\x52\x8d\xd8\x18\xf4\x5a\xee\xdd\ \x47\xe5\x85\x0c\xd2\xd2\xd1\x26\x71\x62\x11\x42\x79\x2a\xbb\x92\ \xaa\xc1\x5e\x85\xc9\x82\x8d\x03\xe1\xaf\x91\xbb\x61\x8a\x27\x45\ \x8c\xbd\x85\x33\x77\x28\x5d\x91\xb4\x04\xf2\xd5\x67\xfe\x22\x66\ \x4d\xa4\x38\x3c\x09\xc0\x9c\xcc\x87\x4c\x2a\x14\xe1\xc9\x7b\xca\ \x94\xe7\xe1\x16\x3e\xa8\xa8\xe6\x42\x52\x26\x76\x12\xee\x5e\xc2\ \xae\x0c\x59\x1a\x51\x7b\xf7\x7c\xba\x80\x43\xab\x6e\x30\x7d\x4a\ \x87\xdb\x6b\x66\x5d\xd3\x54\xee\xdb\xb4\x54\x6c\x4c\x9c\xca\x56\ \x1a\x75\xfd\xc8\x17\x93\xb7\x97\x54\xdc\x78\xf4\x9a\x11\xa5\x93\ \x56\xad\xbf\x98\xd5\xe1\x41\xef\x22\x94\xde\x9e\xda\x88\x58\x8b\ \x5c\xa5\x4b\x0d\xbc\xf8\x20\x3e\x5f\xc1\xbc\x32\xfb\xf2\x1b\x36\ \xcf\x8a\x3a\xb5\xe3\xe8\xf5\x97\x31\x66\x5b\x67\x5b\x9d\x46\x67\ \x02\x30\x87\x3e\x08\xd2\x54\xa9\x5d\x38\xfc\xe5\x5d\xb5\x73\x51\ \x1f\x52\x1e\x7d\x88\xaf\x50\xd0\x2b\x3d\x3d\x4d\x2e\x97\x44\xf9\ \xef\x3e\xf5\xd5\xa5\x79\x4d\xbb\xa8\x64\x83\xca\xa8\xbd\x7a\xee\ \x92\x8d\xb7\x4f\x72\xf8\x1b\x49\xc1\x62\x42\x4c\x48\x9a\x6d\xfe\ \x42\xb9\x44\xa6\xe8\xb7\x1f\x52\xed\x4a\x16\x73\x8c\x4f\x54\xb4\ \xf0\x9d\xb5\x60\xee\x9c\x91\x3d\x1b\x9a\xd2\xe2\x51\xda\xa8\xe3\ \xee\x5f\x0b\x54\x57\x29\xe7\x91\xb5\x2a\x8f\x4e\xd2\x28\xed\xc4\ \x31\xcf\x77\x5d\x09\xb3\xad\xeb\x2d\xfd\x10\x29\xaa\x54\x2a\x4f\ \xf2\xa3\xab\xe9\x4e\xa5\xcb\xd8\x03\x58\x0c\x86\x0c\x75\x66\x4c\ \xe4\xfb\x85\x5b\x2e\xd6\xef\xd4\x4e\x2e\x32\x95\x28\xe1\x7a\x6e\ \xe1\xf8\x23\x2f\x93\xa4\xf1\x41\xfb\x36\xed\xf0\x6c\x3d\xb2\xb6\ \xa7\x34\x31\x2e\x22\x45\x63\x8c\xfb\x78\x2f\x30\x49\x56\xd0\x5d\ \xa6\x57\x67\x66\x68\xd4\x11\x81\x97\x57\x5d\x4b\xee\xdf\xa1\xc8\ \xd6\xb5\xc7\x6b\x0f\x1c\x51\x30\xcb\x64\xd7\x9c\x14\x10\x10\x5f\ \xb4\x72\x95\x2c\x35\xd7\x96\xcd\xe7\xea\x0d\x18\x9d\x2f\x47\x3d\ \x6b\xd6\x24\xc5\xa5\x8b\xec\xd0\x5e\x3a\x79\x59\x54\xac\x98\x26\ \x2c\x4c\xab\x72\x16\x32\x75\x7a\x83\x19\xc0\x92\x7e\x6c\xde\x88\ \x53\x31\xc5\x76\x1e\x5c\x51\x33\x9f\xa3\x21\x25\x2e\x3a\x21\x55\ \x9f\x1e\xf5\xf0\xf9\xe7\x5c\x3e\xf9\x12\x83\xfd\x5f\x7d\x49\x32\ \x58\x2c\xda\xcc\xf4\xb4\xb8\xaf\x6b\xe7\xae\xf7\x68\xdc\xa7\x92\ \x3d\xa0\xbe\xfb\x22\xa6\x58\xad\xb2\x60\x0e\x7e\xf9\x28\x28\x2e\ \x23\xee\xe5\xe1\xd1\x4b\xae\x74\x59\xb8\x77\x52\xe7\xaa\x52\xd0\ \x6b\x35\x19\x1a\x4d\xe4\xc7\xab\x2b\x2e\x46\x77\xed\x50\x29\xe0\ \xd1\x93\xb8\x4c\xcb\x7f\x30\x7b\xfe\x99\xce\x8c\x33\x3f\x27\xa9\ \xaa\x74\xae\x04\x7c\x0a\x49\x2d\x58\xa3\x86\x0a\xd3\xd7\x38\x45\ \x99\xee\x95\xab\x7b\x93\xf7\xca\xc2\x21\x7e\x97\x8a\xb7\x18\x3c\ \x6b\x40\x53\x95\x08\x59\x91\x7a\xbd\x5b\x5c\x58\x35\x7e\xb0\x87\ \x4f\xf9\x51\x83\xeb\x1e\xd9\xf7\xac\xef\xca\x23\xb9\xef\x2e\xde\ \x77\xe2\x94\xb3\xc4\xbb\x49\x45\xc5\xa1\xc5\x43\xae\x05\x26\x2a\ \xca\x77\xeb\x51\xb1\xc4\xb3\x2a\x5e\x2b\x67\x0c\x34\xf4\x1f\x2c\ \x32\x3b\xd6\x2b\xe5\x11\x72\x4b\x57\xb5\x6e\x79\x84\xe8\x58\xb1\ \x67\x9b\xfa\x35\x95\x69\x55\x16\x4f\xea\xb1\xe9\x63\x40\x99\x81\ \x5b\x3c\xa5\x00\xe1\xc1\x9f\x3f\xbc\xf7\x9f\x3f\x6a\xa4\x57\x99\ \x66\xab\xa7\x74\x79\xba\xec\x66\xd9\xfa\x55\xd0\x45\x25\x5a\x72\ \x57\xa9\x5a\xa1\xb0\x43\xfb\x11\x0b\x46\xf5\x3e\xec\xd6\x7c\xec\ \xdc\x66\x85\x0b\xa7\x56\xf6\x5c\x3f\xbd\x7f\xc6\xb0\x45\x3d\x07\ \xf5\x1b\x3f\x6b\x46\x8f\xb3\xce\xb5\x7d\xe7\xf4\xa9\xe6\x92\xb5\ \x5e\x3e\x7c\x82\x34\x5b\x66\xfb\x52\xa8\x19\x33\xbb\xd3\xbb\x05\ \xcb\x46\xe3\x59\x9c\x15\x0b\xc8\x12\x37\x3f\xa7\x53\xab\x65\x76\ \xfb\xaf\x3f\xa4\x59\xdf\xec\xbf\x57\x6c\x85\xfb\x08\xfa\x8c\xa5\ \xd5\x50\x3a\x54\x43\x56\x8d\x0e\x70\x65\x0d\x1f\x4b\xd3\xae\x0c\ \xa3\x47\x12\x91\x8e\xc4\x8d\xb9\x73\xb1\xb5\xa3\x4b\x73\x56\x8c\ \xc1\xb3\x38\xab\x16\x90\x7a\x8b\x2b\xef\x28\x69\x43\xaf\x2b\x8c\ \x9c\xca\x87\x03\xc4\xd5\x65\x4a\x73\xda\x97\x61\x60\x67\x5c\x73\ \x33\x6b\x2e\x4a\x20\x19\xb5\x13\x75\x8a\x02\xfc\xd2\x85\x33\x13\ \xe9\xff\x84\x8e\x53\x69\x56\x04\xef\x6e\x8c\x5d\xc6\xeb\x02\x4c\ \x5f\x4b\x41\x3d\x13\xc7\x10\x2d\x20\xf3\x64\xfe\x7c\x14\x76\xf4\ \x6c\xc4\xa2\x7e\x14\xac\xc8\xda\xd9\x24\x3e\x65\xda\x72\x74\x66\ \xdc\xab\xb2\xa8\x13\xc6\x47\x64\x1e\x44\xdb\x8d\xc6\xce\xf4\xec\ \xc0\xb3\x20\xf6\x4f\xa3\x6a\x51\x4e\x8f\x66\xa8\x1f\x15\x5a\xd2\ \x4c\xc1\x81\x08\x3c\xca\xa3\x75\xa7\xa8\x89\xfb\x6f\x79\x3d\x13\ \xef\x7c\x2c\x5a\x46\x71\x37\x9a\x5f\x60\x7c\x37\xfc\x9f\x31\xeb\ \x52\xce\xde\x92\xb3\x57\x6e\xa5\x53\xe5\x2e\x7d\xeb\x15\x7c\x22\ \x57\x78\x0d\x9e\x3c\xd4\x55\x25\x6b\xdf\xae\xee\xac\x99\xbd\x1e\ \x7a\xdb\x97\xa9\xdc\xf4\xe3\xe5\x6d\x13\x8f\x3c\xd0\x09\xae\xc3\ \x27\x37\xc9\x7a\xa4\x42\x93\x7a\xc7\x4f\x5e\x65\x58\xaf\x3c\xd3\ \xe7\xf5\x1c\xe6\x25\x2f\x58\x3e\x9f\x3c\x6c\xfd\xe4\x15\xcf\x22\ \xd2\xbd\x5b\xf6\xe9\xdc\xac\x4e\xc2\xc5\x3d\xd3\x7b\x0f\xf3\x9d\ \xb3\xac\x73\x25\x37\x21\xee\x93\x31\x57\xa9\x5a\xf9\xa5\x5f\x2f\ \x27\x96\xae\xde\x5a\x92\x1e\xae\x51\xe4\x2f\x59\xb9\x46\xd1\xa4\ \xba\xd3\x67\xf5\xbb\xe8\x9c\xbb\xff\xac\xb9\xb5\xcb\xbb\x7c\xaa\ \x7c\x74\x4c\xd7\xde\x9e\xf6\x36\x95\xda\xb8\xc5\xc4\x04\x54\xa9\ \xd8\x22\x32\xe8\xa8\x7d\xfe\x72\xb9\x24\x24\x46\x7d\xb6\x2f\x54\ \xb1\x4c\xee\x5c\xa2\x01\x2d\xa7\xaf\x19\xe5\xbf\xc7\x7b\xe0\xc2\ \x45\xad\x7b\xf5\xba\x38\x7e\xce\x80\x67\x3e\x0e\x85\xca\xe5\xce\ \x5e\x9d\xe6\xea\xdb\xa7\xf1\x8c\xc9\xdd\xee\x79\x78\xf6\x9f\xb7\ \xa8\x98\xfc\x85\xc8\xab\x6c\x29\x4f\x82\x4e\xa7\x16\xad\xd5\x36\ \xeb\x0c\x87\x57\xbd\x1e\x55\x8e\x4c\xe8\x3d\xe0\x65\xf5\x8e\x53\ \xfc\x7e\x29\x6a\x27\x2e\xba\xb5\x01\x19\x4f\x0f\xc8\xaa\xd8\xf7\ \x2a\x9d\x3a\xec\x42\x9e\x95\xb3\xab\x80\xf6\xf1\xd1\xa5\x9b\x6f\ \x46\x63\x14\x35\x18\x31\xbb\x59\x1e\x79\x5a\xab\xde\x8a\xd1\x4b\ \xfb\x7e\xc8\xdf\x6b\xd6\xba\xbc\x21\x47\xb6\xc9\x6a\x6f\x6f\x98\ \x2f\x7b\xaf\x33\x23\x2c\x45\x55\xb8\x69\x05\x17\x20\x3d\xf8\x76\ \x98\xaa\xd2\x82\xa6\x79\xbf\x4d\x36\x79\x9e\x6a\xdd\x6a\xed\x9d\ \xd1\xad\x8f\xa7\x8a\xd2\xdd\x72\xe7\xaf\x60\xe7\xb6\x7d\x5a\xbf\ \x21\xe9\x0b\x97\x4e\x2f\xef\x25\x31\x24\x7c\x3a\x7d\xe6\x49\x4a\ \x01\xd3\xf8\xde\x8f\xcb\xf6\x9d\xdb\xdf\xf9\xed\x8c\x05\x3b\x52\ \x8c\x38\x16\xff\x65\xf1\x90\x66\x4f\xd6\xfa\x3e\xf2\x1a\xbc\xb4\ \x77\xb3\x56\x65\x8f\x8d\xef\x33\xa8\x50\xdd\x3e\x8b\x47\x36\x06\ \xd0\x7e\x49\x54\x7a\xb7\x2d\xe3\x05\x99\x17\x77\xac\x55\x76\x98\ \x91\xcb\xff\x54\x48\x72\xfa\xe9\x95\xa3\x2e\x38\x55\x5c\xb4\x7a\ \x74\x8d\x76\x7d\xf7\x8e\x5c\xd4\x77\x52\xbe\xce\x93\xd7\x75\xf0\ \x4e\x18\x3c\x74\x5b\xbf\x75\x95\x3d\xec\xfe\x63\x45\xd0\x7f\xde\ \xde\xf3\x8f\xe3\xbb\xfb\xf2\x6f\xbf\x7e\x70\x99\x6e\xd2\x6a\x0c\ \x52\x85\x52\xf6\x43\xa1\x06\x9d\xd6\x2c\x92\x2a\xa4\x22\x8b\x58\ \x9a\x65\x80\x21\x98\xcd\x48\x24\x22\x30\x19\x74\x06\x93\x60\xa3\ \xca\x5e\x86\x18\xf5\x5a\x41\x2c\x97\xcb\x24\x3f\x64\x2e\x80\x28\ \xe5\xdd\xcd\x6d\x47\x6f\x26\x25\xc5\x84\xa4\xd9\x8f\x5d\xb8\xa2\ \x76\x7e\x39\x98\x0f\xcd\xe8\x7c\x45\xd1\x6f\xeb\xc4\xa6\x36\x4a\ \x05\xdf\xdc\x79\xfc\xe0\x5c\x5d\x30\xea\xf4\x82\x5c\x99\x63\xb7\ \x61\xd4\x6b\x2d\x12\x85\x42\x2a\xc6\xa4\xd7\x9a\xa5\x36\x8a\xbf\ \xdd\xef\x35\x99\x90\x48\xff\x97\x4d\x20\x2d\x96\xdf\xf4\xc4\x42\ \xd6\x01\x2a\x90\xfe\x5c\x11\xc1\xc2\x3f\x67\x77\xf8\x0f\xca\x12\ \x2c\x08\x22\x7e\x34\xc9\xbd\x73\x84\x07\xc1\x44\x7e\xc6\xa1\x0a\ \xf3\x47\x64\x9f\x5c\xb2\x98\xb3\xbd\x15\x3e\xd8\xcb\x92\x3d\xb4\ \x5a\x4e\xb3\xcf\x8c\x7e\xc8\x89\xf5\xc8\x44\x00\x81\x37\x39\xf2\ \x98\xb4\x30\x34\x5e\xac\x98\x93\xfd\x09\xf9\x4d\xab\x1e\xbd\xce\ \x22\x55\xca\x25\x58\xcc\x46\xbd\xde\x28\x56\xa8\x7e\xea\x72\x8b\ \x49\x10\x4b\x45\x82\x51\xab\xc7\x46\x29\x03\x8b\x41\xaf\x37\x99\ \x45\x2a\x55\x96\xd5\x84\x45\xaf\x35\x48\x14\x0a\xa9\x58\xf4\x7d\ \x28\x64\xfd\xff\xc3\x2b\xfe\x9b\x37\xa9\xd7\x6a\xa5\x36\x36\x92\ \xac\x24\xc6\xa8\xa9\xfd\x7c\x3d\x07\xee\x1a\xd5\x28\xb7\x20\x08\ \xa2\x9c\x47\x2c\x06\x9d\xce\x2c\x52\x28\x15\x12\x11\x98\x0d\x5a\ \xb3\xc4\x46\xfe\xd3\x0b\x30\xeb\xb5\xa6\xac\x3c\xff\xa6\xdc\x1f\ \xaa\xae\xd3\x5b\x94\x0a\xe9\x0f\x53\x42\x10\xe9\x22\xa7\x0e\x1a\ \xee\x39\x70\xe3\xa8\x86\x79\x01\x8b\xd9\xa8\x37\x18\x45\x52\x1b\ \xa5\x4c\xf4\xcd\x06\x4b\x6f\x96\x2a\x74\x6f\xfc\x7a\xcd\x6b\xba\ \x7c\x7f\xc7\xa2\xaa\xbf\x9b\x4f\x08\x16\xb3\x48\xfc\x2b\x66\x08\ \xdf\xda\x95\x35\xac\xb5\x7a\x8b\x42\xa1\xc8\x1a\xed\x82\x20\x98\ \x0c\x7a\x83\xd9\x22\x91\xdb\x28\xa5\x22\x83\x5e\x67\x12\xc4\x2a\ \x1b\x05\x60\xb1\x58\x44\x22\x51\x56\xc3\xf5\x3a\xbd\x42\xa9\xf8\ \xb5\x12\x2d\x88\x44\x02\x02\x66\x93\x56\x6f\x14\x89\xa5\x36\x36\ \x0a\xd1\xb7\xda\xca\x44\x59\x49\xc4\xe2\x7f\x8f\xd3\x62\x7f\xb6\ \xb5\xfc\xbf\x05\xb4\x89\x61\xcf\xfd\xdf\x67\x5a\x94\xc5\x2a\xd5\ \x28\xe4\x9e\x65\xcd\x68\x89\xfd\xf2\xc9\xe4\x58\xd0\xdb\xf5\x7f\ \xe4\x08\x4d\xab\xe5\xc3\x87\x9f\xe6\x46\xd6\xf1\xa4\x6f\x9f\x87\ \x9c\xce\x04\xe1\xfb\x09\xa8\x6f\xbf\xc9\x71\x0a\xf5\xe3\xcb\xfa\ \x96\xe0\x5b\xb6\xd9\x77\x7f\xce\xf6\xc7\xbb\xdf\xf3\xfc\xb5\xa2\ \x7f\xaa\x06\xbf\x7e\xf9\xfb\xcb\xca\xba\xfc\xfa\x86\x0f\x11\x28\ \x5d\xa8\x51\x0d\x5b\x11\x96\x1f\xd3\xc0\xa7\x47\x44\x4b\xa9\x5f\ \x8b\xf4\x10\x12\xa5\x14\xc9\x83\x00\x82\x40\x7c\x30\xfe\x41\x88\ \x6d\xa9\x56\x8b\xc2\xee\xe4\x2b\xf0\xd7\x1d\x33\x86\xf8\x37\xa7\ \x6e\x47\x37\xed\xd4\xcc\x59\xf2\xa7\x94\xa7\x4f\x0d\x0c\x49\xc8\ \x57\xa2\x88\xea\x1f\xf2\x8c\x39\x23\xea\x63\x94\xb9\x64\x71\x1f\ \xeb\xd9\x55\x2b\x7b\x66\xcb\x3c\x66\x41\x24\xf9\xdd\x67\x99\x05\ \xb3\x59\x10\x4b\xfe\x22\x1f\xb3\x98\x18\x96\x2e\x45\x24\x41\x26\ \xc6\x68\x44\x00\xb9\x22\x5b\x46\x13\x2c\xe8\x0d\x88\x24\x28\x64\ \x08\x66\xf4\x39\xe1\x37\x44\x12\xe4\x12\x0c\x06\x04\x31\x72\x19\ \x62\x11\x46\x43\xf6\x61\x21\x99\x1c\x89\xf8\xfb\xe5\xf7\x77\x21\ \x46\x2e\x47\x24\x60\x30\x60\x11\x10\x4b\x91\x4b\x11\x2c\x18\x0c\ \xd9\x8c\x29\x97\x23\x26\xfb\x2e\x20\x91\x22\x26\xcb\x73\x15\x80\ \x54\x0e\x26\x4c\x96\x9c\x94\x22\x4c\x46\x4c\x39\xb6\x80\x62\x29\ \x92\x1f\x12\xff\x4e\xc8\x14\x28\x64\x08\x16\x74\xba\xbf\xad\x2d\ \x20\xb7\x41\x2e\x42\xa3\x01\x19\x72\xd1\xf7\x80\x25\x52\x39\x4a\ \x39\x08\xe8\x75\x94\xaf\x44\xcf\x1e\xbf\x61\x95\x61\x32\xc9\xfe\ \x68\x68\x2c\xc1\x90\x99\x69\xb6\xb3\xff\x5d\xa7\x6e\x04\x8b\xc9\ \x82\xf4\xd7\xc7\xb5\xc5\x68\x44\x26\xb3\x86\x49\xb4\xb2\xe7\xef\ \x66\xcf\x3f\x4f\xef\x69\x48\x8d\xf9\x10\x14\x29\x56\xd9\x89\x4c\ \x1a\x8d\x5e\x9c\xc7\x36\x75\xdd\x8e\x3b\x7d\xe7\xcd\x29\xed\xf0\ \xbb\x1e\x8f\x7f\x7c\x78\xfe\xc5\xb4\xb9\xf3\x86\xb8\xfc\x3d\x7b\ \x0a\xa6\x84\xa8\x38\x99\x4b\x6e\x27\xd5\xaf\x4b\x0b\xa9\xf1\x98\ \x6c\x71\x15\x13\x93\x42\xee\x3c\xd9\x3b\x65\x71\x91\x28\x5c\x70\ \x52\x01\x7c\x0d\x24\x49\x8d\xa3\x07\xf9\xbd\x91\xfd\x28\x4e\x1a\ \xf9\x1a\x44\xaa\x99\x12\x65\xb2\x0f\xf9\x24\x7c\x25\x32\x93\xe2\ \xa5\xf0\xf4\x64\xcd\x1a\x00\xb5\x1e\x5b\x05\x40\x6c\x18\x99\x46\ \x14\x2a\x14\x76\xb8\x3b\x00\x44\x85\x62\xe7\x8d\xe3\x0f\x7d\x9c\ \xa1\xc6\xde\x16\x20\x2e\x0c\xad\x94\xfc\x5e\x39\x33\x37\x8d\x88\ \x4c\xf2\x79\xfd\x5a\xc3\xc3\xd1\xd9\xe0\x93\x63\x99\xf4\x25\x12\ \xbb\xdc\xb8\xe7\x38\x25\x49\x8f\x25\x43\x8e\x97\xcb\xf7\xf4\x3a\ \x23\xdf\x8e\x81\x60\xc6\x24\xc9\x7e\xc7\xda\x04\xa2\x33\x29\xf4\ \x83\xd0\x17\x79\x93\xe3\xf1\x8c\xed\xfe\x27\x0f\x54\x8b\x3e\x3d\ \x26\x39\xd3\xc3\xc5\xee\x6f\xc6\x9e\xee\xe8\xf2\x19\x09\xa5\xfa\ \x8d\x68\x51\xfa\x0f\x65\xf7\x60\xd3\x8c\x73\xd2\xf6\xcb\x06\xd7\ \xf8\xff\xa6\x4c\x0d\xbc\x32\x6b\xd7\xab\xf1\x8b\xa6\xe4\xfb\x3b\ \x8a\x34\xc6\xdc\x9a\xbc\xe4\xde\xf0\x15\x73\x0a\x89\x01\xe1\xed\ \xa5\x4d\xf3\x36\xde\xca\x55\xad\xc5\xdc\x59\x03\xff\xe8\xe9\xe3\ \xc4\x58\x14\xae\xd8\xcb\xc0\x48\x4c\x3c\x2e\xb9\x51\xfc\x4f\x64\ \x58\x81\xb0\x30\xdc\xbd\xb1\xb1\x86\x5b\xfc\xeb\xe1\xcf\xfb\xd4\ \x6a\xa2\x02\x2f\x1e\xdc\x3e\xb8\x73\xc3\x5e\xe3\x16\x1e\x3d\x76\ \xf1\xfa\x9d\x4b\x41\xe9\xb2\xbc\x0e\xbf\x57\x92\x7c\xf5\xfc\x6e\ \xa2\xc8\xc1\xe5\xd7\xea\x6b\x8e\x0f\x18\x37\x78\xcc\xd3\x84\xdf\ \xc8\xca\xc2\xc2\x61\x1c\xff\x40\xc0\x0e\xaa\x35\x20\xd0\x04\x10\ \x7d\x9d\xaa\xb5\xb8\x18\x01\x69\x2c\x1c\xc2\x88\xa9\xac\x5f\xc5\ \xd2\x2d\xc4\xfd\x2c\x88\x05\x5c\x67\xf1\x52\xe6\x8f\x62\xf4\x4a\ \x80\x37\xa7\x18\x30\x84\xc9\x43\x99\xb9\x13\x20\xf4\x39\xc3\xdb\ \xd0\x64\x08\xa9\x80\x86\x7d\x9b\xd9\xb2\x99\x9e\x0d\x68\x3e\x09\ \x7d\x26\x0b\xfd\x18\x32\x82\x16\xad\x79\x95\x04\x80\x9a\xf9\x5d\ \x28\xdb\x82\x68\x48\x7e\xcf\xf6\x8d\x4c\xec\x41\xff\x95\x00\xef\ \xce\xd0\xbe\x0b\x7e\x5d\x19\xbf\x95\xbf\x39\x23\x72\x75\x0f\x93\ \xa7\x33\xb0\x3d\xb3\x0e\x03\x3c\x38\xca\x9a\xd5\xb4\x6f\xca\xf1\ \x57\x00\x67\x57\xd1\xd5\x8f\x2e\x2d\xd8\x74\x0f\xe0\xf9\x05\xda\ \xd6\xa4\xef\x02\x00\x41\xcd\x95\xbd\x54\x2f\xc4\xfa\x6b\x00\x77\ \x77\xd1\x63\x08\x4b\x26\xd3\x77\x36\x29\x39\x65\x38\x16\xa1\x41\ \xe5\x3f\x7d\xc4\xa5\x07\x8d\xee\x35\xec\x46\xf8\xdf\x49\xad\x86\ \x98\x47\x8f\x3e\x38\xb8\xf9\xfc\xc1\xec\xd2\x6e\x3c\x78\x6d\x97\ \xcf\xe3\xf7\x24\xfd\xfa\xfa\x56\x58\xba\x5d\x9e\x5f\x3b\x34\x14\ \xfb\xf4\x66\x60\xaa\x63\xd6\x2d\x63\xec\xdd\xc5\x6b\x6f\xf6\x5a\ \xbe\x71\xcd\x94\xbe\x7f\xd8\x71\x43\x26\x23\xea\xd1\x67\x3d\x40\ \xfc\x33\xfa\x8d\x20\xf6\x7f\xd2\x57\x26\xd6\x0e\xa0\x52\x57\x42\ \x0d\x56\xa6\xfa\xef\x66\x4f\xa7\x52\x0d\xa7\xaf\x5d\xda\xa8\x5c\ \xc5\xb1\x4b\xf6\xae\x5a\x39\xa3\xb8\x31\xfc\xf5\xd3\xcb\x7d\x5a\ \x75\x58\x7d\xe6\x0d\xf0\xe5\xde\xc1\xe1\x7d\x3a\x76\x68\xdf\xe7\ \xe0\xd3\xa8\x6c\x49\x21\xe0\xe4\x80\xce\xad\x3b\xb6\x69\x35\x75\ \xd3\x55\xbd\x20\x84\x7d\x08\x78\x73\x63\x6f\xab\xb6\x7d\x8f\xfb\ \xc7\x81\xf1\xe1\xc1\x65\x3d\x3a\x74\x68\xdd\x63\xcc\xe3\x58\x83\ \x26\x31\xf0\xf5\xdb\x37\x9b\x66\x0c\xbb\x1c\x92\xf9\xe9\xf2\x86\ \x9e\x9d\xda\xb7\xec\x3a\xf4\x4a\x60\x7a\x36\x79\x46\x12\xaa\xa6\ \x96\x37\x57\x9e\x20\x35\xf3\x2e\x1c\x21\x8d\x45\x6b\xc1\x8d\xc2\ \x79\xd8\x3b\x9d\xe7\xf6\xec\x3e\xc4\xde\x43\x6c\x99\x45\xee\x9f\ \xa7\x56\xc1\x6a\xac\xdf\xc7\x86\x11\x04\xfa\x93\x19\xc1\xbc\xcd\ \x8c\xd8\xc6\xf6\x59\xbc\xbe\x47\x86\x91\x37\x01\xc4\xea\x28\x5b\ \x1a\x27\x40\xc5\xa4\x25\xcc\xec\x41\xfe\xda\x1c\x5b\xc9\xad\x0d\ \x04\x38\x73\xe2\x3c\xd5\x15\xdc\xfd\x0c\x26\xd6\xcf\xe4\x66\x0c\ \x55\xab\x91\x07\x1c\xbc\x69\xdb\x95\xaa\xe5\xc8\xe5\x84\x39\x86\ \x39\x1b\x19\xbc\x95\x9d\x73\x78\x7d\x97\xb4\x9f\x3b\xad\x52\x4b\ \x76\xed\x67\x4e\x4b\x9e\x3d\x06\x28\x5e\x9f\x6e\xad\x28\x95\x1f\ \xa5\x2d\x31\xf7\x58\x7f\x8b\x75\x47\x58\xd0\x92\x3b\x57\x11\x74\ \x3c\x7f\x4d\xa6\x99\x0a\x0d\x00\x92\x83\x79\xfb\x1a\x51\x6e\xca\ \x95\x80\x4c\xd6\xee\x67\xe2\x31\xb6\xef\x20\xf9\x1e\xc1\xa9\xd9\ \x62\xe9\xe6\xcd\x68\x55\xdc\xdf\x47\xfb\xd6\xb4\x68\xc7\x91\xe7\ \x00\x2f\x2f\x30\xa4\x17\xcd\x9b\xb0\xe1\x6a\xd6\x6b\x08\x9a\x3f\ \x72\xfc\x93\x14\x52\x1f\xef\x1e\x30\x62\x8b\x01\x1e\xec\x98\x32\ \x77\xff\xcb\x8c\xc8\xc7\x73\x46\xf6\x6f\xd3\xea\x97\x3e\x0b\x0e\ \x25\x24\x85\xac\x18\xd5\xa3\x73\xb7\x6e\xeb\xce\xbc\xc8\xaa\x76\ \xd0\xed\x4d\x5d\x5b\xb5\x6a\xdb\xbc\xcd\xe2\xe3\x2f\x80\x88\xc7\ \x87\x87\xf4\xec\xd8\xba\x55\xf7\x7d\x8f\xe2\x4c\xe9\x41\x01\x6f\ \xde\xed\x9d\x37\xe4\x90\x7f\x52\x36\xff\x85\x3c\x98\x33\x6a\x40\ \xbb\x76\xfd\xae\xe9\x7c\x6a\x95\x53\xde\xdc\x39\xbb\x4b\xbb\xf6\ \xed\x07\xcd\xff\x9a\x1c\xb7\x73\xce\xa8\xe3\x01\xc9\xa4\x3c\x1c\ \x31\x78\x6c\xa0\x99\xe8\xbb\xdb\x27\x2e\xdd\xff\xfc\xee\x9e\x1e\ \xad\x5b\xb5\x69\xde\x66\xd9\xd9\x0f\x66\xf5\xe7\xe0\x0c\xa7\x46\ \x15\x0b\xa6\x05\xdd\x18\xdb\xbf\x6b\xbb\x16\xed\x56\x9d\x7a\x05\ \xc4\x06\x5c\x9c\x3a\xbc\x4f\xeb\x66\x8d\x7c\x57\xdf\xc0\xac\xb9\ \xba\x63\x41\x9f\x2e\xed\x87\xcd\xbb\x50\xb2\x71\x5b\x71\x5a\xe0\ \x8a\x71\xfd\x3b\x77\x6a\x3b\x71\xd3\x25\x83\x51\x77\xff\xd0\xf2\ \x81\x3d\x3a\x75\x9f\x7e\x28\x5f\xe3\xfa\x59\x8b\xff\x78\xff\x1b\ \x2f\xbe\x46\x1e\x5f\xbf\xe3\xe5\xeb\xfb\x13\x7b\x36\xef\xd8\x75\ \xcc\xad\x37\x5f\xae\x6c\x9d\xd6\xa1\x7d\xbb\x4e\xc3\x97\x84\x68\ \xcd\x19\xef\xaf\x0c\xed\xd6\xaa\x4d\x8b\x0e\xc3\xc6\x8e\xf7\xed\ \xd9\xb6\x65\xef\x49\xfe\x89\xd9\xda\x99\xa4\x20\x52\x5d\x88\xbe\ \xc3\x67\x03\x61\x9f\x70\x2d\x89\xa7\x81\x2d\x33\xe9\xd8\x99\x51\ \xab\xf9\xf8\x90\xc1\x13\x49\xc9\x64\xfe\x38\x6e\xbe\x67\xf9\x24\ \x6e\x47\xa2\x0e\x62\xfc\x0c\x02\x03\x19\xd7\x97\x6e\x5d\x39\xf6\ \xe2\xfb\x57\x7f\xd7\x1c\x4e\x04\x53\xb7\x06\xf9\x54\x56\xa6\xfa\ \xef\x66\x4f\x40\x1f\xea\xff\x26\xc9\xa1\x58\x61\x7b\x50\xdf\x7a\ \x96\xee\xb7\xee\xe8\xca\x21\x95\xce\x1c\x39\x12\x18\xf4\x70\xfe\ \xda\x8b\x4d\x46\xcf\xad\xae\xfa\x72\xe6\xce\xfb\xac\xc4\xd7\x0e\ \x1e\xd6\x55\x19\xb9\x63\xdd\xe8\xd7\xc7\x37\xde\x0c\x0a\x0e\x8c\ \xf3\x98\x7f\xe0\xd0\xe8\xda\xe2\x03\xe7\x6e\x7e\xba\xb7\x6f\xf6\ \xa1\xa0\x71\xab\xb6\xf6\xf4\xfa\xba\x75\xef\x8b\x60\xff\xa7\x25\ \xbb\xcd\x3f\xb1\x6f\x53\xe5\xf8\x23\x23\x56\x3d\x1e\xbc\x68\xf3\ \xb0\x8a\x69\xdb\xb7\x9d\xca\x52\x60\x84\x7d\x44\xed\x89\x7d\x3a\ \x81\x06\xba\xb4\x24\xd2\x9f\x93\xdb\x90\x55\xa2\x56\x19\x6c\x23\ \x39\xf4\x9e\x59\xf3\x70\x57\xa1\x4f\x21\x21\xf3\x6f\x15\x19\x4e\ \xae\xe8\x3f\x32\x65\x17\x7d\xc7\xf1\xe6\x3c\xe2\xea\x34\xcd\x47\ \x46\x06\x76\x76\xc8\x64\xb4\xf1\xa3\xba\x17\x45\x72\x7c\x95\x18\ \xe3\x18\x3e\x83\xe6\x63\x28\x24\xe7\xe8\x5d\x7a\x8d\x44\x21\x42\ \x2b\xa6\x80\x1b\x57\xd6\x11\x5a\x84\xe1\xcd\x28\x56\x0d\x40\xa4\ \xe1\xdc\x26\x76\x07\x30\xb8\x17\xfe\xa7\x11\x55\xa5\x45\x7e\xd2\ \x33\xb0\x77\xe0\x6f\xa6\x89\x5b\x2e\xc2\x1f\xb2\xf4\x0e\x83\xfc\ \x00\x92\x23\x58\xb9\x90\xf4\xa2\xb4\x2e\xc2\xd9\x13\x54\xed\x42\ \x11\x15\x69\x6a\x1c\xdc\x11\x29\x19\x36\x1e\x9f\x3c\x54\x2f\x01\ \xe0\x5a\x8e\x41\xfd\xc8\x5d\x90\x42\xde\x20\xc6\xcb\x91\x2d\x53\ \x99\x39\x9e\x10\x79\xb6\x2b\x52\x63\x08\x0f\x5e\xe3\x68\xe2\xc0\ \x71\x3a\xcd\x63\x61\x7b\x76\x6e\xe2\xfd\x2d\xa6\x6f\xa1\xc7\x34\ \xea\xe7\x27\x25\x3d\x5b\x79\x11\x11\x14\x94\x9e\xa6\xbb\x74\x64\ \xed\xb1\x27\x49\x12\x4d\xc8\xde\xb3\x9f\xf2\xbb\xc7\x4d\x1e\x3a\ \xc7\xf1\x97\x21\xc3\x9b\x17\x30\xa6\x19\x3f\xdd\x5c\x7f\x3c\xa2\ \xc8\x96\xc3\x47\xfc\x7e\xc9\x5a\x74\x6b\x2f\xef\x3f\x93\xbf\xe7\ \xaa\xcd\xe3\xeb\x5f\x3d\x7c\x2a\x38\xe8\xd1\x84\xd9\xfb\x6a\x8e\ \x5e\xb9\xa4\x5f\xde\xc3\x5b\xf7\x3f\x7b\xf2\xc4\xa7\xd5\xd4\x13\ \x87\x77\x74\xaf\xe8\x0a\x58\x12\x5e\x4c\x1c\x39\x47\x51\x77\xd0\ \xe4\xbe\xb5\xca\x15\xaf\x90\x74\x7d\xe5\xd2\xf3\x9a\xb9\x9b\xb7\ \xd4\x14\x9e\xee\xba\xe6\x1f\x1f\x15\x19\xaf\xc9\xf0\x3f\xba\xef\ \xf8\xa5\x07\x99\x46\xfd\x99\x83\xa7\x6c\x7d\x0a\xbd\x38\x76\xb2\ \x40\xef\xd5\x9b\xc7\xd6\xb9\x7a\xe8\xc8\xeb\xc7\x1f\xd5\xae\x65\ \x8b\xc9\x43\xa6\x8c\x59\xe2\xd9\x71\xd6\xba\x19\xcd\x2e\xec\xde\ \xf1\xea\xf3\xdd\x09\x53\x36\x14\xef\x34\xb1\x5b\xb5\x3c\x22\x91\ \xfa\xf6\xde\x39\xab\xef\x1a\xc7\x2e\x9f\x53\xbe\x68\xb1\x2a\x15\ \x65\xbb\x66\xce\x8c\x2b\xd9\x73\x74\xeb\xd2\x4f\xae\x5c\x3e\xb1\ \x7b\xd9\x92\xd3\x09\x43\x17\xcc\xac\x52\xba\x4c\xb5\x62\xd9\x1e\ \x4d\x1e\xdc\x0d\xf9\x65\xf2\xfa\xfd\x1b\xa7\x67\x3e\x3d\x1e\xec\ \xde\x7a\xeb\xee\x35\x92\x3b\x2b\x96\xdf\xb5\x59\xb6\x79\x53\xd9\ \xb4\xeb\x67\x6e\xbd\xbb\x73\xe5\xa4\xb6\xf2\xb0\xf5\x93\xea\x3e\ \xbb\x1f\x31\x74\xf9\xe6\xba\x86\x67\xbb\x4f\x07\x65\x7f\x36\x5e\ \x93\xab\x3e\xa3\xea\x70\xe8\x18\x9f\x3e\x53\xa2\x2c\xe7\x57\xf1\ \xda\x89\x19\xbd\x78\x7c\x0a\x49\x21\xf2\x44\xd3\xa9\x0b\x29\x05\ \xa9\xa5\xe4\xde\x5b\xf2\xb8\x11\xf2\x90\x68\x33\x4f\x37\xf1\x35\ \x3f\x87\x8f\xd0\xa2\x4c\xf6\xab\xbf\xb1\x89\x97\x0e\x4c\xea\x4e\ \xd1\xe2\x58\xc9\xd3\xca\x9e\x84\x7f\x78\x68\xc8\x5d\xbc\x84\x0b\ \xa4\xfa\xbf\xcf\x74\x6e\x5a\xcb\x5b\xa1\x54\x7a\xbb\xe7\xfa\xf2\ \xf4\xd8\xa3\xb0\xa4\x8b\xdb\x37\x26\x95\x1e\xb0\xc8\xaf\x1e\x80\ \x25\xe2\x71\xa8\xba\xf1\x2f\xb5\x9c\x73\x39\xd9\xdb\x39\xeb\xa2\ \x9f\xc4\x28\x8b\x34\x2c\xe4\x2a\x55\xd9\x17\x72\xb4\xdc\xbc\x76\ \xbb\x46\xcf\x31\x95\xf3\xe7\x52\x29\x6c\x1d\x1c\x0d\xfe\xfe\x09\ \x25\x1b\xd4\x91\x89\xc4\x57\xce\xde\x2c\xde\x69\x68\xdd\xa2\xb9\ \x6d\x6d\x94\x36\xf6\xce\x59\x2b\xf9\x4f\xaf\xf0\x2e\x46\xe2\x7b\ \x24\xc5\x69\xd5\x94\x2b\x8b\x39\xa7\x61\x40\x4d\x4c\x2a\x54\x09\ \x18\x5d\x28\x6a\x03\x70\x6c\x09\x1b\x6e\xfe\x6d\x85\xdf\x9d\x63\ \xc0\x14\xea\x8d\x63\x50\x15\x9e\xbf\xa7\x54\x05\x80\x87\xb7\x28\ \x50\x35\xdb\xa6\xf2\x65\x22\x55\x73\x82\xc4\x9d\x58\x87\xa2\x01\ \xdd\xcb\xa0\x0e\x22\x49\x49\x35\x6f\x8c\x6f\x89\x91\x23\x79\xce\ \xf4\x93\xd4\x2e\xc5\xd5\x3b\xc8\xe4\x00\x12\x4f\xa6\xef\xa4\x53\ \x5e\xee\x3c\xe6\x4d\x18\x25\x73\xb2\xcd\x5f\x85\xbf\x71\x55\x72\ \x6b\x07\xa3\xd7\x30\x68\x19\x9d\x4a\x03\x14\xad\xc5\xc9\xfd\xa4\ \x3e\x22\x4c\x4d\x44\x44\xf6\x89\xf8\x6b\xef\xa9\x51\x17\x20\xe5\ \x29\x89\x36\x94\xca\x59\x6d\x7e\x7a\x8e\xc2\x0b\x1f\x11\xa8\x58\ \xba\x9d\xf1\xed\x08\xf1\xa7\x70\x4d\x0a\x29\x01\x82\x3e\x20\x2b\ \x86\x7d\x06\x71\x52\xea\x57\xc0\xc5\x1e\x17\x7b\x8e\x1e\xa1\xe5\ \x34\xea\x96\x24\x41\x4d\x85\x6a\x00\x28\x55\xae\xee\xce\x41\x37\ \x4f\x3d\x4f\x76\xfe\xa5\x96\xea\xe4\x96\xf5\xfa\x2a\xdd\x0a\x44\ \xdc\x49\x28\x3f\x70\x6c\xeb\x6a\x71\x41\x89\x85\xaa\x36\xa8\xd6\ \xac\x7f\x03\x5b\xff\xd1\x93\x36\x24\x49\x94\x00\xea\xe0\x57\x09\ \xb6\x8d\x9a\x17\xb5\x91\xd9\x78\xfb\x38\xbd\xbe\x77\x55\x5a\xb1\ \x5b\x9f\xaa\xf9\x1d\x6c\x94\xf6\x4e\xd2\x37\xcf\x23\x0b\xd7\xa9\ \x6d\x23\x12\x67\xed\xd4\xbf\xb9\x78\x3c\xbe\x64\x8f\xa9\x9d\x6a\ \x26\xbe\x8f\xc8\x5b\xb2\xe8\xe3\x0b\x4f\x1a\x8c\x9d\x51\xc2\x33\ \x97\x4c\x61\xe3\xe4\xe4\xe6\xee\x99\x3b\xe9\xed\xd5\xa3\x2f\x75\ \x75\xaa\x55\x0c\x38\xb3\xe3\x5e\x66\x85\x81\xcd\x5d\x03\x22\x64\ \x0d\x9b\x16\x51\xca\x54\x79\xf2\xd8\x7d\xfe\xfc\xc9\xb3\x7c\xd9\ \x94\x17\x57\xc3\xf3\x34\x19\xdd\xaa\x94\x8b\xad\xc2\xc9\xc9\xf1\ \xe5\x89\x23\x36\x8d\xa7\xf5\x6d\x50\x3c\x3a\x56\x57\xd9\x5b\x7e\ \xe1\xfa\xd7\x61\xf3\xe7\x56\xb0\x0d\x4b\x50\x16\x2f\x67\x7e\x7a\ \xe8\xfe\xc7\x88\xc7\x47\x0e\xbd\x92\xcd\x9a\xd9\xeb\xd5\x2d\xff\ \x4e\x8b\x96\x55\x76\xca\x88\xd5\xe7\x2a\x5b\xc0\x03\xc0\x12\xf6\ \x34\xdc\x50\xb3\x72\x51\x91\x58\xff\xe1\x43\x64\xc5\x5a\xcd\xdd\ \x54\x49\x17\xee\x86\x75\x9b\x34\xae\x70\x6e\x57\xa5\xad\xbd\xd2\ \x98\xfe\x21\x38\xa5\x56\xdd\x7a\xee\x72\x59\xde\x72\x35\xca\xe5\ \xc9\x63\x63\xeb\x98\xcb\x33\x5b\x79\xff\xf6\x39\x79\x2b\xd2\xae\ \x35\xc1\x17\x38\xf0\x8e\x32\x45\x39\x76\x8a\xd8\xb7\xec\xb8\xc9\ \xc4\x45\x14\xc9\x4d\x29\x17\x5e\x7e\x62\xec\x08\xa2\x5f\x21\x2f\ \x46\x31\x25\x2f\x5e\x52\xb8\x16\x9d\x06\xe3\xf0\x8a\xf1\xeb\xb3\ \x47\x48\xf8\x4d\xa6\xec\xa6\x66\x65\xee\x5d\x41\x6b\x6f\xa5\x29\ \x2b\x7b\xc2\xeb\x3b\xfe\xae\x45\x6b\x39\x41\xc2\x93\x07\x49\xaa\ \xe2\xa5\x95\xbc\xb8\xfb\xd8\xb9\x70\x55\x07\x6d\x6a\x81\xca\xed\ \xe7\x2f\x9c\x3f\xca\xb7\x7d\x61\x67\x05\x60\x0e\x7b\x1f\x9a\xee\ \x52\x40\x16\xbd\x6e\xc2\x4c\x59\xf5\x4e\xb9\x43\x9e\xea\x3d\xab\ \x38\xa1\x7d\xfc\x2c\xb8\x70\xb1\xb2\x12\x75\x42\xa6\x5a\x1d\x16\ \x70\x72\xcb\x63\x73\xa7\x96\x5e\xaf\x42\x92\x95\xb2\x8c\xf4\xcc\ \xe4\x74\x4d\x86\x46\x93\x19\xf5\xfe\xd6\xc6\xd3\xb1\xcd\x3b\x66\ \x1f\x07\x7a\xf4\x84\xc2\x65\xf0\xbf\x42\xfe\x2a\x54\x2d\x82\x5e\ \x60\xc0\x48\x92\x9f\x23\xf2\xc6\xbb\x20\x86\x10\x4e\x3e\x23\x33\ \x8e\xb3\x4f\x28\xf1\x73\x48\x91\xd0\xeb\x8c\x5a\xcd\xa0\x65\x0c\ \x6a\x9c\xb5\x35\x45\x4c\x14\x4f\xcf\x73\x24\x94\x01\x1d\x01\x62\ \x9f\x93\xac\xa2\xbc\x13\x40\xc6\x07\xf6\x3e\x65\xd8\x10\x00\x41\ \x44\x66\x0a\x5f\x3e\x30\x6f\x11\xc5\x5a\x90\x2f\x3f\xad\x9a\xf0\ \x74\x07\xd7\xbe\xe2\x64\x20\x22\x88\xb0\x18\x3e\xdd\xe7\x59\x0c\ \x85\x0b\x20\x32\x12\x13\xc5\xb3\x8b\x1c\x0c\x61\x40\xe7\x9f\x2a\ \xf0\x7c\x0f\xf3\xce\x30\x7b\x23\x6d\xca\x21\xa8\x09\x0a\x24\x3e\ \x91\x53\x47\x30\xe7\xc6\x45\x8e\x5e\x4d\x6c\x24\x57\x56\x12\xea\ \x49\xc7\xb2\x00\x4f\x9f\x62\x5b\x0c\xd7\x9c\x57\xfa\xec\x01\x3e\ \x55\x10\x81\x60\xc6\x60\x24\xe0\x0a\x11\xf9\x59\x34\x9c\x7b\x17\ \x09\x4a\xe2\xcb\x7b\xf2\x97\x20\x25\x04\xc1\x0b\xdd\x1b\x26\xae\ \xa7\x79\x07\x32\x12\x30\x1b\x89\x78\xc0\x57\x33\x95\xb3\x34\x90\ \x4a\x27\x17\x9b\xaf\xcb\x97\x1c\xaa\x3d\x62\x9e\xd7\xfb\x5d\x33\ \x8e\x85\x0f\x1f\xda\x46\x48\x4f\x52\xab\x35\xb1\xa1\x8f\x4f\xbe\ \x88\x2f\x50\x5c\x95\xa2\xcb\x37\x77\xd9\xa4\x94\x7b\x07\xae\x85\ \x9a\x80\xd4\xf7\xb7\x23\x45\xf9\x6a\x38\xf1\xf0\xc9\x63\xa7\xfc\ \xa5\x1c\x25\xe9\xe9\x6a\x6d\x6c\xf8\xab\x25\x9b\x9e\xd6\x69\x5d\ \x33\x3c\x34\x5e\x2a\x57\xc7\x27\xa5\x9b\x05\x80\xf4\x0c\x75\x66\ \x86\x3a\x36\xea\xc3\xb1\xbb\x5f\xf2\x57\xca\x97\x9e\x90\xae\x55\ \x27\x05\xdd\xda\x78\x21\x44\xd9\xac\x46\x79\x1f\x95\x76\xc7\xaa\ \xf5\x0e\x0d\x87\xb5\xf3\xf9\x34\x65\xea\xd1\xa6\xa3\xc7\xba\x87\ \xdd\xf8\x2a\x2a\x50\xcd\x91\x87\x4f\x9e\xba\xfa\x14\x35\xa7\x06\ \xa1\x70\x30\xeb\x32\xd5\x6a\x4d\x7c\xcc\xe7\x35\xcb\x0f\x14\x6e\ \xd6\xc1\x23\x23\x3e\x5d\x93\x1e\x13\x78\xe1\xda\x3b\x43\xc1\x7c\ \x79\xb4\x09\x49\xe9\x69\xb1\x8f\x0e\x9c\x8a\xb7\x2b\xe1\x81\x16\ \xa7\x52\xc3\x66\x2e\x9e\x3d\x69\x70\xed\x72\x9e\xa9\x89\xa9\x9a\ \xd4\xe8\x80\x33\x27\xbe\x2a\x3d\xbd\x73\x89\x00\xf3\xd7\x77\x91\ \x7a\xb7\xb2\xf9\x9c\x51\x07\xbf\x0c\x36\x97\xa8\x58\x00\x32\x52\ \x32\x33\xb5\xe9\xf1\xef\x2e\xac\xbb\x11\x9d\xb7\x5a\x61\xc9\x9b\ \x30\x71\x85\xd2\xb6\x0f\xef\xbf\xb4\x2f\x51\x4a\xa2\x7f\xf3\x30\ \x4a\x54\xbd\x72\x1e\x00\x1d\x0f\x83\x29\x53\x19\xdb\xa2\xb8\x24\ \xf1\xe8\x2b\x55\xbc\xd1\xd8\xd0\x7f\x2a\xb3\xa7\xd3\xa6\x06\x6f\ \x4f\x71\x24\x8e\xc6\x25\xb9\xe5\x4f\x62\x26\x5a\x13\xd1\x5f\x39\ \xfd\x9c\x02\x6e\x18\xbd\x59\x3e\x91\xbb\x07\xf9\xa2\x01\xd0\xca\ \x69\xd5\x9a\xc0\x13\x1c\x79\x83\xa7\x8d\xc5\xff\xee\xc5\xfb\xef\ \xe2\xac\x6c\xf5\x57\xc3\x9f\x7a\xd6\x28\x5e\xe4\x53\xff\x97\x0a\ \x40\x58\xa2\xa8\x52\xe3\x3a\x0a\x4c\xc9\x16\xaf\x6a\x75\x2a\x54\ \xcf\x3b\xb2\xdc\xfd\xb9\x43\xfd\xae\x97\x6a\x3d\x74\x7a\xbf\xc6\ \x36\x10\xfa\x39\x28\x28\xf8\xdd\xda\x59\x73\x8a\xd4\x1c\xb8\x6e\ \x54\xeb\xc7\x6b\xee\xd5\x6a\x5a\x0d\x43\x82\xd9\xb9\x64\xf9\x6a\ \x65\x8a\x7b\xf6\x1f\x3d\x67\xde\xa8\x1b\x5e\x3d\x66\x2f\xae\x9b\ \x37\xbf\xfa\x97\xb2\x2b\x57\x4d\xb0\x0c\x9c\xe7\x3b\x74\xd4\xeb\ \x19\x6b\x87\x3f\x70\x69\x3e\x65\x59\xf7\x72\x0e\x00\x1a\x8c\x5e\ \xd4\x28\xc9\xbd\x6b\xd4\xab\x8a\xc2\x8d\x73\x77\x71\x72\x60\xbf\ \x85\xea\x35\x90\x7b\xb3\x64\x02\xcb\xe7\x70\x51\x89\x4d\x0d\xba\ \xfe\xbc\xd9\xfb\xe2\x2e\x06\x09\x47\x17\x72\x24\x2f\x0b\xe7\xd0\ \xdb\x97\x91\x33\x59\xe4\xcc\xcc\x55\x64\xd9\x09\x44\xc5\x52\xb9\ \x49\xf6\x29\xcc\x4f\xcf\x28\xd5\x9a\x4a\x0e\x00\x76\x45\xe9\x53\ \x8b\x79\x13\xa8\xdc\x92\x99\x3d\xb0\x95\x52\xba\x06\x99\xfe\x48\ \xab\x30\xb2\x23\x57\x36\xb2\xe5\x06\x82\x94\xf6\x93\xa8\x93\x8f\ \xe2\xdd\xb8\x35\x87\x05\x4f\x99\xb5\x36\xe7\x38\x7c\x0e\x1e\xdf\ \x43\x24\xb0\x76\x3c\x76\xd5\x99\xd7\x91\xd3\x6b\x79\x9a\x80\xc2\ \x9d\x25\x8b\xb0\x97\xd1\xcd\x8f\x59\x6b\x08\x28\xcd\xca\xa5\x38\ \x49\x00\x52\x44\x34\xac\x99\xf3\x3d\x34\x93\xe9\x4c\xe3\x1a\x00\ \x8f\x4f\xb2\xf6\x10\x3e\x35\xd9\xbb\x9b\x82\xf6\x4c\xbb\x40\xc3\ \xfc\x3c\x7f\x45\xf9\xe9\x84\x9f\x20\xe8\x39\xd3\x32\xf8\x65\x12\ \x7d\xeb\xf3\x36\x8d\xa5\x1b\xd8\xe7\x4f\x11\x3f\xb2\xe3\x6c\x88\ \x1c\x8b\x97\x2c\x52\x2d\x57\xf3\x8e\xd5\xaa\xbc\xcf\x5b\xbc\x53\ \xa3\xa9\xd5\x72\xd9\xe8\x3b\xf4\x29\x3c\x69\xc9\xc8\xd9\x5e\xde\ \x55\x1a\x15\x95\x86\xef\x59\xb4\xf2\x79\x84\xb6\x74\xf7\x49\x1d\ \x0b\x49\x81\x84\x28\x5d\xb9\xba\x4d\xed\x31\x67\x18\x5d\xab\xd4\ \xaa\x51\xb7\x94\xd7\xf5\x5b\xb3\x86\x8e\xbc\x5d\xa9\xdb\xf4\x21\ \x8d\xab\x3c\x09\xab\x3c\x7b\xdb\x1c\x53\xe2\xb8\xf9\xbe\x0d\x80\ \xea\x9d\xfa\x56\x7a\x3a\x77\xd8\xe4\x37\x9e\xa5\xaa\x17\xf5\xf0\ \x29\x3e\xac\xeb\xd8\x15\x63\xa6\x7b\xe4\x1f\xb5\x64\x65\x29\x47\ \xb9\xbc\x50\xd1\xaa\x55\x3c\x87\x74\xa9\xf6\x3a\x34\x6f\x8b\xde\ \x2d\xfb\x56\xcb\xf5\xe5\x64\x46\xf9\x7a\x4d\xed\x30\xa6\x9b\x5c\ \xab\xd6\xa8\xdb\x58\x96\x76\x73\xf7\x6b\xbb\x8e\x1d\x5b\x5d\x9b\ \x3a\x72\xd8\xc4\xa2\xf5\x47\xce\xea\x51\x49\xf8\xd4\xff\xe4\xe4\ \x75\x13\x42\xf3\x16\xae\x5d\x3b\x6f\xa1\x52\xbd\xfb\xd6\x9c\x37\ \x7d\xb8\x8f\x97\x63\x9d\x2a\x3e\x76\x85\xab\x0d\x6f\xfe\x68\xe1\ \xa8\xc1\xee\x85\x2a\xcf\x5c\x32\x79\xb8\x6f\xe3\x69\xb3\x86\xbd\ \xf2\xf2\x68\x54\xa7\x76\x96\xf5\x6f\xc8\xbb\x77\x86\xdc\x45\xf2\ \x39\xa1\x0b\x8b\x76\x2a\x5d\xb3\x4a\x01\x20\xef\xc8\x21\x6d\xe7\ \x2c\x1e\xf3\x30\x77\xa1\x49\xab\x17\x16\x35\xdf\x72\x2b\x57\xa7\ \xb4\xca\x7c\x0a\xc7\xc6\xb5\xca\x5b\x62\x9f\x79\x96\x6b\x58\xc9\ \x5d\x02\x18\x13\x70\x2a\x49\xad\xbc\x20\xa6\x63\x47\x34\x51\x78\ \xe5\x62\x64\x0f\x56\x8f\xe3\x40\x01\x46\xf7\xe1\xd2\x1d\xc6\x6d\ \xc4\xe5\x09\xbb\x9f\xd1\xbe\x1d\x45\x2e\x32\x7a\x2e\x3e\x35\x70\ \x4b\x67\xd1\x70\xbe\x68\xe8\x31\x99\xc2\x2a\x80\x62\x75\x98\x53\ \x07\x3e\x61\xf6\x61\x4a\x07\xc3\xbe\xc9\x67\x63\xab\x16\xa8\x53\ \xda\xc3\x4a\x58\x7f\x29\xfc\x35\xad\xe5\xcd\x47\x67\x77\xbf\xe5\ \x38\x78\xeb\xb8\x46\x7f\x66\xa9\x47\x56\xf1\x3e\x25\xfb\x77\xbd\ \x1e\x34\x2e\xf1\xe7\x36\xda\xc8\xa6\x45\xc4\x64\x6d\xfa\xcb\xe9\ \xe0\x4b\x85\xdc\xff\x92\x72\x4c\x89\x4c\x9f\x40\x68\x2e\xf6\x2e\ \x67\x76\x57\x6a\xae\xa4\xad\x37\x80\x2e\x92\xb5\x1b\xc8\xb0\x10\ \xaf\x67\xf8\x1c\xca\x39\xff\xf7\xcd\x06\x73\xca\x8a\x11\x03\x32\ \x1a\xcc\x9f\xdb\xa5\xb4\x95\x1a\xfe\xab\xf0\x57\xb7\xf7\xfc\x43\ \xfa\x84\x66\xc3\xd7\x34\x51\xb9\xff\x4f\x7b\x24\x93\x07\x0f\x7e\ \x6f\x62\xc1\x40\x50\x2c\x69\x7a\xb2\x42\x1c\xbd\x7b\x82\x29\xec\ \x4f\x6d\xb3\x21\x83\xc8\x14\x32\x05\x44\x02\x82\x94\xe7\xb7\x89\ \xfb\xd7\xf0\x97\x2e\x1d\xc7\xa2\xb4\x2a\xce\xfd\x2b\x14\x6b\x8a\ \xf0\x96\x2b\xef\x00\x0c\x99\x48\x1d\x50\x98\xa9\x51\x19\x59\x24\ \xfc\xf7\xb1\xa7\x60\x16\x1a\xf4\x99\x56\xb0\xca\x3f\x43\x9d\x6a\ \x35\xf7\xef\xff\x4b\x6a\x55\xb0\x20\x45\x8b\x5a\xf9\xed\xbf\x7d\ \xe5\xfe\x07\x24\x62\x47\xf7\x3c\xff\xf3\x5c\xb4\x5a\x9e\x3d\xfb\ \x03\xe9\xe5\xae\x78\xe7\xd8\x8c\x6a\xa3\x79\x16\xf1\x27\x37\x1a\ \xc7\x3c\x38\xe5\x5c\x25\x84\x10\xfb\xaf\x71\x4f\x93\x75\x7e\x29\ \x32\x90\xaf\x66\x64\x32\xa2\xa3\xb2\xcf\x29\x65\xfd\x5d\x21\x25\ \x36\x98\xf7\x50\xb2\xcc\x7f\xdf\x42\x4c\xee\x52\xa9\x86\xcb\x3f\ \xf9\x4d\xd2\xfd\xb1\xc1\xf6\xfb\x21\x93\x59\xd9\xd3\xca\x9e\x7f\ \x3a\x72\xe5\x62\xd6\x2c\xeb\x2b\xb6\xe2\xcf\x80\xab\xab\x75\xb0\ \xfd\xd7\xc1\x7a\xac\xd7\x0a\x2b\xac\xb0\xc2\xca\x9e\x56\x58\x61\ \x85\x15\x56\xf6\xb4\xc2\x0a\x2b\xac\xf8\x4f\x66\xcf\xd4\xf0\x77\ \xef\x77\x0d\xcc\x4c\xf8\x33\xf6\xa7\x85\xbf\xb7\x26\xb0\xe2\x9f\ \xef\xcc\xff\xa0\xc6\x58\x84\xff\xc0\x46\x65\xb5\xc8\x3a\x52\xff\ \x53\xd9\xd3\x64\x32\x45\x5f\x9c\xa3\x7f\xb8\x2b\xfa\xca\x62\xf3\ \x3f\x7c\xcf\x7a\x75\x7a\x72\x72\xaa\x46\xab\xcb\x4c\x4b\x49\x4e\ \x4d\x8f\xbc\x7f\x74\xc5\xce\x6b\xff\xd8\xb1\xa4\x90\xf6\x69\xdd\ \xf4\xc1\xbe\xe3\xd7\xde\xbb\x79\x6a\xfd\xe1\x5b\xd1\x6f\x6f\x2f\ \x5c\x79\x20\xd9\xfc\xaf\xea\x08\x6d\x06\x69\x19\xdf\x2f\xcd\x3a\ \xd2\xd4\x3f\xd7\xc7\x8c\x00\x98\x49\x4d\x21\x29\x89\x74\x35\x7a\ \x63\xf6\xe0\x4e\x4f\xc3\xf8\x6d\x22\x1b\x48\x4b\x26\x29\x19\x7d\ \x56\xf3\xcc\xa4\xe5\x78\xfe\x30\x19\x48\x4d\x21\x43\xfb\x7d\x66\ \x64\xa4\x92\xa9\xff\xb5\xca\xa4\x93\xa1\xf9\x91\x1d\xbe\xf1\x03\ \x69\xa9\x3f\xf9\x61\x4a\x4b\xe3\xdb\xce\xbc\x26\xfd\xa7\x3a\x9b\ \x34\xa4\x6b\xbe\xe7\x90\x99\x46\x52\x12\x6a\x1d\x86\x30\x16\x2e\ \x20\x5c\xfb\x7b\x3a\x85\xcd\x2b\x78\xf1\x7f\x73\xc8\x45\x30\x19\ \x0d\xa6\x1f\xad\x0e\x84\xe4\xe3\xab\xa7\x0e\xf4\x1d\x72\xea\x5d\ \xe2\x8f\xe9\x42\x6f\x6d\x5f\xb4\xed\x2e\x96\xc4\xad\xf3\xe7\x3f\ \x88\x34\xff\x29\x55\xb3\x18\x0c\xc6\x7f\xc0\xd4\x99\xc1\x0f\x96\ \xad\xdf\x1f\x9b\x53\x97\x68\xff\xb3\xe3\x06\x0c\x1c\xbb\xea\x74\ \xfa\x1f\xa9\x5d\xe4\x8b\xe3\xab\xb6\x9d\x33\xfe\xd6\xf7\xc2\x6c\ \x32\x9a\x4c\x56\x6e\xfd\x37\x66\xcf\xd8\x27\x87\x0c\x1f\x2f\x48\ \xed\x24\xea\x57\x87\x93\xde\xdf\xf8\x07\x29\x1f\xed\x59\x36\x74\ \x70\x9f\x5a\x15\xcb\x36\xea\xd4\x6f\xfc\xbc\xf5\xf7\x9f\x3d\x7f\ \xfc\x2a\xe2\x1f\xee\xf7\x0b\x17\xd7\x2c\xb8\xad\xaf\x30\x7d\x72\ \xdf\x62\x3e\xf9\x8b\x17\xcc\x63\x8c\x0d\x7a\xf0\xe4\x9d\xee\x5f\ \xd3\x0b\xef\xaf\xd3\xbf\x07\x9d\x9a\x33\x6e\x13\x26\x88\x7d\x4a\ \x8f\x76\x74\x68\xcf\x9a\xf3\x00\xfa\x64\x8e\xcc\xa5\x76\x1f\x42\ \x81\x68\xe6\x4d\x64\xd4\x68\xba\x34\xa6\xe9\x24\x0c\x26\xf6\xce\ \xa4\x5d\x67\x3a\x0f\x26\x24\x03\x04\xe6\x76\xa1\xcb\x10\xc6\x4e\ \xe6\x79\x38\x9a\x78\xc6\xf7\xa1\x73\x7b\x46\xad\x46\x07\x2f\x4e\ \x30\xdc\x97\x8e\x1d\x58\x7f\x09\xe0\xe2\x06\x7a\xf4\xa0\x69\x53\ \x76\xfd\x68\x94\xaa\xe7\xcc\x66\x7c\x07\xb1\xed\x42\x36\x35\xc7\ \x3f\xa1\x46\x51\x2e\x84\x80\x81\xf5\x63\x69\xd7\x95\x5e\x63\x88\ \xd2\x41\x26\x4b\x87\xd3\xb1\x33\xbd\xa7\x90\x62\xe2\xed\x49\xfa\ \xf5\xa6\x7d\x33\x66\xee\xc3\x02\x61\x77\xe9\xd1\x91\x36\xad\xd9\ \x76\x13\xe0\xf2\x42\x9a\x74\x66\xdc\x58\x4e\x3d\x46\xd0\xf0\xe8\ \x21\x19\xbf\x67\x26\x4b\x29\x52\x1c\x57\xe5\xff\xc5\xc0\x34\x7c\ \x9e\xe0\x3b\xe2\xf1\x0f\x9f\x90\x90\x53\x6b\xb6\x3d\x12\x46\x4e\ \x9e\x5c\xaf\x88\xdb\x8f\x09\x53\x42\x5e\x3c\x7a\x13\x85\x90\xf9\ \xf2\xde\x83\x28\xcd\x9f\xe1\x0e\x5e\x1d\x70\x60\xd0\x88\xcd\xc6\ \xdf\xf6\xad\x28\x53\x47\xdc\xb8\xf9\x24\x23\xeb\xfd\x19\x82\x96\ \x2e\xda\xe8\xf6\xcb\xa0\xb1\xdd\xea\xaa\xfe\x48\xed\x12\xbf\x3c\ \xbb\xfb\xe2\x8b\xfc\x37\xee\xde\xde\x31\x61\xd6\xf6\x47\x56\x3f\ \xf3\xff\xae\xec\x99\x91\x18\x99\x74\x63\xb1\x58\x30\x22\x51\x48\ \x0c\xe9\xf1\x97\xe7\xe9\x34\x19\xbf\x95\xb8\xc1\xf0\x05\x47\x8f\ \x6f\xaf\x5f\xcc\xa7\xc3\xdc\x5d\xbb\x57\x4d\xaf\xee\xed\x10\x76\ \x67\x67\xdf\x01\xfd\x66\xac\x3f\x93\x0e\xa0\xbe\xbe\x7b\x41\xbf\ \xfe\x7d\x17\xec\xbb\x9d\x23\x8a\x59\x22\x62\x53\xbf\xbe\xbb\xbb\ \x72\xdd\x91\xaf\x31\x71\x11\x71\x49\xc8\x94\x2a\xa5\x42\x26\x41\ \xfd\xe5\xde\xac\x91\x03\xfa\x8e\x98\xf9\x38\xc2\x80\x31\x6a\xf3\ \x8c\x91\x03\x06\x0c\x18\x3c\x6d\x43\x70\x1a\x10\xbf\x7b\xc9\xf8\ \x01\xfd\xfa\xac\x3c\xf2\x04\x78\x7d\x62\xed\xc0\xfe\x03\x06\x0e\ \x9b\xb4\x6e\xd3\x86\xf1\x83\xfa\x0f\x9d\xb1\x25\x42\x0d\x08\x8f\ \x8f\xad\xee\xdf\xbf\xdf\xcc\x8d\x67\xbf\xb9\x83\x73\xcc\xcf\xbc\ \xad\x1c\x5f\xc1\x9d\x9d\x44\x65\xb2\x71\x19\xc5\x86\x73\x64\x21\ \xe7\xd6\x12\x98\xc9\x97\x97\x5c\x7f\x85\x56\x83\xc1\x04\x79\x59\ \xb5\x83\x83\x07\xa8\x98\x9f\x4e\x1d\x48\x7a\xc8\xee\x57\xec\x3d\ \x42\x03\x1d\xcb\x8f\x80\x91\x68\x11\xd3\xf7\xb0\x6f\x3b\xb5\x0b\ \x72\x71\x23\x91\xf9\x39\x7a\x94\xd8\xb3\x9c\xfc\x40\xb9\x96\xac\ \xdb\x4c\xa7\x62\xdc\xbd\x07\x50\xb8\x2e\x3b\x4e\xb0\xb0\x19\x5b\ \x37\x7f\x17\x5d\x6f\x6e\x65\xc7\x53\x46\x2e\x66\x7c\x17\x44\x60\ \x49\x62\xcd\x26\xd2\x6c\x10\x89\x89\xb8\xc0\xc9\x08\x8e\x1c\xa5\ \x44\x02\xbb\xae\xf0\xfa\x22\x37\x35\x1c\x3d\x8a\xd7\x7b\xd6\x5d\ \xc3\xb9\x18\x4b\x77\xb0\x77\x2e\x67\x76\x11\x9e\xce\xe6\x55\x54\ \x1d\xc7\xe1\xb9\x1c\x58\x41\x9c\x99\xe8\x48\x5a\x4e\x62\xef\x3e\ \x7a\x37\xc0\xa8\x47\x69\x83\x44\x06\xc9\xac\x98\xca\x80\x01\x4c\ \x5d\x4d\x12\xe8\x23\x58\x38\x8a\xbe\x7e\xdc\xfd\xfc\xfd\xc5\xc5\ \x44\x20\x48\x79\x74\x84\x01\xfd\xe9\xef\xc7\xe9\xa7\x59\xfc\xc1\ \xf6\x05\x0c\x18\xc0\x98\xb9\x84\x68\x01\xb4\x5f\xae\x2d\x5d\xb5\ \x57\x03\x81\xd7\xb7\x6f\x3f\x1b\x00\x99\x87\x36\xad\x7d\xfa\x31\ \xe8\xd8\xea\xb1\x03\xfa\xf5\x5d\x76\xe4\x31\x08\x81\x37\xf6\x8f\ \xf0\xf5\x1d\x39\x67\x77\xbc\x21\x5b\x96\x3c\xb9\x71\x56\xff\x01\ \x03\xfa\x8d\x9c\xf5\xf0\xab\x06\x88\x7f\x73\x65\x92\x6f\xbf\x7e\ \x43\x67\x3d\x0c\xd3\x22\x93\xc5\xbe\x7f\x32\xcf\x77\xe0\x8c\xf5\ \x37\xb2\x84\xf8\xb4\xf0\xb8\xd8\x2f\xaf\x77\xac\xdb\xf3\xec\xfe\ \x85\x4d\x3b\x4e\xa5\x42\xd4\x83\x03\x9b\x8e\xbd\x92\x3b\x38\xa8\ \x14\x52\x10\xdb\xd8\x3b\x88\x92\xdf\x6d\x5a\xbe\x3e\x50\x03\x69\ \x2f\x57\x2f\xdf\x12\x91\x2d\x5f\x5b\x9e\x1c\x5f\x3b\xa8\xff\x80\ \xfe\x83\x27\x5f\x0a\x48\x02\xc3\xad\x7d\x8b\xfa\xf5\xef\x37\x7f\ \xcf\x6d\x0b\x04\xdd\x3e\x34\xb2\x5f\xff\x01\x7d\x07\x6d\xb9\xf0\ \x06\xd0\x46\xbe\x58\x32\x76\x40\x3f\xdf\x29\x37\x3f\xa5\x81\xfe\ \xfa\xde\xa5\xfd\xfa\x0f\x98\xb9\xf3\x56\xe8\xbb\xbb\x13\x07\x0e\ \xec\x33\x64\xe6\xc3\x48\x83\x42\x26\x0a\x7e\xb0\xb3\xff\x00\xdf\ \x9d\x4f\x42\x0d\x71\x6f\x96\x8c\x1f\xd8\xd7\x77\xd2\xcd\xa0\x54\ \xe0\xeb\xc3\x43\xc3\x07\xf6\x1f\x38\x73\x7b\xb2\xdc\x41\x91\xc5\ \x6d\x99\xa9\x09\x09\x61\xcf\x2e\xed\xdb\x73\x3f\xd0\xa8\x8e\xdd\ \x31\x67\x68\xff\x7e\x03\xb7\x5d\xf9\x00\xbc\x3c\xb7\xcd\xaf\x7f\ \xff\xe1\xb3\xf7\x26\x9a\x00\x74\x61\xfe\x4b\xc7\x0d\x18\x30\xa0\ \xff\x94\xe5\x87\x92\xc1\xc9\xd9\xfe\xcb\x83\x43\x7d\x07\xf4\x9b\ \xb6\xe1\x6c\x9a\x05\xd0\x5d\xdf\xb5\xa8\x5f\xff\xfe\x33\x37\x9c\ \xd6\x82\xcc\x12\x7f\x62\xfb\xbc\x41\x63\xe6\x3e\x8f\x23\x23\xe8\ \xda\x84\x41\xfd\xfa\x0d\x9f\xf3\xf0\x4b\x86\x95\xd1\xfe\x0d\xd8\ \xd3\x6c\xb1\xc4\x5c\x59\x24\x24\x7c\x44\xaa\x00\x01\x99\xd2\x14\ \x7e\x3f\xf6\xce\xe6\x7f\xb8\x94\x90\x4a\x65\x32\xa9\x4c\x0a\x58\ \x4c\x26\xa7\x42\x35\x86\x0c\xee\x1d\x7b\x7e\xe5\xe6\x2b\x31\x9f\ \x2f\xac\x58\x75\x4d\x3f\x6a\xec\xe0\xd0\xc3\x8b\x76\xde\x0f\xcf\ \x5e\x1d\x89\xe4\x95\x5b\xf4\x18\xe7\xd7\x5e\x1e\xf9\xf4\xd8\xad\ \x97\x3a\xb1\x42\x2c\x53\xca\x34\xe1\x33\x27\x2d\xb1\x6d\x30\xb8\ \x6f\x39\xf5\xc2\x59\x6b\x42\xa3\x82\xce\xdc\xfd\xd2\x72\xe8\xb0\ \x82\xd1\x67\x66\x6e\xb9\x28\xe0\xd6\xb8\xc7\xe8\x69\x23\x5b\xdf\ \xda\x3c\xf7\x72\xb4\xe6\xd9\xe9\xd3\xe2\x0a\x3d\xba\x97\xd5\xac\ \xdd\x71\xb3\xde\xc0\x41\x76\xef\xf6\x2f\xbf\x10\x98\x70\x77\xfd\ \x9c\x43\x5f\xfd\xc6\x8d\x32\xdc\xdb\xb4\xe6\xe8\xbb\xac\x9a\x79\ \x17\xa1\x68\x1e\x02\x5f\x91\xbf\x16\xae\x66\x3e\x65\xf2\x4b\x1d\ \x72\x95\xa5\x90\x85\xd7\x9f\x29\x5c\x8f\x95\x0b\xc9\xa7\xf8\xbe\ \x7c\x7e\x7f\x88\x57\x36\x0c\xad\xc3\x87\x97\x78\x96\x27\xaf\x0b\ \x8d\x6b\x12\xf1\x1c\xa4\x28\x04\xb6\x8e\x63\xd3\x29\x74\x02\x9f\ \x3e\x51\xa5\x36\xce\xb9\xa8\x51\x90\xe7\xef\xb0\x71\xe4\xc6\x5a\ \x76\xdc\xa0\x46\x1d\x80\x62\xe5\xf0\x50\x11\x10\x4a\xcd\x06\x39\ \x66\xb7\x46\xf6\x1e\x26\x3d\x93\xd5\x63\x99\xb5\x0f\x0b\x1c\x5b\ \x8f\x47\x1b\x3a\xd7\x40\x10\x78\xed\x4f\xfe\x5a\x78\x38\x51\xab\ \x06\x5f\xdf\xf0\x34\x90\xd2\x35\x71\x75\xa6\x71\x05\xde\x3f\xc4\ \xbb\x34\x05\x72\xf1\xf1\x1d\x25\x6b\xe0\x98\xc9\x17\x2d\xb5\xaa\ \xe0\x59\x93\x3c\x66\x5e\x27\xe1\xe0\xc8\xa3\x5d\xcc\x59\x4b\x94\ \x06\x99\x14\xc4\xd8\x58\x58\x39\x91\xd7\x32\x86\xf4\xe6\xf1\x19\ \x3e\x27\xb0\x6a\x1a\x86\x5a\x0c\xae\xcd\xfc\x59\xc4\x18\xb2\xeb\ \x73\xf1\x04\x91\x99\x5c\x3e\x86\xb2\x16\x7d\x1a\xb2\x6a\x22\x8f\ \x22\x38\xb2\x98\x0b\x31\x0c\x19\xca\xa7\xeb\x3c\x8d\x01\x50\xd8\ \xcb\x1e\x9c\x3d\xea\x9f\x6e\x79\xb1\x63\xfe\xe2\x53\x77\xd5\x71\ \x81\xa7\xcf\x3d\x36\xab\x3c\x1a\xf6\x18\x3b\x75\x44\xcb\x7b\x5b\ \x97\xdd\x79\x73\x7f\xc9\xa2\xb5\xee\x4d\xfc\x26\xf4\xfd\xc5\x3e\ \x4b\x04\xd3\x7d\x3d\x7e\xfc\x76\xe5\x6e\x43\x1a\xbb\x86\xcc\x5b\ \xb4\x25\x35\x3d\x68\xc6\xc4\x45\xb6\xf5\x7a\x76\x2a\x97\x39\x73\ \xec\x82\x68\x8d\xc5\x36\x97\x4f\xc7\x21\xe3\x07\x77\xaa\x94\x95\ \xdc\x24\x88\x0a\x56\x6f\x35\x6e\xec\xa0\xc2\xc6\xd0\xd3\x97\x1e\ \xa8\x21\x39\xf0\xde\x95\x47\xa1\x62\x99\xf4\x9b\xd2\xd3\xde\xde\ \x2e\xea\xd1\x89\x1b\xaf\x53\x93\xfc\x6f\x9d\x7f\x16\xad\x92\x03\ \x84\x5d\x59\x3d\x65\xeb\xd3\x56\x03\x87\x15\xd3\x3f\x3f\x7f\xef\ \x4b\xf0\xf5\x95\xcb\x2f\x66\x8c\x1c\x3b\x38\xe2\xd8\xd2\x7d\xfe\ \x5f\x9f\x5d\x3e\x13\xe9\xdd\xc0\xaf\x5b\xa5\xe3\xcb\x67\xdd\x0a\ \x8b\xdb\x38\x63\x66\x7a\xe5\x01\x83\x1b\xca\x16\xcf\x5e\x97\xac\ \x8e\x3d\x71\xe4\x7c\xa1\xa6\x3d\x7b\x34\x2a\xe5\x96\xb7\xcc\xa8\ \x99\x33\xda\x7b\x85\x2f\x58\x79\x2c\xc5\x28\x75\x2a\x50\x7b\xc4\ \xa4\xa9\x6d\x0a\x1b\x17\x8c\x9f\xa2\xae\x30\x60\x48\x23\xe9\x92\ \xd9\x9b\x62\x22\xef\x4e\x9c\xbe\xa3\x48\xeb\x01\xdd\x1a\x95\x92\ \x98\x8d\x96\x2c\xf6\xb4\x98\x24\xf6\x45\x3b\xf6\x1b\xd9\xbf\x71\ \xf1\x23\x73\x86\x5d\x4c\x29\x33\xb0\x77\x93\x8b\x4b\x26\x9e\xfa\ \x14\x71\xf3\xf8\x09\x43\xd9\x36\x43\xba\xd6\xb7\x17\x03\x24\xbe\ \xbc\x76\xe9\xbd\xb4\xdf\x90\x81\xd2\x57\x3b\xc7\x2f\xb9\xa8\x95\ \xc8\x3d\x8a\x54\x1f\x3a\xac\x77\xcc\xd9\x15\x3b\x1f\x84\x7f\x3e\ \xbd\x62\xc1\xe9\xf0\xee\x03\xfb\x18\x1e\x6e\x9a\xbf\xfb\xbe\x49\ \xe1\x54\xa9\x5e\x87\x29\x63\x07\x16\x13\x05\x8c\x1d\xb1\xd0\xa1\ \x51\xaf\x4e\xa5\xd2\xa6\x8d\x9f\xf7\x45\x63\xb1\x92\xda\x9f\x86\ \x7f\xd2\x5a\x3e\xf1\xed\x35\xf5\xcb\x7d\x12\xd9\x37\x67\xc2\x22\ \xb1\x58\x92\x7a\x7f\x9d\x63\x99\x96\xce\x79\x4b\xfd\xa6\x6e\x5f\ \x10\x04\x8b\x05\xb0\x58\x2c\xce\xf9\x4b\xd5\xa8\xd6\x28\xa5\xde\ \xae\x2b\x41\x21\x1f\x62\xef\x45\x44\xb9\xee\xde\x9a\x12\x96\x18\ \xa5\x8c\x49\x01\x1f\x40\x40\xe4\xe6\x53\xa4\x80\x8f\x87\xd1\xc6\ \x46\xa5\x94\x8b\x10\x24\x4a\xa5\x3a\xf8\x5d\xc0\xbb\x60\xef\x1b\ \x07\x43\xd5\xe1\x51\x29\x9a\x88\xd4\x2a\x2e\x79\xf2\x55\xa8\x52\ \xb9\x6e\xdb\x7a\x83\xae\x85\x69\xd5\x71\xf7\x4e\x6c\xbd\x1f\x1c\ \x13\x9d\x9a\x18\x97\x69\x92\xab\x1c\x0b\x97\xad\xd6\xb8\x30\x95\ \xae\x9e\x2a\x5d\xa3\x56\x9e\x7a\x65\x36\x46\x85\x07\x04\x3d\x0f\ \x8d\x4a\x3f\xb2\x75\x67\x68\x6c\x74\xee\xc8\x50\xc8\x3e\x96\xf7\ \xe2\x08\xf3\xae\xb3\x78\x2b\x76\x52\xcc\x39\x91\xce\x44\x22\x04\ \x0b\x32\x19\x22\x33\xdf\x75\x70\x16\x8e\x5e\xa4\x51\x5f\x24\xfc\ \x90\x12\x04\x33\x88\x59\xb4\x9d\x4f\xef\x58\x3a\x07\x85\x3d\x4a\ \x55\xf6\xd7\x49\x04\x66\x13\x40\xd7\x05\xd4\x68\x44\xcf\x65\xb4\ \xfe\x85\xa2\x32\xf6\x4c\xe5\xb1\x1d\x5b\xfa\xe6\xc4\xe3\x4c\x25\ \xd1\x86\xa5\x87\xa8\x1e\x4a\xf3\x61\x5c\x72\xe4\xc4\x27\xe6\xf7\ \x67\xcb\x61\xd2\x52\xb1\x13\x7e\x28\x4b\xf8\x1e\xdf\xf0\xdb\xf2\ \xed\xfe\x6e\x56\x3d\x66\xed\x16\x9c\xd3\x30\xfe\x10\xcd\x51\x67\ \xa4\xc3\x6c\xca\x7e\x62\xff\x2a\x66\x98\xd9\xd8\x06\x99\x02\x7d\ \x18\x4f\xbe\x32\x79\x05\x95\xed\xf1\x76\x41\x9d\xc8\x8d\xa7\x38\ \xdb\x93\xa8\x21\xf6\x0b\x29\x7a\x3c\xe5\x20\x46\x65\x87\x54\x84\ \xd4\x86\xd2\x55\x69\x50\x96\xb6\x37\xb8\x7f\x9d\xb0\xb7\xf4\x5f\ \x46\xd5\x62\x14\x74\x27\x4b\x0b\x2b\xce\x55\xa3\x49\x09\x9b\x9b\ \xe7\xae\x29\x25\x85\x0b\xca\xe3\x2f\x9c\xbb\xab\x2a\x59\xab\xb8\ \xbb\xf1\xea\xa6\x2d\x77\x83\xa3\x22\xa3\xa3\x62\xc5\xf9\xfb\x76\ \xfb\x65\xed\xa1\x15\x72\xfd\xb0\x31\xbd\xbc\xb2\xd4\xbe\x4a\x07\ \xf7\x0a\xd5\xab\x56\x2d\xd8\xe5\xf8\xf4\x3b\x2f\x02\x9e\x86\xda\ \x55\x5e\xd0\xab\x89\x3b\x45\x8f\x9d\x1d\xfe\x30\x34\x4d\x69\x63\ \x57\xb0\x54\xc9\xbc\x6e\xdf\xb6\xb9\x44\x76\xee\x3e\x05\x0b\xe4\ \x4d\x8a\xb0\x51\xa9\x54\x0a\x90\x29\x6c\x6d\x6d\x64\x08\x82\x28\ \x2b\x22\xa8\x60\x91\xb8\xe5\xef\xd2\xb6\xe2\xea\xab\xc7\x1d\x14\ \xa1\x15\x7f\xe9\xea\x2a\x01\x84\x7b\x77\x9e\xfa\xb4\x1d\xd1\xae\ \x76\xe5\x6b\x0f\x7d\x62\x25\xa6\x4f\xf7\x6f\x87\x46\x39\xec\xd9\ \x7a\x20\x2c\x31\xc2\x21\x26\xb9\xa2\x54\x55\xa0\x4c\xf9\xea\xcd\ \x8b\xd7\xdb\x7b\xfd\xdd\xab\xe7\x77\x5e\x86\xca\x6d\x8e\xa7\xe9\ \xc3\x63\x43\xdd\x92\x33\xd5\x0a\x5b\xb7\x8a\xd5\x6a\x95\xc8\xaf\ \x8c\x0c\xb8\xb8\x6d\xef\x85\xe8\xaf\x5f\x13\x55\x69\x7a\x83\x9d\ \xdc\xce\xb3\x6c\xf1\x82\xb6\xd1\x0f\x9e\x3e\x0c\xb4\x57\x1e\x4b\ \x16\x85\xa7\xc7\x39\xbf\xbc\x67\xd2\xe5\x6e\x36\xa6\x5d\x1d\x75\ \x40\xf4\xce\x67\xcf\xcd\x96\x2c\xe1\x44\x10\x49\x1d\x0a\x16\x2f\ \x99\xd7\x25\xf4\xe1\xcb\xcc\x2e\x9b\x86\xd5\x2e\x46\xf4\xa5\x93\ \x37\x1f\x7c\x2c\x6c\xeb\x54\xa2\x52\x8d\x32\x25\x73\xe7\x4c\x0f\ \x91\x5b\x81\x32\x75\xab\xd6\xae\x38\xb9\x57\xbb\xb9\x37\x83\x8a\ \x79\x79\x15\x28\x5a\xbd\x72\xa3\xe8\x5a\x07\x1f\x84\x05\xde\x78\ \xf9\xa6\x4c\xd7\xe9\x4d\x6b\x97\x2b\xaa\x79\x36\xf2\xf8\xed\x92\ \xe5\xe5\xee\x5e\x05\x0a\xe7\xf3\xce\x78\x76\x38\x44\x59\x7e\x55\ \xf7\xc6\x0e\x78\x9f\x3c\x3b\xec\x55\xb8\xa6\x60\x71\x3b\x2b\xaf\ \xfd\x75\x65\x4f\x4d\x6a\x7c\xfc\xe5\x39\x62\xa3\x1a\xf1\x0f\xe4\ \x2b\x91\x8b\x32\xa2\x62\x2f\xcd\x35\x1a\xf4\xbf\xf5\xa0\xc5\x62\ \xc9\x12\xdf\x04\xc1\x62\x32\x1a\x01\x41\x04\x82\xe0\xe8\xe5\x9d\ \xcb\xa7\xc2\xf0\xc9\xd3\x0e\x9c\xbf\xbd\xa4\x5d\xe9\x1c\xd5\xbc\ \xc5\x64\x32\x02\x16\xc1\x62\xb1\x08\x08\x16\x4d\x4a\xba\xcc\xc5\ \xc5\xc9\x35\x77\xf5\x36\xbe\xb3\x96\x6e\xb9\xb6\x6f\x65\x19\x1b\ \x75\xa6\xde\x68\x00\x8b\x59\xa4\xb2\x93\x3d\xd8\xbb\x62\xfd\x43\ \xc9\x8c\x05\xb3\xea\x14\x70\x31\x18\x4c\x82\x60\x31\x1a\x8d\x98\ \xcc\x82\xd1\xa8\xb3\x60\xb1\x58\xcc\x66\x89\xbb\xb7\xab\x8b\x57\ \x89\x81\xe3\xa6\x6d\x3b\x76\x63\xf9\xb0\xa6\xd9\xeb\xd3\x87\x2c\ \x3a\xca\xc2\xdd\x94\x77\x03\x5b\x0a\x28\xb9\xfd\x94\xb4\x4f\x84\ \x08\x14\x29\x90\x55\x73\x2c\x96\x6c\x45\xa4\xfe\x0b\xaf\x93\xa8\ \x57\x09\xa0\x60\x51\x62\xde\x10\xaf\xe6\xee\x73\xbc\x2a\x23\x18\ \x50\xb8\x51\xa5\x01\xa5\x72\x11\x9e\x44\xb1\x12\xf8\x3f\x43\x9d\ \xc6\xd3\xaf\x54\x29\x49\x6a\x2a\x16\x40\xc0\x60\x44\x21\xe5\xe1\ \x56\x2e\xa9\xd9\xbf\x02\x17\x19\xe8\xf8\xf0\x0e\xad\x1d\xb9\x45\ \x04\x04\x62\x12\x90\x4a\xd1\x5a\xb0\x11\xb3\x72\x1e\x37\xfc\xb9\ \x70\x92\x3c\xe5\x88\x7c\x42\xaa\x86\x67\xcf\xc9\x57\x9a\x2a\xc5\ \xf8\xf0\x8c\x0c\x35\x77\xde\x50\xa2\x36\x09\x0f\x58\x76\x9e\x75\ \x7b\x28\xea\x08\x6e\x78\x49\x79\xf6\x9a\x64\x7f\x62\xc4\x94\x76\ \x41\x23\xa1\x58\x45\xea\x96\x27\xe6\x2b\x46\xd0\xa7\x21\xb6\xc7\ \x5e\xcc\xcb\x40\xc8\x44\x63\x40\x66\x83\x8f\x27\x15\x9b\x33\x63\ \x29\xb7\xae\x50\x44\xcc\x87\xf7\xe8\x4d\xd9\x14\x6c\x31\x91\x96\ \x0c\x99\xbc\x8f\x24\x4f\x01\x5c\x6d\x78\xf5\x16\x04\xd4\xba\x6f\ \xe4\xad\xac\xdf\xbc\xda\xf5\x05\x23\xbe\xd4\x1d\xe7\xeb\x9d\xb4\ \x74\xdb\xa1\x72\x8d\xdb\x44\x9c\x5f\xb6\xfa\x8e\x30\x73\xe1\xac\ \x3a\xc5\x5d\x32\x34\xd2\x86\x7e\x8b\x0e\xaf\x1d\x7c\x7f\xcd\xc8\ \x0d\x4f\x12\x72\xde\xb0\xd9\x68\xc0\x68\x14\x40\x70\x70\xcb\xab\ \x48\x0a\x7a\x1d\xa3\xcf\x0c\x79\x1a\xad\x73\x28\xe8\xe6\x68\xcc\ \x4c\x89\x8a\x55\x63\xc9\xfe\x6c\x09\x16\x8b\xd9\x64\x02\x6c\x1c\ \xed\xb4\x11\x41\x61\x99\x20\x98\x8d\x26\x0b\x16\xa3\x46\x93\x89\ \x48\x6c\x54\x67\xa6\xa4\x0b\xe5\xda\xf7\x12\xdd\xd9\xb6\xe9\x56\ \x42\xb3\xc6\x59\x0e\x4a\x45\x9e\xb9\x1c\xa2\xdf\xbd\xd2\x40\x7a\ \x86\xc6\x22\x88\x9c\xbd\xbd\xdd\xbd\xcb\x0f\x9d\x34\x7d\xdf\xb9\ \xdb\x0b\x9a\x97\xd3\x6a\xb5\x26\xa3\x01\x4c\x22\xc1\x22\x91\x3b\ \x79\x7b\xba\x94\x6b\xd2\x6f\xc6\xa2\x2d\x37\x2f\xad\x29\xe8\x22\ \xd2\x1b\x4d\x46\x93\x19\x21\x66\xe5\xf8\x19\xfa\xea\x23\xe7\x0c\ \x6b\xeb\x26\x35\x88\xe4\x32\x75\x5a\x44\x8c\x5e\x40\x66\xe3\x96\ \xc7\xbd\x62\xb3\x7e\xd3\xe7\x6f\x39\x7f\x62\x7d\xed\x92\x79\xd5\ \x51\xcf\x9f\x27\x18\x2d\x59\xf1\xb2\xbf\xed\x31\x59\xcc\x46\x83\ \x19\x1c\xbd\x9c\xf4\xfe\x2f\x3e\x59\x0c\x09\xcf\x3e\x27\xf9\xe4\ \xcf\x65\x31\x99\x0c\xc6\xef\xdb\x42\x62\xb1\x48\x9b\x96\x94\x0e\ \xef\xfd\x5f\x49\x1c\xf3\xb8\x28\xcc\x7a\xbd\x01\x10\xcc\x16\x13\ \x36\x85\xf2\x3a\x86\xbc\x78\xae\xb5\x18\x03\x9e\xbd\x71\xc8\x5d\ \xc8\x45\x69\x8e\x89\x8d\x33\x80\xd4\xb9\xa0\x22\x25\xf8\x65\x82\ \x5e\xfd\xf1\x65\xb8\xde\xd9\xd3\x45\x6e\x25\xb5\xbf\x34\x7b\xc6\ \xdc\xdd\x6c\x08\x7e\x2a\x58\xb0\xe8\xb5\x3f\xfe\xc3\x82\x36\xe0\ \x78\xfc\xcb\xd3\xbf\xf1\x9c\xc8\xc6\xd6\x4e\x29\x15\x01\x12\xb9\ \x8d\xad\x4a\x0e\x48\x15\x2a\x89\x44\x51\xa3\xe7\x94\x5a\xb2\xa7\ \xe3\x27\x4c\x18\xbf\xf0\x60\xbc\x26\x7b\x3a\x2a\x54\xb6\x36\x32\ \x09\x20\x91\x29\x6d\xa4\x52\xf7\x92\x15\xf3\xa8\x1f\x9d\x89\xca\ \x37\x7b\x6c\x8b\x2b\xeb\x26\x8f\x1f\x37\xe1\xc4\xfd\x28\x85\xad\ \xca\xce\x56\x25\x01\x91\x4c\x21\x97\xc8\x4b\xd4\x6e\x52\xcc\xe2\ \x3f\x6d\xc2\xcc\x97\x69\x4a\x2f\x27\xa5\xd4\xc6\x56\x29\x13\x21\ \x96\xda\xda\xa9\x24\x20\x91\xdb\xc8\x2c\x42\xd9\xce\x63\xdb\x79\ \x7d\x99\x32\x61\xfc\xe8\xb9\x5b\x82\x52\xb2\x9b\xff\xe4\x3e\x81\ \x31\x6c\x1c\x4f\xdf\x41\xbc\x48\x62\xfc\x14\x02\x56\xd0\x71\x3c\ \xbf\x0c\xa7\x82\x0b\x80\x48\x82\xad\x2d\x59\x4b\xc8\xd8\x28\x44\ \x5e\x78\xbb\x02\x14\x69\x48\x97\x22\x74\xed\xc0\x05\x0b\x93\x7a\ \xa2\x0e\x64\x44\x37\x3a\xb6\x24\xd0\x9d\x7e\x2d\x69\xd2\x0b\xd7\ \x0f\x74\xec\x80\x53\x73\x3a\x97\xe1\xc4\x3a\x3a\x74\x64\xd0\x32\ \xfa\x4e\x26\x9f\xc0\xe5\x73\x44\x87\x30\x7c\x00\x23\xe7\x10\x1f\ \xc9\x82\xd9\x7c\x82\x29\xa3\xb8\x38\x9e\x76\xe3\xa8\x35\x90\x4e\ \xed\xd9\x7f\x90\x1d\x3b\xe9\xd6\x94\xde\xfd\xa9\xd6\x8e\xa6\xae\ \x74\xec\x88\xbf\x2d\x03\x9a\x53\xb1\x15\x35\xa1\x43\x47\x82\x0b\ \x32\xb2\x09\x37\x8f\xf2\x25\x96\xe5\xc3\xe9\x33\x9c\x0f\x5a\x26\ \x4c\xe1\xce\x02\x3a\x4c\xa6\xf3\x78\x0a\x8a\x59\x39\x91\xce\x9d\ \x58\xfd\x90\xd1\x23\x70\xf4\xa6\x90\x9c\xa3\x6f\x99\x32\x91\x9b\ \x2b\xe9\x33\x90\xd7\x31\x38\x78\x33\x65\x1c\xcf\x37\x31\x61\x2c\ \xfb\x9f\x63\x88\x60\xde\x1c\x52\x2c\x60\x04\x09\x52\x13\xfb\x67\ \xd1\xa1\x23\x54\xa5\x5d\x3d\x86\x8c\x24\xe4\x28\xfd\x7b\x73\xef\ \x33\xb6\x39\xb1\x2c\x4b\xd5\x6a\x98\x5b\x26\x29\x5e\xa9\x5e\x8b\ \x06\x85\x4d\x22\xcf\x7a\x0d\xf2\xe5\x2f\x55\xbb\x04\x01\xd3\x26\ \xcc\x7e\x99\x6a\xe7\xa3\x4a\xd8\x3e\xd7\x77\xe8\xcc\x6d\xe2\x22\ \x0d\x6b\x15\xc8\xf2\xea\x27\x55\xd9\xda\x4a\x45\x20\x96\x2a\xe5\ \x52\x8f\xe2\xb5\xa6\xf4\x2c\xbd\xba\x4f\xc7\x8e\x43\xf6\x36\x1a\ \x3a\xbe\x92\x47\xfe\xd6\x0d\xf3\x6d\x1c\xd6\x79\xcc\x92\x63\x59\ \x5b\x47\x52\xa5\xca\xd6\x46\x06\xa8\x4a\x34\xee\x56\x53\x36\xbe\ \x63\xc7\xb1\xdb\x9e\x7a\x78\xe7\xce\x57\xb9\x86\x29\xe4\xe6\xfd\ \x10\x9b\x3a\x15\x94\xe7\xcf\xdc\xc4\xb1\x52\xc7\x2a\x4e\xe6\x5c\ \x95\x6b\x17\xc8\xe6\x91\x7a\x7d\xc7\xd6\x15\x3d\x1e\xd8\xbf\xdf\ \xb2\x63\xcf\xf5\x62\xdb\x2a\x5d\x27\xd7\xb7\xf5\x9f\x38\x61\xc2\ \xb8\x05\x07\x53\x2d\xd8\xda\xd9\xa9\xe4\x52\x10\x29\x6d\x14\x2a\ \x8f\xf2\x53\xc6\x77\x7d\xbd\x7d\xda\x84\x71\xa3\x77\xdd\x0b\x16\ \x4b\xed\x6c\x6d\x6d\x65\x62\x01\x9c\x1b\xb5\xae\xfd\xe6\xe0\x82\ \xe9\x9b\xce\x4b\x9c\xdd\xdc\x4b\x34\x69\xe0\x1d\x31\xa8\x43\xc7\ \x35\xcf\x25\x93\xa7\xf7\x7e\xb9\x67\xda\x84\xf1\xa3\x77\x5c\xff\ \xec\x58\xbe\xcb\xf8\x4e\xde\xd3\xfa\x74\xec\x3b\x63\x8b\xe0\x55\ \x28\xcb\x6d\x20\x22\xa9\xad\xad\xad\x54\x6c\x41\xe4\x3c\x64\xea\ \xf0\xb8\x23\xc3\x3b\x76\xe8\x1e\x57\xaa\xa7\x6f\xbd\x92\x22\xa9\ \x32\x6b\x3a\x64\x2f\x03\xe5\x8a\xb8\x67\x87\x7b\x74\xec\x34\xfd\ \x78\xc2\xf0\x09\xfd\xbd\x64\x16\xb9\x8d\x12\x90\x2a\x95\x62\xb3\ \xa2\x51\xbf\xc9\x95\x53\x2f\x76\xec\xd8\x71\xcf\x07\xf7\x71\xc3\ \x3a\xd4\xab\xd3\x4c\x78\xb2\xb1\x63\xb7\xf1\xfe\xa2\x26\xb3\x06\ \x95\x5f\xd2\xa3\x63\xc7\x51\x47\x1b\x0d\x9d\x5a\xc5\xdd\xca\x9e\ \x7f\x1e\xfe\x19\x0f\x75\x91\x0f\xf7\xab\xdf\x9d\x15\x4b\x15\x59\ \xa9\x2d\x16\x33\x06\x0d\x58\xb2\x14\x9a\x2e\xf5\x47\x79\x94\x6d\ \xfe\xab\xdb\xe8\x06\xbd\x41\x24\x93\xcb\xc4\x22\xc1\x64\x34\x58\ \x44\x0a\xb9\xd4\x6c\x34\x98\x91\xc8\x65\x12\x2c\xda\xf8\xf8\x34\ \x41\x66\xe3\xea\xec\x28\x15\x03\x98\x0c\x7a\x41\x22\x93\x49\xc4\ \x16\xb3\xd1\x68\x46\x21\x97\x99\xf4\x99\x5a\x41\x65\xaf\x14\x6b\ \x52\x13\xd2\x75\x16\x5b\x47\x17\x7b\xa5\x44\x6f\x30\xc9\x14\x72\ \x91\xd9\x68\x30\x8b\x14\x72\xa9\x49\x93\x9a\x90\xaa\xb5\x71\x70\ \x76\xb4\x53\x9a\x0d\x7a\x41\x22\x97\x89\x2d\x7a\x83\x59\xa6\x90\ \x63\x34\x18\x11\x2b\x64\x52\x30\x24\xc6\x25\x9b\xc4\x0a\x17\x17\ \x67\xb9\x24\x7b\x31\xae\x56\xa3\xd1\x82\x18\x67\x37\xa4\x60\xd6\ \x92\x6e\xc2\xf9\x07\xb7\xde\x66\x33\x12\xc9\x37\xb5\x2f\x3f\xf6\ \x4d\x6a\x32\x2a\x17\xb2\x86\x6d\x46\x0a\x7a\x01\x57\x97\x1c\x99\ \xcc\x42\x72\x1a\x2e\xce\x00\x46\x1d\xe9\x99\xc8\xec\x70\x50\x02\ \x98\x0d\xa8\x35\xe8\x0c\x48\xe4\xb8\x3a\x61\xd0\x23\x57\x00\x18\ \x32\xc8\x14\x70\x71\xf8\xd1\x42\x06\x51\x4e\x71\x29\xc9\x38\xb8\ \xf0\x6d\xf3\x36\x25\x19\x47\x17\xc4\x60\x31\xa2\xd5\xa2\xd6\x21\ \x12\xe3\xe2\x86\x04\x4c\x6a\x32\x04\x9c\xed\x00\xb4\x99\xa8\x75\ \xd8\xb9\xa0\xcc\xca\x47\x40\x63\x22\xec\x09\x27\x6f\x11\x19\x82\ \x3a\x37\x9b\x96\x61\x0f\x46\x35\x69\x5a\x6c\x1c\xb1\x95\xa1\x49\ \xe2\xd0\x4a\x0e\x7e\xe2\xc8\x31\xd6\x76\x41\xe9\xc7\xf0\x2a\xb8\ \xba\x00\x84\xbf\xe2\xd0\x39\xe2\x22\x08\x17\xb1\x76\x13\xde\x39\ \x2b\x10\xb3\xc9\x28\x96\xca\x44\x58\x8c\x46\x8b\x4c\x26\x05\x4c\ \x9a\xd4\x84\x54\x9d\x8d\x83\x93\x93\x9d\x3c\x33\x25\x29\x43\x67\ \xb1\x77\x75\xb7\x93\x67\x6b\x04\x0d\x7a\xa3\x54\xae\x10\x0b\x66\ \xbd\xd1\x2c\x57\xc8\x45\x90\x91\x14\xa7\x15\xdb\xb9\x3b\x67\x85\ \x0c\xb5\xa4\x26\x26\x9a\xa4\xb6\xae\x4e\xb6\x22\xb0\x18\x0d\x46\ \x24\x0a\x59\x56\xd3\xcd\xc9\xf1\x09\x26\x89\x8d\xb3\xb3\xa3\x4c\ \x8c\x4e\x9d\x89\xdc\x56\x29\x35\x26\xc5\x04\x9d\x3f\x72\xfa\xee\ \xf3\x2f\x2d\xa7\xae\xe8\x54\xd6\x35\xab\x56\xa6\xf8\x8f\x07\x0e\ \x1c\xf9\x14\x15\xfb\x36\x30\xa9\xc7\x82\xad\x3d\x2a\xba\x60\xd1\ \xc5\xc7\xa7\x0a\x52\x1b\x57\x57\x47\x91\xc9\x60\x16\x49\xe5\x52\ \xb1\x51\xaf\x17\xc9\x14\x52\x31\xba\xf4\xc4\x54\x8d\x49\xe9\xe0\ \xe2\xa4\x92\x19\xf4\x06\x89\x4c\x2e\x11\x8b\x40\x48\x4d\x88\xd3\ \x0a\x32\x27\x67\x67\x1b\x99\x18\xb3\x2e\x31\x29\x55\x6a\xe7\xe6\ \xa4\x92\x66\xa5\xb7\xb1\x77\x76\xb4\x55\x00\xe9\x49\x71\x5a\x8b\ \xd4\xd1\xd9\x59\x29\x15\x7f\x33\x6f\x92\xc8\x15\x59\x81\xb7\xcd\ \x9a\x94\xc4\x0c\xb3\x9b\x87\x9b\x04\x8c\x7a\x3d\x52\xb9\x2c\x27\ \x22\x77\xd8\xb1\x79\x03\x8e\xe9\xb7\x6e\x18\x99\xcb\xd1\xcd\xd1\ \x46\x2a\x98\x0c\x06\x8b\xf8\xe7\x39\xa2\x8b\x4f\x48\xb3\x75\xf1\ \xb0\xcd\x8a\x5e\xa7\x4e\x49\xce\x34\x3b\xba\xb9\x29\x25\xa4\x27\ \xc5\xe9\xc4\xf6\xee\xce\xd6\x10\x1e\xff\x24\xfe\xd4\x78\xee\x3f\ \x9a\xbb\x08\x20\xfc\x90\xed\xbf\x5d\x44\xec\xf8\x78\xd4\x6a\xc4\ \x39\xd5\xb6\x98\x11\x40\x2c\x46\x24\xc2\x62\xc9\x31\xc0\x16\x21\ \x16\x21\x58\x10\x40\x24\xca\xbe\x95\xd3\x5d\x88\xc5\x08\x02\x16\ \x0b\x88\x10\x8b\x11\x81\x60\xf9\xee\xb8\x28\xeb\x41\x8b\x90\xfd\ \x1b\x21\x5b\x09\x90\x55\x44\x56\x0f\x9a\x85\x9c\xfc\x73\x72\xf8\ \x5e\x34\xd9\xf9\x0b\x39\x39\x64\x97\xf5\xab\x99\xff\xd8\x04\x09\ \xa2\x9f\x9b\x23\x08\xd9\x4d\x10\x8b\x41\x20\xf8\x25\x8f\x3f\x20\ \xb6\xa5\x5e\x13\xbc\x6d\xb1\xfc\x58\x79\x10\x34\x9c\x3b\x4d\x9e\ \x9a\x54\x2f\xc0\x7b\x7f\x94\x85\x29\xe4\x9c\x5d\x56\xcc\x27\xee\ \xbc\x40\x90\x53\xad\x11\xd5\x0a\xe1\xf0\x97\xf1\x65\x27\xa8\xc3\ \xcf\x9c\xbc\xeb\x54\xae\x61\x83\x72\xdf\x83\x3b\x9b\x52\xc2\x6f\ \xde\xba\x97\xa0\x13\xe7\x2f\x57\xaf\x76\x69\xaf\xbf\xec\x38\xd4\ \xc6\x04\xbf\x4b\x90\x54\x2a\x5b\xc0\x7a\xfe\xef\x3f\x9c\x3d\xff\ \x93\xb0\x7b\x37\x8f\x1e\x21\x12\x23\x91\x20\x12\x30\x9b\xbf\xef\ \xad\xff\x08\x89\x24\x9b\x89\x00\x89\x14\x31\xdf\x53\x66\x31\x97\ \xd9\xfc\xa3\x79\x01\x66\x13\x42\x56\x4a\x11\x16\x4b\xf6\x5d\x89\ \x04\xb1\x18\x8b\x19\x73\xce\x8b\x90\x2a\x90\x09\x68\xff\x2f\x42\ \xce\xca\x94\xa8\x14\x20\xe4\x18\x63\xfd\x9d\x52\xc7\xde\x1e\xb3\ \x0e\x8d\x1e\xa5\x0a\x8b\x1e\x83\xf9\xdb\x1a\x13\x5b\x1b\x10\xd0\ \x69\x69\xfc\x0b\xed\xda\x59\x67\x9f\x15\xff\x8d\xec\xf9\x27\x79\ \xa8\x13\xcc\x64\x64\xa2\x72\xc0\xa4\x46\xa4\x42\x21\xfe\x56\x69\ \x14\xb6\xd9\xe2\x6a\x46\x02\xf1\xe9\x28\xec\xf0\x70\x43\xf6\xa3\ \x5d\xb1\x85\x84\x68\x32\xcd\xe4\xcd\x97\x5d\x5d\x43\x1a\x91\xc9\ \x78\x17\x40\xfe\xbd\xf1\x28\xed\x91\x1a\x08\x8f\x44\x6f\x46\xa6\ \x44\x65\x8f\x9b\x13\x62\x0b\x61\x61\xd8\x79\xe0\xaa\x02\xd0\x24\ \x13\x9f\x8c\x01\x3c\xbc\x70\xb4\xc1\x94\x49\x44\x02\xfd\xfb\xd3\ \xbf\x3f\x40\x6a\x22\x22\x5b\x1c\x6d\x7e\x47\x7b\x8c\xa4\xe8\x7e\ \x5a\xd7\xff\xa6\x90\xae\x21\x45\x8b\x9b\xeb\xf7\xb6\x24\xa6\xfc\ \x70\x09\xef\x2e\xf2\x48\x86\xdf\x2f\xd6\x01\x6c\x85\x15\xff\x66\ \xf8\x93\xa4\x4b\x7d\x38\xfd\xfa\xf0\x49\xc3\xce\x09\x34\x99\x98\ \xfd\xc7\xb8\x3b\xd4\xad\xc9\xbd\x54\x80\xeb\x9b\xe9\xd4\x93\x49\ \x93\x18\x3d\x83\x97\xf1\x3f\x3d\xfb\xfe\x06\x23\x87\x31\xbc\x17\ \xfd\x66\xa3\x81\xcc\x60\x06\xf7\x60\x84\x2f\xc3\xe6\x93\x0e\xfa\ \x04\xb6\x8d\xa3\x5a\x57\x3e\x5b\x20\x99\xed\x6b\x58\xb2\x8c\xe1\ \x9d\x68\x3e\x1e\xad\x91\xad\x13\x18\x30\x94\x6e\xfd\xf0\x8f\x07\ \x58\xdc\x87\x21\x73\x58\xb5\x86\xd7\x51\x64\x44\x32\xaa\x2f\xc3\ \x06\xd3\x6b\x1a\x69\x66\x5e\x9c\x60\xfc\x58\xba\xb5\x61\xe6\x1e\ \xfe\xe6\x13\x63\x48\xe3\xd4\x32\x8a\x57\xe6\x61\x24\x40\xd4\x43\ \x3a\x34\xa3\x5b\x5b\xa6\xec\xc4\x08\xa9\xa1\xcc\xef\x45\xa5\x81\ \x24\xe5\xa4\xff\x74\x0a\x9f\x02\x1c\xff\x0c\xe9\xac\x9d\xcd\xb8\ \x91\xfc\xd2\x99\xb7\x69\x24\x05\xd0\xab\x2d\x63\x86\xd2\x6f\x12\ \xd1\x39\x47\x2a\x9d\xf2\x53\xce\xc7\x3a\x0e\xad\xb0\xc2\xca\x9e\ \xbf\x29\x7c\x62\xb6\x60\xd6\x92\x91\x89\xff\x61\xae\x47\x03\xec\ \xde\x45\x58\x22\x19\x66\xe2\x1f\x30\x79\x0f\xe3\x36\x72\xf2\x24\ \xfb\x56\x53\xee\xe7\xe0\x57\x1e\xa5\x59\xb5\x9f\x8b\x3b\x08\x3e\ \x47\x98\x8e\x33\xeb\x31\xff\xc2\xd9\xf3\x18\xef\x70\xe5\x2d\x51\ \xc1\x7c\xce\xc4\x51\x8e\xc9\x00\xb9\x99\xbf\x8e\x9d\xdb\x29\x57\ \x98\x61\x83\x49\x7f\xc4\xe1\x10\x8e\x9e\x65\x40\x1e\x56\xed\x01\ \x81\x84\xff\xc7\xde\x57\x06\x46\x91\x6c\x6d\x3f\x2d\xe3\x93\x64\ \xe2\x4a\x0c\x4b\x70\x27\xb8\x2c\xee\xae\x8b\xbb\x2e\xce\xe2\xbe\ \xd8\xe2\xb2\xc0\x02\x8b\x2d\xee\xee\x2e\x41\x43\x02\x81\x24\xc4\ \x5d\x27\x93\xc9\x78\xdb\xf7\x63\x82\xeb\xde\xf7\xde\xfd\xb8\x7b\ \xe7\x81\x1f\x99\xee\x2e\xed\xaa\xa7\xcf\x39\x75\xea\x14\x8d\x09\ \xeb\xb0\x69\x3d\xea\x97\xc0\x85\xad\xc8\x2f\x87\x13\x27\x21\x7d\ \x84\xdd\x8f\x50\xa9\x0d\x96\x2c\x46\x87\x72\x88\x7d\x85\x0f\x36\ \xc0\x65\x45\xe3\x65\x0a\x3c\xe4\x60\x78\x00\xf8\x7d\x0d\x82\xc6\ \xe1\xe4\x4e\x84\xef\xc2\xd3\x2c\xc4\x3c\x47\x96\x00\x3b\xb2\xc8\ \x16\xac\x8b\xc6\xaa\xbd\x28\xee\x05\xc6\x0c\x28\x31\x6c\x06\xa6\ \x8d\x86\x48\x8d\x5c\x13\xce\x6e\x00\xd1\x02\x7b\x0e\xc2\x3f\x0d\ \xfb\x5f\x9f\xe2\x90\xf6\x02\x8f\x92\x51\x18\x85\xb1\xbd\xd0\xbd\ \x3b\xc6\xcc\x45\xba\x05\x00\x6e\xee\x41\xcf\x2e\xe8\xdc\x11\x9b\ \xaf\xd8\x46\xa9\x0d\x36\xfc\x2f\xb3\x27\x40\x10\xb0\xe8\xa1\x27\ \x30\xa2\x23\x8e\xec\x42\xca\x53\x3c\x03\xfa\x34\x87\x3a\x03\x11\ \x97\x11\xd0\x14\xcd\x4b\x5a\x25\x3d\x98\xdf\x0f\x60\xe1\xe2\x05\ \x2f\x07\x5c\x3d\x07\x9f\xfa\xf0\x97\xe0\x71\x0a\xaa\xd4\x82\x48\ \x86\x4a\xc5\x11\xf1\x0c\x01\x21\x58\x38\x0d\x5e\xf4\xdb\x85\xac\ \x67\x7b\xf0\x54\x8e\x7e\x35\xf0\x2a\x12\xae\x41\x70\x91\x20\xa4\ \x2a\xf2\x9e\x01\x04\x9c\x1d\xb0\x75\x2c\x66\x6d\x80\x86\x45\x62\ \x2c\xca\x57\x86\x58\x8a\xea\xc5\xf1\x2c\x12\xb4\x14\xf7\xff\xc4\ \xbe\x6b\x08\x2a\xff\x61\x60\x1b\x9f\x6a\x98\x31\x0f\xa5\x55\x60\ \x00\x08\x88\x2a\x40\x8d\xea\x90\x14\x43\x09\x15\x22\x12\x50\xbd\ \x0d\x66\x0c\x87\x1d\x0f\x0e\x80\x80\x9d\x5b\x51\x63\x28\xda\x94\ \x01\x2f\x00\x24\xf8\x4c\xac\x5a\x07\x8d\x0a\x5e\x12\x94\x6f\x84\ \xcc\x33\x58\xbe\x02\x8f\xa2\xde\x86\x0e\x49\x7d\x86\x07\xf1\xc8\ \x0c\x43\x24\x8f\xc5\x8b\xe1\x1c\x87\x99\x6b\x91\xfc\x10\xb3\xb7\ \x62\xd0\x5c\x74\x0b\xc0\xc5\xdb\xb6\x51\x6a\x83\x0d\xff\xf3\xec\ \xc9\x98\x50\x68\x42\xb3\x01\x50\xbe\xc0\xc8\xa9\xa8\x39\x00\x35\ \x9d\x90\x9b\x09\x91\x0c\x6f\xbc\x86\xf7\xcd\xc5\xb6\xab\x1f\xa6\ \xbd\xb5\x1d\x2b\xef\x63\xfe\x3c\xc8\x08\x10\x28\x5a\x81\xe1\x58\ \x50\x14\x08\x02\xac\x19\x6f\xa3\xcd\xf0\x38\x7c\x1e\x4d\xba\x81\ \x06\x40\x81\xb7\x3e\xc9\x01\x14\x04\x60\xee\x6f\x58\x3c\x15\x59\ \x27\xb1\xed\x14\xe4\xf6\x45\x77\x59\x1e\x24\x05\x00\x6d\xa6\xe2\ \xf4\x6e\x5c\xfe\x1d\xe1\xef\x47\x57\x22\x48\xc0\x02\x86\x2b\x92\ \x49\x29\xa2\x68\xcd\x87\xe7\x40\x91\x20\x00\x8b\x19\x3c\x40\x03\ \x19\x97\x70\xe4\x25\xca\x79\x20\x3e\x19\x29\xa9\xe0\x00\xbb\x20\ \x6c\xd9\x87\x3e\xf6\x58\xb6\x1b\x95\x7a\x63\xed\x5c\x94\x0b\x40\ \x41\x3e\x5c\x5e\x1f\x79\x47\x8b\x21\x15\x03\x24\x5c\x8a\x21\x30\ \x10\xc3\x86\x22\xe3\x19\xae\x87\xa2\x58\x43\x34\x29\x87\x40\x1f\ \x28\x28\xdb\x28\xb5\xc1\x86\xff\x6d\xcd\x9d\x65\x61\x36\x22\xdf\ \x08\xa7\x32\x68\x5f\x05\x71\x05\xf8\xb1\x11\x38\x33\xd4\x39\xa8\ \xd8\x06\xe9\x17\xb0\xeb\x2e\x2c\x16\x24\xbe\x42\x56\xc1\x7b\x49\ \x53\xae\xe3\x97\x23\x58\xb0\x19\x65\x54\x00\x50\xab\x24\xee\x9c\ \x45\x56\x0a\xee\xc5\xa1\x42\x39\x00\xe0\x05\x30\xaf\x83\xc5\x99\ \x13\x10\x96\x85\x3a\x95\x01\xa0\x78\x19\xe4\x45\xe0\x45\x06\xce\ \xde\x84\x6f\x4d\xc0\x88\x02\x16\x81\x25\xe0\x66\x87\x3c\x23\xca\ \x55\xc2\xc3\x1b\xc8\x4c\xc5\xcd\x68\xd4\xae\x88\xac\x0c\x68\x0d\ \x48\x4b\x01\x43\x40\x42\x7d\xaa\xfe\x4c\x91\x4f\x52\x15\x77\x5c\ \x39\x87\xb4\x27\x78\xa9\x43\xf9\x40\x00\x10\x78\x30\x2c\x08\x80\ \x21\x50\x31\x10\x7f\x6e\xc2\xdd\x68\xdc\x7b\x00\x5d\x21\xd2\x33\ \x61\x2a\x44\x86\x06\x62\x19\x00\x04\x57\x03\x9f\x08\x7d\x29\xb4\ \xac\x8a\x98\xc7\x88\xce\x02\x2d\x2e\xfa\xb4\x68\xb3\x50\x60\xc2\ \xad\xcb\x50\x78\xa2\x6c\x20\x92\x1e\x23\x45\x87\x3c\x0d\x18\x12\ \xfa\xb4\xf0\xdb\x0f\x63\x38\xdb\x68\xb5\xc1\x86\xef\x09\x7f\xd3\ \x9a\x3b\x21\x82\xb7\x37\xc4\x24\x1c\x7d\x40\xf3\xa8\x3b\x04\x57\ \x7a\xc3\x09\xb0\xf7\x81\x84\x83\xaa\x2c\x7e\xfb\x19\x4b\x16\xe2\ \x84\x0c\x6a\x1e\x3f\x55\x7c\x2f\x6d\x6c\x34\xb2\xb5\x58\x35\x1a\ \x2c\x8f\xd1\xcb\xd1\x7e\x0a\x9e\xfc\x84\x7e\x03\x50\xad\x2f\x5a\ \x97\x05\x00\x52\x0c\x6f\x2f\x58\x43\xda\xa8\xf3\x61\x5f\x0a\xbe\ \x2e\x00\xe0\x1d\x82\xd1\x4d\x31\xb6\x3f\x1c\x4a\x62\x45\x3f\x98\ \x12\x30\x7b\x21\x32\xb4\x70\x28\x83\x05\x1d\xe0\xc5\xe2\xfa\x24\ \xf4\x1f\x80\x72\x5d\xd1\xbd\x02\x0e\x2d\xc7\x81\x7b\x60\x05\x8c\ \x98\x8d\x32\xd2\x4f\xf4\x93\x87\x37\xe4\x22\x00\x18\x3c\x0d\x53\ \xa6\x62\xc0\x01\xb4\x9f\x8c\x4a\x2e\x00\x20\x92\xc3\xdb\x1d\x3c\ \xe0\xdb\x14\xab\x9a\x02\xc0\xc6\xf1\x28\x39\x14\xe2\x2c\x4c\x9e\ \x84\x1c\x0e\x76\x65\xb1\xa4\x17\xb4\x51\x18\x33\x13\xac\x1b\x36\ \x6f\x43\x09\x7b\x6c\xdc\x03\xaa\x07\xfc\x48\xb0\x1c\x44\x62\xa4\ \x86\xa2\x6f\x2f\xf0\x72\xcc\x5c\x8e\xaa\x2e\xe8\xfb\x00\x93\x47\ \x22\xe9\x0e\x02\x26\x23\xeb\xe1\xf1\x2d\xd7\x9c\xab\x54\x2f\x65\ \x73\x86\xb6\xc1\x86\xef\x07\xdf\xa3\xbf\xa7\x90\x8e\x4d\xfb\x5e\ \x07\xa0\x94\xa0\xef\x28\x78\xd0\x80\x00\x81\xc0\xdf\x13\xd0\xb0\ \xe0\x39\xb6\x9e\x2d\x32\xa4\x4a\x9d\x31\x70\x10\xfe\x43\x71\x17\ \xc2\x8f\x62\xea\x1a\xf4\xdd\x84\x46\xcf\x31\xfa\x0e\x0e\xae\x7e\ \xbd\x89\x48\x8f\x3d\x1b\x11\xa3\x41\x54\x0c\x7a\xcd\x47\x87\x60\ \xdb\x40\xb5\xc1\x86\xff\x20\xbe\x6b\x7f\xcf\xe8\xe8\xb7\xeb\x24\ \xef\xd0\x34\xf0\xa9\xd3\x14\x4c\xe9\x48\x4a\x85\x81\x07\x01\x80\ \xc6\x83\x3b\xf0\x90\xfd\xb5\xe2\x48\xea\x75\x28\xf8\x7f\x09\x9a\ \x57\x48\x4d\x05\x4f\x40\x10\x20\xd1\xe2\x5e\x28\x1c\xfe\x33\xdf\ \x91\xa4\x1c\x34\xef\x85\xe2\x46\xc4\x29\xd0\xb9\x2e\x1e\xbf\x3e\ \x10\x9c\x33\x42\x07\x88\xa4\xf8\xa1\x13\x82\x6d\x76\x4f\x1b\x6c\ \xf8\x5f\xd6\xdc\x6f\xdc\x40\xf4\x2b\x48\xc4\x6f\x85\x47\x96\x05\ \x63\xe6\x38\x81\xa4\xa8\x0f\x05\x4a\x82\x82\x4c\x09\x07\x80\x16\ \x43\x44\xe2\xd1\x45\x18\xcd\x6f\x37\xe7\xbc\xff\x28\x44\x34\x38\ \xf6\xbd\xdd\x41\x24\x29\xe8\x0b\x0a\x69\xa5\xbd\xe8\x5f\x92\x54\ \x09\x1a\x94\xc0\xc9\xed\x49\xb2\x88\xdd\x71\xe1\xd0\xa7\x77\x1f\ \x7d\x13\x8f\xd3\xa0\x09\x58\x3e\x73\xc0\x82\x48\x06\x09\xb8\x7d\ \x2f\x04\x5a\x42\x8b\x29\x3c\xba\x5b\x44\xfd\x22\x1a\x24\x0d\x8a\ \x40\xca\x33\x5c\xca\x45\xe9\x52\xb6\x81\x6a\x83\x0d\xff\xab\xec\ \x39\x74\x28\x80\xf4\xc4\xe8\x64\x42\xae\x20\x58\xa3\xc1\x4c\x7a\ \xdb\x69\xd7\x6e\xbd\x3e\x60\xce\x3c\xaf\x2f\x24\x63\x13\x62\xe3\ \xb3\x48\x85\x4b\xa0\x77\xe0\x67\x16\xb8\xe2\xb6\xfc\xb2\xad\xf6\ \xa8\x79\xe5\x1c\x44\x6f\xaf\x65\x1e\xfc\x79\x43\xc2\x82\x05\x3f\ \x8b\xfe\xb5\xba\x66\x9f\x9c\xbb\xf9\xd5\xb4\x59\x13\x25\xff\x9e\ \xa6\x67\xe9\x8d\x12\x85\x4c\xf5\x99\xbb\x19\xbb\x96\x2c\xf2\x1d\ \x32\xaf\xa1\xff\x3b\xdb\x8f\x90\xa7\xd3\x09\x4a\xa5\xcb\xa7\x55\ \x8c\xd8\x53\xf3\xb6\xc7\xfc\xb4\x60\xa2\xcf\x37\xc8\xa4\xb7\x77\ \x2d\xbe\x4a\xd4\x9f\xdd\xa7\xce\xc7\xb7\xd2\xee\x1f\x58\x79\x51\ \x37\x7d\xe6\x20\x67\xdb\xf1\x0e\x36\xd8\xf0\x3d\xb3\x27\x00\x4d\ \x64\xf4\xbe\xad\x07\x4e\x9d\x3f\xae\xf7\xaa\xdb\xac\x6a\x95\x60\ \xdf\xfc\x07\x49\x0e\x23\x3f\x6f\xc9\xcc\x7c\x74\x60\xca\x82\xdd\ \xbc\x8b\x3b\x27\xf6\x1a\x3b\x7d\x6e\xad\x62\x9f\x7a\x88\xf7\xaa\ \xdf\xaa\x9b\x8b\xe4\x3d\x9e\x7c\x7c\xe2\x6e\x64\x61\xa5\x7f\x99\ \x13\xc2\xce\xde\x7b\x92\xe3\xf3\xef\x3a\x6f\xeb\xd8\xb4\xb1\x27\ \x5c\x47\xed\x98\x50\xff\xd3\x5f\x87\xe4\x57\xa7\x6f\x64\x8f\x1a\ \xf8\x2e\x75\xe2\xc1\xfa\x39\x8b\x13\x6b\x1d\xf9\xb5\xf7\x27\x3f\ \x17\x0a\xef\x6a\xbd\xba\x07\x79\x7d\x9b\x3a\x1f\x54\xbf\x83\x33\ \xe5\xf1\xc9\x5b\xce\xa5\xea\xf6\x51\x98\x9d\x6c\xd4\x69\x83\x0d\ \xdf\x3f\x7b\xaa\xca\x36\x9a\xb6\xaa\x92\x2e\x3d\xa5\xd4\xa4\x1d\ \xfd\xaa\x2b\xef\xac\xec\x16\xfe\x20\xbd\x5f\xab\x47\xf5\x07\xcd\ \x9d\xd4\xb9\x52\xec\xb5\xdd\x2b\xb6\x1f\xcf\xd4\xca\x3a\x4d\x5b\ \xdc\x27\xa4\x18\x80\x9b\xbb\xb7\xa5\x95\x18\x72\x65\x45\x57\x80\ \x13\x20\x3c\x3a\xbe\x76\xed\x9e\x1b\xf9\xa4\xc7\xa4\x25\x4b\x02\ \xb2\x4f\x4e\x9d\xbb\x8b\x0b\x6a\xda\xbb\x96\xf4\x71\xaa\xd7\xfc\ \x4a\xa5\xae\xee\x5c\xb3\xe7\xec\xdd\xa4\x4c\x72\xc2\x86\x95\x59\ \x89\x39\xe5\x6b\x96\xb7\x36\xcc\xf0\xe2\xdc\xa4\x85\x5b\x32\x75\ \x06\xd7\x6a\x7d\x57\xcf\xec\x7d\x7d\xed\xf8\x17\x7e\x63\x26\xb6\ \xe7\x66\x4f\xf8\xbd\xf3\x8c\xd9\xd9\xc7\x97\x6e\x38\x11\xce\x48\ \x1c\x83\x7c\x95\x71\x31\xd1\xc5\x1a\x8f\x59\x31\xb1\x7d\x54\x5c\ \x78\xd4\x9d\xbb\xdd\xdb\x5c\xae\x3d\x68\xfe\xd4\x0e\x25\xae\xee\ \x5c\xb5\xf5\x54\x98\x59\xe9\x3f\x7d\xd5\x22\xfb\x5b\xab\xc7\xad\ \xbf\xe5\x16\x5c\x6f\xfe\xca\x29\xc5\x68\xe8\x9e\x9f\x9e\xf4\xcb\ \xd6\x0c\x0d\xeb\x5c\xa2\x14\x9d\x97\x90\x6c\xf1\x9d\xbd\xe6\xd7\ \xda\x2e\x9a\x3d\xab\x97\x1c\x7f\x90\x28\x29\xf6\xc3\xfa\xc5\xdd\ \x1e\xc5\x24\x3f\x7b\xb4\x6a\xb2\x33\x31\xa3\x89\xfd\xe6\xd5\x1b\ \xef\xbe\x48\xe0\xbd\xdb\x1e\xd8\x32\x26\xef\xfe\xa1\x5f\x37\x1f\ \x8b\x4d\x78\x69\xf0\xef\x55\xc3\x55\x77\x61\xeb\xaa\x7d\x17\x1f\ \x24\x65\x49\x66\x6d\x5f\x9d\x98\x98\x12\x7d\x2f\x76\xd8\x52\x6a\ \xf9\xd8\x66\x57\xb7\xae\x3c\x7a\xfd\x69\x4a\x81\xc3\xfc\x3f\x7e\ \x6f\x50\x4c\x0e\xe0\xd2\x96\xf5\xcf\x4b\xf6\x14\xa5\x6c\x58\xb2\ \xfd\xaa\xc5\xb9\xfc\xdc\xe5\xb3\xcb\xa8\x48\x58\x12\x56\xcd\x9c\ \x77\x35\x3a\x47\xec\xe8\xe7\x27\x37\x46\xc5\xe4\xb5\x9a\xbc\x6a\ \x54\x13\xd1\xb6\x8d\xbb\xeb\xf4\x1f\xbe\x7f\xe9\xcc\x03\x8f\xf2\ \x82\x9b\xf6\xe9\x1e\xac\x5b\xbb\x76\xbf\x5e\x5e\x7c\xdc\xfc\x39\ \x79\x47\xd7\xe4\x56\x99\xe8\x7c\x77\xd3\x84\x45\xa7\xcc\x1c\x11\ \x32\x70\xee\xf4\x6e\xd5\x92\xef\x1d\x5c\xb1\xf5\x44\x7c\x4a\x6a\ \xa9\x36\xb3\x56\x8c\x6d\x62\x9b\x1e\x36\xd8\xf0\x05\xfc\xad\xab\ \xea\xe6\x84\x47\x11\xf9\xf6\xa5\x4a\x28\x01\xdd\xd5\x07\x85\xc3\ \xd7\x1d\x5c\x3d\xba\xe6\xa9\x43\x07\x5e\x44\xdf\x5a\xb0\xee\x5c\ \xf3\x71\xf3\x6a\x29\x93\x4e\xdd\x8c\xb2\x3e\x5c\xa7\xd7\x00\xb7\ \x17\xdb\x27\xac\x3c\x98\x0f\x2a\x3f\x74\xfb\xc2\x5d\xd1\x43\x67\ \x4f\x2d\x6e\x08\xbb\x7d\x3f\xec\xd2\xc9\xe3\x9e\xed\x66\xec\x5c\ \x39\x89\x0b\xbf\x99\x4e\xba\x3d\xde\x33\x77\xc9\x79\xe3\x98\xf9\ \x33\x4b\x39\x0a\xe6\xbc\xbc\x98\x64\x53\xa5\xe0\xd2\x45\xaa\xeb\ \xb1\x03\x19\x01\xbd\xb6\x6d\x99\x9d\x76\x65\xcf\xf5\xf4\xac\xfb\ \x77\x5e\xc8\x03\x7c\xd8\x97\x8f\x9e\xa4\xc2\x15\x29\xfb\x8f\x3f\ \xe9\xff\xeb\x6f\x5d\x9d\xd3\x23\xc9\x06\x9b\x57\x8e\x8d\x3a\xbb\ \xeb\x71\x7a\x4e\x4c\x94\x79\xd8\xf2\xbd\xbf\x4f\xa9\x7f\x79\xf7\ \xbe\x8b\x07\x37\xfe\x76\x43\x3f\x7e\xee\x38\x45\xfc\xad\x1b\xcf\ \x93\x4e\x1e\xba\x52\x75\xec\xea\x4d\x4b\x47\x5b\x45\xbf\x5b\x47\ \x0e\xe4\x96\x1e\xf4\xfb\x82\xb6\xcf\xef\x46\x0e\xfa\x75\x53\x5b\ \x97\xe7\x47\x4e\xde\xbf\xbe\x6b\xf1\xf9\x9c\x32\xf3\x26\xb6\x4f\ \xbf\x7f\x31\xec\xf1\xed\x44\x3e\x68\xd3\xde\x83\xcb\x3a\xba\xcd\ \x1e\x3d\x51\x5f\xad\xcf\xcc\xee\x35\x39\x8a\xd2\xbc\xbc\x30\x7a\ \xc6\x9e\x90\x81\x73\x87\x35\x2d\x17\x5c\xa1\xfa\xe3\xed\x33\x57\ \xdf\xa6\x27\xcd\x9b\xec\x67\x27\x30\xb9\x69\xcf\x52\xe8\x85\x1b\ \x0f\xfe\x3e\xb5\xf3\xc5\x25\x63\x76\xbe\xf2\x99\x33\x7b\xb8\x33\ \x61\x26\x60\x95\xaf\xb3\x2e\xdf\x79\xa6\x14\xa7\xae\x5a\xbd\xb3\ \xc2\x88\x55\x07\x36\x4c\x2b\x69\x47\x00\xd0\x3d\xb9\x74\xf6\x85\ \xe3\xda\xcd\xab\xe5\x09\xf7\xa4\xad\x66\x2c\x19\x12\x7c\x62\xf7\ \xde\xd4\xe4\x84\xc7\x71\x6a\x4d\xea\x8d\x35\xc7\xb2\x66\x6f\xdd\ \xff\xcb\xc0\x1a\x47\x96\xfc\x4a\xb7\x98\xb5\x7f\xc7\x2f\x55\xdd\ \x72\xcf\x5d\x89\x10\xbb\xd2\xe7\x77\x1c\x2b\xd5\x7f\xed\x96\xc9\ \x3f\x5c\x3e\x78\x2c\xe2\xf1\xb9\xf1\xf3\xf7\xd7\x19\x32\x7f\x50\ \x0d\xcf\x6c\xa3\x2d\x4c\x9a\x0d\x36\x7c\x4f\xec\x99\xfc\xe2\x0e\ \xe3\x1e\x1c\xec\x08\x68\x1e\x47\xea\x9d\x9a\xd5\xf6\xa2\x45\x22\ \x1f\x77\xf7\x84\x07\x87\x42\x93\xf3\xce\xfe\xbe\x31\xbf\xe2\xa0\ \xc5\xc3\x1a\x58\x1f\xf6\xae\xd9\x73\xdb\xce\x55\x8a\xd0\x4d\xd3\ \xd6\x5f\xbb\x79\xfa\x72\x5c\x7e\xe6\xae\x0d\x7f\xb8\xb4\x99\x3a\ \xac\x89\xd7\xb3\x28\x26\xa4\x51\x5d\x19\xa9\x09\x4b\xe4\xaa\x55\ \x23\xf7\x1d\x8b\x1e\xb9\x7c\x7e\x65\xa5\x46\x2d\x0d\xf4\x50\x14\ \xa6\x30\xee\x65\x4a\x5a\xc3\x1f\xa9\xef\xc7\xe6\xd6\x6d\x54\xdb\ \xd1\x81\xb2\x77\xf1\xb3\xd7\x46\xc4\xf1\xc5\x9a\x55\x12\xc7\x44\ \xbe\x74\x2e\x5f\x59\x94\xf5\x2a\x4f\x5e\xa6\x4e\x90\x37\xa5\x70\ \xac\x52\xbf\xa6\xbb\x83\x54\xe5\xe8\x41\x68\x5e\xc4\x70\x01\xed\ \x1a\x7b\xab\xc4\x62\x27\xa5\xe9\xfa\xd5\x73\xa9\x99\x71\x5b\x37\ \xee\xaf\x30\x74\xc9\xd0\x32\x99\x8f\x0b\x9c\x5b\xd6\x2b\x2e\x91\ \xc9\x29\x02\x40\xee\xfd\xf8\xfc\x7a\x8d\x6b\x3b\x49\x29\xef\xd2\ \xb5\x2a\x7b\xba\xcb\x24\x4e\x0e\x32\xe3\xb9\x23\xd7\xb2\x52\xee\ \x6e\xf8\x33\x7c\xe0\x2f\x4b\x7d\x0a\x92\x8d\x6e\x65\xca\xba\x8a\ \x52\x6e\xff\x99\xe0\xd4\x6e\x7e\xf7\xba\x19\x29\xa9\x55\xea\x04\ \x85\x9e\x3a\x5e\xac\xe3\xc4\x9e\x75\x4b\xbd\x8c\xb5\x94\x2e\xc3\ \x1f\x3a\x93\x34\x61\xd5\xb4\x32\x54\x6e\xa1\x53\x69\x17\x52\x93\ \x49\xfa\x54\x28\x63\x0f\xed\xc3\xa3\x0f\xd8\x79\x6b\x86\xbb\xeb\ \xd3\x58\x9f\x0a\x41\x3e\x22\x00\x48\x7f\x9e\x64\x70\xac\x51\xb5\ \xf1\xc8\x61\x5d\x6e\xfe\x3a\x76\xd3\xcd\x24\x9a\x22\x00\x84\x85\ \xbd\x74\xaa\x52\x27\xc0\x43\x69\xe7\x5a\xa2\x7e\x8d\x12\x76\x32\ \x91\xab\xab\x57\x4e\xec\x7d\x78\x96\x6b\xda\xa8\xc3\xc0\x46\xd2\ \x59\xa3\x26\x3d\xd1\xaa\x06\x4e\x1c\x92\x77\x78\xfa\x82\x83\xd1\ \x42\x5e\x78\x2a\x5d\xa2\x9a\x67\xce\xa3\x0c\x65\xa3\x66\xc5\x45\ \xa4\xc4\xc7\x5b\x7a\xe3\xcc\x89\x80\x0e\xd3\xbb\x85\x14\x8f\xc9\ \x40\x9d\x46\xe5\x6d\x73\xc3\x06\x1b\xbe\x23\xf6\x0c\xbb\xf6\xd8\ \xb9\x74\x1d\x15\x90\x7d\xf7\x56\x9e\xbc\x74\x39\x09\x1e\xde\xb8\ \xe7\x58\xa2\x86\x83\x49\xeb\x5f\xb5\xfd\xbc\x85\xf3\x46\xf6\x6f\ \x17\xe8\x20\x06\x90\x97\x1a\x19\xfa\xe4\x95\x51\x10\xd9\x89\x38\ \xa3\xd9\xac\x35\xb0\xe5\x9a\xf6\x59\xb8\x68\xee\xe0\xce\xcd\x44\ \xb9\x0f\x5f\x1a\x9d\x2b\x95\x22\x91\x13\x1a\xae\x56\xd4\x0e\x94\ \x65\x6b\x0a\xb5\xd9\xa9\x17\xf6\xef\x2d\x50\x14\x73\xa2\xd2\xd3\ \x74\x50\x4a\x05\x00\x7c\x66\xd4\xf3\x54\xaa\x52\x59\xef\xbc\x5b\ \x17\xf2\xed\x2b\x04\x89\xb3\x33\xb4\x16\x63\x6a\xfc\xa1\x23\x57\ \x3c\x7c\x8b\x27\x3e\xbf\x47\xf8\x97\x77\x45\xca\x8d\x57\xfa\xea\ \x15\xbc\xe3\x6e\x5f\xb0\xb8\x55\x55\x26\x5f\xcd\x93\xf9\x8b\x5e\ \x5e\x1f\xb5\xf0\x44\x8d\x0e\x6d\x54\x04\x59\xa3\xdd\xc8\x5f\xe6\ \x4f\xfb\xb1\x6b\x43\xc3\xa3\x5b\x39\xb2\x20\xeb\x7e\x27\x00\x7c\ \xc6\xcb\xc8\x34\x71\xf5\xb2\xce\x8f\x2f\x86\x52\xc5\xab\x89\x99\ \xb8\x5b\x51\x96\x72\x55\x7d\x74\x9c\x7d\xeb\x11\x33\xe7\xcd\x98\ \xd4\xb9\x4e\xa9\xac\xf4\x04\x2d\xcb\xe5\xe6\x16\x66\x64\xe5\xe9\ \x8c\x85\xa9\x29\x61\x07\x2f\xc5\x94\x08\x2c\xc1\x99\xf2\x0a\x0a\ \xf2\x53\x5f\x9e\xb8\x10\x69\xa8\x52\x52\x92\x9d\xaf\x2b\xc8\x4c\ \x3b\xb9\xff\x20\xeb\xe8\x2f\x63\x93\xd3\x74\x9c\x2e\x37\xbf\x20\ \x3b\x57\x6b\xd0\xe7\x27\xa5\x1d\xda\x7f\x5c\xe2\x15\xe8\x4a\x00\ \x40\x62\xd8\x53\x8d\xbd\x8f\x94\xd5\x05\xb4\x18\x33\xaa\x81\x6c\ \xcf\xa1\x73\x66\x00\xd0\x3d\x78\x1a\x15\x54\xb9\x0a\x17\x7b\x3d\ \xde\xec\x59\xc9\x15\x77\x2f\x45\xb8\x57\xaa\x96\x7e\xfb\xa1\xaa\ \x44\x05\x5d\x9e\xa1\xf7\xac\x25\xa5\xf2\xee\x6c\xdd\xf5\x40\x55\ \xb3\xcf\xbc\xbe\x65\xce\x1d\x38\xfe\xf0\x7a\x28\xef\x13\xa2\x4a\ \xbc\x9e\x40\xfa\x85\x38\xe0\x4e\xe8\x3d\x47\xdf\x60\xa9\x31\x43\ \x67\xb1\xe4\xc5\x9f\xba\x97\xef\x52\xc7\xc3\x74\xee\xd8\xc9\x64\ \x9d\x6d\x7f\x93\x0d\x36\x7c\x17\xec\xa9\x53\x8b\x02\x1b\x37\xab\ \x0c\x20\x39\x5f\x54\xa3\x59\x03\x31\xd8\x02\xc2\xb7\x56\xfd\xca\ \x21\x9d\xc6\x56\x35\x5d\x18\x35\x7c\xf8\xe6\x73\x4f\xac\x47\xca\ \x69\xe2\x43\xd7\xcc\x9d\x38\x6c\xc4\x84\xb8\xc0\xde\x0b\x47\x35\ \xeb\x32\x62\x84\x63\xf8\xd6\x11\xc3\xc7\x1d\xbe\x97\xa4\xd5\x14\ \x56\xa8\xd7\xac\x24\x05\x5d\x4a\x61\xf1\x2a\xf5\x4a\x78\x57\x18\ \xd6\xa7\xde\xfe\xd9\x63\x0e\xc5\xda\x35\xa8\x55\xd6\x2f\xa8\x5e\ \x23\x6f\xf6\xe9\x8b\x6c\x00\x85\x6a\xad\x57\xd5\x86\xe5\x3d\x91\ \x9c\x49\xd5\x68\x5c\xcd\x39\xa0\x75\xa7\xca\xc2\xf4\xf1\x73\xd2\ \x5c\x43\x6a\x04\x28\x34\x26\x71\xe3\x06\x75\xa0\x4e\x73\x0e\xaa\ \x5f\xc3\x8f\xce\xcc\x95\xd7\x69\x51\x4f\x45\xaa\x90\x73\x7f\xca\ \x2f\x7f\x56\x18\xb0\xe0\xa7\x4e\x8d\xfb\x0c\x1a\xac\xbd\xb0\x78\ \xd8\xf0\xc9\x97\xa2\xd2\xd2\xb5\xd2\x9a\x2d\xea\x3b\xbc\x6e\x8c\ \x36\xaf\xd0\xa7\x7a\xa3\x32\x4e\x48\x63\x5d\x9a\x36\xa9\x24\xe4\ \xa7\x38\x97\xaf\x55\xb7\x5c\xd0\xf0\x11\x6d\xaf\x2f\x1e\x37\x7c\ \xd2\xaf\x8f\x53\x8c\x55\x1b\xb7\xf1\xcb\xba\x3a\x7e\xc1\x56\x65\ \xfd\x51\x4d\xec\x1e\x8d\x9d\xbe\x4e\x56\xb1\xa1\xbf\xab\x73\xeb\ \xde\x43\x24\x0f\xb6\x4c\x59\x71\xa1\x6c\xdd\xba\x5e\xde\x35\x47\ \xf4\xac\xb6\x6d\xca\xd8\xd3\x19\xae\xf5\xab\x97\xf2\x2b\x53\x37\ \x44\x11\x33\x67\xca\xb2\x68\x69\x83\x31\x1d\x8b\x2f\xff\x69\x62\ \xa8\xa5\x64\xc3\xca\x81\xd6\x42\xb3\x8d\xa8\xdf\xb4\xbe\xe9\xd9\ \xe1\x11\x03\xfb\xfd\x1e\xe5\x31\x73\x74\x0f\x09\x00\x73\x01\x69\ \x5f\xa6\x41\xd5\x80\xbc\x54\x43\xf9\x86\x3f\x78\x10\xc6\x7c\x65\ \xe9\xc6\x75\xdc\xd4\x44\x60\xb3\x46\xde\x17\xff\x58\xd8\xbf\xff\ \x38\xb6\xd6\x80\xae\xa5\x52\xa6\x0d\xe8\x37\xeb\x78\xc1\xb8\x99\ \xfd\x18\x83\xbc\x6e\xab\x1a\xfa\x74\x73\xe5\x46\x2d\x94\x60\xf5\ \xbc\x7b\x48\xdd\x1f\xba\xf6\x19\x44\x3e\x5c\xd5\xb1\xdd\xa8\xdc\ \x62\x35\x02\xe9\xac\x8b\x67\x2e\x67\x19\x6d\x13\xc4\x06\x1b\x3e\ \x0b\x5b\x6c\x79\x1b\xac\x5f\x83\x88\x5f\x16\x6e\xcd\x33\x1b\xd3\ \x35\xd2\xde\x13\xa6\xb5\xa9\xe8\x65\xeb\x12\x1b\xfe\x77\xf0\x5d\ \xef\x35\xb2\xe1\x7b\x87\x2c\xa0\xfb\x80\x41\x05\x46\xc1\xc5\xb7\ \x94\xaf\x8b\x6d\x3f\xbd\x0d\x36\x7c\x1d\x36\xf6\xb4\x01\x00\x20\ \xb2\x2b\x1e\x5c\xd1\xd6\x0d\x36\xd8\xf0\xed\xb0\xe9\xe6\x36\xd8\ \x60\x83\x0d\x36\xf6\xb4\xc1\x06\x1b\x6c\xb0\xb1\xa7\x0d\x36\xd8\ \x60\xc3\xf7\x8c\xff\xab\xdd\xf3\xcd\x02\x95\x6d\xc3\xb4\x0d\x36\ \xd8\x60\x63\xcf\x6f\x82\xde\x60\xc8\xbc\x7d\x43\x17\xf5\x42\x60\ \x18\x42\x26\x73\xac\x54\xd5\xbd\x7a\x4d\x89\x48\x64\xeb\xd3\x7f\ \x3b\x04\x01\xf8\x0f\x47\x86\x16\x78\x9e\x20\x6d\x8a\x88\x0d\x36\ \xfc\xe7\x35\x77\x75\x66\xc6\x8b\xc5\xf3\x72\x57\xfe\x62\x39\x76\ \x80\x39\x7b\xdc\x72\xf0\xcf\xf4\x5f\x66\xbf\x5c\xbf\x4a\x57\xa8\ \xfb\x5c\x12\xc6\xa4\x53\xe7\xe6\xe4\x69\x74\x00\x60\x7c\xb1\x6a\ \xd1\x8a\x57\x86\xcf\x4e\x65\x8b\xd9\xcc\x7f\x51\xe2\x2d\x50\xa3\ \xe0\x9d\xb3\xdb\x0c\x05\xd0\xbe\xef\xda\xcd\xb2\x00\xc0\x99\x90\ \x97\x83\xec\x1c\x68\x75\x30\x5b\x00\x00\x3c\xd4\xea\xb7\x27\xb6\ \x9b\xf5\xc8\xcd\x46\x8e\x1a\x8c\x00\x00\xac\x01\xea\xd7\x51\x9c\ \xcd\x06\xe4\xe6\x42\x67\x29\xfa\xc9\x33\xc8\xcb\x83\x81\xfd\x44\ \x75\x0a\xd4\xd0\x99\xde\x29\xda\xf2\x3a\x1e\x28\x0b\xb5\xfa\x9d\ \xe7\x2c\x50\xe7\xbf\xfe\x9b\x87\x26\xef\xbd\x3a\xeb\x35\x28\x7c\ \x9d\x89\xc0\xa2\x20\x1f\xd9\xd9\xd0\x99\x90\x7c\x1f\x73\xd6\x41\ \xff\x0d\x2f\xc5\x9c\x80\xe5\x4b\x91\x61\xfe\xcb\x6f\x33\xf4\xd0\ \x8a\x0d\x87\x43\xff\xea\x10\xd8\xb7\xfe\x97\x8b\x91\x79\x7f\x29\ \x4d\x5e\xc4\xb9\xc5\xab\x0f\x69\xde\xdd\xc1\x24\x70\x26\x93\x45\ \x10\x6c\x33\xd1\x86\xff\x0d\xf6\x34\x1a\x4d\x71\x9b\xd6\x09\x37\ \xaf\x52\x00\x21\x93\x13\x12\x29\x21\x97\xd3\x16\x8b\xf9\xe4\x91\ \xf8\xbd\x3b\xb9\x4f\x4d\x05\x36\xfb\x51\xff\x86\x35\x7b\x0d\x1b\ \x37\xb4\x6f\x8f\xe1\x8b\xf6\x67\x69\x32\x6e\x5f\xbf\x67\xf9\x8c\ \x5b\xa1\xfe\xe5\x9f\x43\x46\x2f\x35\x7d\xae\x78\x1e\x57\xb6\xa2\ \xcf\x8f\x68\xdd\x02\xab\xce\x02\xc0\xc3\xfd\xe8\xd8\x11\x9d\xba\ \xe2\xe8\x53\x00\xc8\x4f\xc2\x82\x81\xe8\x39\x15\x2c\x90\x7b\x1f\ \xd3\xc7\x62\xe2\x04\xb4\xa8\x89\x09\xbf\x83\xd5\x62\xf6\x20\x74\ \xef\x8e\xc1\x73\xa1\x65\x20\xa8\xd1\xb3\x31\x46\x4c\xc2\xd4\x15\ \x48\x64\x90\x15\x86\xfe\x5d\xd1\xb5\x3d\x96\x1e\x85\x00\x1c\xdf\ \x84\x11\x23\xd1\xa5\x33\x8e\x3f\x03\x18\x6c\x9a\x86\x1f\xfb\xa3\ \x79\x7b\x5c\x8d\x7f\x87\xb0\xf2\xf0\xdb\x1c\x0c\x1d\x8d\x33\x0f\ \x8b\xae\x3c\xd8\x86\xe0\xea\x88\xd1\x83\xc9\xc6\x84\xde\xe8\xd9\ \x0d\xa3\x96\x41\x0f\xe8\x93\x30\xea\x47\xf4\xec\x88\x09\xeb\xc0\ \x08\x38\xbe\x06\xfd\xfa\xa0\x75\x2b\x6c\xbd\x06\x00\xb7\xb6\xa3\ \x4b\x47\xb4\xef\x8a\xf3\xd1\x00\x70\x7c\x2e\x5a\xf6\xc4\x94\x29\ \x38\xf7\x18\x06\x35\xee\x85\x81\xfd\x86\xf7\x42\xd9\xa3\x5c\x05\ \xc8\xff\x7a\x2c\xfa\xb4\x98\x07\x61\x31\x59\x7f\x31\x11\x11\x71\ \xe7\x52\x74\x96\xe5\x2f\xa5\x91\x3b\x7b\x57\x2c\xe7\xff\xee\xa1\ \x7b\xfa\xb0\x3d\x83\x47\x6f\x30\xdb\xec\x3e\x36\xfc\x8f\xb0\x67\ \xd6\xc3\x7b\xfc\x83\x3b\xa4\x4c\x56\x74\x92\x6f\x91\x0d\x80\xa6\ \xc4\x22\xe3\xa5\xb3\x39\xaf\xa2\x3f\x21\x78\x6a\x73\x0b\x9c\xab\ \xad\x38\xf2\xe7\x91\xc3\xcb\xb3\x4e\xae\xf8\x23\x54\x2b\x67\x62\ \xa6\xf4\xea\xd7\x7f\xec\x82\x87\x69\x0c\x80\xc4\xbb\x07\xc7\xf4\ \xed\xdb\x6f\xf4\xbc\x47\x59\x82\x4c\x2a\x3c\xbb\xbd\x6f\xe0\xc0\ \x41\x1b\x2f\xa7\xc0\x92\xbc\x7e\xe6\xc8\xbe\x7d\x06\x6e\x3c\x11\ \xf6\x26\xb7\x80\x5a\xd8\x72\x08\x1b\xfa\x61\xf7\x56\xe8\xf3\xb0\ \x7c\x0b\x46\xfe\x8e\x95\xbd\xb1\x6e\x19\x0a\x04\x3c\xbd\x89\x88\ \x1c\x98\x8d\x60\x00\xf7\x06\xd8\xbc\x0f\xbb\x57\x20\x20\x00\xdd\ \x3a\x21\x74\x0f\xc2\x14\x38\x7c\x08\xf4\x5d\xec\x78\x04\x46\x0d\ \xd2\x0f\xdb\x76\x61\xfb\x22\x94\xa4\xb0\x79\x09\x7c\xfb\xe2\xd0\ \x16\x5c\x58\x87\x08\x0d\x5a\x0d\xc4\xc6\x15\x28\x47\xe2\x6e\x38\ \x20\xa0\x41\x1f\x1c\x3d\x81\xce\x2e\x58\x7f\xfc\x6d\xbb\xb6\xce\ \xc5\x1d\x1e\xf3\xd7\xa2\x7b\x3d\x00\xc8\x7b\x86\xdf\x0e\x41\xe1\ \x04\x92\xc4\x85\xf5\x48\x28\x8d\x43\x87\xa0\xbf\x88\x73\xcf\x70\ \x76\x1b\xf4\x55\x71\xe8\x10\x12\x8e\xe0\xe4\x2b\x04\xfd\x80\xed\ \x47\xb1\xb8\x23\x76\x6f\x43\x7e\x0e\x56\xed\xc6\x4f\x7b\xb0\xbc\ \x25\x56\x2e\x07\x07\xa4\x65\xa0\xe3\x0c\xec\xd8\x81\xae\x75\xc0\ \x98\x21\x93\x42\x04\xe4\x47\x62\xca\x30\xf4\xeb\x8b\xa5\x3b\x00\ \x20\xe5\x01\xc6\xf6\xc3\x80\x49\x78\xf1\x5a\xfe\x23\xcc\x88\x4b\ \x02\xc1\x62\xdf\x4a\xf4\xed\x87\x01\x63\x71\x3b\x1e\x00\x0c\x49\ \x58\xf0\x13\xfa\xf5\xc3\xcc\x55\x28\x7c\x2d\xf2\xdd\xda\x36\xbf\ \x7f\xff\xbe\x13\x96\xed\x29\x10\x20\x97\xca\xe5\x4a\x05\xf4\xc9\ \x1b\xa6\x0d\xea\xdb\x6f\xf0\xc1\xfb\x89\x85\xc9\xa1\xb3\x47\xf4\ \xf9\x71\xc8\x8c\xdb\x89\x06\x40\xf3\xe7\xaf\x93\xfb\xf7\xed\x3d\ \x6f\xeb\x65\x16\x10\x34\x2f\x57\x4c\x1a\x3a\xa0\xdf\xb0\x8b\x31\ \x82\xa3\x29\x7a\xc3\x2f\x2b\x23\xf3\x00\x63\xe4\x8a\x25\xab\x63\ \x8a\x44\x69\xee\xee\xfe\x15\xfd\xfa\xf6\xfd\x79\xcd\x11\xbd\xc0\ \x9c\x58\x33\xf7\xe0\xe3\x7c\x3e\xed\xf6\x92\xd5\xfb\xd2\x72\xb4\ \x29\xa9\xb9\x9c\x3e\x77\xff\xca\x29\x03\x07\x0e\x58\x77\x25\x96\ \x12\x89\x13\xee\xfd\x31\x60\xc0\xa0\xed\x37\xc3\x1f\x9c\xd8\x30\ \x60\xe0\xc0\x49\xeb\x8e\xe6\xdb\x44\x51\x1b\xfe\xa9\xec\xa9\x8b\ \x7b\x45\x18\x8d\xf8\xd8\x4c\x46\x52\x28\xd0\xe8\x12\x13\x3e\x51\ \x8c\x58\x8a\x9c\x98\x03\x9b\xb6\x6f\x5d\xb5\x29\x57\x15\x5c\xc5\ \x4f\x29\x48\x3c\x7b\x8e\xfa\xa9\x81\xe2\xd9\xc2\x15\xbb\x34\x59\ \x0f\xa6\xce\xf8\xad\x78\xd7\x61\x1d\x8b\x67\x4c\x9b\xbc\x22\xc9\ \x48\xf9\x14\xaf\xf5\xd3\xcc\x39\xdd\x6a\xda\xfd\x3e\x75\xec\x35\ \x53\xb9\x51\x83\x5a\x5e\x5d\x37\x75\xdb\xdd\x5c\x6b\x95\x03\xcb\ \xc1\x43\x81\x07\x2f\x50\xbb\x25\xf8\x24\x68\x15\xa8\x57\x1c\xc1\ \x35\x21\xc9\x43\x8c\x16\xf5\x7a\x62\xfe\x08\x48\xdf\x59\xd1\x3a\ \xb8\x06\xa2\x7a\x68\xe0\x89\xb0\x47\xa8\x50\x0b\x0e\x2a\xd4\x29\ \x83\xa7\xcf\x40\x4b\x41\xe8\x31\x71\x34\x0e\xdc\x02\x6f\x44\x9c\ \x1a\xb5\x6a\xc1\xa9\x14\x4a\xc8\xf1\x24\x0d\x76\x62\x6c\x9e\x85\ \x0b\x99\xa8\x53\x09\x10\xa3\x6c\x45\xc8\x74\x88\x2a\x44\xf3\xea\ \xaf\x05\xea\x24\xec\xbd\x02\x63\x3a\xa6\x0c\xc4\x96\xeb\x80\x05\ \x1b\xb6\xa0\xed\x38\x84\x14\x03\x2c\x78\x10\x8b\xea\x8d\x60\xef\ \x88\x90\x32\x78\x7e\x0f\x91\x89\x08\x09\x81\xbd\x2b\x6a\xf8\xe0\ \x7e\x24\x82\x2a\xc0\x59\x8a\xa7\xd1\x08\x69\x06\x53\x22\x0a\x5c\ \x50\xc5\x1b\x55\x1b\x83\x48\x47\x36\x60\x6f\x8f\xeb\x9b\x30\x7b\ \x35\x32\x8c\x10\xd3\x20\xc5\x10\xb4\x98\x32\x1e\xd2\xba\x18\xdc\ \x0c\xe7\x8f\x21\x23\x17\x33\x66\xa1\xd6\x08\xb4\x94\x63\xf6\x0a\ \x58\x95\x75\x3e\x0f\x27\x4f\xa1\x40\x83\x63\x27\xd0\x60\x20\xda\ \xfb\x63\xea\x78\x24\xe5\x62\xc9\x24\x64\xfa\xe3\xa7\xde\xb8\x75\ \x1c\x19\x45\x42\x2c\x51\xa1\x45\xff\x05\x73\xc6\x73\x77\xb7\xfd\ \x7e\xfa\x95\x44\x21\xa6\xc5\x62\x7d\xfc\xc3\xe3\x77\x0b\xbb\x8d\ \x9e\xd8\xc8\x3b\x7f\xce\x84\x79\xca\x36\xe3\x46\xd4\x34\xcc\x9d\ \xbd\x4e\xcd\xab\x7e\xe8\x35\x7e\xfe\xd4\x3e\x11\x7b\x96\x1c\x89\ \xcf\xdf\x3b\x67\xd2\x4d\xd4\xfc\x69\x64\x4f\x7f\x3b\x42\xa2\xb2\ \xcb\x8a\x38\x7d\x32\x3c\x47\x1f\x76\xe1\xf4\xbd\x0c\x47\x09\x00\ \xa4\x5c\x5c\x35\x77\x5f\xe2\xc8\x9f\x27\x91\xa1\x5b\x56\x1d\x8d\ \xab\x50\xc9\x7d\xcf\xc2\xb1\xc3\x7f\x5e\xc3\xfa\x97\x71\xd4\x3c\ \x3f\x73\xed\x71\xf8\xb9\xdd\x2b\x4f\xa4\x0f\x9e\xbe\xb8\x73\x0d\ \x3f\xd6\x64\xb0\x0f\xa8\x3f\x71\xd6\x9c\x56\xce\xe9\xb3\xe7\xec\ \xac\xde\x77\xe6\x84\x6e\x75\x6d\x5b\x9d\x6c\xf8\xe7\xda\x3d\x59\ \x0e\x9f\x5b\x61\x20\x08\x30\x9f\x3a\xc4\x87\x24\x78\x8b\x3e\x3d\ \x25\xcf\xa2\xaa\xb2\x7c\xdd\x9a\x66\x25\x24\x9c\xc4\xa5\x4a\x9d\ \x2a\x1d\x3b\xb7\x86\x26\xf1\xc1\xa3\x07\xea\x62\x8d\x87\xb6\xad\ \xd3\x61\xdc\x28\xc7\xdc\x47\xf7\x53\x0d\x76\xf6\x2e\xc1\x81\xbe\ \x2e\x8a\x94\x9b\x91\x9a\x3e\xa3\x86\xd6\x6c\xd8\xb5\x47\x1d\xf9\ \x83\xd0\xc7\x6f\xf2\x3b\xb8\x00\xe7\xcc\x98\x33\x00\x62\xa6\xc8\ \x88\x49\x00\x02\xc0\x03\x34\x0d\x8e\x79\xe7\x24\xa2\x5c\x9c\x7c\ \x82\x1e\x5d\x01\x40\x78\xad\x21\x12\x00\xcf\x80\xf4\xc1\xa6\x6d\ \xe8\xd7\x18\x5b\xa6\xe1\xe2\x4b\xc8\xa5\x6f\x5d\x07\x78\x0e\x90\ \x63\xe6\x0e\xfc\x36\x10\x1b\x57\xc0\x08\x40\x87\x19\x23\x21\x6f\ \x8e\x81\xf5\x5e\x7f\x45\x92\x21\x2e\x8e\xdd\xdb\xb0\x6e\x30\x0e\ \x6e\xc7\xf1\x03\x78\x2e\xa0\xb2\x1f\x72\xf3\xa0\xd6\x40\x20\x8a\ \x8e\xbd\xfb\x5c\xaf\xef\x9c\x86\xdb\x4a\x4c\xeb\x0b\xde\xf0\xce\ \x01\x76\x02\xcc\x02\x7a\x2e\xc0\xaa\x49\x60\x1e\x60\xc1\x1f\xe0\ \x65\x90\x4a\x91\xf6\x0c\x49\x32\x8c\xeb\x83\x9a\x55\xe1\xe2\x80\ \xfc\x78\xdc\x8f\xc7\xb5\xbd\x38\x1f\x81\x94\x84\x22\xf6\x24\x28\ \x28\x14\x20\x00\x99\x0a\x95\x43\xd0\x61\x3c\xca\x5b\x70\xe5\x3c\ \x22\x0d\x18\x35\x16\x55\xaa\xc3\x43\x55\x74\x06\x9f\xc0\x17\xde\ \xbf\xb4\x7f\xd1\xe2\x4d\x2f\x52\x73\x75\x9a\x7c\x96\xa0\x48\x92\ \x14\x04\xde\xce\xb3\x64\x8d\xea\xc1\xae\x64\xc6\xf5\x87\xb1\x4f\ \xce\xfe\xf1\xe7\xf5\x98\xdc\x94\x8c\x02\x75\xfa\xcd\xc3\xbf\x2d\ \x5c\x7b\x28\x59\xad\xc9\xc9\x8a\xbd\x13\xc7\xf7\x1c\x37\xa8\x52\ \xcd\x7a\xe5\x8a\x2b\x0d\x92\x12\x3f\x76\xae\x15\x7e\xf9\xe4\x99\ \xeb\x71\xe5\x5a\xb4\x72\x25\x01\x20\xf2\xf6\xa3\xc4\xd4\x84\x3d\ \xeb\x7f\x8b\xcc\xcc\x4c\x4e\x4c\x08\x68\x30\x22\xc4\x7c\xf7\xe0\ \x43\xf1\xf0\x0e\x15\xa5\x82\x20\x22\x48\xff\x3a\x6d\xda\x97\x61\ \x7e\x9d\xbf\x2c\x3c\x55\x4f\x91\x10\xc9\xdd\x4b\x06\xfa\x7a\x94\ \xae\xd5\xaf\x5b\xd5\x73\x6b\xe6\x1e\xbd\x97\x44\xda\x14\x79\x1b\ \xfe\xa9\xec\x49\xca\xe5\xe0\x3f\xbb\xa8\x43\x2a\xec\x3e\xbe\x28\ \x98\x8d\x94\x77\xc5\x91\x73\x26\x8f\x1c\xd6\x2f\xa4\x94\x23\x2c\ \x16\x8e\x65\x2c\x16\xb0\x2c\x2f\xf0\x84\x8b\x87\x2f\x52\x9f\x45\ \xa8\x99\xdc\x47\xb7\x73\x78\x97\x12\xee\x76\x9a\xdc\xcc\x74\xa3\ \x00\xc2\xc9\xd7\x8e\xbf\x17\xfa\x8c\x33\x65\x3c\x7c\xae\xf6\xf4\ \xf5\xb5\xe6\x16\xba\x0b\x7b\x13\xb1\x7d\x03\x5c\x69\x48\x8a\xc3\ \x4e\x87\xdb\xf1\x88\x7a\x00\x93\x0a\xc5\x1d\x00\x80\xe7\xdf\x9e\ \x22\x17\xff\x18\x39\x8e\xa8\x12\x08\x00\x41\xe5\xf0\xec\x3e\x0a\ \xb5\xb8\xf3\x12\x95\x2b\x82\xd1\x41\xe5\x81\xba\x4d\xe0\xcc\x21\ \x5f\x40\x90\x0b\x42\x43\xa1\x89\x45\xac\x11\x95\x3d\xa0\xd6\x00\ \x80\xc5\x02\x56\x80\x08\xf8\x7d\x16\x0a\xaa\x63\xe5\x30\x88\x00\ \x73\x2e\x22\x5e\x40\xea\x0b\x51\x3e\x9e\x15\x80\x61\x20\xa2\x40\ \xf0\x90\xe8\xb0\x68\x21\x1e\x47\xe0\xc4\x55\x54\x29\x8d\x47\xd7\ \xa1\xd3\xe0\xfe\x0b\x94\xab\x85\xb2\xfe\xb8\x7f\x1f\xba\x3c\x3c\ \x4c\x41\xdd\x2a\x08\xdd\x82\x63\x3a\x6c\x5f\x0a\x15\xe0\xec\x07\ \x79\x0e\x9e\xa6\xe3\xc9\x35\x08\xde\x70\x07\x8c\x14\x4a\x55\x46\ \x48\x30\x32\x92\x60\x01\x0a\x0a\xa0\x74\x06\x91\x8f\x88\x4c\xe8\ \x0a\x60\x32\x43\xe2\x04\x1f\x67\xb4\x18\x88\x25\xbf\xe3\xc2\x36\ \x50\xb9\x88\x88\x06\x6b\x5d\x97\x27\xc0\x5a\x90\xa7\x86\x2e\x0a\ \x09\x26\x04\x96\x82\xcc\x88\xa7\x2f\xc1\x17\xc2\xf0\x7a\x41\x49\ \xf7\x78\xdb\x8c\x4d\x77\x07\xce\x5b\xfc\x63\xd3\x40\xb3\x85\x05\ \x67\xd1\xea\x4d\x82\x00\x9e\x63\x2c\x1c\x78\xa9\x73\x31\x2f\xd7\ \x9a\xed\x47\xcc\x59\xb9\xe3\xea\xe9\x25\xea\x53\xab\x96\x9d\xd3\ \x4d\x5b\xfa\x4b\xd3\x20\x57\x86\x70\x0c\xb0\x37\xde\xba\x12\x01\ \xb0\x66\xa3\xc9\xa8\x67\x4b\x75\x18\xe0\xf9\x64\xf5\xcc\x2b\xf9\ \x1d\x9b\x55\xb5\x66\xee\xee\xe3\xec\xec\x53\x66\xc8\xe4\x59\xbf\ \x1f\xbc\xb4\xe6\xa7\xe6\x59\xa1\x3b\xa3\x1c\xea\x76\x2c\x6f\xdc\ \x72\x2a\x8e\x13\x4b\x58\x8b\x89\x74\x29\x39\x63\xe3\xde\x19\x8d\ \xd9\x69\x63\x97\xa5\x0b\x52\x73\x41\x72\x7a\x21\x67\x11\x14\xdd\ \x7f\xde\xb8\x73\x76\xf3\xbd\xb3\x26\x9d\x7b\x9a\x1d\x1b\xf9\x3c\ \x47\xcf\xda\xe6\xa7\x0d\xdf\x33\xfe\x15\x8f\x25\xa7\xca\xd5\xb4\ \xce\xae\x64\x81\x06\x1f\xf8\x27\x31\x16\x22\xa0\xa4\x53\x99\x32\ \x9f\x10\x49\x29\xb1\x9d\x42\xc6\x1a\x00\x71\x91\x26\x6f\x6f\x6f\ \x4f\x03\x04\x2d\x91\x49\x44\xbe\x95\x9a\x4d\x6c\x7f\x75\x5e\xf7\ \xce\x1c\x49\x75\x9d\xb0\xbc\x5a\x79\xa7\xfa\xbe\x7b\x46\x74\xee\ \xdc\x7e\xf0\xa2\x9f\x16\x4c\x9e\xf4\xf3\xb4\x2e\x7b\x04\x55\x85\ \x3e\x4b\x5a\x07\x5b\xa5\xb3\xdb\xe7\x90\x91\x87\x89\x03\x40\x38\ \x62\xf1\x4a\x4c\x1f\x8a\xe9\x83\xc1\xcb\x31\x66\x01\xac\x47\xa9\ \xd1\x62\xd8\x2b\x8b\xe4\xc8\xf4\x34\xf8\x94\x82\x2b\x00\xa0\x7e\ \x1f\x5c\x9f\x88\x2e\x5d\xe0\x55\x0b\x03\x42\x10\x7b\x1a\xf3\xfe\ \x80\xce\x04\xdf\xf6\x68\x5d\x1d\x66\x0a\xe3\x66\xa1\xcb\x06\x34\ \xff\x09\x95\x14\x58\x38\x15\xe1\x19\x30\xf0\x98\xb2\x0c\x54\x1e\ \x2e\x5e\x82\xbe\x2c\x06\x84\xc1\xab\x3e\x86\x79\x63\xc1\x5e\xfc\ \xb1\x13\x13\xba\x61\x66\x57\xd0\x0a\xf4\x9f\x8e\xf6\xd5\xd1\xbe\ \x1f\x60\xc4\xa8\xd1\xe8\xd7\x0d\xc5\xf5\xb8\x39\x06\x5d\xba\x20\ \xb0\x09\x5a\x96\x07\xec\x70\x7d\x32\xba\x9c\x43\x70\x17\xb4\x2a\ \x86\xa9\x27\x90\x05\x8c\x19\x00\xb2\x24\x16\x4d\xc3\x8c\x7e\x98\ \xdf\x0b\x26\x3b\x4c\x5e\x09\x99\x11\x0b\x27\x22\x26\x0b\x46\x0a\ \x93\x7e\x45\x10\x09\x55\x3c\x1e\x02\x3f\xf7\xc1\xfa\x31\xe0\xf2\ \x90\x26\x85\x77\x09\x4c\xea\x85\x75\x3f\xe3\x90\x03\x7a\xcf\x41\ \x50\x0a\x16\x9c\xc1\x8e\x9f\x60\x31\x83\xa2\xc1\x15\x60\xde\x20\ \x28\xcd\xa8\x39\x00\xf5\x6b\x40\x31\x14\xcb\xe7\xe2\xb4\x19\x51\ \x6a\xc8\x68\x00\x90\x95\x68\xdc\xa4\xd4\xf5\x65\x53\xc6\x6b\x93\ \x74\xed\x1a\x79\x54\x70\xac\xbd\x6e\xf1\xd9\xa7\x65\xaa\x39\xaa\ \x94\x04\x0f\xd2\xa9\xea\xcc\x71\x6d\x17\xad\x9a\xfc\x50\x65\x1f\ \x32\x74\x41\xdf\x06\x6d\xab\x9c\x5d\x3a\x73\xdc\xe4\xe4\x2c\x8c\ \x72\x0d\x6c\x31\x63\xdc\x4f\x3f\x4f\xee\x76\x46\x1a\x9f\x6e\xbf\ \xc8\x43\x0a\x51\x89\x36\x75\x8b\x5d\x0a\x2f\x5f\xa3\x78\xd1\xa1\ \xf7\x15\x7b\x4e\xea\x1a\x39\x7d\xea\x84\xf1\xf6\xee\x65\xa6\xcf\ \x18\x7a\xed\xcf\x8b\x35\xc7\xac\x1f\xe8\x75\x6b\xe0\xec\x8d\x8f\ \x3a\x96\xf3\xf0\x70\xca\x7e\x7a\x65\xe1\xea\xed\xf9\x85\xf9\xb5\ \x9b\x8d\xf0\x0c\x0e\x69\x1c\xb0\x6f\x44\xf7\xce\x3f\x74\xe9\x41\ \x3c\x39\x1f\xa3\xd6\x14\x6b\xd8\xa6\xac\x7d\xd6\x86\xc9\x73\xeb\ \xcd\xdf\xde\xb1\xac\x83\x6d\x8a\xda\xf0\xdd\xe2\x5f\x89\x50\xc7\ \x0a\x88\xde\xb3\x43\xb7\x6b\x2b\x05\x1e\x14\xfd\x86\x3a\x59\xb9\ \xc2\x75\xec\x94\xe2\x4d\x9b\x7f\x22\x8d\xc0\x33\x2c\x47\xd1\xa2\ \x22\xa5\x4c\xe0\x19\x96\xa3\x45\x22\xf0\x1c\xc3\xf1\x22\x91\x88\ \x00\x0a\xd5\xb9\xac\xc8\xce\xd1\x4e\x02\x00\xbc\x25\x5f\x5d\x40\ \xc9\x55\xf6\x72\x11\x6f\xd2\xe6\xe9\x38\x67\x17\xc7\xb7\xb5\xe1\ \x60\x30\xc2\x64\x01\x41\xc1\xd1\x01\x00\x2c\x7a\x30\x62\x28\xbe\ \xcd\xd9\x54\xab\x85\xbd\xbd\x55\x3f\x47\xa1\x16\x3c\x0d\x07\xe5\ \xeb\x7b\x16\x68\x19\xd8\x2b\x00\xc0\x62\x84\xc1\x0c\xb9\x03\xc4\ \x04\x00\x70\x16\x18\x8c\x60\x38\xd0\x32\xd8\xcb\xc0\xb2\xa0\x69\ \x00\x30\x6a\xc1\x49\xa1\x14\xbf\xdb\xd8\xb7\x16\x80\x02\x2d\x1c\ \xec\x5f\x5f\xe7\x51\xa0\x2b\xfa\xc9\x71\x30\x1b\x60\x62\x40\x88\ \xe0\x68\x07\x00\xe6\x42\xf0\xb2\x22\x76\x33\x1b\x60\xb0\x40\xa9\ \x2a\x3a\x8e\x03\x1c\x58\x02\xa1\x27\x71\x25\x0c\xf1\x91\x70\x6f\ \x8a\x65\xc3\x00\xc0\xac\x83\x81\x85\x9d\x0a\x34\xa0\x49\xc4\xf2\ \xb9\x78\xe9\x8a\x43\x0b\xd1\xab\x2d\x06\x6c\x42\x2d\x77\x38\x28\ \x00\x20\xfc\x0a\x4e\xdc\x46\xda\x4b\x08\x15\xb0\x61\xfa\x9b\x3c\ \x4d\xb9\x79\x5a\x52\x62\xa7\x72\x90\x91\x80\x59\xaf\x27\xc4\x12\ \x02\xa0\x45\xb4\xb5\xee\x26\xad\x5a\x6b\xe6\x64\x76\x8e\x76\x52\ \x9a\x37\xeb\x72\x35\x06\x89\xd2\xde\x5e\x21\x25\x00\xc1\xac\xcb\ \x2d\x30\x49\x94\x0e\x52\x26\xfd\xf0\xd6\x1d\x17\xc2\x93\x5b\x8d\ \x59\xdc\xbd\xba\xdb\xbb\x63\x44\x9d\x9b\xcf\x91\x12\x07\x7b\x39\ \xcf\x70\x52\x99\x04\x00\x63\x32\x0a\x94\x88\x24\x08\x02\x6c\x41\ \x7e\x01\x47\x4a\x5c\x9c\x1d\x08\x00\xbc\x45\xad\x2e\xa0\xe5\x76\ \x84\x59\x67\x64\x09\x07\x17\x67\x09\x21\x98\x0c\x46\x5a\x2a\xa3\ \x6d\x3a\xbc\x0d\x7f\x0b\x0a\xb5\xda\xd8\x98\x97\x3e\xc5\x8a\x71\ \xdc\x87\x11\xc1\x2d\x16\x4b\x56\x66\xe6\x27\x23\xd4\xfd\x8b\xf1\ \x3d\x2d\x2c\x1b\x7f\xfc\xa8\xf6\xd4\x11\x21\x3b\x53\x20\x08\x42\ \x00\xe1\x1f\xe8\xd4\xa5\x47\xc0\x0f\xcd\xa8\xff\x70\x3b\x33\x32\ \xa0\x37\xbc\x75\x1d\xe7\x79\x80\x80\x75\x96\x09\xfc\x6b\x03\x22\ \x01\x12\x45\xa6\x4f\x82\x00\x81\xb7\x66\x50\x82\x00\x41\x40\x10\ \x20\x08\x45\x7f\x03\xaf\xad\x81\x42\x91\x39\xd7\x9a\x0f\x41\x16\ \x95\x62\xed\xb4\xb7\x96\x5e\x01\x3c\x40\x12\x9f\x29\x1a\x20\xc9\ \xf7\x72\xb0\x96\x85\xf7\x7f\xbe\xc9\xfc\x83\x26\x7c\x50\xd6\x9b\ \x9f\x02\x87\xf0\x3b\x78\x91\x0a\xb9\x2b\x1a\xff\x00\x25\xde\x29\ \x5a\x80\x00\x98\xb2\x70\xf2\x26\xaa\x37\x45\xa0\x3d\x9e\x3e\x81\ \x7f\x45\x38\x8a\x8b\xca\x8a\x7d\x8c\x47\xaf\x20\xb2\x47\xa3\xa6\ \x28\xe5\x01\x47\xa7\x7f\xdb\xbb\x60\x75\x19\x97\x4e\x5d\x93\x96\ \xa9\xdf\xa8\xa2\x8f\x6d\x06\xda\xf0\x5f\xcd\x9e\x51\x2f\x9e\x79\ \x78\x7a\xbe\xcb\x9e\xd6\x19\x6a\x61\x98\x7c\xb5\x3a\xa8\x74\xa9\ \x7f\x1b\x7b\x5a\x91\x97\x91\x5e\x98\x98\x00\x8b\x85\x94\xc9\x54\ \x25\x4a\xd9\x3b\xfd\xe5\x79\x29\xf0\x02\xf1\x17\xe5\x8b\xcd\x9b\ \x11\xf1\x1c\x94\x00\xf3\x3b\xab\x53\x14\x05\x9e\x87\x20\x80\x12\ \x43\x04\x98\xfe\x9a\x1b\x22\x48\x1a\x60\xc1\x09\x9f\x5e\xe7\x79\ \x93\xf9\xa7\xa5\x77\x12\x34\x05\x08\x60\x59\x08\x00\x08\xd0\x34\ \x88\x37\x3f\x01\x92\x02\x21\x80\xe3\x01\x02\xa2\xd7\x92\x3a\xcf\ \x81\xe3\x41\x52\xa0\xc8\xa2\xbf\x01\xd0\x22\x10\x80\xc0\x83\xe5\ \x3e\xcc\x87\xa4\xa0\x50\x42\x4c\x81\xb1\x40\x6f\x00\x08\x90\xef\ \x24\x04\x40\x50\xb0\x53\x80\x31\x83\xe5\x21\x16\xc3\x64\x00\x27\ \x80\x20\x41\x91\x20\x69\x48\xc5\x20\x49\x58\x4c\x68\xd1\x12\xcd\ \x5b\xfc\x9f\xc6\x99\xc9\x04\x89\xf4\xff\xef\xc6\x5c\xc1\x64\xb6\ \x88\x25\x92\xff\xc8\xd6\x28\x81\x05\x41\xff\xc5\x31\xfc\xef\xdc\ \xa6\x65\xd2\x64\x65\x9b\x25\xbe\xee\xaa\x2f\x3f\xa6\xcb\x4d\x29\ \x80\xb3\xb7\x2d\x12\xeb\xbf\x09\xda\x82\x82\xe7\xe1\x61\xee\x1e\ \x5e\x1c\xcf\x09\x02\x0f\x5e\xe0\xc1\x43\x80\x20\xf0\x2c\xc7\x99\ \x0c\x86\xe0\xe0\xa0\x8f\xc5\xd2\xff\xd3\x3e\x77\x67\x4f\x2f\x67\ \xcf\x6f\x0d\x42\xce\xea\xd4\x49\xa9\x39\x94\x5c\x41\xb0\x46\x83\ \x99\x70\xa6\x73\x36\x6c\xbf\xde\xed\xe7\x9f\xff\xaa\x69\x6b\xd8\ \x30\x3e\xfc\xf4\x92\x70\x65\xb3\xbe\x0d\xab\xbd\x55\x89\x79\x0d\ \x48\x15\x40\x26\x5c\x5e\x71\xc9\x50\x63\x68\xbb\x7a\x7f\x4d\x86\ \x7a\x75\x78\xf9\x45\xdd\xb4\x51\xfd\x3f\x75\xf3\x6d\xe6\x9f\x4b\ \xae\xc9\x01\xa5\x82\xdd\x6b\xbb\x81\x31\x1f\xac\x1d\xec\x3e\xd5\ \xb5\x59\x99\x00\x09\xb9\x02\x12\x45\x91\x05\x38\x4f\x0d\xe7\xd7\ \x1f\x1d\x73\x01\xf2\x8d\x10\xd9\xc3\x59\x0e\x00\x16\x2d\x4c\x12\ \xd8\x4b\x8a\x4c\x0a\xd9\x1a\x38\xba\xbd\xd6\xbb\x2d\xc8\xd1\xc2\ \xd5\xe5\x53\x9f\xb4\x6c\x38\xb9\xbd\x65\x37\x8e\x7d\x6b\x5c\x79\ \xb7\x2c\x4d\x06\xd4\x2c\x02\x8a\x81\x00\x8c\x1a\xa4\x64\xc3\xd1\ \x0b\xae\xaf\x2d\x18\x69\xf1\x20\x1c\xe0\xe5\x0c\x00\xa6\x02\xa4\ \x66\x82\xe1\xe1\x13\x88\xe8\x63\x38\xaa\xc3\xa2\xc1\x5f\xfd\x94\ \xe3\xd7\xa5\x68\x30\x12\xd5\xff\x03\x21\xea\x1f\x1f\x5d\x7e\x2c\ \xa3\xcc\xbc\x51\x6d\x3e\x7d\x9b\x33\xab\xd5\x46\x3b\x17\x95\xe8\ \xaf\x13\xbc\xfa\xf1\xee\x5f\xaf\xc8\x07\x37\x62\xf6\xdc\xa2\x67\ \x4d\xe8\xf4\x60\xff\xd2\x65\xc7\xa2\xea\x34\x69\xc1\x67\x25\x36\ \x1d\x3e\xa9\xa2\xcb\x47\x86\x21\x3e\x67\xcb\xc2\x5f\x3d\xdb\x4d\ \x69\x5b\xc9\xf9\x5b\xcb\x30\x6b\x62\x53\xd5\x2e\x3e\x01\x2a\x09\ \x01\x40\x9f\x93\x92\x96\xa7\xe3\x28\x85\xaf\x9f\xaf\x42\x0c\x08\ \xb9\x1b\xe7\x4e\x73\xea\xb1\xa4\x8f\x3c\x2b\x21\xdb\xe4\xed\xe7\ \x27\xa3\xc1\x18\x0b\xd2\x52\x33\x39\x89\xca\xdf\xd7\xbd\x48\xb1\ \x33\xbc\xfa\xe5\xe7\x65\xb5\xa6\x6e\xf0\x76\x81\x49\x9b\xc7\x48\ \x54\x76\x12\x32\x2f\x25\x2e\x47\xc7\x52\x12\x99\x4c\x2c\x76\xf2\ \xf0\x90\xd3\x1f\xb6\x9f\xb7\x14\xe6\xeb\x78\x27\x27\x87\xf7\x6f\ \x70\x1a\x75\xa1\x9d\x93\x8a\x02\x00\x4b\x4a\x5c\x32\xed\xe4\xe3\ \xe9\x28\x7d\x5f\xd3\xd4\xa9\x0d\x94\x93\x4a\xf6\x66\x7d\x23\x2f\ \xbb\xd0\xde\xd5\xe9\xfd\x1e\x36\xe5\xa8\x8d\x2a\x27\x47\x11\x60\ \x29\xc8\x4c\xce\xb3\x78\xfb\xfb\xca\xfe\x7b\xb6\xfe\x0a\x82\xe0\ \xee\xe1\x55\xbc\x54\x29\x40\xe0\x39\x4e\xe0\x79\x5e\xe0\x05\x8e\ \xe3\x05\x9e\xe3\xb8\xa8\x97\x2f\x85\x4f\x49\x4f\x7f\x5f\xfb\xb4\ \xf1\x8f\xfe\x58\xb1\xa8\x47\x8b\x90\xb6\xfd\xc7\xaf\x59\xfb\xc7\ \xc9\x0b\x27\xc2\xb3\x78\x3f\x87\x7f\x41\x88\x21\x5d\x4a\x36\xab\ \x50\xcc\xff\x9d\x31\xfc\x74\x48\xd7\x9f\xae\x67\x90\x00\x1c\x02\ \x1b\x56\x2c\x5e\xe2\xaf\x76\xdd\x95\x33\x97\x9f\xe7\x2a\x3e\x3d\ \x19\xb3\x9e\x0c\xee\xfa\xd3\xad\xec\xcf\x74\x14\x83\x83\x6b\x30\ \x7c\x38\x5a\xfe\x80\xdd\x8f\x01\xe0\xf0\x32\x74\xe8\x86\x66\xcd\ \x70\xea\x25\x00\x3c\xb9\x88\xce\x35\x31\x75\x3b\x00\xe4\x86\x61\ \xd6\x0c\xcc\x99\x8a\x4a\xc5\x31\xe3\x04\x0a\xe2\x30\xac\x1b\x7a\ \x75\x44\xef\x59\xb0\x00\x69\xf7\xd0\xa2\x11\x66\xcf\xc3\xca\x7d\ \x30\x01\x97\x37\xa2\x4b\x77\x34\x6d\x8c\x7d\xe1\x00\x70\x70\x1d\ \xa6\x4d\x46\xd3\x36\x78\xa8\x86\x31\x01\x53\x47\x60\xe4\x00\xb4\ \x1d\x8e\xec\x77\xf6\x65\x3e\xbf\x80\x89\x23\x31\x76\x32\xae\x5b\ \x0f\x75\xd6\x63\x4e\x67\x94\xef\x04\x23\x90\x15\x86\x7e\xed\xd0\ \xa3\x23\x06\x2f\x87\x00\x44\x1c\x45\xff\x21\xe8\xd7\x05\xcb\xcf\ \x02\x16\xac\x99\x87\x19\x33\xd0\xed\x47\x3c\xc8\x06\x80\x3d\xf3\ \x30\x64\x04\x3a\x77\xc7\xd5\x74\x80\xc3\xf2\x31\xf8\x69\x21\xd6\ \xae\x43\x7c\x2e\xee\xdd\x05\x21\xfb\x06\xc1\x53\x8e\x86\xad\xe0\ \xe7\xf8\x9f\x18\x47\x96\x87\x57\x6e\x18\x25\xc5\x3e\x67\x20\xca\ \xb8\xbc\x69\xc8\xf4\xed\xcc\xbf\x24\x1b\x3f\xbb\x74\x39\xd6\x62\ \x57\xac\x44\xb5\x26\x0d\xab\xaa\xc3\xf7\x2c\xde\x9f\x3e\x6d\xf9\ \xaa\x51\x3d\x1b\xd7\x6f\xdc\xc8\xdb\xee\x53\x36\xf5\xbc\x84\xab\ \x77\x62\xa5\x2e\xdf\xda\x4e\x63\xc6\x93\xa9\xc3\xfa\x8f\x18\xd6\ \xb7\xd7\x98\x55\xb9\x16\x40\x17\x3d\xad\x67\x87\x99\x2b\xd6\xae\ \xdd\x7a\x38\x41\xc3\x03\x88\x3e\xb9\xf9\x8e\xa9\x42\x7d\xa7\x97\ \x63\x07\xf4\x1b\x39\xa4\xc7\x90\x05\xfb\xf4\x40\x46\xf8\xb5\x8d\ \x2b\x97\x8d\xee\xd5\x69\xc6\x1e\xab\xc7\x9e\x70\x7d\xeb\xca\x64\ \x8f\x26\xcd\xbd\xf3\xcf\x6d\x9f\xd9\xa0\x7a\xbb\xf3\xb1\x85\x00\ \x1b\x7a\x70\xfd\xca\xb5\x6b\xa7\x0f\x69\x57\xad\xf1\xf0\xa8\x4f\ \x1d\xe7\x77\x77\xeb\x94\xc9\x1b\xee\xbe\xdb\x31\xe9\x91\xb7\xe7\ \x0d\x6c\xd5\x7c\xc8\x16\x23\x00\x73\xf6\xd6\xe9\xc3\x86\x0d\x1b\ \xd1\xb9\xfb\x88\xbb\xe9\x6f\xb6\x0c\xeb\x9f\x5c\xde\xd7\xa3\x69\ \xf5\xf1\x7f\x46\xbc\x9e\x0f\x39\x1b\x47\x34\xaf\xd4\x61\x41\xce\ \xbb\x0e\x11\x86\xa4\x85\xdd\xeb\x37\x1a\xb0\x58\x0b\xe4\x44\x9e\ \x1a\x3e\x70\xc8\xa8\x7e\x5d\x47\x2c\x3e\x6e\xc6\x7f\x13\x78\x9e\ \x2b\x52\x26\x29\x9a\x12\x89\x44\x22\x11\x49\x10\x2c\xcb\xb2\xec\ \x67\x7d\x3f\xfe\x3e\xf6\x74\xaa\xd0\x6c\xe1\xef\x6b\x9a\x56\x28\ \x3f\x66\xf1\xee\x4d\xbf\x2d\x2a\x27\x24\x85\x85\x9e\xe9\xd7\xa9\ \xf7\x96\x0b\xd1\x00\xd2\x1f\x1d\x9f\x38\xb8\x47\xf7\x9e\xc3\x8f\ \x3d\xcd\x7a\xad\x9e\xa5\x6e\x5b\x30\xbe\x47\xcf\xee\x33\x36\x5d\ \x8c\x7b\xb8\x7f\xd2\xec\x6d\x06\x36\x7b\xcd\xb4\x9f\x2f\x3e\x8a\ \x38\x75\xf4\x2a\x27\xc1\xd1\x5f\xc7\x75\xef\xd9\x6b\xd1\xce\x9b\ \x39\xea\xf8\x87\xf7\x43\x57\xfe\x3c\xf6\x5c\x64\xf4\xa1\x7d\xe7\ \xe0\xed\xf6\x60\xc7\x82\xce\x9d\xba\xb5\xef\x39\xf2\x6c\x64\x01\ \x20\x3c\xbb\xf0\xc7\x98\x81\xdd\xdb\xb7\xe9\xba\xed\x5e\x5a\x11\ \x95\x3f\x3f\x33\xaa\x4f\x97\xee\x9d\x3b\xff\xb2\xe7\x0e\x07\x24\ \xbd\x0c\x7b\x7a\x6e\x6b\xa7\x9e\x23\xcf\x45\xaa\x01\xfe\xf1\xb1\ \xf5\xfd\xba\x75\xed\x3a\x64\x56\x44\x3e\x67\xcc\x79\x19\x7a\x3f\ \xf4\xd7\xc9\xa3\x2f\x25\x9a\x13\xaf\x6f\x1f\xd8\xa3\x6b\xa7\xfe\ \x93\x6f\x25\x1a\xdf\x98\x46\x6a\x77\xc6\xfe\x23\xe8\x53\x1a\x57\ \x9e\x21\xe5\x12\x7e\xbb\x83\x3f\x8e\x62\x64\x55\x5c\xbe\x05\x4b\ \x0e\x6e\x5e\x44\x06\x83\xa0\x32\x00\xe0\x52\x19\x5b\xb6\xa1\x5f\ \x1d\x34\x1c\x8c\xd9\x2d\xb1\x62\x1a\x3c\x7a\xe0\xf4\x9f\xc8\xbd\ \x87\x74\x0e\x37\x8e\xa2\xca\x04\x6c\xf9\x0d\x8b\x06\x21\xeb\x06\ \x16\x9d\xc2\xb2\x7d\x98\xd6\x00\xa7\xae\x00\x40\xfd\x8e\x18\xda\ \x1d\x5e\x32\x18\x18\x50\xce\x18\xb7\x1c\x87\xb6\xc3\x10\x8e\x58\ \x6d\x51\x45\xa2\xce\x62\xe2\x2a\x94\x6d\x83\x9d\x3b\xd1\x28\x08\ \x60\xb0\x7a\x2e\x4e\x3f\x47\x8d\xa6\x90\x71\x58\x38\x07\x15\xc6\ \xe3\xd8\x1a\x24\xdf\x47\x78\x38\xe6\x6e\xc2\xe8\x4d\xd8\x3c\x04\ \x57\x8f\x02\x24\x7a\x4c\xc2\xa1\x43\x08\xd6\x20\x3c\x09\xd1\xa7\ \xb0\xe3\x25\x76\x1e\x43\x8f\x62\x38\x15\x0a\xdd\x0b\x3c\xd2\x63\ \xf7\x6e\xfc\xb6\x11\x15\x55\x78\x9e\x88\x1a\xd5\xc0\x1b\xb1\x63\ \x09\xba\x75\x45\x8f\x51\xc8\x00\xb2\xc3\x30\xae\x3f\xba\xf7\xc2\ \xf1\x47\x45\x95\x89\xbb\x83\x0b\x51\x90\x19\xb1\x70\x38\xba\x75\ \xc3\x4f\xcb\x51\x28\x00\x0c\x8e\x6f\x40\xef\xce\x68\xdb\x17\x4f\ \x32\x00\x20\xfd\xe1\xee\x99\x4b\xf6\x00\x38\xbf\x7e\xea\x8a\x53\ \x91\x80\x76\xf5\x8c\x69\x57\xd2\x4c\x89\xd7\x77\x8d\x1d\xd0\xa3\ \x63\x9b\x2e\x3b\xae\x25\xbe\xba\xba\xb5\x5f\xd7\x1e\x7d\xc7\x2f\ \x7e\x69\x8d\xa0\x60\x4a\x8e\x48\xa5\x6b\x36\xa9\x68\xc9\x0a\x5b\ \x39\x6d\x64\xe7\x4e\xed\x07\x2f\x39\x5e\x98\x9f\xba\x69\xd6\xd0\ \x1e\x3d\x7b\x6d\xba\x14\x1e\x99\x18\xf7\x28\xf4\xc8\x90\x69\xab\ \x62\xb4\x00\x60\xc9\x8d\x98\x3b\xac\x47\xe7\xce\x5d\xc7\x4c\x99\ \x33\x79\x78\xcf\xb6\x3d\xc7\xde\x4c\x34\x02\x96\xcb\xdb\x17\xf6\ \xe8\xda\xb5\xdf\xa4\xd5\x89\x26\x80\x2f\x38\xf3\xfb\x82\x01\x3d\ \xbb\x8c\xdf\xfa\xb4\x55\x9b\xc0\x13\x3b\xf7\x67\xd9\x39\x25\x5e\ \xbd\xf2\x2c\xf1\xc5\xf6\x1d\x17\x1e\xdd\xb8\x78\x2d\xce\xe4\x22\ \xb1\x5c\xd9\xb1\xf8\xc7\xee\x3d\x07\x4e\x5e\x93\xc6\x23\xff\xe5\ \xc5\x19\xa3\x07\x74\xf8\x71\x4c\xa6\x5b\xc5\xaa\x3e\xd6\x49\x64\ \xbe\xb2\x6b\x51\xaf\xae\x5d\x7a\x8f\x5b\x99\x60\x14\xd8\x84\x6b\ \x93\x06\xf5\xe8\xd6\xb9\xdd\xb4\xf5\x67\xcd\x45\x52\x8b\x7e\xe7\ \xc2\xd9\xb9\x15\xc6\x9d\x3a\xbd\x5a\x11\x77\x29\x22\x1f\xc9\xb7\ \x0e\x24\xf8\x0d\x38\xf8\xfb\x6f\xbf\x2d\x9d\x50\xce\x8d\x84\xee\ \xc5\xba\xbd\xcf\xfb\x8d\x6a\xfe\xe7\xfc\x45\xce\x3f\xae\x39\xb5\ \x65\x7a\xd6\xfd\xb3\xaf\x0c\xf0\x0a\xaa\x39\x64\xcc\xf0\x06\x65\ \xbd\x39\xc6\x08\xc0\x9c\x78\x65\xf3\x55\xc3\x98\x09\x5d\xf2\xc3\ \xee\xdc\xb8\xfe\xc4\xe2\x5a\xba\xac\x8f\x0a\x10\xb5\x9e\xb8\x7a\ \xcb\xfa\xc9\xa5\xfc\xca\x2f\xd8\xbc\xa6\xb2\x8a\x06\x00\x5e\x7f\ \x69\xe7\xb2\x01\x3d\xbb\xb4\xee\x3c\xec\x76\xae\x21\xea\x7e\xe4\ \xbd\x73\x1b\xc7\x2c\x3d\x5d\x64\xd6\x12\x34\xb7\xaf\xdf\x7a\xf2\ \x32\xd7\xaf\x66\x25\x25\x70\xff\xcf\x5f\x0e\xa6\x96\xde\x7d\xea\ \x64\x2b\xf7\xcc\x5b\x8f\x1f\x6c\x9d\x37\xfa\xf7\xd0\x1c\x68\xa2\ \xaf\xde\xba\x95\x50\xa0\x08\xa9\x11\x60\x4d\xb2\x6b\xe1\xb4\x5d\ \x37\xd5\x55\x9b\x84\x78\xd2\xa9\x0b\x26\x8c\x3c\x19\xcf\x82\xcf\ \x58\x3f\xe3\xe7\xd3\x71\xa6\x2a\x55\x1a\x39\xf3\x69\xcb\xa6\xaf\ \x2a\x39\x68\xc3\xe9\x1d\xa3\x52\x6f\x9c\x4c\xfb\xaf\x72\x39\xa3\ \x28\xca\x6c\x36\x6d\xd9\xb2\x79\xce\xec\xd9\x0b\x17\x2e\x9c\x35\ \x6b\xce\x8e\x5d\xbb\x59\x96\x25\x3f\x6f\x96\xf9\x5b\x65\x6b\x26\ \xf9\xe9\xb3\x3c\xfb\xe0\xd2\x8e\x80\xf1\x7a\xa8\xa6\xdf\x92\x3f\ \x66\x75\x0f\xdc\xb3\x63\xf7\xab\x84\x87\xf3\x7f\x3d\x5c\x6b\xf0\ \xcf\x55\x10\xb1\xe7\xdc\x53\x2b\xbf\xed\x9c\x3f\xf3\xa9\xb4\xce\ \x4f\xdd\x2b\x5d\xda\xfd\x87\xde\x37\x84\x8e\xde\xdf\xbd\xf3\xa8\ \x04\x97\xda\xe5\x15\x31\x67\xef\x27\xe7\xbe\xd8\xb5\xfc\xb4\x66\ \xf6\xe6\xed\x3f\x75\xaa\x11\x7b\xf3\x4a\xc9\x2e\x33\x76\x6f\x5c\ \xdc\x48\x12\x71\xf2\x66\xbc\x03\xf7\x6a\xf3\xbe\x9b\xed\x66\x2f\ \xef\x1f\x94\xbb\x6b\xf7\xa9\xe8\xdb\x5b\xa6\xae\xbd\xdb\x66\xcc\ \x94\x12\x52\x8d\x5a\x5b\xf4\x51\xbd\xb8\x7b\x47\x4e\xe9\xbe\x2b\ \xe6\xf6\xba\xbe\x7d\xc5\xf5\xd8\xb8\xa8\x2c\xd7\x99\x5b\x7f\xef\ \x13\x94\xbf\xf9\xe8\x95\x84\xbb\xbb\x7e\xfe\xfd\xe1\x80\x39\xcb\ \x9a\x89\x1f\xaf\xdb\xf9\x24\xf6\xe9\x83\x32\x5d\x67\xef\xde\xb8\ \xb4\x42\xd6\xde\x61\x8b\xce\x77\x9b\xba\xa4\x9b\x6f\xc2\xfa\x4d\ \xc7\xde\x58\x3e\x7c\x7c\x10\x73\x01\x27\xd2\x31\xa6\x05\xf6\xed\ \x43\x93\x51\xf0\xb2\x83\x99\x85\x5c\x0c\xb1\x33\x46\x4d\x44\x80\ \x3f\x82\xcb\xbe\x96\x8c\x6e\x62\xfe\x19\x4c\x99\x06\xf6\x29\x1e\ \xf0\x18\xdd\x09\x22\x3d\x44\x76\x90\x01\x79\x16\xbc\x3c\x81\xcd\ \x27\x00\xe0\xc2\x41\x54\xeb\x85\x20\x15\x74\x0c\x1c\x55\x00\x90\ \xfc\x00\x93\x27\xc0\xbb\x2d\x1a\xb8\x43\x6c\x0f\x4f\x07\xac\x5b\ \x00\xcf\x66\xa8\x60\x55\xde\x4d\x58\xbb\x06\x82\x2b\x6e\xef\xc0\ \xac\xdf\x01\xe0\xd0\x12\xe4\x06\xa0\x7f\x57\xd4\xa9\x84\x9c\x6b\ \x88\x53\xe1\xa7\x46\x30\x9b\x60\x67\x87\x7b\xe7\xe1\x54\x1f\x4d\ \x7c\x60\x32\x40\xe9\x0c\xd0\xf0\xf7\xc6\x85\x35\x48\x0a\x40\xab\ \xf2\x38\xbc\x1f\x6d\x86\xc1\x55\x0e\x93\x00\x17\x47\x18\xb2\x21\ \x18\x30\x67\x3e\x5e\x69\xa1\x4b\x44\x86\x18\x95\x02\xf0\xdb\x44\ \xdc\x12\x30\x7b\x28\x72\xd3\x60\x4e\xc0\x8c\x5f\x50\x6f\x08\xaa\ \x88\xb1\xff\xe4\x6b\xe5\xfa\x0a\x32\xf5\x88\xbb\x89\xbb\x2c\x96\ \x2f\x47\xd6\x19\x9c\x79\x89\x63\x8b\xb1\xe7\x15\x26\x4d\x02\x99\ \x01\xad\xd8\xaa\xc5\xa6\x3e\x89\x88\x2d\x34\x27\x6e\x59\xb0\x2c\ \xac\x80\xd1\x3c\x3e\x7c\x21\x8e\x17\x1e\x6f\x1d\xf9\xeb\xd5\xa6\ \xc3\xa7\x96\xa4\x0a\xd2\x35\x71\xcb\x16\xfe\x51\x61\xe4\xaf\x9b\ \xe6\x0c\xf6\x93\x59\xa5\x9c\xfb\xa9\x94\x7f\x75\xd5\xab\x9f\x87\ \x4f\x2e\x2c\xd7\xb1\x4f\x3d\x6f\x4d\x41\xce\xc3\x33\x5b\x77\x3c\ \x77\x59\xb1\x75\x6b\xff\xda\x4e\x0f\x1e\x26\x0e\x9b\xb9\x69\xf3\ \xac\x11\xc5\xed\x00\x20\xea\xca\x8e\x50\x43\xa5\x45\x33\xba\x3f\ \x39\x75\xa5\xca\x90\x79\xed\x5c\x62\x37\x9f\xbb\xff\xec\xf0\x92\ \xc5\xe7\x34\x53\x97\x2c\xf1\x4f\x39\xb5\xf3\x64\xf4\xd5\x0d\x53\ \x36\xdc\x97\x8d\x9b\xf8\x63\xc9\x32\x55\x2a\xc9\x35\x17\xae\x3c\ \x52\xd2\xda\xab\x91\x86\x91\xcb\x37\x2e\x9b\xdc\x21\xf6\xde\xe9\ \x6c\x23\xc2\x4e\xac\xde\xfe\x90\x9a\x30\xb9\x67\xe6\xed\x13\x27\ \x4f\x1d\x1c\x37\x71\xad\x4f\x8b\x91\xbd\x6a\x07\xf8\x95\xac\x6e\ \xb5\x85\x3c\x3b\xb8\x68\xd1\xa1\xdc\x89\x8b\x97\x04\x66\x9e\xdd\ \x79\x33\xfa\xde\xb1\xfd\x31\xce\xad\x97\x2f\x1c\xf4\xf0\xc0\x86\ \xeb\x39\x00\x60\x4e\xba\x76\x2e\x41\x35\x76\x4c\x43\xa9\x59\x4f\ \x4a\x9d\x1c\xa4\xc8\xc9\x64\xf8\x8c\x2b\xd3\x57\xfc\x99\x6e\x02\ \x20\x5c\xfa\x7d\x9d\xa9\xfa\xc0\xba\xa6\xbb\x77\xcd\xd5\x27\x75\ \x28\xcd\x59\x2c\x62\xb9\x52\x2e\x03\x91\x1f\xb3\x71\xc6\xc4\xfd\ \x29\x7e\xa3\x7b\xd4\x05\x98\x7d\xbf\x6d\xf3\x68\x33\xaa\xa6\x13\ \xe5\x5a\xab\xe3\xa0\x1e\xcd\x02\x2b\x06\x7b\x15\xd9\xbe\x0a\xb7\ \x4c\x18\x9f\x57\xa1\xff\x90\x46\xfe\x04\x00\x98\xcf\xae\x18\xb7\ \xfa\x3a\x3b\x62\x52\x4f\x52\x93\x27\xe4\x47\x3c\xd0\xb8\x2c\xde\ \xfe\xc7\x92\xb1\xcd\x8a\xdc\x43\x08\x87\xae\xa3\x46\xd4\xad\xe4\ \x5f\xab\x62\x09\x40\x7d\xf0\x54\x4c\xc7\x71\xe3\x9d\x65\x16\x0b\ \x21\x76\x50\x38\x94\xa8\x54\xbb\x9c\x87\x04\xaa\x4a\x93\x46\x76\ \x2f\x15\x50\xbe\xaa\xaf\x13\xc0\x5d\x5a\x3f\xff\xb1\xa8\xee\xf0\ \x81\x4d\xaa\x97\x0a\x24\x08\x59\xf9\x1a\x75\xcb\xb8\x5b\x8e\x2f\ \x5f\x10\x1b\xd8\x7d\x44\xab\x9a\xe5\xea\x54\x53\x3f\x38\xf2\x5c\ \x16\x32\xb2\x95\x2f\xad\xd3\x4b\xec\x5c\x15\xff\x55\x41\xbb\x38\ \x8e\x13\x8b\x25\xb5\x6a\xd5\x8a\x8b\x8b\xbb\x7b\xf7\x6e\x72\x72\ \x72\x48\x48\x4d\x99\x4c\xc6\x7f\xc1\xb7\xfd\xef\xac\x5f\x4a\xd4\ \x5d\xa3\x6b\xa9\x60\x17\xa0\x30\x2c\x42\xeb\xd0\xba\x69\x69\x37\ \x37\x67\x1f\x67\xc7\x57\x77\xf7\x5d\x8d\xc9\xbc\xb0\x73\x73\x46\ \xc9\x1e\x73\x06\xd6\x03\xc0\xa7\x85\x9f\xbc\x70\x37\x25\xfc\xdc\ \x8e\x4b\xd9\x23\x66\xcf\xac\xe0\xee\x5f\xa3\x84\xe1\xf4\x53\xc9\ \xd4\x89\xed\x74\x4f\xef\x88\x7c\x43\x1a\xd5\xed\xd4\xb2\x84\x66\ \xfe\xcc\xf5\x1a\x31\xf9\xfc\x71\x66\xf0\x0f\x3f\x38\x28\x14\xe9\ \x61\x91\x74\x50\x03\xb7\x8c\x27\xd9\xca\x8a\xed\x2b\xf9\xb9\xb9\ \xbb\xaa\x64\x96\x63\xfb\xae\x36\x9f\xb3\xbe\x79\x05\x99\x5e\x5c\ \x2c\x24\xd8\x0f\x00\x84\x94\xbb\xf1\xba\x66\x6d\x7e\xf0\x29\x19\ \xe0\xa8\x54\x6a\x52\xee\x67\xc8\x4a\xb7\x2c\xe7\xeb\xe4\xe2\x16\ \xa0\x30\x9f\x3b\x73\xb9\xe6\x8f\x93\x1a\x96\x0d\xf0\x74\x72\x90\ \x4a\xf4\x4f\x1e\x67\x95\x6d\xda\xc4\x5e\xa1\xb8\x74\xf4\x62\xc9\ \xce\x63\x5b\x54\x2e\xee\xe9\xe6\x20\x12\xbd\xb6\x01\x09\x38\xb9\ \x1a\x53\x76\x62\xc2\x3a\x54\x75\x40\x64\x2e\x42\xca\x00\x0c\xee\ \x45\xa1\x72\x08\x40\x22\xf3\x39\x0a\xed\x50\xce\xba\x81\xc0\x88\ \xe5\xab\xd1\x7a\x1c\x4a\x2b\xf0\x32\x0c\x8e\xc5\xe1\x0a\x3c\xbc\ \x04\x51\x09\xb8\x51\x18\xf9\x2b\xb6\x4c\xc1\xde\x15\x08\xcd\x44\ \x74\x06\x2a\x35\x00\x80\x5b\xd1\xa8\x55\x05\x00\x6a\xf4\xc0\xe1\ \xf5\x08\x3b\x05\x23\x60\x4e\xc5\xc4\x3e\x78\xe5\x85\x35\xd3\xa1\ \x24\x00\x40\xff\x0c\x49\x72\xec\xd8\x85\x95\x53\x11\x7e\x11\xe7\ \x0e\x61\xed\x2d\xb4\xa8\x86\xb0\xa7\x90\x3b\x20\xec\x09\x5c\xab\ \x81\x06\x1e\xdf\x85\x83\x1f\x4c\x49\x28\x59\x0d\x00\xce\x3f\x40\ \xf9\x06\x80\x09\xab\x27\xe2\x8f\x38\xac\x59\x01\x6f\x23\x22\x0a\ \x50\xb9\x26\xa0\xc3\xc3\x4c\xd4\x09\x82\xdb\x0f\xf8\x73\x37\x7c\ \xa2\xb0\x72\x0f\x32\x12\x60\x57\x1c\x74\x2c\xae\xe4\xe1\xd7\x69\ \x70\x50\x23\xb0\x3e\xd2\x2f\xe3\x6e\x3c\xce\xee\x44\xa6\x2f\x66\ \x8c\x2d\x32\x14\x47\x44\xa1\x4a\x08\x5e\x3d\x40\xc5\x86\xf0\xf3\ \x83\x9b\x1b\x2c\x2f\x71\xf8\x19\x16\xfd\x8a\x52\x32\x48\x8b\xa1\ \xaa\x33\x00\xc8\x9d\x7c\x54\x72\xee\xdc\xe1\x7d\x46\xdf\x26\x25\ \xb9\x17\x1b\xb6\x5e\x6e\xd1\xab\x55\xd8\xf9\x1b\xcd\x27\xac\x6c\ \x5b\x53\x9c\x09\xd7\xc6\x4d\xea\xf4\xee\x5a\xe7\xd2\xca\x69\xa7\ \x63\x39\x6b\xf4\x93\xf8\x7b\x8f\xe5\xc1\x0d\xf4\xe7\xb7\x27\x14\ \xeb\x3b\xa7\x77\x53\x63\x4e\x6e\x50\xb9\x5a\x21\xad\xda\xd7\x96\ \x84\xcd\x5e\x71\x48\x5d\xa0\x49\x56\xcb\x6b\xd4\x2f\xaf\x94\x4b\ \x29\x02\x00\x22\x42\x13\x83\x9b\x76\x0a\xf2\x74\xf2\x29\x57\xa1\ \x56\xd5\x52\xee\xee\xde\xbe\x74\xda\xe1\x73\xe1\x9d\xc7\x4e\xa9\ \x5c\xbc\xb8\x9b\x93\x23\x9b\xf7\xe8\xe0\x4d\xdd\xbc\x4d\x93\x82\ \x48\x2d\xe7\x59\x5a\x56\x90\x91\x6f\x57\x36\x98\xca\x8c\xd2\x2a\ \xeb\x94\x2f\xa5\x94\x14\xc6\x25\x58\x2a\x07\xf9\x5c\x3f\xb8\x2f\ \x39\x39\x62\xcb\xf6\x0b\x2d\xc6\x4f\x53\x84\x5f\x92\x37\x1d\x37\ \xa2\x4d\xf5\xd4\x64\x73\xe9\xda\x95\x01\x00\x05\x27\x4e\x3c\x6c\ \x3e\x79\x7e\xd5\x12\xc5\x9d\x54\x8e\x0e\x6c\xd6\xbd\x57\x79\x0d\ \x5a\x34\xf1\xf3\x73\x77\x71\x72\x71\x92\x03\x40\x56\xe4\x7d\xde\ \xbd\x72\x45\x11\xd2\x6f\xdf\xd7\x38\x06\x05\x38\xa0\x6a\xff\xb9\ \x7b\xb6\x2d\x2a\xb8\xb4\x61\xe3\xf5\x4c\xa4\x5f\xdb\x7e\xcb\x3c\ \x66\x64\x93\x98\x87\x4f\xed\x2a\x54\xb5\x07\x9e\xdd\xbb\x26\xf6\ \xad\x5e\x92\x00\x15\xd0\x60\xd5\xb1\xdd\xb5\xa9\x27\x77\x5e\x99\ \x0a\xc3\xff\x3c\x95\xe2\x3f\xae\x6f\x0d\x00\x24\x49\x3c\x7f\xfa\ \xd8\x3d\xb0\x92\x75\x81\x29\xe1\xc2\xef\x47\x33\x83\x66\x8e\x69\ \xf2\x5a\xc3\x7e\xb6\xff\x66\xee\xa4\x75\xd3\x6b\x50\x1a\x71\x40\ \x6d\xaf\xec\x98\x1c\x45\xd9\x7a\x41\x2e\x0a\x99\xf8\xed\xf2\x70\ \x5e\xdc\x8b\x34\xaa\x7c\x90\x3f\xf2\x1f\x27\x32\xce\xf5\xaa\x48\ \x90\xf5\xf0\x59\x96\xa4\x72\x85\x8a\x0d\xdb\xf7\xaa\xe5\x6f\x0f\ \x82\x4c\x79\x1a\xa1\x51\x05\x96\x70\xa3\x53\xae\xae\x99\xbd\x2f\ \xb1\x45\xe3\xd2\x2f\x1e\x3c\x65\xa5\x8e\x80\x73\x87\x1e\xbd\x98\ \x0b\x8b\x7f\xb9\x68\x6a\x5f\xdf\xf5\xd6\xfd\x38\x27\x67\x32\xfa\ \x69\x84\x4b\xe9\x5a\x0e\xc0\xcd\x8b\x8f\x14\x65\x43\xdc\xff\xdb\ \x42\x1e\x12\x04\x51\xbe\x7c\x85\x89\x13\x27\xf8\xfb\xf9\x4d\x9c\ \x38\xbe\x6c\xd9\xb2\x16\xcb\x97\x16\xa0\xff\xd6\xf6\x3d\xbb\xf1\ \xd8\xb9\x54\x1d\x67\x40\xfd\xe0\x76\x9e\xac\x74\x05\x19\x1e\xdf\ \x0e\x75\x2c\x51\x4d\x5e\x98\x53\x3c\xa4\xfb\xc2\x45\x8b\x7e\x1e\ \x3f\xa0\x82\xbb\x1c\x00\xa7\xd5\x18\x25\x25\x06\xcf\x58\xbc\x68\ \xd6\xcf\x7d\x9b\x97\x8d\x3a\xb3\xf6\xd0\x2b\xf7\x26\xa5\x4d\xa1\ \x31\xd9\x0f\xee\x25\x7a\x56\x2c\x69\xe6\xdc\x67\x6f\x5c\xa9\x0c\ \x3f\xf0\xe7\xbd\xa7\xd1\x19\x46\x27\x47\xc2\x6c\xd2\xde\x7a\x14\ \xed\x5f\xad\x54\xc2\x83\xa7\x54\x60\x15\x15\x98\xbb\x77\x53\xfc\ \x2b\x96\xca\x4c\xc9\x57\xd8\x71\x59\xd7\xaf\xa9\x15\xbe\x25\xbc\ \x69\x00\x6c\xe2\xf3\x44\x9d\x6b\x59\xfb\xfc\xdf\xa7\xcd\x21\xaa\ \x74\xf0\x4c\xb8\x6f\xf1\xaa\xa1\x82\xf1\xde\xe3\xf8\x52\xa5\xca\ \xb0\x05\xd9\x3c\xc8\xec\xa8\x33\x9b\xef\xb2\xed\x5b\x78\x3c\x7e\ \x55\xe0\xa4\x12\x4c\xe6\xfc\x9c\x02\x8d\x40\x42\x9d\x70\x6f\xd3\ \xd1\xb4\x26\x1d\x1a\x59\x5b\x74\x7e\x25\x36\x85\x61\xdd\x1f\x68\ \x12\x08\x98\x60\xd2\x23\x37\x07\x47\x17\x23\xbb\x14\x5a\x05\x01\ \xc0\x93\x6b\x70\x2c\x0f\xeb\x62\xcc\x93\x03\x88\x74\x40\xff\x06\ \x56\x13\x3e\x34\x85\x48\x88\xc4\x92\x63\xe8\xde\x13\xda\x5c\x98\ \x04\x18\x0b\x20\xd0\x70\x90\x40\xa7\x83\x36\x13\x57\x56\x23\xd9\ \x0d\xcd\x4b\x22\x25\x09\x7a\x2d\xce\x5f\x80\x32\x00\x12\x0d\x26\ \x8e\x86\x43\x67\xac\xfd\x19\xce\x12\x44\x3f\x40\x78\x32\x08\x02\ \x26\x3d\x58\x0b\x6e\x5f\x86\x63\x10\x14\x3c\xaa\x96\xc3\x8e\x65\ \xb8\x14\x05\x6d\x3e\x4c\x66\x14\xe4\x22\xe1\x09\xd6\x9e\x44\xef\ \xbe\xa0\xf3\xa1\xd1\x20\xec\x18\x2e\xeb\x31\xa8\x01\xd6\x4e\xc0\ \x33\x67\xec\x5a\x8b\x12\x4e\xe0\x18\xe8\xb5\x28\x48\xc7\xde\xf9\ \x10\x55\x43\x65\x15\x72\xf2\x41\x01\x1a\x03\xec\x5d\x90\xf2\x0c\ \xb4\x0a\x6c\x0e\xf2\x79\x88\x2d\x38\x7a\x0d\xe5\xab\x40\xaf\x86\ \x5f\x7d\x2c\x5a\x82\xe9\xe3\xe0\x6f\xc2\x8d\x07\x60\xf3\x10\xa5\ \x47\x95\x12\x08\x8d\x44\x70\x39\x5c\x5d\x83\x18\x7b\xd4\x72\x41\ \x5e\x01\x44\x2c\xae\x9d\x81\x5d\x45\x58\xbf\x26\xf6\xae\x7e\xfa\ \x47\xbb\x56\x5d\x17\xcd\x9a\xda\xfe\xd2\x8a\x99\x57\x99\xda\x7d\ \x9b\x95\xc9\xca\xcc\xa4\x28\x36\xf1\xec\xde\x38\xce\xc7\x5d\xe0\ \xea\x0c\x5b\x32\xba\x92\x76\xfd\xa6\xf3\xd6\x0e\x8f\x7d\x91\x22\ \xf2\x70\x35\x66\xe4\x30\x04\x59\x98\x13\x71\xea\x76\xb6\x5f\xa0\ \x97\x20\x0a\xfa\x75\xed\xac\xdc\xb3\xbb\x0e\x5d\x7d\x9a\xce\x48\ \x15\xa2\x42\x9d\x81\x01\x00\x36\xfe\x56\x8c\xb1\x7a\xdd\xe2\x89\ \x8f\x6f\x18\x1c\x4b\xfb\x42\x7d\x27\x32\xbb\x52\xf1\x62\xba\x42\ \x0d\x21\x70\x89\xf7\x36\x1f\x4f\x72\x6d\x5d\xd7\x21\x3d\xcf\x40\ \x16\x16\x9e\x39\x7e\x5a\xe6\xe3\x9b\x9b\xf4\x94\x0e\x2c\xcd\x67\ \xc4\x17\x28\xfd\x8b\xbb\x11\x4c\xc6\xb3\x48\x8d\xb2\x6c\x90\x43\ \x8e\x5a\xda\x62\xc8\x9c\x5f\xe6\xcd\x19\xda\xa5\x2e\x57\x98\xc3\ \x10\x84\x26\xf5\xea\xc5\x17\xba\x6a\x15\xac\xfb\x30\x8c\x59\x6a\ \x03\x49\x33\xc9\x77\x36\x9f\x4f\x71\x68\xe0\x43\x45\xa6\x12\x55\ \xcb\x78\xe6\xde\xb9\xa0\x75\x28\x57\x4e\x69\x5d\xcc\x67\xb5\x05\ \xea\xa4\xf8\xb0\x85\x9b\xce\x35\xfd\xb1\xa7\x42\x9b\x95\xa7\xe3\ \x48\x56\x57\x68\x11\x79\x39\x5b\xf6\xaf\xfd\xbd\x58\xfb\xb1\x15\ \xe5\x84\xce\x60\xd2\xaa\xf3\x13\x9f\x5d\x59\xb6\x3b\xbe\xfb\xa0\ \xce\xb9\x09\x09\x79\x85\xfa\x84\xdb\x57\x5e\x19\x5d\x4a\xd8\xe7\ \x6c\x58\x7b\xaa\xe1\x90\x51\x7e\xe2\x22\x82\x7c\x1c\x96\x53\xaa\ \x5a\x75\x00\x30\xa7\xfd\xb6\xf9\xcc\x0f\x83\xc6\xfa\xbc\xb6\x07\ \x73\x26\x4d\x76\x01\x4f\x9b\xb5\x27\x0e\x9d\x45\xe9\x92\xc6\x94\ \x64\x83\x44\x69\xd6\xe8\x8c\xe6\xb7\x26\xd1\x8c\xa8\xb0\x4c\xb1\ \x77\x29\x5f\x12\x16\x8b\xbe\xb0\x20\x37\x29\x61\xcb\x2f\xeb\x94\ \xf5\x7a\xba\xe7\x86\xde\x7f\x61\xb5\x71\x09\x4f\xc2\x9f\x38\x17\ \x2f\xe7\x44\x40\xa7\x53\xd4\xac\x19\x70\xe6\xb7\xf9\xfb\xee\x65\ \x32\xc8\x7d\x79\xff\x5a\x78\x62\x4e\x01\xe9\x54\xbb\xa2\xd3\x91\ \xf9\x53\xcf\xc7\x1a\x88\xb4\x44\x1d\xcb\x6a\xb5\x9a\xf8\x88\x53\ \x2b\xce\x67\xf7\xea\x58\xe9\xfe\xb5\x9b\xe9\x85\xfc\x7f\x17\x81\ \xb2\xac\xa5\x52\xa5\x4a\x6b\x57\xaf\x2e\x53\xa6\x8c\xd1\x60\x20\ \x88\x2f\x59\xd0\xff\xce\x33\x35\x75\x89\x3a\x55\xad\x2e\x55\x01\ \xc4\x26\x1b\x82\xea\xd6\x96\x81\x4d\xcb\xb7\xab\xd4\xbc\x6a\x48\ \x31\x32\xf0\xd2\x82\x61\x43\xce\x05\xb7\x1e\x36\x7b\x40\x73\x19\ \x01\x51\xc9\x86\x03\xdb\x9f\x5f\x33\x61\xe8\x5e\xdf\xca\x63\x87\ \xd5\x3b\x70\xe8\xc5\x90\x55\x7f\xba\xdd\x58\xba\xeb\xc4\x49\x47\ \x59\x60\x8b\xaa\xd2\x03\xbf\x8e\xb9\x10\x99\xab\xa8\xd6\xa7\x6f\ \xf5\xb2\x0f\x6b\xfb\x2f\x9f\x3f\x8c\xeb\x37\x9c\xa6\x5d\x1b\x95\ \xf5\x4c\xbe\xc6\xd5\xae\x5f\x09\x42\x86\x5a\xe6\xdb\xa6\x41\x88\ \x4c\x57\x7b\xf1\xcc\xbe\xbf\x45\x86\x55\x1e\xb6\xd5\x83\x02\x80\ \xe4\xd8\x57\x51\x2f\xc3\x7e\x99\x30\xd1\xaf\x4a\xa7\xd5\x93\x3b\ \xdd\x5d\x7e\xa5\x6a\xe3\xea\x30\xa5\x6b\x69\xdf\xda\x35\x2a\x96\ \x50\x75\x1d\xb3\x60\xe2\xa0\x23\x6e\x6d\xa7\x2c\x68\x12\x50\x42\ \x53\xdb\x6f\xed\xdc\xa1\x86\x11\x8b\xfa\x0e\x19\x32\x69\xf6\xfc\ \x7e\x67\x1d\x1b\x8d\x5e\xf8\x63\x55\x15\x00\x98\x71\xec\x1c\x0c\ \x32\xcc\x1c\x8c\x12\x2d\x30\xab\x17\xfa\xb7\xc7\x92\xc9\xf0\x2e\ \x87\x95\xf3\x8b\x18\x33\xd1\x84\xfa\xf5\x8b\xda\x7f\xe3\x31\xda\ \xf4\x2f\xba\x5e\xa5\x1d\x7c\x2e\x61\xc8\x34\x74\x9c\x84\x6e\x95\ \xb1\x7b\x26\x8e\xbd\x84\x45\xc0\xd0\xb9\x08\x76\x44\xef\xae\x98\ \x3d\x15\x5e\x65\xb1\x72\x19\x94\xb9\x98\x3f\x01\xa9\x1c\xa4\x3e\ \x58\xba\x10\x99\x77\x70\x37\x11\xa5\x4e\xa2\xf7\x29\x8c\x99\x8e\ \xa8\x23\xc8\xa9\x87\x8a\x2d\xd0\xad\x2a\x46\xf4\x84\x8b\x0f\xa6\ \xcf\x41\x59\x67\xd4\xef\x8e\xb4\x5b\x70\x7e\x88\x11\x0d\xa0\x77\ \xc5\x91\x49\x18\xf6\x04\x3d\x66\xe3\x87\x40\x78\xfd\x88\xf1\x4b\ \xf0\x22\x10\xf3\xd6\xc3\x2d\x13\x17\x6e\x81\x2a\x8b\x41\xbd\x50\ \x6f\x14\x86\xd6\xc2\x80\x96\x58\x39\x1c\x81\xd5\xb1\x66\x1a\x72\ \x1f\x62\xc6\x72\x18\x79\x78\xd7\xc6\xc2\x8e\x30\x87\xc2\xf2\x27\ \x4c\xbd\xd1\xca\x1d\x7d\x3b\xe3\x7e\x3c\xf6\xcd\x46\xf5\xd2\x38\ \x39\x0e\xc3\x86\xa0\x4a\x1b\xb4\x90\xe0\x68\x2a\xbc\x73\x60\xf4\ \x40\x09\x0b\x6e\xbf\xc0\xf3\x39\xf0\x2d\x81\x25\x4b\x51\xd2\x11\ \xed\xaa\x60\x6a\x2f\x3c\x7c\x84\xf9\x45\x4c\x08\x99\x93\xb7\x9f\ \xa3\x77\x9d\x9e\x7d\x6b\xfb\x87\xaa\x9c\x4b\x0f\x9d\x3a\xc4\x51\ \x2a\xea\xda\xa5\xc9\xcc\x85\x03\x1e\x14\x73\xac\x16\xd2\xec\xd5\ \xc5\x6d\x53\xf7\xdf\x32\x13\xee\xe3\xa6\x15\x6d\xc1\xa8\xda\xa2\ \xe9\xb1\xc3\x57\x88\x51\xfd\xfc\x67\xce\xed\x3f\xce\x5b\x11\x5c\ \xc3\x5f\x9c\xbc\x71\xe6\xaf\x0f\x52\x0a\xfd\xda\x0d\xec\xd9\xba\ \x9e\xe6\xe2\x9e\xb9\x03\x7e\x1a\x32\x6f\x79\x97\x2a\xce\x42\x76\ \x2c\xe9\x5d\xa9\x8e\x1f\x95\x74\xae\xb0\x52\xed\x4e\xa4\x36\x85\ \xb5\x2b\x59\xa6\x6a\x48\x70\x8f\x26\xd3\x17\x0c\xb9\xe0\xe4\x33\ \x7c\xde\x9c\x90\xf2\xaa\x2e\xb5\x0f\x4f\xe9\x33\xc0\x4b\x65\x5f\ \xbd\xad\x6b\x76\x6e\x44\x48\xb5\x4a\x29\xd1\x7f\xda\xfb\x57\x71\ \x21\x91\x9b\x91\xe0\x1c\x54\xa3\x9c\x9b\x0b\x35\xa4\xe3\xf4\xb5\ \x63\x1f\xef\xf0\x1e\xbc\x68\x71\xfb\xbe\x03\xce\x4f\x5c\x3c\x3c\ \xcc\xd7\xad\x6c\x75\x0f\xa9\x55\xfe\x70\x1b\x30\xb0\xe5\xcc\x59\ \x7d\xef\x79\xf8\x0c\xfb\xe5\x97\x12\xe2\x87\x12\xff\x2a\x65\x3c\ \x10\x77\xdc\x50\xae\x7e\x13\xab\x9e\xe2\xd3\xf0\xc7\x3a\x87\x26\ \x0d\x1e\x11\x59\xb7\xc7\xdc\xd1\x2d\x4a\x3c\x3f\xbc\x70\xfe\xee\ \x30\x8e\x65\x2b\xf7\x5b\xd0\x8a\xb9\x3c\x29\xbd\xc4\xaa\x05\x95\ \x00\xd4\xee\xd4\xcb\x7f\xc2\x82\x21\x93\x9d\xdb\x4f\x5a\xd6\xa3\ \xbc\xf2\xc0\xa2\x59\x7b\x1e\xa5\x08\x50\xf4\x9c\xb5\x54\xfa\x74\ \x77\x98\xa2\xd1\xef\x0d\x8a\x5c\x6b\x85\xc2\x54\xbd\x2a\xa8\x6d\ \x25\x15\x00\x6d\xdc\xad\x6c\xa7\x90\x51\x4d\xde\xba\x38\x88\x3d\ \x6b\xf6\x69\xb4\x67\x7e\xdf\x41\x5e\x76\x92\xca\xdd\xbc\xfc\x2b\ \x3b\x78\xfd\x31\x6d\xe8\x68\xfd\xa2\xa5\x33\x2a\x7a\x17\x51\x6c\ \x56\x76\x66\xc9\xaa\x75\x7c\x08\xc0\xb5\xc1\x8f\x0d\x0f\xcf\x1d\ \x3c\x34\x28\xa4\xdb\xaa\x89\x1d\xef\xae\x18\x74\xd7\xa3\x5f\xcd\ \x32\xde\x80\x21\xaf\x40\x5c\xb3\x41\x35\x00\xc1\xed\x86\xad\x6e\ \x07\xe3\x8b\xbd\xe2\x40\x2c\xec\x52\x73\xe3\x98\x9e\xe6\x96\xf3\ \xc6\x77\x18\x1f\xd2\x01\xd9\x57\x36\xcb\x22\x8b\x0d\x6a\x53\xb5\ \x30\xb6\xe7\xde\x9f\x7e\x19\x3a\xdb\xaf\xe7\xcc\xf5\xed\xbc\xb3\ \x47\x2c\xde\xdd\x6f\x55\x6d\x2f\xbb\xff\x32\x11\x94\x61\x18\x81\ \xe7\x79\xee\xeb\xbc\xff\x69\x7f\xcf\xd8\xb8\xf8\xca\xd5\x6a\xfd\ \xcd\xb1\xc6\x39\x96\x23\x69\xea\x3d\xaa\xe7\x39\x0e\x9f\xf6\x3a\ \x15\x04\x9e\xe3\x04\x9a\xa6\xde\x3a\xdd\x81\xfc\xd8\x73\x54\xf3\ \xfc\xf2\xc6\xbd\x97\xf2\x0b\x72\x53\x0c\x4e\xe3\x17\x2c\xae\xe9\ \x43\x03\xc2\xbe\x59\x5d\x2f\x2b\x07\x6f\x99\xdc\x9c\xfa\xac\xab\ \x29\xcf\xbd\x1b\x7d\xef\x6d\xe6\x02\x27\x10\xd4\x07\x89\x04\x30\ \x6c\x91\xe7\xa6\xf5\xe7\xb7\x3b\x43\xf2\x6f\x84\x7f\x01\x1c\xf7\ \xd6\xb5\xe8\x83\x7c\x04\x01\x1c\x0f\x9a\x7a\xb7\xaf\xc0\x0b\x45\ \xfe\xa1\x6f\x73\x63\x41\xd2\xdf\x50\xd6\xc7\x9d\xc9\x81\xe5\x41\ \xd1\x78\xbd\x13\xec\xbd\x68\x29\x02\x81\x77\x5f\xc1\x85\x3f\x70\ \x3d\x16\x59\x09\x70\xae\x85\x39\x63\x8a\x3e\x06\x1c\x0b\x92\x06\ \x01\x5c\xd9\x8c\x5f\x76\xa2\xf3\x6a\xfc\xf0\x02\x13\x1f\xe0\xe8\ \x3a\x88\x29\x00\x08\x3b\x8d\xbd\x77\xa1\x4b\x07\xeb\x87\xe5\xb3\ \xa1\xfa\xf2\x9e\x8a\xb7\x6e\xc0\x02\xcb\x72\x14\x4d\x7f\xb2\x47\ \x39\xbe\xa8\x62\x02\xcf\x71\x02\x41\xbf\xae\x25\xcf\xf1\xe4\xd7\ \x5c\x95\x3f\xf0\x34\x16\x38\x8e\xa0\x5e\xd7\x89\x49\xfb\xb9\xef\ \x30\xdf\xe1\x3b\x46\x36\xf8\xc0\x23\x8c\x67\x39\xbc\x29\x85\x13\ \xf0\xd1\x48\xf8\xba\xf7\x32\x2f\xe0\xcd\x13\x1c\xc7\x82\xa4\x29\ \x3e\x6b\x46\xff\x61\x3e\x43\x7e\x1b\x51\xdf\xf3\x93\x2f\x8b\xe3\ \x38\x92\xa2\x88\xc2\xa7\x43\xfb\x2e\x6e\xbb\x62\x77\xdb\x40\xf1\ \x5f\xf0\x26\xe1\x39\xe2\x9d\x81\xcc\xf1\x3c\xf5\x85\x59\xfd\x6e\ \xe5\xfe\x2f\x8b\xd7\xff\x85\xc7\xa5\x69\x0b\x0a\xb2\x32\xd2\x4b\ \x06\x05\x73\x1c\x2b\xf0\xbc\xc0\xf3\xdc\x1b\x8f\x25\x96\x8d\x89\ \x8e\x2e\x55\xb2\xc4\x37\x79\xcb\x93\x24\x19\x17\x17\xcf\x0b\xf8\ \xfa\x10\xfc\xab\x66\x85\xa2\xbd\x36\x78\x67\x92\x12\xef\x1f\x3c\ \x21\xbc\x7f\x50\x12\xf1\x26\xce\x9c\xf0\xf6\xe2\x3b\xf7\xdf\xe6\ \x46\xbc\x13\x91\xee\x2d\x03\x98\xd4\xa9\x4f\x23\xa2\x75\xbc\xa4\ \x44\xc5\xea\xa5\xdc\x65\x66\x96\x07\x84\x9c\xe4\x78\xce\xae\x98\ \xa7\xa3\xe4\xa3\xca\xbc\x5b\xab\x0f\x33\xff\x7c\x25\x3f\xa6\xbb\ \x0f\x8f\x7b\x12\x3e\xfa\x1b\xef\x3f\xfc\x41\x3e\x9f\x4c\xf8\xa9\ \x4e\xf8\x52\xd1\xef\x76\x0a\xf1\x0d\x99\x7f\x32\x9f\x8f\x7f\xa6\ \x44\x21\x3a\x15\x12\x27\x54\xaf\x02\x19\xc0\xbf\x9f\xc3\xab\x47\ \xc8\x16\xa1\x76\x35\x14\x26\x41\x4d\xc3\xdf\xad\x28\x6d\x6e\x02\ \x22\xe2\x41\xca\x51\xb5\x06\x54\x34\x38\xe1\xe3\x21\x41\xbc\xe9\ \x58\xe2\x53\xdd\xf6\x51\xbf\x7d\xfa\x99\x0f\xde\x11\xf1\xe1\x9b\ \xc5\x3b\x45\x08\x1f\xbc\xee\xd7\xec\x59\x18\x9b\x90\xe3\x51\xa2\ \xa4\x82\xe4\xf0\x61\x12\x7c\x6e\x24\xe0\xc3\x26\xbc\x57\x2e\x3e\ \x91\x43\x51\xb5\x05\x73\x41\x6c\x92\xda\xa7\x54\x09\xe9\xeb\x10\ \xd8\x9f\x2a\x08\x9c\x2e\x23\x36\x4b\x28\x55\xda\x1b\x2c\xff\xf1\ \xfb\xfd\xc4\x04\x78\xef\x30\x97\x2f\x8d\xde\xcf\xb4\xee\xdd\x77\ \x21\x7c\x3c\xa8\x3e\xb8\x4e\x7c\x2d\x9f\xef\x7f\xc9\x88\x65\x18\ \x89\x54\x5a\x34\x28\xac\xff\xac\x61\xdb\x38\x8e\xa2\xa8\x12\xc5\ \x03\xbf\x89\x3d\xad\xe2\x27\xcf\x71\xf8\xef\x07\x41\x89\xa4\x52\ \x31\x01\x81\xb5\x98\x2d\x4c\x51\x8b\x68\xb1\x94\x10\x2c\x0c\xc3\ \xc3\x86\xbf\x0e\x5a\x02\x31\x0d\xf0\x30\x9b\xf1\xb1\x72\x23\x92\ \x41\x44\xc0\x68\x04\x41\x43\x44\xbc\x3e\x0d\x05\xa0\xc4\x90\x88\ \x00\x01\x16\x33\xd8\xef\x7c\x64\x11\xa4\x58\x22\xe6\x2c\x26\x8e\ \xff\x9b\xc6\xa8\x58\x42\xb3\x66\x33\xff\x65\x9a\x21\x69\x89\x98\ \xb4\x98\x6d\xa7\x98\xfc\xc7\x16\x8c\x08\x42\xe0\xf9\xa2\x30\x65\ \x1f\x09\x94\x9f\xf4\x96\xff\x34\x7b\xda\x60\x83\x0d\x36\xd8\xf0\ \x15\x49\xe2\xb3\x9f\x3a\x92\xfc\xf2\x7a\xd3\x3f\x03\x82\x20\x7c\ \xc1\x9f\xcb\x06\x1b\x6c\xb0\xe1\xaf\xb1\x27\x41\x10\x7a\xbd\xde\ \x64\x32\x09\xff\x74\x3d\x41\x2c\x16\x2b\x95\x0a\x82\x20\x09\x82\ \xf8\x4b\x5f\x0b\xe1\x35\xfe\xea\x67\xe6\x4d\x42\xdb\xe0\xb3\xc1\ \x86\x7f\x1a\x7b\x92\x24\xa9\x56\xab\xd5\x05\x5a\x80\xe4\x38\x16\ \xf8\xc7\x4a\xa0\x04\x01\x9a\xa6\x74\x7a\x83\xab\x8b\x73\x61\xa1\ \xce\x64\x32\x7d\x2b\x03\x42\x90\x88\x25\xf6\xf6\x76\x14\x4d\xe5\ \xe7\x6b\x8c\x26\x23\x84\x6f\x4d\x28\x16\x89\x95\x4a\xa5\x54\x2a\ \xb1\x11\xa8\x0d\x36\xfc\xd3\xd8\x53\x10\x04\xb5\x46\x53\xae\x42\ \x15\xb1\x58\xfc\x8f\x6f\xbf\x20\x08\x11\xe1\x4f\xb2\xb2\x73\x3c\ \xbd\x7d\x5d\x44\xa2\x6f\x65\x34\x02\x02\xcf\xe7\x66\x67\xf1\x1c\ \xa7\x72\x76\x75\x76\xf7\x14\xf8\x6f\x4d\x08\x20\x37\x2b\x93\x24\ \x09\xb1\x58\x6c\x23\x50\x1b\x6c\xf8\x47\xb1\x27\x41\x10\x46\x83\ \x91\xa6\xe9\xff\x85\xf6\x5b\x1b\x4b\xca\xe5\x8e\x4e\x4e\x02\xcf\ \x7f\xbb\xa0\x4d\x90\x44\xbe\x5a\x5d\xa8\x2d\x2c\x11\xe4\xfa\x57\ \x13\xea\x0b\x75\x46\xa3\x5e\x22\xf9\x37\x88\x9f\x14\x2d\x02\xcf\ \x72\x6f\x83\x3f\x53\x62\x11\xc9\x5a\x3e\xeb\x4f\x40\x90\x14\x4d\ \x11\x2c\xc3\xfe\xc5\x82\x09\x5a\x2c\x12\x58\x86\xe3\x09\x91\x98\ \xe6\x18\x0b\xff\x9f\xa7\x7d\x82\xa4\x69\x52\x60\xbe\xa7\x15\x7a\ \x92\xa2\x29\x82\x67\xd8\x2f\x18\xca\x09\x91\x58\xc4\x33\x0c\xf7\ \x1f\xfb\x2e\x92\x14\x4d\x82\x67\x39\x9b\xb1\xfe\xbb\x64\x4f\x2b\ \xa7\xfc\x6b\x13\x5b\xe0\x58\x86\x13\x44\x62\xd1\x7f\x93\xb6\x2f\ \x08\x0c\xcb\x00\xe0\xfe\x8a\x93\x16\x4d\x88\x58\x96\xb1\x30\x16\ \x81\xe7\xff\x62\x42\x9a\x65\x19\x41\xe0\xbf\x28\xa0\xbe\xdf\xf9\ \xa4\xc8\x4e\x21\x31\x1b\x74\x66\xf6\xbd\xf8\xcd\x04\x84\xc2\xbc\ \x1c\x5e\xa2\xb0\x93\x89\x05\x41\x20\x08\x82\xb3\x68\x93\xb3\x8c\ \x8e\x2e\xae\x4a\x99\x4c\x2a\xe2\x75\x3a\xa3\xf0\x9e\x8f\x2c\xc1\ \x99\x0a\xd5\x7a\xce\xc1\xd1\x9e\x7c\x5d\xc4\x17\x66\xa3\x35\x08\ \x3f\x40\x10\x60\x73\x52\x33\x29\x3b\x17\x95\x94\x4d\x4f\x29\x50\ \xba\xb8\xc9\xa9\xaf\xdb\x2a\x5e\x27\xff\x7c\xbb\xac\x7c\x4f\x53\ \xe0\x58\x4e\xf8\x70\x04\x32\x06\x8d\xda\x42\xa8\x1c\x94\xc4\x67\ \x86\xa2\xd5\xdc\xfc\xef\x97\xdf\x3f\xaa\x77\xd1\x55\x12\x66\x5d\ \x7e\x21\x4b\x3b\xda\xc9\x89\x4f\xb6\x9e\x20\x08\xce\x92\x91\x92\ \x29\x73\x74\x55\x4a\xa8\xcf\x54\xec\x93\x9d\xf0\x99\xab\x9f\xaa\ \x9a\x51\xab\x36\x43\x62\xaf\x94\xc2\xa6\xb8\xfc\x7f\xff\x9a\x7e\ \xf5\x09\x9e\xe7\xac\x10\x04\x4b\xc2\x8b\xc8\xa4\x1c\xe3\x17\x1e\ \x2e\x4c\x8b\x7a\xf8\x34\xfe\x35\x97\xf0\x19\xb1\x91\x31\xe9\x9a\ \xbf\xa1\x19\x9c\xc5\xa4\xd3\x9b\x85\x7f\x75\xb6\x10\x20\xf8\x4f\ \x41\x10\x40\x51\x14\x80\x4f\xde\xb5\x8e\xe6\xf7\x9f\x17\x48\x92\ \x14\x84\x77\x2f\x0a\x04\x41\xe0\xfd\xfc\xbf\x3a\x43\x88\x77\xaa\ \x46\x52\x22\x3e\x3f\x62\xf1\xc2\x15\x0f\x32\x78\xe9\x3b\x5f\x25\ \x82\x24\xa5\xd0\xee\x59\xf8\xf3\xbe\x3b\x29\x12\x99\x18\x00\x45\ \x4b\xb4\xaf\x2e\x8c\x9e\xb1\x2a\x85\xb4\x4f\xbe\xb5\x77\xfe\x9a\ \x53\x46\x52\xfc\xee\x67\x8c\x92\xc8\x73\xee\x1f\x98\x3e\x7f\xbb\ \x86\x94\x50\x84\x95\x11\x08\x6d\x76\x72\x42\x86\xf6\xa3\x3d\x32\ \x04\x45\x53\x04\x49\x51\x14\x49\x90\x94\xd8\x92\xb5\xf1\xe7\xc9\ \x27\x9e\xeb\xe4\xfa\x27\x33\xa6\xce\x78\x92\x2f\x88\xbe\xba\x29\ \x85\x20\x48\x92\x7e\xb3\x19\x8c\xa4\x28\x9a\x26\x3f\x5a\x5d\x23\ \x48\x30\xe9\x49\x71\x59\x7a\xee\x83\x7b\x62\x89\xf8\xe5\xc5\xb5\ \xd3\xd6\x1f\x37\x49\xe4\x1f\x6c\xe9\x11\x40\x88\x25\x52\x31\x4d\ \x58\xcc\x26\xb3\xe5\xdf\x6d\x97\x17\x04\x08\x20\x49\x02\x82\x40\ \x50\xb4\x54\x2a\xb1\x36\x94\x24\x29\x99\x94\x7a\x78\x6c\xed\xd4\ \xad\x57\x79\xb1\x8c\xf8\xb4\x54\x28\xa6\xb4\x31\x4b\xc6\xfd\x7c\ \x33\x51\x2f\x11\x51\x9f\xce\x9c\x10\xac\x99\x83\xa0\xa4\xd2\xa2\ \x50\x26\x24\x49\x7e\x9b\x57\x39\x21\x11\xe3\xca\xa6\xb9\x2b\x0f\ \x3d\xa4\x15\x52\xd2\xc6\x5e\xdf\x2d\x7b\x12\x24\x05\x8b\xf6\xfe\ \xd9\x13\xa7\x2f\xdc\xb8\x76\xed\xfa\xa5\x6b\xf7\x93\xf2\x2c\x24\ \xf1\xb5\x77\x6c\xd1\x6b\x75\xc6\x77\x46\x0b\x2f\xf0\x7f\xc7\x17\ \x52\x9d\x18\x79\x3f\x32\xfd\xff\x30\x8d\x84\x8f\xff\x13\x04\x04\ \x81\x8b\x89\x89\x36\x9b\x4d\x24\x49\x00\xfc\xfb\x0f\xf0\x1f\xa7\ \xb5\x58\xcc\xf9\xea\x3c\x9e\x67\xad\x52\x11\x20\x90\x24\x0a\x0b\ \xb5\xba\xc2\x82\x8f\xf2\xff\xb4\x7a\x2c\x35\x25\xcc\xea\xdb\x69\ \xd7\xe3\x4c\xa9\x54\x2a\x57\x12\xc7\x96\x8e\x1f\xba\xfc\xaa\x48\ \x2a\xe6\x18\x86\x17\x00\x90\x12\x99\x42\xa5\x52\xa9\x1c\x55\x0a\ \x99\x84\xe4\x2d\x69\x71\x71\x85\xbc\x54\x2a\x77\xb4\x93\x4b\x08\ \x82\x60\x4c\xda\xb4\x2c\x35\x47\x90\xe0\x59\x86\xe3\xac\xfa\xaf\ \xc2\xce\x41\xa5\x52\xa9\x1c\xec\xa5\x62\xda\x94\x97\x96\x90\xae\ \xb1\x73\x52\xd9\x39\xd8\x49\x68\x5a\x2a\x13\xce\xac\x5f\xb0\xf4\ \x68\x8c\x83\x93\x9b\x5c\x4c\xbd\x79\xbb\x62\x85\x3c\x7c\xd7\xa4\ \x72\x8d\x7a\xdc\x49\xe5\x15\x52\x8a\xe0\x2d\x79\x99\x99\x7a\x86\ \x20\x58\x5d\x46\x76\xb6\x85\xff\x0a\x63\x91\x22\xb9\xe9\xe5\x9e\ \x86\x2d\x3b\x1d\x8f\xd4\x29\xa4\x34\x29\x92\x11\xea\x88\x41\x1d\ \x1a\xcf\xb9\x98\xaa\x90\xd0\x62\x99\x52\xa5\x52\xa9\x1c\xec\xc4\ \x22\x89\x98\x89\x5f\x38\xfd\xe7\x4b\x59\x22\x7b\x67\x07\x11\x09\ \xbc\xae\xad\x4c\x2e\xd1\xe5\x24\x26\xe5\x1a\x55\x4a\x3b\x3b\x7b\ \xa5\xe8\x2d\x83\x12\x62\x31\x9d\x1e\x71\x6e\x4c\xef\xae\x6d\x3a\ \xf7\x6e\xdf\xa1\xdb\xf4\x1d\xd7\x2c\xb4\x5c\x69\xef\xa0\x52\xa9\ \xec\x95\x32\x92\x00\x08\x52\xa6\xb4\x57\xa9\x54\x0e\x0a\x19\x09\ \x41\x20\x28\x99\xc2\x4e\xa5\x52\xd9\x7d\x8d\x71\x48\x91\x4c\x54\ \xf0\xec\xa7\x1e\xed\x76\x3f\xcb\x97\x4b\x25\x9c\x2e\xf7\xc5\x8b\ \x04\x33\x4f\x2a\x15\xf4\xb5\x6d\x93\x7b\x2e\x3c\x9c\xa5\xce\x49\ \xcd\xb7\xa8\xec\xed\x1d\xec\x14\x22\x12\x82\x20\xbc\xe9\x5e\xa5\ \x4c\x4c\x10\x04\x18\x53\x76\x66\x96\x91\x05\x41\x80\x96\xc8\x54\ \x2a\x95\xca\x41\x29\xa6\x49\x00\x20\xc5\x0a\x32\x6b\xee\xc8\xae\ \x73\xce\x24\x28\xe4\x52\x92\xd1\x46\x47\x46\x69\x59\x42\xa6\x94\ \x45\x9f\x5e\xdf\x69\xe0\xda\x7c\x41\x2a\x93\x2b\x55\x2a\x95\x83\ \x9d\x42\x44\x12\x82\x00\x91\x44\xae\x52\xa9\x54\x2a\x7b\x09\x45\ \x12\x94\xc8\xce\x5e\x25\xb5\x73\x30\x64\xc6\x27\x67\x17\x92\x14\ \x25\x95\x2b\x55\x2a\x95\xca\xfe\xc3\xaf\x8b\x0d\xff\x9f\x35\xf7\ \xd7\xb2\x23\xa3\x33\xd2\x65\xea\xd7\x2e\xee\x2c\xe6\x78\x9e\x20\ \x91\x91\x2f\x25\x45\xb4\x60\x29\x78\x19\x19\xab\x31\x32\x84\x48\ \x59\xb2\x4c\xb0\x8b\x82\x02\x6f\x4a\x88\x7a\x99\x5e\xc0\xf2\xba\ \x3c\x42\xec\xfb\xe6\x6d\x8a\xa4\x12\x89\x44\x04\x30\x29\xaf\x62\ \xd2\xb2\xb5\x1c\x21\xf2\x08\x2c\x55\xdc\xe3\xf5\x21\x93\xbc\x31\ \xe9\x55\x6c\x5a\x4e\xa1\xd8\xc1\xbd\x42\xf9\xe2\x6c\x4e\xd2\xf3\ \xd8\x74\x56\x64\x5f\xba\x4c\x90\xb3\x1c\xd9\x49\xb1\x09\x69\xf9\ \x2c\x28\x27\xef\x80\xd2\x7e\x2e\x24\x00\x46\x17\x13\x19\x9d\xad\ \xe3\x5c\x7d\x4b\x94\xf6\x75\x02\xa3\x4f\x88\x8d\x4b\xcf\xd3\xc9\ \x5d\x7c\xdd\x08\x42\x93\xfc\xf2\x16\x93\xe5\xe4\x1b\x54\xc6\x9d\ \x8a\x7e\x11\x9d\xa3\xe3\x5c\x7c\x4b\x05\xfb\x7e\x53\xdc\x6f\x41\ \x10\x78\x8e\x7b\x1d\x5c\xba\x48\xe8\xa3\x28\xfa\xe6\xcd\x5b\xe7\ \xcf\x9d\xab\x59\xb3\x66\xeb\x36\x6d\x48\x92\x7c\x57\x43\xe7\x79\ \xc2\xaa\x7d\xf3\x7c\x51\x42\x92\x24\x19\xc6\x72\xfc\xf8\xb1\xe2\ \xc5\x8b\xd7\x6f\xd0\x80\x61\x18\x91\x48\x94\x91\x91\x71\xfc\xd8\ \xb1\x7a\xf5\xea\x95\x2d\x5b\x96\x61\x59\x6b\x42\xfe\xb3\x6a\x3b\ \x41\x08\x4c\x4e\x7a\x5a\x31\x42\x22\x55\xda\x03\x46\x4b\x61\x5e\ \x06\xab\xa3\xa4\x76\x2a\x67\x47\x89\x4c\x2c\xa2\x2d\xd7\x0f\x6f\ \xdd\x77\x39\x92\x23\x65\x35\x5a\x76\x1b\xd0\x32\xd0\x5e\x66\x3e\ \xbd\x65\x7e\xfa\x25\x55\xb1\x6a\x6d\xc7\xf4\x6b\x49\x12\xa4\x88\ \xa6\x05\x01\x72\xb9\xca\xd9\x41\x2e\x12\x89\x05\x75\xf4\xe6\x15\ \xdb\x1e\xa6\xe8\xc4\xf6\x3e\xdd\x46\x8f\x0d\xb0\xb3\x2b\x4c\x38\ \xf6\x53\xff\xfe\x12\x85\x57\x9f\xa1\x43\x1b\x95\x57\x0a\x26\xdd\ \x8d\x83\x2b\x86\x24\x1e\xae\xdc\x71\xcc\x80\x7a\xc5\xcc\x16\x16\ \xb4\x54\xa4\x79\xb6\xe7\x54\xb8\x03\xa3\xdf\x75\xf4\x7a\xfd\x69\ \x1d\x48\x10\x14\x4d\x5b\x89\x89\xfe\xcc\xae\xf3\xf7\x05\x57\x4a\ \x9f\x95\xfe\xe2\xfe\xad\x35\xbf\x1f\x69\xbe\x7e\xa4\x8b\xd4\x7c\ \xfa\xe0\xe6\x83\x37\x9e\x77\x6d\xab\xa3\xc5\xfc\xcd\x3f\x97\xed\ \xbe\x9e\x40\xda\x07\xf4\x1f\x39\xbc\xae\x07\xa5\xcf\x4e\xfc\x63\ \xde\x4f\x4f\xfd\x7d\x7a\x4f\xf8\xb9\x86\x24\x71\xcb\x8a\xad\x0f\ \x52\x74\xe5\x5b\xf4\x29\x6b\xaf\x4a\x7b\x78\x74\xf8\xc0\x38\x99\ \x63\xc9\x41\x23\xfa\x97\x71\xa6\x19\x8e\xa7\xc4\x12\x63\xd2\x8d\ \xd1\x7d\x26\xda\x75\xfa\x79\x7d\xef\x7a\x64\x41\x5a\x36\xed\x45\ \x15\xc4\x6f\x59\xb9\xf1\x41\xa2\xc1\x2d\xb8\xf1\xa8\x21\x1d\x5c\ \xf8\x9c\xc3\x6b\x96\x5d\x7e\x91\xe5\x58\xb6\xd1\xa8\x01\x5d\x7d\ \x89\xf4\x03\xeb\x96\x5e\x7a\x9e\xe9\x5b\xa5\xd5\xf0\xbe\x2d\xec\ \x79\xcb\xe7\xec\x2c\x3c\xc7\x29\x9c\x5c\x09\x2e\xef\x56\x78\xe6\ \xa8\x06\x7e\xaf\x8e\x6f\x6b\x37\xe6\xd2\xd6\xfb\x17\xda\xca\xf5\ \x91\xf7\x43\x65\xb5\x5b\x39\x51\x0e\x29\x07\xfe\x1c\x34\xe0\x81\ \xdc\xa3\xec\xd0\x61\x7d\x4a\x3b\x4b\x98\xfc\xb8\xcd\xab\xb6\x3d\ \x4c\xd4\x05\x37\xec\x31\xbc\xd7\x0f\x62\x82\xa0\x69\x9a\x24\x08\ \x89\x4c\x1c\x75\x71\xdf\xa6\xfd\xb7\x8c\x0e\x81\x03\x86\x0d\xac\ \x5e\x4c\x61\x61\x38\x42\xe9\xe2\xc4\xb0\xd7\x6e\x46\x51\x7d\xaa\ \x6a\xee\xfc\xd9\xb3\xfb\x9c\x01\xc7\x1e\x4e\xae\x47\xbf\x78\x7e\ \x4f\xed\xd4\xca\xcd\x9e\xba\x7f\x68\xe3\x8e\x0b\x11\x52\xef\xf2\ \x83\x87\x0d\xa8\xe0\xca\x3f\xba\xba\x7b\xcf\xb1\x50\x1d\x67\xdf\ \x7d\xe2\xc4\xda\x8a\xd4\x25\xf3\xb6\xc7\xeb\x44\xa9\x8f\xb2\x3d\ \xba\xc8\x45\xbc\xfe\xea\xde\x4d\xfb\x6f\xc5\x4a\xdc\x2a\x8d\x1d\ \xd3\xcb\x57\x49\xb2\xbc\x4d\x91\xff\xbe\x34\x77\x82\x22\xb8\xfc\ \x9c\xac\x94\xd4\xf4\xac\x1c\x2d\x48\x21\x3d\xee\x55\x66\x01\x6b\ \xce\x4f\x8d\x4c\xcc\x77\xf2\xf2\x94\x1a\xd3\x43\xef\x3f\x63\x04\ \x21\x29\x3c\x34\x22\xc5\xe8\xea\xee\x2a\x21\x04\x9e\x7f\x23\xc1\ \x08\x39\xc9\xaf\x12\xb3\xf5\xe0\x0b\xa3\xa3\x5e\x09\x2a\x0f\x37\ \x7b\x3e\xe2\xde\xc3\xd4\x82\xd7\x21\xa7\x8d\xb9\x91\x51\xf1\xb4\ \x93\x87\x9b\x93\x03\x93\x97\x70\xef\x49\x82\x83\x97\xbf\x1b\xa5\ \x09\x7d\x10\x69\x66\x2d\xf1\x31\x2f\x75\x62\x95\x97\x8b\x3c\x29\ \xfc\xfe\xe3\x78\x35\x04\x4b\xc4\xbd\xbb\xf1\x5a\xda\xd3\xdd\x2e\ \x29\xfc\xde\xd3\x14\x9d\x60\xcc\x7b\xf9\x32\x49\xee\xea\xe9\xe6\ \xa8\x24\x04\x41\xac\x74\xf6\xf3\xf7\xf7\x72\x14\xc5\x3c\xbd\x1f\ \x5f\x28\x0e\x0c\xf0\xb6\x97\x89\xbe\xbd\x23\x04\x81\x17\xde\x01\ \x45\x51\x8f\x1e\x3e\xbc\x7e\xfd\x7a\xa5\x4a\x95\x9e\x47\x46\x5e\ \xbb\x7a\x15\xef\xb8\x6a\x16\x39\x6c\x0a\x10\xde\xb9\xc8\x71\x9c\ \x52\xa9\xac\x5c\xa5\xca\x8d\x1b\xd7\x1f\x3f\x7e\x2c\x91\x4a\xd5\ \x6a\xf5\xe1\xc3\x87\xec\x1d\x1c\x4a\x94\x2c\xc9\xb0\xec\xbb\x09\ \x3f\xaf\x6f\x92\x12\x09\x1b\x76\xe5\xc4\xde\x3d\xbb\xf7\xef\xdd\ \x7b\x3f\x36\x4b\x24\x97\x13\x86\xc4\x9d\x3b\xf6\x26\x98\xe8\x88\ \x83\x8b\x47\x2f\x3d\xe7\x5f\xbb\x69\x00\x17\xfe\xfb\xb6\x63\x3a\ \x5a\x02\x0e\x4e\xbe\xe5\xea\xd7\xf0\x3f\xb5\x6e\xfa\xca\xb3\x09\ \x72\x29\x05\x40\x24\x11\x67\x84\x5d\xda\x7e\xe8\x21\x05\xf5\xca\ \x49\x23\x77\x3f\x43\xe3\x26\x55\x93\x6f\xee\xda\x1b\x9a\x40\xd3\ \x34\x29\x52\x55\xad\x57\xdf\x55\x7d\x6d\xe4\xb4\xf5\x69\x46\x31\ \x49\x51\x5e\x25\xaa\xb6\x6e\xd3\xaa\x92\xaf\x9d\xd5\xfa\x29\x95\ \x92\x61\xe7\x0e\xbf\xf2\xe8\xb4\x67\xf5\xf8\xc4\x73\xfb\x9f\x64\ \x99\x45\x7f\x31\x78\x04\x49\x09\x59\x29\xfa\x5a\xf5\x5a\x3a\xc6\ \x9f\x3c\xf2\x28\x9b\xcb\x08\xfd\xe3\x62\x76\x87\xc6\x0d\xa9\x8c\ \x34\x56\x20\x5d\x03\x2a\x74\xe8\xda\xc9\x5f\x7b\x73\xf2\xfc\x3d\ \x05\x9c\x98\x92\x2a\x82\x6b\x35\x6a\xdb\xa2\x51\x80\x3c\x77\xc5\ \xe4\xd1\xbb\x9e\xb2\x21\xb5\x6a\x96\x74\x53\x10\x02\x47\x29\xdc\ \x43\x1a\xd6\xe5\xc3\xf7\x4f\x98\xbb\xd7\x24\x92\x90\x80\x84\xe6\ \x43\xcf\x6c\x7d\xee\xd7\x71\xc5\xbc\x51\x55\x4a\xfa\x05\x57\xab\ \xf7\x43\xe5\xe2\x22\x9a\x2e\x59\xad\x71\x97\x0e\x8d\xe2\x8e\xaf\ \x5a\x76\xf4\x55\xec\x99\xe5\xf3\x0f\x44\x36\x6c\xdb\x3e\xa4\x94\ \x87\x92\xd6\x1f\xf8\x75\xe6\xce\x27\x42\xe7\x2e\xcd\x5f\x1d\x5e\ \xb1\x68\xd7\x43\x91\x42\xfc\xd9\xc6\xf0\x2c\xa7\xf0\xa9\x19\x10\ \x90\x71\xff\x19\xcf\x14\x84\x3e\x8c\x54\x48\x8d\x57\xef\xc4\xc0\ \x9c\xf7\x22\x56\x52\xb3\x6c\xb0\x98\x37\xd3\x76\x9e\xb5\x1b\xd4\ \xd6\xdd\xd9\xf6\xf3\xf2\x43\x3c\x55\xb8\x61\xea\xe8\x3f\x9f\x91\ \xf5\xea\x04\x5f\x5e\x37\x75\xce\x9e\xfb\xb4\x4c\x4c\x02\xa4\x58\ \x96\x15\xba\x7b\xc2\x2f\x47\x4a\xb7\xe8\x5c\x85\x0e\x9f\x38\x6d\ \x75\xb2\x49\x24\xa2\x78\xb3\xe0\x50\xb7\x4a\x31\x5d\xe2\xfd\x7c\ \xce\x14\x7a\xff\x31\xad\x94\x3c\xb8\xf2\x90\xe3\xf5\x71\x2f\xd2\ \xeb\xd6\x2d\xff\xea\xd4\xf2\xb1\xcb\x4e\x05\xd4\xa8\xab\x88\x3f\ \x39\x6c\xc2\xaa\x6c\x8b\xe5\xfc\x9e\x35\x0f\x8c\xae\x8d\x7e\xa8\ \xe7\x2d\xa4\xcc\xfb\x69\xd4\x85\x2c\xc7\x7a\x21\x41\x84\xc5\x42\ \x4b\xc4\x89\xa1\x87\xc7\x2d\xbe\x58\xa1\x69\xbb\x06\x95\x02\xc4\ \x10\x6c\x4b\x48\xdf\x9f\xec\x09\x82\x10\x2c\x79\xd9\x99\x42\x21\ \x41\xcb\x9c\xdd\x3c\xed\x68\x5a\x44\x91\x84\x20\xf0\x12\x95\x4b\ \xa0\xbf\x9f\xd8\x0d\x19\x37\xe2\xd5\x46\x5d\x62\x9a\x39\xa8\x46\ \xdd\x52\x6e\x74\x01\x9f\x93\x9f\xfa\xf6\x1b\x48\xd1\x22\x9a\x22\ \x01\x81\x14\xc9\x7d\x02\x03\x8a\xc9\xbc\x0b\xd2\x2f\xe4\x16\xe8\ \x7d\x1c\x1c\xac\x8c\x45\x4b\xec\xfc\x4b\x05\xba\xd1\x48\x79\x1a\ \x95\x57\x68\x56\x66\xa5\xc1\x64\xd6\xe5\x30\x3a\xa3\x99\xa0\x24\ \x5e\xfe\x01\x01\x2e\x12\x15\x6d\xba\x91\x98\x16\xec\xe0\x98\xae\ \x26\xab\xb6\xaa\xe8\x2a\x86\xbd\xa0\xbd\x17\x9f\x56\xba\xbc\x94\ \x96\xa9\x8a\x97\x0c\xb0\x27\x91\xa5\xe6\xc4\x76\x4e\xbe\xde\x1e\ \x80\xa0\x57\xc8\x38\xb5\x46\xc7\x79\x95\x7c\x73\xc8\xd9\xb7\x18\ \xbb\x78\x41\x78\x6d\x91\x14\x8b\xc5\x09\x09\x09\x17\x2f\x5c\xa8\ \x57\xaf\x6e\xe3\x46\x8d\x9f\x86\x87\x9f\x3a\x79\xd2\xd9\xd9\xb9\ \x72\xe5\xca\x6f\xa2\xa5\x0a\x3c\x5f\x14\x4b\x80\xe7\xdf\x24\x64\ \x2c\x96\x72\xe5\xca\xe5\xab\xd5\x67\xcf\x9c\xd1\x15\x16\x46\x47\ \x47\xd3\x14\xdd\xa6\x75\x6b\xea\x1d\xb9\xd5\x6a\x1e\xfd\x42\x9f\ \x93\x24\x13\x1b\xfe\xe8\x46\xbe\x8a\x20\xd8\xe8\xd4\x3c\x69\x79\ \x0a\x04\x6d\x67\x67\x2f\x66\x72\x4f\xef\xb9\x54\x6f\xd8\xfa\x59\ \x23\x9a\x44\x2a\xee\x5d\xda\x2f\x08\x3c\xcb\x10\x76\xb5\x9b\xb6\ \xef\xfb\x63\x15\x36\xf4\xe6\x89\xdb\xcf\xb8\x1e\x34\x49\x40\x10\ \x04\x4a\x2c\x73\x50\x39\x14\xbe\xbc\x78\x36\x1a\xb3\x8f\xff\xda\ \x36\x20\x3f\xe9\xe2\xbe\x04\x86\x65\x59\x56\xe5\x57\xf5\xc7\x41\ \x03\x15\x15\x45\xb7\x7b\xed\x8c\xcb\xd6\x0b\x20\xbc\x82\x6a\x74\ \x68\xdb\x4a\xa7\x2d\x64\x39\x1e\x04\x49\x1b\xb3\x8e\x1f\xbf\x53\ \xba\xc9\x82\x12\xd5\xdc\xcb\xcb\xb6\xec\xbf\x10\x55\xb7\x93\xe8\ \xaf\x0c\x2a\x82\x24\x79\x75\x56\x9e\xac\x4c\xfb\x91\x81\x77\xd6\ \xee\x3d\xec\xec\xff\xd4\x58\xa6\xf3\x18\xbf\xb0\x75\xcf\x33\x2d\ \x24\x6d\x54\x67\xde\xba\x1e\x99\x93\x63\xcc\xca\x4a\x2a\x34\x31\ \xa0\xe5\x15\xea\xb5\x68\x53\xd7\x53\xf3\xe8\xf7\x93\x91\xec\xf4\ \x23\xcb\xdb\x7b\x13\x02\x45\x5d\x7c\x6a\xf2\x29\x5b\xbb\x57\xdf\ \x41\x9d\x9c\x13\xdb\xcd\xbf\x99\x62\x1a\x52\x92\x00\x21\x70\x79\ \x59\xa9\x4e\xa5\x1a\x2a\x49\x8b\xc1\x60\xe1\x04\x30\x24\x0d\x10\ \xb9\x71\xcf\x6e\xc5\xe4\x14\xea\x74\x96\x17\xc9\xca\xd6\x25\xec\ \x0d\x8f\x9e\x25\xe9\x87\xf7\x69\xea\xa2\x7f\x71\xee\xc8\x45\x5d\ \xc9\x56\x97\x2f\x19\x0a\x8d\xd9\x69\x8f\xef\x6b\x51\x57\x4e\x58\ \x3e\xe3\x73\xc0\x5b\x38\xbb\x9a\xd5\x8b\x6d\x3e\xf8\xf8\xf9\xab\ \xc0\xd0\x78\xc7\x59\x8b\x7a\x1e\x39\x77\x3a\xb2\x5a\xe5\x58\xda\ \x6d\x40\x70\x31\xe3\x23\xbd\x77\xb5\x86\xfd\xfb\x0f\x69\x68\x1f\ \xd5\xe5\xf7\xb0\xf0\x67\x1e\x27\x1e\x89\xa6\x1f\x9b\xdf\xae\x9c\ \xaa\x2c\x5e\x0e\x38\x75\x74\x6c\xc3\xae\x34\x45\xc9\x24\x96\x5b\ \xc7\x2e\x47\x66\xea\x4b\xdd\xbb\xc2\x66\xe8\x92\x1f\x84\x25\xe5\ \xe8\xfc\x8a\x49\x18\x0b\x4a\xd6\xaa\xa8\x3b\x71\xe3\xe9\x8b\x98\ \xdb\x61\x79\x83\xe6\x4f\xbf\x71\xe4\xd4\xfd\x18\xdf\x98\x0c\x87\ \x36\x81\x8e\xe7\x37\x1f\x2e\xd7\x7f\xd9\xac\x31\x6d\x4c\xad\x02\ \xda\x36\x9f\x71\xf3\x59\x07\x82\xb6\x0b\x69\xd6\xae\x5f\xbf\x86\ \x29\xd7\xd6\x9f\x8b\xf6\xda\x74\x71\x7e\x83\x40\x81\x0d\x3d\x71\ \xc3\xc2\xd8\x39\xb9\xbb\xc9\x35\x61\x2f\x32\x26\x0c\xec\x5c\xcc\ \x51\x6c\x34\xb3\x36\x2e\xfb\xde\x64\x4f\x9e\xa7\xec\x82\xab\x54\ \xaf\x51\xb3\x46\x95\x0a\xc5\x45\x6f\x0d\xdb\x04\x04\x81\x03\x00\ \x9a\x22\x49\x8e\xe3\x09\xe1\xf5\x02\xe8\xe7\x57\x0e\x79\x4e\x00\ \x04\x4a\xfc\xc1\x5a\xa4\x60\x65\x15\x8e\xe3\x25\x76\xce\x01\xc5\ \x03\x02\x82\x2b\x34\x6d\x56\xd3\x51\x4e\xf2\xaf\x8d\x6b\x94\x48\ \x44\xf0\x02\xcf\xf3\x20\x8a\xa2\x3e\x51\x14\x05\x9e\xb7\x06\xaa\ \x79\xa3\x4c\xbf\x36\xb0\x12\x3e\x65\xeb\xd4\xaf\x58\x2c\xef\xd5\ \xa3\x4b\x77\x22\x4d\xdf\xf8\x51\x26\xde\x8a\x90\x04\x41\xa8\xd5\ \xea\x33\xa7\x4e\x97\x29\x5b\xb6\x5e\xdd\x7a\x66\xb3\xb9\x42\xf9\ \xf2\xf5\xeb\xd7\xbf\x74\xe9\x52\x4a\x4a\x8a\x35\x5e\xc0\xdb\xcd\ \x42\xc4\x7b\x02\x29\xcf\xf3\x2c\xc3\xd4\xae\x5d\xbb\x5a\xb5\x6a\ \xe7\xcf\x9f\xb7\x58\x2c\x9d\x3a\x76\x52\x28\x14\xec\x3b\x82\xe7\ \x1b\xe1\xf3\xb3\xe6\x12\xd6\xbe\xeb\x4f\x73\x36\xff\xb6\x61\xd3\ \xe6\x35\x7d\x1a\x95\x87\xc9\x24\x14\x35\x90\x31\x99\x49\x07\x85\ \xfc\xb5\x69\xa1\x28\x98\x0d\x63\x31\x01\x8c\x4c\x4e\x93\x02\xc3\ \x0a\x02\x48\x92\x2e\x32\xb4\x11\xac\xc9\x48\x50\x12\x3b\x39\x0d\ \x8e\x27\x08\xd2\xba\x1c\x25\xf0\x8c\xd1\xc8\xf0\x02\xa5\x94\x08\ \x2c\x2f\x00\x82\x75\xbd\xdd\xba\x6e\x43\xd2\x92\xdc\x57\x37\x2e\ \x3e\x48\x7e\x76\x6a\x65\xd7\xde\x3f\xbf\xc8\x2f\xb8\x7d\xea\x44\ \x06\x2b\xa1\x41\xd0\x34\x4d\x08\xbc\x00\x82\xa6\xbf\x6c\x6a\x23\ \x08\x30\x6a\x9d\x89\x25\x14\x4d\xfa\x0e\x75\x0e\x5b\xda\x77\x73\ \x62\xdf\xc1\x5d\x3d\x14\xb0\x30\xc6\x94\xc7\xbb\x47\xcc\xd9\xe9\ \x56\xbb\x4d\x9b\x3a\x65\x1c\xc4\x1c\x27\x40\x10\x78\x4e\x00\x40\ \x08\x8c\x99\x27\x68\x99\x98\xb4\x5e\x20\x08\x82\xe7\x18\x23\x03\ \x41\x22\xa2\x44\x02\xcb\x83\x00\x78\x82\xf6\xf2\x2f\x9d\xf3\x38\ \x3c\xdb\x4c\x2a\x64\x52\x89\x54\xee\xe0\x40\x5d\xda\x3a\x7d\xe1\ \xc9\x94\xc6\x1d\x3a\xd7\x28\xe9\xca\x9b\x0b\xfd\x9b\x8e\x3b\xbc\ \x6b\x81\x24\x7c\x4f\x97\xce\x43\xaf\x27\x18\x48\x52\x59\xa9\x41\ \xcb\x2e\x1d\xda\x4d\x58\xb6\x63\xe3\xd4\x2e\xb4\x41\xcf\x09\x5f\ \x58\x7e\x64\x7c\x6b\x35\x90\x99\x52\x37\xaf\xdd\xcb\x97\xac\xdf\ \xb5\x7d\x6b\xd7\xc2\xb0\x4d\x1b\x8e\xca\xfd\xca\x54\xf4\x91\x58\ \x58\x81\x67\x19\xa3\x85\xe3\x44\x0a\x31\x41\x58\x2c\x2c\x47\x89\ \x25\x22\x0a\x10\xc4\x52\x89\xc0\xb1\x1c\x0f\x41\x20\x44\x22\xd2\ \x64\x66\x9c\xbc\x2b\x75\xec\xd4\xae\xeb\xe0\xc9\xc7\x8e\xad\x28\ \xef\x4c\x5a\x58\x4e\xe0\xcc\x4e\xa5\xea\x97\x11\x0c\x87\x7f\xfb\ \x2d\x45\x59\xbe\x47\x97\x76\xe5\x65\x99\xdb\x37\x6d\x49\x71\x09\ \xac\x10\xec\x6a\x36\x30\x52\x89\xd8\xfa\x0a\x24\x14\xcf\x72\x3c\ \x49\x12\xac\xc5\xc2\xf3\x66\x0b\xcf\x82\x24\x29\x8a\x00\x78\x5e\ \xe0\x2d\x46\x93\x73\xf9\xb6\x47\x0f\x6d\x28\x6f\xba\xd3\xbb\x63\ \xaf\x3d\x61\x79\x32\x11\x6d\xe3\xb2\xef\x8d\x3d\x05\x96\x61\xd8\ \x77\x1c\xee\x38\xd6\x3a\x3e\x38\xc6\xea\x61\x22\x70\x0c\x63\x21\ \xc4\x76\xfe\x9e\xa2\x97\x4f\x1f\x27\x67\xe4\x64\xe5\x16\xbc\x6b\ \x7f\xe1\x39\xd6\x3a\x3f\x59\xb6\xe8\x32\xc7\xbc\xe3\x9c\x28\xf0\ \x2c\x5b\x24\x04\xb8\xfb\xb8\x93\xc6\x9c\xcc\x02\x33\xc1\xb3\x1c\ \x04\x92\xa2\x00\x73\x5a\x62\x72\x66\x7a\x4a\x78\x64\xb2\xa3\x87\ \xab\x9d\x93\x9b\xb3\xc2\x14\x16\xf6\x2a\x23\x3d\x31\x22\x2a\xc3\ \xc3\xcf\x53\x4a\xf2\x0c\xc3\x58\x93\xcb\x15\x32\x73\x5e\x4a\x6c\ \x6a\x46\x4e\x9e\x56\xa3\xce\x31\x89\x1c\x03\x8b\x39\x19\x72\xb2\ \xf4\xdf\x68\x0b\x12\x84\x0f\xd6\xd3\xeb\xd6\xab\xd3\xa8\x51\x23\ \x8e\xe3\x58\x96\x35\x9b\xcd\xd5\xaa\x55\x6b\xde\xbc\x39\x49\x51\ \x1c\xc7\xbd\xbb\xc2\xfe\x71\x42\xeb\x03\x0d\x1a\x34\x68\xdb\xae\ \x5d\xfb\xf6\xed\x1d\x9d\x1c\xcd\x66\xf3\x87\x8b\xf5\xbc\xf0\x39\ \xc5\x9d\x10\x78\xa3\x5e\x67\x34\x99\x19\x8b\x85\x63\xcc\x46\x83\ \xde\x60\x62\x01\x4e\xaf\xd7\x71\x12\xd7\xfa\xcd\x4b\x1e\xdf\xbc\ \x72\xdf\xd9\x8b\x67\xaf\x3f\x33\xb1\x04\x09\x98\x0d\x7a\x33\xc3\ \x03\xb0\x18\x0d\x06\x33\x2b\x55\xd8\x1b\xe2\x62\xc2\x5e\xa4\xb1\ \x3c\xab\x2b\x28\x74\x28\x53\xbf\x8c\x22\x7b\xe9\xfc\xb5\x57\x2e\ \x5e\x7d\xf8\x22\x05\x12\x5a\x60\xcd\x7a\x83\x49\x20\x08\x81\x63\ \xf4\x7a\xbd\x85\x97\x04\x7a\xd8\xc5\x5e\x3b\x7c\xe0\xf4\xf9\xd0\ \xc8\x2c\x92\xa6\x25\x22\xf3\xa9\xad\xbb\x44\x8d\xc7\x1d\x3a\xf0\ \xc7\x8e\xad\x5b\xf7\x6d\x5d\x24\x89\x38\x79\xea\x61\xae\x9d\x34\ \xff\xfe\x83\x70\xa3\xc8\x8e\xd3\xa6\xde\x0d\x8b\x65\xa9\x2f\x10\ \x28\x41\x81\xcd\x52\xe7\x33\x24\x2f\x71\xab\xd8\xa7\x47\xeb\x66\ \xed\xbb\x37\x0d\x76\x03\xc5\x68\xd4\x99\x3a\x93\xc1\xc0\x11\x8e\ \xae\xae\xce\x0a\x09\x6b\x36\x08\x72\x37\x4f\xca\x72\x71\xef\xbe\ \xb3\xe7\xce\x65\xb8\xd5\xa9\xe3\xa1\xfd\x65\xfa\x92\x53\x97\xaf\ \x5e\x7d\x18\xa9\x35\x33\x26\xb3\x45\x20\xc0\x5b\xeb\x0c\x02\x80\ \x85\x25\xaa\xb7\x1a\x5c\xcf\x7c\x73\xd0\xe0\x29\xfb\xce\x5d\x3d\ \x7b\x64\xd7\xee\xd3\xf7\xf3\xf4\x06\x5e\x22\x77\x75\x73\x55\xd0\ \x60\x78\x21\xf3\xc5\xdd\xf0\x5c\x69\x9b\xce\x6d\xc9\xd8\xa7\xf1\ \x26\x55\xa3\x66\x41\x77\x2e\xdd\xcc\xb1\x10\xfa\x42\x8d\x45\xe2\ \x20\x21\xbf\x64\x20\x14\x38\x8b\xbd\x6f\xed\x86\xca\x97\x1b\x37\ \xdf\x6d\xd4\xb1\x91\xd2\xb1\x44\xcb\x10\xbb\xf5\x5b\x0e\xb9\xd6\ \x68\xe9\x42\x32\x46\x93\x51\x6f\x62\x40\x10\x1c\x6b\x2e\xd0\xea\ \x9d\x8b\xd7\x68\x5a\x22\xeb\xd7\x65\x6b\x2f\x9c\xde\xb3\x78\xe3\ \x9d\x9a\x0d\x5a\xfa\x3b\x90\x82\x31\xe9\xda\xdd\xc4\x5a\xcd\xea\ \x89\x32\xee\xde\x8d\x2d\x20\x99\x42\x83\x20\x48\xa5\x12\x00\x02\ \xcf\x49\x1c\x4b\x34\xab\x6e\xd9\xf4\xdb\xce\x80\xe6\xed\xdd\xed\ \x5c\x9a\x37\x2b\x77\x60\xfd\x0e\xd6\xa7\x4e\xb0\xa7\x6b\xfd\xa6\ \xf5\xef\x6e\x5b\xfd\xc7\xb1\xd3\xeb\x96\x2d\x49\xf0\xac\x51\xbb\ \x9c\x9b\x41\x5b\x60\x62\x38\x96\xe5\xbd\x4a\xd7\xaa\xef\x19\x37\ \x77\xee\xf2\x8b\x97\x6f\x3e\x8e\xca\x24\x28\x2a\x2f\xf5\xe5\x9d\ \x17\xfa\x1f\xda\xb7\xf7\x46\xd4\x9d\xd8\x1c\x8a\xb2\xad\xc0\xff\ \x7f\x00\xf5\xf3\x94\x49\x1f\x3b\xf0\x64\xe7\xe4\xf8\x14\xf3\x23\ \x04\x5e\x6f\xb0\x38\x79\x7a\x28\xc5\x45\x81\x7f\x8d\x3a\x83\xdc\ \xc5\x4d\x25\x66\x0d\xbc\xd4\xdb\xdd\x91\x12\x98\x42\xa3\xe0\xec\ \xe1\xe1\xe9\xe3\x41\xe9\x73\x93\x92\x33\xb4\xac\xc4\xc7\xdf\xdf\ \xdd\x51\x61\x9d\x5a\x16\x83\x9e\xb6\x73\x75\xb5\x17\xe9\x75\x8c\ \x93\x87\x87\x82\x16\x4c\x7a\x83\xcc\xc9\xc3\x51\x21\xb6\x8a\x4d\ \x3a\xa3\xe0\xe2\xe1\x21\xa3\x20\x52\xba\xb8\x29\x85\x94\x84\xa4\ \x8c\xec\x7c\x28\x9c\xdc\x1c\xc4\xe9\x09\x09\x5a\x13\xa7\xcd\x55\ \x4b\x3d\x4a\x56\x2d\x5b\x4c\x44\xd1\x1e\x1e\x4e\x85\x99\x49\xc9\ \xe9\x1a\x47\xff\xb2\x95\x4b\xba\x91\xac\x59\x6f\x26\xdc\x3c\xdd\ \xc4\x24\x24\x76\x0e\x22\x8b\x26\x21\x29\x8b\x97\xd8\x4b\x98\xdc\ \xa8\x98\x84\x1c\x3d\x59\xa2\x42\x45\x6f\x07\xe9\x57\x2d\x76\xa9\ \x29\xc9\x24\x49\xba\xba\xba\x5a\x7d\x89\x04\x41\x90\x48\x24\x9e\ \x9e\x5e\x04\x41\x70\x2c\x6b\xbd\x42\x10\x84\xa7\xa7\xa7\x54\x2a\ \x7d\xa3\x80\x93\x24\xa9\x2d\xd0\x9a\xcd\x26\x57\x57\xb7\x0f\x9c\ \x90\xac\x62\xa9\x8f\x97\x97\x4c\x2e\x67\x19\xe6\xe3\xee\xd5\xeb\ \xf5\x24\x01\xa9\x54\xfa\x81\x0a\x4f\x10\x24\x05\x73\x5a\x7a\x5e\ \xf1\x9a\x8d\x4a\xbb\x2b\x05\x81\xcf\x4b\x4f\xa3\xbc\xca\xd7\x2b\ \xeb\x90\x90\xaa\x2b\x5f\xbb\x61\xd3\x86\x75\xec\x35\xcf\x4f\x5c\ \xba\x9f\x94\xf0\x4a\x2f\x0f\xea\xd9\xad\xbe\x26\x21\xd9\xb5\x7c\ \xed\xf2\xfe\xaa\xbc\x94\x04\xce\xbd\x6c\xd3\x86\xd5\xe5\x39\xcf\ \x5f\xc1\xa7\xb2\x87\x48\x43\xba\x34\x68\xdc\xb0\x51\xcd\x92\xb1\ \xb7\xce\xde\x8d\x88\x7d\x15\x97\xe4\x57\xbf\x6b\x93\x62\x44\x86\ \x59\x55\xaf\x5e\x65\xb1\x41\x9d\x9c\xc3\x54\xaa\x5b\xa7\x5a\xd5\ \x12\x9a\xe8\x5b\xe7\x6f\x3e\x15\x79\x55\xae\x59\xce\x9b\x34\xa6\ \x5d\xb9\x1f\x5d\xb5\xf3\x80\x06\x81\x2a\x82\xa2\x55\xce\xee\x94\ \xfa\x45\x9e\x6b\xe5\x96\x21\x9e\x61\x8f\x53\xaa\xb7\x6e\xe7\x6b\ \xc9\x8e\xca\xe2\x6b\x84\x54\x92\x0a\xec\xe7\xfc\x30\x69\x8a\x4b\ \x4b\x4a\xb5\x2b\x59\xbd\x56\x90\xbb\x4f\xc5\x26\x9d\x1a\x95\x93\ \x00\x9c\x29\x3b\xdd\x64\xd7\xa2\x4b\x9f\x20\x24\x1d\x3a\x70\xf2\ \x51\xa2\x26\xb8\x7e\xeb\x96\xf5\x6b\x54\x08\x50\x3e\xb9\x74\xe6\ \x4e\x54\x76\xf1\xda\x1d\xfa\xb6\xae\x9a\x12\x7a\xf6\xfc\x9d\xb0\ \x2c\xda\xa3\x82\x9f\x3d\xa7\xf0\xab\x57\xbd\x0c\x59\x98\x9e\xaa\ \x95\xd7\xae\x5f\xd3\x9e\xe0\x38\x8e\xa5\xed\x8b\x35\x6d\x5e\x23\ \xff\xf9\xad\x0b\x37\x1f\x44\x44\x26\xd0\x9e\x95\x7a\x77\x69\xc3\ \xc7\x5c\x3b\x7c\xea\x6a\x2a\xeb\xd4\xb2\x73\x67\x3f\x4b\xc4\x6f\ \x9b\xf6\x5c\x0b\x4b\xac\xde\x6b\x64\xef\x96\xb5\xaa\x87\x54\x17\ \x12\xef\x1d\x3d\x77\x23\x3c\x41\x53\xba\x72\x48\xa0\x93\xe8\x0b\ \x9e\xe6\x04\x01\x91\x4c\x69\x27\x29\xc8\xb6\xaf\x3b\xb6\x77\x43\ \x19\x2d\x72\x77\x90\x6b\xf2\x98\xf6\x43\xfa\x97\x52\x11\x79\xe9\ \xa9\x16\x55\xc9\x46\x55\x8a\xb3\x05\xe9\x99\x46\x45\xdd\x46\xcd\ \x9a\xd7\x2d\x93\x14\x7a\xe6\xf4\xb5\x30\xff\xa6\xc3\x66\x0f\x6d\ \xae\x90\xc8\x94\x12\xfd\xb3\x97\x85\x2d\x07\x0d\x0e\x71\x37\x9c\ \x3a\x72\x32\xf4\xf1\x73\xde\xb3\x6c\xf5\xe0\x62\x94\x55\xa0\x16\ \x49\x14\x32\x32\xb3\xc0\x67\xc4\xf0\x0e\x8e\x14\xe5\xe6\xa2\xcc\ \x56\xe7\xd5\xed\x3a\xb8\xa6\xa7\xd4\xbb\x5c\xcd\x62\x6c\xc2\xfe\ \x63\x17\x32\xc4\xa5\x67\x2d\x98\x5a\xc9\x5d\x48\x4a\x48\x75\x0e\ \xaa\x5d\xb1\x98\x03\x27\x71\xae\x5b\xaf\x42\xea\x83\x4b\x67\xae\ \xdd\xd7\xda\x07\x75\xeb\xde\xde\x4b\x48\xdc\xb6\x7e\xcb\xf9\xbb\ \xcf\xbd\xeb\x0d\x98\xdc\xa3\x9e\x8c\xe4\x6d\xde\x9f\x7f\x3f\x3e\ \x1d\x1d\xf9\x79\xe4\x8b\x9a\xb5\xeb\x51\x14\xf5\xff\xad\x5e\x82\ \xf6\xe6\x85\xeb\xce\x55\x5b\x94\x75\xfd\x8f\xef\x16\x0d\xbd\x7b\ \x9b\xa6\xc8\xe0\xe0\x32\x5f\x38\xb8\xf9\x13\x06\x63\x9a\x4e\x4d\ \x4d\x2d\xd0\x6a\xca\x04\x97\xfd\xa4\xb7\xfc\xe7\x76\x1c\x50\x14\ \x95\x93\x93\x4d\x91\x84\x4a\xa5\xfa\x80\x76\x09\x02\x39\x79\x1a\ \xb1\x44\xcc\x9b\xf4\x26\x86\x07\x20\x91\x2b\xe4\x22\x41\xaa\x70\ \x52\xc8\xc5\x9c\xd9\x90\x14\x1b\xf1\x3c\xc9\xec\xed\x46\xee\x5f\ \x3a\x37\xbe\xf4\xa8\x3d\x0b\xda\x4b\x08\x9a\x37\x1b\x8c\x16\x4e\ \x2c\x57\x8a\x05\x8b\xde\xc4\xc9\x94\x0a\xc2\x62\x30\x43\x24\x13\ \x11\x26\x83\xe6\xe9\xdd\x47\x3a\xb9\xb3\x4c\xfd\x68\xe6\xc2\xfd\ \xbd\x96\xff\x31\xb8\x41\x20\xc1\xb3\x7a\x9d\x41\xa0\x44\x0a\x85\ \xc4\xac\xd3\xb3\x84\x48\x21\x97\x92\x84\xc0\x98\x8d\x26\x33\x2b\ \x10\x94\x5c\x21\x07\x63\x34\x98\x39\x82\x80\x00\x42\xae\x50\x82\ \x31\x32\x84\x58\x26\x12\x74\x3a\x93\x58\xae\x10\x09\x8c\xde\x68\ \xfa\x9c\xfc\x4c\x10\x84\xd9\x6c\x31\x98\xcd\x14\x6f\xd6\x1b\x59\ \x82\x24\x49\x08\x1c\xcf\x53\x62\xb9\x5c\x0c\x91\x48\xea\xe0\xe4\ \x4c\x93\x02\x40\x82\x37\xeb\xf4\x26\x52\x2c\x93\x4b\x45\xe0\x39\ \x93\xc1\xc0\x11\x62\x99\x4c\x42\x12\xe0\x19\xb3\x85\xa7\x24\x14\ \xaf\x37\x18\x41\xcb\x14\x32\xca\xa0\xd3\xbf\x71\x94\x22\x69\xb1\ \x4c\x2a\xb6\x9a\x1a\x38\x8b\xc9\xc4\x0a\x32\x99\x8c\x84\x40\x90\ \x04\x63\x32\x98\x79\x5a\x2e\x13\x11\x20\x04\xce\x62\x30\x98\x05\ \x92\x96\xc9\xa4\x14\x49\x40\xe0\x4c\x46\xa3\x85\x13\x88\xcf\x52\ \x27\x61\x36\x9b\xd5\xea\x7c\xb1\x4c\x29\x17\xf3\x85\x85\x06\x8e\ \x07\x29\x92\x28\x15\x52\x8b\x4e\x2b\x55\x3a\xd8\x3b\x3a\x89\xc1\ \xe8\x0c\x66\x52\x24\x55\x48\x48\xbd\xde\x20\x50\x12\xb9\x4c\x4c\ \x12\x84\xc0\x31\x46\xa3\x89\x15\x08\x89\x4c\x2e\x26\x59\xbd\xde\ \x22\x92\xca\xac\x5e\x9f\xac\xd9\x68\xb4\x30\x45\xb1\x90\x05\xd0\ \x12\x99\x52\x46\xe9\x0b\x75\x0c\x27\x10\x94\xd8\x4e\x29\xe7\x4c\ \x85\x7a\x33\x47\x90\x94\x44\x2a\x13\xd3\x24\x04\xde\x6c\x32\x9a\ \x19\x41\xa6\x50\x10\x8c\xd1\x60\x61\x09\x82\x78\xdd\x64\x10\x04\ \x61\x36\x1a\x2c\x1c\x29\x97\x4b\x49\x02\xe0\x59\x83\xc1\xc8\xd9\ \xa8\xf3\xfb\x59\x35\xfa\x0e\xf6\x5f\x8b\xdc\xbc\x7c\x14\xa2\xbf\ \xa3\x1a\x82\x00\x92\x20\xff\x85\x56\x93\x24\x41\x93\xd4\xe7\x12\ \x7e\x2e\x37\xc1\xea\xa4\xfe\xc9\x36\x8b\xc4\x9b\x37\x6f\x4e\x4b\ \x4f\x7f\xf7\x62\xf1\xc0\xc0\x19\xd3\xa6\xea\x74\x7a\xb1\x98\x36\ \xe5\xc5\x9e\xd8\x7d\x5e\x0f\xc1\xb9\x5c\xef\xc5\xa3\x5a\x12\x46\ \xb3\x81\x37\x59\xa7\x3d\x63\xd4\x5b\xa5\x5c\xa3\xae\xd0\x6a\x65\ \xd1\x31\xa4\x98\x12\x92\x9e\xdf\x3e\xf2\x20\x51\x20\xa4\xed\x26\ \xfd\xd2\xbd\x86\xb7\x51\x57\xc8\x0b\x56\x2f\x7f\x56\x5f\xc8\x5a\ \x35\x00\xbd\x8e\x79\xcb\x1f\xe0\x8d\x7a\x9d\x95\xca\xad\x76\x5d\ \xa3\xde\x9a\x21\x5b\x68\x06\x00\xb3\x41\x67\xc6\x17\x7c\x06\x20\ \x11\x8b\xe3\xe2\xe2\x7f\x5d\xb5\xfa\x93\x77\x87\x0c\x1a\x50\xbb\ \x56\xad\x42\xfd\x1b\xa7\x60\x82\xb3\x98\x0a\x2d\x6f\xe2\xb3\x58\ \xf4\xba\xb7\xa7\x18\x32\x00\x08\x12\x9c\x59\xa7\x7b\xaf\x44\x9e\ \x7d\xef\x31\x00\xfa\xa2\x56\x17\x59\x98\x74\xd6\xba\xbe\x7e\xda\ \xa0\xd7\xbd\x63\xe2\xfe\x2c\x24\x12\x49\x54\x74\xf4\x9a\x75\x1b\ \x3e\x79\x77\xc4\xb0\x21\x35\xaa\x57\xd7\x19\x2d\x20\x08\x9e\x35\ \x17\xb2\x00\x08\x70\xef\xd5\x84\x80\x60\x31\xea\xad\xbf\x2d\x26\ \xc3\xdb\x66\xbd\x2e\x96\x20\xc0\x59\x8c\x05\x96\x37\x9d\xcd\x14\ \x6a\x0b\x8a\xfe\x16\x78\xb3\x51\x6f\x7e\xe7\x53\x6a\x32\xe8\xf0\ \x7a\x4b\xd5\x47\x4d\xe6\xde\xbe\x35\x1b\xbe\x1f\xd9\x93\x20\x88\ \x57\x71\x71\x55\xaa\x85\x90\xe4\xff\x84\x31\xe5\x69\xd8\x23\x52\ \x80\x9b\xbb\x1b\x2d\x12\x7d\x73\xb0\x0f\x42\xe0\x39\x4d\xbe\x86\ \xe7\x79\x3b\x7b\x7b\x89\x54\xf2\x97\xa2\x84\xe4\xe7\xa9\x1d\x54\ \xf6\xd2\x4f\xed\x73\x57\x28\xe4\x24\xf9\x9e\xc8\xcf\x71\x9c\x5e\ \xaf\x27\x08\x42\x10\x40\x8b\x24\x72\xb9\x84\x00\x8a\x24\x9d\xaf\ \x15\x2a\x80\x90\xca\xe4\x12\x11\x09\x80\xb5\x98\x8d\x26\xcb\xdf\ \xf0\x39\x12\x04\x81\xa6\x69\xb9\x5c\xfe\xc9\xbb\x46\xa3\x91\x61\ \x98\xef\x33\x74\xec\x7f\x6f\xcd\x6d\xf8\x8e\x34\xf7\xec\xec\x1c\ \x86\x17\x64\x72\xb9\xf0\x4f\x77\xc1\xe5\x79\xde\x64\xd0\xb9\xba\ \x38\x6b\xb5\x85\x16\xcb\xb7\x93\x8b\x20\xa2\x45\x0e\x0e\xf6\x22\ \x91\x28\x3f\x5f\x63\xb6\x58\xbe\x59\x6e\x15\x68\x4a\xa4\xb4\x53\ \x2a\x15\x72\x5b\x80\x25\x1b\x6c\xf8\xa7\xb1\xa7\x55\xfc\x2c\x28\ \x28\xd0\xe9\xf5\xc2\x3f\x3d\xee\xba\x54\x26\x73\x54\xa9\xde\x04\ \x94\xfa\x76\xb9\xe2\x8d\x9f\xbc\x55\x42\xff\x17\x12\xda\x06\x9f\ \x0d\x36\xfc\x03\xd9\xd3\x2a\x81\xfe\x2f\x68\xee\x56\x27\x4d\x1b\ \x97\xd9\x60\x83\x0d\x7f\x15\xf4\x17\x54\x5a\xdb\x81\x3f\x36\xd8\ \x60\x83\x0d\x9f\x83\xcd\xc9\xd6\x06\x1b\x6c\xb0\xc1\xc6\x9e\x36\ \xd8\x60\x83\x0d\x36\xf6\xb4\xc1\x06\x1b\x6c\xb0\xb1\xa7\x0d\x36\ \xd8\x60\xc3\x3f\x0d\xb6\xd0\x2c\x36\xd8\xf0\x8f\x85\x35\x12\x97\ \xf0\xfd\x9d\x2a\x5e\x14\x36\xec\x1d\x5f\x17\xeb\x36\x84\xef\xb0\ \x9e\xc4\x6b\x2f\x43\x1b\x7b\xda\x60\xc3\xff\x10\x75\x5a\x18\x26\ \x23\x33\xcb\x68\x30\xb0\x2c\xfb\xfd\xec\x92\x12\x00\x85\x4c\xe6\ \xec\xec\x6c\x6f\x6f\x27\x14\x9d\x3b\x48\x14\xea\x0a\x73\x73\xd5\ \x06\x83\xe1\x3b\xa2\x4e\x41\xa0\x68\x5a\x21\x93\xb9\x7b\xb8\x4b\ \x3e\x75\x7e\xb8\x8d\x3d\x6d\xb0\xe1\x1f\xcb\x9e\x99\x99\x59\x6e\ \xee\x9e\xae\x6e\xee\xdf\xd5\xb6\x17\x6b\x34\x96\x98\xa8\x17\x52\ \xa9\x44\x2c\x16\x0b\x82\xc0\x30\x4c\x6e\x5e\x7e\xc9\xd2\x65\xa4\ \x52\x99\xf0\x3d\x45\xca\x27\x48\x52\x9d\x9b\x9b\x91\x9e\xe2\xef\ \xe7\x6b\x63\x4f\x1b\x6c\xf8\x1f\x62\x4f\xbd\x5e\x5f\xda\xc9\x99\ \x20\x00\xf2\xfb\xd2\x89\xe5\x0a\x05\x08\xc2\x62\xb1\x88\xc5\x62\ \x82\x20\x58\x96\xe5\x38\x5e\xa1\x54\x72\x1c\xfb\x9d\x45\x12\x10\ \x1c\x9d\x9d\xe3\xe3\x62\x3e\x79\xcf\xc6\x9e\x36\xd8\xf0\x8f\x05\ \xc7\x71\x2c\xc7\x52\x34\xf5\xaf\xec\xa6\x13\x04\x82\x12\x51\x24\ \xc1\xb1\x16\xe1\x3f\x60\x90\x64\xde\x0f\x7d\xcb\xbe\x8e\xa5\xfb\ \x2f\xd7\x93\x67\xbf\x7a\xd8\xeb\xbf\xda\x87\x9f\x89\x5d\x69\x63\ \x4f\x1b\x6c\xf8\x27\x8b\x9f\xd6\xcd\xc8\xdf\xca\x4a\x04\x29\x12\ \xbd\x3d\xc3\x4a\x1b\x73\x6e\xf3\x99\x94\x5e\x23\x87\x78\x91\x9f\ \x3b\x09\xea\x5f\x97\xe9\x3e\x10\x31\xad\x87\xc6\x7c\xab\x85\xe1\ \xfd\x7a\xea\x13\x2e\x6f\x3c\x1a\xd3\x6d\xe4\x70\x5f\x11\xc3\xfe\ \xbb\xf5\x7e\x81\xe7\x3f\x27\x0e\xdb\xd8\xd3\x06\x1b\xfe\xc9\x10\ \x78\x2b\x79\x7e\x95\xfc\x04\x92\x96\x88\x84\xc2\x5b\x87\xf7\x9d\ \x7f\x98\xc0\xd1\x8a\xea\xcd\xbb\x57\xe7\x1e\xec\x3b\xf6\xbc\xf5\ \xf0\xa1\xde\xa4\x40\xd2\x62\x8a\x24\x21\x70\x8c\xc5\xc2\x0b\x04\ \x2d\x96\x50\xd6\xe0\xcc\x16\x0b\xc7\x83\x16\x8b\x29\x92\x04\x04\ \xce\x62\x66\xf9\xaf\x2f\xf2\x7f\x7c\xb8\x97\xf0\xba\xaa\x5f\xaf\ \x27\x25\x16\x11\x86\x7b\xc7\x76\x9c\x09\x8d\x65\x49\x69\xe5\xa6\ \xdd\xeb\xcb\xc2\xf6\x1f\xbd\xd5\x64\xe8\x48\x3f\x5a\x20\x29\x31\ \x45\x91\x00\xc7\x98\x19\x5e\x10\x48\x8a\xb6\xf2\x2c\xcf\x98\x19\ \x8e\x7f\xfd\x53\xe0\x19\x0b\xc3\xf1\xdf\xb2\xc8\xff\x85\xde\xb3\ \xb1\xa7\x0d\x36\xfc\x93\xc9\x53\x10\x78\x08\x3c\xbe\xca\x9e\x04\ \x25\x12\x72\x37\x4c\xea\xbb\xfa\x0e\xd3\xa6\x65\x23\x85\x21\x33\ \x22\x2c\xb6\x52\x15\xb1\x54\x22\x86\x00\xd0\x54\x61\x7a\xcc\xf3\ \xd8\x2c\x7b\xaf\xe2\x65\x8a\x7b\x10\x16\x53\x56\xec\x8b\xb8\x0c\ \xad\xd8\xc1\xab\x5c\xb0\x9f\x88\xe0\x34\xe9\xf1\x09\x49\xe9\x06\ \x42\x5e\xb2\x4c\xb0\xb3\x94\xf8\x2a\x59\x17\x1d\x49\xfb\x41\x4d\ \xad\x55\xfd\xaa\xd4\x49\x6a\xb6\x4d\x1b\xb0\xf8\x72\x41\xeb\x96\ \x4d\x1c\xcc\xd9\x11\x4f\x62\x6a\xd6\x13\xc9\x24\x22\x08\x02\x68\ \xda\x98\x1d\xff\x2c\x3a\x4d\xe2\xea\x57\xae\x74\x31\x92\x61\x05\ \x4b\xc1\xb3\xc7\x2f\xf2\xcd\x94\x4f\xa9\xd2\x3e\xce\x2a\x8a\x29\ \x78\xf6\x24\xb2\x40\x70\x28\x5b\x2e\xc8\x5e\x0c\x86\xe3\xbf\x4e\ \x9f\x9f\xaf\x92\x8d\x3d\x6d\xb0\xe1\x1f\x4c\x9e\xe0\xc1\xf3\x10\ \x04\x7c\x99\x95\x08\x5a\x2c\x89\x3f\xb1\x6e\xcd\xd9\x82\xd5\x17\ \xae\xb6\x0e\x94\x01\x9c\x00\x2a\xfd\xca\x03\x4e\x10\x44\x12\x64\ \x3d\x3d\x3e\x6e\xda\x26\xb3\xb3\x73\x66\x5c\x7e\x8f\xb9\xbf\x8d\ \x6d\xee\x1a\x76\x69\xcf\x9f\xf7\x32\x93\x5e\x46\x57\x1a\xb4\x62\ \xc3\xc8\xa0\xa5\x63\x7e\x3c\x9a\xac\xa8\x18\x1c\x34\x7c\xfe\xe2\ \x1f\x7c\x28\xf3\xd7\x8e\x0a\xe1\x85\x0f\x05\x54\x01\x02\x0f\x9e\ \xff\x7a\x3d\xa5\xa9\x17\x57\xfd\x7a\x24\x75\xe9\x99\x1b\x9d\x83\ \xec\xac\xf5\xcc\xbd\xb3\x94\x13\x20\x12\x13\xf9\x51\xe7\x87\x0f\ \x9b\x97\x2e\x73\x31\x65\xa9\x9b\x8d\x5d\xba\x70\x60\xd5\xdd\x33\ \x86\x6d\x7e\x68\xf2\x77\x53\x35\x1c\x36\x6d\x48\x3d\xf3\x86\xd9\ \xe3\x8f\xbe\x64\x95\xc6\x4c\xa2\x72\xaf\xdf\x16\x0c\x77\xa5\xcc\ \xcc\xd7\xa4\xdd\x2f\x54\xc9\xb6\xd7\xc8\x06\x1b\xfe\xe1\x9a\xbb\ \xc0\x73\x02\x2f\x7c\xf1\x3f\x44\xa4\xf9\xd1\x9d\xe7\x0e\x25\xdb\ \x36\x0c\x94\x98\xf4\x85\x06\xbd\xc1\xcc\x40\x10\x04\x10\x24\xcd\ \xea\x0e\x2e\x59\x90\xa4\x0a\x19\x33\x6c\x54\x9b\xe2\x79\x1b\x56\ \x6c\x54\x13\x0e\x0d\x3a\x0d\x1d\x3f\x66\xe4\x80\xc6\x7e\x97\xff\ \x3c\x9b\x6f\x28\x4c\xce\xe3\x7a\xfd\xb2\xfd\xc8\x8e\xa5\xb5\xdd\ \x09\x33\xc3\x7f\xad\x38\x41\xb0\x8a\x9e\xef\xdb\x13\xbf\x21\x15\ \x68\x92\x09\xbb\x1b\x21\xf1\x6b\xd5\x34\x48\x61\xad\xa7\xc9\x5a\ \x4f\x10\xb4\x60\x3c\xbc\x64\x7e\x5e\xb9\x81\x67\xcf\x9c\xde\xbf\ \xa4\xdd\x91\x75\x4b\x6f\xbe\xca\x7c\x74\xed\xb1\x5f\x93\x21\xbf\ \xed\xdd\x39\xa4\x49\xb9\x98\x73\x7f\xac\x3d\x9e\xde\x65\xc8\x98\ \xd1\xfd\x9b\x3f\xdb\xb6\xf6\x5c\x58\x0e\x2d\xa2\xbe\xa5\x50\x9b\ \xec\x69\x83\x0d\xff\x83\xa2\x27\xc0\x0b\xe0\x79\x7c\x4d\x71\xe7\ \x41\xc8\xc4\x24\x63\x50\x33\x20\xa5\x14\xc9\x0a\x04\x4d\x01\x82\ \x40\x12\xa4\x60\xd6\x27\x47\x67\xb2\x9e\x89\x47\x0f\xee\x65\xed\ \x43\xfa\xd5\xa9\x65\x48\xbc\x35\x6d\xcc\xcc\x54\xbb\xe2\x8e\x79\ \x49\x1c\x17\xc0\x72\xbc\x48\x44\xd3\x14\x09\x82\x24\x05\x96\x17\ \x84\x6f\x52\x87\x85\x8f\x0c\x9f\x3c\x8f\xaf\xad\x1a\xf1\x80\x4c\ \x4c\x71\xc6\x7c\x0b\x48\x05\x45\xb2\x02\x41\x51\x80\xc0\x83\x20\ \x09\x8b\x36\xea\x85\xbe\xd6\x84\xfa\x76\x34\x65\x17\xd2\xb4\x18\ \x73\x2a\x2a\xd3\x7e\xf2\x6f\x8b\x66\x2e\x58\xdf\xa1\xdd\xe1\x9f\ \x16\x2d\x50\xa6\x67\x17\x98\xd9\xa7\x97\x0e\x85\xb3\x5c\xcb\xde\ \xbd\x4a\x3a\x70\x0c\xc3\x7d\xb5\x44\xc1\xa6\xb9\xdb\x60\xc3\xff\ \x26\x78\x7c\x13\x79\x9a\x4c\x44\xcd\x36\x4d\x70\x60\xc9\xf2\x7d\ \x5d\xa6\xb4\x0e\xe2\x4d\x3a\x6d\xae\x81\x17\xa0\x37\xe8\xcc\x84\ \xd4\xa7\xa4\x87\xbd\x47\x83\x5f\xd6\x0e\x95\xe8\xf3\x19\x91\x2a\ \xe5\xe4\xc8\x93\x89\x76\x17\x9e\x6c\x2f\x76\x65\x69\xeb\x05\x89\ \x26\x16\xbc\x20\x70\x2c\x07\x86\xe3\x78\x01\xf8\x6a\x71\xf8\xc0\ \xea\x69\xdd\x0d\xc9\x0b\xf8\xaa\x1a\x6d\x36\xa1\x4a\xcb\xa6\xb2\ \x9d\x33\x97\xec\xec\x31\xb3\x43\x79\x58\xf4\x9a\x1c\x83\x48\x80\ \xd1\xa8\x33\x08\xca\xe0\x72\x76\x7f\x5e\xbb\xa2\xee\x54\x32\xfb\ \xe6\xd9\x24\xca\xc1\xcf\x53\xee\xe9\xd5\x7e\xe7\xd1\x66\x5b\xc7\ \x77\x9f\x38\x73\xcf\xde\xa1\xbe\x2e\xf2\xa8\xae\x13\x16\xff\x50\ \x4c\xa4\x33\x9a\x08\x4a\x64\x36\x7f\xfd\x18\xdd\x2f\x98\x70\x6d\ \xec\x69\x83\x0d\xff\x6c\xf1\x93\xe7\xbf\x61\xf7\x0e\x67\xd6\x3b\ \x56\xff\x71\xcd\xb4\xa4\xa9\x4b\xfa\x5f\xd9\xe2\xab\x60\x0c\x9e\ \x21\xbd\x16\x8f\x69\xe4\xaf\xdf\xb7\xf1\x70\xd8\xb4\xb9\x8b\x6f\ \x0e\x99\xd5\xa4\xf1\x51\x07\xb9\xbc\xd3\xa4\x95\x7d\x43\xba\x35\ \xf7\x98\x3c\xa2\x7d\x17\x67\xed\x4b\x83\x7d\x17\x39\x25\x70\x1c\ \xc7\xf3\x7c\xd1\x22\xd5\xb7\xd4\x4a\xe0\xdf\xe3\x58\xeb\x69\xcd\ \x5f\xd6\x93\x5f\xd7\x53\x59\xa1\xcb\xea\xd9\xf1\x93\x57\x0c\x69\ \xb1\xbd\x98\x52\x30\x3a\x57\xec\xbc\x7c\x6a\x83\x52\xec\x8e\x0d\ \x7b\x6e\xfd\x32\x63\xd1\xf5\x21\xd3\x5a\xb7\x3e\xcd\xe4\x68\x7b\ \x8c\x5b\xda\xd8\x33\x7f\xfd\xf8\xf1\xd7\xd4\x64\x41\x9a\xb1\x71\ \xc7\xca\x15\x9b\x57\x1d\x75\xfb\xce\x4f\x9d\x9a\xf9\x79\xda\x79\ \x86\x74\x9d\x33\xb1\x9f\x2b\x61\xfc\xba\x87\xd3\xe7\xab\xf4\xd9\ \x93\x39\x6c\xb0\xc1\x86\xff\x6a\x50\x14\x15\xf1\xec\x79\x70\x99\ \xb2\x6f\x8e\xed\xfa\x0a\x08\x52\x22\x11\x69\xd2\x13\x12\x33\xf2\ \x39\x82\x76\x76\xf7\xf2\x74\x53\xe9\x32\x92\xf3\x09\x65\x80\x8f\ \xbb\x59\x9d\xfa\x2a\x31\x93\xa5\x64\xde\xbe\x7e\x2e\x0e\x32\x4b\ \x7e\x7a\x4c\x62\x26\x4b\x8a\x5d\x3c\x8a\x79\x39\x4b\x72\x32\x73\ \x44\x0e\x6e\x8e\x32\xf2\x1b\x8f\x91\x14\x89\x44\x11\xe1\xe1\xc5\ \x7c\xbc\x14\x0a\x05\x00\x93\xc9\x14\x9f\x90\x54\xa9\x72\xe5\x0f\ \x5c\xe8\x3f\xe2\x5c\x81\xa6\x28\x85\xbd\x0a\x00\xa3\x49\x4f\x48\ \xcf\xe3\x40\xdb\x3b\xbb\x29\x65\xb4\x31\x3b\x25\x8f\x93\xf9\xfb\ \x7a\x32\xf9\xa9\x51\x09\x99\x12\x47\xef\x52\x01\x1e\x30\xeb\x33\ \x53\x92\x32\x35\x06\x91\xc2\xa5\x64\x71\x6f\x31\x45\x53\x9c\x21\ \x21\x2e\x56\x6d\xe0\xec\x5c\xbd\x7d\xdd\x1d\xa9\xaf\xfb\x22\x80\ \xe7\xf9\xc8\xe7\xcf\xca\x97\x2b\xfb\xf1\x59\x1b\x36\xd9\xd3\x06\ \x1b\xfe\xb9\x82\xa7\xd5\x55\xfe\x5b\x37\xb9\xf3\x26\x23\xaf\x74\ \xf5\xad\xe8\xe1\x07\x80\x67\x59\x86\x61\x1d\xbc\xfc\x54\x3c\xc7\ \x18\x8d\x22\x3b\xf7\x0a\x95\x3d\x21\x08\x2c\xc3\xb0\x66\x8b\xc8\ \xde\xb3\x62\x15\x2f\x00\x02\xc7\x5a\x18\xde\xc3\xdb\x87\x67\x19\ \x8e\xfb\x56\x57\x75\x81\xe7\xf1\xc1\x5a\xb6\xd5\xdb\xf3\x8b\x55\ \x15\x89\x44\x69\xe9\xe9\xbf\x4e\x9a\x0c\x82\xa0\x69\x11\x45\x12\ \x00\x7c\xbc\xbd\xc6\x8e\x19\x4b\xbb\xfb\xda\x0b\x1c\x63\x34\xd0\ \x4a\xf7\x4a\x95\x3d\x05\x9e\x67\x4d\x46\x5e\xa0\x3c\x02\x4a\x7b\ \x93\x44\x51\xb5\x2d\x2c\x47\x8a\xfc\x4b\x97\x0f\x20\xc0\x73\x2c\ \xc3\x7c\x53\x75\x05\xfe\xb3\x12\xb1\x8d\x3d\x6d\xb0\xe1\x9f\x2c\ \x7e\x12\x04\xf1\x17\xb6\x3f\x0a\x1c\x63\xe1\xde\x15\xff\x18\xb3\ \xd9\xfa\x07\xcb\x58\xd8\x77\x6e\xb0\x8c\xf9\xdd\x9f\x96\xd7\x8f\ \x7d\x3b\x48\x92\x7a\xef\x27\x45\xe3\x6b\x3b\x35\x59\x86\xb1\xb7\ \xb3\xfb\xb1\x77\xaf\x77\x2f\xca\x65\x72\x8b\xc5\xfc\x46\x30\x7c\ \xbf\x9e\x02\x63\x36\x33\xef\xb5\x8f\x35\x73\xec\x5f\xaa\x27\x41\ \x10\xd4\xfb\x55\xb5\xb1\xa7\x0d\x36\xfc\xf3\x05\x4f\xa5\x42\x9e\ \xa7\xce\x73\x76\x76\xe6\xb9\xef\x2b\x70\x91\x56\xab\x25\x08\x42\ \x2c\x16\x5b\xeb\x29\x12\x89\x28\x8a\xd0\x68\x34\x12\xa9\xf4\xcb\ \xe2\x27\x4d\xd3\x15\x2b\x56\xfc\x40\x36\x34\x5b\x2c\xff\xa1\xc8\ \x22\x24\x45\xe6\xe7\xe7\xcb\x15\x8a\x8f\xd5\x79\x92\x24\x6d\x76\ \x4f\x1b\x6c\xf8\x67\x82\x20\x08\x86\x61\xd2\x33\x32\xf4\x7a\x3d\ \xc7\x7d\x5f\xe7\xe3\xca\x64\x32\x37\x37\x57\x7b\xbb\xb7\xf1\x3d\ \x75\x3a\x5d\x66\x56\xb6\xc9\x64\xfc\xae\x4e\x07\xa7\x28\x52\x2e\ \x97\x7b\x79\x7a\x8a\xdf\x89\xef\xc9\x71\x9c\xb6\x50\xe7\xea\xe2\ \x62\x63\x4f\x1b\x6c\xf8\x27\x13\x68\x51\xcc\x76\xe2\x1b\xdc\x88\ \xfe\x4e\xb9\xd8\x6a\x93\x7d\x3f\xb6\x3c\xf1\x9d\x05\xa7\x03\x51\ \xb4\xa8\xf4\x6e\x55\x8b\xa4\x4e\x92\x84\x20\xd8\x34\x77\x1b\x6c\ \xf8\x27\x2b\xef\xc2\x77\x25\xcb\xfd\x97\x57\x95\xe3\x38\x6d\xa1\ \xde\xc9\x51\x95\xa7\xce\x77\xb3\xc9\x9e\x36\xd8\x60\x83\x0d\xdf\ \x48\x9d\x14\x45\x59\xa5\x4e\x10\x04\x04\xc1\xb6\xcf\xdd\x06\x1b\ \x6c\xb0\xe1\x6b\xd4\xc9\xf3\xda\x42\x1d\x49\x92\x79\xea\x7c\x80\ \xc8\x53\xe7\x53\x14\x6d\x93\x3d\x6d\xb0\xc1\x06\x1b\xbe\x41\xea\ \x24\x48\xeb\xbe\x4d\x02\xb0\x6e\x2e\xb5\xc9\x9e\x36\xd8\x60\x83\ \x0d\x9f\x05\xff\x8e\xd4\x49\x10\x84\x3a\x5f\x03\x10\x79\xf9\x36\ \xd9\xd3\x06\x1b\x6c\xb0\xe1\x6b\xa0\x69\x11\xc7\xb1\x14\x45\x59\ \x85\x50\x8e\xe3\x28\x8a\xe6\x38\xf6\xff\x0d\x00\xe6\xa9\x5a\xc6\ \x50\x17\xa8\x65\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ \ \x00\x01\xd3\x04\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\x93\x00\x00\x01\x53\x08\x02\x00\x00\x00\x73\x96\x76\x82\ \x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\xec\x9d\x77\xbc\x5c\x65\ \x9d\xff\x9f\x76\xea\xf4\x99\x5b\xe6\xf6\xdc\x9b\x7b\x6f\x7a\x48\ \x20\xb4\xd0\x44\x41\x8a\xa1\x28\x20\x48\x93\x22\x4d\xd9\x85\x65\ \x5d\x7f\xee\xaa\xbf\xdd\x15\x75\x57\x7f\xee\x8a\xfe\x54\x10\x04\ \x81\x00\x52\x94\xa2\x74\xa4\x25\xb4\x24\xa4\x91\x46\xda\x4d\x6e\ \x6e\x9f\x99\x3b\xf5\xf4\xa7\xfd\xfe\x98\x24\x06\x88\x0d\x7f\xb8\ \x41\xcf\x3b\xf3\x7a\xe5\xce\xcc\x99\x53\xbe\xe7\x39\x9f\xe7\xfb\ \x7d\xce\xf7\xf9\x1e\x28\xa5\xdc\xb9\x63\xe0\xa1\x87\xee\xdb\xfc\ \xf6\x06\xdf\x77\x21\x44\x20\x24\x24\x24\xe4\xc0\x86\x0c\x6c\xdf\ \xf6\x9d\x6f\xff\x7b\x71\xb2\xa0\x69\x06\x44\x58\x4a\x19\x1a\x25\ \x24\x24\xe4\x40\x57\xae\x5f\xfc\xe2\xe7\xf9\x7c\x4e\x55\x75\xca\ \x38\x00\xfb\xca\x16\x84\x70\xf7\x5f\x52\x82\x77\x7e\xf5\x27\x2d\ \xf3\xc7\x2f\x16\x12\x12\x12\xf2\x47\x81\xb3\xcd\x69\x09\x80\x94\ \x72\xaf\xa0\x40\x00\x00\x84\x1e\x65\x4e\x40\x3d\xca\x18\x17\x04\ \x43\x08\xe1\xbb\xdc\xb1\xfa\x27\xbe\x1f\x04\x41\xc0\x18\x03\x00\ \x20\x84\xde\xeb\xb2\x41\x08\x19\x63\x41\x10\x50\x4a\x39\xe7\x08\ \xed\x67\x55\x1f\x04\x10\x02\x00\xfe\xc0\x86\xea\x47\x7a\x60\xba\ \x99\x7b\xf6\xff\x4f\x13\xfa\x3f\xe6\xa8\x43\x42\xfe\x1a\x94\xab\ \xaf\x77\x0a\x04\x70\xdf\x8b\x99\x49\x59\xb6\xdc\x46\x05\x4d\x8b\ \x1a\x1d\x86\x62\x40\x98\xab\x39\x81\x94\x2a\xf9\x6d\x2c\x09\x21\ \xf4\x7c\xcf\xf5\x82\x48\x24\x1e\x89\xc4\x14\x55\x0f\x28\xb3\x6d\ \x4b\x51\xc8\xbe\x6b\x97\x52\xd6\x2c\x1b\x21\x25\x16\x8b\xeb\x46\ \x14\x21\x62\x59\x96\xe0\x8c\x10\xf2\xff\xfb\xea\x92\x42\x08\xb0\ \xd7\xb5\x83\x80\x52\xe6\xba\xbe\xa2\xe0\xdf\x73\x91\x53\xca\x3c\ \xcf\xc7\x18\xff\xe1\xb5\xff\xc5\x65\x8b\x51\x6e\xdb\x0e\x21\xf8\ \xb7\xfe\xea\x1f\xfc\x15\x00\xbe\x4f\x7d\x9f\x12\x82\xc3\x96\x1d\ \xf2\x57\x1e\x2d\x4a\x29\x85\x10\x7b\xdf\x73\x29\x5d\xcb\x3b\xb7\ \xa7\xe1\x94\xae\x4c\x93\xae\x28\x08\x54\x02\xbe\xb1\xe8\xdc\xb1\ \x69\x74\xc8\x76\xe3\x86\x26\xa4\x84\x10\xda\xb6\xab\x6a\xc6\x21\ \x87\xcc\x4e\xa7\x53\x8a\xa2\x08\x21\x5c\xcf\xdb\xb9\x63\xe7\xc0\ \xc0\xb6\x68\xc4\xd8\x7b\xb1\xd5\x6a\x4e\xe7\x94\xee\xa9\x3d\xdd\ \xa6\x69\x22\x84\x18\x63\xc5\x52\x79\xe3\x86\x0d\x35\xab\x16\x31\ \x8d\xfd\x88\x17\x84\x50\x0a\xc7\x76\x02\x2e\x00\x80\x98\x10\xd3\ \xd0\xf0\xfe\x5c\xb9\x77\x5e\xb1\xd0\xa3\x50\x70\x1a\x25\x82\x2b\ \x1a\x90\x92\x72\x8c\xcc\xb6\xde\x29\xa8\x34\x30\x60\x13\x0d\x40\ \x00\xa5\xb4\x2d\x9b\x0a\x09\x00\xc4\x98\x44\x4c\x5d\x48\x2c\x8d\ \x6c\x6f\xa7\x66\x0d\x6d\x99\x04\x06\x82\xfb\x57\x10\xc7\xf1\xb9\ \x90\xb1\xa8\x2e\xe4\xef\x11\x1a\x28\x18\xb5\x6c\x57\x00\x00\x01\ \x24\x8a\x62\x1a\x1a\x80\x10\xbc\x5f\x75\xe6\x1c\x72\xbd\x79\xee\ \x8c\x46\x7b\xcb\xca\x11\xae\xa1\x3f\x42\xbc\x20\x90\x2e\x53\x8d\ \x54\x7b\x5b\xd4\xcd\xed\x1a\xf6\x15\x3d\x8c\xca\x43\xfe\x9a\x7d\ \xae\xe9\xd3\x7a\xc1\x1e\x9f\x4b\x42\x58\xb3\x9c\xcb\xba\x53\xe7\ \x77\x46\xcd\xc0\xf1\x1d\xcb\xb3\x2d\x95\x79\x1d\x1a\x98\xd7\x10\ \x59\x36\x56\xad\x4a\xa8\x60\x1c\x04\x01\x44\xf8\xb0\xc3\x0e\x8d\ \x44\x0c\xdf\xf7\x3d\xcf\x0b\x02\x1f\x42\xd0\xd4\xd4\x08\x21\x1e\ \x1b\x1b\xd7\x34\x05\x00\x54\xad\xd9\x53\xba\x7b\x66\x4c\xef\x87\ \x10\xf8\xbe\xef\xfb\xbe\x10\xdc\x34\xf4\xa6\xe6\xa6\xf1\xf1\x1c\ \x0d\xf6\xe7\xec\x08\xe9\x71\xdc\xdc\x33\x6b\xda\x94\x29\x1d\x1d\ \xed\x29\x03\x56\xf3\x79\x0e\x09\x84\x40\x08\x21\x84\x94\x12\x02\ \x08\xeb\x1e\x96\x10\x52\x48\x00\x01\xa8\x3a\xa0\x69\xe6\x09\x5f\ \xff\xf2\x05\xee\x9a\x97\xb6\x55\x38\x46\x32\x5f\x55\xe6\x7d\xf4\ \x33\x9f\x3f\xb7\x7f\xd9\xe3\x2f\xbb\x8a\x26\x04\xf4\xb8\xd9\xda\ \x3b\xb3\x7f\x4a\x67\x47\x47\x47\xca\x80\x95\x42\xae\x54\x55\x0f\ \x3a\xe9\xcc\xab\xcf\x38\x64\xcb\x73\x4f\x8c\x08\x1d\x23\xf4\x5b\ \xef\x8d\x0b\x21\x01\x84\xd0\xf1\x95\xa6\x9e\x59\x07\x75\x25\xab\ \x43\x3b\x1d\x54\x57\x10\x29\x85\xe0\x42\x4a\x00\xf7\xfa\xaa\x9c\ \x4a\xa6\x37\xf6\x4f\x9f\xde\xdd\xd1\xd5\xde\xd6\x12\xc1\xb4\x94\ \xcb\x4b\x44\x20\x44\x7b\x77\xb5\xbe\xbc\x14\x9c\x4b\x08\x21\x94\ \xa2\xbe\x09\x20\x85\xe0\x12\xee\x3d\xc0\xfa\x11\x59\x36\x68\x9d\ \x73\xd4\xdf\x5f\xf9\x89\x89\x17\x9f\xd8\xe1\x13\x84\x50\x7d\x9f\ \xf6\x6c\x74\xf7\x3e\x08\x09\xf6\x9c\x3b\x29\x39\x1d\xb3\x92\x67\ \x5c\x78\xd9\xa2\x05\xe6\x1b\xcf\x2c\xa7\xa6\x2e\xb9\xe0\x42\x4a\ \x09\x61\x7d\xb7\xa5\x14\x5c\x08\x21\x01\x80\x00\xc0\xb0\xe9\x87\ \x7c\xb8\x7d\x2e\x21\x44\xdd\x45\x82\x10\xba\x01\x9d\x69\xa2\x93\ \x33\xb0\x56\x2a\x0c\xd8\xb4\x41\xc5\x8d\x3a\x5e\x57\x08\x5a\x0d\ \x92\x35\x94\x73\xda\x8c\x1f\x0f\xda\x0c\x41\x9f\xd2\xe9\xd3\xa6\ \x43\x08\x2d\xcb\xde\xbb\x22\x4a\xa9\xef\xfb\xad\xad\x2d\x13\xe3\ \xe3\xbe\xef\x42\x08\x4c\x33\xd2\xd9\xd1\x5e\x2e\x97\x37\x6d\xda\ \x84\x31\x01\x00\x70\xce\x62\xb1\xd8\xb4\x69\xfd\x53\x7b\x7a\x36\ \x6c\x58\x4f\x88\x78\xb7\x70\x31\x1a\xa8\xa9\xf3\xae\xbd\x6e\x81\ \x69\x17\x1d\x0a\x00\x18\x5e\xf5\xd4\xed\xf7\x3e\x5d\xe0\x51\x04\ \x31\x82\x00\x06\x2e\x42\x90\x61\x53\x70\x80\x11\x04\x92\xb1\xc0\ \x81\x30\x6a\x55\x73\x6f\xad\xdb\x34\xe1\x08\x1a\x00\x8f\x13\x85\ \xc8\xa8\x8e\xa5\xa0\x52\x00\x21\x04\xe3\xc0\xc7\x89\xb3\x3f\xff\ \xf7\x47\x44\xad\x5c\x95\x12\x05\x0e\xbd\xf9\xe4\x7f\xff\xe8\x49\ \x26\x24\xc4\x44\x1a\x49\x56\xe3\x88\x06\x8a\x61\x30\xca\x2c\x8a\ \x4c\x15\x43\xe1\x71\xc6\xaa\x5e\xe3\x69\xa7\x2c\x3a\xa5\x31\xff\ \xad\x75\xeb\x4b\x4c\x60\x0c\xca\xbe\x00\x48\xd1\xb0\x00\x9e\x0d\ \x89\x42\x54\x15\x00\xe9\xd9\x34\x39\x63\xde\xb5\x5f\x3c\x3f\x52\ \xcb\x55\x3c\xa1\x62\xbe\x75\xc5\x73\x0f\xde\xff\x44\x41\x44\xec\ \x00\x10\x42\x14\xc8\x81\x67\x49\x12\x01\x8a\x46\x98\xc5\xa0\x4a\ \x25\x51\xa0\x2b\xb9\xea\x0b\x12\x53\x02\x37\x20\x4c\x42\x82\x20\ \x90\x9c\x33\x57\xf0\x28\x00\x40\x70\x2e\x00\x90\x82\x57\x1d\x89\ \x10\x51\xb1\x04\x9e\x85\x14\x1d\x60\x35\xe0\x50\x41\x40\x72\x26\ \xa9\x8d\xcd\x88\xe3\x49\x09\x90\xa9\x4a\x43\xad\x47\xf4\xd2\x76\ \x18\x07\x8a\xa1\x00\xe9\x5b\x00\xa9\x48\xd5\xdd\x80\xa9\x18\x01\ \x00\x08\x90\x08\x86\x23\x61\x21\x1f\xfe\x68\x71\xef\x1b\xc7\xa7\ \x87\xa7\x10\xb2\x4a\x94\x8b\xad\x36\xf9\xcd\x98\xdd\xaf\x89\x55\ \x81\x76\x69\x0b\x75\x02\x6b\xae\xaa\x26\xa0\xa8\x32\x8e\x11\x89\ \xc5\xe2\x8e\x63\xef\x7b\xd3\xb0\x3e\xaa\x25\xa5\x48\x67\xd2\x3b\ \x77\xee\x80\x10\xb4\xb5\x35\x73\xce\x1c\xc7\x91\x12\xcc\x9e\x3d\ \x8b\x73\x6e\xdb\xf6\xc0\xc0\x80\xeb\x7a\x91\xa8\xa9\xa8\x1a\x63\ \xb4\xae\x68\xfb\xae\x01\x41\x40\x30\x58\xfd\x8b\xef\x5c\xf1\xa3\ \x55\x67\x7d\xe9\x7b\xff\xf6\xe9\x93\x7e\xfd\xc0\xb3\xf9\xb6\x85\ \xff\x7e\xed\xa7\xb2\x26\x28\xed\x5a\x7b\xc7\x0f\x6f\xdb\x42\xa6\ \x7e\xf1\x4b\x97\x4e\x6b\x88\x02\xbf\xb2\xe2\x99\x5f\xdc\xf9\xc0\ \x4b\x9a\x11\x9d\x3d\x6f\xee\xf6\x07\xef\x94\xcd\x87\x5d\x77\xcd\ \xf9\x87\x74\xc6\x38\x15\x95\xc9\x75\x12\x48\x21\xa5\x14\x00\x12\ \x29\x25\x5f\xff\xeb\x1f\x7c\xfe\x87\x2b\x8e\xba\xf8\x7f\x7f\xfb\ \x73\xa7\x4c\x7f\x68\xa9\xed\xda\xa4\x71\xca\x75\xdf\xbb\x8d\x59\ \xa3\x4f\x2e\xfe\xe9\xe3\x6f\xbc\x5d\x8b\xcf\x38\xf7\xd2\xcf\x2c\ \x3a\xb2\x5f\x96\x07\x9f\xfc\xf9\x1d\x77\x3f\x33\x6a\x57\xaa\xfa\ \xc1\xf3\x6e\xbc\xf5\x96\xe5\x4f\xdc\x71\xd3\x6d\xaf\x64\x8f\x39\ \xe3\x9a\x8b\x4e\x9d\x91\xd5\xb7\xaf\x7c\x71\xf1\xdd\x0f\xec\xa8\ \x52\xa2\xe1\xba\x83\x26\xad\xf1\x07\xff\xeb\x9f\xee\x5a\xc9\x8f\ \x3a\xeb\xd2\x7f\xb9\xf8\xac\xe2\xae\xed\xb7\x3c\xb1\x7d\xe6\xc9\ \xe7\x5e\xf5\xe9\xe3\x3b\x62\xfc\xad\x97\x7e\xfd\x83\x9f\x3d\x31\ \xfd\xbc\xaf\x5c\xdb\xf7\xd6\x65\x5f\xfa\xc5\x29\xd7\x5e\xbf\x40\ \x59\xf1\xd5\x6f\xbf\x7e\xed\xad\xdf\xce\xbc\x74\xfb\x8f\xde\x64\ \x37\xfc\xe3\xe5\xfd\x0d\x11\x1c\x54\x5f\x79\xec\xde\xbb\x1e\x7a\ \x9d\xd7\xcf\x8b\x94\x15\x07\x4c\x3d\xfc\x94\xab\x2e\x38\xa9\x3f\ \x83\xdf\x7e\xe3\xb9\xbb\xef\x7e\x70\x8d\x93\xbc\xe4\x86\x2f\x9e\ \x36\x2d\x12\xf8\xd5\x57\x1f\xbb\x7b\xf1\x63\x6b\x52\x87\x9e\x71\ \xed\x65\x8b\x7a\x93\x8a\x84\x60\xc7\x3a\x56\x75\x79\x74\xd6\xc2\ \xab\x2e\x3a\x6d\x46\xb3\x3e\xb1\x75\xc5\x3d\xb7\xdf\xb5\x72\x52\ \x3d\xef\xda\x2f\x9c\x3c\xaf\x37\xad\x5b\xdf\xfd\xef\x9b\x56\xac\ \xdd\x65\xe8\x6a\xd8\xfa\x43\xfe\x4a\x7c\x2e\x2e\x64\x92\xbb\xdc\ \xf1\x03\x26\x3f\x11\x8f\xfe\xc0\x51\x6e\xcf\x79\x37\x4e\x43\x69\ \x5a\x75\x28\x8f\xa8\xaa\x22\x30\x17\x0a\x01\x50\x4a\xc1\x39\x2b\ \x14\x26\x8b\xc5\x12\xc6\xbb\xe3\xac\x8e\x8e\x4e\xc3\xd0\x10\x82\ \x9c\x73\x04\x21\x84\x90\x52\xca\x18\x93\x52\x58\x96\x25\xa5\xf0\ \x3c\x17\x00\xe0\xfb\x3e\x26\x18\x00\xc0\xb9\x84\xf0\x1d\x6e\x57\ \x3d\x20\x0c\x02\xda\x7f\xfc\x85\x3f\x98\x7a\x5a\xb2\x35\xbd\x7d\ \xf9\xf2\xc9\xc0\xf7\x76\xae\xb9\xf3\xb6\x62\x63\x63\xc7\x69\xe7\ \x7f\xe2\x84\x83\x5f\x1b\xdb\xa2\xb5\x35\xe9\xbf\xf9\xc1\x37\x5f\ \x57\x0e\xfb\xca\x35\x17\x8f\x6d\xde\xbe\x84\x32\x55\x81\x8e\x4c\ \x9f\x72\xee\x59\xb3\xf0\xce\x6f\x7d\xe5\x91\xa9\x1f\xbf\xf4\x13\ \x73\x89\xdc\x1d\xac\x01\x29\x81\x94\x92\xe8\x89\xd6\xce\x8e\xce\ \x96\x84\xa4\x9e\xcf\x28\x52\x34\x5e\x1a\xbe\xe5\x7b\xb7\xc6\x17\ \x5d\x77\xd1\xd9\x1f\x7d\xea\xd5\xed\x47\x9c\xfa\xa9\xd3\x66\x2b\ \xb7\x7e\xfd\xab\x70\xde\xd9\xd7\x5c\x76\xd9\xba\x55\xdf\x12\x44\ \xa9\xee\x5c\xfb\x93\x9b\xef\x19\x2c\x3b\x32\x7b\xd0\x95\x57\x7d\ \x0a\x2f\x7b\xe0\x86\x1f\x16\x2e\xf9\xfb\x2b\x2f\x3c\x33\x7f\xd3\ \x6d\x8f\xd5\x48\x52\x4a\x01\x00\x90\x12\x10\x0c\x53\x26\x7d\xfd\ \x99\x57\xd6\x9e\xb0\x60\x6a\x5b\x67\xb6\x3b\x7a\xf5\xa5\x27\x0e\ \xfd\xe2\xc7\x37\x6d\x8f\xdf\x70\xc3\x79\x17\x0e\xee\x78\x74\xd9\ \x1b\xc1\x31\xf3\xfb\xa6\x74\x67\xbb\x7a\xa7\xf8\x63\x3d\xbd\xd3\ \xfb\x4c\xe7\x99\xb7\x77\x00\x63\x5e\x47\xa3\xf2\xc4\x7f\xdd\xb8\ \x6d\xda\x39\x5f\x3a\x7d\xd1\xd2\x25\xcb\xf3\x01\x83\x00\x50\x26\ \x51\x72\xe6\xd5\x57\x9d\xee\x3e\x77\xe7\xf5\x2b\x82\x6b\x6e\xb8\ \xf4\x33\x8b\x46\x07\xef\x7c\xf1\xf9\x07\xef\x1a\xcc\xa6\x0f\x3a\ \xee\xc4\x85\x1f\x3f\xe5\x37\x2f\x4e\x9c\x7a\xe1\x69\xf1\x5d\x2f\ \xfd\xf3\xff\x59\x7b\xf2\x25\x57\xf4\xa9\xc2\x26\xed\xd7\x5e\x71\ \x76\x66\xd7\x92\xff\x7a\x68\xec\x9c\xcb\x2e\x3a\xe7\x93\xdb\x56\ \x7e\x7f\x43\xdf\xec\x9e\xf1\x17\x1f\xfa\xe6\x0b\xab\x2a\xae\xa3\ \x2a\x78\xdf\xc1\xcd\x90\x90\x0f\x1d\x48\x4a\xb0\xf7\x05\x00\xac\ \xf8\x4c\x50\x0a\x05\xfb\xcd\xae\x22\x13\xe2\x8c\xae\xe4\xe3\x3b\ \x4b\x05\xcb\x45\x9c\xd6\xbc\x80\x4a\x00\x24\xe4\x5c\x38\x8e\xeb\ \xfb\x41\x32\x99\xec\xeb\xef\xeb\xd9\x83\x94\xc2\xf7\x03\xd7\xf5\ \x20\x80\x00\x40\xcf\xf3\x7d\x3f\xa0\x94\x0a\x21\x38\xe7\x94\x32\ \xc6\x38\xe7\x82\x31\xea\x38\x2e\xe7\xac\x7e\xb5\xbf\xfb\x05\x00\ \x04\xd2\x2e\x96\x95\xc6\xee\x99\x8d\xc1\x23\xf7\x3e\xb8\xbe\x18\ \x9b\x7f\xcc\x29\x97\x5d\x7c\xda\xc1\x7d\x59\xc8\x81\x49\x54\x04\ \x05\x63\xb4\x34\xf0\xf6\xeb\x4f\x3f\xb9\xa6\x42\x66\xb6\xb7\x28\ \x58\x48\xc1\x40\xb4\x79\x6a\x43\x7c\xc7\xd6\x55\xaf\xbe\xfa\xf6\ \xce\xb1\x1a\x22\x10\xec\x59\x27\x80\x80\x06\x41\xf7\x09\x57\x2c\ \xbe\xfd\xbf\xcf\x3b\x44\x7d\xea\x9e\xfb\x37\xe6\x1c\x55\x51\x84\ \x67\xef\xda\xf8\xd6\xca\x35\x23\x30\x12\x25\xd1\xe6\x69\x6d\xad\ \x13\x3b\xd7\xbc\xf6\xe2\x8a\xd7\x5f\x7b\x2d\xaf\xb6\xcd\x6e\x4f\ \x48\x00\xfc\x5a\x69\x62\xf3\x86\xd1\x92\xa3\x34\xcd\xea\x8d\x3b\ \x4b\x96\x2e\x5b\xf3\xf2\xab\x4b\xb7\x8c\xb5\xb4\xf7\xa4\x74\x4a\ \xd9\x6f\xbd\x56\xc1\x99\xe7\x52\xa8\xaa\xba\x4a\x7c\xc6\x93\x4d\ \x33\xb2\x64\xe2\x85\x17\x97\xaf\x7e\x79\xc9\xf2\x51\x6f\x46\x57\ \x7b\x79\x6c\xed\xa6\xc9\xe6\x33\x3f\xbe\xa0\x45\x2f\xd8\x66\xf2\ \x23\x67\x1f\x83\x27\x46\x77\x0e\xec\x02\x04\x0b\x16\xe4\xb6\x6f\ \x5c\xb6\x7c\x20\x20\xba\x6e\x46\xa1\x90\x00\x48\xcf\xa7\x46\xe3\ \x8c\x29\x91\xea\x8b\x4b\x96\xad\x59\xb2\xf4\xd5\x1d\x93\xed\xad\ \x5d\xcd\x5d\x73\x2f\xba\xec\xbc\x93\x8f\x9e\x93\x89\x10\x10\xc0\ \x44\xd3\x94\x29\x71\xb4\x66\xd5\xf2\x65\x2b\xb6\x8d\x15\x1d\x84\ \xb8\x96\xe9\xe9\x8e\x28\x4a\x73\xef\x89\xc7\xcf\x0b\x0a\x3b\x86\ \xab\xc8\x54\x00\xe7\xd2\x1a\x1b\x1c\xd9\xfa\xb6\x6d\x07\xf5\x7c\ \x8b\xf0\x15\xbe\x3e\xbc\xaf\x7d\x7c\x2e\x00\x54\x02\x57\x5a\xe0\ \xa3\x3a\x17\x5c\x44\x13\x99\x4f\xe9\xb2\x55\xe4\x97\xb7\xa6\x99\ \x9b\x53\x04\xdd\xe8\xe2\x92\xc0\x18\x4a\xca\x59\xb1\x58\x4a\x26\ \xe3\x41\x10\x80\xba\xd4\xec\x1d\xf0\xc7\xb8\x58\x2c\x61\x82\x21\ \x80\xe5\x72\x39\x9d\x4e\x0a\x21\x28\x65\xdb\xb6\x6f\x87\x00\x30\ \xc6\x35\x4d\x65\x8c\x57\x2a\xd5\x20\x08\x34\x95\xbc\xab\xe7\x17\ \x42\x00\x09\x88\xa2\x8c\xbd\xf9\xe8\xbf\xbd\x9a\xfc\xfe\x77\xff\ \xe1\x94\x93\x8e\xf9\xcd\xd0\x5b\x47\x2e\x3c\xca\x28\x3c\xf9\xd3\ \xdb\x5f\x39\xb7\x7b\x6e\x07\x41\x40\x4a\x08\x71\xa4\xb9\xb5\xcb\ \x9c\xde\x13\x03\x6b\x4b\x15\xc6\x93\x10\x62\x69\x4f\x0e\x96\xec\ \xd3\xfa\x0f\x3a\x68\xee\xba\x64\x5c\x83\x80\x42\x09\x76\xfb\x5c\ \x42\x12\x45\x19\x7a\xf5\xbe\x9b\x1e\x79\x8b\x31\xbb\x52\x2a\x3b\ \x28\x81\xa0\x04\x10\xa9\xba\xce\x21\x90\x00\xa2\xa0\xba\xab\x30\ \x79\xc2\xc1\xd3\x67\x1e\x34\x15\xce\x3e\xa8\x11\x14\x77\x8c\x97\ \x0d\x06\x12\x0d\xd9\xc6\x29\xdd\x93\x25\xc9\x8a\xdb\x47\xfc\x93\ \x17\xcc\x9b\xb1\x34\x97\x39\xa4\xbb\xb9\x38\xb4\xb6\xe2\x22\x68\ \x48\x21\x84\x84\x00\x20\xa4\xc7\x1b\x22\x4d\xda\xb9\x17\x9e\x31\ \x27\x6d\xdf\xb3\x6e\xed\x50\x41\xd4\xe0\xc7\x0e\x3d\xb8\x7f\x6b\ \x34\x31\x37\x6b\x8c\xad\x9e\x2c\x0d\x4f\x6c\xde\x36\x71\xd1\xc9\ \x1f\x5b\xfe\xe0\x3d\x8f\xc5\x8f\xb8\xe4\xe3\x7d\xeb\x7f\xf3\xf3\ \x81\x1c\x4a\x4f\x27\x00\x40\x45\xd3\x55\x8c\xa4\x90\x00\x48\x0e\ \x80\xaa\x47\x1a\xdb\xd2\x5e\x61\xeb\x04\x3d\xe9\xd0\x79\xd3\xdf\ \x74\xbc\xf9\xed\xe9\xd1\x37\x47\x22\xbd\xc7\x1c\xd7\x0d\xbf\xf5\ \xe5\xfb\x9c\xf9\x9f\xbc\xee\xf8\x76\x5e\x1b\x19\xaa\x81\x83\xe7\ \x1f\x3c\x7d\x85\x13\x37\x55\x08\x09\xad\x8e\xe5\x39\x6e\x9e\xdc\ \xf1\xc8\x7d\xcf\xd8\x24\xa1\x5b\xc3\xbe\xd6\x04\x81\x44\x44\xd1\ \x74\x8d\x42\x10\x3a\x5c\x21\x1f\xfe\x68\x51\xca\xbd\xf9\xed\x2a\ \x82\xab\x3c\xf5\xb5\x9a\x73\xac\x41\xe7\xf2\x49\x5e\xe5\x36\xe7\ \x07\xab\x36\x14\xac\xcc\xd0\xc3\x65\x25\x20\xc4\x90\x12\x42\x30\ \x3e\x3e\xa6\xe9\x0a\x82\x58\x4a\x51\x77\x39\x20\x04\x18\xe3\x7c\ \xbe\x50\xab\xd5\x0c\x43\x03\x00\x38\x8e\x3d\x31\x91\x6b\x68\x68\ \x98\x3a\x75\xaa\x90\x02\xec\x49\x5e\x75\x1c\x67\x74\x74\x1c\x00\ \x20\xde\x93\x66\xc9\xb9\x10\x10\x2a\x9a\x6e\x26\xa2\xde\xce\x65\ \xf7\x3e\xb5\xf1\x1b\x17\x7d\xfa\xb4\x57\x36\xbd\xf4\xf2\xd2\x79\ \xe7\x9f\xf4\xdd\xef\x1c\xa3\xa6\xf1\x9a\x5a\x4d\x80\x28\x95\xca\ \x29\xd7\x7d\xe3\xcc\x98\x3a\xb6\xe6\xb9\x27\x97\x6f\x11\xb3\x67\ \x6a\x46\x24\x01\x27\x7e\xf5\xc0\x2f\xfb\xae\xfe\xcc\x7f\xfe\xe8\ \x7b\x10\xc0\xd1\xcd\x2f\x7b\x52\x08\xb9\xfb\xd6\x9e\xa6\x9b\xa2\ \x3a\xba\x63\xfb\x16\x23\x91\x22\x8a\x21\x3d\x89\x88\xa2\x6b\x2a\ \x90\x00\x62\x45\xd7\x71\x54\x71\x5e\x78\xec\xd1\x19\xed\x17\x7f\ \xe5\x87\xb7\x00\xa7\xb0\xe4\xc1\xbb\x56\xe7\x4a\xfa\xd2\x37\x4f\ \x9a\x77\xce\xbf\xdd\x7c\xeb\xea\xa7\x16\x7f\xe3\x7b\xbf\xbe\xed\ \xce\x19\xd7\x5d\xf0\xb9\xc5\xe7\x28\xb9\xad\xab\xee\x7c\xf4\xd9\ \x1c\x8c\x10\x29\x85\x14\x34\xa0\x54\x49\x9f\x75\xdd\x77\xce\xe0\ \xb4\x34\x31\xf8\xf0\x4f\x6f\x7d\x69\xf5\x48\x45\xe1\xb7\x3f\x34\ \xfb\x73\x97\x7e\xe5\x14\x5d\xee\x58\xf5\xc2\x2f\x5f\x5a\x05\x20\ \x7d\x63\xdd\x8e\x0b\x8f\xcf\xae\x5d\xb7\x6a\x25\x4a\x7d\xf6\xd4\ \xbe\x81\x65\x6f\x94\xb0\xda\x80\xb1\xa6\x6b\x18\x02\x09\x89\xae\ \xab\xba\x06\x47\xb7\x6f\x5f\x9f\x57\x16\x7d\xfa\x9c\xa5\x5f\xbf\ \xf5\xe6\x3b\xe7\x5c\x77\xde\xdf\xdf\x73\x11\x1e\xdd\xf4\xda\xad\ \x4f\x2d\x79\x1b\x58\xcb\x47\x67\x5f\xf3\xcf\x5f\xa3\x9a\x21\xc6\ \x36\xb1\xea\xb6\xfb\xef\x7d\xfc\x8b\x97\x9e\x7a\xcb\xad\x8b\x10\ \x12\xeb\x5e\xb6\xa4\xb5\x75\xf1\xe2\x27\xae\x3d\xef\xf8\x1b\xbf\ \x7b\x02\xf4\xab\x8f\x7e\xff\x2b\x1b\x56\x31\x55\xd7\x31\x46\x52\ \x08\x2e\x25\x0a\x13\x26\x42\x3e\xe4\xc0\x13\x4f\x38\x76\xdf\x61\ \x76\x26\x81\xe2\xbb\x17\x46\x2a\x47\x6a\x6e\x04\x09\x0c\x80\x2b\ \xe1\x28\x57\xee\xb1\xe2\x6b\x64\x2c\xaa\xa0\xdd\x91\x97\x4f\x15\ \x55\x6b\x6c\x68\x50\x54\x15\x21\x28\x25\x10\x42\xd4\x6a\x56\x61\ \x32\xaf\xa9\xf5\x6c\x00\x20\xa5\x0c\x02\x96\x4e\xa7\x63\xb1\x28\ \x42\x08\x42\x28\x84\xa4\x94\x4d\x16\x27\x3d\xcf\xd1\x55\x75\x7f\ \x57\x8f\x14\x90\xc4\x53\x8d\x9a\x3b\x9e\xb7\x24\xc5\xa9\xd6\x46\ \x13\x5b\x23\x3b\xaa\x6a\x43\x43\x3a\xa6\x21\xc6\x7c\x6b\x22\x6f\ \xf6\x1f\xff\x6f\x5f\x39\xf7\x8d\x1f\x7c\xfb\xf1\x41\x4b\xd4\xf2\ \x96\x07\x50\x24\x93\x89\x11\x59\x1e\x1b\x73\x11\x8e\xa6\x9b\xe2\ \x06\x04\x9c\x3a\x15\xc7\x71\x19\xc4\x40\x02\x01\xf5\x78\x3a\xa9\ \x79\x13\x93\x36\x07\x10\x01\x00\xb8\xc0\xaa\x99\xca\xe8\xd4\x2a\ \x15\xaa\x7a\x47\x36\xe2\xd9\xa5\x52\xd5\x13\xc2\x48\xb6\xa4\x23\ \x30\xa8\x95\x0a\x45\xa1\x68\x1e\x25\xd1\x54\x22\x69\x12\x61\x97\ \x2c\xcb\x2e\x51\x2d\x91\x49\xa7\x74\xe4\x96\x73\x55\x87\x62\x4d\ \x95\x52\x4a\x09\x04\x89\xa6\xe2\x11\x15\x01\x29\x99\x5f\x2b\x55\ \xaa\x16\x32\x4c\x20\xa4\xc3\x95\xc6\x86\x74\x84\x08\xab\x38\x6e\ \x07\x10\x2b\xc8\x81\xa9\x96\x38\x74\x2b\x39\x1b\x24\x33\x69\x5d\ \x4c\x8e\x57\xa4\x8a\xd4\x44\x26\x41\x78\x71\x6c\x02\x65\x5b\x92\ \x30\xa8\x14\x8a\x0e\x52\x62\xa9\xac\xea\x54\xca\xe5\x02\x33\x33\ \x8d\x99\xb8\x22\x9d\xf2\x84\xe5\x72\x86\x15\x64\xa6\x9b\xe3\x1a\ \x04\x82\x39\x15\xcf\xaa\x15\x03\x62\x24\x33\x99\x88\x02\x04\x0f\ \xac\x92\xeb\x07\xd5\x00\x47\x52\x99\x8c\x41\xa4\x08\xfc\x6a\xa1\ \x12\x44\x12\x8d\x49\xd3\xc9\x15\x5c\x2a\x60\x98\xa7\x1a\xf2\xe1\ \x57\xae\x13\x3e\x76\xec\xbb\xb2\xb4\xa9\x04\x94\xd2\x7e\xe0\xf4\ \x62\x5f\x87\x62\x5c\x28\x6f\x71\xd3\xc2\x9a\x49\xde\x51\x46\x82\ \x52\x26\x85\xd0\x74\x43\x51\x88\x10\xd2\xf7\x7d\xca\xa8\xaa\x2a\ \xfb\xa6\x4d\x4a\x29\x83\x20\xc0\x44\xd1\x54\x0d\x63\x54\xcf\x59\ \x47\x48\x2a\x8a\xf2\x3b\xf7\x48\xca\x20\x08\x00\x56\x54\x82\xa4\ \x60\x7e\xc0\xb1\xa2\x2a\x48\x06\x94\x0a\x09\x20\x90\x3e\x55\x3b\ \xe7\x9f\xf8\x1f\xff\x76\xee\x33\x37\x5c\x7e\xcf\x56\x47\x35\xa3\ \x2a\x81\x52\xb0\x80\x72\xa2\x6a\x18\x4a\xce\x18\xe3\x42\x02\x80\ \x10\x56\x14\xb2\x27\x57\x4d\x04\x01\xdd\xbd\x5a\x09\x00\x04\x10\ \xd4\x97\x94\x8a\xa6\x02\x4e\x03\x06\x54\x55\x41\x10\x08\x46\x29\ \x17\x00\x22\x45\x21\x08\x42\x00\x04\x0d\x18\x17\x12\x13\x42\x08\ \x86\x52\x50\xca\xb8\x94\x18\x93\x7a\xaa\xfa\xee\x7c\x2a\xc1\x29\ \x65\x02\x00\x08\x00\xc2\x98\x10\x52\xff\x4a\x0a\x4e\x19\x13\x12\ \x10\xa2\x60\x8c\x20\x00\x40\x30\x9f\x0a\xa2\xaa\x48\xf2\x80\x32\ \xa2\x6a\x18\x02\x29\xf6\xfc\x2d\x99\x47\x85\xa2\x28\x18\x01\x46\ \x29\x07\x48\x55\x08\x94\x82\x52\xca\x25\xa8\x6f\x14\x02\xc9\x28\ \xe5\x42\xd6\x8f\x91\x28\x04\xed\xf3\xc9\xee\x65\xa4\x64\x8c\x32\ \x21\xeb\x99\xb1\x18\x81\xc0\x0f\x00\x51\x14\x8c\xc2\x54\xae\x90\ \xbf\x06\xe5\xfa\xe8\xf1\x47\xef\x67\x7e\x09\x04\x3e\x07\x81\x04\ \x12\x00\x02\x80\x8e\x01\xfe\x1d\x19\xd9\x9c\xf3\x7a\x5e\x05\x42\ \x08\xa1\xfd\x54\xc8\x81\x10\x70\xbe\x37\x17\x13\x62\x8c\x10\x84\ \x7f\x4e\xac\x22\x04\x50\x8c\x68\xb6\x29\x61\x8d\x8f\x96\x03\xf1\ \xc7\x4f\x8e\x09\x09\x09\xf9\xeb\x19\xe7\x92\x52\xec\x27\xa3\x5a\ \x42\x15\x02\x75\xef\xc7\x12\x88\xdf\x51\x2b\x62\x5f\xb5\xda\x77\ \xda\xf6\x3e\x1f\x42\x08\xe1\xbe\xe9\xf2\xf5\x31\xaf\xf7\x2d\xb5\ \x10\x4a\xea\x94\x07\xb6\x4e\xd6\x9d\x22\x29\xc3\xc1\xe6\x90\x90\ \xbf\x3d\xe5\xaa\x54\xaa\x1f\x56\xb7\xc5\x73\xc3\xf3\x17\x12\xf2\ \x37\x1a\x2d\xfe\xf4\xb6\x9f\x84\x56\x08\x09\x09\xf9\x90\x29\x97\ \x14\x3c\xb4\x42\x48\x48\xc8\x87\x2c\x5a\xac\xd5\x6a\xa1\x15\x42\ \x42\x42\x3e\x5c\x84\xcf\xcb\x08\x09\x09\x09\x95\x2b\x24\x24\x24\ \x24\x54\xae\x90\x90\x90\x90\xf7\x42\x7e\xff\xd7\x10\xc2\xfd\xe6\ \x97\x02\x00\x38\x0f\x87\xf6\x43\x42\x42\x0e\x3c\xe5\x22\x84\x20\ \x84\x6a\xb5\xda\x7b\x4b\x0b\x28\x8a\x12\x89\x44\x83\xc0\x0f\x1f\ \x33\x13\x12\x12\x72\x00\x29\x17\xc6\x78\x74\x74\xf4\xc1\x87\x7e\ \x91\x9b\xc8\xf1\x77\x66\x4e\x40\x00\x31\xc1\xb3\x66\xcd\xfa\xe4\ \x99\x67\xa8\xaa\x1a\x8a\x57\x48\x48\xc8\x81\xa2\x5c\x8a\xa2\x3c\ \xf9\xd4\xd3\x2f\xbe\xf4\x92\x69\x18\xfb\x0d\x15\xb7\x6e\xdb\x36\ \x75\x6a\xcf\x51\x0b\x17\x7a\x9e\x17\xda\x31\x24\x24\xe4\x80\x50\ \x2e\x21\x44\xa5\x52\xbe\xee\xba\xbf\xef\x68\x6f\x17\xef\x19\xd2\ \x22\x8a\xb2\x74\xe9\xd2\xf1\xb1\xf1\x3f\xe6\x61\x85\x21\x21\x21\ \x21\x7f\x21\xe5\x02\x00\x40\x08\xfb\x7a\x7b\xa7\xf6\xf4\xbc\x77\ \x30\x5e\x55\xd5\x6d\xdb\xb6\xd7\x6a\xd5\xdf\xbf\x76\x09\xa0\x6e\ \x18\x0a\x94\xae\xeb\x72\xb9\xcf\xc7\x58\x35\x0d\x4d\x04\xae\xe7\ \xf3\xff\xa1\x07\x68\x41\xcd\x34\x94\x7d\xa7\x8b\xb3\xc0\xf1\x7c\ \x01\x90\x6e\x98\x0a\x96\x9e\xe3\xb2\xbd\x4f\x58\x84\x48\x37\x0c\ \x02\x85\xeb\xb8\x4c\x86\x0f\xfc\x0a\x09\x39\xb0\x95\x0b\x00\x10\ \x04\x81\xef\xfb\xef\x55\x2e\x29\x25\x63\xec\x0f\x4c\xd5\x86\x58\ \x43\xb5\xdf\xdc\x77\xf7\x7a\x2b\x7d\xce\x67\xce\x6c\xd3\xb9\xcf\ \x04\x00\x00\x29\x9a\x3f\xb4\xe6\x96\x47\x9e\x4f\xcf\x3b\xfd\xf4\ \xe3\xa6\xca\x80\xfd\xa5\xc7\xc9\x20\x22\xa0\xf6\xf4\xcf\xee\x5c\ \x3d\x5c\xe0\x42\x02\x00\x04\xf5\x63\x33\x3f\xf2\xd9\x33\x3e\x9a\ \x04\x85\xa7\xee\xb8\x79\x55\x31\xfd\xe9\xcf\x9e\xd3\x9b\x44\x01\ \x93\x10\x2b\x2a\x9b\xfc\xf5\xcf\x6e\x5e\x5b\x4e\x9f\x73\xde\x59\ \xbd\x19\x4c\x59\x38\xae\x17\x12\xf2\x3f\xcc\x07\x9a\xcf\x05\x09\ \x0c\xb6\xbe\xb5\xfc\xe1\x3b\x6f\xbd\xe5\x9e\xa7\xab\x40\xad\x57\ \xf9\x83\x88\x88\xca\xc8\x92\xe7\x9e\x5d\xbd\xb5\x00\x7f\x5b\xad\ \x10\xc2\x7a\x89\xaf\x7d\x2b\x13\x42\xf8\x3b\xdf\xd7\xff\x04\xef\ \xf8\x0a\xbe\x7b\xd1\x77\xaf\x6f\xef\x51\x23\x69\x2d\x7f\xe9\xc5\ \x65\xeb\x77\x38\x41\xe0\x79\x9e\xeb\x79\x94\x09\x00\x24\xd6\x93\ \x1d\x2d\xc6\x1b\x4f\xdc\xf5\x93\x07\x97\x38\x50\xc3\x10\xa8\x0a\ \xdc\xf8\xd2\x2f\x6f\xfd\xd9\xaf\x2d\x23\xdb\x92\xd6\x38\x0f\x65\ \x2b\x24\xe4\x80\xf7\xb9\xfe\x4c\x24\x80\xaa\x61\x26\xe2\x64\xd9\ \xa3\x77\xdd\xd1\x94\xfd\xbb\x4f\x1d\x82\x7c\x0f\x00\x09\x10\x31\ \x23\x11\x5d\xc5\xf5\x72\x5e\x10\x11\x85\x00\xcf\x71\x29\x13\x10\ \x13\xd3\x34\x00\xa7\x4c\x48\xe6\x3b\x3e\x47\x66\xc4\xc4\x80\x73\ \x09\x09\x86\x81\xe3\xf8\x12\x1a\xba\x0e\x58\xe0\x32\xf9\xdb\x1a\ \x9f\x92\xfb\x1e\x85\x88\x28\x04\x03\x80\x14\x15\x33\xcf\x75\x29\ \x07\x00\x62\x42\xf0\xbb\x0a\x81\x42\x28\x7c\xdb\xe5\xca\x11\xa7\ \x5e\xfc\xd5\xcb\x4f\x44\x82\x09\x00\x25\xf3\x5d\xcf\xf7\x02\x65\ \xce\x89\xe7\x5f\xb3\x6d\xcb\xf7\x7f\x7d\xd7\xaf\x0e\x9a\x7e\xd1\ \xf1\x7d\xb5\xed\x4b\xee\x58\xfc\xab\xd8\x11\x67\x7f\xe1\xc2\x13\ \x22\x32\xa0\xa1\x70\x85\x84\xfc\xb5\xfb\x5c\x00\x00\x20\x82\x20\ \xda\x7f\xd0\xa2\x13\xa7\xbf\x70\xf7\x0f\x1f\x59\x3e\xac\x69\xea\ \x7b\x62\x4a\x82\x58\xf9\x95\x47\xef\xf8\xe7\xeb\xaf\xb9\xe0\x82\ \x0b\xaf\xf8\xbb\x2f\xdf\xf2\x8b\x25\x25\x06\x0d\x5d\xcd\xad\x7f\ \xe6\x86\x2b\x2e\xfd\xfe\xa3\x2b\x81\xa6\xab\x9a\x56\xde\xf2\xfc\ \x17\xaf\xbe\xe6\xe6\xa7\xd6\xe1\x68\x6c\xe8\x99\x5b\x2f\xbf\xfa\ \xab\x4b\x37\x3b\x86\x4e\x90\xa2\xc3\xe2\xfa\xff\xfc\xa7\xab\xbf\ \x73\xf7\xeb\xc0\xd0\x35\x45\x0c\xac\x78\xe6\x3f\xbf\x7a\xfd\x25\ \x17\x5f\x7c\xe1\xc5\x97\x5c\xfb\xd5\xff\x5a\x9d\xe7\x1a\xde\x57\ \xbb\x90\xf4\xab\xb6\x84\x11\x23\x2a\x81\xf0\x5c\xcf\xb1\x6d\xc7\ \xa3\x12\x40\x20\x99\x2f\xa3\x1f\xbf\xe0\xaa\xe3\xa7\xd0\x9f\xdf\ \x75\xef\x86\x5d\xbb\x1e\x5f\x7c\xe7\x7a\x6f\xea\xe5\x97\x9e\xdb\ \x69\x72\x2a\x42\xdd\x0a\x09\xf9\x1b\xf0\xb9\x00\x00\x52\x72\x86\ \x92\x9f\xb8\xe4\xb3\x91\xc2\x3f\xde\xf9\xe3\x1f\x4d\x69\xff\xda\ \x11\x9d\x71\x67\x1f\x11\x51\xb1\xfb\x9b\x3b\x7f\x70\xd3\x23\x1b\ \x17\x7e\xf2\xfc\x73\xe7\x66\x07\x57\x3c\x7b\xcf\xed\xdf\xad\x88\ \xaf\x7d\xe9\xfc\x23\xba\x0f\x3d\xf9\xac\xa3\x96\xfd\xf8\xbe\x3b\ \xe6\xcd\x9d\x79\x5a\x77\xf5\x9e\xdb\xee\x2c\x36\x1e\xf1\xc5\x53\ \x8e\x30\x00\x65\x34\x70\x1c\x97\xed\x8d\xdd\x24\x77\x5d\x87\x04\ \x0c\x11\xd5\xd9\xfe\xca\x2d\xdf\xbf\x65\xb2\xf5\xf8\x6b\xfe\xf1\ \x30\x53\xb8\x13\x93\xb5\x94\x0e\xf9\x3e\x49\x67\x10\x21\x66\x95\ \xaa\x41\x75\xc7\xdb\xab\x9f\x7f\x99\xb7\xb7\x77\xb6\x37\x67\x54\ \x2c\x29\xe3\x00\x00\xc9\x7c\x9c\xea\xbf\xf8\x73\xe7\xef\xfc\xce\ \x5d\xff\xf9\xaf\xa3\x6e\xb1\x78\xf2\xc5\xff\x72\xec\xb4\xa4\xef\ \xf9\x61\x73\x09\x09\xf9\x5b\x51\x2e\x00\x80\xe4\x81\x8c\x76\x5e\ \xfc\x85\x2f\x6c\xfa\xa7\x6f\xfe\xe8\xc7\x0f\x76\x7d\xfd\xca\xd8\ \x9e\xe7\x5a\x60\xa2\xd5\xde\x7e\xe6\x81\x67\xd6\xcc\x3f\xe7\x7f\ \x7d\xed\xaa\x8f\x22\x00\xc0\xd1\x73\x68\xf9\x1f\x1e\x79\xf6\xc9\ \xed\x8b\x16\x4c\x33\x13\xa7\x5e\x72\xd5\xba\x2d\x5f\xbd\xe7\xf6\ \xdb\x8b\xdd\x95\x97\x86\x93\xd7\xdc\x78\x71\x6f\x02\xf8\x5c\xc2\ \xf7\x0c\x81\xd5\x87\xb4\x10\x84\xd5\xd1\x91\xb1\x52\x30\xf7\xac\ \x53\x3e\x71\xc2\x41\x00\x08\xe6\xfb\x7e\x10\x30\xf1\x8e\x60\x91\ \xf2\xc8\xcc\x19\xbd\xa3\xb9\x35\x77\xfd\xf0\xd9\x7c\x89\x4e\x3f\ \xee\x8c\x2b\x2f\x39\xab\xb7\x41\xa5\x54\x00\x00\x02\x9f\x76\x1d\ \x76\xd2\x27\x8e\x7c\xe3\x87\x8f\xbc\x11\x9d\x73\xd6\xa7\x4f\x9a\ \x87\x03\x3f\x08\x1b\x4b\x48\xc8\xdf\x94\x72\x01\x00\xa8\x1f\x44\ \xba\x8e\xb8\xe6\xea\xb3\xbf\xfc\xed\x5f\xfe\xec\xd7\x87\x7c\x61\ \x96\x56\x1f\x66\x27\x90\x0f\x6e\x1d\xac\xba\x12\xad\x7f\xfe\x5b\ \x5f\x5f\xc2\x38\x20\x44\x0c\x6e\x2b\x57\x2d\x39\x58\x64\x33\x0c\ \x20\x52\x33\x2e\xbb\xea\xb3\xff\x7e\xe3\x8f\x6e\x5f\x17\x5f\x74\ \xd5\x97\x4f\x98\x99\xf1\x5d\x0f\x19\xbf\x73\xb7\x39\x17\x0d\xd3\ \x0f\x5a\x30\xab\xe5\xa5\xfb\xfe\xf3\xdf\x73\x27\x9d\x72\xc2\xb1\ \xd3\xbb\xb2\x1a\x46\xfb\x4a\x97\xa0\xbe\xd2\xb6\xe0\x0b\x37\x1c\ \x14\x04\x5e\xa5\x34\xb9\x65\xf9\xd3\xb7\xdf\x77\xdf\x77\x85\xf9\ \x1f\xd7\x9f\x95\x40\x94\x4b\x89\x15\xa5\xb2\x6b\xdd\xda\xcd\x83\ \x6a\x22\x15\x8c\xaf\x7e\xfe\xcd\x81\x8b\x8e\x99\x02\xbd\x20\x8c\ \x15\x43\x42\x0e\x10\xfe\x62\xb5\x22\x24\xf5\x59\xff\xb1\xe7\x5c\ \xbe\x68\xda\x92\x7b\x6f\x7b\x66\x5d\x5e\x51\x10\x00\x00\x02\xe1\ \xf8\x94\x01\xa2\xea\x04\x21\x84\x30\x14\x82\x4c\x99\x79\xf8\xa9\ \x27\x1e\x9b\xd5\x04\x17\x12\x00\x68\x44\x63\xba\x0a\x28\x17\x9c\ \x73\x20\xe1\x3b\x22\xd1\xf7\x6e\x46\x04\x30\xd5\x7b\xd5\x97\xbf\ \x76\xe9\x69\xf3\x73\x6b\x9e\xfe\xea\xf5\x7f\xf7\xb5\x9b\xee\xdd\ \x56\x64\x0a\x7e\xe7\x18\x3d\xc2\xaa\x61\xc6\x93\x99\xae\xde\x99\ \x8b\x2e\xfa\xfc\xc5\xc7\x77\xef\x78\xfd\xe5\xad\xb9\x2a\xc6\x08\ \x40\xac\x88\xe2\xaf\xee\xbe\xed\xe5\x7c\xe6\xea\x2f\xff\xf3\x89\ \x1d\xce\x83\xb7\xdd\xb6\x72\xc4\xd3\xd4\x30\xe7\x36\x24\xe4\x6f\ \xcc\xe7\x02\x00\x48\x29\x5c\x6e\x9e\x70\xde\x15\x6b\xdf\xfe\xe6\ \x7d\xf7\x3f\x0a\xa8\xd2\x81\x80\x00\x38\x13\x37\x00\x00\xb3\x8e\ \xbf\xe8\xef\x4e\xed\x05\x92\x4b\x09\x20\xc2\x40\x32\xd7\xb2\x03\ \xa0\xa8\xd6\x8e\xbb\x6e\xbe\x63\xb2\xe3\xa4\xcf\x1d\x59\x78\xe0\ \xbe\x9b\xfb\x7a\x3b\xce\x98\xd7\xc8\x04\x54\x63\x3a\xa4\xb6\x13\ \x38\x88\x34\x00\x0e\xf6\xcd\x87\x10\x4c\xe8\xe9\x9e\xb3\x2f\xbb\ \xfe\xe3\xa7\x8f\xae\x7e\xe9\xe1\xff\xfb\xb3\xfb\xef\x4a\x64\xff\ \xe5\xca\x8f\x2b\xc2\xdb\x33\xc2\x0e\x09\x51\xa0\x64\x8c\x71\xc6\ \x85\x1a\x31\x32\xd9\x04\x08\x0a\x01\x65\x00\x42\x55\x83\x1b\x9f\ \xbe\xff\xc1\x17\x87\x3e\x7a\xc9\x57\x4f\xfd\xc8\xb1\x85\xc8\xc4\ \xea\xaf\xfe\xf8\xf6\x7b\x9f\xec\xb9\xe1\xec\x18\x0c\x93\x22\x42\ \x42\x3e\x0c\x3e\x17\xc6\x98\xfc\x0e\xde\xc7\xbc\x1f\xc9\x7c\x9c\ \x9e\x7e\xf1\x67\xcf\x88\xfa\x85\xb2\x0b\x20\x94\x4c\x80\xae\xb9\ \xf3\x67\x34\xcb\x67\x1f\xb8\xed\x85\xb5\x83\x2e\x15\x82\x07\xc5\ \xb1\xc1\x91\x5c\x99\x43\xa2\x93\xe0\xe5\x07\x7f\xfa\xdc\x80\x71\ \xd1\x15\x57\x5e\xf6\xb9\x2b\x8f\x6f\xa9\xdd\x7d\xcb\x5d\x6f\x17\ \x85\x02\x41\xa6\x77\x7a\x06\x15\x97\x2c\x59\xba\xab\xcc\x4d\x43\ \x53\x10\x94\x42\x48\x29\x21\x42\xdc\xa9\x4e\xe4\x0a\x9e\x40\xc9\ \xec\x94\xe3\x3e\x72\x44\x6b\x1c\x4f\xe6\xc7\x3d\xb1\x37\x5f\x1e\ \x22\x10\x8c\x0e\x6e\x1b\x29\xba\x8a\x61\x6a\x04\x0c\xbe\xf5\xd2\ \x93\xcf\x6f\x8a\x74\xcf\x68\x4b\xc5\x20\x51\x9c\xe1\x55\x3f\xbb\ \xe7\x09\x75\xce\xc9\x17\x9e\x71\x38\x70\xac\xe6\x83\x4e\xba\xe4\ \xac\xc3\xb7\xff\xe6\xbe\x87\x97\x6c\x25\x9a\x12\xb6\x98\x90\x90\ \x03\xdd\xe7\x12\x42\xe6\xf3\x79\xd3\x30\xea\x39\xf4\x41\x10\x20\ \x84\x88\xa2\x00\x29\x55\x55\x2d\x97\x4a\xea\x7b\x52\x1c\xde\x05\ \x04\xd2\x77\x1d\xcb\xf1\xc4\x9e\x39\x33\x81\x1f\xb4\xce\x3f\xf9\ \xfc\x93\xdf\xfc\xe6\xe2\x95\x8e\xcf\x84\x08\x70\xe3\x9c\x4b\x2f\ \xbf\xe8\x7b\x3f\xbc\xf7\xa6\xaf\x7f\xf9\xfe\xa6\x94\x8a\x80\x55\ \xb3\x0e\xb9\xf0\x8b\x9f\x3f\x61\xe6\xce\xd7\x1e\xbb\xe5\x81\x65\ \x0b\x2e\xfe\xf7\xe3\xfb\x23\x81\x88\x5c\x78\xf9\x67\x56\xfe\xcb\ \x8f\x6f\xb9\x77\xe6\xd7\xaf\x3e\x2d\xd9\xbd\xf0\xd3\x9f\x78\xfd\ \x96\x5f\x3d\xf4\xe5\xad\xaf\x36\x24\x4c\xe1\x96\xb7\x4f\x82\x43\ \x34\x42\xb0\x32\xb6\xe5\xf5\x9b\x6e\x7b\xd8\x89\xa6\x75\x02\xbc\ \x4a\x61\x5c\x34\x7f\xea\xe8\x23\x13\x30\xe0\x7b\x72\xc7\x88\x9f\ \x7b\xfe\xfe\x9b\x7e\xb3\x4d\x36\x24\x0c\xc0\x83\xe2\xf8\xa8\x63\ \x4c\xf9\xec\x65\x67\x77\xa5\x14\xe0\x4f\x3e\xb1\xf8\xa7\x6f\x8c\ \xa7\x6f\xf8\xc7\xb3\xbb\x4c\xee\xfa\x1c\x41\x6d\xe1\xa2\xf3\x8e\ \x7a\x65\xf5\x03\xb7\xdf\x3e\xaf\xff\x6b\x07\xb7\x28\x01\x0d\x9f\ \xf0\x18\x12\x72\xa0\x2a\x17\xc6\xd8\xb6\xed\x6f\x7c\xe3\x9b\xba\ \xae\x4b\x29\x21\x84\x3d\x3d\xdd\x96\x65\x8d\x8f\x4f\xd4\x6b\x0d\ \xda\xb6\x7d\xf5\x55\x57\xfd\xde\x95\x0b\x2a\xb4\xb9\xc7\x7c\x5c\ \xf1\xd2\x49\xb4\x27\x81\x41\xf2\x40\x9a\xc7\x9e\x79\x51\x0e\x75\ \x26\xa7\x37\x4b\xca\x02\x2a\xbb\x17\x9e\x79\x63\xd7\xcc\xa5\x4b\ \x5e\xdf\x3e\x56\x12\x90\xc4\x1a\xdb\x0f\x9b\x92\xe1\x81\x57\xad\ \xfa\x87\x9d\x71\xc5\xd9\xa7\xce\x47\x41\xe0\x73\xd0\x34\xf7\xe3\ \x7f\x77\x45\x71\xd9\x24\xab\xd8\xae\x19\x8d\x9c\xf4\xd9\x7f\x68\ \x99\xf6\xf2\xeb\x6b\xb7\x3b\x4c\x62\xb5\xef\x88\x13\xbb\x66\x1f\ \x34\x47\xb8\x6e\xb4\x73\xc6\x47\x4f\x3c\x6e\xcb\xc8\x24\x93\x50\ \x9b\x76\xf0\x85\x0b\x8f\x5d\x30\xbd\x95\xef\xc9\x21\x95\x92\x31\ \x25\x75\xfc\x69\x17\x46\x56\x6f\x1c\x29\x54\x04\x54\xe6\x1f\x7d\ \xea\x91\x47\x1f\xd5\x9f\x8d\x52\xc6\x3d\x6b\x92\x27\x67\x5c\xf4\ \x85\xc3\x3e\x36\xab\xc9\x0f\x02\x00\x80\xa0\x81\x92\xe9\xbf\xe8\ \xf2\x2b\xe2\xaf\xee\xb4\x4a\x45\xde\xd2\x02\x41\x98\xd6\x15\x12\ \xf2\x3f\x0c\xac\x56\xca\xfb\xfd\xc2\x30\xf4\x1b\xbf\xf1\xad\xd7\ \x5f\x7f\x5d\xd3\x34\xc6\x58\x63\x63\xe3\xf7\x6f\xfa\xde\xc6\x4d\ \x9b\xbe\xfe\xf5\x1b\x55\x55\x05\x00\xf8\xbe\xff\x85\xcf\x7f\x7e\ \xd1\xa2\x4f\x38\x8e\xf3\x3b\xc3\x43\x00\x75\xc3\x54\x20\x77\x1c\ \x57\xfc\x76\xaa\xb2\x84\x58\x35\x0d\x8d\x07\x9e\xe7\xb3\xfa\xc7\ \x08\x13\x55\xd3\x08\x82\x00\x00\x29\x78\xe0\x7b\x01\x93\x8a\x6e\ \x1a\x0a\x70\x1c\x97\xef\xd6\x0a\xa8\x19\xa6\x82\xb8\xe3\x78\x42\ \x02\x00\x91\xa2\x6a\xea\xee\xb1\x77\x29\x38\xa7\x41\x40\x19\x87\ \x98\x68\x9a\x46\x30\xaa\x0f\xae\xd1\xc0\x0f\xe8\xbb\xe7\x5d\x62\ \xa2\xaa\xea\xee\xfc\x7b\xc1\x59\x10\x04\x8c\x0b\x00\x00\x80\xd8\ \x34\x0d\x24\xa8\xed\xfa\xfb\xce\x10\x27\x9a\x61\x68\xd8\x77\x9d\ \x80\x8a\x70\xca\x75\x48\xc8\x81\xeb\x73\x09\x21\x67\xcf\x9a\xf5\ \xea\xab\xaf\xfa\xbe\x2f\xa5\x2c\x95\x4a\x0f\x3f\xfc\xc8\xd8\xf8\ \x18\x63\x0c\x00\xc0\x18\xcb\x34\x64\xba\x7b\xa6\x50\x4a\xff\x50\ \xb4\x68\xfb\xf5\x3f\xf7\xf9\x58\x72\x6a\x5b\x74\xdf\x8f\x05\x67\ \x9e\xc3\xde\xf1\x5b\x08\x98\xef\xd4\xde\x91\xfe\xb9\x77\x6d\xf5\ \x77\x82\xfa\x2e\x7d\x57\x7e\x28\x84\x52\x70\xcf\x75\x7e\xff\x61\ \x73\x16\xb8\x6c\x7f\x19\x5a\x92\x3b\xb6\xf5\xde\xc3\x60\x81\x5b\ \x0b\xc0\xbb\x8f\x23\x24\x24\xe4\x40\xf3\xb9\x20\x84\x8c\xb1\x75\ \xeb\xd6\x8f\x8c\x8c\x30\xc6\xa4\x94\xbe\xef\x23\x84\x54\x55\x05\ \x10\xea\x9a\x36\x6d\x5a\x7f\x4f\x4f\xb7\x08\x23\xa7\x90\x90\x90\ \x03\x47\xb9\x00\x00\x08\x21\x45\x51\xf6\x16\x6b\xae\x8f\x76\xed\ \xf1\x42\x80\x04\x20\x08\x28\x00\xa1\x72\x85\x84\x84\x1c\x30\xd1\ \x22\x00\x40\x08\xe1\xfb\xe1\x64\xbd\x90\x90\x90\x03\x8e\xf0\x79\ \x8b\x21\x21\x21\xa1\x72\x85\x84\x84\x84\x84\xca\x15\x12\x12\x12\ \x12\x2a\x57\x48\x48\xc8\x5f\x03\xff\x7f\x66\x5c\x23\x84\x08\x21\ \xa1\x35\x43\x42\x42\x3e\x34\xca\x05\x21\xdc\xb4\x61\x5d\x2e\x97\ \x43\x28\xf4\xe0\x42\x42\x42\x3e\x24\xca\xa5\x28\x64\x78\x68\xe8\ \xce\xbb\x17\xeb\xba\x1e\x1a\x34\x24\x24\xe4\xc3\x13\x2d\x62\xac\ \x69\x5a\x7d\x3e\x63\x48\x48\x48\xc8\x07\x4d\x18\xdf\x85\x84\x84\ \xfc\x55\x29\x17\x24\x8a\xaa\xa9\x0a\x0c\xe7\x18\x87\x84\x84\x7c\ \x38\xa2\x45\x84\x89\x74\xb7\xae\x5e\x3e\xc6\x92\x07\xcd\xee\x8f\ \x29\x40\x02\x20\xe5\x9f\x36\x45\x51\x4a\x19\xaa\xde\x07\x84\x94\ \x00\x42\x08\x21\x7c\xef\x49\x09\xcd\xfe\x41\x5b\xbe\x7e\x27\xea\ \x5d\x96\x0f\xcd\xfe\x17\x6e\xf0\xfb\x53\x2e\x88\x15\x5e\x7d\xe2\ \xae\x5b\x9e\x5f\x3b\xec\xa6\xa7\x77\xf5\x77\xad\xfe\xd5\xbd\xfe\ \xb4\x53\x4f\x9e\xdf\x4e\x03\xfa\xc7\x08\x16\x21\xe4\xf2\xcb\x3f\ \x67\x98\xa6\x10\x61\xf9\xd0\x0f\xa6\xc3\x21\x64\x7c\x7c\xfc\x67\ \x77\xdc\xbe\xef\x5d\x11\xcf\xf3\x4e\x3a\xe9\xa4\xc3\x0e\x3f\xc2\ \xf3\xbc\xd0\x44\x1f\x10\xaa\xaa\xde\x7d\xf7\x5d\xc3\x43\x43\xf5\ \x8a\x9b\x00\x00\xc6\x58\x36\x9b\xbd\xe8\xe2\xcf\xd6\x0b\x40\x85\ \x7c\x10\xe8\x9a\xb6\x72\xd5\xaa\x5f\xff\xea\xd1\x68\x34\x56\x37\ \xfb\x7e\x94\x0b\x63\x54\x19\xda\xb4\x62\xd4\xfc\xfc\xbf\xfc\xaf\ \xd7\x7f\xf9\x38\x57\x23\x38\xa8\x0e\x4e\x94\x24\xec\xf8\xe3\xb7\ \x94\x48\x24\xcc\x48\x24\x54\xae\x0f\xee\xfa\x29\x97\xcb\x3b\x76\ \x0c\xb4\xb7\x77\x24\x12\x89\xba\x9d\xa5\x94\x86\x61\xa6\x52\x29\ \xd7\x75\x43\x13\x7d\x40\x18\x86\x51\xc8\xe7\xc6\x46\x47\xbb\xa6\ \x4c\x41\x08\x49\x29\xa5\x94\x18\xe3\x54\x2a\xf5\xfb\x6b\xd5\x85\ \xfc\x39\x44\x22\x11\x29\xc5\xce\x1d\x03\xbd\xbd\xfd\xba\x61\x48\ \x29\xf7\xa3\x5c\x12\x00\x55\x37\x0c\xe4\x8e\x8c\xe4\x02\x29\x2b\ \x43\x9b\xd7\x0d\x14\xb3\x33\x52\xe8\x4f\x29\x68\xc3\x39\xe7\x9c\ \x87\xca\xf5\x01\xc1\x39\xe7\x8c\xb9\x8e\xe3\x7b\x1e\x48\x24\xf6\ \x7e\x2e\x84\xa8\x5b\x3e\x34\xd1\x07\x67\x79\xdf\xf3\x1d\xc7\x11\ \x42\xec\x4d\x60\x94\x52\x86\x66\xff\xa0\xcd\xce\x82\xc0\x71\x9c\ \x20\x08\x0c\xd3\xdc\xbf\x72\x09\xce\x8c\xec\xac\x53\x8f\x58\x77\ \xcf\xe2\xbb\x2a\x94\xbf\xb5\x63\x7b\xcb\xdc\x93\x2f\x98\xd3\x26\ \xc2\x2e\xe5\x00\x03\x21\x04\xc3\xc1\x95\xbf\x38\xf5\xe7\xab\x87\ \x76\xf8\xcb\xdb\x7d\xdf\x06\xbf\xbf\x71\x2e\x29\x03\x8e\x0f\x3e\ \xe5\xe2\xe6\xa9\xf3\x36\xee\xc8\x93\x58\xa6\xa3\xbd\x55\x91\x01\ \x97\x38\xac\x23\x18\x12\x12\x72\x20\xb0\xdf\x11\x7a\xa8\xc2\x60\ \xf9\x13\x0f\x3d\xfc\xe2\x06\x1f\x62\x0c\x98\x4b\x63\xe7\x5c\x7d\ \xd5\x51\xbd\x0d\x94\x86\x63\x90\x21\x21\x21\x07\xa4\x72\x21\x44\ \xbc\xdc\x86\x5f\x3d\xb7\xe9\x88\x0b\xaf\x3d\xb6\x27\x46\x19\x97\ \x00\x1a\xa6\xc9\x42\xd9\x0a\x09\x09\x39\x60\x95\x0b\x42\xe0\xd9\ \x55\x99\xe9\x98\x35\xbd\x3b\xae\xba\xc1\x9e\x07\xd2\x87\x81\x62\ \x48\x48\xc8\x81\xab\x5c\x52\x02\x33\xd1\x14\xcd\xaf\xfd\xc1\x37\ \xff\x35\xad\x4a\x21\x45\x20\x63\xa7\x5f\x7c\xf1\xa1\xdd\x69\x46\ \xc3\xbb\x27\x21\x21\x21\x07\xa0\x72\x41\x44\x08\x42\xc9\xae\x0b\ \xaf\xbd\x7e\xbc\xea\x43\x08\x01\x90\x12\x28\xad\x69\x93\xf3\x30\ \xc5\x21\x24\x24\xe4\x00\x54\x2e\x08\x65\x50\xdb\xb2\x2d\x9f\x6e\ \x6d\x81\xaa\x1e\x4f\x68\x10\x00\x00\x81\x94\x58\x21\x30\x0c\x17\ \x43\x42\x42\x0e\x44\xe5\x42\x88\x04\xd6\xd0\xc3\xf7\x3f\x7b\xfc\ \xb9\x9f\xdc\xf5\xec\xe2\xe5\xe3\x81\x82\xa1\x94\x42\xe0\xcc\x59\ \x97\x5d\xb2\x60\x4a\x2a\x8c\x16\x43\x42\x42\x0e\x38\xe5\x12\x9c\ \x2a\x99\x59\x5f\xfc\xda\x4c\x4c\xc8\xa1\xfd\x5f\x3d\x53\x4a\x00\ \x20\x46\x22\x3f\x3a\x1c\x68\x0a\xe7\xa1\xd3\x15\x12\x12\x72\x00\ \xfa\x5c\x84\x14\x36\xbd\xf6\xe2\xea\x9d\x1c\x21\x08\x20\x04\x00\ \x40\x84\xa5\xbd\x6e\xf5\xd6\x23\x2e\xf8\x42\x7b\x53\x9c\x06\xe1\ \x50\x57\x48\x48\xc8\x01\xa6\x5c\x10\x00\x08\xb9\x63\x5b\x02\x11\ \x00\x00\x44\x08\x02\xc9\x19\x9f\x79\xdc\xa2\x23\xfa\x9a\x45\x38\ \x15\x3e\x24\x24\xe4\x00\x54\x2e\xce\x58\x66\xfa\x71\x57\xcd\xfd\ \x18\x00\x10\x13\x02\x44\xe0\x07\x02\x13\x42\x08\x0e\x1c\xcb\xa3\ \x22\x9c\x24\x17\x12\x12\x72\xc0\x29\x17\x00\x40\xb0\xc0\x61\x94\ \x10\x38\xb6\xe6\xd5\x5f\x3c\xfc\xf3\x6a\xde\xcb\x00\x00\x20\x00\ \x49\x44\x41\x54\x74\x2e\x39\xff\x0b\x97\x9c\xe6\x0f\x6d\x02\x0d\ \xbd\x9d\x19\x93\x87\xb5\x1f\x42\x42\x42\x0e\x00\xf6\x33\xe5\x1d\ \x61\x4c\x8b\xdb\xef\xff\xf9\xd3\x91\xee\xb9\x51\x7b\xc2\x96\xe0\ \xed\xd7\x9e\x7d\x71\xfd\x08\x52\xc2\x27\x2a\x86\x84\x84\x1c\x90\ \x3e\x17\x00\x00\x42\x68\x97\x27\x6a\xd1\xa9\x17\x9e\x7e\xe2\xf3\ \xf7\xfc\x12\x13\x05\x49\xc6\xe5\x9f\x7b\x63\x11\x42\x88\xd0\xee\ \x68\x13\xd6\xff\x41\x08\x64\x3d\x4b\x6c\xcf\x7f\x7b\xb7\x52\x4f\ \x80\x05\x00\x61\x0c\x21\xe4\x9c\xd7\xbf\x82\xef\x5c\xe3\x9e\x1f\ \x03\x08\x01\x42\x08\x02\x28\xa4\x94\x52\xec\x4d\x3d\x93\x40\xd6\ \x0b\xc1\xd6\xd7\x0e\x20\xdc\xbb\x0d\xb8\x67\x73\x08\x61\x84\x10\ \x80\xa0\x5e\x25\x4e\x08\x01\xa4\x84\x10\x42\xb8\xbb\x68\x2f\x26\ \xa4\xbe\x5d\x2e\x84\x10\x1c\x42\x88\x10\x06\xf5\x25\xf7\xd9\x67\ \x08\x21\xc2\xbb\x7f\x02\x21\xac\x27\xee\x22\x04\x21\x44\xf5\xf5\ \xd6\xf7\x17\xee\x5e\x16\x4a\x29\x00\x80\x10\x41\x29\x25\x04\x50\ \x4a\x09\xe0\xde\xe3\xde\x7b\x8c\xbb\x97\xe7\x42\xc8\xf7\x7f\x0a\ \xea\xa6\x83\x12\x00\x04\x21\x44\xf0\x9d\x46\x07\x52\x4a\x09\x64\ \xfd\xa4\x48\x09\x00\x90\x08\x61\x42\x88\x10\x9c\x52\x06\xe1\x9e\ \xbd\x00\x40\x02\x09\x21\x02\x52\xd6\xcd\x55\xb7\x12\x26\x04\x48\ \xc9\x39\xdb\x77\x07\xa5\x10\x00\x42\x08\xf7\x5a\x7d\xcf\xd9\xd8\ \xa7\x3d\x60\x4c\xea\x76\xa8\x9b\x7d\xcf\xe9\x80\x10\x40\x21\x05\ \xc6\xa4\x5e\xd5\x44\x08\x51\x2f\xda\x87\x31\x86\x08\xed\x6e\x0c\ \xfb\x6c\x8c\x10\x0c\xc0\xee\x3a\xbf\xf5\x55\x21\xb4\xbb\x10\x0d\ \xe7\x02\xec\xb5\x7a\xdd\xee\x00\x08\x21\x30\xc1\x82\x0b\x88\xa0\ \x94\xbb\x0f\x04\xd4\xcd\xf0\xdb\xb6\x05\xf6\x58\xe3\xfd\x3a\x05\ \x08\x21\x04\xf7\x3d\x68\x08\xe0\xee\x77\x7b\x4c\x5a\x6f\xba\xbb\ \x97\x91\xfb\x9e\x74\x08\xe1\xee\x9b\x64\xf5\xe3\x85\x40\x82\xdd\ \x15\x5e\x20\x44\x70\xcf\xa1\x80\xdd\xad\xbd\xde\x7a\x85\xdc\xdb\ \x66\x84\x94\x7b\x7e\xf1\xdb\x63\xd8\x5f\x13\x82\x00\x02\x8c\x30\ \x44\x68\xef\xb7\x82\x33\xb0\x67\x60\x08\x41\x58\xdf\x62\xbd\xfd\ \xd4\xeb\x29\x0b\x21\xe0\x9e\xf6\x53\xbf\x8a\x85\x10\xf5\xdd\xae\ \xef\x04\x04\xf5\x8d\x43\x8c\x11\x04\x90\x71\xb6\xfb\xf4\x41\xc8\ \x39\xaf\xff\x12\x63\x04\x21\x14\x5c\x00\x08\x84\x90\x7b\x5b\x69\ \x7d\xa7\xfe\x60\xde\xfb\xfe\xea\x73\x09\x91\x6c\xe9\xeb\x55\x9f\ \xfb\xc9\x8f\xef\xf2\xcb\x93\xa5\xbb\x6f\xde\x36\x80\x2f\x38\xa5\ \x03\x0a\xfe\x67\xc8\x16\xa0\x94\x39\x9e\x5f\x3f\x79\x9c\x73\x29\ \x24\x63\x14\x63\x5c\x2f\x29\x09\x11\x02\x00\x60\x42\xea\x4d\x50\ \x4a\x80\x31\x92\x52\x3a\x96\x25\x04\x8f\xc5\xa2\x18\x13\x21\xa1\ \xd8\x73\x9e\x10\x44\x42\x0a\x8c\x10\xe7\x8c\x60\xcc\x18\xf3\x7d\ \x8f\x51\xaa\xa8\x9a\x6e\x18\x10\x42\x2e\x76\x17\xab\x24\x98\x30\ \xce\xa4\x94\x08\x61\x29\x04\x21\x18\x22\x28\x01\xac\x37\x01\x8c\ \xa0\xef\xb8\xb6\x55\x93\x52\x42\x84\x0d\xdd\xd0\x0d\x03\x42\xcc\ \x28\xa3\xd4\x95\x52\x68\xaa\x5a\x9e\xc8\x71\xc1\x01\x80\x91\x68\ \x34\x1a\x89\x70\xce\x2a\xd5\x49\x04\x91\x19\x89\x42\x08\x31\x21\ \xf5\x4b\x93\xfa\x81\xeb\xb8\x00\x02\x42\x08\xa5\x41\x3c\x16\x97\ \x52\xfa\xbe\x4f\x29\xc5\x04\x6b\xba\xc1\x18\x47\x08\x4a\x09\x80\ \x94\x7e\xe0\x2b\x44\x41\x08\x51\x4a\x31\x42\x01\xa3\xaa\xa2\x4a\ \x29\x85\x14\x18\xe1\xdd\xe2\x02\x81\x14\x52\x48\x21\x84\x88\x45\ \x0c\x85\x90\xf7\x27\x5e\x12\xe2\xfa\x45\x82\x11\xf6\x7d\xdf\xf3\ \x5c\x55\x55\x39\xe7\x75\xe3\x03\x08\x55\x45\x85\x08\x31\xce\xa5\ \x90\x84\x10\x88\x60\xcd\xb2\xab\x95\x72\x24\x12\x49\xa7\xd3\x8c\ \x0b\x9f\x52\x20\x25\x42\x88\x10\x1c\x50\x8a\x31\x91\x5c\x68\x9a\ \xe6\x07\x01\x0d\xdc\x52\xa9\x88\x31\x4e\xa7\xd3\x08\xe1\x80\xd2\ \xba\x9c\xe9\xba\xce\x18\x63\x8c\x11\x4c\x38\xe3\x18\x43\x8c\x30\ \x40\x10\x23\x04\x20\x94\x52\x4a\xc1\x8b\xc5\x02\xa3\x14\x61\xa2\ \xeb\xba\x61\x46\x14\x85\x00\x00\x82\x20\xf0\x7d\x2f\x62\x9a\xd5\ \x6a\xd5\xb6\x6d\xce\xb8\x19\x31\x1b\x32\x19\x84\x50\xad\x56\xb5\ \x2c\x2b\x1e\x8f\xeb\xba\x0e\x20\xaa\xf7\x84\x52\xca\x62\xb1\x84\ \x31\xae\x1b\x53\xd7\x75\xd3\x34\x7c\xdf\x77\x1c\x97\x73\x61\x9a\ \x26\x51\x14\xc1\xb9\x10\x12\x21\xc4\x18\x77\x3d\x37\x91\x48\x5a\ \x56\x2d\x16\x8b\x57\x2a\x65\x85\x28\xaa\xa6\xba\x9e\xa7\x10\x45\ \x51\x15\x29\x65\xfd\xb2\x17\x52\x0a\x2e\x80\x94\x18\xa3\xf7\xd7\ \x4f\xdb\x8e\xeb\x7a\x3e\x84\x10\x23\x84\x30\xae\x6b\x68\xbd\x27\ \x06\x12\x50\x46\x21\x90\x08\x42\x2e\x76\x77\x9f\x10\x21\x8c\x31\ \xe7\xac\xde\x77\x06\x81\x2f\xa5\x90\x42\x24\x93\x29\x88\x30\x00\ \x90\xd7\x3b\x4b\x21\x83\xc0\x03\x82\x53\x1a\x00\x08\x54\xcd\xc0\ \x08\x33\x2e\x14\x55\x21\x84\x00\x08\xa5\x04\x9c\x71\x4d\xd3\x10\ \x42\xbe\xe7\x63\x8c\xeb\x06\xc7\x18\x61\x4c\xea\xdd\x24\x00\x52\ \x08\x09\x21\x94\x40\x02\x21\x6a\xa5\x22\xa3\x01\xc1\x18\x40\x28\ \x24\x8c\xc6\xe2\x94\x31\x04\x21\x42\x28\xf0\x7d\xc6\x98\xe0\x94\ \x33\x06\xa1\x14\x42\x42\x84\x0d\xd3\x14\x42\x2a\x84\x40\x84\xea\ \x9d\x8a\x69\x46\xb8\xe0\x8c\xb1\x48\x24\x02\x00\x14\x82\x0b\xc1\ \x7d\xdf\xaf\x56\xab\x10\xc0\x86\x86\x06\xce\x79\xa5\x5c\x66\x9c\ \x27\x12\x89\x7a\x1b\x70\x6c\xdb\x75\xdd\x68\x2c\x26\xa5\xd4\x34\ \xad\xde\xc1\x43\x08\x84\x90\x52\xca\xa8\xa9\xff\xfe\x51\xf5\xfd\ \xcd\x5b\x14\x5c\x18\x2d\xe7\x5c\x76\xc5\xb3\x4f\x3e\xbb\x4d\xc3\ \x1c\xc6\xcf\xbb\xea\x33\x0b\x3a\xa2\x7f\x4c\x11\xfa\xdf\x85\xaa\ \x28\x5b\x76\x8e\x3f\xfe\xfc\x0a\x29\xb8\xe7\xb9\xb5\x5a\xcd\xaa\ \x56\x27\xf3\x79\x29\xa5\x61\xe8\xa6\xae\x25\x53\x69\x64\x1a\x6d\ \x9d\x3d\x9a\x16\x71\x3d\x1a\x04\x3c\x93\x4a\x12\x04\x7e\xf1\xc0\ \x3d\x6f\x6f\x58\x7d\xe9\x67\xcf\x3f\x78\xc1\x91\x93\x35\xe9\x73\ \x0e\x21\xa2\x94\x42\x24\xf3\x13\x63\x51\x43\xc5\x80\x19\x2a\x1e\ \x1f\x1d\x7e\xe5\xe5\xe7\x0b\x13\xe3\x73\xe6\x2f\xe8\x9c\x3a\x2d\ \xd5\xd8\xa2\x45\x92\x7e\xc0\xe2\xc9\x74\x7b\x5b\x67\xb9\x52\x96\ \x12\x21\x62\x06\x9e\xdd\xd2\x9c\x89\xc6\x22\x1c\x62\x8e\x70\x2c\ \x66\x2a\xc0\x7b\xe1\xc9\xa7\x96\x3c\xf3\x18\x04\x4a\xef\xb4\x79\ \xba\x19\x3f\xfa\x23\x1f\xeb\xea\xee\x5d\xb7\x6e\xc3\xae\x5d\x3b\ \x62\x11\xdc\xda\x98\xb8\xf1\x7f\x7f\xa9\x5a\x2d\x51\xa8\x7f\xe6\ \xfc\xf3\x4f\xfc\xd8\xf1\x03\x5b\xb7\x3e\xfe\xc4\xe3\x73\xe7\x1d\ \x72\xd4\x71\x1f\xe1\x48\x6b\x6e\xef\xe2\x50\x41\x9c\x4e\xec\x1c\ \xbf\xed\x27\x3f\x11\x40\x1e\x7b\xcc\xd1\x1b\xd7\xaf\x3b\x7d\xd1\ \x69\x9a\xae\x2e\x5d\xb2\x64\xf3\xa6\x4d\xb3\xe6\xce\x99\x7d\xd8\ \xc2\xf1\x42\x51\x21\x4a\xe0\xfb\xd5\x52\x79\x70\xc7\xce\x23\x17\ \x1e\x39\xb0\x6d\xfb\x9b\x6f\x2c\x9f\x33\x67\xb6\x11\x8d\x98\x51\ \xd3\x71\xec\x72\xb9\x9c\xc9\x34\xa4\x52\x49\xc6\x39\x46\x78\x7c\ \x7c\xbc\x52\x29\x13\x55\xbb\xf2\xd3\x27\x4d\x69\x6b\x0c\xfe\xf4\ \x72\x1d\x52\x02\x94\x68\x64\x5c\x8c\x8d\x8e\x22\x09\x36\x6f\xd9\ \xb2\x73\xc7\x8e\x7c\x2e\x97\x4e\x24\x33\x0d\x0d\xb1\x78\x3c\x1e\ \x8f\xb7\xb6\xb5\xb6\x77\x76\xf9\x96\x63\x39\x56\x26\x93\x49\xc4\ \x63\x2f\xbd\xf2\xe8\xe7\xaf\xba\x62\xd1\x29\x27\x2d\x5e\x7c\x77\ \xc1\xa1\xb6\xed\x42\x29\x3d\xdb\x4a\xe8\xb1\xc1\xc1\x6d\x89\x58\ \xa2\x5c\x2a\x77\x75\x4d\x19\x18\x18\x5b\xb9\x6c\xc9\x6d\x37\xff\ \x9f\x9e\xa9\x7d\xe7\x5d\x74\x71\x43\x73\x9b\x6a\x46\x01\x22\x9c\ \x8b\xc3\x0e\x3d\xcc\xb7\x6b\xa5\x42\x31\xd9\x98\x29\x4e\x4e\xa6\ \xe3\x5a\x3a\x93\x52\x74\x8d\x4a\xa8\xe8\x9a\xae\xa0\xc2\xf8\xd0\ \x6d\xdf\xfe\xd7\xf1\xa1\xe1\xbe\xe9\xf3\xb2\xad\x5d\xc7\x7d\xec\ \xc4\xd9\xf3\xe7\x57\x6b\xf6\xba\x15\xab\x5d\xbb\x76\xf4\x61\x87\ \xdc\x76\xdb\xed\x3f\xb9\xf9\x47\x8a\xa2\x1e\x7d\xcc\x51\xb7\xde\ \xfc\x23\x15\xa3\x87\x16\x3f\x34\x34\x34\x78\xe5\x35\xd7\xc4\xd2\ \xb1\x58\xaa\x81\xa8\x26\x40\x58\xc5\xe8\xe7\x37\xfe\xc7\xfa\xf5\ \x1b\x8e\x3b\xee\x38\xce\x79\x2a\x95\xba\xe0\xc2\x73\x5f\x59\xfa\ \xc6\xcf\x7f\x7e\x5f\x3a\x95\xb9\xfe\x86\x7f\xac\x54\x1c\x8f\xf9\ \x08\x43\x00\xd1\xb3\xcf\x3e\x35\x7f\xc1\xc1\xd9\x58\xf3\xb7\xbe\ \xfb\xe3\x39\x73\xe7\x34\x36\x36\x4e\xed\xea\xd4\x24\xcc\xe5\x6a\ \xaa\xaa\xf6\xf4\xf4\x60\x42\xa4\x10\x41\x40\x07\x06\xb6\xbb\xae\ \xd7\xd5\xd9\x62\x92\xf7\xe3\x79\xe9\x9a\xfa\xab\x67\x97\x2e\x79\ \x63\x8d\x6e\x6a\x51\x33\xa2\x9b\x91\x4a\xb5\x56\xae\x94\x93\xa9\ \x74\x2c\x16\x2b\x16\x4b\x9e\xef\x46\x89\x34\x0d\x73\xd7\x58\xae\ \xa1\xb9\xc5\x8c\x26\x34\x23\x02\x21\xc4\x50\xf8\xae\x6d\x95\xcb\ \x03\xdb\x36\x0c\xee\xd8\x42\x7d\xf7\xaa\xab\xaf\x9d\x33\xff\xf0\ \x1a\x25\x3b\x47\x0b\x95\x4a\x05\x53\x6f\xdb\x5b\x2b\xf2\x43\x5b\ \x06\x76\xad\x8f\xc4\x92\xd3\x67\x1e\x4a\xb4\x44\xd9\x72\x7b\xa6\ \xf5\xce\x9a\x3b\x3b\xdd\xd0\x38\x32\x92\x77\xab\xf4\xd0\xc3\x0f\ \xc7\x0a\x1a\xd8\x99\x6b\x68\x6c\xf6\x19\xcb\xe5\x0a\xe9\x54\x32\ \xdb\xdc\x18\x8f\x18\x2a\x21\xdc\xf7\x7c\x81\x20\xc6\x56\xb5\xc2\ \xfd\xca\x03\x77\x2f\x5e\xfd\xda\x0b\x53\xbb\xda\x93\x0d\xd9\x09\ \x5b\x5e\x70\xe5\x0d\x96\xed\xdb\x85\x11\xcb\xb2\xb7\x6d\xdd\x8a\ \x41\xb0\xf2\x95\x17\x4b\xe3\x3b\x35\x22\x1d\x9f\x66\xbb\x7a\x8f\ \xf9\xd8\xa9\xae\x17\x18\xaa\x3a\x3a\x36\x66\x3b\x5e\x53\x4b\xcb\ \x9c\x39\x73\x6b\x96\xe3\x7a\x7e\x43\x53\xb3\xaa\x19\x11\x53\x69\ \x6a\x88\x8d\x4f\xe4\x1e\x7b\xe4\xd1\xd5\x2b\x57\x5e\x71\xd5\x55\ \xcd\x0d\xcd\x0f\xde\x7f\xff\xca\x37\xdf\x3c\xfb\x9c\x73\xda\xdb\ \xda\xe3\x89\xf8\xbd\xf7\xdc\x5d\xab\x5a\x8b\x4e\x3f\x23\x5f\x28\ \x1c\x7c\xf0\x21\x44\x53\x39\x97\xa5\x52\xa9\x66\x5b\xaa\xa2\x5d\ \x7d\xee\x09\x86\xa6\x88\xdf\x6d\x7a\xb4\xff\x0e\x43\xd2\xfc\xc8\ \xce\x7c\xd5\xf6\x03\x3f\xb0\x27\x5f\xfc\xe5\x03\x2b\x76\x14\x88\ \x82\xdf\xb7\x72\x49\x29\x11\x84\xb1\x58\x3c\x1a\x8d\xaa\xaa\x12\ \x8f\xc7\x30\x42\x91\x88\xc9\x39\xd5\x35\x85\x06\x41\xa5\x52\x76\ \x6c\x9b\x06\x3e\x90\x52\x51\x08\x51\x10\x00\x32\x1e\x8f\xb6\xb6\ \xb6\x22\x08\x77\xed\x1a\x22\x18\x45\xa2\x06\x10\x2c\xf0\x1d\xc6\ \x7d\xd7\xb1\x6d\xbb\x66\xdb\x35\x21\x78\xb9\x52\x76\x1c\xcb\xf7\ \x3d\x84\x71\xa9\x5c\xde\xbc\xf9\xed\x91\xe1\x11\x8c\x60\x3c\x16\ \x57\x15\x15\x42\x11\x8f\x45\x62\x51\x23\x1e\x33\x5b\xb2\x4d\x9a\ \xae\x69\xaa\xa2\xeb\x9a\xa2\x10\xc1\x45\xa9\x58\xae\x55\xab\x18\ \x93\x4c\x26\x33\xb5\xa7\x5b\x70\xbe\x7e\xfd\xfa\xd1\x91\x91\x6a\ \xad\x42\x08\x4e\xa7\xd3\x43\xbb\x06\x19\x65\x52\x00\x95\x28\xae\ \x6d\xaf\x59\xb5\xea\x95\x57\x5e\xc1\x84\xf4\x4f\xeb\x67\x8c\x43\ \x00\x08\xc6\x8c\x06\x82\xf1\x64\x32\x89\x09\x4e\x26\x12\x18\x63\ \x09\xc0\x8e\x81\x1d\xd5\x6a\xb5\x5a\xad\x46\xa3\xd1\x91\x91\x91\ \x42\x3e\x1f\x35\x23\x52\x08\x28\x41\xa9\x54\xea\xeb\xeb\x4d\x25\ \x92\x9b\xdf\xde\x3c\x73\xc6\x8c\xbe\xde\xbe\xd6\x96\x16\x04\x61\ \x22\x91\x48\x24\x12\x10\x02\x21\x04\x04\x70\x62\x62\xdc\xb2\x6a\ \xc9\x64\x32\x11\x8f\xef\xf7\x31\x3f\x7f\x5c\xcc\x02\x21\x17\x1a\ \x51\x22\x86\xc9\x38\x8f\x45\x22\x0d\x0d\x0d\x41\x10\x08\x00\x8a\ \xa5\x52\x7e\x62\xc2\xb6\xec\x52\xb1\x2c\x99\x8c\x45\x13\xa6\x11\ \xf1\x7d\xd7\xd0\xb5\x19\x33\xa6\x37\x36\x66\x72\xb9\xf1\xa1\xa1\ \xc1\x58\x34\xaa\x6b\x06\x63\x0c\x23\x3c\x59\x28\x94\xcb\xe5\x91\ \x91\x61\x29\xf9\xe0\x8e\x01\xd7\xaa\x0e\x0e\x0e\x28\x44\xc1\x04\ \xaf\x58\xb1\x62\xeb\x96\xad\x08\xa2\x4c\x3a\xa3\x6b\x9a\xeb\xbb\ \xd1\x58\xb4\xa9\xa9\x41\x53\xd5\xa6\xa6\xc6\x64\x22\xa9\xa8\xaa\ \xaa\xaa\xf5\x10\x23\xa0\x41\x6e\x22\xcf\x19\x6f\xce\x36\xf7\xf6\ \xf4\xf4\xf6\xf5\xbe\xf0\xc2\x0b\x13\x13\xf9\x4a\xa5\x16\xf8\x6e\ \x2a\x99\xb0\x2c\x6b\x64\x64\x04\x48\x49\xa9\xcf\x39\x5b\xbd\x7a\ \xf5\xe2\x7b\xee\xd9\xbe\x63\xc7\xcc\x99\xb3\xbb\xbb\xa7\x96\x2b\ \x55\x00\x01\x00\x42\x0a\xc1\xb9\x68\x6e\xce\xe6\x72\x39\x5d\xd7\ \x23\x91\xc8\xc0\xc0\x40\x6e\x62\x72\x7c\x7c\x5c\x55\xd5\x6a\xb5\ \xb2\x6e\xdd\x7a\x4a\x69\x32\x99\x90\x52\xe6\xf3\x39\xc6\xf9\x82\ \x05\xf3\x37\x6e\xdc\x08\x24\x98\x33\x67\xce\xc2\x85\x0b\x4d\x33\ \xa2\x28\x4a\x73\x73\x73\x10\x04\x00\x00\x46\x29\x63\x6c\xfd\xfa\ \x75\xe5\x72\xb9\xbb\xbb\x5b\xd3\xb4\xf7\x1d\xa4\x13\x82\x63\xb1\ \x68\x22\x11\x17\x40\x30\xc6\x74\x5d\x23\x84\x70\xc6\x2a\xe5\xb2\ \xe7\xb9\x5d\x9d\x9d\xd9\x6c\xb6\x5c\x29\x07\xbe\x2f\x38\x37\x74\ \x35\x16\x35\xa5\x60\x81\xe7\x65\x52\xa9\x58\x2c\xaa\xeb\xba\xaa\ \xa8\x8a\xa2\xbe\xf5\xd6\x5a\x82\x31\x21\x48\x25\x48\x0a\x06\xa0\ \x68\x6c\x6c\x90\x10\x28\x8a\x06\x01\xaa\x56\xaa\x8e\xed\xe8\xba\ \x66\x5b\x76\xe0\x53\xea\x07\x85\x5c\x2e\x99\x4c\xc4\x63\x71\x88\ \x64\x3c\x16\x45\x48\x62\x08\x0c\x5d\x13\x82\x0f\x0f\x0d\xe5\x73\ \xb9\xdc\xc4\x78\xb9\x5c\x1e\x1f\x1b\x19\x1b\x19\xae\x56\x4a\x41\ \x10\xe8\xba\x86\x10\x16\x5c\x58\xb5\x5a\x32\x16\xc7\x08\x24\x62\ \x11\x53\x37\x26\xf3\xb9\x68\xc4\xcc\x66\x9b\x09\xc1\x42\x70\xc6\ \xa8\xa6\xa9\xa6\x69\x96\x2b\x15\xd7\x75\x20\x44\xba\x6e\xf6\xf6\ \xf6\x46\x4c\x73\xc5\x8a\x15\x6f\xbc\xf1\xc6\xf0\xf0\xf0\x64\x3e\ \x1f\x78\xce\xd6\x2d\x5b\x9e\x7f\xfe\x85\x4d\x1b\x36\xa4\x52\x29\ \x84\xf1\xf0\xe0\x60\x57\x57\xc7\xcc\x99\x33\x54\x4d\xf3\x7d\x9f\ \x32\x36\x3c\x3c\x54\x2e\x95\x4e\x3e\xf5\x94\x74\x3a\x45\x30\xaa\ \x56\xcb\x9c\xd2\x20\x70\x1d\xc7\xd6\x88\x92\x4a\xc6\x11\x82\xf2\ \x4f\x8d\x16\x11\x26\x74\x72\xd3\x3d\x77\xfd\xd2\x98\xff\xf1\x85\ \xb3\x62\x42\x30\x26\xb4\xe6\x98\xfe\xe7\xe4\xd0\xd7\xaf\x46\x4a\ \x03\xd3\xd0\x30\x21\x85\x7c\xde\xf3\x3d\x4d\xd3\x7a\xa6\xf6\x18\ \x9a\xe6\xd8\x4e\x2e\x3f\xa1\x27\x12\x40\x4a\xcb\xaa\x21\x4c\x14\ \xac\x0a\xc1\x7c\xdf\xcb\x66\x9b\x9b\x9a\x1a\x73\x13\xe3\x43\x23\ \xbb\xb0\x91\x46\x10\xc6\x63\xa6\x1f\x04\xb9\x6a\xc9\x77\xad\x86\ \x54\x53\xa9\x94\x07\x3c\x18\x19\xda\x59\x9a\x9c\x84\x18\x95\x8a\ \x45\xec\xd0\x44\xa6\x85\x51\x66\x46\xd5\x7a\x00\x22\x85\x70\xdd\ \xa0\x31\xd1\x90\x8a\xc7\x02\xdf\x26\x8a\x02\x88\xca\x19\xaf\xd5\ \x6a\x2a\x42\x53\xa7\xf6\x6e\x79\xeb\xcd\x5a\xad\x0a\x11\xc8\x64\ \x92\x18\xc1\x5d\x43\x83\x8a\x82\x19\x0b\x4a\x93\x93\x85\xc2\x24\ \xc2\x18\x00\xc0\x39\x95\x9c\x7b\xae\xef\xba\x5e\x63\x53\x33\xc6\ \xc4\x71\x5d\x03\xeb\x9c\x31\x28\xa5\xaa\x90\x54\x63\x63\x5b\x5b\ \x5b\x3a\x9d\xf6\x3d\xcf\x73\xdd\xc1\xc1\x41\x55\x27\x9a\xa6\x56\ \x81\xe4\x9c\x01\x29\x13\xb1\x18\xf5\x3d\x97\xfa\xb5\x6a\x65\xd6\ \x8c\xe9\xab\x57\xaf\x4a\x24\x62\x33\x66\xcd\x40\x08\x21\x20\x93\ \xc9\x04\x44\xc8\xf3\x3c\xcf\xf3\x2c\xcb\x72\x5d\xd7\x71\x1c\x5d\ \xd7\x13\x89\x04\xe3\x7f\x56\x3e\x0a\x51\x15\x20\x41\x53\x43\xc6\ \x73\x9d\x42\x3e\xe7\x39\x4e\x47\x5b\x5b\x26\x9d\x4e\x25\x53\xa3\ \xc3\xc3\x1b\xde\x5a\x77\xca\xa2\xd3\xcb\xc5\x2a\x51\x15\x80\x10\ \x90\xb2\x58\x9c\x6c\x68\x48\x2f\x5c\x78\xc4\x8e\x6d\x9b\xd6\xae\ \x5e\x79\x44\xaa\x85\x06\x4c\x81\xc4\x88\x47\xf2\xbe\xe7\x79\x9e\ \xe7\x3a\x1d\xad\xad\x03\x03\xdb\x62\xb1\xd8\x5b\x6b\x57\x51\x46\ \x47\x46\x46\xca\x35\x27\x5f\xac\x46\x92\xa9\xc3\x5b\x5a\xe3\x89\ \x38\x82\x50\x50\xea\x7b\x9e\x82\x70\x3a\x9d\x56\x00\x03\x92\x4b\ \x29\x35\x55\xa3\x4c\xd4\x2c\x3b\x1e\x8f\xb7\xb6\xb6\x0e\xed\x1c\ \x00\x00\x70\x46\xd3\xa9\xe4\xe6\x4d\x9b\xe2\xa9\x06\x29\xa5\x5d\ \xb3\x76\xed\x1a\xb4\x6a\x56\x10\xf8\xd1\x88\x59\xab\x94\xab\xd5\ \xca\xf8\xf8\xa8\xa2\x28\x8d\xcd\xcd\x35\xcb\x09\x02\x06\x21\x06\ \x00\x31\xca\x00\xc2\x1f\xf9\xc8\x47\x96\x2e\x5d\x3a\x6d\x5a\xff\ \xe3\x8f\x3f\x31\x31\x31\x31\x3c\x3c\x52\x2e\x97\x13\x89\xe4\xae\ \x5d\xbb\x46\x47\x46\xa6\x4f\x9f\x25\x84\x00\x40\x6e\xdc\xb8\xe1\ \xa0\x83\xe6\x56\xcb\xd6\x63\x8f\x3d\xfa\x99\xf3\xcf\x9d\x35\x6b\ \x26\x84\x10\x30\xbf\x7e\xc3\xdc\xb2\xac\xc9\xc9\x49\xce\xf9\xe8\ \xe8\xa8\xa2\x28\x3d\x3d\x3d\x91\x48\x04\x08\x9f\xfa\xee\xfb\x28\ \x99\xcd\x05\x4f\xa7\xd3\x2d\x2d\x2d\x12\x08\xcf\x75\x21\x51\x10\ \xc2\x89\x44\x02\x22\x5c\xab\xd5\xfa\xfa\xfb\x9b\x1a\x1b\xcb\xb9\ \x91\x6a\xcd\xca\x4d\x96\x81\x10\x8c\x06\x50\xf2\x88\xa9\xf3\x00\ \xe5\x72\x39\xea\xfb\x7d\xd3\xa6\x97\x8a\xb9\xe2\x44\x6e\x78\x68\ \x38\x97\x9b\x50\x22\x29\x55\x21\xd1\x48\xc4\xaf\x05\x58\xc5\x8c\ \x72\x43\x8f\x48\x48\xb2\xd9\xf6\xd9\x73\x0f\x2d\xd9\x6e\xa9\x52\ \xb6\x6b\x36\x67\x1c\x70\xa1\xaa\x6a\x6e\x7c\xd4\x88\x68\x04\x49\ \x4e\x03\x8c\x70\x2c\x62\xc6\xe3\x71\x04\x24\x0d\xbc\x89\x7c\x6e\ \x7c\x74\xa4\x52\xb5\xbd\x80\xb5\xb4\x34\xaa\x98\x4f\x4c\xe4\xea\ \xa3\x4e\x13\x13\x13\xd3\xdb\xa6\x22\x29\xab\x76\xd5\x71\x6a\x5b\ \x37\x6f\xee\xed\xef\x8b\x45\x63\x9a\x4a\x10\x82\x0a\xc1\x0c\x00\ \x3f\x08\x0a\x93\x85\x69\xd3\x66\xcc\x99\x39\xbb\x52\xa9\x69\xba\ \x66\xd9\x0e\x44\x38\x08\x68\x26\x9d\x6a\x6d\x69\x56\x35\xbd\xb1\ \x61\xba\x63\x97\x31\x42\xdd\x53\xfc\x62\xa1\xb0\x66\xcd\x9a\x73\ \xce\x3e\x7b\xca\x94\x29\x9a\xa6\x56\x2b\x65\x82\xa7\x78\xae\xd3\ \xda\xd6\xd6\xd5\xd9\x1e\x50\xae\xaa\x8a\xe7\xba\xd1\x68\x2c\x9f\ \xcf\xa7\xd3\x19\x43\x37\x00\xfc\xc3\x52\xf3\x3b\xea\x73\x59\x45\ \x3f\x35\xf3\xd2\x8b\xce\xee\x54\xb8\xe0\x00\x42\xe1\xbb\x5e\xc0\ \xde\xff\xf5\x23\x25\x20\x04\x53\xea\x5b\x3c\x70\x1d\xdb\xb2\xad\ \x54\x3a\xa5\x62\x6c\x98\x46\xc4\xd0\xad\x5a\xcd\xf5\xdc\x44\x22\ \x8e\x09\xa6\x01\xc3\x18\x47\x23\x3a\xc6\x58\x21\x78\x6a\xf7\x94\ \x65\x11\xb3\x54\x2e\x5a\xb5\xaa\x8e\xb4\x42\xa1\xe8\xfb\x3e\x56\ \x88\xe0\xc2\x30\xd4\xc0\x77\x1a\x1b\x52\x23\x83\x03\x83\x3b\xb7\ \x4b\x20\x1b\x32\x4d\xdd\xbd\xfd\x8d\xd9\xf6\xb6\xae\xa9\xc9\x74\ \x4a\x51\x54\x4a\x29\xa3\x81\x94\x32\x12\x31\x11\x42\x9a\xa6\x21\ \xc8\x10\x82\x00\x23\x15\x21\x04\x23\x88\x63\x55\x35\x10\xc2\x04\ \x81\xc0\x77\x13\xf1\xe4\x44\xb1\x7a\xc8\x61\x87\x3f\xfb\xdc\xf3\ \xae\x5d\x6b\x9a\xd5\x97\x88\xc7\x69\x10\x28\x04\xab\xa6\x3e\x67\ \xf6\x6c\x84\xd0\xab\xaf\xda\xd1\x78\x22\x95\xc9\x44\xe2\x29\xcf\ \xe7\x56\xb5\x16\x4b\xa4\x3c\xc7\x26\x2a\x69\x68\x68\x28\x14\x0a\ \xf3\xe7\x1d\x44\x08\x19\x9f\x18\x9f\x77\xf0\xdc\x68\x34\xe6\xd8\ \x76\x22\x95\x94\x9c\x3b\x76\xcd\x73\x9d\xc9\x42\x3e\x62\x1a\xba\ \xa6\x6e\xd9\xba\x79\x5a\x5f\xbf\x19\x35\x5d\xc7\xc1\x0a\x21\x48\ \xa9\x0b\x56\xa5\x52\xa9\x7b\x01\xb1\x58\xac\x3e\x4c\x26\xf7\x0c\ \xc7\xbe\x3f\x6f\x17\x70\x16\x50\x56\x9c\x9c\x1c\x1a\xdc\x09\xa4\ \xec\xea\xec\x50\x15\xb5\xb3\xbd\x7d\xf3\xe6\xb7\x73\xb9\x89\x74\ \xba\x29\xdb\xdc\xea\x7a\xbe\x6f\x39\xd1\x58\xc4\x30\x74\xc1\x59\ \x32\x1e\x9d\xd6\x3f\xf5\xcd\x37\x5e\x1e\x1a\xda\x31\xdf\xb1\x27\ \x73\xd5\x52\xb1\x20\x00\x0f\x7c\xd7\x30\xf5\x20\x70\x52\xc9\x68\ \x21\xaa\xaf\x5a\xf9\xea\xe8\xe8\xa0\xae\xeb\x9d\xdd\x3d\xb3\xe7\ \xce\xcf\xb6\x76\xf4\xf6\xf6\x69\xaa\x0a\x80\xa4\x81\xcf\xa4\xc0\ \x08\x10\x95\xa8\x1a\x52\x81\x22\x19\x42\x08\x21\x80\x80\x10\x11\ \xc3\x40\x24\x95\x4a\xa6\x86\x38\x74\x6c\x3b\x93\x4e\xdb\x1e\x8d\ \x46\xa3\x5c\xb0\x4d\x9b\x36\x4d\xe9\x68\xcb\x24\x5b\xad\x5a\x39\ \x95\x4c\x22\x0c\xa7\x4e\xed\x59\xb8\x70\xe1\x9b\xcb\xdf\xb0\x5d\ \x4f\x48\x14\x8d\x25\x28\x93\xae\xed\x25\x52\x26\x54\xb1\xb2\x67\ \xf8\x46\xd3\xf4\x6c\x36\xbb\x65\xcb\x96\x62\xb1\x98\xc9\x64\xca\ \xe5\x72\x43\x43\x43\xd7\x94\xae\x4a\xa5\xec\xba\xae\x6d\xdb\xa5\ \x52\xf1\xc8\x96\x85\x2f\x2f\x79\x29\x16\x8b\xce\x9a\x35\xc3\x75\ \x1d\xc6\x82\x54\x2c\xc1\x18\xcf\xe5\x72\x63\x63\x63\xae\xeb\xf6\ \xf5\xf5\xcd\x9e\x3d\xdb\xb2\x2c\x4a\x29\xc6\xd8\xa7\xfc\xfd\x59\ \x1e\x41\x44\x03\x6a\x59\x56\x24\x6a\x46\x63\x31\xc7\xf3\x31\xc6\ \xd1\x68\x94\x71\x91\x4c\x26\x23\xd1\x88\x04\x40\xd3\xf5\x74\x2a\ \x05\x01\x30\x0c\xad\x21\x9d\x96\x10\x00\x2e\x0b\xa5\x62\xad\x5a\ \x8d\xc7\x63\x86\xa1\x25\x13\x99\xfc\xe8\x78\xad\x5a\x5d\xb3\xf2\ \xcd\x19\x07\x1f\xa6\x60\xbd\x25\xdb\x54\x23\xa0\x9a\x1b\x0a\x28\ \x95\x02\x21\x45\x03\x12\x0b\x89\xb2\xd9\xb6\xc6\xe6\x66\xa2\xa2\ \x52\xb9\x84\x21\x8a\xea\x3a\xf3\xdd\x5c\xad\xe0\x79\x81\x1e\x89\ \x20\x45\xe5\x42\x52\xdf\x4b\x26\x13\x92\x05\x08\x01\xcb\xaa\x25\ \xe2\xf1\xb6\x68\xbc\xab\xb3\x7d\x7c\x6c\x70\x6c\x6c\x8c\x31\x1e\ \xf8\xbe\xe7\x3a\x9d\xed\x6d\xa6\xae\xda\xb6\xd3\x98\xc9\x20\x28\ \x77\xed\xda\xa9\x41\x66\x3b\x0e\x94\x40\x70\xe1\x04\x41\x24\x12\ \x59\x70\xc8\x82\xe6\xe6\x16\x21\x04\xe7\x4c\x51\xa2\x18\xa1\xc6\ \x86\x4c\x43\x26\x5d\xa9\xd4\xca\xe5\x52\x3a\x9d\x9e\xac\x95\x33\ \x99\xa4\xa2\x10\x5d\xd7\x0f\x5d\xb0\xe0\xee\xbb\xee\x5a\xbf\x6e\ \x3d\x84\x40\x55\x48\x3a\x19\x6f\x6f\x6d\x19\x1d\xde\xa5\x2a\x38\ \x37\x31\xa6\x19\x11\xcb\xaa\xa9\xaa\x52\xbf\xde\x75\x5d\x0b\xa8\ \xa7\xa9\xea\x1f\x34\x3b\xd9\x5f\x77\x21\x12\xcd\x3d\x3d\xfa\xb3\ \xb7\x7e\xe7\xbf\x52\x0a\x0d\x38\x67\xcc\x3c\xe1\x9c\xb3\xe7\x75\ \xa6\x18\xe3\x7f\x4e\xc0\x88\x31\xc6\x08\xc6\x62\xf1\xce\x4e\xc2\ \x19\xe5\x41\x10\x31\x0d\x84\x40\x73\xb6\xb1\x50\x2c\x78\x8e\xed\ \xda\x96\xa6\x9b\x86\xae\x61\x42\x0c\x43\xc7\x08\x34\x36\xa6\x1b\ \x1a\xd2\x5b\x37\x8f\xee\xd8\xbe\xb5\xb3\x5f\x65\xd4\x0b\x02\x4f\ \x91\x2a\x82\x00\x21\x39\xbc\x6b\x67\x43\x22\xb6\x6b\x70\xc0\x71\ \xac\x58\x3c\xda\xda\xd6\xde\x9c\x6d\xe9\xec\xe9\x99\xd2\xd3\xc7\ \x04\x0e\x38\x07\x10\xea\xaa\x6a\x55\xab\x24\xa2\x00\x28\x24\xe0\ \x9a\xa6\x72\x29\x10\xc6\x00\x40\x04\x21\x62\x52\x21\xaa\xaa\xea\ \x5c\xfa\x34\xf0\xa3\xcd\x91\x5c\xb1\xf2\xe2\x0b\x2f\x38\xb6\x9d\ \xc9\xa4\xdb\xdb\xda\x89\xf4\x75\x4d\x73\xa8\xef\xdb\x36\xa7\xbe\ \xcf\x39\x17\xc2\x34\x22\x52\x80\x72\xa9\xac\x68\x91\x4a\xb9\x1c\ \xf8\x01\x02\xd2\xe1\x54\x55\xd5\x8d\x1b\x37\x1e\x7c\xf0\xfc\xae\ \xae\xae\x57\x96\x2c\x2d\x95\x4a\x8e\xe3\x8c\x8f\x4f\xb4\xb5\xb7\ \xa5\x12\xc9\x6a\xcd\xd6\x14\xb5\x5a\xaa\xcc\x98\x3e\x7d\xf9\xb2\ \xe5\xc9\x78\xa2\xab\xab\xab\x56\xab\x09\x21\xbc\x5a\xcd\x72\x6c\ \xc7\x71\x18\x63\xb1\x58\x2c\x16\x8b\xd5\xe3\x94\xfa\xed\x18\xdb\ \x71\x85\x90\xef\xdb\xdd\xe5\x8c\x4b\x2e\x11\x44\x2d\xd9\x96\x88\ \x66\x70\xce\xa3\xd1\x28\x82\x70\x6a\x77\xcf\xb6\xb7\xb7\x28\x98\ \xec\xd8\xbe\x23\x99\x4a\xe9\x86\xae\x6b\x9a\x69\x1a\x18\x89\x74\ \x2a\x36\x7d\x5a\x6f\x3a\x9d\x58\xbe\xec\xb5\x79\x0b\x8e\xaf\xd8\ \x41\x61\x72\x92\xd2\xc0\x30\x35\xce\xfc\x89\xb1\x11\xc8\x3d\xc7\ \xae\xae\x7e\x73\x19\x02\xa2\xad\xad\xe3\xe0\x43\x16\xcc\x9c\x7d\ \xd0\xe1\x47\x1e\x05\x10\x01\x98\x38\xb6\x85\x20\x80\x40\x06\x34\ \x40\x00\x30\x46\x15\x65\xf7\xfd\x58\x45\xc5\x00\xa3\xc0\xc7\xbe\ \x4d\x01\x44\x08\x42\x29\x05\xa5\x3e\x82\x60\xc3\xfa\xb7\xb8\x84\ \x95\xe2\xe4\x94\xa3\x8f\xec\xeb\xee\x6a\x6f\xef\x58\xb9\x62\x99\ \xa6\x29\x56\xad\xa6\x69\xda\xe8\x78\x0e\x21\xd4\xdd\x33\x15\x42\ \xe2\xb8\x3e\x56\x3d\x29\x2b\x94\x31\xc6\x44\xad\x56\x2b\x97\xcb\ \x9b\x37\x6f\x9e\x39\x73\xe6\xe2\xc5\x8b\x37\x6e\xdc\xd8\xd2\xd2\ \x92\xcb\xe5\x10\x42\x0a\x21\x08\x21\xd7\x75\x73\xb9\x5c\x22\x99\ \xd0\x34\xed\x89\x27\x9e\xb8\xee\xba\xeb\xc6\xc6\xc6\xe3\x89\xa4\ \xe0\x7c\x7c\x62\x62\x70\xe7\xa0\xeb\xba\x18\xe3\x29\x53\xa6\xb4\ \xb7\xb7\x0b\x21\x4c\xd3\x94\x52\xda\x8e\x8d\x81\x44\x12\xca\xf7\ \xd5\x6b\x30\xc6\x2c\xdb\x02\x50\xa8\xaa\x0a\x00\xd2\x75\x3d\x95\ \x4a\x71\x2e\x30\x21\xba\x61\x96\x8a\xc5\xb1\xc1\xc1\xb1\xf1\x71\ \xc6\x98\x63\x5b\x8e\x55\xf3\x7c\xdf\xa7\x34\xdb\xdc\xd4\x90\x49\ \x4f\x4c\x4c\x04\x3e\xee\xee\xee\xc9\x8f\x8f\x95\x8b\x93\xdb\xb7\ \x6d\x9d\x3e\x77\x3e\x07\xc0\xb6\x9d\xf1\xf1\xd1\xf1\xb1\xd1\x80\ \x05\x5c\x80\x88\x1e\x4d\x26\xd3\xaa\xa2\x9b\x9a\x91\x48\x27\x26\ \xcb\xb9\x62\x21\x9f\x8c\x37\xf8\xae\x6d\xd5\x18\x65\x16\x17\x20\ \xd3\x90\x51\x74\x03\x60\x6c\x1a\xa6\xe7\x38\x86\x61\xb4\xb4\xb4\ \x1a\x9a\xe6\xbb\x5e\x47\x7b\x7b\x34\x16\xa9\x56\x72\x00\x80\x78\ \x3c\xee\x07\x01\x67\x2c\x62\x18\xeb\xd6\xac\x22\x8a\x36\x7d\x4a\ \x67\x6b\x6b\x33\x22\x64\xf3\xe6\xb7\xad\x6a\x05\x23\x04\x00\x47\ \x10\xc6\x12\x89\x4c\x63\x63\xb1\x5c\xd1\x15\x95\x31\x66\x18\x86\ \xaa\xaa\xb1\x58\xac\x58\x2c\x2a\x69\x92\x48\x25\x92\x89\x98\x8d\ \x21\xc6\x18\x02\xa0\xab\x6a\x57\x57\x97\x69\xe8\xaf\xbe\xba\xf4\ \x93\x67\x9e\x19\x8f\x99\xb6\x63\x39\xae\xb5\x6b\x68\x67\x24\x62\ \x28\x0a\xe1\x81\xdf\xdc\xd4\x30\x34\x3c\xac\xa8\x6a\xa6\x21\xe3\ \xd9\x96\x6e\x18\x42\x08\x21\x04\x00\xf8\x4f\x8c\x16\x21\xa2\xbe\ \x95\x9f\x28\xab\xfd\x07\xcd\xea\x6d\x00\x9c\x71\xa1\x36\x44\xd5\ \xf7\x7f\xf1\x00\x00\x21\xa4\x94\x0a\xc1\xe3\xb1\x04\x67\x4c\x55\ \x09\x67\x54\x72\xe6\xba\x4e\x2c\x1a\xcd\x66\x9b\xc7\xc6\xc7\x84\ \x14\x95\x6a\xb9\x2d\x16\x4f\xa5\x12\x08\x29\x10\xc8\x72\xb9\x64\ \x2a\xb0\xa3\xa3\x75\xe7\xb6\x8d\xbb\x06\x07\xa6\x4e\x9f\x1d\x31\ \x8c\x48\xc4\xac\x56\xab\xd5\x6a\x25\x93\x4a\xa4\x93\x89\x5d\x83\ \xdb\x75\x4d\x4b\xc4\xe3\x42\xa2\x64\x3a\xdd\xd0\xd4\x64\x9a\x11\ \xce\x85\xe3\x78\xaa\x61\xaa\x98\x50\xdf\xf3\x03\x0f\x62\x12\x4d\ \x21\x42\xb0\x14\x5c\xc1\x58\x62\x84\x21\x12\x42\x0a\x29\x3a\xbb\ \x3a\x23\x91\x68\xd9\x73\x2a\x95\xa2\x19\x89\xbb\xb6\x3d\x34\x96\ \x3b\xec\x88\xa3\x02\xd7\x92\x42\x48\x2e\x08\x26\x52\x00\x08\x65\ \x6e\x7c\xa2\x5c\xad\x69\x9a\x9e\x4a\x67\x56\xaf\x5a\xeb\x31\x01\ \x21\x6a\xcc\xb6\x4a\x29\x93\x89\x38\x12\xa2\x5c\x2e\x4f\x4e\x4e\ \x8e\x8f\x8f\xf7\xf7\xf7\x8f\x0e\x8f\x6c\xde\xbc\xb9\x5a\xa9\xe6\ \x0b\xf9\xb6\xb6\x36\x5d\x53\xab\xb5\xda\xc4\xc4\x44\xd4\xd4\xab\ \xb5\xf2\x5b\xeb\xd6\x1e\x73\xcc\x31\x96\x5d\xab\x56\xab\xb9\xdc\ \x04\x65\x9c\x10\xa5\xad\xad\xad\x3e\x9e\xc5\x18\x73\x5d\xd7\x34\ \x4d\x8c\x71\xfd\x6e\xaf\xdc\x9b\xdb\xf1\xa7\xf7\x18\x81\xeb\x44\ \x63\xf1\x68\x24\xeb\xd8\x31\x2f\x9d\xb2\x6d\x07\x70\xce\x02\xbf\ \xab\xa3\x7d\xc6\xf4\xfe\xa1\x91\x7c\xb9\x54\x8a\xc5\x13\xcd\xcd\ \x4d\x88\x40\x8c\x31\xf5\xfd\xd1\xd1\x91\xa9\x53\xbb\x3b\xda\xda\ \x76\x0c\x0c\x8c\x8d\xee\xca\x34\xb6\xb7\x34\x65\xca\x95\x32\x15\ \x5c\x08\xde\x3b\x75\xea\xda\xd5\xcb\x8b\xb9\x91\x6c\x63\xaa\x58\ \x88\x36\x34\x35\xf7\x4c\xed\x6b\x6a\xca\x16\x8b\xe5\x44\x2a\x15\ \x78\x81\xaa\xa8\x18\xa3\x62\xbe\x60\x1a\xba\xe3\x58\xc9\x54\x0c\ \x21\x04\x01\x47\x08\x53\x26\x25\x94\x01\x65\xa9\x54\xa6\xa3\xa3\ \xeb\xad\x37\x57\x96\xcb\x25\xc7\xb6\x15\x42\x36\xad\x5e\x3b\xa5\ \x6f\xda\xcc\x59\xb3\x54\x05\xfb\x9e\x0b\xa1\xe4\x8c\x61\x9d\x40\ \x29\x96\xbd\xfe\x6a\x10\x04\xbd\x7d\x7d\xaf\x2f\x5b\xb1\x61\xf3\ \xb6\x6a\xd5\xee\xeb\xeb\x8f\x27\x12\x9a\xaa\x19\xa6\x99\xcb\x4d\ \xd8\xb6\xbd\x64\xc9\x92\x1b\x6e\xb8\xe1\xea\xab\xaf\x7e\xf9\xe5\ \x97\x67\xcd\x9a\xf5\xc6\x1b\x6f\x9c\x7e\xfa\xe9\x9d\x5d\x5d\xf9\ \xfc\x24\xa5\xc1\xf6\xed\xdb\x0e\x3f\xf2\xf0\x5b\x6e\xfe\x51\xb6\ \xa5\xd9\x34\xf5\x42\x71\xf2\xed\x2d\x6f\x17\x72\x79\x28\xe1\xcc\ \x19\x33\x7a\x7a\x7a\x7c\xdf\x87\x10\x8e\x8d\x8d\xa5\xd3\x69\x00\ \x80\x69\x9a\xae\xe7\x39\x96\x6d\x6a\xef\xa7\x1c\xb0\x10\x22\x9e\ \x88\xb7\xb6\xb4\x4a\x28\x31\x82\xb9\x7c\xb1\xa5\xb5\x8d\x10\x02\ \x51\xfd\x16\x27\xb3\x6c\xbb\x58\xae\x4a\x21\x55\x8c\x2b\xa5\x62\ \xdd\x73\xec\xed\xeb\x4f\x37\x64\x2a\x55\xcb\xf3\x7c\xcf\x71\xb2\ \xd9\xd6\xd6\xb6\xb6\x42\x6e\x7c\x64\x78\x17\xe0\x2c\x91\x48\xd1\ \x72\xc5\xd0\xd5\x68\x2c\x4a\x19\x15\x42\x36\x35\x37\xcf\x98\x31\ \x2b\x12\x6b\xa0\x42\x50\xea\xbb\xae\x4d\x10\x6a\x6f\xcb\x66\xd2\ \xc9\xad\x5b\x37\xd7\xac\xc9\xc6\xe6\x6c\xcc\xd0\x1a\x9a\xb3\x4e\ \x10\xd8\xb6\x5d\x4f\x60\x80\x08\x36\x34\x34\x8c\xee\x1a\x5c\xb3\ \x7a\x65\x6b\x5b\x8b\xe0\xac\xad\xa5\x65\x72\x64\x40\x21\xc4\xd0\ \xd5\xc9\xdc\xc4\x8c\x43\x16\x6e\xdc\xb8\x79\x10\xb2\xd1\xe1\xa1\ \xe6\x6c\x4b\xd4\xd4\x35\x55\x75\x5d\xa1\xe9\x3a\x47\x9c\x51\xe6\ \xf9\xfe\xc8\xe8\x88\xa9\xea\x8c\x31\x21\x44\x3c\x1e\x0f\x02\x5a\ \x2e\x15\x89\xa2\xf0\x1c\x0d\x3c\xb7\xb1\xa1\x31\x3f\x91\x77\x3d\ \x3b\x93\x4e\x47\xcd\xc8\xec\xd9\x73\xd6\xae\x5d\x75\xd8\x82\x83\ \x31\x86\xa6\xa1\x45\x23\xc6\xf0\xd0\xae\x83\xe6\xcd\xf3\x7d\x4f\ \x08\x51\xab\xd6\x5c\xdb\xf2\x3d\xa7\x90\xe3\x98\x10\x33\x12\x35\ \x74\xfd\x0f\x8e\x2e\xee\x3f\x5a\xb4\x8b\x63\x95\xc4\xcc\xab\x2e\ \xbf\xb0\x5b\xe7\x82\x4b\x08\xa4\xef\xb9\x94\x09\xf0\xbe\x47\x5b\ \x20\x60\x8c\x95\x4a\x65\x08\x84\xaa\xa9\x86\xa1\xab\x4a\xb4\x58\ \xc8\x4b\x29\x0a\x85\x1c\x4b\x24\x01\x00\x2c\xf0\x0d\x33\x52\x9c\ \xcc\xeb\xba\xa1\x6b\x86\xef\xfb\x40\xd0\x8a\xeb\xa4\x52\x09\x5d\ \x57\x3d\xd7\x55\x30\x6e\x6a\xcf\xda\xb6\xc3\x29\x1b\x1d\x1e\xd4\ \x30\x24\x50\x2a\x84\x20\xc9\x14\x8c\x9b\xb2\x1d\x8d\x4d\xcd\xaa\ \xa6\xa7\xd2\x99\x54\x3a\xed\xd1\x42\xad\x5a\x45\x08\x7a\xae\x93\ \x6d\x6e\x32\x63\x09\x89\x91\xaa\x12\xdf\xf3\xb9\xe0\x2a\xc1\x41\ \x50\x4f\x93\x41\x98\xa8\x9c\x09\xcf\x75\xaa\xe5\x62\x67\x57\x0f\ \x04\x1c\x42\x29\x38\x8d\x46\x22\x50\xc2\x7c\xae\x10\x78\x7e\x3d\ \x73\xe6\xb9\x67\x9e\x8e\xc4\xe2\x1d\x3d\xbd\x87\x1f\x79\x14\x56\ \xb5\xad\x5b\xb7\xaf\xdf\xb8\x31\x99\x4a\x6b\xba\x1e\x31\xcd\x78\ \x34\x02\xc0\x9c\xcd\x9b\x37\xe7\x72\x39\xd7\xb6\xaa\xd5\xea\xc0\ \x8e\x6d\xd3\xfa\xa7\x75\x76\x74\x98\xa6\x19\x31\x75\xc9\x79\x31\ \x9f\xcf\x66\xb3\x3b\xb7\x6f\x6f\xc8\xa4\x3a\xda\xdb\x20\x82\x9c\ \xb3\x44\x32\x01\x21\xd2\x34\xd3\x34\x4d\xcf\xf3\x54\x55\x8d\x46\ \xa3\x41\x10\xb8\xae\x6b\x18\x06\x63\x4c\xd7\x75\x45\x21\xf2\xfd\ \xf6\x1c\xbe\xe7\xf9\xbe\x9f\x4a\xa5\x10\x80\xc9\x78\xac\x21\x95\ \xda\xb2\x79\x4b\xb1\x54\xb2\xab\xd5\xa6\xc6\xc6\xcd\x5b\x06\xa4\ \x64\xe3\x13\x23\x44\x01\xdd\x3d\x53\x5c\xdb\xf6\x9d\x9a\x6b\x97\ \x53\xc9\x94\x61\x9a\x08\xa1\x89\xf1\xe1\xa3\x8f\x3a\xb6\x52\xab\ \x69\x9a\xf2\xfa\x8a\x65\xae\x5d\x5b\x30\x6f\x4e\xe0\xfb\x2d\x8d\ \x4d\xc5\x89\xe1\xd6\x96\x6c\x77\x4f\x8f\x61\x44\x12\x89\x44\x5b\ \x7b\x9b\xe3\x07\x95\xc2\x24\xc1\x68\x62\xd4\x56\x09\x4e\x27\x93\ \x94\x10\x55\x21\x18\x01\xcf\x73\x88\x02\x24\x52\xea\x99\x79\x18\ \x13\x4d\xd5\x83\x20\x28\xe4\x73\xb6\x55\xf5\x38\x9c\x2c\x16\x3b\ \x39\x8b\xc7\x62\x86\x11\x99\x98\x18\x2f\xe4\xf3\x04\x43\xce\x82\ \xcd\x9b\xd7\xdf\x7a\xeb\x2d\x44\x8b\xf4\xf5\xcd\x38\xf9\xd4\x45\ \x1b\x36\x6e\x5a\xb1\x6c\xc5\x9a\x35\x6f\xf5\xf7\xf6\x2a\x9a\x96\ \xce\xa4\xb3\xd9\xec\xe1\x87\x1f\x3e\x32\x32\xf2\xc4\x13\x4f\xb8\ \xae\xbb\x71\xe3\xc6\x5c\x2e\x37\x6b\xd6\xac\x86\x4c\x26\x12\x31\ \xc7\x27\x72\x95\x4a\x99\xd2\x00\x23\xb4\x6a\xf5\xea\xeb\xff\xe1\ \xfa\x62\x31\x6f\x18\x46\x2c\x16\x8b\xc7\x62\x04\xe2\x6c\x36\xeb\ \xfb\xbe\x10\x22\x9b\xcd\xd6\x6a\x35\xcf\xf3\xe2\xf1\x38\xa5\x94\ \x10\x12\x8f\xc5\x03\xaf\x5c\xcf\xec\xfb\x53\x93\xb9\x1c\xdb\x51\ \x55\xd5\x0f\x3c\xcb\x72\x34\x4d\xc5\x18\x13\x42\x30\x80\x00\x00\ \x8c\x49\x5b\x6b\x2b\x01\x74\x78\x70\x67\xad\x5a\x71\x2d\x2b\xd3\ \xd7\x1b\x8b\xc7\xa2\x11\x9d\xfa\x01\x42\xa8\xb1\xb1\x31\xf0\xfd\ \xa8\xae\xb4\xb7\xb5\x6f\x5e\xbf\x8e\xba\x5e\x31\x9f\x43\x8a\xa1\ \x60\xd8\xda\x92\xcd\x0d\xff\x3f\xde\xde\xec\x49\xb2\xf3\x3c\xf3\ \xfb\xb6\xb3\x2f\x79\x72\xcf\xda\x97\xae\x6a\x74\x37\xd0\x00\xba\ \x01\x34\x40\x00\x24\xc5\x05\x1a\x89\x94\x46\xd2\x68\x64\x6b\x6e\ \xec\x0b\xdb\x92\x62\x74\x2b\xdb\x72\xf8\x4f\x90\x6f\xe5\xb0\x64\ \xd9\x63\xeb\xd2\x31\xb6\x27\x42\xa4\x48\x91\x26\x29\xee\x20\x96\ \x26\x7a\x41\x77\x75\xd7\x5e\x95\x95\xfb\x72\xf2\xec\xdf\xf9\x36\ \x5f\x14\xa5\x51\x68\x6c\x51\x6c\xda\xca\xcb\x8c\xc8\x88\xcc\x93\ \xe7\xbc\xdf\xbb\x3c\xcf\xef\x3d\x64\x9c\x71\xce\xdb\x9d\xa5\xb5\ \xb5\x35\x2f\x68\x4f\xc3\xd9\x78\x36\x18\xf4\xba\x98\xa8\x5e\xef\ \x6c\xd0\xed\xc5\x71\x14\x04\xce\xb0\x7b\x66\x5b\x4e\xb3\xdd\x21\ \x08\x4e\x46\x23\xdb\xb1\x07\xbd\x39\xa5\x45\xc5\x73\xe3\xf9\xe4\ \xe4\xe0\xc9\x62\x31\x7d\xf9\xe5\x17\xeb\xb5\xda\xf0\xf4\x29\x07\ \x90\x95\xc5\x74\xd4\x57\x8c\x72\x9a\xef\x7d\xdc\xed\x9e\x9e\xac\ \xad\xac\x10\xdb\xe6\x8c\xe9\x9a\x26\x84\xe0\x9c\x29\x09\xc6\xe3\ \xa9\xe7\xf9\x18\xc0\x2c\xcb\xfa\xfd\xfe\x64\x32\xb1\x4c\xc3\x71\ \x6c\x04\x41\x96\xa5\x34\x03\x40\x56\x95\x90\x40\x02\x29\x64\x1c\ \x47\xae\x63\xcf\xa7\xd3\x47\x1f\x3f\x9c\xcf\xa6\x8c\xd1\xe9\x78\ \x08\xa4\x58\x5b\x59\xa1\x25\x9d\x4e\xa7\x8c\x0b\x42\xd0\xf9\xf9\ \xe9\xca\xca\xaa\xeb\x39\x45\x91\xd1\x3c\x05\x40\xc1\x7f\xf0\xc8\ \xf8\x7f\xa6\x39\x9b\x6e\xdd\x18\xdd\xfb\x1f\xfe\xbb\x3f\x6a\xea\ \x52\x28\xc1\xa4\xfb\xf9\xdf\xfc\x17\x2f\xad\x06\xcf\x5c\x2d\x22\ \x88\xca\xb2\xe4\xbc\xd4\x74\x32\x1c\x0e\x4a\x4a\x97\x97\xda\x42\ \x08\x00\x54\x92\x24\x84\x10\x4d\xd7\x14\x82\x96\xa5\x73\x21\xe7\ \xf3\x89\x61\xd8\x8c\x52\x20\x19\xe0\x85\x6d\x18\x8e\x63\x4d\xa7\ \xb3\xe9\x78\xf2\xf2\x4b\xb7\xc7\xb3\x59\xa5\x52\x01\x4a\x84\xd3\ \x51\x14\x2d\x10\x80\xb3\xc9\x8c\xe6\x79\xb3\xd5\xae\x04\x35\xc6\ \x25\xe7\x5c\x2a\x45\x08\x89\xa2\x45\xad\x5a\x23\x18\x09\xce\x8a\ \x2c\x75\x1b\x4e\x9a\x26\xbc\x2c\x34\xc3\x00\x0a\xb8\x8e\x93\xa6\ \x69\x96\x32\x11\xa7\x9c\xf1\x38\x8e\x29\x2d\x6c\xd3\x00\x40\x56\ \x2b\xfe\xda\xca\x8a\x60\xa5\xef\x79\xb3\xd9\x94\x52\xa6\xeb\xba\ \xe0\x7c\x3e\x9b\x96\x5c\x7e\xe1\x85\x9b\xd7\xae\x5d\x3b\x38\x3a\ \xad\x56\xab\x9f\xf8\xc4\x9b\xbd\xde\xc5\xea\xea\xca\xed\x5b\xb7\ \xe6\x93\x89\x46\x48\xa7\xd3\x89\xa2\xe8\xf5\x3b\xaf\x29\x2e\xee\ \xdf\xff\x48\x5d\x7e\x93\x45\x94\xe7\x8c\x95\xd4\x75\x1c\xd7\x71\ \xce\xcf\xce\x7e\xeb\xb7\x7e\xcb\xf1\xdc\xac\x28\x92\x34\xae\xd5\ \xaa\x41\xb5\x86\x20\x51\x4a\x69\x9a\x86\x10\xd2\x34\xed\x32\x51\ \x25\x84\x00\x00\xe4\xdf\xd1\xe8\x3d\x83\x8c\xee\xec\xac\xb7\xbd\ \xbd\x33\xea\x0f\xf2\x34\x73\x5d\xc7\xd0\x0d\xa5\x94\x69\x18\xfd\ \x8b\x5e\xad\x56\xd5\x34\x6c\x9a\x5a\xad\xe6\x67\x59\x3c\xe8\xf7\ \x28\x2d\x10\xe0\xe3\xe1\x45\xbb\x1e\x5c\xdd\xd9\x7d\xf2\xf1\xe3\ \xbb\xef\xff\xf0\xf7\x7e\xf7\x77\x25\x60\xb6\xb7\x0e\x08\xb8\xff\ \xd1\xdd\xd1\x68\x18\x2d\x16\xc4\x31\x4f\x0e\x8e\xb7\x76\xaf\xde\ \x7e\xe5\x55\xbf\x52\x8b\xd3\x54\x2a\x65\x1a\x06\xa5\x45\x42\x8b\ \x6a\xc5\xd7\x89\x5e\x96\x14\x69\x24\x2b\x8a\x42\x94\x50\x70\x4d\ \x37\x34\x02\x99\x00\x42\x88\x38\x8a\xe3\x38\x9d\xcf\xc3\x38\xce\ \x84\x94\xcd\x66\xdb\xb6\xcc\x6b\x57\xaf\x9a\x96\x45\x10\xa0\x45\ \xd1\x3d\x3f\xab\xf8\x3e\x04\x7c\x34\xe8\xa7\x49\xfe\xd9\x77\x7e\ \xf9\x17\x3e\xfb\x39\xc7\xad\xd8\xb6\xf7\xfa\xeb\x9f\x08\x67\x73\ \x84\xe0\x3b\x9f\xfb\xbc\xe5\xe9\x49\x5c\xbc\xfe\xfa\xeb\x7f\xfa\ \xa7\x7f\xfa\x99\xcf\x7c\xe6\xe8\xf0\x88\x10\x32\x18\x0c\x6e\xdf\ \xbe\x5d\x14\xc5\xe9\xe9\x09\x2d\x8a\xd1\x68\x74\xfb\xd6\xad\x2f\ \x7d\xe9\xcb\x5f\xf8\xc2\x2f\x7f\xf2\x93\x9f\x4c\xd3\xa4\xd7\xef\ \x9b\x86\xbe\xb1\xb1\x69\x60\x9d\x10\x52\x96\xe5\x65\x1b\x14\x00\ \x30\x9f\xcf\x6d\xdb\x4e\x92\x84\x68\x9a\x50\xcf\xa8\x04\x52\x40\ \x01\x08\xd2\x2c\x9d\xcd\xa6\x00\xa8\x66\xab\x23\xa5\xe2\x9c\xeb\ \xba\x01\x20\x84\x08\x4a\x29\x6d\xdb\x6d\x35\x9b\x93\xd1\x30\x5a\ \xcc\x4f\x8f\x0f\x97\x96\x57\xea\xf5\x86\xa1\x6b\x96\xe3\x09\x25\ \x81\x02\x45\x12\x43\x00\x31\xc6\x79\x96\x3c\x7e\xf4\xf0\x4e\xbd\ \x99\x51\xe6\x3a\xd6\xe9\xd9\x89\xed\xd8\x11\x5b\x48\x25\x2d\xcb\ \xd2\x35\xec\xfb\x6e\xb7\x97\x9e\x9f\x1f\x4b\x51\xba\x96\x1f\x85\ \xb1\xa1\x69\x79\xea\xd7\x6a\x0d\x20\xf9\xe9\xc9\xa1\xed\xfa\xd5\ \x20\x60\x9c\xb5\x5a\xcd\x78\x11\x21\xa8\x1a\xf5\xfa\xa2\x59\xf7\ \xea\x55\x82\xd1\xd2\x52\xe7\xe9\x03\x8d\x10\xe5\x3a\x76\x92\xc4\ \xc3\x5e\x57\x47\xe8\xc9\xd9\xa9\x69\x68\x1b\x6b\xcb\xe3\x61\x1f\ \x48\x81\x11\x10\x5c\x70\x2e\x28\xa5\x9e\xef\xd9\xb6\x6b\xe9\x46\ \xbb\xd5\x0e\xc3\x79\x1c\x47\x96\x69\x38\xb6\xb9\x08\xe7\x92\x33\ \x9d\x60\x83\x10\xcf\xb1\x19\x63\x34\x2f\x84\xe0\xbb\x3b\x57\x6a\ \xb5\xea\xc1\xc1\x3e\xe7\x34\x9c\x4f\x4f\x4e\x8e\x2c\xcb\x00\x4a\ \x4c\xc6\xa3\xc9\x64\x52\x6b\x34\xaa\xd5\xea\x62\xb1\xd0\x75\x12\ \x86\x21\x21\x5a\xbb\xd9\xbe\x1c\xd0\xff\x2c\x39\x17\x84\x18\x01\ \x54\xdd\xfc\x17\xff\xea\x3f\x3a\x9c\x52\x84\x20\x04\x52\x28\x33\ \x30\xff\x21\x6d\xc5\x3f\xea\x29\x42\x40\x01\x49\x29\x15\x42\xa4\ \x69\xda\x3d\xef\x6a\x18\x72\x21\x6c\xdb\xe6\x9c\x61\x8c\x24\x04\ \x4a\xf2\xa0\x52\x4b\xd2\x82\xe6\xa5\xef\x79\x59\x92\x86\xb3\x91\ \x8e\x65\xc5\xf3\xc6\xc3\xe9\xc9\xd1\xa9\x14\x4a\x27\x9a\x60\x3c\ \xf0\x2b\xe1\x78\xcc\x28\xab\x56\x2a\xb3\xd1\x80\x60\x92\xe7\xf9\ \x74\x36\x27\xba\x99\x15\x85\x90\x32\xcb\x32\x8d\x68\x3b\x57\xae\ \x44\xd1\x9c\xd3\x62\x73\x7b\x3b\xe1\x6a\x11\x2f\x4c\x8d\xf8\xa6\ \x85\x08\xce\x0a\xca\x98\xb4\x6d\x1b\xa1\xa0\x56\x6f\x84\xb3\xbe\ \x14\x6c\x34\x1e\x4e\x67\xd3\xf5\xcd\x5d\xd3\xd4\x33\x56\x32\xc6\ \x4a\x4a\x31\xc2\xba\x86\x35\xcb\x5c\xc4\xf1\xda\xca\xea\x9b\x6f\ \xbe\xb5\x58\x2c\xba\xa8\x38\x75\x00\x00\x20\x00\x49\x44\x41\x54\ \x84\x90\x8d\x56\x3b\x4d\xb2\x5a\x25\x3d\x78\xf2\x44\x43\x18\x21\ \xd4\x6c\x36\xae\x5f\xbf\xfe\xad\x6f\x7d\x73\x7d\x6d\x6d\xa9\xd9\ \x1e\x8e\x07\x45\x9e\x63\x08\x11\x84\xae\xed\x86\xf3\x85\x6d\x9a\ \x87\x07\x07\xdb\xdb\xdb\x96\x6d\xcf\x66\x73\x05\x81\xe3\xba\x9e\ \xef\x4b\x21\x20\x26\x08\x21\xcb\xb2\x2e\x77\xbe\x1b\x86\xe9\xba\ \x5e\x9e\x67\xba\xae\x47\x71\xca\x58\xf9\x0c\xad\x62\xa5\x00\x44\ \x48\x27\x24\x4b\xa2\x24\x8e\x8f\x8f\x8e\xc3\x45\xf8\xdc\xee\x73\ \x49\x1c\x17\x45\x61\x10\x52\xd2\xa2\xdd\xac\x03\xc5\x3d\xcf\x99\ \xcc\xe6\x67\xe7\xa7\x15\xdf\x47\x4a\x24\x71\x3a\x1b\x0c\x96\x3a\ \x2b\x10\xa0\x8b\xf3\x93\xa7\x4f\x1e\x5c\xbd\x7e\x73\x30\x99\x79\ \x9e\x53\xaf\x37\x1e\x7e\x74\xb7\xd3\xe9\x80\x22\xe5\x65\x89\x21\ \x0e\xc3\xc5\x64\xb6\x58\xdb\xd8\x8c\x17\xb1\xe3\x7b\xe3\xf1\x78\ \x73\x63\x7d\xf7\xca\xc6\xe9\xf1\x89\x61\x68\xc8\x30\x8b\x22\x97\ \x65\x5e\x75\x5d\x4c\x70\x29\x24\xe3\x4a\x29\x80\x30\xf6\x7d\xbf\ \xd1\x68\x22\x8c\x17\xf3\x70\x36\x8f\x39\x63\x41\x35\xc0\x98\x84\ \x61\x88\x20\x60\x8c\x11\x8c\x95\xe4\x9e\xeb\x51\xc6\x3e\xf5\xe9\ \x4f\xad\x6f\x6c\xec\xed\x1d\xea\x86\xd5\x68\xb6\x69\xce\xa2\x70\ \xfe\xad\x6f\x7e\xf3\xa5\xdb\x2f\x33\xce\xdf\x7e\xeb\xad\x3f\xf9\ \x93\x3f\x99\xcf\x67\xef\xfc\xe2\xe7\x31\xc1\x7f\xf4\x47\x7f\x54\ \x14\x45\x41\x29\x21\x04\x11\x28\x24\xa3\xac\x38\x3b\x3f\xf9\xd7\ \xbf\xf6\xfb\xe3\xf1\x70\x3e\x9f\xe7\x45\x51\xad\x05\x00\xaa\x4b\ \xa9\xbd\x61\x18\x97\xd2\x4d\x5d\xd7\x83\x20\xb8\x8c\x62\x42\xc8\ \xc5\x22\xb2\x0c\xf4\x2c\x37\xbe\x02\x08\xa2\x7e\xaf\xcf\x78\xb9\ \xb2\xb2\x52\xad\xd5\x5c\xd7\x01\x40\x2d\xa2\x08\x63\x6c\xd9\xb6\ \x02\xa0\xa4\x4c\x4a\xb9\x7b\xf5\x2a\x2b\xa9\x12\x62\x3c\x1c\x20\ \x00\x6b\xad\x8e\x5f\x6b\xe8\x96\xed\x7b\xde\xe0\xa2\x3b\x1e\x4f\ \xab\x95\xca\x74\x5a\xf6\x2f\xce\x8b\x2c\x49\x8b\xd2\x71\x0c\x8c\ \x90\x61\xe8\x79\x41\x05\xe7\x8b\x78\x41\xb9\xda\x7b\xba\x77\xde\ \x3b\x6a\xd4\x2b\x83\x7e\xb7\xdd\xaa\x78\x96\x61\xe8\xc6\x22\x0c\ \x3f\x7e\x78\xbf\x60\xe2\x8a\x52\x2f\xdf\x5e\xd1\x0d\x1b\x40\x64\ \x3b\x16\x21\xf8\xe3\xfb\xf7\xc2\xf9\xc8\x77\x9d\xd9\x74\x36\x1a\ \x8d\xd6\xd7\xd7\x2d\xdb\x02\x65\xe6\xb9\x1e\x50\xaa\xc8\x53\x20\ \x79\xaf\xdb\xdd\xba\xb2\x1d\x54\xfc\xd1\xa0\x0b\x94\xe2\x8c\x23\ \x8c\x30\xc1\x9a\xae\xdf\xb8\x7e\xc3\xf3\x2a\x87\xfb\xfb\xdd\x6e\ \xb7\xd3\x69\x13\x8c\x28\xcd\x35\x0c\x07\xbd\x3e\xc6\xd0\xd4\xb5\ \xf1\x78\x54\x8a\xcb\xbd\xdf\x50\x27\xa4\xd9\x58\xba\xf6\xdc\x73\ \xdf\xf9\xd6\x37\x24\x54\x69\x12\x1f\x1e\x1d\x68\x3a\x99\x8c\xc7\ \xe3\xe1\xa0\x60\x34\x89\x75\xc3\x30\x0c\xd3\x0c\x67\x33\x3f\x08\ \x5a\xed\x8e\xe7\xb9\x3f\x55\x44\xf7\xf7\x22\x17\x54\x9c\x8e\x26\ \x33\xcb\xf7\x57\xaf\xdf\xea\xc8\xbf\x71\x4d\x28\xa8\x9b\x86\xfc\ \x39\x38\xf4\x97\xcd\x66\x84\x90\x94\x32\x08\x2a\x96\x65\x70\x5a\ \x4a\xc1\x36\x36\x37\x9b\x8d\xc6\xf9\xf9\xd9\xfc\xf0\xb0\x94\x3c\ \xa8\xd6\xa4\x10\xb6\x6d\xb3\x52\x70\xce\x34\x82\x05\x17\x79\x59\ \x34\xea\xf5\x6e\x77\x30\x1a\x8d\xa6\xe3\x49\xb5\x56\x0b\x67\x21\ \xcd\x4b\xc7\x76\x87\xfd\x8b\x19\xcd\x67\x93\x99\xe7\x39\x69\x9e\ \xab\xe9\xb4\xdd\x59\x76\x1d\x4f\x70\x31\x1a\x8d\xae\xee\x3e\xd7\ \x6e\x37\x81\xe2\x4c\xd7\x21\x54\x69\x9a\x40\xa8\x1c\xc7\x36\x4c\ \x5d\x00\x04\x94\xd4\x08\xf1\x4c\x03\x12\x61\x18\x46\xc9\x18\xd1\ \x30\xc2\x20\xcf\xd3\x46\xa3\x6e\xea\xc6\x38\x1d\x1e\x84\x13\xc6\ \xb9\x65\x59\x45\x1a\x41\x4b\xd3\x35\xed\xd5\x57\x5e\x89\xe3\x68\ \x91\x96\x49\x56\xc4\x69\x51\x96\x45\x91\xa5\x57\x77\x77\x7b\x17\ \x17\x5c\x08\x00\xd4\x95\x2b\x57\xbe\xfe\xf5\xaf\x9d\x9d\x9d\xbd\ \x74\xf3\xc5\x37\xdf\x7c\xeb\x7f\xfd\x5f\xfe\xcd\x52\xa7\xb3\xb6\ \xbe\xae\x6b\xd6\xc7\x1f\x3f\x62\x9c\xf7\x7b\xbd\x37\x3f\xf5\x49\ \x4a\xe9\xf2\xf2\xb2\x66\xe8\x51\x12\x9b\xa6\x09\x24\xe0\x5c\x5d\ \x6a\xfd\x39\xe7\x9c\xb1\x4b\x05\x0d\x21\x24\x4d\x93\xa2\xc8\xfe\ \xbe\xf3\xe9\x67\xc9\x76\x75\x5d\x13\x5c\x34\xea\x0d\x56\xb2\xa5\ \x76\x9b\xd2\x52\x23\xe4\xe5\x3b\x77\x34\x4d\xfb\xf6\xb7\xbf\x7d\ \x72\x7a\xb2\xb6\xb5\x25\x65\xd9\x69\x37\xa6\x93\x69\x91\xa5\x41\ \xa5\xc2\x99\x38\xef\xf6\x4c\x82\xb6\xb7\xaf\xec\x3d\x7d\xf0\xe0\ \xfe\xdd\x17\x5e\x7a\x51\x29\x11\x47\x91\xae\xeb\x15\x3f\x18\xf5\ \xcf\xe3\x51\xdf\x36\x6c\x8c\xf0\xa3\xc7\x7b\x8d\x56\xfb\xca\xee\ \x73\xf5\x56\x6b\x7f\xff\xc0\x71\xdd\x6b\xcf\x3d\x67\x10\x64\x99\ \x66\x35\xa8\x2e\xca\x92\xd2\xc2\xd6\x89\x6e\x1a\x40\x01\xc6\x84\ \x90\xc8\xd0\x4d\xc7\xc4\xae\xeb\x11\x42\xa4\x94\x82\x33\xa6\x44\ \xbd\x5e\xef\xb4\x5a\xc3\xd1\xa8\xdb\xed\xca\x32\x6f\xb7\xdb\x1f\ \xdf\xeb\x37\x9b\x3e\xa3\xf4\xfa\xf5\x6b\xcf\x3f\xff\xfc\xde\xe3\ \xbd\x79\x98\x0a\x09\x7a\x17\xfd\x32\xcb\x2a\x15\xbf\x12\xf8\x5f\ \xfa\xd2\x97\x76\xaf\x5e\x7d\xf5\xd5\x57\xaf\x5f\xbf\xfe\xa3\x1f\ \xfd\xe8\xcd\x37\xdf\xfa\xdc\xe7\x3e\xfb\xe7\x7f\xfe\xe7\xfb\xfb\ \xfb\x6f\xbc\xf1\xc6\xc6\xc6\xfa\x07\x1f\xde\x9d\x8c\xc7\xf3\xf9\ \x6c\x7d\x7d\xdd\x71\x5c\xa9\xe4\xcb\x37\x6f\xcc\x93\x0c\x20\x68\ \xe8\xba\x06\x74\x21\x7e\x62\x3c\x92\x42\x5e\xea\x36\x38\xe7\x52\ \xc8\x28\x8a\x84\x14\xff\x2f\x9a\xc7\x9f\x5e\x2d\xce\x66\x33\x4a\ \xe9\xce\xce\x76\xa3\xd9\x74\x5c\x0f\x13\x02\x00\x10\x22\x8f\x93\ \x44\x48\x69\x18\x26\x26\x98\x10\x6d\x36\x9b\x68\x04\x6f\x6d\x6e\ \x94\x9c\x65\x79\x06\x66\x53\x0e\xe1\xb2\xe3\x59\x96\xab\x84\xf2\ \x1c\x77\x69\xa9\x3d\x1e\x0f\xa6\xe3\xb1\xe0\xec\x95\xdb\xb7\xfa\ \xbd\x5e\xb5\x5a\xa5\xd9\x02\x40\xe9\xba\x76\xc5\x77\xbf\xfd\xdd\ \x1f\x8c\xa6\xa3\x4f\x7e\xea\xce\x79\xf7\xd0\x73\x34\x5e\x52\x4d\ \xc7\xeb\x6b\xab\x64\x73\xf3\xe4\xfc\xac\x56\xaf\x75\xda\x6d\x5d\ \x23\x86\xa9\xa7\x69\xce\x28\x12\x1c\xad\xad\xac\xb2\xc5\xe4\xfe\ \xdd\x0f\x81\xa6\xa7\x45\x3a\xec\x1e\x2a\x29\x09\xc2\xa6\x61\x38\ \x96\x19\x04\x95\xb9\x5a\x60\x08\xae\xee\xee\xd6\xeb\xf5\xb2\x64\ \x69\x9a\xda\x9a\x02\x12\x68\x9a\x76\x65\xe7\x4a\xa5\x52\x39\x3e\ \x39\xab\xd5\xeb\xb5\x5a\x2d\x89\xa2\x7e\x9e\x52\x4a\x81\x14\x25\ \x2d\x30\x41\xd3\xe9\x84\x31\x6e\xbb\x55\x4a\x69\x9e\x72\xd3\x20\ \x45\x9e\x36\x1a\x0d\x82\x11\x65\xe5\x3c\x9c\x03\xa0\x4c\xd3\x1a\ \x8c\x7a\x69\x9e\x4a\x09\xc2\xf9\xcc\xf3\x3c\x25\x64\x21\xc4\x56\ \xbd\x46\x08\x9a\x4e\xc7\x8c\x73\x5d\x23\xff\xd8\x6a\x11\x61\x52\ \xce\x1e\xfd\xd9\x7f\xff\x57\x9f\xfb\x57\xbf\x79\xf2\x97\xff\xe6\ \xdd\x41\xa9\x63\x08\x94\x2c\x55\xe5\x5f\xfe\xce\xef\xfc\x3c\x9b\ \x62\x95\x52\x3a\xd1\x3c\xd7\xd1\x08\x01\x00\x5a\x96\x03\x01\xf0\ \x3d\x37\xa8\x78\x92\x33\xc7\x71\x4c\x5d\x03\x94\x7b\x96\xa1\x13\ \x48\x34\xcc\x08\x1e\x0c\xfa\x18\x80\x46\xa3\xa1\x04\x6b\xd4\x83\ \x5e\x7f\x3c\x9d\xf4\x2f\x4e\x9f\xac\x2c\xbf\xed\x55\xec\x38\xb5\ \xa2\x18\x2a\x04\x69\xc9\xa5\x94\x86\xa1\xbf\x72\xfb\x4e\x89\xac\ \x70\xb1\x48\xb3\x9c\x31\x25\x18\x73\x2c\x33\xcf\x72\x42\x34\x8c\ \xd0\xc9\xc9\x69\xc1\x78\xb5\x56\xd5\x09\x01\x42\x02\xc8\x55\x11\ \x13\x0c\x69\x4c\x75\xc0\xab\xd5\x2a\x41\x58\x09\x69\x10\xad\xd3\ \x68\xdd\xbc\xf1\xfc\x22\x4a\x7a\xfd\x2e\xe4\xb4\x7f\x71\xa1\x80\ \x14\x8a\xa7\xb9\x7c\xee\xda\xf3\xeb\x9b\x5b\x07\xfb\x87\x0a\xeb\ \x51\x92\x31\x26\x08\x41\x8e\x69\x3e\xfc\xe8\xde\xed\x3b\xaf\xb5\ \xda\x9d\xc3\xc3\x83\xb2\x2c\x57\x57\x57\xbf\xf7\x83\xef\x7f\xe2\ \xed\x37\x97\x56\x96\x4f\xce\x4e\x83\x5a\x15\xe9\x98\x49\x4e\x74\ \x2d\xa3\xb9\x6e\x19\xbe\xef\xb7\x5a\x2d\x85\x60\xc9\xb8\x6d\x39\ \x84\xe0\x3c\x2f\xb8\x14\x10\x01\xa8\x80\x52\x42\x41\xa9\x61\x54\ \x32\xce\x39\x2d\xcb\x9c\xb3\x5c\x4a\xf9\xac\xb1\x4b\xb9\x9e\xef\ \x39\x4e\x12\xc7\x9d\xa5\x0e\x04\xa0\x28\x8a\x6b\x57\xaf\x9a\xa6\ \xd1\xeb\xf5\xae\xec\x6c\xed\x3d\x7d\x5c\xf7\x2c\x51\xa4\x69\x91\ \xb7\x1b\xd5\xd9\x3c\x3c\xdc\x7f\xaa\xeb\xe4\xda\xb5\xeb\xab\x4b\ \x9d\x38\x89\x0e\x0e\x1e\x3d\xba\x7f\x4f\x94\xcc\x77\x3d\x53\xd7\ \x2f\x4d\x8e\x69\x9a\xf5\x06\xfd\x82\x95\x57\x6f\xdc\x58\xb9\xfa\ \xe2\x70\x32\x49\x8b\x62\x3a\x1d\x9f\x9c\x1c\x76\x3a\x1d\xcb\xb6\ \x81\xe4\x41\xbd\x71\x31\x18\x0d\x67\x53\xd3\xb2\xfc\x95\x25\xa5\ \x34\x25\x30\xcb\x72\x4c\x74\x8c\x21\x63\xd2\x74\x7d\x01\x10\x67\ \x39\xc1\x48\x2a\xbc\xbb\x7b\xd5\x30\x9d\xa7\x4f\x8f\xa6\xe3\xe1\ \x68\xd0\x2d\x19\x13\x4a\x46\x51\xa6\x00\xfc\xb5\xdf\xf8\xad\xd3\ \xb3\xbe\x04\x63\x00\x70\x92\xe6\x25\x2d\x90\x52\x79\x96\x30\x5e\ \xfe\xea\xaf\xfd\xea\xf1\xe9\xe9\x57\xbf\xf6\xd5\x37\xde\x7c\xfd\ \x4f\xff\xf4\x7f\xfc\xcf\x7f\xe7\xbf\x68\xd4\x03\x85\xd4\x57\xbe\ \xf6\xd5\x3f\xfc\x6f\xff\x9b\x8c\xd2\x38\x49\xdb\xcb\x2b\xf7\xef\ \xdd\x7b\xe3\x13\x9f\x08\x82\x6a\x10\x04\x71\x5a\xf8\x8e\x27\x81\ \x42\x00\x96\x8c\x23\x88\x30\xc1\x9c\x0b\xca\xa8\x52\xd2\x71\x1c\ \x4a\x79\x5a\xa4\x05\xcd\x59\x49\xa1\x6d\x3f\x83\x18\x15\x42\x48\ \x69\xe6\xba\x56\xab\x55\x27\x9a\x06\xa1\x84\x4a\x60\x4d\xaf\x56\ \x7d\x5d\x27\x45\x5e\x40\xa0\x38\x63\x79\x5e\x04\x41\x75\x36\x9d\ \xb4\x97\x97\xe3\x38\x61\xd3\x69\xbd\xdd\xaa\x37\xdb\x39\xcd\x8e\ \x0e\x1e\x27\xe1\x48\x23\x00\x61\x82\x88\xc6\x05\x3f\x3e\x38\x78\ \xf1\xe6\xcd\xd3\x83\x27\xdb\x9b\x1b\xc3\xee\xb9\x63\xbb\x65\x59\ \x84\xf3\xf1\xf1\xd1\xd3\x17\x5f\x7e\x79\x79\x79\xbd\xd7\x1f\x38\ \xbe\xc6\x19\xf7\xfd\x8a\x61\xd9\x4b\xed\x76\xb5\xd5\x29\x99\xf4\ \x1d\x07\x01\x55\xc4\xe1\xa0\xd7\x97\x52\x60\x8c\x2f\xba\xe7\x34\ \x4f\x35\xdb\x9e\x2f\xc2\xb7\xde\x7c\x3d\x9e\x0d\x7b\x47\x4f\x17\ \xf3\x94\xe8\x96\x2b\x64\x2d\x08\xd2\x38\x85\x40\x3a\x96\x65\x9a\ \x26\x26\x44\x62\xa0\x08\x11\x4a\x60\xa4\xd7\x1b\xad\xf1\x78\x56\ \xf1\xfd\x6a\xc5\x3b\xdc\x3f\x2c\xcb\xdc\x73\xad\x70\x36\x2e\x44\ \x69\xd9\x16\x63\x94\x71\x96\x17\x79\x51\x14\xe1\x3c\xc4\x18\xb7\ \xdb\x2d\x93\xd8\x15\xd7\xd9\xda\xde\x39\x3f\x3d\x09\x27\x21\x21\ \xd8\x5e\x72\xa2\x30\x2c\x8a\x02\x48\xa0\x39\x4e\x1c\xcd\x75\xcd\ \x24\x9a\x1e\x4e\xc7\x9c\x31\x25\xe5\xa5\x4f\xf3\x1f\xc8\xbc\xfe\ \x1e\xcd\x99\xe3\xca\x95\xff\xec\x5f\xff\xa7\x8e\xe7\x5d\xfd\x4f\ \x7e\xff\x93\xfc\x27\xe3\x60\x05\x90\x57\xf1\x7f\x1e\x49\x04\x00\ \x80\x60\x08\x44\x89\xa0\xd1\x68\xb4\x20\xd6\x14\x04\xbe\xe3\x08\ \x51\x5e\xf4\xfb\x8b\xe9\x24\x59\x2c\xb8\x62\x96\x41\x74\x1d\xcf\ \x17\x61\x51\x32\xd3\xd0\x38\xe3\x52\x01\x8c\x35\xdb\x0d\x2a\x41\ \x30\xec\x9e\x9d\x9d\xec\xbd\xfa\xfa\x2b\xb6\xa5\x97\xbc\xa4\x82\ \x0b\x25\x19\x2b\x11\x41\x9c\x31\xc7\xf5\xeb\x41\xa7\x5a\x6d\x42\ \x80\x06\xfd\x9e\xe7\xda\x52\xb0\x8b\x8b\xb3\x28\x8a\x6b\xd5\x5a\ \xab\xd9\x14\x52\x48\x05\xc2\x79\xc8\xd8\x54\xd7\x49\x38\x9f\xea\ \x18\x6a\x08\xd8\x06\xa9\x54\x7c\xd3\x30\x68\x9a\x47\xb3\x10\x08\ \x61\x9b\xa6\xe3\x7a\xa3\x41\xaf\x48\xa3\x56\xbb\x71\x7a\xac\x34\ \x5d\x07\x80\x0c\x47\xb3\xbd\xa7\x07\x10\x6b\x9a\xe9\x30\x21\xa3\ \xc5\x62\x79\xa9\x53\xf5\xbd\x22\x59\x24\x8b\xd0\x30\xcd\xed\xed\ \xed\x2c\x4d\x0f\x8f\x0e\xbf\xf6\xb5\xaf\x1e\x1e\x1e\x98\xb6\x65\ \x5a\xa6\xe9\x98\x6e\xc5\xef\x77\xfb\xf3\x68\xf6\xde\xfb\xef\xdf\ \x79\xfd\xf5\xe5\x95\xa5\x34\xcb\x0d\xd3\x84\x10\x5e\x8e\x11\x15\ \x00\x0a\xa8\x2c\xcb\x01\x90\xf0\xd2\xf6\x05\x24\x50\x62\x3e\x1b\ \x27\xd1\x62\x36\x99\x96\x25\x7d\xb6\xd1\x22\x42\xc8\x71\x9d\x38\ \x49\x3c\xdf\x6b\xb7\x5b\x52\x70\x08\x21\xc0\x2a\x8e\xc3\xee\xc5\ \xf9\x78\x32\x04\x2c\x87\xac\x58\x6b\x37\xa3\x34\x3b\x39\x39\x8e\ \xd3\x34\xcf\x13\x08\x6d\xc3\x71\x0a\xc6\x6e\x3c\xff\xc2\xb7\xbf\ \xf1\xd5\x27\x8f\x9f\x9c\x9d\x9c\xb4\x57\xb6\x82\x4a\xd0\xed\xf6\ \x28\x63\x96\x63\x33\x25\x01\xc1\x9a\xa1\xdf\x7c\xe9\xe5\xe0\xbc\ \xeb\xb8\xce\x7c\x36\x8d\xa3\xc5\xf3\x37\xae\x9f\x9e\x1c\x17\x45\ \x61\x98\xa6\xe7\x79\xf5\x7a\x1d\x21\x9c\xa5\x2c\x0a\x47\xb6\xe5\ \x48\xce\x4b\xba\x90\x8a\x6b\x18\x6a\x86\x51\x6d\x35\xa7\xbd\x2c\ \x4d\xa2\x94\xc1\xd5\xcd\xab\x9e\xeb\x34\xdb\x4b\xae\xe3\xf6\x7b\ \xe7\x86\x6d\x01\x8c\x89\x61\x97\x4c\x7e\xf4\xf0\x09\x20\x5e\x9c\ \xe6\xeb\xeb\x9b\x4f\x9e\x3c\x59\x5b\x5d\xbe\x7a\xe5\xca\x7c\x3a\ \x01\x00\x5c\xf4\x2e\x76\xae\x5e\x69\xb5\x9b\x77\xef\xde\xcd\x69\ \xfe\x67\xff\xf3\x9f\xfd\xe1\x7f\xf9\x07\xed\x4e\xc7\xf1\x9c\x20\ \xf0\x19\xe7\x42\xc8\xaf\xfd\xd5\xd7\xe3\x24\xfe\x83\x3f\xf8\xaf\ \x34\x8d\x28\x21\x35\xac\x25\x51\x8a\x10\x22\x1a\x29\x19\x43\x18\ \x95\x59\xc9\x19\xd3\x74\xdd\xb1\xed\x24\x4d\x92\x24\x99\x4d\xa7\ \xe3\xe9\x54\x43\xa0\x59\x75\x25\xf8\x99\xef\x7c\xa9\x94\xef\x79\ \xd5\xc0\x97\x4a\x2a\xc9\xa5\xb8\xb4\xa9\x2b\x05\x10\x86\x90\x10\ \x94\x67\x09\x63\xdc\x71\x3d\xc1\xcb\x34\x2b\x7a\xfd\x81\x54\xaa\ \xd6\x6c\xae\x6d\xae\xd9\x4e\x65\x1a\x86\xd3\xf9\x30\x4b\x66\x45\ \x91\x39\x9e\x87\x88\x46\x69\x39\xe8\x75\xc7\xfd\x8b\xde\xd9\xe9\ \xad\x5b\x2f\x27\x49\x06\x15\x98\x4e\xc7\xef\x7f\xf8\xa3\x4f\xbe\ \xfd\x86\x61\xba\x59\x5c\xd4\xab\x4b\x1f\x7e\xf4\xd1\x2f\x7d\xe1\ \x97\xb8\xe4\x3a\x42\xae\x6d\x71\x09\x73\x1a\x8e\x86\x83\xc9\x64\ \x6c\x18\x86\x10\x7c\x30\x18\x14\x45\xb1\xb1\xb1\x69\xd8\x2b\x6e\ \x25\x38\x3d\x7a\xda\xac\x06\xa0\x48\x1c\xc7\x49\xe3\x44\x48\xd8\ \x1b\x0c\xcf\x4e\x4f\xc2\xe9\x1c\x48\xc1\x25\x47\x18\x71\xc1\xa5\ \x54\x00\x42\x84\x35\xa2\x3b\x86\xe1\x48\xae\x30\x02\x79\x92\x4c\ \x27\xc3\xe1\x70\x10\x54\x3c\xc7\xb6\x66\xb3\x19\x97\xbc\x2c\x4b\ \x42\x48\x38\x9f\x42\x21\xd2\x34\xad\xd5\x6a\x45\xb2\x60\x45\x4a\ \xb3\xbc\xe2\x7a\xe7\x0a\x52\x5a\x22\xcb\xf2\x1d\x2f\xcd\x12\x53\ \xd7\x85\x90\x18\x43\x56\x14\x8a\x0b\xa8\xc4\x62\x3a\xb6\x2c\xeb\ \x52\x16\xfb\xb3\x54\x8b\x10\x1a\x44\x1e\x7e\xf4\x1d\x7c\xe5\x17\ \x3e\x71\x6d\x59\xfc\x9d\x50\x25\x05\xff\x79\xfa\x5c\x10\x42\xc6\ \x45\x9e\x17\x8d\x66\xcb\xaf\x04\xb4\x64\x10\x23\x05\x40\x9e\x17\ \xb3\xd9\x6c\x36\x1e\x97\x65\x09\x88\xea\xf7\xfb\x69\x46\x6b\xcd\ \xd6\xea\xea\xba\x6e\x98\x17\xdd\x8b\x38\x9c\xd7\x82\x8a\x92\xaa\ \xe2\x07\x9a\xae\xf5\xfa\x83\x70\xb1\xc8\x4a\x31\x18\x0c\xa6\x93\ \xc9\x64\x3c\x01\x82\x2a\x00\xaa\xb5\x1a\x46\xc0\xd4\x70\xa7\xb9\ \x3c\x18\x0c\xe7\xd3\xd1\xe6\xd6\x66\x1a\x2f\x84\x10\xac\x2c\xd2\ \x18\xba\x8e\x39\x0d\x43\xdd\x30\x2a\x95\x00\x21\x95\x65\xc9\xe9\ \xd9\xe9\xc5\xe9\xc9\xf6\xfa\xea\xb5\xdd\x6d\xd3\x30\x04\x17\x5e\ \xd5\x5f\x2c\x42\xdb\xad\x05\x41\x45\x4a\xa8\xa4\x9a\x4c\xc6\xed\ \x76\x0b\x81\x4b\x6d\x39\x74\x3d\x57\xd7\xb5\x45\x9c\x89\xb4\x80\ \x84\xb4\x3b\xad\x6a\x10\x7c\x78\xf7\xc3\xe9\x64\x5c\x94\x8c\x09\ \x79\x7c\x74\x28\x04\xf7\x1c\x1b\x43\xf4\xf5\xbf\xfa\xda\xaf\xfe\ \xf3\x2f\xec\x5e\xdd\x65\x25\x1b\x0d\x86\xf3\x79\xf8\x83\x1f\x7c\ \xff\xea\xd5\xab\xad\x46\x4b\x08\x6e\x99\x66\x56\x14\x69\x9a\x4a\ \x05\x74\x5d\x37\x0c\x83\x09\x8e\x10\xc2\x88\x00\x25\x58\x91\xcf\ \xb3\x4c\x09\x9e\x44\x8b\x28\x8a\x84\x10\x08\xc1\x67\xcb\xb9\x20\ \x84\x49\x92\x2a\x21\x37\x36\x36\x20\x84\xb4\xc8\x0c\xc3\x28\xf2\ \xfc\xf4\xec\xec\xe8\xe8\x70\x34\x18\x2c\xa2\x38\x0c\xc3\x0f\x3e\ \x78\x3f\x2d\xca\xb5\xcd\xed\x9d\xab\x57\xb3\x2c\x7b\xf2\xe4\x89\ \x61\x18\x79\x51\x34\xea\x75\xc3\x30\xc6\xe3\xf1\xe1\xe1\x51\xd0\ \x58\xda\x7f\xba\xf7\xf8\xd1\xc3\xc3\x83\xfd\xd3\xa3\x03\x0d\x08\ \xc7\xb1\x2d\xd3\x4e\x16\xd1\xf5\xe7\x9e\x4b\x93\xf4\xe1\xc3\x07\ \x9e\x65\xd3\x2c\xd3\x31\x11\x25\xbb\x18\x8e\x36\x37\xb7\x24\x14\ \x39\x2f\x0c\x5d\x00\x01\xc2\x82\x8d\x86\x83\xc3\xc3\xa7\x10\xa9\ \xd7\x6e\xdf\x72\x1c\x9b\x16\x85\xa9\x1b\xac\xa4\xb3\x79\x5a\xa9\ \x04\x4a\x8a\x7a\xb5\xfa\x74\x3c\xac\x54\x2a\xf5\x5a\xfd\xd2\x9a\ \x6b\x9a\x26\xc6\x38\xcf\xf3\x93\x93\x93\x5e\x6f\x60\x18\x66\xa5\ \x12\x3c\x7a\xfc\xe8\xc7\xef\x7f\xb0\xb9\xb5\x41\x55\xd9\xed\x9e\ \x13\x42\x7c\xd7\xdb\xdd\xbe\xf2\xe5\xbf\xf8\xd2\xef\xff\xde\xef\ \xdd\x7c\xfe\x79\x4b\xd3\xc7\xa3\x71\xb3\xd1\xfe\xf6\xb7\xfe\xba\ \x7f\x71\xf1\xce\x3b\xef\xf0\xb2\xd4\x30\x96\x8c\x97\x8c\xe5\x59\ \xa6\xeb\x7a\x49\x0b\x88\x71\x49\x05\x42\xc8\xb1\x1d\x21\xc4\xa0\ \x3f\x00\x00\xa4\x69\x7a\x7e\x76\x5e\x14\xb4\x51\xaf\x3c\x5b\xa6\ \x7b\x09\x73\xc8\xb2\x34\x8a\xa2\xa0\x52\xd1\x94\x2e\x84\x44\x48\ \x26\x59\x16\xc7\xb1\x6d\xdb\xba\xae\x23\x80\x8b\x22\x43\x0a\x07\ \x95\xa0\x77\x71\x71\xfb\xd5\x57\xdb\x2b\x2b\x8e\xed\x18\x96\x65\ \x15\x54\xd3\x8c\xed\x2b\x3b\xef\xbf\xf7\x9e\xa1\x19\x95\x4a\xa5\ \xd7\xeb\x53\x4a\xef\xdf\xbf\x6f\x59\x66\xa5\x12\x64\x59\x6a\x18\ \x7a\xc5\xaf\x94\x05\x7d\xf9\xa5\x17\x8f\x4e\xba\x9c\x51\x42\xc8\ \xcd\x17\x9e\x5f\xee\x2c\x49\xc0\xe3\x45\x88\x21\xa8\xd5\x02\xc6\ \xe8\x64\x32\x91\x52\x7a\x9e\x57\x14\xc5\x78\x34\xac\x56\xab\xa6\ \xa1\xb9\xae\x5d\x0d\xb6\x0d\xc0\x7f\x7c\xf7\x83\xe9\xa0\x57\xad\ \x54\xc2\xe9\x04\x23\x58\xd2\x72\x3a\x19\x65\x49\xaa\x94\xaa\x57\ \x6b\xe3\xf1\x68\xff\x60\x5f\x29\x40\x08\x21\x10\xd9\xb6\x1d\x54\ \x7c\xc3\x34\x9a\x8d\x6a\x16\xcf\xa4\x14\x42\x88\xe9\x74\xda\x6e\ \x35\x57\x96\x97\xe3\x38\x3a\x3f\x3d\x13\x9c\x6b\x04\x43\x84\xa6\ \xd3\xa9\xe7\x79\x10\xa1\x28\x8a\x00\x00\xf5\x7a\x9d\x10\x92\xa6\ \xa9\x6d\xdb\x9e\xe7\x41\x04\x30\xc6\x49\x92\x40\x88\x34\x4d\xbf\ \x94\x2e\xce\x67\x33\x50\xab\x19\x86\xf1\xb3\xaa\x22\x20\x01\xf4\ \xe8\xd1\xfd\xca\xd2\x67\x74\xdd\x54\xe4\x6f\x23\x97\xa2\xb9\x90\ \x3f\xdf\x06\x0d\x21\x84\x69\x1a\xba\xae\x17\x79\xae\x99\x96\x90\ \xe2\xb2\x21\xbd\xb2\xb2\x62\x6a\xb8\x27\xf9\x70\x32\xe0\x9c\x77\ \x3a\x9d\x8d\xed\x2b\x44\x33\xe2\x34\xab\x04\x15\x03\x23\xdb\xb6\ \x94\x52\x9e\xe7\x23\x82\xc7\xe3\xc9\xc5\xc5\x45\xa3\xbd\xbc\xb5\ \xb9\xa1\x6b\x04\x43\x15\x4e\x06\x47\x93\x61\xad\x5e\x6f\x34\x6a\ \x0a\x23\xc1\xa8\x60\x85\x67\x5b\x9d\x66\x83\x31\x7e\x7e\x7a\x2c\ \x25\xdf\xdc\xdc\xae\x56\x3c\xdd\xd0\xe3\x34\x23\x18\x03\x20\xe6\ \xf3\x29\x02\xa0\x59\xaf\x2b\xc1\xcf\xcf\x4e\xce\x8e\x8f\x16\xf3\ \x99\xef\xe8\xb3\x79\xb2\xb1\x6b\x1f\x1e\x1e\xa4\x69\x7e\x71\x71\ \x7e\x72\x72\x42\x00\xa3\x45\xa1\x80\xc0\xc4\x68\x36\xeb\x18\xe3\ \xab\xcf\x5d\xed\x2c\xad\x24\x79\x31\x18\xf4\x35\x9d\xb4\x5a\x0d\ \xd7\x32\x9b\xad\x06\xa3\x45\xe0\xfb\x10\x28\xcb\xd4\x5f\x7c\xe1\ \xc6\x07\xef\xff\xe8\x97\xfe\xd9\x3b\x57\xaf\xec\xbc\xfb\xee\x0f\ \x7b\xe7\xe7\xc7\xc7\x27\x8d\x7a\xf5\x97\x7e\xf1\x9d\x1f\xdf\xbb\ \x3f\x1d\x8f\x21\xc6\xf3\x79\x58\x94\x34\x08\x6a\x96\x69\x20\x04\ \x0d\xac\x39\xb6\x95\xe7\x45\x12\x47\x0a\x00\xdb\xd4\x19\x43\xb6\ \x6d\x0b\xce\x4c\xd3\xd0\x88\xf6\x6c\x06\x3a\x29\x65\x92\x24\xad\ \x46\x83\x73\x2e\xa5\xd2\x75\x9d\x31\xa6\x1b\x5a\xbb\xdd\x1e\x8d\ \x46\x92\xf3\x73\xd3\x18\x8d\x46\xcd\x76\xa7\xb5\xb4\xf2\xdc\x8d\ \xe7\x17\x51\x02\x21\xb4\x6d\x3b\x4b\xd3\xa5\x76\x9b\x97\x79\xb3\ \xd9\xec\xf7\xca\xef\x7d\xef\xbb\xaf\x7d\xe2\x2d\xdf\xf3\x6e\xbe\ \xf0\xc2\xa0\x77\x71\xfb\xd6\x4b\x0f\x3f\xfa\x50\x08\x75\x65\xfb\ \x8a\x8e\x21\xe0\xcc\xd4\x70\x59\xe4\x1b\xeb\x1b\xcb\xed\xd6\xbd\ \x7b\xf7\xe3\x38\x0e\x82\xc0\x77\x6c\x06\x44\x1e\x86\x1a\xc6\xb6\ \xe7\x65\x69\x9a\x65\x89\xe7\xb9\xc3\x7e\xef\xe0\xe0\x40\x88\xf2\ \xec\xe4\xb4\xe6\x6a\xfd\xe1\x60\x91\x94\xa6\x4e\x8e\x8e\xce\xce\ \xcf\xcf\xbe\xff\xbd\xef\x56\x3c\x73\x34\x18\x02\x25\x68\x91\x37\ \x9a\xc1\xca\xf2\x0a\xe7\xfc\x97\x7f\xf9\x97\x75\xdd\x8c\xa2\x98\ \xb3\xb2\xdd\x6a\x75\x96\x3a\xcb\x2b\x2b\x41\x10\x28\x00\x10\x42\ \x71\x1c\xef\xec\xee\xfe\xe0\x87\x3f\xfc\xe6\xb7\xfe\xfa\xce\x9d\ \x3b\x9a\xae\x7f\xf7\xbb\xdf\xd5\x75\xeb\x6b\x5f\xff\xab\x3f\xfc\ \xc3\xff\xda\x75\xdd\x0f\xef\xbe\xff\xc6\x1b\x6f\xcc\xc3\x59\xbf\ \xdf\x73\x5d\x2f\x08\x2a\xf5\x7a\x03\x11\x7c\x49\xc7\xa1\xb4\x4c\ \x92\x44\xd7\x35\x00\x54\x92\x08\xbf\xe2\x05\x41\xc5\x32\x9e\x95\ \xcf\x01\x00\x84\x30\xcf\x8b\x45\x18\x12\x8c\x39\x97\x98\x10\x21\ \x34\x84\x10\x21\x64\x3a\x9d\x06\x41\xa0\x6b\x7a\x1a\x47\x4a\x49\ \xdb\xb6\xb3\x5c\xb9\xae\x6b\x68\x1a\x04\xa0\xa4\x14\x48\xd9\x6e\ \xb5\x37\x5a\x8d\xf3\xd3\xae\xa6\x69\xa3\xfa\x74\x30\x18\xcd\x26\ \xa3\x87\xf7\xd9\x17\xbf\xf8\x45\x25\x79\x9e\xc6\xf5\x7a\xcd\x75\ \xbd\x9b\x37\x6f\x9a\xb6\xa9\x69\x5a\x59\x96\x59\x1a\x37\xdb\x2d\ \x08\x24\x67\x9c\x73\xae\x84\xa0\x05\x35\x35\x1d\x29\x90\xe7\xb9\ \x12\x52\x08\x51\x71\x3d\xc9\x78\x12\x45\x08\xaa\x3c\x4b\xe2\xc5\ \x6c\x36\x1e\x48\xc9\x1c\xc7\xa2\x45\x5e\xe4\x99\x1f\x04\x80\x51\ \xc9\x4a\xcb\x32\xf6\xf7\x9f\x24\x05\x1d\x8d\x86\x96\xad\x63\x04\ \x30\x02\x1a\xc1\x40\x09\x8d\x60\x4a\x8b\x2c\xcb\x28\xa5\xbc\x2c\ \x4a\xc6\x86\x83\x61\xab\xd9\x28\x8b\x12\x22\x20\xa5\x48\xd3\x0c\ \x01\x89\x10\x98\xcd\x26\xf3\xf9\xd4\x75\xdd\x76\xbb\xcd\x79\xa9\ \x69\x98\x10\x64\x59\xa6\x94\xc2\x71\x9c\x3c\xcf\xcb\xb2\x6c\x36\ \x9b\x08\x21\x84\x90\x10\x22\x8a\x63\xcb\xb6\x0d\x43\xff\xa9\x07\ \x06\xf9\x0f\x88\x28\xc4\x32\x8a\x6f\xfc\xdb\xff\xe9\xfc\x07\xde\ \xdf\xb4\xe4\x25\x13\xce\x67\x7f\xe3\xd7\x5f\x5c\x7b\x76\x55\x84\ \x54\x4a\xd3\x34\xcf\xf3\x2d\xcb\x46\x08\x09\xc1\x11\xc6\x10\x00\ \x4d\xd3\x2c\xcb\x32\x74\xc3\xb2\x2c\x04\x61\x9e\xe7\x15\x29\x59\ \xc9\x74\xc3\x0a\x2a\x81\xd5\x36\x81\xe0\xd3\xf1\xe8\xf4\xf4\xa4\ \xb3\xd4\x59\x5b\xdb\x38\x3a\x39\xdd\x7f\xba\x5f\x6b\xb6\xab\x15\ \xff\xe9\x93\xbd\x97\x6e\xbe\xf0\xe0\xa3\xf2\x08\xe1\x46\xb3\xb5\ \xbb\xbb\x53\x50\x70\xf7\xee\xdd\xd3\xd3\x13\x4c\xc8\x8f\x3f\x78\ \x5f\x08\x4e\x34\xcd\xb1\x1d\xa8\x84\x2c\x69\xb3\x51\x9b\x4e\x27\ \xa7\xd3\x29\x63\x2c\x8a\xa3\xad\x8d\x8d\x32\x4b\x26\xc3\xde\xca\ \xd2\xd2\xc1\xde\x23\xdb\x36\x18\x67\x59\x96\x9b\x86\x76\x74\xb8\ \xef\x7a\x55\x04\xa1\x92\x8c\xf1\x1c\x40\x79\xf9\xdd\x56\x56\x57\ \x9f\xbf\xf1\xbc\xe9\x7a\xe1\x22\x99\x4c\x46\xcb\xcb\xcb\x82\xb1\ \x9d\x9d\x9d\x24\x5a\xc4\x49\x6a\xda\x68\x11\xce\xda\xed\xd6\xd6\ \xd6\x75\x4e\x8b\x47\x8f\x1e\xec\x3d\x7a\x64\x59\x46\x9e\x67\x04\ \xa3\xc5\x22\x7c\xf5\x95\xdb\x2b\x2b\x4b\x3f\x7a\xf7\xdd\x5e\xef\ \x9c\x10\x3d\x4e\x12\xdf\xf7\x35\x8c\x05\x67\xc8\x34\xb0\xa6\x51\ \x4a\x93\x24\x2a\x69\xa1\x11\xcc\x85\x62\x8c\x22\x04\x74\x5d\x63\ \x3f\xf9\x23\x9e\xe9\x11\x52\xc0\x71\x9c\xa0\x1a\x48\x29\x2f\x87\ \x24\x96\x65\x5d\x8e\x2c\x77\x77\x77\xf3\x2c\xd3\x88\x36\x9f\xcf\ \xe7\xf3\xf9\xda\xd6\x15\xce\x79\xb5\x5a\xb5\x1d\x7b\x69\x69\xa9\ \xa4\x74\xef\xe3\x8f\x19\xcd\x5f\xb8\xf9\xd2\xd9\xf9\xf9\xfe\xd3\ \xfd\xe9\x78\xba\xdc\xe9\xc4\x71\x5c\xab\x06\x6f\xbc\x76\xfb\xbd\ \x1f\x7c\xb7\x51\x0d\x76\x76\x76\x5a\x2b\xdb\x7b\x7b\x4f\x8e\x8e\ \x0e\xe3\x70\x71\x48\x9f\x5e\x9c\x9f\x97\x94\x1a\xa6\x59\x24\x69\ \x12\x45\xeb\xbb\xdb\x4c\xf0\xc9\x68\xd2\x2f\x07\x59\x96\x29\xa5\ \x6e\x3e\xff\x02\x2f\xf3\xcd\xcd\x75\xc6\xa8\x14\x1c\x63\xf3\xa2\ \xdb\x75\x2b\xed\xf1\x78\x9c\x16\x1c\x42\x18\x85\xa1\x49\x82\xc9\ \x74\x62\x99\x86\x90\xb0\xd1\x68\x34\x1b\x8d\x1b\x37\x5f\x82\x88\ \x4c\xa7\x21\x21\xa4\x5e\xaf\xd2\x34\x79\xe7\x9d\x77\x26\xd3\xc9\ \x22\x0c\x11\x21\x8e\x6d\xbf\xfd\xf6\xdb\xdb\x5b\x5b\x8f\x1f\x3d\ \xfa\xca\x57\xbe\xf2\x7b\xbf\xfb\xbb\xa6\x61\x20\x08\xc7\xa3\xe1\ \xfa\xda\xda\xaf\x7c\xf1\x57\xbe\xfc\xe5\x2f\x85\xe1\xe2\xa2\xdb\ \xbd\xb8\xb8\xd0\x75\xbd\xd5\x6c\x11\x4c\xca\x92\x3a\xba\x0b\x21\ \x8c\xe3\x38\x8a\x22\x5d\xd3\x0c\x43\x8f\x93\xc4\x34\x8c\x4b\x36\ \x58\xad\x5a\x95\xcf\xc6\x01\x56\x8a\x10\xa2\x94\x8c\xa2\xa8\x2c\ \x4b\x00\x90\x6e\x18\x9e\xe7\xd5\x1a\x2d\xd7\x75\x11\x42\x8e\xe3\ \x40\x85\x96\x57\x96\x11\x54\xa3\xd1\xc0\x30\x8c\x7a\xbd\x9e\xe7\ \x39\xc4\xd8\xb1\xdc\x42\x2b\x31\x04\x71\x9a\x39\xae\xb3\xb3\xb3\ \xdb\x1f\x0e\x21\x42\xd3\xc9\xa4\xd1\x68\xdc\x7a\xf9\xd6\x77\xbf\ \xf3\x9d\x92\x52\xc7\x75\x39\x17\x9d\xa5\x25\x25\x15\x84\xf0\xf4\ \xf8\x44\x28\xd9\x68\x36\x92\x38\x7a\x7a\xf0\x64\x7d\x75\x05\x41\ \x70\x7a\x72\xe4\xba\xee\x0b\x2f\x5c\x37\x0c\x33\x8e\xe3\xc3\xc3\ \x83\xc3\xc3\xa3\xb2\xa4\xf5\x5a\xf5\x74\x32\x10\x9c\x26\x71\x94\ \x44\x8b\xe7\xae\xee\x48\xce\x4d\x9d\xcc\xc3\xb9\x6d\xe8\x87\x4f\ \x1f\x65\x39\xf5\x3c\xd7\xf7\xfd\x95\x8d\xea\xdd\x1f\xbf\x7f\x09\ \x9e\x52\x52\x4a\x25\xd3\x24\xf1\x1c\x77\x3a\x1b\xcd\xc6\xa3\x8a\ \xef\x26\x91\x65\xd9\x16\x2d\x8a\xc1\x70\xa8\x84\xf0\x6c\xa7\x2c\ \x69\x92\x44\x04\xa1\xb2\x2c\x2f\xff\xf1\x38\x8e\x31\xc6\x9c\x73\ \x42\x08\x84\xf0\x92\x95\xe4\xba\x0e\x63\x4c\xd7\x75\xdf\xf7\x29\ \xa5\x71\x1c\x73\xce\x2f\x3f\x42\x08\xf9\x59\x67\x8b\x97\x17\x1d\ \xf9\x41\xbd\xdd\xae\xfe\x4d\xb5\x28\xb9\xb2\x2c\x1d\xff\x5c\xa2\ \x08\xa5\x4c\xd3\xf4\x3c\xcf\x34\x4d\x84\xf5\xe9\x3c\x84\x08\x7a\ \x8e\x8d\x20\x10\x42\x10\x82\x3b\xed\x4e\x9c\x2e\xa2\x28\xa2\xe5\ \xa9\x00\x70\x79\x79\xd5\xb0\x1d\x82\x71\x23\xa8\xf4\x7b\x17\x83\ \xfe\x60\x67\xf3\x4e\xb3\xdd\x7e\xf0\xf1\xe3\x83\x83\x83\x17\x5e\ \x7a\x59\x2a\x10\x47\x8b\x76\xab\xf5\xfd\x38\x42\x08\x35\x9a\x2d\ \x9d\x68\xc3\x41\xff\xf4\xf8\x60\x30\x1c\x54\xfc\x4a\x41\x48\x59\ \x96\x18\xe3\x21\xe7\xa6\x81\x97\xda\xcd\x52\x70\xdf\x75\x5c\xd7\ \x91\x12\xb4\x79\x03\x01\x40\x6c\x6b\x3e\x9b\x8e\x7d\xbb\x77\xd1\ \x8d\x16\x73\xdf\xb3\x68\x49\x35\x82\x30\x04\xf3\xd9\x94\xf3\x12\ \x28\x89\x20\xe4\x9c\x41\x20\x95\x22\x41\x10\x10\x0d\xdf\xbd\xfb\ \x01\xd1\xcc\xa5\xd5\xb5\xd1\x78\x44\xb3\xac\x5e\xab\x4e\x27\x13\ \xdd\x30\x8a\x2c\x03\x40\x29\xc1\xfb\x17\x17\x86\xa1\xad\x2e\x2f\ \x7d\xfb\xdb\xdf\x5c\x5d\x59\x69\xd4\xaa\x00\xa8\x34\x89\x6b\x41\ \x90\xa7\x69\xbd\x1e\xcc\x27\x13\x00\x21\xd1\x0d\x5e\x96\xf1\x62\ \x66\xbb\xae\x61\xea\x5c\x88\x82\x16\x4a\xca\xcb\x93\x4d\x23\x26\ \x2b\x0b\x04\x00\x67\x2c\xcb\x72\xa9\xe4\x33\x57\x8b\x2b\x2b\xcb\ \xbe\xe7\x11\x8c\x8b\xa2\x58\x84\x89\xae\xeb\x9e\xe7\x66\x49\xb2\ \x88\xa2\x4e\xa7\xfd\xfc\x0b\xcf\xff\xf8\xc3\x0f\x9f\x3e\x7d\x2a\ \x21\xb9\xf5\xda\x1d\xc3\x28\x6c\xc7\xbe\x3c\x03\x1f\x3e\x7c\xb8\ \xb1\xba\xf2\xe9\x5f\xf8\x85\xff\xe3\xdf\xfd\x9f\xa7\x67\x67\x3f\ \xf8\xe1\xf7\xef\xbc\xfe\x89\x27\x7b\x8f\xb6\x36\xd7\xb3\x34\x95\ \x4a\xd5\xea\x8d\x5a\xad\x66\x6a\x5a\x38\x9b\x7d\xf0\xde\x7b\x52\ \xc8\xe5\x95\x95\x83\xd1\xfe\x25\xb6\xa1\x56\xab\xe5\x59\x3a\xea\ \xf7\x21\x00\xae\x63\x33\x8d\xdb\x96\xa9\x84\xaa\x06\x3e\xc6\xb8\ \x77\x71\x31\x9f\x4f\xc7\x93\x91\xa7\x83\x2c\x89\x1b\xed\xd5\xb2\ \xa4\xc9\x70\xa0\x9b\x96\xed\x58\x00\x48\x5e\x16\x45\x51\x70\xa1\ \x74\xc3\x78\xe1\xc5\x9b\x93\xc9\xec\xd1\xde\xd3\x9b\x37\x5f\xe2\ \x5c\x1c\x1e\x1c\xd6\x2a\x7e\x91\x65\x49\x1c\x57\x1a\x41\x51\x14\ \x86\xae\x4f\xc7\xe3\x24\x49\x5e\x7f\xfd\xf5\x3f\xfe\xe3\x3f\xfe\ \xdc\x67\x3f\x5b\xa9\x54\x6c\xc7\xee\xf7\x7a\xad\x66\x93\x16\x45\ \xbb\xd5\xee\x5f\xf4\x9e\x3e\x79\x52\x96\xac\x56\xab\x4d\xc6\xe3\ \x66\xb3\x61\x99\xa6\x14\x22\x4d\x53\x21\xb8\x69\x18\x52\x4a\x21\ \x84\xae\x69\xac\xa4\x08\xc2\x38\x8e\x01\x10\x9b\xeb\xcb\xcf\xb0\ \xdd\x5d\x29\x65\xd9\x56\xa3\xd1\x94\x4a\x42\x08\x31\xd1\x08\xd1\ \x1c\xc7\xb9\x04\x25\xd6\x6a\x35\x42\x48\x5e\x50\xdd\x30\x02\xcf\ \xed\x74\x3a\x47\x87\xfb\x08\x21\xd7\x73\x0d\xcb\x0e\x67\xf3\x92\ \x0b\x47\x27\xd3\xf9\x3c\x2f\x4b\xc3\xb6\xb6\xaf\x6c\x7f\xef\x7b\ \xdf\xcd\xd2\x74\x63\x63\x63\x79\x79\x69\x3a\x19\x23\x08\x5c\xc7\ \xb5\x6c\x27\x89\x93\xe1\x70\x84\x11\x5c\xea\x74\x1e\x3f\xd9\x9b\ \x4f\x27\x79\x9e\xd4\x7c\x8f\x15\x59\x5e\x94\x41\xc5\x53\x40\x69\ \x04\x3b\xb6\x01\x81\xb0\x2d\xb3\xd3\x6a\xd4\x1b\x8d\x38\x9a\xf7\ \xce\x4f\x6d\x93\x28\xa5\x0c\x5d\x2f\x29\x45\x10\xac\xaf\xaf\xa5\ \x49\x44\x69\x42\x73\x40\x4b\xae\x6b\xd6\x74\x32\xd9\xde\xdd\xd1\ \x35\x0d\x08\x09\x00\xe2\x4c\x60\x08\x75\x4d\x83\x08\x00\x25\x8f\ \x0e\x0f\x20\x44\xba\xa6\x09\xc1\x95\x10\xa6\x69\x30\xaa\xfa\xbd\ \x5e\x1c\x2f\x74\x5d\x2b\x38\x17\x82\xa7\x69\x82\x31\xb6\x6d\x67\ \x34\x1a\x01\xa0\x20\x84\x8c\x95\x59\x9a\x95\x94\x16\xe4\x92\x16\ \x57\x1c\x1c\x1c\xfc\x6d\x57\x4b\x08\x31\x9f\xcf\x05\xe7\x3f\x35\ \xd8\xfc\x07\x91\x4b\xf1\x82\x1b\xaf\x7c\xe6\x57\xfe\xe3\xb7\xd6\ \x4b\xca\xfe\xfd\xbb\x8c\x09\xf1\xf3\x98\x16\x01\x84\xd0\x34\x4d\ \x29\xa5\x54\x9c\x60\x1c\xa7\x89\x86\x91\xae\x11\x21\x44\x41\x4b\ \x59\x96\x8c\xf3\xed\xed\x6d\xc3\x74\xce\x7b\x7d\xa1\x60\xbd\xde\ \xd0\x30\xc1\x8d\x7a\x9a\x66\x86\x61\x38\x9e\xb7\xba\xba\xee\x7a\ \xde\xa5\xec\x6d\x11\xc5\x04\x23\x5d\x27\x71\x1c\x13\x4d\xd3\x0d\ \xe3\xdd\x77\x7f\x78\x7a\x72\xb6\xbe\xb6\x02\x81\x24\x84\x78\x9e\ \x1f\xc7\xb1\xef\x7b\x67\x67\x67\xc3\xfe\xc5\x69\x10\xdc\x7c\xf9\ \xb5\xa5\x76\x15\x20\x6c\x18\xa6\x6d\x5b\x0f\xef\xdf\x3f\xbd\x38\ \x2f\x8b\x3c\xcf\x52\x43\xc3\xa6\x69\x48\x4e\xe3\xc5\xec\xfc\xf4\ \x8c\x18\xee\x60\x34\x19\x8f\x86\x18\x30\x28\x0a\x29\x4a\x82\x11\ \xd6\x60\x9a\x46\xc7\x27\xc7\xfd\x7e\x3f\xa8\xd5\xb5\xe9\x78\xb1\ \x58\x10\x08\xca\xb2\x58\x5a\xe9\x94\xb4\xec\x9e\x77\x01\x04\x96\ \xa5\x7b\x9e\x87\x11\xd8\xb9\xb2\xfd\xed\xbf\xfe\x56\xbd\x1a\x30\ \x56\x48\x4e\x59\x91\x1b\x84\x08\x56\x76\xda\xad\xef\x1f\xfc\xb0\ \x12\x04\x4b\x41\x05\x2a\x99\xa5\x71\x49\x8b\x24\x49\x88\x6e\x68\ \x9a\x66\x1a\xba\x66\x38\x40\x29\x00\x24\xc6\xd8\xb2\xac\xb2\x28\ \x66\xd3\xa9\x12\xf2\xd9\xac\xbf\x10\x02\xd3\x34\xff\x36\x5d\x4b\ \x92\x14\xe3\x5c\xd7\xb4\xa2\x28\x94\x52\x8c\xb1\x24\x49\x76\x77\ \x77\x5a\x9d\xa5\x69\x18\x7d\xe3\x1b\xdf\xb8\xf9\xe2\x4b\xad\x56\ \xeb\xfa\xf5\x6b\x93\xf1\x18\x21\x44\x74\xd2\x68\xb5\x36\xb7\xb7\ \x1f\x3d\x7a\x3c\x18\xf4\x83\x8a\x3f\x1a\xf4\x5f\xba\xf9\xc2\xfd\ \x8f\x7e\x1c\x27\x49\xab\xdd\x9e\x4c\xe7\x5f\xfd\xfa\xb7\xe3\x38\ \xd9\xdd\xdd\x7d\xf4\xe8\x51\xab\xd5\x04\x40\x79\x9e\x37\x1c\x0e\ \x1f\x3d\xfa\xb8\xde\xa8\xef\x82\x6b\xeb\x5b\x9b\x9e\xe3\xea\xba\ \xe9\x3b\x76\xbf\x3f\xba\x77\xef\xde\x7c\x36\xa3\xa9\x56\xb2\xc2\ \xb6\xad\xb2\xa4\x59\x9a\x9e\x9f\x9e\x2f\xc2\xb0\x3f\x9c\xa4\x19\ \x3d\x78\xba\xff\xd2\xcd\x6b\x52\x0a\xc1\x39\x00\x24\x5e\x2c\x92\ \x24\xf9\xc6\x37\xbf\xa1\xe9\xe6\xe3\xc7\x8f\x7d\xbf\x32\x19\x8f\ \xcb\x3c\x5b\xee\xb4\xd7\xd7\xd7\xcf\x07\xdd\xc9\x74\x5a\x14\x45\ \xad\x56\xcb\xb2\x6c\x6b\x6b\xab\x5a\xad\xbe\xfb\xee\xbb\xbe\xef\ \x63\x84\xe7\xe1\x7c\x69\xa9\x13\xc7\xd1\xca\xca\xf2\xa3\x47\x1f\ \x7f\xf0\xc1\x07\x6f\xbd\xf5\x96\xeb\x3a\x65\x49\x07\x83\x41\x18\ \x86\xb6\x63\x6b\xba\x7e\x69\xb4\xb2\x2c\x53\xd7\xf5\x38\x8e\x35\ \x4d\xf3\x3c\x77\x11\x2d\xa4\x10\xf0\x59\x0f\x8c\x92\x96\x86\x61\ \x20\x8c\xa4\x94\xa6\x65\x23\x44\x5c\xd7\xd3\x4d\x4b\xd7\xf5\xcb\ \xd4\x83\x4b\x05\x20\x64\x82\x77\x96\x96\x1e\x3d\x7c\xd0\xeb\xf5\ \x0c\xd3\xb4\x5c\x07\x63\x0b\x08\x19\x86\x8b\xc5\x6c\x82\x35\xdd\ \xb4\xec\x95\xd5\x55\xd7\x75\xa3\xc5\x1c\x2a\x05\x94\x98\x4c\x46\ \x40\xca\xc5\x62\x61\x59\x56\xad\x56\x1b\x8d\xa7\xae\xe3\x21\x04\ \x1c\xdb\xdc\x58\x5d\x69\x75\x5a\x9e\xef\xcc\x27\xd3\x3c\x4b\x93\ \x78\x31\x9b\xcf\x8b\x3c\xdb\xdc\xdc\xaa\x54\x2a\x4a\x8a\xd5\xd5\ \x95\x17\x5e\xb8\xf9\xf4\xc9\xe3\xd3\xc3\x27\xd3\x38\x37\x2d\x43\ \xd3\xb4\x83\x83\xc3\xd5\x95\xe5\xce\xd2\xf2\x83\xfb\xf7\x58\x91\ \x57\x03\x9f\x73\x20\x95\xca\xd2\x78\x3e\x9d\x71\xca\x08\x46\x92\ \x33\xc9\xb9\x6d\x5b\x1b\x1b\x1b\xe1\x6c\x36\x9f\x4e\x09\x21\x59\ \x96\x67\x59\xea\xbb\x2e\x04\x8a\xe6\xb9\xef\x3a\x44\x83\xba\xa1\ \x23\x84\x80\x92\xba\xae\x41\x08\x1d\xc7\x59\x5d\x5d\x5d\x2c\x16\ \x93\xc9\x84\x10\xa4\x69\x44\x2a\x8e\x10\xa4\x94\x1a\x86\x61\x59\ \x16\xa5\xf4\x92\x0a\x79\x99\xde\x72\xce\x7d\xcf\xfb\x59\x1d\xd7\ \x8a\x03\xe3\xb9\x97\xdf\xd0\xaa\x5a\x9e\xe5\x3f\xe7\x30\xf1\xef\ \x27\x72\x08\x21\x08\x95\x94\x10\x03\xcb\xb2\x10\xc6\x25\xcd\x39\ \x2b\x8b\xa2\x40\x08\x12\x5d\x37\x74\xbd\x5e\xaf\x17\x94\xbb\xae\ \xdb\x6e\xb5\x5a\x9d\xa5\x3c\xcb\xdf\x7f\xff\xfd\xc9\x78\x5c\xb2\ \x32\x8a\x63\xd7\xf7\x89\x46\xe2\x28\x16\x8c\x9f\x9d\x9e\xdc\xbe\ \xf5\x72\xd5\xaf\x48\xc6\x35\xa2\x75\x7b\xfd\x8b\xde\xe0\xad\xb7\ \x3f\xb5\xbc\xbc\x1c\xa5\x89\x69\x9a\x8b\xc5\xa2\xbd\xdc\x59\x59\ \x5e\xae\x54\x03\xd3\x32\x57\x56\x57\x4c\x9d\x20\x08\x10\x84\x50\ \x49\x0d\xa1\xcd\xf5\x75\x59\x66\x45\x1c\x4e\x06\x7d\xdb\x32\x4d\ \xd3\x28\xcb\x52\x29\x09\xa0\x80\x40\x62\xa8\x4e\x4f\x8e\x5f\x79\ \xf9\x79\x20\x74\x82\xa0\xa1\xeb\xa5\xc2\x67\x67\xa7\x25\x13\x6f\ \xbc\xf1\x7a\xbd\xd9\x7e\x7a\x78\x28\x05\x77\x2a\x15\xcb\x36\x95\ \x94\x50\xc9\xb2\xc8\x20\x44\x65\x9e\x43\xd7\x01\x42\xb4\x9b\x0d\ \xce\xcb\xe1\xa0\xc7\x68\xb1\xff\x64\x2f\x8d\x42\xce\xe8\x7c\x36\ \x99\x8e\xc7\x69\x1c\xe5\x59\x9a\xc4\x91\xe7\x57\x34\x4d\xd3\x88\ \xde\x5a\x5a\xc2\xd8\xae\x05\x3e\x84\x50\x70\x9e\x24\xf1\x25\xf1\ \x15\x43\xe8\x38\x8e\x6d\x19\x00\x28\x05\x9e\x19\x14\x45\x2e\x7b\ \xc6\xa6\x69\x56\xab\xc1\x22\x8a\x66\xb3\x29\x04\x20\x9c\xcf\x2d\ \xc3\x70\x1c\xa7\xc8\xd2\x5b\xb7\x6f\xbd\xf7\xc1\x47\x98\x96\x9e\ \xe7\xe5\x79\xfe\xc1\x07\x1f\x14\x79\x51\x96\x65\x12\x27\x86\x61\ \x2d\x75\x56\x3e\xfc\xf0\xc7\x69\x1c\x0f\x07\x3d\x08\xe4\x4b\x37\ \x9f\x7f\xf4\xf0\xfe\x3c\x8c\x6c\xd7\xfb\x8b\x2f\x7f\x39\x4d\x8b\ \xdf\xfe\xed\xdf\xbe\x77\xef\xde\xf3\x37\xae\x53\x9a\x5b\x96\xb1\ \xb3\xb3\xbd\xb5\xb5\x31\x1a\x8d\x56\x57\x97\x4d\x53\x27\x04\x09\ \xae\x10\x94\x0a\x48\xcf\xf3\x76\xaf\x5c\x49\xa2\x70\x30\xb8\xa0\ \x2c\x6f\x36\x1a\x88\x66\x4a\xca\xd9\x6c\x32\x99\x8c\x1d\xdb\x7d\ \xf0\xe0\x61\xb4\x08\x97\x97\x3b\x9c\x73\xd7\x71\x00\xd2\x00\x80\ \x5f\xf9\xcb\xbf\x5c\x5a\x5a\x7d\xf3\xad\x4f\x8d\x86\x93\xb3\xf3\ \x73\xa5\xe4\xd6\xf6\x96\x64\x4c\x01\x90\x25\x69\x79\xc9\xda\x15\ \x12\x43\xe4\xda\xce\xd6\xc6\xe6\xb7\xbe\xf1\x4d\xbf\x52\x79\xb2\ \xb7\xd7\x3d\xef\xde\xb9\x73\x67\x11\xce\x94\x52\x83\xfe\xc5\x74\ \x32\x7a\xfc\xf8\x63\xcf\x75\x2d\xdb\xd6\x08\x59\x5b\x5f\x57\x40\ \x74\xbc\x8e\xef\x39\x10\x42\x4a\xcb\x24\x5e\x28\x29\x21\x90\x8e\ \x6d\x56\x3c\x57\xa9\x67\x6e\xee\x42\xce\x79\x51\xe4\x8d\x66\x13\ \x63\x8c\x89\x66\x59\x36\x21\xf8\x52\x66\x2c\x84\x80\x08\x21\x84\ \xb8\xe4\x10\x63\xc7\x71\x00\x00\x97\x5c\xa3\x5e\xaf\xdf\x6c\x2f\ \x9b\x96\x53\x32\x16\x27\xa9\xeb\xb8\x08\x61\xdf\xaf\x5c\x4e\xdc\ \xce\xce\xcf\xc2\xf9\xbc\xd7\xed\x62\x04\xbb\xbd\x1e\xd1\xf5\x4a\ \x35\x48\xd2\xdc\xaf\x54\x8a\x82\xd6\x82\xca\xc6\xe6\x1a\x42\xea\ \xe8\x60\xbf\xdf\xbb\xb0\x0d\x53\x72\x3e\x9f\x4e\xc2\x29\xa8\x07\ \x41\x1a\x2d\x68\x96\x1a\x1a\x19\x5c\x74\x35\x82\x57\x96\x97\x8e\ \x0e\xf7\x27\x93\x59\x56\x14\x08\x21\xa1\x60\x9a\x16\x5c\x08\x0c\ \x21\xa5\x54\x23\x5a\xc5\x73\x19\x63\x47\x47\x07\x71\xb2\x80\x10\ \x2a\x21\x08\xc6\x18\x41\x04\x41\xb8\x58\x8c\xc7\x63\x5d\xd3\x90\ \x03\xe7\xf3\x59\x8e\x10\x82\x50\x70\x56\xf2\xd2\x32\x4d\x53\xd7\ \xd3\x34\x0d\x93\x18\x21\x0c\x80\x22\x84\xd4\xeb\x75\xcf\xf3\x94\ \x02\x71\x1c\xf7\xfb\x7d\xcb\x34\x5b\xad\xf6\x3c\x9c\x2b\xa5\xf2\ \x3c\xbf\x9c\x50\xb9\xae\x1b\xc7\x31\x00\xc0\x71\x1c\xcb\xb6\xc0\ \xcf\xd6\xa1\x57\xb2\x04\xd6\x2b\x9f\xf9\x02\x10\xec\xff\xd3\xb0\ \x05\x00\x84\x4a\x4a\xc6\x39\xc2\x04\x2a\x5e\x72\x51\x94\x14\x43\ \x98\x24\x11\x10\xdc\x34\x4d\x9a\xa6\x8c\xf3\x70\x11\x72\x0e\xae\ \x5f\xbf\xb1\xb9\xb9\x05\x10\x4e\xb4\x78\xd2\xef\x09\xc1\x93\x24\ \x89\xe3\xc4\xf7\x1c\xd7\x0f\xca\x72\xfa\x83\xef\x7f\xb7\xa0\xf4\ \x0b\xbf\xf4\x8b\xb4\xa0\x5c\xf0\xf9\x22\xba\xe8\x0f\xde\x78\xf3\ \xad\x76\xbb\x03\x11\xd2\x34\x5d\x4a\xf5\xf2\xad\x5b\x00\x80\x5a\ \xad\xe6\x7a\x3e\x2d\x69\x9c\x24\x71\x1c\x09\xc1\x17\x51\x52\x6f\ \x34\x34\x82\x6d\xcb\x68\x35\x1b\x7b\x0f\x59\xb7\x7b\xae\x13\x44\ \x10\xe4\x9c\xba\xae\xf5\xf2\x8b\x2f\x5e\xbd\xf1\xe2\xbb\xef\xdd\ \x45\x40\x6d\xac\xaf\x3f\x7d\x7c\x0f\x61\xc8\x58\xc9\x94\x44\x10\ \xbe\xf8\xe2\xcd\x9d\xdd\x9d\xc1\x70\xb4\xb9\xb9\xe9\x7b\x1e\xc1\ \x80\x16\xc5\x70\x32\x42\x12\x40\x00\x30\x06\xb3\xe9\x84\xd2\xdc\ \x71\x2c\xcf\x75\xb6\x37\x37\xee\xde\xbd\x6b\x9a\xe6\xe1\xe1\x41\ \x14\x45\xe7\x67\xa7\x7b\x7b\x59\x14\x2f\xf2\x2c\x81\x10\xe5\x79\ \xa6\x94\x72\x5d\x0f\xdb\xa8\xe2\xfb\xd8\x30\x93\x24\x69\x36\x1a\ \xa9\x60\x49\x12\x63\x08\x95\x52\xd3\xe9\x54\x49\x6e\x5b\x36\x21\ \xe4\xd9\x02\xd7\xe5\xcd\x61\x99\x66\x51\xb0\x2c\xcf\x81\x92\x86\ \x61\x24\x51\x54\xe4\x99\x6e\x18\xba\x61\xc4\x71\x5c\xf1\xbc\xa7\ \x4f\x9f\x42\x08\x7e\xe5\x8b\x5f\xac\x04\x35\xa9\xc4\xe1\xe1\xe1\ \xdd\x0f\xef\xa6\x59\x96\xa6\x29\x13\xa2\xd5\x6e\x11\x4d\x3b\x3c\ \x3c\xfc\xdf\xff\xed\xff\xf6\xda\x2b\xb7\x37\xb6\xb6\x67\xb3\x99\ \x78\xaf\x51\x77\x00\x00\x20\x00\x49\x44\x41\x54\xef\x79\xdf\xf9\ \xee\xf7\x7e\xe3\xd7\x7f\xe3\xed\x4f\xbe\x0d\x10\xec\x2c\x2f\x0d\ \x46\xc3\xd5\xd5\xd5\x7a\xbd\x5e\x0d\xaa\x96\x6d\xd5\x9b\x0d\x42\ \x88\xa1\xeb\x69\x92\xb0\x52\x44\x4a\xa1\x66\xdb\x75\x4c\xdc\xe9\ \xac\xad\xad\xee\xef\x3f\xce\xd2\x18\x48\xc9\x18\x05\x00\x5c\xbf\ \xf6\xdc\x67\x3e\xfd\xa9\x28\x2d\xff\xe2\xcb\x5f\xba\x71\xe3\x5a\ \xb3\x5e\x2f\x69\x0e\x25\xe7\x9c\x4d\x26\x93\x66\xab\xf5\xf6\xdb\ \x6f\x57\x82\x6a\xb8\x88\x5e\x7d\xf5\xd5\x6e\xf7\x4c\xd3\xb4\x6e\ \xaf\x67\x99\x86\x14\x82\x96\x65\xb4\x58\xec\xef\xef\x13\x42\x56\ \x57\x57\xef\xdc\xb9\xf3\x9d\xef\x7c\x27\x5c\x84\xa6\x69\x9c\x9f\ \x9d\x5f\xbf\x7e\xfd\xfb\xdf\xff\xfe\xd9\xd9\xd9\x70\x38\x9c\xcf\ \xe7\xfb\x4f\x9f\x9a\xa6\xf9\xd2\x4b\x2f\x85\xf3\xf9\x95\x2b\x57\ \x76\x77\x77\x2f\x71\x1d\x86\x61\xcc\x66\xb3\xa2\x28\x4c\xd3\xbc\ \x84\x4f\x5c\xf6\xce\x9f\x79\x30\xe2\x79\x9e\x69\x98\x08\x21\xd3\ \x34\xa4\xfa\x09\x17\xff\x92\xe1\x7e\x89\x87\x47\x84\x58\x86\x25\ \xa4\x70\x3c\x37\xa8\x06\x84\x90\xb5\xd5\xb5\xe3\x93\xd3\xb3\x93\ \x33\x80\x90\xef\x7b\x08\x93\xd5\xf5\xb5\x4a\x35\x08\x2a\x7e\x67\ \xa9\x73\x7c\x74\x30\x1e\x8d\x1e\xdc\xbb\x97\x24\x31\x26\xa8\xda\ \x68\xac\x6f\xac\x0b\xce\x37\x36\x36\x34\xac\x9f\x1e\x9f\x10\x82\ \x68\x51\xe4\x79\x32\x1a\x0e\x66\x93\x71\x37\x4e\x84\x10\x45\x9e\ \x23\x84\x8e\x8e\x0e\x83\x4a\xa5\xd1\x6c\x08\x2e\x2e\xba\x67\x61\ \x38\x57\x52\x2c\xaf\xac\x9c\x77\x2f\xa2\x24\x75\x5c\x9b\x72\x15\ \x54\x1b\x90\x18\x51\x38\x31\xf5\xaa\xa1\x63\x42\xc8\xd6\xd6\xd6\ \x07\xf7\xee\x95\x94\x62\x0c\xa1\x04\x9c\x95\x86\xae\x55\xab\x41\ \x54\xcc\x21\x90\xf3\xf9\x1c\x00\x60\xea\x5a\x91\x67\x9e\xeb\x00\ \x0d\x67\x49\x4a\x29\x25\x18\x5f\xd2\x0a\x8b\xa2\x28\x59\x59\x8e\ \x4b\xf1\x80\xaf\xac\xac\xda\xb6\x59\xa9\xf8\x5c\x70\xa9\x84\xef\ \x7b\xf3\x70\x9e\x24\x09\x42\xc8\xf7\x7d\xdb\xb6\xeb\xf5\x7a\x14\ \x45\xc7\xc7\xc7\xf3\xf9\x1c\xff\x1d\x28\xfe\x3f\xb6\x5a\x84\x40\ \xf1\xb2\x04\xff\x3f\xbc\xa4\x92\x9c\x73\xa2\x49\x25\x79\x9a\x65\ \x51\x9c\x58\xba\xe6\xb8\xae\xa0\x45\x12\xcd\x4d\xd3\xa8\x55\xab\ \x27\x27\x27\xaf\xbe\xfa\x7a\xb3\xd1\x28\x8a\x02\x69\x7a\x9c\x24\ \x95\x4a\x45\x70\x3e\x18\xf4\x39\xe3\x42\x2a\x8c\x09\x00\xea\xa3\ \x8f\xee\x7e\xee\xb3\x9f\x47\x10\xee\xed\x3d\xce\xf3\xdc\x76\xdc\ \x5b\xb7\x5e\xb9\x72\x65\xf7\xbc\x7b\x71\xe3\xc6\x8d\x92\xf1\x6b\ \xd7\xaf\x6d\x5f\xd9\x59\x2c\xa2\xa0\x52\x99\x81\x59\x18\xc5\x45\ \x9e\x85\xb3\xc5\xee\xd5\x5d\x21\xd5\xd1\xd1\xc1\x74\x3a\x05\x52\ \xea\x18\x05\xbe\x5b\xa9\x78\x45\x12\xbb\x8e\xc5\x38\xd2\x4c\x78\ \x09\x66\x40\x10\x38\xae\x53\xf1\xfd\xc5\x62\xce\x79\x49\x10\x56\ \x0a\xb7\x3b\xed\xad\xed\xad\x34\x4d\x34\x4d\xbb\xf2\xdc\x73\x77\ \x3f\xfc\xe0\xe8\x60\xdf\x34\x4c\xcf\xf1\x44\x59\x46\x10\x64\x49\ \xe2\xba\x6e\x96\xc4\xe3\x61\x9f\x10\xb2\xb9\xb1\xf1\xfe\x7b\xef\ \xe5\x59\x36\x1e\x0e\xcb\xa2\xec\xf7\x2f\x28\xa5\x42\x2a\x04\x21\ \xa5\x05\xc4\x98\xe6\xb4\x16\x54\x5b\xcd\x26\x2d\x8b\x7e\xb7\x8b\ \x09\xd1\x08\x36\x0c\xdd\x30\x8c\xd9\x78\x3c\x1e\x8f\x34\x4d\xab\ \x55\x83\xe9\x74\x26\x9e\xd5\xc0\x00\x21\x04\x00\x52\x4a\x0d\x5d\ \xd7\x34\xad\xdb\x3d\x2f\x69\xd1\x6c\x36\x38\x2b\xa5\x10\x94\xd2\ \x95\x95\x95\xbd\x47\x8f\x14\x84\x9f\xf9\xfc\x3f\x83\x10\x16\x45\ \x11\x27\xf1\x22\x8a\xb7\xb7\xb7\x07\x17\x17\x71\x9c\x44\x51\x8c\ \x08\xb6\x6d\x7b\x7f\xff\x69\x9e\x25\xff\xfc\x57\x7f\x65\xff\xc9\ \xe3\xd9\x74\x0a\x01\xa8\xd5\xeb\xbf\xfe\x9b\xff\xf2\xd1\xe3\x3d\ \xa1\x24\x17\x82\x96\xe5\xdb\x9f\x7c\x3b\xcd\x72\x8d\x10\xa9\x14\ \x9d\x4c\xc2\x38\x3a\xeb\x75\xb7\xb6\xb7\x1d\xcb\xc9\x73\x3a\xea\ \x0f\x7b\xbd\x1e\x84\x40\xd7\x50\x1a\xc7\xae\x6b\x35\x9b\x8d\xc1\ \xd9\x62\xa9\xd3\xf1\x3c\xcf\x30\x74\x9d\x29\x5d\xd3\x56\x56\x56\ \x27\x93\x09\xe7\x4c\x83\x20\x4d\xf3\xcd\x9d\xea\x0b\xcf\xbf\xb0\ \xb6\xb6\xf6\xf0\xe3\xbd\xe7\xae\x3e\x27\x84\xba\xf7\xd1\x5d\x59\ \x52\x8c\x31\x21\x9a\x69\x5a\x8c\x96\x97\xe9\x21\xe7\xfc\xec\xf4\ \xac\x5a\xad\xae\xaf\xad\xbf\xf7\xfe\x8f\x7c\xd7\x8b\xa3\xf8\xe9\ \x93\x27\x79\x96\x8d\xc6\xe3\xcb\xd2\x6f\x34\x1c\xb5\x5a\x2d\xa0\ \xc0\xfa\xda\x7a\xb3\xd9\xfc\xe8\xde\xbd\x92\xd2\xed\xed\xed\xf5\ \xf5\x75\xc3\x34\x27\x93\xc9\xc1\xc1\x01\xa5\xb4\xd5\x6a\x61\x8c\ \x05\xe7\xcf\x0c\x46\xd3\x34\x0d\x13\x4c\xcb\x52\xd7\x75\x84\x89\ \x94\x92\xfc\xfb\x35\x0b\x0a\x01\x88\x31\x16\x4a\x39\xa6\x89\x95\ \xb4\x1d\x67\x32\x1a\xed\xee\xec\xec\xec\xec\x6c\x29\xa4\xeb\xe6\ \xd1\xf1\xe1\x61\xaf\x7b\xfb\x95\x57\x5c\xd7\xcb\x93\xa4\xd9\x6c\ \xea\xba\xce\xca\xf2\xa3\x8f\x7e\x8c\x31\xd4\x08\x79\xee\xda\xb5\ \x3b\x77\xee\x94\x94\xe5\x79\xbe\x28\xa2\x93\x93\x63\x08\xd5\xfd\ \x8f\x48\xab\xd9\xb0\x0c\xdd\xd0\xb5\x4c\xa9\x45\x38\x0f\x82\x40\ \xd7\x8d\xe9\x78\xa4\x04\xdf\x58\x5f\x53\x4a\x61\x04\x0d\x43\x9f\ \xcf\x26\xb6\xeb\x24\x59\x91\x95\xa2\xb3\xbc\x6c\x9b\xa6\x06\x01\ \x26\x9a\x69\x39\x69\x5e\x28\x80\x46\xa3\xe1\xed\x3b\xaf\x9b\x86\ \x21\x85\x80\x40\x42\x0c\x45\x29\x18\x63\xc3\xc1\xa0\xdf\x9b\x76\ \x2f\x2e\x1c\x4b\x2f\x29\xb5\x4c\x93\x23\x94\x26\xa9\xae\x93\x22\ \x4f\xc7\xa3\x91\xef\xfb\x41\x50\x29\x68\x11\xc5\x11\x63\x0c\x21\ \x94\xa6\xc9\xd1\xf1\x21\x04\x30\x4e\x62\xa5\x24\x2d\xcb\xfe\xa0\ \x9f\x24\x89\x10\xa2\x56\xab\x5d\x72\xf7\x7d\xdf\x2f\x8a\x82\x52\ \x8a\x31\x32\x4c\xf3\xa7\x5e\x76\x04\xfe\x49\x5e\x08\xa1\x38\x4e\ \x0e\x0f\x0f\x87\xc3\x41\x91\xa7\xba\x46\x7c\xcf\x41\x08\x62\x88\ \x4c\xd3\xb0\x6d\x5b\x41\xa8\x69\x86\xe3\x7a\xad\x56\xbb\x28\x72\ \x00\xa0\x86\x31\x82\xe0\xca\xce\xce\xda\xda\x5a\xa3\xde\x58\x59\ \x5d\xbd\xb2\x7d\xa5\xd1\x68\x70\x21\x94\x02\xbb\x57\xb6\x31\x44\ \xb4\x28\x04\x17\xf5\x5a\xed\x8d\x37\x5e\x27\x18\xdb\xb6\x13\x86\ \x8b\x76\xbb\xb3\xbe\xbe\x59\xab\xd6\x35\x4d\x9b\xcf\x43\xa5\x54\ \x10\x54\x2a\x9e\xaf\x80\x18\xf6\x7b\xa3\x61\xff\xc1\x47\x77\x8f\ \x0f\xf7\x09\x02\xae\x6b\xe9\x86\xbe\xb1\xbe\xee\x38\x8e\xe4\x5c\ \x23\xc4\xb1\xec\xb2\xa4\x83\x7e\xef\xa2\x7b\x56\xaf\x56\x0c\x43\ \xd7\x35\x83\x95\x9c\x68\x9a\x69\x59\x2f\xdf\xba\xb5\xba\xb2\x4a\ \x73\xea\xfb\xfe\x64\x34\xe4\x8c\xcd\x66\xf3\xa3\xa3\xc3\x3c\xcf\ \xa4\xe0\x08\x28\x02\xb1\xe0\x65\x1a\x47\x8b\x30\x0c\xe7\x33\xd7\ \x76\x9e\xdb\xdd\xa5\x59\x1a\x85\xa1\xef\x7b\x4a\x88\xcb\xf5\x00\ \x82\x95\x10\x02\x5d\xd3\x69\x9e\xc7\x49\x9c\x24\x71\xf7\xec\x4c\ \x70\x16\x85\xb3\x87\xf7\xef\xa7\x71\xac\x84\x18\x8f\x86\xfd\xde\ \xc5\x64\x34\x1c\x0d\x87\x79\x9e\xc1\x67\x94\x73\x01\x29\xe5\xfe\ \xfe\xfe\xe9\xe9\xe9\x68\x34\xca\xb2\xac\x1a\x54\x34\x4d\x63\x8c\ \xb9\x9e\x5b\xab\xd5\xa2\x68\x51\xab\xd7\xe3\x38\xde\xde\xde\x36\ \x4c\x9d\x95\x25\xc2\x50\x49\xd9\x6a\x34\xee\xbc\xf6\xda\xd2\xd2\ \xd2\xd2\xf2\x72\x7b\x79\xe9\xca\xee\xae\x61\x18\xe1\x7c\xb6\xb1\ \xb1\xbe\xbd\xbd\x93\xa7\xe9\x68\x34\x90\x00\x7c\xfe\x9d\x77\x3a\ \x4b\x4b\xb6\xeb\x12\x4d\x57\x10\xbc\xf9\xf6\x5b\xb6\xeb\xfa\x15\ \x3f\x4a\x62\x4a\x8b\x20\x08\x2c\xd3\x32\x74\xfd\xec\xf4\x34\x8e\ \xe3\xf3\xd3\xd3\xaf\x7f\xed\x6b\x79\x96\xba\x96\xe5\x7b\xee\x1b\ \x6f\xbc\x56\xad\x56\x4d\x5d\x17\xac\xb4\x4c\xdd\x30\xb4\x6e\xf7\ \xec\xe8\xf0\xa0\x2c\x8a\x56\xab\xe9\xba\x6e\x5e\x08\x00\xa0\x61\ \x9a\x4b\x9d\xa5\x37\xde\x78\x63\x38\x18\xba\xae\x8d\x09\x5a\x2c\ \xe6\x86\x61\x3c\x7c\xf8\x70\x30\xe8\x73\xc1\x69\x91\x6b\x08\x4b\ \xc6\x27\xa3\xe1\x62\x3e\x7d\xf4\xe0\x9e\x14\xec\x73\x9f\xf9\x34\ \x86\x70\x38\xe8\x1b\x9a\x86\x21\x9a\x4f\x67\x9e\xe5\x64\x49\x8a\ \x00\x20\x08\x59\xa6\xf1\xf0\xc1\x7d\x08\xd4\xe1\xc1\x41\x12\xc7\ \x79\x9e\xbf\xfb\xee\xbb\x4f\x9e\x3c\x81\x00\xa4\x69\xfa\xf8\xf1\ \xe3\x47\x8f\x1e\x5d\x5c\x5c\x0c\x07\x83\xa2\x28\x9e\xd5\xba\x00\ \xa4\x94\xa6\x69\x99\x86\x71\x59\xb0\x5f\x5a\xdf\x18\x63\xb4\x28\ \xf2\x2c\xa3\x34\x67\x34\xcb\xa2\x30\x9c\x4d\xbe\xf9\x8d\xff\x2b\ \x5a\x2c\x84\x94\x96\x65\xd7\xab\xb5\x8a\xe7\xb7\xdb\xed\x4a\x25\ \xa0\x25\xc7\x08\x2b\x29\x75\x5d\xdf\xd9\xd9\x45\x10\x50\x5a\x9c\ \x9c\x9e\x94\x94\x2a\x25\x5e\xbd\x7d\xab\xe2\x7b\x45\x9e\xf7\x2e\ \xba\xbd\xde\x19\xe7\xe5\x6b\xaf\xbe\xb2\xb2\xb4\x34\x1e\x8f\xce\ \x8e\x8f\x17\xf3\x19\x04\x92\x16\xb9\x14\x5c\xc3\x50\x27\x9a\x65\ \x98\x3a\xd1\x1a\xd5\xba\x6d\x5a\xcd\x6a\xcd\x34\xad\x2c\xcb\x83\ \x6a\xd5\xf3\xbc\xcb\x55\x23\x52\x29\xcb\x76\x6e\xbc\x70\xb3\x64\ \xa2\xe4\x32\xcf\xb3\xbd\xc7\x8f\x35\x8c\x4a\x9a\x23\x84\x30\x26\ \x88\x90\x24\x4b\xef\xdf\xbb\xb7\xf7\xe8\x01\xcb\xf3\x78\x11\x86\ \xf3\x19\x21\x44\x2a\x21\x24\x9f\x4c\xa7\xc3\xd1\x58\xd7\x75\xc7\ \xb6\x69\x41\x93\x24\xb9\xfc\xe1\x52\x88\x38\x4e\x66\xd3\x59\xbf\ \xdf\x1f\x0e\x87\x84\x60\xc6\xca\x8b\x8b\x0b\x00\x21\x42\xd8\x76\ \x1c\x4c\x88\xe5\x38\x93\xe9\x6c\x11\xc5\xae\xeb\x2f\x2d\xad\x0a\ \x21\x7f\xea\x48\xf7\x9f\x68\x85\x22\xfc\x49\xab\x0b\xe8\x04\x41\ \x20\x10\x00\x96\x0e\x2d\xbf\x02\x01\x60\xa5\x6c\x75\x3a\x40\x81\ \x93\xf3\x6e\xa5\x52\xd3\x0d\x53\x29\x65\x19\x5a\x51\x64\xb6\x69\ \x28\xa5\x24\x80\xf5\x56\xc7\xaf\xd6\x15\x42\x6b\x1b\xeb\xef\xbf\ \xf7\x6e\xb3\x16\xb4\x5a\x8d\x76\xb3\x6e\x10\x4c\xf3\x6c\x75\xe9\ \x05\xcf\xf1\x25\x8f\x69\x9a\xf5\xa2\x58\xd0\xc2\x22\xf8\xf4\xe0\ \x20\x4f\xd3\x46\xb3\x71\x78\x70\xd0\x69\xb7\x97\xd7\x57\x67\x0b\ \x27\x0c\xc3\x93\xfd\x83\x22\x4d\xfc\x8a\xa7\x81\x72\xd4\x9f\x62\ \x84\x2e\xba\xe7\x51\x12\x1b\x86\x5d\x64\xb1\x61\x5b\xfd\xee\x79\ \xab\xd5\x1e\x0f\x7b\x4b\xed\xce\x70\xd0\x5f\x2c\x62\x00\x35\x21\ \x31\x36\x8d\x5a\xbd\x49\x34\xcd\xd0\x74\xcf\x72\x0a\x4a\x55\xc9\ \x90\x92\x1a\x52\x79\x1a\xb5\x1a\xcd\x46\xad\xde\xeb\xf5\xca\x82\ \x95\x25\x43\x00\x2a\x21\xe3\x45\x14\x54\x2a\x84\x90\x24\x8e\xb7\ \xb6\xb6\xcb\xb2\xbc\x9c\x51\x68\xb8\x42\x19\xcf\xf2\xdc\x71\x6c\ \x00\xd4\x64\x32\x81\x10\xea\x3a\xc6\x08\xd1\xac\x0c\xc7\x7d\xd3\ \xb4\x9a\xf5\x80\xd1\x6c\x38\xe8\x97\x45\x66\x5a\x96\x52\xcf\x6c\ \x1a\x85\x79\x9e\xe7\x59\xe6\x3a\x0e\xc6\x18\x22\xd8\x68\x36\x09\ \xc1\x9c\xd1\xa0\x16\x74\x3a\xed\xc7\x8f\x3f\xe6\x50\xb5\x57\x97\ \x85\xe2\x9a\x46\x08\x54\x1a\x06\xc4\x36\x4d\x9d\x40\x04\x5f\xba\ \x7d\x1b\x22\x70\xf5\xfa\xae\x1b\x78\xd3\xd9\xf4\xfa\xb5\x9b\x1a\ \x31\xaa\xd5\x46\x46\x29\x40\xea\xda\xf3\x57\x4d\xdb\x04\x00\x5d\ \xf4\x06\xdd\x6e\xef\xcd\x37\xde\x0c\xc3\x28\x9c\x4d\x31\x42\xb3\ \xc9\xa4\x2c\x8b\xed\xed\x1d\x5a\xf2\xc9\x78\xf2\xe8\xc1\xc7\x4f\ \x9f\xec\x35\xea\xb5\x7a\xc5\x61\x45\x14\x2f\x32\x56\x16\x67\x47\ \x07\x50\x0a\x57\x27\xb6\x86\xb2\xd9\x28\x99\x0e\x2e\x4e\x2e\x34\ \x2c\x0c\x9d\x3c\xd9\x7f\x22\xa4\x2a\x15\x26\x3a\x6a\x36\x1b\xcd\ \x4e\xeb\xe8\xe4\xcc\xf5\x5c\x8c\xa1\xa6\xa3\x38\x0e\x6d\xdb\x08\ \xc3\xc9\xda\xc6\x52\xad\xd9\x9a\x47\x71\x92\xc6\x9c\x15\x9c\xd1\ \xe5\x4e\xfd\xe4\xf8\x49\xad\xd6\x68\xb6\x6b\xbd\xc1\x68\xd7\xf3\ \x5c\xc7\x81\x08\x61\x82\xdb\x9d\x36\x65\x74\x3e\x9b\x53\x5e\x54\ \x6b\xb5\xd1\x74\x44\x2f\xce\xab\xd5\x1a\x84\x80\x31\x76\x7a\x7c\ \xec\xda\x96\xef\x3a\x2b\x4b\x9d\x83\x83\x83\x47\x0f\x1f\x38\x8e\ \x73\xeb\xf6\xad\x67\xa6\xd1\x4a\x05\x20\x24\x40\x21\xce\x24\xc1\ \x12\x01\x89\x10\xce\xd3\x24\x8e\x13\xc7\xb1\x05\xc5\x83\x8b\x93\ \xa7\x4f\x1f\xf9\x95\xe0\xc9\xde\xbe\xa6\xe9\x18\x42\x29\x25\xe5\ \x25\x80\x84\xf3\x52\xc3\x44\x31\xae\x21\xcc\x8a\xd2\x75\xed\x7a\ \xb5\x66\xe8\x3a\x63\xe5\xde\xe3\x47\x9e\x67\x5b\xb6\x79\xe3\xfa\ \x35\xc9\xb9\x46\x50\x9a\x86\xf3\xe9\x4c\x89\xe2\xea\xce\xa6\x52\ \x2a\x9c\x8d\xcb\xbc\x98\x8c\x86\xba\x8e\x95\xa4\xac\xcc\x7b\x17\ \x73\xc7\xf1\xa4\x60\x49\x12\x07\x7e\x10\x2f\xb2\x93\x93\xc3\x92\ \x17\x52\x09\xd7\x75\x2b\x96\xee\x7b\x56\x34\x1d\x8d\xc7\x63\x04\ \xd0\xcb\xb7\x5e\xdd\x7b\x72\x18\xa5\x71\x05\xc1\xbd\x8f\xef\x65\ \x45\xee\x99\x3a\x04\xa8\xe4\x42\x41\xc3\x30\xed\x70\x3a\xc8\xc3\ \xb0\xde\x6c\x02\x08\x1d\xcb\xc8\xd3\x58\x49\x19\x2e\xc2\x24\x49\ \x35\x4d\x07\x00\x9c\xf7\xfa\x4a\x0a\xc5\xf9\xe5\x1e\x23\x08\x21\ \xc2\x10\x2a\x85\x94\x40\x80\x03\xc9\xa0\xd2\xc2\x45\xe8\x55\xab\ \xa6\x61\x57\xeb\x0d\xb8\x58\xd4\x5b\x9d\xf9\x3c\xe4\x12\x5a\xae\ \xdf\x68\x2f\x9d\x9e\x9e\x4a\xf5\x53\x78\x8e\xff\x44\x91\xeb\x52\ \x83\xeb\xba\xae\x6d\x5b\x96\x65\x60\x4c\x30\xc6\x86\x61\x70\xc1\ \x2f\x55\x57\xba\xa6\x57\xeb\xb5\x38\x4e\x84\x90\x10\x82\x24\x49\ \xb2\x2c\x93\x52\x12\xa2\xcd\x66\x33\xcf\xf3\xa5\x94\x96\xed\xac\ \xac\xae\x00\xa8\x84\xe0\xba\xa6\xd5\x82\xe0\xa2\xdb\x65\x65\x51\ \xaf\xd7\x09\x46\x1a\x26\x15\xcf\x3f\xef\x9e\x31\x4a\x4f\x4f\x4e\ \x18\xa5\x04\xa3\x24\x0c\xf3\x38\x3e\x4a\xa2\xf5\x8d\x35\xc7\x73\ \x73\x5d\x5b\x5b\x5b\x66\xb4\x1c\x8f\x47\xa3\xe1\x40\x49\x69\x18\ \x46\x9e\x67\x44\xd3\x96\x57\x56\x8e\xf6\xf7\x38\xe3\xc3\x41\xef\ \xe8\xe0\x80\xd1\xdc\xf3\x9d\xb3\xd3\xd3\xe9\x64\x62\xe8\xa6\xa6\ \xe9\x7e\xa5\xea\xba\xce\x78\x34\x72\x2c\x0b\x01\x98\x27\x49\x91\ \xe6\x06\xc6\x44\x37\x58\x59\x8e\x47\xc3\x32\x2f\x31\xc6\x69\x9a\ \x4c\xa7\x53\xc3\xd0\x29\x2d\x18\x63\x9c\xfd\x64\xd3\x1c\x42\xf8\ \x92\x2b\x4f\x08\x21\xba\x1e\x8d\x27\xa6\x69\xd6\x6a\x35\xcd\xb0\ \x18\x63\xf1\x22\x74\x5d\xdb\xb6\xcd\x56\xb3\x91\x67\x69\xf7\xec\ \x54\xd3\xf5\x5a\x50\x11\xac\x4c\xd3\x54\x09\x01\x9f\xfd\xca\x4b\ \x53\xd7\x97\x96\x96\x1c\xdb\x96\x4a\x1a\xba\x81\x31\x42\x08\x24\ \x42\x02\x00\x0c\xd3\xaa\xd6\x6a\x58\x27\x52\x29\xa5\x94\xe5\x98\ \x83\x41\x3f\xcf\x73\xd3\xb4\x2f\xd7\xea\xd9\xb6\x8d\x09\xee\x74\ \x96\x4c\xd3\xba\x34\x2a\x35\x57\x96\x1f\xdc\xbd\x7b\x7e\xde\x6d\ \xb6\x3b\x95\xa0\x1a\x27\x71\xbd\xde\x08\xe7\xe1\x78\x34\x1e\x0c\ \x07\x08\xc1\x68\x11\x36\xeb\x35\x82\xd0\x59\x7f\x28\x98\x58\x59\ \xd9\xb0\x0c\x6b\x75\x79\xd9\xd0\xc8\xf9\xd9\xc9\xc1\xd3\x27\xb5\ \x6a\x80\x08\x08\xe7\x33\xce\xca\xd5\xe5\xe5\x62\xda\x4f\xe2\x98\ \xa9\xe4\xe2\xfc\x74\x38\x1c\x05\x15\x6f\x3c\x1c\x3c\x7c\xf0\x10\ \x21\xac\x1b\xa6\x86\xb5\x6a\xb5\x96\xa7\x99\xe0\xa2\x5a\xf7\x4a\ \xc6\xa2\x28\x2e\x59\xc9\x05\x0b\xaa\x95\xd1\x68\x94\xe4\xec\x72\ \xcd\xe5\xf9\xd9\x99\x86\xa1\x69\x9a\x00\x42\x2e\x84\xeb\x3a\x00\ \x8c\x31\x21\x51\x14\x11\x4d\x73\x3d\xd7\xab\x78\x17\xbd\x0b\xc3\ \x34\x1c\xd7\x5b\x59\x59\x06\x50\x31\x51\x9e\x9e\x9e\x2c\x2f\x2f\ \x57\xab\x55\xcf\x73\xef\xde\xbd\x4b\x29\x5d\x5d\x5d\x2d\xcb\xf2\ \xf8\xf8\xd8\xf7\xfd\x24\x4e\x9e\x75\xa4\x0b\x39\x63\xf1\x22\x24\ \x18\x6b\x9a\x56\x16\x99\x10\xd2\xf7\x7d\x84\xa0\xa1\xa1\x3c\x8d\ \x33\x29\xee\xdd\xfd\xe0\xe0\xf0\x89\x65\xda\xb4\x60\xb6\x57\x39\ \x3f\x3f\x5b\x44\x0b\xd7\xf3\x01\x04\x79\x51\xec\xed\x3d\xde\xda\ \xdc\x74\x5d\x0f\x23\x75\x72\x7c\x6c\x5b\x46\xad\x5e\x4b\xe3\xb0\ \xc8\x53\xc6\x4a\xd3\x34\xc2\x30\x14\x52\xd8\xb6\x89\x80\x1a\x8f\ \x87\x8d\x7a\xc3\x34\x0c\xa9\x24\x81\x30\x4d\xd3\xc9\x74\x82\x91\ \xba\xa4\xbc\x61\x44\x08\xd1\x16\x8b\xc5\xfe\xfe\x7e\xa3\xde\xb0\ \x6c\xbd\x2c\x4b\x2e\x58\x9a\x46\x1a\x46\xcb\x9d\xd6\xf2\xf2\xf2\ \x87\x1f\x7e\x78\xd1\x3d\x53\x4a\xcc\x66\x73\x88\x51\x5e\x14\x86\ \x06\x31\xe7\x79\x96\x19\x9a\x56\x72\x01\x01\x26\x1a\xd2\x75\x23\ \xcf\x52\x83\x5c\xc2\x6c\x41\x9e\x17\xf2\x52\x72\x20\xc1\xc6\xda\ \x3a\x00\xe0\xe8\xe8\xe8\xd2\xef\x04\xa4\x14\xe2\x27\xfb\x49\x2f\ \x97\x91\x42\x08\x2f\x17\x68\x5e\x5e\x52\xa2\x11\x3f\xf0\xe2\x24\ \xe1\x9c\xe7\x45\x0e\x21\xd4\x4d\x8b\x0b\x39\x1a\x4f\x4a\xc6\x7f\ \x6a\xaa\xfb\x4f\x15\xb9\x80\xd2\x34\xdd\xf7\x7c\xd3\xb0\x34\xa2\ \x63\x8c\x31\xc1\x10\x40\x29\x24\x82\x08\x01\xa4\xeb\x7a\x35\x08\ \x4e\x4f\x4f\x07\x83\x1e\x42\x78\x75\x75\xb5\x51\xaf\x97\x25\xc3\ \x84\x64\x69\xb2\xb3\x7b\xd5\x73\x6d\xa5\x78\xbb\xd5\xac\x55\xab\ \xb3\xd9\x74\x3a\x9b\x8e\xc7\xa3\xc9\x78\xcc\x4a\x76\xe3\xfa\xb5\ \x92\x16\x47\xc7\x87\x9c\x71\xc1\x99\xe3\x38\x65\x51\xac\xad\xad\ \x0a\xc6\xe2\x28\x32\x2d\x73\x32\x19\x4f\xc7\x13\x05\x40\xbd\x5e\ \x83\x40\x65\x69\x72\xfb\xd6\xad\xa3\xe3\xa3\xc7\x1f\x3f\xb4\x6d\ \x2b\xa8\x54\xe6\xf3\x79\x49\x69\x9e\x15\x8e\x67\x30\x4e\x7b\xbd\ \xae\x92\xd2\x36\xad\xf3\xc5\x49\x9e\x25\x18\x13\xa0\x80\xeb\xd8\ \x93\xd1\x38\xd2\x62\xc7\x75\x0d\xc3\x8a\xa3\x38\xcf\x92\xb2\x2c\ \x19\xa3\x59\x96\xf8\x9e\xaf\x63\x6d\x38\x1c\xc4\x71\x84\x10\xca\ \xb2\x34\xcf\x73\x4a\x29\xd1\xb0\x61\x18\x97\x7b\x00\x2f\x31\x81\ \x52\x4a\x4d\x37\x4a\x5a\xda\x8e\xcb\x18\x4b\xb3\x42\x2a\x35\x0b\ \xe7\xba\x4e\x82\xa0\x62\x59\xd6\x68\x34\x2a\x28\x4d\xb3\x4c\x4a\ \x39\x1c\x0e\x19\x63\xbe\x5f\x51\x4a\x3d\x5b\xd9\x82\x31\x5e\x5e\ \x5a\xa2\xb4\xac\xd7\xea\x00\x02\xc1\x18\x46\xf8\x6f\xb6\xba\x42\ \x21\xe4\xc6\xfa\x26\x42\xe8\xc1\x83\x07\xab\xab\xab\x9e\xeb\xb7\ \xdb\x1d\xcb\xb2\x38\x97\x7b\x7b\x7b\x6b\xab\x6b\xb5\x5a\x4d\xa8\ \xd2\x36\xac\x9d\x2b\x3b\x0f\x7e\x7c\x6f\x7f\xff\x29\x50\xea\x60\ \x7f\x7f\x32\x1a\x5f\xbb\x76\x7d\x6b\x6b\x6b\xb1\x58\x0c\x07\xc3\ \xe9\x78\xd2\x6c\xb6\xe6\xb3\xd9\xda\xda\xea\xea\xf2\x72\x14\x85\ \xd3\xc9\xb8\xc8\xb3\xc5\x62\xde\x6c\x76\x6c\xcb\x92\xd2\x57\x4a\ \x76\xda\x2d\x56\x66\xdf\xff\xde\xf7\x94\x12\x6b\x6b\x2b\xcd\x66\ \x33\x59\xcc\x16\x49\xaa\xe9\x3a\x16\xe8\xc1\x83\x87\xf3\x24\xdf\ \xbc\xb2\x33\x99\x8c\x4b\x5a\x40\x08\x38\xe7\x8e\xed\xb8\x9e\xfb\ \xf0\xc1\x83\x30\x0c\xb7\x76\x76\xc6\xe3\xf1\x78\x3c\x26\x84\x14\ \x05\x2d\xb2\xd4\xf3\x3c\xac\x5b\x69\x9a\x1e\x1d\x1e\x40\x29\x89\ \x61\x84\x61\x58\x50\x6a\xba\x76\xc5\xaf\x00\x00\x82\x6a\xa5\xd3\ \xe9\x94\xac\x8c\xa3\x85\x57\x71\x2f\x7b\x4c\x86\x6e\x48\xa9\x26\ \x93\xc9\xf9\xf9\xb9\x6d\x3a\x4b\x4b\x4b\xae\xeb\x52\x4a\x67\xb3\ \xd9\xe5\x1e\x80\x3c\xcf\x0f\x0f\x0f\xa5\x94\xcb\x2b\xcb\xcf\x76\ \xc3\x63\x82\x7b\xdd\xee\xfe\x93\xc7\x41\xa5\x02\x80\x2a\xcb\xb2\ \x2c\x99\x6d\x5b\xf5\x7a\xbd\xd9\x6c\xe6\x69\x32\x1e\x0e\x87\x83\ \x01\x42\x98\x73\xa9\x9b\x66\x96\x65\x70\x36\x1b\x0e\xfa\x9a\xa6\ \x3b\xae\x37\x9b\x8e\xa7\x93\xf1\x8b\x9f\xfe\xf4\x7c\x3e\x51\x52\ \x84\xf3\x39\xc1\xc8\xd0\xf5\x44\x29\x08\x01\x2b\x4b\xc7\xb6\x0b\ \x5a\x9c\x9d\x9e\x5a\x86\xe1\xba\xce\x7c\x3e\x73\x1d\xe7\xe8\xe8\ \xb0\x5a\xad\x62\x82\x11\x82\x52\x0a\x25\xa5\x52\x50\x4a\xd5\x68\ \xd4\x34\x4d\x9f\x4e\xa7\x96\x65\x3f\x78\xf8\x00\x48\xe5\xf9\x5e\ \xaf\x1f\x66\x79\xe6\x71\x2f\x2f\xf2\x45\x14\x66\x79\x56\x14\x79\ \xc9\xca\xc3\xa3\x03\x29\x38\xc6\x90\x73\x6e\xd9\x76\x51\xa0\xcb\ \xda\x8d\x73\x06\x20\x4a\xd3\x54\x08\x11\x54\xab\x10\x81\x3c\x2f\ \x21\x50\x42\x70\xcb\xb2\x36\x37\x36\x2c\xcb\x5c\x2c\x16\x18\xa1\ \xf2\xff\x66\xee\xcd\x7a\x24\xc9\xb2\x33\xb1\xbb\xdb\xb5\xc5\xb7\ \x70\x8f\x08\x8f\xc8\xbd\xd6\x26\xbb\xba\xbb\x48\x36\x39\x02\x86\ \xc3\x81\xfe\x04\x31\xf3\xfb\x24\xe8\x45\x90\x00\x09\x1a\x61\x46\ \x03\x6a\x20\x0d\x39\x43\xb2\xd9\xd5\xdd\xd5\x59\xd5\x59\xb9\xc6\ \x1e\xbe\xbb\xdb\x7a\xf7\x7b\xf4\x60\xd9\xa5\x47\x82\x09\x0c\x51\ \xf1\x90\x08\x20\xe3\xc1\xdc\xcc\xed\xdc\x73\xbe\xf3\x2d\x31\x62\ \x82\xbd\x8f\x3d\x81\xeb\x7d\x62\x2e\x42\xa8\x8f\x73\xc6\x18\x21\ \x24\x04\xdf\xac\x37\xa3\xd1\x48\x0a\xe9\xbd\xd7\x9d\x0e\x21\x7a\ \x6b\x63\x08\x65\x59\x16\x79\x8e\xf1\x3f\x3d\xfb\xe7\xbf\x51\xd3\ \xc5\x28\x95\x42\x12\x4c\x20\x40\x80\x80\x00\x21\x8a\x50\x44\x82\ \x0b\x4a\x28\x41\xa4\xc8\xf3\xc9\x70\x78\x7a\x32\xbb\xbb\x5b\xde\ \xde\x5c\x0f\x8a\x61\x08\x11\x62\x8c\x21\x50\x84\xda\xa6\x15\x29\ \x67\x8c\x1d\x1d\x1d\xdd\x5c\x5d\xbe\xf8\xf6\x9b\x07\x67\xf3\xdb\ \xdb\x1b\x99\x24\xce\x9a\x37\x6f\xdf\x40\xf0\xd3\xa3\xa3\xe5\xfd\ \xfd\xb3\x67\x4f\x1e\x9e\x9f\xaf\xd7\xab\xfd\x7e\xd7\xd4\x15\xc6\ \x48\xeb\xee\xe2\xe2\x82\x72\x96\x65\x89\xd1\x4a\x6b\x5d\x14\xf9\ \xa3\xf3\xf3\xd5\xe2\x7e\xb7\xdb\x7a\x6d\x3a\xdd\x7a\xd5\x02\x80\ \x77\x56\x24\xa9\xb3\x1a\x41\xb8\xbe\x7a\x77\xd8\xef\x8c\xb5\x9c\ \x12\x84\xb0\xb1\xc6\x18\x35\x9f\x9f\x55\x65\xb3\xf5\x9b\xd5\x6a\ \xa9\x95\xe6\x8c\x52\x2a\xea\x5a\x57\x87\xc3\xa0\x18\x22\x14\xbb\ \xae\x95\x89\xb4\xd6\x10\x42\x10\x8e\x52\x66\xe3\xf1\x68\xbb\xdd\ \xb4\x4d\x33\x99\x4c\x56\xab\x55\x9e\xe7\xbd\xe7\x4f\x79\x38\xa8\ \xae\x33\xd6\x27\x52\x1a\x63\x96\xcb\xa5\x73\xb6\x37\x44\xed\x09\ \xc7\xbd\xdc\x0c\x21\x74\x77\x7f\xa7\x94\xea\x97\x53\x1f\xf0\x33\ \x2c\x46\x64\x40\xac\xb6\x8c\x53\x82\xa9\x73\x0e\x00\x18\xe5\x84\ \x22\x84\x31\x13\xec\xf4\xf4\xb4\x37\xa5\xba\xbc\xbc\x1c\x8d\xc6\ \x7d\xcb\xb0\x5e\xaf\xcf\xcf\xcf\x37\xeb\xb5\xcc\x44\xf4\xec\xe3\ \x8f\x3e\xb6\xd6\xfe\xfa\xd7\xbf\xbe\x7c\xfd\xaa\x57\x35\x62\x82\ \x2f\x2f\xae\xde\xbe\xbd\x3c\x9f\x3f\xdc\x61\x94\x24\xe2\x4f\x7e\ \xfe\x27\x8c\xe0\x5e\xdf\x4b\x08\x19\x14\xc5\xf5\xd5\x75\xdb\x9a\ \x9f\xff\xfc\x4f\x19\xa3\xdb\xdd\xf6\xc1\xf9\xfc\xf1\xa3\x8f\x6f\ \xae\x2f\xbf\xfd\xf6\xdb\x9b\x9b\x5b\xa3\x94\x55\xad\x75\xfe\x50\ \x56\x83\xf1\x8c\x04\x8f\x20\xae\x16\x0b\x99\xe6\xef\xde\xbd\xa5\ \x94\xc9\x44\xc6\x18\xeb\xba\x76\xde\x17\x83\xc1\xe5\xe5\xe5\xe1\ \x70\x58\xaf\x57\x46\x6b\x84\x50\x9a\xca\xdb\xdb\xdb\xf3\xc7\x4f\ \x9d\x73\xe5\xa1\xa4\x38\xee\xb7\x6b\xce\xb9\x0f\x61\x34\x9d\x3c\ \x7e\xfc\xf8\x57\x5f\x3f\x8f\x31\x50\x86\x6d\x67\x94\xea\x54\xa7\ \x62\x8c\x9b\xcd\x46\x5b\x73\x71\x79\xc9\x38\x73\xd6\x76\x4c\x7d\ \xfb\xed\xb7\x59\x96\x9d\x9e\x9e\xce\x66\x33\xce\xf9\x72\xb9\xbc\ \xbb\xbb\x23\x84\x5c\x5d\x5d\x8d\x27\xe3\x3f\xfd\xd3\x9f\xf7\x61\ \xa8\xff\xb4\xca\x45\xd8\x6a\x79\x7f\xf5\xee\x55\x7c\xf0\xd0\x58\ \x63\xad\x45\x00\x3b\x42\xda\xfa\x40\x50\x50\x4a\xbd\x7b\xf3\xb2\ \x53\x1d\x00\x76\xd6\x21\x4c\x20\xc6\xb6\x6d\xd7\xeb\xf5\xc7\x1f\ \x7f\xa2\xbb\xb6\xad\x0e\x32\x61\x08\x05\x84\x61\xb9\x5a\x04\x6b\ \xb3\x94\x33\x82\x8d\xd2\x94\xe2\x3e\x94\xfb\xed\x9b\xd7\x87\x43\ \x59\xe4\xf9\xfd\xfd\xdd\x6e\xb3\xf9\xe3\x2f\xbf\x74\xce\x5c\x5f\ \x5d\xbc\x7c\xf9\xa2\xeb\xda\x4c\x66\x3e\x58\x84\x1c\xc6\xd8\x1a\ \xd3\x36\x5d\xcf\xe9\xef\xda\xfa\xe6\xe6\x26\xcf\x0b\xc6\xc8\x60\ \x50\x30\xc6\xfa\xc3\xc0\x5a\x3b\x18\x0c\x9a\xa6\xa9\xca\x92\x73\ \x3e\x3d\x9a\xed\x36\x8b\x34\xcb\x09\x21\x5a\x1b\x8c\x09\x63\xcc\ \xf9\xd0\x3b\xf4\x32\xc6\x38\x17\x94\x31\xc6\xf8\x66\xb3\xe1\x9c\ \x25\x09\x7b\xf3\xe6\x75\x5d\xd7\x94\x62\x46\x31\xc2\xc4\x5b\xd4\ \x7b\x91\x13\x42\x28\xc5\x21\x84\xdf\x57\x31\x82\x10\x12\x5c\x40\ \x8c\xba\x53\xde\x3a\x8c\xc8\xf1\x6c\x66\x8c\xc5\x08\x39\xeb\xba\ \xa6\x4d\xb8\x20\xf8\x87\xd1\x73\x7d\x2f\xe6\xea\x63\x9c\x09\x90\ \x3e\x7c\x9c\x31\x26\x84\x20\x84\xf8\xe0\xf3\x3c\xaf\xdb\x06\x63\ \xf2\xc9\x27\x1f\xad\xd7\xdb\xa6\x6b\x76\xdb\xdd\x76\xb3\x7b\xf0\ \xe0\xc1\xec\x78\x1a\x62\xa0\x18\x71\xc6\x38\xa7\x92\xf3\x57\xaf\ \x5e\x3d\x7e\xf8\x70\xb7\xdb\xcd\x66\x53\x8c\xd0\xc9\xec\x58\xa6\ \xd9\x7a\xbd\xf1\xd1\x16\x59\x6a\xad\xbe\xbd\xb9\x2a\xab\xb2\xda\ \x1f\x42\xf4\x5a\x6b\x1f\x42\x59\x1e\x1d\xca\x1d\xc4\x98\x4a\xf9\ \xee\xed\xdb\x4e\xb5\xa3\xe1\x90\xa2\x78\x71\x79\xa1\xb5\x1e\x64\ \xc9\xe4\xe8\x68\xb1\x58\xa6\x99\xc7\x4a\x49\xce\xc7\xc3\x7c\xb5\ \xc4\x94\x12\x84\x91\xf5\x3e\x4f\xb3\x1f\x7d\xf6\xd9\x68\x38\xae\ \xf7\x55\x53\x55\xd1\x07\xa3\x55\xf4\x8e\x50\x44\x31\x66\x8c\xb6\ \x4d\x4d\x29\x7b\xf0\xe0\xc1\x6e\xbb\x73\xde\x25\x52\x58\xeb\xda\ \xb6\x21\x04\x5b\x6b\x3b\xd5\x1d\x0e\x07\x84\x50\x96\x65\x9d\x36\ \x47\x47\x47\xeb\xcd\x26\xcf\x73\xc6\xbd\xd2\xfa\xfb\xac\x87\xeb\ \xeb\xeb\x3c\xcf\xeb\xba\xee\x5d\x16\x94\x52\xf7\xf7\xf7\x08\x10\ \x21\xe4\xc3\xa2\xe2\x01\xc0\x74\x2a\x95\x29\x06\x80\x10\x31\x79\ \xff\x95\x48\x12\x01\x28\xf6\xef\x40\x9a\xa6\x87\xc3\xe1\xcf\xff\ \xfc\xcf\x7f\xf7\xbb\x17\xbf\xf8\xc5\x3f\x78\xef\x56\xab\x4d\xcf\ \x30\x48\xd3\x0c\x13\x08\x31\x0e\x8a\x3c\x04\x77\xd8\x6d\x5e\x7c\ \xfb\xfc\xeb\xaf\x7f\x45\x30\x8c\x86\xc3\xf1\x70\xf2\xdf\xfd\x8b\ \xf3\xe0\xe3\x62\xb1\x1c\x66\x45\x2a\x93\xdb\xab\xeb\x57\xaf\x5f\ \xae\x16\x4b\x42\x50\xd3\x34\x65\x59\xf1\x44\x5e\x5c\xbc\xeb\x54\ \x17\xa3\xaf\xaa\x72\xb3\x5a\x14\x45\xf1\xf0\xe1\xa3\x9b\xeb\xeb\ \xfd\x6e\xcf\x48\x3c\x3e\x3d\x7b\xf5\xf2\x65\xd3\xb6\x4c\x04\xef\ \xfc\xa0\xc8\x99\x48\x18\xc5\x18\x01\x44\x30\xda\x3e\x7a\xf4\xe8\ \xe3\x8f\x3f\x5e\xae\x76\x77\xf7\xf7\x87\xb2\x64\x94\x55\x75\x2d\ \xa5\x6c\xea\xb2\x18\x0c\x16\x8b\x25\x63\x74\x3e\x9f\x33\x12\x37\ \xab\x65\xd3\x34\x89\x94\xbb\xdd\x2e\x46\xe0\x9c\x5d\x5f\x5d\x3d\ \x7b\xfc\x38\xcd\xf3\xc9\x78\xd4\xb6\xcd\xd9\xd9\x59\xd3\x34\x89\ \x4c\xc7\x93\xc9\x7e\xbf\xd7\xda\xe2\x04\x11\x42\x6e\x6f\x6f\xfb\ \x6e\x22\x84\xf0\xe4\xc9\x13\xef\xfd\xc5\xc5\xc5\xe1\x70\xa0\x1f\ \x7a\x5a\x20\x8c\x82\xb7\x55\xb5\x5f\x0b\x46\x29\x11\x42\x10\x4a\ \x28\xc5\x5d\x5b\xdd\xde\x5c\x22\x84\x0f\x87\xad\x73\x1e\x01\x60\ \x42\x9d\x73\x94\x53\x6b\xcd\x8b\xdf\x7d\xfb\xd3\x2f\xbe\x00\x40\ \x57\x97\x97\x75\x79\xb0\xde\x46\xef\xb3\x24\xd5\xd1\xa7\x52\x1e\ \x1f\x1f\x5f\x5e\xbe\xfb\xfd\x8b\x84\x6f\x6f\x6e\xad\xf5\xc3\xe1\ \xf0\xf6\xfa\x16\x21\x74\x72\x7c\x7c\x7e\x76\x56\xd7\xf5\x6e\xbb\ \x2b\x0f\x07\x6b\x8d\xd1\x1d\x63\x5c\xe9\xae\x2e\xab\x18\xe3\x7c\ \x7e\x5e\x57\x65\x47\xa9\xea\x3a\x67\xad\x94\x62\xb3\x59\xad\x16\ \x0b\xe7\x9c\xd6\x9a\x73\x8e\x21\x46\xef\x64\x22\x28\x46\xd3\x93\ \x59\xd7\x1c\xda\xb6\xe1\x5c\x00\x80\x8f\x81\x20\x04\x08\xa6\xd3\ \xe9\x68\x34\xd2\xca\x72\x2e\xd2\x44\x12\x42\x20\x84\xed\x7a\xbd\ \xdb\x6e\x57\xcb\x25\x21\x64\x34\x1a\x8d\x87\xc3\xed\x76\xdb\xc5\ \xd8\x5b\x3e\x7c\x3f\x1e\x12\xdc\x73\x3a\x31\x21\xd8\x3b\x27\x85\ \xd8\x6e\x37\xe3\xc9\xd1\x64\x3c\xda\xed\xd6\x94\x8a\x47\x8f\x1e\ \x09\x21\x9c\x33\x83\xc1\x80\x71\xf6\x03\xa9\x5c\x38\x46\xc0\x08\ \x00\x62\xdb\x74\x94\x52\xc6\x99\x94\x92\x10\xa2\x75\xf0\xce\xbf\ \xbb\x78\xf7\xf8\xf1\x03\x8a\xb1\x33\xa6\xc8\xb3\xd3\xe3\xe3\x08\ \x50\x64\xf9\xe2\x6e\x91\xa7\x99\xe0\xc2\x79\x53\x14\x99\xd3\x0d\ \x8e\x28\x11\x62\x71\x7f\x77\x71\x71\x61\x8d\xfe\xf8\xe3\x4f\x9e\ \x3e\x7d\x8c\x01\x96\xf7\xb7\x77\x77\x77\xb7\xd7\xd7\xcf\x07\xc5\ \xf9\xd9\x9c\x60\x4c\x09\x92\x69\x72\x77\xbb\xce\xb3\x74\x30\x18\ \x5c\x5d\x5e\x8d\x27\xe3\x27\x8f\x9f\x64\x32\x71\xc1\x25\x9c\x81\ \xf3\x64\x34\x1c\xe6\xf9\xa0\xc8\x47\x83\x62\x54\x14\x37\xd7\x37\ \xd6\x68\x4a\xd9\xd3\x27\x8f\x70\x8c\x92\x73\xef\xac\xe0\x09\x00\ \xe2\x82\x79\xef\xea\xa6\xf1\xc1\x1d\x0e\xbb\xdd\x6e\x83\x09\x50\ \x4a\x13\xc9\x9d\xb3\x32\x49\xb7\xeb\x4d\x55\x57\xc3\xe1\x50\xa6\ \x52\x5b\xd5\x75\x1d\x40\xa4\x14\x87\xe0\x29\x25\x93\xc9\xb8\xd7\ \x6d\x15\x45\xb1\xdd\x1f\xb6\xbb\x3d\xc2\xb8\xcf\x64\x9e\x60\x7c\ \x77\x7b\xe3\x43\x50\x4a\x31\xc6\xbc\xf7\xbd\x39\x67\x8c\x31\x4d\ \xd3\xa2\x28\x8c\xb1\x08\xe3\x0f\x16\x5f\x49\xc6\xb4\xee\x12\x21\ \x8c\x52\x94\x12\x20\x48\x24\x49\x08\x56\xa6\xe9\xf3\x6f\x9e\x8f\ \x47\xc3\x5e\xfb\xea\x9c\x7b\xf8\xf0\xe1\x83\xf3\x47\x5a\xab\xff\ \xf0\x1f\xfe\xa3\x52\x6a\x3e\x9f\x8f\x46\xa3\xa6\xad\x7b\x6b\xe6\ \x54\x4a\xad\xbb\xe7\xbf\xfd\xcd\x76\xb5\x4a\x92\xe4\x8f\xbf\xfc\ \x23\x99\xa4\xce\x87\xc5\xfd\xe2\xb7\x5f\xff\x66\x34\x1c\x8c\x07\ \x03\x84\x22\x02\x38\x39\x99\x7d\xf7\xe2\x45\xf0\xf6\x68\x32\x2a\ \xcb\xc3\x2f\xbf\xfa\x87\x9f\xfc\xe4\x27\xa3\x51\x91\x08\xa1\xdb\ \x8e\x52\x3e\x1e\x8f\x75\xa7\x9a\xba\x19\x8f\x8a\x3c\x39\xb9\xba\ \xb9\xab\x9b\x96\x10\x3d\x99\x4e\xcf\x4f\x4f\x6e\x17\xcb\xe8\x3d\ \x42\xa0\x8d\x11\x5c\x0c\x87\x43\x00\x70\xd6\x2a\xa5\x9b\xa6\x59\ \xad\x57\xdf\xaf\xea\xc6\xa3\x11\x15\xee\xfa\xfa\x7a\x90\xa5\x10\ \x4c\xbf\xd1\x2b\xcb\x92\xcb\x04\x30\x06\x80\xe3\xe3\x63\xce\xe8\ \x61\xbf\xfb\xe2\x8b\x9f\x68\x63\xbf\x7e\xfe\x8d\xb3\xd6\x85\x70\ \x72\x3a\xff\xec\xd3\xcf\xaf\x6f\xae\x83\x33\x31\xc6\x9e\xc9\xd5\ \xa7\x22\xc5\x18\xf3\x3c\x9f\xcd\x66\x45\x5e\x8c\xc7\xe3\x0f\xd3\ \x2d\x62\x8c\x9d\x35\xbb\xcd\x9a\x40\xec\x1f\xfa\xa0\x28\xfa\x8c\ \xd1\xed\x7a\xe5\xac\x55\x5d\xe3\xbc\x47\x04\x73\x44\x50\x0c\xde\ \x02\xa7\xf4\xea\xe2\xdd\xeb\x57\xdf\xfd\xec\xa7\x3f\xdd\xad\x17\ \xc3\xe1\x20\x3a\xbb\xb8\xbf\x19\x0e\x07\x89\xe4\xab\xc5\x7d\x0c\ \x81\x60\x44\x31\x55\xaa\x95\x89\x4c\x65\x62\x8c\xae\x2a\xa8\xaa\ \xf2\x68\x32\xbe\xba\xba\x1c\x14\xf9\xfd\xdd\xbd\xea\xda\x22\xcf\ \x6a\x08\xaa\x83\xde\x4c\x9c\x52\x1a\x62\xd8\xef\xb7\x83\x41\x2e\ \x65\x7a\x38\xec\xa4\x94\x08\xe5\x3d\x0a\xc6\x39\x27\x94\x7a\xef\ \xfb\xe8\xa9\xb2\x2c\x07\xc3\x21\xe7\x4c\x26\x49\xdd\xb6\x31\x1a\ \x4c\x30\xb8\x10\x11\xe2\x9c\x8f\xc7\xe3\xe9\x74\x5a\x1e\xea\xed\ \x6e\xd7\x4f\x7f\x6d\xdb\x67\x56\x39\x42\x08\x40\xec\x65\xd8\x21\ \x04\x21\x04\x40\x0c\x21\xc4\x18\xbd\x7f\xaf\x00\xe9\xb3\xe0\x9c\ \x77\x80\x40\x70\x11\x7c\xd0\x6d\x6b\x12\xe1\x89\xcf\x72\xbc\xdf\ \x6d\xbd\x35\x9c\x51\xd3\xa9\x7f\xd4\xc7\xf4\x9f\xaf\xe7\xc2\x18\ \x79\x67\x2c\x8a\x5a\x77\xfd\x96\x2d\xb8\xec\xe5\xab\x57\x5d\xd7\ \x21\x04\x2f\x5f\xbe\xfc\x8b\x7f\xfd\xe7\x94\x62\xeb\x34\xc1\x18\ \x08\x30\xc2\x8e\x67\xc7\x55\x55\x8e\xc6\x23\xce\x28\x63\x92\x51\ \xc4\x28\xb5\x46\x41\x0c\xaa\x6b\xef\x6e\xaf\x92\x44\x9c\x1c\xcf\ \x86\xc3\xe1\xfd\xe2\xb6\x2c\xcb\xcd\x7a\xf5\xe9\xc7\xcf\xce\xe6\ \x27\x75\x75\x58\x2c\x16\x75\x55\x0a\xce\x21\x78\x4a\x09\x67\x9c\ \x10\x97\x4a\x39\x3f\x3d\xa1\x94\x1c\xf6\x3b\x99\xe7\x5d\x5b\x03\ \xf8\xe9\x6c\x5a\x1d\x4a\xc1\xf8\x78\x3e\x4f\xb3\xd4\x5a\x2b\xa5\ \x08\xd6\xce\x4f\x4f\x76\xdb\x2d\xa3\x2c\x84\xe8\x42\xf4\xde\xef\ \x76\x3b\xd5\xe9\xe5\x62\xfd\xee\xe2\x32\x84\xc0\x39\x33\x46\x15\ \x45\x9a\x67\xa9\xb3\xbe\xac\xca\xae\xeb\x92\x24\xc9\x8b\x2c\x44\ \xdb\xb6\x35\x42\x10\x63\xc0\x18\x01\xc0\xe1\x70\x98\x4e\x8f\x29\ \xa5\xcb\xe5\x52\x29\xc5\x38\x93\x32\xa5\x94\x9e\x9d\x9f\x1f\x1f\ \x1f\xab\xae\x59\x2e\xee\x08\xc1\x9c\xf3\x18\xe3\x83\x07\x0f\xc6\ \xe3\xf1\x6e\xb7\x2b\xcb\xb2\x6d\x5b\x42\x29\xf9\xf0\xa8\x4b\xe4\ \x9d\x15\x84\xec\x77\x9b\xba\xa9\xb2\x22\x0b\x00\x84\x91\xff\xfd\ \xff\xf8\xdf\xfe\xec\x4f\xff\xc5\xff\xf8\x3f\xfd\x0f\xcf\x9e\x3e\ \xfd\xfc\x93\x4f\x57\xab\x7b\xc6\x19\x31\x4e\x59\x33\x1c\x0e\x07\ \x83\x62\xbd\x5e\x3f\x78\xf0\xc0\x5a\x3f\x28\x86\x10\x50\x59\x95\ \x18\x10\x82\xf8\xd5\x57\xbf\xd4\x5a\x65\x69\xf6\xe3\x1f\xff\xb8\ \x2a\xab\xb7\x6f\x2f\x28\xc5\x94\xa0\x2f\x7e\xfc\x87\xeb\xf5\xd2\ \x59\x7b\x7f\x7b\x9b\x65\xa9\xd6\x0a\x43\x9c\x1d\x1d\x6d\xf6\x07\ \x94\xd0\xe1\xb0\x78\xf8\xf0\xc1\x66\xbd\x79\xf2\xe4\xc9\x61\xbf\ \xdf\x6d\x77\x45\x31\x18\x8d\x46\xc3\xe1\xe0\xf4\x64\xf2\xc9\x7a\ \xfb\x57\xff\xe9\xaf\x9e\x3d\x7b\x86\x20\x8e\x87\x05\xc2\x38\xe1\ \xa2\x69\xbb\x40\xa3\x0f\x1e\x22\x7c\xfb\xcd\xb7\x4a\xbb\x77\x17\ \xef\x5e\xbd\x7a\x35\x1c\x0e\x8d\x56\xb3\x47\x0f\xd3\x84\xc7\x18\ \xaf\x6f\x17\xcb\xe5\x52\xe5\xd9\xa3\x07\xf3\xf9\xfc\x4c\x29\xd5\ \xb4\x4d\x92\xa7\x18\x53\x4a\xc9\x6e\xbf\x73\xc1\x0d\x87\xc5\xed\ \xed\x8d\x32\xa6\xa9\xeb\xa3\xa3\xe9\x70\x34\x7e\xf6\xf4\xa3\x9f\ \xfc\xe4\xa7\xef\xde\xbd\xfd\x5f\xff\x97\xff\x79\xbf\xdf\x3f\x7d\ \xfa\x34\x84\x90\xa6\xe9\x17\x5f\x7c\xd1\x0b\x36\xb5\xd6\x6d\xd7\ \x1a\x6b\x3f\x74\xb7\x88\x01\x81\xb3\xb6\x6d\x5b\x80\xd8\x4b\x68\ \x29\xa5\x08\x41\x8c\xb1\x53\xca\x39\x87\x31\x46\x04\x47\x04\xb4\ \xf7\xd0\x0b\xc1\xa8\xee\xf2\xdd\xbb\xd1\x60\xa0\xda\xe6\x67\x5f\ \x7e\xd2\xb5\x95\xd1\xda\x9a\xae\x29\x4b\xa3\x55\x8c\x81\x11\xca\ \x08\xa5\x98\x16\x79\x91\xa7\xa9\x72\xae\xae\x74\x5d\x97\x14\xa3\ \xc5\xfd\xdd\x30\xcf\x0f\xfb\x83\x31\xba\x6d\x5b\x8c\xf1\xa0\x18\ \x0c\x06\x83\x18\x43\xdb\xb6\x4a\x29\xad\xd5\x72\xb1\xe8\x2d\x9e\ \x62\xb0\xc1\x9b\x18\x3c\x21\x18\x21\x40\x00\x04\xa3\x7e\x77\x79\ \xd8\xef\x9f\x3d\x7b\x46\x49\xaf\xb0\x46\x08\x45\x04\xa8\x8f\x9e\ \x22\x08\x1b\x63\x56\xab\x35\x46\xa4\x2c\xf7\x84\x50\xc6\x58\xdb\ \x54\x84\x52\xe7\xac\x35\x56\x08\xee\x9d\x75\x0e\x18\x65\x2a\x84\ \x10\x3c\xe7\x9c\x52\x6a\x8c\x02\x00\x80\xe8\xbd\xa7\x94\x02\x00\ \x23\x18\x43\x64\x04\x3b\x6b\xcb\x43\xc9\x98\x70\xd6\x02\xa0\x08\ \xd1\x5b\x4b\x09\x85\x0f\x51\x5c\xff\x37\x29\x5b\xd8\x7b\xb3\xdd\ \xad\x86\xc3\x41\x22\x84\xd6\xd6\x7b\x7c\x7b\xb7\xf9\xe5\x57\x7f\ \xa7\x95\xe6\x9c\x35\x6d\xfb\xee\xdd\x9b\x24\x49\x0e\xfb\xfd\xf9\ \xd9\x03\x42\xb0\xe0\x7c\xbb\xdb\x8f\x46\xa3\x93\x93\xe3\xb6\x6b\ \x11\x8a\xce\xe2\xba\xaa\xbd\xf7\x3c\x61\x4a\x77\x2f\x5e\xfc\x0e\ \xf7\x5a\x01\x29\xab\xaa\x6c\x9a\xba\x69\xeb\xff\xfe\x5f\xff\xc5\ \x83\x87\x0f\xff\xe6\xaf\xff\xf3\x7e\xbb\xa9\xea\x4a\x0a\x6e\x9d\ \x2e\xcb\x58\xd7\x55\x9a\x0f\x94\x52\x6d\xdb\x1c\x1f\xcf\xd6\xcb\ \xd5\x76\xb7\x26\x18\x11\x84\x18\x63\xc7\xc7\x33\x46\xc9\x72\xb5\ \x54\x4a\xa9\xae\x91\x82\x5d\x5d\xbe\x15\x82\xed\xb6\x2b\x04\x01\ \x30\x65\x82\x67\x69\x7a\x7b\x73\x63\xb4\x7b\xfd\xfa\x75\xd7\xa9\ \xa3\xc9\x51\xdb\xb6\x7d\x27\x74\x38\x1c\x9a\xba\xe9\x29\xd7\x11\ \xfc\xe1\xb0\xaf\xaa\x12\x63\x64\xad\x75\x8e\xf5\x5f\xdc\xaa\xac\ \x30\x66\x79\x9e\xf5\xd3\xbe\x94\x32\xcb\xf2\xb3\xb3\xb9\x31\xe6\ \xf2\xf2\x32\xc4\x78\x7e\x7e\xde\xd7\xb5\x5e\xd4\xd6\x43\xc5\x7d\ \x26\xcd\x7e\x7f\xb0\xce\x7d\x58\xf1\x02\x04\x6d\x73\x60\x94\x72\ \x0a\x31\xd8\xaa\xd4\x69\x91\xfd\x9f\xff\xee\x3f\xfe\xfb\x7f\xff\ \xef\xfe\xf3\xdf\xfc\xbf\x55\x55\xae\x56\x8b\xe3\xe9\xcc\x18\x63\ \x8d\x89\x31\xa6\xa9\xec\xab\xe7\x93\x27\x4f\x08\xa1\x00\xae\x6b\ \x15\x67\x18\x42\x14\x9c\xca\x84\xfd\xf6\xb7\x5f\x23\x8c\xbd\x87\ \xf3\xf9\xb9\x75\x48\x2b\xb5\xdf\x6e\x1e\x3f\x7a\xf8\x17\x7f\xf1\ \xaf\x6e\x6f\x6e\xfe\xd3\xff\xfd\x57\x8b\xe5\x02\x43\xe8\xb5\xaa\ \x6f\xdf\xbc\xb1\x31\x3e\x7e\xfa\x6c\xb3\x59\x7f\xf6\xd9\xa7\xc6\ \x98\xdf\x3d\xff\x06\xf5\x30\x79\x22\xb3\x6c\x80\x09\xdb\x97\xed\ \xae\xaa\xb6\xdb\xdd\x6c\x36\xa3\x98\xfc\xe6\x37\xbf\x1a\x8d\xa7\ \xce\x59\x4a\x29\xc4\x18\x23\x74\xaa\x5b\x2c\x16\xef\x2e\xae\x7f\ \xf3\xfc\xf9\xc7\x1f\x7f\xdc\x75\x5d\xd7\xb6\xe5\x7e\xcf\x28\x2e\ \xcb\xf2\xe6\xe6\x66\x30\x18\x64\x69\xd2\xc7\x53\x7b\xef\x01\x21\ \x6b\x2c\x65\x3c\x84\xa8\x74\xf7\xe6\xcd\xeb\xc1\x70\x30\x3f\x39\ \x73\x3e\x3c\x7a\xfc\xd0\x9a\x70\x72\x32\x27\x84\xbe\x7a\xf5\xaa\ \x69\x9a\xb3\xb3\xf9\x93\x27\x8f\x17\x8b\xc5\xbb\x77\xef\xbe\xf8\ \xe2\x0b\x84\xd0\x7a\xbd\xee\x8d\x98\xdf\xbe\x7d\xfb\xe5\x97\x3f\ \xfb\xb0\xca\x05\x00\x94\x31\x2a\x38\xa6\x24\x46\x64\x83\x6f\x55\ \x27\x44\x82\x29\x25\x94\x44\x04\x80\x31\xee\x71\x6b\x80\x08\x80\ \x31\x66\x94\x51\x8c\xef\x6f\x6f\x50\xf0\xde\x9a\x3c\x4b\xef\x97\ \xf7\x00\xd0\xb5\x48\x2b\x05\x21\xc4\x10\xbe\x9f\x5e\x83\x0f\xab\ \xd5\xb2\x35\x86\x00\x42\x31\x1a\xa3\x43\x70\xaf\x5e\x7d\x77\x7b\ \x73\x1b\x42\x80\x18\x39\x13\x8c\xf3\x84\x27\x9c\x33\x29\x92\x30\ \x74\xcb\xe5\x22\xcf\x12\x6b\x4d\xc2\x19\x67\x24\x78\x87\x62\xa0\ \x18\x08\x02\x40\x00\x00\x18\x45\xd5\x36\xf3\xf9\xfc\xfc\xec\x74\ \xb7\xdb\x51\x4a\xbd\x77\x08\x41\xe8\x41\x05\x04\x9c\xf3\x2c\xcb\ \xca\xb2\xf4\x2e\x30\xc6\x4e\x4e\x8e\x8d\x31\xab\xd5\x82\x10\x1c\ \xbc\xed\xad\xd2\x9d\x73\xde\x7b\x8c\x22\xe7\x1c\x63\xc2\x39\xeb\ \x11\x09\xce\xb9\x73\xf6\xf7\x41\x8a\x48\x08\x21\x65\x12\x42\x48\ \x92\x94\x31\xa6\x94\x0a\xd6\x25\x32\x09\x21\x1a\xad\xa5\x94\xff\ \xb8\xa6\xed\x9f\x89\x89\x4a\x69\x59\x1e\xbe\x7d\xfe\xeb\x47\x0f\ \x1f\xcd\xe7\x73\x67\x54\x5b\x1f\xde\x5d\x5c\xa8\xb6\x42\x00\x36\ \xda\x22\x4b\xd6\x8b\xc5\xf9\xf9\x83\xc5\xdd\xdd\x27\x1f\x7d\xc4\ \x79\xe2\xc0\xfe\xe6\xab\x5f\x3d\x7d\xf4\xd0\x1b\xdb\x1a\x23\x53\ \x61\xc0\x7d\xf5\xab\x5f\x2a\xd5\x49\x91\x44\x67\xb5\xd2\x42\x24\ \x32\x49\x52\x29\xa5\x48\xde\x2c\x5e\xe5\x79\x3e\x1c\x0d\x9b\xa6\ \x4e\x53\x99\x08\x5e\xee\xb6\x25\x41\xd1\xfb\x41\x9e\x33\x91\x00\ \xa6\x8c\xd1\x57\xdf\x7d\x27\x39\x2f\x06\xd9\xe2\xde\x76\x5d\xcb\ \x18\x39\x1a\x8f\x66\xb3\x99\xb5\xf6\xeb\xdf\x7e\x8d\x31\xce\xb3\ \xcc\xa8\x2e\x91\x62\x71\x7f\x53\x57\x35\x67\xcc\x46\xec\x9c\xaf\ \xeb\x4a\xa9\xf6\x70\xa8\xeb\xba\xb6\xd6\xd1\x63\x26\xa5\xec\xba\ \xa6\xa9\xeb\xe5\xf2\xde\x39\x5f\x14\x03\xef\xfd\x7a\xbd\x0e\xc1\ \x63\xdc\x87\x24\x46\xef\x6d\x84\x00\x28\x20\x84\xbc\x77\x65\x59\ \x22\x84\x85\x94\x27\xa7\x73\x42\x59\x9e\xe7\xc6\x85\xed\x76\x9b\ \xa5\xe9\xf4\x68\xb2\xdb\x6d\xab\xaa\x3a\x3f\x3f\xef\xba\xce\x39\ \xd7\xe3\x62\x69\x9a\x2e\x96\xcb\x18\x3e\x3c\x32\xd2\xd8\xd5\x4a\ \x00\x00\x20\x00\x49\x44\x41\x54\xee\xef\xff\xfe\xbf\x7a\xe7\x7e\ \xf6\x47\x3f\xc5\x28\x94\xe5\xe1\xe6\xee\xea\xaf\xff\xfa\xff\x21\ \x04\xb6\xdb\x65\x9a\xa6\x87\x72\xb7\x5c\x2e\x94\x32\x37\x37\xb7\ \xd3\xa3\x29\x63\xfc\xe2\xe2\xe2\xd5\xab\xd7\x7f\xf9\x97\x7f\x79\ \x38\x1c\xea\xba\x91\x3c\xb9\xb8\xbd\xf9\xcd\xaf\xbf\x16\x42\x60\ \x14\x0f\xbb\xcd\x64\x7a\x3c\x19\x8d\x8a\x62\xb0\xdd\x56\xde\xf9\ \x57\xaf\x5f\xfe\x9b\x7f\xfb\x6f\xac\x31\x04\x63\x21\xc4\x61\xb7\ \x71\xde\x41\x88\xd6\x98\xf1\x64\xc2\x12\x71\x38\x6c\x9d\xd3\xaf\ \x5f\xbf\x3c\x9e\x1d\xbf\x7e\xf9\xf2\xb0\xdb\xf7\x3a\xa7\x4f\x3f\ \xf9\x74\x72\x34\xfe\xc5\x2f\xff\xee\x77\xdf\xbd\x7c\xf0\xf0\x51\ \xef\xdf\x70\x7f\x77\x57\x96\x35\x44\x4f\x08\x76\x3e\x50\xca\x76\ \xdb\x9d\x71\xbe\xed\xda\xba\xae\xfb\x6e\x1d\x62\x88\x00\x37\x37\ \xb7\xd7\x37\x37\x5c\xc8\xd1\x68\x74\x7b\x75\x79\x7d\xd1\x04\x67\ \x19\x63\x21\x04\xa5\x15\xa1\x2e\x04\x68\x9b\x8e\x31\x6a\x8c\x7d\ \xfd\xfa\x35\x97\xf2\xf1\x93\x67\xf3\xd3\xf9\xf1\xf1\xc9\xf9\xf9\ \xf9\x8b\x17\xdf\x35\x4d\xf3\xf8\xf1\x93\x67\xcf\x9e\x7e\xf5\xd5\ \x57\xfd\xf9\x7a\x71\x71\xb1\xdf\xef\x8d\x31\xe3\xf1\xd8\x7b\x7f\ \x38\x94\x1f\xc8\x8a\x40\xc8\xf9\xe0\x5c\x40\x98\x12\x42\x9c\x0b\ \x75\xd3\x65\x29\x84\xde\x22\xcd\x47\x42\x98\x0f\xa1\x6f\x67\x28\ \xc6\xfd\x19\x13\x63\xac\x0e\x7b\x0c\x7e\x7e\x3a\x0f\xde\x71\xc6\ \x94\xd6\xd6\x28\x4e\xe9\xe2\x7e\x65\x94\xa1\x94\x52\x4c\x50\x84\ \x7e\xe1\x00\x31\xda\x10\xfa\x12\xbf\x5e\xaf\x39\xe3\xd6\xda\xa3\ \xd1\xb8\x28\x8a\x9e\xb2\x50\xd7\x35\xa5\x84\x52\x3c\x1c\x0d\xce\ \xe8\x1c\x63\x9c\x24\x47\x97\x97\x17\x52\x26\xc5\x60\x64\x8d\x69\ \xdb\xd6\x3a\x87\x10\xea\x61\x56\xce\xf9\xd9\xd9\xd9\xe9\xe9\x5c\ \x69\x35\x1c\x0e\x37\xdb\x7d\x8c\x40\x30\x49\x32\x09\x00\x7d\xa9\ \xf5\xde\x35\x4d\x27\xd3\xe4\xf7\x5b\x42\x41\x29\xe5\x5c\x7c\xbf\ \x41\xea\x53\x60\x02\x60\x21\x7a\xe3\x33\x53\x14\x45\x9a\x66\xd6\ \x69\xa5\xdb\xaa\xaa\xfa\xbf\x07\x80\xb6\x6d\xad\xb5\x49\x92\xf6\ \xfa\xff\x10\xf3\x10\x42\xdb\x36\x21\x84\x7f\x54\xa5\xfb\xcf\xd7\ \x73\x59\x63\xf6\x87\x8d\x10\x04\x61\x4f\x29\xdd\xed\x76\x77\x77\ \x57\x08\x87\x08\xbd\x7f\x31\xae\xeb\x8a\xd2\xc7\x5d\xd7\xf5\xf3\ \xb0\x73\xae\x69\xea\x67\xcf\x9e\xb5\x6d\xad\x94\x51\x9a\x72\x8e\ \xdf\xbe\x79\x33\x1e\x8d\x76\xce\x02\x02\x6b\xac\x77\xde\x9a\xee\ \xfe\xfe\xde\x7b\x5f\x55\x95\x73\xee\xf2\xf2\x72\x30\xc8\x8d\xd1\ \x9d\xee\x10\x46\x52\x26\xd1\x53\x1f\x7c\x34\x00\x88\x12\x82\x67\ \xd3\xa3\x37\x6f\x5f\x57\x55\x29\x04\xdf\xac\x5a\x99\x70\x18\x0d\ \xb5\xd6\xce\x7a\xad\x8d\x4c\x64\x2a\xe8\xd5\xd5\xbb\xd9\x74\xb6\ \x59\xad\xeb\x46\x85\x08\x04\x53\x44\x20\xcf\xf3\x3c\xcf\xbf\xfa\ \xea\xd7\xba\xb3\xd3\xd9\xac\x69\x9a\x10\x7c\x5d\x55\x8c\x93\xa3\ \xa3\xa3\x3c\x2f\x62\x84\xf5\x7a\xed\xbd\xc5\x18\x87\x10\x43\x70\ \x84\xbc\xdf\x28\x53\x42\x3b\xd5\x0d\x47\x63\xad\x35\x00\x92\x59\ \x06\x00\xd6\x9a\xfd\x61\x9f\xc8\x7c\x3a\x9d\xb6\x75\xa5\xba\xce\ \x5a\x93\xa6\x69\x1f\x16\xdb\x1f\x4d\xd6\x5a\xe7\x5c\x9e\x65\x22\ \x11\x1f\xe6\x86\x1e\x42\xb8\x78\xfb\xda\x58\x23\x12\x7a\x34\x9b\ \xee\xcb\xfd\x3f\xfc\xe6\x97\x6d\x57\xed\xf7\x9b\x7c\x50\x18\xa7\ \xc0\xe3\xc3\xa1\x14\x22\xd9\x6c\x36\xc7\xc7\x27\xd6\xd8\x8b\x8b\ \x8b\xd9\x6c\x96\x24\xc9\xf5\xf5\x55\x04\x3c\x9f\x9d\xbc\x7a\xf5\ \xe6\xed\xdb\xb7\x4f\x9f\x3c\xbd\xbd\x7e\x27\x92\xc4\x6a\x9d\xe5\ \xc3\xbb\x9b\x3b\xcc\x12\xc6\xd8\x76\xb7\xdb\x6c\x37\xa3\xe1\xa0\ \xa9\x2a\x4e\x28\xe7\xbc\xa9\x1b\xce\x98\x94\xb2\xaa\xaa\xc1\x78\ \x74\x73\x73\xf3\xe9\xa7\x9f\x5e\x5e\x5e\x5e\x5e\x5c\xc5\x08\xc6\ \x98\xcd\x66\x33\x19\x1f\x75\x9d\x2a\x86\x85\xd6\x26\xc6\x78\x36\ \x9f\xbf\x79\xf9\xa2\x3a\x1c\xb2\x3c\xdf\xef\x4b\xef\x1c\x00\xe6\ \x9c\x53\x4a\xa6\xd3\xa3\xdb\xc5\xf2\x37\xbf\x79\x3e\x1c\x0c\x9d\ \xf7\xd6\xda\xf5\x6a\x69\xba\x16\x62\xf8\xd1\xe7\x9f\x77\x36\x10\ \x8c\x01\x01\x42\x58\x4a\xd9\xb6\x6d\x6f\x96\x62\xad\x43\x08\x30\ \x06\xd5\x75\x69\x9e\x13\x4a\xb5\xd6\x94\x52\x42\xc9\x66\xb3\xce\ \xf3\x3c\x4d\xb3\x93\x93\x93\xeb\xab\x37\x55\x5d\x31\xc6\x7a\x5d\ \x3a\x40\xec\x6f\x7e\xd7\xb5\xc3\xe1\x50\x08\xfe\xc1\xdf\x79\xc6\ \x18\x15\x1c\x11\x0c\x11\x02\x02\x65\xb4\x71\x4e\x24\x62\x34\x1c\ \x22\x82\x93\x54\xda\xa6\x89\x11\xd0\xfb\xec\x77\x42\x00\x41\xf4\ \x21\xba\xdd\x6e\x37\x3f\x39\x5d\x2e\xef\x0f\x4d\xe5\xad\xd7\x6d\ \x9b\xa5\xa9\x31\xda\x58\x83\x11\xc2\x18\x11\x42\x28\x26\x82\x73\ \x17\x42\xd3\x34\xc1\x87\xde\xa5\xba\x98\xcd\xce\x3f\xff\x1c\x03\ \xba\xbb\xbd\xe5\x8c\x33\xc6\x93\x34\x33\x56\x1b\xad\x93\xd9\x54\ \x0a\xbe\x5c\x2d\xb2\x34\x49\x04\xa7\x94\xe4\x69\x92\x26\x82\x12\ \xdc\x75\x9d\xb5\xd6\x7b\x47\x29\xe5\x8c\xae\x57\xcb\xfb\xc9\x58\ \x0a\x4e\x19\x05\x00\x42\x48\x88\xef\xe1\x2a\xc9\x85\x31\xda\xf9\ \xa0\xb5\x0e\xc1\x5d\xa8\x8e\x31\x96\x24\x49\x6f\xdd\xd3\x8f\xdb\ \xd3\xe9\x11\xe7\x62\xb7\xdb\x59\x6b\x19\xa3\xfd\xff\x26\x09\x47\ \x08\x38\xe3\x94\xd2\x10\x82\x94\x32\xcf\x53\x4c\x88\x73\xa6\xeb\ \x3a\x29\x2d\x42\x38\xcf\xf3\x1e\xde\xf5\x21\x30\xca\x30\xfa\xc1\ \xec\x16\x01\x00\x45\xd4\xb5\xdd\x7a\xb5\x16\x42\x6c\x36\xdb\xae\ \x53\x10\x21\xc6\xc8\x18\x0d\xde\xdb\x10\x76\xbb\xdd\x68\x34\xaa\ \xeb\x9a\x10\xba\xdb\xed\xda\xae\x06\xe4\x7b\x83\xc4\xb6\xa9\x19\ \xe6\x09\xe7\xc3\xf9\xdc\x5b\xb5\x59\xaf\x31\xc5\x31\xc6\xaa\xae\ \x9f\x3f\xff\x7a\xbb\x3b\xec\xf7\x87\x67\xcf\x9e\x25\x42\xac\x96\ \xcb\xe7\xbf\x7d\x5e\x97\x75\x96\xa6\x5a\xeb\xe8\xbd\x10\x7c\x32\ \x9d\x08\x99\x36\x4d\x6d\x54\xdb\x54\xfb\xb2\xaa\x8a\x3c\x13\x09\ \x8b\x10\x17\xab\xe5\x72\xb5\x84\x00\x38\x06\x21\x58\x92\x4a\x6d\ \xbd\xb2\x8e\x8b\x04\x10\x22\x04\x45\x88\x18\x02\xc5\x48\xb7\x6d\ \x96\x08\x41\x58\xc2\x59\x8c\x81\x31\x5a\x14\x05\x46\x38\xcf\x87\ \xde\x3b\xa5\x3a\x84\x20\xcb\x32\x63\x8c\x73\xb6\xa7\x5f\x01\x60\ \x04\x84\x52\x96\x70\xc2\x48\x4c\x38\x21\x94\x3a\x6b\xb6\xdb\xcd\ \xd9\xf9\xb9\x10\x92\x10\x92\x66\x99\xd6\x7a\xbd\xbc\x0b\xc1\xf7\ \x08\x7d\x7f\xbb\xb2\x2c\xf3\xde\x3b\xe7\x30\x26\x21\x84\x0f\x94\ \xa1\x00\xc4\x68\x83\xb7\xef\x2e\xde\xd6\x4d\xd9\x1a\xfd\xe2\xdb\ \xef\x0e\xfb\x3d\x63\x49\xd3\xa8\x88\x80\x12\xfe\xfa\xdd\xdb\x9f\ \xfe\xf8\x27\xeb\xcd\xe6\x59\xa7\x94\xd2\xf7\x77\xb7\x8c\x22\xe7\ \x4c\x51\xe4\x75\xdd\xec\x76\x6b\x14\xdd\x64\x34\x98\xcf\x67\xd7\ \x57\x6f\x63\x84\x10\xa3\x4c\xe4\x8b\xdf\x3d\x8f\x88\xfe\xe2\x97\ \xbf\xcc\x32\x41\x09\x5e\xdc\xdf\xdd\x5e\x5c\xbd\x78\xfe\x1c\xb9\ \x50\xa4\x69\xd3\xb4\x2a\xfa\xc9\xd1\xf4\xa3\x67\xcf\xd6\x9b\x4d\ \x53\x55\x45\x96\xdd\xde\xde\x48\x2e\x93\x84\xe5\x79\xd6\xb6\x55\ \x5d\x1f\x56\x9b\xc5\x61\x7f\x90\x32\x4b\x64\x9a\xe5\xc3\xfd\x61\ \xcf\xd3\xcc\x84\xc8\xb8\xc0\x10\x5d\xf0\x4c\x64\x84\x09\xc6\x44\ \x9e\x65\xa3\xd1\x90\x13\xa2\x9d\x9d\x4e\x26\x10\xbd\x4c\x07\xc3\ \xd1\x90\xb4\x6a\xb5\x5c\x0e\x07\xc5\xd6\x28\xed\x5d\x00\xf0\x21\ \x70\xca\xb9\x94\x09\x67\xc1\xbb\x34\xcf\x31\xa6\x01\x85\x2c\x2f\ \xd6\xeb\x2d\x65\xc9\xb3\xd3\xb9\x8f\xfe\x68\x36\xe5\x9c\x01\xc1\ \xbf\xfd\xed\xb7\x84\x09\x21\x93\x88\xb0\xf5\x31\xcd\x8a\x2c\x1f\ \xbc\x7d\xf7\x96\x32\x1e\x3e\x34\x9d\x17\x10\x42\x80\xc8\x7b\xf1\ \x08\x22\x08\x13\x4c\x18\x25\xd1\xfb\xae\x69\x09\x25\x31\x02\x44\ \x80\x10\x08\x26\x31\x04\xc2\x18\xa7\x8c\x60\x1c\x43\x74\xd6\x57\ \x75\x9d\xac\xd6\x4d\x5b\x61\x4c\xca\xf2\xb0\xc3\x88\x12\x1a\xc0\ \xf9\xe8\x21\x44\x86\x21\x93\x89\xc3\x21\x30\xdc\x59\xcd\x28\xcb\ \x64\x22\xf3\x5c\xc7\x18\x28\x15\x49\xd2\x11\xec\x54\x93\x30\x32\ \x3f\x9d\x53\xee\xab\x5d\xad\x91\x35\x4a\xaf\x76\x5b\x1d\x2c\x62\ \xb4\x51\x1d\x3b\xec\x69\x44\x31\xc6\xa0\x35\x23\x24\xc6\x98\x70\ \x2e\x29\x3d\xac\xd7\xdd\x7c\x7e\x7c\x7a\x12\x5c\x10\x94\xbd\x47\ \x1c\x62\x88\x31\x0e\x8b\xec\x68\x32\x8e\x80\xb7\x78\x03\x00\xc6\ \x68\xe7\x9d\x94\xb2\x6d\x1a\x4c\x70\x9e\x15\x6d\xd7\x49\x99\xce\ \x8e\xc7\x42\xc8\xaa\x7e\x19\x63\x90\x32\x69\x1a\xd7\xab\x14\xb4\ \x51\xaa\x33\xde\x85\x44\x48\x6b\x5d\x88\x11\x00\xf5\xd3\xe5\x60\ \x30\x1a\x8d\x86\x84\x10\x42\xa8\x0f\xae\x6b\xdb\x18\xc3\x0f\x07\ \xe7\x0a\xd6\x7a\x82\x68\xd7\xea\xaa\x6c\x0e\x87\x12\x02\x8a\x31\ \x62\x4c\x20\xe2\x10\x22\xa1\x62\xbd\x5e\x27\x89\xb8\xbf\xbf\xfb\ \xe4\xe3\x4f\xee\xef\xef\xb4\x56\xd6\x68\x63\x3b\x00\x14\xbd\xd9\ \x2c\x76\xc1\x98\x5d\xa9\x10\x42\x80\xa2\x0f\x9e\x71\x8e\x29\x55\ \x4a\x55\x65\x49\x30\x9a\x8c\xc7\x9c\x33\x6b\x6d\x53\xd7\x9c\x31\ \xab\x95\x56\xba\x48\xa5\xee\xd4\x9b\x57\xaf\x22\x8e\x67\x67\x67\ \x5a\x77\xde\xbb\xaa\xdc\x07\x6f\x7b\xe0\x1c\x00\x62\x04\xe4\xad\ \xd6\x4d\x08\x16\xb0\x94\x79\xde\x6a\x93\x51\xde\xaf\x71\x63\x08\ \x04\x5c\xb9\xdd\xbe\x79\xf9\x1d\x0a\xfe\xec\xf4\xa4\x6e\x9b\x34\ \x91\x42\xca\x1a\xc3\x76\xb7\x4f\x92\x64\xbd\x59\x3a\x67\x7a\xba\ \x69\x8c\xd1\x18\xd3\x07\x23\x33\xc6\x09\x61\x18\x13\x1c\x1d\x01\ \x27\x05\xb3\x21\x60\xc0\xe5\x61\x9b\xa6\x72\x34\x3e\x1a\x0c\x07\ \x98\xb2\x44\x26\x6d\xdb\x78\xef\xa6\xd3\x69\x9e\x65\x8c\x31\xf7\ \xfd\x86\x31\x84\xa6\x69\x9c\xb5\x1f\x4c\xa3\xaf\xdb\xc6\x39\x6b\ \xa3\xdb\x95\xbb\xaa\xe9\xca\xaa\x02\xa0\xc6\x78\x44\x08\x60\x1c\ \x11\x59\xef\xf7\xcb\xcd\xfa\xd5\xab\x57\x7f\xfa\xc7\x7f\xac\xda\ \xfa\x17\x7f\xf7\xb7\x7f\xf6\x67\x7f\x66\x8d\x22\x8c\x22\xec\x0f\ \xdb\x4d\xd7\xec\x94\x6a\x42\x18\x23\x8c\x23\x80\xd2\x5a\x08\xa6\ \xba\x1a\x63\xba\xdf\xad\x7e\xfa\xe5\x4f\x1e\x3e\x38\xe3\x84\xbe\ \xfc\xfa\xb9\xaa\xeb\x94\xf2\xe5\xdd\xa2\x18\x16\xc1\xc6\xbb\xbb\ \xbb\x8b\x8b\x77\xd3\xa3\xa3\xcf\x7f\xf4\x79\x73\x28\xcb\xed\xfe\ \x00\x30\x99\x4c\x9a\xba\xdc\x6e\x56\x94\xd2\xb2\xac\x8a\xa2\xb0\ \xc6\x71\x2e\x31\x4b\x3a\x13\xb5\x8f\x84\xf3\x80\x22\xa0\x1e\xd2\ \x0d\xbf\xfa\xfa\x9b\xba\xae\x4e\x4e\x8e\x29\xa5\x6d\x5d\x9e\x1c\ \x1f\x03\x84\xbb\xbb\x3b\xad\xf4\x6a\xbd\x6e\xdb\xba\x37\x78\x18\ \x8e\x46\x5d\xdb\x68\xa3\x31\x25\x32\x95\x21\x78\x4a\x20\x62\xe4\ \xac\x1f\x14\xa9\x4c\x99\xf3\xa1\xaa\xcb\xaa\x6e\xe6\xe7\xe7\x4f\ \x3e\x7a\x2a\x65\xca\x28\xab\xea\x76\xb1\x5c\x4e\x26\x93\xf9\x7c\ \x3e\x9f\x9f\x95\x65\x19\x23\x14\x83\xc1\xf9\xf9\xc3\xfd\x7e\xdf\ \x7e\x28\x8d\xae\x7f\x57\x8d\xd6\x69\x92\xf4\xd8\x3c\x26\x18\x03\ \x04\x1f\x4c\x84\x2c\xcb\x70\x8c\x04\x01\x42\xa8\x37\xd7\x0c\xce\ \x13\x84\x3c\x20\x8c\x70\x92\x24\x9d\xd2\x75\x5d\x39\xad\x11\x46\ \xda\xa8\x88\x00\x13\xec\xa2\xc3\x04\x08\x60\xc6\x30\xe3\x84\x50\ \x74\x28\x2b\xef\xec\xd1\x70\x9c\x26\x92\x20\xc2\x09\x0f\x21\x12\ \x9e\x9c\x3f\x7e\xba\xdb\x2c\x74\xb3\x23\x3c\x66\x3c\xd9\xef\x43\ \xdb\x36\xd3\xa3\xa3\x7a\x3c\xb2\xd6\x12\x4a\x12\x91\x30\x44\x38\ \xc1\xca\x58\x8a\xf0\xb0\x18\x84\xe0\x09\x21\x09\x65\x88\x84\x22\ \xcd\x82\x75\x6d\xd5\x52\x4c\xbc\xf7\x04\x10\x26\x18\x21\x90\x89\ \x38\x9a\x8c\x01\xc0\xe8\x66\xb3\xdb\x0a\x29\xdb\xb6\xe5\xa2\x00\ \x02\x21\x46\x6b\x5d\x08\x60\x9d\xaf\xea\x16\x62\x90\x32\x29\xcb\ \x92\x31\x9a\xa6\xb2\x5f\x50\x78\x17\x43\x88\x49\x22\x63\x80\xc3\ \xa1\x24\x94\x11\x42\x85\x10\x00\x20\x04\xb5\xd6\xe4\x79\xce\x18\ \x7d\xf0\xe0\xec\xee\xf6\xf6\x87\xa2\x5b\xec\x27\xff\x10\x82\x75\ \x0e\x63\x6c\x8c\xe9\xd9\xe4\x00\xe8\x3d\x8c\x80\x71\x8c\x21\x78\ \xa7\xba\xee\xfa\xf2\xf2\xa3\x67\xcf\xb6\x9b\xf5\xfc\xf4\x04\x20\ \xee\x77\x5b\xad\xb5\x6e\xbb\x72\xb7\xd7\xda\xf4\xf4\xf4\x7e\x61\ \xc7\x19\x27\x04\x77\x5d\x77\x38\x1c\x92\x24\x29\xcb\xf2\xfa\xfa\ \x66\xb1\xb8\x8b\xf0\x7b\x12\x70\x9a\x24\x52\x62\x84\x18\x63\xca\ \xa9\xdd\x6e\x37\x1e\x8f\x8d\x31\x7d\x2c\x45\xcf\x5a\xb4\xc6\x50\ \x42\x04\x25\xfd\x25\x59\xe7\x4e\x4f\x4f\x37\x9b\x4d\x8f\x8e\x7b\ \xef\x9d\xf7\x94\xd2\x41\x96\x97\xfb\xb2\x18\x16\xa3\xf1\x90\x09\ \xbe\x5c\x2e\x65\x70\x75\xdd\x34\x75\x5d\x1e\x4a\x63\xb5\x48\x58\ \xef\x4e\xdb\xdb\xa4\xf4\x9d\x76\xcf\xc4\x43\xf0\x7e\xd4\x03\x88\ \x7d\x06\x4c\x3f\xc5\x53\xfa\xbe\x33\x13\x82\x9d\xcd\x4f\x0f\xfb\ \xfd\xd1\x64\x5c\x55\x15\x80\x90\x52\x12\x8c\xb4\x42\x21\xf8\xe0\ \xdd\x07\xd3\x50\x01\xe0\x50\x57\xa9\x4c\x22\x46\x21\xa2\xed\x7e\ \xd7\x6a\xad\xad\x41\x98\x08\x21\x42\x0c\xce\xfb\xd0\x34\x75\x53\ \x5f\x5e\x5c\x74\x4a\x77\x6d\x87\x11\xfe\xe8\xd9\x47\x87\xfd\x9e\ \x70\xb6\xdf\xed\x97\x57\x37\xcb\xc5\xd2\x68\xbd\xdf\xef\xbd\xf7\ \x84\xd0\xb6\x55\xa3\xd1\xd8\x39\x57\xd7\x07\x14\x23\x21\xe4\xf6\ \xe6\x06\x7c\x5c\x6f\x37\xa3\xc9\xb8\x3c\x94\x49\x22\x38\xe7\x80\ \x71\x84\x88\x11\x2c\x97\xab\xd9\x6c\x06\x11\xca\xb2\xb4\xd6\x0a\ \x21\x8c\x31\x75\xd3\x50\x42\x08\xc1\x6d\xdb\x50\x4a\x94\xd6\x45\ \x51\x3c\x7a\xf4\x70\xb3\x5b\xcb\x54\x02\x80\x73\xd6\x5a\x77\x72\ \x36\x3a\xec\xb6\x4a\xab\x4f\x3f\xf9\xf8\xf8\x68\xf6\xfa\xf5\xcb\ \xa6\xa9\x92\x24\x59\x6f\xd6\x14\xd3\xcd\x7a\x4d\x18\x1e\x8f\xc7\ \x49\x92\x8c\x46\xa3\xfd\x7e\x8b\x00\x09\x21\x7a\x83\x3a\x8c\x11\ \x8a\x01\x03\xa4\xa9\x6c\xdb\x16\x23\x8c\x42\x40\x24\x52\x02\x04\ \x22\x0a\xce\x07\xf7\x87\x9f\x7f\xea\x75\xfb\xec\xd9\x33\x6b\xdd\ \x76\xbd\x9c\x4c\x26\x00\xb0\xdd\xb6\x10\xac\x6e\x6b\x14\x8e\x3f\ \x78\xa5\x9b\x24\x3c\x11\x1c\xe3\x48\xe9\xfb\x39\x94\x50\xea\x20\ \x30\x42\x11\x8a\x08\x83\xf3\x96\x12\x82\x31\xa6\x14\x63\x0c\xde\ \x3b\x8c\x71\x88\x38\x02\x75\xce\xb4\x6d\xdb\xb5\x2d\xc6\xd8\x7a\ \x1f\x31\xb2\xde\x3a\x1f\x30\xa3\x18\x93\xe8\xbd\xb6\xa6\x68\x8d\ \x5b\xed\x0b\x4c\x49\xdd\x49\xc4\x13\x81\x90\xd7\x1e\x4a\xad\x1c\ \x38\x97\x7b\x5c\xf0\x74\x8c\xc5\x6c\x3a\xcd\x1d\x2e\x8a\x62\x32\ \x18\xa5\xc7\x61\xbb\xdd\xb6\x6d\x3b\x9b\x4e\x75\x70\x5c\xf0\xce\ \x68\x21\x93\x4e\xab\x3e\xd5\x62\x32\x9b\x1e\xf6\x7b\xeb\x6d\xb5\ \x69\xda\xb6\x25\x84\x60\x82\x21\x02\xa3\x14\x30\xa2\x94\x6a\xa5\ \xaa\xb6\x46\x08\x18\x13\x8c\xf1\x18\x41\x70\x29\x45\xd6\xd6\x1a\ \x63\x4a\x48\x04\x40\xbb\xed\xae\xf7\xf5\xef\x99\x62\xa3\xd1\x68\ \xbf\xdf\x4f\x26\x93\xa6\x69\x7a\x90\x8b\x10\x32\x9b\xcd\x10\xc6\ \x87\xc3\xa1\x5f\x46\x19\x63\x8c\xb1\x7d\xd0\xc6\x93\x27\x4f\xf2\ \xa2\xc0\x3f\x1c\x26\x6a\x04\xe8\x5d\x2c\xb2\x2c\x8b\x31\x2a\xa5\ \x7a\x40\xa7\x7f\xa7\x01\x20\xc6\x00\x00\x98\x90\xc5\x6a\xf5\xe2\ \xc5\x8b\xae\x53\x9f\x7e\xfa\x69\x55\xd5\xde\xbb\x7e\xf5\xc0\x30\ \xed\xf7\x6e\x94\x52\x00\xd4\xf3\x06\xeb\xba\x8e\x01\x29\xa5\xac\ \xd5\xdb\xed\xda\x5a\xb3\x58\xdc\x1f\x0e\x07\x67\x4c\x2a\x93\x2c\ \x1b\x24\x9c\x26\x82\x61\x42\xba\xae\xdd\xee\x76\xcb\xbb\x7b\xad\ \xb5\xf3\x9e\x62\x62\xb0\x46\x08\xd2\x44\x02\xc4\x18\x82\xe0\xbc\ \x2c\x4b\xe3\xfc\xe9\xe9\x69\x59\x56\x75\xd3\xf5\x88\x09\x00\x30\ \x4a\x8f\x4f\xa6\xce\x79\x8a\xf1\x76\xbb\x0d\x21\xac\xd7\x6b\x29\ \xb3\x4e\x69\x8c\x11\xc6\xd1\x5a\x1d\x11\x0b\x3e\x68\xad\x7b\xa7\ \x34\x6b\x2d\x00\xf4\xff\x12\x42\xbc\x0f\xde\x79\x44\x48\x88\x00\ \x18\x52\x29\xd2\x54\x62\x84\x70\x0c\x46\xeb\xed\x7a\x15\x23\x38\ \xef\xcb\xb2\xf4\x21\xf4\x9f\xd1\x7b\x6f\x8c\x31\xc6\x68\x63\xbe\ \x97\xad\x7f\xc0\xe9\xaf\x9c\x31\xc1\xe7\x88\x10\x4e\xeb\x4e\xb9\ \x18\x31\x63\x94\x31\x8f\x62\x44\x40\x29\xb5\xda\x52\x4a\xb5\x31\ \x2f\x7e\xf7\xed\xdd\xf5\xed\xc3\xf3\x07\x00\xe8\xee\xe6\x06\x08\ \xd9\x6e\xb7\xd8\x45\x4a\x29\xe7\xdc\x18\xf3\x7b\x52\x21\x02\x88\ \xb7\xb7\xb7\x6d\xab\x9c\x73\xdb\xed\x76\xbb\xdd\xdd\x5c\x5c\x1d\ \x0e\x87\xc5\xdd\x1d\x8a\x50\x0c\x06\xd3\xe3\x59\x88\xb1\xae\x6b\ \x6d\x14\xc1\x70\x7b\x73\xbd\x5a\xde\x37\x6d\x8b\x10\x62\x94\x38\ \xe7\xd2\x44\x60\x8c\x9d\xf7\x18\x11\x84\xd0\xf5\xe5\xe5\xd1\x74\ \x3a\x9b\xcd\xee\x16\xf7\x94\x86\x18\x71\x00\xec\x23\x9a\x1e\x4d\ \x8a\x2c\x21\x28\x56\xfb\x6d\x42\xe9\x7a\xbd\xd2\x5a\x33\xc6\x9c\ \xb1\x22\xcb\x9d\xf7\x0c\x93\x5e\x6c\xd0\x1b\x84\xee\xf7\x3b\xe7\ \x9d\xd6\x1a\x20\x12\x42\x20\x22\xd5\x56\x56\x17\xb1\xcf\x51\xf7\ \xf6\xe3\x4f\x3e\xcb\x12\xde\xd6\x87\xd9\x93\x27\x8b\xfb\x45\x73\ \xd8\xe9\xa6\xde\xad\x96\x7d\xe3\x96\x72\x8a\x31\x0e\x46\x3b\xd5\ \x1e\xb6\x4b\x78\xfa\xe8\x83\x0f\x0c\x21\x44\x31\x28\x8a\x3c\xe7\ \x9c\x1b\x63\x9d\xb3\x7d\x2c\x2e\x21\xd4\x7b\x8f\x31\x66\x8c\x51\ \x4c\x00\x80\x12\xda\x73\x05\xfa\x9b\xdb\xff\xde\xd4\x6d\xa7\xb5\ \x4c\x13\xc2\xb8\xf7\xae\x55\x1a\x30\x26\x54\x20\x8c\xb0\x10\x88\ \x32\x14\x20\xa1\x74\x34\x18\x05\xe7\xa3\xf7\xc0\x3c\xa7\x89\xa0\ \xb4\x3b\x54\x9d\xd1\x8c\x82\x51\x55\x93\xc8\x93\xa3\x59\x96\x48\ \xe4\x03\x43\x24\xfa\x60\x95\xf1\xda\x64\x32\x6d\x2b\xdd\x54\x8a\ \x0b\x61\x8d\x59\x6f\x36\x4f\x9e\x3c\xe1\x42\x64\x59\xbe\xdb\xed\ \xb6\xbb\xfd\x76\xb7\x8b\x31\x52\xc6\x5c\x0c\x10\x82\x8f\x21\x78\ \x9f\x0f\x8a\xac\xc8\x7d\x0c\x5e\x88\x88\x69\x59\xd6\x93\xf1\xd1\ \xe9\xe9\xbc\x2c\x6b\x21\xe4\xc9\xc9\xc9\x72\xb9\x16\x42\xae\x96\ \xcb\xbc\xc8\x85\x10\xdf\x77\x5b\xc3\xe1\xb0\x5f\x17\xf6\x9f\xb1\ \xd3\xdd\x7e\xb7\x1f\x4f\x27\xfd\x19\x6f\xad\xed\x45\x6f\x49\x92\ \xf4\x46\x26\xb3\xd9\x8c\x50\xfa\xc3\xd8\x2d\x62\x6c\xad\x2d\x0f\ \x87\x3c\xcb\x08\x21\x4a\x29\x78\x1f\x31\x00\x3d\x20\x1a\x63\xa4\ \x98\x44\xef\xc1\xfb\x4e\xab\xe7\x5f\x7f\x3d\x18\x0c\x38\xa5\xca\ \x77\x46\xa9\x44\xf0\x46\x9b\xb2\xa9\x9d\x73\x4d\xd3\x86\x68\xfb\ \x77\x1b\x63\xdc\xb5\xad\xb3\xc1\x7b\x9f\xa6\xf9\x76\xbb\x5d\x2c\ \x16\xdb\xed\xe6\x64\x36\x1d\xe4\x59\xf0\xde\x07\x57\xe4\x69\x51\ \x08\xa5\xd4\x64\x32\xee\xf3\x23\xf2\x3c\xdb\xef\x0f\x45\x9e\x87\ \xe0\xbb\x4e\x41\x74\x84\x92\x18\x82\x48\x12\xa5\xd4\xe9\xd9\xe4\ \xe1\xc3\x87\xfb\xfd\x61\x7f\x28\xfb\x46\x89\x32\xd6\x17\xd9\x2c\ \x4b\x39\xe7\xe5\x7e\xa7\xb4\x19\x14\xf9\x64\x3c\x7d\xfb\xee\x9d\ \x71\x8e\x60\x82\x11\xe6\x8c\xcb\x44\xf6\xa5\xaa\x7f\x42\x94\xd2\ \x3e\xb7\x02\x61\x0c\x80\x10\x26\x84\x50\x46\x10\xc2\x24\xcf\x07\ \x14\xa3\xcb\x8b\x77\x08\xe3\xf1\x78\x0c\x31\x3a\xab\x83\x73\x69\ \x92\x70\xce\x3b\xd5\x55\xe5\x21\xc6\x68\xb5\x0e\xde\x53\x8c\x29\ \x25\x1f\xe4\x2c\x88\x01\xe0\xf2\xee\x4e\x4a\xf9\x28\x4d\xd5\xa1\ \xb9\xbd\xbf\x47\x84\x44\x04\x21\x04\xeb\xbd\x0f\x3e\x4f\x52\x42\ \x70\xd7\xb6\xa9\x48\xfe\xcb\x5f\xff\x4d\x5b\x37\xff\xea\x5f\xfe\ \x4b\x67\x74\xdb\xb5\x01\x00\x41\xdc\x6c\x56\x5d\xdb\x78\x1f\xb6\ \xdb\x0d\x42\x98\x73\xde\xfb\x5b\x1c\x4d\x66\x87\x43\x45\x08\x69\ \x9b\xe6\xdb\xe7\xbf\x7d\xf1\xed\xef\xb2\x2c\x2f\x86\x43\xc1\xd8\ \x6e\xbb\x45\x10\x31\x42\x27\xc7\x33\x44\xc0\x18\x45\x29\x3d\x3e\ \x3e\x7e\xfb\xf6\x6d\x96\x65\x52\x26\xce\x59\xeb\x0c\xc1\x84\x52\ \xca\x28\xc3\x00\x75\x5d\x7d\xf9\x47\x5f\xf6\xc6\xbe\xc6\x1a\xeb\ \x1d\xc6\x14\x21\x2c\x13\x31\x9d\x0c\xc7\x83\x5c\xeb\xee\xed\xdb\ \x57\xde\x9a\xd9\xd1\xa4\x2c\xab\xb6\x69\x62\x08\x18\x03\xc6\x78\ \x3e\x9f\x2f\x16\x0b\xce\x99\x52\xaa\xae\xeb\xe1\x68\x08\x80\xda\ \xb6\xc2\x18\x71\x86\x9c\x35\x3d\x75\x48\x08\x21\x38\x9f\x8e\x87\ \xd7\x17\x6f\x6f\x2e\xde\x5e\xbc\x7a\x31\x1a\x8e\xba\xb6\x4d\x18\ \x8e\xce\x7c\xf6\xf1\x53\xad\xb5\x52\xad\x52\xaa\x69\xea\x6a\xb7\ \xb1\x5d\x3b\x1a\x16\x1f\x18\xbf\x80\x71\x0f\x7b\xf7\x42\x3d\x42\ \x10\x63\x54\xca\x24\x4d\x65\x7f\x6c\x8b\x44\x16\xc3\xc2\x3b\x5f\ \x57\x55\x80\x18\x81\x10\x8c\x29\xc1\x84\x60\x4a\x49\x8c\xc1\x79\ \x17\x10\x20\xca\x00\x41\x04\x88\x21\x7a\x17\x30\xa1\x84\x10\x2a\ \x50\x20\xb4\xc5\xa1\x02\x4b\xb1\x4f\x07\x72\xa7\x3a\xe9\xe3\x30\ \x65\x83\x51\xe2\xf6\xfa\xea\xf6\x8e\x12\x84\x90\x85\x3c\x99\x7a\ \x65\x38\x6a\x9a\x3a\x2a\x71\xb5\x5f\x69\x30\x34\x13\x9a\xa1\x4a\ \xb5\x6d\xd3\x9e\x9c\x9c\x90\xe0\x47\xe3\xd1\xe4\x68\x92\x66\x19\ \x4f\x44\x00\xc0\x04\x87\x18\x10\x42\x80\x11\x20\xc4\x18\x0b\x10\ \x11\xc1\xc6\xda\xbb\xbb\x3b\xca\xd8\x60\x30\x9c\x1c\x9d\xbe\x32\ \x6f\x8e\x26\x93\xc1\x60\xd4\xb6\xdd\x70\x38\xfa\xf4\xd3\xcf\x38\ \x13\x8b\xc5\x7a\xbf\x2f\x11\xc6\x47\x47\x43\x6b\x75\x9f\xd9\x6e\ \xad\x25\x84\xf4\x1e\x0a\x18\xe3\xf3\xb3\xf3\xc9\xf4\x88\x50\x6a\ \xb4\x99\xcf\xe7\xfb\xfd\xfe\x70\x38\x78\xef\xfb\x79\xc5\x5a\xab\ \xba\x0e\xfd\x40\xbc\x22\x10\x42\x10\xa3\xb5\xb6\xae\xeb\xa6\x69\ \x84\x10\x67\x67\x67\xdb\xed\xf6\xf7\xdd\x56\x04\x04\x04\x63\x6f\ \x8d\xea\x1a\x84\xf0\x6e\xbb\x99\x1e\x4d\x96\x8b\x7b\x84\x50\x55\ \x55\x59\x96\x69\xdd\x29\xa5\x10\x42\xc6\x18\xeb\xb4\x10\x2c\xc6\ \xc8\x39\x07\x8c\x8c\x31\xde\x87\xba\x6e\x94\x52\xe7\xe7\x67\x49\ \xc2\x29\x46\x08\x45\xc1\x25\x26\xa8\x6d\xdb\xba\xaa\x28\x21\xf3\ \xb3\x79\x08\x21\x49\x04\x25\xf9\xe1\x70\x48\x12\x31\x28\x8e\x3a\ \xa5\x9a\xba\x8e\x31\xba\xe0\x62\x40\xce\xb9\xb3\xb3\xb3\x07\x0f\ \x1e\xbc\x7c\xf5\xaa\x1f\x66\x09\x25\x08\x63\x42\x69\xd7\xb6\xbd\ \x78\x30\x86\x18\x03\x10\x06\x89\xe4\xc3\x51\x51\x57\xad\x0f\x81\ \x31\x06\x11\x22\x7e\x6f\x1e\xdf\x5b\xbc\x7f\x3f\xb6\xc4\x18\x49\ \x22\x30\xa5\x84\x73\x86\x31\x26\xac\x37\x2f\xe4\x14\x97\x65\x0d\ \x31\x26\x82\x77\x4d\xdd\xb5\xcd\x7a\xb5\xf4\xde\x4f\xa7\x47\x99\ \x94\xce\x39\x45\x09\x23\x38\xfe\xd3\x75\x73\xdf\xdf\x75\x8c\x71\ \x59\xb7\xd7\xb7\xb7\x9b\xb2\x4c\x44\xfa\xe8\xe9\x93\x10\xe1\xe2\ \xfa\x2a\x46\x4f\x29\x43\x80\x63\x88\x24\x86\xfd\x6e\xcb\x8e\xa6\ \xb7\xb7\x57\x9c\xb0\x62\x90\x5f\x5f\x5d\x50\xc1\xd7\xab\xe5\x64\ \x3c\xae\xea\xca\x6a\x1d\x63\xdc\x6e\xb7\x8c\xd1\x9e\x1e\x9d\xa6\ \xa9\xd6\xaa\x6d\x9a\xbc\xc8\x6f\xaf\xae\xf0\xc3\x87\x0f\x1f\x3e\ \x74\xce\xa5\xa9\xc4\x11\xcd\x8e\x67\xde\xfb\xb6\x6d\x36\x6b\x33\ \x9f\x9f\xfe\xe8\x47\x3f\x5a\x2e\x16\xa3\xe1\x70\x30\x28\xa4\x94\ \xe7\xe7\x67\x46\x1f\xf5\xf2\x66\xc6\x99\xd7\xb6\xe7\xac\xfe\xc9\ \x1f\x7f\xf9\xee\xf2\x92\x12\xd2\x6a\xed\x7d\xe0\x82\x22\x42\x8c\ \x52\xbb\xf5\xd2\x59\x4f\x28\xed\x3a\xcd\x13\x31\xc8\xb3\xf1\x68\ \xb4\xd9\xae\x09\xc1\x59\x9a\x5a\xef\xac\xb5\x9c\xf3\x2c\xcb\xad\ \xd5\x83\xe1\xa0\xdf\xee\x17\xc5\xe9\x7a\xbd\xd1\xad\xe2\x8c\x26\ \x49\x82\x90\x96\x09\x0f\x21\xa0\xe8\x47\x79\x5a\x55\xd5\x7a\x71\ \x07\xce\xc4\x10\x37\xab\x45\x53\x1d\xf6\xdb\x15\xe7\xfc\x0f\xfe\ \xe0\x47\x82\x61\x8a\xe3\x41\x72\x14\x5d\x0c\xee\xc3\xe1\x11\x8c\ \x10\x44\xef\x5d\xcf\x63\xea\x29\xe6\x59\x96\x7b\xef\x01\xe2\x70\ \x38\xc0\x94\x28\xe8\x62\x0c\x84\x90\x44\x72\x82\x09\xa3\x14\x23\ \xcc\x39\x63\x8c\x06\x84\x29\xd0\x18\xc1\x5a\x13\x62\x10\x94\x81\ \x0f\x9c\x51\x4a\x89\xb3\xb6\xac\xaa\xc6\x6b\x4b\x21\x9a\x06\x99\ \x06\x63\x34\xc9\x85\xd2\x07\xb7\x47\xce\x79\x15\x0d\xc6\xd0\xe8\ \xba\x59\x79\xcb\x51\x56\xe4\x04\x70\x2e\xa0\xa3\xc1\x71\x14\x83\ \x7b\x75\x77\xe9\xba\xce\x1b\xbb\xd9\x6d\xbc\xf3\x49\x92\x34\x6d\ \x4b\x39\x67\x9c\x51\x46\xb5\x35\x4d\xd7\x06\x04\x10\x03\xc6\x08\ \x33\x16\xbd\x27\x98\x58\x6b\xd7\x9b\x4d\x51\x14\x9c\xf3\xe1\xe8\ \x88\x51\xba\xd9\x6c\x63\x44\xce\x59\xce\xf9\x6a\xb9\xb6\xd6\xbd\ \x7b\xf7\x4e\x29\x15\x21\xc4\x68\x39\x67\xce\xb9\xeb\xeb\xeb\x34\ \x4d\xfb\x79\xab\x8f\xce\x2c\x8a\xa2\x6d\x5a\xc2\x28\xa5\xd4\x5a\ \xdb\x6b\x4b\x7a\x26\x10\xc6\xf8\xc1\x83\x07\x45\x51\xc0\x3f\x16\ \x75\xf5\xcf\xa8\x5b\xc4\xb8\xd7\x2d\x12\x42\x7a\x5d\xbe\xb5\xb6\ \x9f\xc5\xde\xd3\x8b\x31\xa6\x84\x00\x20\xe7\x6c\x5f\xce\x76\xbb\ \x1d\x42\xa8\xb7\xec\x48\x13\xe9\xec\xfb\xe2\x1d\x42\x40\x88\xf6\ \x95\x0b\x01\x52\x4a\x11\xc2\x18\x13\x45\x91\x79\xef\x4e\x4e\x8f\ \xb7\xeb\xf5\x7a\xb9\x96\x52\x4c\x26\x93\xe1\x70\xa0\xba\xce\x3b\ \x0f\xc1\x23\x08\x55\x79\xe0\x9c\x73\x46\x8c\x6e\x53\x29\x18\xc5\ \x49\xc2\xdb\xb6\x65\x9c\xb5\x6d\xc3\x18\xdb\x6c\x36\x77\x77\x77\ \xd6\x58\x42\x08\x42\x18\x53\xa2\xad\x9d\x8c\xc7\x45\x9e\xf7\xb3\ \x1b\xc2\xa4\xeb\x5a\x40\xa4\x69\x5e\x32\xce\xb9\x60\xae\xb3\x94\ \x12\xc6\x58\x9a\xa5\xfd\x2c\xdc\x0b\xc1\xfa\xb2\x15\x42\x70\xce\ \x87\x14\x30\x21\x82\x73\x8c\x71\xdb\xb6\x94\xf1\xdd\x36\x5a\x67\ \x28\x65\x0c\x03\x41\x28\xcb\xf2\xed\x76\xdf\x4b\xca\x09\x21\xf7\ \xf7\xf7\x3d\xd2\x3f\x9b\xcd\xea\xba\xc6\xe8\x03\xd5\x3f\x00\x40\ \x19\x8f\x98\x6a\x63\x5d\x88\x75\xdb\x50\xce\x9d\xf7\xce\x7a\xca\ \x82\x4c\x32\x41\x30\x06\xcc\x18\x15\x82\xdf\x5e\x5c\xfd\xd1\xcf\ \x7e\x76\x7b\x7d\xbd\xde\x6e\x18\x63\x97\x37\xd7\xbb\xdd\xc0\x59\ \x67\x8c\xf1\xc1\x5b\xeb\x84\xe8\xd9\x03\x38\xcb\xf2\xed\x76\xeb\ \x7c\xac\xeb\xe6\x68\x3a\x62\x14\x1f\x4d\xc7\x69\x9a\xfe\xe2\x17\ \xbf\xa0\x84\x8c\xc7\x93\x07\xc7\x47\x21\x38\x88\x21\xcd\x24\xe7\ \xd4\x3b\xa3\x55\x93\xc9\xc4\x5a\xd3\x54\xe5\x78\x3c\x72\x36\x8b\ \xc1\x19\x6d\x10\x82\x18\x1c\x20\xb8\xbe\xbe\xda\xed\x76\x3d\x5d\ \x9b\x0b\x81\x28\x01\x8c\x4f\x4e\x8e\x19\x06\x65\x35\x13\xc2\x59\ \xbd\x59\xaf\xea\xb2\x2c\x06\x45\x26\x25\x61\xac\xed\xba\x7e\xbc\ \x7a\xf4\xe8\xd1\x74\x3a\xbd\xba\xba\xa8\xea\x4a\x4a\xe9\xbd\xb7\ \xce\x76\x9d\xa6\x14\x33\x2e\xd2\x34\xa5\x94\x72\xc6\x0e\xfb\xed\ \x76\xb3\x2a\xcb\xb2\xef\xd4\x30\x06\x29\x18\x8a\xde\x99\xee\xc7\ \x7f\xf0\x79\x92\x24\xbb\xcd\xfa\xfa\xfa\x5a\x6b\x7d\x7c\x7c\xfc\ \xd3\x2f\xfe\x40\x30\x1a\x3f\x54\x2e\x2a\xa5\x94\x52\x72\xce\x7b\ \xad\x52\xaf\xc2\x61\x8c\x19\x63\x7a\x8b\x27\xca\x59\xc2\x05\xa3\ \xdc\x18\x9d\x26\x49\x8f\xdb\x62\x84\x00\x80\x73\x9e\x64\xc2\x23\ \x4c\x30\x96\x09\xa3\x98\x50\x82\x77\x9b\x75\xd7\xb6\x04\x01\x43\ \x31\xa1\x44\x30\xce\x3c\xe6\x94\xb7\x6d\xe3\xac\xc1\xce\x0f\x07\ \x83\x16\x80\x22\x3c\x4e\x13\x44\x10\x8e\xb6\x48\xd3\xd5\xdd\x2d\ \x63\x8c\x53\x76\x77\x71\x91\x26\x89\xf7\xde\x3b\xb7\x5a\xad\xcf\ \xe7\xe7\x98\x90\xba\x6d\x01\x90\xf1\xce\x43\x5c\x6e\xd6\x55\x55\ \x01\xc1\x55\xd3\xf8\x10\x00\x23\xca\x18\x26\x44\x1b\x13\x11\x70\ \xc6\xdb\xae\x0b\x10\xf7\xe5\xa1\x6e\xdb\xab\x9b\x5b\x04\xc4\x39\ \xaf\xb5\xd2\x5a\x2b\xd5\xdd\xde\x5d\x35\x4d\x87\x50\x74\xce\x00\ \x48\xce\x79\x6f\x69\xd3\x93\x9c\x94\x52\xf4\xf7\x3f\x6d\xdb\x46\ \x80\x6a\x5b\xf7\xc7\x7c\x4f\x95\xe8\xc7\x1a\xe7\x5c\xa7\x54\x3f\ \x88\xfd\x40\x5c\x6e\x10\x21\xb8\xbf\xc4\xbe\x63\xec\x77\xff\xfd\ \x07\x7b\x6f\xa0\xcc\x62\x44\xd4\x1a\xd5\xaf\xe4\xac\x51\xce\xf9\ \xde\x03\xcf\x68\xed\x8c\x61\x44\xbc\x27\xb3\x50\x12\x42\xec\xe1\ \x80\x5e\xc7\xdf\x43\x4b\x42\x70\xc6\x09\xa1\xe4\xf8\x78\x9a\x70\ \xb6\xdf\x6d\xbb\xae\x1d\x0d\x06\xb5\x77\x11\x85\x10\x43\x9f\xac\ \xc7\x39\x17\x42\x84\x10\xbf\xcf\xbf\xf1\x21\xa4\x89\x90\x49\x92\ \xa6\xe9\xcd\xcd\xcd\x7c\x3e\xef\x05\xf1\xc6\xd8\x18\x7c\x6f\x74\ \x31\x18\x14\xc3\xc1\x80\x31\xd6\xb4\x2d\xe7\xcc\x58\xdb\x29\xed\ \x1c\x56\x5d\x4b\x08\x1d\x14\x45\x67\x74\x6f\x68\x85\x31\x76\xce\ \xdd\xdf\xdf\xf7\x87\xbf\xf7\x1e\x00\x62\x88\xb3\xd9\x34\x46\xa8\ \xaa\xca\x7b\x1f\x01\x62\x08\xce\xb9\x24\x4d\x64\xc2\xb3\x2c\xa3\ \x8c\xb5\x6d\xcd\x18\x39\x9e\x4d\xad\xb3\x77\xb7\x3e\x86\xe0\xac\ \x4e\x12\x3e\x28\xf2\x0f\x54\xcf\x21\x8c\x10\x72\xc1\x13\x4a\x9c\ \xf3\xce\xf9\x24\x49\xa2\x8f\xd1\x45\x82\x28\x0e\xd8\x28\x1d\x08\ \x14\x49\xa2\xda\xce\x14\x1a\x63\x1c\x7c\xd8\xed\x76\x6d\xd3\x02\ \x02\x6f\xec\xa2\xb9\xa7\x40\x20\xc6\x5e\x3b\xdb\x4f\x73\xbd\x6f\ \x49\x7f\xba\xcc\xe7\xa7\x59\x96\x0c\x06\x43\x91\x08\x99\xa6\x3f\ \xfa\xc3\x3f\xb8\xbd\xbd\xdd\x6e\x36\xb3\xa3\xe9\xb0\x28\xd6\x8b\ \xa5\x6a\x3b\xcf\x59\xdb\xb4\x6d\xdd\x70\x21\x30\x42\xba\x53\x2d\ \x65\xaa\xed\x82\xf3\x8c\x52\x88\x7e\x50\x64\xaf\x5e\xbf\x7d\xf3\ \xfa\xcd\x70\x3c\x41\x04\x23\x84\x42\x8c\x08\x13\x84\x68\x91\x67\ \xa7\xb3\xa3\xf9\xf1\xcc\xc7\xb8\x5a\x6f\x52\x29\x94\x76\xeb\xf5\ \x3a\xcf\x07\x8b\xfb\xe5\x64\x3a\x91\x59\xda\x75\xdd\x74\x3a\xa5\ \x94\x3e\x7b\xf6\x6c\xb7\xdf\x2a\xa5\xa4\x94\x3d\x42\x8c\x11\xca\ \x07\xa3\xa3\xd9\xf1\x7a\xbd\xaa\xaa\x4a\x1b\xdf\xb6\xaa\xef\xd1\ \x8c\xd6\x27\xd3\x29\xa5\xec\x67\x3f\xfb\xd9\xd7\x5f\x7f\xfd\xf8\ \xd1\xa3\x62\x30\xf8\xea\xab\xaf\x9a\xa6\xa9\xeb\x7a\x36\x9b\x8d\ \x46\xa3\x18\xe1\xc3\xc4\x3f\x18\x63\x6d\x54\xd3\xd5\x8c\x93\x10\ \x19\x42\x58\xca\x84\xf3\x2c\xf4\xfb\x41\x8c\xac\xd3\x09\x4d\x19\ \xa7\xa3\x51\xd1\x29\xd2\xd5\x8d\x73\x2e\x4b\x53\x46\x19\xc6\xc8\ \x5a\x8d\xa2\x77\x08\x18\xa6\x09\x63\x14\x22\x68\xc7\x9c\xef\xb6\ \xbb\xd1\x70\x90\x22\x92\xb8\x30\x01\xc1\x84\xcc\xb2\x4c\x33\xa9\ \xb5\x82\x10\xa5\x85\x82\x60\xc9\x45\xe0\x44\x24\xa2\x66\x92\x09\ \x01\xbc\xb0\xc6\x5a\x6d\x04\x17\x39\x49\x81\x46\x1b\x2d\x93\x03\ \x01\x18\xa7\x02\x01\xea\x54\x47\x19\x65\x82\x07\x1f\x28\xa3\x88\ \x60\x67\xad\x0f\x81\x52\xd1\x0f\x8c\x98\x51\x1c\x42\xff\x35\x66\ \x9c\xf7\xed\xe4\x7b\x21\x35\xa1\x8c\xd2\x34\x95\x59\x96\x64\x59\ \x91\xa6\x72\xbb\xd9\x6c\xb6\x3a\x4d\x4f\x67\xb3\x59\xef\x53\xd4\ \xcb\x18\xfb\xca\xd5\x2f\x9a\x62\x8c\x98\x10\xca\x18\x25\x84\x31\ \xd6\x73\x18\xfb\x82\x90\x65\x99\xea\xba\x18\xfe\xff\xe2\xf0\xc3\ \xe0\x73\xa1\x5e\xf8\x01\x42\x88\xfe\x95\xee\xaf\xaf\xf7\x1e\x83\ \x08\x80\xa1\xef\x56\x92\x24\x51\x4a\xbd\xc7\x62\x9d\x03\x88\xd6\ \x06\x8f\x22\x40\xc4\xb8\x87\x30\x63\xef\xd6\xa2\xb5\xb6\x26\x48\ \x99\x61\x0c\x3e\x38\xad\x63\x5d\x95\x8c\x90\x2c\x4b\x63\x1c\x75\ \x5d\x37\x9d\x4e\x00\x42\xf0\x8e\x52\xfc\xf8\xd1\x43\x4a\x70\xd3\ \xb4\x00\x71\x34\x1a\x01\x40\xd7\x29\x04\x20\x85\xc8\xb3\x4c\x70\ \xbe\xd9\x6e\x11\x31\x93\xc9\xe4\xbb\xef\x5e\xf6\x17\x8d\x09\xee\ \x41\xba\xbb\xbb\xbb\x54\x26\xcf\x9e\x7d\x94\xe5\x79\x5d\x37\xde\ \x39\xce\x68\x88\x20\xa5\xc4\x18\x5b\x6b\xfa\x16\xa9\x2c\x4b\xce\ \x79\xdf\x57\x52\x4a\x47\xa3\xd1\x6a\xb5\xc2\x18\xcb\x44\x5a\xeb\ \x7a\x7e\x36\x00\x80\xb5\x9c\x31\x29\x93\xc9\x60\x38\x19\x0d\x10\ \x26\x94\x89\xa3\xc9\x64\xb9\x5c\x5a\x6b\x7a\x8d\xae\x73\x2e\x84\ \x20\x93\x84\x31\xea\xbd\xfb\x80\x57\x08\x10\x20\x8c\x12\x91\x28\ \xa5\x8c\x36\x8c\xb1\x64\x90\x38\xeb\x51\x04\x86\x29\x42\x28\x7a\ \xf0\xc8\x79\x46\x9a\xd6\xd7\x55\x8a\x31\x58\x6b\xb6\xdb\x4d\x5d\ \xd7\xce\x3b\x44\xb0\xf7\xde\x5a\x4f\x09\xe5\x9c\x73\xce\xad\x0d\ \x84\x10\xe7\xe2\x76\xbb\x45\xbd\x64\x85\x52\x6b\x74\xd3\x54\xd6\ \x99\x08\x31\x2f\xf2\x93\xf9\x89\x60\x8c\x60\x78\xfa\xf4\x69\xd7\ \x34\x45\x9e\x8d\x27\x63\x80\x78\x77\x77\x17\x63\x1c\x8f\xc7\x8c\ \x31\x6b\x4d\xaf\xe8\x2c\x8a\x4c\x8a\x44\x2b\xf5\xed\xef\x5e\x8c\ \x86\x23\x4c\x89\xf7\x1e\x61\xe4\x43\xa4\x18\x51\x4a\xcb\xc3\xfe\ \xd6\xeb\x67\x1f\x7d\xf4\xe0\xe4\x5c\x70\xf1\xcd\xef\x5e\x20\x84\ \x38\xe3\x69\x2a\xf3\x22\xcd\xb2\xac\x6a\xea\x9e\xf5\x56\xd7\x75\ \x9a\x26\xbd\x72\x78\x3e\x9f\x97\x25\x00\x04\x1f\x21\x1f\x8e\xea\ \xa6\x5b\xae\x36\x4a\x29\x82\xe0\x6e\xb1\x98\x8c\x46\xe3\xc9\xf8\ \xa3\x8f\x3f\x9a\x9f\x9f\x6f\xd6\xdb\xd3\xf9\x99\xf8\xee\xe5\x9b\ \x77\x17\x3f\xff\xf9\xcf\xb3\xbc\xf8\xe4\xd3\xcf\x5e\xbd\x7a\x55\ \x0c\x86\xa7\xa7\x27\x8b\xcd\xfe\x83\x3d\x51\x01\x00\xbf\xe7\x03\ \xf9\x18\x23\x21\xb8\xf7\x44\xe9\xcd\x26\x63\x8c\xc6\xda\xe0\x03\ \x21\x3d\x5f\xa2\xc7\x83\x1c\xe2\x08\x00\x9a\xda\x03\xa7\x54\x0a\ \x4c\x98\xd2\x8a\x38\x8f\xad\x4f\x31\xfe\xc9\xb3\x8f\x18\x21\x08\ \x43\x9e\x15\x45\x92\x0b\xce\xd3\x3c\x03\x84\x10\x46\x8c\x11\x86\ \x31\x09\x91\x63\x02\xde\xcb\xbc\x30\x34\x3a\x1f\x30\x40\x0c\x51\ \x08\xde\xaf\x08\x83\xf3\xc6\x98\x9d\xcc\xef\x9c\xda\x34\x0d\xc1\ \x98\x31\x16\x00\x0e\x65\xd9\x5f\xa7\x0f\xc1\x05\x1f\x11\x82\x10\ \x42\x8c\x80\x20\x86\xe0\x43\x40\x00\x3e\xf8\x10\x42\x04\x68\xda\ \x16\x63\x84\xdf\x43\x3d\x48\xe9\x76\xbd\x89\x8c\xed\x31\x42\x6d\ \x57\x39\x67\x00\xc2\x7e\xbf\xeb\xc7\xa3\x5e\xcc\x6f\xad\xed\x97\ \xf5\xfd\xf9\x17\xa0\x67\x0e\xe1\xbe\x02\xf4\x7f\x49\x08\x49\x92\ \xc4\x18\x03\x80\xd0\x0f\xc9\xe5\x06\xa7\x69\xda\x5b\xb8\x38\xe7\ \xfa\x16\xfa\xf7\x0f\x95\xf4\x56\x3e\x3d\xe7\xbb\x87\x87\xfa\x10\ \xa7\x1e\xc5\x67\x9c\x59\x6b\x21\x38\x4a\x71\x08\x91\x31\x8e\x50\ \x0c\xc1\xf7\x55\x5c\x08\xfa\xfd\x41\x87\x31\x09\xc1\x77\x8d\xe2\ \x94\x01\x44\xad\x15\xa0\x38\x18\xe4\xde\x7b\x06\x28\x4b\x53\x04\ \x80\x20\xca\x44\x70\xc6\x54\xd7\x71\x46\x39\x23\x87\x43\xb9\xb7\ \xa6\xb7\xa9\x52\xcb\x55\x55\x55\x65\x59\x46\x00\x42\x28\x10\x8c\ \x30\xd2\x5a\xef\xf7\xfb\xc1\xa3\x07\xe5\xe1\xd0\x77\x82\x49\x92\ \x34\x6d\x83\x31\x49\x84\x04\x88\xce\x98\x7e\xec\xed\x73\x01\xfa\ \x0f\xd8\x87\x26\xf4\xbf\x03\x42\xeb\xf5\x1a\x21\x34\x18\x0c\xac\ \xb5\x08\xa1\xe0\x9d\xee\xba\x43\x8c\x82\x11\x9e\xa4\x27\x67\xe7\ \xe3\xf1\xf8\xed\xdb\xb7\x3d\x1d\xb7\xa7\xa4\xf6\xd9\x33\xfd\xcd\ \xf9\x40\xa8\x18\x50\x22\x92\xd1\x70\x54\x95\x55\x08\x1e\x23\x42\ \xf1\xfb\x83\x8f\x50\xc2\x18\xc3\x98\x20\x8c\x28\xc1\x5a\x75\x83\ \x2c\x0f\xc1\x6d\xd6\x2b\x65\x74\x04\xe0\x89\x88\x11\xf6\xbb\x7d\ \x9e\xe7\xda\x98\xfe\x8b\x15\x01\x86\xc3\x8c\x52\xaa\x3a\xcd\x28\ \x42\x00\x89\x60\x10\x02\x42\xb1\x6e\x2a\xeb\x3d\x17\xbc\x53\x1d\ \xa1\xc7\x08\xc1\xfc\xf4\x84\x71\x3a\x1a\x0d\x42\xf0\x87\xfd\xae\ \xaa\xeb\xc1\x20\x6f\xdb\x0e\x20\x0e\x06\xc5\x7e\xbf\xdf\x6c\xb6\ \xe7\x27\x27\x4f\x9f\x3c\x9e\xcd\x8e\x10\x84\xe5\xfd\x26\xc6\x88\ \x30\xc1\x18\xf5\x3b\x8e\xd5\x72\x91\xc2\x04\xa2\xbf\xba\x78\xe7\ \x22\xa4\x89\x60\x11\xed\x0f\x87\xd9\xc9\xec\xe8\xe8\xa8\x6e\x5a\ \x84\x10\xe7\xbc\xaa\xaa\x3e\xce\x0f\x23\x1c\x63\xcc\xf3\xec\x70\ \xd8\x01\x44\x8c\xe9\x66\xbb\x5b\x2c\xd7\xa7\x27\x27\x59\x31\xb0\ \x5a\x07\xef\x3a\xad\xaf\xaf\x6f\xc7\xc3\x31\xe7\x22\x95\xd9\xb3\ \x47\x8f\xcf\xcf\x1f\xfe\x97\xff\xfa\xb7\x9f\x7d\xfe\xa3\x34\xcb\ \x77\xfb\xc3\xe4\x68\xca\x45\x62\x9d\x2f\x06\x03\xf8\x50\x32\x2a\ \xc1\xfd\xed\x45\xce\xf9\x5e\x9f\xef\x9c\x7b\xef\xf3\x04\xd0\x27\ \x00\x89\x84\xf7\x79\xce\xd1\xfb\x24\x11\x32\xed\xe3\x53\x12\x46\ \x88\xa7\xc0\xa4\x20\x1e\x9c\x75\x1c\xc1\xa0\xc8\x8f\xb2\x22\x13\ \x42\x50\xc2\x08\x71\x21\x58\x00\x15\x9c\xaa\x4a\x20\x88\x09\xc6\ \x1c\xa6\x00\x24\x44\x81\xb1\xe9\x3a\xa6\x6a\x27\xa8\xb5\x2e\xcf\ \x32\x63\x2c\xeb\xdb\xe4\x08\xa9\x94\x32\x4b\x64\xc8\xc2\xae\x45\ \x18\x2b\x63\xba\xfd\x5e\x08\x2e\x65\x1a\x43\x88\x00\xda\x1a\xd5\ \xa9\x08\xd0\x43\xc9\x18\x61\x8a\x50\x04\xc0\xa4\xa7\xee\x13\x88\ \xc1\xc7\x10\x83\x45\x10\x19\xe5\x31\x82\x94\x1c\xc0\x37\x4d\x67\ \x8c\xe9\x54\xc3\x38\xae\xeb\x83\x4c\x12\x42\x49\x5f\x91\xfb\x75\ \x5c\x5f\x9b\xfa\x29\x27\xa2\xf7\x7d\x8c\xd6\xba\x7f\x82\xdf\x97\ \xb9\x9e\xae\x84\x7e\x20\x8a\xeb\xbe\xac\xe4\x79\x3e\x1a\x8d\xfa\ \x6b\xed\x2d\x6e\x94\x52\xda\x18\x04\x40\x09\x41\x31\x10\x42\x7b\ \xc3\xf5\xef\xf9\x04\x8c\xb2\x7e\xe6\xb1\xda\x20\xc0\x58\xf0\x18\ \x03\xe3\x04\x53\x2a\x10\x18\x6b\x8a\x01\x1a\x0f\x47\x5a\x9b\xa6\ \x69\x01\xa5\x79\xce\x00\xa1\xb2\xaa\xbd\xb3\x52\x88\xc3\xe1\x70\ \xd8\x97\x59\x96\x85\x88\x9c\x73\x55\xdb\xee\xca\x32\x78\x9f\x48\ \x49\x08\x6d\xda\xae\x77\xa7\x0a\x21\x26\x89\x10\x49\x82\x30\x16\ \x42\x2c\x57\x4b\xe7\x2c\x21\xc4\x22\x87\x00\x53\x42\x43\x8c\x00\ \x20\x65\x46\x28\x1d\x66\x99\x90\x92\x94\x95\x52\xfa\xc1\xa3\x47\ \x5d\xab\xdf\x5d\x5e\xc8\x3c\x87\x18\xb4\xd1\xa9\x4c\x1f\x3d\x7a\ \x64\x8c\xb9\xbf\xbf\x6f\xda\xc6\x39\xdb\x76\x2d\x63\x8c\x52\xb6\ \xdf\x1f\xf2\x3c\xeb\xf1\x7b\x84\x40\x2b\x15\x63\xec\xba\xae\x69\ \xea\x44\x66\x2c\x49\x63\x04\xad\x8d\xb5\xce\x5a\x77\x73\x73\xdb\ \x34\x8d\x94\x92\x10\x1a\x42\xfc\x70\x3e\x17\x82\x62\x50\x3c\x7c\ \xf4\xf0\xfe\xee\xfe\xe6\xf2\xca\x2a\x3d\x9b\xcd\x04\x15\x4d\xd3\ \x58\xeb\x62\x08\x8c\xe3\x7e\xaf\x6a\x8c\x99\x8e\x27\xd6\xbb\xa6\ \x6d\x04\x17\x69\x9a\xb4\x46\xb5\xad\x5a\x6f\x36\x84\x50\xd5\x29\ \xc6\xb8\x94\xb9\x35\xa6\xb3\x4e\x29\x75\x7c\x3a\xc7\x8c\x6d\x0e\ \xfb\x3c\x61\xc3\xd1\xb0\x18\x8d\xca\xba\xba\xba\xbd\x99\x4e\x8f\ \x36\xfb\x5d\x22\x92\xf9\xc9\x3c\xcf\x07\x77\xab\xfb\xa4\xc8\xef\ \x97\xcb\xcd\x61\x4f\x10\x1e\x0c\x46\x8b\xe5\xca\x39\x37\x1a\x8d\ \x30\x26\x5d\xd7\xf1\x84\x6b\x63\x39\xe7\xdb\xdd\x76\xb1\x5c\x22\ \x82\x51\x44\xef\x8f\x74\x84\xea\xba\xc1\xf3\xe9\x68\x34\xde\x43\ \x35\x1d\x4f\x02\x26\xb7\x77\x8b\xd3\xd3\xd3\xa7\x4f\x3f\xfa\xfb\ \x7f\xf8\x25\xc6\x84\x60\xd4\x34\x4d\x96\x65\xc3\xe1\xf0\xfc\xfc\ \xec\xf6\xf6\xfa\xf5\x9b\x37\x46\x9b\xfd\xbe\x74\x0e\x8a\x41\x56\ \xb7\xba\x69\xea\x62\x38\xe2\x94\x30\x2e\xd6\x9b\x8d\x4c\x38\x8a\ \xf1\x6f\xff\xfe\x1f\x64\xc2\x7f\xfe\xf3\x3f\x93\x69\xb6\xd9\x6d\ \x43\x04\xef\xc3\xf3\x6f\xbe\xf9\xe6\x9b\x6f\x18\x63\x87\xb2\xfa\ \xe8\xe9\xb3\xd1\xec\xf8\x83\x63\x2e\x11\xea\xe5\x06\x31\x04\x4f\ \x08\x26\x04\xc5\xe8\x7f\xaf\x31\x02\x42\x88\xb7\x86\x10\x12\x9d\ \x8b\x21\x7a\xeb\x10\x46\x31\xfa\xc5\x9a\x8c\x1b\x00\x00\x20\x00\ \x49\x44\x41\x54\x10\x48\x0c\xc4\x45\x02\x98\x58\xe7\x43\xdb\x25\ \x0e\x72\x21\x86\x42\xf0\x18\x82\xee\xf8\x68\xdc\xd6\xcd\xc3\xa7\ \xcf\x36\xd1\x69\x04\x9c\x73\x99\x26\x59\x96\x32\x42\x13\x86\x39\ \xa0\xa8\xcd\xe2\xf2\x4a\x43\x54\x9c\xee\x9a\xf2\xe3\x87\x67\x27\ \x45\x8e\x01\x0e\x87\x83\xd5\xa6\x18\x0f\xb3\xc1\x50\x27\x2c\xf7\ \xba\x34\x2a\x06\x9f\x65\x29\x21\x04\x61\x84\x48\x6f\x0c\x81\x10\ \xc1\x8c\x33\x46\xa9\x8f\x00\x04\x13\xd2\x5b\x37\x00\x00\x20\x88\ \xfd\xa6\x3b\x22\x06\x31\x30\x46\xad\x73\x9c\x71\x04\xc8\x53\xd2\ \xa9\x8e\x71\x3a\x1b\xcc\xbc\xf5\x84\x11\x82\xc9\xf7\x7d\x49\xcf\ \x05\xe9\xf1\x2c\x29\x25\xa1\xd4\xc7\x80\x10\x72\xde\x07\xef\x7b\ \x5c\xa5\x4f\x18\x11\x42\x70\xf6\x8f\xd7\xa5\x7f\xbe\xca\x45\x30\ \x0e\xc6\x82\x0f\x69\x22\x11\x40\x91\xe6\x21\x78\x9a\x62\xd5\xb4\ \x9c\xf3\xd1\x60\x18\x9c\x09\xc1\x01\x46\x00\x01\x41\x24\x18\x12\ \xce\x30\x0a\x04\x93\xa6\x69\x53\xce\x7d\xe7\x30\x0e\x82\xd1\x48\ \x80\x70\x42\x31\x6b\x95\x92\xb6\x63\x5e\x28\xa3\xd2\x24\x03\x44\ \x3b\x17\xba\x56\x75\x11\xab\xd6\x55\x07\xed\x94\xbd\xb9\x5a\x9f\ \x3d\x7c\xb0\x6b\x6a\x96\x72\xeb\x7c\x8b\x88\x60\xa9\xf1\xa4\x6d\ \xbd\x56\x91\x12\xc2\x30\x10\x10\x52\xe6\x84\x53\x96\xf0\x80\xfc\ \x6a\xb7\x71\x28\x22\x8c\x89\x60\x31\x42\x24\x18\x53\x62\x00\x2e\ \xef\x97\x45\x31\x38\x39\x3d\x65\x22\x7d\xf0\x74\xb6\xab\xba\xd1\ \xd1\x69\x67\xee\x43\xc4\xc5\x70\xc4\x83\x2d\xcb\x32\x62\xc4\x65\ \x52\x36\x0d\xa2\x84\x70\xa6\xac\x8d\x18\xf5\x0f\xe9\xe4\x74\x7e\ \x3c\x9b\x59\xe7\x9a\xe5\xa2\x18\x14\xd6\xfa\xae\xeb\x10\x10\x17\ \x71\xb4\x61\xbd\x3e\xc8\x54\x52\x96\x28\xed\x8e\xa6\x09\x17\xa9\ \x4c\x91\x10\x22\xcb\x87\x55\xad\x7a\x46\xfe\x87\x41\x5d\x38\x82\ \x37\x76\x32\x1a\x1d\x06\xc5\xc3\x87\xe7\xa3\xd1\xa8\x94\x95\x71\ \x66\xb9\x5e\x7c\xf6\xd9\x67\x08\x42\xd7\x36\xde\x45\x21\x84\x47\ \xa8\xd5\x46\xe4\x85\xd6\x5a\x72\xa1\xca\xd2\x85\x20\x32\xa9\x94\ \xc9\xd3\xbc\xab\xcb\x04\xd1\x2c\x1b\xd4\x65\xbd\x6f\x6b\x01\x47\ \x0e\xf9\x52\x95\x1f\x0d\x1f\x14\x32\xbd\x5b\xef\x28\xc6\xbb\x7d\ \x73\x68\x54\x59\x96\xfb\xaa\x7b\xf2\xe4\x13\x1c\xc2\x46\x2b\x09\ \x6e\xd1\xd5\x90\xca\xe0\xe3\xb6\xaa\x8d\x0f\x75\xd5\x24\x32\xb3\ \x21\x8e\xa7\xc7\x72\x3c\x0a\x5d\x47\x32\xb9\xa9\x0f\xfb\xb6\x42\ \x24\x62\x82\x05\x25\x80\x21\x46\x50\x11\x35\x31\xf9\xbb\xdf\xbe\ \x7c\xf6\xec\xa3\x83\xf2\x1f\xfd\xe8\x27\x26\x32\x99\xe6\x27\xf3\ \x07\xcb\xd5\xff\xf5\xf8\xf1\x93\x2c\x4f\x08\x61\x4d\xd3\xcd\xe7\ \xe7\x8f\x1f\x3f\x5d\xad\xd6\x45\x3e\x74\x0e\xb4\xf2\x3e\x92\x54\ \xa6\x14\xa1\x3f\xfa\xd9\x97\xfd\x24\x6e\x8c\x11\x49\x6a\xbd\xf3\ \xd6\xa7\x69\x6a\x23\x7d\x7d\x7d\xc7\x8b\x51\xe0\x52\x01\xae\x6d\ \x1c\x1d\x9f\x53\x79\x2d\xb3\x6c\x38\x39\xcb\x46\x27\x2e\x7e\xa8\ \xc7\x0d\x46\xce\x81\x56\x41\x8a\x28\xb9\xc4\x04\x43\x40\x8c\x32\ \x1c\x09\xa7\x09\xe2\x84\x73\xce\x3c\xc2\x01\x11\x8c\x31\x45\x38\ \xcf\x31\x8a\x08\x03\x02\x6c\xb5\x63\x94\x1a\x94\x68\xe7\x0b\x03\ \x23\x4c\x4e\x81\x64\xce\x10\x29\x63\x9a\xde\x34\x2d\x1d\x4e\x8a\ \x1f\xff\xb4\x3b\xec\x40\xb5\x27\x93\x69\x2a\x12\xca\x18\x63\x84\ \x93\x28\x82\xf7\x87\xfd\xc6\xfb\x3c\x2f\xc8\x70\x72\x30\x81\x0c\ \x27\xe9\xec\x28\x78\x9f\xf2\x14\xb5\x4d\x71\x34\x2d\xf2\x62\xbd\ \xaf\xce\x27\x53\x09\xf8\xca\xde\x0c\x26\x63\xcc\x29\x10\x12\x51\ \x0c\x3e\x54\xe5\xae\x6b\x2d\x27\x1c\xf9\xc0\x31\x45\x80\x7c\x0c\ \x08\x02\x42\x58\x12\x72\x76\x34\x8d\x10\x01\x90\x8f\x34\x00\x42\ \x08\xa4\x08\x31\x06\xca\x08\x15\xce\x21\x7c\x9a\x66\x3e\x86\xcd\ \x6a\x2d\x12\x2e\x13\x89\x11\xf2\xde\x03\x02\x4a\x99\x0f\xa6\xe7\ \x87\x67\xb9\x4c\xfe\x3f\xe6\xde\xbc\x49\xb2\xe4\xb8\x13\xf3\x23\ \x22\xde\x91\x47\xdd\xd5\xe7\x5c\x18\x0e\x40\xed\x52\x24\xcd\x24\ \x92\xf8\x00\xd2\x67\xd0\xd7\x94\x76\xc5\x35\x5b\x49\xb6\x26\x69\ \x69\x46\x80\x20\xb8\x92\x61\x89\x01\x06\x73\xf5\xf4\x5d\x67\x9e\ \xef\x88\x08\x77\xd7\x1f\x91\x95\x5d\xc0\x6a\x17\x54\xd3\x0c\x9a\ \xb2\xb1\xb6\xaa\xb6\xee\xe9\xcc\x97\xef\x79\xb8\xff\xfc\x77\x54\ \x8d\x48\x01\x7b\xb5\xb0\xa2\x82\xf3\x60\x56\x0c\x9d\x0a\x02\xf3\ \x5f\x16\xea\xfe\xc1\x12\x34\x8c\x99\xaa\xba\x6a\x9a\x9a\x99\x36\ \xdb\xcd\x30\x74\x93\xc9\xc4\x07\x77\x70\x38\x0f\x21\x34\x75\x35\ \x82\x30\x1a\x20\x55\x55\x55\xd7\x95\xf7\x7e\xe7\xb4\xcf\xae\x69\ \xa4\x6d\xda\xdc\xea\x18\x7b\x89\x59\x34\xb1\x82\xa9\xce\x9c\xaf\ \x0d\xd3\x6a\xb3\x5d\x2c\xc7\xba\x1b\x2d\x62\x1d\x5c\x15\x14\x34\ \x93\x80\x45\x01\x79\x7d\xf9\x66\x95\xba\x21\x8d\x87\x07\xf3\xee\ \x76\x21\xfd\xa0\xec\x5e\xbe\x7a\x6d\x00\x4d\xd3\x64\x91\x75\xb7\ \x61\xe7\xe2\xe2\xd6\x50\x44\x75\x18\xc6\x71\x48\x48\x8c\x40\xc4\ \x98\x41\x11\x89\x90\xba\x71\xe4\xb1\xdf\x8e\xa3\x12\xb5\xed\x24\ \x66\x4d\xaa\xbf\xfe\xcd\x97\x6f\xde\xbe\x41\xa2\xaa\xa9\x03\x84\ \x61\x18\x52\x4a\xc5\x6f\xc0\x7b\x3f\x0e\x23\x42\x59\x2b\x3b\x22\ \x3a\x3e\x3e\x76\x21\x5c\x5c\x5e\x3a\xe7\x3f\xfe\xe8\x93\xcb\xcb\ \xab\x17\x2f\x9e\xc7\x18\x63\x16\x4b\xe3\x18\x47\x62\x5e\xaf\x37\ \x7d\x3f\x10\xf1\x66\xb3\x5d\x2e\x17\x3f\xfa\xd1\x8f\xfa\x7e\x78\ \xfe\xfc\x45\xce\xf2\x7e\x2e\x37\x44\x74\x7e\x7e\x16\x63\x9c\x4c\ \xda\xf3\xf3\xb3\xae\xdb\x4e\x27\xed\x7c\x3e\xe9\xfb\x59\xd7\xcd\ \x0f\x0f\xa7\x84\x18\x98\xc6\x61\x70\xce\xc5\x14\xcf\xce\xcf\xc4\ \xcc\x18\x84\xa0\x6a\x9b\xd0\xd4\x93\xc3\xc3\xb8\x19\x60\xbd\x25\ \x72\x35\x71\x34\x9d\x1e\xcd\xc7\x9c\x30\xa6\x8b\x5f\x7f\x07\x8e\ \xae\xeb\x66\x1c\x87\xc6\x87\x3c\x44\x76\x14\x25\xf5\x63\xcf\x88\ \x7f\xf3\x37\xff\xe7\xbc\x6d\xf9\xb0\x89\xcf\x64\xb1\x5e\x6a\xca\ \xdb\xf5\xfa\xbb\x57\xdf\xd5\x75\x3d\xa6\xb4\x78\xdb\x93\x0f\x6d\ \x55\x7d\xf3\xfc\xb9\xf7\x9e\xd8\x2d\x57\xab\xe5\x62\xe5\x82\x77\ \xc4\xa2\x0a\xa6\x81\x7d\x56\xdd\x8c\x71\xf1\xea\xb5\x12\x1f\x1e\ \x1d\x47\x83\x55\xd7\x3d\x7f\xf5\xe6\xd5\xeb\x37\xc3\x38\xd4\x4d\ \x35\x9d\xce\x9a\xa6\xf9\xfa\xeb\xaf\xaf\xaf\xaf\xfe\xed\xbf\xfd\ \x66\xbd\x5e\x3b\xe7\x2e\x2f\xaf\x72\xce\xb3\xb6\x51\xd1\x47\x8f\ \x1e\xfe\xf9\x9f\xfd\xe9\xc5\xc5\xc5\x9b\x37\xaf\xff\xe2\x2f\xfe\ \xe2\xe8\xe8\xe8\x27\x3f\xf9\xc9\xc5\xc5\x45\x12\xe9\x53\x6a\xba\ \x2e\xa9\x3c\x7b\xfe\xfc\xd5\xeb\xd7\x7f\xf7\x0f\x7f\x6f\x8a\x2f\ \xdf\x5e\xfc\xe8\x87\x7f\xfc\xc1\x47\x1f\xfd\xeb\xbf\xfe\xeb\xbf\ \xf8\xcb\xff\xf6\xfd\xba\x5d\x15\x9d\xcd\x0e\x1e\x9c\x3f\x9e\xcd\ \x5a\x4f\xa0\x66\x66\x8a\x8c\x66\x68\x00\xde\x87\xa6\x6e\x82\x79\ \x02\x2c\x86\x5b\x40\xc8\x44\xc8\x68\xa0\x6a\xea\xd8\x45\x17\x04\ \xe8\x28\xa5\xd9\x76\x5b\x8d\x03\xa6\x94\x1d\x77\x91\xad\x99\xba\ \x83\xe3\x2d\xba\x1e\xcd\xb5\x6d\x3b\x3b\x60\x64\x33\xe1\xaa\x72\ \xce\x28\x0d\xec\x9c\xa9\xb6\x4d\x3b\x7b\xf4\x64\x39\x8c\x51\x6d\ \x04\xf4\x55\x3d\x3d\xad\xb2\xa9\x31\x8f\x39\xbf\x78\xfd\xea\xe1\ \xd1\xc9\xc9\xc1\xf1\xc9\xd9\xf9\xf5\x7a\xb9\x1e\xfb\xba\x6d\xd5\ \x0c\xcc\xea\x7a\x02\xba\x10\x33\x22\xdd\x2d\xc4\x0c\x8c\x58\x44\ \x7c\x70\xcd\xa4\x2d\x6c\x21\x83\xa0\xc6\xaa\x62\x26\x6a\xa2\x66\ \x4e\xb3\xaf\x5b\x60\x4a\x29\x79\x17\x1a\xef\x1d\xb3\xaa\x06\x0e\ \xa5\xd3\x74\xce\x85\x2a\xf8\xe0\x0b\x37\x82\xca\x61\xec\xdf\xb1\ \xa6\x0c\xa0\xa8\x56\xdc\xf7\xa7\xe7\x2a\x6a\xf2\x7e\xd8\xa4\x3c\ \x77\x9e\xbd\x67\xd1\xc4\x1e\x09\xe9\xf8\xf8\xd0\x39\x16\xd1\x61\ \xab\xa0\x86\x64\xe5\xd5\x23\x11\x33\x1b\x00\x92\x51\x15\x2c\xb8\ \x04\x29\xa9\x61\x06\x8a\xc2\x63\xe6\x9c\xdb\xd0\x1e\x50\xed\x42\ \x38\x3e\xac\xb6\x69\x2b\x63\x17\x3c\x56\xe4\x6a\x1f\x8a\x5a\xdf\ \xcf\x66\x8a\x16\x87\x2d\xa9\xc4\x57\xaf\x28\x84\x83\x10\x08\xec\ \x7a\xbb\xac\x26\xad\x0f\x35\x20\x76\xb1\x43\xe4\x99\x6b\xb7\xdb\ \x5e\x93\xa1\x62\xb7\xe9\x7c\x08\x88\x08\x86\x9a\x05\x11\x02\x12\ \x83\x39\xc6\xc5\x62\x61\x26\x6d\xdb\x3e\x1f\x63\x99\x6b\xc1\xb4\ \x69\x9b\x71\x18\xba\xa1\x03\xb3\xa6\xae\x73\xce\x6d\x31\xfa\xc8\ \x99\x11\xbd\x73\x22\x32\x9f\xcf\x0b\x7f\xad\xf0\xfe\xbf\xfa\xea\ \xab\xc2\x5e\x29\x39\x66\xa2\x65\x97\xac\x66\x12\x63\xbe\xba\x7a\ \xdb\x75\x9b\xc5\xf2\x76\xb5\x5c\x6c\xb6\x9b\xdb\xdb\x2b\x35\x81\ \xf7\x35\x8a\xda\x6e\x97\xa6\x7a\x7c\x3c\x7b\xf4\xe8\xf4\xf9\xf3\ \xe7\x80\xf9\xf4\xe4\xfc\xc1\x83\x93\x1f\xfd\xe8\x07\x88\xf8\xfc\ \xdb\x67\x63\xdf\x39\xef\x27\x6d\x13\xaa\x60\xa0\xc4\xd4\x4e\xdb\ \x2c\x32\x3f\x9a\x23\xa2\x12\x6d\xe0\x36\x6e\x37\x86\x30\x76\x1b\ \x71\x28\x43\xf7\xf1\x93\x0f\x1e\x8a\xff\xe3\x87\x9f\x5d\xac\xae\ \x5e\xbf\x7a\x0b\xd3\xc9\xe1\x83\x87\x3e\xf8\x0f\x1e\x3d\xdc\x76\ \xdd\x02\xe9\xd1\xf9\x83\x61\xd3\x0d\x8b\xd5\xb8\xb8\x19\x5f\xbc\ \xf2\xec\x98\x69\x5c\x6f\x96\xaf\x5f\x1e\x7d\xfa\x69\xd5\x84\x64\ \xba\x5a\xdf\x68\x9e\xb4\xec\x37\xab\x6d\x4e\xb2\x5c\xac\x1d\x72\ \xed\x6b\x33\x88\x39\x99\x59\x13\x82\xc4\x98\x65\x50\xb5\x9f\xff\ \xc3\xcf\x3e\xfe\xe8\x93\xe0\x43\x4c\x09\x91\x86\x61\xcb\x8c\x00\ \x7a\x73\x73\xe9\xbd\x3f\x3a\x3a\x40\x34\xd5\x3c\x9d\xb6\xde\xfb\ \xcd\x66\xcd\x04\xcc\xd8\xd4\x55\xa8\xdc\xdf\xfc\xfb\xff\xa3\xaa\ \x6b\x00\xfd\xfc\x57\xbf\x3c\x3d\x39\xe9\xfb\xed\x74\xda\x02\x80\ \x47\x37\x0c\xdb\x61\xdc\x7a\xcf\x39\x8f\x3f\xfb\xbb\x9f\x9e\x9d\ \x9d\x5f\x5e\xbe\x1e\xfa\xcd\xc3\x07\x27\x5f\x7c\xf1\xf9\xa7\x9f\ \x7d\xcc\xbf\x8f\xcc\xfd\x9f\xfb\x62\xc2\xe0\x9d\x73\x8c\x05\x7b\ \x53\x70\x8e\xcb\xc3\xe0\x3d\x33\x13\x00\x1a\x52\x22\x13\x02\x04\ \xcd\xa6\x68\x58\xdc\x28\x13\x28\x4a\x6e\xc0\x05\x43\xcb\x39\xa9\ \x50\x13\xa8\x6d\x81\xdc\xd1\xf1\xa9\x6f\xa7\x10\x25\xc5\xb1\x6d\ \x6b\x35\xd1\x9c\x91\x50\x24\x66\x04\x95\x28\x26\x19\x61\xcc\xd9\ \xe5\xb1\x6a\xab\x2c\x29\xc6\x11\xbc\xab\xbc\xef\xfb\x2e\x76\xdb\ \xcf\x7e\xf0\xe9\x5f\xfd\xf8\xc7\xab\x9b\xd5\x37\x5f\x7f\xfb\xf0\ \xe0\x78\x22\x78\x79\xbb\xbe\xba\x7e\x53\x55\x75\xe5\xbd\x26\xac\ \x5c\xeb\x98\x0c\x32\x18\x88\xa5\x6c\x2a\xa6\xe8\x1d\x78\xdf\xa5\ \x38\x0c\x83\x28\xa0\x3a\x04\x52\x55\x03\xd1\x3b\x32\xb9\x9a\x25\ \x15\x31\x45\x84\xf5\x30\x80\x99\x88\x94\xc7\xbf\x30\xb6\x0a\x0d\ \xa0\xeb\x3a\x00\x02\xdb\x91\x0a\xca\xde\xdc\xee\xbe\x44\xa4\xaa\ \x2a\xf8\x7d\x18\xfd\x1f\x6e\x5a\x14\xc9\x43\xbf\xdd\x6e\x57\xcc\ \x5c\xa0\xae\x9b\x6b\x29\x34\x28\x00\x4c\x31\x4a\xcc\x68\x80\x88\ \x8a\x60\x66\x63\x4a\x2e\x38\x03\xe4\xcc\x29\xa5\x4d\x1a\x7a\x8d\ \x98\xa5\x12\xc1\x31\x4d\xc8\x3f\x38\x7e\xd8\xd6\x6d\x55\x37\xcd\ \x74\x86\xcc\x95\x53\xe7\xc1\x1c\x27\x53\xc8\x52\xd7\x1c\x14\x6a\ \x0e\xe8\x79\x9b\xa3\xa0\x91\x23\x62\x36\x80\x21\x8d\xf3\x69\xb3\ \x4d\xe3\xf5\x7a\x41\x93\x06\xc0\x86\x3c\x4c\x78\xb2\xed\xc6\x6d\ \xdf\x97\x80\x38\x04\x82\x92\xc6\x94\x0c\xc9\xd0\x23\x10\x96\xce\ \xd1\x4c\x54\x33\x33\x66\x13\xd1\x08\x90\x43\x60\xe7\x18\x01\x8a\ \x7c\xa1\x20\x8e\x85\xbf\x03\x00\x65\x4f\x9a\x52\xaa\xaa\x4a\x55\ \xf7\x94\x34\xe7\x5c\x5d\xd7\x85\x5e\x5b\x85\xd0\x0f\x5b\x11\xad\ \x6a\xcf\xcc\x29\xc7\xaa\x76\x47\x47\xf3\xb7\x17\xaf\xb3\xe4\xd9\ \x7c\x52\x36\x15\xef\x57\xb9\x6e\x6f\x2e\x44\x8b\x71\xee\x76\x18\ \xb6\xeb\xb5\xef\xba\x75\x8c\x63\xe9\xc9\x17\xb7\xd7\x26\xa9\x8b\ \x7d\x8a\xfd\x7c\x7e\xf0\xdd\x77\x9b\xd0\xd4\x55\x5d\xa5\x9c\xd9\ \x39\x15\xd1\x24\xa9\xef\x92\x74\x11\x7b\x1d\xfb\x07\x93\x93\xcf\ \x4e\x3f\x39\xac\xa6\x1f\x1c\x3f\xac\xd5\x7f\xf6\xe8\x61\xe7\x92\ \xf7\x0e\x0d\xaa\x50\x89\x08\xd7\x07\x7c\xfc\xa8\xae\x9b\xa1\xed\ \xf3\x51\x1a\x73\x32\x80\xa6\x6d\xc7\x9c\xe2\x99\xbe\x3d\x7e\xb0\ \x1a\xfa\x75\x37\x68\xe5\x2d\xc3\x81\xaf\x63\x94\x31\x0b\x7a\x3f\ \xc4\x04\x86\x25\xcd\xdb\xb2\x4a\x56\x21\x99\x1e\xb6\xa6\x39\x84\ \x70\x30\x9b\x4c\xda\x0a\x00\x01\x98\x99\x53\xcc\x87\x07\xb3\x47\ \x0f\xcf\x62\x1c\xbe\xfd\xf6\xdb\xc7\x8f\x9f\x10\xe1\xa4\xad\x42\ \x08\x39\xe7\xf9\x6c\x22\x39\x5e\x5e\xbe\xad\x6b\xe7\x08\x9a\xb6\ \x02\x33\x95\x04\x96\x63\xec\x1f\x3e\x3c\x1b\xfa\x61\xbd\x5e\xb7\ \x6d\x5b\xb5\xd5\x3f\xfe\xe2\xff\x26\xe2\x0f\x3f\x7c\x5a\x37\xad\ \xa9\x9d\x9d\x9d\x30\xf3\xcf\xff\xc3\xcf\x5d\xc5\xe7\x0f\xce\xdf\ \x33\x5d\x1c\x31\xa7\x18\x87\xbe\x72\x0c\x8e\xcd\x54\x4d\x20\xa1\ \x0b\x8c\x68\x29\x0d\x29\x8d\x26\x0c\x80\x86\x56\xf8\xe2\x29\x8f\ \x40\xc8\x54\xc4\x9e\x78\x14\x9a\x83\x6a\x0a\x29\x6b\x1c\x20\x38\ \xa8\xc2\x80\x46\x75\xed\xbd\x6b\xbc\x77\xa2\x3a\xc4\x8c\xba\xd2\ \x2b\x36\xf4\xde\xa5\x1e\x10\x15\x73\xa4\xcd\x26\x4b\xa6\x9c\xe2\ \x66\xa5\x71\xb8\x59\x5c\x39\xb0\x83\xf9\x4c\xc1\xae\xde\xbc\x9e\ \x4f\x26\xb1\xdb\xfc\xec\x27\x7f\xe7\xb9\x8e\x7d\x7e\xfb\xe6\x82\ \xbd\x3b\x9e\x1e\x0e\xeb\x6e\xb3\x5e\xe4\x10\xb0\xcf\x35\x38\x06\ \x13\x13\x03\x2b\x62\x6f\x26\x36\xe6\x38\xc6\xeb\xeb\xc5\x98\x93\ \x2a\x90\x42\x09\x2e\xb3\x7b\xb4\x81\x94\x92\xdd\x29\xf9\x9c\xa3\ \x52\x92\x72\xce\x05\xa4\x2f\xf7\x7c\x61\x26\x99\x21\x21\xef\xd9\ \xa6\x65\xba\x2a\x7f\xa6\xfc\xe1\xdf\x1b\x76\xf5\x87\x64\xa2\x1a\ \x12\x10\xa3\x68\x8e\x69\x64\xe6\x40\x9e\x18\x91\xc0\x4c\x7d\x70\ \xa0\x86\x0a\xce\xb9\xaa\x6d\x42\x55\xa9\x19\x57\xbe\xac\x4c\x33\ \x80\x62\xb9\x82\x84\x9a\xbc\xc1\xa3\xc3\xe3\xf3\xe3\x63\x42\x07\ \x55\xe0\xb6\x8e\x88\x5d\xdc\xa0\x68\xa8\x1a\x05\x22\x42\xc7\xd5\ \x76\xb9\x4a\x9b\x75\x35\x69\xb3\x43\x55\xf3\x02\x29\x27\x44\xac\ \xea\xfa\xc9\x87\x1f\x7d\xf3\xfc\x59\x56\xe8\x17\xab\x11\x54\x40\ \xaf\x6e\x6f\x03\x06\x01\x18\x54\x04\xd1\xed\x92\x26\x48\x31\x11\ \x00\x39\xa7\x2a\xdd\xb0\x65\xc6\x98\xc6\xb2\x3d\x44\xa4\x61\xe8\ \x53\x1e\x57\xeb\xc5\xe5\xf5\xb5\x1a\xf0\x5d\xb4\x09\x12\x22\xe0\ \x5e\x61\x47\x80\xfb\xad\x70\xd9\xb6\x14\xbf\xdd\xfd\x39\x93\x73\ \x42\x2b\x1f\xb0\x02\x80\x88\x32\xd3\x7c\x3e\x1d\x86\x01\xb3\x21\ \xda\xfb\xba\x39\x23\x80\xa5\xd8\x85\xe0\x35\x8f\xfd\x76\x95\x63\ \x5c\x2f\x75\x3e\x3f\xa8\x3c\x11\x64\x53\x98\x4d\x9a\x2e\x5b\x1d\ \x42\xdd\xd4\xed\xb4\x6d\x26\x93\xa4\x52\xd5\x15\x20\xf6\xc3\xb0\ \x5a\x76\x55\x54\x31\xe9\x39\xf6\x2e\x3e\x38\x6a\xfe\xfc\xf1\x07\ \x3f\x9c\x3d\xc0\xd1\xb0\x9d\x5d\x92\x8e\xa1\x52\x4b\xd0\xd6\x63\ \x8c\x83\xa8\xf3\xec\x05\xfb\xcd\xb6\x46\x53\x8f\xd9\xb1\xf3\x6d\ \x16\xd9\x12\x69\xc5\xcd\x6c\xfa\xe8\xe1\xc9\xb3\x7f\xf8\xfb\x55\ \x4e\x43\x1e\xcc\x51\xb7\x59\x59\x5e\x57\xa1\x32\x22\x63\x36\xb4\ \xa4\xca\xe4\x95\x34\xa3\x26\x53\xf6\x1c\xe3\x90\xd2\x48\x0c\xaf\ \xdf\xbc\x2c\x8d\x30\x20\xa5\x98\xcc\xe0\xa7\x3f\xfd\x89\x5a\x22\ \xe2\xdb\xe5\x4d\x8a\xb1\xaa\xaa\x10\x82\x8a\xc6\x14\x6f\x6e\x6f\ \x63\xea\x87\xb1\x7a\xf9\xea\x79\x69\x75\xfb\x61\x1b\x2a\x4e\x69\ \x70\xce\xc5\x18\x55\x75\xb5\x1e\xab\x14\x88\x38\xa5\x71\x1c\xc6\ \xca\xbb\xae\xeb\x9e\x3e\x7d\xd4\x0f\xe3\x38\x8c\x4d\x53\x55\x55\ \x05\xef\xa7\xba\x02\x10\xcd\x63\x1c\x42\x0c\x28\x64\x00\x0a\x6a\ \x60\x59\x4c\xf2\xa8\x39\x21\x20\x9a\x43\x20\x44\x60\x62\x22\x34\ \x15\x1f\x7c\xdb\xd4\xde\x87\xba\x0a\x73\x85\x76\xdb\x63\x4e\x8e\ \x91\x3d\x25\xb0\x8c\x30\x9f\x4f\x54\x52\x0d\x36\x01\xad\xd3\xe8\ \x49\x28\x69\x60\x82\x11\x94\x0c\xd0\x60\x1c\xa8\x8f\x9c\xa4\x52\ \x03\x95\x23\xe7\x62\x37\x54\xe3\x30\x95\x56\x45\x66\xaa\x07\x80\ \xad\xda\xf2\xd5\xab\x07\x0f\x1e\x63\x1c\x37\x17\xcb\x87\x0f\x1f\ \xca\xd0\x9d\x3a\x1e\x2b\x7f\x30\x9b\x3e\x6e\x9a\x14\x63\x92\xa1\ \x1b\x56\x49\xf2\x10\xd3\x98\x25\x89\x81\x0b\x39\x6b\x5a\xaf\xc9\ \x79\x4f\x2e\x6b\x42\x42\x33\x40\x20\xdb\xc1\x12\x5c\x05\x02\x53\ \x53\x01\xe3\x0c\x9a\x35\xef\xf7\x86\x85\x43\x57\x6a\x93\x99\x95\ \xb2\xb5\x67\x45\xec\x2b\x57\xd9\xa4\xff\x53\x26\xf4\x3f\x5c\x82\ \x46\x31\x99\x4e\x29\x95\xe5\x7a\x49\x01\x31\x53\x11\x50\x55\xba\ \x43\xa0\x11\xa0\x38\x99\x01\x82\xe4\x5c\xfc\x06\x24\x25\x25\x73\ \x6c\x90\x62\x4d\x70\x7e\x72\x7c\x72\x74\xa8\xa6\x7e\x5a\xa7\x2a\ \x9c\x7f\xf6\x71\x87\x3a\x0e\x5d\xd3\x54\xbe\x0e\x8a\xe8\xc4\x1a\ \xe4\xee\x66\xf9\xed\xd7\xdf\xb8\xf9\x7c\x72\x72\x80\xcc\xb3\x50\ \x5d\xbe\xbd\x40\xb3\xc9\x64\x32\x3f\x3a\x9e\x2c\x37\xb3\x3e\x2f\ \x5f\xbf\x8c\x22\x75\x53\x2b\x81\x78\x10\xb4\x08\xa2\x9e\x12\x1a\ \x11\xab\x2a\x54\x2e\x67\x4b\x68\xad\x23\x33\x21\x72\xa6\x56\xf6\ \xbb\x88\x94\x73\xda\x05\x9c\x10\xb0\x51\x79\x42\x00\x00\x75\x27\ \x5a\x2c\xa4\x95\x72\xf8\x78\xef\x45\xa4\xf4\x5c\xe5\x3a\x14\x32\ \xad\x88\x88\x42\x51\x18\x00\xec\xb6\xc8\xcc\x3b\x2e\x75\xa1\x86\ \xbd\x1f\x13\xb5\xdc\x1c\xb5\xf7\x39\xa5\x88\x5d\xe5\x59\x12\x10\ \x18\x81\x82\xda\x18\x47\x66\x06\x83\x9c\x73\x5d\x55\x8c\xa4\x29\ \x4b\xce\x92\x93\x10\xc6\x9c\xfb\x71\xd0\x2c\x66\x1a\x2a\xe7\x92\ \x9d\xcd\x26\x7f\x72\xf4\xe8\x11\xf9\x49\x37\x72\x33\xdd\xcc\xeb\ \xd3\x7f\xf9\xc9\x8d\x8c\x47\xec\xab\xc9\x04\x1d\x83\xea\x94\x03\ \x0d\xf9\xe7\x3f\xfd\xbb\x8d\xe9\x83\x8f\x9e\x86\xd9\xd4\x55\xcd\ \x7a\xb9\x5e\x2c\x6e\xe3\x98\x26\x27\xc7\x71\xb3\x3e\x78\xfa\xd1\ \xcd\xf3\x67\x37\xb7\xd7\xc9\xb4\x6e\x9a\x69\xd3\x6c\xc7\x7e\xb1\ \x5d\x47\xcb\xd3\xc9\x54\xb2\x28\x00\x04\x02\x24\x61\x60\x66\xcf\ \x3b\xb0\xa5\xe4\x0d\xa7\x98\x4d\x32\x13\x84\x50\xc7\x38\xa6\x3c\ \x7a\xc7\xc5\xd6\x4e\x24\xa7\x51\x00\x40\x52\x44\x15\x26\xd3\x9c\ \xaa\xe0\xe2\x18\xc1\x64\x36\x6d\xbb\xed\xba\x69\x1a\xef\xc8\x3b\ \x92\x6c\x6a\x0a\x2a\x25\x9e\xc3\x31\x8d\x43\x87\x00\x8e\x49\x24\ \x4d\x67\xad\x48\x4e\x39\xbe\xbf\xf6\xc7\x00\x00\x14\x41\xb3\xa4\ \x9c\xcd\x54\x85\x34\x27\xcb\x03\x41\x76\xc8\x8d\x9b\x4c\x9b\x7a\ \x32\x99\x7a\xcf\x88\xd8\xd6\x75\x55\x55\xde\xb3\x65\xc9\x39\x85\ \x7e\x98\x79\x24\x1f\x90\xd0\x9c\xdb\xc4\x54\x4d\xa7\x92\x06\x30\ \xd5\xed\xb2\x7b\x63\xed\x30\x72\x1c\x3d\x22\x23\xa9\x66\x23\x03\ \x32\x1b\x47\x1d\x92\xeb\x06\x57\x6d\xda\xe3\x23\x57\xd7\x27\x0f\ \x1f\xd5\xce\xbb\x4d\xe7\x99\xfe\xab\xb3\xf3\xe0\xdc\x91\xe9\xff\ \xf0\xdf\xff\x77\xc3\x38\xfc\xf2\xf3\x5f\x6e\x36\x43\x3b\xac\x73\ \xbf\xa2\x3c\xf8\xe0\x2b\x1d\x47\x89\x63\x1e\x37\xdd\x66\x0e\xaa\ \x48\x12\xaa\xc8\xea\x42\x8d\x3e\x08\xa2\x22\x0f\x31\x6f\xfb\x6e\ \xd0\x88\xde\x11\x71\x56\x05\x28\xec\x87\xc4\x88\x22\x49\x53\x14\ \x91\x41\x52\x11\x6f\x16\x26\x60\x51\x19\x97\xdb\x98\x88\x08\x59\ \x44\xcb\xc3\x52\x8e\xf3\xfd\x41\xbe\x77\x7c\xfe\x9e\x54\x2e\x73\ \xcc\x75\xd5\x14\xfe\x6d\x19\xa9\x60\x47\xd1\x05\xe7\x1c\x21\x06\ \x0a\x85\xa8\x6d\x44\x25\xff\x06\xcc\x4a\x3b\xed\x89\xcd\x32\x45\ \x99\x35\xcd\xb1\xab\xe7\x5c\x65\x93\x66\x36\x93\x9a\x65\x12\xf2\ \xac\x16\xb2\x49\x5b\x37\xec\xac\x2c\xd3\x55\x2c\xa9\x09\xf5\xdb\ \x04\xbe\x9f\x9c\x9d\x4f\x0e\x0f\x12\x5a\x17\xaa\x07\xc7\xa7\x10\ \x73\x34\xc7\xdc\x3e\x7e\xf0\xe1\xf9\xf1\xa3\x97\xaf\x5e\x12\xb1\ \x9f\x57\xbd\xf4\xdb\x6d\x8f\x08\x80\xaa\xb0\x6b\x95\x81\xc1\xcc\ \xc8\xd3\xe1\xe1\x31\xe0\xae\x83\x45\xa0\x9c\x45\x44\xaa\xaa\x2e\ \x6b\xd3\xa6\x71\xbb\xea\xac\x6a\x56\x5e\x85\x05\xef\x55\xb5\x84\ \xa3\x14\xeb\xae\x42\x58\x2b\x06\x92\xe5\xa3\x1a\xc7\x11\x00\x9c\ \x77\x77\x19\x62\x04\x60\x72\x07\x1d\x98\x59\xf1\xbd\xfd\x67\xb8\ \xdc\x80\xf7\x55\x8a\x49\xb2\x4d\x9a\xe9\xa4\x99\xa9\x0a\x28\x01\ \xa1\x23\x0f\x86\xde\xd1\xc9\xf1\xf1\xee\xd4\x50\xe8\x57\x1b\x62\ \x1a\xb3\xf6\xc3\x60\x00\x81\x78\x95\x47\xee\xc7\xc7\xae\xfd\x93\ \x93\xb3\x0f\xb8\x69\x46\xa8\x8e\x67\x8b\x3a\xe0\xc7\xe7\xee\xc9\ \x59\x58\xad\x0f\xc2\x5c\xc0\x32\x03\x64\xe9\x87\xec\x93\x99\xb9\ \xab\xeb\xab\xe6\x2c\x9e\x3f\x98\x59\xf0\xdb\xd5\x76\x24\xf7\xf4\ \x93\x0f\x2d\xe5\x74\xb9\x78\x72\xf6\x64\x56\xcd\xae\xaf\xaf\x57\ \xeb\x75\x3d\xad\x07\x1c\x89\x79\xd8\xf6\xd7\x7a\xa9\x92\x4b\xae\ \xa8\xa8\x01\x02\xa0\xcd\x0f\x66\x07\xd3\x46\x76\x67\x1b\x02\x20\ \x35\xac\x26\x85\x60\xc4\x3c\x67\x82\x98\xa2\x99\x02\x60\xce\xb9\ \xe0\x8c\x6a\x2a\x39\x5f\x19\x34\x75\xfd\xe8\xe1\x43\x33\x4b\x29\ \x03\x58\x69\xc7\x8a\xef\x45\x8a\xc9\x7b\x1f\xbc\xdf\x79\xb9\x00\ \x22\xa2\x21\x8d\x29\x1f\x1e\x1d\xaa\x58\x3b\x9d\xd4\x4d\x6d\xef\ \x4b\x8a\x48\x29\xf6\x7d\x87\xec\xb3\x98\xe4\x4c\x84\x64\xce\x83\ \x34\x2e\xb4\x55\xdd\x3a\x7f\xdc\x1c\x56\xa1\x71\x8e\x09\x80\x10\ \x20\x45\x4c\x91\x00\xc0\x84\x44\x29\x45\x50\x15\x83\xac\xa6\x03\ \x47\xc6\xf5\xd0\x27\x04\x87\xbc\x06\x5f\xb1\x43\x02\xa7\x16\xc0\ \xc8\xcc\x50\x0c\x11\x19\x24\xa5\x20\x88\x63\xee\x86\xe1\xe2\xea\ \xad\x73\x9e\x01\xc8\xcc\x11\x4a\x4a\x4c\x64\xa6\xdf\x42\x09\x04\ \x02\x1f\xfb\x33\x76\xbc\xba\x98\x0e\x23\x22\xb4\x81\x01\x47\x37\ \xf3\xa9\x81\x37\x71\x3d\x8e\x9a\x44\xd8\x07\x5f\xb7\xed\x7c\xee\ \xdb\x96\x9c\x57\xa4\x7e\x4c\xdd\x38\xbc\xdd\x2c\xae\xfa\x4d\xcc\ \xca\x14\x90\x58\x14\x99\x89\xc0\x10\x58\x85\x4d\x32\x11\xfb\xe0\ \x0b\xf5\x74\x4f\x9d\x2f\x65\xab\x94\xb0\x7d\x79\xda\x77\x5e\xf7\ \xd1\xae\xef\x4b\xe5\x2a\xba\x81\xe9\x64\xd6\x36\x13\xb3\x9d\x2d\ \x57\x21\x2b\x95\x2f\x22\x0a\xec\xf7\x8d\xa2\x99\x31\x11\x21\xa9\ \xed\xde\x2d\x9b\x55\x24\x0d\x11\x8d\xd9\x89\x85\xca\x73\x70\x23\ \x82\x6b\x1a\x63\x40\xe4\xc3\x69\xeb\xb3\x66\x53\x47\x6c\x1a\x9d\ \x88\x64\x38\xac\x9a\xbe\x1b\xf2\x76\xa0\x83\x83\xce\xa4\x9d\xcd\ \xc6\x9c\x9c\xda\x87\x1f\x7c\xb8\xbd\x5d\xdd\x5e\x5d\x1d\xb5\x33\ \x77\xf6\x78\xb1\x5c\xaa\x68\xdd\xb4\x0d\xd2\x6b\xb4\x18\x33\x57\ \xc4\x04\x19\x20\xe5\x6c\x68\xa1\xf2\x47\x47\x27\x00\x50\x8c\x6d\ \xef\xcd\xe1\x08\xb0\x4b\x2a\x57\x51\xbb\xbb\xf2\x88\x08\x66\x48\ \x84\x00\x37\x57\x37\x29\x54\xb3\xe9\xb4\xaa\xeb\xfd\xb1\xb3\xff\ \xd8\x8a\x12\x80\x18\xb3\x94\x70\xa7\xb2\x67\x31\x55\x45\xc2\x62\ \x66\xef\x5c\x78\x6f\x9c\x0b\x11\x3f\x78\xf4\x51\x8a\x63\xca\x29\ \xc6\x94\x25\xcf\xa6\xd3\xc9\x64\xc2\xec\x0a\x8c\x40\x46\x8c\xae\ \x00\x10\x2a\xaa\xa6\x88\x20\x59\x54\xc4\x39\xaf\x04\xdb\x2a\x4f\ \xb3\x7c\xb2\x94\xb3\xeb\x4d\xa3\x5a\x3d\x38\x79\xe6\xc6\xf4\xe8\ \x68\x7e\x3a\xd7\x3e\x3d\x99\x9c\x1e\xb9\xaa\xcb\x51\x1c\x81\x53\ \x4c\x03\xcb\x70\xc2\xed\xd6\xdc\xb8\xea\xea\x10\x46\xb5\xf3\xa3\ \x23\x17\x53\xde\x76\x47\xd3\xd9\xc1\xc7\x3f\xf8\xe6\xcb\xaf\x9a\ \x7a\xfa\xe4\xa3\x83\xaf\xbe\xfa\xba\x6e\x5b\x9c\x62\xa8\xeb\xcd\ \xeb\xb7\x2f\x52\x72\xce\x21\x31\x7b\x57\x22\x82\x2b\xae\x1e\x9c\ \x9f\x3d\x3a\x3f\x4b\x49\x4a\x6d\x32\x03\x91\x1d\xa4\x7b\x77\xe7\ \x80\xaa\x20\x92\xf7\xc1\x4c\xbd\xf7\x29\x26\x1f\xbc\xf7\xd5\x9b\ \x37\x17\x75\xdd\x1c\x1d\x1e\x17\x47\xb0\xa2\x25\x2c\xe4\xe7\xdd\ \x13\x85\xc5\xc2\x4b\xb5\x14\x4a\x62\x01\x03\x22\x43\x52\xd5\x21\ \x8e\x67\xa7\x67\xbf\xd7\x9c\xf3\x3f\x8b\xd0\x33\x3b\xcf\x4c\x80\ \xe4\xea\xaa\x26\x53\x48\xa3\x07\x0b\x60\x55\xb2\x4a\x6d\xec\xae\ \x7a\x35\x49\xc9\xd4\x1c\xa3\x23\x34\x33\x10\x65\x82\xca\x7b\x4f\ \xb8\xcd\x91\x81\x11\xc8\xbc\x3f\x7c\xf4\xf0\xe1\xc9\x51\x94\xb4\ \x5d\xae\xd2\xf2\x4a\xcd\xc8\x79\x03\x04\x03\x32\x31\x90\x8c\x66\ \x8e\x21\x8b\x1a\x4d\xa8\x7a\x72\x7e\x32\x79\x78\xbe\x59\xad\xde\ \xbc\x7c\xb5\x5e\x2c\x68\x0f\x80\x20\x30\x23\x11\x45\x1d\x99\xcc\ \xb3\x07\xb3\x06\xa0\x0a\x55\x4d\x3a\x9d\xcf\x1f\x3c\x79\x5c\x55\ \xfe\xbb\xe7\xaf\x7f\xfd\xc5\xb7\xd7\xd7\xb7\x79\x1c\x28\x8c\xeb\ \x6e\x93\xd5\x14\xd0\x98\x98\x1c\x7a\x57\x31\xd4\x8c\x12\x73\xb6\ \x8c\xc8\xa6\x26\xa6\x40\xc4\xc4\x5c\x79\xe7\xd9\x21\x94\x25\x5b\ \xe1\x63\x97\x6b\x5e\x46\x45\x00\xd0\xbb\x22\x55\x0a\x59\x39\xce\ \x77\xe6\x0b\xdf\xab\xca\x05\x66\x84\xec\x43\xed\x5c\xb8\x53\x3c\ \xa1\xdb\x3d\x3c\xa8\x0a\x66\x36\xe4\x08\x3b\x1e\x1c\xa2\x1a\xdf\ \x19\xe0\x7a\x76\xcc\xae\x62\x6c\x10\xad\x8f\x69\x18\x5c\xa8\xaa\ \xaa\x4a\x31\xb6\x4d\xab\x62\x13\x65\xc8\xb2\x89\x2b\xb0\x94\xd1\ \x2a\x17\x9c\x0a\xa4\xb8\x4a\x6b\x9c\x10\x64\x58\x8c\x0b\x5b\xd3\ \xbc\x9d\x82\xca\x9b\xe7\xcf\x3e\x79\xfa\xe1\xe7\xff\xf0\xf7\x3f\ \xff\xd9\xcf\x0e\xa6\x33\x3b\x3c\x62\x22\xb6\xb4\x78\xfd\xb6\x6a\ \xbc\x0f\xd5\x01\x30\x32\xab\x68\xce\x99\x01\x8b\x37\x60\x20\x5c\ \xaf\x57\x77\xee\x80\x60\x06\x08\x68\x40\x66\x66\x0a\xe5\x43\x51\ \x13\x28\x8d\x93\x2a\x20\xaa\x6a\x81\xbd\x0c\x6c\x32\x99\xe4\x2c\ \x56\x62\x02\x44\xee\x51\x15\xf5\xee\x47\x14\x85\x3b\xcb\x66\x13\ \x91\x71\x1c\x4b\x6f\x86\x88\xc5\x50\xec\x3d\x05\x74\x00\x4d\x3d\ \x25\x63\xc2\x1c\x9c\x95\x39\xdd\xb1\xdb\x1b\x42\x21\x20\x18\x88\ \x1a\x88\x48\x16\xcb\x59\x55\x41\x2d\x38\xef\x0d\x8c\xc1\x82\x3f\ \x06\x3f\xd9\xac\xec\x7a\x3d\x79\x70\xba\xf6\xb6\x6a\x29\x1c\x4e\ \xcd\xf0\x24\x55\xad\xd8\x58\x6d\x3b\x8d\x8a\x44\x86\x9e\xe2\xd0\ \x2f\x63\xee\x0e\x8f\xa7\x97\xdb\x9b\x97\xd7\xaf\x66\xb3\xa9\x27\ \xde\x0c\x8b\x4e\x61\x3a\xf5\x7f\xfd\x6f\xfe\x55\x60\x7f\x78\x70\ \x30\x3b\x38\x98\x3c\x98\x3e\xfb\xea\xeb\x90\xf3\xd9\xd9\xa9\xdf\ \x0c\x47\x86\x34\x66\x74\x80\x80\xc5\x1e\xa8\x75\x5e\xfa\xb4\x5a\ \x6c\xee\xee\x6c\x28\x56\x41\x84\xce\xcc\x7a\x19\x24\x0b\x92\x95\ \x26\xab\x2c\x73\xeb\xba\x11\x91\xba\xa9\xc7\x7e\x6c\xea\xb6\x0e\ \xcd\x76\xdd\x75\xd8\x33\x73\x96\x9c\xc6\x04\x80\x45\xeb\x5a\x36\ \xd7\x20\x2a\x39\x99\x01\x10\x0a\xc0\x6a\xb3\x19\x62\xcc\x6a\x62\ \x36\x0c\xf1\xd3\x4f\x7e\x48\xf4\x9e\xbb\x45\x51\x89\x39\x39\xc9\ \x88\xe0\xc8\x79\x72\xce\x59\x25\xa3\x4f\x11\xc6\x94\xc0\x14\x90\ \x99\x9c\x21\x80\xb1\x00\x29\x92\x19\x82\xb1\x02\x8e\x39\x33\x2a\ \x0a\x73\xc5\x8a\x1a\x53\x5a\x2e\x2f\x57\xb7\xce\x93\x8e\x83\x4b\ \x43\xcd\x5e\x34\x92\x11\x99\xa2\x09\xa2\xaa\x65\x0c\xde\xd4\x34\ \x63\xaf\xfd\xc5\x6b\xd2\xc5\x1b\x46\x4c\x9b\x0d\xa7\xc1\x3b\x46\ \x29\xe4\x7d\x49\x08\x46\x40\x8e\x00\x2c\xd9\x40\x44\x29\xc6\xec\ \x83\xa3\xa3\xb1\xe7\x37\xaf\x5e\x88\xc9\xed\x72\x63\x9a\x82\x43\ \x48\xaa\x71\xe8\xc7\x91\x98\xd4\x20\xab\x88\xa8\x98\x0e\x6d\xed\ \xa6\xf3\xc6\xb9\xe5\x10\x73\x32\xe5\x30\xe6\x44\x44\x9e\x8c\x0b\ \x31\x0d\xa8\x0c\x16\x05\xa4\xdf\x0f\x0d\xbb\xce\x0b\x09\xa8\x90\ \x2a\x6c\x5f\xd1\xf6\xa3\xe2\xfd\x67\xe4\xff\x7f\x56\x44\xce\xb2\ \xdd\xf4\xa0\x68\x00\xbb\xc4\x00\x1b\xef\x69\x1a\x0d\xd1\x54\x15\ \x01\x02\xbb\x8a\x7d\x5b\xd5\x75\x1d\xea\x50\xd5\x21\x30\x31\x4a\ \x94\x7e\xa8\x1c\xfa\xc9\xc4\x3b\x27\x39\x33\x79\xa7\x80\x51\xe1\ \x66\x8b\x31\x25\xeb\x00\x93\x99\x45\x22\x50\xc4\x2e\xba\xe5\x66\ \x3a\xc6\xe3\x79\x1b\x45\xaa\xbe\x77\x19\x66\x00\x1b\x95\x89\xe4\ \xe9\xc9\x21\xff\xd9\x9f\xbc\x7c\xf1\xb2\xdb\xdc\x4e\x66\x53\xc3\ \xd8\x32\x4d\x8c\x58\xec\xf1\xfc\xf0\xb8\x9d\x65\x13\x01\xd8\x0c\ \x43\x06\x1b\x53\xd2\x71\xbc\xb9\xbe\x55\x40\x42\xde\xe1\x17\x0a\ \x85\x1d\x7a\x77\xdd\xa5\x0c\xb7\x5a\xca\xf0\x9d\x25\xa1\x8a\x68\ \xce\x06\xb0\x58\x2e\xca\xfc\xab\x66\x25\xea\x57\xef\xd0\x4a\x53\ \x55\x20\x44\xb7\x0b\x2c\x90\x3c\x8e\xe3\xed\xed\x62\x1c\x06\x62\ \xae\xeb\x7a\xb3\xd9\xa6\x94\xdf\x33\x3e\x0b\x60\xbd\xea\xd6\xab\ \x95\xaa\x3a\xef\xc6\x41\x72\x4e\x05\x8f\x4b\x29\x21\x20\x20\xa4\ \x9c\x52\xca\xa0\x1a\x88\x2b\x17\x26\x4d\x73\x30\x9d\x4f\x27\x13\ \x02\x0c\xce\x6d\x97\xab\x2a\x66\x1b\x52\x7b\x7c\x34\x4e\xc3\xdb\ \x71\x5b\x3f\x7e\x04\x8a\xb4\x8a\xb5\xd7\xfe\xfa\x15\x4d\xb3\x51\ \x1e\x49\xd1\x80\x46\x6b\x16\xc3\xd1\xb6\x6f\x0e\x67\x33\x24\x5a\ \xaf\xeb\x9c\x6b\xf4\xd5\xd5\x8d\x23\x3e\x7f\xf4\xe4\xbf\xf9\xf0\ \xa3\xe5\x6a\xf5\xcd\xb7\x5f\x37\x1f\x3e\x05\xd5\x03\xb2\x89\x0b\ \xf3\x04\x9f\x9d\x9e\x9f\x56\xcd\xa6\xeb\x47\x95\x3e\xa7\xed\xd8\ \xa7\x2c\x1a\xd3\xd5\xdb\x8b\xc5\x6a\x55\xfa\xd0\xa2\xc3\x2c\x08\ \x23\x98\x95\x81\xdd\x4c\x8b\x9b\xe8\x5e\xcf\xff\x6e\x93\x45\x3e\ \x67\x79\xf9\xf2\x55\xc9\x94\x2f\x34\x94\xb2\xf0\x55\x35\x55\x01\ \x35\xcf\x6c\xaa\xec\x3c\x31\x47\x91\x6f\x5f\x7c\xf7\xe6\xe2\x36\ \x1b\xf8\x00\x29\xc2\x7f\xfd\x27\x7f\xfa\x7e\xac\x08\x04\xcc\x9a\ \x63\x8e\x95\x2a\x61\xb9\x45\xd4\x89\xb2\x99\x57\xab\x54\x48\x55\ \xd9\x8a\x07\x99\xaa\x18\x98\x27\x02\x40\x46\x60\x43\x00\xcb\x66\ \xe0\x9c\x9a\x48\x56\x36\x1a\x6e\x6e\x21\x10\x3a\x73\x20\xc1\x12\ \xea\x20\x10\x14\x89\x0b\x54\x87\x19\x09\x4c\xb3\x2a\x12\xba\x21\ \x66\x5d\x68\xdc\x58\xe5\x3c\x8a\xa2\x66\x8d\x65\x32\x10\x31\x55\ \x30\x20\x14\x71\x84\x6c\xaa\x9e\x39\x8d\xba\xdd\x2c\xbb\x71\x44\ \xef\x13\xe8\xa0\x29\x47\xf5\xae\x9e\xcc\xa6\x21\x45\x01\x69\x26\ \x7e\x18\x86\x31\x46\xd5\x8c\xa4\x8e\xa8\x8f\x83\x74\x9e\x42\x43\ \x0a\xc6\x08\x40\x88\x6c\xa0\x59\xd5\x30\x23\x80\xaa\xed\xdc\x9f\ \x4c\xcd\x40\x54\x54\x76\x00\x08\xc0\x6f\x6d\x9c\x0a\x3e\x5f\xfa\ \xac\xbb\x6f\xbe\x3f\xd3\x62\x99\x81\xb2\xa4\x94\x8a\x2d\x24\x13\ \x15\xc5\x35\x20\x20\x22\x13\x9d\x04\xae\x98\x88\x29\xd4\xa1\x0e\ \xc1\x11\x07\x94\x5a\x13\x0f\x42\x02\x28\x83\xe9\x86\x95\x99\x5c\ \xdc\x48\x67\x10\xea\x76\xdc\xae\x01\xb9\x7f\x73\x91\x45\xbc\x0c\ \x6c\xa9\x10\x72\x1d\x22\x0b\x98\xa8\xa8\xf8\x7c\x9c\x35\xc7\xb7\ \xa6\x80\x22\xf9\x30\x84\xf5\x57\x9b\xe8\x43\xeb\xf8\x48\x7b\x23\ \x48\xab\xcb\x43\x95\xc9\xd9\xa1\x65\x25\xa6\x03\x7f\xb8\xee\x36\ \xdb\xae\x23\xa2\x9e\x82\xab\x9a\xaa\x69\x81\xdc\x32\xc6\x6d\x4e\ \xeb\x61\x18\x14\x0c\x99\x9d\x27\x03\x42\x34\x2a\x4e\x4c\x64\x5a\ \x0c\xed\x01\x10\x4d\xd5\x3b\x67\xaa\x19\xc0\x7b\x3f\xc6\xa8\x7a\ \xff\xf3\x40\x03\x04\x04\x44\xc2\xa2\x75\x31\x00\x50\x22\x2e\x2a\ \xfc\x62\xc6\x00\x08\xa1\xf2\xc7\xc7\xc7\x93\x49\x61\x45\xbc\xe7\ \xc5\x1f\xc6\xa1\x1b\xba\x18\x93\x73\x5c\xf6\xa1\x39\xa7\x9c\xa5\ \xe4\x0c\x1f\x7b\x7a\x0c\xd6\x54\xf5\xac\x3e\x98\x54\xd3\x26\xd4\ \x6d\x08\x6d\x5b\x3b\x86\xae\x5b\x42\x56\xb9\x59\xcc\xd9\x87\x46\ \x07\x4d\xb7\x9b\x9b\x4d\xed\xb7\x5f\x6e\x00\xbf\xf3\xd5\xf1\x8b\ \x9e\xfd\xd8\x23\x6f\x47\xd2\xde\xc4\x44\xb7\xd9\xaa\x68\x79\xd3\ \x6f\xdb\x0a\x2b\x97\xdf\xf8\x44\x98\xc6\x7c\x86\x48\x44\xeb\xc5\ \xf5\x67\xce\x6d\x21\x9d\xce\x6a\xde\x2c\xd6\xdd\xf6\xdc\x3b\xae\ \xaa\xf5\xb0\xa8\x61\x3c\xf0\xe3\xd4\xa7\x96\x3c\x09\xe7\xe9\x24\ \x1c\xcd\x69\xda\xac\xc7\xf1\x62\xb9\x5e\xc4\x18\x9d\x17\x74\x04\ \x0c\x09\xd1\x4c\x20\x2b\x1a\x78\x0c\x5c\x3b\xf1\x29\x26\x05\x53\ \x03\xe7\x43\xdd\xb6\x31\xc6\x18\x63\x8a\xa9\x1b\x46\x2f\xd9\x00\ \x20\x25\x04\x74\xcc\x56\x4c\x6c\x55\x80\x08\x10\xd0\x11\x82\xdb\ \xcf\x89\x08\x04\x84\x20\x76\x7c\x7c\x7a\x7a\x7a\xfa\xe8\xe1\xc3\ \xf7\x9e\x16\x09\x29\xb0\xf3\xce\x03\xf0\x4e\x87\x65\x20\x59\xcd\ \x4c\xc1\x10\x0c\xc1\x44\x33\x29\x90\x99\x63\x24\x35\x00\x18\x55\ \x90\xd9\x57\x15\x12\x11\x10\x90\xc7\x8a\x82\xaf\x46\x89\x8a\xb9\ \x8f\x43\xeb\x2c\x6b\x52\x55\x71\x80\xe8\xd2\x2e\xca\x15\xd4\xc0\ \x92\xa9\xaa\x11\x01\x58\xb6\x0c\x06\x63\xcc\xa4\x46\x66\x85\xef\ \x0e\x58\xca\x03\x22\xa0\x65\x24\x42\x51\x19\x25\xe7\x94\x08\x71\ \x1c\x93\xa4\x94\x1d\x8d\x9a\xc3\xf4\xc0\xea\xc3\x8b\x31\xdf\x6e\ \xd7\xdb\x38\x98\x41\xed\x79\xda\x4e\x75\xe8\xa5\xdf\x40\x4e\xc6\ \x6d\x8a\x00\xa0\x21\x54\x46\x2e\x21\x38\xa2\xac\x0a\x0a\x6a\x88\ \x66\x6a\x77\x7e\x12\x40\xaa\x82\x44\x8e\x49\xf1\x5d\x3f\xa5\x66\ \xa2\xb6\x1b\xc0\x9c\xc3\x32\x26\x92\x01\x11\xbb\xf0\xbd\xea\xb9\ \xf2\x66\xb3\x52\xcd\x00\xe6\x9c\x2f\x6e\xc5\xa5\x8f\x20\x66\xef\ \xdc\xac\x1b\x67\x2a\xe2\x6c\x5c\xe7\x8d\x46\x51\x6b\xc8\xd7\xc0\ \x2e\x41\x2d\xbe\xa9\xd0\xd5\x43\x54\xeb\x0c\x95\xc3\xec\xf8\x74\ \x1e\x08\x11\x6e\x2e\xdf\x8a\x68\x70\x9e\x72\x0c\xc5\xf6\xdc\x40\ \x08\x12\x68\x56\x3d\x7b\xf8\xe0\x70\x12\xb2\xb9\xcb\x57\x2f\x60\ \xb3\xae\x88\x0c\x41\x89\x7b\x42\x26\x9a\x87\x00\x08\x4c\x44\xde\ \x3d\x7a\x7a\xfe\xe1\x0f\x3f\xfb\xe4\x8f\x3e\xb5\x1c\xff\xf6\x7f\ \xff\x77\x3f\xf9\xe9\xdf\xf6\xdd\x38\x31\xe6\x88\x28\x4a\xcc\x53\ \x6f\x2b\xca\xc8\x19\x08\xb7\x59\x1d\x78\x02\x03\xc9\x00\x99\x30\ \x67\x85\x9c\x20\xa6\x94\x53\x2a\x6f\x2d\x84\xb0\xdf\x1e\x3a\xe7\ \x80\x5d\x09\x3b\x21\xc2\x2c\x6a\x26\xf7\xfd\x33\x60\x97\x97\x55\ \x52\x7f\xa0\x70\x2c\x11\x2d\xc5\x31\xe5\x51\x2d\xbf\xaf\xde\x1a\ \xcc\xec\x6a\x79\xb1\xb8\xbd\xdd\x6e\x36\xc4\x3c\x9d\x4c\x53\x4e\ \xa5\x2b\x01\x80\x64\xe1\x69\xcc\x9f\x69\x6c\xba\x0a\xc4\xeb\x00\ \x96\xa4\x33\x1d\xbd\x1a\x0c\x4a\x83\x63\x3d\x85\x26\x47\xdd\x54\ \x7c\x6b\xc2\x47\x87\x8f\x3e\xf9\x68\x52\x4f\xd7\x6f\x2e\xb7\xbf\ \xfa\x4d\xe0\xba\x21\x93\xdc\x7b\x84\x1a\x2c\x97\xf5\xb1\x19\xfb\ \xf0\x47\x3f\xf8\xe3\xf9\xf1\xc9\x97\x5f\x7e\xb9\x7c\xf1\xbc\x36\ \x53\x04\x72\x4c\x3e\x50\xf0\x87\x21\xcc\x4c\xc9\xd8\x37\xfe\xe8\ \xf1\xa3\xd9\xc7\x1f\x85\x4f\x3f\xf4\x8f\x1f\xac\xbe\xfc\xcd\xcf\ \xff\xa7\x7f\xb3\xf8\xfc\xdb\x36\x51\x26\x4e\x2e\x0d\x5a\x3d\x60\ \xff\xd1\xb4\xf9\x72\xc4\x67\x22\x37\x63\x9a\x84\x49\x25\xe4\x41\ \x23\x80\xb8\x2c\xce\x36\xdb\xad\x64\x29\x2e\xbb\x25\x8d\xb1\x69\ \x6a\x66\xe7\xaa\xe0\xeb\x8a\x1d\x03\x16\xae\x23\x1a\x58\x1f\xe3\ \x2e\x1e\x4c\xb5\xae\xea\x2c\xb9\xef\x3a\x2a\xbe\xa3\xaa\xa1\x6a\ \xc0\xbb\x3b\x27\x34\x9b\xcd\xa6\xc8\xf8\x7e\x17\xbe\x38\x65\x3a\ \x24\x36\x54\x04\x53\x50\x80\x0c\x10\xcd\x02\x33\x9a\xab\xd0\x18\ \x8c\xcc\x1c\x82\x33\xa3\x32\x0a\x3b\x87\xbe\x82\xba\x4a\xbe\x76\ \x42\x18\xb5\x47\xb0\x40\x43\x1d\xaa\x66\xc6\x94\x6d\xb3\x1a\xfb\ \x8d\x9a\xd4\xce\x51\xd9\xe8\x21\x2a\x3b\x04\x57\x8e\xbc\xe0\x50\ \x45\xd1\x93\x82\xa1\x5a\x09\x9f\x52\x04\xdd\x21\x07\x08\xe5\xed\ \x19\x78\xa0\x9c\xb2\x90\xa9\xc3\x84\x99\x0d\x9c\x3a\x40\x2a\x8e\ \x6e\x5b\xf4\xff\xd7\x17\xcf\x5e\xdf\x2e\x47\x00\xaa\xaa\x2c\x2a\ \xfd\xf6\xb8\xe2\x3f\x3a\x3b\x3a\x09\x13\x1e\x07\xd5\x00\xd4\x00\ \xfb\x31\xe5\xc8\x19\xeb\x0a\xc4\x54\x93\x09\xec\x18\x03\xa8\x8e\ \x9d\x66\x33\x05\xc9\x4a\x04\xde\x7b\x24\x52\x31\x44\x04\x24\x01\ \x35\x35\x51\x2d\x91\x3f\x6a\xb2\x1b\xbb\x00\xff\x29\x9a\xab\x3f\ \x20\x9f\x4b\xdf\x91\x35\xca\xaf\xfb\xd6\xbd\x00\xf6\x31\xe5\x31\ \x0d\x19\x25\x93\x18\xa8\x2f\xe6\xb6\x08\x04\x2c\xa0\xfd\x98\x35\ \x75\xbe\xae\xd9\x87\x9c\x65\xb3\x58\xf6\xcb\xb5\x23\x66\x51\x4d\ \x19\xbc\x33\x82\xb1\x34\x9a\x08\x8a\x80\x8c\x22\x72\x7d\xf3\x76\ \xb1\xba\x61\xe7\x65\xec\x1a\xd0\xd2\x96\x8b\x22\x10\x45\x53\x4c\ \x7d\x39\x17\x0c\xac\xbd\x9c\x5e\x4f\xeb\xc5\xc5\xeb\xeb\xdb\xdb\ \xcb\xcb\x2b\x57\xcf\xf2\x68\xc3\x90\x18\xe2\x62\x71\x5d\x57\x21\ \xd9\x98\x7c\xa0\xc9\xbc\xae\xeb\x4d\xea\x73\xca\x88\x8c\xa6\x46\ \x60\x88\xec\xd9\xf9\xc0\x29\x15\xc2\x44\xce\xb9\x08\x86\x45\x4b\ \x64\x06\x16\x87\x80\xfb\xbb\x94\x77\x5e\x28\x77\x01\x8b\x76\xef\ \xab\x69\x1a\xef\x7d\xb1\xc0\xee\xb6\x9b\x5d\x98\xfb\x7b\x7d\x75\ \xdb\x21\x46\xf1\xa1\x61\x2e\x8b\x26\x0c\xa1\xa9\xab\xaa\x04\xf9\ \xb8\xf5\x2d\xdc\x2e\xba\x6c\x83\x02\x82\x23\x76\x26\xa9\xad\x5c\ \x60\x65\x8d\xa4\xba\x1e\xc6\xba\x6a\x38\xca\xcc\x90\xf2\x30\x2c\ \xbf\x06\xef\x75\xe8\xeb\x18\xc1\xf5\xdd\x38\x36\xce\x15\xe5\x3f\ \x1a\x66\x54\x33\x74\x01\x5e\xff\xc7\xdf\xbc\xa2\xaf\x1c\xf3\x41\ \x42\x8a\x59\xc1\x88\x94\x3c\x28\x8e\x99\x48\xcd\xcc\xf1\x90\x73\ \x18\xe4\xd3\x27\x4f\xc2\xc5\x62\x78\x71\x39\xdc\xdc\x9e\xda\x44\ \xda\xc3\xc5\xc5\xad\x81\x6e\x97\x6f\x33\x03\x8a\x49\x55\xd5\xa7\ \x47\xb3\xaa\x5e\x4b\xd6\x1c\x55\xbd\x22\x18\x92\x21\x12\xd1\x74\ \x36\x1b\x87\xd1\x87\xe0\x98\x0b\xad\xb7\xa4\x96\x16\xc4\xa4\x58\ \xa1\x15\x54\x0b\x91\x00\x2d\x8b\x16\x68\x5f\xd4\x52\x12\x22\x6f\ \x00\xc4\xcc\x8c\x59\x74\x3a\x9d\x1d\x1d\x89\x99\x6e\xd6\xdd\x4f\ \xfe\xf6\xef\x9f\x3c\xfe\x70\x47\x7c\xff\xff\x7e\x58\x6b\x71\x94\ \xd4\x0c\xe8\x01\x41\xcc\x54\x13\x3b\x34\xef\x54\x2d\x6b\x24\xa3\ \xb2\x08\x57\x26\x03\x30\x44\x25\x87\xa1\xde\x0c\xe9\xea\xf2\x6d\ \x3f\x8c\x44\x04\x8e\x7d\x53\x0d\x17\xa3\x47\xf8\xe0\xec\xf8\xe1\ \x7c\x6a\xe3\xe0\x83\x63\x33\x34\x40\x60\xdc\x75\x89\x80\x08\x84\ \xcc\x88\x46\x6a\x56\x2e\xcf\xef\xf2\x34\xee\xff\xc4\x46\xce\x31\ \x56\x0e\x02\x8f\xce\x69\xcc\x93\xaa\xee\x62\x36\x66\x44\xf8\xfc\ \xd7\x5f\xdd\x66\x3e\x7b\xf2\xd8\x7c\xd5\xa5\x1c\xea\x2a\x77\x9b\ \xeb\x97\x2f\xbe\x79\x75\x01\xa7\x07\x07\xde\x8f\x8a\xab\xa1\xdf\ \xac\x6f\xdd\x74\x52\x35\xb3\x21\x65\x05\x20\x24\x22\xd0\x9c\x4d\ \x14\x88\x32\x64\x54\x2c\x04\xfa\xfb\x5b\xa9\x02\x56\x88\xea\xde\ \x1e\xe6\x6e\x14\xa3\x42\xd5\xbe\xc3\x34\xbf\x27\x95\xeb\xdd\x1c\ \xb4\xf3\xbe\x28\x6a\x3e\x00\x28\xf3\xaf\x12\x64\x46\x35\x74\x46\ \x0c\xe8\x89\x40\x40\x4c\x0c\x41\x89\xd4\x39\x76\xf3\x44\x84\xc0\ \x8a\xc6\xc0\x64\x96\xbb\x6d\xcd\xec\x54\x6d\xbd\x8d\x35\x29\x53\ \xf9\x57\x0a\x91\x26\x9b\x70\xd2\x34\x6c\x89\x09\xd4\x4a\x02\x8f\ \x5a\x09\x8b\x46\xf6\x0e\x0c\x45\x24\x8b\xc4\x18\x57\xab\xe5\xd7\ \x5f\xfc\x6a\x50\xeb\x01\xab\xc3\x13\xe3\x2a\x56\xb3\x4c\x59\x11\ \x2b\xc7\xdd\x7a\xa9\x97\x7b\x6e\x00\x00\x20\x00\x49\x44\x41\x54\ \xe3\xc1\x8d\x83\x74\xd6\x89\x92\x66\x25\xca\x02\x86\xa0\xaa\x2a\ \x6c\x4c\xe6\x18\x99\x99\x10\x01\x0b\xdb\x9e\x4b\x63\x6c\x66\x80\ \x46\xe8\x0c\x76\x7c\x08\xd9\xaf\xc7\xee\x79\x96\xdd\xaf\x5c\x85\ \x08\x56\x48\xf6\x22\xe2\x42\xc5\xcc\xf0\xbe\xbb\xc5\xe0\x9b\xe0\ \x93\xf7\xa1\x70\x5c\x0b\x07\x9b\x8a\x36\x10\x00\x22\xe0\x00\x75\ \xf0\xe4\x61\x90\x31\xe3\xe0\x1c\x26\x4b\x94\x20\x28\x92\xf9\xd1\ \xbb\x4e\x89\x07\x98\xd7\x2d\x6e\x15\x36\x7d\xb6\x95\x73\x84\xce\ \xfa\x6e\x5b\xb1\x1f\xfb\x4c\x48\x06\x20\xe5\xad\xaa\x6a\x94\x34\ \x26\x31\xcd\xe4\x83\x65\x50\x95\x9c\x93\x99\x22\x18\x21\x3b\x2e\ \xa4\x86\x6e\xe8\xbb\xe5\xed\xab\x6f\xbf\xf0\xbe\x59\x74\x69\x80\ \xea\xe8\xa3\x1f\xe8\xe9\x93\x14\x66\x16\xc7\x66\x18\xbb\x8b\xab\ \x3a\xe7\x21\xf6\x43\xcc\xcd\x07\x4f\x2a\xd3\xf5\x66\x2d\xae\x76\ \x48\x02\x39\x6a\x56\x25\x20\xf3\xce\x11\x22\x33\xb7\x6d\x5b\x6e\ \xb0\xb2\xb1\x45\x44\x62\x02\x31\x11\x95\x9d\xb0\xa4\x70\x52\x62\ \xb1\xeb\x34\x03\x95\x2c\xaa\xc5\xde\x7d\x4c\x29\x8e\x09\x01\x42\ \xd5\x30\x07\x44\x3f\x9f\x1f\xbe\x37\x93\x8e\xd9\x7b\x1f\xbc\x73\ \x02\x64\x06\x06\x26\x60\xdb\x94\x4c\x53\xb0\x54\xa3\x19\x92\x18\ \x10\x00\xed\x00\x1e\x54\xa0\xbe\x8f\x6f\x6f\x6e\x47\x03\x7f\x38\ \x97\x49\x10\x95\xec\x1c\x63\x83\xaa\xdf\x5d\xdf\xa6\x61\x7c\x50\ \x57\x30\x8e\x43\x12\xef\x5c\x41\x19\x4a\xaa\x23\x19\x30\x29\x11\ \x9a\xa8\x01\x10\x1a\x90\xfe\x8e\xe5\xc1\xfd\xfb\x82\x04\x90\xd1\ \x79\x64\x60\x40\xa2\x50\xf5\x62\x5d\xd2\xa8\xfc\x7a\xb9\xec\xa3\ \x3c\xfd\xc1\x27\x57\xab\x8e\x03\x90\x77\x9b\x7e\x70\xc8\x4f\x3f\ \xfa\xe4\xf6\xe5\xf3\x37\xeb\x91\x8e\xdb\x8e\xc8\x4f\xa7\xb0\xd1\ \xe5\x76\x33\xad\x2b\x74\x4e\xd5\x8a\xdb\x17\xa0\x13\x2c\xc3\xfb\ \x0e\xd8\xda\x1f\x24\xe5\x33\xd0\x9d\x7d\xfb\x8e\x1e\x51\x3c\x24\ \xee\x0c\xaf\xad\x54\x2e\xf8\xde\x64\x5c\x83\x9a\x96\x85\xf4\x8e\ \x8a\x46\xf4\x6e\xa1\x60\x86\x84\x83\x65\x04\xf1\x88\x4e\x81\x15\ \x48\xd4\x00\x94\x1c\x78\x67\xce\x09\x33\x38\xce\x2a\x9e\x5d\x08\ \x2e\x54\x95\x93\xac\x39\xc5\x6e\xe3\x99\x6a\x87\xbd\x66\x21\x40\ \x40\x82\xb2\xed\x26\xcc\x31\x6b\x06\x03\x17\x02\x16\x7e\x83\x81\ \x16\xca\x02\x41\xca\x79\xe7\xec\x01\x98\x53\x9a\x10\x8e\xab\x65\ \x72\x35\xcf\x8f\x9f\xbd\xbd\x7d\x7e\xb9\xd8\xe6\x3c\x0c\x03\xa3\ \x3d\x39\x3f\x3a\xac\x1b\x1b\xb2\x19\x9a\x58\xce\x82\x76\x07\xcf\ \x1b\xc8\x2e\xe0\x20\x8b\x8c\x3b\x94\x11\x29\x4b\x2e\x92\xfa\x32\ \x86\x88\x69\xf1\x2a\xba\x3f\xc4\xdd\xcf\x3d\xba\xff\xfb\xe5\x03\ \xee\xfb\xbe\xa4\x6f\x98\x59\x4e\x51\x4d\xff\x19\xba\xc5\x6e\xb9\ \xdc\x14\xb0\xac\x1c\x15\x29\xe6\x51\xa3\x02\x30\x33\x60\x40\x57\ \x47\x19\x93\x0c\x08\xe2\x19\x40\x41\x32\x64\x74\x8e\x5b\x41\x3f\ \x9c\x1e\x4b\x5d\xf9\x6c\xb7\x7d\x3a\xae\xaa\x89\xa3\xd5\xf5\xe5\ \x90\x7a\x54\x19\x75\x88\x16\x83\xf2\xee\x6a\xec\xdc\xf4\x2c\x4b\ \x66\x48\x06\x20\x38\x8e\x29\xf1\xce\xe3\x10\x01\x50\x0d\x50\x59\ \x4d\x89\xb8\xd7\xe8\xa2\xd6\x59\xd6\x79\x6d\xd3\x53\x9d\x1f\xfd\ \xaf\xdf\x7c\xfb\x9b\xdb\x9b\x5e\xd5\xa3\x3d\x6d\xdb\x1f\xcc\xa6\ \xb6\x58\x69\x52\x6e\x60\xb3\x5e\xf6\x86\x58\x4f\x53\xa1\xda\x99\ \x9a\x00\x82\x2a\x8b\x0b\x5c\x8e\xf1\x3d\x4b\xa8\x88\x48\x0a\x82\ \x52\x78\x42\xaa\x85\x25\x07\x08\xbc\x1b\x1e\x77\xe4\x15\x44\x00\ \xc9\x96\x2c\x29\xe0\x7a\xdd\x2d\xd7\x4b\x00\x02\x40\x22\x5b\x2d\ \x57\xef\xcf\xa4\x53\x33\x91\x2c\x59\xcc\xd4\x40\xcd\x52\x1c\x2c\ \x0e\x23\xab\x37\x69\x98\xb8\x6a\xa4\xd4\x9d\xd2\xf8\x23\x93\xaf\ \x6e\x96\xeb\xad\xd1\xfc\xf8\x5c\xe7\x7e\x69\xe3\xe1\xc1\x71\x4a\ \xc9\xd4\xd2\x30\xb6\x07\xc7\xd7\xab\xa5\x57\x9c\x02\x4e\x7d\x6d\ \xaa\xc5\x3b\xac\x70\x5e\x09\x80\x54\x71\x57\xb9\x8c\xb9\x38\xd7\ \xd8\x3d\xed\x3d\xde\x67\x28\x3b\x02\x05\xd3\x9c\x70\xd4\x7e\x88\ \x8c\x4e\x92\x0a\xf9\x4d\xd4\xcb\x21\x4d\x1e\x3c\x58\x6d\xbb\x93\ \x87\x67\x5d\xd2\x14\xd3\xc1\x64\x72\x75\x71\x95\x63\xae\x8e\xce\ \x72\xec\x9f\xaf\x7a\x0b\x01\x60\x95\x40\xfd\xa4\x25\xc7\x8a\x00\ \x84\x96\xcd\xd0\x08\x90\x98\x11\x0d\x8d\xb0\x3c\xe3\x00\x44\x64\ \x00\x04\x10\x42\x50\xd5\xb4\xe3\xa1\x94\xc4\x55\xdc\xaf\x41\xca\ \x8f\xc1\x7b\xf8\x9e\x64\x5c\x9b\x01\x11\x97\x95\xfc\xfd\x2e\x63\ \x6f\xee\xec\xbc\x4b\x84\x15\x3a\x44\x24\x21\x4c\x19\x14\x88\x19\ \xbd\xd7\xe0\x96\xe3\xb8\x5c\x0f\xdb\xac\x80\xd8\x86\x00\x2a\x4e\ \xe5\xe9\xd1\xe1\xa3\xc3\x09\x92\x68\xec\x95\x08\x19\x9d\x2b\x3e\ \x48\xc8\x80\x84\x48\xc0\x04\xc4\x4c\x0e\x39\xa5\xec\x28\x98\x99\ \x21\x20\x12\x10\xaa\x2a\x20\xb2\x73\xc4\x04\xc6\x4c\x5a\xd7\xcc\ \xd5\xec\x37\x6f\xaf\xbf\xb8\x5e\xbb\x83\x13\x9e\x86\x5a\x92\xa6\ \xfe\xab\xb7\x97\x0f\xa6\x93\x0f\x66\x27\x39\x6b\xd7\xc7\x68\xe4\ \x9a\xc6\x3b\x07\x6a\x06\x68\x08\x62\x2a\xaa\x0c\x7a\x77\x8b\xec\ \xe6\xc4\x32\xc0\x1b\x00\x8a\xed\xfb\xac\xbd\x87\xe2\xbe\x60\xed\ \x18\x2e\x77\x7c\x96\xf2\xcd\x6c\x36\xdb\x6e\xb7\x77\x7a\x54\xb3\ \xf7\xc5\xb9\x10\xf1\x60\x7e\x38\x0e\xc9\xb1\x47\x43\x53\x48\x29\ \xe7\x9c\x0a\x2d\xcd\x7b\xbf\x31\x5d\x35\xa1\x36\x73\xaa\x4e\x93\ \x07\x35\xd0\x14\x58\xdd\x64\x4b\xf5\x22\xdb\x2f\x2e\xae\x2e\x4c\ \x27\x26\xb5\x68\x4d\xd5\x07\xb3\xea\x5f\x3c\x3d\xd3\xd5\x4d\xbc\ \xb9\x3e\x99\xcf\x34\x46\x40\x2a\xcf\x1e\x1b\x14\x7a\x14\x31\x39\ \x72\xbb\x45\x92\x27\x44\x04\x03\x33\x53\x34\x60\x42\x47\xa0\x48\ \xc1\x3b\x92\x80\xe0\x2d\xa7\xaa\x7d\xed\xea\xff\xe5\xcb\xdf\x7c\ \x6b\x00\xb3\x69\x32\xa8\x00\x9e\xdf\x2c\xbe\x58\xaf\x7f\x7c\xd0\ \xce\x98\x2f\xd3\x78\xb1\xb5\x6d\xdd\x36\x6d\x45\xe4\x58\xc9\xa5\ \x0c\x9a\x15\x61\x18\x63\x89\xc6\xaa\xaa\xaa\x98\xa3\x16\xd2\x76\ \x81\x56\x73\x4a\x06\xae\x8c\x83\xce\xed\x66\x76\xe7\x7c\x08\xa1\ \xf4\x65\xa0\x0a\x08\x29\x4b\xce\x99\x9c\x3f\x39\x71\xfd\x30\x66\ \x51\x53\x53\x4d\xa9\x2c\x91\xde\xeb\xb2\x0f\x43\xbf\x5a\xad\x14\ \x19\x80\x8d\xc8\x00\x44\x32\x3b\xc6\x10\xd4\x24\x9a\x6d\xb3\x3a\ \xdb\xfd\x61\x43\x40\x47\xa4\xb0\x8c\xd9\x9a\xa9\x56\x75\x52\xab\ \x43\xf3\xe4\xd1\x07\x88\x78\x34\x3f\x7c\xf5\xed\x37\xd7\x2f\x5e\ \xd4\xcd\x74\x99\x63\x35\x99\x6c\xcd\x40\xa4\xd4\xac\x3b\x5c\x0e\ \x1c\x31\x52\x51\xe3\x94\x51\xb1\x60\x27\xef\x66\x9e\xfb\x92\x16\ \x26\xcc\x20\x59\x01\x14\x22\x02\x48\x0e\x55\x0b\xae\x79\x7d\x79\ \x79\x63\x30\xe3\x30\xc4\x78\xd6\xb6\x9f\xfd\xe0\x8f\x04\xf8\x57\ \xbf\xf9\xd2\xe8\xc6\xf9\x10\xc7\x61\x3a\x3b\x1a\xbb\xae\x4f\x83\ \xf4\xdb\xe9\x7c\x76\xf2\xe0\x01\x39\x2f\xaa\x68\x20\x49\x30\x1b\ \x2a\x18\x28\x32\xdc\x41\x31\x60\xaa\xf7\x6d\x44\x55\x75\x4c\x29\ \xcb\x8e\x55\x77\xff\x20\x2f\x80\x7d\x5d\xd7\xbf\xf7\x98\xfe\x43\ \x66\xff\xec\x74\x2d\x65\xb2\x2d\xf3\xd4\xfe\xcd\xe4\x9c\x3b\x4d\ \x60\x2a\x40\x0a\x58\x23\x67\xcd\xc8\xa8\x06\x63\xd6\x97\x37\xb7\ \xc9\x7b\x7f\x78\x44\xc8\x91\xc9\xf2\x08\x68\xcf\x56\xcb\x6d\xea\ \x4e\x2b\xe7\xb2\xb4\x5e\x41\x9d\x0c\x19\x11\xc9\x90\x00\x11\x8c\ \x14\x18\x4d\x51\xd3\x18\x0d\x00\x18\x75\xf7\x11\x8a\x21\x20\x91\ \xa2\xb6\xc1\x01\x91\x0f\x75\xcc\x63\x02\xbd\x5a\xae\x5e\x2f\xd7\ \xc7\x8f\x9e\x76\x5c\xad\xbb\x1e\x39\x78\x4f\x13\x87\xb7\xcb\xe5\ \x41\xc8\xe0\xbc\x3a\xde\x8e\x7d\x1d\x82\xe5\x44\x62\xe4\x58\x0d\ \xb3\x9a\xa8\xa9\xa6\x72\xdd\xef\xc8\x0d\x3b\xd2\x5d\x41\xf4\xb2\ \xec\xca\x53\x19\xe9\xdf\x11\x56\xef\x3e\xb6\x7d\xc3\x55\x66\x4c\ \xe7\xdc\x64\x32\x29\x21\x23\x43\x9f\xff\x39\x57\x3e\xe7\xe2\x22\ \x4b\xa2\x5a\x98\x35\x44\x2e\xc6\x9c\x73\x26\x72\xd7\x2a\xbf\x8a\ \xc3\x09\xe6\x33\xa6\x03\x43\x8d\x06\x00\xc9\xf3\xda\xc1\xdb\x1c\ \x7f\xf1\x7a\x91\x1f\xcc\x96\x86\x7a\x38\xbb\x1a\xb6\x13\x87\xaf\ \x6e\x6f\x5e\x7e\x75\xfb\x67\xa7\x27\xb5\x62\x5a\x45\x54\x4d\x2e\ \xaa\x19\xed\xf0\x00\x04\x53\x44\x8c\xaa\x85\xc2\x60\x66\x25\xae\ \xda\x00\xd4\x14\x88\x92\x42\x33\xa9\xeb\xa6\x6a\x9a\x10\x88\x57\ \xd7\x8b\x2b\x4e\xff\xfe\xe2\xea\xbb\x86\xf9\xfc\x41\xd7\xab\x0d\ \x49\x51\xab\x47\x47\xdf\x2d\xd6\xd3\x9c\x3f\xa8\xf9\x86\xfc\xeb\ \x7e\x18\x11\x4f\x51\x24\xa6\xa9\xab\x2b\xc6\xb4\x1d\x0c\x0c\x3c\ \x0d\xe3\x58\xf4\x25\xfb\xb0\xb8\x82\xa5\x22\xa2\x01\xe5\x6c\x45\ \x35\xad\x6a\x22\xf9\x4e\x1b\x9c\x9d\x63\xef\xbd\xe6\x34\xc4\x28\ \x62\xcc\x5c\x10\xed\x93\xe3\x93\x7e\x18\x63\x8c\xe3\x68\x21\xbc\ \xa7\x6e\x11\x00\x98\x7d\xf0\x75\x1d\x6a\x85\x32\x19\x11\x36\x81\ \x19\x1d\x22\xa0\x7a\x35\xc8\xc5\xae\x0f\x0c\x34\x9b\xa9\xe1\x66\ \xb9\xd4\x50\xf9\x7a\x2a\xc4\x15\xf2\xd9\xe1\xe1\x21\x35\x07\xc7\ \x27\x4d\x5d\x5f\xe2\x4b\x76\x35\x98\xdc\x6c\x37\xbe\x69\x4f\x0f\ \x0f\x1c\x91\x77\x8e\x89\x24\x8b\xaa\x98\x28\x32\x87\x10\x1c\x3b\ \x44\x54\xcb\xa6\x82\x84\x44\x54\xfe\x19\x91\xbc\x07\x27\xc0\x8a\ \xd7\x6f\x26\x87\x14\x82\x8c\x09\x14\xc8\x35\x8b\x75\xf7\x72\xdb\ \xa5\x10\x62\x4c\x07\xf3\x39\x20\xdf\x5c\xdd\x9c\x3f\x7e\x12\x9c\ \x9f\x4c\x26\xb1\x1f\x80\x9c\x85\xe6\xc1\xd9\xb9\xa2\xb8\xc0\x48\ \x04\x48\x0a\xc6\xc4\xa0\xe4\x49\xc1\xed\xcc\x23\x0a\x0e\xb7\xbf\ \x16\x60\x80\x1e\x55\xd5\xd4\xc8\x11\x92\x4b\x92\xef\xdf\xf6\xfb\ \x87\x42\x64\x27\x9b\xfd\x2f\x5f\xf9\x3f\xa0\xb3\x20\x61\xb1\x4f\ \xd8\x57\xd6\xbd\x94\x49\x55\xb3\xea\x90\x00\x00\x0a\xe0\x2d\x06\ \x40\x8c\x40\xec\xab\xcb\xd5\xca\xea\xb6\x39\x3c\xd8\x98\x9d\x9e\ \x9e\x01\x68\x70\xdc\xaf\x16\x40\xb4\x48\x23\x2a\xcc\xda\x76\x18\ \x47\x56\x60\x74\x85\x6e\x40\xbb\x15\x30\x30\x20\x69\xc1\x10\xd0\ \x80\xca\x01\x84\x3b\x35\x99\xaa\xd9\x60\x3b\xb7\xf5\x8c\x9a\x89\ \x2f\xb3\xd8\x64\xd6\x89\x34\x27\xf3\x87\x9f\x7e\xda\x75\xdd\x6f\ \x7e\xf5\x8f\x4d\x5d\x71\x3b\xbf\xee\x46\x81\x71\x0c\x24\x55\x28\ \x6c\x4e\x00\xcd\x62\x8a\x46\xe4\x88\x0b\x9b\xd3\x54\x55\x72\x36\ \x30\x30\x13\x15\x00\xdc\x4d\xfb\x8a\xf7\x49\x77\xfb\x2a\x56\x10\ \xfd\x7d\x1a\xc8\x7e\x9a\xde\x8b\xb9\x9c\x73\x48\x8e\x90\xde\xfb\ \x11\x2a\x11\x7e\x44\x05\x82\xe3\xc2\xfe\x6f\xdb\x46\x55\xd7\xeb\ \xf5\x37\x9b\xdb\x25\xc6\xa1\x0e\x8e\x2a\x26\x0e\x38\x26\x85\x2d\ \x56\xdb\x7a\xf6\x8b\xd7\x6f\xe0\xf1\x31\x55\xd5\x49\x68\xe6\xe7\ \x47\xab\x61\x6d\x92\x9a\xb6\xb9\x7c\xf1\xe6\xf5\xb2\xff\x94\xa7\ \xeb\xcb\x65\x5b\x73\xf2\x24\xa6\xa6\x0a\xa6\x88\x80\x66\x08\x50\ \x84\xe7\x80\x42\x48\x06\xa4\x40\x60\x26\x48\x68\x24\x00\xa2\xae\ \x1b\x65\xbd\xe9\x18\x38\xc7\x70\x45\x74\x11\x87\xc9\x87\x4f\xd7\ \xc6\x7f\xfc\xd1\xa7\xc7\xbe\xfd\xf2\x57\xbf\xbc\x1e\x17\x56\xd1\ \xf3\x98\x17\xeb\x28\xb5\x1b\xbc\xa3\xba\x1e\x62\x72\xc8\x63\x8c\ \xa0\xe6\x88\xbd\x77\x43\xea\xcb\xe5\x2a\xd9\xc3\x7b\x65\xd5\x2e\ \xe9\x12\x48\xd4\x44\x74\x47\x04\x31\x13\x91\x61\x18\x52\x8a\x25\ \x1a\x3e\x38\xee\xc7\x7e\x1c\x33\x11\x02\x71\xce\x05\x1c\x2e\xc1\ \x86\xe4\x1d\xbf\xe7\x6e\xd1\x2c\x54\xf5\x6c\x7e\x30\x9b\xcd\x90\ \x09\x76\xba\xcb\x5d\x10\x89\x99\x92\x99\x33\x62\x35\x05\xcd\x9a\ \x40\x8d\x19\xfb\xbe\x63\x0a\x95\x67\x05\x0d\xe4\x1b\x65\x97\x60\ \xf1\xf2\xe2\xd2\x34\x90\xaf\xaa\xa6\xdf\xac\x12\xf1\x97\xaf\x5f\ \x7d\x77\xf5\xb6\x04\xc1\x78\x76\x39\xe5\x14\xa3\x99\x05\xe7\x4a\ \xc2\x03\x21\x02\x02\xd1\x6f\x1d\x8d\x84\x54\x4e\x48\x33\x43\x30\ \x33\x8b\x79\x4c\x0c\xe4\x9c\x8a\xe6\x21\xc7\x31\xf7\x83\x2e\x53\ \x6a\xa7\x13\x0e\x7e\xb5\xee\x56\xeb\x6f\x1f\x3f\x79\x7a\xf6\xe0\ \xe1\xd9\xf1\xd1\x8b\xef\x9e\x4d\xda\x7a\x71\xb3\x80\xe9\x44\x08\ \x89\x1d\x39\x66\x72\x80\x50\xa0\x11\x22\x44\x73\x80\xa6\x20\x22\ \x88\x6c\x06\x7a\x8f\x74\xbd\xdb\x9e\x19\x01\x00\x90\x23\x4f\xfe\ \x7e\xe5\xba\xef\x72\x13\xbc\x47\xf8\x3d\xf7\xfb\x1f\xb0\xe7\x02\ \xb0\xbb\x99\xa8\x7c\x15\x2b\x85\xa2\x3b\x29\x46\xa8\x22\xd6\x83\ \x46\x15\xca\x42\x00\x22\xd9\xb3\xbb\x19\x63\x73\x70\x00\xec\x0f\ \xdb\xf6\xe0\xf0\xf0\xc3\x8f\x3e\x3a\x98\xcf\x7e\xfe\xb3\x9f\x5d\ \xbe\x7a\x91\x40\x9d\xb9\xaa\x9d\x56\x6d\x61\x28\x16\xf9\x19\xe0\ \xee\xa3\x51\x81\xa2\x47\x03\x33\x4b\x22\x45\x26\x59\xc4\x07\xa5\ \xa8\x8f\x8e\x0b\x56\x6d\xc1\x2f\xb7\xdb\xef\xd6\x8b\x7a\x76\x6c\ \x75\x38\x3d\x3f\x7b\xf4\xe4\xc9\xdb\xb7\x97\x47\x87\x27\x7d\xdf\ \x51\xf0\xbe\x41\x30\xad\xeb\xe0\x26\xb5\x0f\x81\x04\x08\x9d\x29\ \x30\x58\x62\x00\x34\x72\xef\xf0\xf5\xfb\xe8\x7b\x81\xe4\xcb\xdb\ \xbf\x7f\x27\xed\x25\xf2\xbb\x35\x85\x48\xa9\x5f\xbf\x05\x64\xde\ \x31\xf7\xee\xf8\xf0\xef\x55\xb9\xb8\x30\xcc\x72\x96\x5c\x3a\x5f\ \x44\xf4\xde\x57\x75\x3d\x9b\x4d\x24\x1f\x48\x77\xbb\x1c\xd3\x77\ \x31\xdf\x8e\xe6\x33\x19\xba\xc1\xdc\xa2\x4f\x2f\x92\x3d\x9c\x1f\ \x4c\x28\x9c\x1e\x9f\xfc\xf9\x5f\xfd\xa5\x9f\x56\x9b\xed\xea\x7f\ \xfb\x1f\xff\x55\xdb\x1e\x5e\xf4\xe9\x78\x3a\xfb\xf4\xb3\x47\x63\ \xb7\xa5\x9a\x0b\x5c\x84\x88\x44\x28\x92\x10\x0a\x5f\x0d\x10\x31\ \x2b\x98\xa2\x81\x29\x80\x81\x65\xd3\x31\xc6\x81\x29\xf8\xca\x4e\ \x0e\xc8\x37\x12\xe9\xd5\xc5\xeb\x44\xcd\xf2\x7a\xf5\xf1\x0f\xff\ \xc5\x8f\xff\xf4\xcf\x1f\xcf\x4f\x2f\x9e\x7d\xd7\xcb\x28\x86\xc2\ \x49\xaa\x10\x93\x34\x4d\x7b\x78\x74\x0a\xec\x99\x09\x55\x31\x65\ \x22\x44\xe2\x59\x33\x43\xe6\xb2\x9f\xba\x63\x38\x5b\x59\x51\x89\ \x48\xca\xb1\xc0\x9e\xaa\x19\xd1\xbc\x77\x00\xec\x3d\xa9\xd6\xcc\ \xcc\x8e\xd1\x20\x54\x3e\x97\x54\x61\x35\x4a\xc9\x0c\x91\x09\x81\ \x72\x4e\xc4\xef\x2d\x17\x35\xef\x7d\xa8\xeb\x10\x42\xa1\xed\x19\ \xc2\x6e\x74\x32\x34\x53\x50\x88\xa2\x80\xa6\xa6\x49\x55\x4c\x64\ \xcc\x7d\x1c\x26\xa1\x32\xcb\xe1\x4e\x4f\x79\x7e\x76\x7e\xbb\x5e\ \xbe\x78\xf5\x3a\x49\xca\x22\xc6\xbc\xea\x87\x61\x1c\x5d\x66\xed\ \x06\x17\x82\x73\x4e\x52\x1a\xc7\x88\x00\xde\x39\xe7\x5c\x70\x9e\ \x88\x10\x0d\x51\xef\xa8\x9d\xef\xd0\x86\x9d\x29\x8d\x01\x13\x8b\ \x48\x42\x35\x46\x34\x63\x85\xd8\x67\x11\x48\xaa\x29\x65\xf2\x32\ \xf7\x75\x70\xfe\xf6\xfa\x66\x79\x7d\x73\x73\xf1\xf6\xa0\x9d\x98\ \x09\x03\x68\xce\xeb\xd5\x2a\x78\x4e\x8e\x9b\xa6\x71\xce\x93\x40\ \xce\x3a\xa4\x41\x44\x01\xb0\x5c\xd8\xdf\x75\xc1\x46\xd8\x59\xe2\ \xec\x3d\x4c\xcc\xca\xb4\xb8\xff\xe6\x77\xf8\x9f\xdf\x17\x3e\x97\ \x64\xe9\xb6\x1d\xdf\xe1\x9d\xfb\x57\xbc\xf3\xd5\x57\x73\xc8\xca\ \x68\x60\x8a\x62\xa4\x48\x96\x93\x48\x1c\xb5\x6e\xb8\x6a\x52\x92\ \x43\x1f\x1a\xf6\xe3\xa6\x7f\xbb\xee\x19\x03\x70\x33\x02\xbc\x5d\ \x75\x9b\x5e\x26\xc1\x3b\xcf\xc8\x58\xf6\x2c\x80\x7b\x9c\xbe\xd0\ \xee\x00\x76\xad\xeb\xbb\xcf\xaf\xec\x37\x52\xdf\x1b\xa0\x88\x74\ \x86\xd7\x9b\x6d\x97\xf5\xcc\x93\xa4\xfe\xcb\x2f\x3f\x9f\x4d\x9b\ \x83\xe9\x44\x44\xc1\x1c\x30\x86\xa3\x49\xed\x59\x02\x53\x1d\x2c\ \x8b\x13\x0b\xc0\x84\xac\x60\xa3\x99\x98\x70\x89\x04\xbe\xab\x47\ \xfb\xfa\x55\x2a\x17\x18\x96\xa6\xfd\x3e\x9e\xb5\xa7\xe0\xef\x27\ \xc4\xa2\x64\x2c\xcd\x57\x09\x07\x4e\x29\x99\xe6\xf7\x4b\xfd\x2b\ \x5b\xce\xeb\xeb\xab\xdb\xdb\xdb\x7d\x22\x6f\x8c\xd1\x3b\x5f\xd7\ \xf5\x8e\xa4\x82\x06\x69\x1c\xc9\x25\xdf\xdc\x80\x24\x18\x45\x2d\ \x26\xb9\xdd\xf6\xfe\xe8\x38\x1a\x4f\x82\x7f\xfa\xc9\xc7\xaa\x7a\ \x3a\x3f\x7d\xf5\xf5\xcb\xa6\x39\xe8\xba\xbc\xcd\xe3\x30\xf4\xaf\ \x83\xaf\x83\x73\xe8\xa5\x9c\xa9\xe5\x3f\x60\x40\x2b\xde\x17\x88\ \x08\x1c\x00\x49\xa1\xac\x8b\xcc\x88\xd4\xb7\xa2\x9a\x55\xfa\xae\ \xef\xfb\x35\x60\xf8\x7a\xb1\xb6\xb6\x69\xa8\xda\x5e\xdd\x7e\xf1\ \xe5\xe7\xd5\xbf\xfc\xd3\xf3\x1f\x7c\xf8\xdd\x7f\xb8\x4a\x51\x1f\ \x3d\x7e\x7a\x7a\x78\x18\x90\x1b\x57\xb3\x73\x43\x8e\xae\x09\xe4\ \x51\x25\x7b\x28\x1a\x05\xa8\xaa\xaa\xdc\x4e\x45\x1f\xb7\x9f\xd6\ \x87\x61\xc8\x92\xe9\xb7\xfb\xd9\xfd\xaf\xfb\x64\x75\x5f\x85\x22\ \xb1\xea\xfa\x31\xe5\x14\x53\xee\xfb\x61\xb3\xd9\x0c\x43\xd7\x75\ \xeb\xf7\x23\xa3\xec\x0b\x46\x16\x41\x28\x73\x21\x78\xef\x0c\xd0\ \xac\xdc\xf9\xa0\x86\x86\xa0\x40\x4a\x2c\x26\x29\x4a\xdd\x36\xc4\ \x36\xc6\x0d\x91\xd6\xc7\x07\x1b\x4c\x3f\xff\xf5\x2f\x9c\x0f\xd1\ \xb2\x9a\x6e\x87\x01\x40\xb6\x5d\xdf\x54\x75\x5d\x57\x4a\xec\xbc\ \x47\x42\x89\x99\x43\x52\x51\x04\x20\x66\x20\x02\x22\x64\x62\x2e\ \x8b\x2a\xb2\x3b\xf2\xcd\xbd\xe5\x10\x38\x70\x80\x98\x50\x15\x95\ \xcc\x28\x6b\x8d\x19\xc9\xb9\x31\x9a\x18\x26\x8b\x2a\xc7\x07\x47\ \xe3\x38\x3e\xff\xf6\xdb\x93\xa3\x23\x6b\xd3\xab\xd7\xaf\xdb\xca\ \x79\x06\x53\x61\x74\x64\x20\x31\x69\xd4\x9c\xb3\x64\xc9\x22\x31\ \x25\x40\xaa\xeb\x06\x98\x10\xed\x77\xb6\xe1\xfb\xa3\xfa\xfe\xef\ \xdc\x57\xc2\xbd\x13\x00\xd9\xf7\xc6\x2b\xc2\xcc\xd8\xf1\x64\xd2\ \xee\xf7\xd6\xc5\x1c\x66\xdf\x47\x20\xa0\x47\x47\xe5\x16\xb7\x2c\ \x96\x72\x4e\x58\xf1\xe6\x76\x19\xaa\x26\x1b\x4d\x9b\xd6\x01\x9d\ \xce\x0f\x72\xd6\x37\xd7\xd7\x92\x94\xd1\xf7\x69\xbb\xbc\x5e\x2f\ \xd0\x18\x41\x19\xcc\x15\xb0\x05\x10\x91\x00\x91\xf6\x1a\x74\x44\ \x50\xcb\x19\x41\xed\xde\x23\x0d\x84\x29\x65\x76\x0e\x10\x57\xa3\ \x8d\x19\x66\x07\x93\xe5\x30\xce\xda\x26\x0e\xfd\xe5\xdb\xd7\x21\ \x4c\xa6\xd3\x59\x87\x71\x1c\x87\x51\xcd\x33\x67\x80\x40\x10\xea\ \x8a\x93\x62\x36\xcd\x2a\x08\xbb\xf7\xa2\xf2\x5b\xd5\x71\x37\x2f\ \x19\x21\x18\x22\x03\x95\x7d\xd6\x7e\xcb\xbe\x63\x1b\x95\xa4\xee\ \xbb\x2e\x6c\x8f\xd4\xe4\xbc\x4b\x36\xf2\xce\xa9\x28\xd3\x7b\x4d\ \x8b\x66\x00\x30\x9f\xcd\x00\xb4\xa4\x18\x38\x66\x62\x02\xc3\x62\ \x76\x06\x08\xa4\xca\xa0\xd9\x20\x1b\xc6\x2c\x63\x8c\x29\xe7\xf5\ \x6a\xb3\x18\xe2\x93\xe9\xa1\x63\x1f\x0e\xa6\x3c\x6f\x8e\xce\xcf\ \x3e\xff\xf5\x17\xdb\x6d\x8f\x5c\x75\xec\x5e\x8f\xe3\x2f\x37\x9b\ \xe1\xcd\x65\x4b\xc0\x0a\xbf\xa5\x0f\x20\x00\x04\x2a\xac\x3a\x04\ \x50\x50\x05\x43\x50\x03\x83\x1d\x2b\xd2\x0c\x88\x41\x11\x44\x8a\ \xfa\x16\xce\x9b\x7a\x62\xd6\x8f\xfd\xd7\x17\x2f\x4e\x3f\xfb\xf0\ \xeb\xd5\x9b\x07\x9f\x7e\xf8\xfa\xd9\x8b\xb1\x4f\xa3\x4f\xb3\xd9\ \xe4\xb0\x9a\x3a\x76\xb9\x56\xad\x48\x9c\x0e\x69\x20\x42\xcd\x29\ \x28\x95\x9d\x29\xde\x7d\xf4\xe5\x00\xaf\xaa\xe0\x9c\x53\x13\x03\ \x13\xd1\xe9\xb4\x05\x33\xd1\x9d\x24\x3b\xc6\x58\x98\x12\x68\x16\ \xea\x0a\x00\x99\xd1\x07\x1f\x63\xea\x87\x81\x18\x9d\x43\x40\x3d\ \x3c\x98\xeb\xfb\x66\xff\x28\x98\xec\xd6\xad\x58\x6e\x05\x15\x45\ \xdc\xf1\xe9\x11\x30\xa9\x18\x1a\x80\x2a\x98\x29\x3a\xef\xbd\x77\ \x29\x46\x02\x50\x49\x6f\x6e\x2e\x3f\xf8\xec\x8f\xda\x50\x5f\xbc\ \x79\x1b\x53\x4a\xfd\x30\xa4\x71\xec\xb6\xd3\xe9\x64\x36\x69\xbc\ \x73\xca\x1e\x89\xcd\x2c\x53\x0a\x56\x17\x32\x4e\x19\x38\x90\x90\ \x18\xbd\x77\x4c\x3b\xe2\x24\x20\x14\xc1\x19\x02\x94\x53\x90\x94\ \x89\xbd\x91\x65\x4b\x90\xa5\x21\x97\x87\x91\xd0\x4d\xb3\x2c\xc6\ \x21\xa5\x9c\x05\x2e\x2e\x2e\x8f\x8e\x0e\x6b\x1f\x16\x37\x37\xcb\ \xc5\x0d\xe4\x54\xb7\x4d\xed\x1d\x7b\x2f\xa2\x8e\x98\x01\x11\x89\ \xbd\x57\x76\x6a\xd0\x34\xb0\xb3\x86\x28\x5c\x8f\x7b\xe9\xc6\xaa\ \x45\xf8\x56\x34\xbf\xbb\xcd\xc1\x3b\x6f\x02\xc4\x7d\xb3\x0c\x00\ \xfc\x4f\xd0\x8a\xfe\x01\xbd\x22\x9c\x9f\x4c\x67\xd3\xd9\x0c\x77\ \x35\xa5\x3c\xa5\x00\xb6\xf3\xe1\x83\x2c\x00\x86\x66\x26\x66\x4a\ \xaa\x24\x59\x08\x49\x73\x8a\x63\x0f\x4d\xa8\xdb\xfa\xcd\xdb\x57\ \x59\x54\xcd\x56\xcb\xdb\x38\x74\xe3\xb8\xc5\x40\x55\x53\x15\x1c\ \x87\x98\x76\x6b\x1a\x40\xd8\x69\x2c\xf0\x4e\x82\x60\xa6\xb6\xef\ \xbf\x8a\xa9\x43\x61\xf4\x94\xca\x12\x04\xb6\x43\xca\x63\x1c\x45\ \x8f\xda\xe9\xc1\xe1\xac\xdf\x0e\x68\xec\x49\xc7\x7e\x49\x4c\x59\ \xc8\x7a\x41\xc7\x59\x95\x9d\xcf\x92\xf3\x98\x72\xca\xc4\x54\xd7\ \x2d\x87\xa0\xc4\x7b\xa3\xb4\xfd\xe4\x5e\xfa\x3f\xe7\x4c\x44\xad\ \x1c\x2a\x08\xbb\x20\x2c\x04\x72\x8e\xee\x0a\x8c\xe9\xae\x23\x73\ \xcc\xce\xa0\x42\x54\x15\x15\x15\x11\x57\xd5\xce\xb9\xf7\x8b\xcf\ \x42\xc4\x27\x8f\x1f\x1c\xf7\x33\xef\x7c\xb9\xec\x60\x7b\x34\x14\ \x44\x44\x4d\x24\x27\x8d\x11\xd5\x08\x8c\xcd\xc6\x18\xd5\xc6\x10\ \xa0\xef\x6e\x19\x26\x4f\xce\x7f\xf4\xea\xd9\xab\xb8\x89\xfd\xb6\ \xbb\xbe\xbe\x1a\xc6\xb1\xeb\xc7\x21\x8a\x02\x34\x35\x57\x8e\xbc\ \xed\x16\xdb\xc4\x08\x58\x96\xf5\xe5\x8d\x03\x33\xab\xc2\xee\x8d\ \x03\x28\x18\xc2\x0e\xb6\x37\x33\x43\xcb\x8a\xdd\x90\x73\xb4\xf5\ \x6a\xc1\x30\x7f\x72\x76\xec\x88\xbf\xf9\xc5\x7f\x7c\x7a\x78\xf0\ \xf5\x17\x5f\x42\xdc\x36\xd3\xa6\x1f\x96\x37\x14\xb3\x75\x4d\x5d\ \x03\xc1\x7a\xb9\xed\xc6\x41\x4c\x66\xb3\xe9\x74\x32\xab\xaa\x4a\ \x92\x00\xa2\x77\x2e\xe7\xac\x0a\x80\x05\x39\x46\x62\xb6\x6c\xa6\ \xd9\xef\x78\x76\xc0\x48\x08\x58\x79\x5f\x15\x9f\x25\xb3\xe2\x33\ \x61\x00\xc1\x39\xb3\x5d\x17\x20\xaa\x29\xe5\xc5\xe2\xf6\xe1\xf9\ \x99\xbc\xaf\xfa\x07\x11\x01\x18\xd8\xe1\x3b\x94\x60\x57\xdf\x15\ \x0d\x54\x83\x2b\x1b\x40\x06\x40\xf0\x41\x24\x99\xa8\xab\x76\x8f\ \x64\xea\xc7\x2f\xff\xf1\x73\xef\x03\x21\x6a\x56\x30\xd5\x9c\xab\ \xaa\x6e\xea\x03\xef\x1c\x80\xb5\x4d\x6b\x06\x22\x59\x43\x55\x1a\ \xf6\x72\xf7\x17\x50\x82\x09\x9d\xe7\x9d\x8e\xac\xa8\xcc\x10\xef\ \x37\x41\x5a\x9c\x1d\x1c\x83\xa9\x4a\x46\x83\x30\x15\x04\xae\x11\ \x27\xa6\xc3\x18\xbb\x6e\xa8\x42\xd5\xf5\xdb\x7e\xbb\x31\xd3\x50\ \xd5\x47\xb3\x59\xc9\xdd\x24\x26\x35\xdc\x45\x02\x95\x02\xc4\x40\ \x77\xf6\x29\x6a\xaa\x66\xbb\x83\xeb\x3e\xef\xc7\x68\x37\xac\xda\ \x6e\xa5\x5a\x88\x3e\x85\x13\x71\xb7\x37\x40\x03\x28\xb9\x7a\xf6\ \x7d\x61\xa2\x96\x5b\xd5\xca\xb3\x63\xf7\x37\xfd\x68\x48\x88\xaa\ \xb9\x44\x72\x97\x88\x30\x46\x06\x82\xb6\x6e\x8a\xef\xca\x6a\xb3\ \xe6\xc0\x67\xa7\x27\x71\x1c\xb6\xdb\xed\x58\x3a\x79\x86\x83\xe3\ \x79\xd3\xb4\xcc\x84\xa0\x6c\x78\x9f\x7d\x43\x77\x51\xbc\x77\x3d\ \x10\xed\x77\x7f\xb6\xd7\x6f\x15\xdf\x6f\xb3\x03\x76\xa2\x30\x0c\ \x63\x4a\xa9\xeb\x86\x94\x64\x3a\xb5\xcd\xb6\xeb\xfb\x2e\x04\x9c\ \xcc\x67\xec\x78\xbf\xb7\x22\x40\x45\xc6\x80\xa1\xaa\x68\xe7\x83\ \x5a\xf4\xc0\x7b\xd2\x55\xa9\x61\xfb\x2e\x1d\x99\xd1\xee\x1e\x58\ \xa3\x52\xd8\x76\x14\x1b\x51\xd9\x85\x80\x17\xf0\xab\xbc\xbc\xe2\ \xd4\x55\x48\x50\xec\xe0\x7d\x09\xf4\x00\xc0\x84\x0e\x81\x76\xfb\ \x3d\x28\xc9\xde\x25\xe6\xcf\x44\xd5\x24\x49\x12\xcd\x9a\x92\xc4\ \x28\xe3\x08\x39\x56\xa4\x54\x33\x5a\x8c\xa3\x7d\xf3\x9b\x2f\xff\ \xea\x2f\x7f\xfc\xf6\xe2\xe2\xe6\xe6\x7a\xbb\xdd\x5e\x5d\x5d\x6c\ \xb7\xeb\x79\x5b\xb7\x6d\x5b\x37\x75\xed\x89\x34\xee\xc1\x14\x35\ \x2d\x45\xd6\xa0\xe4\x5d\x11\x91\xdb\x35\xa2\xf8\x8e\x02\xb2\x5b\ \xce\x88\x64\x85\x21\x6b\xd7\x0f\x7d\xdf\x9b\xe5\x97\xcf\x9e\x1d\ \x1e\x1d\x05\x80\xe7\xdf\x3e\x8b\xdb\xed\xf9\xd1\x41\x3b\xab\x42\ \xd3\x38\x66\x0e\x6c\x01\x10\xb0\xe5\x26\xd4\x9e\x08\x43\xa8\x42\ \xa8\x4c\x8d\x9d\x23\xa2\x22\x5a\xdc\xb1\x87\x0a\x16\x61\xc2\xc4\ \x95\xe3\x32\xbc\xdd\xd5\x4f\x28\x73\x54\x19\xe8\x88\xab\xfb\xdc\ \x3a\xbd\x23\x76\xab\xf7\xa8\x32\x69\x9b\xf7\xe4\xa3\x20\xa8\x42\ \x16\xcd\x65\xc7\x7a\x37\xa9\xed\x81\x4e\x55\xf1\x77\x50\x60\xb1\ \xa3\x70\xc4\xe6\x60\x9f\x68\xbf\x1f\xa0\x08\x11\x3d\x01\xd8\xb4\ \x69\x7c\x08\xbb\x88\x4c\xb0\xbb\x97\xda\xb0\x63\x77\x4f\x16\xbe\ \xff\xeb\x88\x08\xa5\x01\xda\x1f\xdf\xf7\xad\x2c\x44\xde\xe9\xcf\ \xef\x0c\x4e\x4c\xd5\xc0\x9c\xc1\x64\x3a\x79\x70\xee\xf3\x9d\xc6\ \x70\xff\x77\xf7\x40\x07\x22\x29\xe2\xdd\x83\x5c\x1e\xea\x77\xaa\ \x69\x00\xcc\xbf\xed\xf7\xb0\xfb\x3f\xd8\x2e\x18\x6d\x9f\x92\xfd\ \x9f\x32\x1c\xdf\x3d\x9e\xdf\x0b\x9c\xab\xbc\x66\x7b\xc7\xe0\xc0\ \x7b\x57\xf3\x2e\xe8\x9b\x0d\x40\xcd\xa8\x48\x82\x00\xee\xa2\xc0\ \x0b\x6c\x24\xeb\xcd\x66\xb9\x5e\x4b\xce\x21\x84\x6c\xd0\x4c\x67\ \x6d\xd3\xec\x10\x50\x80\xca\xb1\x23\x2c\xde\xaa\x05\xe9\xd8\x25\ \x88\xdc\xbb\xe8\xfb\x93\x47\xcb\x0d\xb1\xef\xc6\x00\xa2\xa8\x18\ \x1d\xf3\x6f\x71\x1a\xcd\x6c\x36\x9f\xef\xf6\xeb\x08\xf7\x5f\xed\ \x7e\x9a\xdb\x19\xd4\xa2\x21\xb1\xfd\x16\xfa\xbe\xef\xbf\xec\x1e\ \xca\xf0\xff\x32\xe1\xe3\x3b\xc7\xc2\x77\x2c\xaf\x72\x83\xc0\x3b\ \xf0\xe8\x9f\xb5\x1c\x11\x35\x40\xbd\x13\x5a\xed\x86\x69\x44\x62\ \x24\x13\x20\x24\xcf\x8e\x0c\x1d\xb9\x2a\x54\xa5\xac\xee\xd6\xa0\ \x6a\x8b\xc5\xed\xff\xfc\xd7\xff\xfa\xe8\xe8\xc8\xcc\xd6\xeb\x95\ \xf7\x7c\x76\x76\x32\x9b\xcd\xff\x1f\xf6\xde\x3b\xca\xb2\xab\xba\ \x13\x3e\xfb\x9c\x1b\xdf\x7d\xf9\xbd\xca\x55\x5d\xdd\x5d\xdd\x5d\ \x9d\x25\x5a\x11\x24\xb0\x02\x92\xc1\x80\x0d\x06\x21\x03\xfe\xbc\ \x0c\xd8\x1e\xcf\x0c\xd8\x78\x79\xc6\xcb\x38\x8d\x6d\x0c\xcc\x7c\ \x81\xc1\x18\x0f\x9e\xb1\xc1\x1f\x8c\x49\x0e\xd8\x9f\x6d\x30\x41\ \x80\x24\xd4\xca\xa1\xbb\xd5\xa9\x3a\x55\x57\x0e\x2f\xe7\x1b\xce\ \x39\xfb\xfb\xe3\xde\xf7\xea\x56\xe8\x06\x75\x42\xe1\x6d\xad\xd5\ \xab\x4a\xf5\xe2\x3e\xe7\xec\xb3\xc3\x6f\xff\xb6\xae\x6b\x84\x80\ \xa1\x29\x1a\x23\x9d\x5b\x93\x10\xa2\xaa\x6a\x27\x0f\xeb\x87\x02\ \x2b\xa7\xc8\x67\x62\x42\xf4\x1d\x40\x29\x24\x17\x52\x10\x8a\x01\ \x64\x41\xf8\x95\x7b\x44\x1c\x1e\x19\xf1\x5b\x08\x40\x61\xc2\xa7\ \x40\x03\x4a\x29\xf8\x1c\x0f\x96\x65\x01\x80\x4f\xaa\x09\x84\x30\ \x46\xc9\xfa\xbe\x2a\x7f\x70\x83\xaa\xa8\xc1\x67\xf3\x07\xa1\x06\ \xd9\xb7\xf6\x41\x0a\xf5\xc0\x77\x8c\x17\xa2\x6c\x53\xa1\xc3\xa5\ \x56\x45\x7c\x6b\xc5\x18\xf5\x13\xbb\xab\xac\x49\xb0\x3f\x89\xf4\ \x3c\x7f\xb8\x8e\xbf\x3d\x7c\xfe\xdb\xe0\x6a\x6c\x7f\xe1\xf0\x73\ \xfd\x1a\x4e\x18\x11\x49\xc8\x4a\x5f\xca\x1a\xa2\xbe\xce\xcf\x9d\ \x57\xdb\xd0\x2b\x0c\xde\x22\x08\x7f\x08\xac\x58\x40\xff\xba\x65\ \x1d\x53\x1e\x7e\x3b\x02\xbe\x0b\x02\xd8\x7e\x36\x21\x04\x29\x86\ \x3f\x98\x12\x22\x2b\x5f\x5d\x22\x58\x85\xc1\x5e\xdf\xfd\xf6\x62\ \xe3\x44\xdd\xd8\x09\x0b\x17\x13\xfc\x48\xce\x8f\x26\x3a\x1a\x57\ \x55\x95\xb1\x4e\x0a\x03\x25\xa2\xae\x69\x4c\x51\x7c\x96\xe4\x00\ \x8f\xeb\x79\x8c\xd2\x88\x61\xa8\x0a\x0d\x5d\x0e\x6b\xdf\x62\x8d\ \xcf\x15\xae\xee\x21\xa2\x42\xa8\x24\x40\x90\x84\xad\x8f\xc2\x98\ \xe8\x54\xd9\x57\xc3\x41\x75\x5d\x0f\xd4\x2d\x91\xaa\x54\x04\xed\ \xf8\x81\x93\x2b\x25\x76\x16\x3b\x0c\x34\xf5\x2d\x12\xe2\xaa\x35\ \x5b\x73\xed\xac\x07\xd9\x5f\xe6\x9d\x41\x15\x05\x58\x10\x99\x00\ \x05\x16\xba\xd2\x7d\x33\xa6\x50\x95\x12\x46\xa4\x47\x01\x35\x55\ \x57\xda\xc5\x75\x3f\x67\xa4\x32\x26\x84\x74\x1c\x47\xd7\x75\x7f\ \x64\xb7\xbf\x2e\x7e\x01\x41\xd7\x35\xd3\xd4\x0c\x4d\xef\xa4\x81\ \x7d\xf6\xab\x15\x1c\x39\x21\xed\x3a\x09\x74\x40\x30\x41\x52\xc3\ \xaf\xb9\x32\xad\x6d\x6d\x7c\x2a\x46\x62\xdb\xb6\x3f\xdc\xdb\x71\ \x1c\x42\x81\x41\xb0\x25\x3a\x5b\xbc\xdd\xf4\x4a\x10\x91\x7b\xe8\ \x53\x06\xfb\x48\xd4\xce\xb2\x02\x80\xc2\x14\x42\xa4\xd7\xa6\x0c\ \x5e\x41\x02\x07\x35\x3e\x0c\x13\x78\x00\x65\x2b\x16\x02\xa5\x94\ \xc8\xe5\x25\xcf\xb7\x6e\x83\x51\x56\xdc\x1d\x58\x93\xa2\x46\x64\ \x8c\x31\xdf\x72\xf9\x80\x15\x4a\x19\x6c\xe4\x1c\x75\x8c\x91\xa6\ \x69\xa1\xbf\xa2\xbf\xc7\x3a\x4b\x49\x69\x28\xad\x4b\x03\x7a\xde\ \xb0\x11\x5c\xb3\x97\xc2\x66\x71\x35\x49\x29\x76\xc8\x66\x56\x32\ \x1e\xa4\xdd\x7c\x12\x82\x96\xaf\x01\x54\xaf\x71\x53\x3a\xa4\x43\ \x7e\x01\xaa\x73\xcd\x87\xcf\xfe\x86\xff\xfe\x88\x7b\xfe\xda\xb1\ \xdc\x40\xd0\x90\x49\x3b\xca\xf2\x7d\x99\x8e\xfa\x28\x55\x89\x1a\ \xd4\x47\x99\xc2\x7c\x67\x89\x29\x0a\xa3\xd4\xbf\xbc\xfd\xdb\x48\ \x48\xc1\x85\x8c\x58\xb1\xa0\x87\x19\xfd\x58\xca\x6f\xfb\x61\x01\ \x54\x18\x09\x50\x08\xca\x1b\x12\xdb\x96\x3e\xb8\x49\x3a\x7e\x0c\ \x12\x42\xdb\xec\x40\xc2\x07\xd0\x85\xc2\x4c\x89\xe8\x06\x88\x59\ \x85\x32\x2a\x3c\x0f\xdb\x31\x20\x09\x8a\x67\xfe\xd8\x16\x58\x89\ \x85\x82\xa0\x24\x58\xdb\xf6\xcd\xe2\xff\x0a\x41\x57\x32\x06\xdb\ \x2e\x74\xdb\x04\x5c\x11\x21\x03\xb7\xf2\x03\x21\x97\x13\x29\x12\ \x02\x44\x51\x54\x45\x61\x1d\xaf\xce\x8f\x13\xdb\xa8\x6a\x4a\x08\ \xfa\xce\x70\xc0\x2b\xcd\x98\x9f\x33\xf2\x03\x13\x4a\x19\x41\x41\ \x69\x50\x35\xf5\x38\xf7\xa7\xae\x4b\x19\x10\x4c\x2b\x8a\xaa\xe9\ \xa6\x66\x18\x42\x70\xcf\xf3\x08\x30\xa6\xfa\x2a\x0d\x92\x7d\x52\ \xc8\x95\x09\x31\x92\x00\x65\x94\xb1\xa0\x0d\x47\x55\x19\x80\xcb\ \x65\xf8\x2e\x93\x52\x5a\x96\xd5\x68\x34\xfc\x1a\xbf\x27\x05\x6d\ \x77\x1d\x74\x3e\x7f\x9b\x2f\x3b\xc0\x61\x74\x66\xbb\x77\x8c\x5a\ \xa7\xb0\x4b\x83\x5c\x4a\x50\x45\x09\x6a\xd9\x2b\x96\x4b\x76\x5c\ \x98\x70\x8b\x4c\x18\xcb\x7a\xe9\x0c\x03\x12\xd7\x40\x8e\x83\xd8\ \xa2\x9d\xd0\xa0\x4c\x09\xe0\x02\x3e\xfb\x0c\x42\x40\x5a\x1a\x10\ \xed\x52\x00\xbf\x35\x88\x76\x6c\x87\xbf\xdd\xfc\x20\x10\x89\x04\ \x42\xfd\x0c\x96\x7f\x12\x30\xd8\x9b\x3e\xa2\x0e\x29\x53\xfc\xf7\ \x0b\x5c\xec\xb0\x87\x49\x08\x50\x08\x8d\xde\xa1\x8c\x12\x12\x20\ \x0d\x03\xbe\x5f\xca\x98\xef\x89\x06\x9f\x5c\xca\x76\x14\x1c\x34\ \xb6\x85\x9d\x83\x35\xad\x6c\x88\x28\x56\x46\xf8\x90\xf6\xd0\x09\ \x5c\x1f\x15\x76\x94\xd3\xf1\x3d\x37\xb4\xdd\x3f\x4e\x9f\xcb\xb7\ \x5a\x6b\x1c\xe0\xf0\xa2\xfa\x8a\xa0\x6d\x6f\xb9\x23\xed\x67\x13\ \x02\x44\x48\xe9\x77\x58\xfb\xd7\x6c\xdb\x7d\x65\x52\x4a\x8f\x0b\ \xdf\x87\x58\xef\x33\x77\x4e\x45\x27\x9a\x68\xbb\x78\x34\x28\x0f\ \x10\x4a\x28\x30\xba\xca\xfc\xfb\x0f\x66\x8c\xfa\x90\x6b\xc4\x55\ \xaf\x29\x84\x0c\xa8\x5d\x81\x48\x29\x70\x55\x03\x59\xdb\x38\x11\ \x08\x2f\x2c\x09\x36\x1f\x69\x3f\x38\x40\xf7\x40\xc0\xa3\xb1\x76\ \x07\x84\x7e\xbe\x3c\x0c\xb0\xa2\x30\x45\xf5\xad\x6b\xd0\x88\x13\ \xce\x03\x22\x21\x20\x01\xd0\x34\x18\x63\x4c\x55\xd5\xe0\x1e\xa0\ \x01\x42\x0e\x40\x01\x82\x40\xc1\xb1\x1d\x45\x55\x7d\x06\x0b\x02\ \xc8\x08\xf1\x73\xda\x8e\x27\x24\x71\xa4\xf4\x4d\x30\x97\x52\xb4\ \xe3\x44\xdf\xfb\x0f\xaa\x31\xfe\x37\xf1\x31\x46\xe0\x43\x3d\x15\ \x15\x28\x53\xc1\xef\xf1\x6c\xe7\xf5\x19\x43\x00\x33\x12\xf1\xf5\ \xa7\xb0\x8e\x65\x09\x30\x2e\x00\x00\x8c\xfa\x67\x83\x73\x41\xa9\ \xe2\x0f\x76\xef\x98\xad\x30\xbe\x91\x4b\x81\x28\xa8\xdf\x90\x15\ \x38\x1a\xe0\xe7\x9e\x08\x10\x21\x42\x0e\xb0\x7f\x13\x06\x17\x06\ \x10\x42\xfc\x06\x95\x4b\x36\x5d\xed\xf8\x78\x03\x9b\xd5\x09\xbb\ \x60\xb5\x74\x5a\x7a\xfd\x0f\x2c\x11\x01\xdb\xb3\x75\xfc\x74\x58\ \x7b\x11\x83\x87\x07\x73\xc3\x50\x4a\xc9\x28\x03\x0a\xa1\xd3\xd4\ \xd9\x3f\x08\x20\x3b\x25\xd7\xf5\xe7\xce\xbf\xb9\x3b\x70\xe8\xce\ \xf3\x10\xc3\x49\x28\x12\x78\xcf\x6d\x3b\x16\xc0\xb3\xd6\xc5\x0d\ \x6b\x22\xaa\xce\x8a\x6c\x18\x43\x84\x73\x8b\xab\x0c\xdf\x8b\x87\ \x59\x70\x55\x1a\x62\xa3\x7f\x01\x00\x57\x9a\xb1\x59\x10\x2d\x32\ \xe6\x2f\x53\xdb\x11\x0e\x4e\x31\xa5\x40\x08\x0b\x0f\xc2\x03\xa0\ \x02\x41\x0a\xf4\x71\x05\x94\x82\xff\x48\x58\x59\x1b\xf0\x01\x78\ \x9d\xd4\xa0\x7f\x56\x28\xf5\x59\xfe\xfc\xbc\xe1\x06\x2d\xd0\xc1\ \xbb\x40\xc7\xb6\xb6\xb7\x43\x68\x1f\x48\x29\x25\xb6\xbb\xc7\x56\ \x8e\xcd\xaa\x2b\xc8\x67\xa9\x5f\xfd\xe2\xd0\x46\x13\x40\xf8\xad\ \xd7\xf8\x5c\x97\x1d\x33\x02\x21\x94\x00\xf3\x23\x08\xbf\x37\x81\ \x06\x36\x17\x80\xfa\xb3\x95\x04\x48\x49\x08\x28\x4a\x30\x16\x20\ \xb8\x68\x28\x05\x20\x5c\x08\x7f\x0f\xab\x46\x44\x4a\xe9\x72\x89\ \xc0\x38\x72\x21\x7d\xf4\x2d\x71\x5c\xee\x70\x01\x7e\x57\x7d\x80\ \x9b\x0d\x10\x74\x10\xce\x14\xad\x18\x77\x12\x70\x66\x3a\x1e\x50\ \xee\xd7\x64\xfc\xf4\x53\xd0\x4b\xc0\x45\x87\x1a\x13\x83\xe8\x5b\ \xb6\xff\x0a\x42\x48\x4a\x91\x10\xbf\x9e\x41\xc3\x04\xd9\x61\xd0\ \x49\xd0\xf9\xe4\xd3\xd5\x22\x91\x42\x12\x20\x0a\x53\x10\x51\x48\ \xc1\x18\x63\xc0\x08\x45\xbf\x33\x11\x57\x3c\x64\xd2\x69\x5a\x91\ \x97\x77\x67\xf8\xa6\x29\x9c\x4e\x5a\x93\xbb\xc0\x10\x7f\x4a\x60\ \x74\x70\xa5\x2f\x3a\x28\xb8\x87\xbc\xee\xf6\xe7\x0b\xf6\x76\xc8\ \x61\x01\x4a\xa9\x44\x9f\x90\x8b\x84\x8d\xd7\x4a\x4e\xc0\xcf\x20\ \xd3\xc0\xd1\xc2\x76\xa2\x80\x86\x90\x95\xab\xf7\xdb\x8a\x87\xd1\ \xbe\x3c\x21\x7c\x3c\x3a\xa8\xd2\x8b\x6c\xce\x0d\x92\x5c\x17\xfe\ \x3f\x1d\x62\x15\x29\x25\x63\xf4\x87\xa6\xe8\xaf\x21\x86\x3e\xe4\ \x4d\x84\xed\xf4\xca\x25\x49\xa8\xdf\x68\xe6\x4f\x7d\xe1\x02\x89\ \x08\xe8\xab\x83\xe2\x1d\xc1\x35\xd9\xc7\xce\x6d\x4c\x08\x02\x25\ \x14\x02\xf0\xb6\xc4\x36\xfa\xc1\x87\xb7\x04\x29\xd8\x95\x03\xe5\ \x93\xaf\x4b\x24\x3e\xb8\x1d\x56\x6f\x8e\x8e\xd7\xba\x12\xf1\x07\ \xfd\x43\x2b\x1e\x10\x12\xe8\x64\x41\xfc\xce\x06\x1a\xf2\x9f\xc3\ \x2b\x11\xfa\xd7\xa7\x28\xe8\xfc\xbb\x92\x8c\x43\x82\x17\xf2\xba\ \x49\xc7\xaa\xc1\xe5\x28\xdf\x57\x17\x42\xc7\x66\xb5\x6b\x3d\x92\ \x10\x49\x03\x1c\x9c\x5c\x51\x02\x12\x81\x44\x72\x20\xd4\x13\xa2\ \x1d\x87\x90\xf0\x94\x03\x49\x80\x10\x06\x80\xd0\x76\x8b\x91\x4a\ \x3f\x2c\x87\x8e\x41\xf6\xb1\x3b\xc1\x31\x20\xe1\xdc\x23\xf8\x43\ \xbb\x05\xb6\xef\x00\x40\x24\xdc\xf3\xd6\x64\xa6\x03\x57\x08\x3b\ \x3f\x12\x9f\xa4\x34\x94\xa0\x11\x17\x4a\x9e\xb6\x3d\x1f\x45\x12\ \x22\xdb\xf4\xd9\x10\xe4\xd3\x28\x06\xbe\x8d\x7f\xa5\xa1\x3f\x28\ \x2f\x7c\xa8\x44\xb8\x7b\xe5\x12\x73\x24\xab\x82\x00\xdf\xfe\xae\ \x70\x3d\x11\x82\x94\x4a\xff\x2e\xf5\xf7\x64\x1b\xca\x4c\x60\x25\ \xaf\xd7\xc1\x07\xd0\x4e\x25\x87\x00\xf5\xf5\x17\xba\xfe\xdb\x7c\ \x1c\xd0\xf9\xb7\xcd\x93\xdc\xee\xde\x00\x40\xa0\xc1\xfd\x4a\xc1\ \xaf\x3f\x20\x01\x89\xeb\x12\xab\x88\x84\xf8\xd8\x69\xc4\x90\x03\ \xe4\x8f\xb0\x0d\xfe\x25\x48\x50\xae\x39\xd1\x1b\x66\xac\xd6\x5c\ \xbd\xeb\x9d\xaf\x70\xce\xb7\x43\x45\xf4\xe2\xf2\xb9\xc2\x78\xff\ \xce\xbe\x6c\xef\x54\x24\x84\xf9\x69\x0e\xd2\xc9\x40\xb6\x23\x1a\ \xff\xfa\x41\x94\xe1\x64\x67\x50\x3a\xec\x24\xc5\x11\x45\xb0\x33\ \x82\x6a\x47\xdb\x9d\x0b\x58\x20\x83\x70\x31\x38\x55\x1d\x23\x18\ \x7c\x0c\xb6\x3a\x9d\x14\xae\x34\xb5\x4b\x27\x70\xa1\x3c\xa2\x94\ \x12\x11\x90\xd0\xf0\xdf\xfd\xef\x11\xce\x79\xb5\xcd\x20\x74\x9e\ \x1d\x32\x4c\x22\x9c\xe7\x5a\xc3\x81\x83\x28\x2f\xe3\xf6\x47\x2e\ \xa5\x68\xe3\x29\xa1\xe3\xe0\xb5\x3f\x1f\x22\x11\xed\xbf\x81\x44\ \x20\x12\x83\x5a\x77\x70\x18\x10\xa8\xef\xf5\xfb\xdf\xc2\xd7\xa8\ \xf4\xeb\xb4\x94\x22\x4a\x21\x3c\x3f\xd9\xe2\x67\xcc\x02\x38\x47\ \xdb\xbd\x22\x7e\x2f\x76\xe8\x38\xfb\x5b\xdf\x8f\x45\x09\x91\xfe\ \xec\x57\xff\x60\x20\x41\x4a\x88\xf0\x21\xd4\x48\xd6\xe4\xfb\x3a\ \x4d\x9d\x1d\x7e\xa4\xf5\x09\x91\xb5\x96\x8b\x02\x86\x78\x38\x3a\ \x77\x12\xf7\xbc\x15\x67\x3f\xc4\x8f\x16\x5e\x7d\xd7\xf5\x38\x17\ \x97\x93\xea\x5a\x4f\x64\xb4\x66\xe7\x87\x37\x52\x38\x6c\x0c\x9d\ \x8b\x95\xe7\x8a\x95\x86\x10\x10\xe1\x2f\xbb\xca\x7e\x91\x8d\xb3\ \x25\xd8\x1e\x92\xb0\xda\x58\xac\xe0\x77\xd6\xef\x6d\xa4\xed\x92\ \xeb\xca\xab\xfa\x5b\x40\xa2\x84\x70\x43\x75\xa8\x00\x12\xbe\x6b\ \xc3\xcd\x70\x64\xf5\xaf\xeb\xcb\x8e\xb4\x8d\xf2\x7b\xd1\xe5\xb9\ \x08\xae\x4e\x58\xb6\xeb\xf3\x18\x38\x23\xfe\x80\xb2\x60\x16\x50\ \xbb\x6f\x07\x24\xf1\x7b\xbe\x80\x10\xe2\x33\x54\xd1\xc0\x38\x01\ \x0f\x95\x81\x01\xa8\x3f\x79\x67\xcd\xd7\xf6\x3b\xc6\xc2\x9b\x26\ \x14\xea\x07\x9b\xd2\x87\xbd\x09\xbf\xb9\x6e\x65\x9f\xad\x54\xb2\ \x82\x1c\x59\x40\xe2\xbd\x2a\x14\xa7\x40\xfd\xf1\x8a\xed\x3c\x49\ \xe0\x58\x85\x1d\xe9\xb6\xd3\x8e\x9d\x8b\xb1\x6d\x0d\xb1\xf3\x78\ \xc4\xa0\x3d\x35\x3c\xb5\x69\x0d\xc8\xe8\x92\xbd\x2d\xc1\xb9\x7f\ \xd4\xfd\xaf\x1f\x0c\x19\x0e\xca\x73\x14\x89\x8f\x99\xf0\x43\x57\ \x24\x28\xc3\xc9\x1d\x0c\x2e\x78\x3f\x55\x02\x48\x10\x82\x74\x7b\ \xbb\x23\xb4\x0d\xb0\x0c\xfe\xbf\x24\x6d\x4f\xa5\xbd\xdf\x71\x6d\ \xd3\x7f\xe0\xc2\xa2\x44\x2e\x28\xa0\xa6\x30\x1f\x71\xdb\x7e\x38\ \x84\xf5\x10\x2e\x8d\xf9\x45\xde\xe0\x57\x19\x0c\x5d\x5a\xb3\xcb\ \xd7\x5a\x2e\x49\x04\xae\x62\x53\xe9\x28\xc1\x6f\x3b\x5b\x73\xd4\ \x25\x76\x3c\xe0\x15\x62\xa2\x4b\xce\xd0\x77\x0a\xd3\x61\x2b\x19\ \x5a\x0b\xea\xa7\xfc\xda\x37\x6e\x90\xe7\x5a\xb9\xab\x41\xf8\x3f\ \x07\x26\x4c\xa2\x9f\xc1\x5f\xe9\x3b\x69\xd7\xa3\xd6\xff\x1b\x78\ \x4a\x6d\xd0\xf5\xca\xc3\x3b\x30\x9d\x76\x30\x8f\x81\x7f\x1c\xac\ \xaf\xbf\x3f\xdb\x71\x48\x10\xfc\xaf\xbc\x5e\x3b\x7a\x00\xc4\x30\ \x40\x6f\x83\x81\x63\xa1\x3a\x49\x07\x74\xd1\x4e\xb4\xac\x44\x9a\ \xc1\xc5\x1c\xb4\x73\xe2\x86\x4d\x42\x3f\x7e\x3c\x57\xbb\x70\x4e\ \xb1\x83\x4b\x0c\xb2\x7f\x00\x80\x82\x20\xfa\xe5\x15\x0c\xfa\x06\ \x82\x0b\x48\x06\x4e\x99\x6c\x27\x36\xda\xb4\xa3\xa4\x6d\xc4\x08\ \xf1\x6d\x16\x01\xb2\xaa\x45\xab\x63\x47\xc2\xa1\x65\x07\xb8\xd0\ \xa6\xd3\xf2\x6f\xbf\x20\xfe\x47\x1f\x28\x0b\x80\xd0\x1e\xd5\xd3\ \x3e\x42\x6c\xad\x61\x23\xd0\xae\x71\xad\xc4\x32\x9d\x2a\x61\x07\ \x89\xda\x3e\xb7\xf2\x42\x5e\x34\xa2\x0c\x2f\xe4\x85\xae\xeb\x4b\ \xd6\x7c\xe7\x3e\x84\xe0\x14\x50\xa4\x1d\xb8\x20\x72\x89\x9e\x90\ \xed\xaa\x56\xe7\xc3\x43\x27\xc6\xe0\x5c\x10\x40\x3f\xf7\x48\x42\ \xa8\x1c\x82\x48\x7c\x50\x96\xe4\xed\xdb\x1b\xfc\xe9\x61\xab\xb5\ \xcd\x71\x65\x98\x02\xf1\xb8\xcf\xae\x43\x19\xf3\x3b\xeb\x88\x94\ \x42\xac\xa6\x9c\xec\xc4\x56\x2b\xb0\xd2\xce\xfe\xf1\x59\xd5\x18\ \xa3\x0a\x10\x09\x24\x74\xa8\x48\x27\xa0\xc6\x50\x6d\xdf\x87\xa1\ \x52\xa1\x84\x0b\x00\x00\x20\x00\x49\x44\x41\x54\x48\x09\x8c\x82\ \xbf\xd6\x3e\x27\x97\x94\x14\x91\x22\xba\x5c\xb4\xed\x33\x5d\xf1\ \x49\x37\x2e\xf2\x5c\xca\x5d\xdd\xb9\x7b\x3a\x56\xb2\x63\x82\x29\ \x83\x00\x6a\xdc\x0e\x02\xfc\xee\x0b\x3f\xae\xeb\xd0\x25\x51\xc2\ \x3a\xb1\x76\x3b\xc4\x43\x00\x08\x0c\x19\x06\x17\x4a\x9b\x46\x00\ \x42\x48\x3a\x6c\x03\x53\x82\xff\x7c\x9c\xbd\x6c\x57\x96\xc3\xba\ \xc3\x20\x7f\x86\x6d\x6c\xb8\x8f\x2d\x6d\x1b\x3e\xd8\x08\xca\x10\ \x14\x8d\x83\xa2\xa7\x5c\xf1\xd4\x11\x57\x03\x8f\xdb\x61\x87\x0c\ \x45\x1b\xe1\xc8\x31\x9c\xa0\x7c\x91\x4d\x8a\x25\x40\x24\xa2\x27\ \x90\x23\x01\x82\xed\x50\x9e\xb6\xad\xef\xca\xbd\x84\x40\x29\x05\ \x5c\x95\x2d\x40\xdf\x1d\x03\x42\xfd\xab\xba\x93\xe7\x85\x36\xff\ \x36\xf8\x59\x27\xba\xca\x42\x75\x32\x0b\x34\xd4\xe6\xdd\xb9\x73\ \xd6\x4c\xa3\x5a\x31\x6a\xed\x75\x81\xd0\x0d\x80\xe8\xf3\xa5\xb5\ \xe3\xd0\xa0\x5d\x27\xb4\x8a\x48\x10\xa4\x6f\xf5\xb0\x8d\x8d\xf6\ \x19\x6d\x82\xfa\x0b\x11\xe1\x22\x56\x9b\x75\x1a\xdb\x2f\xda\x4e\ \x1e\xad\xba\xa6\xda\xa9\x62\x0c\xed\x85\x4b\xc0\xa3\x08\x81\x9c\ \x63\xd0\x8b\xcb\x84\x08\xd2\x18\x28\xd1\xf7\x0b\x08\x50\x0c\x38\ \x70\x80\x10\xda\xe1\xd2\x0d\x76\x3f\x4a\xe2\x3b\x86\x04\xd6\x5c\ \xa1\x00\x02\x09\x32\xe8\x0c\x5d\x25\x8c\x50\x29\xa4\x0f\x8d\x92\ \xc1\x31\xf3\xb1\xda\x34\x68\xec\x20\xd4\xef\x4a\xf3\x49\x20\x29\ \x80\x6c\x73\x57\x74\x32\x83\xe1\xa8\x01\x28\x08\x20\xb2\xcd\xe5\ \xe4\x9b\x96\xce\xaf\x1d\xf3\x14\xce\x55\xaf\x94\xab\x00\x88\x10\ \x54\x0a\x24\x84\xb4\xa1\x5e\x0c\x51\x08\xce\xfc\x92\x8a\x44\x8d\ \x29\xfe\x38\x2d\xe4\x02\x00\x44\xbb\x61\x1b\x00\xa8\x9f\x9f\xbb\ \xd4\x0d\x1f\x2e\xae\x85\x9b\xf0\xd7\x14\xf8\xd6\x18\xb5\x4e\xe6\ \xb7\x53\x7c\xf4\x31\xb4\x6b\x02\xc9\x70\x14\xb6\xe2\xac\xb5\xdd\ \x9c\x4e\x68\xd7\xc6\x2b\x12\x21\x04\xf7\x3c\xd5\x52\x00\x08\x11\ \x92\x29\x0a\xae\x4e\xea\xf9\xe0\x6a\x9f\x1a\xc8\xf7\x49\xd7\xa4\ \xae\x56\xdf\x46\xed\xdb\x58\xe2\x7a\x76\xdf\xb6\xc5\x0c\xbb\xab\ \x20\x57\x55\x71\x3b\xc1\xc4\xda\x68\x31\xc8\x59\x03\x7d\xd1\x58\ \xae\x95\x78\x71\xcd\x3a\xe1\x06\x4a\xe9\xf8\xa5\x61\x9c\xf9\x4a\ \x9f\x53\xe8\xd5\xfc\x19\xbf\x9d\x0d\x26\x56\xa5\xff\xc3\xe0\xe3\ \x30\xe8\x74\xc3\x22\xd4\x1a\xd5\x87\xb1\xef\x1d\xd0\xfc\x86\xe9\ \xc6\xf0\x17\x69\xa7\xb8\xda\x1d\xa4\x21\x3c\xc4\x6a\x74\x06\xb9\ \xd0\x7a\xaf\x77\xb2\xf0\xb2\x31\xf4\x9c\x73\x7f\xe2\x2c\x01\x2a\ \x11\x19\xa3\x12\x89\xe0\x52\x70\x1e\xa0\x55\x42\x80\xa9\x35\x69\ \x97\x36\x26\x3e\x5c\xc3\xc6\xb6\xd3\xb9\x0a\xad\x17\x0a\x13\x88\ \xaf\xab\xb6\x13\x4c\xda\xb1\x4e\x10\x7a\xaf\x64\x94\x09\x22\x12\ \x2e\x25\x84\x9c\x2c\x7f\x87\x74\x08\x7f\x64\x28\xf3\x17\x8c\x1d\ \xf5\xbc\xf0\x2a\xac\x81\x8f\xcb\x35\xa7\xba\xcd\x45\xd5\x01\xdb\ \x81\x0f\xd3\x20\x10\x90\xa9\x11\x89\x6d\x63\xe1\x9b\xce\xb0\x65\ \xb9\x82\x55\xa9\x70\x3d\x2a\xd8\xa2\xed\x2f\xb5\x26\xe6\xed\x10\ \x87\x86\xd1\x12\xe1\xad\xb8\x06\xbb\xb3\x26\x65\xb6\x92\x95\xf7\ \xef\xd3\x36\x17\x9e\x7f\x37\x04\xb0\x6a\x21\x71\xf5\x54\xa3\x4e\ \x57\x56\x27\xdf\xb4\x21\x67\x2f\x59\xc7\xd1\x74\xa1\x13\x74\xa1\ \xca\xf8\x85\x82\x89\xf0\x9d\xfd\xe2\xc2\xd0\x43\xbb\xd0\xde\x89\ \x26\xc2\xba\x08\x23\x0c\xd6\x60\x52\x56\x32\xfa\x40\xc3\xbf\xae\ \xb9\xc1\x2e\x84\xc3\xe8\x5c\xc2\xfe\x5d\xda\x79\x97\x35\x38\xc3\ \x35\xaf\xd3\x21\xa8\x83\x75\xe9\xcf\x0b\x01\x58\xd6\x3c\xa0\xc3\ \x55\xbd\xe1\x9a\x85\xbf\xfb\x86\xd5\x99\x35\x0d\x06\x97\x23\x32\ \x80\x83\x04\xc5\x77\xdf\xcf\xf2\xf3\x4a\x8c\x52\xa0\x2c\xdc\x20\ \xb5\xbe\x1b\x43\xd3\xb4\xf5\x10\xd9\xf0\x1a\x09\xc1\xc3\xaf\xc0\ \x18\x53\x14\x85\x73\xce\x39\x57\x55\x15\x09\x0a\x4f\x84\xd1\xf3\ \xbe\x55\x5a\x39\x8d\x84\x74\x66\x28\xf8\x28\x53\xff\xd7\x70\x8a\ \x3a\x7c\x86\x3b\x45\x9e\x0d\x8b\xb0\x9d\x83\x17\x72\xd9\x43\xad\ \x70\x88\x02\x49\xa8\x81\x46\x92\x50\x63\x1f\x59\x9d\xc3\xfe\x11\ \xdb\x50\x2e\x66\xb6\x08\xb9\x90\x95\xe9\xc0\x80\xc8\x46\x9d\x70\ \x61\xd3\xb0\x06\x7f\x1f\x46\xbd\x87\x77\xb8\x08\xf5\x18\x06\x5e\ \x18\x59\xc1\x55\x74\x28\x15\xfd\xf6\x0f\x50\xc0\xf3\x38\x86\xaa\ \x9f\x1d\x92\x92\xce\x84\x97\x0b\x9d\xac\xb0\x53\xbc\x66\x4b\x93\ \x75\x43\x15\xc2\x85\x91\xf5\x1e\xc3\xfa\x3c\xfd\x6a\xb5\xc3\x8b\ \x05\x15\xc1\x43\x4a\x09\x07\x6e\x6b\x6e\x95\x0d\x3d\x67\x44\x82\ \x92\xaf\x07\x82\x6d\x58\xbb\xe9\xd4\x5c\x68\xb8\x69\x31\xd4\x41\ \x12\xc2\xb8\x86\xac\xc3\xea\xd7\xba\xd8\x03\x36\xe8\x61\x20\xb8\ \xfa\x21\x1d\x06\xa8\x35\x96\x71\xc3\xaa\xf0\xba\xaa\xf4\xea\x84\ \x97\xbc\xec\xcb\x9f\xa0\x10\xc2\x13\x1c\x85\x43\x28\x48\x02\xa2\ \xd3\x9f\x24\xa5\x90\xa4\x1d\x2a\xae\x42\xe1\xfa\xea\xf2\x99\xad\ \x3a\x79\xa8\xb5\x66\x1a\x91\xb6\x8b\xbc\xe1\x9d\xea\xb7\xbc\x49\ \x29\x29\x23\x61\x1c\xc6\xfa\x26\x3b\xa6\x28\x9d\x2d\xd1\x09\x55\ \xda\xac\xd3\xb4\xe3\x9b\x85\x9d\xac\x35\x2a\x0a\x13\x6f\xad\xaf\ \xe2\xad\x4a\xf9\x21\xba\x2d\x9b\x31\xa6\x30\x85\xf9\x0c\xcb\x17\ \xa8\x2d\x5e\x09\x24\xdd\xaa\xa3\xb9\xc6\x2a\x61\x30\xd7\x7d\xad\ \x6d\x5a\x03\x4c\xbd\x88\xf1\x6a\x2b\x8d\x12\x22\x3b\x14\x31\xa1\ \x27\xfb\xf4\x9a\x04\x31\xa8\xc3\xfa\x24\xfd\x9d\x75\xe1\x62\xa5\ \x53\x2a\xbc\x22\xe1\x2b\x6a\x25\x23\x13\xa0\x5e\xd7\x2a\x6a\xc3\ \x5b\xb9\xe3\xbe\xad\x0f\x23\xd6\xe0\xe6\xc3\x97\x65\xa8\x37\xa8\ \x33\x50\xe3\xc5\xc1\xe6\xdc\xc9\xd0\x75\xe0\xf2\x9d\xf4\xf7\x9a\ \x7b\x66\xbd\x2b\xd4\x76\x80\x57\xad\x22\x65\x41\xa3\x99\x0c\xa3\ \x7d\x43\xaa\x84\x30\x1a\xa3\x0d\x0a\xa6\xed\xb4\x11\x6e\x34\x1c\ \x21\xec\x0b\x04\x88\x9b\xf5\x00\xdf\x0b\x45\x8b\xeb\x80\xac\xeb\ \x2d\xd7\xea\x12\x4c\x07\xdb\x15\xfc\xbc\x61\x57\xc4\x8f\xe8\x3c\ \x5f\x44\x3c\xd7\xe5\x9c\xab\x94\x01\xa3\x14\xa8\x40\x09\xed\xb4\ \x02\xe7\x3c\xc8\x4e\x87\xba\xb2\xd6\x6c\x47\xff\xb2\x09\x00\xbe\ \xab\xc1\x56\xed\x7d\x1f\x26\x12\x40\x4a\x89\xdf\xe4\x18\x89\x44\ \xea\xf5\x3a\x45\x50\x55\xa5\xf3\xac\x55\x97\xaa\x4f\xd5\x2a\xa4\ \x8f\x71\x71\x5d\xd7\x71\x1c\x9f\xad\xcc\xf7\x29\x5c\xd7\x05\xbf\ \xfa\x19\x82\x41\xac\x6f\x39\xee\x84\x99\x6b\x60\xd9\x84\x10\xd6\ \x86\x36\x75\xac\x5e\x24\x12\xf1\xfb\x57\xa4\x94\x40\xa9\x90\xfe\ \xd0\x78\xe9\x6f\x18\x08\xa5\x32\x36\x3c\xa2\x2f\x14\x03\x14\xfe\ \x54\x6b\x4c\x0f\x12\xb8\x88\xe5\xba\xb8\xd9\xea\xf8\x5c\x94\x22\ \x01\x46\xda\x1f\x35\xfc\xfc\x4e\xff\x72\xa7\x7f\xd0\x77\x78\x25\ \x22\xe7\xbc\x93\x2a\x0e\x23\xce\x56\xaa\x07\xfe\xcc\xd0\x76\x09\ \x0c\x70\x15\x64\x74\xa5\x36\xda\x76\x8c\x50\xb6\x33\xf4\x18\xa0\ \x97\xd6\x55\x5a\x65\x58\xab\x61\x72\xe0\xb0\x9f\x4b\x82\xb9\x4d\ \x8c\xe0\x8b\xc3\xe7\x6a\x34\x9a\xb7\xbd\xfa\xd6\xff\xef\xef\xbf\ \xe2\x97\x7b\x57\x4a\xb7\x1b\x06\x5b\x1b\x56\xc8\xd6\x98\x60\xb8\ \xe8\x23\x57\xbf\x1a\xae\x7a\xf2\xba\xff\xb1\xfe\x89\xe1\x6c\x38\ \xbe\x30\xeb\xbc\xae\xa0\x7a\xb1\x57\xdb\x58\x03\xb8\x3e\xdc\x93\ \xe9\x54\xca\x77\xf5\x5f\xe8\xe1\x51\x14\xe5\xb7\x7e\xff\x0f\xda\ \x75\xc2\x4e\x65\x7a\xa5\x40\xb8\x3a\x54\x86\xd0\x07\x0f\x37\x1e\ \x6d\x30\xe3\xf6\x82\xd8\xcb\x50\x85\xd1\x47\xae\x87\xd1\x92\x1b\ \x98\x82\x0e\x3e\xe6\x02\x10\xad\x0b\x2c\x0c\x59\x4d\x72\xdd\xf1\ \xb3\xd7\x34\xb8\xac\x5d\xeb\x0d\x33\xcd\x24\x04\x8c\x5a\x49\xa3\ \x22\x1a\x86\xd1\x6c\x36\x2f\x69\xc3\x37\x7e\xe1\x3d\xef\x7e\xc7\ \xdb\xde\x0a\x14\xd6\xa7\x4d\x30\xb4\xa3\x61\xe3\xad\x0b\x3f\x6c\ \x5f\x87\xbf\x3d\x5c\xf0\x61\xeb\x6a\xaf\x61\xf6\x0b\x0c\x11\x7b\ \x86\xe0\x14\x04\xd6\x6e\xce\xd5\xc7\x6f\x15\x9b\xd3\xc6\xbb\x19\ \xc8\x9a\x13\x8e\x17\xd8\xff\x64\x55\x31\xb8\xf3\xa9\x80\x44\x22\ \xa6\x10\xe2\xc7\x6f\xb9\xfc\xa1\xcd\xd1\x68\x74\x43\x0b\x44\xc2\ \x55\xec\x1f\x39\xbb\x83\xe4\xc5\x2e\xf0\xc2\xfe\x00\x17\xcf\xb2\ \x5f\xf2\xfd\x9f\xcd\xf6\x5c\xe8\xe8\x5f\xe5\x35\x27\x6b\xa8\x3b\ \x2e\x62\x94\xae\xe1\x07\x7b\x61\xdf\xe1\xe2\xe7\xe7\x22\x60\xae\ \x44\x22\x9e\x4a\x25\xc3\xc4\xeb\x3f\xfa\x3e\x7e\xf1\xef\xed\xcb\ \x3a\x05\xb0\xe1\x64\x85\x55\x77\x92\xe7\xf1\x17\x4b\x86\xfe\x32\ \xf3\x9d\x5d\xb9\x9c\xda\x62\x57\x09\xd7\x5e\x3a\xe3\x05\xba\x72\ \x35\x84\x76\x55\xd0\x95\xae\x74\xa5\x6b\xb9\xba\xd2\x95\xae\x74\ \xa5\x6b\xb9\xba\xd2\x95\xae\x74\xa5\x6b\xb9\xba\xd2\x95\xae\xbc\ \x0c\xe4\x9a\xf3\xd0\x03\xa0\xa2\x20\x63\xc4\x6f\xa3\xf3\x45\x4a\ \x22\x25\x08\x01\x9e\x47\x10\xbb\xab\xd2\x95\xae\x74\xe5\x45\x63\ \xb9\x28\x95\x9a\x06\x88\xea\xe2\xa2\xb2\xb4\xc4\x4a\x25\xda\x6c\ \x12\x21\x09\x05\x69\x9a\x22\x99\xe4\xbd\xbd\xde\xe0\x20\x2a\x0a\ \xb8\x2e\x74\x8b\x32\x5d\xe9\x4a\x57\x7e\xcc\x96\x8b\x52\xd4\x34\ \x56\xad\x46\x1f\x7c\x30\xfe\x6f\xdf\x34\x9f\x7d\x96\x55\xab\xb4\ \xd9\x24\x9d\x21\x31\x8c\x49\xcb\x12\xd1\xa8\xb3\x77\x4f\xe5\x0d\ \x6f\x6c\xbc\xf6\x76\x9e\xc9\x80\xe7\x75\xed\x57\x57\xba\xd2\x95\ \x1f\x8f\xe5\x42\x55\x25\x88\xb1\x6f\x7f\x3b\xfd\xb9\xcf\x45\x9e\ \x79\x8e\xf7\xf6\xd4\x5f\xf3\x9a\xd6\x8d\x37\xb8\x5b\xb6\x78\xfd\ \xfd\x32\x1a\xa5\xad\x96\xb2\xb4\xa4\x9d\x3f\x6f\x1e\x3a\x6c\x3d\ \xfc\xf0\xd0\xf7\xbe\x6f\x8f\xef\x28\xfd\xe2\x2f\x56\xde\xf4\x26\ \xd4\x34\x70\xdd\xee\x22\x75\xa5\x2b\x5d\xb9\xa6\x96\x0b\x35\x8d\ \x95\x2b\xd9\x4f\xff\x59\xea\x4b\x5f\x76\x37\x6f\x5e\xfc\x2f\x7f\ \x50\xbb\xeb\x4e\x6f\x68\xc8\x67\x03\x22\x52\x82\x94\x22\x16\xf3\ \xfa\xfb\x9b\x37\xdc\x50\x7e\xc7\x3b\x94\xa5\xa5\xe8\xc1\x83\xa9\ \xbf\xf9\xe2\xc0\x6f\x7f\xd8\x7a\xf8\x07\x4b\xbf\xf5\x9f\xf9\xe0\ \x20\x38\x4e\x77\x9d\xba\xd2\x95\xae\x5c\x23\xcb\x85\x9a\xa6\xce\ \xce\xf5\x7f\xe4\x8f\xa3\xdf\xfb\x7e\xe1\xbd\xef\x2d\xbe\xef\xbd\ \xde\xe0\x20\x70\x4e\x6d\x3b\x9c\x86\x07\x42\x88\x9f\x9b\x27\x44\ \xa4\xd3\xe5\xb7\xbd\xad\xfe\x13\x77\x24\xbf\xfa\xd5\x9e\x3f\xfb\ \x33\x75\x7e\x7e\xe1\x4f\xfe\xc4\xd9\xbe\xad\xeb\x79\x75\xa5\x2b\ \x5d\x09\xcb\xd5\x42\x45\xa0\xaa\xd2\x6a\xb5\xff\x23\x1f\x89\x3c\ \xf1\xc4\xfc\xc7\x3f\xb6\xfc\xe1\xdf\xe6\x3d\x3d\xb4\xd9\x04\xd7\ \xbd\x48\xf5\x10\x3c\x8f\xb6\x5a\x22\x16\xcd\xff\xfb\x5f\x9d\xfd\ \xb3\x4f\xa9\xf3\xf3\x83\xbf\xf3\x3b\xea\xfc\x3c\xea\x7a\x77\xa9\ \xba\xd2\x95\xae\x5c\x65\xcb\x45\x29\x21\xa4\xe7\xd3\x7f\x1e\xfd\ \xce\x77\x96\x7e\xf7\xf7\xca\xf7\xdf\x0f\x9e\x07\xa1\xa1\xed\x17\ \x17\xdf\x2f\xab\xdd\x7b\xef\xfc\xc7\x3e\xaa\x1f\x3b\xd6\xf7\xf1\ \x8f\x83\xe3\x90\xd5\xe4\xcb\x5d\xe9\x4a\x57\xba\xd1\xe2\x15\x16\ \xa9\xaa\xd1\x87\x1e\x4a\x7e\xfe\x0b\xc5\xf7\xbe\xb7\xf4\x8e\xb7\ \xd3\x56\x8b\xbc\xd0\x5e\x6b\x44\xda\x68\xd4\xef\xb8\x63\xf9\x3f\ \xff\xa7\xbe\x8f\x7e\x2c\x79\xfb\xed\xa5\x9f\xfb\x39\x90\xf2\xa5\ \x8b\xf6\x02\xa0\x1a\x33\x2f\xed\xd3\x03\x21\xae\x68\x21\x8a\x17\ \x25\x9f\xc2\x4b\x43\x0c\x85\xd0\x17\xae\x3c\x2e\x89\x23\xba\x4a\ \xbf\x94\xa0\x8b\x51\x4d\xa1\x3a\x5e\x22\xed\x05\xba\xbc\x75\xad\ \x99\x05\x11\x40\xb3\xed\xcc\x67\x3f\xcb\x37\x8d\x14\x7e\xe9\xfd\ \x20\xe5\x1a\xb3\x75\xa1\xa9\x44\x6b\x99\x24\x10\xc1\x75\xcb\xf7\ \xdf\x1f\xfb\xee\xf7\x32\x9f\xfd\x6c\xed\xce\x3b\x79\x36\x0b\x2f\ \x4d\xda\x03\x0a\xac\xe9\x96\x4e\x16\xbe\x4b\xe1\x52\x3c\x47\x89\ \x7c\x34\x73\x63\x44\x4b\x49\xbc\x74\x98\xc8\x85\xd4\x7e\x05\x98\ \x3f\x5f\x02\xfa\x27\x4f\xce\xd0\x86\x07\x2f\xc8\x78\x09\x49\xfa\ \xa3\xb8\xa3\x47\xf2\xcb\xa3\x38\x09\x51\xf3\x86\xd4\xbe\x76\xc6\ \xc4\xcb\x4a\x18\x55\x0b\xf5\xf3\x8b\x95\x93\x8c\xaa\x97\x64\x42\ \xd8\xd6\x9e\x5b\x29\xa8\x17\x31\x5e\x57\xde\x72\x71\xc6\xb6\xcf\ \xce\x25\x8f\x1e\xcd\xff\xce\xef\xf2\xc1\x41\x68\xb5\x56\xbb\x0f\ \x60\xb7\x1a\x8d\x46\x63\x8d\xfb\xc0\x18\x4b\x24\x52\x6b\x6e\x37\ \x10\x42\xc6\x62\xc5\x5f\xf8\x85\xe1\x0f\x7c\x20\xfa\xfd\x07\x4b\ \xef\x79\xf7\x4b\xd5\x72\x51\xa5\xd2\x5a\xfc\xde\x89\x4f\xaa\xcc\ \xbc\x84\xa7\x7b\xa2\xf9\xb3\x37\xfc\x5f\x31\xa3\x4f\x8a\xd6\x25\ \x9b\x2d\xc1\x79\xb5\x5a\x59\x4f\x34\x14\x8b\xc5\x34\xdd\x78\x79\ \x1b\x2f\x0a\xe4\x9f\x4f\x28\x33\x25\x50\x5f\xc8\x7e\x6f\xba\xe4\ \xce\x31\xb1\xaf\x5f\x70\x79\x39\x5e\x17\xd4\x6b\x55\xc7\x69\xad\ \x19\x97\xab\xeb\x5a\x34\x9e\x78\xb9\xaa\x5d\xa1\xc6\x5c\xe9\xc8\ \x83\x13\x7f\xae\x2b\xd1\x17\x6c\xb7\x10\x15\xa6\x8d\x66\x0e\x30\ \x45\xbb\x88\x7e\xae\xb0\xe5\xf2\x09\x65\x6f\x98\x9c\xa4\x3d\xbd\ \xd5\xbb\xef\x22\xab\xa1\xa4\x94\xd2\x5a\xa5\x3c\x3f\x37\x1b\x8b\ \xc7\xd7\xf0\x4f\x36\x9a\x0d\xcf\x75\x07\x87\x47\xdc\x35\x65\x44\ \xcf\x6b\xdc\x7a\x8b\xb3\x7d\x7b\xe2\xeb\x5f\x2f\xbf\xe3\xed\xfe\ \x20\xad\x97\xa8\xdb\xa5\x2b\x51\x95\x99\x04\x3d\x57\x70\x0a\x94\ \x10\x04\xaa\x31\x22\x3d\xe1\x52\x66\x28\x40\xb8\x70\x81\xea\x40\ \xb8\x90\x7e\x60\x48\x19\x53\x80\x10\x0a\x94\x02\xbb\x1c\xbe\x39\ \x21\xc4\xf4\xd4\x24\xa5\x54\xd3\xb4\xb0\xe6\x05\xe7\xe5\x52\x71\ \xdb\xf6\x71\xf2\xc3\xc6\x82\xbc\x0c\xa2\xc5\x88\x46\xd4\x80\xdf\ \x1c\x5d\x41\x14\x06\x9c\xfb\x83\xc9\x09\xa5\xa0\x00\xf1\x44\x40\ \x01\xae\x50\xa0\x40\x80\x10\x8d\x5d\x16\xc9\x1f\x00\xe4\x73\xcb\ \xc5\x42\x3e\x16\x8b\x91\xd5\x34\xd9\x85\xc2\xf2\x20\x81\x64\x3a\ \xed\xfd\xc8\xf9\xdf\x97\x5a\xb4\xa8\xea\x4a\x54\x57\x2c\x94\xae\ \xe7\x8f\x44\x27\x84\x52\x0d\xd0\xf5\xa4\x54\x14\x83\x12\xc1\x85\ \x60\x4c\x43\xe9\x09\x7f\xec\x39\x30\x46\x99\x6f\xb9\x7e\x68\x62\ \xe4\x0a\x5b\x2e\x41\x69\xaa\xd9\x1c\x5f\x5e\x6e\xbd\xe1\x0d\xee\ \xc8\x08\x5d\x0d\xc5\xa2\x94\xe6\x72\x4b\xdb\xc7\x77\xed\xdc\xbd\ \x67\x7d\xa8\xf8\xed\x7f\xfb\xd7\x95\x31\x3f\x21\xb7\x4b\xa4\xd3\ \xf5\xbb\xee\x4a\x7e\xe5\x2b\xda\xf9\x29\x77\x6c\xeb\x4b\x1a\x21\ \x81\xd2\x56\xe2\x77\xbd\xfb\x96\x9f\xa1\xa2\xd1\xaa\x9d\x78\xf2\ \xf9\xaf\x2c\x28\xaf\x7a\xcb\x75\xaf\x7b\xfe\xd9\x3f\x3d\x63\x27\ \x6f\xdd\xff\xb6\xfa\xcc\xff\x9e\x68\x6e\x7d\xdd\xf5\xef\xda\x14\ \x8d\x34\xea\x87\x1f\x7c\xf6\xef\x2b\xe2\x72\xd3\x2c\x00\xd0\x6a\ \x36\x11\xf1\xde\x37\xbe\x79\xfd\x5f\x9f\x7e\xe2\xb1\x5a\xad\x96\ \x48\x26\x5f\x21\x04\x84\x28\x51\x46\x8c\xfb\xf7\xea\x8f\x9f\xb5\ \xef\xb8\x31\x33\xac\xc9\x56\xc3\xfd\xe6\x53\xe5\xa3\x75\xb8\xeb\ \x96\xd4\x6d\x03\x0a\x71\xbc\x7f\x7a\xa2\x74\xbc\x24\x2f\x3f\xab\ \x08\x40\x97\x97\x17\x5f\xfb\xba\x3b\xb3\x3d\xbd\x6b\xfe\x54\x2a\ \x15\x9f\x7c\xec\x60\xb6\xaf\xcf\x75\xdd\xcb\x1e\x49\xfb\xe2\x15\ \x21\xdc\xec\xd0\x7b\xde\xb2\xef\x55\x2d\xa7\x51\x29\x3e\x7e\xf0\ \xf9\x7f\x96\x03\x3f\xf7\xfa\x11\xfd\x81\x27\x3f\x57\x35\x6f\xb8\ \x6b\x7c\xff\xd1\x63\x5f\x6a\x24\x6e\xbb\x73\xef\x9b\x12\xaa\x92\ \x5f\xfa\xe6\x0f\x8e\x7d\xdf\x81\x1f\xc9\x28\x5d\x61\xcb\x25\x01\ \x12\x2d\x3b\xe9\xf1\xfa\xab\x5e\x45\x28\x25\xb8\x7e\x2c\x3b\x58\ \x96\x45\x08\x69\x34\x1a\x85\x42\x61\xd3\xa6\x4d\x1d\xa3\xa6\xa9\ \xda\x86\xbe\x23\x91\xb2\x79\xfd\x75\xa9\x2f\x7e\x51\x9d\x9b\x75\ \xc6\x77\xbc\xc4\xb1\x5d\x42\x8f\x6c\xd2\xbd\xe7\xfe\xf6\xc1\xaf\ \x0c\xee\xfa\x0f\xf7\xdc\x78\xff\xbf\x9c\x9c\x19\x1a\x7c\xf3\x80\ \x3c\x3b\xff\xf8\x43\xb1\xf8\x66\xa1\x67\x6e\x1c\xff\x95\x4c\xeb\ \xeb\x5f\x7b\xf6\x19\xcd\x88\xd9\x48\xaf\xc8\xae\xf6\xd9\xb4\x37\ \xfc\x53\x24\x62\xb5\x5a\x2d\xf2\x4a\x12\xa4\x74\x53\x5a\x3d\xba\ \xc8\x7b\xa8\xf3\x37\xdf\xca\x47\x77\xf5\xbe\xfd\x80\xa5\x97\xf4\ \x3b\x93\xfc\x33\xdf\x2a\x72\x95\x72\x0f\x15\x0a\xfc\x0a\xa4\xa1\ \x50\xa1\x8a\x69\x46\x36\xf0\x01\x0d\xc3\x77\xa8\x5f\xe6\xaa\x26\ \x10\x8f\x8d\xd4\x0b\xff\xfa\x0f\x4f\x3f\x77\xe0\x96\xdf\xbd\x77\ \x6f\xe9\xbb\x95\xcc\xae\xed\x3f\xcd\x2b\x47\xfe\x65\x8a\x65\x13\ \xfd\x9a\x35\xfe\xea\x1b\xde\x59\x3e\xf3\x99\xef\xce\x2f\x1b\x9a\ \x2a\xa8\x0a\x3f\x9a\x97\x4b\xaf\xb8\xe5\xb2\x5c\xc7\x12\xc2\x1e\ \x1d\xdd\x28\x27\x85\xfe\x7c\x63\x42\xc8\xc2\xc2\xc2\x5b\xde\xf2\ \x96\xc3\x87\x0f\x87\x53\x5d\x1b\x5f\x5c\x9c\x7b\x23\x23\x20\x84\ \x9a\xcb\xbf\x1c\xb0\x11\xc8\x3d\x6e\x4b\x51\x3e\x71\xf2\x5f\xca\ \xca\xd8\x40\x3c\x3d\x3f\xf5\x77\xe7\xc4\xf8\xed\x3b\x6e\x10\x4e\ \x59\x89\x6c\x1e\x32\x5b\x87\x26\x1e\xa8\x7a\xae\xc7\xaf\xd8\x6d\ \x0c\x00\x1d\xcd\xaf\xfb\xdb\x06\xb3\xc8\x5e\xf6\xe2\x09\x94\x92\ \x08\xc6\x46\x7a\x8d\x2d\x09\x5a\x68\x91\xeb\x06\xd9\xc1\x23\xb5\ \xd9\x16\xda\x5e\x7b\x86\xf7\x95\x10\xc6\xe8\x86\x61\x38\x22\x32\ \x46\x5f\x09\xc4\x28\x28\x3d\x4f\x78\xc2\x9d\x7b\xe6\xd8\xb7\xd4\ \xec\x8d\x69\xc5\x3e\x3e\xf1\x77\x6e\xe6\xcd\x07\x06\x06\x1a\xad\ \x7a\x3c\xbb\x2f\xda\x3a\xfa\xdc\xe4\x21\x87\xdb\x5c\xf0\x55\x93\ \x9a\xae\xa5\xe5\x42\x00\x9d\x73\x90\xe8\xf6\xf7\x6f\x88\x84\xf0\ \x27\xef\x11\x42\x5c\xd7\x75\x5d\xf7\x23\x1f\xf9\xc8\xd1\xa3\x47\ \x83\x8f\xc2\x36\xfe\x30\x20\x04\xef\xeb\x23\x88\xb4\x56\xc3\x97\ \xc5\x19\x43\xe4\x9e\x70\x40\x31\x35\x86\x42\x4a\x85\x94\x9f\x7e\ \xfe\xef\x8d\xa1\xb7\xef\xcd\x66\x3c\xee\x22\xd5\x54\x86\xb6\xa7\ \xde\x7c\xf3\x87\xf6\x26\x2c\x2e\xaf\xcc\xee\xbe\x90\x7a\x29\xa5\ \x04\xe0\x95\x43\x2d\xc4\x39\xba\x02\x81\x12\x82\x52\xb3\xb4\x57\ \xef\x8a\x45\x2b\xf5\x2f\x3c\xd5\xe4\x8c\x5a\x0a\xd4\x6d\x7c\xd5\ \xfe\xf4\x4f\x8f\xeb\x9e\x77\x65\xac\x0a\x65\xf4\x42\x41\xe7\x2b\ \xe7\xc2\x90\xd2\xf3\xb8\xc7\xd4\xa8\x82\x9e\x04\x15\xec\x53\x0f\ \x1f\x7b\x64\xdb\xae\x77\x0d\x1b\xd4\x15\x1e\x28\x26\x23\x9e\x60\ \xc3\x77\xdf\xfa\x1f\x06\x15\xce\x7f\x34\xc5\x5f\x79\xdd\xf9\x23\ \x99\xa4\x65\x6d\x18\xf9\x75\xc6\x7f\x36\x9b\xcd\xb7\xbc\xe5\x2d\ \x1f\xf8\xc0\x07\x7e\xf3\x37\x7f\xf3\xd4\xa9\x53\x17\xf1\xb9\x08\ \x21\x32\x12\x41\x80\x97\x05\x75\x04\x22\x51\x62\xb1\x6d\x9b\x07\ \xef\xb8\xf3\x86\xfb\xa1\xf0\xf8\x6c\xbd\x65\xea\x69\xb0\x9f\x7f\ \x74\xe2\x50\x5f\x76\x14\x9b\x67\xcf\x14\xec\x9b\xae\x7f\xdf\x9e\ \xc1\xfd\x3d\x56\x82\xe0\x95\x29\x9c\x03\x5c\x50\xbd\xc1\x8a\xbc\ \x12\x2e\x7f\x24\xcc\x50\xf6\x8d\x59\xaf\x1b\x8f\x58\x42\x54\x39\ \x90\x6a\xeb\x0b\x0f\x2c\xfd\xf5\xd3\xf5\x3a\x17\x4f\x9c\x73\x6f\ \x38\x90\xba\x6b\x9b\xb9\x25\xa3\x30\xb8\x32\xfa\x40\x44\x46\xd9\ \x86\x8e\xb3\x3f\x16\x97\xbc\xfc\xf5\x8e\x04\x8c\x4c\x72\xc7\xd6\ \xd1\x9f\xba\xe7\xfa\x3b\x97\xa7\xbf\x57\x45\x3d\x62\xc4\xeb\xb9\ \x07\x9e\x9b\x2d\x6e\xee\x1f\xa8\x2c\x3d\xb5\x88\x9b\x5f\x77\xdd\ \x3b\xc7\xfa\xf7\x24\x74\xf3\x47\x2f\x13\x5d\x0d\x3c\x17\x21\x48\ \xe8\x05\xa6\xd4\x75\x2c\x17\x00\xd4\x6a\xb5\x3b\xee\xb8\x63\x79\ \x79\xf9\x37\x7e\xe3\x37\x3e\xf3\x99\xcf\x98\xc6\x05\x11\x03\xb4\ \xd5\x02\x44\x7c\x19\x84\x8a\xa0\xd9\xb5\x67\x4e\xe5\xef\xd9\xb3\ \xfd\xee\x6a\xe1\xdb\x5f\x3f\xfd\xfd\x96\xb9\xe7\xd8\x74\x95\x53\ \xab\xb6\xf0\xd5\xaf\x3e\x3e\x5f\xb7\xeb\x53\xcf\x7f\x9a\x8e\xbf\ \xed\xba\xed\xaf\x29\xcf\x7e\x77\xb2\xde\x64\x94\x5c\x09\x8b\x0d\ \xf4\x02\xd1\xa2\x3f\x56\x9a\xbc\x32\x4c\x17\x4a\x32\xd0\x1f\xd9\ \x12\x91\xdf\x78\xb6\xb6\xd8\x64\x8f\x9d\x6d\x09\x45\x89\x01\xa1\ \x84\x9c\x3e\x5e\xfc\x92\x88\xbf\x76\xa7\x85\x8d\xd6\x23\xd3\x2e\ \x63\x57\x24\xcf\x45\x28\x65\x1b\xfa\x56\x14\x28\xa3\xec\x65\xaf\ \x74\x0a\xb4\x90\x7f\x64\x21\x75\xc3\xf5\x63\xe9\xa5\xb3\x7f\xf5\ \xdc\xf9\xe3\x5a\x36\xfb\xbc\x5d\xd0\x54\xed\xdc\xa9\x4f\xfd\x7d\ \x6b\xab\xe7\xce\x3d\xf8\xd4\x5f\xdc\xb4\xf3\x8d\x7b\x87\x94\xf3\ \x67\xbf\x99\xe7\xf4\x47\x4c\xfe\x5d\x61\xcb\x05\x88\xae\xa2\x10\ \x0a\xda\xd2\x92\xbb\x79\xf3\x06\x79\x2e\xc6\x84\x14\x84\x10\x55\ \xd3\xfc\x62\xd6\x3b\xdf\xf9\x4e\xd7\x75\x7f\xed\xd7\x7e\xed\xfd\ \xbf\xf8\x0b\x7d\x83\x43\xeb\xe7\xa1\x22\x63\xca\xf2\x32\x01\x90\ \xd1\x28\xbc\xc4\xc1\x7b\x00\x1a\xb6\x8e\x3d\xf0\xd8\xd3\x92\x10\ \x4a\x75\x5d\x8d\x40\x6b\xe2\xb9\x49\xa9\x2a\x86\x4a\x1a\xc7\x27\ \xfe\x89\x2a\x11\x0d\x2a\xcf\x1f\xfd\x1f\xcf\x4a\x09\xa0\xe8\x6a\ \x84\x02\x88\x2b\xf0\xbe\x17\xac\x93\xf9\xa3\x8f\x5f\x09\x31\x0b\ \x50\x90\x8e\xf7\x6f\x8f\xe4\x3c\x24\xba\x46\x35\x10\x0f\x9e\x70\ \x35\xd5\x9f\xd4\x4c\x34\x46\x4e\x9c\x28\x3f\x77\x14\x09\x01\x43\ \xa3\x2a\x23\x20\xaf\x80\xad\x64\x8c\x0a\x2e\x36\x0a\x5a\x39\xbc\ \x02\x5c\x5d\x4a\xd5\x5a\xf1\xfb\xff\xfc\xc8\xb7\x90\x00\x63\x86\ \xae\x44\xed\xe2\xa3\x87\x90\x69\xcc\x24\xce\xd4\xd3\x27\xcf\x2a\ \xaa\x49\xed\xb3\x07\x9f\xfa\x3f\x05\x12\x4a\x35\x5d\x35\x81\xc8\ \x1f\x83\xe5\xa2\x84\x34\x54\xad\xc1\x98\x31\x35\x55\xbb\xed\xb6\ \x35\x75\x40\x29\x65\x22\x99\x9a\x9f\x9b\xb5\x9b\xcd\x33\x13\x27\ \x3a\xa8\xc8\x9f\xff\xf9\x9f\x77\x1c\xe7\x4f\x3f\xfd\xe7\x1f\xfd\ \x93\xfe\x4c\x26\xbb\xa6\x3c\x8f\x8a\xa2\xce\x4c\x23\x63\x3c\x9b\ \x25\x2f\xd9\x80\x11\x09\x0a\xe9\xfa\x18\x7a\x55\x35\xdb\x0a\x71\ \x09\x21\x8c\x52\xff\x07\xca\x54\x82\x9e\x40\x42\x99\xae\x33\x7f\ \xe7\x7b\x02\x89\x90\x2e\x5e\xde\x1e\xd7\x0d\x83\x7b\xde\xb1\x23\ \x87\x54\x4d\x0b\x07\x2f\x52\xca\x5a\xad\x96\x4a\xa7\x39\x7f\x99\ \x93\x38\x72\x49\x3c\x41\x08\x01\xa6\x00\x23\x84\x20\xf1\x10\x7c\ \x7f\x56\x84\xce\x99\x41\x83\xd5\xf2\x04\xf1\x04\x11\xf2\x32\x17\ \x9d\x24\x52\xa9\x53\x27\x8f\x47\x63\xb1\xd5\x31\x23\xd6\x6a\xb5\ \x78\x32\xc5\xb9\xf7\x72\x85\x44\x20\x4a\x21\x5d\x21\x5d\x42\x98\ \xd6\xde\xf0\x42\xba\x84\x50\x06\x28\xfc\x9d\xcf\x18\x4a\x57\x10\ \xa2\x28\xa6\xd2\x3e\x11\x3f\x6c\xce\xf9\x55\xb2\x5c\x52\x56\x4c\ \xa3\xac\x28\xa9\x43\x87\x73\xef\x7a\xd7\x7a\xe0\xa8\x61\x46\x22\ \x56\x14\x00\xa4\x44\xdf\x72\x71\xce\x15\x45\x79\xff\xfb\xdf\x1f\ \x8f\xc7\xff\xf4\x53\x7f\xf6\xa1\x5f\xff\xf5\x74\x3a\xbd\xca\x78\ \x31\x66\x1e\x39\x4a\x18\xf5\x86\x87\x5e\xa2\x18\x7a\x21\xdc\x8c\ \xb5\xe9\xbe\x9b\x3e\x09\x97\x04\x11\x42\x82\x31\xa3\x87\x0b\xe7\ \x52\xf7\x10\x32\xa6\xa4\x32\x59\x29\x84\x44\xb9\x3a\x1b\x0f\xa9\ \x4c\x56\x70\xf1\xf2\x86\xa1\x0a\x49\x7e\xf9\x66\xcf\x13\xe4\x05\ \x59\x09\x44\x12\x51\x89\xcd\x2f\xcb\xb2\x44\x63\x09\x42\x88\x10\ \x7c\xb5\xda\x31\x96\x48\x52\xa0\x2f\x53\x18\x2a\x71\x45\x6b\x6b\ \xef\x6d\xfd\xc9\xdd\xf4\x85\x67\xd2\x91\x10\x00\x50\x98\x81\x17\ \x4d\xf2\x5e\x61\xcb\xc5\xa4\x2c\x45\x22\xa7\x7b\xb2\x77\x1c\x3c\ \xa8\xcd\xce\x7a\x03\x03\xeb\xdd\x2e\x44\xa4\xaa\x4a\x28\x95\x52\ \x0a\x21\x14\x45\xa9\x56\xab\x9f\xfa\xd4\xa7\xa4\x94\x07\x0f\x3e\ \x9a\xcf\x17\xfe\xeb\xc7\x3f\x16\x8d\x46\x7d\xbb\x86\x8a\xc2\x8a\ \xc5\xd8\x77\xbf\x6b\x6f\xdf\xe1\x6e\xde\x0c\x2f\xcd\x95\x46\x82\ \x0a\xd5\xb3\xd1\x2d\x97\xdc\x71\x2d\xa4\x77\x39\x6e\x17\x22\x72\ \xce\x01\x00\x60\xed\x4e\xf2\x5e\x01\xdc\x67\x48\x48\x5f\xf4\x52\ \x90\x0e\x12\x2f\xd7\xed\x12\x42\x6c\xa4\x76\x90\x42\x0a\x7c\xd9\ \xfa\xb9\x88\xd2\x50\xe3\x96\x96\xba\xe4\x2d\xeb\x3b\x65\xd7\x30\ \xcf\x45\x88\x24\xe4\xe9\x2d\x5b\x5e\xf7\xc8\xc1\xd8\x83\x0f\x15\ \x7f\xfe\x3d\x1b\x9e\x22\x44\xf4\x7d\x31\xd7\x75\xbf\xfa\xd5\xaf\ \xbe\xee\x75\xaf\x7b\xe4\x91\x47\x10\xe5\x7b\x7f\xf1\x17\x75\x43\ \x6f\x34\x1a\x56\xa7\x34\xa9\xaa\x91\xa7\x9f\xd1\x4f\x4d\x2c\xfe\ \xfe\xef\x4b\xc3\xb8\x50\xe2\xff\x25\x61\xbc\xb8\x74\x7f\xdc\xfb\ \xe9\x95\x3b\x57\x89\xcb\xae\xda\xaf\xf1\xb7\x16\xfc\x6a\x9a\xe6\ \x2b\x9f\x9a\x55\x85\x38\x35\x3c\x54\x19\xdf\x91\xfe\x9b\xbf\x51\ \x96\x96\x50\xdd\xb8\x59\xdc\x6f\xf4\xf9\xc4\x27\x3e\xf1\x81\xff\ \xf8\x1f\x1f\x7f\xfc\xf1\x0f\x7e\xf0\x83\x99\x4c\xe6\x9d\xef\xbc\ \xef\xed\x3f\xfb\xb3\x99\x4c\xc6\x5f\x6c\xa4\x94\x36\x1a\xe9\x2f\ \x7c\x81\x0f\x0c\xd4\xef\xbe\xbb\xcb\x8c\xda\x95\xae\x74\xe5\x6a\ \x59\x2e\x40\x74\x4c\xb3\xf0\xbe\xf7\xa9\x67\xcf\xa5\x3f\xff\x05\ \x0c\xcf\x55\x0c\x49\x24\x12\xf9\xda\xd7\xfe\xf1\xc9\x27\x9f\xf8\ \xe4\x27\xff\xfb\x97\xbf\xfc\xe5\xdb\x6f\xbf\x9d\x73\x71\xe4\xc8\ \x11\x4a\x69\x80\x3c\x02\x40\xc3\x88\xff\xe3\x3f\x5a\x8f\x3c\x52\ \x78\xdf\xfb\xbc\x81\x81\xee\x28\xa0\xae\x74\xa5\x2b\x57\x25\x5a\ \x0c\xcc\xa1\xe7\xd5\x5e\xff\xfa\xea\xbb\x0e\x65\x3e\xf3\x19\x7b\ \x7c\xbc\xf2\xb6\xb7\xae\x21\x17\x44\x44\x4d\xd7\xdf\xf0\x86\x7b\ \xdf\xf7\xde\xf7\xee\xde\xbd\xfb\xec\xd9\x73\x1f\xfc\xe0\x07\x0b\ \x85\x42\xa1\x50\x08\x5c\x6b\x00\x69\x59\xd6\x23\x8f\xf4\x7d\xec\ \xe3\x8d\x3b\xee\x28\xdd\x77\x1f\x70\xde\x1d\x22\xdb\x95\xae\x74\ \xe5\x2a\x5a\x2e\x22\x25\x02\x2c\x7f\xe8\x43\x6c\x6a\xba\xff\x8f\ \xff\x88\x30\x5a\x79\xd3\x9b\x80\xf3\x4e\x65\x90\x73\xde\xd7\xdb\ \xfb\xe1\x0f\xff\x76\xc4\x8c\x78\x9e\x77\xdf\x7d\xef\xf8\xca\x57\ \xbf\xba\x75\xcb\xe6\x03\x07\x0e\x48\x29\x91\x52\xa9\xeb\xd1\x87\ \x1f\x1e\xf8\xdd\xdf\xf3\xb6\x6e\x5d\xfc\xbd\xdf\x45\xd3\xec\x4e\ \x00\xea\x4a\x57\xba\x72\x95\x2d\x17\x21\xd4\xf3\x44\x3a\xbd\xf8\ \x87\xff\xa5\xff\x0f\xfe\x60\xf0\x37\xff\x93\x7e\xfa\x4c\xf1\x17\ \xfe\x0f\x9e\xcd\x82\xe7\xf9\xde\x93\xa2\x28\x9a\xa6\x21\xa2\x10\ \x22\x1a\x8d\xfe\xf2\xfb\xdf\x2f\x10\x89\xa2\x08\x45\x61\xb5\x5a\ \xfa\xcb\x5f\xe9\xfd\xc4\x27\xbc\x91\x91\xf9\x8f\x7d\xcc\x1d\x1d\ \xed\x9a\xad\xae\x74\xa5\x2b\xd7\xc2\x72\x99\x86\x19\x55\x55\xb1\ \x7b\x77\xe5\x2f\xfe\x42\xff\xef\x9f\xcc\x7e\xfe\xf3\xc9\x83\x8f\ \xe6\xde\xf5\x73\xf5\xd7\xde\x2e\xfa\xfb\x99\xa2\x28\x52\x52\x24\ \x7e\x7f\x98\x00\x90\x94\x4a\x44\x58\x5a\x8a\x3e\xf5\x54\xcf\x97\ \xbe\xac\x3f\xf7\x1c\x79\xfd\xdd\xa5\x0f\x7f\x98\x8d\x8e\xc6\x1c\ \x87\x68\x5a\x77\xa9\xc2\xa2\x69\x5a\x24\x12\x59\x13\x3c\x23\xa2\ \xaa\xaa\x96\x65\xb1\xee\xb4\x91\xab\x26\xa6\x19\x61\x8c\xad\x29\ \x17\x52\x0a\x91\x48\x44\x74\xf3\xb0\x57\x4d\xac\x68\x54\xd7\xf5\ \xb0\xda\xaf\xbc\xe5\xf2\x8b\x86\x5f\xfb\xa7\xaf\x55\xcb\x65\xcf\ \xf3\x50\xd3\x30\x11\x1b\x1c\xdf\x7e\xcf\x73\x87\xae\x7b\xee\x59\ \xb2\x7d\xfb\xec\xde\x3d\xc7\x92\xc9\x29\x4d\x5b\xd2\xd4\x26\xa5\ \x06\xca\x1e\xd7\x1b\x75\xdd\x9d\xb5\xfa\xd6\xe3\x27\x60\x62\xe2\ \x14\xe7\xdf\xd9\xb3\xfb\xdc\xf0\x10\xf9\xda\xdf\x83\xd3\xad\x27\ \x6e\xe4\xd2\x52\x5a\xab\x55\x15\xba\x8a\x41\x45\xd3\xb4\xc3\x87\ \x0f\x4d\x9c\x3a\x59\x29\x97\xd7\xe3\xb6\xba\x72\x65\xae\x7a\xc6\ \xe6\xe7\xe7\xd4\x10\x2d\x34\x63\xac\x52\xa9\x7d\xe1\xf3\x9f\xcf\ \xe7\x73\x28\x25\x81\xee\xc0\x8d\xab\xa0\x76\x45\x99\x9d\x9d\xd1\ \xb4\x15\xe3\x75\x55\x7c\x2e\x44\x7c\xfa\xa9\x27\x67\xa6\xa7\x6d\ \xdb\x06\x42\x90\x52\x30\xcd\x6f\x5d\xb7\xef\xd6\x72\xf5\xae\x85\ \x85\xb1\x89\x89\xeb\x09\xb9\x89\xf8\x3c\xba\xc4\x6f\xf6\xf5\x08\ \x71\x09\x79\xdc\xb2\xbe\x3f\x3c\x78\x30\x99\x9c\x63\x4c\x3e\xf8\ \x7d\x10\xa2\xbb\x0f\x2e\xa4\x61\xc6\x98\x61\x9a\x6a\x08\x74\xa2\ \xaa\xea\xf9\xf3\xe7\x17\x16\xe6\xf3\xb9\xdc\x2b\x90\x72\xeb\x9a\ \x69\xde\x30\x8c\x58\x2c\x0e\x6d\x0d\x53\x4a\x9b\xcd\xe6\xc1\x83\ \x8f\xcc\x4c\x4f\xf9\xb8\xd3\xae\x96\xae\x86\xda\x55\x55\xb5\xac\ \xa8\xa2\xaa\xbe\xf1\xba\x5a\x96\x2b\x1a\x8d\x6d\xdb\xbe\x43\x88\ \x80\x8a\x18\x09\x48\x20\x47\x28\x3d\x26\x65\x7f\xab\xd5\x67\xdb\ \x29\xd7\xb3\xb8\x47\x91\x48\x20\x2d\xa6\x94\x35\x6d\xd9\xd0\xe7\ \x4d\xd3\x65\xcc\x94\x72\x9c\x10\xe8\x56\x12\x7f\xa8\x9e\x09\xd1\ \x75\xbd\xd3\xfe\x89\x88\x8a\xa2\x0c\x0f\x8f\xf4\xf6\xf6\x75\x4f\ \xcf\x55\x55\xbb\xa2\x28\x2c\xe4\xf0\x02\x90\x54\x2a\x65\x59\x96\ \x94\xb2\xab\xf9\xab\x27\x00\xa0\xb5\x63\xc6\xab\x95\xe7\xf2\x6d\ \xa4\xba\x1a\x86\x6a\x11\x82\x00\x15\xd3\x2c\x00\x48\x00\xd9\xbe\ \x9d\x28\x22\x25\xc8\x24\x46\x10\xa3\xd8\xb5\x58\x2f\x4c\xcf\xeb\ \x57\xd7\x30\x8c\xae\x66\xae\xb1\xe6\x11\x51\xeb\x66\x63\xaf\xa1\ \xda\x95\x6b\x79\xa8\x90\x10\x82\xc8\x08\xb9\x48\x02\x59\x76\x17\ \xe7\x2a\x68\xbe\x2b\x5d\xb5\xbf\xcc\x44\xe9\xae\xe2\x4b\xf4\x94\ \x90\x8d\x26\xbf\xfa\x3d\xa1\xdd\x54\xcb\x55\x35\x4f\x1b\xe6\x10\ \xbb\xb9\xf9\xab\xad\xf6\x35\xa3\x8e\xaf\x96\xe5\xd2\x56\xf3\x40\ \x75\xe5\x6a\xac\x25\xe7\x7c\xcd\x0d\xa1\x28\x4a\x17\x12\x71\xb5\ \x85\x73\x2e\xd7\x8d\x6d\xd7\xba\x11\xfa\x55\x16\x9f\x5a\xe6\x2a\ \x46\x8b\x7e\x9e\xf8\x57\x7f\xf5\xdf\x9b\x91\x88\x94\xdd\xe0\xef\ \xaa\x88\xaa\xaa\xf3\xf3\xf3\x9f\xf9\x1f\x9f\x8e\x44\x56\xf8\xfe\ \x5b\xad\xd6\x9b\xdf\xfc\x96\xd7\xdc\x76\xdb\x2b\x6d\x0a\xd9\xb5\ \x14\x5d\xd7\xff\xd7\xff\xfa\x9f\x33\xd3\xd3\xa6\x19\x90\xa6\x7b\ \x9e\x37\x38\x38\xf8\x4b\xbf\xfc\x2b\x2f\x57\xb2\xad\x17\x83\x98\ \xa6\xf9\xc4\x13\x4f\xfc\xc3\xdf\xfd\x6d\x3c\x91\xb8\xba\x19\x7a\ \x4d\xd3\xc2\x65\xaf\xae\x5c\x69\xf5\xea\x40\xc8\xe4\xe4\xe4\xc8\ \xf0\x48\x32\x95\xea\xe8\x59\x51\x14\xc3\x30\xba\x6a\xbf\xaa\x47\ \x68\x79\x71\x71\x7e\x6e\x6e\xf3\x96\xad\x9d\x89\x64\x7e\x55\xa4\ \x8b\x44\xb9\xaa\x6a\x77\x1d\xfb\xfc\xf9\x73\xdb\xb7\x8f\x9b\x91\ \x08\x22\x5e\xc5\x3c\x57\xc0\xc3\xd5\x95\xab\xa2\x5e\x29\xa5\x74\ \x1d\xc7\x5d\xcd\xfc\x83\x88\x3e\x77\x63\x57\x45\x57\x6f\x63\x7b\ \x9e\xe7\x38\x0e\xa2\x0c\x53\xad\x74\xd5\x7e\xb5\xd5\x2e\x84\x70\ \x1c\xc7\xf3\xbc\x08\x00\x22\x76\x6f\x89\x97\xb0\xc0\x46\x49\xfa\ \xae\x74\xd5\xfe\x4a\xd0\x7c\xd7\x72\x75\xa5\x2b\x5d\x79\xe9\x49\ \xd7\x72\x75\xa5\x2b\x5d\xe9\x5a\xae\xae\x74\xa5\x2b\x5d\xe9\x5a\ \xae\xae\x74\xa5\x2b\x5d\xe9\x5a\xae\xae\x74\xa5\x2b\x5d\xcb\xd5\ \x95\xae\x74\xa5\x2b\x5d\xcb\xd5\x95\xae\x74\xa5\x2b\x5d\xcb\xd5\ \x95\xae\x74\xa5\x6b\xb9\xba\xd2\x95\xae\x74\xa5\x6b\xb9\xba\xd2\ \x95\xae\x74\xa5\x6b\xb9\xba\xd2\x95\xae\x74\x2d\x57\x57\xba\xd2\ \x95\xae\x74\x2d\x57\x57\xba\xd2\x95\xae\x74\x2d\x57\x57\xba\xd2\ \x95\x57\xae\x28\xd7\xec\x9d\x7c\x76\x0a\x20\x04\x80\xfa\x2c\x52\ \x40\x01\x00\x50\x4a\x24\x84\x02\x10\x00\x44\x02\x40\x00\x80\x20\ \x91\x52\x06\xb3\x18\x09\x01\x00\x45\x55\x01\x40\x4a\x74\x5d\x07\ \x11\x81\x10\x68\xbf\x22\x00\xf5\x59\x8c\xa5\x94\x9c\x73\x80\xe0\ \xdd\x84\x14\x28\x11\x09\xa1\x14\x08\x01\x29\x05\x21\x04\x80\x12\ \x82\xfe\xa0\x47\x44\x12\xfe\xd9\x7f\xa2\xae\xeb\xa4\x4d\x74\x25\ \xa5\x54\x14\xe6\x79\x1e\x41\x02\x94\xfa\xef\xa8\x28\x4a\x98\x43\ \xce\xf3\x5c\x44\xa4\x74\x15\x87\xb2\x94\xd2\xa7\xe2\xf7\x39\x9b\ \xda\xcc\x4d\x08\x40\x0d\x5d\x97\x88\xae\xeb\x02\x80\xae\x6b\x88\ \x3e\x3b\xb0\x20\x84\x18\x86\xe1\xba\x2e\x4a\x24\x40\xfc\x81\xc9\ \x10\x7c\x99\xcb\x1a\xe1\xa6\xaa\x2a\xa5\xd0\xf9\xcc\x88\xe8\xbf\ \x05\xb6\x09\x08\xa5\xcf\x5e\x1f\x68\x9a\xf8\x93\x04\x11\x3b\x9a\ \xc1\xf6\xc2\x81\x44\xe9\xcf\x41\x09\x7d\x29\xf0\x39\xc2\x15\x55\ \xa5\x40\x85\xe0\xb8\xf2\x36\x3e\x23\x7e\xf0\x40\x00\x40\x42\x80\ \x00\x01\x42\x81\x52\x0a\xa2\xcd\x69\xe5\x0f\xfb\xf2\x67\x0c\xa3\ \xbf\x22\xc1\xa6\x59\xd9\x00\x00\x94\x32\x8a\x12\x85\x10\x48\x10\ \x3a\x7f\xa2\x40\x29\xa3\x94\x01\x21\x52\x8a\xf6\xa0\x69\xa0\x94\ \x52\x0a\xfe\xaf\x94\x52\x2e\x04\xa3\x94\x52\x26\x84\xf0\x9f\xc9\ \x18\x93\x88\x18\x62\x61\xec\x50\xf8\x03\xa5\x9d\xaf\xe7\x7a\x1c\ \x2e\x71\xc3\x03\x63\x94\x31\x85\x02\x45\x42\x10\xfd\x2d\x11\xec\ \xab\xce\x1e\xf3\xbf\x38\xa5\xd4\x57\xbb\xcf\xf3\x05\x04\x08\x41\ \x7f\x1a\xe9\xaa\xff\x0f\x10\xfa\xc0\x80\x04\x15\x45\xd5\x34\x4d\ \x08\x2e\xa5\xf4\xf7\xb0\xff\xe2\xd0\xfe\x46\xfe\x92\x22\x41\x4a\ \x19\xa2\x54\x55\x95\x60\xb0\xbb\x7c\x4d\x52\x4a\xc3\x6c\x7a\xfe\ \x2a\x50\xa0\x52\x4a\xa0\x00\x40\x7d\x7e\x70\x21\x44\xf0\xca\xed\ \x2d\xc1\x18\x53\x14\x0d\x00\x10\xa5\xeb\x3a\x9d\x4f\xa5\xaa\xaa\ \xff\x60\x45\x51\x3c\xcf\x03\x20\x9a\xaa\x09\x29\x38\x17\xfe\x37\ \x65\x8c\xf9\xbc\x72\x14\x00\xc9\xca\xe4\x04\x7f\x95\x85\xe0\x0a\ \x53\xc4\x0f\xe3\x3b\x53\xae\x99\xd9\x72\xb9\x04\xaa\x71\xee\xb5\ \x5a\x75\xd3\x34\x2c\x2b\x6a\x3b\xb6\xe7\xba\x56\x34\x4a\xa4\x74\ \x3c\x8f\x7b\x9e\xaa\x2a\x9e\xe7\xf9\xac\xb8\x96\x65\x49\x19\xa8\ \xd5\x73\xbd\xdc\xcc\xac\xf4\x9c\x48\x24\x32\x32\x32\x4c\x28\x93\ \x08\x9e\x90\x40\xa9\xf0\x38\x0a\x6f\x71\x71\xb6\x5c\x2e\xc7\x62\ \xf1\x74\x26\xed\xaf\xa0\xe7\x79\xd1\x68\x54\xd3\x74\x42\x88\xe0\ \x9e\xe3\xba\xf1\x58\x8c\x10\x6c\xb5\x6c\x45\x51\x18\x65\xfe\xf9\ \x21\x10\xac\x31\xa5\x20\x84\x44\x22\xcf\x4f\x4d\x02\x21\x8a\xa2\ \xa8\xaa\x11\x8d\x46\x97\x73\xf9\xbe\xbe\x3e\x29\xa5\x6d\xdb\x12\ \x11\x08\x96\x8a\xc5\x46\xa3\x41\x08\x52\x4a\x09\xd0\x81\x81\x41\ \x45\x55\xab\x95\x22\x40\xb0\xaa\x52\xca\x44\x22\xc1\x98\x42\x29\ \xe8\xba\x41\x00\x54\x55\xa5\x94\x4a\x29\xed\x56\xeb\xd0\xe1\x23\ \xb1\x58\x6c\x70\x70\xd0\x76\x9c\x89\x53\xa7\x35\x4d\x4b\x25\x93\ \x11\xcb\xd2\x75\xe3\xa9\x67\x0e\x0d\x0c\x0c\xc4\xa2\x51\x2e\x64\ \x22\x11\x03\x00\xc7\xf1\x28\xa5\xb6\xe3\xe8\x0a\x25\xe4\x12\xad\ \xd7\xcc\xec\x82\x6d\xb7\x7c\x8a\x67\x20\x84\x32\xa6\x28\x2a\x22\ \x31\x22\x11\x00\x2a\x84\xb0\x22\x26\x53\x98\x94\x28\xa4\x14\x42\ \xd4\x6a\x35\x55\x51\x0c\xc3\x60\x94\x12\x82\x94\x32\x89\x28\x84\ \x10\x12\x55\x55\x55\x14\x05\x00\x90\x80\xff\x83\x94\x42\x51\x98\ \x14\xde\xd2\xd2\xac\xe7\x38\xf1\x78\xdc\x67\x0a\xa5\x4c\xa1\x54\ \x11\x42\x00\x63\x40\x08\x63\xd4\xf3\x1c\x85\x51\xff\xcc\xb8\x8e\ \x5b\x6f\x34\x0c\xc3\x54\x35\x8d\x51\x16\x89\x44\x3c\xcf\x73\x5d\ \x4f\xd7\x35\xc6\x98\xa2\x28\xd2\xbf\xdc\xa4\x54\x14\x95\x10\x74\ \x1c\xdb\x75\x6d\xc7\xb6\x35\x55\x8f\xc6\x62\x4c\x51\x3d\x2e\x08\ \x05\x0a\x20\x5d\xaf\x5e\x2f\xb7\xec\xa6\x40\x34\x8d\x68\x34\x1a\ \xa7\x14\x08\x11\xb6\x6d\x37\x1b\xad\x78\x3c\x21\x50\xda\xb6\x9d\ \x4e\xa5\x6b\xf5\x5a\xa3\x51\x4f\x26\x92\x04\x08\x25\x50\xa9\x56\ \x74\x4d\x37\x4c\x53\x08\x49\x08\x32\xc6\x18\x63\xae\xeb\x31\x46\ \x6d\xdb\x01\x00\x55\x55\x51\x7a\x83\x7d\x3d\xe2\x85\x73\xcc\x02\ \x80\x6d\xbb\xf5\x7a\xb3\x5c\x2e\x72\xe1\x02\x21\xba\x6e\x38\x8e\ \x47\x99\x92\x48\xa6\xa2\xd1\xa8\x94\x52\x53\xd5\x68\x34\xea\x79\ \xc2\x75\xdd\x46\xb5\x51\xab\xd5\x18\xa3\xe9\x4c\x26\x62\x9a\xae\ \xeb\x72\x89\x88\x20\xa4\xe4\x9e\x23\xa5\x88\x5a\x51\x45\x51\x3c\ \xcf\xd5\xf5\x08\x12\x04\x42\x24\x22\xa3\x90\xcb\xe5\x16\xe6\xe7\ \x93\xa9\x84\xa1\x1b\xfe\xe5\xad\xe9\x3a\x05\x2a\x90\x48\x29\x35\ \x4d\x43\x94\x82\x73\x55\x55\xeb\xb5\x82\x15\x8d\xce\xcf\x9f\xe3\ \x9c\xc7\x62\x71\x55\x55\x53\xa9\x14\x00\xd4\xab\x75\x5d\xd3\x00\ \x40\xd3\x34\x24\x04\x85\x54\x54\xad\xd9\x6a\x1a\xa6\xe9\x38\x8e\ \xdd\xaa\xb7\x5a\x4d\x94\x22\x16\x8b\x45\xac\x28\x00\xf5\xb8\x54\ \x35\x9d\x48\x52\xad\x94\x97\x72\x73\x88\x52\x51\xf4\xa1\xc1\x51\ \x4a\x19\xa2\x20\x84\xcf\xce\xce\x24\xe2\x09\x4d\x37\xe7\x17\x96\ \x86\x86\x86\x38\xe7\xa7\xcf\x4e\xc6\x62\xb1\x64\x32\xe9\xd8\x8e\ \xeb\x79\xd5\x6a\x75\x64\x78\x04\x09\x69\xb6\x5a\x8a\xa2\x50\xca\ \x08\x12\x94\xd2\xe3\x9e\x6d\xdb\xc9\x64\xb2\x58\xae\x5a\x11\xfd\ \xe2\x13\x15\xae\x91\xe5\x62\x94\x16\x2a\x8d\xd9\x72\x8b\x51\x6c\ \xb5\x1a\xc3\x23\x49\x0d\x61\x79\xb9\x9a\xcf\xe7\x92\xc9\xe4\xf0\ \xf0\xf0\x99\xd3\xe7\xec\x5a\x2d\x11\x8d\x72\xce\x73\xf9\xdc\xc8\ \xc8\xc8\xe6\x2d\xe9\x66\xab\xe9\x0a\x37\x16\x8d\x15\x2a\x8d\x4f\ \x7c\xe2\x53\x85\xb3\xc7\xf6\xef\xdd\xf5\xf1\xff\xe7\xff\x1e\xdc\ \xb2\xb5\xc6\xe1\xec\x42\x09\x41\xa5\xd4\x5e\x3a\x77\xe2\x73\x7f\ \xfe\xc9\x87\x7f\xf0\xc8\xbe\xeb\x0e\xbc\xf7\x97\x7f\xe5\xc4\xc4\ \xa9\x42\xb9\xce\x14\xed\x9e\x7b\xee\xdd\xb7\x7f\x4f\x44\xd7\x9e\ \x7c\xe2\x89\x9e\x4c\x6a\xe7\xc8\x56\x42\xe4\xd9\xb3\x93\x54\xd5\ \x08\x40\xa5\x5a\x4d\x26\x12\xfd\x03\x03\xa6\x4e\x5b\xb6\x30\x35\ \x46\x09\x71\xb8\xfd\xeb\xbf\xfe\x2b\x8d\x46\x6d\x70\x70\xe4\xc0\ \x81\xd7\x0e\x0e\x6d\xfe\xfa\x37\xfe\xed\x77\x7e\xef\xc3\x3d\xfd\ \x3d\x27\x8e\x1e\xcf\x2f\xe7\xe6\x67\x27\x1f\xf8\xce\x37\x9e\x78\ \xec\x51\x42\x50\x4a\xd4\x23\xb1\x7f\xf7\xef\x7e\xad\xa7\x77\x70\ \x6e\x61\xce\x71\x5a\xcb\xcb\xcb\xa9\x54\x8a\x10\x32\x34\x34\x2c\ \xa5\xf0\x3c\x6f\xeb\xd6\xad\x00\x20\xa5\x34\x0c\x7d\x60\x60\xc0\ \x75\xdd\xbf\xfa\xdc\x17\x4a\xa5\xd2\xdf\xfe\xed\xdf\xe5\xf3\xb9\ \xdf\xfb\xfd\x3f\x52\x55\xf5\x43\x1f\xfa\xd0\xee\xbd\xfb\x1f\xfa\ \xde\xe3\xbf\xff\x87\x7f\xf8\xe9\x4f\x7f\x5a\xd3\x9a\x85\x52\xf9\ \x8d\x6f\xb8\x17\x98\xc2\x55\x6f\x7e\x6e\xc1\xf1\xc8\x68\x8f\x0a\ \xd2\x41\x02\x2f\xf4\xfc\x70\x2e\xfe\xe2\x2f\xff\xe6\xd4\xe9\xd3\ \x87\x0f\x3f\x47\x10\x35\x4d\xdb\xb6\x63\xe7\xce\x5d\xfb\x2b\xb5\ \xa6\x1e\x8d\x1b\x56\x52\xb8\xad\xd1\x91\xbe\xfe\x81\x41\x57\xc8\ \x5a\xa3\xc5\x18\xab\xd7\x1b\xcb\xcb\x8b\xc2\x73\x85\xe3\x08\xce\ \xb7\xef\xdc\xa5\x1a\xd6\xf2\x72\xae\x5c\xa9\x6c\xdf\xb1\x33\x16\ \x4f\x0a\x02\x8c\x29\xc9\x54\x56\x37\x0d\x97\x3b\x86\xa1\x7a\xcd\ \xfa\x67\xff\xe7\x5f\x3f\xfb\xe4\x63\x6f\x7b\xf3\x5b\x12\xf1\x78\ \xbd\xde\x8a\x65\x7a\xfb\x06\x47\xea\x4d\x97\x2a\x5a\x2a\x19\xf3\ \x9c\x7a\xa9\xb8\x10\x33\xf5\xa5\x85\x99\x46\xbd\xfe\xcc\x33\x87\ \x72\x85\xf2\xcf\xfc\xcc\xdb\xcd\x68\xa2\x5c\xa9\x6d\x1d\x1b\x73\ \x6c\xa7\x56\xaf\xa5\x52\xa9\xde\xde\x5e\x5d\xd7\x6d\xdb\xd6\x35\ \x9d\x73\x6e\xc5\xe2\xaa\x42\xf3\xcb\xd3\x0b\xb3\x09\x11\x2a\xec\ \x00\x00\x20\x00\x49\x44\x41\x54\x67\x1e\xfc\xde\x77\x47\x86\x36\ \xff\xd4\x5b\xee\x53\xb5\x78\xbe\x56\x07\x53\x71\x9b\xcd\xf2\xb9\ \xb9\x27\x9f\xfe\xc6\x91\x89\xc7\x1c\x4e\x6f\xbd\xf5\xa7\x6f\xbd\ \xf5\x6e\x4d\x15\x12\xab\xcf\x3c\xf9\xd8\xf1\x23\x67\xef\xbc\xf7\ \x8d\x4c\x57\x0f\x1f\x3e\xf2\xc6\x37\xbc\xf1\x89\x27\x1e\x7b\xe6\ \x99\xa7\x7e\xe2\x75\xaf\xed\xef\xef\x17\x9e\xfb\xcd\x7f\xfb\xe6\ \xe0\xe0\xd0\xae\x3d\xfb\xb8\x27\x11\x65\xc4\xb2\x18\x63\xcd\x46\ \x43\xd5\xb4\x93\x27\x4e\x64\x7b\x7a\x6a\xb5\xc6\xa6\xfe\xd8\x1f\ \xff\xd6\xaf\xd4\xea\xcd\x17\xbc\xe1\x19\x14\x0a\xad\x43\x87\x8e\ \xff\xc3\x3f\x7c\xe1\xb9\xc3\x4f\x50\x2a\x77\xef\xbe\xee\xf5\xf7\ \xbc\x55\xd5\x12\x5a\x24\xbe\x7d\x7c\xdc\xe3\x9c\x11\x71\xf3\x8d\ \x37\x44\xac\x88\x53\x2c\x2e\x97\x26\x91\x18\xe5\x7c\xf5\xf4\xd4\ \x99\x4a\xa5\xc4\x98\xd2\x37\x34\xba\x7d\xd7\xee\xc9\xf3\xb3\x73\ \x33\x33\x99\x74\x7a\xcb\xe6\xbe\xa4\x16\x6b\x89\xa6\x15\xc9\xe8\ \x1a\x95\x48\x34\x83\x2a\x2a\x7b\xe8\xf1\x43\xbf\xfa\x4b\xbf\xfc\ \x93\xf7\xdc\x75\xcf\x5d\x77\xd9\xb6\x8b\x40\xf7\x5f\xf7\x2a\xcf\ \x93\x55\xdb\x8d\x67\xb3\x51\x53\x39\x77\xe6\x94\xa9\x50\xc9\xbd\ \x23\x87\x9e\x25\x94\xfe\xd5\x67\x3f\x77\xfd\x75\xaf\x7a\xfb\x7d\ \xf7\x4d\x4e\x4d\xef\xdc\xb5\x3b\x9d\x4a\x4d\xcf\xcc\x24\xe2\xf1\ \xb1\xb1\xb1\x4c\x26\x26\xa4\x68\xd4\x1b\xaa\x0a\x4d\x87\x6e\x1d\ \x1c\xca\x4f\x9d\xb3\x9b\xf6\xff\xfb\xb9\xbf\x94\x9e\xf3\xee\x77\ \xbf\x67\xf7\x9e\xeb\x5d\xc1\x6a\x4d\x37\x1e\xc9\x14\xa6\x96\x0f\ \x3f\xf5\xd4\xa7\x3f\xfb\x07\x2d\xb7\x9a\xc9\x6c\xff\xe8\x47\xff\ \x32\x19\xcb\xe8\x9a\x57\x28\x4c\xff\xb7\x8f\xfe\xc9\x2d\xb7\xfc\ \xc4\x4f\xbd\xf5\xfe\xbf\xfc\xeb\xaf\xfc\xd2\x2f\xbd\x5f\x61\xca\ \xef\xff\xd1\x7f\xbb\xf1\x86\x1b\xdf\xfd\xee\x77\x73\xce\x1f\x7a\ \xe8\x07\x5f\xff\xfa\xd7\xff\xf0\x0f\x3f\xa2\xe9\xa6\xe7\x7a\x9a\ \x86\xc3\xc3\xc3\xb3\xb3\xb3\x94\xc2\xfc\xfc\xc2\xd4\xd4\xf9\x9f\ \xfc\xc9\x37\xfc\xef\x2f\xfd\xeb\x7b\xee\xff\xc9\x74\x3a\x75\x11\ \x5e\xf2\x6b\x17\x2d\x52\x00\xbb\x59\xd9\xb5\x73\xbc\x51\xaf\x79\ \xad\xa6\xae\xc4\x62\x56\x24\xbf\x24\x12\x31\xeb\xf0\xb3\x4f\x1b\ \xba\x71\xe3\x81\x03\x95\x62\xf1\x07\x3f\xf8\x01\xa1\xa0\x6d\x1b\ \xe3\xdc\xeb\xef\xef\x3f\x3b\x79\xae\x56\xab\xf6\x66\x33\x7b\x76\ \xef\x7e\x7c\xee\xec\xe2\xf2\xf2\xa1\xc3\x47\x92\xfd\x43\x1e\x68\ \x28\x39\xa5\xcc\x75\xec\x7a\xbd\x66\xe8\xfa\xc8\xf0\x30\x17\x62\ \x71\x61\x61\x7a\x7a\x26\xd3\xd3\x97\xce\xf4\x4c\x4f\x4f\x6d\x1a\ \x19\xac\x53\x98\x9f\x9b\xbd\x6e\xdf\x1e\xc6\x88\xeb\x62\x36\x9b\ \xad\xd7\xeb\x84\x10\x43\xd7\x2b\x95\x4a\xb5\x5a\xd5\x34\xcd\x8c\ \x44\xaa\xc5\x0a\x91\x82\x32\xb7\xde\x68\x5a\x91\x88\xae\xe9\xa5\ \x62\xc1\x30\x62\x3d\xd9\x1e\x29\xd1\x76\x1c\xd7\x75\x2b\xe5\xb2\ \x94\x72\x70\x60\xc0\x75\xdd\x64\x32\x2e\x25\x51\x0d\xe3\xe8\xf1\ \xa3\x23\xd5\x46\xb6\x27\xbb\x75\xeb\xe8\xcd\x37\xdf\xac\x69\x9a\ \x94\x72\x7e\x7e\xfe\xf0\xe1\xc3\xd1\x68\x74\xef\xde\xbd\x9b\x36\ \x6d\x52\x14\x25\x97\xcb\x9d\x3b\x77\xce\xb6\xed\x03\x07\x0e\x7c\ \xf1\x8b\x5f\x3c\x7f\xfe\xec\x6b\x5e\x7d\xcb\x6d\xb7\xdd\xf6\xc0\ \x03\x0f\x14\x0a\x05\xdb\xb6\xbf\xf3\x9d\x6f\xbd\xfd\x67\xde\xfa\ \x9a\x57\xdf\x3a\x79\x7e\x3a\x97\xcb\x37\x1b\x4d\x60\x4a\xa1\x58\ \x4c\x24\xa3\xf1\x44\x82\xd7\x96\x50\x10\x72\x29\x71\x0b\x0a\xe9\ \x19\x86\x1e\x8d\x46\x29\x80\x65\x59\xd9\x4c\x66\x68\x68\x70\x9b\ \x15\x5f\x2a\x94\x6b\x4d\xd7\x30\x0d\x21\x51\x48\x8c\x58\x51\x24\ \xcc\x8a\xc5\x87\x47\x8c\x9d\x3b\xc7\x5b\x8d\xda\xdc\xec\xcc\x89\ \x63\xc7\x4e\x1c\x3f\x3e\x34\xbc\x49\x55\x14\x5d\x53\x19\x05\xcb\ \x32\x29\x53\x29\x53\x0c\x5d\x53\x55\x45\x37\x2c\x94\x9e\x62\xe8\ \xb7\xdc\x74\xd3\xe9\x63\x47\x14\x95\xc6\x63\x51\x89\x24\x62\x68\ \x99\x74\x2a\x12\xe5\x2d\xc7\xcd\xa4\x13\xd3\xe7\xf3\xa6\x61\x08\ \xe1\xb9\xae\x3b\x3b\x3b\x53\x2c\x14\xb6\x6f\xdb\x71\xcb\x2d\x37\ \xb7\x1c\xbe\x9c\x2f\x16\x0b\x85\x6c\x36\x3b\x32\x32\x5c\xaf\xd7\ \x5b\xcd\x26\xf7\x3c\x29\xa5\xaa\x28\x14\x48\xb9\x54\x8a\x44\xf4\ \x64\x22\xae\xb1\x4d\x11\xc3\x8c\x44\xcc\x54\x2a\x4e\x15\x4b\x28\ \xe0\xa2\x70\x1b\xb5\x88\xa9\x67\xd2\xe9\x88\x69\x2a\x02\x32\xe9\ \x64\x26\x95\xf4\x78\x95\x73\x5a\x29\x97\x7a\xb2\x69\x5d\x53\xad\ \x44\xdc\x8a\x44\x26\xcf\x9d\x66\x80\x5b\x36\x6d\x2a\x16\xf2\xfb\ \x76\xef\xae\x94\xcb\xd9\x4c\xda\x73\x6d\x0a\x10\x8d\x46\x3c\xcf\ \x63\x14\xea\xb5\xaa\xae\xeb\xcd\x46\x9d\x31\x3a\x32\x3c\xf4\xf0\ \x0f\x0e\xbe\xf6\xe6\x3d\x82\x8b\x4b\xdb\xf0\x88\x92\x10\xb4\xac\ \x28\x00\xd9\xbf\x7f\xff\xc8\xf0\xd6\x5b\x6f\xb9\x75\x6c\xfb\xbe\ \x7c\xa9\x7a\xfa\xdc\xd9\x58\x3c\x2a\x5c\xd9\x6c\x39\x11\xcb\x4a\ \xa4\x62\x5b\xd8\xa6\xb1\xb1\xde\x42\xa1\x55\x2c\x96\xf2\xf9\xe2\ \xb3\xcf\x3c\xfd\xd0\x83\xdf\x2b\x14\x8a\xbd\xbd\xfd\x0a\x48\x9d\ \x41\xdc\x32\x13\x31\x03\xa5\xc3\x18\x1a\x86\x62\x3b\x2e\xe7\x20\ \xa4\x73\xcb\xcd\x37\xef\xdd\xb3\xdb\x75\x9c\x2d\x5b\xb6\x9c\x3a\ \x75\xca\x8c\x44\xe3\xf1\x98\xa6\x99\xb4\x58\xea\xed\xeb\xb5\x9b\ \x0d\x20\x18\x8f\xc7\xe6\x67\xa7\x6b\xb5\xda\x63\x8f\x3f\xae\x52\ \x7a\xff\xfd\xef\xbc\xfd\xb5\xaf\xed\x9d\x38\xbd\xb0\xb8\x88\x52\ \x1c\x78\xd5\xf5\xb5\x5a\x8d\x10\x3c\x77\xee\xac\x69\x9a\x89\x44\ \x42\x51\x58\x04\xcc\xe5\xe5\x65\x46\x61\xdb\xf6\xed\xd9\x4c\xa6\ \x5e\x2d\x67\x32\x99\x64\x2a\x51\xa9\x79\x71\xd0\x05\x17\xa5\x72\ \x21\x95\x49\x0e\x0f\x6f\x3a\x3f\x7b\x3a\x91\x48\xf6\xf7\xf4\xe8\ \x5a\x04\x80\x4c\x4d\x9d\x67\x4c\xb1\xac\x98\x94\xe2\xd6\x5b\x6e\ \xf9\xde\x77\xbf\xbb\x7f\xff\xfe\x5d\x3b\x77\x16\x0a\xf9\x72\xb9\ \x34\x3e\x3e\xee\x79\x6e\x2a\x95\x5c\x5e\x5e\xda\xb2\x65\x5b\xbd\ \x56\x8b\x46\xad\x89\x89\x93\xba\xae\x6b\x9a\x36\x37\x37\x3b\x3a\ \x3a\x7a\xf4\xe8\xf3\x89\x78\x2c\x95\x4a\x21\xca\x1f\xbf\xcf\x85\ \x88\x0a\xa3\x3b\xb6\x6f\x1f\xe8\xef\xab\xd5\x22\x95\x4a\xd9\x30\ \x34\x29\xdc\xdb\x6f\x7b\x75\xad\x5e\xdd\xb1\x7d\x6c\x7c\xc7\xf6\ \xa8\x61\x96\xe2\x89\xa5\xa5\xa5\x27\x9f\x7a\xaa\x52\x2a\xc7\x63\ \xf1\x5a\xad\x96\x49\xa5\x4b\x95\xf2\x89\x93\x27\x77\xed\xdc\x7d\ \xe8\x07\x0f\x54\xaa\xb5\xe3\xc7\x8e\xbf\xee\xee\x7b\x1b\x4e\x4b\ \x0a\x99\x4c\xc4\x66\xf3\x8b\x0a\x30\xcf\xf3\x90\xa0\xc2\x58\xb9\ \x5c\xbe\xf7\x9e\x7b\x76\xee\xde\x37\x71\xfa\x0c\x22\xb1\x6d\x7b\ \x79\x69\x71\x60\x70\x90\x7b\x5e\x2e\x57\xf4\x3c\x4f\x51\x94\x52\ \xa9\x64\xdb\xf6\xc8\xc8\xc8\xe8\xa6\x21\x2e\x48\x2e\x97\x3b\x71\ \xfc\xf8\xf2\x42\x3e\x62\x68\xb9\xdc\xf4\xf4\xf9\xf3\x7b\xf7\x8c\ \x17\x96\x97\x4d\x33\x59\xa9\x34\x07\x87\x37\x25\xe2\xb1\x42\x3e\ \xaf\xa8\xea\x53\x4f\x3f\x9d\xcd\xc4\x1d\xc7\x21\x84\x34\x1a\x0d\ \x45\xd1\x14\x1d\x13\xf1\x78\xb6\xa7\x27\x16\x8b\x5e\x7f\xfd\xf5\ \xaa\xaa\x55\x2a\x15\x7f\x7a\x88\xaa\xaa\x52\xca\x68\x34\x6a\xdb\ \xb6\x69\x9a\x3d\x3d\xd9\x1b\x6f\x3c\xb0\xbc\x9c\xbb\xfd\xf6\xdb\ \xbf\xfe\xf5\xaf\xff\xf3\x3f\xff\xeb\x6d\xaf\xb9\x35\x9b\xcd\xaa\ \xaa\x6a\x18\xc6\xf0\xf0\x30\xa5\xb0\x63\xc7\xf6\x7c\x2e\x9f\xcd\ \xa4\xca\xe5\x92\x10\xa2\x54\x28\x54\xaa\xb5\xd1\xcd\x9b\x5c\x97\ \x5f\xba\xe6\x09\x71\x5d\xd7\x71\x6c\x29\xb9\x90\x08\x60\xb5\x9a\ \xcd\x23\xcf\x1f\xde\xb2\x75\x47\x2c\x99\x25\x8a\xd3\xa8\xd7\x2a\ \xd5\x9a\x6a\x56\x92\xa0\xb4\x5c\x4f\x27\xa0\xe9\xa6\x10\xae\xa2\ \x19\x43\xc3\x9b\x34\x55\x9b\x9d\x99\xe1\xdc\x1b\xdb\xb2\xb9\xd1\ \xb4\x5d\xc7\xa9\x56\x2b\x94\xa9\x8a\xaa\x82\xa2\x30\x95\x01\x41\ \x45\xa1\x42\x40\x6f\x5f\x5f\xd4\xb2\x72\xcb\xcb\xbb\x77\xee\x44\ \x02\x48\x90\x7b\x2e\x91\xc4\x6e\xd4\xab\x15\xd5\x75\x6c\x43\xa3\ \x52\x92\x72\xa9\x74\xf4\xc8\xf3\x3b\x77\xef\xdd\xbf\xef\x40\xad\ \x5a\xd3\xad\x58\x5f\x6f\xbf\x6d\x3b\xae\xeb\x4a\x29\x2c\xcb\x42\ \xc4\x9e\x9e\x1e\x4a\x69\xa1\x50\xa8\xd5\xeb\xf5\x86\x5d\x2e\x8b\ \x54\x5c\xd3\x55\x70\x5c\x7b\x69\x69\xc9\x69\xd9\xe9\x9e\x1e\x4e\ \x48\xae\x52\x12\x9c\xab\x9a\x82\x28\xed\x56\x0b\x98\xee\xd9\x2d\ \xc9\xdd\x56\xa3\x59\x2e\x2d\x97\x2b\x95\xeb\xf7\xdc\x34\x3c\x34\ \xc4\x81\x24\x13\xb1\xd3\xa7\x4f\x47\xa3\xd6\x0d\x37\x1c\x98\x98\ \x38\x49\x01\x92\xc9\x84\x65\x59\xd5\x6a\x45\x4a\x7f\x10\x16\xaa\ \xaa\x42\x29\xd1\x34\x65\x61\xa1\x9c\xcd\x66\x6c\xbb\xd5\x68\xd4\ \x15\x85\x91\x4b\xe4\x6d\x06\xcf\xf3\xaa\xd5\x4a\xcb\x6e\xea\xba\ \x9a\xcb\xe5\x93\x89\xbe\x6f\x7d\xfb\xdb\xb7\x37\x71\xdb\xf8\xee\ \x9e\x9e\x9e\x6a\xa3\x5a\x2d\x57\x5c\xce\x4b\x95\xaa\xae\x2b\xf5\ \x86\x5d\x6f\x10\x2b\x6a\x2a\xaa\x1a\x8d\x25\x53\xe9\x54\x3c\xfe\ \x4c\xad\xda\xc8\x26\x62\xa6\xc2\x5a\x76\x73\x61\x76\xc6\xb1\x33\ \x11\x53\x2f\x97\xcb\x8a\x9a\x66\x4c\x25\x2a\x71\x6d\x37\x99\x48\ \xec\xdc\x39\x7e\xe4\xb9\x67\xab\xd5\xf2\x40\xff\x80\xcb\x45\xa9\ \x50\xe8\xe9\xeb\xaf\x54\xca\x66\x2c\x5e\xca\xe7\x89\x94\xc5\x62\ \xc1\xb1\xed\xa7\x9e\x7a\x32\x9f\xcb\xdd\x7f\xff\xfd\xa6\x15\xa9\ \xd5\xeb\xb1\x58\x0c\x00\xce\x9f\x3f\x4f\x08\x89\xc7\xe3\xc5\x62\ \x71\x60\x60\x30\x9d\x4e\xcd\xcc\xcc\x08\x21\x96\x96\x97\x09\x23\ \xc9\x98\x99\x4d\x45\xb3\x99\xec\x91\x43\xcf\x2e\x2f\x2e\xed\xbf\ \xee\x06\xd3\x60\x8e\xf0\xf2\xf9\x52\x6f\x4f\x4f\xab\x3a\xbb\xbc\ \x9c\x17\x1c\xfd\xbc\x55\xb3\xd1\xa2\xb4\x76\xee\xec\x99\x54\x3a\ \x73\xdb\x6d\xb7\x6b\xba\xb1\x65\xcb\x96\x47\x1f\x3d\xe8\x38\xce\ \x9d\x77\xde\xf9\xd4\x53\x4f\x31\xc6\x4c\xd3\x4c\xa5\x52\xfd\xfd\ \xfd\x53\x53\x53\x3b\x76\xec\x02\x00\xcb\xb2\x5c\xd7\xb5\x6d\x5b\ \x55\xd5\x62\xb1\x78\xef\xbd\xf7\x7e\xe3\x1b\xdf\xc8\x64\x33\xaa\ \xa6\xb9\x8e\xfd\xa2\xa8\x2d\x22\xa2\x65\xe8\xd5\x52\x91\x12\x99\ \x4d\x25\x29\xca\x98\x65\x58\xa6\x1e\x35\x8d\xeb\xf7\xef\xb6\x4c\ \x93\x82\x04\x82\xd9\x6c\x56\x61\x34\x16\x8f\xf5\xf7\xf7\x19\xba\ \x56\xab\x56\x17\x17\x16\x6a\xb5\x9a\x15\x8d\x65\x7b\xfb\x2d\x2b\ \xf6\xec\xb3\xcf\xcd\xcd\xce\x96\xf2\xb9\x46\xb5\xca\x5d\xa7\xbf\ \xb7\x4f\x53\xd5\x72\xb1\x8c\x52\x6a\x9a\xe6\xb4\x5a\x95\x72\xb9\ \x54\x2a\x6d\xdb\xb6\x6d\x68\x68\xc8\x75\xdd\x72\xa9\xcc\x3d\x4f\ \x22\xda\xad\x56\xa1\x50\x58\x5c\x5c\xa4\x94\x26\x93\x49\xdb\xb6\ \x4b\xe5\xea\xd2\xd2\x92\x94\x72\x78\x78\xe4\xa6\x9b\x6f\xde\xbf\ \xff\xfa\xfe\xfe\x81\xbe\xde\x1e\x06\xd4\x71\xec\x7a\xa5\xd2\x68\ \x34\xfa\xfb\xfa\x1d\x8f\x4b\x89\xfb\xf6\xed\x07\x42\xaa\xd5\xea\ \xd4\xcc\x8c\xa6\x69\x88\xa4\x65\xbb\xba\xae\xdf\xf6\x9a\xdb\xc6\ \xc7\xc7\x77\x8c\x8f\x1b\x86\x51\x2e\x97\xfd\xfc\x48\xa5\x52\xb9\ \xe9\xa6\x9b\x92\xc9\xa4\x6f\xc5\x00\xc0\xb6\x5b\x9e\xe7\x01\x40\ \x5f\x5f\xef\x7d\xf7\xdd\xf7\xb5\xaf\x7d\x6d\x7a\x66\xc1\xb2\x2c\ \xc6\xd8\xd8\xd8\xd8\xd4\xf9\xc9\x6a\xb5\xba\x69\x74\xd8\x6e\x36\ \x4b\xc5\x62\x26\x93\x7a\xec\xb1\xc7\xec\x56\x6b\xc7\xf6\xed\xd5\ \x72\x55\x53\x35\x08\xac\xd0\x0b\x3f\x40\x04\x08\x21\x95\x6a\x19\ \x28\xf8\x49\xab\xe1\x91\xe1\x9e\x6c\x56\xd3\xd4\x5a\xa3\x2a\xa5\ \x70\x3d\x5e\xaa\xd6\x73\xf9\x62\xae\x58\x6e\x3a\x6e\xa3\xd9\x6c\ \x3a\x4e\xcb\xe1\x8a\x66\xc4\xe2\xa9\xc1\xe1\x91\xa1\xe1\x61\x85\ \xd1\x5a\xb5\x6a\x45\x22\x3d\x3d\xd9\x44\x3c\x1e\x8f\x47\x4d\xd3\ \x24\x52\x78\x9e\x27\xb8\x60\xc0\x74\x45\x4d\xa7\x52\x3b\x76\xec\ \xa8\x55\x2b\x99\x74\x2a\x95\x4e\xea\x86\x8e\x52\x64\xd2\x29\x14\ \x5c\x78\x5c\x53\x95\x58\xd4\x8a\x59\x91\x42\x2e\x27\xa5\xdc\x39\ \xbe\x6b\xff\x75\xd7\x09\x49\xe2\xb1\x44\x2c\x16\xdb\xba\x75\x2c\ \x93\xc9\x9a\x11\x6b\x6c\x6c\xdb\xb6\x6d\xdb\xad\x68\x34\xdb\xd3\ \xb3\xff\xba\xeb\xf6\xed\xdf\x3f\x3e\xbe\x93\x51\x36\x35\x35\x3d\ \x3d\x33\x1d\x8b\x45\x1b\xf5\xfa\xfc\xec\x6c\xb5\x5c\x30\x74\x3d\ \x66\x45\x34\x85\xba\x8e\xd3\x6c\x36\xb8\xe7\x50\x22\x5b\xcd\xba\ \xae\xb2\x88\xa1\xcd\x2d\xcc\x52\x80\xd1\xcd\x9b\x93\xc9\x54\x3a\ \x95\x1c\x1f\xdf\xbe\xb0\x30\xd7\xa8\xd7\x62\xb1\x28\x11\x72\x61\ \x7e\xce\xf3\x5c\x06\x44\x0a\xb1\xb4\x30\x0f\x80\x3d\x3d\x59\x5d\ \xd7\xfc\xcc\x5d\xb3\xd9\xe8\xed\xed\x99\x99\x99\x02\x40\x4a\x2f\ \xd5\x6e\x01\x20\xca\x62\xa9\x50\x2e\x95\x12\x89\x64\xa1\x50\xdc\ \xbb\x67\xdf\xab\x6f\x7d\x0d\x22\x99\x9b\x9f\xab\xd7\x6b\x00\xa4\ \x52\xaf\x1e\x39\x76\xfc\xfc\xd4\xf4\xdc\xc2\xb2\xc7\x05\x30\xe2\ \x70\x22\x81\x69\xa6\x91\xce\xf6\x5e\xb7\x7f\xbf\xa5\x6b\xc5\xe5\ \xa5\x9e\x54\x72\xef\xae\xf1\xd1\xe1\xc1\x88\xa1\x72\xee\x50\x26\ \x1d\xcf\x6e\x39\x75\xcf\xb1\x35\x85\x71\xce\x6f\xbd\xf5\x16\xdf\ \x3d\xd9\xb7\x6f\xaf\xe0\xbc\x51\xaf\xf7\xf7\xf5\x99\xba\x5e\x2c\ \x2c\x13\x22\x13\xf1\xe8\x40\x5f\x5f\xa9\x58\x98\x9d\x99\x1e\x18\ \xe8\x7f\xeb\xcf\xbe\xcd\x34\x23\xc0\x58\x26\x93\xe9\xed\xed\xd9\ \xb6\x6d\x9b\xe3\xd8\x03\x03\xfd\x37\xdf\x7c\x73\x6f\xaf\x7f\x01\ \xef\xd9\xbf\x6f\xf7\xde\x3d\x7b\x7a\xb2\x3d\xa7\x4f\x9f\x39\x77\ \xe6\x6c\xad\x52\x6d\xd5\x1b\xe7\xce\x9d\x5b\x5a\x58\xa4\x00\xa9\ \x64\x92\x31\x56\xad\x55\xa7\x67\xa6\x3d\x97\x37\x6a\xcd\x4a\xa9\ \xda\x6a\xd6\x93\x09\x6b\x79\x79\xe1\xf9\xe3\x47\xf7\xee\xbd\x7e\ \x64\x64\x4b\x22\x1e\xdf\x3a\xb6\x55\x55\xd5\x63\xc7\x8e\x65\x32\ \x99\xad\x5b\xb7\x1e\x3d\x7a\xd4\xf3\x3c\x5d\xd7\x5d\xd7\x9b\x9d\ \x9d\x6d\x36\x9b\xd9\x6c\x56\xd3\x34\xd7\x75\xd3\xe9\xf4\xc4\xc4\ \xc4\xf8\xf8\x78\xbd\x5e\x7f\xf4\xd1\x47\xab\xd5\x9a\xe3\x38\x17\ \x27\xfb\xbf\x46\x96\x4b\x4a\x99\x4c\xc4\x75\x15\x6a\x95\x52\x31\ \xbf\xe4\xd8\x0d\x20\x22\x11\x8b\xa6\x12\xe6\xe0\x40\x56\x65\xa0\ \xab\x58\x2d\xd7\xce\x9e\x3a\x35\x79\xee\x0c\x17\xdc\xb1\x5b\xa7\ \x4e\x4d\x1c\x3b\x76\xac\x56\xad\x8c\x6f\xdf\xf6\xaa\xfd\xfb\x55\ \x45\x19\xdf\xb9\xc7\x13\x62\x6a\x6a\xea\xd1\x47\x0e\x7a\xb6\x5d\ \xaf\x94\x00\x45\x6e\x69\x71\x7e\x7e\xae\x54\x2a\x0a\x97\xab\xaa\ \x1a\x89\x44\x06\x07\x06\xb9\xe7\xa5\x93\xa9\x54\x2a\xe5\xb6\x9c\ \x72\xa9\x98\x88\xc5\x2b\xa5\xf2\xe4\xf9\xf3\x8d\x46\xc3\x75\xdd\ \x64\x32\x69\x9a\xa6\x61\x18\xba\x6e\xa4\xd3\xa9\xe1\xe1\xa1\x9d\ \x3b\x77\xc4\xe2\x09\x21\xe5\xa6\x4d\x9b\x46\x86\x86\x5c\xbb\x65\ \x19\xfa\xa6\xc1\x01\xcb\x34\x15\x85\x7d\xff\xfb\x0f\xce\xce\xcd\ \x3b\xb6\xa3\xe9\xfa\xeb\xef\xbe\x5b\x0a\x61\xdb\x76\x34\x6a\x65\ \xb3\x69\xd7\xf5\x12\x89\x44\x6f\x6f\x6f\xa5\x52\x5e\x5a\x5a\x6e\ \xb5\x5a\xad\x56\x4b\x51\x94\xfd\xfb\xf7\x67\x32\x99\x6d\xdb\xb6\ \xf9\x6e\x97\xaa\xaa\x99\x4c\xd6\x71\x5c\x45\x51\x10\xf1\xd6\x5b\ \x6f\x6d\xb5\x5a\xcf\x3c\xf3\xcc\xd6\xad\x5b\x09\x21\xb1\x58\xec\ \xf4\xa9\xd3\xcd\x7a\x2d\x93\xce\x48\xe4\x40\xc8\x40\x6f\xff\xc4\ \xc4\xc9\x88\x65\xe5\xf3\xb9\x52\xb1\x50\xcc\xe7\x38\xe7\x00\x97\ \xb2\x58\x94\x82\x61\x6a\xad\x56\x13\x08\xe5\x9e\xc7\xb9\xdb\x6a\ \x36\x4b\xe5\xe2\xd2\xd2\x72\x31\x5f\x88\x44\xcc\xfe\xfe\xfe\x91\ \x91\xd1\x68\x2c\xc1\xb9\x70\x5c\x2f\x97\x2f\x9e\x9f\x9e\x99\x5f\ \x5c\x70\x5c\x4f\x48\xd4\x8d\x88\xa2\xa8\xd9\x6c\x66\x7e\x6e\xa6\ \x90\x5f\x8e\x46\x2d\x82\x68\x1a\x86\x69\x9a\xb5\x6a\xad\x5a\x2e\ \xf9\xe9\x3c\x42\x48\x22\x16\x4b\x25\x93\xf9\x5c\xbe\x56\xad\x24\ \xe2\xb1\x64\x22\xda\x6c\xd5\x8b\xa5\x5c\x22\x91\x68\x36\xea\x9e\ \xdd\xb2\x9b\xcd\x52\xb1\x50\x2a\x95\x86\x86\x47\x86\x86\x86\x75\ \xc3\xf4\x3c\x1e\xb1\x2c\x42\x59\x24\x1a\xcb\x64\x7b\x33\x99\x1e\ \x23\x62\xe9\x86\xa9\x69\x86\xa2\xe8\x8a\xa2\x69\x9a\x61\x59\x91\ \x6d\xdb\x77\x6c\xd9\xb2\xe5\xec\x99\x33\x04\x51\x55\x95\x7a\xbd\ \xca\x28\x99\x9f\x9b\x39\xf6\xfc\xa1\x62\x31\xcf\xa5\x64\x4c\xa5\ \x94\x72\xee\x21\x77\xec\x66\x83\x7b\xde\xd2\xfc\x82\x65\x45\x92\ \xa9\xb4\x65\x59\xba\xae\xc5\xe3\x89\x4c\x3a\xb5\x79\xd3\xc8\xe9\ \x93\x13\x8d\x66\x23\x97\xcb\x15\xf2\x39\xa6\x30\x42\x30\x97\xcb\ \xf9\x33\xc7\x2a\x95\x8a\x69\x9a\x85\x42\x21\x95\x4a\xb9\xae\xbb\ \xb4\xb4\xbc\x67\xcf\x1e\xcb\x8a\x5e\xda\x08\x38\x44\x34\x0c\x9d\ \x7b\x6e\xb3\xd5\x6c\xd4\x9b\x0a\xd3\x84\xc0\x62\xb1\xb4\xb4\xbc\ \x5c\x2a\x17\xd3\xe9\xe4\xa6\xd1\x4d\xdb\xb6\x6f\x4f\x67\xd2\xe5\ \x7a\xad\x54\xad\xe5\x4b\xc5\x23\x47\xcf\x1c\x3f\x79\xba\x54\xa9\ \x4a\x02\x86\xa5\x46\x2c\x73\xfb\xd6\xcd\x1a\xa3\x4f\x3c\xfa\x03\ \xcb\xd4\x3d\xcf\x06\x22\xb3\xd9\x94\x27\xdc\xd9\xd9\xe9\x66\xab\ \x21\xa5\x64\x8c\xaa\x8c\x8d\x8d\x6d\x51\x55\x76\xe4\xf0\x61\xee\ \x79\x7b\xf6\xec\x8e\x46\xad\xc9\x73\xe7\x08\x11\xba\xc2\xca\xc5\ \x9c\xdd\xaa\xbb\x4e\x6b\x61\x61\x9e\x7b\xde\xce\x9d\x3b\xfb\xfb\ \x07\x50\x4a\x21\x44\x34\x1a\x41\x14\x63\x63\x5b\x2c\x2b\x92\x48\ \xc4\x19\x03\x4d\x63\xba\xae\x32\xa6\x46\x2c\x33\xdb\x93\x19\xdf\ \xb1\xe3\xe6\x1b\x6f\x7c\xf4\xd1\x47\xf3\x85\xdc\xe8\xe6\xd1\xe5\ \xa5\x25\x42\x88\xe7\xba\x67\x26\x4e\xcf\xcd\xcc\x20\xca\x5a\xbd\ \x6e\x59\x51\x44\xd6\x6a\x38\x9e\x63\xeb\x1a\x9d\x9b\x9b\xb2\xed\ \x66\xa6\xa7\x37\x95\xee\x4d\x24\x52\xe9\x54\x2a\x9b\xc9\xc4\x62\ \xb1\xd9\xd9\xd9\xa9\xa9\xa9\x23\x47\x8e\x4c\x4c\x4c\x2c\x2c\xcc\ \xa7\x92\xc9\xc9\xc9\xc9\xa5\xa5\xa5\xfe\xfe\xfe\x7a\xbd\xae\xeb\ \xba\xe7\x79\xc5\x62\x71\xef\xde\xbd\x0f\x3d\xf4\xd0\x81\x03\x07\ \xde\xf4\xa6\x37\xa1\x94\xe4\xc5\x50\x5b\xf4\xab\xe8\x86\xa6\xec\ \xde\xb5\xad\xd1\x68\x36\x9b\xad\xe5\xe5\xc5\xde\x6c\xda\xd0\x54\ \xce\x85\x5f\xe0\x6d\x36\x6a\xf5\x66\x8d\x02\xa1\x80\xb3\x33\xd3\ \xf1\x44\xa2\xa7\xa7\x67\xfb\xf6\x31\xdd\x34\xcb\x95\x4a\x3a\x9d\ \x1c\x1e\xdd\x4c\x40\x6d\x35\xeb\x47\x0e\x1d\xba\xe1\x35\xb7\xc7\ \x2c\xcb\xd4\x35\xcb\xd4\x29\x41\xc7\xb6\x63\xb1\x38\x20\xf6\xf5\ \xf5\x8d\x0c\x0f\x13\xa6\xe6\x72\xb9\x58\x2c\x5e\x6f\xd4\x63\x56\ \x74\x74\xd3\x26\x29\xc5\xa9\x53\xa7\xa2\xd1\x68\x5f\x5f\x1f\xa5\ \x30\x34\x34\x38\x37\xb7\x68\xdb\x4d\xd3\x8c\x34\x9b\xad\x46\xa3\ \xc1\x1d\x32\x31\x71\x3a\x19\x67\x28\xa5\xa6\x2a\xdc\x75\x9f\x7b\ \xfa\x69\x33\xd1\x3b\x3d\x35\xfd\x53\x6f\xfd\x99\xb9\x85\xf9\x87\ \x7f\xf0\xf0\xf4\xd4\xd4\xe9\xd3\x7d\xe5\x72\xd9\x30\x0c\x5d\xd7\ \x2b\x95\x5a\xa6\x77\x60\x74\x74\xd4\xe3\xa4\x56\xab\xfb\xe1\x7a\ \x22\x91\xa8\xd5\x6a\x03\x03\x03\xf9\x7c\xbe\x54\x2a\x35\x9b\xcd\ \x7c\x3e\xbf\x69\xd3\x26\xd3\x34\xce\x9e\x3d\x4b\x29\xed\xeb\xeb\ \xeb\xef\xef\xef\xeb\xeb\xfb\xd2\x97\xbe\x74\xc7\x1d\x77\xe4\xf3\ \x79\x21\x44\xb1\x58\x88\x25\xe2\xc9\x64\x3c\xb7\x9c\x2b\x94\x4a\ \xe7\xce\x9d\x2f\x15\x8a\x47\x0e\x1f\x32\x0c\xa3\x27\xdb\x6b\x18\ \xa6\xca\x00\x83\x2a\xf9\x0b\xbe\x33\xca\xe5\x32\x00\x49\x26\xa3\ \x39\xa7\x65\xdb\xf6\xc2\xe2\xbc\x6e\xc6\x3c\x4e\x04\x55\x5b\x1e\ \x4f\xa5\x33\x5b\xb7\x8c\x11\xa6\x50\xa6\x34\x6d\x87\x2a\xaa\x65\ \x45\xa4\xf0\x5c\xd7\x69\xd4\x6a\x94\xc8\x42\x3e\xe7\xd8\x76\xc4\ \x88\xe4\x73\xf9\x2d\x5b\x79\x2a\x99\x72\x39\x6f\xb5\x1a\x43\x43\ \x03\x88\xa8\xeb\xba\x94\x82\x31\x02\x9a\x9a\x49\x25\x1b\xf5\xda\ \xec\xf4\xf4\xe0\xc8\x48\xb9\xd6\x04\xc5\x70\x5c\xcf\xd4\xa3\x76\ \xb3\x41\x81\x64\x92\xa9\xb9\xa9\x73\xa5\x62\xf1\xae\xbb\xef\xe9\ \xef\xef\xa3\x94\xba\x9e\x67\x3b\x6e\x3c\x11\x37\x22\x11\x1f\x16\ \xa3\x19\x3a\x00\x68\x52\x00\xd0\x7a\xb3\xb1\x94\xcf\x29\x4c\x33\ \x0c\xd3\x30\x8d\x91\x91\x4d\xc5\xa5\x25\x4a\x59\xa3\x5e\x9f\x99\ \x9e\x3a\x36\x71\xaa\xd4\x28\x8f\x6e\xda\x5c\x29\x34\xfc\xe9\x93\ \x28\xb8\x65\x9a\x0a\xc8\x46\xab\x2e\x05\xef\xeb\xeb\xcf\x64\xb2\ \x88\x52\x61\x34\x6a\x99\x03\x7d\xfd\xae\xe3\xa8\x9a\x1a\xb5\xac\ \x42\x21\x37\xb6\x75\x73\xdc\x8a\x14\x15\x16\x8d\x47\x25\xf2\x7c\ \x61\xd9\x30\x35\x29\x65\xa1\x98\xdf\xbc\x79\xf4\xe4\xc9\x09\x33\ \xa2\xc7\x12\x51\x21\xf9\xa5\x25\x17\x01\xa0\x52\x2d\xcf\xce\xcd\ \x0e\x0e\x0c\xcc\x4a\xa7\x5c\xae\x1c\x3b\x76\xa2\x65\x2b\xa6\x95\ \x9c\x38\x73\x36\x91\x89\x8f\x6c\xde\xb4\x6d\xdb\xae\xa1\xc1\x11\ \x89\xc2\x71\xec\xe5\xe5\xe5\x64\x2a\xc9\x39\x77\x5d\x5e\x2e\x97\ \x85\xe4\xb9\xf9\x85\xf3\x67\xce\xa4\xd3\x29\x44\x79\xe2\xf8\xf1\ \x03\x37\x1d\x68\xd9\xad\x5a\xad\xae\xa9\x4a\x4f\x36\x9d\x48\xc6\ \xa4\x00\xee\x71\x0a\xa4\x37\x9b\x15\x9e\x77\xea\xd4\x44\xad\x51\ \xcd\xe7\x0a\x1e\xc7\x46\xb3\xa5\x68\x9a\xe7\xd8\x0a\x80\xa1\xe9\ \x8c\x92\xe3\xc7\x9e\x1f\xd9\x34\x72\xf7\xdd\x77\x37\x9a\x8d\x88\ \x65\x2d\x2f\xe7\x7a\x7b\x7b\x07\x06\x07\x22\x91\x48\x32\x95\x00\ \x4a\x54\x45\xd5\x74\xd5\xc7\x6d\x94\xca\x95\x42\xa1\x9c\xcd\xf6\ \x98\x86\xb1\x7f\xdf\xbe\x99\xc9\x53\x0a\x65\x14\xe0\xcc\xa9\xd3\ \xd5\xa6\x77\xf0\xb1\xe7\x46\x36\x6f\x63\xfd\x7d\x92\x48\xca\x18\ \x21\x0a\x23\x2c\x19\x8b\xcd\xcd\x4e\xb6\x5a\x15\xd3\xd4\x77\xed\ \xdc\xcd\x39\xe1\x82\xc7\x63\xf1\x9b\x6e\xbe\xf9\xe1\x87\x1f\x96\ \x52\xa6\x52\xa9\x52\xa9\x54\xa9\x54\x7a\x7a\x7a\x2b\x95\x5a\x3c\ \x1e\x17\x42\x94\xcb\xe5\x72\xb9\x9c\xcd\x66\x9f\x7f\xfe\xf9\x44\ \x22\x91\xcb\xe5\x8e\x1d\x3b\xf6\xce\xfb\xef\xf7\x5c\x17\x55\xbc\ \x78\x3d\xea\x1a\xf9\x5c\x28\x65\x34\x6a\x59\xa6\xce\x88\x00\x29\ \xed\x46\x8d\x12\x19\x8d\x18\x0a\x10\x4d\x61\xa6\xce\x34\x85\x0e\ \x0e\xf6\x6f\x1e\x1d\x1d\x1a\x1c\x12\x1e\x6f\xd6\xea\x7b\x76\xed\ \xb2\x2c\xcb\xaf\xcd\xab\x8c\x65\x7b\xfa\x6e\xba\xe9\xd5\xd9\xde\ \x7e\x21\xe4\xfc\xdc\x9c\x65\x9a\x44\x78\xcb\xf3\x73\xad\x46\x73\ \x64\x78\x44\x53\x55\x44\xec\xc9\x64\xb7\x8d\x8d\x65\xb3\xd9\xa1\ \xc1\xa1\x4c\x3a\x3d\x35\x35\xd5\xa8\xd5\x9b\x8d\xe6\xc1\x47\x1e\ \x39\xf8\xc8\x23\xad\x56\x4b\x4a\x59\xaf\xd7\x4f\x9f\x3e\xdd\x6c\ \xda\x91\x48\xc4\xb6\xdd\x4a\xa5\x7a\xf6\xec\xd9\xb3\x67\xcf\x96\ \x2b\x55\x21\xf1\xd4\xa9\xd3\xc9\x44\x92\x3b\x4e\x44\xd7\x72\xb9\ \xe5\x73\x67\xce\x1c\x39\x72\x78\x7a\x7a\x76\x71\x29\x77\xe2\xc4\ \x89\x63\xc7\x8f\x39\x8e\xc3\x39\x57\x55\xb5\x56\xab\x13\x00\x44\ \x8c\x44\x22\xd3\xd3\xd3\x8d\x7a\x7d\x6c\x6c\x6c\x7c\x7c\x1c\x00\ \x66\x67\x67\x27\x27\x27\xeb\xf5\xfa\xe8\xe8\x68\x26\x93\x71\x1c\ \xc7\x75\x5d\x4a\x69\x2a\x95\xca\xe7\xf3\x8d\x46\xa3\x56\xab\x0d\ \x0e\x0e\x3e\xfb\xec\xb3\x8f\x3d\xf6\x98\xeb\xba\xa5\x52\x69\x6a\ \xea\xfc\xb6\xb1\xad\x5b\x36\x8f\xce\xcc\x4c\x1f\x3c\xf8\x88\xeb\ \xda\xc9\x44\xbc\x5a\x2e\x0f\x0e\x0c\x32\x95\x1d\x3d\x7a\xa4\x56\ \xab\x31\xca\x2e\xed\xce\x58\x58\x98\x57\x14\xa6\x69\x9a\x40\xe1\ \x97\xed\x6a\xb5\xaa\xeb\x3a\x48\xa4\xe3\x38\x76\xab\xb9\xb8\xb4\ \x30\x37\x3d\x55\xab\xd5\x38\x77\x51\x72\x55\xa1\x51\xcb\xf2\x5c\ \x6e\xb7\x1a\x93\xe7\xce\x96\x0a\xc5\x4a\xb9\x5c\x2c\x16\x50\xf2\ \xc9\xc9\xb3\x42\x70\xc9\x45\x2c\x62\xc5\xa2\x11\x5d\xd3\x18\xa5\ \x14\xa0\xd9\x68\x10\x24\x89\x44\x42\x70\xef\xfc\xf9\x49\xd7\x71\ \x14\x46\xb9\x67\xcf\xcf\x4d\xcf\x4c\x9d\x2b\xe7\x0b\xf9\xa5\xa5\ \xdc\xf2\xd2\xfc\xdc\x9c\x3f\x63\x3d\x5f\x28\xba\xae\x97\xcd\xf6\ \x0a\x2e\x55\xd5\x48\xa7\x32\xd9\x6c\x6f\xc4\xb4\xa4\x24\x8c\x2a\ \xba\x6e\x4a\x49\x5c\x97\x27\xe2\x29\xa0\x4a\xa3\xd9\xd0\x0d\x73\ \x64\x64\x24\x95\x4e\xea\x0a\x9b\x9b\x99\x5d\x5a\x58\xf0\x1c\x7b\ \xb0\xaf\x37\x66\x99\x8b\x8b\x4b\x8e\xeb\xaa\xaa\x2a\xb8\xd7\x6a\ \xd4\x4c\x4d\x25\x28\x6c\xa7\x99\xc9\x66\x80\x82\xe3\xba\xf5\x7a\ \xcd\xb5\x9d\x6a\xa5\x32\x75\x7e\x6a\xf3\xa6\x51\xd7\xb5\xf3\xcb\ \xcb\x00\xe8\x7a\x8e\xa9\x1b\x9b\x46\x46\x22\x91\x88\x10\xdc\x71\ \x9c\x7c\x3e\x27\x04\x6f\x34\x1a\xcd\x66\x7d\x6c\x6c\x4c\x0a\x7e\ \xc9\xb3\x5f\x55\x55\x3d\x7d\xfa\xf4\xdc\xec\x6c\xc4\x32\x0d\x43\ \x97\x12\x09\x81\x99\x99\xd9\x66\xb3\xd9\xdf\xdf\x1f\x8b\xc5\xf2\ \xb9\x5c\xb5\x54\x9d\x9f\x99\x3b\x7d\xf2\x14\x77\x3c\xe4\x12\x24\ \xc4\xa3\x71\x90\xd8\x6a\xb6\xe6\xa7\xe7\x8f\x1f\x3f\x6e\xbb\xee\ \x93\xcf\x3c\x63\xc5\xe3\x27\x4f\x9f\xaa\x54\x2b\xba\xae\x51\x46\ \x7b\x7b\x7b\xd2\xd9\xac\x10\xa8\xeb\xba\x6d\xb7\x04\x77\x13\xb1\ \x58\x2a\x95\x3a\x71\xfc\xc4\xf2\xc2\x62\xb9\x54\x6a\x36\xeb\x95\ \x72\x79\x7e\x76\x76\xe2\xc4\xf1\x99\xe9\xc9\x5a\xb9\x38\x7d\x7e\ \x72\x7e\x7e\xce\xbf\x2d\x6c\xdb\x31\x4d\x4b\x51\x14\x24\x18\x8f\ \xc7\x93\xc9\x78\x3c\x1e\x07\x00\x4a\x81\x52\x60\x8a\xd2\x6a\x35\ \x1d\xc7\x1d\x1c\x1a\x58\x5a\x5c\x52\x14\x25\x93\x4a\xed\xde\xb9\ \x0b\x08\x11\x1e\x9f\x9d\x9e\x39\x3f\x79\x5e\x51\x94\xcd\xa3\x9b\ \x4f\x9d\x3e\x55\xae\x96\x09\xa1\x92\xa3\x6b\xbb\x8d\x7a\x2d\x9d\ \x8a\xe5\xf2\xf3\x23\x23\x83\x43\xc3\x9b\x24\x32\xce\x45\x21\x9f\ \x27\x84\x9c\x3c\x79\xb2\xbf\xbf\x1f\x11\x9f\x7c\xf2\x49\xc3\x30\ \x2c\xcb\xd2\x54\x75\x60\x60\x60\xc7\x8e\x1d\xb5\x5a\xcd\xf7\x73\ \x8f\x1c\x39\xd2\xdb\xdb\xfb\xe0\x83\x0f\xee\xd8\xb1\x23\x6a\x45\ \x7d\x14\xd1\x8b\x03\x43\x0f\xc0\x5d\x57\x63\xb4\x5a\xa9\xcd\x4e\ \x4f\x2e\xcc\x4d\xf7\xa4\x53\x86\xc6\x50\x22\x91\x12\x08\xa1\x40\ \x14\x46\x33\x99\x4c\x22\x11\x4b\xa5\x52\x85\x42\xe1\x81\x07\xbe\ \x53\xaf\x55\x3d\xc7\x15\xdc\x8b\x98\x46\x2c\x1a\xdf\xbc\x65\xeb\ \xab\x5f\xfd\x1a\x42\x48\xa9\x52\x3a\x76\xe4\xb0\x67\xdb\xf5\x5a\ \xad\x51\xaf\x05\xd8\x4a\x29\xe3\xf1\xf8\xdc\xec\x5c\xc4\x34\xed\ \x56\xcb\xd4\x8d\xc9\x73\xe7\x1e\x7a\xf0\xc1\xa9\xe9\xe9\xf3\x93\ \x93\xcf\x3c\xfd\xcc\xb1\x63\xc7\x4e\x9c\x38\x31\x3f\x3f\xaf\xaa\ \xda\xe2\xe2\x92\x6d\xdb\x3e\x6a\x2e\x95\x4a\x2a\x8a\xea\x09\xb9\ \x73\xe7\xae\xc1\xc1\xc1\xc1\xfe\xfe\x78\xcc\x52\x08\x19\x19\x1a\ \x6a\x36\x1a\x9b\x47\x37\x0f\x0c\x0e\xf6\xf5\xf6\x9d\x3c\x31\xd1\ \xdf\xdf\xef\x7a\x9e\xae\xeb\x88\xc8\x18\x6d\x35\x9b\x8c\xb1\xc7\ \x1f\x7f\x7c\x7a\x66\x66\xef\xde\xbd\xc3\xc3\xc3\x89\x44\xc2\xcf\ \x41\x46\x22\x91\x68\x34\xda\x68\x34\x1c\xc7\x51\x14\xa5\xd5\x6a\ \x51\x4a\x39\xe7\xba\xae\xfb\x4f\x7f\xdb\xdb\xde\xd6\x6a\xb5\x1e\ \x7b\xec\x31\x4d\xd3\x72\xb9\xdc\xc4\xc4\xa9\x68\x24\x72\xe8\xb9\ \x67\x4f\x4e\x9c\x88\xc7\x62\xc3\x43\x83\xfb\xf6\xed\x2d\xe4\x73\ \xc5\x42\x7e\x71\x7e\xde\xd0\x0d\x7f\xab\x5d\x9a\xee\x1d\xc7\x89\ \x46\xa3\x8a\x8f\x47\x05\xcc\xf6\x64\x74\x43\x77\x5c\x5b\xa2\xe4\ \x9e\x3b\x3b\x3b\x3d\x37\x33\xe5\xba\x76\xad\x52\x42\xc1\xeb\xd5\ \xca\xd4\xd9\x73\xc2\x73\x4d\x5d\xb5\x5b\x8d\x6a\xa5\x88\x28\xb6\ \x6d\x1b\x4b\x26\xe2\xae\xe3\x78\x8e\x73\xf2\xe4\xf1\xf9\x85\xb9\ \x72\xa5\xbc\x30\x3f\x6f\x59\x11\x42\x88\x94\x58\xc8\x15\x17\x17\ \x16\x11\xd1\x34\xcc\x62\xa1\x80\x52\xd4\x6b\x95\x4c\x36\x25\x85\ \x57\x29\x15\xa5\xe7\x4a\x2e\x18\xd0\xe5\xe5\xa5\x68\x24\x9a\xcf\ \x15\x97\x16\x73\xaa\xaa\x31\xc6\x54\x55\xd3\x74\x9d\x29\x2a\x12\ \x50\x55\x4d\xd7\x0d\x4d\xd3\xa5\x24\x9a\xaa\xc5\x13\x49\x89\x52\ \x08\x9e\xed\xe9\x49\x24\x93\xc9\x64\x22\x91\x4c\x34\xea\xb5\xf9\ \xb9\x99\xa5\xa5\x85\x9d\x3b\xb6\xbf\x6a\xff\xbe\x88\xa1\x33\x85\ \xf5\xf5\xf5\xb5\x5a\x0d\xc9\xbd\xf9\xb9\x99\x89\x93\xc7\x4f\x9e\ \x38\xa1\x32\xa6\x32\x36\x37\xbf\x30\x79\x6e\xb2\x52\x2e\x15\xf2\ \x79\xc3\xd0\x3d\xcf\xe3\xc2\xdb\xb7\x77\xaf\xe3\xd8\x93\xe7\xce\ \x56\xca\x95\x56\xb3\xde\xd3\x93\xd1\x75\x0d\x51\x0a\xc1\x0b\x85\ \x42\x3a\x9d\x3a\x79\xf2\x44\x34\x1a\xcd\x66\x33\xd5\x6a\x2d\x97\ \xcb\x5f\xf2\xe4\x6a\xc1\x39\x50\xb2\x6f\xef\xbe\x4a\xb5\x4e\x08\ \x4d\xa7\x33\x3d\x3d\x3d\x73\x73\xf3\xf3\xf3\x73\x53\x53\x93\xcb\ \xcb\x8b\xdf\xfd\xce\x03\x53\x93\xe7\x6b\xe5\x6a\x6e\x29\xa7\x00\ \x3b\x79\xec\x44\x7e\x71\xd9\xd4\x4d\xc2\xe5\xe2\xdc\x42\xa1\x58\ \xa6\x86\xbe\xe7\x55\xd7\xcf\x2c\x2e\x2a\xba\x71\xe4\xe8\xf1\x63\ \x27\x4f\xcd\xcf\x2f\xe6\x72\x45\xc7\x76\x54\x85\xd5\x6b\xf5\x52\ \xa1\x30\x3d\x3d\x55\xc8\xe7\xb3\xd9\x6c\xb5\x52\x29\x97\x8a\x88\ \xd8\xd7\xd3\x2b\x84\x77\xf6\xec\xe9\x5a\xa5\xe8\xb4\x1a\xd5\x4a\ \x79\x62\x62\x42\x70\x5e\x2c\x16\x1f\x7c\xf0\xc1\xe9\xe9\x69\xcd\ \xd0\x22\xb1\x18\xa5\x54\x51\x14\x29\x51\x4a\xa9\xaa\x2a\x21\x84\ \x31\xca\x39\x57\x14\x35\x1e\x8f\x2f\x2e\x2c\x98\x86\x16\xb5\xac\ \x4c\x26\x3b\x3a\xba\xa9\x5a\xa9\x9e\x38\x7e\xfc\x89\x27\x9f\xc8\ \xa4\xd3\x77\xdd\x75\xe7\x8e\x1d\xdb\x97\xf3\xcb\x7d\x03\x7d\x00\ \x6a\xbd\xea\x14\x8b\xa5\xc7\x0e\x1e\x3c\x7e\xfc\xc8\xcc\xcc\x64\ \x3a\x93\x9c\x9c\x9a\x7e\xee\xf0\xf3\xe7\xa7\xa7\x27\x27\x27\x73\ \xb9\x5c\x2e\x97\x5b\x5e\x5e\x7e\xf3\x9b\xdf\xbc\x77\xef\xde\x6f\ \x7f\xfb\xdb\xb3\xb3\xb3\xcf\x1d\x7a\x6e\x6c\x6c\x2c\x95\x4a\x69\ \xaa\xb6\xb0\xb0\x50\x2c\x16\x4d\xd3\x74\x5d\x77\x6a\x6a\xea\x9e\ \x7b\xee\x61\x8c\x1e\x3e\x72\x58\x08\x71\xf1\x99\x96\xd7\xca\xe7\ \x42\x34\x4c\xbd\x52\x2a\xfc\xff\xcc\xbd\x57\x93\x65\xd9\x79\xa6\ \xb7\xf6\x5a\x6b\x7b\x77\xbc\x49\x9f\x59\x99\x59\xbe\xba\xab\x1b\ \xed\x01\xd0\x81\x22\x87\x9c\xa1\x62\x42\xb4\xb8\x98\xd1\x8d\xa4\ \xff\xc3\x1b\x5d\xcc\x04\x27\x14\xc3\x11\x83\x21\x43\x0e\xa8\xa1\ \x01\x49\x70\x08\x34\xba\xab\xaa\xbb\xba\xcb\x66\x56\xa5\xcf\x3c\ \xde\x6d\xef\xf7\x32\xba\x38\x10\x2f\xc1\x60\x29\x02\x9c\x9f\x90\ \x2b\xf7\x59\xe6\xfb\x9e\xf7\xf9\xce\x4f\x8f\x47\xc3\xc1\xc6\xda\ \x5a\xb3\x51\x97\x30\xc2\x02\xe0\xb4\xcc\xd3\x84\x94\x45\x59\x14\ \x45\x91\x4b\x92\xf8\xce\xfd\xb7\xea\xf5\x2a\x25\xe5\xc1\xcb\x17\ \x4f\x9e\x7c\x15\x86\x41\x14\x85\x94\xd2\xac\xa4\x76\xa5\x06\x80\ \x30\x9f\x4c\xc7\xc3\xa1\x84\x51\x12\x45\x9a\xa2\x24\x51\x4c\x4b\ \xca\x29\x53\x15\x45\x51\x94\xc5\x7c\x4e\x08\xf9\xfe\xf7\xbf\x8f\ \x21\x5a\x5f\x5f\x2f\xb3\xac\x56\xab\x35\x9a\x8d\xdd\xbd\x3d\xcf\ \xf7\x1f\x3d\x7a\xf4\xf0\xe1\x43\xcf\xf3\x74\x5d\xef\x76\xdb\x96\ \x65\xed\xed\x6e\xbd\xf3\xce\xdb\xed\x56\xc3\x59\x38\xd3\xe9\xf4\ \xf2\xf2\xbc\x28\x72\x28\x00\x43\x55\x75\x45\xdd\xdd\xd9\x1b\x0d\ \xc7\xfd\xd1\xe8\xe5\xc1\xcb\x9b\x37\x6e\x76\xda\x1d\xce\x79\x9a\ \xe5\x8a\xa2\x20\x84\x8a\xbc\xf8\xf2\xf1\x97\xab\xab\xab\xbb\xbb\ \xbb\xd7\xae\x5d\x1b\x8d\x86\x9c\xf3\x4e\xa7\x93\xe7\x39\xa5\x34\ \x4d\xd3\xf3\xf3\xf3\xc1\x60\xe0\x79\x5e\xaf\xd7\x5b\x16\x1d\xcb\ \xb2\xcc\xb2\xec\xce\x9d\x3b\xbb\xbb\xbb\x67\xa7\xc7\x61\x18\x3e\ \x7a\xf4\xe8\xf5\xeb\x57\xa6\x69\x8e\x46\xa3\x24\x0a\xf3\x2c\x79\ \xf1\xe2\xe5\xe9\xc9\x89\xe7\xba\x9c\x31\x53\x37\xee\xdd\xbb\x67\ \x9a\x26\xa3\xff\x74\x1e\x72\x49\x9d\x71\x06\x00\xcf\xd2\x64\x09\ \x6a\x57\xab\x95\x4a\xc5\x36\x4d\xb3\x56\xad\xea\x86\x81\x80\x00\ \x28\xc9\xd3\xc4\x5d\x4c\x01\x25\x80\x52\x5d\x55\x02\x77\xd1\xef\ \x9d\x5f\x5d\x9c\x9b\x9a\xb6\xbf\xbb\xbb\xda\xed\x0a\x9c\x33\xc6\ \xeb\xb5\xfa\x62\x3a\xf7\x5c\x57\x55\x64\x53\x37\xca\xa2\x30\x4c\ \xc3\x36\x6d\x8c\xf0\x6c\x36\x2d\xb2\xdc\xb2\xad\x22\xcf\x7d\xdf\ \x63\x9c\x3d\x7b\xf6\x34\x0c\x83\x7a\xad\xaa\xa9\x6a\xa7\xdd\x32\ \x34\x35\xf0\xbc\xad\xad\xad\xef\x7c\xe7\x3b\xf7\xdf\x7e\x9b\x50\ \x0e\x04\x28\xc9\x32\x07\x00\x61\x84\x30\x92\x14\x19\x8b\x98\x72\ \x26\x2b\xb2\x28\x4b\x8c\x33\xdd\x30\x5a\x9d\x8e\xa6\x99\xcb\x1d\ \x1f\x41\x84\x31\xde\xbd\xb6\x73\x6d\x7b\xbb\x28\x52\x0e\x68\x14\ \x06\x1b\xeb\x1b\x18\x63\x81\x73\x11\xc1\xd5\x95\x6e\xbd\x56\x9d\ \x8c\x46\x18\x22\xc7\x59\x84\x61\xa0\x28\x32\x60\x4c\x10\x40\xab\ \xd5\x5a\x2c\xa6\x17\x17\xe7\xbe\xeb\x01\xce\x9f\x3c\xfe\xaa\x2c\ \x73\xcb\xb2\x18\x63\x84\x50\x4a\x59\x51\x14\x59\x9e\x87\x61\xb8\ \x58\x2c\xb6\xb6\xb6\xa6\xd3\x69\x14\x85\x6f\xce\x00\x41\xe8\x07\ \x1e\xc6\x68\xbe\x58\xe8\x9a\x46\x09\x33\x74\xf3\xd6\xad\x3b\x5b\ \x9b\xdb\x2b\x2b\xab\xdb\xdb\x5b\xb2\x2c\x86\xbe\x1f\x85\xf1\x78\ \x34\xf6\x5d\x97\x51\x26\x89\x72\x96\x64\xc3\xfe\xe0\xe5\x8b\x17\ \xbe\xe7\xae\x6f\x6d\xde\xff\xf0\x83\xad\xdd\xdd\xb9\xeb\xd6\x1a\ \xcd\xde\x70\xf4\xfc\xf9\x01\x12\x45\x52\x52\xc8\x90\x2c\xca\xed\ \x86\x5d\xb1\xad\x20\x08\x46\xc3\x61\xa3\x5a\x85\x02\x3f\x3d\x3d\ \x21\x65\xf9\xe2\xc5\x8b\xa3\x57\xaf\x15\x59\x69\x35\x9b\xba\xa6\ \xde\xbc\x71\x5d\x92\xc4\x20\x08\x7e\xef\x77\x7f\xf7\xb7\x7f\xfb\ \xb7\xb6\xb6\x36\x93\x24\xd5\x54\xbd\x28\x72\x08\x39\x42\x02\x42\ \x02\x84\x40\x10\x00\x21\x44\x14\xa1\x2c\xe3\xa2\xc8\xea\xf5\x5a\ \xa7\xd3\xd2\x34\x5d\xc4\x18\x42\x88\x04\xa1\x56\xab\xbd\xff\xfe\ \xfb\x18\x21\x53\x37\x5c\xd7\x6d\x77\xda\xcb\x83\x5c\x10\x84\x8a\ \x55\xdd\xdc\x58\x3f\x3c\x7c\x1e\x45\xbe\xeb\xb9\x81\x1f\xfb\x6e\ \x94\x26\xe9\xb2\xc8\xdb\x6a\xb5\x1e\x3e\x7c\xf8\x57\x7f\xf5\x57\ \x9d\x4e\xe7\x8b\x2f\xbe\x18\x0c\x06\xaa\xaa\x22\x84\x04\x41\xf0\ \x03\x5f\x92\xa4\x27\x4f\x9e\xec\xef\xef\xff\xbb\x7f\xf7\xef\x36\ \x36\x36\x3c\xcf\x3b\x3e\x3e\x1e\x0c\x06\xff\x68\x6d\xe4\x67\xc6\ \xd0\xc3\x22\xcf\x03\x3f\xf6\x5d\xf7\x83\xf7\xde\xaf\xd5\x6c\x08\ \xa1\x00\x38\x10\x40\x91\x67\x51\x14\xe9\x86\x26\x89\xaa\x22\x89\ \x18\x23\xc7\x59\x34\x1a\xf5\x1b\x37\x6e\xa4\x69\x7a\x71\x75\x75\ \xf8\xf2\xe5\xea\xca\x8a\x58\x17\xab\x15\xbb\xd9\x68\x35\xea\xcd\ \xc1\xe8\x6a\x31\x9f\x71\x46\xd7\xd7\x56\x36\x56\x57\xff\xb7\xcf\ \x7e\x44\x09\x59\x3e\xdc\x5a\xcd\xa6\xae\xe9\xff\xe7\x9f\xfc\x67\ \x2f\x88\x7e\xf3\x37\x7f\xeb\xaf\xff\xea\x2f\xaf\x7f\xf8\xe1\xe1\ \xc1\xcb\x76\xa7\xb5\xb1\xbe\xbe\xd2\xed\x64\x59\x0e\x38\xb7\x6d\ \x1b\x00\x5e\x96\x65\x14\x45\x84\x94\x49\x9c\xc4\x49\x78\x7a\x71\ \xfe\xea\xd5\x91\xaa\x68\xce\x38\x57\x4d\xd5\x30\x74\x5d\xd7\x54\ \x45\xb6\x2d\xdb\x09\x7c\x5d\xd3\xd7\xd6\xd6\x0c\xd3\x08\xfc\x00\ \x23\x48\x09\xc1\x18\x59\xb6\xf5\xad\x6f\x7d\xfb\xdd\x6f\x7c\x23\ \x4e\x92\x7e\xff\xea\x93\x4f\x3e\x99\xcf\xe7\xba\x6e\xc6\x71\x3c\ \x1c\x0e\x65\x59\x26\x84\x40\x08\x47\xa3\x11\xe7\x4c\xd7\xf5\x24\ \x49\x1e\x7f\xf9\x25\x07\xe0\xc6\x8d\x1b\x1f\x7d\xf8\xd1\x17\x8f\ \x1e\x95\x45\x79\x74\x74\x84\x11\xf6\x1d\xef\xb3\xfe\x8f\x67\xd3\ \x99\x28\xcb\x61\x98\xe4\x59\xb6\xb5\xb3\x33\x1e\x0f\x3f\xf9\xf8\ \x13\x5a\x14\x9c\x15\x48\x10\xf8\x3f\x7d\xdd\x19\xe3\x82\x00\x30\ \xc6\x49\x9a\x12\x52\xaa\x9a\x62\xe8\x86\x28\xb1\x9c\x70\x4d\x55\ \x3a\xd5\xc6\xf6\xe6\x46\xe4\x7b\x18\x8b\x51\x9a\xc5\x71\x60\x59\ \x36\x65\x65\x9e\x95\x79\x9a\x36\x6b\xd5\x8a\x6d\x99\xa6\x29\xc9\ \x12\x80\xc0\x34\x34\x51\x84\xd7\xae\x5d\xe3\x02\x5c\x26\x36\xc6\ \xa3\x91\x55\xa9\x2a\x92\x22\x49\xa2\xae\x1b\x86\x82\x77\x76\x76\ \x8e\x5f\xbf\xca\xb2\xac\xb5\xb2\xf2\xf2\xf5\xeb\xdd\xbd\x1b\xd5\ \x4a\x85\x64\x45\xb5\x66\x8f\xc6\xc3\x38\x8e\x77\x77\xaf\x89\x22\ \x1e\x0e\x87\x95\x7a\xa7\xbb\xb6\xa5\xeb\xa6\xaa\x2a\x08\xa1\x38\ \x8e\x31\xc6\xcb\x3e\xec\xf2\xf0\xe7\x8c\xa9\xaa\x92\xe7\x04\x42\ \x10\x85\x61\x1c\xc7\x82\x20\x50\xc6\xca\xa2\xa8\x56\x2b\x97\xfd\ \x7e\x91\x65\xce\xc2\xe9\x36\xb6\xa3\xa4\xb7\xcc\x2d\xa9\xb2\x64\ \xea\x2a\x2d\x73\xd9\x90\x6c\xdb\x8e\x93\xf4\xe6\xcd\x3b\xa2\x08\ \x16\xf3\x45\xbb\xd5\x3c\x7a\xfd\x0a\x41\xb8\xb1\xb1\x36\x9d\x8c\ \x1f\x7c\xfe\xe3\x6a\xad\xca\x01\x1f\x8d\x46\xf5\x56\x5b\x92\xa4\ \x28\x8a\x36\xd6\xd6\x4f\x4f\x4f\xee\xdc\xbe\xa3\xeb\x7a\x18\x86\ \xb5\x7a\xbd\xd1\x68\xbc\x59\x85\x1e\x00\x21\xcf\xb3\x6a\xd5\x5e\ \x2c\x66\xae\xeb\xaa\x9a\xda\x6e\x75\x6a\xb5\x1a\x05\x08\x8a\xb0\ \xd1\xa9\xde\xb9\x7b\xfb\xec\xb0\xdf\x6e\xb7\x07\x83\x01\xa7\x00\ \x30\x26\x22\xcc\x18\x5b\x4c\xe6\x59\x9a\x6e\x6c\x6c\x1a\xb6\xc9\ \x80\xc0\x11\x2a\x01\x50\x4d\xf3\x6e\xb7\xeb\x39\x4e\x12\x25\xbb\ \x3b\xdb\xbe\x17\x7a\xbe\x6f\x5b\x1a\x63\x1c\x61\x64\x58\xd6\xbd\ \x7b\xf7\x1e\x3d\x7c\xe0\x2c\x16\x1f\x7d\xf4\xc9\xe9\xd9\x05\x07\ \x7c\xf7\xda\xb5\x92\xa4\xaa\x24\x16\x45\xf1\xe0\xc7\x3f\x5e\x5b\ \x59\x59\x5f\x5f\x9f\x4e\xa6\xe3\xb9\xb3\xbb\x77\xa3\x52\xb1\x25\ \x0c\x30\xc6\x8c\xb1\xa2\x28\x7e\xb2\xec\x18\x0a\x40\xc8\xb2\x5c\ \xc4\x58\x96\xe4\x24\xca\x18\x29\xf2\xbc\xe0\x0c\x2c\x53\x3f\x96\ \x69\x46\x29\x19\x8d\x46\x69\xc1\x54\x55\xa9\xd8\x26\x42\x48\xd7\ \x74\xce\xf9\xb5\x6b\x3b\x07\xc7\x0f\x15\x45\xd1\x35\x7d\x30\x18\ \x7e\xfc\xf1\xaf\xed\xec\xb5\xe7\x8b\xc9\xfe\xfe\xf5\xe1\x70\xf8\ \xd9\x67\x9f\x7d\xf7\xbb\xdf\x7d\xf0\xe0\x41\xbf\xdf\x77\x5c\xe7\ \xf7\x7e\xf7\xf7\x8e\x4f\x8e\x6f\x5e\x5c\xf8\x9e\xdf\xe9\x76\x2a\ \x95\xaa\xe7\xf9\xb5\x5a\xed\xd7\x7e\xed\xd7\x82\x20\xa8\x54\x2a\ \xeb\xeb\xeb\x4b\xfa\xff\x9f\x7f\xe7\xc2\x18\x4d\x67\xb3\x27\x4f\ \x0e\xde\x79\xe7\x7e\xbd\x51\xe5\x80\x63\x49\x5c\x86\xe0\x34\x4d\ \xa7\x94\x47\x61\x62\x18\x28\xcf\xe2\x24\x0a\xd7\x56\x3a\x4f\x9e\ \x3e\x6d\x37\xea\x83\xc1\xc0\x36\xd4\xdb\xd7\xf7\x30\x42\x65\x16\ \x3f\x7e\xf4\x99\xe7\xcd\x55\xdd\xd0\x75\xeb\x6f\xff\xe6\x6f\x77\ \x77\x6f\xac\xb4\x5b\x24\xf6\xbf\xfa\xf2\x01\x03\x5c\x33\xcd\x66\ \xa7\x23\x08\xc2\x57\x5f\x3d\x9e\x8e\x06\xbf\xfe\x2f\xff\xa5\x40\ \xb3\xb5\x6e\x33\xf0\x9d\x7b\x77\x6e\x5b\xb6\xad\xea\x86\x6d\xdb\ \x49\x9a\xfa\xbe\xaf\x48\x0a\x02\xd0\x59\xb8\xb3\xd9\x2c\x8e\xe3\ \xd9\x6c\x26\x69\x76\xb3\xd3\xbe\x07\xdf\x2f\xe3\x6b\xed\x66\xf7\ \xe1\xe7\x3f\x02\xa2\x8c\x24\xe6\x87\x8b\x9b\xba\x2e\x01\x45\x60\ \x48\x53\xf4\x2c\xce\xa2\x30\x41\x48\xf5\x40\xab\x00\x00\x20\x00\ \x49\x44\x41\x54\x08\x11\xc2\xb0\x28\xd6\xea\xd5\x9b\xb7\xf7\x21\ \x62\x57\x97\x97\xfb\xfb\xfb\xb2\x2c\x4f\xa7\xb3\xc0\x3f\x31\x4d\ \x73\x14\x86\x94\x10\x53\xd7\xe7\xb3\x99\x2c\xcb\x71\x14\xf8\xae\ \xb3\x58\xcc\xc3\x30\xfc\xe8\xa3\x8f\xeb\x55\xfb\x97\xbf\xf3\x0b\ \x3f\xf8\xc1\xf7\x9f\x7c\xfd\xe4\xf9\xd3\x27\x8d\x46\x93\x71\x7a\ \x72\x72\x0c\x04\x41\x2e\x0a\xdb\x34\x11\x04\xee\x7c\x1a\x89\x62\ \x9e\x46\xd3\xc9\x68\xa5\x5d\x35\x4d\x8d\x33\xfe\x4f\xbd\xea\x02\ \x00\x14\x49\x42\x02\x40\x00\x00\xc6\x11\xc4\x18\x63\xca\x08\xc2\ \x08\x94\xb9\x2c\x10\x51\x52\xcc\x6e\xc7\xf3\x03\x1b\x61\x52\x64\ \x79\x2a\xea\x86\x51\xad\xd4\x50\xab\xcd\x68\x49\x08\xc9\x48\xa9\ \x10\xd2\x59\x59\xb9\xb8\xb8\x98\xcd\xa7\x3b\xd7\xf6\x38\x13\xe6\ \x93\xc9\x6c\x3a\x2d\x8a\x3c\x89\xa3\xf5\xcd\xed\x7a\xa7\x5b\x6d\ \x36\xcb\x3c\xdc\x1a\x8f\x9e\x3c\xf9\xca\x9d\x4f\x4c\x55\xae\xc8\ \x4a\xa7\xd6\x90\x44\x4d\xad\xd6\x20\x24\xc3\x49\x4f\x37\xb4\xeb\ \xd7\x6f\x32\x86\x69\x29\x22\xa4\x32\x0a\xb2\x3c\x97\x74\xc5\x75\ \x16\x00\x00\x11\x6b\x50\xe0\x08\x72\xce\x88\x84\x00\x32\x95\xd0\ \x0f\xe2\x30\x2e\xf2\x2c\x4b\xf3\xd9\xcc\x03\x02\x12\x10\x4a\xcb\ \xb4\x24\x59\xb3\x59\xa7\x84\x97\x84\x2b\x9a\xa8\x1b\x26\x67\x92\ \x20\xd0\xf9\x74\x70\x7e\x7a\x00\x01\x78\xe7\xfe\x87\x95\x66\xb3\ \x37\x9a\x7f\xf9\xf5\x17\x6b\xab\x1d\xce\x41\xbb\xd5\x5e\x5b\xdf\ \x9c\xce\xe6\x9f\x7c\xfc\xed\x7f\xf1\xeb\xdd\x28\x8e\xb2\x34\x36\ \x6c\xdb\xaa\x54\xab\x95\x46\x14\x78\x91\x1f\x08\x80\x27\x61\x78\ \x63\x6f\x5f\xc6\x22\xb6\xab\xa2\x94\x63\x51\xe2\x6f\x14\x19\x15\ \x04\xc0\x19\xe5\x8c\x41\x41\x14\x00\x56\x15\x6d\x65\xad\x23\x89\ \xac\x6a\xcb\x49\x9e\x35\x6c\x13\x71\xfe\xfe\xfb\x6f\x5f\x5c\xf6\ \x2d\x5b\x45\x88\xb9\xfe\xc2\x30\x4d\x49\x35\x37\x2b\x9b\x9b\x3b\ \x9b\x45\x51\xa4\x59\x9a\x47\x71\xbb\xdd\x5e\x6b\x77\xa6\xc3\xa1\ \xb8\xb2\x7a\x6d\x67\x27\x89\xa3\x07\x9f\x7f\x61\x18\x3a\xe7\x5c\ \xdc\xde\xc2\x48\xd9\xd9\x7f\x2b\x4e\xc2\x82\x03\xb3\x56\x3d\x3e\ \x7a\x15\x07\x9f\x14\x71\x60\x54\x9b\x86\x61\x61\xb1\x66\x57\x4c\ \x67\x3e\x9a\x2e\xc6\x1f\x7f\xf4\xed\x56\xab\xfb\xfc\xc5\xab\x7a\ \xbb\x43\x29\x4d\xb3\x08\x6a\x5a\x94\xa4\x69\x92\x6a\xaa\x8a\x10\ \x52\x64\x09\x30\xa1\x28\x89\x22\x8a\x0c\x61\x67\xe1\x23\x24\x3a\ \xae\x37\x19\x4f\x2f\xfa\x03\xab\x5a\xcf\xcb\xd2\x0b\x82\x7a\x73\ \x45\xd5\xe5\x6c\xe6\x43\x0e\xea\xf5\x36\xa3\x42\x5e\xc4\x04\xc4\ \xaf\x8e\x9f\xf5\xae\x46\x9d\xe6\x8d\x5f\xf9\xce\x6f\x0d\x06\xfe\ \x83\x87\x3f\x28\xd8\x3d\x41\xe0\xb5\x5a\xfd\xfd\xf7\xdf\xfb\xde\ \x9f\xfd\x67\x01\x82\xdf\xf9\x9d\xdf\x52\x55\xe5\xf7\x7f\xff\xf7\ \xf3\x3c\xb3\x2d\xab\xd3\x6d\xeb\xba\x76\x72\x72\x82\x45\xf8\xf2\ \xe0\xf9\x37\xbe\xf1\x6e\x96\x25\x9d\x6e\x3b\xcf\x72\x20\x80\x7f\ \xb4\x36\xf2\x33\x7a\x2d\x42\x08\x7d\x3f\x90\x65\xb5\xd1\x68\x51\ \xca\x38\x10\x18\x63\x00\x08\x94\x31\xca\xb8\xaa\x69\x92\xac\x38\ \x8e\x93\xa6\xb1\x6d\xe9\x80\xd3\x34\x0e\x03\xdf\x29\x8b\xf4\xc6\ \xde\xee\xee\xf6\xd6\xf5\xbd\xdd\xcd\xf5\x2e\x86\x34\x8e\x43\xca\ \x39\x16\xe5\xd1\x70\xc4\x8a\x9c\x17\xe9\xc9\xd1\xc1\xeb\x83\x97\ \x48\x44\x51\x92\xec\xec\x5c\x3b\x38\x38\x38\x78\xf9\xfc\x77\x7f\ \xe7\x37\x93\xc8\xb7\x0c\x25\x0c\x5c\x4a\x8a\xf7\xde\x7f\xd7\xb2\ \xcc\x66\xb3\x69\x19\x96\xa6\xa8\x86\xa6\x0f\x7a\xfd\x57\x87\x47\ \xbd\xab\xde\xeb\x57\xaf\xcf\xcf\xce\x3b\xed\xce\xad\x5b\x7b\x5b\ \xdb\xeb\xb7\xef\xdc\x6b\xb6\xd7\x4d\xab\xa1\x68\x7a\x56\x26\x08\ \x53\xcf\x9d\x2c\x26\x93\x83\x67\x2f\x44\x28\xb6\x1a\x9d\xde\x55\ \x3f\x0a\x23\xce\x81\xac\x28\xf5\x7a\x7d\x73\x6b\x13\x21\x98\xe4\ \x49\x49\x8a\xa2\x2c\xae\xae\xae\xe2\x38\x8a\xa2\xf0\xfc\xec\xac\ \x52\xa9\x24\x51\x54\xe4\x79\x10\x04\x88\xf3\xfe\xd5\x55\x14\xfa\ \x2f\x9e\x3f\xdb\x58\x5f\xd3\x35\xe5\xd1\xc3\xcf\x9d\xc5\xbc\x5e\ \xad\x60\x04\x67\xf3\x89\x6d\x99\x8a\xa2\x34\x1a\x0d\xdb\xb2\x14\ \x59\x36\x0d\x43\x95\xa5\x2c\x89\x91\x00\x5e\x3c\x7b\xca\xca\x9c\ \x52\xf2\xd3\xf1\x96\x9f\x42\x45\x18\xba\x92\x26\x71\x1c\x45\x8a\ \xa2\x2e\x6f\xe3\xae\xbb\x70\xe7\xb3\xc5\x7c\xea\xcc\xc6\xa3\x41\ \x4f\x55\xd5\x46\xb3\xee\xfb\xee\xe9\xf1\x49\x1c\x05\x18\xa1\x28\ \x0a\x05\x88\x0c\xab\xaa\x5b\x36\x80\xb0\x37\xe8\x17\x65\x49\x28\ \x0d\x82\xc0\x59\xcc\xc3\xc0\x23\x45\xea\x4c\xc7\xe3\x7e\x6f\x3e\ \x9d\x38\x8b\x05\x96\x64\xd9\xb2\xd5\x4a\x7d\xef\xf6\x9d\x4a\xad\ \x72\x79\x71\xb2\x98\x8e\x1b\x15\x5b\x20\xcc\x75\xdc\x7e\x7f\x30\ \x1e\x0f\x47\xa3\xab\x5a\xc3\xae\xd5\xeb\x69\x5a\xbc\xf5\xf6\xbb\ \x77\x6e\xbe\xa5\x6b\xe6\x4a\xb7\xc3\x39\x4d\x92\x58\xc4\xd0\xd0\ \x54\x11\x82\xb2\xc8\x68\x99\x2b\x12\x66\x45\x06\x68\x01\x01\x65\ \xb4\x00\x9c\x21\x88\x9b\xcd\x8e\x80\x90\xa2\x29\xd5\x46\x35\x2b\ \xd3\x8b\x8b\x2b\xdb\xb4\x04\xc4\xc3\x20\x82\x40\x16\x00\x1a\xf4\ \x2f\x3e\xfd\xf4\xbf\x02\x00\x54\xd9\x88\xa3\x62\x6b\x6b\xbd\xd9\ \xae\x79\x9e\x17\x04\x41\x9a\x65\x1f\x7c\xf0\xd1\x7c\xe1\x46\x51\ \xdc\x6c\xb5\xdf\xba\xff\xf6\x70\x3c\xf4\x3c\xaf\xd3\x5e\x91\x90\ \x18\xfa\x21\x04\xc2\xe0\xea\x6a\xa5\xdd\xae\x5a\xa6\x26\xab\x8a\ \xac\x1a\x9a\xa9\x48\xea\x9b\x61\x74\x94\xd2\x56\xb3\xd5\x6c\x34\ \x26\xa3\x29\xa5\xc0\x71\xbc\x47\x5f\x3c\x7c\xfe\xe2\xeb\xf1\xf0\ \x62\x32\xba\xea\x5f\x5d\x5c\x9d\x9f\x45\x91\x7b\xf3\xd6\x2e\xc2\ \xec\xf3\x87\x9f\x1e\xbe\x7a\x49\x59\x59\x94\x39\xc4\x50\x33\x0c\ \xcd\xd0\x2b\x76\xc5\x5f\x2c\x4e\x5f\x1f\x99\xaa\xea\xb9\x4e\x1c\ \x85\x93\xf1\x78\x38\x1c\x30\x4a\x9e\x3e\x7d\xf6\xfa\xf5\x91\xe3\ \x78\x25\x13\x64\xa3\xa2\x56\x1a\x77\xdf\x79\x77\x67\x6f\x77\xb1\ \x98\x7c\xf5\xc5\x43\x45\xc2\xdd\x56\x3b\x0c\xe3\xb9\x13\x8c\x27\ \x93\x67\x2f\x9e\x22\x8c\x6e\xdd\xbe\x99\xa4\x59\xad\xd6\xfc\xc6\ \xbb\x1f\xd4\xea\x75\xd3\xd4\xed\x8a\x9d\xa6\x19\x42\x78\x49\xed\ \x94\x25\x25\x84\xcb\x18\x8b\x10\x17\x59\xc1\x18\x9b\x2d\x1c\x4a\ \x85\xa2\xa0\xdd\xee\x9a\xac\x1a\x59\x5e\x56\x6b\x75\xc3\xd4\xcf\ \xcf\x4f\xd2\x2c\x34\x0d\xd3\xf3\xa2\x24\x49\x28\xe3\x69\xe6\xfe\ \xfb\xff\xf0\xbf\x7a\x5e\xdc\x69\xef\x03\xa6\xd7\x6b\xb5\x7b\x6f\ \xed\x9f\x1c\x1f\xf5\xae\xae\x18\x25\xfb\x7b\x7b\x3b\x5b\x5b\x07\ \x2f\x5e\xd6\xaa\xd5\x6f\x7f\xeb\x9b\xed\x56\xf3\xd1\xc3\x87\xad\ \x76\xbb\xd3\x69\x13\x5a\xbe\x3e\x7a\x95\x24\xf1\xf1\xf1\xd1\xed\ \x3b\xb7\xba\x2b\x1d\xcb\x32\x64\x45\x6a\xb7\x1b\xc2\x3f\xd6\xd2\ \xfd\x19\xdd\xb9\x28\x65\x15\xdb\x06\x40\x8e\xe3\xc4\x0f\x70\xb5\ \x5a\xe1\x1c\x70\xce\x64\x09\x2f\x1c\x2f\x8a\x22\x49\x92\x0c\xc3\ \xc0\x08\x2d\x1c\xa7\xd3\xe9\x08\x82\xf0\xec\xd9\xb3\x5f\xfe\xe5\ \x5f\xee\x76\x3b\x08\x61\x0e\x00\xa5\x54\x55\xd4\x8f\x3f\xfa\xe8\ \xb3\xcf\x3e\x1b\x0e\xfa\x92\x28\xfa\xbe\x3f\x9f\xcd\x1e\x3e\x7a\ \x28\xc9\xb2\x1f\x06\x56\x45\xb9\x7d\xfb\xf6\xc1\xc1\x41\xbd\x5e\ \xdb\xdf\xdf\xf7\x3c\x8f\x73\x50\xab\xd5\xb6\xb7\xb7\x55\x55\x5d\ \x5f\x5f\x8b\x93\x3c\x49\x93\x25\xb5\x30\x99\x4c\x66\xb3\x59\xb7\ \xdb\xd1\x75\xdd\xd0\xf5\x3c\xcf\x49\x91\xaf\xae\x76\x49\x9a\x07\ \xd3\xa1\x2c\x49\x71\x10\xd6\x5b\x56\xd5\x32\x3c\x67\xae\x2a\xe2\ \x7c\x36\x52\x54\x59\x51\x24\xcf\xf3\x7e\x22\x00\x80\xb0\x28\x8b\ \x66\xb3\x79\x6d\xe7\xda\xc1\xeb\xd3\x5a\xad\x5e\xaf\xd7\x35\x59\ \xe9\xf5\x7a\x17\x17\x17\x8a\xac\xd8\xb6\xbd\xbe\xb1\xe1\x3a\x4e\ \xbf\xdf\xcf\xf2\x5c\x10\x84\x30\x0c\x18\x63\x69\x9a\xf6\x7a\xbd\ \x24\x49\x14\x45\x59\x5d\x5d\x43\x08\x21\x88\x36\x37\x37\x0c\xdd\ \xbc\x7e\xfd\xfa\x6c\x36\xc3\x18\x2f\x16\x0b\x45\x51\x2a\x95\x0a\ \x00\xa0\xd7\xeb\x01\xc0\x57\x56\x9a\x6f\x70\xf6\x2f\x73\xff\x49\ \x1c\x31\x4a\x01\x58\x16\x32\xc4\x34\x4d\x29\xe3\x59\x56\x88\x92\ \x4c\x29\xd5\x0d\xfb\xd5\xe1\xa1\x6e\x9a\xab\xab\xab\xb2\xa2\x04\ \xbe\xaf\xca\x2a\x40\x70\x36\x9b\xa9\xaa\xb6\xb6\xbe\x4a\xca\x32\ \x08\x82\x65\x87\xb4\xd1\x68\xc8\xb2\x9c\x24\x29\x42\xa8\x5a\xad\ \x8c\x46\xa3\xb9\x73\xa0\x6a\x66\xbd\xdd\x16\x11\xa4\x94\x88\x92\ \xd4\x6c\x36\x47\x17\x27\xe3\xf1\xb8\x5a\xef\xcc\xe6\xb3\x30\x2e\ \x17\xce\x5c\x55\xc1\x7c\x3e\xef\x74\xba\x41\xe0\x43\x01\x34\xeb\ \x75\xcd\xd0\x44\x55\xa4\xa4\x2c\xd2\x4c\x94\xb0\x24\x8a\x79\x96\ \x45\x71\xc8\x29\x83\x02\x00\x9c\x51\x42\x4d\x53\x8f\x93\x14\x23\ \xa8\xa9\x8a\x6d\x59\x59\xe4\x41\x01\x38\xce\x5c\x00\xac\x51\xab\ \xcf\xa6\x2e\x60\x85\xc0\x58\x14\x04\x92\x28\x62\x08\x5c\xd7\xcb\ \x52\xfe\xf1\xde\x1d\x08\x51\xa3\x51\x27\x02\xd1\x35\x55\x15\x65\ \x49\x94\xcf\xcf\xce\x0c\xcd\x6c\x37\x5b\x4f\x9f\x3d\xbd\x7e\xfd\ \xda\xc6\xda\x5a\x96\x65\xbe\xef\x01\xce\x28\xa3\x80\x33\x46\x08\ \xa7\x74\x7d\x75\x15\x0a\x42\x18\x04\x48\x92\x00\x47\xff\x3f\xa8\ \x08\x98\xe5\xd9\x6c\x36\x0b\xa3\x10\x02\x20\x61\x74\x75\x79\x11\ \x85\x91\xa6\xeb\x7e\x18\xf6\x07\x83\xad\xad\x9d\x38\xce\x35\xfd\ \x7c\x6f\x7f\xbf\x2c\xc9\xf9\xc5\x45\x9a\xa4\x51\x18\xf7\xae\x2e\ \x15\x45\xdb\xd8\xd8\x10\x00\x4f\xd2\xc8\xf3\x3c\xca\x68\x14\x06\ \x18\xc3\x2c\x4b\x44\x51\x44\x08\x21\x24\x9c\x9e\x9e\x70\x4a\xbe\ \xf5\x0b\xbf\xa4\x9a\x26\x82\x42\x96\xe4\x5b\x5b\xdb\x87\x5f\x3d\ \x7a\xf6\xfc\xf9\xf5\xeb\x77\xd2\x34\x9d\x3a\xc1\x70\x32\x29\xf2\ \x20\x08\x67\x49\x92\x98\xa6\x31\x9f\xcf\xaf\x5d\xbb\x51\xab\x55\ \x80\x4b\x0c\xd3\x4c\x92\x38\x49\x12\xcb\xb2\xd2\x34\xc3\x22\x8e\ \xc3\x08\x43\x24\x22\x91\x73\xc6\x39\x37\x74\x9d\x50\x96\x26\x71\ \xbd\x56\x23\x45\x2c\xcb\x52\x14\x05\x65\x9e\x59\x86\x89\x04\xd8\ \xeb\xf5\x3e\xf8\xe0\x63\xdf\x5b\x20\x84\x75\x5d\xcc\xf3\xf2\xd9\ \xf3\xd7\xdf\xb8\x6f\xb5\x5a\x0d\x42\x48\xbd\x5e\x07\x10\xbc\xf7\ \xee\x3b\xa3\xd1\xf8\xe0\xc5\x0b\xd3\x30\x7f\xf1\xe7\x7e\xfe\x7b\ \xdf\xfb\xde\x77\x7f\xe7\x77\xb6\x37\xb7\xda\xcd\xe6\x0f\x7e\xf0\ \x77\xbf\xfb\x7b\xdf\x9d\xcd\x67\x45\x91\x5b\x96\xd9\xef\xf7\xef\ \xdf\x7f\xbb\xd5\x6a\x2e\x93\x2a\xb5\x5a\xad\x2c\x4b\x81\xd2\x9f\ \x8e\x01\xff\xcc\x48\x54\x5a\xab\xd5\x3a\x9d\x8e\xe7\x79\x8e\xe3\ \x2d\x16\x6e\x92\xa4\x49\x92\x05\x61\x0c\x21\x5c\x96\x15\xe2\x38\ \x5e\xaa\x2d\x28\xa5\xba\xae\x43\x08\xd7\xd6\xd6\xe2\x38\x59\xba\ \x6b\x28\x25\xeb\x1b\xeb\xf7\xde\x7a\xab\xd9\x6c\x02\x41\x88\xe2\ \x68\x38\x1c\x76\x57\x56\x5e\xbf\x7a\xb5\xb6\xb6\x46\x29\xad\xd6\ \xaa\xba\xae\x63\x8c\xdf\x7f\xff\x03\x41\x10\x08\x21\xb3\xd9\x6c\ \xc9\xa6\x42\x08\xa3\x28\xa2\x8c\x26\x49\xe4\xfb\xae\xef\xbb\x82\ \xc0\xeb\xf5\x6a\x14\x85\xf5\x7a\x75\xe1\xcc\xcb\xb2\x80\x80\x4d\ \x07\x83\xe1\xe5\x65\x9e\xc4\x49\x18\x25\x71\x9c\x46\x31\x23\xe5\ \xb0\x77\x41\xd2\x90\x16\xf1\xad\x5b\xd7\xb3\x2c\xf9\xfa\xab\xc7\ \x9c\x33\x51\x44\x40\xe0\x94\xd0\x76\xab\x8d\x10\x0e\x82\xa0\xd1\ \x68\xa4\x69\x1a\x86\xa1\xe7\x79\x00\x08\x49\x92\xf4\x7a\xbd\xc5\ \x7c\x1e\x04\x81\x22\x2b\x9e\xe7\x8d\xc7\x13\x4a\x99\x24\x49\x47\ \x47\x47\x8f\x1f\x3f\x9e\x4c\x26\xd5\x6a\xf5\xd6\xad\x5b\x10\x42\ \x49\x14\x05\x08\x17\xee\x62\x89\x2c\xf8\xbe\xbf\x2c\xf3\x23\x84\ \x14\x45\x01\x00\x5c\x5d\xf5\x28\x65\x6f\xc0\x73\x73\xce\x21\x84\ \x8a\xaa\x86\x41\x28\x8a\xa2\x00\x80\x2c\xcb\xad\x56\x4b\x51\x94\ \x7a\xad\xae\x6a\x9a\xe3\x38\x00\x70\x01\x30\x92\x15\x84\x12\xdb\ \xb2\x5a\x8d\xa6\x00\x81\x22\x2b\x69\x9a\x5c\x5d\x5d\x9e\x9f\x9d\ \x2f\x16\xf3\x4e\xa7\x65\xdb\x36\x21\x65\x59\x96\x71\x1c\x2e\x0b\ \x10\x58\x44\xa6\x69\x48\x22\x8a\xa3\x60\x3a\x99\x2c\xfb\xb9\x15\ \xd3\x5e\x5b\x5d\x67\x94\xbb\xae\xc3\x18\xa5\x8c\x76\xba\x9d\xf7\ \xdf\x7f\xaf\xd5\x6e\x45\x51\x64\xea\x7a\x14\x06\x45\x99\xb9\xee\ \x22\x4e\x82\xa2\x48\xf3\x3c\x51\x64\xa9\x6a\xdb\x82\x00\x5c\x77\ \xe1\xbb\xae\xe3\xcc\x19\x23\x94\x14\xb6\xa1\x03\x06\x68\x59\xa4\ \x49\x3c\x1e\x0e\x1b\xb5\x6a\xa5\x62\xc7\x61\x30\x1b\x8f\x27\xa3\ \x31\x2d\xc9\xa0\xdf\xbf\xbc\xba\x70\xdd\x85\xe3\x2c\x28\x29\x05\ \x01\x18\xa6\xa9\x68\x6a\xa7\xd3\xf1\xfd\xe0\xeb\xc7\x5f\x3e\x7f\ \xfa\xe4\xf9\x93\xaf\xcf\xce\x4e\x20\x12\x6e\x5c\xdf\x97\x25\xb1\ \xd3\x6e\x3c\xf8\xec\xb3\xc3\x97\x2f\x4c\x43\xd3\x35\x55\x00\x4c\ \xc4\x50\x44\x42\xe0\xbb\x2f\x5f\x3c\xc7\x50\xc0\x58\x48\xe2\xb0\ \xc8\xd3\x22\x4f\x83\xc0\x89\xa3\xf0\xcd\xae\xba\x8c\x31\xdb\x30\ \xb3\x38\x49\xa3\x98\x03\x2e\x2b\xea\xed\x5b\xb7\xf7\xf6\xae\xe5\ \x79\x7e\x7d\x6f\x37\x8d\xa3\xd9\x78\x9c\x65\x49\x91\x27\x93\xd1\ \xa0\xdb\x69\xbd\x75\xf7\x8e\xeb\x2c\x30\x16\x24\x11\x3f\x7d\xf2\ \xe4\xd1\x17\x8f\xbe\xfe\xfa\x31\x23\x85\xa9\x29\x51\xe0\x96\x79\ \x2a\x62\xc8\x69\x99\xc4\xa1\x2a\x8b\x8d\x5a\x15\x30\xe2\x2e\xe6\ \xee\x62\xe1\x7b\x3e\x46\x18\x30\xe1\xce\xed\xdb\x40\x80\xd3\xc9\ \x24\x8c\xfc\x92\x16\x84\x96\xef\xde\x7f\xfb\xfd\xf7\xde\xcb\xd3\ \x54\xc4\x28\xcb\xb2\x28\x08\x7d\xcf\xcb\xb2\x54\x92\xc5\x38\x0c\ \xe3\x38\xd6\x75\xdd\xb6\xcc\xb2\x2c\xe7\xf3\x85\xb3\x70\xe2\x28\ \x62\x8c\xaa\xaa\xac\xaa\x0a\x21\x24\x8e\xa2\xf9\x7c\xee\xba\xf3\ \xd5\xd5\x6e\x14\x86\xfd\xab\xde\xc9\xc9\x49\xe8\xfb\x59\x9a\x3e\ \x7f\xfa\xb4\x77\x79\xf9\xea\xf5\x61\x12\x27\x08\x22\xcb\x34\x25\ \x84\x5a\xad\xae\xae\x99\x27\xa7\xa7\x7f\xfd\x37\x7f\xfd\xf0\x8b\ \x07\x8f\xbe\x78\x80\x45\xf8\x4b\xdf\xf9\x45\x51\x11\x0d\x4b\xbf\ \xea\x5f\xfe\xc1\x7f\xf8\xf7\x96\x6d\x34\x5b\x0d\x41\xe0\xf5\x6a\ \x05\x23\x41\xc4\xe8\xe5\xcb\xe7\x9f\x7e\xfa\xc3\xf7\xde\x7b\x37\ \xf0\xdd\x24\x8d\x19\x2d\xc3\xc0\x1f\x0d\x07\x4b\xff\xcf\x7f\x0b\ \x7e\x2e\xa1\x28\x0a\x4a\x05\x42\xca\xc1\x60\xe0\xfb\xde\xb2\xf8\ \xd5\x68\xd4\xeb\xf5\x1a\x63\xac\xd5\x6c\x42\x84\x00\xe7\xcd\x66\ \x73\xb1\x58\x18\x86\xb1\xbe\xbe\xbe\x24\x09\x96\xaa\x09\x00\x04\ \x8c\x71\x92\x24\xab\xab\xab\x02\x10\x34\x4d\x77\x5d\xf7\xcf\xfe\ \xec\xcf\x1a\x8d\x06\x29\x0a\xcf\xf3\x3e\xf8\xe0\x03\x8c\xc5\xc5\ \x62\x21\x8a\x52\x1c\xc7\x92\x24\x5d\x5d\x5d\xcd\xe7\xf3\x5b\xb7\ \x6e\xf5\x7a\xbd\xf9\x7c\xbe\xb6\xb6\x99\xa7\xd9\x6c\x32\x55\x64\ \xf9\xde\xdd\x7b\x9a\xa6\xce\x66\xb3\xaf\x1e\x7f\xd5\xef\xf5\xd2\ \x24\x6d\x36\x2b\x8b\xe9\x04\x01\xe8\x7b\xce\x7c\x3e\x6b\x35\x9b\ \x51\xec\x60\x52\x2c\x9c\xe0\x4f\xff\xef\x3f\x3e\x79\x7d\xf4\xf1\ \xb7\x7f\xc1\x0f\xbc\xd1\x68\x64\x59\x16\xe7\xbc\x28\x0a\x45\xd1\ \x6a\xb5\xc6\xa3\x2f\xbe\xe4\x9c\x57\xab\xd5\xe9\x64\x12\xf8\xbe\ \xaa\xaa\x8a\x22\x2b\xb2\x52\x14\xc5\xd5\xe5\xa5\xa2\xaa\x4b\x57\ \x04\xe7\x6c\x36\x9b\xe5\x79\x1e\x45\x91\x65\x59\x93\xc9\x64\xe9\ \x14\x5b\xbe\x2c\xd2\x34\x89\xa3\xa8\x5e\xab\xc9\xb2\xbc\x8c\x2e\ \x6d\x6c\x6c\x1c\x1c\x1c\x94\x65\x39\x1c\x0e\x6b\xb5\xfa\xd2\xe7\ \xf5\x66\x48\x64\xad\x56\x1f\x0d\x27\x49\x9a\x09\x82\x60\xdb\x76\ \x14\x47\x86\x61\x5d\xdf\xbf\xe1\x06\xa1\xef\xfb\x40\x80\xbe\xef\ \xb7\xdb\x9a\x88\x70\xc9\x4b\x20\x00\x8c\x10\x46\x70\xb5\xdb\x21\ \x94\x73\x01\xec\xed\x5c\x97\x44\x91\xb3\x8b\xd3\x3c\x67\x94\x88\ \x58\xd4\x34\xdd\xf3\xbc\xc9\x78\x82\x20\x5c\x5f\x5b\xed\x76\xea\ \x49\x18\x20\x04\x65\x54\x97\x25\xa9\xbb\xd2\x45\x18\x85\x61\x14\ \xc5\x91\xa8\x25\x26\x63\x2b\xdd\x15\xcb\x16\xff\x1a\x09\x08\xc1\ \x28\x0c\x4c\xab\x35\x5b\x4c\xa2\x2c\xa9\xd6\x6b\x79\x59\x6a\xa6\ \x9e\xa5\x49\x9e\x67\x71\x14\x96\x65\x19\x7a\xbe\xa6\x48\xa6\xae\ \x72\x46\xb3\x34\x76\x17\x8b\x46\xbd\x26\x09\x2d\x09\x0b\x9c\xd2\ \x8a\x6d\x66\x69\x76\x7e\x7a\xb2\xb7\x7f\xcb\x50\x55\x0e\xa0\x69\ \x68\x18\x02\x04\x05\x42\x0a\x01\xc9\xb7\x6f\xdf\x95\x64\x99\x90\ \x52\xc4\xd0\x8f\x7d\xc7\x71\x0d\xc3\xcc\x92\xd4\xd4\x0d\x49\x94\ \x21\x07\x08\x82\x07\x9f\x7f\xf6\xaf\xff\xf5\x6f\x6c\x6f\x6d\x4e\ \xa6\x33\x5a\x16\x69\x96\x1f\xbd\x3a\x20\x45\x0a\x80\xb1\x98\x4d\ \x65\x45\xe1\x00\x95\x8c\xa6\x05\x2d\xf2\xee\x9b\x2d\x3b\x07\x5c\ \xd7\xb5\x46\xbd\xde\xeb\x5d\x41\x20\xd4\x6a\x15\x42\xca\x38\x8e\ \x7f\xee\xdb\xdf\x5a\x5b\x5f\x27\x84\xd6\x6a\x75\x0c\x61\x9e\x65\ \xaa\xaa\xcc\x26\x63\x84\x91\x69\x68\x22\x46\x84\x82\xdb\xb7\x6f\ \x0a\x02\x68\x35\xaa\x7b\xbb\xdb\xf3\xd9\x7c\x32\x19\x7b\xae\x13\ \x87\xa1\x6d\xdb\xba\xa6\x9d\x9d\x9e\x25\x49\xb2\xb9\xbe\xb1\xb3\ \xb5\x25\x21\x61\x32\x1c\x70\xde\x36\x64\x71\x6b\x63\x6b\xa5\xdd\ \x7d\x7d\xf8\x72\x30\x18\xa8\x76\xad\x5a\x5f\x6d\xb5\x5b\xab\xab\ \x8d\xef\x7d\xef\x8f\x6d\xdb\x04\x9c\x45\x51\x20\x62\x7c\x76\x72\ \x2a\x69\x22\x96\x91\x66\x98\x82\x20\x4c\xa6\x33\x5a\x92\x3c\xcf\ \x3d\xc7\x2d\x75\xdd\x32\x2d\x84\x50\x96\x15\xbd\x5e\x1f\x8b\x52\ \xab\xd9\x94\x71\x23\xf0\x67\x15\xdb\x6a\x36\x9b\x83\x41\x3f\x08\ \x7d\x0e\x18\xa3\xd4\xb0\x0c\x3e\xe2\x82\x00\x96\x9d\xd9\x4e\xa7\ \xf3\xd1\x87\x1f\x3b\x8e\x53\x10\xe2\x7a\x8b\xb9\x33\xf1\xbd\x60\ \x3c\x1a\x1f\xbd\x7e\x6d\x9a\xa6\x88\xc5\xfd\xbd\xfd\x3f\xfc\x8f\ \x7f\xf8\x1b\xbf\xf1\xdf\x7f\xf2\xd1\xc7\x7f\xfa\x27\x7f\xe2\xba\ \x0b\x56\x96\x5f\x7f\xf5\xe5\x67\x3f\xfa\xd1\xe6\xe6\x66\xff\xf2\ \x12\x50\x0a\x04\x90\xc5\x51\x18\x46\xf5\x7a\x0d\xb5\x2d\xfe\xdf\ \xc6\xce\xc5\x11\xc2\x8d\x46\xad\x5a\xad\xcc\xe6\x53\x08\x05\x41\ \x80\x86\xa1\xa9\xaa\xba\x64\x49\x30\xc6\xb2\x24\x25\x49\x42\x08\ \x59\x5f\x5f\x6b\x34\xea\x79\x9e\x8b\x22\x36\x4d\x93\x31\x96\xe7\ \x39\xe7\x80\x90\xf2\xf0\xf0\x70\x73\x73\x73\x7d\x63\xfd\xf3\x4f\ \x7f\xe4\x79\x9e\xe3\x38\x95\x4a\xe5\xe4\xf5\x91\x24\x49\x9d\x4e\ \xe7\xf4\xf4\x24\x4d\xd3\x28\x0a\xf3\xbc\xb2\xbe\xbe\x9e\x65\xd9\ \xc5\xc5\xc5\x12\xfe\x6c\x36\x9b\x79\x9e\x49\xb2\xd4\x6e\xb7\xc3\ \x30\x90\x25\x09\x23\xec\xb9\xae\x2c\x4b\xbf\xfa\xab\xbf\x4a\x29\ \x7d\xf6\xe4\x51\xe4\xbb\x15\xb3\x5a\xe6\xc4\x32\xed\x4e\x77\xf5\ \x8b\x47\x67\x95\xba\xa5\x48\xea\xe9\xf1\x81\x8c\x91\xa2\x88\xbe\ \xef\x67\x79\x42\x28\x11\x25\x09\x70\xe0\xfb\x81\xe7\x79\xbe\x1f\ \x74\x57\x36\x5c\xc7\x2d\x09\x39\x39\x39\x29\x8a\x42\x14\x45\x42\ \x48\x92\x24\x92\x28\x22\x84\x26\x93\xb1\xe7\x38\x25\x2d\xb1\x88\ \x96\x9a\x0a\xd7\x75\xf3\x3c\x7f\xf2\xe4\x49\xa5\x52\xe1\x9c\x43\ \x28\xf8\x5e\x20\x2b\x9e\xa6\x69\x59\x96\xa5\x69\xfa\xf2\xe5\xcb\ \x7e\xbf\x1f\x45\x91\xa6\x69\x71\x1c\xc7\x71\x92\x65\xe9\x9b\xa5\ \x7f\x10\x42\xbb\xbb\xbb\xaf\x0e\x5f\x67\x59\xda\x6e\x77\x11\x42\ \x9e\xeb\xad\xaf\x6f\x5a\xb6\x5d\x50\x66\xdb\xf6\x60\x30\x12\x45\ \x64\x9a\x3a\x46\x50\x51\x0c\x01\x22\x8c\x45\xcb\xb6\xb1\x28\x42\ \x84\x31\x86\x80\x93\x8b\xf3\xb3\x2c\xcb\x30\x42\xaa\xa2\x02\xc6\ \xe2\x30\x04\x94\xd9\xa6\x51\x96\x04\x09\x3c\x4b\x22\x02\x44\x59\ \x91\x8a\x4c\x4f\x7c\x97\x13\x66\x18\x66\x1c\x86\x84\x51\xdd\xd0\ \x77\x76\xb6\xf3\x22\x8b\xe3\x64\x69\x74\x12\x20\x17\x91\xe0\x39\ \x73\xc6\x99\x6e\xa9\xdd\x6e\xc7\xf1\x7d\xd7\x89\x44\x8c\x19\x21\ \x45\x96\xba\xce\xcc\x73\x67\x8d\x5a\x5d\x92\xb0\xa2\x28\xb6\xa9\ \x33\x5a\x8e\x47\x03\x4e\xf3\x22\x4f\x01\xa3\x18\x09\x96\xa9\x17\ \x59\x12\xfa\xce\xe6\xf6\xb5\x22\x4b\x24\x11\x43\x04\x29\xe1\x4c\ \x60\xad\x76\xdb\x73\x3d\x80\xa4\x4a\xc3\x36\x6d\x8d\x14\x05\x60\ \xbc\x66\x5b\x50\x40\x61\xe8\x93\x32\xbf\x76\x6d\xfb\xe8\xf5\xe1\ \xe5\xc5\xbd\xcd\x8d\xf5\x93\xa3\xa3\xf3\xb3\x13\xd3\xb2\xa2\xc8\ \x7f\xeb\xad\xbb\xa1\xef\x39\xf3\x59\xa5\x5a\x25\x8c\x73\x04\x21\ \x94\x11\x04\x6f\x86\xd1\x15\x79\xf1\xd1\xc7\x1f\x79\x8e\xf7\x83\ \xbf\xfb\x5b\x49\x92\x6f\xec\xef\xbb\xae\xbb\xb2\xb2\xb2\xbf\xbf\ \x87\x10\xfa\xf9\x9f\xff\x39\xd7\x71\x5f\xbd\x3a\xb6\x2b\x55\x53\ \xd7\x31\x14\xea\x8d\xe6\x6c\xb1\x68\xb7\x3a\x10\x63\x08\x51\x59\ \x94\xcd\x7a\x65\x3e\x19\x9e\x9f\x5f\x48\x18\x02\x4a\x57\x3b\x9d\ \x20\x08\x16\x9e\x47\xf2\x9c\x13\x8a\xa1\x50\x64\x89\xef\x3a\x0c\ \x2b\x69\x9c\x92\x94\x0e\x07\xa3\x46\xa3\x7e\x26\x62\xc2\x4a\xc6\ \xe8\xdd\x7b\xb7\xcb\xa2\xc8\xd2\x54\x55\x94\x2b\xdf\x1f\xf6\xfb\ \x9b\xdb\x37\xc6\x93\x91\xaa\xea\x95\xba\xbd\xbd\xbf\x13\xc6\x71\ \x18\x46\xaa\xaa\x72\xc6\xb2\x2c\xcb\xf2\x6c\x36\x99\x04\x7e\x80\ \xb1\xd8\xe9\xb4\x35\x4d\x41\x58\x1c\xf6\x7b\x81\x3b\x43\x90\x94\ \x45\x21\x8a\x90\xd1\x52\x57\x95\xe3\xd7\x47\xcd\x56\x43\xd7\x55\ \xca\x0a\x49\x12\xb3\xac\x20\x25\x7d\xe7\x9d\x0f\x64\x59\x3e\xbb\ \xe8\x55\x6a\xf6\x37\xbe\xf1\xee\xf1\xc9\xb1\xe7\x78\x08\x22\xcb\ \xb4\xf2\x3c\xbf\xb8\x78\xbd\xb6\xba\xf2\xe8\xe1\xc3\xbf\xf8\xf3\ \x3f\xff\xe4\x93\x4f\xda\xad\xf6\xc1\x8b\x17\xd7\xb6\x77\x1e\x3d\ \xf8\xfc\xee\xed\x9b\xf7\xef\xbf\xf3\xf2\xf9\x53\xcb\xd0\x3c\xcf\ \xb3\x2c\x0b\x42\xc8\xa9\x25\xfc\x83\x3a\xf2\x9f\xdd\x72\xb3\x7c\ \x43\xc9\xb2\xd4\x68\xd4\xd3\x34\xb5\x2c\xab\x28\xf2\xa5\x52\x43\ \x92\x24\x84\x20\xa3\x94\x73\x8e\x31\xe6\x1c\xb4\x5a\xed\xbf\xfb\ \xbb\xbf\xdb\xd9\xd9\xd1\x34\x0d\x63\xbc\x34\x28\x46\x81\x9f\x24\ \x89\xa6\x69\xb7\x6e\xde\x7c\xf0\xd9\x8f\x07\x83\x41\xab\xdd\xac\ \xd7\x6b\xfd\xc1\x00\x00\x50\xaf\xd7\x2e\x2f\xaf\xd6\xd7\xd7\xeb\ \xf5\xba\xe3\x38\x92\x24\x01\x00\x5a\xad\x56\xad\x56\xbb\xfb\xd6\ \xdd\x32\x2f\xa3\x30\x4e\xb3\x6c\x38\x1c\xf4\x7a\x7d\xc6\x59\xbd\ \x5e\xf3\x7c\x6f\x65\x75\xa5\x56\xab\xd5\xeb\x55\x40\xe3\x1f\x7c\ \xff\xfb\xaf\x06\x53\x43\x35\x45\x49\xb1\xac\x2a\x12\x65\xd7\xf3\ \x1b\x35\x29\x4f\xa3\xd5\xf5\x6b\x69\x1a\x1f\x1c\x9c\x43\x28\x70\ \xc6\x92\x24\xd1\x74\x35\xcb\x32\x45\x56\x3f\xf9\xe4\x9b\x57\xfd\ \x91\xe7\x05\x8e\x33\xc3\x18\xcd\x66\xfe\x6c\x36\xaf\x55\xab\x8b\ \xc5\x62\x65\x65\x05\x42\xa8\x1b\x86\x33\x9b\x19\xa6\x59\x14\x99\ \x20\x08\x08\xa1\x46\xa3\xb1\xb5\xb5\x95\xe7\xf9\x6c\x36\x33\x4d\ \xd3\xf7\xbd\xd9\x6c\x7a\x6d\xf7\x3a\x63\x0c\x21\x54\xab\xd5\xae\ \xae\xae\x8a\xa2\x48\xd3\x34\x8e\xe3\x65\x4e\xfb\x1f\x14\xb0\x6f\ \xa4\xb8\xcb\xf2\x22\x47\x08\x73\xce\x45\x51\xdc\xdc\xdc\x04\x00\ \x9c\x9e\x9c\x00\x84\x7d\xdf\x47\x48\xec\x74\x57\x3a\xed\xa6\xaa\ \x19\x08\x89\xbe\x1f\x40\x11\xd7\xaa\x15\x59\x51\x24\x59\xce\xb3\ \xcc\x5d\x4c\xa7\x93\x61\x92\x64\x02\x67\xbe\xeb\x96\x79\xbe\xbe\ \xbe\xb1\xb1\xb6\x1e\x06\x41\xaf\xdf\xb7\x74\x23\x4d\x42\xbb\xd6\ \xaa\x56\x6d\xd3\xd0\x21\xc9\xee\xdd\xbd\xd7\x3b\x3b\x7a\xfe\xec\ \x19\x00\xc2\xde\xf5\xbd\x6a\xb5\x52\x96\xc5\xa0\x77\xac\xa9\x0a\ \x29\x8b\xc0\x75\x19\x41\x61\x4c\xea\x49\x54\x6d\x58\x79\x1e\xd7\ \x6b\x95\xf3\xb3\xf3\x79\x10\xc6\x71\x64\x59\xfa\xee\xb5\x9d\xe3\ \xd7\xaf\xd3\x38\x6c\x35\x37\x17\x8b\xc5\x78\x3c\x71\x1d\x37\x49\ \x7c\xc8\x8a\x32\x8f\x93\x28\xd4\x55\x8d\x14\x79\xe0\x3b\xa4\xcc\ \xab\xb6\x79\x7a\x74\x84\x05\x80\x00\xe0\x5c\xc0\x18\x67\x59\x66\ \x98\x7a\xbd\xd9\x96\x54\x3c\x18\x5d\x95\x79\x6a\x99\x95\x30\xf4\ \x2b\x76\x05\x0a\x42\xa7\xdd\x5c\xe9\xb6\xfa\x17\xa7\x4f\xbf\x7e\ \xbc\xb7\xbb\x23\x8b\x62\xe0\x3b\x45\x9e\x49\x18\x6f\xac\x75\x8e\ \x22\x2f\x08\x3d\x2c\x42\x0e\x04\xac\x68\xaa\x2a\x41\x81\xbf\x71\ \xfa\x27\x4d\x92\xc9\x64\xcc\x28\x11\x04\x49\x55\x94\x4a\xa5\xd2\ \x6a\x35\x9f\x3f\x7d\xd6\x5d\xe9\x5e\x5e\x5d\xc5\x51\x6c\x5b\xc6\ \xbb\xf7\xdf\xee\xb4\x9b\x79\x51\x60\x2c\xfa\x2e\xac\x56\x2c\x49\ \x51\x34\x55\xcb\xf3\x82\xd3\xfc\xf8\xf5\xab\x7e\xbf\x5f\x14\xa5\ \x65\xa8\x5f\x3f\xfe\x42\xd3\xf4\x5b\xb7\xee\xac\xaf\xac\xbe\x7c\ \x79\x60\xe8\x3a\x23\x24\x4f\x93\xf6\x5a\xab\x62\x59\x9c\xe4\x5b\ \x9b\x9b\x77\xef\xde\xfd\xfa\xf1\x23\x42\xca\x8d\xad\xb5\x4e\xa7\ \xcd\x89\x30\x9f\x8e\xa0\x00\x0c\x5d\x8b\xe2\xd0\x32\x8c\xe9\x64\ \xca\x80\xb0\xaf\xef\xc5\x71\xd8\xe9\xac\x8c\xc6\xd3\xab\xab\x2b\ \x81\x83\x20\x08\xb6\x36\x37\x23\x3f\xbc\xb8\xb8\xd8\xde\xde\x0e\ \xc3\xb0\xdf\xef\x3b\x8e\x5b\xe6\xe9\xa0\x7f\xb6\xbd\xb1\xe2\xb9\ \x0b\x59\x94\x96\x45\x98\xd1\x70\xf0\x8d\xf7\x3e\x7c\xf5\xea\xc0\ \x71\x16\x96\x65\x49\x92\xa4\x29\x6a\x12\x67\x61\x18\xb5\xdb\xed\ \xdd\xfd\xdd\x99\x33\x76\x9c\xb9\x69\xea\x86\xa1\x17\x45\xae\x28\ \xd2\xe6\xe6\xe6\xfd\xfb\xf7\x17\x8b\xc5\x1f\xfd\xd1\xff\xfe\xfe\ \x7b\xdf\x90\x65\xe9\xea\xf2\x32\x4d\xe2\x38\x08\x3e\xfa\xe8\xa3\ \x5a\xad\xf6\xe4\xab\xc7\xfd\xab\x2b\x45\x91\x43\xdf\x6f\x34\x1a\ \x18\x42\xc6\x18\x42\x3f\x4d\x05\xfc\x33\x23\x51\x81\x28\x62\x51\ \x14\xc3\x30\x34\x4d\xab\x5a\xad\x1a\x86\x51\xad\x56\x97\x96\x61\ \x8c\xa1\x20\x00\x84\xe0\x3f\xe8\x98\x6b\xb5\x1a\x84\x50\x55\xd5\ \x87\x0f\x1f\xbe\x7c\xf9\x12\x21\x84\x31\xda\xd9\xd9\x59\x2c\x16\ \xa6\x61\x36\x9b\x4d\x49\x92\xa6\xd3\xe9\xe1\xe1\xe1\x62\x3e\xef\ \xf7\xfb\xa6\x69\x76\x3a\x9d\xf3\xf3\xf3\x25\x05\x0a\x00\xe8\x76\ \xbb\x9e\xe7\x5d\xbf\x7e\x7d\x63\x63\x23\xcf\x8b\x8b\x8b\x8b\xf3\ \xd3\x93\xd9\x78\x94\xc5\xb1\xef\x2c\xe6\x93\xf1\x74\x34\xa2\x45\ \x5e\xa4\x49\x91\x26\xd3\xd1\xc8\x30\x8d\xad\xad\x2d\xc6\xf8\x60\ \x38\x5e\xb8\x61\x51\xf2\x8d\xcd\x9d\xb2\x20\x5c\x00\x59\x1e\x13\ \x5a\xd4\xeb\xd5\x4e\xa7\x93\x65\x29\x63\x74\x79\x1e\xa8\xaa\xba\ \xbd\xb3\xa3\xc8\x4a\x18\xc6\xae\xeb\x16\x65\x99\x65\x39\xa5\x54\ \xd3\x54\xc0\xb9\xae\xeb\x08\xc2\xa5\xd3\x76\xff\xfa\x75\x43\xd7\ \xb3\x2c\xfb\x07\x73\xee\xda\xda\xda\xfe\xfe\xfe\xda\xda\x9a\x69\ \x9a\x1c\x80\x76\xbb\xb3\xb9\xb9\x19\x04\x81\xaa\xaa\x94\x52\x84\ \x90\xae\xeb\x37\x6f\xde\x5c\x5f\x5f\x37\x0c\xa3\xd1\x68\x62\x8c\ \x18\xe3\x6f\x56\x70\x39\x3f\x3f\x8b\xe2\x48\x10\x80\xa6\x69\x80\ \xf3\xd5\xd5\xd5\xf5\xf5\x75\xdf\x0f\x1c\xc7\x71\x5d\x57\x96\x24\ \x43\xd3\x25\x49\x36\x74\x8d\x94\x39\x00\xbc\x6e\x57\x25\x59\x92\ \x44\x51\x91\x64\x5d\xd7\x2d\xcb\xde\xdc\xda\x56\x14\x39\x4e\xc2\ \x2c\x4b\x56\x57\x57\xd6\xd7\xd7\x4c\xcb\x58\x5b\x5f\xbf\x71\xe3\ \xa6\x24\xe1\x32\x8b\x45\x0c\x58\x59\xba\xae\x8b\x11\x5a\x5f\xdd\ \xb8\x79\xf3\x16\x44\x30\x89\x63\xbb\x62\x1b\x86\xbe\xbb\x73\x8d\ \x96\x05\xa5\x14\x41\x61\xe1\xcc\x5e\xbd\x3e\x88\x42\x1f\x21\x90\ \x67\x49\x1c\x05\x49\x14\xe8\x9a\xd2\xed\xb4\xee\xde\xb9\xd9\x6d\ \xb5\x44\x24\x98\x86\x6e\x68\x9a\x2a\xcb\x8a\x24\x31\x4a\x5c\x67\ \x1e\xfa\xde\x74\x3a\x3e\x39\x7a\xbd\xf4\x37\xc4\x51\x00\x38\xe3\ \x8c\xcc\x26\x23\xdf\x5d\xc4\xa1\x0f\x00\xc7\x22\xc6\xa2\x24\xcb\ \x9a\xa6\xea\x71\x1c\xb9\x8b\x39\xa7\xa5\x22\x8a\x71\x14\xc6\x51\ \xc0\x08\x91\x30\x14\x31\x34\x75\xed\xda\xce\xf6\xd9\xe9\x49\x99\ \x25\x9a\x22\x0a\x80\x0d\xfa\x57\xaa\x82\x93\x24\x2c\xf2\x24\x89\ \x82\x41\xff\x2a\x89\x02\x43\x57\x0c\x43\x43\x08\x82\x37\xa3\x22\ \x20\xf4\x5c\xf7\xc9\xe3\xc7\xaa\xaa\x94\x65\xae\xa9\x72\xab\xd5\ \xf8\xb9\x6f\x7e\x0b\x8b\xe8\xc1\xe7\x0f\xfa\xbd\x9e\xe3\x3a\x9b\ \x1b\x6b\xf5\x7a\x55\x91\xc5\x5a\xd5\xce\xd2\xa4\x56\xb5\x55\x59\ \x12\x21\x54\x15\xd9\xd0\x35\x09\xa3\xf5\xb5\x95\x6e\xa7\xe5\x79\ \xce\x62\x3e\x35\x0d\xfd\xdd\x77\xef\x77\x5a\xad\x66\xbd\xf1\xc9\ \x47\x1f\xd5\x6b\xb5\xc5\x7c\x0a\x01\x87\x00\xf8\x9e\x5b\xe6\x79\ \xa3\xde\xf8\xe8\xc3\x8f\xbb\x2b\xdd\x30\x0c\x30\x46\x9d\x4e\x73\ \x7d\x7d\xad\xd1\x6c\xf8\x9e\x87\x11\x1e\xf4\xfb\x7f\xf5\x17\x7f\ \xf1\xf5\xe3\xc7\x8c\x33\x81\x33\xce\xe9\x74\x32\xe1\x9c\xcb\x92\ \xd4\x6c\x36\x57\x56\x56\x00\x07\x5b\x5b\x9b\xb6\x6d\x6f\x6c\x6c\ \x20\x84\x20\x84\x83\x7e\xff\xf0\xf0\x65\x91\x65\x3f\xfe\xf4\xd3\ \xfe\x55\x4f\x10\x00\x23\x64\x31\x9f\xab\x8a\xe2\x3a\x8e\x33\x9f\ \xbb\xce\x22\x49\x63\x88\x51\x59\x96\x86\x6e\x19\xba\x4d\x29\x9b\ \xcd\xa6\x8e\xb3\x30\x4c\x95\x31\x32\x9b\x8c\xc3\xc0\x8b\xa3\x88\ \x92\x42\x12\xd1\x37\xbf\xf9\xf1\x62\x31\x7d\xf1\xe2\xd9\xf5\xfd\ \x5d\x4d\x95\x9d\xd9\x6c\x3e\x9d\xd6\xab\xd5\x28\xf0\x75\x55\x79\ \xf6\xe4\xeb\xd3\xe3\xe3\x34\x8e\xaa\xb6\x2d\x8b\xf8\x27\x36\xeb\ \xff\x16\x5e\x8b\x9c\xf3\x6a\xb5\x82\x10\x04\x80\x2b\x8a\x42\x08\ \xb1\x2c\x93\xd2\x92\x31\x46\x08\x67\x0c\x50\x52\x1a\x86\x81\x10\ \x64\x8c\x37\x1a\x8d\x30\x0c\x39\xe7\xbf\xf8\x8b\xbf\x78\x7a\x7a\ \xfa\xf5\xd7\x5f\x6b\x9a\xa6\x29\x12\xc6\xf8\x9d\x77\xdf\x11\x04\ \x2e\x8a\x62\x1c\xc7\x67\x67\x67\xb6\x65\x20\x84\x76\x76\xb6\x19\ \xe3\x17\x17\x67\x1f\x7e\xf8\x81\x65\x59\x9a\xa6\x79\x9e\x37\x9b\ \xcd\xee\xdf\xbf\x3f\x9f\xcf\x4b\x52\xba\x8e\x3b\x9b\x4c\xc2\x30\ \x5c\xde\x41\x2e\x2e\x2e\x08\x21\xb5\x5a\x4d\x14\xc5\x38\x8e\xc2\ \x30\x1c\x0d\xce\xcb\xb2\xdc\xdb\xbb\xde\xbb\x1a\x0f\x87\x43\x49\ \xc2\x1b\x5b\xd7\x5e\x1e\x3e\xcb\xb2\xdc\xae\x58\x7e\xe0\x12\x52\ \x86\x51\x48\x48\x09\x21\xc0\x18\x47\x51\x64\x98\x15\x00\x84\xb2\ \xa0\xf5\x5a\x9d\x50\x32\x9e\x0c\xcf\xcf\xcf\x2d\xcb\x2a\x8a\x32\ \x8e\xe2\x5a\xad\xb6\x4c\xde\x8c\x86\xc3\x7a\xb5\x9a\x66\xa9\xaa\ \xaa\x41\x10\x94\x65\x39\x1e\x8f\x3f\xfd\xf4\xd3\x46\xa3\x51\xaf\ \xd7\xeb\xf5\xfa\xd1\xc9\x71\x9a\xa5\x92\x24\x69\x9a\x36\x1e\x8f\ \x11\x42\xad\x56\xab\xd5\x6a\x5d\xbf\x7e\x1d\x21\xf4\xe8\xd1\xa3\ \xe9\x74\x9a\xa6\xe9\x9b\x19\x57\x28\xa5\xbd\x5e\x8f\x33\xa0\x28\ \xea\xe6\xe6\x56\x41\x48\x9c\xc4\xb2\xac\xac\xaf\xaf\x9d\x5f\xf5\ \xda\xed\xf6\xb5\xdd\x6b\xcd\x46\x53\x10\xc0\x78\x3c\x4a\xe2\xac\ \xdd\xee\xd8\x15\x53\x92\x24\x88\xa0\x00\x81\x2a\xc9\xa4\x50\x5a\ \xf5\x1a\xc9\xf3\x34\x4e\xa2\x28\x9e\x4e\x26\xf5\x5a\x4d\xd3\x0c\ \xd3\x30\xda\xad\x66\xbf\x77\x26\x22\xa1\x62\x99\x1c\x30\x59\x94\ \xca\x34\xce\x20\x23\x84\x64\x69\x46\x08\x99\x8c\x27\xba\x52\x9d\ \x8c\x46\xbd\x7e\xaf\x24\x05\x84\xc2\xdd\x3b\x77\x26\x13\x37\x2b\ \xc0\xf1\xf1\x91\x17\x79\x7b\xfb\x7b\x6b\x6b\x5b\x9d\x56\x4b\x12\ \x25\x5d\x55\x93\x34\x3e\x39\x3e\x9e\x4f\x27\xa8\xdd\x8a\xa3\xe0\ \xe8\xe8\x10\x43\xa9\x51\xab\x8a\xb8\x0a\x41\xf9\xe9\xb8\xe7\x2e\ \xe6\x18\xc2\xb2\x28\xa2\x30\x4c\x93\x24\x0a\x02\x81\xf3\xa2\xc8\ \x09\x29\x10\x86\xa2\x24\xf9\xa1\x8f\x45\x4d\x56\xe4\xa2\x48\x19\ \x25\x92\x88\x92\x38\xc9\x13\xb1\xc8\x73\x09\x8b\x50\x10\x8a\x3c\ \xbf\x75\xe3\xfa\xc9\xf1\xc1\x83\x87\x9f\x67\x69\x72\x7a\x7c\x9c\ \xe7\x25\x60\xe5\xd5\xc5\x45\x12\xc7\x18\x09\x49\x9a\x16\x99\x02\ \x18\x5d\xcc\xa6\xf3\x69\x0d\xa2\x37\x89\x8b\xca\x92\xf4\xc5\xa3\ \x87\x2f\x5f\x3c\x2f\x29\xfb\x17\xbf\xfe\x6b\xb6\x5d\x59\x36\x97\ \x37\x56\xd7\x04\x00\x9f\xbf\x78\xf6\xed\x6f\x7f\xfb\xc6\xfe\x3e\ \x46\x02\x29\x8a\xd3\x93\x13\x49\x56\x36\xb7\x36\x35\x55\x61\x8c\ \x01\x46\x45\x8c\x80\x22\x6d\x6d\xae\x15\x79\x9a\x44\xd1\x0f\x7f\ \xf8\xa3\xd9\x64\x54\x66\xb7\x0a\x29\x83\x10\x69\x8a\x2a\x21\x1c\ \xfa\x9e\x75\xeb\x16\x86\x50\x84\x48\x10\xa0\xb3\x70\x25\x49\x4c\ \xd3\x84\x71\x36\x9e\x0c\xc3\xc8\x47\x3c\x7f\xfe\xf4\xe9\x7c\x36\ \xb5\x0c\xed\xde\xad\x3b\xb5\xe6\xda\xd5\xd5\xe8\xea\xf2\xdc\x71\ \xc6\x73\xe7\xc6\xca\xc6\xd6\xca\xda\xc6\xde\xfe\xbe\x84\xb1\xa2\ \x28\x27\xc7\x27\x2f\x9e\x3e\x17\x00\x88\xe3\xf8\xfc\xfc\x7c\x34\ \x1a\xed\x6c\x6f\xd1\x32\xdb\xdd\x59\xfb\xfc\xc7\xb3\x24\x89\x00\ \xa3\xd5\x6a\x95\x94\x45\x14\x86\x51\x14\xc4\x4b\xd7\xa6\xef\x31\ \xca\x34\x55\xc7\x48\xf4\x3c\x9f\x43\xe4\x38\x2e\xe1\x04\x70\x5e\ \x14\xc5\x70\x3c\x52\x54\xa5\x56\xab\x2d\x79\xd7\x76\xbb\xfd\xee\ \x3b\xef\xfe\xc1\x1f\xfc\x81\x61\x1a\xa1\x17\x48\x08\x67\x69\xfc\ \xea\xf0\x65\x51\x16\x69\x12\x4f\x27\x63\x51\x44\xb5\xea\x5b\x59\ \x1a\x4f\x26\xc3\xce\x6a\x53\x44\xe2\x4f\x81\xe9\x7e\x86\x4e\x54\ \x88\x00\x00\x92\x24\x05\x7e\x50\xa9\x56\x96\xc5\x20\x4a\xa9\x24\ \x09\x94\xfe\x64\x04\x83\x88\x11\xa5\x14\x63\x64\x9a\x56\xbb\xdd\ \x4e\x92\x64\x6b\x6b\xcb\x30\xf4\xfb\xf7\xdf\x86\x50\xf8\xfe\x5f\ \xfe\x95\xe7\xba\xd5\x7a\x4d\x37\x8c\x5a\xad\xea\xcc\x1d\x00\xc0\ \x6c\xb6\x10\x45\xb1\xd9\x6c\x7d\xf9\xe5\x97\x37\x6f\xde\xba\x7b\ \xf7\xee\x62\xb1\x48\x92\xc4\x75\xdd\xc9\x64\xf2\x83\xbf\xfd\xc1\ \x8d\x9b\x37\x6e\xdc\xb8\x61\xd9\x96\xef\xba\x69\x9a\x46\x61\xa8\ \x6a\x9a\x2c\xcb\x8b\xf9\xbc\x28\x8a\x56\xab\x25\x8a\x22\xe7\x7c\ \x75\x75\xcd\x59\xcc\x10\x66\xa6\x9d\x1b\x61\xba\xb2\x5a\x0f\xe3\ \x49\xc9\x58\x7f\x38\x58\x5f\x5b\x2b\x49\x0c\xa1\x90\xa4\x31\x10\ \x00\x42\x28\xcf\x73\x8c\xc5\x3c\x2f\xd2\x34\xeb\x0f\x86\x93\x99\ \xbb\x58\xcc\x7a\xbd\x9e\xa2\x28\x0b\x67\x51\xad\x54\x44\x2c\x7a\ \x9e\x07\x38\x5f\xe2\x17\xb4\x28\x3a\x6b\x1d\x41\xa8\x46\x51\xe4\ \xfb\xbe\x6d\xdb\xa3\xd1\x08\x00\x61\x3a\x9d\x8e\x27\x63\x59\x92\ \xe3\x38\x3e\x3c\x38\x04\x02\x8f\xe3\x78\x7b\x7b\x7b\x3e\x9f\x87\ \x61\x08\x00\x50\x55\x55\xd7\xf5\xab\xab\x1e\x84\xf0\x0d\x9e\x2d\ \xcb\xe6\x40\x10\x84\x45\x9e\xdb\x56\x05\x42\x18\x85\xe1\x62\xb1\ \x30\x0d\x3b\xcb\x0a\x08\xe1\x9d\x3b\x77\xaa\x95\x2a\x84\xc8\x75\ \xdd\xbc\x28\xed\x4a\xa5\xd5\x6e\x55\x2b\x15\xce\x85\x38\x4d\xfd\ \x3c\x30\x4c\x5d\x95\x65\x87\x12\x84\xa0\xa6\xe9\x59\x9a\xa7\x49\ \x72\x78\x70\xb0\xb5\xb5\x6d\x99\xa6\x28\x89\x82\xc0\x24\x59\x6c\ \x36\xea\x61\xc6\x15\x45\x85\x08\x5a\xba\x98\xc6\xe9\xca\xea\x8a\ \x13\x04\xad\x56\x73\x3a\x9d\xbe\x78\xf6\x6c\x31\x9f\x89\x08\xd5\ \xeb\xd5\x3c\x4f\x21\x82\x77\xef\xdd\x02\x02\x4a\x8b\x54\x53\x15\ \x53\xd7\xe3\x28\x4a\x80\xa0\x6b\x4a\xa5\x52\xb9\x71\xfd\xba\xe7\ \x38\x51\xe8\x8b\x18\x65\x49\x92\xa4\xae\x6d\x59\x55\xcb\xc0\x42\ \xa9\xca\x4a\x59\x14\x48\x00\x65\x59\x4c\x26\x23\x4a\x4b\x84\x50\ \xa5\x62\x66\x99\x07\x81\xc0\x08\xa3\x84\xb4\xdb\xed\xa2\x60\x51\ \x18\x30\x40\x18\xcb\x31\x86\xaa\x2a\x63\x0c\x93\x38\x82\x9a\x31\ \x9b\x4e\x0d\x5d\x5b\x5b\xed\x18\x9a\x36\x1c\x0e\x19\xa5\x51\xe0\ \x27\x69\x66\x68\x72\x59\xe4\x59\x1a\xe7\x59\x06\x31\x4e\x92\xe8\ \xf5\xe1\x4b\x0e\xd0\x9d\x1b\xbb\x6f\x26\xe8\x82\x08\x8d\x46\x23\ \xce\x98\xc0\xf9\x6a\xb7\xcb\x01\x3f\x3d\x39\x59\x5d\x5d\x69\x34\ \xda\x45\x91\xdd\xbf\x7f\xff\xdd\x77\xde\xa1\x25\x55\x15\xe5\xf0\ \xd5\x2b\xca\xd8\xee\xee\x6e\xbd\x56\xc3\x58\xca\xb2\xdc\xf7\x3c\ \xdd\x30\x10\x04\x84\xe4\xb6\x65\x48\x12\x6e\xb7\x5a\xbe\xef\x7d\ \xf6\xe3\x4f\x3b\x9d\xb5\x77\xde\x79\xc7\xb2\x4c\x5d\xd3\xb0\x20\ \xb4\x9a\x75\xac\x18\x25\x83\x08\x0a\x76\xad\xf6\xf2\xc9\x91\x28\ \x8a\xa2\x88\x44\x11\x33\xca\xbe\xf7\x9f\xff\x64\x3e\xed\x09\x50\ \xc8\xf3\xdc\x30\xb4\x2c\x4d\x57\x56\xba\x9b\xd7\x76\xa7\xf3\x91\ \xaa\xa9\x76\xc5\x96\x65\x79\x32\x99\xac\xad\x74\xd2\x34\xbd\x75\ \xeb\x7a\x9e\xa4\x2f\x5f\xbc\x0c\x82\x80\x71\xee\x38\x4e\x96\xc4\ \x3b\xdb\xdb\xcd\x46\xe5\xfa\xfe\xfe\x9f\xfe\x5f\xff\xc7\xea\x4a\ \x17\x23\xf1\xe0\xe0\x65\x1c\x07\x94\x31\x84\x50\x77\xa5\xcb\x39\ \xa7\x84\x47\x71\x8a\x45\x54\x12\x22\x20\x81\xe6\xc4\xf1\xa7\x9a\ \x26\x69\x8a\x82\x90\x58\xe4\x45\x1c\x45\x61\x10\x0e\xfa\xfd\x6f\ \x7e\xf3\x9b\xad\x66\xeb\xef\xff\xeb\xdf\x57\x2b\x15\xce\xd8\xf1\ \xd1\xab\xa2\xc8\x5c\x67\x91\x66\xe9\x62\x3e\xc3\x18\x7a\xae\xf3\ \xd9\x67\x9f\x2e\xdf\x4f\xff\xe8\xc7\xfe\xb3\xcb\x2d\x62\x8c\xf2\ \x3c\x57\x14\xc5\x34\xad\x65\xb9\x87\x51\x26\x08\x90\x52\x9e\x24\ \x59\x96\x65\x49\x1c\xc5\x49\xe4\xba\x4e\x51\x14\x7f\xf1\x17\x7f\ \xfe\xf2\xe5\xcb\x34\xcb\x64\x59\xd4\x34\x43\x51\x14\x4d\xd3\x14\ \x45\x71\x5d\x17\x70\xde\xed\x74\xbb\xdd\xae\x24\x49\x61\x10\x0c\ \x87\x43\xc6\x58\x59\x14\x87\x87\x87\x1f\x7c\xf0\x01\x10\x04\x42\ \x88\xe3\x38\x97\x97\x97\x6b\x6b\x6b\xbf\xf4\x9d\x5f\xc2\x18\xbf\ \x3c\x78\x39\x1e\x8f\x47\x83\x3e\x02\x3c\x4b\x62\x81\x53\x5d\x95\ \xe3\x38\x32\x0d\x4d\x16\xb1\xa6\x2a\xb2\x24\x56\xab\x55\xc3\xb4\ \x0a\x52\x1a\xa6\x6e\xd7\x2c\x55\xd7\xfb\xc3\x31\x16\x55\x88\xe5\ \x20\xca\x20\x12\x3f\xff\xec\xd3\xc0\x9d\x21\xc8\x39\xe7\x92\x24\ \x17\x05\xd1\x0d\xc3\x71\xdc\xa3\xa3\xd7\xcf\x9f\x3f\xff\x7f\xfe\ \xcb\x7f\x89\xc3\x28\x4d\xd3\x3c\xcb\x29\xa5\x65\x51\xce\x66\x73\ \xcf\xf3\x46\xa3\x91\x6d\x57\xaa\xcd\xa6\x24\x29\x97\x97\x97\x51\ \x14\x61\x8c\x29\x2b\x8b\x3c\xeb\xf7\x2e\x4e\x4e\x8f\xd2\x34\x61\ \x8c\x01\xc0\x93\x34\x1e\x0c\x06\xa6\x69\x0a\x00\x1a\x86\xb9\xbf\ \x7f\x3d\xcb\x8b\xd3\xf3\x73\x3f\x08\x3f\xf9\xe6\x37\xab\xd5\xea\ \xff\x37\xd5\xe6\x9f\xbc\x7d\x89\x58\xe2\x1c\xb4\xdb\x6d\x42\x4a\ \x2c\x8a\xb2\x24\xc7\x49\x3c\x99\x8e\x2b\x95\x0a\x00\xbc\x28\x0a\ \xc7\x71\x1c\xc7\xe9\xb4\x3b\x77\xef\xdc\xa9\x54\xac\x65\xfa\x1d\ \x70\x5a\xa4\x09\xc9\xf2\x24\x4d\x18\x63\x18\x8b\x82\x00\xd6\x37\ \xd6\x96\x36\xa8\x8a\x6d\x47\x51\x70\xf0\xf2\x79\x9a\xa4\x79\x9e\ \x0b\x80\x23\xc0\x92\xd0\xb5\x2d\x63\x36\x9d\x75\xba\xab\xff\xdd\ \x2f\xff\x4a\x9e\xe7\xcf\x9f\x3d\x3d\x7e\x7d\xb8\xbe\xd2\x69\xb7\ \x5a\xa4\x20\x96\x55\xd5\x14\x6d\x77\x7b\xbb\xdd\x68\xec\x5d\xdb\ \xb6\x75\x3d\x0d\xc3\xf9\x68\x94\x04\x21\x29\xb2\xc8\xf7\x49\x96\ \xd9\x86\x76\xfb\xe6\x1e\x67\x04\x50\x82\xa1\x30\x1d\x0d\x91\x00\ \x6c\xd3\xa0\x94\x60\x0c\x11\x86\x59\x96\x84\xa1\x1f\x84\x41\xa5\ \x52\xed\x74\x3b\x9c\x73\x42\x08\xe3\x8c\x72\x5a\x92\x72\x7d\x73\ \x53\x96\xe5\x82\xd8\xe6\x4e\x71\x00\x00\x20\x00\x49\x44\x41\x54\ \x10\x4d\xd5\x10\x46\x08\x42\x11\x63\x08\x40\x1c\x06\x41\xe0\x0d\ \x06\x57\x69\x12\x8f\x86\xc3\x4e\xbb\x9d\x67\x79\x14\xc7\x8c\x94\ \x9c\x96\xa6\x69\x14\x45\x0e\x04\x41\x92\x65\x4a\x29\xa1\x94\x73\ \x4e\x28\x61\x94\x80\x37\x6b\xe9\x2e\x91\xae\xb2\x68\xb4\x1b\xba\ \x6e\xb8\xee\xa2\xd5\x6a\x12\x42\x7b\x57\x57\x8e\xe3\x76\x3a\x1d\ \x42\x68\x96\xa5\x17\x97\x17\x8c\xd1\x9f\xff\xf6\xb7\x5b\xad\xa6\ \x88\x91\x88\xe1\x72\x93\x8d\xa2\x20\x4f\x93\x65\xfa\xd2\xb6\x6d\ \x55\x55\x7e\xe1\x17\x7e\x5e\x37\x34\x45\x11\x83\xc0\x7f\xfe\xec\ \xe9\x68\xd4\x8f\x93\x98\x92\x12\x09\x2c\xf2\x1d\x28\x10\x59\x96\ \xfa\x83\xc1\xff\xf4\x3f\xff\x2f\xb2\xa2\x1d\x1f\x1d\xbf\x7e\x75\ \xe8\xb9\xf3\xbd\xbd\xdd\x22\x2f\x1a\x8d\x96\x69\xd9\xb5\x5a\xf5\ \xf6\xed\x9b\x3b\x3b\x5b\xd7\xf7\xf7\x00\x63\x81\xeb\x7b\x0b\x07\ \x31\x90\x84\x29\x02\x30\x4b\xb2\x5b\xb7\xae\x63\x28\x60\x08\x14\ \x11\xcf\xa7\xe3\xe9\x74\x72\xed\xda\x35\xc6\x78\x5e\x10\xdb\xb6\ \x39\xa5\xa3\x61\xcf\x59\xcc\x09\xe5\x5b\x3b\x3b\xb2\x22\x15\x79\ \x4e\x4a\x2a\x8a\x98\x52\xd2\x6a\xb6\x3e\xfc\xf0\xfd\xf9\x6c\xa2\ \xaa\x72\xb5\x56\x45\x08\xeb\x9a\x06\x18\x4b\xa2\x28\xf4\xfd\xf3\ \xb3\xd3\xc9\x78\xdc\xbb\xbc\xe8\x76\x5a\xb5\x8a\x75\x79\x79\x91\ \x24\x21\xe1\x04\x08\x5c\x56\xe5\xd9\x7c\x8a\x30\xd4\x74\x15\x22\ \x21\xcd\x52\xc6\x68\x9c\x44\x94\xd2\x9f\x5e\xd9\xfd\xd9\x51\x11\ \x94\xd2\x4a\xd5\xc8\xf3\x0c\x00\xa1\x28\x08\x67\x02\x00\x5c\x92\ \xc4\x34\x2b\x7c\x2f\x28\xf2\x5c\x37\xd0\x7c\x3e\xfe\xa3\x3f\xfa\ \xe3\xbb\xf7\xee\xfd\xf9\x9f\xff\xe5\x7c\xe6\x8e\x46\x23\x0e\x00\ \x03\x80\x32\x01\x03\x00\x04\x41\x56\x14\x20\x08\xb2\x2c\x57\xab\ \x55\x42\x88\x00\x61\x51\x64\x35\xbb\xfa\xe4\xc9\x93\xdf\xfd\x37\ \xff\x76\xfb\xda\x96\x28\x21\x51\xc6\x61\x1c\xbc\x3a\x3a\xdc\xdf\ \xdf\xdf\xd9\xdb\x69\xb4\xea\x9f\x3f\x78\xe0\xcc\xa7\xde\x62\x86\ \x11\x64\x65\x0e\x39\x1d\x5c\x5d\xd8\x95\x4a\xe4\xbb\x65\x9e\x88\ \x15\x23\x0a\xbd\x2f\xbf\x3c\xd4\x75\x93\x50\x0a\x31\x90\x15\x66\ \x5a\xb2\xb3\x70\xab\xb5\xae\x00\x84\xcb\xcb\x4b\x00\xf5\xe4\xf4\ \x30\x8e\x43\x5d\x12\x09\x03\x84\x01\x0e\xa0\xac\x18\xf3\xb9\x93\ \x17\xec\xe8\xe8\x95\xe7\x39\xdb\xeb\xab\x9c\x73\x24\xa0\x34\xc9\ \x96\x06\x08\x42\x88\x65\x57\xf2\x3c\x3f\x3d\x3b\x23\x84\x14\x65\ \x4e\x48\x91\x67\x09\xa3\xb9\x22\x89\x8c\x0a\x79\x91\x46\x71\x58\ \x92\x32\x8c\x82\x8b\xcb\xb3\xed\x9d\xdd\x6a\xbd\x7e\xeb\xee\xbd\ \xfe\x70\xbc\xbb\x7f\x97\x72\xea\x1f\xbe\x90\x34\xbd\xbb\xb5\x29\ \x29\xca\x4f\x8f\x71\xfd\x94\xdf\x10\xa5\x40\x10\x90\xa2\xa8\x82\ \x20\xa8\xaa\x9a\x24\x89\xeb\x79\x76\xa5\xb2\x84\xd7\x65\x59\x59\ \xee\x98\x8d\x46\x8d\x33\x8a\xa0\x20\x00\x26\x00\xa0\xab\x32\xa7\ \x65\x12\xfa\x02\xe0\x80\x01\x45\x92\x0c\x4d\x25\xa4\x4c\xe2\xf0\ \xc3\x0f\xde\x5f\x5d\x5d\x9b\x4c\xc6\x49\x1c\x78\xde\xc2\x32\xb4\ \x22\x89\x40\xc9\xf2\x28\x09\x30\x3b\x38\x78\x51\xa9\x18\x95\x9a\ \x85\x00\x7f\xf8\xc3\x1f\xfc\xe6\xff\xf0\x3b\x95\x4a\xf5\xef\xfe\ \xb6\x2f\x8b\x6a\x12\x95\xd7\xf7\x6e\xeb\xba\xa9\xe9\x3a\x14\x60\ \xec\xba\x61\x18\x4a\x0c\xe8\x2b\x5d\x58\xf2\xd3\x97\x2f\x56\x57\ \x3b\x95\x6a\x45\x41\x82\xa9\x4a\x5f\x3c\xf8\xf1\xc5\xd9\x19\x60\ \xc2\x74\x3c\x26\x45\x12\x87\x8b\xa2\x48\x4d\x5d\x81\x10\x84\x51\ \x10\x46\xd9\xbd\x7b\x5b\xed\x76\x27\xcb\xd2\xe9\x62\x0a\x45\x89\ \x03\x22\x60\xdc\xbb\xba\x4a\x33\xea\x85\x11\x80\x00\x08\xbc\x56\ \xa9\x86\xde\x00\x62\x41\x92\xa5\x32\x4f\x25\x8c\x2e\x2e\xce\x30\ \xc6\xb2\x22\xb7\x5a\x2b\x57\xbd\xcb\x2c\x4d\x00\x67\x8a\x24\x72\ \xce\xb0\x24\x0b\x08\x67\x2c\x90\x55\x4d\x56\x75\x0e\x04\x24\x8a\ \xfc\x4d\x07\xc6\x51\xce\x33\x42\xec\x5a\xcd\xaa\xda\xb4\xdf\xab\ \xd5\x1b\x3f\xfc\xe1\x0f\xf7\xf6\xae\x23\x41\xc8\x93\x2c\x4f\xb3\ \xe1\x70\x78\x7a\x7a\xfa\xab\xbf\xfa\xab\x40\x00\x22\x86\x08\x0a\ \x94\x14\xb2\x08\x1b\x55\xcb\x0f\x83\x20\x2e\x8b\x3c\x55\x65\x9d\ \x96\x40\xd7\x34\xd7\x59\x6c\xac\xad\x7e\xeb\x5b\xdf\x8a\xe2\xe8\ \xf0\xe0\xb0\x3f\x38\x77\x03\x9f\x73\x56\xe6\x41\x99\x2e\x92\x20\ \x8b\x3c\x76\x76\x75\xf1\x6f\xff\xc7\x7f\xd3\xee\xac\x3c\xfb\xfa\ \xc9\x8d\xdd\x9b\xbf\xf2\xcb\x3f\xff\xf0\xe1\x83\x28\xcc\x09\x85\ \x10\x29\xef\xbd\xf7\x5e\x96\x65\xed\xba\x1d\x79\x8b\x59\x6f\x94\ \xf8\x89\x7a\x5d\xac\x58\xf6\xf0\xe2\x4c\xd7\xf5\xed\xed\xad\xb2\ \x2c\xaf\xef\xef\xf4\x7b\x67\x07\x2f\x0f\x02\x7f\x01\x61\xed\xcb\ \x27\x5f\x01\xce\x4e\x2f\x2e\xa1\x80\x1a\x15\x0b\xd1\x7c\x32\xba\ \x42\xa2\xba\xb6\xbd\x97\x16\x65\xe0\x4c\x25\x24\x13\x50\x60\xcc\ \x17\xde\xa4\x3f\x3a\x8d\xd3\x79\xef\x2a\xd7\x75\xb3\x52\xb5\x4b\ \x94\xc5\x71\x24\x40\x39\xcd\x12\x84\xc1\x60\x70\xf5\x37\xc1\x42\ \x96\xe5\x7b\x6f\xdd\x3e\xef\x9d\xc7\x69\x34\x5b\x38\x2b\x2b\x2b\ \x48\xc4\xb5\x46\xa3\x28\xcb\x24\x49\xa2\x28\xda\xd8\xda\x82\x08\ \xb5\x3a\x9d\xa5\x83\xf3\x9f\x7f\xe7\x82\x10\xc6\x71\x4c\xd9\x48\ \x55\xd5\x22\xcf\xd3\x34\x91\x24\x99\x52\xaa\x6a\xda\x32\x58\x17\ \xfa\x1e\x07\xec\xaf\xff\xe6\xfb\x8f\xbf\x7e\xfc\xe0\xe1\x03\x59\ \xd1\x4a\xc2\x5e\xbd\x7e\x1d\x67\xc5\x72\x1a\x21\x29\xc0\xd1\xd1\ \xd1\xc7\x1f\x7f\x4c\x8a\x12\x8b\x78\x7d\x7d\x83\x90\x1f\xea\x86\ \x9e\xa5\x89\x00\x61\x9a\x65\xf7\xdf\x7e\x5b\x00\x42\x9e\x65\xba\ \xaa\x41\x41\x88\xc3\xc8\x34\xcc\x32\xcf\x01\xe3\xb6\x69\xf6\xcf\ \xce\x26\xe3\x71\x9a\xc4\x40\x10\x5c\xcf\xc1\x18\x03\x08\x18\xa7\ \x2f\x5e\x3e\x7f\xcf\xfc\xa0\x52\xb3\xb2\x2c\x2f\x0a\x1a\x04\x7e\ \xbb\xdd\xde\xdb\xdb\x69\x34\x9a\xf5\x7a\x7d\x34\x1a\xdd\xba\x7d\ \xe7\xec\xe2\x32\x8a\x62\xdb\x94\x44\x09\x13\x5a\x08\x1c\x00\x0e\ \x28\x63\x95\x4a\xd5\x34\xad\x28\x0a\x7b\xfd\xcb\x7a\xad\x9a\xa5\ \xa9\xaa\xa9\x8b\xc5\x42\x14\xb1\x2c\xcb\x08\xa1\x56\xab\x29\x49\ \xf2\x78\x3c\x4a\xd3\x94\x30\xca\x19\xe5\x8c\x0b\x00\x30\x52\x96\ \x02\x40\x08\x21\x28\x88\x12\xc6\x12\x22\x8c\x0a\x82\x10\x78\xde\ \x7b\xef\xbe\x9f\xa6\x29\xa7\xf4\xf2\xea\x52\x94\x25\x00\x84\x5a\ \xa3\x71\x7e\x7a\x56\x7c\xfc\xbe\x60\xe8\x00\xbc\x89\x2e\x62\x19\ \xa9\x2d\xcb\x12\x8b\x62\x12\x84\x10\x8b\xab\xab\xab\x49\x92\x6c\ \x6c\x6c\x58\x96\xd5\xef\x5d\xc5\x71\xbc\xb1\xb1\xb1\x94\x58\x2c\ \x9b\xb9\x94\x12\xd7\x59\x64\x59\x66\xdb\x76\x51\x14\xcb\x3e\xc3\ \xda\xda\xda\xa3\x2f\xbe\xd8\xda\xda\x5a\x59\xed\x96\x24\xcf\xf3\ \x6c\x6f\x6f\x97\xd2\xc2\x77\xe7\x02\xe0\xac\xcc\x11\x60\x9e\xeb\ \xcc\x66\xe3\xbd\xdd\x0f\x8a\x22\xd3\x54\xa5\x2c\xf2\xed\xed\xf5\ \x3c\x2f\x31\x16\xb3\xbc\xec\xb4\xba\x5b\x5b\xdb\xf3\xd9\xdc\x59\ \x2c\x4c\xd3\x5c\xe9\x74\x02\x5d\x53\x64\x31\x4b\xe2\x34\x0a\xc7\ \xe3\x11\xc6\xfc\xea\xea\xfc\xf0\xd5\xe1\x62\x31\xbd\xbc\xbc\xb4\ \xed\x0a\x44\x8a\xef\xfb\x10\xd0\x4a\x45\xaf\xd7\x6a\xfd\xcb\x73\ \xa4\xa1\x20\x08\x4a\x02\xf6\x6f\x5c\xb7\xaa\x96\x38\x94\x4c\xcb\ \x58\xde\x72\x18\x65\x08\x63\xcb\xd2\x29\xe5\x50\x04\x59\x9e\x2f\ \x87\x00\x40\x41\xf0\xfd\x80\x73\x96\xa6\xe9\xb2\x69\x2b\x08\x42\ \xa7\xb3\xe2\xb8\x8e\xeb\xba\xaa\x2a\x13\x42\x18\xe3\xa2\x2c\x17\ \x65\x29\xcb\x8a\x69\x59\x02\x12\xe3\x38\x26\xa4\x14\xde\x50\x44\ \xcf\x05\x04\x4b\xce\x34\xdd\x28\xca\x42\xd3\xf4\xd9\x6c\x66\xdb\ \x76\xb3\xd9\x2c\xcb\xf2\xd6\xad\x9b\x61\x18\x1d\x1c\x1c\xac\xad\ \xad\xc9\xb2\x4c\x29\x65\x29\x53\x35\x55\x10\x84\xa5\x8d\x12\x43\ \x48\x20\x4c\x93\xcc\x30\x4c\xc6\xb8\xa6\x69\x83\xc1\xe0\x93\xdf\ \xfe\x84\x71\x9a\x65\xa9\x5d\xb1\x6e\xdf\xb9\xf5\xfa\xf8\xd8\x75\ \xdd\x4e\xa7\x85\x91\x10\xc7\xe1\xd9\xd9\x59\xb3\xdd\x16\x04\xd8\ \xe9\xac\x7c\xf1\xc5\x97\x9c\xd3\x7b\xf7\xee\xfe\xf0\x87\x7f\x2f\ \x4a\x62\x9e\x17\x6f\xbd\xfd\x56\xbb\xdd\xee\xf5\x7a\xb3\xe9\x94\ \x51\xba\xbe\xb6\x16\x86\x71\xe4\xba\x90\x53\xdf\x59\x24\xa1\x2f\ \x70\x72\x72\x7c\x32\x1a\x0f\x1f\x3f\xfe\x32\x0c\xc3\x95\xd5\xb5\ \xe9\x74\x1c\xa5\xe9\xb5\x9d\xed\x7a\xbd\xa9\xeb\x7a\x96\x25\x50\ \x96\x7b\xfd\xe1\x27\xdf\xf9\x57\xb7\x6e\xdf\x3e\x3f\x79\xdd\xac\ \x37\x54\x45\x09\x42\xbf\x2c\x0a\x43\xd7\x09\xc9\xdb\xed\xa6\x22\ \xeb\x45\x4e\x92\x28\x11\x04\xae\xeb\x7a\x96\x65\x79\x9e\x27\x49\ \x92\xe7\x19\x21\x05\xc6\xd0\x34\x8d\x9d\xad\x8d\xd7\x47\x67\x79\ \x41\x5b\xad\xd6\x6c\x3e\x67\x00\x20\x84\x44\x51\xdc\xdf\xdf\xd7\ \x0c\x43\x91\xe5\x38\x49\x08\x21\x18\xe3\x7f\xfe\x9d\x4b\x96\xe5\ \xa7\x4f\x9e\x3d\x7e\xfc\xf5\xfd\xfb\xef\xe8\xba\xb6\xfc\x74\x96\ \x5e\x1e\x55\x55\xf7\xf7\xf6\x39\x2d\x8f\x8e\x4e\x1f\x3c\x78\x44\ \x08\x11\x45\x09\x21\x18\x66\xd1\xab\x57\x87\xe3\xd1\xa8\xd9\x6c\ \xeb\x9a\x72\x7e\x76\xca\x18\xdb\xdf\xdf\x3f\x3f\xbf\x58\x36\x5c\ \x55\x55\x5d\xfe\x79\xa3\xe1\xf0\xe3\x4f\x3e\xde\xdd\xbe\x76\x76\ \x7c\x6c\x59\x56\xb5\x5a\x65\x84\x7a\x8e\x1b\x05\xc1\xf9\xc9\x59\ \xb7\xdb\x35\x54\x2d\x4d\x92\x65\x6b\xaf\x24\xa4\xdb\xed\xd6\xaa\ \xb5\xc3\xa3\x57\x8c\x52\x45\x55\x8f\x8e\x8f\x18\x65\xdd\x6e\xf7\ \xe8\xf5\xf1\x6c\x36\x5d\xe9\x76\x03\x2f\xa8\xd7\xea\x59\x9a\x91\ \xb2\x94\x30\x2e\xb2\x3c\x47\x02\xd3\x31\x00\x90\x32\x4e\x19\x63\ \x4c\x28\xf2\x02\x21\x54\xaf\xd7\x8e\x8e\x8f\x90\x20\x34\x6a\x35\ \x0e\x40\x1c\xc7\xa2\x88\xd3\x34\xb5\x6d\xfb\xfe\x4f\x46\xaa\x80\ \x2c\xcb\x96\x2c\x7b\x9c\x26\x18\x70\x8c\x10\xa3\x0c\x42\x28\x08\ \x02\x86\x48\x91\xe4\x04\x67\x79\x96\x01\xc0\xf2\x3c\x9b\x4c\xc6\ \xf5\x46\x9b\x11\x9a\xa5\x49\x96\xa7\x79\x96\x76\xba\xed\xb3\x93\ \xa3\x20\xf0\xdb\xcd\xfa\x1b\x0c\xd2\x60\x8c\xe9\xba\xae\xeb\x7a\ \xab\xd5\x82\x08\x85\x61\x68\x57\x6b\x8c\x31\x4d\xd3\x0d\xc3\xe0\ \x9c\x33\xce\x97\xec\xdb\x52\xc9\xbf\x58\x2c\x34\x4d\xab\xd7\xeb\ \x08\x21\x4a\x69\x9e\xe7\x10\x42\x4d\x55\xe3\x38\x36\x74\xbd\x51\ \xab\x75\x3a\x1d\xce\xb8\x84\x45\xcb\x34\xeb\xf5\xba\xeb\x2e\x6c\ \x53\xb3\x6d\xab\xd5\x68\x15\x05\xf9\xf4\x87\x3f\xe2\x00\x6c\x6f\ \xed\xb8\xde\xbc\xd1\x68\xf4\xfb\x57\x9c\xb3\x6a\xb5\x42\x48\x51\ \x14\x59\xbb\xd3\x82\x10\xa4\x59\x12\x86\x91\x24\x89\x76\xc5\xbe\ \x7d\xe7\x0e\xc2\x60\x38\x18\x5e\x5e\x5e\xf4\xfa\xe7\xf3\xf9\x38\ \x08\x7d\xdf\x77\x35\x4d\x13\x04\xb0\xb3\xb3\x55\x52\x58\xad\x36\ \x55\x05\x4f\xc7\x57\x71\x14\x2f\x4f\x61\x45\x56\x64\x09\x45\x51\ \x50\x96\xa5\x28\x62\x28\x08\x49\x1a\x8a\xa2\x88\x34\x04\x00\x80\ \x00\x62\x04\x09\x2d\x19\xa5\x65\x59\x4a\x22\x0e\x82\x20\x08\x3c\ \x2c\xe2\x24\x8d\x29\xa1\x8a\xaa\xe6\x79\x66\x18\x86\x65\x59\x41\ \xe0\x4a\xd2\x72\xdc\x29\x05\x00\x70\xc6\x09\x21\xae\xeb\x16\x84\ \x15\x65\x99\x65\x19\x78\x43\x18\x05\xc6\x51\xb4\xb3\xbe\xb9\xd2\ \xed\x9a\xa6\x95\xa5\x27\xce\xc2\x7d\xff\xfd\xf7\xe3\x38\xbe\x73\ \xe7\x0e\xc6\xe2\x68\x34\x6a\xb5\x5a\x2b\x2b\x2b\x67\x67\x67\x6b\ \x6b\x6b\x95\x4a\x25\x08\x83\x25\xde\x18\xc7\x31\x63\xcc\x34\x0d\ \x59\x91\x17\x8b\x45\xad\x56\x5b\xfa\x29\x2b\x95\x0a\x63\x0c\x42\ \xd8\x6c\x36\xbb\xdd\xee\xc6\xfa\x57\xbb\xbb\xbb\x8c\x51\xdb\xae\ \xf8\xbe\xfb\x87\x3f\xfe\xc3\xef\x7e\xf7\xf7\x2a\xb6\xad\x6b\xba\ \x28\x62\x42\x88\x84\xb1\xaa\x28\x79\x9a\xd6\xaa\x55\xcb\x30\x29\ \x29\xc7\xa3\x51\xbd\xde\xd0\x54\xad\xd3\x6a\x57\xaa\x95\x34\x4b\ \x4f\x4f\x4f\x9f\x3f\x7d\x22\xcb\x62\xef\xd2\x7a\xfe\xe2\x39\x00\ \x2c\x4b\xa2\xf5\xd5\xee\xee\xde\xb5\x20\xce\x36\x77\x76\x26\xd3\ \x69\x49\x08\x10\x00\x67\x5c\x92\x25\x04\x11\x46\xf0\xfc\xfc\x74\ \x39\x47\xca\xf5\x3c\x28\x08\x18\xa3\xbc\xc8\x65\x59\x56\x14\x45\ \x00\x02\xe3\x0c\x0b\x88\x32\x4a\x29\x5d\x2c\x16\x8c\xd1\x28\x0a\ \x87\xc3\x51\xa3\x51\xd3\x75\xcd\x30\xcc\x5b\xb7\x6e\x1e\x9f\x9c\ \x73\xce\x4d\xd3\x4c\x92\x44\xd7\x75\x26\x08\x79\x9e\xbb\xae\x3b\ \x9d\x4e\x97\x9f\xeb\x4f\xc6\xe2\xfe\xb3\x57\xe8\x21\x84\x49\x12\ \x7f\xf5\xe5\x43\xdf\x99\xdf\xbc\x75\x13\x00\x30\x1a\x8d\x30\xc6\ \x50\x80\x08\x23\x24\x30\xd3\xb4\x9e\x3c\x79\xea\xb8\x6e\x9a\x66\ \x9c\xa5\xb6\x5d\x41\x08\x0d\x07\xfd\xf9\x74\xb2\xb6\xb2\xea\xbb\ \x4e\x14\x06\x8a\xac\x94\x65\xa9\xaa\xaa\xe7\x79\x96\x65\x43\x08\ \x29\x21\x9c\x31\x49\x96\xbb\xdd\xee\xb0\xd7\xf7\xc2\x10\x43\x54\ \x6f\x34\x0e\x9f\x3f\x77\xa6\x53\x05\x8b\x08\x80\xa7\x8f\xbf\x9a\ \xcd\x67\x24\x2f\x4c\x53\x27\x25\xf1\xa7\xd3\x30\x0c\x93\x24\x89\ \xa3\x68\x06\xe1\xd6\xce\xb6\xef\xf9\x67\xe7\x67\x15\xb3\x52\xb1\ \x2c\xc0\x58\xe8\xfb\x49\x92\x66\x69\x3a\x9f\x4e\x2a\x96\x1d\x85\ \x61\xc5\xb2\xa2\x38\x4c\x53\x0c\x00\x28\x4b\x42\x19\x20\x8c\x8b\ \xa2\xc8\x19\xcb\xd2\x74\x36\x9b\xad\xaf\xad\x41\x28\xa8\x8a\x12\ \x04\xc1\xb5\x6b\x3b\x69\x9a\x85\x61\x98\xe7\x59\xbf\xdf\x33\x4d\ \x6b\x79\xff\x02\x00\x08\x9c\x97\xb4\xd4\x14\x09\x23\xa0\xc8\x32\ \xa1\x94\x13\x02\xa1\xc0\x4a\xa6\xaa\x6a\xa3\x5e\x65\x54\x38\x3d\ \x39\xb6\xad\x0a\x00\xbc\x59\xaf\x79\xbe\xbf\xb9\xb9\x31\x9b\x4d\ \x7c\xcf\xcb\xf3\xfc\x0d\x0a\x2e\xcb\x7f\xff\xed\x3b\x77\x7a\x57\ \x57\x92\x24\xe5\x79\xbe\xbc\xe4\xba\xae\x7b\xf7\xde\x5b\x45\x51\ \x8c\xc7\xe3\xa2\x28\xd7\x56\x2d\x42\x4a\xc7\x71\xd2\x34\x5d\x02\ \x65\xaa\xaa\x0a\x82\x50\xab\xd5\x14\x45\xe1\x8c\x35\x6a\xb5\x28\ \x0c\x83\x30\x94\x44\xd1\x32\x0c\x81\xf3\x3c\xcb\xa0\x20\x90\xb2\ \x28\xd2\xac\xdd\x6a\x51\x42\x54\x4b\x45\xb0\x7c\x75\x78\xf0\x1b\ \xbf\xf1\xaf\xd6\xd6\x57\x10\x66\xed\x76\x7b\x38\xe8\xe5\x59\x66\ \x59\x36\xa5\x44\xc4\x48\x14\xd1\x7c\x31\x3b\x3f\x3f\x81\x50\x84\ \x50\x48\xd3\x94\x31\x52\xa9\x5a\x94\x15\x8a\x2a\xb5\xdb\x8d\xe1\ \x70\x34\x1e\x0f\x6c\xdb\x92\x64\x5c\xa9\x18\x40\x60\xd5\x4a\x55\ \x92\x44\xdf\x73\x16\x8b\x45\x9a\x66\x92\xa4\x00\x20\x60\x8c\xda\ \xdd\xd5\xbb\x77\x6e\x3f\x7e\xfc\xb5\x88\xc4\x2c\xcb\x44\x2c\x62\ \x04\x01\xe0\x49\x1c\x21\x44\xd2\x34\x01\x02\x25\xb4\x24\x14\x09\ \x8c\x87\x91\x4f\x68\x49\x19\x01\x80\x61\x11\x22\x24\xd4\x1b\xd5\ \x66\xb3\xd5\xeb\x5f\x11\x42\x97\x2c\xb4\xae\xeb\x25\x65\xb2\x2c\ \x13\x4a\x05\x41\x10\x04\x21\xcf\xf3\x2c\xcb\xe0\x1b\x01\xc0\x25\ \x21\xb7\xef\xdc\xb1\x0c\xcb\x0f\xfc\x9f\x2c\x23\x07\xbd\xde\xd5\ \xad\x5b\x77\x0c\xc3\x18\x0c\xfa\xfd\x7e\xff\xce\x9d\xdb\x9c\xf3\ \x20\x08\xfa\xfd\xfe\x60\x30\x10\x45\x71\x67\x67\x47\x14\x45\xc3\ \x30\x54\x55\x15\x04\x20\x89\xa8\xd3\xe9\x5c\x5d\x5d\x61\x8c\x57\ \x57\x57\x97\x93\xab\x96\x66\xab\xd9\x6c\xb6\xb1\xbe\x91\x44\xb1\ \x61\xea\xb5\x5a\xed\xaf\xbf\xff\x97\x86\xae\xbf\xfb\xce\x3b\x10\ \x0a\xef\xbc\x7d\xff\x3f\xfd\xa7\xff\x48\x09\x91\x45\x11\x72\x90\ \x27\x69\xc5\xb2\x38\xa5\xcf\x9e\x3e\x59\xcc\x66\x15\xcb\x0a\x7d\ \xbf\xcc\x33\x04\x85\xb2\xcc\x6c\x43\xbb\xb6\xb5\x71\x71\x79\xf6\ \xe0\xc7\xcf\x54\x55\x5e\xdf\x58\x85\x9c\x62\x08\x74\x59\xaa\x35\ \x1a\x08\xc1\x2c\x4b\x46\xa3\x51\x5e\x12\x49\xe4\x9c\xf3\x5a\xb5\ \xf2\xc1\x7b\xdf\x00\xac\xf4\x5c\x17\x57\x2d\x52\x96\x84\x52\x59\ \x96\x92\x24\x4d\x92\x24\x0c\x83\xb2\xe4\xa4\x60\x95\xaa\x6d\x98\ \xfa\x6c\x36\x75\x1c\x67\x39\x13\xbe\xd1\xa8\x8b\x22\x96\x24\x71\ \x65\x65\xa5\x24\x85\x00\x85\x65\x2c\xcf\xb6\xed\xe5\x4c\xec\x6a\ \xb5\x1a\x04\x01\xe7\x7c\xd9\x61\xfb\x47\x1f\xe9\x3f\x43\x12\x95\ \x73\x5a\xe6\x8b\xf9\xe4\xf4\x18\xaa\x9a\x06\x00\x47\x02\x06\x80\ \xa6\x49\x72\x7e\x76\x6c\x9a\xd6\xd1\xf1\xeb\x24\xcb\xb0\x24\x12\ \x42\x3d\xdf\x37\x74\x33\x4e\xe2\x47\x5f\x3c\xdc\xdf\xdf\x2f\xcb\ \xe2\x8b\x47\x0f\x8b\x3c\x5b\x42\xf6\x96\x69\xed\xef\xef\x8b\xa2\ \x48\x68\x99\x66\x79\xd5\xb6\x57\x56\x56\xc6\xe3\xd1\x68\x34\x56\ \x64\x99\x94\xc5\xf3\xa7\x4f\xd6\x57\x57\x56\x3b\xed\x76\xa3\x6e\ \xa8\xca\xb3\x27\x5f\xf5\x7b\x3d\x08\xd8\x7c\x3e\x17\x45\xf1\xf0\ \xf0\x90\x31\x66\xd9\xb6\x5d\x81\xf3\xd9\x9c\x70\xe6\x7b\x3e\x2d\ \x88\xaa\x28\x0b\x67\xe6\xf9\x4e\x1c\xc7\x47\xc7\xaf\xa2\x38\x94\ \x65\x79\xee\x4c\xd7\xd6\x57\x86\xc3\x61\x92\x25\xaa\xaa\x52\x06\ \x18\x17\x04\x01\x08\x80\xe7\x79\xf6\xe2\xc5\x73\x5a\x96\xad\x66\ \x23\x8a\x42\x4a\x8a\x4e\xbb\x81\x31\x9e\x4d\x7d\xcf\x75\xcf\x4e\ \x8f\xf3\x3c\x9f\x8c\x47\xba\xae\x6f\x6e\xae\x25\x49\x1e\x45\x01\ \xc9\x29\x46\x48\x44\x58\x91\xa4\x30\x8e\x29\xa1\x02\x10\x20\x14\ \x00\x63\xa4\xc8\x15\x59\xcb\xd2\xe4\xd1\xa3\x07\x6f\xbd\x75\x7f\ \x32\x1e\x6d\x6d\x6f\xde\xba\x7d\xf3\xe4\xf4\x84\x96\x85\x65\x9a\ \x6f\x56\xa1\x47\x08\x35\x1b\x8d\xe3\xa3\x63\xcf\xf3\x30\xc6\x08\ \x42\x45\x51\xda\x9d\x4e\xc5\xb6\x5c\x3f\x1c\x8d\x46\x77\xee\xdc\ \x35\x0c\x43\x10\xc0\x72\xdb\x52\x14\xa5\x56\xab\x2d\xc5\xad\xba\ \xae\x03\x00\xb2\x24\xc1\x18\xd5\x1b\x75\xca\x18\x21\x65\x9a\x26\ \x45\x61\xb8\xae\xab\x28\x4a\x1c\xc7\x84\x96\xbb\xbb\xd7\x14\x45\ \x55\x65\x49\x57\x55\xcb\xb6\xd7\xd6\xd6\x00\x63\x9d\x56\x7b\x75\ \xa5\xfb\xe0\xf3\xf4\xf2\xf2\x7c\x6b\x6b\x0b\x70\x66\xdb\x16\xa7\ \x64\x3a\x1e\x6d\x6d\x6e\x64\x59\x71\x79\xf9\xff\x32\xf7\x66\x3f\ \x96\x64\xe7\x9d\xd8\xd9\x63\x8f\xb8\x6b\x6e\x95\x99\xb5\x75\x15\ \xbb\x5b\xdc\xa4\xd6\x8a\x81\xa0\x99\x91\x45\x8d\xfd\x3c\xff\x9b\ \x9e\x09\xd8\x06\x8c\x79\x31\x34\x1e\x5b\xa2\x87\x84\x28\x8a\x94\ \x4c\x76\xb3\xab\xbb\xba\xba\xf6\xaa\xdc\xf3\xe6\xdd\x62\x8f\x38\ \xfb\xf1\x43\x14\xf9\x28\xda\x35\x00\x87\xaf\x99\x48\x64\xe6\x8d\ \x13\xe7\xfb\xbe\xdf\xf7\x5b\x4e\x8c\x31\xce\x2a\x08\xf7\xba\xae\ \x83\xc0\x3c\x7c\x70\x9f\x51\x5c\x57\xdb\xb6\xae\xda\xa6\x02\xd0\ \xd6\x55\x4e\xb0\xf7\xf6\xed\x89\x33\xca\x1a\x49\x10\x1e\xa5\x99\ \x10\x42\x70\x8e\x21\xe4\xbc\xe7\xbc\xbb\xfd\xe0\xc3\x5f\x7e\xfe\ \x73\x67\x0c\xa0\x30\x89\x42\xa3\xb5\x92\xdc\x68\x4d\x18\xb2\x5a\ \x0b\xcb\x19\xa1\x08\x61\x84\xd0\xd0\x02\x0f\x36\xb1\x5a\x1b\x8c\ \xc9\xce\xce\xfc\xc5\x8b\x67\x18\xe3\x81\x22\xb3\x2d\x2b\x38\xf8\ \x82\x52\x9a\xa6\x29\xf3\xbc\x30\x8c\xde\x0f\xe7\x52\x4a\x7e\xf4\ \xe1\x47\x6f\x5f\xbf\x51\x4a\x9d\x9d\x9d\x0d\x89\xeb\x9e\xe7\xdd\ \xbf\x7f\x9f\x31\xf6\xe8\xd1\x17\x00\x80\xd9\x6c\x36\xec\x9d\x18\ \x63\xc3\x1f\x30\x84\x0f\x0d\xf4\xce\xbe\xef\x7c\xdf\x0f\xc3\x68\ \x7f\x6f\xff\xa7\x3f\xfd\xe9\x68\x34\x32\xc6\x94\x65\x29\x84\xc8\ \xb2\xec\xfc\xfc\xfc\xc1\x83\x0f\x76\xf7\xf7\x10\x82\x61\x1c\x1a\ \x63\x1e\x3c\x7c\x10\x8f\x47\x40\xa9\x3b\x77\xef\x8e\x46\xa3\xd7\ \xaf\x5f\x77\x5d\xe7\xf9\x0c\x61\x38\x9f\xcf\x16\x37\xd7\x8c\xd1\ \xdb\x77\x8e\xcf\xce\xcf\xcb\xa2\x9c\x4e\xa7\x08\xba\xc0\x67\xc5\ \x76\x3d\x9b\x64\xd3\xf1\x77\xcb\x7c\xdb\x34\xd5\xeb\x97\x2f\xa3\ \x28\xe2\x3d\x97\xa2\x3f\xbd\xbc\xac\xda\xbe\xe9\xfa\x20\x08\xb2\ \x34\x0b\x89\x1b\xfa\x3e\x8f\xb1\x7c\xbd\xbe\x7b\xf7\x8e\xd3\xaa\ \x13\x9c\x20\x3c\x64\xf4\xad\xd7\x1b\x29\x65\x18\xa4\xad\xe9\xb7\ \xdb\x7c\x88\x83\x4b\x92\x64\xbb\xdd\x96\x65\xee\xfb\x3e\xa5\x64\ \x32\x19\x8f\xc7\x63\x08\xc1\x6c\x3a\x35\x06\x0c\x0a\x65\x6b\xed\ \xc0\x71\xb5\xd6\xee\xed\xed\xc5\x71\x8c\x31\xfe\x5d\xb9\xb9\x10\ \x42\x42\xf6\xcb\xe5\xb5\x36\xf2\x66\x79\x1d\x86\xe1\xd1\xd1\xd1\ \x78\x3c\x36\x5a\x23\x8c\x8b\x7c\x73\x76\x76\xba\xd9\x6e\x8d\x73\ \x5a\x08\x4a\xa8\x75\xb6\x28\x0b\x8f\x79\x9f\x7d\xfa\x8b\x6f\x7e\ \xf8\xd1\x47\x1f\x7d\x7c\x71\x7e\xf6\x47\x7f\xf4\x47\x42\x88\xf5\ \x7a\x7d\xf7\xce\xdd\xfd\xfd\xfd\x77\x8d\x0c\x04\xbc\xe7\x08\xa1\ \x7c\xbb\x75\xda\x20\x0f\x6e\x57\x6b\x6b\xec\x64\x34\x7e\xf3\xea\ \x35\x86\xa8\xeb\xba\xcd\x7a\x33\xce\x46\xeb\xf5\xd2\x18\x13\x27\ \x09\x26\xd8\x5a\xdb\x74\xed\xf5\xf5\x75\x36\x1a\x65\xe3\xd1\xd5\ \xd5\xd5\x74\x3c\xde\x9d\xcf\x9d\xb5\x57\xd7\xd7\xbe\xef\x1b\x6b\ \x31\x84\x7d\xdb\x56\x45\x71\xef\xee\x3d\xde\x77\x97\x8b\xa6\x97\ \x0a\x20\x68\xb5\x71\x00\x62\x82\xb2\x34\xbe\xbc\x3c\x4f\x92\x64\ \x3a\x1d\x25\x71\xf0\xe4\xc9\x93\x21\xc8\x64\xb9\x5c\xd6\x75\xbd\ \x5e\xaf\x47\xa3\xd1\xaf\xaf\x83\x81\x10\x18\x24\x09\x00\x4e\x70\ \x6e\x95\x1e\x62\xc4\xb4\x54\x08\x42\x25\x84\x56\x8a\x86\x50\x09\ \x09\x30\xae\x8a\x7c\x94\xa5\x7d\xd7\xbe\x7c\xf1\xa2\xe7\xed\x64\ \x92\xf9\x81\xff\x7e\xaf\x90\x73\x20\xcf\xb7\x42\x0a\x63\x0c\xa1\ \x74\x36\x9f\x13\xc6\x86\xd7\xf8\xea\xea\x6a\x34\x1a\xed\xee\xee\ \x39\xeb\x86\xb5\xaf\xef\xfb\x43\xc1\x47\x08\x51\x4a\x21\x84\xd6\ \x1a\x8c\xa1\x52\x22\x8a\x46\x87\xb7\xf6\xb4\x96\xaf\x5f\xbf\x74\ \x56\xdf\xbf\xff\x41\xd7\xb5\x45\x51\xf8\x9e\x97\x46\x51\x18\x46\ \x00\xe2\xbe\xe7\x49\x14\x50\x8c\xba\xae\xf7\x3d\x22\xfb\x5e\x49\ \x79\x76\x7a\x72\x7d\x7d\x59\xd7\x45\x18\x46\x1d\x6f\xb7\xf9\xb6\ \xeb\xdb\xe5\xcd\xaa\x69\x1a\xad\x4d\xd7\xb7\xd6\xe9\xdd\xbd\x9d\ \xf5\xba\x6c\x9a\xba\xae\xcb\x28\x0a\x01\x74\x52\x72\x21\xf5\xcd\ \xf2\x3a\x8c\x46\x69\x12\x19\xad\x9c\xa6\x37\xf6\x2a\x0a\x23\xce\ \x7b\x8c\x60\xbe\xdd\x3c\x7d\xfa\xb8\x28\xb6\x52\x88\xeb\xcb\x4b\ \x00\x1d\x41\xd8\x39\x8b\x11\x8a\xa2\x58\x4a\x49\x30\x22\x08\x09\ \xd1\xf7\x6d\xcb\x79\x8f\x10\xf4\x3c\x6f\xb0\x99\xd7\x5a\x5d\x5e\ \x5e\xe4\x79\x0e\x00\xa0\x94\x0c\xe2\x30\xad\x35\x42\xb0\x69\x5a\ \x6b\x2d\xc1\xd8\x39\x97\xa5\x59\x92\xc4\xf6\xbd\x16\x23\x18\xe1\ \xed\x76\x5b\x14\xc5\xcd\xcd\x8d\x73\x2e\x8c\xa2\x6f\x7d\xf3\x5b\ \x79\x9e\x43\x08\x2f\x2f\x2f\xab\xaa\xfc\x8b\xbf\xf8\xb7\x51\x14\ \xe5\x79\x1e\x86\xa1\x31\x66\x3e\x9f\x53\x4a\x87\xee\x23\x8a\xa2\ \xae\xef\x11\x42\xd6\x68\xad\xf5\xc1\xe1\xc1\xc1\xe1\xc1\xe3\xc7\ \x8f\xd3\x34\xfd\xf0\xc3\x0f\x87\x9c\xc4\xb6\x6d\x93\x30\xce\xe2\ \x58\x4a\x69\x7a\x19\x78\x3e\x42\xd0\x4a\xe5\x8c\xb1\x5a\x63\x08\ \xb7\xeb\xf5\x8b\x17\x4f\x4f\x4f\xde\x04\xbe\x8f\x11\x5a\x5c\x5f\ \xce\xa6\xbb\x2d\x6f\x8b\x7c\x5b\x57\x75\xdb\xd4\xd0\xa9\xbd\xf9\ \x14\x43\xd8\xb7\x5d\xdb\x37\x3b\xd3\x49\xd7\xd4\x04\x41\xc5\xbb\ \xa2\x28\x6e\x16\x57\x90\xd0\xd9\x6c\x6a\x56\x9b\xb6\x6d\x93\x34\ \xc3\xaa\xdb\xe4\x1b\x16\x84\x5f\x3d\xfe\x42\x21\x76\xe7\xce\xbd\ \x17\x2f\xde\x48\xad\xd2\x51\xf4\xab\x03\x43\x18\xf3\xb4\x56\x03\ \x8b\x70\x88\x61\x6e\x9a\x06\x63\x9c\x65\x69\xdb\x76\x65\x59\x48\ \x29\xd6\xeb\xf5\xad\x5b\x07\x41\x10\x9c\x9e\x5d\xb6\x6d\x0b\x00\ \x18\x8f\xc7\x5f\x7e\xf9\x25\x42\xc8\x0c\xd3\x3d\x63\x7b\x7b\x7b\ \x03\x67\xfb\xbf\xff\xcd\xe5\x00\xc0\x08\x29\xa3\xf2\x62\x6b\xad\ \x5d\xad\xed\x36\xdf\x7c\xf2\xc9\x27\x18\x63\x6c\x31\x44\xa0\xac\ \xf3\xa6\x6b\x1d\x84\xda\x59\xa8\x35\xf3\x98\xb3\x4e\x72\xbe\x5e\ \xdd\x3c\x7d\xf6\x95\x52\xdc\x59\xf3\xed\x6f\x7f\xfb\xe6\xe6\x46\ \x4a\xb9\x58\x5c\x5f\x5e\x5e\x0e\x84\xfb\x41\xdd\xba\x5a\xad\x66\ \x13\x37\x9b\xcc\xb4\x31\x27\xa7\x27\xce\x19\xa9\xe4\xc5\xe5\x79\ \x9c\xc4\xdb\xcd\x86\xf7\x5d\xdd\xd4\x7d\xd7\xed\xef\xef\xfb\x41\ \x40\x28\x29\xcb\xb2\xa8\x4a\xce\xf9\xeb\xd7\xaf\xfd\x30\xb0\xce\ \xad\x96\x4b\x23\x14\x17\x9c\x10\x12\xf8\x81\xd2\x8a\x10\x72\x7e\ \x7e\x9e\x24\x49\x18\x85\x10\x42\xa5\xad\xb6\xd2\x18\x67\x9d\x03\ \x00\x3a\xe7\x26\x93\x89\xc7\x28\xc6\xf0\xea\xe2\xdc\xf3\xbc\xb2\ \xc8\xfb\xae\x05\x00\x2c\x16\x8b\xf1\x78\x0c\x9c\x5d\xaf\x96\x94\ \x52\xc1\xfb\x93\xb7\xf9\x78\x32\x8b\x82\xb0\xaa\x72\x86\x01\xc3\ \x44\x29\x45\x30\x79\x47\x2e\x75\x00\x38\x0b\x9c\x11\xa2\xa7\x84\ \x22\x08\x28\x41\xdb\xf5\x8a\xf3\xee\xe6\xfa\xb2\x6a\x2b\xdf\xf7\ \xde\xc3\xca\xf9\xd7\x16\x77\x75\x5d\x6b\xad\xc3\x30\x1c\x94\xe1\ \x6d\xdf\x17\x45\x21\x84\x40\x88\xdc\xbb\x77\x8f\x12\x82\x31\xf5\ \x3c\x16\x04\x01\x63\x2c\x08\x82\xe1\xf4\x58\x6b\xad\xb5\x10\x40\ \x8c\xf0\x38\x4d\xa5\x10\x71\x1c\x4f\x47\xe3\xd9\x64\x42\x30\xfe\ \xf2\xd1\x23\x4c\x70\xdb\xb6\xb7\xf6\x77\x11\x82\x52\x08\x42\x99\ \xe8\x7b\x63\x4c\x9e\x6f\x29\x45\x5f\x3d\x7e\xbd\x5a\x2f\xe3\x38\ \xfa\xfa\xc9\x57\x0f\x1e\x7e\xa0\x95\x18\x8f\x0e\x44\xdf\xad\x38\ \x07\x0e\x6e\xb7\x5b\x8c\x29\x21\xb8\x6b\xe4\x7a\xb5\x0a\x03\x3f\ \xf4\x83\x9e\xf7\xd0\x01\x67\xed\xed\xa3\xe3\xc5\xe2\x4a\x09\x91\ \xa6\x19\x46\xe8\xe0\x68\xef\xea\xea\x32\x1e\x25\x5d\xb3\xff\xf9\ \xe7\xbf\x8c\x93\xb8\xef\xbb\xb6\x6b\xea\xb2\xa8\xab\xe2\xd9\xb3\ \xaf\xcb\xb2\x60\x84\x60\x8c\xa2\xd0\xd7\x5a\x6a\x29\x3d\x8f\x69\ \xc3\x8d\x51\x52\x70\xad\xac\x10\x3c\xcb\x32\x8c\x51\x5d\xd7\x4a\ \x49\x84\x3c\xad\x55\x9e\x6f\xa4\x94\x43\xfd\xd3\x5a\xd7\x75\x2d\ \x8d\x19\x9e\xfb\x30\x65\x43\x04\x87\xde\xf3\xfd\x3e\x79\xa5\xe4\ \xd5\xd5\x55\x92\x24\x8c\xd1\xf9\x6c\x96\xa6\xe9\xdb\xb7\x6f\xbf\ \xfe\xfa\xeb\xa2\x28\x6e\xdf\x3e\x4e\x92\x64\x30\x32\x19\xc0\x04\ \xdf\xf7\x07\xf2\xdd\x50\x54\xfc\xc0\x6f\x05\x4f\xe2\x90\x73\xa1\ \x95\x9e\x8c\x26\x7b\x7b\x7b\x61\x18\x3e\x7d\xfa\x54\x6b\xad\x94\ \x1a\x8d\x46\xa3\xd1\x48\x09\x45\x08\x46\x08\x09\xce\x01\x00\xa2\ \xed\x2f\x2e\xce\xbe\x7a\xfc\x58\x49\xf5\xe6\xcd\xdb\x97\xaf\x5e\ \x16\x45\xc1\x18\x19\x8f\xb3\xeb\xeb\xeb\x9b\x9b\x65\xdb\x74\x65\ \x59\x45\x51\x64\x2d\x78\xf1\xe2\xa5\xef\xb1\x28\x0c\x9b\xb6\x6d\ \xbb\xb6\xeb\xfb\xf9\x7c\x1e\x46\xc1\xa3\xcf\x3f\x4f\xb2\x8c\x51\ \xba\x7f\xeb\x16\x60\xbe\xb6\xee\xee\x9d\x3b\x4f\xbe\xf8\x2c\xc2\ \x86\x52\x5a\x14\x45\xd7\x54\xc2\xe1\x9f\xff\xf3\xbf\x2c\xae\xae\ \x42\xe6\x23\x84\xa4\x54\xbe\xef\x4b\xa9\x92\x24\xee\x5a\x09\xa1\ \x51\x52\xd6\x75\x5f\xd7\x15\x21\x74\x7f\x7f\xff\xea\xea\xa2\xeb\ \xd6\x83\x3c\x79\xbb\xdd\xe6\xc5\xb6\xa9\x6b\x08\x01\x84\x70\xb3\ \xd9\xe4\x79\x3e\x78\xe1\xc7\x71\xac\xb5\x96\x52\x4e\xa7\xd3\x41\ \xbd\xf7\x3b\x30\x2d\x3a\x00\x20\x44\x04\x23\x4a\x31\x04\x42\xc8\ \xb2\x69\x56\x9b\x6d\x92\xc4\x08\x21\x07\xa1\xb6\x4e\x48\x69\x9c\ \x75\x10\x4a\xa3\xac\xb3\x1e\x65\x18\x81\xaa\x2a\x2f\x2f\x2f\x36\ \xab\x35\x42\xce\x5a\xa3\xb5\xee\xfb\x7e\xb3\x59\x97\xdb\x0d\xc6\ \x18\x63\x3c\x88\xfa\xa4\x94\x4a\xab\x37\x27\x6f\x8a\xa2\x30\xc6\ \x54\x75\x75\xbd\xb8\x72\xc0\xfe\xe4\xa7\xff\x58\x16\xe5\x7a\xb3\ \x41\x10\x66\x71\xa2\xb5\x8e\xe3\x48\x19\x93\xa6\xe9\x83\x07\x0f\ \x2e\x2f\x2f\xf7\xf7\xf7\x8b\xba\xd2\x4a\xa5\x61\xe4\x80\x75\xce\ \x59\x63\xba\xae\xc5\x84\x78\x1e\x13\x42\xdc\xbe\x7d\x1c\xc7\xb1\ \x31\xd6\x5a\xe7\x9c\xb5\xd6\x42\x88\x9c\x83\x00\xb8\x2c\xcb\x46\ \x69\x1a\x86\xe1\xcd\xf5\x95\xef\xfb\x08\x82\xbd\xdd\x1d\xad\xd5\ \xdb\x37\xaf\x7d\x8f\x11\x8c\xfa\x8e\xef\xcc\x67\x08\x21\xab\x15\ \x04\x40\x6b\xcd\xbb\x3e\x99\x64\x49\x1c\xd6\x75\x6d\xad\x05\xda\ \x01\xe7\x20\x00\x94\x90\x28\xf0\xb3\x34\xc5\x98\x02\x40\xd2\x38\ \x5a\x6f\xf2\xe5\xcd\xf5\xee\xfe\xee\x28\x89\xb7\x45\xce\x79\x3f\ \x14\xa5\xf7\x80\xba\xd2\x34\x0b\x83\x40\x29\x35\xbc\x18\x00\x00\ \xa5\x54\x92\xa4\xb7\x8e\x8e\x77\x76\x76\x30\xc2\x8c\x31\xce\xf9\ \x00\xa3\x28\xa5\x86\xc8\x62\x84\x10\x42\xc8\x63\x54\x2a\x71\x76\ \x72\x72\x74\x74\xa4\x84\x0c\x7d\x1f\x43\xf8\xd1\xc3\x6f\x14\x65\ \x21\xb8\xf8\x3f\xfe\xcb\x7f\xb9\x73\x7c\xa4\xb4\x52\xbc\x05\x10\ \x2d\x97\xab\xb6\x69\xfa\xbe\x13\xbc\xff\xe2\xd1\xe7\x59\x9a\x8e\ \x47\xd9\x7a\xbd\xfa\xaf\x3f\xf8\x7b\xc1\x7b\x82\x51\xdf\xb5\x82\ \x0b\xc6\x7c\x67\x0d\x22\x84\x51\xaa\xa4\xc4\x10\x69\xa9\xf7\x76\ \xf7\x8a\x32\xf7\x99\x87\x20\x72\xc0\xce\x67\x3b\x52\x08\x46\xd9\ \x78\x94\x05\xa1\x5f\x97\xe5\xf5\xf9\x79\x55\x6c\x19\xa1\xbb\xf3\ \xdd\xd7\x6f\x5f\xa9\xb6\x59\xae\x16\x4a\x29\x6b\x8d\xe7\x51\xa9\ \xb0\x14\x82\x73\x51\x16\xb9\xf0\x4d\x14\x27\x6d\xc7\xad\x35\x42\ \x72\x60\xa0\x52\x83\xcb\xfc\xbb\xa0\x03\x84\x06\x35\xaf\x73\xce\ \x0e\xb5\x7d\x10\xba\x43\x42\x11\x21\x51\x18\x51\x4a\xc7\xd3\x79\ \x59\x56\x4a\xbd\xf7\x6e\x11\x50\x4a\x87\x01\x90\x73\x31\xbc\xb4\ \x4a\xa9\xbe\xef\x0f\x0f\x0f\x7f\xff\xf7\xff\xc0\xf3\x7c\x08\x21\ \x63\x6c\x20\x2e\x29\xa5\x86\x86\x8b\x10\x42\x08\x71\xd6\x0d\xfe\ \xba\x69\x9a\x0e\x09\xa1\x83\x59\xfb\x76\xbb\x45\x08\xfd\xed\xdf\ \xfe\xed\xad\x5b\xb7\x92\x34\xe9\xba\x8e\x8b\x1e\x41\x54\x55\x55\ \x18\x84\xdb\xed\x76\xb5\x5a\x7d\xf6\xd9\x67\xdf\xfb\xde\xf7\xbe\ \xff\xfd\xef\xff\xe8\x87\x3f\x7a\xf4\xe8\xd1\x60\xf1\x84\x31\x21\ \x18\x2b\x65\x28\xc5\xce\xb9\x38\x8e\x9c\xb5\xbd\x90\x41\x14\xdf\ \x7f\xf0\x60\xbd\x5e\x73\x29\x8d\x31\xa3\x2c\x89\x92\x64\x3c\x99\ \x10\x4a\x3f\xb8\x7f\xef\x9f\x3f\x7d\x74\x71\x7e\x3e\xa4\x6c\xa4\ \xe3\xd4\x49\x76\x71\x75\x75\x79\x71\xee\x25\xe3\x30\x4a\x83\x30\ \x14\x4a\x78\x8a\x52\x8a\xfb\xbe\x7b\xfb\xf6\xed\xf1\xf1\x6d\xa5\ \xd5\x10\x1c\xe3\x80\xdb\x6c\xb6\x7b\x7b\x7b\x9b\xcd\xa6\xef\xfb\ \x20\x08\x94\x92\x9c\x0b\xe7\x1c\x02\x08\x13\xec\x7b\x7e\xdf\xf7\ \xcb\xe5\xd2\xf3\xbc\x61\x79\x0d\x21\xfc\xf8\xe3\x8f\x31\xc6\xc3\ \x5d\x86\xff\x55\xf5\xc2\x6f\xcd\x13\x15\x0a\xa9\x9a\x5e\x00\x88\ \xb5\x71\x0e\x22\x0b\xe0\x93\xa7\xcf\xde\x9c\x9c\xad\xf3\xa2\xac\ \xdb\x8e\x0b\x03\x9c\xb5\x16\x38\xe7\xac\xe3\x5c\xb4\x4d\xe3\x7b\ \x9e\xb3\xb6\xae\xaa\xd3\xb7\x6f\xe6\xb3\x59\xdb\xb6\x82\x8b\xae\ \xeb\x9c\xb5\xc6\x5a\x63\x2c\xc1\xd8\x59\x3b\x78\xbd\x17\x45\x5e\ \x35\xb5\xb6\x26\x2f\x0b\x00\x61\x2f\xf8\xd9\xc5\xf9\x36\xcf\x9b\ \xae\x9d\xce\xa6\x9f\xfc\xe1\x1f\x66\xe3\x31\x25\xa4\xae\xeb\xbe\ \xef\xab\xaa\x3a\x38\x38\x78\xf0\xe0\x81\xef\xfb\x77\xee\xdc\xc1\ \x18\x25\x49\x32\x9b\x4e\xc6\xa3\x34\x08\x3c\x08\x1d\x04\xd6\x68\ \xc5\xfb\xf6\x60\x7f\xef\xa3\x6f\x3c\xf0\x18\x1d\xf6\xee\x08\x41\ \x42\x08\xc6\x88\x31\x4f\x2b\xb5\x59\xad\xda\xa6\x55\x52\x6d\xb7\ \xb9\x31\x26\x8e\xe3\x24\x49\x07\x48\x02\x42\xe8\x79\x3e\x63\xcc\ \x39\x47\x19\x1b\xa5\xe9\x28\xcb\x66\xb3\xe9\x68\x34\x02\x0e\x24\ \x71\xbc\xbb\xbb\x1b\x85\xa1\x31\x1a\x3a\xa0\xb5\xc2\x10\x44\x61\ \xd8\x54\x15\xef\xbb\xd5\xcd\xc2\x1a\xbd\x5a\x2d\xcf\xcf\x4e\xcf\ \xcf\x4f\xcf\x4e\xde\x72\xde\xc3\xf7\x0a\xa1\xb1\xd6\x96\x65\x09\ \x11\xea\xba\xce\x5a\xbb\x5e\xaf\x9b\xba\x69\xdb\x36\x0c\x03\xc6\ \x98\xd2\x9a\x52\x0a\x00\x1c\x1a\x2e\xe7\x5c\x9e\xe7\xeb\xf5\xba\ \x28\x0a\x6b\xed\xf5\xf5\xf5\x17\x5f\x7c\xf1\xf8\xf1\x97\xff\xe9\ \x3f\xfd\x6f\x5d\xdf\x4a\xc9\x8d\xd5\x65\x59\x58\x67\xc2\x30\x88\ \x93\x50\x08\xee\x79\x4c\x4b\xc5\x85\x10\x42\x94\x45\x49\x08\xda\ \x9b\xcf\xeb\xaa\xba\x38\x3f\xdf\xdf\xdb\x4b\xc2\xd8\x1a\xf3\xe2\ \xc5\x73\xdf\xf7\x8e\x8f\x0f\x1f\x3c\xb8\x5f\x56\x45\xd3\x56\x0e\ \x18\x2e\xfa\xaa\x2c\x1c\x00\x9e\x1f\x44\x51\x8c\x09\xd9\x6c\xf2\ \x37\x6f\x4e\xca\xb2\x41\x90\x78\xcc\x67\xcc\x4f\x93\xec\xf4\xe4\ \x64\xb1\xb8\x8e\xc2\xa0\x2c\x8b\xeb\xeb\x1b\x4a\xd9\xfe\xde\x2e\ \x00\xa0\x2a\xcb\xb7\x6f\x5e\xf7\x7d\xa3\xa5\xec\xea\x46\x0a\x09\ \xe1\xe0\x55\xe9\x61\x84\xb4\x92\x7d\xdb\x56\x45\xce\xbb\xce\x18\ \x63\x8c\xa9\xaa\xba\x69\x1a\xe7\xec\xb0\x30\xe5\x9c\x0f\xd7\xc4\ \x20\x4c\x19\x6e\x2e\xad\x55\xe0\x07\x08\x63\x6b\xdd\x50\x27\x38\ \xef\xdf\xdb\x5c\xa8\xac\x2a\xad\xb5\xb1\xf6\xe6\xe6\xa6\x6d\xdb\ \xd3\xd3\xd3\xf5\x7a\xad\x94\x3a\x3c\xbc\x35\xf4\x71\xc6\x18\x4a\ \x69\x10\x04\x84\x90\x01\x06\x29\x8a\x62\xb3\xd9\x48\x29\x7f\xf1\ \x8b\x5f\x6c\x37\x9b\xef\x7f\xff\xfb\x8f\x1f\x3f\x1e\xfc\x20\xab\ \xaa\x02\x00\x4c\xa7\xd3\xd9\x6c\x96\xa6\xe9\x76\xbb\xc5\x08\x2b\ \x29\xb4\x54\x5d\xdb\xd6\x65\x75\x74\x78\xe4\x33\xf6\xf5\x93\x27\ \x59\x9a\xee\xef\xed\x25\x71\xf4\xcf\x3f\xfb\xa9\xd1\x6a\x6f\x67\ \xf7\x0f\xbe\xfb\xdd\xbe\x6d\xd6\xab\x35\xef\xb9\xe0\xa2\xa9\xab\ \x32\xdf\x62\x42\x66\xb3\x9d\xf1\x78\x7a\x79\xb5\x78\xf9\xea\xb5\ \x73\xb0\xac\x2a\x88\xe9\x64\x3a\xf7\xbc\x40\x4a\xf9\x8b\x9f\xff\ \x4b\x14\x7a\x5a\xa9\xd7\x6f\xde\x34\x6d\xfb\xc1\x07\x0f\xb2\x2c\ \xab\xf2\xfc\xe5\x8b\x17\xcf\xbf\x7e\xa2\x95\x5a\xaf\xd6\x10\x22\ \x6b\x2d\xe7\xdc\x5a\x97\x24\xb1\xb5\x46\x08\xb1\x5e\x6f\xd6\x9b\ \xcd\x60\x09\x97\xe7\xdb\xc5\xe2\x7a\x48\xc0\xd1\x5a\xf7\x7d\xa7\ \xb5\xd6\x5a\x7b\xcc\xeb\xfb\x7e\xb5\x5a\x71\xce\xf3\x3c\x67\x8c\ \xed\xee\xee\x06\x41\x90\x24\xc9\xf0\x50\x7e\x63\x91\xfe\x2d\xf5\ \x5c\xd6\x5a\xea\xb1\xf1\x64\xe2\x07\x41\xdf\x73\x04\xa0\x03\xd0\ \x58\x7b\x7a\x7e\x5e\x54\xd5\xe1\xa1\x1d\x4f\xc6\xd9\x68\xb4\x5c\ \x2e\x1d\x00\x94\x12\x4a\x28\x30\x46\x29\xe5\x31\x6f\xb1\xb8\x56\ \x42\x18\xa3\x17\xd7\xd7\xe7\x17\x97\x4a\x29\x29\x78\xbe\xdd\x60\ \x0c\x87\xcc\x05\x46\xa8\xb5\x16\x11\x4c\x3d\x66\x9c\xad\xda\x1a\ \x21\xa4\x81\x09\x83\x70\x67\x94\xdd\xfd\xe0\x9e\xef\xfb\xcf\x9e\ \x7c\x9d\x84\x49\x10\x86\x4d\xdb\x02\x08\x08\xa1\x8c\xb1\x28\x8a\ \xb7\xdb\x6d\x92\xa5\x71\x9c\x38\x6b\xa7\xd3\x59\x96\xa6\x8c\xb1\ \xba\xae\x95\x52\x49\x92\x24\x49\xb2\xd9\x6c\xb8\x10\x51\x1c\x41\ \x8c\xac\x73\x00\x20\x08\xb1\xb5\x8a\x31\x3c\x70\xf7\x17\x8b\x2b\ \x42\x68\xdb\xd4\xce\x81\xaf\xbe\x7c\xec\x9c\x9b\x4d\xa6\x10\xa1\ \xc5\xf5\x35\x02\x10\x01\x38\x19\x8f\xfd\xfd\xfd\xb6\x15\x7d\xdf\ \x13\x8c\x9d\x03\xce\x5a\x88\xa0\xef\x79\x51\x14\x3b\x07\x8c\x35\ \xa3\x2c\xbb\x7d\x7c\x6c\x8c\x6b\x9a\x5a\xf0\xbc\xef\x78\xdd\xb4\ \xb3\x9d\x59\x1c\x85\x46\xe9\xa3\x5b\xb7\xc2\x20\x70\xef\x19\xe5\ \x00\xda\xb6\xe5\x3d\x7f\x27\xd2\xec\x78\x3a\x1a\x31\x8f\x4d\xa7\ \x53\x04\x61\x91\xe7\x4e\x5b\xe6\x05\x10\x42\x82\x31\x65\x6c\xc0\ \x1a\x86\xce\xeb\xa7\x3f\xfd\xe9\x97\x5f\x7e\x11\x07\xde\x6a\x71\ \xf5\xe9\xa7\x9f\xfe\xf9\x9f\xff\xf9\xd0\x8e\x49\x29\x87\xf6\xc1\ \xf3\x98\x03\xa6\x28\xf2\xa6\xe9\x76\x76\x76\x07\xa4\x4c\x48\xfe\ \xcb\x5f\x7e\x36\x18\x43\xce\x77\x66\xcf\x5f\x3c\xc5\x08\x19\xad\ \xee\x1c\x1f\x86\x41\x60\x94\x2a\x78\x4e\x30\x21\x84\xb6\x6d\x3b\ \x1a\x4d\x08\x62\x14\x12\xab\x1d\x46\x58\x72\x51\xd7\x35\x82\x28\ \x49\xa3\x51\x3a\x0e\x83\xf0\xeb\xa7\xcf\xac\xd5\xc0\x58\xa9\xa4\ \xef\xfb\x04\x42\xce\xc5\x50\xab\x44\xcf\xe3\x5b\x11\x70\x60\xa8\ \x13\xd6\x5a\x6b\x0c\xc6\x50\x2b\xd5\x34\x0d\x84\xc0\x5a\xb7\xb3\ \xb3\x83\x20\x6d\xda\xc6\x18\x63\xad\x03\x43\x75\x04\x60\xd8\x1e\ \x0e\x83\xa0\x10\xd2\x18\x63\xad\xd5\xea\xdd\xff\x9e\xa6\x69\xd7\ \x75\x7e\xe0\x33\xe6\xbd\x9f\xcb\x0d\xc6\x78\xb9\x5c\x72\xce\xbb\ \xae\xfb\x93\xff\xf8\x1f\x7f\xf1\xf3\x4f\x9d\x73\xb3\xd9\xec\xe1\ \xc3\x6f\x64\xd9\xa8\x6d\x5b\x29\x55\x18\xfa\x00\x00\x42\x29\x46\ \x58\x6b\x5d\x96\xe5\xe0\x23\xf2\xf4\xe9\xd3\xbf\xf9\x9b\xbf\x89\ \xa3\xf0\x8b\x2f\x3e\xaf\xeb\xfa\xc3\x0f\xbf\x31\xec\x85\xbb\xae\ \x43\x08\x51\x46\x31\xc6\x0e\x80\xae\x6d\x8b\xa2\xf4\x3c\x96\x24\ \xc9\xa0\x70\xc8\xf3\xfc\x67\x3f\xfb\xd9\x5f\xfe\xe5\x5f\x16\x45\ \x9e\x25\x69\x9e\x6f\x11\x42\xfb\x07\xfb\x43\xc2\xe3\xe5\xc5\x0b\ \xca\xa8\xef\x07\x7d\xcf\x29\x65\x84\xf9\x5f\x3f\x7d\xfe\xf1\xc7\ \x1f\xf9\x41\xa0\x8c\xc9\xd7\x5b\xce\x79\xcf\x85\x1f\x84\x47\x47\ \x47\xff\xfc\xb3\x9f\x30\x64\x8f\x3f\xf8\xb0\xef\x7b\xca\x98\x56\ \x26\x8e\xd3\xd7\x75\x63\x9d\x55\x4a\xb2\xc0\xed\xec\xec\xfc\xcb\ \xbf\xfc\xdc\x67\x03\x4f\xd0\x77\xc0\x69\xad\xaf\xae\xae\x08\x62\ \x7d\xd7\xa5\x59\xba\xb3\x33\x3b\x3b\x3f\x1d\xdc\x10\x08\xc1\x75\ \xdd\x28\xa5\x8c\xd1\xcc\x63\x86\x1b\x4c\x48\x14\x45\x43\x84\x0d\ \xe7\x1c\x42\xd8\xf5\xbd\xe0\x7c\xb3\xd9\x48\xa9\x10\x82\x7f\xfd\ \x1f\xbe\xf7\x3b\xc1\x8a\x80\x10\x4a\x29\xab\xba\x06\x10\x5a\xe0\ \x30\x25\x1d\xef\x11\x84\x5e\xe0\x1b\x67\xf3\x22\x5f\x6e\xd6\x52\ \x29\xe8\x60\x55\x57\x84\x60\x8a\x71\x96\x24\x82\x73\x46\x49\x55\ \x6c\x02\xea\xe5\xeb\xe5\xb3\xe7\x5f\x35\x6d\xeb\x9c\x5b\x2f\x96\ \x65\x59\x38\xab\xb1\x03\xd8\x3a\x1f\x63\x2b\xa4\x66\x14\xf8\x14\ \x41\x07\x30\x09\x7d\x3f\x89\x92\x28\x8c\xb8\x94\x90\x31\x1c\x87\ \xad\x35\x9b\xb7\x27\xd3\xf1\x64\x67\x3e\x5f\xad\xd7\x59\x1c\x5a\ \x2e\xea\xcd\xb6\xde\xae\x15\xef\x52\x8f\x6d\xd6\xab\x33\x60\xe2\ \x28\x36\x52\x02\x67\xb5\x92\x94\x52\x42\xc9\xc9\xe9\xe9\x8f\xff\ \xf1\x27\xdb\x6d\x41\xa9\x6f\xa5\x84\xce\x3a\xeb\xa0\x73\xa1\xc7\ \xb2\x24\x88\xc3\xa9\x73\xd6\x59\x83\xac\x12\xd2\x1a\x6b\xba\xae\ \xcb\x92\x64\xb5\x5e\x11\x4a\x82\xd0\xaf\xfb\x26\xce\x92\xe3\xbb\ \x77\x84\xd0\xdb\xa2\xc8\x37\xf5\x6c\x36\xcb\xbb\x8e\x52\x9a\x97\ \x75\x51\x55\xda\x3a\x4c\x69\x3a\x1e\xe5\x65\xb5\xb8\xbe\x6e\xdb\ \xae\x6d\xb9\xd4\x92\x60\x9c\x44\xfe\xf1\xc1\x7e\x55\x57\x49\x1c\ \x31\x4a\xed\xfb\x02\x2e\x18\x41\x67\x35\x82\x80\xf3\xce\x68\x5d\ \xe4\x1b\x82\x70\xb9\xdd\x84\x51\x64\xad\x6d\x8a\x8d\x75\x40\x08\ \x89\x10\x9c\xcf\x77\x66\xb3\x59\xdf\x96\x10\x80\x7c\xb3\x78\xfa\ \xe4\x51\xbe\x59\x56\x18\x31\x42\x9f\x3e\x7b\xfa\xa7\x7f\xf6\xa7\ \xd9\x28\x7b\xf5\xea\x55\x59\x15\x18\xe1\x47\x8f\x3e\xa7\x94\x38\ \xe3\xf2\xa2\xb8\xba\xbc\xd4\x42\x6e\xd6\x9b\xba\x2a\xce\xce\x4e\ \x5e\xbf\x7e\xf5\xf1\xc7\x1f\x31\xcf\x23\x84\x7a\x94\x19\xa5\x42\ \xc2\xac\x54\x37\x17\x97\x71\x14\x16\x45\xa1\x81\x81\x08\x48\xc5\ \x6f\x96\xd7\xce\xda\x38\xf6\xd6\x9b\x05\xa1\xc4\xf7\x59\x59\x29\ \x35\xd5\x3b\xe7\x00\x00\x20\x00\x49\x44\x41\x54\x6b\x25\xa3\x59\ \xdf\xb7\x52\x72\x4c\xe0\xc5\xd5\x05\x82\x50\x1a\x51\x56\x45\xe0\ \x7b\x9b\xed\x66\xf0\x1d\x96\x9d\x28\xd7\x39\xaf\xb9\xb5\x06\x3a\ \x60\x34\x50\x52\x2b\x29\xac\xc3\x9c\xb7\x71\x12\x26\xfb\xb7\x7c\ \xdf\x1f\x76\xed\x10\x22\x08\x9d\x10\x12\x00\x34\xd8\x5c\x43\x08\ \x8d\x91\x00\x3a\x88\x9c\x75\xd6\xf3\x3c\x80\x51\xdf\x77\xa3\xd1\ \x78\x3c\x9e\x3a\x08\x8d\xb6\x84\xbc\x2f\x87\x1e\x42\x23\x05\xb2\ \x7a\x36\x9d\x56\xf9\xa6\x6f\x4b\x60\x65\x55\xac\xfb\x36\x5f\x2e\ \xa0\xef\xfb\x4a\x2a\x0b\xe1\x76\xbb\x85\x10\xc6\x61\x78\xfb\xf8\ \xd8\xa8\xbe\x69\x84\xb5\xf2\xbf\xfe\xf0\xef\xce\xae\x4e\x7a\xce\ \xa3\x38\xf8\xec\xcb\xcf\xae\x6f\xae\x6f\x1d\xdc\x42\x10\x9e\x9e\ \x9c\x1c\xec\x1f\xac\x97\xab\x97\xcf\x5f\xfd\x87\xff\xf1\x7f\xda\ \x6c\xd7\xe7\xe7\xa7\xce\xb9\x83\x83\x83\xaa\x2a\xb5\xd6\x7f\xf7\ \x77\x3f\xd8\xdf\x3b\x38\x3a\x3c\x2e\x8a\x8a\x32\x1f\x22\x04\x21\ \x0a\xfd\xb0\x2a\x0a\xd9\xf7\x1e\x23\xda\xe8\x5e\xb4\xc2\xa8\x75\ \xbe\xb1\xc0\x52\x8a\x5e\xbd\x7a\xa6\x94\xf4\x28\x71\xd6\xd6\x55\ \x11\xfa\x1e\xa3\x78\x75\x73\x23\xb8\xe8\x34\xdf\xfe\xf2\x97\x5d\ \xc7\xab\x7c\x65\xad\xbc\xd9\xae\x57\x45\x45\xfc\x28\x2f\x4a\x4c\ \xbc\xd3\xb3\xd7\xd7\x9b\x0b\x69\x05\xc6\xa4\xe3\x62\x93\xd7\x3b\ \x3b\xb7\x4e\xcf\x16\x3b\x3b\xbb\xe3\xe9\x14\x63\x72\x76\xb5\x7c\ \x7b\xba\xc8\xf3\xaa\xee\x54\x96\x25\xca\x42\x0b\xa9\xc3\x10\x12\ \x46\x08\x20\x1a\xee\xec\xdd\xf2\x18\x0b\xc3\x68\xbe\xe3\xf9\x7e\ \xe0\x1c\x98\xcf\xf7\xd2\x34\xf5\x3c\xdf\x18\x85\x7e\xd3\x7a\xf1\ \xb7\x77\x73\x19\x63\x36\xc5\x16\x53\x42\x29\xb5\xd6\x46\x71\x24\ \xa5\x14\x52\x68\xa3\x1d\x70\xa3\x2c\x6b\xdb\xde\x28\x93\x84\x31\ \x40\xae\x69\x1b\x5f\x79\xc0\xd9\xb6\x6d\xb0\x0b\x52\xdf\xd7\x9c\ \xd7\x9b\x25\xe7\xc2\x5a\xc7\xbb\xaa\x6f\x2b\xab\x25\x25\xc4\xa7\ \x84\x20\x00\x81\x85\x18\xb5\x1d\x5f\x5e\x5c\x02\x69\xa2\x34\x48\ \xfd\xd8\x19\x47\x00\xb6\xca\x38\x07\x1f\x7c\xf8\x61\x93\xac\xbb\ \xba\x86\x10\x3e\xb8\x77\xef\xf2\xfc\x2c\x89\xa3\xa3\xfd\xdd\x7c\ \xb5\xe0\x75\x15\x45\xfe\x28\x09\xa1\x33\x7d\xdf\x00\x88\x8c\x56\ \x71\x1c\x11\xca\xa4\xd6\x10\x93\xdf\xfb\xd6\xb7\xde\x9c\x9d\x61\ \x88\xa1\x1d\xcc\xce\x2c\x41\xc0\x59\x65\x24\x97\xd8\x1e\x1f\x1e\ \xfa\x8c\x06\xcc\x7b\xfe\xea\xcc\xa3\x4c\x40\x6e\x8c\xee\xba\xd6\ \x0b\x7c\x69\x5c\xdb\x75\x2d\xef\x16\xcb\x1b\x3f\x48\x88\xe7\x75\ \x42\x50\xe6\xcf\x76\x0f\x84\xe8\xb9\x10\x79\xdd\x70\xa9\xbc\xc0\ \x87\x84\x2c\x56\x6b\x61\x4c\x34\xca\xb8\x94\x00\xd9\xd9\x7c\x06\ \x9c\x1a\x65\x71\x96\x46\xef\x6f\x88\x0a\x00\x00\xa0\xeb\x1a\x6b\ \x4d\x51\xe4\x43\xe0\xa3\x73\xce\xf7\xfd\xd7\x2f\x9f\x7b\x9e\xe7\ \x7b\x5e\x51\x95\x55\x5d\x79\xcc\x8b\xa2\xa8\x6f\x0a\xab\x3a\x29\ \xa5\x31\xe6\xe2\xf2\xa2\x2e\x56\x8c\x02\x80\x80\x81\xf6\x7a\x79\ \xbd\x58\x5e\xef\xec\xef\x7c\xf5\xe4\xcb\xaa\x2a\xe2\x38\xde\xac\ \x57\x41\xe0\x17\x79\xee\x51\x26\x7a\x7e\x7d\x79\xf9\x93\x7f\xfa\ \x49\x96\xa5\x8f\x1e\x3d\x5a\xdc\x5c\x7f\xf3\x5b\x1f\xaf\xd6\x2b\ \xea\xf9\xc8\x41\xe0\x00\x02\xf0\xc5\xb3\x17\x41\x18\x48\xde\x13\ \x82\x20\xc6\xd6\x69\x4c\xa0\x10\x52\x1b\x2e\x64\xeb\x79\xde\x62\ \x71\xe1\xfb\x3e\x63\xb8\xaa\xf2\xbe\x6f\xca\xb2\x94\x4a\x01\xe0\ \x28\x25\x4a\x2b\xc6\x28\x20\xc0\x41\x77\xb3\x5c\x10\x8c\xd3\x28\ \xbe\x2e\xeb\xf5\xf5\x02\x10\x88\x30\x04\x96\x58\x63\x02\x3f\x4a\ \xe2\xc8\x41\xd4\xb4\x95\xe0\x3d\x04\xc1\xe5\xe5\x1b\x2e\x7a\xdf\ \xf7\x11\x22\x75\xd5\x1a\x6d\x21\x44\x84\x22\x8c\x91\x73\xda\x01\ \x37\x1e\x8f\xac\x35\x71\x1c\xa6\xc9\x88\xfa\x01\x26\x04\x00\x94\ \xe7\x39\xf5\xbc\xaa\x6a\xb6\xdb\x1c\xbf\x6f\x52\xac\x35\xba\x6f\ \xea\x8e\xd1\xb3\xb7\x6f\xb6\xab\xe5\x1b\x04\xba\xba\x7a\xfa\xd5\ \x17\x9e\xe7\x85\x61\xc8\x85\x78\x73\x7e\xd6\xf7\xfd\xce\x6c\x36\ \xc9\xc6\x5a\x74\x51\x1c\x97\x55\xf1\xea\xf5\xb3\x4f\x1f\xfd\x5c\ \x39\x09\x19\xd0\xd8\x15\x4d\xf1\xfa\xf4\xcd\xd1\xd1\xe1\x74\x3a\ \x59\x5e\xdf\xdc\xbf\x73\xff\xf4\xcd\x19\xb0\xc0\xd8\x77\xf9\xe4\ \xc6\xda\x1f\xff\xf8\x1f\x1e\x3f\x7e\xfc\xf0\xe1\xc3\x7f\xfc\xc7\ \x1f\xff\xd9\x9f\xfd\x99\x94\x4a\x49\xcd\x98\x07\x31\xb1\xce\xad\ \xd7\xab\xcf\x3e\xfd\xb4\xa9\x6a\x6b\x34\xa5\x54\x03\xe7\x20\x10\ \x56\x14\xe5\x46\x8a\x1d\x25\xba\xf5\x7a\x0d\x20\xf4\x28\x8e\x02\ \xff\xf9\xb3\xa7\xab\xf5\x8a\x60\x22\x84\xa0\x1e\x43\xce\x31\x0a\ \x11\xd0\x10\xd9\xd7\xa7\x27\xdc\xb9\x5b\x77\xee\xbf\x79\xf9\x4a\ \x4a\xf5\xfa\xed\xcb\x78\x14\x8f\x27\x63\x00\x50\x14\xc6\x07\xb7\ \x8e\xa3\x74\x3c\xdf\xd9\xc7\x98\x4c\xa7\xc9\xf5\xf5\xb5\x36\xf6\ \xe1\x87\x1f\xfb\x3e\xa3\x14\x13\x4a\x28\x25\x10\x3a\xa5\x05\x63\ \x8c\x51\xca\xb9\x52\xca\x30\x46\x07\xa2\xfc\x00\xf3\x03\x00\x30\ \x46\x4a\xa9\x20\x8c\x06\xaa\xf6\x7f\xff\x9e\xcb\x5a\x1b\x06\xc1\ \x87\x1f\x3c\x70\x00\x0c\x66\xcd\xd6\xda\xc0\xf3\x42\xdf\x2f\xcb\ \x52\x21\x08\xac\x4b\xe2\xa4\x5b\xae\xb4\x51\x10\xc2\xd0\x0b\x8c\ \x32\xc8\x01\x2e\x38\x43\x08\x40\x2c\x7a\x01\x84\x6b\xbb\x0e\x21\ \xa4\x3b\xa9\xb9\xc2\x18\x3b\x0c\x2d\x85\x1c\x9a\xde\xc9\x80\x0b\ \xd8\x89\xf2\xfa\xe6\x60\x77\x4f\xb4\x2d\xcd\xc6\x06\x38\xd7\xf7\ \x8b\xb7\xa7\x69\x51\xac\xf3\x7c\x77\x77\x3f\x1d\xa7\x42\xf4\x07\ \xb7\x0f\xb9\x16\x61\x14\x1e\x1f\x1f\x95\x4d\x5d\x56\x45\xd3\x36\ \xfb\x87\x87\x6d\x5d\xf5\x5c\xa4\x49\x5c\x77\x2d\x44\x88\x50\x3a\ \x9b\x4e\x29\xf3\x16\x8b\x85\x14\x02\x00\x03\x9c\x79\x37\xea\x39\ \x00\x1c\xb8\xbc\xbc\xda\x99\xcf\xda\x51\xbb\xe1\x82\x0b\x6b\x0d\ \xf0\x92\xa0\xbe\xba\x3e\xbe\x77\x6f\x22\x44\x59\x55\xd0\x41\x82\ \xa9\x14\x6a\xb1\x58\xb4\xdd\xa9\xe0\x0a\x00\x98\xe7\xf9\xee\xde\ \x1c\x42\x00\x31\x5a\x6f\x57\x08\xa1\xae\xef\x16\x8b\x9b\x3f\xfa\ \xe4\x0f\x94\x54\xdb\xed\x66\x3c\x9d\x6d\xb7\xf9\xd3\x17\xaf\x8e\ \x0e\x0f\xdd\x2f\x3e\x73\xd6\xfe\xf1\x1f\xff\xb1\xff\x5e\xd3\xa2\ \x7b\x57\x33\xde\x41\x39\xc6\x18\x84\x06\x60\xa2\xb7\xd6\x48\x29\ \x84\x60\x7d\xdb\x0a\x2e\x10\x44\x4a\xa9\xcd\x66\x23\x84\xf0\x3d\ \xaf\x69\xdb\xb3\xb3\x33\xa3\xb5\x7d\x07\xf3\xdb\xf3\x8b\xf3\x93\ \xd3\x93\x4f\x3e\xf9\xc4\xf7\xbd\xd7\xaf\x5e\x45\x61\xb4\xd9\xac\ \xef\xdf\xbf\xaf\xb5\xd6\x42\x2e\x97\xcb\xe3\xe3\x63\x4a\x29\xe7\ \x62\xb9\x5c\x2a\x25\x2e\x2e\xce\x21\x84\x46\x6b\x8c\x31\x81\xac\ \xe7\xbc\xaa\x2a\xc2\xa8\x10\x52\x1b\x0d\x89\x15\x42\x48\x25\x9d\ \x03\x43\xf2\xc0\xcd\xf2\x26\xcf\xf3\x2c\xcb\xba\xae\x5b\x2c\x16\ \xbe\xef\x2b\xa5\x08\x25\x0e\x00\xcc\x28\xc1\xc4\x21\x83\x00\xa0\ \x84\x52\x4c\x0c\x31\xa3\x34\x5d\xad\x56\x52\x29\x67\xdc\xe0\x3b\ \xe2\x9c\x4b\xd3\x94\x50\x2a\x95\x32\x46\x4b\x29\x36\x9b\xbc\x6e\ \xaa\x20\xf4\xc2\x38\xd2\xc6\x02\x00\x3c\xe6\x2b\xad\x84\x10\xd6\ \x1a\xad\x04\xa6\xa8\xae\x6b\xce\xfb\xcd\x66\x4b\xc9\x22\x88\xd3\ \xf9\xce\x4e\x96\x8d\x28\xf3\x04\xe7\x65\x55\x09\x29\xc0\x7b\xba\ \x39\x03\x08\xd1\xe2\xe6\xc6\x0f\x82\xed\x76\xeb\x79\x9e\xe0\x82\ \x73\x5e\x14\x05\x00\xc0\xf7\xfd\x9e\xf3\xe5\x72\x89\x31\x6e\x9a\ \x16\x39\xf8\xf5\x93\x27\xd3\x9d\x79\xd5\xd4\xcf\x5e\xbd\x5a\xaf\ \x37\x82\x73\x87\x91\xd2\x0d\x30\xf6\x9f\xfe\xe9\x27\x7f\xf1\x6f\ \xfe\xfc\xce\xed\xdb\xaf\x5e\xbe\xdc\xdb\xdd\x79\xfd\xfa\x65\x10\ \x06\x7d\xd7\x84\x14\x16\x65\x89\x10\x62\x8c\x29\xa5\x96\xcb\xe5\ \xf5\xf5\xf5\x40\xc2\x10\x42\x64\x59\xba\xdc\x2c\x8d\x92\x45\x59\ \x2c\x97\x4b\xad\xb4\x92\x4a\x28\xd5\x09\x6e\xa0\xb3\xd6\x42\x8c\ \x2c\x70\x4d\xd7\xe6\x65\x31\x58\x4e\x5e\x5e\x5d\x0e\xa2\x94\xae\ \xeb\x82\x20\xa0\x8e\x62\x8c\x83\x20\x8c\xa2\x64\x93\x17\x7e\x18\ \x59\x98\x07\x71\x12\x26\x59\xd7\x75\x6a\x53\x1c\x1f\xdf\xf9\x83\ \xef\x7c\x97\xf9\xbe\xe8\x25\x63\x5e\xd7\x35\x83\x4d\x05\xf3\xe8\ \xdd\x7b\xb7\x2d\xb2\xda\x18\x67\x2d\xc2\x08\x21\x60\x8c\x1e\x46\ \x63\xe7\x5c\xdb\xd5\xd6\x5a\x88\xa0\xd2\x52\x48\x37\x1c\x4b\xad\ \xb5\xd6\x6a\x10\x38\x0f\x7b\xf0\xdf\x09\x9c\xcb\x39\xe7\x79\xde\ \x6c\xb6\xa3\x94\x0a\xfc\xf0\xe0\xe0\xe0\xe6\xe6\x66\xbd\x5e\x4f\ \xa7\x13\x29\x94\xd6\xba\xeb\xfa\xaa\x6a\x7c\xcf\xd7\x06\x01\x08\ \x83\xc0\x13\x5d\xcf\x3c\x06\x31\xf1\xfd\x00\x61\xaa\xa5\x93\x5d\ \x53\x56\x45\x9a\x65\x14\x51\xa3\x5d\x10\x86\xd2\x48\x83\x20\xa6\ \x98\x25\x61\x14\x44\x7d\xcf\xa3\x71\xba\x7b\xef\xf8\xd5\x9b\xd7\ \x67\xcd\x26\x8d\x93\x38\x88\xb2\x34\x95\x52\xde\xac\x96\x96\xa2\ \x24\x8a\x9d\x31\x45\x5b\x5b\xe0\x9a\xbe\x95\xd6\x08\xa7\x3b\x25\ \x5a\x29\x10\xa3\x75\xd7\x1a\x63\x1d\x46\x00\xa2\xc5\xcd\xcd\xde\ \xde\xc1\xee\xde\xee\xc5\xc5\xd5\x7a\xb5\x6e\x9b\x06\x20\x04\x91\ \x83\x00\x80\x77\x0b\x29\x50\x55\xf5\x83\x07\x0f\x98\x1f\x4a\x0d\ \x12\xdf\x1b\x4d\x04\x22\x78\xbe\xb7\x3b\x9f\xcf\x6f\x56\x4b\x04\ \xe1\x70\xa4\x94\x54\x49\x9a\x7e\xf3\x5b\xdf\x79\xf1\xe2\x65\xbe\ \x59\xf5\x9c\x13\x4c\x58\x42\x4c\xa9\x78\x27\x10\x06\xc0\xba\x9e\ \xf3\x97\xaf\xdf\x3e\x78\xf0\x41\x36\x9e\xbe\x79\xf3\xa6\xad\x1b\ \x4a\x69\xd9\xb4\xee\xfa\xba\x28\x8a\xd5\x36\x7f\xf8\x9d\xef\xa4\ \xd9\x68\xf0\x86\xfd\xff\xdb\xed\x0e\x6e\x0a\x5d\xd7\x41\x08\x87\ \x0d\x17\x00\x1e\x42\xef\x82\x9d\xdb\xb6\xe5\x42\x0c\xf8\xce\x10\ \x92\x3e\x2c\xbc\xaa\xaa\x1a\x30\x6c\x63\x1d\x80\xb0\x6b\xbb\xd7\ \xaf\x5f\x7f\xe7\x5b\xdf\x9a\x8c\x27\x57\xd7\xd7\x51\x10\x6e\xf3\ \xfc\x63\xcf\xdb\xac\xd7\x67\x27\x27\x03\xef\xb9\x69\x6a\x8c\xb1\ \x94\x22\x4b\xb3\x81\xf6\x69\x9d\xa5\x1e\x2d\xb7\x0d\x63\xde\x64\ \x36\x8d\xa3\xa8\xac\x2a\x8c\x31\x78\x17\x5b\x07\x04\xe7\x6d\x55\ \x37\x71\x75\xf2\xf6\x84\x10\x4c\x11\x96\x4a\x41\xeb\x30\x44\x98\ \x32\x29\x25\x24\x18\x18\x6b\xb4\x01\x0e\x30\xe6\x01\x08\xba\xae\ \x63\x8c\xcd\x66\xb3\xf5\x7a\x7d\x79\x75\xc5\x7c\xa2\xb5\x96\x52\ \x01\x08\xfb\xbe\xcf\xf3\xbc\xe7\xc2\x39\xd0\xf7\x7d\xdf\xc9\x20\ \x08\x85\xe8\xaf\xae\xae\x85\x94\x5d\xd3\x69\x3d\x40\xbf\x4e\xc8\ \xde\x5a\x8d\x31\x06\xc0\x19\x0d\x2c\x34\x82\x37\xbd\x54\x75\x5d\ \xcf\xe6\x3b\xb7\x6e\x1d\x38\x88\x01\x70\x94\x90\xf7\x82\xb9\x80\ \xb3\x76\x34\x1e\x35\x6d\x23\x95\xac\xdb\xa6\xae\x6b\x21\x65\xd3\ \xb5\x41\x17\x42\x08\x8d\x35\x4d\xd7\xb5\x6d\x8b\x11\x12\x3d\x57\ \xb3\x99\x75\xf6\xf2\xe6\x3a\x88\xa3\xe5\xcd\x8d\x94\xc2\x3a\x0b\ \x00\x54\x4a\x79\x88\x7c\xfd\xe4\xc9\xd5\xe5\xc5\x9d\xdb\xc7\xbf\ \xfc\xc5\x67\xcb\xd5\xea\xcb\xc7\x5f\x7e\xf0\xc1\x07\x14\xa3\xcf\ \x3f\xff\x7c\xb1\x58\x34\x4d\xcb\x18\xb5\xd6\x9e\x9c\x9c\x24\x71\ \x12\x04\xc1\x7a\xbd\x01\xce\x31\xc6\xba\xb6\xc5\x08\xfa\x41\x38\ \x99\xcd\x36\xab\x35\xc2\x08\x42\x68\x8d\x05\xd0\x61\x07\xf2\xed\ \xb6\xed\xbb\x8b\xab\xcb\xc5\x62\x31\x9d\x4e\x83\x20\xe0\x52\xf4\ \x5d\x37\x9e\x4c\xb4\x31\x10\x21\x21\x24\x66\x44\x19\x6b\x1d\x54\ \xc6\x9e\x9c\x9e\xe7\x79\x79\x75\xb5\x1a\xcc\xd1\x60\x8e\x5f\x9f\ \x9c\x5f\x9c\x5e\x7e\xef\xaf\xff\x7a\x6f\x77\x8f\xf7\xfd\xcd\xe6\ \x0a\x43\x3c\x9d\x66\x5a\xa9\x30\x0a\xb8\xee\x10\xb1\x08\x21\x6b\ \xdd\x30\x34\x0c\x32\xd2\x81\x6a\x03\x20\x18\xf4\xb0\xd6\x1a\xa5\ \x34\x82\x50\x1b\x4d\x30\x41\x18\xb5\x6d\x57\xd5\xb9\xfd\x1d\x41\ \xe8\x01\x00\x10\xa0\xcd\x66\x83\x11\xce\x46\x59\x55\x55\x10\x80\ \xc9\x78\xec\x79\xde\x37\x1e\x3e\x2c\xcb\xb2\x69\xdb\xd9\x6c\x1a\ \x04\x61\x51\x95\x5d\xd7\xca\x9e\x53\x42\x80\x71\xbe\x17\x20\x44\ \x9a\x8e\x4f\x46\xd6\x62\x04\x18\x03\x8c\x5a\xab\x21\x42\x00\x40\ \x84\x90\x1f\x78\xca\x6a\x2e\xc4\xd8\xb3\xf5\x66\x0b\x8d\xdd\x6e\ \xd7\x06\x5a\xe5\x34\xa4\x30\xaf\xf2\xfd\x9d\xf9\xc5\xd5\xf5\xea\ \xea\xb2\x03\x82\xf7\xf2\x70\x7f\xef\xf6\xf1\x61\xc3\x5b\xc5\xf9\ \x91\xba\x5d\xd4\x65\x23\xb9\x00\xa6\xe9\xda\xaa\x69\x11\x86\x3d\ \xe7\x42\xc9\x20\x0a\xe7\x7b\x3b\xaf\x4e\x5e\x77\x5d\x2f\x94\xe4\ \x52\xfa\xa1\x87\x30\x84\x00\x3a\x6b\x11\x82\xce\x39\x88\xb0\x05\ \xf0\x72\xb1\x9c\x8c\xa7\x94\x79\xb7\xef\xdd\x7d\xfa\xfc\xd9\xdd\ \x7b\xf7\x8e\x8e\x8f\xff\x9f\x4f\x7f\x61\x9c\x0b\xa3\x48\x4a\xc5\ \x05\xb7\xd6\xde\xbd\x73\xf7\xe2\xe2\x32\x8c\xc2\xae\x6b\xa4\x94\ \x82\xf7\xda\x68\xe6\xd1\xb2\xd1\xf7\xee\xdd\xbd\x7b\xf7\x9e\x03\ \x68\x34\x9e\xbd\xc9\x5f\x1f\xdf\xb9\xb7\xb8\xbe\x5e\x2e\x97\x62\ \xb3\x25\xd4\x0b\x92\xcc\x00\x64\xde\x9f\xcf\x05\x87\xed\xf2\x40\ \x74\x18\xfa\xdf\x81\xdf\x31\xf0\x1e\x86\xe5\x5a\xdf\xf7\x4d\xd3\ \x04\x41\x30\x1e\x8f\x47\xa3\x91\x10\x62\x60\x36\x1b\x63\x20\xc6\ \xce\x59\x82\xe1\xd9\xc9\xc9\xc5\xc5\xc5\x78\x94\xdd\x2c\xae\xad\ \x52\x18\x81\xed\x66\xad\xa4\xaa\xab\xda\x39\xd7\xf7\x6d\xd3\x34\ \x49\x1c\x1b\xab\x21\x02\x75\x5d\x33\x46\xb5\x52\xbe\x1f\x6c\xed\ \x86\x50\x6c\x8c\x19\x60\x4a\x42\xc9\x10\x3b\x30\xe8\x28\xfb\xb6\ \x3f\x3d\x3d\x09\x42\xaf\xef\xfb\xba\xa9\xac\xb5\x10\x02\xad\xa4\ \xe7\x7b\xd8\x22\x84\xa0\xb3\xc6\x19\xe3\x7b\x7e\xe8\x7b\x55\x55\ \x01\xeb\x8e\x6f\x1f\x4d\x26\xe3\xe3\xe3\xa3\xcd\x76\x63\xdc\xbb\ \x60\x31\x04\xe1\xaf\x29\x7e\x42\x70\xad\x35\xa5\xb8\x69\x9a\xbc\ \xcc\x7b\x2e\x3c\xe6\xa7\xe9\x28\x8a\xe2\xd9\x6c\x96\xa6\xc9\x97\ \x5f\x3e\xba\xb9\xb9\x36\x56\x43\x07\x11\xc2\x83\x00\x48\x1a\x2d\ \x95\xbc\xb8\x38\xcf\xf3\x6d\x36\x9e\x00\x04\xdf\x2f\x6c\x71\xa8\ \xd5\x94\x92\x21\xa1\x72\x90\x79\x0f\xb0\xbd\xb3\xd6\x3a\x27\x00\ \x68\xbb\x6e\xb3\xdd\x6a\xa5\xa0\x73\xf9\x76\x73\xb0\x7f\x30\x99\ \x4e\x91\x54\x45\x59\x08\x29\x0d\x04\x04\x10\x82\x88\xb3\x6e\xb3\ \xd9\x7e\xf5\xe5\xe3\x4f\x7e\xff\x0f\x08\x81\x37\x8b\xcb\xb2\xc8\ \x07\x3e\xf0\x66\xbb\x39\x3b\x3b\x89\xe2\xb8\xae\x8b\x20\xf0\xf2\ \x7c\x1b\xc6\x41\xdf\x77\x6d\xd7\x79\x8c\x31\xc6\x20\x7c\xe7\x2e\ \xa5\x8d\x6d\xbb\x56\x28\x35\x9b\xcf\x83\x28\x82\x10\xd6\x4d\xb5\ \xda\xac\xbf\xfe\xfa\x49\x10\x86\x18\xa3\xba\xae\x84\x10\x7d\xdf\ \x33\xcf\x03\xc0\x31\x8f\x0e\x26\x22\x9a\xbb\x8e\xf7\xda\x5a\x88\ \xc8\x74\xbe\xbb\x7b\xeb\xf8\x47\x3f\xfc\x11\xb0\x0e\x41\x82\x10\ \x63\x14\x9f\x9e\x5e\xfe\xfd\xdf\xfd\xe0\xdf\xff\xbb\x7f\x3b\x9d\ \x8e\xad\x53\xbb\x3b\x53\xca\xd0\x74\x3a\x35\xc6\x88\xb6\x2b\x36\ \x79\x5d\xd7\x42\x68\xa5\xb4\xd6\x9a\x73\x01\x01\x1a\xde\x08\xe7\ \x0c\xe7\xbd\x36\x5a\x2b\x6d\x8c\x46\x08\x03\xe0\x18\xf3\x28\xa5\ \x3d\xef\x19\x65\xc3\xf1\xfb\x1d\xc0\xb9\x00\xd4\x46\x11\x8c\x19\ \xa3\x46\x6b\xc6\xd8\xf0\x2c\x8d\xd6\x00\x80\xa3\xa3\xa3\xcb\xcb\ \xcb\x28\x8e\xa5\x94\x91\xf4\xb5\xe0\x4d\x5d\xef\x1d\xdf\x76\xd6\ \x46\x7e\x28\xa5\x20\x94\x02\x9f\xd6\xba\x33\x21\xad\x81\x6a\x9b\ \xb2\xe9\x5b\xe7\x8c\xcf\x18\x54\x8e\x57\xcd\xe2\xfc\x5c\xc5\xcd\ \xcd\xe2\x0a\xfa\x74\xf9\xea\xb9\x00\x66\x3a\x9f\x93\x80\x6e\xaf\ \x97\xb3\x2c\xdb\xac\x57\x5d\xdf\x9a\xc6\x2b\xf3\xa2\x29\xb6\x23\ \x3f\xb4\x5a\x2b\xa5\x56\xab\x55\xd7\x75\x5c\x88\x56\x88\x55\xb1\ \x35\xce\x94\x75\x27\xad\x73\xd6\x12\x4c\xcb\xb2\x0c\x82\x00\x13\ \xf2\xd5\x93\xaf\x3c\x9f\x39\x67\x06\xd0\xd0\x5a\x87\x10\x04\x18\ \x6e\xf2\x6d\x51\x96\x4d\xdd\x12\xca\x46\x13\x76\xff\xc1\x07\x97\ \x8b\xab\xf5\x76\x3d\x5a\x8d\xce\xcf\xce\xbe\xf9\xed\x6f\xdd\xbf\ \x7f\xff\xe6\xe6\xe6\xe4\xe4\x14\x02\xf7\x83\x1f\xfc\xe0\xfc\xe2\ \x7c\x34\xca\xfa\xa6\x29\xcb\x3c\x2f\xf2\xe9\x74\x12\x45\xc1\x62\ \xa9\xef\xdd\xbb\xfb\x27\x7f\xfa\xa7\x5f\x7c\xf9\xe4\xfc\xea\x2a\ \xcd\x46\x0f\x1f\x3e\xac\xea\xda\xab\xea\x9b\xc5\xa2\x2c\xab\xf9\ \x74\x76\x7c\x7c\x1b\x21\xf4\xdf\x32\xaa\x0f\x3e\x10\x94\xd2\xa1\ \xb1\x42\x08\x75\x5d\x37\x2c\xd4\xa4\x52\x43\x67\xae\xb5\x16\x42\ \x0c\x63\x57\x5d\xd7\xc3\xce\x5e\x4a\x49\x31\xb2\xc6\x40\x08\xf3\ \xcd\xfa\xe2\xfc\x6c\x7f\x77\xaf\x6d\xea\x75\xd7\x87\x61\xe8\x9c\ \xad\xca\xa2\xed\x5a\xcf\x63\x52\x4a\x84\xe0\x6a\xbb\x24\x18\x4b\ \x29\x8d\x69\x3d\xcf\x93\x52\x49\x25\x10\x46\x0e\x80\xcd\x76\x83\ \x11\xc6\x04\x03\x07\x10\x84\xcc\xf3\x7c\xdf\x0f\xfd\x60\x09\x96\ \xce\x39\x00\x1c\x00\x36\x4d\x62\x4c\x48\xdf\x77\x75\x55\x3b\x67\ \x30\x46\xce\xda\x30\x08\xa7\xd3\xc9\x78\x34\x7e\xf6\xec\xd9\xd5\ \xe5\xc5\xde\xee\xae\xe7\xb3\x9b\xe5\x8d\x52\x02\x61\xd8\x34\x1c\ \x20\x3c\x1c\x74\x84\xd0\x64\x3c\xd6\xc6\xac\x36\x1b\x42\x88\x31\ \xee\x6a\xb1\xe8\x78\x6b\x0c\x48\x0e\xc6\x1f\x7d\xfc\x7b\x0f\x1e\ \x7c\xe3\xe0\xd6\x41\x55\xe5\xcf\x9e\x3f\x4b\xc7\x63\x4a\x09\x01\ \x68\xd0\x39\x58\xeb\x3a\xd1\x2b\xad\x07\x26\x91\x10\xbd\x1f\x04\ \x41\xe8\xbf\x37\x13\x55\x6b\xe3\xfb\x5e\xdd\x34\x75\xd3\x70\xce\ \x85\x94\xf3\xf9\x5c\x69\xdd\xb4\xad\x52\xb2\xe9\x5a\x4c\x89\x54\ \xca\x59\x7b\xb3\x5a\x11\x42\xf7\x0f\x0f\xb9\xe0\x5c\x0a\x4a\xa9\ \xb3\x06\x58\x07\x1d\xb2\x5a\x29\x21\x9f\x3f\x7f\xfe\xf1\x87\x1f\ \x25\x49\xfc\xf2\xf9\x73\x84\x2c\x21\x28\xcf\xb7\x4a\x09\x42\x49\ \x10\xf8\x4d\x53\xf7\xbc\xcb\x8b\x7c\x7f\x7f\x7f\x71\x73\xed\x9c\ \x65\xd4\x6b\xda\x86\x52\xaa\x84\xec\x05\x3f\xbf\x3c\xef\xda\x96\ \x79\x9e\x73\x8e\x12\xe2\x33\x36\x1d\x8d\xfc\xc0\xdf\x6c\xb7\x94\ \x60\xa3\x11\xa5\x64\x34\x4a\x7d\x9f\x95\x65\xd5\x75\x6d\x10\x04\ \x92\x0b\xe4\xc0\xc1\xc1\x81\x17\x85\x5e\x12\x87\x49\xf2\x97\xff\ \xc3\x5f\xfd\xe7\xff\xf3\xef\x3f\xfd\xe5\x23\x0c\x71\xe0\x07\xe3\ \xf1\x4c\x0a\x21\x45\xb7\xcd\x97\x7f\xfb\x9f\xff\xf7\xf1\x24\xfb\ \xf6\xb7\x7e\x6f\x3c\xc9\x92\x24\x69\x9b\xe6\xcb\x2f\xbe\x7a\x7b\ \x75\x61\x9c\xf3\x98\xc7\x28\xeb\x7b\xc9\xb9\xd0\xca\x00\x00\x31\ \xa6\x98\x84\x04\x03\xa5\x81\x75\xca\xf3\xa1\xd1\x86\x32\x3a\x0c\ \xb9\xd6\x01\x00\x18\x44\xde\x6f\x04\x76\x7f\x5b\x38\x97\xb3\x41\ \x10\xec\xec\xcc\xeb\xba\x26\x04\x4f\x26\xa3\x34\x4d\xc2\x30\x70\ \x0e\x6c\x36\xeb\xf5\x7a\x39\x99\x8c\x77\x77\xe7\x9c\xf7\x76\x7f\ \x27\xdf\xe4\x97\xe7\xe7\xa3\x24\x72\x00\xc4\x71\x52\x55\xd5\x64\ \x3c\xf6\x92\x70\x34\x8e\xa4\x54\x01\xc4\xb3\xf9\xa8\x58\x85\xe2\ \x69\x85\xac\xd3\x52\x8f\xbd\xe8\x70\x32\x6f\x84\xb4\x01\x0e\xb3\ \xd8\x58\xb5\x5e\x2e\xba\xf5\xb5\x82\x26\x88\xd8\xab\xab\xd3\xc9\ \x24\x49\xba\x11\x17\xfc\xe1\xdd\x3b\xd5\x6a\xfb\xea\xe9\xd7\xa1\ \x17\x40\x00\x7e\xd9\xd4\x1a\x80\x9a\xf7\x67\x17\xe7\x27\x6f\xcc\ \xee\xce\x5c\x2b\xdd\xb4\x7d\x9c\x24\x04\x9b\xab\xc5\x82\x0b\xa9\ \xad\x31\xce\x42\x07\x02\x8f\x5a\x8b\x84\x50\x00\x00\x88\x31\x44\ \x08\x51\x7a\x79\x7d\x5d\x55\xf5\xe5\xf5\xd5\x74\x67\xe7\x67\xbf\ \xf8\xb9\x52\xda\xf7\xd8\xf9\xe5\x19\x57\x9c\x8b\xee\xab\x27\x5f\ \x52\xca\x82\x90\x75\x5d\xdb\xb4\xbd\xd6\xb2\x2c\xb5\x4f\xf1\x72\ \xb9\x24\x04\x5f\x5f\x5f\x96\x65\x19\xc7\xf1\x6a\xbd\x7c\xf6\xfc\ \x69\x5e\x96\xc5\x36\x8f\xe3\xb8\xeb\xfb\xb6\x6d\x21\x82\x3d\xef\ \xb5\xd2\x49\x9a\x7a\x81\x87\x31\x79\xaf\x82\x01\x9c\x73\x4a\xa9\ \xe1\x3e\x1a\x9c\xac\x07\xab\xfb\xa1\xab\xea\xfb\x1e\x41\xe8\x06\ \x38\x14\xc2\x41\xb4\xa1\xb5\xe6\x9c\x0f\x5c\x4a\xad\xb5\x12\xf2\ \xdd\x76\x58\xa9\xb3\xd3\x93\xc0\xf3\x9b\xaa\xae\x9b\x26\x8d\x62\ \xd5\xf3\xb6\x69\xac\xd5\x5d\x27\x01\x80\x84\x62\x59\x72\xc0\x18\ \xa5\x44\x88\xfe\x9d\x10\xc4\x59\xe6\x7b\x2d\xef\x94\xd6\xd0\xc3\ \x91\xef\x43\x00\x7d\xcf\x27\x84\x54\x65\x95\x65\x19\x23\x04\x63\ \x6c\x8d\xf1\x68\x46\x09\x99\x4c\x26\x6d\xeb\x89\x9e\x5b\xa5\xad\ \x73\xce\xb9\x28\x08\x02\xcf\x37\x5a\x43\x07\xda\xba\x9e\x7d\xfc\ \xb1\x47\x68\x53\x57\x16\x38\x07\x9c\x75\xce\x6a\x0d\x21\x02\x10\ \x3a\xe7\xca\x6a\x00\x2b\x13\x6b\xed\xab\x97\x6f\xaa\xb2\x88\xb2\ \x6c\x3e\xdf\x79\xf8\xf0\xc3\xdd\xbd\xfd\x34\x1b\x25\x49\xfa\x4f\ \x3f\xfd\x27\x07\xc1\xce\xce\x8e\x94\x02\x1a\xa0\x95\xc1\x04\x0f\ \xae\x18\x81\xef\x1b\x6b\xe7\xf3\x59\x36\x19\x0b\x29\x31\x42\xef\ \x77\x6f\x21\x84\xab\xba\xee\xa5\x44\x94\x0a\x25\xcb\xa6\x0a\x83\ \x10\x33\xd2\xd4\xcd\xb6\xc8\xcb\xa2\xd0\xd6\x08\x63\x08\x26\x08\ \x42\x4a\x69\xd5\xd4\x6f\xde\xbc\x96\x5a\xd7\x75\x43\x3d\x86\x30\ \x92\x42\x1a\xa1\x3d\xc6\x8c\xd2\x57\x17\x97\xa7\x27\x27\xd6\xe8\ \x97\xaf\x5e\x4c\xa7\x53\x08\xac\x94\xfd\xcd\xcd\xc2\x18\xbd\xdd\ \x6e\xb5\xd6\x00\xc0\x21\x0d\xaf\x6d\x5b\x08\x21\xe7\x42\x49\x49\ \x28\xe1\x9c\x6b\x63\xca\xba\x0a\x83\x20\x4b\x33\x67\xec\x74\x34\ \xba\xbe\xbc\x9e\xcf\x67\x14\x11\x46\x50\x1a\xc7\x69\x1c\x03\x00\ \xf6\x77\x76\x98\xc7\x9e\x3e\x7d\xe6\x9c\x6d\xbb\xce\xa3\x74\x9c\ \xc4\x07\xbb\x3b\xc9\x74\x22\xac\xf9\x77\x7f\xf5\x57\xcf\x5f\xbd\ \xfd\xfc\xd1\xa3\xef\xfe\xfe\x27\xc0\x41\x4a\xf0\x64\x34\x3d\x3f\ \x3b\x2f\xf2\xd5\xd8\x8d\x8e\x8e\x77\x0f\xf6\x77\xef\xde\xbb\x1d\ \x86\x9e\xd6\xe2\x87\x3f\xfc\xbf\x17\x8b\x6d\x6f\x91\x52\xda\xf3\ \xbc\x38\x4a\x38\x57\x49\x1c\xc7\x71\x00\x00\x62\xd4\x43\x08\x49\ \x25\x8c\x46\x61\x80\x10\xc6\xdb\xed\x96\xf3\xa1\xed\x0a\xd2\x74\ \x94\xa6\x09\xa3\xf4\x5f\x87\xe7\x7f\x9b\xbb\x45\x24\x78\x7f\x7d\ \x75\x66\xad\xf5\x7d\x9f\xf7\x4d\x96\x65\x94\x40\xc6\x98\xc7\xb0\ \xd1\xc2\x59\xa5\x74\x8f\xb0\xa5\x18\xcd\x27\x59\xb9\x59\xb6\x75\ \xe9\x9c\x33\x5a\x39\x08\x1a\xde\xea\x02\x08\x28\x3d\x84\x2b\xae\ \x52\xea\xc9\x7c\xab\xaa\x0a\x19\xe7\x61\x0c\x00\x60\xca\x4d\x98\ \x8f\x92\x71\x10\x27\x41\x1c\x1e\xf8\x71\x5e\x14\xb8\xd3\xa3\x34\ \x0a\x20\x9d\x12\x1f\xa4\xe3\x46\x89\x11\xf1\xe2\x74\x24\xda\x6e\ \x7b\xbd\x00\x10\x23\xe3\xe2\xe9\x88\x8e\x27\xab\xed\x26\xcb\x92\ \x20\xf0\x18\xa5\xbc\x17\x45\x59\x1d\xdf\x3a\xca\xb2\x51\xdb\x77\ \x5a\x2b\xa3\x8d\xe7\x79\x00\x22\x08\x10\x84\x43\x96\xad\x03\xc8\ \x68\xa3\x82\xc8\x17\x5a\x40\x88\xc6\xf3\xb1\x36\xa6\xe7\x3c\x4d\ \x32\xde\x77\x59\x91\x3c\x78\x70\x1f\x63\xbc\xdd\x6c\xac\x8e\xb2\ \xf1\x98\x4b\x63\x9c\xf3\x29\xb1\x4a\x6f\x37\x6b\xc6\xe8\x6a\xb5\ \x32\x46\x63\x84\xbb\xae\xbb\x59\xdc\x40\x4c\x8c\x55\xf9\x66\x15\ \x47\xc1\xfe\xfe\x1e\x74\x96\x12\x12\x78\x4c\x4b\x9e\x6f\xd7\x42\ \xf0\xf7\x0c\xff\x01\xc0\x5a\xcb\x18\x23\x84\x18\x63\x3c\xcf\x1b\ \xc8\xca\x43\x13\x47\x30\x46\x18\xc3\x5f\x11\xeb\x8d\x31\x6d\xdb\ \x0e\xdd\x19\x63\x6c\xa0\x11\x69\x23\x09\x26\x8c\x10\xa3\xe5\x6a\ \xb9\xf4\x19\xab\x9b\xda\x19\x5d\xd5\x85\x03\x46\x69\x65\xad\xe5\ \xa2\xa3\x94\x32\x46\xdb\xb6\x8d\xa2\xd0\x18\x2d\xa5\x74\xce\x22\ \x88\x1c\x00\xc6\x59\x88\x10\x63\x8c\x12\x82\x10\xd2\x4a\xfb\xbe\ \x1f\x47\x91\x12\xb2\x2e\xab\xc1\x4b\xc0\x39\x20\x05\x1f\x26\xd6\ \xa1\xeb\x69\xfa\x1e\x63\x4c\x30\x6e\xeb\xba\xa9\xea\xe9\x6c\x0a\ \x80\x1b\xda\xc0\x20\x08\x22\x11\x63\x82\x7f\x25\xcd\x45\x00\x38\ \x08\x20\xc6\x78\xbb\xdd\x48\x6d\x7d\xdf\xb7\xd6\x52\x46\x77\x76\ \xf7\xf6\x0f\x6f\xed\xee\xec\x4d\xc6\x93\xb6\xe9\x5e\xbc\x78\xf1\ \xe3\x7f\xf8\xf1\x6a\x7d\x13\x45\xe1\xf0\xf9\x03\xe3\xb4\xd0\x5e\ \xe0\x3b\xe0\xa0\x83\xc6\xda\x28\x8e\x46\xe3\xd4\x0b\x18\x22\x90\ \x32\x02\xde\x93\x15\x01\x94\x52\xd6\x18\xdf\xf7\x11\x42\x8c\xb2\ \x24\x4e\xb4\xd2\x82\x73\xc6\x18\xc2\x98\x20\x18\x65\x23\xa5\x54\ \xdf\x76\x84\x90\xb6\x6d\xdf\x9e\x9c\x60\x4a\x18\x63\x93\xf9\xbc\ \x6c\x4a\x29\x14\xf3\x7c\x08\x9c\x35\xb6\xa9\xab\x17\xcf\x9e\xae\ \x97\xcb\xb6\xae\xb2\x2c\x39\x3d\x7d\x4b\x28\x05\xc0\xf5\x7d\x6f\ \xad\x61\x8c\x75\x5d\x6b\x8c\x52\x4a\x22\x04\x56\xab\x65\x10\x04\ \x52\x0a\xe0\x80\x73\x0e\x20\xc8\x02\x3f\xc9\xd2\xbe\xe7\x01\xf3\ \x0e\x0f\x0f\x35\x97\x4d\x55\x51\x08\xf6\xe7\xbb\x83\x76\x62\x88\ \xb9\xcc\xb2\xcc\x27\x74\xb3\xd9\x28\x29\x31\xb3\x20\xd0\x4f\xbf\ \xfa\x72\xf7\xf0\xf0\x83\x8f\x3f\xfe\x5f\xff\xe7\xff\xe5\x8b\x27\ \x4f\xd3\xc9\xc4\x0b\x82\xed\x3a\xcf\xcb\xb2\xcc\x6b\xa3\xb5\xe0\ \x7d\x9c\x84\xdf\xf8\xc6\x83\xc9\x24\xcb\xb2\x24\x0c\xc3\x1f\xfe\ \xf0\x47\xff\xf0\x0f\xff\xb2\x33\x9f\x4f\x0f\xee\xce\x8f\x76\xc2\ \x38\x02\x16\x54\x55\x6d\xad\x2b\xf2\x0a\x02\xd4\xf3\xa5\x14\x32\ \x8e\x23\xe6\x51\x29\x55\x55\x6d\xfa\xbe\x77\xce\x0d\x39\x0c\x4d\ \xdd\xf5\x9d\x98\x4e\xa7\xe0\x77\xa4\xe7\x02\x00\x68\xad\xba\xbe\ \x8e\xe3\x18\x40\xbb\x5c\x5d\x41\x68\x20\x34\x42\x0a\xa3\x8d\xb1\ \x96\x8b\xb6\xeb\x0b\x4a\x89\xd3\x9a\x20\x8a\x81\x69\x9b\x5a\x2a\ \xa5\xac\x0a\xa3\xb8\xac\x72\x29\xea\x08\xc3\xc8\x0f\xb0\x01\xb1\ \x85\xb7\x0e\x0e\xbf\xbd\x7f\x5c\x15\xb5\x43\xc8\x22\xb8\xbb\xb7\ \x1b\x08\x3b\x1e\x1d\x63\x42\xa4\x92\x70\x77\xee\x1f\xfb\x65\x55\ \x26\x49\x42\x29\xeb\xda\x56\x1d\xcd\xab\x10\x10\x4a\x2c\xd7\x56\ \x6a\x25\x24\x66\x7e\xd1\xb7\xab\xb6\xac\x84\x4a\xc2\xc8\x0f\x43\ \xad\x85\x50\x02\x01\x92\xa4\x89\x76\x76\x71\x73\xd3\xf7\xbd\x7b\ \x07\xb8\x3a\x2d\x8d\x73\x50\x6b\xa3\xb5\x71\xce\xf9\x04\x11\x4a\ \x9a\xbe\xb1\xd0\x42\xe4\x96\xab\x85\x85\x40\x4a\xd9\xb6\x95\x14\ \xa2\xe7\xed\x17\x8f\x3f\x0f\x82\xa0\x6d\x6a\x8a\xf0\xd5\xe2\x52\ \x39\x44\x30\xf5\x19\xd3\x42\x34\x75\x35\xa4\x76\x63\x8c\xb5\x12\ \x43\x98\x90\x92\x42\xf0\x0e\x43\x84\x80\x05\xce\xf5\x5d\xe3\xac\ \x02\x88\xd6\x55\xa9\x24\x7f\x5f\x43\x54\xe8\x9c\x33\x46\x0f\x1a\ \x17\x63\x8c\xef\xfb\x03\xec\x35\x44\x10\x69\x63\x30\x00\xd0\xb9\ \x01\xbc\x1f\xbe\x38\x7c\xd7\x18\x33\x6c\x24\x31\x46\x18\xa1\x81\ \xea\xd9\xb7\xed\x76\xbb\x75\x46\x3b\xe7\xba\x76\x90\xf2\x30\x63\ \xec\x70\xfa\x29\x25\x9e\xc7\x92\x24\x62\x8c\x52\x46\xcc\xe0\xeb\ \x04\x80\x05\x20\x49\xd3\x5b\x47\x87\xbc\xeb\xad\x31\xc6\x18\x25\ \xe4\xba\xe7\x46\x6b\xcf\x63\x7d\xd9\x29\xad\x20\x00\xd6\x18\xa3\ \x55\xdf\xb5\x84\x52\x46\x09\xa5\x38\x0c\x42\x04\x40\x12\x86\x10\ \xe3\x24\x0a\xbb\x36\xc0\x18\x2e\x57\x37\xfb\xfb\x7b\x4a\x0b\x07\ \x28\x00\x0e\x21\x64\x2d\x70\x00\x0c\x39\x52\x8c\x79\xda\xf0\xe1\ \xa9\x8d\x47\xa3\xbd\x5b\x07\x61\x92\xd6\x4d\xb7\xda\xbc\xe2\x5c\ \x50\xe2\x49\x29\x19\x23\x75\xd3\x21\x42\x7a\xde\x1b\x69\x3d\x42\ \x21\x00\xc0\x42\xe7\x80\xd2\xca\x63\xcc\xf3\x18\x00\x16\xbd\x0b\ \x5b\x7c\x4f\x3e\x8a\x71\xd6\x02\x07\x20\x14\x52\x3a\x00\xb2\x71\ \x46\x3d\x66\x81\xc3\x84\x28\xad\xb4\xb5\x96\xf7\x18\x63\xe0\x1c\ \xc2\x18\x40\x68\x8c\xd1\xc0\x29\xde\x19\xe0\x1a\xde\x19\xe5\x22\ \x46\x10\x70\x04\xe1\xae\xef\xaf\xae\x2e\x95\x10\xc0\x39\x8c\xe0\ \xc5\xf9\x59\x94\x44\x00\x60\x6b\x4d\xdf\xf7\x03\x99\x60\x6f\x6f\ \x2f\x8e\xa3\xb6\x6d\x11\x42\x61\x18\x42\x04\x81\x73\xd4\x63\xc7\ \x77\x6e\xef\xef\x1f\x74\x5d\xcb\x3c\xaf\xeb\xfa\xd3\x37\x27\x56\ \x1b\x8f\xb2\xbc\xd8\x74\xbc\xf3\x3c\x4f\x08\x01\x21\xa8\xf2\x3c\ \x0d\x83\xc8\xf3\x3a\x46\x27\x49\xa2\x95\x8a\x03\xa6\x14\xdc\x2e\ \x17\xff\xd7\x9b\x57\x0d\x17\xd3\xfd\x5b\x42\xc9\x5e\x28\xa9\x44\ \x55\x57\x6d\xd5\x06\x8c\x01\x08\x0e\x0e\xf6\xb2\x2c\x25\x04\xa5\ \x69\xb2\xdd\x6e\x97\xcb\xf5\xc3\x0f\xee\xad\xd6\xf9\xab\x97\xaf\ \xf3\xa2\x1e\x65\xd9\x6c\x36\x43\x04\x1b\x25\xc3\x38\x30\xc6\x00\ \xc2\xc2\xc4\x53\x52\xe5\x65\x3d\x78\x25\x78\x01\xeb\xfb\x1e\x62\ \x40\x3d\xf2\x0e\x87\xfd\xff\xe0\xa0\xf9\x5b\x4c\xd0\xc0\x28\xf0\ \x09\xa3\xc8\x18\x69\xb4\x30\x46\x08\xd1\x62\x8c\xb8\xea\x8b\xb2\ \x48\xd3\x0c\x13\x13\x10\xec\xfb\xa1\x33\x06\x24\x81\x31\x2a\x49\ \xa3\x30\x49\xe2\xd1\x58\x3a\x1b\x1b\xb3\xaf\xf5\x2c\x4c\x03\x1a\ \x38\x69\x03\xe6\x29\xed\xd2\x8c\x08\x6b\x35\xc5\x5d\xd3\x02\x0d\ \xb0\xe3\x40\x1a\x06\x31\x25\xa4\xaf\x5a\x86\xb0\xcc\xab\xd6\x19\ \xc4\x68\xaf\x8d\xd1\xd0\x18\xc7\x10\x66\x16\x06\x84\x21\x42\x7b\ \x07\x54\xd3\x15\x4d\xe5\x05\x5e\xd7\x76\xd2\x88\xb6\xae\x21\xc4\ \x18\xa2\xf5\x66\xeb\x51\xcf\x6a\x8d\x10\x7a\x57\xdb\x35\x84\x10\ \x62\xc4\x10\x06\x10\x03\xca\xa8\xe7\x7b\x5d\xdf\x42\x04\x10\xc0\ \xcb\xf5\x02\x33\x3a\xc0\x60\x10\xc2\x24\x0b\xd7\x9b\x1b\xde\x73\ \x04\x5c\x18\x84\xd6\x39\x48\x42\x08\x49\xe0\xf9\x46\xf4\xc0\x82\ \xa6\x6d\xb4\x51\x00\x02\x42\x70\xd7\xb6\xe7\xe7\xa7\xc0\xc1\x21\ \x5a\xf1\xcd\xeb\x57\x9e\xcf\xd6\x9b\x8d\x96\xc6\x28\x43\x09\x76\ \x46\xc3\xff\xa6\x9a\x61\x94\x52\x42\x88\x21\x0f\x6d\xf8\x2d\xc3\ \x0d\x35\xf4\x2c\x52\x08\x08\x21\xa5\xf4\x57\xf6\x1b\x70\x80\xc6\ \x06\xbb\x08\x08\x9c\xd6\xca\x18\x83\x20\xec\x38\xef\xbb\x0e\x02\ \xa0\xb4\xd6\x08\x1b\xa5\x9d\x73\x00\x3a\x63\x8c\xb5\x46\x29\x81\ \x31\x1a\x44\xb3\xce\x5a\xa9\xe5\xbb\xce\x6b\xd0\xfd\x43\x98\x66\ \xa9\xd5\x16\x3a\x70\x74\x74\x54\x16\x85\x92\xd2\xf7\xbd\xd1\x38\ \xbb\x38\x3f\xb5\x0e\x30\x16\x1a\x63\x7c\xdf\x0b\xc3\x90\xf7\x1d\ \x82\xd0\x59\xc3\x98\xcf\x3c\x0a\x00\xa4\x18\x33\x42\x18\xa5\x7d\ \xd7\x6d\xb6\x6b\x80\xa0\x54\x12\x00\x8b\x31\xb6\xce\x42\x00\x00\ \x84\x18\x93\x41\xd8\x10\x04\x21\xc0\xd8\x0f\xac\xe7\x07\x52\xeb\ \x9e\x73\xeb\x00\x40\x04\x22\x84\x09\xb1\x00\x38\x08\x7b\x21\x98\ \xe7\x59\xe0\x3c\x4a\x7f\x1d\x91\x45\x08\x09\xc3\x10\x21\x6c\x81\ \x25\x04\xff\x4a\x10\xff\x9e\xad\xae\x90\xb2\xe3\x1d\xa9\x89\xd2\ \xba\xaa\xeb\x04\x00\x63\x6d\x55\x57\x41\x14\x55\x75\xbd\xdd\x6e\ \x3d\xdf\x67\x84\x40\x8c\x19\x63\xca\x18\x08\x21\xa5\x0c\x11\x8c\ \x08\x76\xd6\xf4\x7d\xcf\x30\x02\xd8\x6d\x56\xeb\xf9\x78\xcc\x08\ \xc1\x04\x69\x25\x05\x6f\x1d\xb0\x94\xfa\x4a\x2a\xe7\x6c\xd7\x75\ \x4a\xa9\xc1\x80\x74\xb0\x81\x2a\xcb\xb2\xeb\x7a\xca\x58\x23\xf8\ \x90\xfb\xcb\x18\x6b\xca\xf2\xf6\xe1\x11\xb6\xae\xde\x16\xa3\xc9\ \xe4\xf6\xf1\xe1\xd3\x17\x5f\x6b\xa9\x48\xe0\xfb\x9e\x8f\x09\x1e\ \xa5\x69\x5d\x94\xd0\x18\x04\x41\x12\xfa\x59\xe0\x83\x24\xe6\xd6\ \x1c\xdd\xbb\xfb\xe4\xe5\x4b\xad\x7a\x07\x30\x23\x44\xf0\x5e\x69\ \x41\x29\x96\x92\x87\x21\x99\xcd\x27\x00\xba\x28\x8a\xb4\xd6\x27\ \x27\x27\xd6\xb9\xdb\x77\xee\xfe\xd1\x9f\xfc\x9b\xde\xa2\x37\xa7\ \xa7\x4f\x1f\x3f\x7e\xfe\xf2\x6b\x08\x81\x1f\xf8\x47\xc7\x47\xb3\ \xf9\x24\x41\x2c\x08\x02\x25\xf5\xcd\x62\x69\x81\x74\xc0\x11\x02\ \x43\xcc\x9c\x33\x71\xea\x0f\xca\xf3\x34\x4b\x7f\x57\x70\x2e\x08\ \xa1\xd6\xaa\x13\x2d\xa6\x18\x3a\x48\x08\x02\xce\x1a\xab\xa5\x32\ \x0e\x1a\xc6\x08\x84\x06\x43\xda\xb7\xad\x25\x4a\x73\xd5\xb5\x7d\ \xd7\xf5\xd3\x24\x91\x4a\x37\x4d\x85\x29\x49\x20\xfe\x3d\x3f\xe9\ \x8b\x86\xeb\x3a\x19\x4d\xf3\x55\x4e\xa3\xd8\x61\x7c\xb3\x59\x07\ \xa3\x6c\xb4\x3b\x47\xb1\x6f\x3c\x92\x85\xa1\x07\x31\x03\x70\x75\ \x71\xb1\x5d\xae\xc6\x47\xb7\x82\xc9\xe8\x6a\xb3\x96\x52\xa4\x80\ \x6e\xae\x16\x21\xf3\x46\x49\xe6\x05\x01\x09\xc2\xd8\x59\xaf\x2a\ \xcb\x8b\xf3\x84\x4c\xea\xb6\x92\x56\x2a\x29\xa1\x43\x8c\x92\x34\ \xc9\xb4\x32\x46\x1b\xa9\x95\x85\x90\x7a\x9e\xd0\x12\x02\x88\x20\ \x24\x08\x41\x04\x31\xc2\xc6\x1a\x46\x3c\xa5\x15\x40\x36\x8a\x23\ \x6d\x2d\x84\xc0\x28\x03\x9c\xf3\x19\xf3\x08\x75\xc6\x30\x4a\x8d\ \xd6\x5a\x5b\x0c\x0d\x80\xc0\x19\xad\xb5\x81\xc0\x31\x46\x43\x1a\ \x6c\xf2\x75\xdd\x0a\xdf\x0f\xf6\xf7\xf6\xa4\x54\x46\x1b\x8f\xb1\ \xb2\x2c\xad\x36\xbc\x6d\x8d\x03\xd8\x01\x46\x71\xd7\xb6\xbf\x31\ \x50\xe0\x5f\xf9\xec\x09\xc1\xc3\xcf\x0e\x13\xe2\x3b\x83\x0d\xe7\ \x06\x8b\x02\x42\x88\xb1\x56\x29\x85\x10\xc2\x18\x0f\xab\xc6\xc1\ \xc4\x75\x78\x70\xc3\x22\xd5\x39\x67\xad\x1b\x14\x7f\x52\xe9\xa6\ \x69\x71\x8a\x08\x21\x42\x0a\x21\x84\x73\x2e\x8a\x42\x21\xb8\xb3\ \x6e\x58\x5d\x0e\x08\x8e\x92\xca\x58\x1b\x84\x21\x04\x60\xbd\x5e\ \x87\x41\x10\x7a\x81\x50\x2a\x88\xc2\x5e\xf4\x2d\xef\x44\xab\x0e\ \xf6\xf7\x95\x76\x10\xc2\x20\x8c\x81\x03\x4d\xdb\x42\x84\xfb\x5e\ \x18\xe3\xb4\x75\xcc\xf7\x9c\x05\x45\x55\x4a\xa5\xa5\xd2\x49\x92\ \x72\xce\xaf\xaf\x16\xf3\xdd\x9d\xbe\xef\xdb\x4e\xfc\xfa\x63\x81\ \x00\x38\x67\x7d\xdf\x97\x4a\x45\x71\x60\x2d\x10\x42\x0e\x46\x3d\ \x00\x00\x8f\x32\x04\xac\xd6\x1a\xe3\x61\x5f\x69\x9d\x75\x00\x40\ \x84\xf0\x3b\xae\x80\x73\x10\x01\x8f\x7a\xbe\xe7\x39\x67\x01\x70\ \x94\xd0\xf7\x5e\x8b\x38\x00\x30\xc2\x18\x21\x82\x08\x82\x48\x4b\ \x65\x8c\x29\x8a\xa2\xeb\xba\x2c\x1d\xe5\xf9\xf6\xd6\xc1\x2d\x48\ \xf0\xd5\xd5\x15\xb0\x0e\x63\x4c\x09\x25\x5a\x95\x4d\x05\x31\x0e\ \x20\xb0\xc6\x22\x30\x18\x67\x38\x65\xd5\x66\xbb\xe9\xfb\x43\x85\ \x51\xdb\xb4\x4b\x00\x88\x47\x90\x35\x5d\x5d\x0f\xd8\x16\x04\x40\ \x29\xc5\xfb\x0e\x00\xe0\xf9\xd4\xf3\x48\x5d\x97\x82\x77\x84\x90\ \x28\x08\xca\x6d\xb1\xb9\x59\xcd\xa6\xb3\x52\x6e\x31\x44\x07\xfb\ \xbb\x67\xbd\xc8\xf3\xfc\xe1\xee\xc3\x2c\xc9\x4e\xde\x9e\xec\xef\ \xef\x4d\x26\x93\xed\x76\x5b\x97\x0d\x04\x90\x60\xb6\x5e\x6d\x3f\ \xb8\x77\x9b\x50\xbc\xad\x4a\x05\x60\xab\x8c\xb3\xa0\x97\x22\x4c\ \x32\xa9\x0c\x41\x08\x23\x2c\xad\x30\xd6\xcc\xa6\xf3\xe9\x24\x73\ \x46\x8e\x46\x89\x35\xee\xe4\xe4\xa4\x2a\x6a\x94\x79\xc6\x3a\x4a\ \xf0\x83\xfb\xf7\x80\x55\x45\x51\x18\xc5\xb5\x35\xd6\xf4\x18\x6a\ \xc1\x45\x1a\x7b\x93\x9d\x11\x74\x26\x4d\xc2\x8b\xcb\xf3\xb6\xce\ \x93\x2c\xe1\x5c\x32\x0f\x11\x0a\x94\x96\xce\xca\xdf\x58\x30\x7e\ \x7b\x5e\x11\x06\xa3\xdc\x41\xa4\x21\x36\x2e\x09\xa7\x10\x7a\xad\ \x30\x2c\xf2\x30\xf2\xd2\x38\xc6\xc0\x62\x61\x19\xf0\xb1\xa6\x18\ \xf9\x2c\x9b\x78\xa9\xd6\xc0\x62\x02\x65\xd7\x05\x18\x8c\x31\x4b\ \x97\x85\x4f\x58\x91\xa4\x6b\x67\x4f\x9d\xfb\xc3\xdf\xff\xc4\x20\ \x24\xd7\x37\xd9\x28\xc9\x46\x69\x92\xcc\x34\xc2\x61\x4c\xa9\x53\ \x21\x03\xa1\x94\xe4\x72\x3d\xd9\xd9\x01\x07\x3b\x05\xa6\xfb\xc9\ \x08\x52\x64\xf6\x76\x94\x50\xb7\xbe\xf1\x61\x14\x86\x4d\xdd\x2c\ \x5e\xbd\x4a\x81\x9e\xd7\xe5\x36\xcf\x67\xf3\x89\x25\x96\x22\x82\ \x21\x86\xc6\x06\x7e\x60\x8c\xeb\xfa\xee\xe4\xfc\x4c\x48\xd1\x68\ \xee\x31\x02\x2d\x00\xd6\x22\xe7\x80\xb6\xd0\x82\x0f\x6e\xdf\xaf\ \x79\x4b\x28\x15\x4a\x7a\x94\x41\x0b\x81\x1b\xb6\xde\x0e\x42\x48\ \x09\xd9\x19\x1f\x00\xe7\x8c\x31\x10\x41\x88\x10\x80\x10\x38\x3b\ \x48\x6d\xb5\x56\xd6\x5a\x74\x86\x90\x03\x01\xf3\xf6\xe6\x7b\x5a\ \x3b\x25\x14\x84\x60\x9c\xce\x9a\xb6\x69\xca\xfe\x1b\x0f\x67\xa7\ \xa7\x67\x77\xee\xde\x39\xbc\x75\x48\xa9\x67\xdf\x53\xb7\xe8\x06\ \x36\xb2\x31\x8a\x52\xaa\x94\xc0\x38\x02\x00\x4a\x69\xad\x75\xd6\ \x3a\xc6\x42\x6b\x01\x41\x74\x08\x58\xaa\xaa\x0a\x01\x2c\xa5\x64\ \x94\x31\xe2\x71\xc4\x9d\xb1\x10\xa2\x01\x60\xd2\xca\x68\xe3\x3a\ \x2e\x94\xb1\xca\x02\x04\x90\x92\xaa\xe3\x52\x49\x19\x04\x01\x70\ \x10\x02\x84\x21\xe1\x2d\xef\xfa\x36\x0c\x43\x45\x95\x60\x52\x1b\ \x1b\x78\xbe\x36\xee\xf2\xfa\x66\x7f\x6f\xaf\x51\xe2\xe9\xe9\x6b\ \x4c\x51\xa1\x6b\xd1\xf3\xcc\xcc\xb8\xb3\x4a\x2a\xdf\x98\x28\x8a\ \xea\x7c\x2b\x01\x90\x10\x48\x08\x7c\xdf\x67\x69\x0a\x1c\xf0\x00\ \xe0\x4a\x69\x07\x31\x0d\x64\xc3\x53\x1a\x52\x12\x55\x3d\x37\x12\ \x59\xa8\x30\x02\x4a\x69\xcf\x0b\x6e\xed\xcf\x21\x26\xda\x78\x93\ \xc9\xe8\xe2\xea\x0a\x62\xdb\x77\xad\xd2\x00\x39\xe7\xb4\xa6\x08\ \x61\x82\xb4\xd6\x4a\x69\x60\x74\x40\x3d\x6b\x8c\xc3\xc8\x38\xa7\ \x8c\xd2\xce\x00\xeb\x02\x46\x03\xc6\x28\x80\x78\xb8\xde\x94\x02\ \xef\x0b\x2f\x52\x0c\x03\x8c\xa1\x32\x14\x20\xa7\x74\xe0\x05\x41\ \x18\x2a\xa9\xad\x03\xda\x02\x00\x71\x12\x44\x93\x64\xec\x31\x76\ \x7c\x74\xbc\x5a\xad\x84\xe0\x4a\x2a\x84\x70\xe6\xc5\xa6\x55\x16\ \x5b\x43\xd4\xaf\x9a\x3e\xc8\x8d\xd4\xd2\x14\x7d\xaf\x31\x1e\x07\ \xe3\x4e\xe8\x96\xeb\xe5\xa6\x02\xc4\x4f\xa3\x48\x4a\xed\x07\x81\ \x92\xbc\xa9\x8b\xd0\xa7\x08\x04\x4d\xe5\x71\x61\x02\xec\x7b\x88\ \x9d\xbf\x3c\x73\xbd\x05\xca\x5e\x9d\x9c\x13\xe3\x80\x35\x17\xd7\ \x67\xb3\xc3\x7d\x47\x58\x23\x55\x2b\xf5\x6e\x10\x49\xbd\x39\xbd\ \xbc\x62\x9e\x57\x0b\xe9\xc5\x09\x89\x13\x4d\x89\x3f\x9a\x58\xa1\ \x96\x45\xc5\x0d\x48\x47\x73\x80\xb0\x54\xbd\xb5\xce\x28\x45\x48\ \xc0\x70\xb0\xbf\xb7\x1f\x30\x98\x25\xc1\x24\xf4\x5f\xbc\x3c\x29\ \xb6\x75\x10\xc5\xd9\x7c\x0c\x19\x42\xc0\x95\x9b\x9c\x21\x74\xb4\ \xbf\x8f\x30\x0e\x83\xa0\x28\xb6\xd7\xe7\x4b\x6b\x2c\xaf\xe5\x7c\ \x47\x4f\x47\x63\x0a\x89\x7f\xfb\xfe\xe5\xd5\x55\xd7\xf7\x49\x98\ \x1c\xed\x1f\x12\x8f\x39\x08\x28\xa1\xbf\x71\x48\xff\xad\x71\xe8\ \xcd\x28\x1e\xfd\xc9\xc7\x9f\x4c\x82\x44\x94\xb5\x53\x26\x48\x22\ \x01\x6d\x2b\x3b\x29\xf9\x38\x49\xc6\x71\xac\x9d\x25\x98\x31\xe4\ \x41\xc0\x00\xa1\xc8\xa3\xd6\x4a\xa4\xb8\x27\xb8\xab\xab\x51\x55\ \x71\xaa\x0a\xa8\x4b\x1f\x3f\xed\x8b\xbd\x6f\x7f\xb7\x9a\x66\x75\ \xdb\x96\x01\x95\xc4\x86\xd3\x18\xa6\x13\xde\x0b\x1b\xc0\x00\x41\ \x8d\x64\x0d\x94\xc1\x50\xc6\xd4\xc6\xcc\x64\x11\xf0\x83\x2c\x89\ \x8d\x03\x45\x9e\x6b\x88\xa4\x32\xbd\x10\x51\x18\x53\x87\xd2\xef\ \x84\x6f\xdf\xbc\xd5\x14\xb0\x24\xf0\x28\x73\x52\x87\xcc\x07\xc6\ \x62\x8c\x97\xeb\x35\x33\xd8\x5a\x0a\x0d\x80\x04\x5a\xe4\xac\x43\ \xc6\x42\x63\x6d\x94\x24\x7b\x7b\x07\x73\x63\x30\x25\x52\x4a\x04\ \xa1\x33\xee\xd7\xea\x5c\x08\x20\x44\x70\xf0\x1b\x18\x54\xef\x98\ \x62\x00\xcc\xaf\x5c\xf6\xf1\x20\x84\x1e\x8c\x2b\xb3\x24\xd9\x99\ \xef\x68\x35\x5c\x7a\x0e\x02\xd0\xf5\x3d\xc1\x64\x6f\x6f\x0f\x00\ \xb8\x33\xdf\x19\x8f\xc7\x84\xe0\xf7\x0f\xa1\x31\xda\x4c\x5f\xda\ \x00\x00\x20\x00\x49\x44\x41\x54\xef\xa8\x31\x03\xb3\x54\x6b\xe3\ \x9c\xb5\xd6\x58\x0b\xde\xf1\x4e\xb5\x33\xd6\x44\x51\x80\x30\xd4\ \x5a\x41\xe8\x46\xe3\x6c\xf0\x71\x76\xb5\xf3\x3c\xe6\x7b\x1e\x21\ \xa4\x6d\x81\x73\x96\xf3\x5e\x4a\x81\x10\xf4\x7d\xcf\x01\x27\xa4\ \xb0\xce\x59\xe0\xb4\x36\xc6\x18\x63\x4d\x59\x95\xce\x6a\xa1\x24\ \xc2\xd8\x58\x0b\xac\xf5\x08\x01\xce\x59\xad\xb5\xd2\x45\x55\xd7\ \x4d\xb5\xfe\xe2\x26\x4a\x23\x07\xf5\x28\xc9\x62\xca\x02\x84\x30\ \x42\x0c\x00\x20\x84\xa8\x2a\x12\x45\xba\xeb\x44\xd3\x90\x38\x26\ \x00\x38\xe8\x18\xc3\x43\x5c\xa6\xb5\xc6\x1a\xcd\x08\x06\xce\x76\ \x7d\x6b\x8c\xc4\x8c\x20\x82\x84\x54\x0e\xe2\xe9\x7c\x5e\x37\x1d\ \xe7\xdb\xbc\x28\xfa\xbe\x27\x84\x00\x60\x8c\xb1\x08\xa2\xc1\xd9\ \xc6\x39\xa3\xb5\xd4\x5a\x3b\xeb\x10\x84\x00\x21\x80\x90\xb3\x06\ \x40\xe0\x9c\x03\x10\x78\x9e\x87\x10\x44\x10\x06\xbe\x6f\x8c\x7a\ \x4f\x78\x71\x38\xf3\xda\x46\x61\x04\xa1\x53\x52\x30\x4a\xaa\x32\ \xef\xfb\x5e\x29\x89\x9c\x11\xa2\x2f\x8a\x35\x34\xca\x6a\x09\x18\ \x49\xb3\x78\x71\x73\x55\x37\xd5\x6c\x3a\x49\x93\x94\x31\xd6\x54\ \x65\xdb\x76\x71\x1c\x4f\x26\x93\xbe\xef\xcf\x2f\x2e\xea\xae\xd3\ \x5a\x5b\xe8\xd2\xf1\x28\xc9\xb2\x9b\x9b\xa5\xb2\x40\x48\xd1\x75\ \x5d\x1c\x05\xd4\xa3\x5d\xdf\xaf\xd7\xcb\x8b\xcb\xf3\xf1\x78\x94\ \xa5\x89\x32\x8a\x30\xa2\xac\x54\x50\x29\x66\xcf\xb6\x57\x5a\xab\ \xe5\x72\xf1\xe4\xfc\x59\x96\x44\x6d\x5b\xb1\x88\x10\x0f\x13\x9f\ \x68\x64\x2d\x01\x9b\xae\x10\x52\x66\x1e\x2a\x9b\x62\x34\x1a\x79\ \x3e\xf3\x42\x5f\xb5\xb2\x97\x7d\x27\x44\x18\xa5\x18\x52\x87\x20\ \xf3\x3c\xcf\x63\x94\x50\x04\x58\x96\xc4\x49\x1a\x21\x08\xc7\x69\ \xcc\x28\x79\xf9\xfc\x45\x55\x94\x61\x3a\xbe\xbe\x59\xec\xee\xef\ \x4d\x47\x73\xcd\x95\x96\x52\x08\x61\x8c\xf2\xd2\x6c\x36\x9e\x9f\ \xbc\x3e\xbd\xb8\x38\x0b\xc3\xe8\xe2\xec\xf2\xf0\xf0\x30\x8e\xe3\ \xba\xaa\x02\x3f\xd8\x6c\xb6\x69\x96\xdd\xbe\xf3\xff\x32\xf7\x66\ \x3d\x96\x65\xd9\x79\xd8\x1a\xf6\xde\x67\xb8\x53\x0c\x19\x39\x55\ \x65\x75\x55\xf5\x40\x76\x37\xd9\x6c\x8a\x6a\x82\x96\xf8\x60\xf8\ \xcd\x80\xe4\xff\xe0\xdf\x63\xfb\x1f\xf8\xc5\x6f\xf6\x93\x04\xd8\ \x16\x60\xd8\x12\x21\x59\xa0\x2c\x80\xcd\xee\x16\xc9\xee\xae\xae\ \xb9\x2a\xb3\x32\x33\xe6\xb8\xc3\x39\x67\x0f\x6b\x2d\x3f\xec\x1b\ \x51\x59\x45\x83\x14\x92\x40\xbb\xee\x43\x22\x32\x70\x23\xe2\xdc\ \x7d\xce\x5e\x7b\xad\x6f\x7d\xdf\xb7\xde\x49\xa5\xdc\xac\xd7\x7b\ \xf3\xab\x6f\x86\xb3\xa0\x35\xc8\x87\xd0\x2e\xb1\x29\xc1\xd4\x29\ \xfb\x06\x25\xfb\x2e\x84\x05\x1d\xcd\x16\x0c\xb0\xe6\xa2\x8e\xb3\ \x30\x88\x95\x92\x20\x8d\x8d\xd9\x1c\xb5\xdd\x44\xbe\x9a\x5a\x81\ \x0b\x31\x3a\x39\x7a\xef\xd9\xb3\xee\xdd\xef\x1d\x3f\x78\xd0\xcf\ \xfa\x18\xd3\xf1\xd1\x3d\x22\x31\x80\xac\xa5\x58\x71\xc6\x48\xa0\ \x06\x49\x45\x08\x8d\x30\xa7\x5c\x62\x9e\xca\xee\xf0\xfe\x43\xe8\ \xe2\xee\xec\x4a\xb6\x83\x5b\x2e\x5b\x70\xdf\x7b\xeb\xed\x61\xbb\ \xfd\xb3\x7f\xf3\x67\x3f\xf9\xf1\x8f\x37\x08\xff\xf6\x2f\xfe\x42\ \x4b\x39\x59\x1d\x0e\xbb\xc1\x8a\x30\xc2\x66\x3b\x95\x49\xaa\x17\ \x85\x9a\x28\xa1\x11\x5a\x60\x30\x52\xa6\xeb\xed\x86\xeb\x1f\x4e\ \x09\x99\x94\xb1\xd2\x3e\xef\x98\x9f\x15\xe7\xae\x2f\x85\xda\xbe\ \xcf\x15\x8b\x61\xa6\x18\x93\x73\x7e\xb5\x3a\x60\x76\x17\x17\x17\ \x22\xe2\x5d\x30\x30\x53\x25\xe2\x47\x0f\xef\x6f\xb6\x37\xef\xbe\ \xfb\x2d\x51\x3d\x3f\x7b\x51\xa4\xbc\x76\x6f\xd1\x40\x70\x4f\x41\ \x55\x44\xd7\xb4\x9e\x89\x42\x70\x29\x65\x91\xe2\x98\xda\xd6\x01\ \x10\xa0\x8d\xe3\xd6\xa0\x2c\x96\xb3\xf9\x7c\x0e\x80\x31\xc6\xf9\ \xac\x27\xb4\xbe\x6f\xdb\xae\xf1\x81\x55\xb5\x48\x02\x90\x10\x1a\ \x66\x34\xb0\xd9\xac\x0b\xbe\x8d\x69\x6a\x9a\x06\xd0\x42\x13\x7c\ \x1b\x90\x82\x2b\x41\x11\x62\x8a\x98\xb5\x73\xbc\x1b\xe3\x76\xbb\ \x13\xb3\x71\x1c\x57\xb3\xe5\x56\x2d\x64\x1b\xb7\xdb\x32\xe9\x2f\ \xb7\xff\x71\x77\x75\x4d\x44\xd7\xd3\x98\x52\xba\x3e\x3d\x2d\xf3\ \xb9\x73\xdc\x16\x19\x4f\x5f\x7e\x72\x75\x46\x4d\x08\x3e\x6c\x6f\ \xd6\x86\xb8\xe8\xc3\xb8\xe3\x9c\x77\x37\x37\xba\xde\x9c\x87\x96\ \xc1\xf9\x94\x13\xf9\x90\x8b\xfc\xf4\x2f\x7f\x3e\x9b\x2f\x63\x8c\ \x97\x97\xd7\x22\x46\x88\x66\x48\x8c\x8e\x1d\x11\x95\x22\xaa\x92\ \x52\xaa\x26\x49\x88\xe8\xbd\x33\xc4\x92\x15\x11\xc1\xcc\x3b\xd7\ \xf7\x6d\xb5\xee\x6a\xdb\x76\xb3\x4d\x29\x25\x7c\x4d\x84\x1e\x45\ \xa4\x48\x01\x02\x64\xe8\x43\xbb\x5c\xce\xda\xbe\x9b\x97\x50\x8a\ \xec\x06\x6e\x1b\x5a\xad\xe6\xb3\xbe\x45\xc4\xcb\xcb\xd3\x92\xa7\ \xe5\xa2\x7f\xf0\xe0\x41\xd3\x36\xc3\x6e\x38\x39\x39\x34\xcd\x27\ \xf7\x8e\x1e\x3c\x78\x30\x8e\x23\x82\x32\xd9\x76\xdc\x36\x8d\x9b\ \xcd\x1a\xc7\x80\x28\x0f\x4f\xee\xcd\x5a\xdf\x36\xc1\x7b\x6a\xfb\ \x00\xac\xe8\xf1\xe4\xc1\x7d\x1f\xfc\x66\x18\x62\x1c\x8e\x8e\x0e\ \x63\xd1\xd3\xf5\x8b\x66\xb9\x8c\x22\xf3\x45\x3f\xf3\xcb\xeb\xeb\ \xeb\x71\x3b\x38\x95\x9f\xfd\xc7\x3f\xbf\x39\xbf\x1a\x86\x5d\x8c\ \x9b\xab\x9b\xd3\x0f\x3f\xfa\xb0\xe4\x7c\xb8\x58\x69\xcc\xe2\xf0\ \xd7\xbf\xf8\x99\x9f\xcd\x7c\xe8\x33\xa0\x9a\x2d\x16\xcb\x2c\x36\ \xa5\x14\xe3\x64\xaa\x4d\x70\x26\x78\x7c\xb4\x9a\xf7\x7d\xd7\xf8\ \x93\x7b\xf7\xe3\x14\x7f\xf3\x9b\xf7\xcf\xce\xce\xf5\xe2\xaa\x20\ \x2c\x97\xab\xe1\x64\xda\x0d\xbb\xc7\x8f\x1f\xd7\x9e\xf5\x30\x0c\ \x47\x47\x47\x3f\xfe\xc3\x1f\xa7\x9c\x4e\x5f\x3e\x8f\x29\x89\xe8\ \x77\xbf\xfb\x9d\xe5\x6a\xd5\xf6\xdd\xe7\xcf\x9e\x5e\x5f\x5f\x7f\ \xf8\xe1\x87\xb3\xf9\xbc\xe9\xbb\x7a\x3b\xfe\x6e\x1e\xf0\x6f\xd1\ \x2b\xa2\xc8\xd9\xd5\xf5\x34\x25\xd6\xca\xc1\x99\x2c\x38\x23\x1c\ \xa2\xc6\x5d\xb2\x94\xb7\xac\x09\xcd\x92\x5a\x91\x9c\x12\xa4\x32\ \x43\x7b\xd2\x34\x6f\x18\x2d\xc6\xe4\xa5\xd8\xc1\xe2\xfc\x66\xb8\ \x3a\xbf\xf9\x27\x7f\xfa\x26\x8f\xb9\x9f\x64\xd8\xc5\xae\x6d\x1c\ \x3b\xbc\x1a\xc7\xcd\x4b\x51\x93\x81\x8b\x37\x84\xcc\xdb\xd8\x64\ \x73\xa3\x94\xf5\x74\x98\xc1\x4f\xf9\xd3\x4f\x3e\x2a\x26\x57\x9b\ \x4b\x20\x75\x0d\x75\xb3\x36\x6a\xfa\x8b\x9f\xff\x34\x4a\xfc\xec\ \xf9\xb3\x2f\x52\x5c\xbe\xf9\xe6\xcb\xe7\x5f\xfc\xe5\x07\xef\xb3\ \x59\xdf\x84\xc3\xe5\xe2\xf2\xe2\x7c\xb0\x34\xf7\x7d\xf0\xde\xb4\ \x14\x2d\x06\xe2\x1c\x71\x68\x8c\xf0\xe9\x17\xcf\x30\x2b\x24\x85\ \xac\xe8\xd0\x02\xea\x6d\x6f\xae\x92\xb9\x6b\x7d\x57\xd1\x6e\x0e\ \x8e\x89\xf6\x92\x97\x18\xab\x99\x5f\x4a\x39\x84\x36\xa5\xfc\xec\ \xd9\xe7\x6a\x46\x48\x76\x0b\x29\x89\x6a\xa5\x0b\xc4\x18\x77\xbb\ \xdd\x38\x8e\xaf\x4d\x46\xf5\x9e\x88\x0c\x50\x11\x09\x49\x91\x8c\ \x1d\xa9\x21\x16\x45\x52\x43\x21\x72\x4d\xd3\xc4\x38\xc5\x18\xdb\ \x36\xcc\xe7\x3d\xa2\x4d\xd3\x68\x66\x8b\x45\xa7\x2a\xfd\xac\x69\ \xdb\x2e\x04\xa7\xaa\xd7\xd7\x37\x6a\x05\x29\xc4\x34\xf6\xb3\xae\ \x6b\x5b\xc9\x82\x21\x20\x00\x32\xbb\x26\x70\xe3\x9a\x10\x10\x20\ \x97\x8c\x3b\x22\x03\x8b\xc5\x8a\x64\xd1\x76\x3e\x23\xa6\xd0\x77\ \xf7\x9c\xa3\x71\x5c\xb4\x32\x6f\x7a\x33\x78\x74\x7c\x5c\x39\xfd\ \xe1\xe0\xe0\x64\xb9\xc2\xea\x1b\x4f\x88\x44\xd7\xe3\xce\xf7\x0d\ \x20\x21\x81\x73\xfe\x66\xb3\x51\x10\xb1\x22\x28\x63\x1e\xc5\x44\ \x35\x03\x91\x16\xcd\x45\x88\x9d\x99\x85\xa6\x33\x23\x42\x48\xa9\ \x18\x60\xa5\x62\x54\xa6\xab\x6a\x31\x93\x0a\x63\x11\x91\x73\x2c\ \x06\x35\xcf\x05\x84\x26\x04\x1f\x82\x99\x7a\xdf\xf8\xe0\x62\x9c\ \xa6\x69\x44\x7a\x3d\xdd\xa2\xb9\xe0\xd9\x71\x08\x9e\x18\x53\x9e\ \x42\x43\x07\x87\xb3\x71\x84\xeb\x9b\x2b\xb0\x09\x11\xfb\xce\xb5\ \xab\xb9\x98\x3e\x7b\xfa\x54\x4a\x79\xe7\x9d\x77\x66\xb3\xd9\x38\ \x4d\x71\xda\x3e\x7a\x70\x0f\x4d\x8e\x0e\x97\x4d\x60\xcf\xdd\xea\ \x77\xbe\x7d\x79\x79\x79\x71\x3e\x76\x5d\x0f\x9a\x09\xc3\xe3\x47\ \x27\xcc\x6e\x36\x3b\x44\xc0\x61\x1c\xdb\xde\xcf\xe7\xf3\xf9\xbc\ \x67\x76\xe3\x38\x4e\x2f\xa7\x59\xdb\xc1\x30\x62\x4a\xe3\xfa\xa6\ \x99\xf7\xf3\x45\x77\x74\x78\x60\xb9\xe7\xd5\x72\xba\xbc\xb2\x61\ \x0c\xdb\xf1\xc4\xb5\x8f\x1e\x1e\x14\x4f\x10\xdc\xea\x07\x3f\xd0\ \x2c\xcb\x6e\xe6\xb2\xce\x5d\xb8\x19\x86\xb2\x5a\x46\xc5\x69\x18\ \xdb\xa6\x63\x76\x45\xf3\x38\x0c\xeb\xcd\x7a\x9a\x26\x44\x08\x9e\ \x16\xf3\xd6\x39\x3c\x58\x2e\x56\xcb\xc5\xcf\x7f\xf6\x9f\xae\xaf\ \xd7\xce\xf9\x8c\x74\xff\xe4\x1e\x12\x7d\xf2\xc9\x67\xef\xfd\xfa\ \x57\x0f\x1f\x3c\x7c\xf0\xe0\x41\xe5\xe2\x6c\x36\x1b\xef\xfd\x72\ \xb9\x3c\x3b\x3d\x65\xe6\xeb\xeb\xcb\x71\x18\xbe\xfd\xed\x6f\x93\ \xe3\x07\xf7\x1f\x64\x29\x44\x54\x44\x30\x45\x82\x9a\x02\x23\xfc\ \xff\xef\x72\x03\x38\x94\xf4\x62\xda\x49\xe3\xad\x64\x35\x61\xe7\ \x73\xd4\x2c\x32\xdc\xec\x7c\xb2\x00\xa8\x22\xa0\xda\xf8\x30\xeb\ \xba\x80\xd0\x75\x61\x45\x34\x2f\x02\xdb\xb5\xae\x07\x9d\xf5\x72\ \xb0\xfa\xd7\xff\xee\xcf\x0e\xdf\x7d\x87\x97\x7d\x81\x2c\x96\x40\ \xf3\xb0\x1d\x7d\xe0\xb6\x6b\x87\x9c\x04\x40\x14\x52\x89\xe4\x74\ \x4a\xd3\x64\x99\xf2\x10\x27\x68\x89\x3b\xe6\x75\x1e\xb2\xc9\xf9\ \xc5\x4b\x91\xf8\xe4\xad\x47\x05\x33\x32\xfc\xe6\x93\xf7\x86\xdd\ \x2e\xea\x34\xbf\x77\x7f\x9b\xa6\x87\xb3\x99\xb4\x9e\x4d\x0f\x67\ \xdd\xac\x71\xed\xa2\x09\xef\xbe\xa9\xa5\x8c\xbb\xa1\xa5\x7e\x88\ \xd3\x3a\x97\x04\xe2\x08\x49\xf3\xc5\xf9\x59\xeb\x42\xe7\x1a\x40\ \x93\x2c\x44\x4e\xcd\xee\xd0\x28\x66\xae\x98\x37\x11\xe5\x9c\xc9\ \x11\x80\x4d\x53\x14\x11\x40\x10\x91\x94\x53\x15\x36\x56\x45\xa1\ \xf7\x5c\x59\x0b\x21\x04\x33\x9a\x85\x50\xf5\x86\xcc\x18\x02\xd3\ \xeb\xe9\x7e\x0d\x00\xf6\x72\x3f\x40\x64\xc7\x80\x58\x1b\xe7\x22\ \x92\x53\xca\xa5\xd4\x91\xc2\x45\x72\xce\x39\xa5\x04\xd8\x56\x41\ \x6c\x1d\xf2\xc6\x4c\x08\xc8\xb8\xd7\xd3\x54\xf7\xae\x5a\x33\x9a\ \xa9\x48\x66\x62\x06\xaf\x26\xc5\x34\x97\x12\xd3\x94\xa1\x4c\xc9\ \x31\x91\x99\x19\xa2\x63\x56\x55\x17\x7c\x21\x45\x13\x06\xb8\xd9\ \x6e\x7a\xc0\x99\xc1\xc3\xc3\x13\x02\x84\x45\xcb\xa1\xc1\xca\x3f\ \x30\xc3\xdd\xee\xc1\xfd\x07\x29\xa7\xa7\x4f\x9f\xce\xfa\x96\x7d\ \x5e\x2e\x0f\x0d\x4d\x89\xe7\x8b\x65\x32\x28\x80\xbb\x5c\xb0\xc3\ \x04\xa8\x8e\x4b\x11\x42\x66\x26\x33\xdb\x6c\xb6\x25\xdb\x6a\x75\ \x90\x8a\x98\x81\x29\xb0\x67\x24\xaa\xa7\x48\xce\xb9\x94\xbd\xe6\ \xfc\x4e\x17\x25\x25\x9b\x2a\x10\x20\x42\x68\x7c\x08\x8e\x98\x9a\ \xa6\xf1\xde\xa5\x14\x5f\x43\x28\x7a\x77\x54\x6f\x77\x5b\x24\x24\ \xc7\x88\xc6\xde\xbd\x38\x7d\x71\x75\x73\x46\x84\xdb\x61\x33\x8c\ \x6b\xef\xe9\xec\xec\x85\xf7\x4d\x4a\x71\x37\x0c\x5d\xd7\xae\x37\ \xd7\x17\x97\xa7\xa5\x94\xd3\xd3\xd3\xfb\xf7\x1f\x8c\xd3\x76\xb3\ \x75\x31\x8d\xd5\x66\x6f\xbb\xdd\x1a\xe8\x30\x6e\x5f\xbc\x7c\xde\ \xb6\x5d\xd3\x04\xd3\x22\x22\x62\x90\x45\xae\x6f\xae\xc7\x38\x4c\ \x69\x51\x8a\x10\x10\x22\x7a\x40\x8e\xa9\x37\x5e\xb5\xf3\x0e\x5d\ \xde\xc4\xa8\x37\x33\x20\xb8\x5e\xbf\xd3\xcc\x8e\xef\xdd\x5f\x75\ \x87\x0a\x44\xb3\x6e\x07\x19\xda\xb0\xde\x6d\x66\x6d\x7f\xd4\x2f\ \x4e\x3f\xfe\x94\xa2\x60\x33\xbf\xe1\x10\xad\xc4\x52\xe6\xb3\xc5\ \xfa\xe6\x86\xbd\x8f\x69\xca\x29\x9a\x64\xc9\x79\xb5\x9a\x2f\x67\ \xad\x07\x5d\x2d\xe7\x21\x34\x1f\xbc\xff\xd1\xf3\x2f\xce\x8d\xd9\ \x75\xb3\xa2\x7a\x7a\x7e\x9e\x77\x79\xd8\x0e\x7f\x7d\xfa\x57\xbf\ \xfc\xe5\x2f\x57\xab\xd5\x5b\x6f\xbd\x55\xb9\x63\x29\xa5\xaa\xbb\ \x36\xb3\x17\x2f\x5f\x9a\x59\x31\x7d\x79\x76\x1a\x9a\xe6\xe5\xcb\ \x97\x0a\x00\x08\xb5\x6b\xf4\x0d\xe9\x2d\x82\xaa\x16\xd0\x61\x1c\ \x86\xab\x4b\xd3\x38\x9f\xcd\xc6\x34\x65\x29\x32\xe5\x36\xcc\x1e\ \x1c\xde\x7f\x38\x5f\x1e\xce\xe6\xab\xc5\xd2\x07\x4f\x0c\xe3\xb4\ \xbb\x7a\xf1\x39\x4f\x63\x4b\x3a\x6b\x9c\x79\x7e\xf6\xf2\xbc\x0d\ \xdd\x1b\xf7\x4e\xdc\x30\x20\xb0\x6f\xaf\xe0\xec\x05\x8a\xfa\xbe\ \x71\xb3\xb6\x0d\xad\x91\x51\x52\x2f\x29\x6b\x74\xc3\x76\x8e\x80\ \xd3\xd8\x7a\x3e\xd2\x7e\x66\xd2\x77\x84\x9e\xfd\xe3\x87\x66\xda\ \xec\xd6\xf3\x7e\x0e\x60\xff\xed\x7f\xf3\xcf\xfe\xe5\xbf\xf8\x17\ \xcf\x7e\xfd\x37\x6f\xfd\x30\x1c\x0c\xb2\xbe\xbe\x3e\x01\x9a\xf5\ \xdd\x6a\x36\x03\xc9\xd9\xbb\x7c\x7c\x9c\x53\x1a\x7c\x23\x44\xc9\ \x96\xeb\x94\xae\x25\x0f\x04\xdb\x52\x14\x46\x00\x2d\x64\x44\xc1\ \x00\x72\x2e\xb8\x77\x4c\xe5\xfd\xc8\x78\x55\x11\xa9\x22\x41\xc8\ \xb8\x1b\x76\x31\xc6\xe3\xa3\x23\xef\xc2\x38\x0e\x6d\xe8\xbc\x77\ \x4c\x0e\xb0\x72\x91\xa0\xbe\xb3\xe2\x62\xd3\x34\xa5\x94\xaa\x9e\ \x8e\x88\x89\xe9\xf5\x06\x68\x20\xa2\xf3\x5c\xf1\xce\x10\x02\x11\ \xd5\xcb\x41\xc4\xa6\x6d\x5b\x44\xe7\x58\x04\x6b\xc3\xd1\x7b\x67\ \xa6\x31\x45\x53\xbb\x8b\x7d\x2a\x65\x8a\x31\x84\x50\xe7\x65\xd5\ \x70\x8c\x88\x7d\xdf\xb7\x6d\xc3\xc6\xde\x35\xb1\x24\x89\x83\x0f\ \xce\xb8\x31\x04\x35\x43\x55\x50\x65\x44\x01\x55\x13\x74\x0d\x39\ \x2c\x50\x62\x8c\x4e\xf4\xf8\xf0\xf0\xa4\xe9\x43\x2c\xf3\xc5\xea\ \xcc\xca\xfc\xe8\xf8\xf8\xe8\xa8\xca\x27\x77\x2f\x5f\xf6\xf7\xee\ \x9d\x7f\xfa\xd9\xc5\x30\x7e\x76\x7a\xb6\x3a\x3c\x38\x69\x66\x48\ \x38\xc7\xa6\xed\xdb\xa6\x9b\x1e\x3c\x7a\xf3\xea\x66\x7d\x71\xb5\ \x31\xd7\x92\xca\xdc\xd9\x38\x8e\xa8\xe6\x7c\x83\x66\x45\x4a\xca\ \x19\x10\x73\x16\x40\xd2\x2c\xc4\xc2\xcc\x31\xc5\x71\x1a\x6b\xbf\ \xa2\x92\x51\xd8\x71\x29\x39\xa5\x04\x04\x9a\x85\x08\x43\x13\x54\ \x95\x09\xdb\x36\xd4\xa9\x65\xd5\x17\xe8\x75\x38\x40\x88\x9b\xed\ \xf6\xec\x72\xfd\xbd\xef\x1d\x13\xc3\xe1\x6a\x45\x6c\xc4\x46\x60\ \xcb\xd9\xbc\x0b\xde\x7b\x6f\x45\x55\xf6\x9d\x68\x29\x65\xb3\xbe\ \x09\x3e\x0c\xdb\x1d\x18\x68\xc9\x25\xa7\x38\x0d\x6d\xb3\x22\x42\ \x29\xda\xb7\x0d\x13\x4a\x29\x8b\xc5\xfc\x60\xb5\x62\x66\x44\x43\ \xc2\xcd\x76\x3b\xc4\xc8\xee\x48\x44\x44\x0a\x19\x32\x98\x63\xb7\ \x56\x55\x31\x70\x81\x38\x38\xdf\x94\x69\x4c\xd7\xbb\x50\xf0\x9f\ \x7c\xf7\xf7\xf8\x7a\x7d\xd4\xcd\x26\xdf\x3c\xdd\xae\xff\xf0\x1f\ \xfd\xe1\x80\x65\xb0\xb2\xfe\xe8\xc3\xe3\x37\xde\xec\xd8\x5f\xbf\ \xf7\xe1\xe5\xd3\x2f\xac\x09\xa1\x79\x78\x75\xb3\x16\xd5\xdd\x38\ \x31\x07\x28\xc5\x44\x72\x8a\x25\x67\x47\x30\x9b\x35\x21\x80\xf3\ \x70\x70\xb0\xb8\xb9\xbe\x7a\xf1\xe2\xc5\xf1\xd1\xd2\xf7\x87\xdc\ \x76\x85\x75\xb7\xdb\xae\xcf\x6e\x44\x04\x10\x4d\xf5\xea\xf2\xb2\ \x86\xad\x52\x4a\x9d\x6e\xa9\xaa\x44\x5c\xa7\x6c\x54\xcf\x3e\x17\ \xe3\xfb\xef\xbf\x3f\x5b\xcc\x15\x20\xa7\xa4\x7f\x5f\x33\xfd\xb7\ \x15\xb9\x88\xa6\xdd\x70\xfe\xf1\x67\xd9\xb9\x66\x1a\x8f\x9a\x70\ \xa2\xd8\x75\xcd\xc9\xc3\x37\xee\x1f\x9f\x2c\xda\xd9\xdc\x77\x07\ \xa1\x9f\x85\x06\x44\x77\xc3\x26\x4b\xbe\x9a\x76\x7d\xe3\x4e\xde\ \x7e\xa3\xcf\x39\xbd\x38\x1b\x26\x7b\xd2\xcc\xbf\xf5\x93\x3f\x95\ \x40\xf9\xe3\xcf\x3a\xe7\xf5\xf9\xe9\xd1\x6e\x9c\xb5\xbd\x5c\x83\ \x80\x29\x81\x48\x46\x10\x50\x15\xc8\xf6\xf4\xd4\xed\x64\xec\xd1\ \xba\x3e\xe7\x90\xb2\x4d\x7e\x52\x82\x25\x00\x11\x95\xb3\xab\x6b\ \x04\xc7\x6e\x9a\xa6\x1f\x37\xdd\x3f\xfe\xde\xef\xce\x72\x5e\x9f\ \x9d\x11\x51\x3f\xef\xcc\x24\x5f\x9c\x99\xa6\x3a\x0a\x65\xdc\xed\ \x76\xbb\x21\xb1\x37\xe7\x1f\x78\xaf\x07\x4b\xe9\x3b\x7f\x78\x78\ \x19\xe3\x67\x17\xe7\x37\x29\x15\x15\x23\x8f\xc8\x77\x40\x78\x0d\ \x58\xf5\x0e\xd5\x31\xbf\xdb\xdd\xee\xe0\xe0\x50\x8a\x7e\xf6\xd9\ \xd3\xe3\xe3\x63\xef\x3d\x21\x12\x71\xdb\x7a\x66\x66\x26\x85\x52\ \x72\x56\xb5\x94\xb3\x94\xa2\x6a\x95\xe4\xa9\xaa\x39\x65\x53\x7b\ \x5d\x98\x0b\xba\x7e\x31\x9b\x2f\x72\xca\x45\xac\x71\xac\x06\xa6\ \x0a\xb0\xef\x76\x4e\x31\x33\x91\x99\x22\x12\x91\x03\xb3\x71\x98\ \x2a\x85\x82\x19\x10\xd1\x79\x67\x06\xa5\x88\x19\x54\x86\x41\x2d\ \x81\x53\x4a\xa5\x14\x54\x08\xce\x8b\x5a\x92\x44\xde\x01\x54\x1f\ \xec\xac\x00\x9e\x88\x72\x32\xcb\x06\xa6\x9a\xa1\x44\x42\x8b\xe3\ \x38\xeb\x3a\x0f\xe6\x50\x16\xf3\xd6\x35\x2e\x0e\xc9\x35\x2d\x38\ \x37\x6c\x77\xe4\xc3\x6c\x75\x70\xb9\x5e\x9f\x5e\x5d\x09\xd2\xe9\ \xe5\xd5\x6e\x98\x9e\xbc\xf1\xe4\xc1\xe3\xc7\xbc\x5e\xbb\xa6\x39\ \x39\x66\x40\x77\x78\xb0\xfb\xf0\x93\x4f\xa7\xcd\xd8\x38\x36\xcb\ \x0b\xef\xc6\x98\xd3\x38\xb8\xc3\xa3\xbe\x0d\xbb\xed\xa6\xa8\x21\ \x31\x31\x8b\x15\xc7\xe4\x9c\x53\x2d\x95\xde\x91\x25\xab\x0a\x39\ \x06\xd0\x54\x92\x88\x20\x98\x88\x38\xc7\x21\x78\xef\x99\x88\x2a\ \x9e\x11\xe3\x34\x8e\xe3\x6b\xfb\xd0\x9b\xe2\x90\xc4\x0c\xbd\x0f\ \xcc\x8e\x18\x72\x1a\xd1\x04\xc0\x1c\x05\x13\x40\x20\x53\x20\x74\ \xe8\x88\x99\xb7\xdb\xed\x3a\x6f\x4b\xc9\xde\x79\x55\x64\x62\x15\ \xdd\xae\x37\xce\x3b\x44\xca\x39\xa7\x29\xaa\xe9\x76\xb3\x95\x22\ \x95\x77\xd2\x76\xcd\x30\x8d\x63\x4c\xc8\x1c\x63\x62\x80\x59\xd3\ \x59\xca\x9a\x8b\xa9\xa4\xc6\x65\x34\x98\x06\x4a\x8b\x38\x25\xcd\ \xf6\xc6\xe1\x3d\x14\x59\xf6\xb3\x07\x47\xf7\xff\xc3\x8b\xcf\xf4\ \x64\xa5\xc7\xf3\xcd\xfa\x4a\x9c\x6f\xee\x1f\x6f\x48\x3f\xf8\xfc\ \xa3\x17\x65\x38\x2b\xbb\x8b\xb3\x67\x3f\x7c\x74\x0f\x10\xcd\x70\ \xb3\xd9\x2e\x56\x07\x25\x96\x61\xb7\x93\x92\x4d\x4b\xdb\x86\x59\ \xe7\xc1\xd2\x6a\x71\xd0\xb7\xcd\xb3\xcf\x9f\x7e\xf4\xe1\x47\xd3\ \x94\x8c\x33\x28\x6e\xf2\x28\x1a\x65\x54\x66\x6a\xdb\xf6\x6e\xe6\ \x6b\xb5\xd8\xaf\x09\x69\xa5\x0a\xde\x85\x79\x42\x30\xb3\xdd\x6e\ \x57\x15\x17\xff\x39\x86\x4e\xbf\x35\xdd\xa2\x75\xde\x3f\x9e\xcf\ \x8f\xd1\xdd\x6f\xfb\xc7\x2e\x1c\x39\x0a\x62\x7c\x7a\xa1\xcf\xcf\ \xb6\x59\x06\xc3\x67\x0a\xa0\x86\xa5\x48\x9e\x90\x11\x5b\xce\x90\ \x2f\x24\x3a\x91\x50\xc4\x61\xef\xb7\x51\x2f\x83\xb1\x8d\xd3\x76\ \x33\x4d\xa1\x58\x8b\x3c\xb9\x30\x95\x82\xc1\x93\xa3\x52\x0a\xab\ \x7a\x93\xc8\x3a\x8b\xb8\xec\xe6\xe3\xe9\x8b\x6d\xce\xe5\x32\xb5\ \xeb\x08\x4d\x11\x13\xc7\xac\x6a\xe3\x38\x20\x60\xdb\x75\x39\xe7\ \xb6\x6b\x89\x68\xc8\x89\x40\xd9\xb1\x96\x06\x19\xe7\x7d\xb7\x5a\ \xce\x7d\xdf\x64\x39\xd8\x5e\x9e\x9f\x3d\x8f\x9a\x15\xa1\x38\x76\ \x8b\xbe\xef\xee\x1d\xe7\xae\x9f\x8e\xef\x7d\xe7\xfe\xfd\x5f\x7d\ \xf1\xf9\x67\xe7\x67\xeb\xa2\x09\x83\xaf\x90\x92\xd5\x3a\x09\x9d\ \x73\x6d\xdb\x36\x4d\x93\x52\x9a\x2f\x56\x44\x54\x1b\x8b\x44\xac\ \x2a\x95\x81\x54\x8a\x94\xa2\x35\x72\x81\x01\x11\x39\x64\x74\x0c\ \x66\x8e\x1d\x12\xa9\x08\x73\x41\xc4\xd7\x75\x2d\x80\xa3\x7b\xf7\ \x0d\x79\xbd\x5e\xa7\x94\x9a\x50\x87\xd9\x18\xd5\x04\x0a\x89\xc0\ \xf0\x16\x9e\xab\xc9\x42\xf0\x2d\x12\xed\x4b\x5d\x26\xc7\x28\x45\ \x6e\x67\x1c\xf8\xdb\x8f\xb0\x1f\x6b\x06\xa2\x9e\x19\x08\x05\xcc\ \x08\x14\xd4\xd4\x3c\x62\xef\x03\x15\xbd\x3e\x3b\xbd\x5c\xdf\x98\ \x69\x00\x3e\xf4\x7e\xbe\x58\x96\xbe\x5b\xb6\x5d\x87\xc8\x5a\xfa\ \x66\x36\xe6\x71\xd5\xb6\xcb\xa6\x09\x06\x2d\x62\xdb\xb6\x10\x63\ \x4a\xa9\x45\xdc\xe6\xfc\xfb\xbf\xf3\x3b\xe7\xa7\x2f\xb7\x17\x17\ \xef\x3c\x79\x32\xaa\x8d\xd7\x37\x9b\xeb\xeb\xcb\xe7\xcf\x57\x87\ \x87\x8f\x57\xab\xf5\xf3\x2f\x3c\x11\x9b\x41\x91\x94\x53\xe7\xdc\ \xbd\xd5\xd2\xf7\xb3\x38\x5e\xec\x76\x03\x3a\x0f\x88\x66\x5a\xe9\ \x68\x75\xcf\xd4\x13\x85\x19\x01\x2c\xe7\x94\x53\x54\xc3\x4a\xa3\ \x25\x72\xce\xb1\x8a\x1a\x68\xdf\xf7\xcb\xe5\x9c\x19\x4a\xc9\xaf\ \x1b\xb8\x00\x89\x0c\x20\xb4\xfd\xa3\x87\x0f\x73\x4e\xa6\xd2\xf6\ \x2d\x62\xed\x3f\x2b\x18\xaa\x01\xe1\x7e\x54\x97\x88\x2c\x17\x87\ \x75\xea\x52\xf5\xf0\x98\xcf\x16\x3e\xb8\xdd\xb0\xab\x23\x4e\xba\ \xae\x6f\x1f\xb6\xfb\x9d\x0f\x88\x08\x5a\xd4\x79\xbf\x5c\x5a\x92\ \x62\x68\x60\x90\x87\xb1\x25\x9c\x37\x7d\xda\xec\xb6\x57\x97\x59\ \xa2\x67\x5e\x74\xfe\xd1\xd1\x8a\x0f\x0f\x96\x2e\xdc\x0b\xed\x66\ \x73\x73\xef\xf0\xe8\x26\x6d\x96\x8f\x0e\xc7\x65\x5f\x28\xcf\xe6\ \xad\x80\x7e\xeb\x8d\x87\xeb\xf5\x5a\xa1\x6c\xe2\xfa\xe8\xad\xfb\ \xf3\x87\xf7\x9e\x3d\x7f\xee\xbb\x3e\x65\x99\x8a\xb8\xd0\x98\xd9\ \x76\xbb\x65\x32\x42\x08\xde\xcf\xba\x46\x4b\xec\xfb\xce\x31\x69\ \x91\xdd\x66\x9b\xa3\x1a\x27\x46\x36\x33\x33\x72\x8e\xd8\xef\xa5\ \x17\xb5\xa9\x5d\x59\x84\xaf\x9a\x2f\xed\x41\x61\x33\x24\x62\xc7\ \x66\x36\x4e\x63\x51\xf5\xce\x7d\x53\x22\x17\x02\x8a\x95\x58\x06\ \x76\x6d\x9f\x2d\xac\xd7\x32\x6e\x4b\x89\xe6\x08\x99\xd0\xa0\x18\ \xe4\x10\x00\xb9\xc9\xd2\x94\x84\x66\x93\x26\xf3\xe6\x5a\x4f\x88\ \xa5\xe4\xe2\xf2\xc9\xbb\xdf\x6d\x96\xb3\x61\x5a\x8f\x4f\x9f\x97\ \xb8\x69\x0c\x72\x51\x23\x07\xde\x49\x26\x29\x48\x00\x26\x2a\xa2\ \xa5\xc1\x49\x4c\x43\xf3\xe4\x77\xde\xa0\xae\x1b\xdf\xfb\x62\xf3\ \xd7\x1f\xc2\xcd\x8d\xf3\xae\xb6\x2d\xe6\x95\x44\x3e\x6e\x9b\xa6\ \xd1\x69\x28\x25\x13\xdb\x64\xa5\x24\x60\x9e\xcd\x16\xab\xc5\x71\ \x77\xff\xd1\xc9\x1b\x3f\xfa\xfd\xf0\xe8\xd1\xf0\xc1\x07\x3f\xfd\ \x37\xff\xfa\xd9\xaf\xde\x93\x5d\x9a\xae\x24\x7e\xf1\xac\x98\xcb\ \xde\xdf\x00\xd1\xc9\xf1\xc9\xd1\xca\xd8\x7d\x14\xe3\x46\xaa\x13\ \xba\xe8\xed\x50\x8f\xea\xe6\x5e\xcd\xf2\xf9\xd6\x00\xaf\x7e\xd3\ \xfb\xb6\x4e\x7c\xa9\xd6\x45\xaa\xa6\x59\x91\x08\x89\x11\xb1\x92\ \xd4\x73\x8e\x75\xa7\xed\xf5\xd2\xaf\xe9\xb6\x02\x37\xd7\x1b\x02\ \x37\xeb\x97\x6d\x28\xcc\x8c\xc4\x44\x80\xb5\xdd\x28\xca\x04\x81\ \xd9\xa0\x52\x4f\xab\x9e\x71\x2f\xc1\xde\x6f\x40\x00\x71\xa5\x6a\ \x06\x6b\xcc\xa2\xfa\xf3\x44\x60\x00\x28\x66\x82\x00\xce\xb1\x80\ \x31\x31\xa8\x38\x45\x2a\x42\xa9\x34\x86\x27\x8b\x85\x67\x74\xec\ \x0f\x7d\x33\x67\xaf\x86\x3e\xeb\xbd\xc3\x83\x79\xeb\xc6\xcd\x1a\ \x04\x16\x2d\xa6\xd3\xe7\xe0\xbd\x13\x29\x9b\x6b\x97\x33\x94\x72\ \x60\xa2\xa8\x4f\x8e\x56\xef\x1e\xaf\xae\xaf\xaf\x3e\xfb\xe5\x2f\ \xbc\x0f\xa8\xc6\xbb\xf5\x01\x28\xae\xaf\x1e\x39\xc7\x0f\xee\x4f\ \x71\x12\xf3\x29\xe7\x65\xd7\x80\x0b\x58\x92\x26\xee\xba\x26\xa3\ \xed\x62\x16\xd0\x3a\x8e\xbb\x8a\x07\x2a\x0b\x97\x6e\x83\x72\xad\ \xcd\x8b\x58\x29\xc9\x31\x85\xe0\x55\x25\xe5\xe8\x3c\x0e\xbb\x6d\ \x29\x71\x37\xd4\xf1\x19\xaf\x1b\xba\x08\x11\x60\x98\xe2\xc1\xe1\ \x3d\x26\x72\x44\x8c\x54\x19\xb3\xaa\xa2\x45\x91\xac\xda\xe1\x13\ \xa2\xdd\xea\x19\x9a\xa6\x19\x76\x3b\xab\x3b\xc6\xf2\x72\xbe\x10\ \xd1\x8a\x7e\x3a\xef\x98\xb9\xe4\xb2\xf7\xdd\xcf\x60\x48\xe4\xa0\ \x80\x1a\x9a\x03\xf4\x8b\x83\x06\xa1\x6c\x46\xcd\x72\xdf\xf9\x37\ \x3b\x0f\xc4\x87\x4d\xf7\xc4\x05\x22\x8a\xbb\xdd\x21\xf3\xbd\xfb\ \x87\x33\x47\xa7\xa7\x4f\xbb\xfb\x27\x3c\x59\x79\xfa\xf9\x2c\xb4\ \x69\x9c\xc0\x0c\xc6\xf1\xb1\xe8\x14\xc2\xc9\xbd\xa3\x09\xfc\x4f\ \xdf\xff\x6c\x4a\x79\x9a\x52\x56\xcd\x17\x97\xb9\xe4\xcb\x8b\x8b\ \xc5\xac\x0d\x8d\xeb\xdb\xc6\x24\xab\x88\x63\xd8\x6e\x6e\x9e\x3f\ \xfb\x62\xb7\x4d\x66\x2e\xe5\xe2\x1b\x45\x47\x6c\x5e\x53\xce\x5a\ \xcc\xf4\xae\x67\x75\x17\xaa\x6a\xaf\xc9\x6e\x5f\x0a\x66\x08\x44\ \x84\x44\xc8\x94\x45\xd4\x7b\xfb\x86\x44\x2e\x42\x1c\x25\xbf\x94\ \xcd\x71\xc3\x39\x15\xd3\x21\xc8\xd4\x51\xb1\x52\xd4\xd0\x05\x07\ \x3e\x14\x9b\x2c\x1b\x67\xe9\x05\x9c\x4a\x07\xa2\xec\xd2\x14\x33\ \xaa\x63\x8a\xe3\xf8\xc9\x2f\x7e\x3e\xe6\x48\x4e\x5a\xd6\x99\x69\ \x2b\x1a\x0c\x88\x9c\x39\x37\x99\xa9\xa8\x77\xc4\x0a\x90\x0a\x7a\ \x64\x73\xd7\xbb\xe9\xc3\xff\xe3\x69\x42\x7c\x92\xbb\xe3\x49\x0b\ \x4e\xc5\xd0\xd4\x54\x04\x99\xcc\x20\xe5\xb4\x9d\x30\x95\xe2\x98\ \x5b\xf0\xbe\x14\x63\x0e\x44\x8a\x78\x3d\x8c\x17\x5f\x3c\x7f\xef\ \x17\x7f\xd5\x86\xc6\xb7\xad\x95\xd2\xb4\x36\x8e\x23\xe7\xd2\x88\ \x97\x08\x85\x3d\x90\xdb\xc4\x74\xfe\xf4\xf3\xee\xe4\xde\xa3\x83\ \xa3\x97\xd7\xdb\x3a\x19\xec\xee\x90\xa9\xf3\x4e\xf6\x07\x0e\xf2\ \x38\x8e\x77\xa6\x57\xf5\x16\xd6\xc3\x96\x99\x99\x1d\x51\x57\x0d\ \x42\xf7\x48\xf9\x9e\x7d\xa4\x06\x96\x92\xe8\x6b\x9a\xa1\x83\x99\ \x9e\x9e\x5e\xb4\x6d\xeb\x43\xf0\x4d\x57\x4d\xac\x88\x5d\x8d\x5e\ \x4a\x22\x39\x6d\xa7\xb1\x32\xdf\xef\x92\x05\x26\xba\x9b\x19\x45\ \x08\x08\xc0\x8e\x45\x4c\x44\xcd\xb4\x1a\x57\x9a\x2a\x20\x32\x9a\ \x94\x68\xa0\xe0\x58\x41\xbd\x67\x28\x4a\x59\x5c\x2e\xab\xd0\x1f\ \xcc\x66\x8d\x27\x4f\x4a\x86\x5d\xd6\xb0\x19\x40\x35\x38\x47\xeb\ \xdd\xfa\x2a\x5e\x5c\x9d\x86\xd0\x30\x5d\x5f\xc7\xa4\xaa\x75\xfa\ \x64\xa5\x92\x80\xc1\xe3\xae\x3b\x46\x3d\xbf\xb9\xec\x4d\xe6\x2e\ \x9c\x9d\x3f\x8f\xc3\xc4\xc4\x7e\x1c\x62\x8c\x45\xed\xd8\xb9\xdc\ \xb8\xd1\x40\xfb\xa6\x9b\x2f\xd1\x37\x99\xdd\xf5\x34\x12\x59\xd3\ \xf8\x0c\x5a\x00\x41\x04\x2d\xd4\x6d\x53\x97\xbd\xfa\x94\xd5\xb8\ \x8c\x88\xa5\x08\x1a\x76\x6d\xd7\x77\xad\x9a\x8a\xa8\x88\x9c\x9e\ \x9d\x8d\xe3\x76\xbb\x5d\x77\xfd\xeb\xcf\x5b\x44\x24\x03\x78\xfe\ \xc5\xcb\xfc\xfb\x3a\x5b\xce\xbd\xf3\x8c\x44\x40\x52\x4a\x8a\x59\ \x74\x5a\xaf\xaf\x63\x9c\x44\xd4\x39\x36\x83\x52\xb2\x19\x78\xef\ \x4a\x29\xce\xf9\x5c\x22\x3b\x23\x44\x76\x2e\x4e\x95\x15\xa5\x6a\ \xaa\x22\x06\x86\x40\x26\x95\xc5\x06\x8a\xc2\x4c\xce\xd4\xa9\xc0\ \x14\x69\x4a\x6f\xbf\xf9\xe6\x1f\x7d\xeb\xdb\xf7\xe2\xa4\x2a\x08\ \x7e\x7e\x33\x8c\x31\x86\x26\x74\x6e\x0a\x9a\x9e\x9f\xbf\xd8\x0d\ \x43\xd8\x6e\xd4\xf8\xf9\x6e\xc2\x22\x24\x86\x66\xa2\x2a\xa6\x0f\ \x34\xcf\x8b\x5d\xa7\x8c\x86\x39\xe7\x71\x1a\x93\x68\xce\x5b\x35\ \x2d\x25\xa7\xcc\x8b\x45\xdf\x77\x6d\x8a\xe3\x6a\xb9\x48\xd3\xee\ \xe2\x4c\x2f\x2e\x2f\xda\x36\x5c\xad\xd3\x2e\x5f\xc3\xb8\x03\x36\ \x00\x85\x82\x7b\x52\x03\xed\xa3\xf3\x5d\xe7\xaa\x1e\x21\xa2\x5a\ \x29\x76\x86\x60\x60\x60\x06\xb5\x05\xac\x4a\x5d\xf7\x4d\xc9\xb9\ \xaa\x31\xd0\xcc\x75\xa4\xa8\xa6\xa2\xca\x9e\x65\x1a\x0d\x14\x02\ \x8f\x50\x62\x2a\x6d\x98\x31\x21\x52\x99\x72\x22\x13\x03\x90\x52\ \x84\x49\xc9\x15\x64\x15\xe3\x12\x8f\x5b\x4f\x08\x1a\xc7\x06\x34\ \x20\x90\x82\xe4\x2c\xc9\x71\x68\x1a\x31\xa7\x42\x86\xa8\x06\xd9\ \x50\x22\x40\xbe\xe7\xbd\x31\xf7\x65\xd0\x28\xe2\x8a\x8a\xd5\x8c\ \xa6\xa4\x82\x88\x8e\x48\x55\x5b\xe7\xcc\x8c\x4a\xc1\xac\x53\x4c\ \x11\x84\x6e\xd6\x56\x0c\x90\x23\x87\x73\xef\x4e\xbe\xf3\xed\xd9\ \xfd\x07\xee\x21\xb8\xf9\x4e\x76\xd3\x70\xbe\xf1\x3a\x86\x98\x1b\ \x12\x86\xb8\x65\xdd\xa5\xdd\xd5\x96\x89\xbc\x6f\x5b\x04\xa8\xce\ \xe5\xb1\x8e\x2c\x44\x84\x3d\xf8\x55\x52\x4a\xcc\x4e\xa4\x40\xcd\ \xf6\xf7\x51\xac\x88\x14\xe7\x84\x99\x45\xac\x1e\x3c\x00\x60\xa6\ \x7b\xc7\x4e\x11\x00\x7d\x7d\x8b\x3b\x00\x33\xd8\x0d\xa3\x4b\xd9\ \x39\x17\x9a\x86\x10\x0d\x04\x3d\x55\xb4\xab\x69\x67\x5d\xd3\x99\ \xe9\x38\x8c\xa2\xa2\xa2\x25\x17\xf4\x1e\xab\xea\xd5\x54\xc1\x08\ \x61\xef\x0e\x57\x8a\x81\x11\x92\x81\x81\x81\x73\xce\x7b\x34\xad\ \xdc\x56\xc9\x52\x72\x24\x0f\xd0\xaa\xc2\x94\xd2\x38\x4d\x69\x57\ \xf2\x2e\x60\x71\xec\xc1\x35\x19\x83\x63\x9f\x91\xce\x3f\x1b\xb2\ \x48\xd3\x3a\x6c\x93\xda\x46\x4b\x19\xc7\xc1\x7b\x66\x42\x05\x00\ \xc0\xac\x8a\xb9\x1d\x02\xc8\xb0\x5d\x6f\xd6\x1b\xc0\x94\xd3\x34\ \xc5\x69\x8a\x06\xc6\xcc\x69\xca\xc2\xa4\x80\xce\xb9\xb1\x94\xed\ \x38\x41\x3b\xd3\xa6\x43\xe7\x11\xc8\x54\x49\xa1\xc4\x48\x44\x4d\ \xdb\x98\x41\x3d\x4e\x7c\x08\x75\x6d\x45\xc4\xd4\x00\x11\x99\xea\ \x7b\xd8\xb9\x62\x56\xb2\x05\x35\x05\x1b\x63\x51\x74\xa1\xe9\xe1\ \xb5\x09\xc0\x0a\x00\xe0\x9b\x3e\x16\xdb\x4d\xc5\x07\x76\x08\x22\ \xe2\x9d\x07\xc7\x8b\xe5\x01\x2f\x96\xdb\xed\x26\x4f\xe3\x30\x0c\ \x22\x25\xa6\xe2\x1d\x83\x14\x30\xcb\x25\xaa\x0a\x0a\x4e\x29\x99\ \x4d\x29\xa5\x4a\x29\xa8\xed\x69\x66\xf6\x3e\xb0\xe3\x38\xa5\xa6\ \x09\xa9\x94\x68\x85\x1d\xca\xb4\x6d\xa7\xe9\x2d\x6e\xe8\xb3\xcf\ \x77\xeb\xb5\x57\x69\x7d\xe8\x9a\x0e\xfa\xcb\x00\xc8\x8d\xdb\x4a\ \x5c\x6f\xaf\x4d\xca\xd1\xe1\x51\xe7\x17\xa7\x2f\x5f\xda\x76\xeb\ \x8a\x06\x00\x15\x4d\xa5\x44\xd3\x2d\x51\xa3\xe4\x9b\x36\x8f\xc3\ \x6c\xbe\x40\x6b\x93\xc8\xe4\x73\x9c\x26\x68\x5d\xf0\xd8\x36\x8e\ \x50\x0c\x4a\x60\xda\xed\x76\xe3\x30\xba\xd0\xfc\xd1\x3f\xfe\xd1\ \xd3\x2f\x2e\xd7\xbb\x38\x48\x1e\xd3\xa4\x22\x5a\xe4\xf6\x1c\xd2\ \x7d\x33\xb7\x86\x73\x32\x22\x23\xa7\x65\xff\x86\x7d\x52\xab\x50\ \x1d\x00\x0c\x14\x18\x04\xbf\x21\x91\x0b\x10\xa8\x60\x17\x39\x90\ \x33\x15\xc1\x30\x95\xdc\x83\x17\x4d\x60\x2e\xaa\x09\x91\x8d\x05\ \xd4\x32\x68\x62\xa3\xae\x69\xe7\x3d\x70\x60\x6e\x3c\xb7\x86\x7e\ \x4e\x21\x98\x5e\x9e\xbf\xd4\x69\x68\x9d\x57\xcb\xa3\x0a\x12\x1a\ \xb3\xa2\x03\x83\x02\x40\x52\x10\x91\x1d\xab\x59\xc1\x82\xa0\xed\ \x60\x44\x24\x66\x3b\x03\x28\x54\xb5\x6d\x50\xc7\xbf\x10\x99\x19\ \x02\x82\x82\xaa\x46\x80\x6c\x92\x51\x82\x65\x2e\x3a\xd7\x46\xa7\ \xd2\xde\xbb\x37\x7b\xfc\xf8\xfd\x5d\x79\xef\x67\xef\x5f\x5f\x5f\ \x17\x29\x8b\xe5\xe2\xf1\xec\xf0\x49\x58\x74\xa7\xe7\x7e\xd8\x81\ \x02\x2d\xbb\xb3\x3c\x5d\xe6\xb6\x99\x2d\xd8\xfb\x92\x33\x31\x3b\ \xe7\x4a\x2d\xf4\x6e\x07\x8e\x97\x52\xda\xb6\x09\xa1\x39\x3b\x3b\ \x03\x80\xd9\x6c\x56\xe5\x84\xfb\x5d\x64\xba\x2f\x23\x14\x88\x78\ \x3e\xef\x00\xd0\x4c\x73\xce\x66\x8e\x19\x5f\x73\x8e\x83\x01\x22\ \x12\xf3\x34\x0c\xa6\x56\x47\x63\x00\x40\xdb\xb6\xd3\x38\x56\xb9\ \x22\x98\xcd\xfb\xd9\xcd\xd5\x75\x4a\xe9\xe8\xf0\x20\x04\x6f\xa6\ \x84\x08\x60\xaa\xc2\x80\x4c\x58\x24\x97\x22\x22\x65\xdf\x73\x24\ \x23\x42\x03\x33\x2d\x2a\x08\xa4\x06\xa0\x06\x4c\x8e\x00\x02\x11\ \x6b\xee\x1b\xd7\x9a\xe8\xb4\xe1\xb2\x75\xa8\x40\x34\x19\x21\x7a\ \x35\x72\xbe\xf1\xa1\x43\x73\x29\x61\x4a\x23\x95\xb1\xa4\x44\x64\ \x2c\x0c\x08\x05\x4d\xcd\x0a\xe0\x30\xee\x4e\xcf\x4e\xeb\x21\x5c\ \x8f\x68\x22\x62\xc4\x22\x12\xa3\x98\x59\x2a\x86\x88\x3a\x82\x0f\ \x4d\x29\x92\x72\x11\x96\x49\x30\x81\x03\x25\x12\xc2\xa4\xe0\x40\ \xfd\x6d\x91\xc2\xc4\x8e\xff\x96\xc0\xa0\x10\x21\x12\xa6\x92\x2b\ \x4f\x22\x66\x05\x90\x98\x2d\x66\x28\xfa\x9a\x00\x3d\x02\xa8\x5a\ \xd5\x5e\x5d\xde\xdc\xec\x62\x4a\xa9\x04\xdf\x78\x17\x72\x91\x61\ \xbb\xdb\x0c\xbb\x93\xc7\x0f\x86\x61\xb7\xb9\xbe\x4a\xd3\xf8\xdd\ \x77\xdf\x2e\x56\x00\x84\x1c\x81\x8a\xa9\x3a\xc7\x31\xe6\xdd\x6e\ \xac\x89\xb9\x88\xa9\xe6\x10\xbc\x88\x12\xb9\xd0\x84\xa4\x93\xf3\ \xc2\x26\x6c\xa6\x66\x03\x68\xbf\xec\xbb\x86\x66\x43\xee\xcf\xcf\ \x0f\xcd\xc4\x72\xc9\x69\x1a\xb6\xbb\x73\x35\x4f\xa3\x16\x6a\x7c\ \x13\xbc\xa5\xb2\xcd\xd7\x5f\x3c\xbd\x98\x52\x0e\xa5\xf4\x60\x66\ \xa0\x08\x4a\x9c\xd9\xed\x32\x6c\x4e\xcf\xaf\xdb\x36\x07\x6e\x60\ \xd6\x3a\xf6\x0d\x73\x06\x22\x09\x05\x42\x60\x62\x8d\x71\x70\x81\ \x54\x24\x4e\xb2\xd9\xdc\x5c\xaf\xd7\xf7\x1f\x3f\x3c\xba\x7f\x3f\ \xa6\xb2\x58\x2e\x99\x5d\xa9\xf9\xad\xe9\xed\xab\xb2\x85\xee\x0a\ \x44\xb0\xfd\x88\xe4\xfa\x9f\xbd\x1f\x4f\xdd\x9c\xaa\x1a\x7c\xa8\ \xce\x25\xdf\x08\xaf\x08\x45\xdc\xb1\x7f\x3e\x8e\x65\x9a\x0e\x66\ \x7d\x26\xd3\xe2\xbd\x64\x20\x58\x20\x00\x91\x0f\x6a\x60\x93\x31\ \xb5\x8b\xe4\xfd\x59\x81\x8d\x85\xdd\x68\x71\xbc\x01\x72\xb3\xb6\ \xfb\xdd\xc3\xe5\x5b\x3f\xf8\xc1\xd9\x67\x1f\xc9\xee\x9a\x32\x10\ \x20\x23\x18\x12\x22\x2a\x42\x76\xa4\xc8\x77\x73\xf4\x54\xdd\x3e\ \xe1\xa9\xff\x35\x63\xfc\xca\x83\x05\x56\xcc\xa0\x4e\x1c\x43\x20\ \x44\xc8\x59\xc5\x54\xd8\x00\x69\x40\x18\xbd\xcb\x9d\xfe\x3f\xbf\ \xf9\xeb\x3f\x7f\x71\x01\x33\x3f\x03\xd7\x34\xfe\xea\xf4\xcc\x15\ \xfd\xf1\xac\xfd\xa7\x47\x07\x73\xd4\xeb\x34\x4d\xec\xb7\x53\xf6\ \xab\xb6\x20\xe6\x9c\xa5\x94\x3b\x54\xb2\xbe\x4a\x29\x75\x68\x5b\ \xbd\x92\x3a\xb5\x98\x88\x2a\x72\x5f\xfb\x2c\x66\x56\x67\x9f\xe4\ \x9c\x6b\x64\xa9\x5f\x57\xe5\x73\x29\x45\x5f\xb7\x5c\x34\x83\x9b\ \xab\xeb\x52\x4a\x77\x74\x54\xe9\x63\xc7\xc7\xc7\x4f\x9e\x3c\xa9\ \x6e\xee\x31\xc6\x9f\xfd\xec\x67\xe7\xa7\x67\x0e\x59\xac\x84\xc0\ \x33\x9b\x89\x94\x92\x33\x80\x21\x42\xe3\x7c\xca\xa5\x94\x4c\x44\ \x3e\x84\x7a\x79\x7c\x8b\xb6\x12\x11\x31\x02\x56\x08\xdf\xaa\xa7\ \xf2\x94\x52\x8c\x91\x02\xfb\xe0\xb5\x94\x39\x36\x0d\x98\x22\x29\ \xb1\x10\x29\xba\x81\x68\x8a\x71\xca\x02\x8e\x8f\xe6\xf3\x43\x4f\ \x31\xa6\xe0\xdb\x94\x22\x9a\x00\x93\x22\x29\xa0\x64\x49\xa5\x54\ \x9c\x49\x04\x0c\x48\x0d\x0d\xd0\x14\xc1\x68\xaf\x93\x52\x54\x76\ \xc0\xcd\xe9\xcd\xe6\x46\xd6\xf3\x07\x8f\xa0\xe9\x92\x55\xec\x9b\ \xda\xa6\x51\x50\xab\x64\xd3\xba\x33\xfe\x56\xea\x6a\xa2\x66\xb8\ \xd7\x6b\x83\x01\x92\x96\xba\xe9\x0c\x15\x40\x5f\x33\xe1\xb2\xdb\ \xb2\xe8\xec\xc5\xcb\x9b\x37\x9e\xbc\xf3\xee\x71\xe3\xcb\xef\xff\ \xde\x8f\x10\xa9\xeb\xe6\xb3\x7e\xf6\xbf\xfd\xab\xff\xfd\x2f\xff\ \xe2\xa7\x45\x4b\x9a\x86\xe5\xac\xbf\x59\x1f\x80\x64\x4d\xd3\x56\ \x8a\x63\x34\x15\x02\x02\x74\xd5\xb7\x47\x55\x98\xd9\x0c\x10\xb1\ \xeb\x7a\x66\x16\x11\xf2\xe4\x28\x4c\x9b\x09\xc1\xb7\x4d\x88\x65\ \x18\x52\x76\x29\x95\xd0\x95\x39\x6b\x1c\xfb\x92\xd8\x8a\x81\x83\ \x36\x4c\xde\x5b\x1f\x2e\x0d\xa3\x92\x58\x99\x37\xed\x62\x8e\xe9\ \xf4\x25\x3a\x9b\x54\xc6\x58\x98\x31\x2a\x4c\xd4\x2a\xbb\xd0\x85\ \x6e\xde\x05\x40\x35\x2b\x56\xcc\x98\xc9\xf7\x33\x2e\x39\x13\x8a\ \xa9\xe6\x9c\xad\x69\x52\x96\xcd\x66\x3b\x0e\x53\xc9\x25\xe5\xdc\ \x34\xfd\xa3\x47\x0f\xc4\xe0\xe5\x8b\x97\xc3\x38\x12\x33\x12\xde\ \x4e\xb6\x04\xc4\xaa\xe6\xd9\xdf\x08\x44\xaa\x48\xeb\x9e\x2e\x08\ \x54\x0f\x45\x33\x50\xc4\xda\x42\xf9\x86\x28\xae\x8d\x9a\xe6\x1a\ \x21\x4b\x39\x38\x3a\x78\x91\x53\x04\x3d\x01\x9c\xa3\xf3\xa5\xb0\ \x01\x33\x2a\xe6\x09\x35\x77\xf3\x0b\xc5\xbf\xfa\xfc\xf2\x37\xeb\ \x98\x80\x17\xc7\x27\x44\xae\x88\x35\xc3\xcd\xcf\x3e\xfd\xf8\xcd\ \x79\xff\xc7\x6f\x3f\x06\xe5\x15\xb5\x0b\x07\xac\x02\x00\xca\x68\ \x88\xd9\x71\x21\x43\xc0\xda\xd5\xe6\x6a\x7b\x74\x1b\xcc\x1d\x40\ \x30\x02\x00\x43\x30\x00\x43\x50\x53\x44\x52\x30\x4f\xd8\xb6\x0d\ \x39\x4a\x31\x42\x2e\x81\x7d\x34\xdc\x10\xad\xdb\xf6\xdf\x7e\xf4\ \xc5\x7b\x63\x9a\xfd\xe0\x09\x37\x0d\x0f\x19\xd8\x9d\x7c\xeb\xcd\ \xe9\xf2\xea\x17\x4f\x9f\x8f\xcf\xcf\xfe\xe4\xc9\xc3\x94\xdb\xf3\ \x62\xe7\xdb\x72\x3a\x7c\xde\xdd\x7f\x70\x72\x72\xe2\x98\xef\xda\ \xc0\x95\xba\x32\x4d\x53\xed\x6d\xf5\x7d\x5f\x59\x2d\xb7\xc1\x68\ \xcf\x87\xac\xa0\x7e\xc5\x62\x2a\x4f\x72\xbb\xdd\xd6\xef\x54\xd4\ \xf6\xe2\xe2\xa2\x5a\xd3\xbc\xde\xd2\x8f\xe3\x6e\x9a\x62\x08\xae\ \x6d\xbb\x9c\xd3\xc3\x47\x0f\x44\xf2\x34\x0d\x57\x57\x97\xdb\xed\ \x46\xa4\xb0\x73\x6d\xe3\xd5\xbc\x88\x54\x6d\x5d\x08\xbe\x66\x79\ \x26\xb9\x12\xc1\xf6\xc1\x17\xa0\xb6\x3b\xd5\x0c\xcc\x94\x48\x05\ \x55\x0b\x20\x01\x62\x16\x89\x52\xa0\x64\x5f\x69\x60\x22\x73\xf6\ \x25\x5b\xca\x59\x8d\xc5\xb9\x49\xe0\x3a\x4e\x2f\xd7\xeb\x8c\xc8\ \x7d\xbf\xdb\x66\xff\xf2\xc5\xf7\x67\x8b\x45\x1b\x34\x69\x70\x2d\ \x98\x88\x99\x08\x94\xfa\xe9\xc9\x1b\x82\x99\x02\xa8\xa9\xee\xd1\ \x41\x72\xde\x7b\x24\x2c\x52\x62\x91\x48\xfe\x66\x88\xe7\x63\x2a\ \xa1\xf5\x86\xa6\x2a\xa6\x00\x68\x66\x86\x66\xba\x1f\xc5\x60\xaf\ \xf4\x4f\xbf\xfa\x60\xaa\x19\xed\xf1\x63\x80\xea\x96\x51\x33\x86\ \x7d\x2f\xe2\x75\x09\x8c\x22\xb9\xfe\xdd\xd3\x97\x2f\x42\x08\x47\ \x47\xc7\xdf\xf9\xee\xb7\x4f\x5f\x9e\x7d\xfa\xe9\x67\xdb\xcd\x66\ \xb3\xbd\x91\x92\x9a\x36\x2c\xfb\x23\x87\x76\x7d\x75\xb9\xbd\xb9\ \x6e\x3d\xb7\xc1\x83\x89\x67\x42\xe2\xe0\x31\x84\xb0\xdb\xed\x52\ \x4a\xce\xb9\x52\x72\x1d\xd2\x63\x66\xa5\xc8\x98\x46\xcb\x79\xe1\ \x66\x69\x4c\xbb\x5d\x4e\x28\xb1\x8c\x29\xa7\x97\x73\x47\xc4\x8e\ \xb1\xa9\x59\x3f\x52\x76\xee\xa5\xc8\xdf\x7c\x7e\x7a\x29\x92\x9a\ \x2e\x16\x01\xb1\xdf\xe9\xe8\x49\x8b\x51\xad\x11\x0b\x9d\x03\xb5\ \xe2\x38\x11\x65\x44\x26\x63\xef\xdb\x10\x12\x40\x51\x2d\xa2\x02\ \x50\x3d\x85\xbc\xc3\xa2\x4a\xcc\xc4\x4e\x8a\x4c\xe3\x24\xa6\xde\ \x37\x6a\x46\xe4\xc6\x69\xfa\xe2\x8b\x17\x2f\x4f\x4f\xfb\xbe\x97\ \xaf\x2e\xf8\xab\xd6\x6f\x77\x2c\x69\x33\x35\xdd\x7f\xcf\x4c\xf7\ \x81\x4d\xb5\x69\x9a\x3d\x87\xfe\x9b\x90\x73\x89\xe2\x36\x96\x71\ \x98\x38\xe7\x17\xdb\xed\x1b\x6c\xa3\xf3\x0f\xd8\x75\x42\x9d\x41\ \x50\x8b\x4e\x37\x24\x89\xe8\xaf\x4f\x37\x3f\x5b\xc7\xee\xe4\xd1\ \x6c\x79\xbc\x55\x01\xc4\xc0\xce\x64\x9c\x1f\x34\xcf\xce\xcf\xff\ \xfc\xc3\xcf\x7e\xf2\xe6\x1b\x97\xe7\x2f\x27\x49\x5d\xa5\x16\x31\ \x28\x22\x10\x55\xce\x13\x33\x89\x2a\xa8\xe1\xad\x68\x13\x09\x1d\ \x12\x14\xab\x46\x77\x06\x20\x0c\xaa\x86\x44\x82\x46\x4c\xce\xd8\ \xcf\x1b\x04\x84\xa8\x22\x79\x2c\x7a\xd3\x35\xbf\xbc\x3e\x7f\x6f\ \x33\x1e\x7e\xf7\xed\x91\xc2\x6e\x14\x02\x1e\xa3\x88\xc4\xe5\x6a\ \xe5\xd4\x3e\x7a\x71\xd6\x0d\xe3\xb2\xeb\x6f\x84\xde\xfe\x83\xef\ \x5f\x7e\xf2\xe1\xb3\x67\x5f\x74\x7d\x07\x06\x75\xf4\x53\x35\x7b\ \xaa\xcd\xb8\xda\x6d\xbc\xba\xba\xba\x63\xe2\x8d\xe3\x58\x53\xaa\ \xaf\x45\x2e\x66\xae\x66\xca\x77\x5d\xfc\x18\xe3\xc5\xf5\x26\xe5\ \xf4\xda\xba\x45\x04\x03\xd3\x38\x4d\x2a\xe2\x9c\xfb\xe8\x83\x0f\ \x7e\xf3\xde\xaf\xf7\xc5\xa3\x6a\x25\xb5\x11\xf4\x8f\x1e\x3d\x94\ \x22\x17\xe7\xe7\xc4\xe4\x8d\x2b\xa8\x5a\xf3\xc7\xba\x92\xb9\x5e\ \x3c\x51\x2d\x39\xad\x86\x07\xb5\x92\xd5\x05\x77\x9b\xec\x22\x37\ \x0d\x9a\xc5\x14\x87\xed\x78\x55\x84\x7c\x93\x85\x0b\x90\x20\x6d\ \xa5\x6c\x0a\xd8\x6c\xb5\x3c\x3e\xf2\x8b\x39\x0c\x3b\x5b\x6f\x3e\ \x7f\x79\xfe\x38\x34\x20\xc5\x8b\x9a\x08\x21\xaa\x9a\x88\x88\x92\ \x81\x29\xa8\x82\xee\x4f\x63\x30\x17\x82\x19\x6f\x00\x00\x20\x00\ \x49\x44\x41\x54\x05\x03\x00\x0f\x84\x44\x52\x74\x52\xbb\x01\xdd\ \x64\xa3\xd5\xd1\x7c\x3e\x1f\x44\x2d\x46\xe0\x7a\x88\x9b\xed\xfb\ \x59\x78\xbb\x37\xec\xff\xeb\x24\x37\xab\x09\x2d\x91\xa9\x9a\x6a\ \x29\xa5\xe4\x2c\xa5\xbc\xda\xb5\x78\xcd\x85\x07\x00\xb0\xab\xeb\ \xab\xc5\x62\x19\xa7\xf8\x3f\xfc\xf7\xff\x5d\x8c\x53\x4a\x75\x0e\ \x13\x49\x8e\x9b\x71\xf7\xed\x1f\xff\x68\xb5\x98\x7f\xf8\xfe\xfb\ \xe3\x38\x74\x7e\x66\xd5\x27\x88\xc8\xc4\x32\xe4\xbd\x75\xad\x73\ \x55\x40\x53\xc5\xb0\xc3\x30\x18\x68\x71\xc5\x8a\x50\x60\x32\xe1\ \x82\x8d\xf3\xdd\xbc\xd3\x34\x7d\x76\xbd\x7e\xbe\x1b\xd7\x01\xad\ \x51\x02\xca\x08\x13\xc2\xa7\xd3\x74\x8a\xa6\x0f\xee\xf3\xc1\x91\ \x46\x8d\xbb\xe1\xfd\x97\x4f\x15\x60\x11\x7c\x03\xe4\xb5\x1e\x46\ \x98\x30\x4f\x6c\x0b\x35\x31\x8d\x25\x4f\x6a\x45\x4d\x00\x0c\xd1\ \x10\x18\x89\x88\x0c\xaa\x08\x16\xc6\x29\x21\x25\x62\x67\x40\x66\ \x16\x77\xbb\xed\xb0\x9d\x2f\xe7\xb3\xc5\x1c\x11\x91\xf8\x2e\x54\ \x7d\x2d\x84\x01\x80\x9a\x02\xc8\xdd\x30\x97\xdb\x52\xc9\xea\x14\ \xf2\xba\x47\xe0\x9b\x50\x2d\x12\xd1\x6e\xbd\xde\x9e\xdf\x2c\x1a\ \xf7\x7c\x73\xb3\xd0\xe2\x5b\xef\x03\xa2\x0f\x0b\xd3\x99\x82\x07\ \x28\xde\x36\xac\x5b\xf4\xef\xef\x12\xaf\x0e\xfc\xbd\x7b\x37\x6a\ \xa1\xeb\x1f\xdc\x3b\x1c\x6f\xae\x10\xdd\xcd\x00\x8b\xc7\x8f\x4f\ \x9f\xbf\x78\xff\xf2\xe6\xad\x6e\x6e\xc3\x2e\x4b\xd9\x93\xfe\x00\ \x82\x11\x0b\x19\x00\x18\x57\xf0\xe8\xce\x70\x86\x99\x90\x48\xa5\ \xd6\x0b\x60\x08\x95\x4d\xa5\x46\x0a\x2a\x02\x25\xe3\x34\xa4\x69\ \x1a\xc3\xa8\xad\x86\x6c\x1c\x3d\x7d\x76\x36\xde\x7f\x78\x9f\xb0\ \x1f\xae\xe2\xf7\xde\xfc\xd6\x47\xcf\x3e\xfd\xe1\x0f\x7e\xf8\xf3\ \xf7\xde\x3b\x1d\xa7\x25\xf9\x76\xb9\xf8\xd5\x66\xf7\x66\x3f\xbf\ \x8c\xa9\x39\xbb\x2c\xc8\x4f\xde\x7c\x63\x31\x5f\xdc\xf1\xb9\xaa\ \x23\x38\x22\x56\xf6\x79\xad\xb3\x6a\xf4\x71\xce\xcd\x66\xb3\x3a\ \xb5\xa9\x8a\x13\x6b\x0b\xb2\xaa\x14\x4b\x29\xab\xd5\xaa\xd6\xf9\ \x95\x76\x7c\x70\x78\x54\xed\x09\x5f\xb7\xb1\x4b\x84\x58\xed\x46\ \x2b\x7c\x56\x1f\x98\x1a\x79\xea\x88\x2a\xc7\xf4\xf4\xe9\x53\x15\ \x6d\xea\xf0\x77\x95\x9c\x85\x99\xd8\x79\x20\xaa\xae\x9e\xec\x5c\ \x65\xaf\xb2\xf7\xd5\xcf\x07\x09\xc9\x10\x81\x2a\x72\xc8\x0e\x9d\ \x67\x33\x05\xd5\x10\x3c\xe8\x6c\x5c\x6f\x4e\x8b\x5c\x17\x31\x73\ \x08\xb4\x2d\xc5\xbc\xf7\xb3\xd9\xd1\xa3\x37\x9f\xbc\xfb\xee\xa7\ \xcf\x9e\x7d\xfc\xeb\x5f\xe1\xac\xbf\x54\x3b\x3a\x3c\x12\x30\x47\ \xc0\x80\xac\x48\xaa\x98\x2d\x89\x18\x18\x10\x98\x6a\xd6\xea\x46\ \xab\x06\x30\x55\x6c\xc4\xfb\x02\x74\xb5\x4b\x11\x5d\x1f\xba\xee\ \xf0\x68\xe6\xdc\xf9\xe5\x45\x2e\x19\xcd\x1c\x21\x57\x4e\x83\xee\ \x31\x15\x50\xab\x54\xa8\x7d\x01\x53\xd5\xed\xb7\x1d\x15\x13\x01\ \x00\x29\xa5\x2e\xbb\x55\xd3\x6e\x7d\x5d\xaf\x08\xdb\xc7\x2d\x22\ \x9c\xc6\xdd\xd3\xcf\x3f\x75\x2e\xec\x76\x9b\x9c\x0b\x31\x95\x9c\ \x6d\x7f\x67\xe0\x93\x0f\x3f\xd8\x6d\x37\x60\x7a\xb8\x9a\xa7\x94\ \x4b\xce\x6d\x13\x0c\xa0\xaa\x5c\x77\xbb\x5d\xd5\xf0\x57\x3e\x47\ \x08\xa1\x1e\x72\xa1\xf1\x3b\x19\x80\x6d\x9c\xc6\xc0\x7e\x31\x9f\ \x67\x82\x8c\x28\x2d\xf7\xf3\x83\xdd\xe5\xe5\x27\xeb\x8b\x5c\xcc\ \x03\x28\x58\x29\xe5\xb9\x98\x1c\x1d\x36\xf7\x4f\x7e\xf4\x93\x3f\ \x41\xd7\xfc\x87\x7f\xf7\xef\x37\x97\x5f\x3c\x53\x78\x6b\x75\xcf\ \x37\x6d\x2e\xc5\x13\xe7\x2c\x62\x96\x8a\xee\xda\xb9\x92\x8f\xb9\ \x44\x29\x80\xa4\x40\xb2\x1f\xdd\x59\x8b\x3e\x05\x75\xa5\xc8\xb8\ \xe7\x33\x8b\xdc\x86\x78\x43\xb0\x14\x45\xd5\x39\x6f\xf2\x35\xb7\ \x18\x7d\x35\x72\x89\x65\xbb\x65\x35\x23\xc2\x2d\x10\x56\x9b\x27\ \x1a\x42\xf8\xc6\xcc\x5b\x04\x0b\x48\x87\x14\x66\xbe\xf1\x47\xcd\ \xa2\xa5\xd6\xf3\xcd\x34\xa6\x5c\x16\x08\x3d\x22\xe6\x82\x8e\x33\ \x36\x2f\x36\xf1\x4c\xe0\xc1\xc3\x87\x1b\xc9\xcb\xe3\x55\x4e\xbb\ \xff\xf2\x9f\xfe\xf8\xc5\xa7\x1f\x7c\xfb\xfb\x3f\xfc\x5f\xfe\xd5\ \xff\x75\xf5\xfc\x74\xb5\x3c\xf8\x7c\xbd\x5d\xcc\xe6\x87\x8b\x90\ \xd3\x04\x58\x8c\x4c\x40\x48\x68\xbf\xac\x88\x4c\x41\x59\x2b\x20\ \x8d\x80\x4c\xdc\x90\x0b\xa6\x04\x68\x58\x27\xbe\x9a\xd5\x63\x81\ \x40\x54\x2f\x62\x2e\x88\xd9\x20\xa8\x35\x6a\xd0\xf6\x2f\xc4\xb6\ \xe4\xba\x66\xf1\xc5\xb3\xb3\xef\xbe\xfd\xfd\xff\xea\x27\x7f\xfa\ \x5f\xfc\xe1\x1f\x6d\x4a\xfe\x9b\x5f\xfc\xfa\xf8\xe4\xc1\xf9\xf3\ \xa7\xcb\xe3\x7b\xba\xdd\xfc\xd5\xcb\x33\x74\x6e\xf8\xfc\xb3\xfb\ \xf7\x8f\x1f\x3e\x7a\xd4\x77\x9d\xdd\xd2\x55\x96\xcb\xe5\x5d\xb9\ \xe7\x9c\xab\xc7\x88\xdd\x85\x0d\x55\xb8\xad\x4d\xaa\xa0\xba\x7e\ \xdf\x39\x57\x15\x76\x15\x02\xab\x29\x5b\x4a\xc9\x5e\xbf\xb7\x88\ \x22\x32\x4d\xa3\xf7\x35\x89\x2b\xfb\xcc\xbc\x2e\x40\x15\x16\x11\ \xa9\x4a\x29\xd0\x04\xef\x03\xd7\xbe\x27\x11\x14\x11\x2d\x19\xc8\ \xdd\xa5\x7b\x75\xcc\xc4\x57\xb2\x3f\x03\x52\x42\x42\x23\x53\x30\ \xc0\x9a\xdc\xe8\x68\x80\x6a\xe8\xfc\x1a\x51\xd1\x00\x94\x51\xb8\ \x6b\x01\xd0\x51\x00\xe0\xb8\x4b\x8d\xf9\xa6\xe9\x77\x61\xdc\xc5\ \x78\x71\x71\xde\x38\xd6\x52\x18\x10\xcc\x44\x41\x05\x15\x51\xc1\ \x14\xf5\xb6\xb4\xd8\x9f\x3d\xaa\x5a\x54\xa4\x94\x49\x74\x54\xbf\ \x58\xae\x76\x39\x87\x61\x9c\x2d\xfa\xc5\x62\x96\x52\xcc\x53\x54\ \x2d\xaa\x20\x46\xa5\x08\xdc\x19\x25\x02\xd6\x9b\x42\x44\xf5\xcc\ \x48\x69\x0a\x4d\xa8\x72\x2b\xdc\x9b\x5f\x4b\x2d\x18\xcb\x2d\x79\ \xe5\x35\x13\xdd\xdb\x9f\xcd\xb9\x6c\x64\x83\xfb\xb2\x17\x4a\x31\ \x40\x60\xe2\x4a\xcc\xd8\x6e\xd6\x4c\x70\xb0\x5a\xb5\xad\x47\x55\ \x26\x54\xd5\x61\x1c\x11\xea\x91\xf0\xe5\xb6\xaf\x97\x3d\x4d\x53\ \x29\xa5\xed\xdb\x6d\x1e\xd1\x6c\x46\x2d\x91\xe5\x69\x48\x6a\x19\ \xa1\x80\x6d\x60\xa7\xaa\x3c\x5b\xec\x34\x6a\x4c\x3e\xa3\x63\x92\ \xe5\x42\x82\x3b\x5a\xcc\x03\x23\x6b\x3a\x08\x6e\x58\xae\x5e\x0c\ \xdb\xeb\xd3\xeb\x8e\x88\xc5\xd0\x00\x00\xd9\x07\x08\xfe\xf1\xbd\ \x59\x01\x1c\xd3\xae\x62\x7d\xc4\xd8\x04\x0f\xe8\x4b\x89\x0e\x99\ \x55\x35\x8b\x16\x4b\x5a\x0c\x50\xaa\x49\x23\x02\x61\x6d\x81\x1b\ \x22\xa6\x98\xaa\x4f\xed\xdd\x69\xfd\xf5\x95\xac\x20\xe2\x2b\x25\ \xe4\x1d\xe1\x4b\x44\xfe\x73\x38\x74\xbf\x35\x7f\x2e\x5b\xf6\xfd\ \x0f\xde\xfa\xd6\x62\x39\x43\xa7\x00\x4a\x26\xac\x99\x4b\x36\xb5\ \xa4\x8a\x49\xa6\x38\x0e\xaa\xbf\x7e\xfa\xf9\xfc\xf8\x10\x3c\x3a\ \xb0\x86\xe5\x87\xdf\x7f\x77\x77\xf5\xe2\x0f\xbf\xff\xdd\x5f\x7d\ \xf2\xc1\x6a\xb5\x1a\xaf\xae\x87\x5c\xb6\x39\x75\xbb\x71\xf6\xad\ \xb7\x02\x4a\xf0\x18\x82\x07\xa6\x42\x28\xfb\xb9\x7b\x44\x15\x6c\ \xca\xb9\x9a\x99\x30\xb3\x27\xf6\x95\x3f\x82\x40\x6a\x08\x96\x25\ \xef\x37\x86\x19\x12\x65\x92\x5c\x52\xeb\x66\xce\xb7\xcf\xcf\xaf\ \x7e\xf1\x9b\x8f\x36\x8e\x77\xdb\xed\xec\x70\xd5\x1f\x2e\x3f\x79\ \xf6\xe9\x1f\xfc\xee\xf7\xe8\xf2\xfa\x47\x6f\x7f\xe7\xd7\x9f\x7c\ \xb4\x08\x5d\xce\xe5\x8d\x27\x6f\xbe\xf9\x6d\xef\xba\x19\x86\xd9\ \x72\xd6\x75\xa4\x2a\x5a\xc9\x84\xf5\x6e\x55\x31\x60\x25\x67\xd5\ \x0d\xc3\xcc\x77\xba\xad\xbb\xfb\xb4\x5a\xad\x16\x8b\xc5\x9d\x44\ \x6e\xef\x10\x5f\x4a\xfd\x29\x11\x99\xcf\xe7\xde\xfb\xd7\x3e\xff\ \x99\x0c\x41\x55\x32\x21\x90\x63\x33\x2d\x65\x1f\x5f\x54\xf6\x6d\ \x41\x63\x43\xac\x88\x3e\x12\xa1\x67\xf6\xc1\x39\xe7\x1c\x92\x21\ \xdd\x7a\x60\x20\x11\x32\xbb\x57\xed\x13\x08\xd0\xa1\x43\x02\xc0\ \x4a\x0b\x57\x51\x01\x43\x53\x28\x22\xa5\x68\xd1\xac\x25\xe5\x94\ \xb5\x94\xbc\x89\xde\x35\x27\x1d\xc6\x31\xae\xcf\x2f\xc7\xed\x00\ \x62\x37\x31\x4d\xe3\x60\x92\x1d\x01\x6a\xd5\x7e\x98\x0a\x14\xc3\ \x7a\xd0\x23\xdd\x36\xa5\xea\x19\x48\xfb\x46\xba\x82\xa9\x31\x00\ \xd1\x34\x76\x7d\xbb\x1b\xb6\xa2\x13\xa8\x32\x53\xd7\x04\x55\x97\ \x72\xce\x53\x06\xb5\xaa\x9e\x73\xde\x3b\x66\x03\x28\x39\x6f\xc7\ \x11\x01\x9a\xa6\x49\x29\xde\xdc\x5c\x7b\xef\x43\x68\x72\x4a\x48\ \x44\x84\x92\x8b\x88\xe4\x98\x25\xbf\xa6\xb9\x90\x19\xd4\xb9\x24\ \xa0\xc6\x84\x4c\x15\x7e\xb5\x0a\xd7\x01\x80\x69\x31\xc3\x26\x34\ \xb3\x36\x00\x58\xc9\xb1\x30\x04\xef\x43\x08\x4d\xd3\x38\x47\x04\ \x08\x86\x77\xdd\x1e\x44\x6c\x9a\x26\xe7\x7c\x70\x70\x40\x44\x29\ \xe7\x39\x1d\x32\x63\x40\xef\x8d\x72\x4c\x00\x68\xc4\x19\x74\x2a\ \x69\xca\x71\x28\xe9\x3a\x8e\x82\x11\x63\x86\x61\x92\x41\x0e\x8e\ \x8f\x25\xa5\xe1\xf2\x82\x62\x6e\xd2\x90\xc4\xce\xc6\x02\x25\xf6\ \xec\x41\xd5\x4c\x3c\x86\x64\x5b\x24\x6c\x1f\x3c\xea\x9b\x19\x02\ \x06\x1f\x0c\x29\xe6\x9c\xb3\x2e\xe6\x7d\x54\x65\xc0\xde\x37\x66\ \x05\x8c\xc6\x69\x8c\x31\xb2\x73\x40\x20\x2a\x86\x00\x58\xe3\x93\ \x01\x80\x7d\x95\xd8\xf0\x35\xc4\x90\x08\x01\xd5\xbe\xec\x29\xde\ \xe6\x5c\xd5\x37\x0e\x18\x0c\xfe\xee\xf8\xf5\x5b\x8b\x5c\xda\x35\ \xe1\xc9\xa3\xe3\x6e\xde\x0b\x68\xd1\x52\x54\x53\x9a\xa4\x24\x11\ \x1d\xa4\x88\xcb\x14\xda\xb3\xf3\x8b\xcb\xa2\xdf\x3a\x58\x4d\x71\ \x9c\xad\x66\xa4\xe5\xc9\x83\xc7\x71\xb3\xfe\xe4\xe3\x67\x39\xea\ \x61\x3f\x3f\x43\x84\xe0\x2f\x44\xaf\x4f\x5f\xfe\xe6\xe2\x82\xd1\ \x1a\xc7\xc1\x39\x25\x1c\x11\x32\x00\x22\xd0\xed\x60\x1b\x35\x33\ \x35\x40\x20\x44\x4f\xd8\xf8\x7a\xca\x81\x9a\xa9\x01\x31\xef\x37\ \x2d\x18\x20\x12\xc2\xb0\x1b\x36\xc3\x08\x08\x51\x71\x4c\x3a\x5b\ \x2d\x66\x88\x6d\x13\x7e\xfa\xab\x9f\x7f\xe7\xed\x77\x9e\xbc\x79\ \xdc\xb4\x4d\xeb\xc9\x9b\x74\x5d\x37\x6c\x2f\x10\x6c\xd6\xb7\xed\ \x62\x0e\xae\x9f\xf7\xad\x37\xc9\xb7\xbd\xc2\xfa\xb4\xd5\x50\x55\ \x1f\xbe\x3b\x61\xd0\x1d\x9f\xf8\x4e\xbd\x5c\x21\xad\xca\x50\xbf\ \x23\x19\x57\x08\xbf\x52\xa8\x98\x2b\xe7\xfb\xf5\x2d\x86\xaa\x9b\ \x76\xc5\x8f\x6e\xb7\xa2\x21\x12\x12\x3a\x40\xf6\xae\x69\x42\xd3\ \x34\x7d\xdb\x34\x6d\xd3\x75\xad\x77\xe4\x7d\x45\xe9\x38\x26\x29\ \x2a\xa2\x82\x88\x8e\x9d\xf3\xee\xab\x4c\x01\xa4\xda\x21\x42\x33\ \x54\x00\x13\x51\xa8\xd5\x5e\x2a\x89\xb2\x16\x20\x34\x8f\x28\x4c\ \x66\x98\x62\x5c\x6f\xd7\xcb\xc5\x7c\xbb\x85\xeb\xcb\xab\x9b\xeb\ \x1b\x51\xe5\xd0\x38\x0a\x81\x89\x00\x44\x45\xd5\x8a\x1a\x1b\x02\ \xec\x9d\x64\x0d\xbe\x54\x8a\x88\x29\xd2\x9e\xbc\xa8\x46\xa0\x0e\ \x54\x41\x4a\x8e\xc5\xa1\x97\x52\x88\x08\xda\xce\xbb\xb0\x9c\x2f\ \x53\x53\xd6\xeb\x4d\xf5\xbd\x00\x80\xdd\x76\xdb\x34\x4d\xa5\xa4\ \xd7\x56\x49\x2d\x1b\xe3\x14\xe3\x14\xeb\xdb\x2a\x04\x0e\x00\xd5\ \x7d\xff\xf5\x31\xae\x7d\x5f\x52\xab\xc4\x47\xac\x98\xee\x59\x25\ \x08\x80\x08\x8d\xe7\xe0\x91\x09\x16\x8b\xe5\xc1\xc1\xea\xf0\xe0\ \xa0\x09\xa1\x0e\x79\x75\x8e\xd3\x14\xb7\x9b\x6d\x05\x19\x9a\xa6\ \x69\x9a\x66\xdf\x52\x24\x02\x80\x94\xb3\x11\x61\xed\x9f\x8b\x59\ \x2e\x20\x0a\x06\xa9\x94\xcd\x34\xc0\x68\x11\xad\x61\x52\x70\x80\ \x29\x4f\x43\x8c\xe5\xf2\xf2\xea\xe0\x60\xb5\xb9\xba\x49\x37\xeb\ \xcb\x97\xe7\xeb\x9b\xb5\x88\x31\xfb\x09\x0c\x09\x3d\x36\x93\x0a\ \x20\x39\xef\x36\xd3\x70\xfc\xe0\x24\xc5\x29\xa6\xb4\x3c\x58\x2d\ \x10\x77\xbb\x71\xdc\xec\x4a\x8a\x43\x1a\x6f\x24\xa3\xd9\xec\x60\ \x81\xcc\xaa\x36\xe5\xe1\xb6\xf1\x65\x80\xba\x8f\x5c\x68\xa8\xee\ \xef\x88\x5c\xfb\x55\xb8\x05\x1f\xf7\xac\xae\x1a\xd2\x55\x89\xc4\ \xbe\x29\xbd\x45\x44\x43\x49\x30\x92\x92\x88\x89\x99\x00\x14\xc3\ \x62\x9c\xcc\x8a\x62\x56\x94\x29\xbe\x5c\x6f\xc0\x71\x86\x12\x63\ \x7c\x63\xf9\xc8\x3b\xff\xc9\xa7\xcf\xff\xf9\x7f\xfd\xcf\x3f\xf9\ \xf0\xe3\x9f\xfd\xfb\xff\xdb\x77\xae\xec\x46\x62\x9a\x18\x87\x68\ \xe7\x9a\x11\xc0\xa7\x42\x90\xa4\x9e\xc0\x95\xdd\x80\x00\x60\x2a\ \x5f\xd2\x37\xf1\xf6\x59\xa9\xfb\xa0\xbe\x45\x01\x44\xa0\x6e\x0e\ \x00\x68\x0b\x38\xa4\x31\xe0\x0e\x14\xd4\xc0\x21\x8f\x71\xd5\x2e\ \xe2\x66\xd3\xcf\xc3\xb3\xeb\x67\xe7\xf9\xbb\xb3\x30\xfb\x4f\xef\ \xfd\xe2\xf7\xbe\xff\xa3\x8f\x3f\xf8\x4d\x83\x18\x87\xed\x8d\xc6\ \x52\x44\x61\x6d\xf3\xd5\x6a\xb9\x6f\x57\xc7\x18\x6b\xb9\x17\x42\ \xa8\x63\x59\xef\xca\x90\xfa\x35\xdd\x8e\xd2\xa9\x0d\xac\x0a\x66\ \xdd\x56\x16\xb9\x02\x61\x77\x05\x82\xab\x38\x3f\xf3\xeb\x92\x51\ \xed\x76\x1f\x4a\x0d\x61\x55\xf8\x5a\xbf\x60\x66\xef\x7d\xd3\x77\ \xde\x39\xc7\xec\x9d\xf3\xde\xed\xc7\xb8\xab\x64\x93\x6c\x40\xdc\ \x78\xe7\x9d\xba\x3b\xd1\xcc\xab\x99\x3f\x02\x10\x21\x12\x10\x56\ \x24\x1c\x10\x0d\xd0\x80\x08\x9d\x63\xe4\xc6\xb3\x5a\x00\x03\x62\ \x02\x00\x49\x39\x17\xbd\xde\xdc\xdc\xc0\x0d\x33\x1f\x9f\x1c\x1d\ \xc2\x71\xf0\xec\x1d\x23\x0a\xaa\x01\x82\x18\x64\x33\x31\x34\x23\ \x34\x63\xdb\xcf\x55\xdc\xb7\x05\x10\x6d\x8f\x8c\x88\x29\x00\xb8\ \x9c\x92\x4a\x24\x12\x00\xcd\xf5\x0d\xa5\xe4\x62\x04\xdc\xb6\x1d\ \x1e\xb0\x5d\x5d\xd5\xee\x47\x8c\xf1\xea\xea\xaa\x02\xde\x7d\xdf\ \x57\x07\xd4\xa6\x69\xc6\xb1\xd2\x41\xa5\xce\x2b\xad\x2b\xa3\xaa\ \xaf\x5f\xa4\xdb\x9e\x15\x51\x0d\x85\x0c\xac\x71\x1e\x4c\xd9\xb1\ \xf7\x2e\x34\xbe\xf1\xee\x70\x79\xd4\xb6\x5d\x0d\xa3\x4d\x08\x9e\ \xb9\x4e\xbd\x04\x00\x11\x25\xe2\xc5\x62\x71\x97\x86\x8b\x48\xce\ \xc9\x39\x7f\x3b\x66\xc9\xd7\x72\x52\x01\x0a\x16\x64\x70\x88\xac\ \xd6\x23\x23\x76\xc1\xbb\x79\x99\x62\x49\x6e\x36\x0b\xc6\x08\x38\ \x69\xb9\x1e\x77\xa9\xc8\x6f\x3e\xfd\x8c\x8b\x6a\x68\x9f\x3c\x79\ \x93\x9b\xd0\x37\xbd\x8a\x10\x40\xd7\x76\x39\x45\x44\x74\x8e\xa7\ \x34\x06\x07\xf3\xd9\x4c\xc5\xce\x5e\x9e\x8e\x53\x3c\x3e\x3e\x7e\ \x70\xef\x81\xe4\xe9\xc5\xd3\xcf\x2e\x2e\xae\x4b\x4e\xdb\x71\x9c\ \x1f\x2d\xbb\xb6\x49\xa9\x88\x89\xf3\x0e\xa0\x1e\x5d\x7b\x90\x8f\ \xbf\xba\x74\x5f\x3b\x03\xec\x55\x06\x57\xcd\xaf\x6e\x3f\xa9\xaa\ \x39\x67\xdf\x94\x6a\x11\x01\xb3\x96\x4d\xde\x81\x7a\x44\x12\x05\ \x29\x1a\x63\xce\x52\x92\xe4\x52\xca\x94\x72\x9a\x46\xee\xdb\x25\ \x5b\x8c\x31\x38\xbe\xba\xb8\xfc\xf1\x1f\xfc\xa3\xed\x2e\xfd\x8f\ \xff\xd3\xff\x3c\x8d\xfa\xe0\xfe\xf1\xb4\x79\x1e\x08\x76\xc3\xb8\ \x4b\xd1\x5c\xad\xfb\x99\x9a\x10\x5c\x40\x33\x4d\x85\xd4\x6a\x5e\ \x53\xb3\x95\xaf\x2c\x16\x1a\x3a\x20\x76\xce\x71\xf5\x84\x07\x30\ \x29\x85\x10\x9d\xf7\x68\xd0\x45\x60\xab\x25\xa5\x88\x08\x65\xf3\ \xc5\x7c\x2a\x39\xa5\x37\xdf\xfa\x0e\x2e\xc2\xbf\xfc\x3f\xff\xd7\ \x77\xdf\xfa\xf6\x1f\xff\xe9\x4f\x5e\x7e\x7e\xba\xdb\xdd\xcc\xfa\ \x40\x95\x56\x14\xa3\x73\xa0\x69\x5a\xaf\x8b\x99\x5d\x5f\x5f\x6f\ \xb7\xdb\xda\x03\x5a\xad\x56\xf7\xef\xdf\x6f\xdb\xd6\x7b\x5f\x2f\ \x66\xaf\x53\x23\xaa\xa2\x45\x11\xe9\xfb\xbe\x5a\xd9\xec\xed\xa9\ \x4c\x8b\x48\x9d\x5b\x51\xfb\x8d\x48\x28\x22\xf0\x0f\x6a\x72\xed\ \x9f\x9b\xe5\x72\x39\x9f\xcf\xab\xa6\xf7\x0e\x44\x23\x66\x72\xce\ \x3b\x47\x68\x44\xe4\xd8\x11\x01\xdd\xca\xf7\xeb\x84\x77\xdc\x33\ \x04\xd0\x0c\xaa\xe3\xdf\xab\xed\xff\x4a\xdc\x21\xaa\x9c\x1c\x31\ \x63\x50\x36\xa0\xa6\x71\x88\x8c\x92\xa4\x14\x35\x63\xcf\xcc\x0c\ \x84\xaa\xa0\x60\xc4\xac\x66\x25\x4b\x03\x9e\xd0\xd0\xcc\x60\x9f\ \x50\x14\xb3\x6c\x56\xcc\x0c\x88\x14\xf6\xfe\x3e\x66\xb6\xcf\xa3\ \xd5\x08\x2b\xda\xa5\x66\x08\xe4\x1c\xe7\xb8\x0b\x9e\x87\x61\x73\ \x79\x71\xee\x7d\xe3\xd8\x8f\x53\xdc\xdc\xdc\xb8\x29\x75\xb3\x99\ \x0f\x61\xbb\xd9\x84\x10\xe6\xf3\x79\xd3\x34\x9b\xcd\x26\xc6\x08\ \x66\xbb\xdd\x2e\xc6\xb1\xae\xcf\x5d\x87\xeb\x4b\x08\xff\x1f\x5c\ \x68\xd4\x7f\x11\x6c\x39\x9f\xbd\xf3\xce\xdb\x5d\xd7\x00\x18\x31\ \x55\x77\x90\x36\x74\x4c\x6c\x66\x8d\x0f\x6d\xdb\xdc\x7a\x10\x59\ \x05\x3a\x41\xcd\x71\x15\xb1\x22\x20\x38\x76\xec\xfa\x1a\x10\xeb\ \x14\x7b\x00\x42\xef\x85\x34\x69\x76\x00\x54\x84\xb3\xb0\x41\x07\ \x20\x00\x66\x05\x4a\xc4\xa2\x0e\x3d\xb9\x90\xbd\x2b\xde\x4d\x60\ \x80\x0c\x02\x50\x0c\x64\x00\xcd\xcc\xbe\x0a\x6f\x82\x77\x88\x60\ \x5a\x54\xcb\xcb\x97\xcf\x25\xee\xbc\x6f\xbd\x77\x20\x72\x7d\x71\ \x91\x86\x78\xf1\xf2\x85\xe6\xb4\xb9\xb9\xca\x29\x22\x00\x38\x82\ \xe0\xea\xbc\xf7\x2f\xdb\xcd\xa8\x80\xb5\x81\x8b\x6a\xe5\x55\x52\ \x56\x5d\x50\xfb\xb2\xe7\xba\x6f\xff\xde\x45\x31\xb3\xbd\xe7\xb8\ \x56\x81\xd3\xdf\x53\x2c\xfe\xf6\x58\x11\x86\x40\x8c\x01\x8d\x10\ \x19\x41\x54\x0b\x82\x48\x8e\x25\x45\x00\x6c\x11\x42\xdf\xcc\x3a\ \x97\x73\x9b\x72\x36\xd0\xeb\xf3\xcb\x8f\xdf\xff\xe0\x8f\xff\xf8\ \x4f\xbe\xf3\xf6\x3b\x9f\x7c\xfc\xe9\xe5\xc5\xe9\xf9\xcb\x17\xc3\ \x7a\x7d\x75\x7d\xd3\x21\xcc\x16\xf3\x9a\x3f\x3b\xe7\x08\xc9\x54\ \x09\xc9\x93\x13\x91\x71\x9a\x4c\xf5\xce\x40\xee\x6e\x86\x8d\x6b\ \xf8\xb6\xd5\xe8\xea\x40\x2a\x15\x55\x35\x66\x72\xde\x93\x98\xaa\ \x34\x64\x87\x95\xa2\x9a\xcb\xb0\xd9\xde\x94\xad\xf3\xfe\xf3\x4f\ \x3e\xb9\xf7\xf0\xfe\x4f\x7e\xf4\x47\x7d\x37\x7b\xfe\xf4\xf9\xc7\ \x1f\xff\xaa\x9b\x77\x8b\x83\xa5\x6b\x82\x6b\x3c\x87\xc6\xfb\x40\ \x8c\xcc\x8e\xd9\x1f\x1d\xb9\xc3\xc3\x63\x66\xae\xee\x5a\x4d\x13\ \x9c\xf3\x75\xc0\xcc\x9d\xd1\x73\x65\x42\xd4\x8b\xbf\x45\x31\x80\ \x11\x10\xb0\x6f\x9b\xaa\xda\x33\xb0\x2a\x67\x8b\x71\xda\xac\xaf\ \x2a\x9d\xf5\xb5\x4b\xf5\x9a\x8a\xe7\x9c\xd5\x0c\x10\xd9\xb9\xbb\ \x2b\xd9\xab\x26\x91\x6b\x4d\x5a\xad\x60\xd4\x2a\x87\xb0\x22\x2d\ \x95\xbb\x7e\xfb\xe4\x55\xe4\xe9\x95\x0d\x4e\x55\xe0\x54\x6d\x10\ \xd0\x54\x14\x99\x10\x10\x88\xc0\x10\xc0\x3b\xf2\x75\x03\xd6\x9f\ \x22\x07\x7a\x6b\xd9\xdf\x3a\xcf\x48\x77\x83\x47\x74\x2f\x60\x03\ \x34\x72\x60\x75\xbc\x98\xa0\xdd\xd6\x86\x0a\x48\xc0\x7b\xbd\x2e\ \x12\x21\x58\x31\x35\x54\x75\x2e\x81\x0a\x22\x37\x2d\x12\xb8\x80\ \x0b\x17\xa6\x61\x8c\x32\xad\xb7\x9a\x62\x54\xb3\x94\x33\x33\xb3\ \x73\xcb\xd5\xaa\x3e\x1b\x22\x42\x99\x73\xde\x4b\x0b\x5e\xcd\x28\ \xf7\xab\xfd\x0f\x38\x2f\x88\xd1\x31\x93\x99\x18\x38\x62\xc7\xce\ \xb1\xef\xbb\x1e\x69\x0f\x7a\x2e\xfa\x19\xd6\xec\xcc\x39\xcf\xae\ \x6a\x39\x90\x90\x90\x3c\x7b\xf2\xc4\xec\xee\x60\x20\x04\xac\x2b\ \xec\x7d\xb3\x57\x45\x12\x19\x1a\x01\x3a\xf4\x08\x80\xc1\x93\x07\ \x53\x25\x33\xaa\xed\x00\xe9\x50\x0d\x10\x81\x98\xeb\x41\xa5\xaa\ \x66\xe4\x1d\xb0\x21\xad\xb2\x88\xaa\x92\xc2\x6d\x46\xab\x26\x60\ \xaa\xab\xd9\x6c\xca\x72\xb3\xbb\x19\xc6\xb1\x9f\xb5\x8f\x1e\xdd\ \x1b\x76\xc3\xfa\xf2\x7c\x9c\xa6\xda\x45\x76\x08\x29\x0b\xc4\xec\ \x7c\xcb\x6e\xaf\x19\xdf\x0b\xc7\xeb\xf5\x22\x18\xde\x29\x7b\x10\ \x00\xe4\x16\x21\xa9\x6f\xab\x72\x7f\xb8\x3d\x93\xf6\x12\xc7\x1a\ \xaf\xcc\xd0\xbe\x31\x2e\x37\x66\x80\xc4\xce\x35\x44\x6e\x3f\x46\ \xd3\x0c\x00\xba\xb6\x9d\xf5\xbd\x99\x95\x92\x99\x51\xad\xc4\x98\ \xc6\x21\xa6\x14\x4d\xe0\x93\x8f\x3f\x7e\xfe\xc5\xf3\xbe\xef\x45\ \xc4\xa4\xc4\x71\x37\x0c\xbb\x59\xd7\xae\x96\xcb\xa6\x6d\xbd\xf7\ \xde\xfb\x3a\xc8\x5b\x44\x88\x9d\xf7\x41\x44\xa6\x69\x42\x00\xf7\ \xaa\x01\x10\xd4\x0a\xb1\xf2\xde\xb0\x86\x8c\x5a\x0e\xa8\x0a\x11\ \x39\x1f\x0c\x35\x6b\xb1\x8a\x8d\x29\x88\x42\x4a\x69\x1a\xe3\x38\ \x4d\x25\x97\xf3\x17\x67\x97\xe7\xe7\x44\x34\x0c\xc3\xe1\xd1\xc1\ \x6a\xb5\x9a\x2f\xe6\xc1\x87\x7d\x35\xe7\x1c\x02\x33\x7b\x44\x42\ \x0c\x15\xea\xea\xba\xee\xd5\x0c\x6b\x3f\x1d\xeb\xd6\x4c\xe2\x4e\ \x7a\x5a\x47\x59\x98\x8a\xa9\xec\xc3\x1f\x39\x00\x53\x51\x40\x04\ \x30\xee\x5a\xc2\x43\xef\xfd\xeb\xd2\xb9\xb1\xeb\xfb\x9b\xf5\xda\ \x79\xb7\x5c\xad\x6a\xf6\x57\xd1\xb7\xdb\x5a\x46\xcd\x8a\x92\xaa\ \xb2\x6a\xa5\xc5\x33\x1a\x28\x54\xf9\xfe\x3e\xcf\xb9\x5b\x4c\x11\ \x40\xd4\xfa\xa1\x2a\xe7\xab\xe2\xf5\x77\x1a\x66\x40\x26\x40\x40\ \x04\x03\x85\xca\x0d\xbe\xab\xe1\xad\x36\x7f\xef\x48\xed\x0a\x20\ \xa4\xb7\x47\x2f\xde\x6e\x54\xbc\x95\x69\x59\x1d\x34\xab\xf5\x60\ \xbe\xfd\x15\xaf\x34\xd7\x4d\x10\x52\x2a\x08\x4a\x60\xb1\x28\x20\ \x89\x4a\x8c\xc9\x33\xf9\xe0\x52\xd2\xbc\x97\x73\x13\x60\x4d\x63\ \xbf\xdc\x15\xcc\xbc\x5c\x2d\xed\x56\xf0\x70\xc7\x0d\xbe\xe3\x12\ \xbf\x76\xaa\x5b\x4a\xf9\xd6\x5b\x4f\xde\x7d\xf3\xc9\x17\xcf\xbf\ \x20\xd5\x47\x8f\x1e\x79\xe7\xc1\x50\xc4\xac\x54\x92\x31\x6c\xcb\ \x26\x78\xef\x43\x20\xd5\x2a\xab\x20\x22\xd4\x2f\x0b\x46\xd5\x72\ \x47\x74\x02\x30\xda\xb7\x1a\xf7\x21\x55\x24\xdf\x0d\x6c\xa9\x70\ \xb6\xdc\x2e\xcb\x1e\xcf\x05\x07\x04\x06\x86\x06\x08\xa0\x29\x43\ \xcd\x73\xac\x00\x40\x42\x56\x22\x33\x34\x25\x02\x32\x13\x10\x65\ \x40\xc7\x8e\xbb\x5e\x60\x8a\x32\x24\x2d\x40\xe0\x83\x9b\x61\x37\ \xef\x1f\x6e\xd7\xeb\x69\x18\xe2\x34\xa9\x81\x0f\xa1\x0d\x2d\x33\ \xef\xef\x48\x9d\x6b\x85\x40\x68\xd5\x91\x29\x8b\x7e\x8d\xd8\x56\ \x49\x0f\x20\x50\xc7\xc5\x31\xe0\xfe\x9c\xfa\xea\x22\x57\x56\xdd\ \xdf\x7b\x66\xfc\x56\x3d\x51\x5f\x6d\x3c\xef\x29\x0b\x88\x15\x31\ \x05\x68\x00\xd4\x40\xda\xb6\x5b\x2e\x50\x44\x10\x29\xa5\x3c\x4d\ \x71\xef\x75\xc5\x84\x56\xc0\x6c\xb9\x5c\x55\xd3\xf4\x6a\x56\xee\ \x5c\x9d\x6b\x47\xaa\xd5\x56\x04\xb4\x72\x7c\x91\xee\xfc\x48\xeb\ \x34\xd3\x5b\xb5\xba\xd5\xf7\xef\xc1\x40\x35\x22\x64\xe6\xda\xd4\ \x57\xbd\xeb\x77\x10\xc2\xbe\x6f\x5d\xf5\xba\x0a\x7b\x05\x69\xdb\ \x76\xaf\x22\xdf\xfb\xb0\x88\x8e\xd0\xdd\x41\xef\xaf\xf2\x86\x6f\ \xf7\x83\x55\x54\xeb\x0e\xb6\xbf\xdb\xea\xc4\x6c\xca\xa8\x85\x18\ \x99\x18\x89\x6a\x2c\x96\x52\x44\xf6\x31\x0e\x2b\xa1\xf4\x35\xa4\ \x0b\x84\xab\xd5\xea\xe2\xe2\x12\x11\xea\x52\xd7\x4a\xf6\x6e\xff\ \xd7\xd1\xd0\xfb\x6d\x53\xb1\x06\xd5\x3d\x9c\x64\x75\xf2\xf3\x2b\ \x39\xc8\xed\x07\xbf\xed\x30\x18\x02\xec\x3b\xea\xb7\x9f\x88\x88\ \xf4\x8e\x58\x68\xc6\x48\x7a\xbb\x18\xaf\xae\xcf\x97\x78\x99\xc0\ \xab\xbf\xff\x6b\x64\x6b\x03\x7c\x55\xf0\xf6\x65\x13\x6a\x1f\xf8\ \x4c\x0c\x44\x84\xc0\x90\x49\x0a\x64\x51\x10\x29\x00\xe6\x8c\x89\ \xa4\x48\xca\x85\x6e\xaf\x47\xbf\xbc\x1d\xfb\x3f\xe7\xd8\xb9\x86\ \xbd\xf7\x21\x84\x8a\xcd\xe7\x9c\xab\x21\xad\xaa\x36\x6d\xfb\xda\ \xc4\x08\x62\xee\xba\x0e\x10\xab\x97\xf1\x6e\xb7\x53\xd5\xca\x83\ \xbf\x5b\x28\xba\x4d\xc3\xff\x76\xd0\xbc\xb3\x57\xb8\x25\x0a\x7c\ \x59\x3d\xdc\xae\xb6\x7d\x0d\xce\xbc\xbb\x0b\x15\xf1\xae\x45\x7d\ \xfd\xd4\xaf\xae\xdb\xde\xa7\x04\x8b\x56\x5a\x90\x55\x15\x5c\x01\ \x13\x64\x74\xc8\x02\x68\x00\xc4\x0c\x84\x31\xe7\xaa\xad\xf5\x9e\ \x4f\x1e\x3c\x98\xcf\x7a\x04\x45\xc0\x04\x06\xe4\x9c\x63\x91\xa2\ \xfb\x29\x9b\x15\x56\xbf\xa5\xc2\xc3\x1d\x59\xfe\xcb\x7c\x4a\x6f\ \x1f\x02\xc2\x2a\x7c\xdd\x53\x4f\xbf\xbc\x3c\x00\x14\x21\xe6\xbf\ \x97\x17\xf1\xdb\xcb\xb9\xbc\x73\x35\x57\xba\xc3\xa1\xaa\x59\x68\ \x65\x9c\xb7\x6d\x43\x04\x80\xc6\xcc\x4c\x9e\x88\x98\x1d\x00\x55\ \xc4\xda\x7b\x2f\x52\x24\xc5\x2a\x16\x60\xe7\x66\x8b\xc5\x1e\x43\ \x35\x63\x76\x4d\x13\xc0\x48\x44\xa5\xce\x65\x55\x45\x44\x76\xfe\ \xcb\xb2\x19\xf5\x36\x5c\xec\xd3\x81\x2a\x78\xae\xef\x24\x24\x05\ \x11\x28\x60\x60\x86\x35\xc4\x38\x0e\xf5\x78\xae\xbb\xba\xa8\x86\ \xe0\x6f\x75\x88\x5f\x3e\x55\xf5\x45\x48\xf5\x3c\x73\xb7\xa6\x68\ \xaf\x96\x1e\x77\x2d\xc5\x57\xe1\x79\xbd\xe5\xef\xed\x53\x17\x76\ \x06\x90\xc5\xf0\x76\xee\x86\x01\x01\xa1\x88\xc4\x5c\x5e\x8f\x86\ \x5a\x7f\xa6\x16\xad\xd3\x34\x4d\xd3\xd4\x75\x5d\xa5\x65\xd4\x0d\ \x53\xc3\xa8\x2a\xbc\x7a\x91\xfb\x4b\xfa\x6a\xb9\xfd\xca\x8e\xc2\ \xaf\x06\x32\x7b\x35\x18\xdd\x7d\xcc\x2f\x17\xe7\xcb\x33\x03\xbe\ \x32\x32\xf2\x95\x8e\xf8\xab\x31\xf1\xd5\xc0\x54\x7f\x75\xcd\xc5\ \xbe\xf6\xda\xef\x49\x00\x34\x42\x60\x91\x82\x66\xcc\xc1\x6c\x52\ \x15\x00\x85\xac\x84\x96\x73\xb1\x3d\x18\x83\x5f\xfb\xd9\xbb\x5c\ \x06\x01\x9b\xa6\x39\x3a\x3a\x3a\x38\x38\x60\xe6\x69\x9a\x36\x9b\ \xcd\x76\xbb\x45\xc4\xb6\x7b\xcd\xc8\x55\x85\x44\xce\x3b\x22\x52\ \x91\x18\x23\xd7\x40\x76\xfb\x6c\x30\x73\xa0\x3d\x75\xa6\x3e\x96\ \x77\x1d\x9b\xbb\xf4\x04\x91\xbe\x46\x86\x7a\x15\x83\x53\xd4\xbf\ \x4d\xf5\xac\xc8\x89\xaa\x82\x41\xf5\xc1\xb8\xd3\x3d\x7f\x79\x36\ \xd4\x88\x2f\x02\xc0\x86\x20\x55\xd6\x2b\x82\xa4\x44\x64\xa2\x29\ \xe7\xdd\x34\x4d\x39\x16\x11\xc9\x85\x10\xc4\x8a\x23\xd7\x2c\xfe\ \xdf\xf6\xbe\x35\x48\x8e\xeb\x3a\xef\x9c\x73\x6f\x77\x4f\xcf\xcc\ \x2e\xb0\xbb\xc0\x2e\x00\x3e\x00\x12\x7c\x99\xa4\x6c\x33\x12\x1f\ \x91\x65\x99\x96\x19\xcb\xb2\x23\xc9\x55\x2e\xcb\x2e\xf9\x87\xcb\ \x95\xe4\x47\xaa\x5c\xfe\x91\xa4\xf2\x2b\xe5\x54\xe2\x3f\x29\xfd\ \x4c\x95\x63\xc7\xbf\xe2\x94\x6c\x27\x76\x54\x12\xcb\x7a\xd8\x96\ \x68\x52\x94\x28\xd1\x84\x28\x91\x04\x09\x80\xc4\x83\xa0\xf0\x7e\ \xef\xee\x3c\x7a\xba\xfb\xde\x73\xf2\xe3\x76\xdf\xe9\x99\x59\x80\ \xc0\xee\x62\x05\x2e\xfa\xa8\x4a\xb5\xc4\xce\xee\xce\xdc\xbe\xf7\ \xdc\x73\xbe\xf3\x9d\xef\x34\xe7\x17\x76\xcc\x6d\x9b\x9d\x9f\xdb\ \xb6\x65\x66\x06\x08\xd3\x34\xed\x74\x96\x3a\x9d\x6e\x9e\xa7\x6e\ \xba\x82\x63\xc2\x15\x4d\x3d\x15\x47\xe9\x99\xe1\xc5\xff\x0b\x58\ \x96\x2a\x8d\xcb\x58\xe3\xd8\x76\xcc\x1c\x84\x21\x11\xc1\x2d\xd2\ \x71\xed\x3f\x86\x3b\x36\x3e\xa5\x72\x9c\x40\x44\x50\x8a\x0a\xad\ \x35\x50\x4e\x38\x49\x29\x74\x2f\x60\x66\x93\xe7\x53\xed\xa9\xdc\ \x66\x22\xe0\xf2\x44\x5f\x8f\x2b\x2f\x74\xcb\xcc\x08\xe0\xb4\x3a\ \xbd\x5f\x10\x11\xad\x45\x40\x94\x03\x67\x8a\x82\xba\x07\x05\x8b\ \xa7\x8e\x8a\x02\x15\x15\x9b\x44\x50\x04\xfd\x21\x15\x01\x6b\x19\ \x09\x5c\x91\xc8\x4d\xbb\x2a\xda\x77\x65\x88\xe3\x89\xa0\x2f\x23\ \xba\x03\xef\x37\x5c\x79\xe7\x0d\x55\xd6\xdc\x2d\x3a\x9a\x36\xda\ \xc2\x09\x96\xae\xad\x72\x9e\x69\x75\xfa\x76\xee\xcd\x0c\x06\x89\ \x63\x60\xbb\xd2\x67\xf5\x78\xb8\x8c\xaf\xdc\x3c\xe2\x7d\x6b\x11\ \xba\x12\x41\x29\x4e\xed\x3f\x9a\xf3\xe3\x43\xcf\x52\x74\x82\xc2\ \x58\xb0\xe9\xbd\x33\xa3\xf3\x1b\x38\x2c\x84\x43\x41\xcc\x72\x5f\ \x90\xa2\x6a\x40\x55\x75\x5b\x65\xed\x09\xc6\x7c\x56\xb5\xf2\xc3\ \x02\x88\x94\xe7\xd6\x22\x87\x5a\xb7\x1a\xed\xfe\xa0\x97\xa5\x29\ \x03\x28\x85\x40\x5a\x29\x2b\x15\xa7\xe9\x5d\x98\xfb\x97\xfe\x20\ \x51\x2a\xcb\x6c\x3e\xc8\xd2\x2b\x4b\x8b\x51\x14\xb1\xe5\x41\x3a\ \xc8\xb2\xac\x9f\x24\xd9\x6a\xdb\x45\x5d\x05\xe6\xcc\x99\x33\xfd\ \x24\x09\x83\xa0\xdf\xef\xb7\xdb\xed\x52\x54\x32\x70\xb5\xdd\xc9\ \x61\x8e\xa3\x9f\xae\x22\x77\x5c\x91\xe2\x2b\xf3\x74\x04\x1e\x6f\ \x20\x77\xab\xcc\x4e\x89\xcc\x0a\x29\x18\x0b\x96\xab\x0b\xeb\x80\ \x7f\x87\xa1\x58\x6b\xd9\x5a\x25\xa0\x15\x30\x81\x65\xca\x0c\x1b\ \x6b\x51\x91\xcd\x85\x45\x32\x63\x38\xe9\x91\x56\x53\x53\xdd\x29\ \x3b\x1d\xb5\x5b\xed\xa9\xa6\x08\x47\xa1\x56\x04\x84\xd0\xe9\x48\ \x9a\x26\x8a\x90\x80\x14\x06\x02\xc0\x62\x9c\x6b\x72\x49\x0c\x21\ \x89\x90\x08\x3b\x3e\x9e\x15\x62\x81\xaa\x2f\x8b\x20\x02\x11\x5b\ \x7a\xae\x5b\x05\xe7\x02\x28\x21\xdf\x72\x89\xdd\x03\xf0\x32\x9b\ \x22\x82\x45\x61\x02\x41\xfc\xb8\x07\xed\x8f\x53\x18\x45\x56\x84\ \x74\x58\xa8\x5f\xe5\xc6\x69\x2b\x45\x51\x54\x12\x0b\xac\x22\x65\ \xad\x75\x0f\xcf\x25\x33\xa5\x2c\x44\x71\x42\x46\x36\xa1\x83\x9c\ \x4b\x43\x72\xfd\x1a\x0a\x5d\x65\xbf\x78\x87\xfe\xca\xb2\x84\x8a\ \x2d\x23\xa2\x22\x25\x0c\xe2\x23\xe2\xf2\x95\x3e\x98\x1f\x06\x62\ \x44\xee\xf0\x3a\x1e\xbc\x73\xb5\x8e\x8e\xe0\xbd\x80\x8f\xe7\x41\ \xc0\x61\x61\xa5\x9f\x47\x8f\xbc\x8c\x6e\xbf\x1b\xb6\x41\x32\x20\ \x22\x47\x02\xf0\x21\x64\xa5\x0e\xcd\x88\x0a\x2b\x6d\x31\xfe\xfc\ \xb8\x77\x5e\x09\x4f\x86\x07\x60\xc4\xb1\xc2\xd0\xdf\x4d\xf6\x79\ \x40\xd9\x97\x36\x16\x0a\x56\xff\x4a\xd5\x31\x8d\x13\x7f\x0a\x09\ \x14\xa9\xbe\x7e\x98\x89\x8b\x18\xeb\xd8\xa3\x38\x18\x64\xd8\xc0\ \x38\x6e\x5a\x91\x34\x35\xc6\x5a\x11\x04\xd4\x44\xe2\xc7\x02\x54\ \x39\xc0\x65\xb0\x0c\xae\xcf\x7c\x30\x18\x5c\xb9\x72\xa5\x1a\x78\ \x76\x3a\x1d\x87\x6f\xac\xaa\xe3\x0a\xaf\x5c\xbe\xd2\xed\x76\x77\ \xcc\xcf\xcf\xcd\xcd\xb9\x27\xee\x95\x9a\xdd\x9f\xd6\x84\x93\x6b\ \x3e\x94\xd5\x26\x72\x8c\x0a\x1f\x31\x55\xe9\x35\x00\x00\x6a\xdc\ \x59\xb2\xb0\xd3\xc5\x60\x10\x46\x61\x97\xf5\x97\x30\x24\x7b\xb5\ \x0c\x2c\x61\xf3\x62\x3e\xae\x43\xcd\x15\x23\x93\x0a\x01\x2d\xe3\ \x20\x8c\x9a\x91\x31\xbd\x5e\x0f\x50\xac\x61\x63\x2d\x10\x75\x7a\ \xbd\xe3\x27\x4e\x9c\x3a\x7b\xfa\xf5\x37\xf7\x47\x01\xe9\x72\x27\ \xbb\x8d\x4d\xa4\x8a\xdb\x4e\x80\xc5\x92\x42\xcb\x56\x91\x72\xa2\ \x6f\x2e\x13\x47\x84\xb2\x7c\x8c\x0c\xc3\x96\x12\x0f\x56\xb8\xdf\ \xf6\xbe\x12\x37\x1b\x1a\x73\x11\x91\x13\x53\xf6\xe9\x86\x3b\x48\ \xee\x5b\x88\xae\xd3\xcb\xe5\x2d\xfe\x5c\x0d\xaf\x71\xa5\x54\xb5\ \xda\xe3\x64\x3b\xad\x35\x99\xb1\x81\x26\xcb\xe2\x10\x6d\x24\x05\ \x50\x22\x99\x23\x7b\x4e\x2a\x65\xd9\x11\x94\xaa\xfc\x92\xcb\xbe\ \x5c\xef\xee\xc4\x29\xf2\x12\x12\x13\x39\xa1\xe3\xf2\x57\x94\xb7\ \x1d\x62\xc9\x7e\xc5\xb1\xdc\xc7\x1f\x78\x77\x0c\x5c\xaf\x49\x55\ \xd3\xd6\xbf\xc0\xed\x45\x63\x39\x08\xb4\xd6\x81\x1f\xf4\x40\x48\ \x2a\x50\x8e\x50\x2f\xab\x57\x5b\x81\x56\xbb\xcd\xa5\x70\x85\x77\ \x0d\xc3\x1e\x57\x71\x34\x37\x9c\xbc\x9f\xc7\xbc\xf0\xa4\x07\x2d\ \x02\x54\xf4\xfd\xcc\x30\xe6\xe3\xca\x25\x82\xc9\x6c\x17\x47\x19\ \x1b\xc3\xf8\x0a\xe0\xda\x83\xf6\xaa\x01\x35\x88\x38\xb4\x92\x08\ \xac\xb5\xdd\x5e\x0f\x11\x82\x28\x8a\x5b\xad\x6e\xa7\x93\x64\x99\ \x52\xe4\x7c\x67\x95\x22\x33\x9a\x7c\x0d\xdf\x24\x94\x38\x69\x59\ \x69\x93\x55\x83\x5c\x2c\x32\x35\xd5\xbe\xff\xbe\xfb\xb6\x6d\xdf\ \xee\x71\x83\x6a\xe3\x94\xdb\xf3\xe3\x19\x74\x65\x5b\x32\xb3\xb5\ \x99\xe7\x6a\xa8\x12\x9c\x1d\x3e\x14\x97\x62\x8c\x66\xdf\x45\x44\ \x5b\x00\x10\xc8\xae\x91\x6a\xa2\xc5\xbc\x7c\xb9\x2b\x95\x10\x16\ \x72\x75\x08\xa0\x90\xd0\x30\x58\xb6\x36\x37\x26\xcb\x09\x08\x50\ \xc2\x30\x04\x64\x01\x61\x10\x24\x32\xd6\x24\xfd\x04\xc5\x2a\xa5\ \x4b\x7f\x0a\x00\xa4\x03\xc5\xcc\x9d\xe5\x6e\xd2\xef\xcd\xcc\x6e\ \x8d\xe3\xd8\x5d\x2f\x44\xd4\xed\xf6\x11\x9d\x77\xb3\x69\x96\xa9\ \x20\x8c\xdb\x53\x71\xdc\x6c\xc7\x71\x10\x06\x2e\xda\x00\x11\x63\ \xec\x60\x90\x54\x69\x37\x3f\x79\xcf\xe5\xa2\x15\x4f\xcf\xf3\x2e\ \xb6\xbc\xae\x05\x11\xc1\x09\x75\x8b\x46\x82\xaa\x13\xb9\x2a\xc3\ \x52\xc0\xe4\x06\x04\x98\x05\x04\x45\x8a\x18\x78\xc5\x56\x29\x96\ \x31\x5c\xc0\x7a\x16\x3b\x20\x28\x1d\x28\x37\x6b\xc1\x35\xe7\x7a\ \xba\xb9\xa0\x08\x02\x5b\xa5\x35\x17\x78\x22\x97\x1b\x11\x87\x41\ \xd3\xc4\x6c\x1e\x7f\x86\xcb\xcf\xa8\x11\xad\xbf\x33\xab\xef\x50\ \x44\x00\x09\x08\x72\xcb\x86\xb3\x92\x6b\xa0\xc8\x3b\x3b\xcc\x56\ \x4b\x42\x05\x00\x08\xc3\xc0\xc5\xb6\x15\x70\x17\x87\x49\x07\x0c\ \xdf\x67\xb5\x6b\xdf\xbf\x7f\x1f\xe3\xf8\x0f\xab\x2a\x4a\x3e\x08\ \xc0\x28\x5e\xe2\x75\x2c\xcf\x1d\x3a\x85\x6b\x32\x65\x47\x80\xad\ \x71\x9c\x7e\x64\xa1\xc6\x1a\x3f\x45\xc4\xc1\x2b\x6e\x2e\x46\x92\ \x0c\x16\x97\xcc\xd4\xd4\x54\x23\x8e\x73\x63\x72\x6b\x73\x93\x83\ \x14\x68\x1d\xaf\x90\x8a\x8a\x61\x29\x26\x2a\x97\x15\x4f\xa9\x34\ \x48\xae\x7a\xe0\x92\xab\xe4\xb4\xdb\x6d\xaf\x17\x32\x19\xbb\x55\ \xa3\xcb\xb1\xef\x3a\xb4\x24\xcf\xad\x2b\x1f\xf9\x68\x6b\xa4\x4e\ \xe2\x0a\x37\xbe\xcc\x3a\x8c\xd0\x9d\x4f\xa2\x82\x1f\x58\xfe\x63\ \x41\x1b\xac\x40\x4b\x85\x6b\x16\x60\x16\x04\x14\xe6\xd4\xe4\x91\ \x0e\x04\x55\x92\x0c\xc4\xd8\x50\x69\x66\x36\xb9\x15\xb0\x5a\x11\ \x16\xaa\x41\x96\x05\x1d\xeb\x9b\x09\x8a\x33\x4b\x88\x48\x69\x6e\ \xbb\xdd\x6e\xd2\x1f\x30\x4b\x66\xed\xd6\x28\xce\xf2\x8c\x81\x05\ \x40\x05\x01\xb3\x0c\xb2\xac\xd1\x88\x1e\xd8\x73\x6f\x7b\xeb\x4c\ \x66\x24\xcd\xb2\x34\x4d\x97\x96\xfb\xae\x4b\x97\x88\x02\x1d\x04\ \x61\xb3\xd9\x6c\xbe\xaf\xf3\xda\x40\x65\x41\x11\xcb\xac\x00\x7c\ \xef\x9e\xbf\x49\xdc\xa6\xb1\x62\x5c\xb9\x84\x40\x03\x82\xbb\x56\ \x4b\x96\x9a\x4c\x72\x6b\x9c\xfa\x8a\x73\x85\xb6\xb8\x27\x3d\x02\ \xef\x90\xaf\xb1\xcb\x7f\x14\x14\x70\xe7\x10\xc0\x58\x0b\xec\x30\ \x02\xac\x52\x7b\x89\x08\x41\x95\xad\xb3\x34\x16\x0a\x54\xaf\x3c\ \xe7\x89\xc6\xd6\xba\x0a\x6c\x23\xa2\x31\xd9\x0a\x30\xcd\xd0\xbb\ \x81\xd7\xad\x2f\x52\x09\xad\x8b\xc1\x19\x65\x34\xbe\x96\xa6\x51\ \x8f\x30\xae\x74\x84\xc4\xc7\x98\x93\x21\x55\xd5\xf9\x7a\xc7\x37\ \xf2\x29\xca\xa4\x7b\xcc\x29\x5c\xcd\x73\x4d\x92\x3c\xc7\x7e\xaa\ \x38\x69\xc3\x24\x11\xab\x2f\xab\x42\x84\xc5\xf1\x43\xb1\x6c\x11\ \x30\x08\x55\x6e\xa8\xd7\xef\x67\x26\x9b\x9a\x9a\x8a\x5b\x31\x10\ \x74\x97\x97\x6c\x66\xb0\x12\xad\x4c\xfe\xc5\xb1\x81\x34\xbc\x6a\ \x7d\x88\xd1\x55\xf5\xee\xa6\x9a\xeb\x4d\x46\xe5\x57\x5b\x10\x22\ \x0a\x82\x61\x2e\x59\x65\x32\xfb\xe4\x59\x2a\x51\xdb\x28\x30\x8a\ \x2c\x96\xad\x45\xd7\xd7\xe6\x5c\xa1\x35\xee\xa7\xd8\xb2\x80\x10\ \x22\x01\xba\xd2\xad\x5b\x6f\xc3\x56\x52\xc0\x40\xa1\xd2\x00\xa4\ \x10\x2d\xba\xb1\xed\x56\x44\x48\x57\xde\xaa\xab\x09\x23\x09\x50\ \x21\x22\x01\x64\x8d\x4d\xfa\x69\x2f\xc9\x94\x0a\x9b\x71\x98\x24\ \x69\x2f\x49\x75\xa0\x55\x10\xa4\x69\x6a\x0c\x07\x61\xb8\xfb\x9e\ \x3b\xb7\x6f\xdb\xde\xe9\x76\x4e\x9e\x38\xdb\x4d\xd2\x6e\xb7\xbb\ \xb8\xb8\xd8\xef\xf7\xdd\x29\x76\x1f\x5c\x11\xb5\xda\x6d\x7b\x8b\ \xcc\x5b\xf4\xe1\xac\x43\x28\xdd\x05\xe8\xae\x4a\xd7\x04\xcb\x6c\ \x11\x04\xc8\x1d\x1e\x86\x42\x4f\x63\x98\xf2\xc8\xe4\x91\x28\x89\ \x33\x65\xad\xdd\x53\x0d\x8a\x08\xc8\xb5\x9b\x8c\xa5\x4e\x52\xd2\ \x78\x15\xa9\xea\x46\xb1\xc6\xb2\x1d\x41\x85\x8b\xab\x18\xc0\x41\ \x89\x58\xf6\x52\x55\x59\x02\x85\x68\xed\xc4\x99\x1f\xed\x66\x60\ \xff\x3b\xab\x50\xeb\xd0\x05\x88\x14\xed\x78\x88\x8e\x9b\xea\x06\ \x3d\xb8\x5b\xd4\xf5\x30\xae\x45\x28\x2a\x08\xdc\xb5\x8f\xbe\xf0\ \x57\x0d\xaf\x10\xc9\x33\x4c\xab\x1f\xad\x0a\xb8\x54\x01\x4a\xff\ \x4b\xca\x4f\x5d\x64\x28\x3c\xd2\x8e\x36\xd6\xf8\x35\x82\xa9\x8f\ \x09\x24\x7b\xc0\x7e\xcc\xeb\x95\xba\xbf\x08\x32\xe2\x46\x27\x36\ \x40\x0e\x20\x79\xd1\xdd\x89\x44\x30\x48\x13\x6b\xf3\x66\x7b\x3a\ \x0c\x83\x66\xbb\x6d\xd2\x81\xc9\x4c\x3e\xda\x84\x38\xd2\xe8\x4b\ \xc5\xc7\x40\x10\x2e\xfb\x52\x10\x61\x6d\x0e\x0c\x5d\x93\x62\x15\ \xc9\xb2\x96\xab\x9d\x2e\x46\x78\x18\xff\x96\xc4\x19\x2c\x33\x6b\ \x87\xa0\x56\xb7\x90\x22\xe5\xfb\x37\x5d\x9c\x2e\x28\xc0\x32\xd6\ \x0c\xeb\x59\x11\x2c\x8c\x80\xc8\xe8\x29\xc7\x05\x75\x5d\x51\x49\ \x9b\x92\x02\x1a\x2b\x7a\xc1\x21\xb7\x19\x65\xa4\xc3\xa8\xd5\x9e\ \xb2\x83\x41\x66\x06\x04\x10\x28\x6d\x0a\xb5\x32\x14\x25\xbe\xc3\ \xab\xe0\x5c\x21\x22\x28\x27\xfe\x40\x41\xd0\x9e\xda\x82\xa8\x08\ \x81\x30\xb2\x82\x04\xaa\xd7\xef\x13\xa9\xf9\x1d\xbb\x16\x76\xec\ \x30\x79\xbe\xff\xc0\xa1\xf3\xe7\xce\x27\x03\x73\x65\xb1\x93\xe7\ \xb9\x65\x5b\x7c\x34\x16\x5f\xb4\x89\x97\x7a\x7c\x8b\xcc\xb8\x06\ \x4f\xfb\xa5\x62\xf2\x87\x71\x17\x02\xa2\x29\x09\x69\x2c\x8c\xec\ \x40\x23\x03\xae\x04\x08\x58\x65\x7c\xc0\xf8\xd5\xe4\x4b\xf8\x2a\ \x0c\x02\x01\x77\x3f\xb0\x8f\x33\x10\xc4\xd1\x7a\x99\x4b\x32\xa3\ \xf7\x48\x0c\x4e\x1e\xc8\x83\x95\x82\x2e\xe9\x1f\x86\x1e\xcc\x0c\ \x60\xbd\x48\xb6\x3b\x7f\x63\x78\x50\xd5\x07\xb9\xfa\xdd\xb0\x3e\ \x5d\x7e\x5d\x12\xca\x9c\x60\xb0\x54\x77\x58\x19\x5f\x48\x15\x74\ \x29\x27\x00\x93\x2f\x3b\xae\xbe\xef\xb7\x08\x09\xd9\xfb\xa9\x32\ \x72\x2c\xd9\xcd\x13\xc0\xd6\xd5\xb2\xb9\x6a\xc0\x32\xfa\x53\x23\ \x8a\xc7\x02\x32\x74\x4c\x38\x42\xce\xa8\x22\xee\x93\x18\xbc\xff\ \xdf\xb0\xfe\x58\x3a\xb3\x31\xfe\x84\x0f\x31\xca\xc5\xe4\xa2\x1d\ \xc2\xb2\x2d\x91\xe0\x2c\xcb\xcc\xd2\x52\xab\xd5\x6a\xb7\x9a\x3a\ \x6e\x0c\x92\x41\xbf\xdf\x4f\x92\xc4\x47\x2e\xa3\x0f\x11\x86\xb1\ \x89\x73\x09\x88\x44\xa8\x95\xbe\x1e\xc0\xe5\x6a\xe9\xa2\x52\xe4\ \x26\x69\x17\x48\x05\x17\x2d\xee\x84\xa5\x78\xb4\x93\x36\x23\x10\ \x2c\x0b\x7d\x6e\x91\xd1\x57\xe2\x99\x48\x39\xcf\xe6\x35\x32\x3d\ \x45\xd6\xd8\x82\x2b\x53\x6d\xe0\xf7\xeb\x2e\x82\x54\x3a\x3e\xbf\ \x07\x46\x2e\x97\x92\x60\xc5\x5c\xa8\xcd\x0a\x88\x31\x59\x96\xd1\ \x74\xd4\x6e\xb5\x9a\x26\x6d\xf7\x92\x7e\x6e\x72\x40\x12\xc0\xdc\ \x30\x11\x69\x01\x16\x44\x03\xa0\x82\x30\x54\x4a\x69\x04\x62\x66\ \x64\x04\xb0\x39\x9b\x22\xe3\x61\x61\xc2\x9c\x41\x72\x46\x0a\xef\ \xbc\xfb\xae\xf9\xed\xf3\xc7\x8e\x1d\x3b\x7c\xf8\xc8\xe2\xe2\x62\ \xaf\xd7\x77\xe0\x9b\x56\x3a\x50\x45\x8f\xa2\xd3\x8f\x44\xf0\x34\ \xaf\x5b\x06\xe7\x12\x11\x63\xd9\x58\xcb\x95\x09\x91\x9c\x1b\x00\ \x53\xa1\x5f\x03\x11\x5a\x90\xa1\x82\x16\x51\xe5\x2a\xe6\x22\x3e\ \x86\x42\x50\xc3\x11\x5e\x10\xd1\xb2\x38\x9d\x72\x18\x36\x9e\xa3\ \x08\x58\xb1\x25\x8a\x0c\xaa\x9c\x41\x5d\x85\xc9\x2b\x27\x4b\x3c\ \x45\xab\x88\x32\x10\x45\xca\x9e\x5b\x2c\x5a\x57\xdc\x0f\x3a\x26\ \x7a\xf5\x24\xbb\x28\xb2\x5a\x71\x1f\xe7\x0d\x39\xbe\x9f\x0c\x73\ \x04\x3f\x0a\x5b\x15\xaa\x15\x02\x65\x72\xe1\xf5\x51\xab\x92\x5e\ \xab\x1e\xfc\x87\x4e\xcd\x01\x55\x39\x73\xc8\xe3\xd1\xae\x78\xea\ \x64\x99\x69\x2c\x43\xac\x06\x8f\xbe\x1c\x59\x4d\x1e\xe1\x6a\xd2\ \x4b\x30\xc2\xf9\x1a\xcb\x85\xae\xd6\xc3\x3c\x64\xc6\x3a\x67\x51\ \x3c\x13\x60\xe1\x09\x21\xe0\x11\xc0\x8b\x98\x8c\xb5\x0a\x95\xb5\ \x2c\x56\xc0\x0a\x31\x2a\x21\x31\x76\xd0\xed\xa2\x31\xcd\x66\xec\ \x0a\xd0\x00\xe0\x94\xb5\x7d\xb7\x39\x5b\x9b\xe6\x39\x5b\x26\x42\ \x04\xb2\xd6\x82\x20\xba\x80\x1d\x0b\x71\xa0\x55\xdf\xd3\xe5\xdd\ \x3a\x6c\xdb\x62\x36\x0a\xb5\x60\xc9\x29\x61\x02\x42\x74\x32\x0b\ \x68\xcb\x9c\x40\xeb\xdd\xba\x4a\x00\x00\x12\x23\x49\x44\x41\x54\ \xc4\x89\xf2\x59\x20\x46\x60\x46\x55\xa6\xba\x08\x04\x24\x85\x34\ \x13\x9b\xa2\x7b\x06\x3d\x12\x00\x80\xcc\x50\x21\x3f\xbb\xb5\x27\ \xf7\x5b\x5d\x33\x60\x85\x81\x4c\xae\x1c\xc9\x6c\x6d\x39\x9b\xc7\ \xe6\x83\x54\x8c\x69\xe8\x30\x0c\xe3\xe9\x29\xd5\x59\xce\x97\xb3\ \x66\x33\xd6\x8d\x38\x4d\x13\x22\x05\x2a\x30\x0c\x59\x9a\x29\x4d\ \x51\x18\x37\x82\xd8\x95\x8f\x15\x16\x95\x7b\x72\x7e\x13\xd0\x22\ \x08\x40\x96\xa5\x61\x18\x05\x3a\x7c\xe7\x9d\xc3\x87\x0e\xbd\x7d\ \xee\xfc\x45\x45\x10\x04\x81\x76\x92\x49\xe5\xb1\x77\xc1\x7b\x9e\ \x1b\x63\x72\x61\xb8\x9e\x46\xf7\x0d\xf5\x5c\x55\x1e\x8d\x87\x87\ \x60\x94\x2d\x51\xaa\x2f\x0d\x6b\x31\x45\x21\x19\xc4\x8f\x86\x1f\ \x8b\x06\x5c\x8d\x84\x0b\x1c\x6b\x08\x02\x88\xb0\x65\xa3\x94\xb2\ \xd6\x64\x69\x1a\x05\x91\xab\x66\xae\x98\x42\xbb\xf5\xf3\x81\x92\ \x7b\x4d\xe5\x18\x4b\x35\x74\x77\x02\x29\x2e\xce\x72\xcd\x34\xae\ \xe0\xed\x54\x1f\xdc\xef\x19\x83\xe1\x1d\xce\x55\x05\x3b\xaa\x0b\ \x22\x00\x5c\xba\xe5\xea\x41\x95\x35\x94\xb7\x26\xd7\xdf\xe3\x74\ \x3e\x49\xf5\x07\xd3\x13\x20\xae\x46\x0a\xf3\x54\x46\xff\x50\xaa\ \x98\xfd\x4a\x7f\x0b\x87\x08\xe7\x4a\x79\xf4\x24\x9a\x56\xd2\xe2\ \xc7\x5d\xd5\x24\xa1\x77\x12\x66\x76\xa2\x9a\xd5\xc1\x25\x22\x02\ \xac\x7a\xb6\x97\xa6\x83\x38\x8e\xa3\x28\x9a\x9a\x9a\x6a\x36\x9b\ \xc5\x10\x10\xa5\x0a\x11\x34\x44\x6b\x8c\xd3\x12\xe4\x4a\x0f\x10\ \x91\xc9\x06\xfd\x2c\xcb\x57\x89\xd1\x23\x58\xcb\x5e\x05\xa4\x12\ \x4d\xe7\xc3\x04\xbc\xb8\x53\x1d\x35\x9a\x99\x2d\x17\x6a\xd5\x0c\ \x00\xc8\x20\x4c\xc2\x0c\x5c\x00\xb2\x4e\xc3\x43\xb0\x5c\x20\x64\ \x2e\xff\x03\x51\x95\x90\x02\x8d\x2d\x72\x95\x60\x58\xfd\x4f\xf7\ \xc6\x1c\x82\x56\x94\x77\x45\x04\xa4\xdb\xeb\xb2\xf0\xc2\xc2\x42\ \x23\x8e\x77\xee\xda\x35\xbd\x65\x8b\xeb\x2b\xd0\x89\x76\x2b\x9c\ \xe7\x79\x96\xe7\xbd\xc5\xee\xe2\xe2\x62\x18\x86\x00\x10\x28\xa5\ \xa9\x28\xda\x68\x47\x0f\x22\xb2\x80\xa8\x48\x6b\xdd\xe9\x74\xcf\ \x9c\x39\x73\xe9\xd2\xa5\x7e\xbf\x1f\x68\x0a\xc3\x40\xeb\xc0\x75\ \xc9\xba\xad\x54\x66\xb8\x9c\x65\x79\x9a\xa6\x59\x96\x05\xc1\x2d\ \xc3\xa1\x2f\x24\xcb\xd9\x56\x09\xd6\xd5\x52\xd7\x28\xb0\x32\x1c\ \x2c\x5c\x8d\x5f\x00\x47\x7c\x71\xb9\x9b\xcb\x7a\x8a\xeb\x52\x2f\ \x14\xf9\xd9\x6d\x69\xd7\x97\x3f\x18\x24\x9d\x4e\x07\x5a\xe0\x2a\ \x89\x2e\xe7\xe7\x09\x95\x71\x07\x99\xf9\xd3\xe8\x79\x37\x3e\xeb\ \x42\x24\xdf\x78\xe8\xb7\xbe\x7b\xea\x0e\x96\xaa\x26\x8f\x93\xc9\ \x57\x35\xe2\xab\x06\x53\xe2\x92\xd1\x11\x56\xc0\xb0\xc3\xae\x02\ \x93\xaf\xe9\xce\x18\x25\x8e\x0f\x89\x54\x2b\xd6\xb9\x26\x49\x12\ \x63\x8f\xc9\xf9\xe5\x6a\xf2\xb5\xa2\xf3\x9a\x2c\x35\x56\x99\x5f\ \xa3\x38\xe0\x0a\x74\xd6\x49\xb7\x55\xad\x2d\xfa\xf8\xd4\x63\xf6\ \x63\x99\xb8\x65\x0b\x2c\xc6\x0c\x15\x87\xca\x56\xb3\x61\xa9\x11\ \x00\x72\x44\xce\xb2\xea\x8d\x52\x60\x4f\xe4\x3a\xa6\xd7\xca\xbe\ \xae\xc2\x85\xd5\x42\xad\xf3\xb6\x25\x47\x97\x7d\x4d\x09\x11\x9c\ \x9a\xb3\x0b\x64\x84\xb0\x1c\x06\xc2\x50\xe8\x29\x3a\xd0\x14\xca\ \x79\x39\x52\x8e\x92\x1e\xa9\x03\xf8\xdb\x77\x6c\x31\x27\x1b\xd4\ \xdc\x17\x6e\x0f\x1b\x63\x16\x17\x17\x49\xd1\xd6\xd9\xad\x5b\xb6\ \x6c\x71\x63\x5f\x92\x24\x71\x2f\xf0\xad\x63\xbe\x2e\x6f\xad\x1d\ \x0c\x52\x0f\x85\x92\xcb\x16\x11\x50\x87\x2a\xd0\x6e\x82\xcc\xf9\ \xf3\xe7\x93\x24\x09\x82\xa0\xd9\x6c\x3a\x7d\xe0\x46\xa3\xa1\x82\ \x80\x2a\x32\x04\xee\x39\xa6\x69\xba\xbc\xbc\x5c\x74\x98\xdf\x12\ \x9e\x0b\x41\x04\xf2\xdc\xb8\x68\x65\xac\xa0\x53\x2d\xc9\x57\x79\ \x2b\xa5\x5e\x78\xf1\xa8\x90\xa0\x9a\x2d\x62\xd1\x32\x57\xf4\x70\ \x70\x81\x8b\xb9\x24\xce\x29\xf6\x62\x96\xa5\xd6\xda\x28\x8a\xb6\ \x6f\x9b\x13\x1e\x32\x12\xfc\xe8\x9d\xea\x36\x73\x31\x9d\x63\xc1\ \xf9\xbb\xb7\xf2\xe0\xd9\x8f\x74\x87\xb1\xee\xb9\x4a\x7e\xe7\xfb\ \x2d\xc6\x68\xdf\x44\xe0\xbf\xe5\x0f\x7c\x95\x0a\x60\x65\xc4\x47\ \xf8\x72\xd2\x90\x79\xb8\x36\x9c\x6b\x32\xc2\x1d\x6b\xe8\x19\x73\ \x52\xd5\x4a\xe2\xe4\x10\x84\x15\x7f\xf0\x6a\x39\xe0\x8a\x6e\xf4\ \x6a\x31\xd7\x58\xed\x6f\xbc\x19\xa8\x1a\xa8\x56\xe7\xf9\xc9\xf0\ \x29\x54\x5f\xa0\x14\x21\x82\xbb\x60\x8c\x31\x69\x9a\xba\xcc\xd1\ \xa9\x3f\xba\x2e\x34\xa7\x78\xe5\x9d\xa0\x2f\x05\x0a\xf3\x1a\xe3\ \x5d\xac\x5e\x03\x4e\xc8\x0c\x95\xbf\x36\x98\xab\xf8\x3d\x97\x78\ \x05\x96\xed\xe9\x50\xce\x2e\xf1\x28\x31\xf2\xd5\x87\x7a\x54\x5b\ \xaf\x56\xe0\xa6\x54\x2e\xaa\xea\x03\xad\x7e\x6a\xbf\x33\x8d\x31\ \x17\x2f\x5c\x64\x60\x37\x0f\xc1\x5f\xf6\x00\x92\xe7\x79\x9a\xa6\ \x83\xc1\xc0\x89\x65\x36\x9b\x4d\x07\x40\x0c\xeb\xf6\x2c\x4e\x50\ \x21\xc9\x72\x11\xe9\x76\xbb\x9d\x4e\x27\x49\x06\x6e\x4c\x9f\x13\ \x23\x73\x83\x47\x01\xd1\x85\x32\x59\x66\x9c\x7a\x4f\x50\x68\xd1\ \xd1\xf5\xa8\x0c\x6d\x24\x13\x15\xc3\x30\x2c\xa6\x7a\x8c\xec\xe9\ \xb2\x99\x61\xd4\x73\xf9\x10\xb7\xd2\x6f\x35\x82\x73\x91\x6b\x74\ \x2c\x65\x15\x19\xdc\x10\x40\xf7\xb3\x85\x8a\x5e\x43\x61\x31\xfd\ \xaa\x11\x99\xb4\x98\xa9\x13\x45\x91\x65\x86\x51\xaa\x81\x08\x6b\ \xad\xe3\x38\x6e\x34\x1a\x69\x9a\x26\x49\x52\xed\x71\x01\x00\x63\ \xc5\x0f\xf2\x71\xaa\x03\xae\xd3\xa8\xb8\x36\x11\xab\x9d\x2b\x5e\ \x0a\xb5\x72\x9c\xd8\xd7\x77\xac\xb5\x25\x28\xef\x92\x03\x36\x2c\ \x7e\xd2\x8c\x0f\x0c\x3d\x94\x86\xb8\x26\x12\x7d\x1c\x37\xf2\x2c\ \x53\x5a\x0f\x7b\xbc\xa9\xc2\xbf\x2c\x03\xdf\x32\xd4\xad\x16\xc4\ \xb0\xc4\x86\xfd\x65\x5e\x64\xcd\x63\x48\xd6\x8a\x75\xd5\xab\xa0\ \x60\x70\x35\x56\xc4\x58\x65\xb3\x9a\x1b\x56\xc4\x5e\x8a\x40\xc6\ \x61\xf3\x7e\x78\xb5\x8b\xe8\x9d\x83\x72\xf3\xee\x8d\xb1\x6c\x2d\ \x80\x10\xa1\xfb\xec\x7e\xf6\xa5\x63\x05\x7b\x1c\xdd\xd5\xbb\x47\ \xdf\x86\x10\x29\x6b\x72\xad\xf5\xaa\x95\x6e\xb4\xd6\x8d\x46\xc3\ \x85\x78\x45\xa2\x5d\xe8\x6d\x95\x2a\x63\x45\x5b\x94\x03\xb5\xad\ \xe3\x1b\x3a\x3f\x86\x00\x28\x88\x16\x15\x11\x2a\x2a\x44\xba\x88\ \xac\xb5\x86\xad\x7b\x42\x0c\x0c\x82\x55\xd6\x5b\xa9\xa1\x09\x63\ \x15\x70\x18\x6d\x26\x1d\xbb\x24\xac\xb5\x96\x6d\x96\x66\x61\x14\ \x5a\x63\xd3\x34\x6d\xc6\xcd\x24\x4d\x2e\x5f\xbe\x2c\x22\xad\x56\ \xcb\xdd\xf4\xae\x09\xdc\x01\x23\x4a\xa9\x2c\x1b\xb8\x0e\x27\x66\ \x46\x01\x27\xfc\x0d\x84\x2e\x05\x54\x88\x2a\x8a\x00\x71\x69\x69\ \x89\x99\xa7\xa6\xa6\xa2\x28\x8c\xe3\x38\x8e\x63\xad\x5d\xdd\xc3\ \x29\x13\x8b\xb8\xc2\x0a\xb3\x35\xa0\xb4\x0e\x82\xa0\xdd\x6a\xba\ \x3f\x7a\xed\x6b\x63\x83\x3c\xd7\x20\x49\x1e\x7e\xe4\x91\x3f\xfc\ \x2f\xff\xf5\x7d\x61\x66\x1c\xaf\x7e\xf8\xe3\x25\xe3\x65\x2a\xc4\ \x11\x42\x52\x21\xcd\x57\xfd\x51\x98\x6c\x5b\x99\x4c\x4e\x27\xc2\ \x0d\x28\x71\xf4\x91\x3f\x57\x29\x4c\x16\x50\xfa\x18\x4d\x56\x26\ \x11\xda\x95\x68\x53\xef\x1b\xa0\x4c\x3a\x02\x37\xba\x31\x4d\xd3\ \x55\xe4\x89\x41\x10\xfc\xd9\x9f\xfe\x71\xf1\x71\x6e\x1c\x63\xf6\ \xa3\xb7\x46\xde\xfc\x78\xf1\xf0\x26\x91\x68\x56\x5a\xd6\x95\x5e\ \x32\xca\xbc\x1d\xa5\xd2\x8c\xe8\x6d\x8e\x3c\xc6\x95\xc9\x32\x38\ \xf2\xb7\x1d\x4c\xb3\x8a\x37\x9f\xf4\xfb\xff\xf2\x33\x9f\xfd\x95\ \x5f\xfd\x35\xbc\x1a\xb5\xcd\x95\x5c\xf0\x5a\x1f\x67\xa8\x6e\x75\ \xf5\x57\xac\xd7\x42\xfb\x23\x53\x85\x32\xc6\x62\x9f\xab\x84\x7b\ \x52\x3d\x80\xc3\x13\x5c\xc1\x46\x1c\x1c\x7f\x1d\xbf\x6a\x78\x0c\ \x1b\x8d\xc6\x04\xae\xfd\x13\x8a\xb9\x94\xd2\x5a\x07\x70\xcb\xdb\ \xf5\x24\x41\x1b\x6f\x6b\xa1\x47\xb6\x5a\x4d\xb8\x6d\x0c\x57\x38\ \xef\xd7\xb8\x24\xde\xc7\x03\xaf\x9a\x98\xea\xee\x8c\xf0\x3a\x3a\ \x87\x3f\x90\x8b\x3c\x06\x38\x54\x2e\x89\x6b\xc4\xd7\x57\xf7\x56\ \x38\xe9\x99\x6f\x21\x3e\xd7\x3a\x96\xc9\x36\xe0\xad\x6e\xa6\x7d\ \xb6\x4e\xa4\xf0\xda\x36\xed\x86\xff\x20\x1a\xd5\x4b\x50\x5b\x6d\ \xb5\xd5\x9e\xab\xb6\xda\x6a\xab\xad\xf6\x5c\xb5\xd5\x56\x5b\x6d\ \xb5\xe7\xaa\xad\xb6\xda\x6a\xcf\x55\x5b\x6d\xb5\xd5\x56\x7b\xae\ \xda\x6a\xab\xad\xb6\xda\x73\xd5\x56\x5b\x6d\xb5\xe7\xaa\xad\xb6\ \xda\x6a\xab\x3d\x57\x6d\xb5\xd5\x56\x5b\xed\xb9\x6a\xab\xad\xb6\ \xda\x73\xd5\x56\x5b\x6d\xb5\xd5\x9e\xab\xb6\xda\x6a\xab\x6d\x9d\ \x4c\xd7\x4b\xb0\x61\x26\x00\x0a\x21\x0e\x6e\xb8\x0f\x17\x11\x92\ \x1c\xad\x00\xd6\x8b\x78\xe3\x16\xaa\x18\x51\xad\x4a\x21\x06\xad\ \xe4\xb9\x1d\x60\xbd\xf0\xab\xdd\xf0\x21\x41\xa8\x57\xd3\x78\x9e\ \xe4\x28\xb7\x9c\xe7\x52\x1a\x48\xad\xf0\x31\x8d\x01\xd9\xcc\xaa\ \x06\x9a\xe0\x62\x0f\x5f\x39\xa1\xf4\x0d\x46\xba\x86\xe1\xc9\xbb\ \x79\xae\x39\x39\xae\xf8\x86\xc2\x6b\x02\xa5\x57\x50\x74\x61\x0b\ \xd6\x5c\x7b\xac\xf4\x07\xd7\x10\xd5\x9b\xa7\xbf\x91\x64\x8b\x84\ \xea\x46\x7f\xd6\x72\x3e\xd7\xbe\x77\xcf\xb6\xc7\x2d\xe7\x6b\xca\ \x6b\x56\x1a\x13\xbb\x7e\x83\x1d\x6f\xe1\x3b\x83\xe4\xc8\x25\x3a\ \x78\x5e\x07\xea\x06\xb6\x96\x08\x28\x82\x9f\xbf\xc7\x06\x74\xad\ \xdb\x66\xa3\x3d\x97\x90\xb2\x97\xce\xda\x2b\xe7\xc7\x54\xd6\x50\ \x07\xc1\x1d\x7b\x75\x23\xb6\x59\xba\x59\x1f\x64\x40\x70\xa9\x8f\ \x7f\xfd\x46\x10\xdf\xa0\x4c\x59\x92\xc3\xfd\xdb\xb2\x1d\xed\x35\ \x78\x2e\x24\x3b\x48\xec\xd9\xe3\xc2\x76\x4c\x0e\x49\xcd\xed\x8c\ \xe6\x76\xb2\xc9\x36\xa5\x24\x0b\xa1\xda\x7f\xf2\x6b\x17\x3b\x47\ \x14\x45\x37\xfa\xb3\x99\xe9\x3d\xb2\xeb\x53\xf7\xcf\x7f\x6c\x8d\ \x9e\xeb\xca\xe5\x4b\x83\xa4\x5f\xbd\x33\x04\x20\x6e\x34\xb6\xce\ \xce\x6d\x6e\x19\x9c\x50\xc1\xe1\x4b\xf4\x7f\xdf\x08\x5a\xe1\x8d\ \x79\xae\x50\xc1\x53\xbb\x6d\xa8\xae\x75\x99\x6e\xac\xe7\xd2\xa1\ \x39\xf1\x4e\xf8\x0f\x7f\xb6\x2d\x54\x42\xc3\x3f\x8d\x00\x66\xd0\ \xbf\xbc\xe7\xc3\xaf\x0f\xc2\x07\x9e\xfc\xf9\xf6\xdc\x02\x5b\xb3\ \xf9\x1e\xa4\x00\x10\x42\x2b\x94\x86\xae\x5c\xbc\x82\x84\x22\x80\ \x9a\x20\x37\x82\x84\xc2\x02\x84\x01\x0d\x67\xe6\x10\x02\xe1\x1a\ \xf4\x30\x11\xad\x31\xfc\xcd\xff\x35\x73\xe1\x68\xd0\x6a\xfb\xd1\ \xdf\x08\x20\xd9\xa0\x3f\x35\x7f\x68\xe6\x41\xb5\x75\xfb\x7d\x8f\ \xff\x9c\xc9\xb2\x4d\x99\x2d\x46\xba\xad\x28\x60\x66\xa2\x00\xc1\ \xe4\xd6\x2a\x15\x00\x67\x46\x48\xab\x00\xc4\x08\x10\x01\x1b\x66\ \xad\x23\x2c\xe7\xfd\x21\xa0\x56\x91\xac\x61\xe1\x89\xe8\xec\x99\ \x53\xdd\x4e\x67\x76\x76\x0e\x46\x6e\x6a\xb9\x7c\xf9\x22\x12\x6d\ \xdb\x3e\x9f\xa6\xe9\x2d\xa8\x64\xb9\x5e\x1b\x3e\x20\x68\x85\xd2\ \x0c\xfc\xd0\x96\x42\x71\x15\x09\x15\x40\x66\x45\x11\x5a\x16\x52\ \xa8\xb1\xd8\xf0\xce\x73\xbd\xef\x8a\x6c\xac\xe7\x52\x7a\x70\x6c\ \xff\x42\x23\xd8\xb6\x7d\x9e\xad\x01\x22\x10\x00\x61\x45\x64\xef\ \xfa\xd8\x3f\xfc\xbf\x2f\xa7\x0b\xf7\x35\x9e\xf9\xb4\xc8\x6d\xa1\ \x84\x67\x2d\xdf\xb1\x77\xf6\x13\xed\xe4\x9b\x9d\xf8\x0f\x1e\x6f\ \x2c\x26\x7c\xf1\x5c\xef\x6f\xf6\x75\x69\xa1\xf5\x5b\x1f\x9e\x9a\ \xd5\x70\xf9\x7c\xf7\x8b\xfb\xba\x83\x35\x83\x2c\x88\x98\x77\x16\ \xa3\xd3\x87\x77\x3d\xf0\xa0\x0c\xba\xa0\x75\xa1\x60\x69\xad\xde\ \xf5\x33\x2f\x1f\x3b\xfb\xda\x37\xbe\xf4\xf4\xef\xff\xa1\x6c\xde\ \xe4\x45\xc4\x64\xb0\xe3\xe9\xa7\xfe\xc3\xde\x29\x33\xc8\x7b\x27\ \x7e\xfc\xec\xf7\x8e\x1c\x7a\xec\xa9\xff\xb6\x63\xf1\x2f\xff\xf6\ \xcd\x97\x17\xee\xff\xb7\x1f\x6e\xee\xff\xfa\x81\xb7\x3f\xf4\xe8\ \xbf\x7a\x6c\xd7\x1d\xc0\xcb\xaf\xed\xff\xf3\xb7\xce\x9d\x5e\x8f\ \x70\x08\x2f\x5d\xbc\xf8\xf4\x27\x9e\x99\x99\x9d\x1b\xfb\xc6\xf2\ \xf2\xd2\xf7\xbf\xfb\xe2\xc2\xce\x5d\x90\xa6\x70\x7b\x58\x6e\xe1\ \xf1\xc7\xb6\x2d\x2c\x2f\x9d\xd8\x3a\xf3\xdb\x7b\x68\x29\x93\xa3\ \x47\x96\xbe\x7c\x60\xb0\xf7\x81\x2d\x9f\x7d\xb8\x19\x01\xbf\x73\ \x78\xe9\x2b\x6f\x0d\x44\x5d\xd7\x86\xdf\xe8\x6c\x31\x67\x40\x37\ \x51\x35\xcf\xb2\xce\x15\x40\x0a\x10\x79\xcf\x23\x5f\x7a\xe1\xe5\ \x0b\x09\xff\xf2\xe7\x7e\x2f\x88\x22\x6b\xcc\x6d\xf1\x24\x05\x82\ \x48\x6f\x6f\xd1\x34\xe8\x93\x87\x2f\xff\xd1\x2b\xe6\xdf\xff\xfa\ \xc2\x2f\x3e\xc8\x33\x7b\xa7\x2f\x1c\xb8\xf8\x3f\x8f\x99\xa9\x18\ \x33\x58\x97\xeb\x18\xad\xb0\x45\x22\x93\x59\x1d\xe4\x97\xce\x30\ \x22\x59\x1b\x2f\xdc\xf9\xfa\xb9\xce\x37\x9e\x7f\xf1\x89\xcf\xfd\ \xeb\x1d\xf7\x3d\x94\x0f\x92\xcd\xbb\xd6\x2c\xd8\x9e\x89\xfa\xff\ \xf4\xea\x17\xde\x4e\xf6\x7c\xe6\x63\xff\xe6\xc3\xfd\x2f\x58\xbd\ \xf3\x23\x3f\xfd\xbb\xc7\xce\xbe\x7d\x5e\x6d\x9d\x8e\xf4\xfc\xee\ \xcf\x3f\xb9\x60\x9e\x7d\xe1\x3f\x2d\x49\x1c\xa0\x51\x4a\xad\x47\ \xdc\x2f\x5a\xe9\x15\x35\x9d\x03\x1d\x28\xa5\x6f\x2b\xe4\x5f\x00\ \x5a\x4d\x3d\x63\xa8\x13\xc3\x2b\xfb\xce\xfd\xf9\xb9\xc6\x17\x7e\ \x75\xcb\xe3\x26\x78\xfa\x43\x8d\xe7\xbe\x7d\xee\xd5\x2b\xd0\x0a\ \x01\x34\xe2\xf5\xdd\x18\x1b\xcd\x8a\x30\x22\x12\x44\x6f\xc1\xec\ \xbb\x8d\x85\xb0\xd9\xc6\x3c\xe5\xbb\x1e\xfa\xd2\x6b\x47\x8f\x1f\ \x7f\xef\x89\x07\x76\x87\xcd\x29\x5e\xdb\x84\xae\x0f\x5a\x2c\x20\ \x86\xc1\x58\x99\xdb\x16\xff\xd2\xc3\xad\x19\x34\x99\xd2\x73\x9c\ \x3d\x7f\x24\x65\x85\x71\xa4\xae\x0d\x52\xde\x10\x76\xc0\xd6\x5e\ \x6e\x2f\xbc\x32\x68\xe1\xfc\xdd\x90\xf4\xc2\xb9\x1d\xaf\x9b\xa9\ \x2f\x3f\xf7\xe2\xa3\x77\x2d\xec\x5c\xd8\x6e\xec\xa6\x8f\x73\xc5\ \xb2\x05\x54\xfd\xa5\xd7\xde\x3c\x75\x7a\xe7\xce\xc7\x74\xef\xb5\ \xef\x1e\xda\x77\xff\xc3\xbf\xb3\x33\xc8\xfa\x79\x70\xf7\x8e\x7b\ \xce\x1c\xfd\xfa\x99\x41\x1e\xe8\x38\x0e\x1a\xeb\x55\xaf\xb8\xda\ \xc4\x46\x01\x59\xe3\x30\xc7\x0f\xe4\x05\xc2\x62\x2d\x18\xa1\xbb\ \x77\xb5\x9e\x79\x30\x36\x7d\xb3\x65\x3a\xe8\x5f\x48\x7e\x78\xce\ \xa0\xc6\x66\x44\xd7\x3f\x6a\x89\x36\xf8\xa4\x5a\xe6\x9c\x82\x7d\ \x6f\x1e\xfc\xe2\xd7\xff\xf1\xc7\xad\x5d\xfa\xc1\x8f\x7c\xe5\xf5\ \x77\xdf\xd8\x7f\xe0\x37\x3f\xf5\x89\xb6\xb2\x59\x96\xde\x3e\x3e\ \x2b\xcd\xd9\x08\x28\x14\x06\xdc\xba\x25\xfa\xa9\x59\x7a\xe1\x95\ \xcb\xdf\x39\x6d\xe3\x86\x9a\x52\xb2\x6c\xf5\x6f\xfd\xc2\xcc\x9e\ \x68\x38\x87\x71\x6d\x3b\xc6\xb2\x0a\x7e\x7c\x69\xf1\x6f\xbe\xf6\ \xf5\xe7\x4f\x75\xe3\x47\x9e\x7a\xd3\xb6\xff\xea\x6f\xff\xee\xb1\ \x47\x7e\xea\xc9\xfb\x77\x77\x97\x97\x01\x37\xfd\xf5\x8f\x00\x9c\ \x9b\x24\x17\xdd\x6e\x4e\xdb\xbc\x03\xaa\x71\xe5\xcc\x57\x5f\xbb\ \x14\x7d\xec\xe1\x5f\x8a\xb8\x37\x30\xdc\x6c\x4e\xe7\x83\xe5\xd9\ \x3b\x3f\xfd\x8b\x0f\xfd\x1c\xf1\x40\xd6\x7c\x6b\x88\x14\x93\xca\ \x56\x7a\x37\x48\x4a\xdd\x56\x3e\x6b\x90\x33\x23\x10\x88\x20\xee\ \xd8\xde\xd8\x1d\x9a\xff\xf3\x9d\x2b\xef\x74\x64\x2a\x26\xcd\x0c\ \xcd\xf8\x77\x3f\xbe\xa5\xcd\xd7\x0b\x15\xe9\x0d\xde\x3b\x39\x03\ \xf4\x97\x9e\x7a\xf4\x91\x23\x47\x8f\xfe\xf5\x73\xdf\xdb\xb1\xb0\ \x70\xe0\xd0\xdb\xbf\xfe\xc9\x7f\xb1\x37\x3b\xff\xfc\xa5\x0b\x5b\ \xf1\xb6\x08\x9f\xd9\xc2\xf6\x3b\x9a\x0f\xb6\x69\xef\x7d\xc1\xb9\ \x43\x26\x98\x86\xe3\xc7\x96\xfe\xf8\xc5\xfe\x54\x93\x28\x80\xd7\ \x97\xa6\x7e\xf3\xe3\x73\xdb\x4e\xc3\x7c\x8c\x76\x9d\xee\x64\x06\ \x48\xfa\xbd\x47\xe7\x5a\x0f\xde\xbb\xf7\xf9\x97\x5e\xbe\xb8\xf4\ \xe8\xe1\x23\x47\xef\xdd\xb3\xe7\x57\x1e\xd8\x75\xfc\xe5\x7f\x34\ \x77\x3e\x81\x37\x69\x22\xd6\x2d\x74\x55\xb0\x0e\x77\xee\xbd\xf3\ \xe9\xd6\xae\x7b\x1e\x9d\xee\xbc\x70\xf0\x8d\xbb\x7e\xe6\xd7\xc2\ \x40\xde\x7e\xe7\x2b\x1f\x79\xe8\x33\xf3\xd3\xe1\x57\x0f\x3d\xff\ \xcf\x9e\xfa\xfc\x33\x83\xad\xe1\xc2\x7d\xaa\x7f\x6a\x9d\xa2\x21\ \x51\x44\x2b\x03\x95\x08\x8a\x68\xb3\xaf\x7a\xb1\x08\x2c\x78\xcf\ \x3d\xad\x3b\x43\xfa\xd9\x79\xfc\xd1\x51\xdb\x5c\xe0\x1f\xbe\x71\ \xf9\x4f\x0f\x9a\x99\x06\x85\xa7\x93\x8b\x0f\xcd\xfc\xce\x47\x67\ \x0e\xdb\x46\x5b\xb9\x59\x92\xb7\x62\xb6\x28\xb9\xc0\xe0\xd2\xd9\ \xfb\xfb\x27\x3f\xf7\xa9\x67\x7a\x49\xfa\xa3\xfd\x6f\x7e\xfc\xa3\ \x1f\xfd\xd9\x56\x9e\xfc\xf8\x1d\x03\xc4\x2c\x70\x3b\x38\x2f\x04\ \x6b\x60\xfb\x5c\xb8\xf8\xde\xd2\xb3\xc7\xf2\x8b\x27\xbb\xdf\x39\ \x65\x66\xdb\xaa\xa1\x31\xb0\xe6\x6b\xdf\xbd\xf8\xfd\x45\x78\x68\ \x3b\xbd\xf4\x5a\xe7\xd4\x00\xd4\x9a\xd7\x03\x11\x98\x21\xcd\xf3\ \xf8\xf8\x1b\xbf\xf1\xc4\x23\xf7\xde\x7b\xdf\xcb\xfb\x7e\x30\xbd\ \x75\xe6\xb3\x4f\x7e\x08\x8f\xfe\x28\xcf\x33\xb3\xd9\x93\x16\x44\ \x1d\xc8\x85\xd7\x0e\x7f\x2b\x0b\xf7\xcc\xa8\xb3\xcf\xfd\xd3\x7f\ \x7f\xaf\xdb\x7f\xef\xdd\x67\xdf\xed\x42\x43\x4e\x7d\xeb\x7b\xff\ \xf9\x85\xe3\x67\x07\x97\xbf\xf9\xd5\x1f\x7c\x35\x9c\x79\x48\xf7\ \xde\x78\xf5\xdd\x1f\x32\x45\xeb\x42\x40\x55\x54\x4c\x3e\x1e\x3f\ \x78\x48\x4a\xa9\xdb\x23\x59\x44\x11\xb1\x0c\x77\xcc\xea\xb7\xf6\ \x2f\xbe\x74\xce\x1e\x39\xd2\xd9\xbf\x0c\xdb\x5a\x2a\x0a\x50\xba\ \x83\xff\xfd\xc2\xe5\xd3\x14\xdc\x15\x9b\xbf\xff\x51\xb7\xef\x06\ \x11\xdf\x6a\x31\x17\x00\x08\x52\x2f\x33\xf6\xfc\x89\x47\xe7\x71\ \xcb\xa7\x9f\xb9\xd8\xe9\x3f\x3a\x17\xc3\x91\x57\x53\xcb\x03\x73\ \x5b\x20\x5c\x02\x40\x04\x97\xce\xf5\xff\xe2\x64\x0f\x10\xe2\x90\ \x7a\xe7\x93\xf3\x02\x0d\x8d\x02\x80\x84\x90\x9b\x6f\xbf\x7a\xe5\ \x39\x01\x22\x8c\x43\x5c\x9f\x7b\x19\x71\x60\x38\xed\x75\xb6\x9e\ \xda\xff\xf9\xa7\x7e\xfa\xc0\xde\x3b\xef\x59\xd8\x36\x77\xe6\x80\ \x4d\xfb\xdd\x6c\xd3\x43\x5c\x02\x40\x0a\x93\x77\xdf\xfd\xab\x77\ \x8e\x32\xa2\x0a\x74\x33\x54\x78\xea\xd4\x8b\x40\x8d\x40\x37\x3a\ \x17\xbf\x7f\x40\x74\x18\x34\x96\x2e\x7e\xfb\x5b\x67\xbf\x29\x80\ \x5a\x37\x43\xa5\x87\xb4\x94\x35\x44\x7a\xa4\x54\x9e\x65\x71\x3c\ \x3e\xf2\x32\xcb\x32\x44\xba\x1d\x42\x2e\x01\x50\x04\xef\x1e\xeb\ \x1c\x3c\x0c\xa4\xb0\x19\xe0\xf1\xf7\x7a\x42\x14\xaa\xe2\xc1\xa4\ \xcb\xe9\xb3\x2f\x0d\x18\x40\x29\x8c\x03\xc4\xeb\xcb\xd2\x37\xd6\ \x73\x59\x33\x7b\xff\x87\x8e\x1e\xf8\xfe\xb9\xd3\xa7\xf1\xec\x41\ \x1d\x9f\xa0\x20\x7c\xe9\x50\x07\x6c\x9e\x30\xea\x27\x3e\xd1\x68\ \x34\x36\xfd\x88\x3a\x02\x40\x00\xad\x70\xca\x47\x53\x0a\x75\x99\ \x4d\x03\x00\x22\x36\x23\x5c\xc7\xc0\x58\x58\x5a\xd3\x5b\x2e\x3f\ \xf0\xe4\xb7\xdf\xfa\x4e\xa4\x7a\x78\xf2\x45\xdd\x9a\x3e\x70\xfc\ \xa0\x4d\x7a\x2c\xd2\x9b\x7f\xe0\x8e\xdd\xf7\x89\xdd\xc4\xf5\x5c\ \x37\xb3\x5e\x05\xc1\x74\x95\x02\xac\x75\xe1\x4d\x94\x6a\xaa\xf2\ \x8b\x58\x35\xd7\x31\x23\x11\x80\x99\xb9\xb9\x77\x0e\x1d\x6c\x36\ \x9b\xa3\xc9\x84\x24\x49\x7f\xeb\xec\x6c\x9e\x67\xb8\xd9\x93\x0c\ \xb7\xe1\xc3\x80\xc2\x72\xf5\xc3\x80\xa0\xb2\xe1\x95\xc2\xb6\x1a\ \xa1\xe9\xe2\xad\xe6\xb9\x84\xed\xcc\x5d\xf7\xe2\x6f\xff\xbb\xee\ \xf2\x22\x20\x1a\x61\x10\x01\x24\x40\x6c\x2b\x3d\xb3\x63\x57\xa0\ \x68\x13\x7b\xae\xcc\xc0\xee\xad\xfc\x47\x9f\xcc\xf0\xc6\x0f\x40\ \x2b\x90\x6c\xb5\xbe\x45\x84\xa3\x38\xbe\xe3\x93\x9f\x5f\x7c\xec\ \x69\x2b\x22\x22\x99\x30\x20\x02\x12\x09\xdc\x31\x3b\x37\x3d\x33\ \xbb\x59\x3d\x97\xe5\xfc\x97\x1f\xf9\x8f\x2c\x06\x56\x93\xfa\x89\ \xa2\x28\x33\xfd\xb5\xbc\x81\x66\xab\x4d\x53\x34\x59\x31\x8f\x1a\ \x4d\x11\x31\x9b\x9a\x00\x94\x18\xfc\xe7\xbb\xed\x63\xbb\x78\x15\ \xce\x39\x7a\xbf\x90\x77\x63\x63\x2e\x11\x04\x98\x5b\xd8\x31\xb7\ \x63\xd7\x0a\xdf\xb4\x76\x73\x73\x50\x05\x40\x13\xcc\xc4\xab\x71\ \xcd\xcc\x6b\x4b\x2c\x98\x9b\xed\x56\x6b\xfa\xa1\x15\xef\x93\x4d\ \xcd\x44\x91\x38\xdc\xe2\xfa\x05\x56\x03\xd0\x00\xaf\x71\x4f\x5a\ \x6b\xed\x4a\xcb\x6b\x6f\x83\xc1\xe3\x22\x10\x69\x88\x83\xd5\xec\ \xdc\xf7\x85\x30\x7e\x02\x1d\xd7\x6c\x2d\xc0\x6d\x44\xda\x1a\x73\ \x5e\x3f\x29\x54\x49\x98\x85\xf9\x36\x5c\x73\x96\xdb\x74\xb3\xdd\ \x22\xce\xcb\xde\x9c\x24\xaa\xd6\xe7\xaa\xad\xb6\xda\x3e\x78\x56\ \x7b\xae\xda\x6a\xab\xad\xf6\x5c\xb5\xd5\x56\x5b\x6d\xb5\xe7\xaa\ \xad\xb6\xda\x6a\xab\x3d\x57\x6d\xb5\xd5\xb6\x19\xec\x66\xd5\x16\ \x1b\x8d\x46\xab\xd5\xe2\xdb\xb2\x98\xb5\x01\x16\x86\x51\x1c\xc7\ \x63\xff\x28\x22\x41\x10\x34\x9b\xad\x15\xdb\x4d\x6a\x5b\x17\x6b\ \x36\x9b\x44\x6a\x8c\x74\x88\x88\x71\x1c\xaf\xa8\x66\x53\xdb\xba\ \x58\xbb\xdd\x8e\xa2\xa8\x4a\xf6\x5c\x7f\xcf\x85\x88\x22\xf2\x17\ \x7f\xf9\xc5\xcb\x97\x2e\xe5\x59\x0e\x58\x4f\x1f\xb8\x09\xa1\x32\ \x61\xbf\xd7\xd7\x4a\x55\x9f\x65\x14\x45\xfb\xf6\xed\xfb\xc1\x0f\ \xf6\x2d\x2e\x5e\xb9\xee\xf6\xaf\xda\x6e\xcc\x94\xa2\x93\x27\xdf\ \x0b\x02\x55\xf9\x17\xb5\xb4\xb4\xf4\x27\x7f\xf2\x3f\x2e\x9c\x3b\ \xc7\xcc\xf5\x86\xbf\x29\x11\x96\x52\xe7\xcf\x9f\x8b\xa2\x61\x8f\ \xcd\x4d\x89\xb9\x44\xe4\xe0\xc1\x83\xa7\x4e\x9c\x18\x0c\x06\x58\ \x3f\xc8\x9b\xe5\xbc\x28\x8e\x9b\x51\x34\x94\x57\xd7\x5a\x9f\x39\ \x73\xfa\xdc\xb9\xb3\x17\x2f\x5c\xa8\xc3\xae\x9b\x65\x02\x51\x23\ \x6c\xb7\xa7\xfd\x0a\x13\x51\x92\x0c\xf6\xbf\xf1\xc6\xa9\x93\x27\ \x8c\x31\xf5\x86\xbf\x39\x2e\x05\x82\x40\xb7\xdb\x53\x41\x18\x3a\ \xe7\x75\xb3\x3c\x57\xab\xd9\xda\xbb\xf7\x7e\xcb\xb6\x7e\x8c\x37\ \xf3\x10\x41\x10\x04\x3e\x25\x17\x11\xa5\xd4\xae\x5d\x77\x6c\xdf\ \x3e\x5f\x2f\xfb\x4d\x5d\x76\xa5\x14\xd1\xb0\x53\x0d\x11\xb6\x6c\ \xd9\xd2\x6a\x36\x59\xa4\x5e\xf9\x9b\x68\x88\x41\x10\xdc\x44\xcf\ \x55\x9c\x22\xad\x14\xa8\x7a\xb5\x6f\xf2\x5d\xb4\x02\x43\xb9\x06\ \x5c\x36\x7e\xe5\x45\x44\x07\x41\xbd\x2c\x1b\xb6\xec\xff\x1f\xe2\ \x93\x91\xd1\x10\x69\xcb\x64\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ \x42\x60\x82\ \x00\x01\x4e\x6a\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\xb2\x00\x00\x01\x53\x08\x02\x00\x00\x00\xd3\x09\x1e\x6c\ \x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\xec\x9d\x77\x98\x15\x45\ \xf6\xf7\x4f\x55\x75\xbc\x79\x72\x86\x09\xa4\x61\x86\x1c\x44\x01\ \x03\xc1\x9c\x31\x0b\xea\x8a\xae\xae\xba\x6b\xce\x6b\x4e\xac\x71\ \xd7\xbc\xea\xaa\xeb\x1a\x56\x59\x5d\xc1\xb8\x88\x0a\xa2\x92\x33\ \x08\x4c\x62\x60\xf2\x9d\x74\x73\xc7\xaa\x7a\xff\xe8\x61\x08\x02\ \x2a\xfb\x5b\xf5\xd5\xfe\x3c\xf7\x81\x7b\xfb\x56\x77\xd7\xad\x9e\ \xfe\xf6\x39\xa7\xaa\x4e\x21\xce\x79\x38\xdc\x36\xfb\xad\xd7\xd6\ \xac\x5e\xa1\x69\x29\x00\x04\x2e\x2e\x2e\x2e\xbf\x62\x84\xb6\xb6\ \xd6\xdb\x6e\xbd\x56\xd7\x52\x8c\x23\x57\x13\x5d\x5c\x5c\x5c\x84\ \xd9\x6f\xbe\x96\x4c\x26\x28\xe5\x08\xb9\x9a\xe8\xe2\xe2\xe2\x02\ \xc2\xf2\xe5\x4b\x6d\xca\x80\x03\xe7\x7c\xd7\x2f\x10\x42\x3b\x84\ \x92\xf3\x6f\x7d\xbb\x4b\x19\x70\x6c\x4c\xce\xf9\x5e\xcb\x7c\xcf\ \x43\xb9\xb8\xb8\xb8\xfc\x5c\x64\x31\x99\x4c\x60\x8c\x77\xdd\xc4\ \x01\x92\x9a\x11\x40\xe0\x17\x30\x01\xae\x33\xe8\xa4\x54\x94\x64\ \x42\x76\x2b\x46\x29\xd5\x0d\x4b\x14\x24\x84\x31\x00\x50\x6a\x33\ \x6a\x79\x54\x75\x0f\x47\x5c\xd3\x0d\x00\x2c\x08\xa2\x23\x8a\xb6\ \x6d\x4a\x22\x11\x04\xe1\xff\xfc\x97\x20\x04\xbb\xea\x2d\xe3\x60\ \x5b\x96\x2c\x89\xfb\xd1\x60\xce\xb9\x65\xd9\x92\x28\xc0\xcf\xcf\ \x52\xe6\x1c\x4c\xd3\x94\x45\x01\x76\xbf\x3a\xfb\x87\x31\x6e\xdb\ \xf6\xfe\x7f\xb5\x8b\x8b\xcb\x77\xc8\x22\xe7\x9c\x31\xb6\xab\x65\ \xd7\xd5\x1d\xbf\x62\x44\xf1\xc4\x2c\x9f\x8c\x18\x06\x6e\x72\xdc\ \x61\xc3\xb5\x0b\xbe\xb1\x54\x59\x12\x7b\xe4\xcc\xb2\xec\x44\xd2\ \x98\x32\x75\xb2\x24\x8a\xbd\xfb\x86\xc3\xed\x2b\x57\x2c\x4f\x4b\ \x0b\x38\xf6\x20\x42\x28\x1a\x4b\x0c\x18\x30\xa8\xb8\xa4\xb8\x57\ \x75\x6c\x9b\x7e\xf1\xc5\x22\xcb\xd2\x65\x59\xda\x57\x9d\x30\x46\ \xbb\xaa\x1b\x7c\x97\x75\x89\x80\x9b\x36\xa9\xdf\xd6\x34\xb0\x6f\ \x3a\x13\x15\xe0\x9c\x03\x4a\x58\xfe\x7e\x65\xa1\x78\xd5\x37\x9a\ \xe2\xe3\x7b\x39\x2c\x47\x1c\xc7\x6d\x4f\xdf\x92\x3c\xbe\x7d\x6d\ \x17\xf2\xee\xfb\xe8\xd8\x30\x4c\x45\x22\xfc\xbb\x02\xaf\x3b\x8f\ \xcf\x81\xfd\xb7\x16\x31\x8e\x1b\x6a\xf9\xf0\x11\xc2\xe6\x05\xf5\ \xd4\x0b\xe8\x7b\x29\x23\x07\x9c\xa2\xc1\xfe\x65\xfe\xae\xaa\x2d\ \xba\xec\x71\xff\xb8\x5d\x5c\x0e\xf0\xf6\x63\xcc\x71\x6c\x7b\x5e\ \x9d\x91\xc4\xf9\xa5\xe9\x53\xfd\x54\x4c\x74\xd2\x78\xb7\x15\x8f\ \x90\x44\x57\xb6\xde\xf5\xcf\xc9\xfd\x54\xd3\xec\x2d\x6c\x5a\xec\ \xf8\x13\x8e\xe5\x8c\xea\xba\x66\x18\xba\x61\xe8\xba\xae\xa5\xa7\ \x87\x06\x95\x0f\xee\x8e\xc4\x9d\x32\xb1\x58\x32\x3f\xbf\xb0\xb8\ \xb8\x8f\x6d\x99\xd6\x8e\x17\xe7\xf4\xa8\xa3\x26\x73\x24\xd8\x94\ \xed\x7a\xde\xde\x97\x61\x58\xe0\xcd\x09\x86\x72\x82\xa1\x1c\x9f\ \xc7\x8b\xb4\x24\xe2\xbb\x08\x63\x6f\xc9\x5d\xad\x2a\x26\x9a\x4a\ \xe5\x87\x9f\xbd\x75\x58\x50\xa3\xa6\x05\x00\x29\x03\x65\x57\x4e\ \xbb\xff\xae\x73\x71\x47\xd2\x71\xee\x0d\x83\x80\x37\xaf\xe7\xb0\ \xaa\x0f\xe9\x49\x8b\xc9\x7d\x86\x1c\x7a\xd7\x4d\x97\xf5\xa1\x71\ \xd8\xbd\x0e\x3b\xc2\x02\x60\x33\xc2\x95\xdc\x8a\x61\x43\x7d\x56\ \x8a\x03\xda\xa5\x00\x70\x0e\x6c\xe7\x2e\x48\xa7\xaa\x37\xe8\x54\ \x3b\xdb\xab\xc8\x2c\x91\xe0\x8c\xf1\x5d\x6a\xde\x5b\xde\x79\xef\ \xbc\x61\x1c\x78\xcf\xc7\x9d\x3f\x89\x73\xa0\x5c\xe0\x3c\xf7\x0f\ \xd7\x5f\x52\x21\x68\x94\xb2\xbd\x9e\xb4\xb7\x70\xef\xc7\x84\x4e\ \x2a\x0e\x9b\x7e\xfb\xcd\xa7\xe2\xae\x44\x6f\x48\x63\xf7\xdf\xb5\ \xe7\x16\xf7\xe5\xbe\xdc\xd7\xb7\x5f\xbb\x59\x8b\x36\x65\x65\x2a\ \x9a\x96\x43\xf4\x78\x24\x62\xb1\xa0\x88\x09\x82\xad\x29\x9a\xa7\ \x10\x5b\x4b\xfc\xa6\xc4\xf7\x97\xba\xa4\xea\x51\x52\x29\x6d\xc0\ \xc0\x41\xb1\x68\x74\x8f\x28\xa1\x65\x59\x85\x85\x05\x8d\x0d\x0d\ \x96\x65\x61\x8c\x45\x49\x2e\x2f\x1f\x60\x18\xc6\xfc\xf9\x9f\xf6\ \x96\x49\x4f\x4f\x1b\x3a\x74\xe8\xd0\x21\x95\xab\x57\xad\x52\x55\ \xf9\xdb\x01\xcd\x48\xb8\x73\xe6\x83\xcf\x8e\xf4\x31\x8f\x84\x8d\ \x54\xbc\xbb\xea\xcb\x1b\x1f\x7c\x03\xc9\x4a\x73\x6b\xbb\x45\x41\ \x56\x94\x3e\xb9\x01\x1b\xa9\x6d\x4d\x8d\x9a\x65\x03\x12\xb2\xd3\ \x3d\xc1\x60\x28\x96\xda\xf6\xf6\x1b\xb3\x57\xb6\x02\x78\xa5\xe6\ \xa6\x70\x3c\x11\xf5\x0e\xb2\x34\xc3\x04\x04\x8c\x71\x0e\x28\xda\ \x6e\x9e\x33\xeb\xe6\x09\x01\x2a\x8b\xc4\xd6\x13\x9d\xb5\x2b\x6f\ \x7b\xf0\x25\xc6\x98\x6e\x98\xe1\x48\x62\x4b\xb4\xa5\x4f\x6e\x48\ \x52\x64\x84\x71\x57\x24\x19\xed\xea\xa2\x48\x28\xce\x0d\xda\x42\ \xd6\x21\x53\x8e\x3d\x77\xac\xf7\xaa\x8f\xe7\x36\xa0\x8c\xb2\xc2\ \xa0\xc9\x71\xb8\xa5\x2d\xa1\x5b\x7e\xaf\x5a\x98\x13\xb2\x38\x02\ \x00\x40\x12\x28\xb9\xd7\xdc\x74\x79\x9a\x2c\xc9\x02\x18\x5a\x32\ \xd1\xbe\xe6\xc1\x9b\x9e\xe8\x0e\x66\x98\x14\x75\xb4\xb4\x26\x4d\ \x96\x1e\xf4\xe6\x66\xa7\xb7\x35\xb5\x44\x4d\xe8\xd7\x37\xa7\xab\ \x2b\xd5\x99\xd4\xcb\x8b\x73\x1a\xea\xea\x6d\x49\xcc\xcb\x2d\x68\ \x6e\x6a\xd0\x4d\xca\x01\x65\xa6\xf9\xd3\xd2\xd2\x39\x70\xc3\x30\ \x29\x00\x67\xcc\x02\x08\xb7\xb4\x25\x8d\x9e\x93\x52\x24\xb6\xb6\ \x86\xe3\x49\x0d\x10\x29\xc8\xf2\xa9\x3e\x3f\x03\xb1\xb5\xa9\x39\ \x91\x4c\xf5\x33\x2d\xdd\x60\x00\xc0\x80\xb4\xb7\xb6\xc7\x92\x29\ \x45\x55\xfa\xe4\x66\x50\x24\x74\x76\x76\x25\xe2\x09\x9b\x41\x66\ \x56\x7a\xd0\xa7\xb8\x16\x81\x8b\xcb\x7e\xac\x45\xc6\x77\x60\x58\ \xf6\x49\x39\x92\x16\xe9\x64\x5a\x62\x69\xa7\xfe\xdc\x96\xce\x75\ \x6d\x91\x47\x6a\x93\x9a\x96\xb2\x53\x89\xc1\x82\xae\x69\x3a\x00\ \x4f\xa6\xf4\x60\x30\x60\x59\x26\xa5\x36\x63\xb4\xf7\x65\x59\x56\ \x32\x19\x2f\x2e\x29\x36\x4c\x8b\x52\x9a\x9b\x9b\x9b\x48\x24\x2c\ \xcb\x14\x45\xf1\xb8\xe3\x8e\x3d\xe6\x98\xa3\x4f\x3c\xf1\x84\x78\ \x3c\x61\xdb\x16\x21\xd8\xb2\x29\xff\x16\x8c\x33\xe0\x80\x25\x25\ \xf6\xfe\xb5\x95\x23\x8e\xba\xf1\x83\xee\xc2\xb1\xe3\x06\x00\xd7\ \x4b\x27\xbd\xf7\xd1\x7b\x8b\x16\xbc\xff\xaf\xbf\xde\xde\x3f\x08\ \x51\x3d\xe3\xa1\x57\x5e\x5b\xb8\xe0\xa3\x2f\x3f\x7e\xf5\xea\x73\ \xa7\x8a\x56\x4a\x16\xf2\x8e\x3f\xf7\xbc\x89\x69\x46\x37\x14\xdc\ \xf0\xd8\xb3\x5f\x7e\xf9\xd9\xe3\x97\x0e\x01\xca\x39\x00\xe7\x8c\ \x73\xc6\x01\x10\x11\xf5\x05\xf7\x1e\x32\xe1\x84\x4b\x5e\xaa\x2b\ \x1c\x3e\x72\x94\x17\x9b\x00\xcc\x46\xb7\xbf\xbd\xe0\xab\x0f\x5f\ \x3c\xfd\x90\x32\x6c\x1a\xdd\x86\xef\xf8\x0b\xaf\xff\xe8\xd3\x79\ \x8b\xde\x7b\xee\x84\xb1\xa5\x5c\x8f\x73\x60\x44\x29\xfa\xdb\x47\ \x9f\xbf\xf3\xe4\x69\x46\x47\xdc\x0c\x56\xdc\xfb\xd7\x57\x96\x2e\ \xfc\xe0\x6f\x0f\x5c\x91\x27\x98\x9c\x52\xce\x19\x63\x8c\x03\x02\ \x41\xf9\xf2\xf1\xf3\x27\x1f\x73\xf6\x0d\x7f\x9d\x8f\x32\x0e\x9e\ \xfe\x9b\xc3\x69\xd2\xf6\x97\x4e\x7c\xea\x8d\xb7\x97\x7f\x31\xe7\ \xe1\x1b\xce\x25\xd1\xce\x01\x57\xbd\xb8\xe2\xed\xdb\x93\xed\xdd\ \x07\x9f\x73\xdd\x67\xaf\x5d\xd4\xb4\xa9\xf3\xd2\xb7\xe6\xce\xbe\ \xe5\x8c\xd6\x6e\xdf\xac\x97\x5e\x5d\xb0\xe0\xc3\x25\xf3\x67\xdf\ \x76\xd1\x51\x92\x11\xed\x75\xd9\x4d\x83\xb1\x8c\xa1\xb3\x5e\x78\ \x75\xe9\xc2\xf7\x9f\xbf\xef\x77\x39\xc4\x6c\x6b\x89\x1e\x79\xeb\ \x0b\x0b\x3e\x79\x6f\xc1\xbc\x37\xae\x98\x36\xda\xee\x8a\x24\xe4\ \xb2\xbb\x9f\x7d\xf9\xeb\x45\xf3\x6e\x99\x56\x86\x38\x58\x8c\x47\ \xa0\xf0\xda\x07\x9f\x5e\xf0\xc9\xfb\x6f\x3d\x7d\x6b\x5f\x49\xeb\ \xea\xb4\x8f\xbb\xfa\x8e\x77\x3f\x98\xf3\xd5\x82\x0f\xa7\x1d\x35\ \x8c\xbb\xb8\xb8\xec\x1b\x61\xd7\xd0\x22\x65\x3c\x9f\xa7\xcc\x44\ \x12\x00\x4d\xf1\x88\xf3\xd5\xac\x47\xab\xc3\x4f\x56\xfa\x48\xa2\ \x9b\x22\xe4\x97\x44\xdb\xe6\x9c\x73\x4a\x19\x42\xdc\x30\xcc\x86\ \x86\xc6\x96\x96\xd6\x1d\x41\x43\x7b\xe2\xc4\xf1\x96\x45\x15\x45\ \x64\x94\x31\xc2\x45\x91\x18\x86\x21\x8a\x02\x63\xb4\xa3\xa3\x9d\ \x31\x26\x08\x02\x42\x60\x9a\x26\x21\x84\x31\xc7\x4e\xdd\xd3\x5a\ \xe4\xc0\xb9\x6d\xfa\x0e\xbf\x7a\xf6\x50\x9e\x9e\x91\x9e\xda\xba\ \xa9\xd6\xb6\x70\xf5\xe7\x67\x9d\x3e\x4f\x09\x14\xfd\xfe\x91\x5b\ \x4e\x1c\x37\xf4\x8b\x7f\xa7\x32\x32\xd5\xf7\xaf\x9f\xf1\x0f\xf1\ \xb8\x97\x6f\x99\xd6\x55\x5b\xf5\xe2\x46\x6e\x99\x86\xc6\xe4\xd3\ \x2e\x3e\x6b\xa8\x1c\xfe\xdd\xd9\x57\xf8\x27\xdc\x78\xf7\xc5\x3e\ \xe0\xbb\xfb\xb2\x48\x20\xaa\xbf\x5f\x49\x88\xd9\x56\xca\xe6\x08\ \x00\x13\xfe\xf0\x85\xa7\x19\xe7\x3e\x76\xfb\xe9\x47\xbf\xfd\xc9\ \xc3\x23\x4e\x3d\xf1\xf4\x83\x0b\x9f\xf8\xfd\xd9\xd5\xc5\x17\x3d\ \x71\xd5\xef\x5b\x57\x5c\x62\x73\x6c\x6b\xcd\xd7\x5e\x7e\x49\xb3\ \x8d\x92\x50\x7c\xcf\x5d\x33\xb3\xbe\x7e\xe3\x98\xeb\x56\x5d\x77\ \xd7\x1d\x17\xff\xe1\x82\x87\xee\x79\xb6\x5b\xf6\x01\xf4\xb4\xa0\ \xa8\x78\xfa\xe6\xcb\xdb\x57\xaf\xae\x8b\x1e\x5a\x94\x5d\xde\x65\ \x77\xdf\x7e\xd3\xd9\xc6\x9b\xf7\x4f\xfd\x94\x3d\xf1\xf0\x55\x97\ \x4e\x6f\xbb\xf1\x8d\x39\x2d\x47\x9d\x50\xe1\x41\x79\x7d\xfa\xc4\ \x85\xbc\x01\x03\xbe\x1a\x4d\xe2\xf3\x57\x6f\x24\x82\x37\x2b\xc7\ \xf3\xf1\x8d\xe7\xbf\x93\x7f\xd6\xe3\xe7\x1d\x37\x70\xe1\xa2\x2f\ \x5b\x10\x02\xe0\x80\xda\x93\xb9\x0f\xdd\x79\x61\x68\xc1\xcb\x47\ \x5f\xfb\xcd\xad\xf7\xde\x76\xd1\x65\xe7\x3e\xf4\xd0\xcb\x9f\xcc\ \xba\x62\xa1\x57\x1d\x30\xf2\x98\x1b\xaf\x98\x39\x78\xce\xea\x11\ \x57\x9f\xdd\x37\xb6\xfe\xdc\xd3\x9f\x1a\x36\xed\xf6\xdf\x9d\x00\ \x51\xdd\xf7\xbb\xdb\x7f\x9b\x5f\xfd\xc9\x89\xd7\xbf\x7b\xfc\x65\ \xf7\xff\xfe\xa6\x33\xa7\xcf\x78\xb3\xb4\xbc\xa0\xeb\xb3\x7f\xce\ \xf8\xdb\x3c\xaf\x47\x10\xb0\x6b\x10\xb8\xb8\xec\xbb\xcb\x85\xb1\ \xdd\xba\x3a\xdb\x52\x56\xae\x60\x73\x80\xb5\x1d\xe6\xe7\x49\x7c\ \x5a\x69\xfa\xf3\x9b\x9b\x2e\xca\x05\x82\x20\xc6\x81\x60\x91\x31\ \x8e\x31\x4a\x26\x35\xc6\x58\xdf\xe2\xe2\x01\x03\x07\xec\xf4\x7f\ \xbb\x23\x18\xe3\x54\x4a\x03\x04\x9c\x43\x32\xa9\xa9\xaa\xea\x68\ \x92\x6d\x53\xce\x39\x42\xcc\xe9\xfc\xb5\x2c\x1b\x80\x33\xb6\x67\ \x6f\x8a\xa3\x5f\x08\x21\x3b\xd2\x16\x35\xf3\x8a\x64\xf2\xfc\xac\ \x67\x99\x37\xbb\x68\xf4\x09\x77\xfe\xe1\xf0\xf0\x96\x46\x55\x60\ \x9a\x28\x72\xe0\x80\x80\xa6\x52\x91\x6f\x3e\x59\x62\x9d\x34\xbc\ \x28\xdd\x5a\xcf\x01\x00\x04\xa5\xaf\x27\xd4\x11\xf9\x3c\x9e\x94\ \x50\x2c\xc9\x91\xcf\x19\x38\xc4\x80\x73\x40\x9c\x9a\xd2\x11\xb7\ \xaf\x3a\x51\x88\xb4\x35\x2c\x79\xff\xc3\x0d\x06\xca\x01\x0e\x08\ \x90\x99\x58\xbd\xb8\x91\x8c\x0f\xf8\x38\xcb\xcb\x2e\x65\xf6\xc6\ \x9a\x6d\x46\xf3\xb6\x77\xeb\x2e\x3f\x62\x5c\xb9\x7f\x21\xe7\x1c\ \x98\x8f\x69\x8a\x92\xd1\xe1\xaf\x18\x2c\x9a\xaf\x2c\x5c\x9f\x26\ \xb0\xaf\xb6\x36\x0d\xab\xe8\xa3\x48\x16\xe7\x88\x23\xe0\xbd\xdd\ \x2d\x1c\xd9\x8c\x29\x08\xdb\xcc\x44\x45\x63\xca\xc4\xae\xdb\xdf\ \xdf\xe4\x31\xfd\x0b\x3a\xcc\x53\xf2\xfa\x88\xe1\x37\x16\x37\x9c\ \x77\xcc\x84\x91\x34\x5f\x6f\xb7\xbd\x13\xa7\x1d\xe2\x65\x76\xfd\ \x96\x2a\xc2\x87\x00\x20\x3b\x95\xdc\xfa\x4d\x2b\x26\xd8\xab\x7a\ \x78\x4f\xcf\x32\xb3\x72\x2a\xcb\x45\xed\xf9\xcf\x36\xa4\x61\xba\ \x68\x7b\xdb\x6f\x8b\x0b\x63\xa8\xf0\xaa\x07\x6f\x1c\xe1\x8d\xb7\ \xeb\x84\x30\xc5\x1f\x4a\x2b\x95\x95\xad\xb5\x1b\x39\xf7\x26\x13\ \x29\x0e\x22\x0f\xe4\x56\x2a\x44\xac\x98\xf4\xec\x5f\x0f\xb3\x74\ \xbd\x45\xf3\xf9\x25\x0e\x00\x96\x69\x66\x49\x86\x8e\x44\x77\x8c\ \x94\x8b\xcb\xf7\xed\x89\x16\x30\xfa\xa8\x83\x8f\xc9\xa3\xba\xc5\ \xd2\xd3\x73\x6e\xcd\xb4\x45\xad\x29\x77\x50\x19\xeb\xae\x45\xd4\ \xda\xac\x61\x41\xf2\x50\xca\x24\x49\xea\xe8\xec\xf2\x79\x3d\xa6\ \x69\xc6\x77\x3f\x9c\x28\x8a\x0d\x0d\x8d\x04\x63\x00\x1e\x6e\x6f\ \x4f\x4f\x0f\x51\x4a\x53\xa9\xd4\xf2\xe5\x2b\x9c\x02\xb2\x2c\x9b\ \xa6\x69\x59\x16\x42\xe0\xf8\xef\x7b\x58\x8b\xc0\x01\xb0\x68\x6c\ \x7a\xef\xf6\xd9\xfe\x37\x9e\xba\xfc\xe4\x13\x8f\x9b\xf7\xe8\x9c\ \x93\x0e\x99\x60\x6d\x7a\xf3\xe2\x8b\x3f\xb8\xe0\xf5\xbf\x1f\xd6\ \x23\x40\x88\x33\x33\x9a\x51\x36\x58\xb2\x6a\x3b\x53\x04\x05\x00\ \x80\xdb\x66\x9b\x15\x1b\x9c\x31\x58\xe0\x2f\x1a\xd4\xd1\x59\x60\ \x8c\x73\xc4\x39\x07\x44\x44\xeb\xab\x87\x27\x3f\xb6\x4a\x55\xb1\ \x57\xe2\x54\x0c\xed\x38\x3b\xea\xe9\xee\x20\xb8\x3b\xd6\x84\x48\ \xff\x0c\x5f\xa2\xbd\x64\x52\x1f\x35\xfe\xaf\xad\x09\x6b\xa0\x4d\ \x70\x20\x41\xcd\xa6\xd6\x98\xec\xad\x6d\x12\xe4\xc3\x46\xf4\x79\ \x75\xf9\x8a\x33\xf3\xb3\x92\x56\x8b\x65\x62\x26\x30\x40\xcc\x39\ \x82\x6d\x9a\xdb\xc2\xec\xc4\x8b\xa6\xf5\x4d\x0f\x6c\x5a\xf4\x95\ \xd6\x90\xd6\x8a\xa7\x1e\x3f\x3e\x67\xfe\x3c\x7e\x50\x9a\xd0\xda\ \xd8\x1d\x50\xd8\xba\x2f\xd7\xcd\x3c\xeb\xe2\x8e\xa5\x1f\x3c\x4d\ \xa7\xdc\x77\xf8\x78\x23\xbe\x78\x63\x03\xe6\x3b\x46\xd4\xec\xd2\ \x1c\x9c\x31\x21\x2d\x43\xb4\xd7\x6c\x69\x22\xa7\x4d\x1a\x5d\xf8\ \xcf\x97\x36\x9e\x97\x9b\x1e\xd7\x6b\xd1\xc0\xa9\x93\x0b\x52\xb7\ \x5e\x71\x6b\x4d\xe8\xa0\x27\xee\xbb\x94\xeb\xb1\x16\x6e\x0c\x2a\ \x18\x9c\x8c\xbf\x6b\x31\x04\x00\x90\xec\x6e\x45\x3c\xbf\x79\xc3\ \xd5\xb7\x3d\xd5\xc1\x95\x3e\x01\x48\x2a\x21\xa7\x23\xc9\xa2\x8c\ \x13\xc6\xc1\x95\x45\x17\x97\x7d\xcb\x22\x65\xac\x77\xdc\x22\x46\ \xb0\xcc\x14\xbe\x8e\xe2\x91\xb2\x99\x1d\x6f\xe1\x8c\xda\x00\x83\ \xed\xcd\x94\xda\x18\xe3\x7f\x75\x89\xa2\x24\xd9\x8c\xc9\xb2\xd0\ \xd2\xdc\x52\x56\x56\xc2\xd8\x6e\x03\x51\x10\x42\xd1\x68\x2c\x16\ \x8b\xfb\x7c\x2a\x07\xd0\x52\xc9\x96\xd6\xd6\x50\x30\x38\x61\xc2\ \xf8\xde\x62\x94\x52\xdd\xd0\x1b\x1b\x9b\x09\x21\x74\x97\x81\x41\ \xbd\xb6\x16\xe3\x20\xab\x8a\x2c\x12\xd2\xb6\xe2\xee\x39\x8d\xcf\ \x5e\x7c\xe2\xf4\x0f\x3f\x5a\xb9\x62\xc9\x61\x33\xce\x9b\xf3\xfe\ \x49\xc4\xc3\x6b\x75\x03\x00\x6c\x4d\x9f\xfa\xf0\xdb\xa7\xfb\x70\ \xc3\xc6\xe5\xef\xad\xaa\x95\xf1\x28\x45\x55\x15\x48\xfd\xe3\x1f\ \x1f\x97\x5d\x71\xea\x4b\xef\x7e\x48\x99\xad\x45\xd6\x59\x08\x18\ \x67\x9c\x03\xe3\x44\x54\x54\x19\xdb\x12\xb6\x55\xd5\x47\x39\xa7\ \x8c\x63\x22\x28\x8a\x82\x80\x03\x16\x3d\xaa\x8c\x00\x7d\x39\xef\ \x93\x83\x06\xcd\xb8\xfb\x8d\x79\xb2\xd9\xb1\xe4\xdf\x7f\xff\x20\ \x8c\x61\xe9\xc6\xf6\xf1\x95\x7f\x7e\xf3\x3f\xa9\x96\x4f\x2f\x9d\ \xf9\xe8\xac\x47\x3f\xbf\xed\xe2\xcb\x97\x9e\xa5\x86\x1b\xb6\xbc\ \xfb\xfc\x0b\xcd\x5c\x05\x4e\x11\xc7\x8c\x03\x41\x6c\xca\x0d\xaf\ \x9f\x70\x33\x6d\x6b\xdc\xba\xfa\xe3\x17\x5e\xfd\xd7\x66\x1f\xf6\ \x3e\xf9\xc2\xe2\x3f\x5c\xf4\xd8\xaa\xab\xa1\x7e\xf3\xda\x7f\x7c\ \xf0\x31\xc8\xe2\xca\xf5\xeb\x2f\x3f\xa9\x62\x53\xfd\xfa\x4d\xcb\ \x74\x7b\xda\xa5\x55\xcf\xcf\xee\x16\x25\xce\x91\xe2\x51\x04\x04\ \x1c\x88\xaa\x2a\x04\x13\x6a\xb6\x6d\xa8\x6a\x9b\x78\xe3\x93\x07\ \x5d\xf4\xdb\x3f\xfd\x65\xe1\xad\x17\x5e\xb3\x7c\xba\xdc\xb2\x6d\ \xf3\x3b\xcf\xbd\xd2\xb8\xb9\xcf\x92\xb6\xe1\x77\x3f\xf9\x74\xc4\ \x00\x99\xc6\x99\xd5\xf5\xc4\xb3\x9f\xdc\xf9\xbb\x63\xe7\x7e\xf4\ \x81\x61\xdb\xf1\x8e\x65\x12\x84\x1f\x7e\x6a\xfe\x6d\x33\x8f\x7c\ \xe7\xe3\x77\x11\x12\xd6\x3d\x73\xe9\xe5\xaf\xc7\x25\x45\x91\x45\ \x01\x38\xa7\x9c\xb9\xf3\x99\x5c\x5c\xf6\x03\x9a\x32\x79\xe2\x1e\ \xc3\xb9\x6d\x4d\xbf\x2e\xd4\x35\x54\x32\x6c\x06\x1c\x00\x23\x64\ \x02\xba\x3d\x1c\x6a\x95\x7d\x22\x21\x3d\xea\x66\x53\x9b\xf2\x92\ \x92\xbe\x08\x21\x27\x3e\x88\x31\xd6\x34\xbd\xa9\xb9\x51\x55\xe4\ \xde\x43\x19\xba\x99\x99\x95\x15\x08\x04\x9c\x40\xa6\x33\xd7\xa5\ \xa1\xa1\x91\x32\x6b\xd7\x01\x8f\x7b\x90\x48\x5a\x1e\x62\x08\x8a\ \x2f\xce\xfc\x3c\xd5\x19\x90\x2c\x8d\x04\x6d\x43\x73\x8c\x3b\xbf\ \x84\x52\xa4\xf2\x99\xd7\x6f\x5a\x7e\xed\xf4\xa7\x6a\xc0\x27\x51\ \x55\x96\x0c\xea\x4b\x69\x91\x7c\x0f\x8d\x63\x5f\xd2\xa0\x60\x9b\ \x00\x80\x31\x0f\xa9\x92\xe9\x8c\xb6\x01\x29\x95\x4c\x28\xc4\x14\ \x15\x3f\xdb\x61\x2b\x99\xa6\x68\x98\xc9\x6c\x2f\x0f\xd3\x0c\x30\ \x3a\xb3\x3c\xa2\x86\x84\xa4\x09\xc8\xd2\x39\x40\x40\x46\x4c\x10\ \x6d\x26\x19\x86\xc6\x29\x25\x18\x02\x1e\x41\x63\x92\x61\xe8\x9c\ \x31\x89\x70\xaf\x2c\x5a\x3b\x46\x14\xda\x4c\xd0\x34\xcd\x31\x3b\ \x05\x0c\x3e\x99\xd8\x98\x00\x80\x49\x05\xdb\xd0\x28\xe7\xaa\xc0\ \x15\x49\xb2\x11\x32\x98\x68\x69\x29\x8f\xc4\x99\x10\xd2\x92\x91\ \x3c\x0f\x4b\x60\xc5\x66\x5e\x2d\xd9\x9d\xe7\xb5\xdb\x21\x83\xa6\ \xa2\x01\x05\x53\x41\x4c\xe9\x80\xa9\x1e\xf0\x10\x8d\x2b\xa6\xa1\ \x53\xc6\x64\xe7\xa4\x20\xc4\x4d\x40\xb6\xee\x58\xba\x59\x2a\xa4\ \x90\x9a\xd4\x6d\xa0\x16\x00\x22\x98\x05\x54\xc9\xe0\xa2\x66\x58\ \x9c\x5a\x00\x28\x20\x5a\x54\x4a\xd3\x12\x71\xaf\x48\xb9\xac\xba\ \x7f\xf4\x2e\x2e\xdf\x21\x8b\x93\x27\x4d\xfc\xf6\x2c\x97\x98\x6e\ \x55\xe0\x64\xb9\x60\xa8\x88\x35\x53\x71\xb9\xed\xb1\x45\x45\xdc\ \x7d\x96\x0b\x63\xcc\x34\x6d\x55\x55\x25\x49\xe4\x9c\x6b\x9a\x6e\ \x9a\x86\xa2\xc8\x7b\xcc\xad\x36\x0c\x83\x10\x51\x55\x15\x8c\xb1\ \x65\xd9\x9a\xa6\x11\x82\xf6\x3f\xcb\x05\x21\x70\xfc\x5e\x84\x38\ \x42\x98\x73\x0e\xb0\x73\xca\x36\xe5\xa2\xc9\xfb\xbd\xf4\xef\x3b\ \x96\x5c\x72\xfc\xdf\xdb\x14\xc0\x02\x07\x40\xc0\x11\xc2\x8c\x3b\ \x51\x3e\xd4\xdb\x8d\xcb\x7a\x07\x61\x73\x8e\x30\xe2\x1c\xf1\x9d\ \x61\x40\x70\x0e\xcb\xb8\xb3\x7b\xcf\x1b\xc7\x95\x87\x9d\xa3\xc8\ \x77\x9e\xba\xb7\xa4\xf3\x2d\xdf\x2d\xb5\xc6\xce\x62\xbb\x7f\xf5\ \xed\xf2\x1c\x21\xc4\xb9\xf3\xc6\xa9\xf3\xae\xef\x7b\xbf\xed\x69\ \x8a\xbd\x9e\x74\xc7\x94\xcb\x5d\x6a\xd5\xfb\xab\x39\x30\xd8\x6d\ \x8b\xd3\x1f\x8f\x30\x72\x23\x8a\x2e\x2e\xdf\x4b\x16\x8f\x38\x7c\ \x3c\xc6\xff\xdf\x75\x4c\x22\x41\x20\x8c\xda\xcc\xbd\xcf\x5d\x5c\ \x5c\xfe\xcf\x63\x8b\xfb\x49\xf1\xf0\x33\x86\x5b\x16\x73\x2f\x9e\ \x8b\x8b\xcb\xff\x44\x16\x19\x73\xf5\xc5\xc5\xc5\xc5\x65\x17\x59\ \x3c\xfb\xec\x73\xdd\xec\xb3\x2e\x2e\x2e\x2e\xbd\xa0\x58\x34\xe2\ \xb6\x82\x8b\x8b\x8b\x4b\x2f\xee\x2c\x30\x17\x17\x17\x17\x57\x16\ \x5d\x5c\x5c\x5c\x5c\x59\x74\x71\x71\x71\x71\x65\xd1\xc5\xc5\xc5\ \xc5\x95\x45\x17\x17\x17\x97\xff\x9a\xef\x5e\x6a\x8a\x52\xfa\xed\ \x8d\x08\xa1\xff\x0f\xe7\xc6\xb8\xb8\xb8\xb8\xfc\x17\xb2\x88\x10\ \x4a\x26\x12\x2f\xbc\xf8\x62\x57\x57\x37\xa3\x94\xef\xfe\x95\x20\ \x08\xc5\x7d\xfb\x4e\x9f\x7e\x0e\xc6\xc4\x6d\x44\x17\x17\x97\x5f\ \x85\x2c\x0a\x82\xf0\xc2\x8b\x2f\x2d\x5d\xba\x6c\x5f\x69\x1d\x6a\ \x6a\x6a\xca\xcb\xcb\xc7\x8c\x19\xed\x36\xa2\x8b\x8b\xcb\xaf\x42\ \x16\x31\x46\x35\x35\x35\xd7\x5f\x7f\x5d\x30\x18\xfc\xf6\x92\xa4\ \x98\x90\xea\xea\xea\x70\x7b\xd8\x6d\x41\x17\x17\x97\x5f\x8b\x2c\ \x02\x20\xcb\xb2\xfa\xf4\x29\x4a\x4f\x4b\xff\xf6\x77\x84\x90\x78\ \x3c\x5e\x5b\x53\xfb\x9d\x27\xd8\x91\x11\x8b\xef\x6d\xfb\x4f\x99\ \xa4\x62\x8f\x04\x68\xbd\x95\x44\x08\x21\xd8\x73\xa1\xe7\x7d\xfd\ \x8a\x1f\x74\xae\x6f\xed\x8e\x10\x46\xc0\x7e\x26\x69\x80\x10\xc2\ \x08\x38\x73\x93\x8f\xb9\xb8\x08\xff\xdb\x5b\x0d\xcc\xf9\x6f\xbc\ \xba\x31\xee\x9f\x39\xf3\x4c\x2f\xde\x99\x93\xc2\x8e\x6c\x7f\xf1\ \x95\x37\x03\x83\x4e\x39\xf3\xa8\xfe\x3f\x49\x16\x40\x42\xcc\xff\ \x3c\xf3\xdc\xea\x84\xd5\xdb\x6d\x24\xe4\x57\x5e\x71\xd6\x54\x99\ \xe8\x1f\x3f\xf1\xe7\x25\xa9\xfc\x99\xd7\x5e\x58\x80\xec\x1d\x35\ \xe6\x0b\xde\x79\x69\xc5\xb6\xe8\xb1\x67\xff\xae\x3c\x47\xfe\xc1\ \x8d\x40\x60\xc1\x4b\xb3\x96\xa3\xc3\xaf\xbd\x78\x22\xd2\xcd\xde\ \xad\x3c\xbe\xf6\x2f\x8f\xcd\xe9\x33\xe3\x86\x33\x4a\xc5\x9f\x38\ \x1f\x10\x91\xf5\xad\xff\x79\xf6\xb5\xaf\x73\xa7\x5e\x71\xce\xd8\ \x20\x73\xf3\xb5\xb9\xfc\xba\xf9\xdf\xf6\x26\x23\xce\xb6\x6d\xde\ \xf8\xe5\xa7\xef\x3e\xf4\xd6\x12\xd8\x25\x8b\x2d\xd3\x63\xeb\x56\ \xaf\xd8\xbc\xad\xfb\xa7\xba\xff\x08\x18\xeb\x57\xae\x5e\xb3\x61\ \xd3\xb6\x1d\x34\xb7\xc7\x00\xc0\xe6\x81\x49\xa7\x8e\xd8\xb6\xe4\ \xed\x5b\x1f\xfe\xd4\x74\x52\x91\x63\x21\xb9\xfd\xf3\xd7\x5f\x9f\ \xb3\xcd\x1a\x3a\xa0\xc0\x7b\x20\x8d\x80\xa1\x71\xf3\x9a\x95\x1f\ \x3c\xf4\xc8\x1b\xab\x77\x5d\xe2\x81\x5b\x1d\xab\x97\x2c\xad\x8e\ \x52\x8c\x7e\xe2\x54\x1d\xac\xed\x8b\xeb\xae\x7c\x62\xf1\xaa\x15\ \x9b\xdb\x4c\xe4\xa6\x0d\x71\x71\xad\xc5\x1f\xc3\x3d\xc3\x7c\xdd\ \xec\x3f\x3f\x2c\xfd\xf1\xba\xd3\x2b\x81\xb2\x7d\x94\x11\x14\x45\ \x26\x18\x01\x67\x86\xa1\x5b\x36\x03\x00\x24\x28\x3e\x55\xb4\xb4\ \x84\x6e\x73\xc7\xc2\xf2\x78\x55\x64\x9b\x49\xdd\xc4\xa2\xe2\x95\ \x05\x5d\x4b\x5a\x4e\x27\x39\x42\xaa\xc7\x8b\x99\x99\xd4\x4c\xe7\ \x70\xb2\xac\x88\x02\x06\x00\xc6\xa8\xa9\x6b\xf6\xee\xa7\xe5\xb6\ \x91\xa0\x74\xe0\xb8\xb3\xee\xbe\xe2\x38\x47\xad\x39\xa3\x96\x4d\ \x81\x99\x38\xef\xe8\x99\xa7\xac\x7c\xf4\xfd\x17\xde\xf9\xaa\xec\ \xac\x71\x85\x92\x51\x7d\xf7\x3d\xcf\x77\xf5\x99\xf2\xec\x75\x47\ \x8a\xb6\xbd\xd7\xda\x23\x41\xf1\x29\x38\x99\x4c\xed\xc7\xcc\x42\ \x88\x7c\xfd\xe6\xa3\xf9\x03\x1e\xbf\x70\x98\xaf\xe7\xe7\xec\xad\ \x11\x64\x45\x16\x30\x02\xce\x4c\x43\x37\x9d\x46\x10\x15\x9f\x22\ \x98\xba\x66\x58\xd4\x29\xe4\xf1\x78\x10\xb7\x52\x29\x03\x11\xd1\ \xe3\x51\xac\x54\xdc\xd8\x31\x86\x4a\xf1\xfa\x05\xa6\x25\x52\x36\ \x20\x40\x98\xc8\xb2\x2c\x10\x0c\xc0\x19\xb5\x75\xcd\x60\x7b\x7d\ \x72\xd1\xce\xc7\xee\x7e\x34\x51\x31\x39\xab\x7e\x9e\x7b\x3f\xb8\ \xb8\xc0\x8f\x32\x9c\x9b\x2b\x19\x79\xc7\x8c\x29\x5b\xf2\xce\x9f\ \x17\x56\x75\x13\xb4\x57\x5f\xdb\xae\x5b\xfe\xde\xb5\xbf\x39\xed\ \xf0\xc3\x26\x1d\x73\xfa\xc5\x2f\x7e\xb4\xc6\x60\x80\x88\x18\x5f\ \xf9\xd4\xd4\x43\x26\xdc\xf8\xee\x56\xe2\x2c\x6c\xdc\xb5\x7c\xc6\ \x11\x93\x67\x3e\x36\x17\x61\xd4\xf2\xee\x9f\x26\x4c\x3d\xf1\x83\ \x35\x91\x9e\x44\xfd\xa9\xf0\x95\xe7\x4e\x3e\xfb\xea\xd9\x16\x21\ \x00\x90\x6c\x5e\xf3\xc8\x8d\x17\x4d\x9d\x32\x65\xd2\x94\xa3\xce\ \xbe\xf0\x9a\xcf\x9a\x61\x4f\x23\xc8\x4a\xc5\x18\x53\x14\xbf\x6d\ \x59\x96\x69\x9a\xa6\x69\xd9\x3b\xa4\x85\xf3\xc3\xa7\x5f\x34\x2e\ \x88\x5e\x7d\xe9\xd5\x46\x93\x7d\xf8\xe2\xcb\x1b\x34\xdf\x25\x17\ \x9d\x9b\x89\xf6\xa1\x89\x18\xa7\xbe\xbc\xff\xa0\x63\x2f\xac\xee\ \xb2\xf7\x69\x69\x31\xdb\xce\x3d\xe5\xb4\x43\x7c\xff\xbe\xed\x86\ \x85\x2d\xf6\x3e\x02\x0e\x76\xc3\x9a\x8f\x6e\x9c\x79\xc6\xe1\x47\ \x4c\x3e\x66\xda\xcc\x67\xe6\xae\xd2\x28\x20\x04\x9d\x5f\x3c\x35\ \xe9\xd0\xa9\x77\xbf\xb3\x46\x20\x08\x00\xd9\xdd\x55\x33\x4f\x3b\ \xf2\xfc\xeb\x5f\x4c\x71\xa1\x71\xd5\xdb\xc7\x1e\x7a\xc8\x13\x2b\ \x1d\x13\x0f\x11\xc9\x7c\xf8\xd4\x51\x93\x6f\x5a\x24\xa9\x04\x10\ \x84\x37\x7f\x71\xdb\x65\xd3\xa7\x4c\x3a\xe2\x88\x29\xc7\xcf\xb8\ \xea\xd1\x66\x7b\x2f\xf9\xe3\x88\xc8\xbf\xfe\xeb\xad\x5f\xe1\xa9\ \x7f\xbe\xf5\x44\x95\x53\xf7\x7e\x70\x71\xf9\x71\x64\x11\x38\x52\ \x4e\xbe\xe6\xe6\xd3\x07\x18\x4f\xdc\xf3\xe0\x9a\x94\xb2\x87\xcf\ \x48\x04\xbe\xf2\xef\xf7\x5d\xff\xc0\x6b\xe9\x87\xfe\xe6\x91\xc7\ \x1e\xbc\xe2\xd8\xc2\xf7\x1e\xbf\xe7\xae\xd9\xd5\x02\xa1\xfe\x11\ \x33\xaf\x3a\xfb\x90\xcd\xaf\xdf\x37\xef\x9b\x18\x42\xec\xf5\xbf\ \x3e\x17\xc9\x1c\x77\xfd\x6f\x8e\xe5\x8c\x63\x51\xf6\x7a\x3c\x42\ \xaf\xca\x22\xac\xa8\x1e\x55\x11\x10\x00\x8d\x37\xfd\xe9\xee\x59\ \xab\xa2\xc5\x37\xdd\x7d\xff\x83\xf7\xdf\x75\xee\x94\x51\x39\x7e\ \x61\x8f\x15\x40\x99\x91\x8c\x72\x16\xef\x68\x58\xb1\x76\x53\xa7\ \x01\xaa\x2c\xee\x5a\x27\x1d\xe5\xff\xfe\xde\xab\xfa\xa5\x96\xde\ \x71\xcb\x3d\xaf\x2d\x58\x5b\x7c\xf4\x95\x93\x2b\x33\xf7\x65\x08\ \x72\x00\x44\x64\xaf\x47\xc1\xfb\x73\x3f\x39\xa7\xf8\xb4\xcb\x6f\ \x1c\x16\xec\x7c\xe2\xe1\xe7\x53\x68\x2f\x65\x57\xfc\xfb\xd9\x1b\ \xef\x7d\x4e\x19\x7d\xd6\x43\x0f\x3d\x70\xf9\xb1\x7d\xe6\xbe\x30\ \xeb\xe1\x39\xab\x04\x8c\xb2\x0e\xbd\xe4\x9e\x8b\x46\x2e\x7b\xe9\ \x91\xb7\x36\x53\xc5\x03\xff\x79\x7a\xd6\x76\x79\xc2\x2d\xb7\x5d\ \xe0\xc1\x1c\x13\xd1\xe3\xf1\x4a\x78\x67\x43\x4b\x1e\x9f\x57\x11\ \x00\x11\x9c\x58\x7d\xef\x6d\x0f\x35\xe4\x4c\xbe\xf3\x4f\x8f\x3c\ \x78\xff\x1f\x4f\x3a\x74\x78\x70\x6f\x8e\xc1\xb6\x79\x2f\x3d\xf5\ \x85\x71\xdd\xb5\xd3\x7d\xa6\xe9\x06\x14\x5d\x5c\x7e\x3c\x59\x04\ \xe0\x36\xf3\x4f\xbb\xf2\x8e\xfe\x72\xdd\x53\xf7\x3e\x17\xdb\xdd\ \x5a\x32\x5b\x36\x3c\xf3\x79\xd5\xe0\xc9\x17\xdc\x30\x63\xea\xe0\ \xf2\x8a\x29\xe7\xdf\x79\xe1\x71\x79\xb5\x6f\x3f\x5f\xad\x4b\x9c\ \xc1\xd4\xe9\x17\x54\xfa\x8d\x57\x5e\x7b\xb3\x66\xe1\x93\xef\x2c\ \x31\xa7\xdf\x7b\x73\xa9\x67\xff\xdd\x13\xc8\x88\x77\x74\x45\x53\ \xc5\x13\x4e\x3f\x64\xe4\x90\xf2\x8a\x21\x53\xa6\x9d\x5e\xee\xdd\ \xd3\x6b\x35\x35\x2b\x98\x9e\xd9\x59\x3d\xff\xf1\x07\xef\xbe\xe0\ \xd4\x53\x2f\xbd\xef\xf5\xa6\x24\xdd\xd5\xb8\x13\x33\x47\x9d\x76\ \xe4\xc1\xf1\x96\xaa\xae\xb4\xc9\x77\xcd\x1c\x81\xf7\x3e\xd5\x07\ \x13\x42\x04\x42\x08\x41\x00\x88\x60\xe2\xb0\xaf\x36\x45\xbe\x7e\ \xb7\x3f\x74\x89\xbf\xf6\xa3\x1b\x9e\x5b\xca\x84\x5d\x87\xc1\x23\ \x66\xb6\xbd\xf7\xfe\x27\xbe\x51\x57\xdc\x76\xd9\xc9\x95\x15\x43\ \x8e\xfe\xed\x9d\xb7\x4e\x54\xbe\x7e\xfb\x93\x56\x24\x30\xcb\x1e\ \x7a\xfc\x1f\x0e\xee\x4f\xde\x7b\xec\x81\xaf\xfe\xf9\xf0\x33\xab\ \xf1\xef\x6f\x9e\x59\x2c\x5a\xfb\xeb\x16\x47\xd8\x6a\x5d\xb5\x2d\ \xee\x3f\xfa\xac\x93\x0f\x1a\x32\x68\xf0\xe0\x21\xc7\x1f\x3f\x51\ \x85\x3d\x1e\x0d\x88\x19\xe1\xe7\x67\x7f\xdc\xe7\xd8\xeb\x27\x94\ \xfa\xdc\x14\xed\x2e\x2e\x3f\x6a\x6c\xd1\x51\x46\x31\x54\x76\xd3\ \xe5\x27\x5c\xfc\xc7\xb9\xcf\x7c\x7e\xd8\xcd\x23\x7a\xad\x25\xdc\ \xd6\x50\x6f\x59\xac\xab\x7e\xd5\xc3\x0f\x6e\x70\xd6\xdd\xeb\x6c\ \x66\x18\x37\xd6\x75\x58\xc5\xd9\x60\x48\x25\x37\xdd\x73\xf9\x0d\ \xd7\x3c\x7c\x67\x8d\x34\xfe\xfc\xeb\x4e\x2a\x82\xef\xea\xb4\xe5\ \x9e\xcc\xa2\xe2\xcc\xd0\xb2\xb9\x0f\xcc\x8a\x4d\x3d\xed\x94\x13\ \xca\x73\x15\xfd\x5b\x9a\x46\xb2\x2a\xef\xbb\x7f\x96\x6d\x5b\x5a\ \x32\xd1\xb0\xee\x93\x59\x2f\xbc\x73\xe7\x5f\xac\x67\x6e\x39\x87\ \xf4\x2a\x1e\x24\x56\x6f\xd8\xc2\x0c\x1d\x77\x2c\x7b\x6e\x5e\xdb\ \x75\x93\x33\xac\x3d\xa4\x15\x8b\xe1\x8d\x6f\x3d\xf9\xda\x6a\x4e\ \x30\x4f\xb6\xaa\xb6\xf1\xd4\x9f\xee\x94\x05\xc4\x4c\x6b\xea\xb5\ \x7f\x3a\x3c\x73\x2f\xe1\x43\xce\x2c\x96\x35\xf9\xaa\xdf\x56\xdd\ \xf6\xe2\xe3\xaf\x97\x17\x9c\x53\xb1\x33\x36\x69\x85\x97\x6e\xed\ \x12\xa5\xe4\xca\x47\xef\x5b\xcd\x38\x00\x26\x5a\x07\x51\x12\xb5\ \x5b\xa2\x90\xed\x03\x2a\x85\xae\xbe\xf2\xbc\x3f\x5c\xf9\xf4\x43\ \xaf\xb2\x11\x27\xdc\x74\x44\x69\xc8\xde\x7f\xf7\x3d\xa3\x62\xf1\ \xf1\x63\x8b\xde\x7f\xeb\xbe\x5b\x1a\x0e\x3b\xfa\x8c\x69\xc7\x15\ \xfb\xa9\xb6\x7b\x23\x60\x49\xda\xf2\xfa\x83\x1b\xc4\xc3\x5f\xbe\ \xa0\x92\x5b\xae\xfb\xec\xe2\xf2\x63\x5b\x8b\x8e\x1b\xc9\xd3\xc6\ \x5c\x78\xf3\xd9\x25\x8b\x1f\xbf\xf7\xfd\xed\xb4\x37\xd0\x65\x98\ \x3a\xe3\xc8\x32\x23\xe1\xf6\x8e\x70\x47\x47\xb8\xbd\x9d\x89\x69\ \xa5\xa5\xc5\x5e\x60\x8e\x96\x08\x81\x82\xac\x34\xc1\x62\x48\x14\ \xf7\xf4\x85\x39\xec\x4d\x1d\xe4\x8c\x3f\x3e\xfe\xc8\x8c\x43\x4b\ \x9a\x56\x7c\x78\xcd\x05\x67\x5e\xf9\xd0\xec\x36\x6d\x2f\xf6\x94\ \x24\x2b\x1e\xaf\x3f\x23\x3b\x6f\xf4\x09\x17\xfd\x71\x7c\xa0\x71\ \xe5\xb2\xcd\x1a\x27\x3d\x11\x37\x58\xfb\xea\x1d\x1f\x57\xd3\x13\ \xee\x78\xe1\xb8\x0a\x75\xe9\xf3\x7f\x5c\xd1\x6a\x7d\xdb\xed\xc5\ \x58\x70\x9c\xe1\x1d\xcb\xe1\x38\x0b\x8f\x2a\xe2\x3e\x1a\x15\x01\ \x02\xce\x86\x1e\x77\xde\xb4\x7e\x9e\xd9\xaf\xbe\xbc\x5d\xe3\x78\ \x87\x08\xdb\xc9\x4e\x13\x11\xac\x75\xb5\x39\x8d\x10\x6e\x8b\x43\ \x7e\xff\xfe\x85\xa2\x33\x58\x86\x83\x94\x51\xdc\x37\x40\x29\xe7\ \xa2\x24\x7d\x8f\xbe\x62\xc6\x48\xee\x4d\x8f\x3c\x79\xcc\x40\xef\ \xe6\x05\xaf\x5d\x7c\xfa\x71\x7f\x7c\xe1\x93\x04\xdd\x2d\xb6\x48\ \x3a\xbf\x7e\x78\x76\xf3\xc4\xf1\x83\xba\x6a\x6b\x6a\xb7\x6e\xad\ \xdf\xd6\x6c\x01\x31\xba\x1a\xea\x9a\xa3\xc8\xed\x8d\x76\x71\xad\ \xc5\x1f\x0d\x66\xe8\x23\x4e\xbd\x6a\xd4\x17\x37\xbf\xf1\xd4\x33\ \xdc\x84\x4c\x00\x00\xee\xf3\x06\x08\x58\x15\x93\x7f\x77\xcd\xc9\ \x25\xbb\x5b\x3c\x36\xe3\x20\x93\xd8\x0b\x77\xdc\xb5\xd1\x37\xf1\ \xba\x89\x4d\x77\xbf\xf8\x78\xf1\x88\xe7\x4f\x2d\x02\x93\x81\xe4\ \x95\x39\xa3\x29\x2d\x05\x10\xfc\xb6\x00\xeb\x90\x79\xd2\x6f\x6f\ \x3c\x3a\x11\xa9\x5b\xfb\xe9\x83\x4f\xbf\xfe\x98\x25\xde\x73\xed\ \x09\x22\xec\xdd\xc2\xa2\x16\x2a\x28\xcf\x86\x8f\x5b\x62\x16\x80\ \x07\x80\x43\xfb\xb2\x77\x1e\xfa\xa0\x65\xec\xc9\x97\x9e\x37\x2c\ \xdd\xce\x9c\xb1\xe8\xb2\xa7\x9e\x7c\xf1\xa3\xbf\xfd\xf1\x24\x6e\ \xee\x62\xa9\x32\x2b\x73\xd0\x49\x77\x3f\x70\x0a\x42\x58\x5b\xfa\ \xe7\xd3\x1e\xdf\x7a\xf9\x4d\x77\x95\xa6\x89\x00\x9c\xed\xa3\xc3\ \xba\xe7\x31\x60\x7b\xcf\xbc\xed\x8f\x55\x7f\xb8\xe6\x9e\x07\xa3\ \x86\x2c\x38\xd2\x2f\x65\x94\xa8\x56\x2a\xe7\xa8\x1b\x1f\x3e\x3e\ \xdd\xdc\x69\x68\x72\x6a\x53\xc6\x01\x33\xed\xe5\x47\x1e\x5b\x2f\ \x0c\xfa\xcd\x54\x78\xf6\xdd\xa7\x3e\x3f\xe8\xc1\xa3\x4a\x03\x36\ \x07\x41\x90\x09\x81\x58\x38\x09\x20\x7d\xfb\x31\x84\xfd\x85\x17\ \x5c\x7f\xef\x19\xb1\xae\x9a\x25\xff\xbc\xef\x2f\x4f\xde\x1f\x18\ \xf8\xd0\xe9\x45\xbd\x2b\x26\x26\x1a\xb6\x27\x14\xbc\xf4\xdd\xe7\ \x17\xbf\xc3\x7b\x1e\x14\xc4\xc7\xe7\xcc\xba\x75\xdb\xf9\x6f\xdc\ \x7d\x3c\x75\x23\x8d\x2e\xae\xb5\xb8\x9f\x50\xdd\x3e\xbf\x38\x30\ \x9b\x42\xcd\xbf\xf9\x9a\x63\x79\xac\x73\x47\xc7\x2f\xcf\x2e\xee\ \x9f\xe1\x53\xd6\x2c\x78\xbd\xaa\x25\x62\x51\x0e\xc0\x8d\x54\x3c\ \xa6\x5b\x9c\x03\x20\xb4\x66\xce\xcb\x73\xb7\xb3\x19\x33\xa6\x8f\ \x39\xf3\xf6\xe3\x07\xd9\xaf\xde\x7a\x6f\x4d\x0a\x03\x40\xe6\xa0\ \x32\x8f\xa5\x2d\x5a\xb9\x26\x65\x73\x22\x08\xbb\x76\x61\x70\x66\ \x27\x52\x3a\x47\xd8\x13\xcc\xa8\x18\x75\x48\x51\x5a\x20\x1e\x69\ \xdc\xdd\xf5\x46\x5a\xa2\x2b\xae\x5b\x98\x10\x82\x41\xef\xaa\x7e\ \x6b\xee\x56\xb9\xa0\xb4\x9f\x17\x31\x8e\x80\xc5\xfe\xfe\xc6\xbf\ \xa9\xaf\xf8\xdc\xd3\x26\x71\xc6\xc5\xbe\x47\xde\x7b\xe9\xd0\xc8\ \xa2\x97\x1e\xfb\xac\x8d\xec\xde\x8f\xce\x39\xa3\xb6\x6d\x53\x9b\ \x52\x0e\xc0\x29\xa5\xd4\xb6\x6d\x9b\x7e\x97\x97\xcf\x40\xee\x33\ \x63\xfa\xc9\xa9\xb6\x46\xdb\xc9\x42\xc4\x6d\x21\x6d\x54\x65\x99\ \xbf\xf6\xb5\x47\x96\x6f\x8f\x3a\x8d\x60\x6a\x89\xa4\x66\x70\x00\ \x44\xc4\xed\xcb\xfe\xf9\xe1\xca\xf6\xe3\xae\xbc\xf3\xb4\xab\x6e\ \x3d\xad\x4f\xe2\xcf\xf7\x3d\xbf\xcd\x16\x11\xb0\x60\x46\x9e\xea\ \x51\xea\x97\x7c\xd4\xad\x33\x22\x08\x04\xf5\xc6\x1b\x11\x30\x3d\ \x91\x34\x00\x61\x5f\x28\xab\xe2\xb0\xd3\x87\x66\x18\xdb\xab\xda\ \x61\x97\x66\x92\x87\x9c\x31\x77\xee\xbf\xe7\xce\x99\xf3\xfe\x7b\ \x73\xdf\x7f\xef\xbd\x77\xfe\xf1\x70\x11\x44\x2a\x2e\x7d\x69\xce\ \x03\x27\x53\xd3\x8d\x34\xba\xb8\xd6\xe2\x7e\xbe\x26\x44\x14\xc5\ \xbd\xce\x89\x26\x07\x96\x58\x8c\x51\xa1\xfc\xac\x2b\xcf\xd8\xf4\ \xc8\xec\xf5\x3d\x5b\x82\xfd\xee\xb8\xfe\xec\xeb\x6f\x7c\xe6\xf6\ \x9b\xb6\x65\xa5\xf9\x04\x0c\x7a\xb4\x2b\xef\x37\x0f\xdd\x35\x21\ \xd3\x4a\x7d\xf3\xd2\xab\xf3\x0a\x8e\x9b\x75\xec\xb0\x34\x66\xd1\ \xf3\x67\x9e\xf5\xf9\xcd\xaf\xbc\x3c\xf7\xab\xbb\xcf\x3a\x98\xe5\ \x1e\x7e\xdd\xa9\x1f\xdd\x31\xfb\x1f\x57\x6f\x9c\xef\x93\x05\xb0\ \x8d\xb6\x76\xd3\x17\x64\x1c\x70\xb2\x65\xdd\x1d\xf7\x3d\x0f\xde\ \x00\x46\x40\x8d\x44\x63\x43\x78\xdc\x31\xc7\xaa\x64\x67\x8f\x03\ \x12\xf0\x27\xcf\xdf\xfc\x5e\xb5\x12\xf0\xca\x88\xb3\x64\xa4\xbd\ \xb5\xd3\x98\x76\xc3\x8c\x2c\x02\x48\x12\xb7\xbe\x76\xff\xc2\x8d\ \xec\xb4\x47\x6e\x19\xe0\xb7\x6d\x0a\xcc\xd4\xf2\x27\xff\xe1\x90\ \x85\x57\x2f\x7f\xf9\x81\x4d\x95\x8f\x0e\x08\xed\xe5\xb9\xc1\xa9\ \x91\x48\x6a\x3f\x64\x6e\x08\xef\x77\xf8\xe9\xd3\x3f\xfd\xf8\xb9\ \xb5\x3b\x0e\x42\xfc\x33\x7f\x77\xfe\xfa\x1b\xfe\x7a\xdf\x4d\xd7\ \xe4\xa4\x07\x04\x0c\x66\x4a\xab\x9c\xf6\xbb\xdf\x4d\xae\x20\xb1\ \xc5\x7f\x7a\xec\xa3\xb2\x33\xae\x9b\x3e\x54\x4a\x69\xd2\xe9\x57\ \x5d\xbd\xf8\x96\x59\x4f\x3e\xf1\xde\xdd\x57\x1f\x2b\xe7\x0c\xb8\ \x60\x42\xd1\xed\xef\xbf\x77\xd3\xf5\x2b\x7c\x8a\x08\xcc\xea\x88\ \x89\x96\xcd\x10\x16\xad\x2d\x2f\x5f\xfe\xd0\xfa\xac\x4c\x1f\x06\ \xb0\xb4\x48\x5d\x77\xce\xcc\x33\xcb\x77\x8b\x21\x52\x2b\x99\xb4\ \x7a\x7f\x84\x99\xd2\x19\x20\x6a\xa4\x52\xba\xd7\xbd\x2b\x5c\x5c\ \x59\xdc\x27\x92\x24\x9d\x77\xfe\x05\x3b\x24\x91\x67\x65\x65\x69\ \x9a\x96\x48\x24\x1c\x29\x20\x82\xf0\xdb\x8b\x2f\xfa\x8e\xbb\x1f\ \xe1\xfc\x92\xfe\x83\x33\x25\x09\xef\xd4\x0c\x66\xdb\x23\x8f\x9a\ \x79\x48\xfd\x8b\xfe\xfc\x00\x02\xe0\x8c\xf9\x07\x9e\xf4\xf4\x2b\ \x43\xe7\xfe\xfb\xfd\x4d\xdb\x3a\x19\xc2\xc1\x41\xa3\x27\xf6\x55\ \x28\x46\xf5\xf3\x3e\x40\x95\xa7\xde\x3e\xa3\xa7\x4f\xc0\x3b\xf8\ \xd8\x1b\x8f\x5b\xf9\xc6\x96\x2d\x2d\x74\x7c\x36\x63\x23\x66\x3c\ \x38\xab\xe8\xed\x0f\xbf\xda\x98\xa2\x08\x0b\x6a\xc5\x98\xc3\x86\ \x8c\x3e\x58\x60\x14\xd2\x0a\x8f\x3c\x62\xec\x9a\xea\x66\x9b\x23\ \xd1\xdf\xff\xc4\x4b\xee\x3e\x6a\x44\xb6\x61\xec\x54\x04\x4e\xd9\ \xf8\x53\x2e\xb3\x16\x2d\xad\x69\x6c\xb7\x19\x2e\x1d\x32\xfe\xea\ \x13\x4f\x19\x92\x8d\x0d\x8b\x91\x64\xed\x9c\x8d\xfe\x31\x67\x9c\ \x3f\xa3\xc2\x67\xef\xc8\xa6\x86\x04\xdf\x8c\x93\x4f\x88\xfe\xe7\ \x9b\x4d\x35\xf5\xe5\x63\x8a\xe9\x1e\xf1\x4d\xc6\x3c\x13\x6e\x59\ \x36\x65\x9f\xc3\xb9\x39\x83\xdc\xb2\x21\x95\x46\x36\xda\x65\x49\ \x6e\x9b\xa9\xc7\xdf\x7c\x5b\xd5\x3d\x7f\xcf\xf3\x61\x67\x1e\x72\ \x70\xf0\x09\xff\x78\x6b\xc8\xbb\xff\x7a\x6f\x5d\x7d\x27\xe3\x38\ \x34\xa8\xf8\xa0\x01\x05\x8c\xb3\x75\x9f\xae\xcb\x18\x3d\xf1\xc2\ \xa3\x47\x3a\xae\xb9\xb7\x70\xd8\xd9\x93\x26\x7d\x16\xde\x1a\x8e\ \x99\x05\x7e\x61\xdc\x65\x8f\x3d\x55\xfe\xaf\x77\x17\x7e\x93\x64\ \x0c\x11\xa5\x7c\xc4\x84\xca\x83\x06\xda\x86\x89\x72\x26\x9d\x7c\ \x04\xda\xd4\xd0\xc5\x38\x78\x4a\x2b\xce\xbb\xfe\xa4\xb1\x7d\xe5\ \xfd\xf4\x56\x61\x41\xed\x37\x78\xa8\x9a\x29\xba\x73\xa2\x5d\x5c\ \xf6\xb9\x20\xaa\x24\x49\xd7\x5f\x7f\xc3\xd6\xfa\x7a\xc7\x59\xb6\ \x6d\xfb\x1f\xaf\xfc\xbd\xab\xab\xfb\xb2\xcb\x2f\x57\x55\xd5\x29\ \x73\xd1\xcc\x99\x47\x1c\x71\xf8\x77\x9c\x00\x63\x04\xc0\x18\xdb\ \xcb\x66\xbe\x6b\x66\x02\xa7\xe0\x4e\xff\x94\x73\x40\x08\x63\x04\ \x74\x97\x7d\x9d\xe4\xb7\xbd\x5b\x10\xda\x6d\x10\x64\xef\xf1\x76\ \x3d\x16\xe7\x7c\x2f\x63\x59\x76\xdf\x73\xd7\x8a\x60\x8c\x01\xf8\ \x9e\xf3\x82\x7b\xea\xcb\x0f\x2c\x5b\x84\xb3\xf7\xb7\xe6\x1a\x23\ \x4c\x30\x30\xba\xcb\xe6\xbd\x37\x02\xda\x7d\xe7\x3d\x9a\x74\x1f\ \x8d\xb0\x97\x43\x7d\x47\x3c\x05\x13\xe0\xd4\x9d\x0f\xed\xe2\xb2\ \x4f\x6b\x91\x31\x36\x7a\xcc\xe8\xcd\x5b\xb6\x38\xf9\x16\x39\xe7\ \x0b\x16\x2e\xdc\xbe\xbd\x01\x21\x64\xdb\x36\x00\x10\x42\x0a\x0a\ \x0b\xbe\xdb\x5d\x64\xfb\x30\xa1\xf6\xdc\xbc\x97\x82\x9c\xb3\x6f\ \x9b\x66\x14\xe0\x3b\xef\x76\xfe\x9d\xd9\x0e\xf6\xad\x13\xdf\x52\ \xf0\xef\x79\xc4\x03\x6a\x84\x3d\x87\x43\xee\xbd\x11\x38\xdf\x5f\ \xa1\x7d\xfc\x94\x1f\x5c\xe3\xdd\x9b\xd6\xc5\xc5\xb5\x16\xf7\x21\ \x10\x5b\xeb\xeb\xab\xb6\x6c\x31\x4d\x6b\x87\x9d\xc4\x9d\xe5\x0a\ \xbc\x5e\xcf\xd0\x61\xc3\xb2\x32\x33\xdd\x16\x74\x71\x71\xf9\x15\ \xc9\x22\x00\x20\x84\x08\x21\x7b\x4d\x4d\xe8\xd8\x8c\x2e\x2e\x2e\ \x2e\xbf\x16\x27\xda\x95\x3f\x17\x17\x97\x5f\x27\xee\xea\x7d\x2e\ \x2e\x2e\x2e\xae\x2c\xba\xb8\xb8\xb8\xb8\xb2\xe8\xe2\xe2\xe2\xe2\ \xca\xa2\x8b\x8b\x8b\xcb\x81\x20\x80\xa4\x1e\xc8\x7e\x08\x81\x91\ \xea\xfd\x44\x08\x71\x47\x01\xff\x12\xe0\x7c\xd7\x61\x9b\xee\x65\ \x75\xf9\x95\xca\x22\xbb\xf7\xd4\x03\xd9\x4f\x4f\xe1\x3b\xe6\x00\ \x67\xce\xcd\xb3\x7a\xe5\x32\x51\x14\x7f\x66\x37\xb8\x53\x3b\x97\ \x6f\xb7\x0c\x65\x9c\x21\x84\x9c\x74\x1f\x1c\x7a\x66\x02\x01\x80\ \xac\x28\x83\x06\x0f\xe1\x8c\x01\x80\xae\x69\x35\xd5\x9b\x31\x76\ \xfd\x09\x97\x5f\xa1\xb5\x68\x5b\x07\xb2\x9f\x6d\xee\x6a\x3a\xea\ \xba\x76\xc1\x05\xbf\x91\x65\xf9\xe7\xf3\xc3\x42\xb9\x78\xc2\x74\ \x85\xb9\xca\xb8\xa7\x28\xc2\xd1\xa3\xaf\x1c\x37\xf0\xf4\xba\xda\ \x1a\xcb\x32\x64\x49\x05\x04\xc0\x58\x66\x4e\x4e\x5a\x5a\xfa\xca\ \xe5\x4b\xd0\x8e\x94\x1a\x18\xe3\xd7\xdf\xf8\x67\x38\xdc\xee\xb6\ \x99\xcb\xaf\x4f\x16\xff\x6f\x40\x1e\x8f\xe7\x67\x25\x8b\x8a\x82\ \x05\x2c\xbb\x3e\xe0\xb7\x21\x58\x5c\xbd\x72\x79\x61\x61\x51\x4e\ \xde\xc0\xde\x8d\x5b\x36\x6d\x10\x88\xb0\x47\x1e\x39\x51\x94\x7e\ \x56\xd7\xd4\xc5\xe5\xc7\xc1\x75\x91\x7e\x75\xb4\xb5\x34\x09\xa2\ \x98\x5f\xd8\x77\xd7\x8d\xfd\x06\x94\x77\x75\x75\x60\xec\xe6\xe5\ \x76\x71\x71\x65\xf1\xd7\x47\x67\x47\x47\x79\x79\x25\xa5\xbb\x4d\ \x5e\x22\x84\x50\x9b\x82\xbb\x5c\x81\x8b\xcb\xfe\x9c\x68\xca\x70\ \x5e\x39\xf6\x50\x7b\x5b\x2d\x98\x1a\x08\x0a\xb8\xb7\xcc\x2f\x02\ \xc6\xa8\xa2\xaa\x8c\x31\x84\x50\x7d\x7d\x7d\x61\x61\xa1\x20\x08\ \x9c\xf3\xef\xcc\xb7\xce\x18\x33\x4d\xd3\x6d\xc0\xff\xed\x0d\x29\ \x08\x4e\xce\xaa\x5e\x10\x42\x9a\xa6\xb9\x2d\xf3\x3f\x86\xab\xaa\ \xa7\x37\x6d\xe0\x3e\x64\x91\xd9\xe2\xf1\x8f\x79\x0e\x1b\x02\xed\ \xcb\x63\x8f\xdd\x22\x9e\xf6\x30\xff\xf4\x2e\x2b\x61\xb9\x8d\xf7\ \x8b\x01\x21\xd4\xda\xda\x5a\x5b\x57\x57\x5b\x57\x77\xd8\xa1\x87\ \x12\x42\xbe\x73\x97\x7e\xfd\xfa\x9d\x3b\x7d\x06\x77\x13\xd5\xfe\ \x2f\x59\xb2\x78\xf1\xfc\xf9\x9f\xb3\x07\xe6\x9c\x00\x00\x20\x00\ \x49\x44\x41\x54\xec\xba\x45\xd3\xb4\x07\x66\xfd\x89\x52\x37\xed\ \xdb\xff\x10\x55\x55\xaf\xbd\xe6\x6a\x45\x51\xf6\x23\x8b\x0c\xa0\ \x9f\x54\x21\xc4\xae\x9f\x2c\xcf\x7c\x04\x10\xe6\xc9\x04\xc9\x94\ \xcd\x98\x85\x5c\x9f\xfb\x17\xf3\x70\xe4\x3c\x37\x37\xb7\xa0\xa0\ \x00\x00\xbe\x67\x36\x10\x0e\xc0\x38\xe7\x6e\xef\xfe\xff\x92\x68\ \x34\x52\xbf\xb5\xae\xb0\xb0\x48\xd8\x65\xc4\x1b\x63\x8c\xb9\xcd\ \xfe\x3f\xb6\x13\xea\x6a\x6b\xf2\xf2\xf3\xd3\xd3\x33\x38\xe7\x7b\ \xd5\x39\x04\x60\x80\x49\x41\xf4\x00\x02\x40\x18\xe7\xf4\x65\x31\ \xcb\x8d\x3b\xfd\xf2\x94\xd1\xb6\x6d\x37\x43\xd2\xcf\x0a\xdb\xb6\ \x75\x5d\xb7\x2c\xf7\xa2\xfc\xc8\xce\x13\x68\x9a\xa6\xa5\x52\xfb\ \xb1\x16\x11\x40\x83\xbe\xb8\xde\x77\xd3\x5f\x91\x27\x47\xbc\xf6\ \x5f\xbc\xf1\xad\x44\xc4\x74\x63\x8b\xbf\x24\x0f\xda\xb4\xcc\x4d\ \x1b\xd6\x27\x12\x09\x41\x10\xfa\xf4\x2d\xee\x5b\x5c\x02\xae\x77\ \xec\xe2\xb2\x6f\x59\x04\xc0\x02\x5d\xf6\x78\x7c\x85\x0f\x17\x14\ \x41\x57\x2d\xd3\xb8\x7b\xcf\xfc\x92\x44\x31\x99\x4c\xbe\x37\xf7\ \x9d\xb1\x63\xc7\x8d\x1c\x7d\x50\x2c\x16\x5d\xf4\xc5\x82\x9a\xea\ \xea\xbe\x7d\xfb\xb8\x6d\xe3\xe2\xb2\x6f\x59\xe4\x16\x19\x72\xa1\ \x7a\xd4\x54\x24\x02\x00\x46\x24\x9e\x7a\xfc\xf7\x76\xcc\x76\x0d\ \xc6\x5f\xc2\x25\x17\x84\x0f\xe6\xbe\x7b\xf2\xa9\xa7\xc9\x92\x62\ \x99\xba\x24\x0a\x53\xa6\x4c\xad\xaa\xae\xaa\xaf\xdf\x9a\x96\x16\ \x72\xdb\xc7\xc5\x65\xaf\xb2\xc8\x81\xe5\x2a\x27\x1d\xa3\x3f\x31\ \xdd\xea\x48\x01\x42\xc0\x01\x89\xb2\xab\x89\xbf\x0c\x92\xc9\xd4\ \x11\x87\x1e\xac\xaa\x1e\x27\x80\x45\x39\xb7\x0d\x33\x3f\x3f\xbf\ \xa9\x61\x3b\x72\x67\x40\xbb\xb8\xec\x4b\x16\x39\x4e\x47\xd1\x2a\ \xbb\x2b\xe9\x7c\x02\x57\x11\x7f\x41\x98\xa6\x59\x5a\xd6\x8f\x51\ \x0a\xc0\x19\xe7\x88\x73\xc6\x19\x06\x84\x10\x46\x6e\xb7\x9a\x8b\ \xcb\xbe\xba\x5c\x10\xed\x60\x81\x91\xde\x99\x7f\xea\x89\x28\xe2\ \xa4\xf9\xd6\xa3\x76\xca\x1d\x39\xf5\x8b\x80\x83\x20\x08\x06\xb5\ \x11\x00\x20\xc4\x19\x07\xce\x39\x02\x57\x13\x5d\x5c\xf6\x27\x8b\ \x40\xba\xf5\x57\xef\xc4\xca\x0e\x97\x0a\xd9\xd4\x74\x87\x4d\xfd\ \x52\x40\xbd\xf2\x88\x10\x00\x47\x00\x00\x9c\xb9\x5d\x6a\x2e\x2e\ \xfb\x94\x45\x8c\x3c\x5e\xae\x25\x78\x7b\xf5\x4e\xe3\x10\x71\x4e\ \xdd\xdb\xe6\x17\xa9\x8d\x80\x38\x70\xce\xc1\x1d\x6a\xe0\xe2\xb2\ \x0f\x59\xe4\x9c\xe5\xf9\xae\xfb\x53\xea\xc1\x3f\xc8\x33\x9f\x12\ \x3c\x3d\x13\x60\x11\x89\x6b\x4f\x5c\x65\xc5\xdd\x9e\xe8\x5f\x98\ \x30\x72\x00\xce\x39\xe3\xe0\x86\x8f\x5d\x5c\xf6\x29\x8b\x08\xe1\ \xed\xf1\x9b\x4f\x41\xb2\x92\x7a\xf8\x84\x1d\xb7\x0a\x47\x92\x1f\ \x84\x1f\xff\xc6\xe1\x48\xce\xc8\xcb\x54\x19\xa5\x88\x08\x34\x1e\ \xd6\x40\x4d\xc5\xa2\x94\x73\x31\x90\x2d\xe8\x1d\xcc\x9b\x89\x12\ \x1d\xba\xcd\xd5\x50\x3a\x8e\x77\x25\xdd\xc8\xe7\xf7\x6d\xd7\x9d\ \xcf\xc0\x78\x3c\x61\xdb\xb6\x28\x0a\xee\x94\x3e\x17\x97\x9d\x2e\ \xf3\x1e\xc6\x22\x2a\x3a\x5c\x99\x7a\x8e\x34\xe1\x14\x79\xd2\x39\ \xf2\xa4\xb3\xe5\x49\x67\xcb\x47\x9c\xe3\xb9\xea\x79\x29\x24\xc1\ \x8f\xec\x65\x71\x8e\xa4\x50\x46\x56\xd9\x25\x0f\x3d\x30\xb6\x28\ \x33\x33\x20\x9d\x39\xf3\xc2\x34\xce\x6c\xd3\x2c\x3b\xe3\xde\x43\ \x8a\x84\x61\x97\x3c\x34\x22\x97\x70\x4e\x26\xfe\xf6\x9a\x63\xb3\ \xa8\xeb\xe5\xff\x20\xff\x99\x03\x47\x00\x9c\x83\x28\x8a\xc0\xc1\ \x4d\x29\xe6\xe2\xb2\x0f\x6b\x91\x33\x90\x4b\xc5\x61\xc3\xb8\xbd\ \x9b\xed\xc0\xb7\xfc\xcb\xea\x32\x7e\x6c\x6b\x11\x61\x16\xaf\x5b\ \xb9\xac\x63\x42\x2a\x51\xb5\x7a\xd9\x26\x53\x19\xc7\xc5\x82\xe2\ \x62\xc5\xb2\x73\x3c\x9c\x72\xe0\xb6\xe5\xd4\x92\x51\xdb\xd5\xc4\ \x03\xb3\x1a\x19\xa3\x96\x69\xbb\x29\xb8\x5d\x5c\xf6\x2d\x8b\x98\ \xf0\xea\x17\x13\x5b\x98\x13\x78\xe2\xb6\x09\x1c\x21\x51\x04\x84\ \x01\x93\x9f\xbe\xb2\x48\xf0\xfa\xfc\xa6\x6d\xab\x22\xd2\xf8\x2e\ \xfe\x20\x07\x84\x5c\x5d\x3c\x10\x44\x51\x92\x64\x99\xd9\x36\x02\ \xb7\x01\x5d\x5c\xf6\x2a\x8b\x00\x80\x08\x10\x02\xc0\x51\xb0\xbf\ \x3c\xf1\x64\x22\xb5\xa4\xde\x7d\x0d\xf9\xf3\x20\xde\xfa\x93\x8f\ \xe1\x40\x2c\x51\xb5\x61\x7d\x9b\x69\xb1\x83\xed\x02\xc2\x93\x9d\ \x7a\x51\x9a\x97\x36\x68\x79\x01\x54\x9f\x70\xef\xea\x03\x41\x37\ \x34\x6a\xdb\x5e\xd5\xe3\x36\x9f\x8b\xcb\x4e\xfb\x70\xef\xde\x15\ \xf5\x29\x17\xde\x05\xb5\xf3\x21\xa3\x12\x21\x26\x8e\xbf\x44\xca\ \x51\x7e\x12\x7b\x82\x03\x52\xbc\x1e\x0c\x3d\xcb\x75\x22\x00\x0e\ \x9c\x48\x1e\x49\x15\x6b\xde\x7d\x6a\xe8\x8c\x59\xcf\x3e\xf3\x78\ \xce\xa6\xff\x7c\x19\x25\xc4\x0d\x8e\x7d\x7f\xe7\x79\x07\x5e\x8f\ \x2f\x18\x4c\x63\xee\xf0\x1c\x17\x97\xfd\x59\x8b\x00\x00\x9c\x93\ \x22\x6c\x6d\xd2\xd6\xad\x56\xc6\x9d\x09\x8c\x72\x06\x58\xc4\x9c\ \xff\x04\x71\x79\x59\x8a\x3c\x70\xca\x59\xa2\xd7\x4b\x80\x3d\x76\ \xd7\xdd\x92\xa2\x08\xb2\xba\xfe\x89\x33\xd6\x0a\x1e\x91\x6c\xba\ \xe7\xf7\xe7\xd9\x8c\x8b\xb2\x2a\x8b\xc4\xbd\x96\xdf\xdb\xea\xde\ \xf1\x3f\x42\x92\x2c\x99\x86\xe1\x7c\x70\x1b\xc6\xc5\x65\x3f\xb2\ \x88\x11\xad\xa2\xd6\x30\xcf\xa4\x49\x20\xa9\xc2\xb0\x19\xca\x98\ \xdc\xe4\x02\xfd\x27\x4a\xcd\x8d\x14\xaf\xb7\x47\x22\x7b\x52\x8a\ \x73\x22\x7b\x1d\x15\x54\x3c\x5e\xf7\x12\xfe\x57\x8d\x8b\x10\xfe\ \xef\x04\x51\x96\x25\x5d\x37\x08\x21\x00\x9c\x52\x06\xc0\x65\x59\ \x11\x04\x81\x71\x96\x4a\xa6\x04\x41\x40\x08\x6c\x9b\x3a\xa3\x24\ \x15\x45\x71\xd6\x8d\xb1\x2c\xcb\x34\x4d\x4c\xb0\x28\x88\x8c\x31\ \x27\x21\x2e\xc6\xd8\x59\x11\x81\x32\x0a\xbd\x4b\xcb\x70\x0e\x08\ \x71\xce\x11\x42\x98\x60\xce\xb8\x53\xc6\xf9\x17\x21\xe7\x7b\xa7\ \x30\xe2\x9c\x13\x42\x44\x51\xb4\x6d\x9b\x52\xca\x38\xdb\x79\x1c\ \xd8\xb9\xda\x02\x42\x3d\x0f\x07\x42\x30\x00\x20\x84\x39\xe7\x9c\ \x73\x49\x12\x75\xdd\x40\x08\x01\x02\x49\x94\x30\xc6\xce\x11\x04\ \x41\x40\x08\x39\xf5\x04\x84\xa8\x6d\x63\x82\x11\x42\x02\x11\x9c\ \x33\x72\xce\x29\xa5\x18\x63\x42\x48\x4f\x31\xe8\x39\xaf\xf3\x63\ \x6d\xdb\x96\x65\x99\x31\x46\x29\x15\x45\xd1\x39\x2c\x00\x18\xce\ \x33\xe9\x80\x1e\x6d\x8a\x2c\x33\xce\x29\xa3\x18\x63\x49\x94\x10\ \x42\x1c\x38\x63\x0c\x01\x62\x9c\x51\xdb\x66\x8c\x21\x84\x31\xc6\ \x92\x2c\x01\x00\xa5\x8c\x52\x1b\xf7\xac\xee\x88\x0c\xd3\xe0\x8c\ \x61\x4c\x30\xc6\x36\xb5\x19\x63\x8c\x32\xa7\xda\x7c\x47\xb3\x63\ \x8c\x31\xc6\x08\x21\x4a\x6d\xc6\xb8\xe3\xab\xed\x68\x70\x0c\x00\ \x18\x63\x41\x10\x9c\x5f\x67\x59\x96\xd3\x08\x4e\x62\x63\xce\x39\ \xda\xa5\x11\x7a\xfe\xda\x10\x42\x08\x04\x42\x30\xc6\x8c\x31\x4a\ \x19\xc2\xc8\xf9\x23\x14\x45\x89\x3b\x77\x37\x26\xbb\x8e\x8c\xe0\ \xbd\xd3\x0d\x38\xc7\x18\x73\x0e\x4e\xa5\x18\xe3\xbd\x87\x74\x2e\ \x1f\x00\x60\x8c\x76\x94\xe5\x8c\x31\x84\x11\x02\xc4\x39\x07\x04\ \x4e\xb3\x38\x95\x31\x4d\x93\x52\xf6\x43\x65\x11\x80\x30\xfd\x1f\ \xd7\xa9\xe7\x5c\x45\x24\x41\x9e\x30\xc6\x78\xf5\x8f\x4c\xa3\xbf\ \x98\x01\xbf\x88\xf1\x48\x07\x0f\x64\xf7\xac\xfe\xc9\x6d\x1e\x6d\ \xe5\xe0\x41\xa1\x74\x84\x00\xe2\xad\x4c\xb7\x21\x90\x8f\x65\xbc\ \xf7\xb0\x01\xc2\x90\x68\x66\x52\x26\x16\x05\x00\x00\x4e\x21\x1e\ \x66\x16\x83\x60\x2e\x16\x38\xef\x6e\xe5\x8c\x03\xc2\x20\x7a\x91\ \x3f\x84\x00\x81\xdd\xc5\xa2\x09\x00\x00\x25\x1d\x79\xbd\xc8\x88\ \x32\xe6\xc1\x1e\x11\x38\x00\x4b\xf1\x98\x81\xd2\xd2\x7f\x5c\x1f\ \x96\xf7\xdc\x57\xa8\x57\x1a\x1d\x71\xf9\xe1\x47\x12\x45\xf1\x99\ \x67\x5f\xb8\xec\xb2\xcb\x36\x6f\xde\xe2\xf7\xfb\x06\xf6\x1f\xc0\ \x18\x7b\xe9\xa5\x97\x66\xbf\xf1\xcf\x9c\xdc\xdc\x7f\xbe\xf1\x46\ \x4d\x6d\xed\x9a\xb5\x1b\x0f\x3b\xe2\x50\x49\x12\x10\xe2\xb7\xdd\ \x7e\xeb\x8a\x15\x2b\x72\x73\xf2\x8e\x3e\xfa\xd8\xe9\xd3\xcf\xdf\ \xb2\xa5\x7a\xf6\xdb\x6f\xf6\x2d\x29\x2a\xee\xd3\xf7\x90\x31\x07\ \xd5\x6f\xdd\x1a\x0a\x85\x08\x11\xfa\xf7\x1f\x48\x64\xc9\xb2\x2c\ \x22\x0a\x1c\x00\x18\x27\x18\x5b\x9a\x5e\xbd\xa5\x2a\x2d\x2d\x2d\ \x3b\x27\x47\xb7\x4c\xaf\xdf\x07\x00\x8c\x33\x8c\x30\xa5\x34\x91\ \x48\xa4\x12\x49\xbf\xdf\xbf\x7a\xf5\xea\x85\x9f\x7d\x3e\x62\xe4\ \x88\x11\x23\x46\x64\x65\x65\x89\xaa\xe2\x48\x8f\x24\x49\xbd\x93\ \xbe\x19\x63\x94\x31\x82\xf1\xda\x75\xeb\x53\x29\xb3\xab\xab\x4b\ \x14\x50\x5e\x5e\xfe\xdf\x5f\x79\xf9\xde\xbb\xee\xec\xea\xec\xea\ \xec\x6c\x9f\xfd\xf6\x3f\x5b\x5b\x5b\xb3\xb3\x73\x31\xc6\x8b\x17\ \x2f\xee\xec\xec\xcc\xcb\xcb\xcb\xca\xca\xb2\x6d\xfb\xd0\x43\x0f\ \xad\xaf\xaf\xaf\xa9\xae\x5e\xb5\x7a\x75\x28\x23\xb4\x74\xe9\xd2\ \xb4\xb4\xb4\xca\xca\xca\x86\x86\x86\xaa\xea\x5a\xbf\xcf\x53\x58\ \x58\x48\x29\x0d\x87\xc3\x18\x43\x6e\x6e\xee\x61\x87\x1d\x31\x6a\ \xd4\xa8\xd9\x6f\xfd\x2b\x27\x27\xaf\xa4\xa4\x78\xfd\xfa\x8d\xc1\ \x60\xc8\xef\xf7\xab\xaa\xf7\x92\x4b\x2f\x30\x8c\x03\x59\x35\x2c\ \xa9\xeb\x37\x3e\xf8\x97\xc2\xec\x9c\xd2\xe2\x92\xae\x8e\x8e\xd7\ \x5e\xf9\x47\x57\x57\x17\x70\x18\x77\xc8\xc1\xd1\x78\x3c\x2b\x2b\ \x6b\xc4\xe8\xd1\x85\x05\x05\xd1\x48\xa4\xae\x66\xcb\x2b\x7f\xfb\ \x1b\xa5\x74\x60\x79\xf9\xc1\x87\x8c\x6f\x69\xef\xe8\xe8\xec\xa2\ \x94\xcd\x38\xef\xdc\x92\x92\x92\x9a\xea\x9a\x48\x24\x72\xf0\xb8\ \xb1\x85\x05\x85\x03\x4b\x0b\x00\xa0\xab\x3b\xe6\xf1\x78\x55\x89\ \xc4\x63\x89\xf6\x8e\xf6\xba\xba\xba\xae\xce\xce\x31\x63\xc6\xe4\ \xe5\xe5\x99\xa6\xe9\xf3\xf9\x04\x01\x33\x06\x1d\xe1\xae\x64\x2a\ \x19\x0e\x87\x57\xad\x5a\x35\x70\xe0\xc0\x97\x5e\x7a\xe9\xf0\xc3\ \x0f\x1f\x37\x6e\x5c\x63\x63\xeb\xc4\x89\x13\x10\x46\x92\x84\x2d\ \x9b\xc7\xb5\x24\x21\xd8\xe7\xf1\x70\x00\xcd\xa2\xd1\x58\xa2\xb5\ \xb9\x6d\xe5\xb2\x75\x8d\xcd\x8d\x59\x59\xd9\x83\x07\x97\xdb\x96\ \xae\xa7\x8c\xd6\xb6\xb6\xb9\x73\xe7\x58\x86\x26\x0b\x52\x55\xd5\ \x66\xc6\x98\xa9\x99\x18\x63\x47\x7f\xd3\xd3\xd3\x25\x49\x4a\x4f\ \x4f\xaf\xaf\xdf\x2a\x8a\x52\x53\x73\x63\x7b\xb8\x21\x27\x37\x1f\ \x21\xdc\xd9\xd9\x61\x99\xba\xa4\x78\xfc\x3e\x1f\xe7\xd0\xd5\x19\ \x26\x44\x0a\x65\x66\xa8\xa1\xb4\xc2\xa2\xc2\xf6\x70\x07\xa3\x2c\ \x10\x08\x74\x77\x44\x28\x63\x39\x39\xd9\xdc\x86\x80\xdf\x7f\xd9\ \x25\xe7\x0f\xad\x1c\xf8\x43\x63\x8b\x00\xc0\x91\x28\x43\xa4\x0b\ \x6c\x9b\x9b\xb6\x74\xd4\x15\x82\x57\xf8\x85\x04\x53\x31\x6c\xfd\ \xc0\x58\xb5\xc8\x66\x0c\xb0\x08\x08\x41\xe3\x62\xab\x3d\x01\x2d\ \x8b\xad\x96\x04\x44\x37\x58\x1b\xab\xb9\xa0\xd1\xa5\xef\xd9\x74\ \x1f\xf3\xc5\x93\x1b\xac\xaf\xe7\x98\xb1\x04\x20\x0c\x44\x00\x3d\ \x6c\xb7\x77\x70\xa3\xc9\x5e\xb9\x8c\x61\x01\x09\x12\x08\x0a\x74\ \x7d\x65\x6e\x0b\x03\x00\x20\x02\xdd\x5f\x1a\x0d\x1d\x80\x38\xdf\ \xf2\xa1\x19\x35\x21\xbc\xda\x5a\xfc\x29\x03\x11\x00\xa0\x69\x89\ \xb9\x7c\x11\x45\x3f\x72\xd3\xf6\x8c\x5b\x44\x3d\x41\x91\x5d\x8c\ \xaf\x1f\x0a\xa5\x74\xec\xd8\xb1\x1d\x1d\x1d\x59\x59\x99\x65\x65\ \x65\xa9\x54\x6a\xc5\x8a\x15\x5e\xaf\x37\x23\x33\x33\x16\x8b\x2d\ \x58\xb8\xb0\xa6\xa6\x06\x80\xdf\x72\xcb\x2d\xb9\x79\x39\x9c\xf3\ \x70\x7b\x58\x96\xe5\xb1\x07\x1d\xa4\xaa\x4a\x66\x56\x7a\x46\x7a\ \xba\xa2\x28\xf5\xf5\xf5\xd1\x68\xf4\xab\xaf\xbe\x6c\x6c\x6a\x6a\ \x69\x69\xd1\x75\xad\xa3\xa3\xc3\xd0\xf4\x9e\xda\x31\xe6\xbc\x08\ \x21\xc1\x60\xd0\x30\x0c\xa2\x48\x8a\xa2\x18\x9a\x6e\x58\xa6\xb3\ \x2a\x5e\x22\x91\xf0\x78\x3c\x1e\xaf\x47\x92\x24\xaf\xd7\xdb\x7f\ \x40\xff\xdc\xfc\xfc\xee\xee\x6e\x22\x08\x5a\x2a\xe5\x2c\x0e\xe5\ \x18\x14\x8e\x15\xc9\x39\x07\xce\x19\x63\xb2\x24\x6d\xd9\xb2\x39\ \x16\x89\xe8\xba\xae\x2a\xf2\xd6\xda\xda\xc5\x4b\x96\xc4\xe2\x91\ \xc6\xc6\xc6\xc1\x83\x07\x57\x54\x54\x54\x57\x57\x6f\xd8\xb0\x61\ \xcc\x98\x31\x83\x07\x0f\x0e\x06\x83\x5e\xaf\xd7\xef\xf7\x17\x14\ \x14\x4c\x9e\x3c\x39\x99\x4a\x8d\x1b\x37\x2e\x14\x0a\x21\x84\x02\ \x81\x40\x3c\x1e\xcf\xcf\xcf\xf7\xfb\x3c\x94\xd2\xbe\x7d\xfb\xe6\ \xe7\xe7\x07\x83\x41\xbf\x3f\xe0\xf3\xf9\xda\xda\xda\x3e\xfa\xe8\ \x23\x51\x92\xd6\xae\x5d\xf3\xee\xbb\xef\x8e\x1f\x3f\xbe\xa9\xa9\ \x31\x16\x8b\xf5\x98\x36\x07\x84\x6d\xd3\x44\x3c\x66\xe8\x5a\x47\ \x7b\x38\x2f\x37\x77\xd0\xa0\x41\xb2\x24\x15\x15\x15\x9e\x73\xce\ \x39\x33\x67\x5e\xe8\x0f\xfa\x09\xc6\x5a\x2a\x95\x99\x91\x5e\x5d\ \x55\xa5\xaa\x4a\x49\x49\x71\x30\xe0\x3f\xe8\xa0\x83\x0e\x3f\xf4\ \xd0\x54\x22\xd1\xa7\x4f\x51\x75\x55\x55\x4b\x73\xf3\xd6\xba\xda\ \xbc\x9c\x2c\x55\x51\x5a\x9b\x1b\x3a\xba\x62\xba\xc9\x24\x49\x12\ \x45\xe2\xf8\x01\xc1\x40\x20\x37\x27\xc7\x79\x74\x5a\x96\xe5\x18\ \x86\x96\x45\x39\xe7\xe9\x19\x69\x86\x61\x84\x42\xa1\xc3\x0e\x3b\ \xac\xaa\xaa\xaa\xa8\xa8\xa8\xae\xae\xae\xad\xad\xad\xbc\x7c\x10\ \x42\x60\x18\x66\x57\x77\x22\x91\x48\x06\x7c\x5e\x9f\xc7\x63\x5a\ \xa6\x4d\xa9\x22\x12\xaf\xa2\x7e\xf3\xcd\x46\x5d\x4b\x05\xfc\x7e\ \xcb\x34\xba\xbb\xba\xd6\xae\xd9\x50\x54\x54\x38\xfe\xe0\x83\x2e\ \xfa\xcd\xf9\xb2\x24\x99\xa6\x36\x64\x48\xe5\x88\x11\xc3\xd3\xd3\ \xd2\xb2\xb3\xb3\x8a\x8a\x8a\xf2\xf3\xf3\x06\x0f\x2e\xcf\xcc\xcc\ \x90\x24\x91\x10\x82\x31\x2a\x2d\x29\x51\x54\xbf\xaa\xaa\x1e\x8f\ \x9a\x96\x96\xa6\xa8\xde\xb4\x50\x28\x14\x0a\xc9\xb2\xe4\xf1\xfa\ \x0b\x0a\x0b\xfa\xf7\xef\x37\x72\xf8\x70\xaf\xac\x20\xc6\x0a\xf3\ \xf2\x81\x31\x8e\x78\x28\x14\x64\x8c\x21\x11\xa7\x65\xa4\x09\xa2\ \x70\x20\xb1\x45\xa0\x5e\xf5\xb7\x8f\x43\xf5\x9b\xd6\xfa\x0d\x1c\ \x00\x90\xc9\xec\x9f\x72\x16\x04\xb3\x2d\x31\xa7\x72\x70\x30\xba\ \xae\xae\x15\x18\x4d\x1b\x74\xe8\xb0\x3c\x81\x31\x0e\xc0\x2c\xd3\ \xdc\xb2\x7e\x45\x77\xea\xfb\x56\x2f\x51\x6f\xc7\xca\xa4\xfc\x06\ \x0a\x18\xaa\xe6\x18\x69\x93\xa5\x48\x37\x54\x1e\x8a\x4d\x11\x2d\ \x5d\xc3\x4a\x19\xcf\x1d\x46\x72\x72\x70\xfd\x42\x23\xaa\x09\x69\ \x22\x00\x06\x8c\x01\x18\x38\xd3\x40\xb8\xce\xab\xda\xd1\xd0\xc1\ \x88\x23\x48\x54\x99\x75\x86\x30\x7c\xa8\xd0\xbf\x00\xec\x08\xda\ \xba\x98\x83\x08\xfe\x6c\xcc\x62\x6c\x9d\x24\x4c\xa8\x44\x60\xf6\ \x18\x67\x6a\x36\xce\xea\x0b\xc9\xad\x76\x77\x0a\x10\x81\x8c\x0e\ \xa3\xb9\x53\xcd\xf3\xb0\x48\x94\x8b\x26\xb7\xf9\x4f\xb1\x5c\x37\ \xdf\x01\x20\xc7\xd3\x3c\x80\x3b\x94\x33\x56\x52\x5c\x3c\x70\xd0\ \x20\xc7\x37\x94\x32\xc4\x44\x22\xd1\xd2\xd2\x92\x4c\x26\xf3\xf3\ \xf3\x07\x0d\x1c\x28\x88\x62\xdd\xd6\x86\x53\x4e\x39\xf9\xb9\xbf\ \x3e\x9f\x48\xc4\x2a\x06\x57\x74\x76\x74\xf6\x2b\xeb\xe7\xf3\xf9\ \x57\xaf\x5a\xeb\xf1\x78\x4f\x9b\x36\xed\xbd\x0f\xe6\xd4\xd6\xd6\ \x56\x0c\x18\x58\x54\x58\xb4\x71\xe3\xc6\xe2\xe2\x62\x45\x55\x25\ \x49\xe2\x08\x34\x4d\x53\x14\x05\x61\xc4\x39\xc7\xa2\x98\x9e\x9e\ \xfe\xc5\x17\x5f\x64\x67\x67\x8b\x8a\x6c\x5a\x96\x24\xc8\x08\x7a\ \x1c\x3d\xa7\x02\x9a\xa6\xf5\xeb\xd7\x6f\xfe\xbc\x79\x85\x85\x85\ \x01\x9f\x4f\x4b\xa5\x64\x8f\xea\x38\x83\x8e\x9f\xeb\xac\x35\xea\ \xb8\x5d\xb6\x6d\x13\x82\xfb\xf7\xeb\xb7\x7e\xfd\xfa\xdc\xbc\xec\ \xad\xf5\x5b\x01\x78\x4b\x4b\xb3\x65\x68\x19\x19\xe9\x6d\xad\x2d\ \x99\x99\x19\x83\x06\x0e\x5c\xb3\x66\x8d\xa1\x1b\x9d\x1d\x9d\x25\ \xa5\x25\xdd\xdd\xdd\x8c\xb2\xf9\xf3\xe7\x5f\x34\xf3\xa2\xfc\xfc\ \xfc\xd2\xd2\xd2\xc4\x8a\x84\xaa\xaa\x96\x65\x25\x93\x49\xe7\xe0\ \x7e\xbf\x5f\x92\x24\x42\x88\xdf\x1f\xe8\xec\x0c\x77\x76\x76\x85\ \xc3\x1d\x94\xd2\xb4\xb4\x8c\x11\xc3\x47\x08\x02\xe9\xec\xec\x9a\ \x35\x6b\x56\x76\x76\x4e\x73\x73\x8b\x65\x1d\xe0\x02\xb3\x82\x40\ \x8a\x0a\x8b\x32\xb3\xb3\x73\xb2\xb2\xbe\x58\xb4\x28\x16\x8b\x09\ \x82\x90\x4c\xa5\xe6\xcf\x9f\x5f\x51\x59\xd1\xdd\xdd\xbd\x70\xe1\ \xc2\xeb\xae\xbd\xb6\x6a\xcb\xe6\xe6\xe6\xe6\x50\x28\xe4\xf1\x78\ \x4a\x4a\x4b\x87\x0f\x1b\xd6\xda\xde\x51\x5c\x5c\xbc\x79\xf3\xe6\ \x50\x28\xb0\x6d\x5b\x3d\xc6\xa8\xba\xba\x3a\xe0\xf7\x63\xc4\x6d\ \xdb\x02\x00\xdb\xb6\x2d\xcb\x26\x92\x80\x10\x12\x45\x31\x2d\x2d\ \xcd\xeb\xf5\x16\x16\x16\x3a\x51\x8e\x9e\x78\x02\x67\xc9\xb8\xe6\ \xf7\xfb\x75\x5d\xcf\xca\xca\xca\xce\xce\xae\xad\xad\x2d\x2e\x2e\ \x96\x24\xc9\xb6\xed\x64\x32\x65\x53\xea\xf5\xfa\x3c\x1e\xc1\x06\ \xa0\x94\x49\xa2\x64\x51\x1a\x8f\xa7\x28\xe3\xb6\x6d\x77\x76\x74\ \x5a\xcc\xe6\x8c\xe7\x64\xe7\x6c\x58\xbf\x3e\x33\x3d\x84\x80\xc7\ \x62\xd1\xec\xac\x2c\x59\x12\xeb\xeb\xeb\x65\x59\xce\xca\xce\x6c\ \x6b\x6b\x0b\x06\x03\x1c\x20\x14\x0a\x8e\x1f\x7f\xc8\xea\xd5\x6b\ \x1a\x1a\xb6\x77\x76\x76\xaa\x1e\x55\x14\x45\x47\xa6\x9d\x15\x2b\ \x29\xa5\xa6\x69\x22\x84\x08\x21\x9a\xa6\xb5\x34\x37\xeb\x26\xc5\ \x00\x5a\x4a\x0b\x87\xc3\xa1\x50\x28\x3f\xdf\x6b\x18\x86\xcf\xe7\ \xcb\xcc\xca\x19\x30\x60\x40\xf0\xbb\xd2\x2d\xef\xbd\x27\x9a\xe3\ \x7c\xac\xaf\xd0\xe6\xbc\x60\x2c\x9c\x6d\x2e\x9c\x6d\x2e\x98\xcb\ \x7e\xc2\x0c\x3a\xdc\x0e\x55\x9e\xf6\xce\x9c\xd7\xae\x9d\x36\x91\ \x71\x00\xc6\x3d\xd9\x65\x15\x15\x15\x83\x2b\x2a\x06\x1c\x32\xe3\ \xf1\x27\x1f\x29\xf5\x7f\x6f\x3b\x49\x80\xe6\xcd\xac\xbc\x1c\x51\ \xca\x81\x43\xc9\x14\x29\x43\xe4\x16\x06\x60\x20\xa8\xc8\xea\xe0\ \xf9\xc3\x49\xf3\xbf\xb5\xff\x3c\x67\x74\xdb\x00\x0c\x00\x40\xdb\ \x60\xcd\xff\xab\xbe\x78\x31\xc5\x08\x90\x80\xa2\xeb\xcd\xbc\xa1\ \x02\xb2\x38\x30\xf0\x94\x48\xe5\x83\x30\xa5\x00\x02\x34\x7e\x6d\ \x96\x8c\xc4\xdc\x02\x40\xd0\x5d\x4f\x8b\x0f\x21\xc4\xea\x75\xba\ \xd1\xb6\x0f\xf4\x4f\x9f\xd5\xb6\x27\x70\x61\x10\x0c\x03\x0d\x3a\ \x5a\xe8\xfc\x86\x26\x57\x99\xde\x81\xa2\xa8\xb3\x9f\x60\x2c\x3a\ \x07\x40\x80\x7a\x42\x33\xbd\xff\xfd\xf0\xc7\x15\xe7\x7d\x8b\x8b\ \x13\x89\x84\xcf\xe7\x13\x45\x81\x60\x52\x54\x54\xf4\x9b\x0b\x2f\ \x20\x84\xb4\xb5\xb5\x7d\xfc\xf1\xc7\x18\xe3\xd1\xa3\x47\x8f\x18\ \x31\xd2\xef\xf7\xd7\xd4\xd4\x34\x34\x34\x58\x96\xb5\x68\xd1\x17\ \x3e\x9f\xb7\xa2\xa2\x02\x01\xea\xd7\xaf\xdf\x89\x27\x9e\x38\x7e\ \xc2\x84\xea\xea\xea\x4f\xe6\x7f\xd2\xa7\x4f\x9f\x40\x20\x20\xcb\ \xb2\xa6\x69\xba\xa1\xf7\xa8\x18\xc6\xce\xdc\x44\x45\x51\x08\x21\ \x08\x63\x51\x96\x55\x55\xe1\x9c\xdb\x94\xca\xb2\x2c\x49\x12\x00\ \x28\x8a\x4a\x29\xb5\x2c\x2b\x3d\x3d\x5d\x51\x94\xce\xce\xce\x58\ \x34\xa6\x6b\xba\x13\xda\xb3\x6d\xdb\x59\x3f\xcf\x89\x7c\x21\x84\ \x04\x41\x08\x85\x42\x79\x79\x39\xa3\x47\x8f\x2c\xea\x53\xc4\x39\ \x1b\x34\xa8\xbc\xb6\xba\xaa\xaa\xba\x7a\xd3\xa6\x6f\x3a\x3b\xdb\ \x55\x45\xee\x57\x56\x3a\x6c\xe8\xf0\xa2\xc2\x42\x6a\xdb\xdb\xeb\ \xb7\x45\xba\xba\x47\x8e\x18\x81\x01\x51\xcb\xd6\x53\xfa\xbc\x79\ \xf3\xa2\x91\x88\x2c\xcb\xf1\x78\x5c\x55\x55\x4d\xd3\x30\xc6\xb2\ \x2c\x9b\xa6\xc9\x39\x4f\xa5\x92\x7e\x7f\x40\x51\xe4\x54\x2a\x75\ \xe4\x91\x47\xfa\xbc\xde\xf6\xf6\xf6\x64\x32\xb5\x7d\xfb\xb6\xd5\ \xab\x57\xc3\x7f\x37\x0f\x5d\x10\x84\x43\xc6\x1f\xd2\xb7\x6f\xdf\ \x60\x30\x58\x3e\xb8\xbc\xff\x80\x01\x8e\x34\x1f\x73\xdc\xb1\x1c\ \xa3\x91\x23\x47\x66\x64\xa4\x3f\xf4\xf0\xc3\x9f\x7e\xfa\xe9\xd1\ \x47\x1f\x9d\x48\x26\xb3\xb3\xb3\x01\x60\xf1\xe2\xc5\xdb\x1b\x1a\ \x4a\x4a\x4a\x4a\x4b\x4b\x1b\x1b\x1b\x37\xae\x5f\x1f\x0c\x04\x22\ \x91\x48\x56\x66\x5a\x41\x41\x41\x28\xe8\xa7\xb6\x95\x4a\x69\xce\ \x43\x92\x52\xea\xf3\xf9\x64\x59\x8e\x44\x22\x8d\x8d\x8d\xc9\x64\ \x32\x91\x48\xd8\xb6\x8d\x10\x62\x94\x21\x84\xd2\xd3\x83\xaa\xea\ \x69\x6e\x6e\x1e\x3d\x7a\x74\x4e\x4e\x4e\x38\x1c\x66\x8c\x05\x02\ \x01\xd3\x34\xbd\x1e\x2f\xc1\x58\x37\x6c\xcc\x41\x20\x98\x71\x86\ \x38\xf8\x7d\x1e\x51\x10\xfd\x5e\xaf\xcf\xef\x53\x24\x59\x92\xc4\ \x86\xed\xdb\x6b\xeb\xaa\xd7\xac\x5a\xdd\xd1\xd1\xae\x28\x4a\x46\ \x7a\xc8\x11\xdf\xed\xdb\xb7\xa7\xa5\x87\x04\x91\x20\x0c\x9a\x96\ \xac\xaa\xde\xb2\x7a\xcd\xaa\xbc\xfc\x1c\x22\xe0\xd2\xb2\x12\xe7\ \x59\xd2\xeb\x04\x00\x80\xc7\xe3\x09\x85\x42\xb2\x2c\x13\x42\x28\ \xa5\x5a\x32\xd5\xda\xd8\x54\xbf\xb5\x1e\x33\x9e\x88\xc5\x3a\x3b\ \x3b\x33\x32\x32\x86\x8f\x18\x41\x64\xa9\xb4\x7f\xbf\x92\x7e\x65\ \xc6\x77\x2d\x77\xbe\xaf\x2e\x97\x1a\x2b\x92\x26\x1e\x7c\x06\xf6\ \x78\x38\x42\x88\x98\xd6\xe7\xb3\xa9\x41\x7f\x12\x4d\x24\x59\xc7\ \x3e\xfd\xc8\x69\x1f\xbe\x5d\x3b\x41\x41\x00\x80\x04\xa1\x69\xe1\ \xdf\xfe\xfc\x19\x07\x24\x5e\xf8\xd4\xdc\x6f\x5e\xf8\xed\xd2\x06\ \x4b\x90\xbe\x47\x4f\x34\x02\x5a\x67\xb6\x26\x90\xbf\x8e\xa6\xe2\ \x3c\x92\x80\xac\x10\xe2\x0c\x30\x03\x40\xc0\x4c\x20\x3e\x24\x64\ \xe0\x89\x97\x7a\x50\xc4\xfe\xcf\xab\xd4\xa3\x00\x70\x50\x06\x8a\ \x87\x96\x09\x88\x20\xc6\x81\xe8\xf6\xc6\x95\xbc\x6f\x06\x4d\xc5\ \x00\xb5\xb3\xac\x0c\x8c\x39\x70\x06\x0d\x1f\x1b\xdd\x39\xd2\xb0\ \x1c\xc4\x19\x60\x02\x5d\xf5\xac\x68\x10\xea\x1d\xe5\xc9\x19\x2f\ \x9c\xaa\x0c\x2e\xc3\x02\xe1\x94\x02\xa3\x40\x32\x45\x69\xb5\xb1\ \xae\x09\x8f\x3c\x1f\xb7\x7d\x4d\x29\x07\xf1\x47\x6c\x51\x42\x84\ \xf6\x8e\x70\x30\x18\x42\x98\x73\x06\x08\x10\x06\xa0\x9c\x71\xc6\ \x7e\x68\x8c\x93\x73\x9e\x9e\x1e\x8a\xc7\x93\x18\x03\xc6\x42\x3c\ \x1a\xf7\xf9\xbc\x08\x70\xdf\xbe\x7d\x1b\x1a\x1a\xda\x3b\x3a\xbc\ \x5e\xaf\x20\xe2\x01\x83\xca\xd6\xae\x5d\xf3\xec\xb3\xcf\x9e\x7d\ \xce\x99\xd1\x68\x74\xd8\xf0\xe1\x95\x95\x95\x8c\xd1\x7e\xfd\xfa\ \x19\xb6\x26\x88\x62\x2a\x99\x9c\x3a\xf5\xc8\xbf\xfc\xe5\x2f\x08\ \x50\x6e\x6e\xee\x80\xf2\x41\x08\x63\xce\x40\x15\x25\x9b\xda\x84\ \x60\xca\x18\x41\x60\x53\x9a\x91\x91\x61\x53\xdb\xb6\x2c\x22\x08\ \x00\x0c\x23\xcc\x18\x13\x04\x81\x52\x6a\xe8\x7a\x2c\x16\x43\x18\ \xe7\xe4\xe4\xac\x5c\xb9\x32\x2f\x2f\x6f\xdc\xb8\x71\x29\x5d\x77\ \x0c\x0a\x27\x60\xef\xd8\x89\xbd\x1f\x25\x49\x4e\x24\xda\x5e\x7d\ \xe5\x1f\xc3\x87\x0f\x4d\xc4\xe3\x88\x59\x6b\xd7\x6e\xa8\xac\x1c\ \xdc\x11\xe6\x19\x99\x99\x0b\x17\x2e\x2c\x2a\xea\x5b\x5c\x52\xb4\ \x71\xc3\x46\x8c\x61\xe0\xc0\xfe\x1b\x36\x6c\x98\x3f\x7f\x5e\x30\ \x18\x7c\xf6\xb9\xa7\xfb\xf5\x2b\xae\xa9\xdd\x12\x89\xc7\x1c\x9d\ \x15\x45\x11\x21\x64\xdb\x76\x49\x49\x09\x63\x4c\x92\x24\xcb\xb2\ \x30\x06\x55\xf5\xf7\xef\xdf\x7f\xc5\xca\x15\x88\xe3\xb4\xb4\xf4\ \xf6\xf6\xf0\xd8\xb1\x07\xfb\xfd\xfe\xe5\xcb\x57\xf8\xfd\xc1\x60\ \x28\x87\xf3\x03\x31\x38\x30\xc6\xfd\x07\x0c\x90\x08\xe1\x36\xb5\ \x2d\x3b\x3f\x2f\xff\x93\x79\xf3\x0c\xd3\x7c\xe6\xd9\x67\x4f\x9d\ \x76\x6a\x71\x49\x49\x7a\x7a\x46\x6b\x6b\x6b\x6d\x75\xf5\xc2\x85\ \x0b\x83\xc1\x60\x5d\x5d\x5d\xf9\xe0\xc1\x15\x95\x15\x91\x78\x92\ \x08\x62\x41\x51\xd1\x86\x75\x6b\xda\xdb\xc3\xdf\x6c\xdc\x80\x80\ \x37\x36\x36\x0d\xe8\x5f\xa6\xeb\x66\x2a\x95\x12\x31\x92\x30\xe2\ \xc0\x2d\xcb\xf2\x78\x14\xc7\xd0\xd6\x75\x3d\x33\x33\x53\x92\x24\ \xa7\xc7\x4c\x14\x05\x50\xb1\x65\x59\x99\x99\x21\x41\x20\xdb\xb6\ \x6d\x53\x14\xc5\x69\xdb\x48\x24\x22\x8a\xa2\x69\xea\x9c\x23\x59\ \x92\x92\x56\x8a\x08\x44\x91\x25\x2c\x60\xc6\xb8\x40\x70\x66\x66\ \x66\x51\x51\xe9\xb2\xe5\x4b\x46\x8c\x1c\xb9\x71\xe3\xc6\x74\x7f\ \x50\x56\x45\x2d\x95\xe2\xd4\xf2\x7a\x7d\x99\xe9\xe9\x99\xe9\x69\ \x96\xae\xa7\x52\x1a\x42\xa8\xbd\xbd\x5d\x51\x14\xdb\xb6\x4d\xd3\ \xcc\xca\xca\x22\x84\x98\xa6\xe9\x74\xd7\x38\xd7\xd1\x79\xe3\xf8\ \xf8\x8e\xa4\x3a\x15\x66\xb6\xed\x55\x55\x8f\xc7\xe3\x0b\x04\x54\ \xaf\x97\x32\x96\x97\x9f\x27\xa9\x4a\x7e\x61\x81\x37\xe0\xff\xce\ \x2c\xf4\xfb\x18\xb7\x08\x2a\xce\xef\x4b\x3c\x06\x6d\xdc\x42\x1b\ \xb6\xd0\x6d\xd5\x9c\xfe\x44\xd6\x22\x12\x68\xc7\xa7\x17\x9e\x70\ \xe6\x1b\xab\x22\xc2\x8e\xa1\x89\x88\x88\x92\x44\xfc\xb9\x63\xcf\ \x1b\x54\x73\xd5\x53\xeb\x88\x44\xbe\xa7\x89\x84\xf2\xc4\x31\x47\ \x09\x69\xf9\x44\x56\x91\x57\x85\xd6\x35\x56\xc2\x42\x7e\x89\x37\ \x77\xf2\xe6\x6a\x5a\x38\x0c\x03\x03\xbd\x9d\x2e\x99\x6d\x15\x1c\ \x23\xa9\xa8\x27\x38\x28\xc8\x88\x08\x00\x00\x94\x90\xd1\xd3\xe5\ \xec\x7c\xe2\xf5\x80\x2f\x84\xf4\x36\xda\xd8\xcc\xcd\x0e\xda\x1e\ \x12\x46\x8d\x25\xd8\xe9\xc7\x30\x68\xd4\xc4\xe2\xee\x3a\x87\x09\ \x02\xc6\x6d\x0b\x38\x00\xa3\x80\x38\x64\xe7\x63\xff\x04\xd1\x2f\ \x00\xe1\xfc\x47\x5e\x18\xdd\xe7\xf5\x2c\xf8\xec\x53\x51\x10\x80\ \xf3\x9e\x2e\x59\x84\x80\x23\x04\xc0\x7e\x78\xac\xcb\xb2\xa8\xc7\ \xe3\x31\x4d\x7b\xd3\xa6\xcd\x86\x61\x30\xc6\x11\x01\x59\x92\x25\ \x49\xaa\xa9\xa9\x51\x14\x55\x96\xa5\xae\xce\x68\x71\x49\x9f\x64\ \x32\x59\x50\x90\xef\xf5\x7a\x37\x6d\xda\xb4\x70\xe1\xc2\x9a\x9a\ \xda\xc7\x9f\x78\x7c\xfe\xfc\x4f\x65\x59\x8e\xc5\xe3\x6f\xbe\xf5\ \x66\x6b\x4b\xcb\x9a\x35\x6b\xb6\xd6\xd5\x6d\xab\xaf\x4f\x26\x93\ \x02\x21\x00\x20\x10\x41\xd3\x34\xce\xb9\x99\xd2\x44\x45\x89\xc7\ \xe3\x1e\xd5\xe3\xdc\x18\x04\x3b\xdd\xdf\x3d\x56\x43\x32\x99\x4c\ \x4f\x4f\xcf\xcb\xcd\x8d\x46\xa3\x18\x63\xd3\x34\x13\xf1\xb8\x20\ \x8a\xb6\x6d\x1b\x86\x61\xdb\x76\x6f\x7f\xa5\x69\x9a\x84\x90\x64\ \x32\xa9\xc8\x52\x46\x5a\x68\xe0\xc0\xfe\xaa\xa2\x24\xe2\x51\xd5\ \xe3\x69\x0f\xb7\x2e\x5b\xba\xb4\xba\xaa\x6a\x7b\x5d\xdd\xd6\x9a\ \xda\xcd\x1b\xbe\x59\xbf\x7a\x6d\x32\x16\xcf\xc9\xcc\x6a\x6d\x6e\ \x2e\x1f\x30\x90\x9a\x16\xb3\x69\xbc\x3b\x1a\xe9\xec\x2e\x2b\x2d\ \x73\x94\x02\x00\x72\x73\x73\xe3\xf1\x38\xe7\xbc\xbd\xbd\x1d\x00\ \x3a\x3b\x3b\x43\xa1\x50\x2a\x95\x32\x4d\xcb\xe3\xf1\x88\x82\x08\ \x00\x25\x25\x25\x93\x26\x4d\x9e\x39\x73\xe6\xa8\x51\xa3\x96\x2f\ \x5f\xfe\xe6\x9b\x6f\x3a\x76\xee\x81\x45\x75\xd7\x6d\x58\xef\xf1\ \x7a\x1b\x9b\x9a\x8e\x38\xfc\xf0\xd2\xd2\x52\x51\x96\x14\x8f\x1a\ \x8b\x46\xcb\x07\x95\x17\x14\x16\x4c\x3d\xf2\x48\xaf\xc7\x7b\xe5\ \x95\x57\x8e\x1c\x39\x32\x1a\x8d\x16\x17\x17\x57\x0e\x19\xa2\xa5\ \xb4\x8c\x8c\x8c\x21\x43\x2a\xbd\x5e\x35\x3d\x3d\x74\xf4\x51\x53\ \x9b\x1a\x1b\xda\xda\xda\xc2\x6d\xad\x19\x19\x99\x9d\xed\xed\x40\ \x6d\x45\x55\x11\x30\x82\x7b\x22\x0f\xa2\x28\x96\x95\x95\x61\x8c\ \x65\x59\x51\x14\x49\x10\x9c\x47\x0b\xc8\x32\x91\x65\x69\xfb\xf6\ \xa6\x6d\xdb\xb6\x89\xa2\x98\x9b\x9b\x1b\x89\x44\x36\x6c\xd8\x20\ \x49\x52\x30\x18\xa4\x36\x53\x24\x59\x92\x25\x8c\x30\xb3\x6d\x00\ \x60\x36\xb5\x29\x50\x9b\x56\x0c\xae\x08\xb7\xb6\x2d\x5b\xb2\x74\ \xc9\xd7\x5f\x6f\x58\xb7\x36\x98\x16\xf8\x66\xfd\xc6\xda\x9a\xea\ \x0d\x1b\x36\x36\x37\x36\x2c\x5e\xbc\x38\x14\x08\x1e\x7d\xd4\x51\ \x94\x5a\x1e\x8f\xaa\x28\xb2\x61\xe8\x9a\x96\x6a\x6c\x6c\x58\xb0\ \xe0\x73\xbf\xdf\x17\x8b\x45\x3b\x3a\xda\x29\xb5\x7a\x17\xce\x16\ \x04\x41\x55\x55\xc7\xbb\x77\x06\x06\x50\x4a\x7d\x5e\xbf\x2c\xcb\ \xa6\x61\x24\x93\xc9\xed\xdb\xb6\x31\x4a\x9b\x9a\x9a\x00\xa1\xa6\ \xa6\xa6\xcd\x5b\xb6\x38\x4f\xca\x1f\x1c\x5b\xe4\xa4\x88\xa4\x56\ \x26\x3e\x9a\xed\xdc\x38\x00\xe8\x27\x5d\xcb\x85\x1a\xa6\xad\xee\ \xe1\xbe\x19\xe6\x80\xb3\x6e\xdb\xfc\xcf\x07\xc3\x58\xfc\xfe\x7f\ \x59\x48\x44\xb2\x08\x08\x41\x5a\x11\x96\x04\x60\x16\x30\x06\xa5\ \x13\xc5\x6f\x16\x98\x38\x5f\x18\x9c\x0d\x46\x23\xdd\xb0\x96\xe6\ \x4f\x95\x0b\xf3\x61\x2f\x0f\x02\x04\xb2\x17\x21\x02\xfe\x02\x82\ \x7c\x88\xc7\x38\xa5\xc0\x31\xc7\xcd\x6c\xe9\xdb\x36\xc3\x64\xd8\ \x49\x82\x9c\x84\x60\x49\xcf\x20\x08\x00\x00\x06\x4a\x3e\x09\x78\ \x76\x36\x6d\x20\x17\x23\x80\xb4\xa1\x62\x06\x07\x9b\xf3\xcc\x52\ \x8c\x7e\xdc\xb4\x5e\x08\xa3\xbc\xbc\xdc\xaf\xbf\x5a\x34\xa8\xbc\ \xc2\xe7\xf7\x51\x4a\xa3\xd1\xe8\x86\x75\x6b\x8a\xfa\xf4\x65\xec\ \x07\x2f\x4f\x2c\x8a\x42\x3c\x9e\x08\x06\xfd\x5e\xaf\x37\x23\x23\ \x1d\x0b\xf8\x8b\x05\x8b\xba\xbb\xbb\x09\x21\xe1\xb6\xb6\x78\x3c\ \x26\x88\xf2\xd6\xba\x3a\x59\x52\xea\xeb\xeb\x0d\xd3\xd4\x75\xdd\ \x32\xcd\x8d\x1b\x37\x66\x65\xe5\x4d\x3f\x77\xba\x61\xeb\x0d\x4d\ \xdb\xfa\x95\x95\x6d\xab\xae\xf1\xfb\xfd\x91\x48\xa4\xa8\x4f\x9f\ \x8a\xca\x4a\xd3\xb2\x0c\xcb\x04\x8c\x18\x63\xc0\x39\x11\x04\xd3\ \xd4\xc3\xf5\xf5\x18\x63\xcb\x34\x81\x11\x84\x31\xc1\x60\x99\xa6\ \x28\x88\xb6\x6d\x47\xa3\x51\x67\x48\x8d\x6d\xdb\x35\x35\x35\xc1\ \x60\x30\x33\x33\x33\x1e\x8f\x63\x5d\x17\x64\x51\x55\x54\x27\xde\ \xe7\x84\x20\x01\x20\x99\x4c\x6e\xde\xbc\xb9\xb5\xa5\xb5\x3d\x1c\ \xde\xb8\x61\xbd\x65\x1a\xa1\x50\xc8\x30\xf4\x78\x3c\x9e\x99\x91\ \xe1\x04\x2b\x29\xb5\x3b\x3a\xc3\xd1\x68\xa4\x7f\xff\xfe\xab\xd7\ \xd4\x1b\xba\xe1\xf5\x78\xd2\xd2\xd3\xb6\xd6\xd5\x8d\x19\x33\x06\ \x21\xb0\x6c\x2b\x3f\x3f\x7f\xc3\xc6\x8d\x84\x10\x47\x7c\x45\x51\ \x4c\x4f\x4f\x57\x55\x75\xf0\xe0\xc1\xaf\xbf\xfe\xba\x20\xe0\x69\ \xd3\xa6\x6d\xda\xb4\x79\xd8\xb0\x61\xab\x56\xad\x69\x6f\x6f\x1f\ \x3f\xfe\x10\x4d\xd3\xe6\xcd\x9b\x37\x68\xd0\xa0\xa3\x8f\x2e\x39\ \xe0\x01\x3a\xa2\x28\x0e\x1b\x3e\xfc\xe3\xff\xfc\x27\x3b\x23\x53\ \x33\x8d\x60\x28\x84\x30\xa6\x96\xd9\xd9\xdd\xb5\x7a\xdd\x9a\x01\ \x03\x06\x10\x24\x70\x80\x9c\x9c\x1c\xc3\x30\x30\xc6\x89\x44\x62\ \xd9\xb2\x65\x15\x95\xfa\xb6\xc6\xa6\xec\x9c\x1c\xca\x19\x30\xb6\ \x6c\xe9\xd2\x68\x24\x92\x48\x26\x96\x2e\x5d\x5a\x54\x58\x58\x56\ \x52\xec\x51\x73\xfc\x3e\x2f\xc1\xc8\xb6\x29\x63\x2c\x12\x89\xa5\ \x52\x29\x4d\xd3\x0c\xc3\x60\x8c\xda\x36\x76\xcc\x2c\x8c\x91\x6d\ \x73\xc6\x38\x42\xc8\xe7\xf3\xd9\xb6\xdd\xdc\xdc\xbc\x7d\xfb\x76\ \xc6\x58\x2c\x16\x93\x24\x49\x92\xa4\x54\x2a\xc5\x92\xd4\x1f\xf0\ \x89\x92\xa4\xeb\xba\x24\x29\x12\x41\xc9\xb8\xd1\x1e\xee\xb4\x2d\ \xcb\xb2\xac\xaa\xaa\x2d\xb1\x58\x34\x1e\x8b\x55\x55\x6d\x8e\x46\ \x73\x14\x45\x2e\xca\xcf\x37\x74\x7d\xf5\x9a\xd5\xa9\x64\xd2\x34\ \x4d\x49\x92\x82\xc1\x80\x69\x5a\x91\x48\xa4\xad\xad\x0d\x21\xf0\ \xfb\xfd\xb6\x6d\xab\xaa\xc2\x98\x2d\x08\x82\x13\x4d\x76\x1e\x4b\ \xba\xae\x63\x8c\x55\x55\x75\x22\x18\x58\xc0\x8c\xf3\x94\xa6\x79\ \xfc\xfe\x8a\xca\xca\x23\x26\x4f\x59\xb3\x76\xed\xa6\x6f\x36\xa5\ \xa7\x67\x88\x92\x34\xbc\x5f\x5f\xc8\xc9\xfc\xa1\xb2\x88\x10\x8b\ \xb0\xc0\x10\xcf\xe9\xd7\x39\x83\x83\x00\xeb\xd6\xc7\x7f\xa7\xfa\ \xcf\x28\x75\x97\x8e\xfb\x5f\x3a\x3d\xff\xfd\x0b\x57\x8b\x3f\xbc\ \xb7\x82\x73\x28\x1c\x21\x00\x40\xee\x48\x11\x00\x40\xc2\x15\xc7\ \xcb\xc0\x81\x73\x10\xf3\xc8\x88\x7c\x02\x1c\xf6\x63\x1c\x73\x0a\ \x81\x0a\x11\x00\xc0\x23\xf4\x01\x00\x10\x86\x9e\xd0\x2b\xe0\xc0\ \xbd\xa4\xff\xa8\x5d\x3b\x25\x20\x30\x4a\x0a\xec\xd2\xc3\x5f\x38\ \x52\x70\x0e\x42\x01\x00\x50\xe9\x14\xf1\x47\x9e\x3e\xc4\x19\xcb\ \xcb\xcb\x4b\x26\x93\x5f\x7d\xb9\x30\xd2\xdd\x2d\x4a\x52\x9f\x3e\ \x7d\x46\x8f\x3d\x28\xd2\xdd\xad\x69\x3f\x4c\x16\x11\x82\x54\x4a\ \x0b\x06\xfd\xd1\x68\xbc\xb0\xb0\x00\x63\xbc\x69\xe3\xe6\x50\x28\ \x34\xa8\x7c\xd0\xd2\xa5\x4b\x33\x33\x33\xfd\x7e\x3f\x00\xbc\xfd\ \xf6\x3b\xf7\xcf\xba\x67\xd6\xfd\x0f\x64\x65\x66\xc9\xb2\x6c\x18\ \xc6\x90\x21\x43\x44\x51\xec\xee\xee\xee\x8e\x75\x8e\x1a\x35\xaa\ \xb9\xb1\xa9\xa2\xb2\x72\xed\x9a\xb5\xe9\xe9\xe9\xa1\x50\x28\xdc\ \xd6\x06\x18\xa7\x65\x66\x00\x02\x59\x92\xa9\x6d\x0b\x84\x08\x7e\ \x7f\x22\x16\xcf\xc9\xc9\x11\x44\x51\x50\x64\xc6\x19\xc2\x18\x44\ \x51\x20\x82\x6d\xdb\x84\x10\x59\x96\x09\xc6\xe1\x70\xb8\xb4\xb4\ \xd4\xb6\xed\xee\xee\x6e\x22\x8a\x4e\x10\x95\x73\x6e\x18\x86\x65\ \x59\x84\x10\x45\x51\x3a\x3a\x3a\x9c\x48\x5c\x4b\x4b\xf3\xb2\xc5\ \x4b\x36\x6e\x5c\xef\x74\x59\x14\x15\xe6\x0b\xa2\xc8\x29\xb5\x0c\ \x23\x1a\x8d\x66\x66\x84\xaa\xaa\xb7\xf6\xeb\xd7\x8f\x71\xca\x39\ \x0b\xa5\x05\xbb\x23\x5d\x9a\x96\x22\x02\x56\x54\x79\xe9\xb2\x25\ \xfe\x50\x30\x2d\x33\xbb\x6f\xdf\xbe\x2d\x2d\x2d\x1d\x1d\x1d\xaa\ \xaa\xda\xb6\x2d\x8a\x62\xff\xfe\xfd\x31\xc6\x99\x99\x99\xa6\xa9\ \xb7\xb5\xb5\x22\x84\xf3\xf2\xf2\x0e\x3b\x34\xf0\xcd\x37\x9b\x16\ \x2d\xfa\xb2\xad\xad\xa3\xae\xae\x8e\x31\xe6\xf1\xf8\x72\xf3\xd2\ \x0f\x2c\xf5\x13\x63\x3c\x91\x48\x8c\x1a\x33\xba\x20\x37\xcf\xd4\ \x8d\xcf\x3e\xff\x4c\x14\xc5\x68\x2c\x9a\xe6\xf5\x62\x8c\x47\x8f\ \x1d\xfb\xf4\x13\x4f\x79\x3d\xde\x39\x73\xe6\x34\x35\x35\x11\x4c\ \x52\xa9\x54\x6d\x6d\xed\x80\x01\x83\x26\x4e\x9c\xd8\xd8\xd4\x54\ \x54\x54\xb4\x4e\x4b\xd6\xd6\xd6\x78\x3c\x1e\xc3\xd0\x0b\x0a\x0a\ \x0e\x3e\x68\x6c\xc0\xef\xb3\x2c\x53\x4b\x25\x31\x21\x8c\x71\xbf\ \xdf\xdb\xde\xde\x19\x8f\xc7\x75\x5d\x27\x84\x20\x84\x4c\xd3\x74\ \xe2\xb3\x08\x81\x69\xd0\xd6\xd6\x56\x49\x92\xf2\xf3\xf3\x01\xc0\ \xb2\x2c\xce\x79\x56\x56\x96\x28\x8a\xa9\x54\x0a\x38\xa4\xa7\xa5\ \x11\x09\x2c\xc3\x06\x0e\x1e\x55\xd5\x0c\x23\x99\xd0\xe7\x7d\x32\ \x3f\xa9\x19\x8d\x0d\x2d\x1e\x8f\xa7\x2d\xdc\xa6\x2a\x8a\x24\x0a\ \x84\x10\x8c\x20\x95\x48\x34\x6c\x6f\xe8\xec\x6a\xef\xea\xea\x50\ \x3d\x1e\x55\x55\x3b\x3b\x3b\xe3\xf1\xa8\xcf\xe7\xd3\xf5\x14\x42\ \x28\x1a\x8d\x78\x3c\x6a\x28\x14\x30\x0c\x2d\x1a\x8d\x38\x17\xdd\ \x11\x41\xc6\x58\x28\x14\x8a\x46\xa3\xf1\x78\x3c\x10\x08\x20\x84\ \x88\x28\x2a\xa2\x28\xc8\x72\xdf\xbe\x7d\x0f\x3d\xec\xb0\xf6\xf6\ \xf6\x70\x38\xac\x48\x52\x4e\x76\x4e\x32\x91\xf8\xce\x34\x7a\xfb\ \x18\x84\x02\x6d\xe6\xe7\xef\x0b\x21\xb2\xc3\xbe\xb0\x7e\x6e\xe3\ \x6c\xd4\x8a\x23\x47\x41\xdd\x43\x35\xdd\x08\xa4\xff\x0b\xa9\xd8\ \xc7\xfb\x03\xd8\xfd\xc7\xdc\xf7\xbf\x71\xa5\x7d\xfe\xe1\xc3\x47\ \x10\x22\x60\xbc\x73\x34\xec\x01\x3c\x60\x08\x41\xc9\xa4\xa6\x28\ \x32\xa5\x74\x6b\xed\xd6\xed\xdb\xb7\x4f\x99\x32\x39\x3d\x3d\x3d\ \x1a\x8d\x3a\x23\xab\xbf\x5a\xfc\xf5\xb9\xe7\x9e\xfb\xc5\x82\x2f\ \xc7\x8c\x19\xbd\x6d\x7b\xbd\x69\x9a\xe1\x70\xf8\x94\x53\x4e\x5d\ \xb8\xf0\xab\xe5\xcb\x97\x4f\x9e\x7a\xc4\x86\xf5\xeb\x87\x0e\x19\ \xba\xd9\xef\x77\x7a\x42\x44\x51\xcc\xce\xcb\xa3\xb6\x6d\xda\x16\ \xc6\x84\x63\xce\x18\x63\x00\x58\x10\x1c\x5d\x8b\xc7\x62\x69\x4a\ \x16\x02\xb0\xa9\x2d\x10\x21\x95\x4a\x59\x96\xe5\xf7\xfb\x6d\xcb\ \xe2\x1c\x29\x8a\xe2\xf5\x7a\x19\x63\x89\x44\xc2\x32\x8c\xb4\xcc\ \x4c\x67\x99\x1a\x84\x90\xa2\x28\x8e\x93\x95\x93\x93\xc3\x18\x6b\ \x6d\x6d\xd5\xb4\x94\xc7\xa3\x4c\x9a\x34\x69\xe3\x86\xf5\x9a\x96\ \xda\xb8\x71\x63\x66\x28\x14\x8f\xc7\x73\x73\x73\xb6\xd5\xd7\x01\ \x80\x65\x18\x4d\x0d\x8d\xd1\xee\x48\x32\x9e\xa0\x96\x1d\x8f\xc7\ \x33\x32\x32\x7c\x1e\xef\xe2\x2f\xbf\x1e\x3a\x6c\xa8\xac\xaa\x8b\ \x57\xae\xa0\x94\x6a\x9a\x06\x00\x91\x48\xc4\xef\xf7\x3b\xd2\x60\ \x18\x46\x32\x99\x64\xcc\x2e\x2e\x2e\xb6\xed\xba\xbc\xbc\xbc\xea\ \x78\x6d\x6e\x6e\xee\x80\x01\x03\xb6\x6f\x6f\xec\xd3\xa7\xcf\xea\ \xd5\xab\x97\x2e\x5d\x3e\x7a\xcc\xfd\x9a\xa6\x1f\x50\x80\x18\x97\ \x94\x94\x58\x86\x61\x59\xd6\xd7\x5f\x7d\x95\x9f\x9f\xa7\x78\x3d\ \x21\x96\xc6\x18\xcb\xc8\xc8\x58\xb3\x66\x4d\x2c\x16\xbf\xf4\x92\ \x4b\xee\xbd\xfb\xee\x91\x23\x47\x6e\xda\xb0\x5e\x10\x84\x8c\x8c\ \x8c\x78\x22\xde\xda\xda\x2a\xcb\x32\x46\xe8\xe0\x83\x0f\xea\xee\ \xee\x6c\x6e\x6a\x94\x65\xb9\x20\x37\x27\x95\x4a\x25\x12\xf1\x80\ \xdf\x87\x31\xf6\x79\x55\x51\x92\x30\xc6\xa1\x50\xa8\xbd\xbd\x3d\ \x14\x0a\x05\x83\x41\x45\x91\x9c\x91\xd5\x4e\x6c\x56\x20\x96\xaa\ \xaa\x79\x79\xb9\xdd\xdd\xdd\xcb\x97\xaf\x48\x26\x93\xce\x30\xe9\ \xf6\xf6\xf6\x40\x20\x40\x6d\x9b\x00\xe2\x8c\x61\x89\x48\xb2\x90\ \x4c\x25\x15\xc5\x13\x8d\x46\x83\x81\x60\x4d\xd5\xaa\x35\x2b\xd7\ \x6c\x6b\xdc\x16\xe9\xee\x0c\xa5\x85\x38\x07\xc4\x99\x6d\x59\x92\ \x24\xf9\xfc\x1e\xd3\xf2\xeb\x29\xad\x37\xc6\x6d\xdb\xb6\x73\xd1\ \x9d\x4b\x1c\x0e\x87\xc3\xe1\x70\x66\x66\x66\x77\x77\x37\xe7\x5c\ \x55\x55\x84\x90\xaa\xaa\x9c\x73\x45\x51\x52\xa9\x14\xa5\x34\x27\ \x27\xc7\xa4\x76\x28\x23\x5b\x14\x84\x96\xd6\xb6\x78\x32\xf9\xc5\ \x17\x5f\x48\x8a\x6a\x5b\x96\xd7\xeb\x45\x8c\x05\xbc\x5e\x45\x56\ \x7e\x68\x6c\x91\x03\xb5\x81\x20\x7b\xd1\x5f\xf5\xb9\x4f\x3b\x2f\ \xed\xdd\x97\x7e\x56\xa6\x22\x00\x94\x8e\xab\xb4\x1b\x3e\x6d\x49\ \xb9\x53\xd6\x0e\x5c\x8f\x29\xa5\xb6\x6d\x59\x96\x13\xa6\x39\xc0\ \x96\x94\x24\xc9\xe3\x51\x93\xc9\xd4\x9b\x6f\xbe\x95\x96\x96\x76\ \xd4\xd1\x47\x32\xc6\xdb\xdb\xdb\xcb\xca\xca\x56\xac\x58\x51\x55\ \x55\xd5\xd8\xd0\x24\x08\xff\x8f\xbd\x37\x8f\xb1\xec\xba\xcf\x03\ \xcf\x39\xf7\x9c\x73\xf7\xfb\xd6\xda\x5e\xad\xdd\x55\xbd\xb1\x49\ \x36\x9b\x54\x8b\xa4\x68\x8a\x92\x25\xcb\xa6\x22\x2f\x1a\x59\x96\ \x6c\x2b\x63\x23\xc2\x20\x88\x3d\x93\xc1\x08\x83\x41\x90\x38\xb3\ \x20\x23\x18\xb2\x63\xcf\x4c\x30\x8e\x63\x3b\x4a\x06\x18\x69\xac\ \x20\x16\x2d\x4b\xb2\x48\x8a\xbb\xd8\x5c\xd4\xcd\xde\xb7\xda\xf7\ \x7a\x55\x6f\xdf\xee\x7e\xcf\x32\x7f\x9c\xea\xb2\xc6\xb0\xa3\x51\ \x53\x82\x63\xb8\x0e\x1a\x8d\xfa\xe3\xe1\xd5\xab\x5b\x75\xbf\xfb\ \xfb\xfd\xbe\xef\xf7\x7d\x38\x49\xe2\x13\x27\x4e\x9e\x3b\x77\x2e\ \x4d\xd3\xcd\xad\xad\xf5\x8d\xb5\x47\x1e\x39\xfb\xd3\x3f\xfd\xb1\ \x2f\x7d\xe9\x4b\x5e\x2e\xd7\xef\xf7\xef\x3b\x75\xaa\x32\x3e\x2e\ \x84\xc8\x95\x4a\x91\xef\xa7\x69\x1a\x04\x21\x44\x50\x02\x49\x29\ \x55\x33\x72\x25\x27\xce\x58\xb6\x3f\x29\x86\x90\x33\xa6\xaa\x06\ \x4a\xa9\x69\x59\x3a\xa5\x9e\xe7\x2d\x2f\x2f\x7b\x9e\x47\x29\xb5\ \x6c\x47\xad\xd3\xa8\x9a\x42\x0d\xf2\x94\x34\x67\x7b\x7b\xfb\xe2\ \xc5\x8b\xdb\xdb\x3b\x49\x92\x9c\x3c\x79\xf2\xfe\xfb\x4f\x03\x00\ \x24\xe3\x95\xf1\x79\x4a\x10\x68\x00\x00\x20\x00\x49\x44\x41\x54\ \x71\x9d\xe2\x28\x0c\x54\x7b\x38\x37\x37\x8b\x10\x8c\xa2\xd0\xb2\ \x4c\xd3\x34\x4a\xa5\x62\x14\x45\x49\x12\x97\xca\x45\x8c\xb5\xcd\ \xcd\x0d\xb5\xe2\x42\x29\x1d\x1b\x1b\x13\x42\xe8\xba\xae\x88\x9d\ \xd5\xd5\x55\xcf\xf3\x5c\xd7\x9d\x98\x98\x90\x52\x8e\x8f\x8f\x6b\ \x9a\x76\xee\xdc\xb9\x67\x9f\x7d\xb6\x5a\xad\x36\x1a\x8d\xc9\xc9\ \xc9\x5f\xfd\xd5\x7b\xd4\x72\x03\x00\x20\x44\x51\x1c\xfb\xbe\xff\ \xec\xb3\xcf\xde\x99\x9f\x3f\xfd\xc0\x03\xa6\x61\x60\x8c\x5b\xed\ \x56\xae\x50\x68\xb5\x5a\x67\x1e\x3a\xa3\xe6\xb6\x51\x14\xf5\x7b\ \xbd\x5e\xaf\xf7\x89\x4f\x7c\xe2\xe8\xd1\xa3\x17\x2e\x5c\xb0\x2c\ \x7b\x6f\x6f\xaf\x5c\x2e\x1f\x39\x72\x44\xf5\xd7\x08\xa1\x13\xc7\ \xe7\x8e\x1f\x9b\x73\x5d\x17\x48\xce\x39\x17\x9c\x03\x00\x28\x25\ \x51\x14\x39\x8e\xe3\xfb\x3e\x00\x80\x73\x01\x21\xd4\x34\x88\x10\ \xca\x32\x3e\x36\x36\x96\x65\x8c\x52\xfd\xd8\xb1\x63\x95\x4a\x65\ \x6c\x6c\x2c\xcb\x32\xcb\xb2\xa6\xa6\xa6\x0a\xf9\x82\x94\x4a\x2a\ \xc8\x81\x84\xc3\xe5\x21\xcb\x32\xa7\x27\x27\xc7\xc7\x2a\x0a\xbc\ \xe6\x8e\xcd\x4d\xcf\x4c\xa7\x69\xda\x6a\x35\x19\x63\x9c\x71\x8c\ \xb4\x5a\xad\xd6\x6e\x36\x92\x24\x0a\x43\x7f\x7b\x6b\x1b\x42\x68\ \x59\x96\xef\xfb\xaa\x53\x5e\x5b\x5b\x13\x42\xb8\xae\x3b\x18\x0c\ \xd4\xa3\x28\x49\x92\x30\x0c\x29\xa5\xf9\x7c\xbe\x50\x28\x38\x8e\ \x83\x10\xea\xb4\xdb\x69\x9a\x0a\x20\x9d\xbc\x47\x74\x9a\x2b\xe4\ \xc3\x38\xaa\xef\xd5\xfa\xdd\xde\xda\xca\x6a\xa3\x56\xf7\x2c\xc7\ \xf8\x7e\x4e\x7a\x7f\x39\xb4\x00\x88\x31\xfb\x9f\xfc\x2f\xd1\xbf\ \xfa\x27\xf4\xbf\xfc\x2d\x6c\xde\x2d\x12\x91\x1f\xff\xd1\x3f\x65\ \xfe\xdf\x58\x68\x01\x44\x38\xdd\xfd\xce\x8b\x97\x56\x0e\xd6\x79\ \xb5\xdd\x2b\xcf\x7c\xf5\x42\x0c\x0f\x0d\x22\xfe\xa6\xc1\x95\x89\ \x0b\x97\x2f\xb6\xda\x9d\x5f\xfa\xd4\xa7\x10\x42\x4b\x0b\x8b\x52\ \xca\xe1\xe1\xa1\xf5\xf5\xb5\x07\x1e\xb8\xff\x8b\x5f\xfc\xe2\xb9\ \xc7\x1e\xbb\x7c\xf9\xd2\x2f\xfe\xf2\xa7\x06\xbd\xc1\xa5\x4b\xef\ \x10\x6c\xc4\x51\x52\x2c\x94\x31\xc6\x4b\xcb\x8b\x9f\xfd\xec\x3f\ \xf8\xd3\x3f\xfd\xea\xc7\x7f\xf6\xe7\x7a\xfd\xbe\x02\xb8\x76\xa3\ \x31\x3d\x33\xbd\xb9\xb5\x85\x30\xce\xb9\x9e\x00\x52\xc3\x80\x65\ \x0c\x41\x61\x1a\xa4\x50\xf0\xfa\x83\x3e\x10\x82\x71\x2e\x81\xe4\ \x42\x78\x9e\xc7\x39\x8f\xc2\xd0\xd0\x8d\xc1\x60\xa0\x3a\x38\x4d\ \xd3\x02\xdf\x77\x5d\x27\x48\x13\xa2\x11\x20\x15\x63\x29\x75\xaa\ \x23\x0d\xed\x6c\x6e\x35\x6a\x7b\x71\x10\x38\x96\x51\x74\x27\x24\ \x4b\x1b\xf5\x7a\xa9\x50\xc8\xe5\x72\x6b\xeb\xeb\x63\x63\x15\x01\ \x10\xc4\x34\xe3\x72\x73\x67\xa7\x90\xcf\x71\x21\x38\xe7\xfd\x41\ \x3f\xcd\x52\xcb\xb6\x2d\x62\xb9\x9e\x73\x7b\xfe\x36\x26\xd4\x75\ \xbc\x5a\xad\x11\xc7\x49\xb3\xd1\x8c\xc2\x98\x12\x3a\x3b\x3b\xa7\ \x53\x7d\x62\x7c\xe2\xed\xb7\xbf\x6b\xdb\xf6\x17\xbf\xf8\x7f\x15\ \x8b\xc5\xe5\xa5\xb5\x8d\x8d\xcd\x95\x95\x95\x99\x99\x23\x95\xca\ \xb8\xe3\x38\x86\x61\x3a\xb6\x2d\xef\xb5\x59\x48\xd3\xf4\xf5\x0b\ \xaf\xaf\x2c\x2d\xde\x7f\xe2\xe4\x7b\xfe\xde\x43\xd7\x2f\x5f\xe5\ \x69\x2a\xb2\x2c\xe7\xb8\xcf\x7c\xf5\x3f\xe4\xf3\xe5\x13\xc7\x8f\ \x0d\xfa\xfd\xff\xea\x1f\x7e\x76\x77\x7b\xe7\xcf\xbf\xf1\xf5\x7a\ \xa3\x51\xf0\xbc\x7c\x79\x68\x7c\x62\xfc\xb9\x6f\xbf\x38\x3d\x3d\ \xcd\x85\x7c\xcf\x23\xef\x3d\xff\xfa\xf9\x56\xab\x7d\xfc\xf8\xc9\ \x20\x4c\xba\x9d\xd6\x9d\x3b\x77\x26\x27\xc7\x4f\x9c\x38\x05\x01\ \x10\x5c\x00\x00\xa3\x30\x1c\x9a\x9a\x5a\x59\x59\x39\x75\xea\x04\ \x42\x08\x48\x99\x24\x59\x9a\xa6\xcd\x66\x7b\x66\x66\x82\x73\xae\ \x74\x9a\x61\x10\x98\x86\x91\x24\x89\x14\x62\x30\x18\x48\x21\x75\ \xdd\x88\xd2\x24\x9f\xcf\x6b\x04\x09\x2e\x85\x00\x1b\xeb\xeb\x5f\ \xfc\x77\x7f\xd4\x6a\x75\x4b\xc5\xdc\xe4\xd4\xb8\xa9\xe3\x30\x1c\ \x44\xfe\xc0\x71\x6c\x84\x00\x17\x2c\xcb\x32\xc3\x34\x09\x21\x69\ \x96\xe9\x86\x1e\xc7\x71\x18\x86\x8c\xb1\x7c\x3e\x3f\x18\x0c\x5c\ \xd7\xad\x54\x2a\xdb\xdb\xdb\xbd\x5e\x0f\x13\x22\x24\xd0\x30\x11\ \x12\xe8\x86\x01\x91\xb6\x53\xdd\xed\x0f\xfa\x84\x52\xc7\xf3\x4e\ \x3f\x70\xa6\x17\x87\xa5\xf2\x50\xad\xd6\x80\x10\x0e\x06\x7e\x12\ \x25\x96\x65\x63\xcc\xf3\xae\x27\xa5\xc4\x3f\x20\xe5\x02\x01\xaa\ \x05\xff\xdb\x7f\x0d\x18\x8b\xff\xfd\xaf\xff\x7f\xe0\x92\xfd\x8d\ \x06\xb9\x20\x1a\x2d\x7e\xf9\x8b\x8b\xe0\x2e\x95\x21\x97\x5f\xf8\ \xbf\x7f\x17\x00\x88\x0f\xe3\xde\xff\x26\x0f\x21\xe4\x2b\x7f\xfc\ \xff\x3c\xf9\xe4\x93\x67\x1e\x78\x00\x42\x70\xed\xea\x95\xe1\xe1\ \xe1\x2f\xfe\xdb\x7f\x0b\x00\x38\x75\xdf\xc9\xb5\xf5\xd5\xf5\x8d\ \xd5\x9f\xfb\xc4\x27\x3e\xf0\xc1\xf7\xf7\x3a\xfd\xed\xed\xed\xdd\ \xdd\x7a\x9a\x66\x10\xa2\x5c\x2e\x07\x00\x38\x71\xe2\xf8\xcb\x2f\ \xbe\xf0\xe9\x4f\xfe\xc2\xd7\xbe\xf6\xb5\x4a\xa5\xd2\x68\x36\x0c\ \xc3\x48\xd2\xa4\x56\xab\x21\x08\xa7\xc6\xc7\x11\xd6\xa4\x84\x40\ \x02\x88\x40\x16\xc7\x2c\x4b\x88\x86\x10\x90\x52\xa4\x58\xa3\x50\ \x43\x9c\x8b\x38\x8e\x91\x86\x0c\xc3\x6c\xd4\x6a\x69\x92\x68\x9a\ \x56\x2a\x16\x83\x81\x5f\xdb\xab\x85\x41\x00\x88\x81\x75\x1d\x02\ \x90\x25\x89\xa6\x69\xa1\x1f\x02\x20\xdb\xad\xd6\x85\xb7\xde\x2a\ \xb9\x9e\x26\xd8\xe6\xc6\xea\xca\xe2\x7c\x14\x27\x49\x9c\xd8\xb6\ \x55\x6f\xb5\x10\xa1\x83\x30\xc6\x18\x63\xaa\x15\x4a\x45\x8c\x51\ \x1a\x86\x33\x47\x67\x16\x17\x17\xcb\xc5\xa1\x7a\xbd\x7e\xfa\xf4\ \xe9\x95\xe5\x65\x26\xb9\xa1\xd3\x56\xbb\x57\x28\x14\xb7\xb7\x77\ \x6e\xde\xbc\x4d\x08\x9d\x9e\x3e\x82\xa0\xa6\x38\x16\xd7\xf1\x7a\ \xbd\xc1\xcf\xfd\xec\x27\x2e\x5e\xbc\xf8\xc2\x0b\x2f\x7a\x9e\x77\ \xf2\xe4\x7d\x73\x73\x73\xdd\x6e\xf7\xe7\x3f\xf9\x89\xda\x5e\x7d\ \x73\x73\x13\x02\x78\x6f\xc8\xc8\x58\xb6\x5b\xdd\xfd\xe8\x47\x9e\ \x4e\xa3\xf0\xfc\x6b\xdf\x69\x37\x9a\x63\xa5\x32\x41\xda\xd2\xea\ \xd2\xea\xe2\xd2\xcc\x51\xb6\xa8\x89\x4f\x7e\xf2\x93\xeb\x1b\x6b\ \xb7\x6f\xdc\x8c\xe2\xc8\x34\x4d\xa4\x69\x81\x3f\xa8\x56\x77\x1e\ \x7d\xf4\x91\xe7\x9e\x7f\x7e\x7a\x72\x22\xef\xe5\x72\xb9\x82\x65\ \x5a\x41\x10\xee\xec\x54\x37\x37\xd6\x9b\xcd\xd6\x07\x3e\xf0\xc1\ \x30\x8c\x6c\xdb\x54\x1b\xd0\x40\x8a\xe9\xa9\xc9\x8d\xf5\x35\x00\ \x00\x82\x40\x70\x01\x81\x34\x74\x3a\x5e\x19\x63\x99\x34\x0c\xdc\ \xef\xf9\x9b\x9b\x9b\xb5\x5a\x4d\xd3\xb4\x5c\x2e\x3f\x32\x32\x02\ \x21\x44\x14\x73\xc1\x32\x8e\x1c\x8c\x92\x98\xeb\xba\x96\x86\xd9\ \xc5\x8b\x17\x6d\xcb\x4e\xe2\x84\x73\x1e\xc7\x41\x1c\xfa\x54\xd3\ \xa4\xe4\x59\x9a\x60\x0d\x45\xd1\xbe\xd0\x8a\x0b\x29\x25\x50\xeb\ \xd5\x8a\x0d\xef\xf5\x7a\xba\xae\x43\x08\x37\x37\x37\x95\x08\x9f\ \x4b\x20\x21\x0c\xa2\xc8\xb4\x6d\x2f\x5f\x98\x9a\x99\x69\x34\x1a\ \x7e\x18\x42\x0d\xd7\x9b\x2d\xbc\xb8\x50\x1c\x1d\x69\xd4\x1a\xd5\ \x9d\x6a\xb7\xd3\x2d\x14\xcb\x23\xe5\xe1\x28\x4e\x1e\x7c\xf0\x0c\ \xe7\x3c\x97\xcb\xe9\xa6\xf9\x03\x36\xd1\x22\xd5\x4e\x7f\x5c\xb3\ \x08\x60\xe9\xf7\xfc\xcb\x0e\x21\xe0\xf0\xfc\x95\x32\x91\xf7\x3e\ \xf6\xd8\xe4\xcc\x0c\xa6\x14\x22\x34\x52\xa9\x30\x21\x5e\x7e\xed\ \xb5\xe7\x5f\x7c\xf1\x3f\x3e\xf3\x4c\xb3\xdd\x7e\xe4\xbd\xef\x9d\ \x9b\x9b\x5d\x5f\xdb\x20\x84\x94\x4a\xa5\xe9\xe9\x69\xc3\x30\x00\ \x00\xef\xbc\xf3\x8e\x6a\x3f\x3f\xf6\xd3\x1f\x7b\xe9\xa5\x97\x66\ \x67\x67\xe3\x38\x56\x0a\xc4\x7a\xbd\xde\xed\x76\x0b\x85\x82\x46\ \x08\x67\x5c\x71\x44\x00\x00\xdd\x30\x18\x63\x00\x02\xd5\x50\xcb\ \xfd\x5e\x12\x0e\x7a\xfd\x2c\x4e\xa5\x10\x61\x18\xaa\xed\xb4\x6a\ \xb5\xba\xb4\xb4\xd4\xe9\x74\x96\x16\x16\x95\xb9\x01\xc6\x88\x52\ \x0a\x80\xa4\x94\xa4\x71\x9c\x25\xf1\x87\x3f\xf8\xe3\xb6\x6d\x2f\ \x2c\xcc\x4b\x09\xd2\x34\x45\x48\x73\x1c\xc7\x71\x1c\xc6\x99\x1a\ \x0b\x2a\x65\x78\xbd\xde\x10\x42\xd4\xeb\xf5\xad\xad\x2d\x84\xa0\ \xe2\xb2\xb7\xb7\xb7\x73\xf9\x5c\xce\xf3\x1a\xcd\x46\xa3\xd1\x54\ \x5b\x19\x8c\xb1\x56\xbb\x55\x2a\x95\x00\x00\x8f\x3f\xfe\xf8\x93\ \x4f\x3e\xa9\xeb\xba\x61\x18\xaa\x95\x5e\x5d\x5d\xdd\xd8\xd8\xb8\ \x7d\xfb\xf6\xf5\xeb\xd7\x8f\x1f\x3f\xfe\x9d\xd7\x5e\xd7\x75\x5d\ \xf5\xdd\xf7\xfa\x40\xa2\x4f\xbc\xef\x89\x5e\xb7\x3b\x3f\x3f\xaf\ \x69\xda\x85\x0b\x17\x88\xa1\x23\x04\x05\x17\x9c\xf3\xa1\xa1\xa1\ \x27\x9f\xf8\xb1\x41\xbf\x7f\xed\xda\xb5\xa5\xa5\x25\x82\x49\x14\ \xc7\xba\xae\x4f\x4f\x4f\x97\xcb\xe5\x76\xab\xfd\x93\x3f\xf9\x93\ \x8b\x8b\x8b\x5f\xf9\xca\x57\x4c\xd3\x0c\xc3\xb0\x5e\xab\xf7\x7a\ \xbd\x5e\xbf\xff\xf4\xd3\x4f\xa7\x69\x6a\xdb\x26\x63\x1c\x00\xa0\ \xfc\x26\xbe\x97\x2e\x17\x9c\x4b\x29\x21\x04\x69\x9a\x20\x24\x7b\ \xbd\x7e\xb3\x59\xd7\x34\x38\x3d\x3d\x81\x10\xa8\xd7\xab\xdd\x6e\ \x3b\x4d\x63\xc7\x31\x91\x06\x84\x64\x42\x4a\x84\x01\x80\xe0\xe6\ \xad\xeb\xf3\x0b\xb7\x1d\xd7\xea\x74\x5b\x51\x1c\x2c\x2c\x2c\xa8\ \xf9\xa0\xeb\xba\x61\x18\xaa\x31\xe2\x5d\x36\x49\x78\xb9\x9c\x65\ \x59\x96\x65\x11\x42\x94\x84\x20\x9f\xcf\x3b\x8e\xa3\x3e\x89\x69\ \x9a\x10\x02\x84\x50\xad\x56\x53\xda\x83\x28\x8a\xd4\xf0\x51\xad\ \x81\xb2\x2c\x5b\x5d\x5a\xde\xde\x5c\x9f\x3d\x7a\x64\xee\xe8\xac\ \xcc\xd2\xe2\x70\xf9\xc1\x87\xce\x14\x4a\x45\x80\xe0\x9d\xa5\xc5\ \x6a\xb5\xfa\x03\xc2\xa2\xe4\xda\x91\xf7\x23\x83\x1c\xde\xf3\x87\ \xe7\xfb\xf3\xa1\x52\x4c\x4c\x4c\xec\xaf\xd6\x09\xa1\x21\x74\xfb\ \xf6\x6d\x35\xbf\x23\x18\x53\x4a\x6f\xde\xb8\x51\x2c\x16\xa7\xa6\ \x27\x7b\xbd\x5e\xb1\x58\xbc\xff\xfe\xfb\xb3\x2c\x43\x08\xd5\xeb\ \xf5\x24\x8d\x3d\xcf\x45\x08\x7d\xe8\x43\x1f\x5a\x5f\x5f\x9f\x98\ \x98\xf0\x3c\x6f\x6b\x6b\xab\x58\x2c\x7a\x9e\x97\x2f\x97\x84\x10\ \x58\xd3\x92\x24\x05\x10\x69\x08\x41\x8c\x29\xa5\x00\x42\xa4\x69\ \x10\x21\x25\xa4\x8d\xee\xde\x51\x69\x1c\x8f\x57\x2a\x23\x95\x8a\ \x63\xd9\x53\x53\x53\xb5\xdd\xbd\x38\x08\xdb\x9d\x4e\xa3\x5e\x0b\ \x7c\x1f\x08\x00\x01\xe0\x29\x4b\xa2\x70\xb7\xba\xf3\xda\x6b\xaf\ \x35\x5b\xf5\x34\x8b\x1d\xc7\xcd\xd2\x54\x31\x24\xdd\x6e\x37\x0c\ \xc3\xd1\x91\xd1\x46\xa3\xa1\xa6\xf8\x71\x1c\x9f\x3a\x75\x72\x63\ \x63\x6b\x6a\x6a\x06\x42\x0d\x00\x6d\x30\x08\xf2\xf9\x62\x10\x44\ \x10\x62\x42\x8d\x52\x71\x48\x08\xde\xeb\xf5\xd2\x34\xe5\x9c\xbb\ \x8e\x7b\xfc\xf8\x71\xb5\xb7\xb3\xba\xba\xaa\xc0\xfd\xe6\xcd\x9b\ \x4f\x3c\xf1\xc4\xf4\xf4\xf4\xe4\xe4\x24\x84\x70\x6e\x6e\xce\xb6\ \xed\x73\xe7\xce\x75\x3a\x9d\xcb\x97\x2f\x2b\x71\xc9\xbd\xc0\x22\ \xc6\x53\x93\x13\x13\x93\x93\xc3\x43\xc3\x63\x63\x63\xad\x76\xfb\ \xa5\x57\x5e\xbe\x7e\xf3\x06\xd5\xe9\xcc\xcc\xcc\xd3\x1f\xfd\xa8\ \x6d\x59\x08\xa1\xb3\x67\xcf\xde\x77\xdf\x69\xf5\x68\x79\xe7\x9d\ \x77\x36\x36\x36\x66\x67\x67\x9f\x7a\xea\xa9\xeb\xd7\xaf\x47\x51\ \xf4\xc8\x23\x8f\xbc\xf4\xd2\x4b\xa6\x69\x6e\x6e\x6d\x5e\xbc\x78\ \xf1\xc1\x07\x1f\xb4\x6d\xdb\xb6\xcd\x46\xa3\x25\x38\x57\x4f\x29\ \xcb\xb2\xf8\x81\xb0\x56\x4a\x4c\xa9\xae\xeb\x61\x18\xf9\xbe\x0f\ \x00\x5c\x59\x5e\x09\x82\x00\x00\xb0\xb7\x57\x5b\x59\x59\xd9\xdc\ \xdc\x5a\x5e\x5e\x5e\x5b\x5b\x0b\x82\x70\x68\xa8\xe4\x79\x1e\x63\ \x1c\x41\xb8\xb5\xb5\xd3\x6a\xb5\xde\xf7\xbe\xf7\xa9\x45\xc9\x6e\ \xb7\xab\x48\x2a\xb5\xc3\xce\x39\x57\xe0\x9b\x24\x89\xa6\x69\x08\ \x21\x35\xf3\x56\xbb\x49\x6a\x56\xab\x76\xfb\xd4\x48\xb1\xd3\xe9\ \xc6\x51\x8c\x31\x16\x42\x20\x84\x08\x21\x84\x90\x07\x1e\x78\xe0\ \xbe\xfb\xee\xc3\x18\x17\x0a\x85\x99\x99\x19\x91\x66\xb5\x9d\xdd\ \xf5\x95\x95\xdd\xea\xf6\x91\xa3\x47\x4f\xdf\x77\x7a\x78\x64\x38\ \xe3\xa9\xed\x79\x47\x66\x8f\xce\x1c\x39\xf2\x83\x52\x2e\x00\x00\ \x93\x3c\xf1\x29\xfd\xc3\x7f\xdf\x38\xf8\xf7\x93\xbf\xa0\xe9\x87\ \x86\x86\x87\xe7\xaf\xe0\xe7\x08\x25\x49\x92\x10\x9d\xc6\x71\x3c\ \x3c\x3a\xf2\xa7\x5f\xfb\x5a\x9a\xb1\x3f\xfc\xa3\x3f\xfa\xef\x3e\ \xf7\x39\xcf\xcb\x6d\x6d\x6f\x6f\x6d\x6d\x05\x41\xc8\x18\xbb\x75\ \xeb\x56\xa3\xd1\x10\x42\x40\x08\x67\x66\x66\x16\xe6\x17\x01\x04\ \x69\x9a\xd9\x8e\xf3\xc8\x7b\xde\x73\xf5\xea\x55\x00\x40\xa5\x52\ \x99\x9c\x9e\x9e\x9c\x9e\xfe\x17\xff\xd3\xff\xfc\xce\x85\x0b\x49\ \x9a\x12\x82\x21\x04\x82\x33\x00\x40\x96\xa6\x69\x1c\x73\xce\xc1\ \xbe\x89\x16\x20\x84\x12\xac\x31\x96\x19\x96\xe9\xfb\x83\xb5\xa5\ \xa5\xc5\xc5\x85\x2c\x49\x36\xd6\xd7\x36\x36\xd6\x47\x86\x87\x31\ \x21\x40\xca\x2c\xcb\x38\xcf\x24\x00\x9b\x5b\x9b\x4b\x4b\x8b\x96\ \x69\x3c\xfb\xad\x67\xf7\x76\xf7\xda\xad\x56\xc6\x32\x82\xb1\xda\ \x98\x26\x18\xe7\x72\xb9\x4e\xa7\x13\xc7\xf1\x60\x30\x08\x82\xe0\ \xc6\x8d\x9b\x0f\x3d\xf4\xd0\xee\xee\x6e\x1c\xc7\xba\xae\x63\x8c\ \xdb\xed\xb6\x61\x18\xaa\xb6\xed\xf7\xfb\xf9\x7c\x5e\x99\x89\x51\ \x4a\x4b\xa5\x92\x65\x59\x7f\xf6\x67\x7f\xf6\xdb\xbf\xfd\xdb\x85\ \x42\xc1\xf3\xbc\x46\xa3\xd1\xed\x76\xf7\xf6\xf6\x30\xc6\x95\x4a\ \x45\x19\x70\x2d\x2f\x2f\xbf\xf1\xc6\x1b\x2f\xbc\xf0\xc2\x53\x4f\ \xbd\x3f\x4d\xd3\x7b\x7e\x20\x35\xea\x8d\x6e\xbb\x93\xcb\xe5\x5e\ \x7e\xed\xd5\x76\xb7\x9b\x2f\x14\x2c\xcb\xca\xd2\x6c\x7d\x7d\x3d\ \x0e\x42\xc3\x30\xc2\x30\xb2\x6d\xfb\x89\x27\x9e\xc8\xe7\xf3\x18\ \xe3\x85\x85\x05\x84\xd0\xe8\xe8\xa8\x69\xe8\x9f\xfd\xec\x67\x85\ \x10\x53\x53\x53\xe5\x72\x39\xcb\xb2\xe9\xe9\xe9\xb3\x67\xcf\x8e\ \x0c\x0f\x13\xa2\x45\x51\x6c\x9a\xa6\x12\x28\x42\x0d\x39\x8e\x23\ \x01\x38\x90\x9d\x0b\x21\xe2\x38\x5e\x5e\x5e\x26\x18\xc7\x51\x38\ \x33\x3d\x75\xfa\xbe\xfb\x06\xfd\xde\xc4\x78\x25\x8e\xc2\x28\x0c\ \xf6\x76\xab\x39\xcf\x15\x9c\xc5\x51\x8c\x20\xc0\x9a\xd6\xeb\x76\ \x37\x36\xd6\xcf\xbf\xfe\x7a\x75\x67\xbb\xd3\x6e\x41\x00\xb0\x86\ \x54\xdd\xad\x6c\x3b\x14\xaf\xf2\x17\x3b\xfa\x00\x0c\x06\x03\x35\ \x0c\x56\xc0\x87\x10\x52\xe0\x5b\x2c\x16\x31\xc6\x61\x10\x00\x08\ \x55\xe5\x88\x10\x9a\x98\x98\x18\x1d\x1d\x2d\x97\xcb\xbd\x5e\xcf\ \x34\xcd\xed\xed\xed\x34\x4d\x67\xa6\xa6\x1c\xdb\xca\xb9\xee\xc8\ \xf0\x70\xb9\x5c\x1a\x0c\xfa\xa5\x52\xf1\xdc\xa3\x8f\x8e\x4f\x54\ \x72\xa5\x42\x9c\xc6\x3f\x38\x2c\x42\x04\x30\x86\x48\x03\xda\xdd\ \x7f\x10\x1d\x9a\x37\x1f\x9e\xbf\x8a\x0f\x85\xd5\xdd\x9a\x6e\xe8\ \x42\x00\xcb\xb6\x9f\x79\xe6\x6b\xd7\x6f\xdc\xfc\xf6\x0b\x2f\x18\ \xa6\x15\xc5\xc9\x20\x08\x84\x04\x9b\x9b\x9b\x5b\x9b\x5b\x9c\x73\ \x25\xf1\x55\x1b\x72\xcf\x3d\xf7\x5c\xbd\x5e\x0f\x83\x88\x52\xa2\ \xa6\xf5\x10\xc2\x9d\x9d\x1d\xdb\xb2\x08\xa5\x92\xf3\x30\x0c\xe7\ \xe7\xe7\x55\x8f\x99\xc4\x71\x92\xa4\x00\x42\xce\x79\x18\x86\x3c\ \xcb\x00\x50\x16\x11\x80\x10\x6c\xe8\xd4\xa0\x44\xb0\xac\xdd\x6a\ \x2d\x2e\xcc\x0f\x0f\x0f\x21\x08\xf6\x6a\x7b\xb3\xb3\x47\x4d\x83\ \xda\xa6\x21\x84\x88\x93\x50\x08\x81\xa9\xa6\x63\xf2\xf0\x43\x67\ \x4d\x43\xcf\xe7\x72\xeb\x6b\xeb\xa6\xa1\x03\x08\x18\xe7\xfb\xb7\ \x9f\xa6\xc5\x71\x0c\x00\xf0\x7d\x5f\x08\x41\x08\x3d\x76\xec\xb8\ \x2a\x63\xd5\x20\x95\x10\x62\x9a\x66\xad\x56\x53\xe5\xde\xf8\x78\ \x85\xea\xba\x62\xbd\x01\x00\xb6\x6d\xdf\xba\x75\xab\x52\xa9\x40\ \x08\x6f\xdd\xba\x15\x86\xa1\x69\x1a\xf5\x7a\x7d\x73\x73\xf3\xd8\ \xb1\x63\x7b\x7b\x7b\x27\x4e\x9c\xf0\x7d\xff\xf9\xe7\x9f\xbf\x7e\ \xfd\x7a\xa5\x52\x29\x97\x87\xef\x5d\x9f\x25\xc1\x50\xa1\x28\x85\ \x18\x1e\x1e\x7e\xf1\xc5\x17\x27\xa7\x26\x7f\xe3\x9f\xff\xf3\x4f\ \xfc\xfc\xcf\x0b\x21\x7a\xed\xce\xa0\xd7\x4f\x93\x44\x48\xf1\xc6\ \x1b\x6f\xbc\xf5\xf6\x5b\x8d\x66\x43\xf1\x15\xab\xab\xab\x51\x14\ \x79\xb9\x9c\xe7\x79\x4f\x3e\xf9\xe4\xf3\xcf\x3f\x3f\x3c\x3c\x6c\ \x18\xc6\xa9\x53\xa7\x1e\x7f\xfc\xdc\x1f\xfc\xe1\x1f\x7e\xfe\xf3\ \xbf\x29\x25\x88\xe3\x58\x79\x50\x0a\xc6\x7d\xdf\xef\x75\xbb\xed\ \x76\x5b\x30\xae\x4c\x37\xa8\xae\x17\x0a\x05\x4a\xb4\x5e\xb7\x33\ \xe8\xf7\x5a\xcd\xfa\xda\xea\x8a\x14\x7c\x67\x7b\x8b\xb3\x2c\xf0\ \x07\x94\x60\x7f\xd0\xf7\x07\x83\x34\x49\x38\xcb\x2e\x5f\xba\x74\ \xe5\xd2\xa5\x34\x89\x5f\x7d\xe5\x95\x2c\x4d\xb3\x34\x49\xe2\x58\ \x09\xe0\xd5\xea\x51\x3e\x9f\x07\x00\x60\x8c\x93\x24\xf1\x7d\x3f\ \x97\xcb\x8d\x8f\x8f\x43\x08\x55\x9d\xa8\x76\x57\x74\x5d\x8f\xe3\ \x58\x55\x94\xa6\x65\xb9\x8e\x23\x84\x50\x02\x9d\x30\x0c\x2f\x5d\ \xba\x34\x18\x0c\x94\xac\x32\xcb\xb2\x76\xbb\x9d\xc5\x89\xe7\xba\ \x82\x8b\x56\xab\xe5\xfb\xfd\x24\x89\x77\xaa\x3b\x5f\xfe\xf2\x97\ \x1f\x7d\xec\x51\x3b\xef\x8a\x7b\xd1\x2d\xc2\x30\x7d\xf1\xdf\x67\ \xad\xe0\x2f\x9c\x20\x01\x84\xf8\xb0\xad\x3e\x3c\x7f\xd5\x1f\x90\ \xa6\x49\x09\x04\x67\x17\xdf\xb9\xf4\x1b\xbf\xf1\xcf\xbe\xf4\xa5\ \x2f\x6b\x1a\x9a\x9c\x9c\xb0\x2c\xcb\xf3\xbc\xdd\xdd\xdd\xb7\xdf\ \x7e\xfb\x93\x9f\xfc\xe4\x8d\x1b\x37\x5a\xad\xd6\xed\xdb\xb7\x09\ \x21\x69\x9a\x8e\x8e\x8e\x1e\x39\x72\xe4\xeb\x5f\xff\xfa\xc7\x7f\ \xee\x67\x30\x21\x96\x65\xed\x0b\x41\x82\xe0\xe5\x17\x5e\x18\x1f\ \x1f\x6f\x34\x1a\x23\x23\x23\xbb\xbb\xbb\x59\xc6\x21\x04\x85\xbc\ \x1b\x07\x83\x6a\xb5\x5a\xab\xd7\xcf\x3d\xfa\x28\x80\x40\x19\xfe\ \x08\xce\x20\x84\x61\x14\xb5\x1a\x4d\x43\xd7\x37\x37\xb7\x0a\x5e\ \x6e\x6c\x74\xf4\xcc\x03\x0f\xf4\xba\xdd\x7a\xbd\xbe\xdb\x6a\x3f\ \x78\xf6\x0c\x94\xc0\xd0\x49\xbf\xd5\x21\x3a\x3e\x7f\xfe\xf5\x7a\ \xbd\xce\xd2\x14\x02\x81\x31\xb1\x1d\x6b\x63\x63\x43\xfd\x2c\x59\ \x9a\xda\xb9\x5c\x2e\xe7\x85\x61\x58\x2c\x16\x2d\xcb\xf2\x3c\x57\ \x08\x69\xdb\x4e\xb5\x5a\x2d\x16\x4b\x5e\xce\x9b\x5f\x58\x18\x1b\ \x1d\xbb\x78\xf1\x9d\x20\x08\x0d\xc3\x44\x08\xa9\x9d\x3f\x35\x0b\ \xc3\x18\xab\x39\xa3\x9a\x15\x64\x59\x36\x32\x32\x32\x39\x39\x99\ \xcb\xe5\x5e\x7f\xfd\x75\xdf\xf7\x83\x20\xf8\xf8\xc7\x3f\xfe\xa5\ \x2f\x7d\xf9\xd3\x9f\xfe\x54\x10\x04\xf7\xac\x8b\x92\x52\x76\xda\ \x6d\xac\x69\xff\xe2\xf3\xff\xeb\x91\xd9\xa3\xff\xed\x7f\xf3\x8f\ \xfb\xfd\xee\xe6\xd6\x96\x6e\x18\xd5\xdd\xea\xcd\xeb\x37\xca\xcd\ \x51\x88\x35\x8c\x31\x90\xb2\x58\x28\xd6\xf6\xf6\x56\x56\x56\x10\ \xc6\xf3\xf3\xf3\x23\xa3\xa3\x02\xc8\x24\x49\x35\x4d\xdb\xdc\xdc\ \x4c\xd3\x14\x63\xdc\x68\xb4\xfa\xfd\xfe\xce\xf6\x56\xab\xd5\x72\ \x5d\x37\xf0\xfd\x28\x0a\x09\x21\x9c\xf3\x66\xb3\x39\x34\x3c\xcc\ \x39\x87\x08\x01\x29\x21\x84\x95\xf1\x0a\x8b\x93\x62\xbe\xb0\xb5\ \xb5\xf5\xe2\xb7\x5f\xa4\x94\x40\x09\xd2\x38\x01\x42\x1e\x3b\x3a\ \x87\x00\xb4\x4c\x93\x31\x16\x04\x41\xa1\x58\x3c\x76\xec\x18\x42\ \x5a\xab\xd5\xea\xf7\xfb\xd5\xdd\xdd\x2c\xcb\x0e\x36\xd3\xd5\xf8\ \x45\x35\xd4\xbd\x5e\xcf\x71\x1c\x85\x8f\x96\x65\xa9\xab\x57\xa9\ \x54\x9a\xcd\x66\x1c\xc7\x10\xc2\xf1\xf1\xf1\xf5\xf5\xf5\x62\xb1\ \xd8\xa8\xd7\x7b\x7e\x0f\xec\xaf\xe4\x17\xfb\xfd\x3e\x21\xe4\xf2\ \xe5\xcb\xb9\x5c\x8e\x31\x66\x18\x46\xb9\x5c\x66\x71\xd2\xab\xf6\ \x9d\x9c\x3b\x5a\x19\x6b\xb5\xdb\x37\xef\xdc\xd6\x30\xf9\x89\x9f\ \xfa\xa9\x30\x1a\xf4\x3b\xdd\xec\x3f\xb9\xe2\xf2\x57\xc1\x22\x44\ \xa2\xb1\x24\x81\x06\xbf\x67\xa7\xee\x50\x04\x73\x78\xfe\xca\xa3\ \x69\xe8\xda\xf5\x9b\x1a\xd1\x11\x42\xff\xec\x37\xfe\xc7\x5f\xfb\ \xf5\x7f\xfc\xf0\xc3\x0f\xbd\xf4\xf2\x77\xaa\xd5\xaa\xeb\xe6\xa8\ \x6e\xea\xd4\xbc\x72\xe5\x8a\xea\x6b\x76\x77\x77\x85\x10\xb5\x5a\ \x2d\x97\xcb\x9d\x3d\x7b\x76\x62\x62\xa2\xd3\xe9\x0c\xfa\xfd\x62\ \xb9\x5c\x1c\x1a\xca\x79\x1e\x21\x24\x08\x82\x07\x1e\x78\x20\x9f\ \xcf\x67\x59\x36\x3c\x3c\x3c\x3a\x3a\x12\x46\xa9\x6d\x99\xa6\x6d\ \x00\x20\xfc\xb7\xdf\x0e\x82\x00\xeb\xba\x72\x9f\xe1\x5c\x42\x08\ \x59\x96\x0c\x7a\x9d\x5e\xaf\x17\xf8\xfe\xf1\xb9\x23\x0b\xf3\xb7\ \x11\x42\x82\x67\x50\x8a\x66\xad\x7e\xdf\x23\x8f\xb0\x2c\xa3\x94\ \x30\xc6\x6c\xc7\xac\xef\x55\x3f\xf4\xd4\x07\xaa\x73\xc7\x16\x17\ \x16\x4a\xc5\xfc\xf6\xf6\x76\x18\x47\x84\x10\x00\x45\xbf\xdf\xcf\ \x17\x0a\x58\xd7\x73\xb9\x7c\x92\xd4\xd5\x42\x61\x1c\xa5\x6f\xbe\ \xf1\xb6\x65\x59\x8e\xe5\xa5\x09\x23\x9a\x3e\x54\x1a\xc1\x1a\x0d\ \xfc\x68\x66\xfa\xe8\xe2\xe2\x92\x1f\xc6\x85\x42\xa1\xd3\xe9\x08\ \x21\xc2\x30\x54\xeb\x34\x9c\xf3\x99\x99\x99\x4a\xa5\xb2\xb3\xb3\ \x6b\x9a\xe6\xd9\xb3\x67\x1d\xc7\x39\x7f\xfe\x7c\xa9\x54\xfa\xb5\ \x5f\xfb\xb5\x2f\x7e\xf1\x8b\xbf\xfc\xcb\xbf\x94\x24\x69\xa1\x98\ \xab\xd5\x77\xee\xb1\x4e\x07\x40\x72\xf1\xcd\x6f\x7e\xf3\xea\x95\ \x2b\xbf\xf5\xdb\xbf\x65\x39\x36\x44\xb2\x50\x2c\x72\xc1\x59\x9a\ \xcd\xdf\xba\xf5\xf7\x4e\x1d\xbf\x7a\xf3\x06\x8b\x93\x9d\xcd\x2d\ \xdf\xf7\xd5\xfc\x0e\x00\x78\xf3\xe6\xcd\x52\xb9\xdc\x1b\xf4\xf3\ \xf9\x9c\x72\x15\x32\x4d\xf3\xad\xb7\xde\xba\x7a\xf5\x4a\xbb\xdd\ \x66\x8c\xd5\x6a\xb5\xed\xed\xed\x6e\xa7\x33\x7b\xf4\x08\xc6\x78\ \x69\x69\x29\x4d\xd3\xa7\x9e\x7a\x0a\x13\x02\x01\x50\xc6\xdc\x61\ \x10\x56\x37\x37\x5c\xd7\x8d\xe3\x70\x63\x63\x75\x6e\x6e\xce\x30\ \x68\xa1\x90\x1b\x1e\x2e\xd7\x1b\x7b\x10\xc9\x07\x1e\x7c\xc0\xd6\ \x1d\x4a\xb1\x64\x69\xa3\xb6\xbb\xbc\x78\x67\x69\xe1\x8e\x32\x27\ \x1f\x1b\x19\x02\x00\xee\x35\xdb\xaa\x8f\x56\x90\xa7\x94\xf6\xa6\ \x69\x5a\x96\x35\x32\x32\x62\xdb\xf6\xee\xde\x5e\x10\x04\x6a\x99\ \x52\x0d\x34\xda\xed\x76\xb9\x5c\xe6\x9c\x1b\xa6\x99\xd5\x1b\xba\ \x61\xb8\xae\xcb\x39\x57\x2d\x7f\x14\x45\xbd\x5e\x4f\xed\x5f\xe6\ \x72\x39\xee\x64\xb5\x56\xbd\xd3\xed\x0c\x82\xe0\xd4\xfd\xa7\x95\ \x90\x08\x21\xb0\xba\xb2\xda\xac\xef\x85\x93\x63\x60\xa8\xf4\x83\ \x34\xd1\x88\xb2\x57\xbe\xc0\x7b\xf1\xe1\x3d\x7f\x78\xbe\x7f\xa9\ \x88\xc9\x1f\x7f\xe5\x2b\xbf\xff\xfb\xbf\xff\xf9\xcf\x7f\x7e\x6f\ \x6f\x6f\x76\x76\xf6\x0b\xbf\xf5\xbb\x84\x90\x27\x9f\x7c\x72\x63\ \x63\x23\xcb\xb2\x38\x4d\x6c\xcb\xfa\xf4\xa7\x3f\xfd\xd1\x8f\x7e\ \xf4\xe8\xd1\xa3\x8f\x3c\xf2\x88\xd2\xa0\x01\x00\xae\x5f\xbf\xbe\ \xb9\xb9\x79\xfb\xf6\x9d\x7e\xaf\x77\xe1\xcd\x37\x9f\xfa\xc0\x07\ \xe2\x38\x2e\x14\x0a\x10\x21\x21\x44\x2e\x97\x8b\xa2\x08\x21\x8d\ \x52\x12\xc7\x51\xab\x5e\xe7\x71\xbc\xb9\xb9\x09\x21\x04\x9a\x16\ \xf9\xbe\x14\xa2\xdf\xef\xf7\xfb\x7d\x3b\x5f\xe4\x42\x0c\x7a\x7d\ \x43\xd7\x2d\xcb\xea\x76\xbb\x2c\xcd\x30\x26\x18\xe3\x38\x89\x10\ \x10\xfe\x60\x40\x29\x45\x00\x70\xc6\x28\x25\xaf\xbc\xf2\xca\x73\ \xcf\x3d\x9f\x24\xf1\xa0\xdf\x5f\xdf\x58\x87\x10\x0e\x0d\x0d\x01\ \xb0\xef\xc2\xd2\xe9\x76\x15\x39\x3b\x18\x0c\xe6\xe6\xe6\x7a\xbd\ \xde\x67\x3e\xf3\x99\x7c\x3e\xaf\x61\x0d\x42\x98\x24\x89\xb2\xe9\ \xfe\xdc\xe7\x3e\xf7\xf4\xd3\x4f\x9f\x3d\x7b\xd6\x32\xcd\x30\x0a\ \xd5\x8c\x4c\xd3\x34\xcf\xf3\x5a\xad\x56\xa1\x50\x58\x59\x59\x91\ \x52\xa4\x69\xb2\xb4\xb4\xf4\xcd\x6f\x7e\xf3\xd2\xa5\x4b\x1f\xf9\ \xc8\x47\x28\xa5\xed\x76\xdb\xb2\xac\xa3\x47\x8f\x86\x61\xf8\xd4\ \xfb\x3f\xa0\xda\xf3\x7b\xd1\x00\x08\xf1\xd6\x9b\x6f\x7e\xe3\x1b\ \xdf\xf8\x95\x5f\xf9\x95\x7c\x3e\x7f\xf5\xda\xb5\xab\xd7\xaf\x3b\ \xae\xa3\x69\x5a\x3e\x97\xbf\x75\xeb\xd6\x9f\x7f\xe3\x9b\x8b\x0b\ \x0b\xdf\xfa\xd6\xb7\xe6\xe7\x17\xe2\x24\x81\x10\x3e\x70\xff\xfd\ \x9f\xfe\xf4\xa7\x5a\xad\x96\x94\xf2\xf4\xe9\xd3\x95\x4a\xe5\x7d\ \x4f\xbc\x4f\x21\xa3\x61\x18\xef\x7b\xdf\xfb\xd4\x86\x1f\x21\xc4\ \x71\x9c\x33\x67\x1e\x3c\x7e\xe2\xc4\xc4\xc4\x04\xa5\x74\x67\x67\ \xe7\xd8\x89\xe3\x8a\xfd\x57\x43\x06\xb5\x69\x57\xdd\xde\xee\xb6\ \x3b\x13\x95\xca\x9d\xdb\xb7\xeb\xb5\x9a\xa9\x1b\x51\x18\xee\xee\ \x54\x39\x63\x69\x9a\x26\x49\xa2\x1b\x46\x92\x24\xae\xeb\x3e\xf2\ \xc8\x23\x1f\xff\xf8\xc7\x1f\x7f\xfc\xf1\x99\x99\x19\x84\x50\x94\ \x44\x3c\x63\x9c\x73\x08\xa1\xae\xeb\x2a\xa6\x3c\x4d\xd3\x38\x8e\ \xbb\xdd\xee\xe2\xe2\xe2\x8d\x1b\x37\x94\x4b\x58\xbf\xdf\x57\xdc\ \xcb\xf4\xf4\x74\x92\x24\xca\x72\xf8\x60\x19\x51\x7d\xa1\x86\x8f\ \x84\x90\xb1\xb1\x31\xd7\x75\x09\x21\x95\x4a\xc5\xc9\x79\xef\x7d\ \xf4\xd1\x4c\xb0\x9f\xfd\x2f\x7e\x96\x52\x3a\x32\x32\x7c\xe6\xcc\ \x99\x23\x93\x53\x69\x1c\xf7\x5a\xed\x41\xbf\xf7\x83\x37\xd1\xf8\ \x30\x4c\xfd\xf0\xfc\xff\x9c\x2d\x82\x28\x8a\xae\x5d\xbb\xf6\xf6\ \xdb\x6f\x9f\x3a\x75\xea\x0b\x5f\xf8\x42\xb1\x58\xbc\x72\xe5\xca\ \xc9\x93\x27\x15\x21\xb8\xb7\xb7\x77\xe9\xca\x95\xb3\x57\xae\x0c\ \x0d\x0d\xfd\xe6\x6f\xfe\xe6\x67\x3e\xf3\x19\xa5\xc9\x78\xe8\xe1\ \x33\xff\xe7\xbf\xfa\xbd\x7a\xbd\x6e\x3e\xf2\xf0\xed\x5b\xb7\x26\ \x26\x26\xee\xdc\xb9\xd3\xed\x76\x3d\xcf\x33\x0d\xa3\x34\x3c\xdc\ \x6c\x36\xbb\xdd\xee\xca\xca\xca\x91\xa3\x73\x10\xc8\x7a\xab\x91\ \x25\xd1\xed\xdb\xb7\x7f\xe9\x97\x7e\x09\x48\x49\x28\x45\x18\x13\ \x42\xc2\x41\x58\xdb\xde\xdc\xdb\xdd\xfd\xce\x6b\xaf\xe9\xba\xfe\ \xf0\xc3\x0f\x53\x4a\x6b\xb5\x5a\x75\x67\x07\x63\x9c\x44\xf1\x9d\ \xf9\x79\x89\xa0\x94\x62\x72\x6c\x54\x23\x44\x70\x9e\x24\xb1\x61\ \xe8\xf3\xf3\x77\x5a\xf5\xc6\xd9\x87\xce\x56\xf7\x76\xb7\xb6\xb6\ \x00\xd4\x66\x66\x66\x56\x57\x57\x35\x8c\x85\x90\x96\x65\x29\xdf\ \xef\x0f\xff\xf8\x87\xde\x7a\xeb\xad\x46\xa3\xa1\x9c\xba\xd5\xe6\ \xef\xd8\xd8\x98\x32\x29\xf8\xf0\x87\x3f\xdc\xed\xfb\xdb\x3b\x3b\ \x94\x50\xcf\xf3\xee\xbf\xff\x7e\xdf\xf7\x4f\x9e\x3c\xf9\xd8\x63\ \x8f\xf5\xfb\xfd\x3f\xf8\x83\x3f\x30\x4d\x7b\x69\x69\x89\x31\x76\ \xee\xdc\xb9\xed\xed\x6d\x21\xc4\x17\xbe\xf0\x85\x89\x89\x89\xdf\ \xf9\x9d\xdf\x01\xdf\x23\x49\xb9\x87\x13\x45\xd1\xef\xfd\xde\xbf\ \xe6\x92\xbf\xf3\xce\x3b\xe7\xdf\x7e\x6b\x72\x62\xe2\xd4\xe9\x13\ \xd7\xaf\x5e\x65\x8c\xa7\x71\x7c\xec\xe8\xec\x43\x67\x1f\xda\x6d\ \x36\x92\x30\xca\x39\xee\x5b\xaf\xbf\x61\x5b\xd6\xd1\xd9\xd9\x17\ \x5f\x7c\xb1\x52\xa9\xbc\xf1\xc6\xf9\x53\xdd\xd3\x7e\xcf\xaf\x8c\ \x55\x74\x5d\x67\x2c\x3b\xfb\xd0\x59\x00\x80\xeb\x38\x2c\x4b\x8f\ \x1e\x3d\x8a\x10\x8a\xc2\xa0\xba\xb3\x93\xcf\xe7\x95\xa6\x5a\x75\ \xac\x50\x4a\xc6\x58\xb3\xd1\xc8\x7b\xde\xc4\xf8\xf8\x3b\x17\x2e\ \xb6\xdb\xed\x93\x27\x4f\xde\xb9\x7d\x27\x35\x2d\xac\xa1\x2c\x49\ \x11\x84\xa6\x6e\x24\x41\xc4\x85\x70\x1c\x47\xd3\x34\xdf\xf7\x6f\ \xdd\xbc\xf9\xdd\x0b\x17\x8e\x1c\x39\xa2\x69\x5a\xa3\xd1\x40\x08\ \xe5\xf3\x5e\xb3\xdd\x51\x33\x5c\x4d\xd3\x2c\xcb\x52\xa4\x8a\xe7\ \x79\x13\x13\x13\xb9\x5c\x6e\x7b\x67\x47\x55\xdf\x85\x42\x61\x63\ \x63\x23\x0c\xc3\x0f\x7f\xf8\xc3\x00\x80\xd5\xd5\xd5\xdb\xb7\x6f\ \x53\x4a\x93\x34\x55\xcd\x78\xa7\xd3\x29\x95\x4a\x94\x52\x05\xd9\ \x41\x10\x5c\xb8\x78\xd1\x2d\xba\x43\xe5\xa1\xca\xc4\xf8\xe8\xd8\ \xe8\xde\x5e\xdd\x75\x5d\xcf\xf3\x5e\x7e\xf9\xe5\xd7\x5e\x7b\xad\ \x55\x6f\x9f\x3c\x32\xf5\x83\xc3\xe2\xe1\x39\x3c\x3f\xc0\xe8\x1f\ \x34\x5b\x6d\x5d\x37\x4c\xd3\xa2\xba\xde\x6c\xb5\xa9\x6e\xbc\xf2\ \xfa\x79\x8a\x89\x3f\x18\x24\x49\x02\x78\xf6\xce\x3b\x17\x8b\xa5\ \xd2\xe5\xcb\x57\x3a\x9d\x0e\xa5\x94\x10\x72\xe1\xad\x0b\xfd\x5e\ \x6f\x76\x76\xf6\xcc\xd9\x87\x16\xe7\x17\xb8\x10\x6a\x11\xcd\x30\ \x8c\x66\xab\xb5\xb7\xb7\xe7\xba\x2e\x42\x9a\xe0\xac\xd7\xe9\x32\ \x96\x61\x0d\x73\xc6\x94\x55\x57\x75\x7d\xbd\x50\x2e\xc7\x49\x3f\ \x4a\xb2\xda\xde\x6e\xc1\x73\x26\xc7\x2a\x51\x14\x26\x71\x7c\xe9\ \xe2\xc5\x5a\xad\x1e\x47\x61\x92\xc6\x48\x33\x97\x57\x96\x67\x30\ \x6a\xb4\x9a\x7e\xaf\x17\x9f\x79\xb0\x94\x2f\x2c\xaf\xac\xc4\x71\ \x3c\x31\x3e\x96\x26\x51\xb7\xdd\x29\x97\x4a\xb5\x46\x5d\xa7\x86\ \xed\xba\x9a\xa6\xd9\xb6\xad\x51\x4a\x75\xb3\xdf\xef\x77\x3a\x1d\ \x88\xd0\xd6\xf6\xa6\xae\xd3\x42\x21\x6f\x9a\x7a\xa7\xdd\x1e\xf4\ \xfb\xc5\x62\xd1\xb1\x9d\x41\xaf\xbf\xb4\xb8\x88\xb0\xe6\x0f\x06\ \x10\xa2\x28\x8e\x00\x00\xae\xeb\x9e\x3f\x7f\xfe\xfd\x4f\x3d\xd5\ \x6e\xb7\x6d\xc7\x39\x72\xe4\xc8\xe6\xe6\xd6\xe9\xd3\xa7\x3f\xf5\ \xa9\x4f\x7d\xeb\x5b\xdf\xfa\xd8\xc7\x3e\xf6\xf5\xaf\xff\xd9\xd4\ \xd4\xd4\xeb\xaf\xbf\x1e\xc7\xb1\x94\x62\x30\xf0\x11\xba\xc7\x7d\ \x84\x34\x4d\x6b\xbb\xd5\xe1\xb1\xd1\xe5\xe5\x65\xcb\xb5\xe3\x38\ \xde\xdc\x5c\xe3\x29\x9b\x18\x1f\xdf\x5c\x5b\x5d\x5a\x5c\xd4\x73\ \xce\xa3\x4f\xbc\xef\x81\x5f\xf8\x85\x17\x9f\x7d\xde\x34\xcd\x38\ \x49\x1e\x7d\xec\xd1\xdf\xfa\x97\xff\xf2\xce\xfc\xfc\x4f\xff\xcc\ \xcf\xac\xac\xac\xd8\xba\x89\x91\x16\x04\x01\x67\x59\x9a\xa5\x8f\ \x3d\xf8\xe8\x9f\x7f\xf3\x1b\xdd\x6e\xf7\xfc\xf9\xf3\xa3\xa3\x23\ \xc3\xe5\xa1\xa5\xa5\xc5\x7c\x3e\x37\x7f\xe7\x8e\xeb\x38\x9d\x56\ \xbb\x50\x2c\x66\x49\x62\xe8\xfa\xe6\xe6\xe6\x5e\xb5\x1a\x05\x83\ \x6b\x37\xae\x35\x9a\x75\x44\x60\xca\xd2\x24\x4b\x76\xf6\x76\xca\ \xa5\x72\xca\x92\x9b\x77\x6e\xd6\x1a\x7b\xc7\x8e\x1f\x9b\x99\x9e\ \x02\x00\xb0\x2c\xf1\xfd\xbe\x41\xc9\xc6\xda\xea\x4e\x75\xa7\x98\ \xf7\x90\x86\xb7\xaa\x35\x8c\x71\x2e\x97\x53\xf2\x26\x4a\x29\xe7\ \x3c\xbb\xfb\x9c\x80\x10\xfa\x03\xff\xc8\xcc\xcc\xe6\xd6\x56\x10\ \x04\xba\xae\x9f\x38\x71\xa2\x52\xa9\x2c\x2e\x2e\x2a\xbb\x59\x09\ \x00\x84\xf0\xd8\xb1\x63\x6a\xef\xb3\x52\xa9\x10\x42\x06\x83\x01\ \x63\x8c\x71\xbe\xb5\xb5\x99\x4f\x0a\x0f\x3c\x78\xff\xfc\xc2\x9d\ \xc5\xa5\xa5\xb7\x2f\x7c\xf7\xbe\xe3\x27\x2f\xbe\xf5\xf6\x1b\x6f\ \xbe\x89\x35\x2c\x59\x86\xbe\xdf\x58\xf0\x10\x16\x0f\xcf\xbb\xa9\ \x16\xd1\xd6\xfa\x76\xa3\xb6\x3b\x3e\x5c\xcc\x53\xdc\xf5\xbb\x69\ \x9c\x10\xdd\x2d\x0f\x8d\xb5\x1a\xb5\x9c\x57\xd0\xf1\x96\xe4\x71\ \xa3\x56\x05\x82\xf9\x7e\xd0\x6e\x37\x39\xcf\x82\x28\xf8\xdd\xff\ \xe3\x7f\x3f\x7a\xf4\xa8\x97\x2b\x7c\xed\x99\x3f\x2d\xe6\x5c\x9d\ \x68\x53\x53\x53\x2c\x89\xa3\xc0\x9f\x99\x9a\x84\x00\xf0\x2c\xad\ \x6e\x6f\xae\xaf\xac\xb1\x20\x3b\x7d\xfa\x3e\x81\xc0\xeb\xaf\xbc\ \xd4\x6e\x74\x92\x28\x59\x5e\x58\xf2\x6a\x35\xcb\xb4\x08\xc1\xcd\ \xbd\xea\xfc\x8d\x9a\xe7\x79\xb6\x65\xd4\x6a\xb5\x7e\xbf\x6d\x18\ \xa6\x0e\x68\xdf\xef\x41\x0d\x18\x16\x21\x10\x34\xab\xd5\xa1\x5c\ \xee\xce\xcd\x6b\x48\x6a\xba\x41\xa6\x26\xc6\xa1\x04\xad\x7a\x43\ \x30\xb6\x30\xbf\xd0\x6e\x75\x31\xa6\x18\x93\x38\x8e\x27\x26\x26\ \x57\xd6\xd7\x30\x21\xb9\x9c\xbb\xbe\xbe\x3a\x5e\x19\xdd\xdb\xd9\ \xfe\xe0\x07\x3e\xf0\xc2\x8b\x2f\x86\x83\x3e\x86\xa0\x32\x3a\xb2\ \xb5\xbd\x85\x21\x5c\x5a\x58\xf8\xb1\xc7\xdf\xf7\xf6\x77\x2f\xba\ \xb6\x17\xf4\x43\xc0\xc1\xe8\xd0\xa8\x63\xba\xa6\xae\xdf\x7f\xea\ \xd4\x6b\xaf\xbd\xd6\xef\x77\x7b\x9d\x96\x06\xc5\xd4\x44\xe5\x43\ \x1f\x7c\xbf\x41\xf1\xff\xf0\xdf\x7f\x6e\x6c\x6c\x64\x6d\x65\x31\ \x0a\x42\xce\x85\xe3\x58\x71\xf8\x2e\x92\xcd\xa4\xb4\x75\xe8\xe8\ \x5a\x94\xc4\x9d\x30\x8c\xcc\x20\x63\x19\x41\x88\x65\x89\xe0\x1c\ \x51\xd4\xaa\xd5\x5e\xf9\xd6\xb7\x20\x82\xad\x56\x07\x22\x59\x28\ \x16\x7e\xef\xdf\xfc\x9b\xf5\x8d\x8d\x0f\x7d\xe8\x27\x1e\x7e\xcf\ \x7b\xcf\xbf\xf6\xca\x8f\x3f\xf5\x81\x13\xc7\x8f\x4b\x96\x5a\xba\ \xc1\xb3\xec\xab\xff\xf1\x4f\xb2\x94\x49\x81\x5c\x27\xd7\xed\x0c\ \x1c\xd3\x2a\xe4\x72\x61\x10\x5a\xba\x81\x91\xb6\x78\xe7\xce\xd0\ \xf0\x70\xb9\x58\xda\xde\xde\xde\xd9\xad\x1a\xba\xee\x7a\x2e\x93\ \x30\xe3\xf2\xd6\x9d\x85\x41\x18\x77\xfa\x9b\x00\x11\xcb\xf5\x6e\ \x2f\x2c\x9d\x3c\x79\x6a\xb7\xde\xb8\x79\x67\x7e\x75\x7d\xeb\xc9\ \x27\xdf\xbf\xb4\xbc\xb6\xbe\xb1\x6d\xbb\xb9\xb4\xd3\xcd\x98\x2c\ \x94\x86\x92\x24\xa3\xb4\x23\xa5\x34\x0c\x13\x08\xce\x18\xa3\x94\ \x06\x83\x3e\xe7\x4c\x72\x86\x11\xac\xed\x56\x2d\x83\x0a\x96\x61\ \x08\x6a\x7b\xd5\x91\xe1\x61\x9d\xd2\x7a\xbd\x39\x3f\xbf\x38\x37\ \x37\x67\xba\x9e\x06\x77\x11\xd6\x82\x7e\xb7\x5c\x2a\x6f\xac\xae\ \x1c\x3b\x7a\x84\xa5\x09\x41\xd0\x20\x38\xf2\x07\x0f\x9f\x7d\x68\ \x6d\x6d\x2d\x68\x0f\x2a\xe5\xd1\x6f\x3e\xf3\x35\x29\xe5\x6b\xaf\ \xbc\x94\x65\x19\xc5\x38\x49\x22\x28\x98\xd2\x7b\xfd\xa7\x60\x11\ \x7e\xf4\x1f\xde\xd3\x6c\x83\x1d\x26\xae\x1f\x1e\x08\xe1\x5e\x6d\ \x17\x49\x51\x2e\xe4\x5d\xc7\x62\x9c\x47\x0c\xce\x2f\xae\x30\xb1\ \x4a\x31\xf4\x4c\xca\x99\x80\x92\x27\x49\x82\x10\x74\x1c\x0b\x63\ \xd2\xeb\xf5\x24\x84\xf9\x7c\xbe\x5a\xad\x3e\xf3\xd5\xaf\x42\xc9\ \xa0\xe4\x61\x18\x4e\x4d\x4d\xf9\x41\x20\xa5\xdc\xdb\xdd\x2d\x94\ \x4a\x9a\xa6\x29\x03\x9e\xb1\x91\xd1\xdd\xea\xee\xa0\xdf\x5f\x5a\ \x5c\xb9\x79\xeb\xd6\x8f\x7f\xe8\x83\xcb\xcb\xcb\xf9\x7c\x3e\xcb\ \x52\x5d\xa7\x41\x18\xec\xee\x56\x55\x4b\x5b\x28\x14\xc2\x30\xac\ \xd7\xeb\xca\xae\xb9\xd5\x6a\xb5\x5a\xed\xea\xde\x9e\x6d\x59\x8b\ \x8b\x77\x76\xab\xbb\x8f\x3f\xfa\x98\x65\x59\xdb\xdb\xdb\xfd\x4e\ \xb7\xd7\xeb\x01\x00\x5a\xcd\x56\x92\x64\x84\xee\x7b\xbb\x75\xbb\ \xdd\x38\x8e\xa3\x38\x46\x08\xe5\x72\xb9\x9d\x9d\x9d\x34\x0c\x9f\ \x7f\xfe\x5b\x95\xca\xf8\xdc\xec\x31\x0d\x69\x17\x2f\x5e\x1c\x1f\ \xab\x3c\xf6\xd8\x63\xbb\xbb\xbb\xf5\x7a\x7d\x76\x76\x6e\x64\x7c\ \xf2\xcd\x37\xdf\xee\xf5\x3a\x8c\xb1\xd9\xb9\x23\x4b\xcb\x95\x6e\ \xb7\x73\xee\xdc\x7b\x18\xcb\x9e\x79\xe6\x19\xc6\x58\x18\x06\xcf\ \x3d\xf7\xdc\xc2\xc2\x42\xa1\x90\x53\x83\xc5\x28\x0a\x95\x57\x20\ \xa5\xf4\x9e\x6f\x22\x08\xa1\x4e\x31\x02\x90\x20\x0d\x42\xa8\x44\ \xe9\x18\x41\x8c\x0c\x46\xa3\x2c\xcb\x5a\xf5\x9a\xeb\xba\x18\xe3\ \xc8\x1f\xa4\x49\x1a\x27\xed\xf3\xe7\xcf\x03\x00\x6e\xdc\xba\x75\ \xf5\xfa\xf5\xa9\x89\xca\x7f\xf8\xe3\x3f\xfe\xf5\x7f\xf4\x8f\x02\ \x3f\x80\x00\x5a\x96\x75\xe6\xcc\x99\x2b\x57\xae\x6c\x6e\x6e\xbc\ \xfc\xf2\xcb\x8f\xbe\xf7\xbd\x9c\x89\xb1\xd1\xd1\x9b\x37\x6f\xae\ \xac\xae\x1e\x3b\x36\xb7\xb4\xb4\xb4\xb7\x57\x2b\x14\x0a\x10\xc2\ \x24\x8e\xef\xdc\xb9\xc3\xa5\xf4\xc3\x30\x4e\x59\x73\x7d\x33\x97\ \xcb\xc5\x69\x9a\x09\x59\x6f\xb6\x67\x66\x66\xa2\x24\xe9\xf5\xfd\ \x82\x97\xdb\xdc\xdc\x7a\xf5\xd5\x57\x83\x20\xcc\xe5\xf2\xe3\xe3\ \xe3\x17\x2f\x5e\x34\x0c\x93\x73\xb9\xb1\xb1\x01\xbf\x67\x2b\x39\ \xcb\x32\x00\x80\x9a\x0b\xab\x10\xb1\x5c\x2e\x77\xeb\xfa\x75\x25\ \x63\x74\x2c\x47\xe1\x66\xab\xd5\x7c\xfc\xf1\xc7\x9b\xcd\x26\x94\ \x10\x41\x18\xc4\xb1\xeb\x7a\xc3\x23\x23\xae\xe7\xcd\xce\xce\xae\ \xae\xae\x6e\x6e\x6e\xfa\xbe\x6f\xdb\x76\xce\x71\x7f\xf9\xd3\xbf\ \xf8\xf2\x4b\x2f\x9d\x3f\x7f\x7e\xee\xd8\xb1\x66\xb3\xc9\x92\x14\ \x48\x09\x91\xc4\x10\x72\x0d\xa1\xef\x17\xee\x8c\xe1\x43\x1f\x7a\ \x17\xfd\xd3\xe1\xf9\xbb\x7e\x0c\xcb\x20\x00\x02\x0d\x35\x5b\x8d\ \x84\x49\x20\x91\xeb\x79\x1a\x31\xfb\xdd\x0e\x63\x92\x10\x23\x8d\ \x83\x6e\xb7\x3b\x36\x36\x06\x00\xe8\x74\xda\x94\x52\xa4\xe1\x6e\ \xb7\xeb\xfb\x83\x62\xbe\x4c\x08\xa5\x1a\xcc\xb2\xec\xca\x95\x2b\ \x52\xca\x66\xb3\xf9\xf9\xcf\x7f\x1e\x42\xb8\xbe\xbe\x7e\xee\xdc\ \xb9\x24\x89\xde\x7c\xfb\x8d\x9f\xf8\xf0\x47\x38\x67\x53\x53\x53\ \x6a\xc9\xe1\xdc\xb9\x73\xdf\xfe\xf6\xb7\xc7\x27\x2a\x57\xae\x5c\ \x05\x50\x12\x82\xc3\x30\x6a\x36\x1b\x4a\xdd\x96\xa6\xe9\xa3\x8f\ \x3e\xba\xb4\xb4\x4c\x08\xde\xdb\xdb\x2b\x96\x4b\x61\x18\x71\xc1\ \x8f\x1d\x3b\x36\x36\x36\x76\xe9\xd2\xa5\x66\xa3\x11\x0c\xfc\x4e\ \xa7\x53\x28\x14\x6c\x2f\x4f\x01\xe4\x9c\xf7\xfa\x3d\xa5\xca\xf6\ \x7d\x7f\x68\x78\x38\x0c\xc3\x7e\xbf\x7f\xf5\xea\xd5\x47\xdf\xf3\ \x9e\xdd\xea\xf6\xec\xec\xdc\xfa\xfa\xba\x1a\xff\x6f\x6d\x6d\x5d\ \xba\x74\xc9\x34\xcd\x5e\xaf\x37\x73\x64\xf6\xe8\xf0\x28\x21\x44\ \xa5\x24\x4b\x29\x46\x46\x86\x6b\xb5\x1a\x00\xf2\xb9\xe7\x9e\x53\ \x6d\xdd\xe5\xcb\x97\xbf\xfb\xdd\xef\xaa\x15\xc0\x24\x49\x3c\xcf\ \x53\x7c\xab\x65\x59\x9d\x4e\xe7\x9e\x2f\x3b\x42\xd0\x34\x4d\x88\ \x20\x80\x50\x70\x11\x84\xb1\x86\xb1\x60\x29\xc5\x58\x0a\xa1\x5c\ \xb5\xd5\xae\x8e\x0a\x7e\x02\x52\x2a\xdd\xdf\xca\xca\x8a\x10\xe2\ \xd6\x8d\x6b\x05\xdb\xf9\xa7\xdb\xdb\xca\x8f\x6b\x7b\x7b\x9b\x52\ \x1a\x45\xd1\xd0\xd0\xd0\xc8\xc8\x88\x90\x32\x4e\xe2\xab\xd7\xd6\ \x9e\x7d\xf6\xd9\xed\x9d\xed\xb9\x63\x73\xd7\xae\x5f\xa7\x94\xaa\ \x39\xa0\x94\xb2\x56\xab\x01\x84\x94\x89\x19\x21\xa4\xd5\x6a\x09\ \x21\x58\x96\xa5\x69\x1a\x04\xc1\xf2\xf2\xf2\xf0\xd0\x50\xbb\xd3\ \xbe\x71\xf3\xc6\xd1\xa3\x47\x0b\x85\x42\xaf\xd7\xbb\x73\xe7\x4e\ \xa7\xd3\x51\x2b\x95\x08\x21\x21\xa5\x9a\x0c\xaa\x74\x9d\x34\x4d\ \x95\x18\x28\x08\x82\x85\x85\x05\x82\xf1\xc8\xc8\x48\x79\x64\x64\ \x79\x79\x39\x08\xc2\x52\xa9\x74\xfa\xf4\xe9\xbd\x5a\x3d\x08\xc2\ \x38\x8e\xcb\x43\x43\x7b\xd5\x9d\x56\xab\x31\x33\x33\x33\x36\x36\ \xb6\xb2\xb2\x12\x04\xc1\xc4\xc4\xc4\x60\x30\x20\x84\xc4\x71\xdc\ \x6e\xb7\xaf\x5c\xb9\x12\x84\xa1\x90\xb2\xd9\x6c\xd6\x6a\x35\xc3\ \x30\x28\xa5\x07\xb1\xd7\xdf\x37\xb9\xe8\xb0\x89\x3e\x3c\xef\xea\ \x70\x21\x31\x86\xd4\xa0\x59\x12\x0b\x00\x53\x96\xd9\xae\xc7\x04\ \x2a\x14\xcb\x47\x26\x2b\x4b\xb7\xae\x44\x01\xef\xf5\x7a\x42\x08\ \x09\x00\xe3\x3c\x49\x92\x53\xf7\x9d\x0e\xc3\xb0\xd1\x68\xb2\x54\ \xe4\x73\x36\x34\x74\xc3\x30\xc6\xc7\xc7\x83\x20\x50\x77\xc8\xc8\ \xc8\x48\xa1\x50\x50\xb3\xf9\x1b\x77\x6e\xec\xd5\xf6\x94\xab\x2b\ \x26\x84\x50\x93\x50\xbd\xdb\xef\x65\x1b\xcc\xcb\xe7\xae\x5f\xbf\ \x5e\x2c\x16\x6d\xdb\xa9\x8c\x4f\x32\xc6\x8a\xa5\xd2\xa0\xdf\x5f\ \x58\x5c\x06\x10\x45\x71\xea\xb8\xb9\xc0\x8f\x4e\x9d\x3a\xa5\x1c\ \xc9\xe6\x17\x96\xb6\xb6\xaa\x61\x18\x68\x18\x03\x09\xb3\x94\xf7\ \x7a\xbd\x24\x4d\x09\x21\x50\x43\x52\x4a\xc1\x85\xe3\xba\xba\xae\ \x13\x42\xe6\xe6\xe6\x06\x83\xbe\x65\x9a\x13\x13\xe3\x84\x90\x13\ \x91\x67\xf7\x7f\x00\x00\x20\x00\x49\x44\x41\x54\xc7\x4f\x5d\xbb\ \x76\x0d\x21\x2d\x9f\xcf\xd7\xeb\xf5\xd1\xd1\xd1\x91\x91\x91\xb5\ \xb5\xd5\xd5\x8d\xcd\x4e\xa7\x15\x45\xb1\xeb\xda\xf3\xf3\xf3\xb7\ \x6e\xdd\x5c\x59\x59\x6e\xb5\x5a\xb6\x6d\x6a\x1a\x34\x0c\x5d\xa1\ \x92\x82\x00\xc7\x71\x5c\xd7\x6d\x34\x1a\x8c\xed\x9b\x4b\xbf\x8b\ \x1e\x1a\x08\xce\x55\x62\x3d\x84\x88\x10\x82\x10\x4a\x32\xc9\x18\ \x83\x42\x00\x08\xd5\x3e\xa2\x8a\xb8\xe1\x12\x40\x84\x82\x20\x20\ \x18\x27\x71\x4c\x74\xdd\x30\x8c\x24\x4d\x15\xd6\xe7\xf3\xf9\x2f\ \x7d\xe9\x4b\x86\x61\xa4\x69\xda\xeb\xf5\x7a\xbd\xde\xe5\xcb\x97\ \x1f\x3a\xf3\x20\x4f\xa3\xb1\xb1\xb1\xb7\xdf\x7e\xbb\xdb\xed\xbe\ \xe7\x91\x47\xbe\xf3\xfa\x77\x10\xd2\x54\xd0\x15\xa5\x14\x61\xcc\ \x18\x1b\x0c\x06\x0a\x62\x4e\x9c\x38\xb1\xb6\xb6\xa6\x98\xe5\x6e\ \xb7\xdb\xeb\xf7\xb3\x24\x19\x1f\x1f\x9f\x9b\x9b\x5b\x5c\x5c\xec\ \x74\x3a\x61\x18\x2a\xca\x7b\xbf\x3c\x44\x48\x05\x4b\xa8\x1f\x47\ \x49\xe5\x01\x00\xad\x56\xcb\xf3\x3c\x42\x48\xce\xf3\xb2\x2c\x4b\ \x92\xa4\xdd\x69\x67\x42\x2c\x2d\x2d\x09\x09\xd7\xd7\xd7\xcf\x9c\ \x39\x23\x00\xbc\x79\xed\x6a\xa1\x90\x8f\xa2\x08\x42\x38\x39\x39\ \x59\xad\x56\xd3\x34\x5d\x5c\x5c\x54\x71\x80\x4b\x4b\x4b\x6a\x5d\ \x5a\x71\xd9\xc3\xc3\xc3\x51\x14\xa9\x87\x84\x02\xe2\xef\x5b\xa4\ \x1f\xc2\xe2\xe1\x79\x57\x07\x61\x24\x00\x37\x0c\x9d\x60\x14\x84\ \x69\x14\x85\x19\x42\x1a\x31\x4b\xe5\xfc\xf1\x13\xa7\x44\x3a\xb8\ \x7c\x61\x4b\xc5\x12\x25\x49\x02\x01\x50\x83\x76\xc3\x30\xc6\xc6\ \xc6\x6c\xd3\xc9\x7b\xb6\x4e\x34\xc6\x58\xab\xd5\xea\xf5\x7a\x6a\ \x4d\x4d\x11\xc1\x71\x1c\xbf\xf1\xe6\x9b\x04\xc0\x66\x93\xcd\xcd\ \xcd\x5e\xbe\xfc\x4e\x96\x65\x69\x9a\x2c\x2c\x2c\x22\x88\x5d\xd7\ \xbd\x76\xed\x9a\xe7\xe5\x94\x28\x2f\x4d\x13\x08\xe1\xfb\xdf\xff\ \xfe\xa5\xa5\x25\xb5\x0b\xfc\xea\xab\xaf\xfa\xbe\xaf\x5b\x26\x07\ \x32\x4c\x62\xcb\xb2\xda\xed\x36\xa1\x44\x17\x06\xd6\x34\x54\x2a\ \x6a\x08\xf9\xbe\x9f\x31\x2e\x84\x20\x94\xc6\x49\x4c\x29\xf5\x5c\ \xb7\xdf\xef\xab\x4f\x1b\xf8\x41\xab\xdd\xb6\x0c\xba\xb1\xb1\x41\ \x89\xe1\x38\x0e\x84\x40\x4a\x89\x31\xb9\x75\xeb\xd6\xa9\x53\xa7\ \x8e\x1f\x3f\xbe\xba\xb9\x8d\x10\x32\x2d\xbd\x3f\xe8\xbf\xfa\xea\ \xcb\xa5\x52\x09\x00\xe9\x79\x0e\x00\x40\x7d\x30\xc5\xbc\x1b\x86\ \xa1\x1c\x28\x14\x28\xa8\xca\xeb\x9e\x37\xff\x94\x06\x00\x69\x1a\ \x82\x90\x73\x01\x35\xa4\xeb\x3a\xe7\x3c\x9f\xcf\xeb\x84\x04\xfd\ \xee\xa0\xd7\x43\x1a\x54\xb0\x28\xa4\xd4\x30\x21\x84\xaa\x8d\xe3\ \x41\xbf\xaf\x69\xda\x70\xb9\x28\x92\x54\x0a\x31\x34\x34\xd4\xeb\ \xf5\x3a\x9d\x8e\x22\x9d\x95\xd8\x7e\x7b\x7b\x7b\xfe\xce\xed\x4a\ \x65\x2c\x97\xcb\x45\x49\x96\x64\xbc\x32\x39\x2d\x80\x06\xa1\x86\ \x30\x65\x02\x88\x94\xb1\x30\x1c\x1a\x1a\x02\x00\x18\x86\xb1\xb5\ \xb5\x05\xee\xee\x05\x36\x9b\xcd\x5c\x2e\x67\x5b\x96\x3b\x3c\xdc\ \xed\x76\xbb\xdd\x6e\xa3\xd1\x68\xb5\x5a\x8a\xd9\x57\x86\x89\x1a\ \x42\x09\x63\x70\x3f\xa5\x5c\xaa\x27\x04\x63\xcc\x71\x9c\x30\x0c\ \x0b\x85\x82\xda\xc5\x54\x9e\xbe\xdd\x5e\x4f\xd3\xb4\xa5\xa5\xa5\ \x53\xf7\xdd\xff\xf0\xc3\x0f\x2f\x2c\x2c\xb4\xbb\xbd\x38\x49\xc2\ \x30\x52\xc9\x13\xf5\x7a\x3d\x8a\xa2\x7e\xbf\xaf\x69\x9a\x5a\x94\ \x5e\x5c\x5c\x2c\x16\x8b\x69\x9a\x5a\x96\x05\x00\x48\x92\x44\xd5\ \xb9\x7f\xb1\xdc\x0d\x0e\xab\xc5\xc3\xf3\x23\x65\xa2\x85\x00\x50\ \xa6\x59\x86\x80\xdc\x77\xc1\xa1\x20\x4e\xe2\x9d\x6a\x3f\x0e\x7a\ \x7e\x7b\x4f\x70\xae\x1b\x26\xc6\x78\x6b\x6b\x6b\x3f\x4a\x05\xc2\ \xd1\xd1\x51\xc7\x71\xda\xad\xee\x60\xd0\x0d\xa1\x54\xab\x60\xea\ \x0d\x5d\xd7\x55\xba\x5f\x08\x61\xce\xf3\x8a\xc5\xfc\xc5\x8b\x17\ \x1d\xcf\x99\x39\x7a\xe4\x1b\x7f\xfe\xcd\xbe\xef\x23\x04\x25\x84\ \x2b\x6b\xeb\x85\x62\x69\xe0\xf7\xa3\x24\xe1\x52\x4e\xcd\xcc\x60\ \x8c\x5b\x9d\xce\xc6\xd6\x96\x6d\xdb\xb7\xe7\xe7\x4d\xdb\x9e\x9d\ \x3b\xb6\xb0\xb4\x38\x18\x0c\xb6\xb7\x77\x1a\x8d\x06\x14\x20\x8c\ \x22\xdb\xb6\xb3\x34\xb5\x0c\x53\x08\x69\x5b\x8e\x46\x30\x63\x2c\ \xe3\x4c\xf1\xe0\xf1\x20\xb5\x6d\xbb\xd7\xeb\x05\x41\x80\x09\x6e\ \x34\x1a\xd3\x93\xe3\xaa\x92\x1d\x0c\x06\xbe\x1f\xb8\xae\x37\x3e\ \x5e\x39\x76\x6c\xae\xdf\xeb\xdd\xb9\x73\xfb\xf2\xf5\x1b\x49\x1a\ \x13\x82\xf3\x79\xcf\x34\xcd\x4e\xa7\xad\xeb\xfa\xe8\xe8\x48\x9a\ \xa5\x98\x68\x9a\xb6\x1f\x33\xa2\xe6\x65\x51\x14\x05\x41\xa0\x3c\ \x53\x9b\xcd\x66\xa3\x5e\xbf\x67\x26\x1a\x00\xa0\x8a\x50\x08\x01\ \xe7\x5c\x23\x18\x63\x6c\xe8\x46\xce\x73\x91\xe4\xa1\x1f\xa8\xe4\ \xd2\xfd\xbd\x63\x21\xbd\x5c\xae\x50\x28\xc6\x71\x9c\xcb\xe5\x6c\ \xdb\xce\xd2\xd8\xb5\xed\x28\x0c\xd5\x8a\x88\x65\x59\x8e\xe3\xa8\ \x18\x89\x0b\x17\x2e\x58\x96\xc5\xb2\x54\xed\xe4\x40\x08\x3d\xcf\ \xbb\x71\xe3\x06\x63\xac\xdd\x6e\x2b\x94\xc1\x18\x53\x8a\x95\x1b\ \xb9\xeb\xba\x47\x8e\x1c\x61\x8c\x59\x96\x75\x37\x99\xd6\x70\x3d\ \x2f\x0e\x02\x4a\x69\xb3\xd9\xec\xf7\xfb\x07\x7e\x13\x42\x08\x25\ \x7d\xd7\x28\xe5\x8c\x1d\x78\xc2\xab\xbf\x1c\x42\x88\x12\xdc\x78\ \x9e\x97\x65\x99\xb2\x98\x4d\x93\xd4\xf5\x90\x94\xf2\xc6\x8d\xeb\ \x63\x63\x15\xdb\xb2\xa2\x24\x55\xe5\xff\xe2\xe2\xa2\x4a\xa0\x8d\ \xe3\x58\x45\x5c\x29\x6b\x89\x52\xa9\xa4\xfc\xba\xd5\x45\x50\x39\ \x19\x49\x92\x48\x29\x95\x0a\x92\x0b\x7e\x08\x8b\x87\xe7\x47\x78\ \x34\x09\x34\x04\xeb\x7b\xbb\x59\x1c\x09\x44\x6d\xdb\x63\x48\xd3\ \xa8\x66\x68\x16\x4f\x43\xcf\xb3\x9a\x7b\x10\x00\x70\x50\x32\x00\ \x00\x92\x38\xee\xf5\x7a\xad\x56\x2b\xf0\x23\x8c\x84\x6d\xe8\x2a\ \xf5\x5c\x3d\xcf\xd5\xe8\x47\xe9\xdd\x82\x20\xe8\xf6\xda\x00\x82\ \x28\x89\x6d\xc7\xb1\x1d\xe7\xd2\xe5\x4b\x85\x42\x21\xcd\x52\x65\ \x3f\x11\xc7\xc9\xf8\xc4\x44\xb5\xba\xd3\xe9\x76\x7f\xe2\x27\x3e\ \xf2\x27\x7f\xf2\x27\x9d\x4e\x3b\x97\xcb\x05\x61\xc8\x38\xaf\xee\ \xed\x8e\x8d\x8d\x2d\x2d\x2d\x63\x4c\x6c\xdb\xae\xef\xd6\xf2\xf9\ \x1c\x44\x9a\x10\x12\x6a\x28\x8a\x03\xc6\x18\x96\x42\x4d\x15\x11\ \x42\x61\x18\x46\x71\x24\xb8\x48\xd3\x54\xd7\x75\x7f\x30\x68\x35\ \x9b\x95\xd1\xe1\x28\x8a\x28\x31\xa2\x28\xea\x74\x3a\x4f\x3f\xfd\ \x74\x2e\x97\xab\xd5\x6a\xba\xae\xaf\xac\xac\x2c\x2f\x2f\x33\x96\ \x41\x28\xa3\x28\xa2\x94\x72\xce\x30\xb1\xe2\x38\xd2\xb0\xc6\x39\ \x87\x00\x29\x81\xb4\xba\x69\x15\xfa\x1b\x86\xa1\x72\xdf\xa9\xae\ \xcb\x77\xc1\x5b\x0a\xc1\xf7\x2f\x17\x00\x0a\xfe\x78\x96\x72\x96\ \x25\x61\xc8\x18\x43\x18\x72\xce\xf7\xf3\x0e\xa1\x54\xf2\x23\xd3\ \x34\x99\x00\x8c\x73\x0d\x21\xc6\x98\x82\x2a\x05\xcd\x0a\x95\x18\ \x63\xb9\x5c\x2e\x9f\xcf\x6f\x6d\x6d\x32\xce\x0d\xdd\xe0\x9c\x77\ \xba\x5d\x08\x21\x44\x08\x42\x28\x84\xc4\x84\x10\x8c\xeb\xf5\xda\ \xcc\xcc\xcc\xf8\xf8\x78\x3e\x9f\x5f\x5a\x5a\x52\xeb\x7a\x00\x00\ \xdb\xb6\xb3\x2c\x1b\x0c\x06\xc1\x60\xa0\xd2\xb5\x54\x24\xb7\xfa\ \x42\xc5\x0f\x40\x08\xb9\x94\x40\xca\x83\x0f\xa0\xca\xc3\x38\x8e\ \xd5\x2e\xa0\xe7\xba\x86\xca\x0a\x8f\x63\x95\xda\x78\xf2\xe4\x49\ \xc6\x65\x18\x86\xbd\x5e\x6f\x65\x75\x05\x42\x28\x04\x57\x7f\x4e\ \x59\x96\xa9\x19\x82\x8a\x37\x50\x69\x33\x08\x21\x75\xcd\xd5\x85\ \xc9\xe5\x72\xf2\xee\x74\xf5\x20\x4c\xf5\x10\x16\x0f\xcf\x8f\xec\ \x08\x59\x28\xe4\x09\x04\x1c\x00\x43\x27\x86\x6b\x35\xfa\x91\x6e\ \x5a\x45\xcf\x8c\x83\x74\xa4\x34\xbe\xb9\x7a\x3b\x49\x92\xd5\xd5\ \xd5\x30\x0c\x21\xd4\x94\xbd\xa8\xa6\x69\xed\x4e\xdb\x73\xf2\xa6\ \xae\x61\x08\xd4\x92\xbf\x1a\xfd\xc4\x71\x9c\xa6\xa9\x2a\x1e\xd7\ \x37\xd6\x20\x54\x26\xc8\x59\x9a\x25\x42\x48\x42\x08\x42\x9a\x69\ \xda\x41\x10\x65\x59\x90\xcb\xe5\x10\xd4\x1e\x3a\xf3\x70\xad\x56\ \xfb\xd7\xbf\xf7\xfb\xc3\xc3\xc3\xed\x56\xb7\xdd\xea\xa6\x31\x8b\ \x93\xb4\xbe\xd7\x58\x8d\x36\x84\x10\x96\x65\x0d\x95\x86\x3a\xfd\ \x81\x14\x00\x42\x28\x85\x60\xa6\xe8\x0f\x7c\x8c\x71\x9a\x25\x18\ \x93\x8c\x65\x98\x90\x20\x08\x34\xa4\x85\x61\xa4\xeb\xba\xeb\xba\ \x59\x96\x96\x0a\x45\xd3\x34\x37\x36\x36\x9e\xfc\xb1\xa7\xc6\xc6\ \xc6\x6e\xde\xbc\x79\xf5\xea\xd5\x4b\x97\xae\xa8\xcf\xa9\x1b\x06\ \x21\x24\x9f\xf7\x54\x31\x92\x65\x49\xa1\x50\x20\x14\x27\x69\x82\ \x98\x06\x80\x9a\x62\xed\xdf\xfc\x2a\xed\x84\x31\xa6\xd4\xd1\x94\ \x52\x9d\xde\x7b\x0c\x91\x94\x32\x08\x42\xaa\x03\x84\x29\xc6\x38\ \xe3\x92\x52\xca\xb3\x54\x45\xf4\x21\x84\xa4\xd8\xb7\xf5\x97\x52\ \x42\x88\x04\xe7\x61\x18\x6a\x9a\x16\xc6\x29\x63\xcc\xa0\x58\x23\ \xf4\x6e\x5e\x85\x02\x59\x01\x00\x50\x01\x0f\x61\x18\x26\x49\x1a\ \x45\xa9\x65\x39\xba\x61\x6d\x6e\xee\x0c\x06\x81\x10\x22\x49\x99\ \x32\xb5\xcc\x58\x34\x34\x34\xdc\x6a\xb5\x1e\x7e\xf8\xe1\x9d\x9d\ \x9d\xb5\xb5\xb5\x72\xb9\x1c\xc7\xb1\x0a\xf9\x42\x08\x6d\x6d\x6e\ \x6a\x08\x99\xa6\xa9\xb6\xf1\x94\x6d\x92\xa2\x6b\xc0\xdd\xcc\xfb\ \x83\xef\xab\x78\x21\xf5\x85\x82\x48\x00\x00\x44\xc8\xf7\xfd\x4e\ \xa7\x03\x80\x54\x3a\x79\x21\x41\x14\xc5\xd5\x6a\x55\x19\x35\x2a\ \x57\x08\x84\x10\xa5\x54\xe1\xe3\x81\xaf\x84\xfa\x1b\xa3\x94\x26\ \x49\xa2\x36\xbe\x15\xe2\xab\xf7\x57\x4f\xa9\x43\x58\x3c\x3c\x3f\ \x4a\xca\x25\x65\xae\xe5\xe8\x88\x15\x6c\x33\x62\x99\x94\x99\x06\ \x98\x69\x20\x53\x97\x69\x10\x03\x69\x68\x08\xc5\x3c\x1b\x0c\x06\ \x08\x21\x09\xf6\xc3\xe1\xa4\x94\x81\x1f\x64\x09\x3f\x32\x3d\xe1\ \x5a\x86\x12\xe2\x72\xce\x31\xc6\xea\x5e\x55\xcd\xe6\xd4\xd4\x64\ \x92\xa5\xcd\x66\xa3\xd5\x69\xaf\xac\xae\x76\x7a\xad\x38\x8d\xc3\ \x7a\x0c\x21\xd2\xa9\x69\x3b\x5a\xaf\xdf\xe6\x92\xc7\x69\x12\xc7\ \x31\xd6\xc9\xc2\xd2\xa2\xeb\xba\xcd\x66\x53\x22\x40\x0d\x7d\x67\ \x6f\xb7\x52\xa9\x6c\x6c\x6c\x38\x8e\xf3\xfa\x9b\x6f\x38\x96\xdd\ \x0f\x7c\x96\x65\x44\xc3\xba\xae\x5b\x96\xe5\x38\xb6\x94\x22\x8a\ \x22\x26\xb8\xea\xdc\x81\x86\x00\x00\xea\xde\x16\x5c\x34\x9b\xcd\ \xa9\xc9\x71\x42\xc8\xee\xee\xae\xa6\x69\x10\xa2\x6e\xb7\xcb\x98\ \x50\xd1\x25\x5b\x3b\x3b\x00\x8a\x38\x8e\x19\xcb\x6c\x3b\xe7\x38\ \x2e\x44\x00\x21\x14\xc7\x31\x21\x42\xd3\x34\x2e\xa5\xca\x56\x55\ \xa3\x46\x08\x61\xb7\xdb\xc5\x18\xc7\x71\x3c\x3a\x3a\x5a\x2a\x97\ \xef\xd9\x86\xf6\x00\x53\xa0\x14\x00\x68\x0a\x17\x30\xc1\x14\x63\ \x44\xb4\x38\x8c\x92\x6c\xdf\x9c\x15\x42\x88\x35\x8d\x50\xaa\x66\ \x7f\x12\x6a\xa6\x69\x1a\x3a\x91\xe9\x3e\x26\x2a\x28\x09\x82\x20\ \x8a\x22\x84\x50\xbb\xdd\xde\xdb\xdb\xb3\x2c\x0b\x21\x98\x24\x89\ \xf2\x7c\xc5\x18\xab\xc8\x1a\x35\x18\xc5\x44\x33\x75\x4a\x29\x79\ \xf6\xd9\x67\x2d\xcb\x4a\xd3\x74\x63\x63\x23\x4d\x53\xc3\x30\x3a\ \x9d\x8e\xeb\xba\xed\x76\x9b\x12\x62\x18\x86\xb2\x81\x50\x45\x9c\ \x32\x09\x56\xf3\x56\x84\xb1\x2a\xeb\xd4\xaf\x5b\xfd\x6f\xdb\xf6\ \x81\x99\x58\xab\xd9\x3c\x7e\xea\x54\xa5\x52\xd9\xdd\xdd\xbd\x7d\ \xfb\x76\x18\x86\x59\xc6\xa9\xae\xab\x95\x73\x70\xd7\x85\x4c\x55\ \x85\x07\x17\xf9\x7b\xaf\x8c\x3a\xea\x57\x79\xe0\xf5\xad\x4a\xc8\ \xef\x7b\x61\x0f\x61\xf1\xf0\xbc\xab\xd1\xa2\x69\x18\xa5\x7c\x31\ \x09\xda\xba\x8e\x98\xe0\xb9\x42\xfe\xe8\xb1\x51\xa7\x90\x37\x30\ \x18\x74\x73\x32\x4b\x31\x21\xdc\x8f\x74\x9d\x4a\x09\x18\x63\xc3\ \xc3\xc3\x8c\x73\xce\x79\x65\xbc\x92\x25\x9c\xa8\xd1\x5e\x96\xc9\ \xbb\x8a\x0d\x42\x28\x21\x58\xad\x18\x1f\x3f\x7e\x7c\x7e\xf1\x8e\ \xba\x37\xb6\xb6\x37\x5d\xd7\x4d\xb3\x8c\x33\xe1\xfb\xc1\x50\x79\ \x44\x4a\x18\x85\x89\x10\x9c\xea\xba\xeb\x7a\x61\xb8\xef\xf8\xa2\ \xeb\x86\x92\x31\x72\xce\xab\x7b\x7b\x23\xa3\xa3\xbd\x5e\xcf\x76\ \x9c\x23\xd3\x33\x9b\x9b\x9b\x1a\xc6\x10\x40\x4a\xa9\x61\x9a\x8e\ \xe3\x40\x20\xda\xed\x36\xd1\xe9\x60\x30\xd0\x34\x0d\x68\xa8\x58\ \x2c\x36\x1a\x8d\x24\x49\x28\xa5\x7b\xd5\x6a\x10\x04\xa5\x52\xe9\ \xc2\x85\x0b\xbd\x5e\xcf\x34\xad\x20\x08\x0a\x85\x92\x1a\xc3\x95\ \x4b\xa5\x30\x8d\x29\xa5\x52\x0a\x29\x65\x9a\x26\xbd\x7e\x27\x9f\ \xcf\x65\x59\x8a\xb1\xa5\x1a\xbd\xbb\xf7\xb9\x26\x84\x70\x1c\x47\ \x51\xa2\xba\xae\xe7\x72\xb9\xe1\xe1\xe1\xbf\x74\x33\xff\x20\x94\ \x0b\x34\x4c\x03\x63\x53\x00\xa8\x69\xd8\xb0\x8c\x24\x49\x08\x26\ \x44\xd3\x30\x94\x07\xd6\xad\x2a\xa0\x55\xc3\x98\x12\xaa\xac\x5e\ \x31\x35\x30\x21\x3a\xa5\x8c\x09\x05\x10\xaa\x40\x53\x1b\xc7\xca\ \x9a\xa1\xd7\xeb\x41\x88\x7c\x3f\xd8\xd9\xa9\x36\x1a\x4d\x00\x20\ \x42\x1a\x63\x4c\xd5\x64\x83\x81\x4f\x08\x46\x00\x84\xa1\x0f\x21\ \xdc\xdd\xdd\x55\x44\x87\xea\x64\x95\x20\x54\x95\x7e\xb5\x5a\x4d\ \x95\x7e\x94\x52\xc5\xa8\xa8\x49\x9f\xa6\x69\x71\x9a\x1e\x14\x8f\ \x07\xb8\xa9\xcc\xc4\x18\x63\x5c\x08\x8c\x71\xa3\xd1\xc0\x18\x13\ \x42\xd5\xb3\x04\x13\xac\xec\xe9\xd4\x1e\x34\x84\x58\x01\x22\x00\ \xe0\x60\x5c\x70\x50\x33\xaa\x67\x9b\xfa\xa3\x52\xba\x48\x75\xd9\ \x15\xbe\x6b\xdf\x6f\xa4\xfb\x9f\x17\x2c\x72\xf9\x43\x7c\x2b\xc9\ \x85\x7c\x77\x0f\xe3\xbf\xcd\x04\xf1\x5f\x9f\xfd\xf5\x43\x95\x9b\ \x42\x9e\x24\x3a\xc5\x80\x1b\x84\x20\x18\x67\x9c\x8b\x2c\x8b\x77\ \xab\xdb\x44\x83\x04\x4b\x28\x24\xa6\xba\x94\x02\x21\xc4\x39\x63\ \x2c\x99\xac\x54\xba\xfd\xbe\xae\xeb\x43\xe5\x91\x28\x8a\x34\xc0\ \xfd\x7e\x27\x08\x02\x20\x25\x86\x08\x70\x8e\x00\x0f\x07\x11\x46\ \x80\x6a\xb0\xdf\xeb\x0d\xba\x7d\xd3\xb4\x91\x44\xae\xed\xb6\xea\ \x6d\xbf\x37\xb0\x2c\x1b\x70\xa1\x13\xa2\x1b\x46\x96\x79\x9d\x6e\ \x33\xf4\xb1\xe7\x58\x50\xf2\xf1\xb1\x91\xdd\xdd\xdd\x9c\x6b\xf5\ \x3a\x4d\x5d\x27\x9a\xa6\x4f\x17\x4b\x7b\xd5\x6a\xbb\xd1\xcc\x97\ \x8a\x61\x14\x21\x84\x08\x26\x9c\x25\x02\x30\x9d\x6a\x9c\xc5\x8a\ \xc5\x26\x94\x40\x28\x29\xc5\x71\xc6\x1c\x43\x57\x3d\x32\x82\x30\ \xe7\x79\x3b\x3b\xd5\xe5\xe5\x95\xb1\xd1\x8a\x65\x59\x49\x9a\x0e\ \x06\x83\x91\x91\x11\xc7\x75\x7a\xbd\x6e\xb3\xd5\x0a\xe2\x50\x51\ \x1f\xaa\x3b\xe6\x9c\x4b\x09\x34\x8d\x02\x80\x18\x13\x69\x96\xe1\ \x24\x02\x00\x08\xc1\xa4\x14\x86\x41\x01\x10\x42\x70\x96\xa4\x51\ \x18\x20\x04\x00\xbc\x67\x63\x31\x20\x39\x24\x26\x16\x00\xea\x96\ \xe1\x7a\x1e\x84\x1a\x10\x5c\x0a\xce\xd2\x54\xd3\x90\xfa\x48\xea\ \xc5\x84\x10\x08\x81\xa6\x69\x86\xa1\x03\x84\xa1\x5a\x70\x46\xfb\ \xf0\xaa\xba\x5a\xc7\xb1\x15\xf5\x91\xcf\xe7\x25\x90\x71\x14\x23\ \x04\x83\xc0\x4f\xd3\x04\x00\x10\x45\x61\x14\x45\x96\x65\x1b\x86\ \x31\x18\xf4\xd2\x0c\xb1\x2c\x29\x97\x8b\xad\x56\x4b\x09\xef\xff\ \x52\xa6\x2e\xa1\x14\xeb\x7a\x12\x45\xc5\x42\x41\x29\xe4\x15\x4d\ \xac\xe2\xbc\x75\x5d\x6f\xb4\x5a\x0a\xd1\x54\xae\x99\x42\xc3\x38\ \x8e\xd5\x28\x30\x8e\x63\xc7\x71\x57\xd7\xd6\xd2\x34\x15\x5c\x00\ \x84\x38\xe7\x79\x37\x97\x65\x19\x44\xc8\xa4\x34\x02\x42\x55\xf7\ \xea\x7f\xf5\x18\x50\x20\x78\x80\xf5\xaa\x16\x56\xd3\x4c\xf5\xad\ \x2d\xcb\x52\x1f\xc3\x30\xcc\xbf\x35\xb0\x98\x0a\xf9\xef\xde\x57\ \x0e\xd9\x0f\x07\xc9\x34\x02\xed\x8d\xbf\xbb\x92\x73\xed\xaf\x0f\ \xff\xaa\x0d\xff\xd0\xac\x33\x25\x00\xae\xa5\x49\x9e\x20\x0d\x4b\ \x8d\xea\x2e\x42\x54\x8f\x92\xf4\xfc\x1b\x6f\x14\x87\x86\xda\x9d\ \x4e\xb1\x50\xe8\x85\x11\xa2\x84\x4b\x8e\x10\x74\x2c\x83\xb1\x58\ \xb0\xac\x54\x28\x74\xbb\xdd\xde\x20\x28\x3a\x06\xd1\x20\xc5\x08\ \x0a\x4e\x30\xd2\x29\x26\x08\x99\x39\xb7\xd7\x69\xb0\x2c\xd1\x91\ \x66\x51\x3b\x09\x13\xd7\x74\x12\x23\x41\x02\x42\x2e\x2d\x4a\x33\ \x42\x90\xe4\x39\xdb\xf4\xfb\xd8\x75\xcc\x62\xce\xb3\xa9\x3e\x31\ \x3a\x9a\x86\x61\x53\xca\x68\xe0\x03\xc1\x11\x14\x71\x14\x47\x7d\ \x0d\x70\x6e\x5b\x86\x49\x8d\x34\x4b\xa1\x86\x74\x93\xf2\x4c\x00\ \xc9\x35\x98\xf5\xfa\x03\xcb\x76\x83\xb0\x4f\x32\x6c\xdb\x06\xd2\ \x70\xbb\xdd\xf1\xfd\x81\xeb\x38\x10\xc2\x5a\xad\xc6\xe2\x38\x49\ \xb3\x42\xb1\x24\x80\x14\x40\x4a\x20\xdd\x9c\x1b\x25\xd1\xe2\xd2\ \x3c\xc6\x38\xe1\x49\x9a\xa4\x59\x96\x31\xc6\xcb\xe5\x1c\x00\xc0\ \x34\x6d\x20\x91\x63\xdb\x49\x92\x08\x0e\xa9\x6e\x48\x04\x2c\xcb\ \xe2\x3c\x2d\x14\x73\x8e\x63\x3b\xb6\x05\x58\x86\x4d\x4c\x35\xb4\ \x3c\x3f\xaf\x69\xf7\x68\x7a\x0f\x21\x40\x48\xc3\x84\x04\x61\x48\ \x04\xed\x0f\x7a\x84\x50\x28\x25\xc5\x44\x70\x8e\x10\x26\x44\x4f\ \xd3\x58\xd7\x75\xd5\x9c\x72\x21\x1c\xc3\xb0\x6d\x1b\x20\x8c\x31\ \xee\x77\x3b\x9a\xe4\x42\x32\x80\x04\xd2\x00\x26\x28\x8a\x43\xc6\ \x53\x88\x64\x9a\xc5\x08\x01\xa2\x6b\x7e\xd0\x27\x54\xe3\x3c\xc3\ \x04\x32\x9e\x02\x28\x34\x0c\x91\x26\x5d\xcf\x49\x92\x84\x60\x4d\ \x65\xc6\x62\x8c\x95\x7e\x50\xb5\xc9\x8a\x50\x92\x52\xfa\x81\x0f\ \x21\x8c\xb2\x54\x42\xc0\x85\x50\x5d\xfc\xfe\xee\x73\x9a\x49\xce\ \x95\x20\x5c\x81\x97\x12\xd0\x1c\x04\x15\x34\x9a\xcd\x6e\x7f\xa0\ \x18\x1e\xc6\x39\x4b\x92\x5c\x2e\x17\x45\x81\x6a\xb7\x93\x38\x84\ \x00\x1c\x34\xc8\x2a\x87\x56\xd3\xb4\xfd\xfe\x1a\x00\x35\x4f\x04\ \x77\xd5\x3f\x07\xdd\xba\x72\xdc\x11\x42\x24\x69\xf2\xb7\x06\x16\ \x85\x04\x0f\x15\xe9\x20\xfb\xe1\x15\x78\x29\xf8\xbb\x7b\xfe\xfa\ \x50\xb2\x80\xfd\xf0\xe2\x12\xa5\x24\x18\x03\x00\xd2\x2c\xc5\x10\ \x01\x88\x4d\xd3\x46\x3a\xa1\xd4\x1c\x0c\x7c\x3f\x08\x38\xe3\x49\ \x9a\x52\x42\x78\x96\x72\xce\xcb\xe5\xb2\x10\xa2\x58\x2c\x16\x0a\ \xf9\x66\xb3\xd3\x69\x77\x6c\x52\xcc\xbb\x26\x63\x5c\x91\x86\x8c\ \x71\x2e\x44\x1a\x86\x5c\x80\x38\x4e\x17\x16\x16\xb8\x94\x1a\xd1\ \xfa\xfd\x3e\x40\xdc\x0f\xfb\x53\x33\xe3\xb6\x6d\x1b\xb6\xae\x21\ \xd8\x68\xed\xd5\x1a\x7b\xc4\xa0\x98\xe8\xed\x76\x67\xd0\x1f\x64\ \x59\x6a\x9a\xf6\xa0\xd9\x4c\x13\x66\x9a\xce\x5e\x6d\xcd\x22\x46\ \x9a\x64\x41\x18\x8e\x4d\x4c\x3a\x8e\x67\x18\x66\x9a\xc6\xba\x61\ \x28\xe2\x92\x52\xd2\xef\xf7\xc2\xc0\xc7\xba\x21\x21\xd2\x75\x84\ \x30\x41\x8c\x71\x1e\x4b\x29\x91\xa6\x51\x5d\x27\x84\x42\x88\x38\ \x17\x52\x02\xf5\x45\x92\xa4\x52\x4a\xac\x61\x29\x65\x9a\xa5\x07\ \xb5\x89\xea\x10\x01\x00\x49\x92\x66\x19\xbb\x7b\x5b\x92\x20\x08\ \x3b\x08\x5b\x96\x45\x30\xd5\x34\x8c\x08\xca\xe7\x0b\x9c\x0b\xc3\ \x30\xdf\xc5\x06\x2d\xc4\x98\x00\x20\x55\xa9\x15\x27\x49\xbd\x5e\ \x87\x42\x52\x42\x34\x00\xa3\x28\x02\x68\xbf\x3b\xde\x5f\xec\x00\ \x40\x51\x1f\xca\x79\xc1\x34\x8d\x2c\x0a\x11\x42\x08\xee\x6f\x7d\ \x28\xc3\x37\xe5\x71\xad\x18\x61\x84\x90\x69\x9a\x1a\xd6\x54\x17\ \xac\x32\xc2\x0c\xc3\xd8\x2f\xcd\x38\x53\x02\xec\x03\x1f\x59\x55\ \xfd\xed\xd3\xc1\x52\xc8\x58\x2a\x7a\x3a\xcd\x98\x65\x59\xea\x0d\ \xf7\xff\x36\xb3\x34\xcb\x32\x01\x80\xa6\x69\x6a\xb0\xa0\x66\xa0\ \xea\x67\x91\x52\x72\xc6\xa8\x6e\xdc\x6d\x96\xa1\x92\x91\xaa\x5f\ \x99\x02\x38\x7e\xb7\xe3\x3e\x78\xcd\x81\x9b\xb7\xfa\x5d\xa8\x22\ \xf4\x40\xb5\xa3\x7e\x3b\x59\x96\xa9\xef\x95\xa5\xdf\x27\xb3\xef\ \x30\x50\xf4\xf0\xbc\xab\x6a\xd1\xb0\x1c\x5d\x37\x91\x46\x24\x00\ \x08\x42\x21\x41\x9a\x30\x29\x44\x1c\xa5\xf9\x5c\xd1\x75\x5d\x96\ \x65\xfb\x24\xa0\xa6\x51\x4a\x15\xd7\xd9\xed\xf6\x3a\xdd\x6e\x9a\ \x26\x6a\xbe\xce\x39\x4f\xb2\x54\x23\x18\x53\x62\x58\x56\x14\xc7\ \xed\x6e\x57\x37\x8c\x20\x8e\x5a\x9d\x96\x69\x1b\x86\xa5\xbb\x39\ \x57\x23\x28\xe3\x59\xc6\x33\xa2\x63\xdd\xa4\x19\xcf\x4c\xcb\x12\ \x12\x61\xa2\xeb\xb6\x9b\x65\xdc\xf5\x72\x44\xb7\xb8\x40\xfd\x20\ \x62\x5c\x7a\x5e\x01\x1b\xba\x9b\xcf\x27\x19\xb3\x1c\x8f\xea\x7a\ \xbe\x58\xb2\x2d\x1b\x53\x9d\x10\xcc\xb8\x44\x10\x1b\x86\x0e\x31\ \x49\x92\xa4\xd7\xef\xb7\xbb\xbd\x28\x8a\xb8\x90\x10\x22\x4a\x29\ \x25\x24\x4a\x92\x94\x33\xa0\x21\x8d\x12\x2e\x65\x9c\xa5\x51\x12\ \xa7\x9c\x49\x04\x33\x29\xc2\x30\x44\x08\xd9\xb6\xed\x38\x8e\x62\ \x99\x15\xb8\xab\xe5\x13\x84\x90\xe7\xb9\x5c\x0a\x42\x08\x07\x72\ \x30\x18\xe8\xba\x4e\x28\xed\xf5\x7a\xcd\x76\x0b\xd3\x77\x5b\xb3\ \x0b\x21\x04\x17\x94\x52\xcb\x34\x55\x55\xc8\x05\x4f\xb3\x4c\xf1\ \xb3\x07\x84\x35\x42\x48\xc3\x18\x69\x9a\xf2\xbe\xf6\x7d\x5f\x11\ \x29\x07\x33\x4a\x75\x94\xd4\x5c\xad\x3f\xaa\x61\x9c\xa2\x47\x94\ \x06\xc8\x75\x5d\x15\x4e\xaf\x72\x23\x7c\xdf\x37\x0c\x5d\xad\xfa\ \xa9\xd2\x4c\x15\x7d\xea\x05\x8c\xb1\x34\xcd\x94\xb0\xc6\x34\x4d\ \x15\xa9\xa8\x3e\x8c\xc2\xb5\x24\x49\xd5\x1e\x67\x92\x24\xdf\x2b\ \x60\x3a\x20\xa3\x0f\x98\x62\x45\x2b\x2b\xa1\x82\x3a\xaa\x53\x06\ \x00\x1c\x68\x9e\xd4\x8b\x0f\xc8\x1c\xf5\x82\x83\x44\x04\x85\xb3\ \x6a\x03\x5d\xcd\x25\x31\xc6\x10\x1d\xca\xb9\x0f\xcf\x8f\xf4\x40\ \x08\x34\x84\x30\x46\x08\x31\x00\x32\xce\x8a\xa5\xf2\x63\x8f\x3d\ \x16\x26\x69\x18\x45\x5b\x5b\xeb\x42\x02\x35\xe4\xd6\xee\x96\x54\ \x00\x42\x4a\xe9\xc4\xf8\x78\xbe\x90\xe4\x1d\xdd\x30\x30\xe7\xcd\ \x03\xb1\x48\x14\xc7\x83\x20\x70\x5c\xd7\x8f\xa2\x07\xce\x3e\x74\ \x67\x7e\xbe\xdb\x1b\x34\x5b\x6d\xdb\x75\x05\x80\x54\x37\x35\xaa\ \x07\x83\x04\x22\xdc\xed\xf5\xfb\x7e\x9c\x64\xac\x3b\x08\x3c\x27\ \x07\x89\xee\xb8\x85\x7e\x3f\xd2\xa8\x9e\x66\x62\xab\xba\xa7\x69\ \xd8\xf5\x80\x46\x69\x06\x64\xa7\xdf\xf7\x84\x68\x75\x3a\x2c\xcb\ \x58\x12\x46\x94\xb8\x96\x49\x88\xa6\x38\x68\x08\x21\x42\x1a\xc6\ \xa4\xd3\xe9\x9a\x96\xcd\xa5\xc4\x84\x60\x42\x30\xc6\x71\x9c\x84\ \x61\x98\xcb\xe5\x34\x8c\xb1\x86\xb9\x90\xfe\xc0\xd7\x0d\xc3\x71\ \x6c\x08\xa1\xef\xfb\x2a\x84\x44\x35\x92\xe5\x72\x59\xcd\xda\x00\ \x00\x48\xd3\xa8\x6e\xa4\x8c\xd9\x96\x8d\x31\x8e\xc3\x90\x10\x0a\ \x00\x80\x08\x89\xfd\xc2\x93\xbf\xbb\x0b\x0f\x01\x00\x2c\x63\x8c\ \xf3\x83\x0c\x00\x04\xa1\xe0\x42\x08\x21\x81\x3c\x98\xb2\x69\x08\ \xa9\xa0\x54\xb5\x5b\xb9\xaf\x58\xbc\xbb\x09\xa7\xa0\x24\x08\x02\ \x55\x8e\xc5\x71\x1c\xc7\x71\xa9\x54\x52\x2a\x68\x55\x8e\xa9\x4a\ \xd3\xb2\xac\x83\x59\x1e\x25\x54\x3d\x09\x94\x14\x46\x81\xa9\x22\ \xca\x94\xf1\xd7\x41\x7b\xcb\x10\x03\x52\xaa\x44\x07\x35\xee\x94\ \x42\x28\x10\x4c\xef\x0e\x13\x15\x4d\xac\xa6\xb4\xea\x73\x52\x03\ \x1e\xb0\xe4\xfb\x22\x81\xbb\x3f\xb2\x9a\x96\xaa\x71\xa4\xfa\x16\ \xea\xe1\xfa\xbd\xf3\x4d\xf5\x3e\x07\x8f\x07\xa5\x8a\x55\xba\xd1\ \x03\x60\x3d\x84\xc5\xc3\xf3\x23\x82\x44\xd8\x6c\xb7\x4a\xbd\xa1\ \x30\x89\x09\x35\xd2\x8c\x47\x19\xc3\x84\x12\xdd\x28\x58\xf6\xc8\ \xc8\x88\x14\x7c\xe9\xce\x1d\x6a\x19\x92\xb3\x03\x23\xe8\x24\xc9\ \x18\x63\xa3\x63\x63\x1a\xd6\x93\xa0\x8d\x01\xc7\x1a\xd6\x28\x41\ \x04\xa7\x9c\x53\xc3\x34\x1d\xd7\x8f\x62\x20\x40\x18\xf3\x94\xc1\ \xa5\xd5\xed\x38\x89\xa7\x4c\xaf\xde\xf2\xdb\xbd\xc8\x62\x70\xaf\ \xd6\x2e\x15\x4b\xcd\x76\xd8\x6c\xb7\xdd\x9c\xd7\xe9\x07\x9d\xf6\ \xa0\xd5\x6c\xb4\xbb\xfd\xc0\x0f\x82\x20\x26\x86\x39\x08\x62\xd3\ \x34\xfb\x41\xa8\x69\x9a\x84\x68\x67\xa7\x8a\xa7\x8f\xb4\x5a\x1d\ \xc7\x31\x59\xc6\xc3\x7e\x9f\x0c\x0f\x6b\xc4\x4a\x19\xe7\x9c\x0b\ \x00\x79\xc6\x24\x48\x00\x44\x8a\xb1\xa5\x86\x09\x35\x6c\xd9\x6e\ \xe8\x07\xfe\x20\xe0\x4c\x5a\x96\xc5\x98\x48\xe2\x94\xba\xae\x4e\ \x0c\xc1\x41\x18\xc4\x19\x63\x4a\xe8\x47\x08\x51\x8e\x35\x07\x85\ \x0c\x84\x20\x8c\x62\x5d\x37\x21\xd2\x20\x44\xd4\x30\xe3\x34\xed\ \xf5\x06\x69\xca\xa4\x09\xa2\x28\x99\x39\x32\xc7\xdf\x05\x27\xa8\ \x69\x08\x63\xcc\x44\x8a\x20\xa4\x94\x0e\x0f\x0f\x23\x00\x04\xe3\ \x71\x10\xf2\x2c\x63\x5c\xa8\x55\x45\x08\x21\xd2\x50\x9a\x32\x00\ \x80\x61\x18\xf9\x7c\xce\xb6\x1d\x5d\xd7\xfb\x42\xa8\x72\xec\x60\ \x53\x58\x85\x8e\xe6\xf3\xf9\x4e\xa7\xa3\x94\x98\xe2\x2e\x7e\x29\ \xc8\xa3\x94\x76\x3a\x9d\x20\x08\x24\x00\x51\x1c\xab\xfa\x4b\xc9\ \xe0\xd5\x3a\xa3\x2a\x00\x55\x59\x47\x08\x51\x0b\x7f\x41\x10\x50\ \x4c\x7c\xdf\x37\x28\x15\x42\xe4\xf3\x79\x00\xa1\x6a\x72\x01\xc6\ \x0a\x3d\xd3\x34\x55\x35\x9d\x61\x18\x07\x9d\xf2\x41\xcd\xa8\xde\ \x47\xe9\x13\x55\xc9\x19\xc5\xb1\xd2\x72\x51\x4a\x0d\xc3\x50\xcf\ \x21\x55\x3c\x2a\x6c\x3d\x28\x36\x95\x98\x5c\x15\xf2\x77\xc7\x09\ \xe0\x10\x16\x0f\xcf\x8f\x12\x16\x01\xf0\xe3\x04\x11\x7a\xe2\xc8\ \xd1\x38\xce\x46\x46\x47\xae\xdd\xb8\xf1\xce\x3b\x57\x38\x10\x00\ \x22\x8c\x71\x9a\xc4\x94\xd0\x30\x0c\x31\x84\x2c\x4b\x21\x84\xed\ \x76\x3b\x49\xd9\x5b\x6f\xbd\x89\x89\x09\x20\x26\x30\x35\x09\x94\ \x08\xc6\x71\x0c\x11\x16\x00\x0e\xc2\x98\x49\x98\x09\x40\x89\xa1\ \x11\xe3\x81\x07\xdf\x6b\xe8\xe6\xc4\xd4\x84\x65\x5b\xbf\xf8\xe9\ \x7f\x00\x24\x30\x6d\x93\x52\x2a\xb8\x08\x83\x50\xb7\x0d\x26\x52\ \x96\xb1\xd8\x0f\x2d\xc3\xe8\xf7\xfb\x82\x0b\xa8\x69\xb5\x46\xdd\ \x2b\xe6\x38\xe3\x92\x27\xdd\x5e\x77\x7d\x73\x93\x31\x41\x89\xfe\ \xd8\x13\x43\x49\xe8\xbf\xf3\xd6\xdb\x4a\xc5\xc2\x39\x08\xa2\x44\ \x40\x8d\x33\x96\x24\x91\x97\xcb\x0f\x06\x03\xa0\x61\x6a\x5a\x51\ \x18\xc6\x49\x66\x5b\xd6\xee\xde\xae\x86\x34\x2e\x05\x35\x74\x3f\ \x0a\x74\xd3\x68\xb6\x5b\x12\x82\x52\xa9\xc4\x04\x17\x7c\xdf\x2e\ \x50\x31\x1b\x2a\x8d\x40\xd7\xf5\xed\xed\xed\x24\x4e\x98\x94\x51\ \x1a\x03\x09\x66\xa6\xa6\x75\x4a\xb9\x10\x6e\x21\x2f\x5a\xed\xa9\ \x99\xe9\xc1\x60\x40\x0d\xfd\xdd\xa4\x24\xa9\x3e\x14\x20\x14\xc5\ \xb1\x69\x5b\x08\x21\x8c\x34\x04\x40\xe4\x07\x71\x9c\x10\x9d\x60\ \xac\xa9\x6a\x2e\x49\x52\xaa\xeb\x61\x18\x3a\x8e\xa3\x9b\x36\x42\ \x28\x0e\x03\x43\xd7\x07\xfd\x9e\x92\xce\x28\x40\x51\xc2\xc3\x38\ \x8e\x29\xa5\xf5\x7a\x5d\xd5\x7d\x8a\xed\x55\xc0\xb4\xbf\x1f\x19\ \xc7\x0a\xb6\x4c\xd3\x0c\x82\x40\xa1\x98\x62\x33\x7c\xdf\x37\x4d\ \x33\x8a\x22\xcb\xb2\xba\xbd\xae\x92\x07\xed\xaf\xc3\x43\xa8\x50\ \x4c\xad\xc6\xab\x3e\x57\xd5\x9b\xaa\xf9\x3d\x08\x86\x34\x0c\xa3\ \xdb\xeb\x45\x49\xea\x79\xde\xc1\x07\x50\x98\xae\x66\xa3\xaa\x86\ \x55\x5e\x18\x94\x52\xd7\x75\x83\x20\x50\x3c\xcf\x81\x6e\x5c\x81\ \xe0\x01\xc1\x7d\xd0\x5c\x2b\x6f\xb4\x43\x39\xf7\xe1\xf9\xd1\x36\ \xd0\x51\x12\x2f\xaf\xac\xde\xff\xd0\x59\x8c\x31\x90\x68\x76\xee\ \xd8\xed\x3b\xf3\xd4\x34\x21\x80\x49\x94\x9c\x3c\x79\x72\x63\x6d\ \x19\x23\x44\x29\xd1\x10\x54\x69\x2d\xa6\xe9\xdc\x59\x5c\xae\xee\ \x36\x00\xc4\x45\x57\x0f\xb1\x9c\x9c\x99\x4e\xd2\x34\x8a\xe2\x09\ \x7b\xaa\x32\x5e\xe9\xf5\xfd\x91\xd1\xf1\x8f\x7c\xf4\xa7\x6e\xdf\ \x9c\xdf\xde\xae\x77\x3a\xfd\xe7\x5e\x7a\xd9\x0f\xfc\xd3\xa7\x4e\ \x5f\xbd\x72\x15\x40\x60\x58\x06\x4b\x99\xe3\xb8\xfd\xa0\xdb\xea\ \x34\xca\xf9\x82\x69\x18\x49\x14\x33\xc6\x86\xca\x43\x98\x60\xa0\ \x21\x80\xa0\x6e\x19\xe5\x42\x0e\x00\x30\x3c\x3a\x7a\xe4\xc8\x51\ \x93\x9a\x61\xe8\xdf\xba\x76\xdd\xb2\x9d\xed\x66\x03\x30\x81\x88\ \x86\x88\x06\x01\xf0\x83\x10\x42\x18\x85\xa1\x80\xa8\x5c\x1a\xaa\ \x35\x1a\x47\x67\xe7\x16\x16\x16\xc3\x30\xcc\x17\xca\x10\x02\xdd\ \xb4\x91\x46\x34\xac\x63\x2a\x91\x16\x41\x84\xa3\x24\x23\xd4\x00\ \x41\x70\xb0\xd6\xa6\x38\xd0\x30\x0c\x1b\x8d\x86\xef\xfb\x84\x12\ \xa2\x1b\x00\x41\xc6\x38\x13\x52\xe3\x92\x50\x82\x11\x49\x33\xde\ \x6e\x77\x07\x83\xc1\xda\xda\x86\x22\x34\xee\xed\xca\xeb\xba\x61\ \x39\x16\x40\x68\x10\x06\xb5\xf5\x75\xc3\x30\x88\x86\x11\x00\xaa\ \x93\x05\x12\x28\xc0\x52\xe3\xb9\x24\x4e\x76\x76\x76\x30\xc6\x1a\ \xd1\x21\x84\x14\x23\x99\x26\x07\x6d\xa6\x0a\x8a\x52\xfb\x45\xaa\ \x76\x53\xf6\x36\x0a\xef\xf6\x57\xdd\x31\x56\xc4\xae\x62\x93\x0f\ \x34\xd2\x84\x90\x24\x49\x94\x24\x50\x55\x73\x69\x9a\x02\x08\xd5\ \x73\x42\x45\x0f\xea\x96\x95\xa6\x69\xe8\xfb\x0a\xb0\xb2\x34\x3b\ \x90\xd7\xa8\x8f\x77\x00\x64\xfb\x22\x56\x21\x04\x90\xea\x05\xea\ \x35\x59\x96\x05\x41\xa0\x78\xe4\x83\x65\x4d\x8c\xb1\x9a\x5d\x2a\ \xa6\xab\xdd\x6e\x1f\x88\x7e\xa4\x94\xb9\x5c\x4e\xbd\xa1\x2a\x21\ \x15\x14\x7e\x6f\xee\xe0\x21\x2c\x1e\x9e\x1f\x0d\xe5\x22\x81\x6e\ \x98\x2b\xeb\x6b\xaf\xbe\xfa\xea\xc3\x0f\x3f\x32\x3c\x32\x2a\x84\ \xec\x74\xba\x43\x54\xa7\x54\xef\xf7\x07\x6a\xf4\x06\xe5\xfe\x2c\ \xbc\xdb\xe9\x6c\x6d\x6d\x9d\x3d\xfb\x9e\x5c\x2e\x97\xa4\x9c\x50\ \xa3\x9c\xb7\x22\xbf\xa3\x76\xb3\x8a\xe5\x72\x75\x77\xf7\xf1\x1f\ \x7b\x92\x5a\xce\x9d\xf9\x85\xbf\xff\x2b\xbf\x2a\x04\x80\x02\x1f\ \x99\x9d\xcd\xb2\x2c\xcb\x32\x2f\xef\x76\xfa\xed\x81\xef\x9f\x3a\ \x79\xca\xcf\xfc\x89\xd2\xf8\xc8\xe4\xf0\xf0\x60\xc8\xef\xf6\x37\ \x37\xd6\x25\xe3\x40\x82\xd5\xf5\x35\xd3\xb6\x0a\xc5\x02\x36\x74\ \x3f\xf4\x0d\x4a\xa8\xae\x27\x51\x7c\xfb\xe6\xad\xf7\xbc\xf7\xf1\ \x4f\xff\xc2\xa7\x1a\xcd\x66\x96\xf1\x13\x27\x4f\x51\x08\x76\x6b\ \x3b\x99\x10\x94\xea\x42\x08\xd3\xb4\x90\x86\x93\x34\xdd\xd8\xda\ \x02\x00\x34\x9b\x2d\x29\xc1\xf0\xd0\xf0\xce\xce\x4e\x10\x04\x93\ \x93\x93\x86\x61\xf4\x07\x03\x08\xa1\x86\x31\xa1\xb4\x5c\x2e\xdb\ \xb6\xdd\xef\x75\xbe\x57\x14\xbd\xb1\xb1\xa1\x82\x40\xf7\xdb\x40\ \xc3\x04\x00\x06\x61\x58\xad\x56\x21\x00\x9e\xeb\x21\x88\x00\x84\ \x59\x96\x69\x18\xef\xee\xee\x7e\x5f\x3f\xd4\xbf\x1e\x16\x51\x2e\ \x97\x33\x6d\x13\x20\x24\x21\x08\xa2\x90\x73\x2e\x18\x47\x00\x50\ \x0d\x23\x84\x00\x04\x8a\x2b\xe7\x8c\x21\x08\x3d\xcf\x6d\x34\x5b\ \xbd\x5e\x0f\x61\x0a\x20\xcc\x39\x96\xad\x53\x85\x3b\x94\x52\xd3\ \x34\x09\x21\xdd\x6e\x57\x41\xaa\xca\x77\x55\x49\x64\x0a\xee\x55\ \xb3\xac\xaa\x2d\xcf\xf3\xb8\x10\x04\x41\xb5\xb3\xac\x68\x5f\xf5\ \xff\xc1\x64\x50\x5d\x8d\x7d\xd4\x63\x4c\xe1\xa0\xc2\xa3\x24\x49\ \xb2\x34\x3d\xa8\x13\xbf\x77\x08\x78\x40\x1c\x5b\x96\x9d\x71\xae\ \x20\x58\xad\x3c\xab\x2e\x5b\xf9\x69\x32\xc6\x54\x0e\x9a\x42\xbd\ \x7d\x72\x39\xcb\x14\x21\xae\x9a\x6b\x35\x46\x54\x80\xa8\x62\x5e\ \x54\x81\xa9\x86\x9b\x71\x14\x1d\xc2\xe2\xe1\xf9\xd1\xc1\xa2\x1c\ \x1e\x1d\x1d\x04\xc1\xe5\x2b\x57\x46\xc7\xc6\xc7\x2a\xe3\x51\x14\ \x3e\xfd\x53\x3f\x95\x72\xde\x68\xb4\xce\x9c\x39\xfb\xda\x6b\x2f\ \x23\x84\x90\x94\x9a\xa6\x61\x84\x58\x96\xcd\xce\xce\xe6\x0b\x85\ \xd1\xb1\x18\x42\x6c\xda\x5e\xde\xc5\x9e\x33\xa9\x69\xc4\x30\x4d\ \x21\xc5\x99\x33\x67\x5f\x3f\xff\x66\xad\xd1\x92\x10\xe6\x0a\x45\ \xc1\x25\x42\xc0\xf6\xf4\xdb\xb7\x57\x84\x10\x09\x0f\x7b\x41\xbb\ \xd3\x6c\x6c\xef\x99\x69\x9a\x9e\xb6\x4e\x1c\x3f\x39\x3b\xf0\x07\ \x37\x6f\xdc\xd8\xdc\xde\x2c\x17\x8a\xb6\x69\x0b\x20\x82\xd0\x27\ \x16\x3d\x3e\x3d\x61\x05\xd6\xc8\x70\xf9\xea\xd5\xeb\x7b\x7b\x7b\ \x67\x1e\x7e\x64\xaf\x56\x9f\x9f\xbf\x73\xe2\xe4\x7d\x8b\xec\x46\ \xe4\xfb\xd4\xd4\x4d\xd3\x86\x3c\x55\xe1\xce\x12\xc8\x84\xb1\x52\ \xb1\x58\xab\x35\xc6\x2a\x95\x66\xb3\x69\x98\x76\x10\x04\x63\x63\ \x63\xb5\x5a\x2d\x8e\x63\xd5\xbe\x29\xff\x98\xc1\x60\x70\xfc\xf8\ \xf1\x46\xa3\xa1\x68\x5c\x75\x8b\x2a\x83\x09\x35\xed\x8a\xe3\x38\ \x8a\x22\xc6\x98\x44\x28\x63\x4c\x04\x81\x60\x3c\x4b\x33\xc6\x98\ \x41\xf5\x28\x49\x4a\xa5\x92\xed\xba\xf7\x2c\xac\xe5\x9c\x37\xea\ \xf5\xb1\xc9\x71\xaa\xeb\x8c\xb3\x7d\xa3\x0a\xc6\x2c\xc3\x92\x42\ \x48\x21\xe4\x5d\x8b\x9d\x28\x8e\x83\x30\xcc\x17\x8a\xb6\x6d\x73\ \xc6\x34\x6a\x10\x42\x28\x46\x18\x63\x8c\xf1\x41\x66\xa1\x8a\xa2\ \x57\x45\x5c\xa7\xd3\x51\x8e\x0f\x2a\x78\x47\x59\xbd\xf5\x7a\x3d\ \x65\x93\xa3\xca\xc6\x38\x0c\x94\x51\x98\x2a\xcd\x14\x98\x2a\x7e\ \x46\xd3\x34\xdd\x30\x44\xbf\xa7\x28\xef\x2c\x63\x51\x18\x52\x4a\ \x5d\xdb\x56\xd8\x04\x01\xd4\x34\x74\x40\x94\xab\x2a\x5b\xe1\xa6\ \x7a\xc6\xe8\x3a\x65\x51\xec\x79\x5e\xa1\x50\xc8\xb2\xcc\xff\x7f\ \xd9\x7b\xef\x38\xbb\xae\xea\x6c\x78\xad\x5d\x4e\xb9\x65\x9a\xa4\ \x51\x73\x91\xdc\x71\xc3\xc6\x80\x1d\x08\xa6\x84\x1a\x4c\xc0\x26\ \xf4\x00\x29\x10\x42\x42\xf9\x5e\x12\x20\x2f\xcd\x81\x40\x02\x49\ \x20\x81\xc4\xbc\x21\xf4\x12\x42\x0d\xd5\x60\x83\xc1\xb8\x60\xdc\ \x70\xc1\xbd\xc9\xb6\xda\x68\x34\x9a\x76\xdb\x69\x7b\xef\xf5\xfd\ \xb1\xee\xdd\x73\x66\x46\x80\x2d\x59\x60\x49\x67\xfd\xe1\x9f\x7c\ \xe7\xde\x73\xcf\xd9\xf7\xec\xe7\x3c\xab\x3d\xab\xd3\x81\x7e\xcd\ \x79\x83\xcb\xe6\xa5\xea\xf7\x41\x95\x61\xd1\x27\xe8\x39\x3f\x33\ \x37\x37\xc7\x25\xdc\x1c\x33\x2d\x7f\xd1\xaf\x0d\xe9\x56\xb0\x58\ \xd9\x9e\x9b\x73\xee\xc8\xa3\x8e\xda\xb2\x6d\x6b\xaf\xdb\xbb\xe1\ \x86\x1b\xea\xf5\x5a\x73\x68\x78\x64\xc5\x8a\x76\xab\x9b\xf4\xd2\ \x95\x2b\x57\x0c\x0f\x0d\xcd\xcf\xee\x14\x52\x5a\x6b\x95\x10\xec\ \xec\x6c\xdb\xba\x55\x48\x25\x94\x2c\x8a\x42\xc8\xb0\xd5\x6a\xa7\ \x69\xb6\x7e\xfd\xfa\xe6\xf0\xe8\x1d\x77\xde\xd5\x4b\xb3\x95\xab\ \x56\xdf\x7e\xe7\xdd\x41\x18\x4d\xce\xed\xcc\xb3\xb9\x63\x4f\x38\ \x72\x78\x2c\x0e\x83\x30\x33\x9d\x24\x6f\xc9\xba\xd8\xb2\xfd\x9e\ \x7a\xbd\x7e\xef\xe6\x3b\xda\xbd\x96\x23\x8a\xc2\x70\xed\xda\x35\ \x33\xd3\x33\xb3\x73\xb3\xac\x95\x12\x86\xe1\xec\xec\x8c\x0a\x83\ \xad\xdb\x26\xac\x83\xb4\xdd\xbb\xf1\xfa\x1b\xeb\x8d\xa1\x4b\x2e\ \xbe\xe4\xd8\x57\xfd\x59\xab\xdb\x9d\x9e\x98\x68\x47\x01\x2a\x4a\ \x8a\x8c\x63\xf9\x45\x51\x10\x0a\x14\x6a\xe5\xaa\x55\x59\x5e\xac\ \x5e\xbb\xae\xd3\xee\xec\x6a\xcd\xb3\x08\xc2\x3d\xf7\xdc\xc3\x85\ \x2f\x79\x9e\xaf\x58\xb1\x62\x6a\x6a\xaa\xd1\x68\xdc\x73\xcf\x3d\ \x12\x1d\x57\xb9\x28\xa5\x10\xa1\x5e\xaf\xb5\x5a\x6d\x29\x45\x51\ \x14\x05\x37\xde\x49\x19\x04\x01\x12\xe5\x44\x28\x05\x5a\x04\x29\ \x76\x4e\x4d\xd5\xeb\x75\x44\xdc\x9b\x95\x9f\xdc\xb9\x73\x78\x6c\ \x84\x00\xa4\x54\xe3\xab\xc6\x89\x5c\xda\x4b\x86\x87\x87\xe7\xa6\ \xa7\xf3\x3c\xaf\x35\xeb\xd6\xf6\xbb\x3b\xe6\xe7\xe7\xa4\x94\x43\ \xc3\x23\xb5\x7a\x5d\x05\x21\x02\xee\x9c\x9c\xd8\x78\xc8\xfa\x41\ \x6a\x08\x85\x10\x9d\x4e\xb7\xd3\xee\x48\xc5\x12\xe5\x5d\x00\x9a\ \x9b\x9b\x1b\x19\x19\xe1\xd2\x96\x46\xa3\xc1\xb5\x38\xfc\xe6\xa2\ \x30\xad\x56\xcb\x11\xb1\x98\x18\xfb\xdd\x7c\xb1\xec\x56\x87\x41\ \xa0\xb4\xe2\x7e\xbb\x20\x08\x1a\xf5\x3a\x01\x05\x52\xa1\x10\x52\ \xca\x2c\x4d\x51\x4a\xcc\xb2\x41\x04\x50\x16\x45\xee\xa5\xbf\x01\ \x40\x29\xad\x54\x3f\x97\x95\xa6\x29\xab\x87\xf1\x1b\x16\x1e\xc8\ \x8e\xfc\xff\x32\x76\x67\x59\xc6\x62\xb7\x4c\x0f\xb9\xfd\xd1\x2f\ \x17\x33\x62\xee\xc7\x17\xfb\x57\xf3\x5f\x65\xfb\x97\x09\x21\x36\ \xdd\x73\x57\xda\xeb\xa4\x49\x7a\xcf\xdd\x77\x08\xb4\xce\xb9\xdc\ \x14\x08\x58\xe4\xf9\xcd\x37\xff\xbc\x3d\x3f\x2f\xc0\x5a\x63\x01\ \x50\x2a\x59\x38\xda\xb4\x79\x73\x18\xd6\x88\x20\x33\xa6\x3d\xdf\ \xde\x31\x11\xfe\xde\x53\x9e\x2c\xa4\xbc\xe8\x87\x17\xdd\x70\xf3\ \xdd\xa7\x9d\xf6\xa8\x6d\xdb\xb6\x5d\xf6\x93\xcb\xe3\x7a\x2d\x8e\ \x8b\xd5\x63\x2b\x76\x4c\x24\x5b\xef\xde\x5a\x93\x0d\x93\x16\xca\ \x28\xc8\x50\x3a\xb5\x66\xcd\x9a\x76\xbb\xbd\xe5\xee\x6d\x0d\x3d\ \x54\xab\xd7\x66\x67\xa6\x9a\xb5\x7a\x3d\xae\x6d\xdf\xbe\xbd\xc8\ \x32\x02\xc8\xba\x5d\x3d\x3c\x12\x80\xb8\xfb\x9e\x4d\x49\x2f\xd5\ \x61\x24\xa5\x8c\x02\x75\xd7\x9d\xb7\xed\x98\xdc\x36\xbe\x76\xc5\ \xa6\x4d\xb7\x16\x22\x72\xdd\x54\x2a\x91\xf5\x00\x05\x8e\xaf\x5e\ \x75\xe4\x51\x47\xe7\xc6\x6d\x9f\xd8\x31\x3b\xdf\xc9\xad\x33\x44\ \x41\x18\x75\xbb\x6d\xa5\xe5\xf4\xcc\xae\x38\x8e\x10\xd1\x58\x93\ \x17\x99\x75\xc5\x2f\x6e\xba\x11\x05\x25\xa9\x89\xe3\x20\x2f\xb2\ \xd1\xe6\x50\x10\xe8\xb8\x19\xec\x9c\xe9\xae\x1a\x5e\xbd\x6b\x76\ \x46\xa9\x80\x9c\x23\x6b\x24\xb9\xf9\xf9\xf9\x46\xa3\xd1\x9a\x9f\ \x8b\xa3\x48\x20\x15\x26\xcb\x8b\x6c\x74\xc5\xa8\x73\x7b\x5a\xce\ \x8d\xe0\xc0\xce\xcd\xcd\x86\x61\x30\x36\x32\x6c\x5d\xb3\x28\x8a\ \x96\x9c\x5f\x31\x32\xdc\x6b\xb7\x54\xa8\xed\x60\x8a\x93\x10\xc2\ \x1a\x33\x37\xbd\xab\x56\x8f\x23\x1d\x38\x72\xbd\x5e\x37\x4b\x13\ \xeb\x28\xcb\x2d\x91\x0b\x43\x9d\xa4\xf9\xcd\x37\xdf\x12\x45\x51\ \x28\xa4\x90\xba\xd3\x4d\xba\xdd\xee\xdc\xdc\x2c\x7b\xc1\x2c\xe7\ \xc5\x59\x91\x2c\xcb\x26\x26\x26\x66\x66\x66\x56\x8e\x8f\x59\x72\ \x32\xd0\x49\x96\x5a\x63\xc3\x38\x32\xb6\xef\xb4\x26\xdd\xae\x00\ \x48\x3a\xbd\x40\xe9\x2c\xcb\x8c\xeb\x87\x0e\xf3\xa2\x20\xe7\xc8\ \x11\x58\x0b\x52\x2b\x1d\x16\xc6\x76\xba\x49\x14\xd5\x1a\xcd\x5a\ \x92\xf6\x00\x25\x80\x40\x61\x54\x10\x60\x9a\xce\xce\xce\x72\xdd\ \x8f\x73\x6e\x7c\x7c\x7c\x72\x72\x92\x3b\x6a\x7a\xbd\x5e\x5c\x8f\ \x41\x38\xeb\x4c\x14\x45\xb5\x7a\xd4\xe9\x74\xb4\x0e\xb2\xdc\x11\ \x58\x47\x0e\x9c\x22\x21\x80\x40\x28\x5d\x38\xee\x08\x14\xad\x6e\ \x2f\x08\x02\xa1\x74\x5e\x14\x50\x65\xa2\x2b\xdb\xa7\x66\x6d\x91\ \xe7\x59\xbd\x1e\x59\x6b\xe7\xe7\x67\x85\x40\x63\x6c\xbd\x5e\x03\ \x70\x64\x0b\x22\xeb\x8a\xc2\x02\x29\xa5\x01\xc0\x12\x4c\xec\xd8\ \x19\xc5\x35\x40\x5c\xb7\x76\xfd\x09\x27\x9f\xbc\x72\x74\xd5\xcc\ \xae\xd9\x8b\x2e\xba\xe8\xfe\xfb\xef\x17\x42\x5c\x75\xe5\xb5\x69\ \x9a\x66\x69\x1a\x68\x9d\x11\x84\x4a\xaf\x1a\x1b\x4f\x3a\xa9\x10\ \xa2\x16\xd7\x8a\xc4\x48\x92\xe8\xb0\xd7\xea\x75\xe6\x3a\x9d\xb9\ \x4e\x1c\x84\x43\x43\xcd\x3c\xcb\x4c\x96\x0b\x21\x86\x6a\xf5\xd9\ \xd9\x59\x29\xe5\xf6\xcd\x5b\xb7\x6f\xde\xea\x88\x1c\x20\x59\x0b\ \xce\x15\x42\xb9\x34\x6b\x36\x1a\x53\x53\x93\x5a\xc2\xa1\x87\xaf\ \x0f\x02\x95\x27\x5d\xca\xf3\x46\xa3\xe9\x1c\xa0\x52\x53\x3b\x27\ \xef\xdb\xb2\x55\xaa\x00\xa5\xb6\xd6\xea\x40\x8f\x8e\x8e\x68\x2d\ \xc2\x30\x90\x12\x9b\xcd\x66\x9a\xa6\xed\x76\x91\xa6\xbd\x4e\xa7\ \x3d\x3d\x3d\xc5\x6d\x2d\x42\x0a\xb4\x88\x88\x59\x96\x5c\x73\xcd\ \x95\x41\x10\x23\xc8\x76\xbb\x2d\xa4\x36\xae\x50\x44\x27\x9f\x7c\ \xf2\xcc\xcc\xcc\xb6\x6d\xdb\xc2\x20\x60\x05\x6c\x1d\x84\x09\x2a\ \x00\x00\x20\x00\x49\x44\x41\x54\xad\x35\x0a\x1c\x1e\x1e\xda\x73\ \xbd\x45\x82\x2c\x4d\x67\x66\x66\x8c\x31\x81\xd6\x59\x96\x47\x51\ \xd8\xe9\x74\xd2\x6e\x8f\xa5\x7a\x10\x01\x51\x00\x00\x33\x32\x6b\ \x6d\xda\xe9\x3a\x9d\xe7\x45\x91\xf4\x7a\xae\xc8\xe3\xb8\xd6\x68\ \xe4\xbd\x5e\x22\xa5\xaa\xd7\x1b\x9d\x4e\x27\x8e\xa3\x28\x8a\x92\ \x24\x4d\x92\x5e\x18\xf4\xd5\xb7\x38\xf6\xb7\x63\xc7\x0e\xee\xf8\ \x6e\xb5\x5a\x69\x9a\x76\xba\xdd\x4e\xaf\x3d\x36\x36\x16\x04\xc1\ \xc4\xe4\x8e\xa4\xdb\x5b\xbf\x7e\x3d\x01\xb0\x2f\x6f\xac\xdd\xb1\ \x63\x07\x00\x24\x49\x8a\x42\x90\xc0\x20\x0c\x8d\x31\x64\x2d\x12\ \x80\x23\x53\x14\x52\x59\x42\xd1\x6c\x0e\xaf\x5f\x37\xa4\xb4\x2a\ \xf2\xbc\xd5\xd6\xce\xb9\x22\x2f\x08\xc0\x1a\xe7\x7b\xba\xd9\x4f\ \xef\x74\x3a\x69\x9a\x4e\x4f\x4f\x73\xdc\x50\x4a\x81\xa8\xb4\x56\ \x88\xc0\x11\xc3\x70\x20\x5e\x89\x88\x52\x81\xc2\xc0\x1a\x43\xce\ \xe1\x60\x05\xb8\x6e\x5c\x6b\xad\x83\x80\xef\xc6\x0a\x16\x2b\xdb\ \x77\xc9\x68\x64\x47\x89\xc3\xf3\x41\x10\x28\x65\x85\x90\x88\x86\ \x7b\xbf\xe6\x0b\x03\x40\x02\x55\x9e\x39\x0b\x90\x65\xe6\xb8\xe3\ \x36\x3e\xfe\x77\xcf\x8c\xe3\x78\xe7\xf4\x2e\x89\x62\x64\x64\xf4\ \xcc\x33\xcf\x64\x26\x92\xa5\x59\xab\xdd\x62\xb1\x68\x44\x8c\xe3\ \x98\x5b\x65\xa5\x90\x4a\xeb\x5a\x2d\x7e\xf5\xab\x5f\x1d\x04\x41\ \x3f\xdd\x09\xa0\xb4\x08\x02\xcd\xa9\x49\x2e\x07\x49\xd3\x94\xe3\ \x62\xfc\xbf\x99\xb1\xce\x92\x75\x0e\x9d\x03\xa2\x99\xe9\x5d\x23\ \x43\xcd\xb4\xd7\x19\x6a\x0c\xcd\xb7\x66\x5d\x5e\xcc\x4e\xef\x6a\ \xd6\x1b\x26\x2f\x04\xd1\xdc\xfc\x7c\xda\xed\x3a\x48\x72\x63\x0a\ \x4b\x48\x2e\x8e\x14\x59\x97\x24\xdd\xa1\xa1\xa1\x95\x2b\x57\x74\ \x3a\x9d\xa2\xc8\xa5\x14\x8d\x46\xdd\x39\x2b\xa5\xb0\x04\x45\x91\ \x5b\xeb\x6a\xb5\x86\x73\x45\x96\xa5\xb3\xb3\xf3\xa6\x00\xeb\x5c\ \xda\x6b\x37\x87\x1a\x45\x51\xf8\x48\x7f\x18\x86\xf3\xf3\xf3\xac\ \xfb\x32\x31\x31\x01\x83\x86\xb9\x3d\x63\x8b\x42\x4a\x6e\xbc\xe3\ \x7e\x92\xbc\xc8\x79\xf6\x43\x59\xd3\xb0\x2c\x51\x43\x44\x79\x51\ \x00\x00\x0a\xa1\x94\x32\x26\x13\x42\x00\x10\xa2\xeb\xf5\xba\xcd\ \x66\x03\x80\x7a\xbd\x2e\xab\x42\x44\x51\xc0\xe7\x16\xc7\xf1\xf0\ \xf0\x70\x51\x14\xcd\x66\x93\x63\x73\x8d\x46\x23\x08\x82\x5d\x33\ \x53\x8c\x5c\x5b\xb7\x6e\x25\xeb\x0e\x3b\xec\xb0\xe1\xa1\xe1\x40\ \xeb\x5a\xad\xd6\x6d\xb7\xbb\xdd\xee\xd0\xd0\xd0\xc8\xc8\x48\xa3\ \xd9\x28\x9c\xb5\xce\xc5\x71\xec\x8c\x51\x42\x0a\xc0\x3c\xcb\x6a\ \xf5\x7a\x92\xe7\x52\x60\x61\xd2\x5d\xd3\xad\x2c\xcb\x00\x9c\x10\ \x52\x4a\x15\xc7\x81\xd6\x41\x9a\xf5\xeb\x81\x00\x80\x5d\x69\xad\ \x75\xab\xd5\xe2\xf2\xc6\x3c\xcb\x09\x88\xab\x8b\xba\xdd\x2e\x67\ \x54\x7c\x96\xd9\x39\x1a\x1b\x1d\xed\xf5\x7a\x1c\x76\xe4\x3a\x1e\ \x0f\x9a\x4a\x29\x51\x75\xb9\x54\xb6\x4f\x4d\x29\xb5\x6a\xd5\xaa\ \xe9\xe9\xe9\x91\x91\x11\x9e\x03\xc7\xc1\x1d\x8e\xf8\x6c\xde\xbc\ \x19\x50\x09\x00\x29\x95\x10\x30\x54\x6f\x3c\xf3\x99\xcf\x3a\xee\ \xf8\x47\x6c\xdd\xba\xad\xd5\xba\x3f\xcd\xf3\x2c\x49\x1a\x8d\x46\ \x5e\x64\x59\x9e\x14\x45\x11\x45\x51\x5c\x0b\x74\x20\x1c\x15\x08\ \xa2\xd5\x9e\x2b\x8a\x5c\x29\xed\x13\x97\x52\x8a\x28\xea\x6b\x9d\ \x0a\x21\x8c\x29\x98\x05\x70\x78\x2b\x0c\x43\x63\xcc\xe4\xe4\xe4\ \x12\x3d\x15\x22\x70\x16\x9c\xb5\x48\xae\x33\xdf\xce\x92\x6e\xa0\ \x54\xa4\x03\x0b\xae\x1e\xc6\xd6\x16\xbd\x5e\x3b\xae\xd5\x6b\x61\ \xb4\x7e\xdd\xda\x24\xcd\x2c\x91\x23\xcc\x92\x84\xc8\x26\x49\xcf\ \x5a\xd3\xe9\xb4\xa7\xa6\x44\x10\x04\x71\x1c\xf5\x7a\x5d\x00\xea\ \x76\x3b\xdc\x5a\x22\xa5\xb2\xd6\x14\x79\x31\x3d\xb3\x6b\x6c\x74\ \x54\xab\x60\x74\x74\x64\x6e\xae\xdd\x2e\xba\x59\x9e\x67\x59\x7a\ \xeb\xad\xb7\x72\xf2\x21\xcf\x73\xc9\x5a\x58\x88\xed\x76\xbb\xd3\ \xe9\xec\x71\x26\x1a\x4a\xaa\xab\x1c\x2c\xe3\xa7\x08\xd7\xb2\xe4\ \x79\xe1\x2b\xb5\xf9\x6d\x9c\x6e\xe6\xca\x44\x4e\xad\xcc\xcc\x4e\ \x33\x6d\x95\x0a\x27\x77\x6e\x97\x12\x8c\xc9\xea\x8d\xc8\x5a\x5b\ \xaf\x47\x71\x14\xe5\x59\xc6\xeb\xdc\x97\x57\xc8\x32\xa5\x14\x67\ \x84\x79\xa8\xde\xcc\xcc\x0c\xf7\xa8\x80\x23\x4e\xbc\xac\x5a\xb5\ \x8a\x03\x82\xb5\x5a\x8d\x87\xed\x29\xa5\xa2\xb0\xc6\x9a\xb2\x52\ \x4a\x67\x5d\x9e\x17\x59\x9a\x0a\x29\x1c\x38\x6b\x9c\x31\xc6\x98\ \x82\x55\x23\x8a\xa2\xc8\xb2\x7e\x0f\x65\x9e\xf7\xc7\x48\xf0\xeb\ \x49\x92\xf8\x14\xb3\xd6\xba\xb0\x7d\xbd\xb2\x2c\xcb\x58\x73\x9b\ \xa3\xc3\x2c\xd4\x44\x04\x59\x9e\xfb\xfa\x1e\x6f\x5c\xc0\xe8\x9c\ \x33\x85\xa9\x60\xb1\xb2\x7d\x98\x89\x6e\x36\x9a\x69\x92\x24\x71\ \x3c\x3a\x32\xb2\x62\x6c\x6c\xed\xda\xb5\x5c\x67\x1b\xc7\xb1\x73\ \x6e\xeb\xe6\x6d\x64\x41\x47\x11\x57\x99\x1d\x7d\xf4\xb1\x9d\x4e\ \xf7\xfa\xeb\x6e\x9c\x9c\xdc\x19\x45\xd1\x7c\xa7\x4d\xd6\xcc\xcd\ \xcd\x71\x11\x46\xa7\xd3\xe1\xb0\x3d\xb7\x25\xf8\x36\x86\x7e\xcb\ \xe0\xa0\xe5\x56\xca\x16\xdf\xf1\x52\x4a\xa2\x7e\x18\x9e\x71\xa1\ \x2f\xdd\x5f\x14\x9c\x45\x91\x52\xe6\x59\x82\x28\x05\x20\x10\x0a\ \x00\xad\xf5\xae\x9d\x9d\x7b\x37\xdd\x75\xd2\x49\x8f\x38\x7c\xc3\ \x86\xac\xd7\xae\x6d\x38\xbc\x28\xcc\xea\xd5\x96\x08\xb2\xa2\x00\ \x94\x8e\x90\x10\x1c\x20\x59\x47\x48\x5c\x35\xcd\xc8\xc2\xe9\xce\ \x30\x0c\x67\x67\x67\xaf\xb9\xe6\xea\x56\xab\x13\x04\x51\xad\x56\ \xab\xd5\xea\x87\x1d\x76\xf8\xfa\xf5\xeb\x9b\xcd\x21\x44\x9c\x9f\ \x9f\xef\x76\xd3\x20\xd4\xce\x9a\xf5\xeb\xd6\xad\x5b\xbf\x3e\xcf\ \xb2\xb8\x56\x4b\x93\x84\x00\xc2\x41\xdd\xdf\xdc\xdc\x9c\xf9\x75\ \x73\xdc\x7f\x39\x59\x84\x20\x08\x6a\xb5\x1a\x37\x93\xf8\x30\x62\ \x10\x04\x3c\xb8\xd5\x37\x7e\xb0\x0b\xc9\x79\x67\x5e\x25\xe6\xd1\ \x9d\x4e\x6b\xc5\x8a\x31\x03\x96\xc8\x6a\xad\x94\xc6\x24\x49\xe2\ \x78\x3c\x08\xc2\x34\x4d\xc2\x30\x94\x9d\xbe\x14\x18\x5f\x3e\x2f\ \x6f\x5f\x50\x56\xaa\x3c\xcf\x8c\xb1\x4a\xca\x5a\xad\x86\xc4\x19\ \x5e\xcb\xca\x60\x63\x63\x63\xb5\x5a\x6d\x74\x64\x44\x85\x61\xab\ \xd3\x9e\x6b\xb7\xd2\x2c\x1b\x1e\x1e\x8e\x82\xc0\x16\xc6\x19\x1b\ \xc7\x31\x81\x43\x74\x0e\x2c\xa0\xd3\x01\x02\x70\x31\xb6\x24\x22\ \xc4\xd0\x59\x48\xd3\x79\x5f\xf2\xad\x94\x6a\x34\x1a\xd6\xda\x2c\ \xcb\xf8\x27\xe0\x59\x2c\x52\x68\x8e\x5f\xd4\x62\x15\x04\x81\x29\ \x2c\x82\x24\xe7\x94\x56\xad\xf9\x79\xbe\x7c\xaf\x0d\xee\x9f\xac\ \xd6\xda\x6a\x96\x4b\x65\xfb\x1a\x19\x5d\x9e\xe7\xbc\x45\x39\x5d\ \x38\x35\x35\xb5\x73\xe7\xce\x38\x8e\x83\x20\xe8\xb4\x3b\x71\xad\ \x26\x83\x80\xb9\x46\x18\x86\x53\x53\x53\x79\x6e\x58\x31\xa1\x70\ \x14\x06\xd2\x39\xc7\x12\xd9\x2c\xcb\xc8\xae\xd0\xa0\x77\x15\xb2\ \x2c\x75\x8e\x38\xcf\x9b\x24\x45\x10\x68\x22\xdf\xb5\xe6\x78\xaf\ \xfa\x69\xc8\xdc\xff\xc0\x9c\x11\x11\x89\x80\x0b\x9b\xc9\x91\xb3\ \x8e\x00\x58\x77\x60\xe7\xe4\xce\x7b\x6a\xd1\xc6\x0d\x87\x8f\x8e\ \x8c\xda\x22\x23\xc2\x91\x91\xd1\xc2\xba\x6e\xb7\xdb\xe9\xf6\xac\ \xb1\xdd\x5e\xcf\x58\x13\x45\x71\x58\x8b\x99\x96\xfa\x4e\x0c\x44\ \x6c\xb7\xdb\x13\x13\x13\x69\x5a\xd4\x6a\x31\x91\x60\x91\x85\x34\ \xcd\x56\xad\x5a\xd9\xed\xa4\x3b\x26\xb7\x6d\xd9\xb2\x55\x29\x9d\ \x65\x29\x43\xd2\xf0\xd0\x10\x93\xac\x78\x74\x94\x8f\xc3\xf5\xcf\ \xcd\x66\x63\x8f\x63\x8b\x04\xe0\x88\x78\x3a\x55\x39\xa1\x4c\x44\ \x2c\x04\xcb\x5e\xf3\xa0\xde\x25\x64\x05\x30\x00\x60\xf5\xad\xb8\ \x16\x16\x05\x30\xc5\x56\x4a\xad\x58\x31\x6c\x4c\xc1\xda\x39\x5a\ \x6b\x1d\x28\x00\x6a\x34\x1a\xf5\x7a\x7d\x78\x78\xd8\xab\x87\x75\ \xbb\x5d\x6b\x6d\xad\x56\x5b\xb5\x6a\x95\x71\xf9\xcc\xcc\x0c\xbb\ \xb4\xa3\xc3\x23\xf5\x7a\x1d\x00\x5a\xad\x96\x90\x72\x68\x68\x28\ \x4d\xd3\xed\x13\x13\xab\xd7\xad\x8d\xe3\xb8\x9b\x26\x49\x92\xf0\ \x71\xb4\x54\xce\xd8\x30\xd0\x49\x96\x10\xf6\x25\xc5\xf8\x94\xf8\ \xa7\xec\x77\x37\x3b\x31\x34\x34\xe6\x73\xd3\x7d\x7a\x3b\x33\xe3\ \xb3\xe1\x1c\x07\xa8\xd5\x6a\x2b\x57\xae\x64\xd7\x3e\xcb\xb2\x24\ \x49\xf9\x38\x41\x10\xac\x1a\x5b\x01\xa5\x96\xea\xb2\x82\x99\x73\ \x6e\x7f\xd2\x5b\xac\x6c\x7f\x0c\x2c\x16\x45\xc1\x9c\x85\x71\x70\ \xe7\xce\x9d\xac\xd1\xc2\x43\x3c\x46\xc7\xc6\xc8\x90\xd0\xba\x5e\ \xaf\xd7\x1b\x8d\x2c\xcb\x1e\xf5\xa8\x47\x4d\xcf\xcc\x12\x41\x14\ \x45\x51\xa3\x3e\xdc\xac\xcd\xcd\xce\xb6\xdb\x6d\xae\xdd\x65\x41\ \xff\x25\xc9\x6e\xde\x2a\xbe\xee\xb7\xdc\xd6\xba\xa4\x63\xc1\xcf\ \xc6\x1a\x1e\x1e\xce\xf3\xbc\xdb\xed\xac\x18\x1b\x9e\x9f\x6f\x4b\ \x14\x8d\xfa\x30\x59\x8b\x00\x71\x1c\x9f\x7c\xd2\x89\xdb\xb7\x6f\ \xbe\xfb\x9e\x7b\xc9\xe6\x85\x49\xfb\x32\x53\x3c\x06\xc4\x10\x22\ \x3a\x22\x4b\xce\x3a\x47\x40\x85\x73\xd0\x17\x65\xb1\xc6\x98\x34\ \x4d\x5a\xad\x56\x9e\xe7\xb5\x5a\xa4\x75\x90\x65\x05\x47\x12\xe6\ \xe6\xe6\x9d\xc5\xdb\x6f\xbf\x7d\x66\x66\x26\x08\x15\x43\x15\x17\ \x30\xde\x7f\xff\xfd\xbc\x39\xfb\x13\x3b\x39\xfa\x45\xc4\x45\x24\ \x7b\xcc\x16\xb5\x52\x7e\xbc\x32\x8f\x6c\xae\xd5\x6a\x83\x50\x83\ \xf4\xce\x35\xaf\x21\x07\xe6\x18\x2e\x85\x10\xe4\xb0\xd9\x6c\x76\ \xbb\x1d\xf6\x2b\x59\x15\x42\x6b\x9d\x24\x3d\x29\xa5\x40\x51\xaf\ \xd7\x57\x8f\xaf\xe1\xd2\x1c\xce\x66\xb0\x08\xd8\xb6\x6d\xdb\xb2\ \x2c\x5b\x35\xbe\x4a\x87\x12\x11\xb3\x2c\xcb\x72\x1e\x17\x83\x5a\ \x6b\x93\x17\x49\xaf\x27\x07\xf5\x8f\x9d\x4e\x27\x8c\xa2\x4e\xbb\ \x9d\x0f\x5c\x5a\x90\x3c\x37\x35\x93\x4a\x0a\xa5\x84\xc0\x3c\x2f\ \xbc\xde\x97\x17\x8e\x45\x50\x2c\xa3\xc1\x85\xe2\xde\x05\xe6\x25\ \x05\x80\xc2\x18\x00\xe0\x7e\xc4\x56\xab\xd5\x6e\xb7\xf9\x3d\x3e\ \x6c\xc2\xcf\x21\x1f\x60\xf5\x42\x12\xbe\xc8\xbc\x82\xc5\xca\xf6\ \x69\x2a\xda\xc5\x3a\x88\x94\x2e\xd2\x6c\x3a\x9b\x72\xce\x45\x3a\ \x18\x1b\x1e\x61\x14\x60\x71\xf9\x34\xcf\x95\xd2\xdb\xb6\x6d\xbb\ \xfb\x9e\xbb\x27\x26\xb6\x8f\xad\x58\xe1\x88\x36\x6d\xda\x34\xb5\ \x6b\x2a\xcf\xd2\xd5\xe3\xab\x8e\x38\xf2\xc8\x7a\xbd\xce\x15\x6a\ \xcb\xfb\x55\xfb\x7a\x07\xfd\x6e\x33\x4e\x2d\x7a\x64\xc4\x25\x33\ \x7f\xb9\x16\x64\x66\x66\x66\x76\x76\xb6\x16\x47\x85\xcd\xd6\xaf\ \x5f\x17\xea\x78\x7e\xbe\x2d\x40\x4a\x29\x9d\xb5\x71\xa8\x85\x04\ \x14\x18\xc5\x4d\x65\x22\x91\x24\xd6\x58\x12\x00\x04\x2a\x40\x21\ \x85\x1c\xcc\xa2\x23\x44\xe3\x88\xc8\x01\xa0\x31\xd6\x39\x5b\x14\ \x79\xad\xd6\xc8\xb2\x02\x80\x84\x40\x00\xca\x73\x43\x0e\x04\xea\ \x5e\x2f\xdd\xb8\xf1\xc8\x75\xeb\xd6\x07\x81\x06\x74\x42\x80\x04\ \x81\x28\xb4\x52\x38\x98\xae\x67\x8c\x11\x88\x40\xe0\x1c\x90\xb1\ \x7b\x5e\xba\x38\x68\xec\xe5\x4a\xe6\x34\x4d\xbd\x9a\x19\x17\x87\ \x72\x69\x1f\xfb\xce\x8c\x20\x8c\x29\x51\x14\xb1\x68\x6b\x2f\xe9\ \x3a\x87\x5a\x87\x42\xa8\x56\xab\x23\x84\x8a\xe3\x06\x91\xcb\x32\ \x13\x86\xb5\xa2\x30\x3c\xa9\xd1\x0f\x06\xe0\x4e\x24\x26\xf2\xd7\ \x5c\x73\x4d\x61\x33\x72\xe4\x9c\x0b\xa3\xd0\x14\x66\xd7\xae\x5d\ \x44\x24\x00\xa5\x94\x48\xc4\xde\x77\x9e\xe7\xc6\x5a\xa9\xd4\xd0\ \xd0\x50\x92\x24\x93\x93\x93\x12\x85\x2d\x8c\x35\x26\xcb\x53\x94\ \xbc\x26\xe4\xac\x15\x52\x0a\xd1\xcf\x96\x0c\xd4\xc3\xfa\x3d\xce\ \x8c\x8c\x4c\x54\x07\x93\x2d\x9c\xb5\x84\x88\x59\x56\x10\x25\xc6\ \x38\x44\xc9\xa4\x78\x10\x3a\x90\xac\x6d\xe1\x93\x4e\x5e\x28\xa8\ \xac\xc7\x53\xc1\x62\x65\xfb\xc4\x9c\x73\xeb\xd6\xad\xeb\x6f\xc1\ \x81\xda\x0a\x0c\x3a\xc6\x98\xa4\x58\x6b\x1d\x82\x56\xc1\xec\xec\ \xf4\xec\xfc\xec\xce\xa9\x1d\x5b\xb7\x6f\x9e\xde\x35\x0b\xe0\x9a\ \xa3\x63\x87\x1f\x7e\xe8\xf6\x6d\xdb\x7e\x7a\xf9\x65\xc3\x23\xa3\ \x2c\x02\x38\x34\x34\x04\xa5\x89\x1c\x9c\x43\x2c\x37\x93\x94\xa9\ \xa2\x10\x52\x88\x45\x6d\xc5\xc6\x98\x1d\x3b\x76\x4c\x4f\x4f\x37\ \x9b\xcd\x34\xe9\x75\xf3\xf6\xa6\xfb\xee\x3d\xec\xb0\x0d\xeb\xd7\ \x1e\x9a\x67\x79\xaf\xd3\xd3\x5a\x4f\xcf\x4e\x47\xa1\xda\xb0\xe1\ \x70\x6e\x81\xa8\xd5\x9a\x88\xc2\x81\x03\xe7\x9c\x03\xe7\x0c\x9f\ \xbc\x52\xca\x81\x70\x8e\x00\x88\x05\x68\x8d\x29\xb8\x19\x99\x9d\ \xfd\xc2\xe4\x5a\x0b\x63\x6c\x9e\x17\x02\x03\x6b\x1d\x39\xe8\x25\ \x1d\x21\x08\x05\xa5\x59\x0f\x2c\x58\x63\xfd\x5c\x50\xe6\x95\x4c\ \x64\xbc\x2f\xbc\xa7\x6c\xb1\xcf\x9b\xfc\x28\xe4\x38\x8e\x79\xb7\ \x0f\xe6\xa2\x00\x8f\x0c\x65\xb0\xe0\x3f\x71\x8b\x08\x3f\xb1\x10\ \x44\xa0\x23\xad\x95\x52\xca\x58\x2b\x50\x12\x39\x21\x50\x29\x2d\ \xa5\xb2\xb6\x00\x49\x5e\x70\x81\x3f\xcb\xa4\xb2\x28\x8a\x30\x8a\ \x34\xa8\x5a\xad\x96\xf4\x7a\x43\x43\x43\x79\x9a\x05\x41\x00\x44\ \x08\x88\x88\x72\xd0\x52\x62\x88\x00\xa1\xd6\x6c\x08\xa6\xa8\xd6\ \x22\x81\x00\x34\x45\x01\x38\x6c\x01\x10\x08\x00\x07\x12\x61\xfc\ \x90\x58\x00\x47\xc6\x32\x86\x45\xce\x86\xbb\x81\xea\x4f\x9a\x15\ \xfc\x03\x11\x91\x52\x92\xfd\x15\x4e\x37\xf1\x8d\x61\x61\x51\x3a\ \x9e\x17\xdf\xcb\x35\x1e\x20\x0a\x3a\x94\x75\x81\xd3\xeb\x61\x4c\ \x79\x0f\x08\x40\x28\x0c\x42\x28\x52\x92\x11\x56\x5a\xba\xbf\x3d\ \xab\xd7\xea\x3c\xfc\xc8\x39\x27\xa5\x92\x52\x22\x80\xe8\x37\x81\ \x09\x44\xb4\xce\x3a\x04\xa5\x54\xa3\x19\xd3\x76\x4b\x64\x3a\x9d\ \x4e\x5c\x0b\xc6\xc6\x56\x75\xd3\x64\x72\xc7\x8e\x28\x8a\x38\xdf\ \x52\x14\xc5\xe8\xe8\xe8\xa0\xec\xae\x7f\xef\xf2\x1c\x51\xef\x44\ \xe3\xa0\x24\x6f\x40\x17\x97\xb2\xc5\xf9\xf9\xf9\xb9\xb9\x39\x16\ \x4a\x59\x39\xbe\xaa\x69\xeb\xed\x76\xeb\xee\x7b\xee\xde\x3e\x31\ \x39\xdc\x18\x66\xbe\x10\x28\xb5\x72\x7c\x43\xbd\xd1\xb0\xd6\x46\ \xb5\x06\x39\x27\x50\x00\x3a\x6b\x1d\x39\x5b\xe4\x45\x91\xa7\xc6\ \x3a\x02\xab\xb4\x16\x02\x10\x85\x94\x42\x29\x8a\xa2\xd8\x0f\x63\ \x0a\x82\x48\x08\xc8\x8b\x6e\x1c\x2b\x01\x1a\x85\x96\x42\x16\x45\ \x51\x98\x51\x44\xa7\x34\xe4\x79\x2a\x48\x80\x23\xeb\x1c\xf4\x77\ \x29\x0f\x74\x36\xd6\x3a\x21\xb0\x3c\x8f\x74\x0f\xc2\x17\x5e\x9d\ \x81\xa9\x19\x43\x80\x97\xd5\x92\xb2\xff\x20\x61\x47\x9b\x89\xa4\ \x9f\xa1\x2c\x04\x0a\xc1\xda\xda\xfc\x78\xb3\x41\x10\x38\x47\x03\ \x49\x05\x02\x72\x7e\x20\x0c\x87\x26\x78\x4a\xfd\xe8\xe8\x28\x57\ \x26\x3a\xb0\x4a\xa9\x5e\x18\xd6\x6a\xb5\x22\x08\x95\x52\x40\xc0\ \xb3\x93\x24\x83\x0e\x91\x42\x20\x00\x05\xbc\x02\x80\x88\x48\x80\ \x04\x4a\x4a\xeb\x40\x12\x10\x10\x11\x21\xa0\x94\x28\x50\xb1\x46\ \xa4\x40\x01\x08\xae\x9f\x15\x21\x6b\x1d\x11\x69\xad\x8c\xf1\x6c\ \x91\xac\x03\x7e\x5c\x39\x47\xac\x2e\x81\x00\xd6\x71\x23\xa3\x22\ \x22\x6e\xc3\xf7\xc8\xe8\x65\x16\x1f\x88\xd8\xe2\xfe\x02\x8b\x61\ \xed\xad\x17\x04\x6b\x10\x60\x36\x79\xdf\x9f\xa8\x3f\xfb\x9e\x5e\ \x45\xb4\xed\x47\x9d\x8f\x7d\x50\x3c\xf7\x83\xfa\xba\xb7\x27\x9b\ \x97\x6c\x8d\xca\x7e\x73\xc6\x4c\x44\x2a\xa9\x00\x10\x50\x07\x9a\ \x00\xc8\x91\xe0\xdc\x9f\xb5\x2a\xd0\x59\x9a\x4a\xa9\x9a\xcd\x21\ \x00\x2a\x0a\x13\xc7\xa1\x75\x4e\x69\x3c\x64\x74\xad\x2f\xbb\x8b\ \xa2\x28\xcf\xf3\x56\xab\xc5\xc1\x32\x21\x04\xa2\x40\x04\x31\xb8\ \x95\xbd\x64\x4b\x99\x2d\x02\x20\x2d\xfe\xed\x79\x32\x72\xb3\xd9\ \x3c\xf2\xc8\x23\x6f\xb9\xed\xd6\x93\x4f\x3d\xe9\x8e\x3b\xee\x9c\ \x9c\x9c\x02\xb2\xdd\xa4\x2b\x84\x40\x40\x81\x70\xeb\xad\xb7\xce\ \xcf\xcd\x9e\x72\xea\x29\x88\xaa\x70\x05\x22\x06\x3a\x8e\x6b\x22\ \xcf\xf3\x28\x02\xe7\x9a\x44\x16\x00\xd3\xb4\xe0\xc1\x00\xde\x63\ \xcd\x73\xd6\xbe\xe6\xed\x6a\x51\xa2\x35\x64\xc1\x1a\x93\x0b\x94\ \x88\x18\x04\xda\x3a\x6b\x8b\x22\x08\x42\x57\x58\xa9\x64\x80\x60\ \xad\x05\x02\x40\x74\xe4\x04\xf0\xc6\xb6\x49\x92\xee\xc5\xd0\x82\ \x3e\x19\x67\x1c\x1c\x0c\x4d\xd4\x7e\x7c\x02\x00\x84\x61\xe0\x9c\ \x25\x02\x6b\x5d\x51\x98\x20\xd0\x42\x48\x29\xb5\x52\x82\x07\x58\ \x4b\xa9\xac\xb1\x8e\x5c\x18\x46\x8c\xad\x5e\x2a\x51\x08\x12\x83\ \x14\x36\xd7\xe8\x18\x63\x98\xb2\x31\x5b\x74\x64\x84\x10\xb5\x5a\ \x2d\x08\x03\xa4\xbe\x7f\x20\xa5\x04\x47\x5e\x8b\x0c\x01\x2c\x81\ \x10\x20\xc9\x11\x81\x42\xe9\xc8\x82\xb1\x42\x28\xb4\x44\x40\x8e\ \xc8\x59\x47\xce\x21\x82\x05\x63\x8d\x03\x22\xa9\x24\xf7\x08\x0a\ \x90\x80\x20\x95\x23\x02\x67\xac\x14\x1a\x04\x91\xa3\x22\x37\x4a\ \x6b\x63\x2d\x01\xf0\x35\x11\x80\xd2\x5a\x71\xbe\x4e\x88\xbc\x28\ \x02\x70\x65\xb6\xe8\xff\xc1\x84\x31\xd0\x07\x46\x39\xf7\xb6\xaf\ \xce\xbd\xeb\x1f\x48\x68\x31\x76\xb8\xda\xfe\xe5\xf9\xf7\x7d\x14\ \x1f\xf3\xae\xe6\x2b\x9e\xd0\x9b\x7a\xf0\x0f\x5b\xb2\x10\x1c\x17\ \x9c\xba\x26\xbf\xe6\xb2\xbe\x0f\x53\x3b\x34\x3c\xf3\x99\x30\xf1\ \xd3\xec\x86\x5b\xe5\xf1\x4f\xd7\x47\x6c\x00\xb2\x94\x25\xc5\x65\ \x9f\x77\xf9\x6e\x74\x9f\xc8\x84\xc1\x93\x9f\x67\x7f\xfe\x35\xd7\ \xb3\x00\x00\x6a\x28\x78\xdc\x39\x62\x28\xc6\xb9\xcb\x92\x8b\x6f\ \x80\x91\x13\xc2\x27\x3e\x19\xee\xfb\x5e\xf6\x8b\xfb\xc0\xcf\x99\ \xaa\x1f\x1e\x3e\xf6\x88\xfc\xa2\x1f\x90\xd4\x10\x6d\x08\x4f\x5f\ \x97\xff\xf8\x52\x92\x0a\x6c\xa8\x9f\x72\x8e\xbd\xea\xbf\x5d\xba\ \xbf\x32\x5e\x42\xe1\x50\x00\x21\xab\x40\x67\xc6\x11\x91\x40\xb4\ \xe4\x88\x75\xea\x53\xe3\x48\x74\xba\xe9\x9a\xb5\x87\x1c\x7d\x74\ \xa7\xdd\xee\xe4\x79\xde\xeb\xf6\xe6\x67\x5a\x2b\xc7\xc6\xc3\x50\ \xcf\xcc\xce\x08\x09\x59\x8e\x26\xc9\x75\x20\xf3\x22\xf5\xe2\xa9\ \x0a\xa5\x2b\x4c\x1f\x04\x01\xa8\x0f\x97\x00\x80\x40\x04\x88\x0e\ \x10\x06\xa3\x3c\x98\x04\x14\x79\xba\x7a\xf5\xaa\x5a\x2d\x9a\x9a\ \x9a\x7c\xc6\x53\x9f\x7a\xeb\x1d\xb7\x64\xdd\xac\x11\xd7\xc6\x46\ \x47\x77\x4e\x4e\x09\x29\x10\x70\xba\x33\xa7\x03\xa5\x43\x9d\xa6\ \x29\x42\x8e\x88\x40\xc2\x08\x00\x54\x7d\x4c\x11\x88\xa0\x00\x20\ \x8a\x15\xa2\x2f\xfd\x71\x42\x2a\xa9\xc4\x80\x0c\x11\x91\x12\x42\ \x90\x20\x02\x08\x15\xb0\xc7\x97\x15\x05\x00\x58\x07\x36\xb3\x08\ \x16\xa8\x20\x20\x20\x40\x04\x21\xa5\x94\xd2\x02\x00\x81\x03\x01\ \x72\x2f\x76\x1f\x82\x50\x1a\xa5\x02\x21\x90\x57\x00\xc0\x01\x12\ \x81\x90\x0a\x00\x84\x90\xb9\x75\x44\x00\x04\x80\x20\x74\x60\x01\ \x91\x50\x20\x1a\x42\x21\x85\x40\x30\xd6\x3a\x74\x52\x49\x12\x00\ \x0a\x8d\xb3\x80\x20\xb4\x24\x01\xfc\x0e\x21\x84\x0e\x02\xfe\xc2\ \x48\x6b\x10\x22\x8a\xe3\x7e\xfa\x08\x03\x22\xd2\x4a\x91\x25\x1d\ \xc6\xc2\x53\x78\x41\x20\x95\x20\x02\x40\x86\x3c\x6b\x0d\x10\x22\ \xa0\x05\x22\x42\x00\x61\x1d\x59\x20\x44\x44\x29\x94\x56\x48\x60\ \x9d\x53\xe0\x60\x10\x00\xe4\x70\xae\x65\x14\xeb\x7b\xc1\x2c\xc9\ \x03\x44\x00\x52\xe5\xd6\x02\xf2\x10\x45\x4b\x44\x32\xd0\x04\x90\ \x59\xe3\x88\x9c\x29\x08\x48\x08\xa6\xcf\xe4\xf8\xc1\xc3\x29\x69\ \x02\x40\x41\xe4\xe8\x00\x69\xfe\x3b\xe4\x05\x23\xe7\x3d\x17\xe6\ \x2e\x6a\x7d\xf0\x93\x20\x34\xc6\x4d\xb1\x6e\x85\xdb\xb1\x03\xd4\ \x1e\xb0\xc4\x91\xe8\xb5\xef\x0e\xd2\xeb\x8b\x6b\x2f\x23\x42\x20\ \x13\x3e\xf7\xaf\xe9\x8a\x7f\x16\x67\xfe\x4d\xb8\xfd\x2d\xd9\x9d\ \x97\xb8\x7b\x7f\x0a\xa3\x4f\x6c\xfe\xf1\x71\xc5\x45\x16\x50\x2e\ \x87\x01\xf5\xb4\xb7\xd4\xce\x3c\xae\x7b\xdb\x37\x5c\xcf\x01\x10\ \x44\x2b\x83\x35\x93\x9d\x2f\x5d\x08\x1a\x20\x58\x59\x7b\xdd\xdb\ \xed\x57\xdf\x25\xce\xf9\x50\xd4\x7e\x61\xba\x85\x51\xdb\xa9\xe3\ \x9f\x15\x3e\xe3\x6c\xb8\xeb\xd2\x6c\xab\x85\xd1\x63\xa3\x67\xbd\ \x89\x36\x3d\x27\xdf\x92\xc3\xc6\xdf\xaf\x3d\xeb\x15\xbd\xdb\xbf\ \xec\xd2\xfd\x75\x72\x2b\x0d\x1e\xc2\xce\x39\xeb\xb3\xc3\x88\x3e\ \x36\x04\x42\x72\xa7\x47\xa3\xd1\x78\xc4\x23\x8e\xef\xf5\x7a\x52\ \xca\xeb\xaf\xbf\x5e\x48\x91\xe7\x59\x2f\xed\xf5\x7a\x3d\x9e\xbc\ \xc1\xf2\xce\xc6\x18\x20\x12\x52\xc6\x71\xac\xb4\x1c\x1d\x1b\xf3\ \x6e\x23\x22\xf6\x7a\x3d\x1f\x35\xb7\xd6\x12\x00\x39\xe1\xa7\x23\ \x21\x22\x4f\x98\xe3\xb4\xc3\x8d\xbf\xb8\x71\xd5\xf8\x8a\xa1\x13\ \x9a\x37\xde\x78\xe3\xf4\xf4\xb4\x23\x6b\xf2\x22\x0c\xc3\xd5\xab\ \xc7\xd7\xae\x5d\xbb\x66\xcd\x1a\x22\x72\xce\x7a\x6d\x15\xae\x0d\ \x5a\x14\x3c\xb5\x0b\xad\x63\x88\xfc\x14\x75\x83\xf8\x17\xa7\x94\ \xed\x92\x7e\x92\xfe\xbf\x89\x10\x41\x29\x8d\xe0\x7c\xea\x93\xe1\ \xd5\xbf\xf9\x21\x19\x5a\xb0\xe8\x4b\x07\x01\x5f\x44\x34\xa6\xf0\ \x2c\x49\x08\xc1\x17\xd2\x9f\x87\xe7\xc8\x3a\xeb\xc8\xfa\x75\x13\ \x42\xe4\x59\x7f\x56\x57\x3f\x47\x01\x80\x03\x1a\xce\x5f\xd4\x4f\ \x70\x0b\xc1\x2b\xcf\x5e\x42\x7f\x4c\x8a\x94\x3e\x6c\x47\x0b\x86\ \x83\x88\x33\x93\xeb\xf2\x42\x91\x25\x27\x84\x40\x87\x3e\xf6\x87\ \x80\x84\x0b\x79\x76\x21\x05\x11\xc1\xe0\x0d\x1c\x6d\x40\x02\x22\ \x02\x04\xef\x0e\x0f\x62\xb4\x83\xe9\x0b\x83\x68\x2d\xd7\xf1\x40\ \x69\xe2\x6b\x1f\x25\xf9\xb7\x38\x40\x32\xd1\xdb\xbe\x39\xff\x0f\ \x1f\x24\xa1\xb0\xb6\x12\x86\x4f\x0c\x7f\xff\xaf\x82\x47\x74\xdb\ \xff\x78\x9b\x7c\xf1\x83\x24\x59\x54\xc8\x53\x9e\x0b\x3f\xf8\xfb\ \xe2\xd1\xe7\x80\x73\xe1\x8b\xff\xc5\x7e\xfb\x43\xb2\x36\xd5\xbb\ \x6f\x2b\xd6\xaf\x6f\x3e\xf1\x98\xf4\x8b\xbf\x00\x23\xc2\xe7\x9c\ \x91\x7d\xfc\x5d\x96\x02\x44\x00\x93\x52\x61\x40\x85\xa8\x35\x80\ \x83\xc6\x23\xc2\xe0\xaa\xee\x0d\xeb\x11\x72\x71\xc2\xeb\xc3\xe8\ \x07\xc9\xdd\x12\xe2\x43\xe5\x9a\x55\x76\x62\x3b\xac\xda\xa8\xe6\ \xbf\xd1\xbb\xe9\x66\x50\x37\x37\x1e\xf7\x38\xf8\xd2\x65\x80\x08\ \x56\xa8\x63\x0f\xeb\x7e\xea\x82\xe8\x77\xcf\xca\xbe\xf4\x2d\x1c\ \x6a\xba\xeb\xbf\xaa\x4e\x7b\x5e\xbe\xe5\xcb\xe1\x69\xc7\x64\x37\ \xec\x14\xcd\x1a\x4c\x76\xf6\x53\x58\xe4\x91\x55\x4b\x40\xa1\x9c\ \x43\xe4\x81\xc4\xd6\xda\xf9\xf9\xf9\xe9\xe9\x69\x86\x98\x56\xab\ \xd5\xe9\x74\xf2\x3c\xd7\x81\xe2\xbf\x16\x79\xde\x0f\xb4\x0d\x52\ \x87\xec\x5f\x27\xdd\x2e\x00\xa2\xe8\x87\x9c\x38\x1c\xe5\x9c\x73\ \xc4\xdb\x00\x61\xd0\xf9\xeb\x8b\xd4\x94\x52\x5c\x38\x79\xe8\xa1\ \x87\xde\x72\xcb\xcd\x51\x14\x77\xda\x6d\x63\xad\x10\x82\x9c\xe3\ \x1a\x37\xde\xa5\x23\xc3\x23\xf5\x5a\xc3\x8b\x09\x2e\xaf\xdb\x90\ \x52\x95\x9d\xaf\x25\xe9\x26\x1f\xf4\xf4\x88\xe0\x61\x65\xc0\x6a\ \x61\x80\x9e\xfd\x8a\xe2\xf2\xcc\xf8\xbd\x51\xd0\xe1\x45\x2b\x1f\ \xdc\x17\xe5\x0c\x62\x8b\x12\x4b\xf1\x07\x5e\x1f\x7e\xb1\x2f\x01\ \x4b\x96\xe3\x15\x3e\x51\xe6\x07\xe9\xf9\x93\x5f\xf2\x83\x96\xe5\ \xbf\x7c\x03\x0c\x0e\x1e\x81\xe5\x65\xf1\x0f\x32\x2f\x72\xb3\xa4\ \x25\x51\xd0\x22\x28\xf7\xa0\xb9\xf0\x08\x01\x2a\xdb\xd2\x83\x20\ \x2c\x3f\x6c\x79\x49\xfd\x40\x54\xff\xdf\x07\x38\xae\x60\xbf\x82\ \x45\xa1\x31\xaa\xf5\x75\x2f\xe6\x6f\x4e\xcf\xff\xa4\x91\xff\x50\ \x7b\xd2\xa1\xd9\x83\x13\x20\x21\xa0\x71\x7d\xd2\xa1\xe9\x17\xbe\ \x17\x9f\x8e\x20\x44\xf6\x3f\x6f\x02\x71\x6c\xe8\x52\x10\x08\x49\ \x8a\x2b\x46\x91\x1c\xa8\x43\xa4\xde\xde\x9b\xe2\xed\x06\xe2\x89\ \xef\x68\x3e\xe7\x69\xee\xf2\x0f\xb5\xbf\x7d\x01\x58\xa3\x9f\xf2\ \x86\xe2\xb2\xbf\xc2\xa7\xbe\x10\x30\x74\x37\x7f\x24\x01\x80\x70\ \x24\xbb\x75\x3a\x7c\xc1\x87\xc4\xed\xff\xdc\xf9\x85\xa6\x76\x1b\ \x94\x86\xce\x14\xc4\xe3\x80\x00\x64\x69\xf8\x59\x2a\xde\x96\xde\ \xf1\xdf\xf4\xcc\x77\x08\xf9\x6d\x68\x34\xe9\xbe\x6f\xdb\xf5\x7f\ \x22\xc2\x0d\x02\xb7\x64\xf7\x1d\x16\x34\x6a\x00\xfb\x2b\x2c\x96\ \x03\x37\xfe\x95\xf2\x68\x73\x42\xf2\xba\xf6\x5c\x30\x9c\x24\x09\ \xe7\x34\x01\xa0\xd5\x6e\x5b\x6b\xbc\x76\x29\xa7\x53\x7c\x0e\xc1\ \x39\x07\x28\x80\xc8\x1a\x5b\xb8\xc2\x39\xe7\xef\x6b\xe7\x08\x11\ \xa8\x8f\x4a\x7d\xef\x0b\x01\x50\x88\xd6\x7c\x8b\x43\xec\x77\xdf\ \x7d\xf7\xca\x15\xab\x77\x4e\xed\x50\x5a\xb3\xe2\x34\x20\x86\x61\ \x18\x45\x91\xb3\xae\xd3\xe9\x04\x41\x28\x85\xe2\xcf\xfa\x1d\xbe\ \x98\x2d\x16\x7e\x53\x31\xa9\xf4\xb8\xe3\xb7\x71\x79\x11\x38\xb4\ \x37\x58\x0a\x92\x82\x78\x27\x7a\x90\x7a\xc8\xd8\x22\xf5\x85\x05\ \x7d\xf8\x60\xc9\xd1\x7c\xb7\xb5\x1f\x1c\xca\x79\x5b\x4f\xed\xe3\ \x7a\x24\x85\xe4\xd0\xa1\x2f\x72\x1c\x60\x22\x32\xf3\xf2\x27\xcc\ \x59\x0b\xfe\x1d\xb9\xfd\x8e\x47\x35\xf4\x5b\xad\xf3\xbc\x8c\x38\ \x83\x35\x5c\x84\x65\x4b\xf1\x88\x96\xf0\x38\x58\xb2\xf8\xb4\x3b\ \xf3\x07\xb7\x8b\x07\xd1\x2c\x07\x50\x3e\x31\x3f\x0b\x70\xc9\x9b\ \x0f\x0c\x58\x34\xc5\xf5\x97\xf5\x1f\x10\x2e\xcb\xaf\xbb\x0a\x04\ \x99\xef\xff\xbb\x38\xfd\x28\xba\xe5\x3b\xc5\xdc\x03\x2f\x27\x31\ \x78\xda\xff\x0d\x37\x08\xfc\xc3\xd7\xaa\x43\x8f\x0f\xd6\x37\xd2\ \x7b\xa6\x50\xcd\x92\x8c\xc1\x39\xa8\xc5\xb4\x73\x86\xa0\xc0\xc3\ \x5e\x4c\x3b\x2e\xf7\x8f\x23\xf7\xb3\x7f\x6d\x5d\xfd\x11\xb0\x06\ \x04\x50\xfd\x69\xf1\xe3\xd7\x99\xe0\x8d\xb8\x71\x05\xb4\x4e\x2e\ \xce\xbf\x1c\x84\x86\x6c\xa6\xb8\xe2\x8b\xf9\xb5\x97\x0d\xbd\xe5\ \x55\xe2\xaa\xff\xc5\xa1\x43\xa1\x28\x60\x78\x35\xf4\xae\x07\x02\ \xb0\xa8\x9f\xfe\x4a\x31\xb6\x2d\x3e\xe7\x15\x72\xf4\xb8\x60\x3c\ \xcc\x75\x44\xed\x24\xbf\x63\x5b\xe3\x55\xef\xcd\x7f\xf2\x7a\xc2\ \x53\xa0\x5e\xdf\x7f\x53\x2e\xfd\x3c\xe0\x60\x73\x96\xe8\x06\x22\ \xa2\x90\x12\x85\xd2\x5a\x73\x42\x79\xc5\x8a\x15\x44\xd4\x6e\xb7\ \xd9\xf9\xe2\xd2\x10\x4f\xf1\xbc\x64\x0b\x11\xb0\x00\x8c\x10\x68\ \x8d\x29\x4f\x01\x1e\xec\x0d\xea\xa7\x31\x4b\x99\xe8\x72\x83\x20\ \x27\x5e\x38\x31\x5d\xaf\x35\xc7\x46\x57\xe6\x79\xd1\x6c\x36\xb8\ \xa9\x83\x4b\xc7\xa3\x28\x8e\xc2\xd0\xd3\x8a\xdd\xee\x5e\x14\x8e\ \xc8\x59\x63\x7d\x1e\x03\x00\xa4\xe4\x74\x10\xfa\x87\xad\xdf\x69\ \xed\x4e\x9b\x91\x07\x00\x10\x05\x39\x0b\x7e\x26\x9f\x10\x0b\x2e\ \xaa\x73\x9c\x1d\xda\x1b\xc2\xe8\x91\x7a\x39\xf7\x2c\x5f\x8b\xaf\ \xb0\xf1\x18\xca\xb8\xc6\xed\xd8\xac\x61\x51\x86\x51\x86\x75\x89\ \xe0\x43\xb6\x1e\x4d\xf8\x83\x7c\x28\x06\x59\x7e\xb6\x95\xcf\x61\ \xc0\xac\x39\x53\xbc\xc0\xfe\xb8\x03\x6a\xe1\x71\x82\xe0\xa1\x90\ \x16\xcf\x20\xec\xa3\x98\x5b\x60\xa9\x1e\xe6\x16\xde\x03\x44\x8b\ \xab\x11\x3d\x7c\xf3\xc7\x97\x9c\x58\x19\x13\x0f\x98\x72\x6e\x6b\ \xee\xb8\xa1\x7f\xf3\x53\x6e\xee\xbc\x19\x10\xc1\x4d\xe4\x3f\x9b\ \x58\x08\x45\x3c\x30\xca\x49\x3f\x7f\xd3\xfc\x35\x8e\xdc\x8a\xda\ \xab\x5e\x9f\x6d\x9e\x0f\x9e\xfd\x66\x77\xe9\x7f\xd8\xd6\x58\x78\ \xcc\x51\x78\xda\x23\xb3\xf3\xff\x1b\x50\xa9\xc7\xfe\x0e\xdd\xf0\ \xf1\x32\x61\xa0\x7e\xad\x00\x62\x72\x71\xeb\x6f\x2e\xa2\x3c\xd3\ \x2f\x3f\x11\xae\xbd\x46\x1c\xfb\x32\xad\xaf\xcc\xb7\xc7\x62\x28\ \xc7\xd5\x4f\xc1\xe9\xdb\xec\xec\x16\x53\x7f\x5b\xf4\xe8\x5b\xf0\ \x39\xc7\x15\x5f\x38\x17\x10\x29\x3c\x2c\x3e\xd5\xa4\x1f\x3a\xd7\ \xe4\x41\xbe\x2d\xaf\x3f\xe3\x31\xe6\x76\xa0\x9c\xdc\x9d\x3f\x36\ \x8f\x1e\x2b\x6e\xde\x0c\xc7\x76\x70\x64\x3f\x86\xc5\x38\x8e\xfd\ \x90\x5f\x3f\x8d\xa8\x3c\xd5\x37\x2f\x52\x96\x71\xe6\x66\x09\xee\ \x8a\x91\x52\x8e\x8d\x8d\x39\xe7\x70\x50\xd0\xe7\x3f\xee\xbb\x77\ \xad\x35\x45\x61\x82\x41\x62\xba\x2c\x7c\x50\xda\xae\x80\x42\x2d\ \xf2\x0d\x07\x2d\x31\x7c\xbb\x38\x67\x3c\x4b\xf2\x59\x5a\x3e\x3e\ \x5b\xa0\x35\xbf\xdf\x95\x26\xb2\xc3\xa0\xf4\x9a\x35\x5a\xe2\x46\ \xcc\x82\x05\x7c\x04\x28\x6d\xc8\xfe\xb4\x39\x2d\xbd\x13\xcd\xe2\ \x3d\x7c\x1a\x12\x35\x00\x2d\x0f\xfc\xf1\xe4\xa6\xbd\x61\x8b\x04\ \x94\xe5\xf9\x62\xb7\x17\xa1\x54\xef\xe9\x06\x35\x31\x8b\xc0\x4e\ \x4a\x8f\x2f\x45\xe1\x96\x78\x9d\x7e\xe8\x28\x22\x66\xa6\x90\x42\ \x70\x78\x01\xa0\x14\x97\x1c\x5c\x88\x67\xf7\xbe\xbc\xd4\x07\x7c\ \x39\xe1\xa3\x94\x64\x00\xf5\xce\xfe\xc2\xaf\x56\x6a\x47\xf1\x4b\ \xea\xe7\x1c\x94\x37\x75\xf9\x76\x2a\x3b\xc2\xc4\x75\xfc\x03\xc8\ \x66\x6f\xc3\xc7\x13\xca\x85\x4a\xfd\x18\xf4\xe2\xba\x1c\x82\xaa\ \xcb\x65\x11\x32\x2a\x10\x80\x94\x17\x57\x5d\x00\x28\xdc\xe6\x5f\ \x90\x13\xd9\x77\xfe\x29\x38\xed\xf1\xee\xaa\xf3\x8a\x5d\x06\x55\ \x40\xb7\x7e\x3a\xdf\xd2\xfd\x65\x9f\x07\x25\x50\x08\x77\xfd\x17\ \xa0\x07\x84\xf7\x58\xd9\x21\xac\xc9\x8d\x8f\x41\x73\x7f\xe7\x73\ \x97\xa0\x2a\x7a\xe7\x9d\x1b\x3c\xfa\x31\xf4\xf5\x37\x16\x5b\x2c\ \x48\x81\xa1\xcd\xbe\xf2\x9e\x7c\xaa\x0d\x52\xc2\x75\x5f\x4f\xe1\ \x48\xda\x72\x49\xde\x49\x11\x5a\xc9\x27\xfe\x05\x54\x1d\x76\x7c\ \xab\xe8\x4c\xee\xcf\x6c\xb1\xe0\xd8\x22\x03\x07\xfb\x59\x65\x66\ \xc4\xbd\xab\xbe\x24\xb8\xd9\x6c\xfa\xb9\xe6\x00\x90\x66\xb9\x1f\ \x57\xa4\x35\xf8\xc6\x5e\x22\xd0\x5a\x05\x01\x3a\x6b\x70\xc0\x77\ \xfa\x89\x4c\xde\xdb\xce\x15\xc6\x00\x61\xbf\x54\x78\xc0\x8f\xf4\ \x00\xe6\x06\x27\xa8\x85\x10\x44\x7d\x7f\x53\x08\xe9\x43\x6c\x1c\ \xc6\x64\x4d\x8a\xb2\xf3\xc8\x25\xc1\x5c\xfe\x62\x4c\x61\xad\x35\ \x06\x39\x30\xe0\x1d\x43\x0f\x08\x44\x40\xe4\x8a\xc2\x7a\xa0\x14\ \x02\xa3\x28\xe0\xb4\x0c\x53\xd9\x25\x54\x94\x1b\x30\x68\x2f\x4a\ \x73\xf8\x50\x51\x18\x7a\xbd\x2c\x8f\x68\x65\x1f\x7f\x49\x61\x53\ \x19\xc5\xb8\x5a\xb0\x4c\xf1\x96\x74\x55\xaa\x20\x50\x03\x6e\xe8\ \xff\xba\x5b\x6e\xeb\xe3\xc8\xbc\x62\x4a\x29\x46\x31\x33\xa0\xf9\ \x0c\xdc\x65\x08\xa6\xc1\x07\xcb\x1d\x9c\xe5\x91\x38\x44\xe4\x27\ \xdc\xfb\x5b\x65\x51\xac\x66\xc0\xc1\xfd\x93\x89\xbf\x77\x49\x6a\ \xcb\xb3\xe0\x85\x82\x47\x7e\xfd\xd7\xad\xfd\x41\xd9\xe5\x82\x99\ \xb9\xe3\x3a\x00\xb4\x77\x5c\x0a\x00\x50\xec\xc8\x2f\xff\x7a\xff\ \x01\x85\x60\x6f\xfa\xfe\xaf\xc3\x56\xe9\x36\x5d\x02\x00\x90\x5e\ \x6f\x00\x00\xe6\xf2\xcb\xef\xf4\x4e\x17\x24\xf7\xe6\x97\xdd\x0b\ \x00\x20\x05\x00\x40\x6f\x7b\x7e\x13\x00\x37\xb4\x99\xa9\xfc\xea\ \xa9\x85\x77\xea\x00\x00\xa0\x75\xa3\x69\xed\xc7\x6b\xc9\xea\x4d\ \x9e\x8e\x45\x51\x54\x26\x8f\xd6\x5a\xe3\x88\x55\x5e\xf8\xa1\xcd\ \xd0\xe9\x99\x4b\x18\x86\x83\xfb\x7c\x81\x4d\x70\x7e\xbb\xbf\x8b\ \x50\x70\xd9\x1d\x1b\xa3\x1e\x07\x1f\x85\x90\x88\x62\xa1\x80\x59\ \x48\x02\xf2\xd4\xaf\xec\x73\x09\x21\x95\xd2\x5c\x7c\xe7\x9c\x03\ \x40\x16\x2b\x63\xb8\x64\x8a\xca\xb4\x85\x05\x57\xbc\x85\x61\xc0\ \xed\x22\x8c\x77\x3e\x95\xb9\x24\x98\xe8\xf9\x14\xf7\x2f\x2e\x84\ \x40\xdd\xa2\xa8\x96\xcf\x2d\xb0\xf0\xda\x5e\xa5\x5c\x06\xb1\xc5\ \x85\xbc\xef\xe2\x56\xf1\xb2\x82\x0e\x94\xa4\x58\x4b\x70\xbc\xc0\ \xbb\xbd\xa3\xbd\xf0\x7e\x72\xe5\xac\x8e\x27\xd1\xe5\x69\xcb\x7e\ \x29\x60\xd0\x6c\x53\x9e\x61\xcf\xdd\x47\x7e\x25\x99\xb3\x97\x5e\ \x81\xf2\x34\xe7\xdd\x84\x08\x09\x97\xb0\xf2\xb2\x0b\xec\x80\xca\ \xb9\xa0\x5f\x16\xf2\xf6\xc6\x4c\xff\x97\x25\xf1\xf7\x67\x58\x34\ \x09\x39\x89\x83\x2a\x2a\x30\x29\xe5\x05\xa0\xc4\xa8\x56\xd5\x72\ \xff\x16\xad\x30\x05\xc7\x16\x3d\x1f\xf1\x90\x54\x76\x9d\x58\xba\ \x86\xf3\xcb\x7d\x95\x14\x7e\xb0\x13\x96\xb5\x11\xcb\x54\xae\xaf\ \x1e\x26\x04\xfb\x7d\x4a\x29\xe7\x6c\x51\x18\x6e\x01\x96\x52\x86\ \x41\x20\xa5\xce\x1c\x13\x3a\x63\xad\x23\x72\xec\xf7\xf9\x74\x2a\ \xa3\x87\x07\x5c\xfe\x5e\xaf\xcb\x62\xad\x15\xb8\x90\xc4\x64\x9d\ \x05\xa6\x3c\xfc\xed\xdd\x6e\x57\x88\x7e\xd3\x21\x7f\x8a\xaf\xd1\ \x27\x61\x3d\x30\x71\x07\x5b\x18\x86\x1e\xf7\x85\x10\x5a\x69\x2c\ \xed\x52\x16\xfe\x62\x06\x5d\xce\xde\xee\x71\x26\xda\xf3\x41\x9f\ \x7b\x2d\x3b\xa7\x4b\xf2\xe6\x8b\xc3\x0b\x5c\x5c\x48\x4b\x32\x36\ \x1e\x43\x9d\x31\x08\x0b\x3c\xd4\xf7\xaa\xfb\x67\x12\xbf\xee\x23\ \x0f\x7c\x45\xfc\x13\x0b\x21\x00\x10\xc0\xc1\x32\x2d\x8f\x85\x00\ \xdf\xe2\x26\xbc\x72\xbe\x8e\x7c\xdc\xf8\x97\xa0\x18\x22\x2e\x77\ \xc3\xcb\x41\x43\xcf\x91\xfd\xfb\xb9\x60\xcb\xaf\xf9\x81\x22\x15\ \x41\x28\x9f\xfa\xff\xe2\x55\x97\x75\xbe\xf2\x0d\x40\x00\x0c\xf4\ \xb3\xde\x51\xfb\xbd\x27\x40\xe7\xce\xe4\x93\x6f\xcd\xb7\x77\x01\ \x2b\x68\xfc\x6d\xd0\x6e\x04\x53\x18\x4e\x44\x7a\xbc\xf0\x3b\x96\ \xb1\xa9\xd7\xed\xc1\x60\xe2\x9a\x52\x8a\x7b\x57\x7d\xdf\x08\xb1\ \x46\xac\xeb\x97\x1d\x2b\x25\x11\x05\xe7\xb0\x01\x00\x41\x80\x5a\ \xe4\xfd\x01\xa2\x1d\x0c\xd2\xd4\x5a\x07\x2a\x40\x44\x67\xbd\x72\ \x14\x59\xeb\x4a\x25\x26\x88\x82\x18\xa4\x06\xa8\xe7\xac\x2d\x98\ \x03\x59\x6b\xb3\x2c\xc9\xd2\xc4\x47\x48\xf9\x9d\x7e\x10\x92\x73\ \x4e\x6b\xa5\xb5\x2a\x8a\x82\x29\x70\x3e\xa8\x22\x2a\x11\x5b\x28\ \x63\x0d\xb7\xd9\xf9\x10\x5b\x81\x79\x59\x9e\xc0\x3b\x74\xdc\xa7\ \xcc\xdf\xb2\xd7\x3f\xc1\x82\x1f\xea\xe3\xa7\x1c\xe2\x2c\x23\x8e\ \xcf\x99\xf8\xa7\x4e\x9e\x2f\x40\x7c\x99\x54\xf6\xaf\x8e\x48\xe0\ \xa2\x8f\xf7\x7a\x3d\x18\x08\xb0\xfb\xcb\xf4\x5c\xd2\x47\x1e\xbd\ \x3e\x58\x51\x58\xff\x5d\x1c\x3a\xe0\x37\x58\x6b\xc9\x91\x81\x45\ \x18\x5d\x76\xfc\xfb\xe1\x42\xe3\x96\xc0\x65\xf9\x92\x6d\xbf\x81\ \x7a\x69\x2e\xa5\xfc\x18\x28\x3f\xb1\x96\xac\xf3\xfe\xcf\x16\xc9\ \x42\xe3\x51\xb5\xd7\xbc\x59\x8a\x98\xee\xfc\x31\x00\x80\xcb\x71\ \xe3\xab\xa3\x8d\xf3\xed\xf7\xbd\x08\x0f\x7d\x41\xe3\x2f\x3f\x68\ \xff\xfe\xd5\x36\xaf\x34\x2f\x7e\x1b\x3f\x0e\x41\x54\x8b\x45\xbf\ \x36\x8d\xef\x4b\x04\x00\xa1\x06\xc4\x0a\x70\x68\x68\x88\xf3\xbf\ \xcc\x95\x18\x0b\xfc\x66\xe3\x0e\x56\x6b\x2d\x82\x20\x00\x47\x56\ \x4a\x11\x62\x00\x00\x79\x91\x69\x1d\x3a\xd7\x1f\x8f\xc5\x40\x93\ \x24\x89\x14\x32\x8e\x42\xa5\x94\x14\xd2\x3a\x0b\xe4\xa4\x12\x60\ \x51\x08\x81\x02\xa4\x13\xd8\x2f\xfb\x65\xa8\x85\x20\xd0\xcc\x5f\ \x58\xb7\x19\xb1\xbf\x39\x9d\x73\xf5\x7a\x2d\xcb\xd2\x4e\xa7\x33\ \x36\xb6\x32\xae\xc5\x79\x96\xdb\xc1\x3c\x26\xc1\x32\x14\x08\xcc\ \x16\x19\xfe\xe2\xb8\x4f\x82\xa1\xaf\x71\x80\xa6\xc8\xcb\xae\xa8\ \xb3\x2e\x0a\xc2\x2c\xcf\x59\xbb\x1b\x45\x5f\x0a\x90\xa5\x1c\xca\ \x91\x38\xce\xcc\xec\x85\x1f\x4d\x83\x0a\x4e\x2e\x75\x41\x93\x1b\ \x21\x50\x90\x44\x00\x4e\x3e\x2d\xf2\x93\xcb\x9d\x40\x25\x52\x59\ \xc6\x91\x72\x76\xbb\xe4\x5b\x4b\xbe\x52\x00\x9e\x0f\xa1\x58\xea\ \x26\x0c\x19\x19\xd9\x21\x00\x22\x6e\xb7\x61\x9e\x48\xd6\x39\xa9\ \x03\x22\xa6\x93\x30\x10\x83\x20\x62\xb9\x36\xea\x8f\x24\x8d\xe3\ \x98\x63\x23\xbe\xe8\x72\x40\xf7\x84\xd6\xb2\x9c\xb5\xe7\x78\x74\ \x09\xdd\x08\x16\xaa\x58\x3d\x92\x1a\x72\x24\x84\x20\xa0\x2c\xcf\ \xb0\x9f\x85\x97\x40\x64\x4c\x01\xc4\x0c\xba\x2f\x46\xbb\x9f\xc3\ \x22\x22\xa4\x3b\x8b\x6f\xbd\x39\x51\xaf\xaf\x9f\x20\x18\x28\x71\ \xe8\x48\x98\xba\xcc\xcd\xcf\x90\xbd\x8d\xc4\x93\x40\x56\x54\xf1\ \xb7\x18\x5b\xb4\xc6\x1a\xef\xc8\x94\x65\x9c\xbd\x24\x32\xab\x5d\ \xf9\x00\xd6\xe2\xdc\x28\x41\xbf\xfa\x10\x00\x00\x1d\x92\x73\x20\ \x2d\x22\x02\x39\x53\xa4\x80\x12\x11\x93\x5e\xc6\x9a\x8c\x3c\xe3\ \x05\x01\xac\x31\x86\x8a\x41\x86\x94\x10\xb9\xc3\x01\x19\x2f\xca\ \x2e\xb9\xdf\x5d\x4c\x4f\xf8\x15\xaf\x1d\x10\x45\x51\xa3\xd1\xdc\ \xb5\x6b\x57\x96\xe7\xcd\x66\xb3\x1e\x35\xb8\x10\xaf\x28\x0a\x41\ \xa4\x24\xcf\x80\xe1\xf0\x99\x2f\x12\xe4\x2f\x02\x22\x50\x52\x71\ \x0b\x1a\x0c\xca\x4d\xac\xb5\xa6\x28\x80\x40\x2b\x05\x00\x63\x63\ \x63\x59\x96\xf1\xcc\xe2\x38\x8e\xcb\x51\x3c\x5f\xc3\xbc\xe7\xf1\ \x45\x04\x40\x2e\x66\x02\x46\x1f\xc4\x85\x14\x8a\x27\x83\x4b\xf2\ \xd4\x03\x14\x87\xf2\x8b\xe5\xb4\x06\xf7\x9c\xf0\x6f\xca\xc4\x1c\ \x80\xd9\x3d\xfa\xf2\x50\xe7\x08\x00\x97\x54\xa7\xfb\x44\x16\xa2\ \x20\x3e\x2b\x7e\x4c\x4a\xa9\x06\xb5\x3b\x42\x3a\x22\x72\x59\xe6\ \x25\xd6\xbd\xcb\xef\x6f\x21\x18\x14\xe8\xf8\x78\x8b\x7f\x9a\x2e\ \xae\x3d\x44\x02\x22\xe8\xbb\xf3\x0c\x7c\x88\x08\x83\x72\x6f\x3e\ \x23\x6b\x6d\x30\x20\xe6\x0f\x70\xc1\x1f\xfe\x24\x4b\x80\xdd\x5e\ \xdc\x91\xe0\xc9\x83\x1d\x25\x43\x77\xd7\x79\xf6\x69\x7f\x5f\x7f\ \xe5\x91\x34\x7c\x42\xf1\xf5\xb7\xd9\x2e\xc2\x03\xed\x76\x71\x94\ \x76\xc1\x01\xe8\x18\xf5\xe0\xda\x5d\x41\x69\x02\x32\xc4\x30\x84\ \x22\xa1\xbe\xf7\x81\x18\x37\x77\x13\xb5\xcc\xbb\x64\x2c\xc8\x00\ \xc3\x68\x70\x73\x3a\x4a\xbb\x40\x04\x22\xc2\x38\x00\x9b\x51\x9a\ \x81\x8a\x31\x18\xb4\xa3\xe7\x1d\x32\x0e\x00\xfb\x5f\x9a\xf7\x48\ \xc5\xfd\x44\x9b\x49\xc9\x6a\x0c\xe5\xfe\x0b\x8b\xe5\x46\x0b\xef\ \xd4\x70\x8e\x65\xa0\xf6\x1c\x72\xb4\xae\xdc\x4d\x01\x03\xf1\xb1\ \x25\x4e\x0d\xef\x01\x2e\xbd\xe6\x3d\x99\x17\x96\x23\x7d\x5c\x8a\ \xc8\x72\xfc\xe5\x8e\x08\xaf\xba\xea\xf3\x00\x4b\x14\x6a\xcb\x99\ \x01\xaf\xb3\xed\x37\x09\x57\x96\x70\xbc\xb2\x5e\xaf\xf3\xc8\x11\ \xce\x1d\x69\xad\xd3\xa4\xb7\x24\x6d\xe9\xaf\xb7\x7f\xe6\xe4\xca\ \xc8\x92\x24\x09\x7f\xbc\x5e\xaf\xf3\x3f\xe6\xe7\xe7\x67\x66\x66\ \x78\x9e\x72\x9a\xa6\x8b\x72\x08\x8e\xf6\x26\xeb\x52\xce\x45\x40\ \xa9\x24\x65\x79\x01\xe6\x6e\x4b\x32\xa9\x94\xcc\x85\x81\x1c\xd9\ \x82\xbf\x0f\x98\x3b\xc7\x0f\x8f\x30\x0c\x7d\x54\xc1\x7f\xa9\x7f\ \xcc\x78\xff\x7d\xf1\x91\xfb\x7e\xc0\x12\xd7\xd5\xe3\x6f\x18\x86\ \xbd\x5e\xaf\xdb\xed\xf2\x14\xb3\xe5\x27\xb9\xbc\x6d\x66\x89\xbf\ \x5c\x4e\xc2\xf8\x2c\x93\x7f\x11\x4b\xed\xa7\xe5\x30\xe8\x62\xd2\ \xbc\x7f\xc7\x16\x71\x69\xe8\x10\x25\x42\xcf\x6e\x9a\x52\xbf\xbb\ \x1e\x1f\x71\x12\xfe\x7c\x13\x3d\xd0\xa7\xeb\xe1\xf5\xb7\x7c\x40\ \x8d\xd7\xec\xe5\x1f\xe9\x5e\xf8\x63\x70\x0e\x10\xc5\xb1\x2f\x6c\ \xfc\xd1\x1f\xd3\x96\xef\x77\x3e\xf5\x9f\xea\xd9\xef\x8e\x1f\x7f\ \x3a\x60\x88\x81\xe9\xbe\xe7\x99\xa6\x17\x2c\x4e\xfb\x08\xfd\xc2\ \xff\x8a\x4f\x3b\x96\x26\x7e\xd2\xfd\xd4\x3f\xbb\xc4\x01\x00\xd4\ \x37\x0e\xbd\xf3\x3f\x50\x39\xdc\xf6\xb1\xf9\x7f\xff\xb6\x78\xec\ \x1b\x1a\x2f\x7a\x1e\xdd\xfd\xf9\xce\xa7\x3e\x47\xa8\xc0\x38\xf5\ \xaa\x1f\xd6\x8f\x17\x94\xf6\xcc\xd5\x9f\x4b\xbe\x7f\xbe\x7e\xe9\ \x27\xd4\x6d\xef\xee\xfe\x62\x17\x4a\x94\x4f\x79\x5f\x63\xe3\xf7\ \xe6\x3f\x7e\x35\x04\xfb\x2b\x32\x2e\xdf\x8a\x0c\x3d\x5c\xbf\x1d\ \xc7\x71\x10\x44\xe5\x6d\xe3\x3b\x45\xc4\x97\x98\x00\x00\x20\x00\ \x49\x44\x41\x54\xd5\x98\xc5\xf8\x10\x58\xff\x91\x27\xa5\x77\x9a\ \x18\x19\x99\x6d\xf1\xcd\xdd\x6a\xb5\x94\x52\x4b\x92\xdd\x0b\xcd\ \xd7\x03\xc0\x2d\x7b\x82\x9c\x9c\xe1\xc8\x97\x2f\xab\x2c\x13\x9c\ \x34\x4d\x8d\x31\xb5\x5a\xad\xd3\xe9\x70\xa1\x22\x7f\x3b\x37\x35\ \x0a\xa4\xb2\xe3\xe9\xbf\xc5\x63\x7a\x91\xa5\x1e\x1a\xac\xb5\xc3\ \xc3\xc3\x7d\x06\x6d\x0c\x43\x64\x1c\xc7\x2c\xe2\x0f\x00\x43\x43\ \x43\x2c\x16\xeb\x65\xbe\xf6\x82\x28\x2e\x60\xd0\xf2\x76\x11\xdc\ \x1d\x00\x94\x95\xb5\xd8\xf3\xf5\x24\xda\xc7\xfe\x4a\xad\xcd\xe0\ \xac\xf5\x35\x03\xfc\x57\x5e\x76\x76\x42\xc5\x82\x42\xc7\xa2\x30\ \xeb\x42\xb9\xb5\xb5\xec\x3b\x7b\xea\x5a\x5e\x79\x0e\xaa\xb0\x12\ \xa5\xaf\xa9\x5a\x80\x51\x82\x25\xbd\x80\xcb\x03\x88\x4b\xa2\x8d\ \xe5\x52\xf9\x72\x9d\xe3\xf2\xe2\x1e\x44\xf1\x6b\x4b\x9d\xf7\xc3\ \x90\x5c\x51\xa8\xe7\xbe\x97\xae\xfd\x50\x72\xe9\xd5\x70\xc5\xcf\ \x1a\xef\x39\x4f\xad\xbb\xa8\x98\x48\x1f\x10\xbc\xd2\xf6\xde\x79\ \x2f\x21\x3c\xae\xf1\x17\x7f\x82\x17\xfe\x48\x3f\xfd\x0d\xf6\xd2\ \x4f\x04\x67\x9e\xde\xf9\x87\x73\xc4\xe3\xde\x54\x7f\xd4\x78\xfb\ \x7b\xef\x2b\x2e\x00\xf1\xd8\xd7\xd5\xc6\x2e\x35\x6d\x09\x4b\xc0\ \x4a\x3a\xf3\xfd\xb7\xb5\xbe\x94\x84\x7f\xf9\x65\x39\xa2\x61\xdd\ \xf3\x82\xe0\xaa\x74\x6b\xe0\x6e\xf8\x87\xf6\xff\xfc\x10\x6b\x35\ \x1c\x3d\xa6\xfe\x8c\xb1\xce\xdb\x9f\x86\xcf\xfe\x74\xfc\xc4\xcb\ \x7a\x97\x6c\x01\x00\x08\x28\xff\xd4\x0b\x92\x3b\x6d\xf0\xfc\xf7\ \x05\x2b\x2f\xa2\x42\xeb\x17\xbe\x55\xdd\xf2\x7a\x0b\xa3\xc1\x09\ \x67\x10\x5e\xb3\x17\x6a\xa4\x0f\x23\xce\xe8\xef\x42\x63\x0c\x8f\ \x3a\x8a\xe3\x38\x8a\x22\x00\xb1\xc4\xf7\xf1\xa1\xbd\xb2\x84\xa2\ \x57\xb1\xe5\xb7\xb1\xd4\x58\x14\x45\xdc\xec\xc2\x69\x90\x7a\xbd\ \xce\x90\xc4\x65\x34\x30\x68\xe1\xf0\xc3\xad\x96\xd4\x7b\x97\xbb\ \xd9\x3c\x76\xf8\xe4\xa9\x3f\x9f\x28\x8a\x98\x2d\xfa\x71\x48\x1e\ \x5c\x58\xf5\x6f\x79\x5a\xc3\xef\xcc\x30\x0c\xcb\xb8\xd0\x6e\xb7\ \x85\x10\x5c\xc8\xc9\x33\xf6\x78\x18\xc0\x9a\x35\x6b\xa4\x94\xb3\ \xb3\xb3\xfe\xe3\xcb\x1b\x0d\xf7\x92\x2d\xfa\x54\x32\x2f\x91\x07\ \xee\x25\xb9\x69\xbf\x38\x8e\x6c\x99\x2d\x2e\xf9\xb8\x40\x44\xd2\ \x5a\x6b\x2e\x44\xe5\xa1\x8c\xe5\xc4\x31\x27\xa3\xfd\x08\xc6\xf2\ \x15\x11\x11\x20\x72\x49\x00\xbf\x8d\x5d\x87\x72\x62\x87\xcb\x45\ \x79\x98\x01\x67\xb1\xfd\xaf\x5f\x5e\xea\x72\x83\xcd\xf2\x36\xd3\ \x32\xde\x71\xe9\x95\xbf\x3a\x2f\x4f\xe7\x53\xd2\x3e\x0d\x08\xe0\ \x0e\x0c\xb6\xb8\xec\x7e\x30\x16\x9b\x2b\x45\x54\xa7\x70\x4c\xa8\ \x1c\xcc\x03\xbf\xbd\x0a\x71\xe4\xf3\x1b\x2f\x7d\xb5\xb9\xe4\xff\ \x92\x23\x37\x37\x41\xb0\x16\xdd\x8c\xcb\x2d\x6d\xd9\x22\x9e\x78\ \x04\x5e\xb1\x1d\x54\x14\x9e\xb0\xaa\xf7\xd9\x5f\x00\xdf\x58\xf1\ \x98\x68\x36\xa0\x37\xed\x3a\x5d\x40\x22\x1c\xa9\xbf\xf3\xab\x22\ \xf9\x5e\x67\x67\x17\xd6\xec\xb2\x36\x05\x19\xe2\xba\x67\xd7\x9e\ \xb7\x3a\xbf\xea\x7b\x54\x5b\x09\x53\x3f\x77\xa9\x81\x1b\x6e\x13\ \xbf\x77\x0a\x5c\xba\xb9\x7f\x6b\x8e\x1c\x2a\xd6\x0f\xeb\x75\x43\ \x59\xc7\x4a\x71\x4f\xe7\xe2\x8d\xc1\x63\x36\x24\x93\x67\xc3\xb6\ \x8b\xe8\xb8\xc3\x10\xdd\xfe\x8b\x8b\xbc\x73\xfc\x3d\xca\xea\xf9\ \x51\x14\x8d\x8e\x8e\x3a\xe7\x7a\xbd\x5e\x10\x44\x72\x50\x71\xed\ \x7b\x5d\x3c\xd1\xe3\x70\x7b\x19\x68\x78\x6b\x71\x96\x86\x55\x97\ \xc5\x60\xc3\xd4\xeb\xf5\xb2\x00\x38\x1f\xca\x57\x92\xfb\xcd\x5f\ \xce\xae\xfa\xc2\x11\xbf\x49\xca\xbd\x5f\xbc\x4f\x78\x4c\x28\x8f\ \x7f\x61\xb6\xc8\x27\xe6\x3d\xfd\x72\x15\x4b\xd9\x97\xb4\xd6\xb4\ \xd3\x54\x6b\xcd\x53\x68\x10\xb1\xd1\x68\xa4\x69\xda\xed\x76\xdb\ \xed\x76\x1c\xc7\xe3\xe3\xe3\xcd\x66\x93\x75\x24\x39\x0b\xcf\xe5\ \x7b\x0c\x28\x7b\x09\x8b\x4b\xd8\xa2\x7f\xc0\xf8\x62\x80\xb2\x4f\ \xea\x1f\x3c\xfe\x72\xa4\x5a\xd4\xe2\xed\xdf\xd6\x87\x54\x22\x31\ \x28\x93\xf6\xb9\xe6\x72\x99\x11\xbb\xd5\xe5\x06\x92\x45\x05\x37\ \x40\xbe\x29\xa8\x9c\xdf\x28\x73\x5b\xfe\xf9\x38\xee\xcc\x0c\x74\ \x79\x95\xfb\x12\x2d\x89\x72\x91\xa6\x7f\x1e\xf8\xf2\x2f\x0e\xa7\ \x70\xfd\x90\x12\x2c\xab\x0e\xe5\x66\xea\xf2\x6f\x77\xa0\xc0\xa2\ \x1c\x44\xeb\x74\x60\x2f\x7a\x87\x7b\xe5\xbb\x9b\x6f\x7b\x35\xa0\ \x29\xbe\x73\x6e\xb1\x33\x85\x07\xaa\xd0\x2d\xdc\x1d\x5f\x6b\xfd\ \xdd\xf7\xa2\x97\xfd\xa3\xac\xdf\x6a\xae\xfa\x12\xc8\xa3\x07\x7d\ \x62\x00\x88\x40\x16\x1a\x67\x60\xeb\x16\x47\x92\x89\x36\x8e\x1c\ \xae\x8f\x38\x8c\xb6\x5d\x97\xb7\xbb\x80\x08\xe9\xf6\xee\xfb\x9f\ \x29\xcf\x78\x5b\x78\xf2\x89\xe9\x75\x3f\x2c\x50\x80\xd8\xd5\xfd\ \xe2\xbf\x89\x75\xa7\x37\xfe\xe8\x45\xed\x2f\xdf\x3c\xd0\x2c\xa2\ \x05\xc7\x9f\x48\xac\x3d\x51\xa5\x93\xe9\x97\xde\x61\xbb\xa4\x23\ \xed\x2e\xff\x47\x38\xfb\xe5\xd1\x99\xa7\x14\x9f\x7a\x8f\x3c\xe5\ \xa5\x80\xfb\x2b\x2a\x22\x00\xd7\x21\x72\xa7\x33\x67\x45\x56\xac\ \x58\x51\xaf\xd7\xb3\x2c\x1b\x80\xe0\xa2\x1d\xcb\x70\xe3\x6f\x68\ \xe6\x20\x8c\x5f\x3e\x13\x22\xa5\xe4\xc0\x93\x94\xb2\xdd\xe9\x79\ \xd0\xe1\xb9\xa9\x4b\x94\x1d\xf8\xe0\x83\x02\x6f\xe1\x27\x64\xf9\ \x6d\xec\xfb\xc3\xb8\xf8\xd1\x17\x15\xb2\x66\x44\x9e\xe7\x7c\x4c\ \xae\x15\xf7\x8c\x83\x87\xfc\x91\xb3\x3e\xd3\x09\xa5\xfe\xe2\x81\ \x05\xb5\x28\x5a\xa2\x91\x13\x86\xe1\xe1\x87\x1f\xde\x6a\xb5\xb8\ \x04\xd2\x77\x7f\x33\x08\xfa\xd6\x40\x7e\x66\xec\xc5\x88\xab\x3e\ \xe1\xf5\xa0\xc3\xa5\x79\xcb\x23\x67\x4b\x0a\xb9\x3d\xa6\x78\xa2\ \xe7\xdf\xcf\x84\x8e\xf3\x42\x64\xdd\x92\x6e\x4b\x7e\x3f\x73\x40\ \x1f\x09\x29\xfb\xef\x8b\x0a\x39\x01\xac\x31\x65\x72\x37\xe8\x32\ \x5a\xf8\x46\x26\x8c\xa5\x29\x8f\x58\x3a\x49\xe0\x7a\x7e\xdf\xc7\ \xb2\x44\x4e\xc2\x3f\x3e\x7d\x60\x94\xa7\x60\xfb\x67\x9e\xb5\x6e\ \x89\x8f\xb2\x24\xac\x7c\x40\xc0\xa2\xac\xd1\x0d\x7f\xde\xfa\xb9\ \xc2\x40\x03\x08\xc8\xb6\x24\xe7\xbd\xb8\x67\x1c\xa0\xc0\x20\x06\ \xf1\x80\xe5\xc5\x44\x88\xd2\x50\x61\xc9\x11\x02\x60\x73\x9c\x3a\ \x13\x0e\x47\x50\x09\xb1\x76\x8d\xbb\xf9\x27\x04\x56\x9e\xf8\x12\ \xb7\xed\x03\x0b\xca\x45\xdb\xaf\xcb\xb6\xfd\xbc\x9f\xea\x03\x81\ \xa1\xa6\xb4\x07\x45\x0e\x88\x10\x8c\xa0\x48\xc9\x00\xf5\xa6\xed\ \xb6\x3b\xa9\x7e\x36\x74\x7e\x02\xab\x9e\x24\xf4\xf9\x70\xfc\xb1\ \xb4\xf5\x9b\x40\xc8\xf8\x68\x6f\xfb\x7e\x7e\x47\x06\x88\x00\x0a\ \xb4\x04\xbb\xd9\x9a\xa3\xa2\x9d\x1f\x4d\x26\x93\x48\x8d\xa0\xa4\ \xfd\x14\x17\x09\x40\x29\xd5\xe9\x74\x78\xd6\xf3\xc8\xc8\xc8\xd0\ \xd0\x10\x37\x93\x30\x91\x14\x42\x10\x09\xae\xdd\xf1\x15\xc5\x3e\ \x3c\xd7\x2f\x6a\x71\xfd\xd1\xe9\x7e\x1f\x76\x3a\x1d\x16\xda\x99\ \x99\x99\x19\x19\x5d\xc1\xea\xfc\x5c\xf6\x58\x0e\x4d\x7a\x0c\x2d\ \x8a\xa2\xdd\x6e\x33\x0c\x31\x31\x04\x00\x9e\x5a\xe7\xb5\x21\x00\ \x20\xcb\xb2\x24\x49\xda\xed\x36\x22\x36\x9b\x4d\xa6\x45\x83\xfe\ \x6b\xeb\x93\x45\xde\x1d\x13\x7d\xae\xb4\xd0\xdf\xbd\x7c\x47\xa9\ \x12\x50\xf2\x29\xf1\x55\xd7\x6a\xb5\xe5\x9a\x57\x7e\x42\x1e\x97\ \xb5\x27\x49\xb2\x37\x6b\xcf\xa3\x44\x39\x99\xeb\x27\xde\x94\xfe\ \x4b\x3e\x82\x56\x06\x44\x1f\xd5\x95\x28\xca\x62\x13\x1c\xf4\xe4\ \x88\xaa\xd6\xba\x16\x45\x4a\xaa\x32\xfd\x64\x42\xe7\x73\xc7\x30\ \xe8\x62\xf4\x98\xc5\x84\xbd\x9f\xba\x01\x00\xb1\xd0\xe9\xc4\xa2\ \x12\x4c\xab\xf9\xd7\xf4\x1e\xc6\x12\xca\xec\xcf\xc7\x2c\x1b\xe5\ \x5c\x06\xc7\xf2\x7a\x7a\x48\x2d\x77\x1c\x39\x63\x97\x80\xe9\x22\ \x9d\x88\x03\xa5\xf9\x8f\x40\xc6\x8b\x34\x61\x75\x0d\xf5\x83\x3d\ \x86\xa5\xa1\x27\x35\xfe\xe2\x8f\x51\x14\xf6\xda\x4f\x65\xdd\x2c\ \xfa\x93\x0f\x9b\xaf\xbe\x3e\xbb\xf2\xe6\xc6\x9b\x3f\x07\xd3\xd7\ \x74\x3e\x39\x89\x10\xa9\xd3\x8f\xa2\x6f\x4c\x2c\xaa\x10\xf2\xae\ \x81\x1b\x8b\x5f\xf5\x41\x35\xa2\x69\xc7\x55\xbd\x2f\xdc\x24\x4e\ \x78\x7b\x14\x7e\x2b\xd9\x71\x42\xe3\x25\xe7\x00\xf6\x8a\xef\xbe\ \x8f\xd2\x2d\xbd\xcb\xb0\xfe\xee\x6f\xc1\xe4\x0f\xbb\x1f\xbf\x0b\ \x50\x01\x01\x86\x75\x50\x12\xb8\xb0\x83\x24\xc6\x31\x81\x28\x2e\ \x7c\x9b\x31\xb3\x20\xd6\x40\xb0\x1a\x35\x80\xd9\x2f\x61\x11\x11\ \xa7\xa7\xa7\x3b\x9d\x4e\xbd\x5e\x1f\x1d\x1d\xf5\x51\x27\xe6\x65\ \x83\x18\xe2\xa2\xf0\x9c\x8f\x43\xf1\xdd\xcc\x13\xdd\x78\xa7\xf1\ \x26\xd7\x5a\x27\x49\x52\xaf\xd7\x57\xaf\x5e\x2d\xa5\x40\xd1\xd7\ \xe5\xe7\xc3\xea\x81\xdc\x3c\x7f\x91\x1f\x88\xce\xa0\xc9\x09\x5f\ \x86\x27\x1f\x63\xea\xa3\x80\x94\x4a\xa9\x66\xb3\x39\x3a\x3a\xea\ \xa1\x21\x08\x02\x96\xb1\xf1\x8c\x89\x39\x11\x9f\x3c\x43\x00\x17\ \xe8\xec\x36\xe5\x0a\x00\x8e\x7c\x97\xb4\xf0\x22\x14\xbe\xac\xba\ \xec\xa2\x96\x7b\x72\xf9\xc4\x6a\xb5\xda\x1e\x87\x95\x1d\x51\xaf\ \x97\x44\x51\xc8\x58\xc3\xf5\xd5\x3e\x03\x0b\x00\x28\x84\x3f\x78\ \x99\x2a\x2e\xe4\x9d\xd0\x31\xe5\xf4\x18\xe7\x9f\x64\x9c\x72\x29\ \x0b\xfd\x7b\xa9\x08\x4f\x51\xbd\x9e\xa6\x07\x23\x3f\x77\xb0\xac\ \xf3\x08\x8b\x85\x7c\xf8\x20\xe5\xb4\x49\x39\x4d\xf4\xab\xef\xb4\ \xf2\xaf\xb0\x7c\x1c\x6e\x59\x41\x87\x99\xe9\x12\x09\xb8\x07\x55\ \x0b\x75\x30\x55\x41\xa3\xc4\xd9\xef\xb6\xcf\xfd\x1a\x10\x42\x10\ \xa3\x92\xc9\xc7\xfe\x18\x83\x1a\xdc\xf4\xd9\xd6\xb5\x1f\x03\x11\ \x62\x18\x40\x28\xf2\x0f\x3c\x1e\x82\xc6\x6e\x2b\x7e\x50\x4c\xf5\ \x3e\xf8\x7c\x70\x04\x2a\xc4\x20\x84\xeb\xde\xd3\x25\x8d\xe2\xa6\ \xd6\xdf\x7d\x16\x40\x60\x58\x03\x89\xf6\x67\xef\x6f\x5d\x9c\x81\ \x8a\x06\x2e\xbf\x28\x3e\xf4\xf8\x5c\xd5\x51\x22\x00\x82\x4c\xbb\ \x1f\x79\x13\x86\x31\xf5\x66\x08\x00\xd5\xb6\xf6\x1b\xff\x00\xe3\ \xfd\x58\x41\x47\x4a\xb9\x7a\xf5\xea\x38\x8e\x19\xd4\x98\xd0\xf9\ \xf4\x9f\x73\x8e\xcb\xba\xcb\xde\x53\x79\x8b\xfa\x88\x1b\x83\x54\ \x99\x71\x74\xbb\xdd\x3c\xcf\x74\x50\x4b\x92\x1e\xc3\x9c\x3f\x32\ \x4b\x37\x36\x1a\x8d\x91\x91\x91\x7a\xbd\x5e\xab\xd5\x58\x93\xc6\ \x7b\x7c\x1c\x22\xe4\x5d\xea\xe3\x98\x7c\x58\xde\x9c\x79\x9e\xf3\ \xae\xf6\xf3\x57\x19\xcb\x18\xa3\x7d\x50\xcc\x2d\x56\x79\x28\x87\ \x41\xfb\x4f\x6b\xe7\x96\x4b\xfb\x0c\x6a\xfd\xa0\x7c\xc9\xde\x85\ \xf4\x32\x3f\x5a\x07\x7b\xec\x26\xf0\xd8\x1c\x5f\xdd\x92\xe7\xb9\ \x2f\x73\x19\x7c\x23\xcb\x62\xc3\x6e\x6b\x5f\x9c\x73\x42\x22\x8a\ \x05\x9f\x94\xb9\xb6\xa7\xf0\xcb\xa3\x93\xa5\xf1\x58\xc2\x5a\x5b\ \xaf\xd7\x7d\x2b\xa4\x0f\x41\x7a\xbc\x13\x02\xa9\x14\xa9\xf4\xcf\ \xb3\x25\x45\x54\x4b\x02\x8e\xb0\xb8\x7f\xfc\x57\x14\x3c\x2c\x47\ \x3a\xef\xda\xf7\xdb\x5a\x4a\xb3\x5c\x96\x0e\x16\xaf\x60\x71\xd9\ \xdd\xa4\x31\x5e\x20\x99\x18\xd6\x96\xbf\x08\x51\xe3\x57\x3d\xb4\ \x16\xfe\x4a\x20\x23\x04\x00\x90\x18\x97\xea\x78\x44\x80\xb5\xc5\ \x65\x3d\x61\x03\xcb\x47\x08\xe3\xb2\xd3\xb0\x5f\x63\x22\x11\x8d\ \x8d\x8d\x75\xbb\xdd\x2c\xcb\x82\x20\xf0\xa9\x49\x7f\xeb\x2b\xa5\ \x10\x15\xe7\x3f\x78\x0b\x79\x27\xd7\x3b\x3e\xfc\x29\xd6\x40\xf4\ \xfd\x70\x3c\x19\x7d\x64\x64\xc4\x3a\x58\xb1\x62\x45\x51\xe4\xce\ \xb9\x28\x8a\x3a\x9d\x8e\x73\x6e\x6e\x6e\x0e\x00\x56\xad\x5a\x35\ \x3e\x3e\xce\x49\x64\x4e\xdd\x28\xa5\xb8\x81\x64\xa0\x7f\x63\xca\ \x62\x59\x1c\x70\xe4\x81\xf1\x1c\xd3\xe4\xcd\x5c\x4e\x31\xfb\x78\ \x25\x6b\x53\x28\xb9\xb4\xfc\x68\xc9\x8e\x15\x8b\x25\x69\x7d\xf6\ \xc3\xb3\xda\x72\xca\xdb\x67\xcf\xb9\x12\x53\xca\xbd\x18\xe0\x83\ \x10\x68\xbd\x5b\x45\xf1\x3e\x64\x20\xc0\x62\xb7\x9a\xf9\x75\xff\ \x89\xe5\x88\x84\x43\x58\xa0\xc0\x5c\x27\xef\x7f\xc1\x72\xb9\x1f\ \xcb\xed\x38\x72\x59\x9a\x09\x29\xea\xf5\x3a\xcf\x62\xed\x53\x85\ \x81\x8b\xcd\xea\x44\xc6\x58\xa5\xa4\x10\xd2\x38\xbb\x3c\xba\xc7\ \x3f\x39\x22\xaa\x41\x66\xb9\xac\x18\x56\x6e\xa5\x17\x28\x7f\x05\ \x6d\x5c\xa2\xf5\xcd\x7d\x4d\xa5\xfc\x4f\x5f\x1e\xc8\x1f\xd6\xf7\ \x44\x3a\xe7\x98\xc1\x56\xb0\x58\xd9\x3e\x74\xa2\x93\x24\xf1\xf9\ \x59\x0f\x2b\x9e\x58\x0d\x7a\x42\x08\xc0\x0b\x1a\xf6\x8b\x13\x07\ \xf4\x44\x01\xf4\x33\x89\x0c\x5b\x1c\xe4\x92\x52\x6a\xad\x80\x30\ \x08\x02\x53\x38\x00\xd4\x3a\x40\x14\x5a\xeb\x20\xd0\xd6\x16\xd6\ \x16\x33\x33\x53\x8d\x46\x5d\x29\xed\xcb\x12\x39\xdf\xc2\xe5\x90\ \xdc\x72\x57\x14\x36\x08\x34\x22\xf0\x80\x63\xe7\x5c\xb3\x39\xd4\ \xe9\xb4\xf3\xbc\x18\x1f\x1f\xef\x76\xbb\x8d\xb8\x46\x40\xbd\xa4\ \xa7\x94\x22\x47\xcc\x31\x80\x48\xa1\x90\x3a\x00\x58\x48\x50\x94\ \x5b\x77\x3c\x3d\xd4\x72\xa1\x3c\xc8\x7b\x88\x5e\xe4\xca\xe7\x61\ \x97\x28\x45\xfb\xfc\xcf\xde\x2c\x3e\x73\xd9\x72\x06\xbf\x2c\xe4\ \xd5\xff\x13\x12\x73\xda\xbe\x7c\x21\xf4\x65\x71\x01\x41\x0a\xe9\ \x81\xa3\xac\xca\xd5\xef\x6e\x46\x40\x25\x91\x09\x27\x02\x10\x64\ \x59\x26\x02\x25\x84\x90\xa1\x8e\x1a\xf5\x22\xe9\x01\xf4\x07\xbd\ \xf2\xe5\x18\xc3\xe9\x7e\x6e\x80\x21\x2d\x15\xd3\x58\x72\x8e\x9b\ \x4c\xf2\x3c\xaf\xd7\xeb\x3c\x7c\xc2\xc2\x22\x4c\x2c\xeb\x12\x09\ \x21\x88\xc0\x59\xb7\x24\x8f\xbc\xe8\x99\x84\x83\xc4\x26\x07\xb7\ \xc8\x39\x72\x28\x00\xa1\xaf\xc0\x54\x8e\x00\x2c\x7f\xb0\x1d\x40\ \x99\xe8\xca\x1e\x96\xc6\x0e\x32\xa7\x14\x61\xd0\x6b\xc1\x94\xcd\ \x67\x87\x97\xc4\x16\xcb\xff\x35\xc6\x30\x99\xf3\x85\x66\xbe\x82\ \xa7\x28\x8a\xa2\x30\x52\x87\x5a\x6b\x44\xcd\x3b\x81\x0b\x18\x87\ \x87\x87\xb9\x69\x84\xd5\x1f\xca\xca\xd2\xcc\x37\x39\x2d\x0b\x00\ \x9d\xce\x1c\xa7\xc5\x67\x67\x67\x19\xa1\xb6\x6f\xdf\x9e\x65\xd9\ \xd8\xd8\x58\x10\x04\x81\xd6\x49\x9a\xf8\xa4\x6a\xba\x58\xd2\x99\ \x8f\xe8\xcf\xdf\x0b\x53\x97\xbd\xc5\x2c\x29\xf4\x80\xb5\x79\xd9\ \xc1\xe5\x81\x48\x1f\xec\x2f\x6b\xee\x66\xcb\xbf\xee\xc1\xd6\x01\ \xfc\x12\x0a\xef\xa3\x0d\xb0\x3b\x6d\xb1\xdd\x72\xcc\xb2\x66\x65\ \xb9\x14\xbc\xff\x5f\xb1\x20\x42\x93\x67\x79\x17\x3b\x72\xb1\xc6\ \x9a\x5f\x10\x6b\x89\x07\x3a\x5b\xdb\x1f\xff\xe2\x73\xd0\x38\x28\ \x41\x05\x00\x16\xa2\x28\x27\xb2\x16\xf7\x44\xa3\x2f\xaf\x59\x82\ \x6e\xfd\x37\x08\x80\xc5\xea\xdc\x4b\x82\x95\x4b\xca\x1e\x4b\xb2\ \xe1\xfd\xee\xc5\x0a\x16\x2b\xdb\x87\x5e\xb4\x97\xef\x5f\xac\xb5\ \xb7\x20\x83\xe8\xdb\x5a\x7d\xce\xc1\xf3\x9a\xc1\x3f\x16\x52\x1c\ \xe5\x0d\x20\xa5\x94\x42\x3b\xe7\xc8\x39\x00\x42\xb1\x48\xde\xaa\ \xd1\x68\x70\xeb\x9e\xd6\x7d\x5d\xe8\x72\x45\x0e\x13\xc6\x4e\xa7\ \xc3\x5f\x1a\xc7\x31\x37\x65\x67\x59\xc6\x8c\x92\x25\x61\xc2\x91\ \x91\x85\x36\x3e\xc4\x46\xa3\xc1\xd9\xe1\x52\x97\xdb\x02\x9f\xf2\ \x88\xcf\x79\x76\x3f\xf7\xce\xb7\xdc\x2c\xcf\x56\x2f\x17\x80\x29\ \x6b\xf4\x0a\x21\xf6\xd9\xcf\x42\x4b\x02\x76\xcb\x35\x72\xfc\x8f\ \xb2\x44\xc6\xa6\xcc\xaa\xca\x05\x89\x51\x14\x71\x6d\x76\xb9\x96\ \xa0\x3c\x04\xc6\xb7\xc0\x33\x0e\xb2\xa3\xcd\x31\x5f\x2e\x68\xe5\ \x7c\x34\x3f\x29\xcb\x19\x92\xe5\x23\xed\x97\x65\xd5\x97\x86\x2f\ \xca\xc8\xbe\x5b\x95\x9d\xf2\x0f\xb1\xa4\xf5\x1b\x11\x01\x2b\x58\ \xac\x6c\xdf\xa1\x22\x00\xb3\xb3\x72\xb6\xa1\x3c\xc7\xdd\x37\x18\ \xf8\xed\xc7\xce\xb2\x8f\xc4\x23\x0a\x44\xc1\x6f\xe0\x1c\x08\xd7\ \x87\x73\x8e\x45\x0a\x05\x42\x15\xb9\xb1\xce\x2a\xc5\xd3\xe2\x85\ \x31\xce\x39\xcb\x59\x9a\x24\x49\xa6\xa7\x67\x7a\xbd\x1e\x37\x08\ \x72\x33\x32\x3b\xcb\xec\xd8\x16\x45\xff\x98\x3c\x7e\x80\x39\x2c\ \x00\xf4\x7a\xbd\x76\xbb\x9d\xa5\xa9\xb3\x76\x68\x68\xa8\x56\xab\ \x71\x12\xa6\xac\x7d\xc0\xb4\x62\x89\xfb\xc6\x17\xe8\x1b\x0a\x4d\ \x9e\x71\x34\x80\x73\xc1\x65\x64\xdc\x6d\x4f\x5e\x99\x7b\x2e\x17\ \xbc\x7a\x48\x00\xb1\x0c\xf4\xb0\xb8\x9c\xa5\xfc\x8d\xbb\x55\x42\ \x5c\xf2\x7a\x99\x60\x96\xe7\x58\x11\x51\x92\xa4\x5e\x43\xac\x3c\ \x29\x61\x30\xdb\x96\x3a\x9d\x9e\x07\x5f\x63\x0c\x27\xe5\x78\x9e\ \x2d\x00\x08\xad\xca\x3d\x94\xcb\xbb\xa7\x97\x97\xba\x97\x4f\x6c\ \x20\x62\x54\x96\x73\xa7\xdd\x62\x65\x79\x84\x03\x2c\x56\x02\xaf\ \x60\xb1\xb2\x7d\x18\x5b\xf4\xca\xb2\x2c\xb2\x82\xb8\xa0\xcb\xbf\ \x44\x35\xda\x37\xc6\x71\x02\xda\x5a\xcb\xd3\x84\x11\x85\xd6\xfd\ \x82\x1e\xa6\x15\x83\xcd\x6a\x84\xd4\xbc\x07\x06\x45\xd0\x56\x6b\ \x25\x04\x5a\x6b\x8b\xa2\x88\x62\x5d\xab\xd7\x7d\x1b\x19\x11\x59\ \xeb\x18\x7c\xc2\x30\xac\xd7\xeb\x41\x10\x0e\xa2\x85\xce\x5a\xd7\ \xeb\x75\xb9\x82\x87\x8b\x7a\xd2\x24\x99\x9b\x99\x99\x99\x99\x59\ \xb7\x6e\x5d\x1c\xc7\x03\xad\x46\xf4\xae\x27\xcb\x73\xf9\x44\x36\ \xa7\x14\xb8\xc0\xbb\x7f\x51\xae\x5f\x1b\xc4\x4c\xca\x87\x4d\xcb\ \x8e\x1b\x0f\x29\x64\x84\x81\x81\x46\x16\x57\x17\xed\xb9\x54\x04\ \x33\x2f\x21\xfa\xd9\x83\x3e\xf7\xec\x4b\xd6\x2c\xe1\x7d\x65\x25\ \x8e\x92\x73\x2d\x70\x21\x2f\x81\xfd\x99\x33\xc0\x93\xad\x04\x97\ \x55\x09\x21\x38\x7f\xde\xc7\x3d\x9e\xe6\x4c\x8e\x88\x4c\x96\xfa\ \x74\xd9\x80\x36\x02\x00\xf9\xee\x4c\x21\x14\x00\xf9\x71\xd2\x1c\ \x5e\xb0\xce\x19\x63\x7a\xbd\x1e\x48\xc1\x49\x36\x29\x25\x0d\xce\ \x9b\x38\xbe\xc9\xea\xc1\x96\x06\x03\xb7\x79\x30\xb7\x2b\x67\x59\ \xb8\x73\xd1\x5f\x05\x11\x19\x63\xcb\xa5\x38\xd6\x9a\x32\x01\xe6\ \xbf\x7a\xf4\x37\xc6\x56\xb0\x58\xd9\xbe\xb2\x3c\xcf\xdf\xfa\x96\ \x37\xf3\x8e\xc0\xc5\x8e\x58\x7f\x93\x2d\xf3\x57\x4a\x4c\x0a\x17\ \x55\xed\x71\x76\xa6\x74\xa8\x5f\x16\x3c\xe3\x9d\xce\xbb\x68\xf0\ \x3f\x0b\x6f\x76\x3c\x97\xbd\xbf\x01\x3c\x50\x0c\xc6\xae\xc3\xa2\ \xf1\x4f\x2c\x03\xed\x9c\xe3\x2c\xea\xe0\xc4\x3d\xa6\x0c\xae\xc2\ \x9f\x67\x1f\x83\xca\xd7\x37\x98\x8b\x82\xec\xfa\x89\xdd\x94\x22\ \xd2\xa2\xab\x29\x33\xa3\x3d\xae\xe8\x1e\x19\x19\xf9\xd6\xd7\xbe\ \xb4\xb4\xa1\xe5\xd7\x3a\x87\xf8\x2b\xfe\x82\xbf\xf6\x53\xfd\x95\ \xf4\xe5\x90\x03\xa4\x29\x1f\xd7\xff\x3a\xe5\x65\x18\x2c\x7e\xff\ \x8e\x70\x3c\x74\x00\xcb\xa2\x3e\xb8\x74\xdd\xe8\x97\x3a\x28\x4b\ \xfe\xcc\x69\xe8\x25\x1f\xa1\x5f\xf9\xf9\x66\xb3\x59\xc1\x62\x65\ \xfb\x2e\xb4\x48\xac\x19\x53\xd9\x1e\x2f\xe0\x9e\x7d\x50\x08\x31\ \xbe\x6a\x55\xb5\x80\xfb\xc8\x44\xb5\x04\x95\x55\x56\x59\x65\x15\ \x2c\x56\x56\x59\x65\x95\x55\xb0\x58\x59\x65\x95\x55\x56\xc1\x62\ \x65\x95\x55\x56\x59\x05\x8b\x95\x55\x56\x59\x65\x15\x2c\x56\x56\ \x59\x65\x95\x55\xb0\x58\x59\x65\x95\x55\x56\xc1\x62\x65\x95\x55\ \x56\x59\x05\x8b\x95\x55\x56\x59\x65\x15\x2c\x56\x56\x59\x65\x95\ \x55\xb0\x58\x59\x65\x95\x55\xf6\xf0\xb2\x03\xb6\x27\xda\x12\x25\ \xb9\x05\x3c\x18\x7f\x54\x22\x68\x84\x0a\xab\xbb\xbb\xb2\xca\x2a\ \x58\x2c\x9b\x44\x6c\x84\x95\x10\x46\x65\x95\x55\x56\x39\xd1\x95\ \x55\x56\x59\x65\x15\x5b\xac\xac\xb2\xdf\xae\x59\x82\x3d\x53\x08\ \x53\x15\x2d\xd9\xe3\x35\x77\xc5\x9e\x93\x41\x94\x7e\x5a\x6c\x05\ \x8b\x95\xed\x2b\x23\x00\x52\xe1\x6e\xe6\x4c\x92\x13\x26\x47\x21\ \x68\xb9\x08\xfd\x81\x62\x08\xf0\xc5\xeb\xf5\xb5\x5b\x1f\x34\xc2\ \xa5\x06\xbf\xf0\xe2\xa4\x9b\xef\x55\x10\xd8\x49\x0d\x62\x37\xb3\ \x43\xd1\x64\x62\x2f\xf4\x1c\x1f\xe6\x16\xa8\xda\x87\x7f\xf0\xd4\ \x50\x37\xf7\xec\x6e\x3d\xf3\x98\xd7\x1e\xb5\xfa\x09\x15\x2c\x56\ \xb6\x4f\x31\x11\x8b\xc9\xfb\xe5\x67\xdf\xee\xd2\xee\x52\x4c\x5c\ \x77\x74\xfe\xb2\x73\x5b\x53\x3b\x56\x6d\x3c\xe6\x00\x46\x46\x2d\ \x69\xb7\x71\x6c\x5a\xa6\x87\xbd\xf8\x95\xbd\x45\x2d\x6b\x0a\xfa\ \xdf\x7f\x83\x5b\x2e\x5d\x7a\x1c\xa9\xe0\x05\x7f\x9b\x8d\x6f\x88\ \xeb\x4d\xa9\xf5\x81\xb9\xe6\x2a\xd6\x32\x1a\x2c\x2a\xc0\xaf\xc9\ \xae\x96\x17\x9e\x84\x90\x95\x13\x5d\xd9\x3e\x86\x45\xa1\xb2\x4f\ \xbf\xe3\xa4\xc7\x3f\x59\x01\x95\x86\x82\x20\x10\xe5\x6b\x8f\x39\ \xef\x9d\x7f\xbe\xe1\x19\x2f\x1c\x3f\xf2\xb8\x03\x18\x16\x17\x3f\ \x0b\xe8\xb0\x63\xc6\xd4\xc4\xac\x3c\x62\xe5\x0b\x36\xaa\x22\xc9\ \xbf\x7a\xd9\xec\xbd\x09\x05\xa3\xb5\x3f\x79\xdc\xd0\x6a\xe5\xae\ \xbc\x61\xe6\xa2\xcd\xe6\xa1\xa0\xa9\x58\xec\xda\x31\x9e\xcf\x8d\ \x3f\xe9\xac\x92\x60\x3f\x01\x11\x36\x46\x2f\xfe\xd1\x57\xae\xdc\ \x99\xfd\xc1\x5b\xde\x7b\xa0\xc2\xe2\x80\x2c\x8f\x3f\xfd\xf4\xbf\ \x58\x1d\x87\x9d\xf9\xeb\x7e\x72\xfd\xff\xcc\x99\xf0\x94\x13\x5f\ \x72\xc7\xcd\x5f\x48\xc8\x35\x37\xfc\xe5\xe1\xbd\xff\xbe\x65\x6a\ \x6e\xcd\x86\x97\x3f\xf9\xe8\x53\x29\xbd\xf3\x07\x3f\xfb\xc4\xb4\ \x7d\x40\xd3\x73\xaa\xd8\x46\x65\x7b\xcf\x16\x5d\x2f\xcb\x03\x67\ \x8a\xe9\x09\xb3\x73\x6b\x3e\xb5\x35\x9f\xda\x66\xa6\xb6\xd2\xd8\ \xea\xcf\x7e\xe7\xfb\xf5\xe3\x4e\x7b\xe4\xb3\xfe\xd0\x19\x73\xb0\ \xac\x86\x83\xb1\xd5\xf5\x95\x01\xae\x5d\x17\x7d\xfd\xa2\x89\x0f\ \x5f\x9b\xbd\xfb\x0f\x86\x85\x0e\xfe\xe3\x05\x23\xd7\x5c\xb2\xe3\ \xdc\xef\x4c\xdf\xde\x7e\x68\x1e\x0f\x08\x60\xac\x09\x6a\x0d\x33\ \x79\x9f\xdd\xb5\x3d\x9f\xda\x9a\x4f\x6d\x2d\x76\x6e\x75\x9d\xd9\ \xfb\x45\xf3\xe2\x5b\x36\xfd\xee\xcb\x5e\x13\xd6\x1a\x07\xf8\x72\ \xab\x35\xa7\xae\xde\xfa\xf9\xef\xbc\xfe\xc7\xdb\x87\x5f\xfe\xcc\ \x73\x03\xc0\x43\x8e\x7e\xfd\x1b\xce\x7c\x32\x98\x2c\x1a\x7b\xe2\ \xba\x06\x84\xe3\x6f\x78\xfe\x71\xa3\x5f\xbd\xf0\x8d\xdf\xbc\xe1\ \x82\xc4\x3d\xd0\x82\xbd\x0a\x16\x2b\xdb\x6b\x20\x20\xca\x09\x71\ \x68\xec\x9e\xa1\x23\xd5\xd8\xb8\xcb\x52\x4a\x13\x7d\xec\x63\x3e\ \xf3\xc3\x2b\x5a\x33\x33\xa7\x9c\x7c\x92\xb3\xe6\xe0\x5c\x19\x63\ \xa9\x30\x24\x14\x6e\x58\x53\xbb\xf1\xd2\x5d\x3f\x6b\x83\x76\xe6\ \x8e\x1d\xf6\xa1\x3a\xbe\x75\xce\xa6\xbd\xec\xc8\xd3\xb2\x8d\x8f\ \xa4\xb4\xeb\xb2\x54\x84\xb5\xdb\xa2\x43\x3e\xf3\xb9\xff\x7e\xd4\ \x78\x7d\xc5\x51\xc7\x1f\xa8\xb1\xc5\x45\xce\x31\xc8\x50\x87\xad\ \x2d\xe7\xfd\x7c\x76\xc5\x21\xa1\xce\x76\x5d\xf8\x8d\xd6\x73\xcf\ \x3a\xf1\x91\x04\xe0\x6c\x74\xea\xe3\x5f\x78\xf5\x55\x1f\x35\x32\ \xea\xcc\xde\xd9\x72\x0f\x34\x8c\x5b\xc1\x62\x65\x0f\x01\x2e\x66\ \x8e\x26\x7b\xf6\xf3\x5f\xff\xc6\xcf\xda\x1a\xa2\x9a\x38\xfa\xd4\ \xff\x3a\xff\xc7\x5b\xb7\x6c\x7d\xe3\x5f\xfc\x79\xde\x6d\x03\x1e\ \x8c\xa5\xe5\x18\xea\x7f\xfd\xcb\xa3\x3e\x7d\xf6\xf0\x87\xbe\x3b\ \x47\x91\xe8\x16\x24\x81\x8a\xc6\xf0\xbf\xbe\x74\xec\xa1\x0a\x5d\ \x91\x73\x22\xaa\x5d\x74\xe3\x9d\x1f\xfd\xea\x77\xe9\xe4\x27\x41\ \x18\x6d\x5d\x73\xc2\x97\xbf\xf1\x9d\x53\x4f\x39\x79\xf5\x50\xcd\ \x1e\x54\x4f\x23\xa1\x9c\x35\x0a\x41\x20\xdc\x7f\xc3\x5f\x9b\x35\ \x7f\xb4\x5a\x4b\x07\x32\x92\xae\x30\x16\x00\x4f\x7d\xc2\x07\xcf\ \x1a\x13\xe6\x81\x3d\x26\x2a\x58\xac\xec\x21\x61\x8b\x62\xa4\x16\ \x8c\x8e\x8c\x9c\x7f\xc1\x0f\xae\xb6\x63\x5f\xf9\xd9\x4d\xf7\x6c\ \xba\xf7\x8f\x9e\x77\x96\xbb\xfe\x87\x59\x71\xd0\xb8\xcf\x04\x8d\ \x61\xd5\xcb\x60\xe3\x3a\x99\xe5\x8e\xb2\xe2\xcd\xff\xb5\xe9\xa5\ \x9f\xda\x7e\xdd\x3c\xed\x9c\x4e\xcf\xfc\x9d\xd1\x43\xd0\xb5\x32\ \x92\xf2\x21\xeb\xbd\x32\xd6\xe6\x9d\xf9\xa3\x8f\x3e\x6a\x76\x76\ \xf6\xbf\xbe\x76\xfe\x0d\x6a\xdd\x27\x3f\xfb\xf9\xe3\x8f\x3f\xfe\ \xac\x93\x36\x76\xa7\x76\x90\xa3\x03\x7f\xd1\x11\x90\xf2\x6e\xda\ \x0a\xc7\x9e\xf3\xc8\x55\xb4\x35\x33\x02\x01\x05\xfd\xf8\xa6\x9f\ \x9d\x7d\xc2\x21\x40\xad\x1b\x6e\xba\xf1\xb4\x93\xcf\x2a\xb2\xf9\ \xc2\x91\x78\xc0\xeb\x5e\xc1\x62\x65\x0f\x05\x5b\x04\x84\xbb\xae\ \x7d\xc3\xcb\x5f\xbc\x62\x6c\xec\xc2\x1f\xff\xe4\x96\xdb\x6e\x7f\ \xfe\x59\xcf\x5e\xd7\xba\xcf\xf6\x3a\x86\x0e\x96\x0e\x4c\x6b\xe1\ \xb4\xc7\xae\x3e\xff\xed\x47\x9e\xb8\x7d\xea\xa6\x39\xca\x52\x8b\ \x02\x43\x85\x02\xa1\x37\xdd\x7b\xeb\x15\xf9\x3b\x5f\x7b\xd4\x45\ \xaf\x19\xdb\x7a\x6f\xfa\xd0\x78\xd1\x88\xd6\x51\xde\x9e\xdd\xb8\ \xeb\x8e\xa7\x3c\xe1\x09\x53\xbb\x76\x7d\xe7\x82\x1f\x8c\x8d\x8e\ \x3e\xfb\xf4\x93\x92\xeb\x2f\xce\x01\x0f\x8a\x1c\x97\x6d\xed\x94\ \xe7\xbc\xf7\xaf\xae\x7f\xed\x19\xa7\x9e\xff\xc3\xb7\xf6\x9c\x4b\ \xb3\x16\x01\x66\xbb\xbe\xfb\xb9\x5b\xef\x76\x10\xcc\xdd\xf1\x7f\ \xae\xce\x9e\xf4\xee\x57\x5f\x7d\xce\x86\x35\x9b\x53\x7a\x80\x78\ \x57\x65\xa2\x2b\x7b\x08\xd8\x62\xe6\x00\xf2\x2c\xbd\xe2\x9b\xaf\ \x78\xc6\x13\x7f\x74\xcb\x3d\xeb\xd7\xad\x3f\x49\xb5\xb3\xfb\xef\ \x55\x8d\xe1\xdc\xda\x83\x64\x1d\x94\x82\x8b\x2f\xd8\xfa\xc3\xef\ \x03\x0a\xd4\x5a\x5c\xf9\xe3\xed\x20\x90\x19\x0a\x0a\xd8\xb5\x69\ \xf6\x35\xff\x31\x0b\x00\x42\xe0\x43\x55\xc5\xed\x9c\x73\xd6\x15\ \x93\x9b\x1f\xbf\x7e\xe3\x8a\xb3\xcf\xbe\xe5\xb6\xdb\x9e\x7a\xfa\ \x69\xf0\x8b\x8b\x51\xa8\xcc\x58\x47\x07\x3e\x2c\x0a\x73\xef\x27\ \xbe\xf2\x4c\x22\x40\x14\x52\x6a\x14\xf4\xa3\x9f\x7d\x40\x0a\x2d\ \xa4\xde\x7c\xe5\x4b\xee\xc3\x40\x22\xde\x78\xcd\x5f\x5f\x77\x95\ \x03\x44\x29\x83\x07\x48\x18\x2b\x58\xac\x6c\xaf\x6f\x4d\x80\xa1\ \xa3\x4e\xba\x65\x6a\xd3\xda\xa1\x1a\xdc\x75\xed\xd3\xd7\xaf\x77\ \xf9\x8e\xd6\xe4\x84\xd0\xd1\xd5\x9b\x77\x35\x8f\x3d\xe4\x80\xf7\ \xe5\x1c\x61\xdf\x61\x15\xa8\xfa\xaf\x00\x08\xec\xff\x63\xc0\xee\ \x94\xf4\xef\x87\xc5\x7f\xda\xc3\xc7\x51\x50\xab\xdf\xd2\xb2\x8f\ \x5e\x15\xa7\xdb\xb7\x1c\xd2\x6c\x6f\xd8\x38\x56\xdc\x71\x65\x62\ \x5c\x37\x37\xb8\xfe\x18\x89\x07\xb2\x2f\x48\xe4\x88\x1c\x00\x48\ \x31\xa8\x40\x22\x5e\x75\xc9\xaf\x03\x6a\x01\x44\x44\x88\x52\x49\ \xe9\xdf\x40\x40\xbf\x36\x13\x55\xc1\x62\x65\x7b\xcd\x92\xa4\x38\ \xfc\x05\x7f\xb5\xe3\xd6\xeb\xb6\x1a\x33\x28\x5a\x04\x58\x83\x40\ \x50\x7b\xf4\xd0\xea\x47\x9c\x02\x07\x74\x3e\x94\x00\x7e\xef\x28\ \xf3\xd8\x43\x1f\x74\xa8\xc0\x11\x64\x06\xf7\x02\x17\x68\x74\xed\ \xa1\xc5\x39\x6f\xb8\x7a\x6a\x02\x11\xfb\x8b\x3c\x02\x80\x28\x85\ \x3c\xe4\xa8\x13\xe2\xf0\x80\xad\x58\x2c\x6c\xf6\xec\x47\x9e\x2b\ \x50\xee\xd9\xc7\x87\xe3\x75\x15\x2c\x56\xb6\xcf\xad\xde\x68\x1e\ \x75\xc6\x93\x71\x77\x5b\xf7\xc0\xaf\x11\x01\x58\xdd\xa0\xd5\x8d\ \x3d\xb9\x4c\xbb\x77\x6b\x23\xa4\x5c\x7b\xec\x89\xeb\x8e\x3b\x69\ \x39\x52\xc3\x01\xbd\xf2\x44\x76\xdd\xc8\x89\xfb\xf0\x49\x5f\x6d\ \xe9\xca\x1e\x9a\x3b\xd5\x1d\x0c\x89\xcf\x87\x21\x40\x1c\x14\x0f\ \x9e\xdf\xb0\x55\x99\xe8\xca\x2a\xab\xac\xb2\xfd\x0b\x16\x4d\x4a\ \xbd\x36\xa5\x09\x00\x51\x9e\xf5\x1f\x90\x69\x17\xc0\x51\xd2\xe5\ \x28\x16\x65\x09\x54\xcf\xcb\xca\x2a\xab\xec\xe0\x80\x45\xd4\xbf\ \xff\xbe\xa1\x73\xbf\x3a\xf4\xc6\xb7\x0a\xd9\x6c\xfc\xe9\x9b\xc1\ \x11\x15\xa3\xf5\x7f\xfc\xb6\x50\x1b\x87\x3e\x7c\xa1\x5e\x11\x02\ \xe9\xda\xff\xf7\x51\x1d\x67\x15\x32\x56\x56\x59\x65\x0f\x89\x3d\ \x9c\x63\x8b\x04\x54\xd3\x47\x88\xf6\xdf\xbf\x08\xc2\x3a\x88\x06\ \xe5\x69\x9f\x2d\x26\x5d\x00\x22\x33\x13\x3e\xfb\x65\xc5\x27\x3f\ \x49\x59\x52\xfd\x90\x95\x55\x56\xd9\xc1\xc0\x16\x11\xb0\x9b\xff\ \x62\xae\xf9\xc6\x7f\x0c\x4e\x39\x71\x37\x6d\xb5\xe9\x44\x72\x83\ \x68\xbc\xf0\x09\xe0\x6c\xf5\x43\x56\x56\x59\x65\x07\x8b\x13\x6d\ \x2e\xfb\x50\xfb\x33\x1f\x81\xa3\x5f\x14\xae\x45\x42\x01\x8e\x80\ \x24\x6a\x02\x02\x00\x74\xd7\xfe\x7b\x9a\xbc\x28\x38\x6a\x75\xe5\ \x41\x57\x56\x59\x65\x07\x83\x13\x0d\x00\x91\x3e\xe3\xa9\xd0\x9b\ \x93\x75\xb4\xbd\x04\x7a\xab\xe3\xa7\x3c\xdd\x06\x8f\x15\x9b\xbe\ \x64\x53\x09\x5a\x81\x16\xe6\xc7\xef\x73\x67\x9e\x57\xfd\x90\xbf\ \x01\x4b\x92\xe4\x8e\xdb\x6f\x4f\xd3\x04\xa1\x1a\xb6\xba\xaf\x6c\ \x62\x62\x62\x29\x73\x11\xe2\x9e\x7b\xee\xee\x76\xba\xee\xe0\xd0\ \xf1\xfd\xed\x00\x4d\x1c\x49\x29\xf7\x17\x58\xcc\xcd\x1d\x57\xa3\ \x92\xf6\xeb\xef\x77\x1d\x03\xdf\xfb\x80\x18\x1a\x05\xb8\xbe\x98\ \xdf\x85\x5a\x77\x3f\xf4\x7e\x12\x01\x14\x93\xdd\xf7\xbf\x0a\xf2\ \xa0\xda\xaa\xfb\xda\x76\x4c\x4c\x7c\xec\x3f\x3f\xba\x7d\xdb\x36\ \x21\xaa\xba\xae\x7d\xe6\x1f\x21\x22\x22\x95\xdc\x9f\x20\x08\xbe\ \xf0\xf9\xcf\x6f\xda\x74\x77\x96\x66\xd5\xfa\xec\x3b\x0b\xc3\xd0\ \x39\x02\x44\x20\x7a\x98\xc3\xa2\xa3\xd6\xce\x85\x1b\xc4\xa6\x6e\ \x96\x9f\xa5\x08\x60\x68\x7e\x0e\x00\x01\x88\xda\xb3\x50\x81\xe2\ \x6f\xc4\x56\xad\x1a\x0f\x74\x80\x58\xad\xf6\xbe\xb5\x46\xa3\x51\ \xe6\x86\x42\x88\x43\x0f\x3d\xbc\xc8\xf3\x6a\x65\xf6\x9d\x11\x40\ \xbd\x5e\x67\xd9\xa1\x83\xb2\xcb\xa5\x48\x40\xc6\x0b\x61\x55\x93\ \x91\xb5\x20\x02\xd4\x6a\xe1\x15\xd0\x8b\x74\x4e\x4c\x46\xa4\x50\ \x4b\x00\x80\x22\x25\x11\xa2\x44\x00\x00\x97\x93\x15\x0b\x1f\x3c\ \xd0\xcd\x39\xd7\x1c\x1a\xaa\xb6\xd0\x6f\x60\x9d\x97\x73\x99\x30\ \x0c\xab\x95\xf9\xcd\xd8\x41\xe6\x0d\x11\xe2\xda\xd3\xeb\xef\xb9\ \x34\x3a\x56\x33\xd8\x81\xc3\xe0\x79\xff\xd4\x7c\xd3\xa7\x86\x5e\ \xff\xb7\x7d\xa4\x23\x19\xbe\xfa\x9b\xc3\x2f\x3e\x1e\x0a\x7f\x6b\ \x0a\xfd\x92\xcf\x8f\xfc\xdf\x3f\x43\x5b\x00\xc9\xf0\xb5\x5f\x1b\ \x3a\xfb\x64\xb0\x0e\x08\xe4\x33\xfe\x73\xe4\x6f\x5e\x5e\xa5\xc2\ \x2b\xab\xac\x82\xc5\xdf\xf4\xb3\x13\x8a\x94\xf2\x94\xca\x63\x92\ \x5c\x41\x79\x4a\xc5\x83\x1c\xa1\xed\xb4\x3e\xf6\xe8\x62\x67\x17\ \x08\xc0\xb9\xf0\x65\xff\xa6\x9a\x2a\xbf\xf0\xbd\x9d\xf3\x5e\x97\ \x4d\x36\x83\x11\x49\x26\x15\xc7\xff\x8d\x10\x9b\xa9\x28\x8d\xc3\ \x51\xc3\x41\x7c\x73\xda\x3d\x4b\xad\xab\x03\x4a\x74\x93\x74\xc4\ \x5f\xc9\x61\x01\xd1\x9a\xe8\x68\xed\xdc\xea\xca\xa7\xac\xac\xb2\ \x03\xc9\x1e\xf6\xde\x9f\xb5\xe2\xd4\xd7\xd4\x9f\xf3\x34\x00\x09\ \xe9\x9d\xc9\xc7\xde\x61\xda\x0e\x44\x18\xbc\xf0\x5f\xa3\xe3\xd7\ \x80\x9b\x4d\xbf\xf0\xb7\xf9\xa6\x79\x78\x80\xf2\x92\x32\xcf\xbe\ \xff\x71\x7d\xf8\x73\x05\x00\x20\x9a\xeb\xbf\xeb\x32\x0b\x45\x0a\ \x7a\x83\x1a\x75\xe9\x9c\xc1\xa1\xc7\xd6\x9e\xd6\xed\x5d\xb8\x55\ \x1d\xe7\x09\x66\x8e\x6b\xce\xa2\x2d\x3f\xcd\xb7\xab\xe8\xb8\x47\ \x16\x93\xb7\x08\x3d\x95\x7d\xe7\xe7\xfa\xc8\x8d\xd4\xf9\x1d\x7b\ \xe9\xd7\xe9\xa9\x4f\x06\x09\x70\x10\x24\x09\x9d\x73\xc6\x98\x6a\ \xcf\xec\x53\x93\x52\x96\x53\xa2\x6c\x79\x15\x55\xdc\xf7\x16\x04\ \xc1\xfe\x03\x8b\x02\xdc\xe4\x2d\xbd\x8f\x7c\xce\x26\x10\x9c\xf3\ \xa1\xda\x73\x1f\xd9\xfa\xf4\x15\xb8\xf1\x95\xd1\xea\x3b\xda\x7f\ \xff\x37\x70\xec\xab\x87\x5e\xf9\x6e\xf3\xde\xd7\x39\xfb\x40\xa5\ \xe5\x50\x0f\x72\xd6\x88\xf6\xce\xcb\x00\x80\xc4\xfa\xfa\x5b\xfe\ \xc5\x7c\xf6\x8f\x9d\x05\xfd\xbb\x67\xe6\x9f\xf9\xb0\x5b\xfd\xa7\ \xe0\xf2\xbe\x4c\x68\x21\xd5\x33\xcf\x36\x17\xbe\x98\x76\x4c\xa8\ \xa7\x3d\x0f\x2e\xbe\x05\x81\xec\xfd\x17\x04\x2f\x7c\xae\x96\xa7\ \xe7\x5f\x3d\x37\x7c\xca\x59\x28\xf0\x20\x10\x42\x86\x23\x8e\x38\ \xe2\x05\x2f\x7c\x51\x55\x26\xb2\x4f\xed\xe7\xd7\x5e\x7b\xc9\x25\ \x3f\x29\x8b\xe2\xa4\x69\xfa\xae\x73\xff\xce\xda\x2a\x50\xb3\x0f\ \x2d\x8e\xe3\x77\xbe\xe3\xed\x3e\x7a\xfb\xb0\x87\x45\x94\xb0\xe3\ \x72\x8b\x12\x80\x20\xcd\x41\x02\x19\xa7\x1e\x7b\x96\xb9\xe9\x9f\ \xc9\x59\xba\xf9\x7c\xfb\xca\x67\xcb\x55\x0d\xb7\xe3\xc1\xd7\x2e\ \x10\x89\x75\x8f\xa0\xc9\xdb\xf4\xd3\xff\xd4\x7d\xf1\x15\xd9\xdd\ \x73\x10\x46\x30\xdb\x55\xcf\x7e\x97\x1a\xde\x88\x8d\x63\xd4\xda\ \xbf\x33\xd3\x05\x0d\x3f\x3e\x3e\x2a\xb1\xd9\xdb\xb4\x10\xb0\xe6\ \xe8\x60\xf5\x67\x80\x72\x4a\xa6\xf2\xf4\xd4\xa8\xfe\xbf\xd9\x7c\ \x1b\x28\x3e\x48\x22\xb4\x28\x44\x10\x86\x54\xc1\xe2\xbe\xb4\x5e\ \xaf\x7b\xff\xfd\xf7\xad\x5f\x7f\x48\x99\x33\x86\x61\x58\xc1\xe2\ \xbe\x86\xc5\x7b\xef\xdd\xb4\x6e\xdd\xba\xe1\xe1\x11\x7a\xd8\x17\ \xe8\x0c\x90\x11\x2c\x04\xc7\x87\xa7\x8f\xf7\xde\x7b\x1d\x88\x40\ \xac\x1d\xa2\xad\x2d\x40\x00\x37\x67\x13\x89\x71\x0c\xf0\x60\x60\ \x51\x28\x40\x00\x47\xc1\xd3\x5f\x67\xbe\xfc\x66\x75\xea\x13\x83\ \x27\x9e\x19\x22\xda\xaf\xbd\xac\x7d\xe5\xa7\x8a\x6b\x10\x4f\x78\ \x75\xe3\x98\x4b\xcc\x8e\x0c\xb4\x54\x8f\xfb\x7d\xba\xf4\x9d\xdd\ \xef\xdc\x03\x12\xc5\x13\xde\xdb\xfc\x83\x33\x2d\xa4\x40\x54\x7c\ \xf3\x4d\x05\x18\x40\x4d\x58\x47\x25\xa0\xf2\x72\x2a\x7b\x28\xac\ \x28\x8a\x5e\xb7\x9b\x67\x59\x5c\xab\x55\xab\xf1\x9b\xc3\x18\xc4\ \x6e\xa7\xd3\x69\xb7\x87\x87\x47\x60\xbf\x29\xd0\x19\x3e\xa5\xfe\ \x7f\xfe\xc5\x7c\xe5\x2f\x4c\x0f\x11\x81\x2c\x40\x7f\x4e\x05\x02\ \xd2\x83\xd3\xc4\x57\xd2\xfc\xe7\xd3\x0a\xd5\x40\x29\x92\x8f\xff\ \x29\xea\xb8\x38\xf7\x71\x3d\x02\x20\x80\xa0\x81\x0a\x01\x80\x7e\ \xf1\x1f\xad\x1b\xb8\x1c\x87\xec\x05\x6f\x6e\x41\x88\x5a\x00\x80\ \xbb\xf8\xaf\xe7\x2e\x52\x00\x0e\xc3\x10\x9c\x01\x00\x08\x8a\xe4\ \x9f\xcf\xc6\xa0\x5e\xd5\x4d\x56\xf6\xd0\xee\xd3\x6a\x09\x7e\x8b\ \xb6\x5f\xb0\xc5\xb0\xf6\xa7\x1f\xa0\xef\xbc\x22\xb9\x6e\x07\x48\ \x04\x69\xdd\xa6\x09\x31\xb4\x02\x88\x20\x58\xab\x62\x53\xb4\xbb\ \x0f\xee\x80\x41\xa3\x1f\x5d\x0c\x6a\x00\x80\x51\x73\xe9\x1b\x64\ \xb8\x30\x25\x42\xc7\x0b\x77\xa8\x8a\x51\x2d\x3f\xbb\x7a\x75\x1b\ \x55\x56\xd9\x81\x64\x0f\xfb\xa8\x98\xcd\xf0\x11\x7f\xad\x8a\x0b\ \xd2\xbb\x48\xac\x5c\x2b\x86\x47\x41\x4a\x7b\xed\x67\xe4\xe9\x7f\ \xa8\x0e\x3d\x22\x38\xeb\x35\x62\xe7\x0f\xed\x74\x5a\xfd\x90\x95\ \x55\x56\xd9\x41\xc3\x16\x2d\xca\xd3\xce\xc0\x43\xc2\xe6\xdb\x9e\ \x0d\x00\x60\xee\x6a\xbf\xeb\xcf\xdd\xec\xa5\xdd\x0b\x8f\xab\xbf\ \xee\x3f\x61\xe2\xa2\xf6\x47\x3e\x4c\xd5\x44\x9a\xca\x2a\xab\xec\ \x20\x82\xc5\x20\x30\x9f\xfc\xbd\x39\xcb\xc1\x16\x02\x90\x18\xc5\ \x00\xce\x5e\xf5\x91\xf9\xcb\xff\x05\x50\x63\xd5\x11\x55\x59\x65\ \x95\x1d\x5c\xb0\x08\x00\x41\x7d\x37\xf1\x67\x19\xa0\x0c\xaa\xdf\ \xaf\xb2\xca\x2a\x7b\xc8\xad\x52\x88\xaa\xac\xb2\xca\x2a\xab\x60\ \xb1\xb2\xca\x2a\xab\xac\x82\xc5\xca\x2a\xab\xac\xb2\x0a\x16\x2b\ \xab\xac\xb2\xca\x2a\x58\xac\xac\xb2\xca\x2a\xab\x60\xb1\xb2\xca\ \x2a\xab\xac\x82\xc5\xca\x2a\xab\xac\xb2\x0a\x16\x2b\xab\xac\xb2\ \xca\x2a\x58\xac\xac\xb2\xca\x2a\xab\x60\xb1\xb2\xca\x2a\xab\xec\ \xb7\x6f\x95\xc8\x42\x65\x7b\x65\xb5\x28\x72\xe4\x88\x88\x88\x9c\ \x23\xad\xb5\x94\x52\x08\x01\x88\x45\x91\x93\x23\x44\x10\x52\x76\ \xbb\x5d\xad\x74\x14\x45\x88\x68\xad\xb5\xce\xf6\x7a\x3d\xad\x74\ \x18\x85\x08\x40\x04\xc6\x18\x21\x04\x01\x19\x63\x81\xc8\x18\xe3\ \x88\x84\x40\xe7\x08\x11\x88\x00\x11\xa5\x94\x42\x60\x9e\x17\x88\ \x00\x80\x5e\xd9\x5f\x4a\xe9\x9c\x43\x44\x22\x92\x42\xe8\x40\x5b\ \xeb\x9c\x73\xd6\xf2\xe4\x19\x04\xda\x8d\x24\x27\x22\x48\x29\x95\ \x52\x4a\x29\x67\x9d\x73\x4e\x29\x45\x40\xc6\x18\x81\x02\x80\x84\ \x90\x88\xa8\xb4\xea\xbf\x82\x00\x04\x04\x64\xad\xe5\x37\x2b\xa5\ \xfa\x27\x26\x84\x75\x16\x01\x01\x11\x11\xc9\x39\x22\x42\x81\x88\ \x82\x88\xb5\x3c\x17\x8c\x57\x0b\x10\x10\xb0\xd5\x6e\xef\xf1\xd0\ \x6d\xfe\x20\xab\x76\x2b\x25\xa5\x54\x5a\x6b\x44\xcc\xf3\x1c\x11\ \xad\x35\x42\x48\x63\x0a\x6b\x1d\x0f\x53\x45\xc4\x34\x4d\xb2\x3c\ \x27\x47\x51\x14\x49\x29\x8b\xa2\xe0\x9f\x43\x29\x95\xe5\xb9\x10\ \x48\xce\x39\x47\xcb\xbf\x48\x08\xe1\xf8\xa2\x70\x61\xd9\x91\x2f\ \x96\x88\x17\x53\x08\x19\x45\x51\xa7\xd3\x41\x81\xe4\x16\xbd\x73\ \xf9\x01\x95\x52\x42\x08\x02\x60\xb1\x77\xad\x75\x51\x14\x44\x84\ \x42\x20\x00\x22\xea\x40\x13\x81\x35\x46\x29\xe5\xa8\x7f\x0f\x64\ \x69\x2a\x95\x54\x4a\x0b\x44\x14\x42\x29\x45\x44\xce\x5a\x81\x42\ \x48\x41\x44\xc6\x18\x40\x14\x42\x08\x44\x3e\x61\x5e\x72\x14\x82\ \x1c\x59\x6b\x51\x20\x10\x15\x85\xf9\xd5\x53\x89\x2a\x58\xac\x6c\ \xcf\x2d\x0c\x82\xd7\xbf\xfb\x03\xe3\xe3\xe3\xcd\x46\x73\x74\xb8\ \xb9\x7e\xed\xda\xef\x7f\xef\xfc\xbb\xef\xba\x6b\xf3\xbd\xf7\xe7\ \x59\xef\x9c\xb3\xcf\xae\x0d\x35\x93\x9e\xd9\x74\xef\xdd\xff\xf4\ \x4f\xef\xbf\xf2\xd2\x4b\x3e\xfa\xff\xce\x9b\x9a\x98\x78\xd4\x29\ \x8f\x3e\xfa\xe8\x63\xce\x7d\xd7\xdf\x5d\x71\xc5\x55\x9f\xfa\xf4\ \xa7\xbb\x59\x12\x85\xd1\xe9\xa7\x9f\xbe\x73\x72\x22\x8e\xa2\x47\ \x9f\x76\xda\xe8\xc8\xf0\x19\xa7\x3f\x66\x64\xb8\x3e\x39\x39\xb3\ \x7a\x7c\xac\x28\x4c\x10\xa8\xf9\xf9\xf6\x9d\x77\xde\xb9\x65\xcb\ \x96\xe7\x9d\xfd\xbc\xa2\x30\xbd\x6e\x77\x64\x64\x18\x10\x10\xe0\ \xce\x3b\xef\x5c\xbb\x6e\x4d\xbb\xdd\x6e\x34\x9a\x5b\xb7\x6e\xfd\ \xea\x17\xff\x77\xc3\x86\xc3\x8f\x3a\xea\xe8\x13\x4f\x3c\x81\x81\ \x29\x8a\xb5\x52\x02\x80\x11\x4a\x58\x6b\xa5\x90\xbd\x5e\x71\xe3\ \xcd\x37\xff\xf4\xca\xcb\xaf\xbd\xe6\xda\x8d\x1b\x37\xae\x5b\xb7\ \xee\x8a\x2b\x7e\xaa\x94\x3e\xf3\xcc\x33\x67\x66\x66\x08\xe8\xbe\ \x7b\xef\x6b\x77\xe6\x2f\xbd\xf4\xd2\x33\xce\x38\x63\xe7\xce\xc9\ \x5e\x2f\xd1\x5a\x37\x9b\xcd\xa3\x8e\x3a\xea\xf0\x0d\x87\x5f\x7b\ \xcd\xb5\x57\x5d\x75\x45\x23\x0c\xa6\x67\xa6\x27\x77\x6c\xdf\xb0\ \xf1\xa8\x4e\xa7\xdd\xe9\x74\xd2\xa4\xbb\x6a\x7c\xcd\xd0\xd0\xf0\ \xdc\xdc\xec\xf4\xae\xe9\xa8\xd1\x0c\xc3\xc0\x18\x2b\xa4\x54\x5a\ \x17\x96\x56\xac\x58\xb1\x62\xd5\xb8\x35\xb6\xd5\x6e\x5f\xf6\xfd\ \xaf\xb7\x3b\xdd\x3d\x58\x79\x63\xec\xdc\x7c\xbb\x5e\xaf\x6f\xd8\ \xb0\x91\xc8\xdd\x7c\xf3\x2d\x37\xdd\xf4\x8b\x6f\x7e\xf3\x9b\x69\ \x9a\xbe\xf4\xa5\x2f\x4d\xd3\xf4\x98\xa3\x8f\xb9\xe3\xf6\xdb\x1f\ \xf3\x98\xc7\x9c\x7a\xea\xa3\x3e\xfb\xd9\xcf\x7e\xe4\x23\x1f\xee\ \x76\xbb\xe7\x9e\x7b\xee\xf3\x9f\xff\xfc\x66\xb3\xf1\xb1\x8f\x7f\ \xe2\xb6\xdb\x6f\x39\xe3\xf4\xd3\xe7\x66\x66\x9f\x74\xe6\x99\x3f\ \xfa\xc9\x0f\x5e\xfc\x92\x97\xec\x98\xdc\xb1\x66\xfd\xfa\x91\xb1\ \x51\x62\x78\x07\x24\xe7\x04\x8a\xee\xdc\xfc\xd6\x2d\x5b\xd6\xac\ \x5d\x3b\x32\x3c\x94\x1b\x13\xd5\x62\x3e\x87\x24\x49\xda\xed\x76\ \x1c\xc7\xa1\x0a\x3a\xdd\xce\xbd\xff\x3f\x7b\x6f\x1a\x24\xc7\x75\ \x9d\x89\xde\x7b\xf3\xe6\x9e\xb5\x57\x57\x75\x77\xf5\xde\x8d\xc6\ \x4e\x80\x0d\x92\xe0\xae\x85\xa4\x9e\x34\xb6\x28\xcb\xb6\x6c\x49\ \x11\xf6\xd8\x1a\x2e\x6a\xde\xe7\x00\x00\x20\x00\x49\x44\x41\x54\ \xeb\x79\x9e\x23\x9e\x2d\xfb\x4d\x38\xbc\xc9\xf6\x8b\x18\x4f\x4c\ \xbc\x09\x5b\x92\x77\x8d\xc7\xcb\x88\xb2\x1e\x2d\x59\x94\x28\x8a\ \xa2\xc4\x05\xc4\x42\x02\xc4\x8e\xc6\xda\xe8\xbd\xab\x6b\xdf\x2b\ \x2b\xf7\xcc\x7b\xef\xfb\x71\x41\x84\x63\x1c\xb6\x34\xa4\x38\x7a\ \x0e\xe3\x04\x02\xd1\x58\x6a\xc9\xac\xca\x2f\xcf\xf9\xce\x77\xbe\ \xb3\xbe\xfe\x3b\xbf\xf5\xdb\x5f\x7a\xfa\xe9\x41\xb7\x17\x4f\xa7\ \x43\x12\xfe\xe3\x75\x5d\x1c\x58\x83\x20\x38\x73\xf2\xd4\xca\xca\ \x8a\x88\xc5\xd1\xc2\xa8\x6d\xdb\x47\x8f\x1e\xfd\xc0\xfb\xdf\x9f\ \xce\x64\x1a\x8d\x46\xaf\xd7\xf3\x1c\xf7\xdb\xcf\x3d\xaf\x6b\xda\ \xc1\xbb\xef\x3e\x75\xf2\xe4\x50\x2e\xe7\x3a\xae\xa2\x2a\x9f\xfc\ \xe4\x27\x57\x36\x36\xbe\xfd\x9d\xef\xd8\xae\x55\x2e\x97\x5f\x3f\ \xfd\x86\x11\x8f\x4d\xcd\xce\xf4\xfb\xfd\xe5\xe5\xd5\x78\x4c\x7f\ \xe4\xfe\x07\x3d\xc7\xdd\xda\x2e\x36\xda\x9d\xc2\xd8\x98\xae\xeb\ \x10\x42\x49\x92\x2c\xcb\x4a\x24\x12\x7b\xf7\xee\xb5\x6d\x3b\x9d\ \x4e\xdf\x7b\xef\x3d\x0b\x87\x16\xee\xc0\xe2\x9d\x78\x47\x82\x52\ \x3a\x35\x39\xb9\x77\xef\xde\xb1\x42\xa1\xd7\x69\x03\x4a\x17\xee\ \x5e\xd8\xb3\x6b\xd7\x1f\x7e\xf6\x73\x43\xd9\xec\xfe\xfd\xfb\x03\ \x12\x51\x26\x10\x1a\xfc\xdf\xbf\xfb\xbb\xba\xae\x4c\x4f\x4d\x35\ \x2a\x95\x89\x89\xf1\x5e\xb7\xfb\xe2\x8b\x2f\x22\x84\xdf\xfb\x9e\ \x77\x1f\x3b\xf9\x5a\x2a\x99\x5a\x5f\x5b\x8e\x19\x31\x08\x99\x2c\ \xe1\x99\x99\x69\x4d\x55\x1d\x27\xa0\x94\x10\x42\x45\x11\x87\x21\ \x49\x24\x62\xe3\xe3\x13\xc7\x8f\x1f\x2f\x6e\x15\x73\xb9\x1c\xa5\ \xd4\xf3\x7c\x8c\x05\x00\xd8\xf0\xf0\xb0\xaa\xaa\x61\x18\xf6\xfb\ \x7d\x51\x14\x67\x66\xa6\x5b\xad\x56\x22\x11\xef\xf5\xfa\xc9\x64\ \x52\x55\x65\xca\x88\xeb\x7a\xb2\x8c\x79\x96\x87\x10\xe7\x8e\x18\ \x42\xe8\x9e\x85\x85\x64\x3c\x5e\x28\x14\x9a\xcd\xa6\xa1\xeb\xa6\ \x69\x9a\xfd\xde\xc4\xf8\x58\xbd\x5e\x9f\x9f\xdf\xd1\xe9\x34\xdb\ \xad\xdd\xb6\x65\x21\x88\x42\xdf\x37\x34\x2d\x0a\x82\x4b\x17\x2f\ \xbc\xe7\xdd\xef\xaa\x57\x6b\x95\xd2\x98\x22\xe1\x88\x44\xbd\x5e\ \x2f\x8a\x42\xc3\x30\x08\x21\x08\xa1\x78\x3c\xae\xaa\x0a\xa5\x71\ \x84\xc5\x88\x10\x9e\xbe\x69\xaa\x1a\x8b\x27\x10\x16\x15\x45\xc9\ \xe7\x86\xee\xbb\xef\xf0\xea\xda\x5a\x14\xbd\xc5\x0d\x2d\x82\x80\ \x46\x46\x46\x0a\x85\x82\xe7\xb9\x18\x8b\x7b\xf6\xec\x1e\x1e\xce\ \x1f\x3b\x76\xcc\xb6\x6d\x45\x51\x1e\x78\xf0\x81\x6c\x2a\x73\xee\ \xec\xd9\x2f\x7c\xe1\x0b\xc7\x8f\x1f\xff\xf8\xc7\x3f\xfe\x27\x7f\ \xf2\xc7\x13\x13\x13\x86\x61\xbc\xf8\xe2\x8b\x0b\x0b\x0b\xf7\xdf\ \x7f\x78\x62\xb2\xf0\xd2\x8b\x2f\x2d\x1c\x3c\x58\xaf\xd7\x29\x63\ \x8e\xe3\x24\x12\x09\x59\x96\x29\xa1\x0c\x81\x5b\x27\x0a\x42\x00\ \x80\xaa\xeb\xc9\x54\xaa\x5c\x2c\x6a\x3b\xe7\x01\x42\xbe\xef\x23\ \x2c\x08\x00\x61\x8c\x35\x4d\xc3\x18\x03\xc6\x82\x20\x18\x1d\x1d\ \x75\x1c\xc7\xb1\xac\x58\x32\x69\x5b\x03\x45\xd7\xf8\x37\x84\xa3\ \xa1\x20\x08\x7c\x7f\x21\x5f\xb0\xa7\x69\xda\xc1\x83\x07\x7d\xdf\ \xc7\x18\x07\x41\x50\xab\xd5\x44\x49\x0a\x82\x60\x6e\x6e\x6e\x73\ \x73\x33\xa6\x1b\x8e\x39\x38\x7f\xee\xfc\xd6\xd6\x56\x44\x48\xbb\ \xdd\x4e\x24\x12\xba\xae\x3f\xf5\xd4\x53\xbf\xf7\x7b\xbf\xf7\xff\ \x3e\xfd\xf4\x3d\xf7\x1e\x1a\x58\x96\xa2\x2a\x92\x24\xf5\x7a\xbd\ \x6c\x36\x9b\x4a\x35\x35\x4d\xb3\x6d\x7b\x38\x9f\xaf\xd4\xaa\xfc\ \x1b\x52\xaf\xd7\x93\xc9\x24\x00\x60\x61\x61\xc1\xf7\xfd\xbd\x7b\ \xf7\xde\x7b\xef\xbd\xb2\x2c\xbb\xae\x73\xa7\x88\xbe\x13\xef\x54\ \x30\xc6\x86\x87\x87\x29\x63\xa3\xa3\xa3\xbb\x77\xce\x37\xeb\xf5\ \xdc\xd0\x90\x24\xe2\x2f\x7e\xe1\x8b\x66\xaf\x7d\xe4\xc8\x91\x7f\ \xf7\xbf\x7f\x32\x9b\x1d\x99\x9f\x9f\xbb\xbc\x78\x69\x63\x63\x6d\ \x79\x65\x39\x1e\x8f\x2f\x2d\xdd\xfc\xb1\x1f\xfd\xf1\x47\x1f\x7d\ \xe4\xea\xd5\x1b\x0b\x87\x0e\x31\x01\x95\xcb\xa5\x4e\xab\x59\x2e\ \x97\x26\xc6\xc7\x65\x59\x16\x45\xd1\xb2\x2c\xc6\x18\x82\x08\x42\ \x08\x21\xb0\x6d\x3b\x99\x8c\x6b\x9a\x3a\x3c\x3c\xcc\x18\x53\x55\ \x45\x92\x24\x84\x20\x42\xd0\x71\x1c\xc3\x30\x28\xa5\xb1\x58\x8c\ \x10\x1a\x04\xc1\xd0\x50\xce\xf3\xbc\xd5\xd5\xd5\x89\x89\x49\x55\ \x55\xfb\xfd\x9e\x24\x63\x4d\x53\x4d\xd3\x84\x10\x6a\x9a\x06\xa1\ \x80\x05\x8c\x31\x1e\x19\xce\x87\x04\x5c\xbd\x7a\x15\x21\x54\xad\ \x56\x05\x01\x0d\x06\x83\x72\xb9\x74\xe3\xc6\x0d\x42\x22\x45\x51\ \x86\x87\xf3\x87\x16\x16\xb6\xb6\xb6\x1a\x61\x38\x18\x0c\x20\x04\ \xf1\x78\x5c\x12\xa5\xe2\x56\x71\x6b\x73\xd3\xb2\xac\x96\x33\xe0\ \x19\x53\x18\x86\x8a\xa2\x30\xc6\x78\x25\x1b\x86\x21\xa5\xd4\xb6\ \xed\x4c\x36\xeb\x38\x8e\xa6\x69\xa9\x74\xa6\xd1\x68\xe6\x86\x47\ \x7d\xdf\xb3\x06\x56\xb1\x58\x1c\x1d\x1d\xa5\xf4\x2d\xc3\x22\x4e\ \x26\x93\x41\x10\xc8\xb2\xa2\xaa\xb2\x2c\xcb\x82\x20\x1c\x38\x70\ \xe0\xd9\x67\x9f\xfd\xca\x57\xbe\x32\x3c\x3c\x3c\x3d\x31\xf5\xeb\ \xbf\xfe\xeb\x92\x24\x7e\xfa\xd3\xbf\xfd\xfb\xbf\xff\xfb\xb1\x58\ \x6c\x7b\x7b\xbb\xdb\xed\xfe\xd4\x4f\xfd\x94\xef\xfb\xb6\xeb\x3c\ \xfe\xf8\xe3\xcd\x46\x53\x10\x84\x72\xb9\xdc\xe9\x74\xaa\xd5\xea\ \x9e\xbd\x7b\x55\x55\x8d\x48\xc4\x00\xa4\x94\x22\x88\x00\x63\x34\ \x08\x20\x80\x86\x61\xf4\x7b\x3d\x45\xd7\x01\x00\x94\x51\x06\x01\ \x25\xb7\x68\x04\x4a\x29\x09\xc2\x30\x0c\x65\x49\xda\xb9\x73\xe7\ \x60\x30\xd8\xda\xd8\x1c\x19\x2b\x30\x04\xd1\x9b\xc1\x4b\x75\x7e\ \x66\x18\x63\x9e\xeb\x2d\x1c\x3a\xb4\xba\xb2\x32\x18\x0c\x72\x43\ \x43\x6b\xab\x6b\xba\xae\x5f\xbf\x7e\x1d\x41\x44\x48\x64\xdb\xf6\ \x78\x61\x7c\x6e\x76\x2e\x0a\x23\x00\xc0\xd6\xd6\x16\x21\xa4\x58\ \x2c\x1e\x3c\x78\x50\x96\xe5\xbf\xf9\x9b\xbf\x89\xc7\xe3\x2f\xbf\ \xf2\x72\xdf\xec\x03\x00\x10\x42\x99\x4c\xc6\xb2\xac\x7e\xdf\x1c\ \x1f\x1b\xf3\x7d\xbf\xdf\xeb\x73\x4a\x27\x99\x4c\x86\x61\x78\xe0\ \xc0\x81\x76\xbb\x5d\xaf\xd7\xf3\xf9\xfc\xcb\x2f\xbf\x3c\x18\x0c\ \x7e\xee\xe7\x7e\xae\xd3\xed\xfc\xf3\x67\xfe\x4e\xcb\xe5\x4e\xbc\ \x9d\x6c\x91\x1c\x3a\x74\x08\x0b\x82\xed\x38\xa6\x69\xba\xae\x9b\ \xcb\xe5\x76\xec\xd8\x21\x60\xc1\x30\x0c\xcf\xf3\x04\x41\x50\x14\ \xe5\x91\x47\x1e\xf1\x7d\xff\x17\x7f\xf1\x17\x77\xed\xda\x15\x04\ \xc1\xc2\xc2\xdd\x93\x93\x13\xb5\x5a\x7d\x6c\x6c\xcc\x75\xdc\x6c\ \x36\x1b\xd3\xb5\xf1\xf1\xf1\xe2\xd6\xe6\x95\xcb\x8b\x57\xaf\x5e\ \xb3\x07\x66\xa7\xd3\x71\x1d\x37\x93\x4e\x09\x02\xe4\xec\x21\x00\ \x40\x51\x94\xe9\xe9\xe9\x28\x8a\xa2\x88\x62\x8c\xd0\x9b\xcb\xc1\ \x11\x42\xbe\xef\x37\x1a\x8d\xed\xed\xed\xcd\xcd\x4d\x4a\xc9\xb9\ \x73\xe7\xce\x9c\x39\x93\x4a\xa5\x44\x51\xcc\x66\xb3\xf1\x78\x9c\ \x13\x58\x92\x24\x89\xa2\x88\x31\xa6\x14\x20\x84\x34\x55\xdb\xda\ \xda\x3c\x71\xe2\xd8\xf1\x13\xc7\xae\x5f\xbf\x1a\x86\x41\xa9\x5c\ \xdc\x2e\x15\xb7\xb7\xb7\x46\x47\x47\xea\xf5\xda\xd9\xb3\x67\x54\ \x55\xe9\x76\x3b\x61\xe8\x4f\x4d\x4d\x4c\x4e\x4e\x04\xa1\x5f\x2a\ \x15\x4f\x9c\x38\x26\x8a\x82\x28\x62\x08\xa1\xef\xfb\x51\x14\x45\ \x51\xc4\xdf\xa4\x20\x08\xfc\xfa\xa7\x84\x28\x8a\xd2\xeb\xf5\x24\ \x49\xc2\x18\x37\x9b\x4d\x8c\x31\xc6\x02\x63\xec\xf1\x27\x9e\x40\ \x08\x95\xb6\x4b\x6f\xe6\xad\xff\xd3\x81\x10\xe4\xc9\x9d\x28\x62\ \xc7\x71\x01\x00\xa9\x54\x62\x7e\x7e\x5e\x92\xa4\x52\xa9\xa4\xaa\ \x2a\x84\x10\x40\x30\xb0\xac\xe9\xe9\xe9\x5f\xfb\xb5\x5f\xb3\x2c\ \x6b\x62\x62\xe2\xee\xbb\xef\xb6\x2c\x2b\x99\x4c\xee\xda\xb5\xab\ \xd7\xeb\xed\xd9\xb3\x67\x62\x62\xd2\x71\x9c\xb3\x67\xcf\x3e\xfb\ \xec\xb3\xcd\x66\xc3\xb2\x2c\xdf\x0f\x24\x51\x12\xb0\xc0\x18\xe3\ \x44\x23\x14\x04\x59\x51\x30\x16\x01\x21\x94\x10\x0e\x73\xfc\x60\ \x19\x63\xb6\x6d\xf7\x4d\xb3\x56\xab\x75\xbb\xdd\x2b\x57\xae\x2c\ \x5e\x5e\x0c\xc3\x30\x9d\xc9\xa8\x8a\x2a\x49\x12\x3f\x40\xc6\xd8\ \x6d\x70\x64\x8c\xc5\x13\xf1\xcd\x8d\x8d\x2b\x8b\x97\xbf\xfa\x95\ \xbf\xff\xda\x33\x5f\x5b\x5f\x5b\x0b\xfd\xe0\xfc\xd9\x73\xeb\x6b\ \x6b\x95\x52\x65\x7a\x6a\xfa\xd8\xb1\x63\x6b\x6b\x6b\xba\xae\x2f\ \x2d\xdd\x1c\xce\x0f\x3f\xf4\xd0\x43\x93\x93\x93\xcb\xcb\xcb\x4b\ \x4b\x4b\xb5\x5a\xed\xe0\x81\x83\x51\x14\x09\x02\x56\x14\xa5\xdf\ \xef\x6b\x9a\x16\x8b\xc5\x24\x49\x12\xb0\x90\x48\x26\x19\x60\x9c\ \x0c\x75\x1c\x27\x16\x8b\x55\x2a\x95\x4a\xa5\x12\x8f\xc7\x57\x56\ \x56\xde\xff\xfe\xf7\x7f\xf8\xc3\x1f\x7e\xf6\xd9\x67\xc3\x30\xfc\ \x2e\xa7\xf7\xce\xb5\x7d\x27\xde\x4e\xb6\x98\x4c\x26\xc7\xc7\xc7\ \x01\x63\x47\x8f\x1e\x75\x1c\x67\x68\x28\x1b\x04\x81\xaa\x28\xbc\ \x32\xb2\x2c\x0b\x42\xb8\xb8\xb8\xf8\xe8\xa3\x8f\x2a\x8a\xe2\xfb\ \xbe\x28\x8a\xa7\x4f\x9f\xbe\x71\xe3\xc6\x89\x13\x27\xfe\xf2\x2f\ \xff\xea\xe2\xe2\x85\x7e\xb7\x6d\xdb\xf6\x99\x53\x27\xc3\x20\xe8\ \x74\xda\xcd\x7a\xb5\x52\xa9\x44\x61\x90\x48\x18\xa2\x84\x00\x00\ \x8e\xe3\x21\x84\xea\xf5\xa6\x6d\xdb\x84\x10\xdb\xb6\x29\x25\x51\ \x44\xa3\x88\x32\xc6\x08\x21\x61\x78\x8b\xc6\xca\xe5\x72\x0f\x3e\ \xf8\x60\x10\x04\xb2\x2c\xef\xde\xbd\xbb\xd3\xe9\x50\x4a\x2d\xcb\ \xea\xf5\xba\xb6\x6d\xf1\xec\x26\x8a\x08\x03\x8c\x52\x56\xab\xd5\ \x56\x57\x56\xe3\xba\xb1\x6f\xf7\x9e\xc0\x71\x31\x40\xfd\x4e\x37\ \x69\xc4\x5b\xb5\x46\xe0\x7a\xe7\x4e\x9f\xe9\xb5\x3b\xce\xc0\x3c\ \x7a\xe4\x88\x00\x21\x02\xa0\xd3\x6a\x01\x42\x20\x65\x99\x54\x6a\ \x7b\x6b\xab\x55\x6f\xcc\xcd\xcc\xa8\xaa\x26\x8a\x22\x42\x88\xef\ \x2c\xe5\x1c\xbf\x28\x8a\x9a\xa6\x49\xb2\xcc\x18\x8b\xc5\x62\x18\ \x63\x00\x80\x22\xcb\x94\x51\x8c\xf1\x07\x3e\xf0\x81\x42\xa1\xd0\ \xeb\xf5\x96\x6e\x2e\xfd\x0f\xd4\xdb\xff\xcc\x99\x07\xbc\xa5\xe0\ \x79\xfe\x85\x0b\x17\xf9\x75\x2e\x8a\x62\x14\x45\x9a\xa6\x1d\x3f\ \x7e\x1c\x42\x08\x18\xfb\xcb\xff\xf6\x97\x9f\xf8\xb9\x9f\x55\x14\ \x45\x96\xe5\x66\xb3\x79\xf6\xec\xd9\xcb\x97\x2f\xbf\xf2\xca\x2b\ \x5f\xf8\xc2\x17\x2a\x95\x8a\x2c\xcb\x47\x8e\x1c\x59\x5b\x5b\xeb\ \x74\x3a\x27\x4f\x9e\xec\xf5\x7a\x9e\xe7\xf9\xbe\x0f\xde\x5c\x1d\ \x17\x72\xbc\x0f\x02\xd7\x71\xfa\x66\x1f\x08\x02\x03\x20\x8a\x22\ \x4a\x29\xff\x17\xfe\x66\x24\x51\xdc\xb9\x73\xe7\xfc\xfc\xbc\x61\ \x18\x8a\xac\x28\x8a\xe2\x39\x4e\x14\x85\x61\x18\xf2\x8e\x10\xef\ \xb1\xf0\x82\x9a\x52\x5a\xab\xd6\xd2\xe9\xe4\x81\x03\xfb\x19\x23\ \x3b\x76\xcc\x22\x04\x18\x8b\x9a\xcd\xda\xf6\xf6\x56\xcf\xec\x7c\ \xf3\xf9\x6f\x58\x56\x7f\x63\x73\xed\xc2\xc5\x73\xb9\x7c\xc6\xb4\ \x7a\xaf\x1e\x7b\x25\x99\x8a\xc7\xe2\x9a\xeb\xdb\x2b\xab\x4b\xe5\ \xea\x76\xe0\xfb\xe9\x74\x2a\x8a\x22\xc3\x30\x92\xc9\xe4\xf6\xf6\ \x36\x00\x8c\x12\x2a\xcb\x92\x24\xc9\xbe\xef\x3b\x8e\x33\x3a\x3a\ \x1a\x8f\xc7\x29\xa5\x9a\xa6\x79\x9e\xf7\xcb\xbf\xfc\xcb\x1f\xf9\ \xc8\x47\x82\x20\xe8\x76\xbb\x1b\x1b\xeb\x77\x8a\xe8\x3b\xf1\x8e\ \xc1\x22\x00\xbc\xf5\xcc\x18\x78\xef\x7b\xdf\x3b\x9c\xcb\x49\x22\ \xfe\xec\x67\x3e\x93\x4c\x26\x9b\xf5\xaa\x63\xdb\x92\x24\xc5\x62\ \xb1\xab\xd7\x2e\x53\x12\x0d\x06\x7d\xcf\xf3\xc2\x30\x4c\x24\x12\ \x47\x8f\x1e\x7d\xf2\xc9\x1f\x79\xf2\xc9\x0f\x6e\x6f\x17\xef\x3d\ \xb4\x20\x40\xb0\xb9\xbe\x26\xb7\x5b\x8e\x6d\x8f\x8e\x8e\xee\xdb\ \xb7\x47\xc6\x22\x25\xa4\x59\x6f\xe8\xb1\x38\xc6\x18\x21\xc8\x98\ \xbe\xb1\xb1\xc1\xab\x45\x51\x14\x08\x61\x08\x01\x4a\x01\x4f\x6a\ \xca\xe5\x72\x10\x84\x86\x11\x5b\x5a\x5a\xba\x71\xe3\xc6\xe6\xe6\ \x66\x3e\x9f\xdf\xbb\x77\x5f\xb9\x5c\x1e\x1d\x1d\x89\x69\x31\xde\ \x22\xd0\x34\x4d\x10\x10\x04\xb0\xdf\xef\x5f\xb9\x72\xf5\xca\xd5\ \xab\xb5\x7a\xfd\xda\xb5\x6b\xae\xe3\xa4\xd3\x69\xdb\xb6\x3d\xdf\ \xc1\x58\x94\x24\x11\x09\x90\xf8\xa1\xef\xfb\x92\x24\xa6\x52\x49\ \xd7\x75\x14\x45\x6e\xb5\x5b\x82\x20\x74\x3a\xed\x5c\x2e\x87\x45\ \xa1\xd7\xeb\x21\x04\x0b\x85\xc2\xda\xda\x1a\x84\x50\x14\x45\xfe\ \x66\x3c\xcf\x33\x0c\x43\x10\x04\xc6\x58\xa1\x50\x08\x82\x40\x92\ \x44\x23\x96\x28\x95\xcb\x9a\xa6\xd5\x6a\x35\xc2\x2e\x55\xab\xd5\ \x89\x89\x09\xf2\x36\x96\x6e\x4b\x12\x1e\x0c\x6c\x51\x14\x0f\x1e\ \xbc\x4b\x96\x65\xc7\x71\x9a\xcd\x66\x18\x86\xb9\x5c\xae\xd3\xe9\ \x68\x9a\xd6\x6a\xb5\x86\x86\x86\xca\xdb\x95\x17\x5e\x78\x21\x9f\ \xcf\x5b\x96\x55\x2e\x97\x67\x66\x66\xe6\xe6\xe6\x32\x43\xd9\x6c\ \x36\xd3\xa8\xd7\x0f\x1f\xbe\xef\x8d\x93\xa7\x08\x21\xba\xae\x8f\ \x8e\x8e\x0e\x0d\x0d\xb9\x9e\xe7\x7a\x6e\x10\x04\xba\xae\x23\x84\ \xb0\x88\x02\x3f\xe8\xf5\x7a\x58\x10\x78\x83\x0b\x20\x44\x28\x05\ \x94\x32\x00\x2c\xcb\x0a\x82\x40\x80\xa8\xd5\x6a\x51\x42\x06\x83\ \xc1\xe5\xcb\x97\xc7\xff\xcd\x0f\x15\xb7\xb7\xf5\x78\x2c\x91\x48\ \x48\x92\xc4\xef\x58\x94\x52\x84\x50\x14\x45\xcd\x66\xf3\xc6\xf5\ \x1b\x1b\x2b\xcb\xab\x37\x6f\x2e\x5e\xbc\xe4\xd9\x0e\x65\xd4\x77\ \xbd\x7e\xa7\xa7\x4a\x8a\x33\xb0\x73\x99\xec\xca\xca\x4a\xd1\xf3\ \x33\x99\x8c\x2c\xcb\xa6\x69\x72\x5e\xd2\x71\xdc\x81\x39\x98\x9d\ \x99\x15\x45\x31\x3b\x34\xc4\xcf\x30\xc6\x42\xb5\x5a\x55\x14\x45\ \xd3\x34\x9e\xb6\xcf\x4c\x4d\x5f\xb8\x78\x21\x9b\xcb\x7f\xf4\xa3\ \x1f\xfd\xda\xd7\xbe\xb6\x77\xef\xde\xed\xed\xed\x6c\x36\xbb\xba\ \xba\x0a\x21\x2c\x97\xcb\xe3\xe3\xe3\xb1\x58\xec\x0e\x2c\xde\x89\ \x77\x2a\x20\x80\xae\xeb\xcc\xcd\xcd\xe9\x9a\x82\x00\xb4\x4c\xf3\ \xc5\x13\xc7\x67\x67\x67\x57\x6e\x2e\xdf\xa4\x54\xd7\xf5\x6c\x36\ \xdb\x6e\xb7\xcf\x9c\x39\xf3\xab\xbf\xfa\x1f\x7e\xfb\xd3\xbf\x95\ \xcb\xe5\xa2\x28\x0a\xc3\xf0\x89\xc7\xdf\xc7\xfb\x98\x10\x42\x49\ \x12\x77\xed\xda\x55\xa9\x54\xea\xd5\x4a\x14\x86\x63\x63\xa3\xae\ \x6d\x7b\x00\x18\x86\x91\x48\xc4\x25\x45\x01\x00\x30\x46\x75\x5d\ \xe3\x97\x19\xa7\xab\x00\x00\x10\x02\x4a\xa9\xae\xeb\xae\xeb\x62\ \x8c\x27\x26\x26\xbb\xdd\x9e\x20\xa0\xb9\xb9\x39\xd3\x34\x15\x45\ \x71\x1c\x27\x93\xc9\xf8\xbe\x1f\x91\x40\x51\xe4\x28\x8a\x2c\xcb\ \xa2\x94\xf9\x7e\xc0\xa8\x60\x18\x06\x04\xa0\x52\x2e\x77\xda\xed\ \x5a\xbd\xd6\xed\x76\x3d\xcf\x95\x65\x25\x9e\x88\x33\xca\x48\x14\ \x22\x84\x82\xc0\xa7\x34\x72\x1c\xdb\xf7\x3d\x51\x14\x6d\xdb\x92\ \x65\x19\x63\x3c\x18\x0c\xcc\x7e\x1f\x63\xec\xb8\x8e\x2c\xcb\x3c\ \x21\xe2\x87\x36\x32\x32\x32\x3a\x3a\x9a\xcd\x66\xb7\xb6\xb6\xaa\ \xf5\x86\xef\xfb\x08\xa1\x6c\x76\xc8\x88\xc5\xfb\xa6\xe9\x79\x5e\ \xb5\x5a\x2d\x96\xca\x08\xa1\x8b\x17\x2f\x62\xe1\x2d\x5e\x80\x10\ \x02\xdf\x0f\x65\x59\xc2\x58\x00\x00\x0a\x02\x7a\xf5\xd5\x63\xb3\ \xb3\xb3\xc3\xc3\xc3\xb5\x5a\xed\x7d\xef\x7b\x5f\xa3\xd9\x68\xb7\ \xda\x3f\xf4\x43\x3f\x54\x2a\x95\x66\x66\x66\x64\x59\x56\x14\x65\ \xc7\x8e\x1d\x5b\x5b\x5b\xf9\x7c\x7e\xcf\xde\xbd\x2b\x6b\x37\xef\ \xbb\xef\xbe\x37\x4e\x9e\xca\xe5\x72\xa2\x28\x8e\x8f\x8f\x6b\x9a\ \xde\x6a\xb7\x31\x16\x64\x4d\x55\x55\x55\x10\x04\x88\x00\x64\x00\ \x85\x11\x84\x90\xef\xad\xe6\xa2\x1c\x0a\x01\xc2\x98\xff\xac\xeb\ \xba\x2c\x4a\x5c\xeb\x13\x8b\xc5\xf6\xed\xdb\x17\x06\x41\x22\x9d\ \x52\x75\x1d\x21\x14\x04\x01\xcf\x2e\x05\x41\x20\x84\xf0\xe4\x51\ \xd3\xb4\x46\xbd\xde\xa8\x37\x28\x89\xde\x78\xe3\x8d\x54\x2a\x69\ \x3b\x4e\xcc\x30\x8c\x98\x61\x0d\x06\x6d\xc0\x14\x45\xee\x75\xbb\ \x6f\x66\xf7\x11\x21\xa4\xd9\x6c\xfa\xbe\x17\x8f\xc7\x5b\xad\xd6\ \x8d\x1b\xd7\x8d\x58\x1c\x22\x24\x08\x82\xe7\xf9\xc9\x64\x92\x13\ \x14\x07\x0f\x1e\x9c\x19\x9f\xf4\x5c\x37\x16\x8b\xd9\xb6\x7d\xe6\ \xcc\x19\x5e\xca\xc8\xb2\xdc\xe9\x74\x36\x37\x37\x1d\xc7\x89\xa2\ \x68\x7d\x7d\xfd\x91\x47\x1f\xc9\xe7\xf3\xff\x4a\x8b\x68\x08\xff\ \x95\xfe\x42\x10\xfe\x2f\xc3\x45\xc7\x71\x3c\xcf\x0b\x42\xd2\x68\ \x34\x8e\x1c\x39\xb2\xbe\xbe\x71\xf8\xf0\x61\x8c\xc5\x7c\x3e\xdf\ \xe9\x74\x44\x51\xbc\x74\xe9\xd2\xe1\xc3\x87\xbf\xf2\xe5\xaf\x3c\ \xf4\xd0\x43\xf9\x7c\x1e\x42\x58\xad\x56\x17\x16\x16\x1e\x78\xe0\ \xfe\x97\x5f\x7e\x29\x97\xcb\x96\xcb\x95\x42\xa1\xb0\x7f\xef\x1e\ \x5e\x06\x8a\x18\x4f\x4e\x8c\xcf\xee\x98\x8d\xa2\xd0\xf7\x7d\x4a\ \x29\x84\x9c\x3d\x0c\x6c\xdb\xe6\xf2\x0e\xc6\x6e\x1d\xa9\x20\x20\ \xcf\xf3\x1c\xc7\x49\xa7\xd3\x94\x52\x45\x51\x32\x99\x6c\x22\x91\ \xc0\x18\xbb\xae\x1b\x8b\xc5\x87\x86\x86\x78\xeb\x19\x63\xcc\x0b\ \xae\x54\x2a\x39\x3a\x3a\x9a\x4a\xa5\x6c\xdb\x6e\xb5\x5a\x22\xc6\ \x77\x1f\x3c\xb8\x73\xc7\x7c\x32\x91\x00\x0c\x50\x42\x00\x65\x08\ \xc2\x7e\xaf\x6f\x99\x03\x04\x19\x89\xc2\x76\xab\x39\x30\xfb\xbe\ \xe7\x84\x81\xcf\x28\x11\x31\x62\x34\x32\x0c\x6d\xcf\x9e\x5d\x1c\ \x0d\x29\xa5\x94\xd2\x4e\xa7\xc3\x21\xd2\x71\x9c\x4e\xa7\xe3\xba\ \x2e\x42\x68\x68\x68\xa8\x50\x28\x24\x12\x89\x58\x2c\x26\xcb\xf2\ \xd0\xd0\x90\xaa\xaa\x51\x18\xfa\xbe\x1f\x04\xc1\x5b\x5e\x07\xcd\ \x18\x0b\xc3\x10\x21\x14\x86\x04\x21\xf8\xe2\x8b\x2f\xed\xdc\xb9\ \x53\x14\xc5\xe1\xe1\x61\x51\x14\xaf\x5f\xbf\x3e\x32\x3a\x7c\xe2\ \xc4\x09\xd7\x75\x2f\x5e\xbc\x28\xcb\xf2\xbe\x7d\xfb\x00\x00\xc5\ \x62\xf1\xe1\x87\x1f\x06\x00\x3c\xf5\xd4\x53\xa9\x54\xda\xb6\xed\ \x3d\x7b\x76\x77\x3a\x9d\x78\x3c\xde\x6e\xb7\x75\x5d\x4b\x26\x93\ \xa9\x74\x9a\x93\x12\x8c\x32\x4a\x29\x23\x24\x0c\x03\x4a\x69\x18\ \x86\x80\xdc\x92\x35\x22\xc4\xf5\x98\xb7\x48\x43\x4e\x5f\x54\x2b\ \x95\x9d\x3b\x77\xb6\x5a\xad\x28\x8a\xb0\x20\xf0\x33\x23\x08\x82\ \xae\xeb\xb1\x58\x8c\x27\x77\xfc\xe3\xd8\x2a\x6e\x9a\xa6\x99\xc9\ \xa6\x7e\xe5\xff\xfa\xe5\xc2\xd8\x48\x32\x95\x30\xcd\x1e\x16\x85\ \x56\xab\x21\x60\x54\x6f\xd4\xda\x9d\x16\x00\x6c\x30\xe8\x6f\x6c\ \xac\x09\x02\x0c\x02\xcf\x71\x06\x8c\xd1\x30\xf4\xbb\xdd\xf6\x7d\ \xf7\xdd\x9b\x4c\x26\x9b\x8d\x06\x00\xc0\x71\x6c\x00\x40\xa5\x52\ \xd1\x34\x2d\x8c\xc2\x4e\xb7\xe3\x38\x8e\xeb\xba\xb2\xac\x3c\xfe\ \xf8\xe3\xe9\x74\xfa\xe0\xc1\x83\x18\x63\x08\xe1\xcc\xcc\x4c\xa1\ \x50\x28\x97\xcb\xba\xae\xdb\x96\xf5\x2f\x26\x5b\x44\x10\x5c\xea\ \x04\x4e\x44\xbf\x3f\x4f\x87\x01\x8b\x91\x7f\x9d\x49\x1c\x63\x20\ \xad\x8a\xff\x94\x4e\xd8\xc2\x34\xf3\xfd\x7a\x21\xca\x46\x47\x0b\ \x9e\xe7\x6d\x6d\x6d\xbd\xf2\xe2\x77\x46\x87\x87\x3f\xf8\xc1\x0f\ \x42\x08\xea\xf5\x5a\x36\x9b\xbd\x79\xf3\xe6\xb7\xbe\xf5\x82\xe7\ \x45\x0b\x87\x0e\x0e\x0f\x0f\xdf\x75\xd7\xbe\xd1\xc2\xc8\x17\xfe\ \xfa\xaf\x4d\xd3\x6c\x36\x9b\x33\x33\x73\x3f\xfd\xd3\xff\xf6\xd4\ \xeb\xc7\xa3\xd0\x3f\xb0\x7f\xdf\xcc\xcc\x4c\x22\x6e\x38\xf6\x60\ \x66\x66\x16\x42\xb8\xb1\xb2\x5a\x2a\x6d\x1f\xb8\xfb\x6e\x08\x21\ \xd7\xe4\x72\xb9\xaf\xa6\x69\xa6\x69\xbe\x99\x2a\x82\x28\x0a\x79\ \xf3\x57\x96\xe5\x30\x8c\x78\xc2\x52\x2e\x57\x0c\xc3\xc8\x66\xb3\ \xfc\x04\x40\x88\x18\x8b\x6c\xdb\x4a\x26\xe3\x08\xa1\x28\x22\x00\ \x82\x52\xa9\xf4\xfa\xeb\xaf\x6f\x6d\x6d\xc9\xb2\x34\x3a\x3a\xe2\ \xfb\x5e\xad\x56\xa5\x94\x88\xa2\x2a\x8a\x58\x10\x10\x63\x14\x00\ \x26\x8a\x22\xa7\xc3\xb8\xf0\x9b\x13\x88\x51\x14\x89\xa2\xe8\xba\ \x2e\x87\x00\xce\xf1\x71\x32\xc1\x75\x5d\xc3\x30\x32\x99\x4c\xbb\ \xdd\xe6\xb0\x68\x59\x16\x00\x80\xb7\xaa\x25\x49\x22\x84\xd4\x6a\ \x55\x45\x33\x52\xa9\x54\x2a\x9d\x26\x6f\x55\xa0\x03\x21\x34\x0c\ \xcd\xb2\x9c\x5a\xad\x76\xf5\xea\xd5\x77\xbd\xeb\x5d\xa9\x54\xe2\ \x5b\xdf\xfa\xd6\xdc\xdc\xdc\xf2\xf2\xf2\xe6\xe6\xe6\x1f\xff\xe1\ \x9f\x2c\x2c\x2c\x9c\x3e\x7d\xfa\x81\x07\x1e\x18\x1f\x1f\x3f\x7a\ \xf4\x28\x84\x70\x6b\x6b\x6b\xd7\xae\x5d\x9d\x76\x47\xd5\xb5\x73\ \xe7\xce\xee\xdf\xb7\x7f\x76\x66\xe6\xa1\x87\x1e\x7a\xe5\xa5\x97\ \x77\xec\xd8\x01\x25\xd1\x37\x07\x9d\x4e\x3b\x20\x91\x61\x18\x5c\ \x84\x0e\x21\xe4\xf5\xaf\x20\x08\x80\xcb\xb9\x29\x05\x08\xde\x16\ \xc0\x73\xe6\x94\x31\x36\x35\x3d\xbd\xb6\xb6\xf6\x91\x8f\x7c\x64\ \x65\x65\x79\xdf\xc2\x41\x9e\x9a\xf1\xf4\x90\x3f\x5c\xd7\xf5\x30\ \x0c\xb7\xb7\xb7\x2f\x5e\xbc\x98\xcf\x64\x06\x66\x3f\xf0\xfc\x07\ \xef\x7f\xe0\xef\xff\xfe\xef\xa3\x20\xcc\xa4\xd2\x8a\x2c\xbb\x9e\ \x17\xfa\xc1\xc8\xf0\xb0\x69\x9a\xb2\x2c\xf7\x7a\xbd\xe1\xe1\xe1\ \x7e\xbf\x6f\x9a\x03\x4d\xd3\xb8\xec\xf1\xe6\xcd\x9b\xaa\xa6\x77\ \x7b\x3d\xc0\x80\xa6\xe9\xf1\x78\x5c\x14\x45\x49\x96\xf3\xb9\x3c\ \x06\xa8\xb2\x5d\x12\x45\x11\x42\x50\xa9\x54\xb8\x62\xb1\xdf\xef\ \xdf\x75\xd7\x5d\x17\x2f\x5e\x8c\xa2\x68\x6a\x6a\x4a\x96\xe5\xb1\ \xf1\xf1\x7f\x31\xb0\x28\x21\xf8\xc9\x53\xed\xef\xd7\xb3\xc5\x73\ \xe8\xc1\x8f\xca\x94\x82\x7f\xad\xf1\x4f\xf6\xda\xc6\xc5\x70\xf2\ \xfb\xf7\x32\x18\xe3\x2f\x7f\xf9\xcb\xaa\xa2\x7c\xe4\x23\x1f\xa9\ \x57\xab\xc7\x8f\x1f\x97\x25\x51\x51\x14\x8c\x40\x3a\x9d\x3e\x75\ \xea\xe4\xf4\xf4\x8e\xeb\xd7\xaf\x7f\xec\x63\x1f\xbd\x76\xf5\x72\ \xbd\x51\xf3\x7d\x3f\x93\x1a\x4a\xa7\xd3\xbc\x73\xbd\x70\x68\xe1\ \xec\x99\xd3\x57\xaf\x5d\x9d\x9a\x98\x52\x14\xd5\xd0\xf5\x76\xb3\ \x5e\xa9\xc4\x8b\xdb\x5b\xf9\x5c\x4e\xd1\x14\xde\x89\x66\x0c\x40\ \x84\x54\x55\x4d\x24\x93\xae\xeb\xf1\x99\x07\x42\x88\xe3\x38\x89\ \x44\x9c\xb7\xbc\x91\x80\xad\x81\xd5\xee\xb4\xdb\xed\x56\x14\x45\ \x8e\xe3\xe4\xf3\x79\xdf\xf7\x11\x82\x02\x06\x9e\x17\x70\xdd\x86\ \x20\xa0\x7a\xad\x7e\xfd\xfa\x75\xae\xed\x08\xc2\xa0\xd5\x6a\xf5\ \x7a\xbd\x28\x22\xc9\x64\xb2\xdd\x6e\x73\x61\x1d\x42\x08\x02\xe8\ \xfb\x3e\x87\x42\x5e\x03\xfa\xbe\xcf\x25\x78\xa9\x54\xaa\xd7\xeb\ \x35\x1a\x0d\x23\x16\x0b\x83\x00\x63\x6c\x9a\x26\x42\x88\xf7\xe2\ \xe3\xf1\x38\x2f\xd8\xa3\x28\xaa\xd7\xeb\xae\xeb\x5a\x96\xa5\xe9\ \x86\xef\xf9\xae\xd7\x4a\x24\x92\x41\x44\x0c\xc3\x18\x19\x19\xe5\ \xa8\xf1\xd6\xb2\xc5\x72\xb9\x7a\xe2\xc4\x89\x07\x1e\x78\xe0\x47\ \x7e\xe4\xc9\x52\xa9\x52\xad\x56\xcf\x9f\x3f\xff\xe1\x0f\x7f\xf8\ \x99\x67\x9e\x49\xa5\x52\x89\x44\xe2\x3b\xdf\xf9\xce\xcf\xff\xfc\ \xcf\x27\x12\x09\x7e\x23\x09\xc3\x50\x96\xe5\x56\xab\xa5\xaa\x6a\ \xb3\xd9\x9c\x9f\xdf\xb9\xbc\xbc\x2c\x40\x38\x35\x35\x25\x4b\x92\ \xe7\x79\xbe\xe5\xb8\xae\xeb\xfb\x41\x3c\x95\x40\x10\x11\x46\x10\ \x84\x00\x22\x08\x91\x28\x49\x2a\x80\x00\x0b\x88\x82\x88\x46\x80\ \x01\x88\x20\x63\xcc\x30\x0c\x00\x40\x14\x84\x83\xc1\x60\x6b\x73\ \x93\x2b\xab\xf6\xee\xdd\x67\x9b\x03\x3f\x0a\x6f\x43\xaa\x2c\xcb\ \x1c\x43\xd7\xd6\xd6\xca\xe5\xf2\xd0\xd0\x50\xbf\xd9\xd0\x55\x75\ \x75\x75\x65\x69\x69\xe9\x9e\x7b\x0e\x1d\x3b\x76\x6c\x73\x73\x43\ \xd7\xf5\x78\x3c\x2e\x89\x62\xbb\xdd\x62\x8c\x69\x9a\x4a\x48\xc4\ \x18\x0d\x02\x1f\x42\xd0\x6c\x36\x62\xb1\xf8\xe8\xe8\xc8\xc6\xc6\ \x46\x3c\x91\x32\x0c\x43\xc0\x42\xcf\xec\x6f\x6c\x6c\x04\x41\x10\ \x8f\xc5\x66\x67\x67\xbb\x8d\x56\x4d\x40\x10\xc0\x30\x8a\x9e\x7b\ \xee\xb9\x91\x91\x91\x97\x5f\x7e\xd9\xf7\xfd\x4b\x97\x2e\xa5\x52\ \xa9\x1b\x37\x6e\xdc\x73\xcf\x3d\x61\x18\xc6\xff\x65\x71\x8b\x02\ \xfc\x7e\x3e\x15\x64\x00\xb1\x3b\x04\xe0\x3f\x2e\x7c\xbf\x7f\x77\ \x32\x49\xfa\xad\xdf\xfd\x9d\x77\xbd\xe7\xbd\x3b\x77\xec\xd8\x2e\ \x6d\xb7\x1b\x4d\x4d\x53\xbf\xf2\x95\x2f\xab\xaa\xdc\x69\xb5\x08\ \x89\xfa\xed\xee\xd4\x7b\xa6\x1f\x79\xe4\x91\x6e\xa7\xd7\xed\xf6\ \xae\x5e\xb9\xa6\xca\x7a\xaf\xd7\x65\x8c\xed\xdb\xb7\xe7\xc8\x8b\ \xaf\x38\x9e\x3d\x31\x39\xb9\xb5\x59\xbc\x74\xe1\x12\x16\xc4\x7e\ \xdf\x2c\x95\xcb\xba\xae\x53\x02\x86\x47\x46\x31\x12\xf9\x75\x05\ \x21\x40\x94\x76\x5b\xed\xa1\x74\x06\x10\x42\x29\xe3\x02\x94\x58\ \x2c\x46\x08\xe1\xc3\x86\x5b\x5b\x5b\x8a\xaa\x99\xbd\xfe\x8e\xb9\ \xe9\xcd\xcd\xad\x4b\x97\x2e\x3e\x70\xff\xe1\xb1\xf1\x71\x4d\xd3\ \x05\x0c\x54\x55\x11\x04\xc1\xf3\x3c\x59\x56\x2a\x95\xca\xda\xfa\ \x8a\x28\x0a\x51\xe8\x9b\xdd\x5e\x14\x45\x8e\x65\x45\x51\x28\x20\ \x24\x49\x12\x16\x71\x18\x86\x18\x0b\x10\x42\x48\x98\xae\xeb\x5c\ \x75\x6c\xdb\x36\x27\x16\xf9\xb4\x1c\x6f\x20\x44\x84\x84\x51\x04\ \x11\x22\x51\x44\x19\x4b\x26\x53\xb2\xa2\x76\x7b\xa6\x61\x24\x46\ \x46\x61\xb7\xd3\x1f\x1f\x29\xc4\x92\xf1\xa5\xa5\x9b\x8a\x6a\x0d\ \xe5\xf2\xc3\xa3\x05\x73\x60\x7e\xe0\x5d\x8f\x42\x11\xb7\x5a\xad\ \xb7\x7c\xe6\x5d\xd7\x5d\x5e\x59\x7b\xf2\xc9\x0f\x4a\x92\x54\x2a\ \x55\x74\x5d\xdf\xda\xda\x2c\x97\xcb\x41\x10\xc8\xb2\xd4\xed\x76\ \x2e\x5c\xb8\xf0\xa9\x4f\x7d\x2a\x95\x4a\x39\x8e\x7b\xea\xd4\xa9\ \x56\xab\xc5\x61\x7d\x64\x74\xd8\x75\xbd\x91\xfc\xb0\xe3\xd9\x31\ \xc3\x58\xbc\xb4\x98\xcf\xe5\x22\x4a\x64\x59\xb6\x6c\x6b\xd0\xef\ \x63\x59\x4e\xc6\x13\x94\x51\x4a\x29\x80\x88\xd1\x90\xb1\xc8\xf7\ \x1d\x00\x00\x20\x11\x85\x9c\xd5\x45\x08\x41\xd7\x73\x45\x2c\x06\ \x9e\xd7\xeb\xf5\x06\xa6\x39\x39\x3e\x8e\x10\x0a\xbd\xa0\x5a\xa9\ \x64\x73\x39\xd5\xd0\x05\x2c\x46\x51\x88\xb1\x00\x00\xf0\x3c\x4f\ \x00\xb0\x5a\x2a\xdb\x7d\x33\xa5\x19\x15\x73\xb5\xd7\x69\x53\x4a\ \x15\x45\xde\xd8\xd8\x48\x24\x12\x96\x65\x0d\xe5\x86\x82\x20\x92\ \x64\x49\xd1\x14\xd7\x76\x52\xa9\x8c\x65\x39\x92\x24\x23\x88\x92\ \xa9\x94\x20\xe0\xf1\xf1\x71\xcf\xf7\xa2\x88\xd6\xea\x75\x2f\x08\ \x44\x51\x92\x65\xb9\x54\xdc\x06\x00\xcc\xce\xcc\x74\xdb\x9d\x56\ \xa7\xf3\xe0\xc3\x0f\x9f\xbf\x78\x51\x42\xe8\x63\x1f\xfb\xd8\x33\ \xcf\x3c\xc3\x18\x53\x14\x45\x51\x94\xb1\xb1\xb1\xf1\xf1\xf1\x27\ \x9e\x78\xc2\x75\x5d\x88\x6e\xe9\xcc\xff\x35\x72\x8b\x77\xe2\x9d\ \x0e\x42\xc9\xe1\x07\x1e\x78\xe8\xe1\x87\x12\xc9\xe4\xde\x7d\xfb\ \xb4\x98\x86\x25\xbc\xbc\xbc\xf4\xda\xeb\x27\xd6\xd7\x57\x18\x89\ \xa6\x67\xa6\x76\xee\xdc\xd5\x69\x77\xc7\x0a\x13\x73\x33\x3b\x0f\ \xee\xbf\x1b\x0b\x58\x91\xe4\x0b\xe7\xce\x56\x4b\xc5\xbd\xfb\xe6\ \xef\xb9\xe7\x9e\x66\xab\xeb\x7b\xe1\x3d\xf7\xdd\x7b\xe3\xc6\x52\ \x36\x9b\xdf\xde\xae\xde\xb8\x71\x73\xff\x81\x83\x9a\x16\x43\x08\ \x11\x3e\xe9\x42\x88\x66\xe8\xba\x22\x6b\xb2\x28\x8b\x02\x02\x00\ \x02\x86\x04\x08\x18\x6b\x54\xaa\xb6\x39\xb0\x4d\xd3\x1e\x0c\xfa\ \x9d\x76\x32\x66\x34\x6a\xd5\x0b\xe7\xce\x0a\x90\x6e\x6d\xad\x0f\ \xcc\xae\x24\x23\x00\x98\xa2\x28\x41\x10\xa9\xaa\x5e\xa9\x54\xb7\ \xb6\xb6\xf6\xec\xd9\x35\x32\x9a\x6f\x35\xeb\x24\xf0\x5d\xc7\x42\ \x80\x61\x04\x75\x5d\x45\x90\x59\x96\x19\x86\xfe\xc0\x32\x19\xa0\ \x7c\x72\x66\x30\x18\x70\x31\x0a\x17\x24\x46\x51\xc4\x18\x53\x55\ \xd5\xf3\x7d\x2f\xf0\x1b\xad\xa6\x1f\x06\x0c\xc1\x80\x90\x90\x32\ \xcf\x0f\x47\x0b\x63\xc3\xa3\x63\xb2\xac\x05\x7e\xe0\xd9\xae\x08\ \xb1\xa6\x6a\xbc\x85\x1d\xb1\x70\x6a\x66\xd2\xf6\x1d\xcf\x77\xef\ \xbd\xff\xde\x7f\x7e\x32\xf7\x9f\x4f\xd2\xef\xbf\xff\xb0\xa6\xa9\ \x82\x80\xf2\xf9\x6c\x18\xfa\x00\x30\xc6\xc8\xef\xfc\xce\xa7\x1b\ \x8d\x7a\x10\xf8\x9f\xfa\xd4\xa7\xb8\x6a\x27\x91\x88\xdd\x7d\xf7\ \xdd\x89\x44\x42\x55\x55\xcb\xb2\x2a\xe5\xaa\x88\xf1\xd4\xd4\xd4\ \x68\x2e\x7f\xee\xf4\x99\x43\x0b\x0b\x47\x8f\x1e\x75\x3d\x2f\x96\ \x88\x9f\x39\x73\x26\x8a\xa2\x89\xc9\x09\x67\x60\xd1\x88\x51\x02\ \x10\x04\x08\x23\x23\xa6\xb5\xda\x0d\x51\x12\x80\x80\x00\x60\x10\ \x42\xc8\xa0\x63\xdb\xbe\xed\x44\xbe\x1f\x06\x81\xd5\x37\x73\xd9\ \xa1\x41\x7f\xd0\xaa\xd6\x17\x2f\x5e\xac\x96\x2b\xc5\xad\x22\x89\ \x00\x16\xb0\xa2\xaa\x84\x02\xcf\x0f\x35\x4d\x2b\x97\x4a\x32\x44\ \x0b\x7b\xf6\x0e\x5a\xad\xc0\xf3\x48\x14\x58\x03\x73\x30\x18\x8c\ \x8c\x8c\xa4\x33\x19\x2f\x08\xfa\x7d\xdb\x74\x9c\xbe\x65\xf7\x4d\ \xdb\xb4\x9c\xb5\xf5\x0d\xd7\xf5\x06\xa6\x05\x18\x92\x44\x39\x8a\ \xe8\xfa\xfa\x66\x18\xd2\xc9\xd9\x59\xcb\xf3\x6a\x8d\x46\xb5\x5a\ \x13\xb1\x34\xe8\x0f\x64\x41\xaa\x6c\x57\x04\x84\xe7\xe7\x77\x4a\ \xb2\x82\x45\x89\x77\x7b\x72\xb9\xdc\xca\xca\x4a\xbd\x5e\xcf\x64\ \x32\xa9\x54\x2a\x1e\x8f\x97\xcb\xe5\x89\x89\x09\x04\xbf\x0b\xee\ \xdd\x81\xc5\x3b\xf1\xb6\x58\xcc\x4c\x3a\x0d\x01\x03\x88\xd6\xeb\ \x75\x45\x51\x96\x6f\xde\xe4\xf3\xa7\xba\xae\x8b\xb2\xb8\xbc\xbc\ \x22\x8a\xe2\xfc\x8e\xd9\xd5\xd5\x15\x59\x51\x1e\x7f\xe2\x09\x00\ \x80\x80\x04\xdb\xb6\x7d\xdf\x9b\x9a\x9a\x8c\x27\x12\x3f\xf1\x13\ \x1f\x89\xa2\xc8\x1a\x58\xa9\x74\xaa\xdf\xef\xcd\xcd\xcd\xbd\xfb\ \xdd\xef\x12\x04\x41\xc0\xd8\xf7\xc2\x28\x0c\xc3\x30\x44\x82\x00\ \x28\x45\x10\x02\x01\x93\x88\x00\x08\x19\x00\x94\xd2\x20\xf0\x39\ \xbb\x07\x11\x9a\x9e\x9e\x9e\x9f\x9f\x77\x1c\x67\x7a\x7a\xda\x71\ \xec\x56\xb3\x59\xad\x56\x1d\xc7\x29\x95\x4a\x00\x80\x28\x8a\x64\ \x59\x5e\x5d\x5d\xad\xd7\xeb\xe7\xce\x9d\x5b\x5c\x5c\xdc\xde\x2e\ \x26\x12\x09\x4a\xa9\x2c\xc9\x08\x21\x4a\x28\x21\x24\x16\x8b\x39\ \x8e\x83\x10\x92\x24\x29\x0c\xc3\x4c\x26\xc3\x73\x0d\xce\x27\xf2\ \xd9\x3e\x84\x90\xe7\x79\xa2\x28\xea\xba\x7e\x5b\x97\xc7\x18\x13\ \xb1\x98\x4a\xa6\x0a\x85\x82\xa2\x28\xf9\x7c\xbe\xd9\x6a\x61\x2c\ \x76\x7a\x5d\xdf\xf7\x77\xcc\xcd\x8d\x0c\x8f\x38\x8e\xc3\x6b\x6d\ \x2c\xe0\x7c\x3e\x7f\xed\xea\xb5\xb7\xac\x5b\x44\x08\x69\x9a\xd6\ \xef\xf7\x19\x63\xae\xeb\xa9\xaa\xfa\xf4\xd3\x4f\xb7\xdb\xed\xb1\ \xb1\x31\x5d\xd7\xbb\xdd\xee\xf6\xf6\x76\x3c\x1e\x0f\x02\xbf\x58\ \xdc\x1e\x9f\x18\x3b\x70\xe0\x80\x6d\xdb\xbe\xef\xdf\xb8\x71\x03\ \x8b\x98\x37\x49\x3e\xf8\xe4\x93\x4b\x4b\x4b\x3b\x76\xec\x10\x04\ \xa1\xd5\x6a\x1d\x3c\x78\x70\x6e\x7e\xde\xb1\x6c\x8c\x31\x84\x40\ \x91\x45\x00\x40\x14\x04\x50\x94\xc0\x6d\x7b\x08\x00\x90\x20\x30\ \xc6\x00\x63\x86\xae\xdb\x8e\xa3\xa8\xea\xc8\xe8\xa8\x1f\x04\xb2\ \x2c\x65\x87\xb2\xbd\x4e\xb7\x5a\xae\xb0\x88\x34\x9b\x4d\xc7\xf1\ \x00\x60\x48\x40\xa2\x24\xac\xaf\xad\xdd\xb8\x71\xed\xfc\xb9\xb3\ \xa5\x52\x49\x12\x45\xdb\xb6\x11\x12\x38\xd9\xea\xfb\xbe\x20\x08\ \xf1\x78\xc2\x71\x1c\xc6\x18\x27\x2b\x0b\xe3\x63\x8e\xe3\x0c\x0d\ \x0d\x39\x8e\x8b\x10\x6a\x36\x9b\x9e\xe7\x65\xb2\x59\xc6\x58\xbf\ \xdf\x0f\x83\x00\xbc\x69\x30\x41\x29\x35\x0c\xe3\xb1\xc7\x1e\xcb\ \xe5\x72\xef\x79\xcf\x7b\x34\x4d\x8b\xa2\x68\x30\x18\xac\xae\xae\ \x1e\x3e\x7c\x98\x10\x32\x36\x36\x76\xed\xda\x35\xd3\x34\xf7\xef\ \xdf\x9f\x4e\xa7\x2b\x95\x8a\xe3\xba\x77\x60\xf1\x4e\xbc\x63\xa8\ \x08\x80\x88\x60\xe8\x79\xe9\x78\x92\xd2\x68\x76\x6a\xfa\xc6\xf5\ \xeb\xba\xae\x7f\xfa\xd3\xbf\xfd\x1f\xff\xe3\x7f\xc2\x82\xc4\x18\ \xb3\xad\x41\xa7\xdb\x85\x80\xae\xaf\x2e\x7f\xfb\x85\x17\xf8\xf8\ \x41\x3a\x95\x3a\x7f\xe1\x92\xe7\x47\xd9\x4c\xdc\xf7\x83\x77\xbf\ \xfb\xdd\x8b\x8b\x8b\xb2\x24\xeb\xba\x71\xe8\xd0\xa1\x89\x89\x89\ \xcf\x7e\xf6\xb3\x7f\xf4\x87\x7f\x24\x88\x28\x0c\x43\x3e\x4b\x0b\ \x00\x20\x94\x0e\x7a\x3d\xcf\xf3\x6e\xb7\x1d\x78\x19\xc5\x49\xbd\ \x66\xb3\xb9\xbc\xbc\xbc\xb2\xb2\x02\x21\xe4\x44\x7b\x3a\x9d\x36\ \x0c\x43\x55\x55\x51\x14\x79\x17\x9b\x13\x70\xb6\x6d\xd7\xeb\x75\ \x4a\x69\xb3\xd9\xe4\x0d\x13\xde\x69\x0d\xc3\x90\xab\x8e\xf9\x8b\ \x76\xbb\xdd\x66\xb3\xa9\xeb\x3a\x2f\xb8\x78\xf2\x65\xdb\x76\xf8\ \x66\x1f\x99\xf7\xbe\xb9\x34\x8f\x31\x26\xcb\xb2\x24\x49\xc5\x62\ \xf1\xcc\x99\xb3\xe5\x72\x79\x74\x74\x94\x50\x02\x21\xcc\x0d\xe7\ \xdb\xed\x76\xab\xdd\x9a\x9a\x9a\x1a\x2f\x8c\x35\x9a\xcd\x33\xa7\ \x4f\x7f\xed\xab\xcf\x1c\x7f\xf5\x28\x87\x80\xb7\x16\x5c\xa8\xcc\ \x25\x32\xa6\x69\xbe\xf6\xda\x6b\x1f\xfd\xe8\x47\xbf\xf4\xa5\x2f\ \x1d\x3e\x7c\x18\x63\x7c\xea\x8d\x53\xba\xae\x47\x11\xd1\x75\xfd\ \xec\x99\x73\xe5\x72\xd9\x30\x0c\xfe\x56\x7b\xdd\x3e\x00\x80\x30\ \x36\x39\x31\x41\x29\x2d\x14\x0a\x7c\x26\x72\x64\x7c\x2c\x0a\x82\ \x5f\xf9\xd4\xa7\xa2\x30\x74\x1c\xd7\x0f\x22\x84\x10\x46\x02\x20\ \x91\x6d\xdb\x51\x18\x02\x46\x01\x03\x10\x00\x00\x81\x28\x8a\x02\ \xc6\x9e\xeb\xfa\x8e\xeb\x7b\xde\xda\xcd\xe5\xd2\xd6\x76\xe4\x87\ \x1b\x1b\x1b\xb6\x6d\x8f\x8d\x8d\x89\xa2\x40\x69\x64\x0d\x6c\x1a\ \x45\x24\x8c\x8a\xc5\xcd\x41\xdf\x6c\xb5\x5b\x1b\x1b\x6b\xdd\x6e\ \x97\xcb\xf2\x3d\xcf\x83\x08\x71\x41\x7e\x26\x9d\x0e\x83\x90\x33\ \xb6\xd5\x6a\xb5\xd3\xee\x14\x0a\x85\x7e\xbf\x8f\x04\xc4\xd5\xaf\ \x08\xa1\x46\xbd\x1e\x85\x91\xa2\x28\xe9\x4c\x86\x77\xf6\xf9\x4c\ \xe1\xf4\xf4\x74\xaf\xd7\x3b\x77\xee\xdc\x9f\xff\xf9\x9f\xa7\x52\ \x29\x45\x51\x30\xc6\xbc\x5d\xf6\xf0\xc3\x0f\xdb\xb6\xbd\x7f\xff\ \xfe\x4c\x26\xf3\xca\x2b\xaf\x7c\xf3\x9b\xdf\xfc\x8d\xdf\xf8\x0d\ \xde\xc5\xbe\x03\x8b\x77\xe2\x1d\xa2\x29\xa1\x6d\x5b\x51\x14\xf6\ \xfb\xbd\x98\xae\x3f\xff\xfc\x37\xaf\x5e\xbd\xfa\x9b\xbf\xf9\x9b\ \xe3\xe3\xe3\x5f\xff\xda\xd7\x3d\xcf\xef\xf5\x7a\x67\xcf\x9c\xae\ \x54\xca\xa5\x52\xc9\xb2\x2c\x59\x92\x30\xc6\x58\x14\x57\x56\xd7\ \x36\xb7\xb6\x2e\x2d\x2e\x56\xaa\x1d\x7e\xff\xcf\x66\xb3\x41\x10\ \x44\x51\x48\x08\xa9\xd7\x1b\xbe\xef\xf7\x7a\xdd\xe2\xe6\xb6\xa6\ \xeb\xbe\xef\x77\x3b\x1d\xc7\xb6\xbb\xdd\x6e\xad\x56\x63\x80\xf1\ \x97\x16\x90\x80\x45\x9c\x48\x24\x04\x41\xe0\x97\xcd\x91\x23\x47\ \xb8\xf5\x40\xb9\x5c\x4e\x24\x12\xf9\x6c\xd6\xb2\x2c\x84\xd0\xc0\ \x1c\x70\x6c\xdd\xbd\x6b\xd7\xdc\xec\xdc\xd4\xd4\x94\xeb\x38\xed\ \x56\x4b\x10\x04\x49\x92\x78\x7f\x93\xcf\x05\x46\x51\xa4\xeb\x7a\ \x10\x04\xbc\x73\x3a\x32\x32\x32\x3b\x3b\x6b\x18\x06\x6f\x2f\x8c\ \x8d\x8d\xf9\xbe\xef\xfb\x3e\xaf\x49\xf9\x68\xe3\xed\x56\x2c\xb7\ \x8a\x20\x84\xe4\x72\x43\xbc\x76\x43\x58\xe8\x99\x7d\xdb\xb6\xf5\ \x58\x0c\x21\xd4\xef\xf7\x2b\x95\x4a\xe0\xfb\x9d\x4e\x87\x84\xe1\ \x87\x3e\xf4\xa1\xef\x3a\x85\xf6\xcf\x88\x0d\x2c\xcb\xe2\x3a\xa4\ \xc1\xc0\xfa\xa5\x5f\xfa\xa5\xf7\xbc\xe7\xbd\x9f\xf8\xc4\xbf\x8b\ \x22\x62\x9a\x83\x58\x2c\xfe\xad\xe7\xbf\x65\x9a\xe6\x8d\x1b\x37\ \xb8\x30\xdb\x30\x0c\x8e\x38\xba\xae\x5f\xb8\x70\x01\x63\x01\x02\ \x60\xdb\xf6\x9e\x3d\x7b\xbe\xfa\xd5\xaf\x72\x85\x29\xa0\xcc\x34\ \xcd\xc1\x60\x80\x10\x12\x25\x11\x0b\xd0\x75\x1c\xcb\xb2\x3c\xdb\ \x61\x94\x3a\xce\x2d\x7b\x05\x4a\x28\x84\x50\x92\x65\xca\x58\x2e\ \x9b\x85\x10\x54\x2b\xe5\x20\xf0\xf3\xc3\xb9\xc1\xc0\x6c\xb7\x5a\ \xe3\xe3\x63\x94\x52\x1a\x11\x45\x96\xc3\x30\x90\x24\x91\x90\x68\ \x6e\x76\x76\x6e\x6e\x36\x99\x48\x54\x4a\x25\xd7\x75\x24\x01\xf3\ \x13\x18\xf8\xbe\x24\x49\x00\x42\x06\x58\x10\xf8\x1c\xe5\x53\xa9\ \xd4\x81\x03\x07\x0e\x1c\x38\xc0\xf1\x7a\x62\x62\xc2\x73\x3d\xd3\ \x34\x25\x49\xca\x0f\xe7\x6d\xc7\xe6\x4c\x31\xa5\x94\xe7\xef\xa2\ \x28\xb6\x5a\x2d\x8c\x71\x3a\x9d\x7e\xf1\xc5\x17\xb9\x68\xac\xdf\ \xef\x2f\x2d\x2d\xcd\xcf\xcf\x57\x2a\x95\x91\x91\x91\x62\xb1\x78\ \xe5\xca\x95\x95\x95\x95\x9f\xfe\xe9\x9f\x1e\x19\x1d\xb9\x03\x8b\ \x77\xe2\x1d\x8c\xc8\xf3\x04\x08\x7c\xdb\xbe\x70\xee\xc2\x67\xfe\ \xe0\xf7\xff\x8f\x7f\xff\xf3\x0f\x3f\xf8\x90\xe7\x79\xa3\x85\xd1\ \x58\x3c\xee\x79\xde\xda\xea\xca\x76\x71\xab\xb8\xb5\x75\xf2\xe4\ \xc9\x57\x5e\x7e\x69\x30\x18\x08\x18\x87\x84\x3c\xf8\xd0\xc3\x6f\ \x9c\x3e\xd3\xeb\xf7\x1c\xc7\x19\x1b\x1b\x5b\x5d\x5d\xf5\x03\x3f\ \x0c\xa3\x17\x5f\x7c\xe9\x85\x17\x5e\xe0\x99\x5a\xb1\x58\x3c\x7a\ \xf4\xd5\x6b\xd7\xae\x55\x2b\x55\xd3\x34\x8b\x5b\x45\xcb\xb2\x04\ \x2c\x02\x00\x18\xa3\xfc\x12\x15\x45\xd1\xf7\xfd\xb5\xb5\xb5\x28\ \x8a\x3c\xcf\x33\x4d\xd3\x71\x9c\xbb\xee\xba\x4b\x92\xa4\xed\x52\ \x69\x6d\x6d\x2d\xf0\x7c\x46\xa9\xae\x6a\x83\xbe\x59\xab\xd6\x3a\ \xed\xf6\xf2\xd2\xcd\x74\x2a\xdd\xa8\x37\x24\xf9\x56\x1a\xc2\x13\ \x16\x5e\x3e\x73\x31\x30\xf7\x9e\xa0\x94\xfa\xbe\xaf\x28\x8a\x69\ \x9a\xbc\x91\xcd\x27\x70\xfb\xfd\x7e\xb5\x5a\xd5\xb4\x5b\x26\x31\ \x3c\x9d\x34\x0c\x23\x08\x02\x45\x51\xba\xdd\xee\xd0\xd0\x10\x9f\ \x3c\x19\x1f\x1f\x1f\x1e\x1d\xcd\xe5\x72\xa9\x74\xda\x76\x9c\x62\ \xb1\x38\x3d\x3d\x1d\x06\xc1\xbe\x7d\xfb\x74\x4d\xfb\xa7\x1c\x09\ \xbf\x87\x54\x91\x20\x24\xd8\xb6\xab\x69\xda\xdf\xfc\xcd\x7f\x0f\ \x43\xf2\x07\x7f\xf0\xfb\xb1\x58\x1c\x63\x71\xef\xde\x7d\x9b\x9b\ \x5b\x6b\x6b\x6b\x8b\x8b\x8b\xf1\x78\x7c\x69\x69\xe9\x1b\xdf\xf8\ \xc6\x2b\xaf\xbc\xc2\x0b\xf6\x7a\xbd\x2e\xcb\x72\x10\x44\xbe\xe7\ \xc9\xb2\x5c\xab\xd5\x0a\x85\x42\x14\x45\xcb\xcb\xcb\xe7\xcf\x9e\ \x3d\x76\xec\x58\x10\x04\x6b\x6b\x6b\x2b\x37\x97\x4f\x9e\x7c\x63\ \x7b\x6b\x0b\x32\xd0\x6a\x36\x37\xd6\xd6\x03\xd7\x03\x10\x41\x00\ \x48\x44\x10\x00\x10\x80\x6a\xb9\x14\x45\x61\x18\x85\x90\x52\xd3\ \xec\xf7\xfb\xbd\xa9\x99\xa9\x1d\x3b\x66\x03\xdf\x5b\x59\x59\x72\ \x6c\x5b\x92\x44\x12\x86\x94\x92\x5a\xb5\x12\x7a\xc1\x85\x73\x67\ \x1b\xf5\x3a\x00\xa0\xd7\xed\xcd\xcf\xef\x10\x30\xb6\x6d\x5b\x14\ \x25\xd7\x75\x19\xa5\xa2\x28\x3a\xae\x8b\x31\xd6\x75\x9d\xe7\xec\ \xeb\xeb\xeb\x61\x18\x96\xcb\xe5\x66\xb3\x39\x35\x3d\x95\x4c\x26\ \x29\x63\xeb\xeb\xeb\xbe\xe7\xcb\x92\x4c\x08\xe1\xa3\xd9\xb7\x65\ \x89\xfc\x64\xce\xce\xce\xf2\xc6\xf7\x5d\x77\xdd\xb5\x6f\xdf\x3e\ \x4a\x69\x32\x99\xfc\xce\x77\xbe\x63\xdb\xf6\xc7\x3f\xfe\xf1\x6c\ \x36\xbb\x7b\xf7\x6e\x4d\xd3\xff\x25\x75\xa2\xef\xc4\xbf\xac\x10\ \x04\xe1\xd4\xc9\xd7\x64\x45\xcc\x0d\xe5\xfe\xf6\x6f\xff\xfb\x83\ \xf7\x3f\x70\xf8\xbe\xc3\x27\x4e\x9c\x08\xfc\x28\x66\x24\x55\x55\ \xef\xf5\xcc\xb5\xe5\x9b\xaa\x2c\xd9\xb6\xbd\xb9\xb9\xc9\x0d\x5c\ \xfd\x20\xdc\x7f\xe0\xe0\xd8\xc4\x64\xb5\xd1\x8c\x27\x74\x43\x4b\ \x44\x81\xf7\xd8\xe3\x8f\x5f\xbe\xb4\xe8\x84\x4e\x3c\x1e\xbb\xff\ \xf0\xbd\xc7\x8f\x1f\x1f\x19\x1e\x1e\xca\x0d\xc9\x9a\x34\x3a\x32\ \x5c\x11\x62\x6a\x00\x00\x20\x00\x49\x44\x41\x54\x2a\xcb\x32\x8b\ \xc8\x50\x6e\xe8\xc8\x91\x23\xff\xe1\x57\x7f\x35\x0a\x43\x88\x90\ \x1f\xb8\x8a\x24\x7b\xbe\x5f\xaf\xd7\x6d\xdb\xee\x76\xbb\x73\x73\ \x73\x17\x2f\x5e\xe4\x32\x91\xb9\xb9\xb9\xf5\xf5\xf5\x87\x1e\x79\ \x24\x8c\x22\xcf\xf3\x12\x89\x44\x10\x86\x8a\xa2\xcc\xcc\xcc\x64\ \x32\x99\x9b\x37\x6f\xa6\xd3\xe9\x9b\x37\x96\x48\x48\x78\xb3\x9b\ \xb7\x2c\x21\x84\x84\x51\x5d\xd7\x79\xf3\x14\x63\x5c\x2a\x95\x44\ \x51\xcc\xe5\x72\xa6\x69\xe6\x72\xb9\x7e\xbf\x3f\x3c\x3c\x2c\x49\ \x12\xd7\xf1\x84\x41\x78\xdb\x1b\xc6\x34\x4d\x49\x94\xb9\xbc\x6e\ \x30\x18\xa4\xd3\x69\x51\x92\xfa\x83\x81\x22\xcb\x48\xc4\xb1\x44\ \xbc\x56\xaf\x7f\xea\x57\x7e\xf9\xa5\x97\x5e\x9a\x9b\x99\x35\x34\ \xbd\xd3\x6c\x21\x84\xc0\x5b\xd2\xe8\x10\x42\x57\xd7\xd6\xef\xda\ \xbf\xef\xc5\x17\x5f\xfe\xe2\x17\xbf\xf8\xd4\x53\x4f\x35\x9b\xed\ \x4a\xa5\xe2\xfb\x7e\x2a\x95\x92\x65\x19\x0b\xf8\xeb\x5f\xff\xfa\ \xf4\xf4\xf4\xe5\xcb\x97\x6b\xb5\x1a\xcf\xf5\x24\x49\x7a\xe4\x91\ \x47\x2c\xcb\x3a\x76\xec\xe8\xfb\xde\xff\x04\xa0\x6c\xff\xfe\xfd\ \xcf\x3d\xf7\x1c\x4f\xca\xd2\x99\x0c\x3f\xf0\x78\x22\x91\x48\x24\ \x73\x9e\x9f\xcf\x65\xa2\x28\x1a\x8b\x69\xad\x46\x33\x93\xce\x00\ \x12\x01\x80\xb0\x88\x49\x44\x18\x89\x64\x49\xda\xda\xdc\xf4\x5d\ \x4f\x96\xa4\x95\xe5\x65\xc7\xb2\x52\xf1\x44\xb3\xd9\x32\xcd\x81\ \xd9\xeb\xcf\xef\xde\x5d\xaf\x56\x86\x46\x86\xa3\xd0\x1f\x19\x1d\ \x6d\x54\x4a\x1f\xf8\xc0\x07\x6a\xa5\x72\xbd\x52\x59\xb9\xb9\x12\ \x10\xdf\xb1\xed\x4c\x26\xb3\xb9\xb5\xad\x28\x8a\xaa\xaa\x10\x09\ \x85\x42\xa1\xd6\x6c\x68\x9a\x66\x18\x46\xb9\x52\x96\x05\x71\xb4\ \x50\x28\x6d\x6f\x4f\x4f\x4f\xaf\xac\xac\x0c\x06\x83\x5d\xbb\x76\ \x41\x88\xa8\x00\xaa\xd5\x2a\x1f\x03\x25\x84\x0c\x0d\x0d\x75\xbb\ \xdd\x4a\xa5\x32\x31\x31\xb1\xb6\xb6\xc6\x9d\xc4\x38\xed\x38\x39\ \x39\x19\x45\x51\x2e\x97\x9b\x9b\x9b\x7b\xf7\xbb\xdf\xfd\x8d\x6f\ \x7c\x63\xef\xde\xbd\x99\x4c\xa6\x5a\xab\xde\xc9\x16\xef\xc4\x3b\ \x08\x8b\x6f\x9c\x3a\xf5\x57\x7f\xf1\xdf\xfe\xf3\x7f\xfa\x4f\x57\ \x2e\x5d\x4e\x26\x93\xff\xe5\xff\xf9\x2f\x27\x5f\x7f\xa3\xd9\x6c\ \xae\x6e\x6c\x0e\x6c\x17\x63\x9c\xcd\x66\x7f\xf8\xdf\x7c\x60\xe7\ \x8e\xb9\x74\x32\x79\xf0\xe0\x41\x28\x60\x88\x90\xaa\x69\x6f\x9c\ \x39\xd7\xef\x0f\x5e\x79\xf9\x98\xeb\x7a\xaf\xbf\xfe\xc6\xe8\xc8\ \x08\x00\xa0\x50\x28\x4c\x4f\x4f\x63\x2c\x4c\x4e\x4e\x32\xc6\x26\ \x27\x26\x13\x89\xa4\xef\xfb\xb5\x6a\x35\xf0\xfd\xcd\xcd\xcd\x28\ \x8a\x3c\xcf\xe5\x65\x6f\x18\x86\x03\x73\x20\x62\xac\xeb\x3a\x27\ \xa4\x54\x55\xe5\xa3\x2c\xb2\x2c\x97\x4a\xa5\xd1\xd1\x51\x04\x40\ \xbf\xd3\x11\x20\x74\x6d\x5b\x14\x84\x4e\xab\x75\xed\xca\x95\x17\ \x9e\x7f\x7e\x7d\x75\x75\x7b\x6b\xab\xd1\xa8\xfb\x9e\x1f\x8b\xc7\ \x45\x51\x14\x10\xe2\xa8\xcd\xd5\x76\x9e\xe7\xa9\xaa\x2a\x49\xd2\ \x81\x03\x07\x30\xc6\xbe\xef\xf3\xbe\x4a\x2a\x95\x0a\xc3\xf0\xf0\ \xe1\xc3\x1f\xfa\xd0\x87\xee\xb9\xe7\x1e\xdd\x30\x08\x21\xae\xeb\ \x72\x0c\x85\x10\x56\x2a\x95\x28\x8a\x76\xee\xdc\xd9\xed\x76\x11\ \xc6\x96\x63\xbf\xfc\xea\x91\x56\xb3\xa9\xaa\xaa\xa1\xeb\x81\xeb\ \xd1\x30\xda\xbd\x73\x17\x09\xc3\xbf\xfb\xd2\xd3\x1c\x5b\xdf\x42\ \x78\x9e\xfb\x5f\xff\xfc\x2f\x3e\xfb\x99\x3f\xfa\xc3\xcf\xfd\xf1\ \xc4\xf8\xd4\x91\x57\x8e\xfe\xed\x17\xbf\x44\x22\xe6\x7b\xe1\xcd\ \xa5\x15\x8c\x25\xdb\xb6\x77\xef\xde\xfd\xe4\x93\x4f\x1a\x86\x31\ \x39\x39\xb9\x6b\xd7\x2e\xcf\xf3\xe2\xf1\x78\xa5\x52\xb9\x72\xe5\ \x4a\x10\x04\x6b\xcb\x2b\xc5\xcd\x4d\xdb\xb6\x17\x16\x16\x5c\xd7\ \x1d\x19\x19\x89\x19\xc6\xcc\x8e\x1d\x94\x10\x12\x45\xaa\xa6\x69\ \x9a\xe6\xb9\x6e\xe8\x79\x9e\x65\xaf\xaf\xaf\x5b\x83\x01\x80\x88\ \x31\x40\xc2\xd0\xb5\x6d\xcf\xb1\xf2\xc3\x39\x46\x49\xa5\x5a\x0a\ \x43\x7f\xff\xde\x3d\x9d\x76\xab\x5c\xde\x56\x65\xdc\x6a\x54\xb3\ \x99\x8c\xeb\xb8\x82\x00\x3d\x6b\x00\x29\x25\xbe\xb7\xba\xb2\xfa\ \xb9\xcf\x7d\xf6\xb5\xd7\x4e\x40\x00\xd7\x37\x56\xae\x5c\xb9\x62\ \xc4\x62\x94\x52\x41\xc0\x83\xc1\x80\x4b\xdf\x01\x03\xae\xeb\x06\ \x41\x50\x28\x14\xf6\xef\xdb\x7f\xf8\xf0\x61\xce\xd8\x96\x4a\xa5\ \x91\x91\x11\x4d\xd3\x92\xc9\xe4\x4f\xfc\xe4\x4f\x7c\xf8\xc3\x1f\ \xde\xbd\x67\x0f\x00\xc0\xb2\x2c\x6e\x05\xc2\x79\x8f\x1b\x37\x6e\ \xdc\x7d\xf7\xdd\x5c\x50\xc5\x18\x7b\xed\xb5\xd7\xbe\xfc\xe5\x2f\ \x03\x00\x92\xc9\x24\x63\xcc\x34\xcd\xe9\xe9\xe9\xd9\xd9\xd9\x93\ \x27\x4f\xbe\xf1\xc6\xa9\x3b\xd9\xe2\x9d\x78\x07\x03\x03\xb0\xbc\ \x7c\x93\x51\x4a\x09\xb9\x7e\xed\xba\x6d\xd9\x23\x23\xa3\xed\x76\ \x9b\x52\x90\xce\x64\xb6\x7a\xdd\x9b\x4b\xd7\xbf\xf1\xec\xb3\x77\ \x1d\x38\xf0\x33\x3f\xf3\x6f\x4f\xbe\xf1\x06\x00\x80\x52\xb6\x63\ \xc7\xfc\x85\x8b\x97\x5e\x7e\xe5\x95\x9f\xf8\xf1\x1f\xfd\xfa\xb3\ \x5f\xcf\x24\x53\xe5\x72\x39\x8c\xc2\x52\xa9\x94\xc9\x64\xf2\xf9\ \xe1\x28\x8a\x5a\xad\xd6\xa9\x53\xa7\xc6\xa7\xc7\x53\xc9\x64\xb5\ \x5a\x6d\x37\x9a\x5b\x5b\x5b\xd3\xd3\xd3\xe8\xd6\xf8\x0e\x83\x10\ \x6e\x15\x37\x75\x45\x6d\x36\x9b\xaf\xbf\xfe\x3a\x63\x6c\xdf\xbe\ \x7d\xcd\x66\x93\xcf\xc0\xaa\xaa\x5a\x2c\x16\x09\x21\x89\x44\x22\ \x8a\xa2\xf9\xf9\x79\x28\x08\xbc\xe0\x95\x65\x39\x08\x82\x62\xb1\ \x38\x3a\x32\x0a\x28\xd8\x28\x16\xb1\x20\xe4\xf2\xb9\x5a\xa3\x11\ \x45\x91\x2c\x2b\xb2\x2c\x73\xb7\x9e\x7c\x3e\x1f\x04\x81\xe3\x38\ \x33\x33\x33\xad\x56\x6b\x30\x18\x50\x4a\x47\x47\x47\x73\xb9\xdc\ \xcd\x9b\x37\x21\x42\x13\x13\xe3\xe5\x4a\xd9\xf3\x3c\x4d\xd3\xf6\ \xec\xd9\x73\xe3\xfa\xd2\xc4\xc4\xc4\xd4\xd4\x54\x18\xf2\x06\x2b\ \x62\x00\xf4\x4d\xb3\x54\x2e\xbf\xf7\xb1\xc7\x8e\x1d\x3f\xf6\xfc\ \xf3\xcf\x6f\x6f\x6f\xb7\xdb\x6d\xc7\x71\x36\x36\x37\x90\xf0\x16\ \xf3\x12\xc6\x40\xb5\x5a\x5d\x5b\x5b\x5b\x5a\x5a\x3a\x78\xf0\xe0\ \x0b\x2f\xbc\xb0\x6f\xdf\xbe\xe7\x9e\x7b\x2e\x93\xc9\x24\x93\xc9\ \xa9\xc9\xa9\x8d\xf5\xd5\xa7\x9f\x7e\x7a\x78\x78\xf8\x13\x9f\xf8\ \xc4\x60\x30\xf8\xcc\x67\x3e\x93\xc9\x64\x34\x4d\x9b\x9e\x9e\x7e\ \xea\xa9\xa7\x32\x99\x0c\x46\x60\x61\x61\xa1\x5e\xab\xd5\x6a\x35\ \xcf\xf3\x3a\x9d\x4e\x26\x9b\xad\xd7\x6a\x0c\x00\x08\xe1\xc6\xfa\ \xfa\xf8\xf8\x84\x63\x9b\xed\x5a\x3d\x8c\xfc\x66\xa3\x11\x33\x0c\ \x10\x85\x10\x60\x08\x20\xc6\xb8\xbc\x5d\x2a\x15\x37\x3b\xed\xee\ \xb1\xa3\x47\xf7\xed\xd9\xd7\xef\xf5\x30\xc6\xed\x56\x8b\x84\xe1\ \xc4\xc4\xc4\xd5\xab\x97\x5b\xfd\x5e\x2a\x95\x1c\x1d\x1b\x9d\x98\ \x9e\xf6\x7d\xaf\x30\x32\x72\x60\xff\x5d\x96\x69\xbe\xf0\xed\x17\ \x64\x51\xdc\xbf\x7f\x7f\xbb\xd7\xad\x56\x6b\x93\x93\x93\xed\x76\ \x7b\xbb\x54\xe2\x86\x6c\xf1\x44\x9c\x0f\x32\x09\x82\xd0\x6e\xb7\ \x03\xdf\x7f\xd7\xa3\x8f\x5e\x38\x7f\x81\xa7\xe7\xb3\xb3\xb3\x92\ \x24\x9d\x38\xf6\xfa\xfc\x8e\x1d\xd5\x6a\x75\x7d\x7d\x9d\x10\x92\ \xc9\x64\xf6\xef\xdf\x4f\x08\x39\x70\xe0\x80\xa2\x28\xa9\x54\x0a\ \x21\x04\x29\xe5\x2c\xc7\xe6\xe6\xe6\xdc\xdc\x5c\xbb\xdd\xfe\xfc\ \xe7\x3f\x9f\x48\x24\xce\x9d\x3b\x67\x9a\xe6\x03\x0f\xde\x7f\x07\ \x16\xef\xc4\x3b\xd7\x73\x81\x83\x81\x99\x8c\x19\xd5\x5a\x6d\x28\ \x3b\x5c\xaf\x56\xa3\x88\x78\xae\x17\x44\x14\x63\x2c\x4a\xb2\x20\ \x88\x80\x85\x57\xaf\x5e\x6e\xb6\x9a\x85\xc2\xd8\xca\xda\xba\x28\ \x8a\xa2\x24\x5f\xbf\xb1\xf4\xca\x2b\xaf\xfc\xe8\x8f\xfd\xf8\x7d\ \xf7\xde\x77\xf3\xfa\xd5\xe9\xa9\xe9\xfc\xc8\x10\x89\x48\x3a\x9d\ \x6e\x34\x1a\xb5\x6a\xd9\xb2\x2c\x8c\xc5\xe9\x99\xe9\xae\xd9\xe5\ \x2a\xeb\xc8\x0f\xf8\xb2\x8e\xd5\xd5\xd5\x6c\x3e\x2f\x60\x3c\x70\ \xac\x6e\xb7\x2b\x0f\x89\xdc\xb9\xb6\xd5\x6a\x2d\x2e\x2e\xf2\x62\ \xd6\xb6\xed\xd1\xd1\x51\xdb\xb6\x6b\xb5\xda\xc6\xc6\xc6\xea\xea\ \x6a\xbb\xdd\x9e\x9d\x9b\xab\xd7\xeb\x8d\x46\x63\x64\x64\x84\x4f\ \xd1\x8e\x8d\x8f\x97\xb7\xcb\xaa\xa2\x70\x13\xa0\x74\x3a\xdd\xeb\ \xf5\x34\x4d\x8b\xc7\xe3\x3c\xfb\x0b\xc3\x70\x30\x18\xf0\xd6\xb3\ \xe7\x79\xb6\x6d\x73\xd3\xc6\x7e\xbf\xaf\xeb\x7a\xb3\xd5\x12\xb1\ \xa8\xeb\x3a\x17\x09\xc5\xe3\x71\xde\x5d\x55\x14\x45\x96\x61\x32\ \x99\x8c\x22\x02\x31\xfa\xf0\x8f\xfd\xe8\xe2\xe2\xe2\xd5\xeb\xd7\ \xcc\xc1\x20\x95\x4c\x85\x61\xb8\xb1\xb1\xe1\x38\x0e\x82\x10\xbc\ \xd5\x71\x03\xc6\x18\x84\xc8\xf3\xbc\xf1\xf1\x71\x5d\xd7\x5b\xad\ \xd6\xc9\x93\x27\x13\x89\x84\xeb\xba\xb7\x66\x72\x28\xad\x56\xab\ \x47\x8e\x1c\x11\x45\x51\x51\x94\x4a\xa5\xd2\x6e\xb7\x31\xc6\xcf\ \x3c\xf3\x0c\x21\xe4\x67\x7f\xf6\x67\xeb\xd5\xf2\xc5\x8b\x17\x9f\ \x78\xdf\xfb\x2e\x5c\xbc\xc8\x9b\xda\x1b\xeb\xeb\xb1\x58\x8c\x31\ \xd6\x68\x34\xc6\xc7\x26\x3c\xc7\xf5\x5c\x17\x8b\xa2\x63\x0f\x74\ \x5d\xb7\x2c\xab\xdd\x68\xa5\xf3\x23\xb6\x69\x46\x11\xa9\x57\xaa\ \x87\xee\x59\xb0\xac\x2b\x9a\xaa\x5d\xbf\x76\x4d\xd7\xf5\x76\xbb\ \x1d\x06\x81\x65\x59\xd7\xaf\x5f\x9f\x98\x9e\xde\x5c\x5b\xbb\x19\ \x85\xbb\xf6\xec\xa4\x94\xf8\xbe\xff\xda\x6b\x27\x06\xdd\xfe\xde\ \x5d\x3b\x3b\xcd\x86\x84\x84\xb9\xf9\xf9\xab\x37\xae\xa7\xd3\x29\ \x4e\x5f\xc4\x62\xb1\x4c\x26\x2d\x62\x69\xab\xbc\x6d\xdb\xf6\xcc\ \xcc\x4c\xb5\x5a\xad\x95\x2b\xa2\x28\x96\xca\xe5\xc1\x60\x60\xdb\ \xf6\xd4\xd4\x54\xa7\xd3\x09\xc3\x50\xd7\xf4\x20\x08\xf8\xa3\x2c\ \xcb\x52\x14\x25\x99\x4c\x1e\x3f\x7e\xfc\xa1\x87\x1e\xe2\x89\xa1\ \x28\x8a\x41\x14\x8d\x8d\x8d\xfd\xe4\x4f\xfe\xe4\x9f\xfe\xe9\x9f\ \x3e\xf6\xd8\x63\x2f\xbf\xfc\xf2\xf4\xf4\xf4\xf1\xe3\xc7\x87\x86\ \x86\xce\x9f\x3f\xff\xde\xc7\xde\x7b\x07\x16\xef\xc4\x3b\x18\x08\ \xa2\x4a\xb9\x8a\xb1\x20\x40\x28\x89\xa2\x28\x4a\x18\x8b\x08\x43\ \x01\x61\x0a\x00\x04\x80\x30\x2a\x08\x82\x65\x59\xd7\xae\x5d\xeb\ \xf6\x4d\x46\x41\xab\xd5\x7c\xee\xb9\x6f\x0e\x65\x87\x5e\x7d\xf5\ \xd5\x33\xaf\xbf\xbe\x6b\x7e\x76\xf1\xe2\xc5\x1f\xfb\xf1\x1f\xe5\ \xa2\x0d\xc3\x30\xa6\x26\xc7\xbe\xf5\xad\x6f\x6d\xd6\x36\xbf\xfc\ \x77\x7f\xf7\xd0\xbb\x1e\xd6\x35\x2d\x9d\x4a\x5f\xbb\x72\xa5\xd1\ \x6c\xe4\xf3\xf9\xf3\xe7\xcf\x0f\x0d\x0f\x4b\xb2\xa4\x68\x5a\xbb\ \xdd\xbe\x70\xf6\x9c\x88\xb1\x24\x49\xdd\x6e\xd7\x71\x1c\x51\xc4\ \x9e\xe7\x13\x42\x2a\x95\x8a\x20\x08\xc9\x78\xc2\x73\x5c\x45\x92\ \x2f\x5f\x5a\x2c\x15\xb7\x75\x5d\xd7\x55\x2d\x11\x8b\x5f\x6d\x5d\ \xf1\x1c\xb7\x5a\x2a\x9b\xa6\x19\x86\xa1\xaa\xa8\x8e\xeb\xc8\x9a\ \xca\x67\x57\x00\x00\x94\x31\x59\x56\x6c\xdb\x9e\x9e\x9e\x2e\x16\ \x8b\x96\x65\xe5\x72\xb9\x5a\xad\xc6\x5b\x31\xcd\x66\x53\x55\xd5\ \xb9\xb9\xb9\x73\x17\x2e\xb8\xae\x6b\xdb\x36\x00\x20\x91\x48\xc4\ \xe2\xb1\x43\xf7\x1c\xea\xf7\xfa\xfd\xbe\xb9\x5d\xda\x16\x31\x8e\ \x18\x99\x1c\x9f\x48\x25\x92\x5f\xfb\xfa\xd7\x5a\xad\x16\xa0\xd4\ \x75\xdc\x5e\xb7\x27\x49\x12\x78\x1b\x23\x58\x8c\x31\xee\xb6\x3d\ \xbf\x63\x47\xcc\x88\xf5\xfb\x26\x42\xa8\xd9\x6c\x8f\x8c\x8e\x58\ \x03\x8b\x37\xfd\x09\x21\xb5\x5a\x8d\x53\x9f\xf5\x7a\x5d\x92\xa4\ \x6b\xd7\xae\x66\x32\x99\xc9\xc9\xc9\xcf\x7f\xfe\xf3\x85\x91\x7c\ \xa5\x52\x49\x24\x93\xbd\x5e\x17\x42\x30\x18\x98\xa3\xa3\x23\xad\ \x56\x5b\x10\x84\x4b\x8b\x97\x4c\x73\xb0\x7b\xe7\xee\x54\x2a\xdd\ \x70\x2b\x5b\x5b\x5b\x51\x14\xad\xac\xac\x26\x9a\xad\x31\xc7\xad\ \xd6\x9a\x13\x13\x13\xa5\x72\xb1\xd3\x6e\x56\xab\x55\xc6\x68\xb5\ \x5a\x19\x1b\x1f\x8b\xa2\x90\x50\xe2\xba\x8e\xa1\x1b\x8e\x65\xab\ \x71\xa3\xd1\x6e\x36\x1b\x8d\x4e\xa7\x93\xcd\x66\xe7\x66\xe7\x4a\ \xc5\x4d\xd7\x75\xaa\xd5\x6a\x42\x37\x96\x96\x96\x2e\x5f\xbe\x92\ \xc9\x64\x08\x21\x86\x61\x48\x8a\x52\x2c\x16\x13\xb1\x14\xc7\xdf\ \x6c\x36\xbb\x63\xc7\x9c\x2a\x49\x1b\xeb\x1b\x22\xc6\x51\x14\x71\ \x3d\x66\x2e\x97\xab\x56\xab\x85\xd1\x42\xbd\xd5\xe2\x5a\x4b\x41\ \x10\x6c\xdb\xce\xe5\x72\x18\xe3\xf9\xf9\xf9\xd7\x5e\x7b\xcd\x75\ \x1d\xdb\xb6\x10\x16\x25\x49\x3a\x78\xf0\xe0\xc7\x3e\xf6\xb1\x3f\ \xfe\xe3\x3f\x69\x77\xda\xa2\x28\x32\x46\xd7\xd7\xd6\xee\xbd\xe7\ \x50\x10\xf8\x77\x60\xf1\x4e\xbc\x83\x11\x38\x81\xc0\x84\x54\x3c\ \xad\x8a\x0a\xa4\x81\x17\x44\xfd\x81\x19\x45\x4c\x40\x88\x41\x20\ \x62\x81\x46\x90\xbb\xf6\xa7\xd3\x49\xdb\xb6\x3d\xcf\x57\x25\xb1\ \xdf\x6d\xf9\xce\x00\x63\xb9\x0d\xa2\xad\xd5\x25\x84\xd0\x95\xcb\ \x97\xb8\x98\xa3\x56\xab\x65\x32\x99\x88\x30\x55\x33\xf2\xa3\x23\ \x2c\x62\xbd\x4e\xbf\x59\x6f\x2d\x5e\xb9\x76\x73\x75\x7d\x76\x76\ \xbe\xd6\x6a\x2f\xaf\x6d\x00\x00\x82\x20\xc8\xe7\xf3\xab\xab\x6b\ \xfc\x9d\x14\xc6\x27\x4d\xd3\xec\x74\x3a\xba\xae\xbb\x7e\x88\xbd\ \xc0\x76\xfd\x95\xb5\x55\x5d\xd7\xcb\xd5\x0a\x00\x00\x21\x34\x3b\ \x3b\x6b\x59\xd6\x85\x4b\x17\xb9\xcb\x43\xb1\xbc\x4d\x18\x03\x08\ \x04\x34\x90\x54\xc9\xf7\x5d\xc7\xb1\xc4\x50\xc4\x08\x2a\x92\xd8\ \xef\xb4\xa3\xb8\xf1\xea\xab\xaf\x8c\x8c\x8c\x0c\x0f\x0f\xdb\xb6\ \xcb\x85\x8a\xb3\x33\x3b\x0a\x85\xc2\xf9\x0b\xe7\xcb\xdb\x95\x89\ \xb1\xb1\x41\xbf\x7f\xd5\xb2\x01\x00\x0f\x3f\x70\xff\xb3\xcf\x7c\ \x95\x86\xc1\xc4\x58\x21\x1a\xce\x5f\x59\xbc\x38\x30\xfb\xe3\x13\ \x85\x37\x4e\x9e\xf0\xfd\xd0\xec\x76\x23\xdf\x6b\xb7\x9b\x2c\xa4\ \x8a\x24\x4a\x12\x0e\xc2\x80\xbd\x0d\x58\x6c\x34\x2a\x31\x45\x1c\ \xcf\xc5\x35\x14\x1a\x92\xd0\xb1\xbc\x6a\xa3\x5b\x6d\xf6\x24\x41\ \x10\x18\xf1\xfd\x00\x20\x8a\x25\x41\x93\x54\x42\x18\x83\x80\x30\ \x3a\xb0\xdc\x6a\xad\x51\x2a\x57\x55\x45\x59\x59\xba\xe9\xd8\x83\ \xcd\xf5\xf5\x4e\xb7\x09\x58\x84\x20\x93\x44\x48\xa3\x30\x0a\xc2\ \xd9\xa9\x39\x40\xc8\x50\x3a\x51\x29\x97\x2b\x95\xca\x0b\xdf\x7e\ \x31\x22\x74\x60\x39\x67\xcf\x5d\x48\xa7\xd3\x00\xa1\x5a\xa5\x54\ \xdc\xdc\x06\x00\x98\x66\x3f\x95\x4a\xed\xdd\x7f\x60\x69\x69\x09\ \x21\xd0\xee\xf5\x62\x7a\x4c\x8f\xe1\xeb\x37\xaf\x1b\x86\x81\x10\ \xba\xb2\xb8\x68\xf6\xbb\x7b\x76\xef\x96\x25\xa9\x51\x6f\xd4\x2b\ \x55\xdf\xf3\x02\xdf\x6f\xf5\x4d\x55\xd5\x5d\xc7\x4f\xa4\x54\x84\ \x84\x5e\xb7\xd9\xed\x76\x75\x5d\x4f\x67\x92\xcd\x66\xb3\xd5\x6e\ \xd4\xcb\xdb\xab\xab\xab\x3f\xfc\xc3\x3f\x3c\x39\x39\x79\x73\x79\ \xa9\xd9\x6e\x0c\xe5\x87\x16\x16\x16\x2c\xcb\xba\x7a\xf5\x2a\x0d\ \xa3\x47\x1e\x79\xe4\xec\xd9\xb3\xb6\x6d\xef\xde\xbd\x2b\x16\xd3\ \xf7\xed\xdb\x63\x9a\xbd\x27\x9e\x78\xec\xda\xb5\x2b\x9a\x26\xf7\ \x2d\x67\x68\x68\xe8\xc5\x17\x5f\xbc\x74\xe9\x92\xd9\x6b\xc7\x34\ \x65\x73\x6d\x15\x02\x92\x49\xc6\x03\xcf\xc6\xdf\xcd\x14\xfd\x0e\ \x2c\xde\x89\xb7\xdb\x75\xc1\x82\xc0\x08\xf3\x3c\x3f\x8c\xa8\x00\ \xa1\xae\xa8\xae\x1f\x12\x42\xb0\x80\xa3\x28\x60\x94\xdd\xf2\x73\ \x0e\xc3\x28\x8a\x20\x84\x8a\xa2\x48\x58\x60\x84\x51\x21\x14\x05\ \x01\x49\x52\x10\x04\xdc\x89\x0b\x63\xfc\x67\x7f\xf6\x67\xaa\xaa\ \x76\xbb\xdd\x54\x2a\x05\x98\xb0\xb8\x78\x69\xd7\xae\xdd\x5c\x79\ \x67\xdb\x76\xab\xdb\x79\xf4\xd1\x47\xbf\xfd\xed\x6f\x23\x84\xc2\ \x30\x5c\x59\x59\x49\x26\x93\xaa\xaa\xf6\xfb\xfd\x5e\xaf\xc7\x8b\ \xc1\xe1\xe1\xe1\xcd\xcd\x4d\x8c\xb1\x24\x49\x9e\x63\x11\x42\x3c\ \xcf\xd3\x75\x7d\xff\xfe\xfd\xeb\xeb\xeb\xdd\x6e\x97\x0f\xf3\x89\ \xa2\xa8\x6a\x9a\xed\x38\xdc\x14\x87\xb7\x59\x30\xc6\x7c\xa1\x2b\ \x82\xb0\xd5\x6e\x69\x31\x9d\xbb\x0a\x46\x51\x64\x9a\xa6\x69\x9a\ \x96\x65\x71\xc5\x38\x25\x34\x0c\xc3\xbd\xfb\xf7\x96\x4a\x25\x08\ \xa1\x2c\xcb\xf5\x7a\x7d\x7a\x7a\xba\xdf\xef\x2d\x2d\xdd\xb0\x2c\ \xab\xd9\xac\x69\x8a\xd4\x6d\xb5\x5f\x3b\x76\x9c\x0f\x63\xe8\x8a\ \x22\x08\x02\x10\x01\x9f\x05\x0e\xc3\xe0\x6d\xb0\x17\x00\x41\x14\ \x37\x0c\xd7\xb6\x7c\xd7\x0b\x83\x50\xd3\x12\x8a\x16\x60\x51\xf5\ \xac\x1e\xa4\xb7\xe4\x4b\xbe\xef\x33\x46\x07\x83\x5b\x66\x36\x23\ \xc3\x05\x42\x08\x42\x02\x42\x08\x44\x2c\x16\x8b\x37\x9b\x0d\x73\ \xd0\x83\x10\x5c\xb9\xb2\xf8\x0b\xbf\xf0\x0b\x3b\x77\xee\xe2\x6e\ \xb5\xc9\x98\xb1\x78\xe9\x52\x3e\x9f\x8f\xc7\xe3\x89\x44\x62\x6d\ \x6d\x7d\x6c\x6c\x2c\x9f\xcf\x9f\x3e\x7d\x5a\x10\x84\xe3\x47\x8f\ \x12\x42\x30\x16\x63\x31\xe3\xca\x95\x6b\x9c\xec\x4d\xa7\xd3\xe9\ \x74\x36\x8a\xa2\x88\x12\xc3\x30\x5c\xdf\xd6\x75\xbd\x59\xab\xdf\ \x7f\xf8\x7e\x49\x14\x37\x37\x37\xcd\x6e\xcf\xf3\xbc\x20\x08\x92\ \xc9\x64\xa7\x37\xd0\x34\x8d\x52\xca\xc7\x7e\x14\x55\x55\x14\x05\ \x21\x04\x11\xea\x74\xba\xd7\xae\x5e\x9d\x9d\x9c\x18\x19\xcd\x9b\ \x03\x73\x63\x63\x83\x31\xea\xfb\x61\xb1\xb8\xbd\xbc\xbc\xcc\xa9\ \x80\xdd\xbb\x77\x03\xe1\xd6\x16\x04\x3e\x17\xbf\x7b\xf7\xee\x52\ \xa9\x78\xf9\xf2\xa5\x93\x27\x5f\x37\x4d\x53\x56\xf4\x97\x5e\x7a\ \xe9\xf9\xe7\x9f\x8f\xa2\x48\x92\x24\x12\x46\xe9\x4c\xca\xf3\xdc\ \xb8\x6e\x18\xba\xf6\x5d\x8d\xf7\xee\xc0\xe2\x9d\x78\x5b\xf1\xa6\ \xeb\x14\x64\x94\x31\x46\x00\x80\xa2\x28\x46\x14\x60\x8c\xe3\x89\ \x84\xe3\x0c\x06\x3d\x9b\xb7\x77\x7d\xdf\x27\x84\x50\xca\xb8\x5e\ \xcf\x71\x6d\xe8\xa3\x48\x12\x0d\x55\xe5\x6b\x8b\x79\x0b\xd8\x75\ \x5d\x00\x80\xa2\x28\x83\xc1\xa0\x5a\xad\x98\xfd\xee\xfa\xfa\x46\ \x3c\x1e\xcf\x64\x32\x7c\x65\x07\x67\x12\xb9\x6f\x33\x84\x90\xd7\ \xb0\xd9\x6c\x96\x6f\x2b\xdd\xda\xda\xe2\x0a\x6d\x4a\x69\x44\x08\ \x37\xca\x9e\x9f\x9f\xef\xf5\x7a\x8e\xe3\x34\x1a\x8d\x6e\xb7\xcb\ \x65\xc0\x41\x10\x40\x84\x3c\xcf\xe3\x03\x67\x5c\xf5\xc6\xf7\xae\ \x20\x84\x78\xa3\x86\xdb\xfd\xc7\x62\xb1\x74\x3a\x2d\x08\xe2\xf6\ \xf6\x36\xc6\xb8\xdb\xed\x96\xcb\xe5\xe9\xe9\x99\x6a\xb5\x72\xf6\ \xec\xd9\xb5\xb5\xb5\x7e\xbf\x1f\x8f\xc7\x5f\x7d\xf5\xd5\x8d\x8d\ \x0d\x6e\x38\x86\x10\x0a\x82\x90\x77\xcc\x39\xce\xf2\x95\x06\xfc\ \xc9\x1d\xc7\xe1\x56\xde\x6f\x87\xd6\x25\x04\xc7\x62\x43\x94\xe2\ \x30\xa0\x7e\xc0\x82\x30\x52\xf5\x14\x63\x20\x95\xce\xa5\x74\x65\ \x65\xed\x72\x40\x82\xc1\x60\x90\x4a\xa5\x3a\x9d\x36\x37\xb8\x4e\ \xa7\xd3\xed\x76\x3b\x0c\x23\xc6\xe8\xee\xb9\x39\x4d\x93\x21\xa4\ \x7e\xe0\x72\x71\x52\x14\x45\xad\x56\x1b\x21\x54\xab\xd5\x48\x98\ \x3e\x71\xfc\x68\xa1\x50\xc8\x66\xb3\xba\xae\x73\xf9\x74\xa3\xd1\ \x30\x4d\x73\xcf\x9e\x3d\x7c\x6d\xa9\x28\x8a\x94\x92\xe9\xe9\x69\ \x45\x51\x16\x17\x17\x13\x89\x04\x42\x28\x0a\xc3\xf5\xf5\xf5\xe9\ \x99\x49\x59\x51\x14\x55\xe5\xca\xc1\x6e\xb7\x5b\x2a\x95\x22\x3f\ \xe0\xc6\x42\x18\x8b\xa2\x28\xf2\x8f\x4f\xd5\x35\xd7\x75\x79\xef\ \x18\x41\x98\xcf\xe5\xcc\xbe\x89\x04\x44\x08\x19\x1f\x1f\x9f\x98\ \x98\xa0\x84\x4e\x4f\x4f\x1d\x39\x72\x74\x78\x78\xf4\xf4\xe9\xd3\ \xf7\xdc\x73\x4f\x26\x93\x79\xed\xd4\x29\x0a\x41\xbb\xdd\x06\x00\ \xf4\xfb\xfd\x93\x27\x4f\x12\x42\xae\x5c\xb9\xa4\x69\xba\x69\xf6\ \xe3\xf1\xb8\x69\x7b\x9c\x0c\xd1\x75\x5d\xc2\x30\xf4\xc3\x6c\x26\ \x5b\xdc\xde\x02\x00\x40\x84\xbe\xab\x8a\xfe\x0e\x2c\xde\x89\xb7\ \xd3\x71\xb9\x65\x83\x28\x8a\xb2\x20\x20\xe2\xd1\x30\x8c\x20\x44\ \x58\x42\xb2\xa8\x26\x12\x09\x55\x11\xad\x7e\x93\x17\xb0\xdc\x61\ \x21\x0c\x43\x2c\x8a\x8a\xa2\x20\x88\x21\x46\x9a\x24\x8a\x82\xf0\ \x0f\xb6\xd1\x33\x55\x55\x93\xc9\xa4\x65\x59\x83\xc1\x60\x69\x69\ \x29\xf4\xdd\x44\x32\xc9\x73\x31\xcf\xf3\xb8\x5c\x83\x73\xf0\x7c\ \xeb\x08\xf7\x85\x0e\x82\x80\x4b\xf6\xc6\xc7\xc7\xb9\xb0\x46\x92\ \x24\x4a\x69\x2a\x95\x1a\x1e\x1e\xee\x76\xbb\x61\x18\x16\x8b\x45\ \xcf\xf3\xf8\x50\x04\x5f\x45\xc2\x6d\x6e\x01\x00\xfc\x12\xe2\xb8\ \x7c\x7b\xb0\x2f\x0c\x43\xd7\x75\x21\x84\xdd\x6e\x57\x92\x24\x41\ \x10\x53\xa9\x54\xa9\x54\x1a\x19\x2e\x38\x8e\x73\xee\xdc\xd9\x5c\ \x3e\x27\x4a\xa2\xaa\xaa\x5c\xee\x77\xe5\xca\x15\x51\x14\x6f\x4d\ \x89\x88\x22\xcf\x40\xb9\x67\x81\x20\x08\x5c\x63\x7c\x3b\x78\x8a\ \x0a\xdf\xba\x0d\x2d\xf0\xfd\x08\x20\x6c\xc4\x53\x94\x52\x97\xda\ \xdd\xbe\x6b\x24\x87\xc2\x20\x9c\x99\x1c\x9f\x2a\xe4\xca\xb5\xd5\ \xa0\x6f\x75\xbb\xdd\x42\xa1\xe0\xba\x1e\xb7\xb9\x4e\xa7\xd3\xb7\ \xb6\xb3\xf8\x7e\x3c\x9e\xe8\x76\x9b\x31\x43\x07\x00\x70\xc9\x3a\ \xcf\xfe\x34\x55\xdb\xd8\xd8\xe8\xb6\x5b\x03\xdb\x92\x15\xa5\xd3\ \xed\x96\x2b\x15\x73\x30\x20\x94\xba\x9e\x27\x2b\xca\xa5\xc5\x45\ \xd7\x75\x83\x30\x04\x10\x86\x51\x64\xd9\xb6\x1f\x04\xbb\x76\xef\ \x2e\x14\x0a\x8e\xeb\xce\xcd\xcf\x9f\x3f\x7f\x3e\x22\xd1\x03\x0f\ \x3c\x70\xf1\xe2\xc5\x78\x0c\xd7\xea\x8d\x28\x8c\x5c\xd7\x97\x64\ \x19\x23\x2c\xcb\x24\x0c\x23\xdb\xb5\x00\x00\x18\x63\xc7\x71\x20\ \x84\x9a\xaa\xa9\xaa\x6a\xd9\x36\x85\x20\x08\xfc\x81\xd9\x1b\xce\ \x64\x4c\xd3\x5c\xba\xb1\x74\xf0\xe0\x41\x84\x84\x42\xa1\xa0\x69\ \xaa\x61\x18\x37\x6e\xdc\x18\x1a\x1a\xda\xb9\x73\xe7\xd2\xca\x72\ \x32\x99\xe4\x9b\x1a\x83\x20\x10\x45\xd1\x30\x8c\x54\x2a\x8d\x10\ \xac\xd7\x1b\xa2\x28\x72\x31\xa9\xa6\x69\x24\xf4\x83\xc0\x36\x07\ \xa6\xef\xfb\x20\x06\xbe\x97\xbb\xd1\x1d\x58\xbc\x13\x6f\x87\xf8\ \x07\xa2\x88\x7d\xdf\x27\x24\xc4\x82\xc2\x00\xa1\x2c\xf2\xbc\x10\ \x08\x98\x51\xd6\x68\x06\x80\x45\x00\x02\x9e\x28\xf1\x55\x1b\x92\ \x24\xa9\x8a\x62\x18\x06\x8c\x09\x00\x41\xdf\xb1\xc1\x2d\xd3\x87\ \x80\x10\xc2\x73\x16\x3e\x9b\xcc\xb3\xc2\xa9\xc9\xb1\x6b\xd7\xae\ \x63\x8c\x13\x89\x04\x84\xb0\xdf\xef\xf3\xfa\xb7\xd1\x68\x28\x8a\ \x62\x59\x16\xb7\x6c\x88\xa2\x68\x66\x66\x06\x21\xd4\xeb\xf5\x38\ \x4a\x02\x00\x28\x21\xa2\x2a\xb7\x5a\xad\x72\xb9\xac\x28\x8a\x28\ \x8a\x7c\x12\x8e\xf7\x6a\x75\x5d\xf7\x3c\x0f\xbd\x39\x43\xc6\x53\ \x5a\x9e\x69\xf2\xb1\x6b\x41\x10\xaa\xd5\xea\xf8\xf8\x38\xef\x6f\ \xb6\xdb\xed\x4a\xa5\x92\x4c\x26\x27\x26\x26\x55\x55\x91\x65\xa5\ \xd9\x6c\xac\xaf\xaf\x73\x13\x72\xde\x0f\x6d\xb7\xdb\xfc\x18\x39\ \xd0\xf3\xdd\x09\x7c\x6e\x9a\x3f\x2d\x37\x64\x8d\xc7\xe3\x6f\xbe\ \xc9\xb7\x6c\xf3\xc6\x44\x45\x24\x8c\xf8\x81\x3b\x30\x07\xcd\x76\ \x9f\x0a\x6a\xa3\x59\x61\x8c\xd9\x4e\x7b\x7d\x0d\x06\x41\x40\x29\ \x6b\x34\x1a\xb2\x2c\x5b\x96\xc5\x6f\x1e\xb2\xac\x4c\x4d\x0d\x33\ \xc6\x02\xdf\xb7\xfa\x7d\x41\x10\xfc\xc0\xe7\x98\x62\x9a\x66\x36\ \x3b\x94\xcf\xe5\x1d\xd7\x81\x10\xee\xde\xbd\x7b\xbb\xb8\x59\x2c\ \x16\x27\x26\x26\x24\x49\x32\x4d\x73\x7b\x7b\xbb\x5a\xad\x76\xbb\ \x5d\x8e\xb0\xdc\xe5\x61\x30\x18\x0c\x0d\x0d\x8d\x8f\x8f\xc7\xe3\ \xf1\x73\xe7\xce\x85\x61\x58\xad\x56\xe3\xf1\xb8\xa2\xaa\x67\xce\ \x9f\x0b\x82\xa0\xb7\xb2\x82\x31\xae\x55\xaa\x89\x44\x42\x55\x14\ \xd7\x75\x55\x2d\x1b\x45\x91\xa4\xa8\xfc\x26\xd4\xed\xf7\xf8\x46\ \x04\xfe\xe9\xf8\x51\x88\x31\x8e\x30\xde\x2e\x95\x86\x47\x86\x77\ \xec\x98\x5b\x5b\x5b\xdb\xda\xda\x6a\x36\x9b\x7b\xf6\xec\xdb\xbb\ \x77\xaf\xaa\xaa\x5c\x69\x70\xf3\xe6\x4d\xee\xb3\x19\x86\x11\xdf\ \x74\xa6\xaa\x5a\x10\x04\x0c\x00\x59\x96\x23\x16\xf0\x6f\x94\x61\ \x18\xa2\xaa\x84\x7e\x10\x04\xc1\xf0\xf0\xb0\xa1\x6a\xdd\x6e\xe7\ \xf6\x94\xfd\x0f\x12\x16\x19\x05\x10\x01\x46\x81\x92\x84\xd4\x66\ \x41\x04\xbe\xd7\x9b\x24\x13\x1e\xf9\xc8\xcf\xcd\x27\x82\x80\x08\ \x12\x0e\x8e\x9f\xbc\x3a\x07\x96\xbf\x79\xc5\x94\xf4\xd1\x7b\xe7\ \xb5\xd3\x4b\xe6\x0f\x7d\xf4\xc7\x86\x15\x28\x04\xc5\xbf\xfd\xab\ \xe7\x06\x48\x80\x77\x80\xea\x07\x91\x30\xf2\x02\x99\xef\x79\x93\ \x25\x99\x52\x16\x01\x08\x21\xf0\x7d\x0f\x0b\x08\x41\xe4\x07\x9e\ \xe3\x38\xfc\x6b\x4a\x29\xf3\x3c\xaf\xd7\xeb\x63\x2c\x12\x4a\x7c\ \xd7\x89\x69\x1a\xcf\x13\x39\x36\xc9\xb2\xcc\xc7\xe6\xf8\x3e\xac\ \x76\xbb\xc3\x95\xdb\xfc\x1a\x68\x34\x1a\x61\x18\xa6\x52\x29\x3e\ \x49\xa2\xaa\x2a\x07\x5c\x4d\xd3\xf8\xf6\xd1\xad\xad\x2d\x55\x55\ \x39\x04\x0b\x02\xe6\x8e\x0f\xdc\x31\x9f\xdb\x26\x72\x10\xe4\x69\ \x26\xa1\x94\x6f\x27\xe1\x83\x71\x9c\x85\xe4\x89\x1e\x00\x00\x0b\ \x02\xff\xa6\x76\x3a\x9d\x4c\x26\xc3\x1f\x6b\x18\x06\x5f\x61\xd8\ \x68\x34\xfb\xfd\x5e\xb3\xd1\xe4\x9a\x18\x6e\x3a\x8b\x31\x56\x55\ \xf5\x76\x4a\xc8\xd5\xda\xbc\x4e\xe7\xdb\x54\x82\x20\xe0\x1b\x14\ \x38\xcd\xfa\xd6\xaf\x29\xc0\x04\x81\x30\xe0\x75\xba\x35\xdf\xf7\ \x65\x45\x50\x12\x86\x13\x00\x4a\x09\x64\x21\x88\x7c\x59\x11\x2c\ \xfb\xd6\xfa\x04\x8e\xf2\xa9\x54\xb2\xd7\xed\xca\xb2\xe4\x38\xae\ \xe7\x3a\x2c\x0c\x63\x31\x8d\x10\xea\x79\x1e\xe7\x64\x15\x45\xee\ \xf5\x7b\xb2\x2c\x87\x61\xd8\x6c\x35\x1b\xcd\xa6\xe7\x79\x85\xf1\ \x31\x42\xa9\xac\x2a\x67\xce\x9d\xd5\x54\x8d\x41\x50\x6f\x36\xb8\ \x4e\xd3\x0f\x83\x28\x8a\x54\x4d\xc3\x92\x78\xe1\xd2\xc5\x6b\x37\ \xae\x27\x52\xc9\x6a\xad\x86\x05\xcc\x00\x5a\x5f\xdf\x50\x14\xd9\ \x77\xbd\xf1\xb1\x71\x01\x63\x2c\x8a\xae\xe7\x89\xa2\x48\x22\x4a\ \x09\xa5\x94\x05\x41\x80\x31\xe6\x0c\xa3\x1f\xf8\xb7\xfd\x38\x38\ \x6b\x9c\x18\x1e\x0e\x82\x60\x7d\x63\x23\x1e\x8b\xf3\xd1\xcc\x85\ \x85\x85\x52\xa9\xa4\x69\x9a\x6d\xdb\xe7\x2e\x2d\x2e\x2f\x2f\xfb\ \xbe\xaf\xeb\x7a\xb7\xdb\xe1\x77\x4d\x4e\x59\xf0\x84\x9d\x00\xc4\ \xa9\x18\x43\xd7\x49\x14\x50\x42\x3c\xcf\x4b\xa5\x92\x7c\x31\xe1\ \x77\xdd\xea\xf1\x8e\xc3\x22\xcb\x88\x0f\x1c\x24\xa7\xbe\x43\xd3\ \xf7\x48\x87\x1e\x10\x80\xcb\x4e\xff\x9d\x37\x70\xbf\x57\xfe\xe4\ \xd8\xd3\x9f\x3b\x39\xf5\xb3\x3f\x73\x78\xf9\xbf\x7e\xf9\x4c\xf6\ \xb1\x7f\xff\xc9\x64\xe5\x1b\x8b\x3d\x24\xe7\x0e\xed\xce\x9c\xde\ \x28\xcd\xfb\xcb\xbf\xf7\x97\x2f\x4b\x08\x0a\xc2\x1d\x4c\xfc\x41\ \x71\x8b\x8c\x4f\x77\x44\x51\x04\x11\x82\x08\x42\xc0\x30\x44\x18\ \x63\x49\x96\x35\x55\x71\xac\x2e\x00\xc0\xb2\x2c\x42\x28\xdf\x47\ \x2a\xcb\x32\x63\xd4\xf3\x3c\x41\xc4\xba\xa6\x29\x8a\xc2\x2b\x71\ \x3e\x46\x42\x08\xe1\xf2\x34\x00\x80\x65\xd9\xd6\xa0\xcf\x17\x5a\ \x69\x9a\xc6\x13\x3d\x3e\x04\x2d\xcb\xf2\xed\x75\x05\x9c\x38\x3b\ \x7b\xf6\x2c\x77\x94\x6a\xb7\xdb\xfc\xea\xea\x74\xda\x8c\x84\x7c\ \x97\x56\x36\x9b\xe5\x7d\x0f\x9e\xb2\x71\x60\xa2\x8c\x85\x51\xc4\ \x6b\xfc\x5b\x6c\xe3\x9b\x1b\x48\xf8\x41\x79\x81\x2f\x08\x02\x5f\ \xbc\xa9\xaa\xfa\xe6\xe6\x66\xbd\x5e\x3f\x7e\xfc\x98\x24\x49\x9e\ \xe7\xf7\xfb\x3d\x2c\x61\x9e\x0b\xf3\x87\xf0\xdf\x2d\xcb\xe2\x54\ \x29\x4f\x84\xf9\x53\xdd\xae\x9d\xb9\xfa\x92\x93\x8c\x6f\xfd\x6e\ \x04\x00\xc6\x91\x26\x63\x12\x3a\x80\x45\x08\x49\x86\x21\x11\xc7\ \x0b\xfc\x40\xc2\x50\x15\x44\x09\xc7\x3b\x9d\x36\x63\x6c\x79\x79\ \x99\x52\x2a\x8a\xe2\xf0\xf0\x08\x65\xac\x5e\xaf\x07\x41\x40\x09\ \x19\x1f\x19\x11\x04\xe0\xfb\xae\xef\xfb\x00\x30\x8c\xb1\x65\xd9\ \xe5\x72\x99\x10\x62\x9a\xe6\x1b\xa7\x4f\x27\x93\xf1\x54\x2a\x85\ \x45\x71\x62\x6a\xf2\xd5\x63\x47\xc7\xc6\xc7\x83\x20\x80\x02\x22\ \x94\xca\x9e\x17\x86\xe1\xbe\xfd\xfb\x35\x4d\x2b\x16\x8b\x57\xae\ \x5d\xb5\x2c\x2b\x08\xc3\x7a\xbd\x0e\x21\x74\x3c\x77\x6b\x6b\x8b\ \x2b\x3d\x93\xc9\xa4\xeb\x7b\x03\xcb\x12\x30\x0e\x3c\xdf\xd0\x0d\ \x12\x45\xfc\xc3\xe5\x8a\x45\x7e\x2f\x0c\x7c\x9f\x10\xc2\x28\x95\ \x64\x49\xd3\x34\xdf\xf7\xb8\x3d\x47\x10\x04\x3c\x43\xdc\xda\x2a\ \x3e\xfb\xec\xd7\x2d\xcb\x26\x84\xa4\x52\x29\xcf\xf5\x32\x99\x4c\ \xbf\xdf\x87\x10\x12\x42\x13\x09\x3d\x1e\x8f\x4b\x12\xee\xf7\xfb\ \x00\x02\x45\x51\x22\x0a\x39\x37\xe2\x07\x41\xe0\xd9\x48\x10\x08\ \x21\xad\x56\xcb\x50\x35\x42\x22\xf8\xff\x87\x4e\x34\x8b\x40\x10\ \xc0\xf1\x3d\xf0\xd8\x9f\x38\xe2\x8c\x54\xc8\xc3\xfe\x06\x43\xdf\ \x1b\x8c\x21\xde\x14\x44\x08\xfd\x63\x67\x3a\x06\x52\x0b\xff\xdb\ \xff\x99\xdc\x1d\xac\x1f\xff\xeb\x6f\x5f\xb9\x03\x8c\x3f\x90\x40\ \x02\x13\x04\x2c\xc9\x98\x44\x18\x20\xc0\x1d\xea\x11\xc6\x84\x30\ \x06\x00\x84\x4c\x92\xa4\xc0\xf7\x79\xbf\x45\x94\x14\x9e\x34\x41\ \x08\x3d\xd7\xc5\x54\xd4\xe2\x31\x55\x51\x78\xe7\x84\xd7\xad\x00\ \x00\xd7\x75\x79\xa5\x9c\x48\xc4\x6d\xcb\x84\x10\xb6\x5a\xad\x46\ \xa3\xc1\xa7\x56\xf8\x4a\x10\xde\xc7\xe0\x1b\x3f\xb8\xa7\x83\x69\ \x9a\x9e\xe7\xf1\xee\xe4\x6d\xb1\xde\x50\x26\xc5\xcb\xd5\x76\xbb\ \xcd\xcb\x64\xee\xad\xcd\xfb\x9e\x18\x21\x01\x63\xee\x2d\xc6\xa9\ \xae\xf0\xcd\x76\x39\xc7\x68\xcf\xf3\x78\xc5\xdd\x6a\xb5\x24\xc9\ \x52\x14\xa5\xd5\x6a\x91\x88\x65\xb3\x59\x42\x48\x3a\x9d\x76\x3c\ \x87\xff\x4f\x5e\x80\x73\xec\xbb\x0d\x82\xfc\xef\x6f\x6f\x8e\xe7\ \xec\x2a\x87\x5d\x59\x96\xd5\xb7\x61\x15\x01\x18\x13\x18\x30\x54\ \x19\x01\x81\xd0\xc8\x09\x01\x86\x44\x96\x84\x78\x2c\x09\x22\xd7\ \x10\xb1\x84\xe5\x20\x08\x24\x49\xea\x74\x3a\xfc\xb8\x0c\xc3\x90\ \x65\xa9\xd5\x6a\x29\x8a\xc2\x18\xd3\x74\xdd\xd0\xd5\x6a\xb5\x84\ \x10\x42\x48\x88\xa2\x28\x8a\xc2\x6e\xb7\xeb\x79\xde\xcc\x4c\x36\ \x9f\x1f\xaa\x56\xcb\xfd\x7e\xff\xcc\x99\x33\xab\xab\xab\xf1\x78\ \x7c\x71\x71\x51\x10\x84\x30\x08\x34\x5d\xb7\x2d\x1b\x40\xb0\xbe\ \xbe\xce\x07\x8a\xb8\xf6\x13\x41\xc4\x69\x10\xcb\xb2\xea\xf5\x06\ \x40\xd0\xf3\x3c\x6b\xe0\x70\xa5\x67\xb7\xd3\x17\x31\x6e\xfb\xdd\ \x5c\x2e\x17\x51\xa6\x48\x22\xff\xa0\x01\x04\x41\x10\x44\x11\xe1\ \xec\x73\x10\x04\xa2\x2e\x52\x42\x7a\xdd\x6e\x36\x9b\xb1\x2c\xeb\ \xe6\xcd\x9b\x7c\x09\x57\xb1\x58\x1c\x1d\x2d\xb8\xae\x2b\x8a\xa2\ \x10\x84\xfc\x0b\xe3\xfb\x7e\x3c\x6e\x18\x86\x11\x45\x91\x20\x40\ \x7e\xce\x05\x41\x08\x08\xe1\x1f\x28\x63\x8c\x52\xd6\xef\xf7\x45\ \x09\x9b\x66\x5f\x1c\x1e\x11\x04\xa4\x2a\xea\x0f\x3a\x5b\x24\xcc\ \xd8\x25\xdd\x1f\x63\xb2\x49\x08\x84\xd8\xa7\x50\x79\xab\x3a\x56\ \xf6\x0f\xa9\x18\x06\x20\xe8\x9c\xff\xf6\xe7\x9e\x7a\x49\xc6\x02\ \x16\xee\x0c\x77\xff\x60\x82\x10\x2a\x8a\x08\x21\x04\x30\x85\x08\ \x63\x2c\x24\x93\x09\x59\xd5\x09\x89\x00\x84\x08\x42\xcb\xec\x9a\ \xfd\xfe\xad\x2f\x6b\x10\x64\xb3\x43\x84\x52\xc4\x98\x11\x33\x18\ \x04\x10\x42\xca\x18\xcf\xa1\x38\x7c\x20\x84\xb8\x8f\x34\xc6\x38\ \x97\xcb\x37\xc1\x2d\x92\xae\xdf\xef\xf3\x35\x52\x61\x18\xda\xb6\ \x9d\x4a\xa5\x38\x61\xef\x38\x0e\xaf\x6d\x79\x91\xcb\xbd\xc2\x38\ \x96\x29\x8a\x62\xdb\x36\x77\x0c\x0b\xc3\x30\x99\x4c\x72\x23\x45\ \x0e\x8b\x1c\x9d\x91\x28\x7a\xae\xcb\x7b\x2f\x3c\xfd\x94\x24\x89\ \x67\x3a\x7c\x49\x3c\x87\xda\x4a\xa5\x62\xdb\xae\xe3\x38\x9c\xf4\ \xe4\xb5\x30\x21\x04\x21\x78\x3b\x2b\xe4\x8e\xaa\xb7\xb7\xe2\xdd\ \xb6\xc5\xe7\xd6\x3b\xfc\x67\x9e\x7b\xf2\xfb\xbd\x22\x2b\xe0\x2d\ \x4b\xba\x21\x54\x25\x5d\x95\x35\x16\x7a\x00\x89\x84\x92\x54\x3c\ \xb5\x6b\x6c\x0a\x00\x16\x78\x7d\x14\x46\x5d\xd3\xe2\x2f\x47\x08\ \xd1\x34\x95\xf7\xb2\x08\x21\x7c\x86\xc7\xb1\x6d\x01\x21\xc6\xe8\ \x6d\xd7\xf1\x28\x8a\x54\x55\xe3\xe7\x30\x9d\x4e\xeb\x86\xa1\x1a\ \x9a\x88\xc5\x76\xbb\xed\xfa\x5e\xbf\xdf\x47\x58\x30\x07\x03\x4a\ \xa9\x1e\x8f\x99\xf6\x40\x96\x65\xcb\xb1\xa7\xa6\xa6\x86\x47\x47\ \x06\xb6\x15\x7a\x91\x61\x18\x82\x84\x01\x82\xa2\x2c\x45\x94\x60\ \x84\xb9\xa7\xaf\x11\x8f\x0d\x65\x87\x56\x57\x57\x63\x9a\x7e\x9b\ \x58\x18\x1d\xce\x07\x41\xd0\x6c\x36\x01\x82\x9c\xdc\x14\xb0\x20\ \x49\x92\xd5\x72\x5d\xd7\x13\x30\xe6\xcb\x63\x05\x84\x8f\x1d\x3b\ \x66\x59\x96\xa2\xa8\x89\x44\xd2\xb2\xac\x4c\x26\x03\x00\x30\x62\ \x31\xd5\xec\xeb\xba\xce\x0b\x0b\xde\xd4\x16\x45\x81\xef\xb7\x08\ \x82\x20\x8a\x28\x4f\xc9\x09\x21\x8c\x51\x49\x92\x64\x59\x82\x10\ \xc4\x62\x31\x55\x55\x54\xf5\x07\x0d\x8b\xa8\x1f\xbd\xf6\xb7\x04\ \xcb\x10\x46\x8c\x02\x40\x1c\x56\xe9\x7f\xaf\xa9\xe2\xff\x10\xfd\ \xed\xc6\xd0\x0f\xbf\x4b\xfd\xe2\x5f\x64\xf6\x3e\x1a\x38\x27\x10\ \x00\x2c\x0a\x7d\xcf\x63\x02\x52\x74\x1d\xdf\x49\x16\xff\xd7\x13\ \x8b\x00\x30\x46\x05\x81\x0b\xce\x30\x80\x02\xe7\xaa\x82\x88\x00\ \x00\x24\x45\x06\x94\x51\x42\x39\x0a\xf0\x99\x17\x49\x92\x28\x21\ \x58\x55\xe3\xf1\x24\xc2\x02\x09\xfc\x28\x0c\x39\xf4\xf0\x94\x8a\ \xf1\x3d\x2d\x00\x84\x61\xe8\xfb\x1e\xff\x81\xf7\x85\x7d\xdf\x17\ \x10\xa2\x94\x20\x84\x00\x60\xdc\xa1\x9a\x0f\x2f\x73\x75\x8e\x88\ \xb1\x39\x18\xdc\x4e\x13\x24\x59\x36\x14\xc9\xf3\x7d\xfe\x0c\x9c\ \x70\xbc\x5d\xc6\x32\xc6\x28\x63\x90\x52\xde\x9c\xe5\x59\x1e\x7b\ \x33\x3c\xcf\xe7\xba\x42\xbe\x13\x0a\x00\x40\x29\xe0\xa5\x77\x18\ \x86\x9a\xa6\x09\x02\xee\x74\xda\x00\xdd\x5a\x0a\xca\x4b\x36\x9e\ \xa8\xfe\xc3\x6c\x91\xe3\x23\xbf\x2b\xf0\xff\xc3\xff\x48\x08\x89\ \xa2\xf0\x2d\xb7\x5c\x20\x80\x9a\x94\xd0\xa4\x38\x05\x18\x21\x48\ \x58\x10\xba\xac\x51\xed\x88\xa2\xa0\x8a\x02\x86\x0c\x41\x81\x43\ \x30\xbf\x91\xe8\xba\xce\x18\x03\x0c\x4c\x4d\x4d\xe9\xba\x4e\xa2\ \x88\x04\x41\xbb\xdd\x7e\x53\x35\x15\xa9\xaa\xca\xbd\x26\x31\xc6\ \xbd\x5e\x37\x95\x4e\x78\xae\x4b\x45\xc2\x0d\x2b\xb3\xd9\xff\x8f\ \xbd\x37\x0d\xb6\x2c\xbb\xca\x03\xd7\xda\xc3\x99\xee\xf0\xc6\x1c\ \x6b\xc8\x2c\x55\xa9\x4a\x52\x21\x04\x08\xb0\x00\x03\x8e\xa6\x6d\ \x4c\x63\xa0\xb1\x09\x63\x33\x19\xd4\xb6\xdb\x34\x76\xdb\x34\x74\ \xdb\xee\xc6\x1d\x74\xe0\x81\xb6\x1b\x8c\x03\x08\x63\xb7\x81\x30\ \x0e\x9b\xc6\x26\x8c\x30\xd8\x40\xb7\xb1\x40\x60\x4d\x08\x44\x09\ \xab\x4a\xaa\x52\x65\x55\x65\xe5\xf8\xf2\x0d\x77\x3a\xe3\xde\x7b\ \xad\xfe\xb1\xee\xdd\xef\xbc\x97\x82\x2a\x65\x22\xa5\x48\xbd\x13\ \x8a\xd4\xab\xfb\xee\xbb\xf7\xdc\x73\xee\xfe\xf6\x5a\xeb\xfb\xd6\ \xb7\xb6\xe5\xa2\x49\x43\xd1\xf6\xd6\x56\xa0\x50\x96\x2c\x1f\xf6\ \xd4\xa9\x53\xcb\xcd\x81\x97\x45\x83\xd3\xa7\x4f\xa3\x52\x37\xae\ \x5d\x9b\x4c\xa7\xc3\xc1\x30\x4e\xb9\x92\x40\x75\x69\x4c\x49\x54\ \x55\x55\x31\x1c\x78\xef\x8d\xb5\xa2\x5a\xd5\x4a\x55\x55\xd9\x75\ \x5d\xd3\xb6\x2f\xbf\xfc\xb2\xeb\xfc\xc6\xc6\xe6\x60\x30\xd8\xdf\ \x3f\x48\x92\xec\xfc\xf9\xf3\xeb\xeb\xeb\x97\x2e\x5d\xea\x88\x27\ \x93\x89\x48\x11\x8a\xa2\x90\x86\x4b\x44\x34\xc6\x74\xae\xed\xba\ \x0e\x94\x71\xce\xad\xec\xbb\x79\x6b\x6b\x6b\x3e\x9f\x11\xd1\x7c\ \x3e\x37\x46\xcb\xf7\xea\x9e\x26\xd1\x0c\xed\x82\xdb\x85\x4c\x57\ \x84\x6e\x4a\x1f\x23\xfd\x86\xc0\xae\x73\x01\x00\xdc\x87\xff\xed\ \xdf\x7b\xc7\xdf\xf8\x67\xff\xfe\xed\xf3\x0f\xbe\xed\xbb\xff\xee\ \xfb\x54\xf6\xba\xd3\x5f\xf5\x9d\xbf\xf0\xa7\xff\x5a\x92\xcc\x7f\ \xf0\x5b\xbe\xe9\xed\x13\x73\x92\x46\xdf\x13\x6c\xd4\xd6\xa0\x36\ \x0a\x00\x50\x1b\x63\x94\x36\xbb\xbb\xbb\x55\x55\x19\x9b\x04\xef\ \x90\xbd\x52\x4a\xf8\x68\x6b\xad\x50\xb1\x82\x80\x04\x6c\x94\x26\ \xe0\xc0\xcc\x88\x8c\x48\xc0\x36\x4b\x98\x21\x2b\x0a\xef\xdd\xbc\ \x2a\x7d\xe0\x10\x82\x36\x49\x96\x0f\xd2\xac\xf0\x04\xc6\x24\x59\ \x6e\x03\xa1\x36\xc9\xc0\x26\x8e\x42\x96\xa6\x26\xb1\x81\x69\x98\ \xd8\x79\x55\x3a\xe7\x6c\x92\x04\x26\xee\x7c\xb2\xb1\x76\x30\x99\ \x88\x4f\xa2\xcc\x1b\x10\x78\x52\x4a\x69\x63\x82\xf7\x6d\x5d\xfa\ \xae\x03\xa2\xc4\x68\x63\x90\x08\xaa\xaa\xd6\x46\x15\x83\x64\x3e\ \xf3\x12\xe1\x16\x45\x61\x8c\x69\x5b\x27\x7f\x9b\xd8\xa4\x2c\xcb\ \xaa\xae\xb2\x34\x9b\xcc\x0e\xbc\xf7\x02\x8b\x12\x6c\xca\xbb\x88\ \x70\x52\x1e\x8c\xd9\xb4\x98\x78\xcb\x8b\x08\x32\xde\x8d\x06\x20\ \x04\xcf\xa8\xd0\xa4\xa8\x30\x90\x3b\x7f\xee\xfc\x7b\x7e\xf3\xfd\ \x65\x59\xb6\x5d\x09\xae\x2d\xc6\xc3\xa6\x69\x46\xa3\x51\x96\xa4\ \xb3\xc9\x24\x1f\x8d\x90\x01\x80\x92\x24\x99\xcc\xe7\x06\xd5\x68\ \x50\xec\xed\xef\xa1\x4e\x50\x59\x60\xec\x3c\xa7\x59\xb1\xbe\x71\ \xda\xf1\x07\x17\x65\x83\xc6\x92\x32\xd9\x68\xec\xae\xdf\x44\x93\ \x04\x60\x0f\x68\xd2\x5c\x29\x15\x50\x6f\x9d\x3d\x3f\x9b\x4c\x0e\ \xa6\x0b\x0f\x6a\x7d\x6d\x3d\x80\x4a\x16\xf5\xbc\x9c\x7b\x40\xa5\ \x8c\x27\xc7\xda\x56\x4d\x5d\xb5\xdd\x78\xbc\x0e\x08\x7b\x7b\x7b\ \x6b\x83\x51\xd3\x36\x79\x9e\xfb\x10\x0a\xad\xa7\x93\x09\x05\x2a\ \xcb\x32\xcd\x32\x0d\x38\x1e\x8d\xda\xae\x55\xa8\xc6\x83\x61\x53\ \xd5\xe4\x7c\xe7\x5c\xdb\xb6\xc3\xc1\x48\xa4\xac\x1b\x1b\x1b\x44\ \x34\x9b\x4d\x9f\x7f\xfe\xb9\x8b\x17\x5f\xb3\x38\xd8\x8f\x9b\x8d\ \x6c\x8d\xd6\x5a\x6b\x0b\x00\x08\x9e\xac\xb5\xad\x27\xd9\x1d\xf3\ \x2c\x53\x98\xe6\x69\x36\x9d\x4d\x24\xe9\x56\x4a\xfb\x57\xba\xf2\ \x9f\xf4\x02\x1d\x65\xdd\xe5\x9f\xfc\xd1\x17\xd0\x1a\xad\xad\xfe\ \xd0\xcf\xfc\x9d\x3f\xf3\x6f\x02\x2a\x93\x24\x16\xbb\xe7\xbe\xe3\ \x6b\xff\xb8\x98\xa8\xdb\x34\x3b\xc1\xc4\x7b\x43\xb9\x80\x4a\xb2\ \xa2\x2c\xab\xe1\x60\x50\xd5\xed\xa0\x18\xa4\x59\x11\xc2\x2e\xb3\ \xa2\x00\x00\xd8\x85\x8e\x90\x3c\x05\x50\x8a\x10\xd2\x3c\x47\x65\ \xb6\xb6\x4e\x39\xe7\x76\x76\x76\x8b\x41\x5e\x14\xf9\x78\x63\xb3\ \x2c\xcb\x8d\xed\xd3\x36\x31\x01\xd5\xfa\xc6\xc6\x98\x79\x77\x77\ \x17\xb5\xcd\x06\x49\xdb\x36\x5a\xeb\x7c\x34\x4e\x07\x43\x11\x09\ \x1a\x6d\x42\xf0\x59\x96\x13\x52\x32\x1e\x5a\x9b\x28\x00\x93\x17\ \xde\xfb\xd7\xbe\x6e\xa3\x9c\xcf\xa7\xd3\xe9\x62\xb1\x98\x4c\xf6\ \xcb\x45\x65\x92\x64\x3e\x9f\x67\x45\xb1\xb6\xb1\xd1\x34\x4d\xd3\ \xb6\x08\x10\x00\xca\xba\xce\xad\x65\xef\x7c\x5b\x87\xe0\x95\x56\ \xa8\x95\xd5\x16\xa8\x63\x80\x10\xbc\xd2\xec\x6b\x3f\x1c\xae\x21\ \x1a\xef\x49\x29\x25\x21\xa7\x4c\x7c\xd6\x1a\x7d\xe8\x24\x48\x92\ \x50\x57\x92\x56\x21\x52\x05\x01\xa3\x4a\x5c\x48\x06\xe1\x5e\x24\ \x74\xb2\xd6\xc6\xe9\x0b\x77\x14\x6c\xd0\xfa\xa9\x7c\x52\x1d\x14\ \x83\xa1\x73\x9d\x1e\xd8\xd6\x57\x0f\x3d\x74\xea\xdd\xef\xbe\xa4\ \xad\x61\xe2\xc5\xde\x41\x5e\x8c\x7c\xdb\x79\xe2\x81\x31\x19\xa2\ \xf1\xdd\xc6\xf6\xd9\xd3\x67\xce\xfc\xf6\x07\x9f\xde\x3f\x98\x3e\ \x71\xf1\x62\x36\x18\x9b\x10\x3a\xb2\x81\x94\x2d\x51\x50\x0a\x87\ \x00\x00\x20\x00\x49\x44\x41\x54\x36\x5a\x4e\x17\x8e\x1f\x79\xe2\ \x0d\x49\x96\xb6\xa8\xf3\xf5\x2d\xcc\xb2\xd7\x7f\xe6\x9b\xcf\x5c\ \x78\x64\x36\x9b\x5d\xb8\x78\x31\x31\x66\x3e\x5f\xd8\xc4\xae\xaf\ \xaf\x57\xee\xc5\xc7\x3f\xfd\xbc\xb5\x86\x88\xd3\xb1\x79\x78\xb8\ \xe1\x82\x7f\xe4\x09\x17\x82\x47\x54\x36\x35\x4d\x5d\x29\x6d\x3f\ \xf4\xf4\xd3\x0f\x3f\xf4\xf0\x20\xcd\xca\xf9\x62\x73\x7d\xbd\x6d\ \x5b\xa3\x74\xd7\xd6\x08\xe0\xda\x96\x9c\xab\x16\x8b\xad\xcd\x4d\ \x02\x26\xef\x01\x55\xdb\x54\x83\x3c\xa9\x4a\x45\x9c\xae\xad\x6f\ \xb6\x6d\xab\x98\xd2\x3c\x9b\xce\xa6\x92\xdd\x9f\x7b\xe0\xdc\x74\ \x31\x71\xce\x35\x4d\x15\x82\x4b\x53\x7b\xe3\xc6\x8d\xd1\x68\xb4\ \xb1\xb1\xb1\x42\x3d\x63\x6d\xaa\x53\x00\x86\xf9\x7c\xe2\xbb\x66\ \x3c\x1e\x17\x59\xae\x58\x6d\x8d\xb7\x86\xa3\xa1\x35\xa9\x52\xfa\ \x5e\xc3\x22\x82\x49\x8e\xf0\xe1\xc1\xf1\xc7\x36\xbe\x19\x8d\x5d\ \x9d\xa6\x32\x49\x16\x4f\x19\x55\xfa\x4a\xa5\xd3\x8f\xbe\xd1\x32\ \x1c\xd5\x46\x30\x33\x00\x02\x4a\x52\xc8\xb1\x7a\x83\xbd\x5f\x1f\ \x3e\xc2\xc0\x78\x18\xef\xf2\xef\xeb\x84\xd1\x3f\x60\x07\x4b\xa6\ \x0c\x68\x8c\x09\x44\x5a\x29\xc9\x43\x57\x19\x36\x20\x2a\x62\x26\ \x66\xd5\xbb\x4c\x52\x95\x43\x04\x49\xac\xda\xae\x93\x0a\xa3\xd2\ \x2a\x04\xba\x75\x6b\x77\x7f\xff\x40\x12\xc0\xd9\x7c\xee\x3b\x27\ \xc9\x91\x00\x4d\x04\xa0\x65\xea\xaa\xd8\x73\x08\x21\x40\x20\xf9\ \x95\xeb\xba\xdc\x26\x83\xe1\x70\x34\x1a\xb7\x5d\x63\xac\xb5\xe4\ \x25\x88\x03\x80\x3c\xcf\xe5\x0c\xa5\xfe\xd8\x75\x1d\x07\xe0\xc0\ \xce\x13\x78\x42\x40\x56\x2e\x04\xb6\x49\x62\x0c\x69\x1d\xa4\xbc\ \xc8\x4c\xc2\x50\x4b\x02\x2e\x99\x32\xaf\x4a\xa2\x52\xf1\x94\xe4\ \x5a\xce\x4a\x40\xf0\x18\x9d\x22\xf9\xa6\x31\x46\x1a\xe0\xee\x86\ \x86\x96\x8b\x3b\x28\xf2\x62\x98\x33\x30\x6a\xd5\xd5\x6d\x9a\xa5\ \x04\x9c\xe6\x19\x00\xa0\x42\xe8\x3c\x33\x33\x51\xf0\xc1\x02\x2a\ \xa5\x18\x80\x10\x9a\xb6\x25\x26\xa5\xf5\xde\xe4\x60\x3c\x1c\x59\ \xa5\x5f\xff\x69\x9f\xb6\xb1\xb1\xd1\xb6\x6d\xe3\xba\x4b\x2f\xbe\ \x58\xd6\x55\x08\x74\xf9\xea\x95\xe9\x6c\x52\x14\x39\x11\x0b\x8e\ \x5f\x7f\xf7\xf5\xb0\xe2\x31\x9a\xa6\x5d\x5f\xdb\x6c\x9a\x46\x72\ \x70\xd9\x30\xfa\xcb\x24\x90\x1b\x8d\x86\x86\xd9\x26\xc9\x68\x38\ \x46\x0a\x83\xc1\xc0\x75\x8d\x31\x06\x98\x9b\xa6\x1d\x0f\x86\x4d\ \xdd\x34\x5d\x9b\x53\x71\xf5\xfa\xf5\xa2\xc8\x9b\xba\xce\xf2\x1c\ \x41\x31\x28\x6b\xd3\xb2\x9c\x2e\x16\xa5\x31\x26\x49\xd2\xb2\x2c\ \x93\x24\x9d\x4c\x26\x75\xdd\xc8\xed\x33\xd6\x88\x1a\x54\x06\xb6\ \x88\xb2\x4a\x4e\x46\xec\x2f\x8b\xf1\xd0\x75\x2e\xcf\x72\x60\xae\ \xeb\x3a\x4d\xd3\x24\x4b\x77\xf6\x77\xb5\x56\x1b\x1b\x1b\xf7\x5e\ \xa0\x43\x46\x7f\xce\xb7\x24\xcd\x0b\xc1\x05\xb9\x64\x70\xfd\xbd\ \xee\xd6\x94\xef\x09\x96\x30\xb9\x87\x9f\xf8\x6b\x5f\xf2\xd8\x63\ \x1f\xfa\x9d\xef\x7f\xf7\x95\x97\xe5\xb1\x07\x2e\x7e\xd3\x97\x3c\ \xf1\xe6\xdd\xcb\xff\xea\x3f\x3c\xf3\xde\x47\x9f\xf8\xf3\x5f\xf4\ \xc8\xa7\x03\xbb\xba\x9b\xbf\xe3\x3f\xff\xad\x6b\x9d\xf1\x34\xfc\ \xa2\x2f\xfe\x5b\x4f\x0c\x72\x57\x3f\xff\xab\xef\xfb\xa7\x97\x6b\ \xf5\x47\x3f\xe7\x6b\xdf\xfb\xee\x1f\x99\x62\x02\xac\xdf\xf0\xe6\ \x6f\x1f\x7d\xe4\x1f\xbc\x67\x86\x9f\xb2\xd0\xa8\x56\x25\x73\x51\ \x81\x08\x2e\x6c\x6d\x6d\x21\xea\xb6\x6d\x9d\x6b\xeb\x5b\x33\x00\ \x04\x40\x44\x25\x9e\x7a\xce\x75\x37\x6f\xde\x70\xce\xd7\x75\x13\ \x38\x28\x85\x92\x75\x22\x02\xa2\xb2\xd6\x22\x82\x73\x5e\xf4\xbd\ \xa9\x4d\x10\xb1\x6d\x9b\x28\x82\x09\xc1\x13\xb1\x31\x9a\x99\x41\ \x01\x2b\x64\x00\x4d\x8c\x4a\x89\x6c\x8d\x01\x24\x10\xab\xca\x6a\ \x98\xe5\x82\x5f\x5d\xef\x90\xf4\xd6\x5a\x3b\x2c\x72\x62\x62\x84\ \x65\x16\x8c\x20\xe3\x9e\x7d\xf0\x21\x78\xa5\x54\x96\x15\xa2\x25\ \x92\xe1\x50\xb2\xe6\x63\xfb\x8a\xf7\xde\x09\x1c\x3a\x27\x11\x62\ \x92\x24\x6a\x29\x9e\x40\xb5\x3a\xe2\xfe\x2a\x1f\x33\x0e\x41\xb5\ \xd6\xc2\x5d\xb0\x8f\x65\xd5\x9c\x4b\x32\x60\x08\x9a\x7d\xe0\xb2\ \xac\x37\x37\xb7\x3e\xf3\x33\x3f\x6b\xb1\x28\xb5\xd6\x4f\x3f\xf3\ \x0c\x11\x5b\xad\x95\xc2\x10\x82\x4d\x13\x6d\x4d\x59\x96\x5a\xeb\ \xb3\x67\xcf\x01\xee\xd6\x6d\x59\xde\x5c\xec\x1e\xec\x7b\xe7\x9e\ \x7f\x91\x7d\x08\x0a\xb1\x71\xce\x26\xd6\x68\x0d\xc0\xc1\x7b\x91\ \x64\xca\x55\x8d\x65\x53\x39\x81\xc9\x64\x1a\xf7\x2a\xa9\x60\x22\ \xa2\xc0\x0d\x31\x33\xd0\xc1\xc1\xc1\xa9\xcd\xf5\x27\x1e\x7f\xfc\ \x60\x36\xe1\x10\x12\x50\x65\x35\xa7\x40\x07\x93\x83\xf1\x78\x68\ \x95\x76\xde\xd9\x24\x6d\x9d\x1b\x0e\x87\x04\x4c\xc4\x14\x48\x1b\ \x93\x28\xb4\xd6\x2a\x63\xea\xb6\xcd\x15\xa2\xd6\xad\xeb\x7c\xf0\ \x9d\xf7\x9d\xf7\xd6\x1a\x40\xa8\xaa\x6a\x3e\x9f\xcb\x5d\x26\xa2\ \x3c\xcf\xcf\x9c\x39\x43\x44\x22\xd1\x97\x69\x8e\xc0\x90\x15\x39\ \x13\x21\x43\xdb\x75\xda\x68\xe7\x1c\x2b\x6c\xea\x9a\x5e\x29\x2e\ \xfb\xf8\x53\x2e\x6d\x78\xea\x17\xfd\x66\xe7\x5f\x7a\x99\xe5\x92\ \x22\xc2\xc7\x8a\x22\xcc\x24\x21\x5e\x2f\x82\x23\x11\x80\xa8\x57\ \xff\x5a\xec\x69\xfc\xcd\x7f\xf2\x0d\xc5\x0f\xbe\xed\x7f\xff\xaa\ \xff\xe6\xef\x6f\xde\xf8\xcb\x0b\x3d\x0c\x6d\x7d\x66\x04\x3f\xfb\ \xab\x7f\xe7\x8f\x7d\xe9\x0f\x7d\xda\x8b\x7f\xf6\xa9\x0f\xff\xd8\ \x0b\xcf\xa1\x5a\xfb\x8a\xef\xf8\xaf\x2e\x4c\x1a\x02\x05\xc4\xc3\ \xd7\x5e\x7c\xe2\x97\x7f\xea\xab\x66\xeb\x5f\xfe\xad\x7f\xfc\xdb\ \xbf\xef\x67\xfe\xc9\x23\x8f\xfc\x85\x47\x16\xbf\xf4\x4f\x7e\xe7\ \x65\x5b\x3c\xf6\xc7\x9e\xfc\x53\x3b\xfb\x3f\xf2\xee\xe9\x1c\x3f\ \x55\x81\x31\x04\xaa\xeb\x7a\x6d\x6d\xad\x6d\x5b\x95\xe8\xaa\xaa\ \x8c\xb1\x5a\xeb\xe1\x70\xdc\xb6\x2d\x91\xbf\xb9\x73\x55\x00\x31\ \x6a\xfa\xba\xae\x73\xce\x11\x81\x52\x4a\x19\x64\x46\xef\x97\xe8\ \x40\x44\x4d\x83\x12\x70\x09\xb2\xb4\x75\x1d\x99\x10\x59\x7b\x12\ \x95\x2c\x7b\xa8\x81\x02\xb0\xd6\xda\xa0\x5a\x91\x25\xa4\x08\x64\ \xe0\x67\x51\x14\x08\x20\xb1\x4c\x5d\xd7\xd2\xec\x21\x64\xc8\x92\ \x85\xc8\xf3\xae\x73\xce\xfb\x40\x04\x00\xc4\x04\x80\x0c\x40\x52\ \x10\x04\x4c\x92\x64\xb1\x58\x54\x55\x35\x1a\x8d\xb2\x2c\x8b\x71\ \x9f\x50\xde\x41\x78\x13\xe7\x04\x32\xf2\x3c\x97\xec\x58\xf6\x06\ \x61\x42\x23\x20\x0a\x88\xc4\x09\x24\x7d\xb8\xbc\x23\x22\x1a\x27\ \xd3\x69\x5d\x37\x4d\xd3\x30\x03\x6a\x23\xf4\xc5\xf9\xf3\xe7\xca\ \x45\x5d\x0c\x07\x1f\x7e\xf6\x59\x66\x42\xa3\x19\x81\x1c\x79\x22\ \x62\xb2\x46\x2b\x44\x26\x9a\x4e\xf7\xe7\xd3\x49\xd3\xd4\x6d\xd7\ \xa5\x79\x56\x55\x55\x9a\x65\xa0\x10\x14\x2c\xaa\x45\x08\xa4\x71\ \x39\x4a\x59\x3e\x4e\x55\x55\x5a\x2b\xf9\xec\xce\xf9\x34\x4d\x01\ \xb0\xae\x2b\x11\x33\xc5\x8e\xef\xc3\x62\x82\xd1\xb3\xf9\x6c\x3e\ \xd9\x7f\xfc\xd1\xc7\x76\xf7\xf6\xd6\x06\x03\xef\x49\x48\x15\x22\ \x4a\xb3\x6c\xbe\xea\xdd\x2c\xeb\x2a\xcd\x33\xd7\x76\x8d\xeb\x9a\ \xae\x75\xa2\x61\x62\xb6\x89\xdd\xb9\x75\x0b\x00\x8c\x4d\xd2\x2c\ \xeb\xe6\x73\x63\x4c\xdd\x34\xc6\x8e\x10\xa1\x5d\xb6\x06\x90\x54\ \x2a\x64\xec\x81\x88\xcc\xab\xaa\xaa\xda\x26\x1b\x14\xc2\x35\xe5\ \x79\x6e\x50\x05\x0a\x5d\xd7\x79\xef\x95\x31\xda\x98\x24\x49\xef\ \x75\x12\xad\xa0\xbe\xec\x6e\x59\xb8\xd3\x89\xb8\x14\xe0\xd4\x37\ \x7c\xe7\x77\x7c\xc1\x6b\xd6\x9f\xfb\xd5\x7f\xf1\x0f\xff\xe5\x7f\ \x56\x56\x31\x64\x5f\xf1\x97\xfe\xfa\x97\xbd\xe9\xcc\xd5\xf7\xff\ \xbb\x7f\xf0\xc3\x3f\xd7\x25\xf6\xd5\x7d\xbf\x58\x67\x0f\xab\xee\ \x6a\xd7\x5d\x79\x71\xaf\x7a\x38\x35\xf9\x67\x7c\xd7\xf5\xf7\xfd\ \xcd\xf7\x3e\xf5\xe3\x8a\xdd\xee\xf4\xa6\x27\x00\x66\x22\xfa\xe2\ \x37\x7d\xd1\x2f\xfd\xc2\xff\x34\xc7\x44\x2f\x21\xd8\x57\xf5\xce\ \x3e\x7c\xc4\xe9\x2f\xce\x55\xd2\x5e\x7d\x5b\xf5\xf8\xff\x71\xfa\ \x99\x3f\x93\x3c\xf4\x0d\xcf\x5e\x7f\xf9\xc1\x8d\x0d\x78\x61\xfe\ \x29\xcb\x44\x7b\xe7\x10\x71\x38\x1c\x5a\x6b\x47\xc3\xf1\xc1\xc1\ \xa4\xaa\xaa\xc5\x62\x71\x70\x30\x65\xe6\x34\xb5\x4a\x69\x22\x46\ \xa5\x95\x32\xd6\xda\x9d\x5b\x37\xb5\x32\x11\xda\xd8\x1d\x12\xb5\ \x91\x8c\x26\xe2\x34\x4d\x9c\xf3\xc6\x68\xa0\xe5\x33\xb5\xd6\xde\ \x07\x09\xe2\x00\x40\x1a\x8d\x51\xab\x00\xe4\x9c\x83\x40\x02\x16\ \x5a\x29\x83\x2a\x2a\x6c\x3a\xe7\x10\x59\x50\x49\x44\x39\x02\xca\ \xc6\x18\x06\x68\xda\x16\xb5\x01\x50\xc4\x24\xd0\xe6\x89\xb4\xd2\ \x3a\x4d\x00\x1d\xb3\xef\x93\x27\x91\x53\x16\xe6\x7a\x29\x08\x27\ \x8a\xb3\x9e\x11\x51\xcc\x2c\xa4\x9f\x47\x2c\xf5\x25\xf1\x94\x2d\ \x61\xc9\x8f\xaf\x52\x3f\xef\xfd\x1d\x57\x60\x98\xf9\xfa\xf5\xeb\ \x7f\xf8\x0f\xff\xe1\x24\xcd\x18\x30\x2f\x86\xcf\x3e\xf7\xec\x73\ \xcf\x5f\xd2\xc6\x84\x10\xd6\xd7\xd7\xbd\xf7\xc8\xe0\x43\x60\x60\ \x46\x66\x05\x9d\xf7\xd3\xbd\xbd\xe7\x7f\xf1\x17\x6f\xed\xee\x77\ \x14\x02\x39\x54\x0a\x01\xca\xba\x72\xc1\x2f\xea\x6a\xd9\x4b\x47\ \x81\x19\xac\x82\xc4\x68\xf9\xbc\x31\xdf\xd7\x5a\xa7\x59\xea\x43\ \xe7\xca\x96\xc2\xb2\x94\xd1\x2f\x6b\x10\x49\xf8\x02\xc4\x44\x4c\ \xf3\xb2\x9c\x4c\xa6\xa3\xa2\x48\xd2\xd4\xa6\xaa\xaa\xe6\x45\x51\ \xd4\x75\x3d\x5b\xcc\x37\xd7\x36\x02\x85\xce\x3b\x44\xbc\x7e\xf3\ \x86\x35\x49\xdb\x79\x6d\x53\x6a\xba\xd6\x3b\xa5\x2c\xb2\x56\xa8\ \x29\x50\xf0\x04\x5a\x03\x2b\x00\x35\x9d\xcc\x86\xc5\x28\x49\x53\ \xb9\xb6\xb1\x5e\x51\x14\xc5\x85\x0b\x17\xf2\x3c\x1f\x8f\xc7\x6d\ \xd3\x4c\x17\xf3\x45\x59\x4a\x5f\xd3\xe6\xe6\x66\x9a\xa5\xc0\xa0\ \x8d\xd9\x3a\xb5\x3d\x1e\x8d\x16\x75\x25\x06\x43\xf7\x98\x72\x61\ \x82\xb6\x59\x66\x0b\x1f\xeb\x06\xe9\x1b\xfe\x23\x3f\xf0\xd3\x5f\ \x59\xfc\xc2\xbf\xfc\xe5\x67\xbf\xe1\x3b\xff\xf1\x63\x8b\x2f\xf9\ \x0b\x3f\xfd\xf2\x1b\xde\xfa\x13\x7f\xfe\xb3\x5f\xfa\xb1\x9f\xff\ \xf5\x3f\xf9\x6d\xdf\xfb\x6f\xb6\x6e\x7e\xe5\xf7\xfc\x26\xda\x57\ \x51\xa9\x41\x4b\x3b\x7f\xef\xd7\x66\xff\xf4\xbb\xff\xfc\xd7\x2a\ \xc4\x9f\xf9\x20\xbe\xe3\x1d\x7f\xd5\xe8\x44\xa3\xda\xb8\xf0\x37\ \x1e\xa1\x77\xbd\xbd\x25\x8d\x84\xe6\xd1\x07\xf0\xd2\x2f\x97\xb8\ \xe2\x70\x58\xa7\x0f\xfc\x8f\x6f\xfd\xa0\xf3\xf3\x5f\xfd\x95\xff\ \x61\x6e\xc6\xba\xf9\xad\xb7\x7f\x60\xf8\xc8\x99\x2f\x7c\xe0\xd3\ \x1e\x7a\xf7\xfb\x3f\xf8\xc4\x85\x0d\xe4\x97\xe0\x53\x35\x5a\x44\ \xa5\x0e\x0e\x0e\x1e\x7c\xf0\xc1\xb5\xb5\x35\x6b\x92\xed\xed\xed\ \xcb\x97\x5f\xae\xaa\x8a\x19\x89\x28\xcf\x33\x0e\x90\x26\x19\x13\ \x2b\xa3\x45\x4a\xad\x8d\x9e\xcf\xe6\x9b\x9b\x9b\x82\x1a\x5a\x9b\ \x58\xb7\x15\xf5\x19\xa2\x62\x66\x6b\x0d\x33\x6b\x85\x2c\x49\x23\ \xb0\x36\x98\xe6\x39\x02\xc6\x27\x13\x33\x21\x00\xa2\x5e\x25\xa3\ \xd6\x98\xd0\xb9\xb6\x6d\xe7\xf3\xc5\x70\x58\x4c\xa7\x93\x3c\x4f\ \x05\xd7\xa4\xf6\x24\x0b\x69\x39\xf6\x9e\x59\x8c\x72\x45\xb7\x98\ \x64\x59\x5b\x55\x59\x91\xb7\x6d\x3b\x1c\x8f\xca\xb2\xac\xcb\x46\ \xda\xb4\xa5\x9d\x26\x0a\xc8\x25\x30\x11\x44\x10\x21\x64\x1c\xa9\ \x2a\xb4\x8c\x34\x3b\xca\x20\xe3\xc3\xd8\x76\x95\x7a\xcb\xc9\xdf\ \xba\x75\x4b\xe1\x9d\xc3\xa2\x49\xb2\x5f\x79\xc7\xaf\x7f\xe3\x37\ \xfe\xb9\x10\x42\x60\xba\x78\xe1\x35\xcf\x3e\xf7\x7c\x9e\xe7\x07\ \xd3\x59\xeb\xfc\xfa\xfa\xfa\x8d\x6b\xd7\xd3\x2c\x71\x6d\x37\x1c\ \x8f\x16\x75\xdd\x05\x77\xe9\xd2\x65\x9d\x64\x00\xb0\x36\x1a\x8d\ \x37\xc7\x3b\x37\x6f\x2e\x16\x8b\xd1\x68\x94\xeb\x7c\xb6\x98\xe7\ \x45\xa6\x94\xca\xb5\x46\x44\xab\x50\xdd\x16\x9f\x0a\x4a\x4a\x27\ \x25\x82\x5e\x06\xe7\xbd\xaa\xa2\xfc\x20\xc5\x7b\xe7\xdd\x7c\x7a\ \xb0\xbb\x7b\x6b\xed\x91\x47\xe6\x8b\xb9\x0a\x3c\x18\x0e\x27\xd3\ \x69\x55\x55\x81\x3d\x00\xd7\x75\xdd\xf9\x0e\x00\x11\x74\xe3\x42\ \xeb\x03\x6a\xb3\x3f\x99\x3d\xf1\x86\x27\x3f\xf4\xcc\x07\x37\xb6\ \x37\xaf\x5c\xb9\xc2\xc0\xf9\xa0\xf0\xde\x83\xc2\xf5\xcd\x8d\xbd\ \x83\x7d\x34\x6a\x32\x9f\xe6\x79\xbe\xbb\xbb\x2b\x0d\x4e\x69\x9a\ \x16\x45\x71\xe9\xd2\xa5\xf5\xf5\xf5\xcb\x97\x2f\x57\x75\x8d\x88\ \x59\x9e\x57\x75\x95\x24\x09\x31\x77\x6d\x17\xb4\x4e\xd2\xf4\xd6\ \xad\x5b\x93\xd9\x74\x3a\x9d\x1e\x4c\x26\xf7\x1e\x16\x89\xf0\xf4\ \xeb\xf5\xda\x3a\x84\x92\x6f\x7c\x28\xd4\xee\x63\xc0\x10\x93\xa9\ \x5f\xff\xae\x2f\x7f\x67\x37\x75\xac\x0e\xce\xbf\xf9\xfb\xff\xd4\ \x9b\x93\x7f\x7b\xf3\xd2\x4f\xfd\x77\x5f\xfd\xff\x34\xce\xf3\x6f\ \x14\x9f\xf5\xd3\xdf\xfc\xd5\xe3\xbf\xfd\x9e\x05\xbc\xaa\x51\x41\ \x4a\xc1\x7b\xde\xf1\x0d\xbf\xf2\xcb\xa7\xbf\xf5\xeb\x7e\xf8\x4a\ \xe7\x90\x89\x81\x4f\x5d\xf8\xe6\xaf\x7f\xec\xfa\xff\xfd\x9f\xfe\ \x25\x80\x05\xea\xd2\x33\x6f\x2d\xf7\x7e\xb6\x77\x86\x18\xda\x1b\ \xff\xec\x5f\x7f\xc5\x8b\x0d\x31\xaa\x62\xf4\x16\x26\xb8\x75\xe5\ \x27\xbe\xe6\x2b\x7e\x82\x5f\xf8\xa6\x6b\xf3\xaf\xd4\xc9\x29\x05\ \x77\x63\xb4\xfc\x07\x3d\x89\x0e\xde\x7b\xf1\x50\x78\xe8\xc1\x87\ \xbb\xce\x49\x83\x2d\x00\x36\x4d\x83\xa8\x8c\x4d\x00\x38\x49\x6c\ \x9e\xe7\xcc\x54\x37\xf5\xe6\xc6\x46\x96\xa6\xcc\x1c\x02\x29\x2d\ \x44\x17\xa0\x5a\xfd\x0b\xc0\x40\xa8\x10\x70\x55\x75\x81\xc3\xa0\ \x8a\x89\x0e\xff\x9b\xa5\x1c\x83\x70\x28\x97\x06\xe7\x1c\x10\x29\ \xa5\xea\xba\xca\xf3\xd4\xda\x24\x49\xd2\x83\x83\x89\x44\x16\xcc\ \xbc\x58\x2c\xf2\x3c\xcf\xb2\x2c\x84\x90\xa4\x69\x5b\x35\xc0\x08\ \xa8\x19\x20\x04\x22\x86\xd9\x6c\xa1\x8d\xae\xf7\x27\x92\xf6\x0a\ \x9e\x0e\x87\xc3\x8d\x8d\x0d\x59\x8a\x12\x24\x8a\xcd\x9f\x0f\x21\ \xaa\xb5\x89\xe8\xc6\x8d\x1b\x42\xbf\x44\xfd\xa3\x64\xfd\x12\xbd\ \x4a\x91\x2e\x06\x56\x77\x43\xd6\x29\xa5\xea\xba\x06\xa5\xdf\xfb\ \xbe\xdf\x78\xcd\x6b\x1e\x7d\xfc\x89\x27\xae\x5d\x7f\xbf\xf3\x61\ \x6b\x38\xac\xdb\x8e\x08\x16\xf3\x69\x9a\xa6\xde\x3b\x50\x68\xad\ \x9d\xcc\xa6\xd7\x6e\xdc\x38\x73\xee\xec\xb9\xf3\x0f\x59\x9b\x32\ \xc2\x6c\x7e\x50\xcd\x67\xde\xb5\x80\xec\x5d\x3b\xc8\x32\xc6\x78\ \x46\xb8\x54\x19\x1c\xb9\xd1\x11\x01\x99\x99\xb4\x06\x01\xc5\xde\ \xb5\x97\x1f\xe4\x5f\x44\xad\x18\x60\x5e\x96\x07\x07\x93\x22\xb1\ \xf3\x79\x39\xd9\xdf\xbd\xf8\xc8\x23\xa0\x70\xfb\xf4\xe9\xd9\x6c\ \x82\x5a\x2b\x63\xaa\xba\x4e\xd3\x9c\x7c\x00\xc4\x83\xe9\x1c\x94\ \xed\x3a\xd7\x75\x61\x7d\x3d\xcb\x8a\x01\x11\x5d\x7c\xe4\xd1\xb6\ \x6d\x7e\xeb\xfd\xef\x47\x65\xb4\x49\xd2\x2c\x3f\x7b\xee\x81\xe7\ \x3f\xf2\xac\x48\x20\x65\xa7\x11\x77\xf4\xc5\x62\x31\x9d\x4e\xe5\ \x0b\x29\xaa\xa9\xba\xae\xaf\xdd\xb8\x0e\x81\xce\x9e\x3d\xdb\xb4\ \x4d\x3e\x28\x8c\x31\x32\xb7\xf6\x95\x52\xdc\x8f\x37\x26\xa2\xfa\ \x8c\x3f\x97\x3d\xfa\x5a\x65\x0c\x0e\x1e\x30\x7f\xe8\xeb\xb2\x8d\ \xe1\xc7\x04\x22\x08\xbe\x22\x65\x94\x2e\xde\xf2\xc6\xc7\xdf\xf3\ \xb3\xef\xf7\x46\x03\x3b\x06\xad\x4d\xfe\x5f\x7f\xee\xa3\x37\xdf\ \xf1\xf3\x73\xd6\xaf\x7a\x8f\x4d\xce\x3f\xf0\xe5\xdf\xf8\xb5\x3f\ \xed\x9f\xff\xa1\x83\xae\xfb\x82\x2f\xf8\x7b\x0f\x5b\xf3\x87\x5e\ \xff\x47\x7e\xf1\xa9\xf7\xaf\x6f\xbf\x71\x3b\xd5\x21\xa8\x87\x5f\ \xf7\x79\x07\x7b\xcf\xf4\x98\xe6\x25\x21\xa0\x54\xa2\x11\x11\x07\ \x4c\xe4\x9b\x97\x7e\xeb\x85\x7f\xf6\xef\xdf\xff\x3b\x1c\x4a\x4e\ \x4f\x4b\x40\xf3\xa9\xc9\x44\x0f\x07\x83\x34\x4d\x77\x76\x76\x6e\ \xdc\xbc\xe1\x9c\xf3\xde\x6d\x6f\x6f\xe7\x79\x5e\x96\xa5\xa8\xa0\ \x93\x24\xc9\xf3\x42\x6b\x53\x55\xf5\x6c\x3a\x3f\x7d\xfa\x74\x9e\ \x67\x4a\x61\xd7\xb5\x75\x5d\x86\xe0\x99\x99\xa5\x13\x04\x58\xfa\ \x86\x99\x97\xce\x5b\x81\x02\x1d\xfd\x5f\x24\x39\xbc\xf7\xce\x3b\ \x61\x87\x97\x2a\x6a\xc9\x82\xbd\x97\xfa\x9d\x38\x8f\x0d\x8a\x62\ \x99\xe0\x8f\x46\xeb\xab\x63\x6d\x6d\x4d\xdc\x5f\xa4\x74\x95\x24\ \xa9\x4d\x12\x6d\x0c\xa2\x52\x5a\x37\x22\x6d\xf3\x61\x30\x1c\x01\ \xc0\x78\x3c\x4e\x92\x44\xde\x54\x5c\xb0\x84\x67\x90\xe0\x51\x90\ \x42\x32\x4d\x29\xf9\x4b\xaa\x2e\x81\x8c\xac\x5b\xf9\xc3\xba\xae\ \x85\x28\x90\x68\x51\x6b\x5d\x14\x39\xdf\xe9\x7e\x2a\x9e\x14\x00\ \xf0\xee\x77\xbf\xfb\xe9\x67\x9e\xbe\x7a\xf5\x5a\xd3\xb4\x6f\xf9\ \xbc\xcf\x23\xe2\xdd\xdd\xdd\xd3\xa7\x4f\xb7\x6d\xe7\xbd\x53\x4a\ \x67\x59\x0a\x88\x9b\xdb\x5b\x0f\x5f\xb8\xf0\x79\x5f\xf0\xf9\xd6\ \xda\xba\xae\xeb\xba\xde\xdb\xbd\x85\xcc\x0a\x31\xb4\x1d\x10\x53\ \xf0\xec\x3d\x39\x4f\x21\x70\x08\xc1\x75\xc7\x0e\xef\x5d\x08\x7e\ \xe5\x88\xe6\xe4\x5e\xfb\xe0\x85\x9e\x92\xfb\x12\x1f\x97\x5b\xc3\ \x00\x4d\xd7\x76\x5d\x9b\xe6\xf9\xa3\x8f\x3e\xfa\xda\xc7\x5f\xbb\ \xb1\xb9\xf1\x91\xe7\x9f\x6f\xbb\x96\x98\x19\x39\x2b\xf2\xbc\x28\ \x6c\x92\x28\x6b\x8a\xe1\xb0\x6e\x1b\x54\xda\x79\x72\x3e\x30\xe3\ \xc6\xc6\x26\xa2\x6a\xda\x76\xff\x60\x42\xc4\x80\x98\xa4\x69\xdb\ \xb9\xbc\x28\xa4\x7b\x3d\x92\x5a\xd2\xda\x58\x14\xc5\xc6\xc6\x86\ \x6c\x78\x3e\x78\x62\x6a\xbb\x76\x6f\x6f\x6f\x51\x96\x1f\xfa\xf0\ \x87\xaf\x5e\xbb\xd6\x39\xb7\x58\x2c\x4e\x9d\x3a\x15\x6b\xbe\xf7\ \x28\x5a\x64\x48\x5e\x6b\xf2\x67\x9b\x77\xfe\x3a\x2b\x0d\xcc\x9c\ \x3f\x60\x1f\x39\x8b\x7b\x1f\xe1\x8f\x49\x66\xd8\x56\xf4\x25\x7f\ \xeb\xc7\x3f\xdf\xff\x87\xaf\xff\xd9\x1d\x6b\x10\x00\x42\x5d\x3d\ \xfe\x8d\x3f\xfc\xcd\x5b\x4f\xfd\xe9\x6f\x7f\x17\xd8\x57\x5f\xb6\ \x54\x56\x55\xef\xf9\x95\xaf\xbf\x3e\xd9\x01\x54\xcf\x3e\xfb\x53\ \x4d\x80\xf7\xbe\xff\x47\xd6\xb3\xcd\x91\xd2\x75\xad\x51\x27\xd7\ \x9f\xfa\xce\x1b\x93\x2a\xfe\x81\x55\x7b\xbf\xf0\x4b\xff\xeb\xc4\ \xcb\x85\x52\x5d\xfd\x81\x5f\x78\x8e\x2d\x76\xef\xf9\x8d\x7f\x82\ \x2a\xd3\xf3\x9f\xf9\xd7\xef\x52\x84\x9f\xa2\xad\x87\xcc\xbc\xb6\ \xbe\xde\x39\x77\x70\x70\x50\x95\xd5\xfe\xfe\xbe\x52\xfa\xd4\xa9\ \xd3\x42\x53\x6c\x6e\x6e\x96\x65\x39\x1e\xaf\x27\x89\xf1\xde\xd7\ \x75\x9d\x24\x76\xb1\x58\xdc\xba\xb5\x53\x55\x65\x51\x64\x5a\x2b\ \xe9\x05\xe9\x27\xd1\x12\x61\xf5\x04\x52\xaa\x8f\x1d\xc7\x74\x82\ \xa0\x56\xc1\xca\xea\x29\x0a\x51\xc1\x32\xdd\x6b\x9a\xa6\xcb\x73\ \xac\x2a\x09\xd6\x16\x8b\x45\x54\x50\x4f\xa7\xd3\xba\xae\x37\x37\ \xb7\xaa\xa6\x96\x44\x98\x88\x40\xa1\x31\xc6\x5a\x4b\xcc\xca\x1a\ \x40\x90\x94\x19\x11\xc5\x3c\xbc\xae\x6b\xe9\x29\xf4\x2b\x0c\x10\ \xde\x20\x0a\xb9\x61\xd5\xea\x27\x29\xa7\xc4\x9b\xfd\xe2\xa9\x78\ \x58\xc8\x9f\xdf\x25\xe5\xf2\x05\x5f\xf8\x45\x6f\x7f\xfb\xdb\xb5\ \x32\x57\x2e\x5f\xbd\x70\x61\xe7\xc9\x37\xbe\x71\x3a\x9d\xfe\xdc\ \xcf\xfd\x9c\x49\xd2\x27\x3f\xed\xc9\xcb\x2f\x5c\x9a\x4d\xb0\x28\ \x8a\x34\x4f\x19\xf9\x73\x3e\xef\x2d\x69\x9a\x5c\xbb\x76\xed\xd6\ \xad\xbd\x53\xa7\x4e\x5f\xb9\x72\x15\x09\xd6\x86\x23\x72\x7e\x32\ \x9f\x09\xa6\x83\x34\x32\x32\xb2\xc2\x7e\xc3\x62\xac\xab\xc6\x36\ \x47\x09\x1e\x8f\xfd\xb6\x9f\x44\x33\x22\x01\x22\x80\x73\x6e\x36\ \x9f\xaf\x8d\x46\x7b\xce\x37\x4d\xd5\x3a\xd7\x34\xcd\x6c\x36\x1b\ \x8c\x06\x55\x55\x3a\xef\x5d\xe7\xe6\xbe\x46\x34\x36\xc9\x82\x27\ \x95\x41\x9a\xe6\xdb\xa7\x4e\xd5\x75\x3d\x18\x14\xde\xfb\x0f\x7c\ \xe0\x03\x93\xc9\x44\x6c\xe5\x36\x36\x36\x64\xf3\x9b\x4c\xa7\xc1\ \x7b\x71\x54\x94\xba\xed\xfa\xfa\xfa\x64\x32\x11\xdd\x15\x22\x7a\ \x0a\x80\xa8\x56\xea\x51\x11\x09\x68\xad\x77\xf6\x76\xd7\xb7\xb7\ \xf4\x3d\x86\x45\x84\xee\x4a\x50\x6f\x49\x1e\xbc\xe6\xe6\x15\xa0\ \xc5\x87\x3e\x47\xef\xfd\xe7\xf0\xb1\x36\xff\xbd\xe5\xbf\xff\xfe\ \xef\xfb\xd2\xc9\x9f\xf9\xca\xbf\xdf\x60\x2a\x79\xd5\xc5\xaf\xfa\ \x9e\x9f\xfc\xab\x8f\xbe\xf5\xbf\xfd\x53\x7b\xf0\x31\x00\x2c\x62\ \x73\xe5\xda\x7b\x00\x00\x50\x03\xc0\xc1\xc1\x87\x00\xa0\xde\x79\ \xef\x6e\x2f\xcb\x9e\xef\xfe\xf6\x11\x1c\xc5\xee\xe6\xcd\x0f\xae\ \xd2\x0a\x24\x7f\xb0\xb3\x00\x04\x40\x65\x00\x00\xc2\xcd\x2b\x7b\ \xf0\x29\x2b\x5d\x44\xc4\xc5\x62\xbe\x58\x2c\x98\xb9\x2c\xcb\x6b\ \xd7\xae\x11\xf1\xce\xce\x2d\xb1\x62\x9d\xcd\x66\xde\xfb\xf3\xe7\ \xcf\xef\xef\xef\x09\x67\xdd\xb6\xf5\x78\x6d\x14\x41\xa4\x69\x1a\ \x63\x97\xba\x04\x44\x44\x40\x46\x3e\x06\x16\xc7\xe2\xa9\x3e\x62\ \xa2\x64\xd0\xd8\x4f\xb2\x97\xbf\x12\x43\xc0\xae\x6b\x9b\xa6\x6e\ \x9b\x8a\x99\xbd\x77\x22\x18\x94\x86\x30\x81\xc8\xd9\x6c\x0a\x60\ \xb4\xd6\xda\x24\x99\xb5\x79\x9e\xaf\x6d\xac\x77\x5d\x37\x99\x4e\ \x09\xd8\x75\xdd\x70\x38\x8c\xd6\x0f\x55\x55\x01\xa0\x50\x3d\xce\ \xb9\xfd\xfd\x7d\x99\x49\x2f\x98\x22\xb1\xa1\x2c\xcb\x08\x10\xf2\ \x76\xd1\x36\x4d\x9e\xbc\xa2\x95\x48\x6b\x7d\xc7\xc5\x17\x22\x12\ \x2f\x1c\x54\xe1\xa5\x97\x2f\xe3\x3b\xdf\xf9\x5f\x9e\x7e\xa6\x2c\ \xab\xc9\x64\x36\x18\x0d\xff\xe3\x2f\xff\xc7\x83\xfd\xfd\x24\x4d\ \xaa\xaa\x34\x89\x1e\xaf\xaf\x35\x4d\xf3\xce\x77\xbe\xf3\xb1\xc7\ \x5e\x77\xe5\xca\x95\xcb\x97\xaf\xb4\x4d\xa3\x31\x24\xd6\xd6\x6d\ \x8d\x88\x44\x0c\x0a\x81\x38\x00\x81\x67\x44\xc5\xc8\x8c\x2c\x17\ \x96\x63\x66\xdc\x93\xf6\x2e\x97\x30\xa2\xfc\x2a\x76\x82\x03\xcb\ \x9f\x23\x03\x68\xa3\x43\x87\x4d\x53\x2f\x16\x0b\xce\x73\x22\xba\ \x79\xf3\x06\x33\x5d\xbd\x7e\x6d\x30\xcd\x03\x85\x34\xc9\x6c\x9e\ \x3e\x70\xea\xc2\xd9\x73\x0f\x28\x6d\xf6\x0f\xa6\x97\x3e\xf2\x62\ \x59\x56\xde\x91\x77\x5d\x55\xb1\xb5\x66\x7f\x7f\x4f\xa4\x5a\xce\ \x39\x63\xf4\xde\xde\x62\x30\x28\xca\xc5\x42\xae\xa4\x18\xcd\x8a\ \x9d\xa5\xcc\xba\xea\xba\xd6\x7b\xaf\xd8\x1a\x63\xd2\x2c\xed\xda\ \xb6\xe9\x5a\xdf\xb9\xaa\xaa\xc4\x81\xa9\x5c\x2c\x8c\xb9\xd7\x72\ \x6e\x55\x85\xdf\xf8\x19\xde\x7e\x58\x9d\x7b\x08\xfd\x82\xae\xfe\ \x7a\x37\x3b\xf8\x58\x44\x8b\xec\x71\xfb\xcb\xfe\xf6\xd7\xae\xfd\ \xe9\xaf\xf8\x96\x0f\xcf\x50\x2b\x6f\xac\xb2\x83\x27\x7e\xe0\xaf\ \x7f\xc6\x5f\xfe\xca\xaf\x7e\xdf\x0d\xa7\x95\x32\xf6\xa4\x1f\xfa\ \x9e\x1d\x55\x55\xc7\xe1\xcb\x75\x53\x03\x73\xe7\x1a\xa3\x93\x8d\ \x8d\xb1\x73\x8e\xc9\x4d\x0f\x6e\x75\x5d\x2b\x42\x3e\x6b\x54\x5d\ \x2e\x00\xc0\x28\x15\x5c\xd0\xa8\x15\x01\x21\xa3\xc2\x44\x9b\xc4\ \x26\x8c\xd0\x75\xdd\xb0\x18\x00\x70\xdd\xb6\x83\x2c\x4f\x32\x3b\ \x9b\xce\xb2\x2c\x1b\x0e\x87\xf3\xc5\x3c\xf8\xb0\xb6\x36\x06\xc0\ \xc5\x62\x9e\x17\x45\x51\xe4\x75\x55\xf9\xe0\x93\x24\x65\xa2\xba\ \x69\xb6\x36\x36\xeb\xaa\x22\x6a\x47\xc3\xa1\x35\xa6\xd9\x9f\x26\ \xd6\x9e\x5a\x1f\xdb\x61\x3e\x18\x8d\x09\xc0\x87\x0e\x09\xec\x81\ \xe1\x36\xac\x8f\x47\x6d\xdb\x26\xc6\x64\x45\x4e\x00\xc6\x9a\x9b\ \xd7\x2f\x8b\xc2\x5c\x19\xad\x00\xb3\x2c\x31\x46\x23\x82\x31\x6a\ \x30\x18\xb6\x6d\xb3\x58\x34\x75\xcd\x88\x7c\x70\xb0\xcf\xcc\x5a\ \x28\x14\x44\x85\xc8\x00\xfb\x7b\x7b\xce\x7b\xa3\x35\x2a\x95\x26\ \x09\x31\x7b\xa6\xf1\x68\x44\xcc\xd3\xe9\x94\x89\x89\xc9\x07\xd2\ \x4a\xb3\x42\x9d\xd8\xbb\x19\x71\x75\xe9\xf9\x8f\x0c\x07\x45\xdb\ \xb6\x9d\x6b\x27\x07\xfb\x65\x39\x27\xa2\xb5\x61\x36\x18\xa4\xf3\ \x83\xbd\xbd\xbd\xdd\x0b\x8f\x5c\x44\x84\xb2\x9c\x87\x00\xbf\x3d\ \x7d\x6a\x51\xd6\x1f\x79\xe6\x39\xe7\xbd\x56\x3a\xb5\x1a\x15\xb7\ \xae\x45\x64\xe7\x3b\x63\x8c\x55\x69\x08\x7e\x98\x67\xc5\x70\xd8\ \x36\xad\xeb\xda\xcd\xcd\xb5\x10\xa8\x9c\x97\x6b\x6b\x6b\xf9\x20\ \xdf\xdf\xdf\x57\xa0\xb6\x4f\x9d\xda\x3f\xd8\x5d\xcc\xab\x37\x7d\ \xfa\xa7\xcf\xe7\xe5\xce\xad\x9d\xad\xad\x4d\xa3\xed\x73\xcf\x3e\ \xb7\xb9\xbd\xb5\xbe\xb1\x7e\xf5\xe5\xab\x14\xe8\xdc\x83\xe7\x6e\ \xee\xed\xec\x77\xe5\x23\x8f\x5e\x28\xf2\x7c\x77\xe7\xd6\x23\xaf\ \x79\xa8\x9c\xcd\x9b\xae\x5e\xdf\x5a\x5b\x1b\x8d\xcf\x9d\xd9\xee\ \x9c\xdb\xda\xdc\x9a\xcd\xe6\xeb\xa3\xc1\xee\xcd\xab\xfb\x7b\xfb\ \x9d\xf3\xa8\xc8\x75\xdd\xe6\x66\xd6\x76\x10\x28\xa8\x05\x0c\xf3\ \x62\x6d\x6d\xed\x60\x32\xe9\x5c\x57\x36\xa1\x6d\x9a\xcb\x57\x69\ \xb4\x36\xea\xba\x96\x91\x9c\xf3\xad\x6b\x03\xfb\x17\x2f\x5f\x6a\ \xda\xce\x4c\x4c\xd5\x54\x69\x9a\x30\x73\xe8\xdc\x93\x4f\x3e\xf9\ \xc2\x0b\x2f\x2c\x16\x0b\x6f\xed\x7c\x3e\xcf\xf2\xbc\xed\x5a\x63\ \x8c\xb1\xf6\x5e\x53\x2e\x08\x7e\x41\xd7\x3f\x48\xd7\x08\x10\xe1\ \x63\x4d\x37\xa9\xf3\x4f\xbe\xf5\xbb\xd2\xd9\x7f\xf9\xf2\xbf\xf0\ \x1d\x7f\x02\x15\xb5\x57\xfe\xd5\x8f\xfc\x58\xf2\x96\xef\x78\x70\ \x3a\x79\xd3\xd7\xfd\xd5\xcf\x51\x40\xed\xfc\x67\x7e\xe2\xc7\x6e\ \x34\x27\xc0\x78\xaf\x02\xc6\x65\xc7\x9b\xd6\x5a\x29\x5c\x85\x7d\ \xa1\xed\x3c\x11\xa1\x86\xaa\x9a\x03\x80\xe7\x8f\x12\xf4\x01\x00\ \x2b\x56\x4a\x21\x2b\x46\x22\x15\x00\x80\x3a\xd7\xaa\x46\x1c\xa4\ \x91\xb8\x69\xa1\x6d\x5b\xa2\xe0\x5c\x27\x63\x06\xba\xae\x95\xe1\ \x07\x65\x59\x26\xd6\x3a\x57\x2f\x95\xe4\xc4\x6d\xd7\x4e\x0f\xf6\ \x10\xa1\x6d\x3b\xa2\x0e\x88\x4f\x25\x83\x41\x96\x25\xc3\x21\x25\ \x3a\x40\xc0\xc4\xa8\x60\x5d\xd3\x6e\x6c\x6d\x28\x1f\x42\xe8\x8c\ \x02\x06\xef\x5c\xd3\x75\x9d\xb4\x8b\x01\x20\x31\x51\x2b\x2a\x0e\ \xcd\xcc\x52\x00\x55\x0a\x85\x6f\x11\x7b\x1e\x66\x6f\xad\xd5\xda\ \x44\x15\x8b\xc8\x12\x95\x38\x92\x55\x55\xe7\x9c\x48\x1d\xa5\x38\ \xad\xb5\x66\xc5\x5d\x17\x24\xaa\x92\x26\xc2\x3b\x4e\xa3\x89\xc8\ \x75\x5d\x9a\xa6\x90\x24\xc3\xc1\x60\x6b\x63\x6d\x36\x9b\xa5\xc6\ \x5c\x78\xe8\x01\xef\x5c\x96\xe7\x9b\x6f\x7a\xd2\x07\x71\xc0\xc5\ \xf9\xac\x4c\x12\x9b\x99\x54\x6a\x05\x9e\xbb\x86\xa9\x73\x95\x84\ \xed\x00\x6c\xad\x66\xf6\x88\x04\xc0\x40\x1e\xd8\x07\xd7\xfa\xaa\ \x09\x44\xae\xa9\x4a\x84\xb6\x5c\xd4\x65\x49\xcc\x8a\x43\x55\x56\ \x1c\xc2\x6f\xbe\xe7\xbd\x4a\xab\xb6\x69\xab\xd9\xb4\x6d\x5a\x22\ \xba\xf2\xe2\x74\xf7\x7a\xea\x7d\xa8\xeb\x7a\xff\x60\x27\x90\x4f\ \xd3\xf4\xe6\x8d\x6b\x5d\xdb\xad\x8d\xc7\xcc\x74\xf6\xdc\x99\xdd\ \xbd\x5b\x8f\x3f\xfe\x78\x53\xd5\xae\xed\xda\xa6\x81\x75\xd2\x08\ \xf3\xe9\xfe\xd5\xab\x57\x17\xe5\xa2\x18\x0c\xb3\x22\x9f\x4e\xf7\ \x43\x08\x3a\xc9\xbc\xf7\x6d\xd7\xe4\x79\x56\x0c\xf2\xc9\xf4\xc0\ \x68\x6d\xb4\x06\xa6\xa6\xa9\x6c\x62\x7c\x70\xce\xb9\x2c\x4f\xb3\ \x3c\xed\x3a\x57\x56\xd5\x62\xb1\x60\x26\xe7\x5d\x9a\x6a\x60\x20\ \xa6\xb2\x2c\x85\xfe\x52\x88\x44\xe4\xbd\x6b\x9b\x76\x7f\xba\xf4\ \x98\xb8\xd7\x4c\xb4\x63\x62\x50\x06\x51\x81\x4e\xd1\x30\xb7\xaf\ \x7a\xe4\x19\xda\xf4\xf2\xbf\xfa\x8b\x7f\xe5\xe7\xf5\x4a\x1b\x55\ \xd7\xaa\xa8\x7e\xf3\xff\xfc\xe6\xef\xca\xa5\x03\x8f\xc9\xcf\xdc\ \x09\x3a\xdd\xb3\xea\x62\x51\x0c\xbc\x0f\xd2\xe7\x20\x54\x83\x31\ \xa6\xeb\xba\xd9\x6c\xd6\xb6\xad\xb5\x56\x8b\x92\x6d\xa5\x71\x5b\ \x2a\x63\x56\x78\x10\xf5\x2b\xd1\xc2\x4b\x88\x45\x29\x32\xd6\x75\ \x4d\xec\xa5\x61\xae\x2c\x4b\xd1\xc1\x44\xde\xc3\x39\xe7\xba\xce\ \x68\xad\x94\x09\x9e\x01\xc0\xe8\x84\x88\xac\x4d\x10\x34\x05\x68\ \xaa\x7a\xed\xd4\x83\xc3\xe1\x50\xe5\x49\x03\xe4\x10\x66\xfb\x33\ \x34\xba\x9a\xcd\x27\x7b\xfb\xc3\x24\x5b\x5f\x33\x4c\xa4\x94\x62\ \x50\x4a\x19\x66\x2e\x8a\x21\xaf\x5c\xc2\x42\x08\x5d\xb7\xa4\x77\ \x04\xc8\x44\x3e\xb9\x44\x25\x27\xf4\x02\x45\x12\x46\x1c\x7a\xa4\ \x3a\xe9\xbd\x37\x44\x44\xd4\x79\xb7\xbf\xbf\x2f\x01\x75\x1c\x6b\ \x25\x4f\x5e\x94\xe5\x1d\x97\x17\x95\xd2\xe7\xcf\x9f\x0f\x21\xec\ \xec\xec\x48\x16\xf9\xe8\xa3\x8f\xce\x66\xb3\x6b\xd7\xae\x3d\xf6\ \xd8\x63\x6b\xeb\xeb\x81\xc2\xcb\x57\xaf\x4d\xa6\x7b\x44\x0c\xc0\ \xde\x77\xde\xb7\x20\xe5\x43\x04\x40\xd6\x1a\xc5\x6f\x42\x38\x2e\ \xc9\xf4\x9d\xeb\xca\x72\xce\x0c\xae\x93\xed\x07\xbc\x73\x65\x5d\ \xbb\xe0\x87\xc3\x21\xf9\x70\xed\xe6\x0d\xa5\xb5\x46\x25\x43\xa9\ \x00\xa0\xdc\xab\x10\x20\x2f\x8a\xc0\xa1\x71\x2d\x33\xab\x44\x27\ \x89\x2d\x2b\xd7\x34\xad\xbc\xd9\xf9\xf3\x0f\xb4\x6d\xf7\x5b\x1f\ \x7e\xff\xcd\x9b\x37\x5f\x7a\xf1\xf2\xd9\x33\x67\xd6\x1f\x7c\xa8\ \x69\x9a\xc9\x64\x42\xc0\x99\xce\x36\xb7\xb6\x06\xa3\x91\x88\x0b\ \xd2\x34\x0d\x81\x19\x54\xe7\x5a\xf6\xd4\x35\xdd\x7c\x3a\x3f\xb5\ \xb1\x3d\x99\x1c\xd4\x6d\x4b\x81\xa4\xa0\x8b\x88\xcc\x60\x8c\x05\ \xc0\xe9\x74\xaa\xb5\xce\xb2\x3c\x4d\x33\x6b\x1b\xe7\x3a\xe7\x08\ \x10\x9f\xfb\xd0\x87\x3b\xe7\xb2\x34\x45\x04\x8d\xaa\x6d\xda\xe0\ \xfd\xfe\xad\xdd\xba\xaa\xef\x31\x2c\x12\xe2\x67\xbc\x35\x3f\x95\ \xf0\xb5\xf7\x74\x1f\xfa\x1d\xca\x4e\xeb\x6d\x1f\x5e\xb8\xf6\x6a\ \xbd\xc5\x50\x61\x79\xf5\xc3\xcf\x5c\x3d\x7a\xce\x93\x17\x9e\x99\ \x1c\x8d\x48\x4f\x8e\x7b\x43\xb9\x40\x9e\x65\x4d\xd3\x88\x39\xa8\ \xd8\x52\x49\xd5\x4c\x28\x42\x00\xe8\x9c\xeb\xe3\x60\xff\x07\x39\ \x62\xbf\x47\x94\xb9\x48\x38\x66\x8c\x61\x92\x70\x66\xd9\x25\x22\ \x7f\x15\x1b\xec\x00\x40\x2b\x34\x5a\x0b\x2a\xc5\x0a\x97\xb8\x3a\ \x7b\xef\xad\x4d\x3c\x13\x21\x78\xe7\xc0\xea\x22\x4d\x77\x77\x77\ \xcb\xfd\x72\x6b\x63\xa3\x38\x77\x0e\x5c\x38\xff\xc0\x79\xa9\x06\ \x8a\xd2\xa4\x75\x6e\x5d\xa9\xce\xb9\xa5\x5b\xb8\x56\x1a\x8d\x74\ \xc8\x84\xe0\xb5\x36\xab\x26\x45\x5c\x2c\x16\xd7\xae\x5d\x5b\x2c\ \x16\x88\x5a\x60\x7d\x3c\x1e\x0b\x3c\x49\x05\x33\x78\xdf\xb4\x2d\ \x03\x0c\x06\x83\xf1\x78\x1c\xfb\x5b\x60\x25\x00\x24\x0a\xf3\x45\ \x49\x74\x87\x69\xb4\xd6\xea\xdc\xb9\x73\xd3\xe9\x74\x3a\x9d\x6e\ \x6d\x6d\x9d\x3b\x77\x2e\xcf\x73\x99\xac\x60\xad\x4d\x12\x6b\x93\ \xe2\x41\x3c\xbb\xb7\x77\xb3\xae\xab\x3c\xcf\xeb\xba\x34\xc6\xac\ \x28\x7f\x06\x60\xc0\x20\x97\xd4\x58\xad\xb5\x02\x64\x00\xf6\xc1\ \xb1\x67\x44\x04\x85\x9d\x4c\x6e\xb0\xc6\x18\xa3\xc8\x34\x32\xf2\ \x01\x40\x2b\x45\x00\xa3\xf1\x90\x89\xa5\xa8\x97\x65\xa9\x34\xc5\ \x18\xad\xdd\x4a\x09\x90\xe5\x79\x9a\xa6\x7b\x7b\x7b\x4d\xdd\x14\ \x45\x21\x83\x4f\xbf\xf4\x4b\xbf\xf4\x85\x17\x5e\x38\xb5\xbd\xfd\ \x9a\x87\x1f\x96\x62\x45\xd7\x75\xca\x1a\xc9\x03\x5c\xf0\xab\x4f\ \xa7\x83\x0b\xde\xfb\x5a\x46\x92\x19\xd3\x75\xdd\x43\x0f\x3c\x60\ \xac\x7d\xe9\xc5\x17\x9f\x7e\xfa\xe9\xd6\xb9\x24\x4b\x85\x91\xbf\ \x70\xe1\xc2\xc5\x8b\x17\xc5\xfb\x72\x7f\xff\x60\x7f\x7f\xbf\xae\ \x9b\x2c\x2d\x2e\x3e\xfc\x70\x31\x18\x98\xc4\x22\x03\x85\xd0\xb4\ \xad\xb1\x06\x18\x28\x84\xb5\xb5\xb5\x7b\xcc\x44\xa7\xaf\xb5\xc5\ \xa5\xf6\xed\xef\xa2\x53\x6f\x4e\xde\xf8\x26\xff\xe1\x9b\x4c\x27\ \x20\x76\x1f\x65\xd0\x9d\xeb\x84\x72\x95\x51\xa2\x45\x51\x08\xcf\ \x2b\x4f\x70\xce\xe5\x69\x0a\x47\xd4\xda\xb6\x8f\x89\xd0\x73\x69\ \x95\x47\x64\xad\x8a\x0b\x59\xf0\x41\x19\x5e\xf5\xa1\x81\x04\x9b\ \xf2\x9c\x25\xb5\xe2\x5c\xd7\xba\xd5\x4b\xf1\xca\x48\x51\x9a\x95\ \x18\x99\xaf\x5c\xbd\xbe\x59\xb7\x41\xa3\x2d\xb2\x62\x34\x6c\xeb\ \xce\xb5\xde\x68\x7b\xe6\xcc\xe9\xb6\xaa\xbc\x27\x6b\x51\x29\xc3\ \x08\x45\x96\xe7\xc1\xbf\x7c\xf5\x2a\x13\xf9\x55\x17\x44\x62\x20\ \x50\x00\xd4\x32\xa2\x33\x48\x14\xe9\x7d\x59\x35\x3e\x10\x2a\xa3\ \x94\x69\xdb\xb6\x73\xf5\xa8\xf3\x6b\xeb\xd9\x64\x3a\x9d\x4c\x26\ \xcb\xf6\x61\x50\xad\xf3\x85\x36\x59\x56\x88\x41\xd9\x8a\x07\x67\ \xd1\x96\x24\x36\xbd\x63\xc1\x2b\x05\xba\x7e\xfd\xba\xb8\xba\x8a\ \x3f\xf9\x62\xb1\xd8\xdd\xdd\xad\xeb\x7a\x7f\x7f\xff\xe1\x0b\x17\ \x3a\xd7\xf8\xe0\xb2\x2c\x69\x9a\xca\xfb\x4e\x29\xcc\xb2\x44\x08\ \x59\x6b\xad\x56\x1a\x35\x48\x5c\x2f\x81\x79\x0c\x8a\x31\xb6\xe8\ \x02\xf2\x8a\x23\xb2\x88\xc1\x7b\xa5\x75\x31\x1c\x02\x82\x62\xc8\ \xb3\x54\x2b\x4d\x4c\xae\xeb\xca\xba\xd6\x5a\x07\x1f\x88\x82\xd2\ \x5a\xf6\xa4\xe0\xb9\xeb\xf6\xb3\x2c\x43\x50\xef\x7e\xf7\x7b\x4e\ \x9f\x39\x33\x1e\x0c\x27\x93\xd9\xc3\x0f\x5f\xcc\xd2\xe4\x60\x32\ \x11\xe7\xe0\x62\x34\x24\xa2\xfd\x83\x83\xc0\x84\x88\x6d\xd7\x35\ \x6d\xcb\x21\x6c\x0c\x37\x0c\x9a\x71\x31\x02\x00\x26\x1e\x8e\x87\ \xb3\xd9\x6c\xe7\xfa\xce\xf5\x97\xaf\xbb\xd6\x1b\x6b\x9b\xb6\x0b\ \x3e\x94\x65\xe5\x5c\x18\x8d\x86\x1f\xf9\xc8\xf3\x8b\xc5\x42\x04\ \x8c\x49\x9a\xb1\x0f\x79\x9a\x6d\xae\xaf\x1b\x6d\xca\xb2\xec\x02\ \x8d\x07\x43\x61\xff\x3d\xa0\xbd\xe7\x4c\xb4\x9b\x32\x3e\x86\x1c\ \xe0\xc6\x6f\x74\xc3\x2f\x4b\x3f\xeb\x31\xb8\xfe\xae\xee\x04\x50\ \xee\x1b\x60\x6c\x9a\x56\x9a\x40\x84\xe1\x95\x81\x4a\xc2\xf3\x2e\ \xa7\x80\x06\x27\x88\xb7\x12\x76\x84\x18\x21\x0a\xc0\xc5\x36\x89\ \x98\x8a\x8a\x12\x4d\x7a\x8d\x89\xbd\xb4\x8e\xc4\xa1\x28\x92\xa8\ \x0a\xd0\x50\x08\x4c\xcb\xf9\xce\xfd\x50\x54\x29\x85\x48\x88\xe8\ \x89\xb4\x35\xc6\x1a\xa5\x34\x07\x4a\xad\x5d\x1f\x8d\x38\xf0\xb5\ \xab\xd7\xac\x31\x1a\xf1\xfa\x8d\x1b\xa2\x7c\xd4\x5a\x2f\xa3\x15\ \x85\x80\xb8\xd4\x2e\x07\x10\x6d\x8d\x00\xae\x8c\x82\x91\xd9\x5b\ \x00\x90\xe7\xb9\xf7\x94\x65\x79\x08\xbe\xae\xeb\x9b\x37\x6f\x4a\ \xfb\x30\x33\xa4\x69\x9a\xa4\x3a\x51\x08\xa0\xf6\xf7\xf6\x43\x08\ \xda\x68\xad\x0d\x33\x89\x1d\x2c\x00\xd4\x4d\x73\x97\x89\x8e\xe8\ \xd2\x65\x10\xb3\x5c\x99\xf9\x7c\x9e\x65\xd9\xd3\x4f\x7f\x70\x77\ \xef\xd6\xfe\x64\x6f\x35\x69\x56\xe7\xf9\x52\x54\x54\x55\x55\xdb\ \x76\x4a\x61\x31\xc8\xa5\xf4\x29\x97\x4e\x64\x98\xd1\x0c\xcd\x87\ \x65\x1c\xbb\x1a\xdc\x8a\x4a\xa9\xae\x69\xe4\xb2\xa3\x52\xbb\xb7\ \x76\xe2\xa0\x2e\x22\xa8\xeb\x2a\x4d\x53\x44\x60\x26\x6b\x13\x66\ \xa0\x00\x00\x20\x9a\x84\xe1\x60\x98\x24\xe9\xfa\xda\x7a\xd7\x75\ \x4d\xd3\xdc\xbc\x7e\x83\xc9\x3b\xd7\xcd\xe7\xf3\x6c\x50\x90\xa8\ \xe2\x01\x42\xf0\x9e\xc8\x58\xab\x59\xed\x5c\xd9\x91\x8b\x2c\xd9\ \x83\x4c\x8f\x70\x4b\x13\xc6\xa1\xb2\xa6\x6c\x6b\x4c\x11\x00\x2f\ \x5f\xbe\x9c\xe7\xf9\x95\x2b\x57\x44\x3e\x35\x1a\x8d\x9c\x73\x03\ \x9b\xee\xee\xee\xce\x66\x33\xbd\x1a\xb7\x2b\x4d\x99\xb2\x55\xbb\ \xee\x5e\xcf\x89\xe6\x9b\xee\xb7\xdf\xa7\x84\xd9\xff\xc8\x2f\xb6\ \x57\xc7\x8a\xcb\x3b\x74\xe7\x3e\x39\x3e\x09\xb3\xe8\xc1\x6a\x20\ \x89\xb4\x1b\xcb\x58\x0f\xe8\xb9\xc5\x20\xd1\x72\x98\xbd\xf7\xf2\ \x1d\x95\x8c\x38\x5a\x0c\xc4\xb2\x63\xb4\x96\x89\xcd\xd1\xb0\xf2\ \xd9\x8e\xf6\xb1\x31\x66\xac\xeb\xba\xeb\xba\xc4\x26\x12\x25\x4a\ \x5d\x32\xb6\xdf\x2d\xdb\x4b\x88\x48\xa1\x67\xda\xde\x58\x4f\xb2\ \x2c\x30\xa5\xa9\x04\x68\xa8\x60\x39\xad\x25\xc9\x32\x91\xcb\x04\ \x26\x04\x08\xc0\x88\xc0\xb0\x14\xe8\x23\x2d\xf1\x51\x9e\x03\x00\ \x14\x42\xdb\x75\x6e\x59\x19\xd0\x21\x90\xc0\xa5\x64\xaf\x21\x84\ \x53\xa7\x6c\xfc\xf8\xb4\xaa\xab\xc6\xe1\x30\x51\xfe\x4d\x44\x78\ \x17\xcd\x14\xa8\x70\x7d\x7d\x5d\xb0\x2c\xca\x21\x45\xcc\x0c\x00\ \xcf\x5f\xba\xd4\x34\x95\x5a\xf9\xbc\x45\x7b\xf3\x83\xfd\x99\x04\ \x5f\x59\x61\xab\xba\x4c\x93\x2c\x49\x6c\x92\x26\x4a\x69\xad\x94\ \xe8\x6b\x14\x2a\xa5\x34\x01\x10\xb0\x58\xb2\xf4\xe9\x6f\x1f\x02\ \x30\x83\xf7\x49\x9a\xb5\x4d\x33\x9b\x4d\x11\xd1\x98\x04\x51\x95\ \xe5\xa2\xae\x9d\xb5\x66\x6d\x0d\x01\x54\xf0\x14\xdf\xfd\xe0\xe0\ \xe0\xec\xd9\xb3\xa7\x4f\x9f\x96\x0b\x95\x9e\x3e\x6d\x8c\xe9\x5c\ \x23\x1b\x9b\x92\x11\x3a\x4c\xf2\x95\x20\x60\x24\x4e\xc1\x8a\x1f\ \x4c\x58\x19\x79\x88\xf8\x34\x84\x00\x08\xac\xb0\xea\xda\xb6\x6d\ \x95\xc2\x3c\x2f\xac\xb5\xaf\x79\xf4\x35\xc1\x8b\x1b\x93\x06\x80\ \xcc\x24\x66\x35\xa7\x2c\xb6\x75\x8b\x91\x5d\xb4\x0d\xbe\x97\xb0\ \x88\x08\xf5\x8e\x34\x6c\x01\x32\x34\x53\x3a\x01\x93\xfb\x07\x15\ \x01\xf2\xa2\x00\xb1\xc0\x5b\x25\x26\xc2\xfd\xc1\x72\x50\x01\x24\ \x5a\xc9\x6c\x7b\x19\x93\xb2\xc4\xa0\x10\x24\x9b\x96\xf5\x0c\x2b\ \x21\x77\xd4\x72\x47\x28\x71\x3d\xac\x8c\x91\xa0\x38\x4a\xe5\x79\ \x0e\x8c\x46\x1b\x69\x43\xd6\x5a\x75\x9d\xef\xba\x23\xd8\x4a\x0a\ \x6e\xed\x1d\xac\x9f\x3a\x3d\x4a\x0b\xef\x9d\xd5\x29\xc0\x11\x69\ \xa4\x00\xe2\x32\x62\x45\x64\xe2\x8e\x7c\x08\xb4\x54\x8b\x2b\x13\ \xdb\xf8\x88\x19\x01\x50\xa9\xb1\x52\xc0\x2c\x1f\x03\x18\x57\x9e\ \x8c\x2c\x39\x60\x58\x15\xd7\xe2\x9c\x3f\xe8\x37\x0b\xf7\xb9\xf8\ \xbb\x08\x0e\x94\x52\xe7\xce\x9d\x13\x3d\x73\xac\x57\x0a\x2e\xd7\ \x75\xfd\xec\xb3\xcf\x36\x6d\xc3\xbd\x0b\x19\x42\x98\x4e\x67\x5a\ \xab\x34\x4b\xf3\x3c\xaf\xaa\x4a\xa3\xf5\x9e\x95\x62\xa2\x8e\x99\ \x95\xd2\x62\x94\x12\x48\xcc\x8a\x56\x11\xfd\x32\xa1\x86\x28\x4b\ \xe4\xe5\x36\xa6\x9a\xa6\xeb\x1c\x8d\x46\x43\x79\x0b\x8b\x68\x6c\ \xea\x9c\xaf\x1a\x97\x2f\xfd\xdc\x28\x04\xd2\x5a\x27\xd6\x5e\xbd\ \x72\xfd\xc9\xd7\x3d\x29\xb3\x64\x01\x39\x04\x67\x74\x62\x8b\x94\ \x80\x89\x28\x1f\x8c\x88\xa9\x69\x5b\x22\xca\xac\xb5\xc6\x74\x55\ \xa7\x50\x19\x5c\xaa\x26\x95\x52\x6b\x5a\xeb\x95\x73\x87\x32\x3a\ \xf4\x2c\x3c\xe4\x53\x7b\x1f\xe4\xe6\x32\xb1\x73\x8d\x77\xae\x6e\ \x1b\x40\x50\x4a\x69\xa5\x89\x48\x30\x9d\x99\x3f\x29\xac\x22\x4e\ \x18\x91\xfb\x19\x19\x89\x96\xec\x87\xd6\xe2\xa7\x10\xed\x5a\xe5\ \x5b\xdb\x85\x65\xaf\x5b\x9a\xa6\x49\x92\x0c\x87\xc3\xa6\x69\xa6\ \xd3\xa9\x6c\xda\xd1\x40\x2c\x22\x63\xcc\xaf\x97\xeb\xf0\xa8\xc0\ \x3b\x46\x8e\x12\x75\x16\xf9\x60\x7d\x6d\xdd\x7b\x2f\x23\xeb\xbc\ \x5f\xce\x24\x11\xce\xc4\x5a\xab\x92\xc4\x16\x59\x3e\x28\x50\x0c\ \x4e\x95\x92\xa6\x1a\x81\x0c\x06\x06\x85\x48\xcb\x39\xd1\x80\xe8\ \x28\x28\xaf\x88\x88\x80\x55\xaf\x00\x1a\xdf\x9d\x88\x60\xf5\xaf\ \xe4\x8f\x88\xda\xda\xe5\x1c\x02\xad\xad\x7c\x6a\x44\x24\x0a\x21\ \x10\x00\xaf\xc2\xe5\x68\xac\x40\xcc\x40\x44\x4a\x19\xb8\xd3\xc9\ \x7f\x52\xa5\x8d\xb0\xc8\xcc\x83\xc1\x40\x62\xb1\xe1\x70\x38\x18\ \x0c\xa6\xf3\xd9\x0a\xee\x11\x18\x00\x59\x29\xad\x94\x61\xd2\x83\ \xc1\xf8\xdc\xb9\xf3\x3b\x3b\xbb\xf3\xd9\x82\x09\x09\x90\x09\xdb\ \xa6\x63\x60\x44\xd0\x4a\x6b\x93\x50\xf0\xc1\x77\x12\x2f\x32\x30\ \x20\x5a\x6b\x51\x66\x39\x02\x03\x23\x1a\x13\x7c\x9b\xa6\x39\x11\ \x9e\x39\x73\xee\xd4\xf6\xf6\xde\xfe\xee\xad\x5b\x3b\x65\xd9\x69\ \x05\x56\x07\x88\x2e\x12\xcc\xe2\x67\x64\x07\xd4\x00\x00\x20\x00\ \x49\x44\x41\x54\x2d\x24\x93\x08\x93\x24\xd1\xa8\x50\xe7\x1c\xc3\ \x66\x85\x21\x04\xe7\xbd\x54\x54\x40\x21\x33\xa4\x45\x6e\x50\x29\ \x2d\x31\xec\xf2\x6b\xc6\x88\x0a\x51\x21\xba\x10\xd4\xaa\x1e\x1d\ \xe7\xe5\x8a\xf0\x7e\xb9\xbf\xc2\x4a\x54\x8f\xa8\x56\xfa\xf9\x20\ \x52\x2a\xc0\xc1\x70\xf8\x49\x00\x8b\x27\xc7\x7d\x5c\x5c\x5c\x91\ \xc2\x88\x28\xc3\x4e\xa3\xff\xe0\xd2\x0e\x0f\xc5\x7a\xd6\x09\x21\ \x2b\x8b\xb9\x6d\x5b\xd1\x8e\x45\xeb\x84\xd8\xe2\xca\x47\x7b\x01\ \x69\x95\x01\xc9\x6f\xe5\x65\x65\x00\x66\x9a\xa6\xeb\xeb\xeb\x08\ \x2a\xb1\xc9\x70\x38\xaa\xeb\x46\x29\xdd\x75\xdd\x68\x34\x2e\x8a\ \xa2\xc8\xf3\xc1\x60\x30\x5e\x5b\x2b\x8a\x7c\x38\x1c\xb5\x75\x1d\ \x40\xe6\x45\xae\x3a\xd8\x30\xe6\xa3\x0a\x10\x01\x41\xa1\x52\xd6\ \x58\x6b\xa5\xd4\xc5\xcc\xc8\xc8\xb1\xc9\x83\x81\x99\x51\x51\xd4\ \x18\x29\xd4\x87\xd3\xac\x04\xfc\x0e\x03\x5e\x31\x04\x8d\x1f\x65\ \x59\xeb\x44\x44\x66\x25\x0b\xd8\x18\xc3\x77\xe7\x31\xd2\x67\xae\ \xe4\x22\x4b\x9d\xf7\xcc\x99\x33\x04\xd8\x39\xdf\x36\x8d\xa4\xfc\ \x4a\xa9\xf3\xe7\x1e\x14\xda\x7a\x7d\x7d\x7d\x63\x63\x63\x3c\xda\ \x7c\xe6\x99\xa7\xa5\x75\xc7\x5a\x5b\x14\x83\xe8\x83\x43\x44\x46\ \x1b\xad\xd4\x32\xa8\xbd\x4d\x45\xa0\x94\x99\x96\xcd\xe6\xd6\xb6\ \x4c\xbb\xde\xde\x3e\x85\x4a\x9d\x39\x73\x1e\xd1\x10\xdd\x24\x22\ \x00\x2e\x8a\x3c\xcf\xf3\xd1\x68\xb4\xb1\xbe\x31\x1e\x8d\xce\x9c\ \x39\x53\xac\xea\x15\xae\x73\x06\xb5\xfc\x8c\x88\xa8\xb4\xb5\xd6\ \x26\x49\x9e\xe7\x2b\xa7\x4b\x86\x80\x4b\x19\xac\xcc\xbd\x61\x0e\ \x14\x88\x18\x11\x94\xd2\xaa\xd7\x86\x18\xfb\x0e\x65\xcb\xe4\x15\ \xdd\x06\x08\x0c\xc0\x21\x38\x26\xf1\xa0\xd3\xcb\xa6\xc6\x57\x0e\ \xd4\x4e\x60\xf1\xe4\xb8\xcb\x22\x09\xc6\xc4\x59\x6b\x3d\x1c\x0e\ \xa5\x61\x6e\x95\x30\x32\xfb\x10\x02\x4d\x0e\xf6\xa5\xc9\xec\xc6\ \x8d\x9b\x5b\x5b\xdb\xd2\x30\x17\x02\xc5\xb9\xa9\x79\x9e\x0f\x87\ \x43\x29\x96\xf5\x61\xb1\x18\x66\x0a\x95\xd6\x5a\x69\xa5\x95\x36\ \xc6\xec\xef\xef\x6b\xad\xf7\xf6\xf6\x42\x08\xc6\xd8\xe9\xc1\x2c\ \xcf\xf3\xe1\x60\x74\xb0\x3f\x49\x92\x64\x6d\x6d\xed\xf4\xe9\xd3\ \x32\xe8\x4e\xa1\x22\xe4\xb6\x71\xe5\x62\x27\xb1\x56\x29\xe5\x7b\ \x4b\xe8\x48\xd3\xaf\x38\x84\x23\x0b\xd3\xa0\x50\x07\x22\xe0\x25\ \x8a\xae\xea\x81\x1c\xc7\x40\xa3\xd2\x0c\x4c\xc4\x4a\x6b\x96\xe7\ \x69\xa5\xc5\xa4\x87\x98\x81\x43\xa0\xae\xeb\x90\x21\x86\xbd\xb7\ \x8f\x84\x26\xbe\x0b\x4c\x64\x58\xfa\x28\x8a\x01\xb8\x52\xe5\x62\ \x91\xa6\xa9\xeb\x3a\xad\xf5\xc5\x87\x1f\x7e\xe8\xc2\x45\x1f\x58\ \x2c\x35\x42\x08\x75\xd3\x30\xf1\x53\x4f\xfd\xf6\xf6\xf6\xe9\xf9\ \x7c\x76\xf5\xea\x07\x1f\x7a\xe8\x21\x22\x48\x92\xac\xeb\xba\xb2\ \xac\x16\x0b\x96\x4b\x37\x1a\x8d\xb4\xd6\x45\xa2\xd3\x44\x19\xad\ \x8d\xb5\x52\xa1\x23\xa2\xa5\x58\x5f\x21\x6a\x7b\xf9\xea\xcd\xf1\ \xda\xc6\x07\xfe\xcb\xef\xac\x0d\x46\xd6\xa6\x97\x2e\x5d\xba\x70\ \xf1\x02\x6a\xa3\x94\x3e\x7b\xf6\xdc\xd6\xc6\xda\xd6\xd6\x86\xdc\ \x4a\xa3\xb5\xd1\x66\x3a\x9d\x4a\xc7\x5e\x62\x2d\x00\xb4\x65\x8b\ \x0a\x95\x56\x46\x19\x60\x0c\x81\x18\x58\xa1\x92\x48\x9b\x09\xc4\ \xf5\x96\x56\x87\xd6\x1a\x40\x99\x95\xb9\x59\xcc\x4e\x98\xa1\x37\ \x43\x82\x42\x60\x22\xef\x9c\x03\x0d\x44\x81\x19\x50\xa1\x59\xda\ \xaa\x2b\xf1\xac\xe6\x9e\x13\xda\x09\x2c\x9e\x1c\x1f\x97\x23\x78\ \xea\x5a\xaf\x94\xa2\xc0\x14\x96\x86\x5a\xd1\xc9\x9f\x99\xdb\xb6\ \x69\xdb\x8e\x99\x55\x92\x6c\x6d\x6d\x0f\xd7\x36\x16\xf3\xb9\x67\ \x60\xd4\x62\xb0\x0e\x21\x10\x62\x5d\x55\xae\xeb\xc4\xab\x55\xf6\ \x7f\x59\xf0\x4d\x55\x48\x48\x15\x67\x48\x49\xb9\xaa\x6b\x9c\x88\ \x01\xcf\x9c\x3b\xe5\x7d\xb8\xb5\x7b\xcb\x93\x2b\xa7\x8b\xb2\x5e\ \xec\x4f\xf6\xb2\x2c\xb3\xd6\x1a\x6b\xd2\x24\xcf\xb2\x6c\x30\x1c\ \xa2\x56\x5a\x5e\x73\x55\x30\x63\x22\xc2\x65\xb8\xd6\xef\x59\x5e\ \x86\x1b\xc2\x4d\x30\x72\x84\x51\x62\x80\xc3\xff\x96\xa2\x97\x73\ \x4d\xc4\xd8\x70\x68\x03\xc4\xcc\x9c\x18\x2d\x8a\xc8\xf8\x02\x31\ \x13\x5f\xbd\x60\xb8\x9b\x02\x13\x12\x03\x31\x91\xf7\x4c\x21\x04\ \x6b\x6c\x35\x5f\x30\xc0\xac\x39\x70\x9d\xab\x9c\xab\x9b\x46\x3c\ \x3b\xaa\xaa\x0a\xc1\x77\x9d\x43\x08\x5d\x5b\xbe\xe1\xf5\x4f\xec\ \xee\xee\xee\xec\xec\x18\x8d\x07\xb3\x29\x00\x2a\xc4\x40\x61\x36\ \x3d\x68\x9b\x2a\x4d\x93\xc4\x26\xa3\x3c\x4b\x53\x8d\xbc\xb2\x18\ \x43\xb0\xc6\x90\x0f\x6d\xd7\xb5\x5d\xeb\x9c\x57\xe9\x50\xeb\x1b\ \x18\xa8\x9a\x2f\xcc\xd9\x73\x9f\xfb\xe6\xcf\xee\x5c\x77\xb0\xbb\ \x5f\xce\xe6\xcf\x4f\xa6\x3b\xe3\xc1\x60\x90\x4b\xd9\x44\x86\xae\ \x6c\x6e\x6d\x8e\x47\x63\xad\x95\x23\x12\x2d\x17\x31\x10\x07\x17\ \x00\x57\x05\xe5\x20\xee\xe8\xcc\xcc\xe4\x42\x27\x7a\x03\xb9\x63\ \xb4\xaa\xd5\xac\x68\x9c\x00\xc0\x00\x7e\x15\x31\x2b\x44\xa5\x35\ \x10\xc9\x64\x8b\xd4\xfb\x16\x75\xc2\x4b\x5f\x69\x06\x40\x06\x26\ \x64\x71\x35\x7e\xc5\x18\xfd\x13\x04\x8b\x4c\xab\xb6\x3f\x06\x06\ \xc0\x93\x6a\xe3\xfd\x72\x78\xef\x9c\xeb\xa2\xb7\x4a\x1c\x9c\xd2\ \xb6\xad\x28\xf5\x0e\x69\x87\x29\x07\x4f\xe2\x99\x5c\xd7\x4b\x8d\ \x8b\xd5\x1a\x63\x0d\x0f\x51\xb4\xd3\xfd\x0c\x51\x28\xe6\xb8\x1e\ \xa4\xb9\x25\x49\x12\x29\x4a\x22\xe2\x24\x49\xc4\xc7\x41\x68\x1c\ \xa1\x17\x44\x43\x63\xad\xed\xda\x20\x04\x37\x85\x20\xae\x0d\xd1\ \x06\xbc\xbf\x3c\x62\x89\x2a\x12\x1a\x40\x04\xa8\x02\xc0\x61\xf9\ \x6f\xe9\x9a\xb0\xe2\x4f\x8e\xfa\xfa\x44\x96\x89\x08\x10\x29\xbe\ \xce\x21\x06\x1e\xf5\x98\xb9\xcb\x9a\x3b\x33\x2d\xca\x32\x0d\x3e\ \x52\x55\xf3\xc5\x02\x56\xc3\x9e\x66\xb3\xd9\x74\x5e\x56\x4d\x5d\ \x55\x95\x28\x8a\xa2\x26\xb1\x69\xda\xbd\xbd\x7d\x44\x3c\x38\x38\ \x98\xcd\x66\x21\x04\x29\x84\x88\x4c\x27\x84\x50\x96\xd5\x82\xcb\ \xe9\x7e\x40\x04\x85\x4a\x23\xa2\x52\x8c\xc0\x44\x08\xc0\x0c\x04\ \x4c\x81\x4d\xea\x18\x56\x33\x0e\x89\xb4\xd6\x4d\xd3\xec\xed\xee\ \x79\xf2\x79\x96\xb7\x6d\xdb\x75\x8d\xc0\x9f\xf4\x3e\x79\xef\x5d\ \xe7\xc4\xbd\x1c\x45\x89\xaf\x94\x88\xe1\xe3\x9e\x21\xd7\x49\x38\ \x1e\xe9\x08\x12\x96\x3f\xba\x75\xc4\x7b\xa4\xb4\x02\x86\x28\x50\ \x95\x1f\x44\xf7\x25\x26\x90\xc6\x68\x22\x06\x66\xad\x0d\x9a\x65\ \x8c\x89\x00\x8c\xc0\xcc\xaf\xc8\x76\x99\x4f\x00\x20\x0e\x1f\x35\ \x8f\xbd\x4e\x4d\x9e\x75\x2f\xbd\x04\x17\x3f\xdf\xb6\x4f\xbb\x6b\ \xbb\x7c\x02\x8c\xf7\x4b\x12\xad\xa2\xa1\x56\xcc\x7a\xb4\xd6\x32\ \xd8\x24\xa2\x46\xc4\x47\xa1\x05\xa4\xce\xa8\x8d\x36\x12\x8b\xac\ \xfc\xc4\xfa\xf4\x4b\x1f\x6e\xe2\x7f\x8a\x6e\x4e\x84\x84\xce\x39\ \x62\x16\x7c\xcc\xb2\x4c\x8c\x11\x63\x81\x52\x9e\x8c\xa8\xa3\xda\ \x71\xe9\x0d\xae\xf5\xed\xa3\x54\xfa\x53\x1e\xfb\x28\xe6\x02\x31\ \x1f\xc9\xb9\x8f\x25\xc5\x4b\xcc\x5d\xa5\xd9\x70\x74\x00\x74\xff\ \xd5\x6e\x8f\x16\x43\x08\x77\xbc\x0a\x78\x59\xea\xe4\x48\xb9\x48\ \xc7\xa1\xbc\xb2\x31\x66\x30\x18\x24\x59\x3a\x1c\x0e\xe3\xbb\xa7\ \x69\x2a\xd6\x41\x22\x36\x1c\x8d\x46\x32\xff\x5a\xfa\x35\xfb\x1d\ \x47\xb8\xf4\xc5\x09\xb0\x8c\x8f\x99\x38\x00\x80\x46\x8d\xa8\x18\ \x09\x58\xb5\xce\x2b\xd4\xd1\x61\x37\x84\x30\x1a\x8d\xd6\xd6\xd6\ \x8c\x36\xa8\x90\xd8\xa7\x69\x22\x65\xca\x38\xbb\x26\x7e\x76\xb7\ \x9a\x24\x11\x4d\xcb\x8f\x6d\x18\xcc\x4c\xe4\xa3\x32\x21\x7e\x3d\ \x62\x77\x13\x10\xf4\x28\xac\x55\xb0\x19\x9c\x40\x27\x22\x8a\x52\ \xa0\x37\x16\x2d\xf4\x90\x97\xef\xfd\x88\x2b\x4a\xf5\x1b\xbf\x50\ \x3d\xf5\x93\xee\x81\x3f\x91\x7e\xc9\x97\xc2\x95\xff\xaf\x7b\xe9\ \x04\x13\xef\xa3\x63\xa9\x4f\x5e\x1d\xf2\x2d\x8c\xeb\x5f\x80\xa3\ \xaf\x23\x89\xf3\xf3\x96\xcf\x47\xd4\x8a\x97\x4d\x2a\x3d\xee\x25\ \x06\x41\x51\xb7\xb8\xb2\x0f\x93\x98\x51\x29\xa5\x97\x8f\xaf\xbc\ \x60\xe3\xfa\x89\x31\x9a\x52\x4a\xf2\x66\x61\x06\x22\xe0\x1e\x1b\ \xc8\xd7\x3f\x9f\xb8\x60\x22\xb6\x1e\xfd\xb0\x87\x00\xd7\x97\xa0\ \xc7\xb3\x95\xe1\x07\x7d\x88\x3c\x06\x9a\xf1\x99\xcc\x4c\x81\xee\ \x38\x60\xc4\x9e\x16\x52\xce\x4a\x60\x51\x29\x25\x05\x84\x8c\x96\ \xa1\x56\x3c\x6d\xf9\xe0\x67\xce\x9c\x59\x4e\xe9\xeb\x45\xc7\xc7\ \x46\xfe\x2e\xb7\x37\x66\x85\x4a\xa1\x42\x44\x50\xe2\xe0\xa6\x60\ \x69\x3f\x86\xc2\xf0\x08\x1c\x8b\xb5\xad\x11\xf9\xa1\xf7\x83\xc1\ \x40\x29\x6c\xbb\x0a\x7a\xea\x7d\x09\x48\x65\xdf\x0a\x81\xd2\x54\ \x47\x20\x8e\x3c\xdb\xd1\x52\x03\xc6\xc2\xa2\xcc\x5c\x8d\x13\x68\ \x11\x51\xa3\x91\x9b\x8c\xa8\x04\x7c\xc5\x2b\x57\xc8\x25\xa5\x96\ \x09\x75\x7f\x3e\x6d\xff\x0e\xde\x6b\x58\x64\xd0\x5b\x5a\x5d\xf3\ \xe5\x82\x76\x9e\x21\xff\x5e\xf7\xdc\x0b\x6c\x92\x13\xc5\xce\xfd\ \x12\x2a\x82\x24\x32\x1c\x35\x3a\x74\x5b\x3d\x5b\x62\x46\xf9\x22\ \xca\xbe\x2d\xf1\xda\x72\x49\x53\x20\x46\xad\xf4\xa1\x73\x9f\xd1\ \xba\x07\x8b\x4a\xeb\xbe\xc7\xe2\xf2\xbd\x98\x03\x81\xd6\x5a\xb4\ \x36\x5a\x5b\xa5\x14\x11\x13\x05\x44\x30\x26\x41\x84\x98\xd5\xca\ \xf2\xd3\xbd\xd7\xe9\xb7\x60\x47\x50\xc3\xa3\xe4\xa6\x24\x66\xfd\ \x18\xe7\x76\xbc\x3b\x46\xdb\xc4\xb0\xe8\x58\x6c\xd8\xbf\x2c\x7d\ \xa0\x54\x0a\xef\x9c\x88\x46\x4c\xb2\xcc\x26\x89\x08\x9e\x15\xe2\ \xbc\x2c\xe3\xc9\x79\x66\x85\xa8\x57\xc7\x92\x0b\x57\x4a\xce\x4d\ \xe2\x6b\xb9\x11\x71\x0f\x38\x76\x7d\x02\x81\x14\x3e\x11\x10\x57\ \xdd\x17\x0a\x15\x20\x28\x66\x60\x50\x00\x59\x96\x45\x79\xa6\x08\ \x86\xa4\x45\x5a\x4a\x2b\x69\x9a\xc7\x0b\x1b\xfb\xd9\x95\x32\xf2\ \x73\xdc\xc9\x64\xd3\xea\xc7\xe3\x44\x24\xc3\x41\x25\x86\x95\x3c\ \xa3\x7f\x0d\x95\x52\x14\xa2\x3a\x55\xce\x1f\xac\xd5\xd6\xe6\xcc\ \x19\x51\x10\xbb\x90\x63\xb7\xa9\xff\x33\xde\x63\x39\x37\x02\x13\ \x27\x9b\xfa\xc1\x4f\x53\xf9\x39\x34\x43\x7d\x61\x04\xd3\x97\xfc\ \xa2\x3e\x41\xc6\xfb\x22\x54\x5c\x7d\x2f\xfb\x4d\xcd\xc7\x9c\x62\ \xa3\x18\x45\x9e\x26\x23\x38\xe2\xf3\xb5\xb1\x18\x35\x2c\x12\xcd\ \x01\x8a\x0e\x43\x32\x74\x81\xdd\x38\x5f\x89\x99\xad\x55\x32\x15\ \x2b\x06\x95\x62\xa6\x22\xa7\x23\xeb\x27\x9e\x86\x74\x0a\xf6\xd3\ \xfc\xdb\x73\x61\x69\xbf\x89\x71\x5f\xfc\xad\x0c\x8c\xbe\x3d\xbf\ \x3b\x9a\xeb\x51\xcc\x88\xe5\xa5\x62\x1c\x2a\x7b\x80\xc8\x95\xfa\ \x13\x04\xe3\x70\x57\x9b\x24\x7c\x17\x97\x5e\xda\x2e\xa3\x16\x2a\ \xba\x67\x23\x62\x62\x6d\x60\xd0\x3d\xab\xf0\x55\x9a\x19\x00\x20\ \xcb\x32\x63\x4c\x55\x55\x7d\x8b\x8d\x43\x0e\x4d\xf2\x4d\x54\x0c\ \x0a\x10\x89\x49\xb8\x24\x58\x19\x76\x28\xa5\x5c\xf0\x12\x70\xca\ \xcb\xca\xdc\xd1\x55\x76\x8c\x4b\x8e\x18\x56\x5d\x2b\x44\x6d\xdb\ \x4a\xa1\x43\x9e\x23\x5f\x06\xc9\xe5\xb3\x95\x6a\xa7\x1f\xe3\x8b\ \x99\x9b\x10\x77\x92\x6a\x88\x80\x7f\x55\xbd\x25\xa3\x74\x3f\x83\ \xee\xdb\x8b\x10\x2d\x3b\x47\x23\xfe\xc6\xb2\x75\x4f\x15\x7b\xcf\ \x29\x97\x49\xb8\xfc\xb2\x1e\x9e\x42\x6e\x02\x59\x1c\x6e\x71\x7d\ \x15\x3f\x85\x47\x42\xdd\x6f\x87\x42\xd5\xaf\x06\xc6\x05\xd6\xcf\ \x9a\xfb\x95\x3b\xe9\x4b\x3d\xcc\x64\x63\x31\xeb\x36\x54\xed\x87\ \x6f\x31\xf7\x91\xfe\x65\x85\x08\x88\x42\x5b\xab\x23\xd3\x38\x39\ \x46\x40\x11\x0e\x8e\xa5\xd8\xfd\x31\xcd\x31\x4f\x8f\x3d\x61\xb2\ \x56\x7b\xf1\xc5\x91\x05\xf4\xbb\x05\x8c\x11\x4f\x25\x34\x16\xb4\ \xea\xba\x2e\x66\xeb\x87\xea\xf4\xd5\xb9\x85\x10\x9a\xba\xbe\x63\ \xee\x91\x81\x89\x09\x50\x6b\xa3\xb5\x31\x88\x70\x2c\x25\x67\x46\ \xe7\xbd\x34\x44\x4a\x2b\xf1\x31\xec\x4e\x92\x24\x46\xcd\x11\x1f\ \x0f\xb7\x1f\x40\x60\x5c\x4e\xcf\x71\x2e\xee\x6d\xe2\xea\x96\xe5\ \x79\xbb\x8a\xfa\x97\xed\x3d\x6d\x2b\x3e\x14\x82\x92\xcc\x84\x0a\ \x99\x18\x11\x8d\x35\x59\x96\x10\x91\xa4\xe1\x88\x10\x02\x39\xd7\ \xc9\xce\x21\x69\x6f\xff\xfa\xac\x74\xaf\x4e\x4a\x9f\xd2\xda\x28\ \x3d\x9d\xf1\xab\xe5\x83\x03\x5e\x2a\x9c\x14\x20\x2a\xd0\xa0\x42\ \xf0\x3e\x78\xd1\x3a\x16\xf9\xa0\x69\x1b\xf9\xa4\x72\x92\xf1\x9b\ \x29\x13\x77\xef\x31\x2c\x62\x47\x97\xde\x45\xb7\x27\x5f\x27\xc7\ \xfd\x91\x44\xfb\x70\x38\x96\xe4\x76\x5c\x8b\x9b\x79\xff\x3b\xdd\ \xaf\x67\x85\x55\x4f\xc8\xf1\xe2\xa3\xac\xec\x5e\x48\x22\x66\xae\ \x69\x96\xc9\xf2\x0e\x21\x88\x31\x22\xae\xa2\x0c\x59\xf3\xa2\x12\ \xef\x89\x9c\x4d\x7f\xb2\x7b\x3f\xb3\xee\xc3\x74\xa4\x65\x24\x36\ \x89\xbf\x6d\xdd\x91\x68\xb1\xbf\x80\xe3\x58\x82\x63\xb8\x89\x4b\ \xc7\xd3\xa5\xbd\x42\x04\x74\xa9\xf4\xc9\x44\x91\x65\x48\x95\x24\ \x77\x1c\x1e\x30\xf3\xa2\x5c\x24\x2e\xe9\x9b\x6e\x48\xff\xf2\xea\ \x52\x2b\x79\xc7\xe5\x38\x30\xe7\xe4\xf1\xc8\x7e\x2c\x49\xe4\xd5\ \x38\xb1\xd8\x3e\xdc\xaf\x09\x24\xc6\x80\xd6\x59\x92\x04\x81\xce\ \x10\x6a\x66\x40\x4c\x8d\xc9\x8a\x42\x5c\x24\x9a\xa6\xe9\xbb\xba\ \x0a\x38\x26\x49\x42\x61\x59\xdc\x54\x9d\x13\x9e\x5a\x62\x43\x6b\ \x2d\x05\x6a\xba\x4a\x30\x4b\x18\xe7\x65\xf8\x7c\x64\x1e\x4e\x38\ \x38\x38\x10\xb4\xed\x57\x42\x96\x13\xc3\x5d\x47\x14\xe2\xfe\x2a\ \xcf\x09\xe4\xc5\x67\x17\x11\x99\x91\x79\x39\x7e\x76\x3e\x9f\x17\ \xab\xce\xfd\xa5\x1a\xe1\x9e\xf7\x44\xb3\xc5\xf5\x35\x98\xde\x62\ \xd4\xc0\x04\x76\xa4\x32\xe2\x59\x79\xc2\xba\xdc\x2f\xc8\x88\x1f\ \x25\xdc\x3b\x3a\xa3\xaa\xff\xe4\xc3\x32\xd3\x6a\x7d\x1e\xe1\x9d\ \x65\x06\x74\xcc\xa6\x19\x78\x19\x52\x6a\xf9\x1e\x63\x08\x5e\x29\ \xd4\xda\xca\x4b\x59\x7d\xd8\x3f\x47\x81\x44\xfd\xa5\x14\x32\x83\ \x42\x64\x24\x6b\x75\x64\x21\xfb\x99\xf8\xb2\x35\x65\x65\x94\x2d\ \x75\xb1\x08\x67\x11\x16\x63\xee\x1f\x03\xd2\x95\x67\x0c\xf5\x2b\ \x92\x11\x4d\x04\x68\xe2\x11\x8b\xfd\xb1\xc4\x26\xc6\x82\x92\x33\ \x76\x6d\x7b\xe7\x94\x0b\xe2\x60\x30\xb0\x3d\xf3\xfd\x3e\x71\x01\ \xc0\x44\x28\x60\x54\x96\xa5\x58\x61\xe2\xd1\x23\x4e\x2b\x94\x93\ \xe9\x47\xd9\xcc\xac\x95\x51\x4a\x1f\x7e\x3a\x84\xe0\x43\x17\x68\ \x3c\x18\xa4\x59\x66\xb4\x96\xe9\xd8\xd6\xca\x9c\x5b\xbe\x5d\x20\ \xcd\x87\x95\x59\x0a\x81\xa4\x29\x53\x50\xbb\x69\x9b\x24\x4d\xe2\ \x3e\xd1\xef\x01\x8d\xa9\xb4\x40\xe4\xd2\x06\x4d\xdc\x92\x88\xe2\ \xd5\xb3\x46\x1d\x2b\x83\x08\xd1\x22\x85\x0b\xa5\xd4\x7c\x3e\x8b\ \x3b\x25\x00\x88\x09\xa6\x54\x54\x8c\x31\xce\xdf\x6b\x07\x1d\x18\ \x99\x27\xdf\x1c\x7e\xed\xe7\xe0\x0d\x7f\xd2\xbe\xf8\xb6\xce\x6e\ \xa8\x0d\x17\xa6\x8b\x13\xe9\xe2\x7d\x52\x5b\xd4\x5a\xf5\xc9\xe5\ \x63\xf2\x1a\x79\x24\xd2\x91\x31\x54\x39\xc4\x50\xad\xe2\x8f\x71\ \x79\x1f\xfe\x2d\x2a\x66\x0e\x40\x21\x1c\xc2\xd9\x52\x7b\xa8\x14\ \x6a\x15\x42\xa0\x10\xfa\x91\xe0\x8a\xb9\x59\xc6\x61\x5d\xe7\x62\ \xfb\x9a\x28\x87\xe2\xcf\x72\x56\x11\xfb\x88\x28\xcb\xb2\x88\x0e\ \x02\x9a\x04\x78\x0c\x16\x23\x50\x2e\xa3\xdd\x95\xea\xa8\x5f\xc5\ \x3b\xf6\x59\xa2\x2b\x5a\x74\x48\x93\xe7\x3b\xe7\xef\x6e\x43\xc2\ \x63\x9e\x17\xbd\x78\x1c\xc5\x16\x5d\xba\x86\x44\x53\xdd\xd7\x96\ \x46\x97\xb6\x58\x94\xec\x93\x4e\xcc\x62\x23\xb4\x2c\x5a\x8a\xee\ \x27\x49\x92\x2c\xb7\x62\x53\x16\xfd\x2e\xe1\x28\x77\x2f\xa0\x26\ \x59\xb0\xdc\xf0\x95\xfe\x86\x94\x52\x69\xba\xa4\x68\x86\xc3\x51\ \x55\xcf\xf3\x3c\x17\x7d\xeb\x70\x38\x14\xe3\x9f\xfe\x91\x24\x46\ \x29\x25\x68\x28\x93\xc2\xa4\x2a\xba\x1c\x0e\xe1\x3b\x22\xd7\x87\ \x62\x09\xf6\x9d\x13\x9b\xbb\x65\xaf\x94\x44\xc1\xeb\xeb\xeb\x71\ \xac\x98\xfc\x20\x2e\x3b\xf7\x14\x16\x11\xc4\x7c\x8d\x01\x88\x98\ \x4e\x0c\x74\xee\x33\x64\xec\x15\xd7\x22\x02\xf6\xd9\xc6\xfe\x9a\ \xc1\xdb\xcb\xdd\x3d\xc6\x76\xb9\x2c\x43\x34\x43\xc5\x58\x89\x5f\ \xb1\x0a\xa1\x28\x06\x6a\xd9\x72\x1c\xbc\x5b\x7a\x5f\x69\xd4\xcb\ \x6f\x1a\x30\x31\x49\xc8\x89\x80\xc0\xe2\x9d\x88\x87\x73\xe9\x7a\ \x27\xbc\x7c\x10\x51\x1b\xdb\x34\x75\xdd\x34\x6b\x6b\x6b\x61\x39\ \xd5\x7e\x89\x7a\x12\xee\x1d\x2b\x23\x46\xc2\x14\x7a\x82\x9b\x28\ \x65\x8f\x1d\xdc\xd1\x1e\x4d\xe2\x94\x98\xae\xc6\x5f\xe1\xdd\x30\ \xd1\x80\xc0\x28\x59\xb3\x84\x59\xc4\xd4\x8f\xd3\xbb\xae\x23\x0a\ \x88\xaa\xc8\x33\x44\x15\xbc\x5b\xb9\x3d\x02\x00\x2b\x44\x20\x26\ \x10\x37\x19\x06\x14\xeb\x0a\x15\x82\x47\x54\xde\xfb\x40\x21\x02\ \xba\x8c\x9d\x11\x70\x11\x20\xd3\x5a\x03\xab\x63\xdb\x80\xe8\x75\ \xe4\xd3\x19\x63\x56\x85\x10\x92\x1d\x4a\x6b\x05\xc0\x32\xd6\x1b\ \x11\x93\x34\xcd\xf3\xbc\x69\x9a\xbd\xfd\x7d\x63\x4c\x92\xa6\x4b\ \x6e\x04\x40\xf6\x3c\xe7\xba\x98\xdd\xa7\x69\x26\x2f\x2e\xd7\x1e\ \x91\xad\xd6\x2c\x7b\x12\x01\x20\x32\x87\xae\xeb\x98\x40\xeb\x24\ \x49\xb2\xc4\xa6\x21\x50\x5d\xd7\xe2\xdd\x79\x70\x70\x10\x25\xab\ \x4b\xce\xfd\x95\x2e\xae\xf9\x04\x2c\x9b\x74\xcb\x5c\xfc\x4c\x1e\ \x0f\xf1\xc1\x37\x5a\xb3\xa9\xba\x67\xc3\x09\x9a\xdc\x4f\x47\x5f\ \x05\x16\xcb\x76\xb1\xa2\xd7\x53\x56\x1f\x46\x5e\xbd\x3e\x13\x16\ \x33\x00\x91\x10\x1f\xda\x8b\x29\x25\x2d\x09\xc0\xa4\x10\x51\xab\ \x2e\x78\x0a\xa1\x6b\x1b\x29\x42\x89\x8b\x44\x1c\x05\x13\x65\x89\ \xd2\xc3\xb0\xfc\xdf\x2a\x84\x8c\xbc\x4d\x7f\x92\x8c\x30\x2a\x0c\ \x80\x0a\x01\x55\x20\xef\xbc\x50\xc6\xd4\x67\x6f\x6f\x8f\xd1\xfa\ \x09\x63\x9f\x84\xe9\x47\x4c\x71\x70\x4d\xff\x0c\x8f\x51\x40\x14\ \xc2\xdd\xe8\x16\x15\x2a\x84\x55\xe2\x4c\x9c\xa5\x59\xd3\x34\x4a\ \x2b\x63\xcc\x74\x3a\x4d\x12\x23\x86\x83\x12\xa2\x86\x10\x80\x09\ \xc4\x1b\x6d\x59\xa6\x90\x5d\x61\xe9\x9f\x80\x4a\x69\xad\xbd\x73\ \x0c\x01\x8f\xd6\x43\x24\x4b\x8d\x95\x53\xef\x7d\xd3\xd4\x08\x26\ \x22\x20\xf6\x66\xf5\xc8\xd3\xa2\xa7\xe1\xea\x5f\x94\xb1\x16\xcb\ \x22\x60\x08\x4a\xc9\xc4\x54\xe3\x9c\x9b\x2f\x16\x79\x51\xc4\xad\ \x8b\x98\x8d\xd6\xb2\xa5\x2a\xa5\x89\x38\x04\x77\xcc\xcc\x48\x18\ \xa4\x5e\x29\xc6\xb0\x51\xc2\x44\x37\x4d\x53\x96\x55\x9a\xa6\x55\ \x55\x79\xef\xc7\xe3\xb1\x5d\xb5\x75\x0b\xf5\x24\x7a\xa0\x7b\x4d\ \xb9\x2c\xe8\xf9\xa7\xc1\x64\xb0\xf3\xdb\x01\x0d\x74\x53\xda\x9f\ \xf1\x27\x20\x83\x66\xe2\xae\x0e\x9f\xb2\xc1\x69\x9a\xeb\x4f\x0c\ \xe5\x22\xe9\xed\xb1\x85\x11\x55\x29\x71\x44\xc1\xef\x1d\x6c\xf6\ \x93\xb8\x48\x17\x4a\xf1\x5e\x7a\x5a\x64\x93\x17\x7e\x23\x6a\xf1\ \xfa\xca\xbb\x68\x6e\x18\x7b\xfb\xfa\x0b\xe9\x98\x5a\xe8\xc8\x09\ \x2b\x15\x51\xbb\x6d\x5b\xa9\x94\xc5\x36\x95\x57\x94\x72\xf4\x01\ \x74\x15\xa3\x2d\xd9\x95\xc8\xd2\xf6\x2f\xc2\xa1\xe3\x0e\xf3\xdd\ \x58\x45\x30\x00\xf3\x11\xf0\x5a\x2c\x16\xe3\xf1\x78\x3e\x9f\xdf\ \xb8\x71\x63\x3c\x1e\x27\xc9\xd2\x59\xf2\x98\x64\xaf\x17\xc6\x52\ \xbf\x2a\x1a\xc9\x22\xe7\x5c\x96\x65\x5a\x19\x71\x2a\x94\x4b\x9a\ \x65\x99\xc8\x98\x56\x63\xaf\x93\xb6\xf1\x71\xe6\xb5\x4c\xe5\x8e\ \x1f\xf0\x98\x13\xd2\xed\x16\xb0\x49\x92\x30\x2e\xaf\x8f\xa4\xcf\ \xb1\xa0\x11\x75\xa3\xea\xe8\x2d\x8c\x93\x70\x60\x25\xf3\xc2\x9e\ \x02\x21\x32\xec\xa2\xe3\x11\xf3\xba\x7c\x75\x88\x41\xa7\x80\xe6\ \x52\x63\xa4\xef\xb9\x0d\x6d\x47\x2f\x3f\x75\x0f\x98\x68\x54\x98\ \x16\x9a\x4e\x02\xd3\x8f\x3b\xe5\x02\xfd\xb0\x22\x12\xbb\xb1\x8c\ \x78\x8c\x7a\xfe\xbd\x81\x26\xd6\xe9\xa3\x71\x43\x5c\x6f\xd2\x50\ \xd8\x8f\xda\xe2\xaf\xe2\xa0\xbe\xb8\xec\xe3\x5b\x53\xf0\x42\x2c\ \xf4\x5d\x9a\x23\x30\x31\x80\x5a\x29\x8a\xe5\xc5\x63\xeb\xc5\x47\ \xa5\x11\x7e\x0f\x64\x84\xde\x68\x43\x61\x7e\xfb\x26\xe4\xf1\x99\ \xb1\xdb\x44\x2a\xa7\x77\xb5\xef\x53\x00\x30\xb1\xc8\x80\x88\xbb\ \xbb\xbb\x49\x92\x3c\xf4\xd0\x43\x42\x7d\xc7\x0d\x26\x96\x38\xfa\ \x38\x02\xa0\x6e\x87\xfe\x58\x83\x1b\x0e\x07\xfd\xaa\xa8\x30\x36\ \xfd\xfa\x69\x62\xf3\xfe\x1d\x17\x42\xb9\xaf\x5a\xef\x17\x1f\x23\ \xb4\xc5\x1a\x8b\xb6\x4a\xbe\x27\x1b\x1b\x1b\xb2\x73\xf4\xc3\xf0\ \x88\x86\xf1\x3e\x46\xf2\x44\x7e\x3d\x99\x4e\xf5\xaa\x6d\x26\x8e\ \x63\xac\xaa\xea\xe0\xe0\xa0\xeb\xba\xd1\x68\xb4\xb5\xb5\x15\xaf\ \x3f\x33\x17\x45\x11\xe5\x8d\x61\x35\xe8\xe2\x9e\xd6\x16\x01\x38\ \x80\xb5\xd0\x12\x9c\x7f\xbd\x09\xb7\xc2\xee\x2d\xfe\xc4\x28\x74\ \xf8\x44\x1c\xf9\x89\xba\xc8\x71\xb1\xc5\x5a\xfe\x61\x05\xad\x97\ \xfc\x7c\x54\xa0\x91\x85\x1d\xff\x8d\x08\xdb\xb6\x6d\x08\x21\xda\ \x8b\xc2\x6d\x62\xc6\xbe\x46\xba\x2f\xed\x3e\xa2\x10\x5a\x2d\x4b\ \x79\xa6\x88\xbd\x97\x2e\x15\x2b\x39\x88\xbc\x82\x30\xd1\xfd\x95\ \x29\x78\xfa\x8a\x98\xd8\x4f\xa5\x63\xcf\x86\xfc\x56\x96\xeb\xed\ \xcd\x30\x2b\x8c\xf0\x77\xb5\x1f\x21\x02\x80\x14\xfb\x64\x6a\xf6\ \xf6\xf6\x76\x9e\xe7\x52\x86\x13\x7b\xed\x88\x4a\x71\x6f\xe8\xa9\ \x35\x75\xdf\x48\x51\x4e\xdb\x5a\x5b\x96\xe5\x7c\x3e\x67\x60\x9b\ \x24\xf1\xa6\xf4\x39\x6b\x99\x8b\x52\x95\x4d\xfc\xc8\x02\x4f\x31\ \x5a\x17\x67\xa3\xae\xeb\xfa\xd5\xd8\x7e\xc9\x55\xee\x85\xdc\x85\ \x38\x43\xe6\xb0\xaf\x49\x2c\x73\x42\xe8\x97\xa7\x8f\x8d\x19\x18\ \x8d\x46\xb0\x52\x65\xc9\xfb\x32\xf3\x78\x3c\xce\xf3\x5c\x06\xe7\ \x8a\x51\xb9\x64\x00\x47\x24\xfa\x44\x5d\xd7\xf9\x10\xee\x31\x2c\ \x52\x80\x27\xbe\x2e\x7f\xcd\x19\xde\x79\x8a\xcd\x08\xec\xe7\x9a\ \xee\xa7\x9b\x59\x79\x82\x27\xf7\x0f\xe5\x12\xd9\x86\x28\x80\x88\ \x7e\x27\xaf\x98\x84\xf6\x83\x82\x18\x1a\xc4\x7a\x96\x8c\x94\xca\ \xb2\x2c\xcf\xf3\xd8\x0a\x16\x7b\x2d\xfa\xab\x2e\x36\x7b\xf4\x5f\ \x04\x51\x25\xe6\x88\x6d\x9f\x8c\x79\x92\x16\x08\x63\x8c\xd2\x3a\ \x4e\x85\x8e\x20\xf8\x6a\xa2\xda\x78\x48\xbb\x5b\x84\xc5\x68\x1e\ \x2e\x89\x73\x7c\xd3\xc3\xae\x1e\xad\xe3\xd9\x3a\xe7\xee\x26\x71\ \x8a\x0d\x24\x8b\xc5\x62\x3e\x9f\xbf\xee\x75\xaf\x13\xcb\x22\x39\ \x25\xb1\x35\x5a\xba\x5f\xaf\xf0\x71\xd5\x2f\xac\x11\xd1\x18\x1b\ \x2b\x0c\x72\xbf\xe4\xcf\x45\xd3\x33\x99\x4e\x8b\x41\xb1\xbe\xbe\ \x2e\xec\xbc\x0c\xf2\x8e\x5a\x82\x38\x20\x21\xda\xc7\x49\x21\x4f\ \x36\x9b\xe8\x54\x44\xbd\x43\xe6\xfc\x74\x5d\x37\x1c\x0e\xb7\xb6\ \xb6\xa2\x1c\xaa\x5f\x48\xe9\x7f\x13\x74\xef\xfe\xde\x0e\x8b\xca\ \x68\x5e\x85\xfc\xfd\x1d\x51\xce\x50\x14\xec\xd0\xf3\x84\x17\xd9\ \x66\x4f\x40\x7a\xaf\x61\x11\xb6\xed\x99\xc6\xfd\xe2\x0f\xd1\xe7\ \x7e\xbd\xfd\xc0\xbf\x68\xcc\x05\xbb\x35\xc6\xc9\xe2\x64\xca\xd5\ \xfd\x91\x42\x43\x08\xcb\x09\x01\x92\x6a\xf5\x95\xb7\x70\xb4\xf9\ \xec\xd8\x04\xd4\xb8\x1a\xe1\xa8\x5f\x4e\x14\x52\x48\x8e\x1c\x35\ \x19\xb0\xea\xc7\x90\xb5\x24\xc8\x12\x13\xc3\x98\xa0\xc9\xda\x90\ \x55\x51\x0c\x06\x40\x87\xda\xa0\x18\x5a\x4a\x4a\x25\x3e\xb5\x7e\ \xd5\xac\xfd\x51\x05\xe7\xf1\xaf\xfa\x3a\xc7\x7e\x44\x19\x47\x74\ \xc5\x07\x63\xf0\x12\x1f\x14\x80\xe8\x07\x95\x4b\x94\x54\xea\x2e\ \x76\x23\xda\xdf\xdb\x17\xcd\xe8\x78\x3c\x3e\x7f\xfe\xbc\xf8\xaa\ \xc5\x8e\x6c\x63\x74\x54\xd1\xf7\xcb\x0b\x11\x3e\x9a\xa6\x96\x69\ \xa8\xa2\x83\xa9\xeb\x7a\x7d\x7d\x7d\x6f\x6f\x2f\x4d\xd3\xed\xed\ \x6d\x62\x4a\xd2\x54\x9c\xc1\xe4\x0a\x48\x39\x2f\x86\xa8\xde\xb1\ \x31\xda\x7b\xbf\x58\x2c\x64\x1b\xc8\xf3\x5c\xe0\x4f\xee\x7e\x14\ \x33\x49\xe4\x28\x35\x3e\x99\x24\x8e\x88\x72\x7a\x12\x57\xc6\x6c\ \x20\x56\x8a\x01\xc0\x1a\x23\xcd\x42\xb1\x20\x7b\xb4\xb4\x7a\xc8\ \x1d\xf5\x69\x3d\x58\x29\x75\x62\xfc\x2b\x05\xdf\x38\x86\x4c\x2c\ \xce\xee\xb5\xb1\x18\x83\x2e\xd0\xef\x7b\xee\x78\x3a\x63\x34\x08\ \x01\xcc\x89\xf5\xed\x7d\x84\x8b\x52\x5a\x8a\xe6\x54\xc7\x10\xa1\ \x0f\x79\xc7\xe2\xaf\xfe\x23\xc7\x9e\x13\xb3\x2a\x49\x82\xfa\x90\ \x24\xbc\xaa\xe0\x91\x64\x73\xb0\x6a\xf2\x95\x97\x8a\xd3\x59\xa5\ \x6c\xcf\x47\x5f\x5f\x5e\xe1\x30\x19\xe7\xe3\x96\x56\xc7\x26\xb7\ \x40\xcf\x27\xa2\x5f\x16\xbc\xbd\x3f\xfa\x76\xaf\x9d\x3e\xbc\x0a\ \x5a\xf5\x25\x9c\xcc\xac\x95\xbe\xe3\x2e\x58\x66\x6e\xbb\x6e\x7b\ \x7b\x6b\x38\x1c\xca\xcb\xf6\xb9\x26\x66\x16\x97\xad\x7e\xb5\xb4\ \xef\xaf\xa5\x94\x12\x53\x21\x41\xb4\x18\x63\x6e\x6c\x6c\x88\xa3\ \xa5\xf3\xce\x79\x3f\x99\x4c\xea\xba\x96\x3d\x4f\xde\x22\x84\x50\ \x96\xe5\x78\x3c\x1e\x14\xa3\xf1\x78\x2c\x86\xea\x31\x55\x37\xc6\ \x8c\x46\x23\xc1\x20\xc1\x41\xf9\xe0\x22\x51\x94\x67\x8a\x5d\x66\ \x6c\x1e\x8f\x1e\x10\xfd\xa8\xf0\x76\xba\x5f\x4e\xef\xf0\x03\x52\ \x80\xde\xc5\xef\xeb\x10\x8e\xcd\xbd\x88\x21\xbc\x80\xa3\xd4\x31\ \xf5\x3d\x9f\x13\x1d\x4a\x1a\xbc\x21\xfd\xfc\x73\x9c\x6d\xe2\xf6\ \xd7\xa4\x2a\xc1\xcb\xbf\x74\xc2\x83\xdc\x3f\x29\x74\x51\x0c\x10\ \xeb\xfe\x7e\x1e\x4b\x7e\xc7\xfa\xa3\x7f\x6f\x70\x8c\x8f\xf7\x3b\ \x37\xa0\xd7\x37\x22\xa9\x9c\x50\xbd\x92\xbe\x89\x87\x60\x0c\x49\ \xfa\xa6\x00\x87\x84\xe6\x6d\x9c\xcf\xa1\x8e\x07\x11\x98\xc5\xa0\ \xac\x4f\x9b\xf4\xc1\xae\x5f\x99\xea\x4b\xc1\xe1\x36\x13\x9d\x58\ \x1d\x83\xdb\xe6\xfc\xf5\x9b\x20\xfb\x1f\x5c\xa9\xbb\xc9\xa0\xf5\ \xb9\x73\x67\xa5\xb9\x6d\x65\x91\x70\x84\xee\x88\xc4\xeb\xb1\x38\ \x3d\xa6\xd2\xde\x2f\xe3\x5c\x49\x30\x65\xbc\xb2\x98\x04\x33\x73\ \x5e\x14\x36\xb1\x71\xd2\x6c\x9a\xa6\x62\x67\xbb\x58\x2c\x00\x60\ \x6d\x6d\x6d\x7b\xeb\xb4\x48\x5e\x04\xe8\xe5\x36\x35\x4d\x43\x44\ \x69\x9a\x8a\xed\x98\x3c\x2e\x2f\x1b\x71\x53\xa8\x67\x65\xd1\xe8\ \x23\x7c\x51\xac\x9c\x2c\x2b\xd4\xab\x16\x49\x38\x6a\x37\xb7\x2a\ \x19\x1f\x37\xc5\x89\x77\xfc\x58\x6b\xfc\x21\xd2\xad\x6a\xbe\x22\ \x0f\xba\xc7\x49\xb4\x3a\xf0\xff\xef\x0f\xf9\xa3\x75\x01\x38\xc9\ \xa0\xef\x13\x54\x04\x58\xf9\x21\x53\x94\xb0\x1d\x43\x8a\x8f\xda\ \x2e\xfd\xbb\x45\x8b\xd0\xb3\x3c\x39\xf6\xbd\x97\xc5\x23\x35\xa9\ \xc8\x00\x48\xcc\x18\x5b\x56\x04\x26\xa4\xd8\xbf\xa4\x0b\x80\xa1\ \x57\xbc\x8f\xfe\xde\x4b\x5e\xfb\xe8\xbb\xc0\x51\xcd\xf6\xb1\x24\ \xfa\x58\x63\xf5\x31\x45\x24\x1c\xd5\x30\xf6\x11\xb0\x9f\x3b\x1f\ \x33\x8c\xb8\x9b\x6b\xdf\xb6\x5d\x9a\x26\x7d\x64\xe9\x93\x1b\x78\ \xdb\x01\x47\xe5\x93\x83\x41\xda\x87\x92\xa8\x49\x94\xd2\x44\x94\ \x82\x46\xd6\x45\x2a\xbc\x12\x03\x96\x65\x79\xfa\x94\x12\x7f\x43\ \x89\xbf\x9a\xa6\x11\xa2\x43\x7c\x0f\xe3\xd5\x93\xea\x70\x1c\x66\ \x2d\x6c\x89\x31\x06\x01\x63\xbf\x4d\xdf\x4a\xb6\xcf\xb1\xf4\xab\ \xc6\xd1\x7c\x6c\x09\x5b\xb7\x21\x48\x3f\x48\x8c\x4a\xac\x3e\x19\ \xd8\x8f\x4c\x3f\x09\x86\x16\x20\x68\x0b\x00\x20\xa3\x59\x4f\xd8\ \xe1\xfb\xab\xb4\x08\xab\xaf\xf1\x11\x93\x98\xbe\xb7\x02\xdc\x26\ \x01\xe9\xc1\xc1\x71\x5d\x61\x8c\x10\xe3\x17\x7a\xb5\x92\x25\x02\ \x0d\xd1\xa8\xc6\x5a\x5b\x55\x95\xeb\x0e\x39\x65\x22\x8e\xac\x8b\ \xbc\xaf\xf7\x1e\xf0\xb0\xf2\x18\x42\x70\x5d\x07\x88\x4d\xd3\xa4\ \x69\xaa\x95\x42\xa5\x71\x65\x1e\xd3\x57\x50\xf6\xa3\x8f\x7e\x54\ \x7b\x74\xf4\x33\x00\x30\x02\xde\x9e\x89\xf7\x7b\x01\xe1\x70\x8c\ \x2a\xc8\x9c\x17\x58\x99\x54\xde\xdd\x5a\x40\x6b\x8d\x52\x2a\x76\ \xd1\xc6\x80\x11\x95\xd2\x4a\x21\x1e\x96\xdb\xfa\x44\xf9\xb1\xa6\ \xbd\xf8\xb8\x35\x26\x10\x39\xe7\x36\xd6\xd7\x9d\xf7\x3e\x04\x06\ \x96\xfd\x43\x5e\xc4\x58\x4b\x21\xa4\x69\x7a\xea\xd4\x29\x49\xae\ \x85\xd0\x10\x16\x4b\xc2\x43\xb9\x17\x21\x84\xb6\x6d\xbb\xce\xc9\ \x98\xaa\xbd\xbd\x3d\x44\xd5\xb6\x4d\x08\xa1\xaa\xaa\xf3\xe7\xcf\ \x5f\xbc\x70\x11\x95\x62\x99\x71\x46\x9e\x19\xa2\xef\x43\x3c\x25\ \xf1\x1f\xea\x7f\x67\x64\x1a\xc1\xf2\xff\xe1\xb8\x94\x27\x56\x0c\ \xe2\xec\x97\xfe\xab\xc5\xe9\xbb\xf4\x2a\xe6\x5b\x7d\x42\x60\x51\ \x41\x5a\xa0\xb2\x58\xac\x61\x3a\xc0\xb4\xc0\xc9\x33\x7e\x7f\x71\ \x62\x15\x71\xbf\x20\x23\x07\xab\x41\x4c\xb3\x65\x0f\x97\xa2\x9e\ \x42\x40\x04\xa0\xc0\x5a\x2d\xfd\x4c\x01\x01\x90\x98\x63\x89\xc7\ \x87\xce\x68\x7b\x9c\x64\xec\x35\xea\x29\xa5\x18\x02\x20\x36\x6d\ \x95\x24\x89\xb1\x1a\x00\x8c\xd2\x80\xac\x34\x0c\x86\xc5\x32\x2a\ \x04\x42\x05\x4a\xc6\x74\x28\x10\xe9\x89\x0f\x1e\x90\xab\xb6\x35\ \xd6\x18\x6b\x74\x62\x89\xc8\xa4\x89\xf7\x3e\x29\x72\x26\xaa\xba\ \x76\x30\x18\x88\xc0\x30\x7a\xeb\x63\x6f\xb6\x1c\x33\x13\x07\x63\ \x8d\x42\x69\xcc\x50\x4a\x6b\xef\x59\x1a\x11\x97\x94\x0b\x85\x55\ \xd5\x5f\xc2\xae\x10\xe7\xb4\x20\x2e\x57\xfb\x72\xf0\x95\xc4\x05\ \xcb\x6a\x27\x03\xb0\x32\x77\xb3\x08\x58\x01\x59\x05\xa8\x50\x2b\ \xd4\x46\x13\x79\x05\xcc\xc0\xe2\x1e\x23\x23\x0c\x63\x7e\x7a\x0c\ \xf7\x89\x48\xdb\x44\x1b\x83\xcc\x1c\x00\x00\x3c\x13\x2a\xb4\x69\ \xd2\xb8\x0e\x11\xb5\x52\x32\x0c\xb6\x6b\xda\x25\x73\xad\x09\x95\ \x32\x4a\xa3\x81\x33\xdb\xa7\x60\xd5\x56\x2c\x05\x47\x00\xc8\xf3\ \x5c\x7e\x0e\x21\x38\xd7\xf9\xd0\x19\x9b\x19\x63\xce\x9e\x3b\x15\ \x02\x85\x10\x88\xc9\x75\x6e\xb1\x98\xcf\x16\x53\x9d\x64\x4b\x2e\ \xdb\xfb\x3c\x49\x85\xbd\xc1\x15\xee\x11\x91\x52\x10\xd9\x7c\x63\ \x92\xae\xeb\x94\xd2\x5d\xd7\x3a\xe7\x94\x56\x81\x38\x4d\x52\xb1\ \xde\x38\xc6\xda\xc9\x3e\x2a\xc5\x96\x28\xde\x8a\x46\xb6\x7d\xa2\ \xef\x5e\xc2\x22\x25\xfa\xb3\xbf\x25\xd5\x97\xdd\x07\xdf\x17\xba\ \x05\x74\x33\xaa\xbb\x13\x4c\xbc\x7f\x92\x68\x04\x94\x01\x43\x71\ \x4f\x8e\xbf\x92\x80\x2a\x5a\x39\xc4\x3c\xae\x6f\x2b\xeb\xbd\x43\ \x54\xbf\x07\x33\xa3\x8d\x42\xa4\xe8\x18\x26\x81\x61\x0c\xe8\xa2\ \xd7\x6c\xf4\xce\x12\x12\xe6\x48\x98\xd0\xaa\xd8\xa3\xbd\x2a\x2d\ \x2d\xb5\x38\x14\xa4\x03\x1a\x44\x79\x77\xcc\x82\x1b\x96\x82\x70\ \xa2\x55\xa2\x79\x4c\x2b\x7e\x3b\xeb\x72\x2c\xfd\xef\xcb\xbc\xfb\ \x02\x94\x25\x43\xad\xd4\xdd\xf8\x8e\x22\xa2\x4d\x12\x31\xa0\xc4\ \x55\x55\x41\x68\x28\x11\xee\xc4\xad\x45\xfe\x95\xab\x24\xa9\xae\ \x50\x1f\xd1\x11\x32\x0e\xc0\x8a\xde\xdd\x89\xb1\x12\x5e\x89\x98\ \xc9\x5a\x1b\x88\xe2\xf6\xe5\xbd\x77\xc1\xb7\x6d\x23\x2f\x52\xd7\ \xb5\x74\x07\xc5\x89\x54\x32\x0b\x2b\x92\xd4\x4a\xa9\xc9\x64\x22\ \xa2\xa8\xae\x73\xb7\x76\x77\x3d\x41\x9a\x15\xeb\x6b\x6b\x83\x41\ \x2e\x19\x87\xb5\x16\xe1\xb0\xaf\x1c\x71\x59\xd6\x14\xa1\xb8\xd0\ \xd9\x52\xfa\xe8\xba\x0e\x95\x8a\x5d\x95\xd1\xee\xf7\x58\x91\xb7\ \x7f\x0b\xa2\xcc\x48\xea\xad\xf1\x4b\x72\xef\x6a\x8b\x4d\xf8\xb5\ \x1f\xaa\x1f\xff\xb2\xf4\x0d\x7f\x08\x9f\x7e\x87\x9b\x1c\x70\x38\ \x61\x5c\xee\x2f\x64\x84\xa3\x3e\xd5\xc7\x88\x14\x34\xba\x9f\xb6\ \x88\x80\xe3\x10\xd4\x18\xc5\x5e\x05\x7e\xb7\xf1\x29\x3e\xf4\xc5\ \xc0\xfd\x46\x91\x08\x31\xf1\xbb\x2e\xcf\xec\xf7\x75\xf4\xab\x69\ \x7d\x3f\xe7\xa8\x04\x2a\x17\x55\x3c\x67\x41\x8d\x7e\xed\x0f\xd5\ \x91\xbf\x92\x3f\x39\x96\x1d\x1f\x23\xaf\x8f\x95\x11\x6f\x2f\x41\ \x1e\x56\x4b\x89\xee\x6e\xf8\x1f\x0b\xfc\x49\x28\xd4\x34\x8d\xc4\ \x5f\x65\x59\x4a\xc3\x78\x1f\x40\xe3\x99\x1f\xb6\xca\x11\x8b\xbd\ \x6b\x9c\xca\xd2\xbf\xbc\xce\x7b\xe8\xd5\xf8\x44\xe6\x22\xb8\x26\ \x61\xd7\x20\xcb\x8d\xd1\xce\xb9\xc1\x60\xb0\xb1\xb1\x11\xf3\x53\ \xe9\xf8\x4c\x12\x6b\x93\x23\x56\x43\xeb\xeb\xeb\x52\x22\xec\xba\ \x8e\x88\x27\xf3\x72\x32\x99\x54\x65\x79\xfa\xf4\x76\x91\x65\xe2\ \xd9\xa3\x90\x7b\x9e\x98\xcb\x38\x54\xba\x98\x23\xf6\x89\xc8\xc6\ \xb5\x9d\x50\x43\xe2\x4b\x26\xe8\x19\xc3\xc3\x63\x33\xc5\x60\xd5\ \xa6\x1d\x0b\x20\xce\xfb\x7b\x9d\x44\x03\x28\xe6\x67\xff\x5d\x73\ \x69\xac\xde\xf4\x35\xd9\x63\x57\xba\xf7\xfe\x72\x38\x09\x17\xef\ \x93\x0c\x1a\xb1\xae\x6b\xd1\x70\x48\x30\x15\x95\x6e\x87\x9b\xf6\ \xca\x0f\xe1\xf6\xd2\xa1\x14\x04\x6f\x6f\x88\x3e\xfa\x16\x6a\x35\ \x1c\x3d\x44\x03\xd7\xfe\xe8\xbe\x3e\x10\x1f\x6b\x98\xe9\x2b\xb4\ \xfb\x89\x79\x4c\x99\x01\x60\x3c\x1e\x4b\x4b\xaf\x60\xe8\xb1\x31\ \x2c\x40\x87\x40\xdf\xef\x2f\x8c\x4f\xe8\x37\xa5\x45\xcd\xe0\xef\ \x36\xea\xef\x18\x5c\xba\xae\xbb\x63\x39\x37\x11\xdd\xbc\x79\x33\ \x49\x92\xba\xae\xc5\x7b\x71\x34\x1a\xc9\x94\x2b\xe9\xff\x55\x2b\ \x03\xb4\x08\x34\xa2\x73\x8e\x8d\xc9\x71\xcf\x88\xfd\xe0\x31\xda\ \x15\x35\xb5\x77\x3e\xf6\xab\xc8\x33\xfb\xae\x1f\xc4\x14\xbb\x7a\ \x62\x97\x7a\x0c\xa5\x89\xc2\xf2\x34\x94\x12\x44\xce\xb2\x4c\xa2\ \xbf\xa2\x28\x98\xa1\x18\xad\x95\x55\xcd\xc4\x79\x9e\x2b\x44\xef\ \x1d\x05\x82\x43\x03\x62\xf6\x3e\x88\x10\x52\x7a\x78\x26\x93\xc9\ \x78\x3c\x16\x7b\x70\x22\xca\x92\xb4\xdf\xcc\x27\x5b\x5a\xbf\xf2\ \xdb\xbf\xe9\x51\x9c\x70\x6c\x68\xcc\x3d\x86\x45\xd0\xb8\x76\x51\ \x3f\xfe\x16\xe3\x3e\xdc\xbd\xef\x9d\x81\xf5\x09\x9e\xdc\x3f\x87\ \xc0\x62\x1c\xe2\x1c\x6e\xcf\x05\xf4\x11\x75\x9e\x52\xe2\x7f\xb3\ \x8c\xf2\xb4\x36\x08\x18\x49\x4f\x38\xae\x1c\x84\x54\x2f\x6b\xf9\ \xd1\xcc\xb9\x47\x59\x8a\xc5\xe9\x32\x0e\x92\x55\xbe\x1c\x96\x8e\ \x48\xcc\x28\x5a\xeb\x55\x3a\x1f\xd3\x58\x59\xe7\x5a\x6b\xef\x83\ \x40\x5c\xcf\xd3\x7b\xe9\xa0\xb3\xb4\x44\xf4\x1d\x33\x1b\x63\x8d\ \xd1\x9d\x73\x7e\xe9\x96\x2a\xed\xde\xdc\x27\x58\x8e\x39\x1d\xc4\ \x88\x15\x6e\x1b\xc2\xd9\x77\x6f\xbc\xe3\xf0\x80\x88\x6e\xdd\xba\ \x25\xa9\x2b\x00\xc8\x3c\xe8\x68\xe6\x2a\x9b\x52\x4f\x88\xce\x88\ \x20\xb6\x86\xe2\xb5\xb5\xb6\xb6\xa6\x8c\x95\xab\xba\x0a\xb7\xf5\ \xca\x57\x3c\x00\xf8\x61\x31\x08\x18\xda\xb6\x95\xea\x84\x70\xd0\ \xd1\x40\x97\x28\x00\xda\x5e\xc8\x1c\x47\x53\x21\x11\x2f\xa7\x34\ \x2e\xc1\x88\x95\x42\x6b\xad\xbc\xd4\x32\x59\x56\xba\x6d\x1b\x6b\ \x13\x04\x68\xbb\x4e\x4b\x53\xa0\x52\x32\x93\x42\xc2\x3a\xef\xbb\ \xb2\x2c\x45\xcd\xb3\x58\x2c\xe2\x40\x98\x34\x4d\x99\xb9\x6b\xda\ \x98\xfe\xf7\xa7\xad\x1e\x1b\x6c\xdb\x8f\x1f\xe5\xad\x45\x90\x74\ \xef\x61\x91\x32\xfd\xf9\x7f\xd6\xaa\x3d\x7a\xe1\x5d\xdd\x74\x9f\ \xf5\x00\xa9\xe5\x13\x3e\xfa\x93\x38\x00\x54\x4a\xcb\x78\xd2\x57\ \xbe\x49\x6d\xdb\xfe\xa3\x1f\xf8\xbf\x0e\xe9\x5a\x38\xda\x3e\xb0\ \x9a\x3b\x75\x7b\x8c\xd9\xa3\x11\x55\x5f\xb4\x03\x70\xd4\x9f\x98\ \x41\xd2\xd8\x18\x8e\xdd\xae\x9a\x3e\xe6\x2f\x40\xfc\x51\x52\x91\ \x63\x33\x59\xfa\x1a\x20\x39\xe3\xd5\x87\xc5\x5e\x5d\xb4\x67\xaa\ \xa8\x10\x41\x86\x5e\xd1\xf2\xbf\x5e\xb1\xb0\xd0\x17\xe2\xc0\x47\ \x57\x60\x10\x51\x59\x55\x77\x76\x9b\x46\xa3\xd1\xf7\xfd\xc3\xef\ \xd7\x4b\x3a\x0b\xc4\xa0\x3f\x84\x00\x88\x5a\xc6\x3f\xad\xac\x15\ \x45\x8f\xc2\x32\xaf\x5e\x22\x65\x85\xd6\x58\x38\xf4\x17\x3a\x34\ \xad\x90\x2a\xf1\x32\x77\x96\xdb\x8a\x18\x47\x0b\xf4\x2d\x26\xe3\ \x44\x94\xd5\x8d\x3b\x54\x17\x08\x2c\xae\xa2\x32\x5e\xb9\x00\xa3\ \xbc\xf8\x4a\x48\x1f\x0b\xaf\xab\x26\x51\x5e\xf1\xf3\xcb\x01\xd0\ \x81\x79\xc5\x9e\xf9\xb0\xfc\x5b\x85\x46\x6b\xd9\xba\xc4\x52\x93\ \x21\xaa\xa6\x96\xb7\x51\xce\x43\xad\xb4\x8d\xab\x1b\x2b\x3b\x22\ \x32\x31\x31\x6d\x6f\x6f\xdf\x63\x58\x44\xe2\x6b\xbf\x13\x86\x1b\ \xea\xc1\xcf\xb5\xaf\x49\x50\x19\x78\xf1\x17\xda\xcb\x3b\x27\x69\ \xf4\x27\x29\x2a\xee\xdc\xbc\x5e\xd7\x15\x05\x3a\xff\xc0\x83\xaf\ \x26\x66\x79\xc3\xeb\x5f\x77\x72\xd5\xee\xf8\x08\x77\x5a\x68\x37\ \xc6\x3c\xf1\xba\x27\x4e\x2e\xe0\xc7\xe9\xf8\x44\x18\x8b\xbd\xf4\ \xde\x98\x3e\x00\x2a\x40\x3c\x19\x71\xf5\xc9\xcb\xa0\x9c\x3d\xff\ \x80\xec\xfe\xf3\xf9\xec\xe4\x72\x9c\x1c\x27\xb0\xf8\xf1\x39\x14\ \x66\x39\xb7\xf5\x72\x64\x91\x4a\xd0\x30\x77\xee\xe4\xca\x7f\x92\ \x46\x8b\x37\xaf\x5f\xab\xeb\x8a\x88\xce\x9e\x7b\xe0\xe4\x72\x9c\ \x1c\x9f\x9a\x87\xfa\x78\xbf\x01\xaf\xe9\x37\x7d\xbe\x22\x87\x8f\ \xfc\x51\x9b\x20\x14\x67\xf5\xd9\x6d\xa4\x57\x59\x5b\x0c\xcd\x62\ \xb1\x28\xcb\x45\xb9\x58\x54\x1d\x75\x6d\x2b\x7f\x17\xba\xca\x13\ \xf8\xa6\xf2\x04\x00\xe0\x9a\xba\x3b\x19\x11\xf3\xfb\x74\xbb\xce\ \x9c\x3d\x7f\xf1\x91\x47\x5f\xf3\xe8\xe3\x74\x62\xe1\x7b\x72\x9c\ \xc0\xe2\xc7\x2f\x5a\xd4\x1a\x88\xc0\x0e\x10\xf8\x63\x69\xfe\xa3\ \x2e\x79\xfd\xb7\xfe\xc8\x8f\xfd\xc4\xdb\xfe\xd3\xaf\xfc\xf3\x1f\ \xff\xe7\xdf\xfd\x35\x8f\x7c\xdb\xdf\xfc\xdf\x4e\x33\xf9\xb6\x79\ \xe3\x5f\xf9\xa9\x2f\x7b\xdc\x7e\xe1\xdf\x7e\xdb\x17\x5f\x34\xcc\ \xfa\x2b\xbf\xe7\x07\xbf\xe9\x81\x10\x4e\x68\x9c\xdf\x8f\x68\x71\ \xe7\xe6\xf5\x97\x5e\x7c\xe1\xc5\x4b\x1f\x79\xc5\xe9\x68\x27\xc7\ \xc9\x71\x02\x8b\x77\x1c\x7f\x70\xb2\xa6\xcf\x3e\xaa\x07\x39\x6e\ \x3f\xa2\xb7\xce\xbd\xea\x39\x2e\x2a\xe9\x3e\xfc\xa3\xdf\xf6\x17\ \xff\x97\x5f\xbb\xf6\xc2\x3f\xfa\xf6\xb7\x7e\xef\xcf\xbe\x4c\xbe\ \x2e\xcb\xb2\x2a\xcb\x72\xb1\xf0\x04\xbe\x2e\x57\xd1\x62\x75\x12\ \x2d\xfe\x7e\xdd\xad\xed\x53\xa7\x1f\x7c\xe8\xe1\x87\x2e\x3c\x72\ \x32\xa4\xf1\xe4\xf8\x94\x3d\x3e\xfe\xb5\xc5\x86\x0f\x2a\xf5\xd0\ \x67\x20\xed\xf3\xe9\x27\x35\x32\x5c\x79\xf6\x55\x0f\x89\x46\xa5\ \x95\x42\x00\xa5\xb5\x0a\xe0\xd3\xd7\x7d\xf7\x0f\xfd\x63\xc7\x9c\ \x6d\xae\xbf\xed\xd7\x7a\xc3\x80\xf9\x84\xc3\xf9\x7d\xdc\xc5\x98\ \x4e\x00\xf1\xe4\x38\x81\xc5\x8f\x6f\x56\x56\x85\xa7\x7e\xfe\x48\ \x95\xea\x8e\x99\x68\xd3\x3d\xf7\xbd\xff\xf3\xf7\xdf\xec\xdc\x93\ \x7f\xe9\x47\x1f\x30\xe0\x5b\xce\x0c\x32\x50\x9e\x60\xed\x08\xe0\ \x24\xe9\x3b\x39\x4e\x8e\x93\xe3\x0f\x02\x2c\x32\x40\x3e\xc6\x66\ \xbe\x1a\xfa\x93\x22\x7a\xf6\xe1\xff\x6f\xef\xcc\xa3\xa3\xaa\xf2\ \x3c\xfe\xfb\xdd\xfb\xde\xab\x7a\x55\x95\x8d\x4a\x20\x0b\xc5\xbe\ \x46\x64\x09\x63\x20\xa0\x82\x2c\x01\x04\x41\x41\x16\xe9\x41\x45\ \x91\x83\xce\xf4\x60\xdb\xd0\x8d\x2b\x7d\x5a\x1a\xbb\xa7\x1d\xa7\ \x1b\x9d\x16\xa4\xc1\x06\x1c\xb5\x59\x94\x4d\xb6\x61\x97\xa5\xd9\ \x09\x5b\x42\x20\x81\x24\x24\x64\x85\xca\x56\xf5\xd6\x7b\xe7\x8f\ \x02\x45\x06\xc7\x04\x12\x91\xe4\x7e\x4e\x9d\x93\x9c\x3a\xb9\xa9\ \xaa\x5f\xdd\xf7\xbd\xbf\xfb\xee\x6f\xa9\xf9\x70\x94\x14\x25\x24\ \xa3\x92\x24\x51\x42\x90\x10\x2a\x29\xb2\x83\x64\x6d\xd9\xfa\xe2\ \xa8\x9f\xc9\xa7\xfd\xc9\xf4\xe2\x1f\x8a\x91\x88\xa2\xdf\x02\x81\ \xe0\xde\xd8\x44\x7b\xa5\xee\x0f\xf0\x7f\x6c\xb0\x81\x00\x70\x50\ \x63\xa9\xd7\xb4\x3e\x4e\x08\x51\x00\x00\x0d\xb9\x49\x44\x41\x54\ \x2f\xe4\xd7\xb4\x97\x8b\x22\x57\x2c\x7a\x79\xa6\x61\xc8\xc0\xd9\ \xb2\xf9\x0b\x34\x24\x92\xa2\x9c\xfb\x74\x66\xb6\x69\xea\xd6\x8a\ \xf7\x0b\x23\x9d\x12\x1e\xfe\xba\xbc\x5a\x92\xc4\x3e\x5a\x20\x10\ \xdc\x0b\xb2\xc8\x41\xf1\x12\x7e\xc5\xbc\x96\x7d\x85\x60\xe9\xe0\ \xf2\x20\xe7\x35\xbd\x1d\x88\xc8\x03\xe5\x15\xa1\xd1\x81\xea\xea\ \xd0\x53\x56\xb0\x3c\x54\x01\x23\x50\x71\x35\x94\x3c\x25\x34\x51\ \x20\x10\xd4\x15\xf5\x7c\x12\x8d\xa0\x17\x33\xa5\x95\x44\x01\x80\ \x03\xb7\xb8\x33\x1a\x83\x01\x8e\x77\x4d\xc6\xb8\x65\x69\x86\x19\ \xb4\x6e\x0e\xca\xe3\x96\x15\x0a\x8a\xe4\xb6\xad\x19\xa6\x66\xff\ \x7f\x91\x44\xdc\xb2\xb4\x1b\x42\x2f\xb9\x6d\x6b\x86\xa5\x31\xce\ \x01\xb8\x6d\xeb\x86\x19\x34\x6f\x68\x01\xcc\x6c\xcd\x30\x83\x86\ \xa5\x85\x5e\x94\xd9\xba\xf5\x4d\x91\x0f\x66\x1a\xb6\x38\xdf\x10\ \x08\x1a\xd9\x26\x1a\x4b\xad\x73\x85\x8e\x07\x46\x29\xa5\x97\x99\ \x1c\x4d\xbd\x2e\x7e\x78\xed\xdd\xea\x86\xca\x19\x36\x7f\x6c\xe8\ \xac\x78\xa7\x9b\x57\xec\x5a\xf6\xf5\x12\xcd\xd2\x90\x3a\x09\x37\ \x49\xe4\xf0\xd9\xa3\xa7\xfe\x75\xe9\xd8\x52\x4f\xdf\xc9\x0f\xfd\ \x8c\x82\xca\x4b\x3f\xf9\xdb\xbe\xcd\xf6\x2d\x6e\x58\x72\x29\x6a\ \xe8\xcc\xd1\xb3\xd7\xae\x7a\x24\xe3\x4a\xa5\x0d\xd4\xa1\xb6\x9d\ \x38\xf0\x8d\x70\x8a\x85\x99\xef\xae\x38\x9b\x3f\xe8\xa1\x5f\x75\ \x88\x6a\x16\x2e\xe5\x2c\x5b\xf7\x56\x31\x53\x98\xcd\x12\x1f\x3d\ \x30\xc1\x73\x2a\x2f\xc8\xed\x40\xfa\xaa\xdd\x1f\x74\x79\x78\x65\ \xf7\xab\x6f\xce\x3b\x7e\x5e\xa6\xd8\x29\xf9\xa3\xa7\x63\x3e\xf9\ \xf5\xba\x3d\x92\x24\xce\x8b\x04\x82\x46\xe2\x2d\x02\xa0\x04\x85\ \x5f\xeb\x87\xb7\x99\x57\x4b\x58\xfe\x3e\x63\xff\x6a\x43\xb7\x6a\ \xad\x66\xa6\xa1\xeb\x9a\x66\x98\x37\x8f\x34\x0d\xdd\xb0\x6a\x1e\ \xc6\x8d\x84\x17\x6c\xdc\xfa\xd2\xe2\xad\x1f\x58\xe1\x9d\x91\xb3\ \x41\x83\x16\xb7\x77\xca\x3a\xb6\x9d\x94\x3a\x28\x37\xeb\x04\x07\ \xde\xb2\xcd\x40\xfd\xe8\x2b\x7f\x5a\xfd\x1a\x76\x9c\xda\x4c\xbe\ \xd5\xc1\x10\x8d\x78\xb2\x7b\xfb\x7d\x99\x59\x8c\xe9\x4d\xdb\xbc\ \x39\xae\x43\xc7\x26\x09\x13\x4a\x4e\xbf\xf3\xc1\x86\xd9\xf1\xdd\ \xa6\xc4\xb3\xa2\xdd\xfb\x5f\x5f\xb0\x69\x4e\xa5\xa7\x7d\x04\xb9\ \x5e\x57\x86\x18\x87\x0f\xcc\x58\xb4\xe1\xa5\x53\x81\x96\x3d\xc3\ \x1d\xdc\xd4\x3c\x49\xbf\x6b\xab\xe8\x00\x51\x5d\xe3\xbb\xea\x72\ \xbc\x0c\xc2\x61\x14\x08\x1a\x93\x2c\x82\x84\x61\x11\x68\x57\xf3\ \xb2\x1c\x56\x51\xce\xa9\x4a\xdc\x6a\x2d\x4a\xb5\x33\xcb\x6e\xf1\ \xe8\xac\x35\x3b\xf6\x6c\xda\xbe\x7f\xe7\xfa\x8f\x53\x62\xc8\xb5\ \x6c\x16\x6e\x93\xb0\xc4\xcf\x0f\xa7\x6f\x99\xd5\xc1\x32\x6b\x2e\ \x2b\x2c\x3c\x7a\xc0\x53\x8f\xbc\x4c\xae\xec\xb5\x01\x33\xcf\x7e\ \x5e\x62\x1a\x89\x5d\x46\x5f\xda\xf9\x46\x8e\x25\x03\x60\x76\xd6\ \x9e\xe6\x03\x3e\x7c\x6a\xe0\xeb\x8e\x8c\xb9\x97\x0c\x09\x00\x54\ \x6f\xef\x87\xee\x7f\xaa\x67\x5c\x1b\xc6\x81\x33\xcd\xeb\x7b\x3e\ \x2f\x63\x65\x19\xc8\x88\x52\x55\xd9\xe6\x63\x45\x79\xe1\xe1\xed\ \x4b\x03\xe5\x60\xf9\xcb\x20\xc1\xe7\xe2\x26\xb9\x7f\xfc\xd0\xd9\ \xee\x92\xbd\xc5\xf6\x35\x4f\x93\x73\x68\xde\xfa\xc9\x07\xbb\xff\ \xbc\x67\xac\x92\x59\x6d\x85\xd3\x0b\x4b\xf7\x5e\xea\xd9\xa9\xbb\ \xab\xd5\xcc\xc0\xa5\x4f\xab\xd5\x56\x0e\x14\xb2\x28\x10\x34\x26\ \x59\xe4\xe1\x52\x97\x64\xb4\x4d\xec\x38\x4a\x71\x10\x70\x78\x89\ \x37\x12\x6b\x9e\x02\x88\x04\x8a\xd3\xf7\xcf\x98\x30\x74\xf4\xc8\ \xd4\x85\x69\xae\xb9\x33\x93\xb9\x6e\x03\x80\xae\xa9\x93\xe7\x2f\ \x55\xb5\x8a\x80\x5e\x2b\x4d\xc1\x8a\xd2\x5d\x9f\x6e\x98\x98\x45\ \x87\xf9\x9c\x8e\xbc\x82\x5d\x7e\x3b\xaa\x73\x94\xb4\xad\xa8\x42\ \x42\x6e\xdb\x76\x4c\x6c\x97\x8a\x93\xbf\xdf\x9c\xb6\xd1\xd3\x61\ \x5a\xc8\x5b\x34\x03\xb9\x39\x45\x27\xf2\x2b\xaf\x20\x72\x13\x3b\ \x0d\x4e\x8a\x3f\x96\x93\x8e\x9c\xd9\x1c\x83\x95\xc7\xb3\xcb\xaf\ \x00\xb3\x29\x12\x40\x42\xd0\xb6\x18\xa1\xf6\xa9\xe5\xeb\x9e\x5d\ \x51\x3d\xe4\xb1\xc4\x84\x6f\xe4\xbf\xbc\xec\x58\xc6\xb9\x65\x8b\ \xd6\xff\x32\xdf\x00\x87\xec\xf0\x67\xcd\xb5\xa3\xa7\x8c\x4a\x69\ \x7b\xfc\xf4\x56\x4b\x89\x97\x41\xe4\x2d\xde\xb3\xd7\x0f\x52\x4a\ \xa4\xdb\x7e\x08\x03\xde\xa9\xd3\x45\x6e\xe7\xf1\x83\x67\x1b\x3f\ \x46\x43\x54\x00\xe0\x36\x00\x01\xce\x38\xaf\xa5\x63\x84\x84\x6a\ \xd9\x3b\xb2\x51\x22\xc8\x2a\x03\x16\x97\xae\xb5\xbf\xe8\x31\xe5\ \x9d\x31\x97\xe7\x2e\x38\x3b\x6a\x52\x6d\x24\x1a\xa8\x37\x42\xae\ \xae\x30\xbd\xd1\x6e\xc7\x79\xc6\x62\xa2\xbb\x56\xfb\xab\x0d\x74\ \x8c\xe9\x3f\x27\xbe\x59\xf7\xf8\x07\x1e\xcc\x24\xb1\xb9\x17\x0b\ \xfc\xa5\x85\xe7\xd8\xcc\x18\x07\x96\x04\xc1\x0a\xe4\x5f\x0c\x5c\ \x0a\x95\xd2\xa4\xce\x88\xaa\xa2\x92\xa1\x03\xdf\x6d\x12\xdb\xcc\ \x0a\xf6\xc8\x3d\x55\xea\x95\x0a\xfc\x57\x0e\xf5\x8a\x6d\x73\xa4\ \xa2\x3a\xc1\x3a\xb5\x4e\x73\x46\xba\x5c\x7e\x0d\x5b\x44\x86\x05\ \x0a\x02\xfc\x5a\xb7\x4f\xa8\xac\xc8\x2c\xa9\xd2\x11\x11\xb8\x4c\ \x29\xe5\x50\x76\x31\xe0\x1c\x98\x3d\xf7\x7c\xb5\x6e\x60\xa4\x83\ \x42\xe5\x3d\x3e\x3b\x39\x00\x97\x94\x5b\x44\x04\x70\x46\x6c\x33\ \x54\x37\xb4\x41\x5e\x96\xbb\xcf\x7e\x78\xb6\x70\xfb\xed\x8d\x35\ \x6d\x6d\x7a\xea\x56\xdd\xac\xba\x23\xcb\x13\x89\xdf\x2a\x7b\x1d\ \x6d\x83\xdc\x69\x2b\xea\x9f\x3a\x4e\x09\x26\x7e\xe6\x74\x2b\xbc\ \x96\x73\x15\x27\x25\x99\xbd\x7c\xf6\xdd\x94\x45\xce\xb9\xd2\x44\ \xf2\x75\x65\x61\x6e\x8c\x4f\x94\x25\x2f\xb1\xce\xd7\xb2\x34\x0b\ \x91\x08\xb7\xd1\xdd\x63\xea\xe8\xa6\xb3\x06\x1d\x40\x85\x10\x47\ \xcc\x8c\xc7\xdd\x53\x9e\x5c\xd9\x7d\xce\xd8\xda\xbc\x15\xc6\xd5\ \xbe\xcf\x8f\x79\xcd\x2b\x55\xee\xdb\xf3\xcb\x42\xcd\x18\xd8\xef\ \x95\x9c\x3d\x53\x37\xed\xfe\x1d\xe1\xf6\xe0\x87\xff\x90\x76\x74\ \x7f\x91\x52\xf1\xcc\xf0\x35\xff\x19\x01\x27\x0e\xbc\x74\xa6\x9a\ \x02\x01\x40\x24\xd7\xaf\x76\xaa\xa7\xad\xdf\x9b\xc6\x2c\xad\xeb\ \xc0\x6e\xc6\xb9\x83\x51\x09\x6f\xf5\x53\x56\x7f\x72\x76\x79\x49\ \xe2\xc2\x39\x49\xae\x2f\xd7\x3f\x5d\xa9\xb6\x79\x6e\xc4\xc2\x76\ \x11\xd2\x85\x93\xb3\x17\x67\xf9\x91\x50\x0e\x00\x48\x09\x86\xca\ \x4a\xf3\x50\x1e\x23\x07\x72\xe2\xf0\xf4\x93\x9c\x51\x8c\x35\x49\ \x84\x93\x22\xd8\xf7\xb6\x26\x9a\xfe\x62\x5c\x34\xcb\x0e\x7c\x57\ \xde\x99\x2d\xb5\xe8\xcc\x27\xfd\xa6\xaa\xac\x38\x32\xb6\x79\x83\ \xbc\x44\x25\xea\x50\x24\xf7\x6d\x3a\x0c\x48\xef\xb0\x6f\xba\x6d\ \x5b\x6c\xfd\x7c\x76\x6c\xeb\x4d\xf1\x6e\x28\xc9\x38\xe1\x75\x1e\ \xd7\x5a\x96\x15\x42\x1b\xb2\x4f\xea\x52\x40\x95\x6b\x3b\x5d\xb9\ \xf4\x43\x9b\xe4\xfa\x3f\x89\xae\x66\x79\x17\xc0\xed\x05\xff\x59\ \x5b\x8e\x00\x30\x99\xbf\x12\x6a\x19\xa0\xc3\xe5\xb8\xde\xef\x2f\ \x5f\xb8\xf3\x8d\x31\xfb\x2a\x91\x5a\x5a\x8b\x11\xbf\x29\x58\xb3\ \xe8\xac\xc6\xba\x32\xc6\x6d\xc3\xb2\xb9\x54\x13\xd3\x20\xc5\xca\ \x2f\xde\x59\xf8\x29\x03\x94\x24\x55\x26\x74\xd3\xc6\xf1\x84\xba\ \x08\x02\x20\xdd\xb8\xe3\x17\x54\x52\x31\x98\xf6\xd7\xcf\x92\x6d\ \x06\x54\x52\x15\x4a\xbf\x47\xa5\x9d\x69\xdb\x86\x23\x75\xa3\xff\ \xb5\x65\x5c\x56\x28\xd9\xb8\x61\xf8\x5a\xc6\x15\xd9\x4d\xb1\x74\ \xc1\x67\xbd\x6c\xce\x29\x55\x15\x2a\x01\x00\xa1\xe4\xd4\x9a\xe4\ \x13\xd4\x2d\x13\x04\x40\x24\xfa\xe7\xeb\xa7\xcb\xb2\x0a\xc0\x38\ \x80\x42\x0b\xfe\xf2\xd1\x30\x49\x71\x93\x7b\x79\x6a\x72\x22\x1b\ \x1f\xfd\x3a\xb1\x57\x5f\xa7\xea\xba\x41\x2a\x11\x38\xaf\x72\x84\ \xff\x6d\xf6\xd4\xc8\x1e\xfd\x52\x26\xbc\x60\x5b\x0d\xb7\xca\x26\ \xb7\x9c\x91\x83\x1f\x6c\xdf\x09\x58\x55\xce\x85\xb5\x67\xca\xfc\ \x9e\x98\x81\x5d\xd5\x33\x07\xf3\x0a\x88\x1c\x9d\x94\xe0\x3d\x94\ \x9d\xce\x14\x5f\x72\xe2\xf0\x18\x95\x16\xe5\x6f\x4d\xcb\x3f\x5f\ \x07\x79\xfc\x88\x56\x69\x61\x93\xab\xb9\xf1\x43\xc6\x00\x7c\x53\ \xee\x9e\x73\xce\x41\x56\xf7\x6f\x59\xb6\xa3\x50\x1b\x39\xe3\x6d\ \x87\x3b\xac\x91\x6c\xa8\x51\x55\x46\xf8\xf8\xfa\x5c\x1c\xdd\xdd\ \xe3\x91\xa1\xb0\xa0\xea\x7f\xce\xe9\x36\xc7\x0e\x1d\xc3\xfb\xc4\ \xc9\xc1\x8a\xe0\x9a\xb4\x80\x5e\xc3\xd5\xae\xde\xdf\xab\xce\xb2\ \x0f\xb0\x5b\x6d\xac\x6b\xee\xf3\xba\xde\x7a\x7f\x7e\xc5\xef\x87\ \xbe\xbb\xe9\xb2\x22\xa1\x66\x79\xc7\xbd\xd8\x37\x35\xaa\x6f\xfa\ \x2f\x42\x7f\xb0\x62\xda\xe9\x89\x8b\x76\x65\xd7\x28\xc2\x05\x65\ \x87\xf2\xad\x82\x4a\x92\xeb\x86\xdf\xd5\x90\x47\xa8\xc8\x9e\x1f\ \xfc\x37\x34\xe4\x20\xa0\x53\xb9\x36\xd6\x7d\xdd\x8e\xf8\x7f\x87\ \x53\xd9\x73\xe3\x7b\x93\x65\xf5\x46\x8d\x55\x14\xf7\x3d\xaf\x09\ \xc0\x02\xc1\xa0\x13\xb9\x9e\x97\x89\x84\x84\x7a\x88\x10\x00\x47\ \x87\x1e\x2b\x77\x1f\x85\xf8\x0e\xbd\xc6\x3d\xd7\x90\x35\x11\x80\ \x73\xc3\xe5\x7d\x34\x58\xf2\xe7\x7d\x05\x7c\xfc\xc8\x85\xcd\xb7\ \x8d\x3d\xe8\x1d\xf0\x78\xca\xcf\x4b\x56\x8e\xcf\x61\x31\x29\x6d\ \x3b\xfd\x23\xbb\xf8\xe9\x27\x3e\x28\xde\x3f\x6d\xcb\x65\x33\x26\ \x2a\xbc\x4e\xf2\x0f\x10\xc0\xb4\x4c\x35\xa2\x89\x99\x93\x8e\x92\ \x14\x8a\xb4\x45\x00\x22\xc9\xa5\x6d\x7b\x6f\x3a\x75\xb1\xff\x8b\ \xaf\x3a\x3d\xe1\x8d\xa7\x71\x12\xaa\x8e\xf1\xf7\xb1\x8d\x7e\x3a\ \xd4\x13\xf8\xe7\x8d\xfa\xe3\x63\x5b\x4e\x84\xbc\x2d\xae\xa6\xcf\ \xc7\x57\xbf\xb5\xb9\xac\x59\x8c\x6c\xf1\x9a\x1a\xfe\xc7\x70\x53\ \x38\x03\x74\x62\x44\x1c\x71\xbb\xc0\xae\x65\x74\x0e\xb7\x8c\x26\ \x8f\xbc\x9d\x1c\xf8\xe2\xbd\x23\xb4\x4d\xab\x16\x09\x71\xd1\x6e\ \xb5\x7a\xde\x13\xfd\x52\x07\xf6\x1f\x3c\x60\xc0\xbb\xdb\x32\xf3\ \xff\x3e\x6d\x59\x0d\x35\x51\x50\x6f\xf7\x49\x0c\x8e\xa8\x7a\x0a\ \xe2\xba\x52\x4f\x24\x33\x74\xae\x07\xa5\xd6\x5d\xfe\x7b\xcf\xf1\ \x82\x9c\x9c\xa4\x9e\x3d\x1b\x4b\x8d\x32\x0e\xcc\xc8\xfd\x64\xfb\ \xe6\xe4\x7e\x93\x1c\x84\xe4\xa7\xff\xe5\x91\x5e\x93\x54\x4b\xe3\ \xc0\x3c\x51\xdd\xbc\x79\xff\xb1\xfe\xe2\x65\xce\xca\xf2\x2e\x67\ \xd4\x95\x39\x18\x63\xb6\x16\x30\x5b\xdd\x6f\xfa\x12\xb9\x1e\x60\ \x86\x86\x92\x92\x1b\xd3\xf1\xa3\x8f\x97\x74\x89\x52\x62\xef\x4b\ \x6a\x8c\xcd\xe4\x10\xb8\xcd\x02\xba\x7d\xa1\x98\xa9\x6e\xc7\xd4\ \xfe\xca\xd2\x6d\x7e\x03\xe0\x7c\xbe\x6e\xd4\x78\x31\xfa\x11\xea\ \x2d\x82\xcb\x27\xf5\x7f\xce\x99\x34\x44\x49\x99\xac\x3e\x90\x42\ \xb0\x36\xdf\x14\xb3\xb0\xdd\x90\x3e\x51\x5d\x9e\x5c\xf3\xd5\xfa\ \x55\xab\xd7\xad\x58\x35\xcf\x47\x75\xad\xb2\xdc\xef\xf7\xfb\xcb\ \xcb\xab\x35\xd3\x0c\x54\xea\xa6\x08\x70\xb9\xcb\x72\xa0\x33\x5e\ \x6c\xd2\x45\x9f\x2d\x3f\xc6\x22\x38\xa5\x72\xbb\x6e\x4b\x77\x1d\ \x49\x3f\x93\xfe\xf2\xbf\xfe\x8b\x1d\xac\x6a\x44\xc9\x99\x48\xb8\ \x5e\x66\x4a\xd1\x14\xd1\xa8\x3a\xbe\x3c\xaf\xcd\xe4\x07\x53\x90\ \x31\x4a\xd5\x60\x55\x15\xa1\xc4\x64\xad\x27\x8e\xfc\x77\x95\xd4\ \x8d\x5a\x31\xc6\x88\xc3\xb5\x2d\x23\x6f\xc1\x57\x3b\xe4\x6e\xfd\ \x39\x60\x59\xcb\xa4\x65\xcb\xbf\xec\xdc\xb1\xa3\xcf\x1b\x61\x59\ \x56\x63\x9c\x8c\x36\x8f\xee\xe1\xdb\xf3\x66\xbb\x67\x3d\xe5\x1f\ \xa7\x19\x51\x68\x57\x59\x00\x00\xcf\x8e\x8c\xbd\x8f\xd4\xf4\xe0\ \xaf\xde\x37\xd1\x36\x62\xa7\x01\xf4\xe8\xe2\x60\x69\x05\x27\x0e\ \xd2\x69\x98\x12\x19\xa1\x5f\xad\x71\xf7\x24\xea\x54\xf6\x4f\xef\ \x9a\xf8\xed\xf7\x4b\x5c\x1e\x17\xb9\xb6\x2a\xd8\x6b\x7e\xf5\xc4\ \x0a\xe2\x74\x29\x44\x48\xd3\x5d\xf5\x16\x99\xce\x89\xc7\x21\xb9\ \xdd\xae\x2f\xd7\x6d\xe0\xc3\x87\x5e\x38\x7a\xfe\x4c\xc6\xd9\x67\ \xc7\x8d\x21\x27\x77\x68\xa4\xf9\x77\xfa\x65\x36\x5c\x45\x34\xad\ \x2a\xcd\x96\x1f\x4e\x1e\x5d\x96\xfe\xaa\x06\xd3\x11\xf1\xea\xe9\ \x57\x0f\xf9\xbe\x1a\xa5\x2e\xae\xaa\xcc\x08\xeb\x34\xa5\x6d\xe6\ \xa1\x33\x95\x41\x49\x76\xd7\xd5\x2a\x61\xd9\xb6\x11\xac\x4c\x48\ \xe8\xbc\x77\xdf\xbe\x05\x5f\x6e\x7e\x28\x25\x79\xd5\xc7\x4b\x7d\ \xbe\x16\x63\x7a\x75\xd9\xbe\xfc\xa8\x8b\x31\xa0\x8d\x62\x1f\x45\ \x65\x22\x69\x16\xb8\xa8\x55\x6d\x71\x89\x96\x1e\xcb\x1b\xbb\x5e\ \x53\x1d\x48\x01\xd7\xe5\x48\xc3\x3a\x3b\xdf\x3b\xae\x01\x45\x5a\ \x63\xbb\xd7\xbb\x2c\x92\x68\xd9\x55\x62\x96\x07\x40\x56\x10\x18\ \xbf\x7c\xda\x8e\xf6\x60\x59\x79\x2d\xf2\xff\xa8\xd3\xf3\x7d\x77\ \xfb\x24\xa7\x4b\x84\x7e\xfd\x14\x74\xd1\x00\x94\x2e\x1c\xff\xb7\ \xc9\xcf\xcc\x5b\xbc\x64\xf5\x57\x9b\x6c\xdb\x1e\x9e\x3a\xa8\xb5\ \x5e\x68\x57\xf9\xad\x70\x5f\x83\x57\x45\x04\x64\xb6\x3e\x72\xd8\ \xc6\x11\x56\xe9\x91\x03\x6f\x2c\x3e\x9d\x1b\xd5\x85\xd9\x1c\x24\ \x19\x8e\x1d\x7c\x33\xa5\x57\x2b\x16\xcc\xf8\xaf\x9d\x7b\x5e\x18\ \x7b\x60\x9a\x4a\xf2\xce\x2d\xb0\xea\xc6\x1c\x68\x33\x6e\x94\x5f\ \xe9\xe4\xb9\xf4\x60\xef\x5e\xfb\x0f\x1e\xfa\xfb\x17\x6b\xc2\xc3\ \xc3\xc7\x0c\xe8\xa3\x1d\xd9\x62\x70\xe0\xbc\xb1\x14\x21\x75\x47\ \xa9\x7f\x1c\xd7\x2c\xc6\xd2\x5f\x5f\x52\x2e\x37\x91\x6d\x24\x6e\ \x07\x51\x24\x00\x80\x9d\x6b\xf2\x7c\x4f\x24\x6c\x7b\x54\xd6\x2b\ \xaa\xbf\xae\x71\x1b\xe6\x7a\xaf\xa0\x83\x32\x50\x09\xc3\xa2\xaf\ \x75\xe8\x56\xc3\x90\x96\x0b\x21\x69\x60\xaa\xc8\x75\x06\x5c\x0b\ \x98\xfb\xbf\x78\x66\x44\xea\xe6\x23\x27\xe3\xe2\xe2\x7b\x45\xc9\ \xc1\xcc\xe3\x4a\x58\xa4\xd9\x18\x6a\x61\x10\xf5\xea\x85\x19\x33\ \x3f\xb4\x00\x91\x52\x87\x44\x69\xf9\xe9\x97\xe7\x83\x43\x21\xc4\ \xac\x3c\xf2\xc7\xcd\x87\x15\x59\x36\x4b\xd7\xfc\x69\xc9\x72\x0e\ \x80\x44\x51\xa8\x5c\x07\x2f\x8a\xc0\x18\x63\x8c\x99\x05\x59\x83\ \xdb\x74\x89\x48\x1d\x92\x91\x99\x99\xda\x27\x99\x9e\xdc\x09\x48\ \x75\xcb\x6e\x3c\x55\xd6\xcb\x8b\xaa\x9e\x79\xaf\x92\x01\x38\x65\ \x42\xaa\xcb\x27\xe7\xa0\xf3\x5b\x61\xb3\x17\x2f\xbf\xb8\x80\x03\ \x02\x3a\x14\x24\x35\x5b\xa1\xeb\x59\x16\x11\x58\x85\x6d\x37\x95\ \x93\x46\x5d\x7b\x37\xc8\x79\xe6\x5a\x40\x51\x08\xac\x41\xf9\x4a\ \xe0\x6e\xde\xee\xfc\x95\xa2\x84\x48\x8f\x3b\x2f\x6d\xfc\x7d\x3e\ \x66\xea\x7a\x5e\xb6\xe4\x0a\x3b\x98\x5b\xea\xea\x17\xd3\x90\x97\ \x84\xeb\x57\x19\x12\x87\x43\x71\x7c\x6b\x13\x72\x2d\x4a\x01\x90\ \x86\xdc\x16\x40\x49\x91\xa5\x5b\x19\xef\xf6\x97\x23\xd9\xa9\x66\ \x5c\xd5\xfb\xfa\x22\xf5\xfc\xac\x1e\x11\xd1\xff\xd4\xa3\xb5\x75\ \xf9\x34\x07\xf0\x9b\x0c\x62\x5a\xd0\x46\x70\x99\x85\x8e\x94\x10\ \xd1\xa9\x5c\xff\xb0\x88\xce\xef\xde\x54\x93\x65\x52\xdb\x55\xa8\ \xfe\x37\xd1\x55\xf6\xee\x05\xdf\x09\x56\x26\x92\x90\xc5\x06\x85\ \x4c\x49\xcb\x89\xaf\x9c\x3b\xb8\xfd\x8c\x69\x00\x07\xd0\x19\x00\ \x42\x74\x3c\x70\xf0\xb4\xf5\x36\xef\xf9\x70\x03\x3e\x0f\x6d\x1b\ \xd3\x27\xda\xd3\xe6\xf6\xc6\x32\x6e\x5b\x4c\xbf\x03\x45\xe0\x51\ \x09\x2d\xb5\xe1\x2f\x6c\xbe\x74\x01\x11\x81\x73\xd0\x38\xa8\x91\ \xe0\x42\x4a\xa4\x84\xc7\x52\x9c\x8a\xd2\xb0\x27\x9e\xc9\x60\x62\ \x0f\x53\xaa\xfd\xc9\x42\xcb\x48\x76\x97\x65\x11\x10\xea\x64\xc7\ \x20\xf8\x29\x13\x16\x11\x91\x98\x3a\xfa\xfb\xae\xde\x06\xfc\xc1\ \x9b\x86\x77\x68\x1a\xde\xe1\xb6\x87\xdb\xec\x8e\xc2\x39\x29\xa5\ \xbe\xee\xbd\x7d\xdd\x7b\x37\x36\xb3\x5f\xb7\x1e\xf4\x6d\x59\x2f\ \xf9\x61\xe2\xc4\x42\x50\x57\xdb\x19\x51\xf0\x42\x98\xbd\x81\x20\ \x42\x5b\x04\x02\x81\x40\xc8\xa2\x40\x20\x10\x08\x59\x14\x08\x04\ \x02\x21\x8b\x02\x81\x40\x20\x64\x51\x20\x10\x08\x84\x2c\x0a\x04\ \x02\x41\xdd\x22\x02\x74\x04\x35\xc5\x34\xcd\x92\xe2\x22\xd3\x30\ \x41\x44\xe3\xd7\x1b\x15\x15\x37\x97\x51\x41\xc4\xb2\xd2\x52\x4d\ \xd7\x44\x2c\x4e\xfd\xe1\x72\xb9\x09\x21\x42\x16\x05\xb5\xe6\x52\ \x5e\xde\x9c\xb7\x7f\x5b\x90\x9f\x7f\xe3\x04\x12\xd4\xf1\xf6\x8d\ \x10\x42\x08\xbf\x21\x73\xd7\xe1\x70\xcc\x9b\xf7\xe7\xac\xac\x73\ \xba\xa6\x0b\xfb\xd4\x17\x9c\x3b\x9d\x0e\xc6\x38\x20\x02\xe7\x42\ \x16\x05\xb5\x20\x36\x36\x4e\x91\x15\x14\xc9\x9b\xf5\x8c\xc7\xe3\ \xb9\xb1\xd0\x83\x24\x49\x2d\x5b\xb4\xd2\x75\x21\x8b\xf5\x4b\x58\ \x58\x58\xa8\x64\xb2\x90\x45\x41\x2d\x60\x8c\x45\x35\x69\x22\xf6\ \x72\x3f\x82\x9d\x6f\x7a\xc6\xa9\xaa\x4e\x97\x4b\x58\xa6\xbe\x7d\ \xc6\xd0\xcf\xff\x05\xac\x01\xfa\xcb\x21\x04\x6c\x8d\x00\x00\x00\ \x00\x49\x45\x4e\x44\xae\x42\x60\x82\ \x00\x01\x8e\x6b\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\x59\x00\x00\x01\xcb\x08\x02\x00\x00\x00\xed\x3e\x7c\xc4\ \x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\xec\xbd\x77\xbc\x9d\x45\ \xb5\x3e\xbe\xd6\xcc\xbc\x65\xb7\xd3\x5b\xca\x49\xef\x84\x90\x50\ \x42\x13\x12\x7a\x55\x9a\xd2\x41\x45\xec\xf5\xea\xf7\x6b\xbb\xd7\ \x7b\x7f\x5e\xbf\xd7\xeb\x55\xbc\xb6\x8b\x08\x8a\x0a\x57\x45\x40\ \xa5\x86\x8e\x22\x25\x40\x20\x04\x48\x42\x7a\x3b\x39\x39\xbd\xee\ \xf6\x96\x99\x59\xeb\xf7\xc7\x3e\x27\x24\x81\x40\xa2\x20\x28\xef\ \xf3\x39\x7f\xec\xf3\xee\xbd\xdf\x32\x7b\xe6\x99\x67\x95\x59\x83\ \x97\x5d\x72\x0e\x24\x48\x90\xe0\x9d\x07\x22\xf2\x7d\x7f\xd6\xac\ \xb9\xef\x3d\xff\xe2\x49\x93\xa6\xc8\x79\x07\xce\x4e\x1a\x25\x41\ \x82\x77\x20\x84\x10\x5a\x9b\x6d\xdb\xb6\x3c\xb7\x7c\xd9\x01\x73\ \x0f\x52\x5a\x9b\xa4\x51\x12\x24\x78\xa7\x02\x95\x72\x7b\x7b\x7b\ \x7e\x77\xcb\x4d\x8a\x99\x93\xf6\x48\x90\xe0\x9d\x0a\x66\x06\xe5\ \xb8\xab\x56\xbd\x90\x70\x41\x82\x04\x09\x21\x40\xa9\x54\x52\x44\ \x94\x34\x45\x82\x04\x89\x3c\x50\x89\x2c\x48\x90\x20\x01\x33\x24\ \xba\x20\x41\x82\x04\x23\xba\x20\x11\x06\x09\x12\x24\x5c\xc0\x89\ \x2e\x48\x90\x20\x41\xe2\x2f\x48\x90\x20\xc1\x08\x17\x24\xfe\x82\ \x04\x09\x12\x8c\xd8\x08\x89\x30\x48\x90\x20\xe1\x82\xc4\x5f\x90\ \x20\x41\x02\x48\xfc\x05\x09\x12\x24\x18\xe5\x82\xc4\x5f\x90\x20\ \x41\x82\x51\x5d\x90\x70\x41\x82\x04\x09\x17\xb0\x1a\x1e\xce\x27\ \x0d\x91\x20\x41\xc2\x05\x78\xdd\xb5\xd7\x24\x0d\x91\x20\x41\xc2\ \x06\xc8\x64\x93\x66\x48\x90\x20\x81\x2a\x14\x0a\x49\x2b\x24\x48\ \x90\x40\x25\x4d\xf0\x36\x82\x54\xe8\x78\x80\x08\x80\x49\x63\xbc\ \x93\xe5\x3a\x30\x03\x59\xb6\x1a\xac\x4d\xb8\xe0\x9d\x04\x21\x41\ \x3a\xc0\x96\x3a\x37\xdb\x0d\xcb\xb9\x5c\x60\x22\x80\x24\xf1\xe3\ \x1d\xca\x03\x20\x25\xfa\x19\xac\x6a\x90\xad\x33\x45\xe3\x78\x40\ \x01\xd6\xc0\x9b\x6f\xcb\x27\x5c\xf0\xd6\x6b\x01\x30\xda\xbc\xf8\ \xa8\x7d\xfa\x6e\xea\x6d\x97\xc1\x30\x5a\x23\x12\x22\x78\x67\xb3\ \x01\x4b\xc5\xca\x8b\x33\x55\x50\x37\x5e\x2d\x3c\x5d\xce\x3c\x14\ \xbd\x34\x98\xf8\x4d\xbd\x2e\xe6\x87\x87\x92\xd6\x7f\xcb\xe0\xfa\ \x90\xef\x8b\xef\xba\x86\x5e\xf8\x93\xe3\x38\x28\x15\x08\x91\x18\ \x08\x09\x46\xcd\x04\x62\xb2\x86\x11\x66\x2e\x74\x4e\x7c\xbf\x18\ \x3f\x0d\xa2\x20\xe1\x82\x7f\x4c\x22\xe0\xb6\x35\xd1\x6d\x3f\x94\ \x5d\x1b\xa5\xe7\x27\x14\x90\x60\x2f\xb4\xc0\xac\x23\x53\x3b\x46\ \x9e\xf6\x61\x75\xc0\xd1\xa0\xa3\x37\xcb\x54\x4d\x9a\xfa\xad\x81\ \x72\xa1\xbf\x33\xfc\xed\xb7\x64\xc7\x06\xe5\xa5\x12\x22\x48\xb0\ \xf7\xf9\x1a\x85\xeb\xab\xa1\x6e\xfd\xfb\xff\xe6\xde\xed\xe0\x78\ \x09\x17\xfc\x03\x41\x08\x88\x83\x68\xc9\x35\x6a\xb0\x43\xa6\xd2\ \x89\x6f\x20\xc1\xeb\x7a\x10\xd0\x71\xdd\xa8\x10\xdf\x75\x0d\x84\ \x25\x90\x32\xe1\x82\x7f\x14\x38\x7e\xfc\xe8\xef\xc4\xea\x27\xa4\ \x97\x4a\x1a\x23\xc1\xbe\xea\x03\x37\x25\x37\x3c\x13\xdd\x75\x0d\ \xe0\x9b\x32\x6c\x93\x38\xc2\xdf\xde\x3a\x70\xa8\x7b\x2b\xad\x78\ \xd0\x75\x9c\xb7\x6a\x8e\x79\x5b\x4d\x78\xef\xd4\xab\xff\x45\x53\ \xb7\xeb\xdb\x35\x4f\xda\xad\xab\xe5\xa4\x03\xc0\xe8\x57\xc8\x4d\ \xe1\xfb\x3e\xe2\xeb\x3c\x14\x11\x45\x51\xf4\xca\x05\xca\x09\x17\ \xfc\xcd\xd9\x5d\xb9\x76\xd3\x0b\x72\xa0\x13\x52\x99\xbf\x8f\xfe\ \xcf\x04\x80\x80\x6f\xc2\xb0\x61\x06\xc0\xd7\xba\x1f\x66\x60\x06\ \xf1\xe6\xa8\xd7\xd7\xbd\xfa\x3e\xb7\x0f\xeb\x18\x95\x07\x02\x5f\ \x6e\x65\x7a\x73\x6e\x5b\x08\x55\xce\x9b\x17\xfe\x2c\xa7\x2d\xd8\ \x83\x0b\xa4\x94\xfd\xfd\xfd\x0f\x3f\xfc\x70\xb9\x5c\x16\x7b\x37\ \x22\xac\xb5\xb9\x6c\xee\x84\x13\x4f\xa8\xad\xa9\xb1\xbb\x27\x32\ \x25\x5c\xf0\x37\x66\x02\xc1\x61\x89\xb7\xae\x14\xfb\x6e\xf2\xe9\ \x32\x1b\xaa\x7c\x17\x95\x07\x4a\xfe\xe5\x34\xa0\x8d\x38\xf8\x02\ \xb7\xa6\x2d\x7c\xe4\x49\x90\xfb\xa6\x4a\xb4\x11\xb3\x4e\x73\x1a\ \x86\xa2\x27\x9f\x00\xe1\xbe\x7c\xdc\x84\xac\x09\xfd\xf4\xe8\x58\ \x62\x8e\xca\x80\x0e\xba\x1e\x00\x03\x13\x98\x88\x2d\xa1\x93\x02\ \x29\x00\x00\x10\x20\x0e\xd8\xd8\x91\x07\x71\x1c\x80\xac\x73\xec\ \xfb\x70\xfb\x3d\xf1\x96\xbe\x91\xcf\xbc\x4a\x73\x49\x74\x04\x9b\ \x37\x7c\xfb\x5f\x62\xeb\x3a\x87\x9f\x2f\x86\x9f\x88\xd7\x6c\x00\ \x35\xfa\x5c\xa4\x39\xd6\xe8\x55\x1e\x8a\x21\x2a\x33\x31\x00\x80\ \xf2\xd0\xa9\x7c\xc6\x72\x14\x80\x4a\x61\xe5\x86\x99\x38\x2c\x63\ \xaa\x49\xcd\x9a\xc2\x9d\x6b\xa9\xa4\x41\x20\x90\x81\xea\x03\xbc\ \x85\x73\xf4\xe3\xb7\x52\x20\x77\x21\x88\x37\x4a\x57\x4a\xee\xda\ \xcc\x43\xbd\x98\xae\x02\x7a\xb9\x65\x5c\xd7\xdd\xb0\x71\xe3\xb7\ \xbf\x73\x55\xb1\x58\x54\x6a\xaf\xe3\xda\x18\x53\x53\x53\x33\x6d\ \xfa\xb4\xa6\xc6\xc6\x84\x0b\xde\x5a\x2e\x40\x0e\x4a\xb4\x63\xa3\ \x52\xfb\x32\x14\x99\x2d\xa8\xf9\x1f\xf0\xe6\x4e\x06\x60\x0e\x7a\ \xcd\xca\xfb\xf5\x86\xad\x20\x5d\x40\x06\x1d\xb1\xb5\x20\x1c\x74\ \x5d\xb0\x31\x5b\x40\xd7\x03\xd2\x6c\x2c\xba\x3e\xb0\x66\x6d\x50\ \x39\xac\x23\x60\x06\x10\xe8\x7a\x4c\x2c\x9a\x67\xc8\xfa\x00\x88\ \x40\x10\xeb\x10\x88\x41\xba\x58\xb1\x56\x74\xc0\x96\x00\x25\xba\ \x3e\x60\x65\xba\x0b\xb8\xa4\x55\xc3\x6c\x77\xea\x8e\x68\xe9\xa3\ \x2f\xdf\x57\x1c\x8a\x69\xef\xf6\x0e\xad\x8f\x1f\xb8\xd9\x0c\x13\ \x0a\xcb\x94\x72\x4f\xfd\x84\x2c\xaf\x88\x96\x3e\xca\xcc\x90\x6a\ \x71\x0e\x3f\x55\x4d\xa8\x35\xcb\x7e\x1b\x6f\xee\x45\x25\x38\x46\ \x75\xe8\xa5\xde\xac\x69\x00\xcc\x41\x97\x5e\x76\x9b\xde\x6a\xd5\ \x8c\xc3\x61\xe0\x5e\x2a\x17\xd0\x4f\x8f\xdc\x03\x5b\x8e\x23\x60\ \x06\xe5\x23\x6b\x9c\x76\x86\x3f\x2f\x13\xdc\x7a\x23\x8b\x0c\xba\ \x0e\x98\x88\x8d\x01\x94\xe8\x7a\x80\x08\x64\x58\x47\xc0\x00\xca\ \xc7\x9d\x14\x69\x42\x36\x16\x40\xa0\xeb\x83\x14\x60\x22\xd6\x1a\ \x00\x40\x38\xe8\xb8\x80\x00\x64\x38\x2e\xb3\xc9\xca\x49\x47\xc9\ \x8e\x97\xe2\xd5\x34\x4a\x94\x31\x36\x1d\xe2\x2f\x3c\xd4\x2c\xbd\ \x51\x0f\x1b\x00\xd7\x3d\xe5\x0b\x4e\x73\x15\x33\xf3\xc6\x3f\x45\ \xcf\x3e\xc1\x2c\xc0\x6f\xf5\x4f\x39\x8f\x9e\xbf\x21\xee\xc8\xa3\ \x00\x90\x0d\xfe\xb9\xef\xa1\x75\x2b\xe4\xc2\x93\xed\xa3\x9b\x6d\ \x3e\x44\x32\x1c\x96\xb1\xbe\xc1\x99\x3b\xdf\x2c\xbd\x99\x59\xa0\ \x0e\xd9\xd2\xcb\x8d\x3c\x72\xcf\x88\x8e\x0f\x52\x02\x5b\x8e\x43\ \x60\x06\xe9\xa1\xb3\x4f\x83\x11\xa5\xc2\xbe\xed\x34\xd8\xad\x72\ \x75\xbc\x0b\x17\xc4\x71\x3c\x7d\xda\xb4\xaf\x7c\xe5\xcb\x41\x10\ \x88\xbd\x4b\x12\x22\xca\x66\x32\x93\x26\x4e\x8c\xe3\x38\xb1\x11\ \xde\x6a\x2e\xb0\x1a\x4a\x43\xfb\xea\xfe\x61\x21\x67\x9d\x20\x9d\ \x67\x83\x27\x9e\x11\xe3\x0e\x76\xcf\xfa\xba\x7a\xea\x07\xe5\xc7\ \x97\x03\x4b\x31\xf6\x60\xa7\x75\x0c\x0f\x6c\x30\x1b\x37\x60\xfd\ \x4c\x55\x67\xcd\xa6\x2d\x90\x6a\x71\x9a\xab\x6d\xdb\x1a\x76\xc7\ \xa8\x29\x2d\xd4\xd9\x26\xc7\xce\x11\x35\x39\x88\xfa\xcc\x86\xe7\ \x39\x62\x20\x03\x96\x80\x09\x58\xaa\xe9\x8b\x45\x7d\x8e\x76\x3c\ \x67\x77\x74\x83\x4c\x89\xe9\x8b\x64\x5d\x15\x14\xda\xcc\xa6\xb5\ \x6c\x00\xc0\x51\x33\x8e\x10\x59\x5f\x8e\xa9\xe7\x68\xeb\x2e\x4a\ \x21\xc4\xb1\x8b\xfc\x33\x2f\x51\x4d\x7d\xe6\xb1\x5b\x60\xc0\x02\ \x49\xe7\x98\x2b\xfc\x63\x4e\xe5\x75\x03\xd1\xa3\x65\xce\x1e\xe0\ \x9f\x71\x89\xc8\xaf\xd6\xcf\x3e\x6b\xfb\x0a\x28\x05\x00\x03\x29\ \x35\xeb\x68\xe9\xad\x28\x3f\xfa\x82\x9c\x72\x7c\xea\xe2\x7f\x86\ \x9f\x5d\xc5\x91\x96\xd3\x16\x7b\xee\x81\xdc\xb5\xca\x74\x76\x01\ \x22\x60\x56\x1d\xb8\x58\x64\x90\x36\x3f\x6b\x3b\x3a\x20\xdb\x22\ \x67\x2d\x70\x8f\x2a\x70\x61\xb3\x7e\x69\x2d\xd6\xcf\x72\xa6\x4e\ \x87\x52\xbb\xd9\xb0\x8a\x0d\x80\x57\xe7\xcc\x39\x58\xa4\x05\xb5\ \x3f\x67\xba\x06\x40\x08\x60\x10\xe3\x17\xca\xb1\x4d\x10\xf5\x9a\ \xf5\x2f\x72\x68\xb0\x6e\xaa\x33\x7e\x1a\x7a\x82\xfa\xd6\x99\x6d\ \x5b\x81\x00\x54\x9d\x33\xe7\x38\x74\x5c\x91\x53\x60\x46\x27\x46\ \x4b\x72\xfe\x45\xfe\x31\xa7\xcb\x06\x45\xcf\xde\x08\xcc\x28\xab\ \xd5\xf4\x03\xf9\xc5\x9f\xc7\x9d\x11\x94\xba\x18\x15\x20\x73\x79\ \x08\x9a\x0f\x74\x8f\x5a\xa8\x7f\x7b\x2f\x48\xc2\x89\xc7\xbb\x73\ \xe6\x05\x4f\xdd\xa2\x97\x01\x0f\x85\xc0\x80\x2d\x07\x39\xe3\xc7\ \x60\x7a\x2a\x9a\x18\x80\xc0\xa2\x98\x7c\xb4\x6c\xae\xe5\xae\x55\ \x66\xfb\x0e\x40\x00\xa7\xc6\x39\xe0\x30\xf4\x62\xbb\x71\x19\x0d\ \x95\x41\x65\xd4\x9c\x77\x89\xea\x34\x77\xbf\x64\xda\xb7\x03\xee\ \x83\xe8\x43\x01\xe5\x02\x87\xa5\x3d\xac\x36\x63\x4c\x63\x63\xe3\ \x65\x97\x5d\xbe\x2f\xdd\x2a\x2c\x97\x63\x1d\xef\xe1\x59\x48\xb8\ \xe0\x6f\x0e\x22\x30\x31\x4a\xb1\x6f\xa1\x44\x04\x0a\x6c\xc7\x2a\ \xb3\xf2\x11\x5e\xf9\x67\xd3\x13\x64\xce\xbd\x5c\xad\x58\x4e\x63\ \xce\xca\x9c\x79\x1a\xed\x58\x87\x47\x9c\xeb\x2c\xfb\x51\x38\x38\ \x2b\x75\xf6\x82\xd2\x77\xff\x09\x26\x9d\x97\x79\xef\x8c\xd2\x77\ \xae\xb4\xe3\x8e\x4f\x9d\xda\x1a\x3c\xb0\x2a\x75\xde\xc5\xb4\xee\ \x49\x68\x39\xdf\x9d\x79\x5f\xe9\xa6\x1b\x46\x92\x9b\x2d\xcb\x63\ \x3f\x91\x3e\x64\x92\xde\xd1\xeb\x1d\x75\xa6\xbe\xff\x5b\xe1\x4b\ \x3d\xa2\x71\xa2\xc8\xf9\xea\xb0\xb3\x9d\x86\x9f\x97\x1f\x7e\x5c\ \x9d\xf0\x29\xff\x88\x19\x76\xd3\x7a\x31\x69\x16\x6c\x7d\x6a\xf4\ \xe6\x63\xce\x4c\xf7\x4f\x3e\xc5\x3c\xf5\x4b\x3e\x74\x31\x00\x80\ \x89\xc4\x41\x97\xbb\x13\xe2\xf0\xfe\xfb\xdd\x71\xc4\x1a\xd5\xc2\ \xf3\xbd\x59\x13\xcd\xfa\x50\x4d\x8a\xed\x8e\x75\xc0\xa3\x36\xb9\ \x0d\xcd\xb6\xa7\xf5\x33\x0f\xeb\x0d\x3d\x6a\xf6\xf7\x55\x4b\x35\ \x00\x8a\xb1\x33\xa5\x23\x9c\x13\xdf\x13\xde\xf2\xf5\x78\x43\xc9\ \x3b\xe7\xf3\xee\x44\xd7\xf4\x93\x77\xd4\xf1\xe1\xaf\xbe\x6e\xc3\ \x00\xd0\x17\x8d\xe3\xc9\x6c\xc7\xe6\xa3\x52\xef\xbb\x12\x07\xd7\ \x72\xf5\x59\xee\xf4\xbb\x4b\x77\xdc\xef\x1c\xff\x39\x6f\x6c\xa0\ \x77\xf4\x8b\x70\x13\x74\xf4\x55\xb8\x00\xab\x27\xc8\x9a\x2a\x31\ \xe1\x0c\x77\xca\xbd\xa5\x5b\x6f\x57\x47\x5f\x91\x9a\xe9\xc7\x1b\ \xfb\xdc\xe3\x2e\xd4\xf7\x7d\x23\x7c\xae\xcb\x3b\xe7\xff\x7a\x63\ \xc9\x74\xe4\xe5\xd8\x66\xfb\xe2\x28\x17\x08\xc5\x85\x8d\xe1\x92\ \x5f\x78\xa7\x9c\x05\x42\x00\x10\xc8\x0c\x3a\x4c\x43\x5d\xb6\x6d\ \x3b\x6b\x8d\x8e\x0f\xc0\x08\x03\xfa\xe9\xa5\xee\x49\x8b\x65\x6e\ \x89\x19\x76\xdd\xf9\x0b\x68\xd3\x3d\x7a\xb8\x36\xfb\xc1\x2b\xf4\ \x4d\xff\x44\xd9\xe3\xd3\x17\x5f\xca\xed\xcf\x43\x6e\x2e\x62\x07\ \x6b\x96\xf3\x2f\x4c\x2d\x9c\x6a\xb6\x77\xab\xc3\x4f\x14\x0f\x7c\ \x27\x5a\x1f\xfb\x67\x7d\x4d\xd5\xe4\x6d\x39\xed\x1d\x7a\x74\xf0\ \x9b\x6f\xc1\xac\x2b\xfd\x85\x2d\x76\xd3\x66\xe6\x01\xd3\xbe\x15\ \x40\xee\xc3\x6c\x82\x60\x63\xb0\x7a\x0f\x2e\x70\x1c\xa7\xad\xad\ \xed\xa6\x9b\x7e\x5b\x2a\x97\x84\x78\x2d\x7f\x41\x75\x75\xd5\xc5\ \x17\x5d\x3c\x66\x4c\x8b\xd9\xdd\xf8\x4a\xb8\xe0\xad\x51\x07\xfb\ \xe9\x31\x52\xa0\x5c\x54\x40\x9d\x2f\x92\x3e\x45\x54\x4d\x54\x47\ \x9f\x42\x2f\x5c\x53\xba\xe7\x31\x71\xc0\xfb\x33\xe7\x5e\x22\x7e\ \x79\xa3\xcd\x1f\xa7\x1a\xea\xec\xb8\x56\xf0\xaa\xb1\x71\x8a\x1c\ \x37\x81\x37\x3d\x41\xb6\x91\xf3\x2b\xc3\x5b\xff\x93\x5a\x4e\xcf\ \x7e\xe8\x3c\x59\x77\x2b\x58\x02\xd6\x90\x99\xed\x2d\x3c\x20\xbe\ \xfb\x8b\xe1\xf3\x1d\xea\xd4\x7f\x4f\x2d\x3a\x37\x5e\xfd\x1d\xbb\ \x69\x05\xb4\x8c\xc1\x9a\xd9\xce\xb4\x19\xb8\xbc\xc7\x3d\xf8\x30\ \x7d\xe7\x17\xc2\xe7\xda\x9c\xd3\x1c\x7f\xbc\x37\xea\x12\xf3\x9c\ \x63\xce\xc7\xcd\xb7\x46\xcf\x0d\x65\x0e\x3f\x8e\xc3\x12\x54\xcf\ \x73\x17\x4e\x8f\x6f\xff\x37\xdb\xfa\x19\x77\x6c\xc4\x58\xa3\x26\ \xce\xb4\x2f\xdd\x1b\x3d\xb7\xd9\x39\xfe\xa3\xe9\x34\x94\xee\xb8\ \x13\xd0\x05\x00\x20\x90\x93\x8e\xf3\x4f\x99\x2a\x66\x1c\x27\xe0\ \xf9\xa8\xad\xdf\x39\x8c\xcc\x63\x3f\x2b\x3f\xdd\xe1\x5f\xf6\x3f\ \xee\xd4\x69\x3a\xf0\xdc\x39\x0d\xd1\x4f\x3f\x17\x77\xb1\x77\xc1\ \x55\xde\x51\x47\x96\x37\x02\x0f\xac\x0c\xef\xfa\x11\xc5\x39\xff\ \xc2\x6f\x63\xcf\x5d\xa5\x5f\xff\x06\x5a\x8e\xcb\x7c\xf8\x63\xce\ \xb3\x2f\x88\x5c\x13\x94\x1e\xd3\x8f\xdd\x6c\xf3\x11\xba\x95\x3b\ \x34\xb4\xe3\x79\x83\xad\xc2\x19\xef\xcd\x9d\x2f\xfc\x25\xe0\x29\ \xb3\xea\xa6\xf2\xcd\x8f\xbb\x67\xff\x87\x3f\x67\x6e\x3c\x30\xd9\ \x9d\x96\x0e\x7e\xf2\x59\xdd\xe7\xfb\x97\x4f\x94\x3b\x65\x39\x32\ \x6d\x7c\x9c\xfd\x83\xbd\xca\x28\x62\x04\x2e\x99\x4d\x6b\xd5\x21\ \x57\x66\x4f\x48\xc5\x0f\xfe\x4f\xbc\x66\x0b\x28\x07\x94\x47\x1b\ \x1e\xb4\x27\x1d\xa5\xa6\x8e\x37\x6b\x32\xaa\xb5\x56\xdf\xb1\x14\ \x44\x23\x47\x01\x43\xc6\x39\xfc\x3c\x58\xf3\xeb\xd2\xef\x7f\x2f\ \xa6\xbc\x2f\x73\xde\x11\x98\x1a\xe3\x1c\x7b\x16\xf4\x2c\xa1\xce\ \x6d\x34\x65\xb1\xb3\xe0\x68\x53\xd6\x4e\x6b\x39\xb8\xf6\x6b\x66\ \x30\xed\x5f\xf9\x23\x6f\xe1\x91\xb1\xad\x15\x3c\x14\x3e\x7d\x93\ \xe9\x1b\x42\x27\xb5\x3f\xfd\x67\xcf\x2e\xe4\x38\x4e\x47\x47\xe7\ \x6f\x6f\xbe\x39\x9f\xcf\xbf\x86\xbf\x40\x6b\x5d\xdf\xd0\x70\xd2\ \x89\x27\x4e\x68\x1d\x9f\x70\xc1\x5b\x0b\x06\xa1\xc0\x4b\x71\x54\ \xde\x0f\x3f\x33\x13\x58\xc3\xd6\x62\xba\x11\xdd\x22\x53\x0a\x7d\ \x97\xda\xdb\x58\x20\xf5\x6e\x63\x3a\x1d\xed\x36\xd3\x3b\xa4\xe6\ \x9d\x8c\xd9\x81\xf8\xb9\x41\x39\xeb\x18\x68\xaa\x37\xcb\xd6\x32\ \x35\x02\x03\x38\x2e\xc4\x83\x14\x21\x3a\x0e\x30\x83\xd5\x90\x6a\ \x12\xb6\x1c\x77\xf6\x82\xb4\x76\xc7\x76\x98\x3b\x59\x4e\x3a\xd9\ \x3b\xf3\x7d\xb4\xe5\x69\xf0\x1c\x26\x03\xa9\x1a\x50\x21\xf5\xf4\ \x01\x22\xd8\x51\x7f\xb5\x8d\x20\x77\x88\x3b\x7b\x3e\x0e\xcb\xf4\ \xb4\x1a\xd9\x38\xd9\x3d\xf2\x14\xee\x99\xa8\xc6\xb5\x8a\xd3\xbe\ \x8a\x4d\x07\xca\x4c\xe0\xcd\x59\x8f\x20\xec\x96\x67\xf4\x8b\x2b\ \xd8\x9b\x9b\x39\x71\xb6\xf0\xee\xdc\x69\xd5\x62\xa6\x5e\xd4\x0c\ \xd3\xa6\x7b\x82\xbb\x1f\x33\x43\x9e\x2b\x10\x84\x04\x24\x1e\xee\ \x03\x74\xb0\xba\x0e\x74\x87\x19\x2a\x81\x65\xdb\xd3\xe6\x4e\xa9\ \xab\x48\x66\x14\x02\x9d\x34\x66\xaa\x79\xeb\x66\x62\x80\xe1\x76\ \x2a\xa6\x45\xce\x46\x77\x7d\x83\x17\x5f\x9c\xfa\xc0\x55\xf6\xb9\ \x1b\xc3\x27\x97\x03\x32\x54\x2d\x48\x5d\x70\x25\x74\x2f\xb7\xd2\ \x07\x0a\x40\x20\x10\x81\x90\x28\x91\x0b\x3d\xdc\xe2\x60\x75\x0d\ \xc4\x5d\x36\x5f\x02\xf4\x5f\x36\x10\x46\x06\x93\xff\xb2\xc5\x8e\ \x0a\x4c\x57\xf4\x87\x6f\x44\xe4\xaa\x45\x5f\x48\x9f\x7a\xbe\xdd\ \xf2\x9f\x36\x66\x10\x92\xc3\xb6\xf8\x85\x6d\xfe\x01\xc7\x18\xe1\ \x89\xf0\x45\xdd\xde\x8b\x5e\x33\x00\x80\xf0\x30\x97\xa2\x35\x3b\ \xd8\x22\xd8\x18\x98\xc1\x49\x63\xd6\xe1\x0e\xc0\xba\x16\xfb\xd2\ \x2d\xba\xed\x39\xac\x3f\x03\x06\x77\x50\xa1\x0c\x56\xdb\xce\x41\ \x55\xdb\x6c\x7e\xf7\x9d\x10\x2e\xf7\x2f\xfe\x2f\xda\x70\x67\xf8\ \xc7\x07\x98\xe4\xeb\xce\x13\xcc\x0c\x8e\x07\x8e\x0b\xbb\x57\x2a\ \x8d\xa2\x68\xf6\xec\x59\xd7\xfc\xf8\xea\x38\xd6\xb8\x77\x87\x25\ \x13\x79\xbe\x3f\x65\xca\x94\x28\xf1\x17\xbc\xe5\x54\x80\xca\xc5\ \xaa\x06\xe8\xd9\xba\xaf\x89\x5e\x28\xd1\xcb\x60\xb6\x4e\x34\xcd\ \xf1\x4e\xbf\x04\x36\xdc\x6e\x3a\x36\x88\xfe\x61\xf7\xd0\x13\x65\ \xdb\xdd\x62\xfe\x62\x61\x37\x53\xa1\xdf\xbe\xf0\xbc\x7b\xe9\x87\ \xc5\x8b\xd7\x95\x96\x0e\xa6\x2f\xfb\x84\x08\x57\x95\xb6\x6e\x85\ \x09\x27\x8c\x2c\x76\x42\x09\x02\x81\x19\x50\x62\xd5\x18\x28\x3d\ \x68\x75\xc6\x3d\xe4\x48\xb3\x74\xa3\x7b\xe8\x61\xdc\xf3\x00\x37\ \xcd\x17\x6e\x4f\xf9\xde\x9f\xe2\x81\x32\x7d\x78\x06\xf2\x5b\x69\ \x48\x39\x47\x1d\x67\xee\x7f\x02\x53\x55\x20\x3a\x01\x00\x84\x0b\ \xf1\xe6\xe0\xd7\x5f\x41\x57\x61\xcd\x4c\xd9\x9c\xb5\x5b\xd6\xda\ \xad\x2b\xca\x1d\x8f\x01\xb2\x3c\x30\xe7\xb5\xf6\xeb\x6d\x6b\xd4\ \x9c\x3e\x6f\xc1\x62\xb9\xaa\x5b\xce\x98\x4b\x03\xcb\x39\x1e\x55\ \xbe\x4a\xd8\xf5\x77\x97\xef\x7c\x0c\x95\x03\x52\x82\xcc\x80\x10\ \x80\x08\x88\x20\x24\x48\xc5\x1d\xeb\x49\x9c\xe5\x1d\x30\x27\xdc\ \xc2\xee\x01\xf3\x68\xcd\x43\x5c\x9a\x82\x99\x89\xb2\x71\x0c\x17\ \xc9\x76\x6c\x72\xe7\x9d\xe4\xbc\xb0\x99\x27\x1e\x2f\xb3\xbd\x7a\ \xa0\x08\x0c\xf1\x03\x57\xd9\xc3\xbf\x94\x3e\xfa\x7d\xf1\x33\xcb\ \xac\x26\x51\x33\x47\xd6\x40\xf9\xd7\xd7\xd9\x9a\x33\xd5\xc4\x23\ \x01\x01\x50\x00\x0a\x40\x04\xa1\xd0\x91\xdc\xb1\x96\xd5\x7b\xdc\ \xf9\x0b\xa2\x97\x86\x30\x95\x7a\xc5\xc0\xc3\x11\x82\x26\x0b\xd5\ \xcd\xb2\x6e\x0c\x17\x4b\xe8\xfb\xbb\xae\x17\x46\x61\xf5\x0b\xf7\ \xb8\x1f\xf8\x6c\x6a\xa2\x36\x7f\xfc\x16\x07\x00\x3e\x82\x90\x60\ \x0b\xb4\xb5\xcd\x3d\xf8\x14\x67\xfd\x16\xce\xd4\xa0\x72\x20\x18\ \xa0\xae\x01\xa9\xbb\xf4\x13\x0f\x81\x9b\xe3\xa0\x0f\x9a\x5f\x82\ \xc6\x0b\x9c\x19\x33\xe2\x9e\x6a\x67\x56\x8b\x7d\x76\x1d\x38\xd2\ \x3c\x7a\xad\xed\x7c\x6f\xf6\x92\xf7\xea\xe7\x1e\xd5\x7d\x11\xbe\ \x6e\x80\x89\x08\xfc\x1c\xfa\x19\xd8\x7d\x3b\x03\x6b\x6d\x75\x75\ \xf5\xe2\x45\x8b\xf8\x35\xb7\x4b\x46\x04\x00\x0c\xc3\x50\x6b\x9d\ \xf8\x0b\xde\x5a\x2e\x20\xf4\x52\x30\x6e\x06\x77\x6d\xc6\x7d\x0a\ \x0e\x5a\x1e\xec\x13\xf3\xdf\x93\x6e\x39\x1e\x15\xd8\x2d\xbf\x2b\ \x3f\x72\x3f\x08\xab\x1f\xfa\xa9\x38\xf3\xc3\x99\x0f\x1d\xc9\x76\ \x38\xbc\xf3\x27\x36\x76\x70\xfb\x93\x36\x7f\x36\xb4\x6f\xa4\xad\ \xdb\xec\x60\x81\x3b\x9f\xb6\xc3\x24\x38\xe6\xa0\x0c\x80\xc0\x86\ \xcb\x25\x10\x6c\xd6\x2f\xe3\x03\xcf\x74\x27\xdc\x1d\xdc\xfe\xab\ \xf4\xbb\x3f\x90\x99\xc3\x50\x5c\x17\xde\xf5\x80\x89\xd7\xeb\x59\ \x1f\xcf\x7c\xf4\x7b\xec\x36\x71\xfb\xed\xac\x3b\xa3\x7b\xae\xf5\ \xcf\xbc\x38\x7d\xe5\x29\x98\xad\xb3\xcf\x3e\x04\x20\x00\x05\xd8\ \x32\xf7\x17\xd8\x18\x28\x2a\x3b\xd4\x45\xfd\x3d\x5c\x32\x14\x0e\ \xb2\x89\xb1\xa9\x83\xd2\x7d\x1c\x0e\xeb\xc7\x7e\x21\xcf\xba\x32\ \xfd\xa1\x83\x20\xee\x88\xee\xbe\x87\xd1\x1b\xd1\xb3\x61\x89\x0d\ \xa0\x9b\x42\xd7\x05\x36\x6c\x88\xc3\x22\x18\x02\x04\x88\x4b\xec\ \x0a\x18\x58\x11\xdd\x77\xb7\x77\xdc\xe7\x33\x8b\x80\xbb\x1e\x0c\ \x9e\x59\x49\xb6\x57\x6f\x7f\x97\x7f\xd1\xd7\x69\xdb\x1f\x83\xfb\ \x7e\x16\x55\x7f\x36\xf5\xc1\x6f\x32\x19\x7d\xef\x0f\x75\x0f\xb9\ \x27\x7e\xc2\x9d\x52\x07\x8e\xaf\x9f\xfa\x2d\x19\x89\xd2\xe1\x8e\ \x87\xe3\x0d\xb3\xfc\xf7\x7f\x0f\x28\x8b\x43\xcf\xb2\x01\x88\x4b\ \x1c\x1b\x40\x04\x13\xb0\x01\xee\x5f\x1e\xdc\x73\x5b\xea\xf8\xcf\ \xa8\x85\xa1\xc8\x45\xf1\x33\x03\xbb\x3b\x71\x0d\x07\x45\x60\x00\ \x32\xd8\x30\xd7\x3b\xfe\x3d\x42\x01\x60\x21\x5c\x72\xad\x8d\x04\ \x48\x04\x00\x50\x2e\xf6\x3e\xaf\x37\x75\xfb\xd3\x4b\x7a\xd5\x5a\ \x76\x3c\x64\xcb\x61\x09\xd0\xe8\x27\x7f\x22\x9b\x3e\x99\xba\xfc\ \x3f\x19\x72\xdc\xf3\x24\x87\x03\xd1\x92\x1f\xa7\xcf\xbe\x2c\xf3\ \xe1\x93\x38\xec\x8b\xee\xfb\xa1\x6e\x7f\x2c\xf8\xe3\x14\xff\xd4\ \xaf\x39\x08\xb4\xe9\x77\xd1\x53\x2f\xca\x85\x9f\xf4\x0f\x9a\x04\ \xd2\x33\x4f\xdd\x6e\x87\x23\xdc\x07\x8f\x32\x93\xe1\xfa\x71\xa2\ \xba\x91\x77\x8f\x08\x7a\x9e\xb7\x76\xed\xda\xab\xaf\xb9\xa6\x5c\ \x2c\xc9\xbd\x13\x8a\xb1\xb6\xba\xba\xea\xd3\x9f\xfa\xd4\xe4\xc9\ \x93\xb5\xde\x2d\x43\x21\x59\xa7\xf8\x37\xf7\x15\xf8\xe9\xe8\xa9\ \x7b\xf0\xf6\xef\x49\xc7\xdd\x27\xc7\x01\x4a\x74\x3c\x90\x02\x4c\ \xc8\xe5\x12\x08\x07\x94\x04\x13\x81\x4c\x61\x2a\x05\x71\x81\x23\ \x0b\x4a\x01\x33\x08\x05\x6c\x81\x09\x84\x04\x26\x60\x1c\x99\x78\ \xc9\x02\x20\x48\x01\x64\xc1\x12\x38\x3e\x82\xe1\x28\x04\x37\x87\ \x9e\xe2\x60\x18\xac\x00\x24\x10\x1e\xa6\xd2\xc0\x86\xa3\x00\x18\ \xc0\xc4\xa0\xd2\x98\x4a\x81\x8d\x38\x8e\x5e\x61\xa0\x8e\x9e\x90\ \x5f\xbe\x4f\x40\x06\x22\xb0\x1a\xa4\x8f\xa9\x14\x87\x79\x30\xfc\ \x72\xf2\xbc\x90\x00\x04\xb4\xcb\xa4\x35\x72\x9f\x0c\x42\x02\x30\ \x90\x01\x63\xc1\xaf\x42\x05\x5c\xce\x03\x28\x40\x02\x50\x98\xca\ \x00\xc5\x1c\x96\x00\x1c\x4c\x67\xc1\x96\x39\x88\x40\xba\xe0\x78\ \xe8\x38\x40\x11\x97\x4b\x23\xe9\x12\x6c\x01\x14\xa6\xb2\x00\x96\ \xe3\x00\x88\x5f\xbe\x28\x8a\x4a\x40\x11\x8c\x05\x2f\x87\xae\x02\ \x1d\xb0\x31\xbb\x3f\x17\x82\x10\xc0\x16\x18\x46\x62\xab\x02\x21\ \x2a\x70\x6c\x60\xd7\x18\x30\x13\xa0\x04\x04\xb0\x04\x02\x5f\x6e\ \x0a\xa3\x01\x14\x66\x72\x23\x69\x08\x0c\x60\x35\xc8\x14\xa6\x7c\ \x20\xc3\x71\x04\x64\xc1\x5a\x48\xd5\xa0\xb4\x5c\x2a\x00\x2a\x70\ \x3c\x74\x3d\x60\xcd\xe5\x22\xa0\xdc\x97\xfe\x40\x61\xc9\x1e\x7e\ \xb6\x7f\xde\xe7\x38\x2c\xed\x7a\xdc\xf7\xfd\x65\xcb\x96\x7d\xe9\ \xcb\x5f\x29\x14\x0a\x6a\xef\x49\x28\x5a\x9b\xba\xda\xda\xab\xbe\ \x7b\xd5\xbc\x03\x0f\x8c\xa2\x28\xe1\x82\xb7\x14\x52\xd1\x70\x5f\ \xfc\x9b\xff\xe7\x76\x6d\x7c\x39\xcb\xe5\x35\x0d\xc4\xd1\x1a\x47\ \xbb\x27\xff\x8d\x1c\xdf\xe5\x20\xf3\xc8\xeb\x97\x33\xea\x18\x18\ \x5e\x3e\xf8\xca\x17\xbb\x9e\xe1\x95\x17\x7a\xe5\x25\xf6\xb8\xb1\ \xdd\x8e\xef\x7e\xad\x57\x7e\xf1\x95\x79\x7e\xbb\xdd\x09\xec\xf6\ \x7a\xe7\x27\x77\x3b\x15\x8f\x9e\xe4\xb5\xaf\xb2\xcb\x53\xec\xad\ \x29\xf6\xf6\x5c\x2f\x3f\x14\x03\xc3\x6b\x7d\x6c\x57\x1f\xf0\x6e\ \xdf\x7a\xed\x36\xe4\xd1\xbb\xdb\x87\x16\x7e\x35\x03\xc1\x48\x47\ \x5e\xfa\x75\x39\x79\xcf\x1c\x64\x44\x8c\xe3\xb8\xbd\xbd\x3d\xd6\ \x5a\xec\xfd\x6c\xcc\xec\xba\xee\xf8\xf1\xe3\x1d\xc7\xd9\xc3\x98\ \x48\x6c\x84\xbf\x39\xac\x11\x75\x63\xe4\xfc\xe3\xed\x43\x6d\x92\ \xe9\xf5\x13\x0d\xf6\x56\xfe\xf0\x95\xc7\x77\xf6\x80\x97\xbb\xc2\ \x2e\x63\xef\x95\xef\xee\x71\x86\x57\x3f\x21\xee\x73\x34\x64\x8f\ \x6b\xe1\xeb\x47\x4f\x5e\xe5\x86\x5f\xf1\xb1\xdd\x4e\x85\xaf\xf8\ \x24\xbe\x4e\xb3\xec\xb5\x29\xf0\xf5\x1e\xaa\xf2\x79\xdc\xa7\x67\ \xc7\xbd\xdc\xe1\xab\x5c\x6b\x77\x36\xdc\xcf\xda\x96\xa4\x23\x98\ \xbb\xe8\x55\x17\x23\x54\x06\xf9\xac\x59\xb3\x70\x1f\xbc\x8f\x71\ \x1c\xbf\xd2\xab\x90\x70\xc1\x5b\x01\x1d\xa9\x83\x4f\x8a\x77\x6c\ \x10\xab\x1f\x47\xe0\x37\x25\xd5\x3f\xc1\x3f\x9e\xaf\xc9\x68\xd3\ \x34\xd9\x5d\x7c\xe1\xde\x3a\x0c\x33\xef\x21\xfb\xf7\x0b\xc9\x9a\ \xe5\xb7\xc8\x83\xe8\x67\xdc\x13\x2e\x8b\x1a\x5a\x29\x2a\x63\xb2\ \xbf\x6d\x82\x7d\x20\x82\x18\x84\x3a\xfd\xc3\xb2\xa9\xf5\x4d\x2a\ \x7c\x98\xf8\x0b\xde\x3a\x27\xa2\xe3\xda\xfe\x4e\xfd\xe8\xad\xe2\ \xb9\xfb\xa5\x72\x80\xe8\xcd\x5a\x90\x97\xe0\xef\x9b\x06\x98\x75\ \xa8\x6b\xc7\xc9\x53\x3e\xe8\xcc\x5b\x0c\xf1\x9b\x55\xf2\x30\xe1\ \x82\xb7\x94\x0e\x94\xcb\x52\xe9\x47\x6f\xa5\xa5\xb7\xab\xb8\x8c\ \x71\x30\x12\x6f\xc7\x84\x14\xde\xe9\x04\x00\xcc\xc0\xc4\xd6\x5a\ \x40\x9e\xb1\x50\x9d\x74\xb9\x1c\x3f\x03\xc2\xe0\xcd\x2b\x96\x9f\ \x70\xc1\x5b\xce\x07\x08\x0c\x76\xfb\x5a\xf3\xc2\x23\xdc\xb6\x5a\ \x2a\x17\x0a\x7d\x58\x1c\x84\x38\x4a\xfc\x08\xef\x50\x1a\xa8\x24\ \x5f\x39\x9e\xf5\x73\xd0\xd0\xaa\x0e\x3f\x43\xce\x3c\x14\xdd\x54\ \x52\x13\xfd\x9d\x40\x07\x02\xa4\x02\x66\x2a\xf4\xdb\xf6\xf5\xdc\ \xdf\xc9\xa5\x3c\x98\x38\xa9\x87\xfa\xce\x14\x04\x20\x25\xa6\xb2\ \x58\xd5\x20\x26\xcc\x92\x0d\xe3\xfe\x66\x7b\xa5\x24\x5c\xf0\x76\ \x82\x10\x28\x1d\x90\x12\x30\xd9\x25\xe1\x1d\x6f\x20\x90\x65\xa3\ \x81\x92\x3d\xd4\xde\x99\x20\x62\x8a\x40\x27\x0d\x91\xe0\xad\x98\ \x89\x92\x26\x48\x90\x20\x01\x00\x28\xd7\x75\x93\x56\x78\x8b\x15\ \x21\x73\x65\x95\x08\xe2\x48\xf2\x28\x03\x30\x11\x00\x20\xe2\xae\ \xf9\x61\x8e\xe3\x26\xfe\xc4\x04\x7b\xeb\x3f\x7f\x2d\x17\x3c\xf6\ \xe7\x3f\x8d\xe8\x53\x80\x80\x44\xb2\xbd\xef\x9b\x69\x05\xa2\x83\ \xec\xef\x9e\x5a\xc4\xcc\xca\x71\x9a\x9b\x9b\x11\x45\x14\x06\x61\ \x18\x02\xb0\xeb\x7a\x7e\x2a\x05\x00\x3a\x8e\x5b\x27\x4e\xae\xf0\ \x35\x11\x7d\xe7\x3b\xff\x55\xc8\x17\xa4\x4c\xd4\x5c\x82\x11\x18\ \x6b\xeb\x6a\x6b\x3f\xfd\x99\xcf\xf2\x5f\x9d\xb1\xa6\x7e\x76\xfd\ \xcf\x01\xc0\x02\xd6\x49\xbb\x28\x1b\xda\xc4\x65\xf5\xa6\xc1\x01\ \x5e\xa3\x9d\xe5\x81\xe7\xc0\xcb\x6b\xcc\xb5\xd6\xe3\x5b\x5b\xbf\ \xfd\xed\xef\xb4\xb5\x6d\x2b\x14\xf2\xb9\x5c\xb5\x52\xca\x68\xed\ \x28\x67\xec\xf8\x09\xed\x6d\x5b\x8d\x31\x3b\xb5\xdb\xf6\xb6\xb6\ \xc1\xc1\x41\xf9\xe6\x6c\x9b\x93\xe0\xef\x92\x0b\x8c\x29\x35\x35\ \xbd\x91\x36\x42\xcc\xd8\xe8\xea\x8b\x9b\xb4\x21\x12\x71\x98\x68\ \x83\x37\x16\x08\xc0\x52\x49\xdf\x5f\xd2\xa5\xef\xdd\x11\x4c\x68\ \xac\xdb\x59\xa9\x16\x11\x3d\xcf\xeb\xd8\xd1\x3e\x3c\xd0\x3f\x73\ \xe6\x9c\x74\x26\x53\x59\x70\xd6\xdd\xd5\xd1\xd3\xdd\xb1\xc7\x4a\ \x16\xc7\x71\x5c\xd7\x4d\xb8\x20\xc1\x4e\x08\x21\x9c\x37\x68\xd3\ \x1d\xb5\xd3\x22\x25\x80\xd0\x50\x39\xdb\x50\x3a\x74\x11\x5a\x93\ \xb4\xf2\x1b\x69\x1d\x48\xd7\xed\xdd\xdc\xb4\x6d\xf9\x70\x39\xee\ \xee\x1a\xaa\x4f\x7b\xd5\xd5\xd5\x95\x8d\x6b\x84\x10\x51\x10\xf4\ \xf5\xf6\x4c\x9b\x39\x3b\x9d\xcd\x5a\x63\x00\x40\x4a\x39\x76\x5c\ \xeb\x8e\x1d\xdb\x4a\xa5\x62\x7d\xc3\x6b\xb1\x3e\x93\x25\x40\x29\ \x24\x93\xd6\x86\x95\xe3\x48\x01\x26\xd6\x84\xc2\x51\x8a\xc9\x12\ \x83\x72\x14\x90\xd5\x5a\x83\x74\xd4\xce\xea\x57\x4c\x5a\x1b\x94\ \x8e\xa3\x04\x91\xad\xe4\x3c\x69\x6d\x50\x39\x8e\x14\xd6\x68\x63\ \xd9\x71\x1d\x04\xb6\x96\xa4\x52\x08\x6c\xb4\xb6\x8c\x8e\xa3\x2a\ \x07\x85\x54\x12\x2b\x26\x25\x5b\x63\x2a\x6f\x01\x13\x33\x60\xe2\ \xd5\xf8\x3b\xc4\xee\x31\x45\xb2\x94\xae\xc9\x2f\x3c\x17\x75\x98\ \x34\xcd\x1b\x08\x72\x33\xd9\x55\x0f\xe3\xe6\x27\x11\x51\x08\xb1\ \xc7\x50\x09\xc2\xc0\xf7\xfc\x6c\x36\x67\x8d\x51\x4a\x09\x21\xe2\ \x38\x16\x42\xe4\x72\x35\x5d\x1d\x1d\xaf\xb1\x14\x3d\x8a\xe1\xd0\ \x33\x3e\x76\xac\xff\xfc\x8f\x7f\xff\x88\x49\x8d\x3d\xee\xac\x73\ \x8e\x9e\x37\x01\x01\x74\xff\xc6\xbb\x7f\x7f\xdb\xaa\xad\x7d\xf5\ \x07\x9f\xfa\xe1\x4b\x4f\x51\xf9\xbc\x74\x9d\xfe\x2d\xcb\x6f\xbb\ \xed\xfe\xae\x92\x95\x42\x00\xb3\x21\x9c\xbc\xf0\xcc\x73\x4e\x3e\ \x3c\x2b\x09\xed\xf0\x9f\x6e\xff\xed\x23\x2f\x76\xcf\x3a\xe6\x9c\ \x77\x1f\x3f\x3f\x2d\x10\xf5\xe0\x93\xf7\xdf\xf6\xf0\xb3\x9b\x65\ \xcd\xf4\x8f\xfc\xd3\xc7\xc6\x70\x3e\x22\x8c\x86\x3a\x1f\xbf\xff\ \xae\x67\x36\xec\xb0\xe9\x19\x1f\xf9\xa7\x2b\x27\xa4\xc2\x92\x21\ \x01\xf4\xf4\xef\x7f\xbe\xb4\xbf\xea\x7d\x97\x5e\x30\xb5\x4a\x02\ \x97\x97\xde\x7b\xeb\x43\xcb\xb6\xa2\xab\x12\x3e\x78\x5b\x68\x52\ \x21\x3d\xcf\xdd\xe3\xb7\x20\xa3\x23\x6d\x5e\x93\x0b\x00\x80\x49\ \x44\x25\x7c\xd3\xf6\x78\x7f\xa7\x0a\x03\x40\x13\xed\x2d\x7d\x88\ \x99\x85\x92\x02\x05\x0b\xb1\x76\xdd\xba\xbe\xde\xde\x23\x8e\x38\ \x02\x11\xa5\x94\xcc\xaf\xb5\xe7\x19\x33\xa4\xab\x1b\x9b\x52\x29\ \xad\xdd\xe3\xaf\xf8\xd8\x59\x53\x87\x6e\xfc\xd5\xcf\x3b\x4a\xf2\ \xa0\x13\xdf\xfb\xf1\x2f\x5c\x79\xd5\xbf\x7c\x3b\xa8\x1b\x57\xcb\ \xdb\x7e\xf4\xc3\xeb\x4b\xd5\x33\x3e\xf0\xb9\x2f\x5c\xd4\xbb\xe5\ \xaa\x25\x2b\xa5\xeb\x1a\xa3\x9b\xe7\xbf\xf7\x73\x97\x1f\xb3\xf4\ \x0f\x37\x2c\x5d\xdf\x5f\xd5\xd8\x50\xe8\x2b\x4d\x3a\xf2\xa2\x4f\ \x9f\x7f\xd0\x03\xb7\xdc\xf0\xdc\x96\xa1\xa6\x03\x8e\xfb\xc0\x15\ \x9f\x71\xa2\x6f\xdc\xdb\x91\x9b\x50\x6f\xff\xfc\xb3\xeb\x97\x75\ \xbb\x73\x8e\x38\xe5\x82\xcf\x7f\xd1\xbf\xea\xdf\x1e\xdc\xe1\x34\ \xd6\x64\x5e\xb8\xf9\x87\x77\x6f\x0e\x7c\x09\xc5\x02\x9d\xfa\x91\ \xcf\x1f\x84\xcb\xbe\x7b\xf5\x9f\xfc\xfa\x66\x28\xe7\x51\x8a\x84\ \x08\xde\x16\x16\x84\x94\xd1\x70\xd7\xd2\xa7\x96\x0f\xc4\x8c\xbb\ \x74\x9b\x86\x19\x07\x1d\x36\x73\x82\x64\xb3\xab\xc3\x31\xc9\x35\ \x7a\xfb\x18\x7e\x98\xcf\x97\x56\xac\x58\x31\x30\x30\xd0\xda\xda\ \x3a\x69\xd2\xa4\x7d\x52\x1c\x56\xeb\x30\xf4\xc6\x1d\x74\xec\xbc\ \xa6\x3b\x7e\x70\xd5\xe3\x1b\xca\xbe\xb4\x9b\x6f\xf8\xd9\xb8\x7f\ \xff\xe6\x49\x07\x4f\xbd\x23\x2a\xb3\x6a\x6e\x9d\x3c\x25\xac\x9a\ \x90\x8e\xba\x56\xb6\xf7\x01\x0a\x00\x26\xcc\xbe\xeb\xcc\x63\xb6\ \x3f\x71\xd3\xaf\x97\x2c\x95\x99\x34\x6c\xdf\x6c\x64\xfd\x15\x9f\ \x3e\x72\xcd\x83\xd7\xfc\xee\xa1\xe5\x5e\xda\xdb\xb4\xf9\x97\xa9\ \x89\xd3\x4e\x3d\x65\xd1\xa3\xd7\xaf\x8f\xc3\xf2\x60\x7f\x6f\x57\ \x7b\xb8\xe3\xe6\x9f\xa5\x9a\xbe\x79\xda\x09\x87\x3e\x7a\xe3\x36\ \x6d\xa9\x7a\xcc\xc4\xa9\x10\xbb\x76\xf8\xa5\xb5\xed\xfd\x7d\xbd\ \x78\x40\x63\x53\xb5\x5a\xb5\xe6\xf9\x32\xb9\xd9\xb4\xcb\xc9\x42\ \xec\xb7\x01\xa4\x92\xfd\x5b\x97\xdf\xfc\x87\xfb\xc7\xce\x9a\xe6\ \xb3\x65\x00\x94\xa2\xdc\xbd\xb5\x6f\x63\x30\x7b\xfa\x94\x5a\x61\ \x6c\xc2\x05\x6f\x47\x3b\x82\x38\x95\x4a\x5d\x74\xe1\x85\x42\x08\ \xad\xf5\x1e\x7b\xdd\xed\x5d\x1a\x30\x11\xfb\xb5\x35\x28\x8b\x6d\ \xbd\x51\xca\x77\x15\x52\x1c\x97\x3a\xb6\x87\x87\xd4\x56\x41\x8f\ \x75\xaa\xc6\x1e\x7c\xc4\xd1\xc6\xaf\xab\x71\x48\xa4\xbc\x4a\xf5\ \x7f\x90\xb9\x96\xea\xb8\xa3\xab\x83\x9d\x94\xa3\x14\x4a\x14\x6e\ \x4d\x73\xb6\xbc\xa1\xa7\x07\x9d\x94\xe3\x28\xb4\xa5\x8e\x8e\x3e\ \x35\xae\x25\x2b\xd6\x11\xa0\x90\x52\x29\x57\x92\xe9\xd9\xb1\x35\ \x7d\x58\x8d\x8b\x5b\x59\xfa\x93\xe7\x1d\x2e\x26\x59\x59\xde\xda\ \xb3\x7d\xeb\x13\x77\x5c\x0f\xc1\x69\x27\x5e\xfc\xc9\x33\x4a\x3b\ \xee\xfd\xc3\xad\xcf\x6f\x1b\x96\x2a\x09\x7c\xbe\x0d\x0c\x04\xe0\ \xa8\x54\x6a\x3a\xe4\xe4\xcf\x7f\xf6\xc2\x2a\x13\x5a\x06\xe5\x79\ \xfd\xcf\xdf\xf3\xbd\x3f\x6c\x0d\x35\x81\x87\xbb\xe6\x10\x24\x5c\ \xf0\xb6\x92\x06\x02\x00\x88\x08\x85\x80\xd7\x2c\x6c\x4d\x26\xd6\ \x96\xb4\x46\x42\x25\xa5\x28\xf5\xf6\x1a\x9b\x9b\x31\x3e\xb7\x72\ \xd5\x90\x27\x2d\xf8\x2d\x93\xa7\xfa\x6d\x2b\x06\x50\xce\x2e\xed\ \x58\xf1\x8b\xab\xaf\xe9\x8b\xc5\xbc\xf3\xff\xcf\xc7\xcf\x39\xfd\ \xf1\x67\x7f\x3c\x04\x92\x6d\x7e\xc7\x80\x3b\x73\xdc\x04\x69\xd6\ \x6b\x83\x68\x4d\x6c\xfa\xdb\x07\x53\x53\x5a\x5b\x85\x69\x8b\xb5\ \x17\x69\x77\xea\xc4\x16\x3d\xf8\x44\xde\x0a\x01\x6c\xad\xd1\x3a\ \x22\xcc\x4e\x9c\x36\x23\xbf\x6d\x65\xc4\x42\xc4\xf9\x3f\xdf\x74\ \xcd\x6d\x1b\x03\x5f\x09\xc7\x75\xa4\xee\x7e\xf8\x96\xeb\x1f\xbf\ \xa7\xf6\xa8\x73\x3f\x73\xe5\xe5\xe7\x7c\xfd\xdb\x3f\xed\xd1\xae\ \x4a\x0c\x85\xb7\xde\x36\x15\xd9\x5c\x4e\xf7\xf7\xe4\x4b\x36\x25\ \x62\x6d\x19\x95\x1c\xe8\xef\x8a\x53\xe9\xb4\x27\x81\xe3\xd7\xf4\ \x17\x24\x78\x4b\x58\x00\x11\x11\xfa\x7a\x7b\x86\x87\x86\x00\x39\ \x9b\xad\x6a\x68\x6c\xda\xdb\x0e\x99\x64\xe2\xfa\x99\x87\x1d\xd0\ \x28\x3b\xf3\xce\xa2\x85\xe3\xda\x1f\x18\x2c\x77\xae\x7e\xf0\xa9\ \x2d\x97\x7c\xf8\x93\xf1\xef\xee\x6d\x2b\xc8\x83\x4f\x3c\x6b\x7a\ \xfc\xec\xb7\x9f\xdb\x0c\x47\x1d\x9f\xa9\x1d\x3b\x63\xf6\x01\xe3\ \x53\xcd\x8b\x16\xcc\x28\xb7\xdd\x5f\x22\x40\x81\x82\x8a\x4f\x2e\ \x79\xe4\xd8\x8f\x5e\xf4\xa1\x82\x7a\x6a\x5d\x4f\xb6\xa1\xa1\xb0\ \x7d\xcd\x23\x7f\x78\xf0\xff\x7e\xe8\xf2\x0f\x86\xa9\x65\x9b\x06\ \xc7\x1d\xb8\xf8\xdc\x39\xe2\x96\xef\xff\x39\x90\xd3\xfd\x6c\x4d\ \xeb\xe4\x19\xb3\xb3\xde\xdc\xa3\x4e\x3a\x7e\x5a\xf1\xd7\xff\xf5\ \x4c\x0c\x53\xdc\x74\xae\x75\xfa\xec\x39\x6e\xe0\x2b\x2c\x0e\x0d\ \xe5\xc6\xcc\x68\x4e\x15\xdb\xbb\x4b\xf5\xd5\x7e\x85\xd2\x98\x13\ \x22\x78\xeb\x61\x0c\x35\x4f\x9e\xd3\x50\x7e\xf0\xf7\xf7\x3e\x79\ \xc5\x19\x0b\x5c\xc9\x85\xb6\xe7\x6f\xbd\xf3\x99\xd6\xe3\xae\xac\ \x75\xad\x09\x21\xe1\x82\xb7\x99\x90\x43\xd4\x5a\xaf\x5b\xbb\xba\ \x90\xcf\x67\x73\x39\x25\x55\x7e\x78\xa8\x58\xc8\xd7\xd4\xd6\xed\ \x25\x38\x47\x28\xfd\xd9\x0b\x8f\x5d\xe8\x8a\xa1\x67\x7f\xf7\xfb\ \xc7\xd7\xba\x69\xf1\xe4\xef\xaf\x0b\xfb\xcf\x58\xb4\xf8\xf4\x05\ \x00\xc5\xce\xe7\xbe\x7f\xc3\xbd\xed\x81\xac\xeb\xde\xb4\xb9\x77\ \xd2\xc9\xe7\x5d\x88\x08\x83\x1b\xef\xbf\xee\xbe\x87\x23\xe1\x28\ \x00\xc7\x75\xbb\x57\xde\xf9\xdd\xeb\xf2\x67\x9e\x70\xd4\xbb\x67\ \x33\xda\xe2\x53\xf9\x2d\x6b\x56\xdc\xfe\xdd\xeb\x0b\x67\x9e\xf8\ \xae\xb3\x0e\x94\x54\xee\xba\xe1\x47\xdf\x7f\x7a\x43\xd1\xad\x1e\ \x58\xb9\x61\x70\xc6\xbb\xce\x9a\x4a\x94\xef\xda\x74\xed\x7f\xde\ \xbf\xb6\x23\x70\xd3\xe5\x4d\x5b\xb6\x4d\x5a\x78\xfa\xf9\x87\x32\ \x02\xec\x58\xf1\xe0\x0b\xc5\xba\x05\xc7\x1c\x7b\x38\xb2\x2d\x6e\ \xbb\xf6\xe7\x77\x74\x47\x8e\x93\xf4\xac\xb7\x83\x2e\xb0\x1a\xaa\ \x27\x5f\x74\xd1\xe9\x3f\xfe\xe5\x2f\xbf\xf8\xf0\x4d\x29\x0f\x8b\ \xc5\xf2\x98\x83\x4e\xff\xe0\x71\x73\x38\x8e\xf7\x50\x9e\x78\xf9\ \xa5\x17\x33\x73\xcc\x38\xc5\xd5\xff\xda\xd0\x53\x6c\x9e\xde\x7b\ \xf6\x97\x93\x38\xc2\x1b\xec\x0b\x70\xd3\x99\x35\x7f\x9e\xf8\xe8\ \xf5\x37\x75\xc2\xbf\xbf\x38\x3c\x7b\xf2\xc4\xaa\xaa\xaa\x4a\x7e\ \x81\xb5\xb6\xaa\x2a\x77\xd6\x7b\xce\x6c\x6e\x1e\x53\x5b\x57\x3f\ \x1a\x74\x14\x5a\xc7\xf9\xe1\xa1\x52\xa9\x34\x73\xf6\x01\x9e\xe7\ \x55\x6c\x87\xaf\x7c\xf9\x4b\x43\x43\x43\x52\x4a\xb6\x26\x36\xa6\ \x22\x02\x5d\xd7\x15\x58\xc9\x17\xd0\x44\x5c\xa9\xde\x2b\x95\xa3\ \x94\x64\xa3\xa3\x58\xa3\xa8\xa4\x96\xa3\x72\xdc\x5d\x1c\xfc\x6c\ \xb4\xb6\x96\x2a\x15\x53\xa4\x72\x94\x44\xab\xb5\xb1\x04\x88\xcc\ \x20\x95\x72\x94\x04\xa6\x28\x8c\x58\x8c\x7c\x4d\x2a\x47\x49\x09\ \x60\xa3\x30\x62\x18\x59\x3d\x21\xa4\x12\x40\xc6\x52\xc5\x7f\x21\ \x1d\xd7\x49\xb2\xa4\xff\x76\x33\xbf\x69\x6c\x6c\xfc\x8f\x6f\xfe\ \xe7\xde\x9c\xb5\xcc\xe0\x67\xb2\x34\xbc\x63\xe5\x9a\x4d\xf9\x88\ \xb3\xf5\xe3\x66\xcd\x98\xe0\x92\x36\x94\xd4\x41\x7e\x5b\x5a\x75\ \xae\xeb\xe5\xaa\xab\x2b\x3f\x27\x33\x03\x90\xe7\xfb\x5e\x94\x2a\ \x95\x8a\x7b\x78\x0a\x2b\x00\x21\x5d\x57\xee\x72\x18\x2a\x43\x7d\ \xb7\x0f\x13\x81\x90\x9e\x2f\xf7\x38\xc3\xce\xd7\x52\x39\x52\xed\ \xd6\x69\x84\x72\x5c\xb5\xc7\x87\xd1\xf5\xfd\xdd\xcf\x40\x00\xe8\ \x7a\xfe\x1e\x56\x8e\x2b\x5f\xfd\x2a\x09\xde\xdc\xbe\xc3\xaf\xbd\ \x67\x1a\x48\x47\x95\x7a\xb7\xae\x5c\xb9\x66\x28\x84\xda\x31\x93\ \x66\xcd\x98\xe8\x71\xac\xe9\x55\xbe\x92\x70\xc1\xdb\x40\x35\x30\ \xa5\x52\x29\x25\xe5\x1e\x8b\x96\xfc\x3d\xc7\x1b\x88\x11\x9f\x62\ \x32\xd2\x12\xbc\xdc\x51\xc4\xde\x4b\xe6\xa2\x54\x50\x68\xbf\xf9\ \xc7\x3f\x5a\x39\x2c\x82\xe1\xbc\xeb\xa5\x1e\x3e\xf8\xb4\x4f\x5c\ \x72\x62\x06\x0d\x25\xfb\x23\xbc\x5d\x5d\x06\x00\x80\xcc\x8c\x7b\ \x6e\xa4\xb1\xdb\x4c\x7b\xc9\xc5\x17\x79\xbe\x9f\x64\xf8\x26\xd8\ \xb5\x63\x44\x51\x44\x44\xaf\xda\x2b\x94\x12\x5b\x56\x3f\xb1\xc1\ \x59\xf0\xcf\x5f\x5a\xf8\xbb\x9b\x9e\x38\xf1\xcc\x23\x96\xfc\xfa\ \x96\x55\xed\x87\x1d\x35\x31\x4b\x26\xe1\x82\xbf\x5b\x58\x6b\x1b\ \x9b\x9a\xa6\xcd\x98\x9d\x34\x45\x82\x5d\xb1\x61\xdd\x1a\x22\x7a\ \xd5\x15\x6b\x08\x1c\x94\xca\x99\xba\xf1\x39\x5f\x98\x38\x18\xe8\ \xeb\xcd\x97\x59\xed\x65\x6d\x5b\xc2\x05\x7f\x67\x74\x90\x34\x42\ \x82\x7d\xef\x15\xd6\x72\xd3\x94\xf9\x73\x91\xb5\x71\xbd\xf0\xa5\ \xeb\x6f\x6c\x5b\x78\xf2\x39\x07\x8e\xcd\x5a\xab\x13\x2e\x48\x90\ \xe0\x9d\x45\x13\xd9\xe6\x69\x87\x67\x8d\x4c\x65\xdf\x73\xf1\x47\ \x67\x76\x84\x33\x0f\x9a\x9f\x42\xa3\xe9\x55\x3e\x9c\xc4\x7e\x12\ \x24\xf8\x87\x85\xe3\xaa\x1d\x2f\x3e\x70\xc3\x1d\x4f\x62\xd6\xdb\ \xf8\xf4\x03\xb7\xfd\xf6\x17\xdf\xbb\xe6\xd7\xed\x65\xa1\x24\x26\ \xba\xe0\x1f\x0d\xc6\x98\x24\x80\xf7\x8e\x02\x22\x2a\xb5\xaf\xc3\ \x16\x99\x83\x62\xde\x49\x37\x84\x5b\x9f\xb9\x67\x45\xf8\xc1\x2f\ \x7c\x6e\xe9\xaf\x7f\xb3\xb1\x73\x70\xfc\xb4\x5a\x00\xbb\x9f\x5c\ \xc0\x5c\x29\xc2\xf9\xf2\x81\x51\xa7\xc4\x2e\x1b\xc9\x57\x76\xb9\ \x07\x14\x98\x4e\xa5\x77\xbb\xd1\x9d\x6b\x1f\x10\x10\x90\x99\x89\ \x88\x98\x10\x85\x40\x04\xdc\x6d\xdf\xfa\x97\xbf\x32\x7a\xd6\x3d\ \xb6\xb6\xe6\x3d\x4f\xb9\xf3\xe0\xee\x83\x61\xf4\xbf\x8a\x73\x15\ \x05\x8e\x1e\x61\x44\x31\xf2\xfd\x91\x1a\xa3\xaf\x1c\x46\xbc\xcb\ \xd9\x77\xbb\x14\x56\x4e\xb3\xeb\xb5\x5f\x73\x43\x72\x66\x2e\x16\ \x8b\xfb\x3b\x50\x71\x14\xfb\xa6\x00\xcd\xf3\xcb\x97\x8d\x16\x4c\ \x4d\xf0\x8f\x8f\x4a\x6f\x5a\x70\xe8\xe1\x62\xdf\xb6\xde\x24\x10\ \x63\x27\x4d\x1d\xbc\xef\xf6\x7f\x79\x5a\x4f\x58\x7c\xc5\xfc\x89\ \x35\x2b\xeb\x1a\x73\x9e\xf3\xaa\xab\x5d\x5e\x93\x0b\x98\x64\x75\ \xad\xcc\xe5\x04\x40\x25\xf1\x4c\x31\x48\x00\x89\x88\xd6\x3a\x42\ \x38\x52\x81\xc0\x20\x0a\x51\x48\x44\x18\x2e\x16\xaf\xfb\xe9\xf5\ \xab\x57\xad\x46\x00\x25\x24\x10\x1b\xb2\x20\xc0\x12\x11\x91\xd5\ \x26\x93\x49\x37\xd6\x37\x56\x57\x57\x17\x0b\x85\x7c\x3e\x6f\xad\ \x75\x95\xaa\x78\x3e\x50\x8c\x16\x00\x06\xb6\x96\xa2\x38\x32\x5a\ \x6b\xb2\x96\x08\x10\x19\x59\x0a\xa1\x94\x22\xb2\x95\x5c\x17\x44\ \xb0\x96\x10\x55\x65\x78\x23\x22\x02\x56\xc6\xb1\x92\xb2\xf2\xa0\ \xcd\xcd\xcd\xa5\x52\x31\x9f\x2f\x48\xe5\x08\x14\x88\xa2\x5c\x2c\ \x46\x51\xe0\x29\x09\xd6\x02\x19\x50\x8e\x70\x1c\x01\x80\x80\x95\ \xc6\x15\x88\x52\x4a\x42\x20\x22\xb2\x4c\x84\x58\xa9\x49\x4c\x44\ \x96\x04\x80\xeb\x28\x00\x88\xe3\x18\x88\x58\x22\x21\x03\x33\x8c\ \x5e\x7a\x97\x96\x23\xcf\xf7\xbf\xf1\xef\xff\x9f\xe7\x79\xfb\x48\ \x07\x42\x08\x6b\x75\xb9\x1c\x20\xa0\xe7\xfb\xe9\x74\x1a\x5f\x6f\ \xa7\x04\x22\xf2\x3c\xbf\xb9\x65\x0c\x31\xbd\x39\x5d\x0f\x50\x48\ \x47\xa2\x36\xe6\x35\x0b\x29\x24\xf8\x1b\x41\x20\x76\x77\x77\x11\ \xd1\x3e\x72\x81\xd1\xba\x66\xf2\xe1\x1f\xba\x22\xd3\x56\x4e\x1f\ \x72\xe8\x02\xa5\xa2\xf7\x5c\x72\x79\xb6\xba\x1a\x6d\x04\x86\xf7\ \xd8\xa4\xef\xb5\xb9\x80\x85\xe7\xa9\x5c\x95\x00\x90\x08\x95\x40\ \x84\x03\xe0\x01\x28\x00\x17\x60\x78\xa8\xc0\xc8\x75\xd5\x35\x95\ \xce\xde\x5b\x28\xfe\xf9\xf1\x27\x9e\x7a\xea\x29\xdf\xf3\x1d\x54\ \x56\x9b\xd8\x6a\xe9\x2a\x22\xab\xb5\x61\x4b\x0d\x0d\x0d\xad\x63\ \xc7\x36\x35\x36\xf5\xf7\xf5\x75\xd3\x17\x62\xdb\x00\x00\x20\x00\ \x49\x44\x41\x54\x76\x76\x69\xa3\xd3\x9e\xa7\xb5\x46\x31\x32\xb7\ \x55\x6a\xfe\x30\x43\x1c\xc7\xc6\xe8\xc8\x9a\x30\x8e\x8d\x31\x3a\ \x0e\xc0\x1a\x90\x52\x38\x8a\x89\x84\x94\x52\x0a\x06\x24\x16\x23\ \x05\x01\x47\x65\x04\x33\x0b\x14\x28\x50\x49\x39\x69\xd2\xe4\xde\ \xbe\x9e\xfc\xf0\xb0\x54\x2e\xa0\xf4\xfd\xf4\x60\x7f\x2f\x15\x07\ \x77\x3e\x9f\xeb\xfb\x20\x14\x13\x29\x21\x1c\xc7\xa9\xb4\x2f\x03\ \x10\x93\xb6\x96\x2c\x33\x09\x04\x00\x62\x20\x66\xb2\x40\xd6\x75\ \x1c\x64\x0c\x4d\xc8\x60\x19\x90\x60\x67\xe6\xcf\x9e\x03\xde\xf3\ \xd2\xff\xf6\xaf\xff\xe2\xfb\xfe\xbe\x70\x81\x10\x72\x70\x70\xa0\ \xbb\xbb\xdb\x73\x7d\x06\xd6\x5a\xd7\xd4\xd4\x34\x37\x35\xef\xc3\ \x17\xd1\x71\x1c\x1a\xd1\x6e\x28\xa4\x10\x38\xa2\xbf\xde\x00\xdb\ \x01\xd1\x06\xc3\x1d\x7d\x71\x43\x73\xa3\x0b\x89\x29\xf2\x36\xe0\ \x02\x21\xf6\x4f\x05\x32\x80\x74\x6a\xea\xeb\x7a\x86\x3b\x9e\xfe\ \xe3\x12\xcd\x22\xe5\x3b\x51\x39\x6e\x9e\x31\x77\xf6\x84\x46\xde\ \x3d\x00\xa1\x5e\xfb\x3c\x40\x0c\x96\x18\x01\x04\x32\xa0\x60\x56\ \x08\x56\x1b\x21\xe5\x0b\xab\xd6\x5c\xff\xb3\x9f\xb7\xef\x68\x9b\ \x33\x77\xce\x39\xe7\x9d\x7b\xc8\x41\x07\xf5\x74\x75\x97\xcb\xe5\ \x6c\x36\x93\xcb\xe4\xc0\x82\x00\x8c\x74\x04\x0a\x89\x28\x2c\x07\ \xae\xeb\x36\x37\x37\xd5\xd5\xd5\x55\xe5\x72\x71\x18\x0e\xa7\x53\ \xc6\x38\x29\xdf\x8b\xa3\x48\x29\xc5\xcc\x88\x58\xe9\xd3\x52\x4a\ \xcf\x73\xb9\x62\x3f\x08\x8c\xe3\xb8\x1c\x94\xe2\x38\x62\x06\x22\ \x32\xc6\x00\x90\x94\x02\x51\x82\x54\x20\x24\xee\xc2\x23\xc0\x40\ \x4c\x95\xd7\x44\x56\x0a\x91\xcd\xe6\x10\x05\xa0\xac\xab\xab\x13\ \x60\x87\xd8\x22\x19\x24\x9b\xf6\x5c\x3f\x93\x35\x86\x10\x51\x2a\ \x25\xa5\x94\x42\x68\xb2\xda\x5a\x6b\x8c\x20\x42\x40\x01\x82\x89\ \x98\x18\x18\x10\x98\xad\x95\x42\x02\x80\xd2\x82\x81\x08\x81\x10\ \x76\x49\x1c\xde\x6d\xc6\xce\x64\xd2\xfb\x28\xf5\x85\x10\x03\xfd\ \xfd\xae\x9f\x3e\x70\xde\xfc\xfa\x86\x06\x60\x18\x1c\xe8\x5f\xbf\ \x7e\xdd\x96\x2d\x5b\x3c\xcf\x79\x5d\xd1\x68\xad\x25\x22\x14\xca\ \x75\x60\xb8\xaf\x7b\xa8\x18\x49\x2f\x55\x55\x95\xf3\x1c\xf9\x57\ \x8e\x5f\xe9\xf8\x03\x6b\x97\xfc\xf7\xdd\x83\x5f\xf8\xea\x67\xc7\ \x62\x68\x28\x19\x8c\x6f\x31\x88\xf6\xef\x17\x55\x8e\x1a\xda\xf2\ \xd4\x0f\x7e\xf0\x5b\xd3\x38\xae\xc6\x57\x42\x0f\xbd\xb4\x66\x5b\ \x4d\xeb\x9c\x63\xab\xc7\xcf\x9a\xd4\x82\x76\xd7\x52\x26\xfb\xe6\ \x3b\x44\x7e\x79\x16\xd2\xc6\xe6\x5c\x67\xf3\xe6\xad\xff\xfc\x2f\ \xff\x32\xd0\xdb\x67\x48\x3f\xf7\xdc\x73\x8f\x2f\x5d\xfa\xb1\x4f\ \x7e\xa2\xbb\xaf\xaf\x58\xc8\xbb\x8e\xcb\xc0\xcc\x90\x4e\xa7\x40\ \x40\x4c\xba\xe2\x23\xf0\x3c\xcf\xf7\x7d\xd7\x75\x85\x10\x62\xa4\ \x7a\x17\x20\x40\x85\x05\x46\xfe\xdd\x3d\xd3\x0e\x01\x24\x42\xca\ \x73\x5d\x47\x02\x33\x0a\x11\x47\x51\x14\x45\x5a\x9b\xca\x78\x8b\ \x2c\x59\x6b\x04\xa2\x10\xc2\x5a\x12\x42\x48\x29\x25\x0a\x81\x22\ \x8e\xe3\xa1\xc1\xc1\x58\xc7\x95\x93\x23\x82\xeb\xba\x9e\xeb\x7a\ \x9e\xc7\x1a\xd9\x80\xeb\x3a\x68\xc1\xc6\xc6\xf7\x3c\x81\x18\xc7\ \x31\x03\x18\xb2\xc4\x64\x89\x10\x51\x0a\x01\x64\xc8\x9a\x8a\x15\ \x23\x2a\xfe\x01\x26\x60\x26\x24\x1c\x11\xcd\x7f\xbd\x6e\x46\x06\ \x2e\x95\xcb\x0b\x8f\x7c\x57\x6d\x5d\x5d\x18\x04\x46\x9b\x54\x2a\ \x75\xc0\xdc\xb9\x4f\x3f\xfd\x14\x91\xf3\x7a\x84\x52\xc9\x47\x47\ \x07\x8a\x7f\xbc\xf1\xda\x9b\x1e\x59\xcb\x8e\x6b\xac\x73\xcc\xd9\ \x57\x5e\x76\xe6\x3c\x07\x84\x40\x60\x6b\x22\x6d\xa4\x72\x95\x44\ \x44\xb4\x3a\x8e\xb5\x41\xe5\xb8\x8e\x42\x40\x60\x1b\x47\x11\xa1\ \xf2\x7d\x17\x99\x01\x91\x4c\x1c\xc5\xa6\xb2\x42\x49\x07\xc3\x83\ \xf9\xc0\xf1\x53\x3e\x02\xc6\x3a\x8a\x35\xa0\x74\x3d\x57\x0a\x04\ \xa6\x28\x8a\x40\x28\xd7\x51\x80\x28\x05\xc6\x61\x59\xb3\xf2\x5d\ \x85\x88\x6c\x4d\x14\xc7\x8c\xca\xf3\x1c\x81\xc8\x64\xa2\x28\xe6\ \xca\x55\x00\xc8\xea\x28\xd6\x89\xd5\xf1\x17\xb0\xc1\x7e\xad\x06\ \x97\x12\x3a\x37\xaf\xb6\x93\x8f\xf9\xf2\xe7\x2f\xce\xb1\x55\x85\ \xd5\x57\xfd\xe8\xce\x63\x2e\xfd\xf4\x21\xe3\x9d\x58\xef\xb9\x4e\ \xf1\x75\xb8\x00\x2b\xf2\x00\x01\x19\x10\x81\x99\x95\x14\x02\x60\ \xc5\x73\x2b\x3a\x3a\x3a\x7c\xc7\x4d\xfb\xa9\x89\x13\x27\xac\x59\ \xfd\xd2\x7f\x7c\xe3\xff\x4d\x9d\x31\x33\x8a\x62\xa9\x64\x45\x2f\ \x0b\x21\x18\x00\x11\xad\xb5\x8e\x72\xaa\xaa\xaa\xd2\xe9\xf4\xa8\ \x96\xc7\x11\xc7\xde\xe8\x0b\x18\x25\x85\x8a\xb8\xad\xa8\x5c\x44\ \x40\x03\x42\x2a\x85\x02\x85\x90\x42\x3a\x29\xc7\x73\xfc\x8a\x83\ \x8f\x88\x4a\x71\x14\x93\x25\x3b\x02\x63\x4c\xe5\xeb\xae\xeb\x32\ \x73\x1c\xc7\xc4\x04\x80\x52\x49\x21\x04\x00\x12\xb3\x52\x0a\x11\ \x34\x5b\x20\x16\xc8\x36\x8c\x62\x00\x24\x19\x84\x21\x08\xc1\x08\ \x8c\x95\x27\x06\x36\x56\xb2\x26\x22\x26\x2b\x84\x54\x8e\x6b\x8d\ \xb5\x95\xed\x8c\x80\x19\x91\x19\x18\x5e\x5d\x17\xbc\xee\x8a\x91\ \x5d\x64\x38\xc4\x51\x3c\x66\xec\xf8\x9a\xda\xda\x28\x8a\x2a\xdf\ \xd2\xda\x00\xd0\xf8\x71\xad\x5b\x36\x6f\x78\x4d\xcb\x70\xc4\x1c\ \x90\x8e\x5a\x75\xc7\xb5\x57\xdf\xbb\xf9\xca\x2f\xfd\xeb\x51\x93\ \xaa\xf2\x83\xfd\xc6\xa9\xb3\xf9\x8e\xbb\xfe\xf7\x97\x8f\x6d\xe8\ \x49\x4f\x38\xe2\x93\x1f\x3a\xa7\xf0\xfc\x2d\xbf\x59\xb2\xac\x20\ \xeb\x4e\x3d\xff\xf2\x93\xe6\x8f\x2f\x75\xae\xfe\xd5\xaf\x6e\x5e\ \xd9\x55\x6e\x9d\x7f\xf2\xfb\xdf\x77\x52\x76\xf8\xc5\xab\x7f\xf1\ \xfb\x4d\xbd\x25\x12\xd5\x8b\xdf\x7b\xd9\x69\x07\x8f\x27\xad\x89\ \xac\x70\xdd\xc2\x8e\xc7\xae\xfa\xea\xe7\x29\x14\x47\x9d\x7d\xc9\ \x59\x47\x4d\x0f\xfa\x36\xdc\xf0\xd3\xff\x5d\xd3\x57\x6e\x98\x79\ \xcc\x47\xdf\x7f\x7a\xd7\xd2\xdb\x7e\x73\xd7\x33\xc2\xc7\xde\x61\ \x3e\xed\xfd\xff\x67\x51\xed\x8b\xff\x75\xfd\x7d\x03\xb1\x33\xf7\ \xb8\x73\x2f\x3a\xed\x30\xbb\xed\x89\xab\x7f\x75\xc7\xd6\x41\x9a\ \x7e\xc4\x19\x97\x9f\xb7\x58\xf5\xbe\x74\xfd\xff\xde\xf4\x42\x47\ \xb1\x79\xde\xa9\x1f\xbf\xf0\xf8\xb4\x34\x44\x89\xe5\xb1\x7f\xae\ \xe5\xfd\x6a\x2f\x63\xb8\x61\xe2\x41\x47\x48\x27\xe5\x48\x17\x04\ \x66\xc7\x1e\x7d\xec\x51\xcd\x39\xc7\xf1\x7c\x6b\xca\x96\xf7\x8b\ \x0b\x10\x95\x40\x4b\x24\x2a\x73\x36\x41\xc5\x40\x97\x42\x90\xb1\ \x03\xc3\x7d\x75\xb5\xd5\x85\x62\xb1\x3a\x97\xeb\xd8\xb1\xa3\x1c\ \x44\x44\xa4\xa4\x52\x52\xa1\x12\xc6\x18\xc6\x4a\x20\x82\x7c\xcf\ \xcb\x66\xb3\x55\x55\x55\x6c\xec\x08\x4d\x8c\xca\x01\x22\x72\x1c\ \xa7\x52\xf9\x77\x57\x69\x20\x84\x20\xb2\x4a\x2a\x1e\xf5\x82\x68\ \xb6\xcc\x84\x28\x10\x85\xeb\x3a\x44\x20\x5c\xd7\x02\xc5\xb1\xb6\ \xd6\x8c\x12\x82\xd5\x5a\x1b\x6d\x80\xd8\x5a\xcb\xc0\x88\x48\xd6\ \x2a\xe5\x8e\xfa\x00\x59\xe1\xc8\x7c\x6e\x8d\x05\xa2\x38\x8a\x14\ \xb8\xd6\x5a\x4b\x56\x08\x41\xc0\x00\x80\x04\x42\x21\x80\x65\x32\ \x99\x4c\x56\x29\x15\xc7\x9a\x25\x56\x56\xe6\x4a\x14\xc4\x6c\xdf\ \xa0\x6e\x4c\xc4\xbe\x9f\x12\x42\x56\x88\x97\x2b\x36\x09\x43\x2a\ \x9d\xb2\xd6\xbe\xee\x24\xc0\x8c\xd2\x74\x2f\x79\x68\xf5\x8c\x53\ \x3e\xfd\xee\x43\x27\x96\x8a\x61\x66\xe2\x74\xdf\xc5\x81\xf5\x8f\ \xdd\xff\xf0\x9a\xc3\x3e\xf0\xf1\x23\x67\x8f\x2b\xaf\x5d\xf2\x83\ \x5f\x3d\x79\xda\x87\x3f\x56\xbf\xed\xce\x6b\x7e\xfc\xd3\xc9\xdf\ \xf9\xec\x13\x3f\xb9\x7a\xc3\x98\x33\x3f\xf9\xee\x9a\x9f\x5f\x75\ \xf5\x0d\x4d\xd3\x3e\x32\xe1\xa5\xc7\x56\x77\x5d\xf4\x99\xcf\xfa\ \x2b\x6f\xbb\xee\x87\x3f\x9b\xf6\xbd\x7f\x9e\x9e\x03\x66\x66\xb2\ \xec\x54\x2f\x3c\xf9\xdc\xa6\xde\xc7\x7f\x72\xf5\x7f\xe7\x5a\xbe\ \xb5\x78\x4c\xfd\xa2\xb3\x2e\x5c\x4c\xfd\x37\xfe\xf0\xda\xdf\x4c\ \x98\xfa\x81\x23\x8f\xbd\x72\xc2\x41\xab\xef\xfd\xc9\x35\x5b\x78\ \xec\x98\xb4\x97\x9e\x76\xde\x65\x57\x9a\xee\x67\xff\xfb\xba\xeb\ \xa7\xcc\x9a\x76\x4c\xf3\xa4\x53\xde\x7b\x39\x14\xb6\x5e\xfd\x3f\ \xff\xfb\xc0\xcc\x05\x27\xf2\x9a\x07\x97\x0d\x5c\xf8\x99\x0f\x4e\ \x6a\xaa\x97\xac\xad\x4d\x88\xe0\x2f\x8a\x25\xec\xb3\x30\x60\xa2\ \x4c\xfd\xd8\xda\xb6\x35\x7f\x5a\x72\xb7\x40\x60\x66\x27\x37\x36\ \x15\x77\xfd\xf9\xfe\x2d\x13\x0f\x3e\xac\x39\x2d\x77\xb5\x39\xd4\ \xeb\xc8\x57\x62\x81\x08\x80\x52\x60\x45\x1a\x54\xe2\x6c\x13\x5a\ \x5b\xc7\xb4\x8c\xc9\x0f\x0c\x4a\xa4\x94\xeb\x29\x74\x85\xe3\x14\ \x4a\x65\xc7\xf7\x0d\x59\x66\x26\x6b\x63\x6b\x85\x12\x61\x18\x02\ \x40\x2e\x97\xf3\x7d\x3f\x9b\xce\x84\xe5\x40\x48\x59\x99\xff\x2b\ \x7b\x3c\x54\x62\x90\x3b\xff\xdd\xe9\xf4\x22\x22\xad\xb5\xef\x39\ \x46\x9b\x0a\x6b\xb8\xae\x13\x45\xb1\x94\x8e\x31\x26\x28\x6b\xa9\ \x14\x01\x49\x57\x64\x53\x29\x4b\xc4\xcc\x64\xc9\x58\x63\xb4\xd6\ \x5a\x5b\x22\x6d\x8d\xb6\x06\x51\x10\x19\xd7\xf3\x01\x81\x89\x2b\ \x43\x18\x01\x5c\xd7\xa5\x98\x3d\xcf\xd7\x40\xc6\x18\xc3\xc4\x00\ \xc6\x58\x57\x2a\x25\xa4\xb1\x9a\x19\x0c\x18\x89\xdc\x50\x5f\x07\ \x80\xbd\x7d\x7d\xbe\xef\x1a\x63\xb5\x36\xa0\x04\x30\xbe\x72\xe6\ \xdf\x79\x64\xdf\x75\xc1\xee\x91\xcc\x0a\x15\xe2\x88\xf0\xe7\x7d\ \xe9\x18\x4c\x0c\xa4\xcb\x05\x0b\x35\x75\x55\x3a\x28\x13\xc8\xed\ \x4b\x7f\x75\xd7\xa6\xda\x0b\x17\x35\xf8\x55\x2d\xb3\xe7\x2e\x38\ \x78\x86\xff\xc8\xf5\x3f\xda\xd0\xdf\x5f\x77\xef\xad\x58\xea\x8a\ \xd8\xd9\xb2\x65\xd5\xb3\xeb\x3b\x82\xe2\x53\x37\xf5\x60\x4f\x64\ \x69\xc7\xa0\x69\xc5\x6c\x4d\xcb\xac\x03\x0f\x9e\x33\x29\x78\xe8\ \xf1\xab\xdb\xfa\x8b\xd3\x73\x19\x22\x32\xb1\xad\x6b\x99\x76\xe4\ \x91\x0b\xa7\xb9\x13\x9e\x5b\xfa\x95\xa7\x9e\xeb\x38\x76\x31\x2d\ \x7d\xe8\x8e\x2d\x83\x61\xfb\x70\x9e\x86\x87\x33\xf5\x87\x40\xef\ \xca\x25\x4f\xe5\xaf\xf8\xfc\xd7\x0f\x1f\xef\x6e\x7e\x6e\xdd\x7d\ \x4b\x96\xe6\xa3\x42\xa9\x38\x50\x0c\xca\x85\xde\xf6\x3f\xdd\x79\ \x6f\x77\x29\xec\x1f\x0a\xf2\x03\xc3\xb6\x0e\xd3\xf5\xad\xf3\x0e\ \x5a\x30\xc1\x8f\x42\x6d\x13\x4d\xf0\x66\xeb\x02\x14\x22\x2a\xf4\ \xbc\xf0\xec\xd3\xc3\xe8\x08\x00\x20\x23\xeb\xe7\x4e\xac\x9f\xb0\ \x6a\xc5\xca\xaa\x03\x0e\x19\x93\x91\xb4\xcf\xb5\x4f\x19\x00\xc8\ \xb0\xeb\x08\x4b\x0c\xcc\x69\x29\x80\x40\x22\xd4\xd7\xd7\x29\x29\ \x05\xe2\x40\x5f\x7f\x26\x97\xad\xca\xe4\xb8\x54\x18\x26\x02\x66\ \xd7\x71\xa4\x52\x36\x22\x63\x2c\x59\xcb\xc4\xbe\xef\xd7\x54\xd7\ \x64\x32\x19\x94\x82\x98\x1c\xa5\xac\xb5\x95\xe1\x1d\x6b\x2d\x84\ \x88\xa2\xa8\x32\xa5\x0b\x21\xac\xb5\x52\x4a\x29\xa5\x31\x46\x20\ \x6a\x6b\x00\x41\xb9\x4e\x1c\x69\x4d\xa4\x0d\x69\x13\x29\xe5\x58\ \x06\x6b\x0c\x4a\xb6\x91\x89\x88\x98\xd9\x71\x1c\xc7\x71\x7c\xcf\ \xa3\x4a\x04\xd0\x5a\x6d\x4d\x64\x75\xac\x75\x14\xc5\x42\x48\x29\ \x14\x33\x0b\xa1\x04\x32\x0a\x74\x3c\x37\x88\xc3\x20\x0e\xdd\x74\ \x2a\x36\x24\x1d\x27\x9b\xcb\x16\xf3\x05\x24\x62\x6d\x94\x65\x24\ \x76\x3c\x74\x53\x29\xa8\x48\x9b\x54\x9a\x2c\x21\x0a\x06\xb4\x96\ \x05\x4a\xc0\x37\xc7\x99\x86\x23\x8e\x09\xde\xb7\xb5\xc9\x4c\x9a\ \xdd\xba\x19\xf5\xce\xe3\x2b\x56\x94\xce\x9c\x56\xe5\xca\xb0\x77\ \xdd\xb2\xd5\xf5\xe7\x2e\x6a\x42\x20\xa3\x63\xad\x25\x59\xa8\x6e\ \x9d\x7b\xd1\x07\x2f\xad\x22\x2d\xfd\x6c\x3a\x5a\x75\x8b\xa8\x3a\ \xe2\xf4\x0b\xdf\x33\x33\x15\x83\xf2\x32\xf5\xf1\xd6\xd5\xcc\xd6\ \xc4\xa1\x21\x42\x85\x96\xa8\xb2\x38\x9a\x47\x7c\xa7\xc8\x3a\x28\ \x45\x3a\x9d\xe5\x07\xaf\xff\xc9\xd2\xf2\xc2\x7f\xfb\xf8\x51\xf7\ \x5e\xd7\xb3\xd9\xa0\x08\xda\x6e\xf8\xe9\x6f\xc6\x9f\xfe\x91\xf7\ \x1e\xd9\xca\x03\xab\xaf\xfb\x9f\x1b\xd2\xa7\x7c\xfa\x13\x87\x98\ \xef\x7f\xfb\x7a\x19\x77\xfd\xe6\xd7\x3f\xda\x3a\xf1\x82\xcf\x5d\ \x3c\xf9\xd7\xdf\xfa\x9e\xb1\x16\x98\x81\x48\xc7\xb1\x56\x36\x49\ \x91\xfa\xcb\x23\xbd\xfb\x2c\x0c\xac\x31\x55\xe3\xe6\x7d\xea\xab\ \x87\xe2\xcb\x26\xa9\x0d\xc3\xf8\x8a\xcf\xcc\x65\xa2\x3d\xca\x99\ \xbc\xbe\x8d\x40\x4c\x02\x24\x22\xb8\x42\x30\xf1\xf2\xe5\xcf\x6d\ \xdd\xb8\x31\xe3\x78\xe9\x74\x7a\x7b\x61\xab\x00\xa1\xa3\x38\x32\ \x43\xa5\x38\x4c\xfb\x3e\x0a\x11\xc6\xda\xe1\x91\xe8\x87\xb6\x46\ \x29\x59\x5d\x5d\x9d\x4a\xa5\x3c\xcf\xb3\xc6\xe6\xf3\xf9\x86\xba\ \xfa\x8a\x1c\x18\xcd\x05\x12\x2d\x2d\x2d\xdd\xdd\xdd\x95\xbd\x62\ \x2b\x8c\x50\x51\x07\x8e\xe7\x0a\x47\x96\x4a\x45\xe1\x38\x20\x05\ \x23\x1a\xa0\x4c\xa6\x2a\x93\xca\x12\x73\xb9\x54\x34\x14\xeb\x58\ \x0b\x21\x5c\xd7\x25\xa2\x52\xa9\x24\xa5\x54\x4a\x29\xa5\x1c\xc7\ \x91\x8e\xf2\xa4\xaf\x8d\x0d\xa3\x58\x39\x2e\x33\x21\x82\x10\x42\ \x49\x24\xa9\x00\xd8\x32\x6b\xb2\x9e\x94\xbe\x23\x0d\x70\x55\x55\ \x55\xc6\x4f\x15\x87\xf2\x14\x44\xae\x52\xcc\x44\x88\x8e\x74\xa2\ \x30\x2c\x07\x91\xd6\x36\x8a\x8d\x36\x16\x40\x31\xa0\xe5\x5d\x73\ \x8f\x5e\x45\x17\xc0\x7e\x0a\x83\x91\xdf\x43\x29\x01\x10\x47\xfb\ \xba\x8d\x1d\x03\x13\x99\xc8\xa4\x4e\xb9\xf0\xec\x67\xbe\xf9\xcb\ \x7f\xfd\x66\xcf\xd1\xf3\x26\x6e\x7f\x7a\x8b\x72\xc7\x03\x99\x72\ \xb9\xac\x89\x8c\xa5\xa9\x47\x9c\xd4\xfc\xd0\x0d\xbf\xbf\x73\xdc\ \xbc\x71\xae\xac\x9a\x79\xf2\xd1\x07\x9e\x74\x60\xf5\x5d\x77\xdc\ \x52\x7d\xe2\x02\x08\x71\xc1\x71\x27\x54\x93\x2e\x07\xa1\x61\x64\ \xab\x83\x52\x59\x53\x25\xc9\x8c\x84\x94\x83\x3b\xd6\x3f\xb4\xe4\ \xb6\xfb\xd6\x3e\xb2\x2a\x6a\xfd\xea\xc2\xd6\x8e\xb5\xbe\xee\xea\ \xda\xb0\x71\x53\x67\x5f\x51\xcd\xe6\x67\xee\xfa\xe5\xed\xab\xf9\ \x43\xc7\x97\x1f\x58\xf2\x50\xeb\xa4\xda\xea\xaa\x54\xef\x8e\x2d\ \x1b\x6a\x6d\x7f\x21\x22\x50\x99\x6c\xba\xd0\xb3\x7d\xc3\x46\xee\ \xc9\x07\x55\x00\x64\xe3\x72\x39\x30\xcc\xc4\xfb\xeb\x11\x4f\x50\ \x99\x26\x70\xbf\x8a\x57\x48\x47\x0d\x6d\x7f\xf1\x96\xdf\xde\x3b\ \x8c\x8e\x44\x60\x1b\xcb\xfa\xf9\x97\x5d\x78\x52\xbd\xff\x2a\x19\ \x29\xaf\x9d\x5f\x00\x8e\x92\xae\x23\x19\x20\x36\x86\x50\x3c\x70\ \xdf\x03\xd7\x5f\xfb\x93\x8e\xad\xdb\xea\xab\x6a\xc2\x42\x91\x8d\ \xf1\x5d\x57\x5b\x53\x0e\xca\x16\xb9\xb6\xb1\xb9\xa6\xbe\xbe\xab\ \xaf\xa7\x58\x2a\x01\x03\x11\x45\x61\xe8\xa7\xbd\x74\x26\x9d\xc9\ \x64\x3c\xcf\xeb\xed\xeb\x0d\x82\x40\x2a\xb9\xd3\x4d\x88\xca\x11\ \x2f\x6f\x0a\x02\xcc\x9c\xc9\x64\x98\xb9\x5c\x2e\x03\x40\xa8\x63\ \x25\x94\x97\xf2\x59\xf0\xf0\x70\x21\x93\xa9\x9a\x73\xe0\x81\xc7\ \xbc\xeb\x38\x29\xc4\xf0\x70\xbe\x50\x28\x0c\xf4\x77\x75\x76\x6c\ \x6f\x6f\x6f\x2f\x95\x8a\x52\x4a\x00\x8c\xe3\x78\xa7\x07\x8e\x91\ \x41\x09\xc7\xf5\x94\x10\x4a\x29\x21\x85\x10\x02\x90\x95\x52\xa4\ \x54\x18\x44\xa5\x72\x99\x00\x22\x1d\xa3\xeb\xa4\xab\xb2\x9e\xef\ \x1b\x82\x94\xeb\x91\x61\xa9\xa9\x1c\x06\x24\x08\x21\x4d\xc4\xd6\ \xd8\x30\x08\x23\x6d\x11\x15\x0a\xe4\x4a\x68\x85\x10\x77\x97\x06\ \xbb\xd9\x08\xc0\xfb\xf1\xb3\xe1\x88\x8b\x64\xe3\x86\xf5\xe5\x62\ \x71\xec\xb8\x71\x8e\xe3\xe2\xeb\xd1\x7f\xc5\xb3\xcb\x0c\x3a\x8a\ \x72\xd3\x8e\xfb\xe7\x7f\x6f\xbc\xff\x81\xc7\x5f\x7a\x71\xa5\x6a\ \x38\xe2\xc2\xa3\xde\x95\xf6\xe5\xf1\xa7\x1d\x37\x26\x03\x41\x10\ \xe5\x26\x1e\xfd\xc5\x2f\x3a\x4b\x1e\x7a\xfa\x85\xd5\x62\xfa\x21\ \x53\x22\x4a\x9f\xf1\xe1\x2f\x64\xee\x5d\xf2\xfc\x8b\xab\xbc\xda\ \xc9\xf3\xac\x55\xb5\xb3\x4f\x3d\xa1\xae\x8a\xc3\x50\x35\x2c\x3a\ \xe5\xb4\x89\x39\xa5\x2d\x13\xc4\xd9\x49\x47\x9f\x77\xbc\xd9\xb6\ \xea\x79\x99\x9b\xf3\xf9\x2f\x9e\x36\x3d\xe3\xb4\x5e\x74\x65\xfe\ \xee\xfb\x9f\x78\x74\xb9\x3b\xe9\x5d\xc7\xcd\x6d\xa6\xf6\xd6\x13\ \x8e\x16\xed\x2f\x3e\xbd\x41\x7b\xa6\xea\xac\x0f\x7e\xfa\xca\xdb\ \xef\x78\xe4\x91\xe5\x3c\xf3\xd8\x33\xa7\x8d\x6d\x3d\xfa\xd2\x8f\ \x8b\xbb\x1f\x7c\xfc\xc9\x17\x9b\x8f\x3c\xe5\x88\xa9\x39\x41\x53\ \x4e\x3b\x35\x97\x15\xc6\x52\x22\x0b\xfe\x72\x55\xb0\x1f\x1f\xb6\ \xe4\xa6\x6b\xe7\x1c\x34\x3f\x40\x89\xa8\x5c\xd3\x79\xff\x1f\x9f\ \xde\x32\x70\x4c\xe3\xf8\xb4\xa5\xfd\xca\x41\x46\xb0\x44\x12\x41\ \x00\x7b\x52\x01\x43\x7e\x68\xc8\x44\x91\x40\xb1\x69\xf3\x66\xd2\ \x5a\x02\x0a\x4b\x8c\x42\x93\xb6\x08\xc2\x4b\xb3\x94\x41\x39\x74\ \x94\x97\xcb\xe5\xa2\x30\x8a\xe3\x28\x93\x4a\x67\x53\x99\x4c\x26\ \xc3\x44\xed\xdb\xda\xc6\x8f\x1f\xef\x28\x67\x24\x4a\x37\x5a\x45\ \xaf\xbb\xbb\xbb\x58\x2c\xa6\x52\x29\x21\x44\x26\x93\x89\xe3\xb8\ \x50\x28\x28\xa5\x4c\x6c\xd0\x91\xda\x5a\x65\x71\xe6\xac\x03\x8e\ \x3d\x66\xf1\x41\xf3\xe6\xf7\x76\xf7\xae\x5c\xb5\xb2\xae\xb6\x6e\ \xdc\xb8\xb1\x8d\xf5\x35\xd3\xa6\x4c\x2d\x14\x0a\x43\xc3\x43\x44\ \xe4\xba\x6e\x1c\xeb\xfe\xbe\xde\xae\xee\x9e\xae\xae\xee\x42\x71\ \x58\x7a\x12\x40\x32\x08\x37\xe5\x7a\x4e\xda\xf5\x32\x51\x10\x49\ \xe9\xb8\x4a\x87\xe5\xa2\xb6\xda\x4b\x65\x8c\xa5\xb8\x58\xf0\x3c\ \x4f\x09\x21\x3c\xaf\x0c\x05\x4b\xec\x79\x4e\x5a\x66\x4b\x1c\x0c\ \x17\xca\xc6\x90\x25\x22\x46\x21\x1d\x81\xd2\x30\x90\x65\x94\x42\ \xa0\x78\x65\x52\xf7\x5f\xf3\x0b\x13\x51\x73\xcb\x18\xb2\x16\x80\ \x61\xdf\xe6\x4d\x1e\xf5\xb0\xc4\x61\x98\x6e\x9e\x7d\xd1\x87\xe7\ \x2b\x81\x0c\xac\xa3\x30\x32\x7c\xce\xc5\x13\xe2\x20\x88\xb5\x05\ \xb0\xb5\x53\x0f\xbf\x72\xce\x31\x12\x41\xc7\x41\x10\x96\x49\xd6\ \x9e\xf0\xbe\x2b\x4f\x55\x02\xac\x29\x97\x03\x4a\xcf\xbb\xe0\x5c\ \x19\x96\x4b\x81\xd3\x72\xc6\xf9\x17\x9a\xb0\xac\x8d\x05\xb0\x32\ \x37\xf9\xbd\xef\x9f\x2d\x05\x02\xdb\x30\x08\x83\x20\xc0\xd4\xd8\ \x77\x5f\xfe\xf1\x73\x04\x02\x70\x14\x04\x3c\xe9\xbc\xc3\x4e\x50\ \xcc\x8c\xc0\x51\x18\x68\x6a\xfa\xe0\xa7\x0f\x11\x08\xc0\x36\x28\ \x07\x36\x33\xf5\xc2\x8f\x1e\xa0\x10\x99\x4d\x18\x04\x06\xe6\x5c\ \x78\xbe\x0c\x82\xd0\x24\x6b\xaf\xff\x52\x7f\xc1\x7e\xe5\x8c\x58\ \x6b\x53\x75\x93\x4e\x3e\x6b\xd6\x68\x5c\x61\xcb\x9a\x67\xd7\x05\ \xd1\xab\xe7\xb3\xbe\x8e\xef\xd0\x18\x8d\x4c\xd6\x92\x2b\xf0\xb9\ \xe5\x2b\x5c\x86\xc6\xda\x86\xae\xed\x1d\x91\xd6\x28\x45\xcc\x8c\ \xa8\xb4\xb1\xb1\x26\x29\xe5\x40\xbe\x38\x90\x2f\x22\xa2\xe7\xa5\ \x94\x70\x6a\x6a\x6b\x86\xfa\xfb\xab\x33\xb9\xfa\xea\x9a\x94\xe3\ \xb5\xb7\xb5\x91\xb1\xf5\xb5\x75\x95\xa2\x0b\xcc\x2c\xe5\x48\x9a\ \x90\x31\x66\xa7\xfb\x70\x60\x60\xa0\x22\xf2\x99\x59\x08\x89\x2c\ \xc9\xf0\xbb\x16\x2f\x3a\xeb\xdd\xe7\x64\x32\xd9\xce\x8e\xce\xbe\ \x9e\xde\xda\xaa\x5c\x14\x14\x0a\xc3\x7d\x9e\x97\x0e\xc3\xd8\x71\ \xbc\x09\xad\x53\x53\xa9\x14\xa2\x0c\xc3\x60\xdc\x98\xc9\x33\x67\ \xc4\x6d\x6d\xdb\x37\x6f\xdb\x38\x50\xe8\x93\xca\x1d\xcc\x97\x5d\ \xaf\x16\x65\x2e\x93\x6b\x0a\x4a\x31\xb2\x41\x20\x47\x82\x14\x82\ \x00\x3d\xd7\x93\xe4\x94\xf2\xc5\xb6\x62\xd9\xf3\x5c\x63\x8c\xa6\ \x38\xb6\x06\x04\x14\x43\x34\x64\x05\x4a\x21\x46\x72\xfb\x10\x00\ \x04\x02\x32\x03\x31\x10\xbe\xd1\xbf\x74\x5f\x4f\x4f\xa9\x54\x6c\ \x69\x19\xb3\x4f\x9b\xe7\x22\x30\x91\x31\x7a\x64\x92\x35\x3a\x8e\ \xca\xbb\xbe\xaf\xe3\x70\x97\xf0\x92\x8e\x82\xdd\xde\xd4\xbb\xed\ \x9a\xa9\x47\xeb\xdd\x9a\xc2\x1e\xc7\xe3\x60\xf7\xab\xee\x71\x24\ \x0c\x4a\xbb\xbd\x1d\x47\xbb\xfe\x1f\xeb\xdd\x6e\x29\x1e\x4e\xaa\ \xea\xfe\x75\x7d\x64\xbf\x04\x95\x54\xaa\xd4\xbb\xe1\xbe\x3f\x2f\ \x2f\xa1\x54\x12\x87\xb7\xad\x5a\x17\x36\x9f\xde\x54\xcd\xaf\x96\ \xb4\xae\x5e\xdb\x47\xed\x7b\x1e\x23\xfa\x8e\xda\xde\xd6\xfe\xaf\ \x5f\xfb\xda\xa6\x75\x1b\xa2\x20\x4c\xa5\x52\x9e\xef\x95\x82\x32\ \x21\x08\xf4\x40\x48\xa1\x14\x03\xc4\xb1\x21\xb2\xae\xe7\x01\x70\ \x10\x04\x52\xa9\x4c\x26\xd3\x50\xd7\x90\x49\x67\x10\xa0\xa3\xb3\ \xb3\xa1\xa1\xa1\x92\x24\x57\x09\x25\x02\x80\x44\x39\xe2\x1d\x1d\ \xb5\x11\x68\x77\x20\x42\x3a\x9d\x69\x69\x1e\xd3\xd3\xd3\x17\x86\ \xed\x7d\xdd\x3d\x46\xc7\xa5\x62\xbe\xab\xa7\x9d\x89\xfc\x4c\x15\ \x80\x94\x42\x0d\x0f\x0f\x39\x8e\x0b\x80\xc6\x18\x6b\x99\x99\xb3\ \xb9\xcc\xcc\x19\xb3\xda\x3a\xb7\x76\xf5\x0e\xe4\x72\x35\x41\xa4\ \xc3\x68\x68\x78\xb0\x3f\x8a\xb4\xb6\x65\x17\x29\x9b\xcd\x06\x9a\ \x0d\x5b\x22\x90\x00\x95\x82\xbf\x3a\x0a\x85\x14\x42\x0a\xa1\x64\ \x6c\xac\x90\x52\x8d\x44\x4e\x78\xd4\xd9\x4f\xc8\x95\x75\x56\x04\ \xf8\x06\xcb\x5c\x66\x6e\x6a\x6e\x36\xb6\x81\xf7\x2d\x83\x98\x88\ \xd2\xe9\x4c\xeb\x84\xc9\x9c\x54\x40\x7c\xc7\x60\xdb\x96\x4d\x7b\ \xab\x62\xf4\xaa\xb3\x8b\xd5\xe1\x40\x7f\x5f\x49\x38\x6c\xb5\xd7\ \x74\xd0\x47\xdf\xb7\xb8\x35\x0b\xc6\xee\x7f\xed\x53\x63\x0c\x22\ \xa6\x00\x5e\x7a\xe9\xa5\x17\x5e\x78\x21\xeb\xa5\x85\x10\x4c\x14\ \x45\x91\x8e\xb5\xe3\xba\x52\xb0\xf2\x1c\xf0\x9c\x8a\x23\x30\x0c\ \x0d\x32\x91\x35\xa1\xd1\x99\x74\xaa\xbe\xae\xd6\xf5\x5c\xdf\xf7\ \xb7\x6d\xdb\xe6\xba\x6e\x4d\x4d\x8d\x94\x72\xd7\x8d\x86\xad\x25\ \x00\xae\xe4\x23\x19\x63\x2a\x59\x89\x23\xef\x22\x5a\x6b\xa5\x54\ \x85\x42\x71\xd5\xca\x95\x08\xb2\x72\x69\x29\xa5\xe7\x79\xa9\x74\ \xc6\x1a\x53\x49\x4c\xd6\xda\x20\xa2\xa3\x3c\x63\x8d\x14\x4a\x4a\ \x65\x8c\x56\xd2\x11\xae\xac\x6f\x68\x34\x24\xfa\x87\xcb\x04\xb2\ \x54\x0e\x4a\x91\x46\x46\x26\xa8\xaa\xaa\xf2\x53\x4a\x15\x4a\x6c\ \x48\x22\x4b\x29\x81\x2c\x08\x48\xa7\x53\x88\x18\x86\x21\x19\xad\ \x50\x92\x18\xf5\xe6\x33\x01\x57\x12\x9f\x47\x96\x57\x32\x55\xe8\ \xe0\x8d\x54\x06\x88\xd8\xd5\xd9\x59\x2a\x97\xc6\x8e\x19\xbb\x4f\ \xba\x80\x41\x2a\xe5\xf9\x7e\x32\x42\xde\x39\x10\xfb\xc6\x02\x3b\ \xe3\x08\xd5\x63\xe7\x5e\x7a\xc5\xc4\xee\xc1\xa8\x69\x4c\xb3\x83\ \x84\x00\x51\x14\xed\xb7\x8d\x80\x88\x00\x2c\x98\x4b\xcc\x2b\x56\ \xac\x60\x4b\x61\x18\xba\x8e\x13\x84\x21\x13\x7b\xae\x5b\x29\xe5\ \x2f\x05\x22\xa2\x65\x22\x26\x04\x36\x3a\x66\x6b\x2c\xd9\x4c\x3a\ \x35\x6e\x4c\x73\x55\x55\x2e\x08\x82\xce\xce\xce\xba\xba\x3a\x22\ \xf2\x3c\xaf\x42\x69\x95\x7d\x84\xc9\x1a\x26\xaa\xe8\x02\x66\xde\ \x99\x3b\xa8\xb5\xa6\x11\x89\xc0\x8e\x72\xd7\xae\x5b\x97\x4e\x65\ \x16\x2d\x3e\x2e\x9d\x4a\xa5\x7d\x2f\x95\xf2\xca\xe5\x52\x6f\x6f\ \x37\x4a\x41\xc4\xbd\xbd\xbd\xdd\xdd\x3d\x5b\xb7\xb6\x69\x1d\x37\ \x36\x36\x33\x18\x62\x53\x0e\xc2\x28\x6f\x54\xca\x57\x8e\x1b\x84\ \x83\xca\x55\xca\xf5\x1d\x37\x15\x5b\x2d\x94\x8b\xd2\x05\x21\xa5\ \x90\x9e\xef\xf8\x29\x5f\x4a\x19\xc5\x71\x1c\xc5\x8e\x52\x96\x2c\ \x30\x59\x4b\x28\x08\x99\x11\xb8\xb2\x80\x11\x18\x94\x40\xac\x6c\ \x45\x40\x44\xf8\xa6\x08\x83\x86\xc6\xa6\x1a\x63\xa4\xd8\x57\xb3\ \xf0\x35\xe4\x43\xc5\x41\xfb\x97\xdd\x06\x24\xcb\xa0\xdf\xbe\xce\ \xc3\xfd\xe8\x74\x42\x39\xba\x6f\xdd\x2f\x7e\x7a\xfd\xea\x2e\x9e\ \x7d\xdc\x7b\xaf\x3c\x73\xd6\x8b\xcf\xbc\x34\x76\xce\xfc\xe6\x9c\ \xa2\xfd\xda\x1f\x61\xc4\xa4\x67\xde\xbc\x65\xeb\x7d\xf7\xde\xc7\ \xc4\xc4\x96\x85\x00\x22\x29\x84\x72\x1c\xe9\x28\x66\xac\x84\x00\ \x2d\xb1\xb5\xa6\x32\xa4\x11\xd1\x5a\x2a\x97\xcb\x42\xca\xba\xda\ \xba\x95\xab\x56\x55\x0a\x30\x08\x21\x2a\x99\x45\x95\x0a\x1c\x95\ \x7d\x41\x60\x74\x65\xd1\x4e\x45\x30\x42\x0d\xc4\x44\x1c\x06\x91\ \x54\x32\x9d\xce\x2d\x3c\x7c\x61\x53\x53\xc3\x33\xcf\x3c\x93\xf1\ \x53\xbe\xe7\x2a\x25\x8b\xc5\x42\x2a\x97\x42\x84\x74\x26\x35\x7b\ \xf6\xcc\x31\x63\x5a\x84\xc0\x5c\x55\x75\x7e\xb8\x60\x8c\x8e\x62\ \x5d\x2a\x07\xf9\x20\x2c\x05\x71\x65\xb9\x41\xa6\xaa\x26\x8e\x23\ \x32\x21\x18\x13\xc4\xa6\xba\x26\x27\x84\x14\x48\x29\xdf\x13\x02\ \x05\x0a\x29\xa4\x8e\x63\x4b\x9c\xab\xaa\x91\x4a\x15\xf2\x79\x8a\ \x02\x01\x8c\x80\x62\xe4\x4e\x19\xd9\x12\xb3\xa0\x4a\x6a\xa0\x78\ \xc3\xc6\xcc\xe8\x8a\xed\x5c\x55\xce\x68\x13\x04\xe5\x3d\xca\x46\ \xbc\x7e\x0f\x29\x75\x3c\xb0\xe4\xfe\x8d\x3d\x25\xbf\x7e\xca\xe9\ \x67\x2e\xee\x5b\x76\xfb\x4b\x99\x23\x2f\x38\x62\xf2\x7e\xde\x07\ \x3d\x7f\xcf\x8d\x6d\x75\xc7\xbe\xe7\x88\x29\xc9\xa0\xfb\x07\x80\ \x92\xb0\x79\xed\x33\xdd\xb9\x23\xbe\x76\xf9\xc4\x9f\xff\xea\xd9\ \xbe\xc5\x13\x57\x2d\x7d\xb8\xd8\x38\x7d\x6c\x75\x2d\xd1\x7e\xd6\ \x32\x41\x00\x89\xf8\xd8\x9f\x1f\xdd\xb0\x7e\xbd\xd1\x9a\x41\xb8\ \x52\xba\xca\xb1\x4c\xcc\x8c\x0c\xcc\xc4\xb6\xf2\xda\x92\x31\x52\ \x20\x11\xb1\x35\xc0\x54\x2c\xe4\xe3\x30\x0c\x82\xa0\xbf\xbf\xbf\ \x92\x5f\xe0\x38\x4e\x25\x94\x28\xa5\x8c\xa2\x28\x95\x4a\x01\x61\ \x18\x86\x95\xec\x80\x4a\x62\x72\x85\x14\x1c\xc7\x21\x6b\x8b\x41\ \x34\xb6\xb5\x71\xe1\xc2\x23\x4e\x3c\x61\x71\x36\x93\x6d\x6b\x6b\ \x0b\x4a\xc5\xde\xae\x4e\x25\x95\x10\x52\x49\xe1\x16\x1c\x6d\xa2\ \xca\x3a\x28\xa5\x5c\x6b\x29\x9f\x2f\x58\x6b\x11\xa5\x40\xe1\xa7\ \x3c\x37\x9d\xce\x56\xd5\xd4\x34\xb4\x6c\x69\xeb\xec\xea\xee\x33\ \xb1\x41\xa1\x2c\x03\x4a\x25\x84\x4c\xa5\x52\x60\x22\xcf\xf3\xe2\ \x38\xd6\x3a\x8e\xb5\x2d\x05\x61\x6d\x5d\xc3\x81\xf3\xe6\x0d\xf4\ \x0f\xec\x68\x6f\x1f\xec\xeb\xd1\x26\x06\x04\x14\x28\x85\x22\x22\ \x40\x94\x42\xb0\x10\x64\x2d\x22\xc2\x2e\x9e\x8e\x37\x20\x52\xc4\ \x40\x4c\x54\xc9\xc9\x81\xfd\x51\x1d\x34\xf8\xcb\xef\x7e\xf3\xf1\ \xe1\xd6\x13\x0f\x6f\x1d\x1a\x18\x0c\xc2\xb8\x6d\xed\xb2\x87\x86\ \xcc\x74\x77\xb8\x69\xca\xcc\x31\x29\xdb\xbe\x6d\xdb\x40\x99\x9a\ \x26\x4d\x1f\x57\xe3\x97\xfb\xdb\x37\xb6\xf5\x55\x8d\x9d\x3c\xa9\ \xb9\x1a\x00\x80\x82\x2d\xeb\xd6\x17\xb0\x6a\xda\x8c\xc9\x69\xc1\ \xdb\x5f\x7a\xec\xfe\x18\xc7\x3b\xc5\x31\x93\xa7\x8e\xa9\xcb\x24\ \xc3\xe9\xef\x5d\x44\x18\x0b\xd9\x94\x2b\x94\x4a\xa9\x68\xcb\xda\ \x35\x3b\x86\xf4\xcc\xbd\x2c\x7e\x7d\xdd\x5c\x23\x81\x88\xed\x3b\ \x76\x48\x10\x9e\xe3\xb2\xb1\xa5\x62\x29\x93\xc9\x20\x82\x25\xe2\ \xca\x5f\x25\xac\x45\x84\x4c\x56\x53\x65\x54\x23\x00\x10\x0d\x0d\ \x0e\x6e\xdc\xb4\xc9\xf7\xfd\x6c\x36\xbb\x33\xcb\x18\x11\xe3\x38\ \x46\xc4\x71\xe3\xc6\x99\x38\xde\xb0\x61\xbd\xef\xfb\xd6\xda\xba\ \xba\xba\x72\xb9\x5c\x49\x2e\xf0\x3c\xaf\x18\x86\x27\x9c\x70\xfc\ \x05\x17\x5f\x36\x67\xce\xdc\x6d\x5b\x36\x6e\xda\xb4\xa1\xbb\xbb\ \x3b\x95\xf1\xb3\xe9\xf4\xf6\xed\xed\x43\x43\x79\x29\x04\x2a\x2b\ \x14\x2a\xa5\xb4\x31\xc3\x83\x79\xcf\xf7\x6b\xaa\x6b\xa4\x54\x52\ \x2a\x81\x82\x05\xa0\x52\x28\xdc\xc6\xba\x5a\x2f\x95\xcd\x0f\x15\ \xfb\x0a\x45\x26\x63\xad\x25\x12\xae\xeb\xba\x9e\x47\x40\xc0\x18\ \x46\x71\x25\x64\xd8\x3c\x66\x5c\xcb\xd8\x71\xb9\xea\xda\x8e\xae\ \x5e\x4d\x3c\x52\x65\x45\x08\x40\xc9\xcc\x23\xaf\x01\x98\x2c\xbf\ \x09\xfe\x3a\x06\xe6\x91\x84\x3f\x00\x80\xfd\x58\x8f\x46\x43\xeb\ \xb6\x76\x4c\x3d\xef\x9f\x2e\x3a\x63\x6a\xe5\xab\xeb\x94\xd3\xbf\ \x76\xd9\x12\xec\x3d\xf6\xa2\x96\x8e\x3f\xfe\xe6\x3b\xb7\xac\x9a\ \x3c\x79\xc2\x31\x97\x7f\xca\xeb\x5a\xf6\xa3\x9f\xde\x81\x55\xd9\ \xfe\x9e\xd2\x69\x1f\xfd\xd2\xe9\x07\x3a\xb7\x5d\xfd\xdd\x27\xba\ \x84\x17\xf6\xc9\xa9\xa7\x7c\xe9\x13\xef\xc9\xe4\xdc\x8e\xa5\xcb\ \x96\xc0\xd0\xa2\x77\xd7\x27\x5c\xf0\xf7\x0e\x02\x51\xd7\x32\x7e\ \xf8\xae\x3b\x7e\xb0\x3d\x1b\x14\xcb\x3b\xee\xe8\x9a\x74\xf8\x59\ \x87\x4c\x6a\x10\x36\xd8\x6f\x7f\x01\x13\xf5\x0f\x0d\xaf\x5e\xb9\ \xb2\x1c\x96\x5d\x14\x64\x8d\x31\x86\xac\x45\x21\xac\x35\xa1\x31\ \xcc\x54\xa9\x1a\x50\x59\xc0\x47\x95\x22\x45\xa3\xb5\xba\x7a\x7a\ \x7a\x82\x30\x1c\x33\x66\xcc\x68\x91\x12\x36\xc6\x54\x52\x8c\x89\ \x28\x9f\xcf\xc7\x61\x50\xa1\x86\xea\xea\xea\xb1\x63\xc7\xb6\xb5\ \xb5\xed\x64\x84\x05\x0b\xe6\x5f\xfa\xfe\x2b\xfc\x74\xd5\x86\x0d\ \xeb\xbb\x3a\xdb\xfb\xfb\xfb\x85\xc0\x9a\x9a\xea\xc6\xba\x86\x71\ \xe3\xc6\x0f\x0d\x15\x82\xa0\x1c\xea\x62\x10\x96\x0a\x85\x52\x1c\ \x17\x84\x50\x4c\x1c\x04\x01\xa2\xda\x59\xf1\x81\xc1\x32\x3a\xc5\ \xa8\x6b\x7b\x47\x5f\xb1\x58\x54\x4a\x00\x09\x41\x92\xac\x31\xd6\ \xba\xae\x1b\x1b\x1d\x46\x71\x39\x8c\x4b\xa5\xd0\xf5\x53\x39\xc7\ \x6f\x6b\xef\xf4\xb3\xd5\x2a\x95\x13\xae\x5f\x53\xd7\x10\x85\x41\ \x10\x84\x91\xd6\x44\x96\x99\x11\xa5\x54\x02\x41\xa0\x14\x48\x6f\ \x70\xc6\x4c\x45\x68\x54\x9a\x6f\xff\x98\x46\x4d\xfc\xc8\x87\x2e\ \xb9\xfa\xc6\xef\x7c\xf5\xd9\xe9\xc7\x9c\x7e\xde\xc9\x87\x4d\x22\ \x63\x0f\x78\xf7\x07\xbf\x76\xfe\x21\x00\x70\xd7\x5d\x1d\x13\x4e\ \xb9\xf2\xdb\x1f\x3c\x0a\x60\xf8\xe7\x5f\xbb\xae\xa7\xf1\xd4\x2b\ \x4f\x9d\xf3\xc2\x6d\xdf\xbf\xe9\xae\x87\xa7\x5a\xef\xe6\x27\x06\ \x2e\xfa\xcc\x15\xe3\xc2\x95\xdf\xfc\xc1\xef\x9e\x39\xf3\x24\x61\ \xd5\xe1\x67\x5c\xfe\xe5\xf3\x0f\x4b\x06\xd2\x3f\x00\x4c\xac\x1b\ \xa6\x1e\xf1\x89\x4f\x35\x6e\xde\x31\x40\x00\x28\xfd\x86\xc6\xda\ \xcd\xab\x5f\xcc\x36\x8c\x69\xa9\xcb\xee\x61\x87\xbe\x8e\xbf\x20\ \x9b\x4a\xad\x6b\xdb\xbe\x75\xdb\x36\x26\x46\x89\x46\xeb\xf1\xe3\ \xc6\x17\xf2\x85\x28\x8e\x01\xc0\x30\x55\x02\x95\xa3\x3e\x2a\xae\ \x2c\x35\x04\x60\x29\xa5\x10\x58\x2c\x16\xa7\x4c\x9d\x9a\x4a\xa5\ \x82\x20\xc8\x66\xb3\x00\xe0\x38\x8e\xd6\xba\xe2\x89\x18\x1c\x1c\ \x2c\x15\xf2\x5a\xeb\x4c\x26\x13\x86\x61\x47\x47\xc7\x84\x09\x13\ \x6a\x6a\x6a\x00\x40\x6b\x3d\x7f\xfe\x41\x9d\x1d\x9d\x84\x7d\x91\ \x8e\xba\x3a\xb6\xfb\x9e\xb3\x60\xc1\xc1\x7d\xbd\xbd\x3b\xda\xda\ \x5d\x27\x9d\x4a\xa5\x33\x99\xac\x70\xea\x2d\x59\x1d\x1b\xad\x35\ \xa2\x60\xe6\x30\x8c\xc2\x30\x8a\xa2\xd0\x18\xb2\x3a\xb4\x26\xe8\ \x1b\x2c\xac\x5d\xbd\xae\x50\xb6\x24\x1c\xc7\x71\x50\x80\x72\x1d\ \x34\x41\xb9\x58\xc8\x78\x7e\x18\x94\x87\x86\x86\x85\xe3\x34\x34\ \x35\x29\x37\x25\x5d\x1f\x34\x95\x43\x8d\xca\xc9\x54\xd5\xa2\xf6\ \x85\x94\x51\x6c\xc9\x58\x94\x02\x88\x89\x88\x2d\x8f\x56\x5b\x78\ \x63\xf6\x15\x47\x80\xd1\xc2\x44\x20\x10\x0c\x8e\x24\x31\xd0\x7e\ \x64\xe4\x88\x29\x47\x9f\xf7\xdd\x23\x4f\x5e\xf1\xd8\x83\x37\x5c\ \xf7\x2f\xdb\x4b\x5f\x1a\xaf\xdc\x9d\x74\x22\xa4\x1c\xd9\x1e\x23\ \x1a\xee\xee\x1d\x30\xd4\xfe\xd4\xe3\x83\xa6\x66\xc1\x7b\x16\xce\ \x1e\xde\xf1\x40\x9e\xcc\xe6\x15\xcb\xb6\xe9\x70\xd1\xbb\xdf\x3d\ \x29\x03\xeb\x93\xb5\x83\xff\x40\x90\x4a\x05\xdd\xeb\x6f\xf9\xc5\ \x2f\xdb\xb4\x97\xf1\x14\x9a\x52\xdb\xf6\x2e\xaf\x7a\xfc\xa2\xf3\ \x2e\x3e\x6f\xf1\x3c\x8c\xa3\xfd\xa8\x65\x62\x88\x9e\x7f\x7e\x45\ \x77\x57\x97\x14\x82\xac\x75\x1c\xf7\x9c\xb3\xce\xbe\xf7\xbe\xfb\ \x76\x74\x76\x48\xa5\x14\x42\xc5\xa9\x6e\x8c\xd9\xc5\x1d\x88\xc6\ \x18\xa5\x14\xa2\x60\xb6\xad\xad\xad\xc5\x42\xc1\xf3\x3c\xa3\x75\ \xc5\x3f\x08\xcc\x88\xe8\xba\x6e\x65\xed\x40\x4b\x4b\xcb\x84\x09\ \x13\x86\x86\x86\xe2\x38\x6e\x69\x69\x31\xc6\x38\x8e\x13\x86\xe1\ \xb3\xcf\x2e\x8f\x0d\x9f\x7d\xde\x05\xe3\xea\xc6\xd5\x56\x65\x5d\ \x57\x44\x51\x54\x2a\x95\x82\x20\x18\x1a\x2c\xb8\x4e\xca\x18\x6b\ \x21\x52\x8e\x54\xca\x41\x40\x21\xa4\xe3\xb8\x8e\xe3\x3a\xca\xcb\ \xa4\xb3\x44\x2c\x40\x1b\x53\xaa\xa9\xad\xaf\x6b\x68\x59\xbb\xb1\ \x6d\x47\x57\xef\xf0\x70\x3e\x8e\xca\x9e\x03\xae\xb0\xcc\x14\x84\ \x3a\x9b\xab\x6e\x9d\x34\x25\x93\xad\x8a\x2d\xf5\x0d\x0c\xf6\xf4\ \xf4\x2b\x2f\xd5\xdd\xdb\x57\x8e\x62\xc1\xe4\xa2\x15\xca\x71\x7c\ \x2f\xb6\x96\x88\x84\x23\x2a\x85\x10\x2b\x43\x57\xc0\x1b\xe3\x3a\ \x74\x5c\xa7\xaf\xb7\x27\x08\x02\xa5\xa4\x26\x42\x00\x01\x88\x52\ \xf4\xf4\x76\xa7\xd3\x69\x62\x7e\xfd\x20\x12\x85\xbd\xfd\x85\x74\ \x4d\xe3\x82\x45\xe7\xb6\x3d\x73\xef\x1d\xcf\x6c\x7c\x5f\x9d\xdb\ \xdf\xd1\xa3\x8d\xa9\xd4\x60\x19\xc9\x2d\x71\x6b\x5a\x9a\xea\x07\ \x26\x1c\xf1\xb1\x2b\x17\x57\xce\xd9\xf5\xec\xea\x9c\xd7\x77\xe2\ \x45\x1f\x3d\xb0\x4e\xb0\x25\x94\xb8\x4e\x72\x67\x4f\x5f\x6c\x0c\ \x02\x38\x2a\x29\x93\xfd\x77\xce\x05\x12\xb6\xaf\x79\xba\x33\x3b\ \xef\xff\x7c\xfa\x82\x6a\x04\x55\x5c\xf3\xa3\x6b\x97\x1c\x71\xc1\ \xc7\x0e\x9d\x98\x81\xdd\x89\xe0\x75\xb8\x40\x08\x51\x28\x95\x1e\ \x78\xe0\xa1\xfc\x50\x21\xe5\xb8\xc5\xe1\x7c\x7d\x55\xf5\x99\x67\ \x9e\xb9\x65\x4b\xdb\xd6\xad\xdb\x3d\x2f\x23\x24\x02\x92\xd6\x31\ \x00\x48\x29\xb5\xd6\xa3\x09\x42\x38\xe2\x35\x40\x08\xa3\xc8\x10\ \x03\x0a\x10\x22\x8a\xb5\x36\x24\x94\x23\xa4\x22\x80\x58\xeb\xba\ \xba\xba\x69\xd3\xa6\x29\xa5\xc6\x8e\x1d\xab\xb5\xae\x04\x1a\x8c\ \x31\xe5\x72\x39\x95\xf6\x8f\x3c\x7c\xa1\x0b\xb0\x75\xdd\xfa\x6c\ \xd6\x2f\x06\xa6\xa3\xa3\xa3\x50\xc8\xa7\xfc\x54\x18\x06\xa5\x20\ \x32\xc6\x90\x35\x3b\xab\xfd\x49\xa9\xa4\x90\x15\x07\x64\x65\x85\ \x1d\x93\x16\x8a\xa2\xc8\x8e\x6d\x1e\x33\x7e\xfc\xa4\xa7\x9f\x5e\ \xf1\xec\xf2\xe5\x36\x0c\xc3\xd8\xa6\xfe\x7f\xf6\xde\x3c\xce\xd2\ \xaa\x3a\x17\xde\xf3\x3b\xbf\x67\xac\x53\x73\x57\x55\xcf\x4d\x0f\ \x74\x33\xca\xd4\x34\x83\x20\x28\x8a\xa2\x82\x33\x8e\xc9\x75\x40\ \x88\x1a\x73\xbf\x9b\x44\xaf\x9f\x89\x21\x51\x23\x31\xd1\xc4\x44\ \xe3\x88\xe0\x10\x14\x44\xa3\x4c\x22\x93\x80\xcc\x34\xdd\xf4\xdc\ \xd5\xdd\x35\x9f\xf9\x1d\xf7\xf8\xfd\x71\x1a\xc4\xab\x09\x70\x93\ \xaf\x7f\x21\xd4\xfa\xab\xea\xd4\x7b\xea\x74\xd7\xde\x6b\xed\xbd\ \x9e\xb5\xd6\xf3\x94\xdd\x42\xa9\xe8\x5a\x4e\x31\x28\x85\x61\x68\ \x20\x9c\xab\xd7\xa5\x34\x42\x29\xa8\x25\x31\x98\x32\x44\x09\x85\ \x02\x4a\xa5\xa8\x6d\xc3\x34\xd3\x52\x01\xa3\x70\x8f\xef\x08\x42\ \xd3\x63\x40\x04\x06\xc1\x5f\xc3\x7c\x5a\xab\x1e\x0f\xab\x31\x06\ \x3d\xb7\xc2\x9c\x31\x86\x10\x92\xc4\xdd\xed\x4f\x6c\x5d\xb7\x61\ \x03\xc1\xa4\xd7\xcb\x74\xe8\xe0\x81\x4e\xab\x55\x2a\x97\xf4\x73\ \x29\x28\x88\x85\x1f\x7f\xe3\x0b\xf7\xed\x4d\x1d\x94\x37\xf3\xe2\ \x1b\x3e\xb2\xf9\x58\x55\xf8\xc9\x27\xff\xe9\x7d\x97\xdf\x7a\xf6\ \xdb\xde\x13\x10\x72\xb8\xa1\x19\x86\x17\x5e\xfa\xfb\x93\x9f\xfe\ \xf2\xfb\x2f\xbb\x8e\xd9\xb5\x0b\x2f\xbd\xec\x8c\x4d\xaf\xb8\xf4\ \x94\x27\x3e\xfb\x87\xef\x2d\xf8\xde\xd8\xc6\x73\x2e\xbb\xf4\xdc\ \x63\x4f\x7b\xd9\x75\x7f\xf9\x8d\xf7\x6f\xbb\xf5\x8c\x37\xbc\xf3\ \x0d\xa7\xae\x5e\x74\xa7\x17\x36\x5e\xa0\x8d\x5f\x1d\x5f\xb7\xc6\ \xee\x2b\x15\x5c\x63\xa0\x35\xbc\x61\xe3\x86\xa1\x72\xe8\x7b\x56\ \x9a\xa4\xfa\x79\x71\x99\x48\x29\x93\x34\x03\x10\x86\x85\x02\xd4\ \xa6\x52\xad\x31\xea\x04\x7e\xe8\xb8\x9e\x90\x8a\x42\xaa\x8d\xe8\ \x39\x7f\x0f\x11\xe0\x9c\xf7\xe6\x91\xb5\xd6\x4a\x49\x4c\xac\x5d\ \xbb\xf6\x2c\x5f\xbe\xbc\xd3\xed\x08\x29\xcb\xa5\xf2\xe8\xe8\x92\ \xf9\xf9\x79\x21\xa5\x10\xd2\x60\xbc\x6c\xd9\xb2\x20\x08\x18\x63\ \x9e\xe7\xf5\x26\x97\xb5\xd6\xf5\x7a\x7d\x74\x74\x74\x6c\x6c\x09\ \xc6\x68\xf7\xce\xed\x49\x9c\xc6\x71\xd7\xb2\xad\x91\xd1\x91\x52\ \xa1\x20\xa4\x18\x1a\x1a\xe8\x76\xbb\x79\x96\x65\x49\x2a\x38\xef\ \x46\x91\x10\x42\x02\x90\x65\xd9\xe1\x9e\x04\x63\x08\x21\x00\x6a\ \x05\x14\x25\x4e\xa7\xbb\xaf\xd1\x88\x0e\xed\x9f\xf6\x6c\x06\x81\ \x9b\xf3\x94\x30\xe6\x78\xbe\x4d\x5d\x84\x6d\x2e\x01\xa1\x84\x52\ \x4b\x08\xa1\x95\x54\x32\x8f\x44\xaa\x8d\x66\x94\x42\x80\x92\x34\ \x83\x40\x03\x04\x18\xa3\x48\x1b\xad\x84\x52\x12\x28\x8d\x20\x44\ \x08\x3c\x95\xdb\x9b\x1e\x13\x71\x8f\x30\xda\xb6\x6d\x29\x25\x63\ \xf4\x39\x2e\x98\x52\x6a\x68\x78\xb8\xd3\x69\xdd\xf5\x8b\xdb\x87\ \x46\x86\x11\xc2\x73\x73\xb3\x71\xb7\xbb\x7c\xe5\xca\x46\x7d\xfe\ \x39\xfd\x0a\x6b\xe8\x75\xef\xfa\xd0\x99\x8d\xb6\x30\xb8\xd0\x37\ \x54\xf1\x29\x00\x67\x7e\xea\xaa\x35\x33\xcd\xbc\x54\x1b\x74\xd7\ \xfc\xe1\x49\xf0\x70\x3f\x52\x69\xe9\x29\x7f\xfc\x99\xb5\x87\xa6\ \xeb\x8a\xb8\xb5\x7e\x17\x60\x7c\xde\xef\x7f\xe2\xf8\xa9\x03\xad\ \x54\x87\xa5\x3e\x04\x40\x75\xfd\x05\x9f\xf9\xdc\xb1\xb3\x6d\x5e\ \xa8\x0d\x2e\xfa\xd2\x0b\xdd\x94\xd2\x95\xb1\x75\x1b\xf5\xd4\xf6\ \x87\x1e\x44\x00\x00\xa0\x87\x57\x6e\x28\xe3\xf6\xb6\xc7\xea\xa5\ \xd1\xb1\x90\x21\xf3\x9c\xb9\x4c\x0c\x63\xd6\xe8\xe8\x12\x80\x21\ \x26\x84\x50\x96\x0b\xfe\xa1\x8f\xfc\x61\xa3\xd5\x08\x8b\x85\x46\ \xb3\x99\xf1\x14\x18\x89\x31\x32\xc6\x08\x21\x7a\x3d\x85\x4f\x93\ \x94\x01\x80\x94\x92\x8c\xd2\x3c\xcb\x28\x26\x18\xe3\x95\xcb\x57\ \xd8\x96\x85\x11\x22\x08\x13\x84\x2b\xe5\x72\xa1\x50\xd0\x5a\x3b\ \x8e\xd3\xbb\xfc\xf7\x68\x08\xf2\x3c\xef\x55\x22\x09\x66\x10\x62\ \x2e\x79\x6d\xa0\xb6\x71\xe3\xc6\x91\x91\x91\x1d\x3b\x9e\xbc\xff\ \x57\xf7\xb9\x8e\x4d\x30\x71\x6c\xdb\x77\x3d\xad\x75\x45\x4a\x21\ \x44\xab\xd5\x8a\xe3\x58\x08\x91\x65\x59\x9a\xa6\xad\x56\x4b\x69\ \x01\x31\xa6\x34\x3d\x78\x68\xae\xd3\x49\x19\x75\x3c\xcf\x75\x5d\ \xd6\x8d\x11\x46\x48\x69\x65\x00\x30\x08\x1a\x8c\x00\x46\x9c\xf3\ \x34\x49\x00\x30\x16\xb5\x84\xe2\x5a\x9b\x3c\xcb\x00\xc4\x5a\x29\ \x68\xb4\x51\x5a\x2a\x8d\x7a\xe5\x52\x60\x7a\x6d\xca\x00\x41\x03\ \x0f\xd3\xae\x98\x1e\x47\x13\x00\x94\xd2\xb0\x58\x3c\x1c\x8c\x9e\ \x3b\x64\x80\xe0\xc4\xc4\x44\xb3\xd9\x9a\x99\x9a\xd2\x06\x14\x0a\ \xe1\xd8\xd8\xb8\x92\xcf\x7d\xc8\x1f\xb9\x61\xc5\x0d\x2b\xcf\x7c\ \xc9\x2b\x0d\x2e\x2b\x1d\x0e\x15\xcf\xec\x4c\xc4\x4e\x71\xc9\xd2\ \xe2\x33\xdf\x5b\x1d\x1a\xab\x3e\xf3\x8d\x95\xa1\xa5\x95\x45\x3f\ \xfa\xef\x91\x23\xe0\x76\x63\xff\x8f\xbf\xfb\xbd\x06\xa0\x04\x41\ \x2d\x39\xa9\x1d\xfb\xb6\xf3\x27\x7e\x78\xcd\x2d\x67\xfc\xde\x65\ \x9b\x6a\x58\xa8\xe7\x16\x0b\x8c\x31\x84\xb2\x57\xbe\xfa\xd5\xb7\ \xdc\x74\xcb\xee\xad\x4f\x04\x61\xa1\x93\xc4\xcd\x9d\xdb\x5c\xcf\ \x03\x18\x61\x8a\x0d\x80\x18\x20\xc6\xa8\x10\xa2\xc7\x41\xd2\xe3\ \x29\xeb\x71\x10\x60\x8c\x0c\x00\x59\x9e\x62\x82\x18\x22\xab\x56\ \xad\x7a\x72\xc7\x36\xc6\x58\xa9\x54\x2a\x95\x8a\x9e\xe7\x78\x9e\ \xd7\x6a\xb5\x7a\x71\xe4\xe9\x26\xa5\x56\xab\xd5\x6c\x36\xa7\xa6\ \xa6\x8a\xc5\xe2\xe6\xd3\xb7\x6c\x3a\xe6\xb8\xa1\xa1\x21\x82\x60\ \x9a\x26\x07\x0e\xcc\xbe\x89\x3b\x00\x00\x20\x00\x49\x44\x41\x54\ \x1e\x98\x99\x9e\x46\x06\xb4\x9b\x2d\x82\x49\xdb\x18\x62\xb1\x9e\ \xd7\xb9\xae\x3b\x32\x32\xa2\x94\x6a\x34\x1a\x3d\x84\xb2\xdb\xed\ \xb6\xdb\xad\xd9\xf9\x59\xa9\x74\x9a\x44\x71\x94\xc0\x00\x03\x03\ \x20\x85\x46\x1b\x02\x31\x26\xd8\x20\xa0\x11\x50\x46\x43\x2d\xb4\ \xd6\x96\xc5\xb4\x96\x40\x0b\x02\x00\xa6\x96\x85\xa8\x30\x80\x40\ \x24\x05\xc7\x18\x4b\x21\x85\x94\x9e\x63\xfb\x9e\x0b\x00\xc8\xe2\ \x24\xcd\xd3\x1e\x87\x5a\x4f\xdc\x04\x41\x84\x01\xe8\x51\xaa\x08\ \x21\xa4\x94\xcf\xa3\x16\x60\x8c\xd6\xa6\x50\x28\x56\x2a\xd5\x5e\ \x6c\x05\xcf\x00\x14\x17\x6d\xd1\xfe\x2f\xeb\x08\x42\x04\x83\xeb\ \xde\xff\xc7\xeb\x09\x32\x59\xae\x2c\x9b\x29\x29\x11\x82\xef\xf9\ \x83\xd5\xc4\x22\x42\x3d\xe7\x3a\x02\x84\xb0\xdd\x6e\x6f\xdc\x74\ \xcc\x5f\x5f\xf5\xb9\xcf\x7f\xee\xaa\x5b\x7f\x76\x53\x97\x4b\xca\ \xb0\x30\xca\xb6\x1d\xc2\x08\x00\x9a\x00\xd0\x63\x1f\xb0\x2c\xeb\ \x70\x03\xa2\x52\x87\xe5\x4f\x0e\x53\x09\xeb\xfe\xbe\xbe\x52\xb1\ \xb8\x7d\xdb\xb6\xd9\xd9\xd9\x35\xab\x57\x63\x84\x18\x25\xed\x66\ \x63\x7e\x6e\xae\xdd\x6a\x69\xad\x5c\xd7\x65\x8c\x15\x0a\x05\xa5\ \x54\xb3\xd9\x6c\xb5\x5a\x9e\xe7\xbd\xf5\xad\x6f\x3d\x75\xcb\x96\ \x5c\xea\x6e\x12\xb7\x1a\xf5\xe9\xa9\xa9\x6e\xbb\x6d\x11\xe2\xda\ \xf6\xcc\xd4\x14\xd0\x26\xf0\x7d\x15\xc7\x98\x51\xcb\xb2\x3a\x9d\ \x0e\xe7\xdc\x18\x13\xc7\xb1\xe7\x79\xe5\x72\xd9\xb6\xed\xb0\xb0\ \xa4\x7f\xb0\x3f\x8a\x53\x25\xc1\xf6\xed\xbb\x24\xcf\xb5\x31\x46\ \x98\x3c\xcb\x82\xd0\xc5\x10\x4b\xa5\x34\xd0\xda\x68\x29\xb5\xed\ \x5a\xe5\x52\x71\x4f\xa3\xde\xa8\x2f\x30\x46\x09\x26\xb6\xe3\x18\ \x4c\x30\xc6\x04\x63\xc7\x71\x10\x44\x82\xe7\xb6\x6b\x3b\x9e\xab\ \x84\x4c\xe2\xa4\xa7\xe3\x82\x20\x78\xaa\xb6\x68\x20\x84\x84\x32\ \x4c\xa8\x36\x06\x21\xfc\x7c\xa1\x45\xad\xb5\x94\x42\x6b\xd4\x6b\ \xd0\x5e\xdc\xca\x8b\xf6\x1f\x36\x48\x2d\xab\xf9\xe4\x3d\x3f\xfc\ \xd7\xbb\xe7\x63\xe1\xf7\xad\x38\xef\xc2\x97\xaf\xea\xb3\x08\xa1\ \xe6\xb7\x9a\x90\x9f\xe5\x1e\x8b\x20\xce\x92\xfc\x84\x13\x4e\xf8\ \xfb\x7f\xf8\xd2\x3d\x77\xdf\xf5\xf0\xaf\xee\x9b\x9b\x9d\xfb\xd1\ \xf5\x37\xc4\x49\x64\x5b\x96\xc5\x18\x17\xfc\x99\x5b\x59\x29\xf5\ \xf4\x99\xa6\xb5\xe6\x9c\x87\x81\x5f\x0c\xc3\x87\x1f\x7e\xa8\xdd\ \xee\x20\x04\x39\xe7\x5a\x29\x9e\xe7\x73\x73\x73\x8e\xe3\x30\x46\ \xf3\x5c\x63\x8c\x3b\x9d\x4e\xbb\xdd\x4e\xd3\xd4\xb2\xac\x3c\xcf\ \xb7\x6c\xd9\xb2\x7e\xdd\xba\xc7\x1f\x7f\xbc\x9b\x64\xc0\x18\x2d\ \x05\xd0\x6a\xe5\xca\x95\xb5\x4a\x65\xef\xae\x5d\x3c\xcb\xf6\xee\ \xde\x33\xdd\x6e\x63\x8b\x19\x8c\x38\xe7\xbd\x32\x44\xad\x56\x0b\ \x82\x20\x49\x92\x38\x8e\x01\x00\x7e\xe0\x33\x46\x00\xc4\xe5\x52\ \xa9\x58\x0c\x5b\xad\xae\xe7\xba\x5c\xf0\x0c\x19\x08\x7b\x14\x69\ \x08\xf4\xa6\x7e\x95\x32\x46\x31\x46\x95\x14\x8e\x65\xf9\x3d\xf0\ \x82\x0b\xc4\x10\x40\xc8\x28\x0d\x0c\x40\x08\x01\x63\x92\x24\x95\ \x42\xf4\x1a\x04\x99\x65\x1f\x1e\x5c\x32\xa6\x17\xfe\x2c\xcb\x32\ \x00\x24\x69\x1a\x45\x51\x6f\xec\xfa\xc5\xb3\xe9\xf2\xb8\x93\x19\ \x56\xf0\xed\xe7\xfc\x7c\x2b\x35\x76\xf1\x77\x3d\x9f\x45\xad\x1c\ \xb8\x05\x9f\x2d\xba\xf2\x7f\x34\x47\xa0\x34\x3a\x70\xff\x57\xbe\ \xfc\xfd\xf0\xd8\x73\xce\x59\x5a\xd8\x7d\xff\xcd\xff\xf8\x4f\xd1\ \xe5\x97\xbd\x75\xf0\xf9\xf2\x1a\x41\x08\x79\xce\x39\x8c\xa1\xd6\ \xbe\x1f\x5c\xf8\xaa\xf3\xde\xf4\xaa\xf3\xfe\xe9\x5b\xd7\xde\x70\ \xc3\xf5\x82\xe7\x18\x02\xc9\xf3\xa7\xf5\x8e\xc0\x33\xa6\x0c\x7a\ \xd8\x61\x8f\x95\xa0\xdb\xed\x3e\xf4\xf0\x43\x3d\x5f\x4d\x92\x64\ \x74\x74\x34\x4d\x93\x56\xab\xe9\x79\x6e\xa9\x54\x8a\xa2\xa8\x77\ \x06\xf6\x78\xd0\x1a\x8d\x86\xeb\xba\x71\x1c\x77\x3a\x9d\xaf\x7c\ \xe5\x2b\xe5\xfe\xfe\x91\x25\xe3\xc3\x43\x43\xe5\x52\x61\x6c\x74\ \x49\xa9\x50\xd8\xb9\x7d\x7b\x9e\xe7\xe3\x13\x13\xfd\xb5\x7e\x25\ \x44\x94\xa5\xb9\x92\xed\x76\xbb\x54\x2a\xf5\xb2\xa3\xa7\x83\x91\ \x94\xb2\xd9\x68\x70\x9e\x2b\x0d\x28\xb5\xc6\xc7\x46\x1b\x61\x4b\ \x6b\x90\x64\x19\x44\xda\x22\x94\x40\x6c\x20\x54\x42\x40\x82\x10\ \x44\x06\x00\x8b\x51\xcf\x75\xfb\xab\x55\x08\x80\xe0\x9c\x4b\x69\ \xb9\x5e\x9a\xf1\x28\xef\x66\x49\x62\x94\x42\x08\x4b\x29\xb2\x2c\ \x85\x00\xf4\xfa\xa9\xa5\x94\x08\x21\x8c\x49\xef\x8f\xe0\xfb\x7e\ \x9a\xa6\x71\x1c\x4b\x29\x5d\xd7\x3d\xa2\x03\x3e\x3d\x8a\xe8\xdf\ \x78\x45\x9b\xc3\xd2\x74\xff\x86\x37\x1e\xba\xef\x9b\x3f\xdd\x73\ \xee\x9b\x2e\x19\xb1\x9e\xe3\x67\xa4\x77\x7c\xff\x9b\xe9\x8a\xf3\ \xcf\xd9\x30\xfc\xdb\x3f\x7b\xf0\xfb\x5f\xbc\xcf\xda\xf2\xc1\x8b\ \x4f\x7c\xea\xd3\xdb\x37\x7c\xed\x7b\xc1\x09\xaf\xde\x72\x54\xf9\ \xe9\x67\xa2\x85\x43\x5d\x10\x0c\x56\x43\x00\xcc\xfd\xd7\xff\xdd\ \x7d\xec\xec\x3f\xb8\xe8\xc4\xdf\xfe\x9f\xfc\xe2\x1b\x5f\xd8\xd1\ \xf7\x9a\xf7\xbf\x76\xb1\x8a\xf1\x1f\x8e\x05\xc8\x1c\xd8\xf1\x98\ \x5c\x7e\xce\xfb\x2f\x7d\xb5\x05\xc0\x69\x27\x4e\x34\x3f\xfe\xb7\ \x3b\xa7\xdb\xc3\xcb\x0a\xcf\x8f\xd7\xc8\x18\x80\x00\xd4\xd2\xb4\ \x9b\xad\xb9\x99\x19\xd7\x75\x5c\xdb\xba\xfb\xee\x7b\x5a\xed\x96\ \x67\x59\x5a\x4a\x04\x8c\xc1\x14\x22\xf8\xcc\xbc\xe0\xd7\x87\x21\ \x84\x46\xa9\x4e\xbb\x65\x31\xd2\xe3\x29\x17\x3c\x47\xd0\xe4\x59\ \xb2\x7d\xdb\x56\xcf\xf3\x1d\x9b\x35\x9b\x0d\x00\x60\x0f\x5f\xe8\ \xeb\xeb\xeb\x25\x08\x08\xa1\x38\x8e\x27\x27\x27\x4f\xaa\x54\x36\ \x6d\x38\x7a\x68\x68\x88\x12\x14\xc7\xd1\xa3\x8f\xec\x7b\x72\xdb\ \xb6\xd9\xe9\x29\xab\x37\xdb\x40\xa9\xeb\xfb\x3e\xc1\x3d\x5a\x84\ \x5e\x0c\xe2\x9c\xa7\x69\xca\x39\x97\x42\xe4\x9c\xf7\x72\x87\x34\ \xcd\x28\xc1\x23\xc3\x83\x19\xe7\x49\x9c\x01\xa3\x35\x30\x42\x6a\ \x6c\x94\x92\x02\xa8\xde\x3d\x5f\x13\x4c\x7c\xdf\xb3\x18\x93\x4a\ \x02\x05\x28\xa2\x16\xb3\xf2\x34\x57\x42\xa8\xde\x8c\x80\x31\xbf\ \x0e\x7c\x4a\x41\x88\x00\x44\x00\x20\x29\x95\x10\xc2\x76\x1c\xca\ \x6c\x21\x75\xab\xd5\x0a\x82\xc0\x0f\xc2\x23\xb9\xea\xf3\x0f\xfc\ \xe3\x7b\xbf\xb8\xeb\x4f\xfe\xe2\xcf\x36\xf4\x51\x00\x00\x3f\x70\ \xe7\x15\x9f\xf8\xc7\xcd\x97\xff\xdd\xc5\x6b\xfd\x7f\xeb\x2d\x84\ \x30\xd7\x73\xd0\xf3\x08\x58\xe2\xc9\xfb\x6f\xed\x58\x27\xff\xce\ \x58\xd0\x99\x9f\x6e\x96\x9f\x79\x0f\x42\x8e\xe7\x32\xf2\x1b\xd1\ \xe9\xee\x6b\x3f\xf3\xe8\xc0\x5b\x3e\x7c\xd1\x26\x00\x60\x67\x61\ \xaa\x59\xfe\xdd\x67\x50\xba\x30\xbb\x60\x65\x8b\x9e\xfc\x1f\x37\ \x6d\x60\xb9\x6f\x20\xb9\xed\xe1\xbb\x1e\x3d\x7a\xdd\x80\x3d\xf7\ \xf8\x5d\x93\x79\x70\x5a\xc1\x7d\xde\xda\xaa\x84\xe0\xbd\xfb\x26\ \x9b\x9d\x0c\x13\x38\x33\x3b\xdb\x68\x2e\x0c\x0c\xd6\x5c\xdb\x21\ \x10\x89\x2c\x43\x06\x18\x08\xa4\x06\x88\x1c\x66\x2b\xec\xe1\x05\ \xe0\xe9\x41\x1d\x63\x08\xc1\x42\xe4\xad\x56\xab\x37\x86\x9c\xe7\ \x79\x2f\x8f\x90\x52\x22\x04\x67\x66\x66\xa4\x32\xbd\x93\xdc\xb6\ \x6d\x21\x44\xbb\xdd\x76\x1c\xa7\xd9\x6c\xda\xb6\x7d\xe6\x99\x67\ \x5e\xf0\x8a\x57\x2e\xd4\x1b\x7b\x77\xed\xf6\x5c\x3b\x4d\x92\xc3\ \xf0\x24\xa3\xca\xe8\x5c\x8a\x94\x73\x4c\x70\xef\x64\xee\xc9\x16\ \x0a\x21\x84\x10\x9c\xf3\x1e\xb0\x4f\x09\xa9\x96\x2b\x94\x90\x46\ \xab\x75\x68\xea\xd0\x42\x7d\x3e\xcf\x85\x54\x3a\x49\x22\xcb\x72\ \x28\xc2\x10\x40\xd8\x23\x78\x46\x10\x41\xa8\x8c\x4e\xd3\x54\x28\ \xa1\xa4\xd4\x5a\x5b\xcc\x42\x08\x08\x21\xa4\x10\x10\x00\x84\xb1\ \x52\xd2\x00\x00\xd0\xe1\x09\x6b\x04\x00\x02\x08\x3c\x25\xfd\x76\ \x58\x12\x0a\x21\xc6\x58\x18\x86\xcf\x97\x82\xe6\x3f\x68\xd1\x42\ \xe3\xe0\xfd\xb7\x5d\xf3\xa3\x7b\x37\xbc\xfd\x54\x00\xc4\x4d\xdf\ \xbb\xe6\xfe\x87\x0f\x1d\xdd\xe2\x00\x64\x77\xff\xe0\x9f\x7f\xfa\ \xe0\x8c\x53\x5b\x7d\xf1\x5b\x2e\x9e\x28\x88\xbb\x7e\x78\xed\x6d\ \x0f\xec\x20\x43\x47\x5f\x74\xfe\x1a\x9b\x22\x07\xab\x5f\x5e\xfb\ \xf5\x78\xf5\x2b\xce\x3a\xba\x6f\xd7\xad\xdf\xbf\x2f\x5b\xf3\xc6\ \xf3\x57\xde\xfb\x83\xaf\xdf\xfc\xd8\xa4\x84\xc1\xfa\x63\xd7\x66\ \x93\xdb\x9e\x3c\x18\x6f\x38\xf7\xe2\x8b\x4e\x5d\x3a\xbe\x71\x8b\ \x1c\xee\x33\xdd\xc9\xef\x5e\x7d\xcd\x63\x53\xd9\x8a\x93\x2f\x7a\ \xcb\xb9\x6b\x7b\xc1\xc4\xb1\xf1\xee\xbb\xbf\x77\xe5\xcc\x4d\x26\ \x58\x79\xf1\x5b\x5f\x3f\x11\x32\x02\x31\xa1\x96\x6e\xef\xfe\xd6\ \xd7\xbe\xb7\x73\x2e\x59\x7d\xd6\xab\xcb\x96\xbe\xf3\x07\x5f\x8a\ \x1e\x5b\xfa\xd2\xd7\x5d\xe2\x95\xdd\x6d\xb7\x7c\xeb\xcf\x76\xff\ \xd4\x1d\xde\xf4\xc6\x37\x5f\xd0\x6f\x81\x74\xfa\xb1\xab\xaf\xbe\ \x6e\x4a\xd8\x33\xdb\x1b\x23\xcb\x1d\x00\xc4\xfd\x37\xfc\xf3\x8d\ \xf7\x1f\x62\x7d\xab\xde\xf2\xf6\x57\xcf\xdf\xf5\xdd\x27\xec\x93\ \xdf\x7c\xfa\xf2\x6c\xe6\xf1\x6f\x5c\xff\xe4\xcb\xdf\x72\xd1\x90\ \xb3\xe8\xec\xcf\x62\x4a\xa8\x81\xa3\x36\xbf\xf2\xd8\xbd\xdf\xfd\ \xdb\x3f\xff\x3e\xa3\xc2\xb8\x5b\x5e\xff\x8e\x35\x55\x4b\x4a\xf1\ \xfc\x62\x81\x65\xdb\x77\xfd\xe2\x8e\xbb\xee\x79\x68\x78\x64\xc8\ \x20\x0d\x09\x9c\x9f\x9b\x7d\xec\xe1\x07\x25\xe7\x0c\x23\xdf\x75\ \x04\x17\x1a\x53\xa1\x9e\x76\x95\xde\x60\x12\x7c\x5a\x1d\xe0\x29\ \xbe\x73\xdd\x3b\x48\x29\x21\xbd\x1e\xa4\xe1\xe1\x61\xd7\xf3\x3a\ \xed\x76\xce\x33\x21\x44\xef\xba\x92\xa6\x69\x18\x86\x59\x9a\xfa\ \xbe\x8f\x31\xde\xb8\x71\x63\xbd\x51\x6f\x2e\x34\xf7\xee\xdd\x83\ \x10\x1c\x1f\x1f\xf3\x3c\x0f\x00\xb7\xd5\x69\x75\xbb\x9d\x9e\xc8\ \x82\x12\xbd\xc1\x02\xd5\xee\xb4\xa5\xe8\x0d\x1d\xe9\xa7\xae\x27\ \x5a\x08\x29\xd2\xac\xd3\xe9\xce\x2d\xcc\xcf\xcc\xcf\x76\x3a\x9d\ \x34\xcd\x95\x31\x10\xa0\xa1\xa1\x91\x9e\x16\x15\xd6\x1a\x40\x80\ \x00\x82\x10\x2a\x6d\x38\xe7\x71\x1e\x47\x51\x04\x00\x28\x84\x05\ \xdb\xf2\x94\x52\xfa\x29\x75\x36\xad\x35\x30\xba\xd7\x7e\x8c\x30\ \xf6\x3d\x9f\x61\x96\xe5\x59\xaf\x6d\x03\x21\xa4\x8d\x81\x10\x56\ \xab\x55\xcb\xb2\x7a\xf2\x6d\x47\xee\x5e\x30\xad\x36\x9f\xff\x72\ \xfe\xe8\x8f\xee\xaf\x9f\x7a\x4c\xf4\x8b\x9b\xf7\xfa\x17\x6c\xde\ \x98\xce\x2e\x00\xb0\x74\xc9\xba\x53\x5e\xbb\x4c\xdd\xff\xbd\x2f\ \xfd\xcd\xd7\x06\x3f\xfb\x81\x65\xd7\x5d\xf7\xb3\xe2\x4b\xdf\x76\ \xe6\xda\x51\xaf\xbb\xf5\xc6\x9f\xde\xbd\xf1\x82\xf3\x76\xdc\xf3\ \xf3\x86\xb3\xf9\xac\xa3\xfb\x66\x1e\xbf\xef\xee\x4e\xf8\xc6\xf3\ \xfb\x7e\x7a\xdd\x2d\xec\x9c\xf7\x9c\xe2\x3d\xf6\xc5\xbf\xbd\xea\ \xf8\x4b\x3f\x7c\x7a\x6d\xfb\x3f\x7e\xe1\x6f\x07\x97\x7c\xe6\x8c\ \xd7\xbd\x0b\x22\xf0\x93\x2f\x5c\xf1\x93\xb9\x0d\x97\x5f\x74\x8c\ \x62\xa5\x67\x64\x24\xc2\xd8\xfd\xc7\x9d\x76\xea\x9e\x9b\xae\xfd\ \xf3\x4f\x8b\xab\x3e\xfe\xea\x07\x6f\xfe\x69\x79\xe8\x9c\xf1\xfa\ \x1d\xff\x72\xdf\xfc\x3b\xde\xfd\x9a\x15\x13\xd5\xbd\xdb\xc1\xf8\ \xda\x97\x5c\x78\xc1\x4b\xc6\xc6\xca\x0f\xdd\x2b\xfc\x81\x15\x67\ \x9c\xbd\xf6\xd6\x6f\x7c\xf5\x6f\x41\xed\xe3\x6f\x9b\xf8\xc2\x9f\ \x5d\x39\xb7\xe2\x95\x17\x9c\x50\xf8\xe1\xd6\x47\x94\x32\x00\xe0\ \xe1\xa3\x5e\xf2\x9a\x09\xfd\xc8\x0f\xbe\x7c\xd5\xd7\xfb\xdf\xd4\ \x3f\x77\xd3\x8f\x6f\xb9\xe4\xf4\xe5\xd3\x8f\xdf\x7c\xdb\x36\xf0\ \x1a\x6b\xd1\xd3\x9f\x43\xe2\xa8\xa5\xa4\xfe\x19\x6f\xb8\xe2\xf8\ \x97\xd5\x3b\xa9\x70\xc3\x72\xd1\xa7\x49\x14\xff\xce\x02\xd5\xb3\ \xe3\x05\xf3\x73\xb3\x42\x66\x06\x68\xcb\xb1\xbb\x81\xb3\x77\xf7\ \x1e\x82\x89\xc5\xa8\x45\x19\x46\xd8\x0a\xc3\x4e\xb7\xa3\x8d\x21\ \x08\x27\x69\x62\x8c\x32\x06\x01\xd3\x53\x1a\x84\x52\x2a\xcb\xb6\ \xc6\x96\x8c\x59\x94\x34\x16\x16\x00\x82\xd5\x6a\x39\xcb\xf3\x30\ \x0c\x21\x00\x05\x2f\xc8\xb3\x7c\x70\x64\x44\x6b\x33\x57\x9f\x6f\ \x76\xda\x82\xf3\x6a\xa5\x0f\x42\x18\xc7\xc9\x77\xae\xfd\xce\xbb\ \xde\xf5\xee\xb5\x6b\xd7\xae\x5e\xbd\xba\x58\x2c\x76\xbb\xed\x7a\ \xa3\x21\x25\x1f\x1c\x1c\xac\x54\xca\x10\x98\x34\x49\x1c\xca\x94\ \xd6\xd3\x33\x33\xf5\xf9\xf9\x52\xa5\x52\x2c\x95\x8d\x36\x3d\x9e\ \xe5\x2c\xcd\x79\x9e\x37\x9b\xf5\xfd\x07\x0e\xce\x2f\xd4\x79\x2e\ \x30\xa6\x9e\x47\xd2\x34\x93\x4a\xf7\xea\x76\x4a\x29\x03\x20\x22\ \x04\x1a\xa8\x7b\xd4\xbc\x10\x6a\x69\x94\x92\x94\x12\x66\x51\x08\ \x0c\xec\xa9\xa5\x19\xd0\x23\x5c\xeb\x31\x0d\x60\x88\x08\x26\x18\ \x02\xd9\xd3\x6b\xd2\x9a\x50\x8a\xa8\x25\x15\x44\xd4\x75\x0b\xa5\ \x34\x4d\x0d\x84\xcf\x51\x18\xfb\x3f\xc5\x5a\x0b\x9d\xd2\xfa\x4b\ \x36\xcb\x1f\xdc\x78\xfd\x2d\x73\xd9\x2d\xfd\xa7\xbd\xee\xb4\xee\ \xf5\xb7\x34\x1b\x00\x2c\x9d\xdf\xb3\xed\xd6\x47\x0f\x34\xe7\xa2\ \x66\x32\x0b\xcc\x04\xf1\xcb\xc7\x9c\xfe\xd2\x13\x46\x80\xd8\xfb\ \xa4\x65\x3b\x08\x00\x6a\xbb\x36\xc3\x00\x00\x62\xd9\x8e\x4d\x00\ \xd0\xd0\xa9\xae\x3f\xee\xf4\x2d\xab\x96\xdd\x71\xfb\x23\x2b\x8e\ \xdd\x7c\xe6\xd2\x63\x1f\xf9\xd7\x3f\x98\x9c\xae\x9f\xbc\xa4\x1f\ \x00\x3d\xbc\x64\x02\x3d\xba\xf5\xd1\x83\x1b\x2e\x3c\x77\xe8\xe9\ \x68\x27\x34\x5b\x75\xec\x59\x67\x9d\xfa\x92\xb3\x8e\x22\x0f\xfe\ \xcf\x6f\x3e\xbc\xf0\x8a\xd0\xf7\x18\x81\x5a\xa9\xe2\xd2\xa3\xce\ \x3c\xfd\x64\x0f\x80\xbd\x5c\xd5\x96\xac\xda\xb8\x76\x15\x00\x46\ \xe4\x60\x7c\xed\x71\x27\x9f\x7c\xd2\x92\xee\x83\x57\xde\xf9\xf8\ \xec\xe4\xfc\x23\x72\xe2\x63\xef\x7b\xfd\x32\x02\x1a\x77\xfc\xec\ \x51\x2d\x01\xd0\x0b\xfb\x77\xdc\xf2\xe0\xbe\xd6\x4c\x77\xb6\x31\ \xb7\xfa\xf5\x5b\xca\x3f\xfd\xea\xc3\x6d\x93\x6c\x3f\xb0\x66\xd3\ \xc5\x15\xb4\xe8\xe9\xcf\x05\x3b\x24\x9d\xa9\xad\xd7\xfe\xe8\xf6\ \x08\x33\x0c\xa1\x51\x9c\x54\xd6\x5e\x78\xde\x49\x21\xfb\x1d\xdc\ \xba\xcf\xc6\x77\x68\x23\x82\x45\xb5\xec\x65\x39\xb7\x2d\x9a\x74\ \x3b\x4a\x08\x25\xa5\xa1\x4c\x40\x84\x6c\x6a\x10\x71\xfd\x30\xe7\ \x59\x9e\x27\xda\x48\x00\x15\x30\x08\x6a\x68\x51\xc6\x30\x89\x94\ \xe8\x1f\x1e\x19\x1b\x1e\x4d\xe7\xe7\xc3\x52\x19\x58\xd8\x22\xa0\ \x13\x65\x71\x96\x78\xc8\xa2\xc2\xd4\x3c\x7f\xa8\x5a\x5e\x68\xb5\ \xbb\x49\x44\x6c\x3b\xe2\x79\x91\x10\x25\xd4\xaa\xd5\xeb\x3f\x72\ \xf9\x87\x86\x87\x06\xfc\xc0\x36\x00\xce\xce\xcd\x3f\xb9\x67\x5f\ \xa7\xd3\x0e\x3c\xa7\xe0\x07\x46\xb2\xb8\xdb\x82\x46\xc8\x76\xd2\ \xed\x74\x43\xcb\x1e\x3b\xee\x38\xcb\x0f\x16\x5a\x6d\x29\x4d\xa1\ \x5c\xc6\x88\xb6\x9a\x2d\xd7\xb2\x0a\xa5\x7a\xb5\x6f\xe8\xe0\xa1\ \x83\xdb\xb7\x6f\xaf\x54\x2b\x9d\x6e\x7b\xd7\xae\xdd\x5c\x0a\xcc\ \x08\x57\xb9\x4b\x1c\xa9\x20\xc1\x48\x6a\x00\x10\xce\x64\x9e\xf1\ \x1c\x68\xed\x12\x8b\x61\x44\x94\x4c\xe3\x26\xc6\x12\x63\x90\x73\ \xa9\x01\x81\x10\x22\x8c\xb1\x01\x40\x6b\xc3\xb3\x38\x4f\x80\xd1\ \xca\x40\x60\xa0\x1b\x94\xfc\xa0\x24\x14\x2c\x94\xfa\xc6\x97\xad\ \xec\x44\x09\x00\x1a\xc0\x23\xb6\x61\x55\x3b\x15\x86\x06\x27\xbf\ \xfc\x35\xd7\xbd\xef\x0f\xfe\x86\x6e\xfe\xe2\x17\x8f\x6d\x7f\xf7\ \x07\x2a\x4b\x0f\x3c\xf4\xad\x4f\x5f\xfb\xf8\xbb\x3f\xf8\x1e\xf4\ \xab\xe8\xea\x27\xa5\x32\x00\x02\x23\x85\x04\x80\x3c\x55\x53\x42\ \x08\x48\xa9\x14\x00\x80\x60\x74\x98\x3a\x01\x18\x29\x04\x00\x88\ \x20\x14\xc7\x29\x00\x9a\x30\xfc\x14\x61\x26\x3a\xfa\x82\x2b\xae\ \x5c\x79\xf7\xb5\xd7\x7c\xf5\x8a\x3b\x7f\xf5\xc9\x8f\xbf\x77\x80\ \x1d\x46\x97\x0e\x3f\xa0\xb5\xd1\x10\xc1\x5f\x4b\x41\x01\xad\x38\ \x00\x1e\x30\x00\x68\x79\x78\x0b\x42\x00\x81\x92\x02\x00\x00\x2d\ \x0a\x91\xd1\x3d\x6d\xc8\xc3\xc9\xa5\x21\x94\xb5\xb7\x7e\xfb\xca\ \x6f\x3e\xf4\xf6\x0f\xfe\x9e\xf7\x18\xff\xe7\x07\x62\x5a\x3d\xe6\ \x25\x4b\xbe\x75\xfb\x8d\x3f\x41\x33\xf8\xe8\x97\xae\x5f\xf4\xf3\ \xe7\x06\x28\x03\x44\x58\x50\x2c\x20\x48\x10\x24\x44\xcc\xdc\x79\ \xd7\xad\x1b\x5e\x72\xcc\xb1\x43\xb6\x96\xe6\x79\xdd\x0b\x50\xa7\ \xdb\xae\xd7\xe7\xaa\xd5\xa2\x31\x20\x70\x6d\x9b\x52\x25\x25\x84\ \x50\x68\xc5\xa5\x64\x04\x13\x42\x00\x02\x3c\x12\x51\x14\x61\x04\ \x11\x30\x08\x21\x88\xa0\x31\x40\x4a\x85\x20\x70\x18\x69\xce\x4e\ \x05\x00\x0e\x0e\xf4\x0b\x6c\x1c\x8a\xf3\xb4\x9b\x47\x6d\x4a\x5d\ \xa6\x90\xeb\xb9\xb3\x33\xf3\xcd\x38\xd2\xca\x20\x8c\xc7\x97\x2d\ \x55\x4a\xcb\x5c\x6d\x3a\x66\x93\x1f\x78\xbb\xf7\xec\xc2\xd8\xe4\ \x42\xd4\x9b\xad\x7a\xa3\x9e\xf1\x0c\x21\x00\xb4\xf0\x2d\x4a\x20\ \x6a\x45\xf1\x81\x5d\xfb\x28\x21\x7e\xa9\x78\x60\x6f\x22\x20\x6c\ \xc6\x09\x61\xd6\x28\x44\x81\x1f\x18\x6d\x5c\xc7\xe1\x09\x03\x8e\ \x3d\x36\x3c\x3c\xbe\x64\xb4\xbf\xbf\xb6\x73\xd7\xce\xf9\xb9\x39\ \x2e\x85\xeb\xd8\x4a\x29\x43\xb5\x01\x5a\x2a\x0d\x20\xc2\x98\x42\ \x64\x6c\xc7\x96\x59\x12\x45\x09\x85\x96\xe6\x5c\x62\xad\xb5\xea\ \xe9\x9a\xa9\xc3\x62\xf5\x06\x19\x05\xb4\x46\x40\x49\x29\x21\x02\ \x08\x13\xad\x21\x65\x0c\x53\xea\x86\xe1\xf0\x92\x31\x8c\xa9\xeb\ \xfa\xae\xeb\x1e\xa6\x46\x3c\x22\x15\xbd\xf9\x76\x57\x22\x03\x8a\ \x1b\x5e\xf5\xf2\x73\x06\xad\x97\x2e\x75\xc0\x83\x88\x37\x9b\x0b\ \xc2\x18\x7d\x58\x51\xa5\x27\xf4\xa2\xd3\x24\x15\x3d\xa7\xd6\x22\ \x49\x53\x4d\xd0\x8a\xa3\xfb\xaf\xfb\xd1\x37\xd7\x54\xce\xdb\xb5\ \xe3\x60\x5e\xc5\x00\xe8\x2c\x49\x85\x02\x00\xa8\x34\x4d\x84\x36\ \x00\xe8\x2c\x4d\xf8\x61\xd1\x75\x35\xb9\xed\x81\x43\x49\xe1\x25\ \xc7\xae\xb9\xe7\xdb\x4f\xcc\xe7\xa0\x17\x0b\xb0\xc9\xf6\x6f\x7f\ \xe8\xfe\xfb\xd5\x7d\x3f\xf8\x3a\x5c\x72\xd6\xd1\x55\x72\x57\x14\ \x53\x65\x34\xe0\x49\xd6\xeb\x6e\x83\xb5\xe1\xda\xd6\xdb\x6e\xba\ \x69\x58\x2f\x5d\xb9\x54\x48\x9e\x09\x09\x00\x50\x22\x8b\x63\x50\ \x5e\x72\xca\x09\xee\xb5\x5f\xbc\xea\x5b\x17\x6f\x59\xf6\xe8\xde\ \x39\xb4\x14\x1b\xad\x7a\xf2\x4d\x5a\x0a\x21\xb9\x04\xe8\x8c\x97\ \x6f\xfe\xc3\x8f\x5d\x99\xaf\x79\xf3\xdb\x56\x2c\x42\x05\xcf\xed\ \x88\x90\xd2\xab\xad\x7c\xfd\xa5\x1b\x9e\xc2\x12\x27\xeb\xfb\x3e\ \xdf\x4d\x39\x00\xce\xf3\xcb\x11\x10\x82\xbd\xf2\x5e\xa3\xd1\xcc\ \xf3\xbc\xd1\x68\x40\x08\xd3\x34\xed\x71\x90\x22\x84\x1c\xdb\x21\ \x84\x24\xdd\x38\xcf\x32\x60\x00\x00\x08\x40\x63\x20\xd4\x1a\x20\ \x80\x5c\xc7\xc3\x26\x47\x2a\x0b\xfd\xd2\xaa\x25\x4b\xa2\x76\x2b\ \x4e\x63\x0a\x01\x50\xc2\x21\xd8\x22\xc8\xb6\x6c\x48\x29\x54\x88\ \x32\x7b\xdd\xfa\xf5\xe3\x2b\x97\x05\x85\x62\xa7\xd3\xd9\xbf\x67\ \xaf\x10\xc9\xad\xb7\xfd\x2c\xf4\x5d\x42\x41\x5f\x6d\x30\x4d\xa3\ \x2c\x8f\x11\x42\x87\x0e\x1d\xec\x36\x9b\x27\x1e\x77\xcc\xda\xa3\ \xd6\xef\x44\x78\xc9\xe0\x48\x7f\xb5\xcf\xf2\xdc\xc7\x77\xec\x38\ \x34\x3b\x93\x71\x14\xc7\x71\xdc\xae\xe7\x71\x77\x66\x7a\x66\xde\ \xb6\xe2\x66\x3d\xcd\x53\x42\x68\x6d\x60\x70\xd7\xf6\xed\x4f\xee\ \x78\x32\xf0\xbc\x6e\x14\x01\x6d\x2c\xc6\x94\x96\x10\x69\x8d\x30\ \x00\x50\xf2\x3c\x4a\xba\x18\x03\x40\x11\x40\x86\x30\xaa\x8d\xe9\ \xd1\x31\x1c\xe6\x5b\x50\x5a\x9b\xc3\x22\x8a\xbd\x8b\x31\x22\x18\ \x60\xc4\x85\x86\x10\x52\xc6\x6c\x4a\x07\xfb\xab\x43\x7d\x95\x5c\ \x48\x9b\x22\x42\x21\x38\x72\xf4\xc4\x70\xe9\xb1\x27\x8f\xad\x28\ \x02\x00\x4f\x7d\xe3\x47\x4f\x05\x00\x00\xd0\xbf\xe6\xc4\x4d\x7e\ \x6d\xec\x98\x13\xdf\x77\xde\x97\x6f\xb9\xee\x1a\x0d\xac\x2d\x67\ \x1f\x47\x50\x70\xe2\x69\xa7\x8c\x07\x10\x00\x80\xc2\xf1\xd3\x4e\ \x51\x8e\x01\x13\x17\x7d\xf0\x4d\xd9\xd7\x7f\xfe\xe3\x1f\xe1\xc2\ \xea\xf3\xcf\x5a\x0d\x80\x75\xcc\xe6\x53\x96\x94\x11\x00\xde\x31\ \x27\x9d\x5e\x2b\x33\x00\xf0\xfa\x53\x4e\x0f\xfb\x7b\xd4\x26\x30\ \x9a\xdf\x7d\xd3\x2d\xdb\x14\xf1\x2f\xf9\xe0\x87\xd7\x05\x87\xff\ \x05\x6b\xce\x78\xc5\x9a\x1b\xef\xbd\xf1\xc6\x5b\x82\xa5\x17\xfc\ \xe9\x1b\x5e\xe9\xc0\xe4\xa8\x93\x4e\x0d\x6b\xcc\x05\xab\xcf\x38\ \x5e\xf7\xb2\xfb\x4d\xe7\xbe\xeb\xa2\xd9\xaf\xdd\x72\xd3\x6d\xba\ \x34\x38\xb6\xee\xb4\x13\xd0\x20\x00\xc0\x1f\x5a\x7f\xca\x71\x84\ \x90\xe2\xfb\xfe\xe4\x8f\xaf\xf9\xf6\xbf\xdc\x78\xfd\x76\xb2\xf2\ \xa4\x33\x8f\xab\x15\x57\x5c\x72\xd9\x2b\xf9\x4d\x3f\xbc\x56\x1b\ \xb8\xf9\x9c\x93\x6c\x00\xec\x4d\x67\xac\x1d\xfe\x52\xeb\xf8\x93\ \xca\x8b\x09\xc2\x73\xcc\x11\x30\x4e\x9b\x93\xf7\xde\xf6\x64\x0a\ \x11\xc1\xb8\xbd\xef\x81\x27\xda\xc5\x33\x2a\x01\xf8\x5d\x9c\xe8\ \xf0\xad\x6f\x7e\xa3\x31\x86\x1b\xb8\x94\x89\x3f\xad\xce\x45\xfd\ \x2b\xe6\x2f\xfc\x23\x28\x72\x00\x40\x18\x86\x7f\xfa\xf1\xff\xf7\ \x9a\x6b\xbf\x37\x3a\x3a\xda\x83\xd6\x11\x42\xfb\xf7\xef\xef\x41\ \x83\x61\x18\xfa\x61\x68\xd9\xde\xfc\xc2\x5c\x1c\x75\x10\x02\xc6\ \x68\xa0\x0d\x04\xd0\x68\x18\x06\xc5\x62\xb1\x6c\x33\x3d\x36\x54\ \x99\x18\x1c\x1e\x1b\x1c\x7e\xe2\x89\xad\x5c\xf1\xca\xe8\x30\x71\ \x1c\xa8\x11\x31\x08\x6a\x14\x0b\x7d\x70\x6e\xb6\x1d\x75\xcf\x7e\ \xf9\x79\xe3\xcb\x27\x1a\x8d\xfa\xfe\xfd\xfb\x6c\xc6\x1e\xba\xff\ \x57\x27\x9f\x70\xc2\xd2\x89\xb1\x52\xb9\x30\xba\x64\x4c\x6b\x38\ \xbb\xd0\x48\xd3\x8c\x67\xbc\x59\xaf\x2f\x9f\x58\xda\x5f\xab\x1d\ \xd8\xbb\xd7\x87\xaa\x56\x2e\xdd\xf9\xcb\x5f\x3e\xba\x75\x6b\xb1\ \x5a\x89\xd2\x4c\x2a\x33\x30\x38\x3c\x34\x3c\xd2\x6a\xb5\xba\xf5\ \x05\xa4\x73\x21\xd5\xfe\xc9\x49\xdb\xf1\x20\xa1\x4f\xee\xd8\x79\ \x70\x66\x96\x5a\x16\xa6\xcc\xb2\x2d\xcb\x22\x90\x80\x1e\xef\x79\ \x14\x77\x3b\x9d\x4e\xb7\xd3\x41\x1a\xe4\x59\xee\x3b\x1e\x30\x46\ \x88\x5c\x6a\x93\xe5\x32\xe3\xb2\xc7\xe5\x0e\x01\x00\x46\x42\xa5\ \x00\x50\x06\x41\x44\x18\xcf\x04\xa4\x74\x68\x68\xa4\x54\xaa\x12\ \xc2\xb2\x5c\x20\x44\x30\xa6\x8e\xeb\xfe\xdd\x67\xff\xd4\x71\x6c\ \xad\xb5\x66\xae\xb7\xed\xf6\xb1\x5f\x7c\xf9\xdb\xd3\xe0\x13\x8f\ \xb6\xd7\x4c\x8c\x85\x61\xd8\x83\x39\x95\x52\xbe\xef\xbd\xfd\xd2\ \xb7\x0e\x0c\x8e\x68\x6d\x10\x3a\x3c\xe5\x85\x31\xe6\x5c\x4c\x1d\ \x9a\x5c\xb5\x66\x9d\x65\x59\x3d\x1a\x98\xb9\xd9\xe9\x55\x6b\xd6\ \x3d\xbd\x78\x3c\xcf\xf7\xef\xdb\xb3\x62\xd5\x9a\x17\xc3\xb6\x9e\ \x9d\xdc\xbe\xed\xd1\x7b\x6f\xbc\x73\xf6\x1d\x1f\xb9\x62\x4d\x85\ \xbe\x68\xdd\x7b\xe7\x93\x4f\x8c\x2f\x5d\xf1\x4c\x9a\xec\xed\x4f\ \x3c\x3e\x30\x38\xf4\x3b\x1b\x55\x09\x21\xcd\x03\x8f\x7c\xfb\xea\ \x1b\x5b\x80\x22\xa0\xac\x60\xf0\x94\x73\xce\x3b\x6e\x59\xcd\x28\ \x69\x9e\xd7\xbd\x00\x18\x43\x19\x03\x10\x76\xa3\xa8\xd7\xc6\x63\ \x31\xa6\x7b\x42\xec\x94\x5a\x8e\x43\x08\x11\x4a\x63\x42\x09\xa1\ \x4a\x09\xa0\x80\x31\x40\x1a\x4d\x88\x4d\xbd\x40\x33\xa6\xb1\x81\ \xc4\x8d\x85\xd9\x3e\x79\xa8\x91\xeb\x52\xb5\xcf\x0b\x6b\x43\xa3\ \x23\x08\x92\x3c\xcb\x18\x66\xfb\x0f\x4e\xb3\x4e\xd7\x87\x50\x72\ \x3e\x7d\xf0\x20\x65\xb8\x52\x0c\x3d\xc7\x3a\xed\xa4\xe3\xce\x7d\ \xe9\x99\x51\xb7\xdb\xea\xb4\x1f\x79\xf8\xa1\x35\xab\xd7\xac\x3f\ \x6a\x05\x21\x0e\x30\x68\x6a\x6a\x1a\x00\x30\x35\x3b\xb7\x7b\xdf\ \x81\x5a\x60\xed\xde\xb5\x6b\xdf\xe4\xc1\x42\xb1\xc8\xa8\x95\xd5\ \x1b\xe5\x4a\xa5\x54\xf0\x8d\xc8\x64\x96\x08\x91\x05\x16\x89\xda\ \x2d\x4a\x50\xb9\x5c\x84\x90\x20\x88\x31\x42\x94\x32\xca\x18\x02\ \xc8\x40\x8c\x30\x36\x00\x22\x04\x31\xa6\x46\x81\x66\xbd\x6d\xa4\ \x22\x88\x1a\x89\x28\xc6\x98\xc0\x5e\x0d\xd4\x18\x03\x0e\x8b\xa2\ \x6b\xa3\xa1\x01\x40\x4b\xc9\x3c\x6f\x70\x74\xcc\x68\xd3\x6a\xb5\ \x7b\x62\x73\xb3\xb3\xd3\x07\x0f\x1c\x2c\x97\x2a\xcd\x66\x2b\x0c\ \x03\x6d\x16\x07\x0a\xfe\xb3\x2c\xd9\xf9\xc0\xcd\xb7\x3c\xa6\x5f\ \xf3\xce\x77\xbf\x98\x03\xc1\xf3\x35\x29\x65\x30\xb8\xee\xf7\x3e\ \xb2\x1e\x1a\x60\x00\xc0\x84\x20\xa0\x85\x90\xe6\xf9\xd6\x11\x00\ \x00\xda\x18\xc2\x68\x9a\xa5\x3d\xfe\x2d\x2e\x38\x22\x58\x29\x65\ \x33\xe6\x78\x8e\x6d\x3b\x69\xae\x6c\xdb\x4e\xe2\x2e\x02\x50\x69\ \x83\x29\x95\xb9\xc0\x94\x52\xd7\x4d\xa4\x72\xdc\x90\x78\x55\xa7\ \x36\x24\x95\x1e\xe8\x1b\x2d\x17\x8b\xc0\x68\x61\x1c\xdf\xf3\xe7\ \x5b\x53\xdd\x68\xa1\xd1\x6e\x05\x61\x60\x69\xa7\x18\x86\x63\xe3\ \x23\x03\x83\x35\x25\xf2\xfa\xdc\xac\x33\xbe\x64\xfa\xd0\xe4\xfc\ \xdc\x5c\xce\x45\x96\xf1\xfb\x9a\xcd\xfe\xda\xc0\xca\xd5\x6b\x28\ \x73\x0f\x1e\x98\xa4\xcc\x72\x5c\x0f\xdb\xf6\x8e\x3d\x7b\x09\x04\ \x0a\xe2\x4e\xbb\x23\x16\x9a\x9d\x4e\xc7\x18\xa8\x35\x28\x57\xca\ \x99\xc8\xb9\xe0\x02\xc3\x34\xcb\x05\x97\xed\x76\x67\x6a\x7a\x5e\ \x1b\xbd\x7a\xd5\x1a\x48\x19\xb3\x1c\x21\x65\xa3\xdd\xce\x25\x47\ \x10\x1a\xad\x1d\xea\x96\x43\x33\x8b\xe7\xb2\x3c\x75\x1d\x9f\x11\ \x86\x31\x4a\xf2\x96\xd4\xea\x29\x76\x78\xa3\xb4\x86\xc0\x80\xa7\ \x5a\xad\x09\x21\x08\x01\x66\x59\x49\x4a\xe2\xb8\x8b\x20\x8c\x3b\ \x2d\x8b\x60\xa8\x39\xd4\x5c\xf1\x14\x2c\x6a\x06\xfe\xa7\x99\x7b\ \xea\xab\xdf\x7f\xea\xab\x17\xff\x0e\xff\x37\x00\xe2\xd3\xca\x9e\ \x4a\x72\xf9\x6f\x6f\xc9\x67\xd1\x53\xec\x39\x80\x6d\xdb\xbd\x7e\ \x5b\x00\x61\x4f\xbf\x00\x61\xd4\xc3\x9b\x31\xc6\x46\x6b\x2d\x15\ \x06\x48\x43\x24\xa4\xc6\xd4\xaa\x0c\x0c\x95\x6a\x03\x90\xd0\xc0\ \xf1\x22\x45\x27\x1b\x99\x15\x78\x85\xa0\x10\x01\x06\x84\x28\x6a\ \x9a\x72\x63\x05\x85\x56\x96\x96\x2a\x65\x60\x54\xa1\x54\x5c\xbd\ \x6a\x45\xb9\x18\xe6\x69\xcc\xd3\x34\x74\x1c\x99\x67\x79\xb7\x6b\ \x23\x62\x90\x91\x80\xe7\x51\x7c\x20\xde\xd3\x6e\x34\x31\xb3\xb6\ \x6e\xdb\x39\x38\x34\xb2\x6e\xd3\x31\x19\x17\x53\xcd\xce\x40\xb5\ \xcf\x29\xda\xc4\x0d\x1b\xf3\xf3\x88\xf0\x46\x2b\xea\x26\x19\x73\ \x7d\x2f\xf0\x16\xea\x4d\xa2\xa0\xa2\xce\x42\x7b\x76\xa6\x99\x34\ \xdb\x9d\x72\xa5\x52\xad\x0d\x62\x66\x31\x6a\x43\x8c\x14\x9c\x9a\ \x5d\x98\xd7\x4a\x20\x64\x18\xc1\xc2\x18\xaa\x35\xa2\xd4\x26\x14\ \x23\x82\x09\xb4\x0c\xe3\x49\x24\x95\xd1\x1a\xf6\x3a\x1a\xb4\x92\ \x00\x42\x82\x31\x24\x90\xe7\xe9\xfe\xbd\xbb\x09\xa1\x3d\x26\x68\ \x9e\x26\x4a\x68\x8c\x41\x9e\x25\x8c\x20\x04\x16\x43\xc1\xa2\xfd\ \x17\xa9\x26\x3c\xa7\x8d\xf8\xef\xd6\x14\xb5\xb1\x6c\xbb\x37\x78\ \x48\x28\x75\x1c\x27\x08\xc3\x66\xb3\x09\x20\xb4\x2c\xab\x17\x2c\ \x28\xa5\x96\x6d\x31\x66\xf1\x24\x43\x88\x00\x00\x8b\xd5\xbe\xc1\ \x91\x51\x85\x19\x71\x9c\x34\x87\x1a\x90\x6e\x37\x6f\xce\xd7\x1d\ \xcb\x1a\x2a\x57\x2a\xb6\xed\x60\x22\x45\xba\x63\xef\xf6\x56\xa7\ \xe5\x33\x6c\x94\x88\xa3\xae\xe1\xd9\x96\xcd\x27\x23\xa3\xa0\x90\ \x3c\x4b\xb3\x34\x36\x5c\x30\x44\x10\xa5\xcc\xc5\x4a\xc9\x34\xcd\ \xbb\x8d\x26\x57\x2a\x4b\xa2\x4e\xbb\xdd\x58\x98\x27\x94\x8e\x4c\ \xac\x0a\xc3\x22\x81\x28\x89\x3a\x99\x80\xa9\x82\xc0\x28\x3f\xf0\ \xda\x51\xa2\x30\xe6\x06\x71\x64\xb9\xe5\xc1\xb2\x80\x51\x94\x24\ \x1a\x2b\xc8\xb0\xe5\x61\x42\xb2\x5c\x2c\xd4\xeb\xb3\x73\xb3\xca\ \x28\x8b\x02\x86\x01\x81\x12\xaa\x94\x61\xc1\xa5\xcc\x92\x3a\x25\ \xcc\x67\xa1\xe7\xb9\x49\x9e\x41\x25\x95\x52\xf0\xa9\x0e\x6b\x68\ \x00\x42\x48\x4a\x0e\x0c\x04\x08\x28\xa0\x7a\xa3\x0d\x46\x09\x4a\ \x29\x52\x50\x09\x49\x09\x31\x46\x81\x5e\xa3\xc5\x7f\x5d\x94\xb9\ \x7d\xd7\x2f\x1e\xec\xdf\x78\xfa\xf2\xd2\x53\x58\x1c\xaf\xdf\x7e\ \xe7\xe3\x4b\x4f\xd8\x5c\x83\x9d\x1c\xda\xa1\xbb\xd8\xd0\xf3\x22\ \xb2\x67\xcb\x11\x80\xc1\x8c\x05\xc5\x42\xb1\x58\xb4\x6d\xdb\x71\ \x9c\xbd\xfb\xf7\x65\x69\xaa\x21\xc8\xa5\xa0\x5a\x51\xc2\x3c\x37\ \xe8\x5a\x9d\x2c\x4e\x90\x46\x0a\x00\xdb\xf5\x30\xb5\xf3\x9e\xaa\ \xa1\x81\xd4\x60\x09\x60\x26\x75\xb3\x33\xd7\x9a\x9b\x5b\x3b\x38\ \x34\xe4\xd9\x3c\x6e\x12\x95\x87\x1e\x01\x4a\xa6\x71\x5a\x0c\xbc\ \x7d\x3b\xb7\x7f\xf7\xc0\x3e\x9e\xa5\x2e\xa5\x04\x21\x46\x11\x30\ \x40\x1b\x84\x89\xad\x94\x48\x92\x48\x69\xa9\x8c\x9e\x59\x68\x68\ \x84\x2d\xdb\x49\xe3\x38\xe3\x59\x06\x30\x52\x58\xf3\x7c\x66\x6a\ \xbe\xdd\x8a\x3a\x9d\xd4\xb6\x68\xd9\x0d\x93\x3c\xb1\x0c\xf2\x4a\ \xfd\x41\xa9\x1a\x47\x09\xb4\x53\xa4\x28\xf5\xb5\xd2\xba\x1d\xe7\ \x18\x09\xc7\xb2\xb5\x46\x4a\x09\xca\x0c\xd0\x52\xaa\xd4\x73\xe9\ \x40\x9f\x13\xba\x13\x8a\xcb\x24\xcb\xa3\x38\x15\x46\x66\x12\x41\ \x84\x3c\xcf\x03\x30\xe7\x52\x42\x08\x09\xa1\x10\x28\x2d\x04\x30\ \x50\x09\x49\x2d\xe0\x59\xae\x31\x50\x08\x65\x8c\x52\x1a\x48\xa9\ \xa5\xd2\x10\x1e\x1e\x58\x3a\x32\xa1\xc0\x74\x0f\xde\xfd\xab\xdd\ \x2b\x4e\xde\x5c\xb3\x7e\xe3\x03\x0f\x6e\xbb\x6f\x2f\x1f\x3c\xed\ \xe8\xd1\x7f\xe3\x6d\x0b\xdf\xbb\xfa\x7b\x67\x2d\x39\xed\xd7\xb1\ \x40\x1c\xba\xe6\x9b\xd7\xbd\x6d\xfd\xa9\x07\x6e\xb8\xf2\x26\x76\ \xfe\xc7\xde\x7c\xea\xa2\x87\x2c\xc6\x82\xc3\x57\x0b\xcf\xf5\x56\ \xae\x5a\x59\xab\xd5\xc2\x20\xe8\x8d\x0c\x11\x42\x8c\x10\x3d\x9d\ \x45\x84\x90\x36\x3a\x8d\xe2\xa8\xdb\x45\x10\x29\x6d\x6c\xdb\xf1\ \xfc\x20\xe7\x5c\x61\xcc\xb9\x74\x91\x03\x8d\x36\xca\x50\x4a\x12\ \xa3\x3a\xcd\x16\xea\xaf\x76\xe6\x67\xea\x73\x07\x98\xa3\x0d\xe0\ \x88\x12\xbb\x1c\x50\x80\x28\x81\x73\x33\x33\xf7\xdf\x73\x8f\x6f\ \xdb\x14\x41\x2d\xb5\xc5\x28\xb3\x5c\x4c\x1d\x03\x0c\x41\x06\x51\ \x98\x65\x69\x94\xe7\xb5\xa1\x11\xc1\xb3\xf9\x85\x79\x61\x50\x26\ \x6d\x23\x0d\x01\xd4\x10\x07\x62\x07\x53\x57\x18\xb9\xff\xe0\xb4\ \x57\xf4\x88\x50\x49\xc6\x33\x94\x22\x88\x53\x8d\x1b\x9d\xa4\xd9\ \x8e\x42\x3f\x08\x0b\x15\xdb\xb6\x28\x26\x73\x0b\x0d\x6d\x84\x92\ \x39\xc6\x7a\x68\xa0\x38\x5c\x2b\x10\xc8\x81\xae\x00\x00\xb2\x8c\ \x37\x1a\xad\x85\x66\xb6\x7f\x3a\x76\x6c\x87\xd9\x8e\x90\x3a\xe3\ \xbc\x37\x70\x21\x45\xae\x85\x70\x1d\xab\xbf\xd6\x6f\x5b\x08\x21\ \x04\x20\x4a\x12\x91\xa6\xbc\xd5\xee\x70\x21\x11\xa6\x4a\x2a\xcf\ \xb7\x20\x84\x47\x28\x4d\x90\x53\xdf\xfc\xf2\xe7\x4e\x1f\x3c\xfe\ \x92\xd5\xee\xfc\x63\xb7\x7c\xf7\xce\xee\x5b\xfe\xc7\x85\x01\xc8\ \x6e\xfb\xce\x55\x0f\x2c\x79\xff\x69\x47\x8f\xe6\x9d\xf9\xe9\x7a\ \x5a\x1c\x18\x2a\x3a\x04\x00\x00\x4c\x3e\x73\x70\x46\xca\x39\x05\ \xc9\xe1\xd9\x24\x9d\x4e\x1f\x9c\x53\x59\xdd\x60\xac\x14\x5e\x73\ \xf6\x9b\xcb\xb0\x1f\x00\x93\x74\x1a\xf5\x66\xd7\x50\x6f\x70\xb0\ \x8f\x1e\x8e\x33\x62\xee\xd0\x54\xa2\x48\xb1\x5c\x29\xf8\xf6\xa2\ \xd6\xda\x8b\x22\x16\x28\xad\xab\x95\xc2\xb2\xa5\x23\xae\xe3\x01\ \x88\x11\x22\x79\xc6\x29\xb1\x81\xc6\x22\x11\x4e\xe0\xf8\x96\xdf\ \x8a\x5b\x33\xf3\xd3\x59\x1e\x23\x42\x8d\xd6\x10\x02\x6a\x20\xcc\ \x24\xb3\xb1\x42\x90\x11\x6d\x23\x4e\x10\x88\xdb\x0b\x8e\xe8\x14\ \xca\x16\x34\xdd\x85\x85\xba\xd1\x09\x16\x00\x41\x09\x11\xd3\x06\ \x18\x4c\x3b\x6d\xde\x89\x3a\x98\x12\x83\xc8\xc0\xc8\xc8\xd0\xc0\ \x70\xa5\x54\x2c\x96\x2a\x88\x50\x4c\x70\x9a\x25\xb6\x4d\x85\xc8\ \x3b\x51\x17\x52\x3c\x32\xd4\x57\x0e\xb0\x02\x90\x71\x10\x8b\x16\ \xd2\x9a\xea\x2e\x94\x2d\x86\x32\x9e\xc6\x8d\x56\x03\xab\x6a\xd5\ \xc1\x08\x31\x0b\x63\xce\xa5\x4e\x73\x95\xe5\x0e\x61\x40\x69\x03\ \x21\x61\x4e\x27\x4e\x3b\x99\x04\x32\x0e\xac\xac\x56\x2b\x2f\x1d\ \x2b\x3b\x0e\xea\x74\xe2\x44\x24\x42\xe8\x20\x2c\x8f\xf5\x0f\x04\ \xcd\xdc\xf8\xcd\xb0\xd5\x15\x42\x73\xa1\x92\x24\x0e\x3d\x67\x6c\ \x6c\x18\xa8\x4c\xeb\xac\x5a\x2e\x84\x3e\xcb\xe2\x4e\x9a\xe6\x00\ \xe2\xd4\x63\x9d\x18\xe7\x59\x27\xcb\x25\x22\x48\x43\x6d\x8c\x3c\ \x62\xab\x08\x4b\x2b\x57\xd4\xfa\xf6\x6e\x9b\x01\xab\xc7\x1f\xb8\ \xf3\x27\xdf\xfe\xe6\xd4\xba\xd7\xbd\x6a\x73\xa9\x31\x7d\x08\x9d\ \x7a\xe1\x8a\xf9\x5d\xb7\x7d\xfe\xef\xaf\x4f\x0d\x48\xd0\xe0\xbb\ \x3f\x7c\xc5\xc6\x52\xeb\xeb\x57\x7e\xf2\xe7\x93\xa6\xe2\x26\x4f\ \xb6\xe1\xab\x6c\x02\xe2\x43\x5f\xfa\x8b\x3f\xbf\x77\x96\x14\x59\ \x7b\x6f\x1a\xba\x16\xd8\xfe\xb3\xaf\xdf\x6a\xbf\xf6\x7f\x15\xea\ \x9f\xfe\xc8\xc7\x0e\x90\x01\x94\x2c\x94\x4e\x78\xdd\xff\xfc\xfd\ \x57\x16\xf2\xd9\x6b\xbe\xf0\xe9\x9b\x76\xe6\xbe\x6e\xd5\xfd\x63\ \x3f\xf9\x89\x0f\x8e\x2f\xca\xa9\xbc\x28\x72\x04\x03\x30\x36\x4a\ \x66\x52\x51\xa9\x00\xc6\xb6\xd2\x10\x18\x84\x88\x1d\x7a\xe5\x55\ \xcb\x56\x4c\x2c\x1d\xef\xaa\x64\x60\xc9\x92\x03\xd3\xd3\x73\xd3\ \x33\xbc\x13\x29\xad\x4d\xc6\x03\x0f\x6b\x44\x52\x2d\x91\x12\x5a\ \x29\x8b\x90\xd1\x90\xe0\x42\xc9\x26\x40\x8b\x0e\x37\xa2\x77\xb7\ \xd0\x40\x13\x0a\x31\x42\x82\x0b\x9b\x39\x59\x96\x06\x85\xc2\xfa\ \x75\x47\x6f\x58\xb7\x81\x52\xdb\x68\x4d\x08\x8e\xe3\x36\xb1\xb1\ \xef\x84\x7d\xb5\x1a\x44\x26\xf0\x5d\xad\xb8\x56\x39\xcf\xda\x16\ \xc2\x65\xcc\x60\x96\x6b\x25\x3d\xd8\x91\x24\x09\x7d\xc3\x31\x2c\ \x10\xb7\x1c\xb0\xa5\x25\x1f\x12\x1b\x87\x6e\xab\xdd\xa1\x7d\xb6\ \x0b\xdc\x4e\xa4\x32\xce\x67\x0e\xed\x9a\xc2\xac\x95\x64\x51\x1c\ \x57\x3d\xb8\x61\x59\x7f\xff\x40\x5f\x22\xb2\x6e\x9c\x1b\x0a\xc3\ \xa0\x56\x2c\xf5\x17\x2b\x43\xda\x58\x6c\xae\xe1\x56\x92\xfd\xfb\ \x27\xbb\xed\x88\x11\x82\x80\x7c\xc9\x09\xc7\xae\x3b\x6a\xd9\xde\ \xbd\x4f\xcc\xce\xee\xb5\x58\x6a\x78\x5b\x66\x1d\xc5\x15\xc2\x84\ \x62\x1c\x7a\x44\x0d\x16\x6d\x2f\x6f\x76\xa2\x2c\x93\xda\xe4\x47\ \xb0\xd7\xa8\xb8\x69\x49\xf0\xa3\x5d\xdb\x54\x4e\xb6\xcd\xba\x17\ \x9c\xb7\xec\x81\xdb\xb7\x9e\x72\x66\x3e\x29\x47\xce\xab\xc8\xeb\ \xfe\xfa\xcb\x60\xcd\x9b\xdf\x73\xfa\xe8\x8f\xff\xe6\xe3\xd7\x5c\ \x7f\xb7\xbf\xfa\xb1\x9f\xce\x0e\xfc\xd9\x67\x3f\x34\xc8\x1f\xb9\ \xe2\xa3\x5f\x45\xd0\xec\xbc\xf5\x2b\x77\xa4\xab\xfe\xf2\x73\xff\ \xa3\xd8\xb8\xfb\x03\x1f\xfb\x81\xd2\x46\x4b\x2e\x94\xd1\x71\xbd\ \x21\x06\x2f\xbb\xf2\xd3\xcb\xe2\x5f\x5e\xf1\xe1\xaf\x3d\x72\xc1\ \x79\xc3\xdb\xae\xf9\xe1\xae\xbe\x2b\xaf\xbc\xbc\x5a\xbf\xe3\xb2\ \x4f\xde\xdc\xce\x01\x58\x8c\x05\x2f\x86\x58\x00\x21\xe0\x12\x46\ \xb9\xd6\xd8\x20\x44\x0d\x65\x76\x60\x1f\x7f\xf2\x69\xb5\x6a\x5f\ \xb5\x50\x8e\x3a\xed\x28\x4e\x20\x29\xac\x5c\x3d\x5e\x1b\x6e\xb7\ \xda\xf5\x5f\xdd\x79\x07\x11\x0a\x11\x93\xe7\x5d\x4c\xb9\x81\x0a\ \x02\x4a\x08\x41\x48\x40\xa8\x45\x9a\xb6\x63\x4e\x80\x31\x2a\x0f\ \x3c\x87\xd9\x56\xb9\x54\xc2\x94\x22\x8c\x28\xa1\x69\x9c\x22\x84\ \x57\xaf\x59\xbd\x66\xc5\x51\x79\x96\xcf\xcf\xcf\x96\x4a\x25\x28\ \x72\xa0\xba\x9a\x73\xbf\x10\x42\xc0\x09\x65\x49\x9e\x64\x59\xa2\ \xb5\x34\x52\x60\xac\x73\xc9\x2d\x88\xa9\x6d\x55\x46\x87\xf2\x4a\ \x25\x4d\x62\xc9\x45\xdc\xed\x66\x71\x9e\x44\x49\x58\x82\x3c\xda\ \x5b\x0b\xbd\x91\x6a\x29\x9d\x70\xe2\x24\x6b\x45\xdd\x84\xcb\x54\ \xe8\x28\x63\x59\x0e\x06\x83\x55\xb5\x80\xa6\x22\x13\x0a\x15\x8b\ \x7d\x41\xa9\x14\x14\xab\x10\x39\xcd\x56\x96\xe7\x89\x6b\x7b\x04\ \x01\x0c\x87\xa7\xa6\x66\xf2\x24\x1a\x5f\x32\xe0\x3a\xf8\xe0\xc1\ \x3d\xad\xe6\xac\x94\xa9\x92\xd2\x42\x18\x63\x66\xdb\x1a\x40\x9a\ \x4b\x83\x01\xf6\x5c\x4f\x6a\xcc\xa5\xf6\x3c\x32\x3e\x3e\xd1\x83\ \x0c\x8e\x8c\xad\x3e\x6e\xe9\xd7\xae\xdf\x71\xef\x3d\xad\x66\xb0\ \xe9\x7d\xaf\x09\x3f\xf3\xa5\x5b\xef\xad\x84\x7a\x64\x7c\xd0\xcb\ \x0f\xed\x9d\xab\x5b\x0f\xfc\xcb\xc2\x43\xbc\xbc\xe1\x84\x15\x85\ \xbd\x8f\xef\x5e\xb2\xfe\xfc\xf1\x80\x01\x53\x0d\x28\x05\x4a\x1e\ \xd8\x31\xb9\x6c\xd3\x3b\x06\x5d\x0a\x60\xd5\x25\xc4\x3c\x63\x07\ \x60\xc6\x28\x45\xee\xf0\xca\xd5\x45\x98\xb4\x9a\xbb\xf7\xec\x1a\ \x3a\xf9\x2d\x4b\x42\x26\x22\xc7\xa2\x78\x31\x41\x78\xf1\x60\x87\ \x46\x18\x92\x6b\xc7\x21\x01\xb1\x5d\x4c\x6c\x08\xf1\x78\x75\xa4\ \x5a\x2a\x3e\xfa\xe0\x83\xf7\xdf\xff\x4b\x8c\x28\xa0\xc5\x13\x4e\ \x3e\xc5\x60\xcf\x0f\xd0\xd8\xb2\xd5\x20\xe9\xba\x14\x29\x93\x53\ \xa4\x7d\x97\x50\xac\x80\x14\x79\x2e\x79\x9a\x61\x00\x18\x45\x9e\ \xe3\x0e\xf5\x8f\x39\x16\xf3\x3d\x57\x4a\xc9\x65\x0e\x20\x64\x94\ \x2a\xa1\x86\x86\x02\x08\xe0\xa1\xa9\xfd\x3d\x19\xc3\x7a\x83\x17\ \x03\x7b\x74\xa4\xe6\xf9\x81\x50\xa0\x19\x75\x18\x70\x29\xb3\x99\ \x6d\x0b\xc1\xa3\x3c\x27\x40\x33\x44\x08\x84\x5a\x4a\xa8\x0d\x35\ \xa6\xde\xea\xb4\xda\x1d\xc7\x76\x20\x80\x93\xfb\x0f\xf0\x5d\x11\ \x17\x0b\x23\xc3\x83\xc5\x52\x48\x29\x71\x5d\xcf\x29\x50\xae\x88\ \x42\x34\x15\x52\x43\x0c\xa5\xc8\xf3\x94\x3a\xd6\xc8\x60\x5f\xb1\ \x54\xe4\x52\x09\x61\xb2\x54\x19\x45\xa0\x36\x4a\x29\x2d\x05\x86\ \xaa\x5a\x0e\x09\x30\x69\x37\x4a\xe3\x76\x24\x13\x8c\x60\xe8\x7b\ \x51\xd4\x96\x52\x23\x44\x21\xc6\x4a\x43\xa9\x85\xd4\xc6\x71\xbd\ \xda\xe0\x12\xdb\x0d\x1c\xd7\x2f\x14\xcb\xbf\xc1\xec\xf2\xff\xb3\ \xd5\xd6\x9c\x5a\xfd\xea\xdf\x7c\xf9\xeb\xee\x99\xef\xfd\x58\xff\ \x04\x5a\x46\xaf\xff\xca\x3f\x35\x96\x9e\xf7\xc1\x6a\xc1\xf3\x4a\ \x61\x75\xcb\xc5\x1f\x38\x67\x79\xef\xc9\xed\xd1\x8d\xfb\x6e\x7a\ \x78\x2a\x3f\x7b\x88\x28\xa1\xa4\x82\x64\x64\x62\x60\xd7\xbd\x0f\ \x2d\xbc\xfe\xa4\xaa\x56\x52\xc9\xdf\xe0\xc1\xeb\xa9\x40\x48\x69\ \x20\xd0\x98\x0d\x54\xfb\xe7\xee\xdf\x1a\x9b\x13\x50\x9e\x72\x65\ \x16\x63\xc1\x8b\xa8\x8e\x00\xa9\x2f\x70\xd8\xce\x20\xe2\x02\x62\ \x60\x0c\xf0\x32\x15\xe5\x62\xaa\xd9\xb2\xc2\x70\x64\x78\x4c\x81\ \x30\x16\x5a\x71\xc1\xb3\x6c\x66\xae\xa1\x3a\x8d\x91\xbe\x82\xeb\ \x40\x0c\x84\xe2\x79\x06\x00\x50\x06\x43\xe8\x38\x38\xf4\xfd\xd0\ \x0f\x06\xfa\xfa\x02\xc7\xeb\xb4\x3b\x4a\x9a\x2c\xcd\x15\xe0\x00\ \x02\x29\x39\x00\x06\x40\x4d\x08\x85\x04\xc6\xdd\x64\x61\x7e\x61\ \xc9\x92\xf1\xd5\x47\xad\xa5\x14\x74\xa3\x58\x23\xec\x17\x2a\x06\ \x40\x08\x11\xe7\xdc\x28\xc0\x30\x63\x04\x21\x21\xd2\x6e\x1c\xc7\ \x49\x9e\x0b\xcb\xb2\x3d\xcb\xce\x48\x86\x34\xb4\x2d\x2b\xee\xc6\ \x18\xd0\xb2\x5f\x6b\xcf\xc5\x8d\x99\x96\xc5\x58\x5f\xad\xcf\x0b\ \x0a\x1a\x61\x40\x4c\xde\xcd\x21\x65\x41\xb9\x30\x3a\xb6\xb4\x58\ \x2a\x18\xa0\x85\x10\x46\xe6\x4a\x49\x46\x18\x71\x50\x9b\x67\x79\ \xd6\x8d\x93\x48\x2b\x49\x01\x0a\x1d\x37\xb4\x9c\x34\xed\xe6\x19\ \x6d\x35\xe7\x94\x02\x18\x5a\x1a\x80\x5c\x6a\x6d\x34\x80\xd4\x71\ \xbe\x2c\x32\x03\x00\x00\x20\x00\x49\x44\x41\x54\x02\xd7\x2b\x94\ \x6b\x03\x96\xe3\x27\x09\xd7\xe6\xb0\xfa\xd1\x11\x5b\x48\x5c\x59\ \x7d\xec\xe0\xfc\x67\x1f\xd9\xf4\xc9\x8d\x55\x00\xc0\xe6\x63\x46\ \xbe\xfe\xaf\x5b\x5f\xf6\xa7\x1b\x00\x62\xaf\x7d\xe7\x6b\xff\xf2\ \x1f\x3e\xf5\xe1\x5b\x07\xec\xb0\x76\xe1\x3b\x3e\x70\xdc\x19\x97\ \x9e\x75\xef\x9f\x7f\xec\x43\x7f\x38\xe8\xa7\xfb\x32\xea\x30\xb8\ \xfa\xec\x77\x9e\x74\xdf\xa7\xfe\xd7\x87\x3f\xda\xc7\xda\xd3\xa0\ \x14\xda\x70\x96\xe7\x9c\x6a\x60\x54\x9e\x73\x6d\x00\x00\x86\x67\ \x59\x9c\xe1\x8d\x67\x5d\xb2\xf1\xae\x4f\x7d\xe4\xa3\x7b\xaa\x6a\ \xea\x50\x3e\x88\x16\x83\xc1\x8b\x06\x2f\xd0\x98\xb9\x0a\xb9\x89\ \x90\x08\x41\x02\x11\xa5\x34\xd5\xc0\x02\x68\xcd\xd1\x1b\xbb\x9d\ \x25\xad\x46\x3b\x6a\x47\x8d\xc9\x86\x1b\xb8\x94\xa0\x42\xa9\xec\ \x15\x0b\x03\x05\x17\x9a\x1c\x11\x91\xea\x14\x22\x65\x31\xec\xfb\ \x7e\x5f\xb5\x1a\x7a\x01\xd4\x40\xf0\x3c\x4e\x62\xa5\x14\xcf\x38\ \x84\x00\x22\x24\x15\x47\x10\x11\x4c\x84\xc8\xf3\x2c\x43\x00\x59\ \x16\x1b\x9f\x18\x65\x0c\xdf\xfb\xd0\xc3\xd8\x2e\x78\x7e\x10\x86\ \x21\x82\x50\xa4\x19\x23\x98\xa7\x51\xc1\xb7\x91\x86\xf5\x03\x33\ \x04\x98\x3c\xcb\x31\x26\xdd\x46\x73\x2e\xe7\xe5\x72\x5f\xd4\xee\ \x32\xcb\xb6\x6d\x87\x12\x66\xb3\xd0\xb6\xad\x99\xce\x21\xa5\x28\ \x02\xd6\xc2\x1c\x4f\xd2\x3c\x97\x5a\x28\x53\xea\xab\xad\x58\xba\ \xa6\x3c\x54\xd4\x44\xf1\x3c\xcb\xd3\x44\x48\x2d\x38\xc8\x53\x1d\ \xb5\x1b\x9d\x4e\x9a\xa5\xc2\xf5\x9d\x34\xe2\x46\x6b\xdf\x0d\x00\ \x25\x73\x33\x73\x84\xe0\xbe\xca\xb0\xc3\xdc\x34\x8b\xe2\xb8\x9b\ \x64\xb1\x06\x12\x18\xe0\x79\x61\xa5\xda\x57\xae\xf4\xe7\x4a\x77\ \xba\x31\xc2\x98\x12\x16\x45\x5d\xad\x14\xa0\x47\xac\x61\xd6\xba\ \xe0\x8a\x2f\x9c\x90\xfa\x83\x04\x00\x00\x56\x9f\xfb\xee\xab\x8f\ \x7e\x5d\xdf\x18\x03\x00\x2c\x3d\xf9\x92\x2b\x97\x9e\xb8\xe7\xe0\ \x02\xf2\xca\x13\x25\x08\xac\xe1\x77\x7d\xec\xca\x2d\x4f\xee\x6c\ \xa5\xf0\x6d\xfd\x43\x23\x15\x00\xd0\xf8\xfb\x3e\xf1\x57\x3b\x9e\ \xdc\xd5\xe1\xe8\x1d\x83\x23\x63\x3e\x18\x79\xed\x1f\xad\x44\x65\ \x14\x80\x3f\xfa\xdf\x63\x55\x1f\x00\x54\x7d\xfb\xc7\xff\x37\xab\ \x38\xc6\x5b\xfe\xde\x8f\x7d\xea\xc0\xa1\xe9\x43\x8f\xdf\xbc\xeb\ \x96\xc8\x5e\xec\x3f\x78\xf1\xe4\x08\x10\x11\x65\x70\xa1\x50\xf4\ \xc3\xc0\x76\x9d\x2c\xcb\xf6\xec\xda\x09\x0c\xa8\x94\xfc\xd9\xf9\ \xc6\x13\x8f\x3f\x22\x04\x37\x18\xf5\x0d\xf4\x23\x00\x8a\xbe\xb7\ \x76\x62\x22\x9d\x9f\x8f\x5b\x75\x04\x68\xe0\xb8\x61\x91\x14\x8b\ \xb6\x94\x8a\x20\x98\xa6\x31\x86\x38\x4f\x72\x49\x84\x96\x1a\x68\ \xa8\xb4\x44\x44\x1b\xa3\x93\x34\x47\x10\x19\x63\x3c\xd7\x55\x42\ \x70\x63\xe2\x38\xb2\x6d\xab\xc3\xe9\x64\xbd\x35\x3d\x3d\x8b\x20\ \x0c\x5d\x3b\xb4\x6d\x0b\x9b\xfe\x82\xb7\x61\xd5\x52\x0a\x64\x67\ \x66\xde\x20\x28\xb5\xa9\x56\xfb\x2c\xdb\x13\x0a\x75\xbb\x71\xa3\ \xd1\x0a\xc2\x30\x4d\x33\x46\x99\x32\x20\x95\x46\x20\xd6\x68\xb5\ \xc7\x4a\x65\x48\xf0\x4c\xbd\x85\x30\x6d\x45\xd1\xd0\xb2\x95\x98\ \x39\x71\x92\x23\x6a\x38\x57\x82\x83\x76\x27\x69\x36\x9a\x22\xe3\ \x87\x0e\x4c\x69\x0d\xe3\x6e\x56\x2a\x15\xaa\xfd\x45\x9e\xf3\x85\ \xb9\xb6\xc8\x05\x04\x8c\x62\x16\xc7\x3a\x4e\x00\x26\x41\xa1\x10\ \x22\xda\xe2\x52\x14\x8b\xa5\x52\xa5\x92\x66\x3c\xce\xb8\x36\x90\ \x50\x3b\xcb\x79\xb3\xd5\xe8\xe9\xce\x1f\xc9\x34\xc1\x2f\x8f\x3c\ \xcd\x6d\x08\x9d\xe2\xd8\xc4\xaf\x05\x51\x0a\x03\x13\x9b\x06\x26\ \x9e\xb1\xec\xfe\xf2\xb5\x9b\x7e\xe3\xcd\x2c\x5c\xb9\xfe\x98\xa7\ \xbf\x0b\xaa\xa3\xbd\xf9\xc3\x91\xb1\x1e\x36\x48\xfb\x97\x8c\x01\ \x00\x92\xbd\xf7\x7f\xf9\x5b\x3f\xec\x60\xbf\x35\x75\xe8\xb4\x97\ \xbf\x7d\xcc\x5d\xf4\xa0\x17\x0b\x76\x88\xba\xdd\x6e\x96\xa7\x2c\ \xc5\x5c\x8a\x12\xac\xb4\xda\xad\x9c\xe7\xc6\x98\xa9\xa9\xe9\xc9\ \x03\x07\x3b\x0b\x0b\x08\xe5\xd0\x22\x07\xf7\x35\x2b\x95\x41\xdb\ \x80\x99\xa9\x69\x13\x45\x86\x0b\xcf\xf1\x06\xfb\xfb\xfd\x12\xe5\ \xbc\x9d\x66\xa9\x91\x1a\x43\xac\xb1\x26\x94\x40\x60\xa4\x52\x10\ \x20\x60\x8c\x36\xc0\xf3\x42\xa5\x22\x68\x00\xa5\x84\xe7\x42\x72\ \x91\xaa\xd4\xb2\x2c\x29\xa5\xef\x97\x97\x14\xfb\x90\xe5\xed\xd9\ \xb9\x43\x4b\x2d\x73\x39\x58\x29\x58\x96\xdf\x6c\xc6\x79\xa7\x11\ \x47\xdc\x58\x4c\x68\x3d\xbf\x7b\x3f\x00\x00\x02\xc8\x18\xb5\x1c\ \xaf\xd3\x8d\x99\x45\xe3\x2c\xf5\x02\xdd\x6e\xcf\xd6\xfa\xaa\x31\ \x6f\xe4\x3a\x52\x06\x2b\x18\xe7\x0a\x44\x79\xe7\xae\x5f\xde\xfc\ \xf3\x7b\x40\x5f\x5f\x75\xc3\xfa\x75\xcc\xb2\xa2\x28\x21\x00\xc9\ \x4c\xa6\x51\x5e\x2a\x96\x19\x65\xb1\x9b\x18\x08\x66\x67\x16\x04\ \x17\x08\x11\x08\x71\x9e\xe5\x94\x61\xc9\x55\x92\x6a\xd7\x71\x20\ \xc1\x08\xfb\xd0\xa4\x00\x31\x44\x6c\x65\x74\xbb\xd3\xb1\x6d\xdb\ \xf7\x03\x29\x35\x42\xd0\x0f\xc2\x9e\xb8\xe3\x7f\xa7\xed\x62\x0f\ \xae\xbe\xe0\x75\x4e\x33\x91\x7e\x65\x78\xd9\x92\xbe\xc5\xd1\xe1\ \xff\xfa\x06\x11\xb6\x2c\xf6\x7f\x24\x73\x5a\x8a\x5c\x88\xff\xa3\ \x15\xee\xdf\xe5\x2f\x80\x30\xcb\xe2\x24\xea\x00\x2d\x2c\xdb\xb1\ \x6d\xbb\x31\x3f\x67\x11\xea\xda\x76\xb7\xb9\x10\x75\xba\x40\x08\ \x88\xa5\xd2\xa2\x3c\x30\x54\x29\x97\x88\x04\xf5\x85\xf9\x00\x81\ \xb1\xc1\xfe\x6a\x25\xc8\x65\xda\x98\x6b\x32\x1b\xdb\xcc\x76\x1c\ \x37\x8e\xe2\x66\xbb\x85\x11\x62\x94\x6a\xa5\x11\xc2\xc0\xe8\x4a\ \xb1\x92\xf3\xdc\xb6\x9d\xb8\x1b\xc5\x71\x52\x08\x43\xdb\x76\x64\ \xce\x1d\xc7\xc9\xb2\x2c\xcf\x23\x91\xab\x55\x13\xb5\xa5\x43\xa5\ \x6e\x27\x82\xca\x38\x96\xc5\xb5\xda\x31\x39\x9d\xb4\x5b\xd0\xe8\ \x62\x9f\xdb\x8d\xbb\x00\x40\xdb\xb2\x28\xc6\x98\x31\xa1\x92\x94\ \x73\x6a\x93\x76\xab\xdd\x49\x22\xc3\x60\x37\xc5\xd4\xc1\xcd\x6e\ \x3d\x4d\x22\x4a\x69\xff\xd0\xd0\xf4\xfc\x94\x46\x62\xc3\xc6\x63\ \x42\xaf\xc0\xe3\x34\x8f\x93\x3c\x13\x94\x12\x99\xf3\x6e\xa7\xcd\ \x28\x35\x4a\x7a\x3e\xab\x37\x9a\x10\x21\x83\x00\xc4\x00\x63\x5c\ \xf2\x8a\x4a\x1b\x08\x88\x5f\x28\x59\xcc\x12\x42\xf0\x2c\x8e\x73\ \x99\x2d\x34\xa3\x54\xfa\x41\x50\x28\x96\x85\x54\x51\x94\x32\xcb\ \x2e\x14\x70\x4f\xdc\xf1\xbf\xd9\xc6\x42\x76\x30\xbe\x6a\xdd\xf8\ \xa2\x87\xbd\x50\xd6\x0b\xe3\xa4\x79\xf0\xce\xfb\x1e\x4f\x00\x26\ \x94\x20\xad\x7a\x00\x57\x65\xf9\xba\xa3\x97\x0d\xe3\xdf\xe4\x36\ \xfa\x77\xfb\x0e\x01\x40\xc0\x00\x23\x08\xb2\x6c\x86\xb5\xcc\x15\ \xe7\xb6\xc5\xa2\xa8\xa3\xa5\x84\x5a\x13\xcb\xc6\x42\x03\xae\x97\ \x0c\x8c\x3a\x7e\xd0\x69\xb4\x06\xfb\xfb\x86\x8a\x7e\x60\x9b\x6e\ \x77\x5a\x81\x1c\x62\x92\xb7\x90\x01\x9a\xa7\x8a\x8b\x5c\x09\x6d\ \xa0\x81\x06\x1a\xa3\x09\x01\x08\x81\x7a\xbd\x09\x20\x4c\xa2\x6e\ \xe0\xf9\x9e\xeb\x75\x3b\x91\xd1\xca\xb5\xec\x1e\x69\x8a\x6d\xab\ \x00\x77\x51\xd4\x71\x99\x4f\x7c\x54\x28\xd4\x0c\xb4\x0e\x4d\xcd\ \xcc\x65\x82\x7a\xc5\xc0\x75\x1b\x69\xe4\xf9\x15\x08\x8c\xe3\x58\ \x59\x12\xcd\xcf\xcc\xf5\x55\x4a\xe5\xbe\x4a\xbb\xb9\x90\x8b\x0c\ \x1b\x46\x91\xdb\x58\x88\x4b\x85\x10\x29\x82\x2c\x32\x3c\x32\x02\ \x31\x3a\xfb\x8c\xf3\x2c\xc7\x49\xb3\x3c\x70\xdd\x6e\xab\xa5\xb5\ \x26\x06\xd4\xe7\xe7\x30\x22\x9e\x65\x75\xa3\x0e\xf4\xbc\x5a\xad\ \x62\x3b\xf4\xc0\xcc\x74\x58\x72\x29\x25\xdd\x4e\x57\x18\x29\x94\ \xee\xa9\xc2\x26\x3c\x81\x00\x70\xa5\x2c\xdb\x53\x52\xcf\xcd\x37\ \x3a\x51\x5a\x28\x84\x85\x62\x09\x90\xc3\xea\x29\x8c\x31\x08\xff\ \x0b\x63\x6b\x5a\x26\xa9\xb0\x1c\x07\xff\xf6\xe1\x6e\x54\x9a\xe6\ \xc4\x76\xe9\xe2\xb9\xff\x42\x8f\x05\x10\x8a\xa4\xfe\xf8\xc3\x0f\ \x76\x31\x99\xdb\xb7\x3b\xf1\x06\x97\xf7\x87\xd1\xcc\xbe\xf6\xb6\ \xee\xb2\xcb\x2e\x29\x21\xf9\x4c\x15\xb5\x67\xe9\x41\xb6\x2c\x16\ \x04\x5e\xa9\x10\x72\x21\x1b\xf5\xb9\x38\xee\xe6\x29\x6e\x35\x16\ \x5c\xc7\xf6\x82\x82\xef\xb8\x98\x0b\x4c\xc8\xe0\xc0\x38\xb5\x58\ \xc9\x2b\x0c\x97\x0a\x20\xef\x64\xa2\x6b\x39\x98\x2b\x00\x20\x66\ \xd4\x4b\xd3\x98\x73\x81\x11\x29\x16\x5c\xa9\x94\xe0\x79\x9e\xe5\ \xc6\xd2\x96\x6d\x03\x80\x81\x81\x08\x5b\xb9\xd0\x8e\x6d\x05\x41\ \xa1\xd3\x69\xd9\x8e\xab\x94\xb4\x6d\x87\x40\xee\x32\x01\xa0\xea\ \x74\xba\xd4\x2b\x23\x2c\x04\xc0\xed\x34\xd9\x37\x33\x23\x94\x21\ \x98\x79\xd8\xf8\x0e\xf3\x3d\xdf\x4a\x52\x9e\xc5\x96\xed\x60\xdb\ \x55\x8a\x03\x62\x0f\x8e\xd6\x1a\x8d\x76\x9e\xa1\x42\x18\x62\xed\ \xf8\x7e\xa5\x58\x0c\xfb\xfa\x2a\x1a\x18\x42\x69\x12\xe7\x32\x87\ \xb3\x8d\x69\x29\x52\x00\x80\xd4\x10\x68\x0d\x91\x41\x18\xfa\x81\ \x5b\xad\xd5\x5a\xad\xa6\x1b\xb8\x59\x9e\x68\x28\x01\x70\x94\xe6\ \xd4\xb2\x5b\xdd\x0e\x80\xc8\x20\x98\x24\x99\x14\x2a\x49\xb3\x72\ \xa9\x8c\x29\x64\x96\xb2\x6d\x37\x8a\xb2\x85\x85\xbd\xae\x67\xfb\ \xbe\xc7\x18\xb3\x2c\xeb\xc8\xc7\x82\x9e\x56\x4d\xef\xeb\xb9\xad\ \xb7\xde\x7e\xd0\x7b\xc5\xb9\x27\x3a\xbf\xf6\xf1\xac\xde\x4c\xc2\ \x52\x99\x61\x90\x1d\x7a\xe8\xaa\x7f\x7e\xf0\x0d\x97\xff\xde\xf8\ \x6f\xc9\x38\xe8\x68\xd7\xe7\x3f\xff\xe3\x97\xbe\xe7\x8a\x4d\xd5\ \x45\x6f\x7a\x61\x9b\x94\x32\x18\xdc\xf0\xfe\xff\xe7\x04\xdb\x06\ \x3f\xfe\xfb\x2b\xf7\x2e\x7b\xcd\xfb\x5e\x7a\xd4\xfc\x43\x37\xfe\ \xf5\xbf\xec\xcd\x84\x06\xd6\x6f\x50\x6f\x3d\x1b\x97\x89\xe3\x11\ \x27\xe8\xa4\xbc\x5e\xaf\x43\x08\xb9\x50\xed\x24\x75\xbd\x00\x48\ \xa6\x58\x19\x58\x54\x16\x2c\x8a\xd0\xbe\x86\x26\xba\x19\x52\x6d\ \xb2\xd4\x21\xc6\x77\x18\xa5\x8e\x42\x81\xd1\x5a\x1a\x69\x30\xd3\ \x10\x68\xa3\xb3\x38\xd1\x5a\x09\xce\x29\x21\xc4\xb2\xa5\x41\x88\ \xb8\x00\x60\x8d\x51\x26\x05\x94\x90\x61\x14\x04\x15\xa9\xb4\x54\ \x86\x11\xa2\xa1\x17\x09\x6c\x0c\x92\x5a\x2d\x1c\xea\xcc\xce\xe5\ \x51\x9c\x1a\x80\xaa\x1e\x4d\xb3\xdc\x75\x71\x2e\xd2\xf9\xe6\xc2\ \x6c\x1d\xfa\x7e\x18\x25\x19\xe7\x0a\xed\x99\xd2\x3d\xfa\x42\x92\ \x30\x00\x1c\xa3\x46\xc7\x97\xaf\x5f\x7f\x94\x45\x20\xc2\x5a\xf2\ \x44\xca\x5c\xf0\x8e\xeb\x60\x6d\x32\x68\x48\xa1\x3c\xa8\x8d\x6e\ \xb4\x1a\x8c\xda\xad\x56\x3b\xcb\x72\xdb\xb6\xe7\xe6\xeb\x92\x6b\ \xc6\xdc\x4a\xd8\xa7\x8d\x51\x5c\x19\x89\x74\x0e\x1d\xe6\x1b\x00\ \x38\xe7\x9e\xe3\xe7\x20\x35\x52\x21\xad\x93\x2c\xeb\xb6\x5b\x3c\ \x4d\xc2\x42\x81\x60\x18\x75\x3a\xae\xe3\x60\x88\x30\x3c\xa2\xa7\ \xea\xd6\xef\x7f\xfe\xaa\x1b\x1f\x0b\x2a\x81\xe0\x68\xc3\x19\xaf\ \x7d\xd3\x05\x27\x8a\xb4\x53\x6f\xfe\x46\x96\x92\xee\xbf\xe7\x53\ \x5f\xda\xfa\xd1\xbf\x78\x7f\x0d\x00\x9d\xd4\x77\xef\x9d\x25\xbf\ \xab\x6b\x10\x31\xb1\x7b\xe7\xfe\x93\xe4\xa2\x2b\xfd\x37\xc1\x0b\ \x08\xcc\x9f\xf8\xc5\x8f\x6f\xb8\xed\x9e\x72\x70\x36\x00\xa0\x31\ \x77\x28\xb7\x5d\x87\x61\x60\xf8\x73\xc6\x0b\x30\x9e\x6f\xb4\x76\ \xef\x3f\xe8\x50\x22\x85\x70\x18\x93\x52\x4b\x63\x34\x44\x0a\x12\ \x43\xec\x5c\x41\x44\x7d\x83\x40\x6e\x54\xd4\x9a\x9f\x9c\xd9\xeb\ \x62\x55\xf0\x2d\xcf\xb5\x2d\xcb\xb1\x1d\x17\x22\x80\xb0\xf1\x3c\ \xcf\x75\x6c\x2d\x05\xd7\xb9\x6b\x33\xe2\x18\xdb\xa2\x0c\x53\xad\ \x35\x97\x26\x4d\xd2\x2c\xcd\x6c\x8b\x09\xae\x00\x31\x96\xe7\x40\ \xad\x2c\xe6\x39\xb6\xe5\xba\x41\xb1\x3c\x10\x47\x31\xc6\xc8\x75\ \xdd\x24\x89\x95\x52\x61\x18\x28\xa5\xb3\x2c\x13\x9c\x4b\xa4\x93\ \x3c\xa7\xcc\x66\xcc\x99\x9c\x9a\xc9\x52\xd5\x8a\xb2\x5d\xbb\xf7\ \x75\x3a\x49\xb7\xd9\x91\x49\xb2\x7e\xf9\xd8\xf2\x95\xcb\x0c\x34\ \x86\xa0\x8c\xe7\x18\x41\xe6\x30\x4c\x74\xb7\xdd\xd0\x5a\xf9\x85\ \x02\x65\xf6\xf4\xdc\x4c\xce\xf3\xb4\xd3\x32\x10\x0c\x0c\xf7\xcf\ \x4e\xcd\x77\xda\xe9\xc4\xf8\xb2\xf9\xb9\xc6\x42\x63\xce\xf7\x7d\ \x42\x49\xab\xd1\xf5\x7d\xc3\x1c\x2b\x49\x53\x88\x90\x45\x88\xc8\ \xf3\x42\x18\x1a\x03\x80\xd1\xae\x65\x19\x84\x8c\xd6\x8e\x65\xc5\ \x71\x74\x60\x72\xd2\xb6\xac\x5a\x7f\x7f\xef\x94\x3e\x32\xf0\xe1\ \xa1\x1d\x3b\xbd\x55\xaf\xfa\xe4\xe5\x5b\x66\xb7\xfe\xe4\x4f\xfe\ \xec\xaf\x4a\xeb\xaf\x79\x59\x5f\xff\x92\xc4\xb5\x81\xd9\x71\xf7\ \x8f\x6e\xbe\x6f\x87\x0c\x97\x9f\xb9\xde\x6a\x3d\x79\xc7\xe7\x3f\ \x95\x8e\xae\x3d\xf5\x82\x95\x81\x1d\xef\xf8\xea\xe7\xfe\xc6\x77\ \xc2\xcd\x2f\x7f\xcd\x31\x63\x21\x00\x60\xf2\xa1\x9b\x7e\x74\xdb\ \xe3\x90\x25\x2d\x48\x6c\x0b\x24\x53\x8f\x7e\xe7\x7b\x37\xd5\xb5\ \x7b\xdc\xcb\x5e\x7f\x4a\x79\xee\x86\x9f\xef\x39\xfd\xa2\x97\x97\ \x31\x7f\xf0\xa6\xeb\xa2\x91\x2d\x9b\xd7\xf4\x2f\x7a\xda\x7f\x7d\ \xbc\x80\xb7\x27\xff\xe5\x5b\x5f\xf9\xf9\x1e\xb2\xe5\x15\xaf\x7c\ \xf4\xae\x6f\xfd\xc5\xf4\xed\x53\x3b\x76\xae\x7d\xf5\x07\xca\x96\ \x92\xd9\x73\xaf\x23\x00\x90\xa4\x79\xb3\x15\x99\xc0\x63\x04\x0b\ \xa9\x92\x24\x31\x06\x08\x91\x3b\xae\x1f\x78\x0e\x15\x5a\x02\x89\ \xb5\x56\x22\xd5\x92\x23\x8c\xd2\x3c\x91\x22\xeb\x74\x23\x84\x30\ \x80\x48\x40\x02\xb0\xe3\xb9\x71\x21\xf0\x5d\xc7\xb2\x09\x15\x80\ \x2a\xc9\x61\x3b\x93\xa2\x4b\x31\xcc\xe3\x06\xcf\xe2\xa1\xe1\xa1\ \x95\x4b\x97\x18\xa5\x09\x86\x8c\xa2\x3c\x8e\x1d\xc7\xaa\x94\x8a\ \xae\xe3\x18\x29\x11\x13\xae\xe7\x2a\x95\x38\x3e\x46\x88\x4a\x99\ \x68\xa0\xfd\x80\x75\xbb\xa9\x94\xc2\xb3\xa1\x1f\x30\x29\x55\x30\ \xda\xa7\x0c\x4a\x12\x71\xec\xaa\xd1\x28\x4e\x0f\x1d\x9a\x3e\x38\ \x79\x48\xf2\xf4\xf6\x9f\xff\xcc\xb6\xed\x6a\x5f\x65\xd5\xca\xe5\ \x95\x4a\x29\x49\xa3\x66\x37\x4b\x33\xe5\x79\x7e\xab\xdd\xc5\x28\ \x51\xb9\xa8\x94\xca\x8d\x46\xc3\xf3\xfd\xb8\x1b\x0b\xce\xab\xd5\ \x2a\xc6\xc0\x75\x1d\x9f\xfb\x96\x65\x09\x29\x8b\xa5\x22\xa3\xb4\ \x1b\x47\x96\x6d\x6b\xa3\x7b\x84\x2e\x5c\x29\x46\x59\x9a\xa5\x4a\ \xaa\xb0\x50\x48\x92\xc4\xb2\x2c\xc7\x71\xa4\x94\x4a\xeb\x76\xbb\ \x7d\x24\xb1\x43\xca\x28\x6f\x4e\x3f\xf1\xd8\xf6\xd6\xde\x83\xde\ \xf0\x51\x6b\x6a\x64\xfe\xae\x5b\xae\xbd\xa3\xff\xac\x93\x47\x6f\ \xf8\xe7\xaf\x36\xd6\x5d\x78\xda\xb2\x51\x1b\xcf\x11\xbf\xba\x6a\ \xc3\xf1\xab\x97\x8f\x32\xb4\x57\x6a\x54\x19\x5d\x1e\x4e\xdf\xfe\ \xb9\xbf\xba\xea\x13\x9f\xfb\x93\xc2\xf6\x1f\x7e\xf2\xd3\x3f\x3c\ \xfa\xfc\x57\xf6\x45\x0f\x27\x52\x00\x03\x88\x15\xae\x38\xfa\x84\ \x91\xfa\xa3\x57\x5f\x75\x55\xf1\xf2\x97\xfd\xfc\xc6\x6f\x93\x13\ \xce\xbd\x60\x78\xf6\x86\x6f\x5d\xbf\xe2\xbd\x67\x2e\x7a\xda\x0b\ \x20\x16\x20\xd4\x5e\x38\xb4\x80\x57\x5d\xfe\xc7\x17\x6d\x18\xf6\ \xf6\xae\xbd\xe3\x96\x5f\x6e\x5f\x75\xc9\x7b\xb7\x1c\xbf\x5c\xe5\ \xfc\x79\xea\x2c\x63\x02\x30\x03\x06\x2b\xa9\x85\x14\x59\x96\xbb\ \x8e\xa3\xa5\x4c\x93\x88\x31\x5b\x09\x65\xbb\x90\x42\x98\xc4\x51\ \xd2\x6d\x19\x25\x84\x10\x42\x49\x4c\x08\x21\xd4\x20\xa8\x89\x8d\ \xb0\x6f\x38\xce\x9a\x82\x76\xa5\x6f\x91\xb2\xc2\x69\x14\x63\xa8\ \x91\x31\xbe\x4b\x47\x87\x06\x07\x6b\xa5\xbe\x5a\x9f\x96\x22\xee\ \x76\x09\x82\xd4\x18\xe2\x30\xcf\x75\x8c\x91\xf3\xb3\x87\x2c\x6c\ \x10\x84\xdd\x7a\x13\x02\x08\x21\xf0\xfd\x40\x73\x0e\x00\x40\xc8\ \x22\x3a\xb1\x09\xd6\x52\x32\x1e\xdb\x84\x69\x08\x32\x2e\x5c\x8f\ \xb8\xae\x9f\x97\xe8\xf2\xa1\x20\x59\x3b\xbe\xe7\xc0\xcc\xe4\xe4\ \xe4\xe4\xe4\xc1\x7a\x73\x86\x32\xd8\xea\x54\xb5\x01\x51\x1c\x33\ \xc6\x92\x56\xca\x10\x82\x08\x40\x80\xb3\x38\x03\x1a\x40\xad\x93\ \x28\xf2\x6c\x07\x43\xd8\x68\x2c\x74\x3a\x91\xd2\xba\x54\x2a\xcd\ \x2f\x2c\x40\x74\x58\x2d\xb6\xec\xfb\x0b\xf5\x85\x56\xab\x95\xe7\ \x79\x96\x66\x94\x10\xcb\xb5\x99\xc7\xa4\x52\x94\x52\xcb\xb2\x64\ \xaa\x20\x84\x96\x65\x61\x8c\xc1\x11\xd4\x4a\xa1\xc8\xcc\xed\x7d\ \xf8\x17\x77\x47\x9d\x83\x4f\x66\x68\x30\x6f\xe7\xbe\xe5\xfa\x8e\ \x05\x8c\x50\xa4\x72\xda\xf9\x17\xbd\x6c\x85\xdb\x7d\xf2\x5f\x8d\ \x3f\x72\xda\x4b\xb7\x8c\x31\x90\xec\xd8\x06\x4b\x2b\xcf\x7b\xd5\ \xf9\xe3\xd6\x51\x0f\xbf\xfb\x2f\x77\x4c\x66\xce\x1d\x3f\x0d\x36\ \xbf\xe9\x7d\x6f\x3a\x0b\xc4\x4b\x6f\x7f\xe0\x1b\xca\x00\x8c\x54\ \xfd\xe0\x8e\x83\xcd\x76\xb7\xb9\x67\xd2\x59\x7b\xd6\xea\xf2\xc3\ \xf7\x6c\x7f\xd9\x59\xf5\x59\x6f\xc5\x25\x6b\xfb\x16\x3d\xed\x05\ \x80\x17\x70\x5e\x59\xfa\x92\x0f\x7e\xf0\xf4\xa4\x39\xbb\x77\x4f\ \xb3\xb0\xe2\x25\xef\xdc\xb8\x59\x70\x2e\x84\xd0\xbf\x75\x5b\x7d\ \x96\xd9\x24\x29\x35\x10\x5a\x31\x65\x8c\xa6\x18\x5b\x04\x13\x8c\ \xa0\x91\x49\xa7\x2d\x2d\x0e\x11\x4a\x65\x96\x48\x1e\xb7\xeb\x58\ \xe5\x18\x22\xca\xac\x2c\x91\x79\x92\x39\x2e\xf2\xc2\x02\xb2\x43\ \x8d\x2d\x00\xb4\x6d\xb3\x5a\xb9\x38\xd0\x57\x0e\x2c\x9a\x74\xdd\ \x52\xe0\x79\x9e\x53\x29\x78\x3e\xcd\xb2\xa4\x1d\xb7\x1b\x3c\x4b\ \xb5\x14\xd4\x71\x34\x46\x5a\xab\x2c\x51\x8d\x7a\xb2\x30\x3b\x55\ \x0a\xdd\xc0\xf7\xa4\x52\x8c\xb1\x2c\xcb\xba\x51\xab\x52\xae\x64\ \x59\xd6\x68\xcc\x7a\x9e\x9f\x74\xd2\xd0\x0f\x44\x96\x70\xd9\xb1\ \x2c\xdb\xa6\x54\x69\x1e\x37\x67\x5c\xd7\x93\x5a\xa7\xdd\xfa\x92\ \x91\xf2\xf2\xe5\xa3\xcd\x46\x6b\x6a\x76\xee\x89\x27\x1e\x37\x90\ \x0c\x0e\x8d\x04\x85\x92\x84\xd4\x75\x43\x0c\xb4\xc8\x52\x88\x58\ \x96\x45\x59\x9c\xb5\x1b\x4d\xcf\xf7\x4b\xa5\xd2\x7c\xbd\x4e\x08\ \x63\x04\xc7\x99\x9c\x9a\x9a\x02\x10\x12\x4a\x92\x24\x01\x00\x4c\ \x4d\x1d\x8a\xd3\x34\x89\x63\xa5\x95\xe7\xba\x84\xd2\x34\x4b\x6d\ \x66\x95\xcb\xe5\xf9\x7a\xbd\xd9\x6c\x96\x2a\x65\x84\x50\x9a\xa6\ \x59\x96\x1d\x49\xc0\x20\x15\x70\xcd\x69\x6f\xbe\xe2\xf7\x5f\x02\ \x00\xf8\xfe\xff\x7a\xe7\x77\x6e\xb8\xff\xf7\x36\xf4\x08\x07\x20\ \x84\x40\xf2\x1c\x00\x57\xf7\x18\xac\xf5\x53\xab\x6b\x14\xcf\x01\ \xa0\x24\x60\x54\x0b\x21\xa5\xb2\x02\x06\x00\x00\xca\x00\x88\x50\ \x56\xff\xe6\xe7\xff\x62\xe7\xc8\x2b\x5e\x79\x6c\xff\xf6\x87\x77\ \x72\xe9\x9d\x75\xf6\xa6\x9f\x5e\x77\xfb\x2f\x2c\x55\x98\xd8\xb0\ \x74\x71\x3c\xf1\x05\x92\x24\x50\x90\xde\xf9\x9d\x2f\x7d\xf7\xf6\ \x27\xe2\x4c\x30\xaf\xff\x8c\xd7\xbd\xf5\x82\x13\xc7\x7f\x67\xda\ \xfa\xac\x35\x45\x08\xa4\xa4\xc8\x81\x5a\x31\x8c\x58\xe8\xf3\x4c\ \x1a\xa0\x21\x30\x5a\xe5\x40\x01\x9e\x67\x3c\x8d\xb4\xc8\x2d\x04\ \x10\x86\x84\x31\xcb\x98\x44\x46\x00\x3d\x45\x95\x6c\xe3\x81\xbe\ \x1a\xc5\xa0\x5c\xf0\x0b\x1e\xb1\x09\x58\x3a\x38\x58\x29\xf8\x40\ \x2b\x9e\xc5\x79\xdc\x2a\x87\x7e\xce\x79\xa2\x72\x48\x99\x63\x5b\ \xad\x56\x33\x4d\x13\x8c\x80\x6d\xd9\x85\x42\x01\x33\xbc\xd0\x8e\ \x00\x00\x61\x48\xdd\x42\x29\x49\x12\x6e\xa0\x21\x4c\x61\x0e\xa9\ \x55\x28\x79\xf5\xb9\x05\x4c\x30\x26\x38\xc9\x3a\x95\x4a\x39\xcb\ \xb3\x24\x4b\xb5\xd1\xcc\x62\x96\x45\xb2\xbc\xab\x64\x5e\xad\x96\ \x5c\xd7\x1e\x1e\x1e\x9a\x99\x6f\x4d\xcf\xcc\xcf\x37\x3a\x08\x33\ \xcb\xb1\x3d\x66\xd9\x18\x11\x02\x43\xcf\x2e\x14\x18\x23\x88\x50\ \x64\xd9\x56\x12\xa7\x42\xa9\xc0\x0f\x72\xa9\xa6\xa6\xa6\x0a\xc5\ \x62\x9c\xc4\x71\x1c\x17\xca\x25\xa5\xb4\x63\xdb\x08\xc2\x30\x0c\ \xa5\x90\x5a\xab\x5a\x7f\x8d\x10\x12\xa7\x29\xa3\x54\x70\x9e\xe7\ \x79\x2f\x10\x04\x41\x70\x44\xeb\x08\x2a\x9f\x3b\xb0\x63\xcf\xbe\ \xbe\xe6\xe4\x13\x77\x4c\x46\xcb\x37\x8f\x22\x7e\x77\xca\xdd\xde\ \x28\x41\x6f\xde\xc8\x0d\x2a\x4e\xe3\x89\x3b\xee\xf8\x55\x32\x31\ \x54\x4d\x15\xef\xcd\x1a\x18\x9d\x67\x59\x0e\x9c\xe3\x4f\x3e\xf9\ \xcb\x9f\xbd\xfa\x07\x2b\xc2\xd5\x78\xfb\x42\x9a\x1b\x95\xd7\x17\ \xe2\xe2\xf1\x63\x13\x13\xc6\xc6\x3a\xcf\xf2\xe2\xa6\xf3\x57\x7c\ \xe7\x8f\x3e\xf7\x15\x75\xf1\xc7\xde\xb8\x48\x45\xfc\x82\x30\x42\ \xc9\xfc\xd6\x5b\x7f\xf0\xcb\xc6\xab\x2e\x7e\xcd\x03\x77\x3e\x76\ \xd4\xda\x91\xbb\xff\xf5\xba\x15\x13\xef\x3d\xaa\x4a\x7f\xa3\x9c\ \xf8\x5c\x72\x04\x28\x38\xd2\x12\xf0\x44\x2b\x49\xa8\x6b\x80\x21\ \x48\x03\x88\x20\x82\x59\x9e\x19\xa3\x31\x54\xd0\x48\x46\x90\x96\ \x52\x28\xd5\xd3\x20\x86\x08\xc5\x51\x2c\x32\x3e\xb1\x14\x0d\x84\ \x6c\xac\xc6\x2c\x8a\xab\x45\xd7\xb5\x08\x81\x8a\x80\xdc\x64\x09\ \x81\x00\xca\x14\x28\xde\x58\xc8\x92\x34\x51\x4a\x00\x00\xa4\x10\ \x9e\xe7\x66\x69\x2c\x84\xf6\x5c\x82\x30\xd6\x10\x78\x45\x17\x21\ \xe4\x7a\xbe\x14\x82\xd8\x01\xb2\x3c\x02\x11\xf5\x42\x8a\x49\xd6\ \x89\x52\xad\x07\x2a\xfd\x04\xe3\x46\xa3\x19\x4b\x83\xa8\x65\x63\ \x6a\x10\x4c\xb8\x52\x00\xd4\xaa\x25\xa5\x41\x92\x74\x31\xa6\xfd\ \xb5\x3e\xdb\xf1\xc2\x42\xe1\x89\xed\xbb\x72\x9e\x70\x9e\x4f\xc5\ \x19\xa3\x16\x02\x6a\xa8\x5a\xb6\xa0\xae\x95\x8b\x61\xe8\x75\x5b\ \x09\xc3\xac\x5c\x0a\x67\xe6\xe6\x19\x63\x2b\x57\xae\x9c\x9a\x9e\ \x4a\x92\xa4\x52\xa9\x28\x00\x5c\xc7\x72\x3c\x67\x66\x66\x86\x52\ \x8a\x11\x4a\xe2\xa4\x1b\x75\x29\xa1\xda\x18\xa5\xb5\x52\xaa\xd9\ \x6c\x6a\xad\x29\xa5\x3d\xe9\xe7\x23\xb6\xea\x63\x1b\x8f\xf3\x7f\ \xf2\xc0\x3f\xfe\xc3\x36\x03\xd9\xd1\x97\xfc\xc1\x1b\xcf\x19\x6b\ \x3c\x30\xb6\x6e\x45\x11\x41\xb6\x6c\xfd\x86\xfe\x80\x02\x00\xe8\ \xd0\xa6\xb7\xbd\xf5\xd4\xab\x6f\xf8\xfa\xde\x35\xe7\x5e\x7a\xf6\ \xe0\xc6\x8d\xab\x3c\x02\x00\xb4\x57\xae\x5f\x5b\xb6\x74\x65\xd5\ \x5b\x3e\xfa\x36\xf4\x9d\xeb\xbf\x71\x97\x30\x6b\x4f\x3a\x79\x7c\ \x68\x68\xe2\xb2\x37\x7f\xe9\xdb\x57\x7f\xe6\x3e\x88\x87\x36\xad\ \xed\x77\x00\xf1\xce\x3d\x75\xcd\xcd\x7b\x9a\xa7\x2f\x16\x1b\x5f\ \x28\xd7\x02\xa8\xe7\xa6\x0f\x14\x8f\x3a\x69\xf3\x31\x13\x5b\x1f\ \x38\xb8\xf1\xa4\x93\xf6\x3d\xf4\xc8\x7c\x27\x81\x7d\xc5\xe7\x77\ \x2f\x00\x10\x22\x95\x13\x91\xa8\x38\x33\x4a\x41\x06\x05\xcf\x31\ \xc6\x88\x58\x92\x0b\x25\x38\x22\xb8\x50\xf0\x9b\x92\x4b\x9e\x63\ \x8c\x15\x97\xb9\x94\x50\x29\x8b\x50\xae\xb8\x45\xb0\xcf\xa0\x8f\ \xf3\xa1\x32\xad\x96\x8a\x22\x4f\xea\x73\x07\x95\xc8\x6b\xe5\x52\ \x9c\xc6\x4a\x64\x08\x62\x2e\x61\x1c\xa7\x95\x4a\xc5\xb6\x43\x8c\ \xf1\xbe\x7d\xfb\x1c\xc7\x69\xb7\x3b\xe3\xe3\xe3\x94\xd0\x6e\x1c\ \xfb\x61\xc1\x71\x9d\x28\x8a\x00\xc0\xa5\x4a\xc9\x68\x4d\x19\xb3\ \x98\xd5\x68\xd4\xb1\x65\xb9\x45\x32\xe8\x38\x18\x63\x21\xa5\x15\ \xf8\x88\x30\xd7\xf1\xd2\x24\xf1\x7c\xdf\x18\xd3\x6a\xd7\xb5\x52\ \x10\x21\xcf\xb5\x99\xed\x45\x71\xa4\x78\x1e\xb8\xec\xb8\x4d\xeb\ \xa2\x28\x9d\x3c\x70\xa8\x9d\x89\x18\x10\x06\x50\x3b\x11\xbc\xdd\ \x98\xdc\xb3\xcf\xb5\xad\x42\xe0\x13\x46\x28\x9d\xb7\x3c\x27\x15\ \x49\x1c\xc7\xa5\x52\xb9\x58\x2a\x49\x29\x31\xa5\x84\x51\x88\xa0\ \x31\x26\x8e\xe3\x52\xb1\x98\xc4\x49\x12\x27\xae\xeb\x66\x79\xce\ \xf3\x3c\x0c\x43\x80\x20\x21\x24\x8e\xe3\x46\xa3\x71\x24\xb1\xc3\ \x95\xe7\x5d\xfa\xe9\xf3\x2e\x7d\xe6\x2b\x83\xc7\x5d\x7c\xc5\x71\ \x00\x00\x70\xc9\x15\x1f\x7e\x6a\x41\xe9\xb1\xaf\xf8\xfd\x63\x5f\ \x71\xf8\xbb\x0f\x7c\xa8\x37\x80\x50\x7b\xdb\xe5\x97\xf5\x5e\x59\ \x7f\xce\x5b\xd6\x9f\xf3\x96\x5f\xff\x8a\x0d\xe7\xff\xf1\x86\xf3\ \x0f\x5f\x12\x93\xf6\xc1\x9d\xfb\xee\x7d\xa2\xf5\xd2\x37\xbf\x6e\ \x84\x2c\x7a\xd9\x0b\xc3\x8c\x41\x7e\x50\x21\x2a\x8d\x72\x20\x17\ \x1e\xf8\xec\xa7\xb6\xe2\xea\xda\x0b\x06\x8b\xbf\x73\x67\x92\x67\ \xa9\x4d\x6a\x21\x1a\xb3\x76\xc1\xa7\x14\xc9\x04\x62\x84\xd3\x3c\ \x25\xb6\x12\x52\x1b\x63\x20\xc4\x00\x40\x04\xa1\xe9\xe9\x8d\x20\ \xa4\xb5\x42\xff\x1f\x7b\x6f\x1a\x6c\xd9\x55\xdd\x79\xae\xb5\xa7\ \x33\xdf\x73\xa7\x37\xbf\x1c\xa5\xd4\x98\x92\x10\x92\xc0\x0c\x92\ \x28\xa0\xc0\x18\x90\x0d\x98\xf2\x58\xee\xaa\x8a\xb6\x1d\x76\x74\ \x75\x4d\x1d\x3d\xd4\x87\x8a\xee\xea\x8e\xe8\xf6\x87\xfa\x52\xd5\ \xed\x8e\x0e\x57\xb4\xdb\x15\x65\xca\x43\xb9\xc0\x06\x6c\xc0\x18\ \x0b\x2c\xb0\x2c\xc4\xa8\x59\xca\x54\x66\xbe\x7c\xf9\xe6\x3b\x9f\ \x7b\xa6\x3d\xac\xfe\xf0\x92\xc1\x48\x20\x52\x80\x84\x92\xf3\x7b\ \x11\x19\x91\x99\xef\xdd\x77\x63\xdf\x7d\xfe\x7b\xad\xb5\xd7\x80\ \x80\x04\x02\x31\x0e\xfc\x34\xf4\x7a\x89\xc7\x6d\xbd\xbb\x79\x61\ \x3a\x19\xfb\x52\x1a\x53\xef\xef\xed\xe5\xb3\xa9\x10\x0c\x91\x19\ \x0b\xc6\x40\x51\x14\x55\x55\x69\x5d\x73\x2e\x16\x16\x96\x7c\x3f\ \x34\x0e\x38\x60\xbf\xbf\x00\x48\xa6\x2a\x03\x25\xdb\xad\x04\x11\ \xf2\xaa\xe4\x08\xc3\xe9\xa4\x2a\xcb\xba\x2a\x38\x67\x69\x3b\x25\ \x22\x93\x9b\x38\x4e\x00\x90\x88\x8c\x75\xe7\xcf\x5d\xf0\x7c\x9f\ \x73\x18\x8d\xf6\x16\x17\x17\x93\xa4\x3d\x99\x4e\x6a\x6d\xaa\xb2\ \xc8\xb2\x5c\xf9\x61\xa8\xbc\xa3\xeb\x7d\x97\x2e\x15\x10\x46\x8c\ \x49\x5d\x4d\x2c\x5d\xd8\xdc\x32\xc5\x3c\xf2\x3d\x47\x0e\x01\x64\ \xe0\x51\xc0\x16\x97\x97\xbc\xb2\x28\xeb\x2a\x6d\xa5\x41\x1c\x29\ \x4f\x0d\xc7\xa3\x34\x4d\x19\x63\x5a\xeb\x4e\xb7\x73\x24\x49\xca\ \xb2\xdc\xdd\xdb\xf3\x7c\xdf\xf7\x7d\x2e\x85\xd6\xba\x2c\xcb\xc3\ \x46\xf2\x57\xcd\xae\x1a\x5c\xf8\xca\x7f\xfc\xff\x3e\x28\x6e\x79\ \xc7\x2f\xff\xe4\xab\x9b\x4a\xe5\x57\x0a\xba\xae\x57\x5f\xf5\x8e\ \x7f\x7c\x87\x8a\x79\x75\xef\x5b\xdf\xba\xa1\x97\xdf\xf0\x86\x57\ \xb7\xb9\xd1\x96\xae\xd8\x2e\xb0\x65\x4e\xc5\x18\x7c\x44\xe6\x0b\ \x92\xc6\x18\x5d\x16\xa5\xd6\x16\x84\x63\x52\x1b\x53\xd5\x15\x13\ \xcc\x01\x18\xe7\x1c\x01\x39\xe7\x71\x61\xab\x12\x9c\xd6\xe5\x5c\ \x00\x74\x5a\x6d\x5b\x9b\x38\x6c\x99\xca\x5a\x6b\x80\xec\x60\x30\ \x03\xa2\xe3\x2b\x47\xac\xd5\xd3\xc9\x54\x08\xaa\xaa\xca\x1a\xd7\ \x4a\xd3\x76\x3b\x9c\x4c\xa7\x45\x59\x4a\xeb\x1c\x80\x10\x3c\x0e\ \x94\x05\xf0\x94\xc7\xc1\x0e\xf6\x07\x71\x12\x4b\x46\x07\x93\x91\ \xe7\x79\x45\x96\x09\x5f\xcc\x33\x32\xc6\x16\x79\x51\x57\x5a\x6b\ \x5b\x57\xda\x59\xf2\xbd\x40\x97\xe5\xf6\x60\x5f\x29\x28\x93\xb2\ \x2e\x0f\xca\xaa\x8e\xe2\x18\xad\x6e\x45\x1e\x22\xa5\xa9\x5f\xee\ \xce\x4a\xe3\x89\xb4\x1d\x78\x9c\xb2\x69\xd8\xea\x18\x8b\x42\xf8\ \x4a\x7a\xed\xb4\x75\xec\xe8\xb1\xcd\xbd\xad\x93\xa7\xaf\x8d\x5a\ \xf1\xd6\xf6\x56\x8c\x97\x5b\xbf\x3a\x72\x82\x8b\xee\x42\xb7\x2c\ \xcb\xaa\x28\xb3\x59\x36\x1c\x8d\xf2\x3c\x77\x44\xd7\x9e\x3a\x95\ \xa6\x69\xa5\xeb\xe1\x70\x18\x84\xa1\xa7\xd4\x4b\x59\xa4\xf8\x83\ \xa6\x7f\xe3\x3d\xff\xe3\x6f\xdc\xd3\x3c\x5d\xaf\x2c\xb8\xe0\xb3\ \xdd\x67\x3e\xf1\xb1\x07\x26\x24\x3c\xa5\x18\xed\xff\xd9\xc7\xea\ \x77\xbc\xf5\xce\x44\xe2\x95\xcd\x5c\xbf\x2c\x08\x9e\x6f\xc8\x09\ \x07\x04\x3c\xcf\x73\x22\xb4\xa6\xb6\xa0\x81\xd7\xe8\x24\xf8\x82\ \x03\x32\x70\xce\x58\x70\xb5\x35\x95\x63\x0a\x90\xb8\x10\xd6\xb9\ \x9d\xe1\xb4\x37\x5d\x58\xf2\xd3\xe9\x20\xcb\x66\xf3\xf5\x95\x65\ \x5d\xe5\x49\xdc\x9a\x67\xd9\xf6\xce\x6e\x55\x96\x6b\xab\xcb\x9c\ \xf3\xaa\xaa\xc8\xe9\xd9\x2c\xf3\x3c\x4f\x70\x7e\x64\xfd\x48\x55\ \x55\x55\x59\x21\x21\x67\x3c\x8e\xe3\xf1\x78\x34\xcd\x66\x9c\xb1\ \xe9\x6c\xbe\x7b\x70\xd0\x6a\xb5\xac\x75\x41\xd2\x42\x25\xb6\x07\ \x03\xa3\x75\x14\xf8\x45\x5d\x06\x9e\x9f\x24\x51\x36\x9d\xd5\xe5\ \xbc\x15\xf6\xd6\x96\x97\xe6\x7a\x3e\x9a\x4c\xeb\x4a\x7b\x9e\xbf\ \xb3\xb7\x07\xc8\x96\x96\x56\x38\x17\x17\x37\x2e\x7a\x41\xdc\x0b\ \xd5\xb4\x18\xcf\x73\x1d\x00\xac\xad\x2e\x84\xaf\xbf\x4b\x90\x5b\ \x5a\xe8\x06\xbe\x1f\xf8\x2a\xea\xc7\xa3\x32\xcb\xca\x79\xab\x9d\ \xee\x6c\xef\x3c\x73\xe6\x8c\xe7\x7b\x4b\x2b\xcb\x69\xda\x9e\x8c\ \xc7\x07\x83\x41\x5d\xd5\xbb\x7b\xbb\xab\xab\xab\xab\xab\xab\xd9\ \xe5\x21\xb4\xc3\xc3\xa1\x32\xf9\x2c\xd3\x4a\xd1\x4b\x5b\xb3\xdc\ \xd0\xf0\x3c\xf1\xff\xcb\x43\xc4\x39\x00\x32\x33\x7e\xf0\x53\x1f\ \xbf\xfe\x8e\x5b\x5f\xbd\xe2\x5d\xd9\xcc\x75\x20\x00\x25\xc9\x0b\ \x8c\x90\xe0\xc5\x06\x3c\x0b\xc6\x59\xa3\x18\x58\x57\x3b\x5d\x73\ \xa7\x59\xed\x03\x91\x8f\x54\x53\x05\x64\x51\x00\x39\x83\x0c\x81\ \x09\x83\x7c\x66\xc5\xe7\x1e\xbb\x70\xed\xdc\xdd\x74\xed\xb1\xe5\ \x6e\x8f\x81\x76\xe5\x5c\x72\xb6\xbe\xbe\x3a\x1a\x8d\xa4\x52\x9e\ \x14\xd6\xd6\xb5\x86\x85\xa5\x5e\x3e\xcf\xf3\xf9\xbc\xae\xb5\xd5\ \x75\xab\xd5\x5e\xee\xf6\x84\x27\xb3\xf9\x74\x38\x99\x55\x75\x55\ \x56\xd5\xd2\xf2\x0a\x59\x27\xb9\x64\x5e\x54\x95\x65\x94\x24\x83\ \x49\x96\x55\xac\xdb\xee\x21\x83\x58\xaa\x72\x9e\x4d\xf6\x76\x74\ \x55\xad\x2f\xaf\xf9\x9e\x9c\xcc\xb3\x20\x4d\x6a\x6d\x99\xd2\x55\ \x69\xbc\x28\x09\x83\x64\x34\xc9\x11\x79\x51\x42\xa5\x0b\x9b\x67\ \xc7\x56\x56\xdb\xad\xb6\x31\x35\x07\x58\xec\x1d\xaf\xca\xbc\x9d\ \xa6\xd9\x64\xbc\x33\xde\xda\x1a\xee\x6c\xee\xed\x87\x51\x7c\xcc\ \xf7\x5a\x9d\x76\xab\x9d\x2e\x2c\x2c\xa4\x69\x3a\x1a\x0e\xf7\x0f\ \x0e\xa4\x94\xbd\x7e\x6f\x96\x65\xa3\xd1\x68\x61\x61\x41\x70\x3e\ \x1d\x8f\x2f\x5c\xb8\x30\x1e\x8f\x97\x57\x56\x42\x3f\xb0\xc6\x60\ \xa3\x02\x0d\x2f\x2b\xc6\x98\x78\xe9\xfa\x5f\xf8\x95\x57\x5d\xfe\ \xbb\xdb\x98\xfd\xcf\xff\x6e\x92\x97\x00\xfe\x95\xc6\x0b\x80\xc8\ \x71\x8e\x51\x10\xf9\x9e\x22\x02\x86\x88\x42\x38\xb2\x5c\x48\x8e\ \xcc\x18\x77\x38\x58\xcd\x39\x72\xce\x91\x35\xe0\xac\x75\xd6\xf3\ \x02\xb2\x2e\x08\x42\xe1\x85\x7b\x93\xd1\xa3\x4f\x9e\xd9\xdd\xde\ \x3e\x7d\xea\xf8\xd1\x95\x7e\x7f\xe5\x98\x60\x80\xe0\x52\x11\x30\ \x86\x64\x4b\x01\x9e\x1f\xb7\x00\x60\xa5\xd3\x3b\xd8\xdf\x57\xbe\ \xd7\x6e\x27\x71\x9c\x58\x63\xf7\xf7\xb7\x18\x3a\x2e\x44\x2b\xf6\ \x42\x9f\x47\x01\xd7\x86\xe6\x45\x3d\x9f\x57\x59\x96\x69\x3d\xaf\ \xe6\xc5\x52\x12\x16\xd9\xa8\x2c\x0b\x29\x44\x9e\xe7\x0c\x59\x9c\ \x74\x73\x4d\xfb\xe3\x21\x13\x6c\xb8\xb7\x07\x08\x49\xd2\x72\x96\ \xda\xed\x6e\x9e\x97\xca\x0b\xfa\xdd\xfe\x68\x34\x79\xe4\xd1\x47\ \x8e\x5d\x77\x83\x40\x28\xe6\xb3\x30\xf2\xf7\x76\x76\x05\xc3\xa3\ \x47\x8e\xce\xf3\xec\xd2\xee\xd6\xf0\x60\xc0\x18\x0b\x7c\xcf\xf3\ \x3d\xe7\xdc\xe1\x5c\xe9\xc1\x60\x70\xe9\xd2\x25\xc6\x58\x96\x65\ \x75\x5d\x73\xc1\x97\x97\x96\x56\x57\x57\x11\xb1\x2c\xcb\xaa\xaa\ \xa2\x28\x8a\xe3\x78\x61\x61\x01\x11\xa7\xd3\xa9\x75\xcd\x6c\xd5\ \x86\x97\xd5\x47\xe0\xbc\x1c\x6f\x7d\xe9\x73\x67\x4b\x60\x5c\xf0\ \xe9\xb9\xcf\x3f\x31\x4a\xee\xed\x3e\xff\xcc\xf5\x17\x98\xa7\x48\ \xd6\xba\xaa\x90\x69\xd2\x4a\xfc\xb2\xb4\x79\xe6\x08\xc0\x11\x48\ \xa9\x80\x11\x82\x06\x64\x46\xd7\x55\x59\x58\x53\x0b\x8e\xd6\x18\ \x6b\xad\xe7\x79\xc8\x50\x09\xde\x69\xf7\xc7\xa5\x9e\x67\xd3\xb2\ \x18\x0e\x0e\x86\xbd\x34\x3c\xb2\xb2\xbc\xd8\xef\xa6\x69\xab\xdd\ \xee\x78\x42\x6a\xa3\x91\x20\x8e\xa2\xbc\x98\xe7\xd3\xa9\x46\x8c\ \x5a\xe1\x70\x9e\x8d\xf2\x79\xab\x95\x84\x69\x1c\x7b\x32\x9b\xcd\ \xb4\xad\x95\xa7\x76\x76\x2f\x71\x2e\xac\x75\x49\x9a\x60\x14\x8c\ \x47\x03\x9d\xe5\x32\xf7\x3d\xdf\xdb\x1f\xec\x77\xbb\x7d\x20\x88\ \x92\x14\x99\xaf\x1d\x13\x51\xc4\x18\xc1\x74\x66\x4d\xed\x2c\x22\ \xf0\xc0\x8f\x3d\x15\x25\x49\x3a\x1a\x4e\xb4\x36\xfd\xde\xd2\xea\ \xd2\xca\x60\x3c\x19\x8d\x86\xd6\x24\xba\xae\x51\xc9\x3c\xcf\x77\ \x77\xb7\x8d\x71\xbe\x1f\xf8\x81\xdf\x5e\x58\xf6\xc3\x20\x8e\xe3\ \x2f\x7f\xf9\xcb\xa3\xd1\xc8\x5a\x2b\xa5\x7c\xd5\xab\x5e\x55\x96\ \xe5\xfd\xf7\xdf\x7f\xe9\xd2\xd6\xb1\xe3\xc7\x16\x16\x16\xa6\xd3\ \x29\x63\x2c\x49\x12\x00\x68\xb5\x5a\x61\x18\xce\x66\xb3\x2c\xcb\ \x1a\xef\xa0\xe1\xe5\x85\x31\x56\x4e\xb7\x3f\xfb\x97\x9f\x9a\x32\ \x05\x56\xcb\x78\xe9\xbd\xff\xe0\xbd\xd7\x76\x84\x31\xe6\xca\xb4\ \x00\x01\x49\x57\x54\x17\x82\x91\x64\x58\x3a\x8b\x08\x0e\x80\x0b\ \x49\x08\xd6\x91\x03\x86\x40\xd6\xea\xba\xae\x98\x33\xc0\x04\x30\ \x60\xc0\xc9\x59\x72\x38\x9b\x4d\x01\x30\x49\xfb\xb3\x69\x8e\x9c\ \xe7\xd6\xd6\xa3\x7a\x77\xf0\x6c\xe0\x5f\x8a\xe2\xb0\xdf\xed\x76\ \xdb\x6d\xc1\xeb\x24\xf2\x97\x97\x3d\xa3\x71\x3a\xcd\xdb\x69\x6b\ \x54\x68\x00\xd5\x49\x93\xad\xc1\x00\xaa\xba\x9f\x24\xc6\xda\xe9\ \x74\x36\x1e\x8f\x92\x56\x9a\x24\x91\x03\xcc\xf6\xc6\x55\x55\x07\ \x9e\x9f\xb6\x23\x30\xd6\x11\xf3\x83\xb4\xa8\x9c\x1f\xb5\x81\xf9\ \x0e\x95\x0a\xe3\x2c\x2b\xab\x7c\x7e\xf4\xd8\xc9\xe9\x64\x62\xad\ \x4d\xe2\x34\x4e\xda\x82\xcb\x27\x9f\x7c\x7a\x32\x99\x2d\x2e\x2e\ \x6a\x63\xbf\xfa\xd5\x47\xe2\x34\x9e\xcf\x33\x67\xb4\x94\x42\xd7\ \xfa\xcc\x99\x33\x04\xce\xf7\x3c\x60\x2c\xcb\x8b\x7e\xd4\x52\x9e\ \x3a\x7b\xf6\xec\x7c\x3e\xbf\xf5\xd6\x5b\x3d\xcf\x3b\x73\xe6\xcc\ \xc6\xc6\x06\xe7\xfc\xc8\x91\x23\xfd\x85\x3e\x32\x36\x1a\x8d\xb2\ \x2c\x43\x44\xce\x79\xaf\xd7\xf3\x3c\x6f\x30\x18\x4c\xa7\xd3\x76\ \xbb\xcd\x39\x6f\xb6\x63\xc3\xcb\xeb\x23\xa4\xeb\xb7\xff\xe3\xff\ \xe1\xe6\xac\xd0\x51\x12\x21\x30\x4f\xf1\xaa\x28\x9e\xd7\x5e\x7d\ \x81\x7b\x04\xa3\x6b\x64\xce\xf7\x64\x59\x14\x65\x51\x30\xce\x10\ \x19\x0a\x5e\x6b\x5d\x6a\x0d\xe4\x8c\xa9\x89\x1c\x1e\xf6\xce\x36\ \xc6\xd6\xb5\x92\xca\x5a\x2b\x50\x18\x6d\x76\xb6\x77\x92\xa5\xf5\ \xb5\xb5\xe3\x7b\xbb\xdb\xb5\xad\x2d\x80\x10\x9e\xd1\x34\x1f\xeb\ \xcd\xdd\xf3\x52\x88\x34\xf2\xc2\x40\xaa\x27\x36\x03\x5f\x75\x3b\ \xe9\x5c\x17\xba\xae\x10\xdc\xb4\x20\xce\x7d\x5d\x63\x3d\x66\x42\ \x04\x95\x63\x7e\xbb\x53\x23\x4c\x35\xcb\x8b\x02\x41\x29\x15\x5b\ \x87\x95\x65\x40\x54\x57\x75\xd0\x5a\xe3\x9c\xcd\x8b\x1c\x8d\x09\ \x7c\xef\xc2\x99\x67\x87\xc3\xc9\xc9\x93\xc7\x00\xb8\x50\x7e\x95\ \xcd\x55\x10\x10\x70\x4b\xb8\xb3\xb7\x5f\x16\xf5\x78\x3a\x8b\xa2\ \x28\xf0\x15\x12\xe5\xb3\x59\x27\x6d\xad\xac\xac\x14\x79\x31\x38\ \x38\x18\x8f\x27\xe7\x9e\x7d\xaa\x95\xb6\xd6\xd7\xd7\x2f\x5e\xda\ \x34\xd6\x76\x3a\x9d\x34\x4d\x87\xc3\xa1\x94\x52\x6b\x7d\xe8\x20\ \x58\x6b\xa5\x52\xd6\xd9\x30\x0c\xb7\xb6\xb6\xc6\xe3\x71\x14\x45\ \xd7\x5d\x77\x5d\xaf\xd7\x3b\x8c\x86\x3e\xaf\xf4\x36\x34\xbc\x94\ \x20\x17\x90\x6d\xfd\xd1\x7f\xfc\xed\xcf\x3d\x5b\xbf\xf6\x5d\x3f\ \xff\xfe\xbb\x8f\x3e\xfa\xe5\x0b\xbd\x63\xd7\xb4\xfd\xe7\xe9\xbe\ \xf7\x02\xf1\x02\x6b\x4d\x10\x04\x8c\xc1\x7c\x3e\x03\x26\x04\xe7\ \x75\x6d\xcb\xa2\x3e\xec\xf7\xed\x1c\x39\x6b\xd1\x11\x38\x8b\x00\ \x00\x16\x00\x8c\xd1\x52\x08\x44\x62\x48\xd9\x6c\x62\x44\x10\x27\ \xad\xa3\xc7\x4e\x0c\x86\x83\xd1\x78\x5c\xd6\x46\x70\xce\x19\x47\ \x95\x18\x80\x71\x0e\x93\x4c\x3b\x2a\x39\x67\xea\xd2\x84\x31\x90\ \x82\x2b\x89\x9e\x52\xbe\x2f\x39\x7a\x4a\x44\x41\xe0\x7b\x9e\x67\ \x8c\x9e\x65\x97\xb3\x12\x00\x88\xb3\xca\x18\x3b\x9d\x17\x80\xa8\ \x24\x4a\x34\x81\x62\x8a\xbb\xbf\x73\xf7\x1b\x9e\x7a\xec\x31\x53\ \x57\xab\x4b\x3d\xc1\xc8\x12\x70\xa1\x1c\xe4\xc3\xd1\x64\x7f\x7f\ \x1c\xc7\x51\x2b\x6d\xd7\xf5\x41\xbb\xd3\x3e\x7e\xfc\xf8\x99\xb3\ \xcf\x6c\x6e\x6e\x08\x2e\x4c\xad\xf3\x6c\xee\xf9\x7e\xdc\x4a\xa6\ \xd9\x4c\x5b\x93\x65\xd9\x34\x9b\x13\xc0\x70\x38\x2c\x8a\x22\x4d\ \xd3\xf1\x78\x0c\x00\x87\x07\x7e\xa7\xd3\x11\x42\x68\xa3\x09\x40\ \x4a\x79\xe8\x26\xec\xed\xed\x19\x63\x76\x76\x76\x0e\xb3\x8f\x7d\ \xdf\x6f\xf6\x62\xc3\xcb\x8b\x10\xec\xdc\xe3\x9f\xfd\xf2\x6c\xed\ \x1f\xfe\xdc\xfa\x87\x3e\xfe\xc0\xee\x6d\xef\x7c\xf0\x13\x1f\xbe\ \xe6\xbe\x5f\x7e\xe3\xc9\x96\x36\x57\xa8\x05\x4c\x08\x4b\x54\x54\ \x95\x25\x94\x82\xd7\xd6\x95\x55\x61\x9c\x43\x86\x84\x84\xe0\x38\ \xf7\xc8\x12\x32\x00\x02\x24\x62\x88\x08\x80\x84\x08\xe4\x88\xac\ \xae\xe6\x93\x61\x5d\xe6\x51\xd2\x6a\xa5\x69\x67\x61\x61\x38\x18\ \x1e\xa6\xeb\x93\xb5\x9c\x71\x4e\x0a\x09\x11\x09\x00\x6b\x0b\xe8\ \x40\x1b\x57\x54\x80\x50\x03\xd6\x04\x9a\x40\x5b\x67\x75\x55\x31\ \x06\xbe\xef\x79\x9e\xf4\x94\xaa\xaa\x42\xeb\x1a\x10\x2c\x93\x95\ \xae\x03\x85\x4b\xdd\xa8\xd5\xed\x9c\x3a\xb9\x26\x7c\x7f\xed\xc8\ \x6a\xc0\xd9\xce\xd6\xd6\x74\x74\x10\xb7\xa2\xc5\xc5\x45\x21\x04\ \x11\xcd\xa6\xb3\x6c\x3e\x5b\x5a\xee\x4f\x26\x43\x3f\x50\xfb\xfb\ \x3b\xe7\xcf\x9f\x59\xe8\x2f\x74\xda\x5d\x63\xf5\xc5\xcd\x8b\xf3\ \xf9\xdc\x3a\xd7\xeb\x2d\xdc\xf5\xda\xd7\x66\x59\x6e\xad\x4d\x3b\ \x69\x92\x24\x4f\x3f\xfd\xf4\x64\x32\xe9\xf7\xfb\x5a\xeb\x7e\xbf\ \x9f\xe7\xf9\x64\x32\x59\x5b\x5b\x0b\x82\x70\x6f\x7f\x6f\x77\x77\ \x77\x69\x69\xe9\x86\x1b\x6e\xd8\xde\xde\xde\xdd\xdd\xcd\xb2\x4c\ \x29\xe5\xfb\x7e\xb7\xdb\x6d\xf6\x62\xc3\xcb\x6c\x17\x90\xcb\xf3\ \x6a\x71\xed\xf8\x4d\x37\x1d\x7f\xe0\xaf\xce\x1e\x6c\xef\x0e\xc6\ \xd9\x09\xc4\xe7\x1d\x00\xfe\x02\x7d\x8d\x98\x50\x20\x94\x21\x24\ \x40\x6d\x5d\x91\x97\x56\x6b\x40\x07\x04\xc0\x88\x73\xce\x19\x68\ \x67\x18\x22\x39\x00\x20\x44\x60\x04\x48\x8e\x00\x81\xa8\xcc\x66\ \x54\x96\x2c\x4d\x33\x32\xd3\xe9\x24\x48\xd2\xb4\x9d\xb6\xd2\x8e\ \xd1\x75\x36\x9f\x16\xf3\xbc\xc8\x35\x12\x67\x0c\xb9\x43\x66\x81\ \x4b\x26\x19\x3f\x7c\xa7\x0c\xd1\x92\xa8\x1c\x32\x26\x45\xa4\x3c\ \x25\x3d\x25\x95\xe2\x02\x40\x78\x1e\x17\xa8\xeb\x7a\x5e\x14\x9d\ \x4e\xcf\x54\xf3\x85\x5e\xf7\xfa\xeb\xae\x59\xec\x44\x5a\x97\x49\ \x12\xcc\x86\x43\xc6\xa8\xd5\x4e\x00\x81\x73\x5e\xd7\xf5\xd6\xd6\ \x16\x17\xac\x28\xca\xbd\xfd\xdd\x57\xdd\x7e\xab\xd6\xfa\xa1\x87\ \x3e\xcf\x10\x3b\x69\xda\x6a\xc5\xb5\xd6\x3b\xdb\xbb\x1b\x17\x2f\ \x9e\xbe\xe5\xf4\xd1\x63\xc7\x98\xe0\x83\xe1\x53\xe3\xc9\xf8\x58\ \xbc\xee\x79\x5e\xbf\xdf\x2f\x8a\x62\x73\x73\xb3\xaa\xaa\xa3\x47\ \x8f\x26\x49\xa2\x94\x72\xd6\x86\x69\x2b\x8e\x63\xad\x75\x92\x24\ \xce\x39\xa5\x14\x63\xac\xdb\xed\xa6\x69\x5a\x14\x45\x36\xcf\x5c\ \x73\x8f\xd0\xf0\xb2\xe2\x80\x75\x16\x97\xb7\x3e\xf4\xc7\xff\xeb\ \x99\xe4\x60\x6f\x74\x66\xe3\x99\xf6\x0d\x6f\xbe\x79\x35\x75\xce\ \xbe\x08\x2d\x90\xdc\xf3\x99\x50\x95\xd5\x75\x51\xe4\x79\x21\x04\ \x32\x04\x02\xc7\x00\x24\x22\x59\xa7\xb5\x06\x02\x86\x70\x58\x10\ \xeb\x08\x08\x1c\x01\x22\x80\x64\xb6\x32\x75\x35\xa7\x80\x33\x87\ \x72\x34\x3c\x18\x4f\xa7\xbe\xef\x87\x61\x98\xa6\x49\x4f\xaf\x53\ \x00\x00\x20\x00\x49\x44\x41\x54\x69\xbf\xdb\xd5\x06\x8c\x76\x75\ \x5d\x15\x79\x5e\x97\x55\x6d\x6a\x4d\x84\x80\x88\x88\x00\x84\xda\ \x31\x26\x80\x45\x51\xe4\x7b\xdc\x99\xd2\x1a\x48\x3b\x69\x59\xe4\ \x79\x3e\xf7\x04\x3f\xb9\xdc\xba\xe1\x9a\x13\x75\x3d\x5f\x59\xea\ \x04\x3e\xed\x5d\x3a\xd7\x6e\xf9\x8a\xb3\x2c\x9f\x47\x69\x6b\x36\ \xcb\xce\x9c\x3d\xb3\xb9\xb5\x9d\xcd\x66\xd3\xd9\xb4\xd3\x49\xa3\ \x28\x22\xa2\x30\x0e\x0e\x0e\xe6\xeb\x47\xd7\x7c\x71\x62\x34\x18\ \x9c\x3b\xf7\x6c\xaf\xb7\xb0\xd0\xef\x07\x41\xb0\xb8\xb8\x78\x7e\ \xe3\x42\x55\xd6\xbb\xbb\x7b\x49\x9a\x64\x59\x36\x9d\x4e\xe6\xf3\ \xb9\xe7\x79\x27\x4e\x9c\x98\xcd\x66\x7b\x7b\x7b\x83\xc1\x20\x08\ \x82\xd9\x6c\x56\x1b\x5d\x6b\x7d\xe2\xc4\x09\xce\xf9\xb3\xe7\xce\ \x85\x51\x74\xfc\xf8\x71\xe7\x1c\x22\xc6\x71\x0c\x87\xd5\xc2\x0d\ \x0d\x2f\x1f\xd6\x98\xce\xd1\xdb\x7f\xf1\xef\x27\x33\x83\x82\x23\ \xf0\xe0\xd8\xb5\xa7\x3a\xd2\x5a\x77\x85\x39\xc8\x04\xc0\x04\xe7\ \x52\x39\x82\xb2\xaa\x9c\x21\x00\x47\x84\x08\xe8\x9c\x65\x64\x89\ \x29\x6b\x74\xad\x35\x82\x43\x02\x00\x24\xb2\x68\x01\x88\x18\x00\ \x30\x04\x74\xdc\x6a\x70\x1a\x6c\x8d\x0c\x05\x0a\x63\x4d\x3e\x9f\ \x16\xf3\xa9\x14\x42\x48\xce\x85\x12\x52\xfa\x81\x1f\x25\x6d\x8e\ \xdc\x39\x67\xad\x25\xe3\x8c\xb1\xce\xd8\xda\xd4\x44\xc6\xf3\x95\ \x14\xd6\x99\x29\x03\xea\x75\x3a\x51\x48\xbd\x34\xf1\xbc\x1e\x73\ \xf6\x78\x3f\x5d\x4c\xb9\x10\x9d\x7e\xaf\x93\xcd\xc7\x14\xb0\x7c\ \x36\x39\xbf\xbb\xc7\x99\xf0\x83\x50\x13\x1d\x3b\x71\x3c\x9b\x65\ \x1b\x1b\xe7\x57\x57\x56\x56\x56\x57\x01\xa8\xd3\x69\x33\xc6\xa4\ \x12\x69\xda\xea\xb5\x3b\x40\xae\xae\xeb\xbc\xc8\x67\xb3\x59\x55\ \x9b\x0b\x1b\x17\x77\xf6\xf6\x7a\xfd\x85\xc5\xe5\x25\xe7\xdc\xfe\ \xde\x5e\x9c\x44\x47\x8e\x1c\x39\xcc\x1d\x38\x0c\x04\x5c\xbc\x78\ \xd1\x18\x53\xe4\x45\xad\x75\x2b\x6d\x95\x65\xc9\x18\x43\x00\x67\ \x6d\x2b\x49\x36\x36\x2e\x8e\x27\xe3\xd5\x95\x95\xfe\xe2\x62\xa3\ \x05\x0d\x2f\x2f\x9c\xf3\xc9\xf0\xfc\x27\x3e\xfc\xe1\x11\x4a\x8e\ \x8c\xcc\x2c\x13\x37\xfc\xb7\xff\xf4\x97\x8e\xb5\xd0\xd8\x2b\x89\ \x17\x10\x81\xa7\x38\x82\x76\x1a\xc9\x68\xb2\xe0\x49\xc9\x18\x0a\ \x29\x1c\x59\x22\x2b\x84\x24\x44\x44\x94\x8c\x31\x70\xba\xaa\x38\ \x59\xce\x18\x90\x25\xce\xc9\x22\x22\x03\x60\xd6\x58\x86\xe0\xc8\ \xe8\xb2\x20\xe4\x8c\x31\xce\x80\x39\x04\x83\x15\xf2\x8a\xf1\x32\ \x93\x8c\x33\x00\xae\xa4\xc7\x18\x57\x52\x1d\x56\x04\xc6\xaa\xcd\ \x18\x2f\xb2\x59\x39\x9f\xb5\x22\x2f\xf1\x65\xaa\xf8\x62\x1a\x2f\ \xf5\xd3\xb4\x15\x1d\xec\x6e\x81\x1e\x8d\xc7\x93\xb2\xa8\x9c\x5d\ \x2f\xcb\x3a\x8a\xd2\x85\xde\x6a\x95\xdb\x20\x0c\xea\x5a\x0b\xcf\ \x57\x51\xba\x94\xf6\xd2\xde\xe2\xf6\xc5\xcd\x83\xbd\xc1\xda\xfa\ \xea\xb9\xb3\x17\xe6\x79\xd6\x5f\xe8\x27\x49\x32\x9f\xe7\xb3\x6c\ \xbe\x3b\x18\x8e\xa6\x93\x9b\x6e\x3e\x5d\x1b\x73\xf1\xd2\xd6\xbc\ \x2c\xd6\x7c\x0f\x01\x74\x5d\x0b\xa5\xe2\x24\xb1\xce\x1d\x0c\x06\ \x5b\x3b\xdb\x88\x58\xd7\xb5\x1f\x06\x4a\x29\x47\x74\xf2\x9a\x93\ \x52\xca\x0b\xe7\xcf\xa3\x25\xc1\xc5\x6c\x3a\x1c\xe8\xdd\xd9\x7c\ \xde\xed\x76\x56\xd6\xd7\x95\xef\x35\x5a\xd0\xf0\xb2\xdb\x05\xd1\ \xc2\xa9\x9f\xfd\xaf\x7f\xc5\x22\x02\xaa\xd0\x6e\xfe\x87\xdf\xf9\ \xc8\xe6\x68\x7e\x3c\x6d\x1d\x46\xfa\xbf\x5b\x2d\x40\x04\xb2\xb6\ \xca\x33\x27\x14\x19\x0b\x8e\x3b\x72\x0e\xd1\x3a\x07\x0c\x38\x47\ \x40\x66\x8c\x11\x42\x78\x12\x9d\xb1\x86\x2c\x80\x45\x04\x20\x07\ \x40\x0e\x88\x2c\x39\x64\x9c\x73\x72\x0e\x01\x24\x83\xca\xd4\x64\ \x9c\x05\x22\x24\x70\x04\x7e\x88\x4c\x00\x1a\xe2\x1c\x99\x28\xaa\ \xca\x01\x03\x42\x07\x18\x84\x41\x14\x41\x5d\x6a\x5d\xe6\x49\xe8\ \x05\x42\xfa\x02\xdb\xa1\xbf\xd6\x6b\xb7\x93\x00\x4c\x61\xa6\xc3\ \xa0\x1d\xf6\xfa\xdd\xd9\x74\xbe\x79\xe9\x52\xb7\xb3\xe8\x79\xd1\ \xf6\xf6\xfe\xfa\xfa\xb1\xc1\xf0\x60\x73\x73\xb3\xd5\xeb\x0b\x3f\ \x08\x02\xbf\xd7\xeb\x1f\xec\xed\x4f\x87\x23\x5d\x5a\x67\xdd\x78\ \x3c\x19\x0c\xc7\x2b\x6b\x4b\x8a\x0b\x63\xed\x68\x3a\x99\x17\xb9\ \x0a\x83\x62\x3a\xbd\xf6\xba\x6b\x77\xb7\xf7\xb6\x77\x76\xc0\x01\ \xe7\x2c\x4c\x02\x47\x34\x99\x4c\xd2\x76\xaa\x8d\x3e\x7b\xe6\x6c\ \x59\x96\x8e\x28\xf0\x7d\x29\x65\x9e\xe7\xdd\x4e\x97\x23\xdb\xd8\ \x38\xcf\x19\x43\xa2\xf1\x74\xb6\xb4\xba\x7c\xf2\xe4\x35\x96\x9c\ \xb6\x06\x9a\x62\x84\x86\x97\x15\x22\xe2\x2a\xe8\x2f\xf9\x04\xc4\ \x98\xac\xb6\x2f\x14\x15\x8a\x6f\x93\xf6\xf2\x1d\xb5\x80\xb1\xd9\ \x6c\x56\x0d\x06\xd4\xea\x08\xe1\x13\xa2\xb3\xe0\x00\x4d\x55\x11\ \x11\x97\xa8\xb5\x35\xc6\x20\x51\x4d\x60\xea\xd2\x39\xc7\x01\xe8\ \x30\x6e\x40\x04\x74\x79\x6a\x08\x1d\xf6\x60\x47\x44\x64\x9c\x03\ \x3a\x24\x67\xac\x75\x44\xce\x96\x39\x20\x67\xc8\x90\x09\x40\xc6\ \x19\xe7\x42\x1a\x4b\xbe\x1f\x04\x9e\x32\x65\x46\x75\x99\x06\x4a\ \x60\x15\xf9\xe2\xd8\x91\xe5\x38\x90\x88\x86\xa1\x43\x8e\xdd\x5e\ \xaf\xd3\x6f\x0d\x0e\x0e\x06\x83\xc9\x60\x30\xea\xb4\xfb\x07\x07\ \xfb\x0f\x3c\xf0\xc0\x6d\xb7\xdd\xe2\x79\x2a\x08\x02\xc9\xc5\xb9\ \xb3\xcf\x72\x86\x4b\xbd\x7e\x12\x46\xb6\x28\x9f\x78\xe2\xf1\xe9\ \x6c\x12\x27\xb1\x21\xf3\xc5\x2f\x7e\xa9\x9c\xcf\x3d\xe5\xaf\x1d\ \x3d\x9a\xa4\xe9\xe6\xe6\xe6\x60\x38\x7c\xd5\xed\xb7\x2f\x2f\x2f\ \x6f\x94\x65\x99\x57\x4a\x49\x6b\xec\xc1\xc1\x3e\x22\x63\x8c\x25\ \x71\x12\x04\x41\x9e\xe7\x69\x9a\x5e\x7f\xfd\xf5\x8c\xb1\x43\x67\ \x21\x8c\xa2\xb5\x23\xeb\x4e\x9b\xb2\x2c\xbd\x30\x0c\xc3\xf0\xc2\ \xb9\x73\x79\x5d\xaa\x20\x38\x8c\x1d\x34\x72\xd0\xf0\x72\x21\xa4\ \x18\x9c\x7b\xf8\xb7\xff\xfd\x87\xa6\x52\x71\xc4\xe2\xe0\xe2\x6c\ \xf9\xee\x93\x8b\x2d\x72\xf5\x15\x6a\x01\x80\x33\x1a\xc0\x49\x29\ \x19\x63\x55\x6d\x2d\x80\x60\x9c\xa3\x42\x46\x8c\xb1\xc3\x07\xdf\ \x6a\x5d\x19\x4b\x4e\x33\xa2\x6f\xb9\xaa\xf8\x86\x10\x00\xe0\xe1\ \x17\x22\x32\x44\x60\x80\x87\x57\x8f\x40\xe4\x9c\xb3\x64\xb4\x21\ \x44\x44\x67\xc9\x0f\xc2\x28\x48\x6d\x5d\x56\xf9\x74\xa1\x15\x06\ \x9e\x8d\x02\xff\xda\x13\x2b\x9e\x62\x92\xbb\xc9\xf8\xc0\x96\xd3\ \xc0\xf7\xbc\xd0\xdf\xd9\xd9\x39\x7b\xe6\xac\xd6\xce\x5a\x7a\xe4\ \x91\x47\x46\xa3\xb1\xef\xfb\xf3\xf9\xdc\x18\xad\x6b\x1d\x05\xa1\ \xc7\x95\xae\x4a\x67\xac\xd6\x66\x34\x1e\x03\x80\x10\x62\x65\x65\ \x65\xfd\xc8\xfa\x2c\xcf\x76\x2f\x6d\x0d\x07\xc3\x23\xc7\x8e\xaf\ \x1d\x5d\xdf\xd9\x3b\xd8\xdc\xda\x1a\x0e\x87\xf9\xbc\xdc\xdd\xdd\ \xab\x8b\xba\xd5\x8a\x85\x12\x8e\xcc\x74\x3a\xf3\x3c\xaf\xd7\xeb\ \x31\xc6\x4e\x9d\x3a\x15\x45\x11\x63\x2c\xcf\xf3\x83\xc1\x41\x59\ \x14\x51\x18\x55\x65\xe9\x8c\x2d\xca\x72\x3a\x9d\x3a\xa2\x38\x4d\ \xb2\x59\x16\x3a\x6a\x6a\x93\x1a\x5e\x6e\x1f\xc1\xc6\x8b\xd7\xfd\ \xfc\xaf\xfe\x8a\x01\x86\xc2\x4b\x61\xe7\x77\x3f\xf0\x97\x9b\x83\ \xf9\xc2\x8a\x07\x70\x25\x3d\xce\x08\x80\x21\x00\x30\x63\x74\x35\ \x9f\x82\x41\x90\x9e\x05\x03\x52\x70\xe5\x59\x63\x5c\x55\x82\xd6\ \x60\x0a\x07\x08\x50\x59\x28\xbe\xe6\x82\xd4\xc0\x3c\x70\x0c\x80\ \x00\x6c\xcd\x2b\x07\x82\x98\x34\x96\x2c\x01\x3a\x4b\xce\x00\x39\ \x74\x0e\x18\x10\x00\x38\x00\x22\x00\x04\xe4\x60\x49\xb6\xd2\xba\ \xd2\x07\x83\x81\xcf\x2a\x19\x9b\x76\xd8\xf3\x94\x23\x9d\xd5\x9a\ \x2e\x6e\x5f\x62\x64\x89\x6c\xbb\x9d\xa2\x23\xe9\xf1\x76\xda\x2a\ \x0a\x6d\xac\xab\x2b\x1b\x47\xf1\x89\x13\x27\xfc\xc0\xab\xaa\x52\ \x6b\xbd\xb5\x75\x29\xed\xad\xcc\xa6\xe3\xed\x8d\xcd\xc1\xde\xde\ \xee\xce\xd6\x2d\xb7\xdc\xba\xb6\xbe\xca\x38\x1b\x0c\x86\x0e\xad\ \xef\x7b\xdd\x5e\xf7\xd1\xc7\x1e\xdd\xd8\xbc\xb8\x7a\xe4\x68\xb7\ \xdb\x7d\xe6\xcc\x99\xad\x4b\xdb\x8c\xa0\xd3\xed\x74\x3b\x9d\xd1\ \x64\x28\x84\x3c\x34\x70\x36\x37\x37\xb5\xd6\xb7\xdc\x72\x4b\x5d\ \xd7\x9f\xf9\xcc\x67\x86\xc3\x61\xb7\xd7\x0d\x83\x70\xff\x60\xff\ \xcc\x33\x67\xc8\xba\x56\x1c\xaf\xad\xad\x85\x51\x38\x3a\x18\x26\ \x7e\x88\x04\xae\xd1\x82\x86\x97\xdb\x47\x60\xd2\x6b\x77\x7b\x84\ \x80\x5c\xc2\x60\x63\x38\xd8\x2f\xb4\x41\xbc\xc2\x3a\xc5\xaa\xac\ \xee\x7e\xe3\xeb\xe3\x38\x11\xd2\x2b\xca\x0a\x19\xe7\xd2\xb3\x8e\ \x04\x17\x82\x73\x6b\x4d\x5d\x57\x44\x64\x8d\x56\x82\x03\x18\x5d\ \xe6\x88\xc8\x90\x31\x26\x18\x17\xe4\x10\x00\x2c\x39\xe4\xdc\xf7\ \x43\x62\xec\x70\xa2\x11\x90\x23\x67\x89\x1c\x1c\xde\x3f\x5e\x7e\ \xd7\x48\x08\x88\x1c\x80\xa5\x69\x6a\x1d\x4d\x67\x33\x8f\xbb\x58\ \xd2\xe2\xd2\x42\xaf\xdb\xd1\x75\x3d\x18\x1c\x5c\x7b\xcd\xd1\xc0\ \xf7\x0f\x33\x7f\x8d\xae\xe3\x56\xec\xac\x1b\x8f\xa7\x52\xa8\x20\ \x8c\xac\x75\x45\x91\x73\xc6\xa3\x38\x64\x0c\xa6\xd3\x0c\x85\x2a\ \x8b\xbc\x2a\x4a\x67\xae\x03\x84\x95\xe5\x65\xcf\xf7\x66\xd9\xac\ \xd6\xda\x91\x05\x47\x9c\x8b\x95\xa3\xc7\x08\xa1\xd3\xed\xc5\x49\ \xb2\xb6\xbe\x36\xcf\xe6\x69\xd2\x8a\xa3\x58\x29\xb9\x79\x69\x93\ \x31\x16\x04\xbe\x73\x2e\xcf\x0b\x63\xf4\xa9\x53\xd7\x69\xad\x3b\ \xbd\xee\x6c\x3a\x5b\x5f\x5f\x8f\xe2\x28\x9b\xcd\x0e\xf6\x0f\x74\ \x5d\xfb\x9e\xb7\xba\xba\x2a\x84\xc8\xe6\xf3\xa2\x28\x04\x17\x87\ \x39\x4e\xcd\x8e\x6c\x78\xf9\x7c\x04\x39\x38\xf7\xa5\xdf\xfa\x7f\ \xfe\x60\xc4\x3c\x01\x54\xcc\xe7\xdd\x5b\xde\x79\xf3\x4a\x72\xc5\ \xf9\x05\x45\x59\xfe\xf8\xdf\x7d\xcb\x4f\xbe\xf3\xc7\xbf\x69\x4a\ \x1f\x1d\xfe\x41\x70\xd8\xa7\x03\x2f\x87\x18\xe9\x72\x3c\x80\xbe\ \xf1\x3d\x5f\xf7\x17\x2e\x27\x1e\x7c\x93\xb5\x81\x87\xff\xf5\x8d\ \x3f\xbe\xfe\x53\x00\x00\x70\x98\xa2\xc3\x18\x23\x02\x07\xe0\xac\ \xb5\xce\x21\x20\x63\x0c\x2e\xff\x2e\xa0\xaf\x05\x23\x0e\xbf\xf3\ \xf2\xaf\x38\x1c\xa2\xf0\xb5\x03\x99\x1d\xe6\x28\x20\xfb\xda\x3b\ \x05\x6b\x2d\x11\x21\xb2\xcb\xef\x1b\xe0\xf2\x8f\x03\x38\x6b\x89\ \x88\x73\x86\xc8\x1c\x39\x72\x44\x40\x82\x8b\xc3\xf0\x07\x7e\xed\ \x25\x0e\xab\x0c\xde\x75\xdf\xbb\x90\x31\x6b\x0c\x11\x21\x43\xce\ \xf8\x61\x98\xd0\x5a\x0b\x44\xc8\x10\x91\x01\xd1\x7c\x3e\x6f\xb4\ \xa0\xe1\x65\xf5\x11\x4c\xd4\xbf\xf6\x67\x7f\xf9\xd7\x99\x60\xc6\ \x38\x3f\x69\x2f\xf4\xda\x1c\xae\x3c\xbf\xe0\xb0\x2c\xbf\x2c\xcb\ \x66\x4d\xbf\x85\x66\x4d\x1a\x5e\x19\x3e\x82\x23\xbf\xd5\x5f\xcc\ \x0f\x3e\x79\xff\xdf\x1c\x64\x26\x59\x3c\xf1\xc6\x7b\xdf\xb0\x92\ \x30\x77\xa5\x5a\xd0\xd0\xd0\xf0\x8a\x86\x49\x59\xef\x3d\xf6\x5b\ \xff\xf6\xdf\xe7\x9d\x95\xd1\xd6\x5e\xb2\x71\xee\xd1\x73\x07\xff\ \xcd\x2f\xbf\xaf\xaf\xe8\xb9\xa6\x01\x6b\xd6\xab\xa1\xe1\xaa\x8d\ \x17\x70\xb8\xf0\xc4\xe7\x47\xab\x6f\xfa\x17\xbf\xfe\xf7\x4e\x5d\ \x7b\xdb\xaf\xfe\x93\x5f\x3f\x92\x3f\xfe\xc4\xd6\x98\x3d\xdf\x74\ \xbf\x46\x0b\x1a\x1a\xae\x66\x9c\x05\xa5\x38\x39\xab\xe7\x7b\x0f\ \x7f\xf6\xb3\x1b\x33\xaf\x13\xf9\xdf\x1c\x9e\x6b\x7c\x84\x86\x86\ \xab\x1f\x63\xdc\xca\xf5\x3f\x76\x4f\xec\x88\x82\x8e\xdc\xf9\xf8\ \x5f\x15\x6f\x7d\xef\xcf\xdc\xb8\xe8\x5f\x71\x8f\xb3\x86\x86\x86\ \x57\xb8\x51\x60\xe3\xe5\xeb\xde\xb4\x8e\x55\x59\xbc\xfb\x1f\xfe\ \x4f\xf7\x79\x51\x12\x48\x5d\xd7\x74\xc5\xfd\x0b\x1a\x1a\x1a\x5e\ \xf1\x72\xa0\x4b\x0b\x80\x22\x4c\x5a\x08\xa4\x6b\xfd\xbc\x42\xd0\ \x68\x41\x43\xc3\x8f\x08\xe4\xac\xfd\xce\xdf\xd1\xc4\x0e\x1b\x1a\ \x1a\x1a\x2d\x68\x68\x68\x68\xb4\xa0\xa1\xa1\xa1\xd1\x82\x86\x86\ \x86\x46\x0b\x1a\x1a\x1a\x9e\x8f\xe6\x1e\xe1\x05\xf9\x5e\x7a\x16\ \x36\x45\x8a\x0d\x2f\xf9\x23\xfd\x62\x2b\xe5\x1b\x2d\x78\x41\xbe\ \x97\x19\x07\x4d\xef\xd3\x86\x97\xf0\xd4\x42\xd4\x5a\x5f\xbc\x78\ \xf1\xc5\x35\xdd\x15\xdf\xe5\x2f\x21\xe9\x01\x3e\xc7\xa1\x20\x87\ \xba\x46\x04\xba\x1a\x87\x82\x28\x11\x3e\xba\xf9\xa7\x0f\x9f\xff\ \x3d\x25\xc2\x2b\xb6\x07\xc8\x09\xee\xbf\xfb\xb6\x7f\x2d\x85\x4f\ \xd4\x4c\x4c\x69\x78\x89\xb4\xc0\x18\xb3\xbb\xbb\xfb\x03\xd3\x02\ \x44\x9b\xcf\xdc\x5f\xff\x2e\x64\x63\xf8\xe6\xdf\xe1\x1c\x44\x2d\ \xf1\x86\xf7\xe4\xda\x04\x71\x0b\xd9\xd5\x16\x7a\x40\x40\x6d\x8b\ \xac\x3a\xf0\x6c\x4c\xae\xaa\x8c\x06\x40\xce\x3d\xc9\x05\xb9\xda\ \x38\x90\x42\x01\x59\x6d\xad\xe0\x0a\xc1\x6a\x53\x5a\x22\xce\x3d\ \xc9\x25\x91\x95\x22\x6c\x7c\x84\x86\x97\x5e\x0e\x38\xe7\x3f\x28\ \x2d\x20\xe1\xd5\x0f\xfc\x87\xd5\xdd\xc7\xdb\xab\x47\xbf\x71\xc4\ \x11\x30\xa0\x92\x66\x7f\xfe\xdb\xff\xc7\x41\xbc\x7a\xef\x2f\xfd\ \xda\x55\xd9\xf0\x17\x91\x31\x14\x08\xe0\xc7\x37\x9d\x5e\xba\x46\ \x31\xb3\xbf\xff\xc5\x8d\xd1\x7e\xd0\xba\xae\x27\x8b\xad\xe1\x16\ \xaa\x85\xa3\xbd\x74\x34\x3e\x3b\xa7\xd6\xc9\xe3\x6f\xed\x07\xfe\ \x64\xfc\xd8\xc6\xc1\x86\x41\xc1\xb0\x19\xb8\xde\xf0\x4a\x82\xbd\ \xe0\xd3\x40\x80\xf5\x74\x94\x74\x7a\x6c\xb2\x8b\x93\x7d\x9a\x1c\ \xd0\xe4\x00\x47\x3b\x2a\xf0\x9f\xc4\xf6\x63\x9b\xfb\x37\xbf\xe9\ \x1d\x5c\xaa\xab\xb8\x99\x97\xb5\x76\x79\xfd\x67\xee\xbd\xee\x55\ \x4a\xad\xbd\xee\xce\x7f\x76\xd7\x62\xd7\x5f\xbc\xef\x1f\xbc\xed\ \x7f\xbf\x31\xe5\x95\xbc\xe6\x9e\x5b\x7f\xaa\xa5\xa2\xdb\x6f\xfb\ \xc7\xaf\x3f\x71\x4b\xe4\x2f\xf4\xd3\x65\x06\x8d\x53\xd0\xf0\x43\ \x64\x29\x7c\xad\x31\xe0\xf7\xa6\x05\x08\x00\xe0\xb4\x03\x20\x2a\ \xd6\x6e\x82\x56\xdf\x55\x85\xab\x0a\xb9\xb0\xfe\xd0\x4c\x7c\xe4\ \x4f\xfe\xf8\xd6\x5b\x6f\x5b\x3c\x75\xa3\x7b\xbe\x12\xc8\xab\x68\ \x39\x19\x87\xe2\xfc\xc5\x8f\x7e\xf2\xa1\x7f\xf3\xf1\xa7\xce\xdf\ \x74\xe3\x4f\x44\x66\x78\x69\x3c\xbc\xe5\xf4\x2f\x2c\x29\x33\x2f\ \x67\x41\xef\xf5\xa7\xbb\xee\xfe\x07\x7f\xe3\xcf\xbf\xf0\x9b\x7f\ \xf5\xe4\x5f\xd5\xa8\x9a\x98\x61\xc3\x0f\xc5\x51\xcf\x79\x71\xf0\ \xec\xa7\x3e\xfd\x85\x99\xe1\xec\x85\x1c\x87\xef\xc2\xc9\x27\x72\ \x44\xb9\xd7\xfa\xa3\xcf\x3f\xf9\x70\xc6\xbd\xee\xa2\xd7\x5f\xf9\ \x42\x2e\x3f\xf8\xb1\x4f\xde\xfd\x63\xaf\x59\x4d\x03\x6d\xec\x55\ \xbf\xa6\x04\x20\x44\x14\x7a\xde\x64\x78\x46\x8b\x85\x48\x89\x83\ \x8b\x1f\xfc\xc2\x20\x7a\xe3\xcd\x6f\xe6\x56\x07\x61\xcf\xe5\x97\ \x26\x55\x1d\xc6\x37\xbc\xee\x96\xf7\xf6\xb8\xb6\x4d\xa0\xa0\xe1\ \x87\x41\x0b\x18\x0c\xb7\xcf\xed\x16\x10\x85\x92\x5d\x9e\x59\x7c\ \x99\x17\xa3\x05\x44\xa4\x1d\x11\xd9\x6c\x36\xfd\xd0\x27\xfe\xf2\ \x4b\xa6\xf5\x15\xdb\xfa\xc3\x3f\xfd\xc4\x1d\xb7\x9c\x7e\xc3\x5a\ \x3a\x1d\x0e\x7e\x44\x0c\x2d\x6b\xf3\x42\x8b\x93\x27\xef\xe6\xf3\ \xa7\xa7\x96\x7b\x92\x9e\x7c\xf2\x03\x59\xf8\xfa\x5b\x17\xe2\xc1\ \xf0\x1c\xb4\x6e\x5a\x4f\x5b\x95\xf3\x4e\x1e\xf9\xb1\x84\x35\xb3\ \xd6\x1b\x7e\x58\x76\x2e\x17\xbc\x9e\x4d\x27\xf3\xd2\x3a\x72\x5f\ \x87\x5e\x6c\x5f\xa3\xca\x3a\x35\xbc\x74\xdf\xeb\x6e\xff\xbd\xbc\ \xf8\xc3\x8f\x7e\x02\x80\xae\x3d\x75\xdd\xdb\x6e\x5c\xab\x9f\x7c\ \xa8\x96\xc7\xe0\xea\x6f\xfb\xed\x8a\x5a\x9f\xb8\xee\x1f\xfd\x57\ \xdd\x9f\xe6\x6e\xeb\xd3\x0f\x7f\xbc\x5a\xfe\x47\x86\x90\x99\x9d\ \xcf\x3f\xf2\xbb\xd7\xbe\xea\xa8\x1d\x3f\xf4\xc0\x33\x37\xdd\xfd\ \x63\xbf\x71\xbb\xe5\x61\x7d\x2e\x33\xd4\xf8\x08\x0d\x3f\x0c\x58\ \x0b\x8b\xc7\x4f\xaf\x7c\xf5\xa3\x1f\xfc\xc0\x07\x92\x50\x1d\x5e\ \x6c\x91\xd1\xf1\x35\x77\xbc\xed\xb5\x37\x2b\x30\xdf\xfc\xec\x7e\ \x17\x5a\x40\x54\x3b\xd2\x93\xbd\x25\x46\x3f\xfb\xe6\x1f\xfb\x93\ \x07\xbf\xc2\x39\xbf\xef\xce\xd3\xe2\xd9\x87\xf3\xba\xaa\xb9\xbb\ \xea\x2f\xce\x04\x97\x3b\x17\x7e\xeb\xb7\x77\x12\xc9\xa0\x28\xf6\ \x0b\x8b\xf2\xe2\x7f\xfa\x33\xb4\xd2\x6b\x65\xbb\x1f\xfc\x7f\x3f\ \xe9\xa1\x63\x07\x67\x7f\xe7\x83\xdb\x0b\x3e\xc7\xb2\x1a\xd7\xe4\ \x09\x6c\x2c\x83\x86\x1f\x02\xdf\xd6\x19\x16\x2e\xbc\xed\xfd\x3f\ \x7b\xb0\x7b\x30\xaf\xcd\xe1\xa0\x53\xe7\x9c\x4a\xfa\x9c\xae\x64\ \x86\xda\x65\x23\x03\x08\xe3\xce\xc6\xa5\xe2\x08\xed\xc6\x95\x79\ \xdf\x2d\x47\x01\x99\xba\xf0\xe5\xf9\x64\xbc\x39\xab\x70\xa1\x73\ \xf5\xde\xa2\xa3\x75\xba\x32\x73\x04\x04\x98\x97\xf5\xf0\x30\x28\ \x8b\x80\x95\x2b\xbf\x36\xf2\x85\xb4\xc9\x11\x19\x00\xcd\xb2\x8d\ \x29\x10\x02\x43\x44\xa2\x6f\x1a\x09\xd5\xd0\xf0\x32\xca\x01\x81\ \x10\x5e\x14\xfa\x15\xe9\xa4\xbb\xd0\x6b\xf9\x64\xad\x73\xce\x3e\ \x67\x46\x82\x78\xc1\x60\x01\x03\xb7\x72\xf7\xbb\xce\x69\xfd\xd4\ \x74\x80\x15\xb2\xdd\x02\x00\x9c\x6b\x93\xdf\x96\xfd\xce\xd1\x7b\ \xee\xe3\xe0\xae\xca\x0b\x45\x47\xba\x1b\x1d\xbd\x69\xf5\x6d\x92\ \xfb\x57\xfe\x01\x38\xce\xd4\xa1\x46\x34\xdb\xb1\xe1\x65\x3b\xcd\ \x90\x31\xca\xbf\xfc\xa9\x8f\x3f\x78\x66\x12\x45\xb2\xc8\xcd\x35\ \xaf\x7d\xeb\xbd\xb7\x1e\xc1\x17\x39\x2b\x85\xa8\xb5\xb0\x74\xfd\ \xdf\xfb\xb5\xe7\x1c\x74\x88\x00\x02\xe9\x6a\x8d\x17\x68\x5b\x1e\ \xed\xdd\x71\x72\xe1\xf5\x2f\xee\x79\x26\x80\xda\xe4\xcd\x0c\xb5\ \x86\x97\x11\x2e\xd8\xc1\x33\x8f\x7e\x65\x9b\xbf\xfd\xfd\x3f\x77\ \xa4\x25\xa7\x9b\x5f\xf9\xc8\xa7\x3f\x77\xe1\xc8\x4f\x5d\xd3\x16\ \xe6\x39\x72\xf0\xdd\xd5\x23\x10\x49\x3c\x1c\x9c\xf8\x5c\xbb\xe1\ \x2a\xde\xeb\x68\x9d\xb6\x4e\x37\x5b\xaa\xe1\x95\xeb\x22\x14\xf3\ \x4c\x76\xd7\x8e\xaf\xf6\x94\xb3\xc9\xb1\xe3\x1d\xfe\x78\x5e\xd5\ \x80\xf2\xb9\x27\xdc\x77\x5b\xa7\x48\x44\xd0\x1c\x71\x0d\x0d\xaf\ \x2c\x3f\xd7\xe1\xe2\x91\x6b\xd5\x97\xff\xfc\x3f\x7f\x30\x3f\xb1\ \x18\xec\x9d\x7b\xf2\x20\x3a\x76\x77\x37\x7e\xde\x39\xcb\x4d\x2f\ \x93\x86\x86\xab\x57\x0b\xac\x51\xbd\x93\xef\xbe\xef\xc7\x57\x55\ \xbe\xb5\xb5\xa7\x56\x6f\x7d\xcf\xbb\xde\xb4\x10\x71\x21\x24\x67\ \xf8\x22\xed\x82\x86\x86\x86\x57\x1c\x8c\xf3\x62\x70\xe1\xc1\xcf\ \x7d\x69\xce\x94\x10\xa2\x1e\x5d\xfa\xf4\x9f\x6e\x10\x39\xe3\xd8\ \xf1\xdb\xde\x70\xe7\xc9\x8e\xb1\xee\xdb\x6b\x01\x22\x71\x01\xd6\ \x36\xeb\xf8\xfd\x74\xda\xb8\x00\xd6\x98\x60\x0d\x2f\xb9\x16\x30\ \x1c\xef\x9c\x7d\x76\xbf\xb8\xf9\xb6\x63\x0a\x9c\x9b\xef\x7d\xe1\ \xab\xdb\x27\x6e\xbd\xad\xeb\x63\xea\xf3\x6f\xc9\x3e\x14\xdf\xaa\ \x04\xd6\x88\xe9\x3e\xea\xba\x59\xc7\xef\xa7\xa9\x56\xfa\xac\xc8\ \x00\xb1\xb9\x62\x6c\x78\x89\x8f\x21\x5d\xeb\xd6\xda\x75\x6f\xb8\ \xfb\x8d\xca\x5a\x61\x76\x06\xdb\xa3\x63\x37\xde\x7a\xeb\x4a\x58\ \xd7\xb5\xb1\xdf\x46\x0b\x10\x40\x48\x19\x8e\x2f\x85\xbf\xf7\x2f\ \x9b\x25\xfc\x01\x80\xe0\x47\x1c\xb3\x66\x21\x1a\x5e\x3a\x25\x20\ \xec\x2f\xad\xe4\x0f\x7f\xfe\xfe\x07\xdb\xd7\x2f\x86\xc3\xf3\x5f\ \xda\xc8\xe5\x69\xc5\xab\xaa\xb6\xdf\xee\x4e\x11\x01\x34\xe1\x56\ \x8d\x85\xb6\xd4\xb4\xe9\xfb\x41\x7c\x2a\x00\x71\x4d\xc3\xca\xb1\ \x66\x71\x1b\x5e\x2a\xac\xb5\xe1\xf2\x0d\x6f\x7d\xdd\xf8\xfe\x87\ \x3e\xf5\x8c\x03\x50\xe9\x5d\x6f\x7a\xf3\x6a\xc2\xed\xf3\x05\x01\ \x2e\x6b\x81\x44\xda\xb5\xf2\x9f\x9c\xf5\x2f\x5c\xb8\xe0\xac\x7d\ \x71\x3d\x92\x1a\x5e\xd8\x7f\x43\x88\x18\x36\x09\x48\x0d\x2f\x99\ \x61\x60\x1d\xae\xdd\xfc\xc6\x9f\xbf\xfe\xb5\xda\x38\x2e\x95\x60\ \x60\xbf\x4d\x34\xf0\x1b\xed\x93\x89\x5c\x14\x06\x2b\x8b\x8b\xd6\ \x5a\x68\xb4\xe0\x07\xe5\x27\x00\x22\x46\x51\xe4\x9a\xb2\xe6\x86\ \x97\x4c\x0e\x8c\x39\x2c\x5e\x06\xb2\xdf\xa1\xd9\x88\xf8\xdb\xa7\ \x16\xef\x2f\x2c\x34\xab\xf7\x92\x7c\x40\x8d\x69\xd0\xf0\xd2\x9d\ \x41\x8c\xb3\xaf\xf5\x35\x22\x67\xed\xf3\x95\x23\x7c\xeb\x3d\x42\ \xb3\x45\x1b\x1a\xae\x36\x21\x10\x82\x95\xd9\x78\x30\x1c\x97\x06\ \xc3\x56\xbb\xdf\x6d\x0b\xb4\xd6\xbd\xd8\x1c\xe4\x86\x86\x86\x57\ \xa2\x10\x70\x01\xdb\x4f\xfe\xcd\x27\x3e\xf5\xd0\x94\x45\xb1\x82\ \x6c\x56\x2c\x5e\x7f\xd7\xdb\xff\xce\x6b\x52\x69\xad\xfb\x36\x5a\ \xe0\x00\x0a\xd7\x84\x09\x7e\xb0\x08\x04\x1f\x1b\xdb\xab\xe1\x25\ \x82\x09\x51\xed\x3f\xfd\x17\x9f\xfa\xca\xd1\x37\xfe\xe4\x6b\x4e\ \x2d\x71\x04\x9d\xed\xfd\xd5\xc7\x3e\xf6\xc9\xbf\x49\x7f\xea\x9e\ \x1b\xd1\x69\x7a\xae\x16\x58\xc2\x8e\xb0\x3f\x95\x96\x4d\xd3\xce\ \x1f\x1c\x12\xe1\x5c\x2d\xbe\x50\xfa\xa2\x99\xa4\xd4\xf0\xd2\x68\ \x01\xd2\xfe\xa5\x73\x6e\xfd\x96\xd7\xdf\x7e\x2a\x30\xa5\x21\x08\ \x57\xae\xb9\xf7\xee\x3b\xfe\xe0\xd3\xcf\x8e\xee\xba\xa1\xef\xe1\ \x37\x7b\x0a\x5f\xd3\x02\x80\x36\x73\x3f\xdd\x9e\x1b\xe7\x58\x5d\ \x36\x82\xf0\x7d\x36\xd4\x00\x88\x0b\xee\xfb\x1f\xdd\x71\x7f\xbc\ \x33\x3d\xba\xd0\x65\x4d\x4a\x72\xc3\x4b\x01\x11\x91\xa7\x04\x38\ \x63\xac\x73\x00\xc6\x58\xe4\x42\xc2\xf3\xb4\x3f\x15\x5f\x9f\x77\ \xe4\x00\x4a\xe3\xf2\xb8\x3f\xbf\xf3\x4d\xe8\x4c\xb3\x8a\xdf\xcf\ \x0f\x84\x2b\xb9\xf7\xec\xd2\x85\x87\x27\x79\xbd\xbb\x33\xee\x85\ \x5e\x9a\xa6\xcd\xb5\x62\xc3\x0f\x5e\x09\x30\xe9\x2c\xc9\xad\x79\ \x4d\x22\x54\xe4\x88\x00\xdd\x2c\x2f\x5b\xeb\xcb\xb1\xc7\xbe\xa5\ \x72\xf9\x6f\xc7\x0e\x9d\x75\x61\x7b\xfa\x9a\xf7\xa0\x2e\x9b\x75\ \xfc\x3e\xe2\x54\x14\x3f\xfa\x49\x7c\xf6\x73\x88\xc8\x18\x6b\x52\ \xb9\x1a\x5e\x1a\xac\xb1\xad\xf5\x9b\xdf\xde\x9e\xec\x3e\xf5\xa5\ \xa7\x66\x75\x6b\x61\xf5\xf8\xfa\x42\xf7\xd8\x2d\x6f\x3d\xca\x15\ \x98\x17\xea\x77\x48\x8e\x55\x73\xd4\x55\xb3\x8e\xdf\x57\x7d\x06\ \x34\x75\x93\xdb\xdd\xf0\x52\x3b\xa7\x8c\x61\x3d\xf9\xe2\xfd\x7f\ \xfa\xf8\x50\x2e\xf7\xfc\x47\xbe\xf8\xd0\x23\x37\xdc\xfd\xae\xbb\ \x4f\x07\xa4\x9b\x3b\xc5\x86\x86\x1f\x21\x38\xc7\x9d\x73\x8f\x9e\ \xd3\x2b\x3f\xfd\x8b\x6f\x5b\xf0\x59\x75\xf0\xe4\x7f\xf9\xf0\x43\ \xe7\x6e\x38\x71\xc3\x82\xf7\xe2\x7b\x9c\x35\x34\x34\xbc\x22\xfd\ \x53\x6b\x41\x78\x81\x27\x19\x27\xcf\x0f\x04\x92\x23\xf7\xbc\xb5\ \xf3\x8d\x16\x34\x34\x5c\xbd\xf1\x02\x47\x8b\xc7\x6f\x5a\x7a\xec\ \x23\xbf\xf7\xbb\xfb\xab\xdd\xe0\x60\xfb\x92\x58\xbf\xe3\x78\x2f\ \x72\xcf\x77\x39\xd0\x68\x41\x43\xc3\x55\x0b\x59\x8b\xe1\xe2\x5b\ \xde\xfd\xde\x67\xcf\x9e\x3d\xc8\xcc\xea\xc9\xd3\xa7\x4e\x1e\xf1\ \x99\xb1\xcf\x77\x85\xd5\x68\x41\x43\xc3\x55\x2e\x08\xc0\x84\xe7\ \x87\x5e\x5d\x7b\x4a\x02\x39\x22\x6c\x7c\x84\x86\x86\x1f\x2d\x90\ \x71\xac\x86\x9f\xf9\xc8\x87\x9e\x9e\xc7\xeb\x8b\xd1\xe0\x8b\x0f\ \x3e\x7c\xf4\xb5\xef\x79\xcb\xed\x3e\xda\xe7\xc9\x35\x6a\xd6\xab\ \xa1\xe1\x6a\x85\x73\xdc\xbd\xf0\xf8\x05\x7b\xe4\xfd\xbf\xf0\xe3\ \x8b\x01\xd3\xc3\x67\xfe\xf0\x83\x9f\xbd\x30\xbc\xe1\xa6\x45\xdf\ \x3d\xa7\x93\x41\x93\x09\xdb\xd0\x70\x35\x3b\x08\x65\x51\x04\xed\ \x76\x20\xa8\x2c\x6b\x62\x5c\x29\x49\xd6\x68\xad\x9f\xdb\xc2\xa0\ \xb1\x0b\x1a\x1a\xae\x66\x2f\x21\xe9\x2e\x4c\x1f\xf8\xdc\x07\xf6\ \x9e\x56\x0c\x6c\x55\x8c\x66\x7a\xf0\x89\x0f\x3d\x48\x78\xed\x6b\ \xde\x76\xcf\x4d\x7d\x63\x5c\xa3\x05\x0d\x0d\x57\x3f\xd6\xd8\x64\ \xe9\xfa\xfb\xde\xb7\xa0\x89\x01\x10\x22\x92\xb3\xc6\x58\x47\x10\ \xa6\x91\xb5\xd4\xd8\x05\x0d\x0d\x3f\x1a\x1e\x02\x11\xf7\xc3\x7e\ \xa7\x7e\xe6\x99\x67\xc7\x85\x89\x3a\xcb\xa7\xae\x3d\x1e\x4b\xb0\ \x8e\xc8\x19\xd3\x68\x41\x43\xc3\x8f\x8a\x87\xc0\x04\x65\xbb\x9f\ \xfc\x93\x8f\x5c\x32\xb2\x9c\xcd\x95\x92\x8f\x9d\xbb\xfd\xdd\x6f\ \xb9\xc3\x47\xf3\xdc\x8e\x3a\x4d\xec\xb0\xa1\xe1\xaa\x85\x73\xd8\ \xdb\x78\x62\xd7\x3f\xf5\x33\xef\x7d\xdb\x89\xa3\xd7\xdf\xf7\x9e\ \x77\xc6\xe3\xa7\xcf\x1f\xcc\xf9\xf3\xb5\xcf\x68\xb4\xa0\xa1\xe1\ \x6a\xf6\x12\x74\xad\xbd\x28\xf6\x04\x1a\x5d\x1e\xec\xed\xcd\x4a\ \x94\x82\x01\x5d\x79\xae\x11\x11\x11\x11\x22\x10\xc1\x61\xd5\x3d\ \x02\xd0\xe5\x2f\xf8\x96\xf4\x25\x04\x00\x44\x44\x24\xfa\x46\x22\ \x03\x43\x74\x44\x82\x73\x2e\x04\x39\x27\xa5\x3c\xfc\x31\xeb\xac\ \xe0\x22\xcf\x73\x47\x7f\xab\xcb\x22\x11\x70\xce\x84\x10\x5a\x9b\ \xaf\x97\xf9\x13\x11\x00\x7a\x9e\xe7\xf9\x9e\xae\xb5\x94\x12\x00\ \xaa\xaa\xaa\x8d\x39\x7c\x6f\x8c\x31\x04\x50\x9e\x12\x5c\x68\xa3\ \x39\x63\xc8\x98\xae\x6b\xa5\x94\xb5\x87\x95\x18\x68\xad\xe5\x9c\ \x5b\x6b\x38\xe7\x44\x60\x8c\xe1\x9c\x23\xa2\xd6\x5a\x08\x01\x44\ \x80\xe0\x9c\x23\x02\x29\x65\xad\x75\x59\x96\x82\xf3\x20\x08\x00\ \xd1\x39\x57\x55\x95\x10\xc2\xb9\xcb\xef\xd6\x39\x07\x88\x9e\x52\ \x8c\x73\x04\x70\xce\x39\xe7\xb4\xd6\x5a\xd7\x00\x80\x87\x8b\xd1\ \x34\x2f\x6a\x78\x59\x71\x0e\xda\xcb\x27\x8f\x23\x18\x27\x3c\x73\ \xf1\x93\x9f\xde\xbb\xf9\x35\x77\x1f\xef\xfa\x96\xec\x95\x69\x81\ \x73\x2e\x4d\xbb\x9d\x6e\xcf\x98\x1a\x19\x68\x5d\xe7\x79\x4e\x44\ \x7e\x18\x71\x26\x01\x98\x73\x87\x8f\x19\x31\xce\xc9\xb9\xaa\xae\ \xca\xb2\x9a\x8c\x27\x0b\x8b\xfd\x38\x0a\x1d\xa1\x73\x6e\x3c\x1a\ \x2d\xf4\xbb\x5f\xfa\xca\x23\x5f\xfc\xd2\x97\x7b\x8b\xfd\xcf\xdc\ \xff\xe9\xb2\xae\x7c\xdf\x3f\x7e\xfc\xc4\xe3\x8f\x3f\xf6\xaf\xfe\ \xd5\xbf\xee\xf7\xda\xc6\x82\x75\xc4\x18\xe3\x82\x38\xc3\x8d\xcd\ \xdd\xaf\x7e\xf1\x2b\xaf\xb9\xeb\xae\xa2\xaa\x19\x93\x52\x70\xcf\ \x93\x48\xf4\x7b\xbf\xff\xfb\x7f\xf4\xfb\x1f\x78\xdd\xbd\x77\x7f\ \xe1\xf3\x0f\x69\xa3\xdf\xf7\xbe\xf7\xdc\x73\xd7\x6b\x6c\x5e\xf9\ \x41\xb8\xb3\xbd\x53\xd5\xf6\xcf\x3e\xfe\xf1\x27\xce\x3e\xf1\xba\ \x57\xbf\xf1\xd2\xf6\xf6\xc1\x60\xf8\xc6\xbb\x5f\xff\x99\xcf\xde\ \xbf\xb2\xba\xa2\xa4\xe7\xc8\x5d\x73\xf2\xe4\x33\xcf\x3c\x73\xc3\ \x0d\x37\x5e\xb8\x70\x41\x08\x7e\xfa\xf4\xe9\x4b\x5b\xe7\x67\xb3\ \xc9\x1d\x77\xdc\xf5\xf8\x13\x4f\x4b\xae\x00\xb0\xdb\xe9\xc4\x51\ \x70\xff\xa7\x3e\xf9\xf6\xbf\xfb\x96\x9f\x7e\xff\xfb\x9f\x78\xea\ \xec\xff\xfd\x7f\xfe\x66\x36\x9d\xf4\x7b\xdd\xf7\xbe\xe7\x3d\x8f\ \x3f\xf1\x78\xbb\xd3\xad\x74\x0d\x8c\x77\xfb\x7d\xa7\xcb\x8f\xfe\ \xf1\x87\x36\x2e\x6e\x96\xb5\x3b\x76\xfc\xd8\xc2\xe2\xf2\xab\xef\ \xbc\xeb\xcd\x6f\x79\x4b\xad\x89\x00\xb4\x31\xd9\x68\xa7\xd9\x8e\ \x0d\x2f\xa7\x16\x58\x1b\x2d\x9e\x7c\xdd\x0a\xd3\x75\xf9\xda\xb7\ \xbe\xef\x2e\x19\xb5\x93\xc0\x19\xf3\xbc\x4d\x0c\xbf\x93\x16\x48\ \x29\x9f\x7c\xf2\xa9\xc1\x60\x18\x84\x5e\x18\x7a\xda\xea\x20\x08\ \xac\x75\x51\x9c\xf8\x5e\xac\xbc\x40\x0a\x21\x3d\x2e\x18\x53\x9e\ \x27\xa5\x8c\x65\xdc\xef\xf7\x16\x17\xfa\x55\x5d\x5b\xeb\x10\x10\ \x09\xa5\xf4\x94\x1f\xbf\xfe\x75\x6f\xb8\xe3\x8e\x3b\xa4\x92\xef\ \x7a\xc7\x3b\x46\x93\x59\x3e\xcf\xc3\x30\x78\xe2\x89\xa7\xda\x9d\ \xae\xe7\x47\xd2\x91\xb1\x86\x71\x6e\x9d\x65\x0c\x93\x56\x1a\xb7\ \xda\x16\xb0\x15\xc5\xd6\x60\x3e\x9b\xeb\xac\xb2\x46\x07\xdc\x5b\ \xe8\x2f\xa5\x41\x2c\x00\x9d\x75\x68\x9c\x27\x45\x46\x85\x35\xc6\ \x01\xb5\xbb\x9d\xb2\xd2\x8f\x3c\xfa\xf8\x42\x67\xfd\xec\xb3\xe7\ \x2f\x5e\xdc\x5c\x5c\x59\xf9\xcb\xfb\xff\xe2\x9a\x13\xd7\x05\x61\ \x88\x08\xe3\xe1\xf8\xab\x8f\x3c\x62\x8c\xfd\xeb\xbf\x7e\x70\x65\ \x65\x39\x8e\x93\x07\x3e\xf7\x97\x65\x39\x67\x4c\x3e\xf2\xe8\xe3\ \xbe\x17\x95\x79\x79\xe3\x0d\xd7\xa7\x71\xd4\x4d\xd3\xf1\x60\x10\ \x85\x61\x9e\x65\x1f\xf9\xf0\x87\x5f\x7b\xe7\xab\x57\x4f\xdf\x38\ \xd8\xdb\x1d\x1d\xec\xb7\x5b\xb1\xaf\x64\x90\x24\xfd\x5e\x5f\x09\ \xbc\xfb\x9e\xbb\xcf\x3c\x7b\x7e\x6b\x7b\x87\x71\xaf\xd3\x5f\x5a\ \x3f\x76\x42\x78\x49\xed\xea\xbc\x28\x85\x0a\x10\x19\x35\x6d\x4e\ \x1b\x5e\x5e\x27\xc1\xd9\xda\x59\x40\xd1\xea\xf4\x01\xdc\xb7\x13\ \x82\x17\xd0\x02\xe5\x79\x0f\x3f\xfc\x37\xff\xd7\xbf\xfb\xcd\x76\ \xa7\x75\xcf\xbd\x6f\x40\x86\x49\x12\x2b\xe5\x33\xc6\x38\x53\x8c\ \x2b\xcf\x53\x81\x2f\x84\xe4\x08\x88\x88\x52\x29\x63\x4c\x1c\x45\ \xd3\xe9\xf4\x60\x30\xb8\xb4\xb9\x79\xe1\xdc\xc6\x9d\x77\xde\x75\ \xef\xbd\x6f\x9a\xcd\xa6\xed\x76\x3b\x0a\x42\x29\x65\x18\x86\xfd\ \x30\x10\x82\xdf\x7d\xc7\xed\xce\x1a\xca\xe7\x0c\x40\x02\xa0\x81\ \x50\x79\xc6\x98\x9e\xe7\xbd\xf3\xde\xbb\x7d\x5f\x32\x06\x54\x81\ \xb3\x8e\x73\x06\x0e\xee\xba\xe5\xfa\x7f\xfa\xcf\x7e\x15\x2c\xb9\ \xea\xbf\x67\x42\x02\x43\xe0\xae\xd6\x46\x4a\x65\x8c\x63\x8c\xdf\ \xf6\xda\x3b\xff\x97\xe9\xff\xa6\x7c\x6f\x3a\x9e\x39\x80\xc8\xf7\ \xff\xf9\x3f\xff\xb5\x30\x08\xb4\x31\x75\x55\x47\x51\x98\x17\x85\ \x10\x72\x7f\x6f\x17\x11\x17\x17\x16\xef\xbd\xf7\x75\x65\x9d\x2f\ \x2d\xad\xdc\x73\xcf\xbd\x82\xab\xba\xa8\xc3\xc0\x1f\x8f\x06\xad\ \xf8\x8e\x24\x0a\xce\x3c\xf3\x8c\x75\xe6\xef\xff\xd2\x2f\xde\xf7\ \xce\x77\x80\xb3\x83\x83\xfd\x3b\xef\x7a\xf5\x89\x93\x27\x6a\xeb\ \x76\xf7\x07\x75\x39\x47\x3f\xf4\x92\xee\x4d\xb7\xf5\x6e\xbe\x9d\ \x7b\x7e\xfc\xf4\x99\xb3\x93\x5c\x17\xc6\x6a\x02\xc7\x79\x5e\xe9\ \x66\xf2\x4c\xc3\x0f\x8f\x26\x58\xfb\x02\x4d\x4c\xbf\x93\x16\x58\ \x63\xae\x3b\x75\xea\x86\xeb\xaf\x3d\x38\xd8\x0f\x3d\x5f\x2a\xee\ \x8c\x2d\xf4\x4c\x49\x4f\xf8\x8c\x88\x98\x40\x53\x54\xdc\x29\xce\ \xb9\x23\xb2\xa6\x66\x8c\x8d\xf7\x32\xeb\x6c\xa2\xc4\x42\xbb\x25\ \x8e\xad\x0d\xb6\x36\x3e\xfe\xc7\x7f\xe4\xfb\x7e\x1c\xc5\x83\xbd\ \x3d\x67\x2d\x38\xe2\x8c\xc7\x71\xbc\xb0\xb8\x58\x02\x12\x47\xc1\ \x85\x94\xf2\x70\xc6\x53\xbb\xdb\x2d\x8a\x3c\xcb\x32\x04\x50\xbe\ \xcf\x95\x64\x9c\x21\xa2\xf4\x94\x75\x56\x29\xa5\x94\x12\x52\x70\ \xce\x5b\x49\x42\x00\x1c\x11\x19\x23\x02\x29\x3d\x2f\xf0\xb9\x14\ \xd6\x91\x0c\xd0\xf3\x3c\xc5\x78\xf7\xc4\x11\xc1\x15\x32\x64\x88\ \x8c\xb1\x43\x5f\xe6\xf4\x8d\xd7\x01\x91\x31\xe6\x96\xdb\x6e\xd4\ \xa6\x66\x4c\x20\x31\xae\x14\xd4\x16\xc8\x01\x67\x3b\x9b\x1b\x0f\ \x3c\xf0\x99\xbd\xc1\x81\xf0\x82\x3b\xef\x78\x75\x9e\xcf\xfb\xbd\ \xb6\x73\xad\xe1\xe0\xe0\x4f\x3f\xfa\x27\xbb\x07\x07\x42\x79\xdd\ \xde\x62\x7f\x69\xf5\xf6\xdb\x5f\xdb\x5d\x58\x50\xbe\x6f\x8c\x7b\ \xf5\x6b\x5e\xa3\x8d\xcb\xf3\x42\xaa\x00\xc1\x85\xa1\x9f\x67\x8c\ \x9c\x69\x5a\x9b\x35\xbc\xa4\x0f\xfd\x8b\x3d\x81\xc4\x77\x7e\xd1\ \xd0\x0f\x16\x7a\xfd\xaf\x7e\xe5\x4b\x1f\xff\xf8\xc7\x96\x96\x16\ \x38\xa3\xe9\x64\x2a\xb8\xe7\x7b\x3e\x00\xb6\x5a\x2d\x0e\x06\x11\ \x94\x52\x42\x08\x44\xf4\x3c\x8f\x71\xe6\x29\x4f\x79\xaa\xae\x6a\ \x9f\x0b\x15\x05\x4a\x72\x46\x16\xaa\x5c\x3a\xc3\x10\x95\x12\xb6\ \x36\x0b\x61\x10\x33\xb4\x81\x98\xd4\xa5\xa9\x73\x3d\xd7\x65\x55\ \xe9\xaa\xc2\x0d\x44\x44\x04\xa8\xab\x3a\x9f\x4d\x42\x29\x10\xd1\ \x12\xa8\xc0\xf7\x83\x80\x0b\x79\x18\xae\x14\x42\x84\x61\x2c\x80\ \xb5\xe3\x96\x90\x62\x3e\x9f\x17\x55\x89\x08\x5f\xf9\xea\x57\x2d\ \xb9\xd5\xd5\x15\x4b\x96\x03\xcb\xa7\xf3\xd1\x70\x34\x9f\xcf\xb9\ \x10\xad\x56\x8b\x21\x0a\x29\x8d\xd6\x9d\x6e\xb7\x2e\x2b\x50\x2c\ \x4e\x5a\x08\xc8\x00\x05\x93\x08\xe8\x7b\xca\x91\x03\x70\x4c\xf0\ \x37\xbd\xe5\xcd\x17\x36\xb6\xfe\xcb\x87\x3e\x18\x7a\x22\x0a\x3c\ \x67\xf4\x68\x34\xa8\xeb\xba\xd2\x1a\x85\x58\x5c\x5a\x3e\x59\xd6\ \x55\x59\x79\x5e\x30\x9e\x4e\x95\x17\x30\xa6\x6e\xbc\xf9\xc6\xc5\ \xc5\x95\x72\x56\x86\x61\xac\xab\x9c\xc8\x35\x42\xd0\xf0\x52\x82\ \x88\x4a\xa9\x17\xd7\x5c\xf7\x05\xb4\x20\x08\x82\x20\x08\xf6\x86\ \xe3\xaa\x2a\x7d\x25\xa2\xd0\x97\x9c\xef\xef\xef\x0a\xe4\x41\x18\ \x33\x22\xb0\xd5\x7c\x9e\xcd\xe7\x99\x10\xf2\x30\xc9\x51\x4a\x59\ \xd7\xfa\xf0\x2e\xc0\x13\xd2\xf7\x3c\x00\x74\x5a\x07\x5e\x50\xe5\ \xb9\xc7\x65\x12\xc7\xf3\x2c\x7b\x36\x88\x10\x51\x46\xa1\x52\x1e\ \x39\x62\x0c\xa5\x90\xe4\x2c\x00\xfa\x41\x40\x44\x3e\xb2\xb5\x30\ \x70\x95\x61\x0c\xc3\x34\x71\xc8\x63\x3f\xe6\x5c\x86\x41\x24\x85\ \xf0\xa4\x17\x04\x61\x4d\x60\x01\x38\xc3\x3a\xe4\x14\x26\x42\xf1\ \x85\x3b\xfd\x79\x31\xcf\xb2\x19\x00\x58\x80\xb8\xe7\x33\xc0\xd0\ \xf7\xf3\xa2\x20\x63\xf2\xaa\xd2\xc6\x20\x40\x36\x9d\xd6\xb5\x66\ \x9e\x08\xa3\x88\x8c\x73\xc6\x80\xa3\xe1\x60\x34\x1e\x8f\xbb\x0b\ \x5d\x47\xf4\xb3\x3f\xff\x73\xaf\x7a\xf5\x1d\x71\xbb\xfb\xd0\x43\ \x0f\xa2\xd3\xad\x38\x98\x8e\x87\x81\xef\x21\x50\x1c\x47\x65\x5d\ \x0f\xf6\x76\xa7\xe3\x31\x43\x51\x16\x25\x01\x64\x59\xe1\xf9\xe1\ \x5f\x2f\xaf\x28\xe5\x05\x51\x14\x85\xb1\xef\xfb\x6f\xff\x89\xb7\ \x09\x21\x1a\x4f\xa1\xe1\x25\x8a\x14\x3a\xa7\x94\x3a\x7d\xfa\xf4\ \x0f\xc4\x2e\x10\xd2\x8b\x93\xd4\x97\x92\x80\x86\xc3\x21\xb8\x56\ \x1c\x46\x9d\x56\x8b\x31\x0e\x84\xb3\xc9\x64\x7d\x6d\x49\x0a\x61\ \x8c\xd1\xda\x94\x65\xc9\x39\xd7\xda\x30\x44\xce\x58\x91\x97\x46\ \xe8\xb2\x28\xab\xaa\xca\xe7\x73\xc9\xb8\x64\xbc\x15\x27\x9c\x73\ \x6d\xed\xe6\xf6\x96\x20\x0c\xe6\x5a\x39\x44\x80\x6e\xa7\x4b\x88\ \x48\xa0\xab\x7a\x2f\x9b\xf5\x3a\xdd\xba\xaa\xf7\x18\xc9\xc8\xe3\ \x4a\xc9\xc0\xd3\xd6\xa1\x60\x5a\x1b\x81\x3c\x50\x4a\x71\xc9\x90\ \x57\xa1\xe7\xa7\x89\xe0\xbc\x95\xa6\x41\xe4\x3b\xa0\x20\xf0\x43\ \xce\x7c\x19\xf8\x9e\x67\xa5\xd4\xa1\x7f\xea\xd4\x75\x9c\x73\x00\ \xb0\xce\xc5\x51\xa4\xb5\x3e\x1c\x09\x61\x8c\xd5\xd6\x38\x22\x5b\ \x6b\xab\x35\x58\x5b\x96\x85\xd1\x76\x5a\xe4\xdb\xfb\xbb\x7e\x18\ \xea\x5a\x7b\x2a\xe8\xf7\x97\x06\x7b\xdb\xce\x92\x10\xa2\x93\x76\ \x20\x75\xc0\x18\xe7\x9c\x4b\xc5\x80\xd0\x98\xc3\x5b\x57\x02\xac\ \xb5\xad\xca\xd2\x6a\x5d\x0c\x26\xd9\x1e\x79\x2a\x20\xf7\xd6\x66\ \x83\x36\xbc\x52\xf8\xce\xf9\x05\x24\xa4\xea\xf4\x16\x97\x96\x57\ \xeb\x2a\x2f\x2b\xbd\xbd\xbb\xb7\xb2\xb4\xe4\x09\x4f\x72\x3e\x9d\ \xcc\x3c\xe5\x01\x13\x61\xd2\x5e\xf1\xa3\x0b\x17\x2e\x14\x95\x61\ \xcc\x09\x29\x7c\xcf\x07\xc7\x80\xcb\xd2\x98\xaa\xc8\x19\x67\xa5\ \x71\xcc\xf7\x54\xe0\x87\x9d\x6e\xba\xb8\xc8\x19\x7f\xf6\xcc\x99\ \xad\x9d\xdd\x23\x8b\xcb\xf3\xaa\xaa\xeb\x1a\x62\x91\x26\xad\xd0\ \xf7\x07\xbb\xbb\x8f\x5d\x3c\xe3\xcd\x47\x4a\x4a\x5b\xd5\x69\x92\ \xdc\xf2\xaa\xdb\x6a\x6b\x50\xb0\xa2\x28\x36\x76\xb6\x7c\x21\x75\ \x5e\xce\x86\xa3\xa5\x85\xc5\x64\x69\x81\x8d\xbc\xd9\x74\x3a\x99\ \x4d\x8b\xa2\x8c\x93\xd8\x58\x6b\x9c\x5b\x5b\x5b\x93\x52\x92\xef\ \x89\xc5\xce\xa5\xed\x6d\xe7\x1c\x22\x26\x71\x7c\x98\x23\xd1\xeb\ \xf7\x7d\xdf\x6f\xb5\x5a\xed\x76\x27\x0c\x63\x5f\x89\x4e\x1c\x2b\ \xc5\xab\xb2\x2a\xca\xd2\x8d\x41\x5f\xd2\x41\x14\x1b\x4b\x8c\xc9\ \xc1\x60\xfc\xc8\x23\x8f\x97\xd9\x84\x81\x8e\x83\xc0\x0f\xd4\x64\ \x32\xd1\xc6\x0a\x25\x05\x98\x40\x09\x29\x24\x00\x3a\xe7\x88\x08\ \x91\x33\xe4\x80\xe0\xac\x93\x2a\x20\x72\x70\x98\xff\xd0\xd0\xf0\ \x8a\xd6\x02\x22\xf2\xbc\x40\x7a\x51\xa5\x69\x32\x9d\x23\x18\x24\ \xbb\xbe\x7a\xb4\x2c\xeb\xcc\xd4\x69\x92\xa6\xad\xb6\x1f\x26\x69\ \xa7\x23\xa5\xc8\xca\xba\xdd\x5f\xd8\xdf\xdf\x67\x8c\x05\x61\x34\ \x1c\x0e\x01\xc8\x39\xd7\xed\xf7\x7b\xbd\xbe\xe7\x79\xbd\x6e\xd7\ \xf7\x7c\x5f\x79\x44\xce\xf7\x7d\xd5\x69\xc7\x9b\x9b\xdd\x7e\xbf\ \x2c\x8a\x33\x67\xce\x3c\xb8\x71\x36\x50\x9e\xd3\x06\x01\x0a\x9f\ \x97\x45\xe6\x59\x15\x44\xe1\x88\x99\x85\x50\x26\x9d\xfe\x91\x13\ \x47\x9d\xb5\xc1\xde\x35\x1b\xcf\x9c\xa9\x87\x43\x95\x7a\x39\x13\ \x52\x91\x14\xc4\x12\xdf\xe9\x79\x6d\x31\x07\x3b\x9c\x8d\xad\x25\ \x9e\x24\x9c\xf1\xb9\xae\x07\x67\x9f\x9c\x66\x19\x63\x6c\x3c\x1e\ \xb7\x92\xc4\x0f\xc2\xf5\xf5\x35\x60\x6c\x6b\x6b\x6b\x3c\x1e\xfb\ \x7e\x78\x64\x6d\xbd\x97\x26\xa4\xab\x3c\xcb\x66\xb3\x89\x03\xe2\ \xca\xd7\x8c\x4b\x25\x2d\x51\x59\x9a\x73\xcf\x5e\xf8\xd2\x17\xbf\ \x92\xc6\x3e\x92\x89\x3c\xd1\x69\xa7\x93\xd9\xb4\xae\x6b\x64\xac\ \x2a\x33\x8e\x24\x84\x38\x4c\xb1\xe2\x8c\x11\x21\x67\x42\x08\x6e\ \x9d\xf3\x83\xc0\xb9\x6f\xd3\x4d\xaa\xa1\xe1\x15\xa7\x05\xca\x0f\ \x99\xf4\xb2\x79\x91\x97\x25\x80\x43\x80\x9d\xdd\xbd\x53\x27\x4f\ \x32\xc6\xba\x69\x67\x38\x9a\x9c\xbb\xb8\xed\x1d\x8c\x7d\xdf\x1f\ \x4e\xf2\x30\x0a\xc6\xb3\xb2\xd5\x6a\x2d\xae\x1c\xf1\xa3\xb4\xd6\ \xf5\x99\x33\xcf\x44\x6d\xd8\xda\x1b\x94\x55\x09\x74\xb6\x28\x8b\ \x28\x8a\xcb\xb2\xf4\x7c\x2f\x49\x5a\x67\xce\x9c\xd1\x60\x81\x31\ \x70\x04\x00\xcc\x68\x34\x56\x72\xb5\x7e\xec\x68\x10\x04\xc3\xbd\ \x03\xc7\xf9\xc1\x74\xfa\xe1\xcf\x3e\x60\xd1\xb5\xba\xa9\x35\x35\ \x58\xeb\xf2\xa2\x1b\x85\xc7\x96\x56\xc8\xba\x2f\x9e\x79\x6a\xe5\ \xc8\x32\x02\xe3\x2d\x1f\x15\x3e\x76\xe6\x9c\xd6\xd6\xf3\x82\xf3\ \x8f\x3d\x42\x04\x42\xa9\xac\x2e\x10\x81\x71\xa1\x8d\x29\xca\xca\ \x0b\xc2\xd1\x78\xb2\x91\x5e\x14\x42\x22\xc3\x10\xd9\xe6\xc5\x8d\ \x27\x1e\x19\x76\xe2\x38\x54\x62\x34\x1c\x74\x97\x96\xd0\xba\x12\ \x10\x80\xe2\x38\xbe\x58\x1f\x5c\xbc\xb8\x95\xe7\x65\x12\x06\xb6\ \x36\xc5\x64\x92\x4d\xa7\x88\x48\x80\x0e\x08\x19\x13\x81\x07\x9c\ \x1b\x6b\x90\xc0\x11\x73\xd6\x81\xd1\xa8\xcd\x61\xfa\x62\xb3\xbd\ \x1a\xae\x1a\x1f\x01\x08\xc9\x21\x30\x25\xb9\xf0\x18\x58\x46\xae\ \x36\x26\x2b\x8b\xe3\x47\x8f\xd5\x75\x6d\xc8\x39\xb0\x7b\x7b\x3b\ \x8c\x09\x63\xac\x25\x57\x69\x5d\x54\x75\x6d\x5d\x98\xb4\x44\x5d\ \x39\x40\xe5\x05\x59\x36\xaf\xb4\x61\x9c\x97\xda\x86\x5c\x08\xcf\ \x2f\x8d\xf1\x9c\xcb\xaa\xaa\x76\x86\x73\x8e\x44\x88\xcc\x57\x5e\ \x51\xd5\x9c\xdb\xa4\xd7\xed\xb4\xd2\xf1\x64\x56\x96\xd5\x3c\xaf\ \x6a\x53\x33\xc1\xf2\xbc\xd2\xba\x10\xe4\xb8\x45\x69\x40\xac\x88\ \x3c\x9f\x5e\x1c\x8e\x27\xcc\xac\xac\xac\x52\x6d\xb6\xb6\x77\xb6\ \xf3\x4a\x02\x28\xcc\x0d\x58\x21\xa5\xb6\xb5\x10\x42\x1b\xe3\x8c\ \x61\x80\x95\xa3\x80\xb1\x85\xc5\x45\x21\x44\x5d\xd7\x52\x48\x20\ \x17\x06\x1e\x99\xa4\xac\xab\x24\x89\xa2\xb4\x55\x56\x05\x5a\x19\ \xf7\xfa\xed\x76\x07\x00\x46\x83\xfd\x4b\x9b\x17\x00\x60\x7f\x30\ \x30\x75\x11\xfb\xb2\x9c\x69\x21\x38\x22\x10\x43\x64\xdc\x38\x26\ \x15\x68\x6d\xb5\xae\x05\xe7\x8c\x21\x39\x77\xd9\x4c\xf0\x1a\x8b\ \xa0\xe1\xaa\xd1\x02\x02\x11\x70\x15\x89\x95\xb5\xe5\xf3\xe5\x5c\ \x17\x45\xbb\x9d\x26\xad\x94\x10\xb3\xba\x9c\x65\xd3\xda\x55\x9e\ \x42\x8e\x05\x90\xa8\xca\x82\xac\xaf\x04\x73\xce\xcc\xe7\xb3\x28\ \x8a\x8c\xad\x85\x64\x79\x31\x97\x7f\x13\x1f\x5f\x00\x00\x20\x00\ \x49\x44\x41\x54\x8a\x17\xa5\x53\xca\x13\x1c\x91\xac\xb3\xda\x57\ \x8a\x8c\x56\x0c\x05\x08\xad\x0d\x32\xe0\x0c\x9d\xae\x25\xa2\x2f\ \xa5\xab\x75\x9d\x17\x1c\x08\x11\x51\x30\xee\x10\x08\x22\xcf\x2f\ \x8c\x66\xe4\x84\x80\x52\xdb\xed\xe1\x70\x7f\x7f\x3f\xb3\xa4\x27\ \x55\x9c\x1a\xad\xeb\x30\x4a\x8e\x70\x2f\xf4\xa5\x94\xdc\x19\x2b\ \x39\x27\x62\x96\x58\x51\x94\x93\xe9\x14\x00\xb4\xb3\xeb\x6b\x6b\ \x41\x18\xe4\x45\xe1\x10\x1c\x90\xd3\x79\x51\xd9\x20\x6e\xf3\x4e\ \x77\x38\x9b\x91\xb5\x75\x91\x9d\xbc\xe6\x5a\x12\xc2\xf3\x42\x00\ \x98\x4d\xf7\x27\xe3\xfd\x4a\x57\x08\x4e\x6b\xad\xc9\x04\x7e\x50\ \x18\x93\xe7\x85\xef\x2b\x85\xa2\x06\x03\x40\x5c\x08\x63\x4d\x9c\ \xc4\xc6\x92\xd1\xb6\xb6\x86\x9c\x03\x21\x1a\xff\xa0\xe1\xea\xf1\ \x11\x7c\x4f\x59\x6b\xe2\x38\xf2\x3c\x45\xba\xce\xe6\xf3\x24\x8a\ \x6e\xbb\xed\x36\xe4\xf8\xe4\x93\xd3\xb2\x2c\x9c\x76\x9c\x61\x10\ \x06\xc3\xd1\x58\x70\xa5\x3c\xe5\x88\xb2\x6c\x46\xce\x39\x30\x9e\ \xa7\x2e\xbf\x8e\xef\x93\x73\x42\x08\x72\xce\x39\x47\xce\x1d\xfe\ \x3b\x22\x32\xbc\x0c\x43\x74\x08\xc8\x50\x08\xc1\x05\x17\x52\x08\ \x6b\x18\x58\x00\x8b\x80\x44\x0e\x80\xa1\x10\x86\x68\x92\xd7\x4f\ \x6d\xec\x72\xc1\x91\xf1\x34\x49\x8f\x1e\x39\x01\xe4\x04\x43\x70\ \x0e\x09\x00\x48\x30\x06\x44\xc0\x78\xad\xcd\x68\x3c\xf6\x7d\x5f\ \x79\x2a\x6a\x25\xed\x76\xa7\x2c\x8b\x2c\x9b\x3b\x63\x0d\x90\x66\ \x36\x8d\x62\x3f\x8a\x06\xe3\xd9\x64\x3a\x5d\x5d\xee\xb7\xd3\x24\ \x8a\xa2\x49\xae\x95\xf2\x01\x60\x3c\x9d\x16\x75\x65\xad\x95\x92\ \x33\x25\xcb\x5a\xbb\xba\x42\xc4\xca\x81\x2d\xeb\x12\x4c\x3b\x6a\ \x39\xeb\xac\x23\x40\x96\xe5\x05\x22\x11\x39\x64\x84\x1c\xb1\x09\ \x15\x34\x5c\x4d\x5a\x20\xa5\xca\xe6\xd9\x2c\x9b\x03\x41\xe0\x07\ \x75\x95\x8f\xc7\xa3\xa7\x9f\x7a\x6a\x5e\xe4\xf3\x7c\xae\xa4\x30\ \x60\xa3\x28\x5a\x5a\x5a\x09\xc2\xd6\xf9\x73\x17\xf3\x3c\xcf\x8b\ \x92\x0b\x51\x14\x65\x55\xe7\xca\x53\x87\x2f\xe5\x79\x5e\x55\x55\ \x9e\xe7\xc1\xdf\xce\x82\x60\x9c\x81\x43\xc6\x39\x02\x22\x63\x04\ \x88\x88\x8c\x73\xe0\x0c\x38\x63\x1c\x39\x73\x0c\x01\x2e\xd7\x44\ \x62\x6d\xc9\x59\x20\x14\x75\x69\xa3\x38\x64\x98\x7b\x8c\x4b\x64\ \xd6\x38\xb2\xa4\x64\xa0\xb5\xd6\xda\xa0\x27\x8d\x36\x04\xb6\xb6\ \x95\x73\x4e\x08\xe1\x79\x5e\x3b\x49\xad\xd6\x0c\xd0\x13\x52\x97\ \x15\x01\xaa\x24\x88\xd3\x76\x69\x61\x30\x9e\x84\xca\xef\x75\x7b\ \x93\xe1\xae\xb5\xae\x36\x56\x4a\xcf\x01\xe4\xa5\x76\xc0\x91\x23\ \x13\x8a\xa1\xab\x8d\x25\xe4\x42\x71\x1f\x51\x08\x91\xcf\x4b\xcd\ \xb9\xb6\x96\x03\x04\x9e\xe7\x9c\x26\x47\x80\xc0\xd9\x61\x0a\x65\ \x53\x89\xd0\xf0\xf2\x83\x8c\x4b\xc1\x0f\x93\x5c\x0e\x6f\xd3\x01\ \x11\x9c\xd5\xcf\xe9\x83\xfc\x02\xf1\x82\x43\x23\x7d\x32\x1c\xe5\ \xf3\x3c\xf2\x3d\x25\x24\x39\x37\x38\x18\x38\xb0\x88\xac\x28\x8a\ \xa5\xc5\xf6\x0d\xa7\x4e\x09\x19\x22\x1f\xe7\xf3\x2a\x69\xa5\x17\ \x2f\x5d\x9a\xce\x66\xe4\x26\xc6\xea\x95\x95\x65\xce\x39\xe7\x9c\ \x88\x38\xe7\x52\x4a\x6b\xed\xe1\xd0\x71\xc6\x18\x20\x72\x29\x38\ \x39\xce\x18\x02\x72\x86\x0c\x80\x31\x26\x04\x07\x00\x47\x04\x8c\ \x09\xce\x0d\xb7\x40\xc0\x19\x02\x39\x6b\x2d\x12\x03\x42\x20\xb2\ \x75\x81\xce\x0a\xce\x7c\x29\x40\x4a\x72\x87\x8f\x21\x97\x12\x38\ \xe3\x9c\xb9\xbc\xc8\x84\x50\x51\x8c\x9e\xe7\x59\x6b\xad\x31\x00\ \x20\x90\x91\xb5\x55\x51\x00\x62\x37\x8d\x86\xb3\x6c\xe7\x60\x2c\ \xa5\x1f\xb7\x5a\x45\x51\xf8\x7e\x00\xc8\xa2\x30\x8e\x5b\x29\x02\ \x4c\x66\x99\x03\xe0\x5c\x12\x32\xeb\x1c\x72\x81\x8c\x59\x87\x0e\ \xd0\x38\x72\x80\x16\xb9\x41\x60\x9c\x3b\x86\x5c\x48\x5d\x97\x4e\ \xd7\x00\x8c\x33\x66\xad\xa6\xef\xdd\x30\x40\xd4\x5a\x4f\x27\x63\ \x22\x0a\xc3\xb0\x29\x82\x6e\xb8\x22\xb8\x10\xb3\xed\x27\xfe\xf3\ \x7f\xfa\x93\x3d\xc3\x39\x43\x44\x20\x47\x56\x9b\xe5\xbb\xde\xfe\ \x33\x6f\xb9\xc3\xa3\xfa\x9b\xbb\x21\xbf\xd0\xde\x72\xb4\xd0\x5f\ \xe0\x9c\xe9\x3a\x2f\x8a\x9c\x88\x7c\xcf\x0f\xc3\xd0\xf7\x7c\xc1\ \xb9\xa7\x14\x59\x87\xc8\x7c\xcf\x2b\xcb\x52\x6b\xdd\xeb\xf5\xae\ \xb9\xe6\x1a\x29\xa5\xd6\x3a\xcb\xb2\xe1\x70\xe8\x79\x9e\x94\xf2\ \xf0\x70\x96\x52\x7e\x5d\x08\x18\x63\x0c\x91\x71\x44\x06\x88\x84\ \x8c\x38\x82\x60\xe0\x4b\xe1\x29\x21\x04\x23\x24\xe4\x0c\x99\x62\ \x5c\x71\x2e\x38\x47\x46\xd6\x43\xba\xf9\xda\xf5\xd7\x9e\xbe\xf6\ \xc6\x23\x0b\x3d\xdf\x72\xb2\x80\x20\x04\x4a\xc9\x2b\x5d\xcc\xb2\ \x31\xe7\xe0\x79\x1c\x91\xb8\x80\x4a\x97\xc6\x6a\xe4\x8c\x0b\x41\ \x44\xc6\x18\xa5\x54\x55\xd7\xa3\xd1\x08\x01\x5b\x71\xbc\xb3\x77\ \x30\x9c\xce\x08\xb0\xbf\xb8\xd8\xef\xf7\x18\x63\x71\x18\xea\xaa\ \x26\x02\x67\xd1\x01\x64\xd9\xcc\x5a\xc3\x18\x1e\xbe\x5b\xce\x19\ \x01\x10\x39\xce\x99\x94\x9c\x09\x6e\xc0\xa2\x94\x5c\x8a\x59\x31\ \xaf\x8d\x66\x88\x44\x0e\x91\x84\x60\x4a\x0a\xfc\xde\x13\x90\x89\ \x94\x52\x2b\x6b\xeb\x2b\x6b\xeb\x41\x18\x1d\xfa\x56\x0d\x0d\xdf\ \xad\x16\x70\x36\xda\x7c\xf2\x89\x3d\x7b\xe3\x1d\xaf\xb9\xf9\x58\ \x74\x69\xf3\xe0\xf8\xab\xee\xba\x69\x59\x3d\xf1\xc5\xc7\x66\x1a\ \xbf\x25\x55\xf9\x85\xee\x11\x00\x4e\x1c\x3f\xbe\xb4\xb8\x78\xe9\ \xc2\x59\x67\x9d\x41\x4d\x4e\x5a\x6d\x82\x30\x70\x40\x64\x4d\x55\ \x16\x93\xe9\x34\x08\x5b\x88\x38\x1a\x8d\x08\x71\x79\x65\x75\x77\ \x6f\x6f\x38\x18\x58\xe3\xc6\xa3\xf1\xe2\xe2\x62\x92\x24\x8c\x31\ \x29\x25\x22\xd6\x75\xcd\x39\xbf\xac\x0b\x9c\x33\x44\x29\x39\x47\ \x2e\x91\x99\xaa\xaa\x8a\x6a\x6c\xc7\xe3\xd1\xb0\xdb\xef\x33\x06\ \x1c\xa4\x43\x09\x64\x88\x9c\x87\xdc\x03\x8a\x3c\xb6\x9e\xfa\xab\ \x8b\x3d\x5c\x4d\xcf\x9f\x77\x0f\x4d\xe6\xda\xda\xda\xd9\x20\x50\ \x41\xec\x0b\xa5\x85\x87\xce\x1a\x26\xc9\x3a\xeb\x05\xcc\x01\x4a\ \xa9\x4a\x93\x1f\x1a\x05\xd6\xb9\xad\xcd\x4d\x67\x6d\x37\xed\xb4\ \x3b\x9d\xfd\xb3\x07\x20\x79\x7f\x61\x25\x8e\x43\xcf\xe3\x79\x5e\ \x78\x71\xa7\xd3\x89\x83\xf6\x92\x52\x92\x01\xd4\x75\x09\x64\x81\ \xb4\xd1\x9a\x0b\xee\x2a\xe3\x07\xca\x58\x27\x38\xe3\x0c\x01\x8c\ \x10\xcc\xe8\x1a\x91\x59\x5d\xa1\xc7\xa5\xe2\x0c\x14\x92\x03\xb2\ \xf8\x7d\xf1\x11\x10\xeb\xba\x9e\x8c\x86\x44\x14\x44\x51\x63\x17\ \x34\x5c\xe9\x61\xa2\xb5\x59\xbc\xe1\x8e\x77\xbf\xfb\x1d\x6a\x3b\ \x79\xea\xa2\x7c\xdb\x4f\xfe\x44\xfb\x49\xf5\xc4\x1f\x3c\x6d\x9e\ \x33\x20\xe1\x85\xf6\x16\xb9\x5e\xa7\x7b\xe2\xd8\x71\x29\x02\xce\ \x18\x59\xd2\x75\x3d\x19\x8f\xc1\x39\x25\x44\x2b\x4d\xe3\x38\x42\ \x00\x63\xcc\x6c\x36\x93\x52\x0a\x21\x47\xa3\x51\x36\x9f\x5b\x6b\ \x91\xa1\x03\xe7\x79\xde\x7c\x3e\x67\x8c\x11\x91\x10\x42\x08\x11\ \x04\x01\x00\x44\x51\x14\x45\x81\xb1\x46\x70\xce\x01\x38\xc1\x7c\ \x3a\xf7\xb9\xb0\x95\x7e\xe2\x91\xc7\x86\x07\x07\xa1\xef\x5b\x63\ \x3d\xe1\x31\x14\x02\x84\x2f\x54\x28\xe5\x42\x2b\xb6\xf9\x7c\xba\ \xbb\x53\x8f\x07\x36\xcb\x6b\x02\x2f\xee\xfa\x49\xaf\x32\xcc\x38\ \xc6\x95\x37\x9b\xcf\x76\x0f\x76\xe7\xe5\x84\x73\xeb\x79\xe2\xb0\ \x13\x51\x59\x94\xd6\x39\x44\xbc\xf0\xec\xb9\xdd\x9d\x9d\xd5\xa5\ \x95\x7e\xb7\x5b\x97\xa5\xf2\xbc\x30\x8a\xda\xdd\xb4\xd7\x6d\x93\ \xa9\xf6\xb7\x2f\xad\x2c\x74\xd1\xe9\xc9\x68\x68\x8d\xd1\xb5\x53\ \xcc\xb5\x62\x2f\x0e\xa4\xe2\x04\xb6\x14\xcc\x0a\xe6\x3c\xee\xc8\ \x68\x32\xa5\x2f\x40\xa1\x96\x50\x33\x57\x29\x46\x02\x1d\x3a\x2b\ \x18\x78\x52\x48\x76\xd8\x69\xe9\x7b\xff\x28\x49\x29\xb5\xb2\x7e\ \x64\x65\xfd\x48\xd8\xd8\x05\x0d\x57\xba\x7d\x80\xb5\xe2\x64\x7c\ \xf1\xc2\xee\x1c\xb2\x9d\x8b\x4f\x3e\xfd\xd5\x07\x1f\x3e\xf3\x37\ \x0f\x3f\x34\x0b\xdb\x49\xc0\xbf\x25\x23\xf6\x85\xf2\x0e\xa5\x6a\ \xb5\x5a\xcb\xcb\xcb\xb7\x9c\x3e\x6d\xeb\x2a\x1b\x8f\xd2\x24\x0e\ \x23\x9f\x33\x4e\x8e\x88\x9c\x50\x4a\x4a\x39\xcf\x32\x22\x6a\xb5\ \x5a\xba\xae\x9f\x39\x73\x66\x38\x1a\x21\x22\x39\x27\x85\x6f\x8c\ \x39\x74\x10\x92\x24\xd1\x5a\x87\x61\xa8\xb5\x66\x8c\xb5\x5a\xad\ \xeb\x4e\x5d\xbf\xb3\xb7\x05\xe4\xca\x49\xc6\x1d\x28\xce\x17\xe2\ \xb8\x95\xa6\x83\xc9\x78\xf7\xd2\xf6\xd2\xfa\x6a\x1a\x85\xf3\x71\ \x01\x82\x27\x51\x4b\x31\x4c\x93\x0e\xe3\x6c\x34\x35\xc6\x48\x5f\ \x8a\x83\x9c\xb8\xe8\x90\x5c\x70\xac\xad\x22\xe7\x74\x21\x05\x21\ \x8a\xa2\x2c\xeb\x5a\x4b\x86\x00\xe8\x79\xa1\x31\x26\x8c\xc2\x62\ \x4e\x1b\xe7\xcf\x17\x79\xd1\x8a\x12\xb2\xd6\xf7\xbc\x83\xc1\xa0\ \x95\x44\x2b\x2b\xcb\x4a\x70\x8e\x2e\x0e\xbc\x13\x47\x57\x97\xfa\ \xed\xf9\x64\x1a\x27\x7e\x1c\xf8\xce\x00\xea\x7c\xa1\xe5\x07\x81\ \xaf\x75\x5d\x94\x85\x10\xdc\x1a\x07\xe8\x8c\x31\xc6\x98\x48\x72\ \x4f\xb8\xda\x01\x67\x56\x79\xc2\x63\x60\x74\x85\x80\x9e\x92\x48\ \x24\x81\x7d\x1f\x6a\x14\x0f\xed\x82\xf1\x90\x88\x82\xb0\xb1\x0b\ \x1a\xae\x0c\x63\xdc\xe2\x35\xb7\x5e\xe7\xfd\xc5\x6f\xfc\xcb\xff\ \x2e\x80\xfa\xfa\x3b\x4f\x3f\xf4\x3b\xff\xe6\x00\xdb\xf7\xfd\xd2\ \xeb\x53\xa6\x6b\xf3\x5d\xc7\x0e\x91\x61\x59\x55\xbe\x52\xed\x34\ \x8d\xe3\x04\xac\x2f\x11\x10\xa8\xdd\xee\x64\xf9\xcc\x93\x9e\xaf\ \x3c\x02\x8c\x5b\xc9\x74\x3c\x6f\xb7\xdb\x46\x0f\x8b\x72\x3e\x1e\ \x8f\x1d\x39\x25\x94\xb1\x86\x31\x3e\x9b\x4d\xfb\xfd\x05\x21\xc4\ \xd2\xd2\xd2\xc6\xc6\xc6\xd6\xd6\x96\x52\x6a\x71\x71\x71\x34\x1a\ \x1b\xa3\x8f\xac\xad\x39\x5d\x8f\x91\x43\x6d\x3c\xe7\x56\x97\x57\ \xba\xdd\x5e\x2f\x9b\x82\x92\xed\x5e\x47\x32\xb9\xde\xee\xd7\x75\ \x9d\xb6\xbb\x7b\x07\x83\xc0\x4f\x08\xe0\xec\xb3\xcf\x6e\xed\x66\ \x88\x26\xcb\x43\xd5\x3e\xba\x37\x64\x5f\xf8\xf2\x66\xb7\x1b\x2d\ \xf5\xd3\xae\xef\x45\xb1\xf2\x95\x5f\x17\x33\x21\xc0\x92\xcb\x4b\ \xa3\xb5\x89\xe3\xa8\xdf\xed\xd6\x75\xbd\xd4\x5f\xcc\xa6\x53\x04\ \x30\x95\x0e\x95\xc7\x23\xd9\xed\xa6\x88\x2c\x50\xac\x95\xb4\xfd\ \x4e\x98\x8d\x07\x9e\xe4\x51\x12\xb9\x5a\x4b\x8e\xae\x9c\xa5\x3e\ \x0b\x7c\x61\x25\x05\xcc\x00\x40\x49\x35\x63\xdc\x4f\x42\x22\x30\ \xda\x1e\x06\x0f\x80\x90\x04\x47\x86\x95\x45\xeb\x9c\x64\xcc\x59\ \x87\xc4\xbf\x0f\xba\xee\x9c\x52\xaa\xdb\x3d\x46\x44\x65\x59\x4c\ \xc7\xe3\x66\x7f\x37\x5c\xc1\xfe\xb1\xda\x45\xeb\xbf\xf8\x6b\xff\ \xe2\xba\xcf\x7f\xb9\x4a\xaf\x7d\xc3\x1d\xd7\xe9\xf1\xce\x1c\xe2\ \xc5\x4e\x50\xd7\xe6\x0a\xee\x11\x88\xe0\x30\x63\x27\x6d\xa5\x4a\ \x0a\x2e\xb8\x11\xb9\x75\x5a\x08\x0e\x8e\x9c\x35\x4a\xc6\xc8\x98\ \xaf\xbc\xd2\x33\x7e\x90\x64\xb3\x22\x2f\x2a\x38\xec\x77\xea\x1c\ \x67\xa8\x8d\x26\x82\xa2\x28\xc6\xe3\xf1\x70\x38\x3c\x38\x18\x64\ \xd9\x4c\x29\x35\x99\x4c\x88\xc8\x68\x8d\x68\x05\x00\xb3\xe0\x03\ \xef\x25\x69\x1a\xb7\xb2\xd9\x0c\x88\x3a\xad\xd6\x70\x30\xd8\xdd\ \xdc\x0a\x81\x13\xb2\x9d\xcd\xad\xf1\xbc\x66\x41\x8b\x78\x38\xa9\ \x03\x1b\xa5\x9a\xd0\xfa\xc2\x0f\x97\x3c\xf4\xb2\xa2\xde\x7d\x6a\ \xa7\x98\x9b\xe4\xa6\x13\xdc\x19\x44\x0d\x58\x56\x45\x5e\x99\x4a\ \x06\x31\x17\x2a\x8d\xe2\xff\x9f\xbd\x37\x0d\xb2\xf3\xba\xcf\x3b\ \xcf\xfe\x6e\x77\xef\x7b\x6f\xef\xdd\x40\xa3\xb1\xef\x00\x01\x70\ \x17\x29\x52\x12\x65\x49\x14\x6d\x59\x76\xbc\x26\x91\x63\xcf\x4c\ \x6c\x27\x63\xc5\x33\x55\x93\xc9\x4c\x4d\x26\x35\xf1\xd4\x64\xaa\ \x52\xfe\x30\x4b\xc5\x1e\x57\xec\x72\xbc\xc9\x91\x6d\xd9\xd6\x46\ \x51\x20\xc1\x05\x04\x01\x92\xd8\xd1\x00\x7a\xdf\xfb\xee\xcb\xbb\ \x9d\x7d\x3e\x40\x76\x52\x8e\x87\x36\x53\x53\x05\x9b\x75\x7f\x9f\ \xbb\xab\x3f\xf4\xb9\xcf\xfd\x2f\xe7\x3c\xcf\xe8\xf0\x88\xe3\x38\ \x2a\x15\x1d\xcf\x8b\xc2\xd0\x68\x1d\xf8\xbe\x71\x20\x00\x86\x20\ \x44\x09\x81\x40\xa7\x71\xc8\x5c\xd6\x6e\xec\x04\xc5\xaa\x9f\xf1\ \xe3\x28\x54\x69\xea\x60\x08\xad\xa4\x08\x10\xcf\xf1\x3c\x87\x39\ \xe5\xb0\xdf\x37\x46\x13\x42\xa0\x05\x40\x1b\x4c\x89\xd2\x06\x58\ \x28\xa5\x0d\x21\x4c\x53\xce\x10\xe1\x4a\xa2\xff\xbc\x47\xe4\xff\ \xc9\x1e\xc7\x5a\xcb\x79\x6a\xad\x35\xc6\x0c\xcc\x10\x06\x7c\xe8\ \x03\xa4\x92\x95\x85\x7b\xb5\x84\x9d\x3e\x35\x49\x2d\x57\x4e\xbe\ \xe4\x50\x29\x3f\xa4\xf7\x29\xb4\xd6\x10\xa2\x00\x10\x5a\xf3\x7e\ \xef\xe8\xfe\xd9\xb9\xce\x76\xab\xd7\x12\x05\x47\x89\xb0\x90\x2d\ \xe7\x3c\x4f\x18\xbb\xb3\xd5\x9e\x98\x98\x4a\x92\x34\x9f\xc9\x45\ \x61\x6c\x8d\x41\x00\x68\xad\x10\x00\xc0\x00\xa5\x4c\xab\xd5\xee\ \xf7\x7b\xed\x76\xdb\x02\x1b\x04\xbe\x52\x2a\x4d\x13\x08\x01\x44\ \x48\x42\xc8\x0d\x02\x8a\x6a\x92\x4f\x7b\x80\x6f\xc4\x85\xbc\x43\ \x90\x08\x1c\xba\xd5\x6d\xda\xb0\x95\xcd\x14\x30\xcb\xd5\x13\x63\ \x50\x36\x05\x79\x85\xf3\x2a\xe3\x28\x48\x20\x22\x0c\x22\x0a\x89\ \x49\x05\x44\x90\x62\xa7\xd9\xe8\x6e\x6f\x37\x77\x4f\x96\xbb\x9d\ \x6e\x90\xcd\xf2\xc4\x88\xd8\x50\x96\x75\x31\xcb\x05\x59\xd7\xc9\ \xe7\x8b\x7a\x61\x7d\xb1\x6b\x4d\x2f\x89\x46\x32\xd4\x07\x08\xe0\ \x8c\x51\x2c\x4a\x7a\x2e\xd1\xd6\x70\x12\x27\x07\x0f\x3d\x9e\x76\ \x6c\xd6\xcd\x1b\xad\x0d\x09\x22\x39\xaa\x58\xe9\xc8\xc9\xd3\x87\ \x0f\x9d\xee\xf6\x36\x11\x88\x18\xc8\x2e\xde\x9e\xbf\x37\xf7\xb6\ \x83\x14\x4f\x53\x88\xb0\x52\x09\xc0\x50\x49\x4b\x81\x53\x60\x7e\ \x5f\x00\x68\x01\x66\xc0\xb2\xff\x3f\x76\x8a\x7f\xf6\x0f\x1d\x9c\ \xea\x01\xff\x19\x10\x4a\x5b\x73\xaf\xff\xea\x6f\x7f\xab\x30\x94\ \x7d\xf7\x7e\xe7\x17\x7f\xe6\xe9\xf3\x7f\xf0\xad\x3d\x1f\x7f\xe9\ \xc8\x88\xa7\xb4\xf9\x30\xb3\x43\x08\x84\xb1\x80\xb0\xc9\xd1\xb1\ \xfb\x37\xaf\x83\xa8\x77\x64\xf7\x24\xb3\xba\x9a\xf7\x8b\x1e\x9d\ \xae\x0e\x8d\x15\x0a\x33\xa3\x53\x61\xb3\xb7\x77\x6a\xb7\x8f\xe9\ \xc9\x23\x87\x67\xa7\x26\xcb\x99\x0c\xb1\xd6\x83\x90\x42\xe8\x12\ \x02\xad\x49\xa2\xc8\x2a\xed\x10\x9c\xf1\x5c\x97\x11\x04\x4c\x36\ \x70\x91\xd5\xd6\x18\x05\xb1\x65\x39\x6f\x68\x97\x5f\x9d\x75\x86\ \xf6\xd4\x63\xbc\xb8\xd1\xe8\x44\xa9\xeb\xba\x0e\xa1\x05\x46\x1c\ \x95\x18\x1e\x33\xc2\x28\xcb\x70\x49\x00\xcc\x60\x92\x05\x9a\x52\ \xcb\x1c\x83\x91\xd1\x00\xaa\xd1\xe1\xca\xe8\x48\x55\x2b\xd9\xac\ \xd5\xb4\x92\x9e\xef\x73\x29\x13\x21\xa8\xeb\x0b\x69\x28\x72\x8a\ \x99\x12\x45\x4c\x19\xd8\x89\x93\x76\x1a\x51\xdf\x2f\xe6\xb3\x43\ \x7e\xe0\x68\x2d\xba\x5d\xa4\x75\xa3\xbe\x63\x8d\x2e\xe4\x72\xd0\ \x02\xc7\xf5\xfc\x5c\x05\x07\x74\x6e\xa1\xbd\xba\xe5\x87\xaa\x14\ \x83\x11\x1c\x9c\xfa\xfc\x0f\xfd\x93\x7d\xc7\x1e\x9f\x9e\x3d\x78\ \xf6\xd1\x27\x3d\x06\xa0\x8c\x87\x02\xaf\x92\xcd\x66\x5d\xaa\xd3\ \xbe\x83\x34\x03\xca\x84\xfd\x0c\x80\x24\x8d\x45\xbb\x83\x54\x0f\ \x0e\xbe\xc7\x07\x3c\x54\x10\x30\xdb\xeb\xab\xd5\x53\x2f\xfd\x8f\ \xff\xec\xa7\xc7\x51\xa7\x97\xea\xf6\xc6\x7c\x2d\x4c\xff\xd2\x6f\ \x97\xbf\x62\xa7\x88\x2d\x44\xda\x0e\x65\x73\xdf\xff\xe9\xcf\x9d\ \x3a\xb4\xb7\xd3\xda\x3e\xf5\xa5\x23\xf5\x66\x13\xcc\x20\x8a\x58\ \x1c\xa5\x22\xee\x1d\x9c\x1e\xab\x2d\xcf\xb7\x36\x96\xe7\x6f\xb6\ \x11\xc6\xff\xe0\x47\x7e\xf0\xb5\x37\xde\xcc\xe7\xb3\x87\x0e\x1d\ \xfa\xc6\x2b\xaf\x6e\xb7\x5b\x71\x18\x5a\x0b\x29\xf2\x28\x45\xd0\ \x18\xa8\x45\xd4\xe5\x84\x20\x68\x0d\x45\x3e\xc4\x0e\xa3\xcc\x5a\ \x23\x25\xb7\x48\x4b\xad\xeb\xed\xee\x77\x2f\x5c\x82\x4a\xa1\x48\ \x58\x22\xbd\x82\x63\x75\x0a\x0d\xc3\xdc\x58\xd3\x0e\x82\x62\x60\ \x11\x48\x52\x82\xa0\x64\x8e\x32\x34\x97\xcb\xfb\xe5\x42\xbb\xb6\ \xd2\xed\x34\x56\x57\x49\xa5\x9a\xb3\x1a\x60\xec\x61\x42\x01\x20\ \x8e\x47\x83\xc0\x89\x93\x78\x6d\x75\xa1\xbe\xb5\xb1\x53\xdb\xa8\ \x04\x19\x90\x2b\xb8\x9e\xeb\xa0\x68\xbb\xbb\x91\xcf\x4c\xfb\xd9\ \xc9\x80\xe1\x6e\xd8\x88\x61\xba\xd1\xdf\xd9\x5d\xa9\x9c\x3f\x7f\ \xfb\x5f\xfe\xd2\xef\xdc\xbc\xfc\x5e\x3f\xde\xde\x5a\x7b\x73\xf9\ \x56\x40\x80\xf7\xec\xf3\x4f\x02\xb1\xbe\x3e\x7f\xf5\xd8\x99\xa9\ \xad\x85\xcd\x17\x9e\x79\xa1\x54\x28\xbc\x77\xf3\x5d\xd7\x67\x6f\ \xbd\x71\xd1\x25\x5e\x71\x74\x2c\xeb\x04\xc0\x6a\xd7\x83\x0a\x70\ \x08\x06\x9e\x46\x03\x1e\x72\x8f\xe0\xfa\x7e\xed\xf6\x1b\xbf\xf7\ \x95\x7b\x4b\x6b\xf3\x7f\xf4\x5b\xbf\x39\xdf\xcd\x3d\x5a\xca\xd9\ \x0f\x9b\x95\x62\x01\x40\xc0\x52\x04\xeb\x9b\x1b\x95\x7c\xe1\xd6\ \xfb\x57\x79\xdc\x0b\xdb\xe5\x9d\x46\x4d\xa4\x32\xe7\xe7\x09\x42\ \xed\xa4\xb3\xbc\xba\x3a\x3c\x32\x8c\x10\x7c\xee\xc9\xa7\xd6\xd6\ \xd7\xde\xbb\xf8\xe6\xb3\xe7\x4e\x56\x2a\x95\xdb\xb7\x6f\x3f\x71\ \xfa\x08\x07\x80\x52\x1a\x45\xb1\x36\xea\xd4\xa9\x93\x57\xae\x5c\ \xce\x66\x33\xb7\x6e\xde\x36\x46\x1e\x3a\x76\xfc\xde\x7a\xb4\xb8\ \xd6\x7a\xd0\x93\xe7\x4a\x6e\x75\xa8\x72\xf7\xee\x55\xde\xe7\x3c\ \x32\x50\xc3\x0c\x71\x4d\x26\xe8\x2a\xd8\x8c\x13\xeb\x64\x20\x21\ \x49\xc2\x19\xd1\x1e\xf3\x8c\x51\xc8\x20\x69\x21\xa6\xde\xca\xf2\ \xaa\xcf\x84\x54\x21\x06\x32\x8e\x3b\x08\xe5\x11\x09\x1c\x98\xe5\ \x92\x63\x62\xb3\xb9\x0c\x75\xc9\xe6\xd2\xda\xb5\x6b\x57\xd6\xeb\ \xb5\xdd\x53\xe3\xd5\x6c\x6e\x7d\x75\xad\x7a\x60\x5f\x31\x0b\x87\ \x87\xaa\x5e\x7e\x78\xbd\x16\xf5\x53\x91\x2f\x66\x5b\xa2\x27\x99\ \x99\x5b\x5c\xfd\xdf\xfe\xef\xd7\x37\xd7\x42\xa6\x7b\xc3\x45\xd6\ \xeb\xf2\xa5\xb9\xf5\xdf\xfe\xb7\xaf\xb8\xec\x44\xbb\x7d\xfe\xd6\ \xd5\xaf\x3f\x72\xf4\xc0\xd9\xc3\x4f\xad\xdf\x5b\xde\x58\x5a\x70\ \x1d\x30\x3e\x5c\xf9\xd8\x13\xe7\x9a\x3b\x2d\x47\xc2\x22\x75\xcb\ \x1e\xcd\x12\x5e\xae\x8c\x31\x42\x06\x52\x30\xe0\x61\xee\x11\xb4\ \xad\xec\x3a\x76\x64\x7c\x67\x75\x3b\xdd\xb3\x6f\xb7\x81\xde\x17\ \x7f\xe2\x13\xfb\x4a\x44\xeb\x0f\x3b\x2f\x80\x50\x72\x5e\x28\xe5\ \xd2\x38\x59\x5e\x5e\x18\xc9\x67\x38\x00\x85\x7c\xde\x71\x68\xa5\ \x58\x4d\x43\xde\xac\xd7\x8e\x9f\x7c\xfc\x35\xad\xa9\x43\x0f\x1f\ \x3a\xdc\xda\xd9\xbe\x7a\xe5\xf2\xfc\xf2\xce\xee\xb1\x91\x7e\xab\ \x59\x5b\x5f\x1b\xdd\x3d\x05\x09\xde\x3f\x3b\xeb\x30\x67\xcf\xec\ \x4c\xa7\xd3\xa6\xa7\x8e\x15\x8b\xc5\xa7\xce\x9e\x32\x46\xcf\xee\ \xdb\xff\xee\xad\x9d\xdf\xfe\xbd\x3f\xf9\xdc\x67\x3f\x8f\x08\x35\ \x86\x17\x4b\xfe\x95\x11\x7c\xf7\xe6\xdc\xce\x5a\x3d\xea\x70\x14\ \x14\xba\x40\xef\xb4\x42\x6e\xbd\x6a\xa9\x64\xa4\xd3\x8f\x04\x50\ \x00\xba\x4c\x53\x0a\x2d\xb0\x10\x21\xa0\x9a\xcd\x9d\x1a\xdf\xc9\ \xfa\x42\xc8\x30\x8a\x00\x00\xe3\xf5\x46\xdf\x1a\x6a\xa1\x29\x95\ \x5c\x3f\x17\xd4\xda\xcd\xf7\x6e\xbc\xbf\x55\xaf\x05\x2e\xcb\x07\ \x41\x14\xc5\x45\x2f\x43\x32\xd9\x5c\x96\x64\x7d\xd8\x4d\x39\x45\ \x1a\xfb\x64\x64\x62\x34\xd5\x89\x97\x2d\x5e\xbe\xf4\x4e\x6d\x35\ \x39\x75\xe0\xd4\xdf\xf9\xbe\x4f\x69\xb2\x74\xe9\xca\xea\x77\x5f\ \xee\x2c\xdc\x5c\xfa\x77\xbf\xba\xfa\xd9\x97\xaa\x67\x4e\x9c\xad\ \x66\xf2\xd1\x16\x68\xd4\xa2\x89\xf1\x92\x45\x82\x60\x52\xae\x96\ \x1d\x44\x29\x37\x63\xae\x5f\xc1\xfa\xfd\x97\xbf\xd5\xa4\xee\xd1\ \xbf\x63\x06\xb6\x46\x03\x1e\x22\x46\x4a\x7f\xf8\xc0\xdf\xff\xc7\ \x47\xfb\x8d\xed\x7a\x57\x14\xaa\x23\x45\x1f\x27\x71\xfa\xa1\xb3\ \x52\x80\x05\xd6\xda\x6e\xaf\x7b\xe4\xf8\xa1\x85\xeb\x57\x76\x56\ \x17\x93\xb0\x53\x0e\x87\xee\xdf\xbb\x5f\xc8\x6c\x82\xd4\x14\xf3\ \xf9\x5b\x37\xef\x8c\x8e\x8e\x15\x0a\x05\xa3\x2c\xc1\xce\xf4\xd4\ \xee\x47\x4e\x9f\x3d\x71\xe2\xc4\x3b\x97\x2f\x4f\x4c\x4c\x67\x33\ \x99\x46\xb7\x35\x3d\x3a\xdc\x6a\xb6\xe6\x6f\xdf\xc8\xe7\x73\x8d\ \xad\xf5\x72\xce\x3f\x7b\xee\xdc\xeb\xaf\xbf\xb6\xbd\xb2\xf4\xc9\ \x27\x3e\xf6\xc9\x27\x9e\x1a\x1d\x9f\x58\x5a\x5e\x5c\xdf\x5c\x7a\ \xf5\xc2\x77\xbe\xf0\xc2\xd3\xf3\xbb\xc7\xbf\xf3\x8d\xd7\x76\xd6\ \xbb\xbd\x38\x46\x9e\x5b\x29\x0d\x27\x12\x49\x9e\x18\xa3\xb5\xe2\ \xfd\x08\x50\x9f\x7a\x5e\x46\x08\xc1\x20\xc4\x2a\x09\xa8\xe0\x32\ \x2a\xe7\x1d\x9e\x68\xa3\x7b\x52\xf4\x21\x34\xcc\x75\xa3\x24\x66\ \xcc\xe3\x42\x2d\xae\xad\xae\x6e\x6e\xb8\x8c\x8d\x56\x2a\x63\x95\ \xd1\xf9\xbb\xf7\x69\x31\xb3\xd5\xea\xe5\xdc\x6c\x90\x75\x95\x09\ \xb3\x05\x68\x89\xb6\x46\xf9\x6e\x49\x45\xdd\xf5\xbb\xf7\xa7\xf2\ \x93\x2f\x3e\xbd\xaf\xea\xf4\xeb\xe1\xe2\xfe\x29\x73\xaf\xdc\x5f\ \x59\x66\xbc\x9d\x8f\x6a\xc6\x2d\xba\xb7\xef\x2e\x20\xee\xcf\xee\ \xdd\x1b\xcb\x66\x36\x93\xdf\xa9\x37\x3b\xdd\xee\xd4\xf8\x44\x25\ \xc8\xc9\xcd\x4d\xa0\xcd\x53\xa7\x4f\x2d\xdf\xb9\x63\x94\x46\xce\ \xe0\x40\x0e\x78\x88\x03\x03\x8c\x4d\xff\x95\x5f\xff\xb5\x7f\xff\ \xf6\x9a\xef\xd3\x54\x90\x27\xbe\xf0\xf7\x5e\x7a\x74\x06\x4a\x69\ \x3f\x5c\x5d\x80\x60\xca\xe3\x6c\x26\x48\x78\x3c\x32\x3e\x9c\xf4\ \x1b\x67\x1f\x3f\x95\xcd\x65\xef\xcc\xdf\x9f\xde\x33\xa3\xfa\x69\ \xdc\x4f\xa6\x77\xed\xba\x76\xf3\x46\xa3\x19\x7a\x9e\x4b\x28\x3d\ \x7c\xe8\xe4\xed\x3b\xb7\x97\x56\xb7\xb2\xf9\xb2\x1f\xe8\x1b\x77\ \xde\x1f\xaa\xe6\x7c\xcf\xa9\x1e\xd8\xdb\x6e\x37\xdb\x9d\xd6\x9e\ \xdd\xd3\x04\xc3\xaf\xfd\xd1\x57\x09\x21\xc5\x7c\xfe\xe6\x3b\xaf\ \xf7\xfb\x69\x71\xa8\x5c\xae\x0c\x9d\x3e\x34\x1d\xd5\xa7\xeb\xab\ \x73\x53\xe5\xfc\x7f\xf1\x93\x3f\xc4\x23\xf0\xdd\x6f\x7f\xe7\xda\ \xd5\x2b\x90\xd0\x54\x23\x88\xb8\xa1\x3e\x34\x5d\x21\xe9\x74\x36\ \x48\x54\x27\x31\xc2\x83\x6e\xd8\xad\x17\x68\xea\x17\x09\xd1\x5d\ \x95\xb4\xc6\x47\x76\x31\x15\x13\x6d\x85\x02\x3e\x73\xa9\x05\x92\ \x27\x63\x23\x95\x17\x3f\xf3\x7d\x6b\x4b\x0b\x85\x4c\x76\x28\x5f\ \xda\x5e\x5b\xbf\x71\xe7\x76\x10\xe4\x90\x39\x4a\x9d\x9c\xb4\x12\ \xc1\x30\x9f\xcd\xe5\x3c\xa7\xd7\xb5\x13\xa5\x69\xc2\xaf\x3c\x72\ \xa2\xb0\x73\xef\x42\x50\xc9\xc7\xa0\xd6\xe9\x35\xa6\xc7\xaa\x5b\ \x6b\x91\xe5\xc1\xc6\x4a\x8d\x5a\xbe\x77\x66\x0f\xb1\x72\x69\x73\ \x3d\x5b\x19\xb6\x8c\x76\xb6\xb6\xc7\x27\x67\x9d\x20\x73\x6b\x61\ \xd1\x0d\x23\x3f\xeb\x74\xeb\x8d\xe0\x81\x43\xec\x80\x01\x0f\x71\ \x8f\xc0\x48\xed\xda\x85\xaf\xbd\xdb\xfb\xe2\xcf\xfe\xb7\x27\xc6\ \xbd\xad\xab\xdf\xfc\x37\x5f\xfb\xca\xfe\x3d\xbf\x70\x78\x08\xcb\ \xff\x64\x8f\xf0\x41\x5a\x80\x10\x6a\x37\x1a\xbb\x46\x47\x6f\xbc\ \xff\xfe\xdc\xad\x5b\x3a\x0d\xe7\x17\xe6\x31\x25\x23\xe3\x63\xca\ \xea\x6b\xb7\x6f\x95\xf3\xe5\xce\xb5\x5b\x1b\x9b\xdb\x43\xe5\xa1\ \x6a\x65\xb4\x17\xf6\x97\x96\x56\xfb\xbd\xe4\xda\xd5\x9b\xae\xeb\ \x71\x9e\x46\x61\x72\xe8\xc8\xde\x28\x8c\xe3\x28\xbe\x71\xe3\x7a\ \xad\xb6\xf3\x43\x3f\xf4\xc5\x46\xb3\x31\x32\x3c\x72\xfc\xf8\xb1\ \xb9\x3b\x73\xc0\xf0\xd3\xc7\xf7\x9d\x3f\xff\xc6\x3b\x6f\x37\x9e\ \x7b\xfe\x19\xa4\xd3\x7e\x73\xbb\x92\xf1\x64\xdc\xdc\x5a\xa9\x1f\ \x1e\xcf\xcd\xd8\x29\x8c\xd1\xee\xd9\xbd\x1b\x3b\x3b\xd8\xf5\x37\ \x1a\xc1\x8d\xfb\x8b\xbe\x9c\xa3\x7e\xc6\x04\x8c\x51\x16\xfa\xce\ \xe1\x83\xb3\xb5\xcd\x79\x87\x65\x9c\x60\x52\x21\x12\x49\x0e\xac\ \xe9\xc4\x29\xd3\x81\xc3\x91\xed\xea\xf2\x50\xd6\xf4\xf8\xd9\x83\ \xb3\xd5\x42\xb1\xb6\xb9\xf3\xdc\xa3\x67\x12\x00\x63\x63\x33\x28\ \x3f\x36\x35\xdd\xd8\xee\x8e\x8d\x78\xe5\x52\xb1\x56\x8b\x72\x64\ \x14\xb9\x68\xb8\x18\x9c\x3a\x32\xb1\x67\x6c\xbc\x4c\x47\xfa\x72\ \x64\x37\xec\x0c\x8f\xb1\xf7\xae\x5e\xe7\xa6\x6f\x70\x40\x7d\x9a\ \x5a\xce\xe3\xc5\xcc\x70\x51\x43\x7c\x7f\x71\x49\xc5\x69\x18\x8a\ \xe5\xb5\xa5\x5c\x2e\xef\x66\x8a\xbb\xf6\xef\xea\x60\xdb\x58\x5a\ \xca\x5a\x8b\x06\x26\x06\x03\x1e\xe6\x1e\xc1\x36\xb6\xb7\xf2\x7b\ \x4f\x9f\x3d\x3c\x45\x85\x3c\x7c\xee\xf1\xe9\x97\xdf\xdf\x6a\xf7\ \x8f\x94\x8b\x1f\xb2\x47\x80\x28\xed\x85\xb6\x17\x8d\xe4\xf2\xab\ \x84\xba\xc5\x52\x2a\xe2\x4a\xb9\x3c\xbf\xb0\xf8\xf2\x95\x1b\x1f\ \x7f\xfc\x63\xcc\xd2\xeb\xd7\xaf\x9f\x3d\x75\x5a\x1b\x9d\xcb\x64\ \x78\x1c\x77\xda\x9d\x63\x87\x0f\x5f\xbe\x72\xb9\x9c\x2b\xbc\xf0\ \xfc\x27\x5e\x7d\xf3\x3b\x95\xea\x48\xa5\x3a\xf2\xfe\xfb\xef\x6e\ \x6e\xed\x8c\x8f\x8f\x7d\xe5\xf7\xbf\x8a\x10\x3a\x77\xee\xcc\x1f\ \xfe\xe1\xd7\x3c\xcf\x2b\xe5\x82\xdf\xfb\xea\xef\x8c\x8e\xee\xfe\ \xec\xe7\x3e\x5f\xab\x6f\xdd\xbd\xb7\x78\x60\xdf\xf4\xad\xdb\x37\ \x00\x07\x14\x07\x65\x22\x5d\x20\x76\x8d\x8e\xcc\x54\xbd\x47\x77\ \x1d\x4a\x92\x78\x89\x25\x9f\xde\xf7\xd8\xfc\xf2\xea\xf8\xf4\x2e\ \x61\x50\xae\x34\xb5\xb6\xb6\xb9\x6b\xaa\xb8\x02\x72\x9e\xc7\x22\ \x91\xba\xf9\x62\x57\xa1\x6b\xf3\xab\xa5\xac\xf7\xd8\x63\x67\x79\ \xd4\xa7\x3e\xae\xb5\x77\x26\xb3\xf8\xc9\x47\x4e\x74\x77\xea\x65\ \x93\xaf\x4c\xee\xae\xee\x9d\x3d\xfe\xf4\xc7\xb6\x96\x6b\x54\x24\ \xef\xbf\x19\xad\xdc\xbd\xd8\xed\x27\x61\xc7\x96\xc7\x87\x83\x4a\ \x81\x30\xb8\x55\xdf\x02\x32\xde\x88\x37\x7a\xa2\xd7\xc3\x72\xab\ \xef\x26\x56\x7a\x9e\x28\x4e\x4e\xb0\x22\xbe\x78\xe9\x7d\x46\xd6\ \x0f\x1c\x1f\xda\xde\xd8\x98\x18\xa9\x94\xbc\xa0\xd9\xea\xae\xaf\ \x6d\x1d\x3d\x33\xda\x17\x89\x29\x16\xb2\x33\x33\xdb\x9d\xb6\x01\ \x76\x70\x67\x78\xc0\xc3\x9c\x17\x18\x3b\x34\x75\xf8\x30\xa4\xc0\ \x42\x4a\x31\x30\xde\xb1\xc7\x9f\x9f\x19\x2b\x31\x87\x59\x9b\xfe\ \x85\xd2\xe0\x83\xf7\x08\x36\xc7\xd8\xd6\xfd\x79\xd1\xee\x81\x38\ \x2d\x56\x4b\xd9\xd1\xea\x9b\x97\x2e\x66\xf3\xc5\x7d\xbb\x66\xb6\ \x56\x37\x5a\xdb\x75\x82\x81\x49\xa3\xc9\x89\x89\xbb\xf7\xee\x2e\ \xad\x2c\x8f\x0e\x8f\xbe\xfe\xca\xcb\xbb\x66\x76\x51\xa0\xdf\x3c\ \xff\x1d\xec\x40\x00\xc9\x85\xd7\xdf\x1c\x1a\x1a\x3a\x73\xe6\xd1\ \xe1\x91\x91\xf5\xf5\xb5\x5e\xaf\xd3\xea\x84\x9e\x9f\xcb\x64\x03\ \xc3\x54\x6c\x14\x07\x10\x39\x41\x2f\x36\xb9\xd2\x70\x37\x4a\x8e\ \x9e\x3c\x25\xe3\x24\xea\x26\xf5\x1b\xb7\x02\x84\xf3\x85\x72\xd8\ \x09\x4d\xc2\x1d\x84\x26\x3c\xdf\x08\x99\xe9\x74\x2d\x58\xc3\x16\ \xf5\xd7\x36\x8e\x4e\x8e\xae\x5c\x7e\xeb\x53\x4f\x3c\xf2\xda\x6b\ \x17\xfa\xcd\xce\xf4\xd9\x47\x36\xef\xaf\xd0\x76\xff\xdc\x93\xcf\ \x9c\x9c\xaa\x42\x95\x47\x1e\x7c\xfb\xbd\x95\xf2\x48\xc1\xd4\x17\ \x4a\x1a\xec\x9a\xae\x48\x2a\x97\x6f\xbe\x2d\x74\x77\x62\x6a\x46\ \xa7\x7d\x47\xa6\x25\xeb\x97\x9c\x62\x69\x84\x71\xca\xdd\x21\xf4\ \xec\x0b\x4f\xbf\x7e\xe1\x8d\x17\x9e\x7d\x3c\x51\x0b\x91\x70\x4d\ \x76\x74\x79\xbb\xd1\x36\xa2\xdf\x69\xff\xd1\x85\xbb\xc7\x0f\xec\ \x0b\x9c\xd9\x23\x47\x4e\xb5\x3b\x8b\xc5\x2c\xb5\x69\x2f\x8e\x93\ \x89\xea\x68\xba\xdf\x36\x9b\x2d\x80\x55\x88\x6c\x28\x93\x3e\x45\ \x83\x8a\x60\xc0\xc3\x45\x6b\x93\x1b\xd9\x3d\xdd\x59\x7a\xef\xad\ \x37\x28\x41\x46\x6b\xb7\x98\xdf\x9c\x7b\x77\xcd\xc2\xca\xd4\xde\ \xe9\xb2\x6f\xfe\xa3\xd7\x8a\x1f\xa4\x05\x84\x90\xb5\xf9\x05\x5c\ \x2c\xdf\xbd\x76\x6d\x63\x69\xb9\xb7\xb3\x95\xc9\xf9\x36\x16\xa9\ \xe9\x57\x86\x86\x4b\x99\x12\x88\x78\x21\xeb\xe7\x5d\xa7\xdb\xd8\ \x09\x3b\xcd\xbd\xbb\xa6\x46\x27\xc6\x76\x6a\xeb\x69\xbf\xd3\xad\ \x6d\xbb\x8e\xb3\xef\xd4\xf1\x5d\x53\xd3\xef\xbe\xd7\x40\x10\xae\ \xae\xae\xde\xbc\x75\xf3\xc0\x81\xfd\x61\x18\x36\x1a\x8d\x8f\x7f\ \xfc\x99\xc5\xc5\xc5\x97\xcf\x5f\xf9\xf2\x2f\xfc\xec\xc2\xfd\xf5\ \x7f\xf9\xbf\xff\xeb\x53\xc7\x8e\x9e\x3c\x7e\x70\x61\xfe\x66\xbf\ \xb7\x70\x78\xff\x3e\xca\xbc\xc2\xc9\xd3\x73\xaf\xbf\xfd\xbb\xdf\ \x7a\x75\xaa\x52\x3c\x39\x3b\x63\xc3\x3e\xef\xf5\x78\x92\xca\x90\ \xc7\xa6\x5f\xab\x77\xd2\xa8\x7b\x60\x38\x97\x07\xb6\xbf\xbe\x71\ \x6a\x66\x06\x1d\xf4\xba\x16\x1e\x99\x98\x3e\xb8\x3f\xd8\x6a\xd6\ \xd6\x6e\x5e\xad\x0e\xe5\x48\x80\x93\xfa\x16\xce\xe0\x82\x3f\x54\ \x2c\x64\xdf\x7f\xef\xaa\xa6\x6e\x1b\x80\xab\xb7\xde\x3b\x75\xf2\ \xd0\x9e\x72\x25\xdd\xd9\xd8\xb8\xb7\x5a\x3c\x5a\xca\x0e\x17\x1a\ \x61\x78\xf5\xda\x3b\xf7\x57\x6a\x8b\xf5\xee\xc5\x1b\x77\x8f\xed\ \x73\x6a\x7d\x39\x7f\xab\x7b\x6d\xbe\x1d\x1a\x18\x10\xd1\x4d\xf8\ \x9b\x57\xee\x32\x91\xdc\x9c\x53\x47\x0e\xb8\x43\x4e\x32\x9d\x2f\ \xb8\x98\x9c\xff\xe6\xd7\x27\x8f\x9d\xaa\x8c\x8c\x6e\x37\xb6\x05\ \x20\x91\xb2\x43\xe3\x63\x18\x93\xc1\x12\x61\xc0\x43\x1d\x1d\xa2\ \xa4\xb3\x7e\xe1\xe5\x97\x43\x9b\xde\x9b\x5b\x2d\xcf\x1c\x28\x7b\ \x40\x28\x25\x35\x3e\xf1\xc9\xf2\xcc\x70\xc6\x18\xfd\xd7\xd2\x02\ \x4c\xc8\xfa\xda\xd2\xa1\x89\x91\xfd\xfb\xf7\xac\xdc\x9d\xf3\xa8\ \x7f\x64\xcf\xd1\x95\xe5\x65\xcf\xf3\xfb\x61\xbc\xef\xd8\x1e\x66\ \x80\x43\x70\x3e\x97\xfb\xe3\x6f\x7e\x7d\x78\x6a\x7c\xa3\x51\xb7\ \x2e\x9b\xda\xbd\x3b\x1f\x04\x01\x75\x8c\x56\x9b\x4b\x8b\x11\xef\ \x3f\xfa\xe8\x99\x8b\x97\xdf\x99\x99\xd9\x65\xc0\xe8\xb7\x5f\xfe\ \xf6\x70\xb5\x72\xe2\xf8\xb1\x6b\xef\x5e\x7c\xe2\x89\xa7\xce\x9c\ \x39\x7b\xfd\xdd\x1b\x18\xe1\xff\xfe\xbf\xfe\x87\x57\xdf\x7f\x6f\ \xf5\xfe\xbd\x3d\x13\x33\xb5\xed\x4d\xc5\xf1\xc6\xc6\x8e\x03\x41\ \x66\x6a\xe4\xf1\x03\x53\xb5\xfb\x73\x73\x8b\x77\xa7\xf2\xd9\x6a\ \x25\xa8\xef\x44\x05\x27\x80\x94\x0c\x67\x4a\x59\x77\xd7\x7a\x33\ \x2a\x8e\x8f\xd3\x62\x75\xee\xde\x7c\x2f\xa9\x97\xc7\xc6\xd7\xeb\ \xb5\x99\xe2\x3e\xd7\xe8\x52\xd6\x4d\x8d\xb8\x7d\xe5\xf6\x81\x7d\ \x87\x2b\xd5\x32\x8f\x13\xcd\x32\x07\x4f\x9f\xfd\xe3\xaf\x7f\x93\ \xfa\xde\x33\xc7\x8e\x5e\x7b\xe5\xdb\x23\xc7\x0e\x1c\x9d\x9e\x55\ \xa1\xe8\x61\x7a\xe5\xfe\xfa\x6b\x37\xee\xbc\x3b\xbf\x64\xad\x9b\ \xf1\x0b\xaf\x5e\x5d\xba\xb2\xe4\x0a\x05\xb7\xb6\x9b\x90\x7a\xc5\ \xa1\xa2\xe3\x22\x22\xb3\x00\x40\x4b\xfb\xf5\x48\x5d\xbe\x1f\x3f\ \xfd\xc8\x3e\xbf\x32\x54\x5f\xbe\x37\x3d\x33\x15\x25\x61\x77\x0d\ \x70\x0b\x29\x2d\x5e\x7c\xe3\x1a\xe8\xd4\xbe\xff\x07\x2c\x1a\xec\ \x14\x07\x3c\xc4\xba\x40\xaa\xdc\xf8\xc9\x2f\xff\xb3\x43\x17\xbe\ \xf2\x6b\xeb\x8b\x1b\xd9\x89\x23\x3f\xf5\x93\x9f\x2d\x53\x2d\x94\ \x81\x10\xfd\x85\x57\x09\xe4\x83\x9b\x8d\xc2\x50\xa9\x17\x76\x25\ \x86\x2c\x9f\x23\x7e\x76\x79\xa7\x7e\x7b\x61\xe9\xe0\xfe\xfd\xf9\ \x6a\xf5\xd5\x37\xde\x64\x94\x66\x1d\xf7\xde\xca\xaa\x57\x28\x91\ \x4c\x4e\x2b\xe5\x16\x4b\x61\xaf\xbb\xb2\xbd\x63\x85\x22\xd6\x76\ \x79\x74\xf0\xec\xe9\x6e\x3f\x49\x85\xde\x69\xb4\xb3\x85\x2c\x0b\ \x32\xad\xb0\x5f\xac\x54\xd7\xb7\x36\x97\x56\xd7\xa2\x64\xf1\xdd\ \xf7\xae\x1e\xd8\xbf\x7f\x71\x65\xbe\xd6\xaa\xe5\x73\xf9\x8d\x9d\ \xad\x7e\x3f\x2c\x29\xb3\xb8\xb1\x31\x5b\xad\x8e\x64\xf2\xcd\xe5\ \xc5\x32\xcb\x54\x46\xb2\x45\xc2\x16\x6e\x5d\x9b\x9e\x9a\x46\xd4\ \x09\x0a\x05\xbf\x34\x14\x8b\xc4\x10\xd4\xed\x76\x77\x56\xee\xb0\ \xa2\x5f\xae\xf8\x89\xea\xdd\x5f\x59\x2a\x8d\x14\x0e\x1d\x9e\x9a\ \x5f\xbe\x63\x28\x3c\x75\x6c\x5f\x18\xc7\xdd\x9d\xf5\xb1\x5d\xd3\ \x71\xaf\x99\xf2\xf4\x33\x9f\x78\xa2\x5e\xab\xc7\xad\xed\x63\x07\ \x0e\x38\x4e\xf6\x8d\xb7\xdf\x65\xc5\x51\x5a\x2c\x9f\x7f\xf9\x8d\ \xa5\x76\xe8\x64\xcb\x51\x2c\x85\x01\x10\x7b\xab\xb5\x88\x4b\x11\ \x04\x41\x2e\x9f\x73\x18\x95\x52\x59\x03\x21\x80\xc2\x46\x00\xa2\ \x66\x4f\x5d\xbd\xbd\x52\xc6\xa8\xec\xfa\x1e\x06\x9d\x3e\x2f\x96\ \x8b\x4a\x03\x0f\xe2\xc7\x8f\x1e\xbb\xfe\xc6\x79\x21\xb8\xe7\x7a\ \x83\x13\x39\xe0\x61\x01\x31\xb6\x49\xe3\x0f\x7f\xed\x57\xbf\xb3\ \x9c\xfd\xd9\x7f\xf1\x4b\xdb\xdf\xfd\xcd\xff\xe3\x57\xbe\xf6\xf3\ \x3f\xf3\xd2\x10\x33\xda\x98\xbf\xf0\x2d\x85\x3e\x78\xf2\x40\xfc\ \xe0\x5b\xaf\xbf\x75\x7d\x69\x35\xa4\xd4\x94\x8a\xd9\x99\x5d\xa3\ \x47\x8f\xa0\x6a\xa5\xa9\xf5\x4a\xa7\x33\x7e\xf0\xa0\x0c\xb2\xa5\ \xdd\x7b\xa6\x8f\x1d\xdf\xec\x85\xe7\x9e\xff\xe4\xd2\x4e\xf3\x9d\ \xdb\x77\x0f\x3c\x72\x6e\xfc\xc0\x41\x1d\xe4\x5e\xfa\xb1\xbf\x3b\ \xbf\x51\xbf\xbe\xb0\xfa\xf1\xcf\xbc\x14\x94\x47\x68\x6e\xe8\xc8\ \x99\xc7\x9f\x7c\xee\x33\xb7\x97\xb6\x2a\x53\xfb\xb6\x3a\xd1\xb5\ \x7b\xf3\x5f\xf8\x89\x1f\x6f\x73\xfe\xde\xdd\xbb\x87\xce\x9c\x61\ \x85\xc2\x56\xb7\xeb\x94\x8a\xa1\xd1\xa7\x9e\x78\x62\xa7\xd6\xba\ \x7b\xf5\x2e\x56\x64\xf7\xc4\x3e\x97\x15\xc7\xc6\x77\xe7\x87\xa6\ \xdc\xdc\xa8\x9b\x1b\x81\x5e\xf9\xf6\xfc\x66\x23\x0c\xb7\xea\x9b\ \xbd\x34\x8c\x64\xda\x8d\x7a\xc4\xa5\xbd\x7e\xff\xfb\x3e\xfd\x34\ \x80\x72\x7b\x7b\x33\x4d\x93\x7d\xfb\xf7\xf6\xd3\x68\x6c\xcf\x34\ \x57\x69\xb7\x55\x9f\xbb\x77\xfb\xda\xf5\xf7\x1b\xcd\xfa\xf5\x5b\ \xd7\xde\xbe\x7c\x51\xfa\xf9\xb7\x97\xb6\x7b\x34\xeb\x8d\xee\xfa\ \x83\x6f\x9f\x5f\xd9\xae\x73\x6b\x35\x04\x41\x36\x33\x32\x5a\x0d\ \x02\xcf\x61\x34\x93\x09\x86\x86\x86\x28\xa1\x52\x2a\xa5\x94\x94\ \x32\xe5\xa9\x94\x0a\x42\x48\x10\xa9\xd5\x7b\x6f\x5c\x7a\x3f\x5b\ \x9e\x68\xc6\x12\x30\xf7\xde\xfc\xbd\x9d\xf5\x65\x9c\x86\xaa\xd5\ \x3e\x32\x31\xe5\x3a\xce\xa0\x28\x18\xf0\x10\xc1\x08\x36\xd7\xef\ \xde\x0f\x27\x7e\xfe\xbf\xf9\x2f\x4f\xec\x9e\xfe\xd4\x8f\x7e\xe9\ \xb9\x7d\xd9\x7e\x18\x5b\xfb\x97\xdc\x42\xfe\xa0\xba\x40\x29\xb9\ \x6b\xef\x41\xdf\x2f\x54\x1b\xb5\xd9\x38\xc9\xe7\x73\x29\x4f\x4b\ \x7b\xf7\x52\x00\x03\xc7\x3b\xf7\xfc\x27\xa0\x05\xa3\xfb\x0c\x44\ \x88\x1b\x3e\x7e\xfc\x04\xc0\xf0\xc4\xd3\x1f\x3b\xf5\xb1\x67\x65\ \x92\x60\x8b\x0e\x8d\xef\x6a\x09\xeb\x97\x87\x87\xaa\xd5\xfb\x9b\ \x75\x9c\xad\x64\xcb\x45\xeb\x17\x4b\xc5\xa2\x5b\xec\x7b\x8c\x69\ \x5a\xdb\x5f\x1a\x69\x44\xbc\x3c\x3d\x43\x29\xed\x70\x2d\xb0\xf3\ \xb9\x1f\xfe\xb1\x28\x8a\x84\x10\x13\x13\x13\xd0\x10\xd0\x6c\xc1\ \x34\x9e\x8f\xa2\xdc\xc8\x28\xce\x04\x99\x27\x9e\x4a\x98\x93\x28\ \xcb\x2d\x68\x40\x6a\x7c\x2c\xd3\xb0\xd3\xed\xc6\x28\x2e\x16\x86\ \x6e\xd6\xfa\xb9\xa1\xe9\xb9\x46\xd2\x0d\xcd\x98\x9f\xdb\x75\xe6\ \x44\x30\x33\xb9\x3c\x77\xc7\x13\x0e\x1d\x3f\x30\x76\x60\xff\xbd\ \x8e\x76\x0a\x66\xe4\xf8\xd9\xc5\x10\xd4\xd1\x4a\xd7\xab\xda\x6a\ \x70\xf0\xd0\x91\x77\xaf\xdd\x7a\x77\x7e\x25\xb2\x48\x01\x64\x31\ \x42\xd0\x52\x87\x14\x4b\x85\x4e\x9a\x50\xc7\x41\x08\x49\x29\x31\ \xc6\x10\x42\xa5\xd4\x83\xd7\xc3\xd6\x58\xa5\x00\x00\xb0\xd6\x4a\ \x2e\xbc\x7b\xeb\xf8\xd1\xbd\xdd\x66\x93\x50\x3c\x39\x5c\x0e\x80\ \x96\xcd\x46\xba\xbd\x36\x09\xa1\x19\x38\xa3\x0f\x78\x78\x28\xa9\ \x0a\xd3\x8f\xfc\xdc\x3f\x7a\x92\x21\x93\xc4\x11\x80\xc5\xa7\x5f\ \x78\x4e\x29\xa5\xcd\x87\x7c\x8f\xa0\x95\x1a\x99\xdc\xb5\x67\xff\ \x31\xe6\xbb\xd2\x28\x80\xa0\x85\x10\x43\xc8\x10\x26\x00\x02\xa9\ \xad\xb1\x98\x10\x2e\x84\x45\xc8\x62\x28\x44\xc2\x5c\x17\x18\x93\ \xf4\x43\x06\x81\x43\x59\xaf\xdf\x57\xc6\x08\xa3\xfc\x6c\x80\x28\ \x81\x08\x58\x00\x09\x42\x3c\xe5\x9e\xe3\x1a\xa3\x34\x30\x08\xc3\ \xef\xd9\xa5\x1b\x6b\xb5\xb1\xc6\x40\x08\x1d\xc6\x04\x17\x53\x47\ \x1f\x69\x89\x1e\x06\x1a\x2b\x05\x8d\xf6\x30\x32\xc6\x1a\x88\x15\ \xc2\x12\xa2\x59\x48\x68\x2c\x91\xd2\x4a\x4a\xa3\xb5\x52\xda\x0f\ \x82\x34\x4d\xb5\x34\x99\x20\x43\x28\x61\x94\x62\x4c\x9e\x7c\x54\ \x50\x42\x52\xce\x2d\xb0\x8f\x4f\x9e\xa3\x19\x1f\x5b\xfb\xdc\xb1\ \x4f\x3c\x8f\x10\xc5\x40\x25\xdc\x73\xbc\x0b\xb7\x56\xb7\x23\x69\ \x1c\x46\x1c\x17\x12\x6c\xb5\xdd\xde\xd9\x22\x80\x78\x9e\xe3\x7a\ \xfe\x83\xcf\x7f\xbb\xdd\xd5\x5a\xff\x79\xb8\x7d\x9a\x26\xc4\x41\ \xda\xc2\x9e\x82\xd7\x17\xd6\xf3\xa3\x23\xcc\xf5\x47\x27\x32\x93\ \x95\xa1\xad\xe5\x25\x28\xa2\x93\x07\xf7\x0b\x63\x07\x42\x30\xe0\ \xe1\x42\x08\x85\x50\x6b\x0b\x1f\xa4\x8d\x1b\x63\x11\xc2\xd6\x1a\ \xf3\x9f\xc8\x01\xf9\xab\x06\x91\xb4\x17\x6b\xaa\x05\xf3\x68\x92\ \x72\x4c\xc8\x03\x63\x02\x87\x31\x68\xac\xd6\xda\x2a\x8d\x31\x92\ \x4a\x41\x0b\x11\x75\xd2\x54\x22\x60\xdd\x4c\x06\x21\xa8\x01\x72\ \x09\xc5\x98\x24\x9c\x03\x6c\x35\x00\x16\x42\x03\xac\x06\x48\x61\ \x98\x18\x84\x91\x0f\x10\x04\x84\x40\x2b\x34\x44\x16\x5a\x48\x81\ \x55\x06\x43\x94\x28\x4b\x58\x10\x46\xdc\x77\x4a\x22\x8e\x3c\xd7\ \x33\x52\x02\x84\x11\x84\x52\x6b\x04\x99\xcb\x9c\x98\x4b\x45\x10\ \x22\xc8\x30\x4b\x08\xa6\x10\xf4\xfb\x7d\x2f\xeb\x7a\x94\x2a\x29\ \x13\x29\x11\x22\x16\x22\x8b\x2d\xc6\x84\x13\x81\x10\xd2\xd4\x48\ \x29\x01\x84\xd0\xcd\x73\x9e\xc2\x24\xc9\x90\xcc\x9d\xf9\xe5\x3f\ \xfa\xce\x05\x4d\xdd\xd4\x68\xd5\xeb\x61\x4a\xf3\xbe\x4f\x08\x41\ \x06\x51\x4a\x7a\xfd\x6e\x14\x45\xe0\x81\x2b\x84\x96\x49\x37\x62\ \x0e\xf3\x5c\x4f\x69\x2d\x53\x84\x00\x45\x08\xf7\x39\xb8\xbb\xbc\ \xbd\x67\x76\xf2\xf6\x9d\x9b\xfe\x81\xbd\xa5\x7c\xa6\x1d\x26\x8d\ \x20\xcd\x58\x3b\x48\x4c\x19\xf0\x70\xb1\x00\x52\x82\x79\xdc\x8f\ \x92\xff\x70\xef\x18\x51\xc7\x77\x1d\x08\xfe\xda\x7e\x87\x10\x02\ \xce\x95\x05\xae\xd6\x4a\xa5\x06\x42\x08\xb0\x41\x16\x58\x6c\x7b\ \x49\x08\x29\x41\x18\x71\x25\x81\xb5\x08\x43\x64\x20\xd1\x04\x18\ \x43\x31\xd2\x10\x45\x61\xec\xba\x2e\xd0\x36\x15\xb1\x81\x10\x03\ \x02\x10\xe8\x87\x21\x61\x8c\x20\xab\x8d\xd5\xc6\x2a\x11\x1b\x80\ \x01\x84\x08\x42\x04\x11\xc6\x98\x60\xa8\x04\x20\x10\x18\x0b\x22\ \xc5\x31\x46\x56\x5a\x2d\x68\x22\x2d\xb0\x0f\xe2\x15\xac\x06\xc4\ \x0a\x28\x42\x01\x31\xb6\x04\x19\x6b\xb5\x56\x14\x02\x21\xb9\x05\ \x40\x22\xab\xb4\xb0\xd0\x5a\x02\xb5\xd5\x5a\x48\x63\x2d\x90\x02\ \x42\x98\x4a\x6e\x01\x30\xd6\x48\xa5\x94\x52\x5a\x6b\x82\xa0\x56\ \xfa\xd7\x7e\xeb\x77\xef\x2c\x2c\x79\xbe\x23\x92\x14\x7b\x8c\x52\ \x82\x31\x25\x88\x58\x69\xb9\xe4\x08\xc1\x4c\x26\x00\x00\x20\x04\ \xb3\xd9\x4c\xa7\xd3\x49\xd3\xd4\x1a\xc3\x1c\x07\x43\x85\x11\x76\ \x5c\x97\x1b\xd9\xe8\x24\xe3\x02\x9e\x3e\xf3\xd4\xbe\xa9\x91\xfe\ \xfa\xb2\x3f\x31\xd3\x43\x28\xb0\x16\x0e\x06\x06\x03\x1e\xe6\xf0\ \x10\x51\xa4\x6e\x5f\xf8\x83\xdf\xf9\xda\xdb\x3d\x0d\x1e\xf8\xf1\ \x1a\xc1\x87\x1f\xfb\x81\x9f\xfb\xe2\xc7\x3d\xc0\xff\xe3\xe2\xe0\ \x03\x77\x8a\x18\x6f\x6f\xd6\x1b\x3b\xab\x0c\x01\x17\x61\x64\x14\ \x02\x80\x2b\xbe\x57\xfe\xf3\xf1\x00\x00\x20\x00\x49\x44\x41\x54\ \xb0\xb1\x42\x73\xde\xc7\x5e\x78\xde\xcf\x66\xa0\x14\x18\x63\x82\ \x1f\xfc\x11\x43\x31\x46\xd0\x4a\x2e\xd3\x24\x66\x94\xf8\xae\xa3\ \x94\x35\xc0\x62\x46\x12\xc1\x8d\x91\x8c\x78\x04\x63\x8b\x01\xb0\ \x00\x5a\x4b\x99\x23\x84\xb2\xd6\x22\x08\x11\xb0\x5a\x19\xa3\xa5\ \xc1\x84\x52\x42\xa9\x23\x8c\xee\x8b\x94\x3a\x44\x02\x2b\x38\x2f\ \x78\xbe\x35\x40\x08\x69\xac\x4e\x78\x9a\x71\x32\x94\x1a\x65\x38\ \x21\x16\x41\x0d\xa0\x84\xcc\x42\x9c\x18\xad\x31\xc6\xd6\x1a\xa0\ \xb4\x6f\xb0\x36\x1a\x20\x08\x21\xd4\xc0\x24\x69\x62\x8c\x41\xc6\ \x10\xa5\xa4\x52\xd8\xcb\x5d\x7c\xeb\xd2\x77\x5f\x79\x25\x08\xbc\ \x38\x89\x18\xc6\xf9\x42\x11\x62\x48\x21\x55\x5c\x6b\x21\xa9\xef\ \x39\x84\xfc\x59\x71\x65\x20\x84\x18\xe3\x38\x8e\xa3\x28\x52\x4a\ \x31\x66\x31\xd2\x5c\xa4\x10\xc0\x76\x37\xed\x85\x7a\xcf\xae\x22\ \xf0\xf3\x78\x68\x74\x6d\x79\x23\x6d\x76\xca\xc6\xba\x0f\x92\x6a\ \x06\x0c\x78\x28\xb3\x43\x4a\xda\xf7\xde\xf8\xb5\xaf\x5c\x39\xf7\ \x85\x9f\x38\x35\x95\xfb\x5e\x76\xa1\x31\x34\x3b\x44\xed\x5f\x7c\ \x9e\xf4\x41\x5a\xe0\x38\xce\x9b\x17\xce\xbf\xf2\xf5\xb7\x87\x7c\ \x3f\x0b\x11\x16\xd2\x28\xde\xec\x77\x86\x67\xa7\x3e\xf6\xe2\x27\ \xef\xdd\x99\xa3\x59\x9f\x3a\x84\x11\xe6\x31\x86\x31\x42\xd6\x22\ \xab\xdb\xad\x76\xbb\xd5\x4c\xe3\x38\x97\xcf\x67\x02\x17\x22\xc3\ \x85\x30\x00\x0a\x6d\x34\xb0\x18\x13\x04\x91\xd5\x96\x11\x06\x2c\ \x90\x46\x42\x84\x82\xc0\x37\x52\x0b\xc1\x29\xa1\xfb\xf7\xed\x4b\ \xd3\xfe\xd2\xc2\x4a\x10\x04\x7e\x10\x24\x29\x6f\x25\x69\xbf\xdf\ \xef\x76\xbb\xe3\x63\x63\x82\x4b\x46\x50\xe0\x78\xd6\xe8\x4e\xdd\ \x12\x0b\xad\xb1\x08\x41\x84\x31\x84\x00\x02\x2b\x94\x00\xd6\x50\ \x46\x11\x46\xc6\xa8\xbe\xb1\x52\x2a\x0d\x2c\x04\xc0\x58\x6b\xac\ \xb5\x10\x18\x63\xa4\x94\x42\x2a\x0e\x1b\x6f\xbf\xf5\x46\xbf\xd3\ \x62\xd0\x2a\x1e\x8f\x4e\x8c\x03\x82\xa5\x31\x5a\x69\xa0\x01\x00\ \xd8\x58\xa3\x44\xfa\xa0\x41\x80\x10\x3e\xf8\x45\xa5\x84\x10\xa9\ \x31\x06\x01\x69\x8d\x01\x86\x79\x4e\x26\x4d\xe4\xdc\xdc\xe2\xcf\ \xfe\xc3\xff\xea\xe0\xec\x64\xaf\xbe\x39\xb6\xe7\x30\x0f\x23\xe6\ \xba\x03\x21\x18\xf0\x30\xb5\x00\xda\x8d\xc5\xb9\xcc\xe1\x67\xbe\ \xf0\xc2\x63\x8e\xe4\xfa\xcf\x0e\xa3\xd5\x92\x4b\xfd\x21\xb4\x40\ \x1b\x5d\x2d\x97\x1f\x39\x7e\x22\x8f\x49\x7b\x69\xb5\xdf\xd8\xf1\ \x09\xf6\x82\xa2\x89\xc4\x95\x37\x2f\x66\xa7\x47\x51\xce\x65\x0c\ \xbb\x8c\x05\x7e\xe0\x31\xea\x20\xec\x32\xc6\xd3\x84\x60\x5c\x2e\ \x14\xf3\xf9\x5c\x90\x75\xac\x95\x61\x14\x11\xc7\x31\x10\x68\x0b\ \x8d\xb6\x8c\x32\x6b\x21\x41\x58\x49\x19\x8b\x7e\x1c\x87\x8d\x5a\ \x3d\xea\xf5\x5d\xd7\x9d\x9d\x9d\x2d\x15\x9c\x9d\x5a\xa7\xd7\xd9\ \x6a\xb7\x34\xe7\xbc\xdb\xe9\x17\x8a\x45\x87\xb1\x56\x6d\x23\xe9\ \xd7\x8a\xd9\xac\x88\xe3\xda\xd6\xa6\x4f\x68\xa5\x52\xe9\xa5\x44\ \x02\xea\x7b\x9e\xb5\x46\x6a\x69\x81\x31\x56\x43\x08\x2c\x04\x08\ \x43\x8a\x89\xb5\x96\x73\x91\xa4\x29\x17\x82\x10\xfc\xe7\xb9\x6c\ \x06\x58\x63\x6c\x94\x24\x57\xaf\x5c\xa2\x08\xa8\x24\xc1\x46\x03\ \x2d\x64\xaa\x0c\xc4\x10\x12\x08\x89\x05\xf6\x7b\x39\xb0\xc6\x3c\ \x90\x03\x63\x8c\x52\x0a\x21\x44\x08\x91\x52\xa6\x49\x48\x29\x0e\ \xdc\x80\x11\x46\xb0\xdb\x6e\xf5\x7f\xe3\x37\x7f\xf7\xe0\xc1\x3d\ \xfd\x5e\x0b\x19\x4b\x29\xfd\xe4\xa1\x43\x0c\xe3\x81\x18\x0c\x78\ \x88\xc3\x82\x6c\xa1\xd0\x5b\x9f\x5f\xdc\xea\xed\xce\x41\x63\x3e\ \xe8\x30\x7e\x90\x16\xf0\x94\x3f\xfa\xcc\xd3\xcf\x3f\x3f\x2c\x36\ \x76\xbe\xf5\xeb\x5f\xa9\x77\x01\x46\xb8\x0f\x78\xa8\x45\xd8\x8f\ \x5a\xcb\x73\x12\x25\xa5\x1c\xcd\x05\x5e\xe8\x79\xbe\xe3\xe5\xbc\ \x60\x2b\x8c\xf6\xcd\xec\x3e\x7d\xec\x44\x31\x1b\x20\xd7\x01\x58\ \x85\xb5\xfa\xb5\xf9\x5b\x9b\xbd\x04\x3b\x41\xa2\x10\xd7\xd6\x62\ \xac\x80\xd1\xc0\x38\x8e\xc3\x28\x88\xa2\x7e\x21\x97\xf7\x73\x60\ \x6c\x24\x3f\x54\x66\xb1\xa8\xb5\xda\x2b\x85\x21\xb2\xb6\xbe\xd5\ \xdc\x6e\x84\x9d\x1e\x56\x95\x14\x3b\xae\x96\xb3\xa3\x93\x4f\x3c\ \xf1\xe4\xed\x6b\xd7\x9a\xeb\xf3\x42\xa9\xd5\xd5\x96\xc8\x8c\x38\ \xb9\x92\x45\x5a\x8b\xc4\x40\x8d\x30\x4e\xb5\x91\x42\x29\x25\x28\ \x02\x9e\xe3\x6a\x05\x25\xd7\xc3\x23\xe3\xb3\x7b\xf7\xdf\xbe\x7d\ \xf3\xf6\xdd\x1b\x88\x21\xe2\x30\x8b\x91\x85\x30\x8a\x22\x2e\x62\ \xdf\x61\x31\x4f\x63\xab\xbb\x22\x81\x10\xfb\x88\x05\x8c\x86\x22\ \x56\xd6\xe8\x58\x29\x60\xa5\xd5\x4a\x5b\xa8\x2d\xb6\x80\x18\x00\ \x80\x45\x46\xcb\x24\xf6\x3d\x27\xe3\x67\x31\xa2\x1a\x68\x0b\x04\ \xb0\x76\xab\x55\xab\xc6\x15\x6e\x65\xc2\x93\x72\x66\x08\xa1\xc1\ \x33\xc5\x01\x0f\x13\x25\xcd\xe4\x91\x67\x1f\x7b\xfb\x5f\xff\xab\ \xff\xe1\xbf\x9b\x98\xa8\x52\x68\xad\x05\x46\xf2\xe2\xf1\x4f\xfc\ \xf8\xa7\x1f\xf3\xad\x30\x7f\xdd\x3d\x82\xb5\x38\xa0\x02\xa8\xf9\ \xb5\x85\xb5\xad\x35\xd7\x65\xf5\x5e\xd8\xb1\xe9\x66\x67\x63\xe3\ \xde\xfd\x9d\xf6\xe2\x0f\xbc\xf4\xd4\x27\x9e\x7e\xec\xdd\x77\x2e\ \xdd\xbc\x34\xff\xfd\x9f\xff\x81\x03\xfb\x46\x5a\xb5\x54\xb5\x6f\ \x77\xee\x34\xb6\xfb\xdd\x4e\xa3\x3e\xb5\x67\x4c\xe8\xa4\x7e\x77\ \x71\x68\x6c\xa6\xd5\x6a\xfc\x3f\xff\xf6\xb7\x13\x8b\x9f\xfc\xd4\ \x27\x2d\x05\x86\xd8\xc9\xe9\xe9\xde\x56\x2b\x9b\xc9\xaa\x4e\x98\ \x26\xe9\xf2\xda\xbd\xa1\x62\x31\x9b\xc9\x6e\xac\xaf\x47\x61\x84\ \x20\x8a\xda\xbd\xd5\x3b\x0b\xef\x75\x7a\x14\xbb\x8f\x9e\x79\xac\ \xe3\xfa\x6b\x73\x73\xd7\x2e\xbf\xb3\xbe\xba\xbc\xba\xbe\xd4\x89\ \xa2\x6d\x01\x23\x21\x0b\x59\xda\xeb\xd4\x99\xe7\x7a\xf9\x42\xb3\ \x97\x70\x21\x81\x56\x2e\xd4\x14\x63\x00\x5d\x04\xdc\x93\x27\x1e\ \x65\x8e\xf3\x27\x7f\xfa\x87\x97\xaf\xbd\x25\xb1\x48\x8c\xd0\x08\ \x19\x48\x5c\x94\x71\x35\xa0\x84\x14\x87\xca\xdd\x96\xee\x08\x35\ \x14\x78\x9e\x21\x44\x19\x29\x53\x77\x28\x4f\x20\x12\x5a\x71\x60\ \x2d\x84\xd8\x40\x22\x34\x56\x16\x58\xad\xac\x76\x5c\x27\xf0\xb2\ \x46\x41\xa1\x05\xa4\x5a\x61\x0d\xb0\xbd\xb9\x78\x6b\xb3\xbb\x6e\ \xac\xec\xf7\x3b\x63\x23\x23\x9f\xff\xe4\xa7\x20\xa4\xd6\x0e\xc2\ \x8e\x06\x3c\x94\xc1\x21\x66\x0e\xa3\xc1\xf4\x8f\xfe\xc2\xff\xfc\ \xe8\xbd\xf9\x5a\x27\xd2\x00\x02\x23\x93\x38\x76\xaa\xa3\xc4\x7e\ \x98\x1e\x81\x39\xee\xc5\xb7\x2f\x2c\xde\x5d\x5d\xb9\x39\xd7\xec\ \x6c\x6a\xae\xef\x2d\xcf\xc7\x20\xec\x45\xdb\x4a\xe9\xcf\x3f\xb7\ \xe7\x1f\xfd\xe0\xc7\x0f\xec\x1e\xdd\xed\x48\x7e\xe6\xe8\xc9\x33\ \x67\x81\xb5\x89\xa7\xae\xbd\x73\x6f\xeb\xc6\x7d\x15\xf7\x57\x17\ \xe6\x2b\xfe\xb3\x7b\x1e\x7d\x6c\x72\x7a\x6f\x9b\xc3\xbb\xab\xf5\ \x03\xc7\x0e\x17\x47\x27\xce\x3c\xf5\xb8\xc5\x60\xee\xfe\x9c\x4c\ \xe3\xd1\xea\x58\x6d\xa7\x76\xf9\xf6\xad\x34\x49\x76\x4f\xef\x82\ \x1a\x7e\xeb\xeb\x2f\x5b\x6b\xa7\x26\x26\xd6\xd6\xd7\xb1\x04\x4f\ \x3e\xf6\xd8\xf8\xf0\x78\xab\xd1\x11\xb1\xd8\xd9\xa9\xff\xfb\xdf\ \xff\x6a\xa3\x55\x2f\x55\x86\x20\x45\x87\xb3\xb9\xae\x00\x17\xde\ \x78\x93\x09\x68\x05\x0c\xb5\x6a\xf2\x50\x20\x6c\x20\x75\x1c\x2a\ \xad\xd0\x46\x61\x2b\x80\x41\xa9\x48\x36\x6b\x9b\xdd\xb0\x83\x08\ \x42\x08\x10\x0c\x21\x80\xda\x02\x25\xa5\xd4\x88\x22\xac\x8d\x65\ \x8e\xcf\x72\x99\xc0\xcf\x3a\x02\x26\x61\x04\x1d\xcf\xcd\x14\x3c\ \x05\x53\xa9\x19\x81\x90\x60\xa3\xa4\xe3\x23\xa0\xb4\x35\xba\xd9\ \x6b\x7b\xe5\x21\x20\x2d\x81\x16\x39\x6e\x2c\xb9\x50\x82\x32\x6a\ \x89\xa9\x77\x6a\x08\x02\xad\x65\xcc\x93\xc1\xb0\x60\xc0\xc3\x5b\ \x20\x20\x1d\x35\x2e\xbe\x7a\xa5\xa1\xa8\xcb\x08\x82\x10\x00\x6b\ \xad\x71\x4a\x7b\x1e\x3f\x3b\xeb\x00\xc9\xa5\xfa\x10\x5a\x40\x08\ \x59\x5f\x5a\x7e\xf9\x1b\xdf\xdc\xda\xdc\x88\xe2\x24\x56\x49\xa2\ \x7a\x22\x8d\xca\x59\xba\x37\x97\x17\xdb\x8d\xb5\xcb\xe7\x67\xb3\ \xcf\x1d\x98\x1c\x6b\x37\x5b\xcd\xf9\xdb\xb7\xaf\x5f\xef\xb4\x9a\ \xc7\x8f\x1c\x14\x54\xce\x3e\xf5\x0c\xb0\x4f\x03\x65\xde\x7f\xe7\ \x4a\xa3\xcf\xfb\xd0\xad\x73\x40\x73\x01\xcd\x07\xb5\x76\x63\xfe\ \xfe\xbd\xe5\xc5\x85\x27\x9f\x78\x22\x1f\xe4\x2f\xdc\x7a\xe3\xcd\ \xd7\x2f\x6a\xa9\x0e\xce\x1e\x0a\xbb\xc9\xed\x9b\x73\x5f\xfa\xd2\ \x4f\xcd\xce\xcc\x5c\x7a\xe7\x9d\x6f\x7f\xed\x4f\x0f\x4d\xed\x6d\ \x6e\xb7\xb7\x37\xb7\xfb\xed\x1e\xc1\xa4\xd5\x6c\x55\x46\x2a\x85\ \x52\x91\x62\x86\x2c\x2c\x42\xf4\x85\x8f\x3d\x67\x10\xb8\xbb\xbe\ \x3e\xb4\x67\xef\xf5\xb5\xcd\x7b\x9b\x1b\xbd\x7e\x97\xeb\x90\x20\ \x8c\xa1\xd6\x4a\xf8\x5e\x26\x93\xf3\xfc\x80\xe6\x0a\x19\xb6\x01\ \x11\x00\x5a\x59\x6b\xa4\x12\x12\x02\x04\x01\xb5\x52\x43\x88\x1c\ \x4c\x5c\xea\x10\xc8\xa4\x92\xda\x12\xec\x06\x61\xa2\x5d\x18\x40\ \xa3\x91\x06\x16\x40\xa0\x0c\xd7\xe2\x41\x91\xd5\x4d\x12\xd7\x41\ \x1e\xc0\x0c\x41\x6d\x95\x06\x8a\xf9\x2c\xc8\xfb\x10\x1b\x8a\x08\ \x44\x16\x19\xeb\x04\x83\x97\x08\x03\x1e\x9e\x16\x40\x64\x64\xbc\ \xbe\x78\x7f\x6e\x73\xe7\xde\x4a\x77\xdf\x91\xfd\x19\x0a\x01\x6f\ \xcc\xad\xbf\x9d\xfd\xa7\x5f\x3e\x56\x65\x1f\xd2\xe3\x0c\xc2\xa8\ \x97\x6c\x6d\x77\x0c\x09\x04\x31\x4e\x86\xf9\x8c\x75\xb6\xc5\x3f\ \xfe\x99\xef\xff\xd1\x67\x4f\xe2\x76\x7d\x7a\x7c\x7c\x67\x73\x4b\ \x14\x61\x69\x64\x1c\x12\x3c\x54\xab\x5b\xa0\x5f\xfe\xee\x2b\x85\ \x7c\x6e\xf6\x63\x4f\x85\xb5\xad\xad\xe5\xcd\x76\xad\x3b\x73\xe4\ \x44\x5d\xa1\x9d\x95\x0d\xcd\xf0\xae\x03\xfb\xa2\x28\xee\xc7\x71\ \x21\x93\x1d\x29\x0d\x75\xda\xed\xa1\x52\xe9\xe0\xbe\xfd\xd5\x6a\ \xb5\x51\x6f\x34\x5b\x8d\x4f\x7f\xfa\xd3\xed\x66\xeb\xd5\x95\x95\ \x28\x8a\x8e\x1e\x3e\xdc\x6d\x36\x5f\x7b\xe5\xbb\xa3\x23\xe3\xcf\ \x3f\xf3\xdc\xd2\xe2\x42\x63\x33\x39\xb8\x67\x26\x8c\xc2\xad\xcd\ \x35\xc6\x68\xb8\xd3\xca\x05\xf9\x43\xa7\x4f\x9d\x3c\x7a\x9c\x07\ \x85\x29\xe0\x29\x1a\xdc\xba\x75\x35\xee\x85\x14\xc4\x18\x6b\xea\ \x30\x1e\xb6\x45\xd4\xcd\x3a\x94\x5a\x0d\x78\x62\x4d\x02\x79\x8a\ \xb4\x21\x1a\x2b\xa0\x20\x74\xa7\x86\xc7\x76\x4f\xce\xdc\xdb\x5c\ \xdf\xec\x76\x90\x10\x2a\x4a\xb5\xd4\x28\x70\xfb\x61\x5a\x0c\x72\ \x08\x21\x6b\x94\x94\x1c\x01\x49\xb5\x0a\xbb\x6d\x8b\xe0\x50\xc6\ \xd3\xc0\x1a\x2d\x85\x01\x16\x03\xe2\x11\x2f\xeb\x31\x9f\x49\xcd\ \x21\x21\xc6\x1a\xa1\xa4\xd0\x62\x70\x22\x07\x3c\x2c\x8c\x56\x24\ \x3f\xf1\xc3\x3f\xf7\x4f\xee\x9e\xff\xcd\xdf\xbf\x93\xfb\xf2\xcf\ \xfd\xa0\xaf\x0d\x96\xcb\xbf\xfc\x4b\xff\x57\xb3\x9f\x80\xaa\xf3\ \xe1\x66\x87\x08\xc1\x5e\x12\x27\xc6\xfa\x7e\xc6\x87\xc8\x65\x2a\ \xed\x36\x46\x1d\x75\x68\xa4\x10\x6d\xad\xc1\x76\x73\xb9\xd3\x4e\ \xa9\xbf\xf7\xc0\x61\x23\xb8\xb5\x60\xdf\xd1\x23\xa5\x6a\xf9\xf4\ \x93\x4f\xdc\xb8\xf6\xfe\xeb\xdf\xf8\x46\xa3\xde\xb8\x3b\xb7\x7c\ \xea\xdc\x93\xbe\x9f\xbf\xf0\xcd\x97\xbf\x7b\xed\x4e\xc2\xfc\x14\ \x79\xdd\x4e\x57\x27\x89\xee\xf7\x2f\xbd\x75\x09\x50\x77\x65\x79\ \x71\xcf\x9e\xdd\x9f\x7a\xe1\x85\x4b\x6f\x5f\xea\x87\x9d\x5d\xbb\ \xa6\x2e\x9c\x7f\xb5\xd5\x6a\x2b\x29\x5f\x7c\xfe\x53\x2c\x91\xec\ \xd9\x67\x0e\xec\xdd\x9f\xf1\xfd\xe5\xfb\xb7\xcf\x9e\x3c\xba\x6b\ \x7c\x64\x6d\x73\xdd\x54\xcb\x23\x23\x23\xb7\xe2\x6b\x73\xb7\xaf\ \x8f\xce\x4c\x15\xb3\xb9\x95\x8d\x75\x4a\xdc\x89\x42\xa1\x7c\xfc\ \xd8\x44\xee\xe4\x91\xa9\x62\x3e\xe7\xe6\x46\x46\x30\xf4\xe7\x6e\ \x2d\xea\x5e\x67\xb2\x90\xfb\xdc\x97\x7f\x81\x31\xd8\x6c\x36\xb6\ \xb7\xeb\x6b\xab\x5b\xf7\x37\xd6\x6a\x2b\x9b\x7b\x86\x8b\x3f\xfa\ \xe2\x0b\xe7\x2f\x5f\xfe\xea\x37\xbe\x69\x45\x0c\x63\x85\x01\x62\ \x30\x03\x3c\xa6\x91\xc9\x66\x33\x58\x27\x71\x3f\x84\x22\xc1\x9c\ \x1f\x18\xa9\x4e\x4d\x4d\x8c\x4e\x8d\xbd\xf6\xf6\x9b\xf7\xd6\xb7\ \x13\x44\x34\xd4\xc4\x23\x16\x69\x00\x8d\x81\x86\xcb\x14\x63\x04\ \x30\x32\x66\xd0\x22\x0c\x78\xb8\x5b\x04\xab\x94\x26\x14\x37\xd7\ \x16\x97\x36\x5a\x7b\x0a\xa4\x76\xf3\xdd\xa5\xae\xf7\x44\x3e\x00\ \x1f\x36\x1f\x01\x58\x00\x3d\x50\x9a\xce\x23\x69\x61\x4b\x26\xb5\ \xf5\x89\xac\xfe\xf1\x2f\x7e\x3a\x93\x6c\xc1\x62\xd1\x1b\x72\xb6\ \xd7\xd7\x0b\xa3\xbb\x3b\xeb\x0b\x71\x12\x2d\x2c\xcc\x63\x0c\x6a\ \xcd\x66\x75\xb8\x3a\x77\x6f\xae\x54\x2a\x26\x46\xa5\x06\xd5\x5b\ \xe9\xc5\xcb\x37\x56\x56\x6b\xd5\xe1\xa9\x3d\x27\xce\x5c\xbf\x73\ \x6f\x72\x62\x42\xc7\xd1\xe5\xdb\xf3\xb3\xbb\xf7\xa6\x3c\x7d\xf5\ \xf5\x37\x0f\x1f\xdc\x6f\x81\x5d\x5c\x5c\x1c\x1f\x1b\xbb\x7a\xf5\ \x6a\xcc\xd3\xa7\x3e\xf6\xd4\xd7\xfe\xe8\x6b\xe7\x5f\x7d\xf5\xd4\ \xcc\xde\xe1\x4a\x45\x2b\xfe\xfe\x95\x9b\x8c\xa0\x5c\x2e\xa8\x6d\ \x6f\xae\x2c\x2d\x61\x46\x4d\xb9\xbc\xff\xd8\xe1\xb6\x88\xb7\xda\ \x35\x9b\xcb\x5a\x69\x0e\xef\x99\xdd\xbb\x6f\xef\x54\xa5\x38\xea\ \x08\x2f\x6e\x40\x0f\x0b\xcf\x45\x28\xe8\x2c\x6f\xc5\x61\x6f\x2c\ \x97\xf9\xd4\xa3\x8f\x16\xc6\x2b\x36\x0c\xe3\x7e\xa2\x0d\xee\x19\ \xfe\xea\xcb\xdf\xd9\xbe\x76\xdf\x15\xe1\xa3\x07\xf6\x74\xb7\x8e\ \x5f\x7a\xf3\x32\x50\xc6\xc9\x65\x22\xc5\x2d\x73\xa1\x03\x46\xa7\ \x87\x7b\xfd\x86\x4a\x6a\x19\x8c\x9e\x3e\xf7\xe8\xe7\x9f\x7f\xce\ \x21\xcc\x42\x33\x16\x78\xff\xe6\x0f\xfe\xf8\x5e\xb3\x03\x88\x0d\ \x9c\x80\x32\x2a\x25\x47\x04\x1a\x08\x8d\x05\x08\x61\x3b\x30\x3e\ \x1d\xf0\x37\x62\x8f\xf0\xcc\x93\xef\xfe\x9f\xbf\xfc\xcf\xff\x69\ \x3e\x4b\x3b\x1d\x71\xee\x0b\x3f\xbd\xbf\xe2\x2a\x29\x3e\x9c\x16\ \x58\x03\xb1\xcb\x1b\xd1\xbd\x00\x04\x69\xd4\x2a\xd0\xe4\xa5\x8f\ \x9f\xfb\xd2\x17\x9e\x4f\x7a\x4b\xd4\x31\x24\x9b\xb3\x0e\xf4\x00\ \x7c\xf3\xbb\x5f\xdf\xd9\xd9\xda\xbd\x6b\xfa\xc0\x89\xe3\xfb\x0f\ \xce\x7c\xeb\x8f\xbf\x5d\xdf\xae\xff\xf4\x97\x7f\xc1\xc6\xf1\xd2\ \xfd\xda\xbd\xc5\xee\x9f\xbe\xfa\xd6\x5a\x37\x7a\xe4\xb9\x73\xad\ \x7a\x3c\x3e\xbc\xeb\xe4\xb1\xd3\x4b\xf3\x77\x7f\xec\x27\xbf\x34\ \xbb\x6b\x7a\x7d\x67\xe3\xd3\x9f\x89\x8f\x1c\x3e\xec\x30\xda\xee\ \xf4\x7f\xe2\xef\x7e\xe9\x95\x97\xbf\xd3\x6a\xf7\x9a\xed\x5e\x26\ \x5f\x88\xb9\xca\x16\xab\xb7\x6e\xdf\xae\x6d\x6f\x7a\xae\xfb\xd2\ \x8b\x2f\xe6\x0b\x85\xb7\x2e\x5e\x5c\xdb\xa9\x9f\x7b\xf4\xb1\xca\ \xe4\xee\x9d\x5e\x6f\xfa\xe8\x29\x08\xed\xe5\x6b\xef\x51\xd7\x5f\ \x5f\x5f\xaf\x06\x2f\xd6\xbb\x9b\x4b\xcb\xb7\xe6\x2f\x9d\x3f\xf1\ \xc8\xf1\x99\x47\x1f\x0b\xf2\x23\x88\x47\x19\x44\x7a\xd0\x74\x1b\ \xdb\x8d\x8d\x85\x56\xa3\xb1\xba\xb4\x9e\x2f\x54\x8b\xd3\x23\x79\ \xd7\x19\x3b\x78\x88\xa4\x02\xc7\xfc\xc4\x9e\xd9\x85\x2b\xd7\x31\ \x00\xcc\x75\xd7\xd3\x98\x79\x14\x3b\x88\x79\xb8\x80\x33\x8d\x35\ \x7d\x70\x76\xfa\xc5\x4f\x3d\x67\x7a\xa1\x25\x0c\x13\xbc\x67\x78\ \xb4\x5a\xa8\xdc\x58\x6f\x38\x19\x8a\x31\x76\x1d\x57\x03\xa9\x80\ \xc2\x10\x5b\x0b\xad\x81\x70\xe0\x75\x38\xe0\xa1\x57\x06\x46\x19\ \x67\xe8\x33\x3f\xf5\x8b\x27\x56\x56\xdb\xb1\xca\x96\xc7\xa6\x46\ \x4b\x50\x89\xbf\x74\xb3\xf5\xc1\xde\xa7\xd0\x1a\x2e\x79\x8f\x66\ \x33\x20\x70\xb2\x18\x7f\xee\xa5\xcf\x1a\xc0\x5b\xed\x26\x71\x69\ \x67\xa7\x07\x71\x86\x1a\xd8\x6e\x87\xfd\x7e\xba\x77\xdf\x91\x56\ \x37\xc9\x68\xf6\xb9\x9f\xfc\xfb\x5b\xcb\xeb\x3b\xab\xad\xf9\x85\ \xe5\x3b\x77\x6b\x67\xcf\x3d\x77\xfa\x2c\x25\x0b\xeb\xc5\x60\xc4\ \xcf\x3b\xc4\xcf\x24\x7d\xbb\xb2\x5c\x0b\x0b\x59\x4a\x32\xdc\xe2\ \x03\x07\x4f\x4b\x65\x36\x37\x6a\xad\x36\xff\x95\x5f\xfd\xad\x46\ \xbd\xa1\xb5\x6e\x5e\x9b\x5f\x5d\x6d\x8d\x94\xaa\x6f\xdd\x98\x6f\ \xd4\xdb\xa3\x95\xc9\x7c\x2e\xdb\x87\xce\xd6\x46\x6d\xa1\xd6\xad\ \x25\x26\x65\xd9\x18\x67\x22\x82\x9d\x6a\x26\xeb\x91\x62\xa3\x73\ \xf9\x9d\xcb\x57\x6f\xde\xbb\xf4\xea\x37\x5f\xfa\xc4\xd3\x13\x01\ \xd2\x3c\x7c\xe7\x9d\x37\xaf\xad\x2d\x15\xcb\x93\xad\x76\x8a\xb1\ \xdb\xe8\x34\xfe\xe4\x8f\xff\x70\x73\x63\x59\x72\xa1\x85\xe1\x89\ \xb9\x78\xe7\xfe\x9e\xe9\x5d\xbf\xf8\x23\x5f\x52\xbd\x54\x44\x7c\ \x65\x6e\x61\xc8\xcb\x51\x86\x15\xa6\x59\x68\x35\x22\x9b\x9b\x5b\ \x8d\xfa\x4e\x21\xcb\x86\x8b\x85\xe9\xc9\xc9\xfb\xf7\xef\xed\x1d\ \x9b\x8c\x39\x87\x96\x2d\x6c\x6c\xd6\x9a\xed\xe1\xea\xa8\x82\x82\ \x20\x4a\x10\x32\x16\x10\x88\x01\x44\xc6\x42\xad\x01\x30\x03\x2d\ \x18\xf0\x37\x41\x0e\x34\xc0\xde\xd4\xbe\x43\xbb\x20\xb4\x46\x4b\ \xa5\xfe\xbf\x2e\x1c\xfd\x15\xde\xa7\xae\xf1\x5c\x99\x87\xa6\xd8\ \xe8\xa7\x9f\xfb\xe2\xf7\xa7\x6e\x75\xbe\xb6\x50\x2c\xcc\x86\x61\ \xd2\x68\x45\x27\x1e\x79\x22\xac\x6f\xe7\xa7\x1a\x26\xdb\xf9\xd6\ \xa5\xc5\x6e\xbf\xff\xd4\x33\xcf\xa5\xfd\x4c\x1f\x4d\x1a\x30\xda\ \xa2\xe0\xe2\xcd\xf7\xb3\xd5\xad\x66\x4f\xdc\xb8\x71\xff\xea\x9d\ \xad\x2f\xfc\xe8\xdf\x4b\x22\xdb\xef\xb6\x0f\x1f\x3c\x95\xc9\x7b\ \xe3\x13\xa3\xf9\x7c\x89\x51\x27\x4d\xd3\x1b\xd7\xaf\xe7\x0b\x93\ \xcd\x46\x23\x08\x46\xd7\x57\xd7\xc2\x5e\x6b\x65\xa5\xd9\xe9\x42\ \xe0\x0e\x1f\x38\xfd\xd4\x58\xb5\xbc\xb1\xbe\xf2\xca\xfb\xb7\xb3\ \x41\xc6\x1b\xd9\x3d\x96\x1b\x6e\x2a\x87\xd7\xe3\x46\x6c\x01\x20\ \x37\x6e\xdf\xbb\xf8\xda\xdb\x9b\xab\x4b\x2e\x85\x91\x30\x23\x53\ \xa3\x95\x0c\xcd\xcf\x54\xd2\xa4\xdf\x4e\xd3\xcd\xad\x55\xa9\x99\ \x34\x28\x15\x22\x6a\x76\x49\xc6\x21\x1e\x25\x86\xac\xad\x6e\x6f\ \xd6\x3b\xa3\xa3\xb8\xdd\x17\xa2\x1e\x6e\xd6\x1a\xeb\x2b\x3b\x14\ \xf9\x1e\x76\xfa\x52\x3a\x4e\x06\x28\x5d\xc9\x55\x34\x94\x46\x26\ \xae\x17\xd4\x9a\xed\x3d\x23\xe3\xcd\x38\xd9\xdc\xae\xaf\xd5\x6a\ \x4e\xbe\x10\x2a\x93\xf1\x8b\x91\xec\x23\x80\x1c\xea\x21\x80\xa4\ \x11\x98\x30\x84\x18\x70\x70\x21\x5b\x82\x10\x0e\xae\x1a\x0d\xf8\ \x9b\x20\x07\x52\xe8\xbf\xf2\xc7\x3e\xf8\xcd\xb2\xa1\x36\xe3\xdb\ \xaa\x4e\x7c\x44\x47\xaa\xbb\x4e\xd7\x78\xbe\xbf\x83\xf7\x4f\x4e\ \xb9\xc5\xac\x6e\xd4\x5e\x79\x6d\xab\x15\x6d\x7b\xfe\xec\xd8\x89\ \x61\x21\xe5\xc9\xb1\xf1\x56\x2f\xfc\xc6\x9f\x5e\x09\x4a\x23\xee\ \x66\xb3\xd6\x14\x7b\x4f\x3d\xf7\xce\xe5\x1b\xef\xbd\x7b\x7d\x79\ \x75\x2b\xc2\xe8\x85\x4f\x7e\x3e\x3f\x36\x46\xac\x1b\xf1\x78\x6d\ \x6e\xe9\xca\x7b\x37\x1c\x96\x19\x1d\x19\xc3\x08\x36\x1a\x0d\xad\ \x34\xa5\x85\x5e\xa7\xc3\x39\xda\xd8\x68\xf1\x18\xb4\x90\x5c\x69\ \xf4\xc0\xea\xce\xe2\x56\xa3\x5c\x2e\x79\xc5\x02\x07\x90\x3a\xae\ \xc5\xf1\x8d\x95\xad\x7e\xbc\x92\x2a\xcf\x2a\xd9\xdd\x5e\x58\xdb\ \xa8\x39\x8c\xf2\x94\xd7\xdb\xe1\xb5\xbb\xf3\x27\x7e\xf8\xb3\x54\ \x47\x79\x9d\x54\x94\x96\x12\x46\x1c\x6a\x48\x12\xc1\x31\x01\x69\ \x1a\xa7\x71\xd2\xef\x86\xf1\xf2\xba\xa6\xec\xf6\xc2\xea\xaf\xfc\ \xc6\xef\x7e\xe6\xf1\x67\x17\x16\x37\x95\x26\x0c\x62\x6b\x89\x85\ \x40\xf0\xc4\x09\x1c\x6b\x30\xc6\xb0\xd5\xed\xdc\x8b\x57\xfb\xcd\ \xae\x43\x82\xac\x17\x2c\xaf\xad\x97\xa7\x26\xd7\xda\x9d\xca\xe4\ \xb4\x36\x44\x75\xa4\xd1\xc2\x68\x80\x09\x61\x9e\x83\x30\x06\x00\ \x6b\x09\xe0\x03\xcf\x28\x38\xb0\x30\x18\xf0\xb7\x83\x0f\xdc\x29\ \x02\xc8\x4d\x1a\xab\x36\x93\x02\xaa\xe4\xf5\x0b\xdf\x9e\x99\xfc\ \xb1\xcc\xc4\x99\x2b\xab\xeb\xcb\x0b\x77\x8d\xa6\xc5\xa1\xa1\x6c\ \xb5\xba\xd9\x6a\x2c\xcd\x47\x89\x90\xe1\x7b\xef\x61\x4a\x2a\xc3\ \x07\x1b\x71\xe2\x44\x30\x53\x99\x4e\xd7\xd6\x18\xcf\x7f\x7c\xef\ \xc9\x3a\xcb\xde\x59\x9e\xbb\x7b\xfe\xab\xcf\xff\xd4\x3f\xb0\x34\ \xe0\x61\x66\x38\xef\x67\x4a\x9e\xf1\x40\xae\x98\xa3\x04\x67\xfd\ \xfc\xf6\xd6\x46\xaf\xd3\x06\x52\x22\x29\xd3\x6e\xcb\x5a\x6e\x78\ \x28\xe2\x48\x29\xe5\x05\x41\x28\x8c\x61\xa8\xdb\xef\x5b\x94\x68\ \x0b\x53\x44\x8d\x87\x1c\x69\x2c\x97\xc4\xc3\xf9\xca\xb0\xe4\x5d\ \x64\x3b\x2a\x91\xdf\x7d\xed\xd2\xe8\xe8\xe8\xd9\xd3\xc7\x73\x8e\ \x1b\x60\x6e\xac\xf4\xa0\xd1\x06\x60\x4c\x94\x01\x1c\x30\x6d\x6d\ \xbb\xd3\xbd\xbf\xd2\x48\x95\xb2\x38\xbd\xb1\xb1\xa8\x2e\xe8\x8c\ \x65\x44\x01\x03\x30\x07\xca\x40\x9b\xc5\x98\x40\x9c\x5a\xa5\x0d\ \xca\xe4\x86\x12\x91\x34\x39\xad\x19\xbf\x2b\x59\x8f\x0d\x99\x10\ \xaf\xac\xf7\x73\xe5\xea\xc4\xf4\xd8\xb5\x9b\x9a\x39\x38\x4e\x42\ \x4a\x5c\x02\xb1\x10\x12\x02\x8d\x10\x8a\xe2\x8e\x31\x06\x80\x81\ \x81\xc1\x80\xbf\xfd\x5a\x00\x20\xb4\x40\x03\x28\x79\xda\x1d\x2a\ \x64\x2e\x5f\xbc\xf0\x85\x17\x3f\x3f\x79\xe8\x58\x22\x18\xdc\x49\ \xda\x3b\x8d\xfb\xd7\x6f\x16\xca\xb9\xe1\x91\xe1\x91\xc9\x89\x7e\ \x14\xe5\xca\x92\x10\x52\x1c\x1a\x1a\x01\xa0\xd3\xeb\x6e\x6c\x6e\ \xc4\xcd\xfa\x93\x27\x8e\x8d\x86\x61\x4b\xf2\x99\x24\x7e\xff\xca\ \x7b\x97\xf1\x6f\x8c\x3c\xf6\x6c\x69\xcf\x21\xa7\x92\x8f\x7b\x51\ \xb6\x94\x17\x5a\x2c\x2f\x2c\x35\xea\x3b\x71\xd8\xe3\x49\xbc\xb3\ \xb9\x71\xeb\xc6\xd5\xad\xfa\x3a\x03\x04\x19\xd1\x58\x5f\xb0\x69\ \x77\x74\x72\xb2\x50\xae\xa6\xb1\x6b\x10\x14\xda\x2a\x6d\xb8\x10\ \x42\x48\xde\xeb\x2b\x1e\x13\x0c\x2b\xc3\x55\x46\xaa\x46\xc6\x3e\ \xb1\x4a\xc4\xdf\xfa\xce\xeb\xb7\xe6\xe6\xf7\x4e\x8d\x8d\x66\x5d\ \xc6\x08\x73\x1d\x6d\x74\x94\xa6\xad\x76\x98\x72\xb3\xb2\xb1\xb3\ \xbc\xb8\xb9\xb9\xd3\xd2\x80\x24\x92\x87\x08\x6c\x76\x9b\x23\x5e\ \x3e\x87\x5c\x6b\xa1\xb5\x96\x38\xae\x8f\x40\xaa\x14\xa4\x50\x28\ \x01\x10\x4e\x84\x3a\x74\xfc\x50\x61\x78\xbc\xdd\x6a\x01\xea\x42\ \xea\x7a\x6e\xee\xf5\x37\xce\x8f\xad\x0d\x57\xab\x95\xb1\xb1\xd1\ \x42\x31\x7f\x7f\xf1\x5e\x92\x86\x00\x40\x65\x24\x61\x88\x50\xf2\ \x97\x85\xdc\x0f\x18\xf0\xb7\x51\x0b\x00\x30\xda\x02\x0d\xf2\xf9\ \xfc\xce\x76\xad\xd3\xec\x6e\xae\xaf\x1e\x39\x78\xb0\x58\x70\xf6\ \xce\x8c\x57\x4b\xd9\x9d\x9a\xdf\xec\xd4\x80\x49\x8c\x8a\x32\x2e\ \x2c\x55\xc6\x8c\x32\xcd\x4e\xcb\x58\x1b\xf7\x3b\x71\xd8\xea\xe8\ \xce\x6f\x7c\xfb\xad\x9f\x7f\xf2\xf9\xc9\xa1\xaa\xb3\x5a\xa7\x3e\ \xbc\x75\x69\xf1\xbd\x95\x5e\xf9\xec\x2a\x2c\x17\xb6\x3b\xad\xed\ \xad\x1a\xb2\x48\x6b\x49\x30\x72\x29\xd1\x52\x08\x1e\xcf\x4c\x8f\ \x1f\xda\xb7\xcb\x77\x7d\x46\xa9\xd0\x2a\xe5\xa9\x25\x80\xb7\x36\ \x1b\xfd\x7e\x2f\x89\x7b\x51\xc2\x85\x32\xc0\x2a\xa9\x8c\x41\xa5\ \x72\xf9\xf0\xa1\x7d\x59\xdf\x0f\x3c\xca\x08\x70\x29\xa4\xc8\x8a\ \x34\xee\xf7\xda\x73\xf3\xeb\x97\x9b\x0d\x21\xb9\xd2\xda\x22\x00\ \x20\x8c\x12\xde\x8f\xb9\xb1\x28\x08\x0a\xac\x50\x94\x69\x2c\xd3\ \xb4\x13\xf7\x01\x37\x49\x3f\xce\xd2\xa0\x90\xc9\xbb\xcc\x43\x8a\ \x6b\x6b\x35\x46\x00\x40\x84\x40\xc2\xe3\x72\xb9\x68\xb5\x68\x35\ \x6b\x94\x32\xa5\x45\xab\x55\xcf\xe6\xdc\x23\x87\x0e\xba\x01\x2d\ \x95\x4a\x7b\xf7\xec\xa9\x37\x6b\xdb\x1b\x9b\xcc\xa3\x6e\xc0\x0c\ \xd0\x52\x69\x63\xdd\xc1\xf1\x1a\xf0\x11\xd1\x02\x6b\x8d\xef\x06\ \x3c\x91\x6b\xed\x35\x68\xc1\x8f\xfc\xf0\x17\x7f\xf8\x87\x7e\x60\ \x63\x7d\x73\x73\x6d\xb5\xdb\xed\x26\x71\x0a\x40\x42\xb0\xda\xd9\ \x5a\x59\x5f\x9d\xd7\x46\x33\xd7\x4d\x93\x64\x73\x73\x53\x6a\x05\ \x21\xb2\x10\x48\x47\xa6\x20\x3a\x7f\xf3\xf2\x67\x87\x67\xa7\x8e\ \x1d\x47\x1b\xf5\x28\xec\x2b\x24\xb7\xd6\x17\x96\xef\xd6\x3a\x49\ \x9f\x68\x2f\x1b\x14\xf2\xb9\x6c\x21\x93\xcb\x06\xbe\xc3\x48\xc6\ \xf7\x18\xa3\xc0\x28\x60\x2d\x06\xc0\x6a\xc1\x85\xe8\x85\x61\xa7\ \x1f\xfa\x96\x99\x7e\xb3\xdd\xda\x89\xe3\x04\x42\x64\xac\x01\x90\ \xe6\xa6\xc7\x32\x2e\x6b\x35\x76\xd6\xc2\x1e\x02\x3a\x97\x0d\x28\ \xb4\x52\x08\x63\x15\x84\xd8\x7a\x15\x09\xa2\x44\xc5\x5a\x29\x63\ \x01\x72\x7c\xcf\x05\x14\x3b\x90\xd0\x7e\xab\x6d\x00\x44\x08\x6b\ \x62\x63\x6b\x14\x8f\xfb\x5a\x37\x45\x6a\x8d\x19\x0a\x8a\x2e\xa1\ \xa1\xd1\x68\xbc\x6c\xa4\xb4\x46\x49\x91\x3a\x2e\xad\x56\x4b\x69\ \xc2\x3b\x9d\x7a\x3e\x97\x77\x5d\x6f\xdf\x9e\xdd\xf9\x62\x7e\x6c\ \x7c\xb4\xdd\x6d\xbd\xf3\xd6\xc5\x6e\xbb\x95\x05\x59\x44\xa1\xb6\ \x4a\x69\xf9\xe0\xfe\xf7\xe0\x84\x0d\xf8\x48\xcc\x0b\x20\x8c\xa3\ \x38\x0e\x13\xc6\x48\x21\x9f\x07\xc6\xfe\xaf\xff\xcb\xbf\xa8\xd5\ \xea\xed\x56\x7d\x73\x73\x13\x21\xc0\x28\x8b\xd2\x18\x58\xa3\xb5\ \x46\x18\x27\x69\xea\x67\x02\xcf\xf3\x1c\xd7\xcd\x64\x33\x18\xe1\ \x58\xc4\x7d\x9e\xbe\x7a\xf7\xd6\xea\xe2\xea\x4b\x4f\x7d\x6a\xff\ \x93\x2f\x42\xad\x6c\x7d\xa3\x79\xfd\xd2\x81\xd1\xa9\x24\xec\x48\ \xce\x5c\x37\x83\x10\x64\x58\x43\x95\x48\x65\xfa\x69\x1f\x02\x60\ \x8d\xc2\x08\x53\x04\x8c\x14\x9c\x8b\x7e\x14\x61\x4c\xc6\x0a\x45\ \x06\x41\xd4\xe9\xa4\x71\x62\xec\xf7\x1e\x0f\xe7\x02\x07\x1a\x8d\ \xa1\x75\x28\xd6\xca\x1a\x0b\x43\x9e\x1a\xa5\x10\xc6\x10\x60\x69\ \x10\x75\xf3\x88\x65\x34\xd0\x52\x2b\x84\x11\x21\xc4\x42\x24\x95\ \x2a\x96\x8a\x3d\xa3\x22\x21\x21\xc5\x1a\xe2\x14\x40\x05\x6c\x62\ \xa4\x14\x3c\x92\x32\xc0\x2e\x62\x8c\xc6\xa1\x86\x16\x00\x5d\xdb\ \xd9\x88\xd3\x68\xbb\xb6\x59\x2a\x94\xc6\xc6\xaa\x71\x18\x6e\x6f\ \xad\x3b\x94\x36\x77\xb6\xae\xbe\x7b\xb9\x17\xf6\xc2\xb4\x9f\x0b\ \x02\x97\x52\x68\xb4\xd1\xca\x5a\x03\xcc\x40\x08\x06\x7c\x84\x7a\ \x04\x08\x51\xe0\x07\x4a\xf0\xb0\x1f\xbe\xfe\xfa\x6b\x33\xbb\xa7\ \xad\x35\x61\xd4\x11\x32\xca\x65\x33\x08\xa8\xc0\xa3\x04\x23\x4c\ \x28\x80\x40\x2a\x3f\x5f\xc8\xbb\x9e\x27\xb5\xa2\x94\x30\xc7\x11\ \x91\xc4\x41\xb1\x32\x32\xd3\xe9\xc7\xff\xea\xf5\x57\xbe\xb8\x7b\ \xfa\xd1\x67\x3e\x7e\x02\x9c\xb8\xbd\xbd\x14\x88\xde\x90\x56\x7d\ \x46\x82\x5c\xde\x1a\xab\x8d\xb2\x5a\x0a\xc1\x0d\x44\x8c\x51\xe6\ \x32\x04\xa0\x35\x86\x79\x41\x90\xcd\x07\x99\xbc\x10\x0a\x33\x56\ \xca\x23\xdf\x0b\x28\xea\x59\x8c\x62\xa9\x20\xb4\x04\x6a\x9e\x86\ \x4a\x0a\xa3\xb5\x52\x4a\x2b\x4d\xa9\x9b\x9a\xd4\x62\x8a\x01\xa1\ \x4c\x9b\x07\x97\x81\x21\x84\x16\x58\x60\x11\x80\x52\x72\x46\xb0\ \x45\xc6\x28\x89\x10\x52\x06\x00\x82\xb4\x85\xa9\xd4\x14\x58\xcf\ \xf7\xa5\x54\x7d\xc9\x3d\x4a\x78\x18\x09\x60\x84\xe0\xd8\xa1\xed\ \x76\x63\x75\x75\xd1\x68\xe3\x3a\x2e\x8f\x62\x42\xa8\xef\x7a\x04\ \x61\x2e\x79\x22\x92\x7d\x07\xf6\x06\x99\x8c\x45\x46\x08\xae\x64\ \x8a\x19\x51\x82\x0f\xca\x82\x01\x1f\x1d\x2d\xc0\x18\x6b\x63\xb5\ \xb5\x46\x4b\x88\x3c\xc7\x73\x32\x19\x8f\x31\x08\x91\xf1\x3c\x97\ \x62\x2c\x85\x04\x00\x30\x87\x49\xa5\xad\xb5\x0e\xa3\x08\x41\x02\ \x31\x42\x00\x58\x93\x61\x3e\x07\x00\x40\xd7\xaf\x14\xa0\xa2\xb4\ \x3c\xbc\xeb\xe0\xb1\xee\xce\xa6\xe5\x00\x0b\x88\xb8\x01\x46\x84\ \x61\xcf\x6a\xed\xba\x0e\x42\x08\x02\x60\x8c\x51\x5a\x13\x43\x28\ \x63\x00\x42\x0b\x90\xb1\x40\x03\x04\x31\x23\xd4\xd5\xa9\x54\x1a\ \x1a\x48\x00\x66\xd0\xa4\x10\x01\x63\x75\x26\xf0\x04\x4f\x95\x84\ \xae\xeb\xba\xae\xa7\xb5\x46\x90\x12\xcc\xa0\x35\x40\x73\x0c\x11\ \xa6\x10\x61\x62\x0c\xc6\x18\x21\x8c\xa2\x58\x22\x68\x93\x34\x4e\ \x93\x04\x62\x82\x10\xb6\x10\x21\x8c\x21\x86\x51\x2f\xd4\xc8\xe4\ \x68\x00\x00\x88\xa5\x30\xa1\xa1\x9e\x43\x30\xb6\xc0\x12\x8c\x3c\ \xcf\x53\x4a\xf2\x24\xb6\x46\x49\xa9\x42\xad\x32\x41\x36\x49\x13\ \xad\xd3\xda\xce\xce\xbe\x62\x2e\x95\x29\x82\x36\xe3\x78\x84\x62\ \xca\xe8\x60\x76\x38\xe0\xa3\xa3\x05\xd6\x02\x6d\x8d\xb2\x1a\x59\ \xf8\x20\x1f\x01\x11\xea\x06\x7e\x26\xc9\x3a\x2e\x43\x10\x20\x4c\ \x10\x42\x94\x50\x06\x8c\xb1\x96\x38\x0c\x63\xa4\x94\x26\x94\xba\ \x9e\x6b\x24\x36\x92\x53\xc4\x02\xe2\x26\xb5\xb6\xae\x75\x8b\x0a\ \xad\x2c\x6c\x24\xb5\x2e\x85\x69\xc1\xf3\xba\x8d\x7a\xd2\xe9\x62\ \x84\xca\x95\x4a\x36\x93\x01\x2e\x7c\xf0\x0d\x2e\x0d\x30\x42\x21\ \x8c\x21\x46\x08\x20\x0d\x10\xc4\x90\x50\x07\xc0\x38\x11\x2a\xd5\ \x9a\x39\x38\x5b\xaa\x38\x2e\x52\x5a\x6b\x6b\xa2\x38\xa4\x84\xa5\ \x29\xb7\x36\x7a\x10\x6d\x82\x00\xb4\x46\x72\x11\x61\x88\x00\x40\ \x10\x60\xad\x35\x21\x58\x1b\xcd\x79\x92\xcd\xf9\x59\xdf\xa3\x8c\ \x09\x6d\x8d\x56\xda\x68\x8c\x2c\x42\x14\x68\x20\xb5\xee\xa9\xc8\ \x5a\x6b\x81\xc5\x86\x64\x29\x46\x04\x03\x00\x31\x44\xae\xeb\x6a\ \x85\x91\x35\x02\x02\x0c\x21\xc1\x0c\x11\xe4\x79\x6e\x18\x26\x9c\ \xa7\x93\x13\xe3\xd3\xd3\x13\xda\x2a\xc7\xa5\x52\x72\x87\xb9\x04\ \x93\xc1\xc8\x60\xc0\x47\x44\x0b\xb4\xb5\x00\x41\x44\x88\x31\xda\ \x00\x0b\x10\x42\x98\x10\xea\x02\x44\x1e\x58\x27\x5a\x63\x01\x04\ \x5c\x29\x00\x81\xd2\xc6\x40\x85\x10\xe6\x82\x83\x94\x27\x29\x37\ \x86\x32\xe6\x07\x9e\x63\x64\x5c\x2d\xfa\xa3\x25\xff\x8d\x6f\xff\ \xe9\xbf\xfb\xf5\x5f\x4f\xfa\xdd\xe1\x89\xa1\x30\xed\x0a\xad\x09\ \x65\x52\xc9\x4e\xb7\x17\x27\x3c\x4d\x53\x88\x30\xc1\x18\x63\xec\ \x78\x2e\xa3\x04\x00\x8b\x21\x36\x4a\x3b\x98\x61\x08\x10\x00\x18\ \x02\x8a\x91\x94\xa9\x8a\xb4\x52\x58\x99\xaa\x97\xc9\xb8\x8e\x17\ \xc6\x71\x9a\xa6\x84\x10\xab\xb5\xd5\xd2\x22\x04\x81\x41\x14\x23\ \x88\x01\x40\xc0\x62\x6b\xa0\x85\x84\x31\x87\x4b\xa5\x34\xa4\xd4\ \xcb\x17\x0b\x9d\x5e\xa4\x95\xf1\x99\x23\x52\x61\xb5\x08\x88\xc3\ \x1c\x57\x48\x15\x4b\x4e\x11\x85\x08\x01\x80\x11\x24\x00\x42\x03\ \xcc\x83\x32\x05\x42\x8c\x11\x22\x08\x41\x04\x00\x02\x5e\xe0\x27\ \x3c\xe2\x49\x9c\x44\x61\xe0\xb8\x5a\x0b\x0c\x91\xe4\xd2\x5a\x30\ \xb8\x59\x30\xe0\x23\xa2\x05\xd6\x5a\xe6\xd2\x5c\x3e\x17\x46\xfd\ \x4e\xab\x99\xf8\x9e\x81\x58\x03\xa8\x01\x10\x5a\x23\x03\x11\x82\ \x8c\x3a\x04\x63\xa1\x15\x04\xd0\x00\xab\x0d\x40\x04\x33\xc7\xc3\ \x94\x30\xc7\x31\x12\x20\x48\x38\x4c\x69\x16\x86\x34\xfa\x9f\x7e\ \xf9\x9f\xab\x9e\x88\xc3\xf4\xe9\x73\x67\x04\xd6\x12\x83\x6c\xb1\ \x88\xa9\xa3\x8c\x76\x1c\xc7\x1a\x20\x0d\x80\x08\x21\x84\x2c\x80\ \x00\x51\x0b\xa1\x51\x09\x00\xd0\x4a\x03\x00\x04\x4a\x8a\x24\xf2\ \x19\x1e\x1e\x2a\x76\x45\x1a\x71\x11\xf5\x13\x03\x50\xaf\x1f\x69\ \x08\x1c\xc7\x21\x98\x50\x4a\xa1\x31\x06\x42\x87\x11\x00\x71\x1a\ \xa5\x90\x10\x68\xb1\x31\xd8\x00\x00\x90\xa3\xad\xd5\x06\x6b\x8d\ \x0d\x04\x09\xd7\x31\xe7\x56\x69\x8c\x00\xd6\x86\x58\x6c\x2d\xd0\ \x42\x02\x84\x19\x73\x1d\xe6\x38\x90\x42\x03\x8d\xb1\x0c\x33\x0d\ \xb4\x36\x0a\x00\x08\x01\x40\x10\x62\x84\x11\x63\x84\x12\x00\x2c\ \x65\x2c\x8d\xba\x0b\x0b\x0b\xd3\x93\x63\x14\x21\x08\xac\x92\x5c\ \xf3\x74\x50\x14\x0c\xf8\xc8\x68\x01\xf0\x5c\xe6\x38\xb8\xd7\x15\ \x46\xa6\x46\x89\x07\x39\x01\x08\x21\xa3\x0d\x40\x08\x42\xc4\x85\ \x94\x48\x1b\xa3\x01\x84\x42\x08\x09\xa5\x94\x4a\x6b\x8d\x30\xc2\ \x98\x68\xa5\xcb\x43\x43\x8e\xe3\x0b\x20\x0b\xd5\xd2\x46\x6d\xa7\ \x59\xaf\x17\x0b\xf9\x20\xef\x01\x42\x98\x13\x28\xcb\x95\xb1\x00\ \x20\x8c\x89\x32\xca\x75\x1c\x4c\x88\x05\xd6\x5a\x48\x28\xa1\x18\ \x42\xe0\x38\x94\x58\x07\xfa\x9e\x5f\x1c\x1a\xe2\xd8\x90\x25\x9a\ \xb6\x7a\x52\x72\x68\x0d\xa6\xb8\x3a\x54\x0c\x1c\x26\x5d\x27\xec\ \xf7\x31\x34\x0e\xc5\x56\x01\xe2\xbb\xc5\x62\x0e\x12\x6c\xb0\x05\ \x90\x20\x48\xa4\xd0\x18\x43\xcf\xf5\xb4\x56\x8e\x62\xae\xef\x2a\ \xad\x92\xa8\xaf\xd2\x84\x21\x6a\x8c\x46\x10\x51\xc7\x15\x5c\x26\ \x92\x43\x44\xa8\xc3\x00\xb0\xa9\x4c\x84\x54\x8e\xe7\xb8\x81\x0f\ \x01\x36\xca\x42\xa3\x81\x85\x00\x42\x80\x21\x26\x44\x03\x88\x00\ \x64\x8e\x93\xc6\x28\xec\xf7\x05\x97\xd4\x77\x05\xe7\x04\x61\x08\ \xf0\x40\x0a\x06\x7c\x74\x7a\x04\x8a\x40\xaf\x59\x8b\xba\x2d\x8c\ \x90\xd1\xd2\xa1\x28\xf0\x1d\x25\x31\xa3\x94\x31\x66\xad\x25\x04\ \x41\xf8\x20\xb3\x0d\x26\x49\xec\x38\x8e\xe3\xb8\x52\x4a\x88\x20\ \x73\x1c\x99\xa4\x1e\xc1\x39\xc7\x47\x94\x38\x9a\xb6\x82\x9d\x26\ \xa8\x03\x21\x7c\x4c\x8c\x30\x2a\xd5\x06\x80\x20\xf0\x19\x63\x5a\ \x6b\x87\x52\x6b\x5d\x21\xa5\x31\x86\x12\x82\x09\xc6\x16\x10\xe2\ \x41\x80\x62\x99\x44\xaa\x17\x02\x20\x8c\xea\xa4\x49\xad\xd3\x77\ \x3d\x2c\xb9\xf6\x7d\xc7\x07\xc6\x01\xa6\xe0\x7b\x0e\xb0\x4a\xeb\ \x5c\x2e\x97\x24\x89\xd6\x0a\x23\x88\x11\xce\xf8\x81\xe0\xc2\xf3\ \x9d\x14\x25\xd0\x73\x20\xd4\x00\x40\xce\x2d\x17\x11\xe7\x1c\x6a\ \xe1\x23\x88\x30\x8e\x79\x62\x0c\x48\x62\x63\x2d\x42\x88\x42\x08\ \x34\x17\x4a\x72\x6d\x8d\xd2\x12\x29\x04\x01\x00\x16\x21\x8b\x90\ \x85\xd0\x22\x63\x81\x01\xd6\x5a\x60\x35\xc0\x0c\x23\x82\x01\xc1\ \x9d\x6e\xa7\xdd\xeb\x66\x32\x01\xe7\x4a\x63\xe2\x07\x01\x1c\x0c\ \x0f\x07\x7c\x64\x7a\x04\x42\x08\x42\x80\x52\x42\x08\xf1\x3d\x17\ \x23\x98\x26\xa9\x14\x22\x08\x82\x20\x08\xac\xb5\xd6\x6a\x08\x21\ \x21\xc4\x5a\x6b\xad\x65\x8c\x79\x9e\x47\x29\x95\x52\x22\x88\x30\ \x26\x42\x88\x4e\xbb\x63\x00\x48\xd2\x04\x01\x18\x30\xec\x31\x96\ \x24\x89\x83\xa9\xb2\x46\x03\x1b\xc6\xb1\xe8\x74\x84\x10\x10\x42\ \x6b\xad\xd6\x1a\x00\xf0\x20\xaa\x08\x68\x4d\x00\x76\x3c\xd7\xf1\ \x5c\xc2\x98\x50\x42\x1a\x7d\xf4\xc8\x91\xdd\x33\xbb\x93\x34\x21\ \x8c\xf9\x9e\x97\xf1\xfc\x24\x8c\xa4\x94\xd0\x5a\xa8\x4d\xaf\xdd\ \xe1\x9c\xc7\x71\x5c\xd3\xca\x02\x28\x8c\xe6\x5c\x78\x9e\xfb\xe0\ \x63\x49\x29\x7d\x90\x7d\x64\xb4\x31\x5a\x55\xcb\x65\x0c\x51\x2c\ \xb4\xac\xb7\xb9\x90\x10\x43\x60\xa1\xd6\x86\x11\x4a\x80\x15\x4a\ \x18\x2b\x11\x84\xd6\x6a\x21\x05\xc1\x0c\x22\x08\x20\x04\x08\x40\ \x03\x21\x84\xc6\x1a\x4a\x89\xd6\x8a\x10\x52\x2e\x97\xa1\x35\x71\ \x1c\x2b\xad\x11\x26\x0f\xee\x16\x0c\xb4\x60\xc0\x47\x44\x0b\x08\ \x21\x4b\x4b\x4b\xbd\x5e\x7f\x74\x74\x74\x68\x68\x08\x63\xdc\xe9\ \x76\xfd\x20\x80\x00\x48\xa5\x1a\x8d\x06\x00\x50\x29\x6e\x8c\xc1\ \x18\x43\x84\x04\xe7\x7f\x9e\x2f\x64\x01\x08\x7c\x9f\x20\x8c\x1f\ \xa4\x8f\x21\xa4\xa5\xca\xe7\x72\x8f\x9e\x3d\x97\xf1\xfc\x7c\xbe\ \x60\xa4\x74\x1c\xd6\x0e\x7b\x8d\x66\x83\x73\x1e\x04\x81\xe3\x30\ \x6b\x2c\x42\x18\x23\x82\x30\xd2\x4a\x19\x6b\x2d\xc6\x80\x62\xea\ \x39\xcc\x61\x1a\x80\xc0\xf5\x9e\x78\xf2\xc9\x3d\xb3\xb3\x57\xaf\ \x5f\x83\x08\x1a\xa5\xdb\xad\xb6\xd6\x4a\x08\x19\x45\x51\xbf\xdf\ \xe3\x5c\x94\xf2\x05\x42\x30\xc6\x84\x30\x6a\x11\x4a\x53\x0e\x80\ \xa5\x94\x5a\x00\x78\x9a\x62\x4c\x0a\x85\x42\x14\x47\x9d\x76\x47\ \x8a\x34\x8c\xe3\x6e\x3f\xc4\xd4\x89\x13\x69\x2c\x44\x10\xf1\x24\ \x8d\xa3\x28\x55\x9a\x12\x04\x21\x03\x00\x62\x04\xb5\x92\x94\x12\ \x68\xad\xfd\x0f\xee\x50\x50\x5b\x0b\xb5\x66\x8c\x28\x21\xca\xe5\ \xd2\xc1\xfd\xfb\xb2\x19\x4f\x29\x8d\x10\xd2\x4a\xa7\xe9\x60\x5e\ \x30\xe0\xa3\xa2\x05\x4a\xa9\x99\xdd\xbb\x5f\xfc\xdc\xe7\xb2\xd9\ \xac\xeb\xba\x84\x90\x28\x8a\xb2\xd9\x6c\x1c\xc7\x8d\x46\x7d\x73\ \x73\x13\x00\x58\xc8\x17\xa4\x14\x00\x40\x4a\x89\x0d\x32\x94\x52\ \x21\x04\x84\x80\x52\xc6\x28\xcd\x04\x41\x26\x08\x3c\xcf\x03\x10\ \xc6\x71\xac\xa5\x2c\x95\x4a\x19\xd7\x47\x16\x30\x4c\x30\xc6\xc2\ \xea\x28\x89\x30\xc2\xd9\x4c\x46\x7f\x2f\x95\x08\x12\x42\x09\xc6\ \x4a\x2b\xa5\x34\xb0\x96\x10\xc2\x18\xa3\x94\x22\x84\x8c\xb5\xd6\ \xd8\x3b\xb7\x6e\x67\x3d\xff\xc1\x6d\x01\xdf\x71\xad\xfd\x5e\x8c\ \xb4\xd2\x9a\xa7\x29\x42\x08\x21\x8c\x31\x62\xae\x0b\x10\xe2\x82\ \xb7\x9b\x6d\x4c\x30\xc2\x88\x73\x61\x8d\xc1\x18\x13\x08\x44\x9c\ \xf4\xb5\xc4\x18\x67\xb3\xb9\x4c\xae\x98\x0a\xa3\x94\x71\x1c\x47\ \x71\xb1\xb5\xbe\x59\xaf\xef\x48\x2d\x82\x4c\x60\x8c\x4d\x92\x24\ \x8a\x30\x65\xc4\x58\x63\x80\x32\x0f\x92\xe1\x8d\x21\x04\x01\x00\ \xb4\xd6\x49\x92\x58\x5d\x18\x1f\x1f\x67\x14\x6b\x21\x11\x43\x0a\ \x7e\x2f\xe2\x7a\xc0\x80\x8f\x82\x16\x68\x63\x8a\x85\xc2\x48\xa5\ \x9c\xc9\x64\x1e\x1c\xfa\x6c\xa5\x5c\x2c\x95\x7a\xdd\xee\x48\xa5\ \xbc\x7b\x7a\x9a\x31\x9a\x26\x9c\x0b\xee\x30\x96\xcf\xe7\x3d\xdf\ \x8f\xa2\x28\x0c\x43\xd7\x75\x83\x20\xd0\x5a\x33\xc6\x18\xa5\x4a\ \x29\x29\x65\x9a\x24\xc0\x58\xf4\x00\x00\xf3\xc5\xa2\xd6\x9a\x58\ \x45\x5d\xa6\xb5\x16\x5a\x11\x42\x80\x41\x42\x49\x03\x20\x40\xd0\ \x00\xa0\xad\x01\x16\x18\xad\x14\x37\x2e\x04\xbe\xeb\x41\x63\xd2\ \x24\xb1\xd6\x52\x8c\x85\x54\x98\x10\x4a\xe8\x83\x68\xb3\x07\x5d\ \x06\x04\x50\x2b\xad\xac\x22\x84\x50\xca\x08\x46\x2e\xa5\xd0\x1a\ \xa0\x01\x63\xd4\xf1\x7d\x29\x65\x9a\xa6\x9e\xe3\x8c\x54\xab\xac\ \x4b\x73\x85\x02\x80\xa8\xdb\x8f\x5b\x9d\x9e\xd6\x22\x49\xe2\x24\ \x8c\x94\xe2\x8e\x43\xb4\x02\x5a\x49\xad\x8d\xd2\x52\xc8\xc8\xda\ \x8c\x01\x40\x5b\x65\x81\xd5\x16\x20\x00\xa0\x31\x10\x19\x29\x75\ \xb9\x52\x19\x1b\x1f\x4b\xd2\x44\x70\x40\x10\x66\x18\x1b\x63\x5c\ \x97\x0e\x7a\x84\x01\x1f\x11\x2d\x80\x00\x5a\x6b\x30\x86\x18\x23\ \xad\x35\xc6\x08\x63\x94\xc4\x11\x84\x20\x49\x12\x60\x0d\x04\x90\ \xb1\xff\x97\xbd\xeb\x8e\x8f\xaa\xca\xfe\xe7\xde\xd7\xa6\xa7\xf7\ \x42\x7a\x2f\x84\xde\x3b\x84\x22\xa0\x88\x88\xbd\xad\xba\xf6\xb2\ \xb6\xb5\x17\xdc\xb5\xaf\xd8\xc5\x8a\x82\x82\x20\x48\x95\x12\x7a\ \x09\x24\x84\x90\x84\xf4\xde\xcb\x24\x99\x24\x53\x5f\xbb\xf7\xf7\ \xc7\x44\x6c\xa0\xa0\xe0\x6f\x57\x73\x3e\xf3\xc9\x67\x26\xf3\xde\ \xbc\x77\xef\xbb\xe7\x7b\x4f\x3f\x9c\x56\xab\xf1\xf1\xf1\x31\x1a\ \x8d\x2e\x97\xcb\xda\xd7\xa7\x11\x04\x8e\x65\x45\x97\x0b\xdc\xb9\ \xfb\x84\x20\x84\x30\x20\x06\x61\x5e\xe0\x74\x3a\x9d\xc3\xe1\x50\ \x55\x55\x54\x64\x96\x65\x25\x97\x62\x73\xda\x75\x5a\x1d\x21\xaa\ \x4b\x96\x34\x1a\x0d\x8f\x04\x0a\x54\xab\xd5\xd9\xed\x76\x55\xa6\ \x2c\xc7\x22\x84\x00\x21\xc4\x60\x84\x31\xa2\xd4\x6d\x68\x54\x14\ \x45\x55\x14\x87\xd3\xa9\xd1\x68\x54\x45\x95\x64\xc9\x6d\x6b\x60\ \x59\x56\xe0\x05\x45\x55\x54\x55\xb5\x59\xad\x84\x2a\x1c\xcb\x09\ \x1c\xd3\xdb\xd7\xc7\x32\x88\x63\x39\xd1\xe5\x90\x25\x89\x63\x58\ \x8d\x41\xc7\x69\x58\xab\x53\xb4\x39\x1c\xb6\xbe\xbe\xbe\x1e\x4b\ \x4f\xaf\x95\x10\x0a\xaa\x2a\x68\xb0\xde\xe0\x29\xba\x44\xa7\xcd\ \x89\x29\x20\x0d\xcf\x72\x9c\x4a\x44\xcc\xb2\xaa\xbb\x6b\xa3\xa2\ \xc5\xea\xcb\x83\x00\x00\x20\x00\x49\x44\x41\x54\x10\x8e\x05\x84\ \x39\x96\xe3\x78\xcd\xd8\xb1\x63\xbc\x3c\x4d\xe6\xf6\x56\x9e\xc3\ \x5a\x41\x8b\x08\x41\x08\xc3\x40\x6e\xd2\x00\xfd\x69\xb0\x00\x80\ \xb2\x0c\xcb\x60\x46\x55\x09\xc6\x18\x21\x44\x29\x48\x92\xe4\x74\ \x3a\x19\x86\x71\xdb\x0e\x35\x1a\x8d\xd1\x68\xd4\x6a\xb5\x2e\x97\ \xab\xa7\xa7\x47\xa3\xd1\x70\x1c\x47\x28\x91\x25\x59\x55\x55\x77\ \x6b\x52\x96\xe5\x08\xa2\x3a\x8d\x56\x2b\x08\x36\xbb\xdd\xe5\x72\ \xa9\x44\x45\x0c\xc6\x18\x53\xa2\x72\x98\xa5\x2a\xe1\x59\x8e\x02\ \x05\x42\x59\x8e\x21\x84\xca\xa2\xe8\x72\x38\x29\x06\xc4\x60\x0c\ \x48\x55\x55\xa7\xcb\x25\xcb\x32\x55\x08\xc3\x60\x86\x61\x1c\x36\ \x3b\xa5\x14\x61\x0c\x08\x01\x50\x02\x14\x80\x52\x00\x0a\x40\x11\ \xb0\x1c\xcb\xb0\x0c\xa5\x44\x92\x15\x8a\x80\xe1\x58\x41\x23\xb0\ \x3c\x87\x31\x66\x39\x96\xe5\x38\x9e\xe7\x01\x80\xa3\x1a\x8d\x4e\ \xf1\xf6\xf4\x32\x1a\x3c\x5c\xa2\x6c\x77\xd8\x29\xa1\x40\x29\x83\ \x08\xc7\x22\xc9\x25\x59\x7b\xec\xbd\x7d\x7d\x36\x87\xcd\x25\x4b\ \x92\x22\xdb\xec\x76\x8c\x41\x56\x55\x8d\x4e\x67\xf4\xf4\x72\x3a\ \x5c\x3a\xbd\x5e\xab\xe5\xdb\x5a\x5b\xb5\x1a\x5e\xab\xd3\x32\x08\ \xdc\x13\xc5\x32\x0c\xcf\x0b\x03\x72\xc1\x00\xfd\x69\xb0\x00\x28\ \x51\x15\x45\xe6\x05\x9e\xe7\x04\x42\x88\x28\xba\x5c\xa2\x48\x09\ \xe5\x74\x5a\x8c\x80\x50\x30\xe8\x0d\x2c\xc3\x58\xba\xbb\x6d\x36\ \x1b\xc6\x58\xaf\xd7\x03\xa5\x44\x71\xf3\x26\x00\xa5\xbd\x7d\x7d\ \xaa\x24\xfb\xfa\xf8\x68\x05\xad\xaa\xa8\x5a\x41\xe3\x8e\x20\x60\ \x35\x82\xac\x28\x92\x43\xd6\x69\xb4\x98\xc1\x1c\xc7\x8b\xa2\x8b\ \x52\xd0\x0a\x1a\x45\x51\x25\x49\x02\x42\x35\x82\xc0\xb1\x1c\x00\ \x30\x0c\x43\x29\x55\x09\xa1\x40\x18\xcc\xf2\x1a\x8d\xcd\x61\xc7\ \x88\x61\x39\x0e\x61\xcc\x71\x2c\xc2\x18\x28\x48\x92\xa8\x28\x2a\ \x01\x8a\x11\x26\x94\x22\x86\x31\xe9\x3d\x09\x51\x45\x51\x64\x38\ \x56\x51\x15\xcc\xf0\x3a\x83\x5e\x55\x55\x59\x96\x31\x42\x0c\xc2\ \x2c\x20\x41\x23\xb0\x2c\x4f\x11\x76\xb9\x5c\x18\x21\x40\x94\xca\ \x12\xa2\x8a\x24\xca\xb2\x17\xe9\xee\xe9\xb1\x39\xac\x76\x97\xa3\ \xcf\x6a\x57\x88\x62\x17\x6d\x26\x93\x41\x6b\x30\xea\xf5\x26\x83\ \x5e\xf5\xf2\xf0\x44\x98\xf6\xf4\xf4\xb8\x5c\xfe\x02\xc7\x32\x18\ \x78\x9e\xe7\x30\x83\xd1\x00\x0e\x0c\xd0\x9f\x0b\x0b\x00\x28\x46\ \x94\xaa\xb2\xcb\xa1\x48\xb2\x4c\x29\xf5\x30\x1a\x35\x1a\x0d\xc3\ \x30\x18\x23\x06\x33\x2c\xc3\x00\xa1\x18\x10\xcf\x72\x3c\xcf\x63\ \x40\xaa\xac\x60\x84\x58\x8e\xc3\x3c\xaf\x10\x02\x08\x61\x1d\x50\ \x85\x48\xd4\xa5\xd3\x68\x28\xc6\x0c\xc7\x01\x83\x81\xc3\x8a\x93\ \x20\x8c\x78\x9e\xe7\x58\x16\x61\xec\x74\x10\x00\x50\x15\x55\x55\ \x14\x55\x51\x88\xaa\x62\x40\xa0\x52\x40\xc0\x32\x0c\x45\xa0\xaa\ \xaa\x0a\x40\x80\x4a\xaa\x82\x39\x96\x61\x18\x95\x52\x59\x91\x80\ \x41\x0c\x02\x55\x55\x29\xc6\xac\x80\x11\xc2\x80\x10\x20\x2a\xcb\ \x8a\x62\x97\x00\x51\x86\x61\x8c\x1e\x46\x37\xa0\x70\x1c\xe7\x72\ \xb9\x5c\x92\x0b\x18\x46\xc0\x0c\x91\x55\x50\x08\x22\x84\x00\x41\ \x44\xd5\x68\x75\x0c\xa2\x32\x55\x55\x59\x61\x31\x62\x78\xde\xc3\ \x64\x60\x79\xcc\x3a\x59\xcc\xe2\x3e\x87\xb5\xa3\xbb\xdb\xc7\x2b\ \x50\x6f\xf4\x40\x88\x17\x8c\x02\x8b\xb1\xd3\x69\x33\xe8\x74\xb2\ \xa2\x62\x44\x39\x8d\xc0\x73\x1c\xc7\x30\x8a\xac\x2a\x8a\x3c\xa0\ \x23\x0c\xd0\x9f\x06\x0b\x10\x20\x44\x29\x12\x25\x05\x00\x74\x3a\ \xad\x41\x67\xe0\x38\xd6\x6d\x07\xc0\x98\xe1\x38\x1e\x21\x2c\x8a\ \x22\x25\x54\xaf\xd7\xb3\x2c\x2b\x49\x92\x4a\x08\xc6\x98\x65\x59\ \x8e\x65\x15\xd1\xa5\xaa\x2a\xc3\xb0\xaa\xaa\x12\x95\xb0\x0c\xa3\ \x52\x8a\x18\x06\x00\x53\x8a\x9c\x4e\xa7\x96\x13\x80\x10\x4a\xa9\ \x2a\xcb\xb2\x24\x09\x82\xa0\xc8\xb2\xaa\xaa\x0c\xc6\x18\x63\x96\ \x61\x31\xc6\xaa\xaa\x22\x06\x18\x84\x01\x03\x42\xa0\xa8\xaa\x64\ \xb7\x31\x1c\x8b\x30\x83\x54\x95\x00\xb8\x8b\x0a\xca\xaa\x8a\x19\ \x06\x21\xc0\x08\x58\x9e\x65\x28\x43\x81\x28\x8a\x02\x14\x18\x84\ \x38\x9e\xc7\x18\x49\x92\xec\x70\xba\x08\x21\x5a\x9d\x1e\x63\xc4\ \x23\x16\x54\xa0\x08\x63\x4a\x14\x02\x32\x95\x40\x55\x59\x9e\x05\ \x96\x65\x11\xc5\x08\x8b\x12\xd1\xeb\x74\x98\x63\x00\x53\xc4\x80\ \xa7\xdd\xd3\xcf\x29\x7a\x79\x7b\x78\x7b\x07\x8a\x92\xea\xb4\x39\ \x44\x97\x28\xba\x5c\xb1\x31\x83\xb4\x82\xa0\xd3\x0a\x3c\xc7\x30\ \x2c\x0b\x94\x52\x42\x06\x70\x60\x80\xfe\x54\xf6\x02\x84\x59\x82\ \x18\x96\x61\x11\x42\x0a\x41\x04\x90\xa4\x10\x42\xa8\x56\xa3\xd1\ \x08\x1a\x04\xc8\xea\xb4\xdb\xed\x76\x83\x5e\x8f\x19\xc6\x25\x49\ \xaa\xaa\x72\x02\x8f\x31\x83\x59\x56\x26\x2a\x42\x48\xa3\xd5\x52\ \x42\x04\x9d\x8e\x63\x59\x4c\x41\x95\x24\xc0\xc0\x20\x2c\x8a\x12\ \x56\x09\xc7\x33\x1c\xcf\x53\x4a\x6d\x36\x9b\xd3\xe9\x24\x84\x18\ \x8d\x46\x96\x65\x5d\x2e\x97\x56\xa3\x61\x18\xc6\x5d\x65\xcc\xad\ \x1e\x20\x4a\xa9\x4a\xa8\x4a\x65\x51\x56\x44\x99\xe3\x38\x86\x63\ \x19\x84\x28\x21\x80\x80\xa8\xb2\x24\x3a\x35\x1a\x81\xe1\x05\x97\ \xd3\xe6\x72\x3a\x31\x42\xbc\x20\x00\x50\x04\x88\x12\x50\x54\xc2\ \x60\x96\xe1\x78\x42\x89\xaa\xa8\xee\x56\xcb\x94\x65\x1d\x0e\x87\ \x4a\x08\x2f\x08\x82\x86\x27\x94\xc8\xaa\x8a\x59\x8e\x22\xcc\x32\ \x3c\xc1\x32\x42\x88\xd7\x69\x75\x7a\x9d\x28\xcb\x1c\xa3\x35\xe9\ \x8c\xad\x6d\xed\x4d\xdd\x65\x3a\x9d\x1e\x28\x05\x0a\x06\x0e\x63\ \x59\x42\x1c\x46\x84\x65\x80\x45\x84\x62\x8c\xb5\x3a\xad\x46\xa3\ \x1d\xd0\x13\x06\xe8\xcf\xa3\x23\xc8\x2a\x91\x09\x15\x78\x81\x61\ \x19\x44\x41\x56\x28\x50\x42\x29\x15\x38\x70\x39\x25\xbb\xdd\x2e\ \xaa\x22\x42\x08\x61\xec\x14\x45\xd1\xe5\xd2\x6a\xb5\x2c\xc7\x29\ \x8a\xe2\x12\x5d\xb2\xa2\x00\xa5\xbc\x20\x00\xc6\x04\x51\x51\x91\ \x88\xa2\xaa\xb2\x42\x28\x15\x38\x9e\x12\xa2\xe5\x04\xa0\x54\x51\ \x14\x55\x55\xdd\xd2\xbb\xdb\x3b\x48\x29\x75\xb9\x5c\x82\x20\x10\ \xd5\x8d\x00\x84\x52\x4a\x15\x15\x28\x25\x94\x6a\x78\x5e\xc3\xf1\ \xaa\xaa\x32\x2c\xcb\x09\x9c\x28\x4b\x8a\xa2\xa8\x54\x61\x00\xa9\ \x94\x10\x55\x61\xb1\xc0\x08\x1c\xc7\x00\x21\x94\x10\x00\xe8\x77\ \x34\x12\x42\x30\x62\x14\x45\xa1\x40\x11\x42\xee\x78\x04\x84\x11\ \x66\x59\x0c\xc0\x30\x0c\x42\x48\x51\x14\x0a\xa0\xa8\x84\x52\x24\ \x08\x02\xaf\xd1\x4a\xb2\x4c\x09\x11\x04\x8d\x8e\x10\x0f\x83\x47\ \x78\x48\x68\xa0\x4f\x4b\x5b\x7b\x7b\x4f\x8f\xa5\xb7\xcf\x1a\x11\ \x11\x11\x1d\x15\xcd\xb0\xac\xc3\xe1\xd0\x72\xbc\x86\x17\x00\x80\ \x65\x59\x8c\xf1\x40\x92\xe2\xd9\x92\xcd\x06\x36\x1b\xd8\xed\x60\ \xb7\x83\xd3\x09\x4e\x27\xb8\x5c\xe0\x72\x81\x24\x81\x24\x81\xa2\ \x80\x2c\x83\xaa\x82\xaa\xc2\x0f\x43\xbd\x30\x06\x8c\x81\x61\x80\ \x65\x81\xe3\x80\xe3\x80\xe7\x41\x10\x40\xa3\x01\xad\x16\xb4\x5a\ \xd0\xe9\x40\xaf\x07\xbd\x1e\x8c\x46\x60\xd9\x81\x69\xfe\x5d\x58\ \x80\x10\x52\x55\x85\x7e\x17\xed\x83\x00\x58\x84\x31\x60\x4a\x89\ \xa2\xc8\x2e\x59\x11\x25\x11\xb1\x08\x63\x2c\x49\x92\x22\xcb\xee\ \xc2\x01\xb2\x2c\xab\xaa\x8a\x10\xe2\x38\x8e\xe3\x79\x8c\xb1\x3b\ \x3c\x59\x55\x55\x51\x14\x5d\x76\x07\xc6\x18\x34\x54\xe0\x38\x77\ \x4a\xa2\x28\x8a\xb2\x2c\x53\x4a\xdd\xc1\x39\x94\x52\x42\x08\xcf\ \xf3\x3a\x9d\x8e\xe3\x78\xf5\xbb\x16\xa5\xee\x88\x46\x86\x61\x54\ \x55\x75\xb9\x5c\x08\x63\x8d\x46\x60\x39\x56\xa5\x84\x10\x02\x40\ \x18\x86\xd5\x71\x2c\xc3\x22\x42\x29\xc3\x20\x84\x90\x2c\xcb\x00\ \x08\x00\x18\xcc\x22\x04\xee\x3b\x01\x04\x18\x31\x18\x23\xf7\x7d\ \x62\x8a\x79\x9e\xff\xce\x4b\x42\xdd\xbf\x2f\x49\x12\xc0\x77\xc7\ \xd3\x7e\x42\x08\x61\x8c\x8d\x46\xa3\x77\x4a\x4a\x4a\x6a\xaa\xcb\ \xe5\x12\x45\x59\x55\x89\xaa\x2a\x9e\x9e\x9e\x00\xe0\x0e\xa3\x70\ \x47\x61\x12\x42\xdc\x83\x1a\x58\x61\xe0\x72\x81\x28\x82\xc3\x01\ \xcd\xcd\xd0\xdc\x0c\xad\xad\xd0\xd6\x06\x6d\x6d\xd0\xd1\x01\xed\ \xed\xd0\xdd\xdd\xcf\xe7\x8a\x02\x84\x80\xaa\x7e\xff\x97\xd2\xfe\ \xbf\x3f\x84\x80\x7e\x81\x95\x82\x5b\xe6\x72\xff\x75\xbb\x93\xdc\ \xe8\x70\x0a\x23\x30\x06\x96\x05\x86\x01\x86\x01\xbd\x1e\x02\x02\ \xc0\xdf\x1f\x02\x03\x21\x20\x00\x82\x83\x21\x28\x08\xc2\xc2\xc0\ \xc3\x03\x34\x1a\x10\x04\x18\x08\x0c\xfb\xd5\x7c\x04\xad\x56\x63\ \x32\x99\x58\x96\x95\x15\x99\x48\x0a\x51\x55\x8d\xa0\xa1\x94\xba\ \x1c\x4e\xa0\xd4\x60\x34\x70\x1a\xce\xe9\x72\x4a\x92\xe4\xde\xd5\ \xdd\x05\xc5\xdc\x7c\x05\x00\x1c\xcb\x12\x00\x59\x14\xdd\xcc\xcc\ \xb2\x2c\xc3\x30\x3c\xcf\x0b\x82\xc0\xb1\xac\xa2\xaa\xb2\x24\xb9\ \x93\x91\xdc\xa1\x82\x94\x52\x59\x96\x15\x45\x71\x6f\xd1\x2a\x25\ \xaa\x42\xdc\x10\xc0\x30\x4c\x7f\x98\x12\x00\xcb\xb2\x8a\xa2\x28\ \xb2\xaa\xa8\x0a\x05\xca\xf3\x1c\x00\x25\x84\x00\xa2\x00\x94\x10\ \xca\x30\x0c\xcb\x72\x3c\x4f\x55\x95\x2a\x8a\x6c\x77\x38\x28\xa1\ \x84\x10\x4a\x91\xc1\x60\xe4\x38\xc6\x7d\x09\x96\x61\x14\x55\x25\ \xee\x08\x08\x8c\x31\xc6\xee\x21\xb8\x51\xc0\xfd\xfe\xbb\x4d\x1e\ \x14\x45\x21\x84\xb8\xa7\x45\x51\x14\x9e\xe7\xb5\x5a\x9d\xa2\xa8\ \x66\xb3\xb9\xb9\xb9\xd9\x60\x30\x78\x7b\x7b\xbb\x07\xee\x8e\xc2\ \xc6\xe8\x8f\xf0\x25\xfc\xd7\xa9\x21\x2d\x2d\xd0\xd2\x02\xad\xad\ \x50\xdf\x00\x95\x15\xd0\xd4\x0c\x2d\xcd\xd0\xda\x0a\xcd\xcd\xa0\ \x28\xa0\xd7\x83\x87\x47\xff\xcb\x64\x82\xa0\x20\x48\x4b\x03\x5f\ \x5f\xf0\xf4\xec\xff\x8f\xc1\xd0\xff\xd2\xe9\x40\xab\x05\x8d\xa6\ \x7f\xb7\xe7\x38\x60\x58\xc0\xe8\x47\x70\xe0\x46\x10\x51\x02\x51\ \x04\x49\x04\xa7\x13\x1c\x8e\x7e\xf9\xc2\x6a\x05\xab\x15\x7a\x7b\ \xa1\xb7\x17\xba\xbb\xa1\xbd\x1d\x7a\x7b\xa1\xa6\x06\xf2\xf3\xfb\ \xff\xd9\xd3\x03\x00\xe0\xef\xdf\x8f\x0b\x21\x21\x10\x19\x09\xb1\ \xb1\x10\x14\xd4\xff\x51\xf3\x5f\x5a\xc6\xfa\xc2\x3d\xf1\x5f\x91\ \x9d\x24\x49\x76\x3a\x1d\xa2\x28\xba\x43\xfd\x10\x01\xa7\xc3\x21\ \x4a\x12\xa8\x44\xa3\xd1\x50\x42\x45\x97\x8b\x41\x18\x00\x64\x59\ \x22\x2a\xa1\x94\x62\x8c\x59\x8e\x93\x25\x49\x96\x24\x07\xa5\xa2\ \x2c\x03\xa5\x0c\xcb\x60\x8c\x89\xa2\x72\x2c\xcb\xb2\x2c\x25\x2a\ \xc6\x3c\x56\x55\x51\x51\x78\x8e\x03\x00\x42\x29\xc7\x71\x08\x40\ \x55\x55\x77\x78\x12\x25\x44\x55\x14\x0a\x08\x00\x88\xaa\xaa\xdf\ \x6d\xdd\x6e\x09\x85\xa8\xaa\x4b\x75\x62\x8e\x71\xc7\x29\x00\xd0\ \xfe\x9d\x1f\x08\x21\x54\x96\x25\x42\x54\x42\x28\x00\x28\xb2\xac\ \xaa\x94\x65\x39\x8e\xe5\x5d\xa2\x24\xba\x5c\xaa\xa2\xf6\x6b\x1e\ \x00\x8a\xa2\x60\x84\x4e\x19\xfa\xdc\x9e\x51\xad\x56\x4b\x29\xb1\ \xd9\x6c\x84\xa8\xac\xdb\x3f\x82\xb1\x1b\x3e\x9c\x4e\x27\x83\x31\ \x21\x44\x25\x2a\x42\x0c\xcf\x0b\x7a\xbd\xde\x68\x34\x4a\xa2\x68\ \xb3\xd9\x38\x8e\xa3\x94\xba\x9c\x4e\x45\x51\xf4\x06\xc3\x1f\xc0\ \xa6\xa2\xcb\x65\xb3\x59\xff\x38\x3c\x70\x0b\xe4\x0c\x8b\x28\x65\ \x9c\x4e\xc6\xe9\x60\xcc\x9d\xa8\xa8\x08\x4a\x4b\xa1\xb4\x14\x4e\ \x9e\x24\x9d\x66\x22\x4a\xaa\xe8\x22\x2e\x17\xf1\xf5\x85\xe8\x68\ \x88\x8c\x80\x89\x13\x20\x2c\x1c\x22\x23\xc0\xc7\xa7\x5f\x6e\xd7\ \xe9\xfa\xb9\x9d\xe5\x4e\x31\xf7\x8f\x04\x01\x42\xfb\xe3\x45\xdc\ \x1f\x65\x09\x24\xf1\x74\xb6\x6d\x00\x9e\x05\x9e\x03\x64\x00\x84\ \x00\x21\x40\x18\xfa\x53\xc8\xb0\x5b\x2a\x04\x00\xa0\x04\x9c\x4e\ \x70\x38\xc1\x61\xef\xc7\x8b\xbe\x3e\xa8\x6f\x80\xc6\x06\xa8\xaf\ \x87\xfa\x7a\xd8\xbd\x0b\x35\x36\x62\x84\x19\xad\x06\x0b\x02\xd6\ \x1b\x50\x42\x02\x24\x25\x41\x62\x22\xa4\xa4\xa8\x11\x11\xaa\x4e\ \x47\xb4\x5a\x95\x65\x81\x12\x90\x64\x50\x64\xf8\xff\x10\xfa\x28\ \x80\x28\xba\xfe\x1f\xb0\x40\x51\xd4\xd0\xd0\x30\x9e\xe7\x09\xa1\ \x94\x52\x96\x61\x30\x42\x40\x41\x94\x44\x8e\xe1\x04\x9e\x03\x40\ \xc0\x80\x46\x10\xdc\x4c\x45\x29\xe5\x39\x0e\x33\x0c\x02\x70\x89\ \xa2\xaa\x28\xe0\xde\x21\x31\x66\x59\x16\x00\x08\x21\x40\xa8\x7b\ \xbb\x74\xa7\x3c\x2b\xb2\xcc\xb2\x2c\x05\xaa\x2a\x2a\xfa\x2e\x86\ \x5f\x25\x2a\x46\x98\x61\x30\x21\x14\x10\x72\x8b\xe8\xa7\xd4\x04\ \x84\x90\x3b\x8a\xc9\xed\x69\x40\xb8\x3f\x63\x08\x61\x37\x7f\x13\ \xf7\xb2\x02\x00\x8c\x10\x00\x16\x45\xd1\x1d\x2b\xc5\x60\x06\x21\ \xac\xa8\x0a\xa5\x80\x31\x22\x2a\xc1\x0c\x03\x00\x98\x61\xe0\x3b\ \x2d\xc6\xe1\x70\x30\x0c\x23\x68\x34\x94\x12\x45\x56\x00\x21\x8c\ \x91\xdb\x9d\xe1\x0e\x6d\x72\x3a\x9d\x08\xc0\x9d\x97\x09\x00\x0c\ \xc3\xba\xb5\x09\x59\x96\xa9\x3b\xbd\x92\x52\x51\x92\x54\x55\xd5\ \x68\x34\x08\x5f\xd8\xf6\xaa\x2c\xc7\x19\x8c\xc6\x8e\xb6\x56\xb8\ \x50\x60\x80\x80\xc1\x80\x99\x7e\x91\x1b\x21\x68\x6d\x85\xaa\x4a\ \xa8\xac\xe2\xf3\x4f\x68\x6b\x6b\x34\xcd\x2d\xda\xb6\x76\x84\x10\ \x84\x87\x43\x50\x10\x4d\x4a\x52\x12\x12\xc4\xe0\x20\x31\x30\x40\ \x0c\x0c\x94\xfd\x7c\x09\xc7\x83\xdb\xb5\xe3\x76\xf4\x12\x02\xee\ \x0a\xd1\x2e\x27\x38\x1d\xfd\x9c\x7f\xc1\x0d\x2b\xa8\x1f\x26\xdc\ \x43\x30\xe8\xc1\x64\x84\x90\x20\x48\x8c\x07\x42\xfb\xef\x87\x12\ \xce\xd2\x23\xb4\xb5\x0b\x6d\x6d\x7c\x5b\x9b\x50\x55\x8d\x6a\x6a\ \x60\xcb\x16\x78\xff\x7d\x6a\xb3\x29\x46\x83\x33\x2c\xcc\x15\x1a\ \xea\x4a\x4f\x27\x89\xf1\x10\x1d\x03\x91\x91\xc0\xb2\xfd\xb2\x09\ \x51\x41\x25\x40\xc9\x1f\x03\x06\x06\xa3\x07\xc7\xb1\x7f\x34\x16\ \xa8\xaa\x12\x15\x15\x15\x1b\x1b\xfb\x43\x58\xea\xd7\xd1\xe8\xf7\ \x01\xb6\xfd\x6f\xdc\xa2\xcb\x77\x95\xbd\x7e\x22\x1f\xf7\x9f\xf8\ \x83\xf7\x70\xea\x2c\x4a\xfb\x01\xfe\x87\xff\x04\xa0\x94\xa2\x33\ \x40\x23\xfa\xf1\xe5\x7e\xfa\xe0\x7f\xe2\x0a\x41\xc8\xed\x04\xa5\ \x3f\xfb\x9a\x9e\xfa\x02\xf5\x7f\x85\xbe\xbb\xf4\x69\x46\xf4\xdd\ \xb8\xce\x70\xdd\x9f\x4a\x71\x94\x52\x49\x92\x2e\xa8\xc9\x00\x63\ \x3c\x28\x32\xfa\x82\xaf\xbf\xbe\x3e\x28\x29\x81\xec\x6c\xc8\xcd\ \x85\x23\x47\xc1\xe1\x00\x59\x02\x41\x80\xf4\xc1\x30\x75\x3a\xa4\ \xa6\xf6\xcb\xf9\x5e\x5e\x48\xab\xe5\x01\x78\x00\xe3\xff\xa2\xba\ \x1c\x0e\x90\xfe\xa3\x9d\x10\x7a\x7a\xc0\x62\x41\x15\x15\x42\x41\ \x81\x50\x74\x12\x8e\x1f\x87\x9c\x63\xc0\x73\xc0\x71\x90\x90\x00\ \x63\xc6\xc0\xf0\xe1\x30\x62\x04\xf8\xfa\xfe\x39\xcc\x0d\xbf\x02\ \x30\x8a\xa2\x28\x8a\x32\x60\x56\xf9\xcb\x51\x6f\x2f\x14\x15\xc1\ \xd1\xa3\xb0\x77\x2f\x14\x15\x41\x7d\x3d\x78\x7a\x42\x4c\x0c\x4c\ \x99\x0c\xa3\x47\xf7\x0b\xcf\x9e\x9e\x7f\x6a\x4b\x1a\x0b\xbe\xbe\ \xe0\xeb\x0b\xb1\xb1\x30\x67\x4e\x3f\x3a\x94\x95\x41\x59\x19\x1c\ \x3f\x0e\x47\x8e\xc0\xf2\xe5\xf0\xdc\x73\xe0\xe1\x01\xa9\xa9\x30\ \x6a\x14\x4c\x9c\x08\x69\x69\x10\x1e\xfe\xa7\xc5\x82\x01\xfa\x0b\ \x91\xa2\x40\x6b\x2b\xec\xdb\x07\x7b\xf6\xc0\xae\x5d\x60\xb1\x80\ \xaa\x42\x62\x22\x2c\x5c\x08\xa3\x47\xc3\xb0\x61\xe0\xeb\x0b\x7a\ \xfd\x5f\xd8\xce\xce\x42\x4a\x0a\xa4\xa4\xc0\xc2\x85\xa0\x28\xd0\ \xd9\x09\x95\x95\xb0\x7f\x3f\x64\x67\xc3\xc7\x1f\xc3\xfb\xef\x83\ \x46\x03\xc3\x86\xc1\xb4\x69\x30\x65\x0a\xc4\xc6\xfe\xcf\xcd\xd5\ \x00\x16\x0c\x10\xc0\x89\x13\xb0\x7f\x3f\x6c\xdd\x0a\x39\x39\x60\ \xb1\x40\x7c\x3c\x4c\x9c\x08\x33\x66\x40\x46\x06\x24\x25\x0d\x4c\ \xcf\xe9\x71\x21\x30\x10\x02\x03\x61\xfc\x78\x00\x80\xd6\x56\xc8\ \xcf\x87\xfd\xfb\x61\xef\x5e\x78\xfc\x71\x10\x45\xc8\xc8\x80\x29\ \x53\x20\x33\x13\x86\x0f\x07\x93\x69\x00\x0b\x06\xe8\xbf\x5b\x0a\ \xa8\xaa\x82\xad\x5b\x61\xc3\x06\x38\x71\x02\x08\x81\xa4\x24\xb8\ \xf3\x4e\xc8\xcc\x84\xc4\x44\xf0\xf6\x1e\x98\xa1\x73\x20\xb7\x27\ \x72\xf6\x6c\x70\x3a\xa1\xa1\x01\x76\xef\x86\xed\xdb\xe1\x93\x4f\ \xe0\x9d\x77\x20\x24\x04\x2e\xba\x08\xe6\xce\x85\xa1\x43\xc1\x68\ \x1c\xc0\x82\x01\xfa\x6f\xa2\xa6\x26\xd8\xb9\x13\x56\xaf\x86\x43\ \x87\x40\x96\x61\xf8\x70\x78\xfc\x71\x98\x3c\x19\x32\x32\x06\x42\ \x6e\x7e\x2f\x69\xb5\x10\x1f\x0f\xf1\xf1\x70\xdb\x6d\x50\x5b\x0b\ \x47\x8e\xc2\xc6\x6f\xe0\x8b\x2f\xe1\xcd\x37\x20\x39\x05\xe6\xcf\ \xef\x07\x85\x01\x2c\x18\xa0\x3f\x9e\x24\x7b\x77\x73\xaf\x1a\x1a\ \xec\xc7\x39\x9d\x70\xe4\x08\x7c\xf5\x15\x7c\xbd\x16\xec\x0e\x48\ \x1d\x0c\x4b\x9e\x87\x8b\x66\x41\x78\x38\x70\xc2\xcf\x4f\xec\x6b\ \xab\xef\x13\xfc\x43\xbd\xb4\xff\xeb\xf2\x8f\xb9\xa5\x8d\x31\x05\ \x7a\x1b\xfe\xf0\xa5\x1e\x19\x49\x22\xc3\x9a\x27\x65\xfa\xf7\x36\ \x75\xae\xdf\x19\x74\x68\x0f\x5e\xba\x14\x5e\x7a\x09\x26\x4d\x82\ \x2b\xae\x80\xcc\x4c\xf0\xf7\xff\xaf\x9a\x29\x3c\xc0\x2d\x7f\x1e\ \x52\xbb\xf7\xef\xc8\x6a\xb2\xab\x3f\xfc\x9f\xb9\x29\xf7\x8b\xff\ \x2c\x87\xd5\xab\x61\xe6\x0c\x98\x3e\x1d\x36\x6c\x80\xb9\x17\xc3\ \x96\xad\xd5\xff\xbe\xff\x3d\x3d\xff\x76\x4e\x65\xa5\xf5\xf4\xb2\ \xc0\x89\x75\x1f\xad\xcb\x6f\x3d\x1d\x73\xf5\xec\x5b\xf7\xe9\x7f\ \x5e\x5b\xba\x66\xcf\x09\xe7\x99\x24\x8f\xe2\x03\x47\x4b\x2d\x67\ \x73\xcb\x1d\x55\xf9\x07\x4f\xd4\xfc\xa2\x6b\xde\x7e\xe2\xc8\xc1\ \xa6\xde\xef\xc1\xad\xe8\xe0\xde\xb2\x4e\x19\x00\x7a\x2a\xf3\x0e\ \xe4\xd7\xfd\x2a\x18\xee\x59\xfb\xf9\xd1\xda\xdf\x10\x9f\xa3\x1c\ \xdf\xb9\x25\xb7\xaa\xe7\xf7\x3c\x10\x5a\x95\xf5\xf9\x37\xd9\x16\ \x8d\xbc\x3b\x63\xa2\xbc\x79\x13\x1c\x39\x0a\xcf\x3d\x07\x1d\xed\ \x70\xed\xb5\x30\x66\x2c\x3c\xf1\x04\x14\x15\x0d\x60\xc1\x00\x5d\ \x00\x22\xdd\x7b\xb6\x6e\x6b\x74\x50\x00\x57\x45\x65\x71\x49\x4d\ \x93\x54\x51\xe5\xb3\x6c\xed\x6d\x6f\x3f\x6d\x5d\xbc\xb8\xa5\xb5\ \x0f\xde\x79\x0b\x72\x72\xe0\xa3\x0f\xca\xb9\x96\xa5\x5b\x8b\xfd\ \xc3\x63\x23\x4c\x8c\x6c\x97\x41\xee\x2d\xc9\xcf\x2d\xa9\x37\xbb\ \x7f\xc6\x65\x69\xca\xcf\x3b\x5e\xd3\xe5\xe4\x38\x0e\x00\xda\xaa\ \x4f\xe6\x15\x56\xda\xbf\xe3\xd7\xc2\x6f\x3e\x58\x5f\xe0\x1a\x32\ \x34\xd5\x57\x87\x09\x80\x6c\x6d\xcd\x3f\x76\xac\xd6\x6c\x07\x00\ \xc9\xda\x59\x72\x3c\xb7\xb0\xaa\xb9\xa6\x68\xd7\xaa\x75\x5b\xf3\ \x4b\xaa\x3a\x3b\xdb\x9b\x5a\x2d\xbf\x10\x62\xd1\x5e\x71\x6c\xdf\ \xf1\x4a\xf7\x6f\x2b\xf6\xee\xb2\x82\xbc\x93\x95\x2d\x0a\x00\x50\ \xb1\xa1\xbc\xf0\xf8\xc9\x6a\x87\xe4\x28\xcc\xde\xba\x79\xfb\xfe\ \x8a\x86\x76\x15\x00\x40\x3c\xb1\x3f\xab\xd8\x2c\x03\x40\x4f\x45\ \xce\xde\xbc\x7a\x00\xa9\xb1\xa2\xf0\x78\x51\x85\x55\x01\xa0\xae\ \xda\xd2\xc2\xd2\xda\x76\xda\x2f\xda\xd4\x16\x1c\xcf\x37\x3b\x80\ \x63\x31\x00\x10\x42\x7a\x7a\x7e\xc4\xdb\xbd\xbd\xbd\x67\x0a\x00\ \xa1\x96\xa2\x15\x1f\x7c\xb8\x6a\xeb\x41\x27\x05\x00\xe8\x6d\xad\ \x39\x9e\x77\xa2\xa9\xdb\x05\x00\x96\x96\xea\xfc\xfc\xa2\x36\xab\ \x02\xa0\x34\x55\x9e\x3c\x59\xd9\xa4\x00\x10\x67\x4f\x75\x69\x61\ \x7e\x61\xb9\xc5\x49\x00\x00\x88\xab\xae\xb4\xe8\x78\x59\x93\x22\ \xab\x3a\xbf\x88\x49\xe9\x51\x9c\x2a\x36\x1b\xd9\xe3\x73\xe6\xb7\ \xac\xdb\x06\x9b\x37\xc1\xc8\x61\xf2\x92\x25\xf2\xe8\x31\x70\xc3\ \x8d\xb0\x67\x0f\x48\xd2\x4f\x6f\x80\xd2\x9f\xdf\xad\x3b\x0a\x7e\ \x40\x47\x18\xa0\x5f\x47\x76\x8d\xde\xa8\x31\xe0\xa3\xeb\x3e\xf8\ \xf6\xcb\xc3\x43\x0a\x4b\xa2\x2d\x9d\x82\xa5\xb5\x2c\x66\x70\xef\ \xa5\xd3\xb2\xa8\xf7\xec\x4b\xff\x36\xda\x87\x05\xb5\x75\xeb\xa6\ \xec\xc9\xd7\x3e\x73\x49\xaa\x17\x00\x00\xed\x5d\xff\xd6\x6b\x47\ \x3a\x59\xec\x72\x8e\x5a\x7c\xd7\x9c\x28\xfb\x3b\xaf\xbc\xd3\x6b\ \x0a\xee\xac\x6c\x4e\x9d\xa9\x69\xcd\x5d\xfb\xde\x96\x2a\x2d\xb6\ \x1d\x2c\x99\x7d\xfb\xe2\x31\x1c\x80\x22\x39\x25\x08\x88\x1b\x31\ \x25\x48\x0b\xa4\xb7\xf6\xbd\xff\xbc\xd3\xc6\x9a\xec\xb6\xac\xeb\ \xef\xfb\x7b\xef\xae\x4f\x56\x1e\x36\x8f\x9d\xb7\x30\x94\xe3\xfb\ \xda\xab\xca\xaa\x82\x5d\x35\x35\x07\x5a\x23\x1e\xbc\x79\xea\x99\ \xee\x98\xe1\x04\x8d\xd0\x1f\x86\x2c\xf5\x9a\x2b\x8b\x4f\x14\x95\ \x6d\xaa\xbc\xf8\xfa\x24\xdb\xd1\xb5\x07\x1a\xc2\x12\x86\x47\x86\ \x25\x6b\x05\x5a\x5e\x5d\x52\x37\xc8\x37\x32\x3c\x80\x01\xc4\x6b\ \xb4\x3c\x83\x00\x00\xf3\x1a\xa3\x51\x53\xb5\x6f\xfd\x17\xd9\x4d\ \x91\x91\x29\x21\x31\x41\xc5\x9b\x57\x1d\x6a\x90\x48\x6f\x4f\xcd\ \x82\xdb\x27\x7b\x94\xbe\xfd\xfe\x36\xbd\x8f\xb1\xa2\xa9\x2f\x09\ \xf7\x97\x9f\xfc\xf0\xc3\x0f\xe3\xe2\xe2\xe6\xcd\x9b\x07\x00\xeb\ \xd7\xaf\xaf\xae\xae\xbe\xff\xfe\xfb\x4f\x1b\xe1\x7f\xf2\x40\xce\ \xa0\xe9\x0b\xd4\xf6\x93\x25\xe6\x39\x83\x99\xe3\xef\x2f\xdb\xe6\ \x31\x28\x32\xd5\x2b\x5a\xd3\x7e\xf0\xbd\x55\x87\x0d\x01\x61\x63\ \xfd\x07\xf5\xe4\x6c\xde\x58\xd8\xcd\x49\x3d\xc5\x13\xae\x1b\x23\ \xee\x78\xfb\xdb\xb6\x08\x6f\x79\xeb\x91\xa1\xf7\xdc\x34\xab\xf4\ \x9b\x65\x9b\x4a\x88\x97\x5a\xdf\xeb\x39\x48\xac\x3e\xf2\x45\x36\ \xf7\xb7\x49\xec\xbb\x1f\xee\xf4\x0b\xf5\xea\x70\x79\xdd\xf2\xd0\ \xdf\x84\x48\x6e\x53\x40\xd4\x45\x9d\x35\xfa\xd5\x2b\x8d\x2b\x57\ \xa2\xa9\x93\xe1\xce\xbb\x20\x33\xf3\x87\x29\x95\x2b\x57\xae\xf4\ \xf2\xf2\xba\xf2\xca\x2b\x01\x20\x2b\x2b\x2b\x3b\x3b\xfb\x91\x47\ \x1e\xc1\x17\x2c\x98\x75\x40\x2e\xf8\x13\x11\xc7\x61\x41\x80\x3d\ \x1b\x74\xcf\xbe\xf7\xc8\x8e\x3d\xf3\x2c\xf5\x85\xb1\x49\xf9\x6f\ \xfc\x6b\xd3\xcd\x0f\x8c\x5c\xf2\xd2\xfc\x04\xb2\x6b\x7b\x2e\x00\ \x80\xb5\xcb\xaa\x78\x46\xf8\x7a\xb8\x4f\x72\xd4\xec\x3f\xdc\xe2\ \xfd\xd8\x33\x4f\x3c\x70\x71\xea\xf1\xbd\xbb\xb3\x0f\x1d\xea\x0d\ \x9a\xfc\xcc\xc3\x0f\x2c\x1a\x93\xc4\xcb\x2d\x3b\xb7\xec\xe7\x62\ \x86\x4f\x19\x36\xa8\xf0\xc0\xb6\x3a\x09\x00\x60\xf0\xc2\x3b\xe6\ \xc7\x74\xbe\xfa\xcf\x07\x3e\xfe\xb6\xa0\xec\xf8\xce\x66\xc3\xd8\ \x67\x1f\x7f\xe2\xea\x14\xb4\xe3\x60\x7e\xa7\x0d\x8d\xbf\xfa\xae\ \xab\x67\x8c\xd0\x02\x3b\x3c\xf3\xfa\x2b\xe6\x4d\x1e\x9d\x79\xe5\ \x9d\xd7\x4c\x38\xcb\x08\x69\x9d\xff\xa0\x21\xa3\xc6\x0e\x09\x13\ \x2a\x2b\x6b\x7a\xec\x22\x98\x42\x26\x4c\x1e\xe9\xe5\xc1\x48\xc8\ \x7f\xfe\x35\xb7\xce\x18\x99\xe4\xc6\x8c\x53\xd1\x9f\x08\x21\x04\ \xc4\xe9\x70\x80\x36\x68\xc2\xb4\x09\x01\x62\x7d\xd6\x81\x8a\xc8\ \x21\x63\x06\x87\x2a\xd9\xfb\x72\xf2\xf6\x1f\x36\x8d\xbb\xf6\xee\ \x7b\xef\x1a\x1f\xe7\x25\x2b\xfd\x0d\x78\x66\xcc\x98\xb1\x7c\xf9\ \xf2\xa3\x47\x8f\x1e\x3e\x7c\x78\xf9\xf2\xe5\xb3\x66\xcd\x3a\x3d\ \x6b\xc9\xad\xd9\xa5\x96\xc9\x8b\x16\x4f\x88\xe5\x8e\xe4\xd5\x60\ \x59\x14\x09\x9b\x38\x6a\xca\xa8\x28\xed\xfe\xed\xd9\xd1\x73\x6e\ \xba\xf7\xf6\x1b\x86\x07\x74\x6f\xdd\x9d\xeb\x9f\x34\x7a\x78\x8c\ \x31\x7f\xcf\xde\x66\x07\x24\x4e\xb8\xf2\xee\x87\x6f\xf5\xee\x2a\ \x2b\xa9\xac\x3a\x5a\x6e\xbf\xec\xc1\x7b\xef\xbb\x2e\xd3\x4f\xa3\ \x2a\x14\xb1\x2c\x23\x3b\x6c\xa6\xd8\x29\xf7\xdc\xf3\xe0\x28\xa1\ \xf5\x78\x61\x73\xce\xce\x23\xc6\xdb\x9e\xf1\x7f\xe3\xa9\x6f\x1e\ \x7c\xaa\xfd\x99\x97\xa1\xbe\x0e\x2e\xb9\x04\x66\xcf\x86\xcd\x9b\ \xe1\xbb\x5c\xbe\xcc\xcc\xcc\x75\xeb\xd6\xed\xda\xb5\xab\xa0\xa0\ \xe0\xad\xb7\xde\xca\xcc\xcc\x74\x4b\x6a\x03\x72\xc1\x00\xfd\xa2\ \x6a\x0a\x80\xca\xeb\x67\x6d\xff\x3a\xf2\xc5\x72\x97\x43\x66\x1f\ \x7e\x00\x32\x13\x36\x1f\xea\x1a\x33\x34\x85\x3b\xda\xa5\x01\x30\ \x69\x04\xd9\x2e\x03\x00\xe8\xbd\x4d\x6c\x57\x79\x4b\x57\x46\x90\ \x1f\x00\x50\xc9\x41\x39\x83\x1e\x40\x36\x18\x41\x69\xb7\xbb\x08\ \xa7\xd5\x02\x80\xc0\xb1\x48\x95\x9c\x92\x6a\x6b\xaf\xad\xe3\x4c\ \x17\x5f\x7e\x91\x1f\x03\x00\x80\x79\x9f\xcc\x6b\xee\xcf\x9c\x93\ \xff\xe8\x93\x9f\x3b\xe2\xbd\xf4\x9e\x71\x00\x60\x32\x68\x25\x87\ \x08\x18\xab\xb2\x08\x00\x94\x28\x2e\xd1\x09\x00\xc0\x69\x75\xbf\ \xb6\x7a\x31\xcb\xb3\x00\x00\x34\x7b\xc3\x87\x87\x3a\xbc\x83\x44\ \xd1\xa5\x65\x46\xce\xba\xca\x74\x64\xf3\xe7\x4b\x5f\x9f\x71\xc5\ \xc5\x0c\x26\xa2\x28\x01\xb8\x0d\x9c\x2c\xa7\x8a\x76\x9b\x0c\xa0\ \xb1\xf5\xf5\xb9\x54\x9c\x3a\xeb\x1a\xce\x7b\xfb\x17\xef\xbc\x91\ \x3e\x76\x08\x03\x4a\x47\x43\x03\xf6\x1e\x36\x37\x2a\xae\x2f\xfb\ \x38\x1f\xae\x03\xe0\x78\x0e\x9d\xd2\x03\xd2\xd2\xd2\x6e\xbb\xed\ \xb6\x47\x1f\x7d\x14\x21\xf4\xf8\xe3\x8f\x27\x27\x27\x9f\xde\x44\ \xd1\x58\x96\x7f\xa2\xbc\x77\xf5\x67\xa8\xa6\xb2\x1a\xed\x73\xcc\ \xba\xf1\xce\xeb\x75\xeb\xd7\x7d\x50\x55\x36\x8a\x05\xd6\xc7\xa4\ \x07\x00\x20\xb2\x44\x64\x4b\x4b\x6d\xa7\x57\xe4\x45\x99\x71\x42\ \xeb\x3e\x45\x15\x01\x4c\x46\x3d\x2f\x39\x5c\x2a\xe2\xb4\x1a\x00\ \x8e\x67\x90\xf4\x5d\xe4\x3e\x06\x22\x03\x80\xd1\xa4\xef\x72\xd9\ \x45\x05\xfb\x79\xb0\x0c\x26\xdd\x3e\x81\xae\xbb\x6f\x84\x9b\xaf\ \x84\xd5\xab\xe1\xdd\x77\x61\xee\x5c\x98\x3d\x1b\x1e\x7c\x10\x26\ \x4d\x8a\x89\x89\x79\xe0\xc1\x07\x9f\x7c\xe2\x09\x49\x92\x1e\x78\ \xe0\x81\x11\x23\x46\x5c\xd0\x25\x34\x80\x05\x7f\x06\x72\x54\x16\ \x58\xde\xfc\xd0\x6f\xcd\x9a\x98\x5e\x9b\xe6\xe6\x6b\x0e\x09\x90\ \x1b\x97\x16\x58\x5a\xa5\x8f\x18\x93\xec\x25\x6f\x29\xcd\x5b\xb7\ \x89\xe4\x65\x77\x8c\xfb\x5b\x22\x00\x00\x17\x74\xd1\xcc\x11\x4b\ \x3f\x7d\xc5\x59\x35\x5c\x43\xd9\xe4\xb4\x94\x44\xcd\x8a\xb7\x96\ \xaf\x42\xf5\x05\xa1\xa3\xaf\x9d\x90\x22\x1e\x7d\x75\xe5\xa7\x6b\ \x1d\xed\x27\xeb\xbc\xd3\x42\xc6\x8e\x4a\x6e\xab\xe6\xfc\x82\x42\ \x83\x42\x63\x3c\x19\x00\x80\xba\xc3\x5b\x0f\x35\x3a\x74\x72\xbb\ \x4b\xe3\x37\x74\xd4\x84\x03\xdf\x6c\xfa\x64\x55\x6b\x43\x7e\xc7\ \x84\x9b\x16\xf4\xed\xc8\x11\x65\x05\x00\x7c\xfd\xfd\xab\x37\x7c\ \xb5\x39\x68\x6e\x80\xb5\xb2\xa0\x37\xec\xa6\xcb\x46\x9f\x49\x34\ \xa0\x44\xa9\x3f\x71\x78\x9b\xbf\x6a\x64\xa1\xa6\xb5\x8b\xf3\x49\ \x0e\x25\x9d\xcd\x54\xaa\xab\x29\xef\xa1\x5e\x1e\xd8\xd1\x6a\x85\ \x00\x23\xda\xb7\x79\x15\x4c\x19\x37\x3c\x25\x5a\x83\x34\xe9\xc3\ \xa2\x3e\x5c\xf7\x3e\x57\x17\x52\x94\xdb\x39\xee\xfa\xa8\x8e\xea\ \x32\x0b\x35\x79\xd0\x3e\x0b\xef\x9b\x9e\x1a\xd1\xcc\xf2\x01\x81\ \x7e\xa1\x31\x91\x02\x49\x3d\xb4\x7e\xe5\xa6\xbe\x98\xa2\x06\xeb\ \x38\xf6\x7b\xfb\xe8\xb4\x69\xd3\x9c\x4e\x27\xcb\xb2\x93\x26\x4d\ \x3a\xd3\x7c\x1e\x3b\x70\xc8\x7f\xec\xfc\x39\x13\x13\xe9\x88\xe8\ \xb5\x2b\xbe\xcd\x3a\x52\x10\xc6\xc9\x41\x01\x9a\x63\x6d\xf2\xfc\ \x8c\x88\xaf\xbf\xfe\x8c\x0c\x4b\x8d\x4d\x49\x1e\x9d\x9a\x58\xa0\ \xb0\xfe\x41\x41\x21\xd1\xf1\x8e\x86\xad\x0e\x59\x05\xaa\x38\x1d\ \x76\xc1\x3f\x6a\x70\x88\xba\x6e\xd9\xda\x24\xa1\xb6\x47\x4a\x67\ \xa8\xe8\x12\x31\x51\x65\xa7\x0b\x03\x80\xe4\xb2\xcb\x8c\xcf\xe0\ \x24\xdf\xd5\x2b\x3f\x57\xc3\x5c\xad\xbd\x84\x75\x01\xf8\xfa\xc2\ \x1d\x77\xc0\xe2\xc5\xf0\xd9\x67\xf0\xe6\x9b\x30\x7b\x36\x5c\x79\ \x25\x3c\xf8\xe0\xa8\x91\x23\x1f\xfa\xe7\x3f\xfb\x2c\x96\x8b\x2e\ \xba\xe8\x42\xaf\x22\x26\x3d\x2d\x15\x00\x54\x40\x5e\x0c\x99\xa8\ \xb3\x4b\x06\x1f\x47\xc2\x38\x44\xd4\x01\x06\x3b\x9f\x9b\x36\xc3\ \xf1\x9d\xf5\x9e\xf5\xf9\x27\x6d\xb0\xaf\x5d\xf4\xf3\xf2\x14\x04\ \xc1\x6d\xb5\x72\x67\x61\x67\x0c\x4e\x37\x18\x4d\x94\x7e\x9f\x8b\ \x89\x31\x56\x55\x62\xb5\xf6\xfa\xfa\xf9\x9f\xca\xf2\xb4\xdb\x6d\ \xbe\x7e\x3f\x73\x44\x6d\xdb\x86\x6f\xbe\xd9\x63\xd3\x56\x32\x79\ \xaa\xe3\x8d\x77\xb4\xb7\xdf\x1e\x31\x79\x94\xab\xa1\x42\xf5\x49\ \xbb\x7c\xc1\x04\x7f\x83\x51\x8b\xc4\x76\x8b\x32\xfc\xa2\xcb\xa7\ \x25\x07\xba\xb7\x28\xef\x88\xc1\xa9\x61\x9a\x96\xa6\x36\xa2\xf1\ \x8e\x4b\x1b\x3e\x7e\x44\x54\x7b\x4d\x8d\x67\xca\xf4\x4b\xa7\xa6\ \x68\x8d\x81\xa9\x31\x3e\x4d\xd5\xf5\xc6\xb8\xe1\x93\x86\xa7\xc7\ \xa5\xa5\x1a\xed\x4d\xe5\x75\x66\x7d\x40\x78\x98\xbf\x11\x00\x54\ \xc9\xd6\xdc\xd4\x6c\xa5\xde\x99\x0b\x2f\x1d\x9e\x1c\x97\x18\x69\ \xac\xab\xed\x48\x9a\xb6\x70\x4a\x72\x98\x56\x67\x08\x09\x1b\xe4\ \x6b\xd4\x78\x07\x47\x7b\xa8\x96\x4e\x51\x13\x1e\x16\x64\x32\xf9\ \x84\x06\x79\x9d\x09\x0b\x04\xbd\x51\x50\x5c\x56\xbb\xcd\xa5\xea\ \xc7\x4c\x9f\xcc\x76\x56\xb5\x53\xef\x51\xe3\x46\x7a\xa9\x9d\x27\ \x4f\xd6\xfa\xa7\x4f\x9e\x36\x3a\x25\x2a\x2c\xc4\xd5\xd5\xa6\xe8\ \xfc\xa3\x42\x7d\x19\x00\xef\xc8\xe4\x30\xbd\xb3\xa5\x4b\xce\x98\ \xb1\x70\x62\x42\x80\xbd\xab\xa1\xb8\xa4\xd6\x37\x75\xd2\xcc\xf1\ \x19\xc9\x71\x11\xb6\x96\xea\xc6\x6e\xd1\x2f\x24\x22\x2c\x32\x31\ \xda\x87\xd6\x35\x75\x87\xa6\x8d\x1d\x99\x12\xae\xfd\x81\x78\x12\ \x1f\x1f\xff\xc3\x8c\xbb\xd3\xf8\x1e\x54\xdd\xd0\x89\x93\xe2\x42\ \xfd\xfc\x03\x23\xa2\x83\xbd\xb5\x1c\xd7\xd3\x52\xdd\xcd\x0e\x9a\ \x35\x7b\x6a\x42\x62\x72\x20\x67\x6d\x68\xeb\xf3\x0a\x4d\x1c\x35\ \x26\x85\x98\xeb\xea\x5a\x6d\x5e\xc1\xe1\x61\x41\x3e\xbe\x41\xc1\ \x01\x5e\x7a\xbd\xd1\x3b\x28\x7c\x50\x72\x5a\x12\xea\xae\xef\x50\ \xbd\x47\x8f\x1b\x15\x15\xec\xe3\xe9\x17\x10\x12\x1c\xe0\x1b\x10\ \x14\xe4\xef\xa1\x31\x98\xfc\x43\xc2\xa2\xa3\x83\xa5\xce\xba\x92\ \xa2\x92\x3e\x7d\xf8\x94\x71\x69\x5a\xf7\x04\xe9\x74\x30\x7a\x34\ \x2c\x58\x00\x1c\x07\xcb\x97\xc3\x8a\x15\x40\x48\xd4\xc2\x85\x89\ \xa9\xa9\xbf\x70\xb7\x9d\xe6\x0e\x83\xd1\xf8\xfb\xed\x08\xe8\xda\ \xab\xaf\xa4\x94\x4a\x14\x45\xf1\xf2\x93\xbe\x1d\xb6\x80\x58\xf3\ \xc5\x8f\x20\x59\x1c\x60\xe0\x1f\x4d\xd3\x6f\x95\xdb\xfb\x0d\xfc\ \xbc\x4e\x5f\xba\x6f\xd0\xfe\x8f\xbe\x6c\x85\x67\x0b\x7b\x13\x23\ \x07\x99\x4c\x26\xb7\x4d\x58\x55\x55\x83\x41\x7f\xc3\xf5\xd7\x06\ \x06\x85\x12\x42\x31\x46\xee\x22\x4b\x0c\xc3\x48\x92\xdc\xd2\xdc\ \x10\x9f\x98\xe2\x06\x0e\x45\x51\x3a\xda\x5b\xe3\x13\x53\xbe\xbf\ \x40\x73\x33\x3c\xfb\x2c\x7c\xfa\x29\x24\x24\xc2\x93\x4f\xc0\x82\ \x05\x30\x50\x61\xf1\x7f\x84\x5a\x4e\x6c\x5b\xb7\xaf\x14\xb4\x7e\ \xa3\xa7\xcd\x1e\x12\xe5\x7d\x9a\xc7\x56\x50\x00\xff\xfe\x37\xac\ \x5f\x0f\x23\x46\xc0\x73\xcf\xc1\x99\xa5\x98\xb2\x92\x93\x81\x41\ \xc1\xbf\xbf\x67\xdf\x80\x8e\x70\x56\x2c\xfd\xdb\x32\x8f\x2f\x2c\ \x63\xae\x5d\x0b\x0f\x3f\x0c\xcd\xcd\xf0\xf0\xc3\x70\xf7\xdd\xe0\ \xeb\x3b\xf0\xa4\xfe\x87\x28\x78\xf0\xcc\x3b\x07\xcf\xfc\xa5\x23\ \xd2\xd3\xe1\x8b\x2f\x60\xdd\x3a\x78\xf2\x49\x98\x35\x0b\xee\xbf\ \x1f\x1e\x7e\xf8\x82\xa6\x36\xb0\x67\xb9\xa8\x29\x2b\x00\xc2\x3f\ \xdd\x2b\x29\x41\xb2\x84\x10\x50\x42\xfe\xac\xcf\x4c\xcb\x41\x56\ \x25\xb3\xb9\x8c\xd5\xb2\xe7\x80\x07\x04\x40\xc3\xc0\x3f\x26\x48\ \x02\x0b\xe4\xbc\x57\x30\x30\x9b\xe1\xf9\xe7\x61\xe9\x52\x98\x30\ \x01\x3e\xff\x1c\xc6\x8c\x19\x60\xad\x3f\x27\x61\x0c\x0b\x17\xc2\ \xf8\xf1\xf0\xaf\x7f\xc1\x2b\xaf\xc0\x81\x03\xf0\xca\x2b\x70\xc1\ \x2c\x88\xec\xd9\x00\x81\x6a\xb7\x92\x23\x2b\xc1\x66\xf9\x11\x1c\ \x10\x15\xf4\x1e\xec\xd8\x4b\x1c\xb2\xa2\x35\x98\x2e\x74\x0d\x9f\ \xff\x47\xed\x40\x54\xa0\xc7\x89\x24\xae\xff\xb3\xaa\x50\x82\x10\ \xa6\x54\x54\x29\x00\x70\x1c\xe6\x30\x50\x42\x45\x99\x12\x00\x96\ \xc5\x3c\x03\x84\x80\xc8\x9d\xef\x7a\x3d\x18\x53\x9d\x1e\x8a\x8a\ \xe0\x96\x5b\x20\x2f\x0f\x1e\x7d\x14\x1e\x7c\xf0\x4f\x5e\x44\x60\ \x80\x00\x20\x20\x00\x96\x2e\x85\xc9\x93\xe1\x1f\xff\x80\x39\x73\ \xe0\xa5\x97\xe0\x86\x1b\xfe\x7f\xb0\x80\xb2\x82\x74\xe8\xb3\xe0\ \xf6\x12\xcf\xe0\x70\x4a\x49\xbf\xee\x4c\x29\x06\x10\xc1\xb6\xe3\ \xe3\x7f\x77\x1a\x43\x26\x5e\x7b\xdb\xa9\x7a\xa7\x7f\x42\x38\x40\ \xc0\x60\x60\x30\x00\x00\xa1\x10\xe0\x27\xf0\x92\xec\x14\x34\x29\ \xfe\x2c\x4b\x48\x49\xbd\xa3\xcd\x41\xb1\x86\x1d\x15\xa7\xf5\xe1\ \xa1\xb9\xcd\x59\xd1\xa5\x22\x0c\xcc\xf9\x55\x10\x18\x06\x63\xa4\ \x5f\xb7\x1e\x5e\x78\x11\x74\x3a\x58\xb7\x0e\x2e\xbc\x61\x79\x80\ \xfe\x8b\xe8\xe2\x8b\x21\x39\x19\x1e\x7e\x18\x6e\xbc\x11\xca\xca\ \xe0\x89\x27\xc0\x60\x38\xcf\x7b\xcd\xaf\x6b\x07\x80\xa4\x3e\x8b\ \xd1\xd3\x07\xf7\xb6\xa3\x5e\x33\xed\x35\xd3\x5e\x33\xb2\xb4\xf1\ \x5a\x4d\x29\x35\x15\x37\x77\xa6\x4c\x9e\xc5\x70\xfc\x5f\xa4\xfe\ \xb7\x4c\x50\x5a\xb2\xd7\xe4\x70\x2e\x35\xc5\x6b\x4a\x08\xa3\xf7\ \xd6\x5d\x3b\xc6\xc3\xc7\xc0\x5d\x32\xde\x77\x62\x28\x67\xd4\xb1\ \xc1\x1e\xcc\xf9\xaf\xdf\xc7\xf3\xa0\x2a\x9a\x37\xde\x0c\xf9\xe7\ \xa3\x90\x9a\x0a\xbb\x77\x0f\x00\xc1\x5f\x91\x62\x63\x61\xc5\x0a\ \x78\xec\x31\x78\xe5\x15\xb8\xe1\x06\x68\x69\xf9\x43\xb1\x00\x01\ \x00\x10\x99\x00\x05\xea\x0c\x49\x06\x93\x2f\x11\x9d\x44\x74\x72\ \xfe\xa1\x47\xfb\x98\xcd\x9b\x36\xa4\xa5\xa7\xfb\xc5\x24\x92\xbf\ \x52\x1d\x34\x45\xa1\x32\x05\x90\xe5\x83\xf9\xdd\xcb\xb2\xad\xac\ \x87\x30\x2a\xc1\x10\xc7\x88\x1f\x67\x99\x57\x1c\xec\xda\x5a\x21\ \xc2\xf9\x4d\xfc\xe5\x38\x70\xb9\x84\x27\x9f\xe2\x9f\x7c\xca\xb1\ \x60\x01\xac\x5d\x0b\x91\x91\x03\x7c\xf1\x17\x25\x9d\x0e\x96\x2c\ \x81\x8f\x3e\x82\xdd\xbb\xe1\xf2\xcb\xa1\xaa\xea\x0f\x94\x0b\x00\ \xdc\xdd\x8a\x1c\x82\x69\x6d\x6e\x49\xae\x95\x11\xbc\xfd\x05\xdf\ \xa0\x63\x76\xf6\x9b\xed\x59\x13\x46\x8d\x0a\x36\x69\xdd\x01\x9e\ \x7f\x05\xa2\x14\x28\x00\xa1\x00\x94\x2a\x2c\x37\x67\x72\xd0\xcb\ \x73\x3c\x6a\xab\xac\x9d\x0a\xb2\x59\xe5\x3e\x05\xf9\xf9\xe9\x2e\ \x19\x62\xd0\x92\xf3\x56\x13\x97\x72\x3c\xb8\x9c\x9a\x07\x1f\xe4\ \xdf\x7e\xc7\x79\xff\xfd\xad\x8f\x3d\x32\x60\x20\x18\x20\xb8\xfe\ \x7a\xf8\xe2\x0b\xa8\xa9\x81\xcb\x2e\x83\xca\x2a\xaa\xd3\xfe\x41\ \x58\x40\x29\x95\x08\x05\xaa\xda\x6d\xb6\x6f\x76\xee\x3e\xae\x98\ \x4e\x28\xc6\xb5\x5b\x76\x0c\x4b\x4b\x1b\x13\x62\xec\xeb\xee\xfa\ \xeb\x3c\x02\x9e\x43\x44\xa5\x06\x1d\x22\x2a\x65\x88\x7a\xa2\xb4\ \xf7\x83\xac\xce\x2f\xf2\xed\x55\x16\xd5\x3f\x40\x37\x48\x07\x12\ \xe6\x86\x44\x0a\x1c\x3d\x3f\x5a\x02\x65\x18\x2c\x4b\xda\x47\x1e\ \x65\x3f\xf9\xd4\xf5\xfc\x12\xf1\xb1\x7f\xaa\xbc\xf0\x07\x0f\x59\ \xea\xed\x68\x6c\xee\x3c\xd3\x70\xac\x6d\x0d\x0d\xad\xbd\xbf\x70\ \xba\xea\xec\x6d\x6f\xb7\x5c\x08\x27\x93\xcd\xdc\xdc\x62\xee\x3b\ \xc3\x97\xc4\xd2\x69\xb6\xba\xfe\x97\x7c\x5b\xae\x9e\xf6\xc6\x96\ \x73\xc9\x8f\xce\xcc\x84\x75\xeb\xa0\xa7\x07\x16\x2d\x62\x4b\x4a\ \x41\xa7\xfb\x43\xe4\x02\x00\x49\x25\x7c\x77\xd3\xfc\x51\x83\xfd\ \xfc\xfc\xd7\x6e\xd9\xb1\x7a\xd3\xb7\x31\x31\x31\xd3\x13\x82\xc5\ \xea\x42\x89\x00\xfc\x25\x2c\x05\x54\x51\x21\x29\xd9\xeb\xc9\x8b\ \x03\x32\x78\x29\xbb\x41\xc5\x94\x58\xac\xb2\xd9\x4e\x58\x0e\x9b\ \x9b\xac\xdf\x36\x91\xab\x2f\x0a\xbe\x6f\xa2\x49\xea\x53\x44\x38\ \x0f\xfd\x0a\x28\xc3\x60\x42\xc2\x96\x7d\xa4\x5b\xb1\x52\x7c\xe6\ \x19\xf9\xae\xbb\x00\x61\xa4\xc8\xa7\x67\x39\xd9\x65\xb7\x3b\xfb\ \x33\x7f\x65\x97\xdd\xee\x22\xa4\x77\xf3\x07\xff\xfe\xf7\xa7\xdf\ \xda\x7e\xfe\xcb\x92\xb5\xa9\xa1\xd5\x21\x9d\xf1\xa9\x89\xb6\xde\ \xae\xce\xae\x5e\xab\x43\xa5\x90\xb3\x66\xd9\x27\x5b\xcb\x00\xa4\ \x9d\xcb\xdf\xd8\x78\xac\xf1\x27\x07\x6e\xfc\xe0\xcd\xf5\x79\xe6\ \x9f\x9c\xde\xd3\x56\x5b\xdd\xde\xcf\xa5\x85\x9b\x3f\x7d\xef\xeb\ \xfc\xb3\x1c\xb2\x2a\x3a\x65\xf5\x2c\x19\xd8\xb5\xf1\xbd\x37\x36\ \xe5\x75\x9e\xfe\x77\xba\x0b\x5e\x7f\xfd\xfd\x72\xfb\x99\xcf\x16\ \x7b\x6b\x2a\x6a\xdd\xf3\x25\xf5\xb6\x57\xd4\xb4\x9f\x13\x6c\x48\ \x7d\x6d\xe5\xf5\x6d\xe7\x55\x2b\x56\x77\x7f\xf9\xd6\xf2\xfd\x35\ \xe7\x76\xd2\xc8\x91\xb0\x6a\x15\x74\x76\x04\x3f\xf6\x38\xdb\xd0\ \x00\x82\x70\xe1\xb1\x80\x52\x89\x50\xb9\xdb\x1c\xd0\x5e\xbc\x78\ \xf2\xa8\xf0\xf0\xf0\xc8\xc8\xa8\x79\xc3\x53\xd8\xea\x13\xaa\x24\ \x4a\x84\xfc\x35\x7a\x88\x22\x86\x81\x92\x92\x9e\x8f\xf6\x75\xbe\ \xb1\xcb\xd2\x24\xd2\xec\x9c\xae\xed\xcd\xc4\xc0\x03\x42\xc0\x03\ \x39\x74\xac\xeb\xcd\xac\xce\xe5\xbb\xdb\xdf\x3a\xd0\x27\x31\xe8\ \x77\x87\x83\x22\xca\x60\x8f\x55\xab\x82\x57\x7e\x21\xdd\x7b\x8f\ \x74\xf7\x5d\x40\x29\x9c\xc9\x28\x43\xfa\x3e\x7b\xf8\xd2\xf9\xb7\ \xbf\xd7\x4d\x00\x88\xe5\x93\x87\x2e\xb9\xf4\xde\xe5\x4e\xa9\xaf\ \xb8\xb8\xa0\xa6\xa5\xf3\x67\xe7\x28\x5f\x3f\x79\xd3\xf5\x2f\x7c\ \x25\xf3\xa7\xc3\x2b\x57\xc7\xc6\x0f\x5f\xba\xff\xc1\x7f\x3e\xf5\ \xd4\xe3\x0f\x3d\xf6\x52\x7e\x4b\x63\x41\x75\xa3\x4f\x7c\x34\x02\ \xd6\xdb\x3f\xc8\xdb\xf8\xe3\xb6\x62\xce\xea\xa2\x56\x6b\x4c\xca\ \xa0\x1f\xaf\x96\xee\xaf\xde\x79\xf9\x50\x83\x3b\x6e\xd5\x7a\xac\ \xa8\xd4\x3b\x29\xee\x6c\x66\x43\x6a\x39\x7c\xdb\xbc\xcc\x7f\x6f\ \x3e\x71\x56\xf3\x63\xaf\x3a\xde\xdc\x17\x96\x78\x7a\xbb\x49\x67\ \xc9\xd1\x76\xd1\x90\xe8\x73\xc6\xcb\xd6\x1f\x5c\xbb\xf4\xf3\x43\ \x3c\x06\x00\x38\xb4\xf6\x9d\xe5\x07\x6a\xcf\xe9\x79\x1d\x5d\xf7\ \xd6\xca\xbd\x95\xe7\x33\x4a\x4f\x69\x2d\x2a\x6b\x18\x14\x7f\xee\ \xf5\xd4\x47\x8e\x84\x8f\x3f\xd1\xd7\x37\x0a\x0f\x3e\x88\x2c\x16\ \xf8\x7d\x59\x8c\xbf\x3e\x22\x04\x14\x19\xbc\x1a\x9a\x9d\xa1\xb4\ \xdd\x20\xca\x0b\x52\xc2\x01\x63\xae\xee\x84\xbd\xaf\xa7\xc9\x2a\ \x22\x3f\xaf\x3f\x77\x43\x61\x04\xa0\x10\x70\xc8\x08\x01\x75\x4a\ \xa4\xc7\x0e\x00\x80\x11\x48\x0a\x3d\xd5\xe1\xc5\x2d\x07\x98\x7b\ \x55\xe8\x6f\xb8\xf2\x5d\x07\xb0\xdf\x2c\x14\x68\xb5\xda\x7d\xfb\ \x3c\xff\xf5\x6f\xf3\xe4\x89\xec\x7d\xf7\x70\x2c\x4b\x7f\x56\xeb\ \xe2\xfb\x3d\xa5\xb7\x2e\x3b\xb7\x25\x74\xf1\x60\x5f\x0c\xe0\xec\ \x38\x76\xac\x39\xe8\x9a\x24\xb5\xb1\xc9\x6c\xd7\x4f\x99\x31\x5f\ \xd7\x74\xe4\x8d\x4f\x36\x54\xb4\xf4\x98\x22\x47\xdc\x70\xf3\x75\ \xb1\xa6\xfa\x23\x55\x5d\x7d\xdd\xdf\x3e\xf0\x88\xeb\xda\x2b\xe6\ \xd4\xec\xf8\x4a\x4e\x5d\x70\xd3\xcc\xc1\x08\x00\x68\xcf\xaa\xd7\ \x9e\xde\xda\x9d\xf4\xc0\x83\x4f\xc6\x04\x1a\x7a\xbb\x7a\xf4\xa4\ \x61\x8d\x85\x5f\x90\xec\x2f\xb7\x1f\x3f\x66\x66\x17\xcd\xf2\x23\ \x3d\x95\xab\xbf\x5c\x57\x50\x63\x89\x99\x7e\xfd\xe2\xd0\x6a\x27\ \x1f\x35\x2a\x9c\x6e\x5d\xf6\xaa\x39\x62\xc6\xb5\x33\x52\x11\x00\ \xb5\xb4\xd7\x95\x55\x36\x77\xbe\xd8\xdd\x74\xf1\x60\x90\xbf\xc9\ \x00\x00\x20\x00\x49\x44\x41\x54\x2d\xd3\xc2\xdb\x1b\xeb\xab\xd7\ \xbf\xf9\xcf\x7d\x01\x17\x5d\x73\xd3\xd8\x28\x0f\x70\xb4\x6c\x5c\ \xbd\xea\x48\x99\x39\x28\x63\xd6\x4d\x8b\x26\xe8\x4e\xb1\x20\x31\ \x7f\xf9\xd9\xd7\x38\x32\xa9\xbb\xaa\x41\x86\x21\x1c\x88\x79\x9b\ \x56\x6e\x3a\x52\x2d\x32\xa6\x69\x97\xdf\x30\x35\xd9\xbf\x2d\x7f\ \xdb\x67\x1b\x0e\xf5\xb8\x68\xdc\xa4\x85\x57\xcf\x1c\x2c\x55\x17\ \x39\xb5\x91\x89\x7c\xfe\xfb\xcb\x8a\xe6\xdc\x74\x5d\x28\x6d\x5b\ \xb5\x6c\x55\xd8\x9c\xbf\x8d\x1d\x64\x00\x80\xea\xe2\x66\x73\x6d\ \xc7\xab\x4f\xfe\xd3\x14\x3f\xed\xa6\x2b\xa7\x1a\x3b\x0b\x3f\x5c\ \x95\x97\x79\xf3\x0d\x61\x6a\xfd\x47\x9f\xec\x9e\x74\xcd\xb5\x6d\ \xad\x55\x15\x45\x4d\x8f\x3f\x6b\xbd\xf6\xfa\xb9\x2d\xcd\x95\x45\ \x95\x1d\x4f\x59\x1a\x6e\xfb\xfb\x22\x4d\xfd\xfe\xe5\x6b\x77\x36\ \xd9\x35\x53\x2e\xbb\x61\x56\x46\x70\x67\xf9\x9e\x15\x5f\xef\x35\ \x5b\x45\xff\xd4\xcc\xbf\x2d\x9e\xac\xef\xbf\x5b\x67\x6d\x51\x79\ \x51\x7b\xe7\x12\x7b\xdd\xf5\xb7\x5e\xa3\xaf\xde\xf7\xe9\xaa\x9d\ \x6d\x92\x76\xf2\xa2\x1b\x67\xa6\x05\x9d\x7a\x28\xad\x25\x07\xbe\ \xd9\xba\xaf\xbe\xc3\x1a\x9c\x71\xf1\xdd\x57\x8c\x2e\xdd\xb3\x76\ \xed\x9e\x7c\x87\xaa\x19\x39\xef\xaa\xf9\x23\xa3\x48\x7b\xe9\x8a\ \x2f\xd7\x95\xb7\xf5\x79\x46\x8d\xbe\xe1\xa6\x8b\x7d\xdb\xea\x5b\ \x9d\xa1\xb3\x8c\x96\x15\x6f\xad\x1b\x7e\xe5\x8d\xf1\xde\x64\xfb\ \x87\xef\x93\xa1\x8b\x66\x65\x04\xfc\xfa\x5a\x99\x3e\xbd\xe3\x81\ \xfb\x7d\x1f\x7b\x9c\x8f\x8f\x17\x97\x2c\x01\x45\xf9\xcd\x2b\x0f\ \xff\xaa\xb1\x00\x53\x12\x34\x61\x6e\x6d\xf4\xc4\x5d\x9a\xd8\x1d\ \x92\xcf\x41\xb3\xeb\x60\xbb\x63\x87\xe8\x95\xa5\x8d\xab\x89\x1a\ \x1f\x34\x71\x1e\x03\xe4\x4f\xec\x50\x94\x09\x84\x7a\xd0\x49\x51\ \xca\xd8\x08\x75\x5c\xa4\x3a\x3e\x52\x1d\x1f\xa9\xba\xdf\x8f\x8b\ \x50\xc7\xfe\xe0\xe5\xfe\x6a\x9c\xfb\xdb\x08\x75\xf4\x20\x15\xa3\ \xdf\x02\x93\x94\xe7\xd9\x9a\x1a\xaf\x87\x1e\x11\x03\x03\xeb\xee\ \xbf\x57\x35\x9a\x40\x96\x7f\xe1\xf8\x9e\xea\x9c\x4a\x17\xa3\xeb\ \x29\xdd\xba\x65\xcb\xda\x2f\xbf\x28\xb6\xfb\x4f\x1f\x1a\x5a\x59\ \xb0\x2f\xbb\xa8\x3d\x20\xca\x78\xf8\xf3\x77\x97\xef\x2a\xe4\xb4\ \x7c\xee\xda\xd7\xfe\xb3\xae\x50\xae\x2f\xa9\xee\x53\xe2\xe3\x87\ \xc5\x45\x45\x78\x90\x86\xdd\xbb\xf7\x55\xb7\xf5\xba\x6d\xbf\xad\ \xc7\xb6\x6c\x28\xd4\x3d\xfa\xf4\x9d\x69\x51\x81\x3a\x9d\x21\x28\ \x2c\x54\x6c\xae\xb5\xf0\xb1\xf1\x3e\x4c\x4b\xfe\xee\xdc\xe2\x76\ \xd6\xd9\xf4\xf2\xd3\xcf\x17\xd3\xe8\x05\x8b\x2f\x9b\x30\x38\xa4\ \xaa\xac\x06\xfb\x78\x6d\x7f\xfb\xf9\x9d\xad\x1e\xe3\x46\xc6\xbb\ \x61\xd1\x5c\x7f\xb2\xcd\x6f\xec\x2d\x77\xde\xb6\x68\xe2\x60\x67\ \x7d\x49\x3d\x4e\xbe\xea\xfa\xab\x87\xe9\x1a\x3e\xfd\x60\xa3\xac\ \xf6\x7d\xfa\xd2\x92\xbd\x96\xf0\x45\x8b\xc7\x97\x6c\x7c\x6f\x5f\ \xdd\xf7\xea\x4b\xfe\xba\xcf\x2b\x3d\x67\x3d\x77\xc7\x7c\xda\x58\ \xdf\x47\x81\x98\x8b\x3f\x5b\x73\x38\x7e\xd6\xe5\x33\x63\xa5\x4f\ \x97\x7e\xdc\xa5\x8a\x9b\xbe\x5c\x6b\x1d\x34\x6d\xd1\xdc\xb4\xfd\ \x1f\xbf\x75\xb8\xd9\x55\x5b\xd6\xc0\x06\x65\x84\x71\xd6\xdc\x9c\ \x9c\x0e\x19\xa4\xea\xdc\x6d\x47\x5a\x3c\x3d\xdc\x3a\x73\xf7\xf1\ \x9a\x96\x98\x49\x73\xe6\xcf\x9d\x5a\xbf\xf5\xf3\x6d\x05\xdd\xe6\ \x9a\x13\xfb\x4a\x7b\x0c\x02\xf4\xd5\x1d\xd9\x57\x5c\xa7\x11\xc4\ \xf2\x22\xf3\xac\xab\xff\xfe\xb7\xeb\x17\x84\xb2\x5d\x27\x1b\xbd\ \xaf\xbd\xe5\xee\x1b\x2e\x9f\xc6\xd6\xef\x78\xf2\xc5\xe5\x9e\xc3\ \x66\xcf\xcf\xe0\x56\xbf\xbf\xac\x4d\x21\x07\x57\xad\x6e\xd6\x0e\ \xbb\x7c\xc1\xf8\x8a\x8d\xef\x6d\x2b\xe9\xd7\x47\x68\x6f\x45\xa1\ \xcd\xff\xf2\x3b\xee\xbb\xf6\xe2\x99\x9a\xca\x1d\x4f\xff\x6b\xa5\ \xef\xa8\x39\x73\x53\xf9\x95\x6f\x7c\xda\xf4\x5d\x21\xb5\xda\x7d\ \x9f\x3d\xf9\xca\x1a\xaf\x94\x49\x09\x9e\xd6\xfc\xda\x1e\x20\x2d\ \x5f\x7e\xb5\xd9\x6b\xf4\x82\x8b\x47\x7a\xaf\x7e\x63\x59\x85\x9d\ \x9c\xdc\xb3\x6e\x5f\x8b\xf7\xe5\x57\x5c\x22\x1f\xff\x7a\xc5\xa6\ \xa2\x96\xb6\x6a\x7b\x60\x5c\x94\x1f\x14\xe7\xee\x6b\xb0\x52\xe8\ \x2d\xdc\x70\xb0\x84\xf7\xf1\x3a\xcb\x05\xd3\xbd\x68\xa1\x74\xdb\ \xdf\xf9\x97\x5e\x66\x57\x7f\x05\x3c\xff\x9b\x43\xdf\xcf\x42\xd2\ \xa1\xd4\xe4\xeb\x1f\x7f\xd9\xad\xa7\x6d\x57\xc6\x22\xfa\xe7\xb6\ \x17\x88\x2a\xa4\x05\x92\x61\xa1\xea\x19\x5a\xba\x9d\x79\xda\x00\ \x9c\xbf\xa1\x01\x27\x42\x40\x88\xe9\x8d\x37\x19\xb3\xb9\xfd\x83\ \x65\x62\x60\x20\x12\xc5\x5f\x56\x05\x2b\x72\xcb\x24\x06\x97\xee\ \x5a\x5b\xbc\x83\xc8\xf6\x1e\x31\x70\x7c\xb2\x9f\x47\x55\x56\x3e\ \x17\x36\x6e\x98\x97\xf9\xb5\x13\x6d\x89\x53\xaf\x7f\xe1\xe1\x69\ \xcf\xcc\xdb\xdb\x2e\x3b\xcb\xf3\x2b\x7a\x89\xf7\x2d\x8f\x2e\x99\ \x15\x06\x00\xf4\x3f\xcb\x87\x72\x26\x3f\xf7\x22\xa8\x28\x3a\xaa\ \x1f\x39\x2d\xf6\x07\x01\x2c\x65\x15\xa5\xfa\x84\x09\x9e\x00\x87\ \x8b\xcc\x11\xe9\xb3\x3a\xf6\x7e\x59\xa3\x9f\xf8\xc6\xed\x0b\x05\ \x00\x00\xe9\x9b\x86\x92\xec\x1d\xd5\xe2\xac\x5b\x5f\x78\xf2\x32\ \xd3\x77\x73\x53\x5f\x52\xe8\x15\x3b\x7c\x6c\x52\x34\x00\x14\xec\ \xcb\xd3\x24\x8c\x9c\x96\x91\xda\xd1\x15\x7b\x60\x3f\x6a\x2d\xdc\ \xb2\xbb\x86\xbf\xe3\xb9\x89\xae\xc2\xaf\x64\x53\x74\xa8\x67\xbf\ \xc6\xe1\x6a\xdc\xf7\xf1\xd6\xca\xd9\x0f\x2d\x52\x1c\x47\x14\x7b\ \xb3\x45\x06\x5a\x57\xe0\x0c\x4a\x9d\x35\x2e\xcd\x33\xa6\x73\xdd\ \xa1\xac\x9e\xce\xd2\x5a\x97\x61\xce\xc5\x13\x07\x7b\x75\xa7\x7d\ \xf5\x6d\x5f\x77\x73\x4b\x7d\x4b\x68\xea\x42\xd6\x8b\x7a\xf2\xac\ \xb5\x4f\x3d\xb6\xef\x40\xc0\x98\xcc\x04\x4f\x0c\x00\x60\xae\x69\ \xb2\xe8\x2e\x7d\x70\x5e\xba\x2f\x1d\x1a\xbe\xc6\x6e\xe9\xac\x68\ \xab\x0a\xce\x98\xe4\x85\xa0\xb0\xb0\xcc\x3f\x6a\xa8\x9f\x5c\x5b\ \x6c\xf1\xbe\x7c\xc2\xd8\x68\x7f\x30\xe7\xef\x32\x7b\x44\x8e\x1b\ \x9f\x18\x08\x74\xc3\xf2\x4d\xa6\xf1\x37\x5f\x97\x39\x0a\x3a\x1c\ \xab\xf7\xee\xe8\xb5\x35\x17\x75\xb2\xe3\xae\x9e\x9b\x16\x6d\x8e\ \x0e\x5d\x2b\x4a\xfd\xce\xb2\xee\xca\x7c\x87\x21\x62\xda\xe8\x78\ \x5f\x50\xd6\x2e\xdf\x6c\x9c\x7c\xf3\x35\x33\x86\x43\xbd\xb8\x66\ \xc7\x36\x9b\x0c\xa0\x01\x70\xd5\x7e\xbe\x66\xdf\xb8\xdb\x5f\x5e\ \x3c\xcc\xb8\x22\xe7\xb3\x21\xe3\x53\x48\x53\x71\x0f\x13\x71\xf3\ \xac\xa1\x61\x0e\x53\xc4\xd7\x6f\xd9\x2d\x96\xf2\xba\xd6\xc1\x33\ \xae\x48\x4f\x8f\xb2\x0f\x59\x93\xd5\xd5\x52\xd9\x57\x19\x1c\x99\ \x69\xf0\xf0\xf6\xf2\x15\x7a\x44\xb1\x62\x77\x16\x8a\x9e\x30\x3e\ \x9c\x3f\x87\x55\xfa\xe8\xa3\x5c\x41\xa1\xe6\xa9\xa7\x1d\xc3\x86\ \x91\xa8\x08\x70\x89\xe7\x5f\x2e\x38\x05\x07\x1c\xa2\x3c\x86\x9f\ \xbc\xb8\x3f\x3b\x10\xb8\xf1\x4e\x26\x60\x97\x90\x43\x86\x73\x7a\ \x39\xe5\xdf\x72\x31\x2a\x08\xba\x6d\x3b\x0c\x5f\xae\xb2\xdd\xfc\ \x37\x71\xfc\x78\xe4\x74\xfe\xda\x39\x5d\xd9\x85\x95\x7c\xcc\x94\ \xf7\x36\xed\xdc\xbd\x67\xed\xa5\x43\xc2\x7d\x07\x85\xf8\x9a\xd4\ \xf2\x9c\xaa\x80\x51\x63\x8d\xad\x25\xc5\x16\x57\x42\x74\x9a\xd4\ \x91\x5f\xd8\xa1\x1f\x91\x6e\x2c\xaf\xa9\xc2\xfa\x88\xd4\x30\x00\ \x00\x4b\x6b\x7d\x9f\x22\x18\x35\xfd\x6b\x80\x28\xa2\xac\xd0\x1f\ \xc4\x46\xd8\xaa\xca\xda\x93\x12\x13\x01\x2c\x85\x6d\xd6\x98\x21\ \x83\x1a\x8b\x5a\x82\xa2\x33\xfa\x61\xc9\xd9\x5a\x51\x83\x2f\xb9\ \x68\x32\xea\x2c\x6f\xb3\x9d\x32\x4a\x88\x65\x25\x3d\x51\x09\x19\ \x6e\x89\xaa\xa2\xa8\x2d\x22\x2a\x19\x00\x8e\x97\x34\x99\xe2\x93\ \x1d\xe5\xb5\x4e\xd1\xb1\x6f\xed\xf2\xa3\xcd\x1e\x77\x3e\xfa\x40\ \xaa\xb7\xbb\x82\x89\x75\xc3\xa7\xab\xfa\x04\xcd\xd1\x55\x1f\xbe\ \xbd\x6a\x77\x5b\x8f\xa5\xdb\x45\xeb\x4f\xd6\x04\x46\x0f\xf5\x04\ \x28\xd8\x73\xc0\x15\x9c\xa1\x69\xaa\x72\x6a\x62\x86\x7a\x81\xb3\ \xec\x60\xa1\x35\x28\x5a\xaf\xd4\x35\xb8\x32\xe2\x83\x80\x09\x08\ \x13\x98\xea\xfd\x5b\xb7\x9e\x94\x66\xcd\x1e\xe7\xbe\xf3\xd6\xea\ \x4a\x8b\x21\x31\xc1\x17\x94\x96\x43\x87\x5b\xf9\xc4\x28\x9f\xfa\ \xd2\x8e\x84\xf8\x04\x00\x28\x2a\xb7\x04\x27\x65\xb8\xea\xf2\x6c\ \xde\xa1\xb1\xfe\x00\x00\xf5\x27\x4b\xbd\xc3\x12\x02\x01\x00\x3a\ \x0b\x9b\xd4\xc4\x8c\xc1\x00\x50\x7e\x38\x4f\xf6\x4a\xf7\xb5\x14\ \x77\x80\x47\x6a\x04\x90\x96\x9a\xa6\x6e\xef\x84\x10\x1f\xf7\x08\ \xab\x0b\xea\x0c\xa1\x19\xbe\x00\x00\x6d\xa5\xed\xf6\xa4\x11\xc9\ \x00\x50\x9c\x9f\x63\x0d\x48\x08\xd5\x03\x00\x28\x2d\x65\x66\xc9\ \x67\xe2\x30\x6f\x70\x35\x56\x34\x08\x19\x89\x21\xf5\xc5\xe5\x4c\ \x48\x46\x18\x40\xe3\xd1\x5d\xcd\x1e\x11\x41\x82\xb5\xb6\x85\x1d\ \x96\x14\x01\x6a\xeb\x9e\x7c\x4b\x44\x4c\x68\x75\x69\x5f\x54\x6c\ \x12\x80\x29\xc0\xc7\xab\xee\xf8\xbe\x75\xfb\xea\xc6\xcf\xcd\x3c\ \x07\x24\x90\x64\xea\xe7\x27\x3e\xfd\x34\xb4\x36\xf3\xaf\xbe\x0a\ \x2a\xf9\x6d\xa2\xc1\xd9\x1a\x4d\x28\xa5\x94\x90\x9f\xbe\xfe\x1a\ \xb1\x86\x7f\x1c\xb1\x0c\xd3\xdd\x6d\x7a\xfb\x6d\x39\x29\xc9\x76\ \xd3\x4d\x88\x10\xf4\x6b\x33\xac\x36\x15\xe7\x16\x57\x85\x44\x8d\ \x88\xd1\x33\xa8\xad\xe8\x48\x69\x5d\x44\xe4\x10\x9d\xed\x78\xd6\ \x49\x79\xe4\x88\xa0\xea\xfc\xc2\xc6\x2e\x35\x66\x68\x5c\xcb\xa1\ \x4d\xa5\x24\x6c\x68\x78\x80\x56\xcb\x5a\xea\x72\x1e\xfe\xfb\x3d\ \xcb\xd6\xec\xf8\xf8\x99\x9b\xff\xfe\xd8\xbb\x6d\xdf\xd9\xd0\x93\ \x46\x64\xa2\xec\x2f\x5f\xfd\x6c\x7d\xd6\xf6\x8d\x9f\xaf\xde\xd8\ \xd0\xad\x0a\xd4\x55\x5d\xd5\x68\x6b\x2e\x6c\xe8\x64\x53\x06\x99\ \x42\xe2\x82\xaa\x8e\xac\xd9\xb4\x73\xd7\xae\x23\x05\xb5\x15\x27\ \x4b\x6d\xde\x8b\xef\x7f\xe4\xd2\x08\xf3\x6b\xaf\xaf\xff\xae\x32\ \xaa\xec\x74\xda\x2b\xf2\x76\xef\x3e\x94\xd3\xd6\x5d\x7b\xbc\xde\ \x19\x95\x1a\x0f\x6a\xcb\xb1\xb2\xfa\xc8\xa4\x08\xef\xe0\x00\xa3\ \x87\x4f\xfa\x98\x89\xc3\xd3\xe2\x7d\x74\x6e\xa1\x80\x94\x6c\xf9\ \x70\x8b\x39\xf6\x85\xa5\xff\x79\xfa\xe9\xa7\x97\xbc\xf0\x70\xbc\ \x8f\x58\x5e\xd7\x5c\x5a\xd3\xe9\x74\x76\x6c\xfa\xfc\xb5\xd7\x77\ \x59\xae\xb8\x7e\x76\x67\x6d\x4d\x97\x24\x1f\xda\xfc\xc5\x63\xaf\ \x7d\x93\xb6\xe0\x9a\xb8\x60\x9d\xd4\xd7\x59\x5a\x52\x0f\x60\x1c\ \x9c\x88\x57\xfc\xe7\x3f\x6a\xda\xfc\x71\xe1\xfd\x18\x55\x53\x91\ \x67\x96\x7b\xb3\xb7\xae\x79\x62\xc9\x47\x83\xe6\x5c\x35\x74\x90\ \x07\x8b\xc5\x13\xd9\xbb\x77\x6d\xfe\x7c\x6b\x41\x95\x29\xcc\x8f\ \x4a\xf6\xee\xd6\x8a\x1d\x5b\x77\x17\xd7\x74\x13\x59\x6e\xab\xc8\ \xdf\xba\xfb\x40\x8d\x19\x47\x7a\x93\x63\x3b\xd6\xef\xde\xb2\xe2\ \xf5\x0d\x75\xb3\xaf\x9e\x6b\xce\xcb\x77\x19\x12\x23\x18\xa8\x2f\ \x3d\xd6\x6a\x08\x0f\xef\x17\x9e\xc0\x25\x4b\xad\x55\x79\xdb\x76\ \xed\xa9\xb5\xb0\xa1\x9e\x7c\xce\x96\x0d\xbb\x37\x7f\xf6\xf6\xe6\ \xba\xb9\x97\xcf\x31\x60\x00\x00\x6c\xf2\x17\xd4\xc6\xf5\x6b\xb2\ \xb6\xae\x5c\x7e\xcc\xa1\x0d\x34\x40\x65\x6d\xa5\x93\x76\x6d\x5b\ \xf3\xe1\xbf\x56\xe4\xcd\xb9\xee\x4a\x4f\x47\x75\x45\x97\xd2\x54\ \x98\xf5\xc6\xd3\xcf\xb4\x0d\x9a\x71\xf1\xe8\x48\xc9\xda\x5d\x5e\ \x51\xa1\x00\x37\x2c\xc6\x7f\xf7\x3b\xff\xa9\xf7\x9f\x78\x51\xfa\ \x39\xf6\xaa\x71\xb9\xd4\x89\xe3\xe5\x9b\x6f\xe1\xbe\xfc\x92\x39\ \x70\x80\xfe\x26\x9f\xc2\x40\x2d\x93\x3f\xc4\x21\x79\x76\xb5\x4c\ \x88\x46\x63\xfc\x7a\x9d\x69\xc5\x8a\x9e\x27\x9f\x90\xc7\x8c\x26\ \x0e\xc7\xaf\xd6\x32\x71\x76\x77\x59\x24\xdd\x98\xd9\x97\x24\x04\ \xeb\x1d\x1d\x66\x8b\x62\x18\x37\xfb\x92\x28\xa1\xb5\x9d\x89\x5a\ \x30\x63\x34\x75\x58\x58\x9f\xc4\x39\xb3\x86\x8a\xb5\x8d\xba\xc4\ \x31\xd3\xc7\x0d\x49\x88\x1c\xa4\x17\x28\x61\x4c\x49\x69\x83\x83\ \xbd\xb5\xe1\xe9\x13\x47\x27\x04\xbb\x37\x04\x43\x60\xe2\x90\x18\ \x63\x65\x51\x41\x4d\x73\xb7\xe0\x17\x91\x91\x96\x18\x1b\xe5\x63\ \x36\x8b\xc1\x3e\x46\x6c\x8c\x1e\x99\x11\x19\x18\x9f\xe6\xed\x6a\ \xc8\x2d\x28\x57\x4d\xe1\x11\x7e\xac\xc6\x3f\x7a\x68\x52\x64\x5c\ \x74\x48\x57\x6b\x6b\x40\x62\x9a\x07\x07\x00\x7c\x68\x88\xa1\xa1\ \xac\xc0\x4c\xbd\x12\x22\xbd\x54\xc6\x73\xf4\xb8\x64\xa3\x68\xe9\ \xea\x13\x46\x8c\x1a\x16\x16\x9f\x12\x08\x6d\x87\xb3\xf3\x5a\xed\ \x4c\x4c\x42\x82\xb7\x9e\x05\x10\x4b\xf3\xcb\xe2\xa7\x2f\xc8\x08\ \x31\x02\x00\x20\x81\x88\xe0\x6b\x10\x8f\x65\xe7\x4a\x08\x88\x36\ \xe4\xca\x5b\xee\x1a\x19\x86\x77\x6f\x5c\x55\xd7\x07\x32\xe1\xc6\ \x2d\xbc\xf9\xaa\x89\x31\x98\x35\x05\xfa\x0b\x16\x87\x2e\x2d\x3e\ \x58\xee\xc8\xdd\x54\xea\xf9\xf8\x63\x37\xfb\x6b\xfa\x77\x42\x22\ \xbb\x6c\x9d\xed\x2d\x16\x32\xea\xe2\x9b\xae\x9b\x9e\x8a\x01\x87\ \x46\x85\xb5\x94\xe4\xb5\xaa\x3e\xe3\x47\x8f\x49\x88\x89\x88\x88\ \x8e\x15\x7a\x9b\x8a\x2a\xcd\x01\xb1\x69\x23\x46\xc4\x59\x1b\x4b\ \x2b\x3b\xe4\xe8\xe4\x91\x13\x47\x45\xb6\x14\x1f\x2d\x6f\x87\x59\ \xd7\xdd\x9e\x99\xe4\xdd\xd2\xda\xe1\x9b\x32\x2a\x29\xcc\xb3\xa7\ \xb3\xd9\x18\x35\x78\x58\x54\xa0\xfb\x02\x81\x61\x01\xb6\xd6\xb2\ \xca\x36\x29\x32\x6d\xec\x94\x21\x11\x6d\xc5\x47\xcb\xcc\x68\xf6\ \x35\xb7\xcf\x4c\xed\x7f\x2e\x48\x17\x1c\x1d\x20\x9c\xcc\x3d\x41\ \xfc\x92\x26\x8e\x4c\x8f\x0d\xd0\x1c\xd8\xbc\xb1\x43\xd2\xa8\x8c\ \xe9\xa2\xeb\xef\x9c\x99\xe2\x57\x93\xf3\x4d\x56\x61\xa7\x06\x29\ \x01\x19\xf3\xee\xba\x7e\xa6\x91\xe5\xc2\x42\xf4\x9d\x36\x48\x4d\ \x8e\x30\xda\x8b\xd7\xe4\xf6\xfd\xfd\x91\x07\xe2\x3c\xcf\xc1\x23\ \xd0\x69\xee\x30\x18\x0c\x98\xe3\x48\x4c\x0c\xbb\x66\x2d\x6e\x68\ \x50\xe6\xcd\xed\x6f\x09\x7f\x4e\x52\xe9\x40\x2d\x93\x3f\x80\xce\ \xaa\x96\x49\x68\x38\x58\x6d\xc1\x57\x5f\x03\x0c\xdb\xf1\xc5\x0a\ \x64\x32\xc9\x4e\xd7\xaf\xd4\x32\xf9\x33\x92\x35\x67\xf9\x3d\x9f\ \x74\xbe\xf9\xee\x3f\xdc\x9d\x49\x49\x77\xd1\xc3\xf7\xbe\x39\xff\ \x85\x65\xe3\x82\x7f\x74\x58\x5b\x69\x5e\x7e\xe9\xc9\x03\x87\xcb\ \x46\x5d\x73\xdf\xbc\x74\xff\xff\xda\xe1\xb8\x6a\x77\xde\xf1\xec\ \xae\x47\x96\xbd\x10\xdb\xcf\xdd\xf2\x17\x8f\xdd\xd1\x34\xf4\xa1\ \x87\x16\xc4\xfc\x88\x9f\xeb\x4b\x0b\x0b\x0b\xf6\xef\xcb\x89\xba\ \xe8\xef\xd7\x4e\x8a\x3b\xa7\x4b\x9c\xaa\x65\x42\xb5\x5a\x61\xc9\ \x12\xe1\x5f\x2f\x38\xb6\x6e\x56\x27\x4e\x04\xd7\xb9\x75\x85\x60\ \x4f\xe7\xd9\x66\x61\x40\x2e\x38\xcf\x72\x01\x0b\xf8\x57\xb2\x14\ \x88\x20\xe8\x76\xed\xe1\x4b\xcb\xba\x9e\x5f\x42\xbc\xbd\x59\xf1\ \x2f\x0a\xc7\x56\x21\x7c\xe6\xfc\xf4\x53\x91\x0c\x0a\x15\x86\xce\ \x9e\x1f\xf3\x53\x91\xd9\x5e\x72\x22\xa7\xa0\x0d\xcd\xfb\xfb\x43\ \xa3\x62\xbc\xfe\x9b\x87\x23\x61\xe3\xd4\x8b\x33\x03\xbf\xdf\xe6\ \x45\xff\x21\xd3\x63\x86\x86\xfc\x04\x31\x6a\x8a\x8f\xe5\x95\xf5\ \x8e\xb9\xea\xde\x19\x19\xbf\xbd\x6b\x3b\x22\x44\x59\x74\xb9\xf0\ \xce\xbb\xec\x57\x6b\x94\xc9\x93\xcf\xd5\x66\xc0\xfe\x14\x09\x54\ \x99\xed\xed\x40\x8a\x34\xc0\xc0\xe7\x53\x2e\xe0\xb4\xd8\xd9\x07\ \x08\x9d\x29\x16\x83\x62\x06\x8b\x92\x61\xf3\x66\xd5\xdb\xdb\x39\ \x69\x22\x92\xe5\xdf\x8e\x3b\xaa\x2c\x53\xcc\xb3\xff\x03\x9d\x11\ \xa9\xaa\x28\x80\x39\xe6\x47\x46\xab\xe0\xf4\xc9\x8b\xd2\xbf\xff\ \xc8\xfb\xc4\x2d\x5e\xfc\xf3\x7d\x52\x3f\xe5\x8a\xdb\xa6\x00\x00\ \xa8\xb2\x42\x39\xf6\x7c\xe5\x87\x53\xd1\xe5\xc4\x82\x8e\xa3\xb2\ \x53\x22\x1a\x8d\x80\xce\x62\x0c\x4e\xa7\x2c\x68\x35\xf8\x0c\x87\ \x9a\x06\x8d\xba\xf2\x47\xd1\x58\x86\x69\x97\x5e\xf6\xb3\xa3\x34\ \x23\x66\x5f\x33\x62\xf6\xef\xbe\x7d\x59\x26\x91\x91\x72\xe6\x0c\ \x6e\xf3\x66\xf9\xe1\x87\x48\x70\x30\x9c\x4b\xd2\x20\xfb\x43\x83\ \x39\xcb\x71\xba\x9e\x16\xdd\xea\xc7\x06\xb8\xf7\x02\x10\x02\x8d\ \x9e\x41\xb6\x33\xd8\x6d\x30\x63\xe9\xd6\xe4\xe6\x3a\xa7\x4e\x51\ \xc2\xc3\x19\xa7\xf3\x9c\xda\x9c\x8a\xf6\x3e\x05\x6b\xf4\x5a\x1e\ \x88\x75\xd3\xfb\xef\xf2\x63\xaf\x9d\x99\x1e\xf8\x47\x33\xb6\xe2\ \xea\x73\x28\x46\x93\xe1\x6c\xcd\xd1\x6a\xfb\x97\xef\x7f\x1e\x34\ \xfb\xef\x93\x23\x7e\x6b\x1e\xbe\xd8\xf0\xde\xbb\xeb\xd2\x16\xdd\ \x39\x26\xf8\x74\xae\x71\x2a\xf7\xf5\x39\xb4\x1e\x1e\x67\xaf\x79\ \xcb\x0d\x07\x5e\xff\x3c\xff\x9a\x47\xee\xe9\xfd\xf6\xbd\x6d\x3d\ \xa9\x77\x5f\x3d\xe9\x57\x9f\x41\xcb\xf1\x4d\xcb\xf6\xab\xf7\xdf\ \x73\xa9\x09\xfd\xd2\xd4\x58\x7b\xed\x1a\x0f\x0f\xee\xcc\xc7\xc8\ \x2d\x87\xde\x5e\x7d\xf2\x92\x3b\x6e\x1d\xc4\xff\x8e\x67\x40\x08\ \xd5\x6a\x95\x4b\x2f\x65\xd7\xaf\xc7\xc7\xf2\xd4\x45\x51\xc8\x66\ \x3b\x67\x2c\x40\x00\x32\x45\xcd\x12\x72\xca\x2a\x50\x7a\x3e\x02\ \xea\x07\xe8\xa7\x50\xa0\x97\x68\xb7\x48\x4e\xbb\x81\x50\xcc\x70\ \xe5\x15\x6c\x73\x8b\x73\xec\x18\x38\xd7\x82\x71\xce\xe6\x8f\x5e\ \xfe\x74\xe8\x2d\x8f\x8d\xd4\x82\xda\x55\x73\x20\xbf\xe3\x8a\x2b\ \x02\xff\xf8\xf1\xe5\xaf\x7b\xeb\x10\x33\xe5\xae\x4b\x87\xfc\x74\ \x68\x5d\x65\x6f\xbe\xb9\x61\xd2\xed\xf7\xa5\xf9\xf3\x3f\x66\xbc\ \xe2\x23\xc7\x3b\xef\xb9\xe5\x34\x40\x60\x6b\x29\x5a\xf3\xc5\xfa\ \x92\xd6\x1e\x49\x45\xe9\xb3\x6e\xba\x31\x33\xe9\x0c\x8c\x98\x9f\ \x5f\xd6\x31\xdd\xf7\xf4\x31\x32\xcd\x07\x57\x2e\x2f\xf4\x7e\xf4\ \x8e\x79\x67\x3f\x84\xda\xfc\xbc\x9a\x3e\xef\x00\x86\x6c\x3f\x50\ \x0c\x63\x66\x9d\x05\x18\xd3\xb2\xbc\x83\x56\xed\x0c\xe3\x2f\xe2\ \x5f\xcb\xa1\xb5\x1f\x1f\xd3\x3f\x7e\xef\xdc\x5f\x38\xa6\xa3\x30\ \xb7\xac\xd5\xe0\xcf\xff\xee\x55\x26\x8a\x6a\x5a\x1a\x18\x0c\xec\ \xde\xbd\xca\x82\x4b\x00\xa1\xb3\xb7\x20\xf6\xcf\x23\x87\x68\x9b\ \xca\xdd\x53\xad\x69\xa8\xaf\x57\x55\x15\x0f\x94\xd3\xbd\x10\x3b\ \x27\x00\x06\xd0\xe3\xd3\x15\x80\x42\x48\x53\x50\x48\x4c\x26\x71\ \xf0\x60\x74\x8e\x58\x20\x59\x2a\x0f\xe6\xe5\x36\xac\xfc\xa8\x6f\ \xe2\xb4\x61\x1e\x15\xb5\xbd\xad\x59\x6b\x3e\xaa\x8d\x1d\x36\x7b\ \x62\xba\x16\x03\xb5\x35\x6d\xdf\xba\xbb\xd1\xae\x1d\x97\x39\x2b\ \x31\xf8\x14\xe3\x91\x8a\xa3\x59\x07\x4f\xd4\x18\x22\x86\xcd\x1c\ \xe5\x97\x7b\xac\x2e\x63\xea\x44\x6f\x7b\xcb\x9e\xfd\x65\x29\x53\ \xa6\x68\xcc\x25\x59\xfb\x8e\x98\x25\xc3\xa4\x79\x33\x99\xfa\xa3\ \x07\xf2\xaa\xd8\xc0\xe1\x57\xce\x1d\xd6\x5e\x72\x28\xeb\x50\x91\ \x10\x9e\x31\x3b\x73\xa4\x41\xea\x3e\xbc\x7b\x4f\x69\x63\x97\x2e\ \x28\x65\x4e\xe6\x18\x13\x27\xe5\x1f\x3e\x71\xd0\x69\xf3\x22\x1d\ \x33\x2f\x99\xf9\x43\xf6\x6c\xab\x3e\x76\xb0\x4e\x5a\xe0\xc9\x83\ \xad\xf1\xdb\xad\xbb\xea\x6d\xda\xb1\x33\x2e\x4a\x0d\xd5\x37\xd6\ \xd5\xb6\x58\xed\x59\x9f\x7f\x5c\x10\x36\x78\xce\xb4\x21\xa7\x9c\ \x60\x96\xea\x3d\x4f\x3c\xfe\x41\xd0\xa4\x85\x57\xce\x49\x61\xfa\ \x5a\x9d\xde\x7e\x6a\x6f\xc3\x8e\x6d\xbb\x1a\x1c\xba\xb1\x99\x17\ \xa5\x04\xeb\x01\xc0\x5c\x99\xb3\x27\xbb\xb8\xbe\xe8\x10\x17\x3e\ \x2f\x8a\x07\xa9\xab\xea\xdb\x6d\xfb\x3b\xa9\xef\x94\x59\x99\x91\ \x3e\xfd\xbf\x54\x7a\xac\x30\xe7\x88\xfa\x91\x5e\x9c\xba\xe8\xb2\ \x08\xb6\x23\x6b\xf3\x8e\xea\x2e\x34\x6c\xea\xac\xa1\x51\x3f\xb0\ \x3d\x88\xe6\xfd\x3b\x77\x57\xb6\xd9\xbd\xa3\x87\xce\x99\x9c\x5a\ \x52\xd3\xe0\x3f\x64\x2a\xa3\xd4\x94\xda\xb8\x29\x19\x11\xdf\x4d\ \x95\x3d\x6f\xd7\xd6\xbc\xea\x6e\xdf\x84\xb1\xf3\x26\xa5\xb0\x8e\ \xd6\x9d\xdb\xb2\x6a\x7a\xf9\x31\xd3\x2f\x4a\x0d\x55\xcb\xcb\xfa\ \x92\xe7\x25\x21\x00\x5b\xd3\xc9\x6f\x77\x67\xdb\x74\x83\x32\x67\ \x4d\x0f\xd6\x23\xb1\xab\x7a\xe7\xce\xfd\x4d\x36\xcd\xa4\xb9\xb3\ \x3a\xaa\x0b\xb3\x8f\xd8\xde\xfb\x58\x9e\xb9\xe0\xe2\x08\x0f\xeb\ \xc1\xad\xdf\x9e\x6c\x91\x33\x26\xcd\x1e\x19\xeb\x03\x40\x6b\xf2\ \x76\x1f\x2a\xac\x2f\xce\x3e\x16\x34\xe3\xe1\xf3\x90\x7b\xac\x28\ \x24\x3c\x5c\x1d\x36\x9c\x29\x2a\x84\xde\x5e\xd0\xe9\x40\x3d\x5b\ \xdb\x1f\xfb\xfd\xba\xa4\xc4\xa8\xd3\x06\x05\xf8\xab\x8a\x8a\x06\ \xb0\xe0\x82\x11\xc6\x58\xaf\xd7\xff\xbc\x49\x26\x5f\x53\x23\x0f\ \x0a\x57\x8d\xa6\xb3\x7f\x78\xfd\xdb\xce\xc9\x7c\x4d\x68\xea\xc8\ \x94\xb0\x00\x3f\x8f\xfa\xa3\x25\x86\x80\xa4\x68\x4f\xb4\x73\xd9\ \x0b\x92\xe9\xf5\x45\x89\xd6\x97\x9f\x78\xd9\x1e\x3e\x32\x42\x39\ \xf2\xd2\xfb\x7d\xaf\x3c\x73\x93\x0f\x00\x50\x69\xef\xf2\x97\xbe\ \xc8\x75\x0c\x1f\x99\xa2\xd3\x68\x3a\xf2\xb6\x7c\xb1\xde\x3a\x6c\ \xea\x44\x4b\xf9\xc1\x4f\xd6\x54\xbe\x3a\x63\xdc\x86\xe5\x6f\x67\ \xd3\x94\xe9\xe9\xe1\xb4\xe9\xd8\xfb\x6f\x7e\x19\x3a\x69\x7a\x8c\ \xb7\xae\x78\xe7\xc7\x6f\xaf\x29\x1e\x3e\x79\x68\xc1\xea\x65\xbd\ \xba\xc8\x4b\x84\xf5\xef\xaf\x2d\x9b\x35\x73\x78\xce\xd7\xaf\x37\ \xb2\x01\x0f\x4d\x51\x2a\x5c\x9a\xd1\x93\x86\x84\x04\xf8\x0a\x3f\ \xde\x24\x6b\x8a\x4f\x04\x0e\x9b\x12\x48\x1a\x5e\x7d\x66\x89\x25\ \x74\x74\x94\x72\xfc\xb5\xa5\x4d\x2f\xbc\x70\x7f\x73\x4d\x11\xeb\ \xeb\xef\xa3\x67\xb2\x3e\x7f\xdd\xcc\x3e\x7f\xeb\xa4\x30\x00\x00\ \xd5\xf2\xd5\x1b\xcb\xbc\x66\xde\xfd\xd8\x75\xa3\x01\x00\x20\x0e\ \xac\xe5\x2f\x3c\xf9\x8a\x14\x3d\x36\xc4\x71\xec\x8d\x57\x5b\x5f\ \x78\xe5\xee\xb6\x6d\x1f\x2c\xdd\x50\x3d\x6c\x42\x72\x53\x67\x77\ \xc8\xf4\x74\xb5\x23\xef\xe9\xa7\xde\x37\xa5\x8d\x37\x76\x6c\x7b\ \xe9\x33\xf5\xb5\xfb\x2e\xd1\x02\x00\x6d\x2f\x6a\xb5\xa6\x4f\x9a\ \x1a\x1a\x1a\x6a\x74\xd5\xbf\xf7\xda\xcb\x35\xc6\xb4\x14\x7d\xf3\ \x7f\x5e\xad\x79\xfc\xf9\xc7\x13\x3c\x11\x00\x48\x1d\x05\xaf\xbe\ \xf4\x81\x33\x20\x35\xc0\x79\x6c\x79\x89\x6d\xea\x98\xb0\xfa\x86\ \xbe\xc1\x33\xa2\xc5\xaa\x6d\x0e\x26\x20\x35\xa4\x1f\xcf\x8e\xaf\ \x7b\xe3\xa3\x5c\x3c\x63\x74\x0c\xc3\x33\x4a\x4f\xd5\xeb\xcf\xbf\ \xd8\x1d\x3c\x3a\x5e\x3d\xf1\xf6\xbb\xbd\xcf\x3d\x34\xbe\xda\x69\ \xbc\x34\x35\xd4\x5e\xb9\xfd\xc9\x97\xbe\x0e\x1f\x33\x45\x3c\xb4\ \xfa\x83\x3e\x8f\x87\x66\xa3\x25\x4f\x2d\xd3\x24\x8e\x88\x0a\xf2\ \x13\x54\x4b\x65\x55\xe7\xb0\x31\x13\xc2\x07\x85\x19\xd4\x96\x8f\ \x9e\x7b\xe1\x24\x9b\x3c\xc2\xab\xfd\xfd\xa5\xef\x86\x2f\x7d\xb0\ \x6c\xf9\xbf\x57\x95\x30\x13\x06\xfb\x76\x74\xbb\x2e\x4a\x0a\x3d\ \x5f\x6b\x4c\x4d\x49\xc1\xab\x57\x23\xab\x95\x1a\x8d\xe7\x80\x05\ \x3f\xde\x9c\xb0\xaf\xaf\xdf\x80\x82\x70\xe1\xe5\x03\xf8\xb9\x68\ \xc0\x36\x37\x2b\x01\x81\x44\xaf\xc3\xe7\x26\x17\x90\x82\xe3\x4d\ \x11\x63\xaf\xbb\x64\x56\x1a\x80\xf8\xe1\x32\x73\xc6\xfc\xc7\x2f\ \x9d\x16\xa8\xd6\x64\xb7\x74\xb6\x65\xaf\x5b\x57\xe7\x3b\xfd\xdd\ \xfb\xe6\x1f\xf8\xe4\xd9\x03\x16\x95\xa5\x00\x08\xac\x55\xfb\x56\ \xee\xea\xb8\xf9\xd5\xd7\x46\xf8\xb3\x00\xb0\x63\xe9\xe7\xbe\x29\ \xf3\x3c\x00\x72\x2b\x4b\xbc\x32\x46\xf9\x29\x8d\x65\x0d\xd2\xa5\ \x4f\xde\x32\x25\x84\xa9\xcb\x7a\xaf\xd3\x6f\xdc\x73\xd7\x5d\x21\ \x48\xb5\x8f\xde\xbc\x6f\xd2\xbd\xaf\x5f\x36\xa8\xf3\x99\x3d\xdb\ \x31\x4b\x8a\xb3\x2b\x07\x8d\x5a\xbc\x78\xe1\xc8\x80\x9e\xc2\x8d\ \x6d\xdd\xd6\xf2\x06\x9b\x10\x77\xdd\x15\xf3\x7e\x66\xd3\xb7\x15\ \xe6\xf7\xa6\xcf\x4f\x3c\xb9\xe5\xd3\x4a\xd3\x94\x37\xee\x59\xcc\ \xdb\x8f\xe7\xde\xf7\x59\x7d\x67\x6f\xe9\x49\xd7\xbc\x6b\xee\x58\ \x38\xca\xdb\xa3\xb1\x28\xab\xb8\x19\x26\x85\x01\x80\xb3\xe5\xc4\ \xc1\xf6\x80\xbb\x66\x8e\x3e\x75\xfe\xc1\x2f\x3f\x6e\xf0\xcf\x5c\ \x7a\xe7\x42\xae\xe7\x40\xc1\x63\xdf\x54\x95\x1f\x5e\xf3\x75\xc1\ \xc2\x27\x5e\x9d\x1e\x6e\x79\xf1\x68\xce\x88\x58\xed\x96\x15\x9f\ \x49\xe9\x57\x3c\x72\xeb\xb0\x0d\xaf\xe7\x15\xab\xd4\x0d\x44\x6a\ \x4b\x55\x93\xc5\x78\xfd\xe3\x8b\x53\x4d\x70\x72\xe3\x4b\x47\x95\ \xb4\xb7\x1e\xbe\x45\x2f\xd7\x16\xff\xed\x95\x06\xb3\x9c\xe0\xc9\ \x03\x75\x6e\xfc\xe8\xfd\x9e\xe8\x4b\x5f\xbc\x6d\x6a\xde\xa7\x8d\ \x2d\x7e\x29\x82\xb5\xb6\xca\x1a\x30\x33\x4a\x5f\xb9\xb1\x12\x07\ \xa5\x05\xf5\x6b\x08\xd4\xda\xd5\xd5\x27\x86\x0d\x9e\x72\x69\x84\ \x09\x0e\x7f\xfa\x48\xb9\x7e\xca\x5b\xf7\x2d\x3a\xb1\xe2\x99\x83\ \x3d\x5c\x5f\x75\xbe\xcb\x14\x9c\xe4\xe3\x5a\xfb\xf2\x17\x3e\x99\ \x0f\xdc\x3b\x3f\xe8\xd3\xa7\xf7\x34\x30\xf6\xcd\xcb\x37\xa2\x11\ \x37\x3c\x71\xd3\x58\x00\xa0\x9d\xf9\x25\x2d\xc6\xc5\x77\x5f\x3d\ \xdc\x0f\xaa\xb6\xbe\xbc\xb7\x2b\x76\xe9\xd2\xdb\xba\xb6\x2f\xdd\ \x59\x21\xb7\x66\xaf\xff\x32\x87\x3c\xfc\xca\xd3\xd1\x8e\x9c\xbc\ \xfd\x4d\x09\x81\x1e\xe7\x49\x19\x05\x1a\x13\x8d\xdb\xdb\xc1\xe9\ \x04\x7c\x0e\xbc\xfc\x53\x45\x87\x52\x4a\x29\x19\x78\x5d\xc8\x17\ \x3d\x9d\x8e\x00\x4c\x67\x97\xea\xed\x0d\x1a\xcd\x39\x6e\x01\x2d\ \x25\x9d\xce\x84\x21\x51\x00\x00\xb6\xb2\x6a\x1b\x4d\x49\xf2\x03\ \xb9\xa5\xa1\x85\x8f\xf7\xe1\xab\xaa\x2a\x2c\xcd\xc7\x9e\x7d\x6a\ \xc9\xbe\xce\xf0\xfb\xef\xbc\xca\x03\x01\x00\x34\x56\x9e\x40\x09\ \xa3\x32\xfc\xdd\xdb\x40\x67\x69\x9b\x25\x7e\x48\x2c\x00\xd4\x95\ \x99\x13\x12\x13\x1c\x0d\x15\x5d\x38\x3a\xce\x97\x01\xa0\xe5\x15\ \x15\x41\xc9\x31\x02\x80\xb5\x2e\xbf\xd2\xe2\xc8\xfb\xe6\xed\xe7\ \x5e\xff\x2c\x64\xe6\xad\x57\x8e\x60\x73\xea\x1d\x91\xe9\x09\x00\ \xd6\xba\xc6\xee\xe4\x78\xdf\xca\xd2\x1a\x4d\x74\xc6\x69\x9c\x7b\ \x3d\xc5\x45\x76\x2e\x3e\xde\xa7\x38\xa7\x75\xc4\xf8\x89\x3c\x80\ \xa5\xbc\x58\xd1\x05\xfb\x91\x9a\x72\xd9\x33\x21\xd9\x1b\xa0\xab\ \xa0\xbe\x3b\x3c\xb9\x7f\x4b\x94\xed\x16\xa7\xa0\x35\x19\x4f\x9d\ \x6f\xcd\x29\xb3\x0d\x9d\x38\x85\x03\xe8\x2a\xad\x22\xc6\x48\xa5\ \xec\x84\x18\x30\x7e\xfa\x20\xad\x58\x5b\xd6\x20\x87\xc7\xe8\x5d\ \xe5\xb5\x75\x1d\xe5\xbb\x9e\x7e\xf2\xe5\x12\x76\xd8\xfd\x37\xce\ \x76\x6b\x08\xcd\xd5\x95\x76\xdf\xc4\x08\x13\x00\x48\x85\x27\x2a\ \x07\x4f\x9c\xa0\x07\x70\xd5\x97\x74\x69\x3c\x43\xdd\xfe\x3d\x6b\ \xc3\x89\x0a\x34\x7b\xf6\x54\x00\x29\xa7\xb4\x2f\x3a\x35\xbd\xa7\ \x2a\x57\x0a\x8d\x89\xd4\x92\xc2\xea\x86\x88\x21\x09\xdf\x31\x06\ \x9a\x78\xe3\x63\x57\x0f\x11\x97\x3c\xf2\xcf\xec\x5a\x4b\x63\x49\ \xbd\xad\xf5\xf8\x4b\xcf\x2d\xf9\xb6\x39\xf4\xee\x7b\x17\x77\x9f\ \x28\x37\x86\x0e\xf5\x50\x9a\x4f\x54\xf4\x35\xe7\x7c\xfd\xcc\xf3\ \x4b\xcd\x51\xf3\x6e\x9f\x17\x52\xd4\x22\x8e\x9c\xde\x0f\x67\xed\ \xb5\x45\x36\xbf\x41\x91\x7e\x00\x00\x15\xc7\xca\x1d\x96\xca\xb7\ \x9f\x7b\xe6\xb3\x1c\x74\xdb\x7d\x37\x9a\x0b\x8b\x7c\x46\xcc\x8d\ \x36\x40\x43\x59\xbe\x35\x20\x2a\xc4\xeb\xbc\x55\x12\xa7\xc1\xc1\ \xe0\x72\x21\xf1\xdc\x2a\x69\x0c\xf4\x4a\xf9\xaf\xb1\x2d\xba\x9c\ \xc4\xa0\xa7\x1c\x07\xa2\x78\x0e\xf1\xe4\xae\xae\xce\xde\xee\xc0\ \xce\xfa\x86\xa6\x00\xa1\xa9\xb8\x4b\x0e\x4e\x0d\x64\x5c\x0d\x25\ \xa5\x36\x8f\xf9\xd1\xa1\x66\xc2\x47\xa7\x8e\xbb\x6e\xde\x60\x2a\ \xe3\xf0\x60\x77\xf0\x0e\xe8\x4d\x5e\xd6\xea\x93\xc7\xab\x1a\xfc\ \xa8\x1a\x10\xc2\xc8\xa2\xad\xab\xad\xb9\xa6\xe0\xd8\xa6\x02\xeb\ \x65\x0b\xfd\x6b\x8b\x3f\x27\x11\x49\x01\x02\x80\x62\x3e\x59\xd4\ \x93\x70\xb5\xbb\xd7\x18\xa7\x37\xf9\x8e\x9f\x77\xc5\x10\x1f\x60\ \xfd\x22\x85\xf6\xbd\xb5\x56\x6e\x7a\xa2\x07\xb5\x14\x95\xd4\xb2\ \x97\x45\x06\x98\xf3\xdb\xfa\x5c\xbd\xd5\x55\xd5\x9e\x81\x21\x3e\ \x06\x8d\x64\x69\xce\x2d\xa8\xf5\x1f\x14\x58\xb4\x76\x85\xcd\x7b\ \x70\x46\xa8\xbe\x46\xb1\xd7\xd7\x56\x37\x86\xb5\x7e\xf2\x7e\x56\ \xca\xfc\xa7\xf4\x35\xdb\x3a\x89\x56\xd3\x5d\xb2\xfa\x9d\x0f\x2a\ \x34\x43\x9e\x1b\xdd\x8f\x05\xfa\x90\xd4\x68\x79\xc5\x17\xab\x76\ \x5c\x37\x35\xc1\x66\x6e\xe5\xbc\xfd\x78\x2c\x35\xd5\x54\x36\xfa\ \xe1\xf7\x3f\xd9\x9b\xb8\x78\x49\x24\x6c\xe9\x69\xad\x28\x6f\x6c\ \xae\xde\xba\xd1\xec\x9d\xe6\xe7\xa9\xc7\xa0\x4f\x1a\x3e\xfd\xca\ \xf1\x91\x14\x34\xe1\xde\xfd\x48\x6a\xb1\x98\xbb\x9c\x5c\x7d\x55\ \x6d\xb0\x9f\x91\x17\x68\x43\x4d\x75\x53\xad\xf2\xd5\x3b\x5f\x85\ \x8d\xbd\x35\xde\x88\x00\x00\x30\xcb\xc8\xdd\x95\x55\x95\xa1\x96\ \xa2\x43\x0d\x5d\xd7\xc5\xfb\x38\x72\x5a\xac\x76\x7f\x97\x64\xed\ \xe9\xed\x74\xda\x6d\x04\x00\x03\x38\xcd\x0d\x8d\x36\x3c\x2a\x73\ \xf6\xbe\x9d\x2f\xd6\xb6\xf4\x69\xf4\xc6\xd0\xe0\x09\xd7\x2d\x1a\ \x2c\x8b\x42\xb4\xaf\x76\x73\x7b\x8f\x15\x8b\x92\x44\x05\xa3\x31\ \x66\xe2\xc5\x97\xa4\x7b\x4a\x9c\xaf\xaf\x87\x4d\xa3\x3a\x0a\xb2\ \x8f\xa6\xd3\x00\xc4\x79\xb9\x7a\x5b\xfa\x1c\x6a\x4b\x75\x3d\xf1\ \xf4\x65\xf4\x3a\xbf\xa8\xe1\x57\xde\x38\x11\x44\x36\x22\xdc\x7b\ \x2f\x22\xed\xd5\x25\x0d\xcd\x3e\x5b\x37\xee\xf5\x88\xbc\xc6\xe3\ \xfc\x89\xe3\xc4\xcb\xcb\xed\x56\x38\x27\x11\xbf\x3f\x06\x19\x00\ \x08\x21\x2e\x97\x4b\x19\xa0\x0b\x48\x32\x00\x75\x07\x14\xff\x50\ \x10\xe3\x79\x7e\xf0\xf0\x61\xa1\x5f\xad\x95\x62\x62\x9c\xd3\xa6\ \x61\x49\x3a\x87\x7e\x8a\xac\x07\xd3\xd7\xb0\x7d\xd3\x0e\x33\xf5\ \xf5\xe4\xfa\x2c\xc6\xa4\x19\x43\x22\xbb\x6a\x72\x2b\xe5\x80\xcc\ \x89\x43\xe3\x42\xbd\x0b\xf7\x7d\xbb\x73\x5f\x4e\x9b\x43\x9b\x96\ \x11\xeb\xde\x33\x3d\x82\xa2\x34\xe6\x82\x75\x9b\x76\x9c\xac\x77\ \xa6\x8e\x19\x1f\xef\xa5\xee\x5a\xb7\xa1\xac\x55\x0a\x8d\x8e\x4c\ \x49\x49\xb4\xd5\x9c\x30\xc4\x4f\x18\x12\xe5\x4b\xac\x0d\x87\x4a\ \x7a\x47\x67\x4e\x0f\xd2\x23\xc1\x2b\xc2\x57\x6d\xd8\xb2\xf9\xdb\ \xa3\xf9\x95\xc6\xd8\xc1\x3e\xbd\xb5\x15\x3d\x01\x73\x26\xa7\xc8\ \x6d\x65\xb9\x6d\xc2\x94\x99\x23\x07\xe9\xe0\x44\xd6\xd6\x83\xc5\ \x6d\x91\x19\x43\x83\x8c\x3c\x71\x74\x6c\xff\x7a\xc5\xa6\x5d\x87\ \x9a\x20\xea\x96\x3b\x6f\x1c\x64\x12\x82\x43\xf5\x39\xdb\xd6\xed\ \xcd\xad\x88\x9c\x76\xf5\x4d\x73\xd3\x1c\x0d\xd5\xf9\x05\x45\x79\ \x05\x95\x10\x36\xf6\x8e\xbb\xae\x0a\xd6\xf6\x6f\x89\x58\xf0\xc9\ \x48\xf4\xc9\xdf\xbd\x65\xd7\x81\xc3\x45\x55\xed\x41\x09\x63\xa6\ \x0f\xf7\x39\xbc\xe9\xab\xbd\xc7\x6b\xe2\xa6\x5d\x73\xe3\xac\x24\ \xcf\xe0\x20\x5b\xcd\xa1\xb5\x59\xc7\x55\x6d\x40\x4c\x4c\x5c\x7a\ \x7a\x4a\x7c\xb0\xe6\xc8\x8e\xcd\xbb\x0f\x1d\xef\x05\xef\xb4\xe4\ \x41\xee\xc9\x35\x19\xb5\x4d\x39\x59\x3b\xb2\x2b\xfc\x12\x87\x4f\ \x18\x1e\x5d\xb4\xe3\x9b\x1d\xd9\x45\xde\xc3\x17\xdd\xb1\x78\x42\ \x7f\x2a\x16\xef\x11\x60\xb4\x6e\xfd\x66\x63\x65\x27\x0a\x0b\x1d\ \x94\x3c\x78\x58\x5c\x98\x4f\xf5\xd1\x63\x9a\xf8\x51\x83\x03\xd8\ \xfc\xfc\xc6\xe4\x31\x43\xf4\x18\xba\x2b\x8f\x2c\xff\xe4\xb3\x6f\ \xf7\x17\x04\x8d\xbd\xe4\xaa\x59\x43\xa3\x22\xbc\x4e\xee\xdf\xb2\ \xf3\x40\x4e\x83\x4d\x9f\x31\x24\x26\xd4\x1b\x4e\x14\x94\x86\x0e\ \x9d\x35\x26\x42\xde\xb5\x69\xd3\xfe\x9c\x13\x0e\x43\x44\x46\x4c\ \x54\x5c\x88\xf6\xf0\x96\x75\xbb\xb2\x8b\xb9\x80\xf8\x11\x19\x71\ \xf5\x47\x77\x6d\x3f\x5c\xe1\x19\x35\x78\xca\xe4\xa4\xc6\x23\xdb\ \xb6\xed\x39\x5c\x6e\x46\xc9\x83\x93\xe2\xa3\xfd\xeb\x8f\x6c\xd9\ \x91\x5b\x25\xf8\x45\xc6\x26\x24\x27\xc7\x04\xff\x36\xc1\xe0\xa7\ \xfd\x14\x39\x0e\xb5\xb5\xf1\x1f\x7d\x24\xdf\x72\x33\x0d\x0c\x38\ \xfb\x10\x03\x74\xcd\x55\x57\x00\x80\xaa\xaa\x1e\x1e\x1e\x23\x46\ \x8e\x24\x2a\x19\xd8\xa2\x2f\x10\xb1\x2c\xdb\xd8\xd4\x58\x52\x5c\ \xcc\xb2\xdf\x9b\x6c\xdd\x31\xc8\xd7\xdd\x76\xeb\xa8\xcb\xaf\xb2\ \x8d\x1a\xdd\xf9\xca\x4b\x8c\xd3\x89\xcf\xb2\x9f\xe2\x00\x0d\xd0\ \xcf\xfb\x29\x6a\xb5\xcc\xbe\x7d\xba\xe9\x33\xec\xc7\x72\x49\x5a\ \x2a\x38\xcf\x36\x12\x99\x3d\x25\x14\x18\x8d\xc6\x19\x33\x32\xe5\ \xdf\x11\xf1\x36\x40\xbf\x4c\x3a\x9d\x6e\xc7\x8e\xed\x3b\xb7\x6f\ \x0b\x0d\x0b\xff\x69\x57\x5c\x0a\xaa\x97\x17\x63\xb1\xa0\x73\x52\ \x10\x06\x68\x80\x4e\x6b\x05\x6c\x6b\x03\x96\x05\x8e\x3b\xa7\xf4\ \x24\xf6\x54\xbf\x23\x42\x88\xd3\xe9\x1c\xc0\x82\x0b\xea\x4d\xec\ \xeb\xed\x6b\x6f\x6f\xf7\xf2\xf6\xf1\xf0\xf0\xf8\x89\x5b\x51\x09\ \x0c\x64\xda\x3b\x90\xc3\x09\x3a\x2d\x0c\x24\x83\x0f\xd0\xef\x70\ \x53\xa1\xba\x7a\xe2\xed\x4d\xb5\xda\x73\x6a\xe6\x89\x07\xe6\xee\ \x0f\x35\x10\xa2\xfe\x96\xea\x3f\xff\x4a\x8e\x8c\x64\x1b\x1b\x19\ \xbb\x0d\x7e\x77\xf3\x6c\x5b\xc3\xd1\x2f\xbf\xc9\xea\xfd\x45\x6d\ \x4f\xbd\x10\x5d\x2d\x68\xcf\xb7\x6b\x57\xe7\x36\xf5\x67\x55\x89\ \xed\xc5\x6b\xd6\x65\x59\xce\x29\xb5\x85\x88\x4d\xd5\xd5\x5d\xf6\ \xef\x37\x24\x4b\xd5\xfe\x2f\x37\xee\xb5\xff\x6f\x3e\xee\x96\x13\ \x3b\x3e\x5a\x73\x58\xfe\xc3\x17\x19\x2e\x2d\x85\x90\x10\x30\x18\ \xce\x29\x86\x75\x00\x0b\xfe\x5b\x48\x4c\x4c\x60\x5b\x5b\xb9\xea\ \x6a\xfa\xbb\xbb\xd4\x56\xee\xdf\x9c\x5b\xe5\xf0\x38\xf3\xcf\x14\ \x6e\x5f\xf9\xc5\xde\xda\xf3\x3f\x86\xee\xa2\xcd\xdb\x0f\x52\xbd\ \x3b\x92\x56\xda\xfa\xd9\x87\x05\xbd\x1a\xcf\x73\x8a\xab\x15\xdb\ \x57\xbf\xf7\x41\x5e\xe3\xf7\x2a\x6e\xf9\xee\xcd\xb9\x15\x36\xcd\ \x6f\xbd\x23\xa9\xf3\xe4\xa7\x5f\x7c\xd3\xe0\xc6\x12\xa9\x6d\xcd\ \x87\x9f\xe4\x37\x3b\xfe\xa8\x47\xaa\xe4\xed\xdf\x5c\x66\x55\xb8\ \x3f\x72\x19\x61\x8c\x2c\x16\xe6\xe8\x51\x12\x1d\x4d\x4d\xa6\x73\ \xc2\x82\x01\x9f\xe2\x7f\x87\xbc\x40\x54\x31\x3d\x9d\x78\x79\x6a\ \x0f\x65\xbb\x26\x4d\x3a\xc7\xb3\xd5\xf6\xda\x8a\xda\x96\x6e\x8d\ \x5f\x64\x6a\x5c\x30\x03\x52\x51\x49\x17\x35\xb9\x72\xf2\x8a\xe3\ \x92\x12\x3d\xb5\x18\x00\xac\x6d\xd5\xc5\x55\x6d\x1e\xe1\x71\x89\ \xe1\x7e\x40\x7b\xb3\xf7\x6e\xce\xf7\x24\xd1\x3e\x30\x34\x23\x46\ \x50\xfa\x4a\x0a\x8a\xfb\xb0\x57\x52\x6a\x82\x89\x05\xc5\xda\x56\ \x58\x5c\xed\x62\x3c\xe2\x93\x12\x7c\xf4\xdf\x2d\x0f\xd9\x5a\x56\ \x5c\xd6\x23\xb3\xc1\xe1\x51\xe1\x01\x1e\x36\x73\x7d\x45\x4d\xb3\ \xc4\x9a\xe2\x52\x92\xbc\x05\x0c\x00\xd4\xd1\x79\xb2\xa4\xba\xe9\ \x78\x16\xf1\x19\x9c\xec\x85\x00\xa0\xbb\x60\x43\x56\xb3\xff\x3f\ \xff\x31\xae\xa7\xb1\xbc\xac\xa1\xcb\x37\x32\x31\x36\xd8\x0b\x80\ \xf4\x76\xd4\x57\xd6\x34\xab\xda\xe0\xf4\xd4\x28\x0d\xa6\xdd\x2d\ \x35\x36\xce\x3f\xdc\xcf\x48\xc5\xee\xaa\x66\xbb\xbf\x37\x33\xfd\ \xda\x1b\x62\xe3\x8c\x00\x60\xae\x2f\xad\x6e\x69\xdf\x5e\xd0\x1b\ \xbf\x68\x04\x03\xe0\x30\xd7\x9e\xac\x6a\xd3\x07\xc5\x26\x45\xf8\ \x22\x00\x57\x77\x63\x51\x59\x3d\xef\x1f\x95\x1c\x13\xcc\x02\x38\ \xba\x1b\x8a\xcb\x1a\x88\xc6\x3b\x31\x35\xc1\xc4\x7d\x8f\x82\x2c\ \xcf\xe4\xaf\x5b\xad\x8d\x9f\x14\x3e\xd4\xb0\x73\xd9\xab\xbb\x3a\ \x93\xa7\xf9\xd2\x9a\x93\xc7\xda\xec\x5c\x6c\x72\x8a\x9f\x81\xe9\ \xeb\x68\x30\x2b\xc6\xe8\x60\x2f\xa7\xa5\xb1\xc5\xca\x47\x86\x07\ \x9c\x3a\xb9\xb3\xbe\xb4\xa2\xa9\xdb\x14\x18\x9d\x12\x1d\x08\x52\ \x4f\x49\x71\x85\x55\xe1\x03\x23\x63\x06\xf9\x1a\x7a\x3b\xea\xaa\ \x6a\x5b\x64\xde\x2b\x21\x29\xd1\xf3\x47\x35\x84\xc4\xda\xe2\xe2\ \x36\x1b\xf1\x09\x89\x88\x0e\xa0\x35\xd5\x8e\x21\x57\x25\x00\x90\ \x96\xca\x93\x35\x6d\x56\xaf\xe0\x98\xe4\xe8\x00\x70\x76\x15\x14\ \x95\x8b\x9a\x80\xd4\xe4\x68\xed\x79\xcf\x26\x15\x04\x26\x37\x17\ \xb5\xb7\x29\x93\x27\x53\xad\xf6\xb7\xe4\x26\x0d\xd0\xff\x33\xa9\ \x44\xf5\xf3\x13\x93\x92\x74\x59\x59\xbd\x77\xde\x7e\x4e\x11\x47\ \xb6\x9a\x1d\xcf\x2e\xf9\xca\x2f\x26\xb2\xb9\xbc\x6a\xd8\x4d\x4b\ \x6e\x1d\xab\x96\x9b\x2d\x2a\x57\xbd\xf6\xbd\x6f\xc4\xd4\xcb\x5e\ \xbc\xfb\x92\xae\xdc\xaf\x5f\xf9\x68\xaf\x31\xc0\xd0\x50\xef\xb8\ \xfc\x91\xe7\x66\x85\xb5\x37\x75\x80\x49\x68\x2d\xa8\x6c\x4d\x1a\ \xc4\x7e\xb6\xf4\xb5\x52\xd9\x0b\x3a\xeb\x8c\x43\xaf\x7d\xf8\xea\ \xd8\x0f\x5f\x7c\xb5\x55\x08\x34\x68\xbc\xb5\x81\x31\x6e\x2c\x70\ \x34\xe5\xbd\xf3\xd6\xf2\x76\xce\xb7\xf7\x64\x8e\xc7\xd4\x7f\xbc\ \xfc\xf7\x94\x65\xcf\x3e\xd3\xe0\x19\xc3\xb6\x97\x2a\xb1\x97\xbd\ \xfc\xe0\x3c\x5b\xf9\xee\x57\xdf\xfd\x06\xbc\x7d\x9a\x4f\xe6\xfa\ \xcc\x9d\xab\x07\x00\xa5\x73\xe5\xca\xdd\xc3\x17\x3d\xa6\x66\xaf\ \x7a\xf2\xf3\x6c\x1f\x7f\xa1\xb6\x79\xc3\xdf\x9e\x7c\x66\xbc\x7f\ \xe3\xbb\xcf\x2d\x69\x37\x0e\x0a\x89\x1a\x1d\x9f\x14\xa5\xc1\xe4\ \xe0\xaa\x17\x0e\x79\x5e\xfd\xe2\x8d\x13\x2b\xb7\x2d\x7b\xed\x44\ \xf0\xd5\x49\x2d\x6b\xcb\x23\x5f\x4b\x8d\xda\xfb\xd9\x2b\x6b\x4f\ \xf4\x06\x6a\xfa\x8e\x77\x28\x4f\x0e\xf3\x6f\x3b\xbe\xee\x85\x0f\ \xb3\x3c\x03\x7c\x1a\xea\x2c\xd7\x3f\xfb\x62\xba\xeb\xd8\x8b\x4b\ \x57\x21\x5f\xdf\x8e\xda\xb6\x69\xb7\x3f\x35\x2f\xda\xf2\x9f\x7f\ \x7f\x20\xf9\x04\x6b\x84\x40\xff\xe8\x38\xd3\x0f\x24\x22\x6c\x8a\ \xcb\x1c\xeb\x7d\xe8\x64\x41\x42\x57\xe9\x57\xf5\xc1\xcf\x3c\x77\ \x79\xf6\xc7\xff\xda\x5c\x41\xbc\x68\x47\xa7\xcf\xb8\x17\xff\x8f\ \xbd\xef\x8e\x93\xaa\x3a\xdf\x7f\xcf\x39\xb7\xcc\x9d\x3e\xdb\x3b\ \x4b\x59\x7a\x13\x10\x14\xbb\x82\x8a\x22\xb6\x68\xa2\xa2\x31\x31\ \xa2\xb1\x25\xa1\x29\x96\xd8\x15\x44\x13\x62\x8f\xc1\xd8\x50\xa3\ \xc6\x24\x10\xc5\x02\x08\x28\xa2\x82\xd2\x7b\xdd\xde\x67\x66\xa7\ \xde\x76\xca\xef\x8f\xbb\x3b\x2c\x0b\x2a\x46\x21\xe4\xfb\xf3\x7c\ \xe6\x33\x3b\x33\x7b\xcb\xb9\xf7\x9e\xf7\x39\xcf\x5b\xce\xfb\xce\ \x98\xb8\xfc\xa5\x07\x3f\xcb\xbf\x7a\xe6\x55\xc7\x7f\xf9\xfa\x1f\ \xff\xa1\x9f\xfe\xe8\x14\xa7\x68\xad\xfd\xc5\xdf\x9f\xfc\xeb\xe2\ \xca\x9c\xbc\x50\x8f\x91\xbe\x72\xa9\xea\x89\x67\xe6\xc5\xe4\xec\ \xf0\x96\xcf\x73\xce\xbf\xe7\xe1\x4b\x8b\x9e\xbd\xff\xee\x96\xac\ \xde\xb4\x66\xb3\x7b\xd8\xe5\x77\xdd\x34\x5e\x6b\xd7\x90\x76\xcf\ \x7d\xea\x99\x2d\x09\x0f\x6e\x5a\x1b\x2e\xbd\xf8\xb1\xdf\x1c\xb3\ \x57\xcf\x3e\xa3\x6f\xde\x8e\xa5\xcf\x3f\xb5\x60\x67\x41\x9e\x2f\ \xbb\xbf\xb7\x4f\x20\xfc\xf8\x63\x4f\xd6\x92\x3c\xd6\xb4\x37\xef\ \x8c\xeb\xa6\xff\x6c\xf4\x0f\xc9\x1a\x10\x12\x08\x91\x0f\x3f\x44\ \x02\xd8\xb1\x23\xbe\xeb\xca\xf7\x1f\xb1\xe0\xe8\xe0\x05\x8c\x31\ \xaf\x2f\x39\xfe\xdc\xdc\xbb\xef\x75\x7d\xb1\xca\x38\x73\x2c\x58\ \x87\xaa\x67\xef\x5a\xf9\xb9\xdc\x6b\xc2\x3d\xb7\x5f\xb8\xfe\xad\ \x87\x1f\xff\x64\xdd\x4f\x72\xa4\xb8\xda\xff\xce\x7b\x67\x78\xb7\ \xfd\xeb\xba\xc7\x37\xd5\x35\x0e\xd6\x91\x9b\x8f\x00\x00\x20\x00\ \x49\x44\x41\x54\xfb\xdb\x5f\xfe\x3d\xec\xea\x07\xae\x1c\x5d\xf2\ \xce\x43\x37\x7e\xb9\x7a\xe7\xf1\x52\x63\xa3\x67\xf8\xfd\x77\x4f\ \x2d\x40\xf0\xc9\xdc\x5b\xbf\x94\x46\x3d\x7a\xcf\x15\xca\xb6\xd7\ \x6e\x7c\x7a\x65\x75\x03\x5f\xb3\x2b\x79\xf5\xa3\xbf\x3d\xb5\xa4\ \x63\x99\x0c\x6d\x79\x71\xce\x53\xc6\xb0\x49\xf7\x5d\x36\xe2\x8d\ \x7b\xa6\xc4\x7a\xf7\xb1\x6a\x3f\xdf\x60\x97\xde\x73\xff\xed\x65\ \x9b\xff\xfe\xeb\x3f\xad\x6b\x89\x0d\x7c\xe9\xc9\x57\xf3\xcf\x9d\ \x76\xc3\x59\x05\x7f\x99\x31\xdd\xdb\xbb\x08\x00\x76\x2c\xfe\xdb\ \x0e\xcf\xe8\x7b\x7b\x27\x66\x4d\x5d\x74\xc6\x94\x47\x2e\x18\x94\ \xfd\xea\x8c\x6b\xbf\xda\x58\x3b\xa4\xd7\xb6\x9d\x56\xff\x07\xee\ \xbb\xb5\xb0\x7d\xdc\x11\x7f\x28\x97\x31\x00\x16\x5d\xb0\xac\x66\ \xcc\x2f\xae\x6c\x7e\xf7\xb1\xb2\x63\x7e\xd6\xf8\xf1\xf3\x2f\x7c\ \x41\x6f\x7b\xe8\xde\xb2\x3d\x0b\x6e\x9f\xd7\xd2\x53\xec\x9c\x33\ \xf7\xfd\x91\xbf\x9a\x7d\xf9\xc0\xb6\xbb\x6f\xbc\xbd\xae\x72\xeb\ \xe6\x77\x5f\xce\x39\x7b\xf2\xe4\xf1\x03\xbe\x78\x79\xea\x9b\x5f\ \x6d\x38\xde\x65\xac\x6d\x90\xef\xfe\xfd\xf4\x41\x07\xd1\x8b\xc8\ \xc8\x53\xc7\xbc\x7e\xdf\xa3\x33\xf3\x47\xde\xfa\xe0\x9d\x62\xd5\ \x73\x6f\x6c\xf2\x3d\xf8\x87\xe9\x25\xe9\xb5\x37\xff\xe6\x95\x1d\ \x7b\x4f\xad\xae\x87\x91\x63\xfb\x02\xe8\x1b\xf6\x5a\x7d\xcf\x19\ \xee\xcc\xd3\xe1\xcd\xef\x3d\xf3\xef\xea\x49\xf7\x3d\x38\xba\x9b\ \x17\xac\xfa\x3f\xdc\x76\x3b\x1e\x7d\xf3\xbd\x17\x0f\x7c\x75\xc6\ \x64\xd4\xa3\x47\x6a\xcf\xca\xed\x56\xbf\x87\xef\xbd\xcd\xbb\xe1\ \xc5\x9b\x9e\xfb\x32\xcc\xc7\x97\x60\x00\x9e\x9e\xff\x97\x39\x9b\ \xb5\x33\xee\x9b\x76\xc1\x9a\xe7\x66\x2c\xd7\xfa\xda\x55\x5f\xe9\ \x39\x65\x3d\xfd\xe2\xbd\xcf\x57\xd8\xc5\x17\x4d\x9b\x7a\x9e\x04\ \xf4\x5f\x8f\xfd\xb6\xba\x60\xfc\xec\xdf\x9c\xd3\xba\xf2\xf9\xc9\ \x6f\x7e\x16\xf9\xe9\xe8\xfc\x1f\xd0\x6b\x24\x49\xb8\xb1\x49\xfe\ \xd7\x7c\x7a\xf2\xc9\x7c\xe0\xc0\x43\x1f\x42\x3f\xda\x0b\x8e\x2e\ \xeb\x2f\xb6\x2d\xfd\xe4\x93\x59\x76\xb6\xf7\xad\xb7\x90\x69\x1e\ \xb2\xd5\xc0\xdc\xb0\x2b\xd6\x6d\xd8\x08\x00\x88\x25\xe2\x59\x05\ \xde\xca\x9d\xbb\x45\xf1\xc0\x7c\x80\xb6\xd6\xc6\x40\x7e\x41\xba\ \x76\x55\x65\xf0\x98\x73\x46\x97\x00\xf0\x68\x52\x64\xe5\x64\xd5\ \x6f\x5d\x1f\xe8\xd9\xa7\x00\x01\xf0\xc6\x8f\xd7\x24\xc6\x4c\xb8\ \xd0\x87\x20\xde\x12\x23\x6a\xa0\xb4\xd7\x29\x37\x5c\x32\xfc\xad\ \x07\x66\xcc\x5b\xba\xc3\x39\x7a\x62\xcf\xa7\x6b\x8c\x6e\x13\x2f\ \x3f\x4e\xb3\xb7\x6f\x0f\x5b\xc7\x0c\x2b\xaa\x59\xbb\x21\x50\xda\ \xa7\x14\xa0\xb1\xa9\x4d\x2d\xec\x95\x5a\xf7\x69\x35\x39\xe6\xda\ \xb3\xfb\x92\xc8\xde\x1d\x2d\x81\xfe\x3d\x0a\x20\xbd\xeb\xd5\x77\ \xb6\x4e\xf8\xf9\x4f\xf4\x2d\x4b\x5b\xcb\x4e\x3a\x6b\x50\x36\x40\ \x32\xaa\x93\xbc\x1c\x7f\xcd\xae\x4d\xee\x3e\x7d\x72\x3b\x4d\x40\ \x81\x50\x0e\x37\x93\x1b\x97\xfd\xa3\x3a\xeb\x84\xf3\x06\x88\x8d\ \x8d\xc6\x80\x41\xde\xc5\x1f\x6e\x1a\x76\xfe\x35\xfd\x02\xea\x86\ \x8d\x5b\xe4\xfe\x43\xf9\xb6\xf5\x3b\x6b\x9b\x77\x2d\x7f\xf1\xde\ \x7b\x9e\x52\x8f\xbd\x7c\x54\x20\xb2\xa1\xad\xdb\x85\x63\x07\x00\ \x40\x2c\x6c\x79\x3d\xa1\xb2\x41\x63\xaf\x1f\x9b\xf3\xf4\x6d\x33\ \x16\xae\xad\x3d\xf0\x06\xe5\x74\x2f\xcf\xf6\x92\x71\xd7\xde\x3c\ \x34\x9b\x2e\x5b\xb6\x7a\xe8\xf8\x09\x25\x2a\xd0\x64\xd4\xf6\xfa\ \x44\xba\xb6\xd2\x2e\xe8\x5b\x11\x02\x73\x7b\xa5\x81\xfb\x0f\x68\ \xaf\x4d\xb2\xfd\x8b\x4f\x72\x47\x9d\x3d\xba\x9b\x17\x00\x22\x5b\ \xbf\xd8\xa4\xf7\xbb\xfa\x27\xc3\x55\x73\xfb\xc6\xb8\x6b\xe0\x80\ \xbc\xbd\xdb\x36\x78\xfa\xf6\xcd\x05\x08\xd7\x47\x7d\xc1\xd2\x2c\ \x0c\x00\xc0\xa2\x3b\x96\x6d\x93\x7e\x76\xd5\x05\x7e\x25\xf6\x65\ \x55\xbc\xe7\x88\x3e\xd5\xab\x77\xe4\x95\x0d\xd4\x00\x8d\x99\xf8\ \x9b\x3e\xd1\xc5\xd3\x1e\x9c\x57\x59\xb3\x63\xfd\x76\x7e\xc1\x05\ \x63\x65\x80\x44\x5b\xc4\x1b\xcc\xf2\xfc\xa0\xee\x63\xa1\x28\xd2\ \xe2\x45\x78\xdb\x36\xfb\xd2\x4b\xc4\x77\x74\x28\xfe\x88\x05\x47\ \x53\xb3\xa9\x5d\xde\x2d\x79\xd1\x85\xda\x07\x1f\xaa\x6b\xd6\x80\ \x72\x68\x36\x37\x7d\xef\xee\x36\x36\xa8\x5f\xb0\x66\xed\x82\x57\ \x97\x84\xc7\x9f\xdc\xa7\x6a\xd7\x8e\x6e\x03\x7a\x01\xc0\xb6\x2f\ \x77\xe5\x97\x0d\xcc\x82\x58\xda\xb4\xa9\x4d\xeb\x3f\x7b\x65\x49\ \xab\xff\xd4\xd1\xdd\x6a\x37\xd7\x78\x7c\x41\xc3\xd0\xcd\x74\x3a\ \x65\x58\x94\x33\x33\xb6\x67\xee\x9b\xab\x7b\x8f\x3e\x05\x52\xf6\ \xc8\x8b\x6f\xb8\x7a\x94\xf2\xc1\xfc\x25\x8e\xf9\x8e\x1a\x09\xdd\ \xb6\x99\x69\x37\xac\x5c\x59\x9f\x2e\x1d\x98\x23\xbe\xda\xd0\x5c\ \x50\x31\x8c\x00\x5f\xb7\x65\x9b\xbf\x7f\x3f\x37\x33\x0d\xc3\x36\ \x6d\xba\xf5\x8b\x65\xf5\xfe\xe2\x9e\xb9\xf8\xf3\x37\x5e\x32\xfa\ \x9e\x37\xb6\x5c\x6b\x8b\xb5\x59\xb6\x6d\x53\x6b\xe7\x87\x2f\xac\ \xa2\x25\x27\x0c\xc9\xda\xfa\x65\x75\x45\x45\x9f\xce\x5c\xb4\x30\ \xbf\x44\x5f\x35\xff\xd9\xb7\x77\x5c\x7c\xd5\x25\x4a\xf5\xe6\x56\ \x33\x6f\x50\x81\x1a\x4e\x18\x36\x35\xed\x74\xc3\xca\xd5\x5b\x7b\ \xf6\x2b\x03\x2b\x85\x03\x15\x27\x9c\x72\xe6\xe5\xd7\xdc\x70\xd3\ \xd5\xe7\xe6\xc8\x46\x5c\x37\x2d\x9b\xb6\x6e\x5f\xf8\xf6\x3a\x38\ \x69\xf4\x80\x78\x4a\x1e\xf3\x8b\xdb\xce\xe9\xd9\x36\x7f\xd1\xa7\ \xbb\x77\x6e\xab\x6e\xd9\x4f\x49\x8e\x55\x55\x99\xca\xd0\x53\x07\ \x07\x01\x0c\x3d\xa5\x53\x8b\x52\x23\xf2\xf7\x97\xdf\x0c\x0e\x39\ \xa5\xbb\x27\xd6\x6c\x81\x22\x99\x55\xcb\x3e\x6e\x35\xf3\x2a\x72\ \x3b\xc4\x41\x88\x44\x38\x9c\xb2\xec\x54\x32\x1d\x4b\xa6\x74\xca\ \x2c\xcb\xae\x5e\xf1\x51\x0c\x85\x2a\x42\x62\xf3\xda\xfa\x8a\x8a\ \xfe\x18\xc4\x57\xeb\x6a\x82\x15\xc7\x38\x15\x5a\x38\xd5\x13\x86\ \x6d\x33\x2b\xb6\xe7\x93\x1d\x4d\x7c\x48\x85\xb6\xb3\xb2\x4d\x0d\ \xe4\x50\x2b\x29\x15\x0d\xfd\xcd\x8c\x49\x78\xf3\xc2\x55\x5b\xea\ \x2d\x8b\x5b\x36\x4d\xb7\x6e\x7d\xf5\x9f\x9b\x47\x9d\x72\xaa\xf7\ \x07\x1c\x3f\x92\x84\xc2\x61\xf9\xcf\xcf\xf1\xc1\x83\xd9\x99\x67\ \xfe\x07\xa9\xb1\x7e\xd4\x11\x8e\x2a\x4d\x81\x27\x2e\xbd\xc4\xfb\ \xc6\x9b\xbe\xe7\xe6\x46\x47\x8c\x38\x14\xe7\xa2\x51\x53\xd3\xb0\ \x77\xfb\x1b\x7f\xbc\x5b\x13\xf2\xd8\x9b\x6e\x3b\xa5\x1c\x66\xee\ \x16\x43\xce\xe9\x09\x10\xdf\x58\x67\x96\x1e\xdf\xb7\xa8\x5f\xde\ \x30\x79\xd6\xef\x27\x4f\x91\xb0\xe7\xa2\xeb\x7e\x33\x20\x80\xc9\ \xe0\x7e\xaf\xbc\xf4\xd4\xf4\xaa\xe3\x7f\xf5\xeb\xeb\x2e\x39\xa7\ \xef\x93\x4f\x4c\xf9\xdc\xeb\xca\x1f\x76\xf9\xa4\xb3\x0b\xe7\x3f\ \x7b\xff\xe7\xb5\x0c\x2c\x38\xef\xb2\x71\x8e\xc5\x22\x50\x71\xfa\ \xe8\xac\x95\x0f\x4e\xbe\xa3\x2c\x60\x7a\x4b\x86\x4b\xa9\xaa\x1d\ \x71\x36\x68\x58\x77\xe0\xe1\xbd\x55\xb1\xfe\xa3\x4a\x8a\xfa\xf8\ \x07\xbc\xf3\xc0\x94\xa9\x77\x15\x2a\xe9\x6e\xdd\x4f\x4a\xec\x5d\ \xf5\xd6\x97\xe6\x15\xf7\x9e\x01\x00\xdd\x47\x8e\xef\xb3\xe8\xf1\ \x5b\xa7\x6c\xc2\x38\xf4\xf3\x9b\x6e\xe9\x46\x6a\x9f\x6f\x51\x8f\ \xef\xdb\xa3\x73\xff\xf3\x4a\x4b\xa0\x6d\x5b\xee\xb9\x8f\x9f\xd2\ \x4d\xde\xf6\xce\x0e\x5e\xd4\x2f\x5f\xf1\x9d\x33\xee\xd8\x59\xaf\ \xde\x73\xf7\xea\xf2\x84\x99\x7b\xb2\x0c\x59\x03\xc6\x9e\x5c\xb1\ \xee\xed\x17\x9f\xf3\x06\xf2\xc7\xfd\xec\x86\xd3\x7a\x1e\x3f\xb6\ \xc7\xa2\xd9\xd3\x26\xbb\xb0\x7c\xca\x2f\x7f\x7b\x46\x59\xeb\x13\ \x0f\x3f\x5b\x99\xa0\x0c\x0a\x7e\x76\x65\x9f\x37\x66\x3f\x14\xb8\ \xe8\xce\x1b\xcf\xde\x97\x16\x6d\xd7\xae\x6d\xa2\xe7\xc0\x7c\x19\ \x00\xbc\xa7\x9e\x77\xd6\xa3\x2f\xcc\x99\xf2\x91\x4b\x2d\x3e\xee\ \x96\x89\xa7\xe7\xe1\x9a\xe1\xfe\x7f\xcd\x9c\x72\x67\x81\xd7\xf2\ \xe7\x0f\x94\x3a\x92\xf8\x0c\x19\xf7\xd3\x82\x99\xcf\x4c\x9e\xfc\ \x59\x6e\xaf\x33\x6e\xb9\xec\xa4\x93\xb3\x1e\xb8\x77\xca\x9d\x05\ \x1e\x2b\x3b\x7f\x10\x4f\xd7\x6e\x8b\x6a\xc7\xf5\xef\x09\xa2\x61\ \x47\x6b\xaa\xef\xb8\xf6\x04\x66\x72\xf6\xa0\xf1\x43\xd5\xb9\x77\ \x4e\xed\x5e\xe4\x96\x83\x45\x2e\xac\x0e\x1f\x55\xb1\xfc\xb3\xa5\ \x5f\xe4\xe4\xbd\xfb\xc1\x67\x36\x65\xf2\xd0\x73\x4e\x1b\x35\x32\ \xbf\x7e\xc5\xcb\xb3\xa6\xbc\xab\xe0\xf2\xd3\x7f\x71\xd9\x69\xdd\ \x7f\x40\x4b\x01\xa8\x8a\xfc\xe2\xdb\x64\xd5\x2a\xe3\xa9\xa7\x78\ \x6e\x2e\xfa\x8e\x89\x4f\x21\x93\x07\xd9\xb6\xed\x92\x92\x92\xeb\ \x7f\x7d\xc3\x8f\xb1\x46\x87\xaf\x79\x3c\x9e\x77\xdf\x79\xe7\x89\ \xc7\xe7\xf4\xe9\xdb\xef\x20\x79\x90\x0b\x4b\xb8\x00\xe4\x52\x83\ \x4f\x3d\x13\x9a\x39\x33\xfa\xcc\xd3\x6d\x13\x26\x34\xec\xda\xfe\ \xcd\x31\xc8\x1b\xe6\xcf\x79\x6e\x63\x68\xfa\x35\x67\x05\x82\xb9\ \x01\x8d\x00\xb7\x93\x29\xcb\xe5\xf5\x48\x88\x25\x93\xba\xe2\xf6\ \x2a\x18\xc0\x4a\x36\xb6\xc6\xd5\x40\x5e\xa8\xdd\x2f\xc0\xe3\xe1\ \x96\x34\x57\xb2\xb2\x43\x0a\xe6\x6d\x2d\xcd\x3a\x68\x85\xb9\x01\ \x00\x9e\x6c\x8b\xc4\x53\x96\xea\x0d\x65\x07\x3a\xa5\xd5\xb0\x53\ \x4d\xad\x09\xcd\x1f\x74\x29\x58\xc2\x48\x37\x4c\x97\xc7\x4b\x04\ \x4b\x27\x75\xd9\xed\x95\x09\x30\x33\xd9\x12\x49\xba\x03\x59\x1e\ \x49\xff\xdb\xec\xbb\x6b\xfb\xfe\xe2\xd6\x8b\xdb\x33\x16\x72\x23\ \xde\x14\x49\xb9\xb3\xf2\x03\x2e\x0c\xdc\x4e\xa4\x2d\xcd\xeb\xd9\ \x7f\x3d\x06\x4b\xeb\xba\xea\xf6\x12\x00\xcb\x48\xd9\x48\xf1\xa8\ \x32\x00\x24\x22\xcd\x69\xae\x04\x02\x1e\x0c\x48\x91\x25\xa0\x46\ \x4b\x4b\x84\x49\xae\x60\x30\xe8\x92\x31\x70\xa3\xb9\x29\x42\x3c\ \x59\xd9\x7e\x17\x08\x3b\x16\x6d\x4b\xea\xb6\x3b\x98\x1b\xf2\xc8\ \xe9\x44\x82\x68\x1e\x55\xda\x47\x78\x2d\x3d\x69\x63\x97\x47\x6d\ \x3f\x6d\x3a\xda\xdc\x66\xe2\xdc\x82\x1c\xc7\x68\x27\xac\x64\x73\ \x38\xe5\x0e\x06\x54\x82\x25\x59\xc9\xac\xf1\xe5\x66\xbc\x39\x9c\ \x94\xdc\x81\x9c\xa0\x47\xd8\xa9\xe6\xd6\x84\x16\x0c\xa9\x04\x4b\ \x12\xe8\x69\x5b\xf3\xba\x09\xd8\xa9\xa4\xa9\x7a\xbc\xfb\x92\x2d\ \x0a\xab\xb5\x39\x8c\xdd\x01\x8f\x2a\x11\x49\x91\x30\x4b\x24\xd2\ \x12\xc6\xe9\x64\xdc\xe4\x52\x76\x7e\xae\x8a\x01\x80\x45\x9a\x9b\ \x6d\xe2\xc9\xcf\xf6\xff\x50\xe3\x6a\xdb\x96\x4d\x05\xe5\xdd\xe5\ \xda\x5a\xed\xec\x71\xa2\xac\x4c\x7f\xeb\x2d\xe1\xd6\xbe\x6b\x16\ \x8c\x1f\x79\xc1\xd1\x66\x34\x10\x88\xb1\xe4\xc4\x2b\x3c\x1f\x7e\ \x18\x98\xf5\x48\x72\xe0\x40\xfe\x2d\x45\x2f\xec\xca\xca\xea\xf2\ \x81\xa7\x96\x15\x76\x24\x35\xc3\xb2\xd7\xe7\x0c\x72\xe2\xf5\x76\ \x30\x50\xc5\x5b\x50\xd4\x99\x8d\x62\x7f\x76\x7e\xc7\x48\xc4\xc1\ \xdc\x82\x60\xc7\x67\x6f\x30\xc7\x1b\x3c\xe0\x24\xb2\x27\xbf\xd0\ \xd3\x09\xd1\x64\x00\x00\x44\xdc\xbe\xf6\x63\x12\xd5\x5b\x50\xe8\ \x05\x80\xd6\xb5\xf3\xbf\x8a\x97\x4f\x39\x6f\x5f\xea\x52\xec\xf2\ \x17\x16\x65\x4e\x25\xfb\xbc\x07\x58\xcd\x11\x71\xbb\xdb\x8f\xa3\ \xb8\x3c\x19\xbd\xc8\x97\x95\xe7\xdb\x6f\x9c\xba\x72\x0b\x3b\x25\ \x45\xc7\xae\xbc\xcc\x57\x24\x07\xb2\x72\x33\x4b\xff\xdd\x3e\x5f\ \x97\x33\x28\x9a\xb7\xb3\xba\xe5\x0e\xe5\xb9\x3b\x9f\x5f\xf1\xe6\ \x17\x1e\x84\xaa\x63\xd5\x5f\xd0\xd1\x73\xb4\xff\x1d\xf0\xb6\x5f\ \x85\xec\xe9\x72\x39\x48\xc9\xc9\x2f\xec\x6c\xb6\xf4\xf9\x7c\x00\ \xa0\x79\x3c\x9d\x7f\xcc\xca\x2b\xfc\x81\x87\x0d\xc1\xc0\x98\x32\ \xeb\x11\xdc\xd8\x94\x7e\xf6\x59\x11\x0a\x42\xfa\x3f\x89\xa1\xf8\ \xd1\x5e\x70\x94\x35\x4a\x59\x76\x56\xdb\x6d\xd3\x71\x63\x63\xe0\ \x91\xd9\x84\x51\xf1\x4d\x9a\x82\x74\xd6\xb5\xf7\xdf\x32\x7e\xf0\ \x51\xd2\xf7\x40\xdf\x73\x1e\x7a\xf0\xb7\xc5\xca\x8f\x4f\xf1\xc8\ \xce\x20\x2e\x97\xfc\xc6\x1b\xf2\x5f\xff\x6a\xdd\x72\x33\x3b\xe9\ \x44\xf8\xee\xda\xc1\x8f\x58\x70\x94\x36\x6c\x18\xc6\x49\x27\xc5\ \xa6\x4d\xf5\x2f\x58\x50\xf8\xea\xeb\x48\x22\xf0\xb5\x3e\x05\xa4\ \xba\x3d\x8a\xd4\xf9\xbf\xc2\x36\x0d\x8b\x7e\x87\x68\xb3\xfa\xcd\ \x9f\x2f\x5d\x55\xf9\x6d\xc3\x4d\x5f\xbf\xe2\xd3\xbd\x2d\xdf\x52\ \xb2\x41\xd6\x3c\x66\xfd\xc6\xaf\xb6\x54\x66\xec\xd7\x3c\xbe\xe7\ \xa3\x25\x1f\x47\x0e\x69\xd5\xac\xd8\xfd\xd5\xe2\xcf\xb7\x37\x80\ \xe0\xa6\x61\xb0\x2e\x26\x70\x33\xb2\x74\xc1\xfb\x7b\x23\xdf\xa4\ \xc0\x36\x6d\x5f\xb5\x66\x7b\xdd\xf7\xbc\xf9\x6d\x55\x1b\xbe\xda\ \x5c\xf9\x3d\xd6\xea\xd2\x5d\x5f\x7d\xb2\xa5\x26\x7a\x44\x75\xcf\ \x2f\xbf\x72\x4d\x9e\xc2\xce\x38\xdd\x9a\x3a\x15\x38\xff\xce\xb9\ \x73\x7f\xc4\x82\xa3\x5a\x53\xb0\xed\xe4\x35\xbf\x4c\x5f\x7e\x79\ \xe9\x5f\x9e\xd7\xe6\x2f\x10\x87\x5e\x48\x9b\xb7\xbd\xfa\xd0\x6d\ \xaf\x7f\x5e\x7d\xc8\x27\xd3\x17\xfd\xe3\xa5\x4f\xbf\x2d\x2c\x97\ \xb5\x6c\x9c\xfb\xf2\x3f\x1b\xd9\xb7\x6a\x94\x6c\xd1\x4b\x73\x97\ \x6c\x4a\x64\xfa\x5a\xfb\xd9\xbb\x6f\x2d\xdc\x28\x1f\x4a\x74\x1d\ \x6d\x7d\xe7\xc5\xd7\x77\xb6\xa9\xd0\xb2\xea\xbe\x3b\x1e\xdc\x12\ \xdb\x0f\x0c\x12\xd5\xab\x5f\x59\xb0\x42\x97\xba\xa8\x18\xa9\x15\ \xef\x2f\xdc\x50\x6f\x01\x00\x88\xd4\x7b\x2f\xbe\xb4\xaa\xf2\x10\ \x3d\xea\xd6\xf6\x0d\x6b\x76\xb7\x1e\x08\x6d\x6c\xe9\xbc\xbf\x2e\ \xde\x10\x3b\xa8\x54\x44\xaa\x37\x7f\xf4\xc1\xc2\x77\x16\x2e\x5a\ \xbb\xa3\xee\x6b\x31\xc9\xa8\xff\xdb\x73\xaf\xee\x8c\x1c\xc1\x95\ \xa6\x55\x55\x85\xf7\x3d\x00\x05\xf9\xc6\x63\x8f\x89\x60\xe0\x3f\ \x30\x13\xfc\x88\x05\x47\x77\x63\x4c\xb8\xd4\xc8\x94\xdf\x25\x06\ \x0d\x76\x4f\x9d\x4e\x96\x7c\x04\x9a\xf6\x0d\x70\x60\xa5\x62\x2d\ \x2d\xad\x09\xdd\x02\xa4\x8d\xbe\xf8\xe7\x63\x06\x15\x01\xb0\x44\ \x34\x1c\x89\xa5\x38\xf0\x64\x5b\x24\x1a\xdf\x57\xaf\xd9\x48\xb6\ \xb5\xb4\x46\x2d\x67\xf2\x48\xd5\x54\x36\xd0\x63\xfa\xe6\x1b\x86\ \x25\xda\x2d\x6d\xba\x45\x3b\xcb\x21\x8f\x47\xc3\xdb\xd7\x7d\x66\ \x86\x4a\x7a\x17\x10\x00\x48\xb6\x85\x23\xb1\xf6\xb5\x42\xcc\x32\ \x9d\x62\xe4\x8c\x5a\xba\x45\x81\xd6\xac\x6f\x34\xf3\x8a\x43\x6d\ \x09\x87\xa6\xf2\x0d\x5b\xab\x03\xfd\x86\x39\x99\x84\x52\x6d\x91\ \x48\xac\x6b\xd9\x68\x61\xa5\xc3\xad\xad\xb1\xa4\x61\x45\xf6\xee\ \x32\x42\x7d\x7a\x66\x09\x77\xf9\x25\x57\x5d\xd1\x33\x80\x00\x20\ \x1d\x8b\xb4\x86\xa3\x86\x2d\x1a\x76\x6d\x50\xcb\x7a\xf7\xf6\x83\ \x91\x88\xe9\x76\xc7\xbc\x17\xdd\xf4\xea\xdf\xfe\xbe\xa3\x35\xd2\ \x96\xb4\x20\xbd\x77\x53\x98\xe7\xe4\xb9\xe3\xc6\x3e\x12\x42\xd3\ \xf1\xd6\x70\x8c\x1d\xe8\x65\x4f\x6c\x7e\xfa\x0f\xb3\xd7\x84\x19\ \x00\xd8\xe9\x58\x6b\xb8\xad\x7d\x1f\x5a\xbb\xbe\x51\xcf\x2d\xcd\ \xf4\x7f\x9f\x5d\xe6\x93\xd7\x67\x4d\xb9\xff\xc9\xe5\x5f\x6d\x5e\ \xbf\xea\xe3\x25\x1f\x6f\x44\xed\x3b\xc6\x3a\x4b\x5e\xaa\x2d\x52\ \xb3\xf5\xab\x2a\x29\xaf\x77\xcf\x20\x00\x58\xc9\xb6\xd6\x68\xfc\ \xf0\xa6\x03\x09\x87\xe1\xfa\xeb\x51\x4d\xad\x39\x67\x0e\xef\xd7\ \x0f\xbe\xbd\x2a\xf7\x37\xb5\x1f\x6d\x87\x47\xab\xa6\x60\xd9\x66\ \x5e\xfe\xee\x3b\x6e\x1d\x74\xef\x83\xda\xaf\x7e\xa5\xbf\xf8\x02\ \x3d\x61\x34\xa0\x83\x60\x77\xd5\xe7\x6f\x3f\xfd\xfa\x72\x03\xa4\ \x41\x63\x7e\x3e\xa1\x62\xcf\xb3\xff\x6a\xbe\xfb\xf7\x43\x96\xce\ \xbd\xfb\xcd\xb5\x51\x66\xda\xa1\x82\x42\x0d\xf4\xca\xca\xa6\xe3\ \x27\x4e\xbb\xee\xec\x01\x3b\x96\xbc\xfc\xf8\x5b\x9f\x63\x6c\xb3\ \xec\x61\xd3\x6f\xfd\x75\x7e\xfd\x9e\x16\x52\x51\x94\x58\x3b\x63\ \xda\x9a\xdf\xcd\x9a\x5e\x06\x9b\x7f\x3f\xfd\x85\x33\xa7\x3e\x78\ \x7a\xb9\x0a\x00\x46\xeb\xf6\x57\xe6\xbe\xb2\xb5\x25\x55\xbb\x7d\ \x57\xaf\xf3\xef\xca\x86\xe4\x87\x2f\x3c\xf5\xce\x9a\x5a\x3d\x65\ \x0e\xbe\xe0\x96\x9b\x27\xf4\x79\xe9\xfe\x19\xfa\xc9\x53\x6e\x1c\ \x9b\xff\xaf\xc7\x6f\xdb\xdb\xff\xc6\x29\x83\x2b\x6b\x9a\xaa\xc3\ \xf3\x9f\xfc\xf4\x2f\x91\xd1\xbf\x98\xf1\x8b\x93\xfd\x3b\x6b\xc3\ \xfd\x2f\xab\x00\x11\x7f\xff\xe5\x67\x17\x7e\x59\x63\xe8\xf4\xd8\ \x9f\xdd\xfc\xcb\x31\xfd\x1d\xa2\x50\xb7\x6e\xe1\xb3\x2f\xbe\xdb\ \x6a\xe1\x3e\x27\xff\x74\x42\xf7\x9d\x2c\xa7\x6c\x40\x0e\x2c\xfb\ \xeb\x53\x9f\x07\x7f\x32\x74\x50\xfc\xfd\x17\x9f\x5c\xb0\xaa\x06\ \xbb\xf3\x2f\xbd\xf1\x77\xc6\x96\xe6\xbe\x83\xcf\x69\xf8\xfc\xb5\ \x99\xaf\x6c\xfb\xe5\xed\xb7\x0e\x2f\xf6\x00\x40\xdb\xce\xed\x6d\ \xc9\xd4\xc7\xaf\xcc\x89\x9f\x7d\xc3\x15\x65\xdb\xeb\xc3\x8d\xcb\ \xe6\x3d\xf4\xef\x36\x72\xc5\x94\x3b\xcf\xec\x9f\xb5\xe3\xe3\xd7\ \x9e\x7b\xfb\xf3\x74\x3a\x15\x1a\x3a\x61\xfa\xf5\xe7\x07\x3a\x71\ \x93\xf0\x96\x6d\x86\x3c\xe0\xb4\x3e\xee\x3d\x2b\xde\x7c\xe6\x8d\ \x8f\x75\x4b\x57\x7b\x9d\x75\xc7\x6f\x2f\x0d\x35\x6e\xad\x6e\xac\ \x6e\x5c\xf0\xf4\x67\x73\xc3\xa3\xae\x9c\xfc\x8b\x33\xfa\x39\x3b\ \xed\x78\xef\xcf\x4f\xbc\xd7\xfc\xbb\xfb\x1e\x39\xbe\xdc\x31\x4c\ \xda\x3b\x96\xbf\xfa\xe7\xb7\x3f\xd7\xd3\x29\xdf\xa0\x73\x66\xdc\ \xfc\x93\xa0\xd9\xf8\xf6\x5f\xe7\x7e\xba\x3b\xd2\xb6\x77\xbb\x6b\ \xe8\xc4\xde\x5e\xb1\xf1\x9d\xb9\x2f\x2d\xda\x18\x4f\xa5\xba\x9d\ \x30\x71\xea\xd5\xa7\xa9\x87\x83\x28\x44\x22\x30\x69\x12\xac\x58\ \x51\x7f\xff\xbd\x81\xb1\x63\xb1\x61\x7c\xcf\xa5\xee\x3f\xf2\x82\ \xa3\xb7\x21\xcb\x32\x4a\x4b\x53\x7f\xf9\x33\xe4\xe4\x68\x57\x5f\ \x2d\x2d\x7c\x4f\xa8\x07\xda\xe5\xd2\x0b\xfe\xf6\x2f\x34\xe2\xe7\ \x73\xfe\xf4\x87\xab\xce\x1c\x5c\xbb\x7a\x2d\xf6\x14\xfb\xcd\xaa\ \x0f\x3e\x69\xbe\x70\xea\xcc\x07\xae\x3a\xb6\x6e\x57\xe2\xb2\x69\ \x77\x4f\xff\x59\xbf\xe5\x4b\x97\x19\x60\xaf\x5c\xfe\x71\xd9\x39\ \x37\x3c\xf6\xe8\xcc\xee\x2d\x5f\xbc\xff\x45\x7d\x43\xdd\x76\x51\ \xd6\xab\x7b\x61\x10\xe2\xad\x69\x80\xa6\xd5\xcb\xa3\x5a\xb7\xa1\ \x4e\xfd\x72\xab\xf1\xf9\x59\x8f\x56\x65\x9d\x7c\xeb\x3d\xb7\x1d\ \x3f\xa0\xb4\xd7\xb0\x8a\xbd\x0b\xe7\xfe\xed\x2b\xf1\x9b\x7b\x66\ \x3e\xf8\xcb\xe3\xd7\xbe\xb3\xb0\x25\xba\x63\x67\x44\xef\xd5\xbf\ \x10\xcc\xfa\x1d\x3b\xe3\xfd\x2b\x0a\xab\xd6\x6d\x51\xca\x27\xdc\ \xfb\xfb\x7b\x26\x5f\xda\x6f\xf1\xc2\x0f\x9b\xea\xeb\x1b\x62\x59\ \xc3\x2b\x72\x36\xff\xfb\xf9\x7f\x6c\x74\xdf\x35\xf3\xb1\x6b\x4f\ \xcb\xfe\xe8\xe3\xd5\x0e\x35\x37\x6a\x57\xfd\xf1\x8f\x6f\xf6\xba\ \xe0\xe6\x47\x1e\x9b\x7d\xc3\xc5\xa3\x6b\xbf\xda\x19\x2c\x1e\xe2\ \x81\xe4\xb6\xcd\x8d\x3d\x4a\xb3\x37\xbc\xf3\xcc\xeb\x9b\xd4\x9b\ \xef\x7a\xe8\xd1\x07\x6f\x3d\xa1\x3c\xbd\xb6\x2e\x56\xbb\xf9\xfd\ \x67\xfe\xb1\xf3\x67\xd3\x26\x3b\x40\x00\x00\xeb\xd7\xed\x2a\x3a\ \x79\xd2\x9c\xd9\x33\x7f\x79\x46\xd9\xc6\x95\x9b\x73\x8e\xb9\x72\ \xf6\xc3\x33\x2f\x1d\x68\x2c\xfa\x74\x6d\x6b\xe5\xa7\x8f\xbf\xb8\ \xfa\xbc\xdf\x3d\x38\x6b\xca\xb9\xbb\x56\x7d\xb4\x77\x7f\x1d\x68\ \xeb\xf6\x2d\xa8\xff\x28\xad\xfa\xf3\x3f\x3d\xf7\xd1\x29\xd7\xdf\ \x31\xfb\xa1\xdf\x92\xf5\xef\x7d\x55\x67\xd4\x6c\xde\x2d\x95\x8e\ \xbf\xef\xae\x7b\xa6\x5e\x36\x68\xf1\x82\x85\xad\xce\xa4\x6f\x35\ \xfc\xeb\xbd\x4f\x46\x5e\x7e\x53\x07\x10\x40\x7c\xf7\xc7\x8f\xce\ \xfd\x74\xcc\xa4\x3b\x1f\x9b\x75\x8b\xb9\x66\xf1\x97\xbb\x22\x8b\ \xe7\xce\x5a\xde\xd6\xed\x96\x3b\xee\x3f\xf7\xd8\xbe\xa5\xfd\x86\ \x25\x36\xff\xfd\x89\x77\x77\x5f\xfe\xfb\x59\x0f\xfd\xe2\xf8\x2d\ \x4b\x97\x85\x0f\x47\x71\xd2\xba\x3a\xb8\xea\x2a\xf8\xe0\x03\x78\ \xfe\xaf\xa9\x09\xe7\x89\x74\xfa\xfb\xe7\xbc\x90\xbe\x51\x6f\x15\ \x9a\xa6\x29\x8a\xf2\x75\x55\x00\x3b\xb6\xcb\xbc\x7d\xfd\xb0\xee\ \xba\xf9\xd1\xa5\xa0\x77\x5c\x6f\x3b\x0d\xcf\x7c\x70\x12\x4c\x77\ \xbe\x0e\xc6\xb9\x10\x42\x22\xa4\xbd\x36\x22\xfa\x86\xbb\x07\xc9\ \x64\x52\x7c\xbf\x27\x84\x74\x9d\x0f\x1f\xa9\xbf\xfa\xaa\x7a\xcd\ \x35\xee\x6b\x7e\x95\xf5\xfb\xbb\x60\xf2\x94\xfd\x37\x71\x8f\x39\ \x6f\xec\xb3\x6f\xbd\xf0\xac\x9b\x5d\x73\xf1\xb0\x0d\xdb\xa3\x65\ \x27\x0f\x33\xaa\x3f\x6b\x0e\x75\x1f\xd2\xdd\x2b\xd7\xe2\x50\x59\ \xbf\x9e\x01\x77\xb5\x2a\x87\x02\x21\x48\x37\x54\xb5\x68\xa7\x0d\ \xed\x23\xbb\x49\xc0\xe3\x26\xc8\xdc\xb5\x61\x6f\x79\xcf\xb1\xc1\ \x02\xd9\xeb\x4e\xc5\xa3\x0d\x9f\x2d\xde\xd8\xef\xf4\xa9\x4e\x50\ \x6d\xcb\xfa\xf7\xd6\x5a\x3d\x66\x4e\x3a\x33\x27\xf6\x55\x43\x42\ \x3b\xa3\xbb\xf9\xef\xbf\x6d\x1d\x75\xf9\x83\x3d\xb3\x3d\x09\xcd\ \xe3\xf1\xe9\x91\x1d\xdb\xd2\xa4\x7c\x78\x31\x36\x2b\x77\x57\xf3\ \xd2\x2b\x4a\xb4\x35\xf3\x77\x96\x8e\x9e\x94\xeb\x75\x99\x3e\xcd\ \xeb\x96\xeb\xab\xb6\xc6\xf3\xfa\x75\xf7\xb4\x3d\xbb\xf4\x63\xc8\ \x3d\xef\xf3\x05\x2f\x7e\xf2\x79\x72\xc2\xcf\x4e\x70\x42\x17\x36\ \x7d\xb6\x28\xde\x67\xfc\x55\xa7\xf6\x45\x00\x00\xd1\xb5\x55\x6d\ \xdd\xce\x1f\x00\xb1\x5d\x3b\x92\x39\x57\xe6\xc0\xd2\x97\x77\x4e\ \xb8\xe6\xb1\x7e\x45\x01\x00\x10\x8d\xab\xaa\xeb\x2b\xd7\xad\x8f\ \xfe\xe6\xb1\xe7\x4e\x2a\xef\xf0\x79\x8a\xc8\xa6\xaa\xc6\x3e\xe7\ \xf4\xc1\x00\x00\xc9\x75\x7b\x1a\xba\x9d\x70\xa5\xa6\x68\x8a\xe2\ \xca\x0b\xb8\xb6\x7e\x36\xbf\x46\xf6\x47\x37\x2e\x7a\x72\xc5\xb2\ \x21\x27\x8f\xef\xbd\x9f\xd3\x30\xb9\x6d\x53\xe5\x90\xf1\x13\xd7\ \x7f\xfa\x16\x8c\xb8\x78\xfc\x80\x42\xd0\x0d\xcd\xe5\x71\x63\x63\ \xc3\xce\x5d\xc5\xa3\xaf\xce\xf3\xb9\x98\x4f\x73\xa9\xb8\xdd\x26\ \x1b\xad\x6f\x6e\x24\xe7\x0d\xda\xe7\xd1\x5c\xf3\xd1\xfb\xbe\xd1\ \x17\x8e\x1b\x98\x0f\x66\xc2\xed\xf1\xa5\xeb\xbe\x5c\xb6\x43\xbd\ \x66\xd6\x95\xe5\xee\x86\x57\x5b\xd2\x03\x7f\x96\xbf\xf2\xb5\x25\ \x29\x5c\x5e\xf7\xd9\x3f\x17\x2c\x5d\x3f\x6c\xfc\x55\x85\x3f\x38\ \xf9\xde\xb4\x09\x7e\xfd\x6b\xd8\xb4\x09\x5e\x7a\x09\x2e\xbe\x18\ \x6d\xdb\x0c\x9c\x7f\xff\xb4\x17\xdf\xd4\x4d\xaf\xd7\xfb\xfc\x5f\ \x5f\x58\xfa\xd1\x47\xb2\xa2\x3a\x99\xbc\x11\x1c\x90\x86\x03\x21\ \xe7\x27\xd4\x2e\x16\xc2\xf9\xe8\xfc\x2a\x04\x08\x68\x4f\x9a\xd4\ \x69\x73\x04\x02\x10\x6a\x17\x32\xd4\xf1\x2b\x46\x88\x32\x26\x38\ \x47\x08\x39\x3f\x89\x4e\x72\x88\x00\x10\xc6\xa2\x4b\x9e\x16\xb4\ \xef\x4d\x08\xee\x54\x8c\x12\x99\xea\x03\x02\x10\xee\xe8\x1b\x02\ \x84\x10\xe7\x1c\x01\x42\x18\x61\x84\x50\x47\x4e\x91\x4c\xba\x31\ \x49\x92\x38\x63\x00\x08\x13\xcc\x19\xc7\x08\x01\x67\x94\x63\x06\ \x18\x00\xb0\x10\x44\xd8\xa5\x85\xf9\x9a\xdb\xbd\x65\xfb\x5e\x83\ \x01\x20\x06\xc2\x14\x80\x40\x20\x84\x30\x40\x7b\x87\x05\x00\x13\ \xdc\xad\xa9\x33\x1f\x7a\xc0\xa5\xaa\xdf\x13\x0e\x20\x9d\xe6\x7d\ \x7a\x1b\x2f\xbe\xa0\x4e\x9d\x96\x77\xc7\x9d\xa0\x1b\x70\xc7\xbe\ \x82\x97\x5c\x40\xbf\x33\xae\x7a\xa4\x77\xf1\xaf\xa7\x3d\xdb\xbb\ \xff\x8d\x35\x49\x76\xdc\xe0\xa2\xaa\x8f\x37\x05\x8b\x07\xe5\x01\ \x2c\xdd\xba\x53\xed\x75\xb6\x04\xb0\xe5\xab\xea\xd2\x1e\x67\xb0\ \xe6\x6d\x2d\x9e\x9e\x7d\xca\xe4\xda\xcf\x5e\x58\x11\xf3\x4f\x1b\ \xe2\x5f\xf2\x0f\xa3\xf0\xb8\x32\x90\xad\xfc\x3c\x78\xef\xcd\x79\ \xcd\xb1\xb2\xa9\xa7\xb4\xc7\x05\xb6\xd5\xd6\x11\x4f\x5e\x0e\x40\ \xd3\xba\x75\x51\xb5\x4f\x4f\x97\xfe\xb7\x94\x7d\x6c\x41\x08\x20\ \xf5\xef\xf7\x3e\x0a\x8e\xfc\x15\x0e\xaf\x36\x3d\xa5\x39\x00\xdb\ \x37\xaf\xa6\x85\x65\xb9\xa8\x65\xe7\x5e\x63\xc4\xf8\x1e\x76\x6a\ \xef\x2b\x6f\x7c\x31\x64\xfc\x74\xde\x30\xcf\x55\x74\xb2\x1b\xe2\ \xd1\x38\x2e\xee\xed\x75\x17\x14\x5e\x35\xf9\xfc\x81\xdd\xdb\x63\ \xfe\x93\xf1\x36\xd9\xa3\xb5\x63\x6f\x62\x6f\x4d\xdc\x3c\xb7\x57\ \x4e\x6c\xf7\xbb\xa9\x50\x41\x69\x0e\x8e\xc6\x78\x2f\x97\xea\x4c\ \x48\x55\xeb\xb7\x49\x3d\x2f\x7d\xe8\x92\xf8\xeb\xaf\xcd\x3b\x69\ \xc0\xcd\x85\x8e\x01\x31\x56\x5f\xdf\x28\xce\x2c\xcb\x05\x00\x88\ \x57\x57\x37\xf3\x93\x2b\xf2\x01\x22\x1b\xb6\x99\xbd\x46\xf5\x48\ \xad\x68\xcb\x09\x15\x6b\x9e\xec\xd3\x2f\xbb\x69\xf0\xd0\xde\x1a\ \x00\x08\xaa\x9b\x5c\x73\x29\x46\xd5\xaa\x95\x7b\x7d\x37\x55\x14\ \xd5\xad\xad\xf7\x16\x64\x03\xc0\xb6\x8f\xfe\xb9\x27\xd4\xaf\x6f\ \xc8\x78\x69\x57\x7a\xf8\xd8\x9e\x34\x5d\xf9\xca\xeb\x2b\x07\x9c\ \xf6\x9b\x2c\x67\x44\xbb\x3c\x8a\x1c\xdf\xbe\xb7\xf9\x94\xe2\x52\ \x00\x66\x5a\x46\x73\x63\x24\xab\x4f\x0e\x00\x6c\x59\xf8\x76\x4b\ \xa0\xa2\x77\x28\x3a\x1f\xb9\xf3\xdd\xc0\xf7\xac\xa9\x4f\x86\x26\ \x96\x48\x0b\xa3\x96\xbf\x20\xc7\xed\x2e\x38\xf7\x97\x53\x8f\x19\ \xd0\xcd\x4a\x27\xb8\xe4\xd6\x94\x1f\x68\x7d\xf2\xe2\xc5\x70\xed\ \xb5\x80\x31\xbc\xf1\x06\x9c\x79\x66\xfb\x20\xf8\x21\xda\x37\x61\ \x81\x2c\xcb\x9b\x37\x6f\xf9\xf8\x93\x4f\xbe\x27\xd5\xfd\x7a\x36\ \x90\x99\x75\x1d\xe1\xc7\x0e\x40\x88\x76\xe0\xe0\x9d\x76\x6f\x47\ \x8c\x03\xe4\x4a\x00\x00\xc6\x64\x5f\xfa\x40\x84\x30\xca\x34\x2c\ \x75\x94\x1b\xee\xb2\xaf\xf3\x59\x08\xc1\x38\xc7\x08\x31\xc6\x38\ \xe7\x8a\xa2\x50\xca\x28\xb5\x01\x80\x31\x86\x01\x00\x38\x07\x02\ \x20\x03\x08\x00\x0b\x81\x18\xd4\xb3\x67\x4e\x4e\xee\x47\x5f\xac\ \x02\x90\x01\xec\x8e\x4e\x1e\x84\x44\x60\x45\x7b\xe0\x3e\x8a\x5c\ \x2e\xf1\xfd\x13\x96\xe9\x3a\xef\xde\x3d\xfd\xe7\x67\xac\x69\xd3\ \x73\xee\xbc\x13\xb6\x6c\x81\xd9\xb3\xa1\xa8\x08\x00\x76\x7c\xfa\ \xe6\xdf\x97\x56\x7a\xe4\x58\xa0\xff\xa8\x50\xf3\xce\xba\x64\xfe\ \xd0\x7c\x7b\xfe\xea\x9a\xfc\x93\xae\x46\x22\xbc\x76\x43\x55\xdf\ \xcb\x2a\x80\x37\x7e\xb6\x3b\x31\x74\x42\xdf\xc8\xae\xf7\xf6\x56\ \x6f\x7f\x7e\xe6\x7d\x75\xd5\xe1\xf3\xae\x9b\x36\x30\xdb\xbf\x39\ \x5b\x2c\xfd\x68\xc9\x25\xa3\xce\x1f\x5e\xec\xbd\xe9\x2f\xef\x4c\ \x9a\xf5\x52\x77\x77\x3b\xd8\x17\x1e\x33\x8a\xcc\x7f\xe1\x8e\x87\ \x0d\xa5\x69\xb5\xe9\x3b\x57\x75\x17\x8d\xac\xc8\x9d\xff\x87\xbb\ \xb6\x66\x9b\x75\x74\xd0\xb4\xf3\x47\xe4\x56\xb6\x4a\xaf\xce\xbb\ \xfb\x91\xfa\xc4\xb6\x35\x9e\x01\x97\xe8\xb1\xa6\x3d\x7b\x1b\x1b\ \x5f\xfd\xd3\xf2\x58\x9d\x7b\xd0\x25\xbf\x38\xbb\x5f\xf3\xc7\x45\ \x0d\xf3\x97\x6c\xb9\x6c\xe4\x89\xc7\xf5\x9b\xbf\x7d\xf3\x16\xd6\ \xd2\x9c\xc4\xbd\xbb\xe7\x3b\x7a\x4e\xff\xe3\xc7\xa0\x59\x7f\x9b\ \x71\xff\xfa\x9c\xec\xbe\xbf\xbc\xea\xd8\x62\x8f\xf5\xc9\xa2\x4f\ \x44\x62\x9b\x2f\xef\x94\x5c\x5f\xde\x09\xa3\xf3\xe6\xcd\xb9\x63\ \x43\x79\x5e\xbf\x33\x26\xf0\x2d\x5b\x94\x8a\x89\xa7\x5c\x3c\x60\ \xe3\x27\xd7\x3d\xf3\xc6\xaa\xbb\x27\x8e\x24\x00\x20\x07\x72\xdd\ \xf1\x97\x1f\xbb\x67\xcb\xc9\x13\xce\x2a\x6e\xa8\xb1\x8b\x7b\x17\ \xb9\x59\xc3\xa7\x9b\x52\xd2\x98\x01\x85\x21\x7d\x94\xfc\xda\x86\ \x4d\x5b\x15\xb7\xda\xda\xad\x6f\x2f\xcd\x85\x41\xaf\x7e\x71\xce\ \x73\xd5\xa6\x3b\x55\xbd\xb5\x70\xcc\xd5\x83\x0a\x7d\x81\x81\xc3\ \xde\x7e\xf9\xf9\x87\xf6\xfe\xbb\xba\x3a\x7d\xd5\xcd\x33\xb2\xac\ \x3d\xdb\x77\xd5\xd7\xbe\xfe\xf8\x8a\x78\xbd\xab\xff\x45\xbf\xbb\ \x70\x68\xfb\x8d\x08\xf4\xba\xf8\xd2\x33\xe7\x3c\x71\x57\xd5\x47\ \xbd\x65\x23\x5e\x72\xda\x25\xa3\x4e\x3c\xee\xdd\x79\x73\x1f\xde\ \x95\x5b\x55\xaf\xff\xec\x96\x1b\xfa\x16\xd7\x17\xea\xef\xcc\xbc\ \x7b\x76\x31\xdb\xd3\x2a\xba\xbb\x89\xf7\xc4\x13\x07\xaf\xfb\x70\ \xc7\x96\x2d\xba\x1a\x16\x15\x25\xea\xf3\x53\x6f\x44\x97\xce\x9c\ \x3c\xb6\xe2\xfb\x0e\x03\xcb\x82\x3f\xff\x19\xa6\x4c\x81\x63\x8e\ \x81\xe7\x9e\x83\x21\x43\x7e\x60\x9d\xf4\x1b\x62\x90\x03\x81\xc0\ \xf4\x5b\x67\xcc\x9b\xf7\x8a\xaa\x6a\x19\x59\xea\x42\x0c\x78\xfb\ \x34\xbe\xef\xf7\x2e\x5f\x1d\x46\xd0\x65\xdf\x03\x77\xc9\xfc\xd2\ \xe5\x33\x21\x84\x10\xe2\x4c\xe9\x9c\x73\x59\x96\x0f\x20\x25\x28\ \x23\xde\x8c\xb1\xce\x1c\xc4\xd9\x05\xda\x0b\xc0\xec\x6b\xbc\xa3\ \x61\x8c\x85\x10\x18\x63\xce\xb9\x10\xc2\xe3\xf1\x00\x40\x2a\x95\ \x72\xf6\xc5\x48\x60\xc4\x18\x96\x19\x51\x84\xc0\x48\x50\xaf\x8c\ \x87\x0c\xe8\xeb\xf5\xf8\xde\x5f\xbc\x0c\xbb\x02\x20\x6c\x09\x6c\ \xce\x41\x00\x60\x4c\x00\xda\x6f\x91\x40\xc0\x38\xf7\x79\x3c\x4b\ \x97\x7c\xe0\xed\x54\x2e\xed\xdb\x63\x90\xb9\xc0\xb8\x3d\x09\xda\ \x41\xf2\x20\x23\xd4\x5c\x57\xd3\x67\xd9\x27\x30\x6d\x1a\x94\x97\ \xc3\x9c\x39\x70\xc6\x19\xf1\x48\xd5\xa6\x8d\x7b\x4c\xec\xee\x73\ \xcc\x88\x3c\xd6\xbc\xb3\x09\xfa\xf5\xce\xdd\xbb\x7d\x97\xab\xb8\ \x77\xa1\xc7\xdc\xb3\xb5\x32\x58\xde\x37\x4b\x4b\x6e\xdf\x5e\x97\ \x5f\xd1\xfb\x93\x47\x27\x7f\x22\x9d\x30\x7e\x54\x59\x79\xff\xa1\ \x65\x59\x2a\x00\x58\xb1\xda\x1d\xcd\xa8\x7f\x45\xee\xd2\xc7\x6f\ \x7f\x3b\x3a\x68\xd6\x9d\x3f\xf7\x75\x9a\xbd\x5a\xf6\x6c\xdc\x52\ \x1d\x2f\x28\x2d\x71\xbb\xb4\xc2\xe2\x3c\xc9\x08\xaf\x5b\xbb\xb1\ \x0d\x42\x43\x86\x0d\x09\xa9\x00\xc0\xea\x76\xac\xdf\xd9\x68\x16\ \x75\x2b\xd5\x54\x2d\x2f\x4b\xab\xde\xba\xa9\xbe\x4d\x0f\x14\x55\ \x0c\xad\x28\x02\x00\x60\xfa\xce\x4d\x3b\xfc\xbd\x06\xe5\xab\xa9\ \xcd\x6b\xd7\x35\x26\xa1\xa8\x7b\xdf\xbe\xe5\xb9\x99\x01\x14\xae\ \xde\xbc\x71\x57\x93\x3b\xb7\xfc\x98\x41\x3d\xcc\xc6\xca\x9a\x04\ \x04\x64\x6a\xb9\x0a\xcb\x0b\x3c\x40\x93\x5b\xd6\xae\x6b\x4c\xe3\ \x1e\xfd\xfb\xab\xa9\x06\xdb\xdf\xad\x2c\xcb\x9d\x6a\xdc\xb9\x37\ \xa1\xf5\xaf\x28\x71\x80\x3f\xde\xb8\x6b\xc3\xb6\x1a\x4f\x71\x9f\ \x9e\xd9\x50\x1b\x85\xde\x3d\x8b\x70\xb2\x61\x7b\xbd\xde\xa3\x77\ \x0f\x15\x58\xed\xd6\xb5\x3b\x1b\x12\xde\x9c\xb2\x41\x03\x7b\xba\ \x30\x80\xb0\x1b\xf6\x6c\xdb\x59\xdd\xa2\x84\x4a\x06\x0f\xee\xed\ \xc6\x00\x60\x55\x6e\x5a\xbb\xbb\xd5\xee\xde\x7f\x58\x8f\x3c\x37\ \xb7\x92\xbb\xb6\x6e\x69\x68\xd3\x03\x85\xbd\x86\xf4\x2e\xde\x9f\ \xfe\xf2\xfa\x9d\x1b\x77\xd5\x46\x90\xcb\xdf\xbd\xef\x80\x92\x90\ \xb4\x77\xc3\x97\x7b\x23\xac\xfb\xc0\xe1\xdd\x73\x5c\x00\x90\x6c\ \xdc\xb9\x76\x5b\x7d\xb0\xa8\xc4\xef\xd6\xf2\x8b\x8a\x5c\xd8\xda\ \xb3\x71\x5d\x65\x73\x2a\x58\x52\x31\xa8\x67\x6e\xdd\xf6\xed\x52\ \x71\xef\x92\xa0\xeb\x7b\x49\x6a\x6d\x2d\xcc\x98\x01\xaf\xbf\x0e\ \x97\x5d\x06\x73\xe6\x40\x76\x76\xe6\x3f\x5d\xf3\x20\x1f\x26\x2c\ \x98\x36\xfd\xb6\x57\x5f\x9d\xe7\x60\x41\xe7\x19\xb5\x8b\x40\x66\ \xde\x9d\xf1\x4d\x08\xc1\x18\x3b\x73\xb5\x23\x6c\xce\x5e\x18\x63\ \xa7\xc7\x99\x5d\x32\xc9\xff\x9c\x77\x21\x44\x67\xac\x71\xe4\xd6\ \xc1\x02\x67\xea\xa6\xfb\x27\x7b\x67\x9d\xbc\xa9\x19\xc9\x3f\xe8\ \x71\x9c\x96\xa1\x0f\x99\xaf\x99\xbc\xaf\x08\x21\xaf\xd7\xcb\x18\ \x4b\x26\x93\xce\x19\x11\x12\x88\x50\x93\x21\x26\x24\x40\x04\x40\ \x10\xa0\xc7\x1f\x7b\x8c\xdf\x1b\x5a\xbc\x6c\x85\xc5\x00\x0b\x8e\ \x11\x75\x18\x5a\xbb\xea\x23\x04\x08\x04\x00\x5c\x70\xaf\xc7\xf3\ \xd1\x47\x8b\x7e\x48\x2c\xa0\xb4\x39\xdc\xd2\xa7\xa2\x2f\x2c\x5d\ \x0a\xbf\xfd\x2d\x6c\xda\x04\x77\xdd\x05\xd3\x6e\x05\xcf\xa1\x95\ \xe4\xb4\x77\xdd\x76\xe3\x23\xc7\xcf\x78\xee\xfc\xfd\x56\xc4\x24\ \x3e\x99\xff\xfa\x47\x5f\xec\x4a\x6a\x3d\x7e\xfd\x9b\xeb\x7b\xf8\ \xe1\xc7\x76\x34\xb6\x7f\xfd\x0b\x6e\xbd\x15\x1a\x1a\xe0\xbe\xfb\ \xe0\xa6\x9b\x60\xff\x12\x1b\x3f\x14\x16\x7c\xbb\x59\xc3\x91\x58\ \xa7\x1d\x98\xb4\xd3\x29\xe3\xe1\xcc\xcf\x19\x09\xcc\xe8\xe1\xce\ \x7c\xdb\x79\x83\x8c\xf4\x3a\x5f\x2d\xcb\xca\xd0\x75\x47\x26\x33\ \x25\xc6\x1c\xf9\xcc\x60\xc4\x41\x99\x76\x06\x62\x32\xc0\xe1\x48\ \x78\x66\x2f\x47\xde\x3a\x03\x99\x73\xde\x76\xf3\x47\x27\xc5\x01\ \x75\x6a\x84\x10\x00\xc4\xb8\x4d\x6d\x01\x8a\x26\x29\x5e\x2c\xa9\ \x20\x78\xb7\xe2\xc2\xdc\xe2\x5e\xd4\xa6\xdd\x7a\xf7\xab\xae\x6d\ \x36\x93\x6d\x82\xd1\x0e\x7f\x0c\x07\x10\x02\x38\x06\xdc\x0e\x4c\ \x42\xfc\xf0\x66\x52\x07\x0a\x4f\x3b\x0d\x16\x2f\x86\xdf\xff\x1e\ \x1e\x7c\x10\x3e\xf8\x00\x1e\x7a\x08\x4e\x3b\xed\x10\x76\xce\xbb\ \x66\xda\xf4\xbc\xd2\x2e\x81\x0c\x52\x41\xf9\xc0\xd3\xf2\x8f\x1b\ \x3c\x6c\x70\xf0\xc7\xd8\xe1\xa3\xb0\x55\x55\xc1\xac\x59\xf0\xd7\ \xbf\xc2\x88\x11\xf0\xc2\x0b\x30\x7a\xf4\xe1\x3b\xd5\xb7\xf8\x11\ \x64\x59\x46\x88\x28\x9d\xd6\xd2\x77\x86\x03\x84\x90\x33\x51\x77\ \xc8\x0f\x98\xa6\xd9\x59\x9e\x0f\x24\x0e\x8e\x04\x76\x96\xf0\x03\ \xd5\xf8\xce\xcc\xbf\xcb\x66\x5d\x10\xc1\x11\xfb\x0c\xf3\x77\x78\ \x47\xe6\x6b\x17\x82\xe0\xc0\x99\x65\x59\x19\x08\x70\x90\xc8\x81\ \x12\x67\x5f\xc6\x58\xfb\x01\x39\x63\x5c\x30\x46\x34\xaf\xdf\x97\ \x57\x4a\x14\x37\x08\xe1\x0e\x84\xa2\x09\xd1\xd6\x16\x43\x52\x50\ \x0b\x60\x42\x64\x23\xd6\xc4\x39\x05\xc4\x01\x73\x04\x08\x23\x04\ \x0c\x10\xc2\x18\x11\x99\x1c\xce\x9c\x97\xb9\xb9\xf0\xcc\x33\x70\ \xe6\x99\x30\x7d\x3a\x9c\x73\x0e\x5c\x77\x1d\x4c\x9e\x0c\x65\x65\ \xdf\xb4\x8b\xec\xaf\xa8\x38\x60\xde\x27\x5a\xc5\x90\xd1\x15\x3f\ \x8a\xdc\x51\xd8\x0c\x03\x5e\x7b\x0d\x1e\x7a\x08\x9a\x9a\x60\xfa\ \x74\xf8\xed\x6f\x21\x2b\xeb\xb0\x9e\x50\xfa\x66\x46\x40\x6d\x9b\ \x73\x6a\x74\xac\x76\x38\x50\xc8\x33\x74\x40\x55\x55\x42\x08\x3d\ \xa0\x60\xd3\x41\x71\xa1\x33\x4b\x3f\x50\xec\x3b\xd3\x04\x87\xc6\ \x67\x7e\xec\x52\x62\x84\xed\x1f\x71\xe9\xf0\x8e\xce\x47\xe8\xbc\ \xbd\x43\xb3\x11\x42\x92\x24\x31\xc6\x18\x63\xb2\x2c\x0b\x21\x1c\ \x8d\xa0\x43\x2f\x40\x92\x24\x21\x84\x38\x80\x42\x64\x22\x49\x0a\ \xf1\x29\x4a\x80\x82\x02\x08\xa5\x0d\x82\x04\xb3\x99\xcb\xa2\x14\ \x63\x9f\xcf\x4f\x84\x95\x06\x60\x08\x31\x10\x36\x08\x86\x40\x00\ \x13\x08\x88\xe0\x48\x51\xd4\xc3\x5e\xf4\xe4\xc2\x0b\x61\xe4\x48\ \xf8\xe3\x1f\xe1\x89\x27\x60\xfe\x7c\xb8\xf5\x56\xb8\xe2\x0a\x38\ \x60\xa1\xde\x8f\xed\x7f\xaf\x2d\x59\x02\xb3\x66\xc1\xd2\xa5\x70\ \xfa\xe9\xf0\xe2\x8b\x70\xe2\x89\x47\xe0\x9c\xd2\xb7\x79\xde\xbb\ \xce\xc6\x07\xda\x0e\x0f\xaa\xa2\x1f\xd4\xb8\x90\x61\xe6\x9d\xcd\ \x01\xdf\xb0\x8b\x63\x26\xf8\x3a\x3b\x85\x63\x98\xf8\x06\xe3\xc5\ \x81\xbd\x05\x00\x45\x51\x18\x63\x8a\xa2\x60\x8c\x29\xa5\x8e\x69\ \xc3\x01\x3b\x07\x0e\xf6\x19\x35\x00\x53\xae\x48\xb2\x22\x49\x2a\ \xc2\x2e\x84\x25\x8f\xdf\x87\xa8\xa5\xb9\xdd\x02\x5b\x49\x83\x7b\ \xdd\x9a\xdf\x85\x3c\x5e\x95\x52\xa3\xb9\xb9\x2e\x1e\x8b\xa8\x92\ \x4c\x08\xe6\x5c\x30\x8a\x24\xc9\x75\x24\xaa\xd7\x17\x17\xc3\xa3\ \x8f\xc2\x85\x17\xc2\x03\x0f\xc0\x0d\x37\xc0\x4b\x2f\xc1\xb4\x69\ \x70\xee\xb9\xf0\x2d\x8b\x9d\x7f\x6c\x47\x6b\x5b\xbb\x16\xe6\xcc\ \x81\x37\xde\x80\xd2\x52\x78\xee\x39\x98\x38\x11\xe4\x23\x94\x54\ \xfd\xdb\xb0\x40\xec\x27\x87\x5d\xd8\x7b\xe7\xa9\x9b\x31\xa6\xaa\ \xaa\x33\x57\x1f\xe8\x20\xc8\x7c\xcd\x28\xf0\x07\xce\xdb\x07\xdd\ \x3e\x23\xdb\xce\xf6\x5d\x0a\x93\x1e\x14\x0b\x3a\xc3\x81\x03\x25\ \x19\x66\xe1\x9c\xce\x11\xf8\x8c\x07\xc1\x31\x4c\xc8\xb2\xec\x1c\ \x2d\x63\xf5\x04\xc0\x32\x02\x89\x08\x45\xc6\x5c\x92\xb1\xac\x10\ \x99\x98\xa6\x85\x65\x49\x56\x08\x21\xc8\x34\x2d\xaf\xea\xe9\xd6\ \xbd\x17\x41\x16\xa3\x56\x22\xd6\x66\xdb\x02\x90\x40\x40\x24\x4c\ \x08\x3e\x72\xfa\x37\x3d\xe1\x04\xeb\xd5\x79\xf0\x8f\x7f\xe2\x39\ \x7f\x94\x2f\xbd\x94\x9c\x76\x9a\xb8\xe5\x16\xfb\xf4\xd3\xa8\xc7\ \x03\xa6\x09\x87\xa3\x2c\xca\x91\x6f\x08\x54\xd5\xf5\x75\x16\x32\ \xcb\xb2\xe8\x21\x17\x11\x3d\xba\x1a\xc6\xa0\xaa\x84\x31\x79\xf3\ \x66\x3c\x77\xae\x78\xf1\x45\x9b\x10\x7a\xcb\x2d\x30\x69\x12\xf4\ \xec\x09\xa6\x09\x94\x82\x10\x08\x21\x45\x51\xbe\xbf\x81\xf0\x3f\ \xc7\x02\xf4\xf5\x93\xb6\x10\x02\x75\xc8\x15\xa5\x54\x70\xee\xcc\ \xf9\x9d\xc5\xbb\x93\x5c\xed\x9b\x96\x33\xb2\x2d\x84\x70\x08\xf9\ \xd7\x91\x8e\xce\x47\x3b\x68\xad\xa1\x2e\x3f\x1e\xc8\x1d\x9c\xdd\ \x33\xb6\x03\xcb\xb2\x30\xc6\x8a\xa2\xa4\xd3\xe9\x8e\x5a\xc6\x4c\ \x96\x65\x55\x55\x1d\xdb\x47\xc6\x60\xc1\x18\x03\x60\x12\xe1\x42\ \xa4\x6d\x9a\x64\x08\x30\xb2\x65\xc5\x2d\x54\x8c\x31\xf7\x79\xdd\ \x29\x43\x91\x91\x9b\xa5\x53\xdb\xb7\xef\x16\x2c\x6d\x98\x96\xcf\ \x1f\x88\x47\xda\x4c\xc6\x55\x49\x42\x88\x58\x16\x15\x47\xa4\x14\ \x5a\x3c\x1e\x8b\x86\x5b\x89\xea\x82\x8b\x2e\x94\x4f\x18\x1d\x58\ \xb8\x90\xcc\x7d\x5e\x4c\x98\xa0\x8f\x18\x9e\xba\xfa\x6a\x3e\x76\ \x2c\x64\x65\x01\xa5\x88\xd2\xff\x89\xd2\x6c\x5f\x17\x88\xc2\x39\ \x67\x9c\xe5\xe5\x17\xb8\xdd\x9e\x2e\xff\x0d\x87\xc3\xe9\x74\xfa\ \xb0\xca\xc9\xe1\x11\x3e\x09\x24\x09\x18\x83\xc5\x8b\xd5\x97\x5f\ \xf6\xbf\xfb\x2e\x56\x14\x36\x71\x62\x6a\xe2\x44\xbd\x7f\x7f\xe0\ \x1c\x1a\x1b\x33\x8f\xcc\x99\x6e\x43\xa1\x90\xef\xb0\xe9\x80\xdf\ \x8c\x05\x42\x22\x04\x00\x14\x87\xa5\xec\x6f\x8d\x77\xe4\xd9\x91\ \x76\x87\x69\xcb\xb2\xac\x69\xda\x81\x06\x85\xfd\x84\x93\x10\x67\ \xd6\x16\x42\xc0\xfe\xfa\xc2\x81\xba\x86\x73\xfd\x99\x73\xc1\xfe\ \xf1\x8b\x07\x55\x19\xf6\xb9\x09\x85\x80\x8e\x0f\x99\xe6\x40\x8f\ \x73\xb4\xf2\xf2\xf2\xe3\x8e\x3b\xae\xac\x5b\x37\x43\xd7\xff\xfd\ \xef\x77\x9a\x9a\x9a\x54\xd5\xc5\x18\x73\x22\x94\x10\xc2\x20\x18\ \x06\x2e\x11\xe2\x52\x15\x26\xab\x44\x52\x11\x16\x8a\xa6\x08\x6a\ \x6b\x1e\xcd\x17\xf4\xa7\xa2\x89\xa4\xae\x33\x5b\x27\x84\x31\x9b\ \x82\x90\x3d\xde\xa0\x99\xd2\x15\x45\x03\x81\x39\x3b\x12\x82\x67\ \x18\x7a\xb8\xa5\xb9\xb0\xb8\xc4\xe5\xd2\x00\x00\xb2\xb2\xa1\x5f\ \x7f\xf1\xf3\xab\xd1\x6b\xaf\x05\xe6\xce\x0d\xdc\x7a\x1b\xbc\xf1\ \x16\xfc\xf2\x97\x70\xfe\x04\x28\x08\xfd\xaf\x33\x83\x44\x22\xde\ \xd4\xd8\x50\x56\x56\x4e\x3a\xd1\xc3\x78\x3c\x9e\x4a\xa5\x8a\x8b\ \x8b\xff\xf7\xb0\x80\x52\x58\xb1\x02\x5e\x7c\x11\x16\x2c\x00\x42\ \xe0\xda\x6b\xe1\x57\xbf\x92\x06\x0e\x0c\x01\x84\x0e\xfe\xac\x8d\ \xc6\xc6\x46\x45\x51\xd4\xc3\xa3\x00\x4a\xdf\x8c\xd0\x18\x61\xc8\ \xc4\x17\x23\x84\x31\x96\x24\x89\x0b\x21\xb8\xc0\x12\x61\x8c\x61\ \x84\x84\x10\x8a\xd3\x39\x84\x10\xc6\xbc\x43\x47\xe8\x08\x5b\xde\ \xff\x98\x8c\x75\xb6\x26\x72\xce\x49\x87\x47\xb0\x8b\xa3\xa1\xf3\ \x41\x1c\x09\x77\x2c\x7c\xce\x57\xe7\xc1\xf3\xfd\xbd\x12\x4e\x17\ \x24\x42\x04\x00\x67\xcc\xe1\x05\x0e\xa0\x64\xa2\x0f\x1c\x6f\x9f\ \xea\x72\xc9\x8a\x32\x60\xe0\x60\x84\x70\x32\x99\x4e\xeb\x86\xac\ \xa8\x36\x65\x44\xb8\x1b\xba\x44\x00\x00\x20\x00\x49\x44\x41\x54\ \x52\x30\x11\x00\x20\x21\xc2\x28\xa5\x06\xd5\x90\x5b\x53\x03\x3a\ \xb8\x6c\xca\x13\x09\x4b\x46\x20\x38\x6e\x8b\xe9\x5c\xc8\x36\x70\ \x7f\x96\xcf\xb6\x94\xd2\xa2\xa2\xda\xaa\xbd\xa9\x44\x9b\xdf\xa7\ \x45\xec\x66\x2e\x38\xb7\x6d\x4d\x73\x61\x7c\xd8\x97\x7e\x25\x62\ \x31\x97\xe6\x76\xb9\xb4\xce\xb6\x18\x91\x93\x23\x6e\xb9\x05\x5f\ \x71\x05\xfc\xf3\x9f\x68\xee\x5c\xf8\xc5\xd5\xd0\xab\x97\xb8\xfc\ \x72\xf1\x93\x9f\xc0\xa0\x41\xfb\xd4\xbf\xa3\x9e\x26\xec\x7b\xb2\ \x08\x21\x00\x9f\xcf\x1f\x69\x6d\xd5\xf5\xb4\xd7\xb7\xcf\x21\x12\ \x8b\xc5\x42\xa1\xd0\xff\x18\x10\x34\x35\xc1\x07\x1f\xc0\xf3\xcf\ \xc3\x8a\x15\x50\x52\x02\xd7\x5f\x0f\x57\x5e\x09\xfd\xfa\x7d\xf3\ \x4e\x2e\x97\xcb\xe5\x72\xa5\x52\xa9\xff\x02\x16\x40\xa7\x58\x5d\ \x00\x40\x02\x28\xa5\xa6\x69\x62\x27\x10\xd0\xb6\x88\x2c\x81\x40\ \x9d\x05\xbb\x0b\xab\xff\xba\xb8\x80\xce\x5a\x3d\xe9\x08\x5e\x70\ \xe4\xfc\xc0\x71\x70\x60\x20\x63\x66\xfe\xe7\x9d\xc2\x19\x3b\xfb\ \x23\x11\x00\x22\x24\xb3\xaf\xe3\xad\x70\xde\x6d\xdb\x56\x14\x85\ \x73\xde\xd8\xd8\xf8\xd2\x4b\x2f\x59\x96\xa5\xeb\xba\xae\xeb\xce\ \x2a\xac\x74\x3a\xbd\x8f\xa1\x10\x22\x5c\x0a\x97\x55\x9d\x42\x8a\ \x53\x93\x71\x81\x71\x5b\x3a\x11\xf0\xfa\x30\x51\x28\xe3\xfe\xac\ \x5c\x9a\x6a\x6b\x69\x69\x65\xac\x36\x99\x48\x02\x03\xcb\x16\x9a\ \xd7\x4f\x2d\x33\x6d\xd9\x36\x17\x47\x40\x47\xe0\x1d\xbe\x95\xfd\ \x7c\xae\x42\x80\x10\x3c\x3b\x1b\x7e\xf5\x2b\xf8\xe9\x4f\xd1\xd2\ \xa5\xe8\xe5\x97\xd1\xec\xd9\xe8\x89\x27\xc4\x98\x31\xe2\xa7\x3f\ \x15\xa7\x9f\x0e\xa1\x90\x40\x08\x7d\x8f\x34\x38\x87\x0f\x00\x3a\ \x8f\x9f\xcc\x40\xe4\x42\x10\x42\x00\x01\xdf\x3f\xfc\xde\xb1\x58\ \x1d\x0d\x1d\xb7\xf4\x14\xc5\x8a\x5b\xfd\x7a\x53\x9f\x69\xc2\xa6\ \x4d\xf0\xc6\x1b\xf0\xd6\x5b\xd0\xd0\x00\xfd\xfb\xc3\x9f\xfe\x04\ \x17\x5d\xe4\x84\x93\x1f\x22\x38\xf2\xc3\xf6\xbc\xa4\x6f\x31\x16\ \xec\x3f\x9a\x33\xa2\x8e\x31\xc6\xc8\x09\xfe\xc7\x8e\x5b\xce\x79\ \xc7\x18\xdb\xb6\x9d\x71\x34\x1e\x68\x1a\xec\x6a\x11\xe4\x3c\x13\ \x23\x90\x09\x0d\xe8\x02\x25\x99\xa0\x20\xe7\x46\xec\x8b\x1d\x70\ \x06\x05\x6e\x4f\x5d\x9b\x51\x58\xba\x04\x2f\x64\xba\xe1\x7c\x75\ \x9c\x05\x8a\xa2\x08\x21\xea\xea\xea\x1c\xff\x62\x20\x10\xb0\x2c\ \xcb\x31\x34\x76\xf4\x0d\x38\xc2\x5c\xd2\x88\xcb\x2d\x14\x19\x09\ \x59\x06\xe0\x58\x48\x2e\x15\xa9\x6a\x20\x3b\x17\xcb\x1e\xae\xc7\ \xc2\x46\x3a\x6d\x58\x16\xb5\xbd\x9a\xc7\x25\x93\x74\x22\xe1\x52\ \x35\xc6\x84\xac\x79\x02\xa1\x00\x3a\xec\x4e\x45\xe8\x58\xca\xb5\ \x9f\x92\xd5\x8e\xa1\x42\x20\x00\xe1\xf3\x89\x09\x13\x60\xc2\x04\ \xf4\xd5\x57\xf8\x8d\x37\xd0\xfc\xf9\xe8\xad\xb7\x44\xdf\xbe\x70\ \xee\xb9\xfc\x82\x0b\xc4\xf0\xe1\xa0\x75\x84\x2d\x32\x06\x42\x20\ \x84\x09\xc1\x00\x82\x51\x26\x00\x88\x24\x21\xc1\x29\x3b\x72\x78\ \x91\x01\x80\x7d\xe0\xee\x68\x7c\xed\xd8\xc7\xbb\x20\x2c\x3f\x5a\ \xb0\xcc\xfe\xec\x9f\x4f\xed\x2d\x18\x7f\xf5\xe9\xfd\x0f\xf2\xcf\ \x1d\x3b\x60\xd1\x22\xf8\xfb\xdf\x61\xf9\x72\x08\x04\xe0\xec\xb3\ \x61\xe2\x44\x18\x33\xe6\xbb\xba\x7b\x0e\xea\x7a\x3b\x42\x3a\x02\ \x6a\x17\xf9\xf6\x31\x2d\xcb\x72\x56\x56\x16\xc6\x38\x12\x89\x00\ \xc6\x02\x01\x16\xd0\x19\x0b\x9c\x49\x3b\x23\x81\x07\xf5\x32\x66\ \x04\xbe\x8b\x73\xd1\xd9\x17\x3a\x05\x17\x64\x42\x98\x3a\xc7\x2c\ \x67\xd8\x07\xef\xb0\x4d\x76\x0e\x7f\xee\x8c\x3b\x5d\x4e\xd4\xd9\ \xe8\xc0\x39\x57\x55\xd5\x89\x89\xb0\x2c\xcb\x39\xb5\xa2\x28\x4e\ \xf4\x91\xb3\xae\x09\x04\x63\x48\xc8\x6e\xd5\xed\x75\xa9\xb2\x4b\ \x00\x70\x5b\x27\xe0\xb6\x2d\x2b\x9d\x4e\x12\x15\x71\xc3\x20\x8a\ \x5a\x50\x54\x4c\x6d\x0b\x81\xe0\x9c\x61\x45\x95\x14\xc5\xb0\x2c\ \xa0\x12\x56\x8e\x84\x1f\x41\x80\x68\x5f\xbb\xd9\x59\x42\x3a\xf8\ \xbf\x00\x00\x27\xa8\x1c\x21\x31\x7c\x38\x1b\x3e\x1c\xa6\x4f\x47\ \x8b\x16\xe1\xbf\xff\x1d\xbd\xf0\x02\x79\xe6\x19\x31\x70\x20\x3f\ \xef\x3c\x31\x6e\x1c\xf4\xe9\x03\x5e\x2f\x06\x48\xef\x5d\xfd\xd4\ \x9f\x17\x1c\x77\xed\xd4\x53\x7a\xfa\x85\x60\x9f\xbc\xf2\xe4\x56\ \xef\x29\x93\x2e\x18\xc8\x39\x38\xa6\x1e\x00\x6e\xdb\x42\x96\x09\ \x08\x6a\x53\x90\x65\x09\x80\xdb\x36\x93\x65\xd9\xf9\x80\xbe\xef\ \x15\x75\xfd\xea\x60\x9b\xc3\x17\x04\x13\x5d\x36\xc9\xc4\xb6\xfe\ \xc0\x37\x36\xb2\xfe\x9e\x07\xe7\x0d\xbc\x74\xf2\x25\xa3\x0e\x31\ \x6d\xb1\x88\x85\xeb\x23\x5e\x6b\xbf\xa7\x50\x57\x07\x4b\x96\xc0\ \x82\x05\xb0\x7c\x39\x18\x06\x0c\x1c\x08\x8f\x3c\x02\x17\x5d\x04\ \x3d\x7a\xfc\x87\xbd\x3a\x9c\x4c\xf3\x10\x62\x90\x01\x67\xac\xf1\ \x7e\xbf\x7f\xec\xd8\xb1\x5c\x88\x45\x8b\x16\x45\xa2\x11\xc0\x18\ \x10\x76\xa6\xa6\x4c\xe4\x9f\x63\x9c\xcf\x44\x2e\x77\xe9\x7d\x97\ \xc9\x3f\x33\x15\x4b\x92\xd4\x65\x4a\xef\xec\x08\xe8\x6c\x14\xe8\ \x6c\x4d\x80\x4e\xb6\xc9\xf6\x25\xc9\xfb\xc7\x32\x75\x0e\x64\xee\ \x8c\x68\x8e\xef\x43\x92\x24\xce\x85\x13\x71\xe4\xa0\x4c\x46\x4f\ \x41\x00\x84\x08\x15\x0b\x97\x0c\x58\xa4\x8d\x74\xc2\x30\xd3\xcc\ \x4a\x73\xdb\xc6\x48\x49\xc5\xc2\x58\x0d\x2a\x18\x19\xf1\x18\xb3\ \xa9\x91\xd6\x6d\xd3\x14\x9c\xaa\x32\xc1\x6e\x8d\x28\x92\x69\xa1\ \xa4\x6e\xf2\xc3\xaf\x23\x08\xde\x79\x16\x45\x0e\x3a\xc0\x81\xa6\ \x00\x21\xc0\xb2\x00\x63\xc8\xc9\x11\x97\x5d\xc6\x2f\xbb\x0c\x6d\ \xd9\x82\x16\x2d\xc2\x0b\x16\x90\x07\x1f\x84\xfb\x1f\x10\xc7\x0c\ \x15\x67\x9e\x89\xce\x3a\x9b\xab\x91\x3d\x3b\xbf\xfc\xf2\xd9\x79\ \x39\x77\xde\x38\x20\x20\xc5\x9a\x1b\xea\x8d\x34\x42\x88\x27\x6a\ \x16\x7f\xb8\x68\x4f\x1b\x1e\x74\xd2\xb8\x13\xfb\x28\x4b\xde\xfd\ \x24\x6b\xc8\x98\x21\x45\xb0\x76\xf9\x07\xac\x74\xe4\xb0\xf2\x9c\ \xad\xcb\xde\x6b\x0e\x0c\x38\x69\x48\x09\xa7\x3f\xac\xd5\x74\x3f\ \x93\xd3\x81\xbc\xe0\x30\xe9\x5e\x6b\x96\x2c\xae\x6f\x8b\xc4\x16\ \x2d\x1e\x3b\xe2\xca\x20\x01\xa3\xad\x66\xf9\xe2\xe5\xd5\x11\xdd\ \x15\x2a\x3d\xed\xec\x33\x4b\x7c\x38\x52\xbd\xee\xa3\x8f\xd7\x45\ \x74\x9a\x55\x36\x68\xec\x59\xa3\x02\xa0\x08\x4d\x23\x3e\x77\xfd\ \xae\x2f\x1a\xd6\x45\x87\xc7\xea\xe1\x9d\x77\x61\xd5\x67\x50\xdf\ \x00\x83\x06\xc1\xa4\x49\x70\xee\xb9\x70\xec\xb1\xf0\xfd\x66\x88\ \xce\x23\xfc\xc8\x62\x81\x00\x55\x51\x54\x59\x71\x7a\x20\xc9\x72\ \x3a\x9d\x5e\xb6\x6c\x99\x10\x22\x95\x4a\xb5\xaf\x23\x06\x40\x18\ \x83\xb3\xf8\x9f\xf3\x8c\x44\x75\x96\xf9\xcc\xe4\x9c\xd1\xf3\x1d\ \x09\x67\x8c\x89\x8e\x8d\x33\xd3\xbe\x65\x59\x8e\xb5\xdf\xb6\xed\ \xcc\xbf\x3a\xab\x18\xb6\x6d\x4b\x92\xe4\x38\x05\x04\x80\xe3\x14\ \x04\x00\x47\xb6\x33\x94\xc4\xb6\xed\x8c\xbd\x20\x83\x08\x99\x10\ \x49\xcb\xb2\x00\x10\x21\x12\x63\x96\x24\x49\xb6\x6d\x6b\x9a\xb6\ \xdf\xaa\x47\x84\x64\x82\x99\xb0\xa3\x8d\x95\x72\x2a\xcc\x25\x40\ \x84\x96\x97\xe4\x63\x8e\x2c\x03\xaa\x6a\xeb\xa2\xcd\xf5\x7e\x7f\ \x8e\xa0\xdc\xb6\x28\x70\x26\x61\x84\x65\x99\x20\x81\x80\x83\xa0\ \x96\x6d\xb8\x35\xf9\xf0\xab\x08\xd0\x91\x20\x62\xdf\x5b\xfb\x3d\ \x3f\xa8\x6f\x8e\xf3\x4c\xbd\x4d\xd1\xbf\x3f\xf4\xef\xcf\x26\x4d\ \x42\xbb\x76\xa1\x45\x1f\x92\x85\xef\xe1\x27\x9f\x84\x3f\xce\xf1\ \x05\x5d\xd7\xe4\xf7\x0e\xab\x1f\x2c\xf8\xa3\xab\x68\xfa\x15\xc8\ \xeb\x46\x1e\xaf\x80\xe8\x9b\x7f\x79\xb6\x31\xf7\xf8\x11\x65\x6d\ \xff\x7e\xfe\x19\x65\xca\x8d\xf5\x9f\x2f\x5e\x63\xf4\x3e\xe6\x7c\ \xff\x07\x2f\xfc\x31\x72\xf6\xec\x11\x3d\xe4\x0f\xde\x5d\xe8\x39\ \x67\xe0\x29\x58\xd0\x1f\x74\x19\x06\x02\x24\x3a\x1c\xd8\xed\x10\ \xbf\xff\x06\x99\x48\xd3\x1f\x12\x09\x62\xbb\x16\x6f\x4c\x5f\x7f\ \xfb\x8c\x2f\x5e\xfa\xf3\xf2\x6d\x91\xf3\x07\x64\x35\x6f\xff\xe4\ \xb5\x0f\x37\x9d\x77\xe1\x69\xf1\x4d\xcb\x1e\x7b\xac\x7a\xc6\x1d\ \xd7\x56\xad\x7c\xeb\x83\xad\xd9\x17\x8d\x19\xb0\x71\xe5\xfc\x39\ \xd5\x6d\x33\xce\x1f\xde\xad\xaa\x2e\x7b\xd1\xec\xc0\xb6\x65\xca\ \x86\x2a\xc8\xf2\x59\x1e\x58\xda\xe3\xb8\x91\x2f\xbd\x1e\x1a\x35\ \x2c\xe9\x72\x79\x8f\x54\xc8\xd0\x61\xc1\x02\xc6\x59\x28\x2b\x2b\ \x3b\x3b\x27\x6d\xe8\xb6\x6d\x33\xc6\x28\xa3\xf5\xf5\xf5\x4e\x16\ \x10\x84\x50\xe7\xe4\x22\x0e\x45\xef\x1c\x50\x90\x59\x29\xe4\xe8\ \xe4\xd0\xb1\x7e\xc1\xd1\x26\x9c\xa7\x98\xd1\xff\x9d\xdd\x25\x49\ \x72\x34\x79\xe7\x74\x9d\xd1\x24\xb3\x6a\x28\x13\x26\xec\xb0\x0c\ \xd6\xc1\x4a\x30\xc6\x6e\xb7\xdb\x34\x4d\x27\x76\x20\xb3\x7d\xe7\ \x81\xe2\x44\x1c\x7a\x3c\x1e\x84\x50\x2a\x95\xb4\x2c\x93\x52\xe6\ \x1c\xcd\x39\x6f\x66\x79\x05\xe7\x9c\x53\x46\x04\x45\x36\xd0\xa4\ \x51\xda\xb3\xb8\x5b\x79\x49\xd0\x23\xa5\xe2\x31\xcb\xc4\x32\xf6\ \x57\x56\x45\x54\x89\x02\x56\x0c\xce\x4c\x46\x4d\x5b\x07\x0a\xb2\ \x42\x4c\x93\x51\x33\x45\x10\x53\x64\x84\x00\x1d\x11\x5e\xe0\x08\ \x0b\xdf\x87\x0b\x02\x84\xf8\xb6\x09\xc4\xd0\x01\x01\x48\x04\x06\ \x0e\x80\x41\x83\xe8\xcd\x37\xa3\xad\x5b\xf1\x97\x5f\x89\xb7\x5f\ \xeb\xfd\xf1\xea\xe0\x9a\xf8\xb1\xe2\x1d\xb1\x64\x5e\x85\xcb\xb6\ \x46\xe5\x25\x57\x79\x3e\xdc\xd4\xdc\xfb\x94\x74\x55\x92\x46\xe3\ \x75\x5f\xee\xe0\x67\x9d\xd4\x73\xee\xa6\x0d\xb5\x0d\xbd\x52\xc2\ \x93\xae\xaf\x6b\xab\x4d\x35\xa3\xec\x4b\x07\xe7\x33\xcb\xfa\x41\ \xf5\xd9\xf6\x8b\x10\x20\x50\xc7\xa2\x2f\x10\x07\xd7\x11\xba\x18\ \x9b\xfe\xd3\x1b\x2a\x10\xc6\x7b\xbe\x5c\xd6\x16\xe8\x3b\xa8\x67\ \x2f\x69\x50\xee\x1b\x8b\x57\x9e\x37\x60\x3c\xb3\x2c\x7f\xcf\x21\ \xe7\x8c\x3b\xcb\x3d\x6e\xd4\xcc\x29\xf7\xaf\xd8\x19\x2f\xd4\x3c\ \xbd\x2a\x86\x8e\xcb\xc9\x1d\xa7\x5a\x6b\x1e\xfa\x35\x9d\xa5\x0c\ \xdd\xbb\x5d\xf8\xb3\xd1\x88\x3e\x2b\x4e\x2c\x2c\xbc\x73\xb6\x1a\ \x5e\xb4\x3c\x75\xc2\xe9\x63\x4e\x01\x80\xc9\xd7\x5d\x77\xf9\x65\ \x97\x9d\x7a\xea\xa9\x5d\x42\x6f\x0f\x51\x29\xc8\x10\xdb\xff\x22\ \x2f\x10\x9a\xcb\xe5\xf3\xf9\x98\xe0\x8c\x31\xc7\xe2\x8f\x10\x02\ \x84\x38\xe3\x1c\xed\x93\xd2\x2e\xf6\xff\xce\x41\x7e\xaa\xaa\xca\ \xb2\x9c\x4a\xa5\x6c\xdb\xce\xd8\xf0\x18\x63\x19\xdb\x7e\x17\x4a\ \xef\xf1\x78\x6c\xdb\xb6\x6d\x5b\x96\xe5\xce\xcb\x9c\x1c\x69\xcf\ \xac\x5c\x76\x08\x08\x63\xed\x74\xd4\x39\x20\xeb\x68\xbc\x23\xf0\ \xa9\x4b\x82\x03\x49\x92\x28\xa5\xb1\x58\x4c\x08\x81\x31\x21\x44\ \x22\x44\x72\xf0\xa5\xf3\xda\x84\x76\x95\x07\x90\x0c\x12\x03\x9e\ \x32\x12\x85\xb9\xde\x6e\x85\x7e\x61\xb5\x79\x30\xf6\xf9\xf3\x4b\ \xd2\x72\x55\x65\x55\xa4\x31\xad\x48\x7e\xce\x39\x12\x5c\x41\x0c\ \x21\x0e\xb6\x30\x6d\x2e\xa8\xe9\x22\x42\xc5\x47\xc2\xa6\x25\xc0\ \xb9\x6f\xa2\xcb\x92\xb0\x0e\x95\xe1\x5b\x27\x4c\xd6\xce\x14\x10\ \x82\xfe\xfd\xc9\xe0\x21\xc9\x63\x4b\x9e\x78\x7c\xf9\xcf\xcf\x3a\ \xa9\xc7\xfa\xc5\xad\x2f\xbd\x18\xaa\x69\x3b\x6f\xe5\x06\x3c\xc7\ \xfc\x6d\x20\x9f\xb6\x36\xd8\x43\x87\xf4\x1c\x33\xae\xa4\x54\x04\ \xe4\x11\x74\xe5\xca\xf7\x96\xc6\x8a\xce\x9c\x58\xd8\xb2\xf3\x5f\ \xef\x21\xa5\x60\x60\x8f\x80\x8c\x31\x06\xc3\xc0\xaa\x46\x98\x65\ \x32\xac\xb9\x88\xa9\x1b\xdf\x5d\x67\x40\x9d\xfc\x09\xd0\xa1\x2d\ \x3a\x17\x7b\x10\x1d\xc1\xb9\xf0\x6f\x0e\x57\x3f\xe4\xfb\x89\x15\ \x68\xfb\xec\x93\x35\x8d\xad\xbe\x59\xf7\x6d\xa1\xc9\xd6\x9a\x78\ \xdb\x06\x7d\x7c\xd0\xa3\x59\x88\xa7\x0d\xea\x0e\x37\x0e\x8f\xd6\ \x78\xe6\x3c\x3c\xb0\xf2\xa3\xbe\xab\xe7\x00\xe1\x40\x78\x3e\x55\ \xe8\x85\xa7\x7f\x7e\x7c\x8f\xdd\xe7\x4c\xbb\xe2\x92\xe3\xe2\x7f\ \x9e\xbd\xd9\x46\x85\xcd\xac\xcf\x88\x0a\x59\x70\x01\x68\xfd\xba\ \x75\x9b\x37\x6d\x7a\xe4\x91\x47\x4e\x38\xe1\x84\xef\x1a\x1f\x99\ \x19\xc0\x0e\xf5\x3e\x7c\xde\xd3\x6f\xb6\x17\x20\xc6\xb9\x4b\x75\ \xb9\x3d\xb6\xde\x91\x5c\xd1\xc1\x82\xf6\x0c\x66\x42\x10\x84\x44\ \x87\xd3\xae\xb3\xbd\x30\xe3\x1d\xc8\xe0\x45\x46\x71\x70\xa8\x81\ \xa2\x28\xb2\x2c\x73\xc6\x32\xc9\x0e\x9c\x8d\x9d\x27\x2a\x49\x52\ \x46\x71\x70\x08\x42\x86\x71\x70\xce\x4d\xd3\x74\xb6\xa1\x8c\x31\ \xc6\x1c\xd5\xc0\x51\x0a\x00\x40\x51\x14\x84\x91\x33\x70\x12\x89\ \x84\x24\x49\x4e\xec\x50\x46\x5f\x60\x8c\x39\x9d\x61\x8c\x81\x40\ \x0c\x31\xc7\x88\xe0\x40\xcc\xbe\x08\x65\x40\xc0\x11\xe3\xb6\xaa\ \xa8\xf9\xf9\xb9\x9a\x9b\x98\x8c\x0a\x62\x19\x7a\x44\x92\xb3\xbc\ \x5e\x29\x15\x33\xc1\x4c\x03\xa3\x80\x40\x91\x31\x46\x80\x91\xe0\ \x82\xcb\x6e\x17\x91\x90\xc7\x85\x8f\x40\x6e\x47\xc1\x05\x77\x2e\ \xc9\xa1\xca\xfb\x33\xa9\xef\x26\x18\xb6\x0d\x2e\x8d\x59\x46\x18\ \xcb\xc9\xd3\xcf\xb0\x7e\x72\x76\x74\xdc\x31\x4f\xde\xfe\xf4\xa0\ \xfe\x17\x5d\xe3\xa9\x2e\x79\xfb\x6f\xe2\xfd\x45\x79\x0b\xdf\x85\ \xfc\x7c\x28\x2b\x15\xe5\x45\xe7\x45\x5a\x3f\x5b\x91\x7b\xf2\xbd\ \xf7\x09\xba\xee\xde\x77\x5a\xaf\x9e\x71\x09\x44\xb7\xce\x5b\xbe\ \x6b\xd4\xd8\xd3\x5a\x97\xbc\x15\xcd\x3d\x66\x44\x5e\xec\xcd\x8f\ \x6b\x4e\x1e\x77\x46\xbe\x1b\xb1\x43\xce\xc3\x75\xe0\xbc\x87\x50\ \xbb\x9a\x20\x18\xe7\x07\x78\x34\x1c\x52\x99\x99\x00\xfe\x73\x38\ \xc0\x18\x30\xc6\x12\x09\x6f\x5f\xb9\xda\x28\xbf\xe9\xfe\xdf\xf5\ \x90\x2d\x84\xcc\x0f\x1f\xbc\x67\xfb\xe3\xf3\xce\xa4\xab\x2f\xfb\ \xe7\x3a\xdf\xbb\x73\xd9\xee\xad\xa7\xd7\x35\x10\x8f\xd6\x96\xeb\ \xdf\x50\x50\x94\x73\xf1\xf8\xea\x64\xe5\xfb\x9e\x13\xef\x78\xf0\ \xfa\xe8\x5f\xa7\xad\x8a\xa6\xce\x93\xb4\x53\x4f\x19\x31\x6b\xce\ \x1f\x36\x65\x1d\x7b\xdb\xc0\x3c\x46\x29\x13\xd0\xa7\x4f\x9f\xcb\ \x2e\xbb\xec\xae\xbb\xee\x9a\x39\x73\xe6\xc8\x91\x23\x4d\xd3\x3c\ \xc4\x1e\x76\x59\x59\xf3\x75\x4e\xfa\xc3\xef\x53\x44\xc8\xd0\x75\ \x45\x51\xfc\xc4\x1f\x8d\x44\x19\x17\x9c\x33\x70\xf2\x0e\x82\x70\ \x44\x1f\x09\x40\x9d\xb2\x92\xb8\x54\x97\xa3\xea\x67\xb4\x74\x67\ \x92\x77\xac\x89\xce\xd3\x32\x0c\x83\x52\x0a\x20\x32\x6b\x81\x32\ \x49\xca\x30\x26\x8e\xda\xaf\xaa\xaa\xb3\x70\xa8\x8b\xf6\xe1\x40\ \x63\x22\x11\xe7\x5c\x84\x42\x21\x22\x49\xc9\x64\x92\x73\x2e\xc9\ \xb2\xc3\x0b\x12\xf1\x04\x17\x3c\x14\x0a\x61\x8c\x53\xa9\x54\x3a\ \x9d\x56\x55\x15\x21\x4d\x92\xda\x0d\x90\x92\x2c\x63\x84\x14\x45\ \xb1\x6d\x9b\x31\xee\x24\xb8\x24\x18\x3b\x34\x84\x73\x81\x71\x87\ \xed\x1a\x61\x84\x5d\x80\x90\xc0\x2c\x91\x4e\x41\x4b\x8c\x99\xe1\ \xa0\x57\x6b\x4b\x44\x55\x8f\x4b\xd1\x64\xce\x62\x32\xd1\x80\x20\ \x00\x4e\x30\x37\x2d\x33\xad\xa7\x39\xa7\x3e\xbf\xcf\xa5\xb8\x25\ \x22\x8e\x1c\x2f\x10\x5c\x70\xde\x65\x71\xb7\x23\x42\xdf\x2d\xa0\ \xc8\xa6\xa0\xf8\x7b\x75\x2f\x56\x8d\x94\x19\x27\x25\x83\xc7\x9c\ \x78\x45\x53\x63\xd1\xb9\xe6\xb9\xbd\x8c\xcb\x2f\x58\xba\xe0\x3d\ \x6b\x67\xc3\x40\x26\x0f\xa1\x09\x75\xed\xfa\x93\xe3\x6d\x23\x93\ \xeb\x5d\xe3\x96\x9a\x7e\x7c\x2b\x14\x0c\x78\xe3\x2f\xdc\xdf\x5a\ \xb3\x29\x3d\xb8\x5b\x69\x64\xe3\xda\xfa\x21\x15\x03\x0a\xed\x5d\ \xcd\xb1\xe1\x92\x8b\xcb\x82\xd9\x36\x62\xfc\x60\x9d\x11\x5f\x37\ \xfc\x3b\xe0\xac\xe3\x3a\xa0\xfd\x52\xc5\xc1\x74\x84\x4c\xf6\x8a\ \x43\x15\x15\x84\x00\x63\x41\x08\x10\xd2\xce\x40\x18\x43\xf1\x84\ \x64\xc4\x6b\xde\x5f\x39\xa8\x45\x1a\xfa\xca\x9f\xf1\xa6\x4d\x68\ \xdb\xb6\x4b\xbe\xfc\xcc\xa0\x7f\x51\x3c\xae\x63\x40\x8e\xf7\xec\ \x56\x3d\xf4\xb8\xc0\x8c\xf3\x7a\x9e\x33\x7a\xdd\xd2\x17\x5e\xdc\ \x88\x7b\x64\x85\x68\xa8\xdb\xe5\x17\x5d\x94\xcb\xe9\xc0\xe1\x63\ \x37\xbc\xb3\x69\x67\x93\x31\xbc\xdf\xf1\x03\xf2\x5e\x5a\x53\x32\ \xa8\xcc\x2b\x59\xb6\x09\x00\xe9\x74\x7a\xdc\xb8\x71\x00\x70\xfb\ \xed\xb7\x3f\xf2\xc8\x23\x43\x87\x0e\x35\x0e\xb9\xd2\x59\x67\x2f\ \xd8\x61\x72\x9a\x1c\x12\x16\x58\x96\x49\xa9\xe9\xf1\x78\xbc\x5e\ \x6f\x2a\x9d\x12\x80\x70\xc7\xbd\x13\x80\x30\xc2\x08\x63\x04\x02\ \x10\x20\x4c\x04\x08\x24\x61\x05\xab\x1c\x04\x17\x8c\x9a\xd4\x34\ \x4c\xc6\xb8\x63\xf0\xe1\x9c\xa9\xaa\x4b\x73\xa9\x18\x30\x16\x88\ \xdb\x9c\xb8\x31\x43\x9c\x23\x21\x2b\xed\x89\x03\x14\x59\x62\x0c\ \x11\x42\x1c\xb7\xb2\xa3\x08\x38\x61\xc4\x9c\x67\xa6\x0b\x64\x5b\ \x0c\x13\x02\x80\x2d\xd3\x4e\x25\xd2\x80\xc0\xe7\xf3\x23\x84\x18\ \xe5\x9c\x72\x4a\xa9\x99\x36\x01\xc0\x48\x9b\xd4\xe6\x9a\x4b\xe2\ \x4c\x20\x09\x63\x84\x85\xe0\x08\x1c\xc7\x01\x25\x04\x21\x49\x15\ \x80\x09\x22\xc2\xa6\x2a\x51\x6d\x66\x23\x8e\x88\x24\x53\xe0\x44\ \x55\x30\x43\x4a\x42\x20\x21\x4c\x41\x99\x65\x72\x80\xa4\x6d\x82\ \xc9\x5d\x6e\x4d\xd8\x6d\x7e\xc9\x8a\xb5\xb6\x80\x8f\x78\x3c\x1e\ \x42\x30\xc2\x48\x80\x30\x6c\x93\x32\x5b\xa1\x8a\x5f\xf2\x22\x72\ \x24\x02\x60\x1c\x18\x00\xd1\x1e\x4f\x29\x32\xde\x44\x67\xc4\x7c\ \x47\xd5\x92\x5b\xba\xaf\xd7\xa8\x5b\xa6\x9f\x60\x99\x26\x17\x00\ \xc8\x77\xe1\x2f\x6f\xc1\xdc\x8e\xc7\x12\xde\x5e\xc3\x2f\x98\x3e\ \x0a\x30\xe6\x08\x74\x01\x46\x24\x42\x6a\xaa\xa5\xba\x3a\x7d\xf3\ \x66\x69\xeb\xf6\xd3\x6b\xab\xe1\xe5\x67\xa1\xb1\xe9\x76\xaf\x07\ \x56\x2c\x1a\x52\x54\x0c\x1f\xaf\x35\xbb\x57\xdc\x57\xd1\xdd\x78\ \xe7\x75\x5a\x50\x88\x0b\x0b\x79\x7e\xbe\xd0\x5c\x80\x10\x20\x0c\ \x18\x39\xd2\xb8\xcf\x03\xda\xf9\xd5\x41\x22\x10\x00\x08\x8e\xda\ \xff\xf2\x76\xd4\xeb\x82\x05\x42\x08\x84\x18\x00\x03\x10\x08\x09\ \x84\xe0\xc0\x57\xe6\x2c\x8e\xb9\x41\x08\xa0\x14\x35\x36\xe2\x86\ \x06\x54\x5f\x8f\x1b\x1a\x50\x4d\x0d\xde\xb1\x03\x35\x36\xe2\x70\ \x78\x68\x4a\x1f\xda\xd6\x0a\x0b\x7c\xd0\xa3\x07\x94\x97\xa3\x5b\ \xef\xd2\x86\x0e\xda\xb1\x77\xe5\xd3\x0d\x65\x53\x1f\xbe\x79\x00\ \x06\xca\x38\x27\x56\x7a\x11\x2f\x1d\x7a\xd6\x6d\x3f\x3f\x0d\xd9\ \x16\xa3\x34\x99\xd2\xb3\x7a\x9f\x32\x75\xfa\xc9\x91\xd6\xc6\x2d\ \x6b\x76\xd6\x4b\xfd\x26\x9c\x32\x14\x33\xd3\xea\x58\x1d\x97\x48\ \x24\xc6\x8d\x1b\x67\x59\xd6\x8c\x19\x33\x66\xcd\x9a\x35\x60\xc0\ \x80\x43\x84\x83\x0c\x16\xb0\xfd\x63\x76\x8f\x70\x7c\x81\x40\x08\ \x59\xa6\xe9\x0f\x06\xbc\x1e\x4f\x22\x99\x10\x08\x09\x86\x81\x00\ \x17\x48\x20\x24\x9c\xe4\xbf\x68\x9f\xe7\x47\x08\xf0\x78\x3c\x89\ \x64\x8c\x31\x66\xd9\xb6\x65\x99\x82\x65\x16\x08\x09\x46\x69\x3a\ \xc5\x55\x59\x26\x80\xa8\x65\x33\xca\x90\x8c\x88\x84\x31\x69\x8f\ \x75\xe6\x00\x98\x10\x67\x04\x13\x22\x21\x24\x30\xc2\x56\xbb\x5d\ \xbf\x5d\xd1\x60\xd4\xe6\x5c\x20\x04\x8c\x72\x40\x58\x08\x20\x98\ \x10\x4c\x40\x00\x17\x08\x01\x26\x80\x99\x45\x41\x08\x02\x48\x95\ \x35\x55\x76\x09\xc1\x11\x60\x82\x89\x10\x60\xa4\xd3\x04\x03\x02\ \x41\x24\x89\x01\xd8\x8c\x63\x82\x05\x17\x9a\x24\xe9\x94\x12\xc6\ \x15\x89\x00\x40\xca\x34\x34\xac\x32\x01\x9c\x53\xce\x6d\x26\x84\ \xec\xf5\x31\xea\xb6\x15\xc5\xe7\x0b\x12\x13\xb2\xb3\x02\x02\xa8\ \x00\xa1\x68\x2e\x59\x26\xa9\x64\x22\x96\x4c\x60\x49\x72\x6b\xaa\ \xa2\xb9\x90\x2c\x23\x89\x1c\x81\x25\xcb\xe0\x44\x58\xb7\x1b\x0e\ \x33\x61\x05\xed\x39\x95\x90\x40\xdf\xf1\x60\xe2\x8b\xcf\x56\x5a\ \xb6\xdd\x99\xa8\x33\x4a\xfb\xf4\xe9\x93\x9d\x9d\x4d\xad\x7d\xce\ \x73\xa1\x69\x76\xff\x01\xf6\xe0\x21\x70\xce\xb9\xc8\x30\x20\x9d\ \x46\xba\x8e\x1b\x1a\xc8\xce\x9d\x64\xcf\x5e\x5c\x59\x49\x76\xee\ \x90\xde\x5f\x08\x0b\x2c\x97\x6d\x21\xcb\x06\xd3\x04\xb7\x9b\x97\ \x94\xf0\x82\x7c\x9e\x9f\xcf\xf3\xf2\x78\x6e\xae\xc8\xc9\x11\xb9\ \xb9\xdc\xe7\x03\x55\x11\xaa\x0b\x14\x45\xa8\x0a\xc8\x8a\x90\x25\ \x90\x15\x90\x65\x21\x11\x90\x64\x20\x92\x20\x18\x11\xc9\x46\xd8\ \xf4\xb8\xc5\xfe\x29\x3d\x84\xaa\xda\x8e\xc9\xc4\xb2\x84\x65\xa1\ \x8e\x77\x30\x4d\x30\x4d\x64\x9a\xa0\xeb\xb8\xb5\x15\xb5\xb4\xa0\ \x96\x16\xd4\xd4\x84\x9b\x9b\x51\x63\x23\xae\xab\x83\xd6\x56\x90\ \x24\x50\x14\xa1\x28\x20\xcb\x22\x18\x84\x3e\x7d\xe2\xc7\x1e\xbb\ \x2e\x99\x14\xbd\x7b\xf3\xee\xdd\x85\xd7\x0b\x9a\x46\x15\xa5\x77\ \xff\x7e\x52\x4f\x6f\xe1\x97\x26\x49\x9b\x94\x9b\x1c\x10\x95\x78\ \x28\xbf\x7b\x39\x71\x9b\x86\x09\x96\xd9\x6e\xb4\xb2\x2d\x9b\xd9\ \x3b\x56\xbf\xf7\xef\xcf\xc3\xc3\xc7\x5c\x7c\x5c\x0f\x9f\x69\xda\ \xd0\xc1\xed\x9d\xd0\x95\xf3\xcf\x3f\xdf\x81\x83\xd9\xb3\x67\xf7\ \xea\xd5\xcb\xb2\xac\x6f\x05\x82\xce\x26\xb9\xc3\xe1\x34\x39\x54\ \x9f\x62\x7b\x1c\x21\x80\xc7\xed\x12\x9c\x53\x26\xb0\x84\x00\x90\ \x70\x70\xa2\xc3\xe9\x83\x1d\x62\x8d\xc0\xb6\x2c\x7f\x7e\x6e\x73\ \x13\xe2\x42\xe8\xc9\x24\x02\x8c\x10\x16\xe0\xac\x53\x16\x5c\x30\ \xd3\xd0\x01\x69\x20\xc0\x62\x56\x2a\x95\xf4\xf9\xbd\x98\x83\x95\ \xd6\x65\x45\x91\x24\x89\x73\x67\x2e\xc0\x08\x21\xd1\x7e\x1e\xea\ \xd0\x60\xc0\x18\x63\xc2\x38\x17\x00\x4e\xf6\x01\x22\x49\x5c\x70\ \x26\xb8\x22\xab\xed\x3e\x0b\x42\x38\xe7\x02\x21\x55\x55\x1d\x0d\ \x12\x09\x61\x5b\x16\xc6\x88\x33\xc6\x11\x98\xa6\x8e\x01\x05\xbc\ \x3e\xca\x6d\xdd\x30\xb9\xc0\x82\x03\x13\x36\x11\x4c\x08\x53\x55\ \xc4\xa9\x27\x8d\x4c\xe8\xe9\xf5\x5b\xb6\x2a\x82\x53\x6a\x1b\x2a\ \x8e\xc6\x13\x2e\x17\x70\x55\x55\x7d\xd9\x7e\x8c\xe3\xb1\x78\x5b\ \x8d\xee\x77\x67\x81\xbf\x24\xab\xa0\xce\x8d\xbc\x8a\x84\x2d\xd3\ \xb4\x4c\x93\x9a\x96\xd7\xe7\x09\x85\x02\xaa\xaa\xc8\x18\x4b\x98\ \x1c\x01\x3f\x82\xd7\xef\xdf\xbd\x7b\x67\x61\x51\x91\x2c\x2b\xfb\ \x4d\x1a\xff\x81\xbd\x00\x90\x10\x3c\x16\x8b\x1b\xa6\x81\x3b\x15\ \x68\xb2\x6d\x5b\x08\x50\x5d\x2e\x6a\xdb\x5d\x63\x16\x6c\x1b\x00\ \x81\x24\x89\x40\x00\x82\x41\x28\x2e\x16\x23\x47\x52\x8c\x01\x13\ \x60\x14\x87\xc3\xa8\xa5\x15\x85\x5b\x71\x24\x82\x9a\x5b\x48\x55\ \x15\x6a\x69\x96\x5b\x5a\x61\xcf\x5e\xf8\xf2\x4b\x08\x47\x20\x1c\ \x01\x46\x41\xd3\xda\x5f\x2e\x17\xb8\x5c\xa0\xaa\xa0\x28\xce\x4b\ \x48\x12\xc8\x12\x10\x09\x24\x09\x30\xe6\x00\x65\x91\xb0\x3f\x10\ \x04\x55\x6d\x2f\x22\x2a\x44\x79\x4b\x8b\x24\x84\xa6\xaa\x40\x29\ \x74\x40\x00\x18\x46\xfb\x2b\x9d\x86\x54\x0a\x84\x80\x60\x10\xb2\ \xb2\x20\x3b\x1b\x72\x72\xa0\x77\x6f\x71\xc2\x09\xa2\xb4\x94\x17\ \x17\x8b\xac\x2c\x91\x93\x23\x72\x72\x78\x6e\x2e\x91\x65\x4b\xd7\ \x1b\x17\x2f\xc6\x00\x88\x73\xb0\x6d\xb0\x2c\xcb\x34\xf5\xec\xec\ \x7e\x03\xc7\xde\xda\x9f\x99\x96\x25\x40\x01\x00\x2e\x60\xc4\xf8\ \xeb\x8f\x03\x6a\x5a\xb4\x73\xc8\x80\x00\xf9\xd8\x71\x93\x46\x9f\ \x87\x05\x67\xb6\x4d\x85\xa2\x64\x50\xd5\xb2\x2c\x27\xfe\xfd\x92\ \x4b\x2e\x91\x65\xf9\xe1\x87\x1f\x7e\xe0\x81\x07\x4a\x4b\x4b\x0f\ \xc5\x94\xe8\x1c\xc4\x30\x8c\x68\x34\xda\xbb\x77\xef\xff\x56\xac\ \x11\xb7\x6d\x0b\xb8\x70\xbb\xdd\x1e\xb7\xbb\x2d\x9e\x60\xcc\xc2\ \x58\x71\x06\x8e\x10\xc0\x78\x7b\x5d\x2f\x86\x90\x84\x80\x51\x8a\ \x11\x26\x08\xdb\x94\x23\x81\x30\xc1\x9c\x67\x38\x9a\x40\x08\x61\ \x89\xa4\x52\x69\x45\x55\x64\x59\xe1\x82\x83\x6d\x9b\xa6\x41\x19\ \x13\x9a\x1b\xbb\xdc\x40\x24\x81\x10\x60\x00\x81\x38\x42\x00\x9c\ \x0b\xc1\x01\x04\x06\x01\xc0\x41\x08\xce\xb0\x4c\x82\xd9\x59\x94\ \x51\xdd\x34\x88\x4c\x5c\x1e\x4d\x51\x54\x01\x82\x32\x2a\x61\xa2\ \x6a\xaa\x2a\xcb\x9a\xc7\xad\xeb\x3a\x37\x0d\x41\x6d\x4e\x90\xa4\ \xaa\x88\x33\x6e\xf3\x58\xb4\x2d\x37\x37\x3b\x3b\x2b\x3b\x1c\x0e\ \x23\x6e\x4a\x44\x01\x21\x80\x99\x48\xd8\x44\x98\x04\xe9\xc5\x85\ \x7e\x8b\xfa\x77\xed\xd8\x96\x6a\x4d\x09\x59\x21\x7e\x9f\xe6\x51\ \x2c\x33\x56\xb9\x79\x87\x17\x21\xd3\x32\xe2\xd1\xa4\x69\xe1\xad\ \x0d\x9b\x4d\x43\x60\x50\x5d\x9a\xc2\x39\x6f\xa8\xaf\xd7\x8d\x34\ \x63\x54\x75\xa9\x86\x61\x20\x8c\x54\x55\x3d\x32\x41\xf2\x39\xb9\ \x79\xe1\x70\xcb\x96\x8d\x1b\x42\x59\xd9\x18\x13\xe8\x28\xd0\xd0\ \xa9\x90\xcb\x21\x63\x81\x00\x40\xe8\xd8\x63\x87\x23\xb4\x9f\x03\ \x02\x01\xd2\x0d\xa3\xba\xaa\xf2\x3b\x38\xb3\x04\x00\x42\x40\x88\ \xf0\xba\x21\xd0\x1d\x2a\x7a\x02\xc6\x40\x19\xb2\x2c\xb0\x6d\xb0\ \x6d\x64\xdb\x40\x29\xe8\x3a\x8a\x44\x50\x34\x0a\xd1\x28\x8a\xc5\ \x20\x16\x43\xf1\x04\x24\x13\x28\x99\x82\x74\x1a\x25\x62\x60\x98\ \x60\x1a\x60\x5a\x40\x6d\xc4\x45\xd0\xe7\xcb\x0b\x65\x41\x3c\x01\ \x42\x00\xc6\x40\x08\x48\x52\x40\xd3\x2c\x21\xea\x13\x09\x5b\x92\ \xc0\xe3\x81\xfc\x7c\xe1\xf5\x82\xcf\x07\x7e\xbf\x08\x06\x85\x03\ \x01\x59\x59\xc2\xe7\x03\x49\x02\x59\x06\x59\x76\x88\x40\x7b\x8e\ \x10\xc6\x80\x31\xb0\x6d\x54\x53\xe3\x44\xc4\x9f\x72\xec\xb1\x5d\ \xe4\xd0\x34\xcd\xdd\xbb\x76\xfd\x67\xce\x3c\x67\x2f\x27\xbd\x82\ \x63\xf9\x5a\xbd\x7a\xb5\xdb\xed\x4e\xa7\xd3\x57\x5d\x75\xd5\x9c\ \x39\x73\xb2\xb2\xb2\x0e\x25\xac\x98\x73\x1e\x0e\x87\x73\x72\x72\ \x42\xa1\xd0\x7f\x03\x0b\x10\x62\x94\x23\x21\x28\xb5\x35\x4d\x0b\ \x85\x82\xb1\x44\x82\x73\x4e\x40\x08\x8c\x85\xc8\x78\x7e\xda\x83\ \xa4\x39\x46\x7a\x3a\xdd\xda\xdc\x82\xb8\x60\x36\x95\x10\x12\x5c\ \x80\xe0\x42\x38\x52\xc1\x11\x02\x40\xc0\x04\x15\x20\x01\x21\x00\ \x42\x50\x6a\xeb\xba\xc7\xeb\xc3\x1c\x31\xd3\x26\x2a\x76\x6c\x77\ \x02\x01\x38\xb5\x12\x10\x60\x42\x10\x92\x30\x26\x80\x10\x96\x24\ \x8c\x48\xc0\xe7\xa7\x36\x6d\x6a\x6c\x02\x06\x81\xa0\x5f\x70\x81\ \xb8\x63\xef\x13\x5e\xaf\x5b\x91\x64\x84\x11\xe3\x8c\x48\x18\x0b\ \x22\xcb\x44\x73\x29\x9c\x31\xc6\x6c\x59\xc2\x96\x69\x44\xc3\x91\ \x70\x6b\x58\x92\x24\x89\x48\x9c\x33\xce\x98\x24\x71\x59\xe1\x5e\ \xaf\x9c\x4e\x44\x42\x59\x79\x7d\xba\x77\x67\xfa\x6e\x49\xf3\xb4\ \xc4\xa2\x39\xaa\x04\x4c\x25\xb5\x2d\x4c\x52\x11\xb5\x03\x20\xcb\ \x5a\x30\xdc\x1a\xdb\xbd\xa7\x52\x51\x3d\xbe\xb2\x12\x21\x84\x69\ \xa6\x65\x09\x7b\xdc\x5e\x8c\x44\xa4\x35\xec\xf3\xfb\xdd\x2e\x8d\ \xda\xec\xc8\xac\x03\xec\xd3\x77\x40\x4b\x73\x53\x38\xdc\xca\xa9\ \x0d\xdf\xdb\xf9\x9c\x48\x24\x7e\xb0\x9e\x75\xad\xf9\x8b\x1c\x3b\ \x33\x28\x0a\x28\x2a\x20\x80\x50\x08\x8a\x8b\xf7\x57\xec\x3b\xb6\ \x81\xfd\xde\x1d\x5f\x95\x3b\x37\x0f\xa4\x83\x44\xec\x10\x00\x16\ \x8b\xa5\x13\x09\x27\x17\x35\x74\x5a\xa0\xd5\xf5\x05\x1d\x21\x98\ \xa6\x09\x5f\x63\x58\xfd\x56\xde\xfe\x5d\xb1\x20\x93\xce\xbb\xaa\ \xaa\xca\xed\x76\xcf\x9b\x37\x6f\xe1\xc2\x85\xa7\x9f\x7e\x7a\x30\ \x18\xdc\xb1\x63\xc7\xb0\x61\xc3\x0e\x85\xbb\x21\x84\x7a\xf5\xea\ \x95\x93\x93\xf3\xdf\x89\x35\x42\x00\x9c\xda\x8c\xda\x20\x38\xe7\ \xcc\xa5\xc8\x04\x83\x68\x97\x68\xe0\xed\x29\xc0\x1d\x5b\x01\x22\ \x80\x04\xe7\xd4\xa6\x40\x59\xcf\x6e\xe5\x91\x48\xa4\xb9\xa9\x39\ \x9e\x4c\x20\x10\x04\x80\x09\xc1\x18\xa3\xd4\xe6\x9c\x11\x82\x19\ \xe7\xc2\xb6\x80\x10\xa0\x98\x70\xa1\x12\x89\x09\xc1\x6c\x1b\x63\ \x62\x33\x8e\x08\x01\x82\x11\x22\x92\x42\x24\x42\x70\xfb\xfa\x0d\ \x84\x10\x16\x42\x58\xb6\xe5\xf3\xf9\xbc\x6e\x8f\xe0\xbc\xa9\xa9\ \xde\x26\x42\x91\x24\x2c\x11\x15\xc9\x08\x84\x24\x49\xd4\xb4\xd3\ \xa9\x34\xa3\xd4\xeb\x56\x81\xca\x44\x22\x12\x46\x86\x4d\x2d\xd3\ \x50\x65\xd9\x36\xad\xb6\x68\x9b\x65\xe8\x8c\x28\x02\x59\x94\x71\ \x0c\x42\x91\x89\x44\x90\x37\xe0\x0d\x04\xbc\x82\xda\xf9\x39\xd9\ \xea\x60\x4f\x24\x12\x4f\x45\x5a\xa1\x2d\x79\xc2\xe0\xbe\x03\xcb\ \x0b\x35\x30\xa3\xad\xcd\x8d\x2d\x2d\x04\xb1\xf3\x86\xf5\x0a\x89\ \xf4\x9a\xbd\x4d\xa6\x91\xd6\x0d\xc3\xeb\xf5\x94\x97\x97\xfb\x7c\ \xde\x48\x24\xb2\x77\xcf\x1e\x3d\x9d\x4e\x26\x92\x12\x91\xd0\x91\ \x2a\xbd\x9d\x9b\x97\x9f\x9b\x97\x0f\xff\xbf\x36\x02\x50\x1a\x08\ \x40\x20\x70\xd4\xf6\x30\x18\x0c\x6e\xdd\xba\x75\xf2\xe4\xc9\x67\ \x9c\x71\xc6\x0d\x37\xdc\x50\x5b\x5b\x7b\xf7\xdd\x77\xe7\xe7\xe7\ \xc3\xc1\x72\x73\xfd\xb7\xda\xb7\xf0\x02\xca\xa8\x9e\x4e\x12\x0c\ \x82\x71\x00\x41\x30\xca\xc4\x7e\x71\x10\x5c\x00\x46\x32\x41\x08\ \x0b\x20\x98\x30\x9b\x72\xca\xb2\x43\x59\xd9\xc1\x2c\x2c\x20\xda\ \xdc\xea\xf7\x78\x13\xa9\xa4\x6d\x59\x84\x10\x05\x13\x6a\x53\xc6\ \x39\xc2\x48\x30\x06\x58\xa2\xb6\x6d\x53\xa1\x49\x52\x2a\xd6\x46\ \x39\x10\x49\xb2\x4c\x33\x6d\xe8\x02\x11\x20\x18\x63\xe2\xf6\x7b\ \xb1\x82\x5c\x2e\x17\x65\xd4\xb6\xa8\x24\xc9\x84\x90\x78\x2c\x46\ \x30\xce\xcf\xcf\x2f\x28\x28\x30\x8d\x64\x3a\x95\xc0\x12\x91\x90\ \xa0\xc0\x04\xe3\x16\xb5\xf4\x54\x3a\x99\x48\x68\x9a\xa6\x2a\x5e\ \x2c\x09\xce\xb8\x65\xa4\x2d\xc3\x34\x75\x43\x56\x14\x84\x90\xa9\ \xeb\x58\x20\x4e\x29\xa7\xb6\x65\xdb\x04\x2c\xf0\x6a\x40\xd4\xb4\ \x61\x34\xb7\xc6\x2c\x83\xb9\x5c\x01\x8c\x25\xc3\xd0\x7b\xf6\xe8\ \x16\x6d\xa8\x2a\x29\xcc\xed\x56\x9c\xad\x58\xb1\xa0\xe2\x09\x78\ \xcd\xa8\xae\x7b\xfc\xe9\x73\xc7\xf6\xd3\x97\x89\x5d\xe1\x44\x2a\ \x95\xce\xc9\xc9\x21\x04\x11\x42\x7c\x3e\x1f\xc2\x38\x9d\x4e\xd7\ \xd5\xd5\xb9\xdd\x6e\x74\xc4\xc0\xe0\xc7\x76\x74\xb7\xda\xda\xda\ \x5b\x6f\xbd\xf5\xa2\x8b\x2e\xda\xba\x75\x2b\xa5\xb4\x5f\xbf\x7e\ \x4b\x96\x2c\xb9\xf2\xca\x2b\x8f\xaa\x4e\x7e\x9b\xbd\x40\x08\x45\ \x56\x08\xc6\x9a\x5b\x01\x1c\x40\x80\x2c\x6a\x60\x2c\x01\x46\x00\ \x48\x70\xe0\x04\x13\x4c\x00\x81\x65\x59\x9a\xa2\x78\x5d\x5a\x76\ \x20\xe8\xf3\x78\xbc\x2e\xad\xad\xa9\xd5\x1f\x0c\x34\xb4\x34\xd4\ \xd4\xd6\x12\x00\xcd\xe5\x4a\xea\x3a\x08\x8e\xb1\x44\x24\x02\x18\ \xa9\x8a\xcb\x05\x58\x02\x8c\x41\x60\xc6\x19\xb3\x6d\x6a\x09\xdb\ \x96\x54\x05\xb8\x30\x74\xcb\x34\x13\xd8\xe5\xd2\x34\xcd\x09\x4f\ \xd2\x5c\x6e\x84\x90\x6d\x98\x7a\x22\xd5\x26\x45\x11\xb4\xa5\xe3\ \x31\x49\x42\x82\xd9\xb2\x2c\x09\x10\xd1\xb6\x28\x63\x14\x38\x28\ \x18\x33\xcb\x6c\x0b\xb7\x48\x58\x92\x24\xe2\x2c\x41\x26\x04\x23\ \xe0\x08\x08\x06\x04\x08\x53\x2a\x98\x6d\x20\xc4\xd3\xba\x9e\xb6\ \x64\x9b\xc9\x6d\xd1\x98\x24\xa7\x81\x23\x1a\x6e\x4e\x25\x0c\x57\ \xc0\x9f\x57\x9a\x93\x53\x12\x0a\x76\x2f\xe4\x01\x0c\x54\x0a\x06\ \x03\x39\x72\x40\x17\x34\x69\xdb\xe0\x72\x8f\xd5\x4e\xdc\xf3\xea\ \x47\x08\x18\x08\xbb\xb5\xb5\x99\xda\x96\x10\x42\x26\x92\x90\xb8\ \x10\x22\x19\x4f\x89\xff\x85\x9c\x62\x3f\xb6\x23\x61\xd6\xc9\xc9\ \x39\xfe\xf8\xe3\xa7\x4e\x9d\xfa\xf6\xdb\x6f\x3f\xfd\xf4\xd3\x8a\ \xa2\xac\x5b\xb7\x6e\xe2\xc4\x89\x47\xd5\x6c\xf1\x2d\x3a\x02\xa5\ \x94\x60\x84\x11\xb2\x4d\x1b\x21\x24\x4b\x44\xe8\x4c\x00\x16\x1c\ \x04\x00\x17\x80\x04\x92\x30\xc6\x92\x04\x9c\x17\x16\x14\x14\xe5\ \xe5\x47\x22\x11\x2c\x84\x91\xd6\x5d\x8a\x62\xeb\xba\x2c\x70\x40\ \xf3\x18\xa6\xe9\xd5\xdc\x6e\x4d\x8b\x44\xa3\x80\x11\x20\x42\x29\ \x15\x80\xb0\xe2\xb6\x4c\x03\x10\x52\x55\xc5\xb2\xb8\x91\x4e\xb9\ \x54\x39\x37\xc7\x2f\x29\x52\x24\x12\x4d\x1a\x96\xa4\x28\x32\x26\ \x42\x50\x00\x44\x00\x27\x13\x09\x41\x19\xa3\xd4\xd2\x75\xcb\xb4\ \xd2\x89\xa4\xcf\xab\x19\xba\x61\xa5\xd2\x42\x08\xc4\x98\x4b\x92\ \x41\x08\x42\x24\x10\x82\x31\x0a\x58\x48\x12\x01\x21\x38\x03\x59\ \x22\x9c\x0b\x84\x04\x08\x81\x11\x01\x61\x19\x66\x12\x64\xcc\x38\ \x13\xa0\x00\xf1\x36\x47\xeb\xc3\xf1\x06\x8f\xe6\xd6\x5c\x6e\xaf\ \xd7\x9f\x5b\x52\x60\x11\x9b\x78\xdd\xb5\xd1\x70\x63\x53\xab\x6c\ \x47\x25\x96\xca\xcb\xcd\xca\x2e\xc8\x45\x8a\x8b\x0a\xe2\xf6\xb8\ \xb9\xe0\x98\x60\xc6\x58\x20\xa8\xa9\xaa\x92\x48\x24\xb9\x10\xb2\ \xac\x10\x22\xd9\xd4\xe6\x47\x5b\x9a\x90\x1f\xdb\x7f\xa9\xcd\x99\ \x33\x27\x37\x37\x17\x21\xf4\x93\x9f\xfc\x64\xc7\xce\x9d\x9b\x37\ \x6d\xba\x76\xd2\xa4\xa3\x8d\x36\x4a\xdf\xea\x64\x32\x4d\xd3\xb6\ \x6d\xc4\xb9\xea\x72\xe5\xe6\xe6\xc8\xb2\x4c\x05\x98\x96\x6d\x5a\ \x26\x67\xdc\x66\x0c\xdb\x36\xa7\xd4\x36\x4d\x55\x56\xc6\x9e\x31\ \x76\xc9\xa2\x0f\xb7\x6d\xd9\x22\x13\xa9\xa8\xa0\xb0\xba\x72\x2f\ \xc6\x28\xe4\xf3\xe9\xb2\x5c\x90\x93\x23\x10\xb2\x4c\x53\x37\x0d\ \x8c\x11\xa5\xc2\x32\xcd\x34\xc3\x2a\xc6\x92\x2c\x71\x21\x18\xa7\ \x1e\x8f\xe6\xf7\x7b\xb2\x82\x1e\xaf\xd7\x1d\xf4\x2a\xad\x31\x5d\ \x17\xaa\x2c\x29\x6e\xd5\x65\x9a\x26\x67\xcc\xa7\x79\x62\xb1\x44\ \x32\x1a\x23\x1c\x11\x82\xcb\x8a\x4b\x30\x62\x6d\xd1\x28\x67\x1c\ \x13\x82\x65\x99\x20\xac\xaa\x2e\x45\x55\x9c\xa2\xe8\x44\x26\x1c\ \x50\x2a\x95\x32\x0d\x13\x38\x27\x08\x0b\x81\x98\xcd\x24\x99\x20\ \x21\x10\xb2\x6d\xc6\x29\x13\x8c\x63\x7f\xb0\xa0\xb0\x8c\xc4\x62\ \x09\x2a\x98\x16\xc8\xca\xc9\xcf\xa1\x82\x26\xda\x12\x2a\xb1\x5b\ \x13\xc9\x2c\x17\x14\xe4\x14\xeb\x6d\x2d\x96\x29\x6f\x5e\x53\x99\ \x4a\x99\x05\xc5\xe5\x11\x4a\x6d\xcb\x10\x9c\x27\x13\x09\x8f\xc7\ \x03\x1c\xa2\xe1\xa8\xa9\xeb\x08\x61\x97\x4b\xb3\x0d\xeb\x88\xf1\ \x82\x74\x3a\x6d\xa4\xd3\x02\xfe\x2f\xd3\x10\x04\xc8\xed\xf5\xba\ \x5c\xae\xaf\x31\x79\xc6\x2d\xc7\x1c\x78\x54\x36\xbf\xcf\xa7\xa7\ \x53\xe9\x54\x12\x63\x3c\xe9\x57\xd7\x24\x93\x49\x8f\xc7\x13\x6e\ \x6d\xf9\x4e\x07\xd1\xdc\xee\x03\xf3\xbe\x1e\x21\x2c\xe0\x82\xbb\ \xdd\x1e\x84\x90\x4d\xa9\xa6\x2a\x40\x90\x3f\x18\x74\xfb\xfc\x69\ \x43\x8f\x27\x92\x3c\xc6\x99\x61\x7a\x15\x19\x63\xc2\x00\x04\x23\ \xee\x50\x60\xd8\xa8\x63\xd7\xae\x59\xbd\x62\x79\xfd\x75\x93\xae\ \x0b\x84\x42\x4f\x3f\xb1\x99\x53\x5b\x51\xa4\xbc\x82\xfc\x7e\x7d\ \xfb\x52\x4e\xbd\x5e\x6d\xd3\xd6\x2d\xba\x69\x06\x3c\xee\xac\xac\ \x60\x50\x75\x6b\x92\x9c\x4e\xc5\xf5\x54\xaa\x5b\x61\x71\x6e\x4e\ \x36\xe3\xb6\x4d\x6d\x84\xc1\xe7\x73\xdb\x82\xa4\x5a\xe2\xf1\x44\ \x1c\x11\x59\x73\x7b\x24\x59\x65\x94\x59\x94\x59\xba\x29\x13\x22\ \x4b\xc4\xd6\x75\x3d\x9d\x72\xb9\x3d\x5e\xbf\x2f\xd6\x16\x15\xd4\ \x0e\x78\x5c\x3e\x9f\x4f\x51\x34\x2e\xc0\xb2\x6c\x82\x11\x65\xd4\ \xe6\x48\xe6\x20\x23\x8c\x10\xa6\x8c\x5b\x4c\x80\xa4\x60\x42\x28\ \x37\x6d\xa0\x58\x76\x31\xc0\x3a\x15\x92\xe2\x26\xb2\x1d\x6b\x0b\ \x07\x6d\x9b\x32\xab\xb6\xa6\x12\x23\x96\x13\xd0\x04\x02\x44\x54\ \x6a\xc8\xb9\x81\x72\xb0\xec\x70\x3c\x95\x25\x05\x7c\x96\xbf\xaa\ \x2d\x25\x18\x47\x82\x0b\x8e\xda\xc2\x51\x55\x71\x25\x93\x49\x97\ \xaa\x1a\x26\xa5\x36\x75\x6b\xee\x23\x33\xce\x5a\x5a\x9a\xf4\x54\ \xca\xed\xf6\x66\xaa\xd4\x3b\xeb\x7c\xbf\xa3\x47\xf1\xe8\x91\xf9\ \x0e\xf5\x14\x44\x26\x40\x43\x00\x70\x4e\x1b\xea\x6b\x43\x59\x59\ \xc1\x60\xd7\xf2\x41\x75\x75\x35\xc0\x85\x93\xfd\x35\x73\x07\xe0\ \x68\xba\x7c\xc6\xa8\xd3\x33\xc6\x38\xc6\x38\x10\x08\x38\x45\xf6\ \x0e\xfd\xf2\x85\xe0\xcd\x4d\x8d\x5e\xaf\x2f\x27\x37\xef\xbf\xa3\ \x23\x08\x21\x88\x24\x51\x46\x91\x4c\x2c\xce\x54\xaf\xe6\x22\x98\ \x25\xc0\x8d\x84\xc9\x6c\x19\x23\x1f\x63\x26\xc1\x49\x55\xb1\x64\ \x68\x30\x93\x31\x2b\x99\x9b\x1b\x3a\x61\xf4\x48\x6f\x76\x20\x58\ \x5a\xea\x2e\x2a\x69\xac\xac\xd1\x90\x8a\x54\x2d\x1c\x8f\xd9\x96\ \xa1\xaa\x52\x6e\x96\x5f\x08\x11\x0c\x86\x8a\x8b\x0b\x7c\x0a\x73\ \x61\x1e\x74\x17\x07\x34\x2d\x3f\x2b\x9b\x71\x51\xd3\xd4\x98\xe2\ \x28\xc9\xf9\xde\xc6\x06\xc9\xcd\xb2\x03\x52\x4b\x24\xad\x05\xfc\ \x69\x5b\x98\x8c\x1b\x96\xcd\x30\x51\xbc\x6e\x49\x46\x32\x11\x8a\ \x40\x14\x14\x8e\x5d\x48\x0b\x22\x43\xcf\x0f\xb9\x0a\xfd\x2a\x01\ \x00\x2c\x25\x4c\xa9\xb9\x25\x01\x7a\x5a\x02\x21\x71\xf0\x18\x42\ \xc2\x18\x64\x9c\xe6\x82\x28\x32\x71\xab\x2e\x57\xc0\x2b\x93\x94\ \x61\x44\xa2\x71\xc9\xed\x0a\xc7\x5a\x22\xad\x11\x4e\x6d\x24\x92\ \xe1\xc6\xa4\x11\xad\x49\xea\x71\x5f\x5e\x28\x66\x31\x70\xa9\x49\ \x26\x35\x46\xa9\x21\x03\x31\xad\x90\x37\x5f\xe1\x20\x12\xe9\x86\ \xaa\x1a\x01\x12\x63\x14\x4b\x38\x6d\xda\xba\x93\x11\x51\x92\xb0\ \x8c\x4d\x4a\x29\x00\x42\x87\x3d\xc4\x20\x95\x4c\xa6\x12\x89\xd2\ \x6e\xe5\x84\x48\xf0\x7f\xbd\xf9\x2d\xb3\xae\xa6\xda\xe3\xf6\xca\ \x9d\xc2\x7b\x22\xad\x2d\x82\xf3\x92\xd2\x6e\xff\xe7\x2f\x3f\x8b\ \x65\x57\x57\x56\xba\x3d\x9e\xc3\xc4\x0e\xbe\xc5\x8f\xd0\x5e\x23\ \x14\x61\x9b\x52\xc0\x18\x4b\x92\xa6\xaa\x88\x71\x85\x83\x1e\x8d\ \xc9\xb2\x52\xec\x52\x84\x4b\x4b\xba\x3d\xd5\x91\x48\xb2\xa6\xb9\ \x6d\x4f\xed\xa8\x5e\xfd\x79\x63\x74\xeb\xaa\xb5\xa9\x35\x5b\xda\ \xe2\x49\x21\xcb\xc4\xa5\x0a\xc0\x89\x78\x12\x71\x5b\x96\x70\x5e\ \x4e\x9e\x24\x2b\xba\x65\xb9\x7d\x81\x5e\x65\x39\x59\x7e\x4f\x51\ \x6e\xae\x8b\x60\xcc\x79\x5d\x5d\xbd\x4e\xa9\x90\x54\x2c\x2b\x94\ \x63\xcb\xd0\x0b\x72\x7c\xc3\x86\x0e\x44\x8a\xe7\xff\xb5\xf7\xe6\ \xc1\x75\x5c\xe7\x9d\xe8\x59\x7b\xbb\x1b\x2e\x2e\x56\x62\x27\x48\ \x51\xdc\x25\x4a\x14\x45\xed\xb2\xf6\x25\x96\x65\x59\x96\x65\x27\ \xb6\xdf\x9b\x97\xd4\x9b\x38\x7e\x53\xa9\x29\xcf\x24\x53\x33\x55\ \x93\x49\x5e\x66\xaa\x5e\xbd\xc9\xd8\x9e\x99\x3c\xc5\x72\x1c\xc7\ \x4e\x1c\xc9\xb2\xb5\x5b\x96\xa9\x7d\xa5\x44\x8a\x22\x29\xee\x24\ \x48\x02\x04\xb1\xe3\xee\xb7\xbb\x4f\x9f\xe5\x7b\x7f\x5c\x00\x04\ \x41\x52\x22\x63\x4a\x32\x3d\xfd\x2b\x16\x71\xd1\x68\x34\xce\x39\ \xdd\xe7\xeb\xef\x7c\xe7\xfb\x7e\xbf\x77\xb7\xed\xce\x97\x6b\x54\ \x49\xa4\x35\x02\x8d\xb9\xa3\x84\xa4\x4a\x3b\x84\x06\x7e\x59\x54\ \xe8\xda\x65\x8b\x97\x75\xe6\x7a\x5b\xb3\x99\x54\x6a\xc7\xbe\xc1\ \x27\x36\xbd\x55\xa8\x05\xd8\x48\x97\x71\xcf\xe6\x0d\xa9\x1c\x41\ \x10\x44\xc2\xc6\xa0\xc0\x84\x44\x50\x46\x5c\xee\x7a\xc0\x5b\x96\ \xf6\x79\x89\x94\x14\x55\x4a\x94\x36\x81\xe7\xb2\x86\x84\x47\xb5\ \x42\xc8\x03\x05\x04\x28\x25\x8e\x44\xa4\x18\x46\x61\x28\x99\x52\ \x51\xb9\x98\xb4\x2c\x9b\x5b\x13\xb5\x50\x69\x42\x2d\x17\x00\x29\ \xa5\x09\x25\x84\x31\xa1\xc1\x18\x64\x28\x03\xca\x3e\x81\x1c\xe4\ \x5a\xb5\xe2\x7a\x1e\xa5\xec\x34\x7c\x87\xbf\x2d\xbb\x18\x73\x09\ \x94\xb6\x65\x53\x4a\xc3\x30\x98\x6f\x0b\xca\x95\x72\x2e\xd7\x8c\ \xe6\xa9\x72\x5d\x00\x21\xdb\x7a\x19\x8f\x31\x75\xb6\xce\x8f\x8c\ \x2b\xcd\x12\x82\x32\xc7\x75\xfd\x5a\xed\xd3\xb0\x05\x00\x98\x52\ \x95\x67\x30\x65\x00\x00\x20\x00\x49\x44\x41\x54\x60\x4c\x6a\x8d\ \xaa\x3e\xb7\x79\xa3\xeb\x05\xc5\xb2\x0e\x7c\xec\x87\xbd\x0d\x99\ \x34\xb7\x73\x86\x32\x2f\x3d\x29\xb5\x88\x4a\x34\x88\xc6\xb6\xee\ \xea\x6b\x6d\x59\xd1\xd1\x33\xb1\xed\xfd\xb7\xb7\xbe\x15\x39\xdc\ \xf6\x38\xa5\x88\x20\xd3\xd1\xd4\x6c\x11\xac\x95\x46\x0c\x2f\x5b\ \xbd\x2a\x42\xd0\xd0\x98\x4b\xd9\xd8\xb3\xb0\x71\x9d\x7c\x50\xad\ \x95\x6b\x55\x6c\x55\x89\xb5\x63\xe7\x07\x1a\x33\x4d\x28\x16\xf2\ \xfa\x1b\xaf\xbe\xe3\x8e\x3b\x0b\xe5\xea\xc4\xa1\xfd\xe5\xc1\x61\ \x64\xea\xdc\x9c\x54\x96\x6b\x7d\x3d\x3d\x3d\xcd\x99\xc2\xd4\xd4\ \xf0\xd8\x74\x2b\x4f\xdf\x7d\xd9\x9a\xee\xd6\xac\x63\xa1\x5a\x28\ \x88\x51\x4d\xb9\x74\x53\x77\x57\x2a\x9b\x4e\x38\x36\x8e\x44\x8a\ \x33\x30\x3a\x0c\xc3\xaa\x08\x0a\x7e\x75\xac\x90\x1f\x9e\x38\xae\ \x99\xd3\xd7\xd9\xd3\xdc\x9a\x15\x91\xc1\x94\xda\xc8\xf1\xb1\x49\ \xb8\x0e\xa3\x34\xa8\x54\x6c\x3b\x21\x23\x83\x23\x06\x36\x93\x94\ \x18\x63\xa8\xe7\x8e\x4d\x8d\xbf\xb7\x7d\x37\x46\x60\xd9\x56\x51\ \x22\xc2\x2c\x65\xb4\x52\x9a\x50\x8a\x08\x57\x60\x30\xa6\x06\x19\ \x63\x4c\x64\xf0\x27\xe0\xa1\xc2\x1c\x11\xe0\x29\x02\x13\xa7\x55\ \xa3\x3d\xd3\x93\x49\x67\x52\x7a\xea\xa5\x70\x9f\xfe\xcc\x47\x27\ \xd3\x61\xce\xef\xc6\x42\x61\x3e\xb3\xb0\xbf\xf3\x2d\x02\x9c\x8e\ \xbc\x17\xcf\x2e\x81\xc1\x7c\x72\x66\x83\x10\x8a\x91\xd1\x06\x10\ \xc6\x48\x14\x86\xc6\x4a\xcd\x9d\x5d\x90\x1f\x9e\x12\x76\x47\x5b\ \xe3\x1c\x17\xe0\x69\xe5\xff\x60\xde\x3d\xf9\x94\xea\x11\x10\x22\ \x8c\x21\x4c\x10\xc6\x94\x31\xcf\x76\x1a\x5c\x6f\xe4\xc0\x81\xe9\ \x91\x51\x1b\xf0\xf2\xfe\x25\x59\xd7\xd1\xd5\xd0\x71\x58\xab\xe3\ \xf0\xce\x8e\xac\xe7\x35\x58\xb4\x32\x3d\x3e\x9e\x9f\x6a\x6e\x6b\ \x6c\xed\x6a\x3d\x96\x9f\x04\xa4\x91\x66\x44\x87\x29\x8b\x69\x3f\ \x0c\xca\xe5\xae\x25\x4b\x6e\xbb\xf9\x56\x96\x4a\x8e\x4d\x4f\x57\ \xa6\x26\x3d\x87\x01\x81\x48\x1a\x9d\x44\x80\x49\xa2\xa5\xa5\xa9\ \xa3\xf3\xc8\xa1\xc3\x5a\x99\xcf\x6c\xbc\xec\x33\x57\x6f\x24\x7e\ \xa5\xb7\x21\x71\xf3\x65\x17\xbb\xc1\x94\x41\x1c\x73\x5b\x01\x1b\ \x9d\x2a\x2e\xef\xef\x79\xe0\x77\x6e\xca\x8f\x0e\xed\xde\xb5\x3f\ \x69\x25\xae\xec\xeb\xcc\xa6\x5c\x43\xd1\xa1\xe1\x11\x86\xe1\x92\ \x4b\x56\x82\x97\x76\x13\xae\x09\x43\x3f\x3f\x6d\x81\x49\x70\x47\ \xba\x2c\x0c\x69\x6f\x4b\xd6\x2c\xe9\x9b\x98\xce\x83\x54\x98\x90\ \x42\x7e\x6c\x51\x57\x5f\xdf\xd2\x8b\x77\xee\xda\x37\x21\x43\xc7\ \xe6\x41\x20\x34\x21\xae\xe3\x45\xc5\x8a\x0c\x54\x40\x23\xcb\xb6\ \x30\xb7\x46\x2a\xfe\xb1\xa9\xd2\x70\x18\x21\x82\x29\x00\x41\x9c\ \x52\xae\xb4\x9a\xa9\xe0\xc6\x28\x9d\x4a\x21\x44\xcb\x95\x8a\x0a\ \x25\xf9\x24\x68\x8d\xd0\xa9\x15\xfb\xf3\x09\xa0\xcf\x72\x7d\xae\ \x84\x5f\xa8\x54\x23\x65\xb8\x9b\xca\x65\x53\xcc\x28\xf5\xe9\x6d\ \x80\x2c\xe8\xd1\x82\xaa\x8a\x53\x97\xd9\x75\x42\xa7\x05\x3c\x2e\ \xa7\x67\xe2\x47\x08\xb4\xac\x94\x2b\xb5\x40\x22\x6a\x35\xe4\x72\ \x2e\x43\x5a\x7d\x12\x9a\x36\x04\xe3\x28\x28\x2b\xe6\x79\x0c\x03\ \xa1\x7a\xea\xfd\x1f\xfc\x60\xf3\xd7\xff\xfd\xbf\xab\x6d\xfe\xc9\ \xe3\x63\xab\xfe\xcd\xff\x71\x07\x9b\x6d\xc7\x87\x77\xbf\x5e\x9c\ \xfd\xa9\xd8\x02\x40\x84\x02\x21\xdc\xb6\x6d\xcb\x56\x61\xa4\x84\ \x58\xd1\xbf\x74\x04\x91\x96\x54\xa6\xc1\x71\x11\x18\xd3\xe4\x21\ \x1b\xb2\x9e\xd7\xd5\xde\xdc\xe0\x3a\x09\x17\x15\xcb\xc5\x29\x7f\ \x82\xb6\xb4\x5e\x7d\xeb\x35\xd3\xa5\xc2\xd6\xb7\x5e\x0b\xf3\x05\ \x14\x5a\xb2\x38\xdd\x90\x4c\x59\x09\xa7\xab\xa9\x51\x07\xa1\xaf\ \x15\x06\xd3\xb5\xa8\xb3\xb9\xb9\x49\x51\x73\x7c\x62\x54\x63\xe5\ \xfb\xd5\x4c\x4b\x73\x4f\x77\xcf\xfb\x99\x2d\x0e\x22\xd7\xad\x5f\ \x77\x68\xf7\x6e\xe9\x57\xaf\xbb\x6a\xfd\x9a\xbe\x8e\xa9\x23\xb9\ \x48\x19\x2b\x91\x8d\xb0\xd3\xdf\xdf\xef\xa5\x32\x04\xc9\x65\x4b\ \x3a\x1b\x39\xcd\x0f\x8f\x44\x13\xc7\xc6\xc6\x0c\x4f\xa6\x7b\x3b\ \xbb\xba\xa7\x8a\x19\xe6\x60\xdb\xf5\xa7\x4b\x88\x5a\xbd\x1d\x9d\ \xb2\x52\xf1\x0b\xd3\x61\xb5\x6a\x83\x71\x18\xf3\x2c\xbb\xa3\xb5\ \x45\x60\x08\x94\x6a\x70\xac\x96\xe6\x34\x95\x7e\x79\x7a\x0c\xa4\ \xf1\xab\x48\x28\x8d\x08\x2d\x56\xaa\x26\x0a\x2d\x9b\x01\xd2\x86\ \x02\xa1\x58\x1a\x53\xf2\x03\xe0\xb6\x32\x4a\x1a\xcc\x8c\x4c\xdb\ \x34\xdb\x94\x4d\xa5\x52\xda\xa0\x30\x14\xad\x6d\xad\x5e\x22\x39\ \x39\x35\x55\x28\x94\x5a\x5a\x5b\x30\xf9\xf8\x39\xce\xd0\x6c\x85\ \xef\xe9\x78\x90\xcf\xc6\x14\x50\x8e\x36\xff\xe4\xbf\xfc\xf5\x2b\ \x85\xc5\xdd\x4d\x41\xb9\xd6\xb3\xf1\xee\xdf\xbb\xe7\xfa\x14\x31\ \x64\x2e\x1f\xce\x68\xa9\x0d\x3f\x1d\x5d\x9f\x56\xd2\x00\xe6\x7c\ \xf6\x29\x02\xad\x0c\x66\x94\x80\x96\xca\xa0\x3a\x33\xb2\xd6\x78\ \x96\x40\xb9\x7e\xfe\xb9\x59\xc8\x85\x1c\xae\xe6\x54\x1e\xe4\x53\ \x46\xe0\x0c\x7d\x27\x9c\x97\x76\xbc\xf0\x67\xff\xef\x8f\x69\xd7\ \x62\x4b\x05\xb4\x61\xc9\x83\xff\xfb\x57\x96\x37\xbb\x80\xe9\xec\ \x8d\x02\x25\x15\xe5\xfc\xd4\x16\x1a\x25\x35\x20\xca\xf8\xdc\x2d\ \xd5\x52\x51\xce\x10\xd2\x52\x1a\xc2\x38\xc5\x48\x2b\x4d\xd9\x49\ \x83\x86\xe7\x86\xd8\x1f\xfa\xce\xbf\xf9\xc6\xd1\x65\xdf\xf8\xf6\ \xbf\xba\x9d\x02\x32\x4a\xf8\x41\x68\x10\x52\x61\x2d\x88\xd4\xac\ \xef\x73\x36\xdd\x37\x00\x9f\x06\xaf\x11\x00\x22\x94\x02\x22\x5a\ \x03\x46\x38\x12\x91\x5f\xad\x36\xa7\xd2\x14\x93\x96\x5c\x2e\xed\ \xb8\x80\x14\x4a\x11\x4c\x59\x4b\x3a\xeb\x31\xab\xc1\xb5\x73\x0d\ \x89\xc1\xa1\x5d\xcc\xd2\x8d\x4d\xa9\xee\x45\x5d\xc9\xec\x9a\xeb\ \xd6\x2d\x37\xd5\x9a\xc8\x97\xfd\xc9\x3c\xd3\xb8\x21\xe1\xb6\xb5\ \x36\x0a\xbf\x34\x39\xe5\xf3\x44\x92\xbb\x09\xa3\x95\xa9\x3b\xba\ \x18\x7b\x89\x44\x36\x95\x6a\x49\x27\xd7\xaf\x5c\x7e\x70\xd7\xee\ \x81\xfd\xfb\xca\x13\xc7\xf3\x13\xc7\x13\x16\xa9\x95\x0b\x94\x10\ \x4a\x50\x63\x2e\xdb\xd8\xb1\xb8\xb1\xbd\xd7\xf1\xd2\x04\xf2\x91\ \x12\x9e\xcd\x59\x43\x26\x9b\xf4\x94\x46\x15\x09\xa5\x72\x68\xbb\ \x09\xac\x34\xa3\x24\x97\xcd\x3a\x98\x5a\x48\xfb\x18\x3c\x82\x58\ \x63\x43\x36\x93\x4e\x67\x32\x4a\xeb\x42\xb9\x3c\x1d\x56\x87\xa7\ \xc6\x41\x29\xac\xf5\xc8\xf0\x60\x50\x2d\x21\xee\x12\x6c\x10\x41\ \x98\x50\xee\x12\x43\x65\x08\xbe\x8d\x39\xc7\x1c\x19\xc8\xa4\xdc\ \x96\x6c\x4a\x86\x8d\x41\x10\xb4\xb5\xb5\xbb\x9c\x76\xb7\xb5\xb4\ \xb6\xb6\xa5\x32\x69\xa9\xd4\xd8\xd8\x04\x65\xbc\xb9\xa5\x45\x88\ \x68\xdf\xfe\xfd\x52\xaa\x4f\x62\x8d\x70\x12\x0f\xf2\xec\xd3\x73\ \x4e\x55\xee\x00\xd5\x82\xbf\xe2\xfa\x2f\x7c\xeb\x77\xaf\xad\x1e\ \xdd\xfc\xe7\x7f\xfe\x8f\x2f\x2e\x5e\xfd\xf9\x75\xc9\xf7\x9e\xfb\ \xa7\x5f\xbe\xb3\x1f\x67\x7a\x7e\xe7\x81\x2f\xad\x6e\x23\x5b\x9f\ \xf9\xd1\x2f\xdf\x1b\x56\x88\x76\x2f\x5f\xe1\x94\x86\x0e\x0c\x4d\ \x2f\x5a\x77\xfb\x97\xee\xba\x2a\xcd\xc3\x9d\x2f\x3e\xf6\xf4\x1b\ \xbb\x4d\xa2\xf3\xf6\x2f\x3e\xb8\xda\x3a\xfa\xd0\x4f\xde\xbf\xe3\ \x6b\x5f\xee\x6b\x44\xef\xfc\xf4\x6f\x8e\xb5\xde\xf8\xd9\xb5\xf4\ \xa7\x3f\x7e\x74\xdf\xa4\xe8\x5c\x7b\xf3\x03\x77\x6d\xf4\xb0\x3e\ \x57\xc7\x1c\xcf\x2b\xb4\x3a\x95\xbf\x00\xc0\x18\x04\x68\x21\xbf\ \xdb\x89\x5f\x99\x8f\xc8\x2f\xe3\xcc\x9a\x6f\xfe\xc9\xbf\x6e\xc3\ \x93\x8f\xfd\xf7\xff\xfb\xfb\x8f\x6d\xfe\x7f\xbe\x71\x73\xfe\xc0\ \x9b\x8f\x3c\xf1\xf2\x44\xc0\x2f\xb9\xe9\xf3\xf7\x5c\xbd\x64\xe0\ \x9d\x5f\x3c\xbe\x69\x4b\x4d\xe1\xa6\xae\x65\x1d\x6e\x69\xd7\xfe\ \x61\xa7\x6b\xdd\x57\xbe\x74\x57\x7b\x92\x17\x0f\x6f\x79\xf4\xb1\ \xe7\x46\x7c\xba\xfc\xda\xcf\xde\x7f\x53\xdf\x33\x7f\xff\xc3\x68\ \xc5\xbd\xf7\x5e\xd6\x3e\xb5\xfb\xe5\x47\xdf\xae\xfd\xde\x57\x6f\ \xda\xfb\xdc\xa3\x9b\xb6\x0e\xb0\x5c\xff\x3d\x0f\xdc\xbf\xbc\x89\ \x4b\x0d\x08\x21\x46\xd0\x81\xcd\x2f\x16\x33\xab\xdc\xe1\xb7\xdf\ \x3a\x7a\xdd\xf5\xbd\x1e\x42\x88\x50\x82\x00\x61\x4c\x67\xb8\x73\ \xce\x7c\xc7\x4e\xee\xfe\xc7\xc8\x5f\xf0\xe1\x81\x6e\xb0\x18\x77\ \xb8\x8d\x0c\x18\x6d\x08\x63\xb5\x40\x4c\xe6\x0b\xa9\x6c\x63\x45\ \x88\x8a\x88\x82\x48\xe9\x40\xa4\x08\x23\x7e\x10\x4e\x4c\xfa\x13\ \x13\x93\xc3\x83\x51\xb5\x14\x16\x0a\xaa\x58\x6a\xe6\x4e\x7b\x32\ \x7d\xd9\xda\x4b\xae\xbd\xe6\xda\xd5\x6b\x57\x37\x36\x37\x55\x65\ \x68\xa7\x93\x8d\x2d\x2d\x1a\x41\x2a\x95\x74\x1c\xbb\x58\x2a\x8c\ \x8e\x8e\x06\x41\xd8\xd4\xd8\xd4\xd6\xbc\x28\xd7\xd0\x64\x31\x0b\ \x01\x49\x26\x52\xe5\x4a\x65\xaa\x58\xec\x5c\xbc\x64\xcd\xe5\x1b\ \x23\xe2\x3a\x8d\x6d\x97\x5d\x77\xf3\x2d\x9f\xfb\xd2\x95\x37\xdd\ \x75\xd9\x35\x37\xf6\xaf\xba\xa4\xa5\x6f\x71\xba\xbd\x6f\x3a\x30\ \x85\x40\xb6\x74\x76\x31\x37\x51\xf0\x65\x21\x32\x7b\x06\x47\x8e\ \x8e\x4c\x8c\x8c\x8d\x4d\x17\x0b\x15\x64\x8e\x57\x8b\xdb\x0e\x1f\ \x7c\x6b\xcf\xae\x2d\x03\xfb\xf7\x4d\x8d\xbf\xbd\x7f\xdf\xd3\x6f\ \xbe\xf6\xe4\xab\xaf\xbc\xf8\xde\xd6\xb7\xde\xdf\x7e\x64\x68\x4c\ \x1a\xe4\x87\x61\xcd\xf7\xfb\xfa\x7a\x37\x6e\xbc\x32\x97\x6b\x2c\ \x16\x0b\x8e\xeb\x34\x34\x36\x58\x29\x1b\xb8\x09\x54\xad\x1a\x94\ \x23\xe9\x87\x95\x92\x83\xa1\xb3\xb1\xf1\x1b\x5f\xfd\xda\xe7\x6f\ \xbe\x79\x49\x67\x67\x22\xe1\x62\x84\x52\xc9\x64\x4f\x57\xe7\x92\ \xfe\xbe\x6c\xb6\x41\x04\x41\xe0\xd7\xca\xe5\xe2\xf0\xf0\x50\x9d\ \x06\xea\x63\xf7\x0b\x66\x1f\xfd\x99\xfa\x1b\x38\x6d\x51\xce\x19\ \xff\x21\x64\x00\x11\xcb\x76\x39\x61\x89\xa4\xc7\x29\x30\x8a\x87\ \xde\xfe\xe9\x3f\xbe\x31\x7a\xeb\x83\x5f\x5b\x9f\x19\xfe\xc1\x0f\ \x7e\x56\xd1\x62\xe7\x1b\x9b\x9d\x8b\xae\xbf\xff\xce\x55\x5b\x7f\ \xf1\xc8\x50\xe6\xb2\xfb\xee\x5a\xbf\xef\xe9\x7f\x78\xfb\x48\x61\ \x74\xeb\x53\x0f\x3d\xbe\x73\xdd\xed\xf7\x5d\xdd\xe5\xff\xe0\x3b\ \x7f\x33\x2c\x9c\xda\x91\xd7\xb7\x0c\x16\xb0\x99\x7c\xf5\xed\x3d\ \xc6\x46\x4f\x7d\xff\x6f\x86\x1a\xae\xfc\xbd\x2f\xdf\x31\xf6\xea\ \x8f\x1f\x7d\x7b\x90\x72\x72\x8e\xcd\x83\x19\x9a\xc3\x39\x27\x79\ \xe1\xce\xf7\x0c\xe7\xeb\x89\x11\x98\xd9\x59\x3c\x4d\x65\x12\x00\ \xa2\xdc\x4e\x24\xa9\x9d\x48\x3a\x9c\x19\xcc\x74\x69\xdf\xc3\x0f\ \x3f\xde\xb0\xfe\xb3\x5f\xbe\x7d\xd9\xab\xff\xf0\xf0\x7b\x23\xc5\ \x43\x3b\xdf\x1e\x76\x97\x7f\xe9\x0b\xb7\x15\xdf\x79\xf6\xed\x91\ \xcc\xbd\xf7\xdd\x15\xed\x79\xe6\x91\xd7\x8f\x40\x30\xf0\xbd\xff\ \xf9\xb7\xb5\xae\x6b\xef\xbd\xf3\xf2\x0f\x7e\xfe\xd0\xa3\x5b\x0a\ \x0d\x62\x7c\xf3\xab\xdb\x30\xc6\xfb\xdf\x7f\xf5\xb8\x21\x47\xde\ \x7c\xf4\xb1\xad\xa5\xbb\x7f\xf7\x6b\xab\xac\x83\x0f\xff\xdd\x13\ \x45\xc4\x09\x02\xc0\x14\xc9\xd1\x57\xde\x3a\x78\xf5\xd7\xff\xe4\ \xc1\x4b\xf9\x2b\x2f\x6e\x96\x27\x6d\x1c\xa2\x93\xee\xdd\xd9\x74\ \xff\x53\x8a\x17\x60\xd0\x06\xb4\x96\x32\xf2\x11\x52\x2a\xd2\x16\ \xe7\x96\x5d\x0a\x6b\x87\x8e\x1d\xeb\x6d\xef\x50\x22\xc0\xa2\xd2\ \xdd\xd2\x66\x69\x9a\xe4\x76\x2d\x69\xdb\x1e\xad\xd4\x42\x05\x38\ \x41\x3d\x52\x83\xf2\x44\x15\x53\xbb\x6c\xcc\x78\x45\x44\x5e\x12\ \xe7\x9a\xac\xb6\x76\x48\x37\x48\xc6\x93\xd9\xac\x21\xb4\x3c\x9d\ \x67\xcc\xce\x36\xb7\x67\x73\x39\x03\x1a\x30\x24\x6c\x2e\x43\xdf\ \x44\xe2\xb6\x44\x06\x6e\x0f\xb2\xae\x03\x08\x34\x18\xc6\x39\x60\ \x92\xc8\xe6\x70\x32\x83\x30\x37\x4a\x13\xdb\x8e\xaa\x25\x20\xee\ \x88\xd8\x59\x50\x26\xd9\xd4\xc4\x51\xb2\x38\x59\xda\x39\x34\xb0\ \xff\xd8\x60\x84\x24\xf5\x46\xa7\x03\x11\x09\x3f\xa8\x54\x82\x72\ \x91\x23\x83\x11\x18\xa9\xa4\x52\x52\x19\x25\x0d\x07\x6c\xa4\x21\ \x04\xb7\xb6\xb6\x2e\x5f\xb1\xf2\xf2\xf5\xeb\x99\x9b\x1c\x1e\x9b\ \x14\x61\xa0\x94\xac\xd4\x22\x21\x85\x06\x53\xae\x54\x94\x2c\x25\ \x5d\xcf\xa5\x56\x63\x3a\x53\x45\x95\xc1\x81\x83\xd9\x86\x6c\x43\ \x43\x36\x99\xcb\x01\x40\xb1\x16\x72\x2f\xdd\xd0\xbc\xa8\x22\x46\ \x6a\xa2\x1c\x01\x4d\x37\xb6\x12\x3b\x49\x3e\xfe\x3d\xc5\x3a\x0f\ \x72\x9d\xfb\x73\x26\xc4\x86\x67\x79\x90\xcf\xca\x19\xc7\x40\x10\ \x77\x60\xdb\x0b\xff\xf4\x17\x07\x7e\x31\x7c\xf8\xf8\xd2\xdb\xbe\ \x7a\xf3\x4a\xf7\x95\xff\xef\xed\xb1\x7c\xe2\xd5\x67\x1e\x8f\x0a\ \xf9\x2a\x4e\x4e\x94\x15\xb3\x12\x9d\x3d\x4b\x56\xae\x4f\xaf\xee\ \x7d\xcb\xe9\x5a\xba\xfa\x4a\x6b\xdd\x4b\xcf\x8f\x8f\x1d\xdd\xba\ \x6f\x7b\xd3\xd5\xf7\xdc\xb1\xe1\x12\xb4\x36\xb7\x6b\xcb\x9f\xef\ \x28\xf2\x2b\xd6\xf5\xbc\xf4\xfe\x40\xc9\x9b\x9e\x74\xfb\xee\xeb\ \x28\xfc\xcf\xdd\xc7\x71\x65\xcb\xe3\xa3\x66\x5a\x28\x32\x92\x37\ \xd0\xa9\xb5\x3e\x5b\x7f\x60\x5e\xdd\x25\xc6\x80\x10\x37\x46\xa3\ \x85\xb1\xc3\x3a\xf3\xab\x06\xd0\x06\xe6\x18\xe2\xe1\x54\x0f\x1b\ \x03\x20\xca\x83\xb1\x77\xfe\xeb\x9f\xff\x85\x18\x1f\x94\x8d\x6b\ \xfe\xf0\x5f\x6c\x2c\xec\xfa\xd9\x91\xe1\x71\xb1\x65\xd3\x28\xf8\ \x51\x58\x9a\x2c\xe4\x31\x61\x4d\xdd\x8b\x2f\x5e\x75\xf9\x35\x97\ \x3d\xfd\x6e\x62\xd1\xaa\x35\x1b\xa6\x56\xbe\xf0\xe2\xb1\xe9\xe9\ \x7d\x03\xc3\xa4\xfb\x5b\xf7\xdf\xd8\xc5\x90\xdc\xfb\xde\xcf\x5e\ \xd9\x71\xf3\xe7\x36\xc8\xef\xed\x1c\xc8\x6f\xd8\x7f\xb0\xb6\xe1\ \xee\xa5\x43\xef\x3c\x33\x96\x6f\x78\xf1\xc9\xc7\x83\x7c\xb1\x6a\ \x4d\x4e\xf9\x26\x6d\x1b\xcc\xe8\xc4\x7b\x6f\xec\xc9\x3b\xeb\xac\ \x9a\xd3\xde\x3d\xfa\xd8\x1b\x07\xef\xfb\xcc\x12\x82\x00\xc0\x68\ \x30\xb3\xbc\x65\x5a\x9f\xc2\x08\x79\x4a\xf7\x01\x31\xf8\xb4\x38\ \xce\xea\xab\x31\x86\x11\x45\x14\x53\x8a\x80\xfb\xca\xe8\x50\xb8\ \xa9\x74\x82\xf1\xa6\x8b\x96\x27\x3d\x4b\xfb\x65\x07\x5b\x51\xa9\ \x66\xa5\xd3\x56\xc6\x65\x09\xda\x7b\x51\x7f\x43\x73\xbb\x65\x37\ \x44\x82\x73\x9e\x89\x20\x05\xc8\x54\x69\xba\xc8\x6b\x95\x84\x0e\ \x7d\x51\x19\x18\x6c\x6e\x6a\x4b\x46\x94\x60\xd2\xda\xdc\x92\xce\ \xe5\xb0\x9d\x29\x94\xa5\x8c\x22\x8c\x51\x91\x84\xa5\xc2\x34\x26\ \x1a\x0c\x4b\x38\xe9\x89\x9a\x2f\xc1\xa4\x73\x4d\xd4\x49\x23\xee\ \x54\x81\x4c\x1d\x9d\xae\x54\x6b\x94\x60\xc2\xa9\x10\x0a\x99\x0c\ \x6f\xea\x0b\xfc\xc2\x34\x38\x05\x46\x8a\x2c\x2a\x82\x95\xeb\xec\ \x33\x3a\xa8\x85\x7e\x93\x9b\x89\x22\xa1\xd2\x8d\xba\xb9\x85\x53\ \x5a\x5f\xf4\x02\x60\x83\x90\x31\xd8\x06\x8e\x24\x50\x8c\x18\xc3\ \x13\xc5\xe2\x7b\x3b\x76\x12\xca\xf7\xee\xdd\x1b\x86\xc1\xd4\xf4\ \x04\xe7\xdc\x80\x04\x63\x84\x90\x32\x8a\xb0\xa1\x6e\x2e\x59\x8d\ \xa2\x54\xae\xf1\xc8\xc8\x48\x6e\xd1\xa2\x5a\x25\x2c\x4c\x96\x01\ \x40\x69\x33\x5e\x56\x4e\x22\xe1\xd7\x44\xd5\x37\x81\xd0\xda\x4e\ \xe7\x1a\xda\xf0\x2c\xa1\xc0\xd9\x05\xcc\x00\x9f\x22\x71\x7f\x36\ \x7e\x01\x18\x00\x63\xb4\x36\xf3\xe3\xed\x00\xf5\x4c\x95\x8f\xbc\ \x02\xd6\xc4\x44\x21\x2c\x5e\x7b\xed\x83\x37\x77\xfe\xe4\xbb\x0f\ \x71\x27\xed\x31\xac\x24\xb4\x2c\x5b\xff\xc5\x07\xae\xc5\x4a\x5a\ \xae\x97\x66\x7e\xa8\x81\x2a\x81\x90\x24\x08\x44\xb5\x86\x0c\x36\ \x94\x28\x03\x04\xe3\x28\x08\x0d\x42\x24\x12\x22\xd2\x4a\xbb\xeb\ \xae\xb8\x74\xd3\x4f\x5e\xf9\x69\xcd\x34\x2f\xff\x4c\xa7\x63\x24\ \x4b\x6f\xbc\xf9\x73\x37\xf5\xd9\x11\x50\xc7\xf1\x02\x5f\x9c\x45\ \xbf\xf0\xfc\xb4\x1b\x3c\x5b\xb3\x7c\x5a\xbe\x43\x98\x21\x7c\x5c\ \x38\x02\x73\xeb\xa5\x13\xcf\xb2\xd6\x4a\x46\x3c\xb3\xf4\x9e\x07\ \xbe\x34\xfa\xab\x1f\x3c\x3f\xea\xe4\x12\xb6\x31\x8a\x25\x17\xdd\ \xf2\xf9\x07\x7a\x2c\x8d\xb9\xd3\xd8\x68\xff\xf2\x55\x65\xbc\x08\ \x21\x09\x14\xa2\xd0\xd7\x08\x10\x20\x6c\x14\x60\x6a\xb4\x0c\x05\ \x42\xcc\x04\x22\x32\xa0\x33\x3d\x1b\x2e\xb2\x5f\xfb\xe5\x13\x3f\ \x1f\x63\x5d\xb7\x2c\x6f\x7b\xef\x15\xb5\x68\xe5\x95\x0f\x7c\x6e\ \x3d\x48\xc5\x1d\xc7\x43\x7e\xa8\x88\x83\x0b\x9b\x37\xbf\xef\x4b\ \xf9\xab\x9f\xfc\x00\x23\x65\xca\x83\x6f\xef\x18\x5c\xdc\x5b\x0f\ \x71\x18\xad\x34\xc2\x18\x81\xd1\x7a\x7e\x85\xfb\x69\xba\x8f\x31\ \x06\x03\x1f\xab\x54\x0c\xfb\xe8\x25\x84\x06\x21\x42\x20\x88\x70\ \x8b\x72\x0e\x8c\x26\x9b\x5b\x2f\x59\xbd\xba\xa1\x21\x5b\xae\x56\ \x14\x31\x29\x27\x09\x42\xd9\x84\xda\x49\x8a\x2c\x63\xa7\x3d\x49\ \x5d\xa5\x13\x29\xb7\x89\x53\x7b\xdf\x81\x03\x47\x8e\x1d\xa9\xca\ \xc0\x57\xa1\xc2\x86\x44\xe6\xc0\xf4\x80\x45\x8f\xa7\xdc\x64\xd2\ \x71\x13\x09\x87\x52\x02\x1a\x45\xbe\x20\x40\x3d\xd7\xf5\x45\x2d\ \xd2\x02\xb0\x94\x26\xd2\xb5\x52\x6f\x2e\xeb\x35\xe4\x0a\x41\x34\ \x51\x11\xd4\x4d\xd5\x42\x21\x84\x70\x6c\xc6\x89\x29\x97\x0a\x4a\ \x3b\xb6\xd1\x29\x5d\x6e\x75\xa0\x31\x9b\x19\x99\x2a\x16\x23\x3c\ \x59\xae\x75\x75\xb5\x41\x88\x74\xa1\xcc\x09\x21\x1a\x33\xea\x61\ \xdb\xa1\x94\x68\x64\xb4\x46\x52\x69\x0c\x98\x61\x16\x19\x8c\x08\ \x91\xc2\xa7\x91\x2e\x96\x6a\xc3\xa3\xe3\x51\x14\x55\x02\xdf\x18\ \x1d\x89\x80\x60\x12\x05\x3a\x92\x52\x44\x82\x31\xc6\xac\x64\xa0\ \x90\x63\xdb\xda\x72\x68\x3a\x3d\x30\x3e\x5e\x11\x78\xa2\x10\xd4\ \x39\x97\xb4\x99\x50\x4a\x03\xc6\x06\x66\xd4\x2f\x93\x09\x79\x96\ \xc4\xe4\x04\x93\xc0\x0f\x94\xd6\x94\xd0\xf9\xdb\x5f\xa1\x08\xce\ \xc6\x2f\x30\xc6\x68\x63\xcc\xc9\x72\x12\x67\xbd\x8f\x80\x35\x31\ \xa1\x1f\xd0\x5c\xb2\xeb\xe2\x0d\xbf\xff\x07\xe3\xff\xf1\xaf\xbe\ \xf7\xcc\xe2\xff\xb0\xf6\xea\x1b\x36\x3d\xfc\xea\xf3\xaf\xd9\x8b\ \x12\x28\xdd\xbe\xe6\xca\xa5\x48\xf8\x3e\x13\x12\x19\x15\xfa\x01\ \x48\x85\x94\x14\x7e\xd5\x17\xfc\x8e\x2b\x36\xbe\xf0\xf0\xe3\x7f\ \x97\xa9\x58\xc7\xdf\x3d\x9a\x5c\xf3\xd9\x45\xc9\x44\xe6\xb2\x25\ \xe6\x27\x3f\x7c\xa5\xe9\x3f\xfd\xe7\x7e\x96\x24\xd7\x2e\xf5\x5e\ \x7d\xee\xa9\xd4\x35\x2b\x8c\x20\xab\x36\x5c\xee\xf0\x73\x8b\x17\ \x9c\xe8\x05\x00\x18\x7d\xea\x56\x7c\xdd\x2d\xa8\x8f\x80\x99\xb3\ \x05\xa7\xdd\x47\xd0\x5a\x8a\x20\x54\xbc\xb9\xad\xe7\xf2\xaf\xfd\ \xfe\xf0\x5f\xfe\xc5\xb7\x7f\xd8\xff\x6f\xef\xbd\xa2\xbf\xe1\x9d\ \x67\x9f\xdc\x74\xed\xf2\x26\xe9\xb4\x5c\xb3\xf1\x62\x29\xfc\x20\ \x8c\xb4\xd6\x22\x08\x02\x22\x35\x32\x51\x18\xd4\x44\x2d\xbd\xe4\ \xca\xe5\xee\x9b\x3f\xfa\xde\x8f\xaf\xec\x89\x36\xbd\x9f\xdf\xf8\ \xb5\xb5\x9c\x36\x6c\x58\xdf\xf9\x67\xdf\x7e\xec\x8a\x3f\xf8\xcb\ \xce\xa4\x5d\xbb\x7c\xe3\x0b\x8f\xbc\xb4\xa9\x89\x34\xdb\x90\xed\ \x58\x7d\xc9\x45\xb6\x01\x5c\x3c\xba\xfd\xa5\xed\x95\x2f\xfc\xf1\ \x7f\xb8\xa1\x3f\x01\x94\xec\x78\xec\xdb\xdf\x7b\xf6\x97\xb7\xfd\ \xe1\x0a\x54\x39\xbe\x65\xc7\x91\x95\xe9\xf4\xf1\xb7\xb6\x1f\x18\ \xbd\x76\x59\x86\x68\x0d\x1f\xba\xc3\x4a\x8c\xd1\x1f\xab\x5f\x40\ \xd7\xae\x59\x8d\x66\xf5\xd1\x2e\x5f\xbf\x7e\xfe\x58\x5b\x96\xb5\ \xf9\x9d\x2d\x1f\xec\xda\x83\x18\x23\x96\xcd\x1d\x97\xd9\x9e\x93\ \xca\x64\xb2\x39\x4d\xd8\xa1\x23\xc7\x8e\x4f\x14\x0e\x8f\xe7\x87\ \x26\x0a\xe3\xc5\x6a\x3e\x10\xc5\x48\x8f\x57\x82\x10\x78\x64\x6c\ \xe6\x64\x2a\xbe\xdc\x71\x60\xe0\x85\xb7\xdf\xdd\x3f\x34\xe2\x6b\ \x5a\x15\xa8\x58\x12\xc5\x72\x84\x90\x1b\x49\x52\x2e\x07\x93\xf9\ \xd2\xd1\xb1\x89\x83\x43\x43\x13\x53\x85\xf1\x89\xc2\x64\xb1\x3c\ \x55\xa8\x4c\x15\xaa\xe5\x9a\x2a\x94\x22\x21\x79\x55\xe0\x52\x84\ \x06\x27\xcb\x1f\x1c\x1c\x1e\x9d\x2a\x85\x11\x8c\x4f\x15\xfc\x40\ \x4e\x17\xca\xd3\xc5\xaa\x94\x38\xac\xd4\x98\x96\x2e\xa7\x84\x5a\ \xe3\xf9\xda\xe1\xb1\x82\x8f\xec\x5a\xa4\xb9\x65\x09\x51\x2b\x16\ \xa6\x8d\x42\x3a\x52\x5a\x29\x25\xb5\x88\xa4\x56\x46\x29\x03\x06\ \xa4\x34\xb5\x9a\x1f\x4a\xa5\x41\x47\x91\x08\x23\x11\x0a\xe1\x07\ \x01\xa6\x34\xdd\xd0\xc0\x2c\x1b\x63\x2c\x23\x29\x6a\xa2\x56\xa9\ \x61\x8c\xa5\x92\xe9\x6c\x9a\x59\xcc\x17\xa1\x1f\x45\xed\x1d\x1d\ \xb5\x50\xf8\xa1\x0c\x05\x80\x9d\x92\x2c\x21\xb1\x43\xb9\x4b\x10\ \xc1\x46\x1b\x6d\x22\x85\x34\x22\x0f\xdc\x75\x83\xc5\xf9\xdc\xcd\ \xb3\x2c\xeb\xe0\x81\x03\xef\xbe\xb3\xb9\xa9\xa9\xd9\xb6\xed\xb9\ \x79\x6b\x3b\xf6\x45\x4b\x97\x30\xc6\xeb\x65\xce\x75\x46\xe9\x48\ \x08\xbf\x56\x53\x4a\xe6\x9a\x5a\x18\x63\xf5\x7b\x54\xab\x55\x17\ \xa4\xa0\x16\x8b\x05\x30\x26\x95\x4e\xd7\x4b\x39\xe7\xcc\xc1\xcc\ \x2a\x1a\xe6\xd3\x23\x9f\x16\x08\xc0\x28\xa5\x92\x6d\xbd\x8b\x9a\ \x92\x89\x5c\x57\x9b\x53\x99\x88\xbc\x4b\x2e\xdf\xb8\xac\x85\x0d\ \xec\xdf\x37\x92\x0f\x1a\x17\xf5\x75\x36\x79\x91\x44\x2d\xbd\xfd\ \xcd\x29\x2e\x22\xdd\xda\xbd\xb8\x23\xc3\xc2\xc8\x34\xb6\xf5\x2d\ \x5b\xb1\x7a\x49\x13\x3d\xb0\x7b\xb7\x9f\xe8\xbf\xef\x8b\x9f\xeb\ \x49\x63\x05\x4e\x63\x83\x9d\xea\x5e\x7d\xd5\xea\xc5\x18\xc8\xe2\ \x15\x2b\x9d\xea\xf0\xbe\x81\x63\xbe\x71\xfb\x96\xf6\x26\x18\xd6\ \x1f\xda\xa4\xd9\x7c\x82\x79\xf9\x02\xb3\xf3\x82\x73\x3e\x35\x31\ \x9e\x4c\xa5\xe6\x27\xdb\x4c\x8c\x8f\x25\x92\x29\xcb\xb2\xb4\x31\ \x33\xfb\xf0\xf5\xab\xd4\x97\xda\xf5\x37\xe9\xec\xb0\x68\x29\xb1\ \xd7\xd0\xdb\xb7\x88\x59\xe9\xc5\x5d\xb9\xc2\xe8\x54\xdb\x8a\xcb\ \xaf\x58\xdd\x53\x39\x76\x70\x60\x78\x1c\xbc\xe6\x25\xdd\x6d\x44\ \xab\x74\x6b\x4f\x6f\x73\x2a\x8a\xa2\x64\x73\x77\x77\x7b\x83\x0c\ \x45\xa2\xb9\x63\x71\x4f\xef\xc5\xcb\xfa\x2a\x83\xbb\x07\xc6\xe5\ \x86\xbb\xbe\x78\xd3\xaa\xb6\x28\x32\x99\x4c\xc6\xf1\xb2\x57\x5c\ \xb7\x31\x4d\x4c\xa6\xf3\xa2\xfe\x1c\x3e\xb4\x6f\xdf\x58\x31\x6a\ \xee\xec\x6b\x6f\x72\x41\xa3\x4a\xfe\xb8\x9f\xee\xbb\xf2\x92\xa5\ \xdc\x48\xa5\x49\x43\x36\xa9\x44\xb5\xf9\xe2\x2b\xfb\x3d\x5d\x92\ \xf6\xea\x4b\x2f\x73\xca\x93\xb4\xa9\xbb\x2d\x65\xcf\xf8\x35\x67\ \xec\x3e\x62\x8c\x15\x8b\x05\x46\x59\x3a\xd3\x30\xff\x19\x98\x9a\ \x9c\x48\xa6\x52\xbf\x3e\x8f\x16\xfe\xea\xef\x7e\xb9\x2e\x2e\xd0\ \xd9\xd9\xf9\x7f\xfe\xcb\x3f\x94\xf3\x38\xed\x12\x89\xc4\x5f\x3f\ \xf4\xfd\x47\x1e\xfb\x99\x65\x39\xc9\x74\xa6\xa5\xa5\x2d\x93\x6d\ \x14\x91\x52\x1a\xa4\x32\x52\x2a\xca\x2c\x2b\x91\x4c\x26\xd3\xc8\ \x80\x8c\x02\x9b\xb3\x96\xa6\x66\x25\x23\x29\xa3\xf6\xb6\xce\x74\ \x26\xbd\xe7\xe8\xe0\xb6\x3d\xfb\xb5\x42\x8e\xed\x32\xcc\x08\xc2\ \x9e\xe3\x10\x04\x22\xa8\x22\xac\x03\xbf\x92\xcd\xd8\x4d\x8d\x69\ \x50\xba\x56\x2e\x31\xc2\x38\x77\x08\x73\x0d\x70\x83\x6d\xa9\x71\ \x59\x88\xaa\x09\x5d\xd7\xa2\xc6\x44\x41\xd5\x73\xac\x30\x14\x8e\ \xe3\x12\xcb\x42\xd4\xaa\x55\x2b\x4e\x6d\xaa\xa7\x29\xdd\xd1\xda\ \x6a\xd9\xce\xf8\x54\xe9\xf0\xc8\x84\x24\x24\x32\x51\xae\xc1\xb1\ \xc1\x9f\x18\x1d\x22\x88\x20\x00\x42\x29\x25\xd4\x80\x21\x75\x7a\ \x6d\x84\x8c\x31\x51\x24\xb5\x01\x11\x45\x94\x52\x82\x71\xcd\xf7\ \x83\x20\xa8\x0b\x37\x20\x84\xa4\x94\x5a\x9a\xb0\x12\x28\xad\x1a\ \x72\x0d\x15\xbf\xdc\xd4\x92\x4b\x66\xd2\xf9\x42\x41\x2a\xd3\xd4\ \xd8\x94\xce\x64\x95\x34\x13\xd3\xfe\xb4\xe2\xda\x6b\x52\x40\x71\ \x54\x65\xa2\xe4\x60\x89\x10\x0e\x81\xdb\xa9\xf4\x23\xff\xed\xdf\ \x7a\xae\x33\x67\x5e\x13\x89\xc4\xb3\xcf\x3c\xf3\xdd\xef\xfc\xb7\ \x65\x17\x2f\x4f\xa7\xd3\xf5\xe3\x5a\xeb\x44\xc2\xfb\xe6\x37\xff\ \x88\x73\xbb\x54\x2a\x26\x93\x49\x4a\xa9\x96\x92\x72\x9e\x69\x68\ \x3c\x32\x70\x60\xd9\xf2\x55\x75\xc3\xa1\x94\x9a\x18\x1f\x5d\xb6\ \x7c\xd5\xfc\xfb\x77\xf4\xf0\x80\x36\xba\xb3\xb3\x5b\x88\xc0\x9c\ \xf0\x9f\x67\x3f\x7c\x94\x6b\x00\x00\xb6\xed\x24\x92\x29\x0c\x32\ \x8a\x14\x20\x6c\xdb\x8e\x0c\xab\xe5\x6a\xc0\x6d\xc7\xb6\x38\x46\ \x20\x45\x10\x2a\x70\x1c\x07\xa4\x10\x0a\x1c\xd7\x41\x4a\x84\x12\ \x6c\xc7\xc5\x3a\x0c\xa5\x61\x96\xed\x58\x1c\x81\x16\x61\xa8\x0c\ \x20\x40\xd4\x72\x1c\x0a\x7e\x28\x00\x10\x26\xc4\x72\x1c\x4e\x09\ \x18\x15\x9e\xa5\x6e\x0a\x9c\x70\x93\x01\xd0\xac\xbe\x2f\xf6\xbc\ \xc4\xbe\xbd\xbb\xda\x17\x75\xce\x37\x88\x3b\xb7\x6f\x6b\x5f\xd4\ \xe1\x25\x12\x5a\xc9\x79\xd9\x07\xa7\x1b\x01\x00\xcc\x2c\xc7\x22\ \x22\x10\x06\x10\xe1\x96\x63\x91\xd0\x0f\x81\x30\xc7\xb1\x29\xc1\ \x46\x45\x41\x18\x31\xcb\xa1\x20\x83\x48\x71\xdb\x63\x48\x86\x42\ \x32\xdb\xe5\x58\x05\xa1\xc4\x94\x3b\x8e\x4d\x31\x92\x51\x28\xa4\ \x46\x00\xf5\x23\x2a\xf4\xa5\x06\x84\x31\xb3\x6c\x9b\x33\x8c\x4c\ \x24\xc2\x48\x1a\x84\x10\x61\x96\x63\xe1\x30\x10\x66\x26\x79\xcf\ \x72\x6d\x26\xc2\x90\x58\x0e\x03\x15\x4a\xe3\xb8\xb6\x16\x61\xa4\ \xcc\x49\x11\xc5\xd3\x75\xdf\x71\xdd\xa1\xa3\x47\x6c\xc7\xed\xee\ \xe9\x9d\x3f\x5a\xfb\xf6\xec\x6a\x6b\x5f\xf4\xeb\x73\xa2\x7c\x38\ \x27\x3a\x0a\x22\x49\xec\x44\x5b\x67\x87\x63\x27\xdc\x64\x8a\x32\ \x47\xf8\x15\xdb\xf6\x1a\x9b\x33\xdc\xb2\x09\xe5\x15\x3f\xa8\x55\ \x6b\x8c\xd1\x54\x2a\x6d\xb4\x3e\x76\x7c\x04\xc0\xb8\xb6\xeb\x0b\ \xb1\xa2\xbb\x67\x78\x7c\xc2\x45\x10\x81\x46\x4a\x20\x86\xb5\xd1\ \x32\x92\xc4\x08\x14\x95\xbb\x3a\x72\xab\x2f\x5a\x73\x55\x4f\x47\ \x67\x53\x26\x5f\x98\x32\x46\x4a\x30\x79\x3f\x18\xab\x86\x7b\x8e\ \x8c\xec\x3c\x72\xd0\xcb\xb5\x1b\x83\x6d\x63\x61\x29\xb4\x56\xa0\ \x15\x46\x9c\x33\x1a\x86\x81\x0a\x42\x6a\x3b\x98\x30\xe6\xa5\xf2\ \xbe\xc0\x85\x32\xc6\xd5\xe9\x52\x4d\x18\xac\x09\x8b\xa4\x88\x84\ \xc2\xc8\x00\xc2\x42\x08\x8c\x31\x9f\xe1\xce\xc2\x66\x8e\x45\x7f\ \x2e\xf0\x5c\x97\x72\x9b\x51\x64\x63\xda\x68\x8c\x09\x42\xc0\x18\ \xe3\x04\xd9\x84\x87\x91\x40\x08\x1a\x52\x49\x50\x12\x2b\xd9\xe0\ \xb9\x41\x18\x4d\x1e\x1b\x9a\x3c\x36\xdc\xbb\x78\x69\x63\x3a\x51\ \x9a\xf6\xb5\x0c\x19\xb5\x29\x23\x1c\x39\x58\x81\x06\x33\xe3\xbb\ \x9e\x75\x76\x0d\xa3\xec\xa2\x65\x2b\xc6\xc7\x47\xcb\xa5\x02\x42\ \xb8\xa1\x31\x97\x6b\x6a\x09\xc3\xe0\x6c\x1c\x42\x29\xe5\x1c\x7d\ \x57\xfd\x39\xaa\x7f\x8b\xd1\x47\x87\x0b\x6c\xcb\xde\xba\x65\xcb\ \xde\xbd\xfb\xac\xd9\xac\x5e\x11\x45\x57\x6d\xbc\xb2\xbf\xbf\x5f\ \x46\x42\x45\x62\x6e\xc9\x2a\x82\x60\xc1\x87\x28\xf4\xeb\x1f\x74\ \x24\x6a\xd1\x49\x35\x82\x3a\x0a\x6b\xf3\x62\x7b\xc2\xf7\xcf\xa9\ \x84\xb0\xbe\x31\x30\x53\x6a\x85\x09\xcc\xd2\xe9\x69\x30\x52\xaa\ \x05\x6b\x1f\x00\x90\x32\x42\x28\x01\x27\x14\xe4\xea\xba\xcc\x73\ \x77\x78\x5e\xf4\x50\xc9\x60\x96\x6a\xd4\xc8\xc8\x97\x33\x69\x0f\ \x41\xed\x04\x01\xa9\x14\xa1\x44\x08\x23\xac\x44\xfd\x5c\xac\x44\ \xa8\x66\x42\xe9\x27\x9d\xb9\xf0\x08\x80\x12\xa1\x12\x0b\x12\x13\ \x22\x5f\xcd\x3f\x5f\xfa\xbe\x44\x08\xe9\x30\xa8\xff\xf1\xa0\xe6\ \x2f\xc8\x25\x38\xb9\xfb\x78\xb6\xfb\x75\x32\x65\xe9\xb8\xee\xa7\ \x11\x2f\x00\x20\xdc\xb2\x13\x69\xee\xa4\x80\x30\x8d\x19\xe2\x76\ \xa6\xd1\x6e\xcc\x35\x63\x42\x27\x26\xa6\x2a\xd5\x69\x4a\x49\x26\ \x93\xb1\x1d\xbb\x56\xa9\x16\xa6\xf3\x60\x74\x6b\x5b\x6b\x6f\x77\ \x6f\x73\x53\x33\xa1\xbc\x38\x35\xa9\xab\x25\xc2\x1c\x42\x39\x80\ \xd6\x5a\x50\x8b\x36\xa6\x60\xd5\x9a\xbe\x0d\x6b\xfb\x6d\xed\xbb\ \x7a\xb4\x32\x3e\xe4\x60\xed\x3a\xd4\x10\x68\x6a\xf0\xd6\x2e\x5a\ \xb6\xee\xba\x35\x7f\xf5\xc3\x9f\x1e\x1c\x3d\x06\x2a\x61\x2b\x2f\ \x9d\xc9\x72\xee\xe4\xf3\xa1\x5f\xab\x50\xc6\x2c\xdb\x49\x38\x9e\ \x34\x38\xf4\x43\x1f\xd1\x52\x4d\x07\x38\x70\x39\x2b\x07\x32\x42\ \x04\x03\x96\x06\x22\x69\x08\xd2\x64\x2e\x2b\x63\x66\x97\x09\x94\ \x52\x4a\xa9\xba\x22\x23\xe7\x0c\x29\x20\x64\x66\x99\x4d\x08\x61\ \x8c\x9a\x48\x63\x8c\x8c\x01\xad\x35\x06\x48\x24\x5c\xcb\x26\x94\ \x60\x4a\x51\xb9\x34\xcd\x12\x36\x55\x28\x0a\x02\xcb\x68\xce\x28\ \x55\x21\xe6\x24\x6d\xa1\x90\x69\xc3\x40\x47\x00\x46\x0b\xa9\x10\ \xa1\x94\x59\xb6\x6d\x9f\x5d\xf4\xee\xc4\xbe\x71\x2e\xd7\xd4\xdc\ \xdc\x32\xeb\xe1\xc3\xd9\xd0\x1f\x64\x1b\x1b\xf7\xec\xfe\xa0\xa9\ \xb9\x39\x99\x4c\xd5\x6b\xcc\x4f\xbc\x03\xcf\x82\x07\x99\x52\xd6\ \xdd\xdd\xe3\x38\xee\xdc\x5b\x45\x69\xdd\xda\xda\x6a\xdb\x76\x7d\ \x61\xf2\xa9\xe4\x20\xc3\x4c\xa1\xe1\xc9\x69\xb9\x00\x53\xe3\x13\ \x51\x14\xa5\x52\xe9\xf9\xe7\x37\xb7\xb4\x0e\x0f\x0f\xa5\x52\x69\ \xc7\x71\x0d\xcc\xed\x2d\xce\x09\x31\x9e\xa3\x5a\xcc\xa7\x8d\x33\ \x75\x1f\x00\x95\x4b\xa5\x52\xa9\xd8\xd3\xd7\xf7\x29\xd8\x02\xad\ \x75\x6b\x5b\xc7\x92\xe5\xab\x3b\xda\xdb\x6d\xdb\x35\xc6\x20\xc2\ \x6a\x35\xff\xd8\xf1\xd1\x7c\xbe\x80\x31\x69\x6e\x6e\x71\x5d\x2e\ \x84\x3f\x3e\x3e\x1e\x04\xa1\xe7\x7a\xed\x9d\x1d\xdd\x5d\x5d\x08\ \x60\xe7\xae\x0f\xde\x7c\xf3\xcd\xb1\xd1\x63\x9c\x51\xc3\xa8\xa9\ \x8b\x58\x20\x24\xaa\x85\x74\xc2\xbb\xf9\xd2\x65\x6e\x30\x3a\x39\ \x32\x30\x10\x01\x23\xb4\x25\xe3\x62\xe9\x67\xd2\x49\xee\xa6\x79\ \xba\x39\x49\xb9\x1b\x12\x35\x2d\xd2\xe9\x8c\x45\x0d\x07\x61\x21\ \xcb\x63\x58\x51\xa6\x01\xcb\x48\x00\x22\xca\x20\x84\x40\x60\xcb\ \xc9\xb5\x2a\x50\xd3\xb5\xaa\x46\x18\x28\x03\x84\xea\x54\x2b\x4a\ \x1b\x82\x29\x63\x1c\xe0\x84\x7c\x6b\xdd\x16\xd4\x27\x7f\x5d\x52\ \xb5\x3e\x07\xea\x06\xa2\x2e\xc5\x85\x66\x95\x20\xa5\x52\xd5\x6a\ \x85\x53\xec\x78\x1e\x23\xc0\x41\x93\x30\x4a\xb8\x5e\x22\xe9\xd1\ \x4c\x26\x0c\x84\x2a\x97\x58\x06\x7b\x04\x49\x51\x56\x22\x34\x1a\ \x00\x19\x4c\x38\xb5\x2c\x65\x50\xe8\x07\x67\x2d\x6a\x78\xe2\x15\ \x57\x17\x77\x32\x67\x2d\xb9\x97\x69\xc8\x76\x75\xf7\x1e\xd8\xbb\ \xc7\xb2\x6d\x72\x22\xf4\x78\xf6\x7f\x11\x71\xce\x52\x49\x6f\xde\ \xaf\xe0\xf1\xb1\xd1\x91\xe3\xc3\x9f\x76\x65\xd3\xdc\xb8\xe1\xb9\ \x5d\x00\x29\xe5\x45\x17\x2f\xb7\x66\xf8\x2f\x67\xb0\xa8\xa3\xb3\ \x5a\x29\x7f\xb0\xe3\x7d\xdb\x76\xf0\xcc\x9a\xf9\xb7\x80\xc7\xe1\ \x94\xee\x1b\x13\x89\xb0\xaf\x7f\x69\x32\x99\xfa\x74\x72\x90\xb9\ \x65\xbb\x5e\x32\x99\xc9\x64\x32\xd9\x30\x10\x41\x10\x72\xae\x9b\ \x9b\x5b\x5a\x5b\xdb\x29\x65\x9c\x91\x89\xf1\x63\x32\x0c\x32\xe9\ \x44\x67\x67\xa7\x65\xbb\x84\xd0\xa3\x43\x43\x87\x0f\x0d\x94\xcb\ \x05\xa4\x55\x22\xe1\x52\xcb\x92\x06\x2b\x8d\x38\x63\xa0\x11\x51\ \x48\x17\x8a\x83\x5b\xdf\xbb\x71\x6d\x77\x6f\x67\xf7\x34\x6b\xa8\ \x86\x2a\x85\xa2\x06\x8b\xda\xc9\x24\x32\x74\xcf\x2b\x1f\x6c\xd9\ \x3f\x86\x47\xc2\x96\x92\xe7\x70\x56\x35\x65\x89\x15\x56\xae\x12\ \xa1\x46\xd8\x72\x3d\xa4\x80\x11\x4c\xc0\x28\x0c\x21\xa0\x40\x19\ \xa9\xa5\xe3\xba\x48\x4a\x5f\x28\xce\x39\xc2\x18\x63\x5a\xd7\x57\ \x20\x04\x6b\x7d\x42\x72\xaf\x3e\xed\xeb\x9f\x31\xc6\xb6\xe3\xd6\ \x77\x19\xeb\x72\x6f\xf5\xe3\x84\x10\x5a\xd7\x59\x30\x46\x29\x51\ \x29\x94\xc3\x5a\x39\x97\x49\xb6\xe5\x9a\xb2\x89\x44\x36\x9d\x91\ \x42\x5a\x8c\x8b\x48\x8e\x97\xf3\x18\xab\xb4\x45\xa5\x12\x9c\x60\ \xc1\xb8\x2f\x20\x54\x8a\x61\xc2\x19\x77\x39\x39\xa7\xe9\x44\x29\ \x79\xf7\xdd\x6d\xbf\xda\xb4\xa9\xce\x78\xfb\xe0\x83\x0f\x9e\xe5\ \x2f\x76\x76\x75\x37\xe6\x72\x95\x72\x19\xfd\x56\x03\x63\xdc\xd0\ \x90\x5d\x60\x08\xea\xb8\xe8\xe2\x15\x6d\xed\x1d\x41\xe0\xff\x76\ \x77\x3f\x95\x4e\xbb\x1f\x27\x29\x06\xfb\xd0\xa7\x93\x8e\x4d\x4c\ \x6e\x7d\x6f\xdb\x91\xc3\x87\x1b\x73\xb9\xe6\xa6\xa6\xe6\x5c\xb3\ \x6b\x73\xd7\x66\x8c\x73\x15\x69\x00\x9d\xb2\x79\xca\xb5\xa4\x21\ \xf9\xfc\xe4\xc4\x54\xb1\x52\xa9\x29\x19\x11\x00\xc7\x66\xb6\xeb\ \x10\x9b\x21\xdb\x06\xcd\x00\x2c\xa9\x0d\xd5\x88\x6a\x42\x23\x12\ \x4d\x96\xf7\xbd\xb6\xa5\x35\xe5\xe0\xa6\xbe\x04\xf3\x5c\x13\x95\ \x0b\x93\x51\xa5\x1a\x84\x7a\x64\xb2\x16\x4c\x0a\x35\x15\x25\xc0\ \x75\x1b\x8c\xb1\x10\xd1\x52\x0b\xc3\x08\x60\x20\xae\xc5\x91\x11\ \x5a\xfa\x04\x61\x25\x22\xc2\x92\x04\x11\x8b\x51\x0c\x0a\x23\x4d\ \x90\xc6\x40\x65\x14\x1a\xdb\xa1\x94\x08\x6d\x30\x25\x84\x18\xad\ \x67\x34\xdd\xe7\x3c\x02\x00\x08\x82\x40\x48\x95\x4a\xa5\x39\xe7\ \xf5\x88\xa9\x94\xb2\xee\x2c\x10\x42\x38\xe7\x8c\x31\x04\x16\x32\ \x5a\x09\x5f\x85\x82\x70\x8b\x82\xe1\xa0\x2d\x8b\x2a\xa5\x52\x9e\ \x6d\x68\x43\x55\x6b\xa3\x22\x4b\x85\x1a\x29\xc0\x16\x32\x1c\xd7\ \xb5\x21\x8d\x42\x91\x3e\x27\xef\x14\x00\x56\xae\x5c\xb9\x7b\xcf\ \x9e\xe1\xe1\xe1\xab\xaf\xba\xca\xe8\x73\xc8\x59\xf4\xbc\xc4\xc7\ \xca\x78\xf3\x9b\x8f\x74\x26\x93\xfe\x0d\xe6\x41\xbe\x20\xf0\x11\ \x7a\x8a\x22\xf0\x2b\xc5\x3c\x52\xa2\x94\xcf\x0f\x0f\x1e\xb1\x98\ \x85\x00\x3c\xcf\x03\x6d\x6a\xbe\x4f\x40\x5b\xcc\x44\x52\x2a\xa0\ \x9a\x30\x0d\x8c\xdb\xae\xe3\x38\x14\x81\x63\x61\x4e\x70\xa4\xa5\ \x92\x80\x99\xc7\x31\xc2\x06\x61\x64\x64\x24\xab\x32\x28\x55\x3d\ \x91\x71\x07\x47\x4a\xc5\x81\xad\x04\x93\xd6\x6c\x2a\xe9\x30\x21\ \xa3\xb1\x62\xf9\x60\xb1\x30\x50\x0d\x87\x40\xa3\x54\x33\x76\x13\ \x46\x0a\x88\x34\xa2\x0c\x23\x4a\x09\xe6\xc8\x44\xa0\x91\x56\x84\ \xe0\x24\x43\x14\x29\xa3\x00\x43\x84\x8c\x20\x60\x2c\x82\x18\xc3\ \x8a\x03\x46\x9a\x73\x4a\x68\x5d\x9f\x17\xcd\x49\xb0\x53\x4a\xeb\ \x93\x5c\x6b\x6d\x59\x56\x20\xa2\x42\xa1\xe0\x79\x5e\x5d\xb8\xd1\ \xf7\x7d\xd7\x75\x31\xc6\x61\x18\xd6\x85\x9e\x43\x11\x19\x40\xa0\ \x20\x14\x91\x4f\x6a\x8d\xc9\x04\xa1\x84\x20\x04\x98\x38\x2e\x07\ \x97\xea\x4a\x35\xa8\x56\x2c\x13\x21\x46\x34\xe2\x9a\x33\xcc\x19\ \x32\x1a\x6b\xc1\x11\x3b\x7b\x93\xaf\xb5\x52\x4a\xb9\xae\x7b\xff\ \xfd\xf7\x87\x61\x98\x6b\x6c\xd4\x5a\x6b\xa5\x16\xc8\x96\xc4\x88\ \xf1\xe9\xd8\x02\x00\xc4\x29\x4e\x79\x76\xd2\xb5\x30\x00\x32\x12\ \x49\xc3\x19\x0d\xcb\x05\x00\x63\x13\xca\x38\xb6\x39\xa6\x80\x22\ \x84\xa8\xe5\x60\xdb\xe3\x96\x0d\x06\xb0\x31\x16\x05\x23\x23\x97\ \x82\xed\x58\x12\x8c\xc1\x8a\x72\x66\x80\xb8\x76\xd2\x84\xfa\x8d\ \xdd\x07\x46\x73\xde\xea\xa5\xbd\xc9\x8e\x64\xb9\x52\xd8\x53\x2a\ \x4e\x1d\x9f\x2e\x56\xaa\x83\x13\x93\x93\x2a\x52\xc9\x4c\x90\x4d\ \x98\x54\x4d\x93\x52\x02\x30\x02\x5c\x2f\xe2\x40\x08\x42\xbf\xc2\ \x31\xf1\x2c\x8a\x10\x28\x29\x6d\x06\x06\x69\x24\x43\x00\x61\x30\ \x70\x42\x11\x96\x9a\x01\xc1\xd2\x73\x5d\xbf\x82\x83\x30\x9a\xf3\ \xfc\xeb\x51\x80\xba\x39\xa8\x4b\x3c\xdb\xae\x57\xad\xfa\x42\x08\ \xcb\xb2\x94\x52\x61\x18\xa6\x52\x29\x7b\xd6\x0b\x95\x4a\x05\x42\ \x1a\x8c\x09\xe3\x08\x23\x03\x68\x7c\x62\xbc\x56\x2d\xbb\x9e\xe7\ \x25\x13\x9a\xa0\xaa\x08\x4b\x95\x8a\x91\x61\xd2\x66\x01\x82\x5a\ \x24\x35\x08\xcc\x18\x02\xc3\x41\xb9\xf4\x6c\xc9\x44\x5c\xd7\x13\ \x41\x58\xa9\x94\x53\xe9\x8c\xeb\x38\x9e\xeb\xd6\x97\x33\xe5\x4a\ \xc9\xf5\x3c\x30\xb1\x2d\x88\xf1\x1b\xe0\x17\x48\x11\x6a\xe1\x23\ \x8b\x62\x82\x28\xa1\x46\x0a\x29\x11\x02\xe0\x94\x59\xd4\x88\x20\ \x34\x7e\x64\x30\xc5\x96\x87\x40\x2a\x15\x1a\xa3\x8d\x32\x04\x19\ \x66\x31\xa3\x04\x0a\x7d\x51\x29\x08\x8d\x80\x71\xee\xba\xda\x18\ \xa9\x55\x35\x0a\x84\x0c\x27\x46\xab\xfb\x6b\x55\x2f\xeb\x84\x32\ \x2c\xe6\x4b\xf9\x62\x89\x73\x5b\x13\x2f\xb2\x12\x80\x6d\x43\x38\ \x41\x28\x12\x21\x0b\x09\xa5\x80\x18\xc2\x80\x10\x01\x8a\x41\x44\ \x51\xa0\x04\x45\x86\x11\x4c\x38\x50\x84\x90\xf2\x0d\x08\x45\x00\ \x61\xaa\x55\x04\x5a\x49\x30\x94\xda\x18\x19\xce\x98\x32\xba\x2e\ \xd6\x5e\xd7\x6b\x37\xc6\x58\x96\x55\x27\xc9\x01\x42\xd2\xe9\x4c\ \xb5\x5a\x1d\x18\x18\xa8\xab\x56\xd6\x6a\x35\xcb\xb2\x5c\xc7\x55\ \x5a\x19\x00\xcb\xb2\x23\xd0\x2a\x08\x25\x18\x70\x08\x66\xa4\xe2\ \xfb\x53\xc5\x02\xb3\x2d\xd7\x73\x35\x62\x52\x0a\x9b\x61\x8b\x91\ \x20\x12\x60\xb0\x31\x5c\x19\x41\x91\x04\x19\x1a\x72\x36\xc9\xb6\ \xc8\x18\x63\xdb\x4e\x73\x5b\xfb\xc0\x81\xfd\x4b\x96\x5d\x9c\x48\ \xa6\x30\xc2\x4a\xa9\xf1\xb1\x11\x82\x89\xe7\x25\x62\x62\xf5\x18\ \x9f\x90\x2d\x50\x4a\xd6\x73\x8d\xea\x41\xb5\xf9\xfb\x58\xc6\x00\ \x18\x03\x46\x4b\x19\x22\x30\x0c\x63\x15\x09\xdb\xb2\x38\xe3\x2a\ \xf4\x8d\xc4\xc6\x28\x40\x0a\x08\x07\x22\x0d\x96\x91\x04\xc2\xb4\ \x8a\x14\x05\xc3\x0d\xc3\x5a\x12\xe1\x53\x04\x1c\x23\x0d\x91\x21\ \x51\x28\x65\x10\x04\x18\xc0\x49\x79\x95\x6a\xf9\xe8\xd8\x44\x6d\ \x30\x24\x98\xba\xdc\x71\x78\xae\x35\xdb\x66\x51\x5b\x88\x30\x88\ \x02\x2d\x14\xf7\x01\xdb\x52\x20\x60\x16\xa2\x08\x23\x0c\x00\xca\ \x28\x4c\x90\x41\x2a\x02\x23\x0d\x06\xac\x09\xc2\x84\xa2\x08\x23\ \x69\x00\x8c\x96\xc2\x44\xda\x80\xa2\x08\x1b\x83\x40\x13\x42\x91\ \x06\xad\xa5\x01\x69\x00\x28\x23\x1a\x4c\x20\x42\xad\x35\xa3\xb4\ \xae\x4f\x5c\xab\xd5\x6a\xbe\x1f\x86\xa1\x8c\x64\xa1\x50\xcc\xe7\ \xf3\xbd\x8b\xfb\x08\xa5\x80\x51\x2d\x0c\x8a\xd3\xf9\xea\xe4\x64\ \x36\xe1\x64\x3c\x0f\x85\x51\x32\x61\x63\x82\x4a\x95\x8a\x2f\x04\ \xb3\x1c\x2d\x23\x89\x0d\x77\x6c\xcd\x13\x36\x67\xba\x26\x22\x30\ \x49\x8b\xd9\x16\x23\xd8\xcc\x61\x2e\x22\xa0\xb5\xae\x6b\x6c\xaa\ \x59\xc6\x74\x29\x65\x14\x89\xf6\xf6\x45\x5a\xc9\x83\x07\xf6\xba\ \xae\x47\x29\x35\x4a\x3b\xae\xdb\xde\xd1\x79\x6c\xf0\x28\x9c\x6c\ \x38\x62\xd3\x10\xe3\xd4\xd7\xc9\xf9\x09\x4f\xbe\xfc\xe2\xaf\xea\ \xcf\x29\x63\x2c\x9d\xc9\xcc\x7f\xd4\x08\x21\xa5\x52\xb9\x16\x04\ \x33\x94\x0c\x08\x00\x50\x9d\xae\xc7\x18\xc0\x73\x3b\x9f\xa8\x9e\ \xdd\x85\x61\x4e\x22\x1a\x61\x52\x0f\xa2\x83\x99\xab\xa8\xad\xbb\ \xd9\x75\xc1\x3b\x8c\xd1\x4c\xf6\x38\xc2\x18\x23\x8c\x09\xa9\x6f\ \xef\xd5\xe5\x17\xeb\x05\x18\xf8\x84\xf2\x3c\x9e\xb9\x3e\xa0\x99\ \x5d\xb7\x99\x30\x60\x5d\x64\x71\x36\x63\x13\xcc\xbc\xbd\x64\x8b\ \x31\xa5\xd5\xac\x04\x2c\xa0\x79\x75\x5f\xf3\xfb\x58\x9f\x5d\x33\ \xff\x6b\x03\x33\x7a\x7f\x33\xf2\xb8\x4a\x6b\xa3\xb4\xd6\x9a\x51\ \x62\x71\x0e\x46\x53\x4a\x31\x46\xf5\xa2\x32\x3c\x47\x3e\x43\x30\ \xc2\x04\x30\x55\x06\x00\x21\x8a\x09\xc6\x88\x20\xc8\x35\xe5\xe6\ \x32\x1d\xeb\xe3\x59\xab\xd5\x4a\xa5\xa2\xc5\x2d\x42\xc8\x5c\x82\ \x1c\x65\x2c\x97\xcb\x11\x82\x85\x10\x22\x14\x08\x01\xb7\x2c\xc7\ \x76\x00\x21\x25\x65\x57\x77\x2f\xb7\x66\x34\x94\x87\x06\x0f\x13\ \x42\x63\x39\xa6\x18\xf3\x43\xce\x00\xd0\xdd\x73\x1e\x92\x0e\x70\ \x38\xbb\x13\x53\x7f\x6b\x2d\xf8\x33\x8c\x31\x42\xcc\xb8\xa2\x87\ \x00\x00\x0d\xa2\x49\x44\x41\x54\xc8\x29\xc4\x10\xa7\xf2\x44\x2c\ \x64\x65\x39\xed\xcb\x0b\xcf\x7d\x81\xd3\xa4\xc7\xce\x26\x8d\xd6\ \xff\xc3\x67\x99\x25\x02\x0b\x2e\x3e\xef\x6a\x67\x4b\xf2\x35\x6b\ \x71\x16\xb6\x64\xde\x4f\x51\x3d\xff\xe7\xa4\x5d\xdf\xf9\xdb\xbf\ \x33\x09\x6f\x78\x46\xdc\x73\xe6\x90\x92\x6a\x41\x93\x28\xa5\x94\ \x52\x98\x4d\x3c\x98\x3b\x5e\x17\xde\x9e\xb5\x7a\x27\xca\xd4\xeb\ \x3b\x9d\xf3\xad\xf3\xc7\x59\xc0\x1e\xe3\xc2\x03\xc6\x0b\x1f\x92\ \x7f\xfe\xa5\xca\xa5\x62\x3c\xa0\x31\x62\xc4\x20\xf1\x10\xc4\x88\ \x11\x23\xb6\x05\x31\x62\xc4\x88\x6d\x41\x8c\x18\x31\x62\x5b\x10\ \x23\x46\x8c\xd8\x16\xc4\x88\x11\x23\xb6\x05\x31\x62\xc4\x88\x6d\ \x41\x8c\x18\x31\x3e\x04\x2c\x1e\x82\x18\xbf\x05\xa8\xa7\xaf\xe2\ \x93\x73\xcf\xce\x59\x42\xea\xfc\x35\x06\xcf\xcb\x37\x45\xb3\xcc\ \x85\x1f\x9f\x14\x62\x6c\x0b\x62\x5c\x38\x13\xf5\x9f\xaf\x0f\x5c\ \xcf\xe5\xfc\x30\x31\x75\x8c\xb1\x8c\xa2\x5a\xad\xba\xe0\x04\x42\ \x48\x32\x95\xae\x27\x7a\x9e\xf1\xe2\xe7\x9b\x02\x8d\x60\x1c\x86\ \xa1\xef\xd7\x16\x1c\xa7\x94\xa5\xd2\x29\x74\xf6\x6a\x92\xe7\xbf\ \x69\xb1\x2d\x88\xf1\xc9\xcd\x79\x52\x9f\xf5\x27\x2b\x20\x60\x30\ \xda\x20\x72\x26\xa1\xd9\xd3\xf2\x32\x62\x42\xd0\x0c\x79\x2c\x18\ \x6d\x30\x21\xc6\x68\x84\x4e\x43\x15\x45\x08\xf1\xfd\xda\xce\xed\ \xdb\xa4\x54\x78\x9e\xb8\x35\x20\x90\x91\x6c\x6d\x6b\x5d\xb1\x6a\ \x2d\xcc\x25\xd7\xcf\x34\x71\x46\x9e\x99\x32\x62\xb4\x3e\x6d\xc2\ \x3c\xc6\x64\x26\xef\xfc\x9c\x0c\x01\x21\xa5\x52\x61\xd7\x8e\xed\ \x80\xf0\x82\xac\xf6\x28\x12\xbd\x7d\x8b\x97\x2c\x5d\xa6\x66\x08\ \xec\x30\x26\x68\xb6\x20\x1d\x63\x8c\x28\xe3\x04\x74\x24\x35\xc2\ \x08\x61\xc2\x28\xfe\x64\x34\xa0\x63\x5b\x10\xe3\x3c\x83\x50\xa6\ \x83\x72\xb1\x1a\x32\x27\x91\xf4\xec\xd9\xda\x13\x62\xb3\xf0\xa5\ \xc7\x7f\xe1\xae\xb9\xe1\x8a\xc5\x8d\xa7\xd5\x72\x57\x52\x28\x43\ \x6d\x8b\xce\xb7\x0e\x4a\x44\x84\x73\xce\xe8\xf4\xe1\xad\xaf\xec\ \x09\x3f\x73\xe5\xa2\x97\x5f\xdf\x77\xd5\x9d\x77\xb7\xf1\x68\xc1\ \x35\x08\x21\x63\x23\x23\x8e\xeb\xdd\x74\xeb\x0d\x0b\xae\x0c\x00\ \x9b\x9e\x7f\x36\xf0\x03\xc7\x99\x55\xa3\xd0\xb2\x52\xad\x86\x0a\ \x12\xe9\xc6\x6c\xd2\xbc\xf1\xe4\xe3\x6a\xd5\x6d\xd7\x76\x7b\xd1\ \x29\x93\x4e\x8a\x00\x28\xe7\xf4\xdc\x02\x6a\x94\xd2\xa1\x23\x47\ \xda\x16\x75\xae\xb9\x64\xdd\x82\x1f\x45\x51\xf4\xf2\x0b\xcf\x2f\ \xee\x5f\x3a\xd3\x36\x23\x45\x84\x6c\x9b\x23\x00\x8c\x0c\x28\xb9\ \x7b\xf3\x2f\xc7\xec\x95\x9f\xb9\xa2\xcf\x48\xe0\x6a\xec\xd9\xa7\ \xdf\x5d\x7a\xcd\x2d\xfd\x8d\x96\xfe\xa4\x08\x2c\xe2\xd8\x61\x8c\ \xf3\xf1\x18\x31\x5e\x1b\xd9\xfe\xfd\xef\x7e\xfb\xa1\x87\xbf\xff\ \xa3\x67\xde\x2e\x49\x66\xdb\xb6\xeb\x79\x8e\x6d\x33\xa2\xc6\x8e\ \x0d\xe5\x6b\x11\xa1\xcc\x76\x5c\xcf\x73\x2d\x46\x10\x42\x94\x5b\ \xae\xe7\x25\x53\xde\xa1\x4d\xff\xf4\xf8\x96\xf1\x54\xda\xc3\x33\ \x36\x85\xeb\xfc\xce\x3f\xfb\xe3\x3f\xd9\xb4\xbf\x60\x3b\x96\xa8\ \x4e\x0d\x1d\x9f\x96\xa2\x3a\x34\x74\x5c\xe0\x19\x79\x82\x85\x73\ \xde\x98\x74\x3a\x73\x5a\x8f\xc3\x75\xbc\xd9\x55\x3a\xb6\x5d\x7e\ \x78\xf3\x93\x7f\xf9\x9f\xff\xeb\xdf\xff\xc3\x8f\xfe\xfa\xa1\x1f\ \xed\x18\x2e\x4f\x0c\x0e\x4c\x49\x6e\x27\x1c\x4e\x31\x42\x98\x59\ \xb6\xe7\xb9\x8e\xe3\x78\x56\xf8\xe2\xa3\x3f\xde\x32\x54\x4d\x25\ \x1d\x8c\x89\xe5\xb8\x9e\xe7\xda\x9c\x22\x84\xb9\xed\x78\x9e\x6b\ \xb1\x33\x8a\x11\x18\x80\xcc\xc9\x5a\x26\x75\x58\x96\x55\x27\xce\ \x40\x08\x11\x66\xe1\xe2\xc0\xc3\xdf\x79\x68\xdf\xb4\x76\x3d\xc7\ \x1f\xda\xfa\xdf\xff\xfa\xd1\x28\x77\x51\x4f\x6b\x0a\x01\xb2\xdd\ \x84\x6d\xab\xc1\x81\x81\x52\x08\x94\xdb\xae\xeb\xb9\xf5\x5e\x63\ \x62\x39\x8e\xe7\xb9\x36\x67\x08\x61\x66\x39\x9e\xe7\x5a\xfc\xbc\ \x49\xb0\xc7\x7e\x41\x8c\xf3\xf1\x18\x51\x7c\xe4\xfd\x97\x8f\x27\ \xd6\xff\xa7\x6f\xdd\xab\x8a\x05\xc2\xe5\xfe\xb7\x9e\x7b\xee\xf5\ \x3d\x99\x15\x37\x7c\xe5\xee\x15\x96\xc5\x29\xe3\x38\x1c\x7f\xf6\ \xb1\x27\x3e\x18\x33\x57\xdd\x79\xdf\x0d\xab\x9a\x07\xb6\xfc\xea\ \xf1\x17\xb6\xe7\xd6\x5c\xbf\x4c\x87\xdb\x9e\x7d\xf8\xaf\x06\xaf\ \xfc\xfc\x17\x6f\x6b\xe2\x40\x19\xde\xb7\x7d\xbb\x60\x6c\xdf\xf6\ \x1d\xfe\xa5\x5d\x98\x50\xce\x69\x7d\x42\xa2\xd2\xd1\x47\x7e\xf6\ \xd6\xaa\xdb\x3e\xdb\x9f\x25\xf3\xdd\x67\x72\xe6\xb7\x37\xa1\xe4\ \x84\x0c\x19\x82\x5a\xd9\xef\xbb\xf1\x4b\x7f\xfc\x85\x8d\xaf\xff\ \xf0\x3f\x3e\xb3\x69\xc7\x5a\xdb\x6c\xfa\xc7\xef\x0c\x6e\x6a\xbb\ \xee\xee\xcf\xaf\xef\xb1\xde\x7f\xe9\xd1\xe7\xb7\x0e\xb6\xac\xba\ \xe1\xcb\x77\xae\x44\xaa\xf0\xf4\xdf\x7e\xf7\xf0\x8d\x77\xde\x77\ \xcd\xb2\xf7\x9e\xf8\xfe\x96\xa3\x62\xf5\x8d\x9f\xbd\x7d\x5d\xeb\ \x7b\xcf\xff\xec\x95\xed\x23\xfd\xd7\xde\x79\xe7\x86\x65\x44\xcb\ \x05\x8b\x88\x7a\x29\xea\x99\x1b\x33\xf3\x23\xa3\xb5\xdb\xda\xd5\ \x91\xa8\xec\x38\x34\xb2\xbe\x67\xe9\x91\x03\xbb\x68\xdb\x45\x49\ \x3d\x3e\x56\x48\xf6\xb7\x8c\x3f\xf9\xa3\xc7\x0f\x4f\x4e\x1f\x99\ \xb2\x6e\x48\x5a\x85\x43\x6f\x3d\xf6\xec\xeb\x61\x7a\xd9\xe7\xbf\ \x70\x57\x07\x2f\xbd\xf4\xc8\xcf\xb7\x1c\xa9\xad\xbc\xee\xae\x3b\ \xae\xe8\xfa\xe0\xc5\x9f\x6c\x7a\x6f\xa4\x7f\xc3\x2d\x77\x5e\xb7\ \x92\x48\xf9\xeb\x3b\x0f\xb1\x5f\x10\xe3\x3c\x40\x6b\xe8\x5a\x71\ \x45\xb6\xb8\xf5\xe1\xbf\x7f\x6a\x42\x72\x31\xbc\xed\x89\x57\x8f\ \xdc\x78\xff\xbd\x68\xdf\x4b\xaf\xee\x1d\x65\x8c\x73\xcb\x6c\x79\ \xe6\xe7\x07\xf9\x8a\xfb\x3e\xd3\xfb\xe6\xb3\xcf\x1d\x1c\xda\xf5\ \xc4\xb3\xdb\x56\xde\x72\xef\x2d\x97\x2f\xa1\x40\x97\x5c\x79\xf7\ \x83\xf7\x5e\x97\xa1\x60\x30\xc7\xc1\xd0\xdb\x1f\x54\xee\xff\xc6\ \x97\xad\x63\xdb\x77\x4f\x06\x9c\x9c\xd0\x53\x44\xcc\x69\x6e\x6d\ \x76\xd9\x29\x31\x35\x5c\xa7\xc0\x3b\xad\xd3\x7e\xd2\x71\xc6\xd9\ \xc8\x8e\x37\x1f\x7f\xe2\xd1\xd7\x0f\x84\xfd\xfd\x1d\x08\xd8\xea\ \xeb\xef\xbe\xba\x57\x6f\x7a\xfe\xb5\x83\xfb\x36\x3f\xbb\x79\xf2\ \x96\xcf\xdd\x05\x7b\x7e\xf5\x8b\xad\x47\x30\x4f\x6f\xbc\xeb\xbe\ \x2f\xdd\xb8\xf6\xd0\xab\x8f\xbe\x33\xd5\x7e\xef\xdd\xeb\x76\x6d\ \x7a\xfa\x9d\x77\xdf\x79\xe1\xcd\x81\x0d\xf7\x7c\xf9\x86\x95\x8b\ \x90\xd2\xa7\x8d\x26\x10\x82\xcf\x24\x57\x75\xa2\x31\x60\x24\xcd\ \xad\x5f\xd3\x33\xb4\xeb\x80\x1f\x55\x0e\x1c\x28\xac\x58\x77\x49\ \xed\xe8\x8e\xc3\xc7\xa7\xb6\xbd\xf4\xc4\x9e\xa8\xef\x77\xee\xbc\ \xa6\x39\x69\x41\xf1\xd0\x63\x4f\xbc\xd9\x7b\xfd\x17\x56\xd2\x03\ \x4f\xbd\x76\xe0\xc0\x1b\x4f\xbc\x35\xd9\x78\xef\x5d\x97\x1f\x78\ \xe5\xc9\xd7\xb6\xbc\xbf\xe9\xd5\xfd\xeb\xee\xf9\xca\x4d\x97\x74\ \xa3\xf3\x14\x56\x88\x6d\x41\x8c\xf3\x61\x0b\x94\xcc\x2e\xb9\xee\ \x8f\xbe\xf9\xf5\xa5\xfc\xd8\x0f\x1f\xfa\xbb\x37\xf7\x1e\x1e\x19\ \x1b\x79\xe3\xe5\x57\x06\xf3\xc5\x69\x3f\xc2\x98\x5a\x50\x39\x74\ \x6c\xec\xf8\xfe\xad\x9b\x5e\xfb\xa0\x62\xc2\xa3\x87\xf6\x98\xb6\ \xb5\x37\x6f\x5c\xdd\xd5\xde\xc2\x0c\x38\xa9\x5c\x4b\x53\x86\x61\ \x44\x2d\x3e\xbd\x7f\xc7\xe1\x12\x6b\x6e\x6a\xcf\x98\xfc\x96\xf7\ \x86\xa8\x35\xf3\x66\x07\xd0\x24\xd5\x7e\xd3\xdd\xb7\x2c\x4a\x62\ \x35\x6f\x09\x5d\xd7\xb9\x39\x93\x9a\x20\x25\x74\xfe\xc4\xc4\x18\ \x94\x0c\x43\x63\x5f\x75\xcf\xef\x7d\xee\x9a\x3e\xa9\x70\xae\x6b\ \xf1\xa5\x6b\xd7\x24\x74\x61\xff\xa1\x81\x86\x8b\x36\x6c\x58\xb3\ \xee\xfa\xd5\x1d\xc7\x8e\x1e\x8b\x80\x65\x1a\x9b\xb3\x49\x72\xfc\ \xc8\xf4\xb2\x2b\x6e\x5c\x7d\xe9\xd5\x2b\x9b\xd5\x90\x6a\xbc\xf6\ \xd2\xf6\xd7\x9f\x7a\x7c\xd7\x70\x95\xb0\xd3\x07\x43\x49\x9d\x08\ \xfb\x0c\xd1\x84\xb9\x56\x2b\xa1\x3a\x2f\xb9\x3c\x51\x3c\xb4\x75\ \xfb\x96\x11\xd3\x76\xe9\xb2\xac\x01\xc6\x20\x1c\x3e\xe6\xaf\xb9\ \xfa\xa6\xe5\x2b\x97\xb4\x35\x25\x6a\xa3\x23\x63\xc7\x8f\x6d\x7f\ \xfd\xc5\xad\x47\x8b\xaa\x34\xb6\x77\xa0\x70\xd1\xd5\x37\xae\xbe\ \xec\xca\xd5\x9d\x78\xa2\x62\x5d\x73\x65\xcf\xdb\x4f\x3d\xb6\x6d\ \xa8\x4c\xc8\xf9\x21\xb7\x89\x6d\x41\x8c\xf3\x00\x8c\x51\x6d\x7a\ \xa4\xc2\x16\xdd\x76\xd7\xad\xe9\xea\xe1\xd1\x32\x6a\x5d\xd4\x75\ \xed\xed\xf7\xfd\x5f\xdf\xfa\xd3\xfb\x2f\x5d\x14\x06\xb5\x8a\xe4\ \x4d\xe9\x54\xd7\x8a\xf5\x5f\xfc\xda\x1f\x7c\xeb\x5f\x7e\x7d\xed\ \xa2\x6c\x65\x74\x60\x60\xac\x1c\x45\x11\x50\x5d\xce\xe7\x7d\x3f\ \xd4\x80\x2d\xa8\xee\xd8\xb9\xb7\x56\x9b\x7c\xee\xb1\x27\x86\x03\ \x79\x64\xe7\xbb\x13\x92\x46\x42\x28\x00\x19\x4a\xe5\x17\x0f\xec\ \xda\x5b\x12\x68\xc1\x2c\xc4\x08\x9f\x24\x51\xbd\x70\xfa\x9d\x38\ \x5b\x45\x7a\xd1\xda\xab\xef\xfb\xfc\x3d\xd7\xae\x5d\x62\x23\xa5\ \x8d\x51\x4a\x6b\xad\x01\xe1\x4c\x36\x57\x3c\x3e\x30\x5e\x29\x1c\ \x18\x9c\xc8\x34\x35\x5b\x28\x9a\xcc\x17\x85\x44\xe9\x06\xeb\xd8\ \xe1\x43\xd5\xe2\xb1\xc1\x71\x3f\x9b\x6d\xbd\xe6\xde\xff\xed\x2b\ \x57\x67\x9f\x7c\xe4\x99\x71\x9f\x9c\xba\x35\x02\x08\x11\x8c\xe9\ \x99\x0d\xd3\xbc\x53\xa5\x95\xbd\xe8\xb2\xc5\xfa\x47\xff\xe3\xc9\ \xcc\xda\xf5\x1d\x36\x48\x6d\x10\xb5\x1a\xb3\x64\x60\xef\xde\x30\ \x94\x22\x94\x3c\x95\x4c\x34\xb6\x5d\x76\xc3\x1d\xbf\xff\x47\xff\ \xfa\x5f\x7c\xe1\xea\x96\x04\x3a\xb6\xff\x50\x35\x3f\x72\x74\xd4\ \x4f\xe4\x16\x6d\xbc\xfb\x6b\x5f\xbd\xbe\xed\x17\x8f\x3d\x36\x18\ \xf2\xf3\x12\x34\xa0\x7f\xfa\xa7\x7f\x12\x3f\xca\x31\x7e\xdd\x78\ \x01\xe3\x93\xfb\x5e\xfb\xd1\x3f\xfe\xec\xc5\xd7\xb7\xb1\xde\x8d\ \x5f\xf8\xec\x4d\x5e\x61\xdf\xf3\xcf\xbf\xf4\xc1\xd1\xea\xe2\x95\ \xab\x12\xb5\xc3\xef\x1d\x94\xb7\xde\xbe\xee\xd0\x1b\x2f\xbc\xf4\ \xe6\xb6\x12\xca\x5d\xb6\x7e\x9d\x9d\xdf\xfd\xb3\x9f\x3f\xb7\x67\ \x42\xae\x5a\xb7\xec\xd0\xcb\x4f\xbc\xba\x27\xdf\xbf\x66\x55\x5a\ \x8c\xbe\xf2\xe6\x81\x1b\xbe\xfe\xaf\xbe\x72\xf7\x0d\x1b\x56\x77\ \x1f\xdc\xb6\xb3\xb1\x7f\x79\xe9\xe0\x2e\xb7\x67\x19\x1a\xd9\x33\ \xad\xe0\x83\x37\xb7\x65\x96\xac\x6e\x4b\xd1\x39\xb5\x4a\x42\x48\ \xb9\x5c\x44\x88\x34\x35\x37\x9f\xda\xb0\x91\xe3\xc7\xb2\x8d\xb9\ \xfa\x0b\x99\x32\x32\x79\xf4\xc0\x38\x34\xae\xec\x6f\xd3\x91\xc4\ \x44\x1f\xdd\xb3\x87\xf5\x5d\xba\x98\x17\x76\x0f\x56\x36\xdc\x7c\ \x2b\x1d\x7c\xe3\xd1\xa7\x5e\xc8\xa7\x2e\xfe\xdc\x1d\x37\x2c\xe2\ \x85\x17\x9f\x7a\x7a\xc7\x94\x7d\xdd\x0d\x97\x8d\x6d\x79\xf2\xc9\ \x4d\xdb\x1b\x2f\xbd\xed\xd6\x65\xf6\x93\x3f\xfc\xde\x2b\x7b\xa7\ \x7a\xd7\x6e\xbc\x7c\x79\x07\x45\x0b\x35\x2c\x08\xc6\xf9\xfc\x94\ \xe7\x26\xd2\xa7\x0b\x1f\x1e\x1f\x1e\x6a\x6e\x69\x3d\x61\xc2\xa8\ \x9d\x62\xd5\xcd\xef\x4f\xdc\x7a\xdf\xdd\x1d\x49\x3c\x72\x78\x6f\ \xd9\x5e\x7a\xd3\x35\x8b\xf7\xbd\xfa\xe4\xb3\x2f\x6f\x2b\xea\xdc\ \x75\xb7\xdf\xd2\x67\x4d\xbd\xf0\xab\x4d\x5b\x77\x1d\x4d\x2e\x5e\ \xb3\x7e\x79\xfb\xc0\x9b\xcf\x3e\xf9\xc2\xb6\xf4\xf2\xcf\xdc\xb6\ \xae\xe1\xe9\xbf\xfd\xde\x4b\xbb\x27\x7a\x56\x5d\xb1\x7e\x65\x17\ \x3f\x1f\x6c\xd9\x31\xaf\x51\x8c\xf3\x03\x30\x3a\x8a\x84\x06\xe2\ \x26\x12\x0c\x23\x0c\xba\x56\xab\x69\xcc\x1d\xdb\x66\x04\xa2\x48\ \x71\xd7\x41\x51\x50\x0d\x24\xb3\x6c\xc7\xb2\x28\x31\xb5\x6a\xcd\ \x60\xe6\x7a\x2e\x44\x7e\x20\x91\xe3\xda\x04\x8c\x06\xcc\x19\xad\ \x27\x17\x19\xa5\x00\x53\x0c\x4a\x63\xca\x90\x96\x1a\x61\x8c\xc8\ \x42\xb7\x1f\x57\xab\x95\x91\xe1\x63\x99\x86\x2c\xa5\xf3\x63\xe1\ \x20\x84\x88\x22\xd1\xd7\xbf\x64\x6e\xa6\xcc\x31\xc7\x9d\xf8\x76\ \x26\x95\x09\x11\xca\x08\x52\xd5\x6a\x68\x79\x49\x8b\x00\x42\x28\ \x0a\xfd\xc8\x50\x2f\xe1\x62\x15\x54\x43\x93\x48\x26\xb0\x91\x81\ \x1f\x28\x44\x13\x09\x0f\xc3\x69\xe2\x05\x18\xe3\x42\x21\x3f\x35\ \x31\xd1\x90\xcd\x62\x3c\xdf\x3b\x00\xdf\xf7\x09\xc6\xdd\xbd\x7d\ \xf3\x99\x04\x31\xc6\x30\x43\x02\x3a\x43\x7c\xc7\x18\x03\x15\x54\ \x7d\x65\x39\x0e\x63\x94\x51\x14\xd6\x6a\x42\x63\xdb\xb1\x2d\xce\ \x91\x0a\xab\xa1\xf6\x92\x09\x6a\xa4\xef\x07\x0a\x68\x22\xe9\x11\ \x38\x3f\xdb\x8e\xb1\x2d\x88\x71\x1e\x57\x0a\xf8\xc4\x84\x3b\xf9\ \xbb\x99\x24\xba\x93\xf3\x8a\xe6\xbe\x9b\x7f\x78\x7e\x7e\xe1\x0c\ \x95\xee\x8c\xd6\xf0\xcc\xbc\x39\x35\x89\x10\x63\x1c\x45\x51\xb5\ \x52\x5e\xe0\xae\x53\x42\x32\x0d\xd9\x05\x09\x8b\x27\x89\xcf\xcc\ \xe6\xf6\x9d\xf8\x8a\x17\x74\x00\xe6\x9a\x7d\x92\x1d\x39\x73\x26\ \x23\x21\x24\xf0\xfd\x9a\x5f\x5b\x40\x10\xca\x18\xab\xef\x35\x2e\ \xcc\xaa\x3a\xd1\xbc\xd9\xa6\xcd\xda\x2a\x38\x43\x9b\xe6\x35\xea\ \xd7\xc8\xe7\x8c\x6d\x41\x8c\xdf\x4a\x10\x42\xf0\xa9\xab\x74\x40\ \xc6\xe8\x4f\xbe\x1e\xa1\x1e\xcb\x5c\xf8\x57\x67\xe9\xb6\x7f\x73\ \x17\x7a\xf1\x63\x14\xe3\xb7\x00\xc6\x18\x64\xcc\x6f\x4e\x63\x8c\ \x31\x17\xdc\x18\xc6\xfb\x08\x31\x62\xc4\x88\x6d\x41\x8c\x18\x31\ \x62\x5b\x10\x23\x46\x8c\xd8\x16\xc4\x88\x11\x23\xb6\x05\x31\x62\ \xc4\x38\x1d\x58\xb9\x54\x8a\x47\x21\x46\x8c\x18\x38\xf0\xfd\x78\ \x14\x62\x5c\x50\xcf\x2c\x9e\xcd\x15\x44\x67\x10\xf1\xfd\x5f\x79\ \x68\x10\x42\xe8\x9f\x97\x91\xcc\xa2\x48\xc4\x43\x18\xe3\x82\x59\ \xd3\x12\xa2\xb5\x2a\xe6\xf3\xa5\x62\x31\x8a\xa2\xdf\x70\x36\xd1\ \x4f\x18\x9c\xf3\x44\x32\x99\xcd\x35\x39\x8e\xfb\xcf\x48\x70\x88\ \xf3\x0e\x63\x5c\x48\x6f\x3d\x19\x45\xc3\xc7\x06\x8d\x81\x64\x32\ \xc5\x18\x45\xe7\xa7\x5a\xf7\xb7\x04\xc6\xe8\x20\x08\x82\xc0\x6f\ \x6b\xef\x68\x68\x68\x34\x46\x9f\x9b\x5f\x10\x8f\x60\x8c\x0b\xc5\ \x10\x18\x63\x46\x46\x86\x2d\xcb\x4e\x67\x32\x06\x00\x41\xbc\x40\ \x58\x38\x9d\x1d\xc7\x4d\x26\x12\x53\x93\x13\x9c\x71\x2f\x99\x84\ \x73\xf1\x0e\x62\x5b\x10\xe3\x82\x41\xa5\x52\x41\x84\xa6\x1a\xb2\ \x08\x23\xac\x75\xec\x14\x9c\x0a\x00\xb0\x6c\x27\x95\x4a\x17\x8b\ \x79\x37\x91\xf8\x10\x22\xf9\xd3\xac\xbf\xe2\xe1\x8b\x71\x81\x84\ \x0a\xa8\x3f\x3d\x8e\x7f\xfe\x57\x95\xef\x7e\x53\x1c\xd8\x86\xb9\ \x1d\x0f\xc9\x19\x56\x0a\xc6\x71\x1c\x04\x28\x12\xe7\x16\x0a\x8c\ \x6d\x41\x8c\x0b\x64\x8d\x40\x69\x38\x3d\x9e\x2c\x0e\x77\x24\x2d\ \xff\xe0\x8e\xd8\x16\x7c\xf8\x7a\x0a\xe1\x73\xae\x66\x8e\x6d\x41\ \x8c\x0b\xc8\x33\x60\x06\x61\x30\x06\x28\x8b\x77\x13\x3f\x62\xac\ \x08\x3d\xd7\x15\x54\x6c\x0b\x62\x5c\x38\xcf\x37\x63\x46\x2b\x90\ \xc2\xc4\xa1\x82\x8f\x02\x3d\x2d\xa1\x43\x6c\x0b\x62\xfc\xf6\xf8\ \x05\x5a\x69\x29\x4c\xec\x13\x7c\xf4\x58\x51\x7c\x0e\xd2\x8d\x38\ \xb6\x05\x31\x2e\x2c\xbf\x80\x6a\xa5\x75\x14\x19\x14\xbb\x05\x1f\ \x06\x00\x20\x84\x9e\x4c\xb8\xf8\x21\x27\x9b\xc0\xaf\xe1\xb3\x3c\ \x3b\x46\x8c\xdf\x80\x07\x1c\x51\xca\x94\xd6\x5a\x46\xb1\x5b\xf0\ \xd1\x6b\x04\x4a\xea\x04\x91\x1f\xe9\x11\x60\x4c\xbc\x44\x0a\x8c\ \x89\x6d\x41\x8c\x0b\xc9\xef\xd5\x52\x82\x92\xda\xe8\xd8\x31\xf8\ \x28\x5b\x40\x31\xc1\x1f\x1e\x61\x05\x63\xc2\x30\x24\x84\xd4\xaa\ \x15\x4c\x48\x9c\x6b\x14\xe3\x82\x71\x0c\x2c\xc7\x2d\x23\xae\x6a\ \x21\x75\x53\x71\xd2\xe1\x87\x83\x5b\x36\xfe\xd0\x95\x14\xc6\x18\ \x30\x4e\x26\x53\xc6\xe8\x44\x32\x69\xb4\x8e\xeb\x11\x62\x5c\x20\ \xc0\x18\x19\x33\xb6\xe3\xed\xca\xe4\x58\xd3\xea\x0d\x3c\x99\x06\ \x13\x17\x26\x9d\x3e\x58\xc0\xb8\xe5\x25\xbc\x0f\xf1\x09\x00\x20\ \x8a\x22\xd7\x75\x83\xc0\x77\x5d\xaf\x56\xad\x7a\x89\x44\x6c\x0b\ \x62\x5c\x48\xe6\x80\xbb\x89\x50\x88\x5a\x71\x1a\x19\x83\xe3\x8d\ \xc5\x53\x66\x38\x42\x88\x71\x96\x48\xa6\x10\xe0\x33\x15\x71\x62\ \x8c\x01\x0c\xe7\xb6\x31\x1a\x13\x02\xc6\x00\x40\xec\x17\xc4\xb8\ \xe0\xac\x01\x66\x8c\x2b\x25\x45\x18\x4a\x19\xc5\x03\xb2\x20\x46\ \x60\xdb\xae\x65\xdb\x5a\xab\x33\xd5\x2c\x03\x40\x14\x09\xd7\x4d\ \x04\x7e\xcd\xf5\xbc\xd8\x2f\x88\x71\x61\x83\x31\x46\x29\xc5\x18\ \x43\xbc\xb9\x78\xd2\x44\x37\xc6\x18\xa5\xd4\x87\x67\x1f\x33\xce\ \xc1\xcc\x28\xb7\x61\x8c\x01\x81\x31\x06\xb4\x8e\x63\x87\x31\x2e\ \x3c\x28\xa5\x94\x92\x71\xf4\x70\xa1\xd3\x84\xd0\xd9\x24\x64\x2a\ \x29\x4f\xeb\x71\xfd\xff\x99\x38\x90\x56\x69\xbb\x90\x19\x00\x00\ \x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ \x00\x00\x98\x4c\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x00\xe9\x00\x00\x01\x5f\x08\x02\x00\x00\x00\x24\xb1\x7c\x68\ \x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\ \x01\x00\x9a\x9c\x18\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\ \x25\x00\x00\x80\x83\x00\x00\xf9\xff\x00\x00\x80\xe9\x00\x00\x75\ \x30\x00\x00\xea\x60\x00\x00\x3a\x98\x00\x00\x17\x6f\x92\x5f\xc5\ \x46\x00\x00\x97\xd2\x49\x44\x41\x54\x78\xda\xec\x7d\x75\x7c\x94\ \x47\xfe\xff\x67\x66\x1e\x59\xdf\x8d\xbb\x7b\x08\x21\x48\x70\x77\ \x87\x96\xd2\x52\xa8\xdb\xd5\x4e\x7a\xd7\x73\xff\xde\xef\xb4\x27\ \x95\xeb\xd5\x9d\x16\x2b\xee\xee\x0e\x41\x02\x81\xb8\xbb\x6d\xb2\ \xfe\xc8\xcc\xef\x8f\x4d\x42\x02\x81\x52\x0f\x74\xdf\xaf\x7d\xf1\ \x22\xcf\x3e\xb6\x33\xef\xf9\xcc\xc7\xe6\x33\xe8\xfe\xc5\x77\x80\ \x0f\x3e\xdc\x22\x20\x1c\x1f\x1a\x1a\x36\x78\xc8\xf0\xc8\xc8\x28\ \x92\xd9\x3f\xcd\xd7\x22\x3e\xdc\x2a\xa0\x54\x6d\x69\x6e\x2a\x2f\ \x2b\x09\x09\x0d\xe3\x64\x49\xf6\xb5\x88\x0f\xb7\x10\x10\xc2\x76\ \x87\xed\xd8\x91\xc3\x1c\x63\xcc\xd7\x1c\x3e\xdc\x42\x60\x8c\x21\ \x84\x6a\x6a\x2b\x39\x1f\x75\x7d\xb8\x05\xe9\x0b\x8a\x22\x73\x94\ \x52\x5f\x5b\xf8\x70\x2b\x4a\x5f\x9f\xce\xe0\xc3\x2d\xcb\x5d\xea\ \xe3\xae\x0f\x3e\xb9\xeb\x83\x0f\xdf\x28\x77\x55\xd5\xa7\xef\xfa\ \xe0\x93\xbb\x3e\xf8\xf0\x8d\xea\xbb\xd4\xc7\x5d\x1f\x7c\x72\xd7\ \x07\x1f\xbe\x51\xb9\xcb\x7c\xfa\xae\x0f\xb7\xa8\xdc\xf5\xc5\x26\ \x7c\xb8\x65\xf5\x5d\x5f\x3b\xf8\x70\x2b\x72\x17\x7c\xb1\x09\x1f\ \x6e\x59\xb9\xdb\xde\xde\xe6\x6b\x08\x1f\x6e\x45\xee\xa2\x77\xde\ \x7e\xc3\xd7\x10\x3e\xdc\x8a\x3a\x03\x62\x54\xf5\x35\x84\x0f\xb7\ \x22\x38\x9b\xcd\xe6\x6b\x05\x1f\x6e\x49\xee\x7e\x9d\xf7\xe6\x11\ \x27\x00\x42\x00\xc8\xd7\xd0\xb7\xf7\x04\x0e\x8c\x01\xa5\x4c\x95\ \x41\x55\x6e\x65\xee\x12\x0e\x30\x01\x55\xa1\xa5\xe7\xd5\x92\xf3\ \xcc\xed\xf4\xa5\xb7\xdf\xde\x40\x98\x20\x8d\x0e\x9b\x82\x70\x4c\ \x2a\x0e\x8a\x02\x4c\x40\x55\x81\x2a\xb7\x1a\x77\x39\x81\xb9\x6c\ \xca\x99\xdd\xea\xa9\xed\x60\xad\xc7\x6e\x07\xa2\x2a\x07\x3e\x37\ \xdc\x6d\x2d\x75\x11\x02\x4c\x28\x27\xaa\x5a\x03\xf3\x8f\xe0\x86\ \xcd\xe4\x52\x87\x82\x46\x0f\xb2\xf4\xf5\x8e\x99\xf6\x36\xeb\x57\ \x76\x33\x51\x07\xb5\xc5\x9e\x75\x2f\x41\xf1\x39\x4e\xd4\x20\x8c\ \x01\x63\x9f\xc2\xf0\x9d\xa1\x30\x05\xc6\x98\xaa\x2a\x0c\x20\x69\ \x30\x37\xe5\x21\x2e\x2a\x85\x79\x5c\xf0\xb5\x49\xae\xaf\x8e\xbb\ \x82\x96\x5e\x38\x24\x6d\x7a\x8d\x6b\xab\x27\xa2\xd6\x27\x69\xbf\ \xbb\x2a\x04\x30\x2a\x79\x64\x73\x28\x99\xfe\x28\x9f\x39\x16\x64\ \xcf\xd7\xf4\x20\xfc\x15\x11\x57\x43\xcb\x2e\x78\x56\xbd\xc0\xdb\ \x1a\xb1\x8f\xb8\xdf\x75\xc3\x0d\x21\x41\xc3\xb7\x37\xc8\x6b\x5f\ \xa4\x0d\x15\x88\x17\xfb\x30\x77\x09\x07\xd6\x46\x79\xe3\xab\xbc\ \xec\xc4\x5f\xdb\x8b\xfa\x70\x6b\x01\xf3\x82\xe8\xb1\xcb\x1b\x5e\ \xa5\x2e\x3b\x60\xd2\x57\xb9\x8b\xb1\x67\xdb\x3b\xa4\x2a\x1f\x0b\ \x1a\x9f\xc4\xf5\xa1\x53\xfa\x02\x12\xb5\xa4\x24\x47\xda\xf8\x1a\ \x60\xfc\x75\x3c\xe2\x4b\xfb\x19\x38\x41\x2d\xc9\x85\xcb\x47\xb1\ \xa8\xfd\x36\x5a\x88\x01\xa0\xcf\x67\x0d\x32\x06\x08\xf5\x95\x97\ \xf9\x6a\x9f\xfe\x95\xfd\x2e\xf6\x55\x59\xd8\x98\xd7\xa8\x97\x8e\ \xaa\xa5\xb9\x24\xae\x3f\x28\xf2\x35\x42\x0f\x6b\x34\x1a\xf4\x59\ \xaf\xcd\x18\x75\xbb\x3d\xd7\x7a\x5a\xbf\x2c\x77\x11\xc7\x2b\x97\ \x8e\x11\xb7\x0d\x34\x86\x6f\xc3\x2e\xc0\x80\xbc\xa4\xe9\x2b\x76\ \xca\x67\x58\xe2\xde\x77\xfe\x5a\xc4\xdc\x17\x85\xec\x06\xc4\x03\ \x47\xbe\x06\xea\x02\x60\xcc\xb9\xdb\x95\xf3\x07\x48\xd2\xe0\xab\ \xb8\x4b\x08\x69\x6c\x6a\xda\xbe\x6d\xbb\xcb\xe5\xc4\xd7\x17\xcc\ \xaa\xaa\x1a\x4d\xa6\xe9\xd3\xa6\xf9\xf9\xf9\xa9\xaa\xfa\xd5\x71\ \x97\x10\xda\xd6\xc4\xaa\xf2\x11\xe6\x6f\xf6\x12\xc9\xc9\x54\x0a\ \x08\x01\x26\x40\x78\x44\xc8\x17\xef\x2d\x19\xb8\x91\xf7\x13\xf9\ \x84\xfb\xd4\x45\xc4\x71\x37\x79\x09\x19\x74\x17\xc1\xe7\xa5\x9c\ \x3c\x20\x9d\xef\x4c\x15\x26\x4b\x88\xd7\x02\x46\x00\x00\x8a\xc4\ \x14\x19\x00\x23\x41\xbc\x32\xd9\xa9\x12\x93\x65\x24\xe8\x3a\xce\ \x41\x8c\x79\x5c\xa0\x52\x40\x18\x10\x46\x1c\x0f\x20\xf0\x23\xef\ \x46\xcd\x7b\x3d\x97\xab\x11\x47\xae\x27\x85\x10\x87\x99\xfc\x55\ \x17\x2f\x64\x2a\x03\xa3\x30\xe6\x0e\x28\xdb\x2a\x97\x37\x42\x47\ \x93\x32\x50\x65\xa6\xa8\x48\xd0\x01\x62\x1d\xe3\xca\xe3\x62\x88\ \x47\x42\xa7\xc3\x5d\x72\x30\xa4\x23\xf1\xc3\x90\xb3\x4c\x6d\x6c\ \x01\x4c\x80\xa9\x40\xfc\x84\xb1\x73\x58\xde\x26\xb9\xa6\x05\xb8\ \xaf\x42\x4f\x25\x1c\xab\x2b\x65\xd6\x06\xa4\x37\x77\x8f\xba\x09\ \x82\x50\x54\x54\xf4\x9f\x97\x5e\x74\xd8\x1d\xdc\xf5\xbb\x4f\x51\ \x14\x3f\x3f\x4b\x7a\x7a\x7a\x48\x48\x88\xcb\xe5\xfa\xea\xb8\x8b\ \x09\xb3\xb5\xa0\xc6\xca\x9b\xa2\x0e\x63\x0c\x78\x7e\xf4\xb3\x62\ \x4a\x04\x93\x9c\xb4\xbd\x5a\x39\xb7\x53\x29\xaf\x03\x9e\x07\x60\ \x20\xbb\x99\x4a\x81\x08\x88\xe7\x41\xf1\x30\x8a\x91\x28\x80\xe2\ \x61\x2a\x20\x41\x04\x2a\x31\x85\x21\x0e\x33\x59\x02\x4a\x01\x73\ \x48\x10\x80\x22\x14\x9a\x8c\xed\x79\x40\x19\x30\x95\xc9\x1e\xa0\ \x0c\x71\x9a\x8e\x16\x97\x5d\x4c\x51\x01\x73\x48\x10\x01\x61\x60\ \x0a\x48\x2e\xea\xc4\x7c\x68\x7f\x8e\xab\x96\x4e\x51\xf0\xf6\x8b\ \x22\x81\x25\x4d\x33\x6a\xac\x7a\x76\x85\x5c\x63\x47\x54\x45\x71\ \x13\x34\xa3\xc6\x23\x57\x99\xb4\x7f\x95\xda\xe2\x02\x42\x98\xec\ \xc6\x51\x93\xb4\x23\xd3\xa4\xbd\x1f\x2a\x4d\x6e\x44\x00\x64\x91\ \x1f\xf7\x90\x90\x14\x03\x1e\x17\x6b\x2b\x97\x4e\x6e\x52\xaa\x25\ \x1c\x37\x10\xb9\x0f\x30\x87\x1d\x74\x3a\xc4\xf3\x9d\xa3\xc2\x0d\ \x0c\x23\x5e\x03\x54\xc2\xfd\xef\x15\x43\x9b\x9c\x1b\xd7\x83\xc6\ \x88\x04\x01\x14\x0f\x93\x25\x40\x5c\xc7\x20\x51\x25\x26\x79\x80\ \x21\x10\xb4\x88\x74\x8e\x99\x2b\xbf\x42\x03\x18\x40\xf6\x30\x45\ \x06\x86\x80\x13\x3a\x1f\x21\x33\x8f\x83\x21\x03\x8e\x1d\x0c\xad\ \xfb\x18\xa5\x88\x10\x00\x06\x8a\x8c\xa2\xc7\x69\xfa\xc7\x48\xfb\ \x3f\xa2\x4e\x1e\x30\x05\x99\xe3\xc6\x7f\x8f\xb8\x4f\x79\x8e\x9f\ \x03\x9e\x63\x2a\x16\x46\x3f\x8d\x5d\x39\x34\x70\x34\x6e\x76\xa8\ \xf5\x8d\xc0\x54\xe6\x71\x82\xe8\x4f\x12\xb3\x69\xf9\x0e\xc6\x28\ \x52\x55\x26\x4b\x00\x04\x09\x1a\xc0\x18\x40\x05\xc9\xcd\x54\x0a\ \x9c\x06\xf1\x37\xcb\x1c\x44\x38\xd4\x58\x49\x5b\x1b\x88\xd1\xbf\ \x3b\x77\x25\x49\x4a\x49\x4e\xfe\xc3\xef\x7e\xe7\x72\xb9\x6f\x20\ \x77\x29\xa5\x06\x83\x3e\x2e\x36\xd6\xe3\xf1\x7c\x95\x3a\x03\x02\ \xcc\x64\x37\x73\xdb\x10\x2f\xdc\xc4\xa4\x45\x01\x44\x92\x9a\x0d\ \xf5\x9b\x3c\x79\xe5\x38\x7a\x98\xb8\xf0\x8f\x64\xc7\xdf\x3c\xe7\ \x8b\x01\x8b\x38\x6e\x0c\x17\x16\x40\x6b\xcf\x29\x25\x15\x28\x72\ \x20\x27\xb4\x2a\xe5\x15\xc8\x92\xc8\xf9\x81\x52\x56\x00\x86\x78\ \x3e\x54\xaf\xd6\x34\x73\x31\xfd\xb0\xc5\xc4\xda\xcb\x94\x82\xf3\ \xd4\x0d\x40\x15\x2f\x71\x01\x19\xb8\x7e\x13\x88\x99\x53\x4b\x4e\ \xa8\x0d\xad\xc0\x89\x38\x61\x1c\x17\x1e\x04\x6d\x65\x72\xfe\x05\ \x26\xcb\x8c\x18\xb9\xcc\xf1\x3c\xcf\x91\x00\x23\x34\x75\x4a\x3e\ \x55\xc1\x89\xb3\xc4\x09\x33\xf9\x70\xbd\xbb\x70\x35\x28\x1e\x08\ \x18\xaa\x9d\x73\x37\x3d\xbd\x4c\xb5\x8c\xd7\xce\x5d\xec\xfc\xf8\ \x2d\xd5\x2d\xa1\xa0\x6c\xcd\xb4\xbb\xf8\x30\xa4\x1c\xe3\x80\x32\ \x20\x8c\x51\x0d\x97\x3c\x08\x35\x6f\x71\x9f\xa9\x22\x69\x33\xb4\ \x77\xff\xc0\xf5\xf6\x0b\x20\x31\x1c\x3f\x56\x44\xa9\xac\xe1\x82\ \x52\x55\x03\x8c\x32\x31\x90\xcf\xcc\xc6\xbc\x4b\x29\x38\x41\x1b\ \x6d\x60\x08\x23\x19\x43\x34\x4e\x9d\x5a\x7f\x41\x29\x2c\x42\x01\ \xa9\x7c\x72\x3a\x72\x55\xcb\xf9\x67\x99\x47\x02\x43\x38\x9f\x35\ \x10\x0b\x92\x5a\x7c\x4a\x6d\x6e\x07\x8c\x00\x08\x8e\x1f\xcb\x45\ \x04\xb3\xb6\x32\x25\xff\x02\x93\x19\x0a\x49\xe7\xa3\xe2\x91\x80\ \x68\xd5\x39\xef\x23\x40\x1b\xc6\x0f\xc8\x44\x58\xc4\x3a\x44\x15\ \xda\x21\x71\x29\xe6\x86\x3e\x2c\x0e\x9b\x48\xc4\x46\xe5\xf0\xfb\ \x2a\xe3\x11\x60\x60\x4e\x26\xfb\xf1\xd9\xd3\xe5\x33\xa7\x55\x05\ \x21\x6d\x1c\x3f\x7c\xa4\xba\x75\xa7\x92\xb7\x97\x28\x8d\x40\x29\ \x58\xe2\x84\x41\xfd\x10\x11\x31\xaf\xa8\x94\x81\x2a\x81\x39\x49\ \x48\xcd\x44\x72\xbd\x7c\xf9\x0c\x73\x2b\x0c\x78\x92\x3c\x81\x0b\ \x36\xd3\x8a\x1c\xa5\xaa\x06\x38\xe1\xe6\xd4\x3a\x0c\xae\x76\xe6\ \x71\x20\x8c\x59\x4f\x81\x1a\x14\x18\x78\xcf\xa2\x7b\x6f\xe6\x26\ \x6e\x97\x53\x92\xa4\xab\x34\xe3\x2f\x27\x77\x11\x30\x55\x05\x45\ \x06\x5e\xb8\xa9\xb3\x01\x10\x73\xa8\xd5\x17\xd4\xcb\xb9\xca\xe5\ \x23\xd4\xfd\x0b\xdd\xf8\xbb\xe4\xdc\xbf\xa0\x41\x0f\x68\x86\xa7\ \xa8\x95\x55\xfc\xa0\x29\x64\xdf\xbf\x14\x71\x84\x66\x08\x67\x7f\ \xf5\x1f\x38\xed\x5e\x5d\xb6\xcb\xf6\xca\x1f\x50\xca\x1c\x31\xd5\ \xea\x3e\xad\x6a\xa7\x8f\x51\x2e\x9d\x43\x59\x33\xf9\xc8\xe5\xce\ \x0d\x3b\x81\x01\x00\x03\x26\xf2\x53\x7e\x24\x44\x22\xb5\x49\xe2\ \x07\x8d\x95\x36\xbd\x20\x55\xba\x91\x21\x00\xf1\x7a\x9c\xfd\x30\ \x09\x5a\xee\xdc\x71\x42\x98\xfe\x03\x31\x56\x50\xca\x6a\x48\x58\ \x18\xab\x57\xbb\xe6\x0d\x70\x56\x48\x5b\xde\x82\xa9\x4b\x00\x30\ \x28\x0a\x4e\x1e\x89\x6d\x67\x5d\x7b\x37\x50\xff\x46\xee\xd1\x67\ \x48\xa0\x5e\xad\xd3\x8b\x93\xe6\xd0\x33\x1f\xcb\xd2\x9c\x4e\x2d\ \x10\x01\x00\xc8\x1e\xa5\xe4\xa4\x7c\x2e\x57\x69\xa4\x7c\xea\x73\ \x24\x40\x60\xc0\x61\xbf\x08\xe2\x0e\xe6\xc6\xce\x92\xd6\xff\xc9\ \x53\xac\x68\xe6\xfe\x84\xd3\x36\xab\x2e\x83\x76\xe0\x50\xf7\xd2\ \xbf\x32\xd9\x0d\xc0\x23\x83\x1f\x6a\x66\x10\x90\xad\x59\xf8\x30\ \x6a\xcd\x67\xfa\xf1\x7c\x62\xb4\x63\xfd\x1e\x71\xc6\xf7\x09\x57\ \xa1\x36\x39\xb0\x51\xab\x34\xb5\x21\x86\x00\x61\x64\x0c\x44\x82\ \x9e\x64\x3f\xcc\x05\xaf\x70\x6e\x3b\x2a\x8c\xfb\x9e\x60\x69\x54\ \xea\x14\x61\xf8\x0c\x69\xfd\x1f\x3d\x65\x44\x7b\xe7\x4f\x09\x57\ \xa3\x36\x03\x17\xe0\x27\x75\xa4\xb3\x22\xc0\x98\x36\xe6\xb8\x37\ \xd5\x8a\x53\x47\x5c\x51\xaf\x39\xa2\xe6\x6e\xa5\xc3\xbf\xcf\x45\ \x87\xaa\x79\x95\x38\x7d\x34\x72\xe4\x4a\x05\xd5\xfc\x82\xe7\xb8\ \xaa\xb7\xe4\x56\xad\x76\xc1\x4f\x89\x52\xa2\xda\xb5\xd8\x4f\x07\ \x8a\x1b\x8c\xe9\xda\xd9\x0f\x40\x4b\x3e\x33\x0d\xd5\xc6\x44\xb8\ \xd6\xad\x21\x23\x9e\xd4\x0c\x8c\x50\xab\x9b\xf8\x41\x13\xf1\x9e\ \x57\xa4\x8b\x65\xc0\xf3\x37\xd5\xef\x1d\x39\x3a\x3d\x98\x27\x08\ \x42\x69\x59\xd9\x47\x1f\x2d\x75\x38\x1c\xe4\xfa\xaa\xa3\xaa\xaa\ \x66\xb3\xf9\x81\x07\x1e\x08\x0f\x0f\x53\x14\xe5\x2b\xb5\xd5\x10\ \xfa\xdc\xc6\x07\xe6\x80\x13\x11\x56\xd4\xaa\x0b\x74\xe4\x34\x64\ \x4e\xe2\xb3\x87\x28\xfb\xff\xe0\x3e\x51\x4c\x86\x7f\x5f\x37\x66\ \xbe\xbc\xf2\x30\x1d\xb6\x80\x0b\x30\xa1\xe0\x70\x30\x58\xb1\x29\ \x06\x87\x87\xd2\xc2\x6d\x4c\x18\x4f\xeb\x8e\xba\x56\xbd\x8c\x32\ \xee\xd7\xcf\x1a\x85\xb5\x7b\x81\x31\xa0\x32\x0a\x1c\x2e\xa4\x5a\ \x3c\x4b\x7f\x26\x57\x78\xf8\x3b\xff\x2a\x0e\x9f\x24\x17\x2f\xa3\ \xb5\x85\x2a\x84\x80\xbf\x9d\x8f\x4e\xc6\x21\xb2\x90\x14\xe8\x59\ \xf6\x13\x4f\x99\x2a\xa2\x28\xbe\xab\xc5\x11\xa2\x35\x67\x18\x44\ \x08\x98\x00\x30\x60\x08\x1b\x8c\xcc\x51\xc8\x88\x16\x14\x27\x73\ \x03\xd6\xea\xb8\xe1\x77\xe1\xa6\x9d\xce\x93\x17\x75\x99\xf3\x41\ \x91\x3b\x8d\x22\xc6\x10\xcf\x0d\xb8\x53\x63\x9e\x44\x92\x87\x43\ \xcb\x61\xb9\xd6\x23\x60\x8f\x72\x66\x85\x73\x77\x81\xb8\xf8\x05\ \x3e\x39\x4e\xc6\x51\x7c\x90\xdd\xf5\xc6\x9f\x15\xb7\xbf\xf8\xc0\ \xdf\x85\xc1\x19\x1e\x27\x63\xd5\x47\x5c\x1b\xdf\x03\xa4\x17\xe6\ \x3f\x86\xad\x7b\x1d\x4b\x3f\x00\xff\x61\xba\x47\x9e\xe5\x63\x2f\ \x80\xce\x0c\x2d\x15\xd2\xe1\x1d\xd4\x2e\x21\x41\x00\x00\x50\x3d\ \xb4\xb6\x40\x85\x50\xb0\xd8\xf9\xb8\x0c\x44\x4e\x22\x8e\x2a\x39\ \xcb\x9c\x7b\x0a\xc5\xc5\xff\xe4\x93\xe3\x15\x2e\x86\x33\x35\x3a\ \xdf\xf8\x93\xaa\x46\xb2\x80\x48\xb8\xa2\xb9\x29\xb4\xe8\x38\xf8\ \x4f\xea\xe1\x58\x45\x1c\xb3\xe5\xcb\x45\x56\x21\x23\x4b\xca\x6b\ \xe4\x33\x32\x68\xfe\xc7\xd4\x85\x81\xb9\x98\x47\x26\xa9\x53\x38\ \xee\x92\xe3\xbd\x7f\x52\x3e\x11\x05\xfd\x14\x54\xc4\xf5\x9b\xca\ \x45\x1a\x3c\x85\x75\x40\x83\xf8\xec\x91\xe4\x6c\x31\x3f\xa8\xbf\ \xbc\xe5\xd7\x9e\x8b\xd5\x64\xec\xcf\x75\xa3\xa6\xcb\x85\xff\x65\ \x94\xbb\x39\xe7\x46\x2f\xb9\x84\x1c\x47\xea\xea\xea\xd7\xae\x5b\ \xd7\x6e\xb3\xdd\x40\xdf\x95\x65\x39\x30\x30\x70\xd6\xac\x99\xd1\ \xd1\x51\x5f\x29\x77\x19\x03\xc2\x83\xa0\x61\x9f\xcb\x41\xc3\xa8\ \xd7\x3c\x22\xe6\x70\x44\xdb\x18\x32\x62\xec\x91\x9b\x1a\x80\x60\ \xda\x54\xc5\xf8\xd1\xc8\x7e\x49\x6d\x43\x5c\xe6\x54\x06\x97\xa4\ \x0b\x1c\x97\x39\x1a\xfb\x33\xe5\x48\x39\x44\x00\x00\x46\x82\xc0\ \xdc\x56\x26\x13\x44\x38\x00\x00\x55\x06\x5d\x00\xf2\xb4\xd0\x36\ \x1b\x60\x44\x1b\xeb\x51\xa0\x01\x87\x8f\xd6\x2c\xb8\x9b\x16\x1c\ \x04\x00\xa0\x0c\x74\x26\x80\x36\x6a\x75\x22\xac\x01\xaa\x76\xd8\ \x5b\x1d\x0d\x20\x22\xe8\x12\x1e\x94\x49\x1e\x10\xb4\x48\xf1\x30\ \xe0\x80\xc8\x0c\x87\xf1\x69\x03\x09\x09\xd6\x87\xcf\x22\x31\x29\ \x78\xf4\x4c\x65\xcd\x5a\x46\xa9\xd7\x14\x47\x82\x0e\x91\x66\xe5\ \xf4\xc7\x4a\x41\x0e\x95\x38\x40\xde\x61\x09\xcc\xde\x0a\x3a\x11\ \x99\x2c\xcc\x5e\xa7\xba\x55\x50\x6c\xac\xb9\x19\x1b\xfd\xc0\x09\ \x80\x30\xc2\x84\x31\x11\xe9\xb5\xb4\xb9\x9c\x01\x01\x5b\x03\x75\ \x10\xa2\x6b\x73\xaf\x7e\x41\x1c\x7b\xa7\xee\x81\xd1\xca\xb1\x0f\ \x3c\x67\xf3\x01\x51\x14\x3a\x4e\x3b\x7f\x2e\xcd\x3f\x08\x88\x01\ \x43\x80\x00\x28\x05\xc2\x03\x07\xcc\xde\x02\x3a\x0d\x18\x4c\xcc\ \xd1\x48\x5d\x0a\x88\x00\x3d\x5c\x48\x08\x78\x0d\x5c\x2d\xcc\x10\ \x02\x97\x72\x6e\x9f\x30\x7b\x28\x49\xb4\x11\x7f\x49\xda\x99\xdb\ \x31\x61\x32\x82\x74\x46\x66\xaf\x60\x92\x8a\x78\x0a\x8c\x02\xe3\ \x90\xce\x08\x52\x1b\xe2\xf4\xcc\x55\xe9\xde\xb4\x9f\x2a\x3a\x4c\ \x5c\x72\x8b\x15\x30\x63\x8d\x15\x20\xa6\x20\x9e\x63\xee\xcf\xf6\ \x48\x30\xc6\x40\xd0\x00\x2f\x5c\xe5\x0e\xf2\x78\xa4\xf4\xf4\xf4\ \xb7\xdf\x7a\x4b\x96\xa5\x1b\xb8\xc9\x18\x63\x82\x20\xc6\xc7\xc7\ \x4b\xd2\x57\xaa\xef\x32\xc6\x90\x46\x87\x0c\x16\xb0\xb5\xc0\x4d\ \x79\x0c\x10\xc3\x3c\xd6\x1a\xc1\x18\x48\x22\x86\x68\x26\x4f\xa6\ \xb9\xaf\xa8\xcd\xc5\xd4\x86\xf9\xc1\x13\x15\xeb\x29\x6e\xd0\x58\ \xd4\x9a\xaf\x3a\x9b\xd9\xe5\x42\xfd\xdc\xef\xa9\x07\xfe\xe4\x2c\ \x08\x36\xdc\xff\x20\xab\xd8\xaa\x34\x34\xa3\x18\x0e\xb0\x0a\x8c\ \x01\x26\x40\x08\x80\x0a\x88\x20\x4b\x18\xb4\x5c\xa4\x64\x06\xdf\ \x7f\x30\xbd\x6c\x17\xfa\xa7\xd3\xd2\xb7\x99\x5f\x16\x26\x56\xf7\ \xc1\xe5\x2c\x51\x4b\x86\x5b\x58\x53\x11\x95\xef\x15\x87\x8f\x52\ \x8f\x16\x23\x9d\x01\x3c\xbd\x18\x9d\x80\x10\x70\x84\x96\x5e\x40\ \x43\x66\x70\xf1\x71\x34\x78\x2c\x21\x4d\x52\x5d\x81\xfc\xe9\xef\ \x24\xad\x08\x62\x98\xc6\x12\xa8\x5e\xca\xa1\x32\x43\x1c\x00\x60\ \x84\x55\xf9\xdc\xa7\xae\x43\xf9\x88\xe7\x10\xc7\x03\x11\x01\x91\ \x8e\x64\x65\xc4\x01\xcf\xd3\xca\x3c\x34\xf6\x1e\x21\x29\x5e\x6e\ \x0f\xe3\x92\x23\x94\x3d\x45\x0c\x92\x90\x7f\x2c\x09\x0a\xa3\xb2\ \xa4\x96\x97\x0a\x83\xa7\x70\xa7\xf2\x59\xe8\x78\x62\xb6\x79\x1a\ \x24\x04\xb2\xb4\xf3\xbf\xea\xc4\xdf\x68\x86\x4c\x94\xce\xe6\x52\ \x8a\x50\x40\x2a\xc6\x56\xf7\xc1\xe5\x2c\x41\x43\x46\x06\x01\xea\ \x7c\xcf\x8e\x47\x70\xb4\xf2\x12\x8c\x5b\x2c\xf6\xef\xe7\xa9\xe6\ \xb1\x56\x4b\xd1\xb5\xf6\x08\xee\xe1\x3e\xe3\x78\x5a\x71\x58\x69\ \x9a\xaa\x5d\xf2\x04\xbd\xb8\x5a\x69\x76\x00\x12\x01\x71\xc0\xa9\ \xb4\x2a\x0f\x8d\x9c\xc9\x27\x1f\x93\xdb\x2c\x48\xa3\x05\x4e\x56\ \x6b\x4a\xd8\xa0\x2c\xb5\xe4\xa0\x62\x63\x08\xdc\x54\x36\xa9\x2e\ \x9d\x30\x68\xb8\x72\xac\x80\x1f\x3c\x8a\xd5\x1d\x62\x2e\x05\x6e\ \xc6\xbf\xc4\x28\x68\x8d\x58\xa3\x67\x3d\x2b\x81\xa8\xaa\x6a\x32\ \x19\x87\x0d\x1b\xfa\x99\xd5\x6d\x10\x42\x92\x24\xc9\xb2\xfc\x95\ \xea\xbb\x54\x45\x06\x0b\x84\xc4\xb1\xb6\xc6\x9b\xf3\x76\x49\xac\ \xb1\x9d\x1b\xfe\x88\x3e\xbd\x9d\xa9\x2e\xf5\xc4\xff\xa4\x93\x39\ \x88\x28\xee\x6d\xef\x69\xa6\xdd\xa3\x7b\x78\x26\xb3\x95\xb8\xb7\ \xad\x63\x98\xa7\xc5\x27\xd4\xf6\x51\x6a\x45\x19\xab\xaa\x56\xad\ \xb3\x59\xe1\x09\xea\x21\x44\x76\x82\xd3\x03\x18\x83\xea\x61\xf6\ \x76\xc0\x8a\x92\x77\x42\x18\x3f\x94\xd3\x1f\x74\x6d\x5c\xa3\x99\ \xf4\x98\x7e\x28\xa6\x35\x7b\xdd\x47\x73\x18\x6e\x92\xeb\x1e\xd3\ \x3e\xfc\x12\x10\x1d\xd4\xec\x04\x47\xb1\x7b\xcb\x52\xcd\xc4\x7b\ \xf4\xa9\x0c\x89\x44\x39\xdc\xd0\x4d\xcf\x41\x00\x94\x39\xac\xa0\ \x50\x20\x1a\x56\xbd\xcf\x75\x2c\x5a\x73\xc7\x1f\x91\xd4\x22\xed\ \x78\x47\xb5\xb9\x01\xd7\xb3\x76\x15\x04\x89\x36\xd7\xd0\xe6\x06\ \x60\x00\x80\x00\x31\xe6\x68\x03\x8a\x91\xa8\x43\x3c\x01\xa0\xa0\ \x30\xe6\x6c\x43\x92\x82\x30\x30\xc9\xc6\x24\xc6\x6a\x0e\xb9\xf6\ \xc5\x8a\xd3\x7e\x2e\x80\xac\xe4\x7d\xe2\xb9\x54\x0b\x9a\xfd\x72\ \xe6\x53\xda\xfb\x7f\xa7\x5c\x5c\xeb\xde\xfb\xa1\x64\x7e\x42\xb3\ \xf8\x4f\xa0\xda\x95\x5d\xaf\xcb\x4d\x58\x9c\xf6\x18\x1f\x15\x04\ \xaa\x43\x3a\xb6\x93\x81\x80\x08\x62\x25\xdb\xe4\x94\x47\x3b\x7f\ \xc5\x0e\x60\xc0\x9c\xd6\x9e\x8f\x38\xe8\xde\x1d\x21\x8e\xfb\xa1\ \x1e\x00\x48\xa3\xd2\x62\x43\x5d\x06\x3b\x42\xc0\x24\x66\x6f\x67\ \x0c\x75\x57\x1b\x10\xb4\x4a\x67\x4e\x08\x89\x63\xe5\xb3\x47\x18\ \xe3\x01\x33\x70\xb6\x31\x4a\x68\xd9\x2e\xf7\xc1\x08\x71\xda\xf3\ \x02\x20\x24\x55\x50\x97\x4a\xcb\x36\x79\x4e\x07\x89\x0b\x7e\x27\ \x52\x59\xcd\x5d\xe3\x3e\x78\xc0\xb3\xe9\x03\xcd\xd4\xf9\x86\x54\ \x9e\xb6\x5c\x70\x6d\xdb\xce\x40\xbc\x19\x37\x30\x53\x14\x16\x1e\ \x89\xcc\x41\x57\xa5\xa5\x8b\xa2\x98\x97\x97\xf7\xd2\xcb\xaf\x38\ \x9d\x37\xd2\x77\x15\x45\xb1\x98\x2d\xcf\x3d\xf7\xa3\x84\x84\x04\ \x49\xea\x91\x54\xf9\x65\xf3\xc8\x90\x46\xef\xd9\xf6\x1e\xda\xbb\ \x94\x88\xe2\xcd\x79\xb4\x11\x70\x02\xc2\x88\x29\x2e\xe6\x91\x3a\ \x16\x56\xa8\x32\x60\x11\x89\x3c\x48\x0e\xa6\x62\x20\x18\x80\x42\ \xf7\x46\x07\x06\xc8\x9b\x4e\xc9\xae\x1a\x3c\xc0\x09\x00\x2a\x48\ \x12\xf0\x7a\xc4\x03\x73\x3b\x01\x38\x40\x14\x18\x41\x1a\x2d\x30\ \x85\xc9\x12\x00\x02\x45\x06\x4e\x83\x04\x1e\x14\x4f\x87\x83\xf9\ \x6a\x85\x8c\x75\x38\x43\x14\x8a\x34\x7a\xa0\x1e\x2a\x29\x3d\x7d\ \x7f\x57\x3d\xfd\x9a\x97\xb9\x72\x04\x01\x30\x60\x14\x54\x8a\x44\ \x1d\x20\xca\xdc\x4e\x20\x02\x30\x15\x10\x87\x44\x11\x54\x89\xc9\ \x12\x63\x18\x6b\x74\xa0\x7a\xa8\x24\x21\x8e\x07\x22\x20\x42\x98\ \xea\x06\x49\x06\xaf\x3a\xc4\xd4\xab\x7f\xc5\x55\x8f\x00\x0a\x8a\ \x0a\x82\x0e\x71\xd8\xeb\x22\xbc\xfa\x77\x21\xd4\x4b\xe0\x86\x52\ \xc0\x08\x18\xeb\x31\x80\x99\xca\x54\x15\x89\x7a\x44\x10\x48\x6e\ \xc6\x10\x80\xca\x54\x86\x44\x1d\x22\x88\x29\x12\x50\x0a\x8a\x02\ \x9c\x06\x09\x1c\xf3\x38\x80\x7a\xbb\xe9\x26\xe4\x9b\xdb\xa9\x8e\ \xb8\x43\x73\xc7\x0f\x98\xdb\xd1\xfd\xb8\x46\xa3\x39\x71\xf2\xe4\ \xaf\x7e\xf9\x6b\x9b\xdd\x76\x63\xff\xae\xbf\xbf\xff\x3f\xfe\xf1\ \xf7\x8c\x7e\xfd\xae\x72\x93\x7d\xe9\x1c\x48\xc2\xa9\xf5\x15\xca\ \xc7\xff\xc7\xdb\x1a\x00\xdf\x5c\x80\x80\x75\x36\x6b\x2f\x51\xcd\ \x6e\xb1\xa9\x2b\x3a\x74\x57\x9c\xa7\xd7\x80\x4f\xb7\x6f\x59\xcf\ \xdb\x7a\xbb\xed\xca\x91\xeb\x3f\xfa\xaa\x3b\x5f\x7d\xe1\x75\xce\ \xb9\xee\x09\xac\xc7\xaf\xb8\xf6\x1d\x50\xaf\xdf\xb2\xce\xeb\xd0\ \x35\xa1\x66\xb8\x51\x53\xf4\xfe\xb6\x37\x0c\x14\x5f\xd7\x3e\xb9\ \xe6\x1d\x6e\xfc\xfe\x37\x31\x33\xcb\x9c\x86\x7b\xe0\xff\x48\x54\ \x2a\xa8\xf2\x55\x9a\x80\x2c\xcb\x75\x75\x75\xb2\x22\x7f\x86\xbe\ \xcb\x0b\xa1\xa1\xa1\x1c\x77\x75\xed\xbc\x2f\x9d\xcf\xa0\x2a\x24\ \x2c\x4e\xed\x3f\x56\x3d\xbc\x9a\xdc\x94\xc5\x76\xfd\x88\xff\xb5\ \x32\xe3\xea\x48\x2b\xba\x61\x1c\xf6\x9a\x3b\x5f\x2b\x5c\xd1\xcd\ \x05\x73\x11\xfa\x42\xe7\xf4\xf6\x9e\x37\x7e\x87\x1e\xdf\x5e\xe7\ \xf5\xae\x3a\xe7\xb3\x1f\x01\x9f\xfd\xd5\x75\x2f\xf9\x32\x6d\xd8\ \x1b\x75\x65\x09\x0d\x98\x4c\xa2\xd3\x40\x91\xae\x25\x25\xcf\xf3\ \xf1\xf1\xf1\x37\x91\xcf\xc0\x64\x59\xbe\x56\x2d\xfe\x2a\xd6\xfc\ \x50\x95\x1f\x3e\x47\xaa\x2f\xc5\x45\x39\x98\x10\x5f\x2a\x99\x0f\ \x9d\xf3\xbd\xa4\x84\x25\x0a\xe3\x17\x5d\x2f\xdd\x82\x31\x76\x95\ \x0a\xfb\xf9\x7c\xad\x5f\xc1\x2b\xaa\x0a\x32\x07\x70\x93\x1f\xf0\ \x98\x02\x55\x8f\x0b\x7c\x45\xa2\x7c\x00\x60\x8a\xe4\x41\x3c\x37\ \xeb\x7b\x38\x20\xec\xda\x0c\xb2\xaf\x04\x5f\xd9\x9a\x1f\xc4\x0b\ \x6a\x63\xb5\xbc\x7b\x29\xc9\x3b\x48\x08\xc7\x28\xfd\x9a\xb2\x36\ \x7d\xe8\xe3\x40\x8c\xa9\xb2\x47\x09\x8c\xe1\xa6\x3f\xc2\xa7\x8f\ \x60\x92\xfb\xeb\x7a\xd0\x57\xb9\xd6\x92\x13\x00\x63\x69\xe7\x87\ \xec\xf4\x0e\x4e\x72\x21\xc9\x09\x18\x03\xc2\x5f\x57\xbe\xac\x0f\ \x7d\x49\xce\x76\x64\x44\x51\xaa\x22\x02\xe9\xa3\xb9\xc9\xf7\x91\ \x90\x58\xe6\x71\x7e\x8d\x83\xe4\xab\xe4\xae\x57\xb5\xa7\x54\xad\ \xcc\x57\x72\x76\x41\x43\x19\x06\x60\xed\x8d\xc8\xd6\x02\xaa\xec\ \x5b\x30\x7c\x3b\x8b\x5a\xc2\x21\x41\xab\xea\x2d\x28\x38\x86\x1b\ \x3a\x93\x24\x64\x01\x2f\x5c\x6b\x9f\xf5\x6d\xee\x02\x00\xc6\x80\ \x39\x00\x44\xdb\x1a\x68\x75\x11\x6d\x6b\x64\x4e\x1b\xf8\xaa\x9e\ \xdd\xc6\xcc\xc5\x04\x34\x7a\x6c\x0a\xc0\x91\xc9\xd8\x3f\x0c\x80\ \x82\xaa\xc0\xd7\x5f\x50\xe6\x6b\xe0\xee\x15\x12\x13\xc4\xf1\x1d\ \x6a\x83\x4f\xe8\xde\xde\x0a\x03\x63\x40\x55\xa6\xc8\xdf\xa4\x90\ \xfa\x3a\xeb\x91\x51\x95\x49\x3e\x71\xeb\xc3\xd7\x26\x1b\x7d\x4d\ \xe0\xc3\x2d\x0a\x4e\x10\x84\x6f\xe6\x49\xde\x60\x34\x42\xa8\x2b\ \x8e\xc2\x18\x63\x8c\x5d\x15\x56\xc1\x18\x23\x9f\x5f\xe2\x76\x47\ \xf7\x55\x93\x5f\xb8\xbb\xb9\x5d\x3b\xb7\x7d\x13\xe2\x1d\xe3\xa8\ \xa8\x68\x8e\xe3\xdc\x6e\x97\xd3\xe1\x00\x00\x81\xe7\xb5\x3a\x03\ \x26\xd8\xe5\x72\x45\x44\x46\x1b\x0c\x06\x4a\xa9\x20\x08\x2f\xbd\ \xf8\x62\x65\x65\x05\xcf\xf3\xbe\x0e\xbe\x3d\x59\xab\x28\xfe\x01\ \x81\x3f\x79\xfe\xa7\x8c\x51\x84\x90\xc7\xe3\x29\x2a\x2a\xfa\x62\ \xf4\xe5\x3e\xfc\x70\xe9\xd7\xfd\xba\x94\x52\xbd\x5e\xff\xd2\xcb\ \xaf\x58\x5b\x5b\x1c\x76\x87\x7f\x40\x10\xcf\x71\x92\xc7\x83\x30\ \x8e\x88\x8c\x6e\x6c\xac\x53\x3a\x9d\x29\x08\xa1\xa6\xa6\xc6\x9a\ \x9a\x9a\x6f\x6c\x36\xf0\xe1\x1b\x86\xa2\x28\x8a\x4a\xbd\xf9\x6d\ \x08\x21\xc6\x98\xdb\xed\xfe\x82\xdc\x15\x45\xf1\x1b\xe0\xae\x56\ \xab\xad\xaf\xab\x6d\xb7\x5a\x13\x53\x52\xf5\x7a\x03\x42\x48\x51\ \x94\x96\xa6\xa6\xba\xda\x1a\x40\x57\xf2\x3b\x18\x03\x8e\xe3\x78\ \x9e\xbf\x22\x77\x19\x63\x9d\xd3\x4a\xcf\x6c\x0c\xd4\x2d\x19\x8b\ \x5d\x35\xf5\x5c\x7b\xa4\xeb\xf8\x8d\x0f\x76\x7f\xc4\xd5\x67\x7a\ \x17\x87\xa0\x1b\x3d\xa2\x97\xfb\x77\x7b\xff\xee\x77\xff\xce\xea\ \x45\x08\x21\xbe\xe7\x1a\xe3\xee\x6a\x64\xdf\xb3\xd5\x10\x92\x65\ \xb9\xb1\xa1\x2e\x36\x21\xd1\x60\x34\xa9\xaa\xaa\x28\x0a\x42\x28\ \x28\x24\x44\xd4\x88\xed\x6d\x56\xd4\x6b\xf4\x98\x51\x45\x56\x80\ \x70\xa2\x28\x10\x8c\x10\xc2\x82\x46\x23\x0a\x3c\xc1\x44\x10\x45\ \x51\xe4\x31\x02\x55\x91\x64\x95\xf1\x82\x28\xf0\x9c\x2a\x4b\xb2\ \x4a\xbd\x0c\xc1\x1c\x2f\x8a\x22\xc1\x20\xcb\x72\xd7\x7e\xc9\xde\ \xc2\x2a\x5d\xe5\x55\x18\x53\x25\x49\x06\x4c\x44\x51\x24\x18\x41\ \x47\xae\x1f\xe6\x05\xd1\x0b\xd2\xb9\x34\x88\x51\x55\x51\x54\x22\ \x88\x82\xc0\x77\x8e\x22\xe0\x78\x41\x23\x8a\x04\x58\xe7\x23\x18\ \xa5\x14\x18\xeb\xda\xf3\x8b\xa9\x8a\x24\x2b\x88\xe3\x45\x51\xe8\ \xb8\x13\x42\x9c\xd0\x71\x77\x8e\xf8\xac\xe4\x2f\x6d\xab\x7d\x13\ \xd4\x05\x90\x25\x09\x00\x99\xcd\x16\x45\x96\x09\x21\x98\x10\x45\ \x92\x28\xa5\x26\xb3\x5f\x75\x65\x79\x6f\xc3\x8e\x29\x2a\x49\x1b\ \x77\xc7\x9c\xf1\x03\x78\xaa\x38\x1b\x2e\xee\x39\xd2\x30\x6a\xfe\ \xa4\x40\x4e\xf0\xf3\xd3\x59\x9b\xad\xb2\xa7\x62\xc5\x7f\x3f\xa8\ \xb2\xa4\xcd\x5f\x30\x3b\x21\x50\x87\x10\x6a\x2d\xcd\x59\xb7\x7e\ \x4b\x49\x0b\x1b\x3a\xe7\x91\x25\x53\x12\xac\x8d\x6d\x94\xca\x45\ \x27\xb7\x6f\x39\x78\xc1\xc3\x08\xc8\x6e\x7d\xca\x94\x9f\x7d\x6f\ \xe6\x91\xf7\xfe\xb2\x31\xb7\x4d\xe4\x41\x65\xda\x41\xd3\xe7\x4e\ \xce\x4e\xd6\x10\xc2\xdc\x0d\xfb\xd6\x2d\xdb\x5f\x2e\x3e\xfa\xa3\ \xe7\x32\x0c\xce\x66\x17\x15\x39\xc7\x81\x35\xcb\xf7\x9e\xab\x22\ \x3c\x02\x31\x70\xe2\xbc\x7b\x46\xa5\x06\x03\x95\x2b\xcf\xed\x5b\ \xbe\xe1\xd8\x90\xc5\x3f\x99\xdf\xdf\xd8\xd8\x6a\xa7\xaa\xeb\xc2\ \xfe\x4d\xbb\x4f\x17\xbb\x3c\x2c\xf3\xce\x1f\x3d\x31\x58\xfa\xd7\ \x3f\x5f\x2f\xb7\x63\x1e\x51\x2a\xf8\x8d\x9b\xb9\x60\x4c\x46\x24\ \x62\xcc\xd3\x72\x69\xd9\xc7\x7b\xfa\xdd\xf9\xc4\xb4\x74\x5d\x63\ \x8b\x5b\xd0\xa0\x4b\x7b\x56\xaf\xdb\x97\x4b\x79\xd1\x67\x96\x5e\ \x43\x17\xcc\xf3\xdc\x55\x93\x97\xaa\x28\x2a\x65\xdf\x02\x77\x01\ \x80\x01\xc3\x18\x13\x8e\x63\x8c\x95\x94\x94\x14\x14\x14\x8c\x1b\ \x37\x4e\xab\xd5\x12\x42\x7a\x4f\x3b\xa3\x32\xf2\x1f\xbc\x70\xce\ \xc8\xdc\x15\xff\xda\x7a\xd9\x13\x16\x62\x6c\x6d\x68\x2a\xfa\xf7\ \x69\x73\xc2\xa8\x67\x16\x0f\x5d\xf3\xee\xff\x4a\x5b\x9d\x1e\x12\ \xf9\xd0\xd3\x4f\x1a\x0b\x37\x7f\xb0\xe6\x8c\xcc\xfb\x8f\xbf\xfb\ \x91\xef\xdd\x8f\xff\xfc\xca\x7a\x43\x60\x68\xeb\xf9\x6d\xaf\xae\ \x38\x62\x88\x1f\xf1\xc4\xe3\x0f\xda\x6b\xff\xb6\xe5\x42\x3d\x25\ \xa6\x09\x23\x07\x51\x97\x9a\x35\x7a\xd4\xc1\x8b\x6b\xad\x1e\x2e\ \x63\xe6\x92\x07\x26\x05\xaf\xf9\xf0\xfd\xbc\x7a\x8f\x7f\x80\x9f\ \xa7\xd9\x85\x78\x8b\xd9\x2c\xef\x7c\xe7\xe5\x9d\x65\xed\xa2\xc0\ \x01\xa5\x9c\xc0\x49\x6e\x39\x36\x7b\xd2\xdc\x6c\xdd\x9b\x2f\xfc\ \xb3\x5a\x35\xf9\x69\x55\x0f\x12\x83\xc3\x4d\x05\xbb\x57\x7c\xb8\ \xaf\x30\x7c\xc0\xe4\x27\x16\x3f\xd4\x54\xf5\x87\x43\xd6\xd8\x91\ \xe9\x81\x76\x0e\x8f\x1a\x94\x50\xba\xfb\xb2\x87\xd3\x8f\x5d\xf0\ \xbd\x39\xf1\xad\x1f\x7f\xfc\x46\xb5\x0d\x05\x04\x68\x5a\x24\x6c\ \xf1\x33\xe6\x6e\x79\xf3\x83\x7d\xe5\x82\x28\x20\x60\xe0\x23\x6e\ \x2f\xbc\xc5\xb2\xa3\x25\x2f\xaf\xa0\x5d\xee\xca\xb6\x67\x14\x89\ \x31\xc9\x29\x91\x81\x7a\xaa\xd2\x6f\x5c\x67\xe8\xa6\xd9\x48\x92\ \x94\x97\x97\x57\x5a\x56\x56\x52\x5a\x8a\x31\xbe\x7e\x2e\x38\x66\ \xee\xd6\x1a\xab\x27\x2a\x39\x3d\x58\xe3\x29\xb8\x78\xb9\xd5\xee\ \xb4\xb7\xb5\x5a\x6d\x76\x8f\xdb\x63\x6f\x6b\x6d\x6c\xb4\x85\xa6\ \x8d\x4a\xe1\xf3\x3f\x5c\xb1\xb9\xac\xae\xa9\xae\xfc\xc2\xaa\x0f\ \x56\x42\xc2\xd0\xfe\xd1\x66\x49\x92\x1c\xd6\xa6\xba\xda\xea\xf2\ \x92\xe2\x66\x99\xd3\xeb\x04\xa6\x28\xe6\xa8\xfe\x03\x82\xec\xef\ \xbd\xfa\x5a\xb3\xff\xc0\x81\x71\x66\x05\x87\x4e\x18\x93\x94\xb3\ \xf1\x83\x1d\xa7\x8a\x5a\x9a\xea\x2f\x9f\x3f\x53\x50\xdd\x8a\x09\ \xa8\x54\x8c\xed\x97\x95\x3d\x74\xd8\x80\xb4\x04\x0d\x96\x55\x40\ \x98\x80\xa3\xa5\xbe\x55\xb1\x24\x27\xc7\x13\x47\xed\xe5\xfc\x72\ \x0f\xe2\x80\xc9\xed\x2d\x8d\xf5\x75\x35\x55\x15\x55\x1e\x22\x70\ \x58\x4c\x1d\x3a\x5a\x53\xba\xed\xa5\x8f\x0f\xc6\x0f\x1d\x13\xc2\ \xab\x42\x40\xe2\xd8\xc1\xc1\x5b\x3f\xfe\xf8\x58\x5e\x45\x73\x53\ \xcd\xa5\x0b\x97\xad\x6e\x99\x52\x08\x89\xcf\x18\x32\x74\xd8\x90\ \x01\x69\x66\x11\x14\xea\x4b\x16\xbd\x46\x85\x25\xd8\xd9\x52\x7a\ \xea\xf4\xa5\x26\x9b\xa3\xbd\xbd\xbd\xad\xbd\xdd\xe6\x68\xaf\xb8\ \x74\xee\x42\x59\x23\x70\x04\x7d\x2b\x72\xb7\x53\x71\xa4\x1c\xc7\ \xcd\x9d\x3b\x97\x10\x22\xcb\xb2\xa2\x28\xd7\xed\x3d\xc4\x61\x67\ \xe9\xb2\xb7\xde\x1b\x37\x71\xdc\x5d\x8f\x0d\x73\x55\x9e\xfa\x74\ \xcd\xae\x7a\x19\x13\x4c\x10\x42\x98\x10\x4c\x78\xa3\xd9\xdf\xdd\ \x5a\xe5\x50\xb1\xc8\xf3\x08\xb0\xe2\xa8\x6f\xf6\xf0\x66\xa3\xae\ \xd5\xa3\x24\x8d\x5b\xf8\x7c\xc4\xc4\x80\xb0\x50\xdb\xf9\x2d\xfb\ \x2f\xd5\x33\xcc\xa7\x0d\x1d\x86\x1a\x73\xab\x6b\x6a\xf3\x6b\xe4\ \xa1\xc3\xfb\xed\xab\x6c\x35\x12\xa5\xa8\xa9\x85\x13\x35\x80\x20\ \x6e\xc4\xac\x34\x5c\xba\x23\x4f\xa2\x4c\x0c\x8f\x4f\x76\x07\x28\ \xb4\xbd\xaa\xb2\xf0\xa2\xd5\x03\x9c\xc0\x37\x17\x1d\x7a\xf3\x5d\ \xf7\x84\xb1\xe3\x9e\x18\x3d\xbd\xe0\xf0\xc6\x35\xfb\x8b\x3d\x1e\ \xed\xb8\x3b\x1e\xf6\x1b\xe6\x08\x08\x0b\x6d\x3c\xbc\xf1\x4c\xb3\ \xf6\xae\xc5\x71\x15\x7b\x77\x35\x95\x92\x66\xcd\xa8\xa1\xa9\x81\ \xdb\x5b\x8c\x46\xd6\x5a\xdb\xee\x11\x35\x22\x21\x98\x60\x50\x19\ \x50\x86\xfc\x23\x13\x52\x95\x20\x41\xb1\x36\x56\x14\xd4\xb5\xc9\ \x04\xfb\x24\xef\x35\x33\xae\xaa\x58\x62\x32\x66\xcc\x1e\xaf\x67\ \x6e\xca\x40\xe0\x51\xfe\xc1\xed\x17\x14\x95\x7d\x2b\xfa\xee\x55\ \x8e\x5e\xc6\x98\xb7\x48\xc4\x8d\xad\x4b\x4c\x48\x5b\xe5\xf9\x4f\ \xdf\xcb\xd5\x05\x24\x3d\xf6\x93\xe7\xef\x1a\x5f\xf6\xf2\xda\xb3\ \x57\xbe\x45\x6a\x73\x43\x95\x10\x92\x1c\xaa\xc7\xf9\x6d\x12\xa1\ \x1e\x43\x62\x72\xb8\xe0\xda\xd5\xd4\xa6\xed\x4f\x9a\x4b\xce\x1d\ \x38\xdc\x30\x67\xc9\xc2\xd6\xca\xc2\x7a\xab\x03\x9b\x53\x86\x0c\ \x88\x0b\x02\xd3\x0f\x7e\x9e\xcd\xeb\x02\x42\x35\x23\xa2\xd7\x7e\ \x58\xeb\xe2\x63\xa3\x23\xe9\x99\x5c\x17\xe1\x2c\x09\x83\x87\x6b\ \xd4\x5d\xb9\x85\x88\x35\xef\x5a\xf6\xce\xb6\x92\x36\x41\xe0\x05\ \x41\xc3\x11\x00\x84\x08\x92\x4b\xcf\xee\x29\xcd\x3d\x14\x92\x3a\ \xe9\xe7\xcf\x2c\x2e\x2f\x7f\x59\xa1\xee\xaa\x4b\x67\x0e\x9c\x2a\ \xb6\xb5\x35\x55\x56\xd7\x9a\xd2\xe6\x64\xc4\x06\xd9\x26\x2e\x49\ \x1c\x8f\xfc\xfc\xfc\x2d\x43\x07\xef\xfe\xb4\xa8\x91\x05\x25\x87\ \x9b\xce\x56\xd5\x61\x2d\x47\x15\x59\xe5\x81\xc3\xca\x99\xad\x4b\ \xdf\xda\x53\x26\x0a\x02\x27\x88\x02\x47\x7c\x4c\xbd\xc6\xe7\x83\ \x44\x51\xaf\xb8\xea\x1c\x6e\x49\xe4\x14\x95\x22\x84\x68\x8b\xcd\ \x2e\x06\xea\x08\x63\xca\xb7\xc5\x5d\x84\x30\x42\xb8\xb9\xa9\xa1\ \xa5\xa5\x05\x18\xd3\x6a\x75\x81\xc1\x21\x1c\x21\xbd\x67\xe9\x50\ \x05\x8c\xd1\x13\xc7\x27\xbb\x9a\x6b\x1d\x28\xd8\x5f\x0f\x8d\x1e\ \x85\x01\x42\x18\x73\x1a\x0e\x01\xe2\x04\x5c\x77\xf1\xc0\x91\x8a\ \xc1\x8f\x3c\xf5\xc4\xd6\xbd\xa7\x5c\x42\xc8\xf8\x99\xd3\x6a\x8f\ \xaf\xba\x50\xed\x1a\xa7\xd5\xbb\x1b\xab\xce\x1d\xde\x59\xed\xd6\ \xfd\xf4\x89\x47\x47\x16\xfc\xbf\xca\xd8\x51\xd1\x9e\xf3\xff\xfe\ \xd7\x87\x6d\x98\x53\x54\xd3\xfd\x3f\xfb\xc9\xe4\xe1\x96\xed\x9b\ \x8e\x3c\x77\xff\x23\x0f\xa2\x8d\x67\xcb\xdb\x52\xa2\xfc\x95\x3a\ \x85\x01\xc2\xbc\x5f\x62\xc6\xa0\xc1\xfe\x76\x81\xe7\x1c\x4d\x55\ \x95\xf5\x2d\xb2\x82\x02\x63\x06\x8c\x4f\xf1\x6f\xaa\x6a\x10\x23\ \xa2\x78\x2a\xcb\x94\xf1\x22\xdf\x50\x96\x7f\xf6\xec\x25\x5e\x27\ \xaa\xc8\x3c\x6a\xf2\xc8\xba\xbd\xef\xbf\xf2\xe9\x19\xcc\x33\x5d\ \xf8\xf0\xe7\x7f\x30\x39\x75\xeb\xf1\x6d\xbb\xf2\x1e\x5b\xf2\x24\ \xf5\xdf\x59\xde\xaa\xfa\x07\x0a\x79\xa7\xcb\x00\x34\xd1\xc9\x99\ \x43\xda\x83\x05\x9e\x97\xed\x0d\xa5\x55\x0d\x0a\xf3\x85\x10\xaf\ \x9e\x99\x8d\x81\x91\x16\x96\x73\xe4\x64\xde\xc4\xec\x44\x01\x94\ \x9a\xcb\x67\xce\xd7\x28\x23\x07\x05\x23\xf5\xea\xdc\x18\x32\x20\ \xb3\xff\x37\x21\x6e\x11\x1a\x34\x68\xa0\xdb\xed\x6a\xac\xaf\x13\ \x35\x1a\x5e\x10\x64\x49\xb6\xb6\x34\x01\x42\xed\x6d\x56\x3f\xff\ \x00\x51\x14\x19\x63\x84\x70\xfb\xf7\xed\x6d\x6d\x6d\x25\x18\x33\ \x5e\x9f\x90\x36\x20\x6b\x40\x66\x62\x74\x40\xf9\xf1\xcd\x1b\x0f\ \x5c\x52\x11\x22\x1a\x43\x80\x16\x0a\x2f\x17\x38\x54\x4c\x54\xe7\ \xe5\x73\xe7\xdc\xa6\x98\xac\x01\xfd\xe3\xc2\x4d\xa5\x47\x36\xac\ \xda\x7e\xca\x8d\x05\xb3\xbf\x3f\x6d\xaf\x28\xad\x6d\x6b\x6b\xac\ \x6c\xe7\x42\x23\x8c\x92\x2c\x58\x1c\xa5\x27\x4e\x17\x37\x30\x06\ \x8a\xc7\x66\x03\x73\x84\x41\x3d\xb1\x67\xc7\xc5\x7a\x35\x39\x73\ \x60\x46\x6a\x92\xd6\x55\x75\xec\xd8\xc9\xca\x56\x29\x20\x28\x2a\ \x21\x39\x2e\x36\x2e\x21\x31\x25\x45\xe7\xaa\x2d\x28\xab\x55\x01\ \x8b\xa6\x90\xf4\x81\x83\x33\xfb\xa5\x85\x9b\x95\x03\x1b\x57\x9d\ \x28\x6c\x0d\x08\x09\x72\xd7\x14\x55\x34\xbb\x38\x0e\x40\x13\x9c\ \x16\x67\xc9\x3d\xb2\xb7\xa2\x4d\xc6\x54\x75\x38\xda\x88\x25\x5a\ \xdb\x5e\x72\xe4\xf0\xe1\x2a\x8f\x21\x63\x40\x56\x72\x42\x8c\x11\ \xbb\x4a\x0b\xcb\x54\xbd\x25\x2e\x31\x39\x2e\x2e\x3e\x21\x39\x35\ \x4c\xe3\xb8\x54\x58\x26\x51\xf4\x5d\x73\xf4\x7a\x03\x55\x93\x26\ \x4d\xf6\xfa\xc2\x15\x45\x69\x6c\x6c\xec\xee\x36\x07\x41\x1f\xea\ \x2f\x5e\x3e\x7d\xf8\x78\x4e\xee\xc5\xf3\xe7\x72\x4b\x5b\xd3\x46\ \x4c\x18\x10\x6d\x56\xd4\xab\x93\x2a\xd1\xfd\x4b\xee\xfd\xfa\x27\ \x02\xc6\xf3\xfc\xbc\x39\xb3\x22\xa3\x63\x02\x02\x02\x11\xf2\xaa\ \xac\x44\x55\xd5\xb6\xd6\x16\x9b\xad\x3d\x3e\x29\xd9\x68\x34\x51\ \x4a\x05\x41\xfc\xe3\x1f\x7e\x57\x52\x52\x22\x08\x02\x30\x2a\x4b\ \x92\xd7\xa0\x41\x84\x13\x78\x1e\x63\xc4\x54\xd9\x23\x29\x82\xa8\ \xc1\x1d\xce\x7e\x2a\x4b\x92\xd7\x7b\x82\x3b\xce\x01\xd9\xe3\x56\ \x80\xd7\x88\x1c\x30\x2a\x7b\xdc\x14\x0b\x84\xc9\x0a\x70\x1a\xa1\ \x63\x92\x51\x64\xb7\xc2\x38\x8d\xc0\xa9\xb2\x24\x77\x2a\x52\x84\ \x17\x45\x0e\xb9\x5d\x4e\x85\x21\xef\xcd\x31\x27\x8a\x3c\x07\xc0\ \x98\xaa\x48\x92\xec\xad\xfb\x4c\x78\x5e\xe0\x88\xec\x76\x31\x4e\ \x14\x78\x0c\x0c\x00\xa8\xc7\xed\xc1\xbc\x46\x20\xde\x3a\xb7\xcc\ \xe3\x76\x63\x5e\xc3\x13\x50\xa4\x0e\x97\x33\x20\x22\x8a\xbc\x2a\ \xb9\x65\x85\x79\x8b\x22\x20\xcc\x8b\x22\xff\x1d\x14\xba\x8a\xa2\ \x04\x07\x07\xff\xf9\x2f\x7f\xa5\x94\x62\x8c\x5d\x2e\x57\x5e\x5e\ \x5e\x8f\x01\xcc\x80\x13\x34\x48\x6e\xaf\xa9\x6d\xf4\x50\x62\xf0\ \x0b\x08\x30\x69\xe8\xb7\xa8\xef\x32\xc6\x78\x41\x30\x99\xcc\x9d\ \xb1\x25\x46\x29\xe5\x38\x4e\xa7\xd7\xdb\x6c\x6d\xdd\x5d\xc1\x8c\ \x75\xe4\xe8\x00\x20\x4e\x10\xb9\xee\xf7\xa0\x0c\x10\x11\x45\xd2\ \x2d\x42\x85\x78\x41\xe4\x7b\xcc\x39\x40\x78\x91\x78\xff\x07\xc0\ \x09\x1a\x00\x00\xe8\x71\x0d\xe1\x3a\xfe\xc4\x1c\x2f\x72\x57\xae\ \xa6\x0c\x04\x8d\x4e\xe8\xf1\xda\xd4\xab\x7a\x0b\x1a\xd2\xfd\xb7\ \x70\xa2\x06\x00\x58\x87\xa3\x00\x09\xa2\x06\x00\xba\xa2\x12\xde\ \x3f\x19\x03\xc2\x0b\xa4\xdb\xcb\x71\x82\x86\xeb\x79\xf7\xef\xa0\ \xa3\xa1\xb3\x73\xaf\xaf\x5b\x12\xac\x38\x1a\x8a\x0a\x8a\x5b\xdc\ \xcc\xe0\x17\x1a\xac\xd5\x00\xed\xdd\x23\xf3\x8d\x71\x97\x8a\x82\ \xc8\xf3\x3c\xa3\xb4\x7b\x00\x56\x10\xc4\xab\xaa\x81\xf0\x3c\x4f\ \x08\x21\xc4\x67\xc7\xdc\xb6\xdc\xbd\x41\xa2\x15\xc2\x04\xcb\x6d\ \x87\x76\x6d\x2d\xb6\x13\x66\x6f\x57\x05\xa1\xb0\x2a\x73\xda\xb8\ \x41\x3a\xd4\x8b\x47\xf1\x1b\xf4\x33\x20\x40\x08\xb1\x6b\x2c\xb8\ \xee\x7f\xc9\xb2\x72\xc7\xfc\xb9\xe2\x4d\xec\x9f\xe1\xc3\xad\x0b\ \xa7\xc3\x41\xa9\xda\xeb\x52\x1a\x8c\x71\x7b\x43\x71\xa5\x2b\xe8\ \xce\xbb\xc7\x5c\xde\x7d\xd8\x92\x91\x54\x7a\xec\x6c\x79\x4b\x4a\ \xbf\x20\x2d\x55\xe9\xb7\xc7\xdd\x9b\x13\xcf\x5a\x9d\x2e\x35\xbd\ \xbf\xaf\x83\x6f\x63\xe4\x5f\xba\x40\x29\xc5\xbd\x6e\xba\x86\x98\ \x22\xcb\x9c\xa8\x13\x38\xac\x2a\x9e\xd6\xc6\x7a\x9b\x44\x45\x9e\ \xf4\x5a\xf4\xa3\xcf\x65\x84\x30\x5f\x69\x92\xdb\x5f\x6d\xb8\xbe\ \x17\x42\x65\xfa\x80\x98\xe4\xf8\x40\x90\xa9\x46\x23\x9d\x3b\x95\ \x1f\x98\x3e\x30\xc6\x2c\xaa\xbd\x69\xbc\x9c\xaf\x29\x7d\xe8\x53\ \x13\x2f\x11\xcd\x51\x11\x22\x42\x62\xea\x90\x11\x62\xa8\x35\x38\ \x36\x82\x07\xaa\xf4\x76\xb2\x2f\x13\xcf\x87\x3e\x04\x42\x88\xa3\ \x21\xff\xc0\xe1\x8b\x2a\xc7\x55\xe5\xe5\x1c\x3b\x76\x68\xcb\xf6\ \x83\x4d\x1e\xe8\x35\x78\xee\xe3\xae\x0f\x7d\x09\x08\x14\x59\x42\ \x9c\x46\x6e\x29\x39\x57\xa9\x4c\xbb\x63\x5e\x04\xb3\xd6\xb4\x39\ \x7b\xb5\xdd\x7d\xdc\xf5\xa1\x2f\xe9\x0c\x14\x4c\x01\x61\xb8\xf5\ \xdc\xb2\x95\x3b\x85\xe8\x8c\x28\x3f\xad\xc6\xe4\x67\x10\xb8\x5e\ \xad\xa0\x3e\xae\xef\x52\x5b\x4b\x43\x53\xab\x1d\x34\x96\xa8\xb0\ \x40\x0e\x83\x2a\x79\x5c\x32\xd3\xeb\x35\x57\x6a\x19\x2b\x9e\xc6\ \xfa\x7a\x97\x4a\xfc\x82\x82\x4d\x22\xb4\x34\xd4\x5b\x9d\x8a\xd1\ \x3f\x28\xc8\xa2\xef\x38\x43\x6e\xdd\xb1\x62\xe9\xa9\x46\xcd\x9c\ \x7b\x1f\xee\x1f\xfa\x45\x7e\x6f\xcd\xf9\x9d\x9f\x6c\x38\x11\x9e\ \x3d\xe7\x9e\x69\x99\x04\x40\xb6\xb7\xd4\x34\xd9\x2d\x61\xe1\x66\ \x91\x03\x46\x5b\xeb\xab\x6d\x4c\x1b\x1e\x16\xd8\xed\xd6\xb4\xbd\ \xb9\xbe\xc5\xe6\xd1\x99\x03\x02\xfd\x8c\x6e\x6b\x63\x63\x8b\x0d\ \x6b\x2d\x21\x21\xfe\x82\x4f\x56\xdc\xb8\xbf\x55\x85\x33\x86\x8f\ \x9f\x36\xb3\xc9\x81\xa3\x62\x22\x39\xa2\x0e\x1d\x3f\x46\xd4\x88\ \xa0\x2a\xea\x35\x55\x4b\xfa\x36\x77\x9d\x35\xcb\xdf\xfe\x5f\x3d\ \x0a\x0d\x8b\xcf\x5a\x34\x7f\xac\xda\x5c\xbc\xe2\xed\xb7\xab\xc3\ \xa6\x3e\xff\xc0\x84\x0e\xef\xb6\xdc\xb0\xfe\x83\x0f\x2f\x34\x82\ \x06\xd3\xa4\xc9\x4b\xc6\x9b\x4b\x5e\x7a\x6b\x9d\x29\x3c\xc6\x65\ \x73\x0f\x9d\xfb\xe0\xd4\xcc\x10\x00\xa8\xbf\xb0\xff\x74\x73\xd8\ \x63\x4f\xcf\xf3\xe7\xbe\xd0\x8f\x95\x9b\x76\xef\x3e\xd6\x6f\xde\ \xd3\x53\xd3\x4c\x04\x80\xb5\x97\xae\xfc\x68\x75\x83\x84\xb0\x21\ \xe1\xfe\xc7\xe7\x3b\x4f\x6d\x5c\x75\xb0\x94\xa9\x52\x64\xf6\xfc\ \xbb\xc7\x27\x03\x00\x80\x7a\x71\xcf\x8a\x75\x87\x4b\x05\x8d\xa0\ \x0f\xc9\x5c\x72\xff\x90\xf5\x2f\xbf\x50\xac\x89\x30\xa9\x36\x7d\ \xea\xc4\x87\xef\x18\x29\xfa\x18\xfa\x19\x6a\x03\xc2\x08\x9c\xd6\ \xda\xb3\x0d\x15\x94\x21\x9e\xe7\x14\x8f\x64\x08\x8b\x4b\x8a\x0c\ \xc2\xac\x47\x64\xb8\x8f\x73\xd7\x46\x2d\x89\x0f\x2c\x7e\x24\xda\ \x00\x00\xb4\xb4\xb2\x1a\x0c\x01\x46\x7c\xa5\x12\xf1\x85\xed\x9f\ \xe6\x4a\x29\x3f\xf9\xe5\x1c\x1d\x53\x01\x91\x86\x33\x39\x01\x99\ \x33\x9f\x59\x32\xa9\x62\xd7\x3b\x1f\x1e\xce\x99\x94\x39\x83\x00\ \x30\x8f\xa3\x3c\xff\xf4\xf2\x65\x30\x2a\x2b\xea\xcc\xae\x6d\x8d\ \xa6\xac\xc7\x17\x4d\xaa\x38\xb2\x6e\xc7\xe9\xaa\x88\x21\x53\xef\ \x9d\x36\xc8\x59\x76\x72\xe5\x86\x3d\x4d\x2c\xec\x8e\x25\xf7\xa4\ \x04\x8a\x00\x00\xce\xca\xb5\xcb\xd7\xe6\x35\x28\x59\x93\x16\xcc\ \xca\xd6\xbb\x5b\xea\x76\xad\xf9\x40\x99\x3a\x7f\xce\x88\xf8\xaa\ \xdc\x23\x15\x24\xfd\x97\xcf\xcd\xdc\xf1\xee\xbf\x0e\x5f\xa8\xd1\ \x9e\xb9\x18\x3f\xe5\x87\x53\x74\x07\xfe\xbb\xe1\x5c\xfb\xf8\x64\ \x13\x80\xab\xf2\xc4\xda\xbd\x15\xb3\x9f\xf9\x59\x56\x28\xaf\x48\ \x8c\xa3\x95\xd4\x10\xb9\xe8\x07\x3f\x48\x6b\x3e\xfd\x87\xd7\xf7\ \x55\x4d\x1c\x99\x60\xf6\xd1\xf3\xba\xc0\x84\x93\x5a\x4b\x77\x6e\ \xde\x23\x99\xc2\xcc\x5a\x0e\x33\x4f\x45\x71\x95\x10\x1c\x9e\x64\ \x0a\x63\xd7\xee\xd0\xd6\xa7\x67\x10\xc1\x14\x80\x5b\x56\xbd\xf3\ \x5a\xca\xf0\xa9\x33\x87\x25\xc4\x65\x8d\x15\xc1\xbe\xe9\xbc\xd2\ \x19\x60\x71\x16\x14\xb5\xa4\x8f\xbd\x57\x07\xc0\x64\xc9\xc1\x04\ \xcc\x09\xcd\x97\x0f\x7d\xba\xba\xb5\xe2\x7c\x69\xca\xf4\x69\x5e\ \xdf\xb7\xac\x92\xd4\x91\x77\xfc\xe0\xbe\x31\xf9\xdb\xdf\x74\x84\ \x8e\xf9\xc1\xbd\x13\x5b\xce\xac\xdb\x91\x2f\x3c\xfa\xf4\x3d\xab\ \xdf\x58\x73\x26\xce\x58\xb0\x7d\x7f\xd4\xc4\x87\x46\x55\xad\x5b\ \xb3\xf9\xf8\x2f\x1f\x1c\x0b\x00\x47\xd7\xad\xae\x32\x0d\x7b\x6a\ \x9a\xfe\xa3\xa5\x9f\x9e\x0a\x58\x60\x0a\x4b\x5c\xb2\xe0\xb9\x41\ \x21\x0c\x00\x82\xe2\xd2\x4d\x47\xb6\xbd\xbb\xcc\xd9\x5c\x5e\x17\ \x96\xc6\x8f\x1c\x9a\xf2\xe2\xaa\x97\x0a\x74\x90\x30\xe1\x41\x13\ \x00\x00\xd4\x17\x15\x72\xb1\x03\x33\x42\x79\x00\xea\x72\x3a\x34\ \x06\x4e\x6e\xab\xdd\xb5\x62\xcd\xf1\xc6\x4b\x9a\xc8\x41\x61\x3e\ \xe2\xde\x58\xe6\x62\x70\xb4\xd6\x79\xf4\x09\xb3\xe6\x4d\x35\x63\ \x85\x03\xeb\x8e\x35\x7b\xfd\x47\x4e\xce\x0a\xd5\x49\xf2\xd5\x2b\ \x15\xfa\xb4\xfe\x85\x4d\x11\x0b\x1e\xfd\xd1\xa3\xb3\x32\x73\x77\ \x6d\xc8\x6b\x56\x00\x80\xa9\x6a\xb7\xf1\x47\x38\x8e\xc9\x92\x0c\ \x00\xce\x8a\x9c\x65\xeb\xf7\x38\x54\x4e\x63\xf4\x0b\x8f\x8a\xef\ \xd7\x2f\xba\x31\xff\x9c\xd5\x9b\xf5\x03\x80\x09\x07\x00\x84\x70\ \x7a\xb3\x9f\x9e\x80\xab\xa1\xaa\xa4\xec\xe2\xea\x55\x1b\x1b\x5c\ \xc8\xd9\xde\x52\x57\x5f\x7e\x72\xc7\xea\x6d\x67\xeb\x04\xe4\xdd\ \x37\xd1\x5a\x51\xab\xf4\x1b\x92\xee\x1f\x91\x9e\x14\x82\x2a\xab\ \x9b\x31\xc7\xf1\x3c\x78\x63\x98\x9a\xf0\x81\x0f\x3c\xf2\xc8\xf8\ \x81\xe1\xcc\x83\xfd\xfd\x48\x65\xb5\x33\x73\xdc\xe4\xe1\xa9\xa1\ \xf5\x45\x79\x76\xef\x3b\x09\x1c\x93\x65\xef\x7d\x76\xae\x5c\x76\ \xa1\x91\x6a\x44\x6d\x60\x58\x54\x7a\x66\x3f\x4d\x6b\x45\x51\x83\ \xdb\x47\xd0\x1b\xea\xbb\x4c\x17\x10\xdb\x2f\x2d\x52\xc4\x40\x08\ \x01\xa2\x4f\x1e\x90\x11\xaa\x17\x30\xe1\xae\xf5\x92\xf5\x69\xb9\ \x2b\xb9\xda\x1d\xb2\xc6\x60\xd4\x61\x55\x55\xbd\xeb\xd7\xa9\xaa\ \x5c\xc9\x41\x16\x07\x0c\x88\x7d\x73\xf7\xba\xa1\xe9\x8f\xe8\xdb\ \x9b\x1b\x5b\x55\x55\xd1\x8a\xfe\xd1\xc3\x86\x0e\x6a\x16\x2a\x8f\ \xae\x2d\xb1\x29\x60\xe1\x81\xa9\xaa\x37\xf5\x93\xaa\x8a\xac\xa8\ \x00\xa0\x0f\x0a\x8b\x89\xf2\x9f\xbb\x64\x81\x1f\xcf\x69\x69\x7d\ \xe1\xfe\xb0\xb4\x09\x73\x27\xa5\xf9\x33\xa2\xe1\x00\x00\xcc\x11\ \xc1\xf8\xfc\xb9\xa2\x61\x7a\x7d\x49\xbd\x9a\x3d\xca\x52\x74\x56\ \xea\x1e\x4a\x37\x06\x04\x54\xe5\x6c\xb3\xfb\xf5\x1f\x91\x82\x36\ \xad\xa9\x08\x5f\xb4\x70\x28\x72\x1c\x5a\x91\xdf\x26\x4f\x31\xf0\ \x10\x96\x9a\xc9\x6d\x5d\xbe\xeb\xf4\xc0\x69\xe9\x4a\x63\x43\x63\ \xa8\xac\x02\xa7\x4f\x1b\x94\x9d\xc5\x5b\x8e\xec\x3a\x5d\xd3\xea\ \xca\x0c\xd6\xf8\x38\x7a\x03\x4f\x03\x10\x82\x9c\xd6\xb3\x27\x8e\ \x78\xb3\x5c\xb1\x60\x8e\x36\x37\x9d\x3e\xde\x18\x91\x96\xe6\x2f\ \x62\xda\xcd\xe1\xd0\xa7\xb9\xeb\x6e\x2e\x5c\xb9\x6c\x7b\x83\x2c\ \x64\x4c\x9c\xdd\x3f\x58\x00\x00\x5e\x6f\x09\x0a\x10\xbb\x26\x8b\ \x98\x31\x0b\xe7\xdb\x3f\x5d\xf5\xea\x0b\x8a\xa2\x46\x0c\x9f\x1f\ \x18\xa2\x92\xda\xe5\x7f\xfb\x73\xbe\x56\x67\x9a\x7c\xf7\xc2\x28\ \x1e\x00\x40\x34\xfa\x87\x04\x18\x00\x40\x63\x0a\x0c\x16\x74\x00\ \x10\x31\x70\xca\xd8\xca\x15\xef\xff\xfb\x1f\xc6\xa4\x51\x8f\x2c\ \x9a\xb8\x60\xee\xb8\xe5\x1b\x3e\xfc\xe7\x0e\xfd\x84\x85\x0f\x8f\ \x8c\x37\x01\xa0\x91\xf3\xee\xa8\x59\xb6\xf6\xdf\x6f\x2a\x19\xe3\ \xee\x18\x1a\x67\xae\xf7\x0b\xd2\x76\xc5\xde\x1d\xd5\xab\x57\xac\ \xaa\x50\x23\x96\x3c\x32\xc7\x0f\x69\xa6\xcc\x1d\xb9\x72\xf5\x7f\ \x4e\x80\x3e\x7b\xfa\x82\x08\x1e\x00\x80\x0b\xc8\x78\x60\xc9\xd4\ \xd5\x5b\x3e\xfc\xfb\x36\x55\x13\x90\x18\x13\xe4\xd7\x6a\x94\xd7\ \xbc\xf4\xe7\x1d\x5a\x4d\xc4\x98\xb9\x63\x93\xfd\x7c\xf4\xbc\xa1\ \x9d\x86\xa8\xec\x6c\x6a\xa8\x77\x20\x6f\x01\x0b\x0a\x3c\x0d\x0a\ \xe2\x5a\x9a\x5b\x82\xae\xa9\xe7\xfb\x0d\xe5\x9e\x13\x82\xef\xbf\ \x6f\x49\x62\x52\x0a\x55\x55\x84\x31\x42\xd8\x0b\x4a\x69\x65\x45\ \x69\x7c\x62\x47\xee\x39\x00\x54\x55\x96\xa7\xf5\xcb\xf4\xf5\xe2\ \x6d\x8c\xcb\x79\x17\xc2\xc2\xc3\x31\x26\xbd\xe6\x9e\x23\x44\x38\ \x9e\x74\xdf\x8b\x4b\x96\x15\x44\xd0\xb5\xe9\xe7\xbe\x7c\x06\x1f\ \xfa\x94\x9f\x81\x38\x9b\x8b\x0f\xee\x3d\x63\xc7\x04\x03\x00\x55\ \xa8\x21\x6a\xf2\xf8\x6c\xb3\x80\xbe\xfd\x75\xc2\x3e\xf8\x70\xa3\ \x29\x9a\x52\x4e\xeb\x9f\xdc\x3f\x43\x46\x18\x21\xc2\xab\xd6\x93\ \xa7\xca\x6a\x1d\x03\xfc\x34\x1a\xaa\x32\x1f\x77\x7d\xe8\xcb\xdc\ \x65\xbc\x36\x20\x7d\x60\x04\x06\x86\x30\x4f\x9c\x95\xf9\xe7\xca\ \xae\x5d\x65\xe9\xe3\xee\xb7\xdd\x4f\xdf\xb1\x4c\xe5\x9b\x59\x0b\ \x83\x09\x76\xb7\x55\x1e\xdf\x97\xef\x44\x98\x20\x70\x34\x55\xd7\ \xa3\x90\x6c\xb3\xee\xd6\xcb\x67\x38\x7b\xea\xa8\x54\x7b\xde\xeb\ \x9d\xbd\x3d\xd0\xa2\xd5\xa9\x9d\x7d\x18\x6a\x49\x26\x98\x67\xf0\ \x9d\x60\xb0\x2c\xcb\x16\x8b\x25\x21\x21\xe1\x26\x38\x0e\x04\x73\ \x02\x21\x8c\xaa\x96\x98\xcc\x21\x29\x29\xfe\x02\xbb\xf5\x72\xcf\ \x95\xc6\x02\xf3\xb6\x27\xd1\xed\x52\x46\x1a\x31\xd8\x99\xde\xaf\ \x4d\x14\x31\xa3\x08\xf0\xf7\x67\xaf\x35\xeb\x82\xd5\xde\xf3\xaa\ \x6f\x37\x89\xeb\x70\x38\x9a\x9b\x9b\x3f\xf3\x4c\x4a\xa9\x68\x8a\ \x1c\x3a\xca\xbf\xa1\xc5\x61\x0e\x0c\xd6\xf1\xc0\x68\x47\x15\xa5\ \x5b\x8c\xbb\x08\x13\xe0\x01\x78\xed\x6d\xa3\x25\x70\x44\xcb\x13\ \x91\x30\x0a\x80\x3b\x96\x7b\x7f\x67\x34\x87\x9b\xd1\x19\x10\x26\ \xe0\x6a\xd8\xbd\x7d\x5b\x69\xb3\x62\x8c\xce\x9c\x3b\x2e\xad\xb2\ \xb8\xdc\x3f\x36\x21\x40\xc3\x51\x76\xab\xd9\x6a\x94\x01\xba\x5d\ \x3a\x17\x31\xa0\x8c\x51\xca\x10\x63\x00\xbe\x65\x79\xbd\xea\xbb\ \xa8\xb5\xb1\xbc\x15\xc5\xdd\xf7\xe0\x80\xc3\x5b\x0f\x35\x3a\xa2\ \x6a\x0b\x0b\xdd\x81\x51\x41\x3a\xfe\x16\xf3\x33\x30\x00\xf5\xf6\ \xe2\x2e\xeb\xfc\xf8\x70\xfd\xc9\x09\x11\x4c\xdb\xda\x6d\x94\xca\ \x35\x65\x65\x0d\x0e\x35\x9c\xe7\xe1\xd6\xcb\x3d\x67\x40\x29\x20\ \x7a\xfb\x70\x97\xaa\x8c\xaa\x3e\xb9\x7b\xfd\x0e\xa7\xa0\x35\x05\ \x6a\x3c\xf9\xfb\xf7\x35\x51\x59\x6a\x2e\xaa\x8a\xc8\xc8\x4e\x0e\ \x32\x62\xd5\x03\xf4\x56\x93\xbb\xf4\xb6\x93\xbb\xde\x1d\xcf\x91\ \x8f\xbc\xbd\xaa\x88\xaa\xa2\xf1\x8b\x1a\x3b\x79\x62\x55\x6d\xb3\ \xcc\x00\x21\x4e\xa7\xa7\x45\x97\x2e\x8a\xe6\xe0\xd0\x40\x13\x62\ \xf4\x56\xd2\x77\xd5\xdb\x4c\xee\xd2\x0e\x7d\x17\xf9\xa8\xdb\x6b\ \x13\x11\xa2\xd8\x6a\x0f\xee\xdc\xd1\x48\xf5\x7a\x91\x43\x4c\x6e\ \xa8\x69\xc0\x26\xbf\xc4\xcc\x11\xc1\x41\x16\x0e\x7a\x18\x6c\x7d\ \x5d\xee\x2a\xb7\xd1\x72\x50\x04\x40\x29\x63\xb4\x53\xfc\xfa\xd8\ \x7b\xad\xad\x86\x91\xb5\xa9\xbc\x15\x45\xce\x5e\x30\xc5\x42\x54\ \x8e\xb5\xed\x5a\xbf\xdf\x6f\xc4\x84\xac\x50\x83\x4a\x95\x5b\x2c\ \x17\xe7\xb6\xb2\x6c\xba\x0c\x35\x1f\x6b\xaf\xab\xef\x32\x8d\x31\ \x34\x21\xc1\xa9\xd7\x08\x22\xa1\x98\x19\x63\x93\x13\x05\x83\x96\ \x17\x78\xe6\x91\xae\xd2\x78\xfb\xb6\xdc\xa5\x14\x24\x00\x70\xdd\ \x36\xdc\x95\x15\x97\x07\xab\x98\x51\x0c\x18\x13\x4c\x08\xb9\x7d\ \xd4\xf9\x1b\x4c\x38\x08\x79\xf7\x6a\xb8\x99\x1e\xe7\x74\x96\x20\ \x83\xa7\xec\xf2\x05\x8c\x00\x80\x21\xbd\xc5\xc0\x6c\x05\x97\xab\ \x03\x22\x23\x0d\x3c\xba\x65\x74\x06\x6c\x89\x72\x4f\xfa\x3f\x4c\ \x6e\x9f\xbd\x85\x07\xe9\x0d\x4a\xe7\xee\x46\xd5\x15\xf5\x0d\x9c\ \xf5\x3b\x12\x9b\x90\x24\xc9\x64\x32\x7d\x36\xcb\x31\x96\x5d\xcd\ \xf9\xe7\xcf\xdb\x10\x21\x08\x31\xa6\x82\x10\x3c\x38\x2b\xec\x52\ \x6e\x71\xff\x90\x08\x93\x80\xd5\x5b\x65\xdd\xc4\xe0\x11\xe3\xd9\ \xc8\x09\xb7\x53\x17\x76\x2f\x7d\x28\xcb\xf2\x77\x2a\x1d\xe7\x66\ \xf6\x37\xa7\xaa\xaa\xb1\xc4\x4e\xbd\x2b\x91\x80\xea\xf6\x28\x82\ \x28\x22\xa6\xaa\x2a\x8b\x9c\x1d\x8f\x10\x5c\x95\xd5\xd0\xb7\xe5\ \xee\x6d\x5d\x85\xd7\xb7\x57\x7d\xef\xc3\x9b\x90\xb6\xea\xbc\x43\ \xc7\xce\xb7\xba\x14\xc1\x14\x32\x64\xc4\xc8\x84\x20\x9d\x4a\xd5\ \x6b\x87\xb9\xaf\x4e\x8b\x0f\x7d\x49\x33\x26\x9c\xd2\x56\xb9\x6f\ \xff\x29\x31\x6a\xc0\xc4\x49\xe3\x53\xfc\x3c\x87\xf6\x1d\x6e\x70\ \xd1\x5e\xa5\x98\x2f\x7f\xd7\x87\xbe\x34\xd3\x62\xb0\xb6\xd4\xc8\ \xc6\xc4\xf1\xa3\x87\xe8\x40\x49\x8e\x30\x35\xac\xd8\x51\xdb\xee\ \x0a\xd6\xea\xae\xf5\xce\xf8\xe4\xae\x0f\x7d\x08\x8c\x82\xc1\x1c\ \x88\xda\xcb\x4e\x9d\xbf\xdc\xd0\x58\x97\x7b\x26\xa7\x4e\xd5\x04\ \x1a\x34\xb7\x5e\xee\xb9\x2c\xc9\x04\xf5\x50\x0a\x29\xa3\x88\xb0\ \xbe\xb3\x93\x0a\x63\x4c\x52\x55\x76\x55\xa5\x33\x45\x11\x31\x46\ \x18\x7f\x4b\xdd\x4f\xdd\x2a\x83\x9e\x4d\x84\x54\x45\xc3\x11\xe8\ \xf3\xf6\x03\x55\x55\xc1\x3f\x6e\xd4\xd0\xe6\xfd\xc7\x76\xe7\xc9\ \x8c\x68\x2d\x03\x47\x8d\x0b\xd3\x13\xf5\x9a\x8d\x01\xfb\x3a\x77\ \x8f\x9e\x3c\x50\xda\x70\x98\x74\xfa\xc8\x18\x53\x31\x33\x4c\x1c\ \xba\x28\x2c\x3c\xf4\x4b\xdc\x55\x29\x3c\x7b\x8a\x8b\x1e\x1a\xe7\ \xff\x15\x70\x4b\xa2\xf4\xd8\xda\xd5\x42\x59\x09\x74\xd2\x17\xa9\ \x8a\x2b\x28\x74\xf0\xc2\x45\x26\xdd\x67\xa7\x1d\x57\x5f\xce\x69\ \x37\x24\xa4\x45\x9a\x01\x00\x14\xfb\x85\xf3\x97\x82\x53\xb3\x83\ \x75\x5f\xea\x95\xda\x1c\xee\xb3\x5b\xde\xd0\x39\x4a\x19\xee\x1c\ \xf6\xaa\x24\x85\x0c\x1d\x3e\xe3\x7e\xfe\x73\x0e\x79\xd5\xd1\x70\ \x3e\xbf\x2e\x31\x33\xd3\xf8\xcd\xd1\x84\xa9\x94\x44\xf6\x1b\xb5\ \x38\x79\x88\x5b\x52\x39\x51\x23\x12\xf0\x78\xa4\x5e\x4f\xed\xdb\ \xb5\x45\xd4\xd6\x8b\x2d\x9f\xf0\x5c\x07\x09\x54\xe6\x31\x93\x24\ \x8c\xee\xf7\xfe\x55\x7c\x74\xd3\x81\x3a\xff\x7b\xef\x18\xa3\x01\ \x39\x67\xeb\xb2\xad\x67\x1a\xfa\x4f\x98\x3f\x67\x44\x22\x02\x00\ \x67\xd9\xfb\xef\x6d\x4d\x9f\x7d\xdf\xd0\x18\x23\x00\x94\x9f\xda\ \xb8\x6c\xe3\x69\x30\x9a\xc3\x12\x06\xdd\x31\x77\x48\xee\xa1\x5d\ \xa6\xd9\xc3\xe3\xfc\x7b\x79\xe2\xc5\x3d\x6b\x9a\xa3\xc6\x8e\x4d\ \x0a\xbc\xd9\x96\x26\x44\x28\x2f\x35\xaf\x5f\xc1\xb4\x1d\x8c\xc3\ \x2e\x17\x1b\x3b\x89\x09\x82\xb7\xf3\x8f\x6d\x59\x55\x69\x19\xbd\ \x70\x4c\x22\x00\xd0\x96\xbc\x4f\x36\x5e\x9e\xb8\xe4\xce\x70\x0e\ \x94\xa6\xdc\x4f\x77\x57\xc4\xc5\x99\x79\xbe\x73\x51\x80\x64\x3f\ \xbe\x77\xf7\xa0\xe8\x2f\xcb\x5d\x46\xb4\xfa\x9a\xbd\x01\x25\x1b\ \x69\x27\x75\xb1\x04\x4d\xc3\x7e\xc1\x08\x28\xed\x05\xeb\x37\x14\ \x8e\x5d\x3c\x2b\x08\xcb\xc7\x36\xac\x54\xfb\xcd\x1b\x95\x60\xb8\ \xd1\x28\x6f\xab\x3d\xb0\xef\x70\x60\xfa\x37\xc7\x5d\x4c\x88\xb3\ \xa5\x6c\xdf\xc1\x73\x0e\x42\x30\x20\x46\x15\x30\x46\x8d\x1b\x39\ \xc0\xc8\xa3\x6b\x73\xcf\xfb\xb4\xbe\x8b\x00\xf3\x44\xcf\x63\x5d\ \xd7\x87\xe0\x8e\x12\xa0\xf5\x17\x0f\x6d\xd8\xb2\x27\xbf\xaa\x1e\ \x00\x6c\xf9\x7b\xb6\x5e\x60\x8b\xee\x9d\x5a\x79\x68\x7d\x4e\x1d\ \x03\x50\x4f\x6e\x5d\x7f\xe8\x62\x79\xbb\xb3\x63\xbc\x36\x94\x95\ \x99\xfb\xcf\x7a\xfe\x47\x4f\xf8\xd7\x1f\x5e\xbe\xf3\x92\x46\xc3\ \x72\xb6\xaf\xd8\xba\xfb\x68\x93\x1b\x00\x58\x5d\xc1\x89\xd5\x2b\ \x57\x9f\x28\x6c\x04\x80\xf6\x9a\xc2\x6d\xcb\x97\xae\xdd\x77\x5e\ \x51\x3c\xf9\xc7\x77\xac\x5c\xbd\xb5\xb8\xc9\x01\x00\x2d\x65\xe7\ \xd6\xaf\x58\xb6\xf7\x6c\x59\x6f\x6a\x17\xc7\xb4\x3a\xa6\xd1\x76\ \x7c\xb4\x5a\xc6\xf1\x5e\xbb\x22\xef\xd0\xf6\xad\x7b\x8e\x54\x34\ \xd9\x3b\xda\xda\x12\xec\xa9\x39\x7b\x26\xdf\x0e\x00\xe5\x39\xc7\ \xca\x3d\xba\xd8\xb0\x20\xb3\x41\x07\xe0\x3a\x77\x70\xdb\xa7\x1b\ \xb6\xd7\x4b\xbc\x46\x00\x66\xaf\xdc\xb5\x6e\xd5\xf6\xa3\x97\x5c\ \x00\x00\x9e\x82\x53\xbb\x57\x7e\xba\xf1\x72\x9d\x03\x00\xda\x2a\ \x73\xd7\xaf\x5c\xbe\xf3\x64\x31\xbb\xb1\x22\x83\x79\xca\x03\xe5\ \xb5\x9d\x1f\x60\x98\x20\x00\x2a\x5b\xcb\x8a\x2b\xdd\x0c\x00\x68\ \x43\x65\x69\xa3\x93\x29\x4d\xf9\x9b\x3e\x5d\xbe\xf5\x68\x3e\x03\ \x68\x2d\x3d\xb7\xfe\xd3\x4f\x8f\x5e\xaa\x03\x00\x2a\xb5\x1c\xdb\ \xb9\x69\xdd\xce\xc3\x76\xa4\xe5\xbf\x41\x8e\x30\xc6\x38\x41\x1f\ \x1e\x13\x13\x1d\x15\x1d\x15\x1d\x93\x10\x15\xd8\x5e\x59\x52\xeb\ \x90\xf0\xed\x54\xb3\xdf\x3f\x79\xe4\x7d\xf7\xde\x19\x63\x00\x0a\ \x50\x59\x5c\x62\x4a\xca\x4a\x88\xeb\x97\x18\x48\x2a\xea\x1a\xda\ \x8a\x8f\x14\xab\xb1\x33\x47\xa5\xb2\xce\x82\x91\x84\xe7\x65\x67\ \x5b\x6d\x6d\x4d\xab\x8b\xea\x34\x02\xa3\x60\xf4\xf7\xb7\x17\x1d\ \x5a\xbb\xf3\x6c\x5b\xed\x99\xe5\x6b\x0e\x0b\x66\xe1\xd0\xea\xa5\ \x39\x8d\x4e\x41\xa3\x0b\x8a\x8c\x4b\x89\x0d\x2c\x3c\xbc\x7e\xfd\ \xf1\x1a\x13\xdf\xbc\xf2\x93\x4d\x4d\x2d\x65\xab\x56\x6e\x91\xfc\ \x63\x42\xcd\xda\x9b\x8e\x25\x30\x00\x48\x18\x39\x6f\xc9\x9c\xb1\ \x66\x4e\xee\x6c\xec\xc0\x21\x19\x11\xc5\x17\xf3\x00\x94\x73\x85\ \xed\x83\x47\x0f\x2c\x3b\xb4\xe1\x58\x69\x6b\xc9\xde\x55\x9b\x73\ \xea\xcc\x06\x4e\x92\x18\x72\xb7\x6f\x5e\xb1\xa6\xdd\x18\xda\x7c\ \x76\xe7\x81\xdc\xba\xea\x9c\x9d\xeb\x0e\x96\x99\xb4\x8e\x75\x1f\ \x7f\x5a\x65\xaf\x5d\xff\xf1\x46\x87\x7f\x4c\x84\x9f\xf6\x8b\xca\ \x02\xc2\x77\x6c\x04\x8b\x38\x41\xa7\xc3\x0d\xeb\x97\xae\x6d\xd6\ \x47\xc4\x84\x06\x48\x75\xe7\x56\x6c\x3a\x66\x0c\x0d\x38\xbb\x75\ \xd5\xf9\x16\xcf\xa9\x75\x1f\x1d\x2a\xf7\x98\x34\xe0\x96\xe9\x37\ \xa9\x23\x33\x95\xf2\xfa\x90\x81\x23\x47\x8e\x1c\x31\x7c\xe4\xc8\ \x91\x23\xb2\x33\x83\xb4\xc8\x23\xf7\x9e\x49\xd8\xd7\xb9\xcb\x7a\ \x7e\xba\xc0\xf3\xbc\x86\x43\x0a\x65\xde\x9a\x3f\x9c\xc0\x01\x20\ \x9e\x70\x72\x6b\xc5\xc1\x53\xa5\x99\x23\x46\xf9\x0b\x2a\xeb\x1c\ \xac\x84\xb0\xb2\x9c\x7d\x6b\x36\xec\xd6\xa4\x4f\xbb\x6b\x7c\xb2\ \xca\x34\x19\xa3\xa6\xcc\x9e\x36\x44\xad\x2d\xca\x39\x75\x51\x93\ \x3e\x61\xce\xb4\x39\x93\x92\xf9\xb3\xe7\x8a\x28\x12\x62\x32\x87\ \xa6\xc7\x86\x5c\xcc\x2b\xcd\x98\x70\xd7\xf4\xb9\x0b\x92\xa0\xea\ \x6c\xa5\x12\x1b\x66\xac\xaf\x6d\x16\xcd\x26\xdc\xcb\x1b\xb2\xab\ \x3e\x00\xcc\xfb\x60\x91\x27\x1c\xf4\x58\xab\x92\x92\x99\x29\xd5\ \x5c\xae\x28\xca\xab\x54\xfd\x07\xc4\x59\x30\xaf\xd5\xe3\xe6\x33\ \xe7\x1b\x87\xce\x5d\x38\x65\xda\xe4\xc4\x60\x5d\x7b\xc3\xa5\x33\ \xb9\xd5\x0e\x97\xc3\xd6\x5c\x51\x70\x21\xf7\xd4\xb9\xca\xe4\xf1\ \xb3\xa6\xcf\x5a\x34\xc0\x50\x7b\xba\xc0\x13\x17\x6d\x6e\xac\xaa\ \xe3\x4d\x16\xf4\x79\x1b\x8e\x75\xbd\x2a\x42\x18\x00\x10\x62\x54\ \x05\x5d\x44\x84\xa5\xa5\xba\x4e\xf0\x33\xd7\x15\x9d\x2f\xaa\x6e\ \x6c\x6b\x75\x34\x37\x96\x5d\x3c\x7f\xfa\x72\x05\x4c\x5d\xbc\x60\ \xfa\xf8\xd1\xe1\x7a\x50\xbe\xc1\xd8\x1f\x22\x58\xb2\xd5\x1c\xdd\ \xb3\x7b\xf7\xde\xbd\x7b\xf6\xee\x5a\xb7\x7e\x6b\x85\xa2\x0f\x35\ \x69\xd9\x2d\xb1\xbf\xda\xd5\x73\x88\xca\x18\xed\xfe\xb9\x5a\xb6\ \x51\x80\xc0\x40\xbf\xb6\xfa\x3a\x00\x77\xa3\x4d\xd2\xeb\x68\x6d\ \x41\xe1\xfa\xe5\xef\xad\xdf\x7d\xf8\xe0\xc1\xd3\x1e\xaf\xde\x26\ \xa3\xcc\xe9\x8b\x7f\xf8\xcc\x93\x77\x4f\xcb\xd6\x80\x4a\x19\x65\ \x14\x08\xe2\x78\x1e\xf3\xbc\xe0\x71\xb8\x00\xc0\xe1\xf4\x08\x1a\ \x2d\x62\x92\xd3\x2e\x03\x20\x0d\x07\x76\x97\x0b\xc0\xe3\x74\xc9\ \x48\x1f\x32\xed\xfe\x67\x66\x26\xba\x3f\x7a\x7d\xa9\x43\xba\xf6\ \x15\x81\x76\xfb\xa8\x57\xe7\x36\xf6\xf8\x4b\x13\xd3\x2f\x45\xd7\ \xf8\xc9\xda\xed\xc6\xd8\xac\x20\x04\x54\xa5\x0c\x09\x5a\x5e\xb5\ \xb5\x3a\xbc\x74\x42\x58\xd0\xea\xf5\xc1\xe1\xf1\x53\xee\x79\xf2\ \xfe\xd9\x43\x34\xe0\xb1\xdb\x25\x00\xc9\xee\x56\x88\x18\x30\x66\ \xf1\xd3\xf3\x33\xd0\xf2\xd7\xdf\x2b\x76\xdf\xb8\xd5\xae\x7e\xa5\ \x8e\x01\x2f\x1a\x98\xa7\xb1\xc9\x0a\x00\xad\x35\x4d\x6e\x51\x63\ \x1e\xbe\xf0\xc9\x7b\x86\x19\xd7\xbc\xfe\xce\x65\x3b\x36\x99\x03\ \xa3\x13\x53\xef\x7e\xec\x47\xb3\x87\x44\xaa\xb2\xcb\x66\xa5\x08\ \x23\xc6\xe8\x37\x19\xb6\x46\x08\x51\x2a\xd9\xad\x6d\x6d\x6d\xed\ \xd6\x16\x2b\x35\xc6\x4e\x9b\x3a\x36\x48\x83\x6e\xcd\xfd\xd5\xba\ \xcb\x5b\xda\x63\xac\x31\x4a\x65\x45\x55\x01\x22\x06\x8d\x8b\x38\ \xb1\xf4\xaf\x7f\x3f\xa5\x0d\x4a\x7b\x30\x7b\x98\xdf\xb0\x61\x00\ \xed\x1b\xde\xfd\x00\x0f\x1a\x28\x76\x78\x5e\x14\x59\xba\xb2\x4e\ \x5a\x95\x15\x95\x02\x63\xaa\xcb\xa3\x26\x0d\x1b\x53\xf2\xc1\x07\ \xff\x79\xe9\xa8\x4b\xf5\xbf\xf7\xce\x24\x63\x41\xde\xc6\xd5\xef\ \xbe\xdb\x3a\x69\xec\xb0\xa1\x9b\xb6\xbe\xfb\xd2\x41\xa0\x11\xd9\ \x77\x85\xcb\x7b\x36\x2c\x2f\xab\xa9\x17\x8d\xe1\xa4\xb7\xc1\x4e\ \x3b\xc4\xad\x77\x5e\xee\x21\x22\xa8\xaa\xf4\x2c\xeb\x62\x1a\x96\ \x11\xb4\xea\xed\x33\xe3\x17\x0f\x04\x00\x45\x71\xbb\x14\xcb\xe4\ \x29\xd9\xff\x5b\xf9\xce\xab\x87\xb8\x5a\x9b\x66\x4c\xd4\x80\xd1\ \x83\x8f\x1f\x3d\xbc\xb7\x36\x28\x72\xd2\xac\x19\xa3\x27\x0e\x7b\ \x7b\xf9\xb2\x97\x4e\x81\x62\x1c\xf4\x44\x32\xdd\xbf\x7e\x55\x49\ \x43\x2d\x67\x08\xd0\x90\xcf\x6a\xb3\xee\xb9\xa3\xac\xa3\x15\x91\ \x21\x65\xd4\x40\xf3\x9a\x57\xfe\xbe\x5b\x90\xd4\xd0\xe1\x4b\xe2\ \xd8\x91\x2d\x9f\x16\xd4\xd6\xa9\xbc\x39\x65\xd0\xd8\xf6\xf2\xd5\ \x47\x0f\xec\x0b\x0a\x4d\x0a\x4b\x18\x37\x7e\x4c\xfc\x27\xef\xff\ \xfb\x8c\xe8\x6c\xe4\x12\x35\xdf\xa0\x43\x92\xaa\xaa\x68\x8a\x1c\ \x33\x23\x06\x75\xeb\xe6\x5b\xb3\x2e\x4e\xcf\x95\x89\xac\xa7\x48\ \x33\xc4\x0d\x7d\x20\x58\x36\x00\x80\x36\x6a\xe1\x63\x0f\x97\x56\ \xd9\x82\x63\x12\xfd\x3a\xb8\x65\x18\x7f\xc7\x62\xa4\xed\xa8\x32\ \x9e\x31\xe5\xde\x04\xd4\xb9\x75\x0a\x68\x27\x2f\x7e\x82\x33\x81\ \xc0\xb2\x17\x2d\x94\xfd\xfd\x2c\x77\x3f\xfc\x48\x59\x55\x8b\x5f\ \x54\x5c\x88\x0e\x20\x6b\xc6\x93\xe6\x54\x2b\x35\xc5\x26\x84\x3e\ \x14\x1c\x57\xdd\xaa\xc6\xc4\xc7\xeb\x44\x39\xad\xff\xc0\x80\x38\ \x08\x8f\x8b\xd7\xf4\xda\x60\xb4\xdb\x00\xeb\xa9\xdc\x44\x8f\xb8\ \x73\x11\xed\xb1\xc5\x44\xd0\xd0\x05\x2f\x24\xcc\xf0\x0f\x01\x00\ \xc8\x9a\xf5\x48\x3f\xde\x6c\xd4\x4f\x78\xf2\xd1\xb8\x8a\x46\xbb\ \x39\x38\x22\xc2\x88\x63\xe6\x3c\x10\x56\x5a\xda\xae\x6a\x2d\x02\ \xe8\x63\x46\x3c\xf4\x50\x44\x55\x8b\x14\x99\x10\x67\xe4\x59\xca\ \x80\x2c\x4b\x7b\x46\x68\x6c\x62\x08\x7f\x53\x72\xb7\x63\x38\x5d\ \x69\x43\x94\x3d\xeb\xe1\x88\x8c\xd2\x56\x59\x13\x1b\x17\xad\xc1\ \x2c\x31\x23\x4b\x1f\xe9\x99\x16\x9d\x10\x66\xd1\x44\x2d\xb9\xaf\ \xb8\xbc\x96\x69\x03\x04\x80\xb8\x51\x0b\x9e\x88\x2e\xa9\x6b\x57\ \x02\xc2\xa3\x02\xb8\x6f\x7c\xae\x55\x6e\xaa\x66\x45\x5f\x5f\x37\ \xe1\x55\x15\x3a\x47\x60\x8f\x19\x0c\x8b\xfa\xc0\x4e\x56\x68\x8c\ \xa1\x69\x69\xdd\x9d\xbe\xd8\xe4\x17\xd0\xf5\x87\xd6\x1c\xd0\xcd\ \xba\xc1\xe6\x80\x20\x00\x00\xd0\x07\x06\x00\x00\x68\xcc\x21\xa9\ \xe6\x90\xce\x6f\x85\xb0\xb8\x94\x30\x00\x00\xb0\x84\xc6\x5a\x42\ \xbb\x0e\xa6\x86\x7d\xc6\xf8\x62\xd0\xdb\x10\x13\x0c\xdd\xde\xc3\ \x4b\x1f\x4e\x1f\x12\xd2\x31\x90\xf4\x96\x0e\x67\x9c\x39\x34\xb6\ \x7f\xd7\xeb\xf3\xba\x98\xe4\x7e\x5d\xe7\x9b\x43\xa2\xbb\xde\x2e\ \x34\x36\x39\xf4\xf3\x4f\x57\x3d\x40\xc4\xf0\xf8\xd4\xf0\xce\xbf\ \x82\xa3\x13\x83\xa3\x3b\xbf\x31\x04\x26\xf7\x0b\xec\x52\x3c\x83\ \xa2\x93\x82\xfa\xf6\x94\xdc\xe7\xd7\x4d\xf4\x94\x68\x7d\xcf\x8b\ \xd7\x21\xe4\x58\x77\x21\xf7\x6d\xbf\x15\x05\x50\xfb\xd8\x2b\x7d\ \x27\xb9\x7b\x95\xdc\xed\xa6\x4c\x32\xc6\x6e\x5c\x6b\x85\x51\x0a\ \xd7\x38\x06\xbd\xb7\xe8\xc8\x4b\x62\x8c\x32\x86\xbf\x74\xf0\x96\ \x76\x2b\x6f\x83\xbc\xff\x45\x00\x00\xde\x6a\xd8\xa8\x57\xe7\x64\ \xd7\xb5\x94\xa1\xcf\x9b\xeb\xc9\x28\x85\xeb\x5e\xd4\xeb\x70\xba\ \x79\xf7\xaa\xb7\x55\x6f\xfc\x46\xde\xb3\x3a\x7e\x56\x8f\x06\xfd\ \x82\x3e\xdd\xdb\x5f\xee\x76\x68\x95\x08\x03\xc0\xa5\x03\xeb\xb6\ \x1c\x3a\xe7\xd6\x46\xdf\xf5\xc0\x7d\x29\x01\x5d\xda\x9f\x7b\xf7\ \xd2\xd7\xf2\xf5\xe3\x9e\xbe\x63\xc0\xc9\x4d\x4b\x77\x9d\xad\x36\ \xc7\x0f\xb9\x67\xc1\xd4\x80\x0e\xd5\xc2\x73\x76\xe7\x9a\x1d\x27\ \x8b\x3c\x54\x3b\x68\xda\x5d\x63\x62\xdb\xdf\x7b\x69\x59\xbb\xc1\ \xa2\xd1\x85\x4c\xbb\x6b\x61\x66\xb8\xfe\x4b\x7a\xf1\x7a\x78\x16\ \x30\x07\xce\x8a\x4f\xde\x5f\x59\xd1\xa6\xd8\x1b\x9b\xe2\xa7\x3d\ \xf4\xd8\xb4\x8c\xea\xf3\xbb\xd6\xee\xaf\x98\xf9\xe8\x23\xf1\xde\ \xc8\x99\x62\xdd\xbf\x61\xf5\xd1\x4b\x75\x96\xe4\xd1\x4b\xee\x1c\ \x67\x24\xc0\xda\xcb\xde\x7e\xed\x83\xe8\xf9\xcf\x4f\x4b\xd1\x03\ \x80\xda\x7e\xe9\xf5\xd7\x77\x4d\x78\xf8\x99\xf4\x20\x0c\x52\xc3\ \xd2\xff\x7d\x9c\x70\xf7\x63\x91\xd5\xbb\xde\x5d\x9b\xc3\x1b\xf5\ \x96\xa8\x01\x77\x2d\x9c\x11\x2c\xf6\x4a\xde\x6b\x6c\xb5\x6e\xef\ \x57\x9f\xb3\xf1\xdd\xbd\xf5\xf7\x3f\xf3\x58\xa4\x06\x40\x6d\xfc\ \xe4\xdf\x6f\x6a\x26\x3c\x70\xe7\x90\x28\x00\x28\xcf\xd9\xfa\xe9\ \xe6\x33\x0a\x27\x35\xd9\x75\x0f\xfe\xf4\xe7\xfd\x0d\xad\xbb\x57\ \x7d\x58\x1e\x30\xf9\x91\x69\x5d\x3a\x8c\x7c\xf9\xc0\xc6\xcd\x87\ \xf3\x1c\x2a\x9f\x32\x72\xde\x5d\x43\xd1\x6b\xff\xf9\xb8\x85\x68\ \x45\x5d\xc0\x84\xb9\x77\x0f\x8d\xb7\x7c\xbe\x31\x4f\xa9\x20\x08\ \xfd\xfa\xf5\xfb\x62\x2d\x8f\xfb\x38\x73\x19\xbd\xfa\xe3\x75\x15\ \x68\xc3\xfa\x3d\xf8\x83\x9f\x8f\xf2\xaf\xd9\x7c\x20\xaf\xeb\xf4\ \xaa\x9c\xbd\x47\xce\x97\x3a\x24\x70\xd4\x9f\xdc\x73\x56\x79\xf2\ \x37\xbf\xca\x50\xf3\x77\x9f\x2c\xe9\xf8\xf6\xe8\xda\xd5\xc7\xdb\ \xe6\x3d\xfa\xdc\x8f\x9e\x7e\x70\x44\x5a\xa8\xab\xa9\x9a\x86\x0c\ \xfd\xc9\x2f\x7e\x3e\x33\xc6\xba\x66\xf3\xd1\x2f\x33\xba\xae\xf2\ \xe3\x31\x60\x40\x15\xd0\x45\xdf\xfb\xe4\xf3\xbf\xfa\xc9\x03\xa9\ \x91\xa1\x49\xa9\x09\x4a\xcb\xe5\xbd\x07\x4e\x54\xd7\xb5\x4a\x9d\ \x34\x6a\xbe\x74\xe4\x44\x8d\xe9\xc7\xbf\xfe\xa1\xa1\xf8\xc8\xf1\ \x32\x1b\x00\x3d\xba\x77\xc7\xa5\x8a\x56\xa9\xd3\xac\x56\x24\x5b\ \xf1\xd1\x83\x3b\x72\xf2\x00\xa0\xe9\xf2\xde\xad\x7b\xf3\x1c\x1e\ \x67\x53\x6d\x43\xcc\xf8\xfb\x7f\xf5\xcb\x1f\x07\x34\x1d\xd9\x7c\ \xb4\xf2\x7a\xaf\x44\x69\x0f\x37\xd9\x95\xaf\xac\x25\x9b\x77\x9f\ \x68\xb5\xd9\x3d\x14\x00\xe0\xe2\xbe\xcd\x27\x4a\xad\x8a\xdb\xeb\ \x4b\x84\x98\x41\x33\x9e\xff\xdd\xaf\x1f\x9c\x3a\x20\x34\x3a\x35\ \xde\x0f\xf2\x8f\x1f\x3c\x71\xa1\xb8\xcd\x71\x65\xbd\x60\x73\xee\ \xce\x8f\x77\x96\x4e\xb8\xff\x07\xcf\xff\xe0\xb1\x71\x59\xb1\x72\ \x73\x9d\x53\x97\xf6\x93\x5f\xfd\xf2\xae\x0c\xb2\x65\xd3\x6e\xc7\ \x17\x72\x8a\x69\xbf\x28\x70\x5f\x17\xba\x3d\x01\x8c\x01\xa3\x00\ \x24\x36\x29\x29\xd0\xa0\xd8\xdc\x62\x5c\x64\x87\x45\x41\x6d\xa5\ \x07\xce\x5b\x27\xce\x98\x64\xe1\x54\x41\x6f\xd6\xa3\x96\x13\xa7\ \xcf\x36\x3b\xda\x9b\x9a\xda\x00\x00\xc0\x75\x36\xa7\x34\x6d\xf2\ \x8c\x94\x10\x83\xd1\x3f\xd0\xdf\xa0\x21\x98\x78\xac\x35\x17\x2e\ \x17\x5c\xae\xf5\x44\xc7\x84\x7f\x1d\x01\x14\x82\xa1\xfa\xd4\xc1\ \x96\xc0\x41\x63\x62\xb4\xd8\x94\x74\xcf\xc3\x4b\xd2\x83\xf4\xb4\ \xd3\xe1\x63\x09\x8f\xd7\xbb\xcb\x37\xac\xdf\xda\x6a\x8a\x49\x8b\ \x34\x5a\x2f\xed\x29\xa4\x89\xd3\xc7\xa4\x60\xa5\x23\x0e\xe7\x6c\ \x75\x27\x8e\x1c\xa6\x56\xe4\xd6\xb8\xdb\x4e\x9e\xa9\x1b\x38\x6e\ \x10\x6d\xb3\x23\x8e\x6b\xa9\xc8\xbf\x98\x7b\xa6\x49\x36\xc6\x46\ \xfa\xdd\x64\x5c\xa2\xf3\xad\xd4\xe3\x07\x0e\xf9\x0f\x9e\x3a\x30\ \xca\x00\x1c\x28\x15\x27\x72\x5a\xfc\x66\x4d\x1e\xc4\x29\x6a\x17\ \x93\x80\x59\x0f\x9d\x2c\xcf\x9a\x30\x46\x0f\x90\x34\x7a\xee\xe2\ \x19\x23\xf4\x58\xee\xba\xf3\xc5\x73\x97\xa2\x46\xce\x18\x14\x69\ \xd2\x99\x02\x42\xfc\x35\x18\x63\xc5\xd1\x98\x5b\x90\x77\xa9\xd2\ \x16\x16\x15\xf5\xc5\xc2\x7d\xf4\x8b\xa2\xaf\xc7\xd5\xe8\x35\x31\ \xab\x2e\x2f\xed\xb1\xd5\x4b\x4b\x8d\xd9\x33\xb3\x3b\x68\x77\x61\ \xff\x2e\x39\x72\x48\x92\x1f\x73\x38\x5c\xbc\x21\x6d\xd1\x3d\x13\ \x58\x4d\x51\x7e\x49\x03\xd1\x7b\x67\x68\x55\x92\x91\x46\xcb\x03\ \x80\xa3\xe6\xdc\xda\x8d\xfb\x6d\x58\x27\xb5\xd5\x5e\x38\x9b\x53\ \xd3\xa6\x82\xcb\x2e\x7d\x71\x75\xad\x67\x20\x80\x02\xbb\xb2\x05\ \x5c\xdb\xb1\x73\x75\x19\x43\x33\x31\x00\xe6\x08\x2f\x80\x4a\xaf\ \xb8\x2a\x19\xc2\x26\xb3\xd1\x6d\x6d\x75\x7a\x64\xc5\xd9\xb0\xfb\ \x40\x61\xea\xd0\x41\x5a\xc5\xe5\xe9\xf4\x10\xc9\xf6\x36\x1c\x3d\ \x6c\x7c\x22\x5b\xf7\xce\x27\x75\xa6\x7e\xe3\xfb\xf9\xdb\xed\x2e\ \x40\xd0\x52\x5d\x74\xf6\x5c\x9e\x5d\xc2\x92\xbd\xfd\x26\x63\x13\ \x8c\x01\x06\x70\x55\x9d\x3c\x5d\xad\x19\x9a\x15\x23\xbb\xdc\xc8\ \x2d\x1f\x38\x74\x3a\x3c\x23\x3b\x90\x97\x3d\xf2\x15\x9f\x94\xad\ \xec\x62\x8d\x12\x3c\x20\xc5\xbf\x63\x52\xa6\x94\xb2\x2b\x9b\x37\ \xcb\x0a\x15\x45\x0d\x00\xb0\xb6\xfc\x4f\x57\xec\x69\x21\x82\x62\ \x6f\xbc\x98\x73\xb6\xa2\xd9\xad\x48\x2e\xcf\x37\x6b\x12\xde\x8a\ \xf9\x0c\x08\x00\x2a\x8f\x6f\xcc\x71\xc5\x3d\xb4\x78\x9c\x08\xa0\ \xb8\x1d\x76\x57\x73\x8b\x4d\xae\x3c\xbe\xf6\xad\xe5\x3b\xcf\xe4\ \x9c\xc8\x6b\x74\x07\x26\x0e\x99\x3a\x3c\x85\xd3\x87\x64\xa6\x46\ \x79\x3d\xbe\x49\x09\xa6\xbc\x23\xa7\x5d\x00\xaa\xbb\xa5\xac\xb4\ \xda\xe9\x61\x21\x69\xd9\xf7\x2c\x5a\xf4\xe4\xa2\x91\x65\xc7\x8e\ \xd4\xa8\x5f\xc3\xc0\x6b\xac\xaa\x51\x34\x49\x11\x81\x3d\xe4\x21\ \x02\xa0\x6e\xbb\xcb\x51\x74\xee\x54\x23\x97\x7c\xdf\x83\x4f\x64\ \x1a\x6b\x8e\x9c\x28\x92\x55\xeb\xde\x65\x6f\xaf\x3b\x70\xf6\xf4\ \xb1\x63\x56\x15\x00\x40\xf1\xb8\x3c\x20\x0e\x18\x9a\x51\x71\xfa\ \x42\xd8\x80\x21\x81\x7a\x70\xcb\xb2\x24\xe1\x7e\xe3\x67\x2e\xb9\ \xef\xe1\x39\x03\x8d\xc7\x0e\x9e\x91\x6e\x7e\x72\x06\x70\x59\xad\ \x6d\x4d\x05\x9f\xbc\xf5\xde\xe1\x9c\x73\x47\x4e\x5d\xb4\x39\x6c\ \xc7\xb7\x7c\xb2\x72\xc7\xa1\x93\xc7\x4e\x55\xbb\x5c\x6d\x56\x1b\ \x00\x54\x17\x15\xf0\x91\xfd\x82\x7a\x0c\x84\x2e\x4a\xa2\xf8\xb8\ \xd0\x92\x9c\x63\x8d\x14\x90\xd2\x5e\x56\x5c\x65\x97\x99\x7f\xc4\ \x80\x45\x8b\x16\x3f\x7d\xff\xc4\xba\x73\xc7\xca\xda\xbe\xd1\x12\ \x46\xb7\xe0\x9a\x1f\x44\x00\x3c\x27\x0e\x1d\x2d\x6a\x0b\xfc\xe8\ \xe5\xc2\x88\x81\xd3\x06\xeb\xf3\xd6\x9e\xd7\x3d\xf9\xd0\xd3\xe3\ \x01\x9a\xce\xac\x5f\x59\x10\x9a\x1e\xc4\x1f\x59\xf3\xfa\xbe\xcb\ \xb6\xf4\x29\x0b\x87\x45\x75\xe4\x14\xf6\x9f\x72\x67\xd1\x87\x1f\ \xbd\xf0\xd7\xcb\xa2\xd2\x26\xc4\x4f\xb4\x18\xc5\x86\xdc\x7d\xff\ \x7d\xa9\x0a\x3b\xdb\x93\xc7\xcf\x8c\xfa\x1a\xa2\x47\xad\x2d\x35\ \x0c\x07\x58\x8c\x3d\xc6\x1d\xe1\x00\xea\x2f\xbe\xbb\x36\x6f\xf6\ \xac\xec\xc0\xdc\x0d\xff\x7a\xf1\x8c\x8a\xc2\xef\x18\x3a\x2c\x69\ \xda\x48\x00\x38\xf8\xf1\x2b\x6d\x03\xc6\x59\x08\x00\x80\xc7\xed\ \x41\x1c\xe2\xf4\x19\xcf\xfe\xee\x79\xff\x58\x4b\x73\xb5\xea\x71\ \x4b\x1a\x1d\x39\xb3\x71\x69\xfd\xd9\x40\x97\x0b\xc6\xce\x1d\x7a\ \xd3\x75\xb5\x99\x0a\xe0\x9f\x31\xfd\x57\x19\xd3\xa9\xbd\xe2\xe3\ \xa5\x5b\x87\x0d\xcf\x4a\x9a\x98\x35\x0f\xe0\xf4\xc6\xa5\xd5\x21\ \x63\x75\x55\x47\xde\xd9\x67\xff\xfe\xe3\xf3\x6a\x6a\x9a\x83\xd2\ \xc2\x7b\x8a\x8a\x2b\x2e\x84\xb8\x91\x73\x46\x94\xbd\xf7\xbf\xbf\ \xfe\x5d\x0b\x4e\xc5\x9c\xed\x6f\xd0\xb6\x55\x1e\x7b\xe5\xa5\x1a\ \xce\xe5\x88\x19\x3e\x21\xde\xf2\x8d\x8a\xc2\x3e\xbd\xbf\xda\xb6\ \xbd\xab\x36\x9e\xfb\xa5\xd0\x99\xbf\xab\x50\xb7\xbf\x98\xf2\xcc\ \xbc\x0f\x83\x43\xfd\x9d\xed\xad\xd6\x76\xbb\xa4\x50\xad\x29\x20\ \xc0\x40\x9c\x1e\x30\x1a\xb5\x08\x80\xca\x6e\x97\x42\xf4\x5a\xd2\ \xda\x58\x4f\x05\x4b\x80\x59\xdb\xd3\xb9\xe4\x6e\xaa\x6f\xf6\x30\ \xce\x2f\x20\x50\x2f\xb0\xb6\xa6\xa6\x76\x97\x2c\xe8\xcd\x41\xfe\ \x26\xfc\x85\x7c\x3c\x1e\x80\xa3\xff\xf8\x0b\xb7\x6a\x29\x74\xe6\ \xef\x82\xcb\x29\x4d\x98\x96\xfd\x97\x7f\x1a\x39\xa2\xca\x6e\xb7\ \x84\x74\x7a\xb1\xf3\xde\xaa\xcb\xee\xe6\xf5\x7a\x8e\x7a\xda\xec\ \x92\xc1\x6c\x54\x1d\xd6\x86\x66\xbb\x21\x28\xd8\xa2\xed\x20\xa1\ \xe4\x72\x50\x5e\xab\xe1\x30\x00\x28\x1e\xa7\x87\xf1\x7a\x4d\x87\ \x17\x45\x95\x5c\x1e\x4a\x44\xa2\xb6\x34\x36\xbb\x54\x64\xb4\x04\ \xf8\x19\x7b\xd9\x22\xd3\xea\x62\xe7\x5e\x9e\xa7\xcf\xdf\xc8\x84\ \x2b\x6f\xe9\x19\xfb\x8b\xa1\x0f\xff\x55\xe8\xa4\xb1\xcb\xe9\xe6\ \x75\x7a\x0e\x01\x00\xc8\x6e\x97\x4a\x04\x01\x24\x9b\x8b\x99\x4c\ \x3a\x8f\xc3\x8e\x44\xbd\xc8\xa1\x6e\x0f\xe5\x74\x9a\x6e\x71\x3c\ \xea\x69\x6e\x6a\x76\xca\xd8\xe2\x1f\x60\xd4\xe2\xf6\x96\x66\xab\ \xdd\x2d\xe8\xcc\x81\xfe\x66\xee\xe6\xa8\xdb\xb5\xbf\xda\xed\x2c\ \x77\xf5\x42\xc0\xe0\xc8\x87\xb8\x6e\xeb\x26\x08\xe8\x55\x2a\x03\ \x80\xce\xe4\xa7\x33\x5d\xb1\x54\x4c\x9d\xfd\x84\x79\x8d\x9e\x07\ \x00\xf0\x0b\xea\x25\x10\x86\xb0\x26\x28\x2c\xa2\xeb\x4f\x73\x50\ \xe8\x97\xdc\x9b\x1a\xa9\x2a\x8b\x4f\x54\xef\x79\xa0\x6b\xdd\x04\ \xa8\x0a\x0b\x0e\x05\x59\x02\x4e\x4b\x3a\x5f\xa6\xcb\x78\xd3\x1a\ \xf4\x00\x00\x44\x34\x9b\x45\x00\x20\x7a\x4b\xa4\xbe\x87\x5f\x49\ \xd0\x5e\x71\xd5\x71\xa2\xae\x7b\xf7\x10\xa1\x63\x7c\x04\x85\x47\ \xde\xe8\x95\x14\x97\x12\x3b\xd9\x15\x98\x04\xdd\xd6\x4d\xd0\xa0\ \xfe\x48\xed\x2c\x0f\x81\x88\x56\x7f\xe5\x29\xbc\xd7\x08\x00\xad\ \x99\x07\x00\xd0\xe8\x7b\x64\xa3\x77\x3d\xb4\x9b\x9a\x29\x06\x04\ \x87\x77\x05\x0b\x4d\xfe\xc1\x26\x7f\x5f\x6c\xe2\x1a\x8c\x18\x36\ \x76\x34\x9a\xd8\xd3\x74\xa3\x7d\xaa\x08\x12\x8f\xf1\xa8\xf9\x77\ \xc2\x55\xeb\xd5\x54\x95\xff\xf6\x56\x86\x99\xf4\x9a\xd1\x77\x3d\ \x73\xf5\x7a\x35\x45\xe1\x71\x67\xc8\xa4\x8f\xab\x84\x98\x13\x04\ \x0e\x75\x38\x3d\x18\x03\x40\x08\x14\x49\x92\x15\x7a\xd5\xeb\xf7\ \x69\xee\x72\xdc\xd5\xaf\x47\xfa\x98\x71\x89\x10\x12\xae\x79\x49\ \xf8\x56\x97\x82\x22\x8c\xc5\xde\x9a\xf2\x96\xb0\x65\x30\x21\x8e\ \xa6\xc2\x6d\x7b\x4e\xdb\x31\xc7\x73\x1c\xa3\x8a\xaa\xaa\x14\x19\ \x32\x86\x8d\x48\x8f\xf6\xa3\x8a\x7a\x8b\xdb\x6a\x3e\xdc\xbe\x40\ \x08\x31\x2a\xdb\x6d\x76\x27\x91\xf3\xcf\xe4\x6b\xe3\x53\xe3\x03\ \x84\xb2\xdc\x1c\xab\x3e\x32\x3d\x31\x18\xf5\xdc\x52\xd8\xc7\x5d\ \x1f\xfa\x10\x54\x45\xd1\x07\xa6\x2d\x79\x36\x9b\xc7\x8d\x1f\xfe\ \xed\xad\x90\x3b\x1e\x98\x96\x12\x78\xe6\xd3\xd7\xf7\xcb\xf2\xb5\ \x9a\xa2\xaf\xb6\x88\x0f\x7d\x4d\x6f\xc0\xcc\x51\xb7\x7b\xd9\xd2\ \x1d\x27\xce\x55\xd4\xb4\x02\xb3\x95\x54\x37\x68\xcd\x16\x9e\xd1\ \x5b\xc9\x56\xf3\xe1\x3b\xc7\x5b\x8e\x73\x37\xe5\xbf\xff\xc6\x7b\ \xc5\x42\xda\x83\x8f\xcd\xdd\xbb\xf1\xb5\x5f\x6e\x43\x76\x14\xfa\ \xe8\x5d\x71\x48\x92\xfb\x74\xdd\x73\x84\x90\x2c\x49\x75\xb5\xd5\ \xe8\xb6\xae\x00\xf9\x1d\xd7\x68\x3d\x1e\x97\x77\xc1\x67\x2f\xdf\ \x02\x73\x39\xed\x81\x19\x33\x17\xcc\x99\x18\x66\x80\xd4\xe8\xd8\ \xd3\x85\xad\x49\x03\x87\xc6\xfb\x61\x8f\xa2\xf6\x75\xb9\x1b\x14\ \x1c\xe2\x76\xb9\x7c\xdc\xbd\x5d\xc1\x18\x0b\x0a\x0a\xb9\x5e\xff\ \xaa\xb2\x62\x89\x1a\x7c\x77\x22\x6e\xa8\x28\xce\x29\xf0\xf8\x87\ \xa6\xcc\x9e\x63\x56\x3c\x6e\x59\xe9\xf3\x35\x9d\x18\x63\x26\xb3\ \xc5\x47\xdc\xdb\xdf\x26\x53\xaf\x93\x3e\x82\x09\xc7\xdc\x87\x3e\ \xfd\x60\xc5\xfe\x3c\x97\xc3\x83\xf4\x81\xa3\xe6\x2c\x5e\x38\x2e\ \x1d\xf5\x52\x16\xa7\xef\xc9\x5d\x4a\xa9\xaf\x6b\xbf\xb3\x20\x1c\ \x67\x2b\x3b\xbe\xfd\x74\xdb\x92\xef\xff\xa8\x6c\xc7\x6e\x7d\x5a\ \xf4\xa5\xa3\x7b\x2e\xa4\xc7\x0e\x0c\x12\x65\xb5\xcf\xdb\x6a\xa2\ \x28\x62\xec\xf3\x7e\xdc\xe6\x6a\x83\xdb\xed\xbe\x8e\x8f\x01\xda\ \x5b\x1b\xc4\xe0\xd4\xcc\xe4\x88\xca\x9d\x5c\x40\x44\xa4\x11\xce\ \xdb\xdd\x32\x20\xb1\xaf\xeb\x0c\x3c\xcf\xbf\xff\xfe\x7b\x75\xb5\ \x35\x1c\xe7\xab\x67\x7f\xdb\x6a\x0b\x16\x8b\xe5\xe1\x47\x1e\xed\ \x75\x99\x1a\xa5\x60\xb0\x84\xf9\x19\x6a\x9d\x0e\x19\xab\xd5\x1f\ \xbe\xfc\x56\x68\xc6\xa4\xf9\xa1\x26\x4a\xfb\xbc\xbe\x8b\x31\x2e\ \xc8\xcf\x2f\x2a\x2a\x12\x04\xc1\xd7\xcd\xb7\x25\x14\x45\x09\x09\ \x09\x41\x08\xf5\xca\x5d\x55\x96\xf4\xd1\x43\x9f\x78\x84\x70\x48\ \x19\x32\x75\x4e\xc8\x08\x4d\xe6\x80\x34\x2d\xf3\x48\x6a\x9f\xaf\ \x8b\xc3\x18\x08\x82\xa0\xd1\x68\x7c\xdc\xbd\x8d\xb9\x2b\x8a\xe2\ \x0d\xf4\xdd\xf6\xda\xdc\xf5\xab\xf7\x5a\x31\x27\x70\x02\xa6\xd2\ \xe9\xbc\xb2\x85\xf3\x27\xfa\x8b\xbd\x94\x75\xea\xd3\xb1\x09\x45\ \xf2\x28\x0c\x08\x46\x8c\x31\x84\x39\x9e\x23\xb2\xe4\x01\xc2\xf3\ \x1c\x06\x06\x54\x91\x64\x8a\x45\x81\x67\x4c\x55\x14\xa5\x63\x18\ \x33\xc0\x1c\x47\x08\x28\xb2\xc2\x18\x50\x4a\x11\xc2\x08\x21\xc2\ \x73\x04\xa8\x2c\x2b\x5d\xeb\x71\x30\xc7\x73\x18\x51\x55\x91\x15\ \xd5\xeb\xd9\x20\x1c\x4f\xb0\xcf\xc5\xf1\xed\x0a\x2f\xca\x69\xcc\ \x09\xa9\xa9\x0e\x44\x30\x22\x82\xd2\xb4\x67\xff\x99\xe2\x71\x23\ \x02\xc3\x75\xb7\x12\x77\x65\x05\x86\xde\xf1\xcc\xf4\x01\x41\x4e\ \x87\xcb\x6d\x6f\x3c\xb9\x67\xdb\xb1\x02\xeb\xf4\xfb\x9f\xa6\xb9\ \x1b\x76\x9c\xa9\x05\x8c\x53\xc6\x2c\x1a\xe9\x5f\xb6\x7c\xc3\x21\ \x17\x36\x67\x8e\x9d\x3b\x76\x48\x92\x81\x47\x6d\xb5\x05\xdb\x37\ \x6d\xae\x94\xa2\xef\xff\xe1\xdd\x91\x3c\xe2\x35\x82\xe2\x96\x11\ \xb6\xee\xfc\x68\xe9\xb1\x0a\x65\xf8\xcc\x39\x23\xfa\xc5\x8a\x44\ \x6d\x2e\x3d\xb7\x6d\xdb\xde\x4a\xab\xc7\x18\x9a\x3c\x7f\xce\xac\ \xc4\x20\xad\xea\xb6\x1e\xdb\xb6\xfa\x70\x7e\x13\xc7\x11\x1f\x87\ \xbe\x35\x6d\x58\x51\xb5\x96\xb8\xc9\x73\xd3\x3a\xfe\x96\xaa\x8a\ \x73\x4a\x1d\xb2\x82\xe0\x56\xda\xe7\x87\x31\xe0\xa2\x93\x62\xad\ \xf9\x5b\x56\xee\x2b\x8e\x1c\x30\x79\xe1\xa3\x8f\x38\xfe\xf3\xaa\ \x25\x22\x96\x95\x70\x1e\x8f\x07\x30\x11\xcd\x91\xb1\x61\x6d\x8a\ \x87\x0d\x5c\xf0\xf0\x7d\x23\x0d\x5b\xd6\x6c\xae\x68\x43\xfd\xc6\ \xcc\x7e\xe6\x87\x61\xff\x7b\xe9\xa3\x6d\xcb\x96\x1a\xfd\x62\xee\ \x7f\xe4\x8e\xbc\x5d\xef\x9e\x2e\x6b\x69\x69\x52\x27\x3c\xf0\xc3\ \x19\xd1\xd6\xf5\x1b\xd6\x36\x29\xba\x21\xd3\x16\x3c\xfd\x78\xc0\ \x0b\xff\xfe\x78\xc8\x82\x87\xb2\xb8\x73\x1f\x7e\x72\x5c\x0c\x0a\ \x93\x6d\x1e\xec\x93\xbb\xdf\x2a\x08\xc7\x39\x5b\x8a\xf6\x6e\xca\ \x75\x20\xc2\x11\x64\x2d\xcf\xcd\x93\x2c\x13\xfd\x8d\xbd\x7a\x4e\ \xfb\xb2\xce\x80\x40\xf6\x34\x96\x17\x5d\xba\x98\x5b\xd9\x66\x9a\ \x3e\xf5\xfe\x10\x7f\xad\xdb\x4d\x23\xc2\xe3\xd2\xd3\x45\x40\x38\ \x2a\x44\x2f\xb9\x1d\x38\x30\x79\xca\xa8\x84\x7d\x1f\xfe\xdf\x96\ \xb3\x2d\x1a\x9e\x5d\x2c\xac\xb6\xfc\xee\xb7\x93\x07\x87\xbf\xb6\ \xf1\x6c\x53\x30\xb1\xb5\x3b\x1a\xaa\xca\x0a\x0b\x9b\xfd\x13\x26\ \x4c\x1d\xa4\x5f\xf3\xc2\x3f\x0f\x94\x3a\xb5\x3c\xbd\x54\x6c\xfd\ \xd9\x1f\x9e\x1a\x9b\xb5\xb7\xc9\xee\x62\xfe\xc8\x63\x6f\xba\x5c\ \x78\x99\x0a\x7a\xbd\x48\x98\x6f\xa3\xea\x6f\xb1\xcb\x11\xa2\x8a\ \xb3\xa9\xae\xde\xce\xf1\x4c\x91\x39\x4b\xda\xc3\x73\xc6\x45\x1b\ \xb0\x72\x8b\xed\x95\xc2\x54\x89\x69\x86\x4c\xb8\xf3\x7b\x31\x93\ \xa3\x52\xd2\x68\xd1\xc9\x33\xc5\x2d\xe3\x66\xea\x53\x86\x4c\xe0\ \x23\xdb\x01\xe1\x80\x98\x18\xf7\x09\x59\x6b\xf1\xd7\x72\xb6\xf2\ \x2a\x9b\x46\x2b\xf0\x08\x64\xa9\xbd\xb4\xc2\x31\x2e\x34\x40\xe0\ \x11\xc2\x18\x21\xc0\x98\x60\x8c\x0d\x7e\xe1\xbc\xa3\xb6\xda\xea\ \x14\x35\x22\x47\x40\x71\xd6\x56\xb5\x28\xa1\x61\xfe\x1b\x97\xbf\ \x69\x5c\x78\xe7\xa2\xef\xfd\xd0\x5e\x7b\x79\xfb\xc6\x2d\x25\x56\ \x99\xf3\x79\x97\xbf\x4d\x9d\x41\xd1\x07\xf7\xbf\xf7\xb1\xc4\x86\ \x26\xbb\x25\x38\x44\x43\x00\x01\x93\x3c\x9e\x5e\x4f\xe6\xfa\xf2\ \x18\xc4\x88\xba\xec\x6d\xf5\x35\x65\xc5\x17\x0e\x17\x15\x95\x36\ \xcb\x3a\x3d\xb6\x1f\x5e\xff\xde\xc7\xfb\x4b\x00\x93\x41\xf3\x7f\ \x38\x3b\x58\x74\xb7\x37\x78\x54\x43\x44\x88\xee\x54\x5e\x1b\xe2\ \x99\x8a\xfd\x22\x23\xf4\xcd\xa7\xac\x2a\xc5\x9d\xeb\x05\x01\x21\ \xe4\x6c\xaf\x57\xf4\x03\x82\x0d\x62\xb1\x55\xc2\x9c\x4a\xc5\xf0\ \x30\x0b\x5f\x67\x6d\x73\xb6\x95\xad\x7d\xf7\xa5\x3d\xfe\x11\x93\ \x96\x7c\xef\xfe\xfb\xd0\xbf\x5f\x5c\xe5\x10\x44\x1f\x79\xbf\xb5\ \x3e\x27\x1c\x76\xd6\xac\xfc\xf0\xed\xa3\x85\xed\x91\x43\x66\x7e\ \xef\xce\x21\x85\x17\x0b\x43\x93\xd3\x83\x74\xdc\xb5\x41\xe1\xbe\ \xac\x33\x60\x81\xa3\x65\xa7\x0f\x6f\xdb\x7a\x51\xd4\x8a\x1c\xcf\ \x71\x18\x61\xc2\x61\x82\x11\x42\x80\x10\xc1\x9c\x28\x68\xd4\xc6\ \x82\xbd\x27\xab\x17\x3e\xf0\x68\xeb\xf2\x0d\x55\xed\x90\x3e\x7a\ \xfe\x10\x7d\xc5\x1b\x27\x8b\x28\xe1\x01\x10\xe1\x79\x8c\x01\x63\ \x62\xab\x3e\xb3\xff\xd2\xe4\x85\x0f\x3e\xc0\xd6\xee\x6a\x92\xb4\ \x83\x67\x2c\x0a\x77\xe4\xad\xcc\xa9\x49\xce\x1e\xe3\xa7\xb4\xd4\ \x36\x3b\x3d\x12\x68\x43\x8d\x1c\x80\x4f\x65\xf8\x36\xf5\x5d\x82\ \x1b\xca\xcf\x16\xda\x63\x7e\xfa\xeb\x71\x1b\x3e\xd8\x5c\xde\x1a\ \x97\x77\xe8\x90\x35\x30\x2e\xd4\x68\xa2\xca\xad\xc3\x5d\x84\x58\ \x6b\x7d\xad\xc7\x45\x35\x5a\xad\x20\x72\xde\xf2\x4e\x2d\xf5\x35\ \xaa\x43\x22\x04\x03\xc2\xee\xf6\x86\x1a\xc1\xce\xf1\xf4\xf8\xfa\ \xb7\xc1\x36\x7b\xf4\xec\x7b\x45\x82\x9c\xcd\xa5\xef\xbc\xb2\xb1\ \xa0\x45\x11\x78\x02\x54\xaa\xaf\xa9\xb6\x7b\x28\x26\x84\x67\xce\ \x5d\x1f\xfd\xd7\x3d\x63\xce\x94\xbb\x1e\xe0\x10\x6d\xaf\x39\xf7\ \xc6\x9b\x5b\x2b\x9d\xfc\xd0\xc8\x94\xf1\x59\x71\x02\x41\x8a\xad\ \x66\xc5\xd2\x0d\xad\x84\xf7\x65\x34\x7f\xbb\x9d\xae\xa8\x54\xa7\ \xd3\x13\x9e\xd3\x0b\x50\x59\x5c\x5c\xd7\x2e\xc5\x5d\xa7\x4f\xfa\ \x56\x7d\x06\x41\x10\xff\xf8\x87\xdf\x95\x94\x94\x78\x63\x13\xaa\ \x22\x33\xcc\x71\xdd\x6c\x7f\x55\x91\x01\x73\x5e\x2f\x2c\x55\x15\ \x95\x61\x9e\x23\x8c\x2a\x8a\xa2\x22\xc2\x61\x04\x54\x51\x18\x26\ \x7c\x87\x9f\x8b\x29\xb2\x82\x39\xce\x5b\x60\x93\x51\x55\x51\x28\ \xe6\x08\x02\xa6\xaa\x2a\xc2\x1c\x47\x30\x55\x55\x6f\x25\x54\xaa\ \xaa\x0c\x61\xde\xe7\x20\xfb\x9a\xa1\x28\x4a\x70\x70\xf0\x9f\xff\ \xf2\xd7\x5e\x5d\x07\x84\xe7\x1d\x55\xe7\xde\x7f\x77\x45\x2b\x31\ \xb8\xed\x76\xc4\x09\x31\x83\xa6\x2d\x99\x33\x5c\x03\x0a\xed\xfb\ \x79\x64\x3d\x3d\x26\xfc\x0d\x8e\x60\xe2\xad\x65\xc1\x10\x26\xbc\ \x40\x3a\xf5\x8c\xee\x01\x39\xc4\xf1\x57\xce\xef\x71\x5a\x67\x61\ \x0b\x4c\xba\x8e\xf8\xb4\xdc\x6f\x1f\x54\x55\x79\x4b\xe4\xe4\x39\ \x77\xda\x14\x20\x04\x21\x24\x04\x84\x47\x0b\xd0\xeb\x56\x29\x7d\ \x6e\xdd\x04\x50\x4a\x15\x45\xf1\x31\xe9\x36\x96\xbb\xea\xf5\xd3\ \x5c\x31\xc1\xce\x96\x92\x5d\x1b\xb7\xb4\x10\x9e\x20\x84\x64\x5b\ \xa3\x1a\xf9\xcc\x8f\x1e\x4d\xb4\x70\x4a\x1f\xcf\x81\x94\x65\x65\ \xd6\xac\x99\x6e\xb7\xdb\xc7\xdd\xdb\x15\x8c\x31\x8e\x90\xeb\x65\ \x69\xab\xb2\x62\x08\xc9\x78\xe8\x47\x29\x0c\x00\x30\xaf\xa7\xf5\ \xef\xbf\xb6\xa6\xaa\xdd\x99\xec\x67\xee\xeb\x72\x97\x31\xea\xef\ \xef\x1f\x10\x14\xea\x5b\x3a\x71\xfb\x5a\x63\xa8\xb1\xbe\x86\x31\ \xd6\x6b\x17\x23\x84\x28\x55\xdd\x4e\xa7\x0a\x80\x09\x69\xa9\x2e\ \xac\xb1\xd3\x01\x1a\xa1\xd7\xa4\xb3\xbe\xb8\x6e\x42\x96\x65\x1f\ \x77\x6f\x63\xee\x5e\x77\xc1\x0f\x00\xe6\xb8\xf6\xea\x8b\x4b\xdf\ \xde\xd8\x4c\x78\x0e\x61\xd5\xde\xe4\x0a\x1d\x16\x63\x31\x50\x26\ \xdf\x02\xdc\xf5\xe1\xbb\x0c\x55\x96\x8d\x61\x59\xdf\xfb\x45\x7f\ \x06\x80\x38\xd1\x0c\x75\x6f\xbd\xb6\xa6\xb8\xa9\x3d\x28\x5c\xa7\ \x02\xf3\x71\xd7\x87\xbe\x2d\x95\x15\xc9\xde\x6e\x53\x01\x21\xc2\ \xb5\x36\x16\x56\xd4\xdb\x52\x50\xaf\x69\x64\x3e\xee\xfa\xf0\xd5\ \x01\x63\xcc\x71\x9c\x24\x7d\xe1\xfd\x0f\x80\x70\x5c\x7b\x75\xde\ \x47\x6f\xae\x6f\x26\x3c\x8f\x41\x92\x68\xec\xf0\xd9\x99\x21\x7a\ \x55\x55\x6e\x3d\xee\x12\x42\x08\xc6\x00\x40\x19\x55\x14\xd5\xc7\ \x8f\xbe\x09\x9e\xe7\x29\xa5\x4e\xa7\xb3\xb9\xb9\x39\x2c\x2c\x8c\ \xe3\x38\x84\x90\x72\x73\x5b\xab\x76\x87\xa2\xc8\xfa\x90\x8c\x47\ \x7f\x9a\xc6\x11\xe6\xf1\x28\x1a\xa3\xd9\xa8\xe5\x65\x49\xba\x05\ \xfc\xbb\xd7\x8e\xe3\xca\xea\x9a\xca\xca\x5a\x00\xe6\xe7\x67\x49\ \x4f\x4d\xe2\x08\xb9\x6a\x7b\x40\x59\x51\x3e\x73\x73\x39\x4c\x78\ \x1e\x33\x49\xbe\x2a\x22\x8e\x30\x46\xbe\x25\xf5\x5f\x89\x79\x7d\ \xe1\xc2\x85\xe4\xe4\xe4\xb2\xb2\xb2\x37\xde\x78\xe3\x85\x17\x5e\ \xa8\xab\xab\x73\x3a\x9d\x71\x71\x71\x9f\xbb\x79\x19\x08\x1a\xbd\ \xab\x3e\x67\xd5\xc6\xbd\xd5\x6d\xb2\x31\x38\x7e\xca\xec\x19\xe9\ \xa1\x7a\xaa\xdc\x52\x39\x90\x1c\xc7\x55\xd7\xd4\x9d\xce\xc9\x4d\ \x4d\x49\xc0\x18\x97\x94\x55\xe5\x17\x95\x64\xa4\x26\x4b\xb2\xdc\ \x45\x5c\x51\x10\x62\x63\x22\x7b\x3a\x25\x18\xc2\xbc\xa8\x11\x31\ \x30\xc6\x28\x55\x55\x45\x55\x6d\x8d\xe5\xf5\x76\x2e\x26\x26\x14\ \x77\xaf\xc7\xc6\xa8\x24\x53\x42\x88\xcf\xa3\xf1\x25\xe5\x0b\xa5\ \x74\xe5\xca\x95\xc1\xc1\xc1\x8c\xb1\xd6\xd6\xd6\x35\x6b\xd6\x5c\ \xbc\x78\x31\x25\x25\x25\x35\x35\xd5\xed\x76\x7f\xae\x6d\x2b\x31\ \xc7\x2b\x2d\x85\x1f\xbd\xbf\x8a\x24\x66\x19\x5b\x0b\x55\x57\xe5\ \x9a\x15\x1b\x4c\x8f\x2d\x8a\xd0\x22\xe5\x16\x5a\xf3\x83\x11\xb2\ \x3b\x9c\x7a\xbd\xbe\x7f\xbf\x54\x49\x92\xfd\xfd\x2c\x39\xe7\x2f\ \x56\xd7\xd5\x77\xd7\xeb\x9d\x2e\x57\x73\x4b\xeb\x88\x61\x83\xe4\ \xce\x5d\x96\x30\x27\xb8\xea\xf3\x37\xec\xd8\xdb\xe0\x26\xa2\x46\ \x1f\x95\x3a\x68\xcc\x88\x7e\x6d\x15\xb9\x07\x4a\xf4\xf7\xc6\x86\ \x8b\x00\x9c\x20\x70\x18\x21\xa0\xd5\xb9\xbb\x76\x17\x68\xee\xbc\ \x6b\xaa\x4e\xb1\x79\x54\xe0\x08\x48\x92\x0c\x88\x13\x05\x2c\x7b\ \x24\xe0\x04\x81\xe7\xbc\xc9\xa3\x2a\x05\x4e\x10\x78\x82\xa9\x22\ \x49\xb2\xca\x10\xe6\x05\x81\x23\x48\x95\x65\x49\x56\xbe\xe3\xdc\ \xf5\x78\x3c\x1c\xc7\xa5\xa6\xa6\xae\x5d\xbb\x36\x2c\x2c\x2c\x35\ \x35\x75\xd7\xae\x5d\x8a\xa2\xcc\x9b\x37\xcf\xe9\x74\x52\x4a\xc9\ \xe7\xa9\xa4\x8d\x09\x6a\xa8\xba\x64\x33\x0d\xfe\xc9\x03\x73\x77\ \xbc\xb1\x3c\x76\xe6\xd8\xf3\xcb\xd7\x16\x36\xb6\x47\xc5\x9a\x81\ \xaa\xb7\x0c\x77\x19\x80\xc0\x73\xc5\xa5\xe5\xdb\x77\x1d\xf0\x46\ \x89\x45\x9e\x67\xdd\xe7\x20\x84\x14\x49\x29\x29\xab\x18\x3d\x22\ \x5b\x86\x4e\xee\x12\xce\xd5\x50\x76\xb6\xb0\x75\xca\x82\x79\x66\ \xb9\xfe\xd0\xce\x65\xb5\xf6\xc5\x77\x64\x65\x8d\x30\x53\x1e\x80\ \x20\xb9\x3c\xef\x7c\x55\x93\x2b\x38\x2e\x55\x70\xb6\xe6\xe5\x54\ \xf8\xfb\xe1\x88\x88\xe8\x48\x33\x6b\x68\x47\xd1\x31\xe1\xd8\xd5\ \x70\xb9\xd8\x1e\x16\x17\x03\x4d\x95\xb9\x65\x55\x36\x45\x88\x4f\ \x49\x8f\xf4\xe7\xab\x0b\xcf\x96\xd4\x39\x82\x62\x92\x13\x23\xfd\ \xb1\xe2\x2e\xbb\x78\xbe\xb2\xc9\xe9\x1f\x11\x9f\x10\x1d\xcc\x31\ \xfa\x9d\x4d\x9b\xe4\x79\x7e\xcb\x96\x2d\xdb\xb7\x6f\x67\x8c\x8d\ \x18\x31\xe2\xa1\x87\x1e\x32\x9b\xcd\xc5\xc5\xc5\x6f\xbf\xfd\xf6\ \x87\x1f\x7e\xf8\xf1\xc7\x1f\x3f\xf6\xd8\x63\xfd\xfb\xf7\x97\x65\ \xf9\xe6\x7b\x9d\x10\x81\x20\x87\x24\x29\xaa\xa7\xf9\xc0\xc6\x4d\ \x0d\x2e\x4d\xb6\x45\x4f\xd9\x2d\xb6\xe6\x07\x14\x55\x8d\x8e\x0c\ \x1f\x39\x6c\x90\xdb\xbb\x69\x28\xba\xda\x9f\x62\x77\x38\x8f\x9d\ \x38\x7b\xf5\xac\x84\x90\x3e\x20\x7a\xd0\xd0\xe1\x91\x3a\x19\x35\ \xe4\xad\x2f\xae\xac\xd1\x58\xd7\x9f\x17\x7f\x9e\x16\x7d\x76\xd3\ \xca\x6d\xe7\x5b\xc2\xc3\x02\xdd\xda\xe0\x44\x5e\x83\x55\x57\x63\ \x5d\x9d\x29\x20\xac\xa1\xee\xf0\xea\xb3\x86\x67\x9e\xbd\x57\xd3\ \x7c\x69\xf5\xea\x8b\x8b\x9f\x7b\xaa\x66\xe7\x8a\x6d\x55\x9a\xa4\ \xb8\xd8\xd0\xb8\xc4\xd2\x93\xbb\x36\x9d\x6a\x8e\x0a\xd3\x9d\x3a\ \x7e\x7a\xc4\xc2\x87\x43\x2b\xb7\xae\x3c\xde\x90\x10\x1b\xe6\xc6\ \xa6\xd8\xd8\x30\x5e\xfd\xee\x72\x57\x55\xd5\x31\x63\xc6\xd4\xd7\ \xd7\x1f\x3d\x7a\x74\xea\xd4\xa9\xa1\xa1\xa1\x2e\x97\xab\x7f\xff\ \xfe\x43\x86\x0c\xd9\xb2\x65\xcb\xbd\xf7\xde\x9b\x98\x98\xf8\xb9\ \x2c\x36\x55\x51\xcc\xd1\x43\xe6\xcd\x68\x17\x28\x0b\x89\xb6\x5c\ \xba\xec\x9e\x7a\xd7\x9d\x89\x66\xfe\xd6\xf3\x33\x30\xca\xb4\x5a\ \xd1\xcf\xcf\xec\x72\xb9\x7b\xf5\x05\x72\x84\x60\x7c\xf5\xde\x29\ \x08\x13\xc9\x5a\xba\x67\xeb\x26\xc1\x5e\x75\xe6\x6c\x73\xd6\x1d\ \xfd\x34\xee\xa3\xa2\x46\xab\xd4\xe7\xed\x3d\x5d\x37\xee\xe1\x1f\ \x8c\x8b\xd2\xa8\x80\xca\x8e\x9f\x35\x45\x0f\xb8\x73\xf1\x3d\x01\ \xc4\x95\xb7\xef\x88\x20\x70\x88\x31\xc0\x9c\xa8\x11\x30\x53\xed\ \x4e\x48\x1f\x33\xe7\xfe\x89\xc9\x52\x6b\xc9\xdb\x6f\x1f\x81\xf8\ \xf1\xd1\x31\x7e\x0d\x79\x39\x47\x4e\xe4\x4d\x36\xb6\xba\x91\x69\ \xf0\xb8\xa9\xf1\x41\x46\x59\xf2\xf8\x6c\xbd\xeb\x45\x77\xbf\x40\ \x70\x94\x51\x4a\x74\xfe\xe9\xa9\x41\x92\x2c\x0d\x99\x7e\xdf\xd0\ \xd9\x1c\x87\x40\x96\x95\x5e\xa5\x43\xdf\x4e\x79\x41\x40\x29\x53\ \x55\x7a\x83\x0f\xf4\xb2\x79\x0d\x62\xb2\xbb\xb5\xa5\x45\x16\x82\ \x67\x2c\x79\x7c\xd6\xe0\x68\x55\x56\x00\x63\xa9\xdd\x2a\x11\x53\ \x64\x98\x91\xaa\x14\x61\x84\x18\x63\x8c\x2a\x8a\x42\x19\x43\x8c\ \x32\xc0\x84\xe3\x08\xee\x68\x6f\x44\x30\x30\x45\x51\xa8\x22\xdb\ \x6d\x2e\x24\x12\xa5\xa9\xa1\x39\x72\xf0\x94\x09\x99\x51\xe9\x13\ \x16\xce\xc8\xd0\x6d\x7c\xff\xf5\xf7\x37\x1c\x76\x50\xee\xbb\x6c\ \xeb\x11\x42\x0e\x1e\x3c\x98\x93\x93\x23\x8a\xe2\xce\x9d\x3b\xeb\ \xea\xea\x00\xe0\xc2\x85\x0b\xa7\x4e\x9d\xd2\xe9\x74\x9b\x36\x6d\ \x2a\x2a\x2a\xe2\x3e\xe7\x36\x2d\x8c\xaa\x1e\x49\x62\x0c\x10\x42\ \x4c\x55\xa5\xeb\x10\x17\x6e\xcb\xd8\x04\x55\x65\xde\x3f\x71\xf6\ \x5d\x0b\x83\x79\xca\x54\x4a\x99\x4a\x19\xa3\xb2\xac\x0d\x49\xf2\ \x83\x5d\x47\x8f\xe4\x05\x64\x85\x50\x2c\x60\xad\xd6\xd5\x5c\xdb\ \xd0\xd8\xcc\x19\x89\xc6\x12\xe4\xac\xc9\x2f\xa9\x6e\x8c\x72\xba\ \x25\x59\x65\x00\x8c\x52\x4a\x81\x31\x95\x13\x83\x22\x42\xb4\xed\ \x86\xf0\x31\x93\x33\xa9\xd3\x81\x34\x3a\x97\xd3\x91\x31\x7e\x6e\ \x6c\xd4\x9e\x7f\x7f\xb0\x2f\x6b\xc8\xe0\xac\x50\xa2\xca\xdf\x51\ \xe1\x2b\xcb\xf2\xe4\xc9\x93\xa7\x4f\x9f\xbe\x66\xcd\x9a\x35\x6b\ \xd6\x94\x96\x96\x86\x84\x84\x94\x94\x94\xc8\xb2\xfc\xfd\xef\x7f\ \x3f\x33\x33\xd3\x9b\x9d\xf2\x05\x67\xdd\xcf\x72\x50\xf4\x6d\x9d\ \x81\x01\x46\x88\x23\xa4\x57\x5b\x15\x21\xc4\x71\xdc\x55\xbf\x90\ \x31\x86\x39\x5e\xab\xe1\x15\x8f\xc7\xa3\xaa\x94\x21\x4e\xe4\x09\ \x27\x68\x05\xc4\x8c\x71\x73\xe7\x8d\x5f\xb7\x75\xcd\xab\x47\x70\ \x58\xff\xf1\xf3\x47\x0f\x1f\x18\xfa\xe1\xf2\x37\x5f\x8e\x1e\x38\ \x79\xc1\xc4\x91\x13\x32\xca\x36\xbe\xfb\x12\x8f\x55\x6d\x48\x86\ \x81\x03\x5e\xa3\x15\x79\xcc\x18\x65\xbc\xdf\xb4\xf9\xb3\xd7\x6c\ \xd8\xf3\xf2\x7f\xf6\x68\x0c\xa1\xd3\x17\xdd\x45\xf2\xf6\x6f\x3e\ \x56\xa8\x30\x94\x3a\x7c\x6c\xb4\x1f\xf7\x1d\x8f\x98\x68\x34\x1a\ \x45\x51\x2e\x5f\xbe\x3c\x76\xec\x58\xc6\xd8\x89\x13\x27\xa6\x4f\ \x9f\x7e\xe9\xd2\xa5\x4b\x97\x2e\x8d\x18\x31\xe2\xf3\xfa\xc8\x3e\ \xdf\xac\xdc\xa7\xd6\xfc\x20\x84\x4a\x4b\x8a\x2c\xfe\x41\x08\x21\ \x9e\xe7\x8a\x4b\x2a\xce\x5f\xbc\x3c\x61\xcc\x70\xb9\x37\x57\x14\ \x46\xa8\xa9\xd5\x7a\x21\xaf\x60\xe1\xfc\x19\x9e\xee\x71\x48\xc6\ \x28\x65\x98\xe0\xee\x2f\x40\x19\x23\x98\x70\x3c\x51\xdc\x2e\xa7\ \x47\x26\xbc\xa0\x11\x44\xcc\x64\x87\xd3\x8d\x38\x51\x14\x05\x0e\ \x53\xa7\xc3\xa9\x30\xac\xd1\x88\x18\x01\xa5\x2a\x78\xd7\xc8\x03\ \x10\x8e\x63\xb2\xdb\xe1\x92\x80\x70\xa2\x28\x20\x55\x76\x7b\x24\ \x86\x78\x9d\x5e\x8b\xd9\x77\xd8\x52\xeb\x9a\xe8\x28\x2d\x28\x28\ \x48\x49\x49\x29\x28\x28\x78\xed\xb5\xd7\xfe\xf5\xaf\x7f\xb5\xb4\ \xb4\x38\x9d\xce\xf8\xf8\xf8\x6b\x53\xc6\x10\x42\xcd\x8d\x75\xb1\ \x71\x09\x5f\x3e\x55\xb0\xef\xca\x5d\x45\x51\x23\x23\x42\x5b\xac\ \xd6\xc3\xc7\x4e\xf7\x9a\x8a\xce\x18\x10\x82\x46\x0c\x1d\x28\x5f\ \x65\xc9\x22\x44\x38\xd4\x7d\xb4\x23\x84\x38\x8c\x18\x63\x8a\xac\ \x00\x27\xe8\x39\x01\x80\x31\xa6\xaa\xde\xdd\x49\x19\x63\x4c\x55\ \x29\x12\xb5\x3a\xb1\x4b\x78\x13\x0e\x3a\x6f\xa1\x2a\x0a\xc2\xbc\ \x4e\xcf\x77\x4c\x64\x9c\xa0\xe3\x04\x00\x00\x1f\x71\xbd\x42\x04\ \xe3\xfe\xfd\xfb\x53\x4a\x63\x62\x62\x7e\xfa\xd3\x9f\x62\x8c\x43\ \x43\x43\xbf\x58\x4c\xf8\x36\xe1\x2e\x63\x8c\x10\x32\x38\x2b\x43\ \x92\xe4\x1b\xb4\x1a\xc7\x71\xd7\x0e\xee\x6b\xa7\xa9\x2b\x47\xae\ \x8a\x29\x5f\x4f\xbb\xba\x46\x15\xf9\x1c\x8a\xd8\x77\x52\xf1\x05\ \x00\x9d\x4e\x67\x32\x99\x24\x49\xba\x41\x86\xee\x77\x82\xbb\xd0\ \x21\x1b\xd9\x8d\x03\x33\xdf\x4c\x33\xf9\x70\x93\xca\xc3\x97\x49\ \x22\xfb\xdc\xf2\xde\xd7\xe2\x3e\xdc\xaa\xba\x8a\xaf\x09\x7c\xb8\ \x45\xd1\xe7\x74\x06\xc6\x7c\xfa\xe4\xed\x0c\xd6\x9b\x35\x72\x9b\ \x70\x17\x21\xe0\x79\xde\xb7\xd6\xf2\x76\x05\x42\xe8\xab\x2a\x72\ \xdc\xe7\xf6\x06\xe4\x38\x2e\x2c\x2c\xcc\xd7\xc7\xb7\x31\x5a\x9b\ \x1b\x19\xa3\x08\x5d\xcf\x04\x47\x84\x20\x7a\x13\xee\x47\x9f\xbe\ \xeb\x43\x1f\x13\xcc\x40\x9d\x76\x87\x74\x13\x9e\x73\x1f\x77\x7d\ \xe8\x4b\xae\x03\x8e\x97\x9b\x0a\x96\x2d\x5f\x57\xeb\xc4\x9f\x99\ \xe5\xd4\x07\x6d\x35\xe6\xb9\xce\xa6\x87\x3e\xdc\x4a\x2c\xc4\x98\ \xe3\x79\x84\xc0\xe9\x74\x4a\x92\x84\x11\x16\x45\x51\x14\x45\x40\ \xe8\x06\x35\x8e\x09\x41\xad\x8d\xc5\x4d\x0e\xc1\xdf\x6c\x40\xc8\ \xd1\xa5\x19\x33\xd6\xe7\xf7\x13\xf6\x06\x12\xeb\xeb\x6a\xfa\xb8\ \xad\x86\x30\xf2\x36\x27\x42\x08\x63\x4c\x55\x5f\x12\xef\xd5\x02\ \x48\xd4\x68\xf4\x7a\x43\x45\x79\x89\xdb\xe5\xd6\x68\x75\x18\x21\ \x49\x92\x8c\x26\x53\x70\x48\xa8\xaa\xaa\x00\xe8\x3a\x17\x82\x46\ \x6b\x72\x37\x5e\xcc\x2b\xaa\xe8\x17\xcc\x7b\x73\x5c\x19\x43\xa2\ \x4e\xa7\x11\xb8\xab\x3c\x14\x5c\x1f\x1c\xaf\x3a\xbd\xa1\x2f\x73\ \x17\x63\xec\xb4\xdb\x0b\xce\x9f\x75\x39\x1c\x08\x20\x26\x25\x35\ \x26\x39\x45\xed\x19\xbb\x57\xe4\x9e\xab\x97\xbb\x7e\x0d\x03\x60\ \x0c\xf1\x82\x56\x20\x6e\x97\xbb\x87\x52\x87\x10\xc1\x98\x52\xf5\ \xf6\xf0\x10\x72\x1c\x57\x5a\x5c\x04\x08\xa5\xa4\x65\x88\xa2\xe8\ \xdd\x43\xb8\xb6\xa6\xaa\xa5\xb1\x11\xa3\xeb\x6a\xaa\x8a\xac\xfa\ \xc7\x0e\x1e\x9f\x79\x61\xfd\xdb\xff\xde\x22\x0a\x08\x00\x80\x4a\ \x1e\x61\xc4\x82\xc5\x73\x47\x26\x31\xb7\xc4\xfa\x32\x77\x81\x31\ \x55\x55\xfa\x02\x77\x79\x9e\xef\x1e\x8e\xf6\x78\x3c\x5e\x3a\x62\ \x4e\xac\x28\xca\x37\xf9\x07\x64\x8f\x9f\xdc\xde\xda\x92\x73\x68\ \x7f\x73\x7d\x5d\x17\x53\x19\xa5\x1a\xad\x3e\x3a\x39\x99\xe3\xf9\ \x8e\x83\x08\x73\x04\xab\x8a\x4c\x01\xf3\x02\xcf\x11\xd4\x52\x76\ \x7a\xf5\xf1\x86\x71\x33\x26\xf8\x0b\xd0\x39\x17\x22\xa0\xee\x26\ \xab\x53\x67\x09\xd0\x10\x7a\xab\xd3\x17\x63\xdc\xda\xd2\xec\x76\ \xbb\x32\x32\x07\x12\x42\xbc\x49\x39\xa2\x28\x46\x44\x46\x57\x55\ \x94\x79\x3c\xee\xeb\xf6\x2f\x53\x65\xa4\x9f\xb8\xf8\x07\x23\xe7\ \x58\xdb\x9d\x32\x00\x55\x24\x59\x51\x91\xce\x62\xa1\x1e\xb9\xcf\ \xeb\xbb\x7d\x23\xd7\x05\x21\x54\x5a\x56\x66\xb7\xd9\xba\x56\xaf\ \xc4\xc4\xc4\x78\xe5\x07\x30\x06\x0c\x9a\x6a\xaa\x79\x81\xa7\xaa\ \xea\x1f\x1c\xec\x72\x38\xbb\x3a\x83\x10\x52\x56\x70\xc9\x14\xe0\ \x1f\x14\x1e\x41\x15\x05\x73\x82\xd2\x5c\xf0\xf2\x3f\xfe\x5e\xe0\ \xf6\x33\x69\x79\x53\x68\xf2\x9d\x4b\x16\x45\x51\x4f\x4b\x6b\x9b\ \x37\x61\x9d\xd7\x68\x45\x9e\x63\x94\x35\x5f\xda\xf3\xca\x07\xf9\ \x4f\xfc\xe1\x77\x69\x5a\x6b\x9b\x93\x8a\x22\x71\x3b\x5d\x2a\xe2\ \x74\x5a\x41\x71\xb9\x54\xcc\x6b\xb5\x22\x41\x48\x72\x3b\x5c\x12\ \x15\x34\x3a\x8d\x40\x98\x22\x39\xdd\x1e\x95\x61\x8d\x56\x2b\xf0\ \x98\xca\x92\xcb\xe5\xa6\xd0\x07\xa6\x2c\x84\x6c\xb6\x76\x93\xd9\ \xc2\x71\xbc\xaa\x2a\x3c\xcf\x33\xc6\x14\x45\xe1\x79\x5e\xab\xd5\ \xb5\x59\x5b\x6f\x20\x9b\x10\x42\xaa\xdb\x56\x5d\x5a\x58\x56\x6f\ \xf7\x8f\x4a\xea\x97\x1c\x25\x80\xa2\x28\xf4\xd6\xd8\x2b\xc5\x9b\ \xc8\xfb\xed\x12\x97\xe3\xb8\x83\x07\x0f\xae\x5b\xb7\x21\x2c\x2c\ \xac\xad\xad\xcd\x64\x32\xfe\xe9\xff\xfe\x28\x08\x02\xa5\x54\xa5\ \x94\x01\x73\xbb\xdc\x4e\x9b\x43\x55\x15\x8c\xb1\xde\x68\xbc\xd2\ \xa0\x3c\x4f\x38\x5e\x51\x14\x4a\x29\xa5\x14\x01\x28\x8e\x96\x92\ \x46\x32\xff\xc7\x3f\x1c\x16\xa2\xec\x5e\xf6\xea\xbf\x5e\x5e\xf1\ \x7f\x4f\x8f\x89\x88\x74\x0a\x08\x11\xe6\x38\xbe\xe9\xd3\xc3\x17\ \x6b\x82\xd3\x46\x4f\x4c\xc6\xf5\x97\x8f\xbe\xfa\xe7\xdf\xa6\xa4\ \x0f\x9c\x94\x1d\x7c\x26\xa7\x76\xe8\xd4\x29\xa1\xb4\x62\xd3\xc6\ \x9c\xd8\xb1\xd3\x43\x6d\x67\x56\xec\x39\x56\x6d\x85\x41\x13\xe7\ \x4c\x19\x18\x7c\x6e\xcf\xca\xbd\x39\x15\xa6\xf8\x41\x73\xa6\x8d\ \x0a\xe4\xed\xc7\x36\xaf\x39\x7c\xa1\xd2\x3f\x7e\xf0\xcc\x19\xa3\ \xfd\xb0\xa2\x7e\xdb\x63\x1f\x53\xaa\x28\x8a\x5e\x6f\xc4\x18\x51\ \x8a\x4e\x9c\x38\x21\x08\x42\xff\xfe\xfd\x11\xc2\x84\x10\x76\x7d\ \x5b\x0d\x61\xc2\xa9\xb6\x1d\xcb\xde\xd8\x71\xd9\x15\x19\x6a\x6e\ \xda\xb1\xe5\xe0\xb0\x3b\x1f\x9b\x37\x5c\x80\x5b\xa5\xb6\xc8\xb7\ \x2d\x77\x19\x63\x8a\x2c\xcf\x9f\x33\xb7\xa8\xa8\x88\x10\x8e\xe3\ \xc8\xdd\x0b\x17\x06\xf8\xfb\xbb\xbd\x0e\x10\xca\x18\x65\xd1\x89\ \x89\xf1\xe9\xfd\xe4\x6b\xd2\xa6\x04\x51\x74\xd9\xed\x8c\x52\x6f\ \x74\x1b\x28\x05\xc6\x38\xad\x39\x32\x3a\x26\x21\x46\x68\x4c\x8d\ \x58\x5b\x68\x6d\xa9\xca\x5b\xb7\x31\x27\x73\xcc\xa8\x23\x2b\x5f\ \x7b\xff\xa4\x67\xc2\xe8\x4c\x3f\x83\x40\x81\x8a\xc6\xc0\xb4\x01\ \x83\xd2\x63\xa3\xa0\xe9\xf4\xe6\x6d\x79\xc9\x93\xe6\xc4\x28\x8d\ \x7b\xb7\x6e\x9b\x30\x70\xba\xf3\xe0\xfa\x6d\xe7\xb8\x3b\x66\x0c\ \x0b\x36\x8b\x17\x77\x7e\xf8\xc1\x01\xc7\xec\x19\x83\x2e\x6c\x5d\ \xfd\x1e\x35\xdc\x15\x98\xfb\xf6\xc6\x82\xf9\x0b\xa6\x6a\x91\x06\ \x18\x65\x8c\x7d\xeb\x7b\x15\x31\xc6\x50\xa7\xf2\xd0\xd0\xd0\x70\ \xe6\xec\x59\x9e\xe3\x22\x22\x23\x83\x02\x83\x6e\x7c\x21\xe1\x48\ \x73\xd1\xc9\x93\xd5\xc6\xa7\x7e\xfe\xd3\x94\x20\xc1\x55\x79\xf2\ \xc5\x37\x76\xe6\x0e\xef\x3f\x34\x54\x43\xfb\x78\xdd\xf3\x0e\x77\ \xc8\xb7\x2d\x77\xbd\xb2\xdf\x68\x32\x4e\x9d\x32\xf5\x3f\x2f\xbd\ \x34\x72\xd8\xf0\xa1\xd9\x43\x5c\x2e\x97\x57\x99\xa1\x94\x32\xc6\ \x64\x49\x72\xbb\xdc\x8a\x7c\x35\x77\x29\x63\xb2\x2c\x33\xca\x3a\ \xe4\x2e\xa5\x14\x71\xa8\xbd\xf0\x9d\x7f\xff\x65\x23\xb1\x95\x55\ \x58\xa7\xdd\xff\xc3\x10\x7d\xb1\xa8\xd3\xe3\x96\xe2\x9d\x87\x4a\ \x26\x3e\xf9\xe7\xfb\xb3\x02\x3c\x2a\xb2\x5e\x5e\x4f\x8c\xa1\xc3\ \x26\x4c\xc9\x34\x2b\x55\x39\x39\x1a\xad\x88\x98\xaa\x52\xa4\xd5\ \x69\x39\x50\x3d\x32\x44\xa7\x0f\xbf\x63\xfe\x2c\xde\x5d\xfd\xd2\ \xab\x07\x1b\xe4\x84\xa2\x4b\x05\xcd\xed\xd6\xe2\x53\x67\xe7\x2d\ \xf0\xe7\xe5\xb6\x06\x3b\x37\x6b\x42\x56\x00\x51\x3d\xca\xb7\xef\ \xf4\x40\x2a\xf5\xb6\x95\xaa\xd2\xe0\xe0\xe0\xef\x3d\xf1\x04\x00\ \xc8\xb2\x4c\xe9\x67\x27\xac\xaa\x8a\x02\x44\x63\x30\x68\x09\x01\ \x9d\xc1\xc0\x83\xaa\xa8\xf4\x96\xa9\x03\xd9\x47\x72\x71\xdc\x6e\ \xf7\xa0\x81\x59\xd3\x26\x4f\x1e\x33\x66\x34\x63\xac\xab\xb4\x16\ \x63\x94\x75\x43\x2f\x2f\xcf\x7a\x82\xaa\xc0\x9b\x92\x33\xb2\xfa\ \x47\xf8\xdf\x15\x15\x13\x17\x15\xd2\x7c\x36\x8f\x01\x52\x65\x49\ \x56\x89\x56\xcb\xa9\x8a\xa2\x52\x02\x8c\x31\x6f\x09\x2a\x55\x45\ \x98\x29\xb2\x02\x88\x70\x1c\x41\x80\x28\x63\x00\x48\x55\x64\x97\ \xcb\xcd\x64\xb7\x5b\x26\x51\x49\x99\x83\xfa\x87\xf5\x4b\xcf\x34\ \xf9\x87\x46\xc7\x87\xfc\xfa\xc7\xa1\x9b\xd7\x6f\xf8\xfd\xbe\x7d\ \x8f\xfc\xe8\xfb\x03\x83\x89\x47\xf9\xf6\x27\x2e\x6f\xcb\x20\x04\ \x18\xe3\x0e\x1b\x17\x63\xf8\x2c\x5d\x5c\x55\x68\x50\xfc\xe0\x34\ \xd3\x1b\x2f\xfd\xed\xaf\x89\x11\xa6\x86\xb2\x22\x9c\x38\xb9\x7f\ \x98\x51\x55\x6f\x85\xda\xd1\xac\x0f\xe8\xbb\xdd\xd5\xee\x25\x8b\ \xef\x05\x84\x3c\xdd\xb6\x05\xa5\x94\x79\x3d\x94\x84\x23\x94\x5e\ \x1d\x94\xf7\xea\x73\x94\xaa\x5d\x72\x57\x55\x24\x17\xd3\x67\x0d\ \x1f\x3d\x32\x42\x70\x4b\x0a\x95\x25\x45\x51\x5c\x4e\x07\x58\xa2\ \xb2\x92\xc4\xad\x1f\x7d\x12\x3c\x6f\xb8\xc8\x6b\x43\x8c\x41\x5c\ \x7b\xd9\xd1\x43\x87\xd4\x38\xff\x20\x53\x82\xc5\xb9\x79\xeb\xb6\ \x9d\x10\xdd\xd8\xd8\xee\x62\xc0\x14\xd9\x23\xc9\x32\x65\x8a\x0a\ \xfe\x83\x07\x46\xbf\x7f\xe6\xb2\x6b\x4c\xb2\x49\x71\x6a\x4c\x86\ \xb6\xca\x92\x7a\xb7\x61\xe2\x8c\xf1\x67\x5f\xf8\xf8\x72\x45\xfb\ \xe0\x10\xbf\x6f\xbd\x40\x20\x42\x2a\x63\xcc\xbb\x1e\xb1\xb6\xa6\ \xca\x6e\xb3\x11\x8e\x18\x8d\xe6\xc0\xe0\x10\x74\xc3\x9d\x44\x18\ \x55\xa8\x26\x78\xfe\x83\x4f\x84\x1f\x39\x56\xd2\xe0\x1c\x30\xf9\ \x9e\x51\xc3\x32\x75\x20\x29\x2a\xbb\x36\x85\xc7\x27\x77\x3f\x4b\ \x6f\x43\x88\xf5\xa4\x02\xa5\xaa\xce\x60\x68\x6d\x6c\x2c\xbd\x74\ \xe9\x5a\x96\x60\x8c\xdd\x4e\x97\x20\x6a\xbc\xaa\x05\xa5\x2a\x12\ \x8c\x69\xfd\x52\xb4\x20\x39\x5d\x4c\x51\x29\xe1\x11\xa7\x0b\xe8\ \x97\x1c\x4d\x99\x76\xc6\x83\x4f\x49\x2b\x3f\xfd\xf4\x93\x8f\xfd\ \x12\xb2\xef\xbf\x67\xf6\xbd\x0b\x86\x2f\xdf\xb5\xa2\x26\x69\xc4\ \x83\xf7\xce\x7d\xe4\xb1\xf9\x4b\x37\xac\x7f\xfb\x04\x09\xcd\xc8\ \x8e\x33\x61\x47\x58\x42\x92\xec\xcf\x64\xc5\x23\xb3\xec\x79\x8f\ \xd9\xf1\xa7\x9b\x3e\xfe\x80\x0a\xfe\xd3\x96\x44\x24\xb9\x2a\xb6\ \xaf\xd9\xdd\x24\xf1\xe9\xd3\xee\x9d\xd4\xcf\xe2\xf2\x28\x8c\xf5\ \x89\x1e\x74\x3a\x9d\x79\x17\x72\xa9\xaa\x68\x75\x3a\x00\xd4\xdc\ \xd4\xe4\x74\xd8\x79\x5e\x40\xd7\x97\xbe\x98\xe3\xa5\xc6\xfc\x65\ \x1f\x2d\xab\x67\x16\x1d\x8f\x6a\xab\xcb\x8f\xed\x5e\x2f\x08\xbc\ \xac\xa2\xac\x29\x8b\xef\x18\x1e\x25\xc9\x57\xb4\x8e\x3e\xb7\x4e\ \xb8\xa4\xa8\xc0\x68\x34\xf7\xf5\xb8\x1a\x42\xf5\xd5\x95\x8e\xb6\ \xb6\x6b\xa5\x08\xa3\xd4\x12\x18\xe4\x1f\x12\x7a\x85\xf1\x08\x8b\ \x1a\x5e\xf1\x78\xba\x8c\x0d\x44\x38\x91\xc7\x1e\x8f\x87\x61\x4e\ \xe0\x79\x0c\x8c\x31\x55\x92\x14\x22\x88\x3c\x46\x54\x55\x24\x49\ \xc1\x82\xc0\x13\x04\x80\x00\x98\xe4\xf6\x20\x4e\xe4\xb0\xe2\xf1\ \xa8\xde\xf1\x21\x08\x3c\xea\x70\xe6\x4b\x14\xb0\xc0\xf3\x00\x0c\ \x18\x95\x25\xb9\x2f\x2c\xff\x24\x84\x34\x35\x35\xd6\xd5\x56\x47\ \xc5\xc4\x19\x8d\x46\x80\x8e\x1d\xc9\xdd\x2e\x57\x9b\xb5\x85\x32\ \x9a\x92\x96\xd1\xeb\x85\x9c\x28\xd4\x9f\xdf\xf4\xf6\xba\xf2\xc9\ \x77\x4c\x35\x13\x95\xb5\x97\xad\xde\x74\x62\xc0\xb4\x39\x09\x16\ \x5e\x17\x10\x11\x1d\x64\xa0\xdd\x7e\x5e\x1f\xd4\x19\x98\x2c\x4b\ \x7d\x3f\x7f\x37\x28\x3c\x3c\x38\x22\xf2\x3a\xca\x86\x2a\x79\x7a\ \xa4\x64\xc8\x52\xcf\x0c\x0d\x59\xea\x3c\x20\xcb\x6e\xd7\x95\xe3\ \x92\xe4\xba\xde\x35\x3d\x1d\x1a\x72\xcf\xfb\x4b\xdd\x6f\xd2\x27\ \xbc\x9c\x44\x91\x65\x9d\x5e\xaf\x37\xe8\x19\xa5\xe0\x2d\x42\xc4\ \x98\x46\xab\x75\x3a\x05\xf7\x8d\xdf\x96\x31\x4e\x1f\x98\x39\x30\ \xd3\x9f\x00\x78\x02\x8e\xed\xcd\x0d\x88\x4f\x19\x1c\x63\x72\xb9\ \xdd\x57\x6d\xb1\xd6\x07\xf3\x77\xf9\xd0\xf0\x08\xb8\x5d\xc0\xf3\ \x3c\x21\x18\x00\x14\x45\xf9\xee\x54\x21\xe1\x38\x5e\x56\x14\xc6\ \x28\x02\xc4\xa0\xc3\x5f\xe6\x5d\xf8\x2d\x8a\x1a\x97\xcb\x75\x7d\ \x5b\x8d\x05\x45\xa7\x9b\x1d\x6f\xbe\xfe\xa6\x38\x3c\x35\xb8\xfe\ \xe2\x91\x7c\xc5\x7f\xb2\x51\x70\xb9\x5c\xb7\x40\xfd\x5d\x8c\xb1\ \xc9\x6c\xb9\x6d\x7a\xb1\xb1\xa9\xa5\xba\xa6\x0e\x21\x14\x1f\x17\ \x6d\x32\x1b\xe1\x3b\x03\xad\x4e\xd7\xd6\xda\xda\xab\xc2\x75\x23\ \xe1\xa5\xca\xd8\x14\xb7\xf8\xc1\x7b\xd7\x6d\xd8\xb5\x7b\x67\xae\ \x2e\x28\xfe\xfe\x87\x66\x47\xeb\x91\xac\xdc\x6a\x35\x4c\x6f\x75\ \x34\x37\xb7\x1e\x39\x7e\x2a\x32\x3c\x4c\x92\x95\x1d\xbb\xf6\x4f\ \x9b\x3c\xb6\x4b\x5d\x63\x8c\xf1\x02\xaf\xd3\x6a\x6f\xeb\x06\xf8\ \x22\xaa\xb7\xaa\x28\x86\x88\x01\x8f\xfc\x70\x30\x30\x86\x80\x29\ \xb2\x24\x5f\x67\xbe\xf2\x71\xf7\x6b\x44\x5b\xbb\x4d\xe0\x85\xc1\ \x03\xfb\x03\xc0\x89\x53\x68\xe7\x9e\x83\x5d\xc9\x3d\x08\x90\xdd\ \xe9\x1c\x3a\x24\x2b\x21\x2e\xa6\xeb\x7c\x7b\x43\x49\xce\xf9\x02\ \x49\x0c\xca\x1a\x9c\x19\xa8\xe3\x01\xa0\xad\xe6\xf2\xa9\xdc\x72\ \x73\x5c\xff\xac\xe4\xf0\x8e\xae\x52\x6d\xf9\x97\x4b\x2d\xb1\xfd\ \x43\xf4\x08\x00\xaa\xf3\x4e\x5e\x28\x6b\x90\x55\xea\x17\x93\x31\ \x2c\x33\xee\xf6\xe8\x4e\xaa\xca\x6e\x97\x8c\x3e\x8b\xfb\x3e\xee\ \x7e\x59\x1c\x38\x70\xa0\xb2\xb2\xf2\x9e\x7b\xee\xb9\xb6\x58\x27\ \xcf\x73\x79\xf9\x05\x00\x54\x56\x14\x9e\xe7\x75\x3a\x6d\x37\x8d\ \x90\xd4\x35\x36\xd6\xd6\x35\x5c\xe1\xae\xbb\x66\xcd\x7b\xef\x57\ \x10\x3f\xa9\x66\xcd\x86\xfd\xe3\xfe\xdf\x6f\x96\x68\xab\x8f\xbc\ \xf0\xf7\xa5\x42\x78\x74\xcb\xfa\xcd\x25\x0f\xff\xe2\xee\xec\x70\ \x7b\x6d\xde\x9a\x8f\xdf\x59\xb9\xbf\xe6\xfb\xaf\x2c\x9b\xa6\x07\ \x00\xfb\xb6\xa5\xff\x3b\x2b\x0c\x1c\x14\x21\x28\xe6\xb8\xdb\x28\ \x89\x18\xf1\x82\xc8\x73\x18\x18\xa3\x54\x95\x6e\xc5\x7d\x7e\x6e\ \x09\xd4\xd5\xd5\x7d\xf0\xc1\x07\x17\x2e\x5c\xb8\xf7\xde\x7b\x33\ \x33\x33\x7b\x4c\x7f\x2a\x4d\x49\x4a\x98\x36\x79\xbc\xeb\x9a\x95\ \x20\x82\x20\x98\xcd\x66\xb9\x5b\xb9\x2a\x26\x04\x2d\x78\xe6\x17\ \x7a\x83\x4e\x2a\xda\xfd\xec\x1f\x36\x54\xca\x4b\x1a\x37\x6c\x90\ \x92\xe7\xfd\xbf\x67\xa7\x15\x6e\x7d\xf9\x5f\x6b\x36\xcd\xc9\x7e\ \xa2\xf2\x52\xbe\x10\x9f\x99\x59\xc1\x30\xa5\x00\x18\xa0\xcd\x85\ \x82\x67\xdf\xff\xfd\x69\x09\xb7\xd3\xb2\x6a\x24\x08\xa8\xb6\xe8\ \xec\x85\x82\x72\x27\xe5\xc3\xe2\xd2\x06\xa4\xc5\x70\xaa\x74\x6d\ \x82\x91\x6f\xbd\xda\x97\x05\x21\x24\x21\x21\xc1\x66\xb3\x3d\xff\ \xfc\xf3\xeb\xd6\xad\xeb\xa9\xee\x31\x41\xe0\x31\xc6\x7a\x9d\xee\ \xaa\x0f\xcf\x71\x5a\x8d\xa6\x47\xea\x39\xe6\xf5\x06\x1d\x80\x7a\ \xe4\xe0\x51\xff\x21\x53\xd2\x78\x4f\x71\xad\x23\x3a\x21\x05\x00\ \x22\x62\x93\x05\x5b\x75\x95\x04\x69\x13\xef\x58\x34\x6f\x94\x89\ \x87\xae\x55\xb4\x1c\xf2\x6c\xf8\xef\x2f\xff\xf2\xd2\x07\x97\x1a\ \x6f\x8f\x85\x52\x58\xe0\xe1\xe2\xae\x65\x2f\xbc\xf4\xf6\x81\x33\ \x97\x8b\x2e\x9d\x5e\xf6\xc6\x7f\xde\x58\x7d\xc4\x43\x04\xec\x93\ \xbb\x5f\x07\xaa\xab\xab\x83\x82\x82\x16\x2f\x5e\x3c\x61\xc2\x84\ \x2f\x77\x27\xf7\xe1\x65\x2f\x6d\xac\x0a\xfb\xf1\x8f\x67\x63\xb0\ \x77\xe4\x0a\x5f\x65\xf4\x50\xc6\x18\xeb\x34\xd6\x23\xbe\xf7\x7f\ \xff\x72\xb7\xd7\xef\xfa\xe4\xbf\xff\x7e\xf9\xe3\xbf\xff\xf1\x51\ \xff\x5b\x5c\x16\x61\x8e\x73\xd7\xe7\xae\xdf\x75\x71\xe2\x63\xbf\ \x9a\x35\x20\x94\x31\x70\x56\x9f\x7a\xf1\x7f\xeb\xf6\xa7\xa5\xcc\ \xea\x6f\x71\x7b\x54\x9f\xdc\xfd\x2a\xc1\x71\x5c\x52\x52\xd2\xef\ \x7f\xff\x7b\xef\x2e\x37\x5f\xe6\x56\x17\xb6\xbc\xbb\xa1\x34\xf8\ \x27\xbf\x78\x34\x42\x0f\x00\x86\xb8\x70\x43\x59\xe1\x25\x00\xa8\ \x2c\xba\x24\x99\xa3\xc2\x85\x6b\xcc\x78\xaa\x32\x84\xb5\x96\xf0\ \x91\xe3\x06\x49\x35\x15\xed\xae\x5b\xbe\x31\x31\x81\x96\xfa\x12\ \x08\xca\x1a\x99\x11\xcd\x54\x59\x55\x64\x4b\xf4\xc0\x09\x69\x81\ \xc5\x25\xe5\x32\xe1\x6e\x81\x7c\x86\x5b\x0b\xd3\xa6\x4d\x9b\x31\ \x63\x86\x20\x08\xbd\xf9\x88\x98\x7a\xfd\x78\x84\xaa\xaa\x3d\xd2\ \x21\x3c\x65\x9f\x7c\xb8\xb1\x39\x7e\xd2\x96\xf7\xfe\x67\x97\x85\ \x09\x77\x3d\x3a\x69\xc1\x82\x83\x7f\x79\xef\xb7\xff\x77\xaa\xad\ \xae\x65\xda\xe3\xbf\xd4\x77\xdc\x53\x75\xbb\xdc\xde\xbb\xb6\x17\ \x1f\xff\x68\xfd\x5e\x17\x23\x75\xa5\xe5\x59\x33\x1f\x8e\xd4\xdf\ \x0e\x5e\x35\x4c\x08\x02\x45\x56\x28\x70\xde\xd4\x3a\x59\x52\xd5\ \x5e\xb7\x70\xf4\x71\xf7\xcb\x42\xa3\xd1\x5c\xef\xab\xf0\xb0\xd0\ \x92\xb2\xca\x35\xeb\xb7\x5c\x1b\xe2\x66\x8c\x09\xa2\x38\x72\xe8\ \xe0\x6e\x5d\x11\xf8\xd0\xcf\xff\x58\x6f\x77\x29\x0a\x65\x58\xf0\ \x17\x29\x58\xb2\x9f\xff\x75\xc0\xf9\x4b\xd5\xa6\x98\xd4\xb4\x98\ \xce\xac\x6d\x3e\xfa\xa1\xe7\x9e\x33\x45\x62\x00\xd0\x87\xa7\x4c\ \x9c\x88\x1a\xda\x15\xbf\xf9\x4b\x52\x93\xa2\x6e\x83\xbe\xa4\x94\ \x99\x03\x13\xe3\x22\x0b\x30\x02\x41\x10\x79\x40\xcc\x63\x45\xfe\ \x11\x59\x49\x51\xf8\x9a\xe2\xf7\x3e\xee\x7e\x8d\x10\x45\x61\xfc\ \x98\x11\x8a\xd2\x7b\xed\x6b\x8c\x31\xcf\xf3\xdd\x8c\x3e\x43\xf2\ \xc0\xa1\xc9\x3d\xcf\x31\x04\xc5\x8f\x0c\x8a\xef\x69\x85\xeb\xe2\ \x92\x3b\xce\xe2\xf4\x01\xe9\x83\x46\xa4\xdf\x46\x2d\x46\x15\x99\ \x0f\x4e\xbd\x63\x9a\xfe\xf0\xd6\x8f\xd6\xd4\x39\x02\x62\xfa\x8d\ \x1d\x3d\x64\xec\xec\x85\xaa\x4a\x25\xb9\xef\xaf\x9b\xb8\xdd\xbc\ \x10\x98\x10\xd1\xd7\x0e\x37\x09\x44\x38\xe4\xac\x5e\xfd\xde\x5b\ \xf9\x6a\xc4\x80\x84\x80\xea\x9c\xcd\xaf\x57\x34\x3f\xfb\xe0\x2c\ \x33\xee\x65\xc5\x85\x8f\xbb\x3e\xf4\xad\xa1\x5e\x5f\x72\xa6\x44\ \x4e\xfa\xc1\x4f\x9f\x08\xd7\x00\xb4\x0d\xf9\xd7\x3f\x96\x5f\xa8\ \x1b\x33\x26\x4a\xaf\x2a\xcc\xc7\xdd\x6f\x0e\xaa\xaa\x1e\x3d\x91\ \x53\x55\x5d\x0b\x8c\x25\x27\x25\x0c\xca\xca\xf0\xb5\xc9\x67\x99\ \x6a\x20\x6a\xf4\xe0\x2e\xaa\xad\x6f\xf1\x0f\xd5\xd8\x6a\x6b\xda\ \x55\xa2\x17\x38\xf0\xc5\xd5\xbe\x61\x54\x56\xd7\xda\xed\x8e\x45\ \x77\xcd\x05\x80\xd5\xeb\xb7\x3a\x1c\x8e\xae\x0d\x8b\x18\x63\x82\ \x20\x64\xa4\xa7\x74\x0f\x14\xfb\xa0\xca\xaa\x5f\xdc\x90\x31\x29\ \xe7\xdf\xfd\xe7\xff\x59\xcc\x5a\x9b\xd5\x9e\x3c\xe9\xde\x8c\x60\ \x9d\x42\x65\x1f\x77\xbf\x7a\x58\xad\x56\xab\xd5\x0a\x00\x08\x21\ \x4a\x69\x70\x70\xb0\x5e\x7f\xc5\x59\x65\x6d\x6b\xab\xaf\x6f\xf0\ \x48\x52\x52\x42\x4c\x63\x53\x73\xf7\x12\x24\x05\x85\xc5\x80\x60\ \xe8\xe0\xac\x4e\x99\xe3\x3c\xba\xfe\x93\x2d\xc7\xf2\x9d\xcc\x30\ \x76\xc1\x43\xf3\x86\xc6\x00\x38\xf7\xad\x78\x67\xf3\xf1\x52\x73\ \xc2\x88\x47\x1e\xbe\x2b\x5c\x87\x00\xa0\xa9\xe0\xc0\x7b\xab\x0e\ \x8f\x7d\xf8\x17\xc3\xc2\x11\x00\x80\xea\x38\xb3\x7f\xdb\x9e\xc3\ \xb9\xc6\xcc\xe9\x0f\xce\x1b\x7e\xcb\x6b\xd6\x4c\x95\x91\x76\xec\ \xc2\xa7\xfb\x8d\x2c\xaf\x6c\x72\x58\xc2\x62\x62\x42\xcd\x54\x96\ \x7d\xf9\x0c\x5f\x0b\x4e\x9d\x3a\xf5\xf7\xbf\xff\x3d\x28\x28\x48\ \x96\x65\xbb\xdd\xfe\xe2\x8b\x2f\xa6\xa4\xa4\x74\xf9\x19\xb6\x6d\ \xdd\xb2\x7d\xd3\x3a\x84\x31\xe1\x08\xe9\xbe\x40\x88\x31\xbb\x4b\ \x4a\x48\x78\xf6\xca\x01\x8f\xcd\xce\x02\xe6\x3e\xf2\x0c\xe4\x6d\ \x78\xf1\xd5\xd7\x33\x86\xfc\x95\xdf\xf3\xc1\xd2\x43\x6d\xcf\x3e\ \xf7\xd4\xb9\xa5\x2f\xbd\xfa\x49\xd0\x9f\x1f\x1b\x5f\xb0\xfb\xe3\ \xf7\xb6\xee\x2f\x28\x57\x06\x48\xde\x31\xe0\xd9\xbb\xec\xcd\x23\ \xd6\xd0\x39\xf7\x3e\x1a\x17\x11\x72\x7b\x98\x84\x98\x60\x77\x4b\ \x79\xce\xc9\x63\x25\x0d\x4e\x63\x48\x33\x19\x37\x22\xd2\xc2\xd3\ \xde\xf2\x77\x7d\x71\xb5\x2f\x8b\xc9\x93\x27\x8f\x1f\x3f\x3e\x34\ \x34\x34\x28\x28\xe8\x9e\x7b\xee\xe9\x22\x2e\x00\x60\x84\x99\xaa\ \x78\x5c\x76\xc9\xed\x70\xd9\xdb\xed\xed\xd6\xae\x8f\xad\xad\x55\ \x72\x3b\xf9\x6e\xa9\x67\x48\x13\x32\xe5\x8e\x3b\xb2\x93\x63\x93\ \x12\xe2\xfc\x8c\x3a\x01\xab\xc7\x4f\xe6\xa7\x8c\x99\x97\x15\x9f\ \x34\x7b\xd6\x04\x6b\xee\xb1\x5a\x06\x21\xfd\x26\xfe\xe4\xe7\xcf\ \x0e\x8b\xf5\x67\x8a\x0a\x00\x9e\x92\x03\x2b\xb7\x9d\x74\xb4\x57\ \x6e\x5a\xb9\xf2\x70\x7e\xe3\x6d\xe2\x67\x70\xd4\xac\x7a\xef\xad\ \xa3\x15\x4a\x4c\x6c\xa4\xab\xe4\xc0\xeb\xef\xad\x6b\x70\x23\xd2\ \x5b\x99\x7f\x1f\x77\xbf\x02\xdc\x73\xcf\x3d\xa5\xa5\xa5\x8a\xa2\ \xdc\x75\xd7\x5d\x57\xb7\x2f\x46\x98\xe0\x5e\x41\x48\x2f\x8d\x2f\ \xd7\x9d\x79\xfd\xa3\x3d\xc3\x17\x3d\x12\x05\x9e\x16\xbb\x62\xb0\ \x58\x00\xc0\x60\x34\xf1\xb2\xc3\x2a\x81\x39\x34\x2c\xd0\xa2\x55\ \x55\x95\x21\x04\x00\xa5\x79\x17\x95\xb0\xec\xa7\x9e\x7a\x7a\xc1\ \xa8\xe0\x55\xff\xfb\xdf\x85\x96\x5b\xbe\x82\x24\x21\xb8\xb1\xfc\ \x5c\x05\x4b\xfd\xfe\x8f\x9e\x9a\x3f\x7f\xc1\x33\x3f\x7a\x22\xda\ \x55\x5e\xd8\xea\xd6\x88\xe2\xb5\xf4\xf5\xe9\x0c\x5f\x01\x12\x13\ \x13\xe7\xcc\x99\x13\x19\x19\x69\x30\x18\xae\xd6\xdf\xae\x4f\x27\ \xc6\xae\x4e\xae\x96\x1a\x73\x5f\x7c\xe9\xe3\xb0\x19\x4f\xde\x37\ \x3a\x02\x40\x32\x6a\x71\x75\x5b\x1b\x40\x94\xc3\x6e\x97\x79\x9d\ \x89\xbb\xd6\x8f\xc1\x04\x8d\x5f\x84\x9f\x01\x0f\x1e\x19\xbb\xfc\ \x48\x65\xab\x2d\xc3\xdf\x74\x8b\x0b\x5e\xa0\x54\x25\x4c\xae\xab\ \xac\x74\x11\x19\xb5\x97\xb5\xab\xe0\x6e\xaa\x2b\x63\xad\xa2\xd1\ \xdf\xac\xe3\xbb\xd7\x3f\xf0\x71\xf7\xab\xc1\x83\x0f\x3e\xd8\x6b\ \xe0\x57\xa1\x2a\xa3\x94\x5d\xb3\x48\x8b\x51\xaa\xaa\xa0\xb2\xee\ \x6a\x9c\x7d\xf9\xab\xff\xb5\xc6\x2c\x78\x62\x68\x44\x53\x53\x93\ \x39\x30\x70\x68\x76\xf2\xdf\xb6\x6c\xba\x38\xc2\x78\x76\xdb\x1e\ \x53\xfa\xfc\x08\xd2\x71\xa5\x2c\x49\xde\xb5\x43\x09\xfd\xfa\xb1\ \x75\x6b\x36\x5f\x98\x96\xd2\xb0\xbf\x82\x84\xdf\x1b\x6c\xba\xd5\ \x9b\x91\xaa\xcc\x14\x94\x60\x74\xed\x7f\xff\xf5\x4a\x2d\x8f\x14\ \xc9\xed\x92\xd8\x81\xd5\x1f\xed\x56\xd9\xc0\x19\x0f\xdc\x33\x2a\ \x4e\xea\x16\x18\xf6\x71\xf7\xab\x9a\xec\x7a\xd9\xb5\x46\x14\x85\ \xe0\xa0\xd0\xba\x9a\x72\x86\x70\x47\x6d\xd6\xce\xba\x1a\x14\x90\ \xc9\x6c\x32\x76\x97\xd3\x9e\xe6\x56\x07\x71\x94\xec\xfb\xc7\xff\ \xdb\xad\x60\xc3\xdc\xc7\x7f\x3e\x7a\xda\xc3\x8b\x9a\xde\x7c\xef\ \x5f\x2f\x1a\xe3\x46\x3e\xbd\xa4\x33\xbb\x12\x69\x23\xe3\xe3\x2d\ \x1a\x04\x00\x9a\xc4\x29\xcf\x3e\xd0\xbc\xec\xc3\x7f\x1d\xd1\x06\ \x2f\x7a\xea\x89\xc4\x5b\x7f\x29\x27\x55\x64\xc1\x3f\xe1\xa1\x9f\ \xfc\x9e\x01\xc8\xb2\xca\x0b\x3c\x55\x24\x49\x56\x19\x03\x5e\xa3\ \xbb\x6a\xe1\x5a\xdf\xaa\x2d\x02\x00\x55\x95\xe5\x69\xfd\x32\x6f\ \x1b\x4e\x97\x95\x57\x95\x57\x55\x77\x78\x18\x18\x03\x84\xa0\xb3\ \x20\x9f\xbf\xbf\x5f\x46\x7a\xca\xed\x3a\x98\x2b\xca\x4b\xeb\xaa\ \xab\x82\x43\xc3\x58\xc7\xce\x06\xc4\x5b\x19\xd6\xd6\xde\x6e\xb5\ \xb6\xa4\xf5\xeb\x7f\x5d\x29\xc0\xf3\xae\xba\xcb\x5b\xb7\xef\xab\ \x6c\x95\x4d\xa1\x89\x93\xa7\x4f\x8a\x0f\x10\x15\xa5\xb3\x78\xac\ \x4f\xdf\xfd\xc6\x10\x1b\x13\x19\x1b\x13\xe9\x6b\x87\x9b\xf6\x33\ \xf0\xac\xad\xec\xe3\x77\x3e\x6c\x0f\x4c\x54\x9b\x6b\xeb\x24\xdb\ \xd2\xa5\xf6\x47\x1f\x59\x10\x2c\x52\x7a\x8d\x8f\xd7\xe7\x67\xf0\ \xa1\x4f\xa9\x5e\xa8\xb1\xe2\x42\xa3\x98\xf9\xcc\x53\x4b\xfa\xc5\ \x24\xcc\x59\xbc\x28\xd6\x53\x75\xb9\xa1\x0d\xf7\x56\x81\xcf\x27\ \x77\xfb\x04\x1c\x4e\x57\x45\x65\x35\x63\x2c\x34\x24\xc8\xdf\xcf\ \xf2\x9d\x16\xbd\x80\x08\x07\x8a\xa2\x2a\x92\xf5\xd4\xbe\x7d\x95\ \x4e\x7e\xa0\x51\xd7\x6b\x79\x45\x1f\x77\xbf\x7d\x28\x8a\xba\xff\ \xe0\x51\xbd\x41\x4f\x30\x3e\x7f\xf1\xd2\xf4\x49\xe3\xb4\x5a\x4d\ \x57\x6f\x21\x84\x45\x51\xf8\x8e\x34\x85\xaa\xa8\xe6\xe8\x41\xd3\ \x26\x58\x79\x95\x05\x84\x08\xa7\x73\x5b\xc6\xcc\xbf\x3b\xc5\x4f\ \x50\x55\xc5\xc7\xdd\xbe\x08\xb7\xc7\x63\xb3\x3b\x66\x4e\x9b\x08\ \x00\x17\xf2\xf2\xf7\xec\x3f\xdc\xbd\xd4\x83\xc7\x23\x25\x26\xc4\ \x0e\x1c\x70\x25\x07\x8d\xba\x5b\x2f\xe7\x15\xb4\x29\x9a\xf8\xd4\ \x94\x10\x93\x06\x00\x14\x67\xc3\x85\x0b\x45\x60\x89\x4a\x4f\x8e\ \xea\xa4\xb9\x5a\x5f\x59\xaa\x1a\xa3\xc2\x2d\x1d\xa1\x62\x26\xbb\ \xcb\x0a\x2f\xb5\xa8\xc6\xb4\x7e\x89\x3a\x0c\xae\xa6\xaa\x8b\x85\ \x15\xba\xb0\x94\xf4\xd8\x00\xef\x4d\xcb\x2f\xe7\x55\xb4\x2a\x31\ \x29\x99\xd1\x81\x1a\x00\x70\xb5\xd5\xe6\x5d\x2a\x15\x43\x92\xd2\ \xe2\x82\x3a\x7d\x28\x4a\x55\x59\x85\x18\x18\x15\x64\xe0\xbf\x2e\ \xb3\x9e\xaa\xc4\x10\x3a\x78\x60\x84\x2c\xb9\xb3\x67\x3e\x98\x3d\ \x57\xd0\x0a\x58\x96\x7a\xaf\x85\xed\xe3\xee\x37\x84\xf2\xf2\xf2\ \xbd\x7b\xf7\x2e\x5e\xbc\xf8\xda\x95\x6d\x1c\x47\x6a\xeb\xea\xb7\ \xee\xd8\xa3\x52\xca\x11\xa2\xd7\xeb\xae\x98\x23\x08\x39\x5d\xae\ \xc2\xe2\xb2\x6e\xdc\x75\xef\xfe\xf8\xad\xdd\xa5\x4e\xc1\xdd\x50\ \x83\x52\x7e\xfd\xfb\x1f\xc6\xe9\x6a\xdf\xff\xd7\x3f\x72\x1d\x46\ \xce\xd6\x9c\x34\xeb\xa9\x27\x67\x66\x80\xab\x69\xff\xe6\xe5\xff\ \x7b\x67\xe3\xb8\x5f\x7e\xf0\xf4\xd8\x50\x00\xa0\xad\xc5\x2b\x56\ \x6c\xa8\x76\x91\x90\xb8\xcc\xc4\xfe\x89\xac\x29\xf7\xa5\xbf\xbd\ \xd6\xaa\x0b\xb0\x37\x7f\x3a\xf9\x91\x5f\xdc\x31\x38\xe8\xe8\xa7\ \xaf\xaf\x3e\xdb\x1e\xe1\xc7\x3e\x5d\xb7\xf3\xc1\xe7\x7f\x35\xc8\ \x50\xf4\xda\x5f\x5e\xaa\x13\xfc\x5d\xcd\xcb\x46\x2c\xf9\xd9\xe2\ \x51\x51\x52\x5b\xd5\xce\x4f\x3f\x78\x63\xe3\xf9\xfb\x7f\xff\xe6\ \xc2\x81\xe6\xaf\xb1\xa5\xa8\xe2\xf1\x28\x00\x88\xe3\x05\x84\x40\ \x92\x94\xeb\x9d\xe8\xe3\xee\x37\x04\xab\xd5\xfa\xc1\x07\x1f\x5c\ \xbc\x78\xf1\xee\xbb\xef\xce\xce\xce\xee\x31\x51\xaa\x34\x38\x28\ \x70\xec\xe8\xe1\x92\x74\x75\xa6\x1f\xc6\xb8\xb1\xb1\x39\x2f\xbf\ \xb0\xdb\x31\x3e\xfb\x8e\xc7\xc7\xfa\xfb\x89\xf6\xd2\x5f\x3d\xf5\ \xbb\x73\x0d\x4e\xb1\x6a\xd3\xc9\xb6\xd8\x7f\xfc\xf3\x87\x90\xbb\ \xee\xf9\x57\x57\x96\x4e\xca\x30\x16\x9c\x2d\x75\x89\xe9\x69\xf1\ \x62\xc7\x5a\x4e\xdb\xa7\x6f\xbf\x76\x5a\x4e\x9e\x35\x69\x78\xff\ \xcc\x4c\x33\xc0\x91\x4d\x2b\x6a\x82\xa7\xbd\xf4\xb3\x79\x25\x5b\ \x5e\xfc\xc7\x9a\x0d\x93\xfb\xdf\xb5\x7f\xff\x99\xec\xef\xfd\xfb\ \x9e\x4c\xd3\xeb\xbf\x7a\xf6\xe4\xa5\x3a\x93\x75\x75\xa1\x7e\xf8\ \x4b\xbf\xbb\xaf\x69\xdf\x9b\x7f\x5c\xfd\xe9\xf4\x51\xcf\xd9\x2f\ \x1c\xaf\xe4\xc2\xfb\xc7\xd6\x73\xe8\x1b\x8a\x3c\xf7\xba\x0f\xab\ \xcf\xcf\xf0\xed\x20\x3a\x3a\x1a\x21\xf4\x9b\xdf\xfc\xe6\x7f\xff\ \xfb\xdf\x55\xbd\x24\x0a\x82\x5e\xa7\xf3\xb3\x98\xaf\xfa\x98\x4d\ \x46\xb3\xd9\x84\x7b\x44\xec\x88\xc5\xdf\x4f\x04\xa8\x3a\x7f\xd4\ \x1e\x3a\x20\x3b\x4e\x57\x52\x5c\xee\x1f\x97\x69\x06\x30\x47\xa5\ \x85\x41\x53\x51\x9d\x23\x70\xc0\xe4\x87\xee\x5f\x14\x1f\x20\x78\ \x0b\xd6\xca\x95\xb9\x87\x2e\xd6\xfa\x5b\xf8\xbc\x7d\x2b\xfe\xfc\ \xf7\xd7\xeb\x1d\xee\xda\x8a\xb6\xd8\x01\x49\x08\x20\x3c\x33\x9d\ \x6f\xae\x6c\x90\x2d\x33\x26\xf4\x3b\xf0\xc9\x5b\x9f\x7c\xf8\x46\ \xa5\x76\xc0\xac\x91\x61\x17\x0b\xea\x62\x52\xd2\x04\x80\xf0\xe4\ \x54\x9d\x54\x57\xdc\x0a\xd1\xa3\x16\x3c\xf9\xe0\x9c\x50\x1d\x51\ \x69\x5f\xa9\x1d\xe5\x93\xbb\xdf\x10\x30\xc6\x56\xab\x95\xe3\xb8\ \xd1\xa3\x47\x4f\x99\x32\xe5\x4b\xde\xad\xea\xe4\xa7\x2f\xaf\x2d\ \x58\xf8\xd4\x4f\x23\x10\x5c\x56\x68\x47\x61\x50\xef\x26\x86\x1d\ \x49\x12\x8c\xa9\xcc\x7b\xbc\xbd\xa5\xc1\x65\x48\x7d\xf8\xd1\x87\ \xc3\xc4\xd6\x97\x7f\xf2\x8b\x9d\x39\x63\x75\xbc\xd0\x31\x1e\x30\ \x60\x00\x4a\xc1\x4d\xb9\x90\x50\x3f\x91\x59\x5b\x1b\x5b\xeb\x9a\ \x1d\x40\x70\x47\x88\xdb\x7b\xc7\x0e\xf9\x47\xfb\xd4\x8e\x9b\x3e\ \xee\x7e\x73\xd0\xeb\xf5\x8f\x3d\xf6\xd8\xf0\xe1\xc3\xbf\x64\x55\ \xf7\xb6\xfc\x1d\xaf\xae\xbc\x78\xc7\x0f\x7f\x3e\x22\x52\x0b\x00\ \x91\xe1\x21\xad\x87\xf2\x5d\x30\x9e\x36\x94\xd4\xa9\xa6\x48\xf3\ \xd5\xf9\x40\x7a\x93\x85\xb7\xd5\x55\xd8\x59\x98\x88\x01\x10\xa7\ \x31\x44\x44\xe9\x0f\x5d\xaa\x80\xa9\x69\xcd\x97\x8b\x25\x4b\xa8\ \xc1\x73\xe9\xad\xdd\xe5\x0b\x7f\xfb\xa3\xec\x48\xac\x69\x7c\x6e\ \xfd\xb6\xb3\x77\xc6\x06\xed\x2a\x2a\x51\x60\x50\x5b\x59\xa9\x93\ \x04\x44\xf8\xf5\xc5\xf6\xf4\x71\xf7\x1b\x42\x52\x52\xd2\x6b\xaf\ \xbd\xd6\x6b\xe1\x1c\x06\xa0\xa8\xea\xf5\xd5\x3e\xd6\xb3\x56\xbd\ \x67\xdd\x7b\x1f\x14\xda\x92\xca\x0f\xaf\xbd\xd8\xee\x4a\x1d\xbf\ \x70\xf4\xa4\x79\xa9\x87\xfe\xf5\xa7\xbf\xfe\x9b\x6f\x28\x4a\x9c\ \xfc\x60\x8a\xa5\xe3\x3a\xc9\xed\xf0\xc8\x14\x00\x34\x71\x83\xa6\ \x0e\xde\xf6\xe1\x3f\x5f\xc8\x09\xb4\x97\xe8\x33\xef\xcc\x8a\x0e\ \x8b\x98\xb5\xf9\x6f\x1f\xfc\xf9\x5f\x17\x9b\x8b\x4b\x47\xdf\xfb\ \xd3\xb0\x40\x4b\x56\x1c\x59\xf9\xde\x7f\x2f\x45\x90\x9c\x72\x34\ \x61\x4a\xda\xc0\x58\x53\xf0\x81\xd7\xfe\xfa\xcf\x4a\x5b\x79\xe1\ \xa0\x39\x3f\x8a\x40\x9d\x1e\x0e\x97\x53\x52\xfb\x8a\xe8\xf5\xe5\ \x33\xf4\x01\x30\x76\xe8\xe8\xc9\xa6\xe6\x96\x5e\xe4\x31\x63\x0c\ \xa1\x8c\xf4\x94\xc4\xf8\xd8\xce\x43\x52\xe1\xe9\x93\x45\x75\xad\ \x0a\xa5\xaa\xca\x62\xb2\xc6\x0d\x8c\xb5\x78\x5a\xcb\x8e\x1e\xbf\ \xc0\x02\x12\x86\x0e\x4e\xd3\x77\x98\x30\x72\x59\x5e\xae\x1a\x90\ \x9a\x10\xa2\x03\x00\x90\x5a\x73\x8e\x9f\xac\x71\x69\x06\x64\x8f\ \x88\xf2\xe3\x01\xc0\x5a\x75\xf9\xc4\xb9\x22\x53\x4c\xe6\xd0\x8c\ \x68\x0c\xa0\x3a\x9a\xcf\x9c\x3a\x55\xdd\x4e\x63\x52\x07\x65\x25\ \x85\x00\x40\x7b\x7d\xe1\x89\x53\xf9\x62\x64\xc6\xf0\xcc\xd8\x8e\ \x8d\x59\xc0\x5d\x98\x7b\x49\x1b\xd9\x2f\xd2\xef\xb3\xfd\xcd\x5f\ \x38\x9f\xc1\xc7\xdd\x5b\x0c\x8a\xaa\x3a\x9d\xbd\x97\x13\x23\x18\ \x77\xf7\x9a\xdd\x2a\xf8\x06\xb8\xeb\xd3\x19\xfa\x86\xea\x46\x88\ \xc9\x68\xf0\xb5\xc3\xe7\x33\x7f\x7d\x4d\xe0\xc3\xad\x3a\xe0\x7d\ \x4d\xd0\x17\x70\x29\xbf\x28\xf7\xe2\x65\xc6\x58\x54\x64\xd8\xc8\ \x61\x43\x7c\x0d\xe2\xe3\xee\xad\x01\xa7\xd3\x75\x21\x2f\x7f\xc1\ \xbc\x19\x18\x93\x2d\x3b\x76\xef\x3f\x74\x54\xaf\xd3\x7b\x73\x71\ \xbc\xbb\xf2\x26\x25\xc4\x99\xbf\x4b\xfb\x5b\x5d\x9b\xf1\xd8\x6b\ \x8c\xcd\xc7\xdd\x3e\x01\xb7\xc7\x63\xb3\xd9\x15\x55\x49\x4d\x4a\ \xa8\xa8\xaa\xb1\xd9\x6c\x1d\xa6\x34\x42\xd6\xb6\xf6\x86\xa6\xa6\ \x99\x53\x27\x76\x9d\x5c\x7e\x7a\xdb\xa7\x5b\x0e\x37\xb9\xb9\xcc\ \x49\x77\x2d\x9c\xd8\x8f\x03\x28\x39\xb6\x7e\xe9\xc6\x23\x28\x28\ \x7d\xd1\xfd\xf7\x26\x05\x08\x00\xa0\xb6\x55\xac\xfc\x68\x99\x79\ \xdc\xe3\x33\xfb\xfb\x7b\xaf\xaa\xc9\x3b\xb2\x75\xe7\x41\x9b\x29\ \xed\xbe\x07\xe6\x06\x12\xcf\xe9\x2d\xcb\xd7\x1f\xbc\x64\x4a\x1c\ \x79\xff\xfd\x73\x43\x04\x70\xd4\x5e\x58\xb9\x62\x7d\x51\x93\x9c\ \x34\x6c\xd6\xe2\x39\xd9\xac\xe1\xd2\xca\x15\xeb\x2f\xd7\xb4\xfb\ \x25\x0e\xbf\x7f\xf1\x9c\x10\x2d\xb2\x57\x9f\xfd\xe4\xe3\x75\x15\ \x0e\x31\x6b\xe2\xfc\x3b\xc6\xa5\x91\xaf\xd3\xb6\xf7\xb8\x9c\x0a\ \x65\x00\x08\x23\xa0\x8c\x01\xc2\x82\x28\x5e\x5b\x80\xd7\xc7\xdd\ \x6f\x1f\x82\x28\x9e\x3d\x93\xb3\x7f\xd7\x56\x8e\xe3\x08\xc1\x57\ \xed\x17\x64\x77\x38\x27\x4f\x9d\xd9\x5d\x4c\x57\x56\x5a\x93\xc7\ \xce\x1b\x2f\x5d\x7a\xe5\x8d\x97\x42\x93\xff\x37\x1e\x1d\x7e\xf9\ \xdd\x9d\x63\x1e\x7c\x8c\x9c\x5d\xf5\xd2\x6b\xab\xfe\xfe\x9b\x25\ \x6a\xe1\xc1\x37\x3e\x5e\x7d\xe4\x44\xd1\xb4\xfe\x0f\x7a\xaf\x29\ \x39\xb4\x72\xd9\xa1\x86\x11\x93\x66\xa7\xc6\x46\x06\x12\xa8\x3e\ \xb2\xe2\xcd\x8d\x05\x8b\x1e\xbf\xb7\x68\xfd\x5b\xff\x5d\xea\xff\ \xa7\x47\x06\x7d\xf2\xea\x7f\xad\x19\xf7\x3f\x3d\x4f\x78\xfd\x9f\ \x6f\xae\x0a\x89\x9f\x65\xac\x46\x61\x83\xef\x1d\xaf\x5b\xff\xfa\ \x7f\xdf\x30\xc4\xfd\xee\x9e\xc8\xf7\x5f\x7e\xd3\x3d\xe8\xfe\xc7\ \xd2\xed\xff\x7d\xe5\x15\x3e\xe0\xcf\xf3\x32\xbe\x96\x70\x05\xe1\ \x79\x5b\x55\xce\xbb\x6f\x2c\x6f\x40\x3a\x1e\x14\x49\xa6\xbc\x80\ \xdd\x6e\x71\xfc\xdd\x0f\xcc\x1c\x1a\xa3\xba\x65\xe6\xe3\x6e\xdf\ \x9a\x22\x11\x62\x54\xb1\x59\x9b\xf8\x5e\x8a\xa7\x33\x97\x4b\xe2\ \xb9\xee\x62\x4e\x37\x7a\xfe\x22\x00\x80\x56\x53\xc4\xca\x23\xc0\ \xab\x17\x0e\x1f\xc3\xf1\x13\x17\x8c\xca\x52\xe3\xd9\xc1\xdf\x7f\ \x90\xd7\xb8\x28\xd3\x3f\x61\xd1\x13\x4f\x07\xf1\xaf\x4b\x8a\x02\ \x00\xe0\x28\x59\xbe\x6c\x5d\x8d\xa5\x7f\xce\xbe\xed\xed\xa3\xe6\ \xce\x0f\x32\x9f\x3d\x92\x13\x36\xee\xbe\x09\x83\x06\x0c\x16\xc7\ \xfe\xfc\xad\x23\xd5\xf6\x41\x04\x73\xe6\xc0\xc0\x88\x68\xbf\xa8\ \xb0\x60\x11\x53\x4b\xda\xe4\xfb\xd2\x00\xc0\x53\x18\x17\x94\x2b\ \x03\x38\xca\x8a\x5b\xb9\xf9\x63\x47\xc4\x86\xd1\x71\x99\x3b\x4e\ \x9f\x2c\x9c\x97\x31\xf4\xeb\xd1\x16\x90\xbd\xb9\xca\xa5\x4d\x5e\ \xb4\x68\xb6\xb6\xf1\xc4\xaa\xed\x95\x33\x1f\x9e\x55\xb7\x7d\x6d\ \x59\x55\x93\x3a\x3c\x1e\x40\xf6\xc9\xdd\xbe\x05\x06\x80\x11\x26\ \x84\xc3\xf8\xda\xa9\x98\x61\xdc\x4b\xb9\x7a\x50\x9a\x56\xbd\xff\ \x9e\x38\x72\xd1\x84\x10\x71\x77\x93\x55\x67\x09\x06\x00\xa2\x37\ \x9a\x88\xa7\xc9\xee\x14\xe3\xc2\xa3\xc0\x46\xa8\xe2\x5d\x5b\xdf\ \x56\x5e\x50\xe6\x09\x5a\xb2\xf8\xbe\x28\x4f\xee\x4b\xaf\xbf\xec\ \x1f\xf4\x2b\xa7\x93\x05\x04\x19\x01\x40\x08\x08\xe4\x9d\xb9\x0e\ \xa2\x9b\x36\x65\xc0\x2f\xdf\xfe\x4f\xe9\x26\xa5\x4e\x1c\xf4\x8f\ \x21\x1d\x35\xd6\xf3\xb6\x2f\xdd\xdf\x14\xfb\xec\xf7\xfa\x83\xde\ \x31\x22\x49\xb3\xe6\x7f\xff\x6e\xc8\x0a\xc9\xc9\xad\xe4\x46\xe1\ \xaf\xaf\x29\x10\x80\xc6\x2f\x38\xb9\x5f\xbc\xa9\xaa\x7a\xeb\xe1\ \xf6\xc4\xe4\x74\xed\xd9\x5d\x65\xac\x73\x91\xaa\xcf\x47\xd6\xa7\ \x80\xbc\x46\x59\xaf\x75\x3a\x19\x00\xba\xe6\x0b\xd5\xfa\xe9\x2b\ \xff\xbe\x64\x18\xf7\xdc\xc3\xe3\x00\x40\xab\x11\xdd\x8e\x76\x00\ \x00\x8f\xc7\x45\x39\xa3\xc8\x77\x98\x37\x9d\x97\xa9\xaa\x04\xbc\ \x7f\x72\x42\x54\xfc\xa0\x89\x43\x43\x69\x51\x55\x93\xd6\x24\xd8\ \x6c\x2e\x00\x50\x1c\xed\xaa\x46\x4b\x1c\x0d\x1b\xf7\x57\xdc\xf3\ \xa3\xdf\xff\xfe\x8f\xbf\xcd\x16\x0b\x96\x6f\xca\x03\x80\xfc\x9d\ \xef\xbe\xb7\xdf\xfa\xc4\x8f\x9f\x4d\x34\x02\x80\x7e\xc1\x0f\x7f\ \xf9\xe8\xdc\xe1\xa1\x46\xc1\x66\xa3\x51\x71\xe1\x5f\x17\x77\x29\ \x32\xf9\x85\x38\xeb\xf2\x2e\x15\x37\x95\x5e\xbe\x7c\xa9\xe8\xec\ \xd6\x75\x9b\x77\x9e\xad\x0c\x0e\x0d\x11\xa8\xea\xe3\x6e\x5f\x94\ \xbb\x0a\xa5\xac\x57\x00\x53\x29\x55\x7b\x2e\x91\x3d\xb1\xf2\xbf\ \x3b\x9b\xe2\x1e\xbf\x6f\x8a\xe8\xb4\x4b\x00\xfd\x06\x66\xd9\x0b\ \xf6\x1d\xaf\x68\x3e\xb5\x7f\x4b\x93\x39\x25\x35\xb8\x63\xff\x0b\ \x55\x51\xbc\x17\xfa\x47\x25\x06\xcb\x45\x9b\x8e\x97\xb4\x57\x9c\ \x39\x53\xcf\xe2\xe2\x93\x06\x64\xc5\x97\xec\xdb\x55\xd8\xd8\xba\ \x6f\xd3\x61\x4d\x7c\x56\xa4\xbe\xbd\xac\xa4\xda\x4d\x89\xc6\xe4\ \xaf\x03\x57\xab\xcd\xed\xa9\xde\xf7\xea\x8a\x73\x33\x1e\x7e\x34\ \xd5\x8f\x3a\x9c\x1e\x00\x00\xac\x4f\x48\x8c\xb1\x55\xe5\xb3\xb8\ \x09\xb3\x87\x7e\x5d\xdc\x55\x15\xc5\x18\xde\x6f\x4c\x9a\xe6\x83\ \xbf\xff\xf2\xdf\x9b\x2b\x67\xdc\x31\xa5\xee\xc4\x5e\x25\x66\xc4\ \xb8\xcc\x08\xc5\xa3\xf8\x6c\xb5\xbe\xa8\xef\xfa\xfb\xf9\xd7\x55\ \x73\x2a\x05\x06\x08\x18\x63\x88\x01\x03\x04\x88\x31\xe0\x05\x8d\ \xb1\x47\xc8\xcd\x5e\x5c\xd2\x2c\x37\x37\xfd\xf7\x4f\xbf\x76\xb9\ \x95\xe1\x77\x3f\x77\xf7\xf0\xf9\x0f\xcf\xac\x5b\xf1\xcf\x3f\x60\ \x63\xd4\x23\x4f\xde\x17\xd8\xd1\xa5\xd8\x1c\x14\xa2\xd1\x73\x00\ \x00\x96\xf4\x27\x9e\x5a\xf8\xce\x8a\x57\xff\x48\xb9\x7e\x73\x1f\ \x1d\x13\x23\x72\x91\xf7\x2e\x28\x79\xe3\xbf\xff\xf7\x3b\x6d\x58\ \xff\xc7\x9f\x9c\x26\x6a\xc9\x23\x0f\x4d\xfb\x78\xe5\x3f\x8f\x2d\ \x67\x86\x88\xb1\x8f\xdf\x39\xa8\xe1\xd0\x6b\x2d\x92\x63\xc7\x7b\ \x2f\x6c\x71\x3b\x83\xd2\xa7\xff\xf8\xb1\x69\x17\x37\xbf\xfd\xf1\ \x91\xaa\x88\xe4\x21\x3f\xfb\xe9\xec\xf0\xaf\xaf\xe2\x24\x53\x24\ \xac\x9f\x70\xcf\xd3\x49\xc3\xab\xa8\x3e\x28\x32\xd8\x0c\x93\x26\ \xab\x08\x23\x55\xbe\x76\xdd\x8f\x2f\x9f\xa1\x4f\xa0\xba\xa6\xee\ \xfc\xc5\x4b\xb8\xb7\xaa\x50\x5a\xad\x76\xd8\x90\x81\x1a\x8d\xd8\ \x73\x6e\xa5\xde\x1c\x70\x44\x08\x41\x08\x00\x28\xa5\xa8\x23\x7f\ \xf7\x7a\xbd\x40\x29\x83\xee\x75\x54\x19\xa5\x80\xae\x3c\x93\x51\ \x55\x65\x88\x74\xd5\xac\x63\x54\xf5\xca\x6d\x84\x39\x82\xbd\x95\ \xa9\x30\xbe\xd9\xec\xcd\x2f\x98\xcf\x80\x30\xc7\x3c\xe7\x0f\x6e\ \xda\x7d\xa6\xa1\xdf\x84\x39\x93\x33\xc3\x9a\x5b\xda\x0d\x66\xb3\ \x80\x7b\xd1\xa8\x7c\x72\xb7\x4f\x20\x22\x3c\x34\x22\x3c\xf4\x73\ \xa8\xc8\x18\x73\x3d\x1d\xf8\xbd\x56\x30\xe8\x71\x09\xba\xda\xe8\ \x43\x3d\x2f\x41\x98\x70\x57\xff\x8d\xbb\x9f\xfc\x0d\xec\x59\x4c\ \x38\xae\xbd\xf4\xe8\xc6\x7d\x45\x99\xd9\xa9\x27\xb7\x6f\x4d\x8a\ \x98\x75\x7a\xe3\xae\xd8\x19\x0b\xb2\xc3\xf4\xb2\x7a\xf5\x7a\x0d\ \x9f\xbe\xeb\x43\x5f\x52\x9f\x30\x6b\xb7\xb6\x98\xa2\xb2\x17\xdc\ \x3d\x3f\x23\x80\x6f\xb1\xd9\xed\xcd\xcd\x36\x59\xed\x75\x3e\xf1\ \xc9\xdd\x3e\x01\xb7\xdb\x53\x57\xdf\xc0\x18\x04\x06\xfa\x1b\x0d\ \xfa\xef\x6c\x3b\x30\x86\x74\x06\x8b\xad\x78\xdb\x7f\x5e\x2c\xac\ \xca\x2f\x11\x6a\xca\xa8\x21\x75\x6a\xa0\x89\xf6\xb6\x48\xce\xc7\ \xdd\x6f\x1f\xaa\x4a\xf7\x1f\x3a\x0a\x80\x30\xc6\x27\x73\xce\xcd\ \x9a\x3e\x49\xab\x11\xbb\x5c\x5c\x18\xe3\x2f\xb9\x46\xe8\x56\x6a\ \x0a\x45\x31\x84\xf5\x9b\x39\x47\x6d\x91\x48\x56\xbf\x4c\xc0\xda\ \xd8\xd4\xf4\x30\x1d\x28\xaa\xaf\x2e\x4e\x9f\x84\xcb\xed\xb6\xb6\ \xd9\xef\x59\x30\x1b\x00\xce\x5d\xb8\xbc\x73\xcf\xc1\xee\xb5\xfc\ \x25\x49\x4a\x4a\x8c\xeb\x5e\x31\x92\x29\xf6\xf2\x92\x72\x9b\xaa\ \x89\x8e\x89\x31\xeb\x38\x00\x50\xa5\xb6\xd2\xe2\x4a\x30\x86\xc4\ \x45\x76\xd5\x01\xa1\xad\x4d\x75\x54\x13\x14\xd0\x55\x07\x44\x95\ \xea\x2b\xcb\x5a\x55\x6d\x6c\x7c\x94\x06\x81\x64\x6b\x2c\x29\xaf\ \xd7\x06\xc5\xc4\x84\x78\xb3\x7c\xe4\xfa\xf2\xd2\xba\x36\x35\x2c\ \x2e\x21\xd8\x28\x30\xd9\x59\x5b\x55\xd9\x64\x57\x03\x22\x62\xc2\ \xfd\xf5\x9d\x43\x87\x36\xd5\xd7\x73\xa6\x60\x8b\xf6\xeb\x4a\x67\ \x60\x54\x25\xba\x80\xec\x31\x63\x2b\x0a\xf2\x4a\xeb\x1d\xfe\x11\ \xd1\xa1\x7e\x5a\xa6\xf6\xbe\x31\xa8\x8f\xbb\xdf\x3e\x78\x8e\xab\ \xa8\x2c\x5f\xb5\x7a\x2d\x63\x8c\x10\x42\x29\x95\x3d\x5d\x05\x9d\ \x50\x6b\x6b\x9b\x24\x49\xdd\xb8\xeb\xd9\xbb\xf4\xb5\xcd\x79\x4d\ \xd8\xdd\x6a\x37\x0f\xf9\xd5\x2f\x9f\x88\xd2\x35\x2d\x7f\xe9\x1f\ \x47\xaa\x29\x91\xa4\xc1\x0b\x9f\x7d\x70\x42\x32\x28\xed\x27\x77\ \x7d\xfa\xf2\x6b\x9f\x8e\xfc\xc9\x7b\x4f\x8d\x0d\x01\x00\xb0\x57\ \xae\x5d\xb9\xf6\x72\xbd\x2b\x20\x2e\x2b\x24\x21\x4a\x63\x2d\x78\ \xed\xef\xaf\x94\x29\x1a\xb7\x8b\xcc\x7b\xf2\xe7\xd3\x33\xfc\xce\ \x6c\x7c\xe7\xe3\x83\x55\x16\xbd\xda\x24\x05\x3e\xf1\xfc\x4f\x62\ \xdb\x4e\x2f\xfd\x70\x97\x53\x76\xd5\xb4\xe0\x45\x3f\xfe\xe5\xc4\ \x44\xb3\xea\x6c\x3c\xb8\xe1\xa3\x57\x3e\x3d\xb5\xf8\x37\xaf\x2d\ \xc8\xfa\xda\x6a\x8b\x60\x8e\x53\xdb\xb7\x7c\xf4\xda\xd6\x3c\x67\ \x54\xa8\xa9\x69\xfd\xda\xa8\x51\x77\x3d\x32\x67\x28\x47\x25\xea\ \xcb\x23\xeb\x8b\xdc\xe5\xf9\xaa\x8a\xf2\xa3\xfb\xb6\xf3\xbc\x70\ \xad\x02\xe8\x72\x4b\xf7\x3d\xf4\x58\x77\x5b\xbc\xff\xd4\x25\xd9\ \xf7\x85\x1b\xdd\x45\xbf\x78\xf2\x8f\xa7\xeb\xee\x17\xeb\x37\xed\ \xaf\x0d\xfe\xcb\x8b\xcf\xc3\xe9\x95\xbf\x78\x67\xf9\x84\xd1\xbf\ \xd3\x5e\x3c\x76\xba\xd2\x1e\x1d\x1d\x29\x74\xd4\x55\x77\xae\x7f\ \xe7\xb5\xa3\xae\xf8\xf9\x33\xa6\xf7\x4b\x4f\x36\x03\x1c\xdf\xfc\ \x71\xa1\x61\xec\xbf\x7f\xbd\xb0\x78\xdd\x0b\x2f\xad\x5c\x3f\x26\ \x65\xfe\xf6\x6d\x47\x86\x3c\xf1\x9f\x45\x03\x0c\xaf\xfd\xf2\xd9\ \x5d\xc7\xcb\x7e\x30\x7d\xf8\x0f\x7e\x31\x46\x23\x3a\x3f\xfc\xed\ \x33\x87\x4e\x57\x4c\x4c\xec\x5f\x7e\x7a\xef\x99\x56\x31\x21\x2c\ \x80\xc0\xd7\xb8\xd6\x92\xe3\x48\x6b\xc1\xe9\x63\x65\x9a\xef\xfd\ \xec\x27\xfd\x42\x34\x8e\xb2\x63\x2f\xbe\xbd\x37\x77\x58\xbf\x21\ \xc1\x22\xf5\xf9\x19\xfa\xa2\x81\x02\xc0\x11\x22\x0a\xbc\x70\xed\ \x47\xe4\x79\x81\xef\xe9\x9e\xe2\x82\xc2\xc3\x8d\x1c\x34\x16\x9e\ \x77\x06\xa5\x0d\x88\xd6\x16\x16\x94\xf8\xc5\x0d\x0a\x04\x08\x8c\ \x1f\x10\x46\xeb\x0a\x6b\x1d\x41\x59\x53\x9f\x7c\xfc\xe1\xb4\x50\ \x9d\xa2\xa8\x00\xa0\x56\xe7\xee\x3d\x53\xa2\x15\xe4\xa3\x1b\xdf\ \xf9\x7f\xff\xfa\xa0\xd5\xe3\xa9\x2e\x6e\x8e\x1b\x9c\x2e\x00\xc4\ \x0c\xee\xcf\x35\x96\xd6\x49\x96\x89\xa3\x52\x8e\xaf\xfb\x64\xe3\ \xda\xe5\xf5\xfa\xfe\x53\x86\xc5\x00\xf0\xce\xaa\x93\xaf\xff\xbf\ \xdf\x1d\xb2\x27\xce\x9b\x98\x0a\x00\xf1\x63\xee\x7e\xee\xa9\x45\ \x51\x46\x4e\xf9\x3a\x6b\x8b\x20\x04\x2e\x67\xbb\xd6\x2f\x22\xd4\ \xdf\xa0\x2a\xd4\x1c\x1c\x1e\xa8\x41\x36\xb7\xd4\xab\xc2\xef\xe3\ \x6e\x9f\x00\x42\x08\x21\x8c\xae\x05\x20\x8c\x7b\x89\x38\x34\x5c\ \xd8\xf2\x9f\x8f\x4f\xcf\x7a\xe2\xe9\x38\x0e\xdc\x92\x42\xbc\x89\ \x66\x18\x63\x84\x3a\x03\xc8\x8c\xaa\x1d\x35\x47\xac\x4d\xb5\x0e\ \x43\xda\xe3\xcf\x3c\xf5\x93\x5f\x3f\x1f\xd6\x70\x64\xdb\xe9\x52\ \xc6\x0b\x1c\x21\x00\x80\x09\xc1\x0c\x28\x03\x5e\x67\xd0\xf1\xa8\ \xb5\xa6\xb2\xa6\xbe\xc5\xe1\xf2\x00\x80\xc6\x12\xd2\x7f\xe8\x88\ \x58\xb1\xe5\xd0\xb1\xbc\x2e\x53\xea\x0b\xd4\x16\x21\x18\xf3\x3c\ \xcf\x71\x3c\xe9\x70\x1f\xdf\xe8\x0e\x8a\xac\x5a\x22\x07\x4d\x18\ \x93\xae\xe3\x40\x14\x05\x10\xfd\xc7\xcd\x9f\x97\x1d\xe9\x2f\x68\ \x34\x22\x7f\xb5\xc4\xf7\xe9\x0c\x7d\xc4\x37\xc4\xd8\x75\x68\xc1\ \xba\xa7\xd5\x00\x00\x80\xa3\x74\xff\xcb\x1f\x1c\x99\xf4\xbd\x5f\ \x4e\x4a\x32\x00\x40\x58\x48\xa0\xf5\x64\xb1\x0c\xe3\x94\xd6\xca\ \x46\x45\x1f\x6e\xbe\xda\xc5\xa6\xd5\x1b\x39\x47\x73\xa3\x1b\x22\ \x45\x9d\x86\x47\x14\x8b\xa1\xe1\xba\xa3\x85\x35\x30\x25\xd5\x5a\ \x5c\x2a\x99\x82\x74\xae\xcb\xef\x6c\x2f\xbb\xeb\xd7\xff\x1a\x12\ \x89\x03\xfe\xf9\xdc\xa7\x1b\x8f\x0e\xf9\xde\x04\x5d\x40\xf4\xa8\ \xa9\xd1\x21\x72\xed\x5f\xf7\x1c\xb0\xcf\x19\xf0\x05\x16\x82\x62\ \x8c\x55\x55\xad\xad\xaf\xb7\xd9\x6d\x18\x63\x93\xc9\x12\x11\x11\ \x81\x31\xb9\x01\x7d\x11\x02\x95\xc9\xcd\xa5\x17\xd7\x95\x5c\x16\ \x38\x8e\x51\x15\x00\xce\x5d\x38\x27\x29\x2c\x3c\x75\xd8\xd8\x01\ \x91\x6a\xb7\x2d\x27\x7c\xdc\xed\x13\xd4\x55\x29\x65\xc0\x28\x55\ \xbd\xdd\xca\x80\x01\x20\x6f\x7e\x19\x55\xd5\x9e\x95\x47\xe4\xb5\ \xef\xbc\x53\xe0\x4a\x1d\x5e\xb8\x77\xc5\x69\x57\xfc\xf0\x59\xd9\ \x13\x67\x47\x1f\x78\xe9\x6f\x2f\xab\x7c\xf5\xd9\xf0\x31\xf7\xa4\ \xfa\x79\x85\x34\xf3\xb8\x3a\x6a\x8b\xe8\x12\x06\x8d\x4d\xdb\xf4\ \xc1\x8b\xaf\xe6\x85\xb4\x5f\xc6\xc9\xcf\x65\xc5\x45\x84\x4f\xdd\ \xf8\xf7\x95\xff\x79\xa3\xb8\xe1\xc2\xb9\xc1\x73\x9f\x8b\x08\x0a\ \x48\x0e\x55\xd7\x2e\x7b\xaf\x2a\x96\x3b\x5c\x4e\x87\x3e\x90\x56\ \x7f\x7e\xfb\xfa\x93\xb5\x46\x41\x39\x77\x3c\xb7\xff\xe4\xa7\x3b\ \x89\x4b\xdd\x4e\xe7\x75\x0a\x8a\xf6\x32\x93\x38\x9c\xce\x16\x6b\ \x71\x70\x70\x48\x5c\x7c\xa2\x24\x79\x2a\xab\x2a\x2f\x5d\xba\x18\ \x1a\x12\x8a\xd0\xf5\x67\x7b\x04\x4c\xf5\xb8\x5c\xb2\x2c\xd7\xef\ \xda\x75\x2c\x20\x6b\x6c\x56\xb4\xc9\xe3\x91\x15\x95\xba\xdd\x1e\ \x15\x00\x75\x23\x3e\x19\x90\xd9\xff\x1b\xe8\x1c\x8c\xd1\x80\xcc\ \x4c\xff\x80\x40\x6f\x74\xbb\x0b\x8c\xb1\xf6\x36\xab\x9f\x7f\x80\ \x28\x76\x78\x34\xdb\xdb\xdb\x82\x82\x43\xbe\x53\xcc\xc5\x08\xd9\ \x1d\xae\xe6\x56\xbb\xc1\x64\xd1\x1b\xfd\x74\x06\xb3\xde\x64\xd1\ \x1b\x2c\x3a\xa3\x45\xa3\x37\x87\x84\x47\x4e\x9b\x32\x29\x28\x28\ \xb0\x8b\xbb\x88\x33\x05\xf9\x69\xdc\x2e\xb7\x2c\xab\x7e\xe1\x71\ \x51\x61\x51\x83\x06\x24\xb8\x9a\x9b\x83\x06\x4c\xbd\x7b\xf6\x70\ \x5d\x07\x31\xb0\xc1\x12\x1c\x1b\x1f\x1f\x6c\x12\x00\x69\xfb\x0f\ \x1c\x68\x50\x5a\xda\xf9\xc8\x3b\x17\xdd\x9d\x60\xe6\x88\x39\x26\ \x33\x25\xc4\xda\xdc\x96\x36\xee\x8e\x3b\xc6\x26\x63\xd0\xf6\x1b\ \x38\x40\x74\x36\x36\xb9\xb8\xe1\x33\x16\xce\x18\x14\xa9\x4a\xae\ \xd6\xe6\x56\x0f\xd3\x0e\x9c\x7c\xd7\x9d\xe3\xd3\x3a\x83\xc9\xc4\ \xe4\x1f\x12\x17\x1f\xeb\xaf\xff\x6c\x91\x67\x6b\x6b\xbb\x70\xfe\ \xfc\x90\x61\xc3\x13\x13\x93\x05\x51\xd0\x68\x34\xa1\x21\xa1\xaa\ \xaa\x96\x14\x15\x9a\x4c\xa6\xeb\x75\x31\x53\x99\x68\x0a\x1f\x38\ \x20\xba\xec\xcc\xa9\x56\xac\xd3\x6a\xfd\x46\xcf\x5a\x38\x67\xc2\ \xb0\x81\x03\x06\x24\x84\x9b\xaf\xda\x99\xd5\x97\x8b\xd3\x27\xa0\ \xaa\xd4\xed\xf1\x5c\x6f\xe6\xd5\x6a\x6e\xbd\xad\x82\x8b\x0b\x0b\ \xab\xab\x2b\x47\x8f\x1d\x2f\x49\x12\x53\x15\x59\x51\x64\x59\x06\ \xc6\x72\x4e\x9f\x12\x45\x7e\x70\xf6\xf0\x5e\x43\x65\x98\xe3\xa4\ \x96\xc2\x8f\xfe\xf7\x6e\xad\x7f\xf6\xd3\x8f\x2f\x70\x9d\x5f\xff\ \xde\xe6\xca\x05\xcf\x3c\xda\xcf\x5f\x50\xae\xf1\x33\xf8\x74\x86\ \x3e\x01\x42\xb0\x5e\xa7\xbd\x9d\x7e\x91\xac\xc8\x41\xc1\xc1\x18\ \x63\x60\x8c\x32\x60\xc0\x28\xa3\x1c\x21\x66\x3f\xbf\xb6\xd6\x96\ \x1b\xa8\x0c\x76\xbb\x2d\x74\xc0\xdc\x45\xb3\x46\x9b\xb0\x8a\xb2\ \xe7\x3c\x6e\xcc\x57\x88\x4a\xa9\x2f\xae\xe6\xc3\x37\xa9\x0b\x61\ \xe2\xd5\xdb\x11\x42\xc0\x00\x28\x03\x02\xd8\x5b\x65\xf5\x3a\x51\ \x6e\x55\x51\x2d\xe1\x59\x73\x63\x38\xaa\x4a\xb2\xc2\x00\x50\x58\ \x4a\x1a\x53\x14\xd5\xb7\x57\x4a\xdf\x9d\x61\x4b\xca\xce\x5d\xb8\ \xc4\x18\x8b\x89\x8a\x1c\x32\xe8\x76\x51\x99\xba\xb6\x7b\xe9\xf2\ \x8d\xd1\x9b\xb1\xf3\xa8\xa2\x28\x84\xe3\x35\x02\xbe\x32\x2b\xc9\ \x92\xec\xd3\x19\xfa\x20\x5c\x2e\xf7\x99\x73\x17\xa7\x4f\x19\x4f\ \x08\xd9\xb1\x7b\xbf\xac\xc8\x06\x7d\x8f\xda\x22\x71\xb1\xd1\x86\ \x5b\xb0\x9c\x5e\x07\x71\x19\xd0\x2e\x5f\xdf\xcd\xc4\xe4\x10\xe6\ \x09\xad\xaf\x2c\xac\x6b\x75\x78\xfd\x0a\x54\x25\x01\x11\x51\x61\ \x01\x06\xd6\x53\x45\xf6\x71\xf7\xdb\x07\x65\x54\x92\x65\x8e\xe7\ \x14\x45\x1d\x90\xd9\xaf\xa4\xb4\xdc\xe5\x72\x77\x79\x9a\xda\xda\ \x6c\x35\x75\xf5\xd3\x26\x8d\xeb\x71\x89\xbd\x76\xcf\xb6\x2d\x27\ \xf2\xaa\xcd\x89\xc3\xee\xb9\x6b\x5a\xa0\x00\xe0\xac\xdb\xba\x76\ \xcd\xf1\xa2\xb6\xac\xa9\x77\xcf\x1f\x91\xe0\x3d\xad\x36\x77\xf7\ \x86\xb3\xee\xbb\xef\x99\xe5\x2d\x3a\xaa\x38\x9a\x4e\x1f\x39\x70\ \x2c\xb7\x2c\x66\xf8\x9d\xf3\x47\xc6\x02\x80\xa3\xe6\xfc\xaa\x6d\ \xe7\x87\xcf\xbe\x3b\x35\x58\x00\x60\x65\xa7\xb6\xad\xdd\x7e\x42\ \x09\x19\x70\xdf\xe2\xb9\x61\x3a\x2c\x5b\xcb\x36\xac\x5a\x73\xa1\ \x01\x46\xcd\x5d\x34\xb9\x7f\xb8\xda\x56\xb9\x63\xeb\xd6\x9c\x82\ \xba\xc0\xb4\x31\xf7\xdc\x31\xc1\x72\x33\xdc\x41\x1d\xac\xf5\x7a\ \xb0\xe1\x33\x13\xe2\x10\x16\x90\xe7\xf8\xc6\xa5\xab\xf6\x15\x8a\ \x26\x03\x87\x00\x80\x4a\x1e\x61\xf8\xfc\x45\xe1\xa1\x16\xf0\x48\ \xbe\xfa\x0c\x7d\x0b\xa2\x28\x9e\x3d\x93\x73\x78\xff\x2e\xc2\x71\ \x1c\x47\xae\xaa\x2d\x62\xb3\x3b\xc7\x8e\x9b\x78\xd5\x25\x2d\x95\ \x25\x0d\x8a\x65\xf2\x8c\xe4\xcd\xef\xbf\xb7\x3c\x20\xf1\xd9\x69\ \x21\x1f\xfe\xfb\x6f\x97\xf4\xc3\xa7\x67\xa1\x0f\xdf\x7f\x3b\xa1\ \xff\x5f\xfb\xa3\xea\xb5\x9f\x7c\xb4\x65\xc7\x3e\x57\xbf\x07\xef\ \x17\x00\x00\x6c\xb5\xb9\x6b\xd6\xec\xc5\xe1\x29\xc3\xc7\x4f\x0a\ \x8f\x0e\x01\x70\x1d\x5a\xfd\xc1\xba\x6d\xbb\x2f\xc9\xa9\xa3\xee\ \x16\x00\xa0\xfc\xe0\xd2\xbf\x7f\x92\x37\x7b\xd1\xd4\x8b\x6b\xdf\ \xff\x68\x77\xfa\xcf\x66\x9b\xdf\xf8\xdb\x0b\xd6\xa4\xe9\x23\xe2\ \xf3\x3e\x7a\xf3\xe3\x8c\x17\x7f\x2a\x54\x15\xb7\xe0\xe0\xa9\xd3\ \x12\xd7\xbc\xfb\xd1\xea\xa0\xb8\x47\xc7\xc7\x7e\x0e\xf5\xc1\xcb\ \xda\xcf\x12\xbb\x84\xe3\xda\xcb\x4f\x6c\x3d\x5a\x37\xef\x99\x5f\ \x0d\x8d\xd4\x76\xf9\x16\x30\xe1\xa8\x47\xf2\xe9\x0c\x7d\xcf\xa6\ \x41\x58\x91\xa5\xc6\xba\xaa\x9b\xab\x2d\x02\x00\x10\x98\x36\x6a\ \x71\x1a\x00\x34\x9f\x58\xad\x31\x1a\x74\x8d\xc7\x57\x1d\x6e\x8b\ \xff\x7f\xbf\x5c\x14\xc4\x2e\xec\xdc\xf1\x4e\x8b\x15\xc0\x0f\xc7\ \x0f\x18\x37\xaa\xa9\xa5\x39\x35\x45\x07\x00\x4a\xdd\x87\xff\xf9\ \x4f\x8e\x14\x91\x41\xf5\x29\x59\xd9\x51\x81\x5a\x90\x6d\x96\x98\ \x21\x93\x47\x59\x71\x53\x42\xb4\x01\x40\x2a\xfd\x64\xf5\xd1\x31\ \x0f\xff\x71\xd6\xd0\x20\x5d\xc9\xce\x43\xad\xad\xe7\x37\x6e\x2d\ \x34\x8e\xfa\xc7\xa3\x73\x50\x55\xe0\xa6\x83\x1b\xac\x6d\x90\xda\ \x6f\xfc\x92\x7e\x00\x4a\xcd\xbe\x95\x1a\xcd\x4d\xba\xed\x3a\x63\ \x2c\x5e\xe1\xdb\xcb\x7a\xfd\xab\xcd\x3b\x68\xb7\xd6\xf1\xc1\xe9\ \x03\x53\x22\x74\xd4\xd9\xe5\xcf\xa5\xaa\xa2\xfa\xf6\x13\xee\xab\ \xf4\x45\x84\xe3\x08\xe9\xfd\xd3\xbb\x49\xde\x5e\xf6\xd1\x3f\xff\ \xd9\x10\x31\xf5\xee\x51\x61\x7b\xf7\x9c\x4f\x1f\x3b\x39\x88\x00\ \xad\xa9\x73\xf1\xe6\x40\x3f\x00\x7d\xd8\x80\xc1\x09\x2d\xad\x72\ \x52\x62\x22\x00\x54\x1e\xda\x74\x09\x67\x7c\xff\xd9\x47\x07\x07\ \xb5\xbe\xf9\xea\x47\x0d\x0a\x00\x6f\xcc\x18\x32\xc4\xd5\xdc\x1a\ \x9a\xd0\x4f\x04\x68\x3c\x77\xbc\x46\x48\x9a\x3a\x34\x08\xc0\xd5\ \xdc\x24\x07\x5b\xa4\xe3\xa7\x2b\x06\x4f\x1d\x2f\x02\xb4\xb7\x56\ \x33\x6d\xb0\x77\x17\x0b\xb9\xb5\xf0\x9d\x7f\xbc\xe8\x4e\x9e\x3d\ \x6f\x78\xd8\xcd\x4a\x5c\x2f\x5d\x11\x00\x42\xc0\xe0\xc6\x4a\x03\ \xa5\xe0\x17\x18\x4d\x1b\xcf\xed\x3b\x7a\xa1\xa1\xb9\xb5\xb9\xb9\ \xb9\xb9\xb9\xb9\xa9\xa9\xc5\xe1\x51\xae\xd5\x37\x7c\x72\xb7\x8f\ \x9b\xea\xd0\x6b\x6f\xb7\x14\x1d\x7c\xf3\xbd\xcd\x96\x21\x77\xfc\ \x72\xde\x30\x2d\x54\x96\x36\xb2\x94\xb8\x38\x00\x38\x73\xec\x24\ \x0d\xcb\x48\xd1\x03\x00\xc8\x55\xe7\xaa\x25\xff\x19\x09\x26\x00\ \xc8\xcb\x2b\x8d\x1a\xbc\x28\x2b\x31\xd6\xc3\x06\xad\x39\x79\xc8\ \x29\x03\x70\x00\x52\x71\x7e\xb5\x94\x31\x27\x01\x00\x2a\x2b\xca\ \x34\x21\xfd\x03\x01\x68\x6b\xc1\xe9\x0a\x98\x3e\x59\xbf\x77\x3f\ \x9a\x19\x16\x08\x00\xe7\x0e\xe5\x98\x52\xa7\x84\x09\xd0\x94\xb7\ \xeb\xf5\x8f\x76\x87\x8f\xb9\xf7\xe7\x33\x07\x0a\xf0\xf9\xa8\xdb\ \x2d\xd6\x7d\x23\xa8\x8a\xa2\x0b\xcb\xbc\x73\x4a\xc1\x47\xcb\xff\ \xbb\x5f\xd0\xf2\x18\x01\x50\xc9\x2d\x8c\x5c\x78\xdf\xdc\x51\x49\ \xcc\xed\xd3\x77\xfb\x1e\x3f\xd5\xae\x5a\x22\xd7\x7c\x49\xaf\x39\ \xee\xac\x38\xfc\xc2\x8b\xab\x06\xdd\xff\xfc\xc2\x61\xd1\x8c\x01\ \x00\xa6\x1e\x7b\x6b\x6b\x4b\x7b\x61\xde\x47\xbb\xaa\xa6\x3d\xff\ \xac\xb7\x53\x4b\x73\xf3\xd4\xe0\xf8\x04\x1d\x00\x00\x01\xa5\xa1\ \xaa\x1c\x20\x69\xf7\xce\x5d\x9a\xd8\xd1\x91\x5a\x00\x00\x47\x49\ \x41\x0d\x0b\x58\x14\x2b\x76\x4c\xd6\xcd\x0d\x56\xa7\x75\xc7\x5b\ \xef\xb1\x8c\x39\x23\x92\x03\xb6\xb7\xb7\x34\xb4\xd9\x6a\xeb\x77\ \xaf\x3a\x47\x1f\xff\xd3\x04\x4f\xe9\x9e\xbf\xbd\xba\x79\xec\xe3\ \x3f\x9b\x9b\x15\xc6\x28\x83\xaf\x61\xd5\x30\x42\x44\x10\x79\x84\ \xf0\xc0\x19\x0f\xa7\x8d\x99\x6f\x6d\x73\xaa\x00\x98\xa9\x6e\xb7\ \x22\x9a\xcc\xd4\x23\xfb\xe4\x6e\x5f\x54\x18\x0c\x06\x23\x63\x58\ \xe9\xcc\x31\xf4\x92\xd5\x9b\xef\x81\x31\xd1\x68\x35\xdd\xcf\x3f\ \xb7\x67\x4b\x5e\xbd\x15\x6d\x7a\xfb\xf8\x2a\xd7\xa0\xf9\xcf\x2c\ \x1e\x1d\x3b\x7b\xf6\xd0\x37\x96\xfe\xe9\x82\x5f\xc8\xe8\x87\x9e\ \x9f\x91\xec\x5d\xc3\x43\x4b\x6b\xac\x09\xfd\xa6\x78\x05\xe4\xc8\ \xd9\x77\x9e\x7c\xf5\xe3\x1f\x3f\x7f\xd0\x12\xde\xef\x89\x47\xa6\ \x7a\x7b\xbd\xaa\xaa\xd2\x2f\x6e\x40\x84\x00\x00\xd0\x6f\xd4\xac\ \xa4\x13\x6f\xfe\xfa\x17\xe7\xc2\xd3\xc6\xfe\xf0\xc1\x49\x82\x46\ \x9e\x3d\xa9\xdf\xd2\x57\x7f\xb7\xc7\x1c\x71\xe7\x53\x3f\x1a\x1c\ \x04\x7b\x3e\xdd\x5c\xd8\xd4\x26\xae\xf9\xdf\x81\x8f\xa5\x11\x0b\ \x7f\xb8\xe0\xab\x2e\x8d\x43\x38\xce\x5e\x9f\xb7\x72\xed\x7e\x2b\ \xe1\x09\x30\x60\x08\x63\xc4\xa8\x4c\x02\xd3\x16\xcc\x1a\x6b\xe6\ \xd9\xb5\x79\xc3\xbe\x7c\x86\x3e\x81\x92\xd2\xf2\x33\xe7\x2e\x74\ \xe6\xe9\xb2\x6e\xfa\x1f\xd5\xe9\xf5\xe3\x46\x0d\xef\xbe\x5d\x8a\ \x2a\xcb\x2a\x55\x25\x49\xa6\x0c\x04\x8d\x4e\x23\x10\x00\x26\xb9\ \x5d\x2a\x12\xb4\x62\x97\x30\x62\xaa\xa2\x62\xc2\x75\x69\x89\x54\ \x95\x5c\x6e\x45\xd0\xe9\xf8\x2b\x47\x14\x40\xa4\x2b\xb1\x9d\xa9\ \x92\xd3\x43\xb5\x5a\x0d\xbe\xb2\x23\x95\x1b\x71\xa2\xc8\x93\xce\ \x87\x2a\x92\xa4\x50\x00\x41\xa3\xd7\xf0\x9f\x61\x29\x5d\xbe\x94\ \x87\x00\x52\x52\xd3\xdc\x6e\x37\xa5\xaa\x24\x49\x1e\x8f\x87\xe3\ \x48\x69\x49\x49\x6b\x4b\xd3\xc8\x31\xe3\x69\xcf\x6d\xb9\x30\x21\ \x6e\x6b\xc5\xa9\x13\x97\x5b\x9a\x4b\x0f\xe6\x54\x0d\x1e\x33\x26\ \x40\x8b\x89\xd4\xb8\xef\x70\xc5\xdc\x1f\x3c\x3b\x2c\x4c\x27\x2b\ \xbe\xd8\x44\x9f\x44\x7c\x5c\x4c\x7c\x5c\xcc\xcd\x8a\x28\x9e\x27\ \xc0\x0b\x62\x77\x61\x8c\x04\xcd\x55\xc1\x0b\x44\x7a\xfa\xda\x30\ \x11\xf4\x7a\xa1\xe7\x91\x9e\xb5\x44\x88\xd0\x33\x00\x82\x35\x5a\ \xdd\x35\x0f\xfd\xba\x5a\x80\xaa\xaa\x68\x8a\x9e\x72\x47\x5a\xed\ \x99\xb5\x25\xd6\xb0\x05\x8b\xee\xb4\x20\x00\xb9\xba\xea\xe2\xdb\ \x0e\x8f\x82\xc0\x57\x9f\xc1\x87\xbe\xac\xf7\x33\xd5\xed\x72\x8b\ \xfa\x00\x77\xcd\xc6\xed\x7b\x52\x86\xc6\x9b\x2a\x4f\x6f\xbf\xec\ \x31\x8c\x0f\xf0\xd5\x67\xe8\xc3\x90\x24\xa9\xa5\xd5\xca\x18\xb3\ \x58\x2c\xb7\x62\xc6\xe3\x57\x05\x55\x91\xf5\x11\x59\xf7\xcc\xae\ \x59\xbe\xe5\xc3\xc3\x1e\xca\x1b\x42\x67\xde\xb3\x24\xd6\x88\x55\ \x45\xf1\x71\xb7\x2f\x82\x52\x7a\xe0\xf0\x09\x97\xdb\x8d\x10\x72\ \xbb\xdd\x73\x67\x4d\x11\x78\xe1\x76\xfa\x81\x18\x63\x74\x93\x7e\ \x09\xc6\x14\x15\x25\x8c\x98\xff\x8b\xc1\xd3\xdc\x92\xca\x6b\xb4\ \x22\x07\x8a\xdc\xfb\x52\x0d\x1f\x77\xbf\x7d\x38\x5d\xee\xe6\x16\ \xab\xb7\xb6\x48\xce\xd9\x0b\x5b\xb6\xef\x15\x78\xbe\xeb\x5b\x59\ \x51\x52\x92\x13\x52\x93\x12\xae\xbe\xca\xda\x58\xdf\x62\x33\xf8\ \x87\x06\x59\x3a\xb4\x52\x67\x4b\x5d\x7d\xbb\x1c\x10\x1e\x61\xea\ \xca\xc0\x52\x3c\x2d\x6d\x2e\xa3\x9f\xa5\xcb\xb2\x92\x9d\x6d\xf5\ \x8d\xad\xbc\x29\x38\xc4\x4f\xe7\x75\xc1\xb5\xb5\x5a\x79\x83\x45\ \xd7\x79\x89\x2a\xdb\xdb\xec\xd4\xec\x67\xea\xaa\x51\xd2\xde\x6a\ \x25\x3a\x8b\x5e\xec\x38\x81\xc9\xee\xc6\x86\x7a\x37\x31\x46\x84\ \xf8\x93\xcf\x24\x24\x42\xaa\xa2\x9c\x3b\x77\x86\x10\x12\x1b\x17\ \x8f\xe0\x66\x18\xcc\x14\x59\x02\x44\x34\x1a\xc2\x98\x2a\xcb\xd7\ \x3d\xcf\xc7\xdd\x6f\x1f\x1c\x47\x6a\x6a\xaa\xb7\x6c\xdb\x4e\x29\ \xc3\x18\x63\x50\x64\x49\xe9\xec\x7a\xd4\xda\x6a\x3d\x9f\xeb\xb9\ \x8a\xbb\x6d\x85\x87\xde\x5e\xb6\xb5\xc9\xe1\x6c\x76\xea\x97\xfc\ \xe8\x17\xe3\x12\x0c\x65\x27\xd6\xbe\xb1\xfc\x80\xcb\x65\xe3\x13\ \x26\xff\xea\xf9\x45\x7e\xc0\x5a\x2a\x2e\x6e\x58\xfa\xc6\x2e\x6b\ \xfa\x4b\x7f\x7e\x2a\x00\x03\x80\xe7\xf2\xe1\x1d\xbb\x4f\xe4\x37\ \xd9\xa5\x7e\x13\xef\xbd\x6b\x54\x9c\xab\xa5\x7c\xef\xba\xa5\x1f\ \x1d\xb6\x3e\xff\xa7\xbf\x0f\x0e\x07\x00\xa5\x3a\xef\xf8\x27\xef\ \xbc\x5f\x1d\x32\xed\xaf\x3f\xbb\x4b\x0b\xe0\xb6\x56\x1d\xd8\xbc\ \xe2\x93\x1d\xc5\x0f\xfe\xf9\xd5\x09\x91\x00\x00\x4d\x05\xc7\x36\ \xee\x3e\xde\xd0\xdc\xa2\x4b\x9e\xf4\xe8\xc2\xb1\xba\x9b\x90\xa3\ \x1c\xc7\x65\x67\x0f\x53\x54\xb5\xbd\xbd\x8d\x7d\x9e\xda\x0e\x9f\ \xb9\x24\xd9\xc7\xdd\x6f\x1f\x02\x2f\x94\x95\x96\x1c\xdc\xb3\x85\ \xe7\x85\x6b\x0b\xf0\x3a\x3d\xd2\x7d\x0f\x3c\x7a\xd5\x61\x3e\x20\ \xe9\xee\xc7\xd3\xa2\xc2\xfc\x3e\xf8\xed\x53\xc7\xce\x57\x8e\x0b\ \xf2\xbc\xfa\xd6\xce\x31\xdf\xff\xf3\xdc\xe8\xc2\x1f\xff\xf4\xa3\ \x0b\xf5\x8b\xc6\x70\x79\x6b\x56\xad\x2d\xa8\x68\x8b\x1c\x9c\xea\ \xc7\x03\x00\xe4\xac\x7f\x77\xe5\x69\xc7\xd8\x69\xd3\x1f\xcc\x4e\ \x37\x08\x18\xa4\xa6\x2d\x2b\x56\x5c\x28\xad\xd4\x05\x67\xc5\x84\ \x63\x00\xb0\x5e\xde\xff\xf1\x86\x93\xe5\x2d\xae\xa4\xf1\xfd\xb5\ \x00\x00\xcd\xdb\x56\xad\xcb\x2d\x2c\x06\xff\xc4\xf4\x48\x04\x00\ \x4d\x17\xb6\xbf\xb2\xec\x70\xc2\xb0\x49\x4b\x16\x0d\x8f\xf4\xbb\ \x39\xa5\x1c\x21\x45\x51\xce\x9d\xcb\xc1\x98\xc4\xc5\x27\xdc\x9c\ \xdc\xbd\x69\x55\xc4\x47\x9d\x6f\xdf\xbe\x06\xe0\x08\x16\x78\x4e\ \xe0\x39\xfe\xaa\x8f\xc0\xf1\x1c\x77\x6d\xe9\x5b\x9d\x7f\x48\x54\ \x58\x40\x73\xfe\xae\xdc\x36\xbf\xf1\xc3\x93\x4e\x6f\x58\x87\xb2\ \xe6\xce\xca\xf4\x03\x8e\x68\x34\x5a\x42\x01\x02\xfa\x3d\xf6\xe3\ \x9f\x64\x46\x06\x27\x25\xc5\x62\x00\xb9\xea\xd0\x47\xeb\x8f\x6b\ \x4c\xdc\xf1\x75\x6f\xbd\xba\xf2\x90\x0a\x00\x42\xe0\x82\xa7\x7e\ \x36\x2d\x23\x2a\x22\x3e\xd9\xbb\x8c\xd3\x9c\x32\xe9\x67\xcf\x2f\ \x8a\x0d\x0a\x4d\x4a\x89\x05\x00\x00\xff\xf9\x8f\x3f\x3b\x6b\x68\ \x6c\x78\x7c\x7a\x08\x00\x48\xf5\x2b\x96\xae\x6a\x01\x5d\xdd\xd9\ \xcd\x2f\xfd\xef\xa3\x4a\xf7\xcd\x0a\x4f\x8e\xe3\xb2\xb3\x87\x0f\ \xc8\x1a\x04\x37\x11\x13\xf6\x71\xf7\xd6\x03\x42\x08\x7f\x9e\xda\ \x22\x00\x9e\x33\xdb\xde\xfb\xfb\xdb\x87\xa7\x3c\xf2\xdc\xb0\x30\ \xd7\xf1\xbc\xd6\xcc\xac\x81\x04\xc0\x7a\xa9\xd0\xae\x0d\x8f\xf7\ \xe6\xc9\xd8\x8b\xf2\x1b\x71\x4a\x62\x1c\x00\x9c\x3b\x74\xd0\x30\ \x74\xc9\x1f\x9e\xff\xd1\xcf\x1f\x9b\x51\x76\x7c\x4f\x85\xd3\x7b\ \x93\xd6\xf3\x85\x0d\x71\xa9\xfd\x3a\xdf\x01\x5c\xc5\x97\x6b\x54\ \xff\xf4\x38\xaf\x4c\x45\x00\xb6\xbc\xbc\x9a\xa8\xf4\x14\x00\x68\ \x2e\x3c\x5e\x0e\xfd\x9e\xff\xf5\x2f\x7e\xf6\xdb\x1f\x04\x34\xe5\ \x9c\xb8\xdc\x7e\xf3\x72\xf7\xe4\xc9\x63\xe7\xce\xe6\x00\xc0\x57\ \x2b\x77\x7d\x3a\x43\xdf\x10\xbd\xec\xba\x6b\x0a\xae\xad\x2d\x02\ \xcc\xb5\xfb\xfd\x97\xf6\xb7\x46\x3e\xfb\x9b\x3f\x44\x9b\x11\xb0\ \xe2\xe6\x76\x1a\xe9\x1f\x00\xe0\xd8\xb4\xe5\x40\xe8\x90\xc7\xbd\ \x05\xd4\xad\x05\x17\xdb\xb5\x11\x89\x91\x00\xc0\x6a\xea\x5a\xb4\ \xa1\x21\x00\xd0\x6e\xb7\x12\xbd\xbf\xd1\xeb\xc6\x68\x2c\x2e\x6b\ \xd3\xcc\x4b\x0f\xea\xba\x71\x71\xc1\x25\x12\x92\x16\xd3\x65\x28\ \x5a\x6b\x0b\x9a\xf0\x94\xa4\x50\x00\x68\x6f\xac\x76\x09\x01\x16\ \x1d\x80\xa3\xc5\x45\xb5\xfe\x7e\xfa\x9b\xfc\x61\x84\xe3\xb2\x87\ \x8e\x50\x55\xb5\xad\xcd\xfa\xd5\xca\x5d\x1f\x77\xfb\x04\x75\x55\ \x4a\x19\xeb\xac\x2d\xd2\x55\x3f\x03\x81\x77\xd7\x87\x9e\xb5\x45\ \x20\x7f\xd3\x7f\xff\xb9\x26\x6f\xd1\x93\x23\x4a\x4e\xee\x6c\x49\ \x18\x9a\x15\x17\x1e\x1d\x48\x0f\xac\x7f\xaf\x7d\x57\xf5\x49\x96\ \xf5\xb3\x79\x03\xbd\xa7\x9d\x3d\x9d\xcb\x47\x8c\x0f\x05\x00\x40\ \x89\x89\x51\x1b\x77\xac\xde\x64\x29\xc9\xd9\x75\x2c\x7b\xf6\xf7\ \xbd\xfb\xa9\x54\xe6\x9d\x6b\x12\x23\x53\xfc\xbb\xe6\x5e\xc7\xb9\ \x9c\x82\x90\x81\xd3\xba\xfe\x6e\x28\x39\x55\xc7\x42\xe3\x43\xb5\ \x00\x10\x14\x93\x4a\xaa\x57\xad\x59\x17\xac\x5c\xda\x83\x52\x27\ \x8f\x8c\xf9\x1c\x65\x4c\x25\xc9\x23\x49\xd2\x57\xde\x6a\xbe\xda\ \x22\x7d\xc0\xfd\x89\x50\x53\x8b\xb5\xb1\xd9\xaa\xd5\x1b\x34\x5a\ \xa3\xa8\x35\x74\x7c\x74\x06\x5e\x34\x04\x04\x87\x4c\x9e\x3c\x29\ \x34\x24\xb8\xeb\xfc\xd6\xe6\x16\x5d\x60\x20\xd8\x9b\x6b\x1b\x9a\ \x75\xe1\xc9\xf1\xc1\x96\x94\xb4\x78\x47\x5d\xb9\x12\x32\xe8\xa1\ \xfb\xee\x0c\xd3\x79\xe7\x65\xc5\xe9\x81\xa4\x01\xd9\x11\x01\x5a\ \x00\x08\x4a\x4c\x0f\xc1\x6d\x85\x15\xb6\x41\x33\xee\x9e\x3d\x3c\ \xc1\xcb\x4e\x97\xdb\x1d\x92\x30\x30\x35\xd2\x1f\x75\xba\xc7\xdc\ \xaa\xae\xff\xe0\x01\x41\xfa\x0e\xc1\x2b\xd9\x5d\x7e\xf1\x19\xfd\ \x62\x83\x08\x80\xe0\x17\x9d\x1a\xad\x2d\x29\x28\xb3\xa4\x4d\xba\ \xff\xae\x71\xba\xcf\x52\x36\x9b\x9a\x1a\x11\x40\x60\x60\x90\xa2\ \x28\x00\x8c\x52\xaa\xaa\x2a\xc6\xd8\xda\xda\xea\x76\x39\xa3\x62\ \x62\x19\xfb\xb2\x32\xd8\x97\x8b\xd3\x27\x20\x2b\x8a\xcd\xe6\xe8\ \x5d\xba\x10\x62\x36\x19\x6e\xb9\x5f\xf4\x79\x73\x71\x7c\x3a\xc3\ \xad\x0a\x9e\xe3\xfc\xfd\xcc\xbe\x76\xf0\xf9\x19\x7c\xf8\x4e\xc0\ \x27\x77\xfb\x04\xca\x2b\xaa\xcf\x5d\xc8\x63\x8c\xc5\xc5\x44\x65\ \x66\xa4\xf9\x1a\xc4\xc7\xdd\x5b\x03\x6e\xb7\xfb\x64\xce\xb9\x71\ \xa3\x87\x11\x42\xf6\x1e\x38\x2a\x2b\x8a\x41\xaf\xeb\xaa\x2d\x42\ \x08\x89\x8a\x0c\xd7\x6a\x34\xbe\x86\xf2\x71\xb7\xcf\x41\x55\xa9\ \xa2\x28\x41\x81\x01\xaa\xaa\x66\x0f\x1e\x50\x50\x58\xdc\x6a\x6d\ \xeb\x30\xa5\x11\x6a\x6f\xb7\x57\x54\xd6\x4c\x9e\x30\xba\x87\xf9\ \xeb\x6a\x3a\xbc\x67\xe7\xc9\xbc\x2a\xbf\xa4\xe1\x77\xcc\x19\x63\ \x26\x00\x52\xcb\xfe\xcd\x1b\x8e\x17\xb5\x65\x4d\x5e\x30\x75\x60\ \x64\x87\x47\xa2\xf8\xd8\x96\xb3\xf6\x59\x73\x27\x5b\xbc\x9e\x03\ \xa9\xfd\xfc\x89\x23\x47\x73\x4b\x23\x07\xcf\x9c\x35\x34\x06\x00\ \xa4\xe6\xa2\x0d\xbb\xce\x65\x4d\x9a\x93\x18\xe8\x75\xf9\xb2\xf2\ \x53\xbb\x4e\x36\x18\x67\xce\x1c\xae\x03\xa5\xf8\xd4\xfe\xdd\x47\ \xce\x38\xc5\xc8\xe9\xf3\xe7\xa5\x86\x68\x01\xa0\x31\xff\xf0\xda\ \xad\x47\xe4\xc0\xf4\x05\x77\xce\x0a\xd5\xf9\xb8\xfb\x9d\x87\x28\ \x8a\x67\xcf\x9e\x39\x71\xf4\x00\x21\x84\xe3\x38\x9e\xef\x59\x5b\ \xc4\xe6\x18\x3a\x7c\xd4\x55\x97\x34\x97\xe4\x15\x36\xa8\x03\x06\ \x67\xec\x5c\xf9\xfe\x32\x63\xd4\x93\x93\x42\x57\xbd\xfc\xb7\x13\ \x72\xea\xf8\x58\x75\xc5\x5b\x6f\x44\xfd\xf3\x4f\x69\xb8\x6e\xeb\ \xaa\x65\x1b\x36\xed\x68\x4b\x5e\x3c\x7f\x01\x00\x80\xb3\xb9\x60\ \xc3\xea\x1d\x2e\x53\x74\x52\xc6\x80\xa8\xa8\x00\x00\xcf\xc9\xcd\ \xcb\xd6\x6e\xdc\x7a\xd6\x99\xf0\x9f\x19\x0b\x00\xc0\xd3\x94\xbf\ \x6a\xf9\x9a\x2d\xdb\x0f\x84\xcd\xf8\xf1\x5d\x00\xe0\xae\x3e\x7d\ \xa1\x22\x34\x6d\x70\xeb\xa9\x75\xaf\xbc\x83\xff\xf9\xab\xbb\x3d\ \x17\x36\xfe\xf5\x7f\x7b\x07\x4f\x9f\x5c\xbd\x67\xcd\xbb\x62\xc8\ \xaf\x16\x0e\xf9\x5c\x3f\x13\x01\x20\x1f\x77\x6f\x37\x7b\x19\x63\ \x8f\xdb\x55\x55\x5a\xd8\xeb\x3e\x3f\x4e\x8f\x34\x6a\xf4\xd8\xab\ \x0e\x07\xf6\x1b\xfb\x70\x3f\x00\x68\x2f\xd8\xbd\x91\xe3\xb8\x96\ \x9c\x4f\x77\x56\x05\xff\xfe\x1f\x8f\x44\xe0\x0b\x47\x0e\xbd\xd5\ \xd0\x02\x69\x66\xc9\x2f\x2a\x73\x48\x66\x4d\x73\x4a\x9a\x1e\x00\ \x58\xd3\xc7\xff\x79\xe1\x98\x2d\x6c\x50\x86\x7f\x60\xc2\xf8\xa4\ \x30\x03\x48\x6d\xc8\x14\x37\x7c\xc8\x00\xa9\x25\x21\xda\x04\x00\ \x20\xbb\xa5\x88\x01\x43\x07\x56\xd6\x86\x0c\x18\x00\x00\xa0\x89\ \xb9\xfb\xa1\x87\x01\x20\xb7\xed\xe8\xa9\x22\x22\x80\xf3\xfd\x8f\ \x36\x25\xdd\xf1\xb3\x25\x53\x12\xce\xda\x4f\xbf\x57\x53\xaf\xdc\ \x14\x7b\xae\x84\x81\xbf\xf2\xed\x81\x7c\x7e\x86\x3e\x01\x82\xd0\ \x35\x69\x38\x3c\xc7\xf3\x9c\xc0\xf3\x1c\xdf\xeb\x25\xcc\x5d\xb7\ \xfa\xd5\x7f\x96\x5b\xc6\xdc\x3d\x2e\x72\xff\xae\x9c\xd4\xf1\x53\ \x23\x04\x60\x75\x8d\x1e\xce\xe2\x6f\x06\x30\x46\x0f\x1f\x9b\x65\ \xb3\x29\xde\xda\x22\x35\x47\x36\x9d\x75\xc7\x3f\xf6\xe8\x3d\x09\ \xa4\xf4\x95\x97\x97\x36\xa9\x00\x82\x79\xc8\x98\x71\x60\x6b\x0f\ \x8d\x4f\xf7\x16\xfe\x35\x44\xf6\x9f\xd0\xdf\x62\x93\x0c\xc9\x29\ \x5d\x71\x10\x7a\x71\xe7\x07\xef\x1f\x93\xef\x7b\x70\xbe\x54\x72\ \x20\xcf\x15\x33\x6b\x64\x02\x00\x34\x34\x39\x83\x82\x83\x3e\x9f\ \xd8\x43\x1d\x3a\x90\x8f\xbb\xdf\x19\x5c\xa7\xb6\x88\xad\xf2\xd4\ \x8b\x7f\xf9\x4f\x85\x65\xfc\x2f\x9f\xbb\xd7\x04\xd5\x85\xf5\x34\ \x2e\x21\x11\x00\x2e\x1c\x3f\xa5\x84\xa4\xa6\x18\x01\x00\x94\x9a\ \x73\x55\x2e\x73\x72\xa2\x05\x00\x2e\xe4\x16\x45\x0d\x9d\x39\x22\ \xb3\xdf\xc4\xb1\x23\xf4\x52\xa3\xcd\x1b\xa0\x55\x4a\x2f\x57\xb9\ \x92\x32\xae\x64\x06\xd7\x5d\xba\x6c\xd5\x46\xa6\x79\xf3\xca\xa4\ \xa6\x0d\x6f\xfe\x6d\xe9\x09\xf7\x23\x3f\xfd\xe5\xb0\x30\x52\x55\ \x98\x8f\x43\xe3\xfd\xf5\x00\x52\xd1\xb1\x62\x5b\x66\xff\xb4\xcf\ \xfd\x43\x7c\xfa\xee\x6d\xc9\x4f\xea\xcd\xc6\xe9\xd1\xc3\xde\x1a\ \xcb\xbd\xd4\x16\x91\x6a\x4f\xff\xe7\x3f\x4b\x93\x16\x7c\xff\xde\ \x51\x5e\xda\x51\xd9\xe5\x70\x38\x1d\x72\xd5\x99\x0f\x77\x14\x8f\ \xfb\xfe\x63\x5e\xcd\xa3\xe2\xc2\x25\x25\x28\x21\xc1\x1b\x92\x53\ \xa4\x96\x86\x06\x00\x38\x7c\x60\x3f\x1f\x39\x28\x42\x0b\x00\xe0\ \x2e\x29\xaa\x51\x03\x17\xc4\x5d\xb1\xb9\x0a\x2e\xe7\x5b\xe2\xa7\ \x98\x01\x80\xd9\x56\xbf\xfa\xaf\x0b\xda\xd1\xbf\xf8\xc5\x2c\xb3\ \x37\x73\x81\xaa\xf6\x36\x9b\xa4\xd2\x5d\xef\xbd\xdb\x12\x32\x72\ \x62\x86\xf1\x73\x09\x5c\x40\x70\x73\xd5\xf4\x7c\xdc\xbd\xa5\x80\ \x10\x68\x44\x2d\x65\x48\x96\xd5\x0e\xcf\x58\x17\x79\x19\x00\xa0\ \xab\x6a\xec\x9d\xde\xb6\xf2\x48\x71\x83\x67\xe7\xc7\x3f\x5f\xef\ \x18\x38\xef\xa9\x45\xa3\x62\xa7\x4f\xc9\x78\xf3\xed\xdf\xe6\x58\ \xfc\xb2\xee\xfe\xe1\xbc\x0c\x3f\x2f\xd7\xf2\x4b\x6a\x23\x53\x46\ \x7b\x5d\x6b\x23\x66\xcc\x3e\xfc\xca\xf2\x9f\xfc\x7c\x97\xd6\x1c\ \xf7\xc8\x13\xd3\xbd\xb7\x2b\x2f\x2b\xd2\x44\xa6\x47\x75\x25\x91\ \xb3\xd6\xe2\x0a\x67\xf2\xf4\x38\x00\x68\x2b\xd8\xbf\x66\xc7\x39\ \xcb\x00\xee\x1f\xbf\x39\x60\x8a\x1b\xf7\xfd\x27\x66\xc6\x67\x4f\ \x4d\xdd\xfd\xdf\xdf\xfd\x28\xcf\x1c\xd5\xef\x99\xa7\xef\x31\xdc\ \x34\x73\x3b\xca\xa4\x74\x68\xef\x5f\x69\xbb\xf9\xf2\x19\xfa\x02\ \x2e\xe5\x17\x9d\x3a\x7d\xa6\xab\xb6\x08\x63\xc8\x5b\xf6\x93\x52\ \xaa\xd7\xeb\x27\x4d\x18\x6b\x31\x9b\xae\xc8\x5d\xa7\xc3\x25\x49\ \xde\xda\x22\x5a\x93\x9f\x49\xcb\x03\xa3\xb6\xb6\x56\x95\xe8\xcc\ \x46\x6d\x97\x69\xe4\x71\xbb\x11\xaf\x11\x3a\xd7\x94\xc9\xae\x76\ \xab\x5d\x36\x58\xfc\xb5\x9d\xc5\x45\x14\xc9\xad\x00\xa7\x11\x3a\ \xe5\x17\xa3\x6e\x97\x87\xd7\x68\x09\x06\xaa\xb8\x1d\x4e\x8f\x24\ \x49\x8a\x4a\x39\x51\xef\x67\x31\x60\x00\xc5\x6d\x6f\x73\xc8\x06\ \xb3\x45\xe4\x3e\x5b\x6d\xbd\x92\xcf\xe0\x72\x51\x4a\x25\x59\x92\ \x24\x0f\x47\x48\x89\x2f\x9f\xe1\x36\x43\x5a\x4a\x62\x5a\x4a\xe2\ \x4d\x9e\x2c\xe8\xf4\x82\xae\x67\xfa\x2c\xc2\x46\x4b\xc0\x55\x52\ \x49\xd4\xf4\xd8\x7c\x85\xd7\x9a\x82\x7a\xee\xc6\xc2\x09\x9a\x9e\ \xc5\x45\xb0\xa6\x73\xbf\x16\xcc\x69\x8c\xa6\xab\xa3\x21\x9c\xc6\ \x10\xf0\xb9\x22\x24\x08\x79\x3f\xde\x7f\x00\x00\x21\xec\x2d\x63\ \xfa\x95\x98\x6c\x3e\x5b\xcd\x87\xaf\xcb\xf1\xe7\x70\x38\xbc\xb5\ \xce\xbd\x95\x4b\x11\xc2\x2a\xa5\x1e\xb7\x87\xe7\x38\xf6\x55\x68\ \x0f\x3e\xee\xf6\x09\x28\x8a\x62\xb5\xb6\xb5\xb6\x5a\x65\x59\xb9\ \x3d\x7e\x91\x28\x8a\xc5\x45\x05\x2e\xa7\x4b\xe0\xbc\x3a\x0a\x12\ \x05\xc1\xe9\x72\x36\x37\x35\xea\x74\xfa\xaf\x84\xbb\x3e\x9d\xa1\ \x0f\xf8\x19\x18\x3b\x74\xf4\x54\x4b\xab\x15\x21\x00\x04\x73\xa6\ \x4f\xe1\x38\x72\xab\xff\x28\x42\x88\x46\x10\x4e\x9d\x3a\x96\x9a\ \x92\x6e\xf1\xb3\xf0\xc0\xea\xeb\xeb\x0b\x0b\x2e\x07\x07\x07\x73\ \x1c\xf1\x71\xf7\x36\x81\xc3\xe9\x6a\x68\x6c\xba\xfb\xce\xd9\x00\ \x70\xfc\xe4\x99\xcd\xdb\x77\x8b\xdd\x1c\x0b\x8a\xa2\xa6\xa5\x26\ \x26\x5c\x53\x69\x4f\x76\xb6\xb7\xda\x5c\x1a\x53\x80\x49\xdb\xd1\ \x89\xb2\xa3\xad\xc5\xa9\x58\x02\xfc\x45\x7c\xa5\xd4\xa3\xd3\xe5\ \x11\x75\xba\xae\x22\x20\xaa\xec\xb2\xb6\xd9\x88\xc6\x6c\x31\x78\ \xfd\x0b\xcc\xed\x70\x62\x51\x2b\x70\x9d\xa5\x43\xa8\xe4\x74\xab\ \x5a\x9d\x16\x03\x30\xd5\xd3\xda\x62\x65\xbc\xc1\xcf\xa2\xbf\x32\ \x41\x53\xd9\xe9\x52\x44\xbd\xf6\xc6\xc3\x8b\x52\x35\x2c\x2c\x8c\ \x70\x7c\xee\xf9\xb3\xde\xc2\xfd\x08\x70\x74\x74\x2c\xcf\x91\xe6\ \xe6\x46\x9f\x8f\xec\x36\x01\x47\x48\x7d\x7d\xc3\xfe\x83\x87\xa8\ \x4a\x11\x42\x02\x41\x54\xed\x58\xdd\x85\x11\x6a\xb3\x5a\x73\xce\ \xe6\x5e\xc5\x5d\x5b\xc9\xf1\x77\x97\x6d\xac\x6e\x6e\xb7\x41\xf0\ \x83\x3f\xfa\xc9\xf0\x68\x6d\x6d\xee\xb6\x37\x3f\xda\xd1\xd8\xd6\ \x6e\xe9\x3f\xe7\x67\xcf\xce\x33\x01\xd8\x1b\x4b\xb6\x7d\xf2\xe6\ \xd6\xfa\xb8\x7f\xfc\xf1\x7b\x01\x3c\x00\xc8\xc5\xa7\xf7\xed\x3e\ \x7c\xae\xb2\xd9\x91\x31\xe9\xfe\x7b\xc6\xc6\xcb\x8e\x86\x23\x9b\ \x97\x7d\xb0\xb7\xee\x99\xdf\xfe\xbf\xc1\xe1\x00\xc0\x9a\xcb\xce\ \xad\x78\xf7\xdd\x52\xf3\xb8\x3f\xfe\x64\x81\x4e\x6d\x58\xfb\xf6\ \x07\x27\x4b\xea\xdb\xda\x3c\x83\xef\x7c\xea\xd1\xa9\xe9\x00\xd0\ \x52\x79\x71\xdd\x87\x6f\x9e\xa1\xc3\x5f\xf8\xed\xbd\x9f\x39\x35\ \x50\x4a\x83\x03\x03\xcd\x66\xb3\xa2\xaa\x08\x61\x51\x14\x45\x51\ \x6c\xb3\x5a\xbf\xaa\xbc\x06\x1f\x77\xbf\x7d\x08\x82\x50\x54\x78\ \x79\xdf\xce\x8d\xbc\xe0\xad\x2d\x82\xba\xeb\x13\x4e\x8f\x67\xf1\ \x7d\x0f\x5f\x6d\xa6\x18\xc3\x67\x2c\x7e\x3a\x39\x2e\xe8\xfd\xdf\ \x3c\xbd\xff\x54\xe9\xf0\x20\x78\xe5\xbf\x6b\x33\x1f\xfe\xfd\xaf\ \xe2\x4b\x9f\xff\xd5\xf2\xdc\x86\x79\xa3\x48\xde\x27\xef\x2e\xcf\ \x2b\x28\xf7\x1b\x32\xc9\x9b\x44\x96\xb7\xf3\x93\xe5\x47\x9a\x46\ \x4c\x99\x71\xef\x90\x34\xa3\x80\x41\x6e\xde\xf0\xfe\x3b\x39\x85\ \x45\xaa\x61\x60\x64\x38\x01\x80\xb6\xfc\x3d\x6f\xae\x3a\x52\x5a\ \xd2\x90\xbc\x20\x55\x07\x00\x54\xc8\x18\x77\xc7\xf4\xc7\x13\x6b\ \xb6\xfd\xe3\xff\xed\xdc\x7f\xd7\xd4\x74\x4d\xc9\xa1\x0f\x3e\xdd\ \x79\xf9\x72\x4d\xc4\xcc\xf4\x9b\xf4\x37\x50\x4a\x11\xc6\x02\x21\ \x18\x13\x84\x50\xaf\xe5\x1c\x7d\xb6\xda\xad\xac\xef\x02\x70\x84\ \xf0\x1c\xe6\x09\xe6\x08\xe6\x08\xba\xf2\xe1\x10\x87\x11\xb9\xa6\ \xb6\x88\x3e\x28\x2a\x39\x2e\xdc\x56\x7e\x3c\xdf\x66\x1e\x39\x24\ \xe1\xfc\x86\xd5\xee\xb4\x39\x0b\x86\x87\xf3\x06\x9d\x51\xab\x01\ \x15\x20\x20\xf9\xf1\x1f\x3f\x9f\x9d\x18\x99\x9c\x12\x4f\x00\xd4\ \xba\x13\xef\x2d\xdf\x25\x13\xf5\xc8\xda\x77\xde\xdb\x78\x8a\x01\ \x00\x67\x99\xff\xf4\x2f\xe6\x64\x27\x46\x27\xa6\x78\x97\xb6\x1a\ \x13\xc6\xff\xe2\xf9\xfb\x52\x23\x22\x92\x53\xe3\x01\x00\x78\x4b\ \x72\x6a\xa2\x4e\x69\x3c\x7a\xa6\x36\x3d\x7b\x88\x19\x40\x8c\x19\ \xf9\xdc\xf7\x1f\xef\x1f\x19\x99\xd6\x2f\xa2\x4f\xb8\x32\x7c\xd4\ \xe9\x0b\xb8\x61\x6d\x11\xdc\x5b\x6d\x11\xf5\xf2\x81\x95\x7f\x79\ \x79\x73\xf6\xbd\xdf\x1f\x13\xad\x1c\xcd\x6d\xca\x1a\x3c\x88\x07\ \xb0\xe5\x17\xb5\x8b\xa1\xb1\xa1\x00\xc0\x21\xb9\xaa\xa0\x8e\xa5\ \x26\xc4\x01\xc0\xf9\x83\x7b\xb9\x81\x8b\xfe\xf2\x9b\x9f\xfd\xec\ \xa1\x89\x79\x7b\xb7\x94\xb9\x00\x10\x21\xc8\x76\xb1\xa0\x2e\x26\ \xa5\xa3\xb6\x08\xe6\x88\x5c\x55\x54\x25\x5b\xd2\x13\x3a\xbc\xbc\ \xed\x95\x67\x5e\xfa\xf3\xdf\x6b\x23\x67\x3d\x79\x57\x36\x00\x00\ \xc1\x9e\xa6\xca\x52\xa7\xbe\x5f\x54\x40\x9f\xd0\xb5\x7c\xbc\xe9\ \x23\xae\x86\xcf\x51\x5b\x04\xa4\xc3\x2b\x5e\xdd\x5c\xa4\x7b\xf0\ \xe7\xbf\x4f\x0d\xd6\x00\x2b\x69\x6c\x63\x99\x81\xc1\x00\x9e\x1d\ \xdb\x0f\x06\x66\x2d\x89\x40\x00\x00\xed\x85\x17\x5a\xc5\xf0\xc4\ \x18\x0c\xc0\x2a\xab\x9b\x4d\x61\xd1\x08\xc0\x23\x49\xbc\xde\xac\ \xf7\x76\x7b\x4b\x71\x89\x55\x9c\x99\x7e\xa5\xa2\x40\x71\x41\x1e\ \x0a\x4e\x8d\x15\x00\x00\xea\x2e\x6c\x7b\x6d\xe9\x91\x41\x0b\xbe\ \x3f\x37\x3b\xa6\x6b\xe8\xd4\x96\xe4\x2a\x7e\xc9\x11\x7e\xa8\x2f\ \x34\x9a\x4f\xee\xf6\x09\xea\x2a\xaa\xca\x28\xa5\x54\xa5\xaa\xda\ \xf1\xaf\xf7\x3f\x4c\x55\x55\xe5\xaa\xda\x22\xc5\x3b\x5e\xff\xfb\ \xf2\x73\xfd\x87\x0f\x72\xfc\x7f\xf6\xae\x3c\x2c\xaa\xf3\xdc\xbf\ \xe7\x9c\x99\x33\x3b\x33\xc3\xec\x33\xec\xfb\x2e\xca\xa2\x80\x0b\ \x20\x2e\xb8\x90\xa8\x4d\xd2\xb8\x64\xd1\xc4\x3c\xb9\x4d\xd2\xf6\ \xb6\xb1\xf6\x36\xde\xa4\x49\xb3\x3d\xd6\x36\x69\x9a\xc6\xb4\x89\ \xda\xa4\x35\x69\xb4\x88\x51\x12\x35\xa8\xe0\xca\xa2\xa0\x28\x9b\ \xa8\x2c\xc2\x30\x0c\x0c\xcc\x0c\xb3\x9f\xed\xfe\x31\x88\x88\x92\ \x66\x31\x37\x18\xce\xef\x39\x7f\xf0\x9c\x73\x66\xce\xc3\xf7\xfd\ \xce\x6f\xbe\xf7\xfd\xde\xa5\xbd\xae\xb9\xdb\x01\x88\x5a\x1b\xe0\ \xad\x3c\xb4\xab\xe4\xfd\x2d\x47\xad\x91\x6b\x96\x4d\xf7\xdf\x56\ \x7f\xb6\x9e\xab\x8f\xd3\x03\x00\x20\xa1\x21\xea\xab\x55\xfb\x2b\ \x4e\x96\xbd\xf7\x51\x79\x52\xde\x42\x35\x17\x00\xa0\xbb\xe9\x7c\ \x1f\x47\x1f\xaf\x1a\x31\xba\xdc\xe7\x6b\x5b\x54\x31\x71\x1c\x00\ \xb2\xaf\xf6\x95\x17\xde\x66\xc2\xd3\x82\xb0\xbe\xb3\xf5\x57\xaf\ \xd7\x05\x61\x2e\xd6\x34\xc9\x22\x63\x26\x48\x42\x33\x5b\x5b\x64\ \x02\xe8\x07\x82\x18\x8d\xbd\xe6\xfe\x01\x9c\x27\xe0\xf0\x84\x5c\ \x5c\xc0\xe1\x0b\x38\xb8\x80\x8b\x0b\x30\x8e\x40\x1a\xa8\x9c\x9b\ \x9f\x6b\xd0\xdf\xe8\xc5\xd7\xdb\xd1\x46\xf0\xc4\x5e\x4b\x57\xeb\ \x95\x76\xae\x26\x26\x5a\xa7\x88\x8e\x31\xf4\xb4\x5c\xb0\x89\x13\ \xd6\xae\x7d\x30\x74\xb8\x72\x2e\x39\x30\xe0\x08\x4b\xc9\x0a\x53\ \x0b\x01\x40\x1b\x1d\x27\x76\x5e\xab\x6d\x32\x25\xcc\xbd\x7f\x45\ \x7e\xbc\x5f\x76\xed\x56\x4b\x40\xc8\xd4\x94\x70\xd5\xf5\xda\x22\ \x9e\x01\x3b\x24\x66\xa6\x6b\x25\xb8\x73\xa0\xab\x67\x08\x15\x20\ \x8e\xcb\x97\x5a\xad\xb4\x34\x31\xc1\x5f\xe7\x89\xe8\xb7\xf9\x12\ \xa6\x4e\xd7\x7f\x85\x22\x90\x36\x9b\xd5\x31\x64\x17\x89\x25\xfe\ \x15\x11\x82\xa0\x08\x82\xa0\x28\xea\xf3\x7a\x3d\x1e\xf7\x1d\x99\ \x62\x36\x16\x67\x42\xc0\xeb\xf3\xf5\x5b\x06\x11\x7f\x96\x81\xbf\ \x67\xf4\xf5\x5c\x4b\x2e\x97\xab\x56\x29\xee\xba\xff\xa8\xb3\xa3\ \xcd\xd4\xdd\xa5\xd6\xea\xfc\x6a\xe5\xf7\x33\x70\x38\x9c\x21\xbb\ \xdd\x6a\x1d\x88\x4f\xbc\x03\x8a\xc9\xae\x77\x27\x04\x78\x38\x6e\ \xd0\x69\xd8\x71\x60\xd7\xbb\x2c\x26\x05\x58\xdd\x9d\x10\x30\xf6\ \xf4\x5e\x68\x6c\x66\x68\x26\x3c\x34\x38\x36\x26\x92\x1d\x10\x96\ \xbb\x77\xc9\x62\xd7\xeb\xad\xac\xae\x4d\x9f\x36\x05\xe3\x60\xa7\ \xaa\xce\x50\x14\x25\xba\x51\x5b\x04\x30\x0c\xd5\x69\xd5\x5c\x2e\ \x97\x1d\x28\x96\xbb\x13\x0e\x04\x49\x11\x14\x15\x12\xac\x07\x80\ \x19\xe9\x53\x1b\x5b\x2e\x8f\x6c\x46\x20\x08\x32\x34\xe4\x08\x94\ \x4b\x73\x67\x65\xdd\xf4\x19\x9f\xad\xf6\x64\xc5\x99\xa6\x6e\x45\ \x4c\xc6\xc2\xb9\xe9\x22\x04\x80\x1e\xaa\x39\x7c\xb0\xe6\xb2\x7d\ \x4a\xee\x92\x9c\xf8\xe1\x44\x5f\xa7\xb1\xbe\xec\xbc\x3d\xaf\x60\ \x66\x80\x9f\xf9\x8c\xbb\xb5\xae\xba\xea\x42\x9b\x26\xa5\x60\xde\ \xd4\x20\x00\x60\x1c\x5d\x87\x2a\x2e\xc6\x66\xcd\x0d\x0b\xe4\xd2\ \xae\xbe\xd3\x15\xe5\x17\xdb\x07\x74\x29\xb3\x17\xe4\xc4\x0f\x87\ \xea\xb8\xcc\x15\x15\xd5\xda\xb4\x85\x71\x6a\xce\x60\x6b\xe5\x9e\ \xb2\x2a\x37\xf0\x79\x1c\x86\xc4\x83\xee\xbd\x7f\x91\x56\x80\xb2\ \xdc\x9d\xdc\x86\x1a\x0f\xaf\x3f\x7f\xfe\x42\x6d\x15\xea\xaf\x2d\ \x32\xaa\x97\x2a\x82\x80\xcd\xee\x48\x49\x1d\x5b\xc5\xa3\xff\x52\ \x5d\x4d\x4b\xaf\x2e\x48\x71\x6c\xd7\x56\x1b\xf7\x7f\xd7\xce\xd1\ \xed\x7f\xe7\xf5\x23\x7d\xda\x4c\x83\x6d\xdb\x5f\xde\x55\x6d\xde\ \x14\x83\x58\xca\xf7\xed\x2e\xde\xb3\xd7\x1c\x7a\x7f\x7e\xe1\x4c\ \x00\xf0\xd9\x3b\x4b\x8b\x4b\xfb\xd0\x40\x9d\xc6\xa0\x53\x88\x01\ \xc8\xfa\x23\xc5\xc5\x7b\x4a\xaa\xac\xc1\x5b\x72\x16\x02\x80\xa9\ \xe1\xf4\xd9\x4e\x77\x94\x86\xf7\xf9\x5f\xdf\xa0\x64\xaf\x2c\x4b\ \x54\x34\x1c\xdb\x5b\x52\x52\x7c\xfa\x9a\xe4\x85\xac\x25\x00\xc0\ \x11\xc9\x42\xc3\xa3\x51\x0e\x5d\xb1\x6b\x47\xbb\xf6\xde\x07\xf9\ \xdf\xb3\xb1\xc4\x72\xf7\xfb\x07\x86\x62\x2e\xa7\xbd\xf3\x72\xd3\ \x98\x9c\x4a\x00\x00\x86\x71\x7b\x7d\x69\xe9\x99\x63\x4e\x2b\x93\ \x72\x9f\x48\xca\x05\x70\xf5\x56\x1f\xf5\x92\x8c\xfd\x62\xc9\xa7\ \x4d\x82\x8d\x9b\x9f\x8a\xe0\x5e\xb8\xf0\xcc\xdf\x8c\xfd\x10\x23\ \xb1\xd3\x02\x5d\x7c\x6c\x9c\x3e\x2e\x41\x02\x00\x60\xfb\xd7\x9b\ \xaf\x97\x5b\x54\x59\xe9\xfa\xf8\x8c\x9c\x28\x85\x10\x7c\x56\xbb\ \x4f\x9c\x90\x10\x67\xb7\x45\x85\xc9\x00\x00\xf4\x19\x45\xcf\x64\ \x00\x78\x7b\x1b\x0e\x9f\x74\x7a\x28\x00\xa7\xcd\x2b\x8e\x8b\x8b\ \x35\x4b\x75\xf1\x32\x00\x00\x89\x3e\x6e\xae\x3e\xae\xb1\xec\xaf\ \x9e\xe0\xc5\xaf\x6d\x58\x2d\xfd\xbe\x37\xd7\x58\x3f\xc3\xc4\xa0\ \x2f\x82\xe2\x3c\xfc\x36\xe0\xe1\xe3\xf6\xb8\xa4\x06\x0f\x6c\x7b\ \xe3\x12\x3f\xe3\xbe\xfc\xd0\x63\x07\x2b\xa3\xf2\x16\x45\x08\x00\ \xfa\x06\x7c\x5c\xa9\x5c\x02\x20\x0d\xcf\x2f\x9c\x4d\xba\xe9\xe8\ \xc8\x28\x00\xe8\xad\x2a\xad\xb4\xa8\x7e\xfc\x40\xa1\xcc\x76\x76\ \xcb\x1b\x3b\x07\x69\x00\x5c\x36\x73\xe1\x22\x31\xe1\xd1\x84\xc7\ \x8f\x24\xb9\xd3\x2e\xf3\xee\xad\x7f\x1e\x88\x5e\xb0\x24\x55\x0d\ \x20\xca\x9e\x37\x57\xc6\xf1\xa8\xc2\x13\x47\x92\xe3\xec\x97\x0e\ \xbd\xff\x69\xe7\x8a\xc7\x56\x6b\x27\x40\xe3\x4d\x56\x77\x27\x36\ \xc6\xc9\x4b\xf4\xf4\x36\xee\xf8\xdb\x07\x03\xaa\xec\x0d\x1b\x8a\ \x94\x48\x4f\x93\x91\x8c\x2a\x88\x01\x80\xe6\x9a\x3a\xaf\x22\x26\ \x56\x0a\x00\x40\xf5\x9e\xef\x74\x4a\xe7\x44\x07\x02\xc0\x85\x73\ \x8d\x41\x33\x56\xcc\xcb\x9a\x4a\xa8\x9c\x27\xfe\x5c\x31\xe8\x01\ \xb9\x10\x80\xee\x6c\xec\x74\x45\xe7\x47\x0f\xf3\xb2\xad\xf2\xdd\ \xf7\x8b\xf1\xc4\x85\x1b\x1f\xc8\x97\xfa\x35\x8d\x32\x37\xb5\x0c\ \x46\x3c\x30\x12\x3a\xdc\xbf\xf3\xc3\xfd\x51\x45\xcf\x64\x68\x27\ \x84\xe1\xc8\x72\x77\x42\xf0\x93\x81\x71\xaa\x6e\x20\xc0\xdc\x12\ \x89\x43\x5a\x1a\xdf\x7a\xe3\x7d\xf5\xfc\xc7\x7f\x9d\x17\x87\x00\ \x00\x10\x5e\xb7\x87\xa0\x28\xb0\xd4\x7d\x78\xa0\x29\xfb\xb1\xdf\ \xf9\x83\x6b\xbb\x1a\x9a\x08\x55\x78\x64\x00\x00\x00\xe9\xf5\x0e\ \xd9\x6c\x00\x70\xa6\xfa\x34\xaa\x4b\xd2\x0b\x01\x00\x7c\xed\x97\ \x8d\x94\xbc\x28\x52\x0c\x00\xce\xce\x53\x7f\x7c\x67\x5f\xca\x7d\ \xcf\x2c\xcb\x08\xba\x61\x10\xf6\xb5\x77\xb8\x25\xb3\x43\x86\x2d\ \xbf\x2b\x65\xbb\x1b\xe8\xc4\x17\x0a\xa2\x26\xc8\xb8\x4d\x14\xee\ \xd2\x34\x4d\xd3\x34\x82\x20\x93\x90\xbb\x08\x00\xc6\xe1\x90\x34\ \x0d\x04\xe1\xe7\x29\x33\x5c\x90\x03\x61\x18\x86\xa6\x01\x45\x6f\ \x5a\xda\xd5\xec\xdd\x7e\xe0\x7c\x57\x8e\xb8\xe4\xf9\xc3\xce\xe4\ \x45\x8f\xdf\x97\x1d\x92\x3f\x33\x62\xdb\x3b\x1b\xab\x03\x44\xd1\ \x0b\x9f\xb8\x6f\x9a\xbf\xe7\x14\xd3\xd0\xd4\xae\x8e\xbc\xdf\xff\ \x73\x3f\xbd\x60\xde\xd1\xbf\x7c\xbc\xf1\xb9\x43\x80\xa9\xd6\x3c\ \xb9\xd8\x4f\xee\xb6\xd6\x26\x50\xc5\x86\x09\x00\x80\x38\xb2\x6b\ \xc7\xb1\x16\x12\x3d\xb4\xa3\x66\x3f\x3a\x67\xf9\xba\x05\x53\x34\ \x00\x60\xbe\x5c\xef\x93\x45\x06\x2b\x11\x00\x00\xba\xef\xc0\x17\ \x75\x89\x85\xcf\x4d\x9c\xed\xe9\xef\x3f\x9e\xa1\xab\xb3\x3d\x34\ \x3c\x82\x24\x49\x8a\x22\x85\x42\xb1\x75\x70\x20\x36\x21\x69\xb2\ \xd1\xf7\xdc\xf9\x8b\x95\xd5\x67\xfc\xfd\x2b\x19\x06\x00\xf1\x47\ \x44\x22\x34\x4d\x8b\x44\xc2\x45\x0b\xe7\x29\x15\x81\x23\x37\xbb\ \xac\x16\x9b\xd3\xed\xf5\xf9\x28\x06\x24\x4a\xbd\x3a\x80\x0f\xb4\ \xcf\xdc\x63\x22\x79\x52\x8d\x52\x3a\xd2\xc3\xda\x69\xb3\x01\x3f\ \x40\xc4\x1b\x3e\xe1\x1a\xec\x35\xdb\x7c\x72\xb5\x4e\x2a\x1c\x16\ \x2c\xaf\xd3\xe6\x01\xbe\x54\xc4\x03\x86\x76\x58\x2d\x36\x97\xc7\ \xe7\x25\x68\x04\x93\xab\xf4\x81\x62\x2e\x00\x10\x2e\xbb\x93\xc6\ \x65\x62\x3e\x00\x00\x4d\x58\x07\x1d\x82\xaf\x56\x58\x04\x26\x49\ \x3c\x03\x03\x0c\x86\x71\x02\x15\x2a\xbf\xf4\x0e\x0c\xf4\x4f\x42\ \xe9\x4d\x9d\x92\x94\x3a\xe5\xab\xbe\xb1\x42\x99\x42\x28\x1b\x63\ \x72\xe3\x6a\x43\xc8\x98\x53\x22\xa9\xfc\xa6\x4f\xc9\x35\x61\xf2\ \x9b\x7d\x73\x22\xe9\x70\x3c\x18\x82\x8a\xe5\x2a\xb1\x7c\xec\x83\ \xb8\xc2\x80\x1b\xcf\x41\xb9\x32\x85\x7c\x42\x0d\xda\xf7\xcf\x5d\ \x04\x10\x8a\x22\xcd\xbd\x3d\x7e\xdd\x45\x11\xd6\xf5\xc1\xe2\xae\ \xd2\x5d\xb9\x42\x49\xd3\x34\x73\xf7\xe8\xae\xcf\x47\x90\x24\x89\ \xa2\x28\x9f\xcf\x63\x69\x34\xa9\x75\xb7\xaf\xd7\x74\x17\xe9\xee\ \xc0\x80\xf5\x44\x65\x8d\xc7\xeb\xa3\x28\x32\x21\x36\x7a\x4a\x72\ \xc2\xb7\x7d\x13\x1c\x36\x17\xf0\x86\x57\x96\x00\x00\x8c\x63\xa0\ \xcf\xc3\x09\x50\x06\xb0\x2d\x52\x26\xb2\xee\x32\x0c\xc6\xe1\x28\ \xd5\x5a\x7f\xae\xcb\x5d\xa1\xbb\xcd\x97\x2e\x87\x04\xe9\x53\x53\ \x12\x5d\x2e\xf7\x67\x07\x8f\xf4\x98\xcc\xa3\x1d\x26\x02\x81\x20\ \x2b\x73\xda\x68\x3d\xa6\x08\xaf\xcb\xed\x65\x10\x8e\x40\x24\xe0\ \xa2\xb7\xda\x3a\x4c\xdd\xbe\x6d\x55\x82\x39\xcf\xdc\x3b\xed\xfa\ \x19\xe2\xd4\x47\x5b\x2f\xc5\xac\x7c\x2a\x57\xf8\xf1\x3f\xca\x92\ \x8b\x56\x25\x2a\x30\x96\xac\x13\x8e\xbb\x7e\x17\xa6\xcf\xeb\xb9\ \xb3\xc9\xfb\xdf\x1e\xf5\xf5\xf5\x4a\xa5\x52\xaf\xd7\xdf\x7a\x09\ \xc5\xd0\x96\xd6\x2b\x0c\xc3\x90\x24\xa5\xd1\xa8\x5c\x2e\xf7\x88\ \x77\x8f\xc7\xc3\x1b\x9a\x9a\x23\xc2\x82\x43\x43\x86\x1d\xa5\xd4\ \xc0\xa5\x57\x9f\xdb\xd4\x8e\x06\x29\x85\x18\x2a\x36\x14\xad\x79\ \x68\x46\xf8\x18\xa3\x87\x19\xb2\x98\x07\x15\xa3\xbb\x45\x33\xae\ \x21\x9b\xd3\x4b\x00\x86\x4b\xa4\x01\x3c\x96\xb7\x13\x94\xbb\x7e\ \x02\xfb\x33\xba\x27\x12\x8a\x8b\x8b\xdb\xda\xda\x1e\x7e\xf8\xe1\ \xfc\xfc\xfc\x5b\xaf\xe2\x38\x57\x20\xe0\x13\x04\x21\x10\xf0\x02\ \x65\x37\xb2\x0f\x79\x3c\xbc\xcb\x68\xa2\x47\xed\x27\xd0\x5e\x47\ \x1f\xa1\x5c\xb7\xe9\xc5\xac\x20\x38\xfa\xe1\xeb\xef\xbe\xfb\x6f\ \xed\xfa\xf4\x93\xd5\xbd\x45\xf7\x2f\x90\x90\x1d\xbb\x76\x9e\xca\ \xbe\xef\x41\x89\x84\xdb\x76\x7a\xff\x96\xee\x72\x90\x44\x2c\x7f\ \xf0\xfe\xf0\x00\x04\xc5\x30\x14\x41\x00\x05\x8a\xa0\x01\xc3\x00\ \xc8\xfa\xc3\xbb\x3f\x3b\xd9\x8c\x68\xa7\x3c\xb4\xf2\x1e\x9d\x98\ \xb5\x68\xd9\x78\x86\xf1\x21\x14\x0a\x79\x3c\xde\xb6\x6d\xdb\x36\ \x6c\xd8\xd0\xde\xde\x3e\xc6\xc0\x8c\x0c\x0f\x8b\x8b\x89\x4a\x4e\ \x8c\x4f\x4a\x88\x4b\x4c\x88\x1d\x39\xa2\x22\xc3\x83\xf4\xda\x31\ \x7b\x61\x1c\x5c\x28\x15\x08\x00\x15\xa9\x14\x62\xca\xe7\x1b\x32\ \x5f\x3e\x59\x75\xd1\x4d\x03\x90\x96\x9a\x13\x95\x26\x27\x70\x10\ \x92\xe1\xa9\x66\xe4\x15\xa8\xac\x95\x7f\xf8\xd3\x3f\x29\xc0\xb9\ \x28\x00\xca\x01\x8f\xf9\xf8\xe1\x8a\x1e\x02\x3a\x8f\xbc\xf7\x56\ \xf1\xc5\x94\xdc\x05\x33\xa7\x45\x09\x58\x19\x9e\x50\xba\x3b\x61\ \xc1\x30\x8c\xdf\xbb\x7e\x33\x75\xbf\xac\xfc\xfc\x98\xc6\x11\x08\ \xca\x45\xac\x8d\x6f\x6d\x7e\x41\xcd\x71\x99\xed\xe8\x8f\x9f\x7c\ \x54\xc7\x9c\xc0\xf9\x3c\x14\x01\x40\x30\xbe\x40\xc0\x41\x19\x37\ \xc1\x8d\xce\xc8\xca\x49\x4b\x9f\x11\x49\xd5\xfe\x6a\x77\x93\x79\ \x39\xd7\x5f\xdc\x0e\xc1\x04\x42\x31\x0f\xb5\x96\x97\x37\xa4\x2e\ \xfe\xf9\xa2\xd9\x11\xec\x8c\xb0\xdc\xfd\xcf\x70\xb9\x5c\x6e\xb7\ \x7b\xdd\xba\x75\xb7\x5d\x33\x7c\x1d\xf6\x53\x8c\x40\x97\xbf\x78\ \x45\x5a\x98\x52\xa5\xd6\x48\x04\x9c\xfe\x7a\xc6\xe7\xf1\x30\x14\ \x00\x86\x21\x08\x0c\x6f\x03\xd3\x0c\x00\x30\x24\x49\x03\xa0\x08\ \x42\x33\x0c\x8a\x0d\x37\x27\x43\x00\x28\x9a\xbe\xc3\xdd\x1a\x58\ \xee\xfe\x80\xb1\x7c\xf9\x72\x85\x42\x61\x30\xdc\xa6\xf6\x16\x4d\ \xd1\x5f\x62\x59\x52\x14\x45\x33\xa3\xae\x52\x3e\x17\xc9\x89\x88\ \x4b\x8c\xd0\x0c\x8f\xb6\x42\x1f\x1b\xe8\xda\xfb\xe1\xbf\xcb\x72\ \xb4\xc6\x1e\x87\x17\x41\x10\x14\xf1\x75\x36\xd5\xd7\xd4\xc1\xd9\ \xbd\x1f\x71\xa2\xf3\x13\x54\xfc\x5e\x9c\xba\x5c\x77\xc1\x9d\x1e\ \xe5\x75\x3b\x3c\xb4\x2c\x77\x76\xc2\x4b\xc5\xef\x7d\x2a\x5a\x12\ \x88\xf3\xa3\x92\x93\xb5\x12\x9c\x9d\x20\x96\xbb\xe3\x22\x25\x65\ \xdc\x32\x11\x1a\x8d\xf2\xd2\xe5\xab\xe4\x59\xe2\x56\x06\xa3\x28\ \xea\xf6\xb8\x47\xb7\x36\x41\x45\xea\x59\xb9\xb3\x14\x82\x1b\xab\ \x0e\x44\x99\xf8\xd4\x4f\xd7\xee\xda\x77\xfc\x8b\xab\x9c\xcc\xc2\ \xc5\x21\x01\x40\x65\x17\xa6\x0e\x56\x1d\xfc\xec\xb0\x32\x66\xf1\ \xaf\x96\x17\x02\x40\x7a\xd1\xca\xf6\xd2\xc6\x6e\xb7\x38\x67\x4e\ \x8e\x9a\x03\xe1\xf3\xd7\xff\x14\x2d\x3e\x78\xf2\x30\x15\x10\xad\ \x8f\x4f\x62\x67\x07\xd8\xda\x22\xdf\x18\xd7\xba\x8c\x83\x56\xdb\ \x98\x08\x2f\x00\xa0\x69\x5a\xab\x51\xdf\x8d\xd5\x40\xee\x2c\xd8\ \xda\x22\x13\x17\xc1\x41\xfa\xe0\x20\x3d\x3b\x0e\xdf\x23\x58\x1f\ \x19\x0b\x76\xbd\x3b\xc9\xd0\xd0\x74\xc9\xdc\x67\xe1\xe1\x78\x72\ \x62\x9c\x44\x22\x62\x07\x84\xd5\xdd\xbb\x86\xb8\xc6\x9e\xde\x90\ \x20\x3d\x87\x8b\x1d\x3e\x76\xa2\xdf\x32\xd8\x63\x32\xfb\x0f\x63\ \x4f\xaf\xcd\x36\xf4\x1d\x3d\xd7\x6d\xbe\xb8\x6f\x7f\x85\x95\x62\ \x67\x80\xd5\xdd\xff\x64\x62\x8e\xb7\x4d\x6d\xb5\xd9\x95\x0a\x79\ \x64\x44\x68\x18\x15\xe4\xad\xf2\x9e\x3c\x5d\x3d\x62\xb4\x21\x08\ \x32\x30\x68\x2d\x9c\x9f\xa7\x52\xfa\xcd\x35\xaa\xa1\x62\x7f\xf5\ \xd5\x41\xbe\x40\x80\x32\xa4\xdb\xed\xd3\x25\xcf\x2a\xc8\x88\xfa\ \x66\x5b\x63\xae\xde\x8b\x07\xbe\xe8\x9a\xba\x70\x8e\xec\xe6\xf3\ \x1d\x95\x07\xcf\x51\xc1\x45\x39\x09\x08\xcb\x5d\x16\x00\xb0\x7d\ \xfb\x76\xb1\x58\xbc\x6c\xd9\xb2\x5b\xeb\x29\x61\x18\x76\xaa\xea\ \x6c\x77\x8f\x89\xa2\x28\x1e\x8e\x0b\x04\x37\x22\x15\xb9\x5c\xee\ \xd5\xb6\x0e\x87\xd3\x75\x9d\xbb\x08\x8a\x61\x7c\x3e\xa7\xe1\xd0\ \x27\xad\xa2\x94\xa5\x33\x63\x39\x1c\x0e\xc3\x80\xb9\xeb\xaa\x13\ \x91\x18\x74\x2a\x1c\x03\xca\xe7\xb6\xf4\x9b\xed\x6e\x5a\xae\xd1\ \x09\x69\xa7\xa9\xcf\x26\x54\xe8\x34\x32\x01\x30\xd4\xd0\xa0\xc5\ \x62\x1d\x02\x5e\x80\x5e\xab\xc4\x31\x04\x50\x8c\xcb\xe5\xa0\x08\ \x00\x31\xd4\xd5\x6d\xf6\x02\x4f\xa3\xd7\x8b\x71\xb4\xb7\xe1\x44\ \xa9\x31\x32\x2e\x54\x1a\x28\x96\xab\x64\x42\xc2\x65\x33\x9a\xfa\ \xb9\x52\xad\x4e\x21\x42\x00\x7c\x43\xfd\xdd\xbd\x83\x98\x58\xae\ \x53\x2b\xb9\x28\xcb\xdd\x49\x00\xa3\xd1\x58\x5d\x5d\x5d\x57\x57\ \xb7\x72\xe5\xca\xe4\xe4\xe4\x31\x9a\x9c\x3d\x3d\x7d\xea\x94\x44\ \x8a\xa2\x6f\xa1\x35\x4a\x51\xa3\x73\x7b\xd1\xf8\x99\x4b\xe2\x01\ \x8e\xf6\x37\xe2\x8a\x79\xab\x1f\xc8\x06\x18\x3a\xb0\x63\x73\x45\ \xeb\x10\x42\x38\xe4\x53\xee\x7d\x76\xd5\xec\x0b\xfb\xdf\x79\xab\ \xf4\xb2\x56\x25\xb4\xda\xbc\x81\x7a\x2d\xe2\x32\x77\xd9\x44\x6b\ \x37\xbe\x38\x53\x5a\xff\xfa\x86\x3f\xd9\x03\x0d\x1c\xd7\x40\x40\ \xfc\xfc\x5f\xfc\x64\x19\x36\xfc\x08\x70\xb6\x5f\x28\xde\x75\xd0\ \xd4\x37\x48\x6b\x32\x36\x6e\x58\x23\x12\xe3\xa6\x86\xe3\x7f\xff\ \xab\x29\xe7\x9e\x55\xf3\x62\xba\xdf\x7b\x73\x7b\x0f\xc9\x75\xd8\ \x7d\x79\x0f\xfd\xa2\x28\xd8\xf8\xc6\x96\x1d\x03\xa8\x48\x11\x9c\ \xb4\x72\xcd\x03\x06\x21\xbb\xde\x9d\x04\xe0\x72\xb9\x71\x71\x71\ \x46\xa3\x71\xe3\xc6\x8d\x67\xce\x9c\xb9\x89\xba\x30\x9c\xbb\x8b\ \x61\xe8\x98\x03\x00\x50\x14\xb9\x35\x61\x9d\xa4\x69\x3f\xd1\x2d\ \xd5\xfb\x3e\x39\x61\x2a\x58\xb9\xee\xe1\xc5\xd3\xce\xed\xf9\x67\ \x95\x8d\xb2\x59\x06\x82\x66\xae\x7e\xf9\xb5\xd7\xf3\xf4\x24\xa1\ \x9f\xfd\xe2\xab\x6f\xde\x13\xe1\x3a\x78\xf8\x2c\x41\x58\x9d\x78\ \xf8\x53\xcf\xbf\xfc\x87\xcd\xbf\xe0\x36\x97\x7e\x72\xdc\xc4\xe3\ \x61\x00\x40\x92\x20\x8a\x98\xfa\xe0\x43\x8f\xaf\x7b\x64\x09\xd9\ \x7a\xbc\xf2\x8a\x0f\x48\x2c\x79\xde\xaa\x57\x5e\xdc\xb8\x38\x2d\ \xf8\xd8\x87\x7f\xab\x27\xc2\x57\xae\x5b\xbf\x20\x82\xdc\xfd\xd1\ \xfe\x96\xcb\xf5\x8d\x66\xfe\xca\xff\x7e\xfe\xd9\x27\x7e\x50\xc4\ \x65\x75\xf7\xcb\x40\x92\x64\x4b\x4b\x4b\x44\x44\xc4\xfa\xf5\xeb\ \xd3\xd2\xd2\xee\xc4\x57\x22\x00\x60\xea\xbc\xe6\x70\x59\xcf\x95\ \xed\xa9\x23\x88\xd4\xec\x2c\x25\x0f\xae\x21\x28\x86\x61\x00\x98\ \x21\x4c\x77\x81\x44\x00\xc0\xa0\x53\x56\xdb\xed\x3e\xe0\x72\x79\ \x38\x8a\x00\x08\xa2\x32\x63\xe4\x27\xdb\xda\x88\x20\x0c\x41\x39\ \x3c\x0c\x6a\xf7\x6e\xfb\xb8\xaa\x4f\xab\xe4\x58\xbc\x14\x4d\x50\ \x23\x5f\x0e\x40\x5e\xeb\xec\x76\xb9\xf9\x87\x8a\xff\xe5\x75\x2b\ \x67\xa6\x86\xe8\x33\x32\xd7\xb4\x5a\xfe\xf1\xf2\xff\x84\x64\x16\ \xae\x5e\x9e\x27\xe3\xb2\xdc\x9d\x04\x90\xcb\xe5\x4b\x97\x2e\x5d\ \xbd\x7a\x35\x9f\x7f\xa7\x12\x6f\x18\x00\x50\x69\xd5\x12\xb9\xf7\ \x9e\x27\x7e\x16\xc5\x07\x1a\x00\x05\x68\xbb\x1e\x67\x43\x33\x0c\ \x43\xd1\x00\xc0\x00\x02\x08\x8a\x20\x08\xe9\x71\x7b\x7c\x00\xc2\ \xbe\xc6\x0e\x9b\x7a\x61\x10\x97\xee\xf1\xf9\x48\xda\x66\x39\x78\ \xe0\x74\xc2\xa3\x7f\x7c\x64\x3a\xfe\xe7\xdf\xbc\x40\x90\x34\xce\ \x07\x7b\x8f\xcd\x07\x80\x03\xaa\xd1\xa8\x95\x9c\x19\x3f\x79\x7a\ \x11\x07\x18\x1a\x10\x94\xa6\xe7\xae\xfe\x69\x76\xc1\xb9\xe7\x36\ \x6c\xde\x17\x1a\xbb\x66\x86\x9e\xe5\xee\x0f\x1f\xeb\xd7\xaf\xc7\ \x30\x6c\x1c\x57\x03\x43\x10\x3e\x00\xb8\x6d\x3c\x83\x8f\xf0\xdd\ \x5a\xe5\x86\x26\x7d\x24\x49\x03\x80\x3a\x67\xd9\xa2\xda\x2d\xbf\ \x7f\xf6\x97\x1a\x39\x4f\x95\xb2\xe4\xa9\x1f\x65\x31\x14\x49\x50\ \x14\x00\xd0\x24\x41\x90\x14\x00\xd0\x14\x41\x92\x14\x86\x8b\xbc\ \xbd\x8d\xef\x6d\x7e\x49\xe8\xea\xf1\x2a\x67\x3c\x9b\x17\x2c\x18\ \xb2\x2a\x9c\x25\xfb\xcf\xce\x9f\x9d\x9b\xba\xf3\xa3\x2d\xa6\x23\ \x78\xab\x89\x88\x15\xf0\xc2\x33\xb3\x79\x9f\xef\x78\xf6\x97\x75\ \x59\x45\x2b\x17\xaf\x79\xac\xfe\xd5\xb7\x7f\xf9\xab\x53\x12\x01\ \x2f\xeb\x47\x4f\xcf\xe1\x9d\x7b\xeb\xe3\x72\x1a\xa1\x29\x6d\x62\ \x9c\x41\xfe\x43\x9a\x20\x36\x9e\xe1\x9b\xc0\xe1\x74\x9d\xaa\x3c\ \x63\xb7\xdb\x6f\x1b\xcf\xa0\x56\x2b\xb3\x32\xd3\xb9\xdc\x9b\x74\ \xc1\x61\xe9\x75\x61\x12\xb5\x4c\x08\x00\x0c\xe9\x35\x5e\x6b\x1f\ \x74\x52\x52\x4d\x50\xb0\x2a\xc0\x39\x68\x76\x21\x12\x95\x4c\xe0\ \xb6\x9a\x87\x18\x91\x5a\x2e\x72\x5b\xfb\x9c\xa8\x54\x38\x74\x6c\ \xd3\x2b\xe5\x4b\x9f\x5c\x1f\xcc\xa7\x54\x21\x21\x01\x38\x06\xc0\ \x0c\xf5\x77\xd9\x91\x40\x83\x8c\xd3\xdd\xd1\x66\x71\x50\xe2\x40\ \xa5\x5e\xa7\xe1\x63\x8c\xdd\xdc\x79\xcd\xec\x94\xeb\x42\xf5\x0a\ \x91\xcf\x31\xd8\xd9\x65\xf4\x02\x4f\x17\x12\x2e\x43\x1d\xed\x1d\ \x5d\x0e\x02\x55\x1b\x42\xb5\xf2\xff\xbf\x05\x2f\x1b\xcf\x30\x41\ \x21\x16\x09\xe7\xcf\x9d\xfd\xf5\x3e\xa2\xd0\x88\x47\x04\x83\xc3\ \x33\x84\xc7\x8e\xc4\x56\x8a\xe4\x6a\xff\xbe\x9c\x40\xa6\x16\x0c\ \xff\xa1\x12\x00\x38\xad\x04\x09\x7c\x7d\x78\x48\xe4\x8d\x6d\x3b\ \x44\xa2\x0c\x96\x00\x00\x80\x21\x22\x6e\x54\x74\x26\x12\xa0\x0e\ \x4d\x1c\xae\x1b\x06\xb8\x58\x1e\x15\x37\x22\xb1\xd2\x88\x58\xe9\ \x0f\x72\x16\x58\xee\x4e\x5c\x08\x74\xb3\x7f\xf3\x7c\xa6\x4c\xc0\ \x8e\x04\xcb\xdd\x3b\x0a\x9a\xa6\xfd\x4e\x5c\x0c\xfb\xae\xd2\xc7\ \x50\xae\x48\xad\x66\x23\x25\x58\xee\xde\x51\xd8\xec\x43\xc7\x4f\ \x55\x3b\x1c\x4e\x60\x98\x94\xe4\x84\x84\xb8\xe8\x6f\xff\x2e\x78\ \x1c\x2e\xe0\x8b\xf8\x1c\x84\x1d\x5e\x96\xbb\xdf\x21\x1a\x9a\x2e\ \x05\xe9\x75\xa9\x29\x09\x4e\xa7\x6b\xff\x81\xb2\x1e\x53\xef\xc8\ \x46\x1a\x4d\xd3\x62\x91\x28\x7d\x5a\x0a\x7e\xbd\x00\xff\xed\xe2\ \x22\xdc\x55\x9f\xef\x73\x18\xe6\xcc\x4d\xb9\xde\x0f\x90\x30\x7d\ \xbc\xf5\x83\xe0\xe5\x4f\xcf\x8d\x60\x85\xf6\x2b\xff\x2e\xb1\x43\ \x30\x1e\x5a\x5b\x5b\x2d\x16\xcb\xed\x47\x0d\x41\xae\xb6\x77\x34\ \x36\xb7\x5e\x69\xeb\x08\x36\xe8\x49\x92\xa2\x69\xc6\x7f\x70\x38\ \xdc\x73\xf5\x0d\xa6\xde\xbe\x91\x9b\xcb\xb6\x3e\xff\xda\x47\x27\ \xaf\xfb\xcc\x1c\xc5\x6f\x6e\xda\xfa\x59\x33\x86\x00\x79\xd3\x7e\ \xb2\xd7\xd4\xdd\x65\xf3\xd0\xec\xb0\xb3\xba\x7b\x07\xb0\x73\xe7\ \xce\xee\xee\xee\xb5\x6b\xd7\xce\x98\x31\x63\xec\x35\x04\x08\x82\ \xf4\xf9\x7c\x04\x41\xf2\xf8\x3c\xfe\xa8\x58\x1c\x1c\xc7\x3b\xae\ \x75\x51\xa3\xfc\xbe\xf1\xc9\xc1\xdb\xfe\x5e\x6e\x5c\x96\x63\xe0\ \x03\x65\x6a\x3e\x56\xd7\xb7\xec\xbe\x48\x71\x5b\x8f\x4f\xc0\x07\ \x80\xbe\x96\x13\x7b\x0e\x9e\x65\x38\x64\xbb\x95\x4e\xc1\x31\x00\ \xb8\x52\x55\x5a\x7a\xa2\x81\xab\x4d\x5e\x76\xcf\x7c\xad\x18\x03\ \xc2\x72\xa4\xa4\xe4\x6c\xc7\x50\x64\x46\xc1\xe2\x39\x49\x3c\xf0\ \xd4\x95\xed\x3f\x5a\x7b\x55\x1a\x3a\xed\xde\x1f\x15\x4c\xe6\x52\ \x4f\xac\xee\x8e\x6f\xe6\x0b\x04\x24\x49\xbe\xfd\xf6\xdb\x2f\xbd\ \xf4\x92\xd1\x68\xbc\xe9\x1a\x03\xf1\xb1\x51\xa9\x29\x89\x19\x69\ \x53\xd2\x52\x93\xa7\x4d\x49\x1a\x39\x92\xe2\x63\xc2\x42\x82\x46\ \xd7\x16\x09\x9a\x3a\x2f\x01\x6d\x2d\x6f\xec\x07\x80\x4b\x35\xe5\ \x9e\x90\x59\xb3\xf4\x01\xb5\x65\x25\xa7\x5b\x9d\xd0\x5f\xbd\x79\ \xcb\x07\x5e\x4d\x7c\x5c\x90\x94\xf0\x7a\x51\x9c\x6f\xa9\xfd\x64\ \x6b\x49\xc3\xb4\xb9\x0b\x14\xe6\x63\x6f\x7e\xf0\x05\x00\xb3\xef\ \x9d\xdf\xef\x6d\x24\xd2\xa6\x46\x9c\xdf\xfd\xd6\x8e\xf2\x4e\x4b\ \x5d\xe9\xd6\xe2\x33\x29\xb9\x05\x49\x21\xca\x49\xbe\x36\x66\xb9\ \xfb\x65\xe0\xf1\x78\x34\x4d\x1b\x8d\x46\x97\xcb\x75\x33\x75\xbf\ \x46\x6d\x11\x10\x85\xe5\x4e\x0f\x3e\x73\xb8\x12\xc0\x7b\xfc\x54\ \xfb\xd4\xfc\xd9\x28\x90\x18\x2e\x14\x89\xf0\x96\x13\x15\xde\xb0\ \xdc\x27\x1f\x98\x3f\xa7\xb0\x20\xde\x20\x43\xc0\x5e\x75\xe4\x78\ \x57\xbf\xa5\xa1\xa6\xba\xad\xcf\x7a\xb5\xb1\xa5\xcf\x58\x7b\xa2\ \xd1\xbd\xe2\xbf\x9e\xc8\x9f\x5b\xb4\x76\x79\x66\x7d\xd9\x41\x97\ \x58\x19\xc0\xd8\xaf\x5c\xb3\x87\x4d\x49\x92\x4e\xee\xd9\x63\xd7\ \x0c\xe3\xc2\xe5\x72\x0d\x0c\x0c\xac\x5a\xb5\xaa\xb0\xb0\xf0\x5b\ \xb6\x44\xcd\x9e\x57\x50\xb2\xe5\xe8\xd1\x63\xcc\x15\xd2\xf0\x78\ \x56\x30\x80\x7b\xc4\xb0\x43\xae\x6f\xcd\x31\x00\xc0\x50\x1e\x1f\ \xe8\x62\xd2\xf3\x72\x93\x88\x9c\x99\x3f\x56\x86\x04\x92\xe7\x08\ \x06\xf3\x5b\x7d\x5c\x0e\x8f\x76\xf7\x49\xa2\xe7\xbc\xf4\x5b\xfd\ \xbe\x3d\xbb\x5e\xf8\xf5\x91\x47\x36\x6c\x9a\x6e\x98\xbc\xbd\x5a\ \x59\xdd\x1d\x17\x8b\x16\x2d\x7a\xf5\xd5\x57\x8b\x8a\x8a\x6e\x25\ \x2e\x4d\xd3\x0c\x33\x7e\x6d\x11\xfa\xe6\xda\x22\x00\x58\xf0\xac\ \xfc\x08\xfb\x6f\x37\xbd\xa3\xca\x59\x14\xc5\x03\x00\x86\xf0\xba\ \x5d\x2e\x5f\x7c\xd6\x4c\xa4\xf5\xc8\xf6\xcf\x6b\xae\x5e\x6c\x36\ \xf6\xdb\x49\x46\x3a\x3d\x3b\xd9\x7a\xa5\xb6\xd3\x0e\x28\xe9\x21\ \x81\xc1\xf4\xa9\xd3\x82\x89\x3d\xdb\xff\xdd\xdc\x58\xb5\xb3\xa4\ \x22\x2c\x2b\x97\x67\xed\xb9\xd4\x4b\x66\x15\xe4\x8a\x9d\x9d\xcd\ \x1d\x56\x56\x77\x59\xdc\x06\x99\x99\x99\xe3\x5d\x52\x06\xca\xdb\ \x3b\xaf\x5d\x6c\x68\xba\x5d\xec\x39\xe6\x76\x7b\x24\x62\xf1\x18\ \x8d\xc8\x59\xba\xb4\xa6\x37\x68\x71\x9e\xbf\xca\x34\x16\x92\x30\ \x4d\xaa\xe1\x82\x2e\x67\xc3\xcf\xbc\x9f\xec\x2b\xdd\xee\xa1\x75\ \x69\x79\xf1\x81\x98\x21\xec\xd1\xa7\xbd\xff\x2a\xfd\x74\xa7\x07\ \xc4\xb3\x57\x68\x22\xd5\xfa\x95\x4f\xff\x7c\xf7\xce\x4f\xfe\xb9\ \xf3\x42\x50\xf6\x9a\x35\x2b\xa6\x12\x6d\x55\xc7\xf6\x95\xf6\xb8\ \xb1\xd8\xc2\x47\x97\xcd\x50\x4d\xe6\x09\x62\x63\x71\xbe\x21\xae\ \x5c\x6d\xb7\x0c\x0c\xde\x1a\x8b\x43\xd1\xb4\x41\xaf\x0b\xd2\x6b\ \x27\xf9\x9b\xdf\xd9\xd1\x66\x32\x76\xab\x35\x5a\x36\x16\x67\xc2\ \x21\x32\x22\x2c\x32\x22\x8c\x1d\x87\x71\x45\x11\x10\xe2\x7a\xbb\ \xb8\x91\x73\x0c\xc3\x50\x14\x79\xa7\xbc\x23\xec\x7a\x97\xc5\x77\ \xc3\x5d\x14\xb1\x5b\xad\xa3\x99\x8a\x20\x40\x91\xa4\xc7\xed\x44\ \xd0\x3b\xc3\xde\xff\x1b\x00\x0d\x36\x0d\x9d\xcb\x2c\xd6\xb4\x00\ \x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ \x00\x00\xf0\x18\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\x5d\x00\x00\x01\xee\x08\x02\x00\x00\x00\xb3\xb4\x48\x3b\ \x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\ \x01\x00\x9a\x9c\x18\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\ \x25\x00\x00\x80\x83\x00\x00\xf9\xff\x00\x00\x80\xe9\x00\x00\x75\ \x30\x00\x00\xea\x60\x00\x00\x3a\x98\x00\x00\x17\x6f\x92\x5f\xc5\ \x46\x00\x00\xef\x9e\x49\x44\x41\x54\x78\xda\xec\x9d\x75\x9c\x55\ \xc7\xf9\xff\x9f\x99\x39\x76\x6d\xdd\xdd\x0d\xd7\x40\xd0\x10\x25\ \xee\x9e\x86\xc6\xd3\xb4\x4d\x3d\x4d\x5d\xd3\x36\x4d\x35\xee\x21\ \x2e\xc4\x70\x82\x13\xdc\x61\x59\x16\x58\x67\x85\xd5\x7b\xf7\xee\ \x95\x63\x23\xbf\x3f\xee\x02\x4b\x42\x5a\xda\x5f\x9a\x2f\x69\xcf\ \xfb\xb5\x2f\xb8\x72\xee\x39\x73\xe6\xcc\x7c\xe6\x99\x67\x66\x9e\ \x41\x00\x00\x00\xb9\x39\x99\xa3\x47\x55\x25\x27\x27\x32\xc6\xc0\ \xc1\xc1\xe1\x7f\x0c\x42\x70\x6f\x8f\x7f\x4f\xf5\x81\xd6\xb6\x23\ \x00\x40\x30\x46\xa3\x46\x56\xcd\x9c\x3e\x49\x91\x65\xc6\xb8\x93\ \x41\x0e\x0e\xff\x83\x70\x2e\xdc\x1e\x77\x45\x79\x31\xe7\xbc\xbb\ \xa7\x57\x4a\x4f\x4f\x1d\x3f\x6e\x44\x28\x1c\xe5\xfc\x04\x51\x40\ \x08\x1d\x7b\x2d\x04\x00\x88\x93\x9d\xed\xf8\x51\x9f\x7d\x8c\x83\ \x83\xc3\x97\x02\x64\xdb\x74\xfc\xd8\x11\x5d\xdd\xbd\x64\xca\x99\ \x13\x24\x22\x0d\xed\x3e\x20\x00\x40\xc8\xb0\x59\xd4\xb2\x0d\x9b\ \x52\xc6\x25\x82\x10\x42\x42\x88\x4f\x48\x82\x10\xc2\x34\x4d\xcb\ \xb2\x28\xa5\x00\x80\x31\xfe\xc4\x31\xa7\x94\x16\x84\xc4\x51\x5d\ \xf9\x22\x6e\x1d\xa1\x53\x97\xb0\x58\x56\x7c\x22\x79\x08\x01\x00\ \x12\xe2\x7f\x45\x04\x07\x33\x41\x38\xa2\xff\x5f\x8f\x10\x42\x30\ \xc6\xe3\xbc\x6e\x32\x7e\xec\x08\x4a\x4f\x10\x05\x2a\x44\x7f\x58\ \x4f\x95\x50\x99\x57\xcb\x73\xc9\x1a\x42\x5d\xa1\xa8\x2d\x84\x22\ \x91\x63\x85\x03\x21\x64\x98\x86\x6e\x58\x1e\x8f\xcf\xe3\xf1\xc9\ \x8a\x66\x59\x76\x24\x12\x91\x65\xe9\x5f\x4d\x4a\x34\x6a\x00\x08\ \x8c\xf1\x3f\x39\xee\x73\xba\xef\xa8\x6e\x20\x24\x30\xc2\x27\x7c\ \xcc\x39\x17\x02\x86\x98\x48\xb1\xbc\xa0\x94\x45\x22\x3a\xc1\x78\ \xa8\xf5\xa4\x1b\x16\xa5\x54\x92\xc8\xe9\x56\x53\xc4\xb1\xff\x05\ \xe7\x9f\x5f\xda\x18\xe7\x91\xa8\x2e\x49\xe4\xf3\x3d\xad\xc3\xe9\ \xda\xa1\x60\x2e\xb7\x4b\xb2\x6d\xfb\x68\x13\x0a\x00\xc0\x84\xd0\ \xc3\xc6\xb5\x45\xc9\xb3\xf3\x53\xd2\x35\x59\xc6\x28\x68\xb1\x1a\ \x7f\xe4\x85\xda\x8e\xb6\x88\x1e\xe7\x52\xb9\x10\x08\xa1\x48\x44\ \x57\x54\xd7\xd8\x71\xc3\x93\x93\x12\x65\x59\xe6\x9c\xeb\xba\xd1\ \xdc\xd4\xdc\xd8\x54\xef\xf5\xb8\xd0\x27\x2a\x58\xac\x96\x61\x64\ \xeb\x7a\xc4\xb4\x11\x00\x20\xac\x69\x9a\xaa\x48\x3a\x75\xa5\x17\ \x15\xfb\x02\x8d\xed\x61\x53\x60\xe5\xd3\xd5\x1f\x21\x60\x94\x85\ \x22\xa6\xcf\xab\x61\x82\xff\x81\x3c\x20\x04\x9c\xb1\x68\x44\xa7\ \x42\x10\x22\xbb\xdd\x1a\xc1\x9f\x6c\xe5\x74\xe6\xc9\x2a\x2a\x76\ \xf7\xd5\xb5\x47\x2d\xc0\x32\x20\x00\x2e\xc2\x3a\x43\x18\x49\x48\ \x78\x64\x8b\x62\xe5\x78\x7d\x60\x88\x2a\xa9\xc3\xc7\x64\x18\xf5\ \x3b\xdb\x6c\x09\x63\x8c\x40\x44\xa9\x2b\x29\x33\x3f\x91\xf7\xf6\ \x74\xf5\x59\xb2\x8a\xfe\x99\x5e\x21\x04\x42\x08\x43\xd7\x2d\x9b\ \x01\x42\x8a\xaa\x6a\xaa\xf2\xf9\x1a\x47\x43\xb3\x88\x10\xc2\x05\ \xd2\x4d\x90\x85\xa1\x29\x12\xc3\xd2\xa9\x28\x2a\x42\x88\x59\x66\ \x44\x37\x04\x20\x00\x10\x80\xdc\x1e\x77\xac\x19\x60\x1c\x51\x29\ \xb5\xa4\xdc\x35\xd0\xd2\xd8\x65\x48\x12\x98\x2e\x19\xf5\x47\xa9\ \xaa\x4a\xaa\xaa\x38\x46\xc4\x7f\x25\x8c\x51\x52\x51\x5e\x12\x33\ \x15\x01\x40\x20\x14\x0a\xeb\xb7\x15\x26\xdc\x94\xe7\x73\x5b\x51\ \x53\x0f\x1b\x91\xb0\x42\x8d\x7c\x15\x46\xa5\x78\xb6\x1e\x19\x18\ \x10\x48\x26\xc4\xb2\x2c\x84\xa5\x09\x13\xc7\xc7\xf9\x3c\xb6\x6d\ \x9b\xa6\x41\xa9\x45\x08\x4e\x4d\x4b\x01\x40\x47\x8e\x74\xaa\xaa\ \xf2\xe9\x02\x63\x59\x96\x92\x5a\x38\xac\xac\x2c\x27\x27\x2f\x2b\ \x2d\x91\x85\x7b\x7b\x03\x36\xf6\x95\x7c\xf7\x97\xdf\x88\xdf\xbf\ \x7e\xc7\xe1\x5e\xa4\x68\xc7\x9c\x15\x9c\x0f\xb6\xe0\x8c\x21\xa6\ \x66\x4e\x98\x34\x4a\xeb\x6e\xea\x33\x39\xc2\x64\xb0\x7d\x67\x5c\ \x08\x18\xd2\xc2\x0b\xcb\x86\xa8\x88\x2b\xad\xac\x2a\x2b\xcc\x4f\ \xf2\x4a\xd6\x40\x9f\xc9\x11\x67\x20\x00\x21\x10\x9c\x33\xcb\xc2\ \x24\xae\xe4\x07\xbf\xfc\x9a\xba\x6b\xf5\xee\x8e\x20\x52\x54\xc4\ \x79\xd0\x74\x8d\x3e\xe7\xea\xef\xdf\x7f\xc7\xd5\xe7\x8d\xeb\xdd\ \xf6\x71\x4b\xc8\x12\x08\x73\x2e\x04\x80\xae\x43\x4a\xe9\xc4\x6f\ \x7f\xe3\x0a\xff\xba\x25\xf5\x51\xc0\x84\x50\xdb\xea\x32\x73\xef\ \xfb\xf6\x1d\x15\x5e\xff\xce\xad\xb5\xcc\xa5\x71\xc6\x8e\x5a\x1a\ \x08\x40\x08\x2e\x18\xe7\xfc\x78\xc2\x04\xa3\xa2\x3f\x22\xa5\x15\ \x94\x55\x95\x16\x67\x67\xa4\x69\x4c\x37\x23\x11\x8a\xa5\xa3\xb7\ \x38\x68\xa7\xc7\x4c\x16\xce\xc5\xf1\x4f\x62\xd9\xc0\x4e\x72\x8c\ \x10\x08\x00\x8e\xbe\x06\xca\x30\x57\x33\x27\x4e\x1e\xa1\x75\x35\ \xf9\x4d\xe6\x8f\x78\x67\xdd\x78\xd7\xd7\x67\x97\xd4\x6c\xdc\x10\ \x10\x2a\x12\xb1\xac\x42\x70\x34\x85\xc7\xf2\x16\x1d\xbd\x10\xb5\ \x01\xf9\xb2\x2b\x2a\xca\xf3\x72\x72\x73\x72\x72\x73\x73\xb2\x5c\ \xfd\x47\xfa\x2d\x0e\x20\x02\x21\x91\x31\xfc\xe2\x9f\x7d\x6b\xda\ \x9a\x77\x3e\x2e\xbf\xf2\x9e\xef\x5e\x5e\xb9\x7b\x43\x75\xda\xb8\ \x29\xf9\xa2\xbf\xc7\xdf\xcf\x89\x82\x8e\x3f\xae\x4f\xa7\x13\x4e\ \xda\x42\x38\x9c\xf6\xdd\x09\x90\x38\xe7\xb1\x87\x87\x10\xd2\x2d\ \xbb\xca\x8d\x2e\x48\x46\xa1\x40\x6f\x63\xc4\x4e\x51\x48\xaa\x46\ \xaa\x7b\xac\x2c\xb7\x94\xe9\x92\xaf\xce\x76\x3d\xd9\x12\xa1\x18\ \x99\xb6\x5d\x5e\x5e\xac\xc8\x52\x6d\xed\x01\xbf\x3f\x20\xcb\x32\ \x42\x60\x59\x76\x65\x65\x79\x76\x76\x56\x57\x67\x97\x61\x44\x15\ \x45\x1e\xda\x98\x20\x8c\x22\xfd\xa1\xe1\x57\x5f\xf0\xfd\x4b\xce\ \x08\xf4\xf4\x70\x22\xd9\xfe\x96\x37\x9f\x7e\x7c\x43\x8f\x01\x00\ \xc4\x1d\x47\x91\x02\xd1\x08\x91\x55\x4c\x50\x48\xe7\x44\x92\x65\ \xc4\xc0\x08\x1b\xd4\x95\x9a\x57\x7e\xf7\x37\xae\x9a\xff\xa3\xfd\ \x07\x1b\xfa\x7d\x84\x19\x94\x47\x6c\xe2\x52\x08\x66\x06\x67\x4c\ \x76\xb9\x00\x80\x73\x88\x8a\xf4\xeb\xbf\x36\x67\x56\x49\x92\x00\ \x64\x07\xdb\xde\xfc\xf3\xef\x36\x05\x5c\xb2\x24\xbc\xdc\x18\x40\ \x1e\x10\x08\x33\x2b\x56\x48\x91\xe6\xb3\x50\x08\xf4\x28\xb7\x91\ \x9a\x35\xec\xea\xab\x67\x74\x7f\xf4\xf2\x33\x7b\x5b\xc3\x7d\xe6\ \x80\xa5\xa8\x80\x25\x60\xa0\x87\x19\xf3\x20\x04\x9c\x71\x21\x84\ \xe0\x10\x8a\x30\x8c\x91\x47\x03\x45\x42\x5c\x08\xe0\x22\x14\xa1\ \x98\x48\x2a\x11\x5c\x0f\x63\xd9\x05\x48\x36\x6d\xa6\x48\x18\x84\ \x50\x89\x65\x23\x49\x08\x11\xb0\x12\x2f\xba\xe5\x86\xcb\xcf\x2c\ \x21\xcc\x46\x12\x39\xbc\x63\xf9\xdc\x67\xde\xd2\x5d\x52\xc4\x10\ \x8a\x22\x4b\x88\x52\x2b\x24\x69\x5e\x9b\x63\xce\x85\x84\x31\x08\ \x9b\x52\x5d\xd2\xdc\xc0\x59\xc8\x44\x9a\x22\x11\x61\x51\x3b\x2a\ \xb9\xbc\x16\x45\x42\x20\x09\x23\x09\x38\x07\x64\x01\x21\x08\x90\ \x15\xd5\x0d\x9c\x3e\xb2\xea\xee\xfb\x2e\x79\xef\xc1\x9a\x43\xcd\ \x41\x0d\x8c\xce\xf6\xc6\x6a\x3d\x10\x65\x28\x6a\x53\x24\x29\x1a\ \xe1\x60\x46\x10\x51\x90\xa4\x99\x36\x95\x08\x41\xc0\xc1\x8c\x20\ \x49\x93\x64\x02\x20\xf4\x30\xcd\x1a\x37\xfe\x9b\xdf\xb8\x42\xea\ \xef\x0a\x5b\xa0\x10\x63\xe1\x9f\x0e\x1e\xaa\x0f\xda\xb2\x87\x60\ \xee\x73\x11\x10\x40\xb0\xe8\x6e\x6f\xaa\x16\x03\x3d\x2c\xed\x7b\ \xf7\xdc\x1a\x7d\xef\xa9\xbd\x87\xfb\x14\x99\x71\xc1\xfb\x4d\xac\ \xc9\x84\x08\x9b\xda\x11\xc9\xe5\xb5\x39\xe2\x0c\x49\x04\x01\x08\ \x09\x9c\x11\xae\x2f\xa5\x9b\x41\x1a\x5a\x7b\xa3\xa6\x7d\x46\x22\ \xc6\xe1\x80\xcd\x78\x5d\x44\x5a\x79\x24\x52\xaa\xf2\x5d\xb6\x32\ \x27\xdd\x8e\x58\xe1\x91\x8a\x12\x87\x78\x88\x32\x82\xa5\xf8\xb8\ \x38\x5d\xd7\x07\x06\x06\xf2\xf3\xf3\xe2\xe3\xe3\x09\x21\x7b\xf7\ \xee\x0b\x87\x23\xb2\x2c\x27\x26\x25\x35\x37\xf7\xcb\xf2\x09\x67\ \x06\x0e\x00\x02\xb0\xa4\xb7\x6c\xf9\xe5\x03\xbf\xa8\xf1\xcc\x7e\ \xfa\x91\xaf\xcd\x9c\x36\x76\xdb\x5b\xad\xba\x49\x27\xdd\xf6\xfd\ \x33\x6f\xa7\x07\x36\x2e\x7e\xf9\xe5\x79\x0d\x46\x52\xd5\xb4\xcb\ \xee\xbc\xf6\xac\xbc\x38\xbe\x67\xf5\x82\x67\xe6\x2e\xb4\x4c\x23\ \x14\x86\x4b\xbf\xff\x9b\xf3\xfc\xbb\x1f\xfa\xf1\xdf\x7b\xd5\xb2\ \x1b\xee\xb8\x69\xf6\x19\xc5\xac\xb7\x61\xc1\x6b\x2f\x2d\xdb\x71\ \x98\x78\x34\xcb\x16\x52\x5a\xf9\x79\x67\x94\x1e\x7a\xed\x91\x1f\ \x3e\xb3\x3c\x31\x37\x37\x8e\xcb\x24\xa1\xea\x37\x8f\x7c\x65\xfb\ \xef\x7e\xfc\x42\x4f\xf9\xa3\x3f\xbb\x7e\xe7\x9b\xbf\x7b\xb3\x3a\ \x6a\xd9\x62\xea\x1d\x0f\x9c\xe5\x55\x5a\x77\xae\x78\xfa\xc9\x37\ \x7a\x91\xa4\x4a\x34\x63\xc6\xe5\xf7\x4d\x68\xfe\xf3\x2f\x9f\x1e\ \x31\xf5\xaa\xbb\xae\x9e\x9e\x2e\x47\xb7\x7c\x34\xef\xf9\x57\x57\ \xd2\x41\x77\xac\x18\x88\x42\xc5\xcc\xcb\xbf\x76\xe3\xcc\x34\x19\ \x90\x22\xb6\xec\xa2\x01\x1d\xe5\x9c\x39\xfb\xae\xeb\x66\xe5\xc7\ \x89\x83\x5b\x96\xcf\x7d\xf9\xdd\x76\x75\xd8\x1d\xdf\x9e\x33\xa9\ \x38\x53\xa3\x6d\x7f\xfb\xf1\x6f\xf7\x07\x8d\x90\xa1\x94\x9d\x7b\ \xfe\x8d\xe7\x94\xad\x7f\xf5\xb1\x97\x97\xee\x31\x94\x84\x54\x1f\ \xb7\x88\x3a\x60\xb9\x27\xcd\xbe\xfc\xa6\x0b\x27\x24\xe0\xf0\x96\ \x25\x6f\xbf\xf2\xee\x7a\x57\xd5\x39\xf7\xdf\x77\x75\x51\xa2\x17\ \x1b\xfe\x35\xef\xbe\xfa\xde\x47\x5b\xba\x94\x82\xd9\xd7\x5e\x73\ \xd5\x8c\x61\xaa\xdd\xbb\xf6\xbd\x57\xdf\x58\x5a\x9d\x7c\xc6\x45\ \x5f\xfb\xca\x85\x25\x99\x49\x6d\x9b\xde\xfd\xd3\xe2\xde\x1f\x7c\ \xe3\x96\x3c\x2f\x0f\xb4\x56\x3f\xff\xd8\x73\xed\xd1\xd0\x40\x14\ \x5f\xf1\xc0\x43\xb3\xfb\xb6\xff\xe0\x9b\x4f\x26\xe5\xe4\x0d\xcb\ \x8c\x5f\x1c\x35\x13\x47\x5e\xfc\xf5\x5b\x2f\x19\x9e\xa5\x36\xed\ \x5a\xfb\xf2\x8b\x6f\xec\x19\x88\xbf\xfb\x81\x7b\xce\x2c\x4a\x75\ \x11\x71\x68\xcb\xb2\x97\xe7\xce\xeb\xa4\x2e\x42\x30\x80\xe0\x42\ \xd0\xfe\x96\x97\x7e\xfe\xad\x17\x36\xf5\x7b\x3c\x5a\x61\x5a\x1c\ \x4b\xaa\xba\xf5\xb6\x1b\xcf\x1e\x91\xc9\x74\x8b\x19\x6d\xb6\xc5\ \xb2\x72\x73\xaa\x8a\x4c\x8f\xd8\xd7\xdf\x3b\x30\xe6\xb2\x3b\x9e\ \xbe\xe4\xd2\x17\xfe\xf0\xf0\xd2\xfd\x6c\xe6\x35\x37\xdd\x72\xf1\ \x19\x09\xd0\xbf\x7e\xc1\x9b\x2f\xbf\xb7\xc1\x55\x39\xeb\xbe\x3b\ \xaf\xa8\xca\x4a\xee\xac\xff\xf8\x27\x0f\xbd\x48\x24\xd9\xa9\x69\ \x5f\x3e\x5d\x18\x6a\x2f\x30\x2e\x12\x98\xce\xa2\xa6\x45\xc5\x45\ \x71\xde\xbf\x47\xe5\x17\xba\x8d\x5f\x97\x4b\x89\x76\x50\xa7\xcc\ \xa7\x28\x32\x23\x0c\xcb\x12\x60\x21\xb8\x69\x52\x21\x84\x69\x1a\ \xd1\xa8\x4c\x08\x16\x82\x31\xc6\x6c\xdb\x26\x04\x31\x7a\xd4\x8e\ \x3c\x71\xf0\x02\x04\x07\xac\x24\xa4\x64\x16\xa5\xa7\xb9\x15\xe8\ \xd1\x75\x06\x48\x51\xc8\xf6\x37\x9f\x58\xa4\x97\x3e\x30\xe7\xbc\ \xf1\xdb\xd6\x34\xb5\x54\xdc\x7b\xfb\x79\x87\xe7\x3d\xf9\xb7\x7a\ \xdf\x77\xbe\x73\xfd\xb5\x2d\x8d\x6f\xd6\x19\x08\x19\xcb\x9e\xfe\ \xfb\xf2\x86\x23\x5d\xe1\xf8\xb3\x6e\xb8\xf6\xc2\x52\xfe\xc4\x2f\ \x7e\xea\x39\xe3\xfa\x39\x77\x7c\xb5\xa3\xee\x97\x7b\x75\x2a\x11\ \x12\xea\xdd\xbb\x70\x4d\xed\x79\xb3\xae\xff\x4b\xe9\xf8\xb5\x4b\ \x16\xae\xdf\xd3\x8a\x05\x10\x42\x62\x26\x3d\x21\x38\x66\xd2\xca\ \x12\xda\xf5\xf6\x33\xef\x34\x27\x7c\xef\xfb\x37\x5e\x3a\x63\xdf\ \x8b\x3b\xa3\x48\xf0\x8d\xaf\x3d\xf1\xd6\x9e\x76\x5f\xc1\xb4\xef\ \xdd\x3c\x65\xe7\xdc\xbf\xfc\x35\x58\xf4\x83\x6f\xde\x78\x51\x6d\ \xfd\x0a\xdd\x04\x00\x4a\xb9\x88\xab\xb8\xed\xd6\x73\xfd\x2b\xe6\ \x3e\xbc\x21\x7a\xcf\xb7\x6f\x95\x10\x83\xe4\x61\xf7\xdc\x75\x51\ \x68\xe5\x5b\x7f\x6c\x74\xdd\x7b\xf7\x25\xe7\x37\xd6\xbc\xb8\x59\ \xae\xa8\xcc\xde\xf3\xf2\x63\xef\x54\xb7\xda\x61\x21\x30\x0a\x43\ \xd2\xa8\xf2\x62\xda\xba\xef\xe3\xe5\x1f\x1b\x24\xcd\xe5\x8b\xf3\ \x7a\x58\x77\x20\x9c\x36\x6c\xca\xed\xd7\x8e\xdb\xfc\xca\xf3\xb5\ \xf2\x98\x6f\xdd\x74\xe3\xde\xed\x35\x75\xaa\x27\x3b\x01\xbd\xff\ \xc7\x5f\x74\x8e\xf9\xca\xb7\xaf\xb8\x70\xcd\xfa\x9d\x9e\xd1\xe7\ \xdc\x78\x4e\xc1\xa2\xe7\x9e\xe8\xcf\x3d\xf7\xde\xaf\xde\xb4\x79\ \xd3\xcf\x71\x6a\x66\xb6\x5b\x7f\xf9\x57\x3f\xda\xdd\x17\xee\x0b\ \xe2\x57\x9f\x7f\x36\x2d\x25\xe7\xe2\x1b\x2e\x3a\x7f\xc2\x88\x57\ \x6b\x2d\x2c\xf4\xc5\x4f\xfe\x6d\x75\x73\x77\x10\xdc\xaa\x22\x29\ \x12\x50\x5f\xf9\x6d\x77\x5f\xe3\xda\xf3\xee\x77\x9f\x38\x72\xcb\ \x37\xee\xba\xf9\xca\xce\xc6\x17\x6b\x73\x8a\x32\x0e\xbd\xff\xcc\ \xbc\xde\x8c\xef\xdf\x31\x7b\x7a\xf5\xc6\x57\xd7\x1e\xd1\x7c\x1a\ \xe7\x42\x70\x6a\x92\xc4\xcb\xef\xfb\xc5\xd4\xdb\x88\x1c\xd8\xf6\ \x87\xc7\x96\x4d\x3c\xf7\xa2\xb3\x0a\xd9\x93\xbf\xfc\xb9\x18\x76\ \xd5\xbd\x57\x26\x00\x00\x91\x64\x45\x66\x08\x21\x49\x23\xfb\x97\ \xbe\xf1\xf2\xaa\xed\xbd\xbd\xd1\x82\x49\x97\xdd\x7e\xc5\x88\x55\ \x4f\xfd\x6e\x07\x1a\xfb\xc0\xbd\xb7\x1e\xae\xae\xdf\x9b\x90\x54\ \x98\x8c\xe6\xfd\xe1\x67\xeb\x7b\xa2\x08\x93\x4f\x8c\x7f\x3b\x7c\ \x29\x74\x01\x0b\x01\xc7\xfe\x00\x50\xd0\xa4\xdc\xb6\x11\xa7\x2b\ \x0f\xfb\x29\xe7\x97\xe4\x27\x2c\x68\xee\xf3\x47\x74\xcc\xe8\x80\ \x61\xd9\x02\x40\x20\xce\x58\x24\xaa\xdb\x36\x65\x8c\x53\xca\x28\ \xb5\x63\xaf\x6d\xdb\xb6\x2c\x5b\xd7\x0d\x84\x61\xe8\x69\x07\xff\ \x00\x84\xad\xb3\xd4\x11\x0f\x3e\xf2\xd4\xdf\xbf\x7d\x5e\x60\xf7\ \x8a\x85\x2b\x77\x50\xc5\x4d\x10\x1a\x68\xad\xdb\xbc\xe5\x80\x3f\ \x22\x94\xb8\x84\x94\xf4\xd2\x0c\xa9\x7b\xe5\xaa\x2d\xbb\xd6\xae\ \xdd\xd2\xa1\x97\x14\x14\x78\x55\x10\x82\xf6\x36\xd4\xb6\xb7\xb6\ \x05\xb4\xec\xca\xdc\xcc\xd6\x86\x9d\x1b\x57\x6d\xdd\xb0\x71\x53\ \xbf\x96\x5f\x91\xa9\x19\x96\x0d\x08\xb9\x59\xe7\x8b\x8f\xfc\xe6\ \x17\x8f\xbf\x73\x30\x92\x78\xcb\xb7\x7e\x72\xfd\xcc\x42\x1a\x0d\ \x03\x42\x82\x51\xdb\x8e\x79\x23\x20\xe6\x6c\x08\x34\x1e\xda\xb5\ \x76\xcd\xae\x2e\x23\x3f\x3d\xd3\xa3\x00\x17\x62\xa0\xb5\xae\xb1\ \xd5\xef\x4e\xab\x8a\x67\x87\x57\xac\xd8\xba\x63\xed\x9a\xdd\x7d\ \xb8\xaa\x20\x5b\x91\x04\x00\x37\x2d\x5b\x4a\x2e\xc9\x75\x85\xd6\ \x6f\xdc\xba\x7d\x77\x8b\x3f\x62\x21\x24\xe2\xd2\xca\xb2\x64\x1e\ \x57\x34\xfa\xdc\x33\x8b\xbb\x5a\x9b\x83\xb6\xaa\x60\x4e\x29\x0b\ \xb6\x1c\x6c\x6b\x6c\x0c\x71\xcc\x05\x02\xc1\x19\x17\x92\x2c\x21\ \x82\xc2\xfe\x48\xd6\x99\x97\xfc\xea\xc1\xbb\x0a\x12\x78\x7c\x52\ \x41\x02\xe2\x79\x63\xa6\x4c\xa9\x8c\x3b\xd4\xd0\xce\x89\x86\x41\ \x30\xdb\xec\x3c\x54\xb3\x79\x6b\x13\x55\x34\xe2\x4d\xc9\x4b\xcf\ \x75\x61\x54\x31\x79\xc6\xd8\x5c\xd8\xdf\xd8\x23\x29\x1a\x00\xb7\ \xa2\x91\x9e\x83\xbb\xf6\x37\xeb\xa5\x93\x67\xdf\xfe\x95\x4b\xc6\ \x95\x65\x62\x8e\xdc\x92\x2c\x49\x00\x82\xf6\xd6\xef\x6f\x6f\xef\ \xd2\x91\x82\x00\x38\x67\xee\x94\xf2\xd2\x44\x63\xdd\xc7\x9b\x76\ \xaf\xd9\xb0\xae\xb6\x3d\x23\xbb\x24\xdd\x87\x6c\x2a\x42\xed\x8d\ \x5b\x37\xd7\x76\x07\xa9\x3b\x29\x99\x30\xc6\x45\xcc\x33\x89\x30\ \xd8\x5d\x87\xeb\xf6\xed\xdb\xbf\xef\xc0\xe1\x01\x48\x2a\xc8\xc8\ \xf4\xb7\xef\x5d\xb3\x66\xcf\xa1\x96\x80\xc0\x18\x0d\x19\xb1\xc2\ \x12\x0a\xb6\x37\x75\x34\xd4\x77\xda\xee\xec\xdc\x0a\x39\x52\xbf\ \x6a\xc5\xd6\x6d\xeb\xd6\xd4\x84\xdd\xc3\x0b\xd2\x11\x70\x5b\x37\ \x7a\xeb\xab\x3b\xda\xba\x84\x40\x27\x29\x09\xce\xdf\x69\xff\x37\ \xc4\x5e\x00\x50\x24\xb4\x33\x0c\xb3\x34\xc6\x19\xf7\xc4\x25\x5f\ \xe1\x12\x59\xbc\x67\x6b\x66\xb2\x6d\x74\xcb\xdc\xde\xaf\xe3\x7e\ \x41\x08\x12\x36\xa3\x7e\x7f\x20\x29\x31\x41\x92\xa4\x8e\x23\x47\ \x64\x49\x02\x40\xa6\x69\x02\x80\x69\x9a\x7e\x7f\x40\x22\x12\x67\ \x4c\x9c\xe8\xf1\xe6\x5c\x20\x49\x23\x81\x83\x4f\x3e\x35\xb7\xb6\ \xcb\xb0\x06\xba\x06\x4c\x45\x4d\x96\x01\x84\xa4\xa8\xaa\x24\x01\ \xe7\x08\x60\xa0\xaf\xa5\x1f\xcd\x9a\x30\xa6\xec\x90\xdb\x37\x32\ \xc3\xdd\xb1\xa5\x33\x18\x25\x82\xc4\xe5\x94\x16\x79\x43\x1d\x28\ \xd2\xdd\xd2\xeb\x9f\x58\x52\x51\x31\xa2\xd8\x3b\x7c\x64\x22\xef\ \x69\xe9\x35\x24\x8c\x29\xe5\x5c\xce\x38\x63\xbc\xbb\xa5\x66\xcb\ \xdb\x21\x69\xfc\xf8\xaf\x15\x95\x14\xc2\xc6\x86\xa0\xe5\x2e\x2e\ \xcb\xcf\xb0\xdc\x8a\x14\x1b\x6b\x44\x98\x20\x35\x21\xa5\x70\x7c\ \xf6\xe8\x0c\x4f\xdb\xfa\xae\xa8\x85\x30\x02\x22\x2b\x5e\xc5\x1a\ \xe8\x6b\x31\xd4\xb3\xc7\x8f\x29\xe9\xed\x2f\xa9\x4a\x42\xd5\x5d\ \x3d\x26\xf3\xc8\xaa\x27\x35\x2b\x99\xb6\x36\x76\x5a\x97\x4e\x99\ \x38\x6a\x43\x6f\xaf\x5b\x95\x19\xc6\x91\xfe\xf6\x01\xe2\x8a\x34\ \xef\x7a\x75\xc9\x6e\xc9\xed\xa5\xdd\x4d\xc2\x37\x06\x21\x41\x64\ \x55\x55\x65\x10\x5c\x20\xe4\xe1\xbd\x3b\xaa\xf7\x5f\x3e\xfd\xbc\ \x8b\xaf\xbd\xec\xc8\x9b\x9b\xe2\xdd\x2a\x46\x20\x09\xd6\xdf\xdf\ \x69\xcb\x23\xdb\x77\xac\x7a\x77\x4f\x8f\x4f\xc3\x81\x96\xee\xf8\ \x89\x0a\x00\x52\x34\x4d\xc1\x48\x08\x20\xcc\xec\x0d\xf6\x02\xc9\ \x38\xb8\x7e\xf1\xca\x46\x3d\x5e\xa1\x47\xba\x43\x65\x92\x04\x08\ \x4b\x8a\x42\x5d\x69\x53\xa6\x4d\xf3\x05\x96\x3d\xf7\xdc\x9a\xab\ \x7f\x3d\xbc\x58\xc2\x96\x6d\x71\x29\x2e\xa7\xb4\xd8\xa3\x77\x9b\ \x01\x5b\x08\x40\x88\x18\x81\x96\x0e\xdd\x3d\x76\x54\xe5\xda\xf6\ \xb8\xb1\x45\x99\x81\x23\x7b\xfd\x11\x46\x30\x10\x45\x55\x65\x19\ \x84\x10\x02\xb8\x10\x88\x73\xc1\x19\x20\x22\xb3\xe8\x9e\xb5\x8b\ \xdf\xda\x11\xf4\xb8\x64\x24\xdc\x9d\xfe\xde\xd4\xf2\xe1\x13\xc7\ \xe7\x47\x13\x54\x8c\x30\xc4\x5a\x0e\x04\x9c\x1a\x51\x5b\xcd\x2e\ \x2c\x88\x4b\x3b\x0c\x11\xa3\xb7\xbb\x05\xbc\xe3\xc7\x8e\x29\xb6\ \xf1\xe8\x52\x1f\x5d\xdd\x19\xe0\x6e\x00\x8c\x24\x45\x53\xe5\x98\ \xb1\xe0\x8c\x59\x7c\x19\xfb\x11\x31\xef\x36\x00\x80\x50\x30\xda\ \x61\x28\x1b\x43\xd1\xe9\x2e\x7b\x24\xef\x63\x03\x2c\xca\xd8\x38\ \x25\x82\x38\xed\x67\xf8\xbd\x7e\xd9\x92\x24\x97\x10\x08\x41\xe7\ \x91\x23\x8a\x22\xa7\xa5\xa7\x61\x84\xb9\xe0\x00\x80\x31\xa6\xb6\ \xdd\xdd\xd5\x13\x0a\x85\x5d\x2e\x85\x09\x7e\xdc\xaf\x0e\x80\x00\ \x38\x17\x58\xd1\x34\x30\x8e\x34\xd6\xb4\x07\x3d\x6e\xb7\x42\x24\ \xcc\x00\xa9\x9a\x26\x61\xc4\x05\x56\x55\xd5\xa5\xc9\x81\xc6\x2d\ \x2f\xbc\x33\xea\x8e\xdb\x7e\x7c\x81\x26\x9a\x77\xad\xfe\x70\xdd\ \x8e\xf6\x68\xce\xea\x2d\x1d\x57\x7f\xf3\x37\x33\x03\x07\x7e\xf7\ \xdd\x5f\x2e\x7a\xe7\xbd\xe2\xfb\xbe\xf2\xab\xa7\x9e\xe2\x91\xee\ \x55\x6f\xbe\xb8\xb9\xcb\x42\x9a\xcb\xa2\x14\xc5\xe5\x5f\x77\xc7\ \xcd\x15\x69\x1e\x24\x58\xef\xe1\x9d\xf3\xd7\xed\xe8\x8f\xd2\x45\ \x0b\xb7\xdd\x7d\xcd\x77\x5e\xb8\x01\xf1\xe8\x91\xfe\x01\x83\x32\ \xb3\xcf\x6f\x9f\xfd\xcd\x9f\xcf\x02\x71\x78\xd7\xca\x79\xab\x76\ \x58\x29\x33\x5d\x2e\x55\xc2\xd8\xa5\x58\x87\xf7\xad\x7d\x75\x71\ \xfe\xcd\xdf\xf9\xdd\xb5\xc4\x3e\xb8\x79\xf1\xe2\xed\xb5\xed\x2e\ \x75\x6f\x3b\x3f\xff\xba\x1b\xd6\xfe\xec\xef\x4f\xbd\xbc\xea\x5b\ \xd7\xdd\xf6\xca\x65\x12\x20\x73\xd5\xda\x68\xa4\x63\xd7\xf3\xaf\ \xaf\xb9\xfd\xe2\xab\xfe\x32\xfb\x26\xbb\xa7\xf1\xe9\xdf\xfe\x74\ \xa3\x0d\xaa\xe6\x92\x31\xe2\x5c\x08\x21\xb0\xe0\x8a\x4b\x1c\x5a\ \xff\xd1\xd3\xc9\xee\xeb\xce\xbf\xe1\xa9\xd9\x73\x00\xa3\x60\xfd\ \x66\x26\x68\x4b\xf5\xea\xd7\x96\xe6\x5d\x75\xd3\xd7\x67\xdd\xae\ \x85\x6a\xd7\xfc\xea\x57\x7f\xa5\x40\x34\x4d\xc5\x00\x80\x25\x4d\ \xd3\xbc\x2a\x5d\xbb\x6e\xf1\x07\x95\xe9\x17\xdf\xfb\xc3\x2b\x64\ \xa5\x77\xeb\xbb\x3f\xfe\xdd\xab\x02\x4b\x2e\x55\x21\x18\x29\x76\ \xef\xc6\x4d\x9b\xc7\x5c\x73\xee\x23\x7f\x3c\x53\x49\x52\x0e\xe8\ \x91\x9e\x96\xe6\xd5\xdb\x3a\xaf\xfa\xce\x43\x67\xf7\x56\x3f\xf8\ \xb5\x3f\x72\x22\x6b\x2e\x17\xea\xdb\xf3\xfc\x4b\xcb\xbf\x77\xcb\ \x6d\x2f\x5f\x29\xf7\x36\xee\x7a\xf1\xbd\x8f\x7a\x79\x8e\xc7\xad\ \x45\x30\xe2\x80\x35\x55\x95\x25\xcc\x39\x47\x42\x30\x2e\x00\x09\ \xe1\xcd\x9e\xf3\xd3\xc7\x6e\x15\xa0\xaa\x64\xd3\xdc\x9f\xfd\x7a\ \xde\x9b\x65\x39\x77\xff\xe0\x4f\x8f\x0a\x21\xa2\x3d\x7b\x0d\xc6\ \x88\xac\xa8\x2a\x60\xb3\xf3\xa3\xa5\x3b\xbf\x7f\xcd\x9c\xe7\x67\ \x5f\xf1\xca\xef\x7e\xfd\xc6\xba\x05\x6f\x57\xe6\x5c\xf7\xd3\xbf\ \xcc\x01\x7d\xdf\x9a\x79\x8b\x76\xb5\xa4\xcc\x9a\xa9\x69\x2a\x01\ \xc1\x38\x27\xc2\xe9\x44\x7c\x29\x75\x01\x9d\x7b\xce\xf4\xa1\x83\ \x49\x54\x80\x6c\xea\xb7\x78\x82\x93\x54\xdd\x83\x05\x01\x61\x08\ \xd4\xc1\xe4\x57\xc3\xbe\x5d\x22\xce\x2b\xe3\xd8\x68\x94\x6d\xda\ \xb2\xa2\xa5\xa4\x24\xcb\xb2\x8c\x31\x12\x02\x38\xe7\xe1\x70\xa4\ \xb7\xaf\x57\x55\xa4\x93\x8e\x4e\x71\xce\x15\x5f\x4a\xb2\x4a\xfb\ \x03\x7e\x43\x48\x08\x40\x00\x08\xe4\x4b\x4a\xf1\x2a\xfd\xed\xad\ \x76\x7c\x5a\xb2\x17\x45\xbb\x83\x21\x2b\x2c\xb4\xb4\xd4\x64\x8f\ \xcc\xc2\x7d\x9d\x61\x53\x08\xac\x70\xd9\x9b\x9e\xec\x21\xd4\x30\ \x82\xbd\x7e\x1d\x84\x27\x39\x33\xc9\x85\x8c\x81\xbe\x5e\xbf\x90\ \xd5\x98\xfe\xd8\xe0\xf2\x78\xdc\x3e\x97\x8c\x81\x1b\x03\xbd\xa1\ \x90\x01\x8a\x6a\x70\x25\x25\x25\xd1\x2d\x01\xb5\xf4\xe8\x80\x3f\ \xcc\xdd\xde\x38\x9f\x57\x93\x30\xa7\xa1\xbe\x23\x21\x0b\x4b\xae\ \xa4\xe4\x24\x0d\x05\x3a\x7a\x29\x16\x0c\xa2\x42\xcb\x48\x4b\x74\ \x61\x7b\xa0\xa7\x53\x67\xd8\x46\xaa\xe4\x8e\xcf\xd4\x8c\x90\xbf\ \xaf\x87\xba\x13\x53\x52\x12\x34\xc2\x99\xa9\x0f\x04\x74\x93\x86\ \xa8\x92\x94\x9a\x1c\xaf\x12\x61\x47\xc3\xc1\xbe\x30\x24\xa6\xa4\ \x78\xa4\xfe\x23\x3d\x96\x00\x84\x8f\xaa\x21\x8f\x58\x72\x52\x4a\ \x62\xbc\x4b\x12\x42\xd0\x68\x7f\x24\x1a\x31\x29\x36\xc0\x95\x9e\ \x9a\xe8\x92\x10\x37\x82\xfd\xc1\x10\x55\x53\x52\xe3\x89\xd5\x77\ \xa4\x5b\xca\xce\x4e\xe0\xba\xbf\x77\x40\x67\x96\xec\xcb\x4c\x89\ \x93\x31\x70\xdd\x1f\x08\x1a\xe0\x49\x4b\x71\x33\x23\xd0\x15\xe4\ \x92\xce\xb5\x94\xe4\xa4\x38\x8d\x50\xdb\xa4\x03\xbd\x81\x28\xa3\ \x6a\x62\x7a\xb2\x87\xd0\x68\xd8\x1f\xa4\xbe\xf4\x64\x29\x1a\xf2\ \xf7\x76\xdb\xae\x84\x94\x94\x44\x0d\x19\xc1\xee\xfe\x90\x05\x5a\ \x62\x62\xb2\x4f\x1b\xe8\x38\x6c\x79\x53\x93\xe2\x89\xd1\x1d\x0c\ \x5b\x1c\x63\xc1\x11\x76\xc5\x27\xfa\x5c\x04\x06\x07\x7f\x45\xa4\ \xeb\x88\xdf\x14\x9e\xe4\x8c\x44\x2f\x01\x4e\x8d\x81\x81\xa0\x8e\ \xe2\xd2\x52\x14\x63\xa0\xaf\xb7\x8f\xc7\xa7\xa5\xc5\xbb\x30\xb7\ \x82\xdd\xfd\x51\x3b\x4a\xe2\x32\x53\x13\x54\x61\xf4\xf7\x74\xea\ \x5c\x95\xbd\xc9\xc9\x5e\xb0\xfd\x47\xfc\x5c\xc1\xce\x30\xe5\x97\ \x54\x17\xce\x39\x7b\xfa\x27\xaa\xb1\x2d\x80\xda\x76\x19\x44\x4b\ \x24\x43\x43\xa2\x93\xc9\x7b\x98\x2b\x4c\x34\xb7\x74\xc2\x94\x44\ \xdb\xa6\x82\x0b\x55\xd3\x64\x59\xe2\x5c\x98\xa6\x69\x53\x5b\x51\ \x64\x7c\x32\x51\x88\x0d\x97\x33\xdb\xb2\x39\x28\xca\x90\xe2\x22\ \xb8\x69\x5a\x58\x56\x65\xcc\x4d\x8b\x62\x22\xcb\x12\x16\x9c\xd9\ \x36\xe5\x02\x88\x2c\xcb\x31\x6f\x39\xa3\xb6\xcd\x04\xc2\xb1\xdf\ \x32\x6a\xdb\x94\xa1\xd8\xd1\xc7\x57\x68\x70\xdb\xa6\x8c\x0b\x00\ \xc0\x84\xc8\xb2\x84\x00\x8e\x9d\x0a\x21\x24\xc9\x32\xc1\x60\x5b\ \x16\xe3\x00\x08\x24\x49\x96\x08\x16\x9c\x59\x16\x25\x8a\x22\xe1\ \xd8\x48\xfc\xe0\xf1\x92\x2c\x4b\x04\x03\x88\xd8\x85\x15\x45\x46\ \x82\xdb\xb6\xcd\xb8\x00\x84\x62\xbf\x85\xa3\x9f\x20\x84\x65\x45\ \xc1\xc0\x4d\xd3\xc2\x8a\x2a\x1f\xbd\x3d\x01\x80\x40\x80\x10\x43\ \x13\x26\x49\x12\x46\xc7\x2e\x24\x10\x96\x14\x45\x02\x46\x2d\x9b\ \x49\xaa\x8a\x05\x35\x2d\x2e\x2b\x32\xc1\x88\x33\x6a\x53\x26\xc4\ \xe0\xed\xc4\x92\x22\x29\x0a\x39\xfe\x73\x00\x04\x44\x92\x65\x82\ \x39\xb3\x2d\x9b\x01\xc2\xaa\xaa\x70\xdb\xa2\x02\xc9\x8a\x8c\x07\ \x53\x08\x98\x48\xb2\x4c\x90\xe0\x96\x69\x21\x59\x91\x31\x98\x96\ \x1d\xcb\xbf\x58\x2a\x39\xa3\xb6\x4d\xc5\x51\x13\x0f\x4b\xb2\x2a\ \x63\x6a\xdb\x34\x76\x11\x8c\x15\x45\xe6\xb6\x45\x05\xc8\x8a\x82\ \x38\xb3\x6c\x2a\x04\x48\x8a\x22\x61\x24\x18\xb5\x28\x15\x80\x25\ \x59\x96\x08\xe2\x94\xda\x94\x49\x8a\x4a\x1c\x51\xf8\xf2\xea\xc2\ \xac\xb3\xa6\x9e\xa4\x79\x47\x60\x32\xb0\x62\x1e\x08\x04\x1a\x01\ \xf2\x19\xdd\x44\xc6\x18\xe7\x02\x21\xc0\x18\xff\xd3\xb9\xcc\x0e\ \x0e\x0e\x5f\x96\xf9\x0b\x27\x38\x02\x8e\x7e\x83\x14\x04\xca\xf1\ \x56\x1d\xf8\x67\xac\xa7\x1c\xaa\x06\x42\x08\xc7\xc9\xe4\xe0\xf0\ \xdf\xa0\x0b\xc1\xe0\x80\x33\x59\xd5\xc1\xc1\xe1\x84\x7e\xc4\x33\ \x4f\x3f\x71\x12\x7b\xc1\xc1\xc1\xe1\x7f\x58\x19\x90\xe0\x4e\xe0\ \x36\x07\x07\x87\x13\x90\x42\xa1\x90\x93\x0b\x0e\x0e\x0e\x43\x71\ \x46\x10\x1c\x1c\x1c\x1c\x5d\x70\x70\x70\x70\x74\xc1\xc1\xc1\xc1\ \xd1\x05\x07\x07\x87\xff\x5f\xa4\x2f\x45\x2a\x31\xc6\xe0\x4c\xb2\ \x70\x70\xf8\xfc\x10\x27\x46\x48\xf9\x92\xe9\x02\x42\x88\x52\x1a\ \xf0\xfb\x29\xb5\x9d\x67\xe9\xe0\xf0\x79\xe1\x76\x7b\xbc\x3e\xdf\ \x67\x49\xc3\xe9\xae\x0b\x94\xd2\xde\xde\xee\xc4\xc4\x64\x8f\xd7\ \x17\x93\xb9\x98\x5c\x1c\x53\x3d\xe7\x01\x3b\x38\xfc\x83\x86\xf5\ \xa4\xb5\x86\x31\xd6\xd3\xdd\x45\xa9\x9d\x90\x98\x74\x52\x69\x38\ \xad\x75\x01\x63\xd2\xd7\xd7\x13\x1f\x9f\x90\x9c\x92\x0a\x83\xcb\ \x13\xe1\x84\x17\x4e\x9c\x72\x07\x87\x7f\x68\x6e\xc7\xaa\xc9\x89\ \xdb\xc7\x09\x84\x90\x96\xe7\x6a\xaa\xaf\xb3\x3d\x96\xac\x9c\x24\ \xde\xbf\x74\x7a\xdf\x15\x98\xa6\x99\x96\x9e\x19\xbb\x19\x21\x04\ \xc4\x02\x8a\x1d\x8d\x19\xf8\x45\xea\xc2\xb1\x2c\x3e\x2d\x9e\xb5\ \x10\x02\x80\x10\x02\x20\x9c\x5d\x45\x1d\xfe\x71\x71\x19\xaa\x0b\ \xb1\x17\x9c\x73\x42\x08\x91\x24\x4a\xa9\xac\x28\xa7\x6e\x2f\x20\ \x45\xd3\x24\x8c\x00\x04\xa7\xd4\xb2\xed\xff\x8f\x8d\x86\x10\x91\ \x25\x41\xff\xdd\x33\x70\x21\x84\x10\x5c\x08\xc1\x11\x21\x22\xd4\ \x59\xdd\x12\x2c\x1d\x56\xee\x42\xc0\x19\x8d\xc5\xa4\x94\x24\x02\ \x82\x51\xf6\x2f\x5f\x00\x13\xe9\x58\x24\x88\x7f\x7a\x02\x42\xc8\ \xb1\x4b\xfe\xeb\xcf\x86\x90\x21\xd1\x08\x18\xa5\xff\x1f\xd9\x89\ \x08\xc6\x9c\x32\x84\xa1\xfd\xc0\x1e\x3d\xb1\xb0\x24\xcd\x4b\x1d\ \x69\x70\xf8\x8c\x5e\x84\x38\xda\x94\x0d\x6e\xf8\x18\xdb\xe8\x43\ \x08\xc0\x98\x8b\xa3\xc1\x3d\x4f\x49\x17\x10\x42\xcc\x6c\xda\xb3\ \xbb\xc5\x1f\x11\x40\x92\x32\x0b\x2b\x8a\xb3\x09\xb7\x05\x0c\xee\ \x52\x39\xb8\x61\xc8\xf1\x37\x30\xf8\x16\x84\xe0\xc7\xdf\xc6\x62\ \xff\x60\x16\xdd\xbd\x66\x9b\xbb\x74\x42\x45\x8e\x97\x5a\x74\x70\ \x03\xa6\x53\xbe\x2f\x1e\x0b\x43\x89\x40\x08\xc0\xc0\xb7\x2e\x7a\ \x65\x49\xff\x88\xaf\x67\xf9\xea\x3b\xad\x8a\xca\x02\xc2\x99\x00\ \xab\xb1\xb6\x01\xa7\x14\xe6\x26\x69\x42\x08\x7c\xb4\x55\x17\xc7\ \x82\x50\xc7\x34\xf2\xe8\x27\x83\x57\x17\x40\x64\x89\x47\xfb\xaa\ \xf7\x1d\xe8\x0e\x59\xde\xe4\xcc\xb2\xd2\xc2\x78\x97\x2c\x06\x37\ \x85\x39\x7e\x3c\x1a\xcc\x11\xab\x66\xe3\x4a\x33\x6d\xf4\xd8\x92\ \xf4\x58\xad\x8e\x7d\x25\x8e\xde\xcc\xd1\x23\x4f\xe8\xe3\x1c\x7f\ \x1e\x56\xa0\xa6\xe6\x60\xcf\x40\x54\x10\x2d\xb3\xb0\xbc\x3c\x2f\ \x85\x53\x7a\x74\xd3\x15\x11\x0b\x1b\x33\xf4\x57\xe8\xd8\x77\x9f\ \x7c\x8b\xc0\xe8\x5e\xb3\xa5\xa6\x60\xc2\xac\x02\x1f\x0a\x35\x6d\ \x9a\xfb\xe1\xbe\x1f\x7c\xef\xa6\x04\x70\x56\xb9\x38\x9c\x04\x01\ \xc7\xed\x6a\x42\x08\x00\x30\xc6\x04\xe7\xb1\xd1\xbd\xcf\x96\x05\ \x20\x0f\x3e\xf8\xc3\x4f\xb5\xef\x12\x8e\xb4\x3f\xff\xd0\xc3\xd5\ \x61\x0d\xeb\x9d\x9b\x56\x7e\x54\x17\xf6\x0d\xaf\x2a\x20\xd4\x08\ \x87\x23\x26\x15\xb2\xa2\x2a\x58\x84\x07\x06\x4c\x8e\x35\x4d\x01\ \x01\x12\x16\xd1\xd0\x40\xc4\xb0\xb1\x24\xc9\xb2\x4c\x80\x85\x83\ \x21\x0a\xc4\xe5\xd6\xb0\xd9\xfb\xc1\x33\x2f\xf6\xa7\x54\x15\xa6\ \xaa\x1c\xb0\x60\x8c\x03\xc2\xa7\x36\xe8\x48\x08\x0e\xf8\xfb\xe2\ \xe2\x13\x14\x55\x15\x80\x78\x60\xdf\x8b\x6f\x6f\x3b\xef\xb6\xdb\ \xdd\x07\x17\x7c\xf7\xc1\xbf\xb3\xa2\x49\x63\x0a\x12\x31\xee\x7f\ \xf1\x91\x47\x1a\xe2\xc6\x4e\x2a\x4a\xc4\x58\x44\x06\x82\x11\x4b\ \x68\x6e\x0d\x2c\xd3\xa6\x9c\x10\x04\x42\x30\xca\x62\x35\xcf\xb6\ \x2d\x0e\x18\x23\xc0\x92\x6c\x76\xed\x79\xe2\x8f\x8f\xac\xae\xed\ \x32\x82\x5d\x35\x07\x5a\x13\x72\x2b\xb3\x12\x24\xc6\x01\x03\x50\ \xdb\xe6\x02\x11\x49\x12\x54\x0f\x06\x43\x96\x40\x9a\x62\x2e\x7f\ \xf9\xd1\x5a\x5e\x50\x99\x19\xc7\x11\xd6\x54\x85\x99\x91\x60\x58\ \x27\x8a\x4b\x91\x80\x71\xc1\xa9\x19\x0e\x87\x4d\x06\x8a\x8c\xf5\ \xf0\x40\xd4\x16\xaa\xa6\xa0\x98\x4c\x62\xc9\xee\xda\xf8\xcb\x87\ \x9e\xea\x25\xf1\x66\xe7\xa1\x65\x4b\x96\xf7\xa9\x85\x23\x8b\x52\ \xa8\x11\x0d\x85\x23\x16\x43\x8a\xaa\x11\x61\x05\x83\x21\x0a\xb2\ \x4b\x25\x1c\x10\x06\x16\x1a\x08\xea\x16\x23\x92\x4c\x24\x89\x80\ \x1d\x0c\x0e\x58\x82\xb8\x34\x59\x0c\xec\x7f\xe2\x99\xf7\xbc\x15\ \x13\xd2\x55\x96\x51\x94\xbb\x7f\xd9\x87\x7d\x49\x63\xaa\x72\xbc\ \x4e\x6f\xc2\xe1\x33\xed\x62\x84\x08\x21\x2b\x56\xac\xa0\xb6\x9d\ \x9a\x96\x16\x6b\xbb\x31\xc6\xbd\x3d\xdd\xaa\xa6\x29\xa7\xde\x8f\ \x10\x9c\x09\x57\xf6\x85\xd7\xcc\x39\x77\x58\x52\xfb\xf6\x37\x7e\ \xf0\xc4\xc7\xd3\xc6\x64\xec\x7c\xe3\x99\xbd\x41\x48\x2d\x9d\x7a\ \xfb\x35\xd3\x6a\x96\xbc\xba\x66\x7f\xb7\x45\xd1\xd8\x0b\x6e\xbc\ \x66\x66\xfe\x86\x77\x5e\x5a\xb4\xab\x8d\x68\x29\xe7\x5e\x75\xc3\ \xb4\x22\x98\xff\xea\xab\xdb\x5b\xfa\x29\x57\xa7\x5f\x35\xe7\xa2\ \x11\x9a\x47\x89\xae\x5f\x38\xb7\x61\x57\xe5\x15\x17\x8e\x59\xf9\ \xfc\xb3\x59\xd7\x7c\xe7\x9a\x89\x39\x96\x79\x4a\xe3\x8e\x47\xe3\ \xbb\x0b\x84\x71\xfb\xee\xcd\x91\xb8\xd2\x31\x19\xf2\x91\x83\x24\ \x2d\x33\x61\xf3\xbc\xe7\xb2\xd3\x7e\x70\x4e\x99\xac\x6a\x2e\x59\ \x26\x20\x8c\x2d\x1f\xbe\xb2\x60\x73\xa3\x45\x59\xd9\xac\x9b\xaf\ \x2a\xea\xfc\xcb\xdc\x1d\x5f\xfd\xc5\x83\xe9\x9d\x1b\x7e\xf1\xa7\ \xb5\x37\xff\xe4\xc1\x91\x64\xdb\x6f\xff\xba\x64\xf6\xd7\x7f\x34\ \x21\x05\x21\x08\x2f\x7a\xe1\xb9\xc3\x29\xb3\x7e\xfe\x8d\xab\x12\ \x65\x6e\x19\xb6\xd0\x5b\xff\xfa\x8b\x47\xc7\x7c\xe5\x7b\x67\x97\ \xc1\x3b\x8f\xfd\x71\x60\xd4\x9c\x39\xa3\xc2\xcf\x3f\xf5\x5a\xcb\ \x00\x4f\x2c\x9b\x74\xd7\x4d\xe7\xf9\xe2\xc8\xd2\x8f\xde\xea\xdb\ \x93\x7b\xc9\xad\xb7\x14\xd2\xea\x67\xe6\x2e\xee\x33\x85\x3b\x6d\ \xc4\x57\xef\xba\xa9\x80\x37\x3d\xf1\xc7\xc7\x1b\xb9\x1b\xdb\x34\ \x35\x2b\x8d\x47\x06\xba\xba\x83\x25\xe7\xdc\x7c\xe7\xa5\x13\x65\ \x61\x09\x01\xdc\xb6\xb4\xac\xb2\x6b\xee\xba\x6b\xb8\x1b\x0e\xbc\ \xf7\xfb\xbf\x2f\x5d\x36\xbd\x2c\xf0\xf2\xdf\x5e\xee\xa6\x9e\xb2\ \x33\x2e\xf8\xca\x45\xe5\x8b\x5f\x7a\x7e\x57\x47\xc4\x06\xef\x05\ \x37\xdf\x7d\x4e\x31\xfa\x70\xee\xb3\x1b\xea\xfa\xdd\x29\xb9\x97\ \xcd\xb9\x7b\x54\x5c\xe7\xbb\x73\xe7\x6e\x6b\x19\xa0\x4c\x99\x79\ \xfd\xd7\x2e\x2e\x73\x4b\x66\x60\xe1\xb3\x7f\xae\x2e\x2a\xbf\xe5\ \xce\xaf\x4c\x19\x19\xbf\x60\xe7\xae\x8b\xc7\x9d\x47\x1c\x1f\xac\ \xc3\x67\xf8\x17\x28\x63\x0b\x3f\xf8\x60\xd1\x92\x25\x49\x89\x89\ \x73\x6e\xbd\xb5\xaa\xaa\x2a\x56\xad\xfe\x8d\xf9\x0b\x08\x83\x1d\ \xe8\xeb\x3a\x72\xb8\x7b\xe3\xa6\xbd\x5a\x66\xae\x9b\xfa\xeb\xbb\ \xb5\xab\xbf\x79\xff\xf8\x3c\x4f\xf3\xa6\xd7\xdf\xdb\x1d\xbe\xe5\ \xee\xaf\xb9\x1b\x3e\x7c\xf4\xbd\xb7\x87\x57\xdd\xbc\x6a\x75\x75\ \xc9\xb5\xdf\xb9\x79\x72\x16\x91\xa4\x3d\x8b\x9f\x58\xd5\xa6\xdd\ \x75\xf7\xd7\x07\x36\xcd\x7d\xe9\xed\x77\x47\x95\xde\xc4\x49\xf2\ \x79\xd7\x7d\xed\xb2\x09\xe9\x76\x34\x04\xd7\xdc\xe0\xc9\x8f\xa7\ \xf6\xa9\x9a\xbd\x9c\x73\x21\x38\x17\x40\x40\xb4\x35\xf7\xba\x92\ \x26\xbb\x00\x2c\xdb\x4c\xa8\x3c\xef\xe6\x33\xd8\xdc\xe7\x9f\x29\ \xfd\xf1\x1c\x99\x20\x4c\xa4\x50\xdd\x47\xaf\x2c\x3f\x74\xd9\xbd\ \xf7\x15\xeb\x5b\xff\xf0\xcc\x8b\x15\x0f\xdc\xe6\x61\x5d\x35\xad\ \x86\xbb\x6f\xdf\xae\xbd\xd5\x33\xfb\x83\x59\xfe\xba\x10\x64\x14\ \x26\x49\x8c\x73\x08\x35\x6e\x69\x25\xd3\xef\x39\x3b\x51\xa6\x96\ \xc5\xb1\x24\x01\x66\x7a\x34\x62\x31\x01\x20\x4c\x3d\x6a\x71\xd4\ \xb3\x6b\xf9\xb6\x23\xee\x07\x7f\xfd\xdd\x3c\x17\xa8\x92\x11\xd1\ \xa5\x29\x97\x7f\xf5\xce\xf3\x46\x88\x50\xe3\x5f\x7f\xfe\x76\xd2\ \x39\xf7\x7c\x73\x5a\xd6\x92\x67\x7e\xff\xc2\xbc\x9c\xef\xcf\x4e\ \x38\x1c\xf0\x5e\xf7\xa3\x1f\xe7\x77\xbe\xfb\xb3\x67\xb7\xcd\xf9\ \xe5\x6f\x8b\xda\x3f\xfa\xd5\x33\x0b\xeb\xce\x1c\x35\x2c\x05\x31\ \x21\x04\x42\x40\xcd\xde\xce\xbe\x2e\xd4\xbe\x6e\x77\xbb\x37\xe3\ \x7c\xd1\x57\xdf\x89\xb3\xbf\xfe\x93\xfb\xf3\xdd\xb0\xe3\xed\xbf\ \xac\xef\xc9\xbc\xff\xde\x0b\x5a\x3f\x7a\xf6\xf5\xd7\x96\x8e\xfc\ \x6a\xd6\xca\xcd\x4d\x17\xff\xe0\xb7\x33\xf2\x5d\x44\xc3\xd5\xef\ \xbd\xba\xba\xc5\x75\xef\x3d\x37\x0f\x6c\x7c\xf9\xf9\x57\xde\x1c\ \xf7\xa3\x19\x4a\x7c\xe6\xb5\x5f\xff\xf1\xf4\x74\x8c\x64\x11\xce\ \xca\x09\x7c\xdc\x31\x60\x41\x22\x12\xce\x06\x2e\x0e\x27\x33\x16\ \xc0\xb6\xad\xdc\xbc\xdc\xbb\xee\xbc\x93\x31\x26\x2b\x32\x65\xec\ \x98\xf7\xf1\xb3\x94\x41\xfa\x2c\x8f\x9c\x42\x7b\x96\xbf\x37\xb7\ \x26\x5e\x21\xde\xfc\x7b\x6e\xbf\x3a\x5b\xec\x07\xc5\x15\xe7\x8b\ \xf3\x7a\x48\xdf\xe1\xfa\xe0\x80\xf9\xf1\xfc\x37\xb8\x19\xcd\x29\ \x4a\x03\x29\xf3\xf2\x4b\x27\xbc\xb5\xe2\xa5\xa7\x5b\x26\x5d\x7d\ \xe9\x94\xae\xb6\x96\x81\x7e\xd7\xb2\x79\xaf\x53\xdd\xc8\x2b\xca\ \xa1\x16\x03\xc0\x92\xac\x28\x32\xa1\xb2\x77\xe4\xe4\x29\xdc\xd2\ \x2d\x9b\x9f\x6a\x2c\x98\x98\x0b\x43\x70\x01\x22\x62\x52\xa2\x28\ \xb1\xcf\x4c\xc3\x2a\x9a\x79\xc3\x85\xf5\xbf\x7b\x71\xee\x7c\x8f\ \x90\x52\xb1\xe8\x6b\x3a\xd8\x17\xea\xdf\xba\xf8\xad\xed\xb6\x99\ \x9a\x97\x86\xdd\xb9\xa3\xb3\xdd\xfb\x77\xee\xf2\xf1\xc8\xc8\xf1\ \xc5\xad\x07\xf6\xa0\x9e\xe6\xe4\xaa\x59\x09\x98\xda\xb6\xc0\x94\ \x72\x01\x82\x73\x10\x8c\x31\x26\x04\x00\x63\x00\x18\x80\x03\x70\ \x40\x88\xd9\x46\xfa\xa4\x0b\xa6\xee\x78\xfd\xa5\xbf\xfc\x79\xfc\ \xb9\x97\xcd\x9e\x98\x05\x02\x24\x42\x08\x46\x81\x9e\xe6\x46\x23\ \xf3\xde\x49\x23\x7c\xf1\x64\xca\x8c\x91\x2b\x17\x1d\xe8\xd2\x27\ \xa9\x9a\xa6\xa9\xee\xcc\xe2\x92\xd4\x94\x43\xb2\xe6\xcb\xcc\x2b\ \xca\x54\x36\xf5\x47\xa2\x22\xc9\xc5\x04\x17\x88\xd8\x7d\x87\xdf\ \x7b\xe6\x6f\xc9\x1a\x72\x65\x9c\x79\xe7\xf5\x17\x68\x4d\xaf\x2b\ \xaa\xdb\xeb\x73\x6b\x72\xe0\x50\x7d\x77\xa8\x37\xf2\xde\x6b\x2f\ \x5b\x26\xcf\x4b\x71\x91\xf4\x11\x17\x4d\xdf\xb3\xea\x85\xbf\x1c\ \x3e\xe3\xec\x2b\x67\x9f\xd9\x71\xa0\x39\x1c\x70\x2f\x7a\xf3\x15\ \xcb\x30\x8a\x72\x73\x4c\xcb\x16\x08\x13\x49\xc2\x58\x30\xc1\x08\ \x51\x85\x19\xb6\x6c\xce\x25\xc6\x9c\x5d\xe8\x1d\x3e\x05\x63\x88\ \x10\x69\xc2\x84\x09\x08\x61\x00\x60\x8c\x5a\x96\x85\x31\x06\x90\ \xff\xc1\xee\x1e\x9f\xa1\x0b\x9c\x9a\x52\xc6\xa5\x37\x7d\xed\xdc\ \x11\xa9\x84\x10\x24\x44\xb0\x89\x83\x10\x8c\x31\xc1\x89\xe6\xf5\ \xf9\xb2\x8b\xbe\x72\xdf\x9d\x69\x92\x69\x5a\x5c\x00\x28\x17\xcc\ \xa9\x9c\xdc\xf2\xc6\x93\x7f\x7d\xec\x5d\x38\xcb\x97\x94\x52\x54\ \x75\xe7\x37\xae\xf1\x72\x83\x32\x24\xd3\x6e\x8b\x1a\xba\x65\x23\ \x84\x81\xd3\x81\x40\x1f\x96\x54\xe9\x54\x43\x05\x23\x3e\x68\x30\ \x30\x21\x48\x9c\x47\xb2\x7a\x03\x0c\x04\xe7\x5c\x70\x3b\xaa\xe3\ \x59\xd7\xde\x58\xff\xc8\xef\x3e\xd8\xa7\xdf\x74\x11\x52\x3c\x5e\ \x77\x52\xee\x15\xb7\x7f\xab\xdc\xc7\x0d\x8b\x4a\xb2\x72\x78\x4c\ \xe5\xf2\xf9\x6f\xf5\x26\x55\xdd\x70\x43\xd5\x8a\x77\x16\xd5\x33\ \x72\xf6\x2d\x05\x40\x6d\x46\xb9\xe4\xc9\x19\x99\x62\x6c\x5c\xb3\ \x76\x46\xe5\x45\x3e\x8c\x2c\xcb\x04\x2e\xc9\x34\xdc\xdb\x37\x00\ \x10\x8f\x38\x67\xb6\x81\x7d\x95\x73\xbe\xfb\x60\xcb\x8e\xa5\x7f\ \x79\xfc\x51\xaf\xe7\x7b\xb2\x02\xa1\xa8\x21\x00\x24\xd5\xe7\xa3\ \x3d\x87\xdb\xfb\x46\xa4\x24\xb7\x35\x1c\x56\x5c\x85\x6e\xcc\x99\ \xe0\xd4\x32\x2d\x4e\x05\xa3\x96\x69\x51\x66\x73\x84\x04\x65\x8c\ \x52\x2e\x90\x6d\x18\x52\x4a\xfe\x75\xf7\x7d\x7f\x62\xaa\x8c\x65\ \xc2\x98\xe8\xb2\x19\xe7\xcc\x32\xa9\x40\x38\xce\x2d\xa7\x97\x9e\ \x79\xdf\x37\xce\x97\x6d\xcb\x66\x4c\x00\x3e\xe7\x96\x6f\x4c\x6c\ \xdb\xfb\xcc\x1f\x1f\x9b\x2b\xe2\xc6\xa5\xc6\x27\x4b\x23\xef\xfc\ \xce\x35\x5e\x66\x58\x9c\xa0\x81\xdd\x86\x6e\xe8\xba\x0d\x1c\xb8\ \x10\x91\x50\x00\x7b\x7c\x12\xe2\x8c\x52\xc7\x5e\x70\xf8\x8c\x41\ \x09\x88\x46\xe8\xa0\x47\x7c\xd0\x19\x2f\x84\xe0\x5c\x70\x18\xdc\ \x17\xe0\x14\xe7\x2f\x08\x6e\xea\x26\x48\xb2\x44\x40\xd7\x75\x22\ \x2b\xc0\x99\xa1\x1b\x4c\x00\xe5\x50\x7e\xe6\xa5\x95\xdb\x9f\xfb\ \xdb\x1f\xff\x9c\x95\x28\xa7\x94\xcc\xba\x72\x7a\xe2\x07\x2f\x2e\ \x08\x60\xb9\x37\x2a\xa5\xa6\xa6\x8d\x1b\x7f\xe9\xae\xbf\xbd\xf0\ \xa7\x47\xda\x52\xdc\x72\xfe\xa8\xf3\xaf\x98\x91\x5d\x35\x22\xf9\ \xad\x77\x9e\x3c\xb2\x7b\xd8\xcc\x29\xa5\xcb\x5f\x78\x39\xf7\xba\ \xef\x5c\x7b\x46\xee\x29\xf9\x17\x10\x08\x31\xb8\x6b\x3a\x37\x51\ \x56\x69\x4e\xb4\xf6\xe0\x11\x7a\xb1\xa0\xa6\xae\x13\x6a\x5b\x54\ \xcb\xb9\xfc\xaa\x4b\xb7\xee\x7f\x3a\x10\xd2\xd3\xc6\x9e\x3f\x79\ \xe5\xa3\xcf\xfe\xf1\x0f\xf9\x99\x1e\x57\xea\xd8\x6b\x2e\x9d\x94\ \x5d\x3e\xce\xd7\xfd\x62\x53\xea\xb9\x23\x47\x4e\xd8\xfa\xc2\x73\ \x3b\xdd\x33\xaa\xf2\x13\x2d\xd3\x60\x5c\x98\xe0\x39\xff\xa6\xeb\ \x5a\x9e\x7c\xe3\xd7\xbf\xdc\x9b\x9b\xea\x0a\x47\xe5\x99\x97\x5c\ \x31\x63\x6a\xce\x8b\x6f\xfc\xb9\x77\x57\x56\x5d\x43\xef\x88\xc9\ \x9e\xee\xbd\xcb\xdf\xf9\xb8\x4e\x23\x36\x8e\x4f\x73\x7b\x7d\xa9\ \x15\x65\x4b\x3f\x7c\xe5\xf7\x87\x36\x4e\x3a\xef\xdc\x4b\x2f\x28\ \x7e\x73\xee\x5f\x0e\x64\x79\x9b\x5b\xf4\xf3\xbe\x3a\xcb\xc7\x0e\ \x46\xc2\x86\x4d\x39\x03\xdb\xd0\x0d\x8b\x72\x46\x2d\x43\xd7\x6d\ \xc6\x28\x63\x4c\x10\x6a\xdb\x86\x61\x21\x2c\x09\x6a\x86\x0d\x8e\ \x25\x17\xb3\x4d\x5d\x37\x29\xa3\xa6\x29\x4d\xbe\xf0\xec\xed\xcf\ \x2f\xf8\xfd\x1f\x0f\x26\xcb\xa8\x64\xe6\x65\x53\x52\x82\xef\x2c\ \x5a\x63\xca\xae\x20\x4e\x28\x8b\xf3\x8e\x18\x77\xe1\xaa\xbf\xbc\ \xf1\xc8\x1f\xda\x52\xdd\x28\x6b\xfc\x85\x97\x8f\x2f\xa8\x4a\x16\ \xef\x3f\xfa\xfb\xfd\x55\x65\x17\x5c\x7a\xf1\x91\xc6\xd6\x8c\xac\ \xf3\x3d\xd8\xb6\x0d\xe6\x58\x0b\x0e\x27\xf1\x2e\x00\x00\x80\xa2\ \x28\x98\x10\x04\x40\x29\xb5\x29\x43\xb1\xad\x8a\xd9\x67\x3a\x18\ \xd0\x40\xb0\xff\x24\xe7\xb2\xa3\x8d\x75\x87\xe3\xf3\x4b\x52\xbc\ \x12\xe7\x02\x21\xcc\x8c\x40\x43\x53\x5f\x66\x71\x51\x9c\x82\x10\ \x21\x66\xb0\x73\xff\xfe\xba\x7e\x0b\x67\x16\x54\x94\xe7\xb8\xea\ \xf7\xed\x6b\xeb\x8b\xb8\x92\xb2\x87\x57\x14\xc7\xbb\xa5\x50\xf7\ \xe1\x9a\x03\x8d\x11\xae\xe4\x96\x54\x16\x67\x25\xd0\x68\xe0\x40\ \x75\x4d\x9f\xed\xaa\xa8\x2c\x88\x1c\xe9\x50\x33\x8b\xb2\x12\x5d\ \xa7\xb2\x9d\xa9\x2c\xcb\x35\xfb\xf6\xe6\x17\x16\xbb\xdd\x6e\xca\ \x04\x31\xdb\x9f\xfa\xe3\x93\xa9\xb3\xef\xbb\xa8\x94\xd5\x75\xf2\ \x92\xc2\x2c\x09\x09\x09\xd3\xe6\xfa\x06\x48\xcc\xcf\x4f\xf5\xb0\ \xa8\xbf\xb6\xa6\xb6\x27\xc2\x92\xb3\x4a\x2a\x8a\x33\x14\xa0\xed\ \xcd\x07\x75\x6f\x5e\x49\x7a\x7c\x5f\x53\xad\x1f\x27\x17\xe5\xa5\ \xc0\xe0\x34\x05\x44\x64\xd9\x1e\xe8\xac\x3d\x50\xdf\x1f\xa5\x5a\ \x5c\x6a\x49\x69\x71\xb2\x8b\xd5\xd7\x54\xb7\x07\x0c\x57\x7c\x4a\ \x51\x69\x99\xc7\x38\xb2\xef\x40\x63\x84\xca\x59\x25\x15\xc5\x39\ \x29\xd8\x1c\xa8\xdf\xbf\xaf\x6d\x40\x14\x0e\x1b\x55\x9c\x2c\x37\ \xd6\xee\x6d\xec\x36\xb2\x8b\xab\xca\xf3\x53\xac\x81\x9e\x86\x66\ \x7f\x66\x71\xb1\x0f\xf5\x1f\x6a\xea\x4e\x2b\x2c\x4b\x14\x03\xf5\ \x0d\x47\x92\x0b\x8a\x13\x34\xcc\x01\x73\xa3\xa7\xbe\xb5\x3f\xab\ \xb0\x24\x4e\x12\x5c\x08\x84\x88\x15\x6a\x6f\xea\xb6\x0b\x8a\x0b\ \x54\xc1\x89\x2c\x85\xbb\x1a\xf7\xd5\xb5\x9a\x42\xcd\xaf\x1c\x9e\ \xeb\xb2\x0f\xec\xdf\xdf\x1d\xa2\x09\x59\x05\x95\xa5\x79\x2e\x0c\ \x91\xbe\xc3\x35\x07\x5a\x22\x5c\xca\x29\xad\x2a\xce\x48\x30\x83\ \xed\xfb\xf6\xd5\x9b\xae\x8c\xb2\xb4\xe8\x0b\xcf\x2e\x9a\x76\xc7\ \xf7\xa6\xe7\xc9\x86\xed\x58\x0b\x0e\x27\x69\x59\x31\xc2\xba\xa1\ \x2f\x5d\xba\xac\xbf\x3f\xc8\x39\x1f\x35\x6a\xe4\x19\x13\x26\x08\ \x40\x2e\xb7\x6b\xdf\xde\x3d\xe9\xe9\x19\x71\xf1\xf1\x9f\xae\x8c\ \x27\xd3\x05\x80\xd8\xf6\x24\xcc\x32\xe9\xb1\x2e\x2b\x22\xaa\x2a\ \xd9\xa6\x19\xfb\x00\x13\x59\x51\x64\x8c\x04\xb5\x2d\xcb\xe6\x8a\ \xaa\x1e\xdd\xa3\xc5\xa4\x0c\x24\x59\x51\x14\x09\x81\xa0\x96\x69\ \xda\x0c\x13\x59\x55\x15\x0c\xdc\xb4\x6c\x22\xcb\xc2\x36\xed\x53\ \x6b\xdb\x64\x59\xde\xb7\x77\x77\x41\x51\x89\xcb\xed\x66\xb6\x4d\ \x14\xa9\x69\xfd\x3b\xef\x1d\xf0\xdc\x31\xe7\xd2\x24\x62\x45\x0d\ \x13\x00\x03\x42\x8a\xaa\x0a\x6a\x5a\x54\x60\x22\xa9\x8a\x8c\x11\ \x62\xd4\x32\x2d\x5b\x00\x56\x54\x15\x73\xcb\xb0\x99\xac\x6a\x44\ \x30\xd3\xb2\x01\xd0\xb1\xd9\xd4\x58\x92\x15\x59\xc2\x08\x09\xc1\ \x2c\xd3\x64\x80\x55\x55\x25\x08\x09\xc1\x6d\xd3\x60\x48\x52\x55\ \x05\x83\x60\xd4\xb6\x2c\x5b\x60\xa2\xaa\x2a\x41\x60\x9b\x86\xcd\ \x91\xa2\x2a\x12\x46\x8c\xda\xa6\x65\x03\x96\x54\x85\xd8\xa6\xc9\ \x41\x52\x55\x89\x9a\x06\x05\xa2\xa9\x32\xb5\x4c\xc6\x07\xaf\xa4\ \x29\x92\x15\xcb\x3d\x04\x20\x04\x22\x8a\x22\x21\xcb\x34\x63\x5b\ \xb9\x10\x59\x51\x64\x09\x81\xb0\x4d\xc3\x16\x48\x55\xd5\xd8\xbe\ \x32\x96\x69\x31\x01\xd2\xd1\x6f\xa9\x65\x9a\x94\x11\x49\x51\x15\ \x45\x56\x60\xc7\xbb\xcf\xac\x0d\x95\xde\x71\xdd\x54\x64\x5a\xc2\ \x59\x6e\xea\x70\x12\xc3\x1f\x00\x04\x26\xa4\xee\xd0\xa1\x37\xde\ \x7c\x3b\x37\x37\xf7\x9a\xab\xaf\x8a\x8b\xf3\x71\x01\x1e\x8f\xa7\ \x7a\xcf\xee\x8c\xcc\xcc\xf8\xf8\x84\x53\xd6\x85\xd3\x03\x59\x96\ \xf7\x55\xef\x4d\xcb\xc8\x48\x4d\x4d\x33\x4d\x53\x08\x40\xcc\x0c\ \x46\x74\x97\xc7\x27\xe3\xa3\x7d\xa2\xff\x55\xeb\x19\x61\x88\x0e\ \x04\xc1\x1d\xe7\x26\x88\x0b\x27\xa4\xb7\xc3\x67\xf4\xc4\x41\x20\ \x40\x92\x2c\xb5\xb7\xb5\xc7\xc5\xc7\xf9\x7c\x3e\x46\x19\x26\x44\ \x91\x95\x3d\xbb\x77\x14\x14\x16\xf9\x7c\x71\x9f\xd6\x85\xd3\x7a\ \x7d\x04\x63\x2c\x23\x23\xb3\xb9\xa9\x51\x53\xb4\xb8\xf8\x78\x21\ \x04\x60\x57\xa6\x2f\x81\x33\x7e\x7c\xb3\xdd\xff\xe1\x61\x7b\x97\ \xc7\x87\x84\x33\x0c\xe1\xf0\xcf\xdc\x0b\x02\x00\x41\x69\x69\x29\ \xe7\x82\x71\xae\xc8\xc0\x18\x6d\xa8\xaf\x23\x84\x78\xbd\xbe\x2f\ \xdf\x7a\x4a\xce\x79\x52\x72\xb2\x6d\x5b\x87\x0e\xee\x1f\xba\xf6\ \x43\x7c\xc2\xd9\xea\xe0\xe0\xf0\x59\xdd\x88\x58\xcf\xf5\xc4\xca\ \xc2\x85\xf0\x78\x3c\x25\xa5\x65\x08\xa1\x93\x7a\xfa\x4e\xeb\x7e\ \x44\x0c\x42\x88\x6d\xdb\x8c\x39\x2b\x00\x1c\x1c\x3e\x37\x3b\x42\ \x96\xe5\xcf\x12\x05\xf8\x52\xc4\x71\x63\x8c\x39\x9b\xe2\x3a\x38\ \x7c\xce\xa6\x84\x10\xff\xa0\x0f\xee\x54\x36\x07\x07\x07\x47\x17\ \x1c\x1c\x1c\x4e\x43\x5d\xc0\x98\x60\xc7\x5b\xf8\x6f\xe7\x1e\xfa\ \xd7\x5c\xad\x18\xc1\x67\xe5\xf6\xbf\x7a\x2a\x07\x47\x17\xfe\x53\ \x20\x10\x7a\x34\x6c\xd0\xff\xa1\x69\x38\x98\x20\xb7\xfc\xaf\x44\ \xb9\x47\xc8\xa5\xa0\xcf\x5a\x41\x62\x51\x31\x34\xd8\x13\xc2\xc8\ \xa5\x20\xfc\xd9\x5a\x60\x51\x61\xb2\x53\x3a\x95\x83\xc3\x3f\xd3\ \x05\x84\x64\x45\x91\x25\x12\xe3\x73\x6b\xde\x91\x24\x43\xff\x07\ \xaf\x3d\xbf\xee\xb0\xae\x4a\xa7\x74\x52\x8c\x65\x09\xcb\x04\xcb\ \x32\x51\x62\xd1\x5c\x08\x56\x24\x22\x13\xac\x48\x78\xf0\x14\x08\ \x4b\xb2\xa4\x49\x98\x1c\xbb\x0c\xc1\x8a\x84\x65\x3c\x58\xb9\x10\ \x21\xaa\x84\x25\x42\x94\xa3\xc7\x20\x8c\x15\x59\xd2\xc8\xa0\x2f\ \x13\x11\xa2\x7c\xea\x00\x79\xc8\x01\xc7\x21\x04\xa9\xd2\xf1\x4a\ \xfe\x89\xb7\x9f\x86\x60\xd4\xd7\x6d\x2e\x3c\x60\x19\x80\x4e\x29\ \x1b\x11\x08\x83\xae\xdc\x67\x74\xd9\x9f\x7c\x36\x08\x01\xb1\xd9\ \xfc\x8d\x91\xda\x01\x21\x91\x58\xe6\xa0\xe8\x80\xbd\x68\xaf\x19\ \x60\xc7\x85\x00\x01\x44\x0d\x1e\xb2\x01\x01\x28\x44\x2c\xdf\x11\ \x59\xd5\xcd\x54\xf2\xc9\xab\xc8\x9c\x2f\xdb\x1c\xd9\xde\xc7\x65\ \xe2\xd4\x02\x87\x4f\x72\x92\xf1\x08\x84\x09\x8a\x74\xbe\xf9\xc4\ \xa3\x7b\x4d\xaf\x57\x06\x83\xbb\xa7\xcc\xbe\xe9\xb2\xa9\xb9\xb6\ \xae\xeb\x16\x53\x5d\x2e\xcc\x2c\xdd\x16\x2e\xb7\x4b\x26\x88\xd9\ \x96\x6e\x98\x02\x49\x9a\x4b\x93\x30\x12\x9c\x51\xca\x89\x2c\x63\ \xe0\xa6\xa1\x5b\x94\x4b\x8a\xa6\x29\x32\x42\xc0\xa9\x65\x58\x1c\ \x09\xab\xbb\xb3\x4b\xb1\x05\x02\x40\x58\xd2\x5c\x9a\x84\x84\x65\ \xe8\x86\xcd\x15\x97\x8b\x70\xdb\x30\xed\x63\x5b\xc8\x60\x4c\x82\ \x3d\xab\xd7\x1f\x5a\xda\xa7\x1b\xbe\xe4\xe9\x33\x87\x5d\x9e\xa2\ \x49\xbd\x9d\x8b\x56\xd7\x7e\x14\x11\x71\xc3\x2a\x6e\x1f\x9b\x91\ \x8f\x84\x60\x56\xc7\xa6\xea\x27\xfb\xe2\x2e\x39\xbf\x74\x32\x70\ \x8b\x60\xdc\xef\x5f\xbf\xab\x61\x4d\x2f\xf3\x4d\x1c\xf5\xb5\x62\ \x37\x34\x37\xcd\xdd\xd0\xb8\xcd\x92\xf2\xce\x18\x71\x7b\x79\x62\ \x02\x17\x60\x45\xaa\xd7\xee\x9d\xe7\xcd\xba\x79\x4a\x61\x29\x08\ \xd6\x7e\xf8\xcd\x75\x75\xeb\x6d\x39\x67\xfc\xb0\xdb\x2a\x93\x53\ \x84\x40\x56\xf4\xe0\x86\xea\x57\x21\xfd\xd6\xb3\x0b\x8b\x68\x6c\ \x88\x14\x81\x86\xc4\xca\xed\xa1\x1d\x42\xfd\xe6\x04\x15\x31\x21\ \x49\xa8\xf1\x50\x64\x6e\x1b\xdc\x33\xd5\x93\x21\x0b\x99\x20\x09\ \x03\xa5\xa0\x53\x01\x08\x54\x09\xc9\x04\x21\x24\x4c\x83\xb7\x06\ \x11\x03\xd0\x64\x64\xd9\xc2\x16\xa0\xc8\x08\x71\x61\x71\xd0\x64\ \x24\x61\x24\xb8\xb0\x39\x48\x04\x30\x80\xc9\xc1\x32\xec\x25\x7b\ \x8d\xf8\x3c\x35\x5b\x43\x12\x41\x08\x84\x69\x0b\x8b\x03\x42\x08\ \x98\x38\xdc\xcd\xf2\x31\x72\x69\xc8\x36\xc1\x16\xc0\x6c\xde\xe6\ \x67\x23\x04\x48\x24\x76\x39\x40\x36\x7b\x73\x73\x38\x71\xb8\xef\ \xaa\x5c\x02\x16\x6d\xeb\xb5\xe3\x73\xdc\x8a\x86\xb0\x09\x06\x15\ \x1c\x80\x60\xe4\x56\x00\x59\xd0\xd5\x47\xb1\x05\x04\x63\x89\x88\ \x63\x29\x57\x15\x24\x98\x30\x29\x10\x09\xa9\x18\x0c\xdb\x09\xf7\ \xe2\xe8\xc2\xb1\x86\x89\x46\x9b\x0f\x47\xc7\x7f\xe5\xce\xb3\xca\ \xe3\x0c\x93\x7b\xbd\xda\xc6\x45\x1f\x9a\x59\xe3\x67\x8e\x4a\xde\ \xbd\x66\x71\x6f\xdc\xc8\xa9\xc5\x78\xc5\xfb\x6b\x9b\x7b\x8c\xcc\ \xf2\xb1\x33\x26\x8f\x20\xa1\xce\x0d\xab\x37\xd5\x1d\x09\x2a\xf1\ \x59\x15\x45\x49\x87\xf7\xd7\x06\x71\xd2\x99\x67\xcd\x28\x4e\x75\ \x75\xd5\xed\xdc\xb4\x6b\x7f\xbf\xce\x52\x0a\x47\x4d\x9f\x3c\x36\ \x09\xa3\x98\x01\x82\x25\x99\xf5\x1e\x5e\x3a\xff\xe3\xb6\xa8\x3a\ \x7a\xea\xac\x71\x85\xde\xdd\xab\x16\xfa\xe3\xcb\xa7\x8c\x2a\x80\ \xc1\xb0\xa8\x08\x01\x8b\x98\x66\x56\xce\x65\x13\xbc\x78\xdd\x96\ \xbf\x6e\x8d\xab\xba\x28\x5f\x5a\xb5\xeb\xed\xf8\x92\xaf\x8f\x23\ \xbb\x97\xed\x7e\x3a\x79\xe6\xef\xf3\xd9\xee\xd5\x7b\x5e\x3e\xd8\ \x73\x30\xae\x68\x26\x20\x49\x22\x22\xd0\xb5\x68\xe5\xa1\x1d\x79\ \x79\x17\x8f\x4a\xc9\x8f\x77\xa9\x03\xfe\x25\x1f\xed\x5f\x3f\x62\ \xf4\xb7\xbd\x81\x77\xd6\xec\x9e\x9b\x71\xd6\x0f\x70\x60\xc9\x47\ \x7b\x3e\x68\xef\xef\x2c\x4d\x31\x31\x56\x8d\xc0\xd2\xe5\x35\x2b\ \xca\x46\x7c\x27\x39\xb4\x60\xf5\xce\x17\xd3\x66\xfe\xd8\x1b\xfe\ \x68\x49\xf5\xc2\xd6\xde\xe6\x9c\x04\xf3\x58\xc8\x39\x04\x80\x38\ \x74\xf6\x58\xcb\x9b\xe9\x94\x52\x79\x4a\x22\x16\x16\x5d\xb0\x2d\ \xba\x5b\x28\x11\x0a\x40\xd9\xa2\x5a\xb3\xc3\x80\xc2\x6c\x65\x4a\ \xbe\x0c\x26\xdb\x7e\xc8\xaa\xf1\x33\x6f\x92\x32\x21\x45\x2a\x4d\ \x05\x95\xf3\x75\x35\x66\x46\xae\x56\xe4\x86\x9a\x3a\xdd\x8a\x57\ \xaa\xbc\xb0\x76\xbf\xd9\x18\xe2\x6e\x8f\x54\x96\x84\x1a\xdb\xed\ \xa8\x4c\xa6\x57\x69\xb9\x6e\x92\x97\x2a\xa7\xc8\xd0\xdf\x67\xad\ \xaa\xb3\x82\x18\x4f\x28\xd1\x2a\x13\x10\x07\x00\x04\x2a\xe6\x5b\ \xf7\x45\x1b\x0e\x40\x6e\xb6\x3a\x35\x5f\x52\x55\x5c\x92\x86\xbc\ \x04\x8e\x74\x5a\x5b\x5a\xac\x7e\x41\xce\xac\x94\x4d\x9d\xaf\xdd\ \x11\x19\x68\x91\x26\x0d\x97\x3d\x12\xaa\xa9\x8d\xbe\xd4\x8e\xd3\ \xb2\x94\x29\xb9\xb2\x8a\x44\x30\x60\x2d\xac\xb7\x4d\x21\xda\x0c\ \x51\x28\x21\xa6\xd3\x8f\xf6\x1b\xed\x51\x28\xc8\x51\xa6\xe7\x49\ \x1b\xab\x75\x4f\xba\x3a\x2a\x15\xf7\x75\x9a\xbb\x02\x68\x52\xa9\ \xac\x08\x67\x97\x0e\xa7\x1f\x71\x54\x1b\x14\x05\xeb\xa1\xfe\xde\ \xde\xde\x60\x48\x97\x3d\x3e\x37\x6f\x7f\xfb\x8d\x77\x36\x6d\x5a\ \xf7\xd6\x87\x9b\x91\xdb\x8b\x10\x72\xc5\xa7\x17\xe7\x27\x6c\x5f\ \xf0\xfa\xd2\x5d\x9d\xb4\xef\xe0\xbc\x77\x3f\x86\xf8\xb4\xf0\x81\ \xe5\x4f\x3e\xf7\x76\xd8\x95\x68\x34\x7e\xfc\xd4\x2b\x2b\x75\x22\ \xed\x5b\xb9\x60\xe5\xde\xfe\xb4\x64\xf7\xde\xa5\x2f\x3e\xf9\xee\ \x06\x1b\x2b\x08\x10\xc2\x12\x44\x3a\xde\x7e\xf1\xa5\x43\x66\x72\ \x7e\xdc\xc0\xbc\x17\xe6\xd6\xf8\xed\xae\xda\xdd\x35\x4d\x3d\x40\ \x86\x84\x68\xe6\x90\x9d\x7b\xe1\x84\xc2\xb3\xf2\x52\x2b\x93\xdc\ \x1e\x55\xd6\xfc\xfe\x3d\x7e\x34\x62\x62\xe1\xd4\xf2\x82\xab\x0a\ \xa5\x9e\x96\x9e\x46\xa4\xe5\x4f\x1c\xf5\xed\x19\x25\x13\x25\xce\ \x00\x61\xcc\xfb\xaa\x0f\xbd\xd9\x19\x0d\xb7\xb7\x7d\xb0\xa9\x61\ \x93\x21\x70\x5f\xcf\x06\x9e\x38\x75\x54\xde\xd8\x51\x65\x97\x7a\ \xd8\xc1\x86\xe0\x80\xdb\x53\x39\x73\xc2\x83\x13\xd3\x73\x84\xe0\ \x88\xe0\x9e\x8e\xad\xc2\x3d\x71\x5c\xc1\xb8\xe1\xc5\x97\x24\x8b\ \xda\xa6\x81\x6e\xd9\x5d\x39\x7d\xfc\xf7\x26\x64\x97\x61\x6e\x0b\ \x01\x44\x52\x5c\x6e\xb7\xdb\xa5\x0a\xce\xa3\x4c\x9a\x9e\x83\xd7\ \xd4\x98\x54\x46\xb5\x87\x8c\x5e\xb7\x32\xc6\x8d\x42\x96\x00\x04\ \x3e\x1f\x29\x8c\x83\x15\xdb\x22\xeb\x7a\x04\x44\xed\x77\xb6\xe9\ \x3a\xc1\x49\x2e\xd4\xdb\x6d\xbe\x7b\xc0\xa2\x9c\xaf\xdd\xab\x37\ \x46\x85\x8a\x61\xdf\x01\x7d\x47\x2f\x0f\xfb\xad\x79\xbb\x4d\xcd\ \x43\x7a\x5a\xa2\x4f\x6d\xd4\xa9\x0b\x07\x3a\xf4\xa7\xb7\x98\xba\ \xa2\xdc\x30\xc9\x93\x29\xe8\x8b\x1f\x87\x5b\x80\xe4\x7a\xd1\x60\ \x2c\xbb\x58\xa6\x70\xd1\x6f\x83\x4f\x16\x8b\x36\x84\x16\xb7\x32\ \x16\xa5\x1f\xee\x32\x22\x00\x9b\xf6\x45\xd7\xf6\x8a\x14\x0f\x92\ \x10\x60\x8c\xe2\x7d\x24\x3b\x01\x7b\x09\xe2\x1c\x04\xc2\x71\xb2\ \x58\xb6\x21\xbc\xfa\x08\x47\x51\xfa\xec\x9a\xc8\x41\x03\x5c\x48\ \x04\x0d\x11\x5b\x65\xe2\xf3\x92\xa2\x04\x58\xb5\x2d\xb2\xae\x5b\ \xf8\xdb\x8c\x25\x0d\xb6\xa4\x42\x4d\x9d\xbe\xb2\x83\x29\xc4\x71\ \x4d\x3a\xf6\xc2\x10\x5f\x99\xc4\x82\xbb\x37\xad\xea\xa9\x21\x92\ \x37\xe7\xd2\xec\xbc\xd1\x17\xdc\x7c\x49\xf3\xef\xff\xf4\x97\x6d\ \x17\xdd\xf7\xab\x99\x65\xf1\x76\x84\xb9\x90\xde\xd6\x17\x21\x76\ \xa0\xa3\xb5\xcd\x4a\x14\x72\x52\xc9\xb9\x17\x5f\x99\x38\x82\x1d\ \x7a\xf9\xd0\xb4\x2b\xae\xce\x1a\xa6\xfd\xe4\xf1\xed\x5d\x91\x0b\ \x29\x27\x45\xa3\x66\x5e\x71\xf5\xf8\x19\xa5\xbe\x5f\x3e\xb9\xbc\ \xfe\xbc\xaf\x12\x0c\x84\x90\xbe\x96\x1d\xeb\xf6\x75\x8f\x4e\x8d\ \x04\xa2\xac\xaf\xfd\xe0\xd6\x9a\xd0\x9d\xf7\xff\xe8\x6c\xdd\xa6\ \xa6\x35\xb4\x75\xe2\x5c\x10\x14\xd8\xb6\xe7\x4f\x1d\xae\xb3\xae\ \xca\xaf\x18\x68\x5e\xce\x95\x38\x8c\x18\x13\xc4\xa5\xf0\xa8\xd5\ \x8f\xd4\xf2\x34\x2d\xa1\x23\xe6\x41\x43\xd8\x36\x3a\x3a\x82\xf2\ \xe8\x91\x77\x8e\x49\xa6\xab\x36\x3d\xfc\x71\x43\x41\xa9\x4d\x7d\ \xb2\x87\x08\xc1\x48\x9c\x0c\x52\xd4\xd0\xd5\xc4\x9c\x0c\x97\x51\ \x27\xf8\xa0\x1f\xd4\x34\x24\x39\x89\x70\x21\xb0\x2a\x2b\x22\x6c\ \xe9\xb2\x96\x97\x81\xcd\x7a\xc1\x04\x80\x2c\xe3\xba\xdd\x6b\x96\ \xaf\xad\x66\x49\x45\x17\xce\x98\x61\x70\x3c\x75\x94\xb6\xab\x3a\ \xba\xb9\x45\xaa\x6e\xa1\xd3\x46\xb9\x9a\xf6\xe9\x61\x4b\x48\x1e\ \x24\x31\xde\x6e\x08\x30\x79\x9b\x9f\xf1\x34\xc0\x6e\xe9\xfc\x31\ \xee\x72\x1f\xec\xab\x36\x35\x09\x01\x80\xa6\x20\x19\x01\x00\xc8\ \x32\x52\x09\x70\x26\x5c\x71\xf2\x85\x63\x3c\x56\x22\x6f\xda\xc3\ \xcf\x1e\xef\x55\x93\xe0\xd7\x9b\xad\x3e\xa6\xe5\x78\x10\x98\x48\ \xc6\xd0\x6f\x8b\xe2\x1c\xad\x28\x1e\x19\x36\x20\x0c\x20\x80\x13\ \x72\xce\x28\xf7\xac\x2c\x9c\x8b\xfa\xdf\xaa\xb7\xc6\x55\x22\x8f\ \x8a\x30\x80\xc5\xa1\xac\xc4\x75\xd5\x30\x99\x5b\x74\x99\x10\xa5\ \x85\xda\x79\xf9\x84\x33\x6a\x21\x18\x5e\xee\xba\xb2\x0c\xc9\xd1\ \xe0\xde\x3e\xbb\x20\x68\x77\x4a\xca\xaf\x66\x7a\x93\x2c\xda\xd9\ \x41\x4d\x0e\x92\x8c\x24\x26\xda\x74\x01\x26\x3f\xec\xe7\x17\x54\ \xca\x2b\xf7\xda\xfe\x88\xdc\x14\x12\xc3\xcb\x65\x05\x84\xe9\xd4\ \x12\x47\x17\x8e\x56\x47\x6a\x49\x19\x97\xde\xfc\xb5\x73\x87\x25\ \x58\xa6\x4d\x29\xb7\xb9\x00\xa2\x02\xc3\x7a\xd4\x92\x88\xd8\xb8\ \xe0\xd5\x79\x35\xf8\xe2\x73\x47\x05\x0e\xba\xec\x58\x14\x18\xe0\ \x96\x41\x39\xd1\x08\xb0\x48\x54\x08\x2c\xa9\x32\x30\xc6\xf1\xd1\ \x10\xe8\xee\xb8\x78\xb7\x64\xe9\x36\x03\x00\x4c\x08\xd3\x23\xc2\ \x97\x54\x58\x94\x9f\x82\xb3\x6e\xff\xfa\xe4\xcc\x5c\x1f\xe5\x44\ \x22\x8c\x52\x36\x64\x8b\x5a\x2c\xa1\xf0\xee\xea\x3f\xef\xd1\x8b\ \x2e\x99\x70\x6b\xa2\xc4\x75\xc9\x83\xad\x4e\x2e\x08\xc6\x54\xb7\ \xb0\x2a\xc7\x21\x61\x53\x6e\x1f\x95\x12\x01\x00\x5c\xc8\xf1\xde\ \xec\x94\xe4\xe4\xca\x94\xf4\x1d\x03\x2d\x24\xc1\x17\x19\x88\x30\ \x84\x30\x1b\xb0\x81\xb9\x15\x4d\x70\x9b\x01\x3d\xba\x1a\x13\xb9\ \x54\x8d\x06\xfb\x18\x46\x88\x9b\xb6\x85\xbc\xb2\x2a\x38\xa5\x83\ \x07\x20\x2e\x84\xcb\x97\x9c\x5f\x58\x28\x7c\xe9\x0a\x46\x21\x0a\ \xf1\x89\xf2\x39\xb9\xe4\xf1\x55\x03\xa9\x59\xee\x5b\x72\xa4\x96\ \x6a\x10\x8c\xaf\xdc\x11\x59\xd1\x4f\x66\x97\x48\xad\x9a\x8d\xc4\ \x60\xbf\xc3\xa6\x82\x33\x34\x74\x8e\x3a\x43\x08\xf0\x51\x1f\x21\ \x02\x04\x60\xda\x02\x08\xc2\x00\x11\x4b\xa8\x08\x14\x02\x4c\x08\ \xc6\x40\xc8\xd2\xed\x67\xc7\xad\xaf\x35\x9e\x59\x1e\x1c\x39\xdc\ \x7b\x75\x99\x7c\xdc\x9a\x17\x02\x04\xb8\x55\xc4\x83\x82\xf1\x63\ \xfb\x85\x00\xe7\xc2\xa6\x02\x04\xa0\x58\xbc\xdc\xa3\xc9\x60\x4c\ \x00\x43\x8a\x8c\x80\x83\x4e\x81\x28\x48\xc1\xc0\x85\x88\x79\x4c\ \x56\xef\x88\x2c\xf3\xe3\x0b\x4b\xa5\x36\x97\xcd\x38\x64\x67\xa8\ \xd9\x3b\x22\x9b\x1b\xad\x2e\x0b\xcf\x4e\x21\x4e\x0c\x28\xa7\x1f\ \x71\x02\xcc\x0c\x75\xb4\xb6\x34\x35\x36\x36\x34\x34\xf9\xc3\xd1\ \xba\xb5\xef\xad\x3c\x92\xf6\xd3\x9f\xce\x69\x5e\xf2\xe2\xda\x86\ \xde\xa0\xbf\x4f\x24\x64\x8f\x1c\x31\x2c\x2b\x59\xb5\x6c\x06\x82\ \x59\x16\x15\x00\x20\x98\x65\xdb\x1c\x10\x08\x6e\x5b\xb6\x00\x44\ \x80\x75\x36\xee\xab\xad\xab\x5d\xb2\x78\xc5\x40\x42\x65\x51\xb2\ \x97\xeb\x46\x6b\x63\xab\x27\x7b\x44\x3e\x0e\x76\x86\x70\x6e\x41\ \x6e\x52\x7c\x42\x5a\x12\xd9\xb1\xe4\xdd\xa5\xdb\x1a\x90\x22\x1f\ \xf3\xac\x13\x22\x77\xb6\xbc\xf2\x71\x5b\x64\x52\xc5\x6c\x62\xb4\ \x74\x87\xc3\x49\xc9\xa3\x93\x44\xf5\x96\xa6\x8f\x0f\x35\xbd\xd7\ \x48\x53\xf2\x53\xf2\x80\x51\x00\xe0\xdc\xa6\x9c\x09\x21\x64\x35\ \x3b\x27\xc1\xda\xd5\xb0\xac\xad\x6b\xcb\xde\x9e\xee\xa4\xe4\x61\ \xd9\xa9\x13\x21\xb0\x7e\x77\xeb\xce\xbd\x07\xe7\x47\x48\x59\x61\ \x9c\x3b\xb6\xc5\x0d\x67\x16\xe3\x5c\x30\x9e\x9a\x39\x01\x85\xb7\ \xed\x68\xde\xb1\xaf\x61\x41\x1f\xaa\x2c\x88\x4b\x8a\x85\xb1\xe1\ \xdc\x62\x9c\x31\x26\x52\xf2\x86\x9d\x7f\xc9\x25\x17\x9d\x35\x3e\ \x5e\x13\x7e\x8b\x53\x40\xa3\x4a\xd5\xa2\x78\x32\xb1\x5c\x4d\x94\ \x80\x0b\x1e\xb1\x45\x4f\x88\x69\xf1\xd2\x88\x1c\x39\x43\x01\x9b\ \x03\x08\xb0\x8e\x6e\x41\x23\x38\x58\xb6\x40\x0a\x4e\x55\xe1\xe3\ \x5a\xa3\xa1\x87\x76\x47\x04\x17\x20\x04\x58\x0c\x04\xc4\x5e\x0c\ \xee\x6a\x61\x1f\x0d\xa1\x23\x28\x6b\x8f\x88\x51\x15\xae\xc9\x71\ \xb0\xeb\xb0\x6d\x1d\x55\x13\x4a\x79\xbb\x9f\xd5\xb5\x18\x1f\xd4\ \xd2\x8a\x2c\x25\x0e\x83\x49\x85\x00\xa0\x4c\xd0\x58\x1d\x26\xc8\ \x87\xe0\x50\x8b\x5d\xdb\x6d\x77\x1a\x82\x1f\x95\x40\xca\x85\x6e\ \x43\x69\xb6\x4c\xfc\xe6\x7b\xfb\xad\x16\x3f\xeb\x89\x0a\x04\xa2\ \x67\x80\xa9\x3e\x69\x44\xb6\x9c\xa9\x80\x49\x85\xe4\x93\xa7\xe6\ \xe0\xb7\x37\x45\xad\x44\x25\xdf\x87\x1c\x5d\xf8\xdf\xe4\x64\xfb\ \x47\x20\x84\x98\xd5\x51\xb7\x7b\x4f\x7d\xc3\xfe\xea\xbd\x3b\xb7\ \xef\x8b\x08\x7e\xa4\xad\xab\x78\xc6\x65\x67\x4d\xa8\x74\xf5\x37\ \xec\x6c\x73\x5d\x78\xde\x98\x9e\xbd\x1f\xaf\xf8\x78\x4b\xeb\x80\ \x36\x76\xf2\xe4\x7c\x1f\x6d\xe9\xb2\x47\x8c\x1d\xee\xb2\xbb\x1b\ \xbb\xac\x61\xa3\x47\xc7\x5b\xdd\x8d\x47\x8c\x61\x13\x46\x06\xaa\ \x37\x6c\xaf\xef\x68\x6f\xac\x3e\x4c\xb3\xaf\xbb\xf9\xca\xc2\xe4\ \x38\xb7\xd9\xb3\xb7\xb1\xb7\x72\xd2\xac\x89\x45\xea\x8e\x75\x2b\ \xd6\x6d\xde\xd5\x19\x96\x87\x8f\x2a\x3c\xb0\x72\x71\x93\xc8\x18\ \x5b\x99\x83\x58\x2c\x6c\x0b\x96\x08\x6d\xeb\xd8\xda\x19\xee\xf1\ \x07\xf6\x1c\x68\xfb\xb8\x5b\xc4\x15\x65\x4e\xce\xf6\xc9\x87\x1a\ \x3f\xa8\xeb\x37\xc7\x0c\xbf\xa3\x32\x31\x91\x71\x8e\x11\x84\x42\ \x0d\x86\x9c\x5f\x9c\x94\x83\x90\x9a\x9e\x54\xd0\xd7\xf9\xd1\xce\ \x96\x9d\xf1\x99\x57\x4c\x2b\x1e\xe7\xd6\x72\x52\x94\xd0\xde\x43\ \x1f\xb6\x59\xc9\x53\x46\xcd\xc9\x71\xab\x4c\x08\x8c\x78\x7f\xa0\ \x0e\xfb\x46\xe4\x26\x24\x10\x35\x2f\x55\x35\xaa\xeb\xde\x6f\x35\ \x7c\x93\x46\xdd\x96\xef\x73\x73\xce\x31\xe2\x81\xfe\x06\xf0\x54\ \x15\x24\x26\x31\xc6\x18\x63\x9c\x73\xdb\x64\x75\xfd\x30\x2c\x4f\ \x4e\xf6\x90\x51\x05\x6a\x49\x1c\x22\x42\xb4\xfb\x99\x9c\xa4\x4c\ \xcf\x91\xeb\x1b\x8d\x35\xf5\x66\x0f\x22\x13\x8a\xd4\x6c\x95\x37\ \xf5\x43\x55\x9e\x9c\xa0\xa0\x81\x30\xed\xb4\xf1\xe8\x5c\xa5\x2c\ \x91\xd4\x37\x99\x1f\xb7\x58\x61\x49\x9a\x5c\xaa\xa4\x22\xd1\x1a\ \x85\xd1\xf9\x0a\xb6\x58\x4b\x04\x46\xe5\x29\x9a\xc9\x9a\xc3\x68\ \x58\xbe\xec\xc1\x08\x33\xbe\x6a\x8f\xbe\xa8\xd6\xf4\x4b\xd2\x45\ \xa3\xdd\xb9\x2e\xe0\x02\x10\x82\x48\x84\xee\x3c\x6c\xed\xee\x60\ \x99\x85\xae\xeb\x86\x2b\x28\xca\x9a\x42\x30\x2a\x5f\x0e\x06\xa8\ \x94\x20\x0f\x4b\x40\x36\xe0\x2c\x2f\x3a\xd8\xa0\x6f\x3a\xc2\x53\ \x52\x64\xa2\x73\x4f\xb2\x5c\x1e\x87\x7a\x02\x2c\xa2\x90\x49\x45\ \x6a\x91\x17\x36\xd7\x1a\x5b\xdb\xa8\xf0\xc8\x93\x4b\xb4\x91\xa9\ \xa4\xb1\xd9\x58\x53\x6f\x76\x09\x3c\xae\x48\x2d\x88\xc3\x99\x1e\ \x58\x51\x63\x8d\x1c\xe9\x99\x98\x8c\x2c\x47\x17\xfe\x27\xf9\xac\ \x78\x4d\x48\x56\x14\xc4\x07\x97\xf6\x73\xce\x11\x26\x18\x98\x4d\ \x85\xa4\xc8\xc0\x28\x07\x2c\x11\xc4\x19\x47\x84\x00\xa3\x36\x47\ \x8a\x8c\x6d\xcb\x12\x48\x52\x64\x4c\x2d\x8b\x23\x49\x91\x65\x4c\ \x8c\x0f\xff\xf4\x50\x6d\xfa\x95\x3f\x99\x33\xc6\x32\x99\x60\xd4\ \x66\x5c\x92\x15\x0c\xcc\xb2\x19\x91\x15\x82\x62\x3b\x3c\x09\x4a\ \x99\x24\x2b\x48\x30\x9b\x9e\x30\x0b\x07\x63\x85\x20\xe0\x82\x03\ \x80\x10\x8c\x0b\x81\xb1\x82\x91\x10\x80\x91\x60\x94\xd3\x63\x87\ \x61\x88\xbd\x45\x08\xcb\x12\x42\x5c\x08\x84\x10\xe7\x16\x17\x88\ \x10\x05\x01\x07\xc0\x20\x28\x3d\xba\x33\x13\x21\x2a\x08\x9b\x71\ \x1e\x33\x4c\x10\x88\x4f\x1c\x80\x89\x82\xc5\x89\xd1\x54\x11\x28\ \x04\x51\x2a\x38\x00\xc6\x20\x38\x70\x00\x99\xa0\x58\x6c\x36\x09\ \x03\xe7\x02\x61\x24\xb8\xa0\x02\x14\x82\xec\xa3\xe3\x82\x12\x12\ \x16\x03\x8c\x07\x8f\xc1\x18\x71\x26\x18\x80\x4c\x90\x4d\x05\x20\ \x90\x31\xb2\x99\x10\x68\xf0\x57\x31\x93\x81\x60\x40\x00\x08\x23\ \xe0\xe2\x58\x94\x36\x59\x8a\xed\x85\x85\x30\x02\xca\x04\x87\xc1\ \x9f\x10\x82\x90\x18\x3c\x8c\x60\x44\x30\x70\x2e\x78\x6c\x43\x4f\ \x2e\x6c\x01\x12\x41\x44\x08\x8b\x83\x44\x10\x06\xe0\x02\x30\x06\ \xca\x04\x0c\x49\x39\x70\xde\x13\x16\x9d\x1d\xc6\x87\xcd\xe2\xb6\ \xb3\xbd\x99\xd8\x99\xf8\xe4\xf8\x17\x86\x22\x84\x6d\x9e\xe8\x6f\ \xe2\x83\xd5\x85\x5a\x56\xec\xbd\x15\x7b\x7f\x74\xf9\xb3\x65\x31\ \x00\x04\x82\x0d\x79\x21\x64\x05\x92\xb3\xf3\xb3\xe3\x55\xd3\xb4\ \xec\xc1\x1f\x00\xb5\xad\xc1\xae\xca\xb1\x8f\x4e\xfc\xfc\xc4\xcb\ \x7e\xb2\xc5\xfa\xf4\x27\x43\x3e\x8c\xed\xae\x65\x9f\x18\x52\x56\ \x30\x76\x12\xdf\xd9\x90\x0f\x05\x63\x27\xbb\x34\xfb\xd4\x85\x04\ \x58\x47\x2b\x0a\x3f\x7a\xbd\xc1\x78\x91\x42\x0c\x1e\x7d\x34\x4a\ \x4a\xec\x48\x04\xc0\xb9\xb0\x8e\xfa\x50\x4f\x7a\x0c\x08\xb0\x98\ \xf8\xc4\xf9\x01\x80\x9d\x78\x70\x0c\x9b\x7e\x32\x4c\x55\xec\x27\ \x43\x77\xd7\x64\x5c\x1c\xdb\x7d\x8a\x33\x71\xcc\xcb\x30\xf8\x04\ \x8f\x1d\x79\x74\xf3\xdf\xc1\x54\x09\x20\x94\xaf\xd9\x11\x3d\x64\ \xa0\x8b\x26\x7a\xb2\x25\x61\x39\x4b\xdb\x1d\x7b\xe1\x3f\x25\x3c\ \xb2\x82\x05\xb5\xa8\x63\x8f\x7e\x49\x3a\x96\x18\x11\x0c\x62\x88\ \x85\xe2\xe0\xd8\x0b\x9f\x3f\x27\xb5\x02\x1c\x4e\x5b\x86\xda\x1a\ \x0e\xff\xb3\x38\xeb\xac\x1d\x1c\x1c\x1c\x5d\x70\x70\x70\x70\x74\ \xc1\xc1\xc1\xc1\xd1\x05\x07\x07\x07\x47\x17\x1c\x1c\x1c\xbe\x40\ \x5d\x70\x16\xd2\x39\x38\xfc\x77\xf3\x99\x75\xfc\xe4\xe3\x94\x42\ \x70\x4a\xa9\x23\x0d\x0e\x0e\xff\xd5\x08\x49\x92\x10\xc2\xa7\xa4\ \x0b\x18\xe3\xe6\xc6\x26\x22\x11\x67\xcb\x06\x07\x87\xff\x62\x38\ \xe7\x8c\xb2\x82\xa2\xe2\x53\xda\x9f\x52\x08\x81\x09\xae\xa8\x1a\ \xe1\x64\x9c\x83\xc3\x7f\x37\xb5\x35\x7b\x4f\xba\xbb\x0c\xfe\x6c\ \x2d\x71\x26\xc7\x3b\x38\xfc\x77\xdb\x0b\x9f\x59\xc7\x9d\x9e\x82\ \x83\x83\xc3\x97\x42\x17\xb8\x1e\x0c\x77\x59\xff\xf6\x0a\x5f\x16\ \x09\xe9\x03\x5f\x8a\xdc\x67\x34\x14\xd6\xc3\x9f\xfb\x69\x75\x9d\ \xf6\x46\xff\xbf\x16\x39\x0c\x84\x69\xd0\x74\x96\x58\x3b\xba\x70\ \xca\x08\x6e\x99\xb6\xfe\x1f\x2d\x32\x3c\xba\x75\xe1\x96\x27\x3b\ \xed\x4f\x7e\x6e\x45\x5b\x8f\x04\x3a\xff\xe9\xa5\xeb\x6b\x1f\x5b\ \x5a\xbb\x25\x6a\x0e\xf0\x21\x69\xd6\xcd\x88\x61\x85\x86\xec\xb0\ \xc2\x0c\x2b\x64\x5a\x61\xd3\x3e\xbe\x04\xdb\xb2\xc2\xa6\x1d\x89\ \x5a\xc7\xef\x8e\xd3\x90\x61\x5b\x9c\x5b\xd6\x89\x6b\x89\x2c\x5b\ \x8f\xad\x7e\xa6\x54\x3f\xe1\x1b\x41\x2d\xdb\x1c\xbc\xa2\xde\x17\ \x0c\x77\x0e\xe8\xc7\x93\x01\xc2\xd6\x0d\x7f\x30\xdc\x39\x10\xed\ \x1f\x5c\xa4\xae\xd7\x2c\x5a\xff\xd7\xc3\xff\x6e\x76\x1a\x16\x3f\ \xe9\xaa\xc7\x5d\x3b\xfc\x6f\x54\xff\xff\x84\x65\xe4\x4b\xd6\xf4\ \x2e\x3f\x4c\x9d\xea\xe1\xe8\xc2\x29\x97\xc5\x9e\x79\xaf\x7e\xf4\ \xdb\xde\xff\xa4\x30\x60\x6c\x87\xf4\xc0\xa7\x4b\x65\x67\xdd\x8b\ \xcb\xaa\xb7\xfe\xe3\xb1\x53\x16\xdd\xbd\xb1\xa9\xad\x2a\xaf\x64\ \xeb\xba\xfb\xde\xa9\xde\x19\xab\xc5\x9b\x37\x7c\x67\x7e\xed\xf6\ \xa6\x03\x7f\x7e\x7e\xf5\xf3\xb1\xea\xd2\x7e\xe8\xaf\x2f\xad\x7b\ \xb5\xab\x7b\xc9\x0b\x0b\x7f\xd8\xa4\x73\x00\xa0\x81\xe5\x2f\x2d\ \xfd\x45\x93\xbf\xf6\xc3\x25\xf7\xae\x6b\xef\x04\x00\xe0\x1d\x0b\ \x96\xdd\xb7\xa9\xb3\xa3\xa5\xee\xef\x7f\x7a\xff\x57\xbd\x47\x35\ \x25\xd8\xfe\xfc\x1f\xe7\xfd\xa0\x21\xc4\x01\xe8\xfa\x95\x77\x3e\ \xb7\xe1\x9d\xa3\x0a\xc6\xf6\xed\x78\xe0\x89\x25\x7f\x35\x01\x7a\ \x0e\x3f\xfb\xf7\xf7\xef\x9c\xb7\xe1\x91\x79\xab\x7f\xf8\xda\x9a\ \x47\x9b\x06\x06\x00\x20\x7c\xe4\xb5\xa7\x3e\x98\xf3\xf6\x86\x87\ \xdf\x5d\xf3\xa3\x97\x57\xfe\xf1\xa0\xbf\x57\xf1\x8d\x2a\x70\x77\ \x6d\x38\xb8\xf1\xdf\xc9\x4e\xcb\x7a\xea\xfd\x8e\x95\xdd\x27\xe9\ \x22\x46\xa3\x2c\xf2\xff\x57\xa9\xa3\x51\x1a\x71\x64\xe1\x7f\x98\ \x53\x5d\x67\xcd\x6c\x7f\x53\xeb\xea\x01\xd7\x94\x2a\x82\x28\xb7\ \x09\x82\xee\x96\x37\x56\xd7\xed\xb2\x05\x4a\x48\x19\x15\x0f\xbd\ \xad\x3d\x0d\xae\x94\x73\xce\x19\x7d\x89\x0f\x87\xf6\xee\x7b\x71\ \x4f\x7b\xb3\xe4\x29\x9f\x3a\xf6\xb6\x5c\xb7\x6c\x87\xab\xd7\xee\ \x79\xfb\x48\x54\x27\x4a\xce\x84\xd1\x77\x97\xc6\xbb\xfa\x3a\x16\ \xaf\x3d\xb0\x26\x22\xe2\x47\x0e\xbf\x7d\x54\x7a\xc6\x31\xfb\xf7\ \xc0\xfe\x17\xb7\xb7\xb7\xca\xa8\x2f\xc2\x7c\x8a\x04\x76\x78\xcf\ \x47\xdb\x5e\xef\xb3\x45\x46\xee\x55\xe7\x54\x9e\x21\x13\xdc\xd3\ \xfe\xea\xdc\x15\x5b\xf3\x0b\x6e\x9d\x59\x9c\xb5\x77\xef\xd3\xd5\ \xdd\x6d\x5a\xfc\x19\x67\x8d\xbe\x26\x49\x19\x14\xb8\xae\xf6\xe5\ \xa6\x77\x4c\x79\x4a\x61\xe1\x88\x4b\x9e\xdb\xf8\x62\x4b\xd9\xd8\ \x8c\x81\x05\x3b\xfa\xd4\x4b\x26\xce\xc8\xc7\x19\xbb\x1a\x7f\xb9\ \xbe\xfd\xf2\xb3\x33\x82\xeb\x6a\x77\x0f\x9b\xf0\xa7\xbc\xac\xf8\ \xe1\x75\xcb\xd6\xec\x5b\x57\x38\x61\xc6\x96\x3d\x6f\x7b\x73\xbe\ \x52\x91\x3e\xde\x53\x56\xf6\xee\x9e\xd7\xc7\x67\x7f\x67\xa0\xee\ \xe5\x36\x69\xd2\xed\x39\x05\x0d\x7b\x3a\x82\xbd\x9b\xd6\xd7\x5f\ \x7f\x79\x79\x05\x88\x9e\x4d\x7b\xdf\x0b\x98\x89\x86\x65\x00\xb0\ \x90\x1d\xac\x6b\x7a\x7f\x7f\xd5\xb9\xa3\x92\x13\xac\xf0\x8e\x8d\ \x75\x6b\x07\xd4\x0b\x4d\x00\xdb\xec\xd3\x32\x2e\xb8\x6e\xe6\xed\ \xc4\xe8\xa8\xd9\xf7\xf8\xbc\x95\x7f\xfb\xea\xa5\x3f\x95\xad\x7e\ \x2d\x7e\xe2\xb5\xe7\xfe\x48\x33\x3b\xeb\x0e\x3d\xfb\xfe\x9a\x87\ \x6f\x9c\xfd\xf0\xd8\xd2\xb3\xf6\x6c\x5b\x13\x1c\x35\xc5\x68\x5d\ \xd4\xca\xd2\xab\x72\xc6\x78\x3e\x63\x07\x28\x43\xb7\xb7\xd6\xe9\ \xee\x54\xf7\xf8\xcc\xc1\xa7\x46\x99\x88\xc5\x58\x39\x74\xa8\xff\ \xfd\xfd\x3a\x55\x94\xf3\x27\x24\x8e\x4f\xc5\xaa\x8c\x9a\xea\x02\ \x8f\xf8\xfb\xa9\xa6\x5e\x39\x39\xb1\xcc\x7b\x4c\x4b\xc5\x8e\xbd\ \x81\x65\x0d\x26\xf2\xba\xe6\xcc\x48\x48\x8c\x44\x5f\xdd\x3c\xd0\ \x6e\xa2\x11\x95\xf1\x97\x97\x6b\x18\xa0\xab\x2d\xf4\xe6\xce\x88\ \x41\x50\x4b\x40\xcc\x90\x10\x00\x1c\x3c\xd8\xbf\xa0\xd6\xb0\x54\ \xe9\xa2\x49\x49\xa3\xe2\xf9\x8a\xdd\x91\xd4\x1c\xcf\xf0\x34\xc9\ \xd9\xa4\xea\x7f\xdd\x5e\xd0\xc3\xf5\x7b\x6a\x9e\x7e\x67\xf5\x2f\ \x37\xb4\xd4\x13\xa2\x20\x00\x84\x10\x06\x68\x6b\x5e\x1e\x56\xc7\ \x4e\x1f\x3e\xbb\xa7\xf1\x85\xfd\x7a\xd6\x99\x23\xae\x0c\x37\xbf\ \xb6\xbe\xe1\x10\x80\x27\x37\xef\xe2\x73\x27\xdc\x99\xc3\xf7\xac\ \xd8\xb5\x94\xf1\xbe\x25\xeb\x7e\x77\x44\x1e\x37\x7d\xd4\x35\x3c\ \xb0\xf5\x60\x5f\xd0\x0e\xaf\x9d\xbf\x63\x51\x4e\xf9\x9c\xa9\xf9\ \x89\x1f\x6f\xfe\x4b\xeb\xd1\xa8\x48\x1d\xf5\x4f\x2f\x3e\x50\x3f\ \xac\xe2\xda\x91\x99\x85\x58\x50\xce\x41\xd6\xf2\xc7\x8f\xbc\xe3\ \x9c\x11\x33\x5a\x6b\x1f\xdb\x1d\x34\x11\xc2\xf1\xc9\xd3\xcf\x19\ \x7f\xc7\x98\xdc\xdc\xda\x3d\x0f\x6f\xf1\xfb\xa6\x8f\xbd\x33\x21\ \xb2\x62\xc1\x9e\x15\x47\x1b\x4d\xd1\xd9\xd9\x16\x1f\x3f\x42\x02\ \x70\x67\x5c\x39\x35\x53\x5a\xb1\xf9\xef\x8b\x77\x2d\x2f\x19\x71\ \x6f\xbe\x0a\x20\x97\x9f\x3b\x6a\x4a\xed\xee\x3f\x7f\xb4\xe5\x19\ \x33\xf5\xaa\x49\x59\x69\x00\xea\xe4\xf1\xb7\x89\xf6\xd7\x96\x6e\ \xff\x4b\x8d\x9e\x7f\xee\x88\x69\x00\x90\x5b\x7e\x47\xb9\x54\xbd\ \x78\xcb\x93\x2b\xea\x5a\x27\x8f\xff\x8a\x86\xac\x60\xc4\x1a\x3b\ \x7c\x76\x6f\xd3\xbc\x6e\x06\xfd\xad\x1f\x1e\xc1\xe3\x26\x65\xc7\ \x0f\x98\x11\x00\xbf\xa1\x16\x9d\x51\x54\xb2\xbb\x66\x09\x07\xa8\ \xdd\xff\xbe\x2b\xeb\xb2\x7c\x9f\x08\x52\xc0\x08\x63\xa2\xc8\x98\ \xb8\xdc\xb9\xe3\xc7\xdf\x9d\x8d\x36\xed\xec\x19\x20\x58\xc2\x48\ \x96\x31\x56\x5d\x59\xc3\x47\x7d\x6b\x18\x3e\xb8\xb7\xbd\x51\x4e\ \xa9\xf2\x88\x96\x23\x51\x4b\x91\x48\x5b\xc3\xeb\xef\xac\xf9\xf9\ \xaa\xda\x15\x5d\xd1\xc8\xd0\x47\xd0\xd7\x67\x2c\xda\xdc\xfb\xf0\ \xa2\x9e\x4d\x9d\x54\x53\x8f\x1b\x4c\x08\x01\x91\xd0\x40\x6b\xff\ \xe3\x9b\x22\xa3\x87\x27\xcc\x48\xe5\x2f\x2c\xed\x69\xb6\x04\x06\ \xa1\x79\x94\x73\xc6\x24\x94\x0a\xe3\xb1\xe5\x81\xe0\xd1\xbe\xc6\ \xa1\xbd\xbd\xcf\xef\x31\xcf\x1c\x19\x7f\x61\xa5\xcb\x6d\x98\x8f\ \x2e\xee\xd3\x53\xbc\x97\x0d\x77\x6d\xdf\xd2\xfb\x41\x0b\xb3\x23\ \xfa\x63\xcb\x03\x9e\x5c\xdf\xc5\xc3\x3c\x3e\x02\x04\xa3\x81\x8e\ \xe0\x0b\xbb\x8d\xa9\x13\x12\xcf\x4a\x66\x2f\xad\xf2\xf7\x09\x2c\ \x33\xfa\xc1\xba\x9e\x3f\x2d\xeb\x5b\xd7\x6c\x44\x9c\x01\xab\xff\ \x5d\x7b\x81\xb5\x2c\x5d\xf7\xc3\x7d\xd1\x9c\x4b\xa6\x7c\x7b\x74\ \x66\x01\x00\xe8\x9d\x47\xed\x4b\xec\x4a\x4e\xac\xca\xcb\x1c\x59\ \x99\x31\xbf\x25\xae\xa2\x20\x73\x78\x28\xe7\xcd\xea\xf0\x11\x21\ \xf2\x3a\xdb\x96\x57\x77\x75\x1a\xa1\x2e\xdb\xdb\x1b\x0a\x6e\x6a\ \x66\xf9\xd7\x8c\xbf\x3c\x13\x5b\x75\xbe\x24\x8a\xf1\x40\xd7\xba\ \xb6\x48\xaf\xbb\x61\x5e\x0b\xf5\x9b\x3c\xd8\xa3\x8b\x5c\x05\x00\ \x58\x73\x73\x75\x41\xe9\x37\xc6\xe4\x8e\x86\x88\x7f\xfd\xe1\xc5\ \x42\x80\xa5\x37\x56\x1f\x5a\x14\xb0\xf4\xa0\x1d\xec\x37\xf5\x2c\ \x01\x8a\x9a\x9d\x9d\x50\x00\xd0\xb5\xfa\xc8\xfe\x20\x8d\x6e\xd9\ \xd7\x1e\x8d\x44\x82\xc2\x4f\x01\x48\xcc\xe5\x68\x0b\x59\x8d\x8b\ \xdd\xda\x98\xb1\x77\xd7\x2e\xb8\xb5\x3e\xf9\xfe\xfb\x8b\x4b\x62\ \x49\x4e\x2d\x98\x33\xaa\xe9\xde\xd5\xcd\x89\x73\xae\xba\x54\x8e\ \x1d\xe4\x9b\x7c\x7e\xc5\x8a\x27\xb7\xae\xba\xe0\x9c\x17\x53\x63\ \x1f\xe1\xb4\x59\xe3\xaf\x7f\xfc\xbd\x5f\x67\x8e\xff\xfd\x98\x64\ \x2f\x40\x50\x37\xac\xcc\x92\xab\x0a\x8e\xcc\xdd\x5a\xbb\x4c\xea\ \xa9\xa9\x18\x76\x27\x6f\x79\x34\x6c\x45\x81\x05\x75\x2a\x4d\x1a\ \x76\x43\xcd\xd6\x67\xb6\x36\xc5\x37\xfa\xd1\x94\x49\x57\x6d\xdb\ \xfc\x54\xc8\x82\x64\x84\x40\x1c\x9d\x2c\x82\x3d\x1e\xb7\x14\x36\ \x4d\x84\x10\x80\x38\x5a\x49\x5d\x09\x2e\xb9\xd3\x1a\x00\x9c\x2a\ \x13\xde\xaf\x9b\x95\x59\x17\x5c\x91\x75\x41\x67\xfb\x82\x45\x1b\ \x1f\xae\xe9\xb8\xfc\x9c\xb8\xd2\x77\x5e\xff\x20\xe0\x2a\xb9\xf1\ \x2b\xb7\x2c\x59\x1f\x3d\x92\xe8\xba\x6b\x66\xfa\x98\x94\x4f\xb6\ \xd3\x32\x16\xdb\x0e\xe9\xc9\x85\x89\xe7\x97\xb8\x00\xe4\xdd\x2d\ \x47\xd6\x77\xb3\x42\x84\x72\x72\x3c\xa3\x73\x5c\xa3\x13\xc4\xee\ \x77\xfd\x75\x91\xc4\xf1\x3e\x04\xc0\x37\xd4\x99\x23\x46\xa5\xcd\ \x2c\x56\x00\xa0\xab\xa9\xaf\x5e\x76\xfd\x76\x82\x37\x05\x80\x77\ \x47\x16\x34\x46\x46\x51\xea\x4f\xf2\xfe\x70\x8c\xc7\x03\x62\x58\ \x62\x10\x04\x6f\x6c\x8d\xb4\x86\xf9\xa6\xbd\x41\x66\xd0\x88\x2d\ \x3a\x6c\x3c\x63\x42\xf2\x8c\xb1\x74\xcd\x96\xbe\x27\xe6\x1f\x99\ \x31\x3d\xeb\xde\xd1\xaa\x53\x85\xfe\x27\x75\x81\x64\x4d\x1a\x7d\ \x97\xd6\xf0\xf1\xbe\xfd\xcf\x75\x74\x8d\x1f\x51\x7c\x5e\x2a\x3a\ \x5e\x34\x85\xa0\x00\x80\x11\xe6\x34\x0a\x00\x02\x13\x42\x48\x57\ \xdb\x5b\x4b\xea\x5a\x2e\x9b\xfe\x0d\xe8\x78\x7a\x75\x17\xe7\x80\ \x84\xe0\x42\xc0\xd1\x7d\xd5\x05\x08\xe1\xf2\x55\x4d\x1d\x77\x9f\ \x57\x50\x22\x69\xaa\x32\xb8\x55\x2c\xc1\xc2\xa0\xd1\xd8\x89\x41\ \x20\x0c\xfa\x86\x8d\x7f\xe9\x4a\xf9\xea\xec\x11\xd9\x6b\xd6\x3f\ \xc4\x19\x03\x10\x62\x30\x46\x21\xe1\x82\x64\xe5\x5d\x79\x41\x49\ \x11\x03\x22\xc9\x5e\xe5\xa8\x56\xa9\x04\x18\x35\x06\x9b\x53\xb5\ \x28\x3f\xbd\x52\x4a\x1d\xae\x1c\x6f\x61\x3d\xc5\xe9\xc3\x6b\x59\ \x7a\xb6\x7a\xcc\x50\x42\x59\x59\xe3\xb2\x92\xfb\x73\xd3\x52\x8f\ \x1d\xa5\x26\x8e\x29\x48\x2d\xcb\x48\xab\x42\x00\xc0\x2d\xd3\xa2\ \xaa\x92\x3d\xba\xe2\xec\xc7\x17\xfe\x4e\xa4\x5c\x77\x6f\x4e\xd5\ \xde\x16\x30\x6c\x1b\x68\x98\x32\xcb\x15\x57\x79\x46\x61\xf6\xb3\ \xcb\x7e\x55\x36\xf9\x6f\x45\x09\xc9\x5b\x38\x33\x6c\x01\x08\x10\ \x92\x62\x99\x6b\xf7\xef\x3d\xdc\xa7\x4e\x4d\x4c\xe0\x01\x8e\x10\ \x19\xcc\x71\xbd\xba\x36\x20\xaa\x46\xe4\x81\xe8\xa1\x1c\xdc\x8a\ \x12\x0d\x56\x57\x37\xac\x6a\xf2\xb7\xf9\xb2\x2f\x3b\xa3\xe8\xc2\ \x7c\x77\xdc\x8d\x77\x65\xd9\xc4\x93\x93\x13\xef\x9e\xa6\xac\x6d\ \x8c\x2e\xda\xd8\x77\x28\xd7\x3d\xad\xdc\x93\xe5\x46\x31\x53\x8f\ \x5a\x02\x23\x84\x30\xd0\xc1\x30\x79\xc2\xe6\x20\x61\x04\x02\x06\ \xe7\xaa\xd8\xdc\xe2\x70\x74\xcb\x28\x84\x8f\x87\x87\x04\x8c\xb1\ \x60\x94\x0e\xba\x51\x05\x42\x48\x22\x88\x99\xcc\x1e\x7c\xb2\x83\ \x01\xec\x93\x33\xdc\xd7\x4f\x8f\x97\x98\x50\x14\xec\x56\xf8\xc1\ \xc6\xe8\x86\xba\xc8\x11\x53\x9c\x77\x46\xd2\xac\x12\xc5\xa9\x3f\ \xff\xb3\xfe\x05\x39\x33\xeb\xbc\xcc\xac\xf3\xfa\xfd\xbb\xf6\x36\ \x7c\xd4\xe0\x1f\x9b\xaa\x51\xd3\x8e\x0a\x00\x4a\xa3\x16\xa3\x00\ \x40\x69\xc4\x62\x0c\x00\x18\x8d\x5a\xc4\x26\x92\x07\xf3\x48\x5f\ \xf0\x30\x84\xfd\x16\x4b\xf3\xc5\x9f\x59\x2a\xbd\xf6\xd1\xa6\xb9\ \x63\x33\x3c\xf5\x81\xae\x5c\x40\x89\xd9\x17\xa5\xed\x7d\x78\x53\ \xed\x8a\xd2\x24\x1f\xc8\x25\x23\x73\xe3\x63\x05\xb5\xb4\xfc\xdc\ \xad\x9b\x9f\x5b\xae\xf4\xa7\xd2\x1d\x03\x16\x25\x08\xab\xb2\x62\ \xea\x1d\x7d\x41\x1e\x32\xa2\x5e\x0e\x71\xc9\x39\x03\x87\x96\xad\ \xae\x75\xe7\x24\x55\x8e\x2e\x98\xb0\xa0\xee\xcd\xdd\xae\x0b\x3d\ \x42\xa4\x65\x9d\xe1\x51\xb4\xc1\xb6\x3e\x29\x71\x5f\xff\x41\x0e\ \xa3\x30\x00\x80\x6d\xd1\xa8\x45\x4f\xf0\xcc\x53\xaa\x9b\xb6\xc1\ \x07\xed\x0b\x00\x00\xc6\x4c\xd3\x8e\x9e\x10\x80\x92\x5b\x96\x1d\ \xb1\x62\xb5\x86\x9b\x91\x68\xd8\xc7\xb8\x92\x30\x63\xea\xb0\x83\ \x3c\xe5\x52\x17\x08\x2e\xac\xa0\x19\x16\xe6\x80\x6e\x99\x08\x20\ \x2b\xff\x8a\x29\x23\xe4\x92\xe2\xb1\x00\x7d\x60\x87\xa3\xba\x8e\ \x10\xef\xef\xdb\xb5\xbb\x29\x57\x84\x0f\xd6\x34\x6c\x48\x2e\xbd\ \x7b\x44\x9c\x1c\xf1\x5b\xc1\x60\xcd\xee\xa6\xd5\x72\xa4\x61\x7f\ \xf3\x6a\x29\xff\xa6\xf1\x19\x49\x34\xb0\x35\xca\xd2\xb3\x3c\x6a\ \x5f\xc3\xf6\x1e\x9e\x3c\x79\xdc\xf5\xf9\x89\xe9\xb1\x54\x94\xc4\ \x25\xc5\x5e\x0c\x2b\x97\x87\x95\xfb\x5a\xda\xa3\xab\x0f\xea\xf5\ \xbd\xca\xe1\xbe\x68\x07\xc2\xdc\x1f\xad\x13\xea\xb5\x5e\x9c\x5e\ \xe9\x59\xf4\x51\xff\x6b\xbb\x84\x27\x18\x69\x04\xed\x86\x74\x52\ \x5f\x2b\x5a\xda\x23\x1b\x0e\xd2\x9d\xfb\xfa\xe5\xdc\xf8\x4a\xcf\ \xe0\x3e\x36\x33\x86\xb9\x1f\xde\xd2\xfb\x16\x8e\x4b\x55\x71\x55\ \xa6\x7b\xac\xdc\xf3\xc2\x9a\xfe\x33\x12\xc4\x92\xc3\xe2\xdc\xb3\ \x3d\xb9\x29\xb4\x94\x75\x3d\xbe\x2a\x30\x3d\x8b\xec\xef\xe7\xe3\ \x10\xae\x28\xf1\xaa\xfb\x83\x8b\xf7\x4b\xc5\x1e\xe4\x8e\x73\x4d\ \xcc\x14\x7b\x9a\xf5\xc4\x6c\xef\xc5\xa5\x9e\x34\xc7\x50\xf8\xaf\ \xe6\xe4\xfb\x47\x0c\x04\xfb\x53\x52\xd3\x86\x2e\xa8\xd0\x5c\x99\ \xf9\xd9\x53\x0b\x12\xe2\x05\xb7\xb8\x94\x96\x9b\x56\x4e\xb8\xe5\ \x49\xa8\xcc\xf0\xc5\x73\x6e\x7b\xe3\xca\xb2\xe2\x12\x38\xb7\x54\ \x6f\x79\x69\xf6\xe4\x54\xb9\xaf\xa1\x63\x4f\x50\xa4\x56\x16\xcc\ \xca\x4d\xcc\x2f\xce\x1d\x6b\x06\xf7\x76\x45\xfb\x03\xfd\xed\x89\ \x39\x17\x94\xa5\x94\x95\x66\x16\xf6\xf5\xec\xea\xe8\xef\x92\xdd\ \x45\x79\x49\xe9\xb1\x62\xeb\x8a\x1b\x51\x94\xa8\xb5\x1e\xd9\xd3\ \x6d\x2a\xa5\x05\xe7\x97\xa4\x16\xe5\xa6\x97\x45\x03\xbb\x9a\x7b\ \xdb\x3c\x09\xe3\x46\xe4\x8f\x4d\x49\x1a\x16\x0f\x81\xe6\xee\x06\ \xc9\x5d\x34\xb2\xec\xf2\x4c\x39\xd0\xd4\x55\x13\x30\x59\x5a\xca\ \xb0\x04\x4d\x1b\xb4\xce\x35\xd8\x7d\x60\x55\x52\xee\xd9\x89\x32\ \x06\x00\xc6\x69\x7c\xc2\xf0\x4c\x6f\xfc\x10\x1b\xc7\x96\xdc\xf9\ \xb9\x29\x39\x43\x3c\x2b\x8c\xe1\x84\xdc\xb4\x4a\xf7\xf1\x8f\x04\ \x63\x28\x35\x6d\x44\x92\xa6\x00\x50\x8b\x49\x19\xe9\x23\x12\x54\ \x57\x76\xe6\x19\x39\xf1\x71\xb1\xef\x55\x6f\x49\x96\xdb\xc5\x70\ \x62\x6e\x5a\xa5\x2a\x27\x15\xe5\x4d\x4a\x50\x08\x00\x08\x06\x49\ \x49\x95\x29\x1e\xb7\x15\xed\xf6\x0f\x74\xea\xdc\x55\x59\x75\xdb\ \xd9\xe5\xe3\x09\x00\xc6\xb2\x61\x85\xfc\xc1\xf6\x30\x95\x8a\x4b\ \xbe\x32\x7b\xf8\x74\x19\x89\x83\x07\x5e\xea\x50\x27\x4f\xca\x2b\ \x4b\x48\x1e\x53\x96\x35\x32\xc1\xe5\xfd\x8c\x27\x85\x12\xe2\x94\ \xd1\x85\xee\xfc\x78\xdc\x1f\xb4\x6a\x3b\xcc\x01\x2c\x5f\x31\x2d\ \xa9\xca\x87\x65\xaf\x3a\x22\x19\xd7\x1c\x36\x06\x64\xf5\xc6\x69\ \x49\x79\x1a\x72\xb9\x88\x19\xb5\x9a\xfc\x34\x29\xdb\x37\x67\x92\ \xcf\x7b\xf4\xbe\x12\x52\x5c\xe5\x5e\xd8\xdf\x66\x76\x1b\x50\x5a\ \xe0\x9d\x55\xa2\xf6\x75\x1a\x75\x03\x62\xc6\x84\xe4\xb3\xb3\x25\ \x44\xc8\xb8\x02\x2d\xd0\xab\x1f\xea\xa1\x99\xb9\x9e\xa9\x85\x5a\ \x6a\xa2\x36\x2a\x8d\x34\xb4\x19\xcd\x41\x96\x90\xa8\x16\x25\xc9\ \xc3\x0a\x3d\x95\x69\x8a\x47\x72\x2a\xce\x7f\x03\x42\x88\xbe\xde\ \x9e\xf8\xf8\x84\x93\x94\xb6\x4f\xc7\x83\x46\x08\xb5\x1e\x6e\x2e\ \xaf\x1c\x86\xf1\xe7\xe1\x75\x16\x7a\x73\xf3\xaa\x10\x49\x23\xfa\ \xee\xf5\x87\x6a\xa7\xcf\xfc\x7d\x85\xef\x3f\x6a\x7f\x5a\x3b\x36\ \xff\xa8\x41\xbb\xe2\x9a\xd1\x53\x4e\xff\xd5\xa0\x34\xb2\xf3\xad\ \x35\x2f\x8f\x3a\xf3\xa1\xe1\x89\x6e\xa7\x98\x3a\x7c\xc1\x70\xce\ \x0e\xd6\xd6\xe4\xe6\x15\x7c\x7a\x89\xc4\x17\xa0\xfc\x88\x5a\x3d\ \x8d\xbd\xfb\xb0\x94\x38\xfd\xcc\x07\xff\xc3\xa2\x00\x00\xca\x98\ \xd1\xdf\x4a\x8b\x70\xf1\xa5\x58\x25\x2e\x65\x4c\x9f\xf8\xed\x1c\ \x47\x14\x1c\xbe\x6c\xfe\x85\xff\x7f\x59\xd0\x4a\xca\xe7\x94\x94\ \x7f\x71\xb7\x84\xb5\x9c\x5c\xed\x4b\x92\xfb\x6a\x56\x6e\xaa\x53\ \x08\x1d\x4e\x3b\x9c\x75\x53\x0e\x0e\x0e\x8e\x2e\x38\x38\x38\x38\ \xba\xe0\xe0\xe0\xe0\xe8\x82\x83\x83\x83\xa3\x0b\x0e\x0e\x0e\x8e\ \x2e\x38\x38\x38\x38\xba\xe0\xe0\xe0\xe0\xe8\x82\x83\x83\x83\xa3\ \x0b\x0e\x0e\x0e\x8e\x2e\x38\x38\x38\x38\xba\xe0\xe0\xe0\xe0\xe8\ \x82\x83\x83\x83\xa3\x0b\x0e\x0e\x0e\x8e\x2e\x38\x38\x38\x38\xba\ \xe0\xe0\xe0\xe0\xe8\x82\x83\x83\x83\xa3\x0b\x0e\x0e\x0e\x0e\x8e\ \x2e\x38\x38\x38\x38\xba\xe0\xe0\xe0\xe0\xe8\x82\x83\x83\x83\xa3\ \x0b\x0e\x0e\x0e\x8e\x2e\x38\x38\x38\x38\xba\xe0\xe0\xe0\xe0\xe8\ \x82\x83\x83\x83\xa3\x0b\x0e\x0e\x0e\x8e\x2e\x38\x38\x38\x38\xba\ \xe0\xe0\xe0\xe0\xe8\x82\x83\x83\x83\xa3\x0b\x0e\x0e\x0e\x8e\x2e\ \x38\x38\x38\x38\xba\xe0\xe0\xe0\xe0\xe8\x82\x83\x83\x83\xa3\x0b\ \x0e\x0e\x0e\x0e\x8e\x2e\x38\x38\x38\x38\xba\xe0\xe0\xe0\xe0\xe8\ \x82\x83\x83\x83\xa3\x0b\x0e\x0e\x0e\x8e\x2e\x38\x38\x38\xfc\x1f\ \xe8\x02\x42\x18\x13\x27\x77\x1c\x1c\xfe\x9b\x2b\x3f\x26\x80\xd0\ \x49\xbf\x92\x4e\xa6\x09\x88\x5a\x56\x53\xc3\x21\x47\x1a\x1c\x1c\ \xfe\x8b\xe1\x9c\x51\xcb\x42\x08\x09\x21\x3e\x29\x02\x03\xc1\xfe\ \x4f\xeb\x82\x69\x1a\x96\x69\x7e\x96\x96\x38\x38\x38\xfc\x37\x20\ \x84\xa2\xaa\xaa\xaa\x7d\x5a\x17\xa4\x93\x1d\x2c\x54\x55\xd3\x34\ \x97\x93\x6f\x0e\x0e\xff\xed\xca\x20\x3e\x2d\x0a\x27\xd7\x85\x7f\ \x70\xb4\x83\x83\xc3\xff\x02\xce\x78\x84\x83\x83\xc3\xe9\xa1\x0b\ \x58\x92\x65\xf2\xaf\x5d\x1a\x61\x22\xcb\xd2\x17\xef\xf0\xc0\x44\ \x92\xa4\xff\x7e\xf5\x44\x98\xc8\xf2\x29\xba\x99\x91\xa4\x28\xd2\ \xd0\xc7\x87\xb0\x2c\xcb\xf8\x14\x9e\x0d\x91\x15\xf9\x5f\xcd\x4c\ \x44\x14\xe5\x94\x4e\xee\xf0\x05\xe9\x02\x96\x14\x97\xa6\x12\x8c\ \x84\x18\x7c\x8d\x31\xc2\x98\x10\x8c\x3f\xed\x91\xc4\x92\xac\xa9\ \x0a\x41\x27\x2d\x46\x9a\x4b\x1b\x82\x42\xfa\x0e\xd7\xd6\xb4\xf6\ \x01\x3e\xd5\x22\x82\x31\xb6\x07\x3a\xf7\xec\x6b\x34\x38\xfe\xff\ \x74\x86\xc6\xf4\xe5\x94\xcb\x24\x09\x75\x34\x1e\x6a\xec\x01\xfc\ \xff\x59\x32\xd1\xbf\xae\x84\x5f\xa8\x28\x58\xfd\x1d\xfb\x6b\x0f\ \x53\x74\xf4\x36\x11\x96\x64\x49\x70\x6a\x53\xfa\x89\x0e\x25\x41\ \xb4\x69\xf7\xb6\x43\xed\x41\x1c\xbb\x1f\x84\xc1\x1e\xd8\xb7\xb7\ \xa6\x4f\x07\xf2\x0f\x33\x09\x13\xd4\x59\xbb\xb3\xba\xbe\x07\x13\ \x82\x4e\x39\x65\x5c\xef\xde\xba\x6d\x8f\xdf\xc2\xc4\xf1\x82\x9f\ \x0e\xba\x80\x30\xd6\x7b\x9b\x77\xec\xda\xef\x8f\xd8\x92\x44\xa2\ \xbd\x4d\x3b\x76\x1f\xd0\x2d\x7d\xf3\x7b\x7f\xb9\xef\x81\x87\x6b\ \x82\x58\x25\x08\x21\x14\x7b\x58\x08\x63\xab\xef\xf0\xc6\x0d\x5b\ \x5a\xfa\xac\x13\x5a\x12\x40\x58\xd8\x6d\xfb\xb7\xad\xdf\xb4\x65\ \xe7\xee\xdd\xdb\xb6\x6e\xde\xb0\x71\x5b\x7b\xf7\x91\x75\x1f\xbe\ \xbe\xbd\x39\xa8\x9c\x50\x3f\x8f\x9e\xeb\x13\xc9\x40\x08\x01\xc8\ \x0a\x69\xda\xb1\xf8\x9d\xb5\xfb\x84\xa2\xa2\x4f\x7e\x8d\x4e\x7e\ \x0a\xf4\x89\x13\x22\x84\x00\x61\x89\x87\xda\x36\x6f\xdc\x16\xe4\ \xc7\xcb\xf0\x09\x87\x9d\xf0\x23\xac\x92\xc8\x8a\xf7\x5e\x5b\x53\ \x1f\x52\x25\x2c\x3e\x71\xae\x7f\xf6\xfa\x78\x1a\x10\x10\x44\xeb\ \xb6\x6d\xda\x7f\x78\x80\x48\xe4\x64\x77\xfb\xd9\xf7\x8e\x4e\x9e\ \x21\xf0\x19\x89\xf9\x27\xb5\xec\xa4\xd7\x41\x48\x56\xd1\xfe\x35\ \x1f\xbe\xfb\x71\xe3\xa0\x62\x22\x2c\x63\xba\x6f\xd5\x3b\x8f\xfc\ \xfe\xa1\x3f\x3e\xf6\x5a\x43\xd0\x96\x09\x89\xfd\x12\x21\x02\x46\ \xd7\xfc\xb7\xe7\x37\x06\xb1\x2a\x21\x00\x20\x92\x3c\xd0\xbc\xe1\ \xb5\xf9\x6b\x22\x44\x23\xff\xe8\xbe\xb0\x24\x42\xcb\xdf\x7b\x7f\ \x57\x87\xad\xca\x48\xfc\x93\x64\x0f\xfe\x90\x48\x4a\xdf\x81\x95\ \xef\x7d\xb4\x95\x29\x0a\x46\x8e\xc3\xeb\x34\xd0\x05\x45\xc1\xbb\ \xe6\xfd\xf5\xfe\x9f\x3d\x55\xdf\xc7\xdc\x1e\x69\xf7\x3b\x7f\xbe\ \xff\x17\xcf\x35\x07\x6c\x24\x49\x29\x19\x59\x09\x1a\x01\x84\x84\ \x10\x02\xb0\x24\xc9\xaa\x86\xf7\x2e\x9c\xfb\x9b\xbf\xbf\xd4\x1c\ \x25\x04\x01\xc6\xf8\x98\x62\x20\x41\xdb\x0e\x55\x6f\xdf\xb4\xe6\ \xb1\xdf\x3e\xfc\xce\xd2\x8d\xbb\x77\x57\x37\xb6\x34\x37\x77\xca\ \xb9\x69\x29\x42\x08\x89\x60\x00\x24\x2b\x32\x12\xd4\xb4\x28\x26\ \xc7\xab\x2b\x96\x64\x59\xc2\xb6\x65\x9a\x36\x13\xd4\x6c\x39\xd8\ \x92\x96\x91\xa5\x61\x46\x08\x41\x00\x98\xc8\x8a\x4c\x98\x65\xd9\ \x8c\x0f\x2a\x13\x06\xcb\x34\x4c\x9b\x21\x22\x29\xb2\xc4\x6d\xcb\ \xa6\x83\x5f\xc9\x8a\x0c\xdc\x36\x4c\x5b\x48\x72\xf7\xee\xd5\xef\ \x2e\xd9\x6d\x73\x4a\x39\xc8\xb2\x82\x81\x99\xa6\x8d\xb1\x84\x11\ \xc2\x84\x08\x6a\x19\xa6\xc5\xb8\x00\x00\x2c\xab\x66\xfb\x81\x9a\ \x0e\x36\x66\x54\x2e\x67\xec\x98\x25\x2c\x61\x61\x99\x86\x4d\x19\ \x60\x8c\x91\x30\x4d\xc3\xa2\x8c\x48\xb2\x44\xc0\x32\x4d\x81\x30\ \xc1\x08\x61\x49\x51\x62\x69\x60\x00\x04\x59\xdd\xf3\xe7\x7d\x78\ \xa0\x97\x22\x4e\x11\x91\x15\x09\xdb\xa6\x49\x05\x26\x84\x10\x49\ \x42\xdc\x36\x0c\x93\xc6\x6e\x04\x00\x00\x24\x59\x91\x30\x58\x96\ \x35\xe4\x33\x40\x98\x60\x24\x4c\xc3\xa0\x80\x25\x42\x00\x90\x74\ \x2c\xfd\x44\x1a\x2a\x73\x31\xe3\x06\x21\x8c\x01\x38\x17\x83\xed\ \xbf\x44\xa8\x65\x1a\xa6\xcd\x05\x1c\x1b\xb2\x46\x18\x09\x40\xc4\ \xee\xaf\x6f\x39\x9c\x52\x98\x0e\x94\x63\x49\x92\x65\x79\xa0\x69\ \xdb\x3b\x2b\x0f\x4d\xbe\xfa\xee\xaf\xdf\x71\x5d\x79\x8a\xdb\xb6\ \x0c\xd3\x62\x44\x92\x30\x91\x22\xdd\x75\x47\xb0\x2f\x3f\x2f\x11\ \x01\x91\x09\x62\xcc\x3a\xbc\xef\x90\x9a\x90\x9f\x93\x28\x21\x0c\ \x96\x69\x32\xc0\x04\x63\x8c\x31\x06\x66\x1a\xc6\xe0\x03\xc2\x12\ \x0d\x36\x37\xeb\xb8\xa8\x34\x1d\x09\x2c\x61\x61\x9a\x96\xc0\xe4\ \xb8\x15\x80\x10\x46\xc0\x85\x90\x14\x05\x09\xdb\xb4\x28\x26\x92\ \x24\xb1\xe6\x9a\x56\x5f\x7a\x79\x9a\xc6\x29\x77\x6a\xeb\x17\x87\ \xf4\x59\x66\x2f\xb2\x3a\x77\x1d\x0a\x14\x8c\x9e\x56\x51\x9a\x06\ \xd0\x59\x5d\x17\x2c\x1c\x3b\x3e\x11\x87\x96\xaf\xde\xae\xcd\xfa\ \x49\xae\x5e\xf3\xf7\x3f\xbd\xb8\xf5\x60\x07\xf2\x65\x5f\x78\xf3\ \xdd\x37\x4d\x4f\x3d\xd4\xe3\x17\xa1\x8e\xa7\x7e\xf5\xdd\xe6\xeb\ \x6e\x8d\xab\x7b\x7f\x43\xa4\xf2\x07\xdf\x9d\x93\x8e\x4c\x8a\xb5\ \x49\x57\xdc\x31\xee\xc8\x86\x5f\x74\xd8\xd7\xdd\x75\xff\x19\x79\ \xae\xee\x9a\x85\xaf\x75\xb6\xfb\xdf\xfa\xfb\x72\xe1\xb9\xf4\xab\ \x77\x4c\x2f\x4b\x6a\xd8\xb6\x7c\xde\xc2\xf5\x7d\x51\x2b\x63\xcc\ \xec\x39\x97\x4f\xf5\x20\x9b\x63\x89\xf5\xb7\x7c\x38\xef\xdd\x9d\ \xcd\x01\x77\xf6\xb0\x5b\x6e\x3a\xbb\xad\xd5\x5f\xdf\xb2\xe8\x17\ \x3b\x3e\xac\x38\xfb\xc6\x1b\xce\x1d\x05\xc1\x96\xc5\x0b\xe7\xef\ \xac\xef\xf4\xf7\x0e\x8c\xb9\xe6\xeb\xb7\x8c\x53\x5f\x7f\x7e\x6e\ \x4d\x57\x34\xb9\xf4\xdc\x3b\xaf\x1e\xb9\x7e\xd1\xbb\x1b\x0e\x74\ \x04\x7a\x82\x95\xe7\x7f\xe5\xce\x2b\x46\xee\x5b\xfa\xce\xfc\x0d\ \x35\x03\x96\x76\xf6\x2d\xb7\xb8\x3a\x03\xc1\xde\xd6\x67\xff\xf2\ \xf4\x45\xb7\x7e\xa5\xc8\xd8\xfe\xea\xbc\x55\x9d\x81\x70\xea\xf0\ \x59\x77\xdc\x74\x5e\xfb\x9a\x97\x5f\x5f\x79\x80\xb9\xb3\x2f\xbe\ \xe6\xc6\xc9\x65\xf1\x98\xb0\xea\xea\x5d\x46\xfa\xa8\xaa\x34\x0f\ \xe3\x06\x00\x48\x92\x1c\x6a\xdd\xf5\xf6\xbc\xa5\xcd\xbd\xe1\x94\ \xaa\xf3\x6f\x9f\x9d\xf9\xee\xdc\x37\xea\xfc\x76\xf6\xc8\x8b\x6f\ \x39\x3b\x75\xfe\x1b\xf3\x0e\x1c\xf1\x4b\xc9\x95\x37\xdf\x76\x4b\ \x99\xdb\xbf\x72\xde\xfc\x4d\x07\xdb\x7a\xba\x03\xc5\x67\xdd\x79\ \xe7\x64\x7f\x67\xb0\xbf\x6b\xc1\xf3\xd1\x23\x17\xdc\x70\x41\xfe\ \xe2\xb7\x5f\xdf\x7c\xa8\xdb\x96\x52\xae\xfe\xea\x57\xf3\xf4\x3d\ \xaf\xbd\xbb\xba\x57\x17\x45\x53\x2e\xbf\xe9\xdc\x51\x88\xd9\x44\ \x91\x83\xcd\xbb\xe7\x2f\x5c\xde\xdc\xdd\xdf\x17\x52\x6f\xfc\xe6\ \x37\x26\x15\xc6\xd9\x8c\xb0\x9e\x3d\x73\x5f\xf9\xa0\x3d\x6c\x1b\ \xd4\x77\xd1\xcd\xb7\xcd\x1a\x91\xda\xb1\x6f\xdd\x9b\x1f\xac\xed\ \x0e\x44\x52\x47\x5d\x70\xdd\x14\xe5\x95\x77\xf7\x5e\xf5\xb5\xfb\ \x0b\x02\x9b\xfe\xfc\xd8\x82\xb3\xef\x7f\x60\x42\x5c\xef\xd3\x7f\ \x99\x9b\x77\xc9\x9d\x17\x8c\x4c\xa6\x46\x68\xf3\xfc\x77\x96\xef\ \x3c\x4c\xe5\xe4\xab\x6e\xbb\xc1\xd8\xf6\xce\x66\x31\xe1\x5b\xd7\ \x4e\xa9\x99\xff\xe8\xf2\x40\xe5\xd7\x2e\x2b\xec\x6c\xe9\x6a\x0b\ \x7e\xf0\xf3\xd5\x6f\x96\x4f\xbf\x66\xce\xa5\xe3\xda\x9a\xf6\x1d\ \xe9\xe9\xdd\xf0\xd1\x47\x09\x57\x5e\x1d\xac\xfb\xf0\xed\x25\x3b\ \x07\x4c\x5e\x74\xe6\x95\x73\xae\x98\xdc\x5d\x57\xaf\x25\x16\x14\ \xa5\xa8\x03\x2d\x3b\xdf\xfb\x60\x59\x53\x6f\xe0\x70\x4b\xe7\x84\ \x5b\x6e\x70\xf5\x37\xbc\xfd\xda\x5b\x7b\x5a\x02\xcc\x95\x7b\xc3\ \x9d\xb7\x15\x45\xf7\x3c\xf7\xea\xc2\x2e\x83\x97\xcc\xbc\xfe\x96\ \xb3\xab\x10\x26\x7d\x0d\x75\x54\xc9\xac\xc8\xf2\x0d\xb4\xed\x78\ \xeb\xdd\x85\x8d\x5d\x21\x39\x63\xec\xad\x17\x95\x2d\x7c\x73\xf9\ \xd4\xdb\xbe\x36\x21\x83\xcf\x7b\xf2\x31\x73\xd4\xb5\xd3\x12\x5a\ \xde\x7c\x7f\x4d\x67\xd8\xca\x1e\x7b\xc9\xbd\x57\x57\x1d\xe8\x8c\ \x64\x4d\x2f\x91\x19\x33\x9c\xca\xfa\x7f\x6e\x2f\x60\x49\x36\x3a\ \x1b\x5b\x83\x03\x46\x6b\xf5\xb3\x7f\x7e\xe4\x4f\x0f\xfd\x6d\x63\ \x9b\x3d\xbc\xa4\x0c\x85\x0f\x6e\xaf\xd3\x8b\x4b\xe3\x1b\xb7\xae\ \x5f\x57\xdd\x71\xc6\xe5\x37\x8e\x94\x9a\xde\x9a\xff\x71\x5b\x4b\ \x77\xdb\xe1\xb6\xec\xf1\x97\xdf\x77\xd7\x57\x67\x8d\x48\x8e\x5a\ \x22\x29\x39\x59\xc5\xc7\x7a\xa6\xe2\x48\xed\x1e\x96\x98\x91\x93\ \x22\x33\xdb\x6a\xdd\x57\x9d\x34\xe2\x9c\x07\x1e\xf8\xd6\x19\x29\ \xfe\xa5\x9b\xeb\x07\x9a\xb6\xce\x7d\x6d\xf5\xb0\x2b\xee\xbd\xff\ \xfa\x33\x0f\xac\x5e\xd7\x1a\xe4\x92\x2c\x2b\x2c\x30\xff\xc5\x27\ \xf7\xf1\xe2\x3b\xbf\xf9\xad\x7b\x6e\xbc\x24\xa1\xbf\xa6\x99\x64\ \xcd\xf9\xfe\x03\xb7\x9f\x57\xbe\x65\xe9\x86\xfe\x81\xde\x0f\x5f\ \x7a\x62\x4b\x30\xf3\xd6\xdb\xbe\x52\xe9\xc3\xb2\xea\xe9\x6f\xd8\ \xbd\xab\xd5\x7d\xeb\x37\x7f\x78\xf7\xe5\xc3\xd6\xbe\xf4\xb7\x55\ \xed\xde\x1b\xef\xbe\x63\x78\x9a\xca\xe4\xf8\xce\x2d\xf3\x9e\x5b\ \xbc\x7f\xf2\x55\x77\x7c\xef\xdb\xf7\x4c\xcb\x16\xb5\x8d\x47\xce\ \xfa\xca\x7d\x0f\x3e\xf0\xf5\x4a\xdc\xfc\xe4\xd3\x0b\x32\x67\xdc\ \xf2\xc0\xbd\x17\x34\xef\x58\x73\xa0\xcb\xbf\x6d\xdd\xbe\xc2\x99\ \xb7\x3e\x78\xff\x2d\x23\x72\xdc\x94\x72\x30\x02\xbb\x77\x35\x96\ \x8d\x19\x19\x27\x73\x2e\x62\x7d\x90\xa6\x17\x9f\x7a\xcd\xc8\x9b\ \xf1\x8d\xef\x7e\x77\xce\x15\x93\xfd\xd5\x9b\xf7\xfb\x33\xee\xf9\ \xee\x83\xb7\x9e\x9d\xf5\xe1\xd3\x4f\xf7\xa5\x4d\xfd\xe1\x03\xf7\ \xba\xdb\xf7\x6c\x3f\xd0\xbe\xe6\xad\xe7\x3e\x6a\x54\xae\xbf\x7d\ \xce\xd8\x1c\x8d\x7b\xb4\xce\x7d\x07\x5d\x45\x67\xfd\xe8\xc7\x3f\ \xb8\xf9\xa2\xb2\x35\xaf\x3d\xbd\x31\x98\xf7\xad\x07\xbe\x3d\xda\ \xd5\xbc\x61\xfb\xce\x95\x0b\x17\xd2\x92\xd9\x3f\xf9\xc9\x0f\x2e\ \x9b\x54\x04\x9c\x62\x49\xb5\x8f\xec\x79\xee\xa9\x57\x68\xf1\xac\ \xdb\x6e\x38\xdf\xcd\x85\x24\xb9\x90\x10\x92\x82\x5b\x77\x6d\xad\ \x8f\xe4\x7f\xe3\x07\x3f\x3c\xb7\x20\xbc\x72\xc3\xae\x40\xd7\xc1\ \xe7\x9f\x5f\x9c\x33\xf3\xd6\xef\xdf\x73\x5e\xd3\x8e\x55\x07\x03\ \x34\x1a\x0c\x50\xc4\x0f\xee\x5c\xb3\x71\x6f\x07\x97\x95\xce\xbd\ \x6b\xf6\x47\x7d\x15\xc5\xa9\x82\xa1\x68\xe7\xbe\xb7\x97\x1d\x98\ \x3e\xe7\xbb\x3f\xfa\xce\x6d\x55\x71\xf4\xc0\xbe\x86\x94\xd4\x54\ \x15\x47\x6b\xf7\xb5\x69\x49\x39\x66\x77\x5d\xab\x5c\x7a\xed\x1d\ \xdf\xbc\xef\xaa\x11\x7b\x56\x2f\x6c\x08\x46\x5a\x0e\xf4\x9e\x79\ \xcd\xd7\x7f\xf4\x9d\xdb\xb2\x02\xeb\x9e\x7d\x6b\xd7\x99\x37\x7f\ \xf3\x5b\xd7\x9f\x79\x60\xf9\xe2\xe6\x40\xb0\xbe\xb1\x2f\xa1\x70\ \x98\x37\x74\xe0\x99\x27\x5e\xea\x4b\x3b\xf3\xde\xdb\x2f\x2f\xcc\ \x4c\xaf\x28\x22\x1f\xce\x7d\x61\xbf\x34\xfa\x7b\x0f\x7c\xad\xc0\ \xd8\xbb\xed\x50\xf3\x81\x3d\x5b\xdb\x7d\x63\xbe\xf5\xfd\xef\x5f\ \x7e\x46\x21\xa7\x4c\x22\x76\x43\x7d\xbb\x94\x55\x95\xc6\x5b\x5f\ \x79\xe9\xb5\x70\xc1\xec\x07\xbf\x7b\x8b\xd4\xfc\xf1\xee\xf6\x80\ \x19\xe9\x0b\x33\x1c\x69\xdb\xb1\xb5\x8d\xe4\xb9\xda\x9e\x7f\x6d\ \x79\xc5\x15\x5f\xff\xee\x75\x93\x1a\xd6\x7f\xdc\xd4\xdc\xd0\x13\ \x41\x15\x45\x49\xcc\xb1\x16\x4e\x07\x5d\x20\x92\x68\xaf\x6b\xed\ \x1b\x60\xde\x38\x77\xa0\xab\xb5\xa6\xba\xce\x2f\xb4\x82\xd2\x8a\ \x48\xdd\x36\x7f\x5c\xf9\xe8\x54\x52\xd3\xd4\xa8\xa4\x8c\xba\xf6\ \xfa\x4b\x8b\xe2\x3d\x9e\x38\xc5\xdf\xd3\xd6\xd2\xce\x26\x5c\x7c\ \xd1\x79\xb3\xa6\x15\xe5\x96\xde\xf2\x9d\xdf\x3e\x30\xe7\xfc\x38\ \x61\x31\x01\x00\x88\x20\xf3\x40\x4d\x67\x72\x56\x55\xb2\xcc\x38\ \x0f\x1d\xa8\x0b\xe6\x54\x8e\x4f\x4f\x8a\xf7\xc5\xc7\x25\xfb\x60\ \xe7\xc6\xf5\xed\x24\xcb\x37\x70\x70\xc1\x8a\x1d\xb9\x13\xc6\x65\ \xc7\x13\x40\x38\xd0\xbc\x77\xfb\x91\xa4\xeb\x6f\xbc\xb2\x34\x2b\ \x25\x39\x2d\xa9\xe7\xe0\x21\x29\xa9\x7c\x54\x5e\xb2\x2f\x2e\x3e\ \x21\xc5\xdb\x7b\x70\xcb\xb6\xce\xf4\x3b\x6e\xbf\x21\xcf\x13\x6d\ \xe3\xc9\x95\x45\xa9\xcd\x8d\xf5\xee\xf2\x91\xc5\xb9\x69\xac\x6f\ \xdf\xba\xc3\xae\x1b\xef\xbc\xad\x32\x31\xd2\x69\x2b\x55\xc3\xe2\ \xd7\x2f\xdf\x53\x7e\xfe\x57\xce\x1f\x57\x90\x92\x96\x02\xc1\xee\ \x8e\x60\x5c\x55\x51\xae\xcf\x23\x37\xec\x5a\x51\x2f\x12\x92\xa1\ \x63\xc1\xfc\xf5\xe9\xe5\x93\xf3\x50\x4b\x03\x8d\x1f\x31\xba\x2c\ \xd1\xe7\x51\x65\x24\x90\x34\x70\xa4\xa6\x26\x18\x3f\x76\x58\x11\ \xa2\x36\x00\x10\x42\x5a\xf7\xac\x6e\xf3\x54\xdd\x72\xed\xac\x9c\ \xe4\xa4\x8c\x04\xa8\x6f\x6e\x4d\x1c\x3e\xba\x28\x33\xd9\xec\xde\ \xf7\x71\x03\xcb\x49\x41\x6b\x17\x2e\x08\xa5\x56\x96\xbb\xea\x56\ \x1d\xa4\x37\x7d\xed\xf6\xca\x04\xda\x13\x44\x63\xca\xe3\x6a\xeb\ \xbb\x52\x2a\x46\xa4\x27\xc4\x89\xde\xba\x0d\xdb\x9b\x72\x72\x13\ \x77\xaf\x5c\xb4\x6f\x20\x7d\xfc\xc8\xe1\xa3\xc6\x8d\xec\xdd\xb5\ \x6c\xe1\xb6\x16\xb7\xd7\x4b\x00\x14\xc9\xde\xb9\x76\x45\xb0\xe0\ \xfc\x3b\xae\x98\x4a\xc2\xad\x3c\x33\x2f\x37\xc3\xc3\x19\x48\x22\ \x7c\xf0\x70\x47\xda\xa8\x31\x39\xc9\x49\x09\xf1\xde\x78\x8f\xda\ \xb8\x6b\x79\x23\x4a\x4e\x12\xed\x0b\xe6\x6f\x4c\x2f\x9d\x50\x99\ \x19\x8f\xb0\x34\xd0\x71\x60\x5b\xad\x3f\x6f\x44\x29\xed\x6b\x5c\ \xb2\xbc\x7a\xc4\xd9\x17\x16\xb8\x99\x45\x99\x9a\x54\x30\xa9\xdc\ \xbb\x7a\xde\xbc\xfa\x7e\x84\x8c\xde\xc3\xc1\x84\xb2\x82\x5c\x08\ \x35\x37\x0c\x40\xd9\xb0\x9c\x23\xfb\xf7\x7a\x4b\x46\x8f\x29\x4b\ \xcf\x48\x4b\x76\xab\x0a\x0b\xb7\xd5\x05\x48\xf9\x88\x62\xb7\x6a\ \x6e\x5e\xbf\x2d\x65\xda\xd5\xe7\x0d\xcf\x4d\x4a\x4a\xf6\xb9\x54\ \x08\x77\x34\xf6\x45\xcb\x46\xe6\xd5\xad\x59\xd2\xe5\x9b\x70\xef\ \xcd\x67\x79\x42\x7d\xa6\x9c\x9f\x1d\x39\xb4\x61\x6f\x67\x41\xb6\ \x6b\xe3\xd2\x25\xcd\xb8\x74\x62\xbe\xa7\xa9\xb9\xbd\x7c\xf4\xf0\ \x8c\xe4\x44\x9f\x26\x03\x20\x6c\xf8\xeb\xda\xbb\x0b\x47\x96\xf4\ \xef\x5d\x5f\xdd\x66\xe7\x27\x99\x1f\x2d\xf8\x28\x9a\x32\x66\x5c\ \x79\xb6\xcb\x85\x2d\x33\xb8\x6e\xe9\x86\x8c\xc9\xe7\x88\xda\xcd\ \x47\x58\x7a\x5c\x68\xff\xfc\x15\xbb\x72\xce\x98\x2c\xf5\xb4\x87\ \x48\x41\x51\xa2\xc6\x9c\xb9\xb7\xff\xf7\xba\x80\xb0\xcc\xa3\xf5\ \x87\x0f\xf8\x49\xde\x1d\x3f\xfb\xe3\x9f\xff\xfc\xc7\x1b\xce\xa9\ \xf0\x6a\x09\xc5\xa5\xda\x81\x6d\xcd\xf1\x65\x45\x49\xc8\x6a\x69\ \x6c\xf4\x15\x8d\x4f\x8a\xec\xdf\xdc\x62\x56\x96\x64\xdb\xd1\xe6\ \x4e\x23\xbe\x20\x91\x98\x7a\xb8\xab\x71\xd7\x47\x2b\xb7\x06\x6d\ \x01\x80\x62\xb6\x07\xd2\x3b\x0e\xf4\x86\x73\x87\x15\x12\x8e\x78\ \xb8\xad\x71\xc0\x2e\x2c\xcf\x14\x03\x9d\x4d\xcd\xc1\xb2\x9c\x84\ \x40\x7f\x9f\xdb\x8b\x7a\xfb\x22\x25\x53\xae\xbc\xf7\xfa\x73\xe3\ \x90\xcd\x41\x84\x43\xfd\xba\x1c\x17\xef\x92\x85\x10\x98\x87\x0e\ \x34\x76\xfb\x0a\x4a\x3d\xc2\x68\x6c\x3c\xe4\x2b\xc8\xb6\xc3\xbd\ \x76\x42\x76\x5a\x1c\x74\xd5\xef\xd1\xbd\x29\x79\x49\xb4\xb1\xbe\ \xb3\xa0\x30\x47\x01\xd1\xdf\xd9\x64\xc7\xa5\x66\xa5\x80\xff\xc0\ \xfe\x01\x9e\x5a\x9e\xca\xdb\x07\x78\x42\x72\x22\x70\x0e\x9c\x75\ \x1f\x69\xf6\x7b\x33\xb3\x52\xe3\x80\x9a\xfe\xae\x80\x5b\x53\x42\ \x81\x60\xd6\xd8\x8b\xee\xb9\xe3\x0a\xd4\x5c\x63\x69\xe9\xf9\xc9\ \xd8\xb4\x98\x10\x48\x92\x71\xc3\xf6\xed\x38\x63\x78\x79\xba\x6c\ \xd1\x58\x17\x1d\x42\xbd\x7e\xd5\x93\xe0\x55\x10\x03\xb0\x43\x7d\ \x87\x5b\xfb\x4b\x8b\x32\x30\xb0\x40\x6f\x07\xb8\x35\x33\x14\x90\ \x32\x46\xdf\x79\xef\xed\x79\xd6\x11\x1d\x27\xe7\xa7\xe0\xde\xc6\ \xfa\x6e\x9a\x53\xec\x35\x9b\xba\xfb\x0b\x4a\x33\x31\x88\x70\x6f\ \x5f\x84\xba\xb0\xde\xaf\x6b\xb9\x37\xde\x75\xe7\x19\x25\x69\x23\ \xcf\xbb\xed\x81\x5b\x27\xaf\x7f\xe5\xf9\x4d\x8d\x51\x45\x91\x30\ \xd7\x3b\x7b\xba\x93\xf3\x73\x14\x10\x0d\xd5\x8d\x49\x19\xc5\x29\ \x2e\xce\x10\xe1\xa1\xde\xc3\xed\xe1\xb2\xa2\x0c\xb0\x03\x07\xea\ \xc2\x39\xb9\x05\x7a\x57\xb7\xa6\xca\x03\x81\x60\xf6\xf8\x8b\xee\ \xbe\xf5\xe2\x34\xb7\xc7\x87\xf5\x95\xef\xce\x87\xaa\xf3\x67\x95\ \xca\x2b\xde\x7f\xb3\x4e\xae\xba\xe8\xcc\x62\xdb\xa2\x42\x30\xe4\ \xc9\xbe\xf5\x7b\x3f\x39\x3f\xbb\xf3\xf9\xb9\xef\x37\xfb\x7b\x06\ \x5c\x09\x59\x39\xde\x81\xa6\x83\x03\x22\xa1\x2c\x5d\xec\xaf\xed\ \xcf\x2f\x1d\xe1\xe3\x81\xa5\x0b\xd7\x91\xfc\x49\xc9\x81\x43\x01\ \x92\x52\x9c\xa6\x8a\x48\xa0\xa3\x3f\x9c\x9e\x9b\x0e\x60\xed\xde\ \xb2\x5e\xcf\xae\x4a\xb1\xfd\xbd\x21\x57\x79\xb6\xb7\xad\xb9\xcf\ \x9b\x56\xe8\x03\x38\x78\xa8\x8e\x65\x17\xab\x91\x01\x5d\x78\xf9\ \x80\x9f\xc5\x97\xdd\x76\xdf\x5d\x55\x71\x7a\x43\x1b\x29\xcd\x4e\ \xe7\xd4\xe2\x42\x60\x42\xec\x60\x4f\x67\x37\x94\xe5\xa7\x06\x8e\ \xf4\x08\x39\xce\xe8\xeb\x71\xe5\x4d\xbc\xe7\x9e\x1b\x8b\x33\x52\ \xe2\x7c\xea\xae\x55\x1f\x6c\xe8\x4e\xba\xfc\xbc\x8a\x8e\xce\xa0\ \xe4\x95\x7b\x7b\x42\xc5\xd3\xae\xfe\xc6\x8d\x53\xfb\xda\x1b\x79\ \x56\x5e\xa2\x4b\x62\x94\x32\x67\xa2\xdd\xff\xad\x7f\x01\x61\x62\ \x87\x3a\xf7\x6f\xdf\x8e\xd2\x2e\x2d\x4f\x40\x56\x4f\xc3\xd6\x0d\ \x1b\x44\xfa\x8d\x25\xa8\xe9\xe5\x9a\x9e\xa2\x73\xf3\x78\xb8\x65\ \x57\xb5\x7f\xd8\xa5\x65\xe1\xfd\x6b\x6b\xfb\xd9\x75\x39\xa5\x99\ \xc9\xe1\x24\xa5\xf7\xb1\x1f\xdc\xbb\x62\xc6\xb5\x13\xf8\xc7\x4f\ \xaf\x63\xbf\x19\x3e\xea\x8c\x74\xd5\xa2\x82\x48\xf2\x40\xc3\x81\ \xb6\x3e\x69\x66\x61\x22\x60\xec\xaf\xdb\xdf\x1d\x8d\xaf\xcc\xf6\ \x05\x3b\x76\x1e\xec\xd5\x26\xe5\x16\x29\xfe\xd2\xf5\xad\x5d\x51\ \xc3\x60\x3d\x5d\x03\xac\x32\x4e\x12\x8c\x41\x4a\x6e\x65\x31\x5a\ \xf7\xdc\x13\x4f\xe4\x26\xc7\x8f\x3f\xb3\xac\xae\x3d\x50\x34\x25\ \x1b\x8c\xc0\xfe\xbd\x1d\x59\xe7\x15\x15\xe5\x49\xea\xbc\x77\x9f\ \x7b\xc6\x36\xeb\xb6\x11\xdf\x64\x14\x3a\xbc\xef\x30\x4c\xbb\x2c\ \x07\x33\x2b\x31\xa7\xd2\xdd\xf3\xce\x4b\x4f\xbd\x20\xb7\xef\x08\ \xa2\xd1\x2e\x2d\x65\x42\x55\xca\x3b\xef\x3c\x19\xad\xce\x4e\x2f\ \x1f\x3f\x2a\x31\x09\x8e\xac\x7f\xe5\x99\x67\xce\x98\x3a\x2d\x77\ \xc4\x58\x5f\x7d\x4d\x48\xd7\x6d\xa3\xdb\x66\xe1\x9a\x3d\x0d\x4a\ \xc6\xac\x14\x49\x50\x0a\x80\x25\x62\x75\x6c\xae\xe9\x2c\x3b\xfb\ \x1a\xaf\xb0\xf5\x58\x5f\x88\x8b\xdc\x91\xe3\xc4\x86\x45\x8f\x3e\ \x1a\x4c\x8c\xcf\x9d\x52\xe1\x6a\xf0\xbb\x2e\xcf\xca\x10\x94\x26\ \xe7\x56\xe5\x7a\x1b\x82\x61\x5d\xb5\x8c\xde\x50\x24\x33\xb7\xd4\ \x65\xbc\xf6\xcc\x63\x2f\x78\x7b\x76\xf6\x69\x23\x34\x55\xf3\xba\ \xac\xf5\xef\xbd\x12\x39\x38\xfe\xfc\x49\xf9\xa5\xb9\xbe\x81\x60\ \x38\x49\x66\xbd\xfd\xa6\xa7\x6b\xc9\xf2\x7d\x3d\x6e\x08\xba\x33\ \x0b\xd3\xe2\x65\xc1\x39\xc3\xae\xa2\xe2\xe2\xd5\x2b\xe6\x3d\xdf\ \xbf\xbd\x7a\x7b\x67\xe6\xac\x04\x22\x38\x27\xa8\xff\x48\x63\x43\ \xbf\x6f\x5a\x76\xa6\xd5\xb3\xad\xc6\x6f\x5f\x5a\x9a\x97\x27\x55\ \x78\x6a\xea\xc3\xba\x6e\x19\x5d\x51\xcb\x4c\xf5\xa6\x24\x05\x6a\ \x16\xf7\xcd\x78\xec\xdb\xd3\x0f\x3e\xb5\x68\xcb\x0e\xe3\x07\x0f\ \x7d\x33\x43\x65\x86\x25\x49\xbc\x77\xf9\x7b\x1f\x75\x9a\x72\xb4\ \xc3\xcc\x2d\xc8\x4d\x49\x4e\x8d\x0b\x2d\x78\xfb\xb9\x67\xd5\xae\ \xdd\xfd\xb4\xd2\xc3\x7a\x0e\x1d\xe9\xf6\xc3\x8a\xbf\x57\x77\xb4\ \x98\x05\x77\x7d\x73\x5a\xc7\xb2\xc7\x48\xda\xb0\x54\x89\xdb\x22\ \xa1\xa2\x20\x6b\xc1\x87\xaf\x3e\xbb\x47\xde\xdf\xc4\xae\xb8\xfb\ \xec\x24\x5f\x93\x42\xbb\x36\x6e\x69\x9a\x35\xa2\xf8\xfd\xb7\xdf\ \x7b\xea\xa5\x86\x8e\xed\x7b\xa4\x89\xe3\x52\x0a\xb2\xf3\xd2\xd6\ \x07\x07\x22\x6e\xa0\xfe\x80\x15\x47\xf7\x1d\x26\x89\x57\x67\xc6\ \x0b\x66\x02\x80\x10\x1c\xa9\xde\x78\x35\xbc\x69\xfd\xbe\xdb\xc6\ \x0c\x4b\x5f\xd7\x36\x10\x31\x80\xf6\x05\xfa\x75\x91\x19\x9f\xed\ \xa2\xaf\x2f\xde\x7a\xcf\xcf\x1e\x2a\xf6\x79\xfa\x2b\x0a\xb7\x6c\ \xec\xd5\x0d\xc3\xea\xeb\xe9\x37\x50\x42\x52\xd2\xc0\xc6\xbd\x07\ \x1b\x32\x3e\x7a\xe1\xe5\xbc\xab\x7e\x70\xdd\xe8\x44\xc3\x76\x3a\ \x14\x5f\x04\xe4\xc1\x07\x7f\xf8\x49\x5d\x00\x60\x9c\xbb\xe3\xf3\ \x26\x4e\x9f\x52\x9c\xea\xb1\x29\xf3\x26\xe6\x4d\x98\x36\x25\x3f\ \x5e\xf1\xe5\x94\x4e\x1a\x37\x3a\x25\x4e\x4d\x2d\x18\x35\x75\x7c\ \x99\x86\x5d\x05\x55\xa3\x47\x8f\x28\xcb\xce\xcc\xab\xa8\x28\x29\ \xad\x18\x3e\x76\xf4\x88\x8a\x8a\xf2\x51\xe3\x27\x8f\x2c\x4c\xc3\ \x20\x00\x00\x01\xb7\x29\x49\x2f\xa8\x2a\xcf\x4b\xc1\xc0\x6c\x26\ \x65\x16\x55\x15\x65\xc6\x33\xce\x53\x0a\x4b\x4b\x72\xd3\xb3\xf3\ \x8b\x73\x12\xc8\x40\xc4\x4e\x4c\xcf\xc9\xcb\x4a\x55\xb0\xe0\x9c\ \x49\xde\x94\x8a\xca\x42\x6c\x99\x5a\x52\x66\x41\x76\x56\x46\x56\ \x61\x55\x49\xae\x0c\x5c\x89\xcf\x29\x2f\x2b\x48\xcf\xcc\x2e\xce\ \x4b\x34\x2d\x3c\x7c\xca\x59\x13\x46\x96\xc6\x7b\x5c\x89\x39\x45\ \xe5\x45\x99\x32\xa7\x72\x5c\x66\x65\x61\x8a\x69\x42\xd9\x84\xa9\ \x53\xc6\x16\x27\xf8\xe2\x0b\x2a\xab\xd2\x3d\xc8\x46\xae\xec\x82\ \xc2\xc2\x82\xe2\x92\x4c\x9f\x20\x5a\x66\x5e\x41\x59\xc5\x88\xa2\ \x64\x25\x14\xb6\xbc\x29\x59\xf9\x59\x49\x8a\x27\xa9\x7c\x78\x79\ \xb2\x5b\xe2\x02\x88\xa2\x84\xeb\x37\x2f\xdc\x12\xb8\xe8\xca\x73\ \x13\x24\x11\xf3\xe8\x0b\xce\xdc\x49\x05\xc3\x0a\x53\x2d\x93\x26\ \x66\xe4\xe5\x65\xa7\x66\x16\x95\x96\xe6\xa7\x61\x46\xb5\x84\xac\ \xca\xa2\x34\x3d\x14\x91\xbc\xc9\x79\x79\x99\x49\x69\x79\xe5\xb9\ \xe9\xd4\x64\xc5\x63\xa6\xcf\x18\x5d\x9c\x98\x92\x51\x5c\x50\xe8\ \x42\xdc\x97\x9a\x55\x50\x56\x3e\xbc\xa2\x40\xe8\x21\x26\xc7\xe5\ \x17\xe6\xc5\xbb\x88\x1e\x89\x22\x5f\xf6\x39\x17\x9d\x5f\x96\xae\ \xd9\x94\x33\x8e\xd3\xf3\x4a\x72\xe2\xb1\x2d\xa7\x4e\x3b\x67\x6a\ \x55\x61\xa6\xcf\xad\x02\xe7\x54\xa0\xb4\xa2\xf2\xd2\xbc\x14\x44\ \xed\xa4\x9c\xd2\xf2\xfc\xb4\xd4\xac\x92\xc2\x54\x25\x14\xb6\x7d\ \x29\xd9\xf9\x39\x69\x0a\x91\x12\x32\xf2\x27\xcd\x9c\x5a\x98\xec\ \xd5\x7c\x29\x63\xce\x9c\x3e\xbe\x3c\x9d\x59\x14\x10\x00\x70\x66\ \x19\x51\x83\xa6\x95\x4e\xbc\x70\xd6\xc4\x24\x6f\x62\x49\x41\xaa\ \x6d\xa3\xf2\x89\xd3\xce\x1c\x5f\x9e\x14\x9f\x90\x91\x99\x11\xa7\ \xe0\xf4\xd2\x89\x57\x5d\x79\x51\x81\xab\x77\xfe\x07\xcb\xe2\xc7\ \x9d\x3d\x2e\x2f\xce\xb4\x71\x7e\x69\x59\x8a\x66\xdb\x5a\xe6\xf9\ \x97\x5e\x36\x2a\xdb\xcd\xa4\xb8\x82\xa2\x1c\x97\xe2\x2d\x1f\x37\ \x36\x2f\x59\x35\xc1\x3b\x7e\xda\xb9\x63\x0b\x33\x92\xb2\x0a\x2a\ \x4b\xb2\xed\x48\x08\xbb\x12\xf3\x0a\x72\xe2\x34\x25\xa7\xa4\xa2\ \x28\x23\x01\x38\x07\x00\x10\x02\x14\x6f\x41\x49\x81\x5b\x76\x17\ \x0c\x1f\x55\x91\x9b\x18\x09\x85\x95\xf8\xb4\x82\xfc\x2c\x97\x2c\ \xc5\x25\xa6\x0e\x9f\x30\x65\xf2\xe8\x02\x6e\xda\x69\xc5\xe5\x39\ \xf1\x24\x14\xa5\x09\xe9\xd9\xd9\x69\x29\x19\x59\x79\xb9\xa9\x1e\ \x77\x62\x46\x76\x66\x56\x61\x7e\xae\x6f\x88\xcb\xca\xe1\x3f\x3b\ \xa5\xe5\xd3\xeb\x29\x63\x36\x83\xe6\x72\x61\x66\x46\x0d\x1b\x30\ \xd1\x5c\x6e\xcc\x8c\xa8\x25\xdc\x2e\x8d\xd9\x86\xc5\xb0\xdb\xad\ \x58\xd1\x28\xc3\xb2\x4b\x95\x2c\x23\x6a\x31\xac\xb9\x34\x99\x20\ \x66\x5b\xb6\x20\x0a\x11\x86\x6e\x0e\x0a\xbb\x10\x48\x52\x34\x05\ \x9b\xba\xc9\x85\xc0\xb2\xaa\x48\x60\x1a\x26\x60\x59\x53\x88\x69\ \x18\x1c\x11\x55\xd5\x64\x09\x31\x6a\x9b\x86\x75\xac\x39\x20\xb2\ \xaa\x2a\x12\x12\xcc\x34\x6d\x22\xcb\xcc\x32\x6c\x8e\x34\x4d\xe5\ \xb6\x69\x31\x50\x54\x4d\x91\x10\xa3\x4c\x08\x66\xd9\x42\x55\x65\ \xdb\x34\xa8\x00\x04\x48\x3e\xfe\x15\xb7\x2c\x4b\x20\x49\x73\xa9\ \x12\x42\xb6\x65\x98\x36\x57\x5d\x2e\x19\x83\x65\x1a\x16\x15\x8a\ \xa6\xc9\x04\x0b\x4e\x0d\xdd\x22\xaa\x8a\xb9\x65\xda\x1c\x00\xb9\ \x54\xb1\xf2\xa5\xdf\x2f\xd3\x27\xfd\xfc\xde\xd9\x92\xa5\x73\x31\ \x64\x9c\x46\x51\x55\x59\x12\xcc\x32\x6d\x2e\xcb\xc4\x32\x4d\x2e\ \x8e\x7d\x4e\x40\x70\xd3\x30\x6c\x26\x14\x4d\x53\x24\xc2\x18\x15\ \x82\x5b\xa6\x8d\x65\x55\x53\x64\xc1\x2c\xdd\xb0\x90\xa4\x68\xaa\ \x8c\x40\xd8\xa6\x41\x41\x1a\x7c\x6d\x99\x96\xcd\x8e\xcd\xa6\xd2\ \x5c\x1a\x01\x4e\x19\x17\x8c\x5a\x94\x01\x00\x22\xb2\x26\x63\xd3\ \x30\x38\x96\x35\x45\xb2\x0c\x9d\x23\xa2\xa8\x9a\x4c\x90\xe0\xd4\ \x30\x4c\x26\x40\xd1\x5c\x84\xdb\x86\x69\x13\xd5\xa5\x60\x6e\x18\ \xd6\xd1\x84\x23\x45\xd5\x64\x19\x0b\xc6\x4c\xd3\xa0\x1c\x29\xaa\ \xa6\x48\x98\x51\x2a\x04\xb7\x6c\x16\xcb\x31\xce\x28\xe3\xa2\xbb\ \x66\xc5\x0b\x8b\x5a\xae\xbd\xfb\xd6\x7c\xb7\xa0\x5c\x20\x2c\x69\ \x9a\x4a\x90\xb0\x4c\xc3\xa2\x0c\x00\xcb\xaa\x4a\x80\x1a\x26\x57\ \x5d\x9a\x84\x04\x63\x9c\x73\x6a\x59\x8c\x28\xaa\xa6\x48\x20\xb8\ \x65\x1a\x14\x64\x4d\x02\xc3\x34\x05\xa0\x21\x83\xaf\xaa\x4c\xb8\ \x6e\xd8\x92\xa2\xa9\xb2\x04\x82\x9a\x86\x69\x33\x2e\xa9\x9a\x42\ \xc0\x8c\x15\x18\x84\x55\x55\x93\x24\x24\xa8\x6d\x18\x26\x47\x92\ \xa6\x29\xcc\xb2\xb1\x2c\x73\xdb\xb0\x98\x70\xbc\x0c\xff\xa7\xba\ \xf0\x3f\x6e\x44\x21\x76\xf8\xc0\x3e\x3b\xa9\xb8\x28\x33\xee\x7f\ \x6a\xdc\x1c\x23\x08\xf7\xf7\xea\xc8\x97\x9a\xe8\xe2\xcc\xb1\xd8\ \x1d\x5d\x70\x18\x82\x00\x50\x54\x0d\x31\xdb\xb2\x19\xfc\x8f\xb5\ \x50\x98\x48\x18\x38\x75\x44\xc1\xf1\x3b\x3a\x7c\xda\xc3\x62\x9b\ \xc6\xe0\xab\xff\x31\xb8\x33\x55\xc0\xc1\x59\x67\xed\xe0\xe0\xe0\ \xe8\x82\x83\x83\x83\xa3\x0b\x0e\x0e\x0e\x8e\x2e\x38\x38\x38\x38\ \xba\xe0\xe0\xe0\xe0\xe8\x82\x83\x83\x83\xa3\x0b\x0e\x0e\x0e\x8e\ \x2e\x38\x38\x38\x38\xba\xe0\xe0\xe0\xe0\xe8\x82\x83\x83\x83\xa3\ \x0b\x0e\x0e\x0e\x8e\x2e\x38\x38\x38\x38\xba\xe0\xe0\xe0\xe0\xe8\ \x82\x83\x83\x83\xa3\x0b\xff\x0c\x74\x2a\xbb\x1d\x0d\x39\x88\x48\ \xb2\x2c\x11\x27\xdf\x1d\x1c\x4e\x67\x3e\x6b\x5f\x19\xac\xb9\x5c\ \xb1\x3d\x8c\x04\x67\x96\x69\xda\x9f\x0e\xd4\x21\x80\x28\xaa\x84\ \xb8\x65\xd9\xff\x50\x13\x88\xaa\x49\xb6\x61\x31\x10\x08\x41\xa8\ \xaf\x23\xc4\x5c\x69\xc9\x3e\xe4\x44\xea\x73\x70\xf8\x12\xe9\x02\ \x42\x58\x58\xc1\x0d\xcb\xe7\x37\xf8\xa3\x94\x71\x4f\x62\xd6\xe8\ \x09\x13\x4b\x32\x7d\xd4\xb2\x11\x91\x24\x89\x20\x10\x8c\x32\x81\ \xa0\x7b\xdf\xda\xa5\x3b\xdb\xcf\xb8\xf0\xda\xd1\x19\x38\xa2\xdb\ \x80\x89\x24\x11\x0c\xc0\xa8\x4d\x63\x61\x0f\x11\xe6\x7a\xe7\x7b\ \xaf\x2c\x56\xc6\x9e\x7b\xf1\xc4\x0a\x14\xee\x78\xeb\xd1\x1f\x2d\ \x0a\x8c\x7d\xe4\x8f\xdf\xc8\x52\x00\x61\x8c\x10\x70\xc6\x05\x42\ \x04\x63\xce\x28\xa5\x4c\xc4\xb6\x96\x95\x24\x04\x82\x52\x9b\x71\ \x47\x3e\x1c\x1c\x4e\x07\x5d\xc0\x84\xe9\xbd\x1f\xbd\xf6\xdc\x86\ \x68\x52\x41\xba\xd7\x8c\x84\xe6\xbd\xbb\xf8\xba\xaf\x7d\xf3\xca\ \x49\xf9\x03\x3d\x9d\x3d\xfd\x21\x0e\x52\x7c\x4a\x66\x46\x9a\xb7\ \xab\x7a\xe3\x7b\xef\x57\x93\xbc\xd1\xf1\x76\x7c\x42\x6a\xa6\x8b\ \x47\xda\x9b\x3a\x75\x26\xa5\x64\x65\xc5\xab\x98\x32\x8e\x30\x61\ \xd1\x8e\x45\x6f\xbf\x9b\xc0\x52\x4b\x13\xd5\xf4\x44\xad\x60\xe4\ \xf8\xb1\x81\x12\x0f\x11\x91\xfe\xde\x9e\xfe\x10\xe5\xc8\x13\x97\ \x20\x73\xbd\x7f\xc0\xf0\x24\xa6\xa6\x25\x79\x10\x20\x61\x47\x0e\ \x1f\xee\x32\x41\x4d\xcb\xcc\xf2\xc9\x40\x1d\x69\x70\x70\x38\x2d\ \xfa\x11\x80\x10\x46\xc5\xb3\xee\x78\xfa\xfb\xb3\x03\xfb\x57\xff\ \xf1\xa1\xdf\xbf\xf1\xf2\xbb\x93\xc6\x7d\xaf\x63\xc9\xb3\xbf\x7b\ \x7f\x37\x08\x94\x54\x3a\xf3\x81\x9f\xde\xa3\x79\xe3\x7d\xbc\xff\ \xad\x3f\xfe\x60\xd5\xb0\x59\xbf\xfc\xc5\xed\x35\xaf\xfe\xed\xb5\ \x95\x7b\x75\x8e\x0b\xc7\x5d\xfc\xad\xaf\x5f\x97\xad\x21\x0e\x00\ \x48\x8a\x4b\x8a\x3f\xb0\xe8\xc5\xfb\x17\x2f\xfd\xf6\x4f\xee\x0f\ \x77\xec\xdb\x56\xef\xbe\x9b\x58\xcb\xe7\xfe\x7d\xee\xf2\x5d\xa6\ \x20\x69\x85\xa5\x3e\xda\x7d\xa8\xb9\x37\xa5\x62\xda\xb7\xbe\xf7\ \xdd\x89\x29\xfe\xb7\x9e\x7e\xf4\xc3\x0d\x75\x3a\x92\x87\xcf\xb8\ \xfa\x6b\xb7\x5d\x99\x2e\xdb\xd4\x51\x06\x07\x87\x2f\x90\xcf\xde\ \xe7\x1e\x21\xc1\xec\xa8\x6e\xa7\x95\x8d\x9d\x36\x79\xb8\xde\x77\ \xe8\x50\x2f\xab\x9c\x79\xe5\xd7\xee\xb9\xf3\xca\x0b\xce\xe8\xdf\ \xb7\x62\x6d\x5d\x17\x16\x9c\x7a\xb3\xbe\xfa\xb3\xc7\xfe\xf6\x8b\ \xbb\xc5\xb6\x79\x73\x97\x54\x8f\xbc\x68\xce\xdd\x57\x4f\x6b\xfd\ \xf8\x8d\xf7\xb7\x76\x48\x72\xcc\xbf\x28\x6c\x83\x8e\xbe\xea\x6b\ \xcf\x3e\xfb\x87\x19\x15\xa9\x96\x41\x01\x00\x80\xf6\x75\x76\x7b\ \x47\x9f\xf7\xeb\x87\x7e\x94\xe9\xaf\xb5\x4a\xaf\x7f\xec\x57\xb7\ \xe3\xb6\x1d\x9b\xb6\x1f\x3c\xb4\x63\xfe\x6b\x2b\x9a\xa7\x5c\x77\ \xd7\x9d\x17\x56\x6d\xff\xe8\xbd\x55\x3b\x8f\xc8\x9a\x13\x84\xd2\ \xc1\xe1\xb4\xb0\x17\x00\x62\x7b\x16\xb8\x64\x30\xcd\x60\x7f\x00\ \x24\x9f\xc7\x6a\x7a\xfd\xc5\x67\x36\x75\xba\xca\xf3\xdc\xb2\x8a\ \x74\xca\x04\x67\x02\xcb\xa9\xb9\x45\x69\xc9\x4a\xfd\xe1\x2e\x5b\ \xb0\xd6\x7d\x5b\xcd\x38\xa9\x74\xfc\xa4\x14\xcc\x39\x0c\x6e\x45\ \xc7\x18\xf7\x26\x67\x16\xe5\x64\x40\xb4\x53\x1c\xed\x14\x60\x84\ \x88\xcb\x9b\x5f\x52\x51\x98\xa6\xf6\x91\xa4\x8a\x11\xee\x24\xaf\ \x4c\xf5\xfe\xae\x96\x76\x2a\xa1\xa6\x9d\x1b\xfa\x34\x34\x7a\xd4\ \xc8\x24\xd9\xb2\x39\x42\x00\x8e\xc5\xe0\xe0\x70\x3a\xe8\x02\x32\ \xfb\x3b\x6a\xab\x77\x37\x6f\x59\xf4\xf6\x8a\xc6\xb2\x0b\xbf\x5b\ \xca\x9b\x1e\xad\x3e\x5c\x72\xe1\x37\x2e\x1f\x2d\x5a\xb6\x6e\xb5\ \x39\xf1\x78\x35\x16\xe9\xaf\xdd\xb1\xb9\x90\xe4\x79\x73\x32\x15\ \xc6\x53\x4b\xc7\x5f\x36\xb5\x50\xef\x37\x0a\x86\x65\x50\x9b\x03\ \xc6\x58\x76\xf9\x54\xbb\xf9\xc0\xbe\x1d\x7b\xe3\x73\x52\x14\x44\ \x8e\x0f\x6b\x0a\xce\xa9\x6d\x73\x40\x22\x16\x91\x1d\x10\x20\x29\ \x35\x3f\x4f\x32\xf6\x65\x8e\x98\x72\xde\xf0\x74\xdd\x64\x79\x95\ \x59\xdc\xb2\x1d\x51\x70\x70\xf8\x3f\xd6\x05\x01\x02\x61\xe2\xf6\ \x7a\x3b\xb7\xbe\xf1\xed\x8d\xaf\x7b\x93\xb3\xc6\x5c\x76\xe7\x8d\ \xd7\xcf\x4c\xf6\xf4\x5d\x34\x6d\xd8\xbb\x4b\x9e\xda\xbf\x42\xa5\ \x6a\xfa\x64\x45\xca\x99\x78\xd6\x8c\xb5\x3b\x3e\x7c\xf4\xc1\xe5\ \x65\x33\x7f\xf9\xcb\xfb\xee\xbc\xa6\xe7\xe5\x45\xcf\xff\xf0\x43\ \xdb\x9b\x3e\xee\x67\x0f\x0f\x4f\xc7\x60\x73\xa6\xc6\xe5\x5e\x74\ \xd9\xb4\xc7\xdf\x79\xf5\xfe\x15\x0b\xef\xfe\xe1\xf7\x89\x44\x38\ \x17\x31\x51\x38\xf1\x85\xe0\x9c\x5b\x36\x2f\x9a\x7c\xd5\x6d\x97\ \xb6\xbd\xfd\xde\x13\xcb\x5f\x32\x53\x86\xcf\xfc\xd1\x2f\xc6\x64\ \x22\xdb\x74\x84\xc1\xc1\xe1\x0b\xe4\x33\xf6\x95\x11\x2c\x1c\x0c\ \xea\x36\x03\x40\x92\xea\x4a\x4c\x4c\x90\x11\xa3\x1c\x81\x1d\xed\ \x0b\x04\x6d\x06\x92\xa2\x79\x7d\x5e\x97\xa6\xd8\xe1\xfe\xc0\x40\ \x14\x64\x57\x42\x62\xa2\x0b\x5b\x7d\x7d\x01\xd3\xe6\x44\x75\xc5\ \xc5\x79\x65\x04\x02\x00\x21\x0c\xc2\x0a\xf4\x05\x2c\x8e\x7d\xf1\ \x71\x60\x86\x22\x54\x4d\x4e\x72\x47\x03\x01\x03\x29\x89\x71\xee\ \x68\x7f\x9f\x45\xe2\x92\x7c\x28\xe0\x1f\x20\x9a\x2f\x21\xde\x8b\ \x98\xee\xef\xeb\x37\xa9\x90\x35\x77\x9c\xcf\x23\x21\xa7\x13\xe1\ \xe0\x70\x3a\xe8\x02\x20\x22\x11\x8c\x10\x00\x08\xc1\x39\xe3\x5c\ \x08\x00\x40\x98\x10\x82\x11\x80\x10\x82\x33\xca\x05\x60\x42\x08\ \xc6\x42\x70\x46\x99\x40\x58\x22\x18\x21\x34\xf8\xf6\xd8\xb9\x10\ \x26\x84\x20\x24\x18\x65\x80\x09\x41\xc2\xa6\x8c\x48\x12\x12\x82\ \x31\x86\x25\x19\x09\x46\x99\x90\x24\x49\x08\xc6\x18\x47\x18\x13\ \x4c\x10\x02\xc1\x39\x63\xcc\x11\x05\x07\x87\xd3\x44\x17\x1c\x1c\ \x1c\xfe\x77\x71\xd6\x4d\x39\x38\x38\x38\xba\xe0\xe0\xe0\xf0\xcf\ \xf8\x42\xa7\x0c\x61\xec\xc8\x90\xc3\x97\x1e\x21\x84\xf8\x8c\x55\ \x7f\xa7\x6d\x09\xff\x07\x69\xfe\xbf\xd4\x05\x84\x90\x10\x22\x14\ \x0a\x31\x46\x9d\x82\xe5\xf0\xe5\x05\x01\x72\xb9\x5c\xb2\xa2\x0a\ \xc1\x3f\x5d\xc2\xc3\xe1\x30\xa5\xf6\x69\x98\x66\xcd\xe5\x52\x3e\ \x95\xe6\xff\x63\x5d\x40\x08\x71\xce\x7b\x7b\xba\x55\x55\x53\x35\ \xcd\x29\x5b\x0e\x5f\x5e\x18\x63\x7e\x7f\x9f\xd7\xeb\xf3\xf8\x7c\ \x82\x1f\xaf\x66\x5c\xf0\xbe\x9e\x1e\x59\x56\x34\x97\xeb\x34\x4c\ \x73\xc0\xdf\xe7\xf1\x7a\x7d\xbe\x38\xce\xf9\x7f\x4a\x17\x04\x08\ \x99\x68\x32\x51\xc5\x67\x4c\x2c\x40\x80\x18\xb7\x4d\x1a\x45\x10\ \x9b\xdd\x88\x02\x7e\xbf\xdb\xe3\xc9\xc8\xcc\x76\x0a\x96\xc3\x97\ \x9d\xb8\xf8\xf8\xb6\xc3\x2d\xaa\xa6\x11\x49\x02\x31\x18\x4f\xa0\ \x3f\xd0\xab\xaa\x6a\x56\x4e\xde\xe9\x99\xe6\xf8\x84\xc4\xb6\x96\ \x66\x4d\xd5\x24\x59\x3e\x95\x0e\xc5\xbf\xa3\x0b\xaa\xe4\xde\xd3\ \xb8\x64\xdf\xe1\xd5\x8a\x74\xf2\xc6\x9f\x32\x33\x37\x65\xc4\x94\ \x61\x37\xd9\xd4\x00\x00\x84\x40\xd7\xa3\x99\xd9\xd9\xc7\xfa\x39\ \x31\xa3\xeb\x3f\x68\xa1\x60\x8c\x00\x4e\x51\x1a\x4f\xfe\x6b\xc1\ \xbf\x14\xcb\xbb\x31\xc6\x5f\x96\xa4\x7e\xe9\x7b\x10\x47\x83\x8e\ \xb9\x5c\x6e\x49\x92\x2d\xcb\x74\x4b\x92\x18\x7c\x0a\x28\x1a\x8d\ \xe6\xe6\x17\x7e\x61\x25\xfc\x5f\x4a\xb3\x10\x42\xd3\x34\x49\x51\ \x4c\xd3\x94\x64\xe5\x54\x16\x1b\xfd\x3b\xba\x20\x61\xb9\xc3\x7f\ \x70\x7b\xdd\xfb\x2e\x25\xee\xa4\x07\x98\x76\xd8\xa6\xe6\x8c\x11\ \x73\x6c\x30\x8e\x99\x18\xb1\xde\xc4\xd1\xb4\x9e\x90\x77\x9f\x6f\ \x0e\x22\x84\xcc\x60\x5f\x98\x4a\x89\x09\xde\x13\x1f\x0e\x92\x24\ \x12\x9b\x8e\xf5\x0f\x7e\x4d\x08\x0f\xfa\x07\x88\xdb\xe7\x51\x48\ \x6c\x86\x36\x02\x84\x30\x1a\x4c\xf0\xd1\x3a\x88\x31\x06\x21\x00\ \x1d\x57\x10\x84\x30\x82\xa3\x77\x25\x84\x88\xc5\xaf\x43\x20\xb8\ \x40\x18\x83\x10\xfc\x68\x5a\x06\x8f\x14\x22\x76\xc4\x90\x7a\x7d\ \x5c\x92\x30\xc6\xe8\x68\xd6\x1d\xfb\xe5\x89\x1f\x02\x00\xeb\xef\ \x0f\xc9\xde\x44\x97\xf4\xef\x6a\xa0\xc3\x3f\x53\x81\x63\x2f\x84\ \x10\xb1\x92\x4a\x08\x01\x04\x9f\x28\xb3\x82\x0b\x04\xc7\x9e\xfc\ \x27\xd5\xe1\x13\x25\x1c\x21\x8c\xd0\x90\x02\xf1\xaf\x43\x88\x84\ \x60\xe8\xe4\xc1\x7f\x92\xe6\x21\xd5\x10\x4e\xe5\xaa\xff\x8e\xfb\ \x54\x80\x90\x88\xa2\x29\x3e\x4d\xf1\x7e\xc6\x9f\x4f\x96\xb4\xa1\ \xbd\x0c\x31\x38\x61\x12\x84\x10\xb6\x61\x18\x26\x05\x00\xce\xf9\ \xbf\xea\x26\x3d\xb5\x2c\x23\x75\xab\x5e\x7f\x75\xc1\x36\x20\x43\ \x16\x69\x01\x42\x5c\x6f\x69\x6c\xf0\x1b\x02\x7f\x76\x44\x4a\x4c\ \x88\xd5\xb5\xf7\xd9\x27\xe7\x1e\xea\x09\x1b\x36\xc7\x18\x21\x00\ \x8c\x85\x19\x0d\xeb\xba\x1e\x8d\xe8\x88\x60\x04\x80\x09\xb6\x0d\ \x3d\xaa\xeb\xe1\x48\x94\x0a\x8c\x62\x4f\x9a\x19\x91\xa8\xae\x87\ \xc3\x16\xe3\x08\x01\x02\x84\x80\x47\x42\x51\x26\x84\x65\x1a\x14\ \x10\x3e\xf6\xcc\xb8\x65\x58\xb6\x00\x10\xcc\x36\x2c\x1b\x8e\xd6\ \x76\x82\xc1\xb2\x0c\x8b\x01\x02\x61\xe9\x61\xbf\xbf\xaf\xd7\x1f\ \x88\x9a\x9c\x48\x12\x41\x80\x00\x6c\x23\xda\x1f\xe8\xeb\xed\xf3\ \x47\x0c\x46\x24\x42\x24\xb6\xfd\x83\xe7\xdf\x58\x7d\x10\x63\x09\ \x39\x55\xf9\x73\x45\x1c\x85\x73\x8e\x31\xc6\x18\x0b\x21\xf8\xd1\ \xe2\xca\x39\xff\x44\xf5\x12\x9c\x0f\xf9\xd1\xf1\xdf\x7e\xba\x84\ \x23\x00\x66\x9b\x86\xf9\x6f\xaf\x06\x44\x18\x81\xbf\xbd\xa9\xa5\ \x2b\x82\x4f\x2c\xca\x43\xaf\x7b\xec\xd2\xc7\xd2\x2c\x38\x3f\xf5\ \xba\xf6\x05\x0d\xab\x70\x2e\x40\x08\x10\x40\x08\xfe\xf8\xd9\x3f\ \x3c\xfe\xf6\x4e\x42\x88\x74\x12\x08\x08\x81\xf0\x09\x6f\x85\x80\ \xa1\x47\x20\x21\x60\xc8\x11\x38\x76\x44\x4c\x9e\x31\x91\x24\x09\ \x00\xb8\xde\xef\x1f\xd0\x05\x00\x1e\x7a\xe6\x70\xfd\x8b\xcf\xbf\ \x58\x67\xc8\x98\x48\x18\x3e\x7d\x15\x01\x02\x30\xb2\x37\x2d\x5e\ \x60\xe6\x8c\xf6\xb6\x2e\xf9\xfe\x8f\xfe\xde\x62\x10\x22\x49\xfe\ \x9a\xa5\x3f\xff\xed\x53\x07\x1b\xf7\x3e\xf2\xa3\x9f\x2c\x3f\x14\ \x26\x44\x42\xa1\xba\xbf\xfd\xe2\xd7\x2b\x6a\x9a\xde\xfd\xeb\xcf\ \x9f\x5c\x58\x83\x25\x89\x10\x73\xc1\x13\xbf\x7e\x7a\xe9\xee\x3d\ \x0b\x9f\xf8\xe9\x5f\xdf\x8f\x20\x89\x48\xa4\x6e\xf9\x73\x3f\xfd\ \xeb\x7c\xdd\xea\x7d\xf6\x77\xf7\xfd\xe1\xad\x1d\x48\x92\x10\x20\ \x42\xac\x25\x8f\x7d\xff\xbb\xcf\x7e\x44\x25\x29\xb8\xff\xed\xbb\ \xef\xff\xe9\x8e\x76\x93\x48\x08\x13\xc9\x6c\xdb\xf2\xe3\xef\x7c\ \xe3\xbd\x03\x51\x62\x75\x3e\xf7\x93\x6f\xfe\xf8\xa1\x3f\xff\xfd\ \x6f\x7f\x7a\xe8\xa1\xdf\xbd\xb9\xba\xda\xc6\x12\xc1\x81\x97\x1e\ \x7a\xf0\x07\xbf\xf8\xe3\x63\x7f\xff\xf3\x6f\x7f\xfd\x9b\x57\x16\ \x6f\x8b\x08\xd7\xa8\x71\x15\xb5\xcb\xe7\xd7\xf5\x53\x82\x11\x08\ \xe1\xfc\x7d\xbe\x7f\x42\x08\x49\x92\x1a\xea\xeb\xfb\x7a\x7b\x09\ \x21\xc7\xb4\xe0\xd3\x5d\x37\x2e\x04\xf0\xc1\xa6\xef\x1f\xfe\x01\ \x91\xc8\xae\x05\xcf\xfe\xe6\xd9\x35\xec\xc4\xa2\x8f\x84\x00\x44\ \x4e\xac\x08\x64\xe8\xb7\x47\x4b\x2c\xc1\x84\xaf\x7a\xf3\x85\x05\ \x3b\x7b\x71\xac\x28\x7f\x76\xe2\x87\x8a\x97\x88\x45\x3e\x38\xc5\ \x3e\xc1\x17\x63\x93\xc5\xf2\x31\x96\x6d\xd4\x32\x2d\x06\x40\x03\ \xcb\x5e\x7f\x6d\x7b\x6b\xbf\x90\xe2\x87\x0d\x2f\x08\x34\x1e\x68\ \x0d\xc0\x84\x0b\xaf\xb9\x60\x5c\xbe\x7f\xff\xba\xb7\x16\xae\xed\ \xb6\x95\xd1\x33\x2f\xbb\x78\x4a\xb9\x0c\xb4\x6e\xe3\x82\x05\x6b\ \xf7\x84\x6d\x94\x59\x75\xc6\x95\x97\x9f\x93\x18\x6d\x9d\xff\xde\ \xfb\xbb\x5a\x06\x32\x87\x4d\xbb\xf6\x92\x69\x3e\x44\xb9\x00\x2c\ \x29\x56\xdf\xc1\xf7\xdf\xf9\xa0\x31\x24\x99\x6d\x2d\xca\x88\x49\ \x04\xcc\xcd\x1f\xbe\xb4\x7c\x4f\x97\x9c\x50\x78\xd9\x0d\xd7\x56\ \xba\x64\x1a\xe8\x78\xe3\x4f\xbf\xde\x9c\x5f\x78\xc5\x57\x6e\x4e\ \xeb\xdb\xfd\xd6\xbc\xa5\x6d\x61\x34\x6c\xfa\xa5\x17\x4f\xad\xc0\ \xcc\x06\x44\xe8\x40\xc3\xa6\xda\xe8\x84\xbb\x26\x97\x15\x85\x46\ \x2c\xfc\xf9\x3b\xcb\xf6\x7d\xff\x8a\xfc\x85\xef\x2d\xcf\x9c\x78\ \xfb\xb8\x91\xc3\xa3\xe3\x56\xbc\x3d\x6f\xe1\xcc\x1f\xdf\x58\xb3\ \xf8\xbd\xae\xa4\x51\xf7\x9d\x31\x22\x84\x26\xfc\xfc\xa5\x79\x07\ \xce\x19\x91\xd3\xb2\x6c\x75\xb3\xfb\xae\xaf\x4e\xa9\xa0\x71\x4b\ \x7e\xfc\xc4\xd2\xbd\xe7\x5e\x53\xde\x37\x6f\x59\xed\xb4\x39\xbf\ \x88\x17\x3d\x03\xdd\xfe\x6d\x4d\xef\xef\x3e\x67\xf4\x98\x34\xb9\ \xff\xe0\xba\x85\x2b\x6b\x8d\x09\x93\x6d\x80\x68\x20\x14\xac\xdf\ \x3d\x7f\xd9\x86\xd1\x77\x9c\xa3\x20\x63\xed\x92\x85\xb5\xf5\xfd\ \x95\x41\x1d\x98\x11\x8c\xf8\x2e\xff\xfa\x77\xce\x2a\x51\x5b\xf7\ \xad\x7d\xe2\xb9\x47\x22\xf2\xaf\x6f\x9f\xa2\xf8\xa3\xca\xf4\xeb\ \xee\xbf\x6e\xbc\xaf\xe3\xd0\xf6\x17\x1e\x7b\xfc\x25\xf4\x83\xfb\ \x2e\x98\x51\x11\xb7\x66\x7d\x4d\x7b\xe9\x94\x5c\xe1\x84\xb5\xfa\ \xbc\xcb\x2d\x46\x68\xf7\xae\x5d\x2f\xcd\x9d\x9b\x95\x95\x75\xeb\ \xad\xb7\xa6\xa4\xa4\xc4\xc6\x20\x06\xed\x85\x63\x46\x39\x42\x22\ \xd6\x93\x1b\x62\xb6\x0f\xb6\xd2\x00\x9f\x32\xe5\x04\xb5\x2d\xc3\ \xe2\x32\x18\xeb\xde\x7d\x73\xc3\x81\x56\xca\x49\xd1\xc4\xd9\x57\ \x9e\x3b\x9a\xf8\x1b\xde\x7e\x7f\xc1\xfe\x8e\x68\xf1\xd8\x73\xaf\ \xbd\x64\x22\xf4\xd4\xbf\xf7\xee\x07\x07\x7a\xcc\xfc\x71\xe7\x5d\ \x33\x7b\x02\x6d\xde\xfe\xf6\x87\x2b\x5b\x83\x62\xf4\xac\xd9\xb2\ \x2c\x76\xce\x7f\xf2\xb7\x35\xd9\x67\x5c\x74\xf3\xac\x8a\x04\x46\ \xf9\x67\x5b\xf7\x83\x09\xe0\x82\x0b\x38\x9d\xec\x05\x04\xc0\x07\ \x07\x4e\x05\x80\x00\x84\x08\x21\x34\xd4\xbe\x6a\x4d\x6d\xe1\xe4\ \x4b\x66\x16\x59\x1f\xbc\xf9\xbe\x6b\xe4\x39\x67\x55\xaa\xf3\x5e\ \x78\xbd\x2e\xc0\xe2\x32\x8a\xcf\xbe\xec\x9a\x2b\xa7\xe5\xaf\x7e\ \xe7\xe5\xdd\x7e\xee\xdf\xb7\xe8\xef\x73\x57\xe6\x4c\x3c\xff\xbc\ \x71\x89\x5b\x36\xac\xef\x35\x8c\x15\xaf\x3d\xb3\x2b\x9a\x7f\xfd\ \xb5\x17\x87\xb7\xbd\xf3\xca\x47\x07\xb1\x4c\x04\xc2\xd8\xee\x9d\ \xf7\xf4\x63\x7b\x8d\x9c\x0b\xce\x9d\x9e\xe9\x95\x19\xa5\x1c\xe4\ \xfc\x91\xd3\xae\xbb\xe1\xda\x22\xab\xfa\xa5\x37\xd7\xdb\x80\xb1\ \x3b\xfe\x8c\x0b\xae\xb8\xfc\xfc\x99\x29\x56\xe3\xf3\xcf\xbc\x6a\ \x97\x9e\x7d\xcd\xec\xe1\x9b\xdf\x7a\x66\x4d\xbd\x5f\x22\x58\x20\ \x1c\xee\x3c\xd4\x23\x25\xe6\x65\x6a\x40\x52\xaf\xb9\xf9\xa2\x23\ \xeb\xde\x78\xe5\xe5\x17\xf7\xa1\xaa\xeb\x67\x8f\x14\x1c\x4d\xb9\ \xf2\x86\xdc\xc0\xe6\xe7\xe6\xbe\xfc\xfe\xf6\xc8\x15\x37\x5c\xea\ \x11\x3c\x63\xc2\xa5\x17\x55\x18\x6f\xbe\xf0\xd2\xf3\x6f\x6f\x18\ \x7e\xc9\x75\x55\xf1\x80\x92\x47\xde\x72\xc5\xe8\x0d\xef\x3c\xff\ \xf2\xf3\xaf\xd9\xa5\xe7\x5d\x3c\x2a\xc9\xea\xf5\xa3\xb8\x51\x67\ \x57\x91\xa5\xcb\xb6\x02\x98\xcb\x17\x6f\xc8\x9b\x76\x51\x1e\x0d\ \x86\x6d\xf0\x77\xdb\xe3\x66\x9e\xaf\x34\xad\xdd\x7c\xd8\x32\x9b\ \x37\xad\x6b\x71\x9d\x37\x75\x84\xd9\xd3\x07\x08\x21\x22\xc9\xaa\ \xaa\xba\xe3\x4a\x26\x5e\x72\xfd\x8c\x8a\xed\x8b\xd7\x1b\x0c\x11\ \x42\x14\x55\x55\xb4\xb8\x82\x91\xb3\x6e\xba\x66\xcc\xa6\x15\x6b\ \xfa\x20\xbe\x3c\x3b\xa9\xa5\xb6\x55\x00\x72\xda\xf7\xcf\xf7\x0f\ \x21\x88\xea\xd1\xba\xfa\xfa\x61\xc3\x86\xc5\xc7\xc7\xd5\x1d\x3a\ \xc4\x8f\x9a\x09\xb1\x3a\x8f\x4e\x28\xe1\x02\x40\x08\x24\x44\x4c\ \x1c\x60\xf0\xc5\xa7\xed\x07\x00\x81\x10\xc2\x18\x23\xe6\x5f\xb3\ \x6e\x8b\x3a\xec\x9c\x0b\xa7\x97\x6c\x7d\xfb\xd9\xf5\x4d\x3d\x9b\ \x17\xbe\xb5\xa6\x2d\xe1\xba\x9b\xae\x1e\x57\x96\x25\x59\x7d\xf3\ \x9e\x7f\xb6\xc9\x3b\xf6\xda\x2b\x67\x36\x2f\x9b\xfb\xfe\xae\x1e\ \xff\x81\x8d\x3b\x9a\xe9\x39\x97\x5e\x34\xaa\x28\x85\x52\xc8\x1b\ \x33\xeb\xba\x2b\x2f\x1e\x96\xe9\x62\x8c\x9f\xdc\x32\x19\x34\x1b\ \x06\xd3\xcc\x85\x38\xcd\xec\x05\x00\x7e\x14\x3c\x68\xb3\x33\xce\ \xa9\xec\x4d\x29\xad\x1c\x35\xc1\x63\x2f\xdb\xd1\x5b\x30\x7c\xcc\ \x64\xa4\xac\x5b\xf3\x5c\x67\x20\x9c\x02\xad\x1b\x56\x6c\xea\x8f\ \x06\x07\x22\x91\x40\x6f\x68\xff\xd6\x8d\x09\x13\x2f\xba\xe6\xec\ \x09\x46\x4b\x7f\xe2\x86\xa0\x31\xd0\xbe\x75\x5b\x4b\x20\xdb\xbb\ \x78\x49\x63\x57\xd0\x74\xb5\xb4\x9a\x50\x46\x40\x84\xbb\x0f\xed\ \x6c\xf5\x5d\xff\xd3\x6b\xc6\xe7\x28\xa8\xf6\xa3\x05\xfd\x8c\x71\ \xfd\xf0\xfe\x5d\x9b\x0e\x75\x0f\x74\x0c\x84\x3d\x7d\x86\x9d\x8a\ \x24\x2d\xbb\xb8\xb4\x30\x5b\xed\xaf\x7e\x7b\xcf\xe1\xce\x6c\xdf\ \x86\x25\x87\xf4\xb0\xd5\xd7\xd8\x1d\x14\xc5\x3e\x21\x84\x19\xf2\ \x83\xa4\xb8\x25\xce\x2c\x2b\xa9\xea\xec\xcb\x46\xef\xfc\xcb\x5b\ \x7b\xef\x79\xe4\xf7\x99\xb2\xa9\x9b\x5c\x8e\x2b\xb9\xf1\xea\x49\ \x0f\xfc\xe9\xcd\x91\x37\xfe\x6a\x52\xbe\x66\x1a\x06\x48\xda\xf9\ \xd7\x5f\xbf\xf9\x5b\xbf\xad\xaf\xba\xe2\x97\xd3\x4b\x6c\xcb\xa0\ \x9c\x94\xcf\xba\x66\xd2\xf6\xef\xbd\xbc\x37\xff\x0f\xbf\x39\x5b\ \x05\x11\x88\x86\x42\x22\xe9\xd2\x8b\x26\xbc\xfb\xf6\xba\x55\xab\ \x7a\xf6\x04\x53\x6f\xb8\x62\xc4\x3b\xaf\x6d\x0a\x9b\xb4\xdf\x3f\ \xe0\x2e\xb8\x60\xa6\x6b\xdd\xd2\x65\xcb\x06\x60\x77\xf2\xd8\xf3\ \x27\x5b\xab\x57\xf5\xf7\x31\x91\x0e\x20\x18\xb5\x38\xb7\x04\x56\ \xe2\x13\x12\xa5\xa8\x3f\x6a\x33\x10\x82\x31\x1b\x84\xc9\x91\xec\ \x4a\xc8\x40\xe1\xd6\x88\x05\xf1\x2e\xd5\xee\x18\xb0\x04\x07\xce\ \x1c\xe7\xe3\xe7\x08\x63\x4c\x96\xe5\xab\xaf\xb9\x0a\x01\x06\x00\ \xce\x99\x65\x59\x08\xe1\x63\xae\xb1\x13\x4b\x38\xe3\x9c\x0b\xce\ \x07\x7b\xf4\x20\x40\x0c\x86\x19\x13\x00\x43\x86\x00\x90\x38\xfa\ \x73\x4a\x29\x71\xf9\x8a\xaa\xc6\x8c\x2b\x1b\x7e\x68\xeb\xa6\xfd\ \x4d\xbd\x97\x94\x96\x28\x7b\x76\x6e\xd8\x93\x7f\xe1\xb9\xd3\x99\ \x7f\xf3\xe6\x03\x1d\x2e\xba\x6b\x71\x0f\xf7\x1b\x46\x6b\x4b\xaf\ \xad\xe1\xc4\xcc\x92\x71\x63\x46\xb8\x20\xbc\x85\x89\xf8\x8c\xbc\ \x92\xe2\x22\xd3\x34\x29\xa5\x43\x6c\x12\x74\x4c\xb0\x10\x1a\xbc\ \x7c\xcc\x0b\xc9\xff\x15\xff\xc2\x17\xa4\x0b\x82\x8b\xd8\xaa\x69\ \x4e\x80\x83\x10\x9c\x31\xc6\x41\x70\xdb\x34\x85\x0a\x20\x58\x24\ \xa2\x0b\x95\x12\x45\x81\x40\xc3\xab\x6f\xbf\x00\x13\x6f\xb9\x72\ \x18\x0a\x3e\xf3\x01\xa5\x36\x63\x4c\x60\x41\x01\x62\xb2\xc8\xa9\ \xcd\x89\x67\xc4\xe4\xf3\xce\x1f\x16\x6f\xf1\x2b\xdd\x6e\x0f\x8d\ \xe8\x02\x4b\x9c\x23\xc4\x4d\xc3\xb4\x00\x14\xc6\x38\x21\xf8\xf0\ \xf6\x79\xcf\x2d\x6d\xf8\xca\xd7\x6f\x93\x77\xbd\xfb\xf6\x7e\xcb\ \xa6\x82\xb1\xc1\x75\xdb\x8c\x52\xc9\x95\x3c\xe5\xfc\x4b\xcb\x3d\ \x1c\xae\x94\x5d\x71\x09\xba\x61\x01\x41\x20\xa9\x82\x59\x51\x8b\ \x31\x99\x52\xe6\x2e\xaf\xa8\x2c\x28\xd2\x2a\xb3\xe3\x0c\xc3\xe2\ \x42\x98\x06\xcd\x2c\xad\x2c\x2e\x28\xa8\xac\x2a\xc0\x86\x6e\x50\ \x01\x34\xea\x4a\x2e\x1e\x59\x5e\xd0\x59\x3e\x2c\x49\xb2\xf5\x08\ \x15\x40\xa9\x1c\x57\x31\xbc\xbc\x48\xc9\xcd\x4e\xd4\x28\xa3\xd1\ \x68\xd4\x60\x90\x50\x3c\x6e\x46\xc1\xa2\x3f\x3d\xf1\xf6\xec\xdb\ \x7e\x5a\x9a\x3e\x20\x68\x24\xaa\x87\x07\x0c\x9b\xc7\x2b\x63\x66\ \x9d\xbf\xe4\xc7\x3f\x7b\x5e\x8c\xfb\xed\xef\xc6\x58\xcb\x56\x98\ \xfa\x80\x49\xd3\x04\x20\x8c\x31\xc6\x0a\xf0\xfe\xdd\xd5\x35\x38\ \xf7\x42\x2f\x62\x0c\x00\x23\x0c\x88\x60\x30\x6b\x77\x6c\x77\xe5\ \x8e\x8c\x57\xa0\xd5\xb0\x90\x2a\x0b\x46\x19\x65\x4e\x65\xfe\xbc\ \x2d\x5d\x88\x46\xa2\xc7\xde\x08\x00\x8c\x05\x08\xf1\xe9\xe1\x9f\ \x58\x67\x9e\x33\xce\x38\xfb\xc4\x28\xc0\x71\x71\x00\x00\x40\x5c\ \xc4\x9a\x6e\xce\x19\x13\x82\x53\x53\x07\x21\x80\x48\x66\xc4\x2c\ \x3a\xe7\xba\x9f\x64\x97\x2f\x7e\x7f\xde\xaf\xff\x50\xfb\x8d\x39\ \x23\x25\x57\xfc\xd8\x99\x17\x4f\xcd\x21\x36\x52\x7c\x49\xa9\x9d\ \x2b\x6c\xce\x6d\xd3\x66\x1a\xa6\x9c\x33\x66\xf3\x58\x14\x84\x13\ \x9b\x03\x04\x43\x2c\x99\x63\x69\x8e\x79\x23\xff\x85\x31\xc7\x2f\ \xce\x5e\x10\x5c\x70\x84\x39\xd8\xba\x61\x98\x36\xa7\x92\x1e\xd5\ \x6d\x9b\x71\x6a\x19\xba\x61\x53\xc6\xb0\xad\x47\x75\x8b\x0b\x22\ \xa1\x50\x28\xd0\xe7\x47\x11\xdd\xb2\x18\x19\x33\xf6\x8c\xb7\x9e\ \x5a\xf4\x46\x1a\x4e\xe8\xdb\xd6\x67\x58\xb2\x3b\x6b\xf2\x98\xc4\ \xf7\xd7\xae\xc8\x50\xc6\xcb\x96\x95\x37\x6a\x9c\x8f\x51\x9b\x71\ \x35\xb1\xe0\xcc\x0a\x3c\xef\xa5\xe7\xcd\xb3\x47\xd5\x1f\x68\xa7\ \x39\xe3\x00\x11\x2c\xcc\xfe\xbe\x5e\xd2\x1f\xb2\xac\x44\xe4\x4a\ \x4a\x16\xe1\xb5\x1f\xbe\x27\x46\xe4\x14\x16\x8f\x1d\x99\xb4\x7e\ \xcd\x47\xeb\xa4\x71\xd9\x86\xed\x1b\x3b\x36\x9e\x33\x26\xb8\xa9\ \x25\xe6\xba\xf5\x5d\x1d\x5d\xd1\xe2\x6c\x44\xa9\x6d\xea\x86\xae\ \x1b\x86\x61\x31\x8d\x31\x21\x40\x50\xcb\xd4\x75\x43\x37\x4c\x83\ \x52\x17\x67\x02\x00\xd9\xa6\x6d\xe8\xba\xae\x1b\xb6\x4d\x63\xaa\ \xc3\x6c\xcb\x34\x0d\xc3\x30\x4c\xcb\x16\x12\x8b\x84\x83\x03\x36\ \x35\x2d\x79\xf4\x8c\x73\x67\x45\xeb\xa7\x8d\x2d\x42\x74\xab\xa1\ \xfb\x43\xd1\xb0\x3f\x18\xb2\xd3\x99\x14\x57\x7c\xce\xb9\xe7\xa4\ \xc0\x98\x02\x1f\xde\x0f\x76\xb0\xbf\xd7\x60\x25\x34\xdc\xbd\x77\ \xdb\x46\xb9\x0d\x1d\xda\xbd\x71\x5b\x67\xfc\x2d\x5f\x9f\x48\x58\ \xbf\x1d\x09\xd4\xee\xdc\xb8\x2e\xac\x34\xec\xdb\xbe\xad\x16\x5d\ \x7d\xdf\x39\xf1\xac\xb7\xa1\xd3\x9f\x3c\x2c\x05\x6c\x9b\x31\x47\ \x17\x3e\xff\xd1\x4a\x55\x55\x31\x42\x80\x10\x63\xcc\xb2\x2c\x18\ \xe2\xed\xff\x44\xcb\xc7\x79\x4c\x16\x18\x17\x02\xc5\xc6\x91\x8f\ \x76\x37\x86\x0e\x96\x33\x0a\x96\x69\xe8\xba\xc9\x18\x35\x74\xdd\ \xb4\x29\x50\x6e\xea\x3a\xe3\x66\xfd\xde\xcd\x8d\x3d\xb4\xb0\x28\ \xfb\xe3\xc6\xe6\x01\xd7\xd5\x53\x0b\x95\x75\x2b\x97\x27\x4f\xaf\ \x64\x06\x1a\x7e\x66\x0a\x33\x4d\x5d\x37\x29\xb5\x2d\x24\xe5\xa4\ \xb8\x3e\xde\xb4\x68\xa1\xef\x48\x7a\x56\x45\x55\x61\x02\x3b\x2a\ \x0d\x08\x8e\x1b\x27\xb1\x6d\xde\x06\x87\x49\x4f\x96\xe6\x7f\x34\ \xa8\xf7\xe0\x83\x3f\xfc\x57\x33\x4b\x26\x6a\xfd\x91\x2d\x4d\x5d\ \x3b\x65\xa2\x9e\xdc\x00\xe3\x76\x5a\x42\xd1\xc8\xc2\xf3\x28\xb3\ \x62\xa3\xee\xdd\x5d\x9d\x29\xa9\xe9\x80\x80\x0b\x6e\x46\xa2\xee\ \xcc\xc2\x82\x74\x77\xd4\x22\x85\x65\xc5\x3e\xd9\x8e\x98\x24\xbf\ \xb8\x34\x41\xa2\x11\x53\xe4\x0e\x1f\x3f\xb6\x22\xb3\xbd\x66\xf7\ \xfe\xc6\xee\x94\xd2\x11\x63\x87\x95\xe4\xe4\x97\x14\xa7\xe1\x43\ \xfb\xeb\x02\x03\x7d\x5d\x61\x79\xc2\xf4\x19\xe3\x86\x97\xab\xd1\ \xf6\xbd\xfb\x0e\xf5\x19\x28\xb7\xb8\x34\x51\xc5\x8c\x71\x8e\xb4\ \x92\x61\xc3\x94\x50\xcb\xde\x7d\x75\x34\x3e\x7f\xe2\x19\xe3\x2b\ \x2a\x86\xa5\xa3\xc0\xee\x9d\xd5\x5d\xb6\x6b\xc4\xf8\x89\xe5\x85\ \xf9\x05\x59\xee\xd6\x83\xd5\x6d\x21\x5c\x50\x31\x7e\xca\xd8\xe2\ \x81\xe6\xfd\x35\x0d\xad\x06\x4e\x28\x29\xce\x51\xb1\xe0\x5c\xa8\ \x6e\x9f\xbf\x76\xc3\x21\x23\x65\x4c\x45\x26\xa7\x94\x9a\x06\x95\ \xe3\x4a\xcb\xf2\x15\xc4\x07\x47\x9b\x99\x1d\xb5\x70\x5e\x51\x59\ \xb2\x86\x19\x1f\x6c\x18\xcc\xa8\x91\x90\x53\x9c\x9b\xe6\x61\x74\ \x70\x54\xc8\x36\x75\xe2\xcd\x2a\xcb\x4b\x23\x82\x99\x7a\x94\xa9\ \xc9\x15\xc5\x19\x5a\x5c\xd6\xf8\xd1\xc3\xe3\x65\xce\x18\xd5\x29\ \xca\x2c\x2c\x92\x19\x4d\xce\x2d\xce\x4a\x74\xa7\x16\x8d\x1a\x5d\ \x94\xc2\x6c\x26\x98\xc1\x5c\xa9\xc5\xf9\xd9\xc8\xea\x6f\xef\x3a\ \xd2\xd1\xe5\x77\x67\x8f\xbc\xee\xfa\x6b\x2b\x53\x14\x8b\x72\x61\ \x86\x7a\xbb\xdb\x3b\xba\xfc\x52\x72\xd9\x15\x37\x5d\x3f\xb6\x20\ \x69\xa0\x79\xfb\x07\x6b\x9a\x66\x5c\x74\x7e\x86\x0b\x31\xc6\x85\ \xc3\xe7\x05\x08\x00\x64\x9a\xe6\xb6\xed\xdb\x1b\x1b\x9b\xea\x1b\ \x1a\x23\x91\x70\x52\x52\x12\x42\x48\x92\xe4\xee\xee\x4e\xb7\xdb\ \xa3\x69\x5a\xac\xa6\x61\x4c\xba\xbb\x3a\x93\x92\x93\x09\x21\xb1\ \xde\x04\x3f\xea\x84\x38\xd6\xcb\x17\xfc\xf8\x79\x4d\x43\x57\x13\ \xb3\x4a\xf3\x12\xf5\x28\xcd\x29\x2a\x49\x77\x43\x34\x62\x25\xe5\ \x14\x79\xa3\xad\x9b\x36\x6f\x6f\x0e\x90\xe9\x17\x5c\x36\xbe\x30\ \xa3\xb0\xa2\x0c\xf5\xd5\x57\xd7\x36\x05\x2d\xb5\xa8\xac\xc8\xc5\ \x0d\xf0\x66\x14\x17\xa4\x81\x2d\x52\xf3\x73\x68\x5f\xd3\xfe\xa6\ \xbe\xc4\xec\xe2\xdc\x54\x37\xa7\xfc\xe8\xb0\x1c\x1c\x33\x56\x86\ \x0c\x90\x22\x59\x96\x7b\x7a\xba\x34\xcd\xe5\x72\xb9\x4e\x45\x1d\ \xfe\x9d\xb8\x2c\x6e\x25\x6e\xc1\xd6\x87\x97\xed\x7a\xdc\xfd\x19\ \xf3\x9a\x0c\x3b\x3c\xaa\x70\xf6\x6d\xe7\x3e\xae\x5b\xa1\xd8\x1c\ \x8c\xbd\x7b\x76\x0e\x1b\x31\x2a\xd6\x0d\x93\x14\x15\x73\xdb\xb0\ \x84\xe6\x92\x6d\x43\xb7\x39\x76\xbb\x54\xdb\xd0\x29\x10\x4d\x53\ \xa8\x69\x70\x24\x6b\x9a\x8c\x01\x09\x41\x6d\xcb\x0e\x76\x1f\xde\ \x77\xa0\xdd\x9b\x12\xdf\xb4\x69\xf1\x3e\xbb\xea\xfe\x7b\x2e\x71\ \x33\x2a\xa9\x9a\x4c\xb0\x10\xcc\xd4\xf5\x63\x6e\x78\x84\x88\xa2\ \xaa\x32\xc1\x00\xdc\x36\x4d\x93\x72\x45\xd5\x64\x09\x23\x00\x46\ \x4d\xdd\xb0\x89\xac\x6a\xaa\x02\x82\x1a\xba\xc1\x91\xa4\x6a\xaa\ \x84\x10\x67\x96\x61\x58\x31\xbd\x95\x14\x35\x50\xfb\xd1\x63\xef\ \x1c\xbc\xe1\xeb\x77\x95\xf8\x80\x61\x59\x53\xb0\xa9\x9b\x7c\xc8\ \xbc\x27\x4d\x53\x98\x69\xd8\xc7\x06\xaa\x04\x28\x2e\x17\x62\x96\ \x69\xb1\x63\x72\x4d\x14\x4d\xc5\x5c\x37\x4d\x21\x10\x96\x14\x4d\ \x41\xba\x6e\x8a\x63\x4d\x07\x22\x9a\xa6\x50\xc3\xc0\xaa\x86\x98\ \x69\x5a\x1c\x10\x20\x00\x21\x00\xcb\xaa\x4a\x84\x61\xda\x8a\xcb\ \x2d\x63\x10\x00\x9c\x51\xcb\xb2\x18\x17\x00\x48\x75\xb9\x64\x82\ \x85\x10\x82\x51\xcb\xb2\x09\x66\xeb\xde\x78\x7c\x0b\x4c\xf8\xc6\ \x4d\xd3\x89\x65\x3a\xce\x85\xcf\xbd\x17\x21\x00\xd6\xae\x5d\xb7\ \x78\xf1\x92\xc4\xc4\x84\xeb\xaf\xbb\xae\xb4\xb4\x94\x73\xe1\xf6\ \xb8\x6b\xaa\xf7\xa4\xa6\xa5\x27\x24\x24\xc6\x14\x40\x92\xe5\xea\ \x3d\xbb\x4a\xcb\x2b\x64\x59\xe1\x8c\x72\x7e\x6c\xc6\x92\x18\x34\ \x1a\xd0\x09\x23\x04\x92\xa2\xc9\x98\xe9\x26\xd5\x5c\x1a\x33\x75\ \x8b\x21\x55\xd3\x10\xb3\x28\x48\x9a\x2a\x23\x10\xb6\x65\x9a\x96\ \x8d\xb0\xa4\x68\xaa\x8c\xb1\xe0\x54\xd7\x0d\x88\x95\x0d\xdd\x12\ \x08\x10\x22\x9a\x4b\x23\x08\x2c\x53\xb7\x6c\x7e\xfc\xfc\xe2\x78\ \x4f\x42\x88\xd8\xcc\x18\x84\x10\x72\xbb\x3d\xb5\xfb\xab\x13\x13\ \x93\x93\x92\x53\x38\xff\xe7\x76\xe5\xbf\xd3\x8f\xb0\xb9\x95\x97\ \x36\x6a\xfa\xf0\x5b\x65\xf2\x99\xf3\xa0\xb3\x92\x2a\x28\xb7\x8e\ \x65\xb0\xe0\x9c\x52\x2a\x11\x02\x02\x2c\x43\x8f\x65\x97\x1e\xb1\ \x01\x21\x10\x4c\x8f\xea\x31\x3b\xc3\x18\x7c\x61\x45\xc3\xd6\xb1\ \x89\x46\x20\xec\xce\xa6\xfd\x5d\xfb\x85\x27\x65\xcc\xad\xe7\x4e\ \xf7\x30\xdb\xe6\x82\xe9\x51\xf3\x24\x73\x51\x98\x79\xe2\xe7\x96\ \xa1\x5b\x43\x4d\x38\xdb\x8a\xd8\xc7\x3e\xa0\x46\xe4\x93\x8b\x3b\ \x6d\xd3\x4e\x2a\x3d\xf3\xc6\x2b\xb2\x3c\x40\x99\x90\x04\xb5\xf5\ \x4f\x1c\x22\x8e\x25\x72\xc8\x55\x74\x7d\x48\x4f\x12\x00\x80\x59\ \x46\xf4\xa8\x59\xc7\xa9\x15\xa5\x27\x7e\x7f\xec\x24\x43\x7e\x38\ \xe8\x34\xb6\x4d\xdd\x06\x00\x30\xa3\x91\x4f\xdd\xa0\x30\xa3\x27\ \xdc\x1d\xa3\x34\x6b\xcc\xb9\xd7\x65\x94\xc9\xd4\xb4\x05\x38\x53\ \x9b\x3e\xe7\xce\xaf\x10\x84\xe0\x73\xce\x39\xdb\xeb\xf5\xa6\xa7\ \xa7\x95\x14\x97\x98\x96\x89\x10\xe6\x9c\x53\x9b\x7e\xda\x83\x66\ \xdb\x54\x91\x95\x21\x5e\xff\xd8\xa4\xd7\xd8\x3f\x27\x3c\x1c\x7a\ \x74\x1b\x95\x58\x31\x40\x20\x2c\x63\xb0\x0a\x44\x6c\xf3\xb8\x87\ \x92\xb3\x13\x9e\xb8\x65\xea\xc7\x4a\x8b\x60\x7a\x24\x72\xc2\x68\ \xe4\xd1\x6f\x90\x00\x40\x28\xd6\x81\x89\x5d\x1b\x00\x71\xc1\x6d\ \x9b\x9e\xfa\x76\x0b\xff\x8e\xbd\x20\x40\x28\x44\x93\x24\xf5\x33\ \x67\x54\x22\xc4\xd8\xf1\x75\x53\x84\x90\xc6\xfa\x7a\xc6\x59\x69\ \x79\x05\x26\x64\xd0\xff\x11\x53\xd1\x63\xd3\x7a\x3f\x2b\xc5\x42\ \x20\x22\x69\x9a\x86\x00\x40\x50\xd3\x30\x19\x87\xff\x70\x0d\x38\ \x95\xe9\xd2\xa7\x0b\x92\x24\x0b\x66\xff\xe7\xf3\xe4\x7f\xd1\xb3\ \x70\xcc\x9b\xaf\xc8\x32\xe3\x9c\x31\x1e\xab\x68\x7d\xbd\xbd\x2d\ \xcd\x4d\x55\xc3\x86\xcb\x47\xd7\x20\x11\x42\x5a\x5a\x9a\xa3\xd1\ \x48\x45\x65\x15\x21\x92\x38\x3a\xb7\xf7\x94\x4a\xf8\xe7\x9e\x66\ \x34\x54\x2d\x30\x02\x01\x08\xfc\x7d\x7d\x4d\x8d\x0d\x95\x55\xc3\ \x15\x45\xf9\x4f\xf5\x23\xfe\x0d\x7b\x8c\x71\x7e\xe8\x40\x2d\x63\ \xd4\xe5\xf6\x1c\x17\x36\xa7\xf4\x39\x7c\x39\x3a\x13\xc7\xc7\xff\ \x6c\x6a\x47\xa3\xd1\xc2\xa2\xe2\xa4\xa4\xe4\x4f\x38\x7a\xeb\x0e\ \x1e\x30\x4d\xc3\xed\xf6\xc4\x06\x06\xff\xef\x4a\xf8\xa7\xd3\x4c\ \xf5\x48\x38\xbf\xb0\x38\x39\x25\xe5\x14\x9d\xd3\x5f\x50\xdc\xd7\ \xd8\x42\x0e\xbf\xbf\xcf\x34\x8c\x63\x8b\x3a\x1c\x1c\xbe\x74\x60\ \x8c\xe3\x13\x12\x5d\x2e\xd7\x27\x2a\x18\x42\x08\x10\xf4\xfb\xfd\ \xba\x61\x9c\x6e\xe5\x1b\x61\x1c\x1f\x9f\xe0\x76\xbb\x4f\x7d\xc4\ \xea\x8b\x8b\x07\x3d\x38\xc7\xcb\x11\x05\x87\x2f\x33\x83\x3b\x20\ \x7d\xc6\x5c\x00\x42\xc8\x69\x58\xc2\xff\x71\x9a\x4f\xde\x3f\xfd\ \xe2\x12\x27\x84\x33\xc0\xee\xf0\xdf\xcd\x7f\x4d\x09\x77\x02\xb1\ \x3a\x38\x38\xfc\xdf\xd9\x0b\xb1\xa0\x23\x4e\x3f\xc2\xe1\xcb\xce\ \x3f\x98\x38\x78\xda\xf6\x94\xff\xa5\xc9\x8e\xf0\x45\xc6\x83\xa6\ \x94\xf6\x07\x06\x28\x75\xe2\x41\x3b\x7c\x89\x41\x08\xdc\x6e\x8f\ \xdb\xe3\xf9\x54\x08\x26\xc4\x18\x0b\xf6\x07\x6c\x9b\x7e\x59\xd2\ \xfc\x7f\xac\x0b\x08\x21\xdb\xb6\xfb\x7a\xbb\x13\x12\x93\x5d\x2e\ \xb7\x53\xb6\x1c\xbe\xbc\x50\x46\x03\x7d\xbd\xb6\x6d\xc5\x27\x24\ \x0e\xad\x66\x94\xd2\xde\xde\xee\xf8\xf8\xc4\xc4\x24\xcf\xe9\x96\ \x66\xc6\x98\xbf\xaf\xd7\xb2\xac\x84\xc4\xc4\x53\x94\x86\x7f\x53\ \x17\x30\x22\x18\x93\xcf\xba\x06\x42\x88\x0b\xce\x39\x3d\xf6\x36\ \xe0\xef\x4b\x4a\x4e\x49\x4a\x4e\x75\x0a\x96\xc3\x97\x1d\x8f\xd7\ \xdb\xdc\x50\xef\x72\x7b\x8e\xcd\x11\xc2\x98\xf4\xf5\xf6\xc4\xc7\ \x27\xa4\xa6\xa5\x9f\xb6\x69\x6e\x6a\xa8\xb3\x4c\xb7\xa2\xaa\xff\ \xa9\x78\xd0\x9a\xec\xf9\xb8\xe6\x95\xcd\x07\xe7\x69\xf2\xc9\xa5\ \xd1\xa2\x7a\x69\xd6\xe4\x4b\xce\xf8\xbe\x69\x0f\xae\x51\xb5\x2c\ \xcb\x17\x17\x7f\x6c\x35\xc7\xa9\x44\xcb\x15\x42\x60\x42\x10\x00\ \x67\x4c\x9c\x42\xa7\x6d\xe8\xf1\x70\x7a\x7b\x31\x8e\x25\x95\x31\ \x06\x8e\xc7\xe5\x74\x7d\x46\x9f\x78\x32\xc7\xde\x4a\x44\x92\x24\ \x99\x52\x5b\x51\x94\x63\x86\xba\x69\x9a\xe9\x99\x5f\x5c\xc4\xf3\ \x7f\x29\xcd\x42\x08\x42\x88\xac\x28\xb6\x6d\x2b\xaa\xf6\x9f\x8a\ \x07\x8d\x10\x0e\xeb\xfe\xce\xc0\xa1\x7f\x10\x0f\x3a\x35\xbe\x10\ \x21\x3c\x34\xc5\x00\x20\x38\x43\x84\x60\x84\x86\xe6\x32\x30\x7a\ \xd2\xf8\x63\x18\xe3\x81\xce\x86\x0e\x5d\x2b\xce\xcb\x24\xa7\x30\ \xf6\x8a\x89\x14\xe9\x6a\xed\xb6\x5c\x45\xb9\x29\x70\x74\x1a\xb3\ \x24\x49\x83\x4b\x49\x04\xa7\x8c\xc7\x0e\xc3\x27\x5e\x19\x21\x42\ \xc8\xe0\x04\x52\x31\x18\x62\x17\x49\x12\x01\xce\x38\x22\x18\x1d\ \x4f\x60\xec\x48\xc1\x28\x13\x48\x92\xc8\xb1\xa3\x01\x80\x48\x12\ \x02\x41\x29\x1b\x7a\xfe\x63\xc9\x38\xe1\x43\xc1\x39\xa0\x48\x4f\ \xcb\x91\xa8\xb7\x34\x3f\x89\x51\x27\x98\xca\x69\xe9\x47\x38\xd6\ \x82\x0d\xa9\x5d\xb1\xe5\x8a\x44\x92\x04\x7c\x32\x9a\xeb\xe0\xba\ \xea\x98\x7b\xef\x68\xe8\x73\x40\x08\x06\xc3\xbb\x9d\x40\xac\xb4\ \x7c\x32\x9c\xf3\xbf\x82\x24\x49\x9f\x3e\x01\x3a\x16\x78\x7a\x88\ \x3a\x0c\x2e\xb1\xc4\x38\xb6\xce\xf2\x14\xe3\x41\xff\xbb\xfd\x08\ \x4c\x24\xa2\x4a\x44\x39\x79\x7f\x86\xab\x04\x9f\x70\xe6\x58\x3c\ \x68\x84\x90\xe1\x3f\xd2\xd0\xdc\x66\x61\x55\x95\x89\x65\xe8\x42\ \x72\xe5\x95\x96\x25\xaa\xe8\x13\x41\x6d\x62\xba\xd0\xb8\xe5\xbd\ \x79\x47\x2a\x7e\x72\xcf\x25\x12\xe3\x43\x0f\x40\x9f\x7e\x81\x30\ \xe6\x81\x85\xaf\x3c\x13\xaa\xbc\x14\x19\x91\xe4\x9c\x2c\x8f\x82\ \x11\x82\x40\x67\x53\x80\xba\x15\xbb\x1f\x12\xf3\xb2\x7d\x0a\x07\ \x64\xf5\x77\x75\x04\x4c\xb7\x22\x74\xee\xc9\xcf\x4d\x04\x0e\x88\ \x0d\x34\xb4\xf4\x79\xdd\xca\x80\xce\xb3\x73\x73\x55\xc4\x31\xe2\ \x47\x1a\x1a\x21\x31\x2b\x0e\x85\x3a\x43\x52\x7e\x4e\x12\xe2\x1c\ \x10\x02\x16\x6e\x6a\x0a\x24\x67\x65\x79\x54\xbb\xad\xb9\x55\x49\ \xcc\x4c\xf5\x4a\x4c\x08\x84\x71\xa8\xa7\xbd\xcf\xd0\xf2\xb2\x12\ \xa2\xfe\xb6\xe6\xb6\x1e\x93\x72\xc5\x9d\x98\x5f\x58\x10\xa7\x11\ \xc6\x98\x19\xe8\x6c\x6e\x3f\x12\x31\x99\xe2\x8e\xcf\xc9\x2f\x4c\ \xf2\x48\xb6\xbf\x76\xee\x2b\x35\xb7\x7c\xef\x5b\xe5\xf1\xd8\x51\ \x86\xd3\xd1\x5e\x18\x54\x76\x2e\x10\x22\x84\x7c\xa2\xfd\xe2\xec\ \x93\x31\x54\x63\x01\x4c\xc5\xf1\x15\x94\xf0\x89\xb0\xab\x43\xdb\ \xf0\x81\xee\xf6\x80\xad\xe5\x64\x24\xa0\xa1\xeb\x2e\x87\x54\xef\ \xa1\x9f\x9c\x10\x52\x01\x00\x00\x61\xcc\x9b\xf6\x6c\xe9\x77\x17\ \x8f\x2e\x49\x62\x43\x0a\xcf\x90\x48\x30\xb1\xdd\x6e\xd0\xd0\x68\ \xd4\x82\xb3\xd3\x2b\xbe\x63\x4c\x3e\x85\x10\x08\x63\xbd\xa7\x65\ \xc3\xaa\x95\x8b\xdf\x79\xfe\x17\x3f\xf9\xe5\x3b\x4b\x56\xac\xfa\ \x78\x4b\x2f\x95\x08\x01\xdb\xa6\x80\x25\x89\x20\x21\x04\x21\x12\ \x41\x82\x51\x4a\xa9\x6d\x53\x16\x6b\x77\x2d\xdb\xe6\x80\x25\x12\ \x5b\x9e\x36\xb8\x52\x0c\x1d\x0d\x06\x8d\x31\xee\xa9\x5e\xb9\xcd\ \x9f\x72\xfe\x19\xd9\x1f\x3e\xfe\xf3\xe7\x56\x1c\x24\x84\x60\xbd\ \xf5\x99\xdf\xff\x6e\x5d\x83\xff\xc0\xf2\x17\x7f\xff\xe4\x02\x83\ \x10\x42\xac\xe5\x2f\x3f\xfc\xdc\x47\x07\xfa\x1b\xd7\xfc\xe6\x77\ \x8f\x1e\x0a\x11\x42\x48\xd3\xda\xd7\x1f\x7e\x72\x7e\xff\x40\xdb\ \x33\x0f\xfd\xfa\xa3\x1a\x3f\x21\xc4\x6c\xdf\xf4\xf0\x1f\xfe\x5e\ \x1f\x62\xf5\xeb\x5f\xfd\xc6\xfd\x0f\xed\xef\x17\x04\x03\x21\xa4\ \x6d\xfd\xdc\x7b\xbe\xfd\xf0\xde\x23\x82\x90\x9e\xa7\x7f\xf5\xc0\ \xef\x5e\x5e\x6d\x11\x42\x30\x21\x34\xf0\xd6\x23\xdf\xfd\xe9\x93\ \x1f\x13\x42\x6a\x16\x3d\xfe\xeb\xbf\x3c\xbf\x6a\xdd\xda\xf7\x5f\ \x7b\xfa\xd7\xbf\xfb\xeb\xe6\xc6\x7e\x42\x48\xd3\xf2\x57\x7e\xf3\ \xd0\x93\x2b\xd7\xad\x99\xff\xd6\x0b\xbf\x7d\xe8\xf7\xab\xf6\x77\ \x25\x96\xcf\x18\x93\xd8\xbd\x78\x4d\x35\x47\x18\x9c\x60\x07\xa7\ \x6d\x10\x06\x84\x24\x49\xda\xb4\x71\x63\x63\x63\x23\x91\xa4\x21\ \x2a\x10\xab\x63\xc7\x23\x3c\x0a\xce\x63\x81\x14\xff\xe9\x29\x09\ \xc1\xd5\xcb\x5e\xfe\xd3\xcb\xeb\x19\x21\x18\x23\xce\x6c\x9b\x72\ \x22\x49\x18\x00\x13\x82\x81\x5b\x96\x4d\x19\x17\x42\x10\x49\x22\ \xc0\x2d\x9b\x21\x22\x11\x24\x00\x61\x04\xc2\xb6\xa9\x40\xf6\xe6\ \x45\xef\x2e\xdb\xd9\x4e\x69\x2c\xee\xd9\xc9\xf9\xc4\xd8\x24\x67\ \x1c\x4e\xb7\x38\x6e\x83\x31\x4d\x18\x8f\x2b\x9e\x70\xf7\xf7\x26\ \x19\xf5\xcb\x7e\xf9\xd8\xc7\xb7\x7e\xeb\x87\xe5\x5e\x88\x1e\xd9\ \xf7\xf4\x13\x6f\xd7\xf5\x44\xbd\x19\x55\xd7\x7f\xe5\xfa\x8a\x74\ \x77\x6f\xdd\x86\x17\x5f\x99\xdf\xc7\x54\xb3\xa7\x51\x9b\x38\x56\ \x01\x73\xfd\xfc\x17\x96\x6e\x6b\xa6\x38\xe9\x92\xdb\x6f\x97\xb7\ \xbc\xb1\x91\x8e\xfb\xce\xad\x67\x86\x6a\xd7\x3c\xfe\xd6\xfe\x1b\ \xbe\x7d\x77\x9e\x07\x10\xa2\x7b\x37\x56\x27\x97\x5f\x90\x97\x92\ \x75\xc3\x2d\x17\xfe\xfa\x85\x79\x07\x67\x56\x5a\xcb\xdf\xed\x4c\ \x9b\x71\xcf\x8c\xca\xf8\x91\x37\xaf\xff\xd9\x13\x8b\xf7\x9e\x7b\ \x81\xb6\x79\x65\xa3\xef\xb6\x9f\x9c\x5d\x91\x1a\x3d\x77\xfd\x4f\ \xe7\xcd\xdf\xf6\xc3\xab\xd2\xdf\x59\x5a\x7b\xce\xf5\x0f\x96\x97\ \x65\xde\x38\xfb\xe3\x67\xdf\xfd\x60\xd6\xb0\x5b\xd6\xbc\xb3\x30\ \x65\xda\x0d\xd3\xf2\xe3\xd6\xae\x0f\x6b\xac\x71\xfe\xe2\xad\xc3\ \x6e\x9e\x4c\x22\xcd\xf3\x17\x6f\x57\x3d\x9e\xa8\xa1\x83\x31\x20\ \xb9\xc5\xe1\x9d\x2b\xb6\x34\x4c\x9e\x5e\x1c\xdf\xb2\x63\xc5\xe6\ \xba\xa0\x6f\x54\xc4\x00\xb0\x4c\x18\x3e\xed\xd2\xef\xdd\x7e\x1e\ \x37\x83\x1f\xbf\xf5\xb7\xa7\x1e\x7b\x39\xff\x0f\xdf\xa4\x54\x14\ \x8c\xbe\xf0\x7b\xdf\xb9\x1c\x59\x91\x9d\x0b\x9e\x78\xf4\xe9\x67\ \xb2\x7f\xfb\xd3\xa9\x53\x46\x3d\xbc\x78\x47\xdf\xec\xd1\x49\x18\ \x4e\x87\xbd\x89\x1c\x3e\xdd\xb0\x0b\xce\x97\x2d\x5b\xf6\xee\xbb\ \xef\x26\x25\x25\x7d\x75\xce\x9c\xd2\xd2\x52\x7e\xdc\x16\x38\xc1\ \x70\xe5\xc7\xc2\x3f\x0b\x31\xb4\xd1\x3e\x69\x3c\x68\x2c\x29\xaa\ \xa2\x28\x10\x7a\xf7\xc9\x47\x37\x36\xf5\xcb\x82\x25\x55\x9e\x7d\ \xd7\xad\x17\x90\xa6\x2d\x2f\xbc\xb6\xb0\x3d\x22\x4a\xc6\x5c\xf0\ \xd5\xeb\xa6\x05\x0e\xae\x7f\xe5\xed\x25\x47\xc2\x76\x42\xf1\x94\ \x3b\xe6\x5c\x8a\x0f\x7d\xf4\xf8\x2b\xcb\xfa\x85\x67\xfc\x79\x97\ \xbb\xbd\x5a\xed\x47\xcf\xff\xea\x50\xe6\x99\x97\xdf\x71\xfe\xb0\ \xa4\x93\x87\xf0\x1b\x6c\x37\x07\x9d\x0e\xff\x82\x2a\x7c\x41\xe3\ \x94\xc7\xb7\x90\xe1\x42\x08\x0e\x24\x16\x59\x88\x0b\x01\xb6\xff\ \x83\x17\x9e\x69\x4f\x3e\xef\xdb\x73\x46\x6f\x7b\xe7\xf1\xa7\x5e\ \x5b\xfa\xeb\xbb\xa7\xbf\xf7\xe2\x2b\xb4\xea\xba\x6f\x9d\x57\xb1\ \xe9\xcd\x47\x36\x5b\x96\x05\xea\x98\x59\x57\x95\x4e\xa5\x35\x0b\ \x9f\xf9\x70\xde\xda\x7b\xa7\xc7\xb7\xcc\xdf\xd2\x07\x53\xba\x9b\ \xf6\x75\x2a\x29\x89\x1e\x89\x09\x86\x79\x7f\x5d\xb7\x9e\x36\x2b\ \x07\x04\x4b\x1f\x77\xf1\xf9\x9b\xf7\x3d\xff\xc8\xef\x88\x6e\x5f\ \x71\xcf\x5d\xf1\xdc\x16\x89\xc3\x6f\xbc\x64\xf4\xe3\x2f\xfd\x65\ \x9f\x66\x54\x5d\x7c\xdb\xc8\x54\xc4\x84\xef\xe2\x1b\xaf\xf8\xcd\ \x9f\x5f\x7f\xb8\xd9\x6d\x14\x9e\x77\xe1\xf8\x4c\xc6\xf8\x98\xd9\ \x37\x8c\xdc\xf5\xc8\x23\xbf\xfb\xa3\x6e\x66\xdc\x75\xe7\x64\x10\ \xa1\x80\xdf\x9c\x79\xf9\xc5\x7d\xb5\x2b\xf7\xfa\xc7\xc5\xef\xfc\ \xa8\x27\x79\xe2\xec\xd4\xb6\xbe\x50\x58\x0c\xf4\xe3\xe4\x61\x97\ \x8d\x56\x57\x2c\xdd\x34\xf5\xde\x49\x4b\x97\x57\x9f\x71\xe9\x65\ \x9d\x87\xbb\x83\x3c\x56\x98\x18\x05\x90\xd4\xf8\xe9\xb3\x2f\x5b\ \xb5\xe6\xaf\xd5\x1d\xe1\x6c\x82\x85\xe0\x14\x40\x26\x9e\xf1\x17\ \x5e\x5b\xb2\xf4\xf7\xbb\xf7\xf7\x5e\x97\x9b\xa7\x85\x56\x74\x87\ \xcc\xa4\x04\xe4\xec\x24\x77\x1a\x82\x11\x98\x96\xa9\xaa\xca\xd5\ \x57\x5f\xcd\x18\xd3\x0d\x83\x32\x36\x58\xc7\x38\x3f\x1e\xd7\xf5\ \x78\x09\xe7\x02\x1d\x0f\xed\x28\x4e\xd6\x47\x18\xfc\x40\x08\x40\ \x48\xd0\xe0\xfe\xfa\xce\x11\xd7\x7c\xef\xc2\xcc\xb6\xc7\x1e\x7e\ \x71\xf5\xa4\x91\xf1\x9b\x96\x1c\x10\xc3\x7e\xfd\xa3\x8b\x08\x45\ \x24\xda\xfa\xea\x4b\x6f\x89\x89\xb7\x7e\x73\xbc\xf2\xd2\xc3\x7f\ \x7f\x73\xe3\x98\x8b\xa2\x07\xfa\xa4\x92\xfb\xbf\x75\x7d\xb2\x06\ \x4b\x77\xf3\xaa\x73\x6f\xf9\xfa\xa5\x15\x02\xc9\x94\xd2\x93\xd6\ \x78\x8c\x80\xc7\x7c\x0a\x83\x36\xce\xe9\x18\xf7\x35\x16\x27\x37\ \x16\xe7\x51\x66\x8c\x01\x08\x2e\x04\xed\x6b\x3b\xd8\x2c\x66\x5d\ \x3f\x23\x3b\xc3\xe7\x3e\x6f\xe6\xf2\x27\xf7\x36\x35\xe4\xb4\xfb\ \xbd\x97\x9c\x35\x39\x23\x4d\xcb\xcf\x4f\xdb\xda\x0e\x56\xa4\x7b\ \xcd\x7b\xaf\xee\x6c\xd7\x79\xa0\x9d\x79\xb3\x12\x46\x9c\x93\x36\ \xef\xa9\xbd\x07\x8e\x58\xcd\x47\x4a\x86\x4f\xf5\x48\xcc\x36\x98\ \xc4\xa3\x51\x4a\x93\x5c\x12\x30\xdb\x14\xea\xb9\x57\x5d\xb1\xe9\ \xfe\x07\xdd\x57\xff\x72\x4a\x91\x47\xd7\x75\x84\x45\xd9\xcc\x2b\ \x46\x6c\x78\x60\xb5\x31\xfd\x1b\x33\xcb\x2c\xdd\x60\x80\xdc\x05\ \x53\xae\x9a\xb8\xe6\x91\x8f\xfa\xbe\xff\xc7\x73\xdc\x54\x37\xa8\ \x20\x6a\xf6\x55\xd7\x4e\xbf\xef\x67\xef\x5f\xfa\xdd\xdf\x96\xfa\ \xb8\x30\xf4\x50\xd0\x4c\x1d\x3d\x65\xb4\xba\x60\xd9\xdb\x6f\xa9\ \x5d\xad\x93\x2f\xbf\xd5\x5e\xff\xec\x91\x48\x38\x12\x0c\xe9\x96\ \x6f\xea\x05\x67\x1f\x79\xea\xfd\xd7\xdf\x68\x6e\x95\xcb\xee\x9d\ \x99\xf7\xd4\x53\x6b\x82\x3a\x8d\xc5\xd2\xa3\x20\x04\x15\x88\x23\ \x89\x08\xdb\xb6\x06\x03\xd6\x72\x06\x36\x95\x04\xa8\x18\x2c\xcb\ \x02\x45\x26\xc8\x88\x5a\x16\x67\x92\xa3\x0b\xa7\x21\x9c\x83\x24\ \x49\x33\x67\xce\x1c\x8c\xaf\xc3\x99\x65\x99\x08\x61\x00\xf9\xd3\ \x5b\x31\x0c\xb6\x79\x27\x86\x51\x3c\x59\x3d\x44\x02\x80\x0b\x21\ \x04\x67\x8c\x13\x55\x4d\x48\x4a\x4e\x2f\x4c\x1c\x5e\x1a\xd7\xdc\ \xde\x7f\xcb\xd4\x19\x1b\x5f\x5d\xf2\xe4\xf3\xc6\xec\x4b\x2e\x1d\ \xee\x6e\x3c\x78\x24\xa0\xed\x59\x3e\xb7\x96\x05\xd5\x84\x64\xcb\ \xa2\x80\x3d\x71\x49\x69\xa9\x49\x1e\x08\x71\x2e\x64\xcd\xe5\x71\ \xbb\x0c\xc3\xfa\x8c\x35\x19\x68\xc8\xc5\x11\x0c\xc6\x5e\x86\xd3\ \x4b\x17\xb8\xe0\xb1\x75\x53\x82\x0b\x84\x19\x63\x9c\x0b\xc1\x19\ \x45\x92\xe2\x92\x8d\x23\x3d\x7e\x28\xf6\x05\x7a\x3a\x4c\x49\xf1\ \xf8\xdc\x0a\x04\x0f\x77\xf9\xc7\x67\x67\x71\xca\x30\x11\xcd\xdb\ \x97\xbe\xb7\xdb\xfc\xe1\xaf\x7e\xe0\xd9\xf7\xd2\xdf\x3f\xd2\x89\ \x37\x6f\x72\xa5\xe7\xe3\xa5\x1f\xca\x7d\xda\xa4\x73\x0a\x91\x69\ \x30\x0a\x4c\x96\xdd\x84\xe8\xfd\x51\xce\xe3\xa8\x2d\x34\x4f\x72\ \x5e\x61\x41\x5c\x66\x22\xa7\x36\x63\x1c\xa8\xc5\xbd\x9e\x9c\xdc\ \xa2\x7c\x3b\xd7\x0d\xb6\xc5\x18\x80\x30\x2c\x25\x33\x3f\x2f\x3f\ \xcb\x9d\x11\x4f\x4c\x53\x67\x80\xb8\x6e\xb8\xd3\x0b\x0a\x73\xf2\ \x32\xd3\x13\xb8\x6d\x32\xd3\xd4\x23\xdc\x4b\x7c\x93\xce\x9a\xfa\ \xce\xf7\x1e\x36\x4b\xaf\xba\x63\x78\xd6\x9a\x8f\x21\xa2\xeb\xd1\ \x90\x4e\x29\x57\x53\x87\x9f\x3d\x72\xfe\x0f\x9f\x59\x77\xdb\xaf\ \x7f\x9f\xee\x6e\xe3\xdc\x0e\x45\x2d\x21\x04\x42\x58\x02\x24\x21\ \x73\xef\xd6\xd5\x75\x50\x70\x5d\x6a\x5c\xc4\xa6\x00\x48\xc2\x44\ \x96\x68\xc3\xfa\x15\xfb\x98\x6f\x6a\x61\xaa\x11\xa8\xb1\xb8\x4b\ \xc5\xc0\x18\x63\x8e\x2e\x9c\xae\x44\xc2\xe1\xe3\x66\x39\x40\x6c\ \xa7\x51\xf6\xa9\x4a\x36\x18\xd8\x98\x31\xce\xb8\x38\xea\x69\x38\ \x99\xbd\x80\x18\x8f\x6d\x4e\xc5\x19\x63\x42\x08\x6a\x5b\xc0\x39\ \x13\x98\x1a\x66\x4a\xe5\xac\x1f\x3e\x38\x7c\xd3\xa2\x57\x1e\xff\ \xdb\x63\xf7\x7d\xfd\x7c\xaf\x3b\x61\xc2\xc5\x73\x2e\x1b\xee\x33\ \x2c\x4e\x34\xad\x61\xa1\xcd\x99\x6d\xd9\xd4\x85\x98\x60\xb6\xa5\ \xdb\x00\x20\x06\x23\x9c\x7f\xd2\x42\x3f\x31\xcd\x58\x0c\xfa\x3f\ \x4e\xbf\x38\xf1\xb1\x60\x98\x82\x73\x60\x9c\x51\x4b\x8f\xea\x96\ \x69\x8a\x84\xac\xb3\xce\x19\xf5\xea\x1b\xcf\x04\xf7\x66\x35\xef\ \x3b\x30\xfe\xdc\x5b\x73\x72\xf2\xa6\xcd\xa8\x78\xf3\xc5\x47\x7b\ \xf7\x94\x75\x56\xd7\x43\xd5\x68\x5f\x72\x4e\xaa\xd8\xb1\x62\xfe\ \xfb\x5a\xe7\x01\x83\x17\x9a\x54\x1e\x33\x65\xea\x7b\xbf\xfa\xab\ \x55\x76\xcd\x6d\xd9\x9a\x61\xe8\x4c\x20\x5b\xf2\x94\x66\xba\x3f\ \xae\xaf\xd7\x67\x64\x72\x46\xa9\x6d\x46\xc3\x61\x49\x37\x29\x65\ \x8c\x52\x00\x4c\x6d\xaa\x47\x22\x61\x3b\x16\x81\x9a\x02\x80\xc0\ \xd4\xd2\x23\xe1\x70\xd4\xb2\x28\x15\x8c\x09\x40\x18\x71\x43\x8f\ \x44\x22\xba\x61\x31\x8a\x6d\x53\x0f\xf4\x45\x5c\x96\x2d\xa5\x57\ \x5d\x7f\xcb\xad\x56\xfa\x58\x9f\x30\x29\xb3\x7b\x83\xa1\xb0\x6b\ \x20\xa2\x0b\x66\xd2\xe2\xc9\x97\xde\x83\xc6\x4d\x28\x4b\xb3\xcc\ \xc3\x46\x74\xa0\x2f\x6c\x7b\xb1\x7d\x70\xfb\xea\x57\x5e\xee\x0a\ \x77\x36\x1d\x6c\x37\x2e\xba\xe5\xb6\xc2\x38\xd8\xcb\xec\xb6\xda\ \x8f\x5f\x9d\x1b\x32\x7a\xda\x0e\x36\x77\x9f\x75\xcd\x57\xc7\x67\ \xa1\xfa\x65\x8d\x66\x7c\x6e\xb2\x46\x6c\xdb\x74\x64\xe1\x34\x74\ \x2e\xc4\xfe\x95\x15\x25\xb6\xea\x81\x52\x6a\xdb\x76\x6c\xa3\x96\ \x4f\xef\xe9\x36\x64\x5f\x48\x36\x24\xec\xeb\x09\x07\xc4\x4e\xcc\ \x29\x58\xa6\x1e\x35\x2c\x46\xa9\x1e\x8d\x9a\xb6\x0d\x4c\x98\xba\ \xce\x85\xb5\x6f\xfd\xa2\x2d\x07\xfd\x2e\xdb\xf4\xb8\x25\x25\xb1\ \x62\xf6\xf8\xf4\xb7\x5e\x7b\xac\x6f\x78\x11\x16\xde\xb3\xae\xbc\ \x88\x5b\xa6\xae\x5b\xcc\xa6\x16\x92\xcb\x8a\x33\xd6\xac\x7a\xf5\ \xd1\x81\x61\xe5\xa3\xa6\x4f\x19\x91\x46\x6d\x06\x43\xc7\xfe\x63\ \x83\x7f\xc7\xa3\x45\x9d\x3c\xcd\xff\x80\x2f\x28\x1e\x74\x57\x67\ \x67\x4a\x5a\xda\x51\x59\x65\x82\x68\x29\x99\x79\x39\x59\xa9\x98\ \x43\x46\x71\x55\x41\x8a\x1c\x0c\x8b\x11\xd3\x67\x9f\x77\x46\x09\ \x33\x78\x4e\xf9\x88\xa2\x54\x25\x14\x36\x53\x8b\xc6\x4c\x1d\x3f\ \x3c\x37\xb7\xa0\x3c\x2f\x3e\xdc\x1f\x24\x09\x85\x67\x9e\x39\x31\ \x27\x35\x31\x31\x41\x3e\xb0\xa7\x26\x73\xd2\xa5\x67\x16\x7a\x4c\ \x3b\xe6\xb9\x90\x7c\xae\xc8\xea\xd5\x3b\x33\x46\x4c\x48\x73\x81\ \xcd\xc0\x9b\x9c\x91\x9b\x9f\x17\xa7\x92\x98\x67\x83\x73\xa1\x79\ \x13\xf2\xf2\xf3\xd2\x12\x5d\x62\x30\x8e\x33\x47\x8a\x27\x2d\x27\ \x3f\x2b\x3d\x09\xc7\x46\x73\x04\x17\x48\x4e\x4a\xcf\x2c\xcc\x4d\ \x77\x49\xc0\x04\x78\x92\x33\x0a\x0a\xb2\x5c\x92\x94\x59\xf0\xff\ \xd8\x3b\xeb\x30\xb9\x8e\x2b\x6f\x9f\xaa\xba\xd4\x38\xcc\x24\xd6\ \x88\x19\x2c\xb0\x64\x4b\xb6\xcc\x1c\x33\x85\x69\xb3\x81\xdd\xfd\ \xb2\xa1\x4d\x1c\xc6\x0d\x38\x71\x9c\x98\xed\x98\x64\x59\x26\x19\ \x64\xcb\xb2\x6c\x31\x33\xc3\x88\x46\xc3\xdc\x70\xa1\xaa\xce\xf7\ \xc7\xed\x1e\x8d\xa4\x19\x47\xd6\x46\xf2\xd8\xae\xf7\xe9\x47\xea\ \xe9\xe9\xb9\xb7\xfa\xf6\xa9\xdf\x3d\x75\xea\xd4\xa9\x81\xa5\x59\ \x86\xe3\xa2\x15\xc9\x2e\x2a\x2a\xca\xcf\xc9\x2e\x28\xab\x28\xce\ \x8f\xea\x66\x56\x65\x65\x5f\x03\x5d\x01\x46\x76\x6e\x61\x49\x61\ \x41\x5e\x5e\x5e\x34\x18\xa4\x44\xcb\x2a\x19\x7c\xe9\x55\xd7\x4c\ \x1e\x98\xe3\x24\x1d\x33\x9a\x9d\x95\x1d\x44\xa0\x19\x85\xfd\x66\ \x5d\x79\xfd\x8c\xe1\x25\x18\xab\x7d\x6d\xfe\x82\xc8\x98\x8b\xce\ \x1b\x94\xc3\x3d\xa1\x76\x77\xea\x75\x0f\x40\x02\x90\x4c\xda\xaf\ \xbf\xb1\x70\xed\xda\xb5\xeb\x37\x6c\x4c\x26\x93\xc5\xc5\xc5\xfe\ \x6e\xa9\xf5\x75\xb5\xc1\x50\xd0\xb2\x02\x9d\xf9\x8e\x75\x75\x35\ \x59\x39\xb9\x94\x52\x91\xda\x5d\xe6\xa4\xa9\x81\xe3\x95\x9a\xa5\ \x94\x7a\x30\x5a\x56\x5e\x5a\x90\x1d\xcd\xc8\xce\xef\x53\x52\x18\ \xd6\x88\x15\xc9\x2d\x2f\x2d\x8d\x6a\x5e\x4b\x4b\xab\x08\x16\xcf\ \x9e\x73\xc9\xc0\x9c\x60\xf1\xe0\x11\x65\x51\x12\x4b\x8a\x68\x6e\ \x51\x79\x49\x41\x28\x14\x2d\x28\x2d\x2b\xc8\x0d\xa3\x27\xb3\xfb\ \x0c\x28\x8c\x32\x47\x18\xc5\xe5\xe5\x39\x11\x3d\x65\xd2\xe9\xcd\ \xcf\xbb\x54\x83\x4e\xfd\xa7\x69\x5a\x43\x7d\x9d\x15\xb0\x02\x81\ \xe0\x59\xaf\x07\xfd\x3e\x79\x4d\xa7\xd4\x83\x5e\x3f\x6c\xc4\x68\ \x7f\x12\x55\x4a\x81\x44\xb7\x4c\xcd\xb5\x93\x02\x01\x91\x98\x96\ \x65\x68\x54\x70\xd7\x76\x3c\x44\x00\x42\x0d\xd3\xd4\x35\x0a\x88\ \x9e\x6b\xbb\x9e\xd4\x4d\xcb\xd0\x19\x01\x0a\xa2\x7d\xc3\xf2\xe5\ \x9b\x36\x6f\x39\x86\x65\x77\xde\x75\x4d\x9e\x2e\x45\x5a\x86\x2d\ \xe6\xbc\xfa\xe8\xdf\x1a\xfa\x5c\x7a\xdb\xac\xa1\xc2\xf5\x0c\xcb\ \x42\xcf\xf1\x78\xaa\x54\x2e\x22\xe8\xa6\xa9\x81\xb0\x1d\xde\x29\ \xa2\x44\x33\x2d\x9d\xd8\xb6\x7d\xbc\x66\x2a\x61\x01\x4b\xf7\x6c\ \xdb\x93\x40\x08\x35\x2d\x53\x7a\xb6\xcb\x91\x74\x1e\xc4\xb0\x34\ \xf0\x5c\x49\x4d\x9d\xd8\xb6\xdb\xe5\x02\xd3\x54\x31\x6b\x66\x06\ \x4c\xcd\x0f\xa9\x78\xae\xe3\x71\x09\x80\x54\x37\x03\xa6\x01\x80\ \x80\xd2\x73\x5d\x8e\xac\x75\xf7\x9b\x0f\xbe\x7e\xec\xd6\x2f\xdd\ \x55\x66\x72\x4f\x79\x0b\xbd\x34\x87\x01\x29\xa5\xdb\xb6\x6d\x9f\ \xfb\xdc\xbc\x82\x82\xfc\x9b\x6f\xba\x29\x2f\x2f\x0f\x11\x83\xa1\ \xd0\xb6\xad\x9b\xf3\xf3\x0a\x32\xb3\xba\xd6\x83\xde\x30\x70\xd0\ \x10\xdd\x38\xb9\x1e\x74\x77\x89\x46\xa0\x19\xa6\x41\x45\xd2\x11\ \xa6\x65\x4a\xd7\x76\x05\x18\xa6\x45\xa4\x2b\x3a\xeb\x41\x3b\x8e\ \xe3\x71\xa0\xcc\x34\x2d\x8d\x11\x94\xdc\x4e\x3a\xa0\x19\x06\x43\ \xdb\x76\x01\x08\x50\x66\x59\xa6\x46\xc1\x75\xec\x13\xeb\x41\xa7\ \x72\x2d\x09\x21\x27\xd5\x83\xde\xb1\x7d\x6b\x76\x76\x76\x76\x4e\ \xde\xd9\xaa\x07\xed\xf0\xe4\xf0\x8a\xd9\x39\xd1\x0a\x8d\xe9\x3d\ \xf8\x0b\x3c\x33\x54\xe4\xf2\x64\xe7\x70\x07\x25\x38\x8e\x13\xb0\ \x2c\x0f\x51\x02\x01\xe9\xd9\x09\x0f\xc1\xf7\x76\xd0\xb5\x93\x6e\ \x57\x0d\x43\xe1\x26\x13\x5d\xea\x38\x83\x67\x27\x3d\x1b\x80\x50\ \x46\x38\xa3\x2c\xa3\x6c\xcc\x8c\xf3\x26\xe6\x1b\xc8\x8f\x6f\xd7\ \x89\x0e\xb1\x66\x5c\x77\x77\x9b\x4b\xb8\xe3\x11\x94\x6e\x22\xd1\ \x35\xdb\x83\x00\x70\x3b\x55\x84\xf7\x78\xf1\xdc\x74\xf1\xe5\x2e\ \x63\x40\x9e\x8c\xf3\x74\xa0\x46\x38\x89\x44\xfa\x79\xfa\x20\x4e\ \xaa\x40\x74\xfa\x0f\x8f\x7f\xe8\x54\x89\x67\x61\xc7\xdd\x53\xc2\ \x2b\xae\x13\x77\xbb\x54\x72\xa6\xd2\x2a\x1c\x75\xd7\x1d\x93\xf3\ \x4c\xee\x71\x95\xd4\xd4\x4b\x07\x12\x08\x80\x12\x46\x8d\x1e\x15\ \x0e\x87\x33\x32\x33\x73\x73\x73\xb8\xc7\x29\xa3\x42\x08\xcf\x71\ \x49\xd7\x3d\xe6\x11\x00\x89\xed\xd8\xa6\x69\x72\x3f\xf3\xd1\x9f\ \xad\xc0\xf4\x6e\x70\x5d\xe6\x2f\x09\x80\x70\x52\xe5\x9f\x9d\x54\ \x3d\x68\xf0\x3a\xeb\x41\x77\xb5\x13\x21\x4e\x28\x0b\xee\x3a\x76\ \xe7\xf9\xc4\x89\xd5\xcc\xf1\x78\x9b\x4f\xae\x07\x0d\x48\x28\x11\ \x7e\xd0\x94\xd2\xd3\x2c\x09\x7d\x86\xf5\xa0\x75\x66\xea\xcc\xec\ \x39\x8c\x41\xa4\xf4\x1c\x9e\xf4\xc7\x37\x94\xb1\xea\x23\x87\x9b\ \x5b\x9a\x87\x0c\x1d\x66\x59\xc1\xf4\x4e\x3c\x48\xce\xa4\x5a\x2e\ \x31\x4c\x8b\x51\xe0\xae\xed\x71\x3c\xa9\x2c\x3f\x65\x8c\x12\xfc\ \x48\xa4\x0f\x12\xca\xd8\x47\xa4\xa9\x9f\xdc\xf8\x42\x3a\xff\x40\ \x37\x74\x99\xaa\x07\x0d\x42\x8a\xa3\x87\x0f\x37\x37\x37\x0e\x1d\ \x36\x82\x52\x9a\xaa\x07\x4d\x59\x6d\x6d\x4d\x6d\x6d\xcd\x90\x61\ \xc3\x82\xc1\x50\xa7\x07\x4f\x3e\xe4\x7a\xd0\x29\x47\x45\xa2\xac\ \x3e\x72\xb8\xa1\xa1\x7e\xe8\xb0\x11\x8c\xb1\xde\x52\x0f\xda\x6f\ \xf1\xa1\x83\x55\x2d\x4d\x8d\x94\x69\xca\xe6\x14\x1f\x59\xb1\x00\ \x21\xa4\x6e\xe8\xfd\xfb\x0f\x0c\x04\x83\x5d\x57\xed\x50\x4a\x8f\ \x1c\x3e\xd4\xd0\x50\x47\x29\x23\xbd\xa9\x68\x3f\x21\x20\xa4\xd4\ \x18\xeb\x3f\x60\x50\x30\x14\x3a\xcd\x2a\x8f\xe7\x4e\x17\x08\xa5\ \x76\x32\xc1\x39\x57\x5b\x1d\x28\x3e\xba\x21\x07\x42\x68\x20\x10\ \xa0\x94\x9e\xda\xc1\x18\x63\x76\x32\xe9\x71\xaf\x97\x59\x38\x12\ \x42\x2c\x2b\xe0\xef\x91\x77\xba\x1d\xf6\x9c\xd5\x83\x06\x50\x4b\ \x8a\x15\x1f\x0b\x6d\xe8\xd9\x0f\xef\xb5\x16\x8e\x27\xec\xa9\xfd\ \xcf\xd1\x7a\xc9\x05\x55\x28\x3e\xde\x92\xf1\xd1\x42\xd5\x83\x56\ \x28\x14\x1f\x9e\xbf\x40\x88\x2a\x06\xad\xf8\x98\x38\x05\xd8\x43\ \x61\x85\x5e\x3b\x90\xe8\xa9\xcd\x1f\xb2\x2e\x10\x42\x6c\x3b\xd9\ \xd1\xde\x71\x3a\x39\x15\x0a\x45\x6f\xc6\xb2\x02\xd1\x68\xc6\x49\ \xb1\x45\x42\x89\x63\x3b\x1d\xed\x6d\xbd\x73\x6b\x19\xcb\xb4\x22\ \x19\x99\xa7\x2f\x5a\x67\x18\x77\x24\x84\x52\x42\x7b\xcc\x5e\x48\ \x65\x64\x8b\xe3\xa2\x90\x4c\xb6\xb4\x36\x17\x15\x95\xf8\xf5\xa0\ \xbb\x14\x9f\x01\x00\x50\x51\x07\x45\x6f\xe3\x94\x2a\x49\xa9\x1f\ \x85\x14\x0d\x75\xb5\x82\xf3\x9c\xdc\xbc\x2e\x77\x60\xe2\xba\x4e\ \x73\x73\x63\x41\x41\x71\x30\x14\x22\x1f\x92\x85\x77\x3d\x5d\xd7\ \xe7\x52\xca\x86\xfa\x3a\xcf\x75\x72\xf3\xf2\x4f\xd3\x6b\x38\x13\ \x5d\x20\x40\x5c\x9e\x74\x79\xb2\x27\xa7\x09\x11\x34\xa6\x5b\x7a\ \xd8\xcf\xe5\xa0\x94\xd6\x1c\xab\x2e\x28\x2c\x8a\x44\x33\xba\x6d\ \x96\x8a\x47\x2a\x7a\x9d\x2e\xa4\x6b\x3a\x92\x13\x6b\x25\x52\x4a\ \x11\xf0\xc0\xde\x3d\x99\x99\x59\xa6\x65\x75\xae\x8f\xa8\xad\xad\ \xce\xce\xc9\xcb\xca\xca\xfe\x10\x2d\xbc\xdb\xfe\xe8\xb7\x19\x00\ \xf6\xef\xdd\x93\x91\x91\x69\x05\xac\xb3\x56\x0f\xda\x08\xbf\xbb\ \xed\x91\x77\xb6\x3c\x64\x19\x91\x6e\xdf\xe0\x7a\xf1\x61\x15\xb3\ \x6f\x9d\xf9\x2b\xdb\x4d\xad\x51\xf5\x38\xef\x5c\xb0\x71\x6a\xb5\ \xdc\xf7\x6b\x28\x21\xe4\x83\x5d\x56\xc2\x18\xf5\x8b\x48\x9f\xde\ \xdb\x29\xa3\x04\x50\x7e\x24\x56\x3a\x33\xc6\x00\x50\xa8\x2c\xc9\ \x73\x32\x20\xef\x5a\xee\x95\xa4\x91\x52\x52\x4a\x19\xd3\xb8\x10\ \xe6\x71\x23\x05\xcf\xf3\x3a\xf7\x46\xf9\x60\x16\xfe\x7f\x93\xad\ \x6e\xdb\xdc\xf5\x6d\x9d\x6d\xd6\x74\x8d\x0b\x0f\x20\x70\xb6\xea\ \x41\x03\x00\xa2\x14\x52\x74\x8e\x14\x4e\x42\xa0\xc0\x93\x7e\x85\ \x52\x22\x52\x29\x53\xf5\xa0\x53\xdd\x30\x55\xd8\xbd\xfb\x82\xd0\ \x00\x00\x40\x09\x25\x20\x25\x1e\xaf\x8d\xf3\x4f\x46\x37\x98\xd8\ \xb2\x74\xb5\xde\x77\x6c\x65\x49\xc6\x3f\xed\x3f\x84\x50\x06\x89\ \x4d\xcb\x37\x65\x0e\x99\xd0\x27\xdb\x48\xd7\xd7\xa5\x9a\x96\x9e\ \xa6\x49\xbf\xa4\x75\xa9\xed\xe7\x6f\x99\xd5\xe5\x4d\xa9\x8a\xa0\ \x7e\xd1\x67\x29\x04\x65\x0c\x00\x79\xba\xb4\x96\xff\xb7\x82\x73\ \xa0\x1a\xa3\x5d\xeb\x87\xfa\xc7\x10\x9c\x83\xa6\xb1\x2e\x97\xca\ \x4f\x8f\x26\x5d\x5f\x04\x29\x11\xf9\xde\xf5\x2b\x9d\x82\xd1\xc3\ \x4b\x03\x82\x2b\x17\xeb\xac\xfb\xe4\x7e\xa4\xee\x78\x0f\x4c\xdf\ \xd6\x80\x52\x89\xf2\x64\x7b\xf4\x2b\x90\xa5\x8b\xb2\xc8\x53\xaa\ \xb9\x9d\xd0\xeb\xd2\x26\x81\x67\xda\x36\x42\x29\x4a\x71\x52\x72\ \x75\x37\xf5\xa0\xbb\xb4\xd9\x2f\xbf\x70\x76\xeb\x41\xa7\x94\xa8\ \x87\xbc\x2e\x02\xe4\xa4\x94\x2f\xbf\x1e\x11\xa1\x34\x59\xbb\x7b\ \xf5\xd6\xba\x11\x33\xce\xcf\x66\x92\x52\x7b\xd3\xd2\x55\xb2\x68\ \xe4\x98\x01\x39\xfe\xb5\x17\x42\x20\x02\xa1\x94\x31\x7f\x81\x07\ \xa9\xdb\xb2\x64\x65\x75\xf4\xaa\x4b\xc7\x52\x29\xb8\x40\xca\x18\ \xf5\x6f\xef\x7e\xc1\x04\xca\x28\x25\x7e\xf7\x05\x42\x19\xa3\xc0\ \x93\x2b\x17\xcc\xcf\xb8\x66\xe0\x90\xd2\xac\x54\x49\x7a\x29\xb9\ \x94\x8c\x31\x90\x42\x48\x4c\xbd\x4b\x08\xdf\x55\x68\xda\xbe\xe4\ \xa9\x97\xb7\xde\x98\x93\x7b\x60\x7d\xf3\xd8\xf3\x27\x45\x75\xa0\ \x90\xd8\xb8\x72\x2d\xc9\x2e\x4b\xd6\x1e\xc8\x1a\x7a\xfe\xe0\x1c\ \x1d\x29\x3d\xba\x79\xe5\x11\x91\x19\x76\x1a\x92\xd1\x01\x13\x87\ \x16\x4a\x24\xc9\xba\x1d\x2b\xf7\xc6\xf2\x99\x1d\x0b\x96\x4e\x1a\ \xd5\x97\x4a\xf0\x5a\x0f\xbe\xb7\xae\x76\xfc\x94\x11\x35\x3b\x57\ \x27\x73\xc7\x8c\xab\xc8\xe0\x5c\x50\x4d\x6b\x3c\xb0\x76\x73\x73\ \x64\xea\xd8\x41\xb4\x75\xef\xbb\x3b\x9a\x46\x8e\x9b\x94\x6d\x08\ \x09\x54\xc3\xd8\xfa\x15\xeb\xcc\xbe\x93\x86\xe6\x93\x1d\xcb\xde\ \xdb\x56\xd3\x0e\x44\xcb\x29\xee\x3f\x6e\xdc\xa8\x4c\x13\xa5\x74\ \x76\xaf\x79\x6f\xdb\xa1\x7a\x09\x5a\x34\xbf\x62\xec\x84\xb1\x79\ \x41\xa3\xe3\xe0\xda\x67\xde\x3e\xf6\x83\xff\xb8\x31\x4c\xfe\x0f\ \x35\xc6\x15\xa7\x73\xe7\xeb\x72\x07\x4e\xd5\x83\x16\x02\xfd\xb2\ \xe0\x7e\x19\x91\x53\x64\xc1\xef\xa5\xf8\xcf\x7c\x04\x4a\xc9\xb1\ \xdd\x1b\x0e\xc4\xb3\x26\x8d\xae\xd0\x80\xf8\xeb\xaf\x50\x0a\x21\ \x24\x10\xca\x18\x23\x04\x40\x0a\xde\xe5\xc7\xd4\x6f\x29\xd5\x98\ \x7f\xab\xf0\x36\x2e\x7a\xb9\x29\x77\xf2\xec\xd1\x05\xe8\x6f\x34\ \x40\x4e\x8c\x62\x74\xd6\x83\x4e\x6d\x4b\x90\x6a\x73\xaf\xab\x07\ \x9d\xd6\x51\xa2\x9b\x72\xe9\xfc\x47\x9f\x7d\xf7\x00\x65\xb4\x7d\ \xf7\x3b\x0f\x3e\xfe\x4a\xdc\x08\x13\xb7\xfd\xf0\x81\x7d\x47\xea\ \x5b\x91\x32\x42\x89\xf4\xe2\x47\xab\xf6\x1f\x38\x58\x9d\xe0\xd8\ \xb6\x6f\xc3\xe2\x25\x2b\xf7\x1c\x3c\x78\xac\xbe\x83\xea\x1a\x8f\ \x37\x57\xed\xdf\x77\xac\x39\x4e\x98\x06\x28\x93\x1d\xcd\x47\xaa\ \xf6\x1f\x38\x74\xcc\x96\x94\xa1\x53\x57\x7d\xf8\xe8\xe1\x1a\x1b\ \x19\xa3\x04\x84\x53\x7b\xb4\x6a\xdf\xfe\x83\x4d\x31\x47\xa3\xb2\ \xb9\xa1\xb1\xdd\x96\x40\x88\xb0\x3b\x1a\x1b\x5b\x05\x12\x40\x20\ \x32\xb9\x74\xe1\xb2\xd2\xa9\x57\x8f\x2c\xa5\xef\xcc\xfb\xeb\xdc\ \x95\x87\x28\xa5\xcd\x3b\xde\x79\xe0\xd1\x37\x78\x30\x7c\x74\xe5\ \xcb\x0f\x3d\xfd\x0e\xa7\x8c\x76\xec\x7b\xec\xe1\x47\xf6\x24\x2d\ \xda\xb4\xee\xbe\x07\xfe\x71\x38\x49\x29\x75\xde\x7c\xe2\xc1\x77\ \x76\xb4\x1b\xfc\xe0\x03\xf7\x3e\xba\xab\x59\x52\x0a\xab\x9e\x7f\ \xf0\xe5\x75\x47\x4d\x2d\xf6\xe6\x3f\x7e\xf3\x8b\x7b\xe7\x37\x23\ \xa5\x94\x52\xd1\x34\xef\xf7\x3f\xfe\xfd\x73\x4b\x13\x84\xda\x47\ \x96\xfe\xea\xc7\x3f\x7d\x71\xe5\x01\xca\x34\xc6\x68\xfd\xd6\xb7\ \x7f\x75\xcf\x4f\x17\xee\x6c\xa3\xb2\xf5\xb5\x47\x1f\xdb\x78\x30\ \x46\x45\x7c\xe3\x5b\xff\xb8\xe7\x17\x7f\xdc\xd9\xc8\x29\x4d\xbc\ \xf1\xcc\xd3\x4b\x76\xb4\x50\x99\xdc\xb1\x6c\xfe\x2f\xee\xf9\xf5\ \xfa\x6a\x67\xec\x25\x57\x66\x37\xae\x5e\xb1\xb7\x85\x30\xaa\x8a\ \x35\x9f\x03\x28\xa5\x80\xf8\xc2\xfc\xf9\xeb\xd6\xae\x65\x8c\x75\ \xde\x87\x65\xaa\x8f\x9d\x58\x0f\x1a\x4f\xab\x1e\x34\xa5\x74\xdf\ \xaa\xd7\x9f\x7a\x7d\x33\x52\x9a\x6c\x6f\x3e\x72\x70\xff\x81\xaa\ \xc3\xed\x8e\xa4\x94\x32\x8a\xed\x0d\xd5\xfb\xf6\xee\x3f\xd6\xd8\ \x21\x09\xd1\x18\x69\x6f\x38\xba\x7f\xff\xc1\xd6\xa4\xd4\x18\x41\ \xee\x34\xd5\x1e\xdd\xbf\xaf\xaa\xb1\xad\x7d\xd7\x9a\xe5\xef\xad\ \xde\x52\x75\xe8\x70\x43\xcc\x03\x72\x7a\xf5\xa0\x65\x6f\xad\x07\ \x2d\xa5\xd0\xb3\x86\x7c\xee\x8e\x0b\x7f\xfc\xcc\xd3\x55\x63\xbf\ \xbc\xf2\xf9\xb7\x06\x5c\xf5\xf9\xe9\xd9\x0d\x8f\xdf\xfb\xe0\xde\ \x0e\x70\xe3\xf6\x98\xab\x3e\x77\xc3\x84\xcc\x97\xff\x76\xef\xda\ \x3a\x12\x0a\x67\x5d\xfe\xf9\x2f\xe6\x05\x83\x89\x9a\xf5\x4f\x3d\ \xd1\x3e\x68\xe2\x75\xd7\xca\xc3\x8f\x3c\xf4\x6c\x03\xb2\x44\x8c\ \xcc\xba\xf3\xdf\x2e\xa9\x74\x1f\xf9\xcb\xaf\xd7\xd7\x19\xc5\x65\ \xc3\xee\xfa\xdc\x95\xcb\x5f\xb8\xff\xc5\x8d\xcd\xf9\x19\x6c\x7f\ \x55\xec\x46\xd3\x84\xd8\xc1\x85\x2f\xce\xaf\xaa\x6d\x6d\x27\x45\ \x9f\xff\xfa\xdd\x5b\xee\xff\x65\xdd\xf0\xbb\xbe\x7e\xdd\xc8\x5d\ \xaf\x3e\xf1\xf0\x96\xec\x1f\x7c\xef\xd6\x80\x90\xbc\x7d\xff\xc6\ \x1a\x32\xe3\xfa\xfe\x46\xd8\xf8\xfc\x6d\x17\xfc\xe2\xf9\xe7\x0e\ \x8d\xfc\xdc\x7b\x2f\xbc\x5d\x79\xe5\xe7\xc7\x97\x15\x8e\xbc\xeb\ \x8e\xf5\x3f\x79\xe2\xdd\xbd\x13\xb3\x37\xce\x6f\x2d\x9b\xf3\x8d\ \xa9\x7d\x43\xde\x9d\xd3\x56\xfe\xcf\xf3\x8b\x76\xdc\xde\x6f\xdf\ \x92\x9a\xbc\xaf\x7c\x61\xf6\xe0\x68\xfc\xf2\x15\xdf\x9d\xfb\xca\ \xea\x6f\xce\xe4\xaf\x6c\xc1\x3b\x7f\x70\x6d\xd0\xde\x27\x69\x49\ \xb0\x71\xdd\x1b\xab\xe6\xdc\x3a\xa5\xf4\xd0\x7b\xaf\x6e\x6a\xce\ \x28\x0b\x0b\xc7\x83\x44\x0b\xf6\xc9\x8d\x6e\x7c\xe7\xb5\xc3\x93\ \xbe\x56\x6e\x35\x2f\x5c\xb8\xdc\xcc\xec\xa3\x77\x74\x80\x0c\x91\ \x40\xc1\xf9\x97\x5c\x7f\xe9\x88\x0c\xf0\x9a\x9f\xfc\xf5\xf7\xfe\ \xfe\xf4\x7b\xbf\xfd\xda\x78\x62\x65\x8d\x9f\x75\xed\xf5\xd3\x0a\ \x00\x12\xaf\xfe\xf1\x7b\x0f\x3d\xf1\xc2\xb0\xff\xbe\x79\x4c\xbf\ \xd0\xfa\xcd\xfb\x2e\xae\x9c\x00\xa8\x76\x00\x3e\xcb\xb7\x33\x4a\ \x3d\xd7\x7d\x7e\xfe\xfc\xc5\x8b\x17\x87\x42\x21\x21\xc4\xf8\x09\ \x13\xf0\xfd\xeb\x41\xc3\x69\xd5\x83\xd6\x0c\x2b\x68\x59\x06\xb6\ \x3c\xfa\xc7\x9f\x6f\x6c\x33\xb2\x48\xcc\x89\x8e\xfa\xd6\x7f\xdd\ \x45\x76\xbc\x71\xdf\xdc\x65\x34\x14\x2a\xad\xbc\xe0\xd3\x37\x4d\ \xab\x5a\xfe\xfc\xe3\xaf\x6e\x24\xba\x4c\xe8\x15\x9f\xff\xfa\xe7\ \x23\x3b\x5e\xf9\xf9\x43\x8b\xf5\xdc\xe2\xf1\xb3\xae\x08\x86\xad\ \x23\x1b\xde\x78\xb2\x6d\xeb\xa4\x2b\xee\x9c\x55\x99\x29\xba\x5d\ \xad\xdf\x59\x0f\xda\xef\x83\xbd\xb2\x1e\xb4\xf0\x25\xcc\xe3\x50\ \x7c\xde\x55\x97\xae\xfb\xd5\xaf\xef\xf9\x41\xa8\x60\xdc\xb7\x2f\ \x1b\xba\x76\xde\x2f\x97\x37\xe4\x7c\xf5\x33\x97\x35\xad\x7b\xee\ \xa1\xe7\x17\x8c\x2f\x9e\xb9\x6e\xc3\xd1\xf1\x5f\xfd\xe1\x35\xe3\ \x4b\x18\x65\xbb\x92\x4e\xfe\x90\x8b\xbf\xfb\x9d\x4f\x59\x90\x78\ \xe1\x0f\x3f\xda\xab\x8f\xfa\xf2\xa7\x26\xed\x7c\xf5\x6f\x73\xe7\ \x2d\x9e\xfe\xad\xb1\xf5\x6d\xf2\x8a\x2f\x7d\xfb\xb2\x41\xd9\x35\ \xeb\xe6\xbd\xb8\xc6\xfd\xfc\x0f\x7f\x3a\xdc\x3c\xfa\xa7\x1f\xff\ \xde\x76\x6c\xc8\xe8\x7f\xf9\xf5\xb7\x76\xc4\x9a\x5e\xf8\xeb\x83\ \x4b\xd6\x36\x5f\x7c\x5e\xf9\xbd\xeb\xb7\x26\x61\xe8\xae\x43\xd5\ \xb9\xc3\xa6\x86\x89\xf4\x08\x75\x1a\x0f\x25\xb4\x60\x41\xb6\x86\ \xdc\x2d\x9f\x7a\xcd\x85\xeb\x7f\xf3\xab\x1f\x7c\x2f\x52\x31\xe5\ \x5b\x17\x0d\x13\x9e\x6b\x14\x4d\xb8\xed\x92\x75\xf7\xfd\xef\x8f\ \xf4\x60\xfe\x2d\xdf\xbc\x34\x24\x3d\xae\xe7\x5e\x7f\xe7\x35\xbf\ \xfa\xd3\x9f\xee\xd1\x02\xe7\x5d\xf7\xb5\xc1\x51\xe9\x89\xd0\xe5\ \xb7\xdd\xba\xe3\x7f\x1f\xf9\xce\x3a\x73\xcc\x9c\xbb\x27\xe4\x31\ \xe7\x70\x7b\x52\xeb\x7b\xc3\x95\xc5\x2b\xde\x59\x74\xc9\xf0\x4b\ \xdf\x78\x77\xcf\xd4\x6b\xaf\x3b\xb4\x6e\x6f\xbb\x03\x5e\x7d\xac\ \x62\xf2\x35\xe5\xde\xa6\x85\xab\x0f\x5e\x9f\xb3\x6e\xbb\x37\xf0\ \x86\x8b\x63\xbb\x1b\xeb\x01\xfa\x12\x44\xd7\xb5\x01\xc2\x52\xcf\ \x9e\x32\x79\xf2\x8a\xf9\x5b\x5a\xdc\xd1\x04\x24\xf7\x1c\x00\x0f\ \x21\x38\x7e\xd6\xf9\xcf\xfc\x71\x67\x75\x02\xca\x0a\x72\x97\xec\ \xab\x75\x51\x12\x54\xe5\x5c\xce\xb2\xdd\x4a\x14\x52\x8c\x1b\x37\ \x76\xdc\xb8\xb1\x52\xca\x50\x28\x24\x04\x4f\xd7\x80\xed\xa1\x1e\ \x34\x4a\x3c\x5e\x29\x29\xe5\xda\xe3\x29\xc1\x01\x44\x04\x02\x82\ \xc7\xeb\x62\x70\xe1\x67\xbf\x73\x6d\x9f\xfa\x3f\xfc\xf0\xd7\x8b\ \x77\x5c\x58\xb6\x65\x63\x43\x70\xf8\x4f\xfe\xeb\xa6\x6c\x43\x23\ \xed\x7b\x9e\x7c\xf6\xad\x8c\x99\x9f\xbe\x72\x84\xfe\xf4\x1f\xfe\ \xf4\xdc\xbb\xb3\x6e\xa4\x75\x46\xd9\xd4\xef\x7d\xf7\xf6\x08\xc4\ \x9f\x5b\x2f\x46\x5e\xfa\xd9\x6f\x5e\x33\xc4\x73\xdd\x9e\x76\xd0\ \x26\x40\x30\xb5\xdc\x9b\x42\x6f\xad\x07\xed\xfb\x35\x14\xd1\x75\ \x69\xf4\xe2\xab\x66\x2f\xfc\xf1\x83\xa3\xef\xba\x3a\x8f\xb5\x2d\ \x3e\x76\x2c\x11\x8f\x2e\x7e\xf5\x65\xc1\x61\xcc\xc8\xfe\xa1\xac\ \xbe\x37\xde\x76\xc1\xf3\xf3\xef\xdb\xb7\x7a\xc4\xf5\xb7\x5d\xef\ \x17\xb5\x90\x00\xe0\x36\x1e\x6e\x6c\x4a\xb8\x55\x0b\x5f\xae\xf5\ \xbc\x9c\xb1\x43\xcb\xd0\x73\x29\xd5\x74\xc6\x28\x83\x9a\xa3\x35\ \xb4\x68\x44\x65\x61\x40\x4f\x86\xa3\x41\x9d\x50\x71\x70\xdd\xab\ \x0f\x3d\xbf\x3a\x94\x93\x59\xdd\xe2\x0c\x72\xec\xb2\x71\xe7\x59\ \x0b\x16\xec\xda\xbd\xe7\x70\xbd\x18\x79\x61\x89\x14\xae\x90\x06\ \x77\x6d\x09\x84\xa1\xe0\xdc\x93\x46\xe6\x9c\x2b\x67\xbf\xfb\xbd\ \xfb\x27\x7e\x79\x4e\x01\xb3\x13\xae\x20\x92\x8c\xb8\xe8\x8a\xb2\ \x45\x6b\xec\x11\x77\x4c\x2a\x35\x92\x09\x07\x81\x67\x0e\x9e\x39\ \x6b\xe0\xab\x73\x1b\x07\xcd\x99\xd6\xcf\x4d\x26\x38\x82\x55\x3a\ \xfe\xf2\x09\xaf\xfc\x62\x75\xe6\x9c\x0b\x46\xa1\x14\x89\x64\xac\ \xdd\xd5\x2a\xcf\xbb\xa8\x71\xcf\x9f\xef\xff\x7b\x75\xdc\x1c\xf6\ \xb5\x49\xfd\x1f\x5c\xb5\x31\x9e\x4c\x24\x63\x31\x1e\x2c\x9f\x33\ \xc9\xfc\xfd\x33\x8f\xfd\x95\x39\x43\x2e\xfa\xc2\xe0\xe6\x17\xd6\ \x1f\x6c\x71\x44\x1f\xbf\xc0\x17\x00\x52\x00\xc7\x49\x72\xa2\xa5\ \x37\x30\x92\x80\x08\x04\x3c\x3b\x2e\x19\x20\x80\x46\x89\x74\x1c\ \x2e\x04\x15\x2a\xc2\x70\xd6\xa1\x94\x0e\x18\x30\x80\x50\xea\x6f\ \x26\xca\x39\xf7\xe7\xfc\x64\x8f\xf5\xa0\x31\xbd\x25\xc2\x49\x83\ \xfd\xe3\x99\x0e\xf2\x78\x3d\x68\x41\x19\x65\x94\x6a\xa1\xfc\xb2\ \x92\x8c\xc3\xf5\xf1\xeb\x2f\xbb\x7e\xff\x53\xcf\xfd\xfa\xa7\xbf\ \x39\xef\x92\x1b\x2e\xea\x7b\xec\x58\x47\x32\x73\xcf\xaa\x97\x0f\ \x72\xbd\xcf\xc8\x81\xb9\x96\xd7\x04\x9a\xae\x33\x46\x29\xa4\xeb\ \xb6\x81\x10\x52\x9c\x58\x4c\x9c\x00\x9c\xbc\x3d\x2b\xa5\xa9\x3e\ \xd8\xfb\xea\x41\x4b\x89\x28\xa5\xe0\x52\x22\x4a\x57\x0f\x86\x73\ \xf3\xf2\x33\x23\x14\x24\xcd\x8e\x64\x46\x0a\x2a\xef\xfc\xf2\x8d\ \x11\x70\x5c\x4f\x20\x42\xd6\xf9\x9f\xfa\xfe\xc4\xf3\x1e\xfe\xc5\ \xaf\x1e\x7e\xa1\xff\x67\x8b\xf5\x44\xac\x39\x66\x73\x53\x9a\xd9\ \xc1\x48\x4e\xe9\xe4\x2f\x7c\x6e\x26\xf3\x6c\x8e\xba\x9e\xd8\x2e\ \x24\x72\xee\x4a\x29\x72\xf3\x72\xc4\xb1\x2d\xbb\x8e\x5d\x32\x26\ \xea\xba\x5c\x6a\xbc\x6d\xc5\xd2\x37\xa0\xf2\xd6\xff\xbe\x6b\xfa\ \xeb\xbf\xfb\xce\xb6\x44\xc2\xcc\x1f\x38\xa1\x2f\x9f\x37\xf7\x05\ \x34\xfa\x5e\x56\x92\xe1\x39\xae\x04\xa0\x81\x2c\xc6\xed\xe6\x98\ \xd7\x3f\x53\x70\xc7\xd5\xad\x50\x5e\x41\x61\x5e\x80\xda\x2e\x97\ \x42\x82\x74\xb9\x11\xc8\xcd\x29\x4c\x64\x87\xa5\xeb\x08\x21\x00\ \x84\xeb\xd2\xcc\xbc\xbc\x7c\x9e\xa9\x83\xe7\x71\x8e\x00\x9e\x43\ \x03\xb9\xf9\x45\xf9\x01\x9d\x08\xce\xa5\x6d\x27\x1c\x44\x0c\x15\ \x5d\x34\xa5\xef\xb7\xee\x7b\xef\xea\xaf\xdf\x5d\x10\x6a\x04\x99\ \x48\xda\xb1\x8e\xa4\x47\x02\x22\x6f\xc8\xf4\x61\xc6\xbc\x79\xcd\ \x13\xee\x1a\x57\xde\xb1\x08\x3d\xbb\xc3\xe6\x12\x24\x00\x22\x0a\ \xde\x7c\x64\xf3\x8b\x6f\xad\x28\x3a\xef\xcb\x59\x4c\x70\xdf\xc7\ \x12\xbc\xb5\x61\xff\x2b\xcf\x2d\x29\x1f\x79\x75\x71\x90\xaf\x6b\ \xe9\xd0\xb2\x06\x11\x21\x7a\x67\x5e\xdd\xc7\x0f\xc1\x8f\x6f\xcb\ \xee\xdf\x7e\x51\x4a\x79\xca\x9e\x6e\xd2\x97\x04\xc1\x85\x90\x7e\ \x9d\xc5\x1e\x6e\xce\x44\x8a\x54\x3d\x68\x29\x04\x22\x0a\xcf\x05\ \x21\x85\x44\xf0\x1c\x9a\x3d\xea\xce\xaf\xfe\xbf\xaa\x95\xcf\xfc\ \xf4\xc9\x07\x0b\xbe\x75\x5b\x41\x38\xd2\x6f\xfa\x75\x77\x4c\x29\ \x4a\xc6\x6d\x62\x9a\x7b\x5f\xe6\x28\xb9\xe7\x7a\x82\xa0\x86\x5e\ \xac\xb9\xc5\xf3\x5c\xd7\xf1\x28\x25\xef\x33\x3b\xe0\xb7\x59\x76\ \xd7\xe6\xde\xe1\x2f\x48\x94\x44\x4a\x89\x00\x52\x70\xcf\xb6\x1d\ \xd7\x75\x5d\xc7\x1c\x3f\xeb\xca\x6d\x0f\x3e\x76\xcf\x0f\x77\x64\ \x99\xd6\xb0\x99\x57\x5c\x58\x69\xcc\x7d\xfc\xb9\x3a\x66\x36\x3b\ \x91\xa1\x15\x59\xf9\x03\x46\x47\xde\x78\xf4\xa7\x3f\xa8\x1e\x31\ \x61\xd6\x25\xd7\x5c\x53\xf5\xe0\xb3\x3f\xf8\xe1\x7b\x61\x2d\x38\ \xf9\xaa\x9b\x66\xf7\x25\xae\xeb\xba\x9e\x70\x12\x4e\xfe\x88\x19\ \xb3\x47\xee\x7b\xe0\x57\x3f\x2e\xce\x66\x07\x6a\xe5\x80\x60\x46\ \xdf\x31\xe3\x57\xbd\xf2\xc2\x2f\xeb\x57\x1c\xdb\xd5\x38\xb0\x8f\ \xe6\x41\x74\xfa\xf9\xe3\x9e\xff\xd1\x63\xc3\x6f\xfc\x76\x51\x50\ \x38\x49\x8e\x20\xf5\x8c\x3e\x25\x2c\xbe\x6f\x6f\xdd\x84\x49\xb9\ \xc2\x13\xd2\x75\x9d\x64\xd2\x76\xb8\x14\x82\x73\x09\x04\x04\xe5\ \x8e\x6d\x3b\xae\x2b\x84\xf0\xe7\x1d\xa9\xc6\x5d\x27\x69\x3b\x8e\ \xe7\x09\xca\x85\x00\xa0\x4c\x78\x8e\x93\xb4\xa9\xe7\x09\x49\x65\ \x32\xd1\x11\x17\xc8\x1d\x37\x6f\xd4\xa5\xff\xf5\xad\x31\xc5\x95\ \x39\x9e\x5d\x27\x45\xac\x3d\x1e\x6b\x8f\x25\x45\x88\xb8\xd2\x9a\ \x71\xf3\x37\x06\x78\x99\x59\x54\xc4\x34\x8c\x77\xb4\xd8\x82\xe9\ \x58\xff\xea\xd3\xf7\xed\x78\x43\x6b\x6e\x6e\xc9\x1a\x7c\xf5\x67\ \x2e\x19\x81\x5e\x8b\x2e\xdb\x96\xce\xbf\xbf\x71\x65\xa0\xa5\xa9\ \x25\x54\x3e\xe3\x33\xd7\xcf\x0a\x24\x6a\x76\x1e\xac\x2b\x9f\x5a\ \x42\x38\xe7\x5c\xe9\xc2\x59\x8d\x95\xa7\x66\xf4\x28\xa5\xa9\x69\ \x45\x21\xa4\x94\x04\x3a\x87\x0b\xdd\x59\x78\x6a\x03\x09\x49\x52\ \x33\x14\x98\x1e\xe6\x77\xa6\x33\x10\xc1\xc1\xf3\x5c\xd7\xf3\x04\ \x17\xae\xeb\x7a\x9c\x83\x40\xcf\xf5\x80\xf0\x6d\x4b\xe6\xbd\xbe\ \xf2\x80\x86\x6d\x05\x15\xfd\x0a\xf3\x07\x5d\x3b\x67\xc4\x03\x4f\ \xfd\x7a\xcf\xa2\x3c\xc3\x2c\xbc\xe1\x73\xb7\xa1\xe4\xae\xcb\x39\ \xe7\x0e\x6a\x23\xc7\x0e\x59\x32\xf7\xb1\xef\x1f\x7c\x6f\xe2\x05\ \xd7\x5d\x32\xb1\x98\xbb\x02\x53\x73\x84\xc7\x2b\x43\x11\x42\x09\ \xa0\x3f\xde\xf1\x5d\x94\xd3\xf7\x17\xce\x24\xdf\x31\x60\x44\xde\ \x58\xff\xa7\xc5\x5b\x1e\x0c\xf4\x90\xd7\xe4\x78\xf1\xe1\x15\xb3\ \x6f\xbb\xe0\x37\x7e\x5e\x13\x63\x6c\xdb\x96\x4d\x43\x86\x8f\x24\ \xe9\x8d\x2a\x41\x24\xeb\xea\x5b\x02\xd9\x05\x51\x9d\x00\xd3\x79\ \xac\xf1\xd0\xd1\x63\xb6\xd0\xf3\x8b\x4b\x73\x42\xa4\xf6\xc8\xe1\ \xe6\x38\x0f\x66\x15\x54\x94\xe4\x68\x94\x74\xd4\x57\x1f\xa9\x6b\ \x0d\xe6\x14\x55\x94\xe6\x3b\xcd\xd5\x87\x8e\x35\x70\x12\x28\x2a\ \x2d\xcd\x0a\x60\x7d\x5d\x93\x95\x5d\x10\x31\x08\x12\x4d\x93\xc9\ \xa3\x87\x0f\xb7\x24\x78\x20\x9a\x53\x54\x90\x1b\xd2\x65\xdd\xd1\ \x43\x75\xad\x49\x3d\x98\x51\x58\x58\x94\x95\x11\x96\x0d\x6b\x7e\ \x79\xef\x9b\xb3\xbe\xf0\x8d\x29\x45\xcc\xe1\x08\x00\x86\xa9\x6f\ \x7b\xed\x81\x67\x77\x67\x7e\xe3\xab\x37\x65\x12\x4f\x78\x89\x86\ \xfa\x96\x50\x5e\x61\x48\xa7\xe9\xa9\x6b\xd9\x5c\x5f\x2f\x03\xd9\ \xb9\x51\x03\x53\x53\xad\x24\xd9\x5a\xdf\xe6\x99\xf9\x79\x99\x44\ \x4a\xdf\x80\x9c\x58\x53\x53\x92\xe6\xe7\x65\xeb\x04\xdc\x44\x5b\ \x7d\x9b\x97\x97\x9f\x63\x30\xaa\x6b\x8c\x7b\x1e\x4a\xb7\xa1\xa1\ \xd1\xca\xca\x93\xed\xcd\xae\x91\x91\x17\xb5\x08\xd3\x34\x90\x9e\ \x40\x2f\xd1\xd4\x18\x83\xfc\xbc\xcc\x8e\xfa\xa3\x75\xad\x09\x89\ \x34\x9c\x5d\x50\x5e\x9c\x47\x85\x2b\x50\xb6\x35\xd4\xd4\x37\x77\ \x70\x24\xc1\x8c\xbc\xb2\xd2\x82\xa0\x4e\x8e\x6d\x78\xed\x4f\xf3\ \xf6\xdc\xfd\x1f\xff\x36\x20\x82\x9e\xca\x6e\x3a\xdb\x83\x08\x42\ \x6d\xc7\x7e\xe5\x95\x05\xc7\x6a\x6a\x00\x71\xe2\xa4\x89\x53\xa7\ \x4c\x01\x80\x40\x20\xb8\x7d\xdb\xe6\xdc\xbc\xfc\xcc\xcc\x74\xdd\ \x57\x4d\xdf\xb6\x75\xd3\x80\x41\x95\x86\x61\xf8\xd3\x99\x08\x27\ \x6d\x38\xd5\x65\x8f\x17\x4a\x12\xad\x8d\x6d\x9e\x55\x94\x6b\x35\ \xd4\x36\x9a\x59\xf9\x99\x16\xb4\x34\xd4\x73\x2b\x33\xc0\xdb\x8f\ \xd6\x34\x72\x16\x28\x2e\x2d\xcf\x09\xeb\x48\xb0\xf9\xd8\xa1\x9a\ \xa6\x98\x1e\xcc\x2a\x2d\x2f\xa6\xf1\xc6\x66\x5b\xcb\xcf\xcb\x20\ \x08\x94\x8a\xfa\xa3\x87\x1b\xda\x79\x5e\x49\x79\x5e\x86\xd9\x25\ \xd6\x94\x4a\xe0\x4e\x25\x38\xa5\xf6\xe3\xa6\xc1\x60\x70\xe7\x8e\ \xad\x99\x59\xd9\xd9\xd9\x39\xa7\x53\x9d\xe5\x0c\xfd\x05\x29\xb9\ \x27\x6c\x4d\x74\xbf\x9f\xb5\x27\x1c\x21\xbb\xd6\x45\x25\x42\xa6\ \x77\x01\x97\x52\xa2\x04\xb0\x8a\x4b\x4a\x05\x77\x38\x12\xf0\x6c\ \x16\xcc\x1a\x34\x34\x97\x00\x72\xee\x09\x09\x25\x03\x86\x94\x13\ \x82\x28\x3c\x8f\x7b\x02\xc2\xf9\xa5\x23\x8a\xca\x25\xe7\x9e\x63\ \x1b\x19\x85\x43\xb2\x8b\x09\x20\xf7\x3c\x2e\xa1\xa0\xa4\x54\x0a\ \x4f\x4a\x04\xf0\x38\x35\x4a\xfb\x57\x96\x13\x82\x28\xb9\xe7\x79\ \x92\xe6\x57\x0c\x2a\xea\x43\x80\x50\xb4\x6b\x5e\xfb\xc7\x3f\x36\ \xee\xad\x2e\x9f\x72\xed\xf8\x62\xd3\x76\x53\x85\x59\x5d\x8e\x43\ \xa6\x5e\x34\xf0\xc0\x5b\x07\x6b\x5b\x47\x17\x05\x91\x05\x8a\xca\ \xc3\xc2\xf3\xd2\x17\x0e\x11\x21\xb7\xa8\x04\x24\xef\x2c\xc4\x88\ \x02\x03\x59\x85\x61\x82\x5e\xba\xbc\x24\x22\x1a\x91\xbc\xb2\x0c\ \xf4\x3c\xce\x81\x68\x81\x8c\xf2\x08\xe1\x1e\x97\x42\x3a\x82\x03\ \x00\x10\xbd\xa0\xb8\x4c\x72\x4e\x0a\x8a\x89\x7f\x28\xe9\x0a\x3f\ \x2e\x1d\xca\x2d\x8d\x80\xe7\xf1\xac\x92\x7e\x79\xa5\x04\x00\xa5\ \x94\xdc\xb3\xfd\xc8\x41\x66\x61\x79\x6e\x31\xf5\xdd\x40\xce\x5d\ \x0f\xc5\xfe\x03\x47\x87\x5d\x78\x49\xbf\x2c\xe2\x39\x2a\xb1\xe9\ \xac\xc3\x91\x5b\x96\x39\x75\xda\x94\xa7\x9e\x7a\xba\xb4\xb4\x74\ \xec\x98\x31\x12\x53\x69\x0a\x27\xcf\xf9\x91\xd4\x2c\xe0\x71\x0b\ \x3f\x61\x5b\x6b\xe8\x9a\xe9\x83\x02\x83\x59\xf9\x11\x22\x3d\x0f\ \x0b\x4a\x4a\x50\x78\x9e\x80\xcc\x82\x12\x22\xb9\x84\xc2\xa1\x79\ \x25\x04\x50\x70\xee\x71\x0f\x08\xcd\x2e\xee\x97\x57\x9a\xea\x0b\ \x10\xcd\x2b\xc9\x44\xcf\x13\x08\x20\x24\x2b\xac\x18\x58\x4c\x40\ \x70\x8f\x9f\xb0\xa5\xb5\x4c\x6b\x03\xf1\x37\x91\x40\x92\x5e\xaf\ \x94\xda\x59\x97\x9c\x2d\x7f\x81\x12\xda\x91\x6c\x8a\xd9\x2d\x94\ \x74\x9f\xfe\x80\x28\x4d\x23\x9c\x19\x2a\xf4\x4b\xbc\x32\x4d\xdb\ \xba\x69\x63\x79\xdf\x7e\x19\xd1\xa8\xeb\xb9\x12\x91\x1c\xbf\x60\ \x04\xce\x7a\x45\x4c\x42\xd0\x39\x76\xe8\x70\x82\x46\xfb\xf4\x29\ \xd2\xe5\x09\xf7\x59\x42\x89\xe7\x38\x48\x34\x5d\xeb\xf5\xa5\x28\ \x10\x5d\xd7\x65\x46\x40\x23\x02\x55\x2d\xbc\xb3\x3f\x8e\xe8\xdc\ \x79\xa1\xa5\xa5\xc5\x0a\x58\x01\x2b\x20\x84\xa0\x8c\xe9\xba\xbe\ \x65\xe3\x86\x3e\x7d\xfb\x45\xa2\xd1\x2e\xfe\xc2\xe6\xc2\xa2\xa2\ \xdc\xdc\x3c\xc7\x75\x25\xca\x2e\x16\xde\xe9\x32\x9c\xab\x36\x13\ \x7f\x26\xc2\xaf\x08\x4d\x80\x00\xa5\x4c\xd7\xf5\xad\x9b\x37\x96\ \x95\x57\x64\x64\x64\x9e\x8e\xbf\x70\x66\xeb\x29\x91\x52\x9d\x11\ \xed\x7d\x3e\xae\x44\xd9\xe9\x32\x50\x4a\x1b\x1b\x1a\x0e\x1d\xaa\ \x1a\x3c\x78\x48\x38\x1a\x4d\x6d\xd2\x05\x29\x21\x83\x0f\xba\x00\ \xe2\x8c\xae\x98\xae\xeb\x94\xa0\xe7\x75\xb3\x57\x03\xa5\x14\xf0\ \xa3\xb1\x41\xe4\x47\xa8\xa9\x1f\x7d\x5d\x80\xce\x42\xeb\x4c\xd3\ \x50\xa2\x44\x49\x80\x70\xee\x1d\xd8\xbf\x4f\x48\x51\x59\x39\xb4\ \xd3\x6a\x29\xa5\xad\x2d\x2d\xfb\xf7\xed\x1d\x30\x68\x50\x46\x46\ \x56\x7a\x6b\x6b\x3f\x71\x80\x40\x37\x4b\x19\xce\x62\x9b\xbb\x76\ \x27\x42\x28\x00\x70\xc1\x0f\x1e\xd8\xef\xba\xee\x90\xa1\xc3\xce\ \xe2\x7a\xca\x33\x33\xe8\x86\x86\xfa\xea\x23\x87\x85\x10\xa9\xeb\ \x74\x92\x8e\xaa\xfb\x9f\xa2\x77\x79\x67\x90\x0e\x19\xa6\xcc\x13\ \xd3\x89\x42\x99\x59\xd9\x15\x7d\xfa\x9e\x54\x70\x9d\x31\xd6\xd4\ \xd4\x70\xe4\xf0\x21\xcf\xe5\x94\xa4\x2d\xfc\xe4\x09\xc4\x73\xd1\ \xe6\xae\x27\xec\x6c\x73\x46\x66\x66\x9f\xbe\xfd\x4f\xb3\x48\x3c\ \x9c\xcb\xba\xaf\x94\xd2\xce\xed\xbd\x14\x8a\x8f\xfa\x10\xe3\xd4\ \x0e\xe6\xa7\x36\xf4\xce\xa2\x01\x3d\xb5\xf9\x5f\x1c\x77\x3c\x03\ \x3a\x47\x35\xca\x0b\x56\x7c\xb4\x3d\x89\x1e\x7a\xd7\xe9\x57\x61\ \xef\x3d\x6d\xee\xf1\x2e\xae\xbe\x66\x85\x42\xa1\x74\x41\xa1\x50\ \xf4\x9a\x71\x44\x3a\xa9\x49\x65\xe3\x28\x3e\xd2\x10\x4a\x99\x1f\ \xcc\xfb\xe8\x58\x38\xa1\x94\x9e\x54\x42\xaa\x57\xe8\x02\x21\xa4\ \xa3\xa3\x3d\x99\x48\xaa\x52\xf1\x8a\x8f\x34\x88\x92\x51\x96\x91\ \x95\xa5\x69\x5a\xd7\x6e\x46\x08\x89\xc5\x3a\x12\xf1\x44\x2f\xb4\ \x70\x44\xa4\x94\x64\x66\x66\x6b\xba\x76\x9a\xd2\x70\x66\xba\x80\ \x8c\x1a\x1a\x33\x7a\x4a\x48\xf2\xb7\xfd\xe5\xc2\x4e\xaf\xee\xa2\ \xb1\x58\x7b\x32\x99\x28\x2d\xef\x63\x18\x86\xb2\x2d\xc5\x47\x58\ \x17\x00\x1b\xeb\xeb\x9b\x9b\x1a\xf3\xf2\x0b\x3a\xa7\x31\x09\x21\ \x89\x44\x3c\x1e\x8b\x95\x96\x55\x98\x96\xd5\x0b\x9b\xdd\xd8\x50\ \xdf\xd4\xd4\x90\x5f\x50\x78\x9a\x5e\xc3\x99\xe8\x02\xa5\x5a\x53\ \xfb\xe1\x96\xf8\x31\x4a\x58\xb7\x6f\x90\x28\xc3\x56\x56\x41\xd6\ \x00\x7f\xb7\x08\x42\xa0\xbd\xad\xad\xb4\xbc\xc2\x30\x8c\xce\x2a\ \x9a\x70\x62\x69\x4d\x65\x70\x8a\x5e\x3a\x6c\x20\xa4\x6b\x1d\x57\ \x4a\x69\x5e\x7e\x41\x47\x7b\xbb\x63\xdb\x56\x20\xd0\xb9\x42\xa9\ \xad\xad\xb5\xb0\xa8\xc4\xaf\x10\xfd\xa1\x5b\x78\xa7\xcf\x82\x69\ \xd9\xca\xcd\xcb\xef\x68\x6f\xb3\x93\xc9\x40\x30\x78\xb6\xfc\x05\ \x4b\x0b\xad\xdf\xf7\xf2\x9b\x1b\xef\x0b\x9a\xd1\x6e\xdf\x60\x7b\ \xb1\x51\x7d\x2e\xb9\xfb\xa2\x3f\xdb\x6e\x87\xff\x8a\x90\xd2\xd0\ \x0d\xbf\xa4\x00\x74\xa9\xb1\xfb\x7f\x9f\xda\x21\xdd\x0e\xf5\xfe\ \xc9\x60\x8b\xf9\x65\xb7\xd2\x32\x47\xd3\x39\x84\x94\xb1\x33\xad\ \x0d\x4d\x28\xa3\x44\x7e\x34\x6a\x22\xa0\x5f\x34\x5b\xd5\x95\xfe\ \x40\xae\x78\xea\x9e\x27\x25\xf5\x0b\xf4\x75\x31\x5d\x42\x40\x08\ \xa1\xeb\x46\x67\x8e\xc0\xbf\xd0\xc2\x7b\x30\x7b\x4a\x00\xe5\xe9\ \x19\xbe\x94\x92\x31\x46\x19\x13\x52\x9c\x45\x7f\x01\x01\x35\x66\ \x58\x46\xd8\xd4\x43\x3d\xbd\x47\xd7\xac\x13\x32\x15\xfc\x7a\xd0\ \x28\x31\x55\xec\xfc\xf8\x2f\xc4\x99\x57\x30\x25\x9a\xc6\xd7\xbe\ \xf6\xd4\x91\x8c\x29\xd7\x4e\x1d\x2c\x4f\xaf\xba\xae\xc6\xc8\x8e\ \x77\x9e\xaf\x32\x86\x5d\x3a\xad\x12\x39\x07\x00\xcf\xb1\x81\x6a\ \x8c\x51\xc2\x3b\xf6\xee\x3a\x18\x2c\x19\x58\x14\x31\xe4\x07\x94\ \x1a\x8d\xc4\x97\xbd\xf2\xaa\x36\xe2\xca\xc9\x7d\x82\x20\x39\x3f\ \xb9\xa0\x73\xaa\x3c\x74\xd7\xba\xd2\xa9\x2a\xd2\x5d\xea\x4a\xfb\ \x7f\x47\x98\xc6\x08\xa0\xe0\x84\x9d\x50\x35\xf8\xe4\xba\xd2\x52\ \xf0\x94\x7e\xf9\xc7\x90\x9c\xe3\x09\x25\xa4\x51\x0a\x21\xf1\xc4\ \x93\x02\x20\x80\xb7\x65\xf1\x6b\xf5\x19\xa3\x66\x8f\x2b\x17\xaa\ \x7c\x6c\x4f\xdf\x68\xfa\x62\x1d\xbf\xfd\x76\xe6\x05\x75\x57\x0f\ \xda\x2f\xcb\x02\xe9\xb5\xd5\x9d\x65\x63\xcf\x52\x3d\x68\x29\x1c\ \x2e\xa9\xae\xd3\x13\x57\x6f\x1d\xff\x8e\x3b\x5f\x39\xbe\xaa\xb3\ \x37\xd6\x65\x11\xfe\xfa\x33\x42\x29\xd9\xff\xee\xfc\x17\x56\xef\ \x25\x4c\x33\x23\x79\x63\xa6\xce\x9a\x32\xac\x44\x72\x0f\x81\x76\ \xda\xb4\xf0\x3c\xaa\xeb\x04\x80\x7b\x1e\xd1\x74\x46\x80\x7b\x1e\ \x61\x3a\xa3\x20\x25\x76\x56\xa1\x40\x29\x01\xc4\xb1\xfd\x9b\xf7\ \x95\x0c\x27\x00\x40\xfc\xee\x02\x00\x92\x7b\x02\x80\x68\xba\x76\ \x5c\x7b\x24\x02\x65\xfe\x1b\xea\x76\xac\xde\x1c\xc9\xbf\x7c\x5a\ \xa5\xa4\x8c\x3a\xd5\xcf\x3d\xfa\xfc\xe0\xeb\xbf\x3c\x26\x9f\x81\ \xdd\xf4\xce\x82\x17\x2b\xae\xfe\xb7\x92\xcc\xc0\xa9\xf3\xb7\x92\ \x7b\x12\x01\x48\x67\x3b\x91\xa7\xeb\x67\x51\x5d\x6b\xda\xf4\xd6\ \x0b\xcb\x8e\x7d\x7a\xd0\x9e\x47\x1f\xd9\x34\xe9\xaa\xdb\x87\x64\ \x13\x80\xe4\xe2\xa7\x9e\x93\x03\xc7\xbb\xbb\xd6\x99\xa3\x2e\x99\ \x35\xb2\x10\x01\xf6\x2c\x9f\xb7\xa6\xbd\x74\x88\x7e\x60\x9b\xa8\ \xbc\x6d\xce\x58\x8a\xd0\x71\x60\xd5\x2b\xcb\xaa\xfb\x96\xd1\x9d\ \x0d\xf9\xb7\xdf\x38\xd5\x40\xf0\x6a\xb7\x3c\xf9\xfa\x96\x19\x37\ \xde\xd0\xf0\xe6\xd3\x47\xb2\xc6\x5d\x7d\xc1\x50\xf0\x38\xd5\xb5\ \xa3\xeb\x17\x2e\xde\x09\xd7\xdd\x76\xb1\x56\xbf\xeb\xe9\xe7\x57\ \x4f\xb8\xe9\xe6\xc1\xd9\x1a\x17\xa0\x91\x8e\x85\x8f\xcf\x33\x46\ \x5d\x3a\x63\x64\xc6\xd2\x17\xe7\xae\xd8\xd5\xc0\x74\x3d\x9a\x5f\ \x31\xf5\xc2\x0b\x87\x95\x64\x4a\x91\xdc\xf8\xe6\x53\x6f\x6e\xa8\ \x63\x86\x16\xca\x2a\x9e\x3c\x63\xf6\x98\x7e\x39\x39\xc1\xf6\x47\ \xe6\xbd\x30\x60\xc8\xd7\x2b\x4c\x54\x4e\x43\x0f\x37\xbf\xd4\xbf\ \x8c\x52\x8f\x73\x8d\x31\xbf\x7c\xb1\xbf\x08\x41\x8a\x93\x6f\x1c\ \xa9\xf5\x94\x5d\xfb\x61\x0f\x75\x59\xa8\x46\xf7\xae\x78\x6d\x6d\ \x6b\xd1\x0d\x97\x8e\x36\x8e\x07\x29\x91\x7b\x1c\x08\xeb\xbc\x4d\ \x70\xcf\x3b\xc9\xd8\x08\xd3\x58\xca\xf8\xf9\x92\x67\x9e\x68\xac\ \xb8\xe2\x86\xf3\x8a\x00\x05\xe7\xa7\x64\x0c\x76\xa9\x16\x8f\x88\ \xa9\x36\x4b\x71\xfa\x8e\xf5\x39\xaa\x07\xed\x57\x96\xf3\xb3\xb5\ \xf7\xaf\x5a\x7a\x28\x96\x33\x63\xe6\xb4\x7e\x99\xde\x0b\xf7\xdd\ \xf3\xb7\x37\x36\x4b\xa6\x69\x9a\x38\xba\x7b\xc3\xa2\x37\x17\x6f\ \xd9\x5f\x4b\x75\xbd\xe9\xe0\xd6\x6d\x07\x8e\x21\xa5\x76\x7d\xd5\ \x8e\x3d\x47\x80\x12\xa7\xe5\xe8\xe6\xad\xfb\xdb\xda\x9a\xb6\xad\ \x5d\xfe\xf6\xa2\xb7\x96\xaf\xdf\xd1\x2e\x28\x00\x50\xa6\x69\x14\ \x10\x80\x61\x7c\xd7\xfa\x65\x8b\xde\x5e\x7a\xa0\x2e\xce\x74\x46\ \x88\x57\xb5\x6d\xdd\x5b\x0b\x17\xae\xd8\xb8\x2b\xc6\x29\xa1\x8c\ \xf2\xd8\xce\x75\x4b\x97\x2c\x5d\xba\xbf\xd9\x35\x0d\x86\x00\x08\ \x04\x44\xfc\xe0\x9e\xf5\x8b\x16\xbe\xb1\xe4\xbd\x75\x4d\x22\x3a\ \x7d\xce\x65\x43\x0b\x83\x6e\x5b\xed\xe6\x35\xcb\x16\xbd\xf5\xf6\ \x9a\x6d\xfb\x8f\x56\xed\x5a\xba\xf8\xad\x15\x1b\x77\x27\x90\x11\ \x4a\x35\x70\xf7\x6f\x5e\xf9\xe6\xa2\x25\xbb\x8e\xb4\x30\x8d\x21\ \x22\x12\x4a\x65\xfb\xe2\xc5\x2b\xcb\xa7\x5f\x3c\x7c\x60\x5f\x79\ \x60\xd5\xd3\x2f\xad\x04\xc2\x9a\x37\xbf\x31\x6f\xc5\xfe\xfc\x8a\ \xfe\x85\x66\xf5\xd3\x4f\xbd\xd0\x20\x08\x69\xdf\xf5\xcc\xd3\x6f\ \xeb\x79\xe5\xe5\x45\xe1\x15\xcf\x3e\xb1\xb6\xda\xa5\x24\xfe\xc6\ \xbc\xa7\xf7\x91\xc2\x41\x15\x79\xdb\x16\x3e\xb9\x78\x57\x07\x25\ \xfc\xdd\x17\x9e\xde\xdc\x12\x2d\x08\xca\x0d\x4b\x5e\xfe\xcb\xc3\ \x4f\xee\x69\xe2\x4c\xd7\x20\x71\x6c\xde\x63\xf7\xcd\x5d\xb8\x26\ \x41\x48\xa2\xf1\xf0\xcb\x4f\xfd\xf5\xd1\xd7\x36\x48\xc2\xa8\xc6\ \xea\x37\xbe\x76\xef\x03\x4f\x6e\xdc\x5f\x4f\x49\x72\xed\x8a\x25\ \x1d\xf9\xc3\x67\x4e\x1b\x9f\xe5\x56\xdd\x7b\xcf\xcf\x5f\xdb\xd2\ \x40\x99\xb7\x6d\xd9\xdb\xad\xa1\xf2\x19\xd3\x27\x17\xeb\xf5\x0f\ \xfe\xe6\x9e\x67\x56\x1e\x29\x99\x7c\xcd\x48\xab\x7a\xd1\xaa\x43\ \x84\xf9\xd7\x41\x3d\xba\x7b\x20\x32\xc6\x62\xf1\xf8\x83\x0f\x3e\ \xf8\xc6\xc2\x85\xe4\x84\x71\xbb\x84\x93\xea\x41\xa7\x9d\x89\x53\ \x0f\x72\xd2\x2b\x94\x90\xda\xbd\x9b\x96\x6f\x3a\x4c\x08\xd6\xec\ \xdb\xbe\xec\x9d\x45\x8b\x16\x2f\xdd\x5b\xd3\x46\x18\x63\x98\xdc\ \xb7\x79\xd5\xc2\x85\x8b\x36\xec\x3c\x2c\x29\xd5\x88\xb7\x7f\xd3\ \x8a\xb7\x16\x2d\xd9\x75\xb4\x8d\x69\x94\xc7\x1a\xb6\xad\x5b\xf1\ \xd6\x9b\xef\xec\x38\x54\x53\x77\x68\xdf\x8a\xc5\x0b\xdf\x5e\xf2\ \xde\xae\xda\x04\xa1\xa4\xa7\xf6\xe3\x09\xca\x85\xa7\x9f\x6c\xcc\ \xbe\xf3\x9d\xff\xfe\xa0\xdd\x5c\x67\xe6\xbe\x9a\xd5\x55\x75\x1b\ \x74\x66\x76\xfb\x06\x21\xbd\xfc\xcc\x7e\x23\xfb\x5e\xcc\x85\xeb\ \x0f\xe0\x9b\x1a\x1b\x73\xf3\xf2\x29\x65\x94\xe2\xbe\xd5\x4b\x13\ \xa5\xe7\xdf\x78\xe9\xa4\x81\xc3\xc6\x0e\xcd\x6e\x7d\xe4\xa9\x15\ \x23\xce\x9f\xda\xba\xfa\xd9\x3f\x3e\xbe\x38\x61\xb7\x2e\x7b\xf3\ \x6d\x37\xbf\xd2\x3a\xb2\xe0\xf7\xaf\x1c\x99\x3d\x6b\xdc\xbe\x17\ \xfe\xfc\xbf\xf3\x76\xcc\xba\xf2\xfc\x63\xef\x3e\xfa\xf7\xa5\x2d\ \xe5\x81\xc3\xf7\x3e\xf8\xaa\x34\x70\xfd\xc2\x05\x7b\x63\xd9\xe7\ \x8d\x28\xdb\xbb\xf6\xed\xa6\xc8\xa8\x29\x95\xd9\x6f\x3d\x76\xef\ \x53\x8b\x77\xdb\x6d\x55\x6f\xbe\xb9\x36\x7b\xf0\xe8\xb2\x6c\xba\ \x73\xdd\xda\xaa\x9a\xda\x8d\xef\xbc\xb6\xdf\x29\x9c\x38\x34\x67\ \xf1\x3f\x7e\xf7\xe8\xa2\xdd\xdc\x6d\xdd\xb1\x79\x5f\x6e\xe5\xe4\ \x49\xc3\x4b\x51\x02\xf5\x5a\x56\x2f\x5f\xd6\xc4\x43\x3a\xb1\xfa\ \x57\xb0\x67\xff\xfe\x77\x5e\x79\x61\xc6\x8e\x79\xbf\x79\x6c\x09\ \x31\xf8\xaa\x37\xe6\x2e\xde\x56\x27\x9d\xe6\xf7\x5e\x7d\xbd\xde\ \x18\x30\x7e\x70\xf6\xda\x05\x0f\x3d\xfb\x5e\x15\xf5\xea\x17\x2d\ \x5a\x1e\x1a\x38\xae\x22\x53\x43\xa2\x61\xeb\x81\x57\x16\x6c\x18\ \x77\xe9\x95\x7d\x73\x33\x06\xf6\x0d\x2d\x7c\xee\xe5\x40\xbf\x3e\ \xcb\xe7\xcd\xcf\xbf\xe8\x73\x97\x8f\x2c\x2c\xec\xd7\xef\xf0\x3b\ \xf3\xf7\x90\x3e\xc9\xf5\x2f\xee\x0c\x4d\xfb\xc2\xb5\xe3\x33\xf2\ \xfb\x06\xea\x56\xbc\xb6\xd9\xe9\x43\x76\xbc\xb0\x1e\x3f\xff\xc5\ \x9b\x4a\x0b\xcb\x73\x9c\x1d\xf3\x97\x56\xf7\xcb\x69\x98\xb7\xa8\ \xfa\xf6\xaf\x7e\xb6\x34\xd0\xb4\x6c\xcd\x36\x0f\xdd\x98\xcc\x99\ \x34\xac\x74\xef\xbb\xf3\xde\xda\xd5\x92\x91\x97\x37\x66\xea\x34\ \x3c\xb2\x6e\x7d\xa3\xe7\x36\x34\x16\x8c\x9a\x5a\x1a\x6c\x98\xf7\ \xc8\xdc\x58\x24\x33\x5a\x3c\x78\xea\x88\xbc\xb5\xcb\x56\x14\x9d\ \x7f\xcb\x65\x13\x87\x0e\x1b\x3b\x25\xb7\x79\xd9\xb3\xcb\xab\xcf\ \x3f\x7f\x74\xd5\x8a\x77\x43\x63\xaf\xba\x72\xda\x98\xca\x91\x93\ \xfa\xca\x9d\x4f\xbd\xbc\x7d\xca\x9c\x99\xe1\x86\xf5\x2b\x0f\xe0\ \xd4\x49\x95\xec\xa3\xb1\xd5\xd6\x87\x00\xa5\xd4\xb6\xed\x67\x9f\ \x79\x66\xfb\xf6\xed\x07\x0f\x1e\x34\x4d\xb3\xa2\xa2\x02\x52\xeb\ \x83\xeb\x2d\xd3\x32\x2d\xd3\xef\x7a\x8c\xd1\xa6\xc6\xc6\xac\x9c\ \x1c\x4d\xd7\xb1\x33\xdf\xbf\x87\x9b\x33\x63\xa4\x7a\xe7\xda\x7d\ \x76\xd1\xa5\x93\x33\x1f\xf8\xd5\xaf\x57\xd4\x78\x5e\xcd\xe6\x05\ \x0b\xb7\x0c\x98\x3c\xa1\x69\xc5\xdc\xbf\xbe\xb0\x5e\x33\x44\xc2\ \x0b\x0f\xab\x2c\xdc\xf0\xd2\x43\xcf\x2e\xab\xa2\x5e\xdd\x5b\x6f\ \x2c\xcf\x1a\x39\x59\xdb\x3a\xef\xd7\x0f\x2e\xb4\x19\x0b\x44\xf3\ \xb1\x6e\xd7\x9e\x7a\x27\x64\x41\xa4\xa8\x7f\x49\xa6\xd9\xed\x1a\ \xdb\xae\x21\x4f\xc6\x58\x63\x63\x83\xa1\x1b\x96\x75\x5a\xfb\xd0\ \x9d\xa3\x7c\x47\x4c\x57\xcb\xf5\x85\x4c\x0a\x57\x02\x7a\x5c\xe4\ \xf7\x1f\x5d\xc1\x9b\xab\xf7\x6d\x7f\xed\x95\x15\xe3\x6e\xfa\xea\ \x7f\xfe\xe7\xff\xfb\xfc\x95\x7d\x16\xbc\xf8\x86\xd9\x77\x4a\x7e\ \xfb\xb1\x9a\xc6\x86\x3d\x75\xad\x89\x8e\xda\xbd\x75\x89\x43\xfb\ \x8f\x0d\x1d\x3d\x22\xc8\xdb\x42\x95\xe7\x7f\xf9\xab\x5f\xfb\xaf\ \xcf\x4c\xd9\xbb\xf1\xdd\x63\x2e\x68\x04\x88\xae\x27\x0e\xad\x5e\ \xb8\xba\xfe\xe6\x6f\x7d\xe7\x3f\xbe\xfd\x9d\x8b\xfb\x77\xcc\x7d\ \x75\x95\x07\xc1\x41\x23\x46\x0c\xad\x1c\x32\xa8\xd4\xda\xbe\x6b\ \xdb\xd1\x43\xdb\x5e\x5f\xde\x7a\xcb\xd7\xbe\xfb\xf5\x7f\xfb\xda\ \x15\x13\x4a\x3d\xcf\x4b\x55\x55\x95\x5c\x62\x74\xf6\xa7\xee\xbc\ \xeb\xd6\x4b\xf2\x03\x1a\xd1\x74\x46\x30\x11\x4f\xe4\x0e\x9a\xfe\ \xef\x5f\xfd\xfa\x8d\x33\x06\x43\xd6\xe0\x2f\xfc\xdb\xb7\xbe\x74\ \x59\xc5\xce\x8d\xab\x5b\x5a\x0f\x2d\x78\x69\x4d\xa4\x7c\xd0\xe0\ \xca\xe1\x81\xfa\x5d\x8b\x16\x6f\x07\xc6\x80\xc8\x44\x5b\x73\x1b\ \x8f\x66\x85\x2c\x14\x5e\xb8\xef\xf4\xdb\x66\x97\xdc\xff\xe3\x9f\ \xee\x0a\x4f\xbe\xfe\xc2\x41\xdc\x75\x84\x55\x7a\xf3\x9d\x97\xed\ \x7e\xf2\x47\x8f\x6c\x26\xb7\xdc\x74\x51\x40\x38\x8e\xc7\x66\xde\ \x70\x67\x5e\xf5\xcb\xdf\xbd\x77\xf9\xf4\x1b\x6f\xed\x1f\xe1\xae\ \x27\xc6\x5f\x7e\xcb\x30\x77\xf5\x8f\x7f\xf2\xdc\xd0\x2b\x6f\x1f\ \x9d\xaf\x8b\xb6\x86\x0e\xcc\xbc\xee\xa6\x39\x4d\xeb\x17\xef\xac\ \x3b\xfc\xf6\x7b\x7b\xa6\x5e\x7f\x6b\x99\x91\xa8\x6f\xe7\xc9\xb6\ \x86\x9c\xca\x99\x97\x8f\x36\x16\xbf\xbd\xe2\xe0\xa6\x65\x7b\xa0\ \xf2\xba\x8b\xc6\xb4\xb7\xb6\xba\x42\x02\x80\xf0\x1c\x90\xae\x2b\ \x60\xf0\xd8\x41\x4e\xb2\xba\x36\x26\x29\x05\xe1\xb9\x08\xe0\x21\ \xf4\xa9\x1c\x96\xe9\x1c\x3c\xd4\x26\xb3\x8a\xb3\x63\x1d\x75\x6d\ \x3c\x5d\x81\x4c\x3d\x4e\x79\x08\xc1\x29\x25\x57\x5f\x73\xf5\x3d\ \xf7\xdc\xf3\x83\x1f\x7c\x7f\xf4\x98\xd1\x5c\x70\x99\xaa\x30\x74\ \x72\x51\x34\xbf\xee\x6b\xaa\xfa\x6b\xea\x08\x9d\x4f\x4e\x78\x40\ \xaa\xa6\x3c\x0a\x6e\xc7\x21\x74\xc1\xad\x5f\xfd\xc6\x77\xbf\x39\ \x2a\x7a\x78\xe9\xce\x23\x2d\x4d\x75\x31\x2d\x67\xc6\xe5\x37\xde\ \x74\xc5\x44\x68\xda\x3e\xef\xb5\x75\xa1\xf2\x21\x03\x87\x0c\x35\ \x5a\x76\xbe\xba\xf4\x80\x9d\x4c\x64\x0f\x9c\xfe\x8d\xaf\x7f\xf9\ \x92\xf3\xfa\xb9\x8e\x1c\x7c\xfe\x75\x9f\xb9\xf3\xf6\x09\xe5\x21\ \xcf\xe3\x27\x9d\x42\xa2\x3c\xf1\xd4\xd8\x6d\x9b\x7b\x41\x7c\x21\ \x55\x2d\x57\x48\x3c\x5e\x69\x5f\xd3\x58\x47\x47\x7d\x23\x06\x35\ \x61\xb7\xc5\x03\xe3\x8a\x73\x00\x20\xaf\xac\x1f\x6d\xde\x82\x99\ \xa5\x03\xf2\x3b\x56\x2c\x5d\x9e\x64\x65\xd3\x46\x24\xb7\x2d\x7f\ \xa7\xa9\xd1\x1c\x7f\xe5\x00\xba\x67\x29\x20\x4f\x0a\xd0\xa3\x79\ \x96\x76\x34\xe6\x78\x12\x91\x51\x88\x35\x36\x09\xa3\xa0\x3c\xdb\ \x02\x80\xb2\xb2\x32\x6f\x73\x47\xdd\xae\xa5\x0f\x3f\xf8\x52\xc6\ \xe0\x91\x34\xe6\x51\x03\xda\xdb\x9a\x6d\x33\xbf\x28\x3b\x04\xe0\ \x30\x8d\x4a\x29\x04\x0a\x29\x24\x15\x42\xa2\x14\x9e\x9b\x0a\x58\ \x20\x4a\x3f\x4c\x8f\xc2\x01\xb0\xc2\x59\x06\xf7\xe2\x12\xac\xcc\ \x10\x21\xbc\x3d\xd6\xd2\x6a\x6b\x11\xaf\xe3\xe8\xd1\xd6\x41\xb3\ \xaf\xeb\x37\x24\xdf\x76\x5c\x4a\x99\x10\x1c\x11\xa4\x14\x42\x08\ \xd7\xd3\x47\x5d\x38\xab\xf8\xcd\x7d\x63\xa7\xcf\xc8\xa5\x76\xc2\ \xe1\xc8\x45\x4e\xe5\xb4\x09\xe5\xf3\xf7\x0e\x3a\x6f\x48\x81\x99\ \x4c\xc4\x11\xb8\x9e\xdd\x7f\xe6\x94\x41\x5b\x56\x64\x9d\x3f\xbc\ \xd0\x4e\xda\x42\x02\x0d\x95\x5c\x38\x7d\xd4\xfa\xba\xc6\x0b\x27\ \xf5\x73\x5d\x21\x93\xed\x49\xdb\xce\x1b\x3c\x75\xca\xf6\xb5\x7f\ \xfd\xf1\x6f\x23\xfd\xce\xbb\x79\x7c\xc5\x5f\xdf\xb0\x63\x71\x27\ \x92\xec\x40\xd6\x77\xf2\xac\x0b\xd7\xfe\xee\x89\x7b\xd7\x90\xf1\ \xb7\x7c\xa3\xaf\xb7\xe4\xd5\x5d\x31\xdb\x15\x9d\x73\x2c\x3a\x83\ \xd6\xda\x46\x02\x56\x40\x13\x9d\x93\x24\x3a\x81\xa6\xc6\x86\xb8\ \x0c\x85\x35\x10\x02\x11\x51\x08\x29\xa4\x2a\x2c\xfd\x7e\x84\xc3\ \xe1\xce\x59\x2f\x29\x65\x6a\x0f\x27\x3c\x65\xbf\x29\x29\xd3\xf5\ \x1d\x3b\x87\xf1\xdd\xde\x98\x89\xc4\xd4\x9b\x85\x90\x84\xa0\x70\ \x6d\x00\x23\x33\x2b\x72\xa4\xc5\x9e\x74\xf5\xdd\x31\x6d\xfe\xa3\ \xbf\xfb\x59\xc1\x98\xcb\x6f\x9b\x26\x3b\x90\x64\x7b\x6d\xc7\x8e\ \xf0\xa1\xb3\xae\xed\x3b\x32\xcf\xd9\x2d\x09\x48\x5b\x48\x93\x78\ \x02\x51\x08\x0e\xc0\x3d\x21\x84\x90\xdd\x25\x53\x11\x99\xae\xe6\ \xd6\x53\x9b\x3f\x7c\x5d\xf0\x55\x4c\x00\xa1\x14\x84\x10\x6e\x22\ \xde\xde\xde\xd2\x7e\x6c\xff\x2b\xff\x78\xc6\x1c\x7d\xc9\xc8\x21\ \x7d\xf6\x64\xc5\x97\x2e\x5f\x37\x2c\x7b\xd8\xea\xf7\x96\xd1\xe2\ \x41\x59\x39\xc5\x63\x2b\x0b\x7f\x33\xf7\x95\xb1\x97\xdf\x74\xc9\ \x20\xf7\xc1\xfb\x1f\xf1\xfa\x5d\xf5\x99\x72\xf3\xf0\x16\x2e\x05\ \x17\x1e\x48\xee\xf9\x5d\x1b\xa5\xd7\x58\xdf\x14\x18\x55\x16\xf6\ \x16\x2e\x59\xbb\xfb\x8a\xc1\xb0\x6c\xf5\xf6\x92\x71\x93\xda\x0f\ \xac\x3b\x6c\x17\xfd\xe8\xb6\xdb\xdd\xf5\xfc\x0f\x4b\xec\x70\x6e\ \x69\xa1\x98\xbb\x78\xd9\xfa\xfc\xf3\xcb\xdb\x3b\x6c\x11\xe4\x42\ \x70\xc9\xa5\x46\x75\x4a\x9c\x03\x55\xd5\x4d\xd9\x60\x4a\x57\x4a\ \x29\x04\x17\x42\x4a\x21\x84\xbf\x19\x98\xe0\xc2\x03\xc1\xb9\xe0\ \xdc\x0a\xe6\x96\xe5\x10\x2b\x6f\xd0\xe5\xb3\x07\xbb\xf1\x38\x0b\ \x04\x85\xe3\x48\x4d\x37\x02\xd1\x08\x6d\x6d\x6e\xeb\x10\x39\x21\ \xc1\x1d\x0e\x46\x28\x10\xd2\x74\xc2\x5d\x4f\x08\x09\x20\x39\x08\ \x2b\x1c\x0e\x6a\x54\x70\x57\x70\x81\x40\xb8\xe7\x11\x2d\x14\x09\ \x9a\x92\x7b\x02\xb9\x44\xf0\x3c\xa1\x51\x23\x18\x0a\x52\xee\x72\ \xaa\xf1\x78\xcc\xf5\x04\x23\xd6\xc4\x99\x93\x5f\x59\xfc\xd4\xc8\ \x3b\xa7\x64\x69\x92\x08\x11\x6b\x8b\x25\x3a\x62\x28\x64\xb8\x78\ \xf8\xe4\x01\x91\xf9\xfb\xb2\xa6\x8f\x2d\x77\x96\x23\xef\x48\x38\ \x8e\x27\x25\x4f\xc6\x3b\xda\x5b\x8d\x9a\xaa\x4d\x8f\x3e\xb7\x75\ \xe8\x85\x9f\x2f\xd1\x5d\x87\xf3\x64\xbc\xa3\xad\xad\xb9\xf9\xd0\ \x96\xa7\x9e\x5b\x9c\x3d\xf1\xb6\x3e\x21\xd8\x5a\xd3\x18\x0c\x0e\ \x0e\x52\xcf\x73\xb9\x1a\x47\xbc\x5f\xf2\x42\xba\x8a\x67\xe7\x24\ \xa5\xdf\xff\x4f\xf1\x17\xfc\x1b\x9f\x90\x42\xc8\xae\x9b\x59\x9e\ \x72\x48\x21\x50\xf8\x95\xa3\x39\x97\x52\x72\xce\x81\x4b\x21\x04\ \x0a\xa7\xdd\xd1\xc7\x5f\x7c\x7b\x65\xf9\x2b\xdf\x7f\xe0\xf9\x31\ \x13\xbf\xd2\x2f\x6a\x68\x79\x83\x2f\x9f\x3d\xc0\xee\x48\x5a\xd9\ \xd1\x03\x5b\x3c\x21\xb8\xe0\x9c\x13\x1a\xa2\xbc\xe1\x50\x55\x43\ \x53\xae\xe0\x2c\x1c\x3c\x79\xfa\xac\x33\xe7\xa2\x73\x40\xe4\xd7\ \x63\xef\x7d\xfe\x82\x94\x12\x91\x48\x29\x24\xc9\xc8\x0a\x1f\x5c\ \xf5\xd2\xaf\x8e\x2d\xe1\x1e\x16\x54\x5e\xfa\xf5\x2b\x66\x59\x3a\ \xbb\xe4\x96\x9b\x9f\x78\x7a\xc1\x3d\x6b\x5f\xd4\x23\xe5\x77\xdc\ \x71\x91\xe5\xd8\x7d\x46\x8d\xca\x79\x6d\x4f\x49\xbf\x61\x95\xfd\ \x5a\xb2\x43\x56\x60\xe4\x98\x0c\x74\x39\x35\x02\x86\x26\x85\x20\ \x48\x03\xa6\xc1\xa5\x36\x70\xf8\xf8\xb7\x5e\x5a\xbc\x63\xd6\x37\ \x6e\xbb\x71\xe6\x63\xf3\xef\xdf\x80\x18\x2e\x9d\x72\xe7\xb4\x21\ \xf9\x8e\x3e\x7e\xfd\x53\xbf\xff\xe1\xf7\xa9\xd3\x1a\xad\xbc\xd0\ \xcc\xec\x7b\xf3\x1d\x97\x3c\xf6\xc2\x3f\x7e\xb2\x84\xc5\x63\x72\ \xf2\xe8\x1c\xe1\x7a\xc2\xe3\xa0\xe5\xcf\x98\x36\xe1\x89\x97\xee\ \xdf\xbf\x62\xc0\xa7\x6e\x3a\x3f\x14\x0c\x32\x90\xc0\x4c\xcb\xd0\ \x84\x14\x40\xf5\x80\xa9\x09\x21\x25\x35\x4c\x83\x61\xb0\xe4\x86\ \x3b\xaf\x7c\xe4\xd9\x7f\xfc\xcf\xbb\x2c\x94\xdb\xe7\xba\x3b\x6e\ \x1f\x14\x05\xcf\xf5\x02\x99\x05\x15\x45\xb0\x75\xcf\x91\xa9\xfd\ \x86\x08\xc1\x09\x97\x86\x69\x50\x29\x7c\x23\x01\x20\x82\x08\xa2\ \x99\x3a\x25\xdc\x13\x42\x48\x04\x22\x38\x47\xc2\x4c\x83\x0a\x2e\ \x04\x48\x89\x40\x38\x17\xa0\x59\x86\x26\xb8\x90\x8c\x38\x49\x6e\ \x19\x21\x26\x6c\x33\x7f\xcc\x7f\xfe\xac\x7f\x30\x2b\x33\xe9\x34\ \x47\x02\x16\x4f\x24\x3d\x4f\x8b\x06\x0c\xdb\x85\x89\x57\x7f\x76\ \xa0\x6b\xe4\xc8\x64\xb5\x1e\x0c\x90\x36\x97\x93\xcc\x90\xb9\xf4\ \xf9\xbf\x57\xbf\x65\x70\x30\x07\x5f\x7c\xfb\x95\x17\x8f\xe0\x76\ \x5b\x24\x3b\xfc\xce\x9b\xcf\xfe\x72\x6d\x40\x48\x56\x3e\xfe\xe6\ \xbb\x2f\x99\xc4\x9c\xba\x4d\x3b\x9b\x4b\x26\x0c\x31\x3d\xc7\xe6\ \x6a\x42\xa2\xfb\xc9\x40\x02\x44\x4a\x91\x48\xc4\x35\x4d\xf3\x27\ \xc2\x02\x81\x40\xca\x98\x4f\xde\x9f\x92\xf8\x7b\xd6\x4a\x29\x85\ \x5f\xd9\xf8\x44\x5d\xe8\x9a\x30\x2d\x38\x10\xcd\xb0\x4c\x26\x04\ \x98\x96\xa5\x81\x40\x8e\x9a\x11\x0c\x9b\x64\xef\xea\x57\xe7\xbf\ \xbd\x55\x82\xac\x9c\x38\x63\x50\x61\x9f\x3e\x37\xcd\x79\x64\xde\ \x23\xff\xb3\xd4\x0c\x44\xfb\xde\xf6\xa5\x3b\x99\x6e\x59\xa6\x2e\ \x38\x77\x24\x1d\x3b\x73\xda\x9a\x27\x5e\xb9\xe7\xe7\xab\xa7\x5f\ \x76\xeb\x15\x93\x4b\x84\x2b\xd3\x65\xdb\x52\xb1\x4f\x72\xe2\xb6\ \xf7\xd8\x4d\x9b\xdf\xf7\xd3\x9f\x59\x3d\xe8\xd7\xd7\xfd\xe1\xed\ \xcd\x0f\x04\xcc\x1e\xea\x41\xbb\xf1\x11\x7d\x2e\xba\xfd\xc2\xdf\ \x75\xd6\x83\xde\xba\x65\xd3\xd0\x54\x3d\x68\x21\xb9\x67\xdb\xb6\ \xe7\x49\x66\x58\xe1\x48\x88\x0a\xd7\xe5\xa8\x19\x9a\x70\x12\x1d\ \x71\xd7\x0a\x47\x02\x3a\xe5\x1e\x07\x46\x85\xc7\x29\xd3\x28\x41\ \x21\x04\x61\x1a\xf1\x05\x19\x41\x63\xcc\xdf\xf5\x99\x69\xba\x46\ \xc1\x4d\x26\x51\xb7\x82\xa6\x66\xc7\xdb\x13\x2e\x84\xa3\x51\x0d\ \x84\x24\x14\xb8\xd3\x11\x4b\x20\xd5\x83\x01\x8b\x52\xaa\xeb\x9a\ \x97\xec\x88\x25\x5d\x66\x04\x02\xa6\x9e\x9a\x92\x06\xaa\x31\x48\ \xc6\x63\x8e\xa0\x81\x80\x49\xa4\x24\x4c\x23\x98\x3a\x0b\x4a\xc1\ \xfd\xd3\x49\xc1\x25\x68\x9a\xa6\xeb\x1a\xb7\x63\x1d\x09\x87\x6a\ \x66\xc0\x32\xfd\x69\x23\x66\x5a\x8d\x1b\x5e\xf8\xe3\x8b\x47\x3e\ \xfd\xcd\x2f\xf6\x0f\x23\x97\xc8\xb9\x20\xa9\x1d\x48\xd3\xb1\x58\ \xe1\x21\x61\x1a\xa5\x5d\xb4\x52\x08\x09\x9a\xc6\x48\x97\x84\x03\ \x9e\x7e\xc5\xdf\xc4\x97\x69\x1a\x21\x44\xd3\x98\xe4\x5c\x22\x0a\ \x2e\x80\x32\x82\x42\x12\xaa\x51\x4a\x18\x63\x04\x38\x17\x88\x92\ \x0b\xa9\x69\x1a\x0a\xcf\xb1\x6d\x4f\x12\x23\x10\x8c\x84\x2c\xe9\ \xb9\x42\x82\x94\xdc\xb1\x6d\x2e\x50\x33\x83\xd1\x70\x90\x52\x38\ \xba\x76\xde\x5f\x16\xd4\x7c\xee\x3f\xbe\xd2\xc7\x3c\xd3\x39\xf4\ \x4f\x86\xb3\xe0\xba\xee\xfc\xf9\x2f\xec\xd8\xb9\x53\xd3\xd8\x9c\ \x8b\x2f\x9e\x32\x65\x0a\x22\x04\x83\xc1\x6d\xdb\x36\xe7\x75\x53\ \x0f\x7a\xb0\x61\x98\x42\xf0\xce\xa4\x39\xec\xa1\x76\xa9\x94\x5c\ \x22\xd5\x18\xe1\x5c\xf8\xe9\x2a\x42\x70\x20\x0c\xa4\x9b\x4c\x3a\ \x92\xea\x91\x70\x98\x81\x24\x9a\x26\x92\xb1\x8e\xa4\x4b\x35\x23\ \x10\x30\xfd\xb4\x39\xc6\x18\x01\xa0\x1a\xf3\x92\xf1\x84\xcd\xcd\ \x40\xd0\x38\xb1\x34\x69\x5a\x14\x00\x11\x08\x25\x04\x08\x21\x24\ \x18\x0c\xed\xd8\xbe\x35\x2b\xfb\x6c\xd6\x83\x46\x40\x5d\x0b\x84\ \xac\x2c\xcb\x08\x77\x7f\x50\x6a\x98\x7a\x08\xbb\xee\xb1\x23\xd2\ \x22\x2a\x11\x28\x0b\x04\x42\x81\x00\x20\x48\xee\xda\x88\x48\x80\ \x70\xd7\x23\xd4\x88\x44\x0d\x40\x4c\xed\xab\x25\x24\xd3\x18\xa2\ \x94\x12\x28\x65\x7e\xd8\x84\x50\xa6\xa7\xeb\x69\xea\x9a\x86\x28\ \x85\x00\xcd\xb2\x50\xa2\xeb\x7a\xcc\x0c\x46\x4c\x00\xe9\x71\x04\ \x00\x49\x88\x16\x8e\x46\xd3\x4e\x9e\xf4\x5c\x97\x68\x56\x24\x6a\ \xa5\x5f\x49\xe7\x25\x08\x30\x02\x21\x03\x00\x25\x12\x7f\x31\x0c\ \x65\x9a\x7f\x96\xce\xd3\x51\xa6\x53\x48\x1d\x84\x99\x91\xa8\xd9\ \x75\xeb\x10\xcf\xb6\xf3\x86\xcf\x98\x73\x64\x61\x43\x53\x6c\x40\ \x24\x84\x08\x9a\xa6\xe1\x89\xf3\x44\x94\xe9\xe4\xc4\x57\x48\xea\ \x98\x27\xbe\xe9\xf8\x2b\x54\xd3\x52\x35\x76\x3c\x37\xf5\x45\x32\ \x4d\x03\x40\x04\x4d\xf3\x4f\xde\x39\x73\x4d\xfc\xab\x81\x94\xe9\ \x81\xb0\x1e\x00\x00\x04\xd7\x76\x3a\x67\xcc\x03\xa1\xb0\xff\xcd\ \xb9\x8e\xa3\xeb\xa2\xa1\x4d\x9f\x71\xe9\xa5\x15\x41\xf4\x3c\xa5\ \x0a\xef\x17\x14\x33\x4d\xf3\xea\xab\xaf\x72\x3d\xaf\xbc\xbc\x6c\ \xca\x79\xe7\x09\x29\x00\x88\x44\x99\xce\xc7\x39\xee\x5c\x48\x21\ \xd2\x21\xbf\xce\x00\x5f\xf7\xf5\xa0\xfd\x6f\x44\x03\x4c\xd9\x09\ \x22\x22\x30\xdf\xe2\xa8\x19\x8e\x9a\x7e\xbe\x82\x40\x00\xd7\x25\ \x9a\x19\x89\x9a\xa9\xac\xa4\xb4\x59\x22\x80\xf0\x38\x33\xac\xa8\ \x01\x27\xef\x6d\xd5\xa5\xd3\x21\x00\x48\x40\x82\x04\xa8\x1f\xfa\ \x38\xbb\xf5\xa0\xfd\xe8\xab\x44\xd1\xf3\x39\x90\x10\xda\xb9\x7a\ \x82\x69\xda\xf6\xad\x9b\xf3\x0b\x8a\xf2\xf3\x0b\x3c\xee\xa5\xf6\ \xdb\x48\x67\x6e\xc3\xc7\x63\x7d\x04\xa1\x1a\x05\x7f\x37\x9a\x8f\ \x44\x73\x19\x23\x2a\x0f\xfa\x9f\x44\x16\xd2\x45\x5f\xb9\xe7\x31\ \x8d\x11\x20\x52\x4a\xca\x18\x22\x6e\xdd\xbc\x69\xe0\xa0\x41\xa1\ \x50\x38\xed\x2f\x68\x3b\x77\x6c\x8f\x66\x64\x94\x96\x96\xb9\x5e\ \xda\xc2\x01\x01\xcf\xa9\x85\x77\x0d\x2b\x20\x20\x10\xf0\xab\xc4\ \x53\xca\x00\x60\xeb\xe6\x4d\xfd\xfa\x0f\x88\x44\x22\x67\x71\xff\ \x08\x42\x98\x46\xd9\x3f\x71\x2a\xd2\xd2\x25\x85\x28\x2b\xab\xd8\ \xbd\x7b\x27\xf7\xdc\x68\x46\x56\x7a\x81\xfa\x49\xd2\xf5\x91\x97\ \x06\xf7\x5c\x96\x04\xff\xbf\x8f\x9e\x3f\x16\xd7\xfc\xec\x5f\x22\ \x00\xd7\x25\x84\x70\xce\x7d\x83\xf5\x3c\xf7\xf0\xc1\x83\x19\x19\ \x19\x9d\xa2\x00\x00\x42\x88\xb2\xf2\x8a\x9d\x3b\xb6\x49\x21\xb2\ \xb2\x73\x3a\xe7\x23\xce\xb9\x85\xfb\x45\xac\xbb\xf8\x0c\x84\x00\ \x80\xe7\x79\x47\x0e\x55\x45\x22\xe1\xd3\x14\x05\x38\x67\x75\x5f\ \x19\x63\xb1\x8e\x8e\xc3\x87\xaa\x6c\xc7\xa1\x9d\x49\x63\xdd\x7c\ \x09\x0a\x45\xaf\xa0\x73\xa3\x6a\x3c\xd1\x3e\x09\x21\x79\x05\x85\ \x45\x45\xc5\x27\x75\x30\xc6\x58\x22\x11\x3f\x7c\xb0\x2a\x91\x4c\ \x7e\x58\x16\xde\x53\x9b\x81\x90\xbc\xbc\xfc\xe2\x92\xd2\xd3\x5f\ \xc4\x75\xee\xea\x41\x13\x42\x18\xd3\x08\x21\xea\x36\xa5\xf8\x48\ \x23\xa4\x94\xdd\x6d\x1a\x4c\x88\x1f\x6b\xa6\xbd\xd0\xc2\xa5\x3f\ \xf3\x7e\xda\x9c\xbb\x3a\x6e\x88\xc8\xb9\xa7\xac\x4a\xf1\xb1\x75\ \x31\x10\x79\x7a\xf3\xeb\x8f\x3a\xaa\xee\xab\x42\xa1\x50\xba\xa0\ \x50\x28\x94\x2e\x28\x14\x0a\xa5\x0b\x0a\x85\x42\xe9\x82\x42\xa1\ \x50\xba\xa0\x50\x28\x94\x2e\x28\x14\x0a\xa5\x0b\x0a\x85\x42\xe9\ \x82\x42\xa1\x50\xba\xa0\x50\x28\x94\x2e\x28\x14\x8a\x8f\xab\x2e\ \x50\xa6\x9b\xa6\x4e\x08\x61\x9a\xae\xeb\x9a\x5a\xfe\xa8\x50\x7c\ \x8c\xe9\x61\xdd\x14\xa1\x56\x30\xa8\x13\xf0\x8b\xc6\x21\xf7\x5a\ \x1b\xaa\xab\x5a\x64\x59\x59\xce\xfe\xb5\x6f\xaf\x3f\x08\x17\x5d\ \x7d\x51\x0e\x53\x75\x84\x15\x8a\x4f\x8c\x2e\x10\xca\x64\xa2\xe1\ \xcd\xe7\xdf\x38\xd0\xe1\x09\xce\xb9\x27\xca\x46\x4f\xcd\x3d\xf2\ \xda\x6f\x5e\xa8\xff\xd1\xef\xff\x6b\xdf\xca\xd7\x5e\xda\x94\x33\ \xf5\x9a\x4b\x72\x41\x50\x4d\x37\x34\x06\x28\x3d\xcf\x13\x12\x99\ \xa6\xa7\x6a\x13\x4a\xe1\x79\x9e\x40\x60\xfe\x1b\x00\x04\xf7\x3c\ \xce\x09\xd5\x74\x5d\xa3\x84\x20\x4a\x21\x91\x31\x46\x50\x7a\xae\ \x2b\x10\x80\x50\x5d\xd7\x19\x25\xe9\x3f\x55\x28\x14\xbd\x4a\x17\ \x08\x45\xa7\x75\xe9\x8b\x4f\xaf\x12\xc5\x83\x4a\x32\x78\xd2\xf5\ \xf2\x87\x0c\x1c\x30\x7c\xd2\xe4\xd6\xbc\x90\xb5\x9f\x6a\x86\xa1\ \x13\x00\xa6\x69\x76\x6b\xed\xde\xa3\x0d\x68\x65\x94\x55\x94\x86\ \xa8\x68\x6b\xa8\xae\x6b\x6a\xf3\x04\x5a\x91\x9c\xf2\xb2\x7c\x26\ \x45\x47\xc3\x91\x63\x0d\x6d\x02\xb4\xec\x82\xd2\xe2\x9c\xa0\x13\ \x6f\x3d\x5a\xd5\x10\xb7\x3d\x2d\x90\x91\x1d\x61\x2d\x8d\xcd\xc2\ \xcc\x28\x2f\x2b\xb1\x18\x32\x10\xb5\x07\x0f\xd4\xb7\xbb\x59\x05\ \xa5\x25\x79\x51\xf1\x71\x59\xaf\xaa\x50\x7c\xac\xc6\x11\x9a\xa1\ \xf5\x9f\x78\xf7\x5f\xfe\xf3\x12\x4d\x78\x84\xc2\xda\xa7\xbf\xff\ \xee\x6a\xfb\xea\x9b\xe7\xf8\x3b\x67\x32\x4d\x8f\x1d\x5b\x7d\xdf\ \x1f\xff\xbe\xa6\xaa\x05\x99\x39\xf9\xf2\x4f\xff\xdb\xed\x53\x57\ \x3c\xf6\x9b\xbf\xbe\xbb\x5f\x22\x6a\x99\x15\x37\x7f\xe9\xbf\xee\ \x9e\x55\xb6\xfa\x85\xc7\x7e\xff\xcc\x56\x20\x3c\xa3\xdf\xe4\x6f\ \x7d\xef\xbf\xb2\x77\x2e\xf8\xc1\xef\xe6\x35\x27\xa4\x1e\xc9\xaf\ \xc8\x37\xab\xab\x0e\xc6\xb5\xfc\x6b\x3e\xfb\x8d\x2f\x5c\x3d\x6a\ \xd3\x82\xc7\xef\x7f\xf6\x9d\x86\x18\x0f\x15\x0e\xfd\xcc\x57\xbf\ \x32\x73\x68\x8e\xe7\x0a\xf5\xf5\x28\x14\x1f\x0a\x3d\xc6\x1d\x75\ \x23\x78\xf4\xbd\xbf\xdd\x72\xfd\xb5\x97\xdf\xf0\xb9\x47\x16\x1d\ \x09\x04\xf5\xce\x8d\xa4\x01\x08\x23\xde\xba\x17\x1f\x5f\x54\xa5\ \x5f\xf7\xd9\x2f\x5d\x35\x22\x73\xf1\x82\xe7\xd6\x1d\x4c\xf0\xb6\ \xc6\xc0\x88\xeb\xfe\xf2\x97\x5f\x4e\xc8\x6e\x5a\xfc\xfa\xe2\x06\ \x11\x18\x36\xf9\xea\x2f\x7d\xf1\xd3\xd7\x5c\x30\xae\x63\xdf\xea\ \xa5\x5b\x1b\xa4\xdb\xd2\x8c\xa5\x5f\xff\xe1\xaf\xee\x98\x1a\x3d\ \x58\x1f\xfa\xf6\xbd\xf7\x5e\xd5\x47\x2e\x59\xb9\x6a\xff\xfe\xdd\ \xcf\xfd\xe3\x45\x39\x70\xd6\xbf\x7f\xe5\x96\x68\xed\xfa\xb9\x0b\ \xdf\x6b\x97\x06\x53\xb1\x4d\x85\xa2\x77\xf9\x0b\x00\x42\x78\xd1\ \x8a\x29\x37\x9c\x3f\x48\x48\x3a\xac\x5f\xd4\xdb\xd0\x65\x37\x4e\ \xa6\x69\xd4\xab\x39\xd2\xa6\x53\xb6\x6d\xd5\x8a\x90\x9e\x3f\x69\ \x42\x41\x48\x7a\x0d\x94\x50\x1a\x2c\xac\xe8\x57\x96\x9f\x7b\x30\ \x96\x8c\xb5\x1e\x7c\xf1\xde\x3f\xad\xf3\x0a\x46\x16\x6a\x4c\x37\ \x84\xed\x11\x8b\x52\xa2\x67\x15\x94\x64\x95\x95\x99\xb4\x26\x54\ \xd8\x77\x60\x51\xc6\xbb\x4d\xbc\xa5\xa9\xb6\x21\xc6\xbc\xa6\x7d\ \xcb\x56\x67\x14\x8f\x1a\x17\xa9\xc8\x96\x1f\x99\xc2\xca\x0a\xc5\ \x27\x4a\x17\xb8\x1b\xa9\x18\x77\xfd\xa7\xe6\x68\x92\x23\x8a\xb5\ \xab\x25\x22\x02\xa1\x3a\xd5\x3a\x9a\x0e\xef\x3a\xd8\x5e\x3a\xa8\ \x88\x6f\xaf\x1b\x30\xfe\xfc\x51\x05\xa6\x07\xe1\xa1\x15\xc1\x3d\ \x9e\x40\x26\x39\xe7\x52\x22\x50\x66\xb7\x1e\x5c\xbf\xbd\xae\xdf\ \xad\x37\x5d\xd6\x3f\xb9\x6b\xf3\x76\x2e\x7d\x55\x91\x42\x70\x90\ \x80\x28\x39\xe7\x12\xa5\x44\x88\x66\x15\x95\x64\xc3\x3e\xa3\x64\ \xe6\x9c\x29\xc4\x76\xb3\x4b\x06\x47\x35\x4f\xa8\x08\x83\x42\xd1\ \xdb\xc6\x11\x94\x69\x44\xb8\xf1\x84\x1d\x8b\xc5\x5d\x2e\x09\xa5\ \x94\x82\x47\xc2\xe3\xa7\xce\x2c\x23\x35\x6f\xbd\xbd\x61\xc4\x0d\ \x5f\xbe\x75\x5a\xee\x1b\x0f\xff\xf6\x3b\xff\xf3\xb3\xb9\x6f\x6f\ \x76\x99\xae\x31\x7f\x2f\x1c\x20\x94\x11\x94\xc1\xfc\x51\xd7\x5f\ \x39\x7e\xc7\x82\x87\x7f\xf4\xa7\x67\x5b\xcd\xa2\x92\x1c\x0b\x91\ \xfa\xef\xf0\x2b\x64\x02\x00\x21\x8c\x48\x19\xcc\x1f\x7c\xf7\x57\ \x3e\x5d\xd4\xba\xe6\x57\xff\xf3\xfd\x9f\xfe\xf1\xd1\x2d\x47\x3b\ \x34\x8d\x2a\x77\x41\xa1\xf8\xb0\xe8\xa1\x1e\x34\x8a\x44\x2c\x26\ \xb5\x60\x38\x60\x00\x20\x10\x10\x4e\x22\x66\x63\x28\x1c\xb2\x74\ \x12\xef\xe8\x10\xd4\x8c\x84\x83\xc0\x93\x6d\xed\x09\x01\x44\x37\ \xad\x80\xa9\xbb\xf1\x0e\x07\x8c\x48\xc8\x70\x12\x71\x0f\x59\x38\ \x12\xd6\xa4\xd3\xd6\x1e\xf7\x04\x6a\x86\x19\x08\x04\xa8\x48\x76\ \x24\x45\x28\x1c\x02\x6e\x27\x6c\x19\x8a\x84\x64\x32\x96\x94\x2c\ \x14\x0e\x05\x74\x9a\xe8\x68\x8f\x3b\x1e\x65\x9a\x15\x08\xe8\x4c\ \x25\x62\x2a\x14\xbd\x4d\x17\x80\x50\xc6\x08\x0a\x91\xde\xea\x98\ \x50\xca\x08\x11\x42\x20\x10\xc6\x28\xa2\x94\x12\x09\xa5\x94\x10\ \x42\x00\x25\x0a\x29\x29\x63\x04\x50\x08\x49\x29\x23\xc4\xdf\xc6\ \x9b\x52\x9a\xaa\x0c\x2f\xa5\x40\xa0\x1a\x25\xc2\xdf\xd7\x9a\x10\ \x29\x04\x50\x46\x09\x4a\x21\x11\x08\x65\xd4\xdf\x4e\x5c\x4a\x81\ \x2a\x81\x41\xa1\xe8\x7d\xba\xa0\x50\x28\x54\x7c\x41\xa1\x50\x28\ \x94\x2e\x28\x14\x8a\x9e\xd0\xce\xe5\xc9\x28\x55\x32\xa4\xf8\xc8\ \x73\xd2\xd6\xf2\x1f\x09\x0b\x7f\x9f\x36\x7f\x98\xba\x40\x08\x91\ \x52\xb6\xb7\xb7\xab\x85\x0f\x8a\x8f\x34\x84\x40\x20\x10\x34\x4c\ \x2b\xbd\x2d\xfb\x71\x0b\x47\xc4\x8e\x8e\x76\xee\xf1\x5e\xd8\x66\ \x2b\x10\x34\x4f\x69\xf3\x87\xac\x0b\x84\x10\x21\x44\x63\x63\x7d\ \x20\x10\x0a\x86\x42\xca\xb6\x14\x1f\x5d\x84\x10\x2d\x2d\xcd\xa1\ \x50\x38\x1c\x8d\x62\x97\xed\xa1\xa5\x94\x8d\x8d\xf5\xa6\x69\xf5\ \x42\x0b\x17\x42\xb4\xb5\xb4\x04\x42\xc1\x68\x34\xe3\x34\xb7\xb4\ \x3e\x23\x5d\x40\x24\xa6\x49\x0d\x13\x7a\xf2\x4c\x08\x41\xee\xc9\ \x64\x12\x52\x1b\x7e\x93\xd6\x96\xe6\x70\x38\x52\x50\x58\xac\x0c\ \x4b\xf1\x51\x27\x92\x91\x71\xe4\xe0\x41\xcb\xb2\x98\xae\xfb\x5d\ \x80\x10\xda\xd2\xd2\x10\xb0\x82\x45\x25\xa5\xbd\xb3\xcd\xd1\x8c\ \xcc\x23\x07\xab\x2c\x2b\xa0\xeb\xfa\xe9\x0c\x28\xce\x44\x17\x68\ \x20\xd8\xb2\xf0\xb5\xb6\x77\x17\x31\x2b\xd0\xed\x1b\xa4\x63\x07\ \x87\x8f\xcc\xbb\xe5\x4e\x69\xdb\xbe\x1b\x93\x4c\x26\x8b\x4a\xca\ \x10\x53\x23\x1d\xdf\xe9\xea\x25\x97\x8c\x52\x0a\x28\x25\x9e\x83\ \xd3\xfc\xcb\xce\xf3\x2f\x3d\x98\xe2\x74\xdd\x5e\xff\x89\x65\x5a\ \xba\xae\xbb\x9e\x1b\xd4\x75\x4c\x7d\x1d\x24\x99\x4c\xe6\x55\x14\ \x75\x8e\xe4\x7b\x89\x85\xfb\x6d\x46\x44\xd3\x34\x75\xc3\x70\x1d\ \x47\xd7\x0d\x80\xb3\xa3\x0b\x44\xd7\x9d\x43\x55\xed\xef\x2c\x62\ \x91\x68\xf7\xba\x90\x88\x01\xa5\x44\xd3\x01\xec\x94\x87\x01\xe8\ \xa7\x2c\x01\x00\xa1\x94\x74\x5e\x65\x94\x42\x9e\x18\x11\x21\x44\ \x63\x4c\x0a\x7e\x06\x36\xaf\x69\x1a\x00\x08\xce\x4f\xfb\x4f\x09\ \x63\xd8\xd2\xd0\x48\x02\xd1\x68\x40\x07\x42\x28\xa1\xfe\x22\x0e\ \x29\x4f\xfa\x56\x89\xa6\x31\x40\xc9\x85\xec\xee\xa4\xc8\xb9\x78\ \xff\x6e\xec\x75\x34\x1e\x6d\xb0\x8b\x4b\x8b\x0c\x76\xfc\xe3\x52\ \xca\x28\x25\x80\xdd\x9e\xf1\x7d\x8e\x06\xed\x0d\xf5\x22\x94\x95\ \x69\x69\x42\x49\xc3\x59\x56\x81\xce\x27\x88\x08\x88\x08\xc0\x18\ \x4b\x3d\xeb\xea\x43\x4b\x84\x2e\xe1\xbd\x93\xd4\xe1\xa4\x77\x53\ \x4a\x09\xe0\xe9\x7f\xe3\xa7\xc2\x34\x8d\xa0\xe0\x27\x16\x30\x7a\ \x9f\x36\x03\x00\x1e\xef\x86\xa7\x61\x63\x67\x38\x8e\xd0\x75\x1a\ \x0a\xd1\x60\xb0\x87\x47\x88\x9a\x27\x8c\x32\x50\xa4\xaf\x01\xa2\ \x1b\x6f\x6f\xa8\xaf\xa9\xae\xae\xae\x3e\x7a\xb4\xb6\x29\x86\x88\ \xc7\xd7\x6f\x13\x4a\xbc\xf8\xbe\x1d\xbb\x5b\x93\x92\x7e\xb0\x15\ \x12\x44\x63\xb0\xe5\xad\x27\xfe\xfe\xe2\x1a\xc9\x4e\x77\x89\x36\ \x65\x8c\x37\xed\x7c\xe8\xbe\x87\xf7\xb5\x09\xca\x18\x78\x89\xfa\ \xda\xea\x63\x75\x8d\xb6\xa0\x4c\x63\x5d\x2e\x37\xd5\x78\xcb\x8b\ \xf7\xff\x69\xf1\x8e\x7a\x8d\xb1\x13\x25\x4c\xac\x7a\xf9\xa1\x47\ \xdf\xd8\x46\xbb\xbe\xde\x9d\x2e\xb4\x1f\x58\xfd\xc0\x23\xaf\xb6\ \x78\x8c\xa6\xc7\x56\x9a\xa6\xa1\x1b\xab\x3b\x56\x7d\xac\xae\xa1\ \x23\xe9\x21\x9c\xe6\x0a\x52\x42\x29\x3b\xbc\xea\xa5\xbf\x3f\xf5\ \x8e\x4b\x55\xba\xf8\xd9\x02\xd3\x48\x29\x29\xa5\x94\x52\x44\x94\ \xe9\x6e\x2f\x85\x3c\xa9\x7b\x49\x29\xbb\xfc\xd1\xf1\xbf\x3d\x75\ \x22\x80\x00\xb8\xc9\x78\x7b\xdc\x39\xed\x6f\xfc\x54\x03\x80\x86\ \x83\x7b\xf6\x1f\x8b\xb1\x13\xfb\x48\xd7\xf3\x76\x9e\xba\xb3\xcd\ \x28\xc5\xe9\xbb\x30\xe7\x68\x3e\x42\x22\x02\x22\x20\x50\xc6\xd6\ \x3c\xf2\x8b\x07\xd6\xb5\xf5\xef\x57\xe0\x39\x4e\xee\xd0\x2b\xff\ \xed\xb6\xf3\x18\x80\xe4\x9c\x68\x1a\x01\xe0\x75\xfb\x9e\xbc\xff\ \xf9\xab\xbe\xf7\x93\xec\x30\x45\xc9\xa9\xd6\x59\x63\x56\x72\x4f\ \x50\x4d\xef\xbc\x14\x28\x38\x97\x44\xd7\xd3\x1d\x12\x79\x24\xaf\ \xbc\x6f\x34\x13\x25\x52\xa6\xa5\x15\x13\x04\xf7\x24\x30\x5d\xeb\ \xec\x41\xc8\x3d\xee\x7f\x25\x94\xc8\x35\x0b\x17\xb4\x64\x8f\x18\ \x56\x12\x6a\xda\xbb\xfc\xb1\xc7\xe7\x1f\xb1\x35\x8d\x3b\x24\x67\ \xc0\xad\x77\xdf\x3d\xba\x24\x20\x21\x7d\xe5\xa5\x51\xd4\xaf\x7f\ \x20\x62\xc8\xb4\x57\x92\xbe\x4b\xf0\xac\xc2\x8a\x0a\x2d\x82\x40\ \xba\xbc\x8e\xdc\xe3\x48\xa8\xde\x45\x5c\x84\xe7\x26\x6d\x57\xa6\ \xbf\x3d\x4d\xd7\xea\x77\x2c\x7e\xe0\xf1\x05\x8d\x2e\xa3\x20\x8b\ \x47\xcf\xfe\xcc\xad\x97\x66\x69\x5d\x3f\x1a\xe8\xba\xd6\xf9\xc9\ \x25\x30\xad\xf3\x23\x48\x18\x3c\xe5\xbc\x17\x7e\xfe\xe4\x92\x3d\ \x53\xe7\x0c\x0c\x09\x2e\xd4\x1a\xb3\xb3\x87\xa6\xeb\xbb\x76\xed\ \xca\xce\xca\xca\x2f\x28\xe0\x9e\x07\x29\xcf\xfc\x64\x3f\x0d\x11\ \xc1\x7f\xad\xb3\xef\x75\xdf\x09\x09\xd3\xd9\x9a\x79\x0f\xbe\x50\ \x33\xf8\x27\xdf\xbc\xcc\xec\x1a\x1d\xf4\x3c\x60\x5a\xda\xe0\x90\ \x7b\x9c\x1c\xff\xd1\xff\x6d\xe7\xb2\x21\x77\xc9\xdc\xc7\x6a\x86\ \x7c\xfa\xeb\x57\x66\x68\xc0\x3d\x81\xdd\x1a\xc0\x49\xba\x83\x12\ \xe1\xb4\xfd\x93\x73\xa2\x0b\x84\x48\x29\x31\x35\xac\x11\x09\x1b\ \x86\x5d\xf8\x99\x6f\xdf\x39\xde\x6f\xed\xe1\x35\x2f\x3f\xbf\xce\ \xfd\xec\x57\x6e\x68\x5f\xf3\xc2\x0b\x7b\xa3\xb7\x5f\x58\x6a\x3a\ \xfb\x1f\xfd\xc3\x3d\xaf\x97\x8e\xfe\xec\x5d\x57\x8a\x7d\x6f\x3e\ \xfb\xea\x8a\x16\x19\x9a\x76\xf9\x4d\x17\x8d\x2d\x3f\xbc\x61\xc1\ \x33\xaf\xae\x4f\x0a\x69\xe6\x56\x7e\xea\xd6\x1b\xfa\x47\x92\xcb\ \x5f\x78\xf6\xed\x4d\x87\x58\xde\x88\xbb\xee\xbc\x96\x27\x9b\x6b\ \xda\xa3\x8c\xd1\x96\x03\x6b\x9e\x7d\xee\x8d\x9a\x04\xab\x9c\x72\ \xd9\x75\x17\x8d\x31\x13\x07\xe7\x3d\x33\x7f\xdb\x91\x36\x49\x02\ \xa3\x67\x5f\x77\xc5\x94\x81\x54\x78\x08\x4c\x26\x8f\xae\xd8\xda\ \x32\xe9\x8e\x0b\x02\xad\x7b\xff\xf0\x87\xbf\xeb\xe7\x7f\xee\xfb\ \x97\x8d\x33\x45\xc7\x7b\xcf\xfc\xe1\xcf\xf7\x3f\xf6\x93\xff\xf9\ \x2a\xdf\xfe\xca\xd3\xaf\xac\x6d\xc7\xe8\xc5\xd7\x5c\xc6\x5b\x9a\ \x79\x42\x52\x10\x3b\xdf\x7b\xf1\xc5\x25\xdb\x1c\x8e\x59\x95\xd3\ \xee\xbe\x71\x96\xd3\xde\x54\x67\xf6\x21\xf6\xd1\xb9\xff\x78\x76\ \xc7\xd1\x76\x49\x02\x63\x2f\xbe\xfe\xf2\xc9\x03\x69\xc7\xbe\x7f\ \x3c\x39\x7f\xf7\xb1\x58\xee\xa0\xc9\x77\xdc\x7a\x99\x4e\x29\x23\ \x14\x10\x10\x91\x50\xcd\x6d\xd8\xf4\xc7\x7b\x9f\xc9\x9b\xf5\xe9\ \x2f\xcd\x19\xa5\x39\xed\x1d\x0e\x09\x7a\xcd\x6f\x3d\xf1\xd8\xd2\ \xaa\x96\x40\xfe\x90\x4f\xdd\x72\x5d\xff\x4c\xb1\xe6\xb5\xa7\xdf\ \x5c\xbd\x87\xe6\xf4\xbd\xfa\xd6\xbb\x86\x46\x9a\xde\x9c\x3b\x77\ \xc5\x9e\xfa\x60\xd1\x88\x9b\x6f\xbe\xaa\x3c\x67\xd8\xb4\xa1\xe6\ \x8a\x55\x1b\x67\x0d\x3a\x9f\x20\x57\x63\x89\xb3\x64\xb7\x94\x90\ \xb5\x6b\xd6\x3c\xfe\xc4\x13\x85\x85\x85\x9f\xbe\xfb\xee\x82\xc2\ \x42\x7f\x0e\x42\x4a\x09\x88\xd0\xe9\x94\x13\x22\xfd\x40\x7f\x97\ \x01\x46\xea\x2e\xdd\x8d\x53\x80\x88\x42\x08\xd0\x21\xf9\xf6\x33\ \x4f\x2c\xdb\x55\x2d\x25\xed\x33\xfe\x92\x9b\x2e\x9f\x48\x1b\x76\ \x3f\x3d\xef\xe5\x5d\x75\xf6\x80\xb1\x17\xdf\x7a\xcd\x64\x51\xbb\ \xf3\xf9\xe7\x5e\xdc\xdb\xe8\x94\x8d\xbe\xe8\x96\xab\xa7\x8a\xaa\ \x95\x4f\x3e\xbf\xa8\xba\x83\x8c\x99\x7d\xb9\x61\xd2\x4d\xaf\xdc\ \xf7\xe3\xed\xc5\x93\xaf\xbc\x7b\xf6\x90\x4c\xc1\x7b\x9c\x65\xe8\ \x6c\x80\xf8\x20\xc2\x70\x2e\xfc\x50\x02\x90\x9e\x38\x45\x00\xa2\ \x6b\x78\x78\xfb\x3b\xf3\x5f\x9c\xff\xec\xd3\xf3\xb7\x1e\x6d\x2d\ \x19\x32\x4a\xaf\x5d\xf1\xf0\xe3\xcf\x3e\xfd\xf2\x9a\x92\x21\xc3\ \x32\x34\xc7\xd3\x8a\x66\x5d\x75\xcb\x9d\xd7\xcf\xa4\xc7\x56\xfe\ \xe5\xf1\xc5\xfd\x2f\xba\xf5\xc6\xe9\x85\x2f\x3f\xfa\xd0\xae\x36\ \xaf\x7a\xc7\xb2\x6a\xbd\xcf\x4d\x37\x5f\x97\x55\xbb\xe2\xf1\x79\ \xab\x5a\x0e\x2f\x79\xe4\xb5\x1d\x53\x6f\xf8\xec\xad\x97\x4e\xc8\ \x0a\x40\xed\x81\xed\x1b\xab\x9a\x65\xac\xea\xc1\xbf\x3c\x6a\xf7\ \x99\x7e\xc3\x15\xe3\xb7\xbf\xfc\xf7\xb9\xab\x8f\x81\x7d\x64\xc5\ \xa6\xfd\x23\x2f\xbf\xf9\xaa\x89\x79\xaf\x3f\xf2\xc8\xe6\xea\x84\ \xa6\x51\x20\xcc\x6e\xd8\x57\x03\xa1\x01\xfd\x43\x47\xb6\x2d\xdb\ \x05\x63\x6e\xbb\x76\x7a\x4e\xc4\x0a\x66\x16\x5c\x76\xeb\x1d\x39\ \xc7\x76\x6d\xd9\x5d\xb3\x77\xf3\x7b\xb5\xa1\xc1\x37\xdd\x74\xcd\ \xd0\x02\x63\xe7\xfa\xd5\xc7\x62\xbc\x71\xeb\x6b\x7f\x7e\x7a\xd5\ \xd0\xd9\xd7\x5e\x31\xad\xcf\x96\x65\xab\x1b\x5d\xac\x3d\xb0\x65\ \xf3\xe1\x56\xec\xa8\x5a\xb9\xe9\xc0\xe8\x2b\x6f\xb9\x72\x7c\xce\ \xab\x0f\x3f\xb2\xb5\x36\xc9\x82\xf9\x53\x2e\xbe\xee\x33\x77\x5e\ \xe5\x6e\x7e\xed\xa5\xa5\x07\x88\xa9\x13\xdf\x6c\x00\x09\x23\x87\ \x56\x2e\x6a\xca\x18\x72\xdb\x0d\xe7\xe5\x84\xcd\x70\x76\x7e\x49\ \x71\x1e\xa3\xd6\xb0\xf3\xaf\xf8\xcc\xa7\x6f\x2d\x68\x5b\xf5\xe4\ \xdb\xdb\xec\xa3\xab\x9e\x78\x61\xc5\xe8\x6b\xee\xbe\xe5\xb2\x69\ \x45\x61\xb1\x6a\xde\x43\x8b\x0e\x67\xdc\x72\xe7\xed\x25\xcd\xcb\ \x1f\x9c\xbb\x5c\x02\x2b\xed\x5f\x51\x77\xf4\x40\x2b\x07\x42\x52\ \xce\x98\x7a\xfc\x6b\x1f\x04\x20\x91\x4c\x1c\xad\xae\x9e\x30\x61\ \x42\x71\x71\xf1\xc1\x43\x07\x65\x3a\xd2\xeb\xf7\x79\x72\x82\x85\ \x23\x00\x22\x41\x4c\x7f\xcb\xfe\x13\x38\xe5\xb0\x7e\x2f\x20\x94\ \x12\xd1\xbc\x7c\xe5\xa6\xac\x09\x57\x7f\xea\xb2\xd1\x5b\x5f\x7e\ \xe4\xbd\x03\x75\xab\x5e\x7d\x6e\x79\x43\xe1\xa7\x3f\x77\xe7\xb4\ \x91\x7d\x98\xdb\xf0\xec\x83\x0f\xd5\xe6\x4e\xbb\xeb\xb6\x4b\x6b\ \x96\x3c\xf9\xfc\xfa\xba\xe6\xdd\x6b\xb6\xd5\x1a\x57\xdf\x72\xe3\ \xa4\xca\x42\x8f\x63\xbf\x49\x97\xdd\x7d\xfb\x8d\x63\x4a\x83\x42\ \xc8\x6e\xdb\x9f\x3a\x35\x76\x69\x73\xef\xf2\x17\x00\x64\x0a\x41\ \x19\x45\x44\x90\x12\x51\x4a\x04\xc1\x1d\x0c\x57\xdc\x71\xc7\x15\ \xff\xf1\xd5\xef\x46\x6e\xfc\xe5\x7f\x8e\x2d\x74\x8e\x1c\x91\xd4\ \x2a\x28\x29\x2b\x2d\x0c\x6d\xdd\xb2\x69\x6f\x5d\x4b\xe8\xdd\x97\ \x77\xf1\xb6\x24\xe7\x0d\x75\x31\x8d\x1a\xf9\xa5\x15\x95\x95\xa3\ \x22\xb3\x86\xfe\xe9\xbd\x9d\x5e\xce\x05\xa3\x8a\xde\x7e\xef\xad\ \xb7\x03\x97\x5c\xd2\x47\x27\x40\xb5\x40\x40\xaf\xdb\xbe\xa1\x56\ \xf6\xfd\xcf\x6b\x2f\x28\x36\x20\xbe\x6f\xc3\xdc\x15\xdb\xae\xef\ \x13\xb0\x42\xd9\xfd\x07\x0f\x19\x35\x2a\xb4\x62\xc9\xba\x23\x0d\ \xcd\x63\x8b\x0b\x04\xa2\x1b\x6b\x41\xa2\x85\x34\x88\xc5\x3a\x68\ \x46\x54\x43\x74\x1d\x47\x02\xd5\x58\x30\x53\xc7\x44\x3c\x16\x01\ \xa3\xa8\xcf\x80\xe1\x95\x03\x48\xe2\xa8\xa6\x1b\x26\x89\x6f\xda\ \xb0\x26\x3a\xf1\xaa\xab\xa7\x8c\x6a\xaf\x6a\xcd\xb4\x6a\x05\xe7\ \x54\xd3\x0d\x4a\xb8\x90\x56\x24\xa7\xff\xe0\xca\x11\xc3\xad\xe5\ \xef\xfe\xea\x48\x53\xdb\x30\x33\xb6\x6e\xf1\x82\xaa\x56\xbb\xb6\ \xb5\x2d\xd0\xde\xe4\xe6\x11\x04\x29\x05\x17\x42\x10\x86\xb1\xd6\ \x44\x38\x50\xa8\x03\xb8\x8e\x23\x10\x08\x65\x98\x6c\xda\xbc\xfa\ \xed\xad\xd5\xed\xcd\x35\x1d\x76\xb4\x19\xb2\x06\x0c\x2b\x0d\xad\ \x7a\xe3\x8d\xc8\xe5\x57\x4c\xd3\xdb\xd6\xae\xdb\xdf\x0a\xf6\x2b\ \xcf\xd7\xb4\x37\xb8\x49\x59\x6f\x03\x18\x56\x18\xe3\xcd\x49\x5b\ \x66\xe8\x52\x45\x1f\xcf\x06\x02\x84\xae\xeb\xd7\x5e\x7b\x8d\xaf\ \x00\x52\x0a\xd7\x75\x09\x21\x00\xba\x3f\x7a\x3f\xd1\xc2\x45\x7a\ \x54\x2f\x64\xba\x07\x76\xfe\xd7\xf5\x2e\x89\x00\xfe\x9f\x73\x2e\ \x58\x20\x5c\x3e\x60\xc8\xf0\xc1\x03\x27\x2e\x7b\x77\xd7\xa1\xe6\ \xeb\x86\x0d\x0b\x6d\x5f\xf9\xfa\xd2\xdc\x2b\x2e\x99\x25\x9a\xd7\ \xae\xdf\x57\x67\xca\x95\xcf\x1f\x95\x4d\x9e\x08\x1c\x6b\xe1\x06\ \xcb\x2c\xa8\x18\x3e\x74\x50\x00\x62\x42\x60\x38\xb7\xa8\xbc\xb4\ \xc4\xb1\x5d\x7e\x6a\xae\x20\xf1\xa7\x01\x3b\xfd\x1e\xec\xb6\xcd\ \x1f\xbe\x2e\xa0\x44\x40\x29\x05\x91\x4c\xda\x9c\x54\x8c\xb8\xe0\ \xfa\x6b\x27\x02\x80\xe4\x8e\x94\xf6\xbe\x5d\xfb\x82\x7d\x86\x7b\ \x87\xb6\xee\x6d\x9d\xde\xd7\x1f\x5c\x4b\x04\x00\x22\xa4\x99\x37\ \xf0\x8a\x1b\x6f\xcf\x65\x1e\xd1\xcd\xac\x28\x5b\xb6\x5c\x48\xe2\ \x39\x00\x9c\x80\x94\x2e\x89\x0e\xfc\xb7\xff\xfe\xfe\xba\x77\x5f\ \x7d\xfc\x8f\x3f\xad\xff\xe2\xff\xcb\xd7\x34\xb4\x25\xa1\x44\x7a\ \x76\xd2\x45\x30\x78\x32\xe9\x00\x23\x28\x11\x51\xba\x8e\x0b\xcc\ \x03\x8d\x0a\xce\xa5\x10\x52\x10\xd0\x2c\x90\x5e\x7b\x12\x8a\x8b\ \xfb\x18\xd5\x8b\x77\xd5\x74\x4c\x2f\x0f\x0a\xc2\x9a\x76\xae\xdf\ \xc7\xad\x59\x45\xd9\x6d\xdb\x84\xf0\x5c\x47\x4a\xcd\x13\x88\x80\ \x52\x4a\x04\xcf\x75\x65\xfa\xfe\x20\x85\x40\x04\x40\x21\x85\x44\ \x94\xae\xe3\x01\x78\xa0\x69\x1a\x49\x2e\x7a\xe6\x91\xe5\xf1\xe1\ \xff\x79\xe7\xd4\x95\xff\xf8\x7d\xb5\xcb\x25\xe7\x52\x12\xe2\xff\ \x89\xcb\xf3\xfa\x97\x36\x2c\xdb\xb3\xaf\xc6\x1e\x5f\xa8\x7b\x9e\ \xd4\x0c\x7d\xd3\x8b\x8f\xbf\xb4\xc9\xfa\xc6\xd7\xef\xac\x7e\xf3\ \xe1\xd7\x9b\x63\x3c\xd8\xf7\x73\xff\xef\x7b\x5b\x97\x2f\x7c\xfa\ \xbe\x5f\x1e\xb9\xe1\x2e\xcd\x0c\x0c\x18\x3e\xfb\xce\x8b\xfb\xba\ \x1e\x98\x86\xc5\xb8\x6b\xdb\x09\x34\x74\x4a\x50\x08\x2e\xa5\xea\ \xc5\x67\xc9\xd3\x85\x78\x3c\x7e\xdc\x29\x48\xcd\x6a\xe3\xa9\xd9\ \x41\xa9\xc8\xbf\x90\xc2\xef\x7e\x5d\xbb\x20\x76\xd5\x06\x22\xa5\ \x1f\x6e\x93\x52\x08\x44\xc9\x5d\x1b\x24\x22\x65\x6e\xdc\x2e\x9f\ \x7d\xdd\x0f\xca\x86\x2e\x7c\xe1\xe9\x9f\xff\x6a\xf7\xd7\x3e\x37\ \x41\x0f\x64\x4c\xbc\xf8\x86\x0b\x2a\x74\x0f\xb4\x40\x34\xab\xfa\ \x4d\x57\x4a\xee\x78\xdc\x22\x5c\x4a\xc1\x53\xd1\x2a\x21\x4e\x88\ \x2f\x10\xe8\xe2\xc9\x74\xb6\xd9\x8f\x46\x7e\x80\xa8\xca\xb9\xf3\ \x17\x50\xa2\x24\x54\x02\xba\xf1\xfd\x5b\x96\x2d\x5c\xd4\xc2\x6d\ \xd7\x8c\x16\x55\x04\x8f\x3d\xb3\xe8\xd0\xed\xdf\xfb\x59\xe3\xcb\ \xbf\xfb\xfb\xc3\x2f\x7f\xff\xae\x51\xf9\x99\x2d\xaf\xbd\x34\xaf\ \xb9\xb2\xff\xc0\xd2\xf1\x83\xe0\xf1\x97\x5f\x7d\x7b\x6c\x79\x84\ \x05\x0b\xa7\x4f\x1b\xe2\xd9\x89\x38\x71\x05\x82\xe7\xd8\xb6\x43\ \xe2\x35\x3b\xd6\x6d\x38\x10\x8d\xe4\xe4\xe9\x6e\x5b\x47\x7b\xa6\ \xe3\xc4\x3a\x62\x99\x83\xc7\x0d\xcc\x7a\xf7\x91\x07\x1e\x3f\xaf\ \xd4\x7b\x6b\x6d\xf3\xf4\xcf\x0e\xd5\xf8\xb6\x44\x32\xe1\x72\x0e\ \x9e\x9b\x4c\x24\x1c\x8f\x0b\x21\xb8\xc7\xb5\x8c\xd2\x0c\xbe\xa4\ \xea\x60\xd3\x88\x41\x93\xaf\x9c\xb4\xe6\xa9\x3f\xfc\xfa\xe0\xb4\ \xf1\x61\xb7\x61\xf9\xf2\x55\x83\x66\xdf\x31\xba\x58\x5f\xd0\x11\ \x4b\xea\xae\xe0\x82\x70\xcf\x4e\xc4\x62\x8e\x36\x71\xf4\xc4\xd7\ \xfe\xfa\xe2\xc3\xf3\x9c\x8c\xe6\x8d\xf5\x0e\x21\x52\x38\x76\x22\ \x41\x3d\xe1\xb9\x89\x44\xd2\xf3\x04\x52\x2f\x99\x48\x38\x9e\xcc\ \x0c\x85\xf8\xb1\xba\xfd\x7b\x0f\xd4\x34\xc6\x79\xa9\xd4\x03\x21\ \x51\xbf\x7d\xfd\xce\x63\x73\x46\xe4\x08\x27\x99\x33\xec\xa2\x59\ \x7d\xb7\xfd\xed\xb7\xbf\xd9\x33\x65\x64\x80\x77\xb8\x91\xd2\x62\ \x33\x83\x79\xf5\x55\xfb\xf7\xd7\xd7\xb7\x70\x8d\xd9\xb5\xbb\x97\ \x6f\xdc\x15\x88\xe6\x64\x99\xa4\xa5\x4d\x3f\xff\xfc\x41\xf7\xbd\ \xf6\xda\xa2\xc8\xb4\xa8\x74\x0b\x47\x4c\x18\x9d\x11\xa8\x3d\x74\ \x28\x33\x6f\x6c\x88\x71\xcf\x51\xdb\x6d\x9c\xc5\xd9\x4a\xd3\x34\ \xfd\x32\x23\x9c\x73\xd7\x75\xa1\x4b\xb4\xff\xa4\x3b\x9f\x94\x52\ \x48\x21\x85\xef\x2f\xa4\xe6\x27\x4f\x3d\xa4\x10\xe0\x3a\xc9\x44\ \xd2\x11\x82\xdb\xc9\xa4\xed\x71\x10\xd2\x49\x24\x84\x74\xf6\x6c\ \x58\xb6\xbb\xc6\xce\x29\xc8\x85\x3d\x35\xc9\xd0\xe0\x19\x03\x03\ \x8b\x5e\x7d\x31\x30\xa5\x52\x3a\x6c\xcc\xcc\x69\xc2\x71\x92\x09\ \x87\x73\xee\x12\xad\xbc\x20\xb4\x74\xf9\x8b\xcf\x9b\x87\x8a\x2b\ \x46\x8c\xec\x9f\x25\x84\x7c\x9f\xa9\x56\x48\x4f\x51\x9c\xbe\xbf\ \xc0\xbe\xf3\x9d\xff\xfe\xa0\x17\x8b\x1a\x66\x6c\xc3\xda\xc4\xd6\ \x4d\xd4\x30\xbb\xf7\x0e\x3c\xcf\xac\xe8\x9b\x31\x73\x36\x7a\xae\ \x3f\x4b\x57\x5f\x57\x9b\x9b\x57\x80\x04\x10\x11\x84\x1b\x73\xda\ \x9b\x1a\x9a\x1b\x9b\x9a\x92\x0e\xea\x06\xc9\x19\x78\xde\x94\xe1\ \x15\x85\x45\xf9\xed\x75\xcd\x39\xfd\x87\x0d\xed\x57\xd0\x70\x60\ \x6f\x7d\x82\x0e\x1e\x37\x79\xca\xc8\xf2\xc6\x83\xbb\xab\xaa\x9b\ \xcd\xac\xe2\xbe\xe5\xf9\xe8\xf2\x48\x5e\x45\x79\x7e\xa6\xf4\x1c\ \x16\x29\xaa\xc8\x37\x76\x6e\xdc\xb8\xfb\x50\x63\xc9\xf8\x4b\x2f\ \x99\x3c\x84\x7a\x4e\x30\xab\xb0\x6f\x79\xbf\xa1\x43\x2a\xe2\x47\ \xf6\x1c\x68\x90\xe7\x5d\xf1\xa9\x99\xc3\x8b\xb9\x93\xe4\x2c\xd2\ \xb7\x6f\x9f\x10\x15\xae\x60\x45\x7d\x06\xe6\x84\x34\xc1\x85\x1e\ \x88\xda\x07\xd7\xac\xaf\x35\xc6\x8e\x1a\xdc\x7f\xd8\xe8\x62\xcb\ \x3e\x50\x75\xa8\x39\x41\x46\x5f\x78\xc3\xf5\x33\x47\x50\xcf\x71\ \xb9\xcc\x2c\xe8\x5b\x9a\x1b\x91\x82\x73\x49\x73\x4b\xfb\xf4\xaf\ \x1c\x3a\xb0\xc8\x3a\x52\x75\xb0\xad\xa3\xed\x58\x87\x3e\x79\xfa\ \xe4\x0c\xea\x85\x73\xcb\x2b\xf2\x82\x82\x86\xfb\xf4\xa9\x08\x51\ \xe1\x4a\x5a\x50\x5e\x39\x6a\xc4\x40\xad\xfd\xc8\xf6\x3d\x87\x48\ \xf6\x80\xc9\xe3\x47\x96\x95\x16\x47\x2d\x27\x86\xd9\xfd\x4a\x33\ \x24\x17\x92\x86\x86\x8d\x19\x93\x03\xad\x07\x0f\x1e\x69\x89\x7b\ \xd1\xfc\xf2\x71\x93\xa7\x14\x92\xe6\x6d\x3b\xf6\x3a\x66\xde\xf8\ \xf3\x26\x56\x84\xf9\xce\xad\x1b\x77\xee\xaf\x2d\x18\x75\xfe\x25\ \x33\x47\x95\xf5\x1d\x5c\x1a\x48\xec\xd9\x73\xa0\x29\x21\x8b\xfa\ \x55\x16\xb0\xba\xf9\xf3\x97\x0f\x98\x79\xd5\x88\x02\xdd\xf5\x24\ \x2a\xfe\xe5\x00\x12\x20\xb6\xed\xac\x58\xb9\x72\xf7\x9e\x3d\xbb\ \x76\xef\x89\xc7\xe3\x79\xb9\xb9\x40\x88\xa6\xe9\xf5\xf5\xb5\xc1\ \x60\xc8\xb2\x2c\xbf\xa7\x51\xca\xea\xeb\x6a\xb3\x73\x72\x28\x63\ \x52\xfa\x45\x4b\x21\x75\x14\x80\xd4\xb8\x39\x7d\x5c\x40\xe4\x5c\ \x84\x73\x4a\xfa\x95\x66\x71\x4e\xcb\xfa\xf6\xcd\xb5\x88\xe3\x61\ \x5e\x69\xdf\xb0\x53\xb7\x69\xd3\xd6\xea\x78\xe0\x82\x4b\xae\x1a\ \x5d\x91\xdb\xa7\xb2\xd2\x8a\x55\xef\xde\x7f\xd4\x86\x70\xbf\x01\ \x7d\x02\x54\xe8\x19\x85\x7d\xcb\xf2\xd0\x93\x79\x7d\x2a\x58\xfc\ \xd8\xbe\xa3\xed\x39\xa5\xfd\x4b\x72\x2d\xc9\x53\x5e\x8a\x1f\xdb\ \x48\x0f\x64\xd2\x91\x4f\x20\xba\xae\x37\x34\xd4\x59\x56\x20\x10\ \x08\x9c\x8e\x3a\x9c\x49\x5d\x16\x16\x89\xd6\xfc\xf9\x7f\xeb\x1e\ \xbe\xbf\xc7\xbc\xa6\x78\x2c\x63\xd6\xc5\x7d\x7e\xf9\x47\x11\xeb\ \x00\x00\xc6\xb4\x2d\x9b\x37\x0c\x1b\x31\x0a\x00\xa4\x10\xcc\x30\ \x4d\x5d\x03\xf4\xe3\xba\xc2\xf3\x24\xa3\x22\x69\x7b\x84\x19\x01\ \x8b\x39\x49\x1b\x99\x11\x30\x0d\x82\x3c\x99\xb4\x91\xea\x96\x69\ \x52\x0a\xc2\x73\x92\xb6\xa7\x99\x01\x0d\x3c\xdb\xf1\xa8\x66\x99\ \x3a\x3a\x8e\x34\x03\x16\xa3\x20\xb9\x9b\xb4\x5d\xaa\x5b\x06\xe1\ \x49\xc7\x23\x4c\xb7\x2c\x93\x51\xf0\x1c\xdb\x71\x39\x50\x3d\x60\ \xe9\xae\x9d\xe4\x48\x2d\xcb\x92\x5e\xd2\xe3\x08\x04\x98\x6e\x26\ \x0f\xaf\xfc\xd3\x23\xcb\xaf\xf8\xd2\x57\x86\xe7\x19\x84\xe9\x86\ \xae\x11\x40\xee\x39\x8e\xcb\x25\x82\x61\x06\x18\xba\xb6\xcb\x81\ \x50\xd3\xb2\x08\x8a\xb6\x23\x7b\xd7\xef\x3a\x1c\xcc\xca\x38\xb4\ \x76\xd1\x3e\x36\xe2\xcb\x9f\xb9\x22\x5b\xa3\x20\x5d\x9b\x93\x80\ \xa5\xb9\x49\x9b\x03\xb5\x02\x96\x74\x92\x1e\x52\xcb\xb2\x34\x46\ \x00\xa5\xeb\xd8\x2e\x47\xd3\x0a\x50\xe9\x24\x1d\x91\x72\xf3\x08\ \x35\x0c\xd3\xd0\x19\x20\x0a\xcf\xb5\x5d\xae\x5b\x01\x43\xa3\x80\ \xc8\x5d\xdb\xe6\x10\x08\x58\x8c\x12\xc9\x3d\xdb\x76\x24\x10\xdd\ \xb4\x4c\xff\xcd\xd2\xdb\xb1\xf0\xb1\xe7\x76\x86\xbf\xfa\x95\xeb\ \xa3\x42\x6d\xb3\x71\x76\x59\xb1\x7c\xc5\x2b\x0b\x5e\xcd\xce\xce\ \xba\xf9\xe6\x9b\xfb\xf6\xed\x83\x12\x82\xa1\xe0\xf6\xad\x9b\xf3\ \xf2\x0b\x32\x33\xb3\xfc\x01\x85\xa6\xeb\x5b\x37\x6f\x1c\x38\xb8\ \x52\xd7\x0d\x29\x78\x97\x1c\xb5\x54\x5f\xed\x32\xd8\x07\x40\xd0\ \x0c\x4b\xa7\x22\xe9\x70\x2b\x60\x09\x27\xe9\x0a\x62\x5a\x16\x11\ \x2e\x27\x9a\x65\xea\x04\xd1\x73\x7d\xbb\xd5\x4c\xcb\xd4\x19\x45\ \xc9\x93\x09\x1b\x74\xd3\x64\x68\x27\x5d\x24\x00\x84\x05\x02\x96\ \x46\xc1\xb5\x93\x8e\xd7\xa5\x78\x3a\x1e\x1f\x49\x20\x42\x3a\x85\ \x90\x04\x83\xa1\x9d\x3b\xb6\x66\x65\xe5\x64\xe7\xe4\x4a\xf9\xcf\ \x4d\xe6\x4c\xc6\x11\xe8\x38\xa1\xd1\x63\x0b\x3e\xfd\x45\xd2\xa3\ \xbf\xe0\x5a\x7d\xfb\xa1\xeb\x74\x8e\x72\x50\x4a\xcf\xf3\x0c\x5d\ \x07\x00\xcf\x49\x7a\x76\x6a\x1e\x3f\x3d\xd3\x43\x00\x08\x0a\x2f\ \x11\xf7\x00\x00\xa4\x1b\xf7\xdc\xb4\xc6\x78\x09\xee\x75\x1e\x99\ \x3b\x49\xee\x0f\xd2\xd2\xcf\x92\xf1\xd8\xf1\x40\x91\x6b\x27\xfd\ \xd0\x8e\xe0\xc9\x38\x3f\x3e\xe2\x92\x3c\x99\xe0\xfe\x33\x27\x99\ \xe8\xbc\x82\xdc\x75\x83\x25\xa3\x6f\xbf\x35\x5b\xd3\x85\x10\x12\ \xb9\xed\x39\x27\x0c\xd4\x3c\x27\xe9\xa5\x3e\x00\x3a\xc9\x24\x61\ \x1a\xa1\x10\x6f\x3c\xba\xb7\xea\x50\xb4\x78\xf2\x5d\x33\xa6\x46\ \xa5\xd3\xb9\x0a\xe4\xf8\x29\x12\xfe\x29\x84\x9d\x88\x77\xbd\x2c\ \x5d\x4f\xed\xbb\x9e\xae\x9d\x74\xed\xe3\x6f\x70\x93\x09\xb7\xcb\ \xfb\x93\xf1\xf8\x09\x17\xd5\xf6\xaf\x1b\x50\x0a\x19\x7d\x26\xdf\ \x3e\xb2\x38\x2a\x3d\x2e\x4f\x30\x39\xc5\xbf\x32\x28\x86\x48\x29\ \x9d\x31\x73\x46\x24\x12\xc9\xcb\xcf\xab\x28\xaf\x70\x3d\x97\x10\ \x2a\xa5\xf4\x4e\x59\x34\x89\x12\x3d\xd7\x33\x74\xa3\x4b\xd4\xdf\ \xb7\x70\x38\x25\xf4\x08\xdc\xb5\xfd\xbf\xb7\x13\x49\xdf\xbc\x52\ \x96\x0b\x22\xde\xd9\x6b\x80\x80\x14\x4e\x22\x71\xdc\x24\x5d\x27\ \xd9\x69\x3f\x28\x4e\x30\x8f\xce\x53\x02\x12\xf4\x23\x8d\x08\x7e\ \xb6\x25\x01\x00\x22\x51\x7a\x9e\x77\xfa\x79\x54\x67\x54\xc7\x0d\ \x91\x9a\x16\x31\xdf\x77\xdd\x94\xe7\xc9\x64\xc2\xb7\x59\xc6\x58\ \xd5\x81\xfd\x8e\xeb\x0e\xae\x1c\xa2\x69\x9a\xec\x92\xfe\x91\x4a\ \x86\xee\x31\x09\xe4\xec\x7f\xf7\x40\x34\x5d\x43\xc1\x4f\x73\xad\ \x01\x61\x9a\x65\x9a\x00\x00\x28\x5c\xc7\xe1\x12\x3f\x94\x5e\x49\ \x35\x9d\xa0\xe8\x76\x54\xa9\xf8\x57\x45\x16\x7c\xab\x24\x04\x74\ \xdd\x90\x28\x85\x10\x7e\x5f\x6f\xa8\xab\x3b\x72\xf4\xf0\xb0\x61\ \x23\x34\x4d\xf3\x7d\x72\xc6\xd8\x91\xc3\x87\x3b\x3a\xda\x2a\x87\ \x0c\xd3\x0d\xa3\x73\x36\xb3\x33\x02\x78\x6e\x2c\x3c\x1d\x50\x20\ \x9d\x27\xeb\x0c\x31\x34\xd6\xd7\x1f\x3a\x54\x35\x74\xd8\x88\xd3\ \x5c\x37\x75\x8e\xea\x3b\x22\xe2\xde\xdd\xbb\x5c\xd7\x36\xcd\x80\ \x2f\x60\x00\x2a\x58\xa6\xf8\x48\x4c\x49\x60\xe7\x13\x02\x84\x73\ \xee\xb8\x4e\xbf\x7e\x03\x32\xb3\xb2\x7c\xa5\xe8\xec\x93\xfb\xf6\ \xee\x8e\xc7\x63\x01\x2b\x98\xb2\xf0\x4e\x67\xe1\xc3\x6c\x33\x10\ \x00\x2e\xb8\x63\xdb\x7d\xfb\x0d\xc8\xca\xce\xee\xda\xe6\x0f\x5f\ \x17\x7c\xdd\x6a\x6b\x6d\x75\x5d\x07\xd4\x4e\x52\x8a\x8f\x2c\x94\ \x92\x68\x46\x86\x69\x5a\x27\x75\x30\x42\x08\x21\xa4\xad\xad\xd5\ \xb1\xed\xde\x66\xe1\x84\x92\x68\x34\xc3\xb2\xac\xd3\x14\x05\x38\ \xc7\xf5\xa0\x29\x53\x9b\x4e\x2a\x3e\xf2\xbc\xcf\x84\x9f\x3f\xa3\ \xf9\xd1\x6a\x73\xb7\x9c\xd3\xfa\x8e\x52\xa8\xd8\xb9\xe2\x63\x2e\ \x19\x1f\x13\xb7\x48\x7d\x97\x0a\x85\x42\xe9\x82\x42\xa1\x50\xba\ \xa0\x50\x28\x94\x2e\x28\x14\x0a\xa5\x0b\x0a\x85\x42\xe9\x82\x42\ \xa1\x50\xba\xa0\x50\x28\x94\x2e\x28\x14\x0a\xa5\x0b\x0a\x85\x42\ \xe9\x82\x42\xa1\x50\xba\x90\x82\x50\xa6\xa9\xf5\x11\x0a\xc5\x47\ \x5a\x17\x08\x21\x94\x76\x2d\x29\x4b\x7a\xda\x00\x8a\x10\xca\xfe\ \x59\x87\x27\x04\x84\x9b\x68\x6d\x8b\x75\x53\x8a\x90\x10\xc6\x98\ \x2a\x2e\xa2\x50\x7c\x04\x74\x41\x08\xcf\x71\x39\x30\x0a\x80\x40\ \x28\x91\xdc\x71\xbb\xdf\xbf\x44\x38\xf1\x86\x86\x06\x5b\xf4\xbc\ \x90\x8c\x50\x1d\x9c\x95\xf3\xff\xf8\xf3\xfb\xdf\x88\xe1\x49\x7b\ \x67\x11\xf4\xec\xc6\xfa\xfa\x84\x87\x4a\x1a\x14\x8a\x5e\xac\x0b\ \x84\x05\x68\xe2\x8d\x47\xbe\x7f\xfb\x97\xbe\xf7\xce\xde\x98\x65\ \x18\x96\x96\x58\xf0\xd7\x1f\xdc\xf9\xc5\x9f\x6c\x39\x96\xd0\x75\ \xc6\x74\x33\x14\x0a\x87\x43\x41\xd3\x30\x02\x26\x5f\xf4\xd8\x1f\ \xbe\xf3\x8b\x87\x1a\x8c\x68\x38\xa8\x13\xa0\x56\x30\x14\x0e\x87\ \x43\xc1\x80\xce\x28\x20\x12\xaa\x59\xc1\x90\x19\x36\x9b\x8f\xee\ \xda\x7d\xa8\x51\x00\x31\x4c\x2b\x14\x0e\x87\xc3\x21\xcb\x30\x02\ \x01\x58\xfb\xca\xc3\xff\xf5\xbd\xdf\x57\x61\x34\x1c\x32\x09\x10\ \x33\x10\x0c\x87\xc3\xa1\x50\xd0\xd0\x54\xec\x43\xa1\xf8\x70\xd0\ \xba\x1d\x41\x08\xc7\x6e\xad\xae\x6f\x3e\xda\xfc\xfa\xc2\x77\xa7\ \x8d\xb8\x59\x6c\x59\xf8\xc6\x8a\x1d\x6d\x1d\x85\x8d\x1d\x49\xc3\ \xcc\xae\x5a\xb7\xf8\xf9\xd7\xde\x6b\x85\x9c\x19\x57\x5e\x7f\xf1\ \x98\x6c\x21\x44\xcb\xa1\xdd\x7f\xfe\xe1\x77\x87\x8e\x9c\x79\xf3\ \x15\x7d\x9f\xbf\xf7\xd9\x5d\x75\xb1\x60\xde\x80\x4b\xae\xbc\x6c\ \x44\x45\x8e\xd3\xb8\x77\xee\x63\x0b\x76\x57\xb7\x37\x1e\x75\xa2\ \x21\x4b\xd7\xc4\xba\x57\x9f\x79\x6d\xcd\x6e\xa9\x67\x8e\x9e\x71\ \xe9\x95\x33\x07\xa3\x10\x1d\xf5\x55\x8f\xfc\xfc\xbb\x4b\x07\x4c\ \xba\xeb\x96\x71\xaf\x3f\x74\xff\x86\xaa\x26\x33\xab\xfc\xc2\xcb\ \x2e\x1f\xd7\x3f\x17\x85\x2a\x82\xae\x50\xf4\x0a\x7f\x01\xb8\xe7\ \xc4\x5a\x9d\x9c\x8a\x82\xc3\x6b\x96\x6d\xd9\x53\xb5\xf2\xbd\x25\ \x0d\x7a\x49\x96\xe1\x36\x7b\xd8\xb2\x63\xf1\x6f\xff\xf0\xc0\x41\ \x2f\x62\xc5\xf7\xfd\xe5\x97\x7f\x5c\x73\xb4\xc3\x30\x74\xc2\xa8\ \x6e\x9a\x96\xa9\x53\xca\x80\x1a\xe1\x90\x7e\x68\xcd\xbc\xff\x7d\ \x64\x51\xc2\x6d\x79\xf1\xc1\x7b\x9f\x7c\x7d\x43\x12\xa4\xeb\x22\ \x10\x04\xc2\x34\xa4\x81\x60\x88\xb7\xec\xfa\xfb\xef\xff\xb6\xe6\ \x40\xb3\x61\xea\x94\x31\xcd\x30\x2d\xcb\xa0\x8c\x01\xe8\xe1\x70\ \xa0\x61\xfb\xeb\xbf\xbd\x7f\x5e\x75\x0c\x54\xa4\x52\xa1\xe8\x15\ \xba\x40\x08\xe1\x5e\xb2\xa5\xc3\x1b\x38\xf5\xf2\xe9\x45\x8d\x8f\ \x3f\xf2\xf8\x6b\xab\x9a\x2f\xbc\x7a\x4e\xb1\xe1\xb4\xbb\xb1\xcd\ \x6b\x36\x1c\x6c\x74\x43\x96\xa1\x99\x26\x6f\xd9\xb3\xe9\x68\x33\ \x72\x6e\xe5\x0f\xfc\xe2\x77\x7f\xf8\xd9\x4f\x4d\x25\x1d\x31\x33\ \xa0\x11\x62\x04\x43\x56\xac\xae\xae\xbe\x6a\xe7\xfa\x9d\x07\x07\ \xcf\xfe\xe2\x6f\x7e\xfe\xa3\x39\x23\x32\x6c\x0f\x81\xdb\xd2\xd2\ \x19\xd3\xac\x50\x88\x25\x1a\x6a\x5b\xda\xb8\x90\x2c\x5c\x74\xfb\ \x7f\xfe\xcf\xbf\xdd\x7d\xb1\x99\x88\xeb\x01\x46\xa8\x16\x0a\x05\ \x92\xb5\x35\xad\xb1\x24\x25\x6a\x34\xa1\x50\xf4\x06\x7f\x01\x80\ \x73\xbb\x35\x2e\xb2\x2a\x06\xcd\x9a\x75\x5e\xf5\x7b\x0b\xea\x0a\ \x27\x5e\x3c\x76\x70\x50\xb3\x3b\x62\x8e\x94\x52\x4a\x1a\xc9\x2b\ \x9d\x70\xfe\x65\xff\xfe\xad\xaf\x9f\xdf\x27\x9b\x0b\xe1\xb9\x8e\ \xed\x02\x50\x5c\xf3\xc2\x13\x0f\xbf\xb2\xb6\x64\xfc\x05\xe3\x2b\ \x73\xa5\x90\x40\x08\x21\xe0\xb9\x49\x00\xa4\x14\x98\x61\x74\xec\ \x5e\xfe\xb7\xbf\x3e\x72\xcc\x18\x7c\xc1\xf9\x63\x42\x04\x91\x10\ \x02\x84\x73\x27\x69\x4b\x20\x64\xc7\xa2\xf9\x0f\x3c\xbd\x28\x3c\ \xec\xfc\x29\xa3\x8b\x51\x15\x3b\x56\x28\x7a\x51\x7c\x01\x88\xe7\ \xc6\xea\x9b\x93\xd9\x5c\x1b\x3e\x65\xe6\x85\x17\x1e\xc9\x3f\x7f\ \x66\x59\xa6\xcb\x93\x1d\x35\xb5\xde\xc8\x49\xe3\x2a\xde\x5c\xbb\ \x73\xed\x0a\x51\x1d\x70\x82\xc3\xbf\x32\x75\xfa\x80\x7e\x45\x64\ \xf1\x9b\x7f\xf8\xee\xb7\xc6\x4e\x9a\xda\x3f\x9c\x19\x10\xbb\xf7\ \x6c\x5c\x23\x0f\x37\x78\x4e\xb9\x59\x5c\x39\x7d\xdc\xe0\x47\xde\ \x79\xe8\xdf\x1b\xde\x6d\xdd\x57\x47\x4b\x80\x1a\x56\x20\xc0\x1a\ \x0f\x6d\x5d\xe7\x74\xb4\x3a\xae\x27\xf5\xf2\xf2\xe2\x88\xf7\xe6\ \xdf\xef\xf9\xcf\xd5\xa3\x26\x8c\xcd\x0f\x07\xa9\x7b\x70\xf3\xba\ \xd6\xb6\x1a\x4f\x14\xa9\xc8\x82\x42\xf1\xa1\xd0\xcd\x3e\x74\x84\ \x10\xe1\xc6\xda\x13\xac\x72\xcc\xe8\xfe\x15\xfd\xc6\x4f\x99\x3e\ \xbc\x6f\x1e\xb8\x76\x22\xe9\xe6\x54\x8c\x98\x34\x79\xc2\xa8\x81\ \x85\x76\x6b\x53\x87\x0b\x99\x85\xe5\x43\x07\xf7\xeb\x37\xb0\x5f\ \x76\x80\x76\x74\x24\xc2\x05\xfd\x67\x5f\x3e\xbb\xc8\xe4\x0d\x0d\ \xcd\x46\x76\xbf\x29\x53\x27\x0f\x1b\x3c\x70\xf8\xc8\x91\xf9\x96\ \x68\x69\xb7\x73\x2b\x86\x4d\x9d\x3a\x69\xcc\xf8\xd1\xfd\x8b\xb2\ \xe3\x4d\xb5\x09\x19\x1a\x36\xe1\xbc\x89\xa3\x87\x0f\x1c\xd4\x3f\ \x3f\x6a\xc6\xda\x3a\xcc\xec\xf2\x0b\x2e\xbd\xb8\x5f\x26\x6b\xa8\ \xab\x27\xe1\xd2\x89\x53\xa7\x8e\x19\xda\x27\xa0\x7d\x58\x3b\x4b\ \x28\x14\x9f\x5c\xba\xaf\x07\x4d\xa8\x16\x0c\x5a\xc2\x49\xda\x9e\ \x20\xa9\x5d\x6b\x58\x20\x18\x20\xdc\x4e\xd8\x9c\x19\xa6\x69\xe8\ \x94\x00\x0a\x2f\x69\x3b\x12\xa8\x69\x59\xba\x46\xa5\xe7\xda\x0e\ \xd7\x2d\x4b\x67\x14\x20\xb5\x37\x1c\x12\xe6\xef\xa5\x05\x80\xc2\ \x73\x93\x8e\xa7\x19\x96\x69\x68\x04\x00\x51\x38\x49\x9b\x4b\x30\ \xac\x80\xa1\x51\x14\x5e\xd2\xf6\x34\xd3\xf2\x67\x28\x53\x07\x57\ \xa2\xa0\x50\xf4\x12\x5d\x50\x28\x14\x9f\x64\x54\xb4\x5f\xa1\x50\ \x28\x5d\x50\x28\x14\x4a\x17\x14\x0a\xc5\x07\xe5\xdc\xed\x37\x45\ \xd4\xba\x28\xc5\xc7\x85\x6e\xf7\x74\xeb\xe5\x16\xde\x1b\xf7\xa1\ \x23\x84\x24\x12\xf1\x58\x47\x0c\xd5\xac\xa3\xe2\x23\xae\x09\xa6\ \x61\x46\x33\x33\x29\xa5\x5d\x8d\x99\x50\x92\x4c\x24\x63\x1d\xed\ \xb2\x37\x4e\xa1\xa1\x61\x18\x19\x19\x59\x94\xd1\xd3\xec\x80\x67\ \x38\x1f\x41\xa8\x06\x54\xeb\x79\xaf\x7a\x02\x28\x50\x78\x9d\xa2\ \x90\x4c\x24\xda\xda\x5b\x8b\x8b\xcb\xac\x40\xe0\x84\x5d\xb8\xfd\ \x56\x2b\x63\x53\xf4\x32\x48\x17\xcb\xec\x6a\xa8\x52\xca\xfa\xba\ \x1a\xd7\x71\x72\xf3\xf2\xbb\xf4\x31\xe2\x38\xc9\x96\x96\xe6\xa2\ \xe2\xd2\x60\x30\xf4\x61\x59\x78\xd7\xd3\x9d\xd4\xe6\x86\xfa\x3a\ \x3b\x99\xc8\xcb\x2f\x38\x9b\xba\x40\xa8\x4c\x34\x89\x44\x2b\xa1\ \xb4\x07\x8f\x45\x52\x23\xc4\x22\x85\x80\x12\x00\x28\xa5\xc7\xaa\ \x8f\x16\x15\x97\x84\x23\x51\x44\x44\x3f\xfb\x19\xa0\xeb\x13\x65\ \x88\x8a\xde\xa5\x0b\x7e\xda\x4e\x97\xd1\x81\xff\x23\xa5\x14\x01\ \x0e\xec\xdd\x93\x99\x99\x69\x5a\x56\xfa\x45\x56\x5b\x53\x9d\x9b\ \x97\x9f\x91\x99\xf5\x21\x5a\xf8\xfb\xb4\x19\x00\x0e\xec\xdb\x1b\ \x8d\x46\xad\x40\xe0\x74\x1a\x73\x26\xe3\x08\x6a\x45\x5a\xde\xbc\ \xa7\x69\xe1\xef\x68\xa0\xfb\x3f\x97\x36\x8f\x8c\xbe\xb2\xe8\x73\ \x2f\xcb\x64\x9b\xff\x0a\x17\xc2\xb2\x4e\x68\x90\xff\xbc\xeb\xbf\ \x1f\x2c\x52\xa1\xb4\x44\x71\x96\x47\xe3\x27\x75\x69\xff\x47\x29\ \x25\xa5\x94\x31\xc6\x85\x30\x8f\x5b\x24\x78\xdc\x33\xad\xc0\xa9\ \xe3\xf9\x33\xb2\xf0\xd3\xec\x03\x27\x1f\xf6\x9f\xb4\x59\x63\x5c\ \x70\x00\x72\x3a\xee\xcb\x99\xc6\x17\x08\x23\x0c\x08\xd3\x7b\xf8\ \x25\x07\xca\x4e\xbc\xcc\x52\x22\xd2\xf4\x2e\xe0\x12\x81\x31\x0a\ \x00\x82\xf3\x0f\xf6\x6d\x01\xf8\xa2\x20\x11\x54\x18\x53\x71\xb6\ \xa5\x01\xbb\x46\x13\x11\x53\xfd\x8d\x52\x89\xf2\xe4\xde\x25\x11\ \x51\xa2\x94\xfe\x7b\x64\x67\x8f\x3d\x45\x11\x10\x40\xd3\x34\xdf\ \xf8\xbb\x3a\xfc\x1f\x74\xcc\x80\xdd\x05\x32\x52\x2d\xec\xae\xcd\ \x28\x11\x10\x08\x39\xad\x85\x05\xe7\x68\x9e\x52\x0a\xe9\xf7\x69\ \x04\x44\x20\x8c\x79\xeb\xdf\x5c\xf0\xce\xda\x2a\xaa\x31\xf0\xb3\ \xac\x35\xcd\x7f\x50\x92\xfe\x2c\x94\xf9\xaf\xf8\x9f\x84\x30\x8d\ \x69\x9a\xa6\x69\xa2\x65\xe7\xd3\xcf\xbd\x52\x87\xfe\xaf\x28\xd3\ \x34\x48\xfd\x5e\x23\x04\x10\x68\xea\x50\x8c\x76\xfe\x15\xd3\x58\ \xe7\xd7\xac\x1e\xea\xf1\x01\x1e\x88\x04\x80\x51\xca\xd8\x71\x13\ \x02\x00\xf4\xed\xb9\xab\x85\x4b\x84\x2e\x06\x96\x7a\xb3\x94\xa7\ \x1e\x93\x52\x72\x78\xeb\x8a\x37\x57\xec\x91\x94\x6a\x69\xb3\x67\ \x8c\x62\xd7\x8e\xd0\xed\x8f\x24\x6d\xdb\x1a\xac\x7b\xfd\xf9\x37\ \x37\x37\x32\x4d\x63\xb4\x3b\xc3\x96\x12\xa5\x84\xf4\x47\x48\xb5\ \x47\x8a\xd3\x77\x5b\xce\xc9\x7c\x04\x21\x88\x88\x7e\x7f\x47\xa0\ \x1a\x75\xaa\xd7\x3f\xfe\xd0\xfd\x75\x85\x17\xf6\x1f\xf2\xcd\xf2\ \x20\x71\x5d\xbb\xf6\x58\x6d\x53\x5b\x82\x05\x33\xcb\x2b\x4a\x03\ \x44\x48\xca\xd0\x6e\xdd\x5b\x75\x54\x58\x59\x15\x15\x25\x06\xe1\ \xf1\xe6\x9a\x9a\xfa\x46\x8f\x65\xe6\xc8\xea\x95\xcb\x96\x86\xfb\ \x0c\x4a\x14\x44\x0b\xf3\xa2\xed\x6d\xc9\xcc\xbc\x5c\x13\xec\x9a\ \xea\x96\x40\x56\x7e\x98\xd9\x35\xd5\xb5\x4d\x6d\xc9\x60\x4e\x51\ \x45\x49\xae\xd3\x5c\x7d\xa0\xba\xd9\xca\x2e\xe9\x53\x94\x09\x42\ \xa8\xc1\x87\xe2\x03\xc1\x28\xe5\x42\x3c\x3f\x77\x6e\x79\x79\xf9\ \xd4\xa9\x53\x3b\xfb\x98\xf4\x6f\xbe\xc7\x7d\x72\x82\x98\x72\x11\ \x3a\x6d\x0c\xd3\x3f\x9f\x1c\x9c\xa3\xf4\xe0\x86\x77\x5e\x3c\x3a\ \x6c\xe6\x94\x81\x6d\xf5\xc7\xea\x1a\x9b\x5c\x34\xf2\xcb\x2a\x72\ \xc3\x3a\x41\x51\x7f\xa4\xaa\xa6\x39\x19\xcd\x29\x2a\x29\xcc\x34\ \x18\x36\x1e\xde\x5b\xd3\xe6\xe5\x95\xf5\x2b\x8c\xea\xae\x13\xaf\ \xae\xab\x6d\x6e\x77\x73\x8a\xf3\x0e\x6c\x59\xb7\xe5\x80\x55\x1e\ \x1c\x94\x59\x50\x5e\x10\xd5\xbb\x35\x6c\x94\xb2\xeb\xd4\x69\x5a\ \xa3\x7a\x8f\x2e\x00\x88\xe3\x17\x8b\x50\xf0\x56\xbe\xf5\x6e\x9f\ \xcb\xbf\x30\xfc\xf0\xb2\x45\x6b\x0f\x7c\xe6\x82\xfe\xed\x87\xdf\ \xfd\xd9\x2f\x9f\x0a\x57\xf4\x95\x4d\x35\x19\xc3\xe6\x7c\xf9\xf3\ \x57\x45\x3b\x0e\x3e\xfd\xe0\x63\xfb\x6d\x4b\xb6\xd5\x17\x4d\xba\ \xe9\xf3\xd7\x0f\x79\xf9\xcf\xbf\x7a\xb7\xc9\xec\x33\x70\xc4\x9c\ \xa9\xc5\xa6\xd7\xba\xea\xad\x05\x0d\x43\xc6\xcd\x1c\xea\xfd\xf9\ \xd1\x0d\x5f\xfc\xd1\xf7\x86\xe0\xee\x07\x7e\xff\xb7\x89\x5f\xfd\ \xcd\xe4\xc4\x1b\x3f\xf9\xc3\x1b\x91\xc2\x3e\x23\xa7\x5e\x9a\x01\ \x07\x1f\x7b\xf0\x05\x3b\x10\x69\x6d\x6c\x3f\xef\x53\x5f\xba\x76\ \x7c\xa9\xeb\x71\x35\xfa\x50\x9c\xee\xed\x8c\x52\xc7\x71\xe6\xce\ \x7d\x6e\xd9\xf2\x65\x96\x65\x01\xe2\xe4\xf3\xce\x83\xd4\x30\x41\ \x9e\x28\x0b\x20\xe4\x71\x13\xef\x3a\x82\xe8\x6e\xa4\x80\x9a\x61\ \x05\x03\x96\x81\x2d\x0f\xfc\xe9\x97\xdb\x9c\xcc\x02\xda\xd6\xcc\ \x06\x7e\xeb\x3b\x5f\x20\x5b\x5f\xbe\x6f\xfe\xfa\x68\x6e\x66\x61\ \xff\x69\x77\x7e\xea\xbc\xdd\x6f\x3f\xf5\xe4\xe2\xbd\xa1\x30\x36\ \xd9\xd9\x9f\xfe\xe6\xbf\x65\x6f\x7f\xe9\x17\x0f\xbf\x17\x2d\xeb\ \x3b\x6e\xc6\x25\x56\xc8\xaa\xdb\xb9\xe2\x35\x71\x78\xdc\x9c\x9b\ \x8b\x32\x33\x05\x97\xdd\xde\x8f\xfd\x7b\xb1\xdf\x00\x01\x1f\x60\ \x06\xf5\x5c\xe8\x02\x49\xfb\x30\x88\x92\x30\xe6\x34\xec\x5a\xb3\ \x1f\x2f\xff\xef\xab\x8a\x77\x25\x7e\xfd\xc6\xb2\xb6\x99\xfd\xdd\ \x8e\x66\xaf\x60\xe4\x97\xbe\xfd\xf5\xc2\x8e\x4d\xbf\xf8\xe1\x83\ \x8b\x36\x4c\x1e\xd3\xfa\xe2\x3b\x87\xe9\xa7\x3f\x7b\x85\x76\xe0\ \xcd\xfb\x5e\x7b\x7e\xda\xf9\xdf\x6c\x8d\x69\xb3\x6f\xfb\x8f\x1b\ \x27\xe5\xb7\xee\x7f\x13\xb2\xfb\xdd\xfe\xcd\x6f\x0f\x0b\x43\xf3\ \xae\x05\x84\x31\xdf\x5b\x62\xba\x4e\xa9\x8c\x35\xd7\xe9\x65\x13\ \xfe\xf3\xfb\x5f\xcc\xa3\xf1\x17\x7e\xfd\x3f\x87\xd9\xc8\xcf\x5c\ \x3e\x61\xdf\x1b\x0f\x2e\x78\x6e\xd1\x85\x63\x3f\x1d\x40\xa9\x8a\ \xbd\x28\x4e\xd7\x6e\x25\x22\xe0\xf9\x33\xa6\xcf\x98\x39\x03\x51\ \x9a\xa6\xc9\x39\x4f\x05\xf6\x24\x22\x60\xd7\xf9\x48\x44\x99\x7a\ \xa4\x3d\xf7\xb4\x2c\x9c\x74\x8f\x26\x00\xa9\x59\x03\xc1\xe3\xcd\ \x8e\x31\xfb\xb3\xff\x7d\x7d\xbf\x86\x3f\xfc\xe0\x67\x4b\x76\x1e\ \xe9\xb7\x67\x57\x6b\x70\xd0\xd7\xbf\x7a\x6b\x61\xd8\x94\xad\x3b\ \x9e\x9a\xff\x6e\xe6\xcc\xbb\x2e\x19\xa2\xcd\xbb\xef\xbe\xf9\xef\ \xee\xbf\x45\x6f\x0e\xf7\x3b\xff\xbb\xdf\xbb\x3d\x8c\xb1\x67\xd7\ \x8a\x11\x97\xdc\xfd\x8d\xab\x2a\xb9\xe7\x78\x1e\xef\xa1\xdf\x91\ \xf4\x50\x88\xa6\xda\x8c\xbd\xcc\x5f\x90\x52\x22\x4a\x29\x09\xd3\ \xf4\x23\x9b\xde\xdd\x74\xf0\x90\xf9\xcc\x23\xe1\xd8\xc1\x43\xbb\ \x6a\xd6\x1c\xbc\x71\x14\x03\x4d\x63\x04\xc1\xcc\x1b\x36\xaa\x50\ \x3f\x7a\xf0\x48\xbd\x5d\xeb\x71\xd8\xb2\xe2\x3d\xe9\xd0\xa9\x33\ \x26\x06\xa5\x8b\x2c\x55\x60\x1e\xa5\x40\x04\x29\x10\x10\xa4\x10\ \xa2\x8b\x36\x4b\x21\x24\x12\x8d\x51\x44\x00\xd1\x7e\xa8\x36\xe1\ \x1a\xb5\x2b\xde\x7d\xdb\xd1\xfb\xcc\x98\x38\x40\xb8\x8e\x40\x55\ \x45\x56\xf1\xc1\xc4\xa1\xb4\xb4\xb4\x33\xaa\x2f\x84\x20\x34\xf5\ \xfc\x94\xf8\x82\x40\x89\x52\x4a\x21\x45\x67\x44\x10\xfd\x37\xe1\ \x89\x6a\x93\xee\x0e\x42\x48\xc2\x08\x91\x02\x8c\xac\xa2\xc2\x8c\ \xc3\x0d\x89\x5b\xae\xbc\xf9\xe8\xdc\xb9\xbf\xfb\xc9\xcf\x46\x5f\ \x78\xc3\x15\x43\x9b\x1a\x92\x2e\x1c\xd9\xb2\xa4\x8e\x67\x0e\x3d\ \x6f\x40\x59\xc4\x3b\x86\xd4\xb7\x6d\x10\x12\x51\x4a\x01\xc0\xb9\ \x10\xdd\x64\x52\x91\xae\xb1\x47\x20\x14\xbb\x6d\xf3\x87\xaf\x0b\ \x98\x92\x05\x8d\xd9\x35\xef\xac\xd8\x3f\x74\xe6\x25\xa3\x2b\x82\ \x1e\x2d\xbf\xa0\xed\xa5\x55\xef\xae\x1a\x34\xce\x10\xf1\x58\x5b\ \x87\x9d\x6c\xdb\xb5\xa5\xce\x1d\x34\xbb\x20\xab\x3d\xd7\x8a\xb0\ \xcb\x6e\xfe\x6c\x59\xc0\x4d\xd8\x60\x61\x9d\xc3\xa5\xe0\x9e\x14\ \x2e\x50\x9d\xc7\xda\x9b\x9a\xdb\x1c\x8d\x81\x95\x41\x9a\xeb\x0e\ \x1f\x6d\x1f\x9c\xcf\x3d\xce\x39\x17\x52\xa2\x94\x82\xbb\x5c\x52\ \xab\x24\x2f\x50\x1b\x1a\x76\xdb\xe7\xe7\x18\x6e\xd2\x95\x40\xb8\ \xcb\x95\x9d\x2b\x4e\xdb\xc9\xf5\x71\x04\x4f\x7b\xe5\x04\x01\x28\ \x52\x94\x52\x4a\x89\x70\xf2\x1c\x21\xa2\x94\x42\x48\x21\x11\x25\ \x9c\x3a\x89\x98\x3e\xb0\x10\x20\x11\x41\x4a\x21\x04\x20\x0a\xee\ \x82\x40\x21\x11\xb8\x23\x82\x03\xaf\xff\xf4\x37\x27\xaf\x9b\x7b\ \xcf\xe3\x8f\x56\xf4\xbd\xbb\x24\x12\x2a\x1a\x33\xe7\xee\x19\x65\ \xc9\x58\x92\x06\x02\xfb\xaa\x04\x4a\xe1\xb9\x2e\xa7\x60\x80\xd7\ \x56\xdf\x90\x4c\x96\xd9\x49\xa1\xeb\xec\xa4\x34\xaa\x2e\x23\x89\ \x54\x9b\xa5\x94\x78\x4a\x9b\x7b\x85\xbf\x20\x11\x29\x63\x4d\xdb\ \x56\x6d\x6f\x08\xdc\xf5\xe5\x39\x23\x33\x40\x52\xbd\x32\x5c\x73\ \xcf\x3f\x56\xec\xeb\x3b\xc2\xab\xd9\xf1\xe8\x1f\x7f\x46\xda\x1b\ \x82\x83\x2f\x98\x3e\x22\x2f\x33\x71\xd5\xb4\xf5\x0f\xfe\xfe\x47\ \xdf\x0d\x05\xad\xbe\x63\xaf\xbe\xfd\xa2\x1c\x94\x52\x0a\xc1\x3d\ \xd7\xc8\x1e\x3c\xa1\x64\xe1\x93\xbf\xfa\x9f\x77\x87\x8e\xbf\xe5\ \xc6\xcb\xae\x1c\xff\xde\xf3\x7f\xf8\xe1\xd2\x2c\x52\x9b\xb0\x66\ \x5b\x94\x73\x21\x04\x08\xce\x6d\x62\x9c\x7f\xdd\x35\x7b\x1e\x7e\ \xee\x7f\xbe\xb7\x22\xa8\x9b\x13\xaf\xb9\x75\xf6\x90\x42\xee\x29\ \x65\x50\x9c\x9e\x2e\x74\x99\xe9\xf3\x27\x23\x84\x10\x84\x10\x40\ \x5f\x16\x4e\xba\xf7\x12\x7f\x8e\x52\x48\x29\xa5\x90\x88\xd0\x65\ \x2c\x71\x62\xd8\x81\x08\x0e\x5c\x08\x21\x84\xe0\xd2\xff\x1f\x38\ \x0a\x2e\x19\x13\xdb\xdf\x9d\xf7\xca\xd2\x3d\x04\x13\x25\x83\x86\ \x97\x17\x0e\xbc\xee\x8a\x89\x0f\xcc\xff\xdd\x77\xde\xca\xb2\x82\ \x25\x37\x7d\xf1\x4e\x40\x14\x5c\x0a\xce\x5d\xd0\x46\x4d\x1a\xfd\ \xde\x93\xff\xf8\xee\x81\x77\xa7\x5c\x74\xd3\x65\x93\x8b\x85\x2b\ \xb0\xab\x87\x90\x16\x85\xe3\x9f\xa1\x9b\x36\xbf\xef\xc7\x3f\x83\ \x7c\x47\x1a\xc8\x68\x7a\xe5\xdb\xcd\x6f\xfd\x9a\x06\xac\xee\x55\ \xc0\xb6\xc3\xa3\xae\x29\xfa\xcc\x0b\x7e\x5e\x13\x63\x6c\xdb\x96\ \x4d\x43\x86\x8f\xa4\x94\x3a\xb1\xd6\xb6\x38\x66\x66\x47\x88\xaf\ \xa9\xd2\x6b\x6f\x77\x3a\x8e\x2c\xfb\xcb\x2b\x07\x6f\xb9\xe3\xba\ \x5c\x0d\x72\x0a\x8b\x02\x54\x48\xc2\x08\x4f\xd4\xd6\xd4\x25\x38\ \xc9\xc8\xce\xcb\x8e\xe8\xed\x2d\xed\x2c\x18\x0d\x99\x14\x08\x45\ \xb7\xa3\xa6\xb6\x51\xe8\x91\xc2\x82\x3c\x93\x38\x75\xc7\x6a\x63\ \x1e\x84\xa3\x99\x59\x99\x11\x70\x3a\xda\x1d\xc8\xc8\x88\x50\x44\ \xa6\xe9\x3c\xde\x7c\xac\xbe\x85\x13\x3d\x27\x3f\x3f\x62\x6a\x6a\ \x3e\x42\xf1\x41\xa4\x81\x3a\xae\xf3\xe2\x8b\x2f\x1d\x3e\x7c\x18\ \x00\xa6\x4f\x9b\x3a\x75\xea\x54\x00\x08\x04\x82\xdb\xb7\x6d\xce\ \xcd\xcb\xcf\xcc\xcc\x92\x52\x02\x80\xa6\xe9\xdb\xb6\x6e\x1a\x30\ \x68\xb0\x61\x98\x42\x08\x7f\x7a\xb2\x73\x42\xe2\xe4\x00\x03\x21\ \x76\xbc\x3d\x21\xf4\xac\x88\xd1\xde\xda\xae\x87\x33\x42\x3a\xc4\ \xda\xdb\xa4\x11\xd2\x79\xbc\xbe\xa9\x55\x50\x2b\xbf\xa0\x30\x62\ \x51\x20\x24\xd6\x54\xdb\xd0\x9a\x60\x56\x24\x3f\x3f\x87\x38\x1d\ \x31\x97\x66\x64\x84\x08\x02\x65\xd8\xda\x50\xdb\x12\x13\x99\xb9\ \xf9\x99\x21\xe3\x84\x8c\x41\x20\x04\x90\x10\x02\x08\x40\x09\x01\ \x20\x84\x06\x83\xc1\x9d\x3b\xb6\x66\x66\x65\x67\x67\xe7\xc8\xd3\ \x08\xb2\x9d\xa9\xbf\x80\x08\x12\xfc\x34\xe7\xee\x84\xe1\xa4\x5f\ \x11\x7f\x0c\x24\x85\xd0\x02\x91\xdc\x20\x0a\x4f\x20\x20\x02\x02\ \xd5\xf2\x0a\xc3\xde\x31\x29\xa9\x55\x58\xd6\xb7\x5c\x4f\xda\x1e\ \xe7\x02\x01\x24\xa1\x66\x51\x79\x5f\x02\x20\x25\x17\x02\x33\x72\ \xb2\xd1\x8f\x1f\x80\x20\x7a\xa4\xac\x4f\x06\xa0\xe4\x9c\x73\xa2\ \x17\x94\xf5\x29\x04\x40\x94\x42\x08\xb4\xa2\xb9\x41\xe4\x5c\x22\ \x00\xf7\x5c\x1a\xc8\xa8\xe8\x9b\x05\x80\x42\x70\xa9\x62\x8e\x8a\ \x0f\xe4\xe4\x22\xb7\x2c\x73\xf6\xec\x0b\x9f\x7a\xea\x99\xb2\xf2\ \xd2\x09\x13\x26\x48\xdf\x8c\x53\xee\x2f\x76\x1d\x75\x48\x29\x11\ \x53\x89\x03\xa9\xd9\x0a\x38\x9e\xea\x48\xba\xf8\xf8\x88\x68\x86\ \x33\x82\x80\x5c\xc8\xcc\x9c\x1c\x14\x9c\x4b\x08\x65\x64\x13\x94\ \x12\xb2\xfb\x66\xe4\x02\xa0\x14\x82\x73\x0e\x84\x86\xb2\x0b\x23\ \x39\x04\x51\x0a\x2e\x20\x10\xcd\x0e\xa1\xe0\x12\x01\x84\x20\x99\ \x79\xa5\xd9\xf9\x28\x85\x10\x5d\x0c\xbb\x8b\x08\x11\x44\x20\x92\ \x20\x01\x02\x20\x51\x4a\x29\x51\x9e\x6e\x22\xd5\x99\xae\x8f\x48\ \xb6\x48\xbb\x1d\x7a\x5a\x58\x8a\x48\xf4\x20\x0b\xe7\xf9\xea\xc0\ \x34\x6d\xdb\xe6\x4d\x25\xe5\x15\x59\x99\x99\x9e\xe7\xf9\x5e\x16\ \xa4\xd3\x36\x09\x21\xdc\x4d\xb4\x27\x44\x24\x1a\x56\x45\x5e\x15\ \xbd\xc6\x59\x20\xbe\x7d\x32\x8d\xc5\x3a\x62\x86\x69\x18\xba\x21\ \xa4\x60\x8c\x31\xa6\x6d\xd9\xb8\xb1\x6f\xff\xfe\x91\x48\xa4\xd3\ \x5f\xd8\xbe\x6d\x4b\x5e\x7e\x7e\x7e\x7e\xa1\xeb\x39\x7e\x8e\x13\ \x10\x7f\x2e\xe0\x5c\xaf\x8f\x48\x0f\x1f\x7c\xbf\x01\x08\x21\x94\ \x51\xc6\xb4\xad\x9b\x37\x56\x54\xf4\x8d\x66\x64\x9c\x35\x7f\x01\ \x25\x0d\x66\xb3\x70\x7e\x8f\xbd\x98\x10\x90\x02\x25\x4f\xbf\x5d\ \x16\x15\x97\xec\xdb\xb3\x6b\xc0\xc0\x41\xd1\x68\x66\xca\x95\x38\ \x2e\xa3\x68\x04\xa2\xf9\x41\xe8\x9c\x5b\x50\x28\x7a\x4b\x80\x01\ \x01\x11\xa2\xd1\x28\x22\x20\x4a\x46\x35\xee\x79\x7b\x76\xed\xb2\ \x02\x56\xa7\x28\x00\x80\x94\xa2\xa4\xa4\x6c\xcf\x9e\x9d\x84\x90\ \xcc\xac\x6c\x4a\xd3\x19\x4d\x5d\xf7\x68\x3e\x07\xd2\x40\x08\x9c\ \xb8\xfe\xc1\xef\x60\xdc\xf3\xf6\xed\xd9\xad\xeb\x46\x24\x1a\x3d\ \x4d\xaf\xf9\x1c\xd5\x7d\xa5\x94\x36\x37\x37\x1d\x3d\x7c\xc8\xf3\ \xbc\xe3\x8b\xbd\xba\x0b\xff\x2a\x14\xbd\x81\xe3\x89\x09\xa7\xd8\ \x67\x76\x6e\x6e\x79\x79\x9f\xce\xc5\x8b\x3e\x8c\xb1\xd6\xd6\x96\ \xc3\x87\xaa\x5c\xc7\xfd\xb0\x2c\xbc\xa7\x36\x23\x40\x76\x76\x76\ \x79\x45\xdf\x93\x6a\x46\x7c\xf8\xba\xe0\x4b\x83\x2a\xd9\xa4\xf8\ \x78\x48\x06\x9e\x14\x5f\xf8\x28\x58\xb8\xec\xae\xcd\xff\xd2\x71\ \xc4\x99\x36\x4b\x99\x94\xe2\x63\xcc\xc7\xc9\xc2\x55\xdd\x57\x85\ \x42\xa1\x74\x41\xa1\x50\x28\x5d\x50\x28\x14\x4a\x17\x14\x0a\x85\ \xd2\x05\x85\x42\xa1\x74\x41\xa1\x50\x28\x5d\x50\x28\x14\x4a\x17\ \x14\x0a\x85\xd2\x05\x85\x42\xa1\x74\x41\xa1\x50\x28\x5d\x50\x28\ \x14\x9f\x18\x5d\x20\x9a\x6e\x18\x1a\xfb\xbf\x2c\x13\x61\x9a\x6e\ \xe8\x9a\x5a\x4a\xa5\x50\x7c\xb4\x74\x81\x18\x56\x28\x14\x34\x4f\ \xe9\xba\x84\x12\xaf\x6a\xf3\xaa\xe5\xdb\x0e\xb8\x84\xd1\x33\xe9\ \xd9\x84\x82\xa8\xde\xb3\x6e\xe9\x9a\x3d\x2e\x50\x25\x0d\x0a\xc5\ \x47\x44\x17\x08\x65\xe8\xec\x58\xf5\xda\x82\xb7\x37\x26\x81\x12\ \x42\x18\xd3\x34\x4d\x63\x8c\x02\xa1\x0c\x5b\xe7\xdf\xf7\xfb\x47\ \xdf\xde\x28\xf4\x90\xce\x4e\xf6\x1a\x08\xf5\xb7\x8c\xf3\x25\x83\ \x50\xc6\xfc\x3f\x4c\xbd\x8d\x10\xcd\x30\x03\x24\xb9\xf8\xd9\xdf\ \xff\xe5\xd9\x55\x1e\x65\x04\xd2\x07\xa7\x6a\x5c\xa3\x50\x7c\xf8\ \xf4\xb8\xce\x9a\x10\xaa\x63\x7c\xd9\x0b\xf7\xbf\x5c\x3b\x69\xc4\ \x79\x63\x32\x75\xde\xde\xd2\xdc\x61\x73\x2b\x92\x95\x19\x32\xc1\ \x03\x42\x19\x72\xbb\xa9\xbe\x8e\xeb\x24\x9a\x11\x06\xce\x31\x35\ \x3a\xd0\xa4\x1b\x6f\x6c\x8d\x49\xaa\x87\xc2\xd1\x70\x50\x4b\xb6\ \xb7\xb4\xc7\x1d\x3d\x98\x91\x15\xb1\x84\x10\x8c\x41\xac\xa5\xb1\ \x35\xd1\x64\x73\x7f\xf7\x5a\xa2\xe9\xb4\xa3\xb5\x29\x66\x0b\x2b\ \x92\x95\x11\xd0\xb8\x2a\xdc\xa4\x50\xf4\x4e\x5d\x00\x00\x04\x62\ \x04\x42\xe1\xa0\x65\xe8\x64\xff\x8a\x17\xff\xfc\xd0\xb3\xdb\x8f\ \x25\x8a\x87\x4e\xfd\xcc\x97\xbf\x72\x41\x3f\xc6\xac\x60\xfd\xaa\ \x97\xbe\xfe\xde\x3c\x2d\xbb\xdf\x2d\x5f\xf8\xf7\xeb\xa7\xf6\x11\ \x2e\xa7\x9a\x9e\xac\xdf\xfd\xd4\x03\x7f\x7b\x6d\xe5\x4e\x27\xd4\ \xe7\x3f\x7e\xfb\xbb\xb1\x89\xe5\x7f\xfc\xcb\xc3\x6b\xf6\x35\x66\ \xf5\x1d\x7b\xfb\x17\xbe\x7c\xe5\x84\xd2\xed\x6f\x3d\x7d\xef\x43\ \xf3\x0e\xb5\x0a\xdd\xc0\xdc\xa1\x9a\x66\xb0\xfd\xcb\x9e\xbf\xef\ \xe1\xf9\x07\x9a\xec\xdc\x41\x53\xbe\xf0\xd5\xcf\x8d\x2f\x0d\x7b\ \x5c\x49\x83\x42\xd1\x4b\xe3\x0b\x00\x00\x84\x19\xa2\x71\xcb\x43\ \x0f\x3e\x15\x2f\x9f\xf3\xcb\x5f\x7c\xa7\x22\xb1\xee\xa1\x87\x5f\ \x6a\x94\x1a\xf1\x9c\xec\xe1\xb3\x7e\xf4\xcb\x1f\x4d\xcd\x6b\x99\ \xf7\xf4\xdc\xaa\x04\xd5\x19\xd5\x20\xb9\xfc\xb9\xfb\x5f\xdc\xcc\ \xef\xfe\xce\x2f\x7e\x7b\xcf\x7f\x8c\x0b\x1f\x7b\xf4\x81\x07\xf7\ \xb1\x91\xf7\xfc\xfa\xe7\x53\x32\x0f\x3f\xf2\xe0\xfc\x43\x47\xb6\ \x3f\xfd\xf4\x7c\xaf\xcf\x9c\x9f\xfd\xf2\x7b\xd3\xfa\x05\x1c\xa9\ \xc9\xc6\x2d\x0f\x3f\xfc\x6c\xbc\x78\xda\xbf\x7f\xe5\x8e\x50\xf5\ \xdb\x0f\xcd\x5d\xe5\x51\x15\x8c\x54\x28\x7a\x9f\x2e\x10\xa6\x19\ \x86\x61\xe8\x3a\x23\x00\x94\xc6\x8e\x1e\x38\xdc\xae\x8d\x9e\x34\ \x67\xd2\xe4\x99\x13\x47\x0d\x6a\x3f\xb2\xb3\x3a\x26\x28\x8a\x40\ \x7e\xd9\x84\x71\x53\xa7\x0c\x1b\xe4\xb4\x1d\xa9\x6e\x15\x1a\x25\ \xc2\xe9\xd8\xb7\xfd\x60\xd6\x98\x0b\x2e\x9b\x35\x65\xec\xd8\x91\ \xd1\x58\x5d\x55\x6d\x6c\xc0\xd8\x8b\xa6\x4f\x9c\x32\xe5\xbc\x31\ \xbc\x7e\xef\xb6\x3d\x55\x8d\x31\x39\x68\xcc\x85\x13\xc7\x8f\x29\ \xce\x32\x24\xa5\xb1\xa3\x07\x1b\xe3\x4e\xa2\x6e\xdf\xdb\x4b\xd7\ \x6b\x05\x95\x65\x01\x61\x0b\xa9\x74\x41\xa1\xe8\x5d\xe3\x08\x4a\ \x59\xdb\xd1\x6d\xbb\x1a\xb5\xd2\x60\xeb\xde\x03\x4d\xac\x28\x9a\ \x5d\x5c\x92\x17\x70\x77\x6d\x5b\xb9\x77\x68\xfb\xb6\x5d\x07\xac\ \xbc\x0b\x0a\x82\xd4\x13\xe0\xc6\x5a\xf7\xed\xdd\xbc\x6a\xfb\x4e\ \x3d\x3a\xac\x28\x83\x71\xc9\xa9\x1e\x2c\x2c\xcd\x6d\xd9\xb9\x7e\ \xcd\xa6\x09\xfd\xb2\x74\xd3\xcc\x2a\xcc\x36\xf7\xee\x58\xb5\x63\ \x7f\xe6\xd6\xcd\xdb\x31\x63\xd0\xc0\x7e\x65\xd9\x41\xb9\x6b\xf3\ \x7b\xbb\x26\x92\xf6\x04\x47\x2e\x02\xf9\x05\x21\x0d\x45\x6e\xff\ \x6b\x6e\xbe\xd8\x72\x5a\xf5\xbc\x0a\x0b\x85\x2a\xf9\xa6\x50\x7c\ \x88\xb0\xef\x7c\xe7\xbf\x4f\x96\x0a\xc3\x3a\xb8\x6c\xde\x2f\x7f\ \xfb\xc7\xb9\xaf\x2e\x6d\x0b\xf6\xbb\xee\xd6\x4f\x4d\x1e\x39\x24\ \x4f\x8f\x2d\x7b\xfd\xb9\x27\xe6\xbe\xde\x12\x1c\x78\xdb\xe7\x3e\ \x33\xa1\x54\xdb\xb2\x7a\xe5\xba\xd5\xcb\x5e\x5d\xb0\xb0\x4e\xeb\ \x73\xf3\x5d\x9f\x99\xda\x3f\xc3\xe3\x82\x68\x56\x5e\x51\x76\xed\ \x96\xf7\x9e\x7e\xfa\xc9\xe7\x5e\x5f\x1a\x1d\x7f\xfd\x35\x23\x33\ \xd6\x2f\x7e\xf1\xd1\x7f\xcc\xaf\x72\xf2\xae\xff\xf4\xa7\x2f\x1c\ \x37\x2c\xcf\xf4\x36\x2c\x79\xf9\xc9\xe7\x5e\xdd\x55\xe7\x95\x0f\ \x9e\x70\xc9\x65\x17\x14\x6b\x89\x8d\xcb\xdf\x7a\xf9\x95\xd7\xde\ \x7a\x6f\x43\xe6\x98\x19\xe3\xca\x32\x85\x52\x06\x85\xe2\xc3\xa3\ \x9b\x7a\xd0\x84\x10\x2f\xd9\xd1\xd0\xd0\x94\xf0\x44\x20\x9a\x57\ \x92\x9f\x09\x88\x8c\xca\x86\xea\xa3\x2d\x09\x2f\x98\x55\x58\x92\ \x17\x41\xe1\xb5\x37\x37\x34\xb5\xc5\x85\x24\xc1\xcc\xfc\x92\xfc\ \xa8\x4c\xcd\x47\x10\x4d\xa3\x89\xd6\xfa\x9a\xfa\x36\xc1\x8c\x9c\ \xfc\xa2\xbc\x0c\xbd\xe9\x58\x75\x43\x5b\xd2\xcc\xc8\x2b\x2d\xc8\ \x22\x52\x52\x86\xcd\x35\xd5\x4d\x1d\x36\x50\x2d\x92\x95\x9b\x9b\ \x19\xd1\x98\x68\x3c\x56\xdd\x12\x73\x40\x33\x73\xf2\x0b\x32\x02\ \xba\xda\x30\x4e\xa1\xe8\x5d\xba\x00\x00\x84\x32\x5d\xd7\x08\x00\ \x4a\xe1\x71\x8e\x08\x40\xa8\xae\xeb\x94\x00\x4a\xee\x79\x02\x01\ \x98\xa6\x6b\x8c\x82\xff\x1e\x8f\xe3\x09\xd1\x09\x4d\x63\x14\x00\ \xb9\xe7\x09\x09\x9a\xae\x33\x4a\xba\x1c\x8a\x68\x9a\xee\x67\x33\ \x48\xc1\x3d\x2e\x80\x50\x5d\xd7\x28\x21\xe9\x3f\x51\xa2\xa0\x50\ \xf4\x3e\x5d\x50\x28\x14\x9f\x64\x54\x7e\xa1\x42\xa1\x50\xba\xa0\ \x50\x28\xfe\x19\x9a\xba\x04\x0a\xc5\xbf\x6c\x58\x4e\x48\xef\xdc\ \x8a\x0e\x11\x3f\x50\x2c\x5f\xe9\x82\x42\xf1\x2f\x13\x05\xdb\x4e\ \x72\xce\x7b\x5d\xc3\x80\x98\x96\xa5\x69\x3a\xa2\x54\xba\xa0\x50\ \x9c\xd3\xce\xd7\xd8\xd8\x40\x08\x31\x0d\xb3\xb7\x35\x8d\x4b\x11\ \x6b\x68\x88\x64\x64\x04\x83\xc1\xd3\xf4\x1a\xce\x44\x17\x10\xc1\ \xd4\x89\xa9\x91\x9e\xce\x41\x08\xf1\x04\x26\x5d\x54\xfb\x57\x2b\ \x3e\x19\x9e\x02\x6d\x6b\x6d\x66\x8c\x95\x96\x55\xf4\xce\x71\x44\ \x3c\x1e\xaf\xa9\x3e\x62\x1a\x06\xd3\xb4\xd3\x91\x86\x33\xd1\x05\ \x4b\x27\xab\x0e\x38\x1b\x0e\xb9\x46\x0f\xeb\x9b\x3c\x81\xfd\xf2\ \xb4\x8b\x87\x05\x5c\xfe\xc1\x32\x11\x28\x65\x04\xe4\xff\x21\x7f\ \x81\x30\x46\x51\xaa\x04\x08\xc5\x39\x85\x52\x12\x8b\xc7\xca\xca\ \xfb\x12\x42\xfc\x91\xbc\xff\xa4\x57\x8c\x6d\x00\x00\x20\x14\x0a\ \x69\xba\x6e\xdb\x76\x28\x1c\x01\x38\x3b\xba\x60\x30\xd8\x56\xed\ \x3e\xb9\x3a\x11\xb1\xba\xd7\x85\x84\x83\x17\x54\x9a\x57\x8c\x0c\ \xb8\xfc\x03\x7d\x04\x70\x12\xed\x2e\x18\x61\x4b\x3f\xb3\x2b\x4a\ \x80\x77\xb4\x25\xb5\x40\xc8\x64\x44\x29\x83\xe2\x5c\x82\x12\x3b\ \x45\x01\xd2\x71\xbe\xe3\xea\x70\x92\x46\x10\x02\x80\x70\xa6\x36\ \x8a\x00\x94\x31\x82\x52\x48\x24\x27\x1f\xb6\xab\x1a\x00\x20\x22\ \x00\x22\x32\xc6\x00\x08\x02\x12\x02\xa7\xa3\x57\xf4\xcc\x9a\x65\ \x68\x24\x62\x91\xb0\xd9\xc3\xc3\x22\x96\xfe\x01\x7b\x26\xa1\x86\ \x89\xeb\x17\x3e\x33\x77\xd5\x41\xa6\xeb\x67\x22\x0a\x54\x67\xf6\ \x91\xb9\xff\x78\x6c\x4b\x13\xd7\x99\x1a\xc0\x28\xce\xb1\x2e\xc8\ \xb4\x1a\x1c\x47\x4a\x89\x69\xa9\xe8\xfa\x00\x44\x5f\x16\xce\xe8\ \x41\x28\x81\x8e\xc6\xda\xba\x96\x24\xa5\xe4\x84\x5f\x75\x39\x6f\ \xe7\xa9\xfd\x27\x7e\x0b\x4f\xdf\x85\x39\xd7\xf9\x0b\x54\xd3\xdc\ \x86\xad\xbf\xfe\xc5\xdf\x76\x37\x83\xa1\x33\xdd\xb4\x42\xe1\x70\ \x30\x60\x31\x0a\x94\x60\x4b\x43\x6d\xb3\x0d\x81\x40\x30\x14\xb0\ \xd8\x09\x4d\x23\x9a\x61\x85\xc2\xe1\x50\xc0\x62\x04\x08\xd5\x02\ \xc1\x50\x38\x14\x32\x75\xe6\xff\x9a\xe9\x66\x28\x1c\x0c\x18\xa2\ \xa1\xae\x36\xc1\x91\xf8\xaf\x84\xc2\xa1\x60\x40\x53\xe5\x23\x15\ \x67\x1f\x89\x08\x32\xed\x1a\xbc\xdf\x03\x34\x8d\x6d\x5c\xf0\xd0\ \xcf\x1f\x5a\x22\xb4\x13\x00\x44\x20\xf4\x7d\x7e\x4c\xff\xc4\x28\ \xc3\xc5\x4f\x3d\xf8\xd2\xfa\x66\x4a\x99\xc6\x08\xf6\x70\xae\xd4\ \xeb\x5d\x95\xeb\xb4\xef\xd5\xe7\x7e\x3e\x82\x20\x77\x5b\x9a\xdb\ \x5c\x49\x4d\x8d\xaf\x7f\xe7\xd5\x77\x37\x1c\x08\x14\x0f\x99\x73\ \xe9\xec\x7e\x16\x31\x2d\xeb\xd8\xba\x37\xfe\x5c\xfd\x0e\x64\x0f\ \xb8\xf4\xd2\x59\xc5\x21\xe0\x02\x01\x88\xa1\xc9\x9d\xcb\x5e\x5a\ \xbc\x7e\x1f\xcb\x1b\x74\xc5\xd5\x97\xe7\xc6\x77\x3d\xb3\x60\xf1\ \xb1\x84\x3e\x6a\xc6\x25\xd3\x47\x94\x52\x14\x87\x36\x2d\x5a\xb8\ \x62\x2f\x63\xf1\xba\x04\x31\x34\xa6\xeb\xf4\xc0\xfa\x45\x6f\x2d\ \xdf\xce\xc3\x65\x17\x5f\x31\xa7\x5f\xb6\xc1\xb9\x5a\xa0\xa9\x38\ \x8b\xc3\x78\x94\x52\x02\x00\x42\xe7\x3d\x39\x75\x97\x06\x20\x27\ \x0d\x76\x01\x9c\x78\x5b\x73\x9b\xa3\x81\xbb\x76\xe1\x2b\xab\x77\ \x1e\x74\xa5\x31\x70\xf2\xc5\x73\xce\x1b\xc4\xda\x8f\xbe\xfe\xfa\ \x1b\x5b\x8f\xc4\xfa\x8e\x9a\x71\xd5\x45\x63\x59\x47\xf5\xeb\xaf\ \xbc\xb2\xa3\xd6\xee\x37\xe1\xe2\x2b\xce\x1f\x62\x57\x6f\x7b\x6d\ \xe1\x7b\x87\x9a\xbc\xe1\xd3\x67\x81\xb4\xd7\xbe\xf2\xf7\xc4\x9e\ \xd2\xb1\x17\x7d\x6a\xfa\xc0\x0c\xd1\xb3\x79\x77\x36\x40\xa2\x3c\ \xfd\xa1\x0b\xfd\x50\x2e\x22\x63\xcc\x30\xe9\xce\x77\x9e\x79\x64\ \xc1\xd6\x8a\x51\x63\xd8\xd1\xa5\xf7\x3d\xfc\x4a\x8b\xd0\x19\xa0\ \x90\xe6\xc0\x11\xc3\xa1\xea\x9d\xfb\x1e\x7b\xbd\x1d\x0d\x46\x89\ \x66\x68\xfb\x96\xcc\x7d\xe0\xa5\x0d\x85\x83\x47\x0e\xee\x5b\xa4\ \x25\x0e\x3c\x72\xdf\x83\x87\x68\xd9\xa8\xfe\xa1\xd7\x1f\xf9\xeb\ \xa2\xdd\xb1\xf8\xfe\x25\xf7\x3d\xf2\x86\x59\x31\xa4\x7f\x61\x44\ \x7a\x1e\xd3\xf5\xda\xad\x6f\x3e\x3a\x7f\x7d\xff\xf3\x2e\xe8\x23\ \xf7\x3c\xfc\xd8\xeb\xed\x92\xa9\xbc\x4e\xc5\x59\xb4\x68\xdf\x5f\ \x00\x44\x72\xb2\xdb\xef\x87\x16\xba\x3c\x10\x00\x09\x65\x4c\x63\ \x54\x36\x2d\x7c\xed\xad\xf6\xdc\xe1\xa3\x07\x04\x17\x3e\x74\xdf\ \xaa\xc3\xcd\xab\x17\x3c\xbd\x60\xbb\x9c\x79\xe1\xd4\x8a\xbc\x0c\ \x26\xda\x5e\x7e\xf8\xfe\x8d\xc9\xd2\x0b\xa6\x0f\xd9\x34\xff\x81\ \x05\xdb\x5b\x9b\xb7\xbe\xb3\x78\x7d\xed\xb0\x09\xe3\x2b\xf2\x23\ \x12\x69\x41\xff\xd1\xe7\x4f\x9b\x54\x91\x6d\x08\x81\xdd\x0d\x37\ \x52\xaa\x84\x98\x8a\xc2\x4b\xc4\xde\xec\x2f\x00\x10\x42\x29\x63\ \x6e\xd3\xea\x15\x1b\x2a\x2f\xff\xf7\xeb\xe7\x0c\x4f\x0c\xcf\xba\ \xe7\x9e\x67\x77\x1f\xbb\x10\x08\xf4\x99\x34\x73\xce\xec\x09\x53\ \x2a\x02\x3f\xfc\xc5\x6b\x55\x0d\x17\x8f\x29\xb2\x98\x6c\x5a\xba\ \x7a\x73\xdf\x39\x5f\xbd\xf5\xb2\x41\x9e\x24\xc7\x96\xfd\x7d\x8f\ \x2c\xff\xf6\xdd\x37\x56\x58\x2e\x39\x72\xcf\xf2\x95\x9b\xb2\x8c\ \xf5\xa1\xc1\xb3\xef\xbe\xe1\x12\xb3\x29\x6f\xf5\xc6\xc3\x08\x7c\ \xdf\xca\x15\xc7\x5a\xf1\xc0\xd6\x0d\xbc\xb1\xa3\xe5\xc8\xb6\xda\ \xe4\x35\x83\x2d\x50\x93\x14\x8a\xb3\x38\x8e\xf0\x87\xf4\x52\x20\ \xa6\xc7\xf3\xa9\x8e\x79\x8a\xbf\x0c\xe0\x8f\xf9\x05\xf7\x48\x20\ \x3a\x6c\xd2\xcc\x0b\x07\x3a\x35\x3b\xb7\x6c\xda\x5f\x37\xa7\x30\ \x1f\xd6\xee\x3b\xd8\x32\xfe\xe2\xe9\xfd\xb1\x69\xc5\x92\x4d\x07\ \x43\x43\x0a\xd7\x6c\x90\x6d\xf1\xe6\xed\x3b\x8f\x8d\x0c\x91\x9c\ \xf2\x61\xb3\x66\x4e\x35\x21\xbe\x85\xcb\xbc\xca\x61\xe3\x46\x0f\ \x71\x9d\xa4\x10\xbc\x27\x27\xc6\x77\x5b\xfc\x28\xa4\xfc\x20\xf1\ \x85\x73\xa8\x0b\x84\x19\x86\x46\x29\xe3\x4c\x7a\x12\x09\xa0\x94\ \xa0\x6b\x0c\x00\x08\xd5\x18\x60\x6a\x76\xd1\x97\x37\x02\x7e\x70\ \x17\x80\x00\x4a\x8e\xa8\xe9\x0c\x50\x02\x30\x29\x25\xa5\x9a\x46\ \x00\x80\xe8\x8c\xa1\x94\xd2\x0f\xc5\x00\xc8\xb4\x24\x72\x17\xb3\ \xcb\x2a\xa7\x4d\x9f\x0c\xee\xe4\x4b\x43\x91\x5c\x43\x72\x25\x0a\ \x8a\xb3\x1a\x77\x44\x09\x88\x52\x4a\x21\x64\xca\x86\x3b\x07\x14\ \x27\x76\x03\x89\xfe\xad\x5b\x0a\x21\x11\xa5\x67\x27\x01\x25\xd5\ \x0d\x3b\xe6\x0c\xbe\xea\x8e\x6f\x17\xac\x78\xe5\xa5\xb9\x3f\x5a\ \xb9\xf9\xab\xb7\x0c\xa0\x56\x74\xe8\xb8\xf3\xc6\x17\x90\xa9\xd3\ \x67\x67\x17\x95\xb7\xbe\xe7\x49\xe9\x25\xb9\x30\x88\x27\x51\x0a\ \x4f\x00\x70\x29\xa5\x10\xd8\xcd\x58\x25\xad\x0d\x00\x40\x29\xe0\ \x71\xbf\xa1\x37\xe9\x02\xa1\x1a\xc4\x8f\xbc\xbd\x78\x87\x95\x5d\ \x50\xbf\xe1\x4d\x3b\x5a\x9c\x5b\x58\x34\x6a\xf4\xe0\x87\x5e\x9d\ \xff\x4e\xe8\xa2\xba\xd5\x2f\xb5\x15\x0f\x1f\x54\x12\x59\xe1\x79\ \xb5\xfb\x77\x6f\xde\x20\xd7\xbc\xfa\xa2\x1c\x38\xa9\x6f\x7e\x50\ \x70\x0f\xf5\x9c\x89\xc3\xfb\x3f\xf8\xea\x53\xaf\x59\x17\x67\x59\ \xc1\xc2\xd2\x09\x45\xce\x23\x73\x9f\x5f\x34\xb5\xb8\xf5\xd5\xad\ \x4d\xe3\x3f\x3d\x72\x58\xc0\x9e\xf7\xa7\xb7\x9e\x7a\x35\x77\x4c\ \xe8\x70\x43\x9b\x2d\x51\x1b\x3c\x79\xb4\xfd\xc8\xc6\x3d\xb5\x23\ \x06\x84\x79\x47\x20\xbb\x84\x11\x54\xde\x82\xe2\xac\xea\x82\x44\ \xe9\xab\x82\x90\x7e\xba\xf1\x49\x37\xe7\xf4\x8f\x44\x0a\xf4\x5c\ \xc7\xb6\x5d\xc1\xb9\x63\xdb\x0e\xf7\x40\xa0\x6b\xdb\x42\x38\x87\ \x76\x6f\xaf\xb5\x33\xa7\x4e\x1c\xb4\x7e\xfe\xb6\x3a\x7d\xce\xf8\ \x62\xb6\x79\xe3\xb6\xca\x59\x43\xbd\x44\x47\x5e\x39\xe1\x4e\xea\ \xaf\x3c\xa2\x15\x44\xd8\x8a\xf5\xef\x2c\x2d\xe9\xc8\xcc\x2a\xef\ \x5b\x12\x91\x5c\xc2\x89\xd3\x93\xbe\x22\x10\x42\x52\xf3\x14\x42\ \x4a\x29\x4e\xdf\x5f\xe8\xa6\x8e\xdb\x3f\xc5\xd0\xc8\xc6\xc3\xee\ \xd6\x6a\xaf\xe7\xbc\x26\xa8\xc8\xd1\x66\x0c\xb6\x3c\x71\x7c\xe8\ \x40\x78\x72\xdf\xd6\x75\xab\xd7\x6d\x6e\x61\x25\x37\xdc\x74\x7d\ \xbf\x4c\x23\xbf\x4f\x65\x86\x73\x74\xe9\xb2\xb5\xf1\xc8\xc0\x5b\ \x6f\xbd\xa6\x2c\x42\x50\x8a\x86\xaa\x1d\x5b\x77\xec\xa7\xc5\x63\ \x6f\xbf\xf9\xd2\x7c\x13\xb9\x94\x52\x42\xf1\xc0\x21\xd9\xe2\xd8\ \xca\x55\xeb\xab\xea\x9d\xfe\xa3\x67\xcc\x18\x99\xb7\x7b\xf5\xd2\ \x8d\xfb\x5b\xc6\x5c\x7a\xd3\x65\xe3\xcb\x82\x39\x7d\x06\x14\xd2\ \x2d\x2b\x57\x6c\x39\xd0\x54\x38\x60\xdc\xa4\x51\x83\x4a\x2b\x06\ \x96\x47\x92\xeb\x96\xaf\xdc\xb6\xff\xa8\x9e\xdb\x6f\x50\x49\xd6\ \xe9\x67\x86\x2b\x14\x1f\x14\x4a\x59\x7d\x5d\x6d\x76\x4e\x0e\x65\ \x4c\x4a\xd9\x39\x3f\x99\x9e\x2a\x3c\xfe\xd4\xef\x98\xb1\xd6\x46\ \x1e\x2c\x1e\xd6\x3f\xab\xa9\xa1\xbd\x78\xc0\xd0\xd2\x30\x34\x35\ \x34\x47\x8a\x07\x04\xdb\xf6\xbc\xb1\x70\xf1\xf6\x6a\xf7\xbc\x8b\ \xae\x9e\x52\x59\x31\x60\x50\x45\xfb\x81\x0d\x2b\xd7\x6d\x3f\xd6\ \x2a\xfb\x0d\x1d\x64\x26\x9b\x13\x5a\x5e\xe5\xc0\x62\xf0\x30\xaf\ \x34\xbf\xf5\xe0\xe6\xb5\xdb\x8e\x86\x8b\x06\xf6\x2d\x0c\x09\x71\ \xfc\xf8\x5d\x72\x28\x00\x21\x35\x09\xa2\xeb\x7a\x43\x43\x9d\x65\ \x05\x02\x81\xc0\xe9\xa8\xc3\x99\xd4\x65\x89\x98\xe4\xaf\xef\x76\ \x3c\xba\xbc\xc7\xbc\xa6\xb8\x83\x17\x54\x9a\x3f\xbb\x36\x33\xe6\ \x74\x2d\xe3\x44\x0d\xc3\xd0\x18\x05\x44\xcf\x75\x3c\x21\xfd\x57\ \x18\xa3\x20\xa5\xe7\x3a\x9e\x40\xcd\x30\x4c\x5d\x43\x44\x40\xe9\ \xba\xee\xf1\xbc\x45\x42\x75\xc3\xd0\x19\x45\x29\x5c\xc7\x41\xaa\ \x1b\x86\x46\x01\x84\xf0\x5c\x97\x23\x10\x4d\xd7\x75\x8d\x01\x21\ \x04\x85\x63\x3b\x02\x89\x66\x18\x7e\x4d\x28\xee\x39\xae\x9a\x8c\ \x50\x9c\x4d\x34\x5d\xdf\xba\x79\xe3\xc0\xc1\x95\xba\x6e\x48\x21\ \xa4\xec\x3a\x8e\x48\x8d\x86\xbb\x78\x0e\xa0\x19\xa6\x4e\x45\xd2\ \x11\x96\x65\x09\xd7\x76\x05\x18\x96\x49\x85\xc7\x81\x19\x3a\x23\ \x69\xc3\x06\xaa\x99\x86\x4e\x09\x41\x14\x8e\xed\x80\x66\x1a\x4c\ \x3a\xb6\x87\x04\x08\xd5\x4c\xd3\xa0\x80\x9e\xe7\x78\x9e\x3c\x7e\ \xfc\xf4\xb9\x08\x10\x00\x24\x84\xfa\x77\xe5\x50\x28\xb4\x63\xfb\ \x96\xac\xac\x9c\xec\x9c\x5c\x29\xff\xf9\xe6\x2c\x67\x32\x8e\xf0\ \x24\xf4\xcd\xd5\x67\x0f\xb5\xac\x1e\xf2\x8f\x1c\x0e\x43\x8b\x74\ \x4f\x9e\xec\x69\xb9\x8e\xed\x9e\xf2\x4a\xd7\xa1\x90\xf0\xdc\x84\ \xe7\x76\xeb\xa5\x79\x8e\xed\x75\xfe\x28\x3c\x3b\xe9\x75\xfd\x35\ \xf7\x5c\xee\x9d\xf0\x07\xdc\x75\xb8\x32\x58\xc5\x39\x1c\x47\x70\ \x2e\x74\x2d\x75\xcf\x4e\x65\x2f\x21\x00\xf1\xff\x39\xe1\x0e\xda\ \x69\x9c\x76\x32\xe9\x87\x03\x3c\xdb\xef\x08\xe2\x04\xbb\x16\xdc\ \x4e\x76\xb1\xe2\xce\x3e\x80\x80\x82\xdb\x09\xde\x55\x6b\xd2\xff\ \x23\xa0\x3f\x7c\x48\x4f\x86\x10\x00\x40\x21\x05\xe7\x02\xe0\x6c\ \xc6\x1d\x93\x1e\x5e\x50\x69\xcd\x19\x66\xf5\x74\x12\x02\xc0\x25\ \x24\x3d\x54\x19\x45\x8a\x4f\x88\x28\x84\x23\xd1\x63\x47\x8f\x0c\ \x1c\x5c\xc9\x34\x2d\x1d\xfe\x46\x72\x3c\x08\x78\x2e\x56\x4b\x10\ \x3f\xbd\x3a\x7d\x46\x20\xe9\xc0\x23\x21\x6d\xad\x2d\x89\x44\x22\ \x18\x0a\x9d\xe6\x80\x5a\xd5\x77\x54\x28\xfe\x05\x1d\x52\x4a\xb9\ \x6b\xc7\x76\x42\x20\x1c\x89\x1e\xef\x99\x1f\x4a\x63\x20\xed\x2c\ \xa4\x44\x01\x3c\xce\xdb\x9a\x9b\x4a\xca\xca\x0b\x0a\x8b\xc4\xe9\ \x6d\xfe\xaa\x74\x41\xa1\xf8\xd7\x48\x03\x22\x36\x34\xd4\x27\x13\ \x71\x02\xbd\xcb\x51\x26\x94\x66\xe7\xe4\x44\x22\x51\x71\xda\x3b\ \x42\x2b\x5d\x50\x28\xfe\x65\xd2\xc0\x18\xeb\x9d\xf5\x17\x84\x10\ \x7e\xa2\xf6\x59\x8c\x2f\x28\x14\x8a\x6e\xa2\x0c\x88\xbd\xb0\x88\ \xdb\x99\xa1\xd6\x0d\x28\x14\x0a\xa5\x0b\x0a\x85\x42\xe9\x82\x42\ \xa1\x50\xba\xa0\x50\x28\x94\x2e\x28\x14\x0a\xa5\x0b\x0a\x85\x42\ \xe9\x82\x42\xa1\x50\xba\xa0\x50\x28\x94\x2e\x28\x14\x0a\xa5\x0b\ \x0a\x85\x42\xe9\x82\x42\xa1\x50\xba\xa0\x50\x28\x94\x2e\x28\x14\ \x0a\xa5\x0b\x0a\x85\x42\xe9\x82\x42\xa1\x50\xba\xa0\x50\x28\x94\ \x2e\x28\x14\x0a\x85\xd2\x05\x85\x42\xa1\x74\x41\xa1\x50\x28\x5d\ \x50\x28\x14\x4a\x17\x14\x0a\x85\xd2\x05\x85\x42\xa1\x74\x41\xa1\ \x50\x28\x5d\x50\x28\x14\x4a\x17\x14\x0a\x85\xd2\x05\x85\x42\xa1\ \x74\x41\xa1\x50\x28\x5d\x50\x28\x14\x4a\x17\x14\x0a\x85\xd2\x05\ \x85\x42\xa1\x74\x41\xa1\x50\x28\x5d\x50\x28\x14\x4a\x17\x14\x0a\ \x85\x42\xe9\x82\x42\xa1\x50\xba\xa0\x50\x28\x94\x2e\x28\x14\x0a\ \xa5\x0b\x0a\x85\x42\xe9\x82\x42\xa1\x50\xba\xa0\x50\x28\x94\x2e\ \x28\x14\x0a\xa5\x0b\x0a\x85\x42\xe9\x82\x42\xa1\x50\xba\xa0\x50\ \x28\x94\x2e\x28\x14\x0a\xa5\x0b\x0a\x85\x42\xe9\x82\x42\xa1\x50\ \xba\xa0\x50\x28\x94\x2e\x28\x14\x0a\xa5\x0b\x0a\x85\x42\xa1\x74\ \x41\xa1\x50\x28\x5d\x50\x28\x14\x4a\x17\x14\x0a\x85\xd2\x05\x85\ \x42\xa1\x74\x41\xa1\x50\x28\x5d\x50\x28\x14\x4a\x17\x14\x0a\x85\ \xd2\x05\x85\x42\xa1\x74\x41\xa1\x50\x28\x5d\x50\x28\x14\x4a\x17\ \x14\x0a\x85\xd2\x05\x85\x42\xa1\x74\x41\xa1\x50\x28\x5d\x50\x28\ \x14\x4a\x17\x14\x0a\x85\xd2\x05\x85\x42\xa1\x50\xba\xa0\x50\x28\ \x94\x2e\x28\x14\x0a\xa5\x0b\x0a\x85\x42\xe9\x82\x42\xa1\x50\xba\ \xa0\x50\x28\x94\x2e\x28\x14\x0a\xa5\x0b\x0a\x85\x42\xe9\x82\x42\ \xa1\x50\xba\xa0\x50\x28\x94\x2e\x28\x14\x8a\x8f\x0a\xda\xfb\xfc\ \x8e\x10\x42\x28\x25\xbd\xaf\xd1\x88\x28\x11\x01\x51\x7d\x7f\x9f\ \x1c\x08\x10\x42\x09\x21\xbd\xce\x1e\x11\x00\xa5\xc4\xee\xac\x91\ \x50\x4a\x35\xbd\x77\x5e\x4f\x14\x5c\x0a\xf1\x81\x75\x81\x52\x9a\ \x4c\x26\x13\xf1\x18\xf6\xb2\xee\x87\x08\xba\xae\x85\x23\x51\xc6\ \x18\x2a\x69\xf8\x84\x88\x02\x21\x42\x88\x8e\xb6\x76\xc1\x79\x2f\ \x6c\x5b\x30\x14\xb6\xac\x00\xa2\x3c\xe1\x75\x4d\x17\x1d\x2d\x8d\ \x47\xf6\x7b\x48\x00\x7a\x97\x9c\x11\xc0\x68\x41\x49\x28\xa7\x40\ \x8a\xee\xaf\x27\x69\x6f\x6b\xed\xf6\xa3\x76\x74\xb4\x27\x93\xc9\ \xec\xec\x1c\x4a\x59\x6f\x53\xba\x64\x32\xd9\xd1\xde\x96\x9b\x97\ \xcf\x98\x06\xa0\xa4\xe1\xe3\x2f\x0a\x1e\xf7\x9a\x1a\x1b\xa2\xd1\ \x4c\xcb\x0a\xf4\xb6\xe6\x09\xc1\x9b\x9b\x9b\x42\xa1\x50\x38\x12\ \x45\x29\x3b\x3d\x05\xaf\xa3\xad\x7a\xe9\xab\x19\x4c\x84\xc2\x91\ \xce\xee\x08\x98\xfe\xf7\x43\x55\x05\xee\x7a\x4d\x49\x2f\x3c\xe2\ \xbc\xec\xf2\xfe\xb2\x3b\xa9\xed\xde\x5f\xf0\x3c\x2f\xd6\xd1\x51\ \xd1\xa7\x9f\x61\x9a\xbd\xd0\x50\xa2\x19\x99\x94\xd1\xd6\x96\xe6\ \xdc\xbc\x7c\xe5\x31\x7c\x12\x94\xa1\xb5\xb9\x39\x2b\x2b\x27\x27\ \x37\xaf\x77\xb6\x2f\x18\x0a\x1f\x39\x54\x65\x59\x01\xc6\x52\x37\ \x51\xaa\xe9\xf5\xdb\x56\x67\x83\x53\xac\x23\xc4\xeb\x81\xd0\xe3\ \x72\xf0\xa1\xe8\x02\x41\x40\x72\xfc\xb9\xc4\x88\x69\xee\xdf\xb3\ \x39\x94\x57\x64\x18\xe6\xa9\x7e\xb7\xd6\xad\x3c\x73\xcf\x63\x9a\ \x66\x98\xa9\x3f\xe8\xfc\x33\x44\x24\x84\xf8\xff\x9e\xe9\x20\x80\ \x31\x0a\x80\x52\xe0\x3f\x71\xad\xfc\x93\x76\x3d\x9d\xff\x2f\x22\ \x12\x42\x33\x32\x32\x9b\x1b\x1b\xfd\xdf\xaa\x7e\xf3\x71\xf7\x17\ \xc0\x71\x9c\x68\x46\x66\xa7\x35\x9e\x9b\xef\x3d\x6d\xac\x20\x84\ \xe8\xb4\xc3\xae\xc6\xdf\xf9\xc4\x34\x4d\x4a\x29\xe7\x9e\xa6\x69\ \x9d\x0d\x73\x38\x56\x84\x03\x18\x6b\x44\xaa\x03\x11\xe0\xbf\x19\ \x8f\xdb\xf4\xb9\x19\x75\x13\x20\x08\x08\x04\x10\x90\xa0\xdf\x02\ \x40\xc1\x03\xa6\xa5\xdb\x49\xcf\xb6\x0d\x33\x00\x28\x4e\xcb\x5f\ \xc0\xb4\xa0\xa1\x94\xe9\xcf\x93\xfa\xb8\xbe\xa7\x24\xbb\xfb\x56\ \x28\xd3\x28\x41\xc1\x05\x02\x10\x42\x19\xa3\x92\x73\x79\x52\x1c\ \xc6\x6b\xd9\xb5\xef\x68\x6e\xbf\xca\x6c\x93\x48\x7c\x7f\x67\x27\ \x75\x19\x4f\x52\x0a\x44\x04\x14\x00\x44\x2a\x45\xf8\xc4\xe0\x1b\ \x64\xa7\x35\x22\x62\xaa\x97\x4a\x79\x92\x91\xf8\x86\x97\xb6\x5e\ \x21\xe4\x99\x1b\x09\xa5\x50\x77\x70\x57\x13\xcb\xaf\x2c\xc9\x96\ \x52\x9e\x7a\x9b\x47\x44\xbf\x29\xcc\x97\x03\x3c\xa5\xcd\x52\xa2\ \x44\x20\x02\x80\x00\xfa\xb7\x6c\xd2\x29\x6e\xa7\x23\x88\x94\xfa\ \xb1\x09\x44\x89\xfe\x47\x61\x94\x00\xa2\x40\x20\x84\x50\x0a\x9d\ \xaf\xf7\x14\x47\x40\xe8\x54\x03\x48\x87\xea\x11\xa5\x04\x89\x28\ \x44\x4f\xae\x0b\xed\xe9\x7b\x90\x22\x75\xc5\xfd\xef\x40\xfa\xff\ \x4a\x89\x3d\x1c\x89\x10\x48\xb4\xd6\x1d\x6b\x68\x93\x84\x10\x42\ \xa4\xdd\x51\x53\x5d\xeb\xc8\x13\x9c\x02\x42\x29\x8d\xef\x7d\xf6\ \xc9\x27\xf7\x77\x20\xfd\x67\x7a\x89\x5d\xcf\x2e\xa5\x94\x7e\x13\ \x10\x11\x81\x10\x40\x44\x91\xd6\x60\xc5\xc7\x1d\xdf\x1a\x81\x10\ \xec\xc2\x29\xd6\x88\x84\x68\x8c\xc9\x86\xa3\x55\x3b\x77\xec\xd8\ \x5b\x75\xb4\x3d\xc9\xcf\xdc\x40\x08\xa5\x54\x6e\x78\xeb\xd9\xf9\ \xab\x0f\x52\x4a\xa1\x07\x6b\x94\xbe\x35\x02\xf8\x8d\x39\xa1\xcd\ \x52\x82\xe4\x88\x42\x4a\x81\x42\xa2\x10\x28\x85\x14\x1c\xa5\x90\ \x52\xe0\x3f\x7b\x00\x4a\x8a\xbc\xbe\xb9\x7d\x47\x6d\x4b\x55\x4b\ \x52\x20\x32\x94\x20\x79\x7d\x7b\xac\xd9\xe1\x00\x92\x0a\xf7\x70\ \x43\x47\x9b\x2b\x00\x7b\x3c\x88\x94\x52\x1e\x7f\x9e\x3a\xaf\x94\ \x02\x51\x82\xff\xa4\x87\x4f\xdf\xa3\xbf\x80\x52\x9c\x30\x82\x48\ \xab\x74\x4f\x97\x51\xd3\xd8\xf6\x45\x7f\xfb\xc7\xb1\xe1\xbf\xfc\ \xfa\x75\x21\x80\xf8\xfe\xe5\xbf\xbd\x6f\xe5\x17\x7e\xf1\xa3\xc1\ \x59\x0c\x00\x85\x90\xfe\xd0\x0b\x05\xf7\x38\x47\x40\x20\x4c\xd3\ \x40\x0a\x41\x18\x23\x80\xdc\xe3\xf8\x3e\xfe\x5c\xda\x67\xe9\xb4\ \x0c\x89\xe8\x4b\xb8\xe2\x13\xa1\x0b\xfe\x44\x60\xda\x02\x49\xfa\ \x5e\x7d\xc2\x8d\x81\x30\x0d\x5b\x17\x3e\xfa\xe0\x82\xb5\x87\x23\ \xd9\x99\xdc\x11\x13\x6e\xf8\xe2\xa7\x26\x96\x0b\x21\x80\x50\x46\ \x89\xe4\x9e\x24\x4c\x63\x54\x0a\x41\x28\x23\x04\xb9\xc7\x09\xd3\ \x18\x25\x52\x08\xdf\x1d\x61\xba\x46\x50\x0a\x24\x8c\x12\x00\xe4\ \x9c\x8b\x13\x87\xd2\x9d\x27\x3d\x3e\xa0\xf0\xdf\x20\xc4\x49\x13\ \xe7\x28\x25\x48\x01\x52\x02\x10\x44\xe9\x87\x15\xfc\xd6\xfb\x4e\ \xfd\xfb\xbb\x0a\x0c\xdd\x57\x36\x1e\x5a\x54\xe7\x44\x4c\x1a\xb7\ \x79\x71\x49\xe1\xe7\x47\x15\x65\x62\xfc\xd1\x65\xbb\xf3\x87\x0d\ \xbb\xbb\x8c\x2d\x5c\xb3\xf7\xad\xb8\xf9\xb5\x29\x7d\x32\x08\x0a\ \x09\xff\xc4\x67\x20\x00\x40\x52\x17\x8d\x12\x22\x24\x48\x89\xbc\ \xc7\x48\x47\x8f\xf3\x94\x29\x2f\xbd\xeb\x47\xf5\xbf\x98\x1e\xa7\ \x5c\x90\x12\x66\x98\x81\xa0\x1f\x89\x09\x04\x0c\x8d\x51\x4a\x45\ \xfb\xa1\xf9\x4f\x3e\xbd\xe9\x48\x8b\x99\x37\xec\xd6\xbb\x6f\x1d\ \xa0\x31\x4a\x29\x63\x7a\xc7\x81\xc5\xf7\x3e\xb2\x30\x86\x1a\x6a\ \x99\xb3\xaf\xbb\xf5\xc2\x91\x45\xdc\xe3\xef\x37\xd4\xf3\x7d\x92\ \x2e\x69\x0b\x6a\x1c\xf1\x09\x1a\x47\x20\xa6\xfb\x5f\xe7\x10\xf9\ \x24\x77\x9c\x6a\x3a\x6c\x79\xf9\xf1\xe7\x57\x27\xbe\xf4\xdd\x9f\ \x8c\x28\x0c\xd8\x1d\x6d\x9e\x99\xd1\x51\xb5\xe2\xe1\xa7\x5f\x3f\ \xd6\xe2\x95\x8c\xbd\xe8\xee\x4f\xcd\x62\xd5\x9b\xfe\xf6\xe8\xb3\ \x47\x6c\x8a\x60\x4c\xbb\xfa\x8e\xcb\x27\xf5\x13\x6d\x47\xe6\x3f\ \xf3\xf4\xda\xbd\x8d\x59\x7d\x26\x7c\xe1\x4b\xd7\xbb\x5b\x16\x3d\ \xf1\xc2\x92\xe6\x24\x19\x34\xed\xda\x3b\x2f\x1f\xa5\x51\x4a\xba\ \x9c\xee\x54\x6b\xec\xec\x0f\xe2\xd4\xee\x28\x25\x72\x81\x52\xf8\ \x8d\xc4\x2e\x03\x1e\x04\x7c\x7f\x57\x57\xd7\xc8\x9a\x6d\x07\x17\ \xd4\xc1\xd7\xa7\x0f\x1c\x1c\xa0\xb1\x58\xc7\x5f\x96\x56\x3d\x11\ \x34\xbf\x36\x50\x37\x28\x33\xd1\x79\x67\x4d\xf5\xa2\xb8\xfe\xef\ \x93\x4b\xcb\x99\xf7\x3e\xfd\xe6\xf8\x19\x09\xf8\x37\xd5\x54\x9b\ \x25\x82\xe4\x28\x7b\x4c\x6b\xd4\x7a\xea\x86\xbe\x5b\x84\xd0\xf5\ \x5b\x48\xa9\x5c\x4f\xdd\x91\x18\x7a\xdd\x86\xb7\xff\xfa\x60\x8d\ \x41\xc0\xae\xdb\x53\xc7\xb3\x02\x86\xb3\xf8\xb1\x87\xd6\x39\xa3\ \xbe\xf2\xd5\xf1\xcb\x1e\xfb\xdf\x07\x9f\xef\xf7\x93\xeb\x43\x00\ \x84\x50\xd2\x74\x68\xcb\x21\x91\xff\xf5\xaf\xdd\x1c\x5f\xf7\xd2\ \x03\x0f\xde\x9f\xf9\x83\x1f\x8c\xcd\x06\xef\xfd\x46\x83\x5d\xaf\ \x2d\x02\x80\x94\x4a\x17\x3e\x41\xfe\x02\x20\x60\xa7\x19\xa6\xbc\ \x7a\x49\x08\xc1\xb4\xdb\x4f\xbc\xfa\x15\x1b\x36\xf6\xb9\xec\xff\ \x8d\x2d\xcb\xe0\xdc\x0b\x66\x64\x03\x82\xc8\x1f\x7c\xfd\x9d\x15\ \xb2\x6d\xef\x5f\xff\x3c\x7f\xe9\x98\xf3\xa6\x3a\x55\xdb\x6b\x82\ \x9f\xfb\xaf\xcf\xe2\xb6\xe7\xff\xfa\xd4\x33\xc3\x87\x7f\xeb\xf0\ \xdc\xfb\x97\x37\xf4\xff\xfc\x57\x6e\x0a\x30\xcb\x6a\xdc\x74\xdf\ \xa3\xaf\x0e\xb8\xee\x8b\x37\x67\x1c\xfe\xe3\x9f\x1e\x59\x36\xe4\ \xfb\x9a\xce\x52\x9a\x74\xb2\xd5\xfb\xf7\x28\xff\x75\x0a\x00\x52\ \x88\x93\xde\x23\x11\x41\x7a\xc0\x05\x52\x24\x80\x04\x40\xfa\x02\ \x91\x9a\xad\x24\x3d\xfb\x0a\x14\x1c\x67\x45\x6d\xc7\x90\x41\xfd\ \x87\x86\x89\xe0\x22\x23\x33\x7c\xe5\xc0\xf0\xef\x0e\xb5\x24\x2a\ \x72\x0c\x22\xde\x5c\xb7\xaf\x38\x33\xfa\x1f\xe7\x95\x16\x52\xee\ \x7a\xf8\x4f\x62\xa7\xe9\x48\x9d\x7f\x6e\xe2\x6b\xa9\x44\x10\x42\ \xf6\x7c\x6b\xed\xc9\x5f\x40\x29\x05\x00\xc8\x13\x47\x13\x52\xf6\ \x18\x46\xf5\x07\x2c\x46\x34\xab\xb4\xbc\xdc\xa2\x98\x80\xa6\x6d\ \x47\xa5\x8c\x1f\xdb\x52\x55\xdd\x24\xc8\xd3\x8f\xed\x8e\xb5\x22\ \xc9\x72\x5d\xd7\x00\x44\x29\xb8\x44\x16\xc9\xcc\x2a\x2a\x2e\xc9\ \xba\xea\xfa\xa5\xcb\x7f\xb9\x71\x7b\xcd\xb8\x19\x85\xc2\x13\x3d\ \x5e\x2b\x72\xc2\x77\x22\xa5\x44\x14\xaa\xc3\x7c\x22\x20\x04\xa5\ \x94\x28\x41\xa4\x46\xf8\xdd\x58\x23\xa5\x20\x1c\x97\x0b\x2b\xa0\ \x81\xf4\x3c\xcf\x03\x20\x4c\x23\x35\x7b\x37\xbe\xf0\xfa\x8a\xb8\ \x10\xf5\xed\x9e\xdd\xde\x21\x4c\x62\x45\x72\x8a\x8a\x8b\xf3\x33\ \x67\x14\x2c\x99\x57\x7d\xb8\x7a\xfb\x8e\xb6\x19\x77\x5c\x3e\xac\ \x5f\x3e\x02\xa9\x5b\xb6\xf8\x58\x4d\x9d\xfb\xde\x8b\x55\xe8\x48\ \x5d\x73\x92\xed\x12\x09\xa2\x14\x52\x88\x13\x53\x03\xbb\x9a\x23\ \x21\x08\xa0\x9f\x1c\x77\x24\x80\x52\x4a\x21\x11\x25\x48\x4c\xa7\ \x43\xa2\xf4\x05\x41\x02\xf4\x9c\x48\x8c\x04\x41\x78\x1e\x42\x84\ \x4a\xf0\x3c\x2e\x90\x01\xd1\x18\x45\x21\xb8\xe0\x20\x11\x00\xda\ \x92\xee\x91\x36\xbb\x30\x83\xfd\x13\xb7\x19\xfd\x58\x67\x6a\xfc\ \x03\x08\x12\x52\xd3\x2a\x20\x85\xdf\x81\xba\xbd\xd3\x6b\xdd\x87\ \x10\x11\x24\x4a\x89\xc7\xe3\x2b\x9d\x6e\x5b\x4f\x3a\x27\x05\x78\ \xae\x97\x51\x31\x7c\xd6\x45\xb3\x43\x04\xda\xb7\xf2\x95\x1b\xd7\ \xb9\x92\x31\xa2\x0f\x98\x7c\xd5\xd7\xe6\xf4\xf7\xb8\x24\x7a\x88\ \xb5\xae\xf4\xfc\x19\x0d\x29\xd0\xbf\xe3\xc7\xdb\x3a\x1c\x2f\xd7\ \x64\x92\x73\xd1\xdd\x38\x89\x9c\xf8\x6d\x20\x21\x84\x10\x44\x29\ \x51\xf6\xb6\x34\x32\xc5\x59\x91\x05\x00\x89\x12\x25\x4a\x3f\xba\ \xe7\x07\xe0\xd3\x03\x8a\x94\x4d\x0b\xe4\x66\x46\x9f\xfc\xfc\xd7\ \x57\xac\x6e\x9e\xd1\x3f\x43\x93\x02\x34\xc3\x3d\xf4\xdc\x53\x4f\ \xca\x49\x5f\xfe\xc6\xac\x82\xc7\x7f\xf1\x07\xc7\xe5\x52\x97\x28\ \x85\xeb\x70\xc7\xe1\x94\x20\x20\xd1\x35\xb7\xa9\xa5\x0d\xa0\x00\ \x01\xa8\x4e\xb5\x50\xd1\xe5\xb7\x7d\x6e\x68\x94\x4a\xc2\x42\x21\ \xb9\xe0\x9d\x24\x86\x01\xc4\x71\x5d\x20\x27\xaa\x03\x02\x50\x4a\ \x53\x3d\xe5\xa4\x36\x4b\x81\xc2\x03\x10\x28\x53\xee\x0d\x00\x10\ \x4c\x0d\xf3\xe1\x7d\x82\x63\x04\x90\xd2\x81\x01\xfd\x9d\xc3\xad\ \xb1\xa2\xbc\x30\x20\xb8\x7c\xfd\xe1\x8e\xa2\xec\xbc\x10\x0a\x07\ \xc9\x9c\x51\xa5\x43\xdb\x1b\xff\xb8\xfc\xa0\x33\xb9\x74\x5a\x06\ \xb3\x39\xbe\xdf\x40\x22\x2d\x9e\x84\xf8\x71\x19\x00\x4a\x7c\x7f\ \x3b\x15\x76\x24\x1f\x20\xee\x08\x28\x11\x25\xfa\x82\x87\x9d\xdf\ \x81\x94\x9d\x49\x04\x27\xfd\x89\xd0\xc0\x73\x92\xf1\x78\x3c\x91\ \x74\x28\x83\x44\x3c\x11\x8b\x75\xd8\x24\x6f\xf6\xb4\xd1\xf7\xbd\ \xfe\xe4\x13\x89\xb1\x41\x49\x87\x4c\xb9\x60\x54\x6e\x76\x80\x37\ \x2d\x5b\xb6\xf1\x92\x6c\xbd\x6e\xef\x9a\x67\x1f\x37\xc5\xe1\x0d\ \x2d\x91\xca\xdb\x06\x67\x26\x92\x6e\xd7\xf0\xe8\xc9\x29\x12\x5d\ \x72\x18\x24\x10\x94\xef\x3b\x3f\xa3\xf8\x98\xc5\x17\x24\x4a\x94\ \x44\x92\xe3\x01\xc8\x2e\xd6\x08\x00\x88\x3c\x01\xc6\xb4\xcb\xaf\ \xdb\xf2\xa7\x27\x7e\xfe\xd3\x9a\x11\x03\x0a\xed\xf6\xf6\x92\x51\ \x13\x4b\x8a\xf3\xd7\xed\x5a\xb3\x98\xe5\x1c\x68\x4a\x8e\x25\xc8\ \x5d\x27\x91\x74\x04\x17\xdc\x73\x13\xb1\x84\xab\x67\x4d\x9d\x3d\ \xee\xde\xf9\x0f\xb8\x87\x47\x64\x86\xb2\xa7\x4c\x1f\x3b\xb6\xcf\ \x9a\x67\x1f\x7c\x6c\x42\x65\x9e\x0c\x97\x5c\x3c\x6b\x72\x6e\x66\ \xc6\xe1\x55\x4b\x77\x4e\x1b\x32\x20\x82\x1c\xbb\xb1\x46\xf0\xdd\ \x04\x89\x9d\x99\x8e\x27\xc4\x44\xa4\x40\x89\x28\x21\x35\xe6\xf0\ \x6f\xac\x90\xca\x32\x7a\x1f\xf3\x75\x24\x99\x35\x30\x7b\xf7\x86\ \x86\x9f\xad\x74\x86\x65\x68\xf5\xcd\x89\x2a\x61\x7e\xb1\x6f\x88\ \x09\x37\xe1\x8a\x36\x57\x8c\x1c\x90\xff\x45\x5e\x7b\xdf\xea\x6a\ \x63\x62\xd1\x98\x10\xe9\x49\x19\x08\xa6\xe2\x8e\xfe\x6c\x0d\xf1\ \x47\x3d\x7e\xee\x10\x0a\x90\x3d\xb6\x81\x7d\xe7\x3b\xff\x7d\xd2\ \x4b\x94\x10\xc7\xb6\x63\xb1\x8e\xfc\x82\x02\xcf\x75\x8f\xcf\x09\ \xa5\x5d\x38\x99\x76\x20\xba\x3e\x24\x22\xd5\x02\x79\x85\xe5\x65\ \x79\x19\x20\x84\x24\x2c\x92\x53\x50\x52\x5a\x58\x3a\x60\x68\xbf\ \x5c\xad\xa1\xa1\x59\xb0\x70\x59\x9f\xd2\xcc\xcc\xfc\xd2\xdc\x2c\ \xa6\x59\x96\x77\x6c\xfb\x11\xaf\x4f\x69\xae\x95\xdd\xff\xca\xeb\ \x2e\x2b\x0d\x12\x4f\x9c\x78\x58\x48\x9d\x46\x76\x09\x44\x77\x49\ \x76\x92\x0d\xf5\x75\x05\x85\x85\x52\x4a\xd5\x6d\x3e\xde\x50\x4a\ \xeb\x6a\x6b\xf3\xf2\x0b\x53\x76\xe8\x9b\xa2\x9f\xb9\x90\x32\x4e\ \x3f\xa9\x45\x68\xd1\xe2\x71\x63\x2b\x75\xb7\xa3\x3d\xee\x18\x91\ \x9c\x3e\x03\x86\x4e\x1a\x33\x94\xc5\xea\x6b\x5b\x92\x25\xc3\x27\ \x8e\x1f\x56\x11\x32\x8d\x48\x4e\x41\x59\x49\xae\x46\x20\x18\xcd\ \x2a\x2d\x2d\xe9\x3b\x78\x48\xdf\x6c\xad\xa1\xbe\x89\x04\x32\xcb\ \xfb\x0f\x1b\x37\xba\xd2\x74\x5a\x9a\xda\x9d\x60\x4e\x51\x69\x61\ \x7e\x49\x49\x51\x58\x17\xc1\xdc\xd2\x9c\x00\xe1\x32\x65\x8d\xd8\ \x19\xbd\x4b\x99\x25\xd1\x75\xad\xa6\xa6\x26\x1a\x89\x1a\x86\xd1\ \x19\x05\xad\xd9\xb9\x29\xdf\x6d\xa1\xdc\xf5\xdd\x03\xf0\xdb\x9c\ \xb2\x67\xd9\x4d\x17\xea\xf2\x40\x29\x0d\x43\x1f\x5f\x10\x30\x38\ \x6f\xf5\x30\x27\x23\x78\xd3\xe0\xac\x7e\x06\x70\x21\x2d\x4d\xab\ \x88\x18\xb9\x94\x94\x65\x59\x39\x4c\x70\xaa\x95\x5a\x24\x7d\x09\ \x4e\x39\x4e\xe7\x64\xaa\xdf\xdc\x94\xb7\x85\x40\x50\x63\xfa\x31\ \x1b\x23\x95\x63\xac\x40\xf0\xd4\xdb\x7c\x37\xeb\x23\x28\xa5\xed\ \x6d\x6d\xb5\x35\xc7\x86\x8f\x1a\x9d\x4c\x24\xd2\xf3\xc4\xbe\x04\ \xa6\xa6\x91\xbb\xf5\x31\x98\x61\x19\x54\x24\x6d\x17\x00\x08\xd3\ \x2d\x53\x73\x92\xb6\x04\xa2\x9b\x96\xa9\x33\x40\x69\x27\x93\x9e\ \x40\xdd\xb4\x82\x96\xb1\x6d\xc1\x6f\xff\xb6\x31\xe7\xa7\x3f\xfc\ \x62\x26\x8f\x27\x12\xb6\xf7\xbe\xf9\x8f\x24\xfd\x8f\x2f\xd3\xfe\ \x8a\xa9\x1d\xdb\xb7\x8e\x1a\x3d\x96\xf7\xbe\x85\x34\x8a\x7f\x2d\ \x8c\xb1\x2d\x9b\x37\x0e\x1f\x39\xaa\x33\x79\xa0\x4b\xfe\x6d\xe7\ \xd4\x00\x04\x82\x01\x46\x29\xa1\x9a\xae\xa7\x96\x30\x72\x37\xd1\ \x1e\x77\x02\x01\x8b\x51\x02\x52\xd8\x76\x52\x80\x6e\x99\xd4\x4e\ \xda\x48\x34\xcb\xd2\xb9\x6d\x7b\x92\x18\x96\x65\xea\x0c\x05\x4f\ \x26\x6d\x49\xb4\x40\xc0\x64\x94\x48\xee\x26\x6d\x07\xa9\x1e\x30\ \x0d\xee\x24\x5c\x3f\x57\x26\x95\x3b\xd3\x39\xa2\xa5\x90\x5a\x37\ \x15\xda\xbc\x69\x43\x59\x69\x79\x28\x1c\xf6\x9b\xa4\x99\x81\x8d\ \x2f\x3c\x3a\x22\x7e\x50\xf7\x6c\x84\xb4\x37\xd1\x65\xb6\xf3\xfd\ \x87\xc0\x21\x8d\x02\x01\x20\x04\x34\x02\xc4\x0f\x13\x4a\x40\x48\ \x78\xd2\xd4\x28\x0a\xe9\x20\x00\x40\x40\xa3\x28\xa5\x2d\xdf\x77\ \x3e\x82\x00\x41\x82\x80\x48\x81\x22\x40\xba\xcd\x56\x30\xb8\xbe\ \x4d\x16\x5f\xfb\xa5\x8c\xec\x9c\x53\x17\x56\x6a\x3d\x45\x7a\x3c\ \xee\x49\x29\x81\x80\xc4\x74\x30\xd6\x77\x99\x7c\x67\xa4\xbb\x60\ \x87\x70\x92\xc9\xce\xf6\x70\x2f\xc9\x3d\xff\xa9\x97\x4c\x78\xc9\ \xe3\x3d\x9c\xdb\xc9\x0e\xcf\xcd\x1a\x38\xfd\xea\x4c\x9d\xb7\xb5\ \xb4\x4b\x9e\xce\xc2\x3a\x25\xcc\xd1\x75\xb6\x85\xa4\xa7\x42\x08\ \x00\x25\x4e\xd2\x51\xeb\xac\x3f\x51\xe3\x08\xd7\x75\x0d\xdd\x10\ \x98\x8a\x2e\x10\x4c\xcf\xf6\x21\x00\x02\x63\xec\xd9\x67\xe7\x36\ \x35\x35\x31\x96\x32\x69\xee\x79\xc5\xc5\xc5\x57\x5e\x79\x45\x32\ \x16\xeb\x72\x24\x37\x99\xba\x8f\x70\x3b\xce\xfd\xb1\x7c\x57\xfb\ \x04\xf0\x92\x31\xaf\x4b\xd8\x2c\x65\xc6\xa4\xd3\x2b\xc7\x74\xfa\ \x44\x6a\x46\x02\x08\xa5\x42\x08\xe1\x79\x27\xdd\x2f\x51\x08\xcf\ \x71\x4c\x8a\x1c\x25\x74\xce\xfa\xa7\x83\x80\xd8\xf3\x1a\x09\x4a\ \xc8\x63\x3b\x1b\x5b\x5d\xc1\xba\x1e\x10\x81\x52\xb8\x79\x60\x16\ \x01\xec\xd4\xc5\xa4\x27\xff\x69\x68\xc6\x9f\xc9\x25\x9d\xb9\x13\ \x52\x12\x4a\x00\x50\x70\xee\x71\x48\x8d\x2d\x4e\x27\xbe\x80\x88\ \xc1\x60\x50\x08\x71\xf4\xc8\xa1\x92\x92\x32\x42\x69\xda\x67\x3a\ \x3e\xb0\xfa\xbf\x66\xa7\x23\x04\x07\x4d\xa9\x18\x82\xb6\xe3\x20\ \x98\xef\x33\x03\x41\x3a\x25\x28\xe5\x33\x10\x00\x70\x1c\xe7\xc0\ \xde\x3d\xd9\xb9\xf9\x6a\x71\xc4\x27\x84\xac\xec\xec\xfd\x7b\xf7\ \x56\x0e\x1d\x16\x08\x84\x24\x4a\x92\x1a\xa8\x93\xae\x37\xdd\x19\ \x33\x66\xb8\xae\x7b\x3c\xe2\x20\xd1\xb2\x2c\xc3\x30\x35\xfd\x5f\ \x53\x01\x81\x1c\x5f\xe0\xd0\xd9\xeb\x52\x99\x8e\x87\x0f\x1e\x04\ \x42\x83\xc1\x60\x17\x21\x13\x39\xfd\x87\xee\x5d\xb2\x63\x78\x96\ \x61\x19\x7a\x97\x19\xf6\xd4\xd4\xea\xfb\x1b\xee\x05\x7d\x73\x3d\ \x79\x72\xe6\x13\x21\x24\x12\xd2\xcf\xa8\x20\x0a\x39\xe1\x19\x21\ \x28\xe5\xc1\xb6\x24\x96\x8c\x0c\x45\x32\xba\xaf\x1c\xd1\xed\x3a\ \x6b\x4a\x69\x3c\x1e\xdb\xbf\x6f\xaf\x94\x92\x31\x96\xd2\xb8\x0f\ \x63\x75\x68\xe7\xa9\x49\xe7\x34\x2c\x10\xee\xb9\x19\x99\x59\x7d\ \xfb\xf5\x57\xba\xf0\xc9\x99\x92\x38\xb0\x7f\x5f\x7b\x7b\x9b\xa6\ \xe9\xbe\x1e\x9c\x6a\x8d\x1a\x63\x27\xdf\xb1\x11\x85\x10\xff\x72\ \x83\xec\x6a\x8d\x00\x20\x84\xa0\x94\x0e\x18\x34\x38\x10\x08\x1e\ \x8f\x76\x11\x42\x08\xdd\xbf\x6e\x69\xdb\xe6\x15\x9a\x13\x23\xf4\ \x83\x95\x60\xd0\x7a\x78\x3b\xff\xbf\x06\xd3\x52\x71\x48\x49\x28\ \x94\x55\x0e\x3c\xff\x92\x50\x34\xab\xdb\x12\x0c\xdd\xeb\x02\x00\ \x50\x46\x05\xe7\xf1\x58\x5c\xa2\x24\xa7\xa8\xce\xb9\x74\x21\x3b\ \x1d\xa2\xce\x9f\x75\xdd\x08\x85\x42\xf8\xbe\x79\xd9\x8a\x8f\x95\ \x2e\x10\x42\x08\x89\xc7\x62\x1e\xf7\x3e\x54\x6b\x84\x93\x2a\x28\ \xf8\xf3\x94\xa1\x50\x98\x31\x76\x52\x08\x9c\x10\x42\x98\x16\x6f\ \x6f\xf3\x5c\xb7\xb7\xcd\xa7\x13\x42\x43\x91\x88\xa6\xe9\x1f\xac\ \x2e\x4b\xd7\x2f\xa3\x37\x8e\x36\x11\x4e\xaa\x8d\xa3\xf8\x44\xa8\ \x43\xaf\xac\x2a\x08\x00\xef\x73\x8b\x22\x94\xf5\xce\xc5\x7d\x3d\ \xd5\x9e\xeb\x31\xbe\x70\x3a\x9f\x56\xa1\xf8\x70\x4c\xf9\xa3\xd7\ \x66\xf1\x51\xec\x42\xaa\x1e\xb4\x42\xa1\x50\xba\xa0\x50\x28\x94\ \x2e\x28\x14\x0a\xa5\x0b\x0a\x85\x42\xe9\x82\x42\xa1\xf8\x57\xf3\ \xff\x07\x00\x42\x0e\xe4\x5b\x0f\xcf\x73\xfd\x00\x00\x00\x00\x49\ \x45\x4e\x44\xae\x42\x60\x82\ \x00\x01\xc0\x12\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\x7d\x00\x00\x01\x18\x08\x02\x00\x00\x00\x3f\x22\xb1\xef\ \x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\ \x01\x00\x9a\x9c\x18\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\ \x25\x00\x00\x80\x83\x00\x00\xf9\xff\x00\x00\x80\xe9\x00\x00\x75\ \x30\x00\x00\xea\x60\x00\x00\x3a\x98\x00\x00\x17\x6f\x92\x5f\xc5\ \x46\x00\x01\xbf\x98\x49\x44\x41\x54\x78\xda\xec\xfd\x59\xb0\xad\ \x59\x72\x1e\x86\xe5\x9a\xff\x79\x8f\x67\xbc\x73\xdd\x7b\x6b\xec\ \xaa\xee\xea\xee\xea\x01\xdd\x68\x90\x20\x40\x90\x94\x00\x0e\xb6\ \x45\x52\xa2\x24\x47\x58\xb2\x83\xb6\x23\xec\x27\x87\xe7\x37\x85\ \x1f\x1c\x0e\x3e\x38\xc2\xf6\x83\xac\xb0\x69\x50\x22\x6d\xc9\x92\ \x69\x51\x10\x89\x89\xc4\xd0\x0d\xa0\xd1\x8d\xea\x9a\xa7\x5b\x77\ \x3e\xe3\x9e\xff\x69\xcd\xe9\x87\x7d\xab\xd8\x00\x48\x75\xf1\xb2\ \x21\x47\xd8\x27\x1f\x4e\xec\xbd\xcf\x1e\xfe\x3f\x57\xae\x6f\x65\ \x7e\x99\x2b\x17\xf9\x37\xff\x8d\xbf\x0e\x17\x72\x21\x17\x72\x21\ \xff\x35\x0a\xbd\x50\xc1\x85\x5c\xc8\x85\x5c\xe0\xce\x85\x5c\xc8\ \x85\xfc\xff\xb8\xf0\x1f\x7e\x42\x08\x31\xc6\x84\x10\x08\x21\x17\ \xaa\xf9\x93\x13\xa5\xd4\x1f\xd1\x70\x8c\xd1\x18\x73\xa1\xf6\x3f\ \x39\x41\x44\xce\xb9\x94\x12\x11\x7f\xf8\x75\x6b\x4c\x8c\x11\x2e\ \x34\xff\x5f\xaf\xc1\xff\x21\xdc\xf1\xde\x3f\xf7\xdc\x73\x83\xc1\ \x20\x84\x78\xa1\xac\x3f\x21\x21\x84\x7c\xf0\xc1\xfb\x5a\xeb\x1f\ \x06\x9d\xb2\x2c\xbf\xf8\xc5\x2f\x5e\xa8\xfd\x4f\x4e\x18\x63\xb3\ \xd9\xf9\x83\x07\x0f\x28\xa5\x3f\xac\xf9\x17\x5f\xfa\x5c\x9e\xe7\ \x31\x5e\x68\xfe\x4f\xc8\xdc\x01\x10\xdf\x7b\xef\x3d\xe7\xdc\x3f\ \x17\x77\xac\xb5\x3f\xf9\xad\x9f\xfa\xdc\xe7\x3e\x67\x8c\xb9\xd0\ \xd8\x9f\x94\x87\xc9\xf9\xff\xfa\x7f\xf5\xbf\xa8\xeb\xba\xaa\xaa\ \xed\xda\xeb\xbd\xdf\xdd\xdd\xfd\xd7\xff\x8d\xbf\x71\xa1\xf6\x3f\ \x39\xc9\xb2\xec\x97\x7f\xf9\x1f\x7d\xf7\xbb\xbf\xb7\xbf\x7f\xf0\ \xe9\xda\xeb\xbd\xff\x99\x9f\xfd\xd9\xeb\xd7\xaf\xff\x91\x59\x71\ \x21\x3f\xc6\x55\x36\x84\xf0\x3f\xff\x9f\xfd\x4f\x9d\x73\x79\x9e\ \x7f\xea\x6c\xfe\xd1\x38\xcb\x5a\xdb\xf7\xfd\xc5\x04\xf8\x93\xc4\ \x1d\x71\x72\x72\xb2\x5a\xae\x8a\xa2\xa0\x94\x6e\x47\x22\xc6\x78\ \xa1\xf6\x3f\x51\xa1\x94\xae\xd7\xeb\xc7\x8f\x1e\x95\x65\x55\x55\ \xd5\xa7\x0e\x8e\x31\xa6\xef\xfb\x0b\xdc\xf9\x13\xc5\x9d\x93\xe3\ \x23\x44\xcc\xb2\xeb\xff\x74\x38\x2e\x54\xf3\xff\x95\xc1\xb8\x50\ \xc2\x85\xe6\xff\xff\x59\xed\x17\xb8\x73\x21\x17\x72\x21\xff\xb5\ \xbb\x9f\x17\x2a\xb8\x90\x0b\xb9\x90\x0b\xdc\xb9\x90\x0b\xb9\x90\ \x0b\xdc\xb9\x90\x0b\xb9\x90\x0b\xb9\xc0\x9d\x0b\xb9\x90\x0b\xb9\ \xc0\x9d\x0b\xb9\x90\x0b\xb9\x90\x0b\xdc\xb9\x90\x0b\xb9\x90\x0b\ \xdc\xb9\x90\x0b\xb9\x90\x0b\xb9\xc0\x9d\x0b\xb9\x90\x0b\xb9\xc0\ \x9d\x0b\xb9\x90\x0b\xb9\xc0\x9d\x0b\xb9\x90\x0b\xb9\x90\x0b\xdc\ \xb9\x90\x0b\xb9\x90\x0b\xdc\xb9\x90\x0b\xb9\x90\x0b\xb9\xc0\x9d\ \x0b\xb9\x90\x0b\xb9\xc0\x9d\x0b\xb9\x90\x0b\xb9\x90\x7f\x86\xf0\ \x1f\x8d\x4c\x94\x96\x65\x09\x88\x7f\xac\x07\x2d\x02\x6c\x5f\x41\ \xef\x03\x63\x0c\x11\xc9\x56\x00\x10\x00\x11\x31\x46\x20\x84\x52\ \x02\x08\xdb\x4e\x4b\x84\x12\x02\x04\x11\x23\x46\x4a\x28\x21\x04\ \x31\x02\x00\x22\x00\x01\x42\xc8\xf6\x5b\xb7\x5f\xf5\xe4\x67\x22\ \x22\x00\x63\x14\xb6\xbd\xca\x7e\xe8\x32\x62\x8c\x74\xfb\x94\x90\ \x1f\xbe\xa0\x27\x1f\x44\x8c\x21\x10\x4a\x3f\x79\x0f\x20\xa2\xf3\ \x9e\x12\xc2\xb9\x40\x44\x02\x4f\x5e\xdf\x5e\x2c\x21\xff\x0c\x14\ \xfe\xe1\x2b\xf9\xc3\x77\xfd\xa3\x85\x10\xd0\xda\xf4\x7d\xff\x14\ \x6d\x5f\x10\x31\xcf\x73\xce\x39\x46\xa4\x94\x02\x01\x40\x40\x44\ \x00\x24\x84\x6e\xf5\x64\xad\x05\x00\xc6\x18\x00\x52\x4a\x29\xa1\ \x00\x18\x23\xc6\x10\xb6\xed\x84\x09\x81\x10\x43\x8c\xdb\xff\x12\ \x04\x0c\x3e\x10\x42\x18\x67\x18\xb7\x6d\x85\x09\x22\x6e\xdb\x8f\ \x6d\x1f\x6f\x47\x1c\x01\x23\x42\x8c\x91\x52\x46\x29\xf9\xe4\x76\ \x7e\x78\x44\xf0\xd3\xa6\x65\x7f\xe4\xbf\x00\xe0\x9d\x8f\x88\x5c\ \x30\x40\x20\x84\x20\x80\x77\xce\xfb\x90\x24\x6a\xfb\xf4\xc9\xbb\ \x11\x62\x0c\x94\xd2\x3f\xae\x9f\x27\xdf\xfc\xc9\x3f\x10\xb7\x9a\ \xff\x63\x9d\x5c\x3e\xbd\x80\x3f\xfc\x3a\x22\xd6\x75\xfd\x47\x5a\ \x29\x7f\x46\xb5\x73\xce\xcb\xb2\xd8\x7e\xf4\x8f\x8d\xfe\x1f\x7a\ \xaf\xf7\x9e\x31\xfe\x47\xae\x0a\x11\x3f\x99\x08\x9f\x3c\x06\xf2\ \xc4\x3e\x31\x02\x00\x21\xf4\x89\xbd\x01\x89\x88\x94\x92\x27\xbf\ \xb2\x9d\x02\x40\x9e\xcc\x1d\x8c\x94\xb2\x4f\xee\x8c\xfc\x11\xcd\ \x6c\x07\xeb\x9f\x79\x6d\x21\x04\x02\x40\x19\x85\x27\x46\x03\xb8\ \x55\xd4\x27\x33\x85\xfc\xb1\xaf\xfa\xe3\x5a\x80\x3f\xfc\xa3\x9f\ \xd1\xec\x09\x81\xbe\xd7\x5a\xeb\x1f\x69\xf0\x3f\x02\x77\x18\x63\ \x8b\xc5\xe2\xdf\xfb\xf7\xfe\x37\x4a\xa9\x10\x63\xf0\x9e\x32\xb6\ \xbd\x67\x46\xe9\xf6\x15\x21\xe5\xa5\x4b\x97\x4f\x4f\x4f\x93\x24\ \xd1\x5a\x6f\x3b\xc3\x33\xc6\x54\xa2\xaa\xaa\xb2\xd6\x2e\xd7\xb5\ \x90\x72\x30\x18\x10\x80\x4d\x5d\x7b\xef\xf3\x2c\xcb\x8b\x62\xb3\ \xd9\x18\x63\xb2\x34\x23\x84\x6d\x67\x82\x35\x96\x52\x1a\x7c\x90\ \x42\x78\xef\xbd\x77\x82\x8b\x24\xe5\x94\x92\xc5\x72\x41\x80\x10\ \x42\xbc\x77\x31\x6e\x47\x0b\xca\xb2\xd0\xc6\x44\x08\x18\x22\x05\ \x42\x01\x30\xc4\x18\x23\x50\xe2\x31\x4a\x25\x77\xf7\xf6\xeb\x4d\ \xd3\x77\x3d\x20\x84\x10\xd3\x24\xbd\x7d\xeb\x76\xd3\x35\x77\x3e\ \xfe\x48\x29\xe9\x82\x03\x80\xe0\x22\xe3\x2c\x51\x49\xd7\x75\x31\ \x46\x04\xdc\xfe\x50\x08\x81\x52\xaa\xa4\xf4\x21\x3c\x01\xc7\x88\ \x8c\xb1\xed\xf4\x7f\x62\x43\x40\x22\x3e\xe9\x5c\xb7\x45\xb1\x7f\ \x3a\xca\x00\x21\xfa\x6f\x7c\xe3\x1b\x7f\xfe\xcf\xfd\xb9\xbe\xef\ \xff\x45\x27\x40\x96\x66\xbf\xf8\x1f\xfe\xe2\xbd\x07\xf7\x07\x83\ \x6a\x3e\x5f\xc4\x18\x39\x63\x2a\x49\x18\x63\x5d\xd7\x19\x63\x38\ \xe3\x5f\xfe\xfc\xab\x11\xf1\xf1\xe3\x23\x2e\xd5\x7c\xb5\x6a\x9a\ \x1a\x38\xcf\x07\x83\xbd\xfd\x03\x21\xc5\xc7\x77\xee\x7b\x13\x77\ \xf7\x76\x07\x83\xc1\x7c\xb1\xdc\xd4\x8d\x54\xea\xe0\xf0\x92\xb1\ \xf6\xf1\xa3\xc7\x45\x55\x56\x05\xb3\x46\xa7\x59\x3a\x9b\xcf\xd3\ \x2c\xeb\xba\x2e\x4d\x12\x82\x50\xaf\xd6\x5c\x88\x2a\x91\x3b\xc3\ \xe2\xec\xfc\xbc\xeb\x3a\x42\x88\xb3\xce\x5a\x83\x48\x28\xa5\x59\ \x96\xa9\x44\xce\xcf\x17\x59\xa6\x38\x03\x04\x88\x01\x8c\x09\xc1\ \x23\x12\xa0\x1c\x9f\xb9\x7d\x35\x4f\xf3\xbb\xef\x3c\x14\x92\x1b\ \xa3\x29\x27\xcf\xde\xbe\x7d\xf3\x99\x1b\xbf\xf6\xab\xbf\xa6\x75\ \xaf\x84\xb4\xc6\x58\xc0\x48\xc9\x64\x3c\xae\xeb\xba\xeb\xfa\x18\ \x51\x08\x16\x63\x04\x20\x88\x98\x65\x19\x45\xd4\xc6\x20\x62\x8c\ \x91\x71\xce\x85\x08\x31\x84\x10\x22\xc6\x18\x02\x10\xc6\x18\xdf\ \xda\xf7\xd6\x20\xbd\xf7\x84\x10\x4a\x69\x88\x31\x51\xea\x7f\xf0\ \x37\xff\xe6\x1f\xef\xe2\xfe\x23\x45\x4a\xf9\xe8\xd1\xe3\x7f\xff\ \xff\xfc\xef\x53\xc6\x29\xa1\x42\x0a\x6b\x2c\x22\x32\xc6\x62\x8c\ \xdb\xde\xcc\xc1\x7b\xce\x39\xa5\xf4\xda\xb5\x6b\xc7\xc7\xc7\x21\ \xc6\xbe\xef\x19\xa5\x5b\xc3\x50\x4a\x25\x69\xda\x77\xbd\xf7\x3e\ \x49\x92\x3c\xcf\x8d\x31\xd6\x5a\x44\xac\xaa\x0a\x00\xd6\x75\xcd\ \x05\x57\x52\x3a\xe7\xd2\x2c\x6b\x9b\x56\x25\x4a\xf7\x9a\x31\x1a\ \x11\x8d\x36\x92\x33\x21\x44\x59\x16\xf3\xf9\x3c\x22\x06\x1f\x42\ \x0c\x00\xc0\x28\x43\x8c\x69\x9a\x02\x89\xc6\x18\xc1\x84\x0f\xde\ \x59\xfb\xa4\x63\x34\x21\x04\x91\x51\x3a\xdc\x3b\x88\x01\x37\xf3\ \x05\xfa\x00\x04\x80\x33\xae\x04\x65\xd4\x1b\xcb\x10\x82\x73\x16\ \x10\x23\x52\x4a\xa4\x52\x04\x48\xdf\xf7\x5b\x94\xd8\xaa\x2a\xc6\ \x90\x24\x49\x8c\xe8\xbc\xa3\x84\x22\x20\xa3\x8c\x10\xe2\xbd\x8f\ \x31\x32\x46\xe1\x13\x0b\xdf\xe2\x11\x21\x04\x23\x3e\x69\x9b\x89\ \xf1\x67\x7f\xf6\x67\x7f\xea\x5b\xdf\xfa\x91\x06\xff\xa3\x71\x67\ \xb3\xd9\xfc\xed\xff\xdb\xdf\x06\xa0\x00\xff\xdc\xde\xd7\x5f\x78\ \xf5\xb5\x3b\x77\x3e\x06\x02\xf5\x7a\x01\xf0\xe9\x48\x93\x6a\x30\ \xd6\xc6\x58\xdd\x00\x30\x55\x8d\x38\xe7\x5d\xd7\xa1\xee\x69\x9a\ \x4d\xa7\xd3\xe5\x72\xe9\x8c\x19\x8e\x27\x84\x08\xa5\x54\x5d\x6f\ \x9c\xb1\x59\x9a\xf5\x5d\x97\x24\x89\x35\xc6\x6a\xad\x54\xb2\xb3\ \x53\xaa\x44\x7c\xf0\xfe\x07\x9f\x5c\xc0\x3f\xb5\xa4\xc9\x74\x77\ \xbe\x98\xc1\x0f\x35\xe5\x26\x00\x0c\x20\x00\x20\x40\x92\x27\x37\ \x6e\xdd\x3c\x7a\x74\xbc\x9e\x2f\xb6\xd8\x4f\x41\x5d\xbe\x74\xa5\ \xe9\x9a\xc5\x72\xce\x04\x06\xe7\x3f\xf9\x18\xab\xaa\x6a\xb3\x5e\ \xfe\x73\x42\xd1\xa7\x6f\xfa\x4d\x80\xfe\xa5\xbf\xf8\x17\x9f\x02\ \x77\xa4\x92\xbf\xf5\x5b\xbf\xf9\xcb\xbf\xf2\xcb\xc3\xc1\x70\x76\ \xbe\xe4\x92\x20\x22\x20\xa8\x44\xc5\x18\x75\xe7\x00\xe0\xe1\x37\ \x3f\xbe\x79\xeb\xd6\x6f\xfc\xd6\x6f\xcd\x37\xf5\xf9\xd9\xc9\xa7\ \x9f\x55\x97\xae\x8c\xa7\x93\xe3\x77\xef\x80\xc5\xf2\xf0\x70\x34\ \xdd\x39\x9f\x2d\xfa\xba\x86\x88\x57\x5f\x78\x09\x08\x79\xf0\xce\ \x7b\xf9\xfe\xde\xc1\x8e\xaa\x9b\xcd\xad\x67\x6f\xff\xf6\xb7\xbf\ \x7d\xf9\xea\xd5\xb3\x93\x93\x3c\xcd\x14\x17\x27\x77\xef\xf1\x34\ \xbb\x71\xb0\xf3\xd2\xed\xcb\xbf\xff\xbd\xef\x1f\x3d\x3e\xa1\x14\ \xfc\x27\x8d\x40\x19\x87\xe9\x74\x22\xa5\x7c\xf8\xe0\x58\x0a\x70\ \x0e\xfe\xf0\xcc\x66\x5c\xc2\xb7\xfe\xcc\x57\x48\x24\xbf\xfa\x0f\ \xbf\x9d\x52\x81\x80\x40\xf1\xe6\xcd\xeb\x59\x9a\x7e\xfc\xd1\x9d\ \x54\xca\xd9\x62\xed\x00\x22\x00\x02\xbc\xf8\xc2\xed\xe3\xe3\xe3\ \xe5\xaa\xf9\x23\xb7\x7f\xb0\x3f\x3d\x3b\x99\x85\x4f\x9e\xe6\x89\ \x30\xce\xf9\xf0\x99\xb5\x97\xa8\xff\xde\xbf\xfb\xef\x2a\xa5\xfe\ \x45\x71\x47\x08\x31\x9b\xcd\x7e\xf1\x17\xff\xce\x93\xb1\x67\x22\ \x06\xf7\x47\x87\xf4\x93\x3b\x7e\xed\x2b\x5f\x7b\xe7\xed\xb7\x9d\ \xf3\xd6\xfe\xf0\xf8\x12\x95\xe4\x46\x77\x5b\xb3\xe1\x22\x8d\x11\ \x63\x70\x00\x21\xcd\x06\x00\xd8\x77\x1b\x91\x57\x79\x96\x59\xeb\ \x26\x93\xc9\xc3\xfb\xf7\xb2\xa2\x30\xd6\x0a\xce\x81\x10\xdd\xb6\ \x8c\x40\x51\x94\xcf\x3d\xff\xdc\xbb\xef\xbc\x53\x6f\x36\x5b\xcf\ \x7e\x6b\xa5\x80\xb1\x1a\x0e\x42\xb0\x6d\xdd\xfd\xb1\xb8\xe4\xc9\ \x3c\x78\xe6\xc5\xcf\x59\x63\x1f\xdd\xf9\x08\x20\x12\xa0\x08\x00\ \x82\x01\x63\xa0\x75\xc2\x14\x06\x6f\xe0\x89\x1e\x93\x34\x8f\x11\ \xad\xf9\x63\x5f\xc5\x65\xf4\xf6\x0f\xdf\xf2\x1f\x9a\x77\xff\x15\ \xb2\xbb\xbb\xfb\x67\x7f\xf6\x67\xff\x65\x71\x07\x00\x28\x65\x42\ \xa8\x6d\xcf\x7d\x6b\xed\x76\x6d\x41\x44\x29\x65\x08\x21\x84\x40\ \x28\x13\x42\x5e\xba\x74\x38\x9b\xcd\x7a\x91\x7c\x1a\x70\x39\xe7\ \x62\x8c\x4a\x4a\x60\x03\xe7\x9c\xb7\x3a\x7a\x9a\x2a\xe1\x28\x78\ \x67\xdb\x7a\x4d\x30\x48\xc9\x95\xe4\xbd\x36\x2a\xc9\x05\x2b\x57\ \xab\x55\x08\x5a\x4a\xc2\x38\xca\x48\x28\x70\xc6\x60\x3c\x19\x8e\ \x46\xa3\xf9\x7c\xbe\x5d\x34\x3e\x8d\x05\x08\x21\x83\xc1\xc0\x7a\ \xa7\x9d\x91\x8c\x43\xc0\xe8\x3d\x43\x92\x17\xb9\x0d\xde\x7a\x57\ \x8d\x47\x45\x31\x28\x92\xb5\x51\x1d\xe7\x52\x70\x15\x7c\x98\x2f\ \x67\x31\xc6\xd1\x68\x28\x14\xd5\xa6\xf7\xc1\xa3\xa7\x79\x9e\x27\ \x49\xe2\xbd\xdf\x46\x2e\x9f\x06\x8c\x79\x9e\x13\x80\xed\x82\x4f\ \x29\xe5\x9c\x03\x80\xd6\xfa\xd3\x33\x09\x62\x8c\x7f\xc4\xb2\x3f\ \xfd\x2c\x00\x58\xab\x93\x24\x79\x0a\x6f\x7f\xfb\x3d\x83\xb4\xdc\ \xc9\x87\x93\xc1\x24\x05\x01\x00\xd6\x5a\xef\x9d\xe0\x72\x30\xa8\ \x96\xab\x55\x5d\x37\x4c\xd0\xc1\xa0\x4c\x13\x95\x3b\xb3\x92\x92\ \x4b\x15\x08\xf1\x3e\x40\xdf\x09\x3f\x28\x07\x59\xbf\x5a\x37\x27\ \xf7\xfa\xc5\x63\x2e\xd4\x20\x49\xd7\xcb\xc5\xf1\x7b\xdf\xe3\x42\ \x82\x6b\x2b\x3a\xf0\xab\x9e\x7b\x37\x12\x52\x39\xdf\x1c\x1f\x33\ \x6b\x30\x62\x20\x64\x52\x56\x18\x23\x0b\xe1\xe6\xcd\x5b\x8f\x1e\ \x1d\x75\x6d\xc7\x39\x8f\x31\xb6\x6d\xcb\x39\x17\x42\x0c\x87\xc3\ \x10\x42\x9a\x24\x49\x2a\x43\xd0\x31\x78\x42\x24\xe7\x79\x91\x0f\ \xe6\xcb\x25\x30\x3b\x1c\x8c\x4c\x6f\x52\xa1\x08\x03\x21\x25\x92\ \x70\xbc\x98\x61\x8c\x81\xc1\x68\x54\xed\x97\xb9\x6e\xda\xd6\x68\ \x00\x32\x1a\x8d\xea\xba\x6e\x9a\x96\x31\x8a\x88\xdb\x51\x40\x84\ \x9d\xe9\xd4\x76\x3d\x00\x10\x4a\x95\x94\x83\xd1\x68\xbe\x5c\xd4\ \x4d\x43\x18\x51\x52\x79\xef\x8d\x36\x04\x08\x65\x14\x10\x18\x63\ \x84\x10\xe7\x1d\xa3\x0c\x11\x7d\x08\x59\xa2\x9e\x6e\x9d\xc0\x18\ \x39\xe7\x00\x44\x48\x45\x08\xd9\x22\x97\xb5\x96\x52\x1a\x63\x64\ \x8c\x31\xc6\xbc\x73\xdb\x07\x89\x52\x93\xc9\xc4\x39\xb7\x5e\xaf\ \xbd\xf7\x9c\xf3\xed\xe8\x73\xa1\x94\x52\x21\x04\xef\x3d\x22\x12\ \x82\x4a\xe5\x5b\xff\x9d\x52\x4a\x98\x52\x4a\x32\x4a\x93\x44\x8d\ \x46\xc3\xf9\xbc\x00\x44\x29\x84\xb3\x56\x4a\x99\xe6\x39\x09\x5e\ \x29\x79\xe3\xfa\xf5\xe5\x62\xb1\xfd\xda\xad\x99\x6d\x03\xdb\xaa\ \x1c\x84\xe8\x01\x18\x21\x04\x23\x10\x40\xef\xbd\x94\x4a\x08\xae\ \xb5\x26\x40\x06\x83\xaa\x59\xd7\xa9\x4c\x59\x00\x2a\x28\x72\xea\ \x28\x22\x01\x24\x6c\x94\x97\x10\x63\xed\x4c\x8c\x91\x73\xbe\xf5\ \xc5\x5a\x02\x9f\x86\xd8\xdb\x30\x33\xcb\xb2\x6d\xe0\xc2\x39\xdf\ \x5a\x3e\x22\x3a\xe7\xb6\x7e\x1f\x81\xb8\x9d\x86\x31\xc6\x27\xe4\ \xc9\x27\x06\xef\x9c\x13\x42\x7c\x16\x83\xe7\x9f\x71\x0e\x7c\xfa\ \x03\x5b\x4a\x85\xd0\x2d\x63\xb0\xfd\x3d\xd2\xb6\x8d\x52\x8a\x73\ \x9e\xa6\xa9\x73\x6e\xfb\xff\xed\x47\xa4\x94\xc1\x1a\x40\x46\x29\ \xf5\xde\xe9\xce\x32\xc6\x00\xa3\xe9\x3b\x04\x64\x84\x62\xf4\xd6\ \xf5\x45\xa6\xfa\xd6\x37\xcd\x9a\x12\xc2\x39\x8f\xc1\x62\x44\x8c\ \x31\x04\x47\x29\x1d\x0e\x87\x94\xd2\x10\xc2\xa7\xf1\xf3\x56\x05\ \xde\xfb\x10\x22\x67\xca\xc7\x40\x80\x70\xae\x30\x46\xed\x02\x02\ \x31\x2e\x46\xa4\x9c\x25\xde\x1a\x06\x48\x00\xad\xd5\x00\x94\x0b\ \x81\x80\xce\x3b\x24\x94\x00\x09\xd6\x13\x22\xb6\x38\xc2\x18\x13\ \x42\x6c\xbf\x76\x7b\x6b\x5b\x0c\x15\x42\x6c\x9d\xcc\xed\xf0\x93\ \x1f\x0a\xfb\x9f\xd0\x14\x9f\x8c\xd9\xa7\x1a\xff\xa7\xaa\x27\x4f\ \xef\x29\xb9\xae\xe7\x1e\x87\x69\xb1\x39\x9f\x6b\xad\x19\xe3\xb9\ \x50\x9c\xb1\x42\x24\x86\x8a\x7c\x34\x9e\xcd\xce\x22\x86\x22\x4f\ \x09\x85\xf3\xb3\x53\x41\x09\xe5\x2c\x50\xea\xac\x0b\x4d\x93\x82\ \x4f\x72\x6a\xb4\x8f\xd1\x98\xba\x35\x3d\x4d\x08\xa1\x3e\x72\xe0\ \x3e\xf4\xfa\xfc\x41\x31\xd9\x93\x94\x56\x9c\x13\xdd\xaf\xd7\x2b\ \x4a\x88\xcc\x72\x0f\xc4\xb4\x1d\x86\x18\x32\xb9\xbb\xbb\x5b\x96\ \x25\x22\xd6\x75\x13\x42\xe0\x9c\x7d\xaa\x07\xef\x1d\x46\xc0\x80\ \x94\x30\xa6\x58\xf0\x54\x1b\x23\x64\x60\x4c\x30\x4e\x28\xf0\xba\ \x9e\x01\x3a\x4a\xb9\x0f\x26\x52\x42\x41\x78\x88\x4c\x72\x4b\xc0\ \x78\xd7\x3a\xcd\x18\x4b\x54\xb2\x35\xad\x24\x51\x45\x51\x18\x63\ \x62\x8c\x49\x92\x24\x49\xf2\xa9\xf9\x7a\xe7\x18\xa5\x5a\xeb\x18\ \xe3\xa7\xa4\x01\xe3\x3c\x4b\x00\x10\x9d\xb3\xce\x85\xe8\x09\x63\ \x94\x53\x0a\x18\x62\x88\x9c\x12\x46\xf1\x29\x71\x07\x80\x52\x4a\ \x19\x0f\x21\x28\xa5\x28\xa5\xdb\xb5\x76\x7b\xa8\x1c\x21\x64\x3b\ \x15\x31\xc6\xed\x34\x93\x52\x3a\xe7\xe8\x27\xf2\xc3\xf3\x70\xfb\ \x98\x73\xbe\xbd\xaf\xed\x2b\x84\x10\xce\x28\x86\xa8\x0a\x45\x08\ \x89\x21\x30\x4a\x8d\x31\x8c\x31\x29\xe5\xf6\x7e\x29\xc6\x10\x42\ \x92\x24\xdb\x38\x31\xc6\xb8\xb5\xfc\x18\xe3\x96\x48\xf0\x91\x84\ \x48\x18\x63\x11\x23\x22\x12\x26\x5d\x88\x11\x82\x0b\x58\x14\x85\ \xe4\x2c\x06\x2b\x18\x55\x92\x47\x02\x76\xcb\xe4\x71\x4a\x19\x09\ \x21\x38\x6b\x5d\xf4\x80\xc8\x39\xdf\x9a\x77\x9a\xa6\x9f\x82\xc8\ \x16\x5b\xb7\xd3\xf6\x87\xef\xfa\xd3\xfb\xfa\xa1\xbf\x00\x40\x3f\ \xbd\xa9\x4f\x57\x62\xf2\xd9\x2c\xfe\x47\xe3\x0e\x21\x40\x28\x25\ \x84\x50\xc6\xc2\x93\x99\x47\x08\x21\x84\x52\x8c\x11\x01\x08\x21\ \x5a\xeb\xaa\xaa\x28\xa5\x42\x88\x2d\x2e\x3e\x81\x46\x42\x62\x8c\ \x8a\x51\x08\xc8\x08\x28\xa5\xb6\x8d\xfb\x85\x14\x8c\x31\xe7\x1c\ \x01\x84\xe0\x95\x60\x9c\x01\x97\xec\xf9\xe7\x6e\xdf\xbf\x7f\x3f\ \x7a\x1f\x7c\xa0\x94\x70\x46\xad\x73\x4f\xfc\x8e\x4f\x88\xb4\x4f\ \x99\x97\x2d\xf0\x05\xef\x89\x50\x69\x9a\x1b\xad\xb5\x36\x82\x73\ \x1f\x63\xc0\xc8\xa5\xac\xaa\x2a\x62\xe4\x94\x0c\x8a\x2c\x02\xed\ \xb4\x0b\x11\x8c\x31\x84\xd1\x3c\x4f\xad\x33\x7d\xdf\x4a\x21\x10\ \xe9\xa7\xdf\x99\x24\xc9\xf6\xc2\x3e\x45\x5b\xc6\x58\x92\xa6\xd6\ \x98\x10\x02\x17\x22\x84\x40\xb7\x4a\x40\xa4\x8c\x09\xce\xe9\x27\ \x0e\xe0\x13\x9e\x16\x9e\x2c\x07\x94\x52\x62\x89\x52\x4f\xe9\xef\ \x44\x84\x2c\xc9\x18\xa1\x10\x41\x89\x04\x22\x89\x31\x52\xa0\x18\ \x80\x11\x16\x6c\xc8\x8a\xbc\x69\x9a\x34\x4d\x81\x80\x77\x76\x90\ \xe7\xc1\x7b\xd3\xf5\x04\x48\xca\x79\x41\x68\x90\x1c\x99\x68\x42\ \x60\x4c\x78\xe5\x7d\x70\x52\x08\xa0\x7c\xb5\x69\x13\x46\xaa\x84\ \x26\x0c\x22\x04\x86\xfe\xb5\x57\x5f\xbe\x77\xff\xfe\x62\xbe\xb0\ \x7d\x43\x10\x15\xe3\x21\xc6\xbe\x6f\x28\x65\x94\x10\x02\x64\xcb\ \x2d\x47\x1f\x80\x40\x8c\xc8\x28\x6b\x8d\x25\x11\xf2\x24\x77\xa1\ \x5f\x6c\xd6\x94\x72\x25\xcb\xba\x6e\xac\xb5\x97\x2e\x4f\xb3\x24\ \x07\xe7\x77\x07\x79\x56\x15\x9b\x4e\xcf\xeb\xba\x6d\x1b\xf2\xc4\ \xa0\xbb\x66\xb5\x26\x84\x50\x42\xb7\x80\x2e\x84\xd8\xdd\xdd\x29\ \x8a\xd2\x39\xb7\x5a\xad\xac\xb5\x42\x08\x6b\xed\x95\x2b\x57\xba\ \xae\xeb\xfa\x5e\x0a\x81\x80\x5b\x7a\x05\x01\x62\x8c\x79\x9e\xe7\ \x4a\xc5\xe0\xfb\x5e\x3b\x67\xa5\x94\x42\x88\x18\xa3\x77\x7e\xfb\ \xfe\x2c\xcb\x9e\x3a\x34\xde\x12\x76\x69\x9a\x2a\xa5\xb6\x0f\xb6\ \xe7\x59\x7e\x3a\xf7\x28\xa5\x3e\x84\x2d\xaf\xcf\x85\xd8\xd2\xc0\ \x84\xd2\xed\xb8\x33\x2e\x3e\x05\xcd\xed\x9b\xb3\x2c\xfb\xd4\x59\ \x08\x21\x10\x96\x20\xc0\xf6\xc6\xab\xaa\xfa\xe6\x37\xbf\x79\x7c\ \x74\xf4\xf6\x3b\xef\x7c\xba\x4e\x43\xf0\x5b\xe7\x7a\x8b\x44\x94\ \xd2\xed\x07\xb7\x13\x9d\x33\xee\xbc\x15\x42\x8d\xc6\x23\xef\xfd\ \x66\xbd\xb6\xce\xc5\x18\x91\xd2\x00\x90\x64\x19\xa5\x84\xc4\x90\ \x28\x51\xc8\xb4\xb7\xc6\xf9\x10\x11\xe9\x96\xcf\x26\x80\x31\x0a\ \xce\x3f\xf5\xdd\xb6\x1e\xca\x27\x13\x9a\xfe\x70\x92\x61\x3b\x7f\ \xb7\xb3\x6c\xab\xfc\xed\x53\xa5\x24\x79\x82\x3e\x04\x08\x84\x10\ \xb6\x79\x06\x00\xb0\xce\x8b\xcf\xc6\xa9\x7d\x16\xdc\xa1\x83\xc1\ \x40\x08\xb1\xe5\xd2\x8c\x31\x9f\x78\x8f\x5b\xdf\x87\xfa\x10\x00\ \x88\x10\x62\x0b\xc9\x8c\xb1\x2d\xc6\x4b\x29\xd3\x34\x15\x42\x08\ \x0e\x5b\x8a\x5b\x4a\x29\xa5\xdc\xda\x87\x36\xda\x39\xee\x9d\xe3\ \x82\x46\x4a\x43\x70\x87\x07\xbb\x97\x0e\x2f\xcd\xce\x8e\x37\x1b\ \x0d\x88\x04\x39\x12\xc4\xe8\xa4\x94\x59\x96\x49\x29\x01\x71\xcb\ \x6a\x67\x59\xb6\xb5\x4e\x4a\x49\x9a\xa6\x07\x97\xae\xe6\x59\x76\ \x3e\x9b\xcd\xce\xcf\xb7\x17\xa9\xb5\xce\xf3\x7c\x3c\x9a\x18\x63\ \x83\x75\x83\x2c\xf1\x48\x7c\x88\xda\x47\xa5\x12\x1f\xfc\xd6\xa5\ \x07\x0c\x9c\xf3\x18\x89\x94\x52\x6b\xbd\xf5\xd4\x00\xd1\x87\xb0\ \x35\xe5\x7f\xba\x82\x51\x2a\x18\x63\x8c\x05\xef\x09\xa5\x24\x46\ \x29\x65\x9a\x65\x9c\x31\x1f\xc2\x13\x52\x2d\x44\x1f\xbc\xf7\x9e\ \x33\x06\x00\x49\x92\x48\x21\xf3\x3c\x7b\x4a\xdc\xf1\xfe\xda\xcd\ \x67\xee\x7e\x7c\xaf\x1a\x0e\xf6\xae\x5c\xee\xda\x76\xb5\x5e\x23\ \xa2\x77\x4e\xa6\xa9\xc8\xd3\xc8\x28\x25\x84\x31\x56\x96\x65\xf4\ \xe1\xfe\x9d\x8f\x77\x76\x76\xbc\xb1\x49\xa2\x06\x55\x35\x19\x0f\ \xdb\x9e\x11\x56\x25\x85\x15\x82\x17\x45\x61\xac\x25\x00\xde\x87\ \x10\x1f\x4b\xc9\x11\x48\x92\x2b\xa4\x24\x80\xff\xfa\x37\xbf\xee\ \xd1\x9f\x9c\x9e\x4a\xc1\x20\x82\x8f\x9e\x4b\x9a\xa6\xaa\xc8\x0b\ \x25\x15\x01\x20\x00\x52\x08\xe4\x7c\x6b\xa3\x9c\x31\xce\xf9\xed\ \x67\x6e\xbd\xfc\xf2\x8b\xab\x66\xf1\xfb\x7f\xf0\xbd\xde\x38\xa5\ \x52\x63\xa2\x94\xf2\xf2\xa5\xcb\x80\xb8\x3e\x3f\xbf\x94\xa7\x54\ \xca\xd0\x75\x5e\x2a\x22\x84\x8b\x28\x13\xb9\xb7\xb3\x77\x6c\x23\ \x06\x4f\x18\x1b\x0c\x87\x94\xd2\xa6\x69\xbc\xf7\xa7\xa7\x67\x4a\ \xa9\xad\xd7\x9c\x65\x99\xf3\x9e\x46\xdc\x46\x19\x65\x55\x69\x63\ \x62\x8c\x59\x96\x51\xc6\xd2\x34\x9d\x4e\xa7\x34\x86\xe8\x1d\x9b\ \x32\x00\xb2\x5c\x2c\xba\xbe\x97\x52\x72\xc6\xc6\xe3\xd1\xe5\x4b\ \x97\x26\xd3\x29\x67\xec\xe9\x34\x4f\x09\x55\x4a\x0d\x87\x43\xce\ \x79\x08\x21\xcb\x32\xc6\xd8\xf6\x9c\xc5\xed\xf5\x58\x6b\xb7\x28\ \xa0\x92\x84\x10\xd2\xb6\xad\x4a\x12\xa5\x54\x8c\xb1\xeb\xba\xaa\ \xaa\xf2\xbc\xdc\xdd\xdd\xad\xeb\x5a\x6b\xbd\xbb\xbb\xcb\x18\x33\ \xc6\x68\xad\x67\xb3\xd9\x72\xb9\x24\x88\x4a\xa9\x4c\x25\x94\x52\ \x6f\xec\x66\xb5\x6a\x36\x35\xfa\x30\xa8\x2a\xef\xfd\xd6\x08\x95\ \x52\x52\xca\x24\x49\xb6\x16\x28\xa5\x9c\x4c\x26\x4d\xd3\xb4\x4d\ \x8b\x08\xa9\x4a\xf7\x76\x76\x27\xd3\xa9\xb1\xf6\x31\xa1\xc6\x1a\ \x44\x94\x4a\x69\x63\xca\xd1\xd0\x5b\xd3\xd6\xeb\x41\x91\x25\x22\ \x71\xc1\x92\x00\x4a\x48\x60\x54\x0a\x96\xca\x94\x13\xde\x45\xbb\ \x8d\xa7\xb6\x0e\xce\xa7\x5c\xcc\x96\x46\xd8\x0e\xf1\xa7\xae\x03\ \xff\x21\x90\xda\x82\xd1\x96\x60\xf9\xd4\xf1\xf1\x2e\xf8\x4f\x02\ \x11\xf2\xc9\xdf\x7f\x79\xdc\x41\x00\xe0\x52\x38\xe7\xb9\x14\x69\ \x9e\x01\x25\xa5\x54\x84\x80\xb5\x76\x9b\xd0\x0d\x3e\xee\xed\xed\ \x2a\xa5\x46\xa3\x91\x94\x92\x31\x56\x14\xc5\xd9\xd9\x19\x63\x6c\ \x67\x67\xa7\xaa\xaa\xab\x57\x0e\x5f\x7f\xfd\xf5\xdb\xb7\x6e\x97\ \x65\xd9\xeb\x7e\xb9\x5c\x9e\x9f\x9f\x1f\x1d\x1d\x11\xa0\x2a\x49\ \x07\xd5\xa0\x37\x9a\x51\x7a\x72\x7c\xf2\xd6\x0f\xde\x70\xd6\x4a\ \x21\xb6\x94\x39\x44\x48\xa4\xa2\x84\x84\x10\xa4\x94\x8c\x73\x21\ \xc4\x64\x32\xb9\x7c\xf9\xf2\xf7\xbe\xf7\x3d\x63\x4c\x9e\x67\xfb\ \xbb\x7b\xa3\x6a\x10\x62\x98\x8e\x46\x80\xb8\xc5\xef\xf1\x78\xdc\ \xd4\xb5\xa0\xec\x7c\xb9\xce\xa4\x78\xe6\xda\x95\x65\xd3\xf6\x8f\ \x4d\x24\x54\x24\xaa\xe9\xa3\x4c\x12\x0c\x9e\x33\x1e\x03\x86\x18\ \x85\x10\x6d\xdb\x3e\x61\x16\xa5\xc4\x1f\x3a\x32\x98\x71\x86\x08\ \x94\x33\x21\x04\xa5\xcc\xc7\x90\x2a\xa5\x7b\xad\x12\xb5\x55\x4b\ \xc4\x08\x40\x04\xe7\x94\xa3\xeb\x03\x97\x42\x4a\x65\x8d\x09\x88\ \xcb\xf5\xb2\x7b\xaa\x24\xfa\x56\xfa\xe0\xac\x20\x96\x41\x9e\x27\ \x42\x90\x6b\x07\xbb\xdb\x89\xb4\xde\xac\x5f\xd8\xdf\xf1\xc1\x4b\ \x46\x47\xe3\xc9\x68\x3c\x11\x5c\x7e\xe1\x4b\x5f\xbc\x74\x78\xf8\ \xe0\xde\x03\xa3\xf5\xe1\xc1\xe1\xc1\xc1\xde\xd5\x9b\xb7\xee\x3c\ \x7c\x64\xad\xfd\xd2\x97\xbe\x88\x31\x3e\x7a\xf4\xe8\xe8\xe8\xf8\ \x8d\x37\x5e\xa7\x32\x61\x4a\x1e\x1c\x1c\x66\x55\xd6\x76\xad\x43\ \xff\x1f\xfe\xdf\xff\xae\xb1\x26\xa9\x12\x82\x10\x9c\x8f\x3e\x50\ \xc9\x29\x63\x14\xb1\x2a\x8a\x44\xa9\xe8\x43\x9e\xe5\x5f\xff\xfa\ \xd7\x3f\xfc\xf0\xc3\x8f\x3e\xba\xa3\xfb\xbe\xca\x8b\x97\x6e\x3e\ \x6b\x9a\x26\x93\xe2\x85\xe7\x9f\x5d\xac\xea\xb6\x0d\x3b\x37\x0e\ \x66\xe7\xe7\x02\xc0\x6b\xb3\x3e\x3d\xfb\xc9\x57\x5e\x19\xec\x1f\ \x7c\xe7\xfb\x3f\x68\xee\x3f\x2a\xa6\x85\x67\x2c\x44\x4c\x08\x9b\ \xe4\xa5\xd5\xfd\xbc\x6d\x84\x10\x5d\xd7\x79\xef\x01\x40\x4a\xb5\ \xf5\x23\xb7\x88\x0f\x88\xe8\x43\x51\x14\x94\xb1\xe1\x70\x38\x5b\ \xcc\xf7\xf6\xf6\x28\x63\xd6\xd9\xdd\xdd\x5d\x42\x69\xb7\x59\x4b\ \xc6\x9c\xf3\xa3\xd1\xa8\xeb\x3a\x2e\x44\x96\x65\x7d\xdf\x4b\xa5\ \x1e\x1f\x1d\x9d\xcf\x66\x21\xc6\x4f\x69\x8b\x7f\x31\xdc\xa1\x14\ \x00\xd6\xeb\xf5\xd6\xff\xdd\x1e\x2a\xc7\x18\xdb\xa2\x00\xc6\x28\ \x95\x54\x49\xe2\x9c\x4f\xf3\x4c\x2a\x15\x00\xc7\xd3\xc9\xd6\x3d\ \x59\xad\x56\x49\x92\x2a\xa1\x0e\x0e\x0e\xbc\xf7\x45\x51\xbc\xf2\ \xca\x2b\x77\xef\xde\x0d\x21\x6c\x57\xee\x2c\xcb\x10\xf1\xe0\xe0\ \x40\x08\xa1\xb5\xe6\x8c\xbf\xf5\xe6\x5b\x21\x84\xb2\x2c\xbd\xf7\ \x46\x6b\x95\x24\x88\x71\x4b\x2a\x11\x42\x8a\xa2\xd8\x82\xdd\xa5\ \x4b\x97\x4e\x4e\x4e\xfa\xae\x63\x84\xe4\x59\x9e\x27\xd9\x72\x36\ \x4f\xb3\xac\x2c\x0a\xac\x31\xc4\x90\x65\x59\x04\x08\x21\x62\x70\ \x04\xe3\xb3\xb7\x6f\x46\x17\x85\xe4\x66\x3e\x8b\x31\x44\x42\x28\ \xa3\xd6\x78\xe7\x7d\x80\x40\x09\xdd\x7a\x00\x5b\xef\x66\x4b\xd8\ \x6d\x5d\xfe\xed\xca\x4d\x29\xdd\xe2\xd1\xa7\x88\xb3\x0d\x6b\xa4\ \x52\x32\x49\x74\xaf\x9d\x77\x4f\xbc\x24\xc1\x19\x7d\xf2\x6d\x4c\ \x2a\x95\x24\xf1\xc7\xe1\xef\x10\x44\x5c\xae\x56\x94\x52\xca\x59\ \xdd\x34\x9f\x38\x1a\x94\x52\xaa\x94\x02\x02\xc1\x86\xa6\x69\xb6\ \xc5\x26\xc3\xe1\x70\xcb\x92\x5c\xbe\x7c\xb9\x6d\x5b\xa5\x54\xd7\ \x75\x1f\xdf\xbb\x0f\x94\x51\x21\xde\xfb\xf0\xa3\xc5\x62\x1e\x43\ \xb4\xce\x11\xca\x01\x42\x35\x18\x56\x83\x91\x34\x3d\x67\x8c\x28\ \xe2\x9d\xa7\x94\x09\x21\x9d\xb1\x80\x58\x54\xe5\xa6\x5e\x47\x8c\ \x31\xc6\xad\x53\xea\x9c\x6b\xdb\xf6\xf4\xf4\x74\x6b\x9d\x5c\x88\ \xa2\x28\x9c\xee\x11\x31\x4d\x13\x82\xe8\xbc\xf5\xde\x96\x45\xe9\ \x8c\x81\x10\xc6\x65\xb9\xb7\x57\x5d\xda\xdb\x4d\xeb\x66\xd3\xf5\ \xb3\x4d\xd3\x9b\x5e\x08\x41\x19\x33\x56\x7b\xeb\x95\x92\x69\x96\ \x70\xce\xb7\x8c\xa9\x10\x62\x34\x1a\x85\x10\x8c\x31\xdb\x0a\x1a\ \x26\xf9\x7a\xbd\x01\x80\x10\x63\x9e\xa5\x5b\x75\xfb\x18\x58\x08\ \xc1\x98\xe0\xfd\xd6\xcb\xb3\xce\x32\xc6\x28\xa3\xdb\x44\x7b\x51\ \x95\x49\x92\x18\x6b\x18\xe7\xf0\x54\xab\x2e\x67\xec\xfe\xd1\xd1\ \x3b\x77\xee\x7c\xee\xa5\x97\x4e\xef\x7e\x7c\x7a\x72\x9a\xe5\x19\ \x25\x54\x25\x4a\x70\x51\x55\x55\xf0\x3e\x93\x72\xb1\x6a\xaa\xd1\ \x34\x44\xd8\xdd\x3f\xb0\x56\x7f\xf5\x9b\x3f\x71\x74\x74\x94\x25\ \x89\x76\xe6\xc1\xf1\xd9\xd9\xba\xdf\xdf\xdd\x79\xfb\xfd\x3b\xef\ \xbc\xfb\x6e\xf4\x7e\xb3\x5e\xf7\x26\xe4\xd5\x38\x4d\xd5\xc1\xa5\ \x2b\x59\xa9\xce\xe7\x33\xae\x54\xab\x7b\xeb\x2c\x65\x34\x55\x49\ \xbb\xde\xe4\x55\x49\x91\x04\x04\x6f\x3d\x25\xb4\xcc\x72\x0a\x84\ \x52\xfa\xe8\xe1\xc3\xe0\x3d\x20\x56\x45\x39\x1a\x8d\x78\x0c\x7d\ \xd7\x25\x22\x61\xd1\x9b\xae\xed\x6a\xdd\x27\x39\xf1\xae\xdb\xac\ \x13\xba\xf3\xf9\xe7\x6e\xff\xc4\x2b\x2f\xd5\x01\x96\xd7\xaf\xf6\ \xd6\xcf\x3a\xe3\x8c\x4b\xf3\xb2\x5e\x6f\xea\x4d\x9d\x70\xba\x33\ \x9d\x4e\x26\x93\xc5\x7c\x5e\x14\x45\x8c\xf1\xda\xb5\x6b\x52\xca\ \xf5\x7a\xcd\x18\x13\x52\xee\xed\xec\x9e\x1e\x1d\x51\x4a\xad\x73\ \x8c\xb1\xe9\x64\xba\xda\xac\x8d\x35\x5d\xd7\xb5\x6d\x4b\x29\x35\ \xd6\x05\x1a\x74\xdf\x77\xda\x70\xce\xc7\x93\x11\x10\x18\x4d\x26\ \x3b\x3b\xbb\xe7\x67\x67\x59\x5e\xfc\xf0\x79\xc4\x4f\xa1\x7c\x1f\ \xc2\x36\x38\xe2\x9c\xd7\x75\xcd\x18\xdb\x5e\x1b\x67\x8c\x2b\xb5\ \x6e\x1a\x40\xcc\xf2\xac\x28\x0a\x6d\x8c\xd6\x9a\x73\x1e\x11\x01\ \xd1\x18\x5b\x64\xc5\x3b\xef\xbc\x23\x84\x48\xd3\xf4\x3b\xdf\xf9\ \xce\x66\xb3\xb1\xd6\x6e\x36\x9b\x2d\x11\xc1\x19\x27\x08\x14\x08\ \x23\x94\x12\x92\xa7\x59\xd7\x77\x04\x41\x30\xce\xb3\x5c\x08\xc1\ \x04\x4d\xd3\x74\xcb\x52\x27\x49\xb2\x2d\x4c\xb9\x7f\xff\xbe\x31\ \x26\x2f\x72\x46\xe9\xee\x70\x84\x04\xa2\xb3\x8c\x00\x27\x84\x20\ \xf6\x5d\x1b\x31\x6a\xad\x87\x55\x35\x1c\x54\x93\x17\x5f\x38\xdc\ \xdf\x97\x4c\xf8\x18\x7a\x0c\xc7\xcb\xa5\xf3\x9e\xcb\x94\x21\xe9\ \x7b\x4f\x38\x91\x52\x56\x55\xb5\xbd\xec\xed\x5c\xde\x72\x3d\xdb\ \xfb\x4d\x92\x64\xbb\x06\x6c\x53\x28\x4a\x29\x63\x0c\x21\xa4\xae\ \xeb\x3c\xcf\xd7\x9b\x7a\x6b\xf3\x21\x46\x02\x84\x50\x12\x63\xa4\ \x21\x58\x6b\x39\xe7\x42\x48\xf8\x71\xf1\xca\xdb\x69\xbf\x75\x17\ \xb7\xcc\x22\xfd\x04\xe1\x42\x08\xce\xb8\xf5\x7a\x3d\x9d\x4e\xb7\ \xa0\xb0\xad\x5c\xd2\x5a\x33\xc6\xfa\xbe\xa7\x94\x02\x67\x80\xf0\ \xfa\x1b\x6f\x49\x29\x55\x56\x9c\x9d\x9d\xae\xd7\x1b\x21\x44\x9a\ \x26\x1e\xe0\xfc\x7c\x9e\xa7\x4a\xaa\xcc\x04\xed\x7d\xcc\xd2\x34\ \x86\x98\xa5\x79\xd3\xb4\x9c\xf1\x83\xdd\xc3\xb2\xa8\xb6\x7a\xc9\ \xb2\x6c\xfb\xeb\xdb\x21\xcc\xb2\xac\x2a\xab\xd1\x60\xd0\x2e\xd6\ \xbd\xb3\x5e\x30\xc0\x90\x70\x6e\x9d\x6b\x9b\x4d\x22\x04\xc5\x70\ \x69\x77\x6f\x37\x27\x55\x99\xf0\x44\x3d\x3c\x3d\xe9\x43\x6c\x57\ \x2b\x46\x25\x02\x6c\xeb\xf1\xd2\x24\x49\xcb\x6a\x0b\xea\xdb\x01\ \x58\xad\x56\x5b\x96\x67\x6b\x7f\x80\x4f\x98\xb3\x6d\x4c\x2b\x84\ \x90\x52\x7a\xef\xf3\x3c\xf7\xde\x7b\xc6\xb6\x95\x23\x5b\xdf\x7b\ \x5b\xe5\xe1\x9c\xcb\xb2\x2c\xc6\xa8\x8d\x79\x12\xbb\x3d\x15\xc1\ \xa9\xa4\x0c\xce\xe9\xae\x17\x8c\x03\x62\xbd\xde\x00\x40\x96\x65\ \x65\x51\x9a\x5e\xaf\x56\x2b\x25\x93\x0f\xee\x7c\x9c\xe7\xf9\xd9\ \x62\xf5\xf6\x7b\x1f\x10\x82\x21\x7a\x63\x4d\x96\xa6\xbb\x3b\xe3\ \xf5\xfd\x23\x22\xf2\xf9\xec\x2c\x4b\xb3\xbd\xbd\xbd\xa3\x47\x8f\ \x4e\x4f\x4f\x29\x01\x4a\xa0\xc8\xb3\xa3\xc7\x0f\xc7\xd3\x91\xe9\ \x35\x8d\x98\x8a\x44\x70\x11\x9c\x4f\x85\xb2\x4c\xa4\x32\x39\xd8\ \xdd\xcb\xf3\x9c\x4b\xe1\xbd\x1f\x0c\x87\x65\x55\x19\x63\x56\xab\ \x55\x8c\x71\x6f\x6f\xb7\x28\x8a\xf1\x64\x42\xbb\x10\x4d\x47\x03\ \x95\x94\x90\xe0\x28\xc4\xf5\x72\xc6\x10\x0a\x55\xec\x8d\x86\x2f\ \xee\xbe\x56\xa5\x72\x3c\x1c\x2f\xfa\xee\x83\xa3\xd3\xb9\xf5\xed\ \xa6\x9b\xec\x1f\x5a\xdb\x53\x41\xad\x0f\x97\x76\x76\x82\xf7\xc3\ \xe1\x70\x3e\x9f\x2b\xa5\x4e\x4e\x4e\x86\xc3\xa1\x94\x52\x29\x65\ \xad\xcd\xb2\x74\x6b\x66\x21\x04\x6b\x2d\x61\x74\x7f\x7f\xbf\x6e\ \x6a\xa1\xd4\xce\xce\xce\x7c\x3e\x47\x04\xca\x38\x13\xd2\x79\xef\ \x7c\xb0\x7e\x6e\xad\x1d\x8f\xc6\x3b\xbb\x7b\x75\xdb\xd5\x6d\xf7\ \x74\x41\xd6\xd6\xda\xe3\x27\xeb\xfc\x96\x45\xde\x86\x1e\x5b\xd6\ \x8f\x52\x2a\xa5\x70\x9d\xdb\xce\xc3\xaa\xaa\xbc\xf7\x5b\x1f\xff\ \xf1\xe3\xc7\x5a\x6b\xc1\x05\x05\xba\x3d\xfa\x75\x0b\x1c\xa3\xd1\ \xc8\x18\x53\xd7\x75\x08\x61\x5b\xcc\xb9\x9d\xc0\x4a\xa9\xad\xc1\ \x48\x21\xb7\x46\xb5\x4d\x68\x24\x49\xb2\x0d\x39\x19\x63\x4a\xa9\ \xc1\x60\xd0\xf7\xfd\x16\x08\x84\x94\x45\x92\x09\x02\xbd\x36\xe8\ \x6c\xa4\x24\x18\x83\xde\x95\x59\x46\x39\xd3\x5d\x64\x8c\x50\x40\ \x29\x59\xb3\x5e\x0f\xca\xca\x6a\x4d\xb7\x9c\x31\x46\xca\x78\x0c\ \x81\x50\xc2\x18\xad\xaa\x4a\x29\xd5\xb6\x6d\x9a\xa6\x21\x84\xad\ \x8b\xb0\xf5\xb9\xb6\xc1\xd4\x36\xae\xfc\x94\xee\xf9\xd4\xec\x77\ \x76\x76\x66\xcb\x15\x21\xc4\x87\xe0\xac\x03\x40\x1f\x02\xff\x84\ \x09\x12\x52\xd2\xcf\x46\xe9\xf3\xcf\x92\x58\xe1\x52\xa8\x34\xa1\ \x9c\xc9\x44\x81\x81\x88\xe8\x63\x20\xc1\x4b\x40\x1f\x03\x10\xd0\ \xbd\x76\xce\x71\xc6\xa4\x94\xdb\xa1\xaa\xeb\xda\x39\xc7\x39\xaf\ \xaa\x6a\xdd\xf5\xd6\x9a\xa2\x28\x25\x65\x8c\xf1\xbd\xfd\x43\x21\ \x93\x4f\xc8\x73\x81\x31\x2a\x99\xa6\x49\xe6\x7d\xa8\xf2\x01\x02\ \x28\xc9\x00\x61\x34\x90\x65\x5e\x02\x80\x92\x72\x1b\xbe\x29\xa5\ \xb6\xf0\xb7\x75\xff\xbc\xf7\x11\xb1\x6d\x1a\x41\x51\x95\x99\xf1\ \x8e\x41\xb0\xc1\x72\x06\x89\x54\xe0\xa3\xe2\x54\xb7\x9b\x87\xe7\ \x8b\x13\x06\x96\xb0\xf9\x6c\x46\x64\x02\x40\xf2\x2c\x03\x20\x8c\ \x73\x82\xc8\xd8\x13\x16\xf0\x93\xf4\x1c\x15\x82\x6d\x19\xfe\xed\ \x2a\xe0\x42\x60\x82\xf7\x7d\x2f\xa5\xd4\xc6\x20\x01\x17\x3c\x61\ \x34\xcd\x33\x6b\x2d\xd9\xc2\x8d\xe0\x84\xd1\x2d\xee\x50\x4a\x23\ \x60\x35\x1c\x58\x6b\x55\xa2\xb8\xe0\x4f\x67\xfe\x04\xc0\x76\x7a\ \x7f\xb2\x9b\xc9\x84\x31\x26\x80\x62\x0c\xce\x5a\x4f\x18\xc9\x0a\ \x12\xb1\x6f\x3a\x28\x44\xdb\x99\xdd\x83\x4b\xc8\x44\x3e\x18\x4e\ \x76\xc6\xef\xbc\xf7\x4e\xd3\xf7\x8d\xd5\x93\xc3\x3d\xeb\xfb\xd0\ \x2f\xad\xd1\x57\xaf\x5c\xe9\xeb\xf5\xf5\xab\x87\xde\x34\xc1\x39\ \x67\x0d\x0d\xc6\x1b\x27\xe3\xa4\xa8\x46\x85\x48\x32\x2e\x7d\xf0\ \xb2\xcc\x39\xd0\x74\x38\x4d\x84\x1c\xa8\x9c\x51\x91\xa5\x29\x00\ \xa4\x49\xc2\x18\xb3\x49\x92\x67\xd9\x6a\xb5\x4a\xd3\xb4\x28\x8a\ \xb6\x69\x76\xd2\x81\x11\x3c\x61\x8c\x04\xa7\xbb\x7a\x67\xbc\x47\ \x49\xba\x3a\x9f\x4d\x87\x43\x5d\x6f\x3e\x38\x7d\xd0\xf3\x48\xca\ \xc1\x0f\x3e\x7a\xb8\x68\x56\xb2\xc8\x32\xce\x44\x99\x9e\x3d\x5e\ \x50\x29\xa8\x20\x7b\x07\x07\xf3\xe5\x52\x72\x1e\x42\x18\x0e\x87\ \xc6\x98\x34\x4d\xb7\xe9\xb3\x2d\xdf\x4c\x19\xb3\xd6\x6e\xb3\x45\ \x84\x52\x6b\xad\x94\x72\x2f\xcf\x47\xa3\x11\x62\xb4\x79\x19\x22\ \xaa\x34\xb4\x6d\x2b\x95\x04\x84\x24\x8b\xa3\xe9\x4e\x39\x9c\x94\ \xc3\xf5\x7f\x65\x9d\xf1\x8f\xc6\x1d\x8c\x51\x48\xb9\xb5\xb4\xad\ \x0b\xb0\xf5\x7d\xb6\x2b\x50\x88\xd1\x63\xe4\x94\x19\x67\xcb\x41\ \xb5\xae\x37\xab\xd5\xaa\x39\x3d\xa1\x9c\x6d\x91\xfa\x87\xd3\xa3\ \x59\x96\xb5\x6d\x5b\x96\xe5\x8b\x2f\xbe\x48\x29\x3d\x3b\x3b\x23\ \x00\xde\xf9\x2d\x45\x22\x84\xd8\xd9\xd9\xd9\xce\xf6\xaa\xaa\xd2\ \x34\xdd\x6c\x36\x5c\xb2\x4f\x33\x27\x8c\xb1\x6d\x6a\xe5\xca\x95\ \x2b\xe3\xf1\x38\x22\xd6\xb3\x79\xe8\x75\x55\xa4\x3b\x3b\x43\xca\ \xd9\xf9\x8c\x22\x3a\xc2\x59\x67\xf4\xa0\x4a\xc7\xc3\xc2\x99\xbe\ \xa9\xeb\x87\xab\x46\x71\xb9\xd8\x34\xa2\x2a\xb2\x2c\x15\x00\x9c\ \x73\xab\x6d\x96\xe5\x20\x49\x51\x14\x9f\xe6\x9d\x43\x08\x93\xc9\ \x24\x4d\xd3\xae\xeb\xd8\x27\xb2\xcd\x64\x6d\xd5\xb8\x75\x8b\x9a\ \xa6\xe1\x9c\x3b\xef\x85\x54\x5a\xeb\xed\x16\x85\x10\x23\xe7\x74\ \xfb\x1e\x21\x44\x9a\xe5\x80\xe4\xb3\x54\xfa\xfc\x68\xdc\xf9\x34\ \xc7\xb6\x75\xba\xc2\x27\x49\xfb\x6d\x40\xb8\xbd\x32\x1f\xbd\x4a\ \x54\x1e\x8a\xb6\xeb\x8e\x8e\x8e\x80\x10\xc6\x98\x0f\x9e\x52\xda\ \xf5\xbd\xf3\x41\xc8\x44\x4a\xc5\x85\xb4\xce\x95\x65\xf9\xe2\xc1\ \x81\x94\xea\xc3\x0f\x3f\x44\x44\x0c\xbe\xef\x7b\x29\x55\x9a\x66\ \xcf\xbf\xf0\xc2\x6a\xb5\x96\x9c\xbf\xfa\xea\x17\x83\x77\x6f\xbd\ \xf9\x56\x8c\x81\x7e\xa2\x0b\xe7\xdc\x76\xc5\x78\xf1\x85\x17\x5e\ \xfa\xdc\x4b\x27\x27\xa7\xf7\xee\xdf\x5b\x9d\x9f\xef\xee\x4c\x0f\ \xae\x5c\x6a\xfb\x6e\x38\x1e\x9c\x2f\x16\x55\x55\xad\x66\xf3\x4c\ \x25\x10\x83\x31\x1a\xda\xee\x78\x35\xeb\x11\x02\x61\xbb\x93\x89\ \x0e\x98\xe7\x59\xf0\x31\xe1\x8c\x53\x9a\x70\x49\xa5\xdc\x72\x96\ \x5b\xce\x4c\x48\x41\x80\x6c\x6b\x55\x38\xe7\x52\xc9\x52\xd0\xf5\ \x7a\x2d\x84\x70\xde\x6d\xe3\x5e\x44\xe4\x8c\x47\x1e\x83\x0f\x5d\ \xdb\xaa\x24\x49\x93\x14\x01\x39\x7b\x12\x8a\x32\xc6\xc8\x93\x9c\ \xc8\x53\xe6\xb3\x80\x10\x6f\xbd\x62\x62\x7e\x36\xdf\xdd\xd9\x81\ \x00\x41\x3b\x6f\x7d\xe7\xda\x22\x29\x32\x91\xb8\xde\xa8\x14\x9b\ \xa6\xbf\x72\xe9\xca\x3b\x6f\xbf\xfd\xf8\xf8\xf8\xce\xfd\xbb\x69\ \x9a\x12\xc6\x45\xa2\x1e\x9f\x9e\x82\x87\x42\x24\x32\x53\xfb\xbb\ \xd3\xf7\xde\x7b\xbb\x48\xc5\x57\xbe\xf4\xea\xd5\xcb\x97\x5f\xff\ \x83\xef\xad\x96\xcb\x66\xb3\xe9\x9a\x76\xb3\xae\xa7\xe3\x9d\x6f\ \x7c\xe5\xeb\xd6\xb9\xe5\x62\xf1\x85\x97\x5f\x79\xfe\xd9\x67\xff\ \xcb\xff\xfc\xbf\x30\x5d\xc7\xa4\x24\x80\x4a\x08\x8c\xa8\x9d\x0e\ \x21\xec\x5c\xbb\xf6\x57\xff\xb5\x7f\x4d\x29\xf5\xfa\xeb\xaf\xdf\ \xbd\x77\xcf\xe9\xfe\x67\x7f\xfa\xa7\x1b\xd7\x5e\x37\x75\x31\x1c\ \x07\xe4\x94\x24\xeb\x61\xb5\xbf\xbb\x3b\x9f\x9d\x30\xef\xde\xfc\ \xf8\xc3\x79\x4b\x96\x5e\xef\x3d\xfb\x62\x8d\xdc\xd7\x6d\x52\x95\ \xc9\x2a\xdd\xdb\x9d\x06\xa3\x93\x34\x2d\x9d\x23\x40\xc6\xe3\x49\ \x9a\xa6\x97\x2e\x5d\xe2\x5c\xd4\x9b\x8d\xd6\x7a\x38\x1c\x38\x6b\ \x77\x26\x93\xe3\xe3\xe3\xbe\xeb\xfa\x34\x45\x4a\xb4\x31\x94\xd1\ \xe1\x70\xa8\x8d\x01\x20\xeb\xba\x76\x2e\xee\xed\xed\x06\xc4\xd1\ \x70\x38\x9f\x2f\x1e\xdc\xbf\xbf\xb3\xbb\x87\x40\x80\xd2\xaa\x28\ \x09\xf9\x8c\x95\x6e\x7f\x34\x7b\x1b\x31\x86\x10\x9d\xf7\xde\xfb\ \xf0\x49\xf1\x84\x36\x7a\xbb\x8d\x46\x08\x11\x42\xc0\x18\x81\xb1\ \x6d\x64\xb1\x25\x7d\x16\xf3\x79\x9a\x65\xde\x7b\x2e\x44\xd3\x36\ \x04\xc1\x18\x9d\x24\xe9\x70\x38\x6c\xdb\xf6\xe4\xe4\xe4\xe0\xe0\ \xe0\xd2\xa5\x4b\x6d\xdb\x36\x75\xb3\xf5\x29\x8c\xb5\x5b\x6e\xa5\ \xeb\xba\x10\x42\x51\x14\x79\x51\x34\x4d\xd3\xb5\x2d\xe7\x3c\x4d\ \x52\x46\xd9\xec\xfc\xbc\x28\x8a\xa2\x28\x9c\xb5\x3b\xd3\xe9\x78\ \x32\xb9\xf3\xce\xbb\x8b\x87\x0f\x09\xc6\x2c\x4d\x26\xd3\xc9\x70\ \x38\xa0\xf7\x59\x56\x64\xd6\x79\x1f\x83\xf3\x61\xb5\x59\x66\x5c\ \x64\x59\x3a\x3b\x9d\x77\xd6\x0c\xaa\x32\x4d\x92\x32\x49\x69\xa4\ \xd4\xc5\xbd\x9d\x1d\x07\x5e\x4a\xd9\xf7\xfd\x60\x30\x68\x9b\x66\ \xcb\x61\x05\xff\x64\x3a\x0b\x21\xb6\xa5\x0c\x21\x84\x18\x02\x21\ \x64\x9b\xbe\xe8\xfb\x7e\x34\x1a\x79\xef\x95\x52\x7d\xdf\x23\xa0\ \x4a\xd2\x2d\x17\x81\x88\xf7\xee\xdd\x63\x8c\x71\xc6\x43\x0c\x9f\ \x25\x95\xfe\x19\xf2\x59\x40\xc0\xc4\xce\x34\x5b\x77\x83\x07\xea\ \x5c\xe0\x9c\xa3\x89\x36\xf6\x4a\x25\x91\x7a\x13\x4c\xd3\x6f\xb8\ \x4a\x02\x80\x09\x9e\x10\x8a\xde\x12\x8a\x8b\xfa\x5c\x0a\x41\x02\ \x53\x69\x7a\xfa\xe0\x74\x30\xa8\x92\x44\x9d\x2d\x8e\xdc\x64\x22\ \x45\xb2\x3a\x7d\x9c\x17\x05\x00\xf5\x5c\x6c\x89\x83\x7b\x8f\x3e\ \xe6\x5c\x10\x42\xde\x79\xef\x1d\x29\xe5\x47\xf7\x3e\x96\x42\xec\ \x5e\x99\x26\x29\x77\xbe\xf7\xde\x28\x29\xad\x69\xef\xdd\xfd\x70\ \xb3\x9e\xc7\x10\xbb\xbe\x5b\xad\x97\x4a\x88\xee\xfe\xbd\xf1\xce\ \x78\xb2\x3b\x39\x3e\x7b\x9c\x66\x3b\x38\x99\x6a\x1d\x8e\x96\x2d\ \x00\x2b\xb2\x89\xf7\x64\xb3\x58\x71\xce\x75\x63\x76\xf2\x01\x27\ \xcc\x80\x2f\xaa\x6a\x3a\x9d\x2c\x16\x0b\x96\x25\x7d\xdf\x53\x06\ \x59\x9e\x84\x10\xba\xae\xe1\x9c\x13\x8a\x08\x21\x49\x25\x22\x06\ \x1d\x15\xa3\x2c\x42\x22\xa5\x0f\x5e\x51\x29\xa4\x04\x0f\x1c\xb9\ \x47\xcf\x81\x71\x24\x9c\xd0\xa2\x28\x42\x08\xab\xd9\xa2\x50\x29\ \x0d\xc8\x80\xd2\x00\xf8\xd9\x6b\x6c\xff\x58\xa0\xe5\x13\xf2\xfe\ \xe3\x8f\xa4\x4a\x49\xa1\x0c\x89\x9b\xbe\x95\x42\x04\x6f\xe6\x8b\ \xa3\x34\xc1\x49\x25\x59\x33\xb3\x0f\xed\x30\x7c\x2b\xd3\x75\x66\ \xf4\xe2\xe8\x0c\xca\x41\xa7\xbd\x4b\xc0\x25\xdc\x90\xd6\x4c\xdd\ \xf2\x6c\x76\xf7\xd1\xbd\x67\x9f\xb9\xf9\x83\x37\xde\x18\x8f\x46\ \xbd\xb6\x6f\xbd\x77\xa7\x69\xbb\xaa\xaa\x74\xa6\x69\x2a\x1f\xc1\ \xe6\x83\x07\x1f\xb5\x8b\x75\x86\x0c\x31\x9c\x9e\x9c\xbc\xfe\xde\ \xdb\x6b\xdd\xdd\x7e\xe6\x99\x8c\x73\xaf\x4d\x5b\xd7\x9c\xab\x24\ \xc9\xee\x7e\xf8\xf1\xaf\x68\x3b\xc8\xf3\xe8\x74\x7d\xf4\x10\x35\ \x7c\xfc\xce\x7b\x32\x4b\x0e\xae\x5d\x79\x2c\x4f\x96\x9d\xde\xbd\ \x7c\xc0\xf2\xc9\x5b\xa7\xcd\xf9\xaa\xd8\xab\x46\x57\x6f\xca\xbb\ \xef\xdd\x5b\x9b\x38\xb4\x2c\x4f\x73\x96\xcb\x12\x85\xe1\xe9\x37\ \x3f\xf7\xc5\xfb\x77\xee\x64\x22\xa5\x43\xb5\x9a\xaf\x06\xd9\x78\ \x3c\x9e\x1c\x1f\x1d\x0b\x4e\x30\x7a\xce\x60\x90\x24\x31\xba\x4c\ \xd8\x25\xb3\xa9\x88\x00\x5e\x25\x05\x95\xd2\x7a\xaf\xf2\x22\x60\ \x24\x84\xd0\x44\xfa\xa0\x09\x81\x71\x5e\xec\x97\x03\x7b\x3e\x4b\ \xbd\xdb\xab\x32\xa7\xd7\x42\x06\x83\x0d\x3e\x2d\xb9\x43\x08\x45\ \x02\x94\x51\x63\x2c\x62\x74\x81\x09\x21\xd4\x96\x67\x41\xac\xdb\ \x36\xcf\xc5\xde\xb4\xb2\xc6\xf6\x6d\x1b\xfb\x56\x62\x04\x1f\x18\ \xa3\xda\x3b\xeb\x1c\x83\x18\xbb\x75\x92\x66\x9c\x89\x66\xdd\x9f\ \x9f\x1e\x27\x2a\x09\x31\xf4\xdd\xea\xf8\xe8\x6e\xdf\x37\xd6\xa0\ \x94\x65\x67\x0c\x30\x52\xed\x4c\xde\xbd\xfb\x91\xb5\x96\x53\xf6\ \xe0\xf8\x28\xfa\x40\x01\x46\x59\x56\x66\x79\xc5\x13\xb3\xac\x43\ \xa3\xb5\xc5\x14\xe5\xf9\xea\xf8\x57\xee\x3e\x92\x42\x66\x65\x51\ \xf7\x1d\xac\x36\xf5\x07\x1f\x5c\xbd\x7a\xb9\x2c\xcb\x3b\xf7\x1e\ \x8e\x87\x53\x46\x38\xe5\x32\x78\x6c\x37\x12\xf2\x8c\x31\x82\x19\ \x50\xda\x37\xb5\x89\x18\x0a\xae\x30\x3a\x64\xa1\x2c\xd4\x62\x63\ \x38\x05\xc1\x88\x73\x1e\x63\x48\xd3\x64\xb5\x5a\x3b\xce\xb6\xc5\ \x84\xc4\x04\xe7\xf5\x30\x29\x57\xeb\x55\xca\x13\x12\xc9\xd6\xdd\ \x03\x00\x2a\x98\xd6\xbd\x24\x04\xa2\xa3\x88\x10\x9d\x77\x4e\x13\ \x8c\x31\x48\x4e\x87\x55\xa1\x24\x25\x9f\x0d\xec\x3f\x8b\xbf\x13\ \xbd\xb3\x42\x70\x4a\x90\x53\x52\xe4\x99\x77\xce\x58\x13\x62\xcc\ \xd3\xb4\x28\x4b\xa0\xbe\x69\xeb\x68\x5d\x92\xe4\x9c\x40\xc2\x05\ \x22\x3a\x1f\xd0\x05\x8f\x0e\x9d\x4b\x54\x19\x63\x0c\x11\xe7\x8b\ \x45\xa2\x24\x46\x5c\x6d\x9a\x18\xa2\x36\xd6\x58\x9b\xa5\xb9\x25\ \x7a\x0b\xb1\xab\xd5\x0a\x00\x94\x92\x3f\xf8\xc1\x4c\x6b\xad\x94\ \xf2\xde\x19\xad\x39\xe7\x7d\xdf\xaf\x96\xab\x18\xc2\xd6\x59\xd5\ \x5a\x0f\x07\x83\xe1\x60\x58\xd7\x75\xdf\xf6\x00\xb1\x3c\x2a\xea\ \xb6\x39\x3d\x3d\x3d\x3d\x5b\x4c\xa7\xfb\x8c\x25\x08\x34\x78\xac\ \x3b\x83\x94\x8b\x24\xb1\xd6\x9c\xcf\x17\x84\xc0\x78\x34\x0a\x31\ \xcc\x96\x8b\xb6\x6b\x23\x20\xf7\xce\x7b\x17\x63\x24\x84\x22\x62\ \xdf\xf7\x00\x84\x73\xa6\x94\xf2\xde\x6f\x59\xfd\xb2\x2c\x00\xa9\ \xf7\x3e\x46\xf4\x3e\x20\xda\x90\x04\xef\x7d\xd3\x34\x88\x31\x84\ \xd0\x75\xdd\xd6\x1f\xa4\x84\xe4\x79\x9e\x28\xe5\xbd\xb7\xd6\x98\ \xcf\xb0\x47\xee\x9f\x87\xf7\xca\x23\x35\x5e\x90\x50\x20\x2b\xa7\ \x07\x6b\x9e\xda\xbe\x73\xa6\xa7\x80\x07\xd5\x70\x3c\x1e\xde\x5f\ \x3c\x0e\x18\x37\xb4\xf3\x05\x81\x8a\x25\x3e\x8b\x0c\xfb\xa0\xdb\ \xe8\x44\x30\x02\x43\xec\x68\xca\x45\xbd\x5e\xdd\xfd\xf0\x8e\x12\ \xe2\xc3\x93\xf3\xf7\xde\x7a\xb7\xee\xba\xf1\x78\xe2\xad\x4b\x37\ \x98\x94\x65\xb6\x77\xa9\x3b\x5f\x3c\xbe\xfb\x70\x5a\x0d\xfe\xe0\ \xe8\xec\x37\x36\x4d\x52\x15\x34\x4d\x8e\x67\xe7\x48\x19\x70\xf6\ \xe0\xf8\xd8\x38\xaf\x64\x22\x38\x7b\xeb\xbd\x77\xba\xb6\xff\xe6\ \xd7\xbe\x78\xff\xde\x03\x19\xe1\x51\xb3\x4c\xf2\x2c\xbe\xf1\xbd\ \xf7\x3f\x7a\xd0\x68\x7d\xeb\x85\xf3\xc3\x4b\xb7\xb4\xf6\xe8\xb1\ \x69\xba\x47\xeb\x85\xf6\xa1\x18\x8e\xdf\x7a\xef\x83\x72\x38\x2e\ \xaa\x0a\x28\x25\x9c\x7d\xe7\x3b\xdf\x86\x18\x2b\xf4\xc0\xf8\x6a\ \xbd\x8a\x88\xbd\x6d\x9b\x6e\x13\xd1\x07\x67\x77\x77\xa7\xbd\xd3\ \x04\x42\x08\x1e\x09\x2d\x06\x43\x2a\x93\xba\x6d\x5d\x40\x20\xd0\ \xb6\x4d\x9e\x24\xb3\xd9\xac\xee\x75\x5a\x0e\xce\xcf\xce\x5d\xdb\ \x85\x5e\x6b\x6b\x85\x54\x93\xf1\x38\x30\x08\x21\x18\xd3\xe3\x76\ \x8f\xdc\xbf\x20\xfc\x20\xa2\xe0\x7c\x3c\x18\x58\x6b\x75\x08\x8c\ \x52\xc5\x85\x92\xca\x11\x4a\xe2\x93\xcd\xc3\x45\x56\x64\x69\x1a\ \x7d\x50\x22\x91\x9c\x4b\xce\xa2\x33\x99\x52\x84\x73\xcd\x28\x10\ \x50\x3c\x01\x02\x11\x20\x2f\x4b\xa0\xcc\x39\xc7\x05\x77\x2e\xf4\ \xfd\x22\x82\x67\x44\x01\x44\xb2\xe5\xea\x09\xc1\x10\xa2\x73\x81\ \x06\x44\x42\x22\x46\xc4\xe5\xa6\xa6\x52\x19\x88\xf3\xa6\xd6\x21\ \x50\x02\xcb\x6e\x43\x80\x44\x0c\x8e\xc4\x84\x15\xbd\x33\x31\x86\ \xc5\x7a\xd9\x7e\xd8\x12\x42\xb5\xb1\xc7\xb3\xf9\xe1\xc1\xd5\xdd\ \x9d\x7d\x24\x48\xa4\xe8\x9d\x23\x1e\x03\x21\x48\xa9\x71\x36\x04\ \xab\xfa\x3e\xcf\x53\x12\xe9\xd1\xd9\x89\x36\x36\x60\x0c\xde\x37\ \x4d\x03\x00\xce\xfb\xba\x69\xa4\x14\x4a\x29\x04\x58\xac\x97\x82\ \xc9\xe9\xee\x4e\x5e\x55\x84\x33\x17\xbd\x73\x7e\x5b\xde\xe3\x7d\ \x10\x42\xb5\x9b\x8d\xe9\x75\x9e\xe7\xa6\xd7\x8c\x31\x08\xa1\x6b\ \x5b\x06\x50\x64\x19\x44\x0c\xde\x03\xf9\x31\xf9\x3b\x92\x52\x88\ \xc8\x81\x28\xce\x8d\xb5\x10\x23\x03\x22\x84\x10\x94\x2a\x26\x08\ \xa7\x96\x31\xaf\x4d\x36\x4d\xd0\x05\x49\x19\xa5\x34\x13\x1c\x08\ \x12\x12\x11\x10\xa9\x60\x9c\x0f\x86\x43\x63\x8c\xd1\x5a\x4a\x19\ \x9c\x73\x3e\x50\xc6\xb4\xd6\x83\x6a\xc0\x18\x25\x14\xd3\x4c\xa5\ \x99\x0a\x21\x00\x60\x88\x9e\x71\x42\x19\x34\xed\xc6\xf9\x40\x80\ \x3a\xe3\x83\x8f\x8c\xf1\x6d\xfc\x3c\x1c\x8e\x77\x77\x77\x19\x65\ \x6d\xdb\x13\x4a\xcf\x66\xf3\xd9\x72\x41\x08\x18\xe3\x9d\x8d\x49\ \x92\x03\x0a\x47\x6d\x20\xa8\xad\x95\x82\x24\x59\x16\x81\x20\x46\ \xef\xad\x8b\x91\x73\xae\xbb\x76\xb1\x5c\x48\x95\x24\x65\x09\x88\ \x84\x10\xca\x00\x28\xf3\x48\x8c\xd1\x8c\x31\xeb\x63\xab\x4d\x53\ \xaf\x87\x55\x55\x96\x95\xb5\x66\xbd\xde\x14\x45\x95\x65\xc9\x6a\ \xb5\x26\x04\x08\xd9\x16\xb3\xc6\x6d\x61\x2b\xa5\x34\x4d\xd3\x27\ \x8e\xa8\xd6\x6d\xdb\x16\x45\x59\x94\x65\x8c\x4f\xb9\xbd\xcb\x7b\ \x17\x00\x80\x20\x50\xec\x8d\xe9\x6d\x6f\xbd\x01\x06\xd3\xe9\x58\ \x96\xa9\x06\xc7\x98\x95\x9c\x3b\xb3\x89\xb6\xe1\x44\x57\x05\x01\ \x80\x3c\xcd\x81\x50\xc6\x05\x1a\x94\x91\x8c\x07\xa3\xa1\x4a\xcf\ \xcf\xce\xc1\x79\x4a\xa9\x73\x8e\x01\xac\x97\x8b\xdd\x9d\x9d\x2b\ \x62\x14\x2c\x16\x26\xee\xab\xc2\x97\x03\x74\x91\x21\x08\x21\x7a\ \xad\x75\x5d\xcb\x5c\x5a\x82\x1a\x63\x63\x0c\x12\xda\xeb\x1e\x10\ \x53\x29\x6f\xdf\xb8\x46\xd2\x2c\x1d\x8f\x50\xd1\xb7\xee\x3d\xea\ \xee\xf7\x4c\x31\x6f\x51\x25\x89\xcc\x0b\xa0\x8c\xa2\x2b\x53\xe5\ \x74\xdf\x47\x51\x8c\x0f\x3a\xeb\xb2\x8a\xe8\x10\x7d\xdd\x14\x83\ \x81\x27\x70\x74\x72\xc4\x39\x3d\xda\x9c\x4e\x76\xa7\x04\x99\x54\ \xa9\xf5\x7d\xa0\xae\xeb\xda\xc5\x62\x81\x32\x3e\x38\xbd\x6f\x7a\ \x2d\x90\x3f\xff\xd2\x73\x42\xe5\x1f\xde\xbd\xdb\x6b\xfb\xdc\xf3\ \x2f\xbe\xff\xc1\xfb\x6d\xd3\xdc\xbc\x7e\x6d\xb5\x98\x9f\xaf\xeb\ \x67\x07\x23\x10\x1c\x39\x17\x4a\x40\x0d\x7b\x07\xfb\x5c\xaa\xb7\ \xdf\x79\x73\x7a\xb0\x17\x00\x9f\x56\xed\x24\xc6\xa8\xdb\x9e\x50\ \xa2\xb8\x60\x8c\x71\x42\x09\x42\xf4\x81\x22\x38\x1f\x08\x89\x7d\ \x67\xa4\x92\x4a\xa6\xc1\x86\x66\xd3\x70\x60\x8a\x71\xc4\x48\x00\ \x65\xaa\x84\x94\x82\x12\x1f\xa2\xb5\x41\x08\x35\x18\x26\xcb\xe5\ \x8a\x31\xca\x28\xc8\x44\x20\x04\x88\x4c\x49\x99\x26\x2a\x12\xe0\ \x8c\xa4\x4a\x82\xf7\x04\x63\x70\x0e\x42\xb4\xda\x60\x56\x38\xc6\ \x02\xe7\xa8\x64\x4f\x22\x67\x60\x82\x05\x88\x94\x12\x60\x22\x0a\ \x2a\x12\x05\x24\xf2\x46\x69\x6f\x11\x80\x48\x96\xa7\xd5\x60\x77\ \x62\x19\x31\xc1\xa9\x2c\xf5\xd6\xc6\x18\xa5\x4a\x80\x02\x57\x3c\ \x46\xd5\x1b\x03\x94\xa8\x44\x30\x2e\x45\x24\xe7\xe7\xf3\x24\x49\ \x42\x44\xa3\x4d\xdb\x69\xb7\xdd\xef\x6d\x3d\x00\xb5\x18\x7d\xb0\ \xab\x66\x93\x66\x29\x91\xcc\xd4\x5d\xdb\x34\xd3\xe9\x94\x31\x16\ \x9c\x57\x52\x6e\x37\x88\x18\x63\x30\x6e\x6b\xc8\x08\xa3\x34\x10\ \xb2\xad\x29\x0f\x3e\x7c\x96\x75\x96\x7f\x96\xc4\x8a\x07\xe4\x8c\ \x89\x34\xa1\x52\x38\xdd\x23\x25\x91\x82\xf3\x2e\xb4\x75\x52\xe4\ \x0a\x29\x03\x12\x83\x4b\x13\x09\x31\x26\x42\x6e\x89\x77\xca\x80\ \x31\x08\x21\x34\xc6\xfb\x10\x29\xa3\x45\x55\x05\x20\x59\x51\x54\ \x8c\x21\x62\xd7\xb7\xa6\xef\x39\x67\x59\x9a\x78\xef\x28\x05\xc4\ \xc8\x18\x45\x8c\x84\xa0\x52\xa2\x6d\xdb\x34\x4d\x52\x95\x38\xeb\ \xb6\xfc\x62\x92\x24\xdb\xf2\x2d\xef\x7d\xdd\xd4\x79\x5e\x24\x59\ \x4a\x00\x18\x65\x21\xf8\xe1\x64\x22\xa4\x9e\x4c\xf6\x94\xc8\xb5\ \x71\xce\x23\xe3\x0a\x89\x42\x1a\x10\x81\x4a\x11\x42\x88\x18\xe6\ \xeb\xa5\x94\x82\x09\xce\x94\x74\x18\x12\x20\xbd\xd6\x5b\x0e\x8b\ \x32\x16\x23\x22\x50\xce\x15\x12\xe2\x7c\x0c\x21\x5a\x6b\x9c\x73\ \x4d\xd3\xae\xd7\xab\x3c\xcb\x29\x15\x4d\x53\x6b\xad\x39\x17\x31\ \x06\xc4\xf0\x69\x95\xf6\x96\xf6\xfa\xb4\xfe\x2a\x4d\xb3\x24\x51\ \x4f\x43\x33\x00\x00\x21\xc1\xd9\x9c\xd3\x2b\xfb\xfb\xd3\xd1\xf0\ \x71\x7f\x1c\x82\xa7\x0c\xda\xae\xfb\xe8\xde\x3a\x82\x79\xed\x4b\ \x5f\xa0\x1b\xb2\x59\xae\x2b\x6d\x9e\x29\xab\x4d\xff\x71\x8e\x40\ \x19\x0e\xaa\x41\x44\xf4\xde\x6d\x1c\xb4\x3e\x46\x63\xca\x3c\x73\ \xe3\xca\x87\x78\x78\x78\xd8\xeb\x9e\x20\xcc\x97\x0b\x4a\x60\xb7\ \xa8\xac\xf7\x2a\x60\xc1\x24\xb1\x4e\x52\xa1\x8d\x4e\x94\x40\x40\ \x83\x61\x30\x18\x84\x10\x16\x8b\x85\x8f\x58\x8e\x4a\xe7\x03\x00\ \x09\xce\xcd\xd6\x9b\xdd\xbd\x5d\x87\x60\x28\xf2\x49\x81\xe8\x64\ \x5e\x28\x64\xa3\x6a\x52\x4d\x76\x7c\x84\x08\xb8\xad\x23\xf1\xac\ \xf0\x08\x9e\xf2\xc8\x02\x46\xbf\xa8\x37\x6c\x7e\xee\x6c\x97\x0e\ \x8b\xf5\x72\x59\xe5\x69\x88\x7e\xb3\x5e\xf6\xda\xa5\x49\xde\x69\ \x13\x09\xb0\x44\x8a\x3c\xd7\xe8\x09\x62\xdf\xd8\x55\xd3\x63\x6b\ \x1f\x3f\x3e\x61\x5c\x20\xa1\x9b\xf5\xc6\x99\x5e\xb7\x4d\xb3\xde\ \x80\xe0\x47\x8f\x1f\x4a\xc6\x79\x24\x8b\xd5\x4a\x26\x92\x71\xae\ \x8d\x1d\x8e\x26\x40\xe8\xd5\xab\x57\xd8\xd3\xd6\x0d\x02\x00\x52\ \x00\x02\x42\xa9\xb2\x2c\x8b\x22\x37\xc6\xb8\x10\x28\x67\x68\x09\ \xa5\x14\x39\xb3\x08\x92\x52\xc2\x19\x57\x22\x4d\x13\xf2\x18\xaa\ \xb2\xa0\x9c\x86\x18\x3c\x46\xe3\xb7\xa5\xb5\x74\xd3\x36\x4a\xa5\ \x83\xd1\x48\x29\xc9\x05\x4b\x12\xe6\x83\xd3\xad\x66\xc0\x18\x63\ \x3e\x06\xc5\x59\x91\x28\x53\xd7\x82\x32\x26\x65\xa6\x52\xa7\xcd\ \x46\x25\x91\xb2\x55\xdb\x0d\x26\x93\xeb\x78\xcb\x5a\x6d\xac\x71\ \xce\x50\x0a\x2c\xe5\x2e\x98\xe0\x35\xe3\x3c\x4d\x65\x42\x54\x92\ \x25\x08\x34\x02\x03\x46\xb9\x14\xad\x31\x14\x00\x29\xf1\xdb\xc6\ \x26\x94\x5a\x1f\xbd\x77\x21\x04\xd3\xd4\xac\x67\x08\xd8\x36\x76\ \x67\x77\x4a\x28\xeb\xea\x46\x6b\x13\x82\x17\x42\x72\x99\x04\x8c\ \x01\x08\x4d\x44\x44\x7f\xb6\x99\xa9\x5e\x49\x21\x56\x9b\xb5\x33\ \x66\x9f\x73\x63\x4c\xdf\xf7\x9a\x52\xce\x38\x01\x58\x2f\x97\x69\ \x92\x7a\xeb\x4c\xaf\x09\xa5\x31\x84\xcd\x6a\xad\xa4\xe4\x9c\x7d\ \x16\xad\x7f\x16\xdc\x41\x5e\x26\x7b\x7b\x7b\x59\x96\x35\x6d\x1b\ \x0c\xe1\x5c\x50\x47\x53\xa5\x18\xa3\x1d\x5a\x1f\x09\xcb\x55\x60\ \x84\xa7\x09\x4b\x45\x3e\xae\xbc\xf3\x84\x82\x77\xc6\x79\xd3\x98\ \x56\xb0\x4c\x28\xb9\xa9\x1b\x99\x66\xa3\xe9\x74\x38\x18\xc6\x18\ \x94\x10\x5a\x77\x18\xc2\x66\xb5\xb0\x36\x02\x00\x67\x3b\x8c\x6e\ \xcb\xb1\xe9\x70\x30\x51\x4a\xcd\xe7\x0b\x4a\x49\xdf\xf5\xb3\xf3\ \x59\xf4\x21\x4b\xb3\x34\x4b\xb7\x55\xa1\x94\x33\x21\xa5\x36\xba\ \x69\x36\x8a\xf3\xa2\x28\xb2\x3c\x03\xc2\xd3\xb4\xca\xf3\x81\xb6\ \xce\xfa\xe8\x9c\x17\x22\xe5\x44\x39\xaf\x91\x00\x17\xd2\x85\x9e\ \x50\x16\x31\x22\x81\x4d\x5d\x63\x0c\x59\x91\x53\xca\xac\x75\xd6\ \xda\x2d\xbb\xec\x7d\x88\x21\x72\xbe\xa5\x0f\x21\xcf\x72\x44\xbf\ \x5e\x2f\xdb\xb6\xa3\x94\x24\xa9\xda\xd4\x35\x62\x84\x18\xb7\xd1\ \x59\x92\x48\xe7\x5c\xd3\x34\x42\x88\x6d\xf6\x74\x3e\x9f\x6f\xeb\ \xdf\xac\xb5\x67\x67\xe7\xdb\x2e\x2a\xff\xe2\x59\x15\x9c\xe4\xc5\ \x57\x5e\x7c\xe9\xc6\x8d\x9b\x21\xe2\x92\x1c\xab\xf1\x10\x31\x8a\ \xc3\xdd\xb2\xcc\x42\x74\xe7\x27\x27\x09\xa7\x49\x99\x65\x55\x55\ \x0d\x87\xfb\x97\x2e\x15\x55\x55\x6f\x36\x59\x9e\xcd\xe7\x67\xf3\ \xf9\x79\xa0\x69\x55\x4c\xcf\x16\x33\xcf\xe3\x64\x7f\x37\x2b\x8b\ \xc1\x68\xa4\x75\xcf\x09\xee\x5c\x9a\x9c\x1c\x1f\xcf\x36\x8b\xd6\ \xf4\xa3\x70\xe8\xc1\x53\x46\xa4\xa4\xe3\xe1\xee\x64\x7f\xef\xc1\ \xd9\x49\x4f\x22\x75\xee\xc1\x9d\x3b\xcd\x6a\x39\x2a\xf2\x9d\xc9\ \x8e\x0d\xa1\xed\x5a\xad\x09\xa7\xd4\x79\xbf\x58\x2e\x38\x51\x14\ \xc3\x74\x77\xba\x3b\x3d\xf0\x06\x94\xcc\x11\x79\x67\x5d\x63\x7a\ \x40\xc2\xa5\xb2\x48\x8c\x33\x8e\x10\xe4\x32\xfa\x88\x8c\xf5\x56\ \x5b\xa7\xcf\x57\x67\x04\xe0\xda\xe8\xf2\xec\xfc\x7c\xb1\xdc\x74\ \xad\x9b\xee\x8a\xa6\x35\x5c\x70\xa9\xf2\x00\xcc\x05\x0a\x4c\xc9\ \x94\x9c\x9c\xcf\x3a\x6d\x4c\x6f\xae\xde\xbc\xbc\x5a\xaf\xfb\xbe\ \x8f\xce\xb5\x4d\x13\x7c\x90\x52\x2a\x21\x67\xa7\xe7\xd1\xb9\xf9\ \xf9\x79\x55\x15\x59\x9e\x9f\xfc\xda\xaf\xf1\x44\x5d\xba\x7e\xe5\ \xf5\x37\xdf\xfa\xeb\x7f\xe9\xaf\x25\x4f\x41\xea\x23\x02\x25\xac\ \x48\xa5\x90\xdb\x5d\x63\x9c\xf3\x66\x61\x82\xa0\x69\x9a\xa5\x94\ \x65\x59\x8a\x9c\xd6\x7d\x8b\x04\x69\x91\x75\xe8\x0b\xc1\xd3\x61\ \xa9\x12\x89\x80\x3e\x06\x16\xbc\x59\xb7\x11\xe3\xe1\xa5\xcb\x4d\ \xdd\x86\x80\x59\x9a\x95\x83\x22\x78\xe7\x83\x91\x4a\x91\x18\xfb\ \xba\x35\x26\xf4\x46\xb7\xcd\x18\xd0\x17\x99\x12\x84\x92\x80\x83\ \x3c\xe9\x21\xf4\x84\x97\x59\x0e\x01\x07\x79\xc1\x29\x9c\x9c\x1c\ \x71\x02\x5d\x74\x88\x81\xc4\xa0\xdb\xc6\xf5\x5a\x47\x97\x48\x29\ \x12\x19\x22\xaa\x34\x4b\xf3\x92\x44\x34\x5d\xd7\xd7\x2d\x15\x82\ \x53\xce\x08\x09\xc1\x01\xa5\x2a\x49\x7c\xeb\x81\x52\xc6\x58\xdf\ \x77\x94\x6c\x37\x21\xf2\xcd\x66\xa3\x8d\x41\x00\x24\x34\x44\x0c\ \x31\x32\xce\x81\x90\x80\x51\xa4\xc2\x46\xef\xc1\xa3\x8f\xd6\x9b\ \x24\x4d\x84\x92\xdd\xd9\xb9\x31\x1a\x11\x39\xa1\x21\x04\x4a\xe8\ \x76\xf9\xa7\x94\x32\xca\x7c\xf0\xa6\xd7\x21\x86\xae\xed\xc8\xbf\ \x7c\x9c\x85\x11\x85\x10\xd3\x6b\x97\x98\x94\x96\x10\x56\xa6\x34\ \x18\x2e\x64\x2a\x25\x63\x54\xa9\xc4\x79\x17\x4c\x97\x65\x29\x10\ \xf6\x70\x71\x9c\x4d\x87\x5d\xd7\x27\x83\x8c\x40\x74\x3a\x44\x1b\ \x8b\x74\x34\x52\x55\x9a\xe5\x4d\xdb\x1b\x17\xa8\x90\x84\xb3\x68\ \x3d\x65\x34\x4f\x95\xee\xbb\x3c\x4f\xba\xb6\x96\x52\x05\x6f\xc7\ \xe3\xa1\x73\x4e\xf7\x7d\xd3\x6c\x8c\x11\x8c\x21\xa5\xa4\xc8\xb3\ \xc9\x68\x44\x80\x58\x63\xb2\x2c\xdd\xe6\xad\x11\x51\x1b\x13\x62\ \x0c\x31\xf6\xa6\xe3\x5c\xfa\x10\x7a\xdd\x8f\xc7\xbb\x5c\xa8\xa6\ \x35\x5d\xab\x7b\x6d\x92\xb4\x08\x11\x10\x08\x3c\xd9\x4f\xce\x43\ \x08\x3e\x86\x68\x02\xe5\x0c\x23\x3a\xe7\x8c\xb1\xd6\xda\xed\x7e\ \x99\x6d\x5d\x12\xc6\x28\x05\x37\x18\x43\x04\x46\x09\x46\xf0\x3e\ \x84\xe0\xab\x41\xa9\x12\xa5\xcf\xcf\x19\xa3\x49\x96\x58\xeb\x10\ \x01\x11\xdb\xb6\x25\x9f\x74\xe1\x92\x52\xd6\x75\xdd\xf7\x7d\x96\ \x65\xba\xef\xad\x35\x4f\xc7\xef\x44\xe7\xae\x7d\xed\x95\x23\xd9\ \x75\xd3\x6a\xb3\x69\xdc\xb5\x91\x75\x6e\x3c\x19\x76\xa6\x25\x3b\ \x63\x86\xe1\xf8\xf4\x68\x90\x15\x79\x5e\xfe\x83\x8f\xdf\x4a\x07\ \xf9\xe9\x28\x6b\x0b\xc5\x27\x07\x8d\xed\x97\x90\xfa\xc1\xe1\x18\ \xb2\x67\x77\x6f\xd4\xce\x3d\x38\x3b\x05\x21\x93\x51\xb1\xb6\x0d\ \x97\x24\x4d\x54\x37\x5f\x4f\x76\xcb\xe6\x78\xb9\x30\xed\x92\x74\ \xc9\x4e\xb9\x8b\xfb\xfd\x6a\xd3\x76\x1b\x73\xbf\x45\x4a\xca\x32\ \x1f\x2a\xf9\xfc\x95\x4b\x05\x25\xc4\xf4\xf5\xf9\xa9\x48\x53\x70\ \x36\x65\xd4\x6b\x3d\x3f\x3d\xa5\x18\xc3\x7c\xa6\x98\x28\x8a\x74\ \x7e\xff\x71\x96\x4f\x2e\x3d\x73\xbd\x6b\xf5\xa6\xe9\x4f\xcf\xcf\ \x06\xa3\x51\x99\x94\xbe\x17\xc8\x88\xf7\x9d\x4a\x0b\xb3\x31\x5c\ \xf0\xba\xa9\x85\xa4\x40\x08\x15\x7c\xd3\xf4\xf5\x46\x07\x4f\x05\ \x4f\xd0\xb3\x22\x1b\x36\x6d\x93\xa4\x0a\x3d\xe5\x44\x52\x8a\x44\ \x3e\xd9\x6e\x4b\x38\x3d\x38\x3c\x5c\x2d\x97\xd1\xba\xaa\x2a\xf2\ \x44\x6d\xdc\x9a\x44\x58\x2d\x16\xce\x59\x02\x44\x5b\x2b\xac\x8b\ \x54\xcf\x16\x4b\x22\xe8\xf9\x6a\x49\x39\xdb\x66\xc1\x9f\x66\x5f\ \x28\x67\xd9\x74\x9c\x26\x2a\x84\xb0\xd0\x2d\xa3\xac\xda\x9d\x16\ \x00\x21\x78\xef\xfd\xb2\x6e\x58\x26\xa6\x97\xf7\x4c\xaf\x5d\xdf\ \x3d\x38\x3b\x22\x31\x0e\x87\xd5\x60\x30\x88\x80\x5d\xdf\x5a\xeb\ \x6e\x8c\xa6\x88\xc0\x99\x1a\x0e\x06\x4d\xd3\xf5\xbd\x5e\xaf\x96\ \x9c\xb3\xc1\x30\x07\x40\x1e\xc3\xb8\x28\x4f\x4e\x4f\x28\x4b\xa4\ \xa0\xa3\x61\x65\x13\xb1\x59\xac\xbd\xb3\xb3\x79\x17\xac\xa3\xf9\ \x68\x98\xa6\x19\x23\x99\xe0\x67\x8f\x17\xcc\x7b\x08\x9e\x3a\x47\ \x08\x10\x6b\x43\x04\x1e\x3d\xc1\x28\x00\x43\xd7\x59\x1f\x59\xa4\ \x79\x39\x71\x1e\x57\xb3\x75\xb0\x3e\x94\x34\x51\x89\x31\x21\x46\ \x44\x42\x31\x46\x42\xa9\xb7\x11\x01\x98\x10\x04\x09\x41\xb6\xb5\ \x55\xce\x79\xdb\xb6\x4f\x6a\x73\x9c\xdf\x16\x64\xc3\xb6\x57\x1f\ \x03\x25\x04\x20\x25\x88\x59\x9a\x10\x20\x40\x40\xa9\xc4\x59\xef\ \x9c\x11\x42\xe0\x0f\xd5\x76\x87\x18\xb6\xda\xde\xd6\x07\xfc\x18\ \x70\x07\x08\x00\x25\x16\xc2\x72\x71\x1e\x43\xd8\xd9\xdb\xbb\x76\ \xeb\x46\xd7\xf7\x6d\xdb\xce\x57\x4b\x42\xe9\xfe\xfe\xc1\x78\x5a\ \x6d\x56\x8b\xd9\xf9\xf9\xa3\xd3\xd3\xfd\xfd\xc3\xbd\x2b\x07\x5c\ \x88\xd5\x72\x21\x39\x56\xe9\x28\x51\x02\xcf\x6b\x41\x71\x38\x28\ \xd6\x4d\xbf\x69\xfb\xd9\x6c\x36\x1d\x8f\xa2\xa0\x5d\xbd\x1c\x16\ \xc5\x64\x30\xbd\x77\xaf\xcd\x12\x69\xad\x56\x82\x31\x02\xde\x6a\ \x4a\xa8\xee\x5b\x4a\x69\x35\x1a\x11\xf4\xcb\xf9\xf9\xce\xce\x70\ \xbd\xd9\xf8\x60\xb9\xa0\xd1\x45\x24\xc4\x47\xe7\xa3\x97\x09\x57\ \x8c\x23\x61\x5a\x6b\xce\x54\x96\x15\x08\xa4\xeb\xfa\xd5\x66\x43\ \x29\x43\x88\x8c\xf3\xe8\x42\x0c\x9e\x10\x06\x40\x43\x08\x14\x18\ \xa2\xc7\x18\x19\xa3\x59\x96\x0a\x46\x01\x02\x67\x04\xd0\x5b\xdb\ \x73\xc6\x08\x89\x21\x58\xef\x34\xa3\xdb\xd6\x70\x91\x10\xcc\xb2\ \x34\x49\x92\xbe\x6f\x28\x05\x00\x0c\xc1\x13\x02\x84\xc0\x93\x76\ \x50\x8c\x91\x10\x8c\xd1\x31\x84\x88\xf8\x69\x63\x8d\x24\x4d\x9f\ \x72\x97\x10\x92\xa3\x12\xff\x51\x77\x07\x7e\xf0\x83\xbd\xab\x37\ \x5e\xfc\xf3\x5f\xec\xfb\xfe\xd1\xf9\xd9\xe3\x47\x67\xe6\xc3\x0f\ \xf7\x6e\x5f\xbb\xf9\x53\x2f\x89\xa3\xc5\x9d\x87\x47\x77\xbe\xff\ \xfb\x07\xfb\x57\xbf\xf9\xad\x9f\xca\xb3\xa2\x69\x37\x1f\xdd\xfd\ \x68\x78\xf0\x6c\x35\x1e\xf4\x6f\x7f\xd4\x34\xe7\xc3\x83\x83\x4d\ \x28\xef\x9d\x9c\x7c\xf8\xf8\x4e\x35\x18\xdc\xba\x71\x7d\xb9\x3c\ \x45\xaf\x6f\x3f\x73\xfd\x9d\x66\x43\xa8\x5c\xc5\xba\x07\x2b\x4b\ \x4e\xbc\xd2\xce\x92\xe0\x5c\xdb\x53\x1a\x76\xaf\xec\x3f\xf8\xe0\ \xcd\xc3\x71\xb1\x9a\xa5\xad\xb1\x85\xcc\x29\x42\xd3\xb6\x89\x92\ \xf5\x6a\xa6\x24\xad\xb8\xcc\x92\x6c\x5d\x37\xb4\x8b\x83\x71\x0a\ \x36\xf4\xad\x9e\xcf\x97\xf3\xf9\x22\xa9\x8a\x9c\x31\xa4\xe0\x9c\ \x43\x04\x8c\xd1\x6a\xd3\xeb\x3a\xcd\x24\xc6\xa8\x54\x12\x30\xa4\ \xaa\x24\xb8\xee\xdb\x56\xc9\xcc\x9a\x50\x15\x99\x03\x2e\x90\x60\ \x6f\xc0\x58\xca\x09\xa0\xf3\x3e\x52\x08\x93\xe9\x08\xa2\xb3\xba\ \xab\x86\x95\xe4\xdc\x18\xcb\x19\xcb\xd2\x74\xb9\x59\x3f\xe9\xd1\ \xc7\x69\xd3\xb5\x9d\x31\x5c\xc9\xe1\x78\x9c\x95\x45\xfa\xd4\xfb\ \x42\x11\x19\xe7\xc5\x78\x10\x9c\xeb\x4c\x37\x5f\x2f\x9c\xd6\xb7\ \xaa\xe7\x87\xc3\x61\xdf\x75\xab\x79\x73\xba\x9a\x67\x31\xc9\x06\ \x2a\xcb\x53\x8c\xfc\xf8\xfc\xb4\x2a\xca\x7c\x34\xa0\x52\xad\xe6\ \xf3\xba\x6b\xf3\x3c\x87\x10\x74\xd7\x0b\xe1\x12\x95\x49\x46\x3c\ \x25\x9b\xb6\x45\xc9\xe7\x67\x4d\x88\xfe\x70\x67\x77\x3a\x1a\xb6\ \xcd\x66\x5d\xd7\x67\xa7\x27\xd6\x59\x25\xd5\x64\x77\xc2\x10\x37\ \xcb\xb5\xb7\x8e\x17\x99\x62\xe1\xfd\xb7\x5f\xc7\x18\x52\x41\x68\ \x22\x42\x60\xe0\x8d\x73\x96\xf8\x10\x63\xe0\x8c\xed\x4e\xf6\x08\ \xc0\xf9\x62\x21\x00\xca\x34\x65\x11\x9b\xa6\xeb\x57\x1b\x40\x4a\ \xf2\x74\x5b\x47\x46\x08\xa5\x00\x91\x10\x44\x30\xc6\xf0\xc8\xa5\ \xe4\x21\xf8\x4c\xca\x4c\x89\x76\xb3\x0a\xd6\x2a\x4e\x63\x70\xc1\ \x60\x59\x95\x0c\xa2\xe9\x7a\xc2\x3d\x06\xe0\x94\x60\xf0\x80\x24\ \xcb\xb3\x18\xe3\xd9\xd9\x99\x77\x9e\x73\x19\x63\xa4\x9c\x1b\x67\ \x29\xa5\x5b\x67\x67\xbb\x8f\x84\x52\xba\xb7\xb7\xd7\x6b\xf3\x19\ \x0d\xfe\x33\xd5\xef\x18\xdd\x77\x75\x1d\xad\xed\x8b\x7c\x58\x95\ \x04\xa3\xd5\xbd\x77\xce\x68\xbd\x56\xaa\x90\x3b\xbb\x93\xa9\x33\ \xde\x1a\xb7\xbb\xb3\x83\x11\x97\xb3\x79\xd3\x6e\x08\x89\xc1\x99\ \x06\xc3\x2e\x70\x12\x28\x10\x54\x82\x29\xc1\x63\x91\x60\x0c\xf5\ \x7a\x31\x2c\x92\x2b\x07\x3b\x21\x86\xcd\x64\xd4\xd4\x9b\xf9\x5c\ \x0b\x2e\x46\xa3\xc1\x95\x2b\x87\xde\xfb\xc7\x8f\x1f\x0b\x21\xf6\ \xf6\xf6\x30\xba\xd3\xd3\x47\x97\x0f\xf7\xaa\x2a\xeb\x8c\xa1\x8c\ \x2e\xd7\x2e\x20\xfa\xe0\x23\xfa\x62\x30\xdc\x19\x55\x5d\x6f\x4f\ \x8e\x66\x4c\x50\xa0\xe0\x83\xef\x75\x67\xad\x2d\x06\x95\x50\x42\ \x70\x15\x7d\xf0\x18\x18\xa3\x88\x24\xf8\x00\x04\x19\x67\xf1\x49\ \x93\xb4\x08\xe8\xa2\xd3\x9c\x73\x67\x3d\x06\x9a\x14\x85\xc5\x10\ \x83\xe5\x0c\x62\xf0\x94\x13\x95\xa5\x6d\xd3\x01\xa0\xd6\xfd\x72\ \xb9\xdc\xd6\x83\x35\x6d\x8d\x08\x8c\x3e\xe1\xb9\xad\xd6\x8c\x73\ \x21\x9e\x6c\x99\x2b\xcb\x92\x10\xe2\x9d\xf9\x8c\x34\xdb\x3f\x73\ \x97\xd0\xfa\xd1\x91\xa8\xb5\x9f\xad\x37\xfa\x4e\x3c\xbc\xb6\x53\ \x96\x8b\xf3\x35\x3b\x59\xb0\xd9\xda\xca\x13\x2b\xf2\x97\x07\xd3\ \xe9\xee\x21\x3c\x5a\x7e\xe5\xb9\x97\xa7\x98\x3c\xfe\xe0\xd1\x72\ \xb3\xf4\xb3\x45\xe8\xfd\xfd\x8f\xee\x5f\x62\x6c\x54\x66\xd1\xb7\ \x45\x4a\x47\xc3\x9c\x32\x64\x94\x3c\xbe\xfb\x41\xc1\xe9\xd7\x3e\ \xff\xca\xee\x70\xb0\x9c\x8d\xed\xb1\x3e\x3d\x79\x10\x11\x0e\x46\ \x3b\x57\x0e\x6f\x4f\xb2\xea\xc1\xc7\xf7\x8f\xcf\x4e\x2f\x3d\x73\ \xfd\xd2\xee\xf4\xa3\x0f\xdf\xdc\xdd\x29\x6c\x38\x5c\x75\x06\xb9\ \x80\x8d\x67\x32\xdd\x34\x35\x93\x94\x4b\x7a\xf5\xd2\xb4\xca\xcb\ \x77\xdf\x7f\xd8\x59\x48\x53\x85\x00\x5d\xdb\xcf\x4f\xcf\x85\x94\ \x55\x5e\x72\xc6\x44\x22\x9d\xd5\x9c\x32\x02\x9e\x46\x2f\x29\x03\ \xe7\x42\xf4\xc0\xa8\x54\x12\x83\x77\xce\x24\x4a\x44\x6f\xbb\x8d\ \x4d\x48\x00\xd7\x03\x11\x69\x92\x73\xee\x9d\x33\x2a\x63\x9e\x13\ \xdd\x75\x94\xc2\xdb\x6f\xbc\x11\x23\x12\x80\xc5\xa6\xa6\x88\x1e\ \xa1\xee\xcd\x56\xaf\x01\x80\x12\x00\x4a\xa3\xd5\x07\xd7\xae\x5e\ \xbf\x79\xf3\xbd\xf7\x3f\x48\x3b\x1b\x9f\x76\x53\xa8\xee\xfa\xbb\ \x1f\x7e\x34\x9d\x4c\xd1\x87\x4c\xa6\xf9\x68\x22\x08\x73\xbd\x76\ \xbd\x21\x21\xee\x0c\x27\x32\x8d\xd4\xf7\xd3\x6a\x4a\xf2\x5c\x21\ \xee\x4c\x76\x38\x97\xeb\xf5\x06\x23\x51\x3c\xb5\xda\xf5\xb6\xcf\ \xb3\x62\x38\x1c\x3b\x1b\xbc\x35\x4a\xc0\xa0\x48\x29\x25\x40\x42\ \x35\x18\x5d\xd9\x3b\x60\x48\xf6\x77\xa7\x84\x42\xaf\x75\x51\x64\ \x83\xd1\x70\x3c\x1c\x45\xe7\x45\x22\x4d\xaf\xf7\x0e\x0f\xa4\x52\ \x88\x1e\x42\x64\x1c\x59\x00\x04\x2c\xca\xbc\xeb\x88\x31\x46\x28\ \x55\x0d\xab\x72\x34\xf4\xde\x2b\xdb\xf5\xad\xde\xe6\xc1\xa2\x8f\ \x04\x41\x30\x21\x84\xda\x56\xa2\xe1\xb6\x91\x4c\xf0\x31\x22\x63\ \x9c\x51\xb6\x5d\x03\x18\x78\x82\xde\xf4\xcd\xd6\x5b\x8f\x21\x20\ \x89\xd1\x1b\x4e\xe5\xa0\xca\x2d\xea\xde\xea\x5c\xaa\xe0\x43\xd3\ \x74\x14\x68\xdf\xb4\xde\xc7\x10\x22\x21\x1a\x11\x09\x03\x00\x22\ \xa4\xd8\xee\x92\x88\x31\xf0\x44\x79\x6b\xd7\x4d\x13\x23\xc6\x1f\ \x57\x1e\x1d\x10\xa5\xc3\xbd\xc1\x38\xcf\xf3\xf1\x78\x0c\x01\x28\ \x32\x0d\x5c\x65\xa5\x1c\x4c\x8a\xa2\x98\xe4\x65\x9e\x27\xcc\x43\ \x8c\x50\x08\xd9\x34\x5d\x42\x98\xc8\x8a\x2d\x7d\x93\x26\xc9\xd5\ \x9d\x71\x08\xb0\xa8\xfb\xd6\x9b\x34\x91\x52\x72\xce\xc8\x28\x2b\ \xaf\x1e\xee\x28\x46\xd6\x4d\x3d\x9d\x0e\x63\x30\x8c\xb1\xf1\x64\ \x92\x26\x29\x63\xcc\x18\x3d\x1e\x0f\xf2\x3c\x1f\x8e\x06\xe0\xa2\ \xf3\xbe\x87\xa0\x14\x37\x5e\x6b\xdb\x31\x06\x11\x91\x53\x32\x98\ \x8c\x77\xa6\x63\x49\x82\x0f\x4c\x65\x92\x12\x4e\x08\x4a\x29\x8a\ \x32\x07\x42\x92\x4c\x45\xf0\x9c\x66\x82\x0a\x0f\x9e\x44\xa4\x48\ \x08\xc2\xb6\x6c\x3c\x44\xa7\x94\xe0\x84\x74\x9b\x35\x03\x8c\xce\ \x04\xeb\x92\x3c\x13\x94\x08\x8a\x55\x96\x56\x55\x65\x8c\xe9\x6d\ \x2f\x95\x42\x84\xcd\x7a\x13\x42\x20\x04\xfa\xbe\x27\x40\x76\x77\ \x76\xf2\x22\xef\xba\xbe\xef\xcc\xe1\xe1\xe1\x76\x67\xe9\x6c\x36\ \x6b\x9a\x66\x5b\xda\xbf\x2d\x81\xf7\xde\x3d\x5d\x0f\x1e\x4f\xf0\ \x96\xe6\x5f\x5d\xa9\xd1\xe1\xe7\x5f\x7c\xee\x85\x2c\x66\xdd\xe3\ \xe6\xb2\x1f\x3f\x88\x9b\xfc\xd2\xc1\x70\x58\x5d\x56\x7b\xcf\x5e\ \xdd\x7b\x7c\x34\xbb\xfd\x5a\x31\x1c\xec\xd8\x2e\xd0\x28\x4a\x4c\ \x76\xca\xdd\xbe\xa9\x4b\x94\x5f\x7b\xf1\x56\xc9\xc2\xa3\xf9\x6a\ \xa9\xdb\x82\x62\x3e\x1e\x34\x9b\xcd\xfe\xc1\xfe\x17\x6e\x3d\x73\ \x38\xac\x36\xb3\xd9\x0b\x3b\xbb\xca\xd9\xf3\x7a\x3d\x18\x8f\x0f\ \x76\xf7\xc6\x49\x49\x5c\x1c\x0c\x12\xaa\x76\x0f\xaf\xec\x0e\xab\ \xb4\x67\x4d\xe7\x4c\x31\x56\x9a\xdb\xf3\xf5\x2a\x08\xdf\x99\x96\ \xe5\x54\x2a\x7e\xf3\xe6\xcd\xf1\xd8\x6f\x56\x6b\xb5\x9b\x52\xb4\ \x5d\xd4\xa9\x60\x93\xd1\x44\x6b\xef\x63\x60\x1e\x33\x2e\x1c\x12\ \x02\x81\xc4\x80\xc1\x0a\x82\x31\x06\x67\xfb\x24\x4b\x3b\xad\x07\ \x65\xa5\xf5\xa6\xde\xd4\x94\x80\xa0\xdb\x94\x1d\x1b\xa4\x90\xc8\ \x70\x7d\x3f\x65\x54\x2d\x57\xab\x6c\x38\xea\x8d\xeb\xea\x8d\xf7\ \x9a\x22\xf4\xda\x85\x00\x3b\xd3\xe9\xe5\x83\x7d\xe7\xdc\xd9\xe9\ \xc9\x95\x2b\x97\x77\x76\xf6\xb4\x77\xf3\xe5\xf2\xed\x77\xdf\x85\ \x00\x4d\xd3\xdc\x7f\xf0\xc8\xf9\x08\xbe\xc5\xa7\xcb\x67\x11\x00\ \xc4\x58\xf7\x96\x6c\xaa\x41\x75\xed\xf2\x41\x96\xa5\x21\x44\xe7\ \x2c\xa3\x42\x65\x55\x8c\x30\x99\x88\xc9\x24\xa7\x91\xf9\xe8\x31\ \xc9\x58\x6f\x81\xc2\x40\xe4\x95\xe2\xcb\xba\xd6\x5d\x37\x2a\x8b\ \xc3\xc3\x43\x63\x2c\x89\xc0\x20\x86\xe8\x53\xc5\xbd\xd3\x07\x07\ \x7b\xfb\x87\x07\xd4\x45\xdd\x74\x59\xa2\x86\x83\x42\xa6\xa2\x1a\ \x0d\x93\x2c\xf5\x31\x58\xb4\x49\x95\xd1\x94\x07\xe9\x20\xe5\x6d\ \xdd\x22\x12\x59\x8a\x28\x30\x6a\x2b\x79\x42\x13\x25\x8d\x29\x46\ \x55\x36\x2d\x9d\x75\x56\x7b\x3e\x48\x01\x63\x10\x04\x24\x4f\x87\ \xd5\x10\x18\x25\x9c\x51\x86\x1e\x29\x52\x1a\xc1\xbb\xc0\x09\x4d\ \x85\x72\x5a\x7b\x6b\x19\x63\x82\x31\x12\x83\x37\x7d\x95\xa5\x08\ \xb8\x5e\xad\xb3\x34\x3b\xd8\xdf\x33\xd6\x2a\x29\xcb\xaa\x0c\xa8\ \xea\x96\x0a\x21\x81\xd0\xa0\x9d\xb1\x5e\x4a\x41\x69\xb4\xc6\xef\ \x1d\x1c\x5c\xbe\x7c\xb9\x36\xcd\xd1\xd1\x51\x9a\xa4\x2f\xbe\xf8\ \x22\x22\x2e\x16\xf3\xb3\xb3\xf3\xf3\xb3\xd3\x40\xd0\xe8\xd6\x38\ \x4b\x7e\x2c\x79\x74\x0c\x51\x85\x70\xe5\xf0\xb0\xc8\x8b\xe0\x83\ \xd6\x5a\x12\x4a\x92\xcc\x39\x37\xdd\xd9\xd9\xd9\xdd\x93\x02\xea\ \x7a\x9d\x12\x66\xbc\xab\xcf\xe6\x55\x35\x20\x42\xf5\x5d\xcb\xc0\ \xa6\x59\xbe\xbf\xbf\xcb\x6d\xed\xbc\x63\x24\x2a\xc9\x2d\x12\xdd\ \x98\xc1\x68\x70\xed\xca\xe5\x8c\x45\x53\xaf\x58\x08\x89\x50\x93\ \xd1\x18\x10\x47\x65\x45\x09\xf5\xce\xb1\x00\x85\x4c\x4d\xab\xd7\ \x61\x51\xa4\x99\xa0\x54\x5b\x9b\x0b\xe1\x95\x1c\x0e\xca\xe9\xfe\ \x6e\x6d\xba\xa6\x6d\x8b\xaa\x2a\xa4\x08\x5d\x4d\x03\xc4\xf1\x68\ \xbd\x31\xbd\xee\xb3\x4c\x0d\x06\x03\x91\x24\x88\xa8\xad\xce\x78\ \xca\x29\x17\x94\x85\xe0\x18\x61\x9c\x72\x1f\x51\x30\x46\x09\x52\ \x24\xd1\xfb\xd1\x60\x70\xf9\xf0\xf0\xfc\xfc\xdc\x7b\xbf\xb7\xb7\ \x97\xa4\x49\xdf\xf5\x59\x96\x32\xca\x04\x25\xc0\x49\x04\xc8\x8b\ \xdc\x87\xa0\xfb\x7e\xdb\x0f\xe9\xda\xb5\x6b\x5f\xfa\xd2\x6b\xcb\ \xe5\xfa\xd1\xa3\x87\xcb\xc5\xa6\x2c\xcb\xcf\x7d\xee\x73\x89\x52\ \x0f\x1e\x3e\x7c\xf8\xe0\xc1\xe3\xa3\xc7\x4d\xdd\xf0\x4f\x1a\x83\ \x3c\x75\xfd\x9a\x43\x77\xeb\x85\xdb\x2f\xbd\xf0\x39\xc9\xe4\xf9\ \xd1\x99\x14\x32\x91\x6a\x32\x18\x15\x79\xf2\xea\xab\x9f\x9f\x8c\ \xab\x4d\xfd\x7e\x9e\xc6\x7a\xa3\x8f\x8e\xef\xaa\x6c\x38\xde\x19\ \x93\x84\xda\xb9\x16\x42\xbe\xf0\xdc\xed\x89\x02\x7f\x7e\x5c\x50\ \x98\x64\xa9\x77\xb1\xb3\x76\x28\xe4\xd7\x5f\x7c\x79\x3f\x53\x7e\ \x39\xdf\x03\x9a\x80\x92\xc5\x64\x44\xc4\x64\x67\x37\x4f\x72\x8e\ \x64\xb1\x58\x96\x82\x07\x50\x8f\x4f\x8e\xac\xcd\xa6\x09\x6a\x6b\ \x15\x83\x44\xf1\xbc\x4c\x9e\x7b\xf6\x26\x4a\x76\xe7\xde\xc7\xd3\ \xc9\x64\x32\x1a\x39\xff\xc0\x19\x97\xee\x17\x05\xc4\xde\xfa\xda\ \xf4\x5c\x65\xfb\x7b\x7b\xc1\xba\x7a\xbd\x81\xac\x22\x84\x52\x20\ \x88\x21\x58\xcb\x08\x21\x21\x14\x69\x11\x10\x05\xe5\x9c\xaa\x10\ \xfa\xd7\xbe\xfa\xac\xd5\xfe\xe3\x0f\xef\x3f\x7b\x63\xff\xf6\x33\ \xd7\xfa\x7a\xc5\x89\x1f\x94\x09\x44\xad\x18\xef\xd1\x21\x8b\x07\ \xe3\xea\x64\x51\xf3\x22\x2d\xaa\x41\x08\xe4\xbf\xfb\xdf\xf9\x77\ \xa6\xa3\xe9\x07\x77\x3e\xfa\x9d\xef\xfc\xd6\xde\xde\xee\xcf\xff\ \xc2\xcf\xdf\xb8\x79\xeb\xe3\x7b\xf7\xdf\x7c\xe7\xdd\x5f\xf9\xc7\ \xff\xe4\xde\xdd\x7b\x99\xf3\x31\xc6\xde\xb9\xa7\xdb\x17\x8a\x00\ \x8c\x90\x2c\x92\x50\x77\x1e\x58\x36\xde\xc9\x90\x19\xe7\x99\x27\ \x3c\xb2\xd6\x18\x4a\xd8\x5e\x56\x0c\x18\x6f\xba\x4e\x22\x27\x54\ \xb4\xad\x89\xe8\xcb\xe1\x34\x22\xef\x83\xde\x19\x1f\x1c\xec\x12\ \x40\xe8\x9d\x67\x18\xcb\x2c\xd1\x14\xac\xd5\x52\xca\x61\x51\x72\ \x0c\xba\x6e\xb1\x75\x4a\xd0\x9c\xcb\x6d\xf7\x7c\x29\x84\x8f\xc1\ \x79\xcf\x25\x38\xef\x16\xcd\xd9\x58\x8e\x93\x81\xa2\x84\x33\xcd\ \xcc\xc2\x67\x59\x39\xdd\xd9\x13\x22\xa9\xeb\xc6\xb1\xa8\x46\xa9\ \x12\xb2\xa9\x6b\x98\x49\x03\x74\xdd\xf4\x60\x74\xc2\xf3\x6c\x58\ \x11\x64\xde\x1a\x08\xc8\x09\xb1\x08\x10\x11\x00\x82\x8f\x69\x92\ \x96\xe5\x6e\xf0\xa1\x6f\x6b\x4a\x4c\x59\x14\x97\x2f\x5d\xd2\xbd\ \x9e\x65\xe7\x7b\x7b\xfb\xdb\x06\x83\x11\x23\x67\xdc\x47\x8c\x89\ \x72\x2e\xc4\x18\xb3\x24\x81\xa8\xad\x0b\x42\xf0\xb2\x1c\xbd\xf4\ \xf2\xcb\x79\x5e\x3e\x38\xbd\xbf\x7f\xe9\xd2\x6a\xb9\x9c\x2d\x17\ \x5f\xf8\xc2\xe7\x2f\x5f\xbb\xb2\x5c\x2c\x8e\x8f\x4f\xde\x79\xe7\ \x1d\x08\x81\x31\xf6\x63\xd8\x17\x4a\x08\x81\x88\xb8\xf1\x61\xe3\ \x03\x8d\xc0\x09\xe3\xdc\x59\xcd\x31\x64\x92\xef\xa5\x6a\x18\x7d\ \xbf\xb1\x65\x14\x09\x25\x1b\xef\xac\x0f\xae\xde\x14\xc3\x92\x14\ \x82\xa5\x55\x5e\xe6\x34\xe3\x68\x08\x8d\x24\x17\x8a\x61\x5c\x36\ \x75\x21\xc9\x60\x90\x41\xc2\x16\xd6\xb4\x3c\x52\x4e\x19\xb0\x84\ \xa7\x7d\xdf\xd7\xd8\x17\xc3\xca\x13\x88\xc8\xa2\x26\xa1\x83\x0e\ \x63\x48\x7c\x39\x1e\x71\x5a\x34\x5d\x6f\x56\x24\x3a\x58\x1b\xcd\ \x22\x67\x90\x90\x98\xf8\x32\x6b\xaf\x09\x68\x02\x3e\x5c\xad\x57\ \x6b\xbf\xe8\x2a\xe3\xca\x6c\x90\x0b\x26\x28\xed\x9a\x8d\xf1\xda\ \x73\xd0\xda\x50\x12\x9c\xef\xca\x52\xed\xef\x5f\x1a\x8e\x06\xc7\ \x27\xc7\xa7\xa7\x67\x4a\xc9\x9b\xd7\x0f\x94\x54\x79\x4a\x22\xc2\ \x68\x34\xea\x7b\x4d\x80\x13\xf0\x11\x03\x13\x50\x44\xa2\x7b\x43\ \x63\x1c\xe7\x65\xcf\x54\x6f\x5d\x36\x19\x0e\xc7\xd3\xe3\xd3\xd3\ \xc5\x62\x21\x94\xc8\x32\xf5\xf0\xe1\x03\x42\xd9\xb3\x2f\x3c\x7f\ \xf9\xc6\x33\xc5\x70\x5c\x4e\xa6\xaf\x7f\xef\xfb\xed\x66\x05\x40\ \x28\x79\xca\x5d\xd1\x8c\xd1\xc7\x0f\xcf\xee\xdf\x7b\x30\xdd\xbf\ \x5a\x8c\x8a\x36\x47\x2e\x70\xd1\xaf\xfc\xd8\x4c\xae\x4c\xab\x43\ \xba\x69\x8e\xad\x52\xad\xd3\x1d\x27\x9a\xfa\x66\x39\xcb\xd2\x74\ \xac\x58\x32\x1e\x24\xf9\xee\xe1\xe1\xd4\x3c\x7e\xec\x4d\xe4\x48\ \x2b\xc1\x9d\x20\xca\xf9\x34\x93\xa5\x8a\x06\xdb\x35\x69\xd7\xdd\ \x92\x64\x89\xe6\x3e\x88\x30\xe3\x9b\x7a\xc0\x6b\x08\x7e\x9a\x21\ \xaa\x7e\xb5\xc1\xc6\x3c\xa6\xf5\xf9\xfe\x10\x87\xe5\xdc\xf6\xba\ \x15\xdd\xc3\x58\xba\x7e\x37\x0c\x5f\xde\x7b\x71\x13\xdd\xa6\xa3\ \xeb\xaf\xdc\xe8\xe8\xd5\xd5\x3b\xa7\xf3\xfe\xac\xfe\xe0\xac\x3a\ \x87\x2b\xe3\x67\x38\x88\xc9\x70\x90\xb1\xd0\xd4\x27\x74\x30\xa4\ \xdc\x5a\xdd\x92\xd0\xf1\xd0\x3d\x77\x7d\xef\xa5\x17\x9f\x6f\x4d\ \xfd\xfb\x7f\xf0\x3e\xfa\xf9\x4b\xb7\xaf\xdd\x7e\xe6\xea\x6a\xb5\ \xbe\x32\xe6\x7b\xbb\x3b\x92\x33\xb4\x08\x3e\x38\xd3\x29\xc1\xcb\ \xb4\xd8\xcc\x8d\x95\x8c\x8c\xca\xcb\x79\xb5\x39\x5e\x92\x08\xd3\ \x1b\x57\x5a\x34\x1f\xbf\xf9\x07\xd8\x9a\x67\x76\xf7\x1f\x3e\xb8\ \xf7\xf7\xfe\xf6\x2f\xfe\xe5\xbf\xfa\xd7\x5f\xf8\xfc\xab\xd9\x70\ \xe7\xfa\xb3\x2f\xfe\xe2\xff\xf5\x6f\xbf\xf9\xfb\xbf\x23\x93\x74\ \x98\xe7\x4f\xbd\x3f\x0b\x23\x50\xc7\x53\x95\xf6\x9b\xee\xee\x47\ \x77\x27\xd3\xd1\x70\x34\x10\x8a\xba\x68\x55\x46\x76\x77\x27\xa3\ \x32\x41\xdd\x88\x18\x09\x04\x8f\x21\x93\x54\x3b\xb7\xdc\x1c\x67\ \xa3\xf1\xee\xf5\x11\x57\xbc\x89\xeb\xb6\xee\x54\xae\xa2\x43\x90\ \x2c\x2d\x4b\xd7\x82\x2c\xf2\xb6\x60\x21\xa1\xe1\x6a\xa5\xa3\x65\ \x84\x3a\x9d\x84\xbe\x6b\x8d\xf1\xb9\x1f\x0c\x07\x95\x1c\x19\x6f\ \x51\xf7\xfd\x4a\xde\xad\xeb\xdd\x32\x9f\x4c\x26\x59\xa4\xfa\x74\ \xbe\x39\x5f\x3f\x9e\x9d\x4a\x14\xbe\xb5\x7c\x98\xda\x8a\x92\x4c\ \xca\x51\x09\xde\xac\xce\x4e\x56\xf5\xd9\x72\xbd\x2e\xcb\xe9\x68\ \xb4\xcb\x08\xe1\x48\x7c\xf4\x4c\x32\x6d\x5c\xe4\xae\x6f\x9b\x2a\ \x4f\x6e\xde\xbc\x39\xdd\x9d\x9e\xce\xcf\x3e\x7a\xff\xdd\x21\x4f\ \xf6\xf7\x86\x79\x59\x34\x2d\x63\x32\x0c\x87\x79\xd7\x75\x40\x1c\ \x84\x08\x34\x26\xd1\x73\xc2\x3a\x82\x8e\x91\xe1\x68\x54\x8e\x49\ \x6f\xbd\xd1\x26\xcf\xf2\xb6\x59\x9e\x1e\x3d\x60\x84\xcb\x88\x29\ \x13\x27\x0f\x8f\xbe\xef\xe3\xb3\xcf\x3f\x37\x18\x4d\x84\x4c\x9d\ \xc7\x37\x7f\xff\xf7\xad\x36\x3f\x86\xba\x41\x04\xa4\x94\x81\x13\ \x0f\x1e\x9c\xa8\xcd\x66\x74\x30\xad\x26\x05\x0f\x94\x79\x36\x54\ \xb2\x1a\x2a\x34\x35\xa7\xd2\x7b\x1a\x43\x94\x92\x51\x89\xad\xeb\ \xce\x9a\x6e\xf7\xea\x61\x3e\x18\xa3\x62\x1b\xad\x13\x52\xd0\x88\ \x0c\x51\x19\x3b\x1a\xd2\xce\x59\x3f\x24\xa7\xb2\x97\xfb\x83\x64\ \x78\x39\x58\x13\x37\x35\x68\xed\x96\xe4\x78\xb5\x48\x58\xd8\xbb\ \x75\x35\x19\x95\xbe\x6f\x61\xb1\x3c\x7b\xf8\x68\x7d\x7e\x3e\x1d\ \xe3\xee\x33\xd7\x03\x96\xf6\x01\x99\x7d\x78\xd4\xac\xfa\xdc\xcb\ \xbe\xf7\x18\x8a\xb9\x6c\x4e\xcb\x55\xe9\x38\x06\xdb\xd5\x8d\x5f\ \x58\x3d\x6b\x74\xb1\x9e\x8e\x87\xce\xd9\x8c\xd2\xb8\x33\xf2\x9c\ \xb6\xeb\x36\xac\x57\x63\x82\x2f\x5f\xbb\x7d\xf5\xfa\x95\xc0\x19\ \xd7\xad\x62\x74\xbc\x3b\xae\xd2\xd8\x34\x4d\x96\x32\x1b\x82\x36\ \x35\xe3\x5c\x48\x6a\xac\x05\x42\x09\xa3\x92\xe2\xa0\xc8\xa9\x4a\ \x08\xcf\x2c\x92\xc5\xa6\x41\x00\xa3\x5d\x5d\x9f\x49\x41\x83\x73\ \x69\x2a\x02\xe6\x0f\x8e\x1f\x2f\xfa\xee\x85\x17\x5f\x4a\xd3\x7c\ \x7a\x70\xe9\xf6\xf3\xfa\xc3\x77\xdf\x6a\x36\xab\x24\x79\xda\xbe\ \x5f\x10\xf6\xf2\xab\xbf\xfe\xbd\xdf\x6a\xce\xff\xc9\x97\x7f\xe2\ \xd5\xcb\x37\xf6\x28\xf4\x32\xcf\xf7\x76\xc7\x5f\xb8\x7e\x55\x75\ \xbd\xed\xec\xbc\x21\x99\x65\x12\x72\x9d\xa3\x66\x6e\x79\xff\xa3\ \xc3\xcb\xfb\x37\x5e\xbc\xda\x49\x7f\xd2\x1f\x6d\x72\x03\xf9\xd0\ \x11\xdf\x05\x1e\xbc\x60\x2e\xb7\x04\x5f\x9f\x2c\x4c\xc6\xc2\xe7\ \x47\x5a\x8e\x99\x6e\xc2\xba\xd3\x73\x38\x3d\x9b\xcd\x71\xb6\xf3\ \xa5\x97\xe4\xa5\xa9\xe9\x1a\x7e\x4e\xf1\xe3\xe3\x8f\x3f\x3c\x5a\ \x6d\xfa\xfd\x97\x9f\xc5\x83\x9d\xf5\xa3\x33\xa6\x89\xf9\xbd\xfb\ \x39\x92\xe3\x7b\xe7\xe4\xca\x6e\x7a\xfb\xf2\xeb\xa7\x47\x2c\xc1\ \xd4\x39\xdf\xf6\xfd\xc9\xc2\x75\xde\x9d\xb1\xd1\x74\x77\xde\x9d\ \x80\x5c\x94\x93\x74\xf7\x70\xff\xe3\xf9\x99\xe8\xd6\x7c\xbd\xfa\ \xe2\xe1\xfe\xcf\xff\x99\x3f\x25\x0b\x71\xd6\x9e\xbb\xd5\x83\xf1\ \x95\xc3\xc3\xe1\x94\x98\xc6\xc5\x1e\x73\x8e\xa6\x0e\x51\xa5\xa9\ \x72\x9a\x22\x42\x08\x8c\x12\x35\xc9\x2b\x71\x79\x5a\x13\xdc\xcd\ \x87\x70\xd6\xad\x16\x2b\x93\xca\x37\xde\xfc\x83\x94\x8a\xb1\xe1\ \x39\x27\xf2\xda\xde\xfb\xf7\x8e\xfe\xde\xdf\xfb\xbb\xdf\x5a\xd6\ \x2f\x7e\xfe\x8b\xa3\xe1\xf4\x2f\xfd\xfc\x2f\x80\x6e\x1f\x7d\xf4\ \xe1\x24\x53\xf4\x29\x71\x07\x09\x65\x54\xa6\x81\x50\x90\x62\xd6\ \xac\x17\x6e\xb3\x47\xa6\x57\xaf\x5f\x3a\xb8\x71\x89\x2b\xc6\x14\ \x35\x3a\x10\x9e\x42\xca\x83\x0f\x3c\xdb\x3a\xce\xc1\xf4\xad\xc9\ \xbb\x64\x27\xb3\x2c\x90\xf1\x24\xe7\xfb\x92\x08\xd3\x75\xd4\x05\ \xad\x8d\x59\xc1\x2a\x86\x47\xb0\x1e\x17\x62\x74\xeb\x20\x96\x10\ \x6a\xab\x57\x5d\xbf\x80\xf9\x49\xf3\xfe\xe9\x47\x37\xaa\x1b\xd7\ \xaf\x5e\xf7\x20\xeb\xb5\xed\x5d\xf1\xf8\xf4\xfc\xf4\xe4\xf1\x0b\ \xa3\x62\x50\x94\x3c\x94\xcd\xe9\x59\x37\x5f\xdf\xdc\xb9\x4e\x8c\ \xe9\x8f\x96\x43\x49\xdb\xe3\x8d\xb5\x86\x03\x90\x93\x85\x58\x77\ \x9c\x04\x0c\x6b\x17\xa9\x8b\x74\x98\x66\x87\x97\x0e\xb2\x51\xf1\ \xc6\x5b\xe7\x4d\x37\xdf\x51\xf2\x8b\xcf\x5d\xdd\xdb\x19\x2f\xbb\ \xc5\x50\xf6\x2f\xdc\xda\x1b\x24\x05\x10\xb2\xee\xd6\x81\x81\xaa\ \xd4\xc6\x6c\xb8\xe4\x0c\x28\x62\xf0\x5e\x17\x42\x32\xce\x54\x9a\ \x46\x99\x46\x21\x23\x13\x2e\xc6\xbe\xd9\x44\x67\xeb\xd5\x29\x09\ \xa8\xa0\xe4\x04\x58\x92\x01\x90\xb3\xf3\x73\x13\xfc\xed\x67\x9f\ \x57\x52\x5e\xbd\x7a\xe3\xfc\x6c\xc1\x85\xfa\xf1\xf4\xc1\x88\x80\ \x5d\xe2\x23\xc1\x55\x3b\x6f\x97\xf6\xf2\xe8\xf2\xf5\x9b\x57\xd3\ \x5c\x06\x67\x6b\x1a\x4d\x8f\x14\x24\x46\x1e\x83\x80\x98\x52\xc4\ \x34\x86\xc6\xf4\x73\xd0\x54\x07\x82\x7c\x67\x7f\xb7\x1d\x0b\xc0\ \x18\x7a\xe3\x9a\xde\x76\xba\x6f\xdb\x55\x33\x77\xf5\xec\xda\xde\ \x33\x07\x93\x11\x12\xd9\x96\xac\x5f\xad\x57\xa1\x3b\xad\xbd\x5b\ \xce\xb1\x99\xec\x95\x25\x12\x15\x3c\x03\x48\xf8\x6a\x39\x18\x8b\ \x61\xcb\xeb\xae\x57\x1b\x8f\xf3\x4e\x42\x76\x30\x19\x9f\xf9\xb9\ \x6b\x37\xd1\x99\xe2\xe1\xd9\x24\x99\xf8\xa5\x3b\x3d\xeb\x24\x4a\ \x94\x32\x2d\x4b\xaf\x38\x4d\x58\xb5\xbb\x73\xfd\xf6\xf5\x7a\xbd\ \xfa\xe0\xe4\x3e\x43\xf9\xca\xad\x9b\x37\xaf\x5c\xee\x75\xbf\x69\ \xea\xc3\x61\x39\x19\x95\x26\x7a\xef\x50\x30\xc5\xd3\xd4\x35\x8d\ \xf7\xc8\x38\x32\x26\xa4\xa4\x84\xd2\x3c\x2b\x5c\x66\x11\x80\x8b\ \x2c\x04\x10\x91\xee\x4d\xa7\x7d\xdf\x6f\x36\xeb\x84\x53\x74\x9e\ \x00\x86\x84\xe7\xaa\xe0\x36\x76\x5a\x3f\x78\xf4\xe0\xe6\x8d\x67\ \x62\x74\x57\xae\x1c\xd6\xeb\xf9\x9d\x7a\xcd\x19\x79\xba\xba\x41\ \x0a\x64\x11\x2c\xdd\xdb\x59\x12\xf2\xf7\x7f\xe3\x37\x5f\xae\x5f\ \xfc\xb9\xbf\xf0\x53\x9f\xff\xa9\x6f\x48\xea\x6b\xd7\x9d\x6d\x96\ \x64\x98\x65\x7a\x1d\x80\x75\x9e\x1b\x8c\xc6\x99\xae\xc7\x37\x59\ \xfb\x7d\xf1\xd1\x4a\x84\xf4\xfa\xe8\xd2\xc1\xed\x60\xc3\xb2\xdb\ \x2c\xda\xcd\xaa\x5e\x2f\x57\xed\x62\x35\xef\xf5\x71\x3e\xd9\xb9\ \x7c\xfb\x05\x5a\x65\xb4\xe1\x70\xce\x23\x0f\x8b\x35\xde\xbf\xff\ \xb8\x2d\xd4\xd5\x3c\x4d\x47\x83\x5a\xbb\xb3\x91\x58\x58\x7f\x70\ \xdf\x5f\xb9\x4e\x45\xe4\xc7\x0f\x22\x6c\xe4\xea\x6c\x3d\x7c\x65\ \x47\xe4\x83\xb7\x8e\xee\xd2\xae\xbc\xf9\xcb\x1f\x30\xdb\x5c\xd9\ \x3d\xf8\xcd\x37\xce\xf2\x1e\x2c\xed\xfb\xa4\x9e\x1e\xee\x2c\x37\ \xf3\x2b\x07\xf9\x4f\xbc\xf6\xf2\x41\x3e\xa9\x36\x27\x77\x97\xc7\ \xcf\xdd\xbe\xf2\xdf\xf8\xb9\x3f\xab\x18\x9c\x2e\x8e\x09\x98\xaf\ \xbe\xfc\x6c\x1d\x0c\x06\xa2\x3d\x80\x48\x38\x52\x6d\x8c\x03\x4f\ \x80\x02\x13\x14\x68\x55\x56\x45\x59\xcd\x1b\x9d\xaa\xfc\x5a\x5a\ \xd6\xda\xc7\xdd\xe9\x68\x50\xad\xce\x17\xb9\x75\xe8\x7b\x87\xb1\ \x2d\x80\x56\xea\x52\x79\xdd\x47\xfe\xeb\xbf\xf9\xcb\x93\xbd\x9d\ \x61\x59\xed\xef\x8c\xbf\xfa\xe5\x2f\x2d\x8f\x1f\x0d\x86\x83\xa7\ \xdd\x9f\x45\x80\x02\x19\x11\x96\x2a\xce\x80\x13\x45\x14\xeb\x05\ \x9c\x86\x36\xcd\x77\x02\x09\xde\x99\x7c\x92\x51\x91\x30\xc4\xe8\ \x82\xb7\x2e\xba\x10\x9c\xc7\x96\xd6\x5d\x57\x1f\x9f\x78\x8a\x5d\ \x35\x38\xdc\xbd\x94\x27\x02\x7c\xd9\x37\xbd\xae\xbd\x93\x4a\x6f\ \xea\xae\xed\xc3\x3a\x24\x0b\xb5\x23\x76\x04\xcd\x1b\x08\x2b\xcb\ \x6c\x90\xc6\xb2\xf6\x68\xd5\xe7\xeb\x6c\x58\x66\x9d\x50\xeb\x5e\ \x37\xf4\xf9\x1b\x2f\x3c\x7f\xe5\xc5\xb3\xd9\xd9\xc3\xd9\x8c\x6b\ \x2c\x93\x62\x50\x0d\x6a\x43\xbb\xd9\xe9\xec\xfd\x7b\x0c\xc8\x2b\ \xcf\xbd\x20\x09\x35\xf1\xf1\xc3\x7a\xc5\x18\x0e\xd2\x64\x92\x0f\ \x93\xac\x3c\xbc\x3a\x9a\xec\x0e\x5c\xf0\x57\xf6\x07\xae\x64\xb7\ \xf6\xf6\xf7\x47\x43\x63\x9b\x54\x80\xe7\xd2\x07\x67\xb4\x07\x46\ \x05\xcf\x10\x82\x37\x26\x78\x4c\x95\xe2\x82\x3b\x66\x20\x44\x59\ \x64\x91\x20\xb1\x9e\x12\xc1\xa8\x8c\x11\x18\xd2\x24\x2d\x0d\x36\ \x3e\x12\xc2\x70\x63\x35\x21\x54\xa4\x49\x91\x95\x09\xa2\xb1\xbe\ \x6e\xd6\x90\x17\xe8\x71\x3a\x1e\x0e\x06\xd5\xf6\xd4\x9d\x7f\xb9\ \x38\x0b\x81\x70\xca\xaf\x94\x49\x22\x99\xe0\x4c\xb2\x96\xe8\x47\ \xed\x19\x0d\xcc\x80\x2b\x27\x43\x3e\x4a\x19\x61\xe8\x21\x58\xea\ \xb4\xf3\xda\x42\x8c\x9a\xb8\xbe\xd7\xe0\x29\x33\x82\x4d\xca\x7a\ \x57\x0a\xae\x42\x1d\x5c\x42\x7c\x8d\x4d\xd0\xda\x7b\x67\xed\xf1\ \xfc\x91\xaa\xf8\x60\xb4\xcb\x99\xe0\xc8\x12\x10\x05\x24\x75\xdd\ \x74\x77\xe7\x80\x65\xc1\x55\x98\xa1\x3d\xc7\xdd\xe4\xe0\xab\xd7\ \x5f\x1d\x1d\xec\xff\xe0\xad\xb7\x66\xc7\xed\x9e\x1c\x92\xda\x6c\ \xce\xe7\xfd\x72\x39\x6f\x6a\x91\xd1\x67\x6f\x5f\xfe\xf2\xcb\x5f\ \xde\xcc\x5b\x34\xf4\xf5\xf7\x3e\x32\xb1\xcf\x72\x3a\xbe\x34\xbd\ \x76\xe5\x70\x32\x1a\x54\x5d\x2d\x98\xbe\x76\x6b\x27\x88\xa9\x3f\ \xa8\xde\x83\x4d\x60\x16\x88\x13\x26\x2a\x03\xbe\xed\x5b\x21\xbd\ \x0f\x84\x91\x24\xc9\x22\x92\xe1\x70\xa8\xad\xb5\xce\x4b\x29\x19\ \xe5\x3d\x98\xda\xb4\x9d\x6e\x05\x8a\x94\x29\xc5\x48\x00\x92\x09\ \x11\x09\xb6\xa6\x8f\x14\x90\x51\x21\x45\x9a\x2a\x96\x29\x95\x0a\ \x4a\xc1\x59\xdd\xac\x96\x89\x60\xc3\x41\x49\xe9\xd3\xb5\xfd\x82\ \xe8\x31\xbf\xa9\xc6\x6d\x3e\x3d\xd8\xa1\x05\xef\x99\xfe\x87\xf6\ \xf7\x7e\xb7\xbb\x73\xd4\x9f\x63\xc1\xca\x67\x86\x49\x2a\x46\x9b\ \xba\x75\x76\x6d\xb4\x0d\xc4\x1a\xa7\x5b\xdd\xb5\x6d\x1f\x7d\xe7\ \x7d\xd6\x8d\x9e\x2f\x72\x99\xa6\xc6\xd0\xbe\x95\x7e\x9d\x0a\xa9\ \x2b\x92\xc3\xf9\xc2\xdc\x3b\xb6\x2a\xbb\x74\xfb\x99\x39\x05\x12\ \x41\x21\x1b\x42\xda\x58\xc9\xef\xd7\x34\x9b\x17\x97\x05\x6d\x63\ \x7b\x1e\x27\x4d\xf2\xaf\xdc\xfe\xc9\x6f\xbd\xf6\xa7\xdf\x3f\xfe\ \xe8\x97\xde\x7b\xbf\x7e\xdc\x5e\xdb\xbd\x76\xef\xec\xac\xdf\xe8\ \xd5\x6a\x7e\xf2\x3b\xc7\x97\x2a\xff\x6f\xfe\x5b\x7f\x11\xb8\x88\ \x2c\xf9\x7f\xff\xa3\xd7\x5d\xdf\xa9\x6c\xb9\x3f\xc1\x9f\xb8\x75\ \xfb\x5b\xaf\xdc\xcc\x58\x5c\xb6\xcb\xdb\x97\xab\x22\x7d\xf6\xd6\ \x0b\xb7\x1f\x0d\x6c\xbb\x59\x93\x51\x8c\x9d\xcf\x08\x77\xb3\x75\ \xcb\x68\xe7\xd0\x05\x60\x2a\xcb\x64\x9e\xe7\x79\x9e\x17\xeb\xf5\ \x46\x00\xcb\x93\x14\x05\xb3\x02\xc9\x69\x93\x2e\xc2\xb0\x1c\x6e\ \xb8\xb0\x24\x8e\xb9\x4a\x23\x2e\x42\xf3\x80\xac\x75\x9e\xec\x5e\ \x1e\xc5\xc6\xa5\x90\x5d\x19\x96\x89\x0a\xd1\xd4\x47\x77\xef\x48\ \x82\x87\x07\xbb\x79\x91\x3e\x65\x90\x15\xa2\xcc\xe5\x95\xd7\x6e\ \x32\xce\x5d\xf0\x01\x42\x80\x60\xa2\x3f\xd7\xad\x5d\x3c\x76\xc1\ \x09\x2e\xf2\xd1\x48\xe4\x29\xe7\xd2\xdb\x60\x3b\x17\x7b\x47\x20\ \x70\x05\xd6\x20\xe9\x3c\x91\xf4\x61\x7d\x2e\x7c\x15\x25\x57\x99\ \xb4\x40\x6d\x00\x12\x98\xd4\xd4\xd7\x81\x6c\xea\xfe\xe1\xa9\xf1\ \x34\x4d\x07\x59\x4f\x9c\x65\xce\x72\xed\x24\x5b\xfa\xf5\xc7\x73\ \x5b\x99\xa6\xab\xc7\xc7\xee\x5a\x1c\x0c\xd7\x20\xcf\xfa\xee\xde\ \xd9\xf1\xbb\x1f\x13\x64\xf5\xb2\xfe\xee\xc3\xdf\xe3\x28\x28\x47\ \x99\xc1\x97\xbe\xf8\xc5\x67\x5f\x7a\x71\xb9\x5c\xdd\x54\x78\xfa\ \x1d\x77\x7a\xbe\xd0\xa4\x9d\x4c\xf2\xcb\xb7\x9f\x1b\xe5\x6d\xb0\ \xeb\xe0\xdd\x95\xfd\x92\x76\x72\x37\xe1\x69\x30\x0c\x62\xa7\x5b\ \x0f\x26\x4b\x13\x17\x65\xc0\x40\x09\x89\x36\x48\x9e\x15\x93\xa1\ \x52\x09\x41\xe2\xa5\xa5\x40\xbd\xc4\xde\x19\x17\x10\x3c\x52\xef\ \x18\x70\x45\x69\x44\x8c\x54\x46\xe2\x6d\xf4\x0d\x77\x8c\xf3\x41\ \xc1\x39\x65\x4e\x6b\x41\x59\x9a\x72\xce\xf0\xfc\x7c\xb6\x9a\x9f\ \xc7\xe0\x7f\x3c\x75\x83\x4c\x89\xbd\x57\xaf\x3b\xe3\xbc\xd1\x5e\ \xeb\xb6\x5b\xc5\x0e\x18\x55\x1b\xd7\xf5\x03\x56\xa6\xe3\x2c\x93\ \x04\xd1\x6b\x70\xad\x73\x0d\x01\x03\xd6\x45\x13\x1d\x45\x82\x08\ \x8b\xd9\x3c\xce\x30\x1f\x0d\x49\xa4\x48\x65\x00\xcf\xa3\xf0\xa0\ \xb4\xf5\x78\xb2\xd2\xe1\x71\xb1\x43\x65\x4c\xc9\x4a\xb3\xb9\x4b\ \x74\xda\x5b\x88\x0f\xdb\xc5\xf1\x87\x6b\x1b\xb9\x09\x63\xa0\x44\ \xa4\xef\x7e\xfb\x4d\x03\x3f\x38\x9d\xcf\xe6\xb3\x73\x1e\xd1\xd7\ \x1d\x27\x28\x04\x9d\x4e\xc6\xb7\x9e\xbd\xf1\xda\x97\x5f\x06\x47\ \xb8\x23\x5f\x78\xf9\x85\xba\x6b\x3e\x3a\x7e\x34\x20\xe1\x0b\x97\ \x0f\x0a\xc6\xd2\x4d\xc7\x85\x63\x29\xa5\x36\x41\x6b\x6f\xb2\x21\ \x27\x2c\xa6\x71\x69\xd7\xb3\x7a\xc5\x04\xe7\xc3\x41\x31\xda\x93\ \x52\x9c\x9e\x9e\x32\x26\x54\x92\x00\xa1\x01\x7b\x4a\x03\xe3\x22\ \x86\xe8\xa3\x45\xc2\x64\x22\x44\x60\x41\x5b\x0b\x81\x31\x54\xa9\ \xf4\x0c\xd2\x94\xd6\xba\x25\x29\x4b\xf2\x74\x31\x5f\x1b\x6d\x87\ \x83\xc1\xf9\xfc\x74\x3d\x5f\x6c\x66\x33\x82\x51\x4a\x16\x31\x3c\ \xe5\x99\x12\x26\x26\x3f\x3b\xa5\x5f\x9c\x9e\xaf\xdb\x6e\xb3\x34\ \xdd\x26\x95\x4a\xd3\xe9\x9c\xcc\xa5\xca\xab\xe9\x55\x92\x24\xb2\ \xca\x9d\xe5\xbc\x09\x41\x7b\xd6\x22\x75\x0e\x5a\xed\xba\x86\xa7\ \xa2\x3d\x3e\xb9\x7b\x79\x92\xdd\xba\x92\x2a\xe6\x02\xe1\x1d\x4b\ \x91\x26\x3d\x1b\xb4\xd2\x6f\xfa\x51\x7f\x36\x9c\xa9\x83\xe9\x24\ \x6e\x98\x7b\x04\x76\x95\x8f\xe9\x95\xcd\xb9\xc1\xe5\xe3\x33\xf7\ \x30\x2c\xd7\xd7\x64\x32\x2d\x6e\xcd\xde\x3d\xff\x7f\xbc\xf3\x1f\ \xac\x9b\xc5\xc3\x0f\xde\x25\x3c\x39\xea\xbc\xe9\x61\x34\x1a\xe4\ \x3c\x3c\x7f\xf5\xf2\x5f\xfb\x85\xaf\xec\xef\x8d\x1e\x9f\xcd\xfe\ \xd4\x57\xbe\xb8\x59\x77\xbf\xfc\x4f\xde\xe7\x66\xf3\xfc\x00\x7e\ \xfa\xf9\x6b\x3b\x7d\xd3\x74\x2b\x3d\x10\x57\x4a\xb9\x83\xe3\xc1\ \xc6\x5c\x2b\x76\xbc\x14\x86\x98\xc7\xcb\x13\x13\x9d\x90\x69\x35\ \xd8\xbd\xb2\x77\x69\xb9\x58\xd4\x5d\x37\x18\x8d\x90\x12\x67\xfc\ \x60\x98\x48\xc6\x31\x62\xdb\x35\x23\x83\xd3\x7c\x6c\x37\x76\xa6\ \xfb\x65\x46\x7c\x4e\xa5\x63\xb4\x0d\xe5\x28\x1f\x05\xfd\x3e\x6f\ \xd2\x21\x12\x06\x1f\xbf\xf9\xce\xe7\xaf\xbe\x74\x76\x7c\xb7\x9b\ \xd5\xef\xbd\xf1\xb6\xd1\x7d\x99\x2b\x4a\xe3\x53\xf2\x3b\x08\xc8\ \xc0\xee\x30\x0a\x44\x9b\x00\x88\xa6\x37\xbd\xd5\x8e\x38\xa4\x20\ \xa9\x0c\x3e\xf4\xc1\xd2\x2c\x4f\x8a\x0c\x5d\x60\x99\x20\xad\x0b\ \x9b\x3e\x46\xc2\x28\x07\x6f\x05\x61\xd5\xdc\x46\x36\xe3\x4e\x89\ \x0c\xb1\x0f\xbc\x27\x7e\x13\xf8\xdc\x96\x0d\x29\x41\xc4\xa8\x1b\ \x7d\xea\xc8\xc2\xeb\x68\x6b\x63\x57\x4d\xe1\x44\xe8\xe1\xf1\xe3\ \x7b\x0e\x3d\xa5\x74\x3f\x39\x1c\x24\xe5\xf9\x7b\x8f\xee\xbc\xf1\ \xc1\xaa\xaf\x97\x75\x8d\x84\x78\xeb\x0e\x2f\x5d\x66\x44\x88\xae\ \xf9\x0b\x9f\xff\xc2\xe5\x9b\x37\x8f\x17\x73\x41\xc2\xce\xfe\xe0\ \xd5\x2f\xbf\xfc\x5b\xff\xf8\xdb\xb7\x0f\x76\x7f\xea\xf9\xe7\x45\ \x64\xc9\xbc\x29\x04\xd1\x8d\x0b\xb5\x1f\x41\xfa\xf2\xc1\x8d\x04\ \x98\x83\x78\xa2\xeb\x0f\x4e\x1f\xce\x29\x39\xca\xca\xaa\x2a\x0e\ \x2f\x5f\x9e\x2f\x57\xe7\x8b\x39\xe7\x22\x44\xf4\xde\x13\x10\xde\ \x79\x0f\x81\x70\xc5\x05\x27\x18\x20\x84\xe8\x7d\x64\x2c\x52\x42\ \x94\x10\x49\x25\x15\x33\x54\x77\x5d\x67\x44\x84\x10\x3b\xdb\xe5\ \x49\x36\x9b\x9d\xf9\xde\xd6\x8b\x75\xbd\x9a\x63\xfc\x4c\x06\xff\ \xa3\xe3\xac\x00\x71\x21\x35\x83\x80\xc1\x01\x73\x4a\x71\x30\x56\ \x26\x82\xfb\xe0\x36\x2d\x94\x25\x49\x15\x02\x32\x8a\x8c\x33\x29\ \x44\x70\x31\x7a\x8c\x1e\x19\x12\xc9\x30\x9c\x2c\x4b\x25\x26\xbb\ \x19\xf5\x21\x76\xde\xae\x1d\x9b\x87\xd8\x07\x4e\x73\xce\x78\x7c\ \x64\x67\x0f\xef\xd4\x01\xa0\x31\x71\xd3\x87\xce\x72\x26\x99\x94\ \x2b\xd3\x0a\xe0\x39\x53\x83\xc1\xc0\xf9\x68\x6b\xb7\x6e\xea\xa0\ \x9d\xf0\xa2\x69\xd7\x45\xa6\xbe\xf9\xf5\xaf\x2c\x17\x67\x84\xe2\ \xd7\xbe\xf2\x05\x49\xbd\x6e\xda\x94\xc4\x4b\xa3\xec\xeb\x2f\xdf\ \x2e\x44\x78\xf5\x85\x5b\x57\x12\x2e\x6d\x50\xc6\x3c\x56\xb1\x0d\ \xfe\x2a\xad\x3e\x9f\x4d\x5e\xe9\xf7\xc2\x6c\xe3\x04\x7b\x5f\x93\ \x37\x22\x9e\xe5\xac\xc1\x78\xb8\x7b\x70\xfb\xd6\xad\x8f\x3e\xfa\ \xe8\x7c\x36\x0f\x31\x06\x84\x6a\xa0\xac\xf5\x5a\x1b\x1f\x22\x43\ \x9a\x13\xc9\x09\xd3\x6d\x1b\xac\x4b\x06\x83\x40\xc0\xe9\x20\x06\ \x79\x31\xaa\x70\xb5\x6c\xea\x59\xdd\x6d\x7a\xd3\x12\x64\x8f\x1f\ \x3f\x74\xbd\x61\x11\x04\x25\x82\x31\x21\x99\x94\xe2\xe9\xf8\x1d\ \x82\xd0\xf1\xd0\x66\xa1\x88\x72\x14\xb3\x68\x1d\x59\xf6\x13\xa9\ \x33\x4b\xdd\xa6\xd9\xe3\x7d\xb5\x9f\xd7\xbb\x49\xe0\x54\x78\x4f\ \xad\xe1\xbd\x4d\xd7\x71\xb4\x24\x66\x45\xb2\x3c\x6b\x9a\x96\xc7\ \xb3\xc9\xb2\x1c\x15\x03\xbb\xf6\x64\x11\xf0\x08\xe2\x63\x92\x74\ \x65\xce\x76\x60\xce\xba\xa3\x85\x71\xf3\x76\xdd\xae\x66\x9b\xba\ \xd1\x3a\x40\x39\x9a\x6e\x36\x35\xeb\xfc\x3e\x4b\x9e\xa9\x26\x41\ \xcb\xc7\xe0\x62\xd3\xb7\xb3\xd5\xc8\xe5\x0f\xcf\x56\x3d\x67\xdf\ \xfc\x53\x3f\x75\xe3\x70\xf7\xde\x1f\x7c\xf7\xaf\x7c\xeb\x1b\xaf\ \x4e\xc6\x8b\xa3\xd3\xab\x41\x6c\xb4\xfd\x2b\x9f\xfb\x3c\x3b\xeb\ \xab\xbd\xea\x1b\x5f\x7d\x0e\x83\x79\x34\x3b\x2f\x26\xd5\xc6\xe8\ \x31\xf2\x2b\x1b\xf9\x4a\xd8\x2b\xbf\x6f\x42\xd3\xad\x52\x2a\x79\ \xbe\xba\x94\x1f\x4b\x4b\xd2\xd1\x57\xbf\xfa\x93\xab\xf5\xea\xf5\ \xb7\xdf\x44\xa0\x84\x92\x2c\xe7\x7d\xd3\xe9\xb6\x77\xd6\x93\xc0\ \xa7\x86\x59\xd7\xb7\x82\xad\xc1\x46\x91\xf1\x81\x5a\x13\x12\xf6\ \xf2\xab\x57\xc7\x57\xcc\xe0\xde\xc9\xdd\x07\x9b\x53\x55\x87\x3e\ \x74\xcb\xd5\xc9\x2f\x7f\xef\x07\x59\x14\xa5\xca\xa9\xa0\xc0\x38\ \x30\xfa\xf4\xfd\x06\x19\xd8\x8a\xf0\x48\x50\x50\x1e\x88\x40\xce\ \x88\x32\x9b\x10\x66\x6b\xce\x25\x8f\x04\x8e\x37\x9c\xb1\x64\x22\ \x25\x67\xc2\x51\x44\x6e\x03\x8b\x7d\x4f\x4d\x04\x0b\x59\xa0\xb7\ \x8d\x22\xeb\xbe\xa8\x37\x28\x3a\xe2\x5c\xa8\x7b\xac\xfb\xbc\x0b\ \x85\x93\xc2\xc4\x39\x2c\xe6\xe2\xcc\x6c\x34\x71\x14\x2c\x98\xd6\ \xed\x4c\x77\x9e\x7f\xf6\xb9\x99\x9c\x5b\x6f\xcb\xb2\xa2\xb5\xdd\ \xf4\x5a\x24\x99\x22\xb4\x04\x56\x95\xa3\x4d\x5d\x5b\xad\xbf\xf1\ \x85\x2f\x17\x55\x45\x97\xe7\xaf\x5c\x9b\x5a\x62\x73\xd4\xc6\x69\ \x05\xee\xf2\x6e\xf9\xb3\xdf\x7a\xed\x60\xb0\x9b\x53\x07\xce\x78\ \x49\x5b\x06\x5e\x70\x91\x97\x31\xb0\x93\x75\xa7\x57\x35\x72\x36\ \xf3\x7d\x1d\x99\x18\x8e\x52\xae\x38\x57\xc3\xc1\x98\x32\xd5\xb4\ \xda\xc7\x48\x20\x32\x46\x68\x96\x80\x31\xd6\x74\xc4\x5a\xe6\x90\ \x44\xe2\x43\xb4\xce\x82\x4c\xb3\xf1\x70\x65\xda\x2e\xf8\x72\x32\ \x18\xa9\xc2\x9f\x9e\xb7\x6d\x17\xb4\x33\x7d\x1b\xb5\x59\xb4\x5a\ \x12\x5e\xa8\x24\xcf\x14\xfb\x6c\x69\xc4\xcf\xb0\x1f\x9d\x02\x4d\ \x39\xe3\x8c\x22\x30\x8f\x34\x50\xda\x07\x1a\xfb\x8a\xd1\xe0\x35\ \xa7\x8d\x24\x82\xa5\x9c\x39\x42\x1c\x0f\xda\x9b\x8d\xa7\x8d\xe7\ \x6d\x4c\x18\x57\x92\xa3\x0b\xc9\x87\x7d\x78\x74\x66\x8c\x71\x9d\ \xee\xdb\x2e\xf8\x40\x01\x6c\x74\x06\xd0\x19\xb7\x88\x7a\xc5\x42\ \xea\x09\x37\x31\x4f\xf3\xd7\xbe\xfe\x13\x07\x37\xae\xff\xda\x6f\ \xfd\x66\x92\xe4\x34\xc0\xa2\xed\x44\x8c\x09\x4b\x48\x6c\x27\xd5\ \xe4\x95\x97\x3f\xbf\xdc\xcc\x4f\xe7\x8f\x9f\x7d\xe5\xc5\xf1\xe0\ \x4b\xba\xdd\x48\x89\xba\xdf\x04\xea\x98\xa4\xce\x76\xc9\x88\x7e\ \xfe\x9b\x2f\x0d\x77\xc7\x2b\xdb\xa6\x92\xae\xa0\xb3\xb4\x22\xbc\ \xaa\xd1\x7d\xb0\xa9\xe7\x67\x9d\x5d\xd4\xf3\xae\x3e\x67\xa1\x7c\ \xf9\x06\x2b\xb8\x08\x6e\xb5\x5c\x7d\x74\xe7\x63\xef\x43\x04\x12\ \x81\x78\x6f\x81\x30\xc6\x84\x52\xd4\x47\xe0\x9d\x89\x26\x50\x0e\ \x04\x31\x52\x54\xc3\x74\xf7\xea\xe5\x8f\x4e\x1e\xad\x4c\x5f\xc7\ \xd6\xa4\xc4\xcc\x4d\xbb\xa9\x5d\xef\x39\x11\x02\x44\x26\x54\xa6\ \x14\x06\x8f\x31\x50\x4a\x42\x7c\xca\xba\xc1\x48\xb0\x24\xd5\x0e\ \xee\x8f\x24\x8f\xb8\x0c\x21\xf7\xba\x66\xf3\xa2\x4a\x77\x96\x4d\ \x33\xbf\x43\xb8\x28\x1f\xed\x72\x20\x84\x4b\x9e\x08\x9b\x04\x48\ \x0c\x8a\xb9\x8f\xc7\x66\xbf\xca\x95\x18\xa7\x1f\x88\xfc\xe3\xa6\ \x8f\xab\xd9\x62\x55\xaf\x6a\xbb\xea\x99\x46\x12\x48\x47\x68\x87\ \xb8\x6c\xeb\x23\xe7\x43\x00\x40\x66\x4d\x7c\xee\xa5\x57\xfe\xf5\ \x7f\xeb\xdf\xfe\xf5\x5f\xff\x8d\x6e\xbd\x99\xe6\xc5\xe6\xe4\x6c\ \xd1\x19\xcc\x52\xd4\x26\x2f\x46\x2f\xbe\xf4\xf9\x6f\x4d\xc6\xbf\ \xfa\x7b\xdf\x7e\xe9\xf9\xe7\x7f\xe6\xeb\x5f\x52\x5f\xff\x42\xe5\ \xf5\x09\x6b\x56\x39\xc9\xbc\x08\xc6\x2b\x60\xff\xca\x4f\xbf\x46\ \x46\x89\x91\x76\xae\x5b\x72\x50\x2d\x3c\x14\x74\xea\x74\xbf\x56\ \xfc\x7b\x27\x67\xdd\xc3\xb9\x77\xfe\xc8\xd4\xd7\xbe\xf5\xa5\x8e\ \xa4\x81\x2a\x08\xfc\x07\x6f\xbc\x9d\xe6\x99\x4a\xf2\xa6\xeb\x21\ \xc4\xbe\xd7\x8c\xca\xa2\x4a\x5c\x6f\xd7\x61\x75\x3f\x23\x9e\x50\ \xdf\x3b\x3a\xeb\x6e\x20\xff\xa9\x2f\x7f\xed\x3b\xf5\x9d\xef\xd8\ \xbb\x6f\x90\x47\xf9\xb5\x7c\xad\x65\x7f\x7f\x39\x3f\x59\x65\x9a\ \x2c\xcf\x4e\x13\x46\x0e\x26\x93\x51\x35\x6a\xbb\x6e\xd3\x36\x44\ \xf0\xa7\xe4\xd5\x10\x28\xa5\x2c\x11\xd4\x41\x02\x09\xed\x9c\x20\ \x1c\x9d\x97\x9a\x28\x84\x61\x22\x79\x24\xcd\xa3\x8d\xa8\x5d\xb2\ \x47\x58\x9e\x35\xd6\x76\x5d\x0f\xad\xc1\x4d\x47\x5a\x5f\x12\xb9\ \x57\x54\x49\x43\x57\x9b\x66\x73\x7c\xdc\x93\xd8\x38\xe7\xbd\x8f\ \x26\x24\x1e\x03\x4d\x06\x2c\x11\xb9\x4a\x09\xb2\x28\x18\x11\xeb\ \xb6\x7e\xf9\xf6\x4b\x5f\xff\xea\x37\x5e\x7d\xf5\xd5\x5f\xf9\x95\ \x5f\xf9\xe0\xc3\xf7\xb3\xc8\x57\xcc\x06\x25\x08\x05\x17\x98\x37\ \xe4\xb9\x67\x6e\x5f\xbb\x7c\xf9\x37\x7e\xed\x57\x33\xce\x5f\x7d\ \xee\x79\x67\x77\xe6\xfe\xc8\x9b\x4e\x09\x7f\x40\x48\x0c\x62\x0d\ \x21\xab\x52\x56\x90\x53\x58\xc9\x71\xfe\x20\x92\xce\x5a\x80\x28\ \x14\x39\x48\x73\xb8\xfa\xcc\xfa\x7c\xf1\x07\x6f\xbe\xf9\xf1\xe2\ \xec\xd2\xcb\xcf\x66\x49\x32\x69\x59\xdb\x74\x6f\xbc\xf1\x26\x97\ \x8a\x01\x8b\x84\x20\xa3\xce\x7b\x20\x84\x24\x69\x11\x20\x06\xa2\ \x9d\x41\x8a\xa8\x98\x8b\x51\x13\x73\xfd\xb9\x2b\x69\xf4\x1f\x3e\ \xb8\x7f\xe6\x5b\xe9\x3d\x62\x68\xeb\x4d\xd0\x1e\xac\x4f\x05\xab\ \x8a\x22\xe3\x4a\x50\xe6\xb4\xa6\x14\x7e\x4c\xe7\xd8\x00\x49\x89\ \x90\x14\x28\x89\xd1\x13\x6c\x3d\xf6\xb6\xa8\x14\x13\xb2\xad\x0d\ \xd7\x6d\xe8\x89\x57\x84\xf8\x18\x3a\xe3\x37\x1d\x68\x1f\x3a\xc3\ \x5d\x9c\x4c\x2a\x19\x44\xd3\x36\xed\x72\xb9\xb4\x67\x00\x24\xc4\ \x10\x31\x46\x44\x22\x58\x92\x66\x32\x4d\x92\x94\x8c\xad\x4e\xbb\ \xa6\x5b\xae\x2e\x4f\x0f\xbe\xf5\xcd\x6f\x7e\xfe\xcb\xaf\x55\x07\ \xbb\x77\xde\xbf\xf3\xf0\xf8\x28\x11\x0a\x62\x44\xc1\x56\x5d\x9d\ \x95\x79\xbd\x5c\x63\x8c\x7b\x87\xfb\x67\xf5\x69\x6b\xbb\xfd\xb4\ \x88\x16\x72\xef\xf6\x0c\x15\x3c\x03\x02\x0b\xe6\xa6\xe3\xe9\x1c\ \xdc\xd1\xf2\x2c\x19\x57\x4b\xa3\x35\xd5\xeb\x0f\x56\x9c\xa4\x0f\ \x95\xb8\xfe\xca\x73\xe2\xf3\xaf\x9c\x9e\x9f\xfd\xf2\x3f\xfa\x47\ \xe7\x8f\x8e\xbe\xc4\x2d\x5f\xeb\x54\x88\x0e\xba\xe5\xc7\x2b\xa1\ \xa4\x4a\x32\x88\x51\x25\x69\xd7\x19\x20\xde\x87\xc8\x39\x2f\xb2\ \xd2\x05\xec\xd0\xf2\x54\x76\x3e\x9c\xb8\x4d\x59\x10\x36\xc9\xeb\ \xc7\x2b\xdd\xb4\x7d\xaf\x71\x5d\x73\xc2\x54\xaa\x14\x55\x99\x48\ \x15\x93\x8c\x10\x67\x4d\x08\x5e\x48\x25\x84\x78\xca\x76\x83\x11\ \xfa\x52\xae\x98\x64\x0d\x41\x06\x3c\xa2\x5f\x19\xd2\xb2\xcb\x93\ \x6a\xb0\x71\xf6\xb4\x2d\x17\x67\x3f\x79\x6f\x17\x01\xeb\xd5\x6a\ \x79\x74\x4a\xd7\x7d\xda\x45\x58\x74\xa3\x64\x7a\x6b\xf8\xfc\xbb\ \x1f\x7c\xf0\xf1\xc9\xa3\x5a\x3b\x43\xd0\x02\x68\xeb\x69\xa0\x12\ \x78\x9a\xe4\xd9\x60\x10\x94\x88\x61\xca\x6b\xd3\xcf\x56\xb4\x0d\ \x7f\xe5\x67\xfe\xc2\xbf\xfa\xd3\x7f\xee\xe5\x17\x5e\x66\xa7\xee\ \xef\xfd\x97\x7f\xff\x44\xaa\x93\x84\x88\xac\xe4\xad\x33\x10\x7a\ \xef\xee\xce\x4e\xff\xf4\xab\x9f\xdf\xbd\x33\x35\xeb\x75\x49\x41\ \x30\x9f\xa3\x3d\x67\xa8\xaa\x61\xd6\x88\x52\xa6\x25\x97\x4d\x6c\ \x67\xcb\xc6\x46\xa4\x45\x76\x56\xf7\xa7\xf7\xcf\xc4\xb9\xc5\x34\ \x4d\xc6\x93\x3f\xfd\x57\xff\xd2\x64\x30\xfc\xd5\x5f\xf9\xb5\x5f\ \xfa\xfb\x7f\xff\x55\x33\x7f\x91\xdf\xe0\x96\x44\x0c\xef\x7d\xf0\ \x7e\x92\xa4\x93\xdd\x5d\x00\x02\x84\x29\xc9\x8c\xb1\xa6\xef\x9c\ \xb1\x59\x55\x9d\x62\x58\xbb\x3e\xcd\x93\x7d\xc1\xec\xfd\xc7\xe6\ \xfc\xd1\xb3\x5f\xba\xf6\xf7\xdf\x7d\xf7\x3d\xa8\xed\x6a\x55\x1d\ \xcf\xd5\xfd\xcd\x48\x65\xbb\x55\x39\xa6\xd9\xe1\xe1\xb4\xe0\x89\ \x33\x9e\x52\x48\x12\xc1\xa4\x7a\xca\x13\x13\x09\x40\x40\x5e\x63\ \x42\x38\x75\x80\x3d\x86\x3a\xb0\x16\xf2\x20\x54\x20\x15\xa1\xb9\ \x4c\x76\x89\x84\x1e\xf0\xc8\x34\xbe\xee\xdb\xba\xe9\x3b\x8a\x38\ \x4c\xab\xd9\xd1\x39\x4f\x32\x9a\x54\xab\x59\xb7\x6a\x1b\x43\x63\ \x54\x82\x02\x17\x44\xd1\x8c\x0a\x42\x19\x4f\x2c\xb0\x48\xba\xd0\ \xb5\xb6\xf5\xed\x66\x9d\x27\xe5\x97\xbe\xf4\x5a\x9e\x65\xf5\x6a\ \x3d\x19\x8c\x0a\x99\x38\x63\x43\xca\x3b\x1b\x38\xf0\x18\x25\x51\ \xfe\x83\x3b\x77\xda\xcd\x26\xcf\xd3\x22\x97\x46\x6f\x10\xb5\x40\ \xb8\x2a\x86\xcf\x96\xa3\xa1\x26\x76\xde\x40\x4e\x4f\x52\xfb\xbd\ \xd5\xc9\x51\x4a\xcf\x7b\xdd\x9c\x6e\x56\x9b\xa6\xd7\x7d\xce\x55\ \x32\xe1\xab\x52\x53\x4c\x39\xcd\x7d\x03\x7a\xee\xf2\x29\x33\xde\ \x76\x7d\xe7\x36\x4e\xc8\x34\x49\x13\x2a\x65\x08\x91\x09\x6e\x7d\ \x68\x74\x37\x40\x22\xa9\x34\xcc\x06\x82\x2c\x49\x54\x49\x1b\x74\ \x67\x7a\xcd\xb2\xd4\x4b\xd8\x2c\xeb\xc2\x85\xf9\xc9\x39\x09\x71\ \x98\xe6\x4c\x92\x42\xa6\x92\x30\x41\x19\x22\x52\xc6\x81\xfc\xb8\ \xfc\x9d\x88\xd9\xd2\x51\x17\xb1\xb3\xac\x47\xe2\x79\x91\x95\x25\ \xcd\x38\x88\x52\x64\x60\xa1\x3d\xee\xeb\xd0\x83\x71\xae\xd5\xc4\ \xf9\x41\x9a\xdb\xc6\xf6\x4d\x47\xab\x5d\xef\x7c\xbd\xa8\x09\x54\ \x11\x50\x25\x89\x60\xc4\xc7\xc0\x13\x05\x8c\xfa\x88\x8d\x73\x9d\ \xd6\x7e\xb5\x91\x75\x4f\x37\xdd\xcd\x2b\xd3\x1b\x72\xfc\xe8\xf7\ \xde\xf2\x92\x4e\x0d\xb1\x9e\x7b\xad\x87\x4c\x9c\x90\x5e\xe4\x8a\ \x1a\x2c\x8b\xe2\xee\x47\x77\x2c\x73\x97\x9e\xd9\x1f\x8d\x4a\x30\ \x86\x7b\x5f\xb5\xee\x67\xc8\xa5\x7c\x3c\x45\x13\xc9\x7e\x7a\xb6\ \x98\x7d\xd8\x2c\x4e\x07\x61\x45\xf0\x7b\xf7\xde\x69\x97\x8b\xce\ \x89\x55\xdf\xa2\x12\x0b\x8f\xef\x1f\x9d\x6e\xba\xf6\x64\xb1\x26\ \x5c\x04\x46\x06\x45\xb1\x9a\xcd\x9d\x47\xe7\x1c\x68\x5a\xf8\x50\ \x56\x15\x00\x01\x82\x94\xd1\x6d\xef\xa0\x80\x58\x4e\xa7\xc3\x41\ \xb2\xc2\x8e\x42\xdf\x12\x7f\x6f\x79\xea\xbc\xd7\xb6\x37\xad\x69\ \x97\x6b\xba\x69\x77\x46\x93\x41\x3e\x94\x54\x09\xe0\x89\x4c\x62\ \x44\x4d\x68\xaf\xdb\x08\x04\x81\x3e\xdd\xba\x1b\x29\x19\x9e\xcf\ \xf7\x4f\xef\x0f\x5a\xc6\x4f\x9b\x74\x69\xc6\x3c\xbb\x92\x8f\xd3\ \x36\xe6\xd9\x0e\x06\x6c\x4e\xfb\xf0\xde\xf9\xf9\x66\xd9\xad\x66\ \xb6\xdd\x4c\xaa\x61\xc6\xc5\xf7\x7e\xef\xfd\x6b\xb7\x6e\xee\xee\ \x87\x93\x59\xb7\x4c\xf2\x59\x1a\x03\x21\x2c\x51\x68\x63\x46\x44\ \x41\x12\x62\xa3\x45\x32\x3f\x5f\x2f\x9a\xe6\xe1\xf9\xb2\x3b\x5f\ \xbd\xb8\x7f\xfd\x4f\x7f\xee\xb5\xcd\xdb\xf7\xbe\xf3\x07\x1f\xf9\ \xbe\xb9\x26\x8a\xa3\xa6\xe5\x09\x04\x63\x12\x17\x48\x26\x80\x95\ \xb5\xd1\xff\xf1\x7f\xf6\x9f\x8c\x07\xc3\xd7\x5e\x7c\x91\xdb\x9e\ \x81\xd1\xa4\x7e\xf9\x3e\xbd\x3a\xbd\x41\xbc\x02\xc1\x31\xef\x97\ \xfa\xec\x03\x77\x6a\x8b\xe1\xf7\x4f\x4e\xee\x7c\x78\xec\x2c\xac\ \x4f\xe7\x41\xaa\xca\xf1\x3b\xff\xd1\x7f\x66\x00\x96\xf3\x79\x8b\ \xcc\x50\x0e\x89\x6a\x17\x6d\x3d\xdf\x44\x4a\xd7\xab\x53\xe3\xc3\ \xc1\xe1\x25\xca\x98\x35\x9e\x51\x2a\xd3\xac\x43\x50\x0e\x5e\xee\ \x4b\xf1\xc2\xed\x47\x49\xfb\xb8\x7d\xcc\xbe\x94\xfe\x9d\xf4\xe3\ \x7a\xf6\x60\x13\xbb\xc1\x51\x67\x1f\x9c\xb3\x3b\xed\x9e\x9a\x3c\ \xb3\x7f\x75\x94\x16\x39\xc8\x69\x39\x28\x92\x74\xbd\xde\x50\x46\ \x49\x4b\x71\xeb\xed\xff\x8b\x2b\x1e\x09\x10\x8f\xf2\xb8\xa7\x48\ \x5d\xd7\x87\xce\x80\x71\x34\x10\x45\xb9\x88\xa4\xdf\x74\x3a\xb6\ \x82\x72\xeb\x5c\xd3\xb5\xda\x1b\x24\x48\x38\x65\x82\x49\x06\x60\ \x7c\x52\x89\x08\x71\x81\x36\x24\xc2\x83\x47\x46\xb3\x34\x8f\x00\ \x36\x04\xe3\x43\x6b\x5b\x6f\x83\x69\x97\xd1\x34\x6d\xa3\x4d\xef\ \x2e\x7f\xee\x66\x92\x65\x0f\x1e\x3d\x7a\xef\xfd\xf7\x16\xf3\x73\ \x0a\x91\x6d\x4f\x6c\x43\x44\x88\x04\x28\xa3\x14\x08\xbd\x77\xff\ \xee\x8d\xab\x87\xd7\x6e\x5e\x8d\xc1\x69\x6b\x25\x48\x12\xa5\xdf\ \x04\xbd\xc1\x32\x14\x6d\xd3\xad\xce\xcf\x5f\xfd\xda\x17\x89\x5b\ \xfe\xce\x77\x7f\x83\x2d\xc8\xd4\xd3\x36\x08\x84\x30\x5f\x1c\x7f\ \xe7\xc3\x33\xbb\xe9\xba\xae\x1b\xe7\xe9\x9e\x95\x69\x0f\x1b\xdd\ \x6e\xfd\x09\x6f\x75\xeb\x7d\x5a\x16\x79\x59\xd4\xd6\x50\xc9\xca\ \xb4\x22\xb5\x46\x62\xab\xe1\x64\xe7\xc6\x41\x0b\xe6\xc1\xec\x18\ \x82\x39\x6b\x66\xb4\xa1\xa6\x5e\x63\xdf\xd7\xb3\xa6\x9f\x6f\x86\ \x79\x39\x2a\x8a\x54\x28\xc9\x38\x89\x84\x31\x1a\x23\xa4\x99\xe6\ \xfc\xc7\x72\x4e\x31\x21\xe0\x62\xbc\x7b\x1e\x1c\x06\xeb\x28\x12\ \x01\xa2\xeb\x75\x6d\x5a\x40\x10\x94\x07\x17\x0d\x0d\x0e\x22\x0d\ \xc1\x19\x9b\x4a\x9e\x55\x05\x72\x0c\x09\x12\xc6\x9b\xae\x31\x31\ \x78\xdf\x26\x69\x06\x12\x18\x67\xce\xfa\xf5\x66\xe9\xb7\xdd\x6b\ \xbd\x37\x46\x7b\x1f\x21\x10\x4e\xc9\xf0\xf2\x25\x9a\x67\xf7\x3e\ \xfe\x70\xd6\xac\x2c\x89\x9c\x11\x82\x24\xba\x2e\x08\x07\x94\x03\ \x02\xf1\x2e\xe3\x2c\x78\x9d\x32\xce\x5c\xc0\x60\x8b\x10\x18\x90\ \x1f\xcc\x67\xe4\xf8\x8c\xe9\xc0\x22\x5b\xb7\xed\x89\x37\xb7\xbe\ \xf1\xb5\x37\xbe\xf7\xbb\xf3\x47\x5d\xa4\x29\x4d\x05\x35\xdd\x98\ \xe7\x70\xd2\x99\x0f\xce\xb1\xef\x9f\x29\xd3\x4b\x37\x9f\x09\xbd\ \x39\x6d\x96\x81\x44\xc9\xb3\x22\x2d\xfb\xbe\xaf\x9b\x0d\x97\x3c\ \x49\x92\x2c\x4f\x23\x22\x15\x02\xb4\x0e\x08\x6a\x77\x7c\xf8\xdc\ \x75\x6e\x16\x47\xf7\xde\x5b\xea\x56\x2f\x56\x3c\xa0\x5d\x37\x61\ \xdd\x0d\x3c\x49\xaa\x71\x95\x56\x83\xb4\xe4\x20\xd0\x03\x04\xc0\ \x10\x39\x95\x52\x04\xa1\x14\x17\xfc\xe9\x58\x86\xc0\xc9\x33\x6f\ \xb5\xfa\xfb\x73\x1a\x78\x68\x8c\xa2\xd2\x76\xdd\xc7\x66\x6d\x91\ \x18\x82\x26\xa2\x01\x3c\x73\xac\x33\x1d\xa1\x08\x5e\xdf\x54\x93\ \x4b\x45\xc5\xc6\xe3\x2b\xb7\x9e\xef\x6c\x58\xd6\x1d\x0d\xe4\x92\ \xca\x78\x91\x10\xa7\x30\x04\xbd\x6e\xbb\xd9\xb9\x6f\x35\x46\x58\ \x6c\x56\xad\xd1\x4e\x52\x82\x31\x2b\xb2\x74\xb7\x7a\xe7\x83\xf7\ \xea\xe3\xb3\xb6\xad\xb3\x04\x4a\xdb\x22\x09\xcd\xb2\x4d\x9d\xaa\ \x89\xf6\xc4\x7b\x8a\x40\x09\xb5\x8e\x76\xbd\x82\x62\x63\xd6\x22\ \x35\x76\xee\x7f\xf7\xdb\xbf\x46\x7d\x4e\x30\x6b\x6d\x77\x67\x75\ \xef\x73\xbf\xf0\x93\x3d\x4d\xbf\xf7\xbb\xef\xd9\x58\xa2\x50\x6c\ \x10\x40\x87\xfe\xe1\x9a\xf9\x26\x74\x3a\x31\xfd\x57\xaf\x5d\xbe\ \x9a\x0c\xea\xf3\xb3\x56\xaf\xb3\x2c\x17\x4c\xe5\x59\x36\x5f\x2d\ \x11\xf1\xf2\xe5\x2b\x80\x51\x30\x2e\xa5\x60\x84\x74\xf3\xcd\x65\ \x36\x7a\xfe\xd9\x2f\x3c\xba\xec\xfe\x83\x0f\x7f\xe9\xf7\xfd\xfd\ \x95\x6b\x92\x55\x28\x1f\xb7\xfb\xf7\xfa\x6a\xa6\x82\x96\xd7\x26\ \xd7\x2f\x17\x87\x79\x92\x70\x46\x43\xf0\x7d\x6f\xb6\xfd\xf6\x8d\ \xf3\xf8\x99\x0f\xcc\xfd\x63\xac\x02\xc1\xde\xeb\x37\x4f\x28\x21\ \xba\xef\x7d\xf0\x9c\xd2\x9e\x90\x0d\x6e\x8f\x18\x66\x69\x9a\x40\ \x04\x24\x8c\x15\x83\x04\x03\x7a\x0b\x31\x28\x29\x38\x63\x93\xe9\ \xa4\x18\x56\x67\xeb\xc5\xe3\x6e\x03\x11\x76\xa7\x93\xe9\x78\xea\ \x8c\x05\x20\xeb\x4d\x7d\xbe\x98\xf5\xda\x10\xce\x30\x86\xe0\x31\ \xcd\xcb\x08\xbd\xcc\xf3\xf1\xce\xf4\xfd\x0f\x3f\x38\x3d\x7e\x5c\ \xe6\x99\x0d\x0e\xa3\x17\x96\x10\x0f\x84\xc4\xe0\xbd\xa0\xc2\xd3\ \xc0\xf2\xf4\x7c\x79\xfe\xdb\xdf\xff\xce\xb3\xb7\x6f\x90\x34\x39\ \xb6\x6c\x05\xfe\x01\xf4\x68\x36\xd2\x83\x86\xf8\x41\x5c\xef\xd4\ \xb3\xdf\x78\xff\xed\xc7\x8e\xee\x27\x32\x5a\x6f\x08\x47\x25\x6a\ \x6f\xc1\x3a\xad\xcc\x8d\x5b\x37\xbe\xf4\xda\x97\x8f\x66\x67\x8f\ \x8f\x1e\x0b\x6f\xb3\x24\x4b\x8a\xdc\x59\xd7\xe9\x9e\x68\x2a\x32\ \x15\x82\xf3\x14\x22\x61\x06\x9d\x09\x3d\x46\x3b\xa8\x78\x31\x1e\ \x10\x5c\xb4\x67\x9b\xae\xa9\xa5\xa7\x71\xb1\x22\xeb\x36\x89\x6a\ \xbc\x7b\x59\x10\x5a\x32\x95\x8b\x3c\xc6\xe0\x62\x08\x11\x90\x12\ \xca\x25\xf9\xf1\xf0\x3b\x84\xa0\x0f\xfa\xfe\x39\x50\x16\x11\x11\ \x48\xb7\xdd\x03\xc2\x84\x12\x8a\x13\x21\x53\xce\x01\x7c\x0c\x4c\ \x91\x3e\xd6\xe0\x43\x88\x54\x24\xd9\xb8\x2a\x0c\xe0\x9d\xc7\x8f\ \x7c\x88\x97\x77\x2e\xef\xee\x4c\xac\xb5\x82\x8b\xcc\xb1\xa0\x3b\ \x12\x1c\x75\x4e\x84\x90\x45\x58\xe6\xf2\x31\x43\x58\xbb\xe5\x4e\ \x76\x9c\xc6\x07\xb4\xab\xa5\x73\xe8\x84\x92\xa6\xed\x09\x8b\xc8\ \x00\x43\x80\x18\x53\xce\x8d\xb3\x09\xe5\xf7\x3f\xbc\xc3\x6c\xfd\ \xcd\x97\x9f\x1f\x38\x3b\x4f\xc4\x7b\xdf\xb8\x7e\x33\x1d\xb9\xa3\ \x05\x2c\xfb\xbb\x77\xfb\x93\x3a\xfc\xfa\xdb\xbf\xf7\xce\xfa\x04\ \xf6\x47\x8d\xf7\xe9\x6a\x5d\x0a\xe1\x21\x3a\x08\x50\x25\x6d\x6c\ \xbf\xf6\xad\xaf\x7c\xf1\x2b\xaf\xfc\xca\xaf\xfd\x12\x36\x16\x42\ \x20\x22\x45\x88\x49\x9a\xf8\x10\xba\xbe\x17\x52\xa6\x49\xda\x6b\ \xad\xa4\xa0\x18\x3b\xe2\x4f\x36\x2b\xac\x17\x61\x24\x4d\x42\x1a\ \xed\x16\xf5\x32\x77\xa4\x9d\x2d\xf8\x5a\xdf\xbe\xfe\x6c\x3e\x1a\ \x38\x13\x04\x72\x4e\x04\x32\x8c\x1e\x23\x46\xc1\x65\x80\x48\x29\ \x27\x94\x3d\x5d\xdb\x2f\x2e\xe8\x07\x1f\x2d\x7e\xe3\xb7\x1f\x49\ \xae\x88\x83\x4c\x64\x04\xb9\x52\x85\x2a\x4a\x91\xe5\x49\x96\x66\ \x14\xf6\xf4\xda\x65\xb6\x75\xdd\xe9\xe9\xa3\x32\xf2\x04\xc5\xcd\ \xeb\x37\xca\x41\xf5\xed\xef\xbf\xfe\xd1\xc9\xe3\xeb\xc9\xf4\x0b\ \x93\x9b\x30\x2c\x3a\x1a\x2c\x83\xc7\xfa\xf8\xc4\xf6\x8d\xef\xbd\ \xa0\x9b\x12\xfc\x30\xab\x2c\xcc\x75\xed\x06\xb4\xdb\x57\x1f\xd0\ \xe5\x06\x66\x55\xc1\x82\xd7\xe0\x1a\xa6\xbb\xa1\xa1\x25\xcb\x02\ \xa5\x86\x51\xc1\x44\x70\x51\x6f\xea\x5f\xfa\x4f\xff\x53\xf9\xe7\ \xbf\x7e\xf8\x4c\x5a\xeb\xd5\xf1\x6b\xd7\x2e\xff\xc2\x4f\xea\xb3\ \xd8\x9e\xe9\xc5\x62\x71\xf7\xbe\x7f\xb8\x79\xf8\xdd\x7f\xf2\xc6\ \xb0\xbc\x22\x9b\xc2\xd8\xe0\xe9\x52\x65\x85\xf7\xa8\x1d\xae\x6d\ \x3f\xdd\xdb\xfb\x1f\xfe\x2f\xff\x27\x1f\xbc\xf3\xfd\x3f\xf8\xfd\ \x6f\x63\xe8\x2d\x12\x51\x08\xc6\x45\x59\x94\x18\xfc\x72\xb1\xdc\ \xd9\xdd\x05\x87\xd1\xba\x81\x4a\x71\x00\x6f\x2a\x7a\xf2\xe1\x1b\ \xb7\x26\x37\x6e\x8d\x26\x6f\x3e\x7a\xcf\x2f\x4e\x93\x15\xc4\x3b\ \xf3\x93\xf7\x9d\xd9\xb9\xf4\xdf\xfa\xb9\x9f\x49\x4e\x0c\x67\x2a\ \x91\x49\xef\x3b\x20\xcc\xc5\x20\x55\xc2\x45\xec\x3a\xbd\x3d\x51\ \xf2\xe9\xe2\x2c\x74\x81\x1e\x77\x69\x91\x0a\x10\x81\x70\xca\x58\ \xe4\xc4\x6f\xfd\x1a\xc5\x2d\x25\x8e\x29\x42\x25\x0b\x01\xb4\xf6\ \xd6\xfb\xae\x19\x0f\x2b\x20\x30\xdc\x19\x47\x02\xf7\xef\x1f\x79\ \x22\xaf\x5d\xbd\x32\x29\x07\xa0\x1d\x0f\x1e\x03\x32\x42\xb2\x6a\ \x68\x72\x67\x9c\xab\x9d\xb5\x2a\xb1\xc6\x11\xe6\x65\x92\xbc\x7f\ \xe7\xa3\xd6\xf4\x5c\x89\xde\xf5\x88\x3e\x7a\x27\x22\x4f\x08\x07\ \xa4\xbd\x73\x42\x09\x91\x25\x1e\x4d\x6b\xd7\xf7\x8e\xee\x0f\x0f\ \xaa\x2f\x5c\xfd\xe2\xe8\x3c\x8c\xf6\x26\x5f\xfe\x89\xaf\xe9\xe8\ \x7f\xf0\xf6\xdb\xdf\xfd\xf6\x77\x16\x61\x70\xf7\xc3\xbb\x76\x15\ \x77\x63\x45\x9b\x0d\x61\x00\x34\x62\x82\xbd\x33\x82\x11\x47\x7c\ \x5e\x65\xcf\xbe\x70\x73\xf6\x3b\x67\xde\x76\x0c\x48\x6f\x3a\x4a\ \x32\xce\x99\x94\x02\x01\xeb\xba\xbe\xfa\xdc\xb3\x44\x50\xed\x3d\ \x84\xe8\xc1\x9f\xe9\xd5\x51\xbb\x48\x13\x6b\x25\x18\xb0\xab\xe5\ \xbc\x8a\xd2\x2d\x56\xed\xe9\xb2\x9a\x5e\xbd\x79\xfd\x5a\xb3\x59\ \xd3\x40\x13\x26\x90\x4a\x82\xd6\x06\x1f\x91\x10\xca\x3f\x63\xb7\ \xa9\x1f\x7d\x5e\x28\x02\xb1\x24\x11\x52\x71\x20\x04\x80\x73\xc6\ \x28\x45\x44\x46\x90\x50\xeb\x82\x0e\x3e\x42\xc4\x18\xb1\x6f\x36\ \x10\x91\xe1\xee\xa0\x1a\x20\xc0\xd1\xe3\xa3\x9c\xa4\xfb\x97\xf6\ \x0e\x86\x63\xe7\x1c\x43\x0a\x3e\x1a\xe3\x8a\x34\xc3\x34\x8b\x3e\ \x1a\x6b\xbd\x73\x63\xe7\x33\xef\xc4\xe1\xfe\xa6\x5f\x7c\xf7\xdd\ \x33\xdb\x35\x45\xe7\x79\x60\xa0\xf8\x22\xa4\x3d\x67\x39\x38\xd3\ \x37\x11\x98\x1c\x66\x09\x2d\xb2\xe0\x37\xb6\x33\x72\xd8\xec\xdd\ \xf4\x45\x6a\x9d\xbb\x3e\xbc\xf1\xf2\x2b\xaf\xf4\x75\xf3\xed\xdf\ \xfc\xed\x3b\xf7\x8f\xd7\x84\x98\xae\x57\xc0\xdd\xa6\xce\x71\x5b\ \x34\x4e\x8d\xeb\x75\x30\x94\x73\x93\xc4\x13\xbd\x7c\xbc\x59\xae\ \x5c\xdc\x18\x20\xc0\x78\xc2\x08\x10\x70\x10\x1c\x44\x86\x74\x58\ \x5c\xfb\xda\x2b\x1f\xf7\xa7\x0f\xdd\xd2\x24\x99\xad\x3b\xa1\xc3\ \xf1\xfa\xa3\xe4\x31\xd0\xf5\xa6\x3c\xa9\x8b\x9a\xd8\x55\x27\x35\ \xdb\x3b\xb8\x36\x2c\x06\x24\xf0\xe0\x3d\x61\x28\x12\x1a\x22\xfa\ \xde\x00\x09\x84\x04\xc5\xa0\x64\x5c\x44\xc0\xa7\xe3\x37\x11\x05\ \xcf\x8b\xc1\x5e\x59\xe4\x92\x53\x4e\x29\x27\x14\x90\x22\x22\x27\ \x16\x1c\x06\x1f\x4f\x9b\x5e\xf7\xeb\x7e\xb3\xdc\x2c\x16\x38\x1a\ \x4f\x0f\x2e\xef\x0d\x06\xb3\xb3\xf3\xbb\xef\x7e\xfc\xca\xcb\x2f\ \xbe\x72\xeb\x05\x05\x74\xd9\x6e\x22\x06\xd3\x6b\xae\xe2\x33\x2f\ \x5c\xef\x8d\xaf\x3b\xbb\x6e\x5a\xeb\xc2\x89\xa7\x99\xaa\xaa\x4b\ \x57\x7f\xf5\x77\xbe\xdd\x9e\xcf\x27\xad\x9f\x85\xf5\xdd\x5d\xd2\ \x0d\xf9\xe5\x63\x59\x01\x3f\xe6\xc1\xf4\x7e\x5c\xe6\x59\x9e\x87\ \xd2\x6b\xab\x1b\x70\xaf\x47\x6a\x87\xcf\x41\xf2\x02\x10\x59\xde\ \x7a\x6d\xf4\xca\xee\x83\x8f\x1e\x7e\xf7\x1f\xfc\xe7\x27\x8e\xf2\ \x99\xc9\xe5\x50\xaf\x37\xcc\x39\xe3\x9d\x1d\x32\x87\xd6\x78\x1f\ \x82\x23\x29\xd4\x66\x7d\xef\xd1\xfd\xa6\xef\x37\x8d\x06\x6f\x58\ \x35\xec\x68\xb2\xd1\x35\x04\x97\xe5\xb9\xeb\xcc\x6b\xd7\x5f\x7c\ \x7c\x4d\xfd\x2d\xff\xdd\xcd\xa0\x3f\xe8\x5c\x17\x36\xdd\x62\xdd\ \xd9\x8f\x1a\xdb\x8f\x4e\xc4\x73\xef\x0d\xd5\xdc\xcf\xef\xb4\x69\ \x72\x90\x7e\xf9\x55\x5b\x92\x51\x1b\x36\x6e\xc6\x69\x55\x8e\xd2\ \xba\x73\xba\xed\x21\x24\x31\xf2\xbc\x9c\x18\xed\xb7\xcd\x7b\x9e\ \x82\x57\x26\x9c\x92\x8a\xc5\x84\x48\x9e\x04\x0c\x00\x24\x62\x14\ \x94\x7a\x17\x5c\xd7\x22\x81\x88\x9d\x41\xec\xbd\xb5\xd1\x45\xef\ \xa8\x76\x65\x5e\x0d\xe4\x08\x1c\xd6\xed\xe6\x5a\x75\xe5\xf0\xf0\ \x72\x8c\xd1\xb7\xd6\x1b\x4f\x90\x20\x90\x88\x40\x39\xcb\x12\xc5\ \x82\xc3\x4d\xd3\x2b\xda\x1d\xe4\xcf\xdc\xfc\x42\x1a\xd4\xec\xed\ \xb7\xc7\x8d\xeb\x59\xe8\x14\x33\x40\x14\x4b\x0c\x09\x44\x32\x6b\ \x0c\x4f\x59\x5e\x66\x40\xa0\x54\x15\xdd\x88\x6a\x50\x3e\x77\xe9\ \xcb\x1f\xde\x3b\x6d\x45\x18\x2d\xec\xe2\xb7\x7f\x3b\xea\x78\xff\ \xe3\x07\x8b\x87\x8b\xd5\x72\xd5\xf5\xda\x43\x20\x8c\x09\x4a\xc0\ \x23\x47\xc2\x23\x26\x31\x8d\x31\x56\x6c\xbc\xba\xb7\xf8\xdd\x5f\ \xfa\x9d\xe5\x6c\xce\x6a\x6a\x94\x91\x59\xd6\x13\x0c\xc1\x10\x02\ \x9c\x90\xe1\xa8\xba\xfd\xe2\x33\x73\xdf\x7d\xf0\xe8\xc1\xa3\x74\ \xd5\x40\x1f\x6a\x0d\x8d\x51\x77\x81\xb5\x41\x9e\x98\xaa\x96\x1c\ \x68\xc2\xca\x9d\xdb\x87\x93\xac\x74\xd6\x30\xce\xa8\xa0\x8e\x47\ \x02\x40\x28\x10\x1b\xd1\x5b\x8a\x9a\x92\xf8\xe3\xca\x67\x51\x95\ \x95\xdb\xee\x41\x94\x80\x75\x36\x06\x1f\xbc\x87\x10\x29\x05\x8c\ \xd1\x7a\xaf\xb5\x81\x18\x21\x42\x9e\x66\x84\x33\x24\x44\x6b\x9d\ \x17\xc5\xc1\xe5\xcb\x45\x51\xb8\xcd\xc6\x38\x1b\x80\x04\x40\xa4\ \x84\x0a\x8e\x80\xc8\x38\x63\x94\x72\xbe\x2e\xdc\xc1\x17\x5f\xbd\ \x95\x0c\xfb\x3b\x8f\x45\xad\x93\x10\x3d\xa7\x3d\x07\x27\xd1\x47\ \xc6\x09\x47\x67\x04\x17\x65\x92\x31\x21\x28\x21\x22\x91\xb5\xed\ \x77\x76\x0f\x3c\xb0\xdf\x7e\xfd\xcd\x42\x24\x47\x6f\xdd\xff\xad\ \x7f\xf8\x8f\x9d\x73\xeb\xe5\xb2\xae\x9b\xf9\x7c\xc6\x08\x11\x42\ \x70\xef\x59\x44\x86\x8c\x46\x22\x18\x67\x24\x62\x84\xbc\x18\xde\ \x7b\xeb\xbd\xc7\x1f\xde\x65\x9c\x01\x80\x90\x92\xad\x75\x2a\x94\ \x08\x44\x12\xa1\x7b\xb3\xdb\xc3\x55\x9a\x92\x6a\x3c\x3f\x3e\x5b\ \xb6\xcb\xce\xe8\x7e\xd3\x99\xf9\x66\x97\x15\x7a\xb9\xb6\xcb\x66\ \xc0\xb2\x4b\xfb\x97\xd3\xab\x29\x25\x14\x08\xb1\x26\x24\x32\x91\ \x4a\x32\xce\x4c\xdb\x22\x84\x08\xc1\x69\x87\x31\x46\xef\x11\x23\ \x3c\xdd\xb9\x7d\x88\x89\x48\xa6\xe5\x58\x24\xc2\xe8\xd6\x38\xdd\ \x47\x6f\x3a\xe3\x5d\xb4\x26\x98\xde\x5b\x1f\x16\x21\x06\xd3\xa0\ \x6e\x4c\x0d\x9f\xe7\x8c\x2a\x19\x62\x3c\x3e\x3b\xf9\x57\x7f\xfe\ \xe7\xc6\x3b\xfb\xed\xaa\x59\xd6\x1b\x17\x1c\x10\xa4\x31\x08\x04\ \x0c\x21\x13\x52\x66\x32\x01\xb1\x69\x3a\x7e\x7d\xfa\x33\x5f\xfd\ \x06\x7d\x78\xee\xbe\xfb\x6e\x10\xfe\xad\x91\xa3\x51\xde\x58\x82\ \xec\xc2\x79\x92\x3d\x2a\x30\x03\x56\xc8\x6a\x90\x65\x9c\x31\x60\ \x4a\x5b\xc3\xd3\x74\x7c\x70\xf9\xfb\x6f\xbe\x7f\xb6\x5e\x5e\x29\ \xa7\xef\x7d\xe7\x3d\xdd\x06\xdb\x87\xc5\xec\x5c\x77\xab\x07\xf7\ \x3e\xd8\x9b\x4e\x28\x72\x17\x9a\x88\xa0\xea\xa0\x54\x9a\x78\x88\ \x81\x4b\xc1\x63\x70\xff\x97\xff\xfd\xff\x69\x50\x65\xa3\x61\x69\ \x3d\x8d\x7d\x20\x8d\xd9\x4d\x94\xd3\xce\x04\xcb\xab\x72\x6f\x38\ \xac\xaa\xf4\x8a\x2b\xff\x81\x7b\xf0\x10\x1a\xa2\x4d\xb6\x69\xed\ \xa9\xcb\x9d\x82\x3b\x73\xb6\x21\xe5\xa5\xcb\xd7\xaf\xbd\x78\xbb\ \xdc\x9f\x2b\xe2\x9a\x1a\x05\x1d\x94\x43\xa1\xb8\x71\x86\x12\xa4\ \x84\x6c\xd6\x6b\x00\xa1\x64\x16\x83\x7f\xea\xe3\x83\x62\x8c\xb5\ \x35\x12\x90\x31\xe7\xbd\x07\x04\xef\x7d\x88\x01\x23\x22\x62\x08\ \x41\x12\x26\x94\x12\x34\x22\x65\x2c\xe1\x94\x49\x42\x99\x75\x9e\ \x20\x64\x45\x39\x29\x0a\x03\x68\x9d\x0f\x10\x89\x64\x31\x44\xca\ \x28\x8a\x24\xc6\x10\x08\xfa\x28\x32\x3e\x0c\xeb\xcd\x5f\xf8\xf2\ \x4f\x7c\xee\x27\xbf\xfa\x77\xfe\xee\x7f\x74\x9e\xba\x01\x85\x4c\ \x23\xb3\x5e\x49\xda\x46\x03\x94\x1b\x6b\x84\x14\x65\x59\x1a\x63\ \x82\x0f\xcb\xe5\x32\x4d\xd2\xc5\x6c\xfd\x5b\xff\xf8\xdb\x6b\xe8\ \x74\x49\x4a\x55\xac\x4f\x97\x6e\x63\x04\x08\xef\xdc\x66\x53\x33\ \xc5\xa9\xe4\x24\x5a\x4d\x80\x29\xce\x19\x8f\x84\x58\x1b\x23\x89\ \x5c\xf2\x59\x57\xaf\xde\x7e\x9d\x51\x5a\x15\xb9\x42\xa6\x90\x32\ \x8f\xd8\xbb\x4c\x48\x1a\x02\xae\xeb\x76\x3e\xdf\xbf\x7d\x79\xe5\ \x9b\x23\x5b\x7b\x1f\x81\x41\xdf\xb6\x66\x6d\x13\x43\xfb\x45\x2d\ \x09\x1b\x57\xd3\xec\x20\x63\x84\x51\x63\x11\x91\x32\xba\xed\x1c\ \x66\xad\xb5\xce\x86\x18\x10\xa3\x73\xd6\x7b\xff\xe3\x39\xc7\x26\ \x84\xb0\x5e\x35\x69\x96\x1a\xa7\xb5\xee\x28\x21\xd1\xfb\x18\x03\ \x01\x94\x82\x4b\x2e\x78\x92\x16\x79\x26\xb9\x08\xd6\xa1\x0f\x3e\ \x86\x80\x51\x24\xaa\x18\x0d\x84\x94\xab\xcd\x06\xa3\x63\x8a\xc7\ \x80\xde\x7b\xa6\x44\xf4\xc1\x7b\x4f\x28\x91\x52\x00\xa1\xac\x90\ \xaf\xfd\xfc\xcf\x4d\x66\xdd\x77\x3f\xbc\xe7\xbc\x21\x8a\x35\x12\ \x5b\x85\xc6\xb7\xc4\x63\x8a\x9c\x71\xaa\x92\x42\x49\x69\xba\xde\ \x69\xeb\xbd\x8b\x10\xdf\xf8\xfd\xef\xfd\xe0\xcd\x1f\xb0\x2c\x39\ \xdc\x3b\x40\x22\xef\xdd\xbf\xdf\xd4\x35\x25\x94\x51\x1a\x7d\xa8\ \x06\x83\xae\x6d\x83\x0b\x88\x51\xa9\x8c\x53\x0e\x88\x11\xa9\xf7\ \xde\x19\x4f\x19\x81\xe8\x90\xfb\xa2\x28\x01\xc1\x8b\xe8\x58\x30\ \xc6\x0e\x65\x96\x08\xb2\x78\xf8\x70\x7e\x77\x7f\x7c\x6b\xf7\x20\ \x1f\xb4\xad\x51\x81\x31\x67\xc0\xc0\xa6\x5e\x74\x67\x8b\x14\xb9\ \xee\xb5\x13\xd9\x68\x90\x86\x10\x19\xe5\x52\x10\x63\x4c\x8c\x31\ \x98\x80\x3e\x6c\x5b\xae\x45\x40\x4a\x29\xe1\x1c\x28\x7b\xba\x82\ \x65\x4a\xc9\x6a\xdd\x3d\x3e\x5d\xa8\x44\x58\xdb\x37\xcd\xba\x6d\ \x36\x31\x44\x67\x03\x23\x7c\x38\x18\x56\xc3\x11\x30\xc2\x71\x30\ \x2e\xd2\xd9\xd1\x43\x07\x51\x7b\x1b\x7c\xbc\xfa\xcc\x33\xfb\x07\ \x97\x4f\xce\xe7\x68\x3d\x44\xa4\x84\x38\x1f\x38\x61\x45\x92\x35\ \x7d\x1f\x90\x10\x42\x73\x95\x46\x13\xbe\xf9\xd2\x73\x7f\xe3\xdf\ \xfe\xcb\xff\x87\xff\xdd\xdf\xda\xe8\x73\xec\x91\xe4\x5c\x41\x92\ \xf5\xc8\x35\x69\x73\xbe\x16\xb6\xb2\x50\x95\x25\x41\x38\x3b\x3b\ \x6f\xda\x46\x64\x4a\x37\xee\xbf\xf8\x7f\xfe\xbf\xa2\x64\x69\x99\ \xef\x5f\x56\xc7\x27\xf3\xf7\xde\xbb\xe7\x03\x15\x92\x05\xec\xd3\ \xd1\xa0\x63\xa1\xd3\x3a\xa0\x2c\x55\x3e\xa2\x9c\x71\x8e\x3e\x74\ \xde\xba\xe8\x23\x41\xc2\xd8\x6a\xb5\xd4\x8a\xa6\x55\xbe\xc7\x04\ \xef\x3a\xae\xc3\x84\xb1\x8d\x60\x77\x56\xf7\x7f\xe3\x07\xbf\xf1\ \x67\x06\xdf\xf8\x73\x3b\x97\xee\xd4\xf7\x3f\x4e\x0c\x1a\x4c\xcf\ \xe6\x87\xa7\x36\xab\x5b\x76\xd4\x59\xa6\xbe\xbf\x78\xf0\x73\xaf\ \xfd\x14\x9c\x85\x1b\x9a\xf3\xe9\xa5\x59\xbd\x02\x88\x80\xa0\xdb\ \xd6\x58\xa3\x8d\x29\xb3\xdc\x98\xe0\x75\x9b\xaa\x8c\x52\xf2\x74\ \xe9\xac\x18\xa3\x75\x21\x49\x65\x88\x61\xbd\x69\xbc\xf7\x49\x92\ \x70\xce\x99\xa0\x9c\x73\x95\x24\x23\x91\x56\x45\xee\x24\x73\x1c\ \xac\xb7\xab\xf3\x19\x63\x54\xe5\x99\x54\xd2\x91\xd0\x63\xb0\xc6\ \x85\xe8\x09\x41\x0a\x84\x32\xea\xbd\xe7\x8c\x51\x46\x7a\x67\x69\ \x8c\x84\xf1\x61\x52\xc2\x47\x67\xcf\xfe\xf4\xe4\x2f\xff\xb5\xbf\ \xfa\x1f\xff\xde\xaf\xaf\x66\xcb\xbd\xb9\xcb\xcf\x5a\xdd\x19\x5b\ \x88\x34\xb0\x44\x2a\xa9\xe4\xf6\x40\xab\xed\xd1\x9d\x4d\xdb\x34\ \x4d\xb3\x59\xaf\x35\x71\x7b\xb7\x2f\x8d\x86\x85\xe1\xed\xbc\x99\ \x71\xe0\x10\xa0\xaa\xca\x67\x6e\x5c\xff\xe8\xc3\x0f\xfa\x4d\x43\ \x32\x85\x18\x22\x7a\x87\x24\xd2\xe0\x82\x73\x0e\xb9\x62\x00\xce\ \xc5\xd8\xfa\x08\x83\x12\x04\x51\x09\x23\x54\x44\x0a\x94\xd1\xb9\ \xdd\xbc\x77\xf4\xf1\xee\x94\xd4\x49\xa0\x86\x64\x96\xf5\xad\x8b\ \x8d\x09\x8d\xd1\x6b\xed\x7b\xed\x1d\xad\x61\x9d\xa7\x19\x40\xcc\ \xb2\x9c\x52\x6a\xad\x35\xc6\x20\x42\x08\xd1\x39\x0f\x00\x42\x48\ \x4a\xe9\x67\x74\xef\x7f\x34\xee\x30\xca\x94\x4c\x16\xb3\x55\xb0\ \x36\x49\x13\xae\x64\x92\xe7\x82\x33\x21\x44\xa2\x44\x9e\xa6\x24\ \x13\x81\x23\x09\xd8\x2c\x96\x7d\xd3\xca\x54\x15\x65\x89\x88\x3e\ \x04\x6d\x74\x00\x8c\x18\x09\x61\x91\x42\x24\xc0\x80\x70\xca\x02\ \xf1\x88\xc8\x08\x8b\x92\x8c\x56\x7a\xfe\x9f\xfc\xe6\x97\xfe\xea\ \x2f\x54\xff\xa3\xff\xf6\xef\xbd\xf7\xfa\xa3\x47\x0f\x7c\xdd\x92\ \x8d\xe6\xf3\x5e\x02\x4b\x15\x17\x4c\x4a\x26\x08\x90\x18\x62\x08\ \x81\x33\x8e\x21\xb4\x5d\x0b\x8e\x43\x40\x9b\x77\x50\x2a\xc1\x05\ \x20\x84\xe0\xa5\x4a\x2e\x5d\x3e\xb8\x7c\x78\xe9\xf7\xbe\xf3\x3b\ \x80\xc0\x19\xed\x31\x62\x70\x00\x80\x94\x20\x61\x00\x8c\x30\xe8\ \xad\xf5\xda\x21\x97\xd7\x5f\xbc\x75\xbe\x1b\xa9\x4a\x89\x8f\xab\ \x48\x58\x08\x4a\x88\x77\xc5\xc6\xaf\xfa\xbb\x6e\x79\x44\xfa\xa4\ \x31\xf1\xb4\x09\x6b\x9d\x21\xb7\x8e\x7a\x6d\x32\x99\x2b\xa9\x62\ \x04\x00\x2a\x93\xc4\x5b\xa7\x94\xda\xf6\xdc\xf1\x21\x6c\xcf\x78\ \xa4\x94\x46\x44\xd0\xdd\x53\x66\x73\xb7\x6d\x8f\xd2\x7c\xbe\xee\ \x8f\xdf\xfb\xb0\x2c\xd3\x9d\x9d\xc9\x60\x9c\x15\x45\x3e\xa8\xca\ \x22\x2f\x8b\xbc\xc8\xf2\xc2\x08\x8e\xde\x9a\xf5\xa2\x5d\xcf\x84\ \x50\xa3\xd1\x44\xf7\x26\x49\xb2\xf9\x7c\x6e\x9d\x25\x01\x25\x63\ \xde\xb9\xe8\x3d\x10\x4c\x18\x8f\x42\xb5\x9d\x09\x3e\x70\xc2\x8b\ \x24\xbd\xff\xfd\xef\xbd\xf1\xab\x37\xfe\xda\x7f\xff\x6f\x7c\xe7\ \xfe\x07\xdf\xff\xdd\xef\x1e\xcc\x91\x1f\xb5\x27\xa2\x5e\xe4\x5c\ \xe7\x7c\x00\x7c\x54\x2a\xa5\x92\xf5\x7c\x11\x63\x1c\x0d\x87\x4d\ \xdf\xf6\x4d\xd3\x58\x5d\x4d\x47\x22\x29\x98\xc3\x94\xc9\x94\xc9\ \xc6\x3a\xc1\x39\x01\xf1\x67\xff\xdc\xcf\xfd\xe6\xef\xfc\xd6\x6a\ \x7e\x9c\x64\x89\x17\xb0\x6e\x6b\xea\x44\x44\x1a\x18\x0d\x8c\x06\ \x02\x26\x5a\xc7\xd9\x89\x35\xb7\x76\xae\xb1\xbc\x24\x3b\x89\x56\ \x5e\xb5\x1d\xa9\xa4\x93\xea\x0f\xa6\x71\x3e\x7f\xfd\x11\x98\xda\ \x2f\x90\xf5\xfc\x61\x57\x9e\x99\x43\xad\xcc\xf9\xba\x7e\x30\x1f\ \x5e\xb9\xb2\x3b\x1c\x45\x1b\x78\x20\x57\x86\xd3\xc7\xa6\x97\x69\ \x01\xc1\x33\x06\x14\x5a\x12\xdd\xa0\xa8\x08\xa1\x82\x32\xcb\x9d\ \x4a\x38\x3c\xed\x7e\xf4\x10\x63\xab\xc3\xce\x7e\x59\x55\x95\xca\ \xaa\xf5\x6a\x95\xe5\xf9\x68\x34\x4a\xd3\x34\xf8\x00\x94\xe4\x3e\ \x24\x82\xf7\x5e\x1b\xef\x99\xa0\x45\x51\x8c\xd3\x42\x2a\x49\x18\ \xb3\xce\x76\xa6\xcf\x1d\xc3\x08\x0c\x29\xa7\x14\x42\x74\x96\x30\ \x0e\x08\x84\x5b\x40\xa4\x2d\xc5\xa8\xe4\xfd\xbb\x0f\xff\x8f\xff\ \xdb\xbf\xf5\x85\xff\xe6\xcf\xfd\x8f\xff\x9d\xbf\x79\xde\x2c\x66\ \x1f\x7c\xac\xd6\xba\x5f\x6d\x36\xdd\x06\xef\xd5\x9b\xc5\x2a\x22\ \x6e\xa7\xb7\x10\x22\xcf\x73\x6b\x6d\x92\x24\x9c\x71\x1d\xb4\x5d\ \xd4\x67\xf6\xa8\xdd\xb4\x88\x08\x8c\x12\x02\x93\xf1\xf8\x99\x2b\ \x57\xee\xbe\xfd\x36\x35\x2e\x51\x22\x04\xbf\x9d\xfd\x9c\xd2\x4a\ \x2a\xe7\x1c\x86\xe8\xbc\x0b\xd6\x91\x54\x3e\xf3\xb3\x3f\x21\x12\ \xe9\xc0\x53\x41\xa2\xb7\x04\x22\x0b\xba\x49\xe9\x47\xcb\x3b\x0b\ \x30\x65\x8f\xbc\xf1\xfd\xd9\xda\xae\x75\x1e\xb9\x0f\x6c\x50\x4d\ \x0a\x91\x09\x2a\x32\x26\x11\x81\x10\xb2\x3d\xcb\x90\x31\x46\x08\ \x6c\x4f\xee\xdc\x76\x11\x4e\x92\x94\x8b\xff\x0f\x6b\xff\x19\xad\ \xd7\x99\x5e\x07\x82\xcf\x1b\x4f\xfc\xe2\xcd\x17\xb8\xc8\x20\x08\ \x92\x00\x33\x98\xab\xc8\xca\x49\xa5\x2a\x05\x07\x49\x25\x8f\x82\ \xed\xf6\x72\x7b\x3c\xab\xa7\x67\x8d\x27\xfc\xf0\xcc\x2c\x4d\x58\ \x13\xba\xa7\xd7\xa8\x5b\xb2\xa6\x65\x7b\xb5\x83\x2c\xc9\xca\x15\ \x58\x99\x55\x64\xb1\x08\x66\x80\xc8\xe1\xe6\xfc\xe5\x93\xde\xfc\ \xce\x8f\x43\xc2\x9a\x5f\x4d\xa1\x89\x5f\x17\x1f\xee\xba\xf8\xbe\ \x73\xdf\xf3\x9c\xfd\xec\x67\xef\xfd\xd0\x8f\xc0\x17\x5a\xff\xf4\ \xa5\xc5\xc3\xdd\x76\x31\x1a\x0d\x09\xc1\xdd\x4e\x27\x08\x39\xc5\ \x04\x90\xb7\xd6\x20\x40\x1e\xf9\xb2\x2a\x90\xf1\xcd\xb4\xd1\xe4\ \x51\xc2\x23\x64\x9d\xd6\x5a\x08\x81\x08\xa6\x00\x8e\x10\x04\x40\ \x3d\x22\x88\x22\x0f\x08\x11\xf0\xd8\x78\x4f\x08\xd1\xde\x2d\xa1\ \x48\xbe\xf4\xde\xbf\xb8\x7d\xe3\x9e\x5f\xf9\xcc\x43\x7f\xeb\xb3\ \x0f\x81\x1f\xdd\x5c\x4d\x07\xa2\x99\x59\x97\x8b\xf7\x2e\xbe\xb7\ \xbf\x3b\x71\xca\x6a\xeb\x10\x42\x51\x18\x62\x00\xee\xa1\xd9\x6c\ \x68\xef\x7a\xc3\x81\x1c\x67\x03\x63\x45\x55\x80\x37\x18\x21\xf0\ \x36\x64\xd4\x6a\x29\x65\xc5\x18\xb3\xca\x99\x80\x29\xa8\x77\x22\ \x93\x7a\x03\x04\xa5\x58\x21\xab\x91\x3d\x7c\xff\xe9\x8f\x7f\xf9\ \xd3\x6f\x84\x1b\xbb\xe3\x91\x0e\xf9\x58\x4b\x6f\x8c\xc9\x8a\xa2\ \xbf\x2d\xb7\x25\xed\x24\x05\x38\x3f\xc8\xa3\x89\xc5\x63\xd5\x68\ \xa6\x07\x0e\x1d\xe7\x40\x12\x1e\x51\x44\xad\xf5\xd6\xd9\xd1\x68\ \x84\x10\x02\x07\x08\xc0\x1a\x4b\x00\x51\xc6\x3c\x46\xd6\x3b\xec\ \x3d\x0d\x38\x61\xe4\xee\x4e\xbf\xb1\xe6\xe8\xf1\x53\x9f\xfe\xfc\ \x97\xaf\x5e\xbd\x94\x8d\x47\xc7\x4f\x1c\x9e\xe9\x76\x30\x45\xde\ \x19\x25\x25\xc6\x08\x73\xaa\x4a\x21\x8b\x8c\x5a\x77\xea\xd8\x3d\ \x07\xa7\xa7\x42\x12\x1a\xaf\x27\xfd\x91\x55\x26\x40\x44\x39\x05\ \x88\x30\xca\x30\xc6\x56\x6b\x63\x7d\x40\xa8\x00\x8d\x28\xf1\x40\ \x3c\x20\x69\xfd\x5f\xfc\xf6\xbf\x3e\x72\xfe\xcc\x3d\xff\xab\x5f\ \xfa\xd8\x67\x9f\xd9\x5a\xbe\xdd\x18\xe8\x83\x85\x86\xca\xf9\xcb\ \xdb\xfd\xf7\x6e\x0d\x8a\xb1\x98\x4c\xb4\x35\x61\x18\x86\x61\xc0\ \x18\x6b\x36\x9a\x24\xe4\x7b\xc3\x41\x35\xc8\x36\xdd\x9a\xd1\xde\ \x28\x8d\x9c\xf3\xd2\x04\x11\x45\xd6\x9a\xb2\xc2\xda\x7a\xa1\xb4\ \xf2\x91\xd1\x52\x56\x61\x18\xc7\x41\x6c\x0c\xb2\x00\x2d\x9e\x0e\ \x27\x83\x90\xc0\x2f\x3c\xf3\xf9\xec\x18\xff\x63\x7f\xb5\x3f\xe3\ \x3b\x83\x11\x11\xf2\x76\x1a\x7e\x57\x6e\x8a\xbd\x7e\x6a\x9a\x96\ \xaa\x70\xa2\xba\x17\x86\x8d\xa1\xed\xa9\xec\xe8\x3d\x27\xcf\x1d\ \x7b\xb8\x05\x21\x9e\x9f\x09\x2d\x0d\x69\x71\xa3\xec\x0f\x8c\x71\ \xc6\x51\x82\x9d\x91\x08\x18\x23\x0e\x8c\x89\x1b\xb1\xb5\xd6\x38\ \xe5\x41\xdf\x6d\xbd\x07\x84\xb0\x32\x76\x67\x6f\x1f\x11\xba\x74\ \xf8\xc8\x99\x07\x5b\xbb\xbb\x7b\x65\x59\x0a\xad\x39\xe3\xd6\xb9\ \xdc\x69\xc4\x19\xe2\xbc\x9d\xb6\x66\xa7\xa7\x4d\x5e\xa1\x4a\x82\ \xb1\xa2\xac\x10\xf5\x01\x61\x60\x3d\x02\x84\x00\x23\x40\x80\x10\ \x63\xc4\x03\x38\x63\x01\xc0\x1a\x03\x9c\x9b\x80\xb6\x8e\x1f\x40\ \x42\xbe\xfc\xfb\x7f\xb8\xfd\xf6\x7b\x67\x7e\xf6\x13\xae\x1d\x5d\ \xf7\x93\x03\x73\xb3\x87\xf5\xbc\x10\x9b\xba\x92\x79\x51\xd4\x5b\ \x29\x18\x63\x42\x08\x84\x50\xbd\x7a\x14\x6b\xe4\x2a\x5d\xd9\x02\ \x3c\xa2\x84\x1a\x6b\xc1\xf9\xde\xa0\xf7\xee\x3b\xef\x54\x79\x1e\ \x11\x6a\xb4\x05\x4a\xea\xd8\x39\x0f\xa0\xb4\x31\xd6\x32\xce\xab\ \xb2\x5c\x3a\xb8\x74\xfc\xc1\xfb\x4e\x3d\xf2\x90\x0a\xd0\xf7\xdf\ \x7d\xb5\x24\xce\xc7\x5e\x88\x42\x56\xe5\xee\xf2\xb6\xc7\xb8\x3d\ \x37\xcd\x04\x2a\x37\x47\xba\x5f\x89\xfd\xc9\x74\x77\xee\xc8\xc9\ \x63\xe5\x70\x92\x06\x69\x1c\xc6\xde\x41\x55\x55\x4a\xcb\xaa\xaa\ \xbc\x73\x84\xbe\x1f\xb6\x19\x04\xa1\x73\xae\x4e\x56\xc6\xf8\xa3\ \xd8\x8f\x8e\x10\xb2\xd6\x0e\x87\xa3\xa3\x47\x8f\x3e\xfe\xd8\xe3\ \xdb\x5b\x5b\xfb\xbd\x7d\xa5\xb4\xa3\xde\x7b\xef\xc1\x07\x01\x57\ \x4e\x34\x9a\xcd\xa3\x8b\x87\x62\x20\x45\x7f\x08\xca\xb8\x4a\x13\ \x67\x63\xca\x3c\x20\x69\x34\xe7\xd4\x39\x8f\x00\x11\x0c\x4e\x5b\ \x0f\xce\x7b\xec\xb5\xc6\x60\x03\x46\x7d\x42\x0f\x1d\x3f\xde\xa1\ \xfa\x87\xbf\xf7\x07\x37\xce\xbf\x7e\xdf\xb3\x8f\xd9\x00\x5d\xd9\ \xde\x3d\x35\xb7\x64\x8a\xa1\x04\x1d\x87\xa1\xf0\x52\x1b\x89\xde\ \xe7\x56\xbd\x51\x8a\x7a\x4a\x3d\x24\x94\xab\xa2\xd2\xce\x68\x29\ \x31\xc2\x08\xa0\xaa\xaa\x9b\xb7\x6f\xd5\xbb\xab\x19\x67\x98\x62\ \x46\x88\x07\xe4\xc0\x60\x84\xb1\xf7\xce\x3a\xc0\x28\x1b\x8d\x3f\ \xff\xf9\xcf\x3d\xf4\xe0\x43\x07\xba\xd3\xbc\xcd\xff\x64\xe5\x87\ \x7b\x81\xc9\x42\x54\x49\x01\x59\x2e\xb7\x77\xe7\x82\xb4\x51\x21\ \x22\x2b\xb3\x95\x8f\xd6\xf7\x87\x83\xe1\x7d\x4f\x1e\x5f\x9c\x99\ \x5f\xbe\x71\x2b\xa1\x09\x8f\x42\xad\xb5\xd3\x9e\xf3\xb0\x2a\x0b\ \xce\xb9\xac\x44\x14\x84\x01\x63\x42\x08\x29\xa5\xb6\xc6\x22\x28\ \x94\xd0\xce\xdd\xdd\x40\x97\x10\x72\xe3\xe6\xad\xb2\x92\xff\xd9\ \x3f\xfa\x27\x59\x3e\x7e\xe7\xad\x37\x94\xaa\x6c\xa9\x18\x23\xda\ \x39\xe4\x7c\x9c\x24\xc8\xda\x07\x4e\x9d\x3e\x71\xf0\xc0\xee\xea\ \x2a\x92\xc2\x14\x1a\x84\xe3\x16\x63\x44\xcb\xaa\x62\x98\xd9\x7a\ \xe3\x3b\xc6\x56\x6b\xe7\xac\x94\x8a\x52\xa2\x2c\x42\x84\x60\xef\ \x17\x67\x8f\xa5\x8f\x4c\x9f\xbf\xf8\xc6\xeb\xff\xf9\x6f\x3d\xfe\ \xe5\x17\x06\x0f\x2f\xfc\x6b\xb9\xc6\x9b\xe9\xb3\xae\xf1\xd0\xde\ \xd6\x71\x4f\x06\x84\x44\x84\x22\xe7\x94\x76\x00\xa8\x2a\xab\x30\ \x89\x19\x66\xa0\x2c\x78\xbf\xdf\xef\x5b\x0b\xc6\x9a\x80\x47\xa2\ \xc8\xa1\x32\x3f\xfc\xc6\xb7\x47\x83\x5e\x83\x46\x4c\x23\xca\x10\ \xb4\x42\xa6\xc1\x1a\xaf\xbd\x25\x98\x79\xeb\xf6\x36\xb6\x4e\xdf\ \x7f\xfa\x37\xfe\xe1\x6f\x2c\x2d\x1e\x28\xef\x89\xff\x87\xdd\x9b\ \x3f\xb5\x37\x82\x29\xa0\x83\x71\x41\x11\x94\x39\x54\xe3\x96\x4c\ \x1b\x3d\x01\x57\xb7\x17\x37\xf1\xf2\xe5\x55\x7e\xf4\xf0\xa1\x27\ \x1f\xcd\x5e\xb9\x3e\x6f\x83\xb6\xe4\xd4\x62\x17\xa5\xdb\x91\x1a\ \x0e\xe4\x94\xe3\xde\x7b\x42\x83\x90\x73\x67\x83\xb2\xcc\xb6\xb6\ \xb6\xd2\x76\x43\xe8\x0a\xb9\x7a\xad\xd0\xdd\x88\x96\x1d\x80\xc7\ \x18\x11\xb2\xba\xbe\xbe\x3f\x18\x9c\x3b\x77\xee\xd1\xc7\x1f\x5f\ \x5e\x5e\xbe\x75\xeb\x96\xd2\x26\x49\x52\x19\x90\x3d\x57\x1d\x3f\ \x75\x4f\xb3\xd5\xd2\x45\x21\x87\xe3\x08\x10\xb1\x8e\x3b\x64\x8d\ \xc7\x18\xc6\xcc\x23\x8f\x08\x02\xec\x01\x3b\xb0\x06\x09\x51\x21\ \x86\x5b\x33\xdd\xfb\x4f\x9d\x42\x8c\xb7\xe7\xe7\x67\xe6\x67\xcf\ \xcc\x2f\x6d\xbd\x7e\xf1\x5f\xfe\xfe\xff\xf7\xcf\x36\x57\xce\xfd\ \x2f\xbf\x66\x62\xf6\xf6\xd5\xcb\x8d\xdd\x3c\x5a\xae\x38\x61\x41\ \x10\x08\x21\xd2\x34\xf5\xde\x07\x41\x50\x96\xa5\xf7\xde\x18\x43\ \x10\x62\x98\x97\x95\x74\x84\x68\x69\x10\xc6\x08\xe1\xc9\x64\x32\ \xe9\xed\x31\x8c\x84\xae\x32\x9a\x04\x61\x44\x28\xb1\xd6\x62\x84\ \x3c\x02\xeb\x98\x07\x28\xc3\x30\x39\x76\xf4\xd9\x17\x3e\x3d\xad\ \x58\x78\x68\x61\xff\xc8\xde\x2b\x5b\x97\x2b\xb0\x8e\x38\xec\x5d\ \x52\x9a\x44\x42\x63\xd4\xb3\x25\x52\xc3\xd2\x0c\xca\xe1\x46\xaf\ \xa1\xf8\xfc\xbd\x8f\xee\x16\x56\x94\x22\xc0\x1c\x03\x26\x08\x23\ \xc0\x08\x30\xc2\x18\x3c\x62\x94\xd7\xe1\x76\x42\x08\x25\x8d\x35\ \x1e\x7d\x38\xc1\xda\xff\x68\xdd\x01\x6b\xed\xc6\xc6\xc6\x70\x38\ \x2c\x8a\x7b\xce\x9d\x7b\xbc\x37\xe8\x5f\xb9\x7a\x59\x1b\x43\x28\ \x66\x2c\x28\xca\xf2\xe8\xfd\xc7\xa6\xe7\x3b\x72\x9c\x6f\xaf\x6f\ \x63\x61\x12\xc2\x90\xf3\xc4\x23\xe7\xc1\x38\x8b\x9c\x47\xd6\x63\ \xeb\x90\x43\x60\xbd\x91\x0a\x00\x18\x67\xf7\x3f\xfc\xc0\xe2\xa1\ \x43\x3c\x8e\x16\x8f\x1d\x59\x5c\x5a\x3c\xd0\xea\xbe\xf8\xe7\x7f\ \xfa\x2f\xff\xed\xef\xaf\x64\xf2\x53\x7f\xff\xef\xbc\x3d\x29\xde\ \xb8\xf2\x9e\xde\x1a\xb6\x14\xa6\x05\x36\xda\x32\x4a\xa3\x34\x75\ \xc6\x1a\xa5\x3d\x00\xc2\xb8\xca\x0b\x4a\x29\x25\x48\x6a\xcd\x28\ \xd6\xc6\x39\x6b\x01\xf9\x5c\x14\x04\x63\x60\xb8\xb2\x12\x13\xdc\ \x56\x2e\xb6\x58\x5b\x8b\x89\x23\x84\x0a\xa9\x79\x08\x00\x8c\x65\ \xe2\x48\x7b\x7a\xca\x92\xc3\x78\x2a\x3f\x74\xdf\xb7\xb6\x2e\x39\ \x6d\xa8\xc7\x36\xd7\x61\x5f\xce\x38\x32\x43\x30\x31\xe8\xd2\xda\ \x64\xb0\x3d\xe8\xef\xef\xdd\xbe\x72\x6b\x2e\x9d\x59\x98\x59\x10\ \x52\x16\x45\x49\x08\x05\x8f\x01\x20\x8a\x63\x84\x10\x45\x98\x11\ \x5a\x95\x25\xc6\x98\x07\x81\x55\xde\x22\xef\x08\xb2\x70\x97\x79\ \x83\x04\x93\xdd\xbd\xdd\x6f\x7c\xe3\xc5\xb5\xf5\xd5\x7f\xfc\x8f\ \xff\xf1\xdf\xfe\xbb\x5f\xfb\xce\x8b\xdf\xb8\x71\xfd\x0a\x21\xd0\ \x6c\x25\x65\x59\x60\xc6\x3f\xf3\xa9\x4f\x1a\x21\xf6\x76\xf6\x94\ \xd4\x48\x28\x6c\x9d\xd7\x8e\x38\x40\x80\x42\x42\x2b\xef\xb4\xf5\ \xc8\x3b\xe4\xbd\x36\xc6\x38\x8b\x28\x59\x9c\x3f\x78\xcf\x03\x67\ \x82\xb4\x79\x60\xe9\x30\x3a\x72\x08\x5a\xe1\x2f\xf7\xc6\x7f\xfa\ \x0f\xfe\xd9\xe0\xff\xfd\xcd\x7b\x7f\xeb\x57\x37\x1f\x58\x7a\xfb\ \xc6\xe5\x1b\x97\x2e\xd2\x7e\x35\x43\xda\xc8\x98\x4a\x9b\x76\xab\ \xed\x12\x83\xeb\x1d\x8c\xe0\x27\x59\x8e\x81\xc6\x71\x58\xba\x22\ \x08\x99\x94\xb2\xc8\x4b\x8c\x20\xc0\x64\xb8\xd7\xb3\x4a\x52\x86\ \x19\x8b\x68\x12\xef\x37\x8c\x29\x35\x31\x10\x51\x8c\x8d\xd1\x52\ \xb3\xd9\xc6\x18\x4b\x68\x85\x30\x13\xdf\xaf\xf8\xff\xfc\xe0\xe3\ \x1b\x6b\x3b\x9b\x62\x27\x6d\x46\xbe\x37\x6e\xbf\x3b\x7e\xa1\xdf\ \x98\xbd\x52\x46\xd3\xad\xbd\x71\xf5\xca\x1b\x97\x6e\x5f\x1f\xca\ \x8d\xd1\xa9\x47\x1e\xfa\xe4\xc9\x07\xe0\xc6\x5e\x7f\x52\x36\xc2\ \x84\x33\x9e\x9b\xca\x61\xd2\xee\x76\x94\x56\x21\xe7\xba\x2a\x8d\ \xf3\x71\xda\x52\xc8\x7a\x0a\xc2\xdb\x28\x0c\xd1\xdd\x09\x07\xc1\ \x13\x8c\xe3\x28\xe4\x9c\xd7\xab\x41\x5e\x79\xf9\xe5\x7e\xaf\x77\ \xf6\xec\xd9\xee\xd4\xd4\xad\x9b\x37\xcb\xa2\xdc\x2e\x06\x8f\x7f\ \xe2\xa9\x73\xcf\x3c\xfb\x67\x7f\xfa\x27\x50\x88\xd4\x22\x90\xde\ \x5b\xc4\x28\xf1\x80\x9c\xb5\x08\x3b\x04\x08\x3c\x80\xf7\xde\x7b\ \xa9\x25\xa6\xd8\x38\xbf\x74\xe4\xc8\x97\xbf\xfa\x95\x4c\x89\x46\ \xab\xf5\xc0\xb1\x93\xa1\xc7\x0f\x9d\x79\xe0\x4a\xb5\xfb\xef\x7f\ \xfc\x62\xa2\x51\xb2\x91\x0d\x57\xf6\x75\xa1\x03\x8b\x8d\x47\xf5\ \x6a\x60\x4a\x69\x96\x65\xde\xfb\x7a\x41\x9b\x54\x8a\x00\x38\xab\ \x11\x22\x9c\xf0\x24\x02\x0f\xc8\x3a\xab\x2c\x28\xe4\x2c\xc1\x84\ \xe3\x20\x88\x02\x12\x5a\x6d\x9c\x05\x12\x50\x84\x90\x71\xc6\x38\ \xcb\x83\x78\x7d\x73\x67\xed\xfa\xed\x63\x07\x0e\x91\x59\x71\xa8\ \x3d\x75\x69\x18\x6a\x5f\x58\xe7\x8a\x9d\x7e\x63\xa8\x67\x4a\x72\ \x80\xf1\x22\x8a\xdf\xea\xed\x6e\x5d\x5f\x33\x42\x55\xbc\xdc\x59\ \xdf\x8e\x79\xe4\xa4\x17\x95\xc4\x80\x09\x25\x1e\xa0\xd1\x68\x62\ \x8c\xca\xb2\xc4\x98\x78\xef\xea\x66\x10\x00\xaa\xaa\x32\xfa\x23\ \xf1\xa3\x7b\x40\x08\x25\x49\xec\xbd\x7d\xeb\xad\x37\x85\x2c\x1f\ \x3b\x77\xee\xc9\xa7\x9e\xdc\xd8\xdc\xb8\x75\xeb\x66\x21\xca\xb9\ \xb9\xb9\x67\x3f\xf5\xfc\x4f\xdf\x79\xed\xd6\xed\x1b\x33\x61\x62\ \x8c\xc4\x00\xd8\x79\x4a\x88\x76\x56\x5a\x03\x08\x9c\x56\x04\x30\ \x46\x04\x30\x20\x8c\xac\xf7\x8c\xb3\x7b\xee\xbf\xef\xa1\x27\xce\ \x09\xb0\x47\x16\x16\x67\x78\x2c\x42\xfc\x85\x5f\xff\xe5\x97\xfb\ \x37\x7a\xd5\x04\x4a\x55\xdd\xd8\x82\x9d\x41\xd3\x31\x50\x86\x62\ \x46\x19\x21\x84\x38\xef\x27\x79\xa6\x95\xb6\xce\x12\x4c\x84\xd1\ \xce\x3a\x84\x80\x50\xcc\x30\x41\x14\x2c\xc6\x98\x3a\x83\x3c\x22\ \x58\x54\x05\xc5\x0c\x73\xc4\x8d\x0d\xb5\x47\x9c\x21\x0c\x5a\x9b\ \x80\x12\xa7\x0d\x0d\x82\x8b\xe7\xcf\x1f\x9a\x9d\x7d\xe8\x91\xb3\ \xc2\xd3\x7a\x50\x11\x12\x52\x8d\x46\x68\x98\x75\x0c\x8d\x4b\x17\ \x32\xb4\xb3\xb9\xb3\x76\x75\xc5\x53\x7e\xe6\xe4\x99\xe3\x4b\xc7\ \xc7\xc3\x49\x51\x14\x52\x4a\xa5\x74\x1c\x47\x8d\x46\x23\xe4\x91\ \x05\x63\x94\x0a\x82\x00\xac\xa3\x94\x4a\x29\x3d\x46\xda\x5a\xcf\ \x48\x90\xc4\x98\xd2\xbb\x36\x28\xf2\x80\x24\x49\x70\xf3\xe6\xf5\ \xdf\xfa\xad\xdf\xfa\x95\x5f\xfe\xe5\x2f\x7c\xfe\x4b\xb7\xef\x39\ \x75\xfe\xf5\x57\xf7\xf6\xb6\xad\xd5\xcf\x3d\xfb\xb1\xee\x6c\xe7\ \xcf\xfe\xf0\x8f\x99\x83\xc0\xb9\xc8\x23\xb0\x8e\x10\x6a\x41\x57\ \x42\x48\xa5\x2c\xa5\x1e\x63\xf0\xc8\x6a\x2b\xad\x56\xc6\x62\xc6\ \xa7\x0f\xce\x3f\xfd\xc9\x17\x3c\xe3\x24\x8e\xe1\xf0\xa1\xf9\x7e\ \x15\x1e\x39\xee\xff\xe9\x3f\xfc\xdf\xfe\xd9\x7f\xbb\xb0\xd0\x3a\ \xf3\xd6\xe6\x81\x97\x7b\xa1\x72\xbb\x0c\x0d\xe4\xe4\x48\x38\x5d\ \xa2\xca\x1a\x53\x56\xe5\xee\xce\xbe\x36\xa6\xdd\xee\x8c\xc6\x59\ \xbd\xd7\xd9\x33\x23\x84\xa4\x2c\x9a\x9a\x4a\xa4\xac\xaa\x72\xc8\ \x92\xc8\x73\x64\x3d\x2d\xc1\x71\x2d\x53\x81\x8d\xf0\xcd\x30\x09\ \x1c\x95\xa2\x02\x07\x51\x1c\x6f\xde\xb8\xf1\xc7\xff\xea\xf7\x7f\ \xfd\x1f\xfc\x86\xec\xb6\x5b\x55\xf9\x80\x8d\x80\x47\x9b\x6a\x42\ \x86\xd9\x93\x5b\xe4\x93\xef\x88\x63\x87\x17\x5f\x1d\x0c\xfe\xf0\ \xa5\x37\x37\x37\xb3\x33\xc7\x8f\xdf\xfb\xcc\x83\x0b\x64\xe6\xe6\ \x9b\xd7\x49\xa9\xb7\x6d\x15\x53\x7e\x4f\x6b\x6e\x7a\x6e\x0a\x66\ \x40\xe7\x15\x00\xa4\x69\x23\xd3\x76\x30\x1c\x22\x86\x94\x03\x21\ \x05\x6b\xa6\x41\xb3\x81\xf0\x5d\x0a\x78\x10\x80\x56\xba\xc8\xf3\ \x30\x08\x39\x63\xce\xb9\x6b\x57\xaf\x6e\x6e\x6c\x1c\x3f\x7e\xfc\ \xd0\xd2\xd2\xb0\x3f\xec\xd9\x71\xb3\xdd\x3e\x71\xf2\xe4\xec\xec\ \xdc\xce\xea\xaa\x10\x9a\x02\xa6\x8c\x6a\x70\xc2\x2b\x63\x6d\xab\ \xc0\x18\x21\x04\x50\xaf\x36\x0e\x1d\x36\xce\x62\x46\x06\xd7\x57\ \x26\xb7\x36\x8e\x3c\x71\x06\x12\x16\x81\xdf\xd8\x59\x63\xc7\x16\ \xbb\x5f\x7a\xea\xd1\x19\xa4\xd6\x7a\xee\x27\xd7\x0e\x7a\x52\x58\ \x87\x10\x20\x84\xc2\x3a\xa8\x57\x88\xb2\x2c\x6b\xc6\xd0\x18\xc3\ \x28\x95\x52\x1a\xe7\x02\xc6\xb5\xd2\x11\x0d\x3c\x82\x5c\x94\x24\ \x64\x24\x88\x26\x55\x4e\x42\x3a\x9b\xab\x96\x56\x88\x62\x40\xcc\ \x4b\x70\xe0\xac\x47\xc6\x21\x6d\xcc\xf0\xd2\x8d\x97\x0d\x4c\xfd\ \xc2\xe7\xcd\x46\x7e\xcd\xf7\x4a\xe2\x72\x29\x75\x9e\x23\x0b\xa2\ \xd2\xd6\xd0\x49\x29\xae\xbe\x77\xab\x37\x18\x1c\x9d\x5d\xea\xb4\ \xdb\x33\xdd\xe9\x61\x6f\xbc\x99\x6f\x81\x47\x5a\x2a\x4a\x68\xab\ \xdd\x0a\xd3\x48\x6b\xe3\x9c\xb3\xd6\x33\x46\x9d\x73\xc6\x08\x29\ \x35\xc6\x88\x10\x86\x3e\x9c\x23\xf7\x43\xcc\xd1\x11\x32\x5a\x3a\ \xef\x82\x90\x5d\xb9\x72\x79\x7d\x6b\xfd\xe0\xc1\x03\xa7\x1f\xb8\ \xef\xe4\xbd\x27\x2f\xbc\x77\x11\x90\x5d\x38\x7e\x78\xba\xdc\xbd\ \x72\xf3\xfa\xc0\xc8\x30\x20\xb9\xd1\x01\xa5\x1a\x7b\xe9\x9d\x26\ \x1e\x28\x26\x16\x31\xa8\x77\x3f\x1b\x8b\x1d\xe1\x7c\x73\xd2\x7f\ \xf1\xb5\x97\xdb\xf7\x1d\x3d\x79\xff\xfd\x98\xc6\x1e\xe1\xb7\xd6\ \xaf\xe8\x83\xdd\xce\xf3\x0f\xb3\xed\xfd\x77\x7f\xfa\x26\x5a\x1e\ \x1c\xa3\x8d\xb2\x94\x1a\x71\xc2\x88\x27\x60\x8d\x29\xab\x4a\x2a\ \x45\x19\x03\x87\x08\xa1\x1c\x81\xb3\xd6\x7b\x0f\x56\x4b\xa9\xa2\ \x28\x42\x9c\x66\x55\x49\x10\x33\x08\xa4\xf0\x28\xa0\x96\xe2\x12\ \x8c\x30\x16\x01\x06\x84\x0c\x73\x40\xb1\x01\x57\xaa\x4a\x6a\xfd\ \xe7\xaf\xff\x60\xdc\x46\xcd\x60\x66\x59\x8d\x86\xd4\x8e\xb3\x1c\ \x26\x02\x06\x85\xe9\x95\x9a\xb5\xde\xd8\xb8\x99\x63\x74\xf6\xb9\ \xe7\xa6\x58\x0a\x18\x6d\xef\x6c\x0f\x06\x7d\x42\x88\x54\x92\x12\ \x42\x19\x8d\x06\xa3\x30\x08\x50\x88\xda\xcd\x66\x51\x14\x14\x61\ \x70\x1e\x23\x8c\x09\x0e\xa3\x88\x37\xe2\x99\x66\x32\x33\x3b\xeb\ \xac\xbd\x4b\x82\xd3\x48\x00\x0d\x00\xab\x2b\xb7\x7e\xe7\xb7\x7f\ \xfb\xaf\xfe\xfc\xcf\x3f\xf3\xa9\x4f\x3f\xf5\xc4\x33\xe7\xcf\xff\ \xe4\xf2\xa5\x8b\xd3\x53\xd3\xed\xc3\xf3\x8d\xc5\x99\xfd\x8d\xad\ \xca\x58\x47\x98\x03\x47\xc1\x69\xa7\x2b\x67\x0c\x36\xc8\x23\xef\ \x3c\x46\xde\x82\x03\x42\x18\x63\xa5\x35\xe7\x2f\xbe\xbb\x78\xe6\ \xfe\x67\x3f\xfd\x19\xe3\xd0\x41\x29\xed\x70\xf7\x1a\x59\xf9\xf1\ \x0b\x2d\x38\xf2\xb9\x5b\xeb\x3b\x8d\x1f\xde\x38\x54\xc4\x36\xe0\ \xc1\x5e\x01\x84\x14\x81\xc1\x18\x2b\xad\x06\xc3\x61\xd4\x48\x5a\ \x3c\x2c\x2b\xd1\xe8\x74\x85\x10\x59\x96\x27\x14\x81\xc7\x41\x18\ \x79\x44\x1d\x43\x05\xae\x74\xe8\xf7\x06\x63\xa0\xd0\x68\x47\x4d\ \x4f\x0e\x0d\xa4\x36\x3e\x2a\x15\x38\xd9\xa2\xd4\x21\x28\x26\x93\ \x14\xfb\xf7\xde\x7c\xed\xc5\x3f\x6f\xdd\xfc\xb9\xe7\xae\x37\xcd\ \xa6\xc9\x76\xc4\xa8\x60\x82\x64\xb9\x1c\x39\x15\xcd\xfc\xe5\xc6\ \xed\xbf\x1a\xdd\x9e\x7e\xe4\xe1\x5f\xf8\xf9\xc7\x5b\x23\x39\x2c\ \xb3\x8b\xdf\x79\x9d\x4d\x84\xc1\xb0\x1d\x3a\x0e\x78\xe4\xb6\x67\ \x17\x17\x79\x87\x77\x1b\x51\x1c\xc4\xfd\xfe\x3e\x67\x61\x10\x27\ \x9e\x00\xe3\x38\x6c\xb4\xa7\x0e\xcc\xa4\xad\x06\x26\xe4\xee\x0a\ \xbe\xf7\x1e\x81\x43\xe0\xb4\x12\x00\x50\x8f\xa2\x26\xe3\xe1\xa5\ \xf7\x2e\x6c\xac\xad\x36\xd2\x86\x93\x72\xe5\xe2\x95\xd1\x13\xcf\ \x7c\xe2\xd9\x8f\x6d\x1c\x58\xde\x59\x5e\x55\x93\x7c\x3c\x1a\x15\ \x4a\x4a\xea\x1c\x71\x61\xe5\xb1\xab\x7f\x94\x73\xce\x13\x4e\x27\ \xa5\x4c\x1b\xad\xe5\xfe\xce\x9f\x7e\xff\xc5\x2f\x1e\xe9\x1c\x7c\ \xe8\xd8\xeb\x3b\xd7\xf7\xf2\xd1\x7b\x3f\x7c\xe3\xc6\xce\xa6\x19\ \x66\x37\xdf\xbc\x95\xf4\x65\x90\x26\x2e\xe0\xca\x6b\xad\x35\x21\ \xc4\x5a\x9b\x65\x19\x00\x30\xc6\x9c\x73\x4a\x29\x82\x31\x50\x42\ \x79\x60\xb5\x53\x95\x6a\xd0\x80\x10\xea\x82\x50\x31\xd7\x98\x9a\ \xf1\xd5\x28\x07\x41\x30\x32\xba\x94\x5a\x21\x42\x10\x60\xe3\x1c\ \x66\xd4\x63\x4f\x23\x3a\xd7\xea\xaa\x96\xff\xc6\xf0\xfa\x81\xc5\ \x63\x6b\x62\x38\x18\x0f\x42\x02\x50\xe8\xe1\xce\xb0\x83\x83\xbe\ \xb6\xab\xbd\xd1\x81\xb9\xc5\xfb\x4e\x9d\xc1\x94\x6e\x6d\x6d\xef\ \xef\xf4\x26\x93\x09\x63\x81\x56\xca\x68\x43\x09\xab\xaa\x0a\x18\ \x8a\xe3\xb8\xdd\x6e\xd7\xdd\x1f\xc6\x98\x31\x56\xf7\x80\xf5\xfa\ \xa6\x8f\x24\x5f\x19\xac\xb5\xd6\xea\x30\x8c\x2a\x59\x05\x21\x57\ \x5a\xde\xbc\x7d\x63\x75\x6b\xb5\xd5\x6e\x11\x46\xc6\xe3\xd1\x1b\ \xd7\x2f\x1e\x7b\xfa\xe1\xf6\xdc\xf4\xea\xbb\x57\x8a\xed\x9e\xec\ \x8d\x74\xa5\x45\x59\x2a\x6b\x3c\x02\x70\x24\xa8\x95\x0f\xc6\x5b\ \x6d\x30\x21\xa5\x92\x51\xb7\xbd\x57\x4e\xbe\xfb\xda\x4f\xc8\x54\ \x77\x77\xa1\x7b\x75\xb8\x92\xe7\xe3\xcd\x6f\xbc\x3c\x58\xdb\x90\ \x5b\x83\x6a\xa3\x97\x5a\x26\x94\x4a\x68\xdc\xef\x0d\xa1\x1d\x22\ \x86\x8d\xd1\xc6\x5a\xa0\x18\x31\xa2\x2a\x05\xde\x19\xa3\x11\xc6\ \x04\x3c\xf1\xde\x6b\x63\x99\x46\x14\x2c\xb8\xe9\xc5\xd9\xc5\xc3\ \x87\x84\xd5\xd6\x7b\x51\x0a\x51\x55\xe3\xc9\xd8\x13\xe2\x29\x20\ \x46\x10\xa7\x49\xbb\xd1\x69\xc4\xe9\x54\xab\x3d\x35\x35\x4a\xc3\ \x15\xd5\xdb\x2c\x47\x02\x79\x2c\xb5\xde\xe8\x4f\x8f\xec\x02\x6f\ \x5f\xb9\xb6\xdc\xbc\xef\x9e\x03\x8f\x3f\x40\x56\xc7\xd9\xcd\x9d\ \xbd\x51\x4f\x1b\x4d\x29\xc7\x04\x33\x0f\xde\x3b\x2d\xb4\x16\x6a\ \x82\x00\x05\x00\xd6\x46\x8c\x7b\x40\xc8\x79\x4a\x89\xb0\x1a\x08\ \x64\x65\x2e\x45\x56\xaa\xea\xee\x82\x60\x10\x42\x4a\x96\x4a\xe6\ \x71\x94\xb6\x9b\x29\x63\x6c\x7d\x6d\xe3\x77\x7f\xf7\x5f\x2c\x2d\ \x1d\x68\x34\x12\x8c\xc8\xeb\x6f\xbe\xfd\xb9\x47\xff\xd6\xcf\xfe\ \xbd\x5f\xbe\xf6\xee\x85\xfe\xfa\xd6\xf6\xcd\x65\x5f\xa1\xa2\xc8\ \x84\x92\x80\x1d\x10\x04\xce\x7b\xed\xad\x55\x4a\x28\x6b\x15\x09\ \xc3\x38\x8c\x24\x61\xaf\xbe\xfa\x3a\x6d\x4d\x9d\x38\x7d\xff\x35\ \x7b\xf3\x4a\xb4\x77\x7e\xbc\x79\xe3\xbd\xe5\xce\x7a\x39\xb9\x32\ \x40\x9a\x4e\x08\xe3\x3e\xa1\x8a\x61\x2f\x31\x97\x42\xca\xbc\xaa\ \x2a\x29\x5b\x49\x52\x48\x51\x4a\x89\x09\x29\x2b\xc1\xe3\x34\x42\ \xd5\x76\x6f\x4b\x26\x3e\x9d\x9a\x81\x80\x62\x1a\x9f\x7c\xec\xf4\ \x89\x88\x2a\x87\xa5\xa2\xf9\xfe\x60\xd2\xdb\x17\xda\x64\x84\x1a\ \x6b\x93\x4e\x03\x37\xc2\x78\xa6\x71\x70\xa1\x19\xcd\x36\x7b\x9d\ \xf4\x7a\x6b\x78\x69\xb8\xb3\x2f\xc6\x1d\xe7\xd5\xda\xfe\xec\xae\ \x99\x0e\xda\xaf\xa0\xc9\x37\xc6\xab\x7f\xfb\x1f\xfe\xfd\x85\xa1\ \xcf\x6e\xf6\xaf\xbd\x71\x65\xe4\xa4\xa0\xae\x13\xb7\x95\x56\xcc\ \x09\x62\x9d\x91\xfa\xf6\x8d\xe5\x1c\x4f\x8e\x1c\x9c\x39\x7e\xf8\ \x84\x16\xb6\xdd\xea\x72\x1e\x8c\x65\xe9\x28\x52\xd6\xae\xef\xef\ \xc6\xb2\x78\xf8\x84\xa7\x77\x15\xba\xe6\xbd\x43\xde\x06\x3c\x22\ \x98\xbc\xdf\xe0\x00\x0e\x18\x25\x04\x4b\x59\x35\x1a\xe9\x6c\x9c\ \xba\xfd\xf1\x7f\xff\xff\xfa\x6f\x70\x1c\xcc\xcf\xcf\xe6\xe3\xc9\ \xfc\xdc\xec\xd3\x5f\xf8\x94\x09\xe8\x46\xd1\x93\xde\x9a\xdd\xdc\ \x7b\x0f\xe0\x9d\xf7\xda\x39\x4f\x50\x27\x0c\x58\x23\x3e\xd9\x69\ \x7b\x82\x5f\xab\xd6\x2e\x5c\xda\x7a\x77\xed\xf6\xd6\xce\xbe\xda\ \xe8\xb7\xf7\xf4\x7c\xc5\x3a\x9a\xf2\xd9\xc6\x6e\x36\x71\x86\x12\ \x0f\xf0\x41\x63\xc5\x19\xa7\x94\xd4\x94\x2d\x25\x24\x4d\x53\x53\ \xe5\x23\x25\x7d\xa9\x89\xf5\x4a\x08\x4a\xa8\xd4\xc2\xb6\xd8\x23\ \xe7\x1e\x69\x1f\x9b\x57\x1c\x1a\x00\xd9\x68\x34\x1a\x8d\x6a\x67\ \x81\x34\x3a\x69\x36\x78\x18\x04\x71\xe4\xc0\x7b\x42\x6f\xef\xf7\ \xde\x5d\xb9\x01\x48\x77\xa4\xb1\x83\x31\xac\xed\x2d\xe5\x88\x59\ \x72\xe5\xda\xca\x03\x8f\x3c\x7e\xdf\xec\xc1\xfd\xd5\xf5\x95\x95\ \xe5\x52\x08\x84\x71\x10\x44\x00\x40\x28\x73\x16\x00\xa1\x52\x2a\ \x64\x7d\x96\x65\xa3\xe1\x70\x6e\x7e\x3e\x8e\x23\xa3\x35\xa0\x5a\ \x70\x09\x52\x4a\xa3\x0d\x7c\x24\xfb\x24\x10\x42\xf5\xc0\x8c\x60\ \x82\xeb\x1f\x0f\x98\x20\x1c\x10\x8e\x11\xf2\xda\x7e\xe7\x8f\xbf\ \x5e\x7d\xfd\x9b\x4b\xd3\xb3\x0d\xc2\x39\x0d\x1e\xfd\xc4\x27\xe6\ \x17\xe7\x85\xd3\x63\x59\x4d\x54\x59\x2a\xc1\xb4\x45\xde\x83\xf5\ \x94\x12\x16\x84\x2c\x0e\x49\xc0\x0c\xc3\x06\xa3\x37\x7a\x57\xaf\ \xef\x0c\xdf\xd9\x5d\xa6\x57\xb7\x17\xf6\xd5\x54\x5f\xce\x05\x0d\ \x43\x9b\x3e\xe2\xc3\x71\x9e\x67\x59\xda\x68\x56\x46\x28\x29\x3c\ \x40\x14\x84\x1e\x40\x5b\x83\x01\x87\x41\x40\xa3\xa4\x12\x42\x64\ \xb9\x56\x95\xa4\xa8\xd2\x2a\xc1\x04\x0c\xee\xed\x0e\x1e\x7f\xe2\ \xa9\xd9\x03\x73\x22\x00\xd7\x0e\x73\xe2\xa4\x52\x49\x14\x22\x8c\ \x4b\x23\x7d\x48\x0b\xa3\x3c\x78\x51\x14\x5b\x5b\x3b\x3b\x17\xde\ \x8b\xac\x66\x8d\xc4\x15\x39\x8c\x8b\xa9\xa1\x4b\x0a\xb8\x71\xf5\ \xba\x05\x34\xd3\x9e\xda\xbc\xbd\x31\xbe\xb2\xde\x16\xe0\x3d\x30\ \xca\x3d\x78\x40\xc0\x28\xab\xca\x12\xbc\xc7\x08\x59\x6b\x15\xd8\ \x9d\xbd\xde\xb1\x43\x87\x09\x60\x84\xc0\x18\xa3\x4b\xc3\xd3\xc8\ \x48\x2d\x8b\x02\x29\x7f\xd7\x03\x5d\x4a\x59\x1c\x27\xde\x03\x46\ \x60\xb4\x74\x46\xa7\x61\xd0\x08\x83\xe9\x56\x03\xac\xbe\xf4\xf6\ \x3b\xdf\xfa\x27\xaf\x2c\xcc\xcc\xdd\x7b\xe4\xf8\x78\x77\xff\x81\ \x33\x0f\xdd\x77\xef\x3d\x98\xc3\xee\x70\xd0\xcf\xc6\x3b\xc5\x20\ \xae\x5c\x53\x63\x05\x5e\x83\xa7\x94\xb2\x06\x77\x09\xd7\x1d\x5e\ \x61\xbb\x6b\xfb\x1b\xab\xdf\xfe\x5d\x78\xef\xd6\xea\xca\xfc\x9e\ \x3b\xbd\x02\xf7\x65\x8d\x28\xec\x14\x4d\xee\x4a\x34\xda\x1d\xeb\ \x34\xd6\xde\x27\x79\x89\x30\xb1\xc6\x1e\x3e\x74\x38\xcb\x0a\x8e\ \x09\x04\x41\xc0\x83\x66\x94\xf4\x7a\xbd\xbe\x28\x31\x4d\xd2\xa8\ \x39\x1e\x65\xb6\x13\xad\x0e\xf7\x8f\x91\xfb\x1e\xff\xd8\x13\x3b\ \x44\xb2\x85\x69\x8b\xbc\x51\x55\xc4\x79\x1c\x44\xd2\x1a\x4d\x7c\ \xc1\xdd\xc0\x64\x3d\x9d\x0f\x8a\xd1\xca\xea\x3b\x8d\xef\x8e\xe6\ \x5b\xcd\xa3\x5e\xf2\x2c\x3f\x95\x05\xf1\x0e\x19\xdf\xd8\x7f\xe5\ \xdd\xab\x8b\x9f\x78\x36\x19\xfa\x5b\xdf\x7c\xa3\x90\x86\x18\x1b\ \xa4\x69\x80\x54\x29\x35\xc7\x34\xb1\xd4\x0a\x59\x48\xe5\x02\x46\ \x10\x5d\xb9\xb9\xd6\x8c\xbb\xc7\x8f\xdf\xe3\x11\x1a\xe5\xf9\xa8\ \xcc\x68\x23\x22\xc0\xfa\xbd\x11\x0b\x1a\x77\x9d\xa8\x8f\x09\xa5\ \x2c\x70\x0e\x01\x78\x84\x90\x07\x44\x19\x43\x80\x16\xe6\x17\xda\ \xad\x56\x51\x96\xa6\xaa\x00\xb9\xc9\x68\x88\x38\xc9\xf7\x87\x65\ \x55\xad\xaf\xac\x2f\xaf\x6f\x1e\x3e\x7d\xcf\xfc\xf1\xa5\xd6\xec\ \xcc\xe8\x6c\x80\x10\x22\x80\xaa\xaa\x8a\x30\xb6\xe0\x34\xc0\xb0\ \xca\x37\x75\xb1\x3f\x1e\xfa\x9d\xfe\x78\x63\x3d\x07\x4f\x73\x7b\ \x24\xe3\x0b\x05\x99\x72\xe1\xc4\xab\xbe\x96\x06\x43\x64\x91\xf4\ \x4e\x6a\x5d\x4f\xb2\x82\x24\x36\xd6\x54\x52\x60\x84\x11\x63\x34\ \x0c\x23\x02\xaa\x42\xce\x20\x06\x3e\x70\x58\x0a\xc9\x23\x9e\x4c\ \x4d\x87\x51\x08\x18\xf6\x77\x77\x2f\x77\x9d\x9b\x22\x64\xae\x11\ \x26\x11\x60\xe4\xc1\x4f\x9c\xcb\x8b\x52\x14\xbd\xc1\x70\xa4\x7b\ \x19\xbf\xd9\x6f\x26\x51\x9b\x06\xb1\x45\x41\xe5\x8c\x4c\xf7\x77\ \x7b\x6b\xeb\x2b\x21\x62\x7a\x6f\x78\x71\xa3\xa7\x85\x94\x4a\x11\ \x42\xb5\x36\x88\x60\x67\x3d\xa5\xcc\x12\xe7\x9c\xc3\x18\x51\x82\ \x91\xf7\x52\xa9\x2c\xcf\x78\x18\x06\x71\x2c\xca\xca\x68\x47\x10\ \xa1\x8e\xe0\x0f\x37\x45\xf9\x50\xfc\x0e\x25\xc4\x3b\x47\x10\xe2\ \x84\x3b\x67\x9b\xcd\x4e\x77\xaa\x8b\x11\x2e\x8a\x02\x33\x12\xae\ \x4b\x5e\x08\xdb\xd6\xbb\x4e\xf7\xca\xf1\xed\xeb\xcb\x33\xa7\x96\ \xe2\x43\xb3\xe1\xd2\x54\x74\xa4\x6b\x68\x03\x10\x50\x46\x0a\x59\ \x69\xab\x81\x80\x52\x79\x51\x66\x55\x55\x4e\x46\xa3\xf1\x78\x64\ \x7a\x45\x7b\xe8\xe7\x70\x1c\x4b\xdb\x0c\x52\x6c\xb1\x97\xa6\x98\ \x4c\x10\xa3\xa4\x19\x16\x00\x62\xa2\x42\xce\x51\xbd\xf7\x4c\x6b\ \x6a\x51\x84\x18\x12\x36\x4e\xa2\x80\xd3\x92\x1b\x1d\x91\x3e\xb3\ \xde\xd1\xa0\x67\xcf\x2c\x1c\x3d\xf2\xe0\xe9\xc5\xce\x02\x63\xec\ \xa5\xc1\xb5\x37\x71\x15\x04\x3c\x35\x38\x2c\x11\x43\x44\x21\x57\ \x64\x2e\x93\x42\x8e\x73\x3e\x14\x68\x7b\xdc\xaa\xec\x59\xda\xa6\ \x05\x0e\xa3\xf9\x89\x2b\xd6\xf3\x9d\xf7\x6e\xdc\x96\xce\xcd\x4e\ \xcf\xed\x5d\x5f\x43\xd2\xa4\xd6\x49\xff\xfe\x3e\x56\x67\x5d\x3d\ \x69\xa2\x94\xd7\xb2\x05\x82\xb1\xb0\x62\x58\x54\x9b\x7b\x83\xb9\ \x76\x97\x63\x86\x3d\xe9\xa6\x11\xa3\x2c\x71\xda\x4c\x2a\x94\x19\ \xc0\x77\x87\xf6\x5d\x14\xb7\x39\x6f\x82\x77\x14\xbc\xd3\xa6\xd1\ \x08\x9e\x78\xf4\xb1\x76\x23\xdd\x58\x5f\x33\x52\x78\x70\x3e\x2f\ \x86\x3b\xe6\xe2\xed\x51\x6f\x77\xef\x8d\xef\xbe\x76\xf4\xf4\xf1\ \xb9\xb3\x47\xdc\x52\x4b\x1c\x6c\x4d\x66\xa7\xe7\x3d\x6b\x18\xbc\ \xec\xca\x09\xb6\xd4\xfa\x42\x8c\xf6\xdd\xd6\x3a\xdd\xe9\x8b\x3d\ \x35\xdc\xd2\x1b\x3b\x49\x6f\xee\x61\x3b\x75\xb6\x68\xcf\x15\xa4\ \x63\x13\x5b\xb0\xdd\xad\x8d\x78\xb6\x13\x45\x72\x1e\xd9\x41\x91\ \xef\x28\x39\x3d\x35\xd5\x0d\x23\x63\xb4\xb3\x56\x96\x25\x25\x84\ \x03\x4b\x92\x84\xd9\xd6\xae\x6a\xe2\x42\x01\x30\xc4\x10\xf0\xe0\ \x8b\x9f\xfe\x99\xa7\xee\x39\x91\x56\xee\x66\xb0\xfd\xaf\x96\xbf\ \x6d\xe7\x83\x44\x87\x2d\x1d\x04\x63\x47\x29\x29\xac\x1a\xdb\x4a\ \x6a\x89\x26\x55\x32\x91\x66\x54\xfc\x9a\x39\x78\xdf\x0e\xe7\xcd\ \x85\x42\x3a\xe1\xf0\x8b\x17\x7e\x74\xfe\xcd\xab\x87\x97\x8e\x9f\ \x1c\xa4\xef\xfd\x87\x1f\x78\x4a\xbd\x96\x24\xa2\xd8\x0a\x0a\x60\ \x08\x90\x90\x85\xb9\x74\x3c\x30\x21\x22\x98\x44\x8e\x0c\x46\x62\ \x79\x75\x37\x6a\x4d\xb7\x67\x3a\x0a\xf9\xd9\xf9\x05\xce\x39\xf1\ \x98\x8e\x9c\xbe\x3e\x71\x1f\xb3\x98\xdd\xcd\xa5\xb7\xd6\xe5\xd2\ \x74\x92\x86\x03\xd7\x68\x34\xc1\x3b\x0c\x3e\x8e\xe2\x24\x4d\x95\ \xd1\xce\x3b\x1a\x45\x88\x10\x26\x8d\xd7\x2e\xe1\x51\xc0\x18\x06\ \x9c\xaf\xf4\x2f\xde\x7c\xf9\x6d\xa5\x93\xd9\xd6\xe0\x2b\xf3\xad\ \x76\x9b\x12\x8a\x00\x6a\x9c\xae\xad\x31\xce\x39\x04\xca\x68\x2d\ \xd4\x54\x90\x3c\xe4\x3a\xc1\x60\xe8\x77\x05\x8b\xa2\x6d\x0a\x02\ \x21\xea\x20\x31\xa8\x61\xcd\x30\x0d\x72\xa5\x10\x42\x8c\x52\x61\ \x8c\xb5\xd6\xa1\xba\x6f\x83\xc1\x24\xb3\xce\xa4\x21\xf3\xc4\x06\ \x04\x13\x83\xef\xb9\xe7\xe4\x03\xcf\x9c\x5b\xb8\xff\x68\x34\xdb\ \x98\x3b\xbc\xf0\xe6\xf9\xd7\xfe\x30\x7f\xb7\xa2\x58\xe8\x12\xca\ \xb2\x54\x65\x18\x84\xb6\x52\x58\x78\x9f\x0b\x9c\xa9\x68\x5c\x9d\ \xd2\xb6\xeb\xc2\x36\x34\x93\xb8\xd9\x97\xf9\x8a\xdc\xbd\xb5\xdb\ \x07\x46\x0f\xcf\x2f\x90\x6c\x54\x18\x64\x31\xf5\x98\x38\xeb\x18\ \x0f\xbc\xf7\xd6\xa8\x5a\x86\xe2\xbd\xc7\x94\x12\xec\x2d\xc2\xce\ \xbb\x49\x56\x50\x16\x35\x1a\x00\x9e\xa4\x49\x13\x5b\x70\xc2\x22\ \xff\x51\xf8\x42\x11\x02\x00\x2f\xa5\x0c\xc3\x30\x8e\x63\x00\x68\ \xa5\xad\xe9\xe9\x69\x00\x50\x4a\xf1\x80\x03\x80\x46\x50\x31\x1f\ \x05\xd4\x0a\x35\xd5\x6a\x67\xbd\xd1\x95\xbd\x9d\x0c\x49\x9f\x86\ \x4b\xa7\x8f\x1f\x3c\x71\x74\xd0\xf0\x9e\x22\xe5\x8c\xc7\xe0\x90\ \x93\xa2\xc2\xde\x22\xe7\x40\x69\x5a\xc8\x87\x16\x8f\xb7\xc0\xee\ \xae\x6c\x78\x01\x3a\x62\xe3\xbc\xf4\x01\x55\x8c\x22\xc0\x0c\x3c\ \x75\x08\x30\x58\xe4\x09\x46\xc6\x9a\x52\x55\xd6\x58\x4a\xa8\xf7\ \x5e\x17\x19\xa6\x04\x28\xd1\x56\xc5\x3c\x8c\x20\xfa\xbb\x5f\xfe\ \xc4\x53\xa7\x1f\x0c\xa6\x5b\xdd\x63\xf3\x9d\xe3\x73\xf6\x9d\x6f\ \xdf\xda\x78\x8d\x25\x21\x93\x86\x02\x42\x80\xc0\x39\xe4\x0d\xc3\ \x98\x10\x16\x20\xed\x11\x0a\x10\x06\x16\x38\x4a\x4b\x6d\xc6\x45\ \x55\x0a\xc9\x58\xd0\x69\xb7\x9a\xcd\x76\x55\x49\x03\xc0\x82\x80\ \x38\xef\x9c\x43\x08\x79\xef\x6b\x9d\x42\x5d\x7d\xea\x5d\x8b\x0c\ \x23\xa0\x6c\xd0\xeb\x07\x88\x34\x1b\x0d\x46\x89\xa5\x74\x6f\xbc\ \xc7\x83\x40\x37\x51\xe9\xd5\xdd\xcd\xd1\x01\x61\x25\xc4\xde\xd6\ \xd6\xa9\x7b\x4e\x2a\x21\xa2\x34\x3d\x73\xff\xfd\xad\x66\x53\x4a\ \xd1\x68\xb5\x08\xee\x00\x02\xd2\x1f\x05\x61\xc2\x31\x69\x35\x9a\ \x18\xfc\xce\xda\xc6\x5b\x57\xde\x1d\x37\xad\x3d\xd2\x7c\xe0\x85\ \x73\xaf\x1e\xc4\x57\x5b\x95\xe5\xc4\x48\x83\x26\x45\xe4\x50\x86\ \x04\x44\x16\xc0\x40\x94\xc2\xb1\x53\xbf\xba\xf0\xc8\xf8\xad\xe5\ \xbd\xe5\xed\xa9\xe4\xd0\x90\xfa\x91\x28\xf4\x6c\x63\xc7\x96\xc4\ \xea\x76\x92\x9a\xb2\xa0\x51\x28\xac\x11\x42\x68\xad\x95\x51\x34\ \x0e\xac\xf3\x43\x51\x64\x5a\x3a\xef\x30\xc8\xa9\x80\x65\xaa\x78\ \xf0\xe3\x4f\x7d\xfc\xdc\x53\x67\x0f\x1c\x9d\x6e\x25\xb3\xd3\xd3\ \x5f\x40\xa3\x8d\xed\x3f\x79\xf1\x40\xaf\x74\x20\xac\xf7\xd6\x20\ \xf0\xce\x87\x60\x62\x3e\x11\x5d\x25\xa2\xad\x5e\xa7\x22\x21\x6b\ \x14\x84\xb3\x30\xc9\x47\xc3\xb5\xcd\x3d\xa1\xcd\xf1\xe3\xc7\x8f\ \x1e\xb9\xc7\x68\x0b\x18\x9a\x49\xac\x15\x71\xce\x51\x4a\xbd\xf7\ \x52\x4a\x6b\x0c\xc2\x98\x61\x4c\x08\xb1\xc6\x48\x0c\xb8\xd5\xd8\ \x1d\x0d\xf5\xdb\x17\x9e\x7c\xf8\xe1\x03\xed\x16\x29\x5d\xb9\xbd\ \x13\xf1\xf0\x80\xf1\xc6\x7a\x67\x2d\x30\x76\x17\xe4\x0e\xa5\xe4\ \xf4\xe9\xd3\xb3\x33\xd3\x07\x0e\x2c\x9c\xbe\xf7\xbe\xc1\xb0\xff\ \xf6\x1b\x6f\x78\xef\x31\x82\xb2\x2c\x8c\xb5\x49\xc4\x09\x26\x1e\ \xbc\x54\xca\xd8\x31\xe7\xdc\x5a\x2b\xa5\xc4\x18\x4b\x29\x46\x9b\ \x79\xf6\xa3\xfe\xe2\x53\xe7\x66\x8e\xcc\x97\xd4\xe5\xa0\xa4\x37\ \xcc\x39\x30\x16\x84\x12\x79\x81\x08\x7d\xf6\xcc\xe3\xe5\x85\xd5\ \x71\xb6\x15\x1a\x8b\x94\x25\x40\x01\xc0\x78\x57\x82\xf1\x80\x88\ \x44\x0d\x47\x9c\x73\xa8\x54\x56\xca\x80\xb1\x08\x73\x84\x90\x77\ \x5e\x2b\xa5\x31\x28\x6d\x1d\x78\xe9\xf5\xa9\xfb\xef\xfb\xd2\x2f\ \xfe\xe2\xcc\x81\xf9\xa4\x99\xcc\xcf\x4d\x25\x41\x94\xa4\x87\x5e\ \xdd\xbe\x50\x72\x6a\x10\x72\x18\x17\x14\x39\x87\x2c\x80\x51\x95\ \x57\x08\x95\xc6\xe6\x2a\xd7\x0e\xf2\xc2\x31\xd2\xdb\xcf\xc6\x93\ \x52\x08\x3d\x3d\x35\x8d\x31\xa6\x34\x30\xb2\xc0\x98\x63\xca\x1c\ \x42\x75\x73\x57\x3f\x5f\xeb\x61\x39\x46\x08\x61\x6c\xbc\xc5\x84\ \x51\xe2\x8c\xd4\xbd\xbd\x5d\x8a\x51\xd2\x68\x54\x4e\x59\x6f\x47\ \x50\x95\x4e\x7e\x04\xf3\x2c\xe7\x3c\x63\xfc\xe3\x1f\x7f\xfe\xf4\ \xe9\x7b\xbd\xf7\x17\x2e\x5c\xa8\xaa\x0a\x63\x2c\xa5\xac\x25\x43\ \x71\x1c\x97\x5a\x15\xb9\x64\x65\x21\xca\xa2\xd3\x6a\xa1\x42\xc6\ \xd8\x47\x94\x4f\x76\xf3\x49\x7e\x7d\x32\x50\xdd\x9f\x79\xc4\x73\ \x52\x39\xed\x28\x52\x60\x82\x88\xeb\xb2\x88\x3d\x96\x6a\x7c\x78\ \xe9\xf0\x33\x33\x0f\xac\xbc\xfe\x9a\x2a\xa9\x32\xb6\xa7\x73\x9c\ \x84\x95\xb7\xd6\x21\xaa\x4c\xa8\x74\x68\x10\x22\x44\x58\x03\x46\ \x13\x4c\xc2\x34\x71\xce\x31\xca\x9c\x77\x55\x59\x2a\xab\x43\xe3\ \x92\xca\x17\x1c\x1e\x7a\xfa\xd1\xc7\x3e\xf5\x7c\x12\x24\xd3\x87\ \x17\x9b\xed\x46\xbe\xb6\x75\xa0\x67\xcf\x6c\xa1\xed\x14\xc6\xdc\ \x79\x0b\xe0\x91\xf4\x46\x3b\xeb\x8c\xc5\x4a\xdb\xbc\x44\x93\x42\ \x15\x76\x07\x10\xe5\xbc\xcc\xab\xa2\xa8\x18\x8b\xa7\xba\xb3\x00\ \x58\x6b\xe7\x0c\x50\xc2\x11\xc2\xce\xa9\xba\xd6\x38\xe7\x6a\xa5\ \xe6\x9d\x33\xea\x9c\x23\x80\x01\x88\xc5\x6e\x7f\xd0\x0b\x1b\x31\ \x8d\x82\xdc\xc8\x2a\x74\x82\xab\x9e\x28\x25\x77\xe8\xae\xd8\x4d\ \x29\xe5\xb3\x4f\x3c\xf1\xf1\x27\x9f\x3a\x7d\xfa\xf4\x3b\x6f\xbf\ \xbd\xba\x7c\xdb\x3b\x8b\x30\xca\xcb\xd2\x59\x1b\x05\x8c\x00\x89\ \x1c\xf2\x85\xd8\x1d\x8e\x5b\xed\x4e\x3e\xc9\xc6\xf9\x24\x8a\x58\ \x6f\x6b\x34\xea\x0f\xaf\xf5\x2d\xf9\x07\xe7\x3a\x8f\x2e\x88\xde\ \x88\x63\x68\xb0\x56\xa9\x84\xa6\x54\x10\x07\x79\xd8\x28\x1b\x5f\ \x7d\xe0\xb9\x23\xdf\xde\xdc\xdc\xf1\x88\x4e\x95\xb9\xd4\x18\x32\ \x8a\x47\xce\xf2\x90\x7b\x6f\x36\xf7\xb7\x03\xcc\xb8\xb2\xd8\xc8\ \xd0\x43\x33\x48\x70\xd4\x10\x42\xd0\x80\x0a\x51\x69\x65\xc0\xe3\ \x92\x28\x56\x55\x87\xda\xd3\x3f\xfb\xb9\x4f\x2d\xa4\x33\x33\xb3\ \x0b\xe9\x91\x79\xbc\x6f\xdb\xaf\xed\x3f\xd7\x0f\xde\xee\x2e\x14\ \x6e\xd7\x61\x64\x83\x40\x11\x07\x4e\x41\x66\x8d\xb0\x91\x20\xad\ \xb1\xef\xec\xeb\x5d\xb1\xcb\xda\x73\x2b\x6b\x57\x47\xc3\x3c\x89\ \xdb\x33\xd3\xf3\x49\x62\xa4\x94\x08\xa1\x38\x89\xac\x55\x94\xd2\ \x7a\x7a\x48\x08\xd1\x5a\x5b\x6b\x83\x20\xa8\xaf\x0c\x78\xaf\x08\ \xb1\x3c\x8c\x59\x30\x19\x8d\xb7\x57\x37\x16\x9b\x2d\x2d\x4a\x4a\ \xfc\x30\xdf\x8b\xd2\x08\x47\xf4\xee\x7c\x12\xd6\xda\x76\xbb\xfd\ \xd9\xcf\x7e\xa6\x91\xa6\x0b\xf3\x73\x37\x6f\xdd\xba\x7a\xf9\xb2\ \x94\x92\x12\xea\xc0\x08\x51\xc9\x4a\x62\x0f\xf5\xd8\x18\x63\x5c\ \xd7\xc4\x2c\xcb\x08\x21\x84\x10\x84\x71\x2b\x8e\xb2\xf7\x36\x6f\ \x8d\xcf\xb7\x3e\x1f\x07\x87\xa6\x4b\xce\x2d\x72\xda\x19\xac\x35\ \x11\x8a\x95\xe2\xde\xa3\xf7\x9d\x39\x7c\xea\x9b\x5f\x7f\x3d\x72\ \x28\x44\x8c\x58\xd0\x59\xe9\x02\x04\x1c\x3b\xc6\x14\x45\x44\x5b\ \x84\x91\x33\x8e\x62\x12\x86\x61\x10\x84\x94\x12\x00\x24\x44\x55\ \x0f\xaa\xcb\x5c\xb6\x9a\xed\xdc\x57\x32\x22\xae\x19\x76\x0f\xcc\ \x45\xc6\x26\x28\x5a\xfb\xc6\x8f\xb3\x77\xaf\xcd\xcf\xa1\x81\xb4\ \x96\xa1\xe1\xb8\x62\xcc\x19\x02\x56\x29\x5b\x49\x5c\x19\x9c\x0b\ \x91\x95\x93\x52\x11\x08\x5c\x36\xc9\x07\x85\x73\xc8\x51\xc6\x79\ \x64\xb4\x95\xd2\x70\xc2\x2d\x90\xda\x8a\x56\xab\x16\xef\x48\x93\ \x6b\x6e\xdb\x39\x27\xac\xe7\x84\x30\x1a\x82\x11\xaa\x14\x55\x51\ \x86\x8d\x58\x62\x3b\x31\xc5\x88\x29\xcd\x10\xfa\x9f\xce\x2b\x3b\ \xe7\xe2\x38\x7a\xe6\x99\xa7\xad\xb5\xcb\xcb\xcb\x65\x59\x6a\xad\ \xc3\x30\xb4\xd6\x0a\x21\x30\xc6\x18\xa1\xd2\x6a\x87\x91\xf1\xce\ \x7b\x3f\xd8\xdf\xd7\x65\xc9\x28\x71\xce\x4c\xa7\x91\xcd\xec\xd6\ \x1b\x97\x07\x33\xf8\xd4\xa3\x67\x1b\x9d\x74\xbf\x9a\x10\xe2\x81\ \x10\x65\x9d\xd6\x46\x97\xf2\xec\xd3\xf7\x05\x3b\xb8\xda\xca\xe2\ \x20\xc0\x4e\x47\x69\xb8\x9d\x8d\x7c\xc8\x28\x21\x1c\xd3\x00\xbb\ \x98\x12\xeb\xc1\x68\x83\x31\xc2\x80\x42\xc6\x11\xc6\x18\xe3\x2c\ \xcf\x85\x94\x98\x12\xec\xa1\xe9\x58\x0f\xf0\x3b\xcb\xd7\x3f\x1b\ \xda\xf4\xc8\xd4\x85\xf1\xf6\x83\x09\xdd\x7c\xe5\x4d\xfb\xde\xa5\ \x2f\x24\x8d\x3f\x98\x9b\xf4\xda\xd6\x01\x78\x40\xd2\x1b\xeb\x2c\ \x31\x1a\x0a\x05\x59\x85\x0b\x19\x18\x26\xad\xdf\xdb\xdb\x73\xce\ \x13\xcc\xf2\x6c\x8c\x31\x33\xda\x51\x86\x78\x10\x49\xa1\x6a\x4b\ \x47\x5d\xf5\x6b\xaa\x0b\x63\x5c\x97\xa1\xf7\x5f\xf1\x00\x80\x29\ \x0d\xc6\xe5\x78\x6f\xb4\xdf\xe4\x1d\xde\x8a\x71\x1a\x49\x6c\x71\ \x9c\xf2\x6e\x7c\x77\x0b\x73\x95\x52\x9f\xfc\xf8\xf3\xb6\x92\x1b\ \x5b\x9b\xe5\x78\x8c\xc0\xc7\x71\x3c\xc9\xb2\xed\xdd\x5d\xe7\x5d\ \xb7\xd3\x8d\xc3\x40\xe5\x55\xd4\xa4\x42\x88\x62\x6f\x77\xd0\x1f\ \x20\xef\x59\xc9\x9a\x34\x6c\xc5\xd1\xda\x1b\xcb\xdc\x67\xf7\x89\ \x8f\x35\x1e\x38\xb4\xe6\xf6\x4b\x57\x25\xc8\x9b\x5c\x56\xa5\xe3\ \x3d\xff\x98\x3b\xf8\xeb\xed\xa7\x5e\xbe\xf2\xbb\x8b\xa8\xb3\x97\ \xef\x47\x71\x2c\x9d\xb3\x08\x79\x0c\x94\x51\x12\x30\xac\x83\x84\ \x45\xba\x37\x46\xd6\x79\xef\x63\x86\xd3\x30\xb1\x3c\x56\x52\x6a\ \x91\xcb\xb2\x22\x08\x17\x5d\x33\x17\x72\x33\x9a\xac\x5f\xbc\xf4\ \xdc\xdf\xfd\x7b\x5b\x5e\x5f\x17\x83\xd3\x2b\x7d\xf4\xbb\x7f\xfa\ \xd5\xc7\x16\x6e\xdf\x10\x6f\x76\x91\x44\xbe\x4c\xa0\x4f\x4c\x65\ \x14\x16\xae\x21\x10\x1f\x8a\x20\xd3\x41\xa1\x19\xe9\x6e\x6e\x0c\ \x37\x36\xb6\xc3\x30\x1d\xf4\xb5\xa8\x74\x1c\xa6\xc6\x1a\x54\x87\ \x5e\x21\x90\x5a\x23\x84\x18\x63\x75\x93\xcb\x18\xe3\x9c\x2b\xa5\ \x30\xc6\x00\x2e\xa0\x1c\x1b\x1f\x31\xa2\x70\xb1\xb2\xb7\x13\xef\ \xb5\x5a\x8b\x6d\x68\xc7\x3d\x6d\x44\x68\x9a\x53\xad\x8f\xdf\x55\ \xf2\x91\x73\x36\x8e\xe2\x27\xcf\x3d\x99\x24\xd1\xcd\x1b\xd7\xaf\ \xbc\xf7\xde\x70\x38\x40\x08\x89\xaa\xaa\x44\x59\xe4\x59\xc0\x83\ \x7a\xbc\x6d\x8c\xa9\xfd\x53\x4a\x29\x00\x88\xa2\xa8\x96\xcf\x95\ \x99\x99\xd3\x61\xb5\x3a\x79\xfb\xaf\x7e\x3c\xfb\xc4\xe9\xd6\xe9\ \xa5\x28\x21\xd4\x53\x63\xa4\x97\xca\x48\xbd\x38\xb3\xd0\x0c\xdb\ \x93\x51\x46\x8d\xb7\x1e\x53\x80\x80\x52\x8f\x90\x05\xac\xc1\x29\ \xef\x3d\xf1\x34\x60\x95\xd7\x08\x2c\x63\xac\xb4\x02\x59\xe0\x41\ \xe0\x18\x52\x11\xf1\xd2\xb7\x71\xa2\x2b\x49\x09\x7d\xf3\x8d\x37\ \x1f\x79\xf2\x5c\x77\xaa\x05\x83\x49\xf3\x9e\x38\x40\xcc\x8e\xf2\ \x23\x4f\x1d\xde\x18\xdd\xca\x2b\xa9\x13\x26\xa8\xcf\xb5\xf0\xce\ \x59\x6f\xbd\x14\x55\x55\x19\xeb\x48\x90\x94\xa5\xe9\xef\x0f\x91\ \x04\xc6\x63\x51\x0a\xc2\x39\x46\xc8\x59\xab\x1d\x28\xab\x3d\xc1\ \x08\x80\x10\x72\xe7\x90\xd7\xde\x08\x63\x6a\x67\x26\xd1\x16\x98\ \x03\x8a\x29\x66\x41\x36\x1e\x5b\xe6\xdb\x47\x16\x1a\x49\x2c\x55\ \xc9\x5a\xb1\xb7\x1f\x85\x4f\x82\xf3\x60\x6e\x6e\xee\x87\x3f\xfc\ \xe1\x95\x2b\x57\xc2\x30\xac\xd5\x41\xc3\xe1\x50\x29\xd5\xe9\x74\ \xac\x73\xc8\xb9\x80\x50\x2d\x85\xb7\x56\x96\xa2\x19\x27\x84\x60\ \xad\x94\xd3\x60\xad\xc1\x08\xad\xbc\xf4\xa6\xdb\x9f\x2c\xde\x7f\ \xa2\xb1\x34\x5b\x31\x34\xd6\x92\x00\xae\x44\xc9\x19\x3f\x76\xe2\ \x64\x7f\x67\x39\x07\x40\x4a\x07\x94\x22\xe1\xba\x10\x2a\xe5\x29\ \x45\x48\x5b\x90\xc6\x38\x0d\xe0\xb9\x47\x9c\x72\x6d\x4d\x31\xce\ \x30\x42\x51\x1c\x73\x44\x62\x16\x02\x06\x0d\xb2\xc7\x7c\x8e\xed\ \x64\x73\xf3\xad\x9f\xbe\x16\x68\x8f\x39\x0e\xe6\x60\xfe\xd0\x11\ \xb3\xbe\x93\xcc\xb5\x75\xf6\x53\x88\xb0\x07\x64\x01\x81\x75\x58\ \x6a\x28\x14\x14\xc2\x67\x82\x68\x8f\x1c\x8c\x46\x99\x14\x06\x10\ \x26\xd8\x23\x44\x19\x09\x94\xac\xa4\x50\x84\x50\x6b\x3d\x21\x50\ \xeb\x29\x6a\x0d\x38\xbc\xaf\x05\xf3\xd6\x5a\xe7\x9c\xb3\x16\x23\ \xec\x9d\x33\xce\xc5\x49\x3c\x18\x0f\xc3\xe9\xc6\x83\x0f\x9f\x11\ \xd8\x4c\x4c\x55\x22\x95\x76\xdb\x35\x2b\x74\x17\xfc\x4e\xa3\xd9\ \xd8\xe9\xf5\x5f\x7b\xe5\xe5\x2c\xcf\xcb\xb2\x28\xf3\xa2\x37\xe8\ \xf7\x07\x83\x46\xab\xa5\xac\x51\x99\x8e\xd3\xb8\xd0\x12\x05\x7c\ \xb7\xb7\x8b\x18\x99\xef\x4e\x0f\xf7\x7b\x0c\xa8\xea\x8b\xf9\x68\ \x46\xfd\x78\x77\xb4\xf3\xfd\xec\x97\x1e\x2f\x9f\x5f\x1c\xb4\x42\ \x53\x69\x54\xda\x54\x39\x56\xa8\x53\x07\x0e\xb6\xc3\xae\x34\x68\ \x67\x65\x3b\xa1\x51\x80\xc3\xd4\x59\x27\x55\x1c\xc5\xf9\x24\x77\ \x46\x1a\x6b\x33\x24\x45\x44\x18\x65\x1e\x7c\x4f\x56\xbb\xc3\x22\ \x89\x13\xc4\x89\x69\x45\x9a\xda\x52\xeb\x5c\xf8\x01\x22\xa0\xc4\ \x4b\x3f\x7c\xe5\xc9\x33\x4f\x0a\x8e\x66\x1e\x3c\xd1\x3d\x79\x68\ \xef\xde\xee\xa1\x13\x07\x0e\xea\x9b\xaf\x06\x46\x0a\xe5\x2d\x89\ \x8c\xe1\xd6\xf2\xc2\xcc\x1a\x06\xfb\x63\x3b\xcc\x02\x12\x0e\x87\ \xe5\xde\xfa\x10\x13\x96\xd2\x24\x9b\x94\x71\xd4\xd0\xd2\x94\x55\ \x19\x87\x81\xd2\x0a\x00\x08\xe5\x8c\xb1\x5a\x31\x4f\x08\x89\xe3\ \xb8\x28\x8a\xaa\xaa\xa2\x28\x52\x4a\xd9\x42\x32\xa0\x56\xb9\x30\ \x4c\x0a\xac\xde\xdc\x59\xf9\xd9\x9f\xfb\x25\x72\xb2\x55\xf1\xb2\ \x0a\xc4\x8e\x93\x66\xe0\x98\x27\xfe\x6f\x7c\xd9\x81\x50\x9a\xa6\ \xe9\xf2\xf2\xed\xbf\xf8\xf3\x3f\x37\xc6\x94\x65\xe9\xad\xa3\x94\ \x52\x4c\x02\x1e\x50\x42\x10\x42\x4a\xa9\xb2\x2c\x8d\x31\x94\x52\ \x00\x88\xe3\xd8\x5a\x6b\xad\xc5\x04\x7b\xe3\x12\x9a\x12\x70\xe3\ \x9d\xfc\xd2\x37\x7e\x32\xbf\x71\x6c\xe9\xcc\x89\xb0\x19\x68\xef\ \x2a\xed\xa4\x33\x95\x75\x51\xb3\x39\x75\x70\x69\xd8\xbb\x89\x81\ \x52\x0a\xc8\x3a\x6c\xc1\x7b\xeb\xa4\xd2\xc6\x08\x62\x23\x12\x29\ \xe4\xbd\xf7\xd2\x2a\x67\x1d\x42\x28\x20\xc8\x3a\x9b\x1b\xc5\xbd\ \x47\x99\x8c\xd3\x54\x69\x33\xcd\xc3\xef\xff\xe5\x5f\x9e\xbd\xf7\ \xe4\xd9\xb3\xf7\x31\xc6\xe7\x1e\xbd\x37\x4d\xc2\x9f\xc4\x97\x06\ \x23\x81\x92\xa0\x60\xb6\x42\x4e\x61\x84\x00\x79\x07\xa6\x92\xaa\ \x10\x20\x9d\xc3\x54\x68\xe5\x80\x36\xd3\xd4\x5b\xd0\xd6\x78\x00\ \x25\x15\xf6\x10\x62\xe2\xc1\xd7\xb4\x6e\x8d\x74\x30\xc6\x08\x21\ \x63\x8c\xd6\x1a\x01\x60\x4a\x11\xa6\x5a\x28\xd0\x86\x83\xe7\x98\ \x16\xba\x1a\x65\x93\xc3\xd3\xa7\x67\x4f\x1f\xdb\x28\x87\x71\x3b\ \xfd\x30\xbb\xb9\xe9\xff\x98\x2b\x1a\x97\x65\xf6\xcd\x6f\x7e\x73\ \x6f\x6f\xcf\x18\x33\x99\x4c\x10\x42\x5a\x6b\xc6\x18\xa5\xb4\xd6\ \x32\xc9\xbc\xac\xaa\x8a\x51\x8a\x01\x30\x25\x8e\x51\x65\x0d\x70\ \x52\xca\x8a\x70\x06\x1e\x2f\xe8\x68\xf4\xce\xed\xe1\xea\xf6\xd1\ \x73\x67\xd3\x23\x73\x61\x80\x4b\x65\xb1\xc1\x4a\xea\xf1\x24\x9f\ \xbb\xf7\xa4\x3c\x78\x5e\xf4\x06\x5d\xe7\x53\xed\xa9\x46\x88\x12\ \x51\x49\x65\xb4\xd1\xc6\x23\x4f\x79\x60\xb5\x95\x22\xf7\x18\x81\ \x07\xcc\xa8\x2e\x85\x05\xa7\xaa\x0a\x01\x72\x04\x89\xa9\x10\x51\ \x98\x2d\xc9\xa5\x3f\xfc\xc6\xaf\x9c\x7e\xe2\xf0\xe3\xe7\x40\x0b\ \x38\x32\x1b\x85\x0f\x7e\x7f\xe3\x12\x31\x61\x53\x48\x1a\xb2\x4a\ \x19\x6b\x3c\x08\x10\x43\x61\xfa\x45\xd5\xcf\x89\x43\x38\x0c\x08\ \x76\x49\x12\x3a\xe7\x01\x88\x14\x52\x48\xe5\x3d\x78\x0f\xd6\x38\ \xc6\xa8\x07\xe3\x3d\x02\x00\x53\x33\x83\x08\xd5\x77\x42\x4d\xf1\ \x20\x84\xc0\x38\x82\x31\xc2\xc8\x21\x17\x04\xc1\xe6\xf6\x16\xbc\ \xfe\xfa\xc2\xc9\xc3\x63\x5d\x6c\x67\xfd\x07\xdb\x47\x09\x21\x77\ \xe1\x16\x62\x9c\xbf\xf1\xd3\x9f\x5e\x7d\xe7\x9d\x22\xcb\x77\xb6\ \xb7\x78\x18\x6a\x6b\xb2\x49\xd6\x6e\x77\xa2\x38\x02\x8c\x47\xc3\ \x61\x31\xec\x4f\xa4\x24\xad\x54\x33\xdc\xe9\xb4\x7b\xe3\x31\x0f\ \x02\xd0\xce\x69\x4f\x3c\xea\xf2\x39\xbb\x87\xdf\xf9\xff\xbc\xd8\ \x5a\x3e\xdd\x7d\xe6\x28\x3d\xd6\x58\xc7\x55\x3f\x10\x3c\x10\x3d\ \xb9\x9f\x10\x3b\x7d\xff\xa9\x95\xfd\x61\xe0\x18\x22\xd8\x0f\xb3\ \x0e\xa3\x0e\x9c\x18\x15\x1a\xbb\x4c\x94\xba\xd5\x9c\x60\x5b\x64\ \x63\x1e\x04\x16\x1c\xc2\x78\xa4\x26\x14\xf8\x58\x8c\x2b\x2d\xc2\ \x38\x5c\xb4\xf3\xe0\x71\xd1\xac\xca\xdd\xfd\x57\x7f\xf0\xc3\x7f\ \xf4\x5f\xfc\x97\x80\x2c\x44\x8a\xfe\xb3\xe7\xbf\xbf\x77\x63\xd9\ \x14\x37\xd3\x49\x94\x10\x06\x96\x96\xa6\x51\x9a\x74\x2c\xd9\xc6\ \xd0\xed\x4f\xbc\x90\x32\xe6\xd8\x43\xa7\x33\x8b\x30\xb1\x16\x92\ \xb8\x29\xa5\xf6\x0e\x8a\xbc\x64\x84\x84\x41\x10\x84\x81\xd2\x4e\ \x6b\x6d\x8c\x51\x4a\xd5\x2c\x4f\xad\x16\xf9\x80\x5c\x33\x4e\x28\ \x1e\x71\xcc\x43\x83\xd1\x50\xca\xff\xe1\xcf\xff\xec\xd4\xcf\x9c\ \xcb\x17\xc8\x2a\x1a\x4a\xa7\x7c\xf0\x89\xbb\x20\xd6\x30\x46\xe0\ \xfd\x4f\x5e\x7e\xe5\xc7\x3f\x7e\x29\xcb\xc6\x18\x61\xa3\x34\x67\ \x0c\xbc\xa7\x8c\x36\x69\xaa\xa4\x92\x42\x0a\x29\x9c\x73\x35\x16\ \xab\xff\xd4\x72\x1b\x21\x05\x65\xac\xb4\x88\x60\xc6\x85\x9d\xd1\ \x54\xbd\xbd\x7a\xfd\xc6\xd6\xe2\xfd\x47\x5b\x47\xe6\x5d\xcc\xc7\ \x88\xbc\xf6\xd6\x5b\x4f\x9d\x7e\xe6\xe7\x7e\xf9\x97\xfe\x70\xf2\ \x7b\xfd\xe5\xcd\x52\x8f\x23\x16\x02\x20\xa3\xb4\xcc\xf3\x30\x8c\ \x62\x4c\x41\x6a\x5f\x29\xef\x3d\x65\x8c\x80\xc7\x18\x61\x69\x30\ \x40\x8c\x28\x23\x10\x36\x18\x71\x9e\x23\xcc\xbd\x19\xae\xaf\x5d\ \xba\xf0\xf6\xd3\x4f\x3d\x33\x30\xe3\x5b\xf9\xfa\xb6\xdd\x5a\x1b\ \xee\x23\xe3\x9d\x90\xdc\x53\xad\x15\x31\x20\xfb\x99\xef\x55\x68\ \x2b\x77\xeb\xa3\x84\xc5\xc9\xd2\xf4\xf6\xfe\x72\x27\x4a\xbc\x42\ \x5a\x1a\x6b\x1d\x21\x94\x52\xe6\xb4\x06\x8c\x31\x60\xc2\x58\x7d\ \xe0\x8d\x31\xff\x09\xd7\x13\x52\xf7\x59\x80\x81\x10\xc2\x11\xe2\ \xe0\x91\xf3\x01\x09\x72\x23\x5f\xfd\xc9\xab\x07\x8a\x01\xea\x26\ \x93\x83\x93\x0f\x73\xe0\xc9\x83\x67\xcf\xfc\x27\x2f\xa2\x31\x0f\ \x3d\xfc\xf0\xcc\xcc\x8c\xfd\x40\xea\x46\x29\x19\x8d\x46\x7f\xf0\ \x07\x7f\x84\x10\x92\x52\x4a\x29\x93\x24\xa9\x8b\x4e\xdd\x85\x95\ \x55\xa5\x2b\xc9\x00\x11\x8c\x29\xa5\x98\x52\x20\x04\x18\x2d\x8d\ \x06\xce\x0d\x21\x06\xa1\x19\x4b\xa1\xd2\x14\xf0\xf6\xc6\xd6\xf6\ \xfa\x56\xc2\xe3\x4e\xd2\xf4\x52\x97\xe3\xbc\xca\xca\x8f\xbd\xf0\ \x29\xda\x6e\x5d\xbd\x76\x25\xeb\xf7\x03\x8f\x02\xc0\xde\x68\x51\ \x55\x4a\x2b\x87\x20\x4c\x52\xa3\x54\x59\x14\x84\x52\x4c\x28\x60\ \x00\x8c\x01\x63\x84\x11\x26\x38\x88\x22\x6f\x6c\x44\x88\x56\x32\ \x2e\x55\x9c\x89\x38\x0e\x4e\x3e\xf7\xf0\x9a\xe8\xbd\x72\xeb\xed\ \x57\x27\x6b\x2f\xdb\x5d\x39\xea\x45\x85\x44\xd2\xab\x51\x89\x27\ \x4a\x6f\x0d\xc5\xe6\x40\xee\x65\xfb\x9b\x3b\x73\x07\x0e\x26\xcd\ \xce\x78\x73\x18\x04\x11\x42\x58\x49\x8d\x10\x60\x4c\x30\x26\x84\ \x10\xef\x9c\x31\x16\xc0\x21\x04\x5a\xeb\x9a\xd2\x27\x84\xd4\x7d\ \x6f\x0d\x7f\x70\x2d\x32\x20\x18\x61\x70\xe0\x3d\x06\x07\xb0\xd7\ \xdf\x67\x41\xd0\x68\x34\x8a\xa2\xb8\x67\xe6\xf0\xe3\x27\x1e\x50\ \x46\xff\xb5\x93\x4d\xbe\xf5\xad\x6f\x88\x4a\x74\xba\xdd\x9a\x81\ \xb3\xd6\x4e\x4d\x4d\x3d\xfc\xc8\x23\xf6\xaf\x29\x0c\x19\x63\x97\ \xde\x78\x7d\xf5\xe6\x2d\xa9\x55\xaf\xb7\x1f\x86\x01\x46\xb8\x33\ \xd5\x25\x18\x57\x95\x54\x52\xef\xed\xee\x39\x44\x20\xe4\x10\x51\ \xc4\x89\xf5\x26\x0d\x23\xe2\xc0\x7b\x47\x79\x80\x08\x46\x24\x32\ \x15\x6a\x96\xd0\xbd\x3d\x52\xaf\x5c\xe1\xbd\xa2\x33\x33\xa3\x19\ \xc1\xd2\x92\xd5\xbd\xe7\x0f\x9e\x38\x7c\xe6\x89\xf5\xe1\xfe\xea\ \xda\x6a\x7f\xbf\x37\xd5\x6c\x79\x29\x45\x96\x57\x45\xa9\xc1\xd3\ \x34\x44\x1e\xd9\x71\x9e\x62\x1e\x78\xe4\x2b\x35\xdb\xec\xba\x52\ \x51\xe7\x23\x4c\xe7\x5a\x5d\x24\x4d\x6b\x48\x1b\x51\x4b\x63\x5f\ \x8e\x87\x55\x35\x7a\xe8\x89\xb3\x69\x37\x7a\xb9\xbc\xf0\x07\xee\ \xbd\xd7\xf5\xea\xad\xed\x6b\xb9\x19\x75\xa4\x4f\x06\x65\x6b\xb7\ \x9c\xd9\x15\xf1\xca\x50\x5e\xdf\x76\x83\x7c\x7d\x75\xe7\xc1\x67\ \x9f\x1a\xdc\x1e\x31\xcd\x30\xa5\x04\xf3\x22\x2f\xb5\xd4\x8c\xb3\ \x90\xf3\x38\x8a\xca\x22\x13\x95\x4c\x1a\x8d\x1a\x56\x44\x51\x14\ \x86\xa1\x94\x92\x73\x5e\xa3\x7d\x40\x10\x85\x51\x1c\x85\x61\x14\ \x12\x4a\x00\x21\xce\x79\xbf\xbf\xaf\xab\xf2\xd4\x91\xa3\xac\x54\ \xe1\x48\x7d\xb6\xf5\x08\x43\xf4\x0e\xde\xe1\x9c\x5f\xbf\x7e\xfd\ \xfc\x6b\xaf\x4d\x4f\xcf\x04\x41\x50\x93\x74\xd6\xda\xc7\x1e\x7b\ \xbc\xd5\x6a\xdd\x79\x44\x53\x4a\xf7\x7b\xbd\x3f\xfa\xa3\x3f\x29\ \xab\x52\x54\xa5\x14\xc2\x3b\x07\xe0\xbc\x07\xa7\xb5\x56\x9a\x52\ \x8a\x30\xb2\xce\x51\x4a\x39\xe7\x84\x10\xce\x79\x5d\x16\x6b\x91\ \xb1\xb6\x26\x37\xc6\x03\x20\x6d\x43\x03\x91\x01\xa6\xdc\x68\xaf\ \x97\x65\xb9\x43\x58\x23\xb4\x75\x7b\x2b\xdb\x1b\xfd\xe2\x97\x7f\ \x21\xe9\xc4\x85\x16\xeb\xfb\x5b\x93\x2a\x2f\x55\xe5\xc1\x4b\xa3\ \x82\x30\x4c\x2c\x8a\x3c\xe5\x16\x12\xc2\x9a\x2c\x0c\x2c\x50\xed\ \x03\xc0\x29\xe5\x0d\xcc\x8d\xb7\x92\x43\x9c\x46\xda\x88\x49\x31\ \x16\x58\x5f\xdb\x5b\xc5\x07\x9b\x1b\x66\xf2\x5e\x6f\xfd\x46\xd5\ \xbb\x7d\xf1\x5d\xb5\x3f\x20\x85\x86\x41\x01\x7b\x19\xdd\x2b\xe8\ \x76\xce\x77\xaa\xea\xc6\x8e\x5d\x1f\xde\x73\xf8\x44\x72\x78\x61\ \xe5\xea\x2d\xaa\x51\x80\x39\x42\x08\x13\x42\x03\x06\x18\xbc\x73\ \x04\x23\xe3\x8c\xf7\x70\x07\xec\xd4\x90\xf3\x0e\xd5\x80\x31\x76\ \x08\x31\x8c\x38\x26\x08\xbc\x36\xda\x22\xe7\x30\x28\x70\xc6\xdb\ \x30\x8a\x9f\xbe\xf7\xa1\xe3\x33\x07\xb4\x35\x77\x54\x38\xde\xfb\ \x6f\x7c\xfd\xaf\xbc\xf7\xad\x76\xfb\x43\xf7\x59\xb5\x5e\xd9\x98\ \xe1\x70\xe8\xbd\x0f\xc3\xb0\xaa\x2a\x6b\x2d\xfb\x60\x52\x80\x10\ \x70\xc6\x38\xa1\xca\x18\x42\x69\xc0\x99\xf2\x16\x30\x0e\xa3\x18\ \x30\x1e\x67\x63\xf0\x20\xa4\xc7\x9e\x62\x85\x69\xa9\x8c\x28\x76\ \xe5\xb5\x71\x77\xb3\x35\x37\xc5\xc1\xbc\xf4\xc7\xdf\x3a\x34\x77\ \xf4\x67\xbf\xf4\x77\xb1\x95\x57\x7f\xf8\xd3\xed\x0b\xd7\xf6\xc7\ \x63\x8a\x89\x42\x8e\xc7\xdc\x3b\x67\xad\x22\x04\xc2\x76\xc3\x81\ \xa7\x61\x58\x49\x21\xb4\x4a\x93\x06\x22\xd8\x1b\x9c\x1b\x43\xac\ \xb9\x8f\x76\xde\x2c\x26\x13\x2f\x8b\xd0\xfe\xb7\x17\xbf\x75\xf3\ \xfc\x42\xfb\xd0\x5c\xee\x06\xbd\xc1\xce\xd6\xe6\xad\x46\xaf\x47\ \x00\x0b\x8c\xac\x73\x0d\x9e\x26\x25\x44\x82\x5e\xb9\xb5\xbd\xdf\ \x1f\x3c\xf9\xc9\x43\x51\x98\xa8\xd7\x57\x8c\x1d\x87\x61\x04\x00\ \x94\xb0\x28\x8e\xcb\xb2\xac\xaa\xca\x83\x0f\xa3\x40\xeb\xf7\x19\ \xf4\x9a\xd9\xa9\x1f\xb6\x35\xf0\xc1\x18\x03\x78\x6d\x8c\xf7\xce\ \x58\x63\x9c\xb5\xca\xd2\x90\x10\xe5\x87\xcb\xbb\x33\x8d\xe9\x59\ \xda\x61\x06\xfb\xbb\xd5\xeb\x1b\xef\x76\xf6\x77\xa4\x52\x8c\x73\ \x42\xc8\x60\x38\x0a\x75\x5c\x64\x65\x12\xc5\xd9\x24\x8b\x83\x08\ \x31\x0e\x21\xd5\xc4\x26\x9c\x80\x31\x4d\x16\x7a\xaa\x45\x21\x36\ \xf7\xfa\x92\xa0\x19\x9b\xe2\x4c\xe2\xa9\x20\xf3\x15\x1e\x01\xfd\ \xc1\x26\xba\x36\xba\xe7\xc1\xa5\x62\x2a\xbc\xb2\x7a\xfb\x57\x56\ \xff\x0f\x7f\xf2\x7f\xfd\xab\x2f\xfe\xd2\x2f\xbe\xb6\x38\xfb\xda\ \x37\xbf\xf7\xce\xfa\x6a\xe2\x08\x75\xe0\x42\x64\x29\x51\xde\x77\ \x31\x9d\xf3\x49\x55\xca\xb4\x91\xba\x20\x19\x6e\x0c\x67\x43\x3e\ \xdd\x9a\x99\xe4\x99\x9a\x68\x56\xba\xb9\x85\xb9\x5e\x39\x29\xfa\ \x7b\xb4\x41\x7e\x3a\xbe\xf1\x7f\x7a\xfd\xdf\x1c\x39\xf8\xf4\x4a\ \x34\xcc\x7a\x3b\xf4\xea\xf2\xfc\xe5\xdb\xc7\x1b\x01\x42\x55\x55\ \xca\x6e\xd8\x6e\xa1\xc4\x96\xec\x9d\xed\x9d\x97\xde\xbc\xd6\x3a\ \x79\x68\xfe\xfe\x47\xd6\x7e\xb4\x69\xb3\x09\x0f\x03\x82\x19\xe3\ \x6c\xe9\xe0\x92\x33\x76\xd8\xdb\xf7\xd6\x04\x3c\xac\xbd\x51\x94\ \xd2\x20\x08\xa2\x28\x92\x52\xc6\x71\x9c\xe7\x79\xa7\xd3\x51\x4a\ \x39\xe7\x59\x44\xab\xa2\x04\x85\x94\xb4\x95\x90\x41\xc4\x17\x59\ \x3c\x7a\x75\x39\x98\x3a\xfc\x77\x3e\xf1\xc4\xbb\xcb\xef\xda\x79\ \x03\x51\xf8\x37\x15\x0e\x22\x84\x84\x10\x1b\x1b\x9b\x51\xc8\xbd\ \xf3\x51\x18\x95\x65\x89\x10\xf2\xd6\x3a\x6b\xa3\x28\x0c\x82\xa0\ \x92\x12\x01\xb2\xce\x7a\xef\x6b\xd4\x5f\xf3\x71\x18\xe3\x38\x8a\ \xb2\x3c\x27\x21\x23\x1e\xc7\x3c\xa0\xd2\x20\x67\x30\x25\x20\xc5\ \x64\x6d\xd8\xdf\x1f\xb5\x0f\x2f\x3c\x7a\xe2\xde\x85\x20\x5d\xdb\ \xba\x75\xe6\xdc\xa3\x47\xee\x3d\xfe\xe6\x1b\xaf\xdd\xb8\x7c\x65\ \xfd\xea\xed\xe1\xe6\x7e\x18\xc5\x3b\x45\x16\xf7\x45\xcc\x23\x84\ \x11\x63\x0c\x39\x2b\x8d\xa6\x8c\xb2\x20\xd0\xc6\x18\xa9\xc7\x48\ \xee\x51\x91\xe8\x9c\x86\xbe\xb9\x30\xb7\x74\x60\x86\xce\x34\x8b\ \x86\x1f\xc9\xe1\xa5\xd5\xeb\xeb\x1b\x1b\x4b\x99\x9d\x75\xa1\xce\ \x8d\x31\x26\xe0\xbc\x95\xb4\x15\x93\x6b\xa3\xb5\x95\xdb\x7b\xae\ \xd0\x31\x0e\x67\x0e\x1f\xea\x4c\x4f\xb3\xdc\xe5\xa3\xa2\x9d\x36\ \x02\xce\x3d\xc3\xa0\xbc\x33\xd2\x3b\x8b\x31\x06\x8c\xac\xb1\x75\ \xbb\x53\xc3\x8b\xf7\x45\x7c\x80\x00\x23\x06\xce\x5b\xab\x1d\x80\ \xb5\xda\x19\xe3\x0d\x30\xcc\x2d\x9d\xac\xef\x73\xcf\x22\xa0\xfe\ \x23\xf0\x85\x02\x78\xe7\xeb\x71\xa6\x10\xc2\x5a\x5b\x73\xf8\x75\ \xdc\x86\x73\x8e\x59\xa6\x8d\xd3\xde\x61\x8a\x31\x21\x98\x10\xa2\ \x5c\x55\x89\x46\xda\xb0\xd6\x1a\x4b\x28\xa1\x26\x00\x4a\x89\x10\ \xd5\x54\xdc\x55\x56\x99\xfd\xaa\xdc\xcf\x70\xaf\x68\xcf\x4e\x7f\ \xf5\xdc\xa7\x5b\x06\xef\x0f\xd7\x9f\x7a\xf6\xa9\xfb\x4f\x9d\xb8\ \xfe\xde\x95\x2b\x97\xaf\xde\xba\xb5\xdc\xdf\xe9\x05\x9e\xa0\xc2\ \xa2\xb2\xa0\xe0\x38\xe7\x95\x92\xcd\x80\x08\x64\x20\x20\x25\x85\ \xbc\xca\x95\x56\x34\x0c\x82\x98\x5e\x57\x3d\x73\xb4\x33\x7f\x6c\ \xe1\xd0\xb1\xc3\xe4\x60\xb7\x77\x28\x5a\x1b\xac\xee\xbf\xfa\x7a\ \xb8\x39\x7a\x60\x6e\xb6\xdb\x3a\x88\x8c\x51\x18\x03\x65\x31\x09\ \xfb\xa3\xbd\xb7\x2e\x5d\x1a\xac\xee\x42\x1a\x6c\x67\xf9\xcf\x7e\ \xf2\xd3\xee\x72\x7f\x6d\x63\x9d\x73\xe6\x3d\x18\xe3\x8c\x51\x00\ \x9e\x31\xe6\xac\x45\xc8\x01\xf8\x9a\x60\xab\xa9\x74\x84\x10\xe7\ \xfc\x0e\xf8\x74\xce\x3b\xec\x9d\xf3\x00\x80\x3d\x10\x8f\x89\xc1\ \x8c\x35\xfa\x6b\xfb\x62\x66\x72\xee\xa9\x27\x8e\xcd\x1d\xb6\x77\ \xe5\x93\x40\x80\xca\xb2\x70\xde\x61\x42\x84\xa8\x18\x0f\x8d\x31\ \xc8\x43\xbb\xd9\x8c\xa2\x04\x59\xc8\x27\x85\x54\xd6\x3a\xd3\x99\ \x69\x11\x82\xac\x13\x7b\xab\xab\xd3\xcd\xce\xcc\x54\x37\x13\x65\ \x06\x8e\x94\x2a\x9e\xe7\xbb\xa9\xed\x79\x58\x20\xd3\xe1\x58\xa3\ \x0b\xb9\xdd\x59\x91\x07\x93\xc7\x3f\x71\x6e\xfe\xde\x23\x1b\xbd\ \xd5\x4e\xa3\xf3\xe9\xaf\x7c\xf9\xf8\x43\xf7\x5f\xbd\x74\xf9\xfa\ \xdb\x17\x56\x2f\x5e\x4b\x49\x68\x85\xd9\xed\x0f\x26\x06\x96\x50\ \x24\xc0\x0a\x2b\xc2\x38\x56\x96\xf1\x66\xba\x51\x8e\x26\x55\x8e\ \x30\xf6\x1c\x2d\xab\x5b\x51\x3b\x9c\x39\x7b\xa2\x7b\xf6\xe8\x03\ \x33\x11\x7a\x78\xf1\xdb\xad\xbd\xdb\x3f\x3d\x7f\xf6\xc7\x9b\x9f\ \x6b\x1c\x9a\x5d\x7c\x68\x7a\x22\x4b\x8c\xcb\x14\x35\x67\x16\x65\ \x69\xbf\xf7\xfa\x2b\x17\xbe\x7f\xc5\x7b\x22\x86\xa8\x95\x1c\xfa\ \xf4\xa7\x3f\xf7\xf6\x37\xbf\x0f\x88\x25\x61\x22\x85\x1e\x0c\xfa\ \x8d\xa8\xe1\x3d\x62\x94\x39\x63\x9c\xb1\xef\x4f\x88\x10\xaa\xaa\ \xca\x18\x83\x10\x8a\xe3\xb8\xaa\xaa\x20\x08\x30\xc2\x55\x95\x19\ \x30\x08\x88\xc3\xc0\x38\x67\x24\x0c\x31\x98\xaa\x5c\x7f\xe5\xea\ \xaf\x3c\xff\xc5\x87\x9f\xfc\xb2\xb2\xdc\x79\xf7\x37\xaf\xf6\x00\ \x1e\xaa\xb2\x50\xb2\xe2\x9c\x45\x61\x28\x45\x15\xb2\x40\x29\xa5\ \xbd\x26\x84\x54\x65\x59\x08\x61\xac\x71\xce\x61\x8c\x39\xe7\x8c\ \xb1\xaa\xaa\x28\xa5\xef\x53\x51\x18\x3b\x6d\x8d\x37\x28\x4e\x2a\ \xed\xad\x73\x5e\x1a\x07\xd0\xa4\x41\x2c\x00\xdd\x1a\xef\xef\x5f\ \xf2\x73\xbb\xff\xcd\xa5\x8b\x5f\xf8\xd5\x5f\x38\xf1\xd0\x7d\xf7\ \x7d\xf2\x89\x33\xcf\x3f\xa1\xc6\xc5\xd5\x8b\x97\x9d\xb0\x22\xab\ \xc6\xb7\x77\xf3\x2c\xdf\xdd\xdd\x2d\xa5\xd0\x94\x39\xe7\x70\x18\ \x6a\xc6\x9c\x73\x21\x65\xc7\x16\xda\xf7\x1c\x6a\x25\x01\x6f\x4f\ \x35\x5b\x33\x2d\x1b\xe0\xbd\x71\xff\xe5\x1b\x6f\xdd\xbe\x70\xad\ \xdc\xe8\x4f\x25\xad\xe9\xe6\x5c\x93\x73\x46\x19\xc5\x04\x21\x28\ \x2b\x75\xfd\xf2\xed\xb7\xde\xbb\x9c\x1b\x43\x1b\xc9\xc5\xdd\xed\ \xaf\x1d\x3c\x70\xf6\xa1\x07\x6f\xbe\x76\xa1\xb3\x30\xeb\x85\xc9\ \xab\x92\xe2\x10\xc0\x61\x82\x30\x01\xe4\xa8\xf3\xc8\x21\x57\x53\ \x99\x35\xd2\xaf\xcb\xeb\x07\xc2\x11\x50\xce\x18\xeb\x00\xc0\x13\ \x04\x0e\x31\x44\x29\x60\x53\x0a\xb5\x3e\x84\x52\x03\xfe\x08\xf4\ \xca\xa8\x66\xe9\x1b\x8d\x06\xe7\xbc\xae\x7f\xc6\xd8\x1a\x86\x69\ \xad\xcb\xb2\xb4\xd6\x12\x4a\x9b\x69\x03\x63\x5c\x95\x25\x45\x34\ \xa5\x01\x53\xce\x16\x55\xd3\x71\x6f\x7c\xd6\x64\x40\xa8\x55\x0a\ \xb4\x0f\x2d\x71\xd6\x46\x98\xa2\x81\x14\x62\x7f\xb9\xba\xf8\xc6\ \x85\x37\xbe\xf3\xee\x8f\x7e\xe3\xd7\x7e\x73\x7a\x66\xf6\xbe\xcf\ \x3d\x77\xea\x73\x2f\xec\x0d\x07\x6b\x37\x97\x5b\x8a\xa2\xad\x71\ \xb6\xb6\x2b\xca\x6c\x73\x77\xdb\x39\x47\x38\xd3\xd6\xb6\xbb\x1d\ \x87\x01\x63\x82\x18\x6d\x36\x9b\xb3\x87\x17\xf2\xf9\xc0\x2c\x24\ \x8c\x91\xc9\xea\xe6\x8d\x8d\x5b\x17\x5f\x7c\x73\x74\x7b\xed\xc8\ \x86\xb8\x1f\xb7\x13\xc8\x79\xc0\x18\xa3\x8d\x34\x74\x16\xed\xdc\ \x5a\x7b\xf7\xe5\x37\x07\x7b\xbd\x94\x47\xa8\x91\xbe\x7e\xe1\xed\ \xc3\x67\xef\x5f\x5c\x5c\xdc\xdd\xdf\x63\x8c\x49\x29\xad\x55\x38\ \xa4\x08\x79\xef\xad\xf5\x06\x1c\x45\x08\x79\x00\xff\xc1\x34\x11\ \x63\x8c\x00\x81\xf7\xd6\xb9\x3a\x23\xca\x11\xef\x90\x07\x04\x08\ \x23\xea\xb0\x57\x40\x29\xe2\x86\xb8\x5c\x85\x9a\xa6\x3c\xbe\x8b\ \xd3\x5f\x2f\x36\x98\x64\x13\x84\xa1\xdb\x9d\x1a\x0c\x06\x88\x80\ \x07\x9f\x67\x79\xb7\xdb\xcd\x27\xd9\x68\x38\xd2\x52\x52\x1e\x13\ \xef\xdb\x51\xda\xeb\xed\x24\x04\x1f\xec\x76\xb1\xf3\xa3\xde\xae\ \xf7\x96\x31\xb2\x95\x4e\xa6\xe6\x3b\xd1\x5e\x79\xb6\x64\xcd\x89\ \xd6\xc2\xec\x27\xf1\x84\x85\x6a\xa8\x67\xff\xea\x6a\xf0\xed\xad\ \xff\xcb\xc1\x9f\x7e\xe5\x37\xbf\x76\xfa\xdc\x63\xed\xa3\x47\x9f\ \x38\x7a\xec\x63\x5f\xfa\xea\xf2\x95\x8b\x69\xe9\xd5\xa0\xd8\x5f\ \xdf\x1d\xe7\xe3\x9d\xa2\x3f\x1c\x8d\x58\x10\x8c\xab\x32\x6d\x9d\ \x48\x9a\x0d\x57\x16\x73\x84\xa6\x8d\x74\x69\xe9\xb0\x3d\x14\xc4\ \x09\xc9\xa6\xf9\x25\xb3\x97\xdd\x5c\x5d\xbd\xfa\xf6\x9b\x3f\xbe\ \xd4\xbe\x3e\x78\xe1\xe6\xcc\xec\x54\xbe\x77\x9a\xcd\x00\x63\x71\ \xc2\xe3\x68\x47\x88\x6f\x7c\xf3\x7b\x3f\xfa\xce\xab\x56\xd1\xa4\ \xd1\xc9\x7b\xf6\xeb\xff\xe6\xc5\x7f\xf4\xb9\x4f\xde\x6a\x27\xc6\ \xe2\x7c\x92\x73\x1a\x24\x71\xcc\x19\x77\xd6\x22\xca\xa2\x20\x04\ \x04\x52\x0b\x84\x30\xe3\x5c\x0a\x51\xbb\xc3\xbd\x73\x55\x59\x86\ \x41\xa0\x8d\x16\xa2\xe4\x21\xd5\x16\x04\x80\x23\x54\x5a\xcd\x81\ \xd0\xb8\xb9\xb2\xb6\x8d\x21\x68\xa5\xd3\x83\xfc\x2e\xed\xb8\x1f\ \x8c\x53\x38\x25\x38\xcb\x32\x6d\x8c\x77\x3e\x08\x02\x82\xdf\x9f\ \xf0\xbe\xef\x5a\xa0\xb4\x86\x39\xd6\x5a\xad\x75\x92\x24\xde\xfb\ \xb2\xaa\x18\xa5\x54\x1b\xe5\x1c\xe6\x4c\x59\x5d\x61\x14\xf1\x98\ \x78\x0f\x95\x6a\x63\x96\xb2\x50\xef\x95\x5b\x7b\x57\x45\x27\xf8\ \xb7\xff\x5e\x74\x2e\x1e\x7a\xfc\xe3\x4f\x57\x79\x81\x14\x04\x21\ \x9b\x99\x9d\x39\x3a\x3d\xdf\xf8\xe2\x2c\x65\x54\x1b\x5d\xfb\x8b\ \x6a\x79\xaa\x07\x30\xd6\x8c\x87\xa3\x91\x9c\xa8\x48\x8d\xcb\x6c\ \x7d\xb0\xfd\x93\xf5\x77\xd7\xf6\x36\x26\xa3\x11\xf4\x8b\xa9\x02\ \x27\xa5\x9a\xb7\x66\xa7\xbf\x3e\x09\xc3\x56\xda\x68\xa5\x8d\x2c\ \xcf\x2f\xdf\x5e\xbe\x78\xeb\xf6\x88\x81\x6d\xb7\xc7\x98\xee\x4e\ \x76\xd0\xbf\xfb\xb7\xb3\xbc\x21\x95\x14\x9a\x80\xb2\x08\x21\x8c\ \x10\x42\xe0\xbc\x05\xb0\x1e\x90\x07\x54\x83\x9d\xba\x8c\x52\x42\ \xbd\x77\x35\xbd\x00\xe0\xc1\x6a\x04\x40\xa8\xb7\x0e\xac\xb3\x80\ \x90\x35\xce\x5b\x93\x78\x8e\x32\x0b\xd2\x7e\x34\x3e\x09\x40\x28\ \x0c\x03\x00\x6f\xad\x09\x02\x0e\xe0\x39\x27\xde\x3b\xad\x8d\x31\ \x86\x10\x8c\x90\xc7\x18\x2a\x51\x46\x61\x04\x08\x1c\xb2\x3c\x0a\ \xa5\x94\x92\x18\x4c\xb0\x31\x9a\x1a\x1f\x07\xcc\x13\xa4\x8c\x64\ \x8c\x22\xc2\x9c\x35\xd8\x61\x6c\x48\x6f\x7d\xaf\x24\xd6\x0e\xcc\ \x8b\x2b\xbf\xdf\xbd\xef\xf0\xd2\xa7\x1f\xbd\xb0\x7b\xbb\xc1\xc3\ \xc8\xf8\xe6\xc2\x81\xe9\xd3\x47\x66\x83\x7b\xe7\x6c\xc3\x94\x0a\ \x30\x72\xd8\x21\x04\x84\xd0\xc2\x08\x61\x45\x56\x4c\x4a\x29\x2a\ \x67\x56\x27\xdb\x9b\x6f\xef\xed\xee\xee\x56\xe3\x31\xb6\x9e\x97\ \x62\x26\xf3\x29\x09\x4a\x29\xfd\xfa\xf6\x20\x8e\xe3\x76\xab\xe1\ \x82\xed\xed\xdd\xf7\x2e\x5e\x1a\x17\x55\x34\x35\x97\x62\x94\xe2\ \xd0\x4e\xf0\xed\x3f\xfa\xf1\x84\x46\x52\x28\x8c\x29\xc1\xd4\x7b\ \x6d\x0d\x50\xc6\x95\xd2\xe0\x01\x13\x4c\x3d\xf2\xda\x6a\xef\x3d\ \xc2\x1e\x7b\x03\x4e\x1a\x6b\x8d\xa1\x94\x81\x47\x4a\x9b\xd8\x39\ \x4a\x89\xf5\xe0\x3d\xd6\x5a\x6b\x6d\x80\xb2\x26\x09\xf2\xed\x7e\ \x7f\x65\xdb\x1f\x3b\x7e\x97\x91\x83\xde\x33\x16\xa6\x69\x1b\x1c\ \x22\x98\xb5\x5b\x1d\x21\x55\x18\x44\x98\x91\xfd\xed\x7d\x44\x11\ \x62\x80\xa9\xad\x84\x40\x0e\x28\xe2\xa3\x2c\x9f\xea\x74\x8d\xd1\ \x4a\xe7\x49\xcc\xab\xe1\x90\x21\xdc\x74\x0d\xac\x95\xcc\x0a\xc9\ \x63\xdc\x4a\xb1\xad\xa2\x4c\xcc\x25\x29\xcb\xe5\x46\xb1\xb9\xb7\ \x87\x5f\xfc\xef\xfe\xf4\xc2\x77\xce\x1f\xfc\xc5\x27\x36\x51\x3f\ \xdd\x1a\xa8\x79\x52\xcc\x87\xbf\x70\xea\x91\xcf\x7c\xe2\xcc\x08\ \x23\x23\x32\xad\x0c\x61\x4c\x1a\xe3\x29\x29\x8c\xf2\x31\x9d\xd0\ \x72\x63\xb4\xdd\x97\xd5\xed\xc9\xca\xed\xf1\xee\xda\x56\x6f\x98\ \x65\x76\x30\x71\x46\x60\xed\x97\xca\xb8\x4f\xdc\x7a\xb1\x37\x5a\ \x1e\x4c\x84\x9b\x3d\x7a\x42\xe5\xe2\x2f\xbe\xf5\xd2\x9b\x6f\x5f\ \x6b\x4c\x2d\x86\x2c\xa1\x88\x61\x82\xc9\x7b\x37\xbf\xbe\xdd\xd3\ \x55\x95\xa6\x8d\x84\x45\xda\x98\x42\x64\xb4\x89\x11\x03\x83\x9c\ \x03\xc7\x39\xe7\x34\x42\xd6\x06\x18\x53\xce\xb5\xb7\x93\xaa\x30\ \x18\xb3\x24\x19\x56\x0a\x19\xe0\x49\x9c\x46\x80\xc6\x1a\xb4\xad\ \x8c\x1a\x82\xde\xc1\x06\x35\xc2\x81\x2b\xbe\xf7\xe6\x1b\x3f\xd3\ \xfe\x8c\xf7\xf4\xae\x9c\x71\xc8\x5a\x1b\x06\x94\x33\x5c\x96\x25\ \x67\x1c\x63\xb0\x60\xad\xb5\xca\xe8\x30\x89\x75\xe5\x2b\x51\x45\ \x49\xc2\x28\x55\x4a\x69\xad\x39\xe7\x75\x27\x58\x47\x26\x50\x4c\ \xc2\x46\x6c\xf2\xdc\x6a\x85\x8c\x09\x9c\xc7\xda\xa4\x49\x52\x69\ \x57\x1a\xe3\x40\x73\x6d\x02\x46\xf3\xca\xed\xbd\x72\x2d\x7f\x67\ \x2d\xdd\x77\x83\x2e\xb9\x72\xe9\xe2\x02\x0b\x59\x3b\x26\x27\xe7\ \xa7\x7d\x1c\xf3\xf0\xfd\x70\x55\x42\x31\xc1\x0e\xd5\x56\x2f\x5b\ \x8a\xaa\x92\x52\x38\x9d\xcb\x2a\xb7\x42\x81\x03\x03\x4d\x14\x33\ \x70\xb1\x10\x09\x10\x27\x65\x69\xbd\x04\x20\x51\x3a\x1e\x0c\xaf\ \xdf\xb8\xb5\xb1\xb9\x83\x80\x2e\x34\xda\x9e\x30\xc2\x83\x66\xab\ \x1d\xf6\x7c\x51\xed\xc7\x24\x52\xc6\x02\x01\xeb\x9c\xc8\x73\x1e\ \x70\x8a\x43\xa5\x24\xf3\x98\x62\x8a\x29\x96\xde\x48\x00\x83\x91\ \x07\x87\x9c\xc3\x18\x90\x71\xc8\x7a\x8a\x99\xb3\x0e\x11\x4a\x09\ \xf5\xe0\xa4\x94\x0c\x21\xe7\x04\xf2\x2e\xcb\x46\x3b\xdb\x9b\x84\ \xd2\x8f\xa0\xee\x78\xef\xcb\xb2\x08\xc3\xd0\x18\x6d\x8c\xae\xcb\ \x7c\x5d\x80\xca\xb2\xa0\xb4\x16\x14\xd9\xaa\x2c\x29\x21\x18\xa3\ \x3a\x70\x44\x5b\xe3\x08\x10\x46\x18\x10\x2f\x35\x68\x6d\x8d\x42\ \x08\x93\xda\x38\xef\x3c\xf1\xde\x68\x0b\x00\xdc\x32\x34\xd0\xb7\ \x76\x2e\xac\x6c\xac\xf5\x63\x73\xa5\xdc\x5e\xbd\x7d\x7d\x31\x6a\ \x74\x3a\x1d\xb6\xd0\xf5\x9d\xa4\xad\x1a\x29\x8b\x08\xc3\x08\x23\ \xc2\xb0\x05\xaf\xad\x12\x56\x0a\x25\xa4\x56\x5a\x6b\xaf\xb4\xb6\ \x16\x63\x14\x44\x81\xce\x2a\x97\xcb\xc8\x62\x04\x58\x7a\x4b\xbd\ \x07\x07\x11\x0d\x6e\xaf\x6d\xbc\x77\xf1\xb2\x36\x26\xea\x74\x38\ \x0b\xdb\x51\x42\x71\x90\x44\xb1\xb3\x2e\x17\x45\x14\xc5\x4a\x2a\ \xe7\x9c\xb7\xfe\x83\xd4\x58\xcf\x18\xf7\x35\xae\xc1\x1e\x1c\xc2\ \x18\x79\x0f\xc6\x68\xf0\x2e\xe2\xa1\x35\xd6\x6a\x13\x60\x2a\x90\ \xa0\x08\x5b\xe2\x01\x23\x0d\xc8\x12\x6a\x29\x56\xc6\x65\xf9\xf0\ \x56\x6f\xeb\x19\x8a\xd0\xdd\x66\x9d\x3a\xeb\x07\xfd\xa1\x90\x32\ \x8c\x22\xf0\xc0\x79\x50\xc7\x29\x00\x86\xa2\x2c\x78\xc8\x01\x93\ \x10\xf1\xcb\x97\x2f\x9f\x3c\x79\xd2\x5a\x97\x09\x89\x00\x29\xe7\ \x29\xc1\x0b\xb3\x73\xc3\xe1\x50\xec\x66\x00\xc4\x24\x41\xc1\x49\ \xb3\x11\xa2\xfd\x3c\xb5\x10\x10\x9d\x5b\x8b\x18\x3a\x90\xd1\xc9\ \x4f\xaf\xeb\xb7\x6f\x8e\xcc\x68\xff\xf9\xee\x9b\x6f\x7c\xb7\x8a\ \x25\x1c\x6e\x7f\x57\xbd\xdc\x86\xa9\xaa\x11\x2d\x38\xc6\xc3\x08\ \x13\x46\x18\xf3\x14\x4b\x30\x7d\x35\x1e\xaa\xac\x22\xda\x12\x1f\ \x1a\xd3\x73\x12\xbc\x0d\x28\x22\xcd\xd0\x08\x1f\xef\x56\xcd\xc2\ \xd1\x28\x04\x2b\x83\xd2\x84\xed\x6e\xaf\x3f\x7a\xf9\xd5\x97\x6e\ \xaf\xec\x4e\xb5\x67\xa2\xb8\xdd\x69\x76\x39\xa0\xd9\x4e\x67\xaa\ \x91\x56\x42\x54\xc4\x15\xd9\xfb\x3b\xe4\xac\xb3\x95\x28\xa3\x24\ \x92\x42\x5a\xef\xa4\x31\x16\x39\x46\x90\x55\xd6\x39\x17\x86\xa1\ \x14\x55\xc0\x39\x67\xa1\x54\x55\x4c\x83\x32\x2f\x2b\xe3\x1b\x3c\ \x72\xce\x38\x2d\x9c\x86\xd9\x56\xa7\xd4\xa2\xd5\x9a\x3d\xff\xad\ \x1f\xfd\xfc\x13\x9f\xc4\xcd\x48\x1b\x73\x77\x41\x18\xce\x1a\x21\ \x2c\xe7\x8c\x73\x16\x46\x81\xd6\xda\x58\xe3\x11\x2a\xca\x72\x92\ \x4d\x00\x21\x82\xf1\x9d\x3e\xab\x0e\xe8\x52\x4a\x45\x51\xc4\x28\ \x45\x08\x91\x80\x61\x41\xa4\x14\x46\xca\x1a\xa6\x19\xa3\x11\xc3\ \x98\x13\x09\x0e\x90\x0f\x78\x48\x88\x4f\x09\x45\x43\x39\xb9\xb6\ \xfd\xc4\xaf\xfd\x8c\xc8\x26\x83\xd5\x95\x4e\x94\x66\x7a\x82\x90\ \xca\x15\x23\x96\x20\x00\x44\x09\xc2\xd8\x81\x37\xe0\x3c\x42\x1e\ \x23\xce\x29\xb1\x38\x20\x01\x72\x54\x49\x69\xa5\x37\x13\x4d\x0b\ \xe7\x73\x85\x1c\x72\xc8\x63\xc6\x93\x46\x2b\x97\x62\x75\x75\x63\ \x67\x6f\x3f\x4e\x1a\x51\x98\x30\xca\xdb\xad\x36\xe7\x81\x77\x20\ \x2a\x9d\x0b\x67\x09\x18\x63\x8c\x35\x04\x13\x42\x88\xb5\x4e\x29\ \xc3\x58\x60\xa5\x15\x95\xb0\xc4\x19\x04\x0e\x03\xa1\xd4\x19\x63\ \xb4\xe1\x94\x52\x4a\x8d\x12\xc8\x02\x07\x04\x0e\x39\x00\xec\x30\ \xb6\x04\x83\xf7\x1e\x33\x46\x81\x33\xf7\xe1\xae\xf9\x87\xf1\x85\ \xd6\x8e\x24\x5a\xf3\xa9\x55\x55\xd5\x22\x22\xa5\x94\x52\x0a\x80\ \x07\x01\xc5\x98\x50\x4a\xef\xb4\xb8\xde\x7b\x5a\x67\x9b\x12\x8a\ \x10\xd2\xc6\x4a\xad\xbd\x07\x84\x11\x20\x84\x30\x26\x84\x12\x8c\ \x11\xc1\x08\x00\x08\x05\x00\x47\x50\xde\x1f\x54\x7b\xc3\x17\x3e\ \xf9\xcc\x0f\x94\x94\xc3\x21\x65\x5c\x6b\x6b\xac\xc9\x02\xab\xa8\ \x06\xec\x8d\xb3\x56\x3a\xc0\xce\x21\xf0\xc4\xfb\x84\x78\x1c\x31\ \x17\xb3\xca\x54\x55\xa5\x2a\xe1\x84\xf6\xa5\x42\xc2\xe8\x52\x2a\ \x85\x00\x85\x49\xbb\x49\xc2\x64\x7b\x73\x7b\x65\x65\x35\x0c\x82\ \xa9\xee\x34\x00\x6a\x24\x6d\x84\x31\x00\x09\x82\x60\x3c\x9e\x28\ \xa5\x08\x21\x55\x55\x31\xc6\x78\xc0\xeb\x0f\x88\x31\x42\x08\x69\ \xa5\x2b\x29\x8c\x77\x08\x10\xa3\x04\x21\x04\xd6\x61\xe7\x19\x06\ \x2b\x15\x48\xc3\xc2\x40\x12\x2c\x9c\xad\x59\x46\x87\x3c\x30\xac\ \xc0\xe0\x90\x18\x6d\xaf\x6d\xde\xcc\xaa\xec\xee\x0c\x8a\x08\x21\ \xa5\x24\x63\x6c\xf1\xe0\xc1\xd1\x68\xb4\xb5\xb3\x5d\x5f\x62\x21\ \x44\x6f\x7f\x9f\x71\x1e\xc5\x89\xd2\x86\x31\x3e\x3d\x3d\x1d\x04\ \x01\x63\x2c\xcf\xf3\x38\x8e\x39\x63\xde\xfb\x46\xa3\x51\x89\xca\ \x3a\xa7\x95\xb0\x5a\x7b\x42\x31\xa0\x38\x8e\x8d\x31\x38\xe0\xbe\ \xaa\x38\x63\x14\x23\x4f\x71\x43\x62\xfc\xee\xce\xc9\x5f\xff\xf8\ \x72\x5a\x6d\xbe\xf1\x23\x08\x1a\xdb\x6d\xbc\x9d\x58\x68\x92\x2d\ \x4d\x28\xb5\xde\x3a\x6f\x84\x47\xde\x81\xb7\xa9\x73\x24\x01\x62\ \x01\x3b\x9d\x57\xc8\x33\xaf\x8d\xeb\x55\x48\x6a\x5c\x98\x74\xa2\ \xbb\x15\x4a\x0a\xd5\x6e\x24\x64\x76\x46\x4a\xf1\xea\x4f\xdf\xdc\ \xef\xe5\xb3\xb3\x8b\x8d\xd6\x5c\x10\xa4\xb3\xd3\x33\x09\x0b\x40\ \x4b\x23\xe5\xf6\xf6\xf6\xd4\xf4\x74\x25\xaa\x5a\x1c\xe8\xad\xaf\ \x89\x64\x84\x50\x10\x04\xbd\x7e\xcf\x80\x05\xe7\x3a\xad\x76\x18\ \x85\x59\x51\xca\x4a\x86\x80\xac\x74\x66\x92\x59\x1a\x36\x48\xe4\ \x0d\xe9\x1b\x3b\x71\xce\x10\x16\x22\x16\x15\x30\x83\x1b\xc4\xbb\ \xe1\xad\x8d\x77\x5f\x7f\xfb\xc1\xcf\xbe\x70\x97\x75\x07\x40\x1b\ \x8d\x2c\x22\x84\xd6\x2d\x55\xdd\x62\x60\x8c\x07\x83\x81\x10\xa2\ \xd5\x6a\xd5\x7c\x5f\x3d\xac\xa9\x23\x72\x3e\x68\x43\xea\x58\x78\ \xcd\xc3\x40\x29\x05\x14\x63\x46\x79\xc0\xad\xb1\x65\x55\x51\x46\ \x31\x21\x80\xb1\xb5\x9e\x52\x2f\x9c\x21\xd8\x8f\xb6\x76\xaa\xe5\ \xed\xc7\x1e\x7d\xfc\x2f\xf2\xde\x4e\x55\x4c\x17\xdc\x74\x39\x4b\ \x62\x1e\x46\x98\x60\x8f\xc0\x23\x04\xe0\x09\x78\xeb\xc1\x81\xb3\ \xda\x91\xc2\x62\x07\x58\x1a\x54\x48\x94\x4b\x26\xad\xcf\xa5\x2d\ \x25\x18\x8a\x39\x8d\xa2\x46\x91\x97\x9b\x9b\x5b\x5a\xb9\xa9\xce\ \x0c\xa3\xbc\xd5\xea\x50\x1a\x94\x45\x25\x64\xc5\x03\xae\x9d\xa9\ \x1f\xff\x08\xa1\x3a\x06\x37\xcf\x73\x42\x48\x10\x04\x4a\xca\x42\ \x1b\xed\xac\x37\x86\x62\xc2\x19\x43\xc6\x2a\xa9\xb9\xf3\xc4\x3b\ \xe7\x7d\xa5\x55\x19\x93\x80\x85\xde\x19\x2d\x25\x42\x18\x05\x60\ \x8d\x76\xd4\x52\x0a\x83\xc0\x09\xfa\xa1\x8e\x3b\xfe\x30\x37\x40\ \xcd\x6b\x04\x41\x50\x4f\x31\x09\x21\x59\x96\xd5\xd1\xc2\xff\xff\ \xc3\x1d\x10\x42\xd4\xda\xf6\x7a\x00\xf4\x81\xda\xc5\x69\xad\x31\ \x21\xf5\x14\xac\x2e\x4c\x1e\xc0\x5a\x6b\x9d\xc5\x00\x14\x13\xce\ \x03\xa6\xdd\xd6\xc5\x1b\xb6\x9f\x3f\xfc\xd0\x23\x52\x9b\xa2\x28\ \xb4\x35\x8a\x22\x43\xac\x21\x1a\x47\x98\x35\x78\xd8\x0a\x79\x23\ \xa2\x31\xc7\x61\x1d\xa4\x6f\x85\xd3\x85\x51\x95\x92\x56\x1b\xa2\ \x21\xd0\xc0\xa4\x83\xca\x12\x4f\x10\xe3\xb9\x36\x6b\x1b\x5b\xfb\ \x7b\xfd\x66\xa3\xd5\x6c\xb6\x1a\x8d\xc6\xc2\xfc\x01\xc6\x99\xd6\ \xa6\xaa\xca\x3c\x2f\x10\x42\x75\x94\x64\xcd\x9c\x69\xad\xeb\x37\ \x5f\xcb\x23\xa5\x10\xca\x3b\x0d\xde\x22\xef\x10\x20\x40\x8c\xd6\ \xfd\xbb\x46\x18\xe1\x00\x5b\x30\x6d\x43\x1b\x15\x4e\x05\x0a\x4a\ \x13\x54\x26\x31\x9e\x57\x3a\x31\xae\x61\xdd\xfe\x8d\x9b\xdb\xcb\ \x2b\xf5\xc2\x9c\xbf\xb9\x70\xd6\x75\xa7\xa6\x28\x63\x08\x00\x13\ \x62\xbd\xb3\xd6\x8e\xb3\xc9\xda\xda\x5a\x6f\x30\x20\x8c\x69\x63\ \xea\x3c\x79\xce\x79\xaf\xdf\x73\xce\xd5\x50\x3f\x08\x82\xfa\x75\ \x63\xac\x14\x02\x79\x14\xc7\xf1\xf4\xcc\x74\x51\x95\xc6\x1a\xa5\ \x75\x51\x96\xce\x7b\x1e\xf2\x8d\x8e\xd9\x9d\xc1\x15\x41\x6a\x75\ \x74\xf3\xf5\x1b\xc7\xef\x7b\x6c\x7a\xe6\x38\xbf\x39\xe4\xa3\x8c\ \x21\x89\xbc\x80\x10\xd3\x98\x85\x8d\x30\x69\x45\x69\x23\x4a\x22\ \xde\xe2\x51\x9b\xf2\xd8\x22\x5a\x19\xe9\xb5\xd7\x02\x8a\x12\x8a\ \x0a\xe7\x92\x8f\x05\xda\x19\x13\x61\x31\xe7\x24\x8a\x57\x37\x76\ \x7e\xfc\x93\x77\xa5\x66\x0b\x8b\xc7\xe6\x67\x97\x4e\x1c\x3d\xb9\ \x74\x60\xa9\xca\x8a\x8d\x95\xd5\xf1\x60\x60\x95\x9c\x9a\x9a\x0a\ \xc2\xb0\x16\xbf\xdc\x51\xe5\x13\x42\xea\x70\x1f\x6b\x6c\xcc\x02\ \x67\x6c\x21\xaa\xd2\x98\xb0\xd9\x68\x74\x5b\x40\xc0\x79\xcd\x18\ \xd6\x20\x28\xe1\xc4\xc6\x85\xf4\x02\xa8\xb1\x88\x1a\xcc\x0a\x4d\ \x4a\x99\xc9\x6a\x8b\xa9\x7f\xf1\xea\x37\x4b\x71\x57\x09\x24\x08\ \x8c\xb5\x42\xc8\x5a\x88\x5c\x0b\x65\xeb\xc1\x82\x94\x52\x6b\x1d\ \xc7\x71\x4d\x74\xd6\x43\x74\x63\x8c\x94\xb2\xf6\x8e\xd7\xdf\x46\ \x08\x21\x84\x26\x49\xca\x79\xc0\x28\xd7\xda\x28\xa9\x95\xd2\x08\ \x61\x04\xc8\x59\x6f\x31\x72\xde\x32\x84\x1d\xc1\x3c\x8e\xd0\xa8\ \x7c\xf7\xeb\x3f\xe8\x34\x5b\x9d\x07\x4f\xee\xc8\x9c\x8e\x2a\x39\ \x29\x44\x29\xb4\x54\xd6\x58\x67\x5d\xed\xcd\x46\x50\xe3\x6d\xa7\ \x95\x2e\xa5\xd0\x52\x7a\xa1\x51\x69\x48\xae\x49\xae\xf5\xa8\x74\ \x95\x21\x98\x79\x44\x86\xc3\x6c\x34\xcc\x11\xf0\x76\x7b\x6a\xaa\ \x3b\xdb\x6c\x76\x29\x0d\xb5\x72\x5a\x59\x63\x6c\x55\x56\x35\x7e\ \xbc\x43\x63\x39\xe7\x82\x20\xb8\x23\xcf\x41\x21\xf3\x11\xaf\xf5\ \x82\xd8\xb8\xc0\xa1\x4e\x94\x24\x41\x28\x8c\x2e\xac\x82\x24\x70\ \x0c\x2c\x71\x1e\x1c\xb2\x06\x59\x0d\x5a\x79\x67\x10\x46\x1a\xac\ \x70\xc6\x7e\xb8\x87\xec\x87\xe0\x77\xfc\xfb\x33\xc2\x28\x8a\xea\ \x79\x7e\x4d\x27\x1b\x63\xa2\x28\xba\x23\xa6\x76\xce\xd5\x26\x9a\ \xfa\xf4\xd4\x27\xa9\xae\x56\x24\x45\x65\x59\x3a\xe7\x10\xc6\xb5\ \xd2\xd7\x5a\x8b\x30\x76\xd6\x62\x8c\x30\x71\xc6\x23\x82\x51\x27\ \x6e\xed\xac\x6e\x5f\xf8\xc9\xf9\xa7\x7f\xe9\x8b\x8b\x87\x0f\xf7\ \x56\xd6\xa3\x66\x34\xca\xf3\x56\x80\x03\xea\x18\x80\x27\xc8\x03\ \x00\x41\x1c\xbc\x31\x56\x1b\x4d\xb5\x35\xd6\x16\xd6\x22\xe7\xb0\ \x76\x36\xab\x74\x3f\xb3\xc3\x22\xd2\xc0\x22\xae\xad\x2b\xab\x1c\ \x7b\x9c\x26\x0d\x42\x08\x25\x14\x61\x2c\x2b\x51\x96\x82\x50\x4a\ \x30\xca\xf3\x3c\x8e\xa2\xda\xd4\xc7\x39\xaf\x2b\x4e\x14\x45\xf5\ \x43\x0c\x63\x1c\x45\x31\x38\x25\xac\xc6\x80\x11\x22\x1e\x90\x27\ \xde\x20\x5f\x5a\x6d\xa8\xb5\xc8\x61\x04\xd3\x85\xb7\xd6\x60\x8a\ \xbc\xf1\x1e\xd9\x52\x28\xa9\xa4\x73\x8c\x07\xfc\xc8\x81\x45\x8a\ \xef\xce\x9e\x05\xb5\x60\x6a\x7b\x7b\xfb\xc0\xa1\xa5\xac\x2c\xe2\ \x28\x2e\x45\x65\x8c\xd9\xda\xd9\x99\x9a\x9e\x9e\x99\x99\x19\x8e\ \x46\x8c\x31\xa5\x54\x51\x14\x71\x1c\x0f\x87\x43\xc6\x18\x63\x6c\ \x32\x99\xd4\x73\x9f\x23\x87\x0f\x6f\x6d\x6d\x09\x21\x00\xa3\x5a\ \x77\x4b\x29\xa5\x9c\x49\x29\x29\xa5\x59\x51\x78\xec\x02\x89\x9a\ \xa4\x49\xc7\xfa\xe2\x1f\xbe\xfa\xf8\x63\x27\x1b\xc7\x1f\x7e\x6d\ \x65\x53\xf5\x46\xba\x49\xbc\xf7\x01\x65\x61\x04\x8c\x7a\xe4\x10\ \x20\x4c\x31\xd3\x5a\x6a\x29\xb1\x55\x11\x42\x52\x7b\x9b\x6b\x9e\ \xdb\x50\x20\xad\xbc\xca\x14\x91\x1e\x25\xf1\x2e\x82\x91\x1a\xae\ \x0d\x86\x07\x67\x8e\x12\x1e\x28\x03\x94\xc5\x55\x21\x9c\x05\x6f\ \x5c\x14\x04\x56\xe9\xf1\x64\x12\xb7\xdb\xfd\x7e\x9f\x51\x5a\x1b\ \x7f\x6a\x0d\x5e\x9e\xe7\xce\xb9\x28\x8a\x42\xde\x91\xe3\x71\x3b\ \x69\xd0\x46\x32\x96\x82\x18\x00\x02\x13\x5d\x61\x04\x38\x45\x98\ \x23\x39\x29\x41\x28\x1f\xf8\x00\xc0\x59\x6d\xb4\xee\xa9\xa2\x22\ \x46\x2d\x34\xed\x89\xc3\xbd\xe3\x5d\x69\x4d\x4c\xf9\xdf\xf8\xe2\ \x7b\xa8\x67\xb5\xb5\xe4\xa7\xaa\xaa\xb2\x2c\xeb\xb3\x51\x0f\xad\ \x92\x24\x79\x3f\x1b\x0c\x21\xad\xf5\x9d\x3e\x20\x8a\xa2\xfa\x95\ \x30\x8c\x94\x36\xce\x43\x5e\x94\xde\x7b\x25\x95\x54\x9a\x73\x1e\ \xc5\x89\xb3\x4e\x1b\x83\x38\x75\xce\x62\x87\x3c\x00\x0d\x78\x54\ \x59\xbd\xd9\xcf\x26\x59\x7a\xec\xa0\x7c\xe7\x0d\xb7\x3d\xa2\x98\ \x82\x01\xa4\x00\x87\x01\xe1\x14\x51\x8a\x30\xf2\x1e\xac\xb5\x58\ \x2b\x65\x8c\xb4\x06\x1b\xeb\xb5\xf5\xd2\xf8\xd2\xc8\x71\xa9\x0b\ \xd1\x0a\x9b\x9d\xa9\x59\x27\x34\xd2\xa6\x91\xc6\xcd\x06\xae\x2a\ \xa1\xb5\xe7\x9c\x16\x79\x25\xa5\x0a\xc3\xd0\x7b\x28\x8a\xa2\x96\ \xe3\xd4\x2a\xf0\xba\x6b\xa9\xb5\xe0\x45\x51\x84\x3c\x60\x9c\x5b\ \x63\x80\x52\xee\x11\xb5\xa0\xa5\x50\x94\xf8\x88\x29\xc6\x27\x56\ \x1a\xa7\xa7\x0a\x03\x5a\x60\xe3\x99\x41\x5e\x3b\x0c\xc8\x82\x77\ \x14\x1b\xe4\x38\x8a\x3a\x3c\x72\x1f\x49\xde\x20\x20\xa8\x4b\x7b\ \x9e\xe7\xb5\x7e\xb1\x8e\x98\x6e\x36\x9b\xb5\x4f\xaf\x86\x30\x77\ \x34\x75\x51\x14\x71\xce\xeb\xba\xf3\xbe\xca\x0b\x23\xe3\x9d\xd2\ \x4a\x97\x45\xad\xb3\x62\x01\xaf\x71\x13\xa6\xc4\x7b\x84\x09\x91\ \x56\x35\x31\x4f\x34\xea\xad\x6d\x09\x6b\xe7\x96\x0e\xec\x5e\xbd\ \xad\x46\x45\x99\x80\x2a\x9d\xe3\xa1\x37\x11\xa2\x14\x13\x4c\x39\ \x07\x04\x4a\x18\x2c\xad\xb7\xa6\x72\xd6\x79\xeb\x2b\x85\x0b\xe9\ \x0b\x05\x85\xc2\x95\x99\x6a\x4e\xcf\xb4\xa6\x8c\xd0\xa5\x2b\x31\ \x06\x86\xa9\x10\x42\x4a\x4d\x29\xb7\xf5\xff\x8b\x30\x61\x24\xb7\ \x85\x52\x8a\x50\x5a\xe3\xb2\xfa\x83\xd4\x83\xad\xfa\x48\x45\x61\ \x18\x78\x8a\x90\x07\x87\xac\xb5\xc2\x3a\x14\xb2\x85\xe3\x47\xa2\ \x99\xe6\x7e\x35\xee\x57\x23\xe3\x6c\x31\x34\x52\x29\xe3\x8c\x34\ \xd4\x38\x1b\xa7\xd1\x54\xab\x15\x04\x41\x2b\x4d\xa3\x38\xe4\x0b\ \x1d\x7f\x57\x3e\x09\x84\x90\x32\xba\x33\x3d\x55\x09\xd1\x1b\xf4\ \xd3\x34\xcd\x8b\x62\x92\x65\x61\x18\x1e\x39\x7a\x04\x00\xc2\x28\ \xac\xdf\x76\xfd\x86\xc3\x30\xec\x74\x3a\x77\x8c\x05\x52\xca\xba\ \x80\xe6\x79\x9e\x17\x79\x18\x45\xb5\xda\x13\x11\xa2\x8d\x09\xe2\ \x28\x8c\xc2\xb8\x1a\xd3\xc2\x75\xa2\x86\xb7\x66\xfa\xea\x7e\xfb\ \xea\xa8\xf1\xe8\x92\x6b\x46\x6a\xdc\xb7\x43\x0c\x0e\x18\x8b\x98\ \xf5\x34\x8c\x10\xe3\x1e\xc0\x18\xe3\xc1\x61\x82\xc0\x7a\x59\x09\ \xaa\x0d\x1b\xcb\x66\x01\xa8\x72\x93\xde\x58\xef\xe7\x53\x8a\xcc\ \x1e\x39\x64\x35\xde\x9b\xf4\xc2\xc5\x03\x64\x3f\xc4\x88\x3a\xa7\ \xbd\x43\x94\xd2\xb2\x98\x30\x8c\x1a\x69\xb2\xb7\xbd\x85\xec\xfb\ \xae\x37\x4a\x69\x5d\x13\xd3\x34\x2d\x8a\xa2\xbe\xc9\x29\x63\x11\ \xe3\x51\xa9\x1c\xe7\x63\xa1\x72\x59\x7a\x4f\xef\xb9\xf7\x9e\x47\ \x0e\x3f\x25\x89\xbe\xd5\x5b\xcf\x91\x64\x43\xcc\x46\x3e\x70\x42\ \xca\x5c\x28\x44\x5b\xcd\xa9\x83\x27\xc8\x5c\x1b\xcf\xb5\x67\x4e\ \x1f\x97\xd6\xd4\x54\xe3\xdd\x6d\x2e\xf3\xde\x29\x65\xd3\x34\xad\ \x89\x9b\xba\x32\xd6\x47\xb7\xa6\x1a\x6a\xc8\xc3\x18\xab\x8f\x71\ \x5d\x89\x94\x52\xce\x39\x6b\x0d\xa0\xff\xe4\xa4\xaf\x81\xff\x9d\ \xcf\xd8\x68\x36\x44\x55\xe6\x45\x11\xb1\xd4\x68\x27\x90\x6e\x38\ \x20\x40\x08\xe3\x41\x13\x33\xca\x82\xd2\x96\x93\x0a\x11\xea\x7c\ \xe5\x0d\xa0\x08\x10\xf1\x84\x10\xeb\x1c\x32\x86\x1a\x23\x8d\xb2\ \xc4\x1b\xa9\x91\x32\x46\x18\x53\x8a\x62\x52\x84\x24\x58\x38\xb8\ \x04\x16\xe7\x59\x85\x1d\x2a\xf2\x9c\x52\x06\x1e\x00\x90\x77\x88\ \x31\xc6\x18\x07\x00\x29\x35\x63\xdc\x39\x55\xbb\xbb\xeb\x77\x5e\ \x9f\x93\xda\x89\x62\xb4\xf1\xc6\x60\xef\x09\x22\x1c\x61\x6f\x8d\ \x01\xe7\x18\x5d\xba\xff\xe4\x33\x4f\x9c\x9d\x60\xbb\x39\xdc\xab\ \x46\x7d\x5d\x09\x2f\xb4\xab\x94\x2e\x84\xac\x64\x9a\xa6\x49\xab\ \x85\x03\x66\x29\x8e\x8e\x2e\x38\xad\x3f\x1a\x5e\xb9\xbe\x21\xb3\ \x2c\xab\xe1\x99\x10\xa2\xae\x32\x5a\x6b\xad\x75\x8d\x93\xeb\x8b\ \x6b\xad\xad\x57\x08\xde\xb1\xcf\x4b\x29\x11\x46\xc6\x1a\x42\x08\ \x20\x08\x82\x10\xbc\xaf\x29\x15\xce\x79\x59\x95\x01\x06\xe7\x11\ \x0a\x48\x9e\x15\x31\xe5\x8e\x70\x88\x83\xa4\xdb\x49\x48\x60\x46\ \x82\x76\xc2\x92\x96\xcc\x3b\xcd\x10\xc1\x9c\x10\x26\xb5\xb4\xd6\ \x3a\x63\x91\x75\x56\x6b\x6b\x2c\xd5\xda\xe6\xca\x65\x02\x0b\xa3\ \x73\xd9\xa4\xd1\x6c\x77\xd6\x2b\xb7\xbf\xdb\x47\x08\x42\xcf\x3d\ \x78\x8c\x88\xb1\x0e\x11\x08\x28\xaf\xc5\x01\x80\x50\x33\x49\x94\ \xd2\x65\x55\x85\x41\x50\x63\xce\xba\x80\x86\x61\xf8\xbe\x07\xa7\ \xaa\x30\xf6\x9c\x60\xc0\x58\x68\x6b\xac\xd3\x4a\xd9\x88\x9d\x79\ \xfe\xa9\x74\x69\x6a\x33\xdf\x17\x60\xb0\x46\x95\x14\x95\x50\xda\ \x28\x21\x65\xc0\x58\x80\x49\x31\x18\xef\x6e\x6c\xfe\xe4\xc2\x5b\ \xf3\xdd\x79\x46\xe8\x5d\x8d\xb3\x7c\xad\x58\xb9\x7e\xe3\x86\x94\ \x82\x32\xd6\x1f\x0c\xbc\xf7\x3c\x08\xac\x73\xbd\x5e\xcf\x79\xc7\ \x30\x17\x42\xcc\xcd\xcd\x15\x45\x51\x83\xcd\xfd\xfd\xfd\x7a\xc4\ \x8b\x31\x5e\x5e\x5e\x76\xce\x71\xce\xe7\x1b\xf3\xda\x98\x30\x0c\ \x07\xa3\x11\xe1\xb4\xd9\x6c\x1a\x67\xfb\xa3\x21\x09\x6c\xea\xf0\ \x4d\x5a\xba\xc8\x4f\xa9\xa0\x35\xb1\xbb\xad\x44\x37\xa3\xa8\xe7\ \xe8\xc8\x19\xd0\xa9\x1f\x07\xc2\xd2\x14\x20\xf6\x96\x52\x4f\xb0\ \x10\xc2\x2a\x81\xad\x66\xc6\x49\x6b\x9a\x98\xc5\xce\x0d\xb3\xdc\ \x6b\xa0\xb9\x7d\xf4\xd0\xd9\xc4\x25\x1b\x3b\xdb\x80\x91\x33\x56\ \x54\x26\x69\x44\x5a\x14\xc4\x13\xc0\x2c\x8d\xa3\x90\x32\xce\x70\ \xbb\xdd\xce\x27\x93\xa2\x28\xee\x3c\xae\x6a\x72\x90\x31\x36\x3d\ \x3d\xbd\xbb\xbb\x3b\x1a\x0e\x59\xa7\x9b\x30\x2e\x31\x66\x98\x61\ \x4d\x8d\x85\xed\xfd\xbd\x17\xbe\xf2\xd9\xc3\x8f\x9f\xea\x79\xb9\ \x4f\x64\x6c\x70\x53\x38\x63\x84\x90\x45\xcf\x8c\xf3\x10\xc8\x54\ \x43\x0a\x39\xba\xb5\xb9\xfb\xda\x1b\x5b\x6f\x5d\xb7\xff\xe8\x1c\ \x8a\xb8\xff\x9b\x8b\x18\x9c\xf3\x75\xd0\x42\x5d\x56\x6a\xb0\xe3\ \xbd\x4f\xd3\xb4\x3e\xf3\x35\x97\x8c\x31\xae\xdf\x6d\x8d\x91\xeb\ \x05\x6a\xb5\xb6\x4b\x29\x8d\x09\x8e\xa2\xb8\x96\x3e\x68\x6d\x66\ \x66\x67\xbe\xf0\xf9\x2f\x3c\xf9\xe4\x93\x94\xb2\x0b\x17\xde\xfe\ \x17\xbf\xf3\x3b\x4a\x5b\xc2\x31\x72\xde\x60\x4c\xd2\x08\x73\xc6\ \x8d\x6e\x59\x4a\x0a\xa1\x8d\x41\xce\xe5\x52\x84\x9c\x20\xe5\x29\ \xa3\xd8\x11\xef\xbd\x37\x16\x9c\x03\x00\x9f\x0b\xea\x70\x99\x15\ \x2a\x2f\xcb\xf1\x18\xac\xbf\xff\xcc\x59\xd1\x9b\x8c\x76\xfb\x14\ \x50\x64\x39\x25\x9c\x12\x56\x0f\xf8\xad\xad\xbc\xf7\x61\x18\xd5\ \xd5\xd3\x7b\x2b\x84\xae\x31\x9d\xb5\xb6\x36\x43\xd4\x8a\x70\xad\ \xb5\x56\x0a\x5b\xcf\xac\xa7\x80\x08\x42\xd2\x3b\x4b\x49\xee\xf4\ \x7b\xeb\xb7\xed\x89\x99\x03\x67\x4e\x2d\x1c\x9d\x1a\x37\x2d\xc3\ \x98\x38\xaf\x2b\xe9\xa5\x11\x59\x81\x11\xb1\xca\x4d\xb2\xfc\xc2\ \xd5\xab\x4f\x67\x03\x8a\xc8\x47\xc2\x2b\xa3\x1a\x40\xde\xa9\x35\ \xcd\x66\xb3\x66\x6a\xea\x4d\x86\x9c\xf3\x34\x4d\x6b\x8c\x50\xf7\ \x62\x52\xca\x3a\xb5\xa0\x36\x70\x19\x63\xa7\x67\x66\xf2\x3c\x2f\ \xcb\x52\x69\xd5\x6c\xb5\x3e\xfb\x99\xcf\x9c\x7d\xf0\xac\x14\xf2\ \xbb\xdf\xfb\xee\xf9\x1f\xbd\xc6\x62\x0a\x84\x92\x3a\x24\xda\x3b\ \x1d\x30\x4b\x31\x15\x36\x00\x24\x4b\xab\x52\x54\x78\xa3\xac\x44\ \xda\x01\x58\x42\x99\xf7\xce\x69\x83\x8c\x75\xd6\x61\x65\x83\x89\ \xc4\x06\x95\x95\x1e\xed\x0d\x98\x76\x0f\x3c\x78\x76\x7f\x65\xab\ \x1c\x65\x69\x98\x7a\xef\x41\x39\x8a\x89\xb1\x0e\x79\xac\x84\x66\ \x0c\x08\x21\x61\x10\x4c\x26\x13\xe7\x9c\xf3\xae\xf6\x8b\xd7\x4c\ \x79\xcd\x55\xd5\x0f\xab\xfa\x51\x2c\x44\x0e\xca\x33\x12\x10\xc0\ \x01\x46\xca\x9a\x8b\xef\xbe\x77\x73\xb2\x3d\x7b\xe6\xb0\x69\x12\ \xd6\x8c\x52\x1c\x00\x00\x02\xa2\x95\x16\x65\x65\x0a\x69\xb3\xaa\ \xea\x4f\x76\x57\xd6\xaa\x8d\x6d\x7e\x0e\xee\x7a\x75\x1f\x63\xcc\ \x81\xf7\xe0\x11\xc6\xc6\xfb\x34\x4d\xa7\xa6\xa7\x83\x30\x58\x5e\ \x5e\x66\x01\x67\x98\xce\x76\x67\x1b\x8d\xc6\xda\xda\x5a\x7d\xd3\ \xd6\xb4\x54\xed\x51\x54\x4a\x39\x63\xa7\xa7\xa6\x3a\xdd\xee\xc6\ \xfa\x3a\x0b\x78\x25\xc5\x0b\x9f\xfc\xc4\x17\xbe\xf4\x45\x16\x04\ \x57\xaf\x5d\xfd\xdd\xdf\xfb\x3d\x83\x70\x33\xe0\xfb\x81\xe5\x11\ \x8f\x32\x03\x9d\x70\x9f\x62\x13\x33\x66\xb0\x9e\x58\x1c\x82\x27\ \xc2\x6a\x82\x1c\x03\x87\xac\x73\xca\x39\xed\xb4\x03\x07\xde\x81\ \x35\x1e\xb0\x17\x0a\x0a\xe3\x26\x95\x58\xdb\xfd\xc4\xbd\x4f\x2f\ \xe6\xcd\xfd\x0b\x2b\x01\x0d\x66\xc3\x84\xd3\x08\x35\xa8\x36\x9a\ \x13\x8a\x9c\x93\x45\xd6\x6a\x36\xad\x31\x45\xa1\x2d\x78\x60\x74\ \x32\x99\x1c\x5c\x3a\x38\x1a\x8e\xd2\x34\xdd\xdd\xdd\x9d\x99\x99\ \x49\xd3\x34\xcf\xf3\xe9\xe9\x69\x63\xad\xc8\x0b\x5b\x14\x4a\x53\ \xdc\x6e\x72\xc2\x93\x90\xee\xaf\x6f\xfe\x9b\x7f\xf9\x2f\xa7\xdf\ \x3b\x96\x3e\x76\x64\xb7\xe5\xba\x49\x1c\x2b\xcb\x43\xa6\xb8\xd9\ \xc7\xd9\x10\x4c\xb9\x2e\x82\x9d\x32\x7c\x73\x13\xbe\x7b\xed\xde\ \x32\x64\x88\xdc\xc5\x1a\x1b\x84\x90\xb5\x46\x08\xd1\xed\x76\x6b\ \xc0\x12\x04\x41\x96\x65\xb5\x98\xa5\x56\xab\xd5\x77\xa9\x31\xa6\ \xdf\xef\x0b\x21\xa2\x0f\x5a\x75\x42\x48\x14\x45\x08\x63\x5b\x0a\ \x0f\xde\x81\xaf\x57\xc8\x3d\xf7\xec\xb3\xbf\xfc\xcb\xbf\x7c\xea\ \xd4\xa9\x8d\x8d\x8d\x03\x07\x16\x9f\x7d\xee\xc9\xdd\xbd\xbd\xff\ \xf0\xc7\x7f\x94\x46\x4d\xac\xed\xc0\x8a\x13\xa7\x1f\x48\x3a\x1d\ \xbc\xb3\x43\x77\xb2\x08\x31\x8f\x89\xb2\x0e\xb0\x05\x6b\x41\xa3\ \x80\x31\x6f\x0d\x41\xd8\x7b\xaf\x95\x0e\x1c\x44\x63\x45\x08\xcd\ \x46\xa5\x18\x66\xc5\x28\x7f\xe2\xec\x63\x4a\x98\xad\xb5\xad\xe9\ \xb8\x1d\x51\x6e\x8c\xc1\x14\x53\x46\xff\xd3\x5e\x3d\x8c\x08\x45\ \x55\x55\x64\x59\x06\x80\x6a\x7a\xa4\x36\x36\xd7\xc0\xad\x7e\xca\ \x1a\x63\xe2\x24\x16\x42\xab\x42\x00\x41\x88\x10\x8f\xc0\x23\x8c\ \x39\xd9\x1f\x0e\x7e\xf0\x83\x1f\x2c\xee\x6d\x34\xa6\xdb\x0e\x72\ \xc6\x98\x07\xef\xad\x45\x1e\xa8\x43\x26\x57\xbe\x30\x48\x7a\xb8\ \x7e\x9b\x1c\x38\x07\x14\xff\x4f\xad\x3b\xde\x7b\x8c\xdf\xb7\x02\ \xd7\x2a\xa9\xda\xa2\x55\xb3\x98\xf5\x29\x0f\x82\xa0\xde\xa3\x70\ \xc7\x8e\x51\x77\x2b\x75\x05\x45\x08\x45\x61\x34\x1e\x8f\x6b\xf3\ \xee\xe3\x8f\x3f\xfe\xf7\xff\xfe\xdf\x3f\x70\xe0\xc0\x70\x38\x3c\ \x7d\xfa\xde\x73\x4f\x9c\xfb\xa7\x2b\xff\x64\x77\x38\x19\x2a\xd9\ \xe1\x91\xce\xec\x91\x13\x27\x78\xa7\xb1\x73\x71\xe0\xb2\x72\x3a\ \x68\x78\x8d\x95\xb6\x08\x69\xc0\x04\x79\x8c\x3d\x01\x6b\xc0\x78\ \xac\x2d\x31\xc8\x1b\xc0\xa5\x0d\x2b\xdf\xef\x0d\xfa\x5b\x7b\xc4\ \xa0\xa7\x9e\x78\x6e\xeb\xf6\x46\x31\xc9\x88\x05\xa7\xac\xd7\x8e\ \x51\x4e\x30\xc3\xd8\x13\x4c\xad\xd1\xf5\xde\x58\xf0\xbe\x28\x0a\ \x4c\x08\x65\xac\x19\xc5\x77\x98\x9d\xba\x37\xbc\x43\x54\x29\xa5\ \x8d\x53\x94\x60\x64\x0c\x06\x42\x1d\x0e\x3c\xb2\x08\x8a\x9d\x9e\ \x5c\x6c\x4e\x4d\x2f\x8e\xc7\xe3\x4a\x58\x04\x08\x3c\xf6\xd6\xe1\ \xca\x86\xa5\x89\x34\xee\x6f\x4e\xa6\xf7\x4c\xa3\x4c\x9a\x25\x76\ \x77\x55\x77\x9c\x73\xd3\x33\x33\xd6\xb9\x20\x08\x10\xc6\xf5\x0c\ \x8b\x10\xb2\xb6\xba\x96\x34\xd2\x34\x4d\x9d\x73\xad\x56\xab\xbe\ \xf2\x07\x0e\x1c\xa8\xaa\xaa\x28\x0a\xa5\xd4\xdc\xdc\x9c\xf7\x7e\ \x3c\x1e\x13\x84\x65\x59\x55\x4a\x3a\xef\x8e\x1c\x39\xf2\xeb\xbf\ \xf9\x9b\x4f\x7f\xfc\x39\xe7\x2c\xa2\xf4\xd3\x9f\xfd\x5c\x51\x95\ \x5f\xff\x17\xff\x6a\x2a\xc4\xd2\x96\x09\xb7\x33\x8b\x1d\x78\x60\ \xe1\x96\xdf\x95\x83\x11\x27\x1c\x25\x5d\x1c\xc5\x05\x92\x94\x19\ \xc0\x12\x00\x7b\xe4\x9d\x07\xe3\x14\xb6\x96\x5a\xc7\x09\x61\x43\ \x95\x6c\x15\x7e\x3d\xdb\xbb\x74\xe9\xdc\xa7\x3f\x37\x87\x66\xfa\ \xe7\x6f\x4d\x43\xc3\xd3\xc8\x48\xb0\x99\xa2\x6d\x16\x46\x61\x23\ \x0a\xb5\x31\xce\x9a\xaa\xcc\x92\x24\x19\x8e\xb2\xe1\x70\x34\x33\ \x3b\x73\x6c\x66\xa6\x2a\xcb\x9a\xd4\x3f\x71\xe2\xc4\x68\x34\x1a\ \x0c\x06\x5a\xeb\xa2\x28\x5a\xad\xd6\xe6\xf6\x56\x4a\x69\xda\x9e\ \xce\x8b\x0c\x7b\xe0\xc2\x2e\xb0\xc6\x70\x7d\x77\xbb\xed\x4f\x3f\ \x71\xc4\x10\xbd\x26\x76\xc1\x49\xac\xa8\x42\xa6\xd0\x02\x59\xdf\ \x14\x3c\xdd\xab\xfc\x6a\x3e\xa5\xd3\x19\xd4\xb8\xcb\x2d\x36\xde\ \x63\x8c\xc3\x30\xb2\xd6\x56\x55\xa5\xb5\xae\x95\x81\x35\xe4\xaf\ \x19\xd9\x38\x8e\xeb\xcb\xde\xef\xf7\xeb\x5a\x53\xe3\x7d\x42\x88\ \xb3\x56\x54\x95\xb1\x3e\xe0\x81\xa8\xc4\xc2\xc2\xc2\x57\x7f\xee\ \xab\x27\x4f\x9e\xb4\xd6\x9e\x7f\xed\xfc\xec\xdc\x5c\xb3\xd9\x24\ \x04\xfd\xca\xdf\xfb\xda\x8f\x5f\xfb\xe9\x60\x6b\x37\xe1\xbc\x88\ \x39\xbf\xf7\xa0\xe7\x64\xf4\xd6\xf5\xde\xf9\x2b\xcb\xbc\x09\xc1\ \xc1\x26\xa2\x24\xe0\xd8\x4b\x12\x41\x80\x8c\x73\x9e\x82\x73\x52\ \x43\x55\xb1\x4a\x07\xc3\x72\x77\x38\x2c\xf2\x62\x6b\x67\xe7\x53\ \x2f\x7c\xe6\x9e\xa5\x13\x3f\xf8\xf3\x6f\x76\x48\x1c\x48\xd0\xbd\ \xb1\x61\x04\x33\xe2\xc0\x60\x8c\x31\x41\x5a\x6b\xab\x9d\x31\x4a\ \x29\x89\xb0\x65\x2c\xb8\xe3\xa7\xaf\x47\x10\xce\xb9\xfa\xe4\x50\ \x4a\x8b\x42\x3b\xeb\xc1\x7b\x67\x9d\xf6\xce\x01\x78\xe4\x41\xba\ \x16\xe7\x45\xa6\xcc\xca\xfe\xd2\xd4\xa2\xe1\x5e\x5a\x2d\x9c\xc6\ \x94\x28\x25\x91\xf2\xa9\x45\x44\x82\xdc\xcd\xa6\xf7\x65\xc3\x62\ \xf7\x91\xf0\xca\xf5\xc6\xe8\x1a\xf6\xd7\x80\x53\x08\x51\x53\xdf\ \x8d\x46\x23\x89\x93\xb2\x2a\x47\xa3\x91\x31\x26\x08\x82\xf7\x59\ \x1b\x8c\x29\x21\x75\x9d\x42\x08\xd5\x7c\xd0\xe2\xe2\xe2\x57\xbe\ \xf2\x95\x63\xc7\x8e\x79\xef\xdf\xbb\x78\x71\x6e\x7e\xde\x3b\x7f\ \xdf\xe9\x7b\x7f\xf5\x6b\xbf\xfa\x5b\xff\xcf\xff\x0a\x62\x66\x11\ \xe2\x80\x8e\x9f\xba\x27\x03\xf3\xee\xe5\x8b\x70\xe5\x06\x44\x5d\ \xc3\x0f\xa5\xf3\x61\x18\x78\x2c\x31\x0e\x31\x0b\x09\x22\xe0\x8d\ \xc7\x1a\x5c\x29\xcb\x49\x5e\x0d\xc7\x65\x9e\x8f\x46\xe3\x72\x5c\ \x7c\xe2\x85\x4f\x26\x69\xba\xd3\xeb\xb5\x49\x1c\x22\xe6\x94\x25\ \x16\x55\xa2\xac\x10\xe2\x9c\x23\x84\x9c\x03\x25\x85\xf7\x4e\x7a\ \xcf\x39\x27\x18\x13\x46\x2b\x63\xea\x76\xb7\x2e\x94\xf5\xd7\x18\ \x63\xe7\x1c\x02\x20\x01\x77\xc8\x1a\x65\x99\x45\xd4\x41\x82\x30\ \x47\xbc\x1c\xf4\xfa\x57\x6f\x35\x12\xdc\x9d\x6e\x94\x31\x38\xed\ \xc0\x3a\xe4\x80\x20\x8f\x9c\xd7\x59\xa5\x87\x65\xac\x70\x24\x09\ \x95\xf6\x2e\xfd\x59\xe0\x11\x46\x46\x6b\x4a\x69\x29\x84\xd6\x9a\ \x87\xc1\xd6\xf6\x56\x21\x4a\x87\x7d\xbb\xdd\xee\x76\xba\x1b\xab\ \x1b\x3b\x3b\x3b\x41\x10\x8c\x46\xa3\xda\x4c\x90\xa6\x69\x1c\xc7\ \x5b\x5b\x5b\xce\xb9\x66\x92\xee\xed\xec\x34\xdb\xed\x2f\xff\xbd\ \xff\xd9\x97\x7e\xf6\xcb\x61\x1c\x6d\xac\xaf\x1b\xef\x4e\x9c\x38\ \xe1\xc0\xfd\xc6\x6f\xfc\xe6\x7b\xdf\x7f\x79\x73\x6d\xab\x1d\x75\ \x3b\x83\xe2\xc8\x73\x07\x27\x73\xed\xf1\xfa\x79\xf7\xe7\x97\xb2\ \x5d\x3d\x7b\x16\xe6\xee\x5b\xcc\xe7\x14\x31\x84\x68\x8a\x43\x82\ \x28\x60\x87\x02\x83\x48\xe9\xd4\x60\x92\xf7\xfb\xe5\xa8\x9a\xde\ \xb3\xfa\xc6\xee\xb1\xe6\xfc\xa7\x9f\xf8\xc4\xf9\x7f\xf7\xe2\x01\ \x43\xc1\xd3\x81\xd4\x94\x86\xde\x28\xd3\xdb\x23\x84\xa4\x8d\xc4\ \x18\x2d\xa4\xb2\xce\xe6\x79\x0e\x94\x1c\x38\xbc\x54\x49\x99\x17\ \x65\x99\x67\x55\x55\xb5\x5a\xad\x2c\xcb\x8a\xa2\x10\x42\xcc\xcc\ \xcc\x8c\x46\xa3\xc9\x64\xd2\x68\x35\x49\xcc\x86\xaa\x14\xd2\xce\ \x34\xda\x7e\x90\xcd\x26\x09\x07\x75\xed\xea\x2d\x76\x71\x26\xfe\ \xd8\x49\x91\x12\x83\x28\x42\x88\x68\x34\x25\xf0\x74\x86\xa7\x06\ \xb8\xbc\x59\xee\xed\xa9\xb2\xd5\xb9\x2e\xb1\xf5\x9e\xdd\xd5\x75\ \xc7\x08\x73\xce\x6a\x6a\xf2\x4e\xe0\x49\x8d\x82\xeb\xa7\x29\xe7\ \xbc\x12\x55\xcd\xf2\xd4\xa1\x1c\x35\x38\xad\x75\x83\xce\x3a\x65\ \x7c\x67\xaa\xf9\x33\x3f\xfb\x95\xc3\x87\x0e\x2f\xcc\xcf\x0b\xa1\ \x85\xc8\xee\xb9\xe7\xe4\xfd\xf7\x9d\xc2\x0c\x2b\x65\xef\x3d\x79\ \xfc\x97\xbe\xf6\xb5\xdf\xfb\xad\xff\x87\x2e\xf2\xe9\x67\xee\x6d\ \x3f\x74\x6a\x7f\x3c\x5a\x7b\xe5\x1d\x79\x65\xb8\x39\x5d\x3c\xb6\ \x74\x30\x46\x65\x61\xc7\x96\x11\x85\xbd\xc2\x88\x10\xaa\x84\x64\ \x1e\xd2\x20\xc6\x52\x47\x1e\x4d\x6b\x5c\x8c\x44\xcb\xb1\x27\x1e\ \x78\xf8\x27\x2f\xfd\xa4\x15\x24\x51\x89\x20\x2b\xba\x38\xea\x39\ \xad\x8d\x56\xaa\x9e\x29\x63\x6b\x4d\x1d\x11\x8f\x10\xd4\x6e\x07\ \x6b\x6c\x4d\x9e\x78\xef\xb3\x2c\xab\xef\xee\xba\x06\x15\x45\x41\ \x28\x21\x84\x81\xb3\xd6\x1a\x70\x9e\x78\xcf\xb4\x0d\x10\xe5\xda\ \xd9\x1b\xdb\x43\x1c\xc2\x63\xd3\x24\xe2\xca\x61\xc7\xa0\xa2\xde\ \x59\x95\x30\xca\x90\x2e\xb2\x89\x97\x86\x21\xfa\x91\xec\xed\x43\ \xd6\xb9\x2c\xcf\x8d\xd6\x98\xe0\x1a\xc8\x60\x42\x10\x46\x0c\xb3\ \xda\x7d\x0b\x00\xde\x79\x8c\x71\x18\x84\x55\x1d\x06\x86\x31\xc2\ \x44\x08\x59\x55\x22\x08\xc3\x6e\xab\x7d\xcf\xa9\x7b\x9f\x7a\xfa\ \xa9\x23\x47\x8f\xee\xf7\xf7\x2b\xa5\xe6\xe7\xe7\x1e\x7e\xec\x11\ \x8c\x89\x03\xf8\xdb\x7f\xe7\x6f\xbd\xfa\xc6\x5b\x7f\xfc\xea\x8b\ \x7b\xce\x3f\x74\xf6\xd4\xec\xf1\xc3\xb7\x37\xb6\xc6\x6f\x5e\x26\ \xb7\x06\xc5\x3c\xee\xfa\x23\x49\xdf\x58\x59\x18\x8a\x1d\xc6\x05\ \xaa\x13\x2a\x2c\xd6\x3e\xe6\x41\x2b\x4c\x9a\x2e\x2c\xb0\xdd\x1e\ \x6c\x92\x80\x3d\xfa\xf8\x13\xdf\xfe\xa3\xbf\x48\x31\x2b\xa4\x30\ \xd6\x74\x50\x84\x3d\x30\x1e\xf8\xf7\x0d\xae\x60\x9d\x93\x4a\x63\ \x02\xce\xf9\x7a\xd8\x6c\x95\x56\xe6\xfd\xfd\xaa\x75\xd8\x5d\xed\ \xc0\xaa\xc7\x76\xd2\x4b\xa0\xd8\x7a\x70\xf0\xfe\x30\x13\x59\xe7\ \x2a\x9d\x22\xaa\xfa\xd5\xd6\x9b\xd7\x0f\xdf\x7f\xdc\x1c\x6d\x4a\ \x62\x3c\x41\xde\x59\xef\x54\x84\x51\x36\xd8\x97\x52\xc4\x8c\x57\ \x4c\x42\xc0\xe1\x2e\xd9\x4d\xb2\xb9\xb9\x99\xe7\xb9\xfb\xa0\x70\ \x53\x42\x71\x88\x8b\xb2\x5c\x9c\x5f\xe8\x76\x3a\x65\x51\x38\xeb\ \x30\xc2\x49\x1c\xd7\xac\x67\x4d\x4b\xe5\x79\x4e\x19\x1b\x0d\x87\ \x2c\x0e\xee\x7b\xfc\xe1\xaf\xfe\xec\x57\x1e\x3c\xfb\xe0\x68\x34\ \x36\x52\x97\xb2\x3a\x71\xfa\xb4\x73\xe0\x8c\x9d\x99\x9e\xfd\xea\ \x3f\xfb\x2f\xfe\x77\xff\xec\x7f\x1d\x16\x83\x99\x6e\x6b\xe6\x99\ \xd3\x37\x61\xe4\xde\xbc\x8e\xbe\x31\x6c\x39\xf8\xd8\x5c\x63\x7e\ \x3a\xb8\xd8\xdb\x43\x50\x69\xd7\xf7\x98\x7a\x87\x40\x39\x97\x17\ \x53\x61\x3c\x15\xc5\xd3\x69\x77\xc8\x59\x7f\xbc\x7a\xfe\xed\xed\ \x5f\xfb\x3f\xff\x97\x62\x65\x1f\x0f\x05\x75\x7c\xa2\x45\x15\x71\ \x40\x86\x61\x98\xef\x74\xc7\x79\x0e\xe0\x95\x52\xd6\x1a\x21\x25\ \xa1\xcc\x7b\x10\x42\x58\xe7\x91\x73\x08\x10\x67\xdc\x18\x93\x65\ \x79\x14\x85\xf5\xe8\x76\xaa\x3b\x95\xe5\x39\x0f\x42\x92\x86\xc5\ \x64\x42\x19\xf2\xda\x35\xe2\x86\x2a\x0a\x21\xc6\xd3\x8b\xe9\xf5\ \xef\xbf\xb9\xe0\xf5\xcc\xf3\xf7\x66\x31\xc6\xc8\x33\x0b\x49\x61\ \xe7\x33\x9a\xac\x15\xe3\xab\xfb\xb8\x42\x79\x1a\x4c\xb8\x77\x18\ \x90\xff\x1b\x43\x9e\xfa\x90\x54\x42\x50\x46\x6b\x59\xdd\xfb\x3a\ \x12\x42\x82\x30\x20\x98\x50\xc6\x26\x93\x89\xb3\x8e\x33\x6e\xb4\ \xf1\xd6\x61\x40\x41\x18\xf2\x80\x4f\x26\x19\x20\x68\x34\x1b\x5f\ \x78\xea\xf9\x87\x1e\x7d\xc4\x22\xbf\x3f\x1c\xb4\xc1\x36\xa7\x3a\ \x0f\x9d\x3c\xde\x6d\x35\x3d\xf2\x55\x2e\x4d\x51\xe1\xa9\xd6\xcf\ \xff\xc2\xcf\xff\xf8\xdb\xdf\x7d\xe7\xdd\xb7\x3e\xf5\xa5\x4f\xc2\ \x74\xf3\xb5\xef\x7d\x77\xf7\x9d\x1b\xf7\x9f\x3e\xf4\xec\xa7\x3e\ \x76\x4f\x6b\x61\x38\x18\x4d\x64\x49\x93\x68\x54\x4e\xc6\x45\x1e\ \x30\x56\x14\xb2\x99\x24\x07\xba\xf3\xba\x54\x55\x29\x56\x6f\x5c\ \x58\xbe\x76\xf3\xf3\xbf\xf1\x4b\x53\xed\xae\xea\x8d\x48\xa1\x64\ \xe5\x1b\x49\x2b\x74\x2c\xe4\x04\xc0\x4a\x51\x79\xe7\x80\x90\x5a\ \xc8\x52\x6f\x5e\x52\x4a\x78\x6f\x29\xe1\xb5\xeb\xaa\xfe\x53\xd3\ \x9a\x75\xde\x48\x14\x45\x42\x2a\x21\x14\x46\xf5\x5c\x0f\x7b\x67\ \x31\x20\xaf\x1c\x75\x18\x01\x1a\x5c\x59\xb1\x74\xb4\x78\xcf\x91\ \x28\xa1\x13\x21\x28\x02\x06\x94\xe4\xca\x0f\x32\x34\x2e\xc3\xca\ \x32\x57\x0b\x8e\x3e\x0a\x5e\xd9\x58\x63\xbd\xb3\xc6\x21\x82\x1d\ \x78\x0c\x9e\x50\xca\x18\xb3\xde\xc9\xb2\x62\x84\x62\x00\xcc\x98\ \xb1\x06\x00\xd5\x0e\x46\x65\x9c\x73\x3e\x6e\xb4\x1f\x7f\xe2\x89\ \xe7\x1f\x79\x3c\x8c\xa3\x41\x36\x9e\x94\x15\x8e\xe3\x87\x1f\x7f\ \x74\x7e\x61\xc1\x03\x1a\x95\x95\xb3\x66\xbe\xd9\xf8\xcf\x7e\xfd\ \x6b\x3f\x7e\xe3\xfb\xfb\xd3\x38\xf9\xcd\xe7\x77\xa7\xfc\xe8\x8f\ \x5f\x69\xbc\xbe\xf9\xe0\xf1\x13\xe7\x3e\xfe\xb1\xf8\xf8\xc1\x62\ \x6d\xe0\xb0\xe6\x01\xcd\xb2\xb1\x10\x25\x66\x38\xcb\xc6\xd3\x33\ \x9d\xee\x54\xb7\x2a\xb3\xed\xf1\xf8\xf2\xa5\xd5\x8d\xb5\xf5\x67\ \xfe\xc9\xaf\x94\x9d\x68\x66\x6c\xd5\xae\xba\xd6\x42\xac\xd5\x4c\ \xcb\xa0\x74\xce\x31\x55\x55\xb9\xb3\x2e\x8c\x22\x87\x3c\xe2\xcc\ \x58\x1b\xa7\xb1\x10\x02\x21\x5c\x07\xdc\xd5\x30\xad\xee\x04\x6b\ \x36\xb1\xe6\xa7\x2c\xb3\xaa\xac\x3c\xf8\x28\x8a\x28\xa3\x55\x25\ \xac\x75\xc8\x93\x06\xa4\xb6\xb2\xe6\xb6\x1e\xef\x6f\x46\x02\xda\ \x87\x67\x7b\xae\x9a\x88\x2a\x36\x96\x0d\x45\xdc\x2b\x83\xca\xa3\ \x90\xee\xc5\x61\x1e\x50\x7c\xb7\x7b\xfb\xbc\xf7\x55\x55\xd5\xbd\ \x2b\x72\xae\x16\xbf\x2e\x4c\xcf\x34\xc2\x78\x6b\x75\xdd\x7b\x0f\ \xce\x23\xef\xdb\xcd\x56\x7f\x34\xec\x74\x3a\x3c\x0c\xf2\x3c\x2f\ \xaa\xb2\x12\xe2\x81\x07\xce\x7c\xf1\xd7\xfe\xd6\x89\x47\x1e\xd8\ \xbc\xbe\xbc\x37\x19\x35\x70\xd8\x49\xdb\xed\xd9\x19\xe0\xc4\x5b\ \x63\xca\x0a\x52\xf4\x85\x8f\x7d\xea\xed\x73\x5f\xf8\x0f\x7f\xf2\ \x2f\xf1\x3f\xfa\xcc\xf5\x9f\x59\xda\x58\xbf\x38\xfe\xb7\x3f\x3a\ \x70\xa0\xf9\x9f\x7f\xf5\xd3\x8f\x7c\xe2\xe3\x23\x29\xee\xbb\xb1\ \x38\xd5\x99\x19\xee\x0f\x8a\x71\x2e\x45\x05\xc8\x4d\xcc\xe8\x91\ \x07\x1e\x92\xae\xca\xaa\xd1\x5b\xdf\xd9\xf8\xe1\xcb\x17\xe5\xf1\ \xee\xa1\x2f\x7c\x7e\xe3\xaf\x5e\x9d\xef\x81\x1a\x8f\xc3\xb9\xe9\ \xd9\x6e\x83\x70\x2e\x27\xc5\x44\x54\xe3\x3c\x43\x8c\x22\xca\xc0\ \x79\xc2\x78\xb3\xd1\x90\x52\x3a\x6b\x5b\x61\x38\x18\x8c\xa4\x54\ \x9c\x73\x6b\x3c\x78\xcc\x59\x58\x16\x02\x3c\x32\xd6\xa5\x49\x63\ \xbf\xd7\xcb\xb7\x87\x71\x10\xb4\x5a\x2d\x63\x6d\x3f\xcf\x71\xca\ \x7d\x32\x3f\x47\x53\x7c\x7d\xaf\x71\x73\xc7\x6c\x90\xc5\x5f\xbc\ \x4f\x51\x35\x92\x63\x0d\xd0\x17\x62\x3c\xc8\x64\xee\x66\x51\x4a\ \x35\x53\xc8\x93\xbb\x29\x3b\x1f\xa4\x9d\x3a\xab\xb4\x46\x18\x61\ \x42\x6a\xd9\x01\xc2\x08\x11\xec\xbc\x17\x4a\x78\x0f\x46\x59\x8a\ \x48\xcc\x42\x99\x0b\x4c\x08\x62\x60\x94\x8d\xe2\xe4\xb1\x27\x9f\ \x78\xf0\xec\xd9\x03\xb8\x71\xfb\xd6\xaa\x4b\xc3\x13\x0f\x3d\x70\ \xf2\xc1\xfb\x3a\x9d\xb6\x14\x7a\x22\xe4\xe6\xf5\x9b\xad\x30\x6a\ \x4a\x12\x54\x36\x3d\x3a\x35\x7a\x74\x56\x9d\xbe\x1f\x9d\x4a\xcb\ \x37\xde\xb4\x3f\x78\xe3\xc9\xe3\x27\x4f\x9d\x3c\x05\x1a\xdf\x5c\ \xd9\x4e\xc2\x38\x0d\xdb\x11\xe3\xad\x76\x0c\x6d\x8f\x88\x27\x07\ \x11\xa1\xb8\x28\xb2\xc1\x24\x7b\xe7\xfc\xd5\xeb\xeb\xb7\x75\x97\ \x44\xcf\x3e\x90\x25\xb8\x93\xb9\x48\x05\xab\x91\xdb\x68\xf3\xfe\ \xc4\xc4\x88\xa8\x4a\x68\x55\x73\x94\x04\x01\x26\x18\xa2\x28\x36\ \x46\x63\x84\xad\x35\x85\x28\x6a\xec\x56\xf3\x98\xf5\x14\xa8\x66\ \x6c\xbd\xf3\x18\x7b\xe7\xb5\xf3\x10\x45\x91\x07\x10\xc2\x58\x6f\ \x31\xc6\x88\x30\xeb\x9c\x55\xd6\xbd\xd1\x2f\xca\xb4\xf1\xd0\x61\ \x12\x10\xad\x2b\x26\x3c\x8c\xb5\x9e\x08\x83\x70\x99\x50\xc9\x30\ \xfa\x48\xe6\xe8\x1e\xde\x5f\xe5\x53\x63\xce\xba\x1f\xb9\x73\x73\ \x6a\xa3\x9d\x36\x84\x52\x63\xad\x52\x3a\x8a\x62\x42\xa8\x94\x8a\ \x50\x7a\xef\xbd\xf7\x3e\xf8\xd0\xc3\x67\x1e\x7c\xf0\xdd\xb7\xdf\ \xf4\x00\x8f\x3d\x7e\xee\xe4\xa9\x7b\x3a\xdd\xb6\x03\x9f\xed\x0f\ \x77\x76\xb6\xbd\xf3\x71\x1c\xc7\xda\x1d\xbf\xf7\xc4\xd4\xe9\x23\ \x8b\x67\x0e\x1e\x9e\x5d\xbc\x7e\xfe\xc2\xee\xa5\xe5\xd3\x67\xcf\ \xde\xbf\x74\x4a\x00\x0c\xaf\x2d\x47\x84\xa5\x49\x9c\x24\x09\xe2\ \x68\x3a\x98\xe1\x9c\x39\x67\x29\xc5\xa3\xf1\x70\x6d\x6b\xe7\xcd\ \x0b\xef\x2d\x6f\xef\x41\x83\x1f\xbb\xef\x5e\x4b\x20\x73\x3a\x8d\ \xc3\x26\x43\x44\x6a\x51\x39\x09\xb8\x54\x05\x38\x4b\x29\xad\x71\ \x47\x5d\x59\xe0\x83\xe6\xb1\xc6\xd2\xb5\x90\xb7\x0e\x79\xa9\x87\ \xbb\x77\x68\x66\xef\xbd\x03\x57\x8f\x06\xee\x0c\xf2\xea\xfe\xd3\ \x82\xcb\xcb\x7c\x70\xf9\xf6\x8c\xb1\xae\xc1\xa6\xd2\x58\xe6\xc3\ \x62\x6f\xc4\xb4\xe3\x2c\xd0\xd6\x63\xad\xb1\xf3\x1e\xee\x76\x7f\ \x96\x52\x55\x55\x35\x9a\x4d\x6b\x6d\x18\x45\x84\x90\x9a\xc7\xa9\ \x59\x36\x63\x4c\x9a\x34\xa7\xa7\xa7\xd7\xd7\xd7\x81\xe0\xf9\xf9\ \x79\x21\x65\x9e\xe7\xa7\x4e\x9d\xfa\xd8\xc7\x3f\xfe\xec\xf3\xcf\ \x0f\x7b\xfb\x37\xbe\xfd\xea\xe2\xe2\xd2\xf1\x7b\x8e\x61\x4c\xc3\ \x34\x36\xde\x97\x55\x59\x56\x39\x80\x89\x91\x6e\x26\xdd\x13\xcf\ \xdd\xcf\xfd\x23\xd3\xbf\xf0\x4c\x6f\x32\xcc\xbf\xf7\xee\x23\xbc\ \xf3\x4b\xbf\xf6\xf4\x7c\x7b\xf6\x07\xaf\x9f\x4f\x5a\xad\x39\x4a\ \x28\x27\x9d\x99\xf6\xc1\xc3\x8b\xde\xf9\x20\x0a\xb4\xd3\x0a\xcc\ \xc6\x5a\xff\xdb\xdf\x7f\xe5\xf5\xef\xdd\x1a\x4b\x7f\xec\x8b\x0f\ \xcf\xcf\xcd\x5e\x95\x05\x89\x82\x99\xe6\xd4\x48\x4b\x51\x96\x45\ \x7f\x10\x51\x3e\xec\xf7\x5a\xad\x96\x14\xa2\xd9\x6c\x7a\xef\xbb\ \xdd\x6e\xad\x8a\xaa\x2f\x63\x59\x55\xb3\x33\xb3\x42\x08\xef\x7d\ \x92\xb0\x3c\xcf\xeb\x07\x6f\xad\x60\x08\x83\xa0\xd4\x12\x10\xa2\ \x8c\x0d\x86\x43\xe7\x1c\x0b\x43\x42\x48\x59\x95\x88\x61\x05\xf6\ \xd6\x6b\x17\x17\xbb\x66\xfe\x9e\x85\xa9\x06\x23\xd2\x42\xaf\x28\ \x7b\x59\x23\x6d\xf9\xc2\x8d\x65\x19\xb6\x9a\x77\xb7\xb6\xac\x16\ \xe9\xd5\x14\x41\x3d\x16\xac\x87\x2a\x35\x0a\xa6\x94\x2a\xa9\x08\ \xa6\x98\x11\xa1\x14\x41\x88\x87\x61\xab\xdd\x14\x52\x06\x9c\xff\ \xdc\x2f\xfe\x42\xda\x6a\x28\xe7\x5e\x17\xfb\xa7\x1f\x3f\x73\xff\ \x91\xe3\x07\xa7\x66\xdb\x41\x2c\xf6\x4a\xe5\xac\x24\xbe\x9f\x67\ \x2b\x59\xef\xf4\xcc\xc1\xb9\xf9\xf6\x2d\x39\x94\x22\x7f\xe0\xd8\ \xc9\xde\xda\xd6\xfa\x85\xab\x55\x5e\x1d\x9f\x3b\x58\x14\xe5\x38\ \xcf\x53\xcf\xd2\x24\x16\xaa\x1c\x4d\x06\x73\x0b\xf3\x3c\xe4\x65\ \x91\x95\x42\x81\x77\xcb\xab\x2b\x6f\xbc\x75\x69\x77\x73\x10\x44\ \x9c\x37\x9b\x53\xdd\xe9\xbe\xaa\x06\x58\x1f\x08\x92\xd8\x99\x61\ \x7f\x44\x0d\xa9\x30\xd4\xd2\xb9\x7a\xaa\x83\x10\xaa\xd3\x20\x84\ \x10\xb5\x2e\xa9\xee\x0d\x6b\x26\xa1\x3e\xe4\x77\x28\x45\xeb\xad\ \x47\xa8\x66\x9d\xef\x04\xb9\xd6\xea\x01\xe7\x9c\xf7\x0e\x13\x4c\ \x2c\xec\xae\x6d\x6e\xca\x61\xfb\xe4\x62\x94\x84\x7e\x2c\xec\xa4\ \x04\x61\x39\x10\xe1\x09\x7c\xb8\x54\x5f\xfa\xe1\x30\x3f\xc6\x18\ \xd7\x64\x4d\xcd\xf2\xd4\x77\x05\xc6\x18\x3c\x38\xef\x31\x78\xeb\ \x2c\x63\x2c\x08\xc3\x3c\xcf\x66\x67\x67\x5f\xf8\xd4\xa7\x16\x17\ \x16\x8a\xa2\xba\x71\xe3\x46\x6b\xe9\xe0\x83\x67\xce\x1e\x3d\x74\ \xb8\x15\xc7\xa0\x6d\x55\xe4\x45\x36\xb9\x75\xf9\xda\xfc\xc2\x42\ \xc4\x82\x20\xe0\x5b\xe3\x9d\x71\xc3\x1f\x3b\x3a\xb7\x7e\xf3\xd6\ \xe0\xcd\x6b\xad\xcc\x2c\x2d\x1d\xd9\xd1\xa5\x1e\x96\x1d\xc7\x3b\ \x4b\x33\xfd\x51\xaf\x10\x79\xab\xd5\x62\x9c\xe5\x45\x69\xbd\x93\ \x52\x5e\xbd\x7a\xf5\xd6\xad\x9b\xdb\x7b\xfd\x76\x9c\x96\x0d\xde\ \x98\xe9\xe6\x60\x8b\x00\xa1\x89\x64\x15\x71\xc6\x0a\x45\xca\x90\ \x3b\x04\x9c\xd2\x7a\x1e\x71\xe7\x48\xd5\x29\x42\x49\x92\x24\x49\ \x52\x4f\x2b\x82\x20\xa8\x19\xc4\xba\x51\xaf\xa9\x65\xc6\x58\x18\ \x06\xaa\xb6\x7b\x1a\x53\xb7\xf7\xf5\xb4\xae\x3e\x8b\x18\x61\xbc\ \x27\xd6\x86\x57\x5b\x47\xe7\x83\xf9\x19\xbf\x5f\x42\xae\x89\x05\ \x0e\x58\x5b\x43\xbd\xe7\xf8\x2e\x9f\xba\x08\xc0\x68\x73\xe4\xc8\ \x91\xb5\xf5\xf5\xfa\xf4\x7b\xef\x8b\xa2\x30\xc6\x08\x21\xea\xb0\ \xe1\x2c\xcb\xea\x08\xab\x03\x8b\x8b\xf5\x3a\xed\x5f\xf9\x95\x5f\ \x79\xe1\x85\x17\x84\x94\x7b\x3b\xdb\xd5\xfe\xe8\xa9\xfb\x1e\x9f\ \x39\x71\x04\x02\xa2\x10\xe4\x00\xc2\x98\x9d\x51\x4f\x89\x62\xae\ \xdb\xa9\x63\x0e\xde\xc9\x6f\xb0\x5f\x78\xe8\x72\xbb\x70\xaf\xdf\ \x9c\xb9\xb0\xf7\xec\xd4\xbd\x6d\xc9\xaf\x5c\x5f\xce\xb8\x27\x9e\ \xc6\x53\x33\x2b\xcb\x37\x97\x0e\x1c\xc0\xd8\x58\xe4\xb6\xf7\x06\ \x98\x05\x37\x56\xd6\xbe\xfe\xe2\x0f\xdf\x7a\x67\x35\x61\x00\x2d\ \x98\x5d\x58\xe4\x88\x0a\xa3\x15\x81\xfd\xc9\x08\x71\x3e\xdc\x1b\ \x06\x51\x0c\x18\xe2\x38\xc6\x18\x67\x59\x56\x0f\x80\x86\xc3\x61\ \x5d\x5c\x84\x10\xb3\xb3\xb3\x45\x56\xd4\x24\xee\x9d\x65\x0c\x49\ \x92\xd4\x25\x15\x00\xc2\x28\x8a\x8c\x02\x80\xfd\xfd\x7d\xe7\xdc\ \xf4\xf4\x34\xc6\x78\x34\x1a\x15\x45\xe1\x9c\x23\x0c\x1f\x86\xce\ \xf5\x3f\xf8\xc9\xfe\xe1\xf6\x0b\x5f\xf9\x84\xac\xc4\xf0\x46\x8f\ \x8f\x5d\xc8\x9a\x2e\x76\x93\xc2\x28\xec\x3d\x02\xf4\x37\x87\x3c\ \x75\xb1\xaa\xc9\x9d\xfa\xce\xac\x87\xb6\xf5\xa3\xa8\xe6\x2e\x3d\ \x02\xc4\xa8\x77\xce\x03\xc2\x8c\x68\x63\x46\xc3\xe1\xa3\xc7\x8f\ \x3d\xfc\xd0\x43\xaf\xbf\xf9\x26\x8b\xc2\xa9\xa5\x03\x8f\x3d\xfb\ \xcc\xee\xf5\xdb\xe7\x6f\x9e\x7f\xe8\xc4\x69\x4e\x70\xd0\x48\x78\ \x14\x1c\x3b\x7a\x64\x73\xb8\x3f\x73\x64\xf1\xe2\xde\xad\xbf\x7c\ \xfb\xc7\xcd\x76\xb3\xc1\xa3\xab\x6f\xbc\x3b\xb8\x76\x3b\x12\x6e\ \x67\x7d\x8b\xb0\xa0\x35\x3d\x45\x1c\xec\xf6\x76\x08\xa1\x71\x12\ \xf5\xfb\x7d\x42\x19\x22\x28\xcf\xf3\xd5\xd5\x95\x2b\x97\xaf\xee\ \xe7\x55\xd2\x6d\x36\x30\xb3\x88\x45\x61\x80\x9a\xcc\xcc\x35\x86\ \xb7\xc6\x54\x93\x06\x23\x1e\x81\xf3\xee\x7d\xae\xe3\x83\x9b\x34\ \xcf\xf3\x30\x0c\x31\xc6\xb5\x86\x48\x4a\x59\x7f\x96\x7a\x60\x57\ \x3f\x5c\xeb\x19\xa8\x31\x86\x07\x41\x3d\x18\xbd\xe3\x55\xa8\x39\ \x87\x5a\x61\x48\x31\x69\x92\x50\x54\x65\xb1\x35\xda\xc9\xca\x7b\ \x4f\xdf\xe3\x26\xaa\xd8\x2f\x98\x42\x01\x8d\x04\x51\xc8\xa3\x8f\ \xa8\xee\xd4\x5b\x13\x3e\x90\xe7\xdc\xa1\xee\xef\x04\x02\xe1\xf7\ \x77\x5c\xe0\x28\x0a\xbd\x73\x42\x88\x2f\x7d\xe9\x4b\x0b\x07\x0e\ \xac\xac\xac\x14\x45\xf5\xd4\xb3\xcf\x1c\x3e\x7b\x76\xd8\xef\x0d\ \xfb\x43\x6e\x40\x97\x65\x1a\x45\x71\x77\x6a\x66\x7a\xc6\x11\x14\ \x77\x5b\x6b\xa3\x9d\xbf\xf8\xc9\x37\xe7\x4f\x1f\x91\x5e\xf7\x2e\ \xdd\x1a\xbe\x77\x23\xc8\xed\x4a\xb5\x6c\x28\x5d\x6c\x4c\x7b\x0d\ \xbd\x7e\x0f\x28\x50\x4b\x7a\x83\x1e\x63\x01\x26\xb4\x3f\x1c\x2e\ \x2f\xaf\x5c\xbf\x71\x4b\x48\x11\x05\x71\xc4\x02\x1d\x85\x40\x29\ \xef\xb6\x74\x37\x2e\x7b\x65\xa0\x90\xd7\x40\x28\x37\x04\x90\xf5\ \xe0\xdf\x4f\x29\xfd\xeb\x91\xec\x75\x48\x78\x5d\x8c\xea\x0f\x58\ \x17\xd6\x9a\x47\xbc\xf3\xfd\xc6\x9a\xba\x00\xd5\x27\xef\xce\x68\ \xa3\x36\x28\x60\x84\xb8\x24\xa0\x94\x5a\xcf\xe6\x16\x4e\xec\xc9\ \x49\x91\x5b\xec\x49\x9d\xbd\x8c\xb1\x23\xf8\x6e\x59\x65\x80\x38\ \x8e\xd7\xd7\xd7\x29\xa5\x93\xc9\x44\x29\x95\x24\xc9\xd4\xd4\x54\ \x8d\x17\x6a\x68\x50\x8f\xde\xba\xdd\x6e\xb3\xd1\xb8\x71\xf3\xe6\ \x93\x4f\x3f\xfd\xb5\xdf\xf8\x8d\x57\x7e\xf0\x03\x0f\xd0\x6a\x35\ \x9f\xf8\xd4\xa7\x40\xb9\xac\x12\x94\x84\x9e\x11\x40\x10\x32\x36\ \x3b\x35\x35\xdc\x35\x01\xa0\x56\x9c\xbe\x7e\xfb\x47\xe3\xc3\xa8\ \x71\x6a\x6a\xb0\xb6\x2c\xbe\xf3\xd3\x13\x37\x7b\xdb\x62\xb4\xde\ \xd8\xd7\xcd\x68\x71\x7a\xb1\x6b\xf9\xb0\x3f\xc0\xd6\x4e\xb2\x61\ \x6f\xb0\xdd\x99\x99\x29\x54\x79\xe3\xda\x8d\x3f\xfb\xcb\x1f\x2d\ \xaf\xf5\xc3\x28\x61\xb1\xa7\xdc\x32\x44\x22\x12\xce\x1e\x58\x98\ \xc4\xb7\x8b\x49\x95\x20\xee\xad\x8b\x58\x90\x65\x59\x18\xf3\x5a\ \x82\x54\xa7\xa0\x4f\x26\x93\xa9\xa9\xa9\xf1\x78\x4c\x29\x1d\x4f\ \xc6\x4a\xeb\xd0\xb9\xba\xd6\xd4\x5c\xbe\x10\xa2\x1e\x59\x08\x21\ \xa8\xb5\xf5\xb4\xb4\x06\xda\x55\x55\xd5\xe0\xb4\x16\x46\x62\x8c\ \x59\x06\x67\xe9\xa1\xbd\xf5\xbe\xbd\x3c\x78\xf0\xec\xfd\x3f\xde\ \xdf\x60\x2a\x28\xaa\xd2\x7a\x40\x9c\x06\x69\x88\x00\xee\xa2\xe2\ \xd7\x2d\x02\x21\x14\x21\xb8\xe3\xfc\xbc\x23\x53\xa8\xd5\x2e\x0e\ \x61\xc6\x39\x66\x04\x79\x84\x08\xce\xf3\x1c\x63\x52\x14\xe5\xad\ \xdb\xb7\xcf\x9e\x39\x83\x09\xd5\x8e\x9e\xff\xc6\xf7\x73\x51\x52\ \x4e\xa6\x50\x39\x37\x3d\xed\x02\x06\x56\x4f\xb7\x5a\x4c\xb9\xf7\ \xae\x5d\xfc\xf1\xca\x5b\x23\x23\x66\x67\xbb\x97\xde\xbb\xb0\xf2\ \xce\xe5\x68\xa2\x62\xc3\x84\x31\x49\x3b\xde\xda\xda\x9b\x0a\x71\ \xc4\x03\x4c\x98\xd4\x52\x69\xd3\x6c\x75\xb4\x31\xcb\xcb\xab\xb7\ \x97\x97\x8d\xf6\x8d\x99\xae\xf6\xc0\x35\x49\x2c\x19\xef\xf5\x67\ \x1e\x3c\x3d\x6c\x50\xc6\xf1\x8c\xc6\x20\xac\x4d\x99\x30\xda\x7f\ \x10\xc8\x5b\x23\x97\x24\x49\x6a\xfa\x32\x8a\xa2\xfa\x52\xd7\xe7\ \xbc\x06\xfb\x75\xe9\xa9\xaf\x6a\x10\x04\xd6\xd9\xba\xbf\xb9\x13\ \xfa\x55\xff\x6b\x6d\x01\xc1\x08\x5b\xe3\x02\xc4\x5a\x1e\xaa\xa1\ \x3c\x1e\xcf\x55\x3a\x5b\xd5\x13\x29\x24\x0d\xc1\x58\x6f\x9c\xfd\ \x30\x46\xe8\x0f\xc7\xef\x18\x53\x77\x83\x77\x0c\x59\xff\xa9\xe8\ \x60\x8c\x9c\x77\xde\x11\x46\x9c\xf3\xda\x48\xce\x39\x42\x38\x8e\ \xe3\xa9\xa9\xa9\x07\x1f\x3c\x84\x31\xd9\xb8\xb5\xbc\x76\x7b\x25\ \x22\xf4\xd9\xc7\xcf\xb5\xd2\x84\x32\xea\x18\x1c\x3c\x75\x7c\x62\ \xc5\xb5\xde\xe6\x4f\xdf\xfd\xc9\xae\xde\x3b\x7c\xf4\xd0\xeb\x6f\ \xbd\xb9\xf9\xc6\xa5\x29\xe5\x89\x27\x66\x22\x92\x56\x7b\xb8\xd7\ \x73\x61\x1a\xe4\x1a\x61\x5f\x49\xa1\xb4\x69\xb6\xba\x4a\x9b\x4b\ \x57\xae\xed\xed\xf7\x1d\xa6\x51\xda\x21\xce\x33\x8c\x8c\x87\x6c\ \x9c\xcd\x1c\x5e\x2a\x13\x6a\x03\xd4\x2d\x3d\xb6\x08\x42\xac\xad\ \xc2\x5a\x53\xf4\xbe\x6f\xb5\xbe\xd0\xf5\xc6\xfb\x3a\x59\xae\x16\ \x3a\xd6\x6a\xec\xfa\xa3\xd5\x9e\x89\x5a\x8a\x5d\x47\xdb\xd5\x77\ \x42\x6d\xfe\xb8\xf3\xfd\x35\x08\x77\xda\x06\x96\x23\xa5\x5b\xed\ \x78\xa1\x31\x3b\x7b\xb2\xfd\xce\xfe\x6b\x45\x96\x73\x4a\x34\x78\ \xe9\x95\xb6\x77\xb9\x3f\x0b\x21\x34\x99\x4c\x28\xa5\x1e\xa0\xd6\ \xaa\x2d\x2e\x2e\x8e\x46\xa3\x4e\xa7\x53\xff\xef\x55\x59\xd5\x12\ \xc1\x30\x0c\x47\xc3\x21\xc6\xb8\xdd\x6e\x83\xf7\x4b\x4b\x4b\x84\ \xf3\x80\xb1\x41\x35\xd9\xcf\x8a\x41\xaf\x7f\xcf\xc9\x93\x4d\x46\ \xa8\x03\x04\x10\x47\x71\x67\x69\x61\x3c\x1e\xbe\xf6\xf6\xab\x3f\ \x6a\x5c\x9f\x7b\xf4\xd0\xd6\xfa\xcd\xdd\x6f\xfd\xa4\xf3\xce\x4a\ \x20\xf8\xaa\xcc\xd1\x5c\xc2\xbd\xe7\x37\x36\x78\xa3\x51\x85\x2a\ \x8a\xf9\x4e\x6f\x27\x6d\xa7\x86\xe1\xb7\x2e\x5c\x79\xe9\x95\xf7\ \x26\xc2\x75\x67\xe7\x9d\x67\x9e\x65\x2c\x82\x62\x34\x26\xe0\x93\ \x76\x6b\x4f\x15\xb3\xad\x24\x1b\x15\xb3\xdd\x69\xed\x9d\xb5\xc6\ \x59\x8a\x39\x0e\xc3\xb0\xae\x8f\x8b\x8b\x8b\x42\x88\x34\x4d\x95\ \x52\x45\x5e\x70\x1e\x10\x82\xb3\x2c\xab\xe5\x76\x35\x8a\x64\x8c\ \xd5\x26\x8f\xda\x67\xbb\xb7\xb7\xd7\x6c\x36\xeb\xe7\x41\x18\x86\ \xed\x76\x7b\x38\x1c\x12\x42\xb4\xb3\xa9\x8f\x4c\xe6\x43\xe0\x0f\ \x2e\xde\x7f\xee\xde\x27\x26\xd7\x47\x17\x7f\x7a\x31\xe1\x81\xf1\ \x56\x56\x15\x29\xc8\xdd\x95\x7b\x84\x90\x07\x6f\x9d\xc5\x08\xd5\ \x97\xbd\xae\x7d\x9c\xf3\xfa\x51\x04\x00\xda\x59\xb0\x06\xac\xe7\ \x84\x62\x82\x79\x18\x44\x71\xb4\xba\xb6\xfa\x9d\x17\xbf\xfd\xf3\ \xbf\xf8\xf3\xfd\xfe\x90\xd8\x40\x39\xb3\x74\xec\xf0\xec\xc1\xc5\ \xb4\x91\x4a\xb0\x94\x3a\xcb\xd0\xea\xca\xe6\x8d\x2b\x57\x6f\xe4\ \xeb\x6e\x8e\x8e\xb7\x26\xef\xfc\xf4\x9d\x9d\x5b\x2b\x78\x24\xa0\ \xf4\x45\x25\xc1\x21\xa0\xdc\x33\x02\x00\x08\x03\x26\x88\x32\xce\ \xa3\x24\x2f\xc5\xf5\x9b\x37\x57\x57\x37\x08\xe3\xcd\xe6\xb4\x4c\ \x39\xa6\x1e\xf7\x2a\x2c\xcc\xf6\xcd\xb5\x23\x9f\x7a\xba\x7b\xe6\ \x44\x7e\xe3\xfc\xbc\x87\x16\x0d\xf6\xbd\x75\xde\xdf\x91\xe6\xd6\ \x0c\x4e\xdd\x6d\xd5\x41\xc6\xf5\xa3\xb7\x5e\x09\x53\x8b\x7e\xeb\ \x57\xea\x5b\xa3\x3e\xd5\xb5\x12\xf8\x8e\xcd\xb5\x3e\x66\x75\x8f\ \x86\x10\x02\xc6\x4c\x2e\x75\xa5\xa6\xda\xed\x86\x0f\x0f\x2d\xcd\ \xeb\xa1\x58\x5e\x5f\x15\xde\x49\xe4\x1d\x42\x1f\x59\x9f\x55\xdf\ \x6f\xf5\x01\xaa\x81\x7d\x8d\x14\x3e\xb0\xa5\x00\x42\x88\xb3\x5a\ \x80\xe4\x29\xa5\x3f\xf8\xc1\xf7\xe7\x16\xe6\xe7\xe6\xe6\x36\x36\ \x36\x30\xa5\xf9\xb8\x9c\xee\x76\x4f\x1e\x3e\x4a\x10\x32\xde\x62\ \xce\x4b\x6c\x36\xd5\xf0\xc2\xed\x6b\x37\xb7\xd6\xf8\x74\x58\xe6\ \xe8\xea\x4b\xaf\xf4\xae\x2f\xfb\x49\xb5\x9f\xab\xa2\x84\x96\x21\ \x31\x8a\x33\x6c\xb3\x86\xe1\x04\x13\x0c\x88\x90\x46\x94\x4e\xf2\ \xfc\xd6\xed\xd5\xd5\x8d\x0d\xc6\xa2\xb4\xd5\x45\x84\xa6\x94\xeb\ \x6a\xa4\x4d\xb5\x71\x7d\xf9\xa9\xe7\x9e\x9b\x3f\x7d\x72\xe5\xe6\ \x4e\x57\x62\x8c\xbc\xc2\x9e\x51\xe2\x0d\xaa\x9b\x94\xbf\xde\x27\ \xd6\xd8\xb2\xfe\x44\x77\x9c\xc4\x77\xb6\x94\xd5\x3d\x4b\x0d\x70\ \xde\x8f\xa1\x26\xa4\xa6\xb4\xee\x08\x29\xdf\xb7\x0b\x7a\x10\xa5\ \x8e\xa2\x70\x6e\x6a\x7e\x32\xc8\xce\x3e\x74\xd6\x28\xf3\xda\x4f\ \x5e\x51\xce\x0a\xaf\x50\x80\xb5\xd5\x77\x9d\x83\x51\x7b\x0e\x1b\ \xcd\x66\xb3\xd9\x6c\xb5\x5a\xde\xfb\x24\x49\xcc\xfb\x53\x7f\x14\ \xc5\x31\xa5\xa6\x7e\x9a\x15\x55\xd9\xed\x76\x2f\x5d\x7a\xef\x3b\ \x5f\xff\xfa\xa7\x7f\xe6\x67\x96\xaf\x5d\xa3\x08\xdd\xbc\x7e\x03\ \x35\xd2\xa3\x4b\x07\x3b\x9c\x61\xe1\x01\x2c\x84\x54\x21\x7d\x6d\ \xb4\x7e\x73\x7f\xc5\x4c\x93\xfd\x19\x72\xf5\xdd\xb7\xd6\xbf\xf1\ \x6a\x7c\x69\x87\x6f\x57\x37\xc6\xd5\x28\xa2\x8d\x2c\xea\x50\x35\ \x43\x5b\x38\x60\x3c\x24\x84\xd1\xb9\xb9\x69\x60\xf8\xa5\x57\xdf\ \xfc\xd1\xab\xef\xe4\xc2\xf3\xa8\xdd\xe9\xce\x51\x9a\x5a\xd6\xcf\ \x7a\x1b\xc5\xfe\x20\xeb\x0f\x4e\x9e\xb9\xef\xfc\x91\xc5\x6a\x6d\ \x10\x85\x41\x1c\x04\x83\x2c\x6b\xb6\xdb\x79\x36\x86\x0f\x72\x72\ \x6b\x27\xfd\x60\x30\x68\xb7\xdb\x35\x76\x50\xca\x20\x84\x3f\x30\ \x52\x92\x5a\x20\x26\x84\xa8\x73\x67\x9c\xf6\x75\xe9\xbf\x73\xea\ \xea\xdf\x4b\xed\x4e\x08\x59\xe8\x2b\x5a\xe6\xb2\x3b\xb7\xd0\x4a\ \xbb\xc5\xa0\xfa\xb5\xaf\xfd\xc6\xff\x6d\xe5\xff\x3e\x19\xe6\xc6\ \x4a\x8a\x30\xb1\xce\xdf\x35\x9d\xef\xbc\x56\xaa\x16\xd7\xd5\x18\ \xa7\x6e\xb8\x6a\xd4\xa3\xa4\xac\x93\x4f\x03\x16\x50\x42\x8c\xb5\ \xde\x58\xc4\x18\xa6\xf4\xed\x0b\xef\xb6\xba\x9d\x8f\x7d\xe2\x85\ \x02\xd3\xa5\xf6\xf4\x52\x77\xba\x49\x83\xa8\xd0\xa2\x28\xd7\xb6\ \x37\xdf\xde\xb8\xb1\xae\xc7\xb6\x1b\x16\x31\x5b\xbe\x76\xe1\xcd\ \x9f\xbe\x95\xed\xf4\x53\x85\x23\x83\x99\xf1\x21\x63\x1e\x20\x08\ \x38\x0e\x02\xa9\x26\x9c\x07\x41\x10\x06\x71\xb2\xdf\x1b\x5e\xbf\ \x71\x6b\x77\xbf\x4f\xc2\x98\xb2\xa0\xd4\x60\x94\x4d\x1a\xe9\xd4\ \x5c\xd3\x8d\xfa\xfb\x37\x57\x41\xd8\xe3\x8f\x9e\xb9\xfa\xea\xb5\ \xa2\xd7\x6f\x52\x86\x28\x06\x87\x28\x26\x75\x06\x66\x8d\x6b\xee\ \x08\xa9\xeb\x27\x56\xed\x47\xb9\x53\x5f\xee\x1c\xf2\xfa\xaf\x08\ \xbf\x2f\xc1\xab\x35\xc0\x35\xdd\x56\x87\xfc\x19\x63\x82\x20\xac\ \x90\x73\x94\x30\xe0\x8b\x73\x07\x74\xa1\xd2\xa5\xf6\x93\x1f\xff\ \xf8\xda\x9f\xfd\x49\xae\xca\xdc\x48\xc0\xe8\x23\x98\xa3\xdf\x89\ \x1c\xac\x27\x3e\x77\xd4\x8d\x35\xf0\xf1\xde\x1b\x6b\xb1\xf3\xf0\ \x01\x5a\xab\xdf\xfd\x95\x2b\x57\xbf\xf1\xf5\xaf\x3f\xff\xc2\x0b\ \x79\x5e\x74\xa6\xba\xf7\x1d\x3b\xbe\x78\x60\x31\x4a\x62\x8d\x8c\ \xc5\x68\x37\xcf\xaf\x6e\x2d\x5f\xd9\xba\x55\x51\x4f\xa7\xe3\x0b\ \x1b\xd7\x2e\xbe\xf3\xba\xbf\xb2\xd3\x12\x18\x79\x5c\x50\xe6\x42\ \x14\x29\xda\x21\x01\x70\xbb\x6b\x45\x4a\x79\x12\x34\x08\xe3\xc3\ \xf1\xf8\xf2\xd5\x1b\x7b\xfd\x41\x10\x25\x18\xf3\x52\x2a\x16\x11\ \x8b\x20\xea\xb4\x5b\x34\xd8\xbb\x74\x8b\xe4\xf2\x81\xa7\x1e\x5f\ \x7f\xe7\x4a\x76\xb9\x37\x15\xc6\x86\x78\xd0\x9a\x02\x46\x1f\xa4\ \x23\xdf\x11\x37\xd6\x08\xae\xfe\x1d\xd4\x92\xd3\x3b\x1d\xd6\x1d\ \x5c\x53\x73\xfe\x4a\xab\xfa\x39\x50\xff\x84\xfa\x87\xd4\x3f\xa7\ \x46\x82\x88\x53\x6d\x35\x0d\x58\xa7\xdd\x69\xb5\xdb\xcf\x3c\xff\ \xc2\xb5\xe5\x1b\xeb\x1b\xab\x61\x1a\x56\x83\x09\x26\x77\xef\x0b\ \xf5\xde\x09\x21\x28\x63\x9d\x4e\xc7\x7c\xe0\x3e\xaf\x5b\xdd\xaa\ \x92\x52\x2a\x6b\x7c\xfd\x34\x06\x84\x9c\xb5\xa3\xd1\xe8\xbf\xfb\ \x9d\xdf\x99\x9a\x9e\x5e\x58\x5c\x2c\x8a\xe2\xd0\xec\xec\xfc\xc1\ \x25\x6c\xac\x17\x16\x90\x85\x00\x6f\x0f\xd6\x2f\x4c\x56\xfb\x89\ \xc9\x4f\x45\x57\x07\x9b\x3f\x78\xf9\xfb\xd7\xfe\xea\xa5\x43\x1b\ \x76\xba\x0c\xa4\xa7\xc1\xdc\x2c\x2e\xb2\xb6\x67\x27\xe6\x0e\x64\ \xa3\xd1\xaa\x1c\x1c\xee\xce\x35\xa7\xa6\x46\x65\xfe\xca\xcb\x3f\ \x79\xed\x9d\x6b\x0e\xa3\xa4\xdb\xd5\x96\x0f\xcb\x49\xbb\x15\x44\ \xcd\xf4\xec\xfc\x99\xfe\x28\x5b\xb9\x7e\xe3\xd1\x73\x4f\xdf\xf3\ \xd8\x83\x6f\xac\x7f\x37\xe2\xb4\x12\x22\x6d\x36\x86\x45\x16\x45\ \x51\xb3\xd9\x2c\x8a\xa2\xae\xf5\x41\x10\x24\x49\x22\x84\xa8\x61\ \x7f\x59\x8a\xc9\x64\x72\xa7\x9a\xd7\x96\xe8\xba\xbe\x00\x00\xc1\ \x78\xbf\xbf\xdf\x6c\x36\x01\x60\x6a\x6a\xaa\x2e\x49\x4a\xa9\x2c\ \xcb\xa6\xa7\xa7\x91\x83\x5e\x99\xd9\x00\xcd\x4c\x75\x9a\xad\xce\ \xe1\xc3\x47\x97\x96\x4e\x7c\xf1\x67\xbf\xf2\x7b\xbf\xfb\xdf\x73\ \x4e\x63\x0a\xa0\x95\xff\x60\xc5\xeb\xdf\x5c\x37\x88\x18\xa5\xf5\ \xfd\xc6\x18\xab\x3b\xf1\x5a\x9b\x96\xe7\xb9\x77\x2e\xe2\x01\x61\ \x0c\x7b\xa4\x95\x06\xe7\x39\x67\x16\xbc\x43\x00\x04\xbd\xf8\xfd\ \xef\xf2\x56\xfa\xcc\xe7\x3f\xd7\x9d\xee\x96\x42\x50\x63\x0b\x65\ \x2f\xde\xbc\x7c\xb5\xbf\x71\x5b\xf4\xa3\xe3\x73\xe3\x62\xfc\xce\ \xf9\x57\x76\xde\x7b\xaf\xd8\xcf\x52\x4b\x99\xc6\x26\x13\x21\xf0\ \x46\xab\x49\x03\x06\x94\x8c\x27\x23\x06\xba\xd5\xee\x12\xca\x2f\ \x5f\xb9\xb6\xb1\xb5\xa3\x9d\x0f\x92\x94\x07\x91\xf1\x40\x30\x09\ \x22\x3e\x1e\x8e\x43\x47\x67\xa6\x67\xfc\x58\x0c\x96\xd7\x4e\xde\ \x77\x7a\xf0\xc0\x89\xbd\x77\xd7\xb5\x44\x22\xe0\x98\x60\x30\xde\ \xda\xf7\xfd\xfd\x77\x8c\x87\xf5\x27\xba\x13\x08\x71\x27\x3e\xb9\ \xd6\x5b\xbf\xaf\x95\x75\x0e\x3c\xae\x7b\xab\xfa\x95\xbf\xfe\x35\ \xe7\x9c\x70\x9a\x69\x85\xb0\x33\x52\x72\xc6\x93\x56\xab\x33\x37\ \xdb\x98\xed\x9e\xdd\x79\xec\xc5\xef\x7c\x2b\x8c\x43\xeb\x2c\x7c\ \x24\x7d\x56\x5d\xbd\xe8\x07\xe6\xc9\x5a\x80\x57\x7f\x98\xf7\x27\ \x5c\x08\xd7\x5d\x98\xb5\x96\xd2\xa0\x46\xfe\xaf\xbe\xfa\x6a\x92\ \xa6\xcf\x3f\xff\x89\x56\xa7\x93\x84\x49\x69\x84\xc7\x2c\xd7\x62\ \xf9\xd6\xe6\x3b\x37\xde\xdb\xc9\x7a\x4b\x27\x8f\xe4\xb2\xbc\x74\ \xf5\xd2\xdb\x57\x2e\x4e\x76\x76\xe7\x2b\x1c\x58\x2a\x85\x68\xa6\ \x49\xab\x93\x34\x14\x08\xd0\x95\x2c\x2d\x71\x38\x98\xb5\x0e\x6d\ \x6d\x6c\xdf\x5e\x59\x55\xd6\xc5\x69\x83\x87\xb1\x47\xd8\x7a\xc4\ \x42\x3e\x2e\x4b\xe6\x51\x32\x9d\x34\x4b\xdf\xbf\xb2\x72\xe0\xc9\ \xd3\xc7\x9e\x79\x74\xf5\xc6\x37\x7d\x96\x19\x12\x52\x83\x18\xc6\ \xa5\x94\xce\xda\xba\x51\xaf\x37\x01\xfd\x35\x17\x9f\xad\x2b\x69\ \x5d\xec\xeb\x7b\xbb\x7e\xca\xd5\x9d\xb0\xf3\xae\x2e\x49\x35\xbf\ \x58\x3f\xab\xef\x4c\xc4\x10\x46\x85\xcd\x8d\xf3\x84\xf8\x66\x23\ \x09\x78\xe0\xb0\x7f\xec\xc9\xa7\xf6\xbe\xb1\x5f\x15\x93\x00\x11\ \xb8\x2b\x53\xe8\xfb\x5b\xba\x00\x3a\xdd\x6e\xb7\xdb\xcd\xb2\x8c\ \x31\xd6\x68\x34\xac\x31\x42\xca\x76\xbb\x5d\xf7\x7d\x71\x2b\xf5\ \xde\xf7\x7a\x3d\x16\x04\x71\x12\x13\xad\x86\xa3\xd1\x7f\xf5\x5f\ \xff\xd7\xff\xfc\x9f\xff\xf3\xe3\xa7\xee\x75\xa2\xc4\x56\x79\x67\ \x51\x1a\x95\x62\xf0\xce\xca\xf5\x77\xf6\x6e\xf9\x23\x0d\x31\x15\ \xbc\xb2\x7a\xe9\xd5\xf3\x2f\xed\xbc\xf4\x6a\x6b\x08\x5d\xda\xed\ \x0f\x87\x2c\x4c\xda\xdd\xe9\x27\x0e\x9d\x98\xa2\x7c\x7f\x73\x7b\ \xc7\x4c\xa6\x67\xa6\xa2\x66\x6b\x67\x34\xfc\xce\x0f\x5f\xd9\xd8\ \xef\x05\x8d\x29\x60\xdc\x78\x1c\x26\x61\xa7\xdb\xad\xf2\x6a\xb7\ \x3f\x6a\x95\xd1\xd9\xfb\x1e\x58\xbe\x7c\xfd\xdc\xb9\xe7\x1f\xff\ \xd8\x73\xb7\xde\xba\x34\x7e\xfb\x36\xa5\x49\x3e\x1a\xc4\xed\x96\ \xcd\xf2\xf5\xf5\xf5\x38\x8e\x6b\xcf\x67\xad\xeb\xad\x2d\xac\x42\ \x0a\xfb\x41\x7e\x68\xfd\xe7\x03\x57\x8a\xa8\x3b\x2f\x0f\x3e\x0c\ \xc3\x3a\x71\x65\x3c\x1e\x3b\xe7\x9a\xcd\xa6\x94\xb2\xd3\xe9\x38\ \xe7\xc0\x3b\x0d\x66\x7f\x32\xbc\x37\x3d\xcc\x39\x99\x9f\x9d\xa9\ \x64\xfe\xe8\xb9\xc7\x5f\x3d\x7f\xfe\xcd\xb7\x5e\x8b\x11\x62\x0c\ \x08\x26\x77\x87\x78\x30\xc6\x51\x9c\xd4\x72\xbb\x3b\x73\x9f\x9a\ \xdc\x34\xc6\x50\xca\x9c\xb1\x4a\x99\x38\x8a\xa2\x38\x96\x42\x56\ \x42\x36\x5b\xcd\xa2\xc8\xc2\x46\xea\xb4\xfa\xfe\x4b\x3f\x14\x93\ \xe2\xb1\xa7\x9f\x6c\x1c\x98\xde\x29\x47\x97\x37\x6f\x95\x4e\x74\ \x16\xa6\x42\xd9\x58\xbd\x7a\xe5\xfa\x95\x2b\xeb\x9b\xab\xde\xe8\ \xd8\xb3\x26\x0a\x88\x30\x4e\x58\x1c\xe3\x71\x91\x61\x81\xd2\x46\ \xd2\x88\xc3\x76\x63\x36\x0c\xa2\x6b\xd7\x6e\x6d\xed\xec\x1a\x0f\ \x1e\x13\xce\x38\x61\x9c\x50\x8a\x30\xc6\x8c\x46\x36\xd0\x1e\x11\ \xc6\x47\xab\x3b\x6f\x7f\xfd\x7b\x5f\x3c\x7d\xe2\xf4\xc7\x9f\x10\ \xef\x2c\xcb\xd5\xc1\x50\x16\x1d\x96\x90\x7a\xf1\x83\x73\x7f\xdd\ \x01\xa7\x94\xaa\xcf\xf0\x1d\xd0\x70\x27\x81\xa4\x86\xf3\xf5\xd7\ \x46\xa9\x9a\xd8\x7a\x7f\x98\xeb\x5c\xdd\xb2\xc5\x71\xac\xb5\x9e\ \x8c\xc7\x2a\x24\xd4\x7b\x67\x0d\xa5\x84\x70\x6e\x30\x5e\xdb\xdd\ \x3e\x7a\xf2\xf8\xfc\xbb\x33\xdb\x2b\xab\x1c\xe1\x8f\xa6\xcf\xf2\ \x00\x75\xe1\xac\xef\xb4\x9a\xff\xab\xc1\x27\x00\x10\x84\xeb\x0f\ \x26\x8d\x56\xca\x44\x31\x25\x9e\x20\x04\x84\xd2\x57\x5e\x79\x25\ \x8e\x1b\xcf\x3c\xf7\x6c\xd2\x6d\xe4\xb6\xbc\xb5\xb3\x7f\x79\xfd\ \xe6\x5a\x7f\x2b\x99\x6e\x81\xa3\x57\x6f\x5e\xb9\x75\xfd\xda\xea\ \xea\x72\x31\xce\x9b\xc0\x43\x1e\xe5\x63\xa1\x26\x55\xcb\x53\x53\ \xb9\x49\xc4\x33\xe4\xc2\x88\x1d\x9f\x9a\xa2\x10\xad\xac\x6e\x6c\ \x6c\x6d\x97\x52\x50\x1e\xc4\x71\x44\xc3\xc0\x02\x0a\x02\x8e\x30\ \x75\xce\x0a\xa4\xbb\x71\x5a\xad\xee\xbe\xf4\x47\x7f\xf1\xc9\xc7\ \x4f\x9c\xfa\xd8\x39\xf9\xfa\xf5\xed\xd7\xae\x68\x61\x0f\xe2\x26\ \x22\x84\x52\xea\x3e\x98\x64\xd5\x42\xa9\xda\xa8\x5d\xcf\x4a\x29\ \xa5\xfa\x03\x07\xed\x9d\x8d\x11\x77\xba\x2d\x00\x84\x11\x38\xeb\ \xfe\x7a\x0b\x56\x07\x50\x08\x21\x08\x25\x0a\x29\x42\xb0\x77\x0a\ \x3b\x2b\xf2\x7c\x7f\x3c\x20\x80\x66\xa7\xa6\xb7\xb2\x89\x2e\xa5\ \x97\xfa\xee\x06\xba\x35\xdb\x9d\x4d\x26\x8d\x46\xc3\x39\x57\x57\ \x9f\xaa\xaa\xea\x51\x74\x4d\x33\xd5\x25\x52\x08\xe1\x31\x4a\x50\ \xe2\xbd\x8f\xe2\x68\x65\x65\xe5\xb7\x7f\xfb\xb7\xff\xe9\x3f\xfd\ \x5f\x1c\x3e\x75\xd8\x20\x53\x28\x79\x6d\xef\xd6\xdb\x5b\x37\xec\ \x14\x9b\x1c\x8f\x76\xe4\xee\xa5\x97\x2f\xbd\xfa\xda\x0f\x8b\x95\ \x9b\xbc\x48\x62\x08\xc6\xe3\xd2\x19\x10\x85\xc2\xb4\xb0\xbd\x1c\ \x35\xd3\x34\xa2\x67\x0e\x1c\x5a\xba\xe7\xf8\xad\x1b\x6b\xdf\xfe\ \xfe\x8f\x7b\xa3\x8a\xc4\x6d\x4c\x92\xa4\xd9\x62\x9c\x59\x27\xa3\ \x06\x93\x76\x8c\x4a\x7f\xf8\xe0\x92\x9a\xe4\xdf\xfa\x8b\xbf\x5c\ \x7a\xf4\xc1\x27\x1e\xfa\xd8\x33\x9f\xfe\xc4\x0f\x6f\xec\x56\x63\ \xe1\x18\x01\x46\xbd\xf7\x9d\x4e\x07\x21\xd4\xeb\xf5\x6a\x6f\x77\ \x9a\xa6\xd6\xda\xdd\xdd\xdd\x28\x8c\xe2\x24\x31\xda\xd6\xbb\xd8\ \xea\x69\x7a\x18\x86\x77\xb2\x56\xa4\x92\x61\xc0\xeb\x29\x6a\x9d\ \x83\x53\x14\x45\x9d\x61\x3c\x1e\x8f\xc1\x7b\x8a\x09\x43\xd6\x94\ \x19\xb3\x16\x19\xad\xac\xdd\xdc\xdd\x7e\xf8\xa9\xc7\x2e\x5c\x7f\ \x77\x30\xda\x0d\x18\x78\xf0\x08\xfd\x8d\x35\x9b\xb5\xca\x4e\x88\ \xaa\x26\x74\xac\xb5\x69\x9a\x02\xd4\xf1\x11\x08\x00\xa4\x12\x11\ \x8f\xac\x33\x5a\xc8\x66\x94\x90\x28\x92\x5a\x6b\x6b\x30\xe7\x0e\ \x21\x05\xae\x2c\xf3\x57\xde\x78\x75\xa5\xd8\x5b\x7a\xec\xbe\xa2\ \x49\xe4\x14\x21\x61\x7a\x7b\xbc\xb3\xfa\xce\xc5\xcd\x8b\x57\xe8\ \xb8\x6c\x70\xaa\x09\x8b\x0c\x42\x42\x9b\x5c\x5a\xa9\x04\xa1\x3c\ \xe0\x51\x18\x10\x0a\x21\x23\xd6\xa2\xcb\x57\x6e\xec\xf7\x7a\xca\ \x3a\xcc\x38\x67\xa1\x03\x50\xce\x86\x34\x04\x0c\xd5\x24\x6b\xc4\ \x51\x32\xd5\x52\x95\xf2\xfd\xc9\xf5\x1f\xbc\x76\xe8\x63\x8f\x3d\ \xf7\xf4\xc7\xec\x67\xb7\x7f\xfc\xaf\xff\x54\x56\xf5\x92\xa5\xf7\ \xbd\xe6\xf5\x88\xaa\x46\xee\x35\x6f\x50\xdf\xb9\x35\xe4\xaf\x8b\ \x4b\x9e\xe7\x49\x92\x7c\x20\xe8\x77\x98\xe0\x3a\x31\xaa\xc6\xa1\ \x77\xe0\xff\x1d\x8b\x38\x72\x1a\x7b\x84\x10\x88\xaa\x94\x4a\xe4\ \xa2\x18\x89\x6c\xd8\xdf\x3f\xba\x78\xa0\x7f\xf5\x06\xd2\xfa\xc3\ \x4c\xb4\x3e\x8c\x4f\x02\x61\x40\x65\x5e\x30\xce\x82\x30\x94\x42\ \xdc\x49\x96\xb7\xae\xde\x19\x15\xc4\x11\xa7\x01\x43\x50\x01\x80\ \xa8\x2a\x46\x59\x9a\xa4\x79\x96\x7d\xef\x3b\xdf\xbb\x76\xfd\xfa\ \xe9\xe7\x1e\x6d\xcd\x75\x6f\xf7\xb6\x4c\x4c\x92\x03\xdd\x7e\x3e\ \x1e\x8d\xf7\x2f\x9c\x3f\x3f\xd8\xda\xa2\xd6\x4e\xb9\x30\x70\x64\ \x82\x84\xd1\xa2\x83\x68\x9c\x59\xc7\x5d\x16\x82\x6f\xd2\x46\x12\ \x44\x65\x75\x75\x6d\x73\x63\x67\x1f\x13\xdc\x48\x5b\x06\xc0\x01\ \xd2\xd6\x60\xc6\xad\xf7\x4a\x14\x3c\xe4\xf3\x07\x16\x06\xfd\xfe\ \x62\x65\x57\x2e\x5c\xfe\xce\x4b\x3f\xf8\xe4\x17\x7f\xe6\xe3\x5f\ \xfc\xdc\x4b\xdb\xf9\xad\x5b\x2b\x01\xb1\x86\x10\xc2\x29\xd2\xa0\ \x95\xb2\xd6\x21\x04\xe0\xbd\xfb\x20\x9a\xbb\x86\xe2\x5a\xeb\x28\ \x0c\x95\xd6\x93\xc9\xa4\xe6\x50\xea\xdf\x16\x21\x04\x03\x72\xde\ \xdd\x59\x65\x53\xff\x32\xea\x7f\x42\x08\x7b\xef\xa3\x98\xe6\xe3\ \x6c\x3c\xec\x19\x51\x0d\xf7\xf6\x28\xa3\x46\xca\xc5\xe9\xb9\x6c\ \x6b\x0b\x03\xe1\x80\xef\x6e\x8e\xee\x9c\x6b\x24\xa9\x33\xb6\xb7\ \xdf\xeb\x74\xda\xe3\xf1\xb8\xd1\x6c\x6a\x63\x4c\x51\x20\xef\xb4\ \xd1\xce\xfb\x28\x4a\x3b\x9d\x0e\x26\xa4\x94\x95\x54\x72\x38\x1e\ \xcd\xcf\xcf\x31\x4c\xae\x5c\x7c\xef\xff\xf8\xbf\xf9\xdf\x3f\xf9\ \xd5\xe7\x4f\x7c\xea\x91\x8d\x72\x72\x55\xec\xe1\x63\x53\x13\x2a\ \xf6\x86\xbb\x17\x7f\xf2\x83\x4b\xaf\xfc\x88\x16\x79\x13\x13\xe5\ \x99\xf5\xb4\x54\xca\xe5\x32\x65\x4c\xf8\x2a\x9c\x6a\x54\x01\x99\ \x69\x24\x47\x79\x7c\xe9\x95\xf3\x7f\x79\xf1\xd2\x64\x24\x83\xb8\ \x63\x58\x42\xa3\xb6\xb6\x14\x23\x1a\x35\xd9\x20\xdb\xf3\xae\x38\ \x79\xea\x14\x51\x78\xb8\xb5\x9b\xcc\x75\xfe\xcd\x7f\xfc\x77\x87\ \x1e\x38\xfb\xec\xb3\x2f\x84\xcb\xc3\x6f\xfc\xfe\xbf\xd7\x31\x2f\ \x55\x35\xd5\x6a\xe6\x79\x6e\x8d\xa3\x94\x56\x55\x89\x31\x66\x9c\ \x19\x6b\x38\xe7\xce\x79\x6b\xac\xa9\x57\x50\x62\x9c\x4d\x26\x52\ \xa9\x03\x07\x0e\x50\x4a\xfb\xbd\x1e\xc2\x98\xf3\xc0\xe3\xf7\xf3\ \x0c\x1a\x8d\x46\xfd\xc5\x9d\xb1\x40\x96\x65\x51\x44\xbb\x21\x5b\ \xbe\xf8\xae\x19\x7f\x2e\xdb\xdb\x85\xa4\x19\x46\x41\xb3\xd3\x3a\ \x72\xe2\xe8\xb5\xeb\x63\xeb\xe4\xdd\xc5\xe9\xdf\x41\xf1\xd6\x5a\ \x5c\x4f\x0f\x28\x51\x52\x5a\xeb\x38\xe7\xb8\x7e\x1e\x18\x63\x95\ \xf1\xb8\x8e\x9b\xa0\x49\x18\x4a\xa9\x10\xc1\x21\xe7\x33\x73\xb3\ \xc7\xef\x3b\x85\x4e\x2f\xd0\x88\xe3\x90\xa8\x2a\x9b\x0c\xfa\x5b\ \x9b\xab\x1b\x2b\xb7\x27\x7b\x3b\x54\x6a\x14\x21\xec\x51\xa0\x11\ \xd5\x1e\x49\xc3\x80\x04\x61\xcc\xc2\x08\x73\x44\x28\xf6\xde\x10\ \x20\xcb\xb7\x56\xb6\x77\xf7\x82\x38\x0a\x43\xe6\x30\x22\x94\xd2\ \x30\x72\x08\xac\xb3\x1e\xa3\x34\x4a\x5a\x69\xba\x39\x19\xa6\xa5\ \x5a\x64\x09\x06\xfe\x67\xff\xf1\x3f\x76\x8f\x1f\x7a\xee\xcb\x9f\ \xb1\x5b\xc3\xef\xbd\xf8\x3d\x5d\x6a\x46\x90\xb6\x56\x6b\x65\x8c\ \xa9\x7d\x4e\xa2\x12\xda\x68\x00\x20\x94\x12\x8c\x19\x63\xd6\x98\ \x3b\x8d\xcb\x9d\xf8\x50\xef\x3d\x38\x00\xfc\xfe\x2b\x35\xbd\x50\ \x17\x9d\x3b\x8b\xd2\xad\x2a\x1b\x2c\xa9\x8c\xde\xdf\xde\x3e\x75\ \xf6\xcc\xc6\xc6\x7a\x63\xae\xcb\x29\x99\x69\x34\xe6\xc2\x38\x84\ \x0f\x45\x2c\x7c\x88\x3d\x36\x08\xc6\xd4\x61\x84\x12\x86\x01\x81\ \x91\x8a\x53\x6a\x01\x9c\xf7\x84\x50\xe3\x2d\xb2\x26\xcf\x73\x1e\ \x45\x24\xe0\xda\x39\xe0\xb4\x00\x4b\xb0\xb3\x29\xee\x2c\x75\x49\ \x9b\x2e\xb3\x7e\x97\x61\x37\xc3\x30\x86\x9d\xad\xf5\xeb\x57\x2e\ \xaf\xdf\xb8\xe9\x8a\xaa\xc5\x63\xd0\x92\xe1\x50\x5b\x6c\xa5\x21\ \x1e\xa1\x80\x69\x8b\xa3\x38\x24\x98\x31\x14\xa8\xc2\xbf\xbb\xb6\ \xbe\x37\x96\xc0\x39\x0d\xb8\x41\x08\x08\x66\x61\x60\xc1\x73\xce\ \xc0\x03\xa5\x2c\x4a\xd2\xc1\xce\x00\x2b\x4b\xe3\xb4\x11\xa2\x77\ \xff\xc3\xb7\x1f\x3a\x7e\xfa\x91\x67\x1f\x5b\xdc\xdb\xbc\xf1\x67\ \xa3\xe5\xff\x1f\x7b\xff\x1d\x6d\x59\x7a\xdd\x07\x62\x7b\x7f\xe9\ \xa4\x7b\x6e\x7a\xef\xdd\x97\x2b\x76\x75\x6e\xa0\x81\x06\x88\xd4\ \x44\x20\x48\x82\x00\x95\x48\x4a\xa2\xb2\xc4\x65\x05\x6b\x28\x6a\ \x1c\x38\x96\xa5\x19\xcd\xf2\x8c\x67\x8d\xbd\xac\x65\x7b\x79\xac\ \xe5\xb1\x64\x52\x1a\x4b\x43\x51\x43\x51\x94\xbc\x4c\x11\x24\x08\ \x10\x24\x40\x22\x34\xd0\x40\x07\x74\xaa\xee\xca\x2f\xbf\x9b\xef\ \x89\x5f\xda\xfe\xe3\xbc\x2a\x34\x02\x8d\x46\x01\x2d\x09\x8d\xf7\ \x5b\xab\xaa\x5e\xa8\xf7\xce\xbd\xdf\xf9\xce\xef\xdb\xe1\xb7\xf7\ \x1e\xe5\x4b\xb9\xf3\x73\x42\x25\xcb\xd2\x10\xe7\x22\x50\xba\x76\ \xce\x1a\x46\x10\x4a\xe9\xac\x05\xce\x04\x48\x42\x50\x81\xd2\x46\ \xd7\x5a\x23\x43\x5d\x6b\x44\xf0\xb7\x53\x8c\x77\x2a\xd4\x5e\x8d\ \xa6\xfa\x42\x62\x40\xf5\x62\xf7\xe6\xbe\x7d\xab\xbb\x76\xf5\xc6\ \xf6\x7d\xf7\xac\x6e\x6e\x2d\xb2\x05\x48\xc9\xc2\x40\x28\x79\x77\ \xd6\x3e\x67\x6c\x54\xe7\xfb\xf5\xfc\x4c\x3f\x8d\x3b\xe9\x70\xff\ \x70\x72\x78\xb4\xd2\x5f\x62\xa5\x69\xa5\xad\x0a\x49\x49\x55\x8c\ \x86\x11\x40\xcc\x94\xad\x75\xaa\x5a\x3c\x92\xde\xc8\x05\x17\xec\ \x9e\xcd\xce\xdb\x1f\xfd\xf2\x92\xbf\xc2\xf6\xe2\x55\x05\x3e\x98\ \x54\x3b\xcf\x5f\xfe\xca\x67\x7e\xef\xe3\xf5\xad\x3d\xe6\x79\x48\ \xb1\x32\xac\x72\x9a\x4a\x08\x35\x37\x4e\x04\x1d\x19\xb4\x68\xb0\ \xa6\xec\x74\x24\xe3\xfe\x93\xbb\xc7\xbf\xfd\x3b\x4f\xcd\x51\xc2\ \x52\xdf\x8b\xa4\xcd\x02\x21\x50\x47\xc0\xa5\x8d\x3d\x07\x10\xd1\ \x85\xf3\xc2\xb3\xab\x47\xbb\x69\x7f\xa9\x1b\xb4\xfc\xce\xec\x77\ \xff\xf9\x3f\xff\x6b\x3f\xf3\x37\x1f\xfe\x13\x1f\x78\x66\x78\xe5\ \xc5\xcf\x3d\x1f\x1b\x06\x85\xe5\xb5\x2f\xea\xcc\x09\x0e\x5c\x0a\ \x08\x27\x3b\x73\xa8\x7c\xda\x8b\x33\xca\x44\x90\x44\xad\xb8\x09\ \x43\xc4\xed\x84\x72\x24\x46\x2f\x5f\x7b\xa5\x9d\xa6\x8c\xf3\x45\ \x3e\xe7\xb2\xe9\xe4\xa0\x83\xa0\x57\x14\x45\x10\xc8\x20\x90\xc6\ \x58\x22\x8f\x08\x81\x00\x13\xf0\x67\x5f\xdc\xbb\x7e\x98\x6d\x5c\ \x9f\x59\x3b\x7c\xe4\x03\xef\xc8\x23\x13\xae\xb5\x5a\x57\xc2\x55\ \xde\xe5\x78\x97\x8c\x0f\x08\xde\x3a\x60\xbe\x25\x02\x81\x4c\x68\ \x2f\x49\x20\xc7\x40\x45\x95\xa9\x0a\x5d\xc5\x3a\x90\x56\xd5\x12\ \x6a\x43\x79\x40\xbe\x1d\x04\x83\xc1\xd6\x03\x17\xb7\x1f\xb8\xb8\ \xb4\xb1\xaa\xa2\xb0\x2e\x26\x65\x9e\xef\xde\xba\xb1\x73\xed\xfa\ \xfe\xce\xad\x3a\x2f\x74\x59\x06\x8e\x31\x16\x7a\x04\xb0\x40\xda\ \x05\x9e\x79\xe7\x4d\x5d\xa7\x71\x22\x04\x53\x41\xd0\x6a\xb5\x5c\ \x55\xdf\xbc\x7e\xb0\x33\x9c\x89\x28\x30\x48\x92\x03\x53\x42\xc5\ \x81\x63\x44\x44\xce\xda\x38\x4c\x82\x80\xcf\xab\xa9\xd1\xa5\x09\ \xd5\x4c\x28\xeb\xc0\x3d\xbd\xf3\xe2\xaf\x7c\xec\xed\x7f\xe1\x2f\ \xbc\xe5\x2f\x7d\xe4\xf2\x8a\xde\xff\x17\x9f\xce\x46\x53\x21\x15\ \x67\xdc\x30\x66\x19\x38\x02\x10\x48\x0e\x85\x83\x40\x29\x8d\xde\ \x3a\x27\x03\xe5\xbc\x13\x42\x84\x71\xd4\x4c\x3c\x05\x86\xce\x38\ \x02\xe2\xc0\xef\xcc\x93\x68\x6c\x6a\xa5\x94\x31\xa6\x09\x3a\xb6\ \x88\x81\x71\x4c\x8a\xbd\xe1\xf1\x64\x32\x2d\x46\xb6\x15\x27\xf7\ \x9f\xbd\xf8\xd2\xbc\x80\x4e\x6a\x95\x78\x2d\xab\xfe\x9a\xf4\x3b\ \x8c\x28\x92\x81\x02\xc6\x6a\x27\x2d\x06\xc8\x00\x59\x6d\x35\x43\ \xe6\x9d\xe7\x8e\x58\x6d\x85\x02\xcd\x31\x77\xc6\x4a\xd6\x5a\xed\ \xaf\x5f\x3a\x7b\xf6\xbe\x0b\x6b\x67\xd6\x51\xf2\x09\xcb\x27\xe3\ \xc9\xe8\xf8\x70\xef\xda\x8d\xe3\x5b\xfb\xe5\x6c\x21\x2d\x49\x11\ \x71\x4b\xc8\x54\x65\x1d\x82\x50\x84\x4e\x3b\xc3\x91\x5a\x21\x8f\ \xc2\x76\x14\xeb\x52\x1f\x4d\xc7\xfb\x8b\x82\x80\x4b\x8e\x16\x40\ \x4a\xa1\xc2\xd0\x03\x09\xce\x4d\x5d\x2b\x21\x3b\x71\x32\xcb\xb2\ \x5a\x9b\x25\x19\x95\x04\xce\x01\x5d\x1b\x7e\xfc\x9f\xfd\xea\xda\ \xcf\xff\xec\xbb\x7e\xfa\x8f\x52\xc4\x3f\xf3\xeb\x1f\x9d\x7e\x65\ \xde\x11\xb1\x45\x10\x41\x64\x01\xb3\x4a\xa7\xad\x04\x00\x25\x12\ \xe7\x58\xd7\x15\xe7\x52\x05\xaa\x11\x43\x06\x61\xd8\x18\x93\x5c\ \xf0\x13\xa9\x21\x43\xce\x79\x23\xda\x6e\xa2\xd1\x8d\xd2\xe7\x64\ \xc0\x08\xe7\x5e\x43\x1a\x77\xab\xa2\x7a\xfe\xb9\x97\x06\x67\xcf\ \x18\xa2\x95\xd5\x95\x60\xef\xa6\x01\xd0\x40\xaf\x31\xbc\xff\xcd\ \x4d\x1e\xa0\x24\x6d\xb5\xbb\x9d\xd9\x64\x1a\x2a\x45\x1e\x7b\xed\ \x8e\x37\xae\xac\xeb\x45\x9e\xb5\x65\xbb\xd4\x65\x56\x97\x71\x1a\ \x6a\xce\x16\xc6\x06\xed\xf6\xf6\xc3\xf7\xfc\xe0\xdb\x1f\x1c\xbc\ \xe3\x3e\x3e\xe8\xdc\x80\xd9\x35\xd8\xdd\xdb\xb9\x7a\xeb\xf9\x67\ \xaf\xbf\xf8\xf4\xe1\xfe\x4e\xbd\x58\xa0\x52\xc2\x72\xf2\xbc\xb2\ \x04\x2e\xe3\x35\x52\x6e\xdb\x71\x4b\x46\x52\xb6\x28\x4d\x30\x56\ \xfd\x5b\x87\x47\x1f\x7d\xe2\x79\x2f\x5b\x09\x8a\x89\x08\xa3\x56\ \xdc\x67\x89\x88\xd4\x10\x6b\x06\x80\xb9\x3e\xb3\xb9\xb9\x27\xfc\ \xde\xf5\x3d\x4a\xa2\xaa\x13\xe5\xda\xc6\x8b\xfa\xc9\x8f\x7f\xec\ \xbe\xc7\x1f\x7c\xe4\xd2\xbb\x7f\xfc\x6f\xfe\x4c\xd8\xfe\xb7\x97\ \x3f\xf6\xc5\xc3\x79\xb9\xdc\x4d\x5b\xe0\x2c\xc3\x51\x5e\xc6\xfd\ \x25\x86\x51\x10\x04\x5c\x9a\x28\x49\x77\x76\x87\xcb\x4b\xeb\xc0\ \x99\xae\x2a\xce\x79\xda\x4d\x2b\x5d\x6f\x6e\x6d\x36\xad\x29\xc3\ \xb8\x69\x54\xc6\x01\xe8\xe8\xe8\x70\x79\x79\x59\x4a\x61\xad\xcb\ \xf3\x45\x93\x53\x07\x70\x3c\x90\xad\xf5\xf5\x5f\xfc\x97\xff\xf6\ \xde\xb5\xfb\x36\x97\xbb\x52\xf2\xc1\xc6\xa0\x80\x0a\x8d\xef\x61\ \x88\x77\x59\x8f\x4b\x00\x48\xc0\x08\x18\x20\xf3\x40\xd6\x7b\x26\ \xb8\x05\xb4\xde\x14\x64\x6a\x4e\xd8\x8d\x83\x20\x51\x4b\xad\xcd\ \x73\x1b\xcb\x17\xb7\x92\xed\xe5\xf6\xe6\x72\xb4\xdc\x76\x92\x86\ \xb3\xc9\x74\x78\xb3\x78\xe6\xb9\xdd\x9d\x9d\xc3\x83\x03\x53\x69\ \x06\x88\x9e\x14\x97\x00\x9c\xac\x03\x02\xe7\x3c\x81\x73\xd6\xb9\ \xaa\x92\x40\x51\x1c\x86\x49\x8c\x52\xec\x1f\x0d\x27\x87\xc7\xb6\ \xd2\xa2\x95\x70\x25\xa5\x92\x4c\x08\xe3\x2d\x0a\x46\xd6\x84\x41\ \x08\x00\x8a\x61\x65\xab\xd2\xe4\x11\x17\xa0\xe4\x88\x9c\x2b\xed\ \x2a\x57\x87\x9f\x7d\xf6\x93\x83\x8f\xbd\xe9\x8f\xbc\xf7\xdd\x7f\ \xee\x8f\xee\x8b\xde\x67\x7e\xe5\x37\xa6\x87\xe3\xd8\x70\x09\x52\ \x12\xcf\x6b\x0d\x4c\xa0\xe0\x8e\xac\x06\x57\x96\xa5\x90\x32\x8a\ \xa3\xc5\x7c\x51\xd5\xb5\x10\xc2\x58\x2b\xe5\x49\x3b\xe3\x26\x3b\ \xd4\xf8\x01\x4d\x5c\xe5\x4e\x1b\xe9\x93\x3e\x61\x5c\x21\x97\xb2\ \x1b\xef\x1f\x1c\x7f\xf6\xf3\x9f\x7b\xfc\xfd\xef\x77\x95\x89\xc3\ \x38\xed\xf7\x87\xa6\x2e\xfd\x6b\xea\x74\xfa\xad\xe7\x85\x72\xc0\ \x75\x17\x04\x4e\x72\x87\x48\x0c\x89\x05\x3c\xb0\xe4\xbd\xd1\xde\ \xd9\x80\x23\x08\x56\x22\x58\xee\xc3\xa5\xce\xa5\xf3\x0f\xac\x3f\ \x70\x7e\xf5\xde\xb3\x72\x29\x35\x0a\xf6\xf3\xd9\xf1\xf8\x38\x7b\ \xf9\x95\xfd\x9d\xdd\xfd\x9d\x5d\x5b\xd6\x91\x50\x92\x09\x40\xdb\ \x54\x59\x5a\xad\xbd\x05\x66\xc1\xd6\x15\xf3\x3e\x8c\x82\x34\x69\ \x05\x52\x4d\xe6\xb3\xbd\xe3\x83\x79\x59\x08\x29\xa2\x38\x52\x2a\ \x20\x22\x86\x8c\x33\xc6\x45\xd3\x56\x32\x96\x52\x56\x75\xe5\xbc\ \x63\x82\xa3\xe0\xde\x68\x6b\xbd\x90\x38\xdc\xdb\xff\xdd\xdf\xfc\ \xd8\xfb\x3e\xf8\x81\x1f\xfd\xb1\x0f\xf5\x83\xf8\xb3\xfa\x37\xf7\ \xae\xec\x82\x07\x04\x16\xf0\x20\x20\xe6\xeb\x8a\x11\x79\xf0\xa5\ \xb1\xc6\x5a\xe0\x27\x0e\x94\x31\xa6\x29\xad\x6c\x52\x18\x77\xc2\ \x6f\x4d\x4f\xbf\x3b\xbd\xb8\x1a\x39\x4f\x43\x40\x08\x18\x84\xca\ \x21\x2f\xb2\xfc\x73\x4f\x7c\xf6\x87\x96\xbb\xc0\x80\x80\x88\x3c\ \x90\x23\xe7\x91\xb1\xbb\x23\x1d\xe7\xfd\x20\x4e\x37\xe3\xee\x72\ \x90\x14\x3a\x03\xa4\x68\xa5\xc3\x92\xb8\x98\x8f\x6b\xc6\x65\xd2\ \x9b\x5a\x4b\x9d\x74\xde\x0a\x69\x39\xd9\x7a\xf4\xfe\xfb\x1e\x79\ \xe8\x4d\x6f\x7d\xf3\xd2\xe6\xa0\x94\xb4\x03\xe3\xeb\xe5\x8d\x67\ \x86\x2f\x3f\x73\xf5\x99\x1b\x5f\xf9\x4a\x76\xb4\x4f\x75\xee\xbd\ \x53\x71\x8c\x06\x84\x47\xe6\xc1\x69\x0d\xc6\x91\xb1\xc5\xbc\x5c\ \x5e\xee\x2c\xad\xac\x25\x83\xb0\xaa\x16\x5f\xf9\xf2\x2b\x47\xc7\ \xf3\xc2\x40\x2b\x8a\xda\xed\xb6\x58\x4e\xea\xb2\xf6\x40\x4a\x05\ \x6d\xa5\x24\xe2\x5a\x2f\xd0\xe0\xa7\xe3\x11\x57\x52\x46\x91\x94\ \x62\x3a\x9f\x83\xe2\x1a\xf4\x93\x2f\x7e\xc9\x2c\x87\x6f\xed\x3d\ \xf6\xa7\xfe\xcc\x4f\xff\x4e\xd2\xf9\xe8\x6f\x7c\xe2\x70\xff\xe6\ \x56\x90\x04\x1e\x03\x06\xb3\x6a\xc6\xc2\xc8\xd8\xaa\x6d\x1d\x3b\ \x98\xb5\x82\x18\x19\x0a\xc6\x87\x8b\x45\x93\xc9\x72\xce\xb5\xdb\ \xed\xb2\x2c\xcf\x9d\x3b\x77\x70\x70\x80\x88\x45\x51\xc6\x71\xdc\ \xf4\x09\x50\x4a\xcd\x66\xe3\xa6\xe6\xde\x5a\x97\x24\x71\x2c\xd8\ \xb8\xb4\x2f\x3e\xff\xec\xaf\xfd\xfa\xbf\xf9\xcf\x7e\xfe\xe7\xe6\ \x26\x2f\x7c\x55\xd4\x15\x8b\x42\x4b\x12\x10\xef\x82\xf0\x89\x80\ \x71\xce\x3a\xa9\x65\xac\x64\xcc\x7a\x4b\x0c\x2d\x23\x95\x84\x61\ \x2f\x6d\x75\xd3\xed\xe5\x3e\x3f\xbb\x91\x9e\xd9\xd8\xda\xdc\xe8\ \xf4\xba\x8e\xac\xb1\xb5\x37\xe6\x60\xf7\xd6\xe8\xf0\x60\xe7\xfa\ \x8d\x83\xdd\x3d\x3d\x3e\x76\xd6\x0a\xce\xa3\x38\x31\x65\xe5\xbc\ \x61\x80\xc8\x10\x18\x3a\x63\xc1\x7b\x49\xcc\x56\x45\x40\xd0\xef\ \xf5\xa3\x38\x36\x40\xbb\x3b\xb7\x46\xc3\x11\xf3\xd0\x69\xb5\x1a\ \xe5\x45\x10\x86\xc8\x58\x9d\xd5\xa6\xd6\x9c\xb3\x56\x14\x33\x84\ \xba\xaa\xa9\x36\x82\xb8\x35\x9e\x0b\x2f\x19\x27\xf2\x59\x59\x25\ \xe0\x77\x6e\xdd\x98\x7e\xe2\x77\xde\xf4\xf8\x3b\x97\xde\xf7\xe6\ \xfb\x63\x7c\xe9\xe3\x9f\x2d\x5f\xbc\xa5\xe6\x56\xd6\xb6\x07\xdc\ \x5b\x5f\x80\x9b\x9a\x82\x59\x96\x8a\xc0\x5a\x9b\x67\x79\xa3\xb9\ \x6f\xfc\xca\x3b\xd1\x9c\xc6\xab\x6a\x08\xa8\x31\xf3\xef\x08\x79\ \xa4\x94\xde\x93\xe7\x82\x23\x73\xd6\x85\x51\x78\x38\x3c\xba\x72\ \xf3\xda\xf2\x99\xb5\xe3\xf9\xa4\xac\x4b\xf2\x8e\xbf\xb6\x55\x7f\ \x4d\x71\x65\xf0\x1e\x9d\xb7\x04\xc4\x88\x4b\x59\xd8\xda\x00\xd5\ \x01\x0b\xda\xad\x4e\xbb\xeb\xb6\x7b\xea\xdc\xca\xf9\xed\xb3\x2b\ \xeb\x83\x4e\xaf\xad\xe2\xa0\xf6\x7a\x34\x1b\xed\x5f\x3b\xbc\x72\ \xe3\xda\xfe\xc1\xbe\xdd\xd9\x43\x4f\x01\x63\x61\x10\xb9\x4a\x63\ \x93\xe0\xf4\xe4\x00\x2c\x79\x74\xe4\x2b\x0b\xda\xf6\xda\xdd\x7e\ \xda\x26\xa2\xfd\xa3\x83\xdd\x83\x83\xda\x99\xa0\x95\x78\xce\x49\ \x30\x11\x28\x63\x8c\x23\xdf\x38\xa5\x51\x18\x46\x51\x94\x17\x45\ \x9e\xe7\xa4\xa4\xe3\x0c\x10\xc8\x7a\x06\x36\x62\x60\xb3\x6a\xe7\ \xf2\x2b\x9f\x12\xf0\x43\x3f\xf8\xde\x8b\x8f\x3d\x52\xd9\xfa\xcb\ \x9f\xf9\xc2\xad\x17\xae\xd0\xd4\x48\xf0\xdc\x3a\xb4\x4c\x30\x5e\ \x96\xa5\x05\x1f\xc7\x91\xf5\x36\xcb\xb2\x66\x71\x9b\x89\xa0\x8d\ \x6d\x79\xd2\x0a\x03\xf1\x4e\x0c\xa8\xb9\x43\xcd\xa7\x4d\xfe\xc5\ \x5a\xab\x17\x86\x03\xb6\x5a\x2d\xed\xfd\x8b\x2f\xbf\x78\xe6\xa1\ \x7b\xae\xdf\xb8\x76\x3c\x3c\x66\x9c\x7b\xeb\xe0\xee\x87\xc7\x01\ \x07\x00\x63\x8a\x3c\x2f\x8d\x0e\xa3\xa8\xe2\x94\x15\xb3\x09\xd9\ \xb0\x9b\x9e\xb9\x70\x2e\x4a\xd3\xde\x60\xf3\xbe\x47\x1f\x59\xbd\ \xf7\x02\xeb\x45\x31\x4f\x4a\x28\xaf\xc0\xec\x7a\x71\xfd\xa9\xeb\ \x5f\x79\xf6\xea\xf3\xaf\xec\xbc\x32\x9b\x0d\x85\xb1\x69\x80\x0c\ \x65\x55\x59\x00\x04\x04\x06\x80\x9e\xd0\x01\x33\xde\xe7\x65\x27\ \x8e\x36\x57\xd7\x82\x4e\x77\x38\x1b\x7d\xfe\x53\x5f\x5e\xec\xd5\ \xdd\xbe\x60\x51\xa2\x92\x44\x26\x81\x4c\xc2\x22\x2f\xac\xb7\xae\ \x36\x61\x12\xaf\xf4\xba\x7c\x9e\x1f\x1e\xec\x9b\xc4\x19\x64\x46\ \x57\x60\x8c\x61\x54\x30\x3b\x2f\xa6\x47\xe3\x83\x27\x6f\x3d\x93\ \xa3\xfb\xb1\xee\xdb\xde\xf4\xc3\x6f\x3f\xda\x0c\xaf\xff\xee\x67\ \xf2\x97\xae\x57\xc7\x59\xda\xeb\x1f\xe4\x35\x0a\x45\x91\x38\xd8\ \x3b\x3a\x23\x85\x6a\xc5\x37\xf6\xf6\xe2\x30\xac\xaa\x6a\x7d\x7d\ \x7d\x3a\x9d\x2a\xa5\x6e\xdd\xba\x35\x18\x0c\x5e\x79\xe5\x95\x26\ \x75\xdd\xf4\x8d\x6e\xf2\xbe\x77\x0a\xa6\x83\x20\x28\x8a\xe9\x7c\ \x66\x2b\xab\x3b\x49\xfa\x03\x6f\x7b\xdb\xe7\x9f\x7e\xf2\xb3\x2f\ \x7c\xf9\xf1\x87\xfb\x2f\xee\xbe\x52\x5a\x6d\x18\xcc\x6a\x7d\x97\ \x4e\x96\xf7\x22\x0c\xd6\x1f\x79\x38\x8a\xc2\xa4\xdd\x92\x71\xc0\ \x43\xa9\x3a\x49\xd8\x4b\xa3\x7e\x27\xea\xa6\x49\xbb\x95\x77\x83\ \x42\x50\x51\x14\x47\xb3\xbd\x6a\x3e\xcb\xc7\xd3\xd1\xde\xee\x7c\ \xff\xb0\x9a\xcc\xb0\xd6\xe0\x9c\xe0\x5c\x70\x0e\xce\x1b\xad\x19\ \xc3\x46\x12\x03\x74\x32\x7a\x97\x79\x80\xda\x70\x0f\xbd\x4e\x37\ \x89\xe2\xbc\xc8\x8f\x66\xb3\xe3\xe9\x18\x85\x90\x52\x69\x06\x86\ \x91\x62\xe0\x80\xd0\xbb\x6e\xa7\xdb\x8a\x93\xaa\x28\x04\x01\x47\ \x86\x5c\x7a\xd0\x0c\x48\x4a\x01\xc8\xbd\xf5\x0c\x50\x09\x31\x9d\ \x4c\xfa\x79\x7e\x70\xf9\x25\x1d\xe3\xbd\xef\x7e\x47\xff\xed\x97\ \x1e\xed\xc5\x57\x7f\xe7\x0b\x7b\x9f\x7b\x56\x8c\x2b\xcc\xb5\xf4\ \x8a\x07\x61\x2c\x05\x00\xbb\xd3\x56\xb9\xc9\x90\x34\x03\x54\xee\ \x48\xc6\x1a\xa5\x52\x73\xbe\x36\xe5\x8a\xcd\x7f\x6b\x62\x3d\xc6\ \x1a\xed\x0c\x3a\x04\xc2\x38\x89\xc0\xbb\xa7\x5e\x78\xfa\xfc\x9b\ \xef\x2b\xa8\x3c\x38\xd8\x41\x06\x4d\xed\xd4\x77\x83\x77\x18\xe4\ \x6d\x55\x2b\x59\x3b\x6b\x19\xe3\x89\x8c\x7a\xbd\x74\x75\x65\x79\ \xa9\xdb\xdf\x58\xeb\xf5\x97\xf0\x9e\x55\xbd\x1c\x0b\xeb\x8e\x8b\ \x62\x77\x7a\xb4\xb8\x71\xb4\x38\x3a\xda\xbf\x76\x33\x9b\x4c\xb3\ \xd9\xcc\xd4\x26\x0d\xb8\x35\x46\x3b\x87\x04\x64\x1d\x3a\x22\x6b\ \xc9\x39\x72\xde\x1a\xcb\x0b\x1f\x94\x10\x04\x01\x43\x98\x4c\x26\ \xa3\xe1\x70\x3c\x9a\x01\x80\xe8\x84\xda\x3b\x53\xe9\xbc\x36\x1e\ \x90\x9c\x63\x80\x1c\xd0\x59\xd7\x8a\x93\xaa\xac\x8a\xbc\x10\x52\ \x14\xce\x56\x64\x32\xeb\x82\xd2\xa0\xb3\x75\x69\x2b\x61\x5a\xf3\ \xc1\xe5\x97\x5f\x9a\xd6\xd9\x8f\xfe\xd8\x8f\xca\xb7\x6c\xde\xbb\ \x1d\xc8\xcf\x76\x5f\xfa\xc4\x17\x67\x7b\x73\x3e\xd7\x2d\x50\x92\ \xb8\x25\xaf\xc9\x21\x17\x5a\x17\x8d\xfd\xe2\x5c\x13\x4b\xe3\xd6\ \x3a\xce\x39\x91\xb7\xce\x05\x4a\x31\xc6\x6a\xad\x8d\xd6\xb7\x53\ \x5d\xac\x89\x4a\xd4\x75\xad\x8d\x41\x22\x25\x15\x10\x5a\xf0\xbb\ \x2f\x7c\x65\xed\xbe\xb3\xdd\xc1\xd2\xad\x83\xdd\xc9\x74\xea\x8c\ \x69\xdc\xb7\xbb\x53\xaf\xc9\x6e\xda\x3a\xbb\xea\x85\x72\x9a\x53\ \x3b\x65\x71\xfc\xe0\x03\x0f\x7c\x70\x7b\x7b\x69\xb0\xda\x5b\x59\ \x5e\xdf\xd8\x0c\x93\xa5\x19\xc0\x3e\xe4\xbb\x30\x1c\xda\x5b\x37\ \x27\x57\xaf\xec\xbc\xf0\xc2\x95\x67\x76\x87\xb7\xa0\x9e\x03\x78\ \x9e\x48\xa1\x5d\x3e\x5b\x30\xad\x19\x67\x55\xa1\x7d\x45\x58\x12\ \xcb\x3d\x55\xce\x4f\x8a\xb8\x80\x73\x1b\xe7\xb9\xb7\x4f\x3f\xfd\ \xf4\x33\x2f\xdc\x84\x0a\xa4\x80\xda\x71\x27\x83\xa3\xc5\x0c\x94\ \xcd\x0b\xc7\x05\xb6\xe3\xb4\x2e\xeb\x4e\xb4\xac\x84\xd4\xb5\xee\ \x77\x7b\x43\x9a\x07\x71\x6c\xb2\x9a\x19\x57\x3b\x5d\xe8\xcc\xd8\ \xe9\x70\xb4\x37\x3b\x16\x7b\xf5\x78\xe3\x81\xf0\xcc\xd2\xe6\xd6\ \xe3\x0f\x27\x9b\xd1\x73\xbf\xf5\xbb\xd9\xd3\x57\x26\x97\xf7\xd0\ \x04\x45\x51\xa6\xdd\x8e\x47\x06\x32\xc8\x8b\xa2\x28\x0a\x67\x0c\ \x02\x1e\x1c\x1c\xcc\xa6\xd3\xd5\xd5\xd5\x3c\xcb\xc6\x9c\xcf\xe6\ \xf3\x76\xda\x6e\x86\x0b\x65\x59\x66\x8c\x11\x9c\x13\x51\x14\x86\ \xce\xda\xc5\x7c\x71\x7c\x7c\xa4\x04\x0b\x82\x20\x91\xf1\x7c\x3e\ \xd9\x99\xec\xfd\xe3\x5f\xfb\x67\xdd\xc7\xcf\x3e\x77\xeb\xa5\xd1\ \x6c\x2c\x89\x6a\x7e\x97\x5d\x00\x9c\x73\xad\x7e\xff\x83\x7f\xf5\ \x2f\x4a\xce\x55\x14\x38\x0e\x16\x5c\x0d\xde\x29\xd0\x60\x73\xf0\ \xbb\xf9\x44\x5f\x3f\xd2\xf3\xf9\x70\x3c\x3a\x3e\x3a\x98\x4e\xc6\ \x55\x5e\x78\x6b\x24\x43\x4e\x1e\x09\x19\x90\xb7\xe6\x44\xf5\xac\ \xb5\x33\x96\x11\x80\xf3\x64\x9c\x33\xd6\x79\x27\xb4\x87\x79\xd5\ \x42\x59\xf9\x62\x7a\x78\x3c\x2d\xf2\xa2\x30\x10\x03\x26\x21\x05\ \xb2\xbf\xba\xd6\xe9\xae\x04\x41\xd8\x4d\xd2\xd9\x68\x3c\x3e\x1e\ \x71\x60\xbe\x76\xf3\x7a\x7a\xd2\xc5\xb9\xae\x54\xa0\x64\xcc\xab\ \xda\x5a\x22\x26\x58\x5d\x2f\x7c\x69\xf7\xf6\xf7\x70\xab\xb3\x7f\ \xb8\xbf\x74\x74\xb0\xb2\x3a\x30\xe7\xfa\x1b\x1f\x79\x4c\x5c\x58\ \xba\xf5\xc5\xe7\x67\xcf\xdf\xb4\xbb\x93\x34\x17\x29\x06\x80\x7c\ \x44\x19\x6b\x7a\xbb\x13\x15\x45\x51\xd7\x5a\x4a\xd1\x74\x77\x75\ \xce\x21\x42\x93\x53\xd7\xda\x78\xef\x18\x3f\xc9\x6d\x35\x65\x74\ \x59\x91\xd7\x64\x13\x1e\x48\x26\x8a\xaa\xca\xc8\x56\x92\xfe\xe0\ \xd9\x2f\xde\x73\xe1\xdc\xf8\x78\x7f\x3c\x19\x5b\x6b\xf1\x3b\xcf\ \x67\x79\xe7\xe3\x24\xf9\x89\xbf\xf8\xd3\x41\x18\xb1\x40\x88\x38\ \x56\x69\x4b\xa5\xad\xa8\xdb\xc6\x30\x20\x21\x1c\x90\x93\x50\x69\ \x5d\x65\xf3\x72\x66\xf2\x49\xad\x26\x26\xad\xd5\xea\xd2\xb6\x5c\ \x39\x87\x00\x9c\x71\x66\xb4\xb5\xd6\x3b\xdf\xb8\x8c\x48\xe0\xbd\ \x27\xeb\x1a\x33\x0e\x4b\x1b\x18\x8c\xa3\x58\x72\x91\x65\xd9\x74\ \x3a\x23\x20\x19\x85\x42\x2a\xe3\x9d\x50\x32\x0c\xe3\x34\x4d\x91\ \x88\x11\x48\x2e\x3c\xd1\x89\x86\x12\xc8\x18\x83\x81\x2a\xc1\x87\ \x0e\xb9\xb6\xcc\x39\x0d\xb6\x8e\x45\xb4\xb9\x1c\xac\x76\x5d\x28\ \x96\x72\xb6\xda\xdb\x1e\x5a\xf5\xc0\xbb\x57\x3e\xb8\xf9\xa6\xfd\ \xa7\x5f\xc9\x6f\x0c\xb9\x01\x0e\x5c\xa8\x40\x7b\xeb\x11\x18\x23\ \xef\x1c\x17\xa2\x11\x47\x21\xa2\x77\xae\x51\x58\x51\xe3\xe8\x7a\ \x72\xde\x79\xe7\x39\x67\x4d\x0e\xcb\x79\x27\x38\x37\xc6\x7a\xef\ \xa3\x30\x02\x80\xa2\xcc\x1d\x91\x68\x45\xfd\x8d\xc1\xf2\xea\x60\ \xad\x95\x8c\xfa\x2b\xca\xc3\xf9\xf3\xe7\xed\x5d\x4d\x71\xb2\x5a\ \xbf\xf9\x5d\xef\xb8\xff\x9d\x6f\x89\xe2\x44\x28\xd5\x5f\x5e\x11\ \x4a\x85\x51\xac\x64\x10\x8a\xc8\x3a\x83\xc4\x26\x8b\xc5\xcc\xe6\ \x25\x64\x65\x71\xb8\x7f\x78\xe5\xf0\xf0\x5a\xe0\x8a\x37\x07\x9b\ \x6f\xda\x5a\x25\x4e\xd2\x03\x2b\x34\xd5\x5a\x2e\x91\xd7\xc6\xd6\ \x16\x10\x5d\xed\x51\x03\xd3\x80\xda\x9b\xe9\x7c\x53\x75\x2e\x75\ \xb7\x0e\xf7\x87\x75\xdc\x59\x5a\xbb\xa8\xb8\x4c\xc3\xc8\x03\xab\ \x43\x15\x86\x62\x7d\x7d\x09\xfa\x6d\x5f\x98\xed\xa0\x03\x8e\x8e\ \xf2\x79\x1a\xc7\xc1\xd6\xa5\x49\xbd\xb8\x14\x23\x57\x01\xe5\x5a\ \x49\x35\x29\x33\x4d\x95\xc0\xba\xdb\x5d\x92\xe1\x3a\x60\xa8\x26\ \x7a\xb5\x1f\xdf\x07\x7c\xb2\x7a\xee\xec\x1f\xff\x89\xd9\xa5\xeb\ \x7b\x9f\x79\x01\x46\xc6\x18\x64\xa1\xea\xbe\xed\xad\x2e\x5f\x78\ \x84\x7b\xac\x43\x84\x20\x08\x0f\x0e\x0e\x92\x24\x11\x9c\x97\x55\ \x99\xa6\x69\x59\x94\x52\xc9\x66\x4a\x2f\x01\x38\xd7\xb4\x0a\xd0\ \x81\x52\xc6\x1a\xce\xf8\xfd\x65\xc9\x05\xeb\x77\x7b\x65\xa1\xf3\ \xba\x7c\x7b\xf4\xf6\xde\xd9\xe5\x7c\x92\x0f\x78\xf7\xc1\xd5\x7b\ \xc2\x16\xb6\x21\x46\x76\x77\xf5\xe8\xa4\x24\x3f\x37\x58\xe1\x88\ \xc8\x99\xb6\xb5\xb1\x46\x5b\x53\xe7\xba\xa8\x8a\xda\xd4\x7a\x36\ \xeb\x1e\xcd\x65\x5e\xae\x54\x78\x0f\x5f\xc1\xf5\x35\x14\x8c\x90\ \x80\xa3\xf1\x0e\x10\x84\xe0\xa0\xad\xae\x35\x79\x2f\x18\x77\xc6\ \x30\x42\x22\xef\xad\xf3\xd6\x01\x00\x33\x1e\x73\x1d\xcb\x80\x19\ \x9a\x4d\x27\x96\xa1\x57\xb2\xbb\xba\x3c\x58\x5f\x27\xef\xbd\xf7\ \xdd\xf6\x52\x55\x94\xe0\x7c\xbd\x5e\xd6\x45\xd9\x0a\xa3\x22\xcb\ \x9d\xb5\xb7\x3b\x90\x41\xab\xd5\xb2\x40\x95\xb3\x2a\x0a\x7b\xfd\ \x1e\x4a\x38\xcc\x26\x36\xc6\xcd\x87\x2e\xb1\x76\x68\xaf\xcc\x06\ \x55\xeb\xe2\xca\x66\xb6\xd5\xcf\xdb\x1b\xfe\xde\x47\xe7\xaf\xec\ \x4e\x5f\xb8\x09\xc7\x45\xa4\x11\x91\x2d\xd0\x35\x07\x1b\x32\x04\ \x02\x02\x62\x8c\x19\x6d\x10\xd1\x7b\xc7\x18\x43\xc6\xac\xb1\x44\ \x9e\x71\x2e\x85\x68\xc4\x83\xce\xb9\x66\x00\x94\x41\xaf\x18\x17\ \x84\xb5\xd6\x5a\x60\x6b\x7d\xa9\xbb\xb6\x92\x26\xc9\x30\xe9\x6c\ \x46\xed\x8d\xb5\xf5\xd7\xb2\xe1\xc5\xb7\x6c\x44\xd2\x69\xa5\xff\ \x9b\xbf\xf4\x57\x9b\xfe\x64\x8d\x2e\x19\x3c\x11\x11\xd0\x6d\x4b\ \x96\x08\x43\x84\x08\x71\x70\x7b\xde\xdd\x9d\xa0\xc6\xed\xa4\xcf\ \x57\x4b\x7d\x5f\x9d\x9f\xbf\xfd\x0f\x9d\xc8\xe4\xe8\xce\x1c\x2e\ \xa0\xdb\x6d\x2a\x4f\xae\xf9\xaa\xcf\x6f\xe7\xd9\x4e\xaa\x45\xa8\ \xf9\xfd\xd4\x74\x1b\xc2\xe6\x47\x9c\x07\xef\x81\xc0\x14\x06\x72\ \x60\xac\x07\x21\xe2\x43\x8c\xbd\xf9\x47\x91\x9d\x5c\x11\xe8\xe4\ \xd5\x35\x2d\xc1\xa8\xf9\xf4\xab\x52\xcb\xaf\xb9\xd0\x37\x95\x60\ \x36\xff\xbd\x79\x69\x27\x46\x0d\x81\x77\xae\x89\xc6\x31\xce\x09\ \xa0\x69\x28\x79\x17\x26\x8f\xf5\xee\xde\xcd\xf3\x08\x27\x8a\x5b\ \x9f\x7b\xc8\x6b\x1a\x97\x15\x41\x79\x72\x94\x93\x00\xd8\x44\xdc\ \x06\x7c\x0c\xfa\x3c\x5a\x61\x17\xde\xd3\x0c\x69\x3a\x49\x43\xe2\ \x6d\xde\x6c\x96\xf9\xce\x6b\xc0\xdb\x7f\x33\xf4\x44\x96\x1c\x63\ \x8c\x37\x45\x2e\x27\x72\x45\xc0\xe6\x3e\x7b\x0f\x9e\x00\xd1\x81\ \x07\x80\x93\x43\x12\x90\x9d\x0c\x8d\x27\x40\x24\x20\x86\x88\x80\ \x04\x48\xd6\x93\x73\x40\x64\x16\xce\xcc\x16\xf7\x03\x22\x76\x90\ \x75\xd9\x85\x0b\xec\xbe\x1f\x05\x3c\x59\x67\xfa\xda\xb5\xa6\x93\ \x11\x0e\xcd\x3d\x3c\x29\x55\xf9\xaa\xce\xb8\x49\x1c\x36\x3f\xd2\ \xf4\x14\xb9\xdd\xaa\xc2\x13\xe1\xc9\x1e\x00\xef\xbc\xa9\x35\x5b\ \x66\x1f\xfa\x23\xef\x22\x04\x02\x6a\x34\x41\xdf\xb6\xbd\x43\x94\ \x22\xff\x70\xd2\x6b\x36\x1b\x06\xed\xdb\x2f\xe1\xa4\xef\x1b\x22\ \x02\x63\x70\x27\xa5\xf9\x35\xed\x54\x5f\xb5\x5b\xf0\xeb\x37\xfa\ \x57\xdf\x2f\x42\xb3\x6e\x00\x4d\xd4\xa7\x31\x6f\xfd\x57\xfb\x51\ \x34\xb3\xda\x9a\xeb\x22\xd2\xed\xdd\x75\xe7\x0f\xd1\x49\x1f\x3a\ \x22\x22\x4f\xcd\xad\x01\x02\x6f\x5d\xf3\xa9\xf7\x8e\x0e\x9a\xa7\ \x09\xa1\x87\xf8\xae\x77\xb0\xc7\x39\xb1\xdb\x0f\xe2\x1f\x9a\xbb\ \xfe\x9a\xe0\xfa\xd7\x7d\xfc\xaa\x27\xf9\xf6\x9b\x6c\x1e\x9f\xa6\ \xc7\xa2\x27\xc6\x39\xe3\xbc\xaa\xab\xa2\xfc\xd6\x93\xcb\x5e\x53\ \x5d\x68\x5e\x96\xaf\x41\x5c\xd8\xdc\x37\xf8\x8f\x0b\xd8\x2c\x95\ \x07\x02\x30\x00\xe6\x3f\xc4\x4b\xc0\xbb\xad\xcf\x72\xee\x9b\xb4\ \x69\xc0\xaf\xd9\xd4\x1e\xc0\x03\x58\x20\x00\x0b\xde\xfe\x47\xb4\ \xec\x1c\xed\xc9\x0b\x04\xb0\x0e\xac\xfe\xf7\x71\x5d\xef\x74\xfd\ \x9d\xde\x63\x02\xa8\xbf\xaa\xfd\xa1\xaf\x65\x96\xef\x1d\xb0\x57\ \x3d\x98\xda\xfc\xc7\xb6\xe1\x19\x9c\xe2\x14\xa7\x38\xc5\x7f\x08\ \x56\x3c\xc5\x29\x4e\x71\x8a\x53\xde\x39\xc5\x29\x4e\x71\xca\x3b\ \xa7\x38\xc5\x29\x4e\x71\xca\x3b\xa7\x38\xc5\x29\x4e\x79\xe7\x14\ \xa7\x38\xc5\x29\x4e\x79\xe7\x14\xa7\x38\xc5\x29\xef\x9c\xe2\x14\ \xa7\x38\xc5\x29\xef\x9c\xe2\x14\xa7\x38\xe5\x9d\x53\x9c\xe2\x14\ \xa7\xbc\x73\x8a\x53\x9c\xe2\x14\xa7\xbc\x73\x8a\x53\x9c\xe2\x94\ \x77\x4e\x71\x8a\x53\x9c\xe2\xdb\xc5\x6b\x9a\x17\x7a\xbb\x3b\x01\ \x80\x54\xcd\x1c\x42\xc6\x10\x9d\x25\x7f\xd2\xf7\xf3\x0d\xbe\x46\ \x4c\xc1\xdd\xd6\x94\x7b\xef\x3c\xdd\x7d\x99\xf8\xc9\xca\x73\x41\ \xc0\x4f\x86\x5e\x33\x00\x77\xd2\x9e\xf2\xae\x47\x62\x7e\x0f\x81\ \x33\xe0\x77\xb5\xf6\xfa\x3b\x68\x8d\x70\xa7\x1d\x07\x48\xf9\xd5\ \x0d\x6f\xed\x9d\x46\xb7\x6f\xf4\x0d\x1f\xdc\xed\x8c\x5b\xf0\xde\ \x7a\x72\xdf\x05\xde\x61\x0c\xf3\xa2\x9c\x4e\x67\xa5\x35\xf4\xcb\ \xbf\x92\x64\x53\x10\xd2\x94\x7a\xf2\x63\x1f\xf2\x4b\xfd\xe5\x6e\ \xe7\xcc\xf6\xf6\x1b\xf7\x4e\x20\x81\xff\xcd\x67\xff\xdb\xd2\x2c\ \x18\xb2\x6f\x7f\xeb\x97\x0f\xac\x7f\xf0\x4d\x5b\x7f\x4c\xbb\xf2\ \x2e\xae\x4d\x44\xc3\xe1\xa8\xb4\x60\xae\xfc\x41\x7f\xe7\xff\xcb\ \xe2\x18\x74\x35\x0a\x1e\x9c\x9e\xff\x70\xc0\xdc\xc5\x0b\x17\xa2\ \x28\x7a\x63\x3f\x03\xa1\xa0\xdf\xbb\xca\x3f\x79\x55\x44\xe2\xdb\ \xd9\xfa\x04\x81\x80\xbf\xf6\x0e\x1d\x70\xf0\xdf\x3e\x33\x33\x86\ \x8b\x2c\x9f\xcf\xe7\x45\x59\xe1\xbf\xf8\x9f\x62\x53\x02\x67\x75\ \xed\xa6\x7f\xe4\xc7\x21\x89\x07\x2b\xcb\x5b\x9b\x9b\xce\xb9\x37\ \xe6\x76\x47\x66\x5c\xf9\xd1\x67\xff\x5b\xe7\xf4\x5d\xf4\x6f\xd1\ \xae\x7c\xf3\xf6\x1f\xbf\x7f\xed\x87\xbe\xe5\x86\x17\xaf\xe5\xa5\ \xcc\xe7\x8b\x6e\xb7\xdb\xe6\x62\x3a\x1b\x3f\xfa\x96\x54\x26\xd1\ \x0b\x9f\x7c\x09\x93\x76\xb8\xb5\x75\xb0\xb3\xb3\xb5\xb9\xf9\xc6\ \xa6\xff\x51\x76\x2d\xd3\x13\x86\xe8\x9c\xf1\x44\x08\x8c\x71\xc9\ \x10\xbc\x33\xc0\x24\x43\x24\x6f\x3c\x70\xc1\x98\xf7\xc6\x7a\x07\ \x80\x9c\x2b\x86\x58\x9b\x6c\xbb\xff\x66\xc4\xbb\x74\x66\x8d\x31\ \xce\xfb\x8d\xad\x73\xe3\x2b\xbf\x3b\xb8\xcf\xae\xbc\xe3\x5c\xb1\ \xb7\x57\x7e\x7a\xdc\x3d\x7f\xf1\x68\xe7\xea\x62\xb1\x88\xe3\xf8\ \x0d\x1e\x05\x40\x98\x96\x78\x75\x8c\xb1\x04\x00\x40\x00\xe7\x4f\ \xda\x82\x19\x0f\x08\xc0\x39\x72\x04\x20\x30\x8e\x3c\x00\x67\x28\ \x18\x78\x82\x58\xc2\x5d\xdb\x82\x88\x38\x9f\x2f\xfa\x4b\xcb\x49\ \xa5\x8b\xf9\xf0\xad\xef\x59\xe5\x4a\x3d\xfb\x89\x97\x64\x77\x89\ \xaf\xf4\x46\x47\x87\x9b\x1b\x1b\x6f\xe0\x35\x27\xf2\xc7\x8b\x2b\ \xd6\x55\x08\xe0\xbc\xf6\x04\x88\x9c\x33\x81\x40\xce\x5b\xbc\xbd\ \xe1\x09\x38\x67\xe8\xbc\x71\xde\x03\x30\xc1\x25\x22\xd6\x26\x2b\ \x56\x27\xaf\x65\xc3\x7f\x6b\xde\xf1\xde\x3b\x6b\x91\xb1\xa0\xdb\ \x51\x49\x42\x5c\x90\x90\x20\x65\x6b\x65\x25\xe8\x76\xc4\xfe\xbe\ \x31\x56\x29\xf9\x06\xb6\xf9\x39\x53\x82\x49\xc4\xa8\xdf\x3d\xdb\ \x8b\x53\xaf\x8f\xf7\x46\x57\x35\xc6\xfd\xb4\xaf\xcb\x83\xca\x42\ \x90\x6c\x84\xb0\x98\x16\x8b\x20\x3a\x77\x61\x69\x8b\xfb\xec\x68\ \x7c\x2d\x37\x46\xf0\x80\xa1\xb8\xeb\xdd\x6f\x8c\x41\x00\x90\x41\ \xd4\x5d\xf1\x4e\x12\x4a\x42\x29\xa2\x76\xba\xb4\x36\x1f\xee\x59\ \xeb\xbe\x4f\xfc\x2c\xc5\x41\x71\x00\x00\x02\xe8\xa6\x92\x5b\x67\ \xa4\x3c\xd3\x15\xdc\xb9\xeb\x47\x7a\x61\x88\x24\xbf\x7f\x4b\x75\ \x04\x0c\x27\x7a\x3f\xf3\x04\x20\xf9\xdd\x5f\xd1\x39\xef\x9d\x05\ \xc4\xa0\xd7\xd5\x71\x44\x5c\x12\x17\x20\x55\x6b\xb0\xc2\xd2\x78\ \x32\x3c\xb6\xc6\x72\xc1\xdf\xc0\x8b\x2f\x98\x02\x72\x80\xd1\x72\ \xff\x5c\x37\x4a\x4c\xb5\xbf\x37\xbe\x61\x59\x7b\xb9\xdd\x29\x8b\ \x03\xed\x59\xd4\xda\x94\x7e\x3a\x2d\xf3\x28\xb9\xb4\xd9\x5b\x43\ \x37\x3f\x1a\x5f\x2b\xac\x13\x3c\x60\xf8\x9a\x96\xfe\xb5\xf0\x0e\ \x19\xef\xb1\x2c\xf7\x7e\xe9\x7f\x72\xbb\xbb\xe6\xe2\x05\x97\x19\ \x0f\x6c\xff\xff\xfd\x3f\x76\x3e\xfc\x41\xbe\xbc\x64\xad\x51\x81\ \x82\x37\xf6\x33\xe0\x6b\x13\x3c\xf8\x23\xef\xfa\x5f\xd3\xec\xa9\ \x8a\x2f\x3d\x9a\x7d\xee\xa3\xcf\x7c\xe6\x1d\x3f\xf8\x8f\x36\x8f\ \xfe\xc1\x2f\xfc\xc1\xbf\x3b\xf7\xf0\xdf\x7d\x14\x7e\xed\xdf\xbc\ \xcc\x3e\xf4\xee\xbf\x1c\xd6\x3b\x35\x69\xaa\x8e\x16\xd3\xd1\x77\ \x78\x4d\x6d\x8c\x67\xd2\xbd\xf0\xd1\xa3\x4f\xff\xb3\xfe\xe3\x11\ \x95\x35\x38\xa6\x77\x9e\x3e\xfe\xcd\xff\x33\x9c\xff\x40\x33\x65\ \x01\xbe\x9f\xa0\x3d\xbe\xfd\xd1\xa5\xe5\xe1\x78\x7f\x75\xf9\xc7\ \x52\xfd\x52\xc9\x3e\x70\xbe\xfc\xc5\x27\x8a\xf7\xbc\x73\xe9\x2d\ \x2d\x1a\x56\xb4\xbf\xeb\xf7\x5e\xaa\x89\xe1\x5d\x5f\xa2\x99\x26\ \x62\x08\x70\x36\xbf\xf5\x8f\xfe\xa9\x1c\x8e\x75\xd9\x07\x6d\xbc\ \xa3\x83\x7f\xfc\x8b\xed\x1f\xfb\x61\xde\x4d\x8d\x33\x42\x8a\x37\ \xf8\xe2\x53\xe5\x82\xb7\x7f\xe4\xdd\x7f\x23\x1b\x7d\xc9\xab\xc1\ \x23\xe3\xdf\xfe\xd8\x4b\x57\x3e\xf0\x43\xff\x24\xb8\xf2\xf7\xfe\ \xd9\x97\x3e\xfb\xc0\xa3\x7f\xe3\x6c\xf6\x8b\x1f\xdb\x7b\xe4\xc7\ \xdf\xf9\x27\x31\xbf\x65\xa0\xb0\xc5\x7e\xb6\x58\x7c\x1b\xd4\xf6\ \xad\x6f\x83\x35\xde\xd9\x9d\xe1\x50\x0c\x47\x6d\x41\x8b\x71\x4d\ \x50\x07\x81\x8a\x0e\xf7\xe6\x65\x69\xaa\xca\x39\x87\xdf\x9b\xad\ \x20\xbf\xcd\x1d\xa9\x6c\xf1\x95\xdf\x7f\xe2\xff\x74\xc3\x9e\xff\ \x89\x0f\xfc\xfc\x5b\xb6\x6e\x2d\xc6\x2f\xc7\xab\x3f\xf6\x8e\x33\ \x2f\x1d\x98\x5c\x23\xde\xfb\xc0\x9f\x8e\xc6\xbf\xfa\x2f\x9e\xf8\ \x84\x67\x42\xca\x58\x32\x61\x7d\xfd\x9d\x3c\x00\xde\xba\xd9\x6c\ \xe1\xc7\x93\xa5\x68\x14\x46\x17\xcc\x70\xce\x3d\x75\xd3\xd9\xb4\ \x98\x8e\xa6\xf3\xc1\x52\x0f\xbe\xff\xe0\x3d\x39\x40\x6e\xcc\x6f\ \xfd\xfe\xe1\x3f\x1f\x27\xff\xcf\x9f\xea\xbc\xfb\x41\xfe\xb6\x96\ \xfb\x47\x1f\x3d\xbe\x51\x83\x12\x2c\x94\xf8\x1d\xee\x45\x6b\xad\ \xb3\x76\x67\x78\x2c\xc6\xa3\x54\xe1\x7c\x54\x01\x40\x18\xc8\xf0\ \xf0\x60\x5a\x16\x14\x05\xde\xf9\xef\x87\xa5\x46\xa6\xaa\xec\x8b\ \x1f\xff\xdc\xff\x71\x24\x1f\xfb\xd3\xef\xfd\x6b\x0f\x4e\x7f\x69\ \x36\x7a\xe5\xbe\x33\x7f\xe2\xad\xfb\x37\x2a\x5d\x18\x1f\x3e\xf4\ \xe0\x4f\xf8\xbd\xff\xe1\x57\x9e\xfa\x3c\x30\x29\x65\x2c\x19\xb7\ \xaf\x79\x61\xbe\xb5\x27\xe6\xbc\x77\xc6\xb6\xfb\xbd\xf3\x7f\xe7\ \x7f\x59\x5f\x78\x68\xef\xb9\xdd\xd9\xce\xec\x70\x64\x96\xff\xf6\ \xdf\x5a\x79\xcb\xa3\x02\xe0\xc4\x1d\x78\xe3\x83\x00\x65\x18\x76\ \x40\xef\xef\x4d\xa6\x69\xe7\xac\x30\xd7\xff\xe0\xd9\xdf\x58\xbd\ \xf4\xe7\xee\x49\x95\xf6\xe1\x72\x2b\x3c\xd8\x7b\xde\xf2\x74\x6b\ \xeb\x87\xee\x5f\xd9\xfe\x0e\xbb\x1d\x23\x62\xad\xb5\xe2\x38\xf8\ \x81\x3f\x16\x3e\xfe\x77\xf6\x9f\xdc\xb5\xc7\xc3\xe3\x2f\x5f\xa9\ \x57\x3e\xd4\xfb\xe1\xbf\xd5\x6e\x25\x27\xd3\xac\xbf\x6f\xd0\x8c\ \x11\x68\xda\xbf\x5b\x21\x7f\xf4\x07\xd7\xfe\x9b\x0f\x77\x8e\x76\ \x8a\x92\xf1\xe9\xa4\x3e\xae\x61\x79\x29\x7a\xff\xfd\x51\x70\xd7\ \x73\xd1\xef\xd0\xbd\xf3\xde\x98\xee\xfa\xfa\xb9\xbf\xf7\x9f\xe5\ \x83\xf3\x07\x2f\xee\x8d\x6f\x8c\x8f\x0b\x3e\xf8\x5f\xfd\xed\xe5\ \x07\xee\x67\x44\xcd\xc4\xde\xef\x87\x25\x47\x54\x71\xd0\x71\xe5\ \x8d\xfd\x45\xd9\x49\x37\xb1\x7a\xe1\xd3\xcf\x7d\xea\xc2\x03\x7f\ \x71\x3b\x46\x07\x49\x3f\x62\xbb\x7b\x2f\x7a\xd1\x3d\x77\xf6\x47\ \xee\xed\x0f\xbc\xff\x36\x62\xed\xdf\x9a\x77\x9a\x69\x33\xbd\x76\ \x27\x6c\xb7\xcf\xfd\xdc\xcf\xda\xf5\xf3\xc7\x7b\xf3\xf5\xbf\xf6\ \xd7\x57\xdf\xf9\x03\xbd\x24\x09\xc3\x50\x7f\xbf\xdc\x06\x04\x32\ \x55\x35\xc3\xe8\xcc\x99\x7e\x7f\x36\xbb\x05\x22\xa9\x26\xbf\xff\ \xd9\x9b\xe3\xb7\x5c\xfa\xa1\x08\xa6\xc3\xac\xde\xd8\x7c\xd0\x97\ \xe3\xd6\xe0\xdd\x0f\xae\x9e\x23\xff\x9d\x36\xd3\xd6\x5a\xa7\x69\ \x1a\x29\xd6\x7f\xec\x8f\x06\x6f\xfe\xeb\xb7\x3e\x77\xad\x96\x6f\ \x5d\xfb\xc8\xcf\xa7\x69\x6b\x79\xa9\xd7\xcc\x11\xfc\xfe\xe1\x1d\ \xc6\xa0\xd6\x5e\x06\x00\x1e\x90\xdc\x8d\xbd\xfc\x37\xbf\x30\xfe\ \x1f\x3e\x3f\x7f\x65\xea\x06\xcb\xe1\xb2\xa0\x5a\xc8\xf7\x3f\x18\ \x07\xf4\x9d\x9a\xde\xce\x3b\x40\xec\xa6\x69\xbc\xbc\x7c\xee\x7f\ \xf1\xb7\xaa\xd6\x60\x34\xaa\xb6\xfe\xd6\x7f\xb2\xf2\xe8\x9b\xfa\ \x69\xaa\x94\xfc\xbe\x39\x68\x11\x48\x17\xd5\x4c\xb6\x2e\x6d\x75\ \xe2\xe9\xe2\x00\x45\xbc\x38\xfc\xed\x2f\x1c\xfa\xb7\x5d\x7c\x17\ \xf7\xe3\x71\x05\x5b\x9b\xf7\x99\x7c\xdc\xdf\xf8\xc0\x7d\xcb\x1b\ \xf4\xed\xe8\x45\xbe\xa5\x9f\x05\x00\x50\xd7\xf5\x78\x3c\x16\x42\ \x44\xdd\xce\xd6\xcf\xfd\xcf\xf3\xeb\x37\xd3\x77\xbe\x7d\x31\x1a\ \x8d\x46\xa3\x3c\xcf\xa3\x30\xc0\xef\x03\xde\x21\x5f\xb1\xe8\xe1\ \x0f\xbe\xfb\xbf\xd4\xac\xa3\x87\xbf\xf1\xd4\xde\xfe\x7b\xb6\x02\ \x25\xd8\xce\xd5\x7f\xfb\xdc\xa5\xf7\x76\x03\x79\xf9\x85\x5f\xb9\ \xef\x3d\x7f\xf9\xaf\x7c\xe8\xf1\xb0\x7f\xdf\xf1\x0b\x1f\xf3\xf0\ \x9d\xae\x89\x27\x37\x9b\xcd\x5a\x49\x92\x02\xb4\xdf\xf6\x13\xa4\ \x5a\xd1\xd9\x37\x1b\x0f\x8b\xe9\x78\x3c\x9e\x58\x6b\xbe\x7f\x48\ \xc7\x7a\x7c\xec\xd1\xee\x7b\x06\xb2\xa3\xdc\xbf\xd8\xb5\x17\x37\ \xe1\xe0\xb8\x7a\x6e\xdf\xa7\x01\xee\xdd\xcc\x3e\xb7\xbd\xf4\x37\ \xfe\xd8\xfa\x1c\x04\x2b\x0b\x4d\xdf\xe9\xba\x37\xb3\xc0\xc7\xe3\ \xb1\xe0\x3c\x5c\x5d\xdd\xfc\x4f\x7f\xb6\x1e\x0e\x93\x37\x3f\x32\ \x3f\x1e\x8d\x46\xa3\xa2\x28\x3b\xed\xf6\xf7\x85\xb5\xe3\x2b\xd9\ \x7a\xfb\x8f\x3d\xfe\x5f\x83\xea\x2f\x76\x7e\xed\xf9\xe3\xf1\xe6\ \xf9\x30\x90\xf4\xe2\xcb\xff\xea\xf2\xc5\xb7\x04\xc2\x3e\xf7\xdc\ \xaf\x5d\x7c\xd7\xff\xec\x67\x3e\xf4\xe1\xf6\xca\xe6\xb5\xc3\xe9\ \xb7\xb5\xf0\xdf\x32\xae\xcc\x1a\xd2\x61\x8c\x65\x59\x96\xc4\x71\ \x90\x24\xe2\xfe\x4b\x87\xbb\xbb\x8d\x86\xaa\xae\xf5\x64\x32\x39\ \x73\xe6\xcc\x1b\xfd\xb4\x0d\xa4\xbb\xf6\x5b\xbf\xff\xbf\xef\x44\ \x89\x37\x93\xa3\xe9\x8e\x65\xd1\x13\x5f\xfa\x87\xde\xf0\x96\x9c\ \x7d\xf2\xd3\x3f\x1f\x62\x0d\x55\xf6\xd1\x3f\xf8\x07\xab\x9d\x01\ \xd8\x7f\x3d\x59\xec\x33\x1e\x80\x2b\xbe\x83\xe3\x9d\x0d\x8f\x47\ \x2a\x08\xae\x5e\xbb\xd6\xe9\x74\x82\x20\x50\xeb\x8f\x95\xa5\xa6\ \xc5\x81\x27\x52\x4a\xdd\xb8\x71\xf3\x81\xfb\x09\xbf\x2f\x2c\x4d\ \xe0\x48\xaf\x5c\xcd\xb2\x03\x36\x5f\xe8\xfd\x82\x8e\x9e\x18\xa1\ \xa5\x4e\x88\x88\xc0\x9c\xfd\xcd\xdf\x3f\x7e\x76\x59\x25\x8c\x46\ \x33\x53\x73\xfc\x4e\x34\xf8\x8c\xb1\xb2\xac\x26\x93\x49\xb3\xe1\ \xa3\x28\x0a\x92\x44\x5c\x38\x77\x78\x73\x07\x10\x38\xe7\x45\x51\ \x4e\xe7\xf3\x8d\x8d\x75\x78\x83\x4a\x78\x6e\x5b\x1c\x21\xd7\x5f\ \xf9\xf5\x4f\xfd\x37\x69\x18\x3b\x7d\x7c\x34\xdb\xf3\x2c\xf9\xf4\ \x17\xff\x7b\xa3\x83\x04\x0f\x3f\xfa\xc9\x9f\x57\x50\xb8\x6a\xe7\ \xdf\xfd\xfe\xcd\x41\x7b\xc9\xbf\xf8\xaf\x26\x8b\x03\xce\xa5\x7b\ \xcd\x67\xa1\xf8\x56\xb7\x01\xb5\x31\xbf\xfa\xab\xff\x7a\x36\x9b\ \x26\x49\xb2\xb1\xb1\xb1\xb4\xb4\x14\x86\x91\x73\x76\x3e\x9f\x17\ \x45\x71\x70\x70\xf0\x27\x7f\xea\xa7\x1e\x7b\x4c\x34\xe3\x96\xdf\ \x98\x87\xad\xab\x8d\xab\x19\x9a\xc9\xec\x85\xd1\x94\x10\x19\x63\ \x82\xb9\x7c\x96\xcd\x91\x71\x06\x60\xaa\xfd\x12\x38\x47\xac\xcb\ \x9b\xd7\xf3\xeb\x04\xc8\x98\x60\x88\xc6\x95\xce\x5b\xb8\xab\x03\ \x58\x29\xf9\xec\x57\x9e\xff\xf4\xa7\x3f\xe5\x9c\xdd\xdc\xdc\x1c\ \x0c\x06\xed\x76\x9b\x31\x56\x14\xc5\x62\xb1\x98\xcf\xe7\x4a\xa9\ \x0f\xbc\xff\xbd\x6f\x74\x43\x1f\x9c\x87\xda\x02\x47\x18\x8e\xcd\ \xe1\x88\x10\x51\x30\x18\xcf\x1d\x20\xdc\x4e\x5b\x21\x39\xba\xb2\ \x5b\x11\x00\x43\xe4\x0c\x3c\xc1\x5d\x67\xb4\x9a\x15\xfe\xe5\x5f\ \xfe\x97\x59\xb6\x68\xb7\x3b\x1b\x1b\xeb\xfd\x7e\x3f\x08\x42\x6b\ \xcd\xc9\x86\xdf\x3f\xf8\x2b\x3f\xf3\x97\x85\x10\x5a\xbf\x61\xed\ \x4d\xe3\x2a\xeb\x6a\x44\x3d\x9a\x3e\x77\x4c\x27\x1b\x1e\xdd\x62\ \x9a\xcd\x4e\x36\x7c\xb1\x57\x20\xe7\x88\x65\x7e\xed\x5a\x76\x85\ \x00\x39\x13\x88\x68\x5c\xe9\xe9\x35\x6d\xf8\x6f\x35\xa7\xd8\xfb\ \x4e\xbb\xf3\xb6\xb7\x3d\x76\x70\x70\x28\x84\x20\xa2\xb2\xac\xca\ \xb2\x22\x22\xef\x3d\xe7\xe2\xde\x7b\xef\x7b\xe0\x81\x07\xde\xc0\ \xa4\x03\x00\x6b\xdd\x07\xab\xbb\xd4\x2b\x57\x9d\x78\xfd\xee\xea\ \x24\x8c\x31\x8f\x3e\xfa\xa6\xe3\xa3\x23\xa9\x24\x11\x79\x4f\xb3\ \xd9\x1c\x88\x3c\x11\x67\x3c\x49\x5a\xef\x7c\xe7\x3b\x38\xe7\xee\ \x0d\x7d\xea\x3a\x82\xe5\x84\x1e\x5a\xf5\xe1\x57\xf7\xe9\xff\xff\ \xe8\x0d\xc1\x6d\xbd\xf2\xdd\x19\x82\xce\xb9\xe5\x95\xe5\xb7\xbe\ \xe5\x2d\x93\xe9\x94\x73\x4e\x44\x45\x51\x16\x45\xd9\xdc\x02\xc1\ \xc5\xc3\x0f\x3f\x7c\xcf\xc5\x8b\x6f\x60\xd2\x41\x64\x9b\xbd\x47\ \xee\x56\xaf\x5c\xb5\x82\x95\xd7\xb2\xe1\xbf\x35\xef\x04\x81\xfa\ \xeb\x7f\xed\xaf\xb2\x66\xdc\x6d\xe3\xfe\x9e\x0c\x2e\xc5\x3b\xe1\ \xcf\xbb\x1b\x01\xfe\x3d\xe1\xe4\x22\xe0\x8f\x3c\xf4\xf3\x77\x67\ \xb3\x20\xa2\xf3\xc6\xb8\xf2\x2e\x7e\x5c\x6b\xf3\x8e\x1f\x78\xfb\ \xe3\xef\x79\xf7\xed\xe0\xf1\xc9\xbf\xb7\x67\xe6\x82\x73\xfe\x8d\ \x4d\xf7\x00\x50\x5a\x7c\xc7\x19\xff\x9e\xf3\xfe\x2e\x62\xc5\x95\ \xbd\x9b\x22\x09\xe7\x5c\x2b\x49\x7e\xee\xe7\x7e\xf6\x6b\xe2\x3d\ \xdf\x37\x1b\x9e\xc8\x0b\x16\x7e\xf8\x91\xff\xfc\x6e\x39\x0b\xad\ \xd3\xaf\x65\xc3\xbf\xa6\x39\xc5\x75\x5d\xc3\xf7\x31\x8c\xab\xbe\ \x63\x77\xe1\xae\xfc\x3b\x6b\xdf\xb8\x84\xfe\x5a\x17\xce\x7a\xb0\ \xfe\xdf\xf3\xb3\x47\x55\x55\x7d\x1f\xaf\x3a\x99\xbb\x2a\x27\xfc\ \xb6\x36\xfc\x69\x1f\x8c\x53\x9c\xe2\x14\xff\xbe\x21\xbe\xd1\x52\ \x6a\x70\xba\x34\xaf\x9b\xff\x8c\x7f\xd8\xd7\x4f\x97\xfd\x75\x5d\ \xf6\x6f\xba\xbc\xa7\x1b\xfe\x3f\xc8\xb2\x8b\x6f\xf4\x6f\x8d\x31\ \xc6\x98\xd3\x25\x7b\xdd\xcc\x78\xf8\x46\xbd\x1f\x11\x59\x6b\x4f\ \x97\xfd\x75\x74\x96\x8d\xf9\xa6\x31\xf8\xd3\x0d\xff\x7a\xf3\xce\ \x37\x5d\x76\xfc\x8b\x7f\xfe\xcf\xbe\x7a\xf7\x07\x41\xb0\xbf\xbf\ \xbf\x98\xcf\x18\x3b\x75\xc1\x5e\x2f\xe4\x79\x16\x47\xc9\x99\x73\ \xe7\x18\x63\x0d\x07\x09\x21\xea\xba\xda\xd9\xd9\x39\x3d\x76\x5f\ \xbf\x27\xc0\x68\xad\xeb\x7a\xeb\xcc\xd9\x4e\xa7\xd3\xf4\x2d\x42\ \x44\x21\xc5\xde\xce\x4e\x91\xe7\x78\xba\xe1\x5f\xa7\x83\x16\x20\ \x5b\x2c\xda\xed\xce\xf6\xab\x54\x7e\xe2\xeb\xc8\xa9\xae\xeb\x53\ \xcb\xf3\xf5\x46\x9a\xb6\x5b\xad\x14\x6f\x93\x0e\x9c\x84\x90\x1d\ \x67\x9c\xc8\x9f\xae\xcf\xeb\x84\x20\x08\xe3\x38\x89\xa2\xe8\xce\ \xb2\x13\x51\x5d\x6b\xc6\xf8\xe9\x86\x7f\x1d\x09\x1f\xa0\xd3\xee\ \xb4\x3b\x9d\xa6\x8b\xe3\x37\xb1\x77\xee\xb0\xcf\xf7\x5b\x83\x85\ \xff\x20\xf6\xe7\xd7\x2d\xf2\xe9\xb2\x9f\xae\xfc\xf7\xcf\xb2\xb3\ \x6f\x16\x80\x38\xbd\x07\xaf\xbf\xf1\xf9\xcd\x42\x3c\xa7\xcb\x72\ \xba\xf2\xdf\x27\xcb\x7e\xea\xd3\x9e\xe2\x14\xa7\xf8\xf7\x8d\x6f\ \x12\xdf\xf1\xde\x01\x9c\xfa\xba\xaf\x6b\xa0\xe1\xeb\x2b\xf8\xbd\ \xf7\x5a\xd7\xa7\xcb\xfe\xba\x1e\xb8\x5c\x08\xa5\xd4\xd7\x1d\xbc\ \x5a\xeb\x37\xfc\x7c\x88\xff\x08\x37\xfc\xd7\xf0\x8e\xb5\xf6\xd2\ \xa5\x7b\x3b\x9d\xb6\x73\xa7\x77\xe2\x75\x74\x74\x5f\x79\xe5\xe5\ \x57\x2b\x62\xbd\xf7\x69\x9a\x5e\xbc\xf8\xe8\xe9\xb2\xbf\x7e\xe0\ \x9c\x8f\x46\xc3\x5b\xb7\x76\xd8\xab\x6a\x46\xbd\xf7\xf7\x3f\xf0\ \x40\x12\x27\xa7\xd4\xf3\xba\x6d\x77\x00\x82\xcb\x97\x5f\xfa\x3a\ \xa5\x82\xf8\x3a\xee\x7f\xdf\xfb\xdf\xff\xf0\xc3\x0f\x7f\x9f\x17\ \x46\xbc\xbe\x16\xa6\x10\xff\xe5\xdf\xff\x2f\x16\x8b\x45\xbb\xdd\ \x6e\xce\x5e\x6b\xed\x60\x30\xf8\x0b\x7f\xf1\x2f\x9d\x2e\xfb\xeb\ \x87\x38\x8e\x7f\xfb\xb7\x3f\xf6\xc5\x2f\x7e\x71\x6d\x6d\xed\xce\ \xd9\x6b\xad\xfd\xd1\x1f\xfd\xd0\xb9\x73\xe7\x4e\xf5\x3b\xaf\xdf\ \x29\xeb\x9c\xfb\x7b\x7f\xef\x7f\x6b\x8d\x89\xe3\xe4\x8e\xb1\xf9\ \xf5\x7e\x96\xd6\xba\x2c\xcb\xd3\x07\xe0\xf5\xe4\x1d\x79\x70\xb0\ \x3f\x9d\x4c\x5b\xad\xd6\x1d\xfd\x8e\xf7\xfe\x74\xd9\x5f\x57\x30\ \xc6\x66\xb3\xd9\xee\xce\xad\x34\x4d\xdb\xed\xf6\x1d\x03\xa7\xae\ \xeb\xb2\x2c\x4f\x79\xe7\x75\xe5\x9d\x83\xbd\x3d\x22\x3a\x73\xf6\ \xdc\x57\x6f\xc7\xe9\xd2\xfc\x07\xb9\x19\xa7\x8b\x70\xba\xf2\xdf\ \xcf\xcb\x7e\xca\x3b\xa7\x38\xc5\x29\xfe\xbd\x9b\x9f\xa7\x4b\x70\ \x8a\x53\x9c\xe2\x94\x77\x4e\x71\x8a\x53\x9c\xf2\xce\x29\x4e\x71\ \x8a\x53\x9c\xf2\xce\x29\x4e\x71\x8a\x53\xde\x39\xc5\x29\x4e\x71\ \x8a\x53\xde\x39\xc5\x29\x4e\x71\xca\x3b\xa7\x38\xc5\x29\x4e\x71\ \xca\x3b\xa7\x38\xc5\x29\x4e\x79\xe7\x14\xa7\x38\xc5\x29\xef\x9c\ \xe2\x14\xa7\x38\xc5\x29\xef\x9c\xe2\x14\xa7\x38\xe5\x9d\x53\x9c\ \xe2\x14\xa7\x38\xe5\x9d\x53\x9c\xe2\x14\xa7\xbc\x73\x8a\x53\x9c\ \xe2\x14\xdf\x04\xe2\x5b\x33\x13\x63\x69\x2b\x6d\x3e\x76\xde\x31\ \xc6\x10\x11\x08\x08\xa8\x99\x4d\x81\x80\x80\x40\x04\x55\x55\x29\ \x25\x01\x80\x73\x8e\x00\xb7\x67\x14\x81\x73\x16\x19\x63\x0c\x89\ \xc8\x59\x87\x88\x8c\x33\x20\x70\xce\x01\x10\xe7\x02\x80\xbc\x27\ \x44\x70\xce\x0b\xc1\xbd\xa7\x66\x9c\x11\x11\x20\x43\x20\x20\x22\ \xe7\x1c\xe7\x1c\x19\x22\x7e\x0d\x57\x7a\xef\x89\x88\x71\x06\x44\ \x00\xf0\x75\xdf\x25\x22\xeb\x2c\x11\x08\x2e\x9a\x06\x97\x44\xe4\ \xc9\x7b\x22\x86\x0c\x9b\x1f\xb8\xdd\x1c\xa4\xf9\x55\x9c\xf3\xaf\ \x5b\x01\x3a\xf9\xcd\xf8\xea\xaf\xbc\xea\x53\xfa\xc3\xfa\x22\x23\ \x42\x55\xd5\x65\x59\x9e\xb6\x7d\xf9\xde\xc2\xab\x6e\x17\x02\x80\ \x94\x12\x00\x9c\x73\x27\xc3\x2c\x11\x39\x17\x04\x04\x5f\x77\x5b\ \x4f\x36\xc2\xed\x3f\x5f\xf3\x1b\xbf\xfe\x23\xfc\xc3\xbe\x0f\x7f\ \xc8\x6e\xa2\x3b\x7f\x01\x7e\xcd\x67\x27\x5f\x40\x40\x02\x02\x3a\ \xf9\xba\xb5\xf6\xe4\xd9\x6c\xbe\xe4\xa9\xf9\x1e\xe7\xdc\x7b\xcf\ \x10\x09\x40\x6b\x4d\x44\x40\x27\x6f\x84\x73\x2e\xa5\x6c\xde\x26\ \x67\xcc\x79\x47\x04\x42\x88\x3b\xd7\x68\x26\xbe\x35\xb3\x6d\xbd\ \xf7\xdf\x74\xe8\x98\x73\xee\xb5\xcc\xe7\xf8\x16\xbc\xc3\x39\x9f\ \xcd\x66\xff\x97\xff\xee\xff\xea\xc9\x33\xc6\xfb\xfd\xde\x7c\x3e\ \xaf\xca\x4a\x48\x29\x04\xaf\xab\x3a\x8c\x42\xa7\x8d\xb7\x4e\x08\ \xfe\xf8\xe3\x3f\xf8\xdc\xf3\xcf\x79\xa2\xd1\x68\xa4\xb5\x95\x4a\ \x38\xef\x94\x54\x83\xc1\xc6\x62\xbe\x58\x64\x59\x18\x86\xab\xeb\ \xeb\xc6\xba\xe3\xe1\x10\x91\xad\xae\xad\xab\x20\xb8\x79\xe3\x46\ \x20\x45\xda\x6e\x6b\xad\x97\x97\x96\x76\x76\x77\xdb\xed\x76\x51\ \x14\xd6\x5a\xa5\xd4\x62\xb1\x08\xa5\x0c\x03\xb5\xb4\xb4\x74\x74\ \x74\x58\x95\x45\x59\x14\xde\x39\xc6\x40\x30\x46\x44\x49\xd2\x8a\ \xa2\xf6\x74\x32\x11\x52\x3a\x4f\x65\x55\x12\x79\xc6\x18\x43\x40\ \x04\xce\xf1\xdc\xe6\x39\xa5\xe4\x8d\xfd\xeb\xf3\x7c\xc1\x10\x02\ \x16\x76\x5b\xbd\x76\xd2\x9e\xcc\xc6\x0e\xb4\x76\x26\x2b\x6a\x00\ \xe0\x9c\xb5\x5a\x69\x18\x06\x07\x07\x07\x8c\x71\x44\xb0\xd6\xb2\ \x93\x4b\x24\x8c\xe1\x6c\x36\x97\x52\x38\xe7\x39\x67\x52\x2a\x63\ \x74\xb3\x41\x18\x13\xc6\x5a\x22\xe0\x8c\x01\x62\xf3\x53\xcd\x0d\ \x31\xc6\xbc\xe7\xf1\x77\x7f\xf0\x87\x7e\xe8\xd5\xdd\x94\x4f\xf1\ \x1f\x39\xe3\x78\x4f\x55\x45\x88\xcd\xc7\xde\x39\x7b\xf5\xea\xb3\ \xce\xbb\xf5\xf5\xb5\xc5\x22\x43\x44\x5b\x65\xc3\xdd\x3d\x41\xc0\ \x2d\x9d\xcc\x9d\x66\xe0\xc8\x09\xc6\x99\xf7\xce\x58\xcf\xbc\xf7\ \x74\x9b\x1b\x88\x00\x80\xb0\x39\xf0\x80\x9a\x53\x8b\x88\xc8\x13\ \x35\x64\xe0\xe8\x36\x5b\x00\x12\x10\x12\xfb\x86\x57\x85\x27\xe4\ \x82\x08\x08\x1e\x3d\x03\x64\x8c\x21\x63\x40\xe0\xc9\x03\x82\x27\ \x02\xc6\x38\x47\x02\x05\x88\xdb\x67\xce\x04\x51\xe0\xc1\x03\x32\ \x40\x16\x45\x2d\x64\x1c\x18\x3f\x3a\x38\xec\x77\xdb\x59\x9e\x4b\ \x29\x1f\x7a\xe8\xa1\x40\x05\x4d\xaf\x7b\xe7\xdd\xd1\xd1\xd1\x97\ \xbf\xfc\xd4\xda\xfa\xfa\x7c\x3e\x1b\x0d\x47\x2b\x83\x01\xe7\x7c\ \x7f\x7f\xdf\x5a\xc3\x19\x37\xc6\x14\x45\xc1\x05\x0f\x83\xe0\xe2\ \x3d\x17\xd3\x56\x5a\xd5\x55\x5d\xd7\xce\x39\x44\xf4\xde\x23\xa0\ \x54\x72\xa9\xbf\x94\x24\xdf\xba\x5f\xb5\xf8\x96\xc6\x4e\x5e\x14\ \xbf\xf8\x4f\x7f\xd1\x56\x4e\xc5\x72\x69\x69\x69\x3e\x9f\x97\x65\ \xd9\x3c\x90\xae\xf6\x51\x1a\x96\x59\x05\x1e\x38\x83\x38\x89\x3e\ \xf6\xdb\xbf\xad\x75\xfd\xc2\xf3\x57\x5e\x4d\xde\x83\xf5\xf5\xb2\ \xd2\x8b\xf1\x08\x00\x82\xce\x92\x77\xde\x33\xee\xca\x2a\x68\xb7\ \x7b\x4b\xcb\x07\x97\x5f\x6c\x0d\x56\x37\xb7\xb7\x0e\x0f\x0e\xef\ \x7f\xe0\xfe\x67\x9e\x7e\xba\xd3\xe9\xce\x66\x33\x44\xe8\xf7\x97\ \x6e\xdd\xb8\x9e\x84\x41\x14\x85\x1f\x78\xff\xfb\xbe\xf4\xe4\x93\ \x57\x5e\x7e\x99\x33\xe0\x0c\xb5\xd6\x0c\x40\x32\x58\x5f\xdf\x90\ \x22\x79\xf9\xc6\xcb\x1c\xa4\x03\x0f\xe0\x00\x04\x67\x8c\x73\xd4\ \xa6\x06\x80\x0f\xfc\xc0\x0f\x46\xb1\xfa\xe4\xe7\x7f\xa7\x2c\x09\ \x00\x42\xc9\x7b\x41\x3f\xe0\x6a\x3c\x1b\xa9\x94\x65\x75\x59\xe9\ \x13\x7a\x5e\x5b\x5d\x09\xc3\xf0\xfa\x8d\x5b\x5f\xb7\x08\x69\x2b\ \x14\x42\x4c\xa6\x59\xc3\xfa\xbd\x5e\xea\x9c\x9b\xcd\x8b\x57\xf9\ \xaa\xfe\x1b\x4e\xaf\x93\xdf\xe9\xc9\xff\xf8\x47\x3e\x72\xca\x3b\ \xdf\x2b\x68\x4c\x5b\x00\x4e\xe4\x9b\xc3\xdc\x13\x5e\xbd\x7e\xe3\ \xf8\xe8\xf0\xb1\xc7\xde\x7a\x74\x7c\x44\x44\x81\xaf\x9e\xf9\x83\ \xcf\x44\x9e\xb1\xca\x70\x00\x4b\xc6\xa2\xb7\xde\x28\x29\xa5\x23\ \x57\xd5\x35\xda\xc6\xdc\x00\x40\x4f\xbe\xf9\xc0\x39\xef\x9c\x23\ \x02\x20\x07\x40\x1e\xc8\x7a\xef\x08\x1c\x91\xf3\x9e\x10\x3d\x11\ \x01\xf3\x40\xe8\xc4\xd7\xed\x26\x04\x64\x8c\x01\xc2\x09\xef\x30\ \xc7\x10\x05\x17\x8d\x31\xe2\x9c\x23\x04\x87\x80\x0c\xb9\x10\x96\ \x02\x14\xe2\xf1\xc7\xdf\x93\x76\xdb\x16\xbd\x47\xe6\x08\xfa\xfd\ \x55\x26\x42\xe4\xf2\xf9\xe7\x9e\xbf\x74\xee\xcc\xd1\xf1\x71\xa7\ \xd3\x79\xe7\x3b\xdf\xdd\x6a\xb5\x84\xe0\x8d\x4d\x77\xed\xda\xf5\ \x17\x2f\x5f\x96\x4a\xdd\xbc\x79\xf3\xd6\xad\x9d\x7b\xef\xd5\x44\ \xf4\xe4\x93\x4f\x4a\x29\x07\xab\xab\xf3\xd9\xec\xca\x95\x2b\xd6\ \x9a\xad\xad\xcd\x38\x89\x69\x8d\x16\x8b\xc5\x64\x32\x41\x44\x21\ \x44\x63\xe6\x44\x51\x94\xc4\x49\xab\xd5\xfa\x2e\xf8\x59\x1c\xd9\ \xd9\xe5\x8d\x83\xc3\x83\x90\x85\x09\xa8\xc1\xfa\xd9\x83\x83\x03\ \xe7\x9c\xb5\x36\xe8\x85\x49\x1c\xfb\xb6\x2b\x8a\x1c\x39\xd7\x65\ \xbd\xdc\x5b\xca\xf2\x2c\x6d\x87\xce\x7b\x22\x92\x52\x1a\x63\x19\ \xc0\x52\xaf\x53\x2c\xe6\xc0\x38\x23\x0b\x40\xce\x18\x19\x70\x9d\ \xcf\x0f\xab\x82\x07\x8a\x81\x5d\x4c\xc7\x8c\x6c\xb7\x15\xa7\x71\ \xb8\x7f\xf3\x9a\x0c\x02\xe7\x5c\xc6\x31\x6d\xc5\x55\x9e\x91\xb7\ \xf7\xde\x73\x4f\x36\x9d\x8c\x8e\x0e\x00\xc8\x9a\x5a\x30\xe0\x0c\ \x39\x63\xad\x34\xe1\x5c\x04\x92\xa7\xed\x96\x31\x9a\x09\x51\x95\ \x25\x17\x22\x69\xc5\xba\x56\xd9\x62\xb1\xbc\xbe\x52\xd5\x25\x13\ \x5c\xc4\x56\x49\xc6\x9c\xd0\xe8\x09\x1c\x86\x72\x79\x73\x65\x20\ \xf0\x70\x6f\x44\x44\x8c\xb1\xd5\xd5\x55\x63\x8c\x14\x8c\x31\xc6\ \x39\x6f\xa6\xc5\x03\xf8\xe5\xe5\xe5\xba\xae\x8d\x31\x4a\x29\x44\ \x0c\x82\xa0\xf1\xc5\x8c\x31\x52\x29\x86\xc2\x18\xe3\x9c\xa3\x13\ \x67\xcd\x21\x32\x29\x04\x11\xe5\x45\x19\x45\xe1\xe9\x58\xb8\xef\ \x2d\xe6\x61\x4c\x24\x49\xe8\xbd\x6b\xdc\x08\x44\x38\x77\xf6\xdc\ \xf1\xd1\xa1\xf7\xbe\xdb\xe9\x8c\x27\x93\x95\x95\xb5\x4e\x7f\x29\ \xb0\x44\x79\x25\x10\x8d\xab\x35\x58\x02\xaf\x38\x57\x84\x14\x06\ \x85\x31\xd6\x59\xf2\x44\x00\x8e\x1c\x11\x10\x90\xf7\xde\x7b\x4f\ \xe4\x9b\x33\xc9\xdf\x66\x9c\x86\x7a\x08\xd1\x7b\xdf\x98\x4f\x40\ \xfc\x1b\x3d\xac\x13\x23\x9a\xb1\x86\x62\x38\x30\xce\x51\x0a\xc6\ \x39\x37\xce\x7a\x00\x42\x86\x8c\x11\xa2\xf5\x5c\x04\x52\x85\x81\ \x54\x02\xbd\x07\xce\x8d\x07\x21\x05\x97\x92\x40\xc4\x51\x2c\x95\ \x52\x4a\xf5\x7a\xbd\x24\x89\xc3\x30\xb0\xd6\x36\xd7\x31\xc6\x2c\ \x2f\x2d\x25\x49\xc2\x39\x8f\xe3\x28\x8e\xe3\xf1\x78\x6c\x8c\xd9\ \xd8\xd8\x58\x5e\x5a\x3a\x3c\x38\x48\xd3\xf4\xde\x7b\xef\x5d\x5b\ \x1b\x44\x51\xd4\x3c\x0e\xcb\xcb\xcb\x8d\xc3\xd5\x04\x1f\x18\x63\ \xec\x55\xd3\xb7\xbf\x23\xde\x41\xa0\x00\x58\x2a\x43\xc1\x44\x27\ \x8c\xc1\x91\x2b\x2a\xce\x39\x07\xc6\x8d\xe7\xc6\xc7\xad\xc8\x39\ \xc7\x19\x9b\x4e\xa6\x4b\xdd\x5e\x99\x17\x49\x98\x18\x6b\x8c\xb3\ \x48\x08\x04\xe0\x6d\x1c\xa8\x7e\xb7\x53\x69\x5d\x94\x39\xe3\x02\ \xac\xf3\x20\x39\xe3\xb6\x2e\x1d\x43\x5d\xe4\xaa\xd3\x8e\xda\xad\ \x40\x20\x7a\x2b\x90\x02\x8e\x0e\x59\x36\x1d\x73\x86\x4a\x48\x53\ \x57\xdd\x76\x2b\x8e\xa3\xaa\x2a\xc9\x7b\xf2\x96\x21\x12\xa1\x35\ \x46\x1b\x4d\x56\x1b\xe7\x18\xf3\xc0\x5c\x5d\x6b\xa1\x98\x23\x5d\ \xd5\x50\x56\x15\x29\x54\x89\x9a\x67\x53\x8e\xd4\x6d\x05\xde\x51\ \x6d\xc9\x31\x4f\x48\x15\x99\xf1\x6c\x6a\x6c\x5d\x15\x86\x73\x2e\ \x84\x90\x52\x2e\x16\x8b\xd5\xd5\x55\xa5\x14\x00\x94\x65\xd9\x98\ \xd9\x4a\x29\x63\x4c\xab\xd5\x22\xa2\x3b\x06\xa4\x52\xca\x5a\x6b\ \x74\x2d\xb8\x8b\xc2\x80\xb1\xd0\x5a\x53\xd7\x1a\xb9\x70\xce\x21\ \x7a\x68\x26\x9d\x7b\x77\xfa\x28\x7f\xaf\xb9\x5a\x18\x45\xa1\x73\ \xae\x79\xd2\x91\xc1\xe6\xe6\xe6\x97\xbe\x24\x16\x8b\xc5\xc6\xc6\ \xe6\xe1\xd1\x31\x30\xde\xe9\xf5\xcb\xe3\x09\x17\x02\xc9\x73\x60\ \x0a\x05\x81\x13\x48\x92\x00\x05\xf7\x00\x06\xd0\xa3\x23\x00\xeb\ \x89\xc8\x7b\x02\x8f\xe0\x11\x1c\x23\x00\x24\x0f\x08\x84\x80\x88\ \xc8\x11\xc8\x83\xff\xea\x24\x5f\xc2\xaf\x0f\xec\x50\xc3\x3d\x88\ \x9c\x21\x78\x40\x24\xce\x38\x30\x22\x46\xa4\x38\x23\x07\x86\x08\ \x19\x43\x14\x96\x88\xc0\x33\x44\x00\x6f\x8d\x75\xe4\x85\x10\x88\ \xc4\x10\x39\x82\xb6\xa6\x89\x72\x7a\xef\x93\x24\x09\xc3\x00\x11\ \x19\x43\x44\x46\x44\xe7\xce\x9d\x6b\xb7\xdb\xc7\xc7\xc7\xab\xab\ \xab\x69\x9a\x96\x65\xa9\x94\x7a\xe4\x91\x47\x94\x52\x4a\xa9\x8b\ \x17\x2f\xae\xac\x2c\x6f\x6e\x6e\x11\xb9\xc6\xba\x69\xce\x60\xe7\ \xdc\xab\xc3\xa3\xdf\x9d\xb8\x32\x11\x09\x21\x5a\x51\x02\x5d\x90\ \x42\x06\x22\x08\xa3\xf0\xdc\xf6\xb9\xd1\x78\xc4\x19\x27\xa2\x56\ \xd2\x72\xe0\xcb\x2c\x4b\x5a\xad\xc9\x78\x7c\xe6\xcc\x99\x5b\x3b\ \x3b\x0c\xd1\x39\xc7\x91\x59\x6b\x43\xa5\x94\x14\x65\x91\x29\xc5\ \x39\x53\x69\x12\x59\xe7\xd3\x34\x1d\x4f\x26\x4a\x05\xde\x47\x55\ \x5d\x45\x41\x10\x49\x34\xa6\x0e\x38\x7c\xf8\x47\x3e\x70\x7c\x74\ \xf4\xd1\xdf\xfc\x2d\xce\x99\x60\x9c\x23\x77\xb6\x06\xf2\x00\x14\ \x85\x4a\x72\x0e\x1c\x39\x57\xc6\x18\x22\xe2\x82\x73\xa1\x6a\x5d\ \xc5\x51\xb4\xb6\xb6\x8a\x88\xd7\xae\xdf\xb4\xd6\x10\x62\x65\xac\ \xb6\xb4\xba\xb1\xae\x38\x47\x53\x0f\x5a\x69\xb7\xd7\x2a\x0a\x3d\ \x85\x6a\x51\xe8\xd2\x99\x28\x8e\xd2\x56\x6b\x3c\xae\xa5\x94\x42\ \x08\xc6\x58\x18\x86\xc6\x98\xc6\x42\x6e\x2c\x1a\xa5\x94\x73\x2c\ \x8a\x22\x6b\x6d\x18\x86\xf3\xf9\x9c\x73\xde\xdc\x9b\x86\xef\x05\ \xe7\xfd\x6e\x37\x49\x12\x2e\x78\x59\x94\x55\x55\x09\x29\x75\x5d\ \x0b\x29\x19\xe2\x74\x3a\xed\xf7\x7b\xa7\xb3\x99\xbe\xb7\xfc\x2c\ \xce\x59\x9a\xb6\x9a\x63\x9c\xc0\x39\xe7\x96\x97\x97\x57\x56\x06\ \x93\xc9\xec\xec\xd9\x73\x82\x4b\x6b\xfd\xd2\xd2\xca\x8d\xa3\x71\ \xa4\x02\x57\x97\x4a\x4a\x87\xce\x03\xa1\xb3\x9c\x48\x72\xf4\xc4\ \xb9\xf7\x0e\xc9\x03\x71\x64\xce\x13\x21\x38\x8f\xd6\x13\x23\x20\ \x8f\x0e\x11\xc0\x03\x78\x42\x24\x04\x8e\x88\x04\xe0\x3d\x00\x39\ \x02\x44\xfa\x86\xa7\x90\x00\x08\x91\x10\x3d\x12\x47\x60\x1c\x09\ \xbd\xe5\xc8\x14\x07\xe2\x84\x1e\x90\x33\x10\x92\x8c\x73\xe4\x10\ \x9b\xd8\x34\x49\x25\xa5\x12\xb6\xac\x1b\x4b\xdc\x18\x4b\x44\x8c\ \x09\x22\x08\x82\x10\x91\x7b\x4f\xcd\x1b\x45\x84\xb3\x67\xcf\x9e\ \x39\x73\xe6\x2b\x5f\x79\xae\x71\x9d\x8a\xa2\xd0\x5a\x1b\x63\x38\ \xe7\x51\x14\x1d\x1f\x1f\x3b\xe7\xa5\x94\x75\x6d\x39\xe7\x9c\xf3\ \xaa\xaa\x9a\xef\x36\x8c\xd3\xf0\x26\x01\xe1\x6b\x18\x3f\xf9\x1a\ \xec\x1d\x64\x5e\x88\x95\x8d\xf5\xb3\x67\xcf\xcd\x66\x33\xce\xf9\ \x43\x8f\x3e\xba\xbb\xbb\x0b\x40\x75\x5d\x5b\x6b\xcb\xaa\x14\x81\ \x92\x81\x6a\xa7\xdd\x76\xda\x15\x5c\x2a\x15\x06\x41\x24\x03\x75\ \x74\x78\x38\x18\xac\x6d\x6e\xae\xb7\xdb\xed\x20\x08\x8e\x8e\x0e\ \xfb\xfd\xa5\x26\x8e\xb5\xbf\xbf\x5f\x96\xe5\x95\x2b\x57\x92\x40\ \x46\x51\xa0\x04\x0b\x64\xc8\x11\x86\x47\x87\x79\x9e\x25\x51\xa0\ \x94\xcc\xb2\x92\x4b\x1e\x85\x01\x79\x0a\x04\x4f\xe2\x28\x8c\x82\ \xb2\x28\x18\x63\x67\xcf\x9e\xad\xaa\x6a\x38\x1a\x69\x63\x43\x95\ \xbe\xe5\xcd\x67\x2e\x9c\x3f\x4b\xe4\xc9\xc2\x3c\x2f\x1c\x01\x0a\ \x59\x19\xb7\x75\xe6\x22\x18\x37\xdf\xdb\x5b\x8f\x5a\x2b\x71\x7b\ \x7f\x31\x9c\x17\x55\xbf\xd5\x73\x5c\x79\xb0\xdd\xb8\x15\x71\x3e\ \x9a\xe6\x8d\x89\xd8\xd8\x38\x45\x51\xdc\x31\x6b\xa3\x28\x92\x92\ \x1b\x63\x9a\x39\x27\x49\x72\xe2\xbb\x86\x61\xd8\x4c\xbf\xe2\x8c\ \xf5\x97\xfa\xd6\x5a\xad\x75\x18\x85\xab\x6b\xab\xf3\xf9\xfc\xa8\ \x2c\xc0\x10\xe3\xdc\x93\x3b\x1d\xbe\xfa\x3d\xe8\x67\xb1\xa4\x15\ \x35\x0f\x92\xf3\xce\x59\xb7\xb4\xb4\xb4\xbd\xbd\xfd\xe2\x8b\x2f\ \x1a\x63\x3b\x9d\x9e\xf5\xbe\xd5\xe9\x32\x2e\x39\x63\x60\x35\xe3\ \x9e\xc8\x81\xf7\xcc\x5b\x46\xc4\x91\x47\x92\x55\xd6\x32\xf4\x80\ \x68\xc1\x5b\x24\x0f\x80\x08\x9c\xa1\x07\x6e\x2c\x78\xeb\x11\x88\ \x73\x0e\xe8\x8d\x23\x8e\xe0\x6f\x53\x0d\x43\x80\x93\x44\x52\x43\ \x0a\xfe\x24\x65\x44\x9e\x21\x97\x42\x78\x42\x46\x18\x30\xe6\x5c\ \x21\x08\x02\x64\x42\x52\x65\x3d\x0a\x24\xce\xbc\x23\x0f\x84\x00\ \xce\x18\x9e\xc4\x71\x14\xc9\x30\xa8\xb5\x23\x72\x0c\x95\xb7\x96\ \x21\xa8\x40\x01\x60\x14\x45\x0d\xcf\xde\x19\x64\x68\x8c\xb5\xd6\ \x19\xa3\x9b\xc7\xa1\xb1\xfa\x1b\x0e\x0a\x82\x40\x08\xc1\x39\x6f\ \xac\x9b\x3b\xa6\x8d\x52\xca\xdf\x06\xe7\xbc\x71\x4c\x09\xbe\x1b\ \x7e\x96\x23\x0f\xb1\x7a\x79\xf7\xe6\x71\x3e\x63\x8c\x6f\x6c\x6e\ \x7c\xfe\xd9\x2f\x31\xce\xbb\x9d\x2e\x8f\x03\x46\x2a\x52\xbc\xbb\ \xd4\xf3\xde\x6f\x6e\x6f\x25\x69\xba\x7d\xee\xec\xfa\xf6\x56\x2b\ \x4d\x19\xe2\x70\x34\x22\xa2\xe5\xa5\x7e\xbb\xd3\xd6\xba\xf6\xde\ \x7f\xf0\x83\x1f\xbc\x7c\xf9\xf2\x74\x3a\xdd\x58\x5f\xbb\x76\xed\ \x5a\x27\x6d\x39\xef\xb7\x37\x37\xd7\xd7\xd7\xf7\xf6\xf7\x38\xd2\ \x8b\x2f\x3c\x77\x74\x74\x14\x28\xa5\xb5\x0e\x03\xce\x10\x38\x82\ \x71\xb6\xae\x4a\x24\x9f\xc6\x31\x38\xc7\x85\x78\xf8\x91\x47\xae\ \x5e\xb9\xb2\xbf\xbf\x2f\x98\xec\xa5\x2b\x83\xfe\xca\xc1\xad\xa3\ \x6e\xb7\xbd\xb9\xb2\xe9\xf5\xbe\x01\xd6\x5b\x19\x4c\xb3\x32\xcf\ \x3d\x1a\x5f\x8c\x8e\x3f\xf4\xde\x1f\x5c\x69\xb7\x5e\x56\xd7\xc1\ \x88\xc3\xda\x58\x70\x51\xa8\xd0\xba\xd9\xd1\xb1\x88\xdb\x5a\xeb\ \xa5\xa5\xa5\x26\x15\xd5\x6a\xb5\xd2\x34\x6d\xc2\x75\x4a\xa9\x28\ \x0a\x11\x61\x6b\x6b\x6b\x38\x1c\x4a\x29\xc3\x30\x44\xc4\x34\x4d\ \xa3\x28\x9a\xcd\x66\x8d\x7b\x66\x9d\x43\xc6\xb4\x31\xfb\x87\x87\ \xed\x34\x1d\xac\xae\x4a\x29\xc3\x28\xb2\xc6\x0c\x56\x57\xef\x18\ \xa2\xa7\xf8\xde\x88\x2b\x23\x08\xc1\xbc\x27\x00\xe4\x9c\xa1\x92\ \x41\x10\x0c\x06\x83\x97\x5e\xbc\x9c\x2d\x8a\x24\x69\x4d\x47\x87\ \x2b\xed\xb4\xd5\xe9\xd8\xc9\x44\x29\xe5\x74\xce\x19\x09\xce\x18\ \xa0\xb0\x4e\x22\x28\xe6\x54\xcc\x8d\xa5\xb2\xae\x09\x1c\xe3\xcc\ \x11\xa1\xf7\xc4\xc0\x3b\x00\x86\x0e\x00\x80\x82\x40\x3a\x47\x26\ \xcf\x1d\x22\x78\xa2\x13\xc6\x00\xc6\xd0\x7b\x9f\xc4\xb1\x36\xba\ \xae\x35\x62\x93\x9c\x46\x00\x12\x82\x79\x87\xcc\xfa\x48\x32\x47\ \x3e\xe2\x3e\xe2\x35\x08\x06\xde\x3a\xd0\xc6\x82\x62\xca\x02\x72\ \x86\x40\xc0\x11\xe3\x38\x4a\xbb\xdd\xac\xa8\xc8\xb9\xa0\xa5\x26\ \x93\x19\x02\x04\x32\xd4\xda\x4a\x19\xe2\x49\xcc\x1a\x9b\x7c\x9a\ \x10\xc2\x18\x67\xad\xd3\xba\xae\xeb\x9a\x31\xe6\xbd\x37\xc6\x74\ \x3a\x9d\xaa\xaa\x6e\x47\x36\x19\x11\xf7\xde\x37\xba\x96\x3b\xd2\ \x93\x13\x85\x01\xbc\xd6\x43\x56\xbc\x96\x3b\x21\xe2\xd8\x71\x7e\ \x38\x9d\x4a\x21\x7b\xab\xab\xc3\xf9\x62\x3e\x9f\x1b\x73\x25\x08\ \x82\x38\x89\x07\xdd\xbe\xab\x2a\x44\x34\xcf\x7e\xe5\xb1\xb7\xbe\ \x35\x2f\x6b\x44\x7c\xe5\xea\xb5\x20\x0c\xbd\x73\xd6\xda\x30\x8c\ \x26\xb3\x99\xf7\x3e\x90\xea\x77\x7f\xf7\x77\x6f\xde\xbc\x59\xd7\ \xd5\x78\x34\xaa\x8a\x22\x69\xb5\x82\x20\x68\xa5\x2d\x4f\x3e\x89\ \x63\xce\xb9\x92\x32\x0c\xc3\x40\xa9\x24\x49\xe6\xb3\x59\x1c\xc7\ \x4b\xbd\x5e\x51\xe4\x51\x20\x91\x7c\x14\x04\x08\xe4\x89\x9e\x79\ \xfa\xe9\xb2\x2c\x1b\x33\x6a\x7d\xb0\x1a\x08\x3e\xd7\x86\x5b\x07\ \xc6\x86\x52\x4c\x8e\xc6\x45\x65\x0d\xb1\x74\x29\x4c\x93\xf8\x47\ \xde\xff\xde\x07\xcf\x9e\x5b\xef\x74\x12\x11\xe6\x8e\x8d\xaf\xde\ \x98\x56\x45\xab\xb3\xc4\x10\x8d\xd6\x8e\xd5\xad\x56\xb2\xba\xba\ \x9a\xe7\x79\x92\x24\x59\x96\x11\x51\xa7\xd3\x09\xc3\xb0\xae\xeb\ \x30\x0c\xa2\x28\x6c\x4c\x4d\xad\x75\x55\x55\x2b\x2b\x2b\x8d\xeb\ \xeb\xbd\x57\x4a\x1d\x8f\xc7\xd6\x5a\x29\xa5\xd6\xba\xae\xeb\xb2\ \xae\xa5\x94\x51\x14\x0d\x27\x93\x6e\xb7\x93\xb4\x52\xa2\x53\x3f\ \xeb\x7b\x8f\x7f\xe0\x76\xc6\x1b\x00\x39\xc7\x73\x67\xcf\x7f\x4e\ \x3c\x51\x96\x55\xaf\xd7\x77\x1e\x19\x13\x49\x92\x8e\x47\x63\xc5\ \x08\x00\x18\x52\x1c\x29\x45\x5c\xcf\xe7\x01\x07\x11\x58\x21\x65\ \xa5\x81\xbc\xb5\x04\x96\x08\x9d\xb3\xde\x3b\x22\x67\xad\xb6\xe0\ \x3d\x12\x40\x91\x17\xd6\x59\x6b\x9d\x23\xf2\x80\xbe\xb1\x2e\x10\ \x11\x90\x81\xf7\x4e\x23\x39\x8e\xde\x7b\xe2\x0c\x84\xe0\x08\xbe\ \x2a\x33\x06\x82\x11\xf8\xca\x77\x62\x8c\x03\x1a\x2c\x87\xdb\x9b\ \xdb\x57\x77\x8e\x0e\xc6\x65\xa6\x0d\x02\x70\xd6\xb8\x41\x58\xd5\ \xe5\xe6\xfa\x7a\x98\x24\x57\xaf\x5d\x4f\xd2\x8e\x10\x5c\x0a\x0e\ \x44\x5a\x1b\xef\x3c\x79\x02\x04\xc6\xc0\x7b\xe0\x0c\x9c\x03\xef\ \xfc\xc1\xfe\xd1\xcd\x9b\x37\x87\xc3\x63\xad\x75\xab\xd5\x6a\xd2\ \xe4\x0d\xbc\xf7\xe3\xf1\xb8\x2c\x0b\xef\x1d\x7d\x2d\x6e\x87\xcc\ \xc9\x18\x23\x84\x58\x5e\x5a\xfe\x4e\xf3\xe8\x8d\xa9\x59\x14\x85\ \x73\x8e\x33\x1e\xc7\x71\x43\x81\xd6\x5a\x44\x64\x8c\xd5\xb5\x06\ \x86\xf3\x3c\x63\x9c\xd7\xfb\xfb\x6f\x26\x3f\xcf\xb3\xba\xd6\x51\ \x1c\x1d\x1c\x1d\xed\xed\xed\x29\x29\x67\x8b\xac\xae\x6a\x15\xa8\ \xba\x2c\xfb\xbd\xee\xea\xda\x7a\x1c\x45\x9f\xfc\xe4\x27\x6a\x63\ \xec\x6c\xba\xb5\x7d\x76\xef\xe0\x10\x01\x06\x83\x81\x0a\x23\xeb\ \xc9\x13\x38\x02\x86\x4c\xa8\x80\x09\x11\x87\x41\xa8\x44\x9a\xc4\ \x40\x94\x24\x51\xb7\xd7\x01\x64\xb5\xb1\x4a\xa9\xa4\xd5\xee\x74\ \x3a\x81\xf0\x02\xc9\xeb\x45\xb1\x30\x82\xac\x2e\x26\x81\x70\x32\ \xc0\xc2\x61\x10\x08\x0b\xa6\x1d\x07\x79\x36\xb7\x51\x38\x3c\x3c\ \x9c\xcf\xa6\x06\x7d\xcd\xc8\x48\x2c\x9c\x56\x71\x34\x29\xaa\xc1\ \x60\xa5\xd3\xe9\xe4\x79\x2e\xa5\x8c\xe3\x58\x08\xb1\x58\x2c\xa2\ \x28\x62\x8c\x59\x6b\x93\x24\x99\x4c\x26\x44\x54\xd7\x75\x1c\xc7\ \x55\x55\x35\x33\x27\xb5\xd6\x17\x2e\x5e\x9c\x2c\xe6\xf3\xf9\xc2\ \x39\x27\x02\xa3\xa2\xb8\xaa\x4a\xe0\x82\x18\xab\xad\x8b\xd3\x36\ \x13\xe2\x34\x9f\xf5\x3d\x4a\x3a\xb7\xcf\x5d\x04\x82\xf5\xf5\x8d\ \xfe\x52\xbf\x2c\xab\xf5\xf5\x08\x39\x37\xce\x27\x69\x3a\x06\x04\ \x24\xc6\x19\x00\xd9\xba\x8e\x23\x19\x44\x41\x24\x59\xd2\x22\x00\ \x08\x24\x12\xb1\xda\x40\xa9\x2d\x11\x08\x46\xe0\x08\x10\x11\x08\ \x91\x71\x04\xa3\xb5\x75\x8e\x21\x32\x2e\x2d\x78\x74\xe4\xa1\x09\ \x2d\x7b\xef\xbd\xd6\x15\x00\x12\xf9\x13\x35\x18\x79\x40\x64\x8c\ \x05\x82\x05\xe4\x23\x49\x89\xf2\x9d\x18\x1e\xb8\xb8\xf9\xf8\x8f\ \xff\xd8\x67\x3e\xfe\x7b\x4f\x3c\xf5\x0a\xe4\x54\xd4\xc6\xca\x70\ \xb0\xb6\x26\x85\xc8\xe6\x8b\xa7\x9e\x7a\x2a\x6a\x25\x55\x55\x26\ \xc6\x38\xdb\x24\x42\x74\x13\xb8\x29\x8a\xe2\x60\x7f\x98\xe7\x79\ \xa7\xd3\xe9\x76\x3b\x8b\xc5\x62\x36\x5b\x34\xd1\x0f\xce\x79\x18\ \x86\x8d\xb7\xd5\x6e\xb7\x11\xb1\x09\x7a\x8e\x46\x23\x63\x0c\xe7\ \x5f\xd5\xd9\xde\xe1\x97\xc6\x02\x2a\xcb\xf2\xcc\xf6\x99\xaf\xda\ \x3e\xdf\x89\xbd\xe3\x9d\x77\xa5\x4e\x54\x14\x85\x61\xbb\xdd\x96\ \xc0\xd2\x30\xe1\x0e\xaa\xaa\x9a\x8f\x26\x9d\x76\x07\x01\x2a\x6b\ \x02\x86\xb5\x73\x51\x9a\xae\x0c\x06\xb7\xf6\x76\x46\xb3\x49\x69\ \xea\x30\x4d\xb4\xd6\x84\x22\xed\xb6\xf2\x6c\x1e\x44\xb1\x0c\xa3\ \x45\x56\x54\x55\xfd\x81\x0f\x7c\xb0\xae\xab\xf1\x78\x54\x55\x55\ \x55\xe9\x30\x0c\x8b\xa2\xb4\xce\x9d\x3b\x77\x3e\x6d\xb7\x95\x54\ \x4a\xa9\x95\x95\x95\xd1\x68\xd4\x92\x58\x97\x25\x67\xc8\x90\x84\ \x10\x40\xa0\xb5\x5e\x5a\x59\xd9\xda\xda\x96\x41\x78\xb8\xbb\x53\ \x66\xc7\x49\x1c\xbc\xfd\x2d\xf7\x73\xf4\x37\x6f\xde\x98\x25\x7c\ \x69\xd0\xcd\x2d\xd6\xd3\xfc\xc2\xb9\xb5\x92\xca\xab\x07\x3b\x57\ \x0e\x8f\x9f\x13\xf2\x78\x96\xd5\x51\x1c\x2d\xb5\xcd\x78\x14\x2d\ \xf7\xcc\x62\x12\xb4\x93\xb5\x76\xd8\xef\xf7\xad\xb3\x42\x88\x30\ \x0c\xab\xaa\x5a\x5b\x5f\x13\x5c\x34\x31\x7f\x64\xc0\x18\xce\x66\ \xb3\xa5\xa5\xa5\xc5\x62\xe1\xbd\x6f\xfe\xce\xf3\xbc\x2c\x4b\x20\ \xf0\xc0\x64\x10\xd5\x59\x1e\xb7\x3a\xc6\x58\x42\xd1\x04\xf9\xb9\ \x0c\xbb\xfd\x15\xeb\xe8\xee\xc4\xca\x8d\x5e\xb1\x51\xca\x7e\x1d\ \x9a\xb9\xba\xb7\xef\x2e\x22\x22\x43\x64\x9c\x21\x62\x13\x0e\x3f\ \xd1\xad\x22\x20\x60\xb3\x7b\x10\xf1\x44\xb4\x76\xfb\x4c\xbd\x1d\ \x05\x84\xd9\x6c\xd6\x78\x17\x8c\x31\x21\x64\xa3\x37\x11\x42\x58\ \x6b\x81\x3c\xe3\x22\x50\x8a\x5e\x95\x5a\xf1\xfe\xe4\x49\x68\x2e\ \xdc\x08\xc6\xbe\xd1\xc2\x26\x20\x84\x3b\xaf\xa2\xd1\xcf\x11\x9c\ \x88\xbf\x09\x00\x89\x48\x6b\xed\xa9\xb9\xe0\xc9\x61\x4f\xd4\xa8\ \x7d\xf1\x8e\x26\xfe\xd5\x0b\xf2\xcd\x08\x02\x3b\x9d\xf6\x37\x6e\ \x74\x22\x5a\x2c\x16\xdf\x19\xe3\xdf\x91\xa1\x13\x01\x2a\x25\xce\ \x9d\x3b\xf7\xd4\x53\x4f\x13\x51\x14\xc5\x45\xad\xa3\x28\x89\xa2\ \x44\x92\x26\x34\x88\x82\xa3\xf7\x46\xb7\x42\x15\x0b\x5c\x5f\x95\ \xf7\x3e\xfa\xd6\xa2\xa8\x9f\xfc\xdc\x93\xe3\x59\xce\x0a\x44\xe6\ \x01\x39\x73\xc0\xac\x27\x24\x0e\xdc\x7b\xef\x81\xb8\xe7\x04\x08\ \x8c\x33\x4f\x8e\x39\xeb\x89\x10\x39\x11\xa2\x23\x22\xc6\x51\x20\ \xbf\xf3\x54\x33\xce\x15\x17\x1c\x49\x31\x97\x04\x10\x0a\xdb\x6b\ \x85\xbd\x94\xa3\x59\x28\xaa\x23\xe1\x42\x01\x00\xdc\x32\x1e\x86\ \x81\x94\xa2\xd3\x49\xf3\x62\x91\x95\x45\x92\xb6\x95\xe0\x70\xa2\ \x33\xb6\x9c\x4b\x22\x98\x4c\xa6\xcf\x3f\xff\xc2\xee\xee\x2e\x00\ \xac\xac\x0c\xf2\x3c\xbb\x79\xf3\xe6\x62\xb1\x28\xca\x45\xa3\x47\ \xd3\x5a\x5b\xeb\x38\x67\xd6\xda\x46\x37\xd3\x58\x3d\x8c\x9d\x68\ \xf7\x9b\x57\x75\xfb\xc6\x91\x73\x2e\xcb\xb2\x45\xb6\xf8\xee\xf0\ \x0e\x91\x77\xda\x0a\x60\x93\xe3\xf1\xf0\xf0\x38\x0a\xa3\x28\x8a\ \xf6\x77\xf6\x00\x20\x8e\x63\xc5\x64\x9e\x15\xc0\xb0\xb6\xa6\x2e\ \x8b\xca\xd4\x71\x27\x2d\xaf\xeb\x67\x9e\x79\xa6\x3f\x58\xc9\x16\ \xf3\x56\xab\x35\x99\xcd\x18\xcf\x24\x67\x8b\xac\x5c\x5a\x5e\x96\ \x82\x5f\xbf\x7e\x95\x0b\xfe\xc3\x3f\xf4\xfe\x27\x9e\x78\x62\x77\ \x77\x6f\xbe\x28\x3b\xdd\xa8\xaa\x2a\x00\x36\x58\x5d\x05\x64\x5a\ \xeb\x0b\x17\x2e\x48\xa9\x86\xe3\x89\xb1\xa6\xaa\x2b\xf2\x5e\x4a\ \x79\xb0\xb7\x27\x82\xa0\xdb\xeb\x07\x41\x70\xef\xbd\xf7\x3e\xf0\ \xe0\xc3\x7f\xf0\x7b\x9f\x38\xb8\xf6\xbc\xb7\xa6\xdd\x0d\xbb\x69\ \x7c\xf6\xdc\xea\xca\xcb\x57\x32\xed\x59\xdc\x39\x98\xe4\x5c\xc1\ \x8d\xfd\xdd\x3e\x87\xa4\xdd\xba\x75\x75\xe7\x70\x5e\xc6\x67\xa3\ \xfe\xe6\xfa\x7a\xb7\xd5\x5a\xee\x4d\xab\xc5\xf9\xfb\x2e\xf5\x93\ \x01\x22\xe4\x45\xd1\x6e\xb7\xa5\x90\xbd\x5e\x2f\xcf\xf3\x7e\xaf\ \x37\xcf\xf3\xd9\x6c\xd6\xed\xb4\xc3\x6e\xb7\xdf\xeb\x21\x62\xb6\ \x58\x74\x3a\x9d\x86\x56\x9c\x73\xed\x76\xbb\xaa\x2b\x60\x02\xb9\ \x1f\x4f\xa6\x71\xab\x95\xa4\xd1\xe6\xf6\x36\x63\xec\xc9\x27\xbf\ \x34\x9b\xcf\x98\x54\x41\x18\xd2\x5d\xe5\xb3\x92\x24\xf9\x7f\xfd\ \xc2\x3f\x7e\xea\xa9\x67\x38\x63\x00\xcc\x53\x63\xcf\x83\xf3\xee\ \x4f\xfd\xe9\x9f\x7a\xf8\xe1\x07\xa7\x93\x31\x11\x39\x6b\xcb\xaa\ \xce\x16\xd9\x70\x38\xce\xb2\x6c\x77\x77\xcf\x5a\x1f\x45\xb1\x94\ \xd2\x68\xed\x9d\x89\xa2\xf8\xf8\xf8\x58\x6b\x9d\xa6\x69\x23\x7b\ \xad\xaa\x2a\xcb\x16\xd6\x39\x2e\x44\x14\x86\xff\xe0\x1f\xfc\x1f\ \x94\xe4\xce\xea\xf1\xf8\xf8\xf9\x67\x5e\x58\xee\xf5\x95\x52\xd7\ \xae\x5d\xbb\x78\xf1\x3e\x11\x46\xbb\xb7\x6e\x7e\xfe\xb3\x9f\x61\ \x40\x4a\x0a\x60\x1c\xb8\x4c\x7b\xcb\x8b\xa2\x5e\xe4\x65\xbd\x28\ \xe6\xd3\xd9\xd2\x4a\xcf\x93\x75\x64\xbc\xb7\x04\x24\x18\x03\x40\ \x20\x12\x4c\x90\xf3\x8c\x33\xe7\x7c\x6d\xb4\x94\x22\x8c\x62\x62\ \x18\x04\x4a\x48\x69\xad\x4b\x14\xbe\xfb\x9d\xef\xe8\x74\xfa\x61\ \xd2\x4e\xd3\x25\xe4\x3c\xcb\x32\x29\x05\x90\xad\xab\x42\xd7\x15\ \x57\x02\x11\xb9\x90\x00\xc0\x19\x0f\xc3\x08\x9a\x38\x48\x13\x76\ \x74\x4e\xca\xc0\x18\xf7\x77\xfe\xce\xdf\x9d\xcd\xe6\x4d\xf8\x03\ \xf1\x44\xc3\xa9\x94\xfc\xfb\xff\xc5\xdf\x0f\x82\xe0\x6e\xa9\x87\ \xee\x50\x4f\x43\x3f\xde\xd3\xc6\xc6\xe6\xe7\x3f\xff\x85\xb2\xac\ \xc3\x30\x2a\xa6\xa5\x0a\x82\xa4\x95\x08\x83\x4e\x9b\x6e\xa7\x9d\ \x84\x2c\x1f\x1f\xa7\xa1\x4c\x03\x3e\x58\x82\xd6\x7d\xe7\x5b\xc4\ \xee\x39\x3c\x78\xe1\xf2\x0d\xeb\x81\xd0\x03\x78\x34\x44\x0e\x18\ \xf3\xe0\xc8\x7b\x2f\x90\x21\x47\x4b\x44\xde\x21\x20\x67\x8c\x31\ \x20\xe4\x48\xd6\x39\x20\xef\x19\x32\x64\xc8\x18\x03\x22\x4f\xc4\ \x10\x19\x63\x1c\x29\x92\x42\x72\x2b\xd0\x0b\xb0\x47\xbb\xd7\xbf\ \xf4\xdb\xd3\x83\x51\xc6\xd1\x31\x4f\xa1\x50\x33\xe3\xc6\xa3\x71\ \xa7\xdd\xe2\xa1\x72\xce\x01\x43\x6b\xac\x73\xde\x59\xdb\xf8\x4b\ \xce\x59\x63\x74\x5d\xd7\x55\x55\xd5\x75\xbd\xbb\xbb\x33\x9b\xcd\ \x94\x92\xc7\xc7\xc7\x55\x55\x13\x98\xaa\x2a\x1a\x5a\xd1\x5a\x33\ \x86\xd6\xba\xc6\xb4\x71\xce\x09\xc1\xad\xd5\x88\x9c\x31\x6c\xc8\ \xe8\x8e\x63\x44\x44\x65\x59\x36\xf2\xe5\xef\x02\xef\x30\x00\x57\ \x65\x91\x52\xd3\x6a\x61\xb4\xb6\x75\xd1\xef\x9e\xed\xb5\x5b\x59\ \x91\x7b\x6b\xb2\xc5\x8c\x5c\x7d\xcf\xc5\x33\xce\xd7\x97\x5f\x79\ \x41\x4f\xf6\x5a\x5c\xba\xc2\xc4\xa2\xed\x6b\x34\x65\x3d\x47\x97\ \x1d\x4d\xda\xbd\x16\x4f\xd8\x74\x31\xbd\xf9\xc9\x97\x3b\x41\x3b\ \x20\x35\xba\x71\xb0\x7b\xed\x95\xdd\xe1\xcd\x3c\xb7\x9d\x78\x85\ \xbc\xb5\xb6\xd6\xe5\xc6\x73\xcf\x7d\xe5\xd6\xad\x5d\xae\xd4\xcb\ \x97\x5f\x2e\x4a\x63\xac\xdf\xda\x48\xc8\x59\x1e\x04\xf3\xac\x3a\ \x38\x9a\xf6\x3b\xfd\x76\x8c\xbb\x57\x6f\xfd\xe2\xd3\xff\x3d\x47\ \xea\x6f\xae\xef\x94\x0b\xc9\xe5\x6f\x7c\xe9\xf9\x73\x17\xb6\xef\ \xbf\xff\x9e\x4f\xfc\xde\x1f\xf4\xba\xfd\x58\xae\x04\xac\x1f\x49\ \x31\xca\xbb\xb9\x30\x2b\xc9\xf2\x7c\x59\x14\x30\xca\x17\xa8\x5f\ \x3e\x5e\x5d\xe9\x87\x47\x79\x5a\xe8\x25\x26\xcc\x38\x0b\xe3\x44\ \x68\x4e\x0e\xb2\x49\xb1\x32\x58\x19\xee\x0f\x17\x1e\x9d\xa9\x92\ \x50\x89\x62\x2c\xe6\xb4\x1e\x8b\xd1\x7c\x91\x06\x42\x22\x4a\x21\ \x2a\xe7\xb5\xae\xbb\x9d\xb6\xa9\x4a\x24\xd0\x8b\x45\x27\x92\xb6\ \x5c\xd4\x0b\x9b\x4f\x8f\xd3\x4e\xdb\xea\xf9\x85\x73\xab\x4a\x99\ \xaa\xca\xbe\xae\x64\xec\x35\x42\x29\xf5\x99\xcf\x7c\xe6\x77\x7e\ \xe7\xf7\xbe\xf1\x5b\xef\x7a\xf7\xdb\xcf\x5f\xd8\x2e\xeb\xbc\x2a\ \x4a\xad\xf5\x7c\x3e\x3f\x3e\x1e\xdf\xb8\x7e\x73\x38\x1c\x3d\xfb\ \xec\x73\x75\x6d\xda\x69\x27\x8a\xe2\x22\xcf\x9c\xd1\xbd\x7e\xff\ \x95\x57\x5e\xc9\xf3\x7c\x69\x69\x09\x08\x54\xa0\xea\xba\x1e\x1e\ \x1f\x6b\xf2\x00\xa0\x38\xff\xaf\xfe\x77\xff\x79\x7f\x73\xc5\x59\ \xca\xe7\x7e\x78\x74\x4b\xfa\xba\xd3\x6e\xdf\x78\xf9\xb9\x41\xbf\ \xd7\x5b\xdd\x9c\x8d\x8f\xbf\xf0\xd9\x4f\x93\xad\xe3\x30\xf0\x4c\ \xa0\x08\x07\xdb\x17\x86\xb3\xec\xc6\xce\x21\x16\xe6\xe6\x8d\x1b\ \x67\xce\x6d\x20\xf7\x95\x29\xbc\xaf\x11\x31\x50\x92\x3c\x39\xeb\ \x24\x97\xe8\x81\x0b\xee\xac\x5b\x94\x45\x18\x86\x69\xa7\x83\x82\ \xc5\x49\x12\x86\x41\x55\x9b\x95\x54\xbe\xf5\xe1\x7b\xda\xad\x38\ \x90\xdd\x56\x1a\x23\x97\xb5\xae\xa3\x50\x02\x30\xf2\x85\xd1\x86\ \x0b\x60\x4c\x28\x85\x44\x24\x95\x68\x25\x01\x22\xa3\x93\xc4\x0f\ \x22\x63\x00\xdc\x18\xf7\xaf\x7e\xf5\x5f\x57\x65\xf5\x8d\xaa\xb3\ \xbf\xf7\x77\xff\x2e\xe2\xb7\x2d\xda\x44\x40\x22\x6f\xa9\x06\x44\ \xf2\x28\xb8\xf4\x96\x80\x31\x64\x18\x84\xad\xb4\xbd\x3c\x1a\x65\ \x83\xd5\x60\xac\x87\x41\xda\x4b\x5a\x95\x58\x94\x81\x83\x25\xc7\ \x3a\xa8\xe6\x01\x43\x9e\x71\x6e\xd4\xcc\xc3\xce\x65\x68\xb5\xdb\ \xac\xe8\xc9\xca\xb3\x0a\x3c\x31\xe2\xdc\x02\x33\x24\x80\x0a\xaa\ \x1c\x78\x47\x64\x9c\x0f\x85\xf0\x1c\xb4\x31\x8e\x20\x6d\xa7\xd6\ \x3a\x70\xce\x83\xf7\x1c\x0d\x59\x21\x02\x40\xf4\xd6\x01\xd9\x48\ \x4a\x44\xc3\x81\x85\x3c\x62\x44\x80\x3c\xd7\x66\x59\x04\xf3\xda\ \x66\x85\x29\x0b\xcf\x7c\x48\x56\x06\x66\x01\xa5\x77\xb8\x6e\x78\ \x50\x07\x2d\xc9\x03\xc7\x23\x26\x12\x21\xa3\xdc\x69\xaf\xa8\x2c\ \xe7\xce\x6b\xe7\x2b\x6d\xf2\x20\x64\x51\x2c\x9d\xaf\xc3\x28\xe2\ \xc2\x07\x01\xb3\x9e\x12\xa1\x74\xad\x91\x71\xc6\xb9\x10\xb2\xae\ \x6b\xc6\x04\x79\xca\x8a\x3c\x8a\x54\x5d\x71\x63\x8c\x10\xaa\xaa\ \x32\xe7\x7c\x13\x79\x90\x52\x34\x19\x7a\xef\x5e\xd3\x82\x7f\x0b\ \xde\xf1\x44\x61\x14\xbf\xf9\xe1\x47\xae\x5c\xb9\x62\xeb\x3a\x8e\ \xe2\x20\x0c\x15\xe3\x9d\xb4\x95\x26\xc9\x7c\x36\x43\xc1\xcf\x0d\ \x56\xd6\x85\xf2\x44\x6a\x30\x88\x8b\x02\x31\x6a\x65\xe5\x56\x18\ \x21\x63\x81\x54\xb6\xae\x21\x4a\x18\x00\xf3\x7e\x73\x75\x75\x2e\ \xb3\x7a\xaa\x05\x17\xce\xb9\x9d\x5b\xb7\x26\x45\xa5\x94\x70\x64\ \x16\x8b\x45\x20\xb9\x10\x5c\x6b\x33\x9b\x15\xdd\x1e\xcb\xaa\xcc\ \x7b\xf4\x1e\x27\xb3\x79\x55\x96\x8e\x89\xdd\xc3\xa3\xd2\xd4\x85\ \x31\xb7\xf6\x0f\xc2\x48\x6a\x53\x02\xb8\xae\xb6\x9d\x89\xb5\xde\ \xf8\xe1\xe2\xf2\xf0\x99\x1b\xcf\x5c\x9e\x65\xf3\xe3\xdd\x49\xbf\ \x5b\xbe\xed\x6d\x97\xca\x02\x3d\xf2\x5c\x57\xe8\x32\xab\x5d\xed\ \x7d\x53\x17\x41\x9c\xc9\x95\x8e\x0a\xa2\xc3\xe3\xe3\xf1\x30\x3f\ \x7f\xe1\x62\x5e\x56\xb3\x2c\x3f\x1e\x0f\x55\x2c\xf7\x8f\xf6\xaa\ \xba\xcd\xc0\xf7\x78\x7b\x32\x9d\x8c\x27\xe3\xf5\xcd\xad\x4e\x7f\ \x79\x60\x81\x09\x35\x9c\x8c\x8d\x31\x81\x92\xde\x39\xe2\x0c\x6b\ \x77\xbc\xb3\xbb\xb6\xbe\x5e\xe6\x45\x55\x55\xdb\xdb\xdb\x7b\x3b\ \x7b\xf5\x22\xef\x5f\x68\xa7\x32\xd6\x45\x79\x77\x35\xa1\x44\x14\ \xc7\x31\x00\x70\xce\x1f\x7e\xf8\xe1\x07\x1e\x78\x38\x08\x14\x63\ \xf0\x89\x4f\x7c\x5c\x4a\x65\x8d\x65\x8c\x49\x29\x89\x48\xa9\x20\ \x0c\xc3\x38\x8e\xe3\xb8\xec\x74\x3a\x45\x5e\x46\x51\x94\x24\x09\ \x79\xe7\x95\x4c\x92\xa4\xf9\x3d\x4d\xde\xb4\xa9\x9d\x41\xc4\xe1\ \x70\xe8\x88\x84\x10\x57\xaf\x5e\xdd\xde\x5e\x25\x82\x30\x8c\xe2\ \x38\xd1\xc6\xaa\x20\x54\x2a\x28\xca\x72\x20\x64\xbb\xdd\xe9\xf7\ \x97\xf2\xf9\x44\x05\xca\x23\x47\x11\x48\x29\xa3\x28\x36\xc6\x0c\ \x7a\xdd\xd1\xe8\x98\x71\x16\x86\xca\x79\x4d\x8c\x18\x43\x29\x24\ \x11\x30\x74\x52\x28\x0e\xc0\x39\x77\xc2\x59\x20\x15\x04\x81\x52\ \x4c\x88\x40\x05\x4a\x05\xde\x43\x9a\xb6\x85\x54\x80\x8c\x0b\xe1\ \x9c\xf7\x56\x37\xfb\xad\x91\xe5\x72\x21\x10\x05\x22\x6f\x38\x86\ \x33\x41\xfe\xa4\x14\xb9\x09\xbc\x9e\xb8\x69\x1e\xce\x9c\xd9\x7e\ \xf0\x81\x87\x7a\xbd\x25\x63\xec\xde\xde\xee\x13\x4f\x7c\x2e\xcb\ \xb2\x76\x9a\xdc\xa5\x7b\x0b\x84\x88\x1c\x95\xf7\xde\x35\xd5\xca\ \x8c\x31\x06\xce\x41\x10\x84\x9d\x4e\x3a\x9d\xcc\x3d\xb4\x88\x85\ \x95\x03\x95\xb4\xa8\xaa\xd1\x79\x03\xd6\x12\x47\x21\x88\x09\x0b\ \x7e\xae\x35\x7c\xf9\x19\x0c\xc2\xbc\xa8\x41\x08\x47\xc4\x04\x8f\ \x58\x00\x88\xc8\x48\x22\xd9\xca\xd5\xb5\x66\x82\x33\xc6\x98\x10\ \xc8\xb9\x27\xe7\xb4\x6d\xa2\x39\x0c\x18\x30\x24\x10\xcc\x11\x72\ \x66\x9d\x87\xa6\xd8\x82\x3c\x63\xe0\x89\x2a\xef\x25\x03\x4e\xa2\ \xf6\xe4\x78\x7c\xe9\xbe\x07\x35\xde\x9c\x56\x43\x27\x43\x15\x76\ \x17\x47\xfb\xd6\x3b\xe7\x2c\x79\x2f\xb8\x44\xc6\x1a\x0f\xab\xd6\ \xb5\x31\xc6\x13\x59\x6b\x9b\x58\x70\xa3\xb3\xef\x76\xbb\xcd\xc6\ \x58\x5f\x5f\xaf\xca\xaa\x36\x85\xf7\xc6\x5a\x87\x88\x5a\x6b\x44\ \x2c\xcb\x32\x8a\xa2\xba\xae\x5b\x69\x2b\x8a\xa2\xe9\x24\x6b\x0a\ \x4a\xbd\xb7\x9d\x4e\x27\x49\x12\xce\xfb\xd6\x5a\x6b\x4d\x23\xf2\ \xfe\x2e\xe8\x95\x11\xc0\x78\xfb\x42\x7e\x3c\x96\x66\xde\x51\x75\ \x28\x3a\x9d\xc4\xac\xb6\x8e\xf5\xc4\x18\xbd\x70\x73\x1e\xb5\xd8\ \x64\xbf\xbb\x16\x4b\x09\xd3\x71\x36\x31\xd3\xb4\xc5\x59\xec\x98\ \xf5\xd6\x95\x2b\x9b\xad\x30\xee\x7b\x9d\x6a\xa7\x17\xe5\x54\x38\ \x5a\xe9\xf6\x72\xa8\x7d\x85\x4c\xa0\x21\xd7\xef\x03\x11\x48\x2e\ \x56\x96\x97\xca\x22\x33\xc6\xf4\xfb\xdd\x7e\xaf\x65\xac\x2d\xb3\ \x5a\xca\xd8\x6a\x73\x6c\x5d\xab\xdd\x02\xa9\x40\x28\x02\xc8\xea\ \x4a\x91\x9b\xd7\x0b\x21\x30\x6e\x45\xa1\x0c\x12\x72\x96\x39\xcd\ \x82\xe3\xa2\xb0\xda\xa4\x91\xb4\x28\xee\xbb\xff\x41\x0f\x50\xfb\ \x5a\x44\x51\x5d\x56\x86\xbc\x8a\xe2\x14\x51\x39\x2a\x3d\x65\x75\ \x29\x16\x8b\x50\x58\x2e\x91\x47\x78\xf9\xc6\x8b\x69\xa7\x7f\x34\ \x1d\x42\xc0\x6e\x1d\xdc\x2c\x4d\x19\xd9\x80\xa1\xcb\x2b\xbe\xd0\ \xb6\x70\x04\xd3\xf9\x6a\xdc\x09\xdb\xed\xe9\x7c\xb1\x7f\x70\x74\ \xfe\xfc\x99\x58\x05\x45\xb6\x48\x07\x83\xe1\xe1\x64\x63\x69\x70\ \xb8\xb3\x9f\xb6\xdb\x6d\x15\xa3\x76\x9d\x20\xb6\xad\xee\x2b\x2f\ \xbc\x1c\x72\x75\xf1\xec\x45\x64\x77\xd9\x6c\xe4\xf6\xed\xa3\x0f\ \x7f\xf8\x23\x0f\x3e\xf8\xd0\xea\xea\x6a\xbf\xdf\x33\x56\xd7\x75\ \x9d\x24\x89\xd6\x55\x53\xcf\x21\x84\x90\x5c\x48\x29\x9b\x7a\x62\ \x80\xb2\xd1\x9e\x34\x81\x18\xb8\x5d\x22\xdc\x04\x7a\x1a\xad\x00\ \x00\x78\xf2\x00\xe8\x9c\xbd\x7e\xfd\xfa\x0f\x7f\xe8\x83\x4e\x57\ \x52\x4a\xa5\x54\x59\x94\x42\x88\x30\x8a\x8c\xb6\x44\x3e\x8e\xa2\ \x30\x0c\x17\x53\xef\x9c\x03\xce\x9a\x72\x59\x44\x34\xc6\x08\x25\ \x5a\x69\xe2\x9c\xb5\x96\xc8\x79\x02\xef\x89\x0c\x11\x00\x43\xe4\ \x8c\x31\xab\x2d\x00\x33\xd6\x5b\xe3\x39\xf3\xd6\x7a\x4e\x8e\x1c\ \x79\x4b\x56\xbb\x40\x9d\x94\x9b\x48\x21\x01\xc8\xde\xae\xf6\x6e\ \xda\x03\x34\xd1\x23\xce\x39\x00\x02\x30\x21\x9a\x4c\xed\x49\x2c\ \x0b\x00\xad\xb7\x51\x14\x66\x59\xb1\xb5\xb5\xf5\xb7\xff\xf6\xcf\ \x21\x8a\xc3\xc3\xc3\xe3\xe3\xe3\xeb\xd7\xaf\x66\x59\x86\xc8\xee\ \x3a\xb6\x43\xc4\xac\xe5\x9c\x0b\x25\xc0\x39\xa8\x2a\x9d\x67\x85\ \xf3\x64\xad\xe9\x74\xda\x7b\x7b\x7b\x0e\xa4\x88\x96\x33\x5d\x26\ \xad\x6e\xb9\x98\x12\x62\xed\xcb\xe3\x62\x2e\x38\xb5\x92\xb6\x75\ \xc5\xdc\x19\x06\x0a\x0d\x4e\x4a\x6b\x51\x74\x57\x56\xed\x28\xcb\ \x72\xcb\x55\x10\x32\xe6\x18\x19\x08\x9c\xf7\x8c\x73\x02\x06\x8c\ \x09\x25\x9d\x73\xce\x7a\xce\x51\x70\x61\x0a\x4b\x80\xc8\x10\xbc\ \xa7\x26\x9e\x22\xb8\xd3\xce\x5a\x03\xc4\x3c\x12\xa1\x33\x96\x8c\ \x73\xb5\xf3\x78\x63\x72\x34\x79\xd6\x38\xde\xea\xaf\x6d\x2c\xad\ \xf7\x96\xd6\xd3\x6b\xd7\x8f\xe6\x13\xce\x85\x47\xac\xad\xe6\x08\ \x18\x2a\x67\x4d\x55\x93\x35\x16\x08\xeb\xba\x6e\x92\x50\x5a\x6b\ \x6b\x6d\x59\x96\x4d\xc2\xa4\x21\x97\x20\x08\x90\x05\x08\x28\x84\ \xd0\x5a\x37\x75\x0f\x61\x18\xe6\x79\xd6\x70\xb0\x94\xd2\x5a\x57\ \x96\x65\xad\x8b\x33\x67\x37\x9d\xb3\x75\xad\x57\xd7\x96\x8f\x8e\ \x8e\x8a\x52\x74\x7b\x1d\xef\xbf\x2b\x75\x12\x88\xa2\xd2\x66\x32\ \xeb\xc9\x60\x7b\x73\x7b\x79\x69\xc9\x7b\x3f\x63\x42\xb4\xa2\x36\ \x08\xad\x6b\xf4\x36\x2f\x17\x5d\x15\xb6\x5b\x11\x99\xea\xdc\xfa\ \xea\x13\x4e\x6f\x75\x53\x2e\x53\x62\x5a\xdb\x72\xea\x9d\x77\x16\ \xbd\xcb\xa6\xd3\x20\x68\xb5\x3a\x5d\xe8\xc8\x5e\xbf\x1b\x84\x48\ \xbc\xac\x16\x45\xbd\xa0\x40\x72\x0a\x64\x18\x86\x51\x18\x3a\x67\ \x24\xca\xa5\x6e\xd8\xed\xf6\x17\xb3\x2c\x43\x17\xc6\xad\xc3\x83\ \x61\x9c\xa4\x67\xce\xdf\xe3\xbd\x47\x86\x45\x99\x23\xf7\x2a\x0c\ \x0a\xb2\x36\x40\x4b\xde\xb5\x55\x10\x24\x69\xb7\x43\x8c\x7b\x08\ \xb8\x0c\x89\x3c\x7a\x5d\x7b\x4f\x2a\xae\xab\xb9\xf7\x60\x88\x15\ \xce\x54\xde\x97\xde\x51\x51\x08\x5f\x1e\x8f\xca\xb2\x2a\x37\xb6\ \x36\x0d\x98\x42\x17\x79\x55\x57\x85\x0e\x42\x59\xea\x5a\x49\x2e\ \x83\x50\xc4\xc6\x00\x5c\x3b\x38\xdc\x9f\x65\xad\x76\x67\x3c\x1c\ \x4f\x27\x33\x3a\x0b\x55\x5d\x95\x59\xb6\x53\x96\x01\xa8\xda\xd8\ \xc3\xa3\x23\x6b\x4c\x9e\x17\x4b\x4b\xfd\xb8\xd5\x32\xb5\x9e\x0c\ \x47\xf9\x6c\xc1\x91\xd3\xdd\x36\xc1\x68\xee\x1f\x11\x1c\x1e\x1e\ \x5e\xbc\x78\x89\x31\x56\x55\x65\x9e\x67\x88\xa4\x6b\x4d\x00\x8c\ \x35\x35\xc9\x8c\x09\xd6\x04\x8f\x85\x10\x4d\xc8\xb6\x71\xee\x1a\ \xa2\x69\x4e\x27\x44\x6c\x7c\xef\x20\x08\xc2\x30\x44\x40\xc6\xb9\ \x36\xfa\xea\xd5\xab\xcd\x7d\x56\x4a\x45\x61\x98\xcf\x16\x8d\x97\ \x47\xe4\x89\x20\x8c\xc2\x30\x0a\x1b\x2b\xc3\x13\x31\xc6\x8c\xd6\ \x88\x32\x08\x14\x63\x38\x18\x2c\x2f\xe6\x53\x67\xac\x64\xcc\x58\ \x02\x20\xce\xb9\x27\xd0\xda\x90\x27\x0e\xe8\xbc\xbb\x2d\x2b\x73\ \xde\x39\x86\x48\xce\x93\xf3\xce\x3a\x21\x44\xb3\x8f\x39\x67\xcd\ \x63\xc0\x39\x67\x0c\x01\x3d\x10\x79\x4f\x92\x31\xc6\x38\x22\x12\ \x21\xe7\x52\x08\xe1\x3d\x34\x8a\xfe\xa6\x32\xdb\x5a\xe7\x3d\x59\ \x6b\xa6\xd3\xe9\xd2\xd2\x80\x88\x8e\x8f\x8f\xcb\xb2\x04\x00\xfb\ \x1d\x68\xa6\x18\x82\x10\x88\x00\x44\x70\x7c\x3c\xbb\x79\xe3\xa6\ \x31\x46\x08\x26\x84\x08\xc3\x80\xa1\xcf\xf3\x3a\x88\x7a\xd5\x38\ \xef\xc4\x01\x57\x5c\x06\x28\x9d\x33\x45\x21\xa2\xa8\xbf\xb2\x8c\ \x00\x93\xe9\xd5\x60\xfd\xcc\xe6\x83\x0f\xcf\x3e\xf1\x89\x88\xd5\ \x83\xb5\x6d\x4b\x57\xf3\xf2\x98\xc8\x1b\x67\x08\x58\xa0\xa4\x73\ \x8e\x10\x3d\x00\xe3\x42\x86\xca\x18\x53\xeb\x1a\x3c\x11\x07\x29\ \xb9\x27\x02\x44\x4f\x0c\x90\x11\x80\x27\x22\xf4\xd6\x39\x06\xcc\ \x21\x38\x87\x12\x89\x01\x73\x5e\x55\x5a\xf0\x8a\xcf\xf3\x22\x3b\ \x5a\xb0\x83\x61\x9c\xde\x58\x5f\xd9\x48\x93\xb4\x34\xc6\x29\x2d\ \x44\x00\x9e\xbc\xb7\xe4\x9d\xb7\x40\xce\x23\x60\x55\x57\x4d\xda\ \xbb\xd9\x0f\x8d\x61\x58\x96\x65\x9e\xe7\x3b\x3b\xbb\x61\x2c\x93\ \x38\x5a\x2c\x16\x8d\x50\x10\x11\xad\x35\x9c\x8b\x46\xbc\x06\x00\ \xcb\xcb\xcb\x44\x34\x9b\xcd\x18\xc3\x5e\xaf\xcb\x6e\x43\x08\xbe\ \xb4\xd4\x6b\xb7\x53\xff\x1a\x6a\x83\x5e\x43\x7c\x87\x60\x10\x24\ \xdd\xed\xf3\xed\x76\x7b\x75\x75\x35\x89\xe3\xfd\xbd\xbd\x42\x45\ \x9c\xf3\x60\xd0\x0e\x54\xd0\xdd\xec\xdf\x3a\xba\xbe\x33\x3c\xda\ \x1a\xac\xe4\x75\xd9\x6a\x25\xeb\x6b\x6b\xce\x42\x18\x07\xb5\x9d\ \x2f\x0a\x7f\x50\x57\x8b\x62\x76\xcf\x85\x6d\x6b\xed\xcd\xdd\xc3\ \x95\xad\x55\x11\xb6\x50\xb0\xba\x9c\x86\x91\x8a\x3c\x95\xe3\xd1\ \x24\x1b\x8f\xa6\xe3\xad\xcd\x35\x6d\xea\x20\x90\xbd\x76\xcf\x19\ \x97\x86\x8a\xfb\x08\x0d\xad\x0d\xd6\x5d\x69\x7a\x69\xfb\xe2\xb9\ \x73\x87\x47\x07\x88\x64\x4d\xe9\xc9\x73\xa2\x61\xb1\xd8\xd5\x19\ \xfa\x52\x76\x58\x1c\x76\xad\x08\x25\xc6\xfd\x78\x40\x5c\x15\x55\ \x75\x78\xb8\x4b\xe9\x52\x10\x2a\x87\x82\xa1\xc0\x00\x03\xa1\xaa\ \xba\xac\x4b\x2f\x81\x6b\x6b\x7c\x5d\x31\x86\x95\xb1\x95\x2b\x16\ \x65\x5d\x55\x9a\x21\xf3\x9e\xc9\x24\x96\x8c\x79\x12\x16\x85\x88\ \x94\x44\x5e\xd6\x1a\xaa\x2a\x2b\x8a\x20\x09\xbb\xbd\xde\x74\x78\ \x74\xeb\xe6\x6e\x28\x25\x02\x2b\xca\x4a\x08\x3e\x99\xcf\x8d\x77\ \xf9\xfe\x01\xe7\xbc\xd1\x8d\x7f\xf1\x99\x67\x1f\x7b\xf7\x7b\xc4\ \x5d\xdb\x3b\xb7\x1d\xae\x5f\xfa\xa5\x5f\xfa\x37\xff\xe6\xdf\x6a\ \xad\x39\xc7\x2c\xcb\xde\xf7\xbe\x1f\x54\x81\xe2\x15\xa3\x93\x5c\ \x16\x72\x2e\x1a\xcd\x46\x93\x07\x68\xe4\xea\x42\x08\xef\x6c\x13\ \x20\x6c\x0a\x97\x11\x51\x4a\xd9\x6a\xb5\x1a\xc1\x91\xf5\x9e\x00\ \xae\x5d\xbb\x0e\xd6\x78\xef\x94\x0a\x92\x24\x39\xb0\xfb\x00\x20\ \x38\x77\xce\x79\xf2\x8d\x96\xaa\xd1\x4c\x34\x5d\x5a\x1a\x59\x8b\ \x94\xca\x3a\x1b\xc7\x51\x59\xce\xbd\xb1\x56\x1b\x6f\x6d\xda\x4e\ \x55\x18\x39\x60\x94\x17\xc6\x5a\x26\x98\x27\x70\x9e\xac\x75\x81\ \x42\xf0\xc0\x81\x29\x2e\x05\x30\xe6\x28\x0a\x43\xce\x39\xe2\x49\ \x1a\x0b\xa8\xd1\x88\x03\x02\xdc\xb6\x7d\x4e\x4c\x1b\x86\x28\x85\ \x64\x4c\xdc\x5e\x12\x06\x00\x9c\x33\x00\x4c\xd3\xd6\x2b\xaf\x5c\ \xf9\xb3\x7f\xf6\xcf\x09\xa1\x38\xe7\xde\xbb\x2c\x5b\x20\x7e\x63\ \x91\xd3\xb7\x51\x9c\x65\xad\xbf\x71\xed\x78\x3a\x9d\x73\x21\xc6\ \xa3\xe1\xf5\x1b\xd7\x7b\xbd\x4e\x93\x21\x42\xe6\xb9\xc4\xc9\x68\ \xb8\xba\xb2\x9a\x55\x5a\xa4\x2a\x8a\x44\xaa\xb0\xab\x02\x5f\xdb\ \x62\x51\x55\xd9\x24\x49\xfb\x6b\x17\x1f\x8e\xd2\xd4\x2e\xaa\x33\ \xf7\x3c\x50\x64\xf9\xcb\x97\xaf\x0c\xc7\x63\x40\xf0\xe4\x88\x3b\ \xc6\x99\x40\x16\x86\xca\x3a\xa7\x9d\x63\x08\x46\xd7\x44\x0e\xc0\ \x33\x24\x8e\x04\x08\xce\x79\xe7\xbd\xf3\x9e\x4b\x74\xd6\x35\xd2\ \x1f\x04\xe2\x82\x21\x58\x82\x02\x3d\xf3\x1e\x8c\xb3\x73\x6d\x4d\ \x69\x2c\x90\x73\x6e\xbe\x98\x0e\x8f\x77\x8f\x76\x0e\x57\xb6\xce\ \xa7\x9b\xab\x93\xba\x2a\xf2\x4a\x70\xc9\x63\x6c\x6c\xde\x86\xff\ \x8d\x36\x77\x5c\x21\x21\x44\x1c\xc7\x69\x9a\x76\x3a\x1d\x44\x4c\ \x92\xb8\xd7\xef\x24\x49\x3c\x1c\x8e\x8c\x36\xcb\x2b\x2b\x8c\xb1\ \xf1\x78\x3c\x9b\xce\xfb\x4b\x4b\xd6\xe6\x44\xb4\xba\xba\x24\x84\ \x0c\x02\xb9\xbe\xbe\x1a\x45\x61\x59\x96\x37\x6f\xde\x44\xc4\x6e\ \xb7\xa7\x75\x6d\xad\xf9\x6e\xc4\x95\x3d\x39\xc5\x17\x3f\x70\x8e\ \x31\x9c\x30\xf6\xf2\xde\xbe\x5f\x98\xc1\x7d\xeb\x70\xe1\x01\x40\ \x9c\xeb\x7a\x72\x74\xa4\xba\x55\x70\xef\x7d\x26\x9f\x5e\x05\x77\ \x70\xe5\xda\xef\x7f\xea\xdf\x6c\x5c\x3a\xdb\x69\xf7\xcb\x80\xcd\ \x8b\xd1\x78\xa2\x2e\xb9\xa5\x08\x31\x60\xd4\x4b\xdb\xdd\x95\xe5\ \xfd\x79\x5e\xcd\x4b\x47\x7e\x6b\xbd\x97\x26\xa2\x28\x8f\xee\x3b\ \xb7\x31\x59\x2c\x18\x3a\xc1\xa1\xdd\x8a\x2f\x5d\x3c\x7f\x7c\x3c\ \x2c\xf2\xf9\x7c\x3c\x94\x9c\x33\x95\x46\x0c\x57\x3a\xad\x5d\x01\ \x93\x83\x1d\xa7\x2b\xad\x6b\xd9\x38\xa8\x79\x59\x19\x27\x25\xb7\ \xa0\x89\x48\xeb\x7a\x36\x19\xc7\x6a\xd0\xef\x9c\xf1\xc0\x8f\xc6\ \xc7\x47\xb3\xe3\x76\xd4\x09\x20\x96\x2a\xf4\x45\xe5\x9c\x33\x9e\ \x18\xe7\xb5\x31\x6e\x51\xc4\xca\xab\x28\xb6\xda\x39\x27\x74\xe5\ \xb4\x41\x22\xe9\xac\x8b\xa3\xd8\x54\x14\xb7\x02\xf4\xdc\x59\x0b\ \x1e\x92\x38\x42\x82\x40\xc9\xba\xaa\x56\x57\x56\x82\x20\xa8\xea\ \x3a\x8e\xc3\x30\x08\x87\xf3\x19\x8f\x25\xe3\xa2\x2c\x4a\x42\x86\ \x80\xb6\x39\xf6\x19\x33\xd6\x16\x5a\xdf\x75\xd3\xaf\xa6\x01\x59\ \x13\xc8\xd0\xba\x69\xf7\xe3\x01\xa0\x29\xda\x40\x86\x8d\x6e\xbd\ \xa9\x68\x15\x42\x38\xe7\x1b\x13\x5a\x08\xc1\x10\xa5\x94\x95\x35\ \x4d\xf5\x7c\x93\x83\xbb\x93\xef\x0c\x82\x40\x4a\xa9\xcb\x92\x01\ \xec\xec\xec\x15\x45\xe1\x89\xd0\x93\x52\x81\x31\xc6\x3b\x07\x88\ \x79\x51\x58\x6b\xa5\x10\x9c\x8b\x13\x79\x18\x11\x59\x77\xbb\xaa\ \x30\x46\x06\x45\x95\x1f\x1e\x1c\xba\xba\x74\x46\x5b\xeb\xa6\xd3\ \x05\xe3\x82\x04\x13\x2a\x00\xc0\xea\xa4\xff\x83\xcd\xf3\x82\x2c\ \x79\xeb\x01\x60\x31\xcf\x9c\xb1\xb3\xf9\xe2\x1d\x6f\x7b\x30\x08\ \x03\x80\x26\x83\xcf\x00\x5c\x63\xa0\x91\xb3\xcd\x9b\x3a\x69\xae\ \x46\x28\x84\x10\xe2\x44\xb3\xff\xd5\xfe\x6b\x08\xde\x53\x93\x4f\ \xa9\xeb\xba\xae\xcd\xab\x14\x37\xf0\x0d\xbd\xdb\x5e\x2b\x84\xe0\ \xe3\xf1\xf4\xc9\x27\x9f\x44\xa4\x6e\xb7\xd3\xe9\xa6\x4a\x29\xe7\ \xbc\xd6\x75\xad\x4b\x21\x18\x63\xac\xca\xa7\xd0\x4d\xb8\xd7\xde\ \x90\x92\xb0\xdc\x0d\x1f\x7c\xf7\x43\x7a\x3a\xbc\xf9\xf9\x67\x86\ \x47\x47\x45\x56\xd6\x55\xfb\xfc\xd9\x28\x2b\xc7\xd9\x64\xbc\x73\ \xeb\xe6\xe4\x78\xe4\x3d\x31\xc6\xd0\x7b\x40\xef\x9c\xf1\x04\xe4\ \xad\x73\xd6\x59\xab\x8d\x36\xd6\x69\x6b\xad\xd3\x59\x66\x85\x10\ \x60\x0c\x01\x3a\x42\x47\x00\xc6\x30\xc6\x89\x3c\x90\x47\x04\x06\ \xc4\x99\x27\x57\x49\xe4\x02\x98\xf0\x1c\xbd\xf5\x85\xe5\x2a\x88\ \x05\x8a\x10\x2d\x20\x30\x65\x8c\xf6\xae\xe9\x03\x65\x00\xb8\x12\ \xdc\x3b\x83\x4c\x59\x63\x85\x90\xb5\xae\xef\x68\x29\x1a\x2d\x9e\ \x52\x4a\x08\x91\x24\x49\xbb\xdd\x4e\x5b\xed\x30\x0c\xe2\x28\x49\ \x92\xe4\xcc\xf6\x59\xef\xfd\x68\x38\x6e\xb5\xda\x83\x95\xd5\x30\ \x0c\x8b\x22\x0f\xc3\x60\x73\x73\x33\xcb\xb2\xc5\x62\x01\x00\xe3\ \xf1\xf8\xf0\xf0\x70\x30\x58\xc9\xb2\xc5\x6c\x36\x2b\x8a\xe2\xbb\ \x92\xcf\x22\x14\x3c\xb9\xb4\x95\x65\x8b\x1b\x37\x6f\xed\x1e\x5e\ \x83\xc3\x83\x79\xf2\xd8\x5b\x7f\xe0\xed\xe3\xa3\xc3\xdd\x1b\xc7\ \x07\xfb\x2f\xc3\xe5\xc5\xe6\x07\xde\xb7\xbd\xbe\x6c\xb2\xd9\x6c\ \xbe\x98\x95\x8b\x37\x3f\xf6\x5e\x21\x82\xf1\x7c\x72\xe3\x78\x2c\ \x02\xc1\x42\x56\x4c\xa7\xf3\xf9\x1c\x74\xbf\xd3\x0e\x87\x55\x71\ \x73\xff\xc0\x23\x74\x52\xdc\xbb\xb6\xb7\x15\xc4\xf7\x3f\x78\xf1\ \x85\x97\x5f\x9e\x48\x3c\xdc\xbf\xa5\x8d\x15\x4a\xf6\x7b\xad\xad\ \x8d\xe5\xf1\xf1\x70\x3e\x99\x86\x81\xe8\xa7\xea\x0b\x9f\xfb\x5d\ \xe7\x6c\xbf\x1b\x8c\x26\x45\xbf\xdb\x3d\x1e\x8d\xab\xd2\x4a\xa5\ \x30\x2b\x36\x3c\xf6\xd7\xd2\xa4\xc3\xaf\xee\xee\xa8\x5a\xb4\xa3\ \x58\x3a\x75\x34\x9e\xee\x0d\x8f\xb2\x7a\x1e\x93\x57\x32\xc0\xba\ \xb2\xc6\x09\x29\xc8\xd6\x55\x55\x93\xb3\x42\x32\xc1\xa1\xaa\x16\ \x82\x92\x6e\x67\xe9\xe0\xe0\x08\x1d\x03\xeb\xd1\x83\x2e\xca\x56\ \xa7\x1b\x29\x65\xcb\x32\x40\x72\x75\x4d\xcc\x91\xd6\x61\x2b\x6d\ \x27\x89\x12\xe2\xea\xd5\x2b\xf9\x6c\x11\x44\xc9\x6c\x3e\x23\x21\ \x34\xf9\x2a\xcf\x99\x60\xde\x43\x23\x6e\xb0\x80\xfd\xd5\xd5\xed\ \xad\x33\xdd\xe5\x65\x7f\xd7\x36\x3f\x61\x23\x56\x28\xcb\xaa\x91\ \x93\x35\x5f\x0e\x02\x69\x8c\x61\xc8\x90\x83\x94\x52\x29\x27\x38\ \x07\x00\xe7\x2c\x22\x2a\xa5\x18\x63\x5a\x9b\xba\xae\xe2\x28\x12\ \x42\xdc\xd1\x77\x35\xa7\x9c\x73\xae\x71\xe6\x17\x79\xce\x00\x47\ \xa3\xd1\xfe\xfe\xfe\xd6\xc6\x1a\x79\x9d\xa6\x29\x67\xcc\x58\x9b\ \xa6\xe9\x78\x92\x35\xea\xb9\x46\x43\xd4\x08\x6a\x18\x63\xc6\x68\ \xe0\x41\x14\xc5\x75\x3e\x0b\xc3\x60\x63\x7d\x4d\x71\x60\xce\x67\ \x59\x36\x9e\xce\x83\x38\xbc\xb1\xbb\x37\x2f\x6a\xc6\x90\x1c\x21\ \x02\x43\x20\x0f\xe3\xe1\x58\x0a\x6e\xad\x43\x00\x4f\xe0\x01\x1a\ \xc1\x14\x6f\x9c\xab\x26\x58\xcc\x79\x43\x2c\xec\x44\x5e\x84\xcd\ \x0a\x08\x21\x6e\x37\xbe\x3a\xa9\xa0\x02\x40\x00\x67\xad\xe6\x5c\ \xf0\x93\xf2\xa2\x13\xeb\x30\x8e\xa3\xa2\x28\x3d\xdd\xb5\x77\x8b\ \xde\xfb\xc3\xc3\x03\xa5\xf8\x62\x31\xe3\xfc\x6c\xa7\x93\x66\x59\ \x06\xc8\x00\x09\x80\x25\x49\x6b\x67\x78\x85\x6d\xf4\x95\xe0\x65\ \x5e\x0e\x5a\xad\x2c\xdb\xa9\xa7\x47\x89\xa4\x76\x5b\x65\xe3\xca\ \x39\x3f\x37\x70\x3c\x9a\x56\xf9\xe2\xf0\xe6\x4d\x57\x55\xde\x18\ \x5d\x55\x5a\x3b\xe3\xbd\x36\xce\x1a\xef\x3d\x5a\x6f\xad\x75\xc6\ \x3b\xeb\xbc\x07\xb4\x44\x00\x44\xde\x12\x31\xc1\xc0\x43\xd3\x25\ \x0c\x19\x03\x4f\x8e\xbc\x63\x08\x92\x33\x21\x58\xa8\x82\x50\x72\ \xd9\x74\x3c\x34\xd6\x3b\x8a\x22\x49\x9c\x91\x14\x06\x85\x71\x6e\ \x56\x51\x91\x15\x51\xad\x35\xa3\xd5\xb5\x41\x55\x18\x00\x07\x40\ \xe4\xbc\xd5\x56\xaa\xa0\x36\xb6\x39\x48\x9c\x73\x8d\x10\xcc\x7b\ \x5f\xd7\xb5\x94\xf2\xcc\x99\x33\x88\x28\x04\x5f\x59\x19\x30\xc6\ \x84\x10\x42\xc8\x34\x4d\x9b\x9c\x43\x18\x86\x52\xaa\xe3\xe1\x1e\ \x11\x34\x59\x78\xc6\xd8\x6c\x36\x1f\x0c\x56\xb7\xb7\xb7\x01\xa0\ \xd3\xed\xc6\x71\xfc\xdd\x88\x2b\x73\x5e\xcf\xb3\xdd\x7f\xf5\x3b\ \x1b\x6b\xeb\xab\xd3\x69\x4b\xa7\xa2\x97\xdc\xe3\x7b\x6b\xd7\xe7\ \x9d\x69\xc5\xf7\xca\xae\xef\x2c\x0f\xb6\x96\x76\xaa\x07\x23\xb1\ \xd1\xbb\xf8\xfc\xa0\xea\x26\xcb\xdb\x65\xe7\xe5\xeb\xbb\x69\x99\ \xb5\x32\x0e\x01\xed\xf9\x57\xb6\xfb\xfd\x87\xef\xbf\xe0\x72\xbd\ \x3b\x9c\xc6\x1c\x2e\x9d\xdf\x2e\xaa\x52\xcf\xa6\xf7\xad\xae\x3d\ \xfe\xe0\x43\x09\x61\xb9\xb1\xec\x5c\x75\xeb\x78\x18\xc6\xf1\xca\ \xfa\x60\x30\x18\x24\x61\xb0\xb7\x7b\xeb\xd6\x0d\xb8\x74\xcf\xc3\ \xdd\x6e\x2f\xcb\xe7\xc0\x61\x65\x3d\xad\x69\xc1\xb8\x4f\xda\xca\ \xa2\xad\xad\x56\xce\x3c\x9a\x2e\x9d\xd9\x5a\x2b\x71\x21\xb2\xe4\ \x95\xdd\xac\x85\x3c\xc2\x00\x5c\x61\xbd\xe3\x01\x57\x52\x44\x2a\ \x22\x9b\x3b\x80\x90\x73\xdd\xf4\x68\xb3\xce\xd6\xc6\x21\x09\xa0\ \x38\x54\xb6\xaa\xf2\xf9\x14\x6c\x8d\xde\x82\x27\xaf\xb5\xc2\x10\ \xb4\x8b\xc3\x20\x66\x72\x51\x2e\xe2\x30\x88\x30\x9c\x8f\x0e\x39\ \xd9\xc9\x68\x54\x14\x05\x7a\x22\x0f\x42\x80\x61\xe8\x1d\xa9\x50\ \x22\x30\x8f\xe0\x00\x9c\x36\xc0\xf9\xe8\xe0\x30\x08\x63\xce\xc5\ \x5d\x07\x1a\x9a\x47\x49\x6b\x1d\x04\x81\x52\x81\xb5\x56\x4a\x91\ \xe5\x0b\x6b\x9d\x52\x01\x81\xd7\x55\x85\x88\x9c\x9f\x38\xd8\x4d\ \x5c\xb9\x66\xda\x5a\x5b\x55\x35\x02\x25\xad\x56\x53\xd4\x8a\x0c\ \x5b\x49\xcb\x3a\xdb\xd8\xdb\x41\x10\xa4\x69\xba\x7f\x7c\xa4\x38\ \x3f\x3e\x3e\xda\xdb\xdf\xbb\x70\xfe\x4c\x99\x57\x69\xda\x4a\x92\ \x84\xbc\x6f\x25\xc9\xfe\xc1\xc8\x93\x47\x26\xc2\x93\x02\x42\x6a\ \xa2\x2d\xc6\x58\x00\x09\x00\xde\x5b\xef\xe9\xf8\xf8\x28\x9f\x4d\ \xad\x76\x65\x9e\x17\x8e\xee\xbd\x78\x2e\x90\x81\xa3\x1a\x08\x94\ \x60\x9e\x88\x33\x46\xe0\xbd\x27\x6d\x1c\x07\x08\x94\x32\xd6\xa2\ \xf7\x4a\x36\x26\x0c\x03\x00\xef\x1c\x01\x4a\xce\x19\x23\xef\x9b\ \xb0\x0f\x23\x64\x8d\x0b\xc6\xb9\x6c\xe2\xc4\x88\x00\xc4\x1a\x65\ \x21\x01\x48\xa9\x00\x18\x01\x86\x61\xd8\x18\x44\x44\x54\xd7\x25\ \x00\xb0\xbb\x8d\x2b\x23\x02\x91\x9b\x2f\x26\xed\x76\xcb\x93\xad\ \xea\x62\x63\x73\xa5\xaa\x8b\xba\xae\x83\x40\x68\xed\x92\x24\x5a\ \x94\x93\xd2\x64\x3c\x50\xf3\x59\xb1\xde\xef\x2d\xf2\xbd\x67\x9e\ \x78\x7a\x6b\x29\x1a\x8e\xc6\xda\xb3\x56\x9a\x76\xbb\xdd\xf9\x74\ \x3a\xda\xdf\x2b\x66\x73\x66\x0c\x38\xef\x6a\x6d\xac\x75\x8e\xac\ \x75\xce\x9f\x94\x7f\x32\x0e\x02\x39\x20\x5a\xe7\x04\x02\x11\x01\ \x63\x82\x23\x47\x64\x84\xc8\x40\x30\x11\x84\x31\x11\x78\x67\x19\ \x83\x40\xf0\x50\x89\x40\xb0\x80\x7b\xc1\x00\x7d\xad\xbd\x21\x57\ \x79\x0f\x8e\x84\xf7\x4a\x93\xa8\xad\xf3\x9e\x34\x6a\xef\x5d\x7f\ \xa9\xfb\x13\x7f\xe2\x8f\x5f\x7e\xf1\x95\xa7\xbe\xf8\x8c\x15\x35\ \x0a\xe6\xac\x03\x8f\xc6\x9a\x26\xbe\x73\x47\x7d\xd3\x74\x9b\x6a\ \xec\x9d\x28\x8a\xa4\x54\xf7\xdc\x73\x09\x00\xbe\xfc\xe5\x2f\xef\ \xee\x5e\x4b\x92\x34\x4d\xd3\x24\x69\x35\x46\x77\x10\x84\xd3\xe9\ \xac\xb1\x46\xcb\xb2\x2a\xcb\xea\xdc\xb9\x73\xab\xab\x6b\x75\x5d\ \x1b\xa3\xa3\x28\x7e\x2d\x0d\x18\x5e\x53\x7c\x67\x76\x75\x57\x4c\ \x8a\x4b\xf7\x5c\x3c\x7b\xff\xc3\xfd\x6e\x47\x0a\x7e\x74\xb0\xa7\ \x48\xc8\xb4\xb7\xc6\xd4\xb9\xcd\x95\x7b\xcf\xac\xaf\x2d\xf5\xe6\ \xc7\x47\xf7\x74\x5a\x64\xa9\x3e\x3a\x5a\x8f\xe3\x34\x92\x51\x48\ \xfb\xa3\xbd\xcd\xb5\xee\x9b\x2f\x9e\x4f\x4a\x5d\x66\x55\xc5\xb1\ \x00\x42\x63\xaa\x45\xf6\xd6\x8b\x17\xde\x71\xe9\x62\xe2\xed\xe4\ \xf8\xb0\xdf\x52\xd9\x52\xdb\x82\x5d\xde\xde\xea\xae\x2c\x13\x52\ \xb6\x98\xcb\x08\x56\x37\x7a\x14\x54\x3e\x28\x95\xc2\xd1\x68\x58\ \x60\x15\xf6\xd5\x6c\x51\x24\x83\x54\xf4\x5a\x47\xc7\xd3\xad\xb3\ \xdb\x2b\xeb\xcb\x0b\x3e\x9b\x14\x73\xb3\x84\x91\x6f\x59\x8e\xc8\ \xe4\x4a\x6f\x60\x6d\x55\x7b\x29\x1d\x91\xd6\x21\xe7\x86\x31\x57\ \xd7\xae\xaa\x14\x62\x1a\x87\x55\x59\xd6\x59\x19\x08\x44\x51\x80\ \x59\xc4\x0a\x18\x41\x9e\x39\x15\xe0\x85\x33\x83\x48\x31\x0e\xe6\ \xcc\xc6\x32\x03\x9c\x4d\x38\x31\xe5\x78\x70\x53\xeb\xd2\x16\x49\ \x98\x20\x51\x9e\x17\x6b\x9b\xab\xef\x7b\xff\xfb\x9c\xd3\x4f\x3d\ \xf5\xb4\x73\xf4\xc1\x1f\xfe\xe1\xd5\xb5\xcd\x9d\x5b\xbb\x2f\x5c\ \x7e\xf9\xf9\xaf\xbc\xb0\x98\xcd\xe7\xc7\xd3\x7c\x9e\x31\x64\xdf\ \x81\xb9\x03\xde\xfb\x8f\x7c\xe4\x23\xef\x78\xc7\x3b\xdb\xed\x36\ \x22\xfd\xd2\xbf\xf8\xe7\x75\xad\xef\x64\xa6\x1a\x43\x80\x71\xae\ \x94\x64\xb7\xdb\xdf\x36\x0f\x50\xa8\x14\x67\xac\x69\x0e\x59\xd7\ \xb5\x52\x8a\x34\x59\x6b\x9b\x5c\x51\xbb\xdd\x96\x42\x70\x86\xd3\ \xd9\xfc\xd6\xcd\x5b\xf8\x9e\x77\x39\xe7\x82\x30\xec\xf5\xfb\x80\ \x18\x86\x91\x27\xb2\xc6\xf2\x30\x68\x25\x49\x13\x93\x36\xd6\x0b\ \x94\x4c\x78\x81\xa8\x8d\xb6\xce\x92\x64\x79\x91\xe7\x8b\x85\x04\ \x90\x8c\xa5\x92\x3b\xeb\xa5\x52\xcd\x0b\x68\xba\x58\x39\xe7\x19\ \x82\x60\x0c\x81\x04\xe3\xad\x28\xaa\xaa\x4a\x09\x15\x47\x11\xde\ \xae\xfb\x6f\xda\x7f\x72\xce\x89\x2c\xde\xce\x5a\x79\x40\x04\xf4\ \x27\x3d\x49\x1a\xe3\xfd\x8e\xd5\x83\xde\x03\x22\x1a\x6d\x36\x37\ \x37\x7e\xf6\x3f\xf9\xd9\x7e\x7f\xa5\x28\x8a\x2b\x57\xae\xfc\xca\ \xaf\xfc\xcb\xa3\xa3\xa3\xbb\xa6\x7a\x04\xd4\x46\x33\x6e\xc3\x48\ \xb4\xdb\xa9\xb1\xc5\x74\x36\x8e\xe3\xa0\xaa\x72\x63\x80\x31\xc6\ \xb9\x14\xb1\xda\x99\x1e\x6d\x76\xcf\xcd\x4c\x39\x2a\x64\xb7\x73\ \xd6\x11\xb3\x81\x8a\xfa\x8a\x0b\x1e\x06\x4b\xe3\x3c\xdb\xdf\xdd\ \xa9\x67\xb3\x44\x08\xeb\x2a\x24\x2f\x10\x24\x32\x64\xe0\x05\x80\ \x23\xef\x81\x31\x20\x62\x44\x5e\x08\x2e\xa4\x70\x04\xcc\x5b\x20\ \x14\x52\x4a\x90\x44\x64\x3d\x78\x44\x21\xb8\xd6\xda\x58\xc3\xc1\ \x93\x05\xab\xa1\x40\x81\xc0\x39\x1a\x4e\x25\x50\xc9\xd1\x86\x51\ \x6c\x2d\x66\xa5\x29\x34\x21\x8f\xb4\xb5\xda\x92\xb7\x36\x08\x94\ \xb5\x5a\x2a\x1e\x86\x4a\x57\x95\x8a\x55\xd3\x75\xac\xf1\xd3\x39\ \xe7\xd6\xda\xa6\xb6\x53\x6b\xbd\xbf\xbf\xbf\xbe\xbe\x9e\x24\xc9\ \xee\xee\xae\x10\x62\x6b\x6b\xeb\xf8\xf8\xf8\xca\x95\x2b\x9f\xfb\ \xdc\xe7\x84\x10\x6f\x79\xcb\x5b\x1e\x79\xe4\x11\x21\x44\x9e\xe7\ \xc3\xe1\x78\x36\x9d\x36\x15\x45\x04\xa0\x64\xd0\xe9\xf4\x84\x50\ \x44\x08\xc0\xc4\x6b\x3b\x68\x5f\xc3\x7f\x22\xea\x05\x91\xcb\xcb\ \x2b\xcf\xbd\xb0\xbd\xbc\x1c\xf5\xf9\x7c\x32\x89\xb9\x2c\xa8\x56\ \xc8\x1d\x53\x83\xad\xe5\xd6\x76\xb4\x3f\xdc\xd1\x7e\x11\xac\x06\ \x37\xae\x0d\xcb\x6c\xde\x5b\x3f\xeb\xc2\x60\x8e\x24\x92\xfe\x43\ \xe7\x97\x57\x83\xb0\x3a\x9a\x74\xb5\xf5\x9e\x17\xc4\xbc\xa5\x38\ \x68\xdd\xdf\x5b\x5b\x2e\xa9\x18\x0f\x85\x2d\x13\xc6\xdb\x42\xd4\ \xad\x04\xea\x3a\x66\xac\x36\x1a\x75\x95\x28\x01\x4a\x4c\x66\x87\ \x96\x55\x51\x1c\xc4\x29\x67\x51\x50\xfb\x3a\x11\xf1\xf6\xc5\x4b\ \x69\x67\x79\x3a\x2b\xea\x90\x9e\xe9\x8c\x95\x0f\x7c\x99\x4e\x6f\ \x19\xdb\x8e\x26\xd7\x2b\x3f\x1d\xaf\xb4\x56\x37\x5a\xbd\x50\x86\ \x47\x65\x58\x97\x55\xa4\x48\x01\xab\x6a\x23\x80\x74\x59\x3a\xa3\ \xb7\x36\xd6\x05\x16\xc5\x7c\xe2\x5d\x45\x54\xbd\xf3\x9d\x6f\x06\ \x70\xcf\x3d\xfb\xdc\xf6\xf6\xe0\xfc\xf6\x46\x35\x1f\xe9\x72\x9e\ \x44\x05\xaf\x44\xdc\x6a\x1d\xcd\xe6\xde\xba\xa5\x56\xcb\x1b\x3a\ \x18\x8e\x3b\xbd\xa5\x20\x0c\xff\xf8\x4f\xfd\xd4\xc5\x4b\xf7\x5c\ \x7b\xf6\xe9\x47\xef\x7b\xf0\xa5\x97\xaf\xec\x5d\xbf\xf5\xf8\x3b\ \x1e\x7f\xfc\x1d\x3f\x78\xfd\xda\x8d\xab\xd7\xae\xff\xd6\x6f\xfd\ \xf6\x53\x4f\x7f\x81\x8c\xa3\xbb\x6e\x83\x41\x27\x8d\xb8\xef\xbf\ \xff\xbe\x7b\xee\xb9\x67\x73\x73\xb3\xd5\x4a\xbe\xf8\xc5\xcf\x57\ \x55\xc9\x39\x63\x0c\x01\x58\xd3\xb7\x49\x08\x11\x04\xa1\x94\xea\ \x8e\x44\x5d\x0a\x21\xa4\xd2\xd6\x02\x40\x10\x06\xd3\xe9\x94\x80\ \x94\x54\xc6\x1a\x24\x20\xef\xc3\x30\x4c\x93\x56\x51\x64\xd6\xc3\ \xfe\xc1\x91\x35\x86\x0b\xa1\xb5\x99\x4c\x26\xb3\xe9\x74\x6d\x75\ \x20\x95\x74\xce\x72\xce\x82\x40\x35\xf4\xc7\x98\x68\xba\x09\x7b\ \xe7\xb2\x45\xe6\xea\x32\x09\x24\x43\xe0\x8c\x71\x64\x40\x96\x13\ \xd5\x65\x21\xb8\xe0\x88\x1c\x19\x43\xcf\x39\x3a\xef\x25\xe7\x92\ \x4b\xce\xb8\x35\xc6\x18\x6d\xac\xe9\xa4\xed\x30\x0a\x19\xe3\x8c\ \x73\x64\x0c\xe9\x24\x31\x47\xc4\x5c\xd3\xe3\xaf\xa9\xae\x40\x04\ \x6c\x5a\x94\xdc\x0e\xea\xdc\x8e\xee\x20\x63\x88\x64\x8c\xe9\xb4\ \x3b\xef\x7f\xff\xfb\x95\x8a\x8e\x8e\x8e\xa4\x94\xbd\x5e\xef\xe8\ \xe8\xc8\xdf\x6d\x16\xdd\x13\x05\x4a\xad\xac\xf4\xd3\x34\x91\x92\ \x2f\xb2\xb9\x94\x62\x79\x79\xb9\x29\x12\xf6\x9e\x04\xe3\x71\xaf\ \xb3\x33\x19\x2f\xf5\xee\xcf\x6c\x38\x2e\x42\x4f\x41\xc0\xc2\xd4\ \x4b\x1e\x88\x9c\xdc\xc1\xc1\xf4\x70\xb6\xbb\x98\xce\x62\xc6\x03\ \x21\x09\x98\xe2\x82\x23\x63\xcc\x69\xcf\xd0\x3b\xe1\x81\x00\x1d\ \x39\xef\xc8\x7a\x72\x44\xae\xf1\xee\x8c\x77\xe4\x89\x9c\x75\x8e\ \x3c\x69\x63\x2b\xe3\x08\xb3\x93\x2a\x2d\xf2\x1c\x3d\x82\x47\x4c\ \x3c\xb4\x04\xf7\xad\x48\x2c\xf5\x97\x92\x54\xf6\x7b\xcb\x8b\xcc\ \x1d\x5d\x3d\x3e\x1a\x15\x61\x1c\x03\xe8\xa8\xdf\x41\x06\xba\xae\ \x9e\x7c\xf2\x0b\x75\x65\x18\x02\x0a\x4e\xce\x6b\xad\x39\x17\xde\ \xbb\x26\x3f\x75\x12\x50\x23\xaa\xeb\xfa\xe9\xa7\x9f\x9e\x4c\x26\ \x79\x9e\xff\xde\xef\x7d\xea\xe2\xc5\x0b\x3f\xfd\xd3\x3f\x7d\xe5\ \x95\x2b\x79\x96\x35\x9a\xf8\x26\x20\xd8\x94\x7d\xae\xaf\x6e\xc5\ \x51\x5a\x55\x55\x51\x14\xc6\x98\x95\x95\xf5\x40\xc5\x65\xa1\x95\ \x94\xce\xea\xd7\x38\xa2\xe6\x35\xe4\xd1\xb9\xac\x65\xec\x8d\xae\ \xb4\xfb\x77\xbf\xf9\xc9\xc7\x1e\x7e\xe0\x4d\x97\xee\x41\xa3\x43\ \xeb\x83\x5a\x5f\xbc\x70\xf6\x9e\xc1\xc6\x7c\x3a\x09\xad\xac\x28\ \x5c\x2c\xb2\xf5\x56\x3c\x9e\x97\xd9\xc1\xcb\xaa\x9b\x3e\xb8\xb9\ \x1c\xa6\x51\x00\x76\x3e\x1e\xd5\xa0\x79\x8b\xe9\x50\x04\xdd\x30\ \x36\x06\x54\x50\x9e\xa1\xcb\x34\x77\x2d\xaa\x35\x02\x72\xb7\xd6\ \x71\x95\x3a\xa8\xcb\xdd\xe0\x30\xde\x68\x27\xf1\xba\x70\xce\x4d\ \xa3\x59\x31\xbc\xb1\x18\xb5\x3b\x4b\x6b\xe7\x2e\x92\xf7\xee\xf8\ \x28\xdf\x1b\x3d\x7b\xf0\x7c\x7b\xbf\x3f\xbe\x36\xeb\x0c\x56\xf9\ \xfd\x5d\xb1\x9e\x94\xdd\xb8\x8a\xe2\x9b\x93\x5b\xf9\x74\x3c\xc9\ \x5d\xde\xc9\x7b\x2d\x19\x76\x79\x12\x98\xac\xcc\x8c\xe4\x05\x96\ \x56\xe8\xa2\x98\xb7\x24\x7d\xe0\x5d\x6f\xbf\xef\xbe\x73\x45\x36\ \xfc\xe4\x27\x3f\x06\xde\x3e\xfa\xe8\x3d\xfd\x6e\x77\x31\x9f\xa5\ \x6f\xbe\x27\x0e\x03\xa7\x73\xf2\x96\x18\xab\x1c\x58\xd4\x41\x10\ \x26\xa1\x0c\x35\x63\x8a\xf7\x1e\xbe\xbf\x6f\xf4\xee\xe1\xf1\xa5\ \xb4\x5f\x5f\xd9\x79\xf9\xf9\x1b\x93\x14\x8c\x35\xdb\xeb\x83\xeb\ \x2f\x3c\xff\xab\xff\xf4\x9f\xfc\xc9\x9f\xfa\xd3\x5b\x2b\x6b\xbd\ \x87\x1e\x8c\x55\x78\xf5\xea\xb5\xd9\x7c\x7e\xa7\xbf\xc9\xdd\xe9\ \x77\x88\xe8\xe3\x1f\xff\xf8\x74\x3a\x4f\xd3\x34\x0c\xd4\xe7\x3f\ \xff\xc4\xcf\x3c\xf4\x97\x9a\x94\xb9\xae\x9a\x8e\xf4\x42\x4a\x19\ \x04\x81\x94\xa2\xe9\x48\xe0\x9c\xe3\x1c\x01\xbc\xd1\x75\xb7\xdb\ \x0d\x64\xd0\xc4\xad\x96\xfb\xfd\xd1\x68\xe4\x6b\xc3\x2c\x71\x4b\ \x49\x1c\xce\x66\x53\x04\x78\xe9\xc5\xcb\x8b\xbc\x94\x9c\x33\x1e\ \x46\xed\xf6\x62\x3e\x65\xa1\xf4\x9c\x6a\x53\x7b\xb0\x4c\x10\x93\ \xe4\x9d\x47\x20\x22\x19\x20\x5a\xe3\xa1\x76\x93\xc3\xdd\xb6\xf4\ \x92\x91\xf7\xae\x76\x8e\x21\x36\xe9\x33\x24\x12\x40\x12\x49\x92\ \xe7\x8c\x1b\x02\x30\x4e\x6b\x17\x06\x81\xe4\x10\x84\xcc\x93\x4f\ \xda\x2c\x8a\x43\x60\x82\x31\x49\xc4\x00\xb9\x90\x9c\x00\xa5\x0a\ \xea\xba\xb4\x9e\x00\x3c\x31\x74\xe4\x84\x14\x74\x12\xdc\xb9\x63\ \xec\xb0\xe6\x51\x44\xc0\x20\x08\xf7\x0f\xf6\x7e\xf9\x5f\xfe\x8f\ \x9d\x76\x2f\xcb\xb2\xcb\x97\x5f\x39\x3c\x3c\x04\x80\xbb\x6e\x01\ \x40\x44\x4a\xc9\x24\x09\x11\xfd\x6c\x36\xae\xab\x2a\x89\x82\x3c\ \x93\x51\x14\x79\xcf\xab\xaa\x0e\xa4\x4c\xc3\xce\xce\xe2\xa8\xd2\ \x25\x0b\x5c\x6e\xe6\xbe\x9e\xe5\x87\xb7\xb2\x5d\x68\x09\x56\x2c\ \x6a\xab\x49\x9a\xc5\x7a\xc8\xc0\x14\x81\xa9\x98\xaf\x04\x0f\x24\ \x72\xa1\x84\x44\x10\x9e\x69\x6b\x4d\xed\x00\x7c\x13\x2d\x26\x4f\ \xce\x79\x6d\x5d\xad\x0d\x31\x66\x8c\x35\x8e\x03\x81\xf5\xcc\x13\ \xf7\x9e\x9c\x27\xce\xb8\xf7\x24\x99\x04\xf4\x79\x55\x67\xa6\x48\ \x94\x5d\x0b\x64\x4a\x6e\xab\xd7\x6e\x75\x82\xe3\x6c\x34\xf7\xc5\ \xd8\xeb\x00\xed\xa0\xd5\x09\x92\x84\x33\x65\x4b\x77\xb4\x7b\xec\ \x08\xbd\x45\x29\x94\x76\xc6\xda\x5a\x30\xb2\xd6\x07\xc1\x49\x33\ \x1d\x29\x65\x55\x55\x8d\x67\x14\x45\x11\x22\x96\x65\x91\x24\x71\ \x10\x28\x0b\xae\xa8\x2b\xed\x6d\x18\x04\x93\xd9\x74\x67\x77\xa7\ \xdb\xe9\x44\x51\x24\x04\xb6\x3b\x09\xe3\xbc\x2c\xab\x26\x06\xc4\ \x10\xab\xca\xd6\x5a\x6b\x5d\xfb\xd7\xd6\x60\xf3\x35\xc4\x95\x09\ \x22\x08\x3d\x97\x95\x2d\xf3\xba\xfe\x83\xa7\x9e\xda\x1d\xef\x7f\ \xe8\x47\x1e\xdf\x58\x59\x8e\xd5\xf6\xfa\xc6\x92\x39\x9c\xa6\x56\ \xcd\xb9\x87\x18\x59\x28\xad\x29\xa4\x8c\xca\x6c\xbc\x5b\x1f\xdc\ \x73\xbe\x3f\xc1\x3c\x8b\x95\xbf\x67\xa0\xd5\x40\x7b\x5d\x57\x85\ \xc9\x17\x75\xb6\xd8\x3b\xd8\x7d\xd1\x4d\x82\x7e\xba\xf6\xc0\x45\ \x48\x97\x75\xae\xf3\x79\x71\x74\x5c\x1d\x4d\xf5\xf0\xea\x0b\x9d\ \xd6\xc5\x7b\x1e\x79\x08\x91\x66\xf3\xb0\xbc\x5c\xef\x4c\xf6\xe0\ \x78\xb2\x71\x66\xb0\xd2\xef\x56\x8e\xe5\xe3\x6c\xbe\xb7\xff\xde\ \x8d\x35\xa1\x63\x75\xd9\x9f\x85\xfe\xc1\xad\xfd\xbd\x70\x7f\xcc\ \x17\xf9\x38\x87\xda\xd5\xc5\x74\x27\xd3\x7e\x7b\xe5\x20\x9f\x2f\ \x31\xfb\xf0\xfd\xf7\xaf\x5f\x3c\xf7\xfb\x9f\xb9\xb5\x7b\x74\xad\ \x45\xf0\xe1\x77\xbd\xf3\x91\x4b\x6b\xce\x4d\xc6\x76\xf6\xde\x47\ \x2e\xf0\x24\xea\x75\x3a\x8b\xf1\x58\x56\x45\xe2\xbd\x5d\x68\x54\ \x2a\x08\xdb\xb5\x97\xb9\xc7\x20\xe5\x00\x10\x80\x58\xef\x6e\x8a\ \xb0\x9d\x47\xe1\x32\xd9\xb5\xb5\x0d\x3e\x2b\x69\x31\xb7\x79\xbd\ \x90\x41\x12\x85\x88\xec\xc2\xf9\x8d\xc3\xbd\xeb\xbf\xfc\x4b\xbf\ \xf0\xa3\x1f\xf9\xa3\x4b\xeb\xdb\xab\xeb\x2b\x7f\xe6\xcf\xff\x99\ \x28\x94\xde\xf9\xbb\x36\xfa\x9b\x6e\x2c\x4f\x3c\xf1\xc4\x13\x4f\ \x3c\xf1\xea\x12\x8a\x66\x44\x49\x13\xd6\x41\xf4\x77\xfa\xb4\x36\ \x8e\x7a\x33\x32\xc8\x7b\x1f\xaa\x50\x08\x21\x95\x34\xe0\xbd\x77\ \x4d\xae\xbd\x29\x2e\x6b\x04\x60\x82\x03\x00\xdc\xb8\x71\x23\x5b\ \xe4\x51\x18\x48\x29\x95\x0a\x1a\xcd\x9e\x73\xce\x68\xcd\x18\x86\ \x71\x4c\x80\x4d\xdf\x4f\x4e\x5e\x6b\xad\xa2\xc8\x19\x7d\xb0\x3f\ \x5c\x5d\xea\x91\x27\xe7\x48\x32\x64\xc8\x89\x9c\x31\x96\x29\x14\ \x92\x31\x84\x50\x2a\x86\x02\x48\x6b\x6b\x3d\x80\xd6\x5a\x08\x74\ \x8e\x13\x01\xe3\x4c\x08\xc5\x38\x97\x52\x72\xc1\xc9\x23\xdc\x16\ \x04\xfa\xdb\x9c\xc1\xb9\x60\x8c\x73\x26\x39\x13\xaf\x2a\x3a\x3d\ \x39\x4e\x39\x63\x9e\xac\x94\xf2\xe8\x68\xf4\xdf\xfd\xdf\xfe\x1f\ \xaf\x4a\x02\xf2\x3b\xa3\x57\xee\x2e\x8f\xee\xbd\xaf\xab\x72\xb1\ \x58\xf4\x7a\x3d\x91\xc4\x52\x8a\xba\xae\xa4\x14\x4a\x32\x5d\x7b\ \x4f\xa6\x2f\x7b\x61\xad\x8a\xe9\x41\xda\x16\xd9\xe4\x70\xb5\xd3\ \xf2\x56\xe0\xc8\xf0\xc8\xcb\x3a\x4b\x42\xce\x35\x25\x02\x16\xc5\ \x34\x56\x2c\x89\xb8\xb1\x58\x38\x4e\x24\x6a\x57\x17\xae\xd4\xd6\ \x59\x4d\xce\x93\xb6\xde\x79\x32\x1e\x8c\x07\xed\xc8\x38\x12\x92\ \x69\xe3\x66\x35\x0b\xc3\xd8\x3a\xe3\x9d\x63\x1c\x01\x01\xb8\x30\ \xa4\x49\x29\x86\xb0\xa8\x8b\x19\xda\x24\x4e\x93\x4e\x02\x50\xb5\ \xa2\x65\x70\xf2\x99\x67\xae\xec\x2e\xb0\x94\xfd\x99\x97\xbc\xd6\ \xf5\x7c\x9e\xda\x75\x6e\xd0\x16\x64\x80\x3c\xe7\x96\xac\xf7\xde\ \x7b\x0d\x64\x9c\xb3\xaf\xae\x37\xf6\xde\x17\x45\x11\x04\x41\x14\ \x45\xde\x7b\x21\xd8\xd6\xd6\xe6\x70\x74\x3c\x9e\x4d\x66\xf9\xdc\ \x81\x5f\x94\xd9\x97\x9f\x7d\xea\xe0\x60\xef\xbe\x4b\xf7\xde\x7b\ \xef\xa5\xe9\xec\xd8\x39\x17\x86\x89\x94\x22\x08\x12\x6b\x9d\x07\ \x68\x3a\xc3\x3a\xa7\x5e\x4b\xd3\xaf\x6f\xcd\x3b\x04\x28\xc8\x6f\ \x95\xd3\x8a\x1c\xeb\xc4\x70\x66\xb5\x8c\x28\x8b\xcc\x6f\x0c\x9f\ \x7c\xec\xa1\xb7\xf6\xb6\xba\xbf\x75\xfc\xe2\xe6\xd9\x38\x76\x4e\ \x23\x6a\xc2\xd2\xf1\x69\xcd\x73\x6d\x6b\x9f\x8e\xe7\xee\x95\xd9\ \x8b\x8b\x22\xcb\xee\x5f\x3b\xff\xc0\x7d\x49\xa7\x6d\x8d\x29\xa7\ \x50\x1f\xd7\x62\x11\x67\xac\x35\x9f\xce\xe4\xa4\x1a\xcd\x12\xb1\ \x7d\x0e\xba\xc1\x3c\xa8\xc9\x85\x72\x88\xe9\x94\x75\x9e\x1d\x06\ \xfc\x80\x5d\x5a\x3f\x0c\xd5\x9b\xb2\xd5\x74\x7f\xda\xdb\xba\xf8\ \x83\x2b\xef\xb4\xe4\xbe\xb2\x3b\x3e\xda\xe1\x6d\xd7\x5e\xe5\xbd\ \xce\xc5\x8b\x5f\x78\xfa\xf9\x4f\xed\x7c\x1e\xf5\xc1\xbd\x17\xbb\ \x3f\x7a\xf1\xfc\xc7\x47\xf3\xe7\x8f\x67\x88\x65\x9a\xc6\xeb\xcb\ \x91\x54\xf2\xcd\xf7\xaf\x9f\x3f\xb7\xa5\xe2\x28\x9b\x6d\x2d\xa9\ \xea\xbe\xb5\xf5\x77\x3e\x72\x9f\xad\x16\x15\x55\xa1\x72\x2b\xcb\ \xe9\xa4\xa4\xe9\x78\x06\xc8\x65\xd2\xb2\xb5\x35\x45\x95\x84\x2d\ \xc5\x25\x83\x20\x2b\xab\x7b\x83\xa5\x95\x76\xe7\x9a\x1c\xe7\x81\ \xe0\xe0\x60\x94\x9d\x0f\x92\xca\x45\xd7\x29\xdf\x59\xc6\x6c\x45\ \xf4\xc6\x8b\x45\x3d\x8f\x7a\x29\xb6\xe2\xb3\x17\xde\x74\x74\x3c\ \xfa\xf2\xe1\xd5\xf7\x5d\x3c\x37\xdb\x1f\xaf\x74\xda\x5b\x5b\x1b\ \xda\x9a\xbb\x14\xb0\x31\x04\x00\xad\xcd\x6d\xb1\xdc\x49\x1e\xbd\ \x91\xd8\x69\xad\xf1\xb6\x74\xb0\x69\x0f\xa4\x94\xe2\x9c\x37\x33\ \x8f\x18\xe3\x5a\x9b\xe5\xa5\x25\x64\x2c\x50\x81\x64\x7c\x3a\x9b\ \xad\xaf\xae\x71\x21\x9a\xe1\x47\x9c\xf3\x38\x8e\x9b\x60\xed\xee\ \xce\x5e\x96\x15\x51\x18\x04\x41\xa0\x94\x6c\xea\x07\x19\x60\x5d\ \x96\x08\xbc\x9d\xb6\x11\xc0\x3b\xcf\x38\x63\x88\xce\x3a\x24\x32\ \x65\x61\x6a\xbb\x98\xcd\xf2\x45\x69\x2c\x00\x23\x86\x0e\x10\xca\ \xba\x56\x08\x8a\x0b\xe7\x9c\x77\x9e\x09\x90\x4a\x4a\x15\x34\x45\ \x83\xd6\xfa\xb2\xac\xb5\x01\xc6\x64\x10\x28\xd6\xd4\x43\x00\x36\ \x83\x9e\x18\x43\x20\xf2\xde\x35\x3a\x21\x04\x0e\xc4\x19\x0a\x76\ \x12\x32\x78\x55\x4a\x0b\xd0\x79\x62\xc8\x9c\x77\x41\x20\xbe\x56\ \x6c\xe9\x9b\xc1\x06\x77\x2d\x5f\x68\xc4\xb8\xc3\xe1\x70\x30\x18\ \xc4\x71\xdc\x24\xf5\x9b\x50\x08\x63\xcc\x39\xaf\xc2\x20\x08\xe4\ \x6c\x36\xef\x75\xd7\xc7\xa5\xa6\x0e\x03\x64\x45\x55\x0b\x06\x5a\ \x5b\x43\x5e\x40\x64\x74\x2d\x5b\xbd\xb8\xa3\x18\xd1\x22\x73\x6e\ \xe6\xca\xca\x67\x95\xcb\xb4\xd7\xd6\x3b\x47\x9e\xc8\x7a\xb2\x1e\ \x8d\x07\xe3\x89\x50\x38\x44\x4f\xa2\x76\xc0\x80\x92\x38\xd4\x9a\ \x2d\x16\x0b\xc1\x85\x43\x32\xce\x78\x20\xe7\x3c\xe3\xc0\x31\x24\ \xcd\x17\x53\x73\xe4\x2d\xa4\xea\xf0\xc0\x4d\x17\xb3\x22\x8b\xbc\ \x91\x88\x1d\xe5\xfb\xd6\xcc\x6c\x60\xbd\xf3\xc6\x3a\xab\xb5\x45\ \x60\xa0\xa4\x52\x8e\xbc\x3d\x29\xf1\xa4\x3b\xd4\xec\xbd\xb7\xd6\ \x36\x5d\x83\xa5\x94\xb3\xd9\x2c\x0c\xc3\x24\x8e\xab\xa2\xd4\x45\ \xd9\xef\xf7\x06\x83\x41\x3b\x4d\xfb\xdd\xae\xd5\x86\x33\xce\x10\ \x8b\xa2\x1c\x8f\xc7\xad\x56\x5b\x29\x65\xed\xe1\xfa\xfa\x86\x94\ \x72\x32\x19\x03\x60\x10\x04\x9c\xf1\xef\x06\xef\x58\xcf\xbb\xe1\ \xe0\xbf\xfa\x50\x69\xea\xcc\x54\xb9\x37\xb5\xaf\x16\x66\x36\x15\ \xe6\xd7\xa7\x5f\xea\xab\xee\x70\x7c\x3c\xe8\xf4\x7a\x67\x3a\x92\ \x2b\x6f\xbc\xcd\x6a\x37\x2b\x69\x56\x8b\x69\x2d\x26\xf3\xf6\xbc\ \x5e\x15\xc1\x57\xae\xed\x8a\x76\xa7\xc5\x98\x97\x5c\x49\xae\xe3\ \xa8\xce\x6b\x25\x24\x07\xac\xab\x1a\x2e\xef\x6d\xb3\xa4\xb3\xb4\ \x6c\x16\x52\x8d\x03\xbe\x2f\xd8\xa8\x93\x1c\x20\xcf\x8e\xcd\x01\ \x65\x90\x05\x4f\xbb\x07\xb2\x8d\xe5\x62\x63\x73\x2f\xbc\xb9\x7f\ \xeb\xf8\x93\x57\x4d\x91\xcb\x9a\xff\xde\x6f\xff\x7e\x64\x53\x2d\ \xf8\x98\x0f\x7f\xe2\xb1\x37\xfd\x95\x0f\xbe\xc7\x1d\x8f\x1e\x7a\ \x6f\xeb\x17\xa7\x9f\xf9\xf2\xde\x54\x9b\x61\xac\x96\xdf\xfb\xae\ \xb7\x0c\x36\x84\x76\x93\x3c\x3b\x5c\x5f\xc2\x81\xd8\x3a\xd7\x5d\ \xe6\xe5\x84\x7b\x3b\xcf\x26\x16\x6a\x19\x04\xad\x20\x1e\xcf\xa6\ \x3c\x50\x85\x33\x35\x60\x7b\xb0\xd1\xed\x74\x39\x09\xb0\xe4\xac\ \x5f\xb3\x1c\xe7\x75\x5b\xb4\x27\x04\x13\x53\x87\x71\x88\xdc\x86\ \x91\x6c\x8b\x96\xb1\x39\x95\xa5\x67\xd5\xbc\x2e\x96\x37\x36\x0a\ \x89\x3b\x8b\x99\x5d\x51\xc1\xd9\xfe\xd8\x2e\x16\xd9\xf4\xf2\x33\ \xcf\x6e\xad\x2e\xdf\xf5\x03\xd0\x94\xd8\x85\x61\x50\x55\xf5\xab\ \x52\xc5\xd0\x8c\x0d\x09\xc3\xd0\x68\x7d\x52\xbe\xc4\x79\x14\x45\ \x51\x14\x49\x29\x91\xa1\x94\x12\x91\x7b\x67\x89\xfc\xee\xee\x6e\ \xad\xeb\x40\x05\x55\x59\x35\xb2\x77\xeb\x74\x63\xef\x44\x51\x1c\ \x86\x71\x5e\x14\xd3\xe9\x74\xff\x60\x7f\xb0\xd2\x47\xc4\x38\x6e\ \x31\xc6\xbd\xa7\x30\x08\xca\xaa\xf6\x9e\x92\xa4\x45\x84\x84\x4d\ \xa1\x39\x63\x8c\xaa\x22\x2f\xf3\x4c\x00\x4c\x8e\xc6\x65\x69\x24\ \x82\x14\x5c\x1b\xc7\x38\x33\xc6\x10\x42\x93\x1c\xe7\x0c\x6e\xb3\ \x24\xc3\x93\xe4\x14\x39\xeb\x1d\x41\x18\x44\x51\x94\x00\x30\x04\ \xf4\x4d\x47\x61\x86\x8c\x71\x00\xeb\x9d\xc5\x93\x59\x8d\xec\xc4\ \xaa\x03\x0e\x5f\xdf\x6a\x83\x38\x63\xce\x1b\xc6\xf8\x9d\xa4\xcc\ \x9d\xc5\xb9\xd3\x8f\xea\xae\xb8\x9e\x15\x45\x5e\xd7\xf5\xd6\xd6\ \xd6\x7c\x3e\x5f\x5e\x5e\x9e\xcd\x66\x4d\x99\x52\x23\x50\x70\xce\ \x09\xce\x92\x24\x99\x66\x13\x26\x84\xf5\x94\x57\x35\x71\x31\xcb\ \x0b\xf4\x40\xae\x02\x8d\x44\x81\x10\xee\xcc\x56\xb7\xbf\xd9\x52\ \x82\x60\x7f\xb6\x30\xb9\xd3\xc6\x38\xac\x6b\x74\x20\x3c\xa2\x27\ \xf2\xd8\x68\x72\x90\x71\xe6\x81\x81\x23\x0b\x68\x81\xac\x33\x79\ \x9e\x5b\x67\x3d\x50\x5e\xd7\x00\xc0\x38\xf3\xde\x6b\xe3\x00\xa1\ \xb2\x16\xa5\xf3\xdc\x14\xce\x8d\x0b\x77\x75\x6f\x74\xdf\x03\x0f\ \xbc\x6f\xf3\xd1\x4f\x7f\xe9\xc5\xdd\xd9\x90\x71\x8f\x5c\x70\x11\ \x23\x67\xd6\x3b\x5b\x57\x9e\xf1\x48\x2a\x21\xa4\xd1\x8d\x6a\x9c\ \x1a\xf7\xaa\xf1\xad\x1a\x4d\xa9\xd6\xba\x51\x75\x8d\x46\xa3\x48\ \x85\x4b\xbd\x5e\x98\x24\x6f\x7f\xec\x6d\x69\xa7\x3d\xcf\xb3\x24\ \x8a\x05\xe3\xcf\x3d\xfb\x6c\xa0\x82\x32\x2f\xbd\xf7\x6b\x6b\x6b\ \x17\x2f\x5e\x2a\xcb\xf2\xf2\xe5\xcb\x8c\x31\x63\xcc\x93\x4f\x7e\ \xe9\xe0\xe0\x60\x69\x79\x29\x89\x93\x33\x67\xce\x7c\xdd\x4d\xf9\ \xb6\x79\x87\x11\xd4\xd2\x3f\xfb\x60\x8e\x1e\xf2\xac\x36\x75\xed\ \xeb\x7a\x72\x3c\xb7\x8b\xd9\x46\xba\x04\xd5\x7c\x99\x63\x44\x5a\ \x88\x3a\x6d\xc7\x16\x78\x1e\x33\x17\x80\x97\x58\x03\x55\x0b\x06\ \x25\x79\xee\xb5\xb7\x3b\xbb\x7b\x18\x87\x49\x9a\xaa\x9a\xba\x3a\ \xcc\x8e\x5c\xeb\x00\x37\x27\x51\x84\x1d\x39\xe7\xdd\xbc\x90\xe2\ \x50\x67\xa6\xdc\x9f\xd7\xfb\x33\x9c\x22\xf3\xec\xf0\x95\x5b\xc5\ \x67\xaf\x6a\x5b\xc8\xcd\xc7\x22\xd5\x3b\x7c\x61\xff\x95\xa7\x7e\ \x75\x34\x9b\xec\x1e\xdf\x22\xf4\xb5\xae\xd7\x06\xeb\x69\x7f\xfd\ \xd6\xde\x95\x3f\xfa\xf8\xdb\x7e\xe2\x07\xdf\x5d\x8d\x0e\x7d\x39\ \xef\x0e\x3a\x3f\xf2\x47\xde\x75\xe5\x57\x7f\x4b\xc4\xfc\xfd\xef\ \x7b\xd3\x46\x37\x0c\x0e\xf6\xfa\x51\x50\xe5\x06\x4a\x81\x65\x78\ \x56\x45\xe7\x57\x36\x16\x8b\x19\xac\xac\x3f\x77\xfd\xc5\x61\xee\ \x76\x97\xa2\xad\xad\xee\xc3\x6f\x7d\xec\x78\xb1\x78\xf9\xda\x8d\ \x38\x6a\x0b\x50\x54\x59\xbb\xa8\xd1\x6a\x2d\x95\xb6\xa4\x6b\xd7\ \xea\xb4\x66\x7e\x3a\x64\x35\x53\x36\x70\x14\x81\x3e\xef\xc5\xca\ \xf2\xd9\xa7\xce\x8f\x8b\xf1\xd1\x2d\x73\x94\xf4\x57\xc6\xd3\x05\ \x07\x39\xc9\xa6\xbf\xf7\xf2\xef\xcc\x5e\x39\x58\xdc\x3c\x7e\xec\ \x6d\x8f\x32\x76\x97\x22\xb6\x26\x0f\x56\x55\xf5\xe6\xe6\xd6\xb9\ \x73\xe7\xa5\x94\x44\xee\x99\x67\x9e\x01\x64\x4a\x29\xad\xab\x46\ \x46\x8c\x88\x9c\xa3\x52\x2a\x49\x92\x30\x0a\x05\xe7\x8d\x22\xc3\ \x39\x77\x78\x78\x34\x9f\xcf\x97\x97\x96\xc7\xc3\x11\x91\x6f\x4c\ \x24\x3a\xd1\x86\x78\xce\xc4\x60\x30\xb8\x7a\xfd\xfa\x74\x3a\xbb\ \x7a\xe5\xda\x03\xf7\xdd\xc7\x18\xf6\xfb\x4b\x9d\x4e\x57\x29\x15\ \xc7\x89\xd5\xc6\x7b\x27\xa5\x72\x00\xc8\xb8\x73\x8e\x33\x2f\x39\ \x64\x8b\x59\x95\xcd\x24\x80\xa9\xeb\x58\x32\xc7\x38\x17\xdc\x35\ \x82\x63\x80\xa6\x07\xbe\x10\x4c\x32\xa8\x2b\x53\x56\x35\x51\xcd\ \x10\x0d\x51\x20\x58\x18\x72\x61\x6c\x9c\x84\x71\x94\x70\x2e\xee\ \xd4\x73\x20\xe7\x27\x2d\x81\x88\x10\x6f\x4f\xbb\x3b\xb1\xf2\x80\ \x88\x9a\xa9\xb4\xaf\x6e\xcd\xd5\x64\xd9\x94\x0a\x1f\x7b\xdb\x5b\ \xd3\x56\xea\xbd\x3f\x3a\x3a\xbe\x72\xe5\x4a\x53\x41\x76\xd7\xae\ \x96\x27\xca\xf3\xfc\xc2\x85\x0b\xd3\xe9\xb4\x51\x27\x34\x19\x9f\ \xdb\x65\x28\x80\x08\xdd\x4e\x7b\x7f\xb8\x9f\x17\x55\x10\xc6\x8b\ \x52\xb7\x82\xb8\xac\x4d\x28\x90\x01\x78\x6b\x84\x90\xc0\xed\x2c\ \x9f\xe9\x9b\xbb\xcb\x4b\x09\x48\xce\x03\x8d\xcc\x06\x52\xb6\x54\ \x52\x7b\x57\x83\x65\x48\xe4\x4e\x92\x7e\x40\xe0\x3d\x39\x6b\x81\ \x71\x20\x42\xc4\xba\xae\x3c\x35\x2d\xba\xc1\x03\x11\xa2\x67\xbc\ \x99\xed\x89\x9c\x0b\x06\x41\xc8\x92\xb6\x5c\xe9\x86\xbd\x76\xb8\ \x75\xfe\xc2\xb5\x9d\xa1\xf5\x2e\x0a\x84\xe3\x2e\x2f\xb5\x94\xca\ \x38\xcb\x84\x20\x82\x66\x54\x8e\xe0\x12\x51\x3b\xd7\xb4\x6c\x76\ \x77\x34\x59\x0d\x3b\x37\x95\x34\x41\x10\x2c\x16\x8b\x40\xaa\x56\ \x18\xef\xee\xef\x17\x55\x25\x94\xdc\xdf\xd9\x5d\x5d\x5d\xf5\xc6\ \x4e\x46\xe3\x33\x9b\xdb\xce\x19\xc6\x58\x59\x96\xcd\x68\x83\x28\ \x8a\x1b\x5d\x6b\x9e\x67\xd9\x22\x4b\xd3\xd4\x7d\x57\xe2\x3b\x04\ \xc0\x19\xae\xa5\xd2\xd7\xa6\x6d\x11\x99\xb0\xba\x5e\x22\x44\x0a\ \xa2\x83\x2c\xb4\xbe\x27\xa2\x7d\x7d\x64\x63\x2e\x58\x5b\x86\x01\ \x21\x03\x8e\x56\x70\x90\xbc\xf4\x19\x39\x63\x6b\x7a\x64\x11\xba\ \x51\xb9\x5a\x65\x2a\xf2\x3e\x37\x74\x94\x75\x76\x27\x9d\x8a\xe3\ \x54\x29\x4b\x23\x93\xdd\x72\xc3\x7c\xb8\xd0\xb5\xcb\x0d\x8d\xbd\ \xab\x02\xf9\xae\xc7\x1f\xf7\xe3\x45\x7b\x51\x5d\x54\x91\x87\x68\ \x92\x95\x22\x89\xd1\x79\x60\xec\xc2\x85\x7b\x27\x8b\xe9\xf1\xf8\ \xf0\x5d\x3f\xf4\xf8\xa5\x07\x1e\x18\xdd\x78\xf9\xc7\x1e\x58\x6f\ \xa3\x9b\x91\xb6\x2d\x95\x15\xa6\xbf\xda\xfd\xc9\x8f\xbc\x67\x79\ \x30\x58\xef\xc7\x56\x67\x4c\xc8\x02\x94\x61\x8c\x4b\x70\x54\xdc\ \xd8\x5b\x3c\xff\xf4\xe7\x88\xa0\x12\xd4\xde\x1c\xb4\xd7\x97\xcb\ \x36\x96\xc6\x84\x71\xba\x1c\xa5\xe3\xdc\x6a\xed\x5c\x4d\xa1\x0a\ \xa2\x56\xcc\x15\xec\xe5\xe3\xb2\xa5\x0a\x61\x9d\x29\x04\x40\x34\ \x2f\x42\xc6\xee\xb9\xe7\x7c\xe5\xeb\xc3\xd1\x21\xae\xcb\xf0\xa1\ \xf3\xfe\x65\x9b\x4f\xb2\xc9\xf1\xfe\x68\x77\x77\x39\xe8\x7d\xf1\ \xf9\x4f\x24\x4e\x0e\xe2\xfe\xd2\xa0\x8d\x02\x5f\xa3\xc7\xfb\x87\ \xc5\x95\xa5\x14\x3f\xf9\x93\x3f\xf9\x96\xb7\xbc\xb5\xdf\xef\x27\ \x49\xf4\x0f\xff\xe1\xff\xbd\x2c\x8a\x66\x94\x52\x93\x4d\xe7\x9c\ \x5b\xe3\x88\x48\x29\x25\xb8\x70\xde\x4b\x29\xb5\x36\x00\xd0\x74\ \x65\x05\x22\xe7\xbd\x12\x22\xcb\xb2\x6e\xb7\xbb\x98\x2f\x9a\x09\ \x70\xde\xfb\x24\x49\x03\x29\x6b\x6d\x9e\x7c\xf2\xcb\x3f\xf4\xfe\ \xf7\x49\xc9\x88\xa0\x11\x65\x44\x71\x3c\x19\xcf\x11\x30\x50\x91\ \x94\xa1\xae\x16\x82\x0b\xef\xbc\x47\x7b\xb4\xb7\x63\xab\x3c\x91\ \xfc\xa4\x6e\x82\xf1\x30\x0c\xca\x3a\x53\x61\x60\xac\x8d\x82\xb0\ \x19\xdd\xe2\xbc\xab\xeb\xda\x12\x08\x44\x4f\x24\x19\x8b\xc2\x50\ \x2a\xa6\x14\x6f\xa7\x49\x18\x84\x08\x3c\x50\x11\x00\xf3\x1e\x02\ \xc1\x1b\xda\x71\xde\x11\x39\xef\x3c\x32\x42\x24\x22\x8f\x0d\xdf\ \x10\x79\xb2\x04\x74\x47\x97\xc0\x90\x17\x75\xb9\xbd\xb5\xf5\xb7\ \xff\xd3\xbf\x15\x06\x71\x96\x65\xd7\xae\xdd\xf8\x85\x5f\xf8\x85\ \xab\x57\xaf\xde\xf5\x0c\x0f\x22\xdf\x4a\x92\x28\x8a\x38\xe7\xdb\ \xdb\xdb\x4d\xed\x7e\x43\xe2\x8d\xc4\xae\x29\x67\x4a\x92\xc4\x68\ \x3d\x9d\xcd\xd2\x24\xad\x66\xe3\x8e\x8a\x89\x49\x22\x42\xce\xbd\ \xb3\xe8\x6c\x3b\x0a\x4c\xbd\x5f\x97\x7b\x17\xcf\xdd\x9f\x26\x1d\ \x8e\xcc\x55\x05\x68\x8f\x0c\xc8\x3b\xc2\xa6\x54\xd7\x79\xef\x81\ \x10\x08\xbd\x05\xe6\x3d\x67\x88\x9c\xac\x25\xc6\x59\xf3\x0e\x98\ \xe0\xde\x7b\x47\x08\x4d\x09\x09\x43\x89\x2d\x46\x1d\xef\xca\xe9\ \xb8\x2c\xa7\xfa\xaa\x99\x3c\xfb\xec\xa7\xb2\xda\x3b\xd1\x77\x14\ \x38\x13\x71\x9c\x38\xa4\xa6\xe2\x94\x00\x9c\xf3\xce\x79\x6b\xbd\ \x73\xde\x18\xe7\xac\x6b\xbc\xec\x86\xcd\x9b\xf7\xd5\xb0\x2a\xe7\ \x7c\x3e\x9f\xaf\x2f\x2f\x17\x65\x29\x18\x17\x9c\x37\x1b\xc6\x59\ \xd7\xe8\x57\x85\xe0\xce\x5b\x63\x4c\x1c\x27\xad\x56\xeb\xf8\xf8\ \x18\xb1\xb1\x10\x8b\xba\xd6\xdd\x5e\x77\x6b\x6b\xeb\xbb\xa3\x1b\ \x04\x02\xe4\x0c\x5b\xca\x93\x0b\x42\x29\x0c\x09\xc7\x96\x6c\x60\ \x87\x8b\xb4\x80\x33\x51\xaf\x6d\x78\x3d\x9c\x1f\x57\x47\xec\x6c\ \xd2\x6a\xf3\xa0\xb4\xf1\x28\xf7\xc7\x05\x1e\x64\x9b\x87\xa6\x6b\ \x92\xed\xf6\xf2\xb9\x2a\x7c\x65\x6f\x27\x7b\xee\x70\x37\x9b\xe5\ \x75\xad\x0b\xeb\x16\xf5\xa4\xf6\xb1\x0a\x5b\xad\xd4\x87\x21\x3a\ \xd6\x11\x69\xa6\xeb\x85\x2e\xce\x6c\x6f\xbe\xfb\xc3\x3f\xfa\xe3\ \x7f\xe2\x8f\x7f\xfc\xa3\xbf\xf9\xf4\xef\x7f\x8e\x92\xb4\xce\x16\ \x96\x13\x51\x2d\x43\x50\x12\xb7\x57\xd7\x7e\xe6\xcf\xff\xf9\x7f\ \xf6\x4b\xff\x24\x65\xfe\x2d\xf7\x6d\xa5\xe7\xbb\xbd\xbd\x5b\x45\ \x56\x2a\x19\x33\x63\xfb\x5e\xa5\xb9\xe9\x86\x03\x84\x38\x9f\x2e\ \x7c\x9b\x5f\xeb\x77\x86\x59\x45\x82\x03\x77\x2b\x67\x37\xdf\x7c\ \xe6\xbe\x56\xed\xbf\xf0\xc5\x2f\x7d\xf6\x99\x27\xdf\xf4\xc8\xa5\ \x7e\x9a\x2c\xe9\xdc\x11\xff\xd2\x93\xcf\xf2\xb8\xa5\x01\x74\xed\ \xc0\x61\x61\x8c\x30\x10\xa0\x08\x97\x96\xc6\xf5\xac\x16\x44\x55\ \x96\x6a\x58\x29\x28\x31\xf5\x0f\x6c\x6c\x1f\x9f\x6f\x7d\xfe\xe6\ \xe7\x2f\xfb\x21\x0c\xb5\x85\x62\x7a\xbc\x17\x8e\x4d\x92\xb9\x01\ \xb0\x30\x5e\xea\xa5\xdd\x28\x6a\xcd\x16\x59\xd2\x4d\xc8\xd3\x77\ \x10\x56\x06\x44\xe6\xbd\x6b\xb5\x5a\xeb\xeb\xeb\x69\xda\x4a\xd3\ \x96\x73\x27\xb2\x8b\xe6\xec\x65\xac\x69\x46\x03\x9c\xf3\xc6\x17\ \x38\xa9\x3d\x40\x6c\xb5\x92\xaa\xaa\xf6\x76\xf7\x9a\xde\x63\x8b\ \xf9\x3c\x6d\xa7\x4d\xc1\x03\x17\x22\xa0\x10\x19\x4b\x92\x64\x38\ \x9d\xbe\xf0\xc2\x8b\xf3\xf9\xa2\xd5\x8a\x89\xa8\x2a\x2b\xe7\x28\ \x0e\xe3\x91\x9d\x00\x01\xe3\x22\x08\xe2\xe9\x64\x0e\xe0\x24\x57\ \xe4\x6c\x5d\xe4\xb6\xaa\x22\xc1\x9b\x4a\x30\x15\x70\x29\x84\x52\ \x82\x71\xc6\x51\x7a\xef\x19\x32\xef\x9c\x25\xeb\x89\x18\x80\xe0\ \x8c\x08\x94\x14\x44\xde\x39\x22\x72\x8d\x12\x12\x00\xb9\x90\xf8\ \xb5\x13\xe6\x9b\x21\x1c\x44\xe4\x9c\xe5\x1c\x95\x92\x4d\xef\xb9\ \x93\xe2\xb0\xa6\x2d\x30\xa2\x31\x4e\x08\x05\x44\x51\x1c\xae\xaf\ \xaf\xb7\x92\xf6\xc1\xc1\xc1\xf5\xeb\x37\xee\x84\x87\xef\xba\x16\ \x57\x4a\x79\xee\xdc\xb9\x26\x73\xdc\x04\x77\x9a\xae\xe6\x4d\x6f\ \xbd\x66\x1c\x55\x14\xca\x20\x0c\xa6\xf3\x45\x7f\x6b\x73\x98\x15\ \xab\x4b\xdd\x20\x4e\x8c\x5d\x30\x8e\x9e\x80\x9b\xd2\x15\x26\x8a\ \x6d\xda\x6b\x29\x56\x66\x93\x9d\x6a\x51\x29\x10\x92\x7c\x3b\x88\ \x9c\x37\x9c\xa3\x05\x0f\xce\x30\x8e\x80\xa2\xac\x0d\x63\xc0\x11\ \xac\x2d\xb8\x27\x25\x23\x8f\xc8\x91\x8c\xf5\x0e\xc0\x13\x20\xe7\ \xc4\x98\xf3\xde\x93\x47\x74\x5c\xf8\x50\x29\x30\x3a\x2b\x6a\xc5\ \x71\xb0\x36\x68\x33\x79\x30\x9c\x97\x65\x25\x18\xe7\x52\xc8\x30\ \xb2\x40\xde\x79\xcf\xd0\x79\x2f\x84\x98\xcf\xe7\x27\xa3\x93\x09\ \x1a\x02\x75\xce\xdd\x29\x18\xae\xaa\xaa\x09\xc0\x69\xad\x01\x91\ \x73\x6e\xbd\x23\x80\x56\x9a\x36\x62\x54\x72\x7e\x34\x1c\x72\x25\ \xab\xf9\x4c\x08\x01\x40\x4d\xcb\xe3\x46\xc4\xbc\x58\x2c\xca\xaa\ \x1c\xac\x0c\xba\xdd\xae\xe0\xe2\xbb\xc1\x3b\x08\x44\x60\x2b\x0e\ \x46\xb2\x9a\x30\xab\x69\xe6\xd9\xd8\xb7\xf2\x70\xa9\x12\x2b\xd0\ \x59\x0d\x3b\xdb\xb0\x6e\xf6\xc9\x1d\xb2\x0a\xf3\xe1\x74\xb6\x77\ \x70\x94\x8d\x17\xab\x9d\xa5\xa3\x57\x0e\x17\x9a\x96\xdf\x75\xf6\ \xc9\x62\xf1\xf4\x78\x34\xaa\x4b\x91\x26\x92\xc7\x24\x6d\xd4\xeb\ \xc5\x22\x54\x61\xa4\xa5\x54\x24\xa2\x83\xf1\xde\x74\xb2\x37\x1c\ \x2a\x2f\xfe\xe6\x9f\xfa\xc9\x87\xa3\xf3\xed\x4f\x1f\x7d\x40\xaf\ \x65\xd8\x1f\x97\x46\x5a\x12\x82\x93\xb3\xbe\x2e\x5b\x8c\x1d\x5d\ \xb9\xf1\x39\xf3\x3b\xcb\x56\xde\x13\xb7\xbb\xf3\x09\x2b\x67\x8c\ \x7c\x47\xb5\x06\xad\xd5\xb6\x8f\x25\xb7\xa4\x33\x6c\x89\xe7\x67\ \xfb\x57\x40\x1f\x71\xba\xf5\xd2\xf1\xf1\x71\xbe\x98\xe7\x12\x95\ \x59\x53\x67\x3a\x98\xb0\x28\x08\x57\x18\x76\x86\x07\x65\xa7\x35\ \xb0\xbc\x9e\xce\xe7\x0e\xca\xbc\x3e\xee\xf4\x97\x82\x30\x6e\xb5\ \x52\x5d\x99\xdc\xe4\x99\x29\x8d\x65\x3d\x25\xb5\xad\x6c\xe5\x07\ \xed\x94\x12\x71\x90\x0d\x3f\x56\xbe\xd2\x5e\x79\xe4\xca\xb0\x78\ \x65\x36\xee\x57\xcc\x1c\x8f\x21\xb7\x4b\xac\xb5\xdd\x69\x6d\xa8\ \x6e\x9a\x46\xed\x7e\x3f\x27\x3b\xce\x26\xda\xd7\x78\x77\x73\x6c\ \x08\x18\x67\x00\x60\xad\xfd\xe5\x5f\xfe\x97\x9f\xf8\xc4\x27\x1b\ \x3f\xeb\xd6\xad\x5b\xef\x79\xfc\x9d\x00\x18\x47\x51\x59\x14\x8d\ \x12\xec\xb6\x58\x59\x35\xcd\xa1\x1b\x5d\xa9\x75\x4e\x92\xd0\x5a\ \xcf\xe6\x33\x24\x10\x52\x16\x65\x69\x8d\x6d\x04\x63\x2a\x08\x9c\ \xf7\x88\xac\xdd\xee\x8c\xa7\xd3\xeb\xd7\xaf\x5f\xbb\x76\x7d\x79\ \xa9\xd7\x6e\xb7\xe3\x38\x01\x42\xa9\x64\x55\x95\x5a\x6b\xa5\xe4\ \xd2\xf2\xf2\xd1\xf1\xb1\x73\xb4\x73\xeb\x56\x5d\x54\xd9\x6c\x16\ \x2b\x1e\x89\x40\x5b\xab\xbd\x45\x80\xa2\x2c\x85\x92\x84\x28\xa4\ \x28\x8b\x32\x0a\xc3\xba\xb2\x75\x55\x13\x81\x12\x3c\x0c\x43\xc1\ \x85\x27\xaa\xeb\x92\x00\x9c\x33\x51\x1c\x87\x51\xcc\x18\x67\x8c\ \x9d\xb8\x50\x00\x0c\xd0\x79\x67\xad\xb6\xd6\x70\xc6\x00\xbc\xf3\ \x86\xc0\x5a\x57\x23\x12\x00\x3a\xb2\xe2\x76\x77\x5f\x29\xb8\xf3\ \x3e\x08\xc3\x2b\x57\xae\xfc\x95\xbf\xf2\x33\x71\x94\x38\xe7\x26\ \x93\xd9\x70\x38\x84\xdb\x72\xc4\xbb\xb3\x78\x18\xe3\xcd\xec\x46\ \x29\xe5\x64\x32\x69\x42\x15\x4d\x49\x6d\x63\x14\x28\x8e\x2e\x50\ \xed\x4e\x67\x34\x9f\x11\xe3\x0e\x39\x88\xc0\x10\x2f\xb3\x42\xf2\ \x5a\x30\x1f\xd5\xd3\x69\x39\xdb\x3e\x2f\x74\x36\xbf\x7e\x65\x3a\ \x18\x6c\xc6\x81\x84\x76\x88\xc4\xca\xcc\x17\x96\x8c\x77\xce\x69\ \x20\xe7\x9d\xb7\x54\x23\x13\x8c\x80\x7b\xf2\x0c\x00\x80\xbc\xd7\ \xde\x03\x20\x21\x33\xda\x18\xe7\x45\xc8\xa4\x52\x8c\xc0\x19\xab\ \x6d\x26\x44\x1e\x07\xa1\xc3\xcc\xfb\x39\x0b\xe4\x07\xff\xc8\x0f\ \xd4\xda\xfe\xda\xbf\xfd\x75\x45\xb6\xb6\x43\x82\x3e\x01\x5a\x4f\ \xe8\x2c\x80\x70\xde\x5b\xe3\x18\x93\xd6\x58\x86\xac\x19\x97\x7c\ \x32\xd1\xfc\xf6\x9c\xcf\xba\xae\x9b\xa0\xa1\x73\x0e\x18\xa0\x12\ \x69\xa7\x93\x20\x08\x25\xb5\x31\x79\x55\x4e\xc7\x93\x5a\x6b\x60\ \xe8\x4e\xba\xe3\x42\x33\x4a\x34\x08\xc2\x66\xf4\x93\xd1\xa6\xd3\ \xe9\x34\x69\xf5\xef\x46\xdf\x2f\x84\xb0\x82\x77\x7f\xc1\x55\xb9\ \x29\xb2\xac\x5c\x64\x3a\x2b\x79\xc5\x62\xe8\xc7\x20\x8f\x27\xb4\ \x57\x1e\xc7\xa5\x67\xa5\x3e\x9c\x8e\xc7\xc5\xa2\x70\xa6\x34\x55\ \xd2\x4a\x7b\x67\xd7\x5e\x2c\xaf\xb7\xe3\xb0\x4c\xc3\x97\xf3\xf1\ \x71\x12\xc9\xc1\x92\x45\xa6\x78\x10\x78\xe6\x4b\x3b\xaa\x4d\x9e\ \xcf\xa7\xa6\xb4\xe3\xc2\x8d\xf2\xa9\x33\x79\x59\x5d\x5c\xda\xd8\ \xee\x2c\x67\x5f\xb9\x76\x78\x38\xbc\x5e\x0e\x93\x94\x76\x29\x4f\ \x4a\x03\x5a\x6b\xaa\x24\xf9\x44\x05\xc4\xe4\xcb\xcf\xbd\x72\x71\ \x6b\xf5\x2d\x17\xee\x8b\x6b\xed\xc0\x8e\xd0\xb9\xd1\x4c\x2e\xf2\ \xd2\xb4\x7a\x3e\x71\x43\x7d\xe5\xfa\x73\xe9\x3b\x1f\x3c\x7b\x61\ \xe5\x77\x3f\xf7\xd1\xf9\xf3\xb3\x54\x4b\x85\x61\xe5\xe9\x70\xba\ \xfb\xd1\xe7\xf7\xcb\xd1\xcc\x94\x85\x05\xdb\x5e\xb7\xcb\xa8\x6e\ \x1c\x8e\x9c\xf5\x40\x80\x00\xd5\x34\x8b\x97\x43\x06\x44\xdc\xcb\ \x6e\x68\xbc\x0a\x8d\x0b\x2a\xd7\x55\xe9\x43\xef\x7a\xb3\x1e\xc8\ \x7f\x75\xe3\x73\xd7\x57\xcf\xde\x30\xe3\xf0\xfa\x67\xe3\x69\x76\ \xf1\xea\x7c\x52\xfa\xc5\xd3\xaf\xa4\x14\x5f\xba\xff\xfe\x73\x6a\ \xb9\x43\x2a\x09\xa2\xb0\x93\x28\x57\xae\xf8\x22\x69\x25\xfe\xee\ \xec\x1d\x04\x67\x7d\x93\xd5\x1a\x8f\x47\xe3\xf1\xe8\xce\x77\x82\ \x20\x60\x0c\x8b\xa2\x60\x88\x8c\x71\x44\xe2\xdc\x37\xe7\x52\xd2\ \x6a\x49\x21\xea\xba\xe6\x5c\x2a\xa5\x18\xc3\xe5\xe5\xe5\xb2\x2c\ \x77\x6e\xde\xe2\x9c\x3b\x44\x63\x0c\x67\xbc\x49\x61\x58\x63\x91\ \x61\x9a\xb6\x15\xe7\x07\x47\xc3\xcb\x97\x2f\xbf\xf5\xad\x8f\x4a\ \xce\xa4\x54\x45\x51\xf6\xbb\x7d\x81\xcc\x18\x23\x55\xd0\x69\x77\ \xe7\xb3\x45\x55\x14\x3b\x37\xf6\xbc\xa1\x84\x43\xa8\x18\x59\x8b\ \xcd\xb4\x5d\x22\xeb\xac\x88\x22\x4b\x84\x44\x0c\x59\xb3\xb3\x19\ \xc3\x26\x34\xee\x9c\x63\x8c\x03\x79\xce\x39\x82\xe3\x9c\xb5\x92\ \x24\x50\x01\x43\x2e\xb8\x32\x0e\x9a\xda\x15\x40\x24\xf0\xb5\xd6\ \xd6\x54\x82\x0b\xc9\x4c\x28\x23\x22\x67\x5d\x6d\xac\x16\x82\x35\ \xf9\x6c\x44\xf4\x64\x19\x24\x92\xc7\x9c\xf3\x2c\x2b\x0e\x0f\x8e\ \x5e\x1d\x18\x6e\xc8\xfa\x6e\x3b\x9c\x22\x22\x34\x15\x8f\xc6\x98\ \xcb\x97\x2f\x07\x41\xb0\xb6\xb6\x26\x84\x38\x99\x15\x45\x04\x48\ \x82\xf3\x7e\x7f\xe9\xd6\xe1\xa1\xf3\xc8\xb8\x2a\x2a\x13\x25\x69\ \x56\x04\x9c\x83\x12\x7e\xd0\x6a\xb7\xbb\xfd\xa4\x57\x46\xad\x78\ \xfb\xc1\xf3\xed\x7b\xee\xcf\xaf\x1c\x5d\x79\x76\x67\x32\x9f\x94\ \x26\xd3\x64\x6b\x8f\xb5\xf7\x9e\x33\x8f\xcc\x36\x46\x0d\xa0\x01\ \xf4\x08\x9e\x51\x55\x57\xc4\x44\x1c\xc5\xc4\x79\xa9\xb5\x03\xe2\ \x88\x8e\x08\x80\x13\xe7\x82\xb7\xc8\xc1\x78\xac\xc9\x31\xc9\xdb\ \x4a\x05\x5f\x78\xf2\x4a\x59\xea\xd1\xc8\x09\x19\x81\xf5\xb9\xae\ \x82\xb8\xf2\x44\xcd\x40\x75\xef\xc1\x5a\x17\x04\xca\x68\x8d\x8c\ \x79\xe7\x9b\xac\x42\xc3\x3b\x0d\xd7\x54\x55\x15\x04\x41\x33\xa5\ \x2f\x4c\x92\xe9\x7c\x06\x9c\x1d\x1c\x1d\x3d\xf7\xc2\xf3\xd6\xbb\ \x28\x8c\x5a\x71\xd2\x4e\x12\xe3\x7d\x59\xd7\x5a\xeb\x73\xe7\xce\ \xc7\x71\xb2\xbb\xbb\xdb\xef\x2f\x11\xd1\x7c\x3e\x77\xce\xc6\x71\ \xb2\x58\x2c\xca\xb2\xfc\x6e\xd4\x85\x32\x60\x85\x4d\xfe\x3f\x3b\ \xbe\xcc\x66\x8b\xd1\xa2\x9c\x17\xce\x18\x06\x86\xc8\x38\x26\x54\ \xdc\x4d\xfb\x55\x8b\xeb\xa5\x40\xf6\x37\x5c\x59\xa2\x35\x41\x9e\ \x73\x42\xed\x68\x79\xb9\xfb\xe0\xa5\x4b\x93\xa3\x43\xfc\xe4\x8b\ \x5b\x88\xbd\x8d\x68\xe3\xdc\x66\x33\xcd\x63\x6c\x17\xcf\xee\xee\ \xde\x9a\x8f\xa7\xc2\x32\xe0\x5c\x80\x11\x48\x1e\xea\x16\xe2\xfd\ \x83\x97\x86\xd7\x6f\xee\xdd\x28\x44\x55\x32\x10\xbe\x64\x84\xda\ \x12\x4b\x02\x42\xb1\x98\x1b\xed\x81\xf7\x07\x2f\x1f\x8d\x7e\xfd\ \x53\x9f\xfa\xf1\x0f\x3e\x5a\x61\x51\x26\x02\x6b\x6c\xa9\xe4\xe6\ \xc4\x3c\x3f\xdc\xe1\x61\x70\x35\xc1\x35\x70\x4f\x7d\xe2\x0f\x6e\ \x5c\x3d\x5c\xeb\xae\x2d\xf2\x72\x01\x4e\x2b\x0e\x88\x60\x9d\x61\ \x10\xf1\xe4\xa7\xff\xf4\x4f\x66\xd5\xfc\xa5\x1b\xd7\xd0\x82\x62\ \x32\x51\x61\x1c\x04\xc3\xa3\xa3\x92\x4d\x55\xa0\x48\xb1\x59\xbd\ \x60\x49\x68\xb8\xd7\xd9\xb4\xf4\xb4\x24\x8b\xfe\xfd\xf7\xd8\xe5\ \xcd\x2f\x0d\xbf\x72\x64\x46\xeb\x07\xee\xfc\x2b\x8b\x95\x97\x27\ \xfb\x3a\x7e\xcb\xf6\xdb\xda\x22\xde\x8e\xd7\x57\xd2\x25\x5b\xe9\ \x85\xd1\x8b\xc5\xdc\x72\x17\x0a\xae\x38\xbf\xeb\xf8\x4e\x73\xfb\ \xac\x75\x8c\x71\xa2\x93\x38\xa0\xf7\x4e\x6b\x83\x88\x2a\x08\xac\ \xd6\x88\x00\xc0\x38\xe7\x9c\xf1\x20\x50\xad\x24\x91\x4a\x95\xa5\ \x16\x12\x95\x0a\x05\xc3\x24\x49\x56\x56\x06\xc3\xa3\x63\x72\xbe\ \xe9\x1d\xa7\x84\x70\xce\x59\x6d\xbc\x07\x04\x8a\xa2\x58\x29\x35\ \x2f\xcb\x2f\x7f\xf9\xe9\x0f\x7f\xf8\xc7\x3a\x9d\xb8\xd3\xe9\x1c\ \x0f\x8f\x95\x52\x08\x98\xe7\x65\x47\x06\x5c\xa9\xdd\x83\x83\x32\ \xcb\x88\x48\x09\xe0\x0c\xc8\xf9\x93\x04\xf3\xed\x36\x5d\x04\xe0\ \x9d\x73\xe4\x83\x20\xa8\xaa\x32\x52\x4a\x70\x5f\xe4\xda\x39\x67\ \xac\x13\xda\x70\xce\x5b\xad\xc8\xd8\x5a\x29\x15\x84\x61\x13\x54\ \xe6\x9c\x19\xef\xee\x54\x75\x3a\xe7\x4d\x5d\x69\x5d\xb3\x10\x84\ \x60\xd9\x6c\xf6\xe2\x73\x5f\x71\xe8\x2b\x53\x59\x53\x7b\x67\xb9\ \x14\xd6\xdb\x6e\xbf\xf3\xa6\x87\xde\xb9\x1c\x2e\x37\xd5\x15\x00\ \xc0\x59\x13\x47\x63\xdf\xa1\x9f\xc5\x39\x9f\xcd\xe7\x4f\x3d\xf5\ \xd4\xdb\xdf\xfe\xf6\x97\x5e\x7a\xe9\xca\x95\x2b\xfd\x7e\x7f\x30\ \x18\x34\x5d\xd3\x9a\x9a\x26\x8b\x00\x40\x9d\x4e\x5b\x70\x39\x5d\ \x2c\xe2\x56\x7b\x36\x9f\x6c\x2d\x2d\x43\x39\x6a\x45\xb1\x60\x5e\ \x3a\xe5\xd0\x96\xa6\x0a\x65\xa7\x28\x79\xdb\xc7\x8b\x92\xed\x0c\ \xe7\x07\x8b\x2c\xab\xb3\x85\xe5\x05\x84\x06\x84\x23\x72\xc0\x0d\ \xa3\xda\x3a\x4f\xcc\x51\x53\xf3\x87\x52\x31\x63\x6d\x51\x15\xc8\ \xa5\x52\x01\x39\xe7\x88\x6c\x6d\x1d\x59\x26\x18\x63\x91\xa9\x04\ \xa0\x0c\x64\xea\x9c\x5e\xe4\xfe\xf7\x3f\xf3\x82\xd3\x56\x05\xa9\ \x23\x69\x6b\xed\x94\xf5\x08\xc0\xd0\x37\xf1\x6a\x02\x20\x10\x82\ \x5b\xeb\x18\x72\x67\xed\x9d\x94\x68\x93\x8a\x6a\xba\x7f\xb5\xdb\ \xed\x46\x7f\x1c\xb7\x92\xe1\x74\x52\x69\xbd\xbb\xbf\x77\x6d\xe7\ \x66\xb7\xdb\x0d\xa2\x08\x05\xe7\x81\xaa\xac\xf6\x48\x9c\xf3\xb2\ \x2c\xb4\x36\x8d\x49\x98\xe7\xc5\x74\x3a\xfd\xff\xb1\xf7\xe7\x41\ \x96\xa5\xd7\x7d\x18\x78\xce\xb7\xdd\xf5\xad\xb9\x67\xd6\xbe\x74\ \x57\x77\xa3\x17\x74\x63\x27\xb1\x12\x04\x40\x82\x0b\x44\x82\xe2\ \x90\x14\x69\x4b\xa3\x91\x45\xca\x31\x9e\xc5\x5a\xc6\x96\x3d\x76\ \xd8\xe1\x50\x8c\xa5\x89\x51\x78\x24\x51\x1e\x49\xb6\x25\x9b\x14\ \x49\x93\x02\x45\x8a\x00\xb1\x11\x40\xa3\xd1\xdd\xe8\xbd\xba\xbb\ \xba\xf6\xca\xca\x3d\xdf\xbe\xdc\xf5\x5b\xe7\x8f\x2f\x2b\xd9\xa4\ \x64\x03\x2e\x60\x26\x66\x22\xfc\xba\xa3\x22\x23\x97\xf7\x32\xef\ \xbb\xf7\xdc\x73\x7e\xe7\xb7\x44\x51\x1c\xc7\x51\x9e\xe7\xf3\xf9\ \xf7\xc3\xd7\x9d\x10\x52\x68\xfd\xc5\xbd\x1d\xc2\xc0\x21\xba\x38\ \x45\x8a\x94\xd0\x84\x88\x90\xc6\x01\x8b\x04\x86\x35\x91\x4a\x1b\ \x90\x5a\x57\x6a\x3e\x99\x0e\x7b\x07\x69\x1c\x90\x4b\x0f\x9c\xb8\ \x74\xbe\x0c\xdc\x73\x97\x2f\xcf\x41\x3f\xfc\xc8\x23\x17\x2f\x5c\ \x50\x85\x14\x45\xed\x94\xa6\x8e\x3d\xd6\x59\x5d\x49\x1a\x23\x5b\ \x8d\xab\x52\x71\x28\xb3\x62\xa6\x6d\xb7\x19\x3f\xbb\xfd\xfa\x5b\ \x7a\x6b\xd2\x9a\x85\x4a\x05\x79\xd9\xd1\x2e\xd3\x89\xe2\x5c\x12\ \x39\x33\x5a\xb7\x52\xb1\xb2\x58\x4e\xaa\xce\xfa\xe2\x37\xaf\xbf\ \x1e\x2c\x9a\x0f\x7f\xea\x3d\xd2\xd9\xd5\xce\xea\x87\x1e\xfb\x38\ \x09\x96\x37\xef\xdc\xfd\xfd\x17\x9f\xbe\x71\xb7\x7c\x73\xbc\x37\ \xd8\x1f\x9e\x68\x9c\x9e\xf7\x0e\x0c\xb5\x24\x66\x84\xe3\xac\x2e\ \xb5\xaa\xc2\x10\x0c\x71\xef\x7c\xdf\xc3\x2f\xbc\xf8\x7c\x59\x8f\ \xa1\x0a\x14\xea\x4e\xd2\xa4\x06\x3a\x49\xb3\x96\x6a\xd4\x3f\x3c\ \xf9\xd8\xa5\xa5\xa5\x53\xd3\x2a\x9f\x80\xd5\x67\x97\x5d\x5d\xbe\ \xc6\xa7\xf1\x7c\xab\xe2\x36\x51\xa6\x31\x2a\xc5\x7e\x9e\xdd\x39\ \x38\x7c\x75\xba\x1a\x2c\x7f\xe2\x89\x8f\x1b\x47\xa6\x45\xa9\x81\ \xb0\x66\xc3\xa8\x4a\xe9\x9a\x52\x22\x0c\x23\x7f\xbc\xfe\xbe\x4f\ \x80\x27\x08\x02\xad\x8d\xb5\xfa\x18\x69\x0e\x02\x61\x8c\x21\x88\ \x8c\x71\x6d\x88\xb5\x0e\x89\xa5\x82\x51\xce\x83\x50\xa4\x49\x9c\ \x4d\xa6\x1c\x1c\x75\x4e\x2b\x23\xb8\xe0\x8c\x26\x49\x02\x0e\xac\ \x96\x52\xab\x30\x0c\x8d\x73\xd2\x6a\xa7\xb5\x03\x08\x58\xdc\x48\ \x9b\x59\x59\x3e\xff\xc2\x8b\x57\xaf\x5d\x7b\xf2\x9d\x8f\x25\x49\ \xbc\x7d\x77\x0e\x60\x78\x2c\xac\x95\x11\xa7\x0b\x51\xcc\x6b\xa5\ \x4a\x17\x71\x64\x40\x88\x03\x8a\x68\xd1\x22\x27\x8c\xf2\x42\x6a\ \x4b\x29\x3a\x40\xc2\x9c\x37\xd4\x40\x6b\x9d\x41\x47\x9c\x05\x42\ \x8e\x72\x2d\xac\x35\xc6\x68\xc6\x30\x10\x2c\x4d\x42\x47\xb5\xa5\ \xce\x11\xea\x1c\x12\x42\xc1\x11\x07\xc6\x5a\x6d\xb4\xb6\x96\x80\ \xe3\xb9\xaa\x3e\xf7\xcc\x17\x9f\x7f\xe1\xf9\x8e\x24\x61\xa5\xc3\ \x56\xaa\x03\xca\x2b\x23\x32\x79\x72\x61\x69\x7e\xa9\x6f\xe3\xd4\ \x10\x28\x8a\x0c\x00\x8c\x75\x00\x40\x01\x78\x20\xaa\xba\x42\xf2\ \x3d\xec\xb3\x8c\xb9\x75\xeb\xd6\xa3\x8f\x3e\xfa\x8e\x77\xbc\xa3\ \xdf\xef\xcf\xe7\x73\x2f\xa6\x4d\x92\x84\x31\xa6\x94\x42\x04\x8a\ \x10\x85\xa1\x08\xc3\xfe\x60\xf4\xd0\xc6\xfa\xf8\x70\x0f\x1a\x8d\ \xfe\xa0\x3f\x67\x35\x05\x6d\x20\x21\xa2\x5e\x39\x19\x55\xfd\xc2\ \x30\xb1\xfa\x58\x9a\x6b\x76\x30\xce\xc7\x79\x69\x9d\x93\x84\x56\ \x86\x19\x74\x45\x2d\x95\xd5\x40\x68\xad\xd1\x02\x1a\x87\x16\xc0\ \x01\x72\x6b\x9d\x73\xb5\x94\xca\x54\x8e\x72\x8b\xc4\xa2\x75\xe8\ \x94\x73\xa0\x09\xa1\x63\x87\x35\xa5\x58\x5a\x0b\x56\x72\x46\xc2\ \x96\x68\xa4\xa9\x55\xca\x59\xe5\x8c\xa9\x69\xbb\xd9\x6c\x21\x92\ \xba\x96\xc8\x38\x00\x45\xea\xcd\x64\x35\x01\x30\xc6\x00\xe2\x31\ \xdb\xc0\xe3\xca\x9e\xbc\xe3\x89\xcb\x0e\x1c\x52\x52\xd5\x95\x45\ \xd7\x6a\xb5\x00\xb1\x56\x32\x2b\xb2\x34\x49\xc0\xd5\x45\x59\x35\ \xe3\xb0\xdb\x5d\xb8\x71\xe3\x16\xa5\xc4\xf7\x4a\xb3\xd9\xcc\x13\ \xa6\x8c\x31\xd3\xe9\xf4\xbb\xa1\xf0\x7c\xa7\x7d\x96\x75\x22\xe0\ \xa7\x4e\x2d\x29\xad\x10\x30\xcf\xb2\x30\x0c\x54\x2d\x29\xa1\xb2\ \x9a\x4f\xb3\x91\x92\x52\x4a\x28\x6a\x23\x6d\x2d\x4d\x3d\x1b\x0c\ \x74\x26\x1f\x58\x5f\x6a\x28\x16\x86\xd1\xf6\xc1\xee\x62\xd4\xfe\ \xc0\x67\x9e\x8c\xe3\x78\x9e\x65\x73\x99\x51\x41\xa4\x93\xb9\x2e\ \x74\xc3\xb5\x49\x12\x2b\xde\x1a\x45\xb3\x20\xbe\x91\x8c\x1f\xfa\ \xc4\x87\xce\x77\x57\xf6\x5e\xbb\x15\x4f\x0b\x5d\x39\x43\x28\xb0\ \x54\x13\x04\x62\x98\x45\xa7\x68\x2c\x49\x77\xa9\x99\xa4\x21\x34\ \xc2\xe9\x64\xda\x3a\xf9\xd0\xa5\x47\x3f\xf5\xfc\x1b\xbb\xa3\x2e\ \x59\x8d\xeb\x9b\x2f\x3c\xd7\xe6\x8d\xc9\x7e\x7f\xeb\xe6\x9d\x72\ \x7f\x38\x1a\xf6\x05\x65\x83\xbc\xe7\x28\xd3\xd6\x42\xee\x48\xa1\ \x1b\x48\x1c\x44\x9c\xd3\x22\xcb\x7e\xfb\x37\xfe\xb0\xca\xf3\xde\ \x58\xcf\x1b\xf6\x11\xde\x1c\xc1\x2c\xa7\x26\x20\xa6\x29\x9a\xb6\ \xd3\xb8\xf8\xee\x27\x66\x71\xf5\xfb\x7b\xcf\x6f\xe3\x16\xb5\x59\ \xad\xdd\x2c\x2f\xdc\x26\x89\x21\x14\x3b\xd9\xfa\xa6\x59\xcb\x1a\ \x6e\x5e\x3f\xfa\xce\x87\x1e\x3e\x7f\x96\xa0\x92\x4a\xb6\x62\x66\ \xcc\x3c\xa2\x29\xb1\x9a\x5a\x53\xd5\xd2\x56\x06\x8c\xbb\xff\x98\ \x62\x77\x14\x9c\xf0\xfe\xf7\xbf\xff\xbd\xef\x7d\x5f\x10\x08\x44\ \xfc\xfd\xdf\xff\x5d\x9f\x70\x44\x29\x43\xe7\x73\x28\x0d\x10\x42\ \x18\x0d\x82\x20\x8a\xc2\x56\x23\x3d\xb4\x06\xb5\xd2\x46\x1b\x77\ \x14\x4b\xe0\x2d\x2c\x09\xa1\xb5\x94\x84\x33\xed\x2c\x1a\x8d\x5a\ \x31\x21\x88\x73\x8d\xb4\xd1\x1b\xf4\x7b\xfd\xfe\x1b\x6f\xbe\xf5\ \xd0\x43\x0f\x10\x82\x5e\x96\x68\x39\x29\xaa\x92\x51\x8c\x39\x4d\ \x09\x73\x0e\x84\x76\x84\x00\x05\x82\x0e\x0c\x01\x03\x56\x3b\x6b\ \xad\xa3\x82\x5b\x0d\x48\x09\x63\xa8\xad\xe4\x01\x77\xc6\xa2\x71\ \x14\x3d\xb1\x18\x8c\xb5\x08\x58\x16\x65\x14\x51\x00\xd6\x6a\x36\ \x1c\xb1\x8e\x39\x07\xc4\x5a\xc2\x08\x25\x80\x08\xa8\x55\xa5\x94\ \x72\x40\x04\x89\xee\xbc\x72\xf5\x77\xfe\xc5\xe7\x06\xc3\xe1\x93\ \xa4\x1d\x57\xcc\xae\xc8\xfd\x6a\xde\xd5\xfc\xb1\x68\x85\xde\xd8\ \xfd\xf6\xab\x5b\xbd\x94\x18\xc1\x92\x38\xf9\x73\x7f\xfe\x2f\x34\ \x92\x96\xab\xf5\xd6\xe6\x9d\x7f\xf5\xf9\xdf\xaf\xea\x0a\xc8\xfd\ \x57\x7b\x8f\xd9\xdf\xbc\x79\xf3\x13\x9f\xf8\xc4\x89\x13\x27\x5e\ \x7d\xf5\xd5\xd9\x6c\xb6\xb0\xb0\x50\x96\xa5\x0f\xa8\xa8\x6d\x44\ \x00\x53\x8e\xcb\x11\x1d\x4d\x0e\x15\x5b\x9a\xc5\xe1\x0e\x6f\xf4\ \xa3\xf5\xea\x60\x37\x44\xbe\x4b\x53\x4a\x70\x9d\x93\xa5\x36\x13\ \x0d\x80\xce\x72\xbc\x34\x41\xcb\xea\x3a\x95\xb5\x28\x81\x16\x5a\ \x1a\x0b\x06\x98\x54\xca\x3a\x34\x84\x5b\x87\x1a\xd0\x5a\xe7\x10\ \xa4\x33\xc6\x39\x22\x62\x2d\x95\x31\x8e\x51\x4a\x91\x39\x8b\x60\ \x1d\x01\x04\xca\x1c\x63\x0c\xb4\x70\x32\x0d\x44\x33\x20\xcd\x24\ \x0c\x02\xaa\x29\xc9\x6b\x99\x95\x25\x84\x49\x2b\x0e\xa8\xd5\x0c\ \x8d\x52\x96\x0a\xc1\x88\x93\x55\x06\x4e\x83\xd5\xce\x6a\x82\x8e\ \x10\x30\x46\x39\x47\x00\xac\xd6\xb2\xae\x4b\x21\x58\x9e\xcf\x01\ \x0c\x21\x41\x96\xab\xb2\xb6\x79\x56\x09\x1e\x57\x55\x69\x94\x05\ \x0e\x9c\x50\x59\x56\x0c\x91\x32\x5b\x94\x33\x07\xca\x5a\x4e\x89\ \xc8\xb2\xb2\x2c\x55\xb3\xd1\xe1\x5c\xcc\x66\x33\xa5\xd4\x77\x73\ \xc2\x7f\xe7\xdc\x3e\xad\xd4\x70\x7f\xdf\x47\xb2\x3b\xe7\x26\xf3\ \xac\x96\x72\x3e\x9f\xd7\x75\xe5\xfd\xa8\x28\x89\x82\xa4\x59\xea\ \xca\xa0\xe9\xae\x2d\xab\x49\x6e\x10\x6b\xa9\xad\x35\x69\xab\xfd\ \xae\xd3\xa7\x3a\xd8\x18\x8d\xc6\x41\x5d\x71\x14\x95\x92\xc4\x01\ \xe5\xa1\x02\x65\xb4\x15\x00\xad\x28\x9c\x54\x6e\xfd\x5d\x4f\xfe\ \xdc\xbf\xf3\x17\xbe\xf4\x0f\xff\x7b\xb1\xd9\x8f\x1c\xaa\x88\x66\ \x82\x18\xc4\xd9\x38\x93\x75\x29\x02\xc1\x90\x9e\x59\x3f\xa5\x8c\ \xce\x06\x83\x79\x3e\x17\x22\x34\xc6\xfd\xd1\xd7\x9e\xc9\x51\xcd\ \x52\x97\x2d\xad\x3d\xb7\xf3\x6c\xff\xee\x3e\x54\x5a\x38\xea\x8c\ \x2e\x65\xb9\xb8\xdc\x1d\xe7\xd3\xd0\x85\x02\x59\x24\x78\x18\x47\ \xd2\xc8\xac\xc8\x22\x26\x28\x11\x2f\x3f\xfd\x3c\x38\xbb\x7a\xfa\ \x64\xa7\x72\x9d\x41\xde\x5c\x4a\x06\xa4\x6e\x3b\xd1\x04\x1c\xf7\ \x67\xb0\xb9\xff\xe4\x07\x2f\xdd\x4d\x2f\xfd\xb3\xac\xb7\x23\xa7\ \x71\xc5\xe4\xac\x6a\xce\xb0\x39\x57\xd3\x37\x0f\x3a\x2a\x6c\x62\ \xf0\xe4\xa7\x3e\xcd\x2c\xd0\xd1\x9c\x09\x4a\x1d\x09\x04\x0f\xa2\ \x58\x2a\x45\xc1\xd6\x65\x55\x14\xa5\x10\xac\xae\xeb\xfb\xec\xf9\ \xdd\x11\x54\x81\x08\x1f\xfb\xd8\xc7\x1e\x7c\xf0\xd2\xa9\x53\xa7\ \x5a\xad\xc6\xd6\xf6\xa6\x52\xda\xdf\xaf\x08\x22\x78\xaf\x1a\x42\ \x7c\xe6\x49\xa3\xd1\x58\x5c\x5c\xda\x8a\xee\xca\xaa\x76\x08\x40\ \xf9\xf6\xf6\xb6\x0f\x7a\xf7\xc1\xb2\x59\x96\x2d\x2c\x2c\x38\xe7\ \x18\x21\x04\x30\x0c\x43\x07\x18\xc7\x71\x14\x86\xf3\xb2\xb8\x7c\ \xf9\xf2\x8f\x7f\xfa\x93\x8c\x52\x82\xa8\x8d\x45\x2a\x66\x45\x85\ \x2c\x20\x22\x0a\x92\x78\x3a\xc9\x8c\x03\x67\x0d\x21\x8e\x50\x26\ \x18\x33\x0e\xea\x5a\x31\x11\x00\x21\x52\x29\x4a\x38\x3a\xe0\x94\ \x21\x01\x24\xd6\x6a\xe5\x1c\xd4\xda\x50\x42\x18\x65\xca\x6a\x07\ \x90\x17\x4a\x84\x22\x8a\x53\x00\x14\x9c\x7b\x9b\x67\x44\x8b\x48\ \x01\x5c\x5d\xd7\x4a\x29\xc2\x18\x03\x72\xed\x1b\xaf\xe7\x37\x47\ \x4b\xed\x46\x2a\xc5\xf9\xe5\x8d\xdb\xf3\x41\x3e\x9f\x35\x82\x26\ \x34\x98\x15\xbc\x36\x15\x13\xc9\xb9\x07\x2e\x5e\xdb\xdf\xfb\xec\ \x67\x3f\x1b\x06\xc9\xfe\xdd\xed\xb3\xa7\x4e\xbd\xfa\xda\xcb\xd3\ \x6b\xd7\x8e\x7d\x9a\xef\xaf\xda\x47\x51\x34\x1e\x8f\xe7\xf3\x79\ \xb7\xdb\x0d\x82\x60\x34\x1a\xf9\x83\xe6\x3d\x76\x95\x36\x8c\x52\ \x0a\xd0\x69\x35\x0f\x0e\xf6\x8c\xb1\xc0\x44\xa5\x2c\x8f\x92\x92\ \x51\x4a\x60\x69\x79\xb1\xcc\xed\xad\x5b\x57\xe1\x64\x22\xa0\xa8\ \xae\xde\x0a\x2d\xa9\xa5\x29\x4a\x0d\x10\x57\x4a\x1b\x74\xc6\x80\ \x03\x62\x1d\x1a\x20\xde\xcd\xc3\x1a\xa3\x8c\xb3\xce\x20\x23\x06\ \x89\xe0\x9c\x21\xd5\xa5\x54\xd6\xa1\x33\x9e\x05\x86\x84\x58\x87\ \x5a\x03\x45\x82\x40\x89\x23\xc4\x11\x86\x02\x2d\x03\x67\x8d\x42\ \xe7\x58\x91\x17\xc3\xfe\x20\x4a\x62\xe3\x1c\x17\x81\x03\x6f\xe4\ \xee\xf9\x41\xe0\xa3\xca\x8e\xfd\x98\xfc\x43\x4a\xe9\x77\x5e\x00\ \x48\x00\xcb\xa2\x52\x52\xc9\x5a\x79\x1c\x50\xd6\xd2\x85\x21\x78\ \x2e\x90\xd6\x9c\x87\xd6\x9a\x3c\xcf\xbb\x9d\xa5\xba\x96\xfd\xde\ \x00\x1c\x04\x41\x68\x8c\x19\x8f\xc7\x94\xd2\xef\xa6\xe4\x7f\x67\ \x7d\x96\x31\xb6\x36\x84\xb1\x20\xab\xaa\xed\xed\x9d\xba\x96\x41\ \xc0\x09\x21\x88\x34\x69\x2d\x2e\xc7\x49\x1a\x44\x1b\x1b\x27\x68\ \x1a\x1a\xd0\x46\xcb\xbd\x3b\xb7\xf5\x6c\x46\x9b\x51\xd2\x4a\x42\ \x8e\x95\x92\xfd\xd1\x38\xaf\x33\x63\x1d\x65\x5c\x6b\xa7\xb4\x21\ \x94\x73\x64\x4a\x95\xc6\xa0\x4b\x40\xf3\x9c\x4e\x76\xac\x9b\x7e\ \xe8\x2f\xff\xc4\xe5\xdf\xfc\x43\x76\xa3\x67\x6a\x39\xc8\xe6\xb5\ \x52\x6b\x2a\x08\xe3\xc4\x52\x8c\xe3\x94\x0b\x5e\x17\x6a\x34\x1e\ \xf3\x40\x8c\xc6\xe3\xf9\x3c\xdf\xd9\xdf\x43\x86\x27\x2e\x9e\xee\ \xb4\xa9\xa1\xc1\xd6\x34\x63\x84\x1a\x34\xd6\x99\xc7\xdf\xf3\xe4\ \xcd\x5b\xd7\xa5\x33\x84\x1b\x43\x40\x71\xa8\x8c\x2e\xab\x4a\x1a\ \x59\x4a\xa9\x64\x2d\x02\x6e\xb4\x1e\xcd\x87\x67\x92\xe5\x18\x08\ \x17\x82\x25\x58\x6b\x9b\x73\x33\x92\xd9\xeb\x77\x2e\xc3\x69\x8a\ \xdd\x7c\xc6\x61\x12\x24\x74\x2e\xf5\xe6\x64\x39\x4b\xba\xbd\x8a\ \xdd\x98\x34\xc2\xf6\x58\x65\x77\x17\x0f\x5b\xdd\x85\x8b\xcd\x76\ \xab\xd9\x94\x4a\xcd\xe6\x73\x24\xc4\x58\xdb\x1f\x8e\x83\x20\x48\ \xe2\x78\x9e\xcf\xa2\x28\xba\x4f\x80\x13\xc1\xdc\xb3\xe9\x7a\xe5\ \x95\x57\x92\x24\xad\xeb\x3a\x89\xa3\xdd\x9d\x9d\xf7\xbd\xef\xdd\ \x47\xd2\x39\x42\x88\xb5\x84\x10\xea\xc8\xb1\x44\xcb\x53\xc2\xc2\ \x30\x44\xca\xa4\x31\x08\xe0\x2d\x07\xeb\xba\xf6\x8e\x0a\xfe\x24\ \x73\x0e\x90\xfa\x8d\xa9\xe3\x9c\x73\xc6\x11\x60\x7f\x7f\xbf\xac\ \xca\x56\x23\x22\x94\x6a\x63\x83\xa4\x59\xcc\xa6\x06\x88\x08\x82\ \x20\x88\x10\x00\x09\x50\x00\x42\x1d\x65\xce\x52\x26\xa5\x72\x0e\ \xbc\xaf\x2b\x23\x84\x33\xe6\x73\xf8\xc0\x39\x04\x8c\xa2\x08\x00\ \xa5\xb6\x08\xa4\xd6\x8a\x00\x1a\x00\xa5\x9d\xd2\x10\xa7\x4d\xeb\ \x40\x88\xd0\xd9\xa3\x68\x3f\x20\x00\x70\xb4\xd9\xe5\x4c\xcc\xcb\ \xf2\x99\xeb\x37\x86\x84\xf0\x24\xbe\xb9\xd9\x2f\x27\x73\xd5\x0d\ \x46\x81\x91\x2e\xa3\xf3\xdd\x14\xf9\xa8\x2e\xc6\x77\x47\x6b\x67\ \xcf\x1a\x63\x5e\x78\xf1\xc5\x95\xc5\xd5\x49\x7f\x78\xfd\xad\xb7\ \xfa\xfd\xc1\xf1\x15\x75\xbf\x73\x96\x25\x94\x4e\xa7\xd3\x7e\xbf\ \xbf\xb4\xb4\x94\x24\xc9\x60\x30\x38\x7b\xf6\xac\xe7\x28\x10\x42\ \x94\xaa\xad\x63\xe8\xcc\x42\x77\x51\x6b\x2c\xe7\x2a\x64\xb1\xa9\ \xeb\x66\xc2\x35\x57\xc2\xd6\xe3\xdd\x57\xa3\x00\x4f\x2d\xa7\x11\ \x85\xe1\xe1\xf8\xe6\xeb\x37\x1c\x04\xf3\x4a\xd7\x46\x19\x28\x6a\ \x63\x0d\x21\xc6\x18\x8b\x68\x9c\xb3\xce\x4a\xa5\x2d\x12\xeb\x9d\ \x4f\x90\x38\x87\xce\x81\xd1\x06\x09\x23\x8c\xca\x5a\x21\x38\x9f\ \x24\xa1\xad\x01\x4b\x0c\x38\x4a\xad\x42\x5d\xa1\x63\x54\x84\x8e\ \x12\x47\x4a\x6d\xe7\xca\x69\x22\xac\xa3\x79\x59\x02\x52\x25\x6b\ \x2a\x50\x6b\xa3\xb4\x06\x20\x55\xad\x08\x12\x6f\x92\xfd\x76\xf3\ \x49\x5f\x5c\x28\xa5\x65\x59\x32\xc6\x90\x90\xaa\x2a\x8b\x3c\xab\ \xea\xba\xae\x6a\xa3\x55\x59\x16\xd0\x6a\x38\xe7\x8c\xd5\xda\x98\ \x66\xb3\xe1\x9d\xd9\x18\x63\x3e\x7a\xd3\x2f\xd4\x8d\x31\xa3\xd1\ \x90\x10\xf2\xdd\x00\x9a\xdf\xb1\xdf\x21\xda\x98\xed\xbd\xde\xc5\ \x07\x2e\x3e\xf1\xae\xf7\x74\xae\xdf\x78\xf6\xd9\xe7\xcf\x9c\x38\ \x7d\xf1\x81\x07\x84\x10\x42\x08\x00\x50\x79\xde\x88\xa3\x0a\xd4\ \x34\x2f\xa5\x2c\x1b\x8d\x46\x98\xa6\xad\x4e\xcb\x80\x99\x67\x59\ \x69\x95\x95\x35\x04\xe8\x2c\x6a\x67\x69\x1c\x38\x70\xca\xa1\x35\ \x44\x32\xaa\x00\x91\xc8\x20\x02\x39\x19\xff\xb3\xbf\xf9\x9f\xbe\ \xf7\xc7\x3e\xf9\xf1\xbf\xfe\x6f\x6f\xcd\xeb\xdb\x7b\xb7\xdf\x3d\ \xc8\xd4\xde\x28\x1b\xcf\xc4\xde\xcc\x14\xf5\x68\x3c\xbd\x47\x51\ \x09\x5a\xad\x66\xb3\xd1\x92\x8b\x3a\xaf\x4b\x0e\x28\x46\xe5\x94\ \x1d\x14\x59\x86\xc6\x59\x8a\x8e\x62\x10\x44\x1f\xfe\xe8\x47\xae\ \xdf\xbc\x36\x9f\x4d\x8b\x86\x21\x51\x20\x9c\xb5\x52\x53\x46\xe2\ \xb4\x21\x55\x45\x82\x88\x08\x31\x1d\x0e\x67\xd9\xe8\xfc\x27\x3f\ \x72\xe2\xd4\xe9\xbd\x68\x5a\x9d\xa0\xbb\xf3\x51\x1c\x44\x73\x5d\ \x8f\xea\xf2\xe9\xdd\x6f\x6c\x3a\x33\x6c\x28\x3e\x37\xe5\xf6\x78\ \x49\x85\xcd\x92\xd3\xc1\xf4\x5c\xb2\xda\x6d\x2f\x8a\x4e\xb7\xb9\ \x72\x2a\xd3\x52\x88\x78\x36\x2b\x2c\x38\xad\x5d\x10\xf1\xaa\x9a\ \x32\xc6\x08\x21\x71\x1c\x72\x41\xf1\xfe\xa7\x2c\xf0\x18\x05\x22\ \xfe\xde\xef\xfd\xcb\xdf\xfb\xbd\xdf\x3b\x06\x8a\x7e\xf1\x97\x7e\ \xe1\x9e\x25\x8d\x8f\x75\x73\xc4\x11\x42\x88\x4f\xaa\xc9\xb2\x2c\ \xcf\xf2\x13\xeb\xeb\x0e\x49\x5e\x56\x9d\x4e\x9b\x73\x7e\xf7\xee\ \x5d\xa5\x14\x22\x3a\xeb\xf2\x3c\x4f\x1b\x0d\x65\x14\x71\x50\x55\ \x15\xe3\x82\x10\xc2\x05\x67\x04\x86\x83\xc1\xfe\xfe\x7e\xbb\x71\ \x3e\x08\x44\x5e\x54\x22\x4c\xe7\xe3\xa9\xd4\x3a\x8c\xe3\x30\x8e\ \x9c\x03\x4a\x80\x33\xc2\x08\x52\x02\xd2\xd9\xba\xd6\x01\xa3\x94\ \x80\xb5\x56\x30\x4e\x11\x95\xb1\x68\x0d\x21\xd6\x68\x5b\x59\x47\ \x91\x75\x9b\x29\xe3\xc1\xc1\xa0\xa7\xb5\x76\xe0\xd7\xfe\x34\x49\ \x1b\xce\x61\x20\x02\xef\xab\xe1\x8e\xc0\x19\x63\x8c\x37\xde\x83\ \xc1\x60\x74\xf5\xea\x75\x17\xba\x80\xd0\x8d\xee\xe2\x9a\x81\x4c\ \xd8\x12\x45\x82\x34\x42\x5b\x4e\x47\x1a\x9c\x75\x70\xfd\xfa\xf5\ \x2b\x6f\xbc\xf9\x57\xff\xf7\xff\xc7\x63\xcd\xe8\x51\x77\x89\x70\ \x7f\x07\xde\x83\x14\x55\x59\x72\xce\x77\x77\x77\x1f\x7b\xec\xb1\ \x6e\xb7\x7b\xfb\xf6\xed\xf9\x7c\x1e\x86\xa1\x31\x86\x51\x66\x51\ \x6b\x30\xce\xd9\x38\x4e\xe3\xb0\x31\x19\xe5\x4b\x8b\x0b\xf3\xc1\ \xa4\xc9\x1c\x75\x65\x40\xcb\xf5\x15\xba\xb2\xb8\x28\x38\x45\x84\ \xcd\x3b\x77\x36\x6f\xed\xf7\x27\x45\x5e\x58\xc7\x58\x51\x94\x96\ \x0a\x6d\xac\xb6\xd6\x00\x18\xeb\x2c\x12\x0b\x68\xc0\x59\x0b\xe6\ \x48\x0a\x0c\xc6\x7a\x19\xad\x25\x84\x32\x01\x08\x14\x11\x9d\xd6\ \xde\x20\xd9\x11\xb4\xd6\x29\x84\xca\x00\x48\xa3\xa6\x05\x12\xa6\ \x1d\x56\x0a\xa4\x01\xe5\x4c\xca\xf8\x11\x5d\xd0\x5a\x07\xe8\x1c\ \x3a\x0b\xb5\x94\x48\xa8\x31\xf6\x78\x99\xe5\xef\x6a\xbe\xd6\x7b\ \xfe\x0e\xe7\x0c\x89\xab\xeb\xb2\x28\x0a\x59\x57\xca\x8f\xbd\xd6\ \x04\x5c\x38\x6b\x94\x92\x00\xb6\xdf\x1f\x94\x65\xc5\x18\xf3\x91\ \xb0\x52\x4a\x6b\x6d\x9a\x26\x3e\x9a\xe2\xbb\x44\xd6\xd8\x77\xd1\ \x75\xe2\x2c\x2b\xaf\x5d\xbf\x5d\x4b\xfb\x83\x1f\xfc\xc1\x9f\xfa\ \xe9\x3f\xfb\xd6\x5b\x6f\xed\xed\xed\x21\x11\xc6\x92\x23\x79\x1b\ \x31\x55\x2d\x59\xc0\x1f\x7d\xf4\x29\xa1\xac\x9e\x4e\x89\xb4\xaa\ \xae\xb8\x71\xc6\x58\x0e\x14\x81\x58\xeb\x9c\x01\x02\x84\x19\xa6\ \x94\x53\xda\xa0\x26\x95\x72\xa2\x42\x50\x24\xde\x58\x8b\x95\xbb\ \xfb\xdf\x7d\xf1\xe5\x37\xde\xe2\x7f\xe5\xd3\x87\x17\x83\x9a\x67\ \xe7\xd7\x3a\x71\xbc\xf1\xc0\x33\xd3\xcd\xe7\x5f\x4f\xd3\xd4\x18\ \x93\xcd\xb3\x20\x10\x48\xb0\xc8\x72\x2e\x82\xb5\xd5\xb5\xed\x5b\ \xb7\xad\xd2\x48\x78\xa6\x14\xe3\xac\x32\x06\x9c\xa9\x65\xf5\xc5\ \x2f\x7c\x61\x36\x18\x26\x8c\x33\x17\x10\x29\x04\x25\xce\x20\x01\ \x1b\x5a\x08\x0d\xa7\x14\xcb\x79\x75\x26\x5d\xb9\xf0\xde\x27\x1e\ \xf9\x89\x4f\x36\x12\xf2\xc5\xd7\x7e\xe7\x75\x52\xa9\x13\xc4\xa9\ \x81\x2e\x4a\x9c\x8e\xe3\x6c\x2a\x4d\x63\xa9\x17\xc5\xd7\xf3\xc9\ \xdd\xb1\x99\x9a\x41\xa1\x7f\xe8\x7d\x1f\xb0\x83\x7c\x25\x59\x6c\ \x88\x34\xe4\x61\x69\xea\x69\x39\xf7\xbc\x32\xca\xe8\x60\x30\x42\ \x42\xd3\xa4\x69\x8c\x2a\xcb\x2a\x0c\x98\xe0\xfc\xbe\x6f\xbc\xc7\ \x84\x43\xce\xb9\xef\x8b\xe1\x88\xce\x6b\x8f\x44\x4f\x0e\x91\x10\ \x74\xd6\x8f\x5a\x46\x1b\x5f\x41\x00\xc1\x5a\xeb\x10\xac\x35\xf3\ \xf9\x1c\x11\xa7\xd3\xa9\xf7\xb2\xf4\xa7\x57\x14\x45\xe0\x1c\x71\ \x60\x5d\x99\x36\x98\xef\x8f\x18\x17\x87\xfd\xc1\xd5\xab\x57\x1f\ \x7e\xf0\x02\x63\xbc\x2a\xcb\x20\x69\x1b\xa9\x75\x55\x47\x22\x68\ \x26\x09\x67\x28\x38\x70\x82\x14\x01\xc1\x82\xb5\xe8\x17\x49\x4a\ \x3b\x07\x04\xc1\x5a\x8d\x56\x03\x58\x0f\x3c\x1b\xc0\xa2\xaa\x3c\ \x9b\xde\x18\x6b\xee\x45\x14\x53\x4a\xe3\x28\x26\x48\x09\x61\x7e\ \x15\x76\x4c\x24\x51\x4a\x5a\xe7\xac\x85\xfd\xdd\xfd\xde\xe6\xcd\ \xa5\x8b\x27\x93\xd1\xfc\x84\x16\x9f\xb8\xf0\xe0\x18\x8b\xbc\x49\ \xdb\x41\x4c\x0e\xe7\x87\x93\xed\xcd\x24\x1c\x66\xb3\x6f\x7f\xfb\ \xdb\x79\x59\x21\x23\x88\x14\x8d\x13\x84\x4a\x23\x19\xa3\xe8\xf0\ \xfe\x01\x1e\x70\x45\x51\xb4\xdb\xed\xcd\xcd\xcd\x87\x1f\x7e\x78\ \x65\x65\xe5\xd6\xad\x5b\xc3\xe1\xb0\xd1\x68\x18\x63\x10\x10\x89\ \x35\x4e\x3b\x8b\x14\x78\xab\xb9\x30\x18\xce\xcf\x9e\x3c\x3b\x2a\ \x6f\x35\x97\x02\x71\x72\xf1\xc1\xf5\x74\x23\xce\x65\x65\xb2\x4c\ \x1a\xcb\xe3\xb0\x95\x65\x70\xd0\xcb\x2a\x85\x0a\x50\x31\x00\x42\ \x94\x72\xda\x58\x87\xc4\x00\x3a\x44\xeb\xb7\x81\xfe\x5f\x87\xde\ \x61\xd2\x1a\x57\x1b\x13\x50\x6e\x9c\x01\xb4\x94\x50\x47\xd1\x02\ \x7a\x21\x85\x23\xa0\x2d\x38\x8b\x46\x43\x6e\x94\xb1\x0a\x59\x60\ \x80\xce\x8b\x92\x22\x9c\x69\xb6\xb4\xb1\x48\x28\x41\x46\x39\x77\ \x0e\x81\x10\x29\x15\x41\x6a\x1d\xf8\x0d\xe0\xdb\x45\x12\xbe\x03\ \xf2\x46\xcb\xce\xba\xba\xac\xaa\xb2\xa8\xeb\x52\x2a\xa9\xb5\x42\ \xc7\xe3\x28\x74\xc6\xc8\xaa\x16\x8c\x07\x81\x98\x4c\xa7\x49\x14\ \x38\xeb\x66\xd9\xac\x28\x0a\x6f\x0e\x3f\x18\x0c\xde\xae\x38\xfd\ \x5e\xfd\x77\x28\xa3\x3c\x8a\x81\xf2\xad\xdd\xfd\x7f\xf6\x6b\xff\ \xfc\xa7\xfe\xcc\x4f\xfd\xe4\x67\x7e\xf2\xca\x95\x2b\x5f\xfd\xea\ \x57\x11\x31\x8a\x62\x12\xf0\x99\xac\x4e\x5d\x38\x7b\xfa\xd4\x09\ \x5b\xc9\xf9\xce\x3e\x53\xc0\xa4\xb1\x85\x26\x08\x09\x0f\xa7\xba\ \x70\xce\x50\x64\x8e\x80\xac\x14\x58\x90\x75\x6d\x09\x6d\x75\xba\ \x8f\x9f\x3f\x17\x85\xad\xb4\xd9\x0d\x37\x16\x5a\x8f\x9e\xe9\x6d\ \x6e\xfe\xee\x7f\xf6\x7f\x4f\x7f\xe5\x9f\x3e\xf2\xef\x7e\xfa\xeb\ \xe7\xe0\xa5\xed\x37\x1e\xdb\xd7\x6f\xbc\x94\x75\xe2\x76\x6d\x8c\ \x94\xb2\xbb\xd0\x75\x0e\xb4\x35\xce\x02\xa1\x6c\x3a\x99\x30\xc1\ \x59\x18\x8e\xcb\x5c\x3a\x57\x1b\x63\xc0\x59\xa9\xd1\xea\x97\x9e\ \x7b\x8e\x39\x1b\x50\x50\x99\x6c\xb6\x5b\x1c\x08\x80\xa5\x60\xa9\ \x44\x86\x4c\x49\x55\xce\xd5\xd9\x93\xab\xbf\xfc\xf3\xff\x3b\xa4\ \x41\xab\x13\xbf\xfe\xc8\xe3\x6f\xd5\x2f\x0c\x68\x81\x08\x81\x72\ \x8d\xd1\xfc\x6c\x5f\x02\x14\xe9\x7e\xb9\x3c\xe2\x77\xf6\xdd\xe5\ \x97\x6e\xee\x30\xfa\xc9\x8f\xfe\x44\x45\xa6\x87\xe3\x3a\x0d\x3a\ \x38\xd7\x4b\x34\xae\x02\x33\x9d\x17\x8c\x92\x30\x0e\x28\xe3\x8c\ \x91\x3c\xcf\x29\xa1\x5a\xe7\xe3\xf1\x84\x31\x7a\xdf\x75\xe7\x18\ \xa0\xf0\x06\x71\xc7\x0f\x29\x15\xe7\xdc\x39\x60\x84\x1a\xe7\xf0\ \xa8\xec\x10\xef\xdf\xde\x6c\x36\x83\x20\x18\x8f\xc7\x48\x59\xad\ \x54\x55\x55\x7e\x51\xea\xe9\x61\x06\x6c\x5d\xd7\x4a\x69\xe7\x1c\ \x03\x04\x62\xa4\x52\x16\x21\x49\x92\x60\xc6\xa7\xf3\xfc\xf9\xe7\ \x9e\xfb\xc4\xc7\x3f\x42\x29\x35\xb2\x6e\x36\x90\x6a\x19\x12\xa4\ \x46\x83\xac\xd3\x90\x08\x82\xc4\x59\x74\x16\x00\x88\x81\x98\x81\ \x52\x5a\x03\x50\x04\x6b\x15\x00\x52\x02\x04\x81\x38\x74\xce\x2a\ \xe9\xa8\x05\x6b\x6d\xa6\xa6\x14\x80\x20\x3a\x04\xe2\x5c\x12\x84\ \x9c\xf1\x20\x08\xdd\x91\x95\x87\x0f\x87\xb0\xce\xd9\x2c\xcb\x10\ \x91\x73\x71\xe5\xfa\xd5\x9e\x2b\x2d\xc9\x62\x70\xf3\xca\x82\xdd\ \x08\x03\x33\x99\x0f\xd3\xe8\x84\xb1\xb2\x9e\xf5\x21\x5c\xf3\x8a\ \x10\xc6\x89\xac\x8d\x03\x0b\x00\xb5\xd5\x9e\x11\xe7\xf0\x3e\xe1\ \x7c\x6f\xe7\xea\xa5\xe7\xb3\xd9\xcc\x23\x3b\x61\x18\x0e\x06\x83\ \xd3\xa7\x4f\x57\x55\x25\xb8\x00\x86\xc6\x1a\xe7\x10\x1c\x6b\xb6\ \x3b\x5b\x3b\x3d\x29\x15\x21\xc4\x68\xb5\xbc\xd8\x11\x42\x39\x3d\ \x42\x47\x29\x92\xac\xd0\x22\x6c\x1a\x08\x80\xa6\xd2\x66\x95\x55\ \x8e\x52\xeb\xd0\x00\x18\x20\xce\xe7\xf3\x11\xd4\xc6\x6a\xe3\x28\ \x63\xd6\x39\x6d\x4c\xad\xad\x45\x8d\x84\x52\x4a\x6b\x63\x8c\xb3\ \x04\xa9\xb5\xc6\x3a\xab\xad\x76\xce\x59\xed\x34\x22\xa3\xe0\xb4\ \x15\x82\x52\xca\x0a\xa5\x29\x82\x23\x24\xab\xcd\x6a\xb7\x95\x36\ \x9a\xd6\x3a\xc6\x45\x51\xd5\xa8\xcc\xca\x4a\x47\x29\xcd\x45\x28\ \x78\xe0\x9c\xf5\xe0\xa0\x17\x7f\x68\xad\x7d\xb8\x88\xa7\x08\x44\ \x51\xa4\x94\xac\xea\xb2\x2c\xf2\xb2\x28\xad\x33\xce\x39\x16\x10\ \x00\xc7\x18\x95\x4a\x86\x82\xcf\xe7\x99\xa7\x14\x10\x24\x45\x51\ \xce\xe7\xf3\x34\x4d\x29\xa5\xf3\xf9\xcc\xb3\xc3\xbe\x0f\xf8\x8e\ \x73\x8e\x52\xb6\xb4\xb4\xea\xed\x05\x46\xa3\xd1\xaf\xfd\xfa\x6f\ \xdc\xb8\x79\xfb\x2f\xfd\xa5\xbf\xf4\xf3\x3f\xff\x8b\xdf\xfa\xd6\ \xb7\x6e\xdf\xde\x94\x66\x7e\xf1\xa1\xd3\x9f\xfc\xf4\xa7\xbf\xf9\ \x8d\x6f\x1c\x6c\x6e\x26\xd2\x35\xa4\x23\xd2\xa6\x34\xb6\xce\x4e\ \xe7\xf9\x88\x3b\x6d\x0c\xb5\x96\x22\x85\x88\xd6\xd2\xe4\x48\xe6\ \x45\xf1\xd0\xb9\x0b\x1f\xfb\x0b\x3f\x63\x21\xb1\x8d\x95\x68\xb5\ \x81\x16\xde\x7f\xfe\xc9\xf5\x37\xa7\xbf\xfe\xdf\xfe\xea\xa2\xe2\ \xef\x91\xe1\xeb\xaf\x1e\x5c\xe8\xb9\xcc\xc4\x59\x59\xe4\x79\xe1\ \x21\x8c\xb2\xac\x26\xb3\x69\x36\xcf\xd3\x46\x33\xcb\xb2\x5a\xa9\ \x8c\xe8\x20\x08\x01\x80\x6a\xcd\x10\xeb\xda\x11\x02\x08\x0e\x8d\ \xb2\x4e\x55\x21\x23\x21\x63\xce\x19\x67\x93\x30\x04\x6b\x6b\x59\ \x62\xc8\xc2\xce\xea\x9b\x93\xc3\xaf\x3c\xfb\xad\x5f\x7e\xea\x83\ \x40\xf2\x0f\x2e\x6e\x7c\x71\xef\x15\xaa\x00\x72\x45\x77\xe6\x17\ \xf6\xe1\x89\xc3\x60\x91\x74\x93\x78\xf5\xf2\xe5\xab\x37\xbe\xf8\ \xa6\xac\x4c\x94\x44\x7b\x37\xf6\xce\x6d\x9c\xd1\xba\xe8\x67\x19\ \x9d\xcb\xf5\xee\x92\x06\xec\x2c\x2c\x05\x81\x50\x4a\x86\x9c\xc9\ \xaa\x0c\x82\x10\xc0\x69\xa3\x8b\x3c\x2b\x8a\x82\xdc\x6f\x8e\x8d\ \xef\x02\x08\x21\xcd\x66\x7b\x61\x61\xd1\xa7\x38\xed\xee\xee\x44\ \x51\xa4\x94\x12\x82\x3b\xe3\xf0\x28\xe2\x0e\x11\x91\x0b\x4e\x19\ \x6b\xb7\xda\x0b\xdd\x85\xc3\xfd\x7d\x1e\x60\xab\xdd\x56\x52\x1a\ \x63\x3a\x9d\x8e\x3f\xc3\xe6\x65\x2e\x95\xac\xaa\x32\x49\x12\x6b\ \x9d\x08\x89\xb5\x46\x3b\xbf\xf3\x0a\xb3\x79\x7e\xf3\xe6\xad\xed\ \xad\xad\x40\x10\xb4\xaa\x81\x36\xeb\xed\xbd\xf8\xf4\xd7\xf6\x36\ \x37\xc7\xfb\x3b\xc2\x5a\x0a\x40\xdc\x91\x81\x22\x77\xc0\x28\x60\ \x40\x2c\x21\x16\xd0\xd8\x23\xb9\x03\x45\x47\x00\x1c\xd2\x98\x83\ \x32\x80\x84\x01\xa1\xc6\x82\x06\x07\x04\x95\xd5\xcb\x0b\xed\x24\ \xe0\x8c\x52\x70\xc4\x39\xe7\xa3\x6c\x7c\xcb\xef\x9c\x05\x07\xb2\ \x96\x2f\xbf\xfa\xba\x02\xc8\x62\x37\xe2\xd5\xc0\x56\x63\x97\x1b\ \x74\x23\x9d\x35\xf4\x9c\x71\x4d\x57\x9a\x24\x16\x6d\xda\xca\x54\ \x8d\xbd\xfe\xe9\xf3\xa7\xd0\x11\x0a\x44\x16\xc5\x60\x34\x28\x65\ \xfd\x3d\x58\x3c\xba\x24\x89\xc3\x30\xac\xaa\x0a\x00\x76\x76\x76\ \x1e\x7e\xf8\xe1\xa5\xa5\xa5\xed\xed\xed\x3c\xcf\xc3\x30\xd4\xc6\ \x10\x41\xc0\x7a\x25\x2b\x69\x34\x62\x4a\xc9\x78\x36\x4e\x1a\xe9\ \x2c\xdb\xe9\x76\x82\xe1\x78\xd2\x6a\xca\x5a\x93\xda\x8a\x52\xa3\ \x72\xb4\xdf\x9f\x0c\x66\x65\x65\x89\x06\x9e\x55\x99\x75\x80\x20\ \x2c\xa0\x03\x34\x00\xd6\x22\x22\x33\x4e\x39\xc0\xb2\x96\x65\x5d\ \x39\x20\x52\x57\x41\x20\x80\x50\xa5\xb5\x67\x60\x3a\x04\x24\x94\ \x20\x20\x12\x8a\x04\x11\x39\x67\xc6\x58\xc6\x99\x75\x48\x9c\x02\ \xca\x90\x50\x1e\x46\xc6\xba\xaa\x92\x41\x92\x28\x65\xc7\xb3\xf9\ \x0f\x7e\xe8\x43\x9f\xfa\x91\x1f\x9d\xcd\xb2\x3b\xb7\xee\xbc\xf8\ \xc2\x4b\xc6\x98\xb5\xf5\xb5\xba\xae\x3d\x79\x07\x11\xf3\x3c\xf7\ \x99\x1c\x45\x51\xac\xae\xae\x6a\x25\x8b\x3c\xaf\xab\x4a\xcb\xca\ \x38\xd0\x46\x75\x5b\x0d\x70\x4e\x2b\x45\x1c\x84\x41\xb0\xb2\xb1\ \x78\xeb\xd6\x6d\x07\x8e\x32\x9a\xe7\x59\x55\x55\x6b\x6b\x6b\x75\ \x5d\xcf\xe7\x73\xe7\x1c\x65\xf4\xfb\x82\xef\xa0\xb7\x05\xf2\x12\ \xc4\x30\x0c\xcb\xb2\x7c\xe6\x99\x67\xee\xde\xbd\xfb\xee\x77\xbf\ \xfb\xc9\x27\x9f\x5c\x5c\x5c\xfc\xa3\xaf\x7f\x51\x88\xf0\x89\x77\ \xbc\xeb\x8d\x37\xae\x6c\xdd\xbc\xc3\x2d\x16\xda\x00\xa0\x54\xa6\ \x92\xb5\x06\x8c\x4b\x06\x8e\x31\x44\x70\xa0\xb4\xae\xe6\x79\x1a\ \x05\x61\x92\xde\xba\x72\xe5\xfa\x9b\xaf\x7f\xf8\x07\x3e\xd5\x97\ \x3a\x21\x24\xdc\x3c\x84\xa0\x1d\xfe\xdc\x87\x5f\x3e\x77\xeb\xce\ \x99\x30\xf8\xfc\x4b\x17\xc6\x62\x9c\x38\xab\x10\xa4\x6a\x36\x5b\ \xd6\x1a\x6d\xec\x60\x30\xb0\xe0\xc2\x28\x54\x52\x52\x42\x28\xe7\ \xb9\x51\x56\x6b\x67\x6c\xbb\xd1\x36\x46\x09\x4a\xf3\x72\xe6\x22\ \x36\x9e\x4f\x79\x40\x53\x8a\xb1\x54\x82\x51\x42\x28\x55\x1a\x9c\ \x8d\xb8\xa8\xad\x96\x45\xde\x1f\x1e\xfe\xe6\xef\xfc\xf3\x77\x9c\ \xe8\xae\xc4\x9d\x1b\x74\x1b\x03\x8b\x45\xc9\x0a\x85\x93\x02\x87\ \x35\xcf\xc2\x7a\xbf\x7a\x6d\xf3\x85\x97\x9f\x79\xf3\xfc\xf2\xc5\ \xd3\xa7\xd7\xde\xf1\xc8\x43\xf3\x61\x79\xf9\xca\x73\x45\x59\x69\ \x63\x1b\x69\xf3\xea\xb8\x7f\x6e\x63\x23\x89\xe3\x2c\x2f\x8d\xd1\ \x0d\xc6\xe2\xa4\x31\x1c\x1c\xcc\xe7\x73\x4f\xc9\x63\x94\xdf\x7f\ \xbf\x0f\x7e\x8f\x6e\x7f\xf2\x27\x7f\xf2\xa9\xa7\xde\xd5\xed\x76\ \x83\x40\xfc\xea\xaf\xfe\xbd\xaa\x2a\x19\x63\x75\x0d\x47\xe2\x50\ \xe7\x28\x50\x6b\x1d\x22\x86\x41\xd8\xe9\x74\x96\x96\x96\xe6\xd3\ \x29\xe5\xdc\x39\xd7\x6c\x36\xd3\x34\x9d\xcf\xe7\x71\x1c\xd7\x75\ \xdd\xeb\xf7\x00\x5c\x2d\xeb\x30\x0c\x6b\xad\x43\x88\xb5\xd2\x1a\ \x2c\x10\x6c\xb5\x5a\x93\xc9\x74\x77\x6f\x70\xe5\xcd\x2b\xa7\xce\ \x6c\x6c\x5d\xbd\x76\x37\x88\x5e\x7f\xf9\x95\x6f\xf4\x7a\xae\x96\ \x54\xcb\x00\x1c\xb1\xf7\x84\xf2\x08\x94\x83\xf3\xe3\x96\x03\x47\ \x88\x25\xc4\x81\x23\xe0\x08\x58\x02\x0e\x08\x6a\x42\x02\x8a\x40\ \xd0\x11\xe6\x80\x68\x00\x20\x44\x5a\xb5\xd8\x69\x51\xb0\x9e\xe5\ \x61\xad\x45\xc2\xbc\xe6\x5c\x2a\x59\xd5\x95\x31\x66\x3a\x9b\xdf\ \xb8\x7e\x1d\x01\xe2\x02\x5a\x40\x9b\x25\x26\x73\x2d\xa2\xc6\xc8\ \x14\xb1\x0b\x93\xa4\x91\x07\x95\x92\xda\x47\x1a\x9c\x3c\x75\xea\ \x3f\xfc\x4f\xff\x63\xc1\xa2\x62\x32\xdb\xd9\xdc\xfc\x47\xff\xe4\ \x1f\xed\x1e\xec\x23\xde\xe7\x22\xdd\x5a\x1b\xc7\xf1\xc6\xc6\xc6\ \xe6\xe6\xa6\x10\x62\x7f\x7f\xff\x91\x47\x1e\x59\x5c\x5c\xbc\x73\ \xe7\xce\x64\x32\x39\x73\xe6\x4c\x55\x96\x01\x8f\xc1\x31\x40\xb0\ \x60\x82\x88\x07\x29\xef\x8d\x7a\x67\x56\x3b\xb3\xb1\x36\xa4\x81\ \x24\x31\x34\x8c\x5b\xcd\xde\x7c\xb2\x3b\xce\xa6\x79\x66\x20\x99\ \xd7\xa6\xb6\x60\x19\xa5\x2c\x71\xda\x29\x6d\xbd\xd0\xdc\x47\xa4\ \x5b\x44\x47\xa8\xb6\xd6\x07\x4e\x70\xc1\x44\x20\x28\x63\x0e\x80\ \x09\x81\x00\x84\x20\xa1\x88\x48\x04\x82\x73\xe8\xac\x43\x24\x40\ \x88\x73\x5a\x1a\x4b\x18\x0f\xa2\xd8\x3a\x67\xad\x8d\x22\x21\xb8\ \x28\xca\xba\xb6\x80\x8c\x3d\xf8\xe0\x83\x7f\xe6\xa7\x7e\x5a\x88\ \xb0\xdd\x5e\x3c\x77\xf6\xe2\x70\x38\xb9\x73\xfb\x36\x21\xe8\x47\ \x2a\xbf\xd5\xaa\xeb\x3a\x4d\xd3\x20\x08\xbc\x16\xc4\x18\xad\xa5\ \xac\xab\x42\xd6\x92\x30\x22\x18\x4d\x92\x98\x32\x3a\xcf\xe6\xda\ \x28\xca\xa9\xe7\x19\x04\x42\x54\x55\x35\x9d\x4e\x9d\x03\x7f\x6a\ \x4d\x26\x93\x20\x08\x7c\x33\xf5\x7d\x98\xb3\xfc\x9a\x4d\x2b\x6d\ \x9d\x6d\xb7\xda\x75\x55\x27\x49\x32\x99\x4c\xfe\xf0\x0b\x7f\xf8\ \xec\xb3\xcf\x3e\xf0\xc0\x03\xb6\xd6\x07\x9b\x7b\x2f\xbc\xf0\xc2\ \x87\x3e\xf4\xd1\x85\xf6\x42\x6f\x73\xbb\x1c\x8c\x27\x87\xfd\xa2\ \x2c\xa6\xa0\x94\x35\xa7\x73\xea\xbd\x2a\xb5\xd2\xae\x2a\x96\x02\ \xd1\x1b\x4c\xd2\xc5\xb6\x31\xf6\x99\x3f\xf8\x42\xb8\xd0\x7e\xe0\ \x3d\x4f\xc9\xe1\xcd\x6f\xa5\xc3\xdf\x31\xdb\xdb\xe3\xc3\x65\xe0\ \xd1\xaf\xbd\x18\xce\xaa\x11\x21\x04\x04\xd7\x35\x5a\x87\xe8\xf2\ \x3c\x9f\xce\xe7\x5a\xeb\x38\x4d\x28\x65\xb3\x59\x46\x28\x45\x6b\ \x03\x26\x9a\x51\xba\xbf\xb3\x4b\xa5\x5b\x58\x5c\x98\x81\xcb\x81\ \x6f\x3c\x78\xc6\x4e\xf6\x73\x90\x6c\x4f\xd1\x7c\xa4\xac\xe1\x88\ \x8c\x72\x6d\x15\x0a\x26\x02\x2a\x42\xf6\xc8\xf9\x8d\x2a\x85\xff\ \x7c\xf7\x2b\x3f\x74\xf6\xa9\xab\x6a\x7f\xb3\x3c\xd0\xaa\x16\x99\ \xd1\xf3\xba\xb6\x64\x2c\xc2\xe7\xde\xba\xda\x8d\x97\x7f\xfe\xcf\ \xff\x6f\x23\xc1\xc6\x7b\xfd\xc3\x6b\xbb\xfb\x3b\x7b\x40\x29\x84\ \xc1\xfe\x74\xb8\x1b\x4c\x92\x56\x63\xb0\xd7\xeb\xb4\x5b\xab\xab\ \xcb\x0b\x9d\xf6\x64\x3c\x4d\x92\x28\x8a\x53\x42\x88\x31\x0a\xac\ \xf5\x79\xe4\xf7\x5b\x71\x8e\x48\xca\x1b\x1b\x1b\x6b\x6b\xeb\xa7\ \x4e\x9d\xea\x74\x9a\x27\x4e\x9e\xd4\xda\x1c\xf9\x0a\x02\xf1\x46\ \xc3\x04\x9c\x5f\xb5\x44\x61\x18\x45\xd1\xc2\xe2\xc2\xe6\xed\xdb\ \xbe\x19\xb6\xd6\x06\x41\x90\x65\x99\x0f\x5c\x8f\x82\xa8\xa8\x0b\ \x25\x55\x55\x56\xcc\x18\xa5\x14\x12\xea\x28\x82\x83\xaa\xaa\xbb\ \x9d\xe6\xce\xe1\xe8\x1b\xdf\x7c\xfe\x93\xe9\x87\x5e\x78\xee\x5b\ \x69\x55\xc8\x4a\xa1\xb5\x09\x0f\xa4\x55\xde\x24\x8c\x90\x7b\x29\ \xe5\xd4\x1a\x00\x65\x00\x9d\x75\xd6\x7a\x41\x94\xb7\x20\x45\x00\ \x67\x9c\x05\x4b\x90\x6a\xa3\xc1\x01\x52\x26\x08\xb3\x68\x0d\xe8\ \x46\x12\x82\xd5\xf7\x32\x88\xff\x78\x1e\x32\x46\xd7\x55\x09\xc0\ \x36\x37\xb7\xa7\xa3\x71\x08\xc0\xe6\xae\xc1\x44\x0b\x88\x9e\x2a\ \x49\x0b\xcd\x58\x65\x03\xc2\xc2\x81\xa1\x99\x92\x4a\x49\xad\x55\ \xab\xd3\x7e\xf8\xe1\x87\xa3\x20\xd9\xb9\xb5\x09\xda\xf8\x30\xf8\ \xfb\xd6\xe2\x02\x80\x36\xe6\xe4\xc9\x93\x9b\x9b\x9b\xbe\xc1\x3f\ \x3c\x3c\x5c\x5b\x5b\x13\x42\xf4\xfb\xfd\xf5\xf5\x75\xa3\x35\x55\ \xce\x3a\x04\x30\xe0\x34\x15\x90\x74\xc2\xde\x61\x1f\x82\xa5\xca\ \x60\x2e\x89\x9a\xd9\x27\x1f\xb9\xf8\xe8\xbb\x7f\x70\xf7\x9f\xff\ \x6e\xbe\x9d\xcd\xb5\x32\xa8\x24\xd0\xbc\x56\x68\x08\x17\x01\x50\ \x63\x8d\xf2\x93\xa1\x05\xb4\xe8\xb4\x05\x64\xcc\x01\xf0\x20\x10\ \x16\x28\x17\x4c\x70\x4a\x19\x12\x47\x08\x12\x84\x23\x41\x27\x00\ \x10\x47\x1c\x01\xe0\x00\xce\x58\x87\x54\x18\x6b\x9c\x71\x84\x23\ \x41\x07\xd6\x06\x14\x29\xa5\x0e\x90\x73\x91\xd7\x55\xa5\x74\x55\ \xd5\x97\xdf\x78\x4b\xd6\xfa\x81\x0b\x17\x6f\xdd\xba\xf3\xd2\x8b\ \x2f\xae\xad\x2f\x3c\xf2\xc8\x3b\xbc\xcc\xf5\x58\x9c\x55\x55\x95\ \x1f\xc6\xa7\xd3\xa9\x35\xaa\xdb\xed\x2c\x2d\x2f\x85\x49\x88\x80\ \x9c\x31\x86\x44\x5a\x0b\xce\xb6\x1a\x8d\x7e\xbf\x2f\xa5\x14\x42\ \xd4\xb5\x1a\x8d\x46\x70\x14\xb5\x54\xe6\x79\x1e\x45\xe1\x77\x99\ \x62\xf0\x9d\x7d\x30\xc0\x01\x05\x47\x05\x43\x44\x82\xe0\x9c\x11\ \x4c\x48\x29\xc3\x20\x08\x84\x70\xce\xad\x2e\x2c\x41\x65\xfe\xc9\ \x7f\xfd\x8f\x20\x64\x0f\x3c\xf4\x50\x99\xe7\x4c\x90\x27\x7f\xfc\ \x53\x9d\x85\xee\xf6\xb4\x57\x68\x49\x77\xe6\xba\xaa\xb5\x51\x00\ \xce\x80\xb1\x1c\x17\x04\xda\x84\x9f\x5b\x6c\x68\x46\x5e\x6a\x1d\ \x3e\x3f\xfa\xdd\x2b\xfb\xbb\x5f\x9f\x1f\xec\x8f\xa7\x8f\xbc\x56\ \x7c\x7c\x77\x61\x45\xc6\x5b\x69\x3c\x2c\x65\x63\xb7\xce\x62\x52\ \xa1\xce\xb3\xdc\x68\x4d\x29\x5d\x5a\x5c\xcc\xcb\xa2\x2a\x4a\x04\ \x8c\x93\xc4\x64\x59\x91\x95\xe3\xd1\xa1\xa8\x5c\xc8\x70\xd6\x1b\ \x9a\x26\xaf\x38\x2c\x3c\x72\xee\x89\x27\x3e\xa9\x23\xda\x46\x5e\ \x4d\x67\xd3\xd1\x08\x8c\xe1\x84\x02\x01\x12\x32\x88\x85\x16\x24\ \x6c\xa4\x75\x23\x7c\xd5\x0e\xff\xd5\x8d\xe7\xed\xb2\x22\x30\xe9\ \x8c\x2b\x71\x3b\xb7\xbb\xfa\x3c\x3d\x7b\xf9\xdb\xaf\x66\x2b\xf1\ \xbf\xf5\xb3\xbf\x30\x7c\xf1\xc6\xde\xe6\xde\xed\xb7\xae\xc5\x34\ \x08\xa3\x84\x50\x2a\x9d\x5d\x4c\x3b\x73\x59\xc9\x71\x36\x74\xd8\ \x1f\x0e\xf6\x0f\xf7\x2f\x9e\x3f\xbf\xb6\xb2\x34\x99\x4c\xc3\x40\ \x38\x6b\x8c\x32\x65\x99\x79\x15\xd5\xf7\x40\x1b\x04\xe7\xec\x6f\ \xfe\xe6\x6f\xbe\xf2\xca\xab\x71\x1c\x13\x82\xcf\x3d\xff\xad\x8f\ \x7c\xe4\x83\x47\x61\x12\xd6\x1b\x5a\x80\xb7\x3b\xa5\x94\x7a\xf6\ \xe0\xfa\xfa\xc6\xeb\xe2\xb5\xd1\x74\xca\x45\x90\x65\x59\xab\xd5\ \x8a\xe3\x78\x36\x9b\x81\x03\x11\x88\xac\x2e\xa4\x92\x59\x9e\x27\ \x94\x7a\x5f\x41\x64\xcc\x18\x63\xad\x25\x84\xb4\x42\x76\xfd\xfa\ \xd5\xa7\xde\xf5\x48\x1a\x86\x38\x1d\x25\x8c\xeb\x5a\x07\x08\x02\ \x51\x23\x10\x82\x84\x00\x20\x05\x44\xeb\x4d\x94\x03\x34\x0e\xa5\ \xf6\xbe\x39\x48\x9c\x43\x04\xe2\xc0\x22\x38\x04\xf4\x8a\x0a\x6b\ \x90\x10\x42\xd1\x80\x43\xe5\xe2\x20\x60\x84\x50\xa4\xe0\xd0\x39\ \x87\xd4\xcf\x59\xce\x18\x6d\xad\xe5\x9c\xde\xbd\xb3\x99\x97\x52\ \x42\x30\x06\x98\x85\x62\xa6\xd9\x4d\x59\xed\xee\x1c\xdc\x24\x25\ \x1c\xec\x11\xcd\x4a\x8d\x14\x49\x59\x14\x22\x10\x77\xee\xdc\xf9\ \x4f\xfe\xaf\xff\x49\x1a\x37\x64\x5e\xf5\xf6\xf6\x76\x76\x77\x10\ \xe1\xbe\x6b\x3d\x22\x5a\x63\xda\xed\x4e\x92\x24\xc3\xe1\x30\x8a\ \xe2\x7e\xbf\xff\xe0\x83\x0f\x36\x9b\xcd\xc9\x64\x32\x99\x4c\x1a\ \x69\xaa\x15\x3a\x47\x81\x68\x63\x6a\x1e\x8a\x46\x3b\xbe\xbb\x53\ \xd4\x5a\x23\x0b\xf3\x9a\xcc\xc6\xf2\xf6\xde\xf8\x22\x88\x07\x9f\ \x78\xd7\xfe\x1c\xb6\x5e\xbe\xaa\x2d\x22\x4d\x09\x13\x48\x84\xd1\ \x14\x10\x98\x70\xa6\x32\xce\x02\x61\xcc\x67\xa6\x52\x2e\xa4\x31\ \x44\x04\x84\x09\xa5\xad\xb1\x40\x28\x70\x2e\x9c\xb3\x48\x80\xa0\ \x33\xc6\x38\xb0\x84\x78\xb2\x34\x53\x4a\x4a\xa5\x85\x10\xe4\x68\ \x63\x6a\x38\x22\x06\x1c\x8c\x41\xc4\xaa\xac\xb9\x08\xad\xb1\x51\ \x10\x3e\xfd\xf4\xd3\xa3\xf1\x94\x52\xbe\xb3\xb5\xd3\xed\x76\xab\ \xb2\xb4\xc6\xda\x7b\x6b\x2c\x42\x88\x52\x5a\x88\x20\x2f\x8a\xba\ \x96\x8d\x66\x53\x70\xde\x69\x77\x1a\x9d\x36\x17\xcc\x82\x95\x52\ \x3a\xeb\x10\x9d\x31\x9a\x12\x8a\x0e\xbc\x33\x89\x36\xc6\x1a\x33\ \x1e\x4f\x82\x20\x08\x82\xf0\xe0\x60\x5f\x49\xb5\xbc\xbc\xf4\xfd\ \xd9\x67\xf9\xfb\x11\x65\x82\x0b\x61\xad\x41\x24\xa1\x08\xa3\x20\ \x24\x00\xe7\xce\x9c\x7e\xe2\x89\x27\xc6\xe3\xc9\xac\xd7\x07\x6b\ \x40\xea\xcd\x1b\x7b\x56\xb9\xad\x9d\x1d\x42\xc9\xe5\xab\xd7\x1f\ \x7f\xf7\x53\x27\x2e\x9c\x4d\x97\x96\xdf\x7a\xdf\x0a\x02\x89\x95\ \xe3\xce\x66\x36\x9f\x13\xa9\xb8\xeb\x95\x93\x4c\x16\xa3\xd1\x2c\ \xdf\xbb\x76\xf3\xda\x5b\x63\x53\x9d\xca\x16\xfe\xbd\x37\xd3\x77\ \xf6\x3a\x83\x38\x7c\x63\x29\x98\x0f\xb2\xc5\x39\x49\x5d\x22\x23\ \x35\xcd\xc6\xb2\x2e\x03\x11\x46\x69\x2a\x82\x60\x5e\x97\xc0\x19\ \x82\xe6\x61\xb0\xca\x83\x4e\x3d\x1d\x85\x65\x11\xd9\x8a\x80\x2c\ \xab\x20\x37\xe7\x37\xd6\x3a\xa2\xa1\x18\x79\x75\xff\xee\x68\x41\ \xd1\x65\x1e\xac\xf2\x28\x69\x04\x71\x54\x5b\x55\xc9\x4a\x42\x3d\ \x2e\xe7\xfd\xec\x6a\x7e\x67\x96\xdc\xcd\xce\x94\x7a\x65\x1c\x3d\ \x1e\x71\x3e\xd6\xcd\x62\xb1\xcc\xca\x57\xbe\xf0\x55\x56\xd1\x93\ \xcb\x1b\xcf\xff\xc1\x37\x8a\xed\x5e\x25\xeb\x20\x69\x08\x26\x94\ \x36\x46\xeb\x30\x0c\x79\xe5\x84\x76\x89\x08\x12\x1a\x15\x75\x59\ \x4c\x8b\xc3\xfd\x83\xa5\xc5\xf6\xea\xea\x6a\x91\xcf\xc6\xc3\x29\ \x00\x26\x69\x87\x8b\x10\xee\x5f\x9f\x85\xde\x99\xe1\xc6\x8d\xeb\ \x37\x6e\x5c\x7f\x9b\xa5\x1e\x17\x22\xcc\xf3\x12\x01\x90\x20\x18\ \x6b\x8d\x05\x87\x14\x19\x67\x21\x0d\x42\x16\xc7\x2b\x67\x4e\xef\ \xbf\xfa\x2a\x71\x96\x8b\x30\x12\x51\xff\x70\x20\x55\x5d\x16\x39\ \x27\x20\x08\xa6\xad\x98\x0b\x3e\x3c\x9c\xb0\x2c\xec\x76\x96\xa8\ \x13\xce\x18\xd4\x01\x23\x61\x9a\x90\xc1\xb0\x77\xfd\xe6\x61\x44\ \x02\x41\xc1\x39\xc9\x40\x19\xa9\x92\x18\xac\x05\x05\x0e\x02\x62\ \x11\x0d\xa1\xa1\x42\x62\x3d\xc3\x16\x90\x38\x6b\x89\x43\x70\x0e\ \x2d\xa0\x23\x04\xc0\x11\x30\x60\x91\x03\xa5\xc0\x9c\x65\x60\xa9\ \x45\x04\xe6\x44\xda\x82\x30\xb1\x82\x1a\x0e\xc4\x11\xb0\x3e\x63\ \x0f\xab\x79\x2e\x00\x5c\x59\x65\x87\x07\x4e\x4a\xc3\x30\x34\xda\ \x64\xd5\xeb\x79\x7e\xb7\x9c\x5d\xba\x74\x11\x0f\x0f\xfb\xd3\xb9\ \x11\x3c\xd3\x46\x29\x1d\x0a\x81\x94\x4e\xa7\xd3\xcf\xff\xee\xef\ \xff\xe9\x2c\x02\xe4\xf7\xaf\x93\xb0\xa6\x96\xe5\xf9\xf3\xe7\x16\ \x16\xba\x27\x4f\x9e\x7c\xe8\xa1\x87\xd6\xd6\xd6\x8c\xd1\xbb\x7b\ \xbb\xed\x56\x9b\x52\x02\x24\x70\x88\x46\x69\xad\x9c\xd6\x2a\x14\ \xcc\x19\x3d\x9e\x4c\x82\x38\xcd\x8c\xab\x79\xf2\xea\xe5\x37\xe7\ \xf9\xef\x6e\x9c\x3c\x27\x0d\x71\x48\x81\x12\x69\xa4\xb4\x04\x1d\ \x12\x82\x40\x00\x08\x43\x0e\xd4\x81\x05\x64\x84\x22\x63\xda\x3a\ \x06\x84\x30\xc6\x29\x2d\x6a\x29\x95\x22\x94\x00\x20\x25\xc4\x27\ \x67\x04\x41\x44\x19\xb5\xc6\x48\xa9\xf3\xa2\xa6\x94\x51\xbf\xc5\ \x23\x94\x52\x0c\x39\x63\x8c\x28\x59\x13\x4e\x09\x08\x0b\x50\xc8\ \x9a\x45\x71\xa3\xb3\xc8\xa2\x66\x93\xc6\xe0\x80\x21\x5d\x58\xd9\ \xf8\xd0\xc7\x3f\x3e\x9b\x0c\xa6\x79\x1e\x85\xa1\x96\x95\x36\xae\ \x2c\x66\xcb\x4b\x5d\x44\x40\xb0\xde\xd1\x9a\x50\x90\x55\xae\x0d\ \xe5\x42\xa0\x33\x42\x70\x6b\xed\x7c\x3e\xa7\x88\xfd\xe1\x60\x38\ \x1d\x05\x61\xe0\x2c\xcc\x66\xf3\xba\x2e\x5b\xad\x36\xa2\x9b\xcd\ \xa6\xc6\x99\x30\x0c\x18\xfd\x7e\xf8\x9c\xfa\xf3\x7e\x56\xe8\xd0\ \x50\x67\x54\xbb\x19\x75\x9a\x0b\x46\x56\x17\x1e\xb8\x74\xfe\xcc\ \x69\x39\x9e\xd1\xaa\x6e\x46\x69\xa7\xdd\xe9\xf5\xfb\x2d\x13\x34\ \x2a\xba\x11\x74\x1c\xc1\x7a\x58\x3e\xf7\x2f\xbf\x32\x9f\xcd\x83\ \x56\xf2\xc2\x7f\x7c\xca\xa4\x3c\x02\x57\x14\xd3\x9c\xc9\x5a\x18\ \xa0\x0e\x6a\x8b\x25\x24\x05\x91\xb4\x94\x71\xf4\x21\x78\xf8\xa1\ \x1d\xab\x0e\xa7\x07\x41\xcb\xaa\xa0\xd1\x07\xeb\xa2\x1e\x2d\xc7\ \x2d\x88\x99\x28\x4b\xc5\xb8\x60\x61\xa4\xad\x3d\x18\x0c\xa5\x92\ \x41\x10\x50\xc2\x87\x93\x71\x4b\x91\xd3\x18\x65\xa1\x1a\x37\x30\ \x77\xea\xe2\xb9\x73\x3f\xf1\xd8\xfb\xde\x75\xe9\x1d\xc9\x85\x13\ \xd3\x33\xdd\x73\xe3\xbd\xbf\xbb\xf5\x6b\x13\x96\x49\x42\x4a\x24\ \xb2\xb4\x88\x8e\x4b\xe3\xaa\xda\x59\x5d\x63\x85\x7a\xfc\xce\xb9\ \xf9\xe8\xea\x43\x17\x65\xb2\x04\x8b\xfd\xa6\x7e\xed\xf0\xd6\x2b\ \xcf\x7d\x35\x9b\xe8\xf7\x3f\xf5\x6e\x5b\xb3\xea\xce\x20\xa0\x8c\ \xa2\x53\x52\x4b\x23\x09\x21\xc6\x5a\xa5\x75\xad\x54\x10\xc7\x46\ \xea\x86\x8e\x42\x16\xee\x57\xf5\x5e\xef\x30\xd9\x8e\xb5\xac\x62\ \xca\xd6\x17\x56\x91\x06\x59\x51\x22\xdc\x3f\xbe\x43\x91\x7a\x17\ \x77\xa5\xa4\x73\x40\x08\x3a\x00\x67\x9d\xcf\xc3\xf2\x63\xd4\xbd\ \xb4\x29\x62\xd1\x31\xc6\xfc\x08\x26\x02\xb1\xb8\xb4\x14\xc7\xb1\ \xd3\x26\x0c\x43\x6b\xac\xb5\x47\x78\x0a\xa3\x8c\x73\x5c\x59\xe9\ \x9e\xbb\x70\xee\x95\xe7\x5f\x2f\xf3\x6a\x38\x1a\x0a\x1e\x20\xd2\ \x2c\x9f\x2b\xa5\x8d\xad\x39\xe7\x5f\xf9\xea\xd7\xcf\x77\x83\x4b\ \xcd\x23\xfe\x51\xc0\x05\x00\x44\x91\xa1\xc6\x3a\xce\xa4\x01\xeb\ \xc0\x5a\x63\x8d\x75\x0e\x8c\x75\x16\xc0\x5a\xe7\x1c\x38\x40\xe7\ \xe5\xc4\x84\xd0\xa3\xac\x3d\x8a\x40\x2c\xfa\x91\x90\x50\x60\x9c\ \x0b\xca\x98\xc7\xc3\xbd\x9d\x8e\xbf\xbf\x49\xad\xc0\x41\x91\xe7\ \x93\xf1\x18\xc1\x82\x05\x62\x8c\xad\x25\x52\x92\x55\xe5\x2c\x2f\ \x08\x52\x74\xe0\x2c\xa4\x51\xdc\x39\xb5\xb0\xb5\xb5\x7d\xb0\xb3\ \x8f\x04\xc1\x3a\x82\x3e\x62\x07\x84\x08\xa4\xac\xef\x5b\x1a\xea\ \x5b\x80\xa5\xe5\xce\xa5\x4b\x17\x9c\xf3\x11\x0b\x50\x56\xd9\x89\ \x93\x6b\x8b\x4b\x6d\x63\xac\x37\x3f\xb7\xd6\x38\xd7\xa9\xeb\xba\ \xae\xeb\x84\x27\xc3\xd5\x43\xab\x24\x6b\x34\xb6\x07\x43\x1a\x34\ \xe6\x37\xea\xf1\xf4\xce\xee\xa1\xd9\x3b\x1c\x28\xc3\x81\x71\xc7\ \x28\x8f\x04\x20\x53\x5a\x6b\x47\xb5\xa5\x84\x52\x3f\x05\x33\xca\ \xb4\x52\x9c\xf1\xb8\x99\x2a\xa9\xb4\xd6\x36\x60\x75\x9d\x2b\xe9\ \x42\xde\x0a\xc2\x60\x36\x9b\x6b\x65\xda\x9d\xa8\xca\xf5\x70\x38\ \x54\xc6\x4d\xb3\xa2\xd5\x6e\x09\xce\x82\x90\x2e\x2e\x76\xd3\x34\ \x4e\x1b\x69\xab\xd9\x38\xec\x1f\xec\xef\xef\x0b\x84\x69\x95\xc9\ \xb2\xf8\xc9\x9f\xf9\xe4\xc6\xb9\x07\xdf\x78\xeb\xe6\xc1\xe1\x80\ \x12\xda\x6c\xa4\x82\xb1\xd3\x97\x1e\xa5\x28\xf7\x77\x77\x8c\x2a\ \x75\xad\x55\x9d\x5b\x57\x51\xa2\xad\xd6\x8b\xdd\x56\x39\x9f\xcb\ \x10\x29\xf3\x7c\x2a\x47\x1d\xd1\x5a\x02\x01\x29\x4b\xe3\x74\x10\ \xc5\x3c\x09\xf5\x90\x62\x0d\xce\x91\xd1\x78\x5c\xcb\x32\x8c\x96\ \x26\xd3\x41\xaf\xbf\x6f\x8c\x94\xaa\xfe\x3e\xf9\x0d\x3a\x47\x08\ \x79\xea\xc9\x77\x9e\x5c\xdf\x38\x71\x62\xfd\x5d\x4f\x3d\xb9\xd0\ \xee\x7c\xe3\x8f\xbe\x3a\xec\xf7\xc2\x50\x4c\xc7\xa3\xb2\xaa\x38\ \xe5\xde\xb8\x55\x1b\xbd\xb5\xb3\xa3\x9d\xa1\x9c\x8f\x26\x63\x2e\ \xc4\x34\x9b\x17\xfd\x83\xd6\x7f\x7e\xeb\xf4\xcf\x7c\xc8\xfc\xc8\ \x23\x97\xd3\x99\xb2\xf3\x86\x34\x8b\x53\x25\xea\xaa\x0e\xec\xa1\ \xa8\xc8\xbe\xfa\xa5\x8d\x4f\x9e\x2e\xc3\xdd\xde\x0b\x0b\x69\x7b\ \x52\xd5\x8a\x98\x0c\x4d\x69\x25\xe1\x46\x55\x85\x73\xcd\xc4\x10\ \x82\x40\x4a\x65\xaa\x32\x54\xae\x13\xb7\x10\x60\x9e\x65\x0d\xa0\ \x3a\xa4\xaf\xc5\xb2\x9e\xaa\xc6\x14\x1f\x3e\x71\xf2\xe7\x7f\xf1\ \x97\x4e\x5e\x38\x4b\x28\x59\x5b\xdf\x38\x17\x27\x0f\x0e\x83\x6f\ \xaa\xc5\x67\x82\xd9\x30\x76\xae\x1b\x9b\xbc\x4c\xa4\x43\x50\xc6\ \x62\x54\xc8\xc5\xbe\x0c\xf7\x78\xa3\x84\xe9\xed\x83\x8c\x76\x14\ \x2d\xaf\xf6\x0f\x73\xc0\x13\x1b\x27\x6d\xbc\xc2\xe3\x68\x58\x95\ \x52\xd5\x29\x8b\x82\x30\x84\xba\xf6\x6c\xe0\xe9\x74\x5a\xd7\xb5\ \x5f\x5a\x17\xc6\x1c\x46\x0a\x38\xa9\x59\x58\x16\xea\xda\xad\xcd\ \x94\x87\xab\xa7\xcf\xa8\xa2\x2a\xd5\x64\x38\x1d\x9d\x78\xe0\xdc\ \x7d\x53\x07\xad\xbb\x17\x19\xee\x8e\x6e\x00\xf7\xfa\x1d\x4a\xef\ \xb9\x82\xc2\xbd\x7d\x96\x2f\x88\xbe\x4e\x05\x41\x90\xa6\x69\xa3\ \xd1\x28\xb3\x42\x6b\x3d\x2d\x2a\xce\xb9\x10\xac\xae\xcb\xba\x2e\ \xa5\xb4\xcd\x66\xfb\xc1\x4b\x97\xba\xad\xe5\xaf\xff\xd1\xd7\x0f\ \x7a\xa3\x28\x08\x00\x68\x5d\xd7\xd6\x6a\xe7\x6c\xed\x5c\x28\xe8\ \xde\x40\x2e\xf2\xd6\x52\x37\x1d\x4d\x32\x4a\xb9\xd1\xb6\x92\x56\ \x6b\x07\x46\x29\xe3\xb4\x05\xb4\x80\x0e\x2c\x80\x73\xe0\xee\x5d\ \xf6\x80\x40\x10\x08\x01\xf4\x30\x90\x83\xb7\x6d\x37\x10\x09\x22\ \x20\xe7\x9c\x52\x46\xac\x63\x80\xc6\xde\xe3\x47\x82\xcd\xf2\xb9\ \xb5\x66\x32\x1e\x0d\xfa\x87\x1c\x11\xac\x53\x55\x95\x81\x5b\x58\ \x5a\x0c\x92\xf8\x95\xcb\xaf\x8e\xb2\xda\x50\x94\x00\x2c\x89\x93\ \x56\xfb\xa1\x87\x1e\x79\xf0\xc1\x87\x3e\xff\xf9\x2f\x81\x83\x63\ \x3c\xc7\xef\x00\xef\x9b\xaf\xec\x9c\x13\x22\x58\x5d\x59\xf3\xeb\ \x1e\x6b\xad\xe7\xf2\x7a\x78\x7e\x32\x99\xf8\x3c\x5f\x21\x02\x6f\ \x8c\xaf\xb5\xee\x74\x3a\x27\x4e\x9e\xf4\x79\x52\xbd\x7e\x5f\x20\ \x94\x8b\xd4\x3a\x3b\x9e\x66\x63\x3d\xae\x79\xaa\x0c\x68\x40\x5b\ \x01\xe5\x14\x69\xe0\x9c\x75\xce\x20\x63\xc4\x53\x01\x11\x68\x20\ \x00\x71\x56\xe4\xc6\x98\x66\xb3\xd9\xed\x74\x82\x41\xb8\xbd\xb3\ \x03\x40\x95\x56\x59\x96\x07\x41\x50\x96\xd5\xfe\xfe\xfe\x74\x3a\ \x09\xe3\xd4\x5a\x1c\x8f\x46\xd6\xea\xa5\xa5\xc5\xf5\xf5\x95\x30\ \x0c\xa7\x93\x69\x14\x06\x8f\x5c\x7a\xc4\x68\x63\x6a\x7d\xfd\xc6\ \xed\x47\xdf\xf9\xd4\xe1\x7e\xef\xce\xe6\x9e\x34\x40\x28\xe7\x94\ \x38\x25\xad\xd5\x57\xdf\xbc\xb2\xdc\x6d\xa2\xc5\x24\x8c\x3b\x69\ \xb2\xbf\xb7\x7d\xe2\xc4\x69\x29\x75\x12\x27\xa7\x4e\x9e\x6a\xb6\ \x9a\x44\x80\x76\xda\x18\x83\x48\xea\xba\x2e\xcb\x92\x52\x52\x14\ \xc6\x3b\x31\x0d\x07\x03\xad\x55\x14\x85\xde\xfe\x22\x49\x92\xf5\ \xf5\x75\xc6\xd8\xda\xda\xda\xe9\xd3\xa7\x57\x56\x56\xc2\x30\xfc\ \x6e\x8c\x5f\xd8\x77\x82\x36\x4d\xbb\xdd\xfe\xeb\x7f\xf5\xdf\x8f\ \xc2\x70\x63\x63\x7d\x34\xe8\xff\xe1\x1f\x7c\x7e\x38\x1a\x16\x45\ \xce\x19\x3b\xd8\xdf\xef\x1d\xf6\x56\x57\xd6\x28\xcd\xaa\xba\x62\ \x9c\x5b\x67\x8d\x36\xfb\x87\x87\x52\x49\xca\xb9\xb1\x76\x63\x65\ \x2d\x78\x73\xeb\xd6\xe8\xcb\x0b\xcd\xe4\xc4\xc7\xce\x18\xb4\xc4\ \xd5\x5e\x8b\x62\xb4\x92\x98\x3f\x22\x96\xff\xc2\xf2\x0f\x7f\xe5\ \x5f\xfc\xee\x29\xbe\x36\x98\xee\xc6\x8d\x56\xbf\xce\x14\x77\x84\ \x9b\x36\x63\x4a\xc9\x22\x9f\x77\x3a\xdd\xc1\x68\xa0\xb4\xe6\x9c\ \x37\x92\x54\x04\x81\xd6\x3a\x8e\xe3\xc9\x60\xb8\x95\xcf\x76\x1a\ \x70\x2a\x0c\xba\x15\x8d\xe6\xaa\x15\x24\xf1\xf2\xa2\x48\x12\x06\ \x41\xff\xab\x6f\xa8\x2f\xbc\xfa\x9e\x73\xc6\x2d\x2e\x7d\x45\x8e\ \x0f\x2b\x25\x80\xb3\xaa\x96\xda\x54\x04\x02\xed\x96\x46\xba\xb3\ \x57\xf3\xb1\x0a\x89\x76\xa6\xb8\xba\x79\x63\x1a\xf1\x32\x0c\xa9\ \xe3\x61\x1c\x54\xc6\xd0\x24\x89\x03\xc1\xac\xb3\xce\x19\x63\x8e\ \x33\xe7\xc3\x30\xf4\xdb\x71\x1e\x88\x09\xab\x2a\x29\x83\x38\x6c\ \xc5\x4b\xf3\x83\xde\xcd\x9b\x5b\xeb\x4b\x2b\x41\x4c\x4d\x4c\x7a\ \xc5\x44\x86\x06\xbf\x37\x3d\x7a\x5d\xd7\x4f\x3c\xf1\xc4\x83\x0f\ \x5e\xe4\x5c\x50\x86\x4f\x3f\xfd\xb4\x94\xea\x9e\xd1\x2f\xde\xb3\ \x1c\x24\xe0\x50\x3b\xe3\x57\x12\x8c\x31\x1f\x3d\xae\x94\x14\x4c\ \x84\x71\x14\x87\x89\xd6\xca\x5a\xd3\x1f\xec\x33\x8a\x8b\x4b\x8b\ \x61\x10\x6e\x6c\xac\xfc\x99\x9f\xfe\x89\x9d\xed\xbd\xd7\x5f\x7f\ \x53\x6b\x43\x09\x21\x84\xbe\xeb\xdd\x4f\xf6\x07\xfd\x77\xbf\xe7\ \xa9\xcb\xdf\x7e\xfe\x95\xaf\x7f\x2b\x93\x66\x63\x71\xb1\xac\x2a\ \x30\x50\x57\xce\x68\xa0\xcc\x81\x03\x72\x4f\x1c\x7f\x94\xaf\xe7\ \xc9\xc2\x0e\x1d\x00\x12\x20\x08\xe0\x9c\x31\x06\x81\x22\x71\x94\ \x20\x20\x71\xf7\xf8\xd5\x3c\x8c\x28\xe3\xce\x21\x41\xd4\xee\x88\ \x68\x63\x9c\xae\xeb\xda\x39\x3b\xe8\x1d\x16\xb3\x79\x1a\xd0\x52\ \xea\x2a\x2b\x0f\xe7\x65\x84\xae\x99\x44\xb5\x35\x94\xa3\x76\x40\ \x19\x1a\xa3\xea\x5a\x7e\xe2\x13\x9f\xb8\x70\xe1\xe2\x6b\xaf\xbd\ \xfe\xc4\xe3\x4f\x2e\x2f\x2f\x17\x45\x79\x78\x78\xf8\xfc\xf3\xcf\ \xd7\xb5\x24\xdf\x83\x1e\xdd\xf7\x49\xce\xb9\xe3\xe2\xee\x35\x01\ \x42\x08\x5f\x89\xbc\xd8\xcd\x7b\xa1\x7b\x6e\xba\x0f\xf3\x68\xb5\ \x5a\xcb\xcb\xcb\x94\x10\x7e\xf1\xb4\xb1\x76\x32\x99\x5e\x9a\xcd\ \xe7\x59\xb1\xbb\x7f\x30\x9d\x67\x83\xf1\x64\x36\x9b\x97\x75\x4d\ \xc1\x38\xab\x65\x55\x47\x51\xd4\x68\xb5\xa3\x28\x52\x5a\x55\x55\ \x85\x52\x39\x29\x8b\xaa\xce\x7a\x3d\x6b\x6d\xab\xd5\x52\xda\x66\ \x45\x9e\x97\x79\x56\xe4\x69\x92\x6a\x63\x90\x52\x63\x4d\x5d\xab\ \x46\x23\x4d\xd3\x4e\xb3\xd9\x30\xc6\xec\xed\xed\xcf\xe7\xb3\x5e\ \xef\x90\x10\xb2\xb6\xba\x21\x4b\x39\x1c\x65\xeb\xab\x1b\xab\x6b\ \x6b\x4b\xcb\xeb\x22\x4c\x9a\xcd\x16\xe7\x2c\x8d\x62\x4a\xb0\xae\ \xab\xf9\x74\x72\x67\xf3\xd6\xe6\xed\x1b\xcd\x66\x74\x62\xe3\x54\ \x92\x24\xb3\xe9\x24\x8d\x63\x82\x54\xf0\x40\x5a\xa5\xa4\x56\x4a\ \xdf\x4b\x86\xa4\x84\x70\x04\x68\x36\x5a\x9d\x4e\x47\x4a\x45\x49\ \xe8\x9b\xbe\x53\xa7\x4e\x2d\x2d\x2d\x79\x37\x8c\xb3\x67\xcf\x3a\ \xe7\xea\xba\xaa\xeb\xfa\xbb\x39\xf8\xdf\xc9\xf7\xcb\xda\x28\x0c\ \x1f\x38\x73\xc1\x82\x9b\x8f\x27\xdf\xfc\xc6\xd7\x0f\x0f\xf6\xad\ \x51\x88\xb8\xb5\xbd\x35\x1a\x4d\x04\xe7\x45\x59\x02\x60\x2d\x25\ \xa1\x24\xcb\xb2\xaa\xae\xab\xb2\x5c\x58\x5e\x72\xce\x4d\x26\x93\ \xf1\x78\xac\x6b\x69\xf7\xdc\xdd\xff\xf2\xf7\xcf\x5c\x7f\xef\x87\ \x3f\xf6\xf0\x7e\xcb\x0d\xb8\x99\xc4\xa5\x9c\x15\x6e\x9a\xbf\x77\ \xf5\x03\x0f\xf2\x95\xe7\xa6\x74\xf3\xd6\x5e\x40\x02\xe4\xbc\x11\ \xb6\x46\xd9\x30\x0e\x99\xad\xca\x86\x10\x99\x48\x4a\x8a\x05\xb1\ \x69\xa3\x61\x9c\x1b\xcb\x02\x4d\x15\x46\x91\x71\xae\x0a\x69\x18\ \xa4\x4b\xd4\x99\x69\x61\x69\xb2\xb9\xb7\xf3\x95\xaf\x7c\xf9\xe7\ \x2e\x9e\x3b\xb8\xb3\x1b\x76\x36\x5a\x8d\xa5\xb7\x36\xb7\x7e\xe8\ \x89\xd3\x93\xed\x9d\xab\x1d\x59\x22\x50\x67\x13\xed\x66\xd6\xd4\ \x68\xad\x55\xae\xac\xc8\xac\x8a\x20\xd5\x73\x7d\xf5\xda\xb5\x5a\ \xb9\xba\xdb\x1c\x67\x73\x46\x04\x65\x22\x2f\x2a\x03\xa0\xcb\xa2\ \xd6\x9a\xfa\x84\x7a\xce\x7d\x2d\x4e\xd3\x54\x4a\x59\xd7\xb5\xe0\ \x2c\xd5\x79\x83\x0b\xa7\xd1\xd4\xae\x13\x76\xe7\x45\xfe\xf2\xad\ \x9b\x27\xdf\x79\x3a\x3e\xd7\x52\x27\x57\xea\x8d\x08\xf5\xfd\x16\ \x1e\x77\xc4\xdf\xf9\xe8\x47\x3f\xfa\xce\x77\x3e\xbe\xbc\xbc\x1c\ \xc7\x61\x59\x55\x9e\xb8\xf5\x76\x18\x08\x11\x11\xe1\x78\xce\x62\ \x8c\xa5\x69\x1a\xc7\x71\x5f\x1f\x2a\xa5\xd2\x28\x6e\xb5\x5a\x07\ \x07\xfb\x00\x90\x24\x49\xa9\xf2\x85\x6e\x57\x04\xc2\x12\x95\xa4\ \x9d\xb5\xf5\x95\x95\xb5\xa5\x2c\xcb\xc2\x20\x2c\xcb\xfa\xc7\x7f\ \xfc\xd3\x48\xf0\xfc\xf9\x0b\xf9\x64\xf4\xec\xd7\xbf\xd5\x9f\x97\ \x8d\x44\x70\x6d\xb9\x45\xc6\x08\x75\x96\x51\xd4\xd6\x1d\xf9\x02\ \xc3\x91\x2e\xd5\x67\x0d\x6b\xb0\x60\xc1\x59\xb0\x4e\x3b\x00\x20\ \x0e\x89\x25\x04\x09\xa3\x94\x72\x8d\x8c\x70\xa6\x2c\x86\x61\xc4\ \x83\x90\x20\x12\xe7\x9d\xdb\xc1\x01\x18\xa3\xad\xd1\x55\x9e\x6d\ \xdd\xbc\x99\x0f\x06\x42\x5b\x61\x81\x12\x20\x00\x4a\x6b\xed\x30\ \xed\x76\xdb\x41\x58\xd4\xf5\x60\x32\xff\xf4\xa7\x3f\xf5\xb3\x3f\ \xf7\x8b\x5c\x84\x71\x14\x9f\x3b\x7b\xe1\x97\x7f\xf9\x2f\x23\x92\ \x2c\xcb\xef\xdc\xb9\x73\xe7\xce\x9d\x2c\xbb\xed\xee\x3b\xb8\x0f\ \xc0\x8f\x3f\x3e\x71\xa1\x2c\xcb\xaa\xaa\xf2\x3c\xdf\xdd\xdd\x0d\ \xc3\xd0\x53\x7b\xd3\x34\x15\x42\x84\x61\xe8\x77\xcf\x47\xe3\x12\ \x63\x84\x10\xc6\xa8\x52\x06\xd2\x25\xab\x54\xc8\xd2\xc6\x7a\xe0\ \xac\x3b\x5b\x4b\xe3\xac\x92\xaa\x28\xca\xe9\x6c\x3a\x19\x1c\x0c\ \xfb\x7b\x65\x59\x59\x6b\x95\x92\x4a\xe9\xba\xae\x1c\xa5\xed\xa5\ \x96\xe7\xac\xc4\x51\x44\x28\x5d\x5c\x5c\x8c\xc2\xe4\x85\x17\x5f\ \x98\xcd\xe6\x4a\x69\x6d\x4c\x1c\x45\x75\x55\x09\x21\x98\x08\x82\ \x40\xc4\x71\x18\x84\xc2\x18\x73\xfb\xf6\x2d\x4a\x69\xa3\x91\x4e\ \xa7\xf3\x28\x0a\x87\xfd\xd9\xe3\x4f\x3c\xf5\x43\x1f\xfb\xe1\xee\ \xe2\x12\x61\xa2\x2c\x2a\x44\x52\x95\xd5\x68\x36\x65\x84\x24\x49\ \x7c\x72\x65\xed\xd2\x85\x0b\xcf\x3e\x9b\x7c\xe9\xcb\x9f\x5f\x5a\ \xee\xac\xad\xad\x80\x73\x45\x59\x30\xd4\x88\x9e\x94\xeb\xbd\x01\ \x0c\x41\x04\xc0\xe9\x64\xaa\x95\xae\x65\x3d\x1e\x4f\x8c\xb1\x8c\ \x89\xaa\xaa\xbc\x55\x98\x31\xc6\x2b\x9f\xb5\xd6\x52\x4a\xad\xd5\ \x13\x8f\x3f\x89\x48\xbe\x2f\xf8\x8e\x11\x01\x2b\xf3\xfc\x77\x3f\ \xf7\x3b\x93\xf1\x64\x32\x19\xcd\x27\x93\x28\x8c\x8c\xd6\x40\x48\ \x18\x45\x51\x18\x65\x79\xbe\x77\x70\x00\xe0\xa4\xd6\x49\x92\x74\ \x3a\x1d\xa3\xb4\xa7\x93\x2a\xa3\xd5\xa9\x0d\x36\xcf\x4f\xcd\xb0\ \xff\xf7\xbf\xe4\x5e\xbc\xb3\xf6\x23\x8f\x05\x0f\xa6\x2c\x0e\x7a\ \x12\xad\x72\x59\x5e\xf0\x4e\xdc\x3e\xb9\x58\xbf\xf1\x66\x12\xc4\ \x4e\x29\x9b\xd7\x4d\x0c\x49\x6e\x4c\x66\xc7\x59\xd6\x0f\x6a\x12\ \x06\x10\x89\x61\x31\x07\xeb\x78\x20\xa6\x93\x51\x83\x74\x08\x23\ \x07\xc5\x84\x49\xb7\x30\x37\xa2\x19\x17\x20\x55\x2a\x9e\x7f\xee\ \xd9\x8f\xfd\xc0\x07\x1f\x7d\xea\xbd\x71\xb3\x09\x2d\xb3\xf1\xef\ \xfd\xd4\x9d\xd6\xad\xd1\xe1\xf5\x30\xa5\xc4\xce\xa3\x28\x74\xa6\ \x8a\x8c\xa2\xa5\x8a\x67\x75\x3d\x9e\xe6\x46\xa6\x41\xdc\xef\xcf\ \x52\x11\x87\x49\xe8\xd2\x84\xc8\xd2\x69\xb4\xda\x15\xf3\x42\x08\ \x16\x08\xce\x19\x03\x44\x4f\x24\xf3\x99\x79\x45\x51\x94\x65\xa9\ \xb4\x8e\xc3\xb0\x6b\x21\x9b\xcc\x0d\x88\x50\xa4\x06\x58\x85\xf5\ \xad\xe1\xe1\xe2\xe2\x43\x6b\xef\x7f\x70\x31\x5d\x57\xb3\x18\xe4\ \xfd\x5a\x61\x38\x7b\xe4\x44\x35\x9d\xfa\x02\x14\x04\x81\xac\x2a\ \x21\x98\xe7\x55\xdd\x0b\xf0\xf5\x96\x54\x7f\x6c\x5b\xc9\x39\x8f\ \xa2\xa8\xd3\xe9\xdc\x36\x37\x27\xd3\xa9\x55\xba\x2e\xe5\x6c\x36\ \x15\x82\x39\x00\xe7\x90\x73\x1e\x47\x71\x05\x19\x65\x84\x32\x72\ \xe6\xec\xc9\x28\x8a\xe2\x38\x69\xb5\xda\x0b\xdd\x85\xaf\x7f\xfd\ \xe9\xb5\xf5\x8d\x33\x67\xcf\xbf\xeb\xbd\x4f\xd4\xd9\x2c\x1f\xf4\ \x97\xc2\x80\x1a\x67\x00\x08\x01\xb0\x40\x2c\x10\x00\xed\x10\xc0\ \x1d\xa3\x28\xce\x0b\x2f\x10\xe1\xc8\x83\xdc\x21\x01\xef\x83\xee\ \xc3\x86\x29\x65\x34\x8a\xac\xd5\x94\x71\x1e\x04\xe0\x35\x02\x60\ \x1d\xa2\x03\x90\x4a\x1a\x25\x7b\xbb\x3b\x77\xaf\x5d\xd3\xe3\x59\ \x1b\x69\xb2\x94\x18\x63\x3a\x8b\x8b\x9d\xee\xd2\xac\x28\x4e\x9e\ \x3d\x7b\xee\xe2\x03\xb7\x6e\x6f\x22\x21\x7f\xf6\x67\x7e\x8e\x12\ \x36\x1a\x4f\x93\xa4\x01\x80\xc6\xb8\x66\x33\xc9\xf3\x22\xcb\x32\ \xbf\x1e\xb6\xc6\xdc\x7f\xbf\x43\x88\xb7\x82\x1d\x8d\x46\xdb\xdb\ \xdb\x9e\xb5\x3c\x9b\xcd\x7c\xb9\xf1\xe2\x7e\xce\xb9\x2f\x3d\x61\ \x18\x46\x51\xe4\x85\x02\x42\x08\xce\x19\x12\x5a\x68\xc7\x78\xc0\ \x99\x00\x00\x20\x36\xa4\x54\x49\xc9\x19\x4d\xe2\x70\xa1\xdb\xa2\ \xe7\x4f\x5a\x27\xa5\x54\xde\xad\xa6\x2c\xcb\x3c\xcb\xc7\x93\xb1\ \xac\xe5\x7c\x3e\x67\x79\x40\x1c\x44\x61\x28\xb5\x5e\x5f\x5c\x78\ \xf8\xd1\x47\xb2\xbc\x18\x4f\xa6\x69\xb3\xe1\xac\x9b\x17\x79\x10\ \x06\xda\x5a\xc6\x69\x2d\x2b\x56\xd1\x66\xb3\xd9\x6c\xb6\xee\xdc\ \xb9\x4d\x08\x4d\xd3\xb4\xae\xeb\xa4\xd1\xfa\xe8\x47\x3f\xde\x6a\ \xb6\xae\x5f\xbd\xfa\xe6\x1b\x6f\x0c\x07\xc3\xe1\x60\x10\x06\x81\ \xaa\x2b\xce\xf8\xfa\xea\x5a\x51\xd6\xa7\xce\x9c\x7e\xe2\x5d\x4f\ \x9c\x3f\x7f\xe1\xfa\x8d\xb7\x46\xe3\x11\xa5\x58\x16\xb9\xe0\x5c\ \x4b\xa5\xad\x09\xe3\x98\x33\x56\x14\x85\x4f\x0d\x30\xc6\x22\x22\ \x63\xd4\xbf\x84\xd6\xb6\x28\x0a\x3f\x81\x7a\x63\x53\x2f\xd1\xf2\ \x67\x5d\x14\x45\xdf\x4d\xd1\xff\xce\x75\x47\x70\x7e\xb0\x75\xf7\ \x73\x9f\xfb\xdc\xd6\xd6\x36\x02\xcc\x26\x63\x67\x81\x73\x4e\x08\ \xb9\x74\xe9\xd2\x8d\x1b\x37\x08\xa1\x7b\x07\xfb\x22\x0c\x64\x5d\ \xc7\x71\x6c\x8d\xb5\xce\xa6\xcd\x86\x52\x8a\x20\x12\x45\x8a\x71\ \x99\xc6\xa9\x05\x87\x10\x95\x57\x7a\x37\x6e\x7d\x7e\xf9\xdd\xe7\ \x2f\xbe\xf7\x6c\x7b\xad\xf9\x26\x95\xcf\xdd\x7a\xf3\xb9\x8d\x2b\ \xef\xfd\xb1\x8f\xef\x0e\xf7\x77\x5e\xba\x8e\x23\xbd\xd0\x68\x23\ \xf0\xb2\xa8\xea\x0c\x8c\x8e\xe2\x94\x2b\x65\xca\x79\x66\x94\x0e\ \xc3\x00\x54\xb5\xd6\xec\x54\xb5\x56\xa5\x59\x6c\xb6\xd9\x4c\x6e\ \x04\xd0\xab\x6b\x1b\x11\x49\xed\x60\xdc\xfb\xd2\x97\xbf\xf0\xde\ \x1f\xfd\x61\x65\xab\xab\xfa\xf0\xe6\xa9\xe2\x1b\xf2\xce\xcb\xdd\ \xe9\x00\x55\x4c\xd1\x95\xe3\x40\x9a\x74\x54\x89\x5e\x69\x6e\x0d\ \xc8\xee\x64\x36\xc7\xf8\x42\x94\x93\x59\xd4\x69\xa2\x13\x53\xa5\ \x0d\xe1\x56\xc9\x84\xd0\x54\x08\x5d\xd7\x44\x70\x6b\x6d\x10\x86\ \xc6\x98\x2c\xcb\xa4\x94\xde\x67\x97\x73\xce\x38\xaf\xeb\xd2\x32\ \xe0\x82\xa3\xa5\x9c\x73\x70\xd0\xe0\x4d\x17\x56\x5f\xfe\xca\x1f\ \x9d\x22\x87\xc1\x63\x4b\x27\xd2\x36\xe1\xf7\xa9\x15\xba\x07\xeb\ \xd8\x7f\xfa\x4f\xff\xe9\xef\xfc\xce\xff\xe8\xc9\xa0\xe3\xd1\xf4\ \x17\xfe\xdc\x9f\xf3\xa9\x23\xde\xa4\xd2\x83\x3b\xd6\x1c\x8d\x03\ \xfe\x54\xa0\x94\x26\x49\xca\xb9\x10\x9c\x70\x2e\xfc\xbd\x88\x51\ \x14\x42\x78\xf3\x2a\x11\x08\xad\x29\xe7\xd4\x39\x0d\x08\xd6\xa9\ \xf9\x7c\xda\x6c\x34\xd6\xd6\xd7\x4e\x9f\x39\x4d\x08\x3f\x73\xe6\ \xec\x3b\x1e\x7e\x68\xd2\x3b\xbc\x31\x9d\x55\x45\x19\x23\x3a\x6b\ \x9d\x03\x63\x9c\x3b\x8e\x29\x07\xf4\x1a\x6a\x07\x0e\xac\x6f\x7f\ \xee\x8d\x5f\x08\xde\x53\xc7\x47\x62\xd0\x28\x32\x94\x3b\x2e\x0c\ \x70\x1e\x04\x5c\x84\xbe\x40\x01\x10\xe2\x1d\x93\xad\xb5\x52\xbd\ \xf9\xe2\xcb\xb1\xb1\x8b\x54\x04\x61\xb4\x6f\xca\x79\x59\xcd\xc6\ \xb3\xf7\x7e\xe0\x43\x41\xb3\x0d\x9c\x67\xb5\x6e\x2f\xac\x9c\x3c\ \x71\x82\xb1\xb0\xd5\xee\x1a\x47\xa6\x93\xd9\x5b\x6f\x5d\xff\xe9\ \x9f\xfe\x6c\x9a\xa6\xd6\x1a\x7f\xa9\x10\x42\xe0\x7e\xb9\x0b\x88\ \xa8\xa4\xbc\x75\xeb\xd6\x60\x30\x18\x0e\x87\xc7\xc3\x54\x9a\xa6\ \xde\x3f\xd8\xa7\x1e\x16\x45\x91\xe7\xb9\x6f\xd6\xbc\x97\xb3\xb7\ \x61\x16\x42\x44\x71\x1c\x84\x69\xda\x88\x93\x38\xe6\x8c\x51\x82\ \x41\xc0\x05\x63\x42\x04\x8c\x21\x3a\xa2\x8c\x35\x4e\x44\xa1\x40\ \x84\x24\x69\x20\x20\x22\x7a\x7f\x2b\x6d\xb4\xac\x6b\x59\x57\x79\ \x96\x0d\x47\x23\xce\x83\x93\x27\x4f\x19\x03\xd9\x3c\xb3\xd6\x6a\ \x6d\x4e\x9d\x3e\x8d\x04\x17\x16\x17\x92\x24\xdd\xda\xda\xf2\x27\ \x40\x51\x14\x8c\xf9\x95\x53\x66\x8d\x15\x61\xd8\x1f\x0c\xbf\xf0\ \xf9\xcf\x6f\xdd\xbd\x73\xe6\xe4\x89\x4b\xe7\x4e\xeb\x13\xcb\x71\ \x18\x71\x46\xaa\xa2\xac\xea\x3a\x58\x59\xea\x0f\x0f\x7f\xf3\xd7\ \xff\xd9\xc2\xca\x72\x1c\xc7\x0e\x6d\x2d\x2b\x6d\x9d\x00\x68\xb6\ \x1a\x80\x14\x09\x73\xce\x5a\x5b\x00\x90\x20\x88\xc2\x30\x70\x0e\ \x7c\x83\xc3\xb9\xa8\xaa\xcc\x9f\x69\x45\x51\x24\x49\xe2\xaf\x85\ \xa2\x28\x16\x17\x17\x3d\x01\xfa\xfb\xa0\x93\x40\x42\x94\x52\x2f\ \x3c\xf3\xcc\xc1\xde\xae\xae\xab\xfe\xa0\x3f\x9d\xce\x56\x57\x56\ \xe7\xf3\x99\x94\xaa\x2c\xcb\x38\x8e\xe3\x38\x6e\x36\x9b\x65\x55\ \x45\x51\xc4\x85\x68\x34\x1a\x75\x5d\x1b\x6b\x18\xa1\x51\x14\xf5\ \x0f\x7b\x8d\x69\x4d\x59\xb0\x59\x8e\x49\x1a\x19\x67\x59\x5f\x16\ \x5f\xbd\xa9\xef\x8e\xc5\xfb\x4e\xad\x9e\x14\xc3\xde\xf0\xbf\xf8\ \xe7\xff\xd5\xff\xf3\xaf\xff\xed\x4f\xff\xd2\xcf\x7c\x33\xfd\xc2\ \xad\xe7\xde\xd8\xdb\xed\x0b\x0c\x2c\x92\xdc\xba\xb8\xdd\x6e\x31\ \x43\x2d\xd4\x21\xb1\x44\xc5\x41\x64\x8d\x9d\x0c\xa6\xcd\x24\x8e\ \xdb\x9d\xac\xae\x5c\x48\xe6\xa6\x5a\xec\x2e\xcf\x65\x31\xda\xdf\ \xaa\x43\xf7\x9b\xaf\x7d\xb9\xf5\xa5\x7f\x72\xea\x3d\x8f\x5e\x19\ \xef\x4c\x41\x5f\xbe\x79\x39\x9b\xee\x2e\x08\xd1\x25\x56\xd5\x75\ \x50\xbb\x76\x46\xc2\x83\x6a\xba\x39\xdb\xbc\x71\x18\xac\xad\xad\ \x3d\xf1\xc8\xab\x97\xef\xb0\xca\x34\x19\xc9\xc1\xd5\x88\xcb\x8b\ \x0b\x6c\x9a\x8b\x28\x52\xd4\x8c\xe6\xb3\x28\x4e\xfc\x78\x45\x29\ \x0d\xc3\xd0\x0b\xa6\x3c\x7b\x3b\x49\xd2\x2a\x72\x4a\x83\x33\x84\ \xb3\x40\x18\x30\x65\x16\x54\xa6\xe1\xdc\xde\x37\xae\xbc\x67\xe9\ \xc3\x8b\x67\x23\x2b\xee\xd3\xe9\x94\xbc\x2d\x6c\x64\x32\x99\xfd\ \x31\xb1\x4d\x1b\xdf\xdb\x7b\xa8\x16\xee\xc5\x4b\x51\x4a\x29\xb5\ \xbe\xe8\x10\x42\xba\xdd\x4e\x92\xc4\x65\x51\xc7\x71\xd2\x4c\x1b\ \x51\x14\x96\x65\xce\x19\x07\x70\x52\x4a\xce\x38\x0f\x02\x4a\x3c\ \x50\x63\x1d\xb8\x28\x89\x26\xf3\xe9\x2c\xcb\x7f\xfa\xb3\x3f\x0b\ \xc8\xbe\xb4\x79\xfb\x8d\x97\xbe\x3d\x1d\x8c\x5d\x99\x73\x86\xaa\ \x52\x60\xc1\x5a\x70\xf7\x0a\x22\x71\xe8\x1b\x1e\x9f\xee\x89\xe8\ \x88\x43\x07\xce\x3f\xa3\xe7\x10\x3a\xe7\x90\x38\x24\xc0\x18\x63\ \x22\x90\x94\x52\x82\x9c\x07\x94\x73\x46\x98\xb7\x0f\xa2\x88\x08\ \xa0\x64\x7d\xb0\xb3\xbd\x77\xeb\xf6\xb9\xd6\xa2\xe6\x87\x59\x56\ \x88\x04\x5b\x61\xa2\x80\x0a\x11\x5d\x78\xe0\x61\x12\xc7\xd6\x12\ \x4a\x69\x12\x44\x5a\x3a\x67\x08\xa5\x62\x36\x9d\xfa\x39\xa5\xae\ \x6b\xcf\x57\xf0\xa2\xc7\xfb\xb6\x75\xf7\xe1\x50\x57\xae\x5c\xf1\ \x91\xf3\x49\x92\x38\xe7\xaa\xaa\xf2\x58\x0f\x21\xa4\xd1\x68\xf8\ \x8a\xef\x95\x43\xfe\xe1\x05\xb7\x5e\xe2\x34\x1e\x8d\xea\x6a\xc7\ \x13\xaf\xd0\x39\xce\x68\x10\x06\xde\xdc\xbe\x91\x24\x49\x12\x85\ \x69\x4b\xc4\x69\x20\x04\x63\x9c\x10\x74\xe0\x10\x49\x20\x02\x7f\ \x2f\x49\x93\xd4\x39\x8d\xb8\x7a\x42\x2a\x4a\x58\x5d\x57\xe7\xce\ \x5f\xb0\xc6\x95\x65\x39\x9d\x4e\xa7\xd3\x59\x51\xe6\x49\x12\x77\ \xbb\xdd\x4e\xa7\x7d\x78\x78\xf8\xfa\xeb\xaf\x7b\x8a\x96\xd1\xb6\ \x2e\x65\x18\x46\x48\xe8\x17\xfe\xf0\x0b\x27\x37\x56\xff\xca\x5f\ \xfe\x8b\xad\x28\xba\x7e\xf5\xf5\xc9\x70\x5a\xcf\xb2\x42\x4b\x04\ \xd0\xca\x64\xd3\xc1\xe3\xef\x7c\xe7\x93\xe1\x3b\xbe\xf9\xfc\xb7\ \xab\x2a\x07\x46\x2d\xa0\x54\x2a\x14\xdc\x3a\x08\x03\x01\x48\xcb\ \xb2\x40\x44\x4a\x99\x5f\x6b\xf8\x6a\xee\x99\xca\xbe\xc2\x76\x3a\ \x9d\x7e\xbf\xef\xf5\x80\xa3\xd1\xc8\xb3\x52\xcb\xaa\xfc\x2e\xe1\ \xfc\xef\x50\x77\x28\x21\x93\xc9\xf8\xc5\x17\x9e\x0f\xc2\x70\x3c\ \x1e\x45\x41\x48\xdb\x74\x32\x1e\x47\x51\x64\x8c\xd5\x4a\xb7\x9a\ \x9d\xb2\x2e\xa3\x24\xce\xcb\x92\xdc\xb3\xda\x15\x42\x8c\xc7\xe3\ \x2c\xcb\xce\x9e\x3d\x3b\xe3\xe3\x28\x8e\x94\x73\xa7\x96\x57\x25\ \xc3\x62\x36\x0f\x5a\x11\xa7\x64\xbc\x39\x99\x1d\x0c\xdb\x0f\x6e\ \x9c\x79\xf8\xec\x99\x87\x2f\xec\x4c\x0f\xce\x74\xd6\x3f\xfb\x17\ \xff\xe2\xb5\xf7\xbf\xf1\xe6\x0b\xaf\xbd\xf5\xda\x95\xfe\x60\x9c\ \x95\xd0\x87\x29\xdf\x19\xb6\x45\x14\x30\xce\x00\x09\xa5\xd6\x59\ \xa4\x34\x48\x63\x83\x98\x57\xe5\x9c\xe8\x9d\x70\xde\xc8\xb2\x10\ \x21\x3a\xbf\xd8\xbe\xb8\x3a\x5d\x0d\xde\xbc\xa0\xf7\xe8\xdd\xdb\ \xbb\xaf\x8f\xb6\x76\x7e\x20\x77\xcd\xa2\xa5\x88\x53\x56\x71\x1a\ \xad\x75\x57\xc3\x24\xb8\x21\xef\xfe\xd6\x0b\x57\xb6\x36\x47\xef\ \x58\x3e\x7b\xfa\xfc\xb9\x9d\xd5\x15\x7b\x6b\xaa\x2c\x04\x71\x1c\ \x86\x41\x2b\x4e\x05\xe1\xf3\x61\x9f\x32\x68\x34\x53\x44\xee\xf9\ \xbe\x1e\x4e\xf6\x1f\x1c\x95\x00\x6b\xc7\xd6\x20\xa3\x04\x41\xdb\ \xd2\xce\x72\xa8\x6a\x41\x60\x83\xc5\x77\x6f\xf4\x7a\x7f\xf0\x56\ \xe7\x97\x3e\x6a\x93\xfb\x26\x92\xd8\x63\xf8\xe6\x4f\xbe\x9d\xce\ \xa3\x9e\xc6\x18\xff\x95\xa3\x59\xe6\xde\x7a\xcb\xd7\x9d\xe5\xe5\ \xa5\x38\x4e\xe6\xb3\xbc\xaa\x4a\xa3\x74\xbf\x7f\xa8\xb5\x2a\xca\ \x0c\x11\x3b\x9d\x2e\x63\x8c\xf3\x80\x10\x4f\xee\x35\x00\x90\x15\ \x79\x1c\x35\xf2\xbc\xa8\x6b\x0d\x84\x74\x1a\xad\x6a\xd4\xaf\xa6\ \xb3\x76\x20\x02\xc4\x23\x0b\x0b\xf0\xda\x88\xa3\x3a\x83\xe0\xd0\ \xf9\x7d\x9d\xa3\x48\x80\xa2\x2f\x61\x08\xce\x01\x58\x0b\x8c\x82\ \x03\x30\x4a\x17\x79\x1e\xf1\x80\x10\x22\x84\x70\xe8\xb3\x59\x18\ \x00\xf1\xc9\xcb\xde\x91\x61\xfb\xd6\xed\x62\x30\xde\xdb\x9d\x76\ \x80\xb7\x22\x91\xd3\x6a\x5a\xca\x34\x4d\xee\xdc\xd9\x5a\x3c\xfb\ \x80\x40\x5e\x4b\xb3\xbe\xb2\x3e\x9f\xe7\x05\xd4\x93\x59\x1e\x37\ \x92\xb5\xb5\x0d\x7a\x94\x62\xec\x8e\x1b\x16\xe7\xec\x3d\x6f\x8d\ \xfb\xda\xa3\x53\xda\x6a\xb5\xbc\xd6\x71\x32\x99\xcc\x66\x33\x7f\ \x63\xf7\x23\xb6\x87\x96\xef\x21\xfa\x47\xff\x06\x41\x70\xe4\xfa\ \x6e\x2d\xa2\x33\x09\xa7\x84\x5a\x63\x3c\x09\xb8\x2c\x8b\x99\x52\ \x46\x6b\x44\xa4\x94\x10\x1a\x58\x42\x11\x30\x08\x82\x46\xa3\x91\ \x24\x49\xb3\xd9\x14\x42\x10\x4a\x82\x20\x48\xe2\x84\x32\x10\x82\ \x13\x44\x70\x10\x45\x51\x18\x26\xce\x81\x31\x66\x79\x75\x15\x9c\ \x33\x46\x3b\x67\x10\xb1\xdb\xed\x2e\x2d\x2d\x05\x41\x60\x8c\xed\ \xf7\x87\x82\x09\xc6\xc5\x7c\x3e\x37\x45\xfd\x91\x0f\x7d\xf8\x07\ \xde\xfb\xae\x80\x98\xaf\x7d\xf1\xf3\x37\xdf\x7a\xe3\xcc\x89\xb5\ \x56\x9a\x6a\x85\x46\x69\x06\xa6\x28\x67\xbf\xf7\xb9\x5f\xff\xf0\ \x0f\x7f\xf2\xd2\xa5\x73\xdf\x7a\xe9\x65\x24\xe8\x8c\xd5\xc6\xe4\ \x79\x91\x67\x59\x92\x34\xd2\x46\xb3\xae\x65\x59\x56\x42\x08\xc6\ \x38\xa2\xe7\x16\x0a\x42\xa8\x52\x7e\xd5\x85\x77\xee\xdc\x89\xe3\ \xb8\xd1\x68\x68\xad\x7d\x5d\x36\xc6\x38\x1f\x95\xf3\xbd\xfb\x0d\ \x3a\x00\x82\xa4\x2e\x8a\x6b\x6f\xbd\xd5\x6a\xb5\x57\x97\x97\xf7\ \x0f\x0e\xdb\xed\x36\x63\x7c\x3a\xdd\xef\x74\xba\xca\xe8\xed\xdd\ \x1d\x42\xc9\xbc\xc8\x5a\xad\x76\x10\x86\x8c\xb1\xa3\x94\xe5\x24\ \x99\x4c\x26\x00\x00\x2d\x36\x3c\xec\x9f\x68\x9d\x1b\x4f\x33\x56\ \x43\x85\x98\x57\x35\x82\x58\x54\x3c\xbd\x25\xeb\xde\x9d\x83\x7d\ \xf3\xff\xfa\xf6\xdd\x8f\x7f\xf6\x27\x1e\x7f\xef\xbb\x93\x47\x2f\ \x7e\xf0\xd1\x87\xde\x57\x97\xcf\xbf\xfc\x0c\x27\x3c\xcf\xf2\xd1\ \x6b\x7b\x72\x5a\x8c\xfa\xfd\xe9\x70\x58\x12\xe7\x2c\x49\x4e\x9e\ \x70\x8d\x64\x90\x4d\xc9\xd2\xfa\xe2\x89\xee\xc2\x83\xcb\xcb\x34\ \x58\x59\x68\xd3\xa5\xb8\xd7\x32\x77\xf9\xec\xb9\xdd\x5b\xfb\xff\ \xe2\x73\xf1\xf5\xdd\x27\x1b\x2b\x4f\xe9\xd3\xeb\x8d\x93\xd3\x36\ \x27\x11\x6f\x18\xa6\x27\xf2\xb9\x37\xaf\xfd\xfa\x17\xbe\x7c\x73\ \x94\xf3\xb8\x75\x70\x73\xc6\xf2\xfa\xb3\x9f\xfa\xc9\x97\xfe\x87\ \x3f\x68\x06\xad\x39\x23\x83\x7c\x3e\x9d\x4e\xba\x88\x1a\x34\x0d\ \x99\x2b\x2d\x3a\x38\xce\xa8\xf5\x28\x8f\xbf\x7e\x08\x62\x14\x86\ \x4c\xb0\x42\xd6\x75\x5d\x02\xd1\x9c\x3b\x6a\x09\xd1\x8e\x29\xba\ \xc8\x16\x7a\x6f\xf4\x78\xcd\x1d\xde\x37\x77\xf6\x8f\x9b\xff\x20\ \x08\xbc\x46\x21\x2f\x2a\x21\x02\xff\xd5\xe3\xf3\xde\xf7\x3b\x9e\ \xbc\xec\x03\x6d\x82\x20\x28\x8b\xd2\x3b\x39\x65\xf3\xb9\x92\x6a\ \x3a\x1d\x37\x9b\x8d\x28\x0a\xa5\x0d\x56\x57\x57\x82\x30\x54\x5e\ \x87\x09\x8e\x80\xd3\x46\x03\x10\x6d\xac\x36\xc6\x39\x42\x81\x77\ \x1a\xad\xe5\x66\x5a\x4f\x33\x30\x4a\x29\x0c\x29\x6a\x04\x47\x7c\ \x5d\x21\x96\x10\x1f\x38\x87\xe0\xd0\x81\xf5\xbf\x0c\xfa\x08\x77\ \x77\xc4\xdb\x61\x47\x7e\xef\xe0\x8e\xfe\x96\x20\x08\x31\x8e\x28\ \xe5\x48\x19\x61\x1c\x90\x38\xb4\x5e\x66\x3a\xe8\xf5\x76\x6e\x6f\ \x9e\x5a\x59\x9d\x5f\xdd\x62\x86\x35\xe2\xf6\x02\xe3\x0f\x5f\x3a\ \x3b\xb2\x6e\x7f\x34\xbf\x75\x77\x7f\xf5\x7c\x5c\x14\x35\xba\x3e\ \xb7\x40\x0c\x50\x81\x06\x5c\x59\x56\x4a\xea\x40\xa4\x9c\x53\x63\ \x95\x52\xf2\x78\xf6\xb9\x6f\x7c\x87\x51\x1a\xc7\x71\x9e\xe7\xb3\ \xd9\xac\xd7\xeb\x29\xa5\xd6\xd6\xd6\xbc\xb9\xf2\x1f\x57\xfd\x7b\ \x8f\xe3\x7b\x03\x00\x14\x45\x91\x17\x85\x35\x26\x10\x84\x52\x0a\ \x88\x04\x49\x10\xa7\x01\xf8\xd0\x0d\x07\x0e\x9c\x43\x74\xd6\x39\ \xe7\xac\xd3\xc6\x8c\x06\xc3\xde\xe1\xa1\xb5\x96\x7a\x16\x20\xa5\ \x9c\x73\x1e\xd2\x28\x0a\xa3\x30\x0a\x82\x88\x73\xde\x68\x34\xc3\ \x30\xa2\x94\x22\x12\x6b\x2d\x80\x0d\x42\x16\x85\x71\x18\x86\xeb\ \xeb\x27\x2e\x5d\xba\xf4\x91\x8f\x7c\x74\x38\x18\x29\x65\xa4\x54\ \xbd\x5e\x8f\x44\xc9\xb9\x0b\xe7\xac\x55\xaf\xbf\xf1\xda\x95\xcb\ \x2f\x9f\x5e\x5b\x4a\x05\xa1\xae\x22\xc4\xb2\x98\x59\x47\xc2\xb8\ \x25\x75\xfe\xed\x6f\x3f\x7d\xf1\xd1\xc7\x2b\x59\x58\x47\xb4\xb6\ \x9c\x33\x04\x42\x1c\xd6\x52\x26\xce\x2d\x2c\x2c\x2c\x2d\x2d\x2d\ \x2f\x2f\x13\x42\xee\xde\xbd\xeb\xee\xc5\xb7\x1e\x7f\xe0\x15\x5e\ \x1e\x60\x96\x52\xb6\x5a\xad\xba\xae\x8d\x31\xdf\x25\x94\xf9\x9d\ \x75\xa1\x00\xae\xaa\xca\x56\x33\xed\xb4\x5b\x79\x36\xaf\xca\x32\ \x08\x42\xe7\xdc\x42\x77\xc1\x93\x33\x18\xe5\x40\x5d\xbb\xd5\xd6\ \x5a\xe7\x65\x21\x84\x98\x4d\x67\x4b\xcb\x4b\xe0\xa0\x32\x25\xa5\ \xb4\xac\x0b\x91\x04\x54\x90\x46\xd2\xc8\x27\xbd\x6e\xb3\xc3\x18\ \xd4\x75\x65\x6b\xed\x08\x6b\x80\x18\x7d\xf9\xda\x7e\xa2\xc7\x16\ \x3e\x7f\xf3\xb5\x77\xfe\xd0\xfb\xc0\x29\x37\xc9\x93\x65\xec\x08\ \x71\x29\xd9\x58\xfe\xc0\x8f\x33\xc6\x19\x03\xac\x8d\x33\x86\x11\ \x52\x1b\xa3\xc1\x29\x81\xe3\xf9\x6c\x3b\x1f\xcc\xda\x50\xe7\xc5\ \xad\xec\xe0\x8d\xf1\xb5\x6b\xbb\x77\xc7\xc5\x81\x9b\x4e\xd2\xc9\ \xfc\x64\x55\xaf\x54\xe3\xbb\x03\xb8\xb3\x30\x3f\xa0\x49\x3b\xe8\ \xae\x4f\xdc\xce\x37\xaf\xfe\xe6\xd7\x9f\xbe\x26\xc0\x9e\x5c\x8b\ \x8b\x06\xcb\xdd\x6f\xfd\xd7\xff\xf8\xa3\xeb\xef\x8c\x34\x51\x65\ \x56\x30\x0c\x62\xc1\xc1\x25\x71\xb0\xb7\x7f\x87\xc7\x41\x94\x34\ \xa9\x66\xf3\x3c\xa3\x94\x22\x21\x4c\x6b\xce\xb9\xd1\xda\x1a\x53\ \x6b\x25\xb4\x4e\xc7\x31\x03\x5b\x23\x20\x33\x75\x55\x02\x80\x43\ \x9a\xd7\x4a\x12\x9e\x49\x7b\xeb\xee\xde\x43\x17\x1e\x50\xdf\x29\ \x2e\xfa\x7f\xe2\xde\x7b\xc4\x57\xfe\xcc\x67\xfe\xcc\xbb\xdf\xfd\ \xae\x38\x8e\x44\xc0\xff\xdb\xff\xe6\xbf\xc9\xf3\x8c\x73\xe1\x4d\ \x7f\x10\xf1\xde\x46\xc8\x3b\x10\x02\x21\x40\x28\x84\xa1\x88\xa3\ \x60\x71\xa1\xb3\x95\xe5\x4a\x6b\xc6\xc3\xe5\x95\x8d\x38\x8e\xfa\ \xc3\x83\xb2\xac\xcb\xa2\x74\xd6\x12\x64\x16\xad\x03\xeb\x2c\x80\ \xd3\x02\x88\xc9\xca\xf1\x61\x3f\x3b\x35\x6a\x2f\xaf\x37\x17\x3a\ \x8d\xce\x62\x71\x75\x2f\x8c\x20\x10\x68\xb4\x05\x0a\xce\x10\x82\ \x80\x3e\x49\x18\xad\xf5\x10\x32\xde\xc3\xc0\x7d\x42\x85\xd7\xd6\ \x10\x0c\x08\x28\x0b\x84\x00\x0b\x04\x09\x63\x11\xc4\xad\xf6\x42\ \x8d\x0e\xb4\x0b\x91\xf1\x90\x00\xd1\x81\x33\x9e\xdf\x7a\xb8\xbd\ \x5f\x49\x7d\xf6\xcc\x99\xbb\xd7\x77\x16\xcb\x62\x31\x6e\x3e\x93\ \x52\xc5\xab\xc6\xf2\xca\x09\x4d\x5f\xfc\x83\xdf\xbd\x70\xe1\xa1\ \xf7\xfc\xd0\xc7\xc6\xd3\x1e\x38\x10\x1a\xb5\x55\x87\xd7\xfa\xdf\ \xfa\xe6\x33\xad\x56\xfa\x7f\xf9\x0f\xfe\x5a\x9a\x26\x75\x5d\xdf\ \xba\x75\xe3\xb7\x7e\xeb\xb7\x7a\xbd\x9e\x31\xf7\xaf\x93\x50\x4a\ \x79\x15\xa8\x67\x69\xad\xaf\xaf\x37\x9b\xcd\x63\x33\x50\xdf\xec\ \xf8\xb6\xf7\xb8\xbb\xa4\x94\x4a\x29\xc3\x30\x9c\x4e\xa7\xbb\xbb\ \xbb\x61\x24\x04\x17\x40\xa8\xf3\x4f\x49\x19\x20\x41\x82\x94\x72\ \xc6\x45\x40\x5c\x48\x90\x31\x1e\x85\xdc\x9b\xe9\x30\xce\xad\x31\ \x80\xe8\x5d\xd6\x8b\x22\x9f\x4c\xc6\xce\x77\x98\x47\xc1\x8d\x0e\ \x00\xa3\x28\x4a\xd3\x34\x49\xa2\x28\xe6\x49\xd2\x30\xda\x85\x61\ \x14\x04\x41\xb3\xd1\x3e\x73\xfa\x6c\x55\xd7\x84\xd0\x53\xa7\x4e\ \xd5\x0e\x09\x25\x52\xd5\x2f\xbe\xf0\x6d\xc6\x70\x3a\x19\x1c\xdc\ \xbd\xce\x09\x9c\x3e\x75\x3a\x0c\x82\xde\xa0\x37\xcc\x27\x44\x84\ \x52\xea\xcb\x6f\xbc\x66\x2d\x31\xc0\xe6\x79\xd1\x69\x36\x9d\x71\ \x22\x08\xdf\xff\xfe\x0f\xac\x9f\x38\x41\x10\x85\x08\x84\xe0\xbe\ \xd7\xbb\x7d\xfb\xce\x7c\x3e\xbb\xd7\xbe\x95\xde\xf3\xcf\x39\xe7\ \xe9\x05\x70\x94\x26\xca\xb4\x56\xdf\xa5\x42\xe5\xbb\xd2\x85\x3a\ \x43\x96\x16\xd6\x0e\x0e\x0e\x5a\xed\xb6\x1f\x6b\x01\x5c\x25\xcb\ \x76\x12\xce\x67\xf3\xa2\x98\x73\xc1\x42\x11\x60\x20\xa6\xd3\x69\ \x14\xf0\x93\xa7\x4f\xe4\x79\x56\x95\x55\xad\x6a\x07\xb6\xbb\xb4\ \x18\x14\xc5\x68\xda\x67\x54\x88\x50\x6b\x37\x0f\xc2\x28\x64\x98\ \xe5\x4a\x69\x3b\xb2\xd6\xd1\x60\xdd\x88\xfc\x2b\xaf\x16\xdf\x7e\ \xe5\xce\xde\xc1\xdd\x27\x5b\xcf\xde\x7a\x2e\x34\x24\xe2\x61\xf4\ \xf0\x7a\xcc\x5b\x21\x8f\x92\x30\x09\x88\x20\x1e\x86\x44\x74\x68\ \x0b\x5d\xe4\x65\x56\x1a\x97\x1f\x40\x39\x9d\x48\x59\xd5\xcc\x5a\ \xaa\x81\x13\x70\x3c\x52\x71\x03\x63\xc8\x83\x03\xc8\xaa\x69\x96\ \x8e\xcf\x38\x2b\xff\xf0\x85\xb7\xbe\xf5\x8d\x97\x24\x8b\x37\xba\ \x5d\x10\x22\x6d\x04\xa7\x97\x56\xdb\x2e\x1c\x5d\xdb\xe1\x1a\x08\ \xa5\x8c\x10\x39\x9d\x64\x5a\x0f\x64\xd2\x5e\x5a\xaf\x75\x3d\x9e\ \x17\x49\xdc\x68\x36\x9a\x2a\x2b\x98\x73\x84\x8b\x49\x59\x90\x38\ \x74\x84\x28\x4a\x0d\x12\x53\xf6\xc2\x30\x68\x85\x91\xd2\x8a\xb0\ \x34\xd3\x72\xa6\x6a\x0d\x46\x99\xc2\xe8\xea\xe6\xb5\x37\xf8\xa7\ \x3e\x51\x56\xd5\x7d\x6d\xd1\x09\x00\x70\x2e\x2e\x5e\x7c\xe0\xe2\ \xc5\x8b\x27\x4e\x9c\xe8\x74\x3a\xdf\x7a\xe6\x5b\x75\x25\x29\x61\ \xd6\x3a\x42\xd0\x77\x61\xce\x39\x42\xc0\x39\x47\xc1\x11\xea\x28\ \x75\x41\xc4\x96\x78\xfb\x7d\xef\x7b\x6a\x67\x7b\x7b\x65\x6d\x43\ \xf0\xa8\xae\xd5\x6c\x36\xc9\x8b\x9a\xb2\x20\x9b\xe7\x21\xe7\xb2\ \x36\x00\x56\xa3\x71\xce\x11\x47\x5d\x25\xe5\x34\xfb\xda\xcb\xaf\ \x2d\x75\x5a\x9d\xf5\x2e\x89\x83\x68\xe1\x04\x09\x2e\x6b\x0b\x5e\ \x25\xe4\x1c\x3a\xc7\x88\x45\xee\x0c\xb7\x76\xce\xac\x21\x70\xc4\ \x10\x84\x23\xde\x20\x01\xa0\x08\x48\x80\x11\xc7\x01\x91\xa0\x13\ \x01\xe5\xa1\xa3\xc2\x21\xad\x0a\x59\x69\x99\xf7\x87\x6a\x30\xd1\ \xa2\xc6\x38\x1c\xbc\x7e\xe3\x8d\x97\xaf\xcc\xea\xfa\xb5\x1b\x57\ \xba\x1b\xa7\xd7\x16\xbb\x37\xfe\xe0\xab\x5d\x70\x8b\x45\xde\x48\ \xd3\x83\x7c\xfc\xcc\xb5\xdb\x5d\x64\x8b\x65\x96\x3d\x73\xf8\xe2\ \xed\x6b\xab\x1f\x78\xd7\x2c\x0c\xc6\xe3\xf9\x60\x30\xbc\x76\xfd\ \x9a\xd7\x8b\x7f\xe2\x13\x3f\x64\xad\xe9\xf7\x07\x94\x62\xa7\xd3\ \xe9\xf5\x7a\x88\xf7\xd9\xef\x10\x24\x65\x59\x6e\x6f\x6f\x2f\x2f\ \x2f\x2f\x2c\x2c\x20\x62\xa3\xd1\x38\x4e\xb9\xf3\x5c\x1e\x6f\x87\ \xe4\x11\x1f\x3f\x0e\xfb\x87\xa7\x29\x34\x9b\x4d\xc6\x59\xb3\xd1\ \xf0\x59\x06\x4a\x29\xa5\x34\xa0\x2b\xcb\x52\x3a\x47\x08\xa9\x10\ \xe7\xe0\xb4\x31\x7e\x1c\x26\x84\x30\x4a\x01\x50\x08\x11\x86\x81\ \xb1\x16\x09\xe3\x9c\x70\xc6\x85\x10\x9e\xae\xe1\xd1\xa4\xe9\x74\ \xd2\xef\xf7\x95\xae\xad\x55\x51\x14\x11\x42\x93\x38\x89\xa2\x04\ \x11\x93\xb8\x21\x02\xd1\x68\x34\x38\x17\x51\x33\xdd\x58\x5f\xb9\ \x7e\xf5\xd5\xeb\x57\x5e\x7e\xfc\x81\x73\xa3\x83\xbd\x7c\x3e\xa3\ \x84\x22\x8b\xdb\x0b\x2b\x97\xaf\x6f\x95\x72\xda\x59\x5a\x0d\x92\ \x76\x1a\xa7\x0f\x9e\x38\x9b\x34\xbb\x45\x55\xc7\x61\x18\x04\xc1\ \xa0\x3f\x18\x0c\x0f\x57\xd7\x97\x82\x30\x62\x0c\x18\x23\x9c\xb3\ \x93\x27\x4f\x44\x51\xb4\xbb\xbb\xbb\xb9\xb9\x99\x65\x99\xb5\xa6\ \xaa\x4a\x6b\x6d\x1c\x47\x88\xa0\x94\x64\x8c\x56\x55\xe9\x9c\xbb\ \x57\x77\xbe\x67\xfe\x8e\x73\x0e\x91\x76\x3b\xdd\x79\x96\x07\x61\ \xc4\xb9\x38\x7d\xea\xcc\xdd\xed\x2d\xca\x58\x18\x86\x65\x59\xf4\ \x07\xbd\x5e\xef\xe0\x91\x87\x1f\x56\x5a\x97\x65\xb9\xd0\xed\xb4\ \xda\xed\x2c\xcb\xc6\xe3\x71\x92\x26\x0d\x91\x16\x65\xd1\x68\x35\ \xf3\xb2\x60\x94\x28\x59\x3a\x30\x85\xcc\xba\x4b\xed\xe1\x60\xe8\ \xa8\x6b\x35\x92\xfd\x59\x96\x34\x3a\x3c\x2f\x63\x11\xe2\x24\x2f\ \x5f\xba\xf5\xfe\xcf\xfe\xe2\x56\xbb\xda\x7d\xfe\xf9\xb0\xdd\xda\ \x73\x53\xe0\x8a\x8a\x90\xba\xb1\x33\x88\x8e\x58\x0d\x0e\x8c\x43\ \xeb\x40\x93\xd0\x39\x2a\x9c\x8d\xc2\x24\xe0\x92\x42\x59\x96\x95\ \x84\x42\xb1\x1a\x45\x0e\x2c\xc7\x48\x86\xb4\x49\xd7\xba\x2d\xea\ \x82\x67\xbe\xf4\xad\xcb\xd7\xb6\x5a\x6b\x27\x82\x30\x89\xa3\x64\ \x7d\x6d\x39\x8a\x02\x8a\x40\x66\x7a\xaa\x2a\x4d\xc9\x6c\x36\xe6\ \x94\xa5\x8d\x86\x26\xa8\xb4\x91\x52\x85\x41\xd4\x69\x26\xa3\xf1\ \x28\xaf\x54\x27\x89\x1d\x62\x2e\x2b\x1e\x47\xb3\xba\x0a\x45\x94\ \xd0\xb0\x98\xcf\x75\x3b\xe8\xcf\xb2\x0e\x62\x1a\xc4\x4a\x2a\x34\ \x06\x15\x74\x1b\xa9\xad\x24\x0b\xf8\x7a\x94\x6a\x77\xdf\xf7\x5e\ \xe2\x55\xda\xdf\xf8\xc6\x37\x66\xb3\x49\xb7\xdb\x15\x42\xbc\xf9\ \xe6\x95\x8f\x7f\xfc\xe3\x00\xc0\x18\xf3\xbb\xf3\x23\xf6\xce\x11\ \x12\x44\x38\xe7\x61\x18\x5a\xe7\xd0\x98\x0b\x17\x2f\x74\x16\x3a\ \x75\x59\x06\x41\x48\x19\x4a\x5d\x49\x55\x37\x1a\x71\xa3\x95\x3a\ \xbf\x02\x77\x40\x7d\xd3\x04\xa0\x95\xdc\xdd\xde\xfe\xe6\x33\xcf\ \xbc\xf7\xc3\x1f\x7e\xe2\x07\x5d\xa7\xd3\x6e\xb7\x9a\xe4\x08\x81\ \x01\x46\x41\x69\x2f\xfa\x73\x0e\x9c\x43\x47\x8f\xd4\x7b\xee\x9e\ \xbb\xa8\x03\xaf\x3d\x42\xf0\x6d\x17\x20\x30\x4a\x2d\xa2\xb5\xda\ \xe9\xda\x54\x79\xae\x6a\x65\x75\x33\x24\x6f\xbc\xfa\xfc\xb7\xff\ \xee\xe7\x1b\x8c\x4e\xfb\xb3\x32\x57\x33\x67\xe7\x8c\x9c\x7f\xc7\ \xc3\x7b\xfd\x59\xd1\x5e\x7b\x5d\x66\x97\x92\x85\x9f\xb8\x53\xcb\ \xe6\x99\x7f\xd6\x1b\xef\xd3\x79\x95\xc6\x0d\xc4\xde\xd6\xfe\xe6\ \xe1\xe7\xed\xfa\xf2\x81\xad\x77\xf7\x0f\x55\x51\x51\x4a\x7b\xbd\ \xde\x6f\xfc\xc6\x6f\x70\xce\xb3\x2c\xbb\x71\xe3\x46\xbf\xdf\x87\ \xef\x25\xa7\xd8\x59\x21\xc4\x99\x33\x67\xda\xed\x36\x22\xfa\x05\ \x99\xdf\x60\xfa\x4d\x96\xa7\x47\x79\xd3\x2c\xdf\xec\xf8\xd2\x73\ \xcc\xe2\x49\xd3\x94\x10\x0c\x82\x20\xcf\x73\x04\x88\xc2\x90\x53\ \xc5\x38\x8f\x04\x47\x44\xeb\xac\x10\x81\xb7\x34\xf6\x1b\x68\x7f\ \xe7\x20\x04\xf3\x22\x9f\xcd\x67\x5e\xef\x76\xbc\x9c\x66\x8c\xbd\ \xfd\x55\x18\xa3\x41\x10\x23\x01\xff\xfb\x94\x65\xe5\x2d\xfe\x8a\ \xa2\xd4\xda\x78\x05\x25\x8f\x83\x8f\x7f\xec\xc3\xd7\xaf\x5d\x09\ \x43\xde\x6a\xa5\xc2\x2d\x4d\x18\xad\xa4\x89\x92\x84\xf1\xa0\xd9\ \xec\xb4\x79\x1a\xa7\x2d\xe4\x61\xb3\xd1\xd6\x65\xd5\x5a\x8b\x9b\ \x69\xc3\xe7\xdb\x10\xc4\xeb\x37\xae\x8e\xc6\x83\x77\xbd\xeb\xdd\ \xdd\xce\x62\x96\xcd\x29\xe5\x65\x59\xa6\x69\xb2\xb6\xb6\x36\x9f\ \xcf\x47\xa3\x51\x51\x14\xcd\x66\x73\x69\x69\x91\x73\x6e\xad\x89\ \xa2\xe8\x1e\x8f\xc9\x4a\xa5\xbc\x6a\xf4\x7b\x9f\xb3\xc0\x18\x9d\ \xe5\xf9\xfe\xc1\xfe\xc2\xc2\x82\xd6\x1a\x10\x1a\x8d\x46\x51\x16\ \xe3\xc9\xb8\xae\xeb\xbb\x5b\x5b\xdd\x6e\xb7\x28\x0a\xeb\x5c\x92\ \x24\xf3\xf9\x9c\x32\xe6\xa1\xa6\x38\x8e\xbd\x5b\x87\x94\xd2\xbb\ \xe8\x5a\x0b\x71\x9c\x34\x1b\x4d\x29\x95\x94\x1a\x11\x67\x59\x06\ \xc4\x52\xa2\x49\x40\x32\x6a\x28\x70\xba\x33\x2f\xfe\xe8\xea\x47\ \x7f\xe4\xf1\xcf\x75\x36\x55\x3e\x4f\xcb\x26\x04\x61\xc4\xd3\x40\ \xc4\x88\xd4\x22\x21\x94\x19\x67\x95\xd1\x40\xad\xb1\xba\xb0\xb2\ \xe2\xae\xd6\x16\x8c\x36\x55\x8d\xf3\x9a\x64\x32\xce\xa4\x18\x17\ \x51\x11\x34\x08\x81\xa4\xd5\xb7\xe4\xda\x9b\x6f\xf4\x26\xb3\x95\ \x8d\x93\x69\xd2\x5d\x5f\xd9\x10\xc8\xac\xac\xea\xc1\x94\x87\xa1\ \x41\x52\x4b\xd9\x6a\xb5\x5c\xda\xf0\x66\xa0\x59\x96\xf9\x75\x46\ \x51\x95\xf3\xf1\x84\x00\x2a\x63\x6e\x67\xd3\xd6\x42\x3b\x68\xa4\ \xd2\x68\x2c\x0c\xad\x64\x44\xb1\x18\xce\xc6\x3c\x69\x26\x8b\x68\ \x59\x3e\xa9\x8c\x52\x81\x83\x96\x16\x2d\xc6\x4d\xe5\x30\xd3\x0d\ \x17\xdc\x6f\x6e\x1f\x1e\xd9\x01\x38\x78\xf6\xd9\x67\x9e\x7d\xf6\ \x99\xe3\x2f\x34\x9b\xcd\x7b\x51\x13\x78\xdc\xf3\x1f\xa5\x1d\x78\ \x03\x30\xce\x23\xe7\x9c\x91\xed\x4e\xeb\xbd\xef\x7b\xcf\x17\xfe\ \xe0\x8b\x40\x48\x5d\xc9\x30\xe6\x3f\xf8\xa1\xf7\x3d\xfc\xf0\xc5\ \x47\x1e\x7d\x50\x6b\x49\xee\xed\x3c\x29\xa0\xd6\x5a\x97\xd5\xcd\ \xab\x57\x65\x59\xed\xef\xee\x72\x20\x8e\x90\x46\xbb\xc3\x38\xe3\ \xd6\x22\x58\xb4\xde\xa7\xd7\xa1\x57\x3b\x00\x52\xb0\xe4\xd8\xb4\ \xcb\x39\x0a\x08\xe8\xc8\x91\xeb\x33\x38\xe7\xb4\x71\x8c\x00\x3a\ \x83\x46\x21\x61\x8d\x80\x9e\x39\x77\x26\x08\xd8\x95\x17\x9e\xd9\ \xbc\xfa\x8a\xb9\x75\x63\x56\xd5\x39\xb8\xe6\xea\x6a\xb3\xd9\x5a\ \x59\x59\x89\x00\x37\x0f\x86\x6a\x61\xfd\xd9\x9d\x6b\x57\xf2\xfe\ \xc7\xac\x48\x76\x06\x9f\x08\x4e\xf4\x48\xd5\xd7\x65\xf3\xe4\xa2\ \x39\x45\xf6\x27\xe3\x6b\x87\xbb\x5b\xb3\xdc\x4f\x3b\xc6\x98\xd1\ \x68\xf4\xb7\xfe\xd6\xdf\xfa\x53\x62\xda\xef\xc1\xe3\x91\x28\xad\ \x7b\xbd\x9e\x3f\xce\x9e\x76\xe0\x5d\x47\x8e\x62\x7c\x01\x7c\x19\ \x3a\x7e\x15\x0f\x76\x78\x45\x91\x9f\xb9\x94\x92\x1e\xee\x39\x3c\ \x3c\x04\x00\xbf\xf4\xf1\x2c\x44\xa5\x54\xb3\xd9\x0c\xc3\xd0\xf7\ \x32\x41\x10\xf8\xed\xbb\xa7\x98\xfb\x5a\xe3\xab\x58\x92\x24\x7e\ \xd0\x2b\x8a\xc2\x7f\xde\x4b\x82\x09\x21\x94\x20\x22\xe1\x4c\x10\ \x42\x39\xe7\x65\x59\x39\x07\x88\x84\x31\xee\x9c\xbb\x76\xed\xfa\ \x0f\xbc\xff\x7d\x83\xfe\x48\x29\x93\xa6\xcd\x85\x34\x6d\xc6\xb1\ \x56\x9a\x8a\x28\x8e\xf8\xd9\x93\x6b\x16\xaa\xee\xf2\xda\x78\x5e\ \xa6\xcd\xc6\xee\x60\x54\x96\x45\x10\xa7\x84\x32\x63\xf4\xd2\xd2\ \x52\x10\xf1\xdb\xb7\x6f\x7f\xe9\x4b\x5f\x7a\xcf\xbb\xdf\xbb\xb0\ \xb0\xd8\xef\xef\x0c\x87\xe3\xfd\xfd\xfd\xd1\x68\xec\x97\x59\x4a\ \x69\xa5\xb4\xd6\x9a\x52\xe6\x37\xe8\x88\x3e\xe5\x4d\x1b\x6d\xee\ \xb9\xc2\x7d\xaf\x7a\x74\x54\x4a\x4d\xa6\x53\x29\x65\x55\x55\x22\ \x0c\xb8\x10\xd6\x59\x11\x04\x65\x55\xcd\xb3\x2c\x69\x34\xd6\x37\ \x36\xac\xd6\xfe\x90\xfb\xf4\x0f\xe7\x5c\x9a\xa6\xdd\x6e\x77\x6f\ \x6f\x2f\x8e\x63\xad\xcc\xa9\x93\xa7\x7b\x87\xfd\x2c\xcb\xb4\x36\ \x59\x96\xe5\x79\xc1\x18\xa7\x94\x95\x55\x85\x21\x31\x72\x8e\x20\ \x4a\x4a\x9a\x51\x33\x9d\xe9\xad\xdf\x7c\xf6\x89\x8f\x3e\xf1\xc8\ \x63\x4f\x3c\xff\xf4\xe7\x93\xa1\xa2\x4a\xb0\x06\x0d\x12\xce\x43\ \x8e\x4c\x20\x30\xe5\x9c\xb2\xcc\x39\xa7\xb4\x34\xce\xd5\x58\x60\ \x5d\x63\x59\x87\xd2\xc4\x06\x55\xa1\xdd\x24\xd7\x45\x05\x22\xad\ \x09\xed\x4d\x8a\xdb\x83\x43\x50\x74\xf5\xcc\x45\x0a\x41\xca\xd2\ \x66\x94\xe8\x79\x59\xce\x8a\xc0\x6a\x53\xe7\x43\x2d\x17\x16\x16\ \x86\xc3\xa1\x31\x66\x71\x71\xf1\xf8\x16\x64\xad\x95\x52\xb6\xd3\ \x06\x75\x30\x2a\xb2\x34\x69\x3b\x21\x66\x75\xd1\x69\x77\x18\x60\ \x3d\x9e\x69\x87\x8b\x2b\x0b\x86\x90\x98\x44\x58\x49\x53\x5b\x02\ \xa4\xd2\xca\x71\x36\xaa\xf3\x80\x73\x2b\x30\x73\xfa\xfe\xf5\x59\ \xf7\xc2\x46\x00\x28\xa2\xf5\x67\xb6\xb5\xb6\xae\xa5\x10\xc2\x4f\ \xc0\xc7\xd5\xe7\x9e\x92\xeb\xe8\xec\x17\x42\xc8\x5a\x31\x46\x7e\ \xfc\xc7\x7e\x74\x6d\x6d\x8d\xb3\xc0\x68\xb3\xbc\xb2\xd4\xee\x34\ \x6a\x99\xcf\xe7\x63\x44\xc7\x38\xd3\xd2\x38\x67\xc1\x18\x2b\x55\ \x7f\xff\x20\x9f\xce\xaa\x79\x76\xfb\xfa\x8d\x80\xd1\x4a\xaa\xa5\ \x95\x15\x1e\x84\x4c\xe5\x68\x00\x01\xbc\x95\x3c\x38\x40\x74\xc4\ \x5a\x06\xe8\xe0\xa8\x03\x42\x40\x04\x07\x16\x28\xf1\x7c\x1e\x04\ \x00\xc7\x90\x53\xe6\x18\x25\x9c\x87\x71\xb8\xdc\x6d\x9e\x58\x6c\ \x1e\xee\xef\xec\xdd\x78\x9d\x87\x6c\x79\x90\x59\x29\xd9\x42\x5c\ \xcc\x6c\x31\x3f\x30\x07\x5b\xcb\x1b\xe7\x3b\xc9\xd2\xa6\x73\x45\ \xbb\xb9\x35\x9b\x6e\xd7\x07\xab\xfd\xc3\x13\x2c\xb1\x04\x16\xce\ \x9f\x3a\x73\xf1\x01\x29\xe5\xd9\x73\x67\xed\x8d\x70\xe7\xc6\x9b\ \xa6\xb2\x44\x13\xaf\x90\xf2\xe5\xe0\x78\x0e\x3a\x86\x7b\xef\xb3\ \xd8\x5b\xeb\x81\x0c\x6f\x61\xa5\xd4\x51\x30\xa6\xff\xd8\x1b\xbf\ \xfb\xe3\x0c\x6f\x0b\x44\x3e\x6e\x79\x8e\x6f\x00\xcd\x66\x73\x6b\ \x6b\x2b\x4d\xd3\xa5\xa5\xa5\xc3\xc3\xc3\xb2\x2c\x3b\x9d\x0e\x22\ \x7a\xab\xe6\x24\x49\x36\x37\x37\xe3\x38\xf6\xcb\x20\xe7\xdc\xda\ \xda\x1a\x63\xcc\x27\xf9\xf8\x18\xbc\xc1\x60\x10\x45\x51\xbb\xdd\ \xf6\xbc\x0d\xbf\xd8\x66\x0c\x09\x75\x00\x94\x30\x42\x08\x01\x20\ \x93\xc9\xd4\x5a\x4b\x08\x65\x8c\x4d\xa7\xb3\xad\xbb\x3b\xa3\xd1\ \x54\x04\xd1\x60\x30\x2a\x8b\xaa\xd1\x69\xac\xae\xae\xf6\xf6\xf7\ \x65\x55\xc4\xdd\x8e\xae\x39\x0b\x83\x6e\xab\x39\x99\x65\x75\x59\ \xb4\x1b\x8d\x97\x5e\x7c\x91\xf2\xa0\xbb\xb8\x14\x44\x61\xab\xd5\ \x72\x00\x67\xce\x9c\xbe\x79\xf3\xd6\x1f\xfd\xd1\xd7\x82\x20\x18\ \x0c\x86\xde\x57\x57\x6b\xd3\x6e\xb7\xdb\xed\xb6\x37\x09\xf3\x87\ \xc2\x6b\x47\x9c\x73\x00\xe8\x1c\xf8\x9e\xeb\xfb\xe3\xbf\x43\x08\ \xe1\x9c\x47\x71\x14\x25\x89\x08\x82\xeb\x37\xae\x3b\x00\x2e\xc4\ \xe1\x60\x50\x16\xc5\xa9\xd3\xa7\x38\xe7\xf2\xde\xca\xb0\xd5\x6a\ \x21\xe2\x64\x32\xf1\x6d\xaa\x5f\xf7\x66\x79\x2e\xb8\x50\x4a\x95\ \x65\x39\x1e\x4f\x28\x65\x8d\x46\x93\x07\x81\x75\xc0\x83\x10\x85\ \x8d\xd1\x05\x40\x15\x23\x10\x35\x1a\x63\x59\x6d\x0e\x67\x77\xfa\ \x0b\xef\x3e\x41\x5b\xb1\x99\x4d\x4c\xdc\xb6\x2a\xd3\x0a\x85\x00\ \x4e\x51\xa1\xb5\x88\x96\x11\x65\xb5\xb4\xd6\x1a\x9b\xcc\x4a\x92\ \xcb\xa0\xd0\x98\x29\x9b\x4b\x39\x2d\xab\x69\x01\x22\x48\xd7\x4f\ \x8c\x67\xae\x9c\xc0\xca\xd2\x59\x41\x82\x2a\x93\x4e\x3a\x2a\xd8\ \x74\x38\xa9\x66\xb3\x46\x14\x44\x2c\x1e\x0c\x06\x10\xf0\xa2\x28\ \x00\xa0\xd1\x68\xf8\xa5\x69\x14\x45\x79\x9e\x17\x45\x91\xa6\x29\ \x8d\x43\x70\x96\xbb\x00\x38\x27\x8c\xd9\xca\xcc\x06\xa3\x38\x89\ \xa1\x1d\x1e\xaa\x4a\x6a\xd5\x74\xad\xc9\xb0\xef\xea\x2a\x0a\x83\ \xdc\x54\x45\x68\x4b\x81\x33\x5d\x13\xce\x58\xcc\x7e\x60\x35\x21\ \xf7\x89\x71\xba\xe3\xe9\x89\x90\x23\x51\xa8\x3d\x52\x7e\xf2\xb2\ \x2a\x8f\xd3\x48\x8e\x2b\xce\xf1\x4d\xde\x7f\x5b\x10\x46\x95\xd5\ \xd2\xc8\xc7\x9f\x7c\x4c\xd6\xda\xaf\x60\xf3\x72\x6e\xad\x62\x82\ \x39\xe2\xa8\xd2\x88\x8e\x58\xe7\xac\x75\x52\x1d\xdc\xdd\x9a\x0e\ \x27\xaa\xb2\xf9\x74\xda\xdb\xdb\x5f\x5e\x59\x59\x5c\x5d\xe5\x22\ \x70\x75\x06\x16\xbc\x4d\x8c\xf2\x2f\xe1\xe9\x42\x7e\x0c\x07\xa0\ \x0e\x3d\x73\x10\x00\xa8\x05\xbf\x60\xb7\x04\x2c\x00\x41\x87\x88\ \x01\xc3\x46\x24\xb8\x95\xd9\x60\x7f\xb8\x7b\x27\x26\x92\x99\xba\ \xd9\x08\x40\x11\x68\x06\x25\x95\x3a\xcf\x9d\x26\xf3\xba\x5e\x3d\ \xf9\x10\xcd\xfa\xd9\x74\x1f\x42\xbe\x09\x35\x74\x96\xfa\x04\xb6\ \x26\x83\x45\x49\xcf\xbd\x91\x5f\x52\xd1\x02\x0b\xcd\x78\xa8\x9d\ \x05\x40\x63\xcd\xfb\xdf\xff\xfe\x57\x5e\x79\xc5\xbb\x4f\xf9\x3f\ \xdf\x73\x4c\xee\x7b\x9f\xe5\xc0\x21\x21\x8c\xb3\xe3\x5e\x52\x29\ \xe5\x23\x7d\x3d\x3f\xd0\x3f\xf9\x71\x69\xfb\x53\x8d\x95\x2f\xfa\ \xbe\x03\xe2\x9c\x2f\x2c\x2c\x08\x21\x46\xa3\x51\xaf\xd7\x4b\x92\ \x64\x71\x71\xf1\x88\xe7\x52\x96\x9e\xde\xe9\x8b\xa6\x9f\xe0\xfc\ \x0b\xf9\x4b\xe6\xca\x95\x2b\x8b\x8b\x8b\x5e\xa2\xe1\x23\x03\xfd\ \x88\xe7\x9c\x35\x06\x09\x39\x22\x13\x21\x52\x6b\xed\xe2\xe2\x62\ \x59\x56\x5a\x1b\x02\x64\xd0\x1f\xa5\x69\x13\x1c\xde\xbd\xbb\x2d\ \x95\x9d\xe7\x25\xb1\x1a\xea\x72\x32\x1a\x09\xce\x74\x59\x18\x59\ \x8e\xc7\x59\x96\x55\xbd\xfe\x50\xe1\xf0\xe2\x23\x8f\xab\xba\xde\ \xd9\xdf\x3f\xe8\xf5\xad\xb3\x48\x08\xa3\x24\x08\x44\x55\x55\xb3\ \x69\xc6\x18\x0d\xc3\x98\x52\x46\x29\x23\x44\xfb\x40\xa4\x30\x08\ \x29\xa3\x9e\xba\x6d\xad\xed\x76\x17\xfc\x1a\xd1\xcb\x74\xbe\xcb\ \x23\xcf\xbe\x1b\x84\x5f\x1a\x3d\x18\x8d\xa2\x24\x41\x82\x55\x5d\ \x07\x61\x38\x9e\x4c\x94\x94\x67\xcf\x9d\xd5\xc6\x0c\x86\x43\x67\ \x8c\x6f\x3e\xf3\x3c\x6f\xb7\xdb\x7e\xde\x3b\x38\x38\xf0\x4d\x63\ \x18\x86\xb3\xd9\xcc\x68\xc3\x18\x5f\x58\x58\xf2\x51\x4f\xc3\xe1\ \x28\x6d\x34\x92\x66\x53\xea\xb9\xc9\x67\x96\xd0\x9a\xd1\x59\x5d\ \x3b\xe4\x82\x44\x84\x84\xb4\xd1\x22\x8c\x58\xa9\x4d\x3d\xb7\xdc\ \xb1\x00\x54\xa5\x03\x66\x35\x65\x24\x08\x2d\x62\x5e\xcd\x95\xd1\ \x5c\xeb\x30\x97\xa1\xa5\x44\x49\xaa\x51\x56\xd6\xf5\x67\x7c\xae\ \xce\x9d\x7f\x44\x88\xd6\x3c\x9b\x59\xc9\xea\x59\x15\xa4\x41\x83\ \xa6\xa5\x2b\x39\x50\xde\x48\x19\x01\x42\xa1\x76\xce\xc6\x02\xed\ \xd1\xcd\xca\x57\xd8\xa5\xa5\x25\xcf\xe0\x6a\xb5\x5a\xbd\x5e\x2f\ \x6c\xc4\x44\x70\xe2\x8c\x20\x1c\x2a\xa3\xe7\x4a\x83\x39\xff\xce\ \x47\x9f\xfc\xb1\x8f\x4d\x42\xb7\x39\xdc\x0b\x6f\x8d\xd0\x98\x3c\ \x9f\xd6\xa6\x1e\xaa\xf9\xbe\x9c\xf3\x84\x9d\x3d\x79\x32\x6d\xb7\ \x79\x20\xce\x9c\x7c\x4c\x55\xf2\xfe\x55\xa1\x00\x8c\xd1\x6e\x77\ \xe1\xec\xd9\x33\xbe\xc1\xb9\x7a\xf5\xaa\x3e\xf2\xdc\xa5\x6f\xa7\ \xae\xbd\xbd\xf7\x39\x7e\x88\x20\xd4\xda\x58\x6b\x01\xad\xb1\xc6\ \x38\x4d\x28\x3a\x20\xce\xa2\xb5\xce\x81\xa5\x88\xca\x68\x0e\xb0\ \xdf\xeb\xed\xdf\xdd\x32\x65\xc5\x00\x26\xfd\x7e\x31\x9f\xdb\x85\ \xc5\x85\xc5\xe5\x30\x8a\xeb\xe9\x10\x01\xc0\x00\x05\xb4\xbe\xd6\ \x38\x0b\xfe\x06\xe7\xd7\xf7\x04\xee\xd1\xf4\x1c\x02\x10\x04\x46\ \x89\x45\xd0\x60\x29\x00\x45\xc7\xc0\x98\x3a\xaf\xc1\x1c\x66\xc3\ \x7a\x3e\x8c\x40\xc7\x01\xc7\x30\xb0\x4e\xd8\x80\x34\x9a\x41\xb7\ \x9b\x92\xca\xea\xcc\x90\xe9\xde\x5a\x20\xbb\x66\x3a\x2c\xe1\xa1\ \xc7\x1f\xfe\xc0\x3b\x9f\x0a\xd3\xe4\xf2\x60\xbb\x67\x8a\xe1\x28\ \xbb\xb6\x39\x6d\xec\x1e\xa8\xd9\x74\xc3\xc0\x3e\x38\x1a\x86\x17\ \x2e\x5c\xb8\x7e\xfd\xfa\x99\x33\x67\x9a\xcd\xa6\x94\x72\x34\x1a\ \xdd\xb9\x73\xe7\x7b\xc1\x77\x00\x80\x33\x96\x26\xa9\xaf\x02\x9c\ \x73\xaf\x99\xf0\x04\x7d\x7f\x9c\xfd\xa5\x75\x8c\x2e\xbf\x7d\xb7\ \x75\x3c\xea\xfa\xf2\xe1\xb3\xb7\x26\x93\x49\xb7\xdb\xbd\x78\xf1\ \xa2\x31\x66\x7f\x7f\xbf\xd9\x6c\xb6\xdb\x6d\x3f\xc8\xcf\xe7\x73\ \xbf\x0f\xf2\x15\xc7\xeb\x2d\x01\xe0\xdc\xb9\x73\x6f\xbe\xf9\xe6\ \x43\x0f\x3d\x14\xc7\xb1\x52\xca\x4b\xc3\x8e\x24\x20\xd6\x31\x46\ \xef\xad\x3b\xdd\x3d\xa3\x02\x04\x87\xa3\xc9\x78\x6f\x6f\xf7\xd3\ \x3f\xf9\x99\xd9\x74\xfe\xc2\x0b\x2f\x37\x04\x1f\x8c\x67\x55\x86\ \x32\x9b\x45\x82\xa2\x36\x5b\xdb\x9b\x00\x98\x55\x75\x6d\xc8\x64\ \x3c\x33\x2c\xb4\xce\x2d\x2c\x2c\x1e\x0c\x46\x52\x4a\xe3\x2c\xe7\ \x6c\x36\xcb\x04\xe7\x52\x4a\x67\x31\x8e\x23\xdf\xd3\xd5\xb5\xf4\ \xdc\x11\xce\x39\x41\xe6\xb5\x79\xce\x81\xd1\x0e\x00\x9c\x45\x44\ \x12\x06\xdc\x68\x47\xe9\xf7\xcb\xe7\x14\x20\x4d\x92\xf5\xf5\xf5\ \x93\xa7\x4e\x6e\x6d\x6d\x39\x00\xa9\x54\x5d\xd7\xe7\x2e\x9c\x8f\ \xe3\xb8\xd7\xeb\x31\xc6\x08\x63\xed\x76\xfb\xf4\xe9\xd3\x77\xef\ \xde\xcd\xf3\xbc\xdb\xed\x7a\x82\x63\xa3\xd1\x50\x4a\x39\x00\xad\ \x4c\x1c\x46\x9d\xce\x42\xaf\xdf\x9f\xce\xe7\x2b\x6b\xeb\x3f\xf7\ \xa9\x1f\xf9\xb3\xff\x9b\x9f\x03\xc0\x3b\x9b\xd7\xfe\xee\xdf\xfc\ \x0f\x54\xa6\xc2\x46\x44\x29\xa9\x04\x96\xcd\xb0\x68\xf2\x5c\x4b\ \xa0\x11\x18\xd1\xcd\x6a\x6e\x49\x60\x99\x13\x5a\x18\x4a\xe3\xc4\ \x2a\x5b\xca\x3a\xb6\xd6\x58\x5d\xcb\x8a\xf1\x60\x3e\x9a\x24\x06\ \x74\x51\x17\xbd\xa9\x3a\xc8\x7e\xe4\x9d\x1f\x6a\x16\x62\x76\x75\ \x0f\xa6\xf5\x22\x5b\xa0\x61\x2c\x2b\xa3\x4d\xc1\x1d\x99\x8f\xc7\ \x84\x91\x30\x09\x59\x12\x6a\xab\xd1\xc5\x38\x29\x07\x83\x41\xa7\ \xd3\xf1\xb7\xa9\xc9\x64\xd2\x6a\xb5\xc2\x30\xb4\xd6\x2e\x74\xbb\ \xb9\xae\x1d\xa1\x88\xe0\x94\x16\x12\x12\x89\x36\xe0\xaf\x5f\x7e\ \x5d\x5f\x5a\x5e\xfc\xa1\xc7\xbb\xef\x7a\xe2\xa4\xc3\x88\x70\xa3\ \xeb\xda\x54\xb9\xab\x87\xf5\x4c\x11\x14\x22\xb4\x99\xba\xfe\xe6\ \xd5\x83\xde\x2e\x39\x75\x1e\x8c\xbe\x2f\xac\xe1\x28\xe1\xe8\xb3\ \x9f\xfd\x99\xc7\x1e\x7b\xc7\xc2\x42\x37\x8e\xe3\xbf\xff\xf7\xff\ \x9e\x94\x8a\x51\x76\x3c\x4a\x1c\xcf\x59\x6f\x47\x7c\xac\xb5\x88\ \x14\x09\x43\x02\xce\x3a\x24\x04\x9c\xf6\x74\x2c\xb0\xe8\x80\x38\ \xa0\xd6\xd6\x14\x49\x25\x95\x2a\xf2\xfd\xbb\x5b\xd5\x3c\x63\xda\ \x26\x14\x27\xfd\x61\x35\x9b\x03\x60\x67\x61\x91\x52\xc6\x18\x41\ \x69\xa9\x57\x81\x21\xb1\x68\x91\x20\x05\xe7\x1c\xd8\x7b\x24\x23\ \x74\x96\x12\xe2\xc1\x45\x02\x08\xce\x11\xe2\x04\x41\x8a\x96\x82\ \x03\x6b\x41\xab\xda\x1a\x02\xda\xd5\x15\x73\x86\x3b\x5a\x05\xce\ \x12\x8a\x60\xf5\x2c\x47\xa9\x88\x71\x04\x58\x5d\x4e\x8c\x94\x0f\ \xae\xa7\xf1\x89\x93\x9d\x8f\x7c\x64\xdd\x44\x2d\x4d\x1e\x3c\xf9\ \xc4\x36\xa9\x77\xd6\x27\xfb\xf1\x66\xcf\xde\xb2\x2a\xeb\xce\xa1\ \x0f\x70\xe2\xf4\xe9\xd3\xa7\x4f\x2f\x2e\x2e\xfe\x47\xff\xd1\x7f\ \x44\x08\x99\x4e\xa7\x7b\x7b\x7b\xff\xe0\x1f\xfc\x83\xbb\x77\xef\ \x7e\x0f\xa6\x5f\x4e\x08\xd1\x6e\xb7\xfb\xfd\x7e\x59\x96\xc7\x4a\ \x60\x7f\x54\x8f\xb7\x57\x7e\xa0\x3b\x76\xc9\x38\xae\x38\xc7\xad\ \x96\x6f\xf9\x29\xa5\xad\x56\xab\xd9\x6c\x2e\x2c\x2c\x78\x22\x4c\ \x59\x96\x9e\xed\x12\xc7\x71\x18\x86\x5e\xe2\xe4\xe1\x1b\x1f\xe7\ \xb0\xbf\xbf\x7f\x70\x70\x70\xf6\xec\xd9\x87\x1f\x7e\xf8\xee\xdd\ \xbb\xa7\x4e\x9d\x5a\x5e\x5e\x96\x52\x7a\x9c\x94\x10\x62\xad\xd3\ \xda\x00\x58\x42\x8e\x50\xa7\xaa\xaa\x11\x48\xab\xd5\xbe\x73\xe7\ \x2e\xe7\xe2\x89\xc7\x9e\xf8\xdc\xbf\xf8\x6d\x29\xf5\xb8\xc8\x6f\ \xdc\xda\x7a\xec\xd2\x05\x83\x7c\x92\x97\xcd\x24\x22\x88\x75\xad\ \x2c\x86\xb3\xbc\xde\x3d\x18\x1a\x2a\x16\xb6\xf7\x4e\x5f\xb8\x38\ \xaf\xea\x83\xc3\x43\xb4\x0e\xc1\x39\x6b\x9d\x73\x46\x1b\x4a\x39\ \x00\xde\xfb\xdb\x51\x08\x91\x24\x49\x10\x04\x08\xd4\x18\x6b\xad\ \xf1\x10\x8f\x31\x86\x31\xee\x4d\x11\xe2\x24\xe6\x5c\x7c\x1f\xea\ \x0e\x02\x58\x63\x76\x76\x77\xdb\xdd\x4e\x9c\x24\x2c\x08\x16\x97\ \x96\x86\xc3\xa1\xd4\x6a\x3c\x1e\x1f\x1c\x1e\x94\x55\xb5\xd8\xe9\ \x9e\x58\x3f\x21\x95\xdc\xdf\xdf\x1f\x0e\x87\x3e\x21\x73\x3e\x9f\ \x4f\xa7\xd3\xb5\xb5\xb5\xc5\xc5\xc5\xc3\xc3\xc3\x38\x8e\xad\x85\ \xf1\x78\xa2\x94\xfe\xc1\x0f\x7e\xe8\x2f\xff\xca\x2f\xbf\xe3\xd1\ \xc7\xf3\xa2\x04\x82\x0f\x3d\xfa\xd0\x6c\x67\xf7\x57\xff\xce\xdf\ \x4f\x80\x1a\xa9\x0e\x5c\xc5\x1f\xda\x68\x3f\x78\x8e\xe4\xb7\xd8\ \x7e\x1d\xf4\x4d\x9a\x32\x62\x09\xd6\x8a\x88\x90\x2a\x65\x8b\xdc\ \x11\x12\x31\x52\x96\x39\x35\xba\xc5\x83\xba\xd2\x6d\x96\x14\xc3\ \x61\x71\x30\x2a\x6f\xec\x7c\xe0\xf4\xe3\xab\x75\x3c\x7e\x7d\x7b\ \xa9\x0e\x56\xe3\xf5\xa9\x32\x28\x44\x33\x12\xda\x18\x65\x75\x29\ \x6b\xe4\x14\x05\x2b\x54\x75\x30\x1c\xd4\x55\xbd\x22\x1a\xab\xab\ \xab\x49\x92\x14\x45\xe1\x71\xbe\x34\x4d\xa7\xd3\xa9\x94\x32\x8d\ \x13\x14\x7c\xbb\xbf\x8f\x0a\x16\xe3\x4e\x40\x48\xab\xd1\xac\x74\ \xb5\x37\x19\x7e\xf9\x4b\x5f\x48\xdd\x76\xf3\xf1\xb3\x33\x3e\x61\ \xe0\x92\x58\x38\xab\x1c\x5a\xea\x90\xd5\x20\x46\xb2\x39\xc3\xfe\ \x1b\xb7\x8b\x15\x24\xe7\x19\x98\xfa\xbe\x89\x83\xde\xf1\xab\xd3\ \xe9\x9c\x3d\x7b\x36\x49\x92\x24\x89\x8d\xd1\xf6\xde\x0d\xf6\xb8\ \xd5\xff\xd7\x4b\x8f\xef\x48\xfc\xc5\x72\xb4\x29\x07\x87\xd6\x8b\ \x35\x29\x22\x25\x48\x0a\x59\x08\x46\x77\x7b\xfd\xbd\xad\x6d\x5d\ \xd6\xa0\x4d\x1a\x8a\xe9\x70\x34\x19\x8e\x28\x21\x49\xb3\x19\x25\ \xa9\x72\x84\xa0\x25\x80\x47\x3b\xf2\x7b\xfc\xc0\x23\xfe\x32\x1c\ \x51\x76\xe0\xde\x56\xcd\xa3\xe1\x08\x40\x89\x23\xe0\xc0\x68\x47\ \x94\xd5\x08\x14\xbd\x55\x18\x45\x40\xeb\x2a\x57\x11\x12\xc4\x8e\ \x32\xc5\x2c\xf0\x8a\xd2\x92\x62\x66\x4d\x49\xc9\x99\x87\x2e\x9d\ \xb9\xf0\xe0\x0c\x59\xc4\x51\x4a\x99\x48\x76\xc1\x05\xa7\x70\xb9\ \xbe\xb0\x3c\xde\x78\xf0\xf6\xce\xe6\x0b\x2f\xbf\x54\xdd\x3c\xe8\ \xb6\xda\x27\x4f\x9e\x0c\x82\x60\x63\x63\x23\x08\x82\x83\x83\x83\ \x7e\xbf\xff\xf6\xe3\x70\x9f\x93\x16\x62\xa7\xd3\xf1\x76\x22\xbe\ \xe5\xf1\x98\xcb\xb1\x2d\xc6\x31\x9c\xe4\xe5\x5a\x7e\x0a\x3b\x6e\ \x39\x3d\xf7\xef\x78\xf9\xa5\x94\x6a\x34\x1a\x00\x70\xf3\xe6\xcd\ \xa2\x28\x3c\x20\x35\x1e\x8f\x3b\x9d\xce\xe2\xe2\xa2\x87\x44\xb5\ \xd6\x8d\x46\xe3\xe4\xc9\x93\xd3\xe9\x74\x6b\x6b\x4b\x6b\xfd\xc2\ \x0b\x2f\x5c\xba\x74\xe9\xe1\x87\x1f\xb6\xd6\x56\x55\xe5\xbb\xa1\ \xb7\xf1\x86\xd0\x18\x2b\xa5\xf4\x4c\x62\x04\x12\x45\x91\xb5\xae\ \xdf\xef\x2f\x2e\x2e\x35\x92\x74\x67\x6b\x87\xf3\x40\x5b\xfb\xd6\ \x8d\x3b\x9c\xf3\x47\x1e\xb8\x10\x30\xc8\xa6\x63\x04\x1b\xc4\xad\ \xda\x89\x97\x5f\x78\x61\x5e\x54\x86\xf2\x97\x5e\x79\xfd\xf1\xf7\ \xfe\xc0\xe3\x8f\xc7\x07\x5f\xfa\x82\x08\xb8\xaa\xab\x30\x0c\x38\ \x17\x4a\x29\x8f\x4b\x22\x82\x31\xce\xff\x2d\xde\x38\x49\xd6\xc6\ \x2f\xcb\x29\xe5\x8c\x1d\xdd\x1a\xfd\x31\x01\x47\xbf\xcb\xa3\xfc\ \x9d\xf1\x1d\xc6\x58\x77\x71\x21\x4d\xd3\x83\x83\x83\xf9\x7c\xae\ \x94\xea\x0d\xfa\x71\x1c\x53\x4a\x2d\x38\xaf\x7b\xee\x74\xda\xb7\ \xef\xdc\xd9\xdf\xdf\xaf\xeb\x7a\x75\x75\xd5\xcb\x82\x3b\x9d\x4e\ \xa3\xd1\x28\x8a\x62\x36\xcd\x16\x16\x17\xe7\xf9\x74\x79\x65\xf9\ \x27\xff\xcc\x4f\x7d\xf0\xc3\x1f\x4e\x1a\xad\xb7\xae\x5d\x43\x42\ \x4e\x9c\x38\x51\x3b\xf7\x63\xbf\xf0\x4b\xdf\xfc\xa3\x6f\x3f\xfb\ \xe6\x6b\x71\xbb\x91\xc5\x6a\xe5\xbd\x67\xab\x84\xe6\x5f\xbf\x23\ \x7f\xf7\x72\x48\x83\x43\xaa\x3a\xe7\x37\x84\xe0\xce\xd2\xaa\xd6\ \x91\x88\xad\xb3\xa0\xac\x60\x7c\x5e\x15\x74\x52\xb7\xee\xe4\xd3\ \x3c\xd3\xb3\x79\xb9\x7d\x78\xa9\x7d\xe2\xe7\x3f\xfe\x99\x2f\xfe\ \xe3\x7f\xb1\x8a\xcd\xc8\x12\x39\x92\x32\xb4\x93\x7c\x9a\x84\x11\ \x63\x2c\x8a\x03\x94\x5a\x49\x69\x35\x3a\x4e\xac\x32\xcb\xdd\x25\ \x56\x69\xcf\xfb\x6e\xb7\xdb\x49\x92\x10\x42\x7a\xbd\x9e\x47\xfb\ \x7a\x45\x11\x85\xdc\x8c\x67\x69\x77\x51\x51\xb2\x9b\x4d\x16\x58\ \x1c\x51\x5c\x4e\x9a\xf9\x78\x32\x7f\xed\xc6\x83\x97\xce\xc0\xd9\ \xce\x34\x9b\xcc\x88\x44\x62\xad\x35\xb1\x61\x90\xd5\x6b\x34\x4e\ \x26\x45\x7e\x6b\xd2\x6c\x7c\x97\x00\xff\xbf\x89\xc3\x70\x2f\xac\ \xef\xd7\x7e\xed\xd7\xbe\xf2\x95\x2f\x03\x38\xc6\xd8\x9d\x3b\x77\ \x3e\xfb\xd9\x9f\xf1\xb1\x5c\xc7\x48\xea\xf1\x07\xc7\xd7\x83\x47\ \x5e\x9c\x45\x42\x9c\xc7\xa4\xa9\x9f\x11\xd0\xc7\xfd\x59\x04\x8a\ \x04\xb5\x94\xc4\xea\xad\xcd\x3b\xd3\xd1\x18\x94\x21\x0e\x38\xa2\ \xd1\x6a\x6f\x77\x1b\x1c\x50\x26\x16\x97\x97\x87\x57\x5f\x67\x04\ \x88\x05\xf4\x95\xcc\x2b\x41\xdf\xe6\xde\x6a\x11\x08\xf8\xae\xe6\ \x08\xfa\x39\x72\xfc\xd2\xce\x39\x0d\x14\xac\xa2\x16\x29\x23\xdc\ \x3a\xeb\x9c\x03\xe2\xdd\xc2\x6a\xaa\x4c\xa4\x63\xae\xc3\xdc\xb1\ \x2c\x08\xb7\x9d\x1e\x12\x7b\xfe\xe1\x0b\xab\xe7\x1f\xe0\x54\x2c\ \xa1\x1d\x09\x5b\x77\x92\x5a\xf3\x60\x20\xd7\xc2\xd6\xc2\xfa\x1a\ \xd9\xe8\x3c\x8e\xe5\xfa\x93\x0f\x9f\xf9\xd6\xe5\xd3\xab\x67\x56\ \x57\x57\x6f\xdf\xbe\xfd\x4b\xbf\xf4\x4b\x3e\xdb\x67\x3e\x9f\xef\ \xed\xed\xc1\xf7\x90\x53\xec\xfd\x95\x7d\x29\xf1\x28\x8c\xdf\x61\ \xfb\x51\xcb\x9b\x63\xf8\x16\xc0\x03\x0b\xc7\x15\xc7\xe3\xcd\xd6\ \x5a\xe7\xac\x9f\x89\xfc\x27\xab\xaa\x2a\xcb\x72\x61\x61\xc1\x37\ \xd4\xfe\xbc\x2a\x8a\x22\xcb\x32\x8f\x2e\x3b\xe7\x06\x83\xc1\xca\ \xca\x8a\x9f\xcb\x2e\x5c\xb8\x30\x99\x4c\x94\x52\xde\x52\xd2\x3f\ \x03\x7d\x9b\x79\xe8\x71\xb7\x55\xd7\x52\x88\x80\x51\x6e\xd1\x0e\ \x06\xa3\x9d\x9d\x9d\xe1\x70\x44\x08\x93\x55\xb9\xb4\xb8\xb0\xbf\ \xb3\x1d\x84\xb1\xb2\xfa\xf9\x97\x2e\x57\xca\x3c\xf6\xf0\xa5\xc6\ \xd2\x7a\x28\x98\x92\xe6\xa5\x6f\xbf\x71\x7b\x77\x90\x36\x5b\x49\ \xda\xe8\x4f\x66\x57\xaf\xdf\x78\xe8\xa1\x07\x5b\xad\x26\xa3\xe4\ \x60\x7f\x0e\x48\x7d\x4b\x27\xb8\x1f\x21\x01\xd1\x22\x12\x9f\x15\ \xe1\xbb\x6c\x5f\x82\x3d\x32\xe5\x0f\xda\xf1\x8e\xef\xbb\x2c\xf7\ \xec\x3b\x9e\xfc\x00\xd0\x6c\x34\x82\x30\x1c\x8d\xc7\xd6\x5a\xa5\ \x35\x65\xcc\x39\x87\x8c\x2a\xa9\x96\x96\x96\x1a\x8d\xc6\xe1\xe1\ \xa1\x97\xcc\x77\x17\xba\xfe\x0d\xeb\x76\xbb\x4a\xa9\x22\x2f\xa4\ \x92\x42\x08\xc1\xf9\x4f\x7e\xe6\x33\x3f\xfc\xc3\x9f\x4c\x1b\x0d\ \xce\xf9\xfe\xc1\x41\x9c\x26\x6b\xeb\x6b\x5c\xf0\x1a\x30\x68\x36\ \xfe\xfc\xbf\xfb\x57\x6e\xfe\xb5\xbf\x9a\x4d\x86\xf1\x83\xcb\xa7\ \x3e\xf6\xce\x5d\x35\xec\x3f\xfb\xa6\xf9\xca\xb8\xe2\xf0\xae\x93\ \xcb\xdd\x30\x9a\x96\x05\xc6\x76\x52\x57\x0a\xf7\xc3\x80\x5a\xad\ \xad\xac\x16\x1b\x71\x57\xd3\xf3\xb3\x68\x0a\xec\xcd\xdd\xc9\x6b\ \x6f\x8d\x7e\xe1\x6f\xfe\x95\x9b\x2f\x5f\xa5\xc0\x73\xeb\x24\xa5\ \x53\xe2\x5c\x40\x2a\x6b\xc3\x10\xeb\xb2\xc0\xda\x55\x65\xe1\x1c\ \xe6\x65\xce\xc2\x30\x76\x2c\x70\xa4\xbe\x87\xcc\x7b\xa2\xb7\x94\ \xb2\x28\x8a\x56\xab\x25\x84\xd0\xd6\xaa\x5e\xef\xd2\xd2\x89\x59\ \x48\xef\x4e\xc6\xa2\x19\x15\x96\xca\x2c\x8b\x80\x74\x0a\x35\xb9\ \xb2\x33\xff\xd2\x0b\xd0\x3c\xb7\xd1\x6d\xd5\x4e\xd6\x44\x4b\x07\ \x5a\x9b\xd0\x31\xaa\x58\x7d\x38\xa7\xfd\x3a\xb1\xc2\xde\x2f\xd4\ \x70\xaf\x7f\xc0\x7e\xbf\xdf\xef\x1f\xbe\x1d\xbc\xd4\xda\x50\x4a\ \x8e\xc9\x6c\x6f\x93\x26\xb9\xb7\xe3\x3b\x84\x20\xb1\xcc\xa1\x26\ \x84\x5a\x6b\x10\x08\x02\x05\x67\xc1\x11\x00\xaa\x95\xe6\x82\x1f\ \x6e\x1f\x6c\x6f\x6f\xe7\x79\x49\x94\x16\x04\xac\xb5\xe8\x60\x67\ \x6b\xdb\x18\xcb\x39\x5b\x5f\x5b\x7b\x53\x01\x8d\xa9\x55\x86\x52\ \xaf\x21\x3d\xca\x3f\x3f\x62\x49\xfb\xde\x07\xc1\x3a\x07\x16\xf0\ \xa8\xc3\x02\xe7\xc0\x1a\x00\x30\x5e\x3b\x61\xad\x33\x46\x1b\x63\ \x8c\xb5\x9c\x11\x40\xca\x40\xb2\x5a\x06\x8a\x47\xae\x59\x42\xd8\ \x53\x76\x3b\x0d\x36\xde\xf3\xc4\xd2\x03\x0f\x8c\x0a\xe9\x80\x44\ \x49\x69\x02\x26\x19\x2d\xc7\xe5\xe9\xb3\xeb\xcb\xef\x7c\x32\x6f\ \x87\x33\x59\xb4\x06\xf4\x13\xe2\x24\x6d\x0d\x47\x01\xb7\xc6\x68\ \xa5\xae\x5e\xbd\xfa\xf6\x83\x46\x09\x25\x48\xee\xdb\xe7\x14\x09\ \x61\x8c\xf5\x7a\xbd\xd9\x6c\x76\xe6\xcc\x19\x3f\x58\x29\xa5\xfc\ \xbd\xd6\xe3\x3b\x6f\xef\xaa\x8e\x6b\xdc\x3d\x94\x90\x46\x51\x24\ \xa5\xcc\xb2\x8c\x52\xea\x37\x53\x7e\x59\xe1\xb7\xa5\x61\x18\xfa\ \x27\x29\x8a\x62\x77\x77\xb7\xdb\xed\x5e\xb8\x70\xa1\xdd\x6e\xbf\ \xf6\xda\x6b\xe7\xcf\x9f\x5f\x5b\x5b\x6b\xb7\xdb\x75\x5d\xaf\xaf\ \xaf\xdf\xbd\x7b\x77\x30\x18\x74\x3a\xdd\x63\x45\xd8\xbd\xbc\x3d\ \x47\x88\xe7\x49\xb3\x3c\xcb\x27\x93\xe9\xc1\xc1\xe1\x74\x3a\xeb\ \x74\xba\x83\xe1\x70\xd8\x1f\x9c\x58\xdb\x78\xe5\xa5\x97\x09\x32\ \x00\x42\x78\xf4\xca\xeb\x6f\x4d\xa6\xb3\x47\x1e\x7a\x50\x30\xdc\ \xde\x39\x78\xeb\xd6\xbe\x48\xda\x95\xa5\x2a\xaf\x81\x92\x5b\xb7\ \xef\x9e\x3b\x7f\xae\xd3\xee\xe4\xd9\xd4\x6a\x05\x14\xb5\xd3\x00\ \x8e\x10\x74\xce\xf9\xad\xb9\x67\x2d\xf9\x91\x90\xf3\xd0\x67\xb1\ \x79\x12\x99\x07\x98\x8f\xcf\x43\x6f\xa7\xfb\x7d\xd0\x49\x38\xe7\ \x46\xe3\x71\xa3\xd1\x50\x5a\x57\x55\x05\x08\xd6\x18\xc7\x39\x23\ \xf4\xa1\x4b\x0f\x11\x42\x26\xe3\xf1\x64\x34\xf6\xd2\x38\x4e\xb9\ \xac\xeb\x34\x49\xda\xad\x56\x7f\x30\x28\xaa\x22\x8a\xa2\x4f\x7f\ \xea\x47\x7e\xfc\xa7\x7f\x3a\x4c\xc2\xde\x64\xac\xea\x3c\xe5\x74\ \xe3\xd4\x89\x46\xab\x69\xb5\x65\x16\x0e\xab\x92\x27\xd1\x3b\xdf\ \xff\xae\x1f\xfd\xf8\x0f\xff\xbd\x5f\xff\x07\x9f\xf8\xec\xcf\xe9\ \x53\xe9\xe6\x95\x97\x77\xbf\xf0\xc2\x13\xcb\xcd\x9f\xfd\xa5\x3f\ \xfb\xb1\xa7\x1e\xaf\xb2\xd9\xcd\xad\xad\x24\xee\xee\x95\x07\xb3\ \xa2\x80\xcc\x8d\x46\xfd\x88\x37\x2f\x36\xcf\xa6\x51\xe8\xa4\x7d\ \xfa\xca\x2b\x37\xbe\x70\xfd\x1d\xef\x7f\xf8\xfd\x8f\xbe\xe7\xd7\ \x5e\xfa\x2d\x65\xa1\x9f\x67\x9d\x74\x61\x61\x75\xa5\xac\x27\xcd\ \xa8\xa5\x95\xce\xeb\x32\x4d\x13\xc1\x03\xa3\x75\x48\x79\x12\xa5\ \x4a\x1b\xa8\x54\xa3\xd1\xf0\x82\x5a\xcf\x3d\x0b\xc3\x70\x6d\x6d\ \x6d\x36\x9b\x85\x61\x28\x18\x4d\x1a\xad\x62\x36\x1f\xe7\x26\x6c\ \xa4\x2c\x08\x29\x70\x8e\xd6\x14\x59\x0b\x82\xd4\x05\xbd\x6f\xbe\ \xd5\x83\xc3\x77\x7d\xec\x03\xf1\x4a\x34\x22\xda\x12\xed\x6a\xc3\ \x14\x9d\xf7\xc7\xc5\x76\x9f\x1a\x41\x68\x08\xf7\xc9\x1b\x44\xe7\ \xfc\x4a\xd2\x31\x46\xac\x05\x6b\xad\x6f\x33\x94\xaa\x38\x27\x6f\ \x6f\x70\x8e\xdf\xf5\x63\x75\x92\x73\xce\x80\x46\x67\x90\x18\x70\ \x48\x90\x10\x64\x8c\x80\x71\x92\x82\xe5\xa8\xb5\xab\x28\xa9\x19\ \xe8\xfd\xdb\xb7\xf2\xfe\x00\x95\x35\x16\x20\x20\x34\x62\x5c\x99\ \xbd\x3b\x37\x8c\x2e\x6c\x1a\xc7\xdd\x65\x89\xb4\x50\x36\x64\x80\ \xa8\x0d\x80\x21\x00\x16\x2c\x20\x3a\xc7\x00\x88\x43\x0a\x8e\x00\ \x80\x05\xf0\x01\x12\x04\x2c\x3a\x42\x90\x22\x39\xca\xfb\x76\x15\ \x18\x85\x84\x59\x59\xa1\x33\x00\xc4\x3a\x43\x65\x60\x8c\x1d\x51\ \x45\xf8\x78\x66\x5d\xc2\xc5\x27\x1f\x7b\x67\xe7\xd4\x52\xa9\x2b\ \xd7\x68\x65\x46\xc5\xd5\xa4\xa9\x49\x0c\x88\xa4\xf9\xc4\xa5\x87\ \x1b\x71\x60\xa7\x33\x26\x78\x19\x37\x77\x2f\x9c\xfd\xfd\xcf\xfd\ \xf6\x86\x5c\x2d\x79\x02\x62\x81\xa0\x21\x20\xb9\xab\x18\x21\xa5\ \x73\x86\x81\x61\xf7\xe9\xf2\xe8\xe9\xc8\x75\x5d\x2d\x2e\x2e\x4e\ \xa7\xd3\xf1\x78\xbc\xb8\xb8\xe8\x47\x09\x7f\xa5\x1d\x57\x76\x6b\ \x2d\x80\xb3\xd6\xf9\xd6\xe6\xde\x97\x00\x91\xf8\xa1\xe3\x18\x15\ \xf2\x13\x8a\x67\x00\x26\x49\x92\x24\x09\x00\x8c\xc7\x63\x6f\xa6\ \x71\xf6\xec\x59\x5f\x98\x7c\x9c\xb4\xc7\x6e\xc3\x30\x18\x0e\x87\ \xce\xd9\x4e\xa7\x4d\x08\x3a\x67\xef\xad\xf8\x3d\x6f\x09\x95\x52\ \x61\x18\xe5\x59\x7e\xf9\xf2\xe5\x7e\x7f\xb0\xb0\xb0\xd8\x6e\xb7\ \xa7\xd3\x99\xb3\x76\x7b\x7b\xfb\xd4\xa9\x53\x94\xd1\x20\x8c\xaa\ \xaa\x08\x93\x50\xcd\xcd\xcd\x3b\x5b\xbb\xfb\xfb\x46\x69\x63\x20\ \x48\x96\xa9\x23\x84\x52\x07\xc4\x28\x23\xb8\xf0\xae\xa6\x55\x59\ \x21\x41\x42\x88\xd2\x16\x9c\x03\x07\x5a\x29\xa5\xb4\x73\xe0\x37\ \x2d\x8c\x51\xad\x49\x2d\xeb\x40\x04\x49\x12\x7b\xbd\x98\x83\x23\ \xe9\x19\x20\x04\xf0\xfd\xca\xcf\x42\x54\x4a\xf9\xe2\x3d\x9f\xcf\ \x1b\x71\x3c\x1a\x8d\x04\xa1\x69\x10\xb6\xe2\x04\xb5\x99\xce\xc6\ \x81\x10\x4a\x29\xc1\x45\xcc\x83\xf1\x68\x6c\x8c\x39\x71\xf2\x64\ \x51\x14\x8c\xf3\x8f\x7d\xe8\x83\x1f\xf9\xd8\x47\x4f\xb7\xd7\xf6\ \xa6\xc3\x9b\xbd\xad\x95\x4b\xe7\x97\x37\xd6\x13\x1a\x0b\xe3\xc0\ \xda\xa2\xc8\x74\x59\x9a\x46\x53\x97\x9a\x30\xb6\x7e\x61\xc3\xfc\ \x85\x77\xbd\xf6\xf3\x67\x67\xd9\x1b\xc1\x17\xbf\xf1\x53\x61\xf3\ \xd3\x7f\xe5\xc7\x26\x4b\xe9\x1f\xdd\xbc\xda\x09\x13\xd2\x8a\x3b\ \x4b\xcd\x46\x13\xd1\x69\xc1\x39\x90\x07\x81\xf2\x5a\xeb\xdb\xb7\ \x0f\xbf\xf2\xad\xeb\xff\xea\x9b\xcf\x2a\xab\x4f\xfc\xe0\xfb\x6c\ \x77\xa3\xd2\xb4\x41\xa3\x30\xb4\xb1\x33\x6c\xd2\x33\x00\xca\xb9\ \xe1\xe1\x20\x8e\xe3\x2c\xaf\x28\xa5\x84\x73\x2e\x44\xdc\x6a\x4e\ \xa7\xd3\x2c\xcb\xa8\xac\xaa\xaa\xf2\x13\x96\x1f\x0c\x8b\xa2\xf0\ \x46\x6a\x8c\x52\x19\x05\xc3\xba\x00\xed\x96\x89\x48\x83\x78\x34\ \x1c\x8e\xeb\x32\x6d\xa6\x9c\x77\x89\x35\xb4\x3f\x5c\xff\x12\x1e\ \x6c\xbd\x75\xe9\xdf\xfe\x01\xbb\x4e\x86\xc5\x5e\xb3\xb4\x2b\x63\ \xa1\xb7\xf3\x6a\x4a\x74\xb8\x5e\xf3\x14\xef\x97\xaf\xec\x8d\x69\ \x10\x41\x1f\xcb\xbb\x1c\x00\x00\xe3\xdc\xab\xf2\x3c\xb8\xf0\xaf\ \xf7\xb7\xc7\xfe\xa7\x80\xf6\xb8\x1f\x42\x40\x4a\x28\x25\xd4\x11\ \x34\xe8\x10\x0c\x5a\x5b\xcc\x26\xc3\xc3\x43\x53\xd6\x68\x34\x63\ \xc0\x04\x75\xe8\xac\xb3\x87\x3b\xdb\x55\x91\x93\xf6\xd2\xe2\xf2\ \x0a\xe5\x5c\xdb\x1a\x09\x3a\x3c\x0a\x38\xc7\x7b\xff\xfa\xff\xbd\ \xf9\x98\x17\x7f\x22\x01\x73\x0f\x1a\xb4\xce\x21\xa0\x5f\xb7\x38\ \x63\x35\x1a\x63\x34\x3a\x00\x6b\x8d\x52\x04\x39\x01\x62\x19\x58\ \xd4\x94\xda\xd0\x11\x31\x9f\x34\xca\x8c\x87\x2c\xb7\xb9\x05\x44\ \x1e\x29\xc7\x8d\xe3\xef\x79\xdf\x07\xa2\x34\xb5\x95\x4c\x15\x8c\ \x27\xf3\xf5\xb3\x17\x9f\x7d\xe5\xea\xf6\xc1\x1e\x91\x55\xef\xe0\ \xd0\x68\x6b\x9d\xb4\xa0\x09\x00\x5a\x4b\x28\xd1\xca\x38\xbc\x7f\ \x5d\xa8\xe7\xe9\x74\x3a\x5d\xcf\x05\x39\x46\x94\xbd\x52\x29\x8e\ \xe3\x3c\xcf\xb4\x3e\xb2\xbc\xf2\x5d\x88\xaf\x08\xf7\x24\x44\x47\ \x45\xca\xfb\xb4\x21\xa2\x5f\xf3\x7b\x8a\x5d\x10\x04\x2b\x2b\x2b\ \x55\x55\xed\xec\xec\x78\xcf\x9a\xf1\x78\xec\xc9\x3e\x67\xce\x9c\ \x31\xc6\xf4\x7a\xbd\x34\x8d\xab\xaa\xdc\xda\xda\x96\x52\xc6\x71\ \xbc\xba\xba\x7a\x8f\x52\xee\x9c\xf3\xa4\x64\x44\xa0\x5a\x99\xc3\ \xc3\xde\x68\x34\xad\x6b\x79\x70\xd0\xf3\x06\x1d\x8c\x06\x59\x59\ \x6c\x9c\x3e\x49\x85\xb0\x04\x2c\x92\x4a\xea\x30\x6e\xc8\x5a\xe4\ \x4a\x81\x41\xce\x38\x05\x40\xeb\xac\x51\x02\x1d\x67\xa4\x11\x06\ \xb6\x92\x55\xa9\xe2\xa4\x9d\x15\xca\x29\x69\x4c\xa5\x2b\x49\x83\ \xc4\x8b\x76\x29\xa1\xd6\xb9\x56\xab\x05\x80\x8d\x46\xd3\xd8\xa3\ \xca\x6b\x8c\xb1\x60\x90\xa0\x60\x47\x13\xe8\x7c\x3e\x37\x4e\xe3\ \xf7\x01\xdf\x71\x8e\x31\x16\x86\xe1\x70\x38\x4c\x92\x84\x0b\x21\ \x95\xf2\x60\x98\x73\x6e\x69\x69\xc9\x18\x53\xd5\x75\x92\xa6\xe8\ \xa0\x96\x35\x63\x6c\x63\x63\x43\x04\xc1\x78\x3e\xfd\x77\xfe\xca\ \xaf\x3c\xf5\xee\x77\x95\x75\xf5\xf2\xf5\xeb\xe7\xcf\x9f\x7f\xef\ \xf9\xb3\x9d\x4e\x17\x0c\x01\x09\xce\x28\x8c\xe9\xd4\xd6\x77\xdd\ \x74\xd9\x8a\xb3\xc0\x4d\x04\x5f\x0b\x0f\x96\x3f\xf8\x68\x3c\x9f\ \xe1\xcb\xdb\xc1\xe6\xf4\xa9\xc7\x1f\x1f\x58\xfd\xda\xd6\x9d\x46\ \xe1\x9a\x1b\x27\x9b\xad\xf4\xf5\x37\x5f\x7f\xe8\xc1\x0b\x94\x09\ \x69\xdd\x74\x96\x59\x20\x5b\xbb\x3b\xbf\xfd\xdb\x5f\x7e\xfd\xda\ \x40\x05\x00\x5d\x72\xf2\xc4\x09\x6b\x8d\xb6\xda\x59\xed\x90\xd4\ \x4a\x8e\x47\x19\x4d\x12\x69\xcc\xb1\x8f\x81\x1f\x4d\x03\x4a\xf7\ \xf7\xf7\xfd\x06\xc1\x4b\x69\xa3\x28\x9a\xcf\xe7\x9e\x99\xee\x79\ \x8f\xd6\xda\xb2\xaa\xc2\x24\x8e\xa2\x30\x9b\x67\x59\x96\xd5\x75\ \xed\x89\x02\xfe\x80\x70\xce\x29\xa3\x1c\xa0\xb7\xb3\xff\xcc\xef\ \x7f\x25\x7d\x6c\xf1\xd4\x83\xeb\x74\x92\x99\x5e\x5d\x0d\x8a\xf5\ \xee\xf2\xa0\xc8\x8d\x94\xf0\x3d\x5c\x03\xbe\x7b\xff\xd0\x87\x3e\ \xf4\xc4\x13\x8f\xc5\x71\xc2\x38\xf9\x1f\x7f\xeb\xb7\x95\xd2\xde\ \x8d\xe1\x8f\xc5\xe8\xff\x73\x93\xda\xdb\x7b\x22\x20\x88\x84\x50\ \x00\xb4\xd6\x32\x8b\x83\xbd\xc3\xd1\x61\xdf\x48\x63\xb5\x0d\x09\ \xa0\x05\xab\x0c\xb5\xd8\x3f\x38\xcc\xe7\x79\xbc\xb8\xba\xb8\xb8\ \xc0\x18\xa3\x5a\x39\x00\x00\x83\x08\x78\x54\x78\x10\x3d\x3b\x10\ \x9d\x37\x18\xf4\xcd\xce\xdb\x04\x07\xde\x76\xce\x51\x72\x8f\x8c\ \x64\x80\x00\x50\x4e\xfc\x5b\x80\xc6\xd1\x23\x6d\x97\x65\x04\x29\ \xda\x5b\x2f\xbe\x76\xf5\x8d\x3b\x97\xde\xf5\xee\xf5\xf3\x97\xb4\ \x10\x63\x24\x8e\x8a\xe5\x53\xe7\x4d\xb3\x5b\x10\x22\x34\x14\xf3\ \xc9\x85\xf5\x8d\xe7\xbf\xf6\xad\x17\xff\xfb\xdf\x0a\xfa\xfd\xe9\ \x7c\x72\xfb\xf2\x4b\xcb\x0b\xcd\x9f\xfd\xd9\x9f\x5a\x5b\xea\x56\ \xb3\xc1\xf6\xdd\x5b\x7f\xf8\x95\x2f\x0f\xa7\x39\xd8\xfb\x3f\xe6\ \x1e\x92\x37\xc6\xac\xac\xac\x78\x75\xa8\xa7\x4a\x1d\xc7\x1c\xf8\ \x75\xa1\xdf\x7e\x1e\x2b\xb3\xde\xbe\xe7\xf2\xcb\x75\xbf\xa2\xf2\ \x0c\x66\xef\xfa\x7e\xbc\x20\xdb\xd8\xd8\x78\xe0\x81\x07\x6e\xdf\ \xbe\x9d\x65\xd9\x74\x3a\xf5\x93\x1a\xe7\xdc\x18\x73\xe9\xd2\xa5\ \x30\x0c\x37\x37\x37\xfd\x70\x77\x6c\xe9\xed\x25\xa3\xfe\xe4\x94\ \x52\x05\x22\xdc\xde\xde\xee\xf7\xfb\x0b\x0b\x5d\x00\x27\xa5\xce\ \xf3\x5c\x4a\x89\x08\xea\xde\x8b\xd6\x75\x9d\x26\xc9\x78\x3c\x4e\ \x93\xc4\x5b\xb8\x68\x29\xdf\xae\x5c\xb3\xce\x82\x75\xc6\x58\xeb\ \x1c\x63\x4c\x4a\x6d\x8c\x51\x75\x5d\xdf\x43\xb2\x8f\x4e\x30\x80\ \x38\x8e\x83\x20\x20\x84\x68\xad\x94\xb6\xbe\xe6\xfa\x43\x71\x6c\ \x3c\x74\xf4\xfd\x80\xdf\x9f\x39\xcb\xaf\x96\x85\x10\x45\x51\x78\ \x0d\xf4\x6c\x36\xf3\x48\x92\x3f\x88\x52\x29\xc6\x79\x91\x65\xaa\ \xae\xdb\xcd\x56\x1c\x45\x3b\xfb\x7b\x1b\xa7\x4e\x7d\xe8\x63\x3f\ \x74\xf5\xea\x15\xeb\xec\xf2\xca\xc6\xd9\x73\x17\x9d\xb6\xa3\xad\ \x5e\xb3\xdd\x61\x41\x80\x40\xc1\x60\x12\xc5\xed\x10\x17\x48\xa8\ \x66\xfd\xff\xa1\xf7\xe6\xf5\x8b\xac\x7b\xe6\x54\xfe\xdc\x9b\xee\ \x0f\x5f\x89\xee\x4c\x5e\x23\xd7\x66\x11\xe5\xe7\x36\xd6\xe3\xa8\ \xcc\xa7\xb2\x9a\x89\x80\x8f\xa6\x33\xca\x18\x10\x36\x2b\xcd\x95\ \xab\x57\xbf\xf8\x95\x6f\x6d\xde\x1d\x8b\x94\x41\x8b\xd7\x21\xa6\ \x49\x42\x19\xdd\x38\x71\xe2\xce\xde\xa8\x90\x55\xe4\xa8\x94\x32\ \x69\x36\xc1\xda\x30\x08\x8c\x31\xb3\xd9\xac\xdb\xed\x8e\xc7\x63\ \x3f\x9a\xfa\x7e\x61\x32\x99\xf8\x89\xdd\x83\x7c\xa3\xd1\x28\x8a\ \x22\xcf\x24\x94\x52\x4a\xa3\xbd\x99\x99\xff\xfe\x34\x4d\x9b\xcd\ \x66\x51\x14\xce\xb9\x79\x96\x11\x80\x84\xb2\x65\x9a\xbc\xf6\xc2\ \x8d\xfe\xc1\xc1\xba\x4e\x16\x79\x3a\xba\xb2\xd9\x28\x02\x94\xaa\ \x21\x82\x38\x10\xf7\xcd\xd9\xb7\xf7\xf2\x42\x3f\xf2\x91\x8f\x5c\ \xba\xf4\xe0\xfa\xda\xda\xd2\xf2\xc2\xee\xee\xae\xd7\xa0\x78\x8f\ \x91\xff\x19\x30\x0f\xff\xc4\x57\xf1\xd8\xc8\x0d\x2d\xfa\x45\xa9\ \x29\xab\xbd\xcd\xad\x72\x36\xa7\xd6\x5a\x87\x68\x9c\x55\x1a\x29\ \x49\x04\xaf\xb3\x6c\xd8\xeb\xa5\xe7\x2e\x36\x5b\xad\x30\x0c\xb1\ \xa8\x7c\xe0\xcc\x11\xe0\x74\xf4\xdf\xbd\x1e\x07\x8f\x58\x3c\x3e\ \x43\x02\xee\xc5\x5b\xfa\x78\x09\xeb\x00\x1d\x38\xeb\x2c\x5a\x70\ \x40\x1c\x70\x24\x80\x40\x2d\x50\xbf\x20\x53\x06\x28\x25\xa8\x4f\ \x26\xa2\x74\xfa\xe6\xd3\x5f\xdb\xbd\x7c\xf9\xe1\xf7\xbc\x9f\x3e\ \xf4\x70\x61\xc9\xe2\xfa\x49\x4c\x9a\xa3\xd1\xa8\xe9\xf4\x89\x95\ \xd5\xc1\x8d\x1b\x7f\xf0\x0f\xff\x61\x3a\xce\x4e\x83\xe1\x51\x04\ \xd9\xf8\xe4\x89\xc5\x9f\xff\xc5\x9f\xa5\x14\x0f\xb7\x6f\x5f\x7c\ \xf0\xdc\x4b\x97\x5f\x1f\x4e\x6f\x33\x7b\xec\x3b\xff\xbf\xd8\xe3\ \x91\x52\xca\x05\x97\x52\x22\xe2\xe1\xe1\x61\xb3\xd9\xf4\x7c\xbf\ \xb7\x6f\xcd\x8f\xc7\x28\xfb\x27\x1f\xc7\x75\xc7\x6f\xb2\x8e\xb5\ \x5d\xbe\x69\xf2\x55\x23\xcb\xb2\x3b\x77\xee\x9c\x3f\x7f\xfe\xd2\ \xa5\x4b\x37\x6f\xde\xf4\x4f\x52\xd7\x35\x00\x78\xc5\xf9\xc1\xc1\ \x5e\x96\x65\xbe\x45\xf2\x57\xf5\x91\xbb\x8d\x73\xce\x59\xbf\xa8\ \x36\x46\x2b\xa5\xa6\xd3\xe9\x7c\x9e\x31\xc6\xc2\x30\x00\x40\xa5\ \x54\x55\xd5\x87\x87\x87\x9d\x4e\xdb\x33\x8c\x6c\x60\x7d\x5f\x1c\ \x06\xc1\xb1\x2b\xee\x3d\xf3\x02\xb0\xc6\x39\xb0\x45\x91\x97\x65\ \x29\xeb\x7a\x9e\xcd\x95\xd7\xa0\xde\x9b\x25\xb5\xd1\xce\xa1\x31\ \x8a\xb1\xc6\x31\x1f\xd5\x5f\xf5\x7e\xaf\xf7\x76\xe2\x98\xbf\x88\ \x08\x21\xee\xfb\xd2\xef\x70\x21\x16\x16\x16\x06\x83\x81\x52\x6a\ \x71\x71\xd1\xdf\xf0\x3d\xf1\xc9\xef\xad\xea\xba\x66\x42\x08\x21\ \x18\xa1\x8c\xb3\x79\x9e\x53\xc6\x8c\x31\x77\x6f\xdf\x7a\xe8\x1d\ \xef\x28\x8b\x5c\xd4\xd1\xe4\x60\xba\x3f\x1f\x94\x56\x9f\x8f\x3a\ \x71\x00\x5c\x23\x80\xeb\xd2\xb8\xa5\x78\xff\x60\xf3\xe5\xe2\xfa\ \x9d\xc5\xb2\xb3\xbc\xbc\xfb\xca\xeb\xf3\x7f\xf5\x6c\xf3\xca\x41\ \xd0\x58\x7c\xb3\xd7\x3b\xbd\x78\xb1\xde\x1a\x6e\xeb\x0c\xd6\x56\ \x2a\xa9\x3a\xdd\x85\xbb\x3b\x7b\x0b\xcb\xab\x49\xb3\xf3\xed\x57\ \x5e\xff\xd6\xf3\x2f\x8f\x26\x75\xd8\x0a\x14\xb1\x44\x70\x60\x38\ \x9b\xce\x92\x30\x2e\x95\x94\xce\x30\x82\x55\x59\xaf\x2c\xaf\xcc\ \xb5\xaa\xeb\xda\x67\x2c\xf8\xdf\xdf\x5b\xff\xcf\xe7\x73\x4f\xdc\ \xf2\x83\x77\x5d\xd7\x5e\x18\xe1\xfd\x8c\x3b\x9d\x8e\x94\x32\x8a\ \x22\x87\x98\x15\xb9\x37\x1b\xf4\x47\x7c\x77\x77\x97\x31\xd6\x6c\ \x36\x27\xd3\x09\x05\x22\xb4\xab\x0b\x73\xa1\xb1\xb1\xb9\x79\x78\ \xb2\x58\x7a\xff\x23\x4f\x7c\xfd\xf9\x71\x39\x98\x71\x11\xc8\xba\ \x2e\xab\x0c\xc9\xfd\x2f\xb4\xfc\x5b\x70\xf9\xf2\xe5\x38\x8e\xc0\ \xd9\xfd\xc3\xdd\xad\xad\x2d\x42\xc0\x9f\xa6\xff\xc6\x7d\xd6\xbf\ \x09\xa1\x03\x44\xf8\x63\xf5\x00\x82\xc7\x77\x67\x83\xc1\xc1\xe6\ \x5d\x5b\xd5\x14\x1c\xa3\x80\x16\xfc\xce\x1d\x11\x65\x56\xde\xbe\ \x7e\xfd\xe4\x7b\xdf\xbf\xbc\xb4\xdc\x6c\x36\xcb\xf9\x90\x52\x20\ \x04\x0c\xfc\x71\xbf\x03\x80\x48\xdc\x9f\x78\x19\x9f\xe5\x65\x8d\ \xc5\x63\xb8\xf9\xa8\x2a\x11\xf4\x60\x8f\xf3\xcf\xcf\x29\x05\x0a\ \x00\x68\xd1\x82\x35\x04\x2c\x67\x0c\xad\xe3\x08\x22\x66\xd9\xac\ \x7f\xf9\x4b\x7f\x90\x6d\x6e\xbd\xef\x87\x3e\xb5\xda\x6c\x56\x55\ \x49\xc0\x46\x9c\x96\xa3\xde\xaf\xff\xea\x7f\xc5\x27\x7b\xe7\x44\ \x24\x42\xb2\xd5\xeb\xe9\x51\x4f\x66\xd3\xd7\x2e\xbf\xd4\xea\x76\ \x46\xfd\xfd\x9b\x57\xae\x8c\xc7\x13\x02\x08\xda\xc0\x7d\xc9\x53\ \x7c\xd6\xe8\x74\x3a\xa5\x84\xfa\xf5\xfc\x7c\x3e\x5f\x5c\x5c\x3c\ \x5e\xdf\x1c\x17\xf1\xb7\xc3\xf9\x7e\x10\x7b\xfb\x7b\x71\x4c\xea\ \xf1\xf2\x2b\xff\x55\x7f\x63\x33\xc6\xf8\x18\x86\xbd\xbd\xbd\x63\ \xcc\xc8\x67\x54\x00\xc0\xd5\xab\x57\x17\x17\x17\xd6\xd7\xd7\x77\ \x77\x77\xbd\x59\x7a\x59\x96\x8d\x46\x83\x1c\x3d\xa8\xd6\x5a\x88\ \x30\xcf\x8b\xfd\xfd\xfd\xd9\x6c\x46\x29\xf3\x6b\x26\xcf\x21\xe5\ \x9c\x8d\x47\xa3\x66\xb3\xb9\xbc\xbc\x7c\xe7\xce\x9d\xbc\xc8\xa3\ \x30\x92\x55\x25\xa5\xf4\x1c\xd4\xb7\x0f\xfd\xd6\x59\xa7\xcd\x64\ \x32\xa9\xca\xca\xb7\x17\xb5\x52\xd4\xd9\x63\x18\xdb\x1a\x0b\x84\ \x58\x6b\xa3\x28\xf4\x99\x19\xce\xb9\xa2\xac\xdf\xae\x44\xa1\xf7\ \x82\xc0\x94\x52\x55\x5d\xa9\xa3\x43\xf4\x3d\xf6\x3b\xce\x11\x44\ \xbf\xbd\x07\x80\xc1\x60\xe0\x87\xde\x3f\xf6\x5e\x73\xce\x13\x37\ \xcb\xaa\x62\x84\x8a\x30\x8c\xa2\x08\x28\x19\x4f\x27\x7f\xfb\xef\ \xfc\xed\xbf\xf5\x5f\xfe\xdf\xca\xaa\x1a\xee\xf5\x82\x56\x2a\x3a\ \x8d\x56\x33\xc6\x50\x48\xab\x09\x3a\xca\x68\x31\x9f\x0f\xf6\xf6\ \x37\xc9\xc1\x5b\xeb\xe5\xdc\x66\xd7\xbf\xf4\xb5\xd1\x57\x5e\x59\ \xdf\x2a\xe4\xbc\x7a\x76\x74\x43\x0a\x16\xee\xf7\xce\xdb\x46\xbc\ \x40\x2a\x55\x72\x1e\x5a\x24\x6b\xa7\xcf\xd4\x86\x7c\xf9\xe9\x6f\ \x3f\xfd\xdc\x8b\xca\xd1\xf6\xe2\x52\x94\xc6\x96\x99\x71\x5d\x94\ \x75\xbe\xb3\xb9\x15\x87\xf1\x23\x4f\x3c\xba\x73\xf5\xa6\x31\x8a\ \x39\x24\x8c\xaa\xaa\x14\x9c\x7b\x07\xac\x34\x4d\x95\x52\x49\x92\ \x78\xd0\xca\x63\xe1\xc7\x8b\xc0\xf1\x78\xec\x8d\x45\xbc\x7e\xef\ \x28\x54\x00\x40\x08\xe1\xcf\xb9\x3c\xcf\x7d\x94\x92\x2f\xf3\x61\ \x10\x12\xc0\x80\xe3\x24\x9f\xa2\xc1\x13\x6c\xe9\x1d\xed\x4b\xa7\ \x83\x93\x3f\xf4\xee\x4f\xfe\xde\xef\xfc\x0e\x84\xa4\xb6\xb5\x23\ \x0e\xef\xf3\x02\xc0\x5a\x4a\x7f\x93\xf9\xdc\xe7\x3e\xf7\xb9\xcf\ \x7d\xee\xf8\x4b\xbf\xf2\x2b\xbf\x22\x04\xaf\x65\xed\x53\xc0\xdf\ \x4e\x69\xfb\x13\x82\x09\x04\xef\x30\xf5\x76\x05\xe3\xbd\xe9\xc0\ \x14\x79\x7e\xfb\xcd\x2b\xf3\x7e\xbf\x9c\x54\xdc\x02\xb3\x60\x01\ \x40\x3b\x87\xce\xe9\xba\xd4\x70\xf3\xea\xd5\x8f\x51\xba\xb0\xd0\ \x8d\xc3\x70\x30\x73\x51\x0c\x06\x40\x01\x18\x07\x68\x1c\x80\x71\ \x47\xdc\x22\x00\x07\x84\x38\xb4\xe0\xc8\x11\x85\xd5\x21\x38\x74\ \x04\x81\x20\x20\x02\x23\x00\xdc\x11\xe2\xc0\x81\x43\x67\x6c\x45\ \x05\xa9\x0d\x00\x3a\x8a\x0e\x0c\x10\x00\x46\x6b\x4a\x11\x1c\x04\ \x84\x72\xe6\x42\x25\xcb\x1b\x6f\x3d\xbb\x7f\x38\xd9\x39\x78\xf7\ \x27\x7e\x74\xfd\xe4\x9a\x99\x0f\x7e\xf5\xff\xf1\x5f\xec\x5c\x7e\ \xe6\x74\x1a\xd3\x99\x6c\x69\x45\x32\xd8\x7c\xe3\xf2\xe5\x2b\x37\ \xbf\xf9\xed\x17\xfe\xd4\xd1\x93\x65\x79\x7f\x31\xad\x88\x58\x57\ \xd5\x74\x32\xdd\xd8\xd8\xa8\xeb\x7a\x6f\x6f\xcf\x33\x48\x8f\xdb\ \x19\x4a\xa9\x5f\xf4\x1c\x0f\x65\x6f\x47\x76\x8e\x3f\xff\xf6\xba\ \xe3\xdf\x1a\xaf\xf3\x42\xc4\x56\xab\xb5\xb6\xb6\x76\x78\x78\x78\ \x70\x70\xe0\x31\xe6\xe3\x1f\xf7\x2d\x0f\x22\xa4\x69\x7a\xfe\xfc\ \x79\xe7\x9c\x37\xbb\xf1\xcd\x97\x17\xe0\x6a\xad\xc3\x90\x0e\x87\ \xc3\xf1\x78\xec\xef\x85\x4a\x29\xe7\xd0\x1b\x83\x21\xba\xfd\x83\ \x83\x5e\xaf\xbf\xb2\xb2\x72\xe7\xce\x1d\x82\xc4\xfb\x43\x2b\xa5\ \x04\xe7\x4c\x04\x5a\x19\x07\x8e\x20\xf1\xd1\x1f\xc6\xd9\xd9\x6c\ \x06\xe0\x82\x20\xd0\x5a\xf9\x09\x40\x4a\x89\x9e\x28\x84\x47\xf7\ \x36\xef\x40\xa6\x94\x52\x4a\x11\xc2\x8e\xa7\xb0\xe3\x83\x70\x34\ \x8a\xba\xef\xf6\xa8\x7f\xa7\x7e\x07\x11\x10\xc7\xe3\xb1\xef\x30\ \xbd\xb8\xb6\xd7\xeb\x35\x1a\x0d\x6b\xed\xfa\xfa\xfa\xf6\xf6\xb6\ \xb1\x76\x34\x1e\xb7\x1a\x0d\x67\x4c\x2d\xa5\x94\xd2\x02\x24\x49\ \x72\xfb\xe6\xad\xbf\xf3\x77\xfe\xf6\xff\xe1\xff\xf4\x7f\x5e\x3a\ \xd7\x0d\xe3\xa0\xdd\x8c\xd1\x81\xd5\x0a\x9d\x29\x8d\xbc\xba\xb7\ \x79\x80\x79\xbd\x28\xb6\x63\xf9\xf4\xe0\xda\xf3\xff\xea\x6b\xa3\ \x67\xaf\x9c\x9f\x8a\xa0\x24\x33\xc6\x92\xf6\x12\x95\x6a\xb9\xd1\ \x3e\x4d\xba\x7d\xbd\xa3\x8d\x6d\x77\x5b\x69\x67\xe1\x60\x30\xfb\ \xfa\xb3\x2f\xbd\x71\xed\xa6\x65\x21\x0b\xe3\x71\x29\x2b\x4a\x3a\ \xcb\xc9\x89\x95\x85\xb4\xcc\xfb\x07\x87\xbb\xfb\xbb\x0f\x3e\xf2\ \xc8\xcb\xa7\x5f\x28\xf7\x86\x6e\x94\x49\xb0\x8d\x46\x23\x2b\x0a\ \x4f\x8e\x98\xcf\xe7\x9e\x1f\xe8\x3b\x17\x00\x08\xc3\xb0\xaa\x2a\ \xaf\x1d\xf3\xb2\x60\x1f\xcc\x56\x14\x85\x10\x22\x8e\xa2\xac\x2c\ \xfc\xdb\xbf\xb4\xb4\x14\x86\x61\x9e\xe7\x9e\x4e\x26\xa5\x9c\x67\ \xd9\x42\xa7\x53\x29\x2d\xa2\xa8\xc8\xab\x8b\x27\x2f\x6c\x34\xd6\ \xb0\xa6\x9f\xfa\x91\x1f\xbb\x75\xeb\xce\xab\x57\x5e\xd6\xcc\x22\ \x23\xf7\x37\x67\x69\xad\x2f\x9c\x3f\xef\x85\xd1\x47\x06\xca\x88\ \x88\xe0\x1c\x04\x41\x58\x96\x95\xac\x24\x20\x1e\x05\x27\x20\x7a\ \xee\x88\x7f\xe3\x8f\x3e\x00\x82\x40\xfc\xdc\x43\x08\x52\x0a\x94\ \x10\x6b\xa8\x75\x26\x8c\xd2\x20\xcc\x68\x90\x9c\xbb\xf4\x48\xbe\ \x56\x70\x02\xd4\xdc\x33\x63\x67\x4c\x59\x5d\xd7\x20\xd2\xa6\xac\ \x25\x32\x7e\xe1\xb1\x27\x18\x90\x56\x88\x04\x9d\xf6\xe3\x8b\x45\ \x00\xc2\xd0\x12\x70\x04\xbc\xf7\x05\x3a\x0b\x0e\xc0\x3a\x67\x11\ \x1c\x80\x05\x20\xd4\x4b\x49\x81\x52\x0c\x18\x01\x70\xc4\x01\x41\ \x47\x91\x30\x4a\x6a\x8a\x0e\x91\xa0\x23\xce\x82\x35\x84\x20\xa7\ \x14\xac\x9f\xcf\x1c\x38\x72\x12\x92\xa1\x82\xfd\xb7\xde\xfc\x46\ \x5d\x7f\xe6\x67\x3e\x7b\xf3\xad\x57\x07\xa3\xd1\x43\x4f\x3d\xb5\ \x20\x10\x8a\x72\x91\x04\x7c\x54\x17\x61\xeb\xf1\xc7\xd3\xb1\x54\ \xe0\xb7\xb7\x16\x88\x43\x00\x48\xc2\xf4\xfe\x24\x5a\xbe\xb2\x74\ \xbb\xdd\x66\xb3\xe9\xf9\x68\x3e\xa0\x6e\x61\x61\xc1\x53\xf8\xfc\ \x49\x72\x5c\x65\xfc\xb4\xf5\xa7\xa8\x0c\xfe\x52\xf4\x57\xbb\x3f\ \xc7\x3c\x20\xed\x6f\x60\x7e\x04\x5b\x5d\x5d\x3d\x77\xee\xdc\x64\ \x32\x79\xf5\xd5\x57\x93\x24\x59\x5d\x5d\xf5\x13\xf4\xea\xea\xaa\ \x52\x75\x51\x14\x61\x18\x7a\x87\xc3\xb2\x2c\xbd\xd0\x17\x11\xb5\ \x36\x9c\x73\xa5\xe4\x70\x38\xac\xaa\xca\x13\xfc\xec\x91\xdf\xbe\ \xa7\x2f\x62\x59\x96\xfd\x7e\xff\xa8\x61\x6f\x84\x45\x51\x24\x51\ \x04\x00\x75\x2d\x93\x24\x06\xa5\x09\xa1\x7f\xec\x02\xeb\x5c\x96\ \x65\x8c\xf3\x20\x08\x38\xe7\x79\x5e\xa0\xb5\x4a\xa9\x28\x8e\x3d\ \x1b\xd0\xe3\x71\x71\x1c\x5b\xeb\xe4\x3d\x78\xe8\xd8\x9a\xc3\xe3\ \x15\xc7\x53\x27\x63\x8c\x52\xf2\xfd\xf0\x75\xbf\x07\x2d\x13\x42\ \x26\x93\xc9\xfa\xfa\x3a\xa5\x74\x71\x71\xb1\xdb\xed\x0e\x87\xc3\ \x5b\xb7\x6e\x49\x29\x81\x92\x46\xb3\x11\x04\x41\x55\x94\xd6\x9a\ \xc9\x64\xb2\xba\xbe\x3e\xcf\xb3\xb4\xd5\xf8\xea\x1f\x7d\xad\xbb\ \xb8\xf4\xef\xff\xf2\x5f\x83\x06\x03\x69\x2c\xb5\x96\xc3\xe6\x68\ \xf7\x72\xef\xf6\x5b\xf9\x41\x75\xa2\x31\x8a\xe9\x73\x6f\x7c\xe3\ \xda\xb7\xbe\x58\xbc\x7a\x77\x4d\x35\x42\x10\xfb\x83\x7e\x92\x36\ \x57\xc3\xd6\xc6\xc9\x95\xa0\xd4\xb7\x0e\x77\x34\xc9\x57\xbb\x1d\ \x11\xb7\xae\xdf\xda\xf9\xda\x73\x2f\x1e\x8e\xe7\x61\xb3\x4b\xa3\ \x44\x1b\x17\x50\x96\x34\xe3\x69\x31\x9a\x14\xf9\xda\xc6\x7a\xcc\ \x45\xaf\xd7\x7b\xcf\xe3\xef\x7f\xe7\x0f\xbe\xf7\xd7\xfe\xde\x3f\ \x5e\xe5\xe9\xa4\xcc\xd1\x62\x92\xa4\x75\x5d\xfb\x34\x18\x7f\xf7\ \x38\xd6\x76\xfb\x1e\x35\xcf\x73\x44\x4c\xd3\xd4\x4f\x61\x71\x1c\ \x03\x40\x55\x55\xb3\xd9\xac\x94\x35\x61\x8c\x52\x3a\x18\x0c\xc2\ \x30\x3c\x9e\xdb\xad\xb5\x9c\x31\xca\x98\x21\x38\x9e\x4e\xeb\x5a\ \xc7\x22\x0c\x79\x70\xf2\xf4\xe9\x74\xb9\xf5\x89\x9f\xf8\xd1\xd7\ \x6e\xbf\x51\x17\x25\x72\x72\x7f\x36\x18\xf3\xf9\xfc\x6f\xfc\x8d\ \xbf\xee\x95\x38\x7f\x82\xc7\x89\x50\x96\xd5\xee\xf6\xe1\xbf\xd6\ \xcc\x1e\xb1\x7d\x8e\x6f\x42\x00\x84\x00\x17\xec\x4f\x58\xa6\x02\ \x40\x0b\x96\x11\xf1\xec\xb9\x47\xdf\xff\xc1\x1f\x21\x84\x20\xbe\ \xcd\x9d\xf8\x6d\xef\xbb\x56\xba\xb7\xdd\x03\x82\x3f\xfb\x1f\xfe\ \x67\x3e\x72\xf8\x4f\xea\xc6\xbe\x2b\xea\xef\xbf\xe9\xc3\xe3\xbf\ \xe3\xde\x67\xf1\x98\x28\xf6\xa7\x7e\x07\x0f\x16\x39\xab\xb5\x31\ \x66\xf9\xf4\xb9\x0f\xff\xc4\xcf\x1d\xb9\xca\xfb\xf5\x3c\x02\x38\ \x47\xfe\xa4\xc7\xd7\x11\x4b\xd3\x81\xcf\x5a\xb9\x1f\x9f\x53\xc6\ \x9a\xad\xa6\x94\x32\x4d\xd3\x0f\x7f\xf8\xc3\xd7\xaf\x5f\x9f\xcd\ \x66\x9d\x4e\xc7\xdf\xd2\xb3\x2c\x4b\xd3\xc4\x9f\x06\x6f\x17\xe2\ \xbe\x5d\x29\xea\x91\x8e\xe3\xef\xf1\x4d\xa8\x17\x7c\x79\x1e\x60\ \x96\x65\x7e\xa7\xe1\x53\x67\xfd\x2a\x7d\x69\x69\xc9\x07\x96\xf4\ \x7a\x87\xc3\xe1\xb0\xd7\xeb\x5d\xba\x74\x29\x8e\xe3\x63\x14\xe9\ \x98\x25\x04\xe0\xe3\xba\xd0\x5b\x6d\x11\x42\xac\x05\x77\x64\x9f\ \x8a\xcd\x56\x63\x61\x61\xe1\x81\x07\x1e\x68\xb5\x5a\xd9\x6c\xce\ \xbd\xd8\xca\x39\x00\x90\xb5\xfc\x63\x33\xbf\x7b\x0e\xfd\xb3\xd9\ \x6c\x3a\x99\x56\x55\x35\x9b\xcd\xfd\x13\xbe\xed\x85\x40\x69\xcd\ \x28\x17\x82\x6b\xad\xfc\x0a\xdf\xfd\x6b\x3c\x9b\xe3\x8e\xfb\x5e\ \xad\x77\xdf\x07\x7c\x87\x51\xba\xb6\xb6\xb6\xbd\xbd\x9d\xa6\xe9\ \x68\x34\xf2\x31\xb8\xfd\x7e\x3f\x8e\xe3\xd1\x68\x14\x06\x41\xa9\ \xe4\x78\x32\x86\x56\x7b\x71\x71\x71\x3e\x99\xb4\xda\x6d\x29\xa5\ \xb1\x36\x4c\xa2\x56\xbb\xfd\xf4\xd3\x4f\x9f\x1e\x93\xf7\xfd\xf4\ \xa7\x83\xb3\xcb\xbd\x40\x3e\x37\xba\x76\xb7\xee\xa7\xa7\xba\x33\ \x1d\xdd\xea\x6f\xbe\xf0\xf4\xf3\xdb\xcf\x7e\x13\x26\x19\x87\xc8\ \x20\xef\x55\x95\xd6\xae\xa3\x28\x3d\xcc\x06\xbd\xf9\xf2\x89\x65\ \xb6\x96\xae\x35\x4e\xac\xae\xad\xbf\xf6\xe6\xf5\xaf\x3d\xfb\xc2\ \xb4\xd6\x44\xc4\x41\x10\x89\x38\x0e\x28\x89\xa2\x48\x44\xa2\x18\ \xcc\x88\xc3\x24\x88\x74\x51\xfd\xc6\xaf\xff\xfa\xa9\x73\xe7\x9f\ \x78\xcf\x7b\x6e\xbe\x79\xe3\xf2\x57\xbf\xd9\x44\xd6\x60\x21\x38\ \xf0\x5d\x8c\xb5\xd6\x63\xe4\x7e\x7d\x30\x99\x4c\x7c\xf3\xd2\x6c\ \x36\x8d\x31\x79\x9e\x87\x61\xe8\x0f\xa5\x27\x5c\xcc\x8a\x82\x50\ \xaa\xb4\xf6\x4b\x3d\xff\x3d\xfe\x8e\xe7\x75\x7d\xe3\xc9\x04\x19\ \xd7\x0e\xb4\xd1\x41\xc0\x58\x80\x0b\xab\xed\xc9\x6c\x72\xe2\xc2\ \xc9\xf7\xff\xe0\x07\x7e\xff\xf7\xff\xa5\x96\xea\xfe\x6c\x30\x3c\ \xe4\x54\xd7\xff\x53\x3b\x17\xfc\x5f\x74\xe9\xff\xc9\xab\xfa\xe8\ \x7a\x31\xdf\x49\x35\xe6\x91\x29\x55\x57\xf0\xff\x03\x0f\x67\x4c\ \x5d\x16\xff\x9f\x7f\x19\x40\x42\x10\xd1\xf3\x6b\x36\x36\x36\x4e\ \x9c\x38\x31\x1c\x0e\xbd\x15\xce\x71\x0b\x73\xac\x05\x7d\xfb\x60\ \xfb\xaf\xb3\xc6\x3d\x2a\xe4\x77\xf0\x9e\x43\xe8\x8b\x4e\x55\x55\ \x75\x5d\x0b\x21\xce\x9d\x3b\xf7\xe0\x83\x0f\x1a\x63\x2e\x5f\xbe\ \xbc\xb0\xb0\xe0\x89\x85\x5a\x1b\x29\xa5\x97\x65\xa5\x69\x7a\xec\ \x9a\x7e\xaf\x8c\x3a\x04\xff\xe4\xc4\x33\x48\x8d\x31\xce\x1d\xf5\ \x59\xd6\xc0\xd2\xd2\x12\x22\xae\xaf\xaf\x3f\xf5\xd4\x53\xcf\x3c\ \xfd\x4d\xbf\xc6\xa2\x94\x32\x4a\x95\x52\x81\x08\xac\x35\x5e\xd7\ \xe9\xc1\x7f\x42\x68\x5e\xe4\x42\x70\x24\x88\x16\x95\x94\x6f\xb7\ \x8e\xb6\xd6\x86\x49\x23\x8a\x62\x6b\x2d\xa3\xf4\x58\x11\x73\xac\ \x46\xf6\x7d\x96\x5f\xe1\xc1\xb1\x72\xe6\x7b\xe7\xef\x68\x63\xb2\ \x2c\x63\x8c\xcd\x66\xb3\xe9\x74\x7a\xea\xd4\xa9\x28\x8a\x8e\xdd\ \x67\xb3\x2c\x03\x46\xa3\x38\xf2\x63\x64\x77\x69\x69\x67\x7b\xbb\ \xd9\x6a\xf9\xa3\x12\x86\xe1\x74\x36\xfd\xdd\xd7\xbf\xfe\x02\x3b\ \xbc\xf0\x99\x0f\xf5\x57\xd9\x7e\x52\x45\xa7\xbb\x5b\xa3\x9d\x9d\ \xab\x6f\xbd\xf2\xa5\x2f\x8f\x77\xb7\xb9\xc2\xc8\xa6\xca\x61\xa9\ \x1c\x68\x14\x9a\x96\xe3\x22\x68\xc6\xf1\x42\x52\xc9\x62\xbd\xbb\ \xd0\x59\x5c\xff\xca\xd7\x9f\x7f\xf9\xf2\x9b\x35\x32\x91\x34\x20\ \x88\x1d\xa5\xca\xea\x28\x8c\x1d\x75\xe3\xc9\x30\x49\x92\x07\xcf\ \x5e\x98\x4d\xa7\x83\xc3\xfe\xd6\xa0\xf7\xc5\xaf\x7f\xe5\x17\x7f\ \xec\xdf\xfa\xe4\x67\x7e\xbc\x7f\x77\x67\xf3\xe5\x37\x92\xf6\xaa\ \xcf\x9f\xf1\xec\x2c\x3f\x2a\xa7\x69\xea\xfb\x38\x7f\x1b\x39\x16\ \x1f\x17\x45\x31\x9f\xcf\x39\xe7\xeb\xeb\xeb\x5e\x0a\xac\x9d\xa5\ \xc0\x7c\x79\xaa\xeb\xfa\x78\x33\x4a\x29\x05\xe7\xaa\xaa\x04\x06\ \x49\xd2\x50\x65\x59\x15\xd3\xb2\x1a\x4f\xb2\x1e\x70\xd6\xeb\x1d\ \x3e\x78\xe1\xfc\xb3\x69\xcb\x54\xea\x7b\xd1\x46\xff\xaf\x8f\xff\ \x6f\x3f\x10\x10\x70\x3e\x9b\x1f\xef\x70\x93\x24\xf1\x0b\x07\x2f\ \x16\xf7\x23\xf6\xb1\x27\x86\xbf\xf0\x3c\xb6\x7a\xfc\xf0\x57\xe0\ \xb1\x98\xe0\x98\xd1\xeb\x5b\x0f\xdf\xf5\x04\x47\x0b\x26\x28\x8a\ \xe2\xe6\xcd\x9b\x84\x90\xf1\x78\x3c\x9b\xcd\x4e\x9f\x3e\xbd\xba\ \xba\xb2\xb3\xb3\x2d\x84\x38\x75\xea\xd4\xcb\x2f\xbf\x9c\x24\xc9\ \xc6\xc6\xc6\xb1\xad\x0f\x21\x58\x94\xe5\x74\x3a\xd5\x5a\x3b\xe7\ \x01\x26\x73\xcf\x9e\xc4\x01\x60\x51\x14\xfd\x7e\xbf\xdd\x6e\xaf\ \xaf\xaf\xfb\x9f\x22\xc7\xec\x75\xb4\x88\xc4\x67\x6d\xb8\x7b\xb4\ \x23\x5f\x10\x1d\xba\xe1\x60\xe8\x9c\xe3\x84\x30\x72\xb4\xb0\xf3\ \x6c\x50\xe6\x63\xd8\xc8\x91\xf2\xde\x3a\x7c\x3b\x5c\xf8\x76\x18\ \xc1\xfa\x61\xfb\xfb\xb2\x47\xf7\xbe\x5f\x94\x90\xba\x96\x8b\x8b\ \x4b\x51\x14\x4f\x67\x33\x63\x4c\x5d\xcb\x30\x0c\x08\x21\xa5\x56\ \x65\x55\x4a\x57\x6f\x6e\xde\x39\x75\xe2\x64\x14\x04\x46\x4a\x86\ \x48\x01\x1e\x3a\x7f\xfe\xe2\xc3\x0f\x95\x1f\xbf\xa4\xdb\xc1\x20\ \xc6\x79\x58\x17\x93\xd9\xf5\x17\xbe\xb9\x75\xe5\xcd\xbb\xdf\xfa\ \x16\x5a\x1d\x33\x92\x68\x1e\x48\x7e\xa8\x6a\xa7\x48\x43\x91\xc4\ \x8a\x38\x49\x65\x93\xdb\x95\x06\x94\xf9\xa2\xb6\xdf\xfc\xda\x37\ \x5f\xba\x72\xc3\x10\x16\xa4\x4d\x0c\x63\x1a\x45\x54\x70\xca\x68\ \x18\x09\x4a\x1d\x24\x61\xab\xdd\x9a\x8f\xa7\xb3\xc1\xa0\xb9\xb0\ \xd0\xec\xa6\x5f\xf8\xca\x97\xcf\x3f\xf0\xd0\x87\x1f\x78\xdf\x4f\ \xfd\xec\x67\xff\xbb\xed\x83\x7c\x9c\xa7\x22\x44\x8a\x79\x5e\x64\ \xf3\xac\xd5\x6c\x15\x45\x0e\xe0\xe6\xd9\x9c\x31\x1e\x86\x91\x31\ \xda\x2b\x83\x3d\x81\x7d\x3a\x9d\x7a\xee\x43\xaf\xd7\x13\x42\x68\ \x67\xe9\xbd\x59\x8c\x10\xb2\xba\xba\xea\xad\x79\xa4\x94\x9c\xb3\ \x6e\x67\xe1\x70\x30\x5d\x6e\x77\xe6\xce\x3c\xff\xfc\x37\x7f\xe6\ \x17\x3f\x33\x98\xee\x87\x49\xdc\x6a\x46\xba\xdd\xba\x78\xe2\x74\ \xcc\x43\xeb\xdc\xff\x7a\x39\xff\xff\xd1\x43\x1b\x5d\xd7\xf5\xe2\ \xe2\x42\x92\xa4\x1e\xe3\xf0\xbe\xbd\xa7\x4e\x9d\x32\xc6\x12\x42\ \xaa\xaa\xf2\xb7\xb1\x63\x49\xba\x47\x7c\xde\x7e\x1d\x7a\xa8\xf5\ \x18\x30\x62\x8c\x4d\x26\x93\xa2\x28\xbc\xae\xe8\xe0\xe0\xe0\x98\ \x08\x76\x70\x70\xe0\x7f\x84\x73\x9e\xe7\x79\x96\x65\x51\x14\x3c\ \xfe\xf8\xe3\xcd\x66\xf3\xad\xb7\xde\x12\x42\x9c\x3c\x79\xd2\xf7\ \x14\x9e\x23\xc3\x18\xe6\x79\xee\x0d\x34\xbc\xdf\x0d\x22\x39\x92\ \xac\x20\x12\x42\x47\xc3\xe1\xf6\xf6\x36\x21\xe4\xf4\xe9\xd3\x69\ \x9a\xce\xe7\x73\x8a\xe8\xac\x33\x5a\x53\x82\xc6\x18\xea\x28\xdc\ \xab\x3b\xce\xb9\x20\x10\xd3\xe9\x94\xf2\xa3\x14\x0d\x6b\x0d\xe5\ \x02\xe1\xc8\xc3\x4c\x19\x33\x9b\x4e\x8b\xa2\x6c\x36\x9b\x47\xfd\ \x9d\xbd\x27\x48\xbe\xd7\x39\x1f\x93\x98\x8c\x36\x47\xde\x28\xdf\ \xbb\x3e\x8b\x22\x0a\x6d\xa4\xae\x56\x17\x3a\x69\x23\xb5\x4e\x37\ \xa2\x00\xd3\x98\x31\x1e\x27\xe9\xcd\x9b\xb7\x02\x4e\x13\x4a\x90\ \x0b\x05\xa4\x2f\x15\x59\x59\x11\x0b\xdd\x87\x9f\x78\xf4\x81\x47\ \x1e\x5d\x3f\x7d\x22\x5d\x6e\x7c\x0d\xae\x8e\x61\x32\x18\x1f\x5e\ \x7d\xed\xb5\x9b\x6f\xbc\x31\xde\xde\x51\xe3\x69\x12\xc5\xb6\x56\ \xce\x1a\x47\x78\x4d\x48\x60\x19\x9f\x9b\x68\x66\x52\x8a\x8d\x98\ \x34\xdb\x69\x93\xa5\x71\x67\xe1\xb5\xad\xbd\x17\xaf\xdc\x76\x18\ \xc6\x22\x00\x43\x05\xe5\x41\x9a\x94\xc4\x1a\xea\x2a\xd4\xce\xda\ \xb5\xe5\xe5\x5a\x55\x77\xb2\x1e\x6d\x8a\x93\x89\x08\xcb\x7a\xb4\ \xbb\xfb\xf9\x3f\xf8\x9d\x33\x67\xcf\x5e\x78\xea\xa9\x5f\xf8\x1b\ \x7f\xf9\xf7\xfe\xf1\x3f\xdf\xb9\x76\xd0\xb5\xf1\x82\x08\x6c\x30\ \x1d\xdb\x9e\xe1\x41\xcc\x57\x9b\x41\x6a\x31\x23\xc2\x10\xcd\x7d\ \xd5\xcf\xf3\x3c\x08\x82\xa5\xa5\x25\xcf\xf8\xf2\x13\x65\x9d\x65\ \x40\x08\xa3\xd4\x4f\xe6\xde\xf7\x63\x69\x69\xe9\xff\xcd\xde\x97\ \x05\xd9\x71\x5e\xe7\x9d\xf3\xff\x7f\x6f\xb7\xef\xbe\xcc\x3e\x83\ \x01\x06\xa4\x00\x52\x24\xb8\x89\x2b\x48\x51\x14\x25\x5b\x4a\x2a\ \x36\xe5\x38\xe5\xd8\x65\xb9\x62\xd9\x8e\x18\x99\xa2\xcb\x7a\x70\ \xd9\x49\xd9\x0f\x49\x55\xfc\x20\xbf\x45\x91\x54\xe5\x25\x89\x17\ \xc5\x36\xed\x4a\x25\x92\x1c\x57\x44\x8b\x0a\x25\xd0\x8a\x25\x2e\ \xe0\x82\x95\x58\x06\x33\x73\x67\x30\x73\xd7\xbe\xb7\x97\x7f\xf5\ \x43\xcf\x0c\x87\x14\x24\x00\x03\x82\x0c\x67\xfa\x7b\x40\xa1\x66\ \xb9\x3d\x7d\xfa\xf4\xf9\xcf\xfa\x9d\xb4\xdc\x3e\x1c\x0e\x5d\xcb\ \x1b\x08\x6e\x95\x8b\x17\x4f\x2d\x9f\xff\xfe\xa9\x82\xca\x37\xdd\ \xde\x5d\x8f\x3c\x44\x73\x15\xb0\x91\x51\xc8\xcc\xce\x7b\xce\xe3\ \x29\xe4\x8b\x5e\xce\xeb\xb4\x3b\x09\x8f\x1b\x8d\x86\xe7\xb9\x6b\ \x6b\x8a\x10\x04\x40\x29\x65\x92\x48\x4a\x19\x22\x2a\x2d\x01\x0c\ \xb3\x08\x80\x36\x5a\x03\x90\x74\x9f\xea\x66\x0b\xcb\x66\xf7\xa0\ \x6d\xdb\xf9\x7c\x3e\x6d\x47\x2e\x14\x0a\x23\x23\x23\x69\x44\x96\ \x7a\xdf\x69\xf2\x38\xcd\x1b\x4a\x29\xe2\xd8\x44\x51\x54\x2c\x16\ \x0f\x1e\x3c\x98\xaa\x65\x10\x04\x9b\x39\x3c\xce\x45\x6b\xad\x13\ \x45\xf1\x66\x42\x77\x73\x30\x35\xad\x7d\xf7\xfa\x83\x33\x67\xce\ \x34\x1a\x8d\xd9\xd9\xd9\x3d\xb3\x7b\x5e\x78\xe1\x45\xb4\x2d\x30\ \x5a\x69\x90\x08\x08\x86\x11\x62\x60\x63\x35\x1b\x65\xc3\x28\x79\ \xf5\xd8\x09\x3f\xef\x97\xcb\x35\x42\x59\xd0\xef\x0b\x43\x2c\x62\ \x0b\xa5\x01\x80\x32\x8b\x59\x56\x9c\x6e\xe5\x4c\x47\x61\xd3\x9e\ \xac\xb4\x4b\x94\x10\xad\xcd\x1b\xe5\x3c\x6d\x40\xbf\x1d\x7b\xfb\ \x0c\x00\xa1\x94\xe5\xdc\x64\x28\x35\x98\x88\x27\x84\x90\xe1\x70\ \x58\x6f\x8c\x30\xcb\xbe\xb8\xb6\xa6\x0c\x34\xc6\xc7\xad\x9c\x8d\ \x8e\xd7\x98\x9d\x9d\xbe\xe5\xfd\xb5\xb9\xbd\xa5\xa9\x89\x5c\xa1\ \x3e\x04\xb1\x0c\xbd\x55\xbe\xf4\x62\xfb\xb9\x53\xa7\x8f\x9d\x39\ \x7e\xbc\xdf\x5a\xa3\x42\x51\xa2\x99\xef\xa8\x44\x11\xcb\x41\xa1\ \xa3\x58\xaa\x64\xe8\x19\xd7\x0a\x13\x08\xa2\xda\xe8\xc8\xe8\x68\ \xb9\x5e\xab\x2e\x37\x57\xbf\xf9\xe2\x99\x66\x12\x51\xdb\xcb\x5b\ \x6e\xa1\x50\xa2\x88\x9a\x82\xcb\x08\x71\x6d\x74\xac\x38\x09\xa7\ \xc7\x66\x82\x76\xa7\x1b\xf5\xb1\x9c\x57\x0e\x1d\xc8\xc8\xac\x0d\ \x46\x5c\xe7\xc2\xb9\xd3\xff\xe7\xd5\xa7\x1f\x3a\xf4\xd0\xc1\x43\ \x77\xd8\x9f\x75\xfe\xfa\xcb\x4f\x5d\x7c\xe1\x7c\x55\x21\xb3\x95\ \x4b\xe2\x41\x5f\x2a\x83\xae\x55\x5e\x09\x57\x47\x46\xfc\xde\x62\ \xc4\x18\x4d\x39\x28\x3b\x9d\x8e\xeb\xba\x8e\xe3\xc4\x71\x5c\x28\ \x14\x7a\xbd\x5e\xad\x56\x0d\xc2\xd0\xf7\x7d\xcb\xb2\xd2\xe5\x59\ \x69\x2d\x6c\x65\x65\x45\x6b\xed\xd8\x8e\x6d\xfb\x91\xe6\x5e\xa5\ \x5c\xab\x36\xfe\xf4\xcb\x7f\xfc\x5b\xff\x76\xff\xf4\xe1\xbb\x14\ \xf1\x8c\x27\xc1\xa5\x4a\x8b\x2c\xca\x7a\x6f\x81\x20\x19\x0c\x86\ \xcd\xe6\xb2\x10\x02\x89\x29\x14\x0b\xf9\x7c\xa1\xd1\xa8\xa7\x6b\ \x54\xb4\x96\x5a\x21\xe7\x82\x52\x54\x4a\x22\x1a\xcb\x62\x4a\x6b\ \x40\x43\x90\x40\x5a\x9a\xde\xd2\xdb\xb2\xc9\x22\x98\x76\x8d\xa5\ \xc1\x4b\x5a\x84\xe2\x9c\x4b\x29\xcb\xe5\xf2\xe4\xe4\x64\xbf\xdf\ \xb7\x6d\x3b\x75\xb4\xa5\xe4\xe3\xe3\xe3\x88\xd8\x6c\x36\x0b\x85\ \x42\x4a\xc4\x91\xa6\x78\x08\xc1\x28\x12\xdd\x6e\x6f\x9d\x1a\x00\ \x10\xc0\x6c\xf2\xae\x1a\x83\x5a\x6b\xcb\xb6\xe6\xe7\xe7\x53\x72\ \x68\x3f\x9f\xa7\x8c\xa6\xbe\xd0\x66\xa4\x66\x40\x83\x51\x08\x48\ \x10\x09\xc1\x61\x14\x0b\xa5\x95\x32\x00\xb4\x5c\xae\x3a\x6e\x2e\ \x8e\x22\x83\x14\x09\x32\x46\x1d\xd7\x2d\x57\xab\x00\x6f\xb4\x8c\ \x81\x26\xda\xac\x0f\x70\xa5\x79\x20\xdc\xc8\x6a\x51\x42\xae\xb0\ \x5b\xed\xb2\xfe\x0e\x00\x21\x74\xa2\x6e\x0f\x73\xa0\x4d\xc2\x05\ \x4f\x12\xb7\x54\x6c\x47\x61\xc5\xf3\xee\x3a\x7c\x7f\xbd\x5a\x2f\ \xcf\x4e\xe5\xc6\x47\x26\xf7\xec\x29\x55\x47\x38\x90\x1e\xc4\x3d\ \x88\x5e\x37\xc7\x97\x06\xcb\xaf\xcd\x1f\x7b\xe9\xb5\xa3\xa7\x5b\ \x27\x92\x38\xa4\x5a\x39\xae\x47\x88\xd4\x51\x8c\x68\x28\x45\xa2\ \xd3\x7e\x11\x45\xb4\x94\x83\xc0\x12\xa6\xd2\xa8\x8d\xcf\x4c\x5b\ \x2e\x3e\x7f\xf2\xf4\x4b\x47\xcf\x77\x85\x74\xcb\x79\x9d\xb7\xb9\ \x6d\x9b\x92\xc7\x80\xf5\x7b\x3d\xd9\x1f\x14\x9d\xaa\x47\xec\xc6\ \xc4\x78\xd8\xea\x0e\x3b\xa1\xe3\x90\x70\xc8\x41\x5b\x8c\x50\xb0\ \x68\x04\x5c\x9a\x64\xb1\x39\xff\xac\xfd\xcc\x23\x7b\xef\x9c\x98\ \x9b\x7e\xf8\x57\x7e\xea\x99\xa7\xff\xe1\xd8\x91\xef\x54\x5a\x7c\ \x5a\x90\x11\x96\x1b\x46\xc3\x98\x61\x6c\xe1\x6b\x67\x5e\x9f\xf1\ \xa6\xd2\xe8\x3a\x9d\xf9\x70\x1c\xa7\xdf\xef\xa7\xff\x32\xc6\x52\ \xa2\x93\x84\x31\x29\x65\x92\x24\x69\x9d\x22\x49\x92\x24\x49\x7c\ \xdf\xb7\x1d\x27\x49\x64\xad\x56\x8e\x92\xc0\xb2\xad\xb5\xd5\x8b\ \x7f\xf9\x37\x7f\xf5\xb9\x8f\xdc\xdd\x15\x41\x18\x74\xfa\xe1\x60\ \xb2\x3e\x91\xbd\xc9\xef\x25\xa3\x43\x48\x18\x85\x47\x8e\x1c\xc9\ \xe5\x72\x07\x0e\x1c\x14\x32\x8e\xc2\x28\x57\xcb\x15\x8b\xc5\x6e\ \xb7\x9b\xcf\xfb\x29\x6d\xbd\x31\x06\x91\x30\x4a\xb5\x51\x29\xe5\ \x10\x21\x04\x01\x09\x25\x54\x83\x54\x7c\x2b\x01\x5b\x6a\x17\x36\ \xdb\xc7\x52\xd3\x93\x4e\xb7\x2f\x2d\x2d\xa5\x35\xf5\x7a\xbd\x9e\ \xb2\xfc\x28\xa5\xe2\x38\x6a\xb5\xda\xb6\x6d\x5b\x96\xcd\x79\xca\ \xac\x4c\xd2\xaa\x11\x63\x56\x14\x05\xdd\x6e\x77\x2b\x13\x10\x00\ \x6c\x4d\x03\x1b\x63\x52\xca\x9a\xb3\x67\xcf\xa6\xc3\x5f\x5b\x5d\ \x39\x34\x60\xb4\x06\x4c\x49\x54\xd2\x61\x34\x4e\x10\xcb\xe5\x52\ \x18\x86\x80\xba\x5a\xa9\x84\x8e\x93\x36\xd0\x32\xc6\x1c\xc7\x21\ \x88\xa9\xd1\x59\xef\x87\x04\xba\x39\x21\xb1\xb9\xb6\x78\xfd\x66\ \xdf\xae\xfc\x8e\x31\x9a\x39\xf6\x81\xfb\xef\x71\x98\x55\x2b\x57\ \x0a\x9e\xef\x30\xab\x54\x2a\x95\xab\x95\x4a\xa9\xe2\x38\x9e\xe3\ \x59\x11\xcb\xb5\x00\x14\xa8\xf3\x10\x36\xe5\xca\x85\x60\xf1\xf5\ \xd5\x33\x27\x97\x8e\x9d\x5f\x9b\xef\x44\x6b\x5c\x26\x96\xed\xb9\ \x4e\x09\x04\x17\xd1\x30\x9d\x6a\x23\x84\x20\x6a\x93\x4e\xd3\x81\ \xca\x11\x84\x98\x57\xdd\xe2\xd4\xe4\x4c\xa8\xe5\xc9\x97\x4f\xbd\ \x74\x62\x19\x0a\x48\x4a\xb6\xb6\x3d\x4e\x55\x8c\xc2\xd3\xbc\x66\ \xb1\x7c\xb1\x30\x3d\x39\xd9\x6a\xb7\x47\x2b\xe5\xb2\x76\xaa\x76\ \xd9\x73\xcd\xa2\x19\x10\x62\x98\xed\x51\x91\x44\x32\x16\x54\xb7\ \xdb\x4b\x7b\x79\x6f\x7e\x55\x7c\x8b\xc4\x3f\x76\xe3\xe1\xd2\xde\ \xd1\x1b\x7f\xe6\x51\xfd\xbe\x6a\xf3\xeb\xff\xab\x7d\xfc\xac\xd5\ \x97\x2c\x57\x0a\x92\xc0\xb7\x68\x2e\x57\xf0\x7d\xbf\x1f\x04\xbd\ \x6e\xd7\xf5\xbc\x5c\x2e\x37\x0c\x43\xc1\x39\x65\xac\xd3\xed\x8e\ \x34\x46\xe6\x2f\xcc\xdb\x8e\x53\xc8\xe7\xd3\xb3\x2b\xdd\x8e\xc8\ \x18\xf3\x3c\xcf\xf3\x3c\x9e\xf0\x68\x18\x76\xa3\x8e\x32\x7c\x62\ \x64\x64\xff\xc4\xf4\xf7\x8f\x3f\xff\xd5\xef\x7c\xfd\x81\x89\x8f\ \xbf\x7e\xfe\xb5\x4e\xd4\xb7\x1c\xcb\x64\x81\xd6\x7b\x28\xc8\x42\ \x14\x42\xb4\xdb\x6d\xc7\x71\x94\x94\xe9\xb8\x4c\xda\xbc\xd3\x6e\ \xb7\x2d\x8b\x39\x8e\xad\x94\x92\x42\x50\x4a\x90\x10\xbd\x3e\x28\ \x67\x10\x89\x31\x00\x69\x11\x5d\xbf\x51\x5d\x26\x84\xa4\x3d\xf1\ \x8d\x46\x63\x72\x72\x32\x8e\xe3\x13\x27\x4e\xc4\x71\x9c\x96\xab\ \x52\xc3\xd1\xed\x76\xd3\xc3\x2c\x6d\xcc\x53\x4a\x6b\x2d\x93\x84\ \x6f\x19\xb3\x20\xe9\x22\x2d\x4a\x69\xbb\xdd\x8e\xe3\xc4\xb6\xad\ \xcd\xb1\x8c\xad\x14\x19\xe9\x17\x19\x63\x51\x14\x9d\x3a\x75\x2a\ \xed\xa9\xd9\xaa\x81\xa9\x8f\x92\xf6\xaf\x6f\x56\x45\xc3\x70\x98\ \x32\xde\x0d\xc3\x40\x6b\xbd\xc9\x85\x98\x7e\x54\xda\x31\xb8\xb1\ \xd0\x82\x31\x6a\x5b\xcc\x22\x94\xa6\x0d\xb1\xe9\xf8\x45\xba\xca\ \x8d\x51\xf6\xf6\xf8\x3b\x4a\xa9\x42\xa1\xf8\xf8\x2f\x3f\x29\x40\ \x32\x60\x0c\x80\x02\x28\x00\x0e\xc0\x01\xd6\x20\x8a\x41\x2c\xa8\ \x85\x73\xc9\x5a\xb3\xb3\x74\xe1\xe2\xfc\xd9\xe5\x73\x8b\x9d\x85\ \x36\x6f\x4b\x2b\x51\xb6\x90\x76\x08\x3e\x71\x7b\x4c\x0b\xa1\x93\ \x58\x89\x88\x48\x4e\x95\x02\x21\x55\xcc\x21\x32\x2a\x16\xcc\x18\ \xd5\xed\xe6\x3a\x50\x1f\x1f\x5f\x5c\x59\x3a\xfa\xe2\xa9\xa4\x0f\ \xe0\x03\xb8\x46\x8f\x96\xc7\xc7\x6e\x98\xba\x61\xa6\x98\x2f\x4e\ \xba\x45\x2b\x94\xe7\x5e\x3b\x51\xca\xe5\x73\xd4\x5e\x3e\xbf\xc8\ \x5d\xdf\x55\x26\x1e\x86\x5e\xc1\xaa\xd6\xca\x82\xca\x7e\x12\xb9\ \x25\x6f\x60\x7a\xd2\xd5\x0b\xdd\xf9\x7a\x61\x24\x19\xc4\x37\x05\ \x53\x13\xa5\x43\x8d\x72\x29\x7c\xe0\xf6\xea\x1e\x6b\xf5\xc8\x77\ \x4e\xfe\xcd\xf3\xc9\xd9\x85\x06\x56\x0b\xdd\x41\xd9\xa7\x17\xfa\ \x4d\xd7\xb6\x31\xcd\x17\x3a\x4e\xaf\xdb\xcd\xf9\x7e\xd0\x0f\x94\ \x52\xab\xab\xab\x69\x8d\x30\xdd\x5a\x2b\xd2\x62\x84\xe7\x25\x49\ \xe2\x38\x4e\xb7\xdb\x95\x42\xf6\xbb\x6d\xe2\xb9\x85\x72\xa9\xdf\ \xef\x07\x22\x69\xab\xde\x5f\x7d\xe7\x7f\x8c\x7d\xfc\xe6\xd3\x6b\ \xe7\x86\x49\x38\x0c\xc3\x6b\xd9\x99\x9b\xe1\x9d\x4f\xee\x08\x29\ \xc2\x30\x6c\xb7\xdb\x27\x4f\x9e\x1c\x1d\x6b\x14\x0a\x05\x21\x78\ \x1a\xce\x5c\xbc\x78\xb1\xd1\xa8\x45\x91\x90\x4a\xf9\x3a\x87\xa8\ \xe2\x38\xb2\x6c\x8b\x51\x8a\xa8\x94\x00\xa5\x35\x02\x05\xd4\x52\ \x4a\x03\x46\x49\x25\x95\x4c\xa3\x9b\x6e\xb7\x7b\xfa\xf4\xa9\x30\ \x0c\xd3\x3e\xe3\x73\xe7\xce\x25\x3c\xd1\x4a\x33\xc6\x3a\x9d\x4e\ \x14\x45\xda\x68\x9e\xf0\xd4\x8f\x26\x04\x6d\xdb\xf3\x3c\x97\x52\ \xd6\x6c\x2e\x35\x9b\xcd\xd5\xd5\xd5\xb4\xb8\x1e\x45\x51\x9c\xc4\ \x42\xf0\xad\xcd\xd0\x5b\xb9\x38\x52\x27\x2b\x1d\xaa\x48\xb7\x3b\ \xbc\xa5\x97\x1a\x80\x01\x18\x4a\x09\x21\x94\x31\x64\x8c\xad\xae\ \xae\x0d\x87\xc3\x34\x30\x4c\x78\x02\xc6\x30\x66\xa5\x26\x38\xcd\ \xec\x6c\x76\x96\x98\x0d\x1e\x54\x6a\x18\x22\x68\xa3\x2d\x9b\x11\ \x5c\x9f\xdc\xa3\x9a\xfc\xe8\x41\xe5\x2b\x8e\xb3\xd2\x88\x76\x38\ \x44\x00\x03\x49\xa8\x34\x37\x4a\x23\xf6\x55\x14\x40\xd2\x97\xd1\ \x6a\xb7\x7d\xa1\xbf\xd8\x49\x3a\xbd\x7e\x8f\xa8\x64\x06\x9c\x89\ \xca\x1e\x63\xed\x91\x86\x6b\xaa\xb9\x4a\x90\xa0\x67\x39\x3c\x49\ \x88\xd6\xc4\x28\x1d\x27\x28\x35\x08\xa5\x62\x61\xb8\x36\xd2\x18\ \xc1\x9d\xd1\x68\xea\x50\x05\x23\x7a\x6a\x7e\xf9\x81\x07\xc7\x11\ \xb1\x3c\x3b\xb2\xff\xfe\xbb\x24\x5a\xba\x1d\x37\x46\xea\x28\x84\ \x23\x90\x71\x5d\x47\xcf\xcf\xe5\x86\x83\x70\x66\x62\x5a\xc5\x92\ \x08\xc5\x85\x28\x8f\x37\xd0\x26\xbd\x38\x30\x0e\x8e\xef\x9b\xc0\ \x92\x75\xba\x75\x3e\x62\xea\x7d\x63\x37\xe7\xab\xc5\xa0\xd9\x0f\ \x07\x8b\x37\x95\xf6\x8d\xc3\xe8\xca\xb8\x0a\x3f\x5e\xbf\xf7\xce\ \x47\x97\xbf\x75\xc6\x9c\xec\xe6\xc3\xd8\xb3\x49\x4d\x24\x9e\xeb\ \x49\x25\xe3\x28\x26\x84\x38\xae\x13\xc7\x31\xa3\x4c\x69\x15\x47\ \x91\xed\xba\xe9\x26\xa3\x61\x38\x2c\xe4\x0b\x94\x52\xca\x18\x4f\ \x12\x24\x24\x49\x62\xc7\x76\xe2\x70\x80\xb6\x55\x2a\x57\xc3\x6e\ \x2f\x8e\x83\x87\x6e\x18\x1b\xbb\xfb\x80\x6e\x0d\x1b\x56\x21\x9e\ \x9e\x1b\x69\x8c\xab\x6d\x91\x2b\x67\x78\x57\xa0\xb5\xce\xfb\xf9\ \x87\x3f\xf8\xb0\x97\xf3\x3c\xcf\xdb\xbb\x77\x4f\xa5\x52\x49\x3b\ \x68\x4a\xa5\x4a\x18\x0e\x6b\xb5\xaa\x94\xa0\x95\x72\x5c\x87\xa0\ \x49\x44\xcc\x28\x23\x84\x10\x24\x52\x69\xa5\x0c\x41\x42\x29\x11\ \x52\x18\x6d\x0c\x18\x9e\x70\x21\x84\xeb\x3a\xe9\x36\x18\x32\x42\ \xf6\xce\x6e\x84\x48\x08\x00\xa0\x95\x26\x94\x50\x4a\x05\xe7\xdd\ \x5e\xcf\x73\xbd\xb9\xb9\x39\xdc\x88\x62\xe2\x28\xb6\x2d\xa7\x51\ \x1f\x43\xc4\x38\x89\xa3\x28\x1a\x04\xc3\x9b\x6f\xba\x55\x2b\xa5\ \x8d\x21\x88\xe9\x66\x3a\xa5\xd3\xad\xf4\x69\x06\x87\x80\x31\x84\ \x52\xa5\x24\x22\x49\xf9\xe1\x20\xed\xe1\x5a\xef\xb9\x24\x80\x86\ \xa4\xdf\x23\x40\x08\x65\x94\xcc\xed\xdf\x87\x48\x1c\xd7\x96\x52\ \xc4\x71\x42\x09\xb5\x6d\x2b\x1d\x84\xca\x79\x9e\x65\xdb\x8e\xed\ \xe4\xfc\x1c\x4b\x99\xcf\xd2\x69\x11\xc4\x2d\x8d\x9f\xeb\x7b\xc4\ \x8a\xc5\xc2\x95\xb4\x6b\x5e\xbe\x8e\xae\xa5\xec\x9c\x3d\x93\xa6\ \x7a\x36\x08\x74\x4d\x0e\xd1\x07\x1c\x07\x38\x80\x15\x9a\xab\x11\ \x9f\x60\x2d\x75\xf8\x36\x26\x96\xd3\x16\xac\xf5\x7a\x9b\x79\xa3\ \x61\x76\x9d\x07\x7c\xfd\x47\xd2\x0f\x34\x88\x1a\xb5\x01\xa0\x64\ \xc3\x69\xd4\x5a\x09\x99\xde\xd3\xba\xd4\x00\x00\x21\xe5\xb2\x86\ \x37\x2e\x05\x88\x60\xd6\x09\xf0\x10\x00\xb5\xd2\x60\x80\x12\x02\ \xda\x28\xa9\x4c\xdb\x18\x34\xaa\xab\xa0\xd3\x99\x04\xb8\x15\xcb\ \x88\x55\xa4\x88\x1f\xbd\x1b\x3e\x86\x06\xd0\x00\xd0\xf5\x9a\x22\ \x6e\x8e\x52\xe3\x96\xdb\x5f\xf7\x4b\xe1\x4d\xdc\x5a\xa9\xc4\x37\ \x29\xe7\xc0\x40\xba\xba\x13\x10\x8d\x32\x5a\x48\xad\x14\x4e\xbc\ \x8f\xfe\xec\x43\x62\x23\x2b\x94\xbd\xd2\xef\x09\x70\xc1\x27\x27\ \x27\x3f\xff\xf9\xcf\x6f\x34\xc5\x69\xb3\x31\x49\x99\x66\x70\x74\ \xba\x4b\x63\x73\x71\xcf\x26\xe3\xab\xf9\xc1\x76\x39\x84\x37\xba\ \xc8\xd7\x7f\xc6\xbc\xb9\x77\xfc\x4d\x89\x54\x7c\x83\xc9\x7f\xeb\ \x87\x50\x4a\xb6\xb2\x0e\x6c\xa5\xf1\xbf\x94\xbf\xb6\x9d\xf6\xf8\ \xcd\x54\xd1\x25\xa7\x8b\xb7\x76\xeb\x6c\xfd\x83\xcd\x0f\x5c\x0e\ \x11\xa4\x54\x6f\xd0\x45\x5d\x8b\xbf\x93\xde\x3a\xbc\x59\xaa\x5b\ \xe6\xbf\x8c\x04\x05\x46\xc1\xff\x9f\x49\x8c\xf4\x8f\x26\x9b\xff\ \xd3\x29\x59\x1e\x24\xe2\xfa\x1f\x9d\x0a\x62\x01\xd7\xb6\x53\x25\ \xc3\xbb\xe2\xf2\xa4\x34\x14\x19\xae\x63\xfe\x3e\x13\x41\x86\x0c\ \x19\x32\xbb\x93\x21\x43\x86\xcc\xee\x64\xc8\x90\x21\x43\x66\x77\ \x32\x64\xc8\x90\xd9\x9d\x0c\x19\x32\x64\xc8\xec\x4e\x86\x0c\x19\ \x32\xbb\x93\x21\x43\x86\x0c\x99\xdd\xc9\x90\x21\x43\x66\x77\x32\ \x64\xc8\x90\xd9\x9d\x0c\x19\x32\x64\xc8\xec\x4e\x86\x0c\x19\x32\ \xbb\x93\x21\x43\x86\x0c\x99\xdd\xc9\x90\x21\xc3\x7b\x02\x57\x36\ \x8f\xbe\x31\x51\x8d\xb6\xad\x0d\x80\x31\x48\x10\xa5\x84\x2d\xfb\ \xbd\x76\x3c\x6c\x0a\xdb\x18\x2c\x57\x1a\xe4\x35\x88\x67\x7d\xd9\ \x36\x61\x00\x64\x9d\x8e\x83\x18\x6d\x24\x00\xbe\x95\x97\x60\xa7\ \xc1\x00\x65\xc8\x2c\xd8\x2e\xd1\x81\xf9\x61\xbb\xc7\xae\x56\xe1\ \xd3\x65\xd0\xbb\x4c\xe1\x11\xc0\x66\xdb\xf9\x45\xa9\x41\xe9\xb7\ \xc3\xee\x10\x82\xc3\x30\xea\x76\x7b\x91\x14\xe6\xcf\x9f\xf2\x83\ \x2e\x30\x26\x22\xd1\xf9\xf1\x8f\x9a\x6a\xa5\x5e\x29\x4f\x4f\x4d\ \xed\xec\x27\x81\x00\xca\xc0\x17\x9e\xb3\x42\x7e\x75\x9c\x16\xb1\ \x84\x07\xf6\xa8\x0f\xef\x97\xb1\xdc\x0e\x15\x86\x31\x66\xad\xd5\ \x16\x89\x9a\xef\x1c\x6d\x9a\xef\x7a\xcc\x13\x3a\xb1\xf9\xd4\x38\ \xb9\x8b\x5a\x30\x37\xb7\xd7\x73\xbd\x9d\x2a\x79\x74\x73\xfc\xd9\ \x6f\x8a\xa7\xff\x37\xb8\xde\x55\xff\xb2\xd6\xe8\x3a\xee\x2f\x3f\ \x81\x8e\x03\x57\x2f\x1f\x42\x70\x30\x18\xf6\xfa\xfd\x30\x4e\xc8\ \x57\xfe\xc2\xe3\x11\x50\xc2\xb9\xea\xfe\x93\x8f\x19\xdf\x1f\x6d\ \xd4\x27\x27\x26\xde\x4c\x91\xb3\xe3\x82\x20\x84\x50\xc0\x7f\x7a\ \xce\x56\x0a\xe0\x2a\x15\xfe\x23\x37\xc8\xfb\x66\xd4\x65\x15\xfe\ \xf2\x76\x07\x91\xf4\xfb\x41\xb9\x5c\x2e\x50\xd6\x6b\xaf\x1e\xba\ \xbd\x60\xf9\xde\xf1\x67\x4e\x40\xae\xe0\x4e\x4d\xad\x2c\x2c\x4c\ \x4e\xec\x0a\xea\xf2\x73\x1d\x0c\x92\x0d\xf6\x58\x03\x52\x03\x25\ \x20\x95\x49\x19\xc3\x18\x05\x04\x50\xca\x28\x03\x00\x60\x51\x44\ \x84\xa1\x80\x83\x0d\x24\xdb\xa5\xdf\x49\x59\xbe\xa7\x26\xa7\xe7\ \xc3\xe7\x67\x2b\xde\xa1\x7d\xb7\xae\x74\x9b\xdf\x7f\xb9\x3f\xbb\ \x67\xdf\xd2\xca\xf9\xa0\x1f\xe4\xbc\xdc\xce\xd5\x7d\x62\x3a\x6d\ \x79\xf2\x38\xfa\x79\x34\x5a\x4b\x85\x8c\x21\xa2\x31\xca\x48\x8d\ \x8c\x81\xe4\x46\x03\x20\xa2\x65\xa5\x8c\x6d\x46\x08\x43\x19\x21\ \xc4\x68\x45\xbc\xdc\xb6\xf7\x07\x21\x62\x2f\x08\xaa\xb5\x7a\x2e\ \x4a\xc2\xce\xca\xed\xf7\x8f\x51\xc7\x7a\xf9\xe9\x93\xac\x58\x25\ \x23\xd5\xf6\xc5\x95\x89\xf1\xf1\x1d\xaf\xed\xda\xc0\x99\x36\x4a\ \xb5\xe1\xe3\xff\x68\x85\x47\xb4\x08\x20\xc2\x50\xe0\x07\xa6\xaf\ \x48\xe1\x2f\x6f\x77\xb4\xd6\x4a\x4a\x20\xc4\x2d\x97\xa2\x7c\x1e\ \x98\x05\x96\x0d\x96\x5d\x68\x34\x9c\x72\xa9\xd5\x6c\xa6\xec\xd3\ \x3b\x9e\xbd\xdc\xa6\x60\x53\x58\x97\x29\x21\x63\x2e\xf4\x12\x53\ \x2f\x3b\x15\x07\x07\x01\x9f\xef\x2a\x0d\x90\x2f\xd9\x7b\x2b\xd4\ \x08\x35\xdf\x12\x91\x02\x87\x02\xdd\x6e\x02\x2d\x65\xb7\x05\x04\ \x4a\xec\x72\xbe\x96\x20\x23\xc8\x08\x52\xcf\xce\xd7\x2b\x23\xed\ \xde\x8a\x94\x6a\x87\xcb\x9c\x52\x74\x1c\xb4\x2c\xa0\x8e\x53\xf6\ \x65\xb7\x6d\xa4\x41\xe6\xdb\x25\x5f\xf6\xfa\xb4\x7a\x83\x53\x2f\ \x9a\xa8\x15\x9d\xbd\xa0\x09\x05\x69\xd8\xe4\x14\xe1\x5d\x31\xe4\ \x68\x18\xd8\xf6\xb6\x2f\xab\x94\xd6\x52\x02\xa2\x5b\xad\x0a\xdf\ \x07\xcb\x02\x66\xa1\x6d\xe7\x47\x47\x48\x21\xd7\x5d\x5b\x95\x42\ \x52\x46\x77\x83\xc2\x93\x94\x1d\xd1\x00\x32\x32\xe6\x40\x37\x81\ \xb1\x8a\x55\xb2\xb1\xdb\xe3\x0b\x7d\x65\x00\x4a\x15\x7b\x4f\x89\ \x4a\x2e\xe7\x5b\x32\x31\xe0\x68\xa0\x57\x76\xca\x92\x2b\xb0\x3b\ \x46\x68\x4d\xa2\x78\xe9\x8b\xbf\x1f\x2c\x2e\x09\x8e\xf1\x40\x68\ \x20\xcb\x7f\xfc\x95\xee\xf7\x9e\xa7\xae\x2b\x84\x80\xdd\x44\xa9\ \x67\x94\x86\x82\xf7\xaf\xee\x2f\x8e\x8e\xe6\x3e\xfd\x68\xed\xc1\ \xfd\xfe\x3f\x7f\xb0\xf6\xa1\x49\xe6\xd7\xfd\x7f\xfd\x68\xed\x91\ \x1b\xfc\x0f\x1d\xc8\x8d\x78\xa8\xae\x59\x2f\xb9\x90\x68\xe8\xeb\ \xed\xef\xfe\xfd\xa9\xaf\x52\xc2\xb8\x8c\xc1\x60\xb3\x7f\xea\x99\ \x63\x7f\x82\x80\x4a\xc9\xdd\xb0\xa9\xc2\x48\x6e\xf2\x7b\x67\xfe\ \xc3\x97\x46\xdf\x5f\x97\x83\x01\x3b\xf8\xd8\x81\xdf\xfd\x37\x76\ \x69\x74\xec\x53\x9f\x1b\xfb\xc8\x83\xf5\x9f\xfc\xd4\xc4\x3f\xbd\ \x07\x86\x03\x32\x7a\xeb\xde\xdf\xfd\xd2\xc4\x6d\x23\x4a\x5c\x53\ \x04\xb4\xbe\x02\xd4\x00\xf6\x83\xc5\x2f\x7c\x39\x6c\xb5\x78\x6c\ \xe2\xa1\xd0\xca\x34\xff\xe0\xbf\x04\xc7\x8e\x53\xc7\x11\x6a\x77\ \xed\x9e\xd6\x4a\xb3\x5a\xfe\x53\xf7\xe4\x1b\xe3\xfe\xaf\x3e\x5a\ \xbd\x77\xbf\xff\x33\x0f\xd5\xee\x1d\x21\xd5\x89\xc2\xa7\x3f\x5c\ \xfb\xe0\x7e\xff\x43\x37\xe6\x2a\x36\x5e\x55\x44\x7b\x79\x7e\x65\ \x25\x85\x56\x6a\x61\x75\x95\x2e\x35\x4b\x54\x07\x1d\x6e\x20\x71\ \x1c\xc7\x5d\x3c\xdf\x1b\x0c\x85\x9f\x53\x4a\x23\xc0\x6e\xdb\xd5\ \x22\x35\x50\x86\xab\x0b\xfd\xdf\xfb\x6a\xeb\xd0\x83\x53\x3f\x7d\ \x43\xae\xc0\x72\xad\x63\xad\x2f\x1e\x8d\x09\x45\xcf\x22\x8c\x20\ \x57\xd7\xf6\x02\x28\xd9\xef\xf5\xbb\xb0\xe2\x14\x06\x05\x6f\x7a\ \x10\x76\x29\x31\xf9\x02\x0f\x44\xbb\x13\xf7\x6a\xb5\xf2\x2e\x11\ \x35\xc9\x5b\x7a\xc0\x4a\x87\x3f\xb0\xf2\xff\x5a\xc5\xfb\xee\x23\ \xc1\x59\xcc\x95\xa1\xf7\xda\xc2\x97\x7e\x27\xaa\xff\xdc\x81\x5f\ \x3b\x6c\x7d\xfd\xb5\xd2\x87\xee\x16\xe7\x5f\x15\x9c\x5c\xbb\x41\ \x90\x52\x2a\x29\x17\x56\x2f\x92\xe6\x52\xc1\xc2\xfe\x5a\x0c\x00\ \x9e\x63\x39\x0b\x17\x3a\x83\x81\x71\x6d\xad\x34\xec\x36\x18\x90\ \x1a\x18\xc3\x85\xb3\xbd\xff\xf8\xb5\xde\x8f\x7f\x6c\xea\x83\x37\ \xfa\x7b\x7c\xff\xcc\x0b\xab\xff\xf5\x04\x67\x14\x5d\x9b\x30\x02\ \x70\xc5\x0a\x7f\x79\x7f\x47\x69\xad\x84\x28\x56\x2b\xfb\x7e\xf3\ \xd7\xe3\xbd\x37\x35\x5f\x5d\xec\x2d\xf4\x57\xd6\x78\xfd\xc9\x27\ \xea\x77\xdc\xc6\x00\x84\xe0\xbb\x8a\x40\xd8\x98\xf5\xd4\x81\x56\ \xa6\x3a\x55\xfc\xdc\x4f\x4e\xfe\xc4\x0c\x7c\xfb\x8c\x18\xf7\xcd\ \xd1\x45\x41\x1d\x7a\xdb\xfe\xfc\x81\x2a\xd5\xea\x5a\x4d\x71\x92\ \x70\x6a\x91\x3b\xe7\x1e\xbd\x7b\xe6\xe7\x5f\x3e\x73\x36\x08\x5b\ \xaf\xcd\x9f\xac\x5a\xb7\x3f\x7c\xe3\xcf\xfa\xf9\x1c\x17\x62\x57\ \x6c\xe6\x32\x48\xfd\x92\x3c\xf1\xb7\x41\x30\x39\xf2\x89\x4f\x78\ \xf1\x0b\x6b\xc7\x02\x2b\x67\x61\xfe\xc0\xe4\x13\xff\x7e\xf6\x93\ \x87\x07\xdf\xfc\x3b\xfb\xfe\x9f\x70\x7a\xdf\x6b\xbd\xb2\x82\xdb\ \xab\xc1\xbc\xc9\xdc\x83\x56\x5a\x0b\x51\x1e\x1b\xdb\xfb\xef\x7e\ \x63\xd8\xd8\xb3\x72\xbc\xd9\x99\xef\x5c\x1c\x92\x91\xcf\x3d\x59\ \xbb\xe9\x00\xd1\x5a\x08\xb1\xab\x2c\xce\xa6\xc2\x4b\x65\xc6\x67\ \x4b\xbf\xf5\x53\x63\x8f\xd4\xd5\x91\xf3\x6a\xd4\xd5\x47\x97\x84\ \xe5\xb0\x3b\x6f\xcc\xcf\x15\x89\xd6\x57\xa1\x8d\x57\x12\x67\x69\ \x6d\x4c\xa5\x54\x72\x4b\xe5\xd9\xcf\x7e\x46\x8c\xce\xac\x2e\x76\ \xc7\x7e\xe9\x97\x46\xef\xbb\xa7\x9a\xcf\xbb\xae\xcb\x77\x53\x9c\ \x85\x08\x52\x69\x89\x60\x53\x30\x06\xe2\x80\xbf\xf8\x7a\xf0\xe7\ \xdf\x5a\xfb\xc6\xd9\xa4\xad\xe8\x2d\xe3\x56\x7f\x60\xf6\xed\xcd\ \xdf\x32\xc2\xa4\xbe\xc6\x0b\x21\xe7\xbc\x50\x28\x38\x1e\xbb\x6d\ \xcf\x23\x37\x8e\xfc\xb3\xe7\x8e\x9f\x40\x35\xfb\xe8\x2d\xbf\x58\ \x28\x14\x6b\xf5\xaa\xd8\x25\x76\x07\x80\x58\x1e\xf0\x8b\x9d\x23\ \xaf\xd7\x3e\xf9\x58\xfc\xed\xbf\xe3\xca\x22\xb6\x6b\x78\x7b\xf8\ \xd2\x77\x57\xff\xfb\x17\x16\xbf\xf6\x8a\x3b\x33\xe2\xde\xf2\x63\ \x63\x1f\xbd\xaf\x70\xc7\x5d\xb6\x73\x8d\x01\x2e\x2a\xad\x10\xb1\ \x5c\x2c\xe6\x46\x1a\xb3\x4f\x3e\x11\xe6\x6a\x6b\xab\xe1\xe4\x67\ \x1e\x6f\xdc\x7e\xa8\x56\x28\xda\xb6\x2d\xc4\x2e\x8a\xb3\x90\x82\ \x94\x5a\x13\xb0\x88\x01\xc4\x61\x3f\xf9\xde\xc9\xc1\x9f\x7e\xab\ \xf5\x7f\x2f\xf0\x3e\xb2\x5b\x47\x59\x67\x68\x6e\xbe\x31\xff\xbe\ \x32\x91\x6f\x6b\x9c\x95\x1e\xbc\x49\xbb\xdd\x66\x8c\x79\x95\xf2\ \xe4\x13\x8f\x0f\xcf\x9c\x2b\x3e\x70\x4f\xd0\x6a\xb5\x5a\xad\xe1\ \x70\xe8\xb9\xce\x2e\x79\x0c\x4a\x99\x5c\xd9\x7b\xec\xc1\xfc\x4c\ \x95\xad\x9e\xea\x76\x04\x53\xb1\x78\x75\x3e\xea\x68\xb4\x29\x7c\ \xe3\xf9\xe0\x17\xef\xa9\xfd\xce\x94\x9c\x99\xa0\xcf\x9c\x79\x1b\ \xea\xac\x4a\xab\x5e\xaf\xe7\xfb\x3e\x14\xe1\xb6\x3d\x8f\x32\xe2\ \xce\x54\x0f\x1a\x05\xdd\x5e\xbb\xd3\xee\x48\xb9\x3b\x4e\x5d\x03\ \xc4\x76\x89\x8b\xc9\xe9\xe7\x2e\xfc\x5e\x7f\xf0\x7a\xb3\xfe\x61\ \x97\xb9\x1e\xea\x7e\x78\xec\x85\xc1\xf9\x98\x7a\x4e\xeb\x4f\x3e\ \xbf\x16\xcb\xd2\xa7\x7e\xbb\x74\xe1\x1f\x78\x42\x09\xbd\x46\x7f\ \xd6\x44\x71\xdc\x6a\xb5\x28\xa5\xde\xf8\xd8\xd4\x93\x9f\x89\x57\ \xd7\xf2\xb7\x1f\xea\xaf\xae\xb5\x5a\xad\x30\x8c\x4a\xc5\xe2\x2e\ \xb1\x3a\x4a\x99\x7c\x3d\xf7\x2f\x1e\xf4\xa7\xab\xd6\xfc\x2b\xad\ \x50\xbb\x7c\x28\x5e\x9e\x8f\x12\x8a\x16\xe8\xbf\x7d\x71\xf8\xc9\ \x0f\x34\x7e\x7b\x4e\xed\xaf\x91\xff\x19\x5f\x9d\xb1\xbf\xac\x5f\ \x8a\x49\x92\x74\x3a\xdd\x74\xf3\x69\xce\xf3\xec\x5c\x8e\xbd\xff\ \xe0\xc5\xc5\x25\x00\x20\x84\x08\x21\xba\xdd\xee\xcc\xcc\xcc\xae\ \x38\x78\x09\x26\x03\xfe\xdd\xe3\xc1\x51\xd0\xf3\xab\x3c\x41\xfa\ \x47\xcf\x41\x4c\x88\x43\x00\x00\x5a\x4b\xc1\x17\xbf\x91\xcc\x94\ \x88\x78\x45\x2d\x75\xa5\xc5\x50\xca\x6b\xb9\x16\x69\xb7\xda\x8e\ \xeb\xce\xcf\x9f\x2f\x95\xca\xb6\x6d\x8f\xbb\x37\xc7\x03\x31\xd4\ \x17\xb5\xd6\x8e\xe3\x5c\xb8\x70\xe1\x92\xdb\x8e\x76\xda\x79\x6b\ \x5b\xc9\xb1\x6f\x2e\x9d\x45\xad\x07\xbd\x67\x8f\xa0\xe5\xb6\xff\ \xf2\xbf\x01\x4f\x7a\xa7\x5f\xd2\x43\xa0\x9e\x03\x08\xc8\x6c\xf4\ \xad\xe1\xd7\x7e\x3f\x92\x43\xc2\x28\x5c\x83\xc3\x83\x88\x51\x1c\ \xf7\x7a\x3d\xcb\xb2\xa2\x28\xf2\x3c\xcf\x29\xf8\xb4\x5a\xba\xb8\ \xb0\x08\x00\x8c\xb1\x38\x8e\x7b\xfd\xfe\xc4\xc4\x38\xec\xe8\x16\ \x9e\x4d\x85\x8f\x7a\xc9\x91\xe3\xda\x51\xfa\xdc\x2a\x97\x96\xfc\ \xc3\x16\x80\x45\xd2\x62\xe1\xd2\xb9\xde\x7f\xee\x44\xd3\x05\xf2\ \xf4\x2b\x6a\xa9\xab\x2c\x86\x57\x7e\x14\xb2\xcb\x6a\x3f\x17\xe2\ \xa9\xa7\x9e\xea\xf5\xba\xbe\xef\x4f\x4e\x4e\xd6\x6a\x35\xd7\x75\ \x95\x52\xfd\x7e\x3f\x0c\xc3\x66\x73\xf9\x13\x8f\x3d\x76\xe7\x1d\ \x77\x70\xce\x77\xf6\x33\xe0\x0a\x84\x06\x99\xe8\x93\x17\x62\x03\ \x40\x29\x12\xd0\x4b\x31\x50\xb2\xd9\xe3\x80\x9d\x2e\x5f\xeb\x00\ \x00\x30\x8a\x04\x21\x91\xb0\xed\x14\xa4\x6d\x5b\x47\x5f\x79\xf5\ \xdb\xcf\x3e\xab\x94\x9c\x9c\x9c\x1c\x1d\x1d\x2d\x16\x8b\x84\x90\ \x30\x0c\x83\x20\xe8\xf7\xfb\x8c\x59\x1f\x7c\xe8\xc1\x1d\x6c\x70\ \x40\x29\x93\xc4\xc0\x98\x49\xd6\x92\x8e\x41\x46\x11\x11\x55\x22\ \x97\x17\x81\x10\xd0\x1a\x08\xdb\xb2\x62\x11\xd4\xea\xa2\x42\x8a\ \x88\x46\xeb\x6d\xf7\x2f\x50\x4a\x87\xc3\xf0\xcf\xfe\xec\x2b\x83\ \x41\x50\x2c\x96\x26\x26\xc6\xab\xd5\x9a\xeb\x3a\x52\xca\x75\x85\ \x5f\x6a\xfe\xc2\x2f\x7c\x92\x31\xc6\xb9\xd8\xf1\x0a\x2f\x35\x88\ \x58\x1f\x9f\x8f\x0d\x00\xa3\x88\x4a\x2f\x45\x40\xc9\x86\xd4\x0d\ \xb6\xda\xfc\x62\x0b\x00\x90\x51\xb8\x2a\x85\x67\x97\x4d\xee\x94\ \x8a\xc5\xdb\x6e\xbb\x6d\x65\x65\x25\xdd\x8e\x1c\x04\x83\x20\x18\ \xa4\x4b\x54\x8d\x81\xb9\x7d\xfb\x0e\x1e\x3c\x90\xec\x74\xa3\x03\ \x00\x73\x55\x33\x14\x66\x4b\x4f\x94\xb9\x4c\x78\x00\x10\x4b\xa8\ \xfb\x46\x6f\xeb\xf4\x15\x42\x1e\xba\xe5\x96\xe5\xe6\xb2\x6d\x5b\ \xc6\x18\xce\x45\xab\xd5\x06\x63\xb4\x31\x5a\x1b\xdb\x76\xee\xbb\ \xf7\x5e\xc6\x98\x94\x3b\x74\x09\xb2\x56\x58\xad\xb1\x83\xef\xc7\ \x6d\xf5\x2b\x83\xe3\x6c\x2f\xe7\xa8\x94\xaa\xd7\x6b\xb7\xde\x7a\ \x6b\xa7\xd3\x61\x94\x19\x30\x41\x10\x04\x41\xb0\xa9\xf0\x07\x0f\ \x1c\x9c\x9b\x9b\xdb\xf1\x46\x87\x20\xec\xaf\x69\xa5\xb7\x4a\xd1\ \xfc\x68\x6d\x07\x80\x58\x62\xc5\xbb\x22\x85\xbf\xbc\xdd\x71\x1c\ \xe7\xf1\x4f\xff\xca\x25\xd7\xad\xa7\x4e\x3e\xe7\x7c\xc7\x6a\xff\ \x86\x50\x09\xc2\xe3\xf7\x89\xab\x6d\x17\x40\x00\xa9\x21\x92\xdb\ \x79\x03\x38\xe7\xf7\xde\x7b\xf7\xe1\xc3\xf7\x6f\xec\x89\x7d\xab\ \xe4\xb5\x56\x3b\x58\xfb\x4d\x14\x5a\xf7\x3e\x60\x1f\x7e\x78\x9b\ \x1d\x1a\x06\x4c\x12\x6f\x63\x48\x42\x29\x55\xc8\xe7\x9f\xfc\xec\ \xaf\xfe\x70\x85\x37\x9c\x8b\x9d\xad\xf0\xda\x80\xc7\xe0\xd7\x0e\ \x6f\x47\xe1\xc5\x95\x29\xfc\xe5\xeb\x8e\xc6\x98\xe4\x1a\x46\xec\ \x76\x0c\x92\xed\x6a\xda\xb6\x13\x30\x52\xca\x9d\xad\xdf\x3f\x3a\ \xd1\x02\x52\x9a\x77\xe3\xf6\x33\x85\x4f\xcf\xda\xeb\xaa\xf0\x19\ \x0f\x46\x86\x0c\x19\xde\x69\xb0\x4b\x9d\x34\xb8\xab\xda\xc0\xdf\ \xf1\x83\x1c\x7f\xd8\xd7\x33\xb1\x5f\x57\xb1\x5f\x52\xbc\xb8\x81\ \x4c\x44\xef\xa4\xd8\xd9\x0f\x3a\x99\x4a\x29\xb5\x0b\x6a\x84\xef\ \xde\x93\x20\x3f\x2c\xb3\x90\x89\xfd\xfa\x41\x29\x75\x49\xce\x10\ \xad\x75\x26\xf9\xeb\x6a\x77\x2e\x29\x5b\xfc\xf9\x9f\xfb\x97\x5b\ \x8d\x8e\xeb\xba\x2b\x2b\xcb\xfd\x5e\x8f\x90\x2c\x04\xbb\x5e\xcf\ \x22\x08\x7a\x39\xcf\x9f\x99\x9d\x25\x84\xa4\xf4\x5d\xb6\x6d\x73\ \x9e\x2c\x2e\x2c\x64\xd2\xb9\x7e\x2f\x00\xe7\x3c\x8a\xa2\xe9\x99\ \x3d\xa5\x52\x69\xd3\x06\xd9\x8e\xbd\xbc\xb4\x34\x1c\x0c\x30\x53\ \xf8\xeb\x86\x7e\xbf\x57\x28\x94\xa6\xb7\x74\xf9\xb1\xb7\x3c\x9b\ \x38\x8e\xb5\xd6\x46\x1b\x0d\x3a\x93\xd7\x75\x42\x21\x5f\xc8\x17\ \x8a\x48\x48\x5a\x31\x49\x29\x2f\x38\xe7\xc6\x80\x31\x99\xd8\xaf\ \x5b\x4e\x81\x59\x95\x8a\xe7\x79\xde\x66\xa1\x0a\x11\xe3\x38\xd1\ \xda\x68\x6d\x30\x53\xf8\xeb\x66\xf3\x0b\x85\x52\xa9\x54\xda\x5a\ \x22\x7c\x93\xbf\xb3\xf9\x30\x76\xc9\xe0\xcf\xbb\x7b\xfc\xbe\x45\ \xc8\x99\xd8\x33\xc9\xef\x1e\xb1\x5f\xc2\xb7\xcc\x9e\xc1\x3b\x80\ \x1f\x14\x72\x26\xf6\x4c\xf2\xbb\x47\xec\x59\x4c\x9b\x21\x43\x86\ \x77\x1a\x99\xdd\xc9\x90\x21\xc3\x3b\x8d\x7f\x1c\x00\xf9\x3e\xe5\ \x59\x0a\x53\x5d\x3c\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ \x82\ \x00\x00\x35\x0a\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x00\xf9\x00\x00\x00\x71\x08\x02\x00\x00\x00\x98\xce\x92\x72\ \x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\ \x01\x00\x9a\x9c\x18\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\ \x25\x00\x00\x80\x83\x00\x00\xf9\xff\x00\x00\x80\xe9\x00\x00\x75\ \x30\x00\x00\xea\x60\x00\x00\x3a\x98\x00\x00\x17\x6f\x92\x5f\xc5\ \x46\x00\x00\x34\x90\x49\x44\x41\x54\x78\xda\xec\x5d\x67\x98\x55\ \x45\xd2\xae\x0e\x27\xdc\x34\x39\x30\x81\x9c\x33\x92\x17\x58\x40\ \x24\x08\x22\x08\xae\xfa\x81\x98\x05\x0c\x98\x50\x59\x05\x14\x76\ \xd7\x88\x71\x45\x94\x05\x03\x8a\x01\x04\x01\x95\xa0\x80\x91\x64\ \x20\xa8\xa0\xe4\x0c\x93\xf3\x8d\x27\x74\xd7\xf7\xe3\xce\x0c\x43\ \x10\x01\x47\x44\x3c\xef\x73\x1f\xb8\xdc\xe9\x39\xf7\x50\xfd\x9e\ \xea\xaa\xea\xaa\x6a\x72\xcd\xd5\xc3\xe0\xcf\x06\xc3\x34\x2f\x1b\ \x74\x69\xcf\x9e\x17\x12\x4a\x10\xb1\xea\x8f\x5c\xba\xfe\xfa\xac\ \x37\xba\x75\xfd\x5b\xcb\x16\x2d\xb2\xb3\xb3\x91\x2a\xf5\xea\x37\ \x80\xf3\x02\x0b\x3e\x58\x76\x71\x9f\x9e\x6e\xb7\x6b\xd3\x0f\x3f\ \x65\xe5\xe4\x64\xa6\xa7\x09\x21\xa2\x3f\x92\x12\x6b\xd5\x4c\x4f\ \x49\x4e\xfa\x93\xfe\xd7\x6c\xdb\xde\xb3\x6b\x67\xa3\x26\x4d\x84\ \x6d\x4b\x29\x51\x0a\x59\x0e\x41\x29\xdd\xb6\x75\x6b\xad\x9a\x99\ \x9c\xf3\xdf\xf8\x2d\x14\x1c\xfc\x49\x60\xda\x56\x51\x71\x49\x61\ \x51\x71\x6a\x6a\x52\xac\xcf\x57\x50\x58\x54\x52\x5a\x16\x7d\x15\ \x17\x97\xac\xfc\x7c\x55\xd5\xc1\x85\x5b\x3f\x9b\x70\xdb\x88\x2b\ \xfe\x31\xe4\xbe\x67\xe7\x17\xda\x00\x00\x45\x3f\x2d\xbb\x63\xc4\ \xd0\xa1\x57\x8f\x59\xbc\xb9\x20\x3a\x06\xad\x92\xf7\xa6\xdc\xf3\ \xaf\x79\xdf\x54\xfe\x56\xe9\xde\x6f\x9e\x9d\x30\xe6\xfa\x31\x0f\ \x6d\x28\x3e\x0f\x05\xc8\xa5\x94\xe7\xec\xcd\x11\x02\x84\xfc\x25\ \x9e\xc6\xdd\xbb\x77\xef\xd9\xb3\x47\x55\x55\x00\x40\x44\xcb\xb2\ \xda\xb4\x69\x93\x9c\x9c\x7c\x14\x7d\x0b\xf2\x1f\x7e\xe8\x21\xb7\ \xdb\x45\x28\x51\x15\x05\x80\x00\x60\xe5\x42\x97\x51\xb3\x7e\x95\ \xb1\xb8\x6d\xd3\x4f\x6a\xdd\xee\xd7\x5d\x84\x53\xee\xfd\xe7\x33\ \x19\xcd\x1f\xbb\x94\xdd\x3b\xea\x3e\xec\x3f\x6e\x30\xfd\xf2\x81\ \xd1\xf7\x64\xae\x98\xdd\x22\xb0\xf1\xdf\xe3\x27\xbc\xbe\x74\x5d\ \xfd\x5b\xff\x3e\x09\x00\x00\xf2\xbe\x5f\xf0\xc0\x93\x0b\x9a\xf5\ \x19\x3a\xa6\x53\xcb\x46\x31\xe7\x23\xd7\x3d\x1e\xcf\x39\x7b\x73\ \x42\x4a\xcb\x34\x8f\xb1\x52\xce\x4b\x84\x42\xa1\xe7\x9e\x7b\x2e\ \x2f\x2f\x4f\xd7\xf5\x60\x30\xd8\xa6\x4d\x9b\x36\x6d\xda\x1c\xfb\ \xe4\x03\x14\x17\xe5\x19\x61\xd7\xf1\xbf\x1e\x89\x84\x33\x6b\xd5\ \xab\x3a\xb6\xeb\xf0\x3b\xba\x02\x00\xd8\x1b\xa7\xbf\x50\x26\xcd\ \xfc\xef\x57\x6f\x0a\x77\x5c\x3c\xf1\xba\x4c\xe8\xbb\x66\x61\xff\ \xe5\xab\x0e\xb5\x6c\x1f\x7b\xf1\x4d\xff\x4a\x4f\x79\xe2\x23\x29\ \x00\x00\xb0\xf8\xd5\xc7\x1f\xfe\x62\x6f\x6d\xe6\xfa\x28\x42\x62\ \x5a\x34\x6f\x78\x1e\x72\xfd\xce\xbb\xee\x3e\x37\xef\x4c\xd3\xb4\ \x2d\x5b\xb6\xcc\x7a\xfd\xb5\xd8\xd8\xd8\xf3\x9e\xee\x2d\x5b\xb6\ \x9c\x3a\x75\xea\xfd\xf7\xdf\x7f\xf8\xf0\xe1\x4e\x9d\x3a\x4d\x99\ \x32\x25\x26\xe6\x04\xaa\x95\x31\xc6\x18\x3b\xd1\xe7\x9c\x9c\xe0\ \xaa\xd6\xca\xff\xde\xb6\xdc\xdb\xff\x8d\x21\xad\x73\x16\xbd\x6b\ \x25\xd7\x74\x03\x00\xb8\x33\x93\x44\x5e\xce\x21\x96\xd4\xb9\x4b\ \x52\xfd\xac\xe5\x52\x20\x00\x00\xe6\xef\x58\xb3\x41\x5c\x3d\xf1\ \x9f\x43\xea\x17\x4c\xbe\x7b\xec\x64\x6d\xce\x13\xc3\x9b\x9d\xdd\ \x35\x9c\x00\x90\x28\x2a\xfe\xae\xf8\x67\x75\x71\xfd\xb7\x9b\xfc\ \xbf\x13\x54\x4d\x33\x4d\x63\xdf\xde\xdd\xf5\x1b\x34\xf4\x7a\x7d\ \xe7\x3d\xdd\xeb\xd7\xaf\x3f\x7e\xfc\xf8\x05\x0b\x16\xdc\x7e\xfb\ \xed\x27\x24\xfa\xaf\x58\x7b\xc7\x42\xae\x7c\xe9\x9e\x49\x2b\xd4\ \xa9\xb3\x9e\xac\xaf\xc3\x36\xd5\x4d\xfc\x85\x12\x00\x40\x96\xf9\ \xc1\xed\x2e\xbf\xbe\x2d\x01\x48\xd4\x76\x8f\x04\x45\xc2\xdf\xba\ \x77\x6f\x5b\x0f\x46\x75\x7f\xf9\x7f\xdf\x7c\x0b\x67\x97\xeb\x96\ \x65\x45\xc2\x21\x21\x84\x44\x09\xe5\x8e\x29\x22\x0a\x4a\x48\x75\ \x99\xd9\xfc\x9c\xe5\x10\x22\x4a\x29\x4d\xd3\xb4\x2c\x8b\x10\xf2\ \x57\xb0\x64\xda\xb7\x6f\xdf\xbe\x7d\xfb\x93\x08\x04\x25\x9e\x50\ \x0e\x51\x59\x55\xfd\xe4\xe0\xf2\x67\xc6\xbd\xb2\xf7\xf1\x79\xf3\ \x5a\x7a\x23\x61\xd3\x5d\xaf\x7d\xd7\xf4\x92\xbb\x66\xaf\xd8\x7e\ \x09\xfd\x64\x79\x51\xea\x93\x1d\xca\x8d\x7b\x29\x6c\x9b\x48\x00\ \xa0\x49\x0d\xdb\x64\x66\xbd\x39\x77\x69\xa7\x1b\x1b\x7e\xb4\x21\ \xb7\xce\xb5\xad\xce\xe6\x7f\x9c\x51\x5a\x90\x97\x13\x0a\xfa\x8f\ \x5f\xb5\xa4\x94\xa1\x50\x88\xd2\x6a\x70\xdb\xf8\x39\x3e\xfd\xd5\ \xbb\x8a\xfd\xa9\xe1\xf3\xfa\x98\xa2\x0a\x29\x11\x8f\x79\xf2\x09\ \x22\xf1\x78\xbd\x55\xc9\xbf\x7e\xed\x96\xa0\x55\x32\xfd\xfe\xe1\ \x53\x0d\xab\xe6\xc0\xdb\xa7\xde\xda\x6f\xca\x23\x23\xc6\x4e\xbe\ \x6e\xae\x74\x5f\x35\x79\x4a\x9f\xba\x5a\x74\x9c\x3b\x36\x39\x85\ \xb8\x01\x00\xb4\xf4\x7f\xfe\xf7\xc9\xbb\x1e\x9c\x32\xfc\x53\x11\ \xdf\xf9\x96\xe7\xaf\x6e\x7b\x96\xf5\x9a\xdb\xe3\x49\xcf\xcc\x54\ \xf8\xb1\xca\x17\xa5\xdc\xbf\x7f\x7f\xb5\x68\x3a\xee\x70\xe8\xcf\ \x82\x41\x03\xfb\x27\x26\x25\xda\xb6\x5d\x35\x02\x13\x25\x0a\xa1\ \xb4\x53\x87\xaa\xec\x24\x83\x1f\x7e\x7d\xe0\x78\x33\x62\x58\x00\ \x40\x15\x8d\x03\x6b\x33\xf4\x81\x95\x03\xef\x8c\xa0\xe6\xd6\x8e\ \xe8\xce\xc1\xf7\xbf\x36\xb8\xe2\x7d\x8d\xb6\x57\xce\x5d\x36\x38\ \x10\x12\x5e\xaf\xfb\x8f\x59\xc6\x85\x10\xc7\x2d\xe0\x28\x65\x75\ \x2d\xe9\xfc\xd7\x4c\x43\x72\x32\x9b\x10\x7e\xf5\x36\x10\x25\xfa\ \x03\x01\x87\xa9\xbf\x1d\x71\x71\x31\x97\x5c\xdc\xfb\x14\x07\x53\ \x4a\xa9\xaa\x2b\xaa\x7e\xd4\x87\xaa\xdb\x7d\x02\x8f\xb0\xea\x08\ \xed\xa8\xe5\xe1\x3c\x8b\xc3\xbc\xfe\xfa\x6b\xc7\x3e\x49\x18\xa5\ \x30\x46\xdf\x9f\x90\xd9\xd1\x37\x84\x12\x4a\x29\x01\x42\x08\x48\ \xc4\xa8\x88\xa3\x7f\x4b\x29\xa2\x71\x03\x97\xcb\x35\xa0\x7f\x3f\ \xc7\x0e\x71\xf0\xc7\x73\x7d\xf2\xe4\xc9\xe5\x61\xa7\x4a\x6f\xe0\ \xb7\x38\x19\x8c\x49\x09\x40\x15\x14\x36\x00\x02\xe1\x29\x29\xc9\ \xfd\x2f\xee\x4b\x29\xfd\x2b\x38\x97\xe7\x08\x0a\x0a\x8b\x0c\xc3\ \xd4\x34\x35\x29\x31\xc1\x91\xc6\x11\xae\xc7\xf9\x62\xa2\x3a\x18\ \x11\xa2\xba\x5c\x02\x48\x2c\xf7\xf7\x4f\xf8\x27\x02\xad\xf4\x8b\ \xa5\x94\x84\x10\xce\x79\xc5\x1b\x26\x25\x50\xa6\x21\x22\xa5\x54\ \x08\xe1\x76\xe9\x8e\x94\xcf\x26\xb6\xed\xd8\xbd\x7d\xc7\x6e\x00\ \x88\x98\x46\xcb\x66\x4d\x9a\x35\x69\xe8\xc8\xa4\x9c\xeb\x84\x4a\ \x46\x88\x44\x49\x30\xca\x63\x24\x50\x1e\xcd\x47\xc4\x13\x06\xfb\ \xa2\x9f\x30\xc6\xa2\xda\x1a\x11\x19\x63\xd1\x37\x96\x69\x09\x89\ \x84\x22\x63\x8c\x31\x35\x6a\xe7\x38\x52\x3e\x9b\xd8\xb9\x6b\x4f\ \xf7\x6e\x9d\xe3\xe3\x62\x4c\xcb\x5e\xfa\xc9\x67\xfb\xf6\x1f\x3c\ \xb2\x62\x23\xba\x74\xbd\x67\xf7\xbf\xb1\x2a\x21\xbc\x92\xec\x3d\ \xfb\xf3\x02\x71\x69\x75\x6a\xa7\x94\x7b\x6e\x05\x07\xb6\x65\x95\ \xb1\x7a\x4d\x1b\x7a\x2b\x9d\x58\xb3\xe4\x70\xb1\xac\x91\x9a\x50\ \xf9\x41\xb8\xe8\xd0\xae\x43\x25\x29\xf5\x9b\xa4\x7a\x38\x80\x7d\ \x60\xdb\xd6\x52\x1a\xdf\xbc\x51\x26\x05\x00\x69\xe5\xed\xdf\x9d\ \x53\x1a\xb2\x25\x24\xd4\x6a\x54\x27\xe9\x5c\xf1\x00\x38\x23\x14\ \x08\x50\x24\x51\xb2\xa2\x94\x02\x8e\x0a\xf3\x11\x42\x2a\xf3\xe9\ \xca\xbd\x19\x3c\x12\xd0\xad\xa4\x3b\xa5\xb4\x22\xc4\x8b\xb6\x6d\ \x23\x22\xe7\x5c\x08\xdb\x21\xdf\x59\x86\x44\xb9\xe8\xc3\xc5\xc9\ \x49\x09\x00\xc8\x08\x1a\x11\xa3\x72\x36\x29\x25\x1b\x37\x6d\xef\ \xdc\xe1\x02\x8f\xa7\xdc\x47\x3d\xb0\x6a\xf6\xdd\x0f\xbf\xec\x57\ \x95\xfd\x87\xf9\xfd\xd3\xde\x18\xd9\x23\xf3\x87\x05\xff\xb9\xe5\ \xd1\x0f\x34\x6a\x79\x3b\x5c\xff\xca\xd4\x7b\x6a\x30\x3c\xb0\xf1\ \x93\x7f\xdf\x3f\x76\x55\xfa\xf0\x75\xb3\x27\x26\x00\x00\x58\xdf\ \xcc\x7f\x71\xfa\x82\xaf\x43\x2c\xf1\xba\xc9\x4f\x0d\xa8\x6f\x2f\ \xfc\xcf\xe8\x47\x17\xec\xa0\x60\x5d\x30\xfc\xd1\x69\xf7\xf7\x63\ \xf9\x3f\xdc\x3a\x60\x70\x61\xa3\x1e\x19\x6e\xec\x34\x72\xd2\x9d\ \xbd\x9a\x9c\x2b\x5c\x97\x80\xe5\xfe\x25\xa2\x94\x15\x7a\x1d\x8f\ \x70\x5d\x4a\x19\x25\x34\xa9\xd8\xc1\x8a\xd2\x5a\x08\x11\xb5\x5b\ \x2a\x9f\x81\xe8\x46\x00\x12\x21\x2d\x89\x28\x84\xb0\x2c\xcb\x14\ \xc2\x72\xf8\x77\x56\x81\xb8\x70\xfe\x1c\x5d\x53\xa3\x53\x53\x75\ \x55\xb5\x2c\x2b\xa3\x76\x03\x55\xd3\x2a\x3f\xf1\xd5\xfd\xdb\x7f\ \x66\xf4\x6a\x58\x2f\x75\xce\xc8\xee\xaf\xbe\xf1\xd1\x4d\x9d\xfb\ \x4f\xf9\xd7\x3b\x03\x1f\x5d\x3a\xf6\xef\xc6\x0d\x17\x0d\x9b\xf1\ \xf1\x55\x0f\xff\xdd\xff\xce\xab\x6f\x97\xc5\x67\xf8\x78\xf9\x52\ \xb0\x63\xf9\xd4\xfb\x9e\x5b\x31\xe4\xf6\xdb\x06\xf5\xe9\xd3\x20\ \x59\x0f\x6c\x7b\xeb\xdf\xf3\x76\x4d\xfa\x60\x79\x2f\x73\x71\x9f\ \x2b\x1f\x5e\x32\xac\xcf\xa5\x56\x5e\xa8\x5e\x9f\x97\x3e\x98\xd5\ \xec\x1c\x13\x0c\x15\x52\xda\x42\x20\x10\xa0\x0c\x09\x50\xae\x70\ \xae\x94\x8b\xa9\x02\x94\xd2\xa8\xc5\xc2\x39\x67\x8c\x91\x68\x48\ \x8b\xd2\x4a\xa2\x63\x05\x84\xb0\xa5\x10\x08\x18\x5d\x0d\xa4\x14\ \x96\xe5\x70\xfd\xac\x82\x10\xa2\x70\xae\x29\x5c\x55\xb8\xaa\x70\ \xa5\xca\x4b\x55\x38\xe7\x47\x6d\x4c\xc6\x67\x36\x68\xde\x30\x43\ \x25\x05\x3f\xe7\x8a\x0e\x3d\xbb\x1a\x87\xd6\x6f\xb1\x9b\xf6\xeb\ \x52\xd7\x15\xdb\x64\x60\x1b\xdf\x96\x35\x6b\x21\xa6\xd1\x03\xd3\ \x66\x4f\x1e\xd6\x0e\x0c\x0b\x01\x00\x8c\x65\xaf\xbe\x7e\xd8\x56\ \x77\x7d\xfe\xd6\xb5\x57\x0e\x9b\xb7\xb9\xa4\xf0\xc7\x75\xbc\x66\ \xbb\x9e\x75\x7d\x31\x8d\x7b\xb5\x4c\xb5\x57\x7d\x9f\x4f\x98\x99\ \xf3\xf3\xea\xff\xdc\x35\x71\xda\xfb\x6b\x8d\x73\x8a\xeb\x9a\xdb\ \xc3\x34\x0d\x29\xb1\xa4\xb0\x10\x05\x41\x60\x94\x57\xa0\x2a\xa1\ \x2b\x44\x59\xfe\x10\x54\x55\xfc\xb6\x6d\x0b\x21\x84\x10\x88\x40\ \x08\xa1\x0c\x09\x05\x20\x12\x88\x44\x14\x0e\xff\xce\x2a\xd7\x01\ \x28\xa5\xc7\xa4\x4f\x55\x28\xad\x13\x6d\x42\x47\x0e\x4e\x19\x39\ \x62\x7b\xb3\x51\x93\x46\xb4\x8a\x94\x05\x2c\x45\x89\x8e\xe0\x1a\ \x93\xc2\x88\x2e\x0c\x86\x69\x95\x3b\x6d\x98\xf7\xe3\x2e\xfd\xba\ \xfb\xa7\xbe\x34\x73\xce\x03\x1d\x8d\x97\x9f\x7f\xaf\x50\x70\x37\ \x8f\xfe\x0a\x55\xa8\x66\xf8\x03\x24\xbd\xf7\x7b\x1f\xcc\xbd\xa9\ \x5b\x8d\x0f\x1f\xbb\xf1\xee\x99\x6b\xce\x9d\xe8\x1b\xef\xd0\xa5\ \x6b\x30\x18\x8a\x84\xc3\xc1\x60\xb0\xb4\xb4\xd4\x1f\x08\x98\x91\ \x08\xb1\x6d\x04\x60\x8c\x45\x95\x7a\x54\x67\x57\xf8\xa9\x84\x50\ \x82\x52\x56\xba\xad\x51\xf1\x45\xcd\x1b\x44\x04\x02\x8c\x73\x42\ \xc0\x89\x31\xfe\x31\x26\xcc\x49\x77\xf8\x2a\xa3\x6d\xe5\x10\x79\ \x2f\xde\x7f\xdb\xda\x84\x6b\xde\x7d\xea\x3a\x17\x80\x95\x50\x33\ \x39\xb0\xef\x50\x21\xb4\x4b\x90\x3f\xef\x0a\x24\x0e\x3c\xae\xa4\ \x8b\x78\xe2\x94\x40\xb1\xbf\x04\xa0\x56\xad\xb4\x44\x7b\x4f\x49\ \x42\xc3\x3a\x85\x05\x6b\xb3\x01\x62\xc5\xe1\x43\xc5\xa5\x17\xd6\ \x4b\x00\xee\x6d\xd8\xaa\x5d\xc3\x56\xed\xd4\x83\xdf\x8e\x9c\xbf\ \xda\x1a\xd9\x55\x3d\x47\xb8\xee\xf6\xc6\xba\xbc\xb1\x80\x28\x11\ \x6d\xdb\x0a\x85\x23\x81\xa2\xa2\xe2\xbc\x9c\x92\x92\x92\x60\x30\ \x18\xb5\xc8\xa3\x11\xc6\x28\xdd\x01\x80\x20\x90\x8a\x78\x79\xd4\ \x2b\x05\x80\xa8\xf9\x5e\x6e\xdc\x03\x44\x37\x98\x9c\x6c\x96\xb3\ \x8f\x68\xaa\x20\x4a\x81\x51\xc9\x63\x85\xb6\x07\x40\x29\x6d\xfb\ \xa8\x68\xc1\xee\x25\xff\xfb\xcf\xec\x9d\xb7\x3e\xa9\xce\x7f\xed\ \x55\x96\xd9\x62\x68\xef\xce\x37\x0c\x8e\x7f\xec\xde\xd1\x9b\x1b\ \x85\x3e\x0a\xd4\x79\xee\xf2\xf2\x44\x34\xdb\x0c\x95\x06\x14\x04\ \x00\x48\xb8\xfc\xe6\x5e\x37\xbd\x34\xe1\xd9\x60\x8f\x95\x73\xb7\ \xf5\xb8\x6f\x62\xed\x0b\xbc\xfd\x63\xdf\xbe\x7f\xe4\xf8\xa6\xd6\ \xc6\xfc\xf4\xcb\x87\xb7\x8b\xdf\xf9\xf1\xac\x39\x1b\x0b\xe2\x79\ \xf1\xc2\x77\xbe\xeb\x7b\xe7\x6d\x0a\x18\x8f\x5f\x33\x34\xbb\xd3\ \xb8\x17\xc6\xf4\x58\xf5\xf2\x3d\x8f\xaf\x49\x7e\xff\xad\xf1\xe6\ \xe6\xf9\xff\x18\xfd\xee\xa4\xf9\x73\xba\xa5\x2b\x67\x8f\xeb\xb6\ \x2c\x57\x03\x9c\x73\xaf\xdb\xe3\xf5\x41\x4a\x42\x3c\xa9\x95\x11\ \x0c\x86\x0a\x0b\x0b\x0f\x1d\x3a\x54\x50\x50\x20\x84\x88\x92\xb6\ \x7c\xbb\x94\x10\x44\x20\xe4\x88\xfe\xc0\x8a\x78\x7c\x74\x29\x40\ \x29\x91\x56\xe0\x44\xf9\xd6\x0e\x7e\x3f\x34\x69\xd4\xa0\x5e\xc3\ \xe6\xa1\x40\x59\xb9\x3e\xaa\xe4\x3a\x82\x90\xf2\x82\x76\x6d\x19\ \x3d\x32\x23\x4a\x46\xa7\xbb\xef\x05\xe3\xf0\x4f\xdb\x04\xea\x90\ \x18\xa4\x9d\xae\x7f\x62\x96\x67\xc6\x8c\xef\xb3\x94\xe7\x5e\xbb\ \xa5\x67\x7a\xf9\xc8\x9a\xed\x2f\x7f\x30\x56\x8b\x16\xf5\x74\xb9\ \xf9\x99\x57\xe2\x5e\x5d\xba\x29\x6b\xc8\xf8\xe9\x37\x5d\xda\x98\ \x00\x3c\x32\x6b\xd6\xab\xd3\xdf\x3d\xcc\x86\xbc\x71\xcb\x4d\x35\ \x38\xc8\xe4\x54\xc5\xd8\x99\x1d\xa4\x57\x3f\xf2\xe6\x88\x81\x1d\ \x08\x18\xed\x7a\x0f\x2c\xab\x93\x01\x00\xe9\x2d\xba\x5d\xea\xf6\ \x71\x00\x48\xac\x3f\xf8\xf2\xfe\xe9\x9e\xb3\x5a\x74\x46\x2e\x1f\ \x31\x82\x33\x85\x10\x42\x28\x53\x55\x45\x4a\x89\x42\xaa\x8c\x72\ \xae\x50\x4a\xfd\xfe\xb2\x82\x82\x82\x83\x07\x0f\x66\x65\x65\x19\ \x86\xa1\xaa\x9a\x65\x99\x4c\x9a\x80\x48\x28\x05\x42\x2c\xcb\x92\ \xf2\x48\x5a\x05\x02\x05\x40\x02\x08\x00\x84\x12\x61\x8b\x94\x94\ \x94\x4f\x3e\x5e\x16\x0d\xc0\x9f\xd6\x9d\xb9\xdc\xee\x75\x6b\xd7\ \xfc\xe7\x5f\x93\x1a\x34\x6c\x14\x1f\x9f\x50\x35\x67\xf5\xaf\x59\ \x5b\x7d\xea\x28\xf3\x07\x2d\xdb\x22\x40\x8e\x33\x6f\x30\x2e\x26\ \x86\xb1\x73\xae\xac\x51\x0a\xb1\xe1\xbb\xaf\xd3\xd2\xd3\xf9\x89\ \xf2\x1c\x0f\x1e\x3c\xd8\xa0\x7e\x3d\xf6\x9b\x95\x26\x97\x52\x48\ \x42\x15\x45\xe5\x9c\x53\x42\x09\x25\x40\x28\x22\xca\xa8\xa6\xf7\ \xc5\x70\x45\x4d\xcf\xc8\xcc\xcf\xcf\xdf\xbd\x7b\x77\x56\x56\x16\ \x12\xca\x38\x17\xb6\x8d\x88\x04\x80\x1e\x95\x53\x40\x8e\x15\x6d\ \xa5\x5e\x71\x70\x16\x11\xe3\xf3\x38\x42\x38\x01\xd7\x09\x82\xb0\ \x4c\x4e\x18\x65\x5c\x5a\x16\x21\x14\x08\xb1\xa3\xb0\x2c\xa8\x70\ \x74\x92\x92\x92\xe2\xe3\xe3\xb3\xb3\xb3\x77\xec\xdc\x59\x94\x7d\ \x50\x55\x39\x22\x31\x2d\x4b\xd1\x74\x26\xf1\x48\x60\x11\x65\x15\ \x37\x28\x6a\xd9\x38\x64\x77\x70\x6e\x70\x1d\x50\x22\x02\x90\x4a\ \x1f\x94\x50\x4a\x39\xa3\xd1\xbd\xcf\xa8\x75\x1e\xdd\x39\x52\x14\ \xa5\x56\xad\x5a\xc9\xc9\xc9\xfb\xf7\xec\xda\xb3\x6b\x57\x51\x51\ \x91\xa6\x69\x52\xa2\x10\x76\x65\xac\xe6\x68\x97\x1f\x8f\xaf\x97\ \x71\xf0\x7b\xc3\x30\xcc\xb5\xdf\x6e\x28\x2b\xf5\x7b\xbd\xee\x2e\ \x9d\xdb\xbb\x74\x27\x1f\xe9\x08\xd7\x91\x00\x91\x42\x20\x08\x4d\ \x75\x45\xa3\x29\xd1\x1a\x5e\xdb\xb6\xa3\x81\x45\xdb\xb6\xa3\xed\ \x1c\x84\x10\x9a\xae\x37\x6b\xde\x22\x31\x21\x69\xfb\x8e\x1d\x39\ \x39\xd9\xc2\xb2\x08\xe5\x28\x25\xc0\x89\x6b\xc3\x9c\xd0\xe3\x59\ \xc6\xda\xaf\xd7\xc7\xc5\xc5\x36\x6e\x50\xef\x70\x76\xce\xca\xcf\ \x56\x35\x6b\xd2\xf0\x48\xcb\x24\xc4\xc4\x84\xf8\xe4\xa4\xc4\xbf\ \x28\xd7\x39\xa7\x52\x20\x4a\xb4\x0c\x0b\x24\x52\xca\x18\xe3\x51\ \xed\x1e\x05\xe7\xdc\xb6\xed\xa8\x95\xc2\x18\x03\x02\x8c\x2b\x75\ \x1b\x34\xf4\xc4\xc6\x6e\xdb\xba\xf5\xc0\xfe\x7d\x91\x50\x88\x31\ \x26\x6c\x11\x8d\x3f\x22\x4a\x00\x27\xce\xf8\x87\x21\x10\x0a\xd5\ \xa9\x53\x2b\x35\x25\x39\x26\xc6\x67\x59\xf6\x9e\x7d\x07\x2a\x7b\ \xec\x10\x42\xbe\xdd\xf0\xc3\x95\x43\x06\xea\x7a\x79\x9a\x80\x28\ \xdd\x3f\xf7\xf5\x99\xab\xb6\x17\x24\x37\xe9\x75\xfb\x6d\x57\xa6\ \x2a\x00\x81\xbd\x33\x9f\xfb\xef\x86\xc3\x7c\xc0\xa8\x7b\x07\xb5\ \x4d\x8b\x0e\xdb\xba\xfc\xb5\x0f\x73\xd3\xc7\x5c\x73\x71\xb9\x1f\ \x60\xe5\x2f\x7b\xe7\xad\x4f\x36\xe5\x0e\xbc\x6b\x62\xef\xba\x5e\ \x00\x28\xfc\x71\xe9\x8c\xcf\x73\xae\xbe\xf5\xc6\x5a\x2a\x04\x0f\ \x7f\xff\xea\x8c\xd9\x5b\x73\x83\xf5\xff\x3e\xec\xb6\xe1\x3d\xdc\ \xe7\x0c\x17\x38\xa5\x00\x48\x28\x05\x29\xed\x48\xd8\xd2\x34\x9d\ \x71\x06\x88\x47\xf2\x5b\x8e\x14\x61\x20\x22\x72\xca\x6c\x24\x68\ \x89\xb8\xb8\xf8\x36\x6d\xdb\xc5\x27\x24\x6e\xfd\x69\x73\x69\x51\ \x91\xa6\x69\x80\x18\x89\x84\x08\xa5\x95\x5c\x8f\xc6\xd8\x1d\xfe\ \x9d\x4d\x08\xdb\x9a\x32\x65\x4a\x8c\xcf\x43\x08\xa8\xaa\x4a\x08\ \xad\x5c\x72\x51\xa2\x29\x28\x0c\x19\x58\x39\x78\xf7\x77\x5f\xac\ \xdb\x65\xb6\x69\xd7\x74\xe1\x73\x13\xf7\x85\xe2\xde\x7c\xb0\xe7\ \xb4\xb1\xd7\xbf\x5b\xda\xe9\xca\x96\x81\x49\xa3\x46\xe9\x8b\x16\ \xf5\x4d\x2e\x7a\x7b\xca\x84\xc7\x66\xbe\xef\xff\xdb\x98\x91\xd7\ \x5c\xec\x01\x30\x8a\xb7\x3e\x35\xf1\xb1\xc2\x1a\xed\x7b\xf4\xeb\ \xd7\x20\x41\x07\x19\xfe\xe2\xb5\xc7\x1e\x7a\x6e\xd6\x06\xde\xba\ \xcf\xa8\x1b\x6b\x01\x6c\xf9\xf4\xa3\xad\xe1\x84\x76\xcd\x3d\x33\ \x27\x5c\x1b\xf0\x2d\x9d\x3c\xa8\xf9\xb9\xc2\x75\xb4\x24\xa5\x44\ \x61\x04\x11\x24\x01\x14\x82\x48\x20\x0a\x25\x00\xaa\xaa\x46\x2b\ \xf9\x2b\xb9\x1e\xe5\xae\x8d\x60\x99\x16\x67\x4c\xd3\x5c\x75\xeb\ \xd6\xd1\x35\xf5\xfb\x0d\x1b\x8a\x0a\xf3\x35\x4d\x89\x12\xbb\x32\ \x1f\xd8\xd9\x4b\x3a\xfb\xa0\x94\x66\x1f\xda\x57\xa2\xa9\xc7\x6b\ \x19\xdb\x32\x33\xea\x34\x62\x55\xba\xa4\x34\xea\x7d\xdd\xd4\xde\ \x00\x00\xe9\x9b\x17\xbd\x78\x38\xcb\x2a\x5a\x3f\xef\x73\x7b\xfc\ \x8a\x29\x03\xea\x80\xff\x9b\x4e\xf3\x16\xac\xef\x7b\x73\x46\x42\ \xd3\x3e\x0f\xde\xab\x4c\x5d\xcf\xa3\x4f\xcc\xe7\x33\x1e\x7a\x79\ \x45\xd6\x90\x41\x29\xbb\x0b\x5a\xf4\x8b\xe5\x20\xc2\x2c\xb1\xc5\ \xb8\xc9\x63\x1e\x9d\xf9\x43\xf4\x99\xea\x74\xed\x43\x9d\x00\x00\ \x44\xd6\x17\xef\x6c\x3d\x58\x74\x2e\x49\x86\x81\xaa\xaa\xaa\xaa\ \x6a\x9a\xca\x39\x23\x14\x81\x20\x63\x4c\x51\x14\x45\x51\xa2\xaa\ \xbd\x32\x03\x2c\x4a\x5c\xce\x15\x04\x6a\x4b\x34\x6d\x1b\x81\xd6\ \xae\x55\xbb\x4b\xd7\x2e\xe9\x19\xe9\x96\x61\x70\xae\x28\x5c\x81\ \xe3\x0b\x19\x1d\x9c\x55\xc3\x54\xf9\x05\xa8\xec\x44\xcd\x27\x72\ \xd7\xbe\xf2\xfc\x26\xf7\xad\xb7\x5f\x19\x39\xbc\x2b\xdf\x53\x33\ \x35\x16\x00\xa0\x61\x6d\x77\xd1\xc1\x1d\xe0\xce\xec\xff\x8f\x2b\ \xda\xa6\xbb\x2d\x21\x01\x00\xb0\xe8\xf3\x25\x3f\xb7\x1f\x70\xed\ \xa0\x5e\xed\x37\xcc\x18\x3b\xe6\xd9\x2f\x90\xf9\xfe\x3e\xe4\xaa\ \x7e\x2d\x6b\x08\xfb\xa8\xc4\xa7\x0d\x73\x27\x2f\x2b\xe9\x7e\xcf\ \x90\xce\xe7\x10\xd7\x39\xe7\x5c\xe1\x8a\xa2\x70\xce\x19\xa3\x84\ \x80\x44\x09\x88\x84\x50\x21\xa5\x65\xd9\xe5\xfb\x6e\xe4\x48\x66\ \xa3\x2d\x11\x01\x28\x65\x52\x82\x90\x68\x98\x46\x72\x52\x52\xc7\ \x0e\x1d\x6a\xd5\xae\x29\xa5\x6d\x9b\x26\x54\x49\xf4\x75\x48\x7f\ \x0e\xa1\x3c\xc9\xf7\xa8\x68\xc1\xa1\xb5\xaf\x5d\x7d\xff\xbb\xff\ \xf7\xd8\x8c\xcb\x9a\xba\x25\x28\xcc\x8c\x48\x04\x00\x08\x07\x05\ \x2f\xdf\x2a\x05\xc3\x96\x15\xb3\x18\xcc\x2d\x73\x77\xbb\xf8\x1f\ \x7d\x07\x0c\x9b\x3c\xa2\xe3\xb6\x95\x4b\x42\x00\x00\x10\x32\x8e\ \x4a\x3d\x58\x3f\x6f\xf2\x9d\x2f\xef\x7a\x64\xe6\x0b\x1d\xcf\x62\ \x0a\xc0\xaf\x73\x5d\x4a\xa4\x95\x3a\x9b\x32\x09\x60\x09\x21\xa4\ \x44\x29\x6c\xd3\x10\xb6\x49\xa4\xa0\x04\x28\x25\x94\x52\xa0\x0c\ \x09\xa5\x04\x18\x67\x8a\xc2\x15\x55\xa1\x8c\x71\x45\x35\x6d\x11\ \x9f\x94\xd2\xa1\x53\x97\x8c\x5a\xf5\x90\x10\x86\x92\x00\x72\x46\ \x49\x45\x8d\xb6\x83\xb3\x06\x2c\x0f\x7e\x9d\x50\xec\xd1\x00\x73\ \x95\x00\xe5\xc1\xcf\xef\xbc\xff\x95\x8b\x27\xbd\x3e\xb2\x5b\x06\ \x02\xc4\xd6\xba\xa0\x8d\xbe\x6d\xd1\xca\x9f\x4a\x72\xd6\x2f\xdc\ \xe4\x6f\xdd\xb5\x63\xe5\x45\xcb\x7f\x91\x24\xb7\x6d\x64\x7f\xb2\ \x74\x71\xd0\x08\xac\xde\xb0\xc3\x5b\xa7\xb9\x5e\x79\x65\x59\x7e\ \xe5\xbc\xef\x5e\x1f\xfb\xe4\xda\x7f\xfe\xef\xd5\x8b\xea\x45\x2b\ \x92\xac\x1d\xeb\xd7\xfd\xb8\xa7\x00\x00\x0a\xf7\x6e\x5e\xbb\x7e\ \xbb\x00\xb0\xca\x0e\xaf\xf9\xf2\x9b\xc2\xc8\x59\x8d\x47\x53\x4a\ \x88\xc2\x28\x00\x02\x25\x54\x51\x04\x55\x24\x50\x82\xd2\xb2\x22\ \x20\x4c\x86\x26\x5a\x61\x86\x36\xa7\x40\x28\x45\xca\x04\xe5\x8c\ \x20\x43\x5b\xd8\x06\xa5\xc0\x38\x33\x25\x48\x45\x8b\x48\xea\x8a\ \x4f\x6d\x72\x41\xa7\xa4\xf4\x9a\xc4\x36\x15\x40\x62\x0b\x8a\x92\ \x39\x5c\x3f\xbb\x50\x15\x85\x52\x6e\x59\xc2\xb4\x2c\xd3\xb4\x0c\ \xc3\x32\x0c\xcb\x34\x2d\xc3\xb4\x2c\x4b\xf2\xf2\x06\xbf\xe5\xf8\ \xf9\x8b\x15\xdf\xec\x2c\x58\x35\xf3\xfe\x21\x83\x07\x8f\x98\x3c\ \x3d\x2f\xb6\xc9\xa4\x29\xb7\xac\x7d\xf6\xba\x41\x97\x8c\xd4\x2e\ \xbe\x6d\x74\xbf\xcc\xf2\xf5\x80\x71\x55\x89\x5a\xf9\xfa\xd5\xff\ \x7e\x24\xe1\xa7\x19\x83\x2f\x1b\xfc\x7a\x4e\xe3\x09\x0f\x5e\xc1\ \x2a\x46\xa8\x6a\x79\x32\xf0\xa6\xf7\xe7\x6c\x2f\xca\x9b\x3d\xf9\ \x86\x21\x83\x07\xdf\xf6\xf4\xa7\x00\xd6\x8c\x7f\xde\xf2\xe8\xdb\ \xdf\x01\xc0\xfa\x77\x1f\xbf\x65\xdc\x0c\x03\xc0\xbf\x63\xf9\x4d\ \xc3\xef\xda\x98\x77\x56\xcb\xd6\xb8\xdb\xa5\x45\xc2\x21\xc2\xb8\ \xa6\xbb\x38\xa5\x8c\x60\x34\x5d\x82\x02\x00\x4a\xd3\x34\x6d\xcb\ \x56\x54\x95\x82\x24\x48\x00\x81\x53\x05\x08\x52\xa0\x40\x88\x44\ \x29\x51\x02\x41\x02\x20\x51\x02\xb0\x1a\xa9\xc9\xad\x5a\xb5\xfa\ \x31\x1c\xca\xcb\xcb\x57\x14\x85\x30\x4e\x88\xd3\x6e\xe9\xac\xa2\ \x5b\x97\x4e\xa1\x70\xc4\xef\x2f\x8b\x46\x60\x2a\xd2\xf5\x20\xda\ \x21\xaf\x7d\xdb\x36\x4a\x95\x72\x8d\xe6\xff\x98\xf0\x7d\xbf\x3b\ \x43\xa1\xb0\x04\x42\x75\x6f\x3c\x40\x4a\xef\xbb\x97\xb4\xbd\xaa\ \x20\x44\xd3\x33\x53\x2b\x67\xae\xc5\x65\x93\x97\x5f\x42\xa2\xe5\ \xa8\x89\x4d\x06\xce\x59\xdc\xe5\x60\x9e\x3f\x36\xb5\x56\x9c\x5e\ \xfe\xd8\xc4\x36\x1f\xfe\xf1\xfc\x2b\x3c\x2e\x00\x80\x9e\x13\xe6\ \x6e\xbe\x3b\x14\x0a\x1b\x48\x88\xe2\x4e\x04\x70\xff\x7b\xd1\x57\ \x92\xbb\x01\xa0\xd7\x3d\x33\x56\x8d\xa1\x2e\x00\x57\x9b\xe1\xdf\ \xfc\x74\xb9\x3b\xe6\xac\x66\xfb\x72\x90\xf6\xa1\xfd\x7b\x34\xdd\ \x5d\x23\x3d\x53\x73\xbb\x19\xda\x8c\x50\x85\x13\x82\xc4\x12\x52\ \x58\x26\x21\x04\xa5\xcd\x99\x2e\x29\x93\x96\xb4\xa5\x60\x9c\x30\ \x46\x24\x82\x14\x82\x80\xa4\x80\x00\x08\x28\x4d\x23\x42\x39\x4d\ \xcf\xac\x29\x4d\xeb\xab\xaf\xbe\x12\xb6\x24\x9c\x0a\x67\x2f\xe9\ \xec\xc2\xe7\xf3\x5e\x7e\xd9\x25\xa7\xba\x08\xb8\x3c\xc9\xae\x63\ \x93\x67\xdc\x09\x69\xb5\x8e\xee\xb5\xc1\x35\x77\xac\x56\xc5\x18\ \x70\x25\xd4\xae\x7d\xd4\x08\xc2\xb4\xd8\x98\xf2\x11\x9a\x2f\x2e\ \xc5\x17\x77\xd4\x05\x7d\xb1\xd1\x37\x8a\xcb\x1b\xeb\x2a\xbf\x62\ \x6c\x9c\x76\xb6\xed\xf5\xec\x83\xfb\x82\x65\xa5\x46\xd8\x2f\xac\ \x08\x48\x9b\xa0\x60\x20\x41\xda\x52\x8a\xb2\xd2\xa2\x82\xfc\x3c\ \x33\x12\x42\x29\x01\x05\x08\xdb\xb6\x0c\x61\x19\x28\x64\x65\x17\ \x30\x4a\x28\x21\x04\x25\x52\x4a\x19\x65\x20\xc1\xb2\xec\xcc\x3a\ \x0d\x2e\xe8\xd0\xc9\x42\xb4\x25\x46\x33\xc9\x1c\x0a\x3a\xf8\xe3\ \x7d\xd3\xb2\x92\x92\xe4\xa4\x44\x9f\xc7\xc3\x09\xa2\x6d\x31\x02\ \x94\x80\x65\x46\xac\x48\x28\x2f\x37\xfb\xe0\x81\xbd\x25\xc5\x85\ \x94\x48\xcb\x34\x42\x81\xb2\x48\x28\x80\xc2\x94\x52\x54\x84\xcf\ \x81\x52\xa2\x28\x9c\x31\x4a\x09\xa1\x8c\x52\x02\x08\x60\x49\x92\ \x51\xbb\x6e\xa3\xa6\xcd\x4c\x5b\x50\xce\xab\xa5\xc9\xaa\x03\x00\ \x08\x04\x82\xa5\x65\x7e\xc3\x30\x1d\x51\x9c\x91\xbd\xee\x76\x33\ \x46\x3c\x2e\x17\xa7\x54\xda\x36\xa5\xd4\xb6\x4c\xcb\x34\x8c\x70\ \xa8\xb4\xb8\xb0\xb8\x30\x2f\xd6\xe7\x22\x58\xd3\x36\xa5\x3f\x10\ \x74\xb9\xbd\x42\x98\x8a\xd4\x28\x22\x25\x84\x10\x1a\xcd\x93\xe6\ \x94\x62\x79\x0a\x2f\x30\xca\x2c\x04\x55\xd3\x1a\x37\x6d\x96\x95\ \x95\x55\x1e\x97\x75\xf0\x9b\xb1\xf9\xa7\x6d\xdb\x77\xee\x91\x52\ \x4a\x94\x7d\x7b\x75\x4f\x88\x8f\x73\x64\x72\x7a\x5c\xe7\x9c\x0b\ \x21\x85\x94\x48\x09\x50\x22\x24\x22\x4a\x14\x56\x51\x51\x7e\x6a\ \x4a\x52\x8c\x5b\x8b\x8b\x8b\x93\xc2\x0c\x85\x8d\xe2\xc2\x62\x29\ \x31\x3e\x21\x41\x51\x55\x42\xca\xdb\x66\xa0\x94\x42\xc8\x8a\x18\ \x3c\xa1\x84\x10\xc6\x10\x05\xa0\x8c\x4f\x88\x6b\x7d\x41\xab\x5d\ \xdb\xb7\x55\xa6\x8e\x39\xf8\x2d\xd8\xba\x7d\xe7\x95\x43\x2f\x05\ \x80\x43\x87\x73\x3e\xff\x6a\xad\xcf\xeb\xa9\xb4\x0d\x6d\x5b\x64\ \x66\xd4\x68\xdd\xf2\xa8\x2e\x15\xe1\xb2\xc2\x92\x90\x88\x4f\x49\ \xd1\x2b\x96\xd5\x60\x51\x6e\x00\x3c\xa9\x09\x55\x9a\x13\x49\x23\ \x64\x51\xb7\xa6\xa0\x30\x8b\xf2\x0a\x0c\x44\x04\xe6\x76\xbb\x34\ \xdd\xed\xd6\x95\xf3\x4c\x80\xd4\xb2\x6d\x4d\x73\xa9\xba\x2e\x91\ \x08\x09\x42\x82\x94\xc2\xb2\x22\xc5\x45\x85\x6e\x5d\x4d\x4e\x49\ \xf2\xf9\x3c\xb6\x69\x14\xe6\xe7\x65\x1d\x3a\x10\x28\x2b\x8e\x8d\ \xf5\x29\x9c\x4a\x61\x99\x46\xc4\x34\xc2\x96\x69\x20\x0a\x02\x52\ \x0a\xcb\xb6\x0c\xcb\x32\x84\x6d\x50\x22\x39\x23\x88\xb2\x5e\xbd\ \x7a\x35\x6b\xd7\x76\x68\x5a\x2d\x08\x47\x22\xcb\x57\x7e\xb6\x7a\ \xcd\xba\x7d\xfb\xf7\xc6\x78\x5c\xc2\x36\xa5\xb0\xca\x5f\xd2\x5c\ \xf7\xcd\xfa\x2a\x63\x71\xf3\x07\xcf\x5f\x3e\xe8\xd2\x61\x97\xf7\ \xed\x71\xe9\x9d\xdf\x64\x45\x00\xec\xd5\xb3\xc6\xf7\xee\x73\xc9\ \x25\x7d\x7a\xff\xf3\xb5\x2f\x0d\x00\x00\x79\xe0\xc7\x15\x37\xf4\ \x69\x3b\x6c\xea\x72\x00\x90\x25\xbb\x9f\x1f\x3b\x6a\xe4\xe8\xdb\ \xee\xb8\xf5\x9a\xd6\x8d\x9a\x4d\x7c\x67\xeb\x79\xa8\xd7\x81\xb2\ \xb8\xc4\x44\xae\x28\x42\xa0\x1d\x6d\xec\x02\x04\xa4\x40\x69\x5b\ \x96\xe1\xd2\x54\xcb\x34\x42\xe1\x48\x71\x71\x91\x61\x44\x4c\xd3\ \x08\x05\x03\x92\xb8\x4c\xcb\xb6\x2d\x4b\x08\x81\x88\x8c\x52\x20\ \xa4\xb2\xb1\x23\x02\x52\x90\x94\xd0\x70\x38\xa8\xeb\x7a\xa3\x46\ \x8d\x1c\x7b\xfd\x57\xb1\x6e\xdd\xba\x85\x0b\x17\xba\xdd\xee\x68\ \x5f\x1d\x21\xc4\xc8\x91\x23\xeb\xd4\xa9\x53\x75\x8c\xbf\xb4\x64\ \xc1\xdc\xb7\xdc\x2e\x57\x79\xe1\x7a\x15\x44\x22\x91\x76\x1d\xbb\ \x1d\x15\xfa\xc8\xec\xf0\xd0\x0b\x83\x9a\xd5\xa4\x13\xfa\x5e\xf8\ \xca\xa2\x11\xed\x86\x86\x27\x3d\xb1\xf4\xa6\x59\x4b\xfa\xb3\xe5\ \x83\xae\x99\xdc\xbd\xf7\xa7\x7d\xac\xcf\x9f\x79\xea\xc5\x9d\x61\ \x1a\x6b\x9a\x00\xc0\x12\x9b\x4c\x7e\x73\xa1\xa0\xfc\xc0\xb2\xc7\ \x46\x94\xa4\x5d\x3d\xa8\xc9\x79\xc8\xf5\x3a\x75\xeb\x29\x9c\xdb\ \x42\x00\xe3\x14\x88\xb4\x11\x50\x84\x83\x01\xdb\x32\x8d\x48\xc4\ \xad\xab\x41\xbf\xdf\x1f\x0a\xc5\xf8\x3c\x69\xe9\x19\x09\x49\x29\ \x52\xd8\x86\x30\x84\xc4\xca\xb6\x02\x08\x20\x85\x90\x12\x29\x25\ \x32\x5a\x7c\x8a\xb6\x8d\xd2\xa3\xbb\x22\x96\x95\x10\x1f\xc7\x9c\ \xf2\xea\x5f\x43\xc3\x86\x0d\x85\x10\x1f\x7e\xf8\xa1\xcb\xe5\x32\ \x0c\xe3\x9a\x6b\xae\x49\x4b\x4b\x3b\x76\x09\xa6\x94\x33\xa8\x08\ \x8e\x1f\x15\xda\x62\x04\xf9\x51\x55\xa4\xa4\x7e\xbb\xae\xf5\x01\ \xc0\xd8\x11\xd6\x12\x5a\xb7\x4c\x3b\xfc\xfd\xec\xdc\xa4\x5e\x43\ \x3a\x67\x24\xc2\xd0\xde\x29\xcf\x7e\xbd\x6e\xeb\x80\xa1\xdd\x9e\ \x98\xd9\x7d\xc9\x53\xc3\x5e\x8d\xd8\xe5\x61\x43\x45\x61\xf6\xe1\ \xa9\x53\xe7\xf7\xbc\x73\x4e\xbb\xa4\xf3\xd0\xe6\xa4\xba\x2f\xce\ \x20\xcc\xa6\x1c\x18\xe5\x0c\x14\x05\x81\x08\x50\x75\x1b\x68\x51\ \x49\xa9\x2f\x26\x56\x48\xe1\xf5\x79\xbd\x31\x31\xbe\xb8\x58\xee\ \x72\x85\x4c\x4b\x4a\x9b\x51\xc2\x19\xa5\x14\x14\x95\x73\x4e\x08\ \x95\x40\x6c\x5b\x44\x6c\x11\x06\x10\x48\x08\x61\x9c\x72\xae\x2a\ \x3a\x63\x8a\x53\xb1\xf1\xab\x48\x4a\x4a\x7a\xec\xb1\xc7\x2e\xbc\ \xf0\x42\x21\xc4\xb5\xd7\x5e\x7b\xd7\x5d\x77\x69\xda\xb1\xe1\x67\ \x02\x84\x12\x46\x08\x3d\xfe\x45\x29\x3b\x41\xde\x51\x60\xe7\x43\ \xd7\x8f\x0c\xf5\x19\x77\xf3\xdf\x6b\x16\x17\x95\xa1\x3b\x1a\x47\ \x47\x8f\x1b\x22\x91\x00\x51\x34\x97\xae\x08\xcb\xae\xd2\xce\x10\ \x0e\x7e\xf6\xfa\x57\xc6\x05\xa3\x2e\x6d\x7c\x7e\xfa\xa6\x40\x15\ \x4a\x6d\x81\x36\x10\x04\x44\x4a\x01\x09\x91\x84\xa7\xa6\x67\x78\ \x35\x35\x1c\x31\x4a\x03\x7e\xb7\xdb\x93\x92\x90\xac\xbb\xbd\x52\ \x20\x00\x51\x18\x8b\x96\xba\xe8\x9a\x66\xd9\xa6\x04\xc1\x39\x03\ \x40\x29\x2d\x29\x6d\x20\x1a\xe5\x0a\x22\x5a\x42\x50\xca\x7f\xa7\ \xc3\x78\x09\x10\x1a\x0d\xfe\x9c\x2f\xd0\x34\x6d\xfc\xf8\xf1\xeb\ \xd6\xad\xeb\xdf\xbf\xff\x09\x07\xfc\x72\x96\xcb\x89\xfa\x1f\x45\ \x0e\x3d\x72\xc7\xed\xbb\x1a\xdf\x35\x7b\xd2\x50\x0e\x90\x94\x94\ \xc2\x73\x37\xf8\x11\x12\x89\x7f\x4f\x2e\x6b\x96\x92\x76\x82\xd5\ \x01\xec\x65\x73\x3e\x6b\x7c\xe1\x7d\xf5\xfe\x08\x9d\x1e\x4d\x2e\ \xfc\x9d\xe3\x30\x84\x52\x24\x12\x80\x02\x41\xa0\x80\xa0\x6b\x6e\ \xaf\x57\xe8\x9a\x0a\xb6\x95\x95\x93\x5f\x5c\xe4\x37\x0c\xac\x5d\ \xd7\xc3\xb8\x12\x0c\x9b\x8c\x72\x40\xa9\x72\x0e\x94\x00\xa0\x5b\ \xd7\x11\xd0\x16\x82\x50\x02\x80\x52\x0a\x29\x25\x27\x34\xca\x70\ \x29\xb0\xbc\xf9\x0e\xa9\xd6\x1c\x30\x44\x4a\xa9\xaa\xa9\xa6\x69\ \x56\x96\x83\x44\xd5\x53\xb4\x41\xcd\x9f\x94\xee\x89\x89\x89\x03\ \x07\x0e\xfc\xa5\x9f\x56\x74\x9b\x12\x50\x95\xa7\x04\x00\xa2\x91\ \x81\xa3\x72\x4b\xd6\x4e\x9f\x30\xf5\x4b\x78\x6e\x7a\xf2\xca\xa5\ \x4b\xbc\x75\xdb\x76\xe9\x3a\xa0\x6b\xca\xac\xfb\xfe\xf9\x7c\x77\ \xb2\x76\x53\x7c\xc7\x7b\xbb\xd5\x8c\x0e\x33\xc3\x01\x3f\xa9\x88\ \xd6\x1b\x5b\x17\x6d\xca\xed\x74\xf5\x1f\x90\x85\x8b\x00\x8c\x71\ \x45\x51\xa4\x94\x84\x92\xaa\xe7\x15\x61\xf5\xa5\xca\x72\x21\x24\ \x22\x52\xa0\x50\x9e\x35\x41\xa4\x94\x9a\xe2\x52\x99\x22\x2c\x33\ \x2d\xcd\xad\x32\x3d\x62\x18\x28\x69\x38\x60\x48\x89\x5c\x03\x33\ \x12\x09\x04\x83\x84\x90\x98\x98\x18\x54\x15\xca\x98\xc2\x38\x02\ \xa0\x44\xdb\x26\x88\x44\xa2\x54\xb9\xc2\x18\x33\x22\x96\xb0\x04\ \x54\x3b\xd9\x09\x31\x4d\xa3\x20\x3f\xdf\xb2\xec\x68\xdb\x36\x52\ \x71\xac\x8d\x4b\xd7\xc2\xa1\xd0\x79\x99\x48\xdc\xa8\x61\xc3\x1f\ \xbe\x4f\x07\x14\x00\xa4\xb2\x90\x3d\xda\xa0\x8a\xeb\xb2\x51\xa3\ \xaa\x67\x0a\xa0\x4c\x69\x37\xb8\xef\xb6\xd5\x0b\x66\x5b\x02\xd3\ \x7a\xba\x3a\x37\xed\xf5\xcc\xcc\x97\x1e\x7f\xe6\xd5\x4d\xb2\xf1\ \xd4\x99\xe3\x5a\xfa\xca\xe5\xd3\xb4\xdb\xd0\x2b\x49\x85\x1b\x6a\ \x92\x8b\x86\x8d\xe8\xd6\x2a\xee\x8f\x50\xea\x24\x1c\x0e\xe6\xe7\ \xe7\x03\xc2\x91\xb5\xab\xe2\x68\x0b\x2b\xaa\xd1\x7e\x3b\xd7\xa5\ \x65\x83\x90\x8c\x12\x04\x22\x11\x08\x00\x01\x46\x29\x70\x55\x63\ \x2e\x8f\xc2\xa8\xaa\xba\x15\x85\x73\xc6\xad\x50\x88\x33\x5a\x90\ \x9d\x9b\x95\x75\xb8\xa4\xb4\x54\xe1\x4a\xad\x3a\xb5\x53\x6a\xd4\ \x50\x35\x55\x72\x41\x80\x46\x3b\x07\x10\x28\xef\xfc\x18\xed\x16\ \xc6\x14\x76\x82\xd5\xf2\x37\x83\x71\x9e\x9c\x92\x66\x0b\x1b\x51\ \xa2\x94\x88\xd1\xcd\x5c\xe9\xf6\xb8\x75\x97\x0b\xe5\x79\xe8\x1e\ \xf4\xb9\xa8\x67\xb3\x66\x4d\x84\x90\xe4\x68\xbd\x11\x0d\x9e\xa5\ \xa7\xa5\x56\x25\x4f\xb7\xe1\x77\x76\x1b\x7e\x4c\x14\xa2\xdb\xbf\ \xa7\x76\x3b\xe6\x9a\x1d\x06\xdf\xd6\xa1\xf2\x1f\xbe\x16\xf7\x8e\ \x6b\xf1\x87\xfc\xd7\x50\x4a\x5d\xd7\x6b\xa4\x65\xca\xe8\x59\xbe\ \x18\xdd\x31\x43\x44\x49\x08\x84\x82\xc1\xea\x39\xf3\x91\x82\x60\ \x20\x00\x29\x20\x00\x61\x12\x88\xc2\xb8\x14\x12\x25\x55\xdd\x3a\ \x20\xc6\xc4\xaa\x04\xa0\xb4\xb4\x44\x0a\x59\x58\x50\xb0\x6b\xe7\ \xae\x70\x28\x00\x04\x22\x22\xb8\x75\x4b\x99\x11\x8e\xd4\xaa\x5b\ \x5b\x4a\x49\x99\x52\x7e\x52\x18\x82\xc2\x79\xc5\xc1\xc3\xa4\xbc\ \xa3\x5a\xf5\x72\x0f\x51\x51\xd4\xb8\x84\x84\x4a\x51\x21\x4a\x29\ \x84\x6d\x59\x9a\xdb\xe5\x72\xb9\xce\xcb\x0c\x1c\x4a\x49\xcd\x8c\ \xb4\xf3\xd2\x6b\x44\x44\x5d\x77\x25\x24\x56\x34\x38\x40\x81\x52\ \x4a\x29\x4d\xcb\xa4\x84\xe4\xe4\xe4\x54\x0f\xd7\x8d\x70\x08\xa4\ \x0d\x94\x49\x20\x16\x5a\xc0\x14\x41\x04\xa5\x54\x55\x55\xae\x68\ \x52\xd8\x08\x68\x46\x0c\xc3\x30\x40\xca\x43\xfb\xf7\x05\xcb\x4a\ \x18\x05\x20\xa0\x71\x1e\x36\x8c\x7d\xfb\xf6\x78\xbc\x9e\xb4\x8c\ \x8c\x68\x50\x8c\xa1\x82\x84\x11\x42\x19\x8b\x36\x80\xa4\xaa\xaa\ \xfc\x4e\xd2\x01\x80\xa2\xc2\x02\xc3\x30\xa2\x19\xc5\x96\x65\x79\ \x5c\x2e\x4d\xd7\x9c\x54\xb3\x3f\x29\xdd\x01\x20\x3f\x2f\x57\x08\ \x01\x88\x52\x0a\xdb\xb6\x7d\x3e\xaf\xae\xeb\xd5\x76\xbe\x69\x42\ \x9c\x2f\x36\xc6\xeb\xf6\x78\x91\xb2\x22\x7f\x38\xb7\xa0\x30\x10\ \x08\x7a\x75\x97\xaa\x69\x12\x91\x29\x9a\x6d\x9b\x11\xd3\x20\x94\ \x84\xfd\x81\x50\xa0\x4c\xa1\x88\x52\x70\xce\x4d\xdb\xe4\x94\x08\ \xd3\xcc\xcf\xcd\x49\x49\x4d\x05\x8a\x94\x2b\xc2\x16\x9e\x18\xaf\ \x94\x92\x90\xe8\x79\x04\x8c\x52\x06\xbf\x5b\x6d\xd2\xb6\x6d\xdb\ \xa6\x4d\x7b\x09\x00\x2c\xdb\x4a\x4c\x4c\xbc\xf7\xee\xbb\x92\x52\ \x52\xfe\xe2\xa4\x11\x42\x6c\xf8\x7e\x73\x59\x59\xc0\xeb\xf5\xb4\ \x6b\xd3\x42\x51\xfe\x1c\x5b\xfd\x51\x8b\xfc\xcb\x2f\xbf\x9c\x3b\ \xf7\x3d\x55\x53\x23\x91\x48\xb3\xa6\x4d\xef\x18\x73\xbb\xdb\x5d\ \x6d\xc1\x19\x1e\xeb\x73\x51\x62\x9b\x66\xc8\x1b\x17\x9f\x11\x9b\ \xe6\x8a\xf1\xe6\x64\xe7\x12\x21\xb9\xc2\x0d\xd3\x42\x40\x89\xd2\ \x12\x16\x00\x02\x91\x04\x04\xe7\x92\x48\x46\x28\x61\x02\x39\xe3\ \x92\xd0\x80\xdf\x1f\x0a\x86\x5c\x5e\x6f\x34\xcc\xab\x69\x1a\x12\ \x1e\xbd\x7b\x94\xbf\x6f\xbd\x69\x97\xae\xdd\x4a\x4a\x4b\x67\xce\ \x7c\xc5\xe7\xf3\xde\x3a\x7a\x74\xbd\x7a\xf5\xe0\x2f\x7f\xb4\xc1\ \xba\x6f\x37\x32\xca\x32\x33\xd2\x72\xf3\xf3\xbf\x58\xb5\xae\x65\ \xf3\x26\x95\xbd\x90\x10\x31\x36\x36\xd6\xe7\x3d\x17\xbb\x3d\x46\ \x95\xf7\x90\x21\x43\x8b\x4b\x4a\x16\x2e\x5c\xd4\xb0\x61\x83\x5b\ \x6f\xb9\x25\x2e\x2e\xf6\x98\x26\xda\xbf\x89\xeb\x3f\xff\xb4\xd9\ \x34\xc3\x12\x89\xe6\xf3\xd5\xc8\xac\x93\x94\x5e\x2b\x33\x23\xcd\ \x5f\x52\x1a\x36\x4c\x04\x0c\x1b\xe1\xe8\x29\x5f\xa6\x29\x35\x8d\ \xbb\x74\xee\x2f\x2e\xa1\x44\x65\x8c\xbb\x75\xdd\xb4\x85\x61\x1a\ \xf1\x89\xc9\x84\x00\x01\x82\x52\x6a\xba\x46\x09\x61\xaa\x5a\xde\ \xf2\x8e\xb1\xdf\x75\xd3\x54\x0a\x7b\xc0\x80\x4b\xa4\x6d\xa7\xa4\ \xa6\xb6\x6a\xdd\x2a\xe8\xf7\x7b\xfe\x88\xf3\xc5\xcf\x29\x14\x17\ \x97\xb4\x6f\xdb\x26\xad\x46\x72\xbd\xba\xb5\xd7\x7d\xbb\xe1\xfb\ \x1f\x7f\x26\x55\xe2\xd6\x45\xc5\x25\x43\x07\x5d\xac\x55\xa6\xe2\ \x45\x0a\x56\x2c\x9c\xbb\x76\x47\x41\x6a\xd3\xee\x57\x5f\x79\xa1\ \x0f\x00\xac\x82\x0f\xdf\x78\x6d\x53\x16\xef\x33\xe2\xe6\x2e\xf5\ \xca\x4f\xc6\xcb\xd9\xb4\x6c\x79\x56\xec\x15\x97\x74\x71\x81\x7f\ \xf1\xcb\x2f\x6d\xc8\x0d\x03\xe5\xba\xa6\xa4\xb7\x18\x70\xcd\x25\ \x2d\xed\xc2\xed\x6f\xbc\x32\xe7\x10\xab\x7d\xcd\xcd\xd7\xd6\x8b\ \xa3\x56\xc9\xde\x85\x73\xe6\x6f\xcd\x0d\x37\xe8\x3a\xe4\xaa\xde\ \x2d\x4f\xab\x2c\x8d\x52\x72\xc3\xf5\xd7\x7b\xdd\xee\x4e\x9d\x3b\ \xa5\xa5\xd5\x08\x06\x03\xd5\x18\x74\xe7\x79\xd9\x07\x6d\xcb\x00\ \xc6\x48\x69\x71\xa9\x3f\x18\x36\xad\xba\x75\xeb\x79\xbd\x9e\x40\ \x28\x88\xc2\xb6\x2c\x83\x00\x30\x0a\x88\xc2\xe3\xf5\x24\x26\x26\ \x86\x83\x7e\x90\xcc\x16\x42\xda\x96\x29\x6c\x5f\x4c\x4c\xcd\xcc\ \x4c\x97\xae\x13\x4a\x84\x90\x2e\xb7\x07\x11\xa2\x19\x1d\xc2\x16\ \xa6\x69\x4b\xdb\xaa\x0c\x8d\xfd\x1e\xca\xc0\x32\x8d\x81\x83\x06\ \x4b\x61\x05\x9d\x93\xe0\xa3\x36\x8c\xb4\x9f\x7d\xfe\xf9\xb8\x18\ \x1f\x10\xd0\x54\xf5\xa8\x75\x15\xb1\x24\x10\xb9\xec\x92\xbe\x95\ \x1f\xec\xf8\x6a\xd1\x5b\x1f\xad\xaf\xdb\x34\xf5\x8d\x89\xb7\x6d\ \xce\x7f\x65\xda\xed\x9d\xdf\x7e\xe8\xc6\xe7\x37\x25\xf4\x6e\x10\ \x1c\x73\xfd\x86\x69\x0b\xde\xfe\x5b\x6c\xe9\x92\x99\x8f\x3f\xfc\ \xd4\xcc\xbc\x8e\x63\x06\x5e\xd2\xc5\x05\xd4\x97\x90\x94\x28\x2d\ \x37\xe4\x3e\x37\xf9\x89\x66\xe3\xba\x5e\x73\x71\xce\xa4\x1b\xaf\ \x59\xef\xeb\xd2\xc8\xfe\xea\x9a\xef\x0e\x7f\xf4\xce\x84\x5d\x8b\ \x5e\x5b\xf0\x4d\x49\xf3\x34\xe3\xc9\x9b\xaf\xc8\x7b\x65\xf1\x3d\ \xbd\x4f\xa3\x27\x78\xb4\xfb\xe7\xb0\xab\x47\xd8\x66\x24\x14\x0a\ \x55\xaf\x64\xb8\x6a\xf9\x99\x11\xe0\x8a\x6a\x59\xc1\x88\x11\x0c\ \xe8\x3c\xe0\xf5\xc4\x26\xa6\x06\x8a\x0b\x02\x65\xc5\x5e\x8f\x9b\ \x32\x90\x12\x75\x95\x5a\x12\x93\x6b\x36\x28\x36\xa1\xa4\x20\x0f\ \x08\x84\x4d\x43\xf7\xba\x6a\x36\xac\xe3\x49\x8a\x95\x9c\x10\xc6\ \x38\xd3\x91\xb8\x90\x30\xdb\x36\x35\x55\xf3\x7a\x7d\x46\xc4\xa0\ \x8c\x29\x8a\x42\xa3\x2d\x05\x4e\x07\x8a\xaa\x56\x76\x6d\x3f\xa6\ \xf7\x06\x21\xc0\x19\x03\x00\xc6\x15\x06\x08\x52\x00\x80\xa6\x69\ \x28\x25\x50\xb5\xea\x4a\x42\xfe\x7a\x69\x67\x94\xd0\x9f\x7e\xdc\ \xe8\xd2\xd4\xe3\xad\x47\xdb\x34\x6b\xd6\x6f\xa2\x55\xe9\x66\xda\ \xa8\xef\xcd\x6f\xf4\xbd\x19\x00\x2e\xc8\xfb\xfa\xc5\xcd\x5b\x45\ \x99\x3a\x73\xce\xc1\x07\x56\x7c\x78\x79\x43\x49\x2e\x6a\x3b\x6b\ \xde\xf7\x7f\xbb\x3e\x21\xc8\x6b\x5f\x77\xe3\xe0\x59\xdb\x18\x01\ \x00\xf0\xf4\xb8\xea\xa6\x1e\x00\xdb\x17\x8c\x7f\xb5\xcb\xad\x2f\ \xde\xd7\xad\x64\xed\xa3\x73\xb2\xd2\x16\x7f\xf7\x7c\x53\xb1\xb1\ \x5f\x87\x61\x6f\x6c\xbc\xe3\x9e\xeb\xff\x33\xe7\x7a\x00\x30\x70\ \x5b\xd3\xb5\x5b\xb3\x4e\x85\xeb\x95\x39\x0e\x94\x31\x29\xa4\x6d\ \x46\xa2\x4d\x45\xa5\x84\xe3\x4f\xec\x3a\x73\xae\x17\x06\x22\x44\ \x20\xb7\xa5\xa0\xd2\x02\x13\x73\x0b\x04\xdf\x1b\x53\x1c\xd8\xbb\ \xef\x40\xd6\xe1\x03\x3e\xaf\x27\x2d\x2d\x95\x52\x46\x08\x0d\x84\ \xc2\x0a\xd7\xe3\xe2\xe2\xcd\x88\x61\x18\xa1\x58\x97\x3b\x21\x29\ \x51\x51\x5c\xc1\x40\x48\x92\x08\x25\x61\xc6\x75\xc6\x83\x08\x68\ \x0b\x4b\xd7\xf5\xd8\xd8\x38\x42\x28\x4a\xdc\xba\x6d\x1b\x3d\xfd\ \xdb\xd5\x74\xfd\xc0\x81\x03\xa6\x69\xf9\xfd\x01\x42\x18\x56\xe9\ \x76\x6d\x9a\xe6\xbe\xfd\x07\x7e\xfe\xf9\x67\x29\x44\x34\xbe\x2e\ \x31\x7a\x62\xa5\xd4\x5d\xfa\xc1\x83\x87\xda\xb4\x6a\x19\x15\x50\ \xc0\xef\x2f\x2d\x29\xf9\x6b\xe9\x75\xdb\x4a\x49\x4e\x71\x69\xca\ \x09\xfa\x7e\xd9\x96\xcf\xeb\x29\x2a\x2a\x54\x8e\x31\x2c\x8b\xb7\ \x2c\xd9\xaf\x0f\xbc\xe3\xa2\xfc\x5d\x6b\xb0\xee\x05\x35\x94\xd2\ \xd2\x12\x68\xd1\xaa\xf6\x8a\xec\x2d\xa5\xd6\x65\x43\x6f\x1e\xb5\ \x79\xfe\xa1\x0f\x0f\xb0\xb2\x92\x92\x72\xcd\x61\xe7\xbd\xf6\xd6\ \xb7\x7d\x86\x3f\xed\x2a\x2b\xd9\xb6\x3d\xa7\x49\xa3\xa6\xde\xd2\ \x92\x52\x12\xdb\xac\x41\xbd\xec\x5d\xfb\x4a\x1b\xd6\x02\x80\xb2\ \x5d\x1f\x6f\x08\xb4\xb9\xb6\x6b\x83\x53\x91\xbf\x6d\xdb\xe1\x70\ \xb8\xb4\xa4\x44\x08\x5b\x22\x82\x14\xe5\x73\x8a\x92\x10\x62\x18\ \xd5\x73\x9c\x1e\xf9\xdf\xcb\xd3\x08\x90\xe8\x66\x15\xa9\x72\x7a\ \x23\xa5\x04\x80\x20\x00\x00\x56\x3d\xa1\xe1\x18\x15\x8b\x47\x3a\ \x8e\x60\xd5\x38\x7a\xd5\xcc\x0d\x71\x86\xa5\x49\x18\xed\x9c\x2a\ \x4f\xb4\x31\x14\x3d\x5f\xf5\x17\x3c\x7a\xb8\xf4\xd2\x81\xf1\x71\ \x71\xa1\x50\x28\x3b\x27\x87\xfc\xc5\x1a\xa9\x46\x0f\xe8\x3c\x89\ \xd5\x77\x22\x6f\x0f\x09\x57\x15\x22\x4d\x5b\xaa\x2a\xb7\x4d\x4b\ \x22\x30\x45\x25\x68\xdb\xb6\x04\x00\xc2\xb8\x42\xd1\xb4\xc4\x91\ \xf1\x4c\x55\xa8\x34\x2d\x01\x94\xab\x1c\x2c\xd3\x46\x20\x8a\xaa\ \xa0\x6d\xda\xb2\xfc\x8b\xb8\xaa\x51\xb4\x2d\xfb\x94\x66\x9f\x50\ \x72\x82\x1d\x40\x02\x88\xa8\x70\x9e\x9e\x9e\x5e\x0d\x5c\xb7\xc2\ \xfe\xf3\x6f\xbe\x43\xa1\x90\x10\xe2\xe4\xb3\xee\xe0\x4f\x84\x6a\ \x89\xc6\xf0\xc0\x79\xea\xd2\x55\x76\x8e\x77\x88\xe2\xa0\x7c\xc5\ \x73\x44\xe0\xc0\xe1\xba\x03\x07\x0e\xd7\x1d\x38\x70\xb8\xee\xc0\ \x81\xc3\x75\x07\x0e\x1c\xae\x3b\x70\xe0\x70\xdd\x81\x83\x6a\x84\ \xd3\x1c\xfd\xcf\x87\x8a\x53\x97\x4f\x80\xb3\x76\x78\xf2\x49\xd2\ \x54\xa2\xbb\xfb\x0e\xd7\xff\x4a\x2b\x26\x63\x20\xc5\x99\x15\xbe\ \x12\x4a\x29\xa0\x44\x42\x09\x88\xa3\xb9\x4b\x08\xb1\x6d\xdb\x1f\ \xf0\xa3\x3c\xfe\x1c\x59\x74\xb9\xdc\x27\x2c\x41\xa4\x94\xa2\xac\ \xce\x22\xdc\x80\x3f\x10\x31\x23\xc7\xe5\x5f\x20\x63\xcc\xeb\xf5\ \x9d\xf0\x51\x8c\xee\xee\x55\xbe\x27\x00\xf2\xec\x3e\x12\x8e\x0d\ \xf3\x1b\x75\x2c\xd3\xdd\x5e\x9f\xcf\xe7\xd6\x94\xa3\xa7\x55\x14\ \xe5\x64\xfb\x2d\xfc\xa5\x9c\x37\x45\xd3\x55\x46\xb0\x8a\x42\x26\ \x4c\xf1\x78\x5c\x8c\x00\xa1\x24\x52\x56\x94\x5f\x12\xb4\x23\x65\ \xd9\x85\x25\xf2\xe8\x39\x62\x94\x16\x16\x16\x95\x94\x06\x6c\xa4\ \x96\x80\xaa\x2f\xc3\x86\xc3\x59\xd9\xd1\xf4\x69\x45\x73\xf9\x7c\ \x3e\x9f\xcf\xab\xab\x9c\x80\x0c\x06\xfc\x11\x71\xc2\xa3\x66\xa9\ \xa6\xeb\xec\x34\x33\x86\xa4\x94\x87\xb3\xb3\x8f\xbf\x01\x1b\x59\ \x5e\x61\x89\xdf\x5f\x46\x29\x53\x74\x97\xae\xd0\x28\x99\x15\xdd\ \xa5\x31\x34\x0c\xb3\xb2\xc7\xad\x6d\x46\x82\x61\xe3\x2c\x9f\x7d\ \xcb\x1e\x18\x77\x9f\xc3\xd8\x33\x26\x3a\xc7\xf0\x8f\x6b\x56\x7c\ \xbe\x6e\x53\x9e\xe9\xce\x48\x89\xa3\x04\x28\xa5\x40\x14\x0d\x0f\ \x3e\xfa\xe0\x33\xbc\x4d\xf7\xc6\x71\xaa\x04\x4a\xc9\x91\xa7\x80\ \x52\x4a\x89\x3c\xb8\x6d\x73\xbe\x8c\x4b\x89\x51\xa2\x9a\x9f\x70\ \x2e\xca\x72\xd6\x6f\xdc\x1b\x93\x9a\x1a\xe7\xa1\xab\xe6\xbe\xb8\ \x60\x1b\xa9\x15\x58\xff\xf4\x92\x5d\x3d\xbb\x77\xd2\xc1\xaa\xd4\ \x80\x94\xd2\x92\xd2\xe2\x8c\x5a\x75\x32\x33\x6b\x25\x26\x25\x57\ \x7d\x25\x25\x27\xe7\xe7\xe5\xc4\xc6\xc4\x72\x0e\xd9\x3b\x7e\x58\ \xf9\xc5\xea\x8d\x3f\xee\x14\xde\xd4\x74\x35\xf7\xd1\x89\x4f\x40\ \xfb\x81\xad\xe2\xd0\x14\x58\xc5\x0a\x22\x14\x83\x5b\x7f\xd8\x0a\ \xf1\xc9\x5e\x4e\xb0\xfc\xee\xca\x13\xf8\x08\x21\xe5\xed\xf4\x8f\ \x83\xb0\x6d\xc3\xb2\x9a\x36\x6b\x79\xcc\x0d\x24\x26\x26\x21\x4a\ \xd3\x88\xc4\xc4\xba\xf7\x6c\xda\x98\x23\x62\x52\x62\x15\xa0\x34\ \x67\xe7\xf6\x9d\x3f\xaf\x9a\xf1\xf6\xea\xa6\xdd\x3a\xc7\x51\x74\ \xe9\xec\xab\x39\x8f\xcf\xfe\x8e\xf7\xe9\xde\x18\x2c\x41\x2a\xbf\ \xa5\xfc\x2b\xab\x48\xaa\x5a\xab\x37\x1d\xbd\x7e\xe6\x4c\x77\x69\ \xe4\xbb\x45\xcf\x4d\x78\xf6\xdd\x1f\x37\xaf\xff\x72\xd3\x2e\x9b\ \xe9\x1c\xac\xe2\xe2\x52\x9b\x70\x85\xca\x60\x20\x68\x4b\x50\x54\ \xc5\x0a\x95\x96\x04\x0d\xaa\x28\x94\x71\x85\x88\x92\xe2\x62\xd3\ \x0c\x7f\x32\xfd\x89\x59\x5f\xee\x0d\x87\x23\x51\xcd\xaf\xeb\xda\ \xce\xcf\x5f\xea\xdd\xef\xaa\xc5\x7b\x03\x5c\x63\x56\x24\x1c\x36\ \x6c\x61\x45\x42\x61\x53\x4a\x51\xa9\x11\x2b\xbf\x1a\x4f\x62\x94\ \x13\xea\x72\xcb\x0f\x5f\x7a\xfc\x99\xf7\xd7\xec\xde\xf2\xd5\x7f\ \x1e\x7c\x78\xc9\x8f\x85\x56\xa8\xb4\xa8\xa8\x38\x60\x08\xce\x19\ \xe7\x0a\x11\x91\xe2\xe2\x32\xa9\xb8\x3d\x78\xf0\xbf\x8f\x3c\xb5\ \x76\x4f\x5e\x30\x62\x2b\xaa\x6a\x87\xcb\x8a\xcb\x22\x4c\x51\x38\ \xe7\xd2\x0c\x16\x16\x16\x87\x6d\x79\x5a\xca\x17\x11\x01\x88\xa2\ \xaa\x3f\x2c\x7c\x7a\xd2\xff\x3e\xa5\x1e\xaf\x8b\x14\xbc\xf8\xd0\ \x3f\x3f\x29\x6b\x7c\xeb\x8d\x83\x12\x38\x50\x2a\x4b\x4b\x4a\x8a\ \x8a\x8a\xcb\x42\x16\x57\x35\xb4\x42\xc5\xa5\x41\xc2\x39\x65\x4c\ \x65\x10\x28\x29\x0e\x59\xa8\x2a\x9c\x73\x12\x2e\x2b\x2e\x2c\x0d\ \x08\x74\xb8\x7e\x4e\xf8\x3a\xe6\xb6\x1f\x37\xe9\xcd\x87\x3c\xf9\ \xdc\xf4\xc7\x47\x5f\xac\x97\x6e\x7d\xe1\xe1\x7b\x6f\x1e\x7d\xe3\ \x1d\x8f\xbc\x5d\x24\x55\x85\x73\x45\xd3\xf6\xaf\x9d\x3b\x66\xf4\ \x6d\xd7\xdd\x78\xfb\xeb\x9f\xef\xd3\x64\xfe\x8c\x7f\xdd\x31\x7c\ \xf4\xdd\x2f\x7c\xf8\x1d\x53\xed\xcf\xde\x9a\xf2\xe8\xcb\x1f\x87\ \x99\xc2\x08\x85\xe0\xe1\x65\x5f\x66\x0d\xe8\xd7\xea\xcb\x85\x9f\ \x09\xaa\x54\x9c\x25\xcb\x54\x8f\xa7\x70\xfd\xfb\x77\x8c\x9b\x96\ \x6b\xab\xec\xd4\x49\x87\x52\xb0\x98\xc1\xb7\x3c\xf0\x9f\x67\xa6\ \x74\xd0\x77\x7d\xb6\xe1\x10\x29\xdb\x37\xf3\xe1\xdb\x87\x5e\x3b\ \xf6\x93\x1d\x01\x2c\xf8\xe1\xe1\xbb\x46\xdd\x3c\xf2\xc6\xb1\x4f\ \xbd\x57\x4a\x3d\xdc\xca\x79\xf5\xc9\x7f\xbd\xb2\x66\xe7\xfe\x6f\ \xde\xbf\xed\xe6\x9b\x6e\xb8\xfe\xe6\xe7\x17\xff\x6c\x66\x7d\x33\ \xfe\xee\x31\xf7\x3d\x30\x79\xe9\xd6\x7c\x95\x9f\x6e\x75\x36\x0a\ \xc1\xba\x0c\x1c\x10\xde\xfe\xd5\xb6\x80\xc7\xd8\xf9\xd5\x2e\xa5\ \xf5\xe0\x46\xd9\xcf\xbe\xb8\x20\x28\xca\xde\x7a\xfc\x9e\xff\xbb\ \xee\xb6\xe7\xde\xfd\x4e\x8d\x89\xf1\xef\xf9\x72\xe2\x5d\xa3\x6f\ \xbe\x7e\xd4\xa3\xef\x7c\xc3\x54\xeb\xa3\x97\x26\x5d\x7f\xe3\x6d\ \xd7\x8f\x9e\xb8\xfa\x70\x64\xfb\x92\xe9\x23\x6f\xb9\x67\xc2\xe3\ \xaf\x1f\x8e\x00\xaf\xae\x5a\x0d\x87\xb2\x67\x0a\x0c\x4b\x7d\xc0\ \x88\x31\xdf\x3f\xfe\xf2\x80\xcb\xd7\x8e\x19\x7f\x7f\xfc\x86\x39\ \xcb\x0b\x6a\xff\xf7\xf9\xd1\x8f\x8d\x9e\x34\x7f\x4b\x03\x97\xa2\ \x2a\x32\xfb\x95\xa9\xef\xd4\xbc\xea\x5f\xb7\xd9\x4b\x27\xcd\x7e\ \xb3\x56\x38\xe1\xd3\xac\xba\xaf\xbe\xfd\x40\x2d\x5e\x36\x73\xe3\ \xdc\xab\xee\x7d\x72\xfc\x25\xc9\xa5\x25\x61\xa9\x78\x0b\x7e\x5c\ \xb9\x29\xd0\xf0\xa9\x17\x7a\x3c\x78\xc7\x1b\xeb\xf3\xaf\xd4\x39\ \x80\x09\x00\x28\x4c\x23\xb6\x71\xdf\x31\xa3\x9a\x25\x30\xfb\x34\ \x3c\x39\x42\x34\x6a\xbc\xf5\xc4\xd8\x5d\xb3\xf0\xa0\xd1\xf2\xc1\ \x1e\xf5\x3f\xfa\xa1\xfe\x3f\x1f\x9d\xa9\xbd\x37\xee\xfd\xa5\x4b\ \xcb\xf8\xfa\x82\xda\xc3\xe6\x4d\x6d\x3b\xe1\xda\xfb\xdf\x5c\x17\ \x1b\x9b\xda\x74\xe2\xd3\x2f\xf7\xf2\xed\xbb\xeb\x86\x39\x2d\x6f\ \x7c\xfe\x96\x46\x9b\xaf\x9f\x38\xab\x4e\x61\xdc\xd6\xd2\x8c\xa7\ \x5f\xfa\x77\x93\x04\x66\x5a\xd6\xe9\x8a\x46\x08\x91\xd9\xac\x4b\ \x63\x65\xf1\xf7\x5b\x77\x97\x7e\xb3\x29\xae\x6d\xef\xfa\xae\x60\ \x6e\x99\x79\x68\xed\xdc\xf7\xb6\xc4\x4d\x7b\xfb\xb9\xf5\xd3\xee\ \xfe\xc6\x2c\x5b\xfc\xda\xfc\xbc\xba\xd7\xbe\x30\xba\x68\xd4\xa3\ \xef\x7e\x96\x70\x60\xf6\xd7\xc1\xc9\xaf\xcf\xf5\xcf\x1f\x3b\x73\ \xe6\xbc\xce\xfe\x75\xee\x4e\xc3\xa7\xde\xd9\x5f\xa3\xc2\xae\x26\ \xdd\xee\xe8\xf5\x33\x87\x65\x98\x29\x2d\x06\x4c\x7b\xf3\xed\xc9\ \x43\x6b\xbc\x38\x7e\xc2\xe2\x6d\xd9\xf9\xfb\x36\x4d\x7d\xe1\x1d\ \x5a\xa7\x41\x92\x9b\x4b\x60\x5c\x94\x1c\x28\x28\xdd\xfc\xf1\x1b\ \xb3\xbf\xca\x6a\xdc\xb6\x41\xc1\xfe\xbd\xc9\x4d\x3a\x34\x4e\x8d\ \x71\xe9\x3a\x91\x42\x4a\x01\x02\x01\xa8\xa6\xdb\xeb\x16\xaf\xdc\ \x99\x93\xfb\xed\xea\x9f\x0b\x76\x6f\xfc\x74\xf5\x0e\xaa\xa9\x51\ \x63\x15\xa5\x74\xa5\xd4\xef\xda\xa5\x85\x8b\x9c\xce\x84\x23\x08\ \x64\x2d\xfe\x7e\xf1\x2d\x63\x27\xbd\x36\xfd\xd1\xae\xb5\x75\x53\ \x52\xee\xf2\xd5\xab\x5b\x57\x89\x14\xec\xc9\x29\x6b\xdc\xaa\x55\ \x5c\x52\xb3\x76\x75\x3c\xfb\x0e\x14\x13\x82\x52\x0a\x28\x29\x2c\ \x8a\xf8\x2e\x68\xde\x28\xa9\x45\xdb\x34\xcc\x21\x5d\x6f\x1c\xdb\ \xcf\x37\x71\xd4\xa8\xd7\xbf\xdc\xa7\x9c\x7e\x87\x1f\x14\x36\x49\ \xa8\x7f\xf1\xdf\x6a\xaf\x5a\x38\x7b\xd1\xa6\xa2\xee\x3d\x3a\xea\ \x44\x28\x1a\x2b\x3e\x90\x1d\x53\xab\x55\xe3\xd4\xe4\xf8\xe4\x38\ \x22\xcd\xa2\x43\x59\x7b\x37\x2e\x79\xe1\xdd\xef\x6a\x37\x6e\x6a\ \xe4\x1d\x64\xe9\x4d\x1a\xd7\x49\x6a\xdd\xa1\x59\xf8\x50\xd6\xa0\ \x07\x27\x36\x3d\xfc\xfe\x75\x77\x3c\xf6\x7d\x81\x50\xab\xa9\x90\ \xd2\xe1\xfa\x99\xdb\xeb\x0a\x93\xdb\xbf\x5e\xfc\xd1\x9a\x1d\xc4\ \xe5\x15\xa1\x70\x46\x66\xfd\xc6\x75\x1a\x5e\x35\xea\xce\xf1\x0f\ \x4e\x18\xdc\x28\xde\x5f\x92\xbd\x23\x47\xeb\xd8\xa2\x76\xdd\xb6\ \x17\xdf\x73\xef\x7d\x13\xae\xbb\xb2\x6b\xab\x26\x7b\x57\xbd\x37\ \x67\xc5\xd7\x3f\xed\xcf\x53\x5c\xf2\x87\xaf\x3e\xdf\xf8\xf3\x1e\ \x83\xbb\x68\xfe\x0f\x0b\xd7\xed\x6f\xdd\x26\xfd\x70\xae\xd1\xb2\ \x75\x8d\xcf\x96\x2e\x2b\xb4\xd9\xc1\xfd\x87\x0c\x24\x25\x59\xd9\ \xfb\x36\x7d\xfa\xd2\x8c\x0f\x8a\xa5\x42\xc9\xa9\xab\x75\x8c\x44\ \xcc\xd4\x86\xad\x3b\xb5\x6e\x9a\xe8\xe1\x96\x69\x45\xc2\x21\xd3\ \x96\x66\x24\x14\x40\x6f\xeb\x26\xf5\xbe\x59\x36\xef\xf3\xe5\x6f\ \x2f\xde\x6e\x75\xe9\xd8\x9c\x45\xf2\x57\xae\x58\xb5\x23\xe4\x6a\ \x9c\x6e\x2e\x9c\x3f\x6f\xf9\xec\xb7\xf6\xb2\xba\xf5\x55\x68\xd4\ \xef\x86\xe1\xad\xec\xb9\xf3\xd7\x5a\x94\x93\x33\x58\xf4\x0c\xe5\ \xc2\x41\xbd\x77\xbc\x3b\xf5\xcb\xe2\x8c\x0b\xdb\xd5\xb6\x23\x21\ \x7f\x49\x30\xa3\x7d\x07\x73\xdb\x92\x59\xcb\x56\xed\xdc\x75\xd8\ \x00\xbd\x7e\xfb\x36\xb5\xea\xb7\xbb\xe5\xee\x7b\x1f\x7e\xf0\x86\ \x9e\x7f\xbf\x80\xed\x5e\x3d\x6f\xd1\x8a\xb7\xdf\xfd\x2a\xae\x59\ \x1b\x62\xc6\x0e\xbf\x73\x4c\xd2\x81\x95\x8b\xbe\xcf\xd5\x94\xea\ \xb1\x61\x9c\x38\xcc\x99\x73\x9d\x33\x76\xf0\x87\xcf\xde\x7c\x6b\ \xc1\xea\x1f\x0b\x2e\xba\xe1\xae\xd1\x57\xf5\x75\x17\xff\xf0\xfa\ \xdb\x0b\xb7\x64\x43\x87\xae\x9d\x53\xec\xec\x5d\x05\xbe\xeb\x6e\ \xe8\xb3\xe5\x83\xd9\x0b\x56\x7c\x63\x27\x36\xb9\xe8\xa2\x1e\x69\ \xf6\xae\xd9\xef\x2d\x3d\x48\x33\x06\x0d\xe8\xb4\x79\xc9\xbc\xf5\ \x79\x6a\xb7\xee\x6d\xed\x03\x5b\xb7\x87\x32\xee\x7b\x70\xdc\xa5\ \x7d\x7b\x74\x6f\x91\xb9\x7f\x77\x51\xa7\x6e\xed\x8b\x76\xec\x69\ \xdc\xa3\x1b\xcf\xdd\x1d\xe2\xf4\xc0\xde\xb2\x56\x1d\x5b\x79\x28\ \x22\x00\xa5\xb4\xb4\xb4\x34\x36\x2e\x41\x77\xb9\x8e\xbf\xa7\xdc\ \x9c\xac\xb8\xd8\x58\x4a\x64\x61\x6e\x41\x6c\xdd\x16\x4d\x6a\x78\ \x6d\x5b\x82\x34\x0b\x8a\x42\x0d\xdb\x75\x88\x37\x0a\x4a\xd4\xf4\ \x7f\x5c\x3e\x10\x76\xaf\x7c\x67\xc9\xf7\x9d\x47\xdc\x75\x4d\xcf\ \x36\x69\xae\xd2\x0f\x17\x2c\xce\xf1\xb4\xb9\x6d\x78\x8f\xad\xcb\ \xdf\x5c\xb6\x85\x8c\x9a\x30\xae\x45\xf8\xfb\xa7\x9e\x9a\xbe\xd9\ \xc8\xb8\xe9\x96\x61\x8d\x92\x5d\xc7\xc4\xf8\xa5\x94\x81\x50\x28\ \x25\xf5\x04\x0d\xf7\x02\x01\xbf\x65\x44\xbc\x5e\xaf\xb4\x2d\x3d\ \x31\x9d\x96\x16\xd7\xed\x71\x45\xff\x36\x49\x46\xa0\x30\xd7\xaf\ \x74\xbb\xe4\xf2\x76\x89\x45\xef\xbe\xb9\x60\xaf\x3f\xa1\xdf\x65\ \x83\x2e\xb9\xa8\x63\xc9\xa6\x0f\x66\x2f\xfc\xf4\x30\x49\xed\x7e\ \xe1\x45\x2d\x13\x82\xf3\x66\xcf\x2b\x4e\xeb\xf5\xd0\xd8\xc1\x7b\ \x96\xcd\x7a\x76\xf6\xf2\x98\x56\x97\x8e\xba\xbc\x8b\x87\x55\x4f\ \x7f\x4e\x52\x9c\x9f\xed\xd0\xf6\xcc\xdd\x1d\xd5\xe5\xd2\x38\x21\ \x60\x1b\x91\xb0\x29\x54\xdd\xa5\x71\x2a\x85\x19\x0c\x19\x8a\xcb\ \xc3\xd1\x8c\x58\xe0\x72\xe9\x94\xa0\x15\x09\x87\x2d\xa9\xbb\xdc\ \x1a\xa7\xc2\x8a\x44\x6c\xe2\x76\xeb\x68\x1b\xc1\x60\x04\xb9\xea\ \xd1\x95\x48\x38\x24\x24\x10\xae\xba\x35\x66\x18\xb6\xa6\x2b\x46\ \xd8\x54\x75\x4d\x58\x36\xe3\x24\x12\x8a\x44\xe9\xc6\x18\xcb\xcf\ \x2f\x28\xf3\x07\x14\x55\x39\x66\x2b\x47\x22\x4a\x61\xd5\xae\x55\ \x4b\x4a\xd4\xdd\x6e\x62\x1b\x61\x4b\x90\x68\x64\xc6\xa5\x5b\xe1\ \xa0\xe4\xba\xce\x30\x6c\xd8\xba\xcb\xad\x30\x62\x5b\x91\x50\xd8\ \xe4\xba\xdb\xad\x71\xdb\x08\x47\x6c\xe2\x72\xe9\x8c\xa0\x11\x0e\ \x99\xc8\x3c\x6e\x9d\x02\x1a\x91\x90\x61\xc9\xe3\x5c\x5f\xb9\xef\ \xc0\x41\x45\xd5\x8e\x29\x99\x47\x40\xc3\x88\xa4\x24\x25\xc5\xc4\ \xc4\x48\x29\x11\x88\xdb\xeb\xa5\x76\x24\x18\x36\x81\x69\x1e\x9d\ \x86\x42\x11\xae\xb9\x74\x95\x13\x02\x66\x38\x14\xb1\xc1\xe5\x76\ \x71\x4a\x84\x19\x0e\x45\x6c\xae\xbb\x5c\x1a\x07\x61\x87\x42\x11\ \xaa\xea\xba\xca\x01\xed\x70\x30\x6c\x57\x53\x28\xc6\xe1\xfa\x9f\ \xd3\x55\xb0\x2c\x29\xe5\xb1\x9b\x96\x00\xaa\xa2\x12\x7a\x36\x36\ \x68\xa4\x94\x96\x65\x1d\x7f\x03\x8c\x51\xce\xcf\xd1\xae\x7a\x4e\ \x1c\xe6\xf7\x13\x2d\x47\xce\x81\x31\xa0\x14\x2a\x0e\x44\x00\x44\ \x40\x09\x42\x82\x10\xc4\xb6\x41\x9c\x61\x47\xbe\x5f\x3a\x43\xf3\ \xac\x25\xa2\x50\x4a\xf5\x2a\x7d\x66\xfe\x90\x7b\x70\xb8\xfe\x07\ \x1a\xf0\x04\x28\x05\xce\x51\x51\x00\x80\xe6\xe6\xb1\xac\x2c\x52\ \x52\x02\xa5\xa5\x24\x12\x21\x96\x85\x84\x80\xa2\xa0\xdb\x0d\xb1\ \xb1\x32\x31\x41\x66\x66\x62\x7c\x3c\x08\x9b\x58\x36\xd8\x36\x9c\ \xce\xa9\x52\xe7\x02\x9f\xfe\x74\xfd\x90\x1d\xae\x57\x0f\xcb\xd1\ \xe5\x02\x44\x5a\x5c\x4c\x7f\xde\xaa\xac\x5a\xcd\xd6\x6f\xa0\x07\ \x0f\xd2\xc3\x59\xe4\x84\x9d\x80\x28\xc5\xa4\x44\x99\x99\x29\xeb\ \xd6\xb5\x3b\x77\xb4\xba\x76\x95\xf5\xea\x62\x4c\x0c\x11\x02\x22\ \x11\x47\x9c\xbf\xd7\x2c\x39\xf6\xfa\x6f\xd5\xe5\xba\x0e\x52\xb2\ \x6f\xbf\x55\x96\x7d\xa2\x7c\xb8\x98\xed\xdc\x79\xc4\xa8\xad\x59\ \x53\xa6\xa6\x60\x42\x02\xba\xdd\xa0\xaa\x80\x12\x4c\x8b\x94\x95\ \xd1\xa2\x62\x92\x9d\x4d\xf3\xf2\x2a\x47\xda\x9d\x3b\x5a\x97\x5e\ \x6a\xf5\xeb\x2b\x9a\x37\x23\xa6\x09\x96\xe5\x9c\x1c\xe8\x70\xfd\ \x1c\x02\x6a\x1a\x21\x84\xad\x5d\xab\x4f\x9b\xce\x97\x2f\x27\x11\ \x03\x00\x44\xc3\x86\xf6\x85\x3d\x44\xa7\x8e\xa2\x6e\x5d\x4c\x4a\ \xc2\xb8\x58\xf4\xf9\x50\xd3\x80\x73\x40\x04\xdb\x26\xe1\x30\xf1\ \xfb\x49\x51\x31\xcd\xcf\xa7\xdb\xb6\xf3\xb5\xeb\xf8\x57\xab\x68\ \x4e\x0e\x00\xc8\xd4\x54\xf3\xb2\x41\xe6\xe8\x51\xa2\x49\x63\x62\ \x18\xe0\x34\xb7\x71\xb8\x7e\x4e\x18\x2d\x6e\x37\xdd\x7f\x40\x7f\ \xea\x69\xed\xb5\x59\x00\x80\x49\x89\xd6\x65\x83\xcd\x41\x83\xec\ \x8e\xed\xc1\xed\x42\x45\x01\x44\x62\x0b\x10\x02\xa4\x3c\x62\x8b\ \x47\x6d\x7a\x4a\x91\x51\x60\x1c\x10\x89\x6d\x93\xe2\x62\xe5\x8b\ \x2f\x95\x85\x1f\x28\x1f\x7e\x04\x88\x18\x17\x67\x8c\xbd\x3b\x32\ \xea\x26\xf0\xfa\x20\x1c\x76\x84\xed\x70\xfd\x8f\x03\xa5\xa8\xeb\ \xea\xe2\x25\xae\xf1\x13\xe9\xee\x3d\xe8\xf5\x1a\xb7\x8c\x34\x87\ \x0f\x13\x4d\x9b\x12\xdb\x86\x68\xa3\xcd\xd3\xc9\x5d\x89\x9a\xfb\ \xc4\xb2\xd8\xfa\xf5\xda\xff\x5e\x51\xe7\xcd\x07\x44\xbb\x47\xf7\ \xd0\x94\xc7\x65\x8b\x16\x50\xdd\xad\x99\x1d\xae\x3b\x38\x35\x30\ \x0a\x8a\xaa\xce\x7c\xc5\x3d\xee\x41\xb0\x6d\xeb\xe2\xbe\xe1\x49\ \x0f\x89\x36\xad\xc1\x16\xc4\x30\x7e\x93\x91\x4d\x29\xea\x3a\x95\ \x52\x59\xf1\xa9\xeb\xe1\x49\x64\xcb\x4f\x32\x33\x33\x34\x7d\x9a\ \xdd\xbb\x17\x0d\x3a\x74\x3f\x36\x04\x74\x06\x51\x20\x87\xeb\xa7\ \x29\x65\xb7\x5b\xff\xef\x54\xd7\xc4\x87\x41\xca\xc8\x03\xe3\x22\ \xf7\xdd\x83\xba\x8b\x54\x93\xa5\xc1\x18\x33\x4c\x33\xc2\x19\xd9\ \x7f\xd0\x35\xe1\xa1\xb8\x8f\x3f\x21\xf1\xf1\x65\xaf\xce\x28\xeb\ \xda\x05\x82\xc1\xf3\xf2\xd0\xd6\x33\x23\x3a\xe7\xdc\xe5\x72\x55\ \x2d\xea\x73\xb8\x5e\xdd\x36\xba\xcb\xa5\xce\x7b\xdf\x73\xd3\x48\ \x90\x22\xfc\xec\x33\x91\x5b\x47\x93\x70\xf8\x57\x3c\x48\x4a\x81\ \x31\x8c\x6e\x27\x01\x10\x44\x90\xb2\x3c\x9a\x7e\xec\x40\x5a\x58\ \x58\x98\x9b\x5f\xc0\xb9\x6a\x10\x60\x84\x34\x79\xfe\x85\xb8\xb7\ \xdf\x0e\xc6\xc7\x6f\xfb\xef\x73\x91\xe6\xcd\x69\xd8\x09\x47\x46\ \x27\x02\x14\xce\x55\xce\x6a\xd6\xcc\x3c\xad\xe7\xdf\xe1\xfa\x69\ \x44\x5d\xd8\xb6\xed\xde\x01\x03\x69\x41\x61\xf8\xdf\xff\x8a\xdc\ \x3f\x96\x04\x83\x27\x33\x5a\x08\x41\xb7\x9b\x84\xc3\x24\x2f\x8f\ \xe6\xe5\xd1\x82\x42\xe4\x1c\x53\x92\x65\x72\xb2\x4c\x4d\x05\x00\ \x72\x74\x28\x5d\x51\x94\xef\xd6\xaf\x6f\xd2\xbc\x55\x8d\x1a\xe5\ \x39\x55\xc2\x30\xd8\xc8\x91\x30\x7b\x36\xf4\xec\x09\x2b\x56\x02\ \x77\xfa\x6b\x97\x43\x08\xb9\x6d\xdb\x4f\x31\x6e\x3d\x36\x36\xf6\ \xd4\xfb\x26\x38\x7b\x49\xa7\x61\x4f\xeb\x53\x9e\xa6\x05\x85\xe6\ \x15\xff\x30\xee\xbe\x93\x84\xc3\x27\x23\x3a\xe7\xc8\xb9\xf2\xf1\ \x27\xea\xfc\xf7\x95\xcf\xbe\x20\x39\x39\x47\xe6\xa9\x51\x43\xbb\ \xf7\x45\xe6\xd5\xc3\xec\xb6\x6d\xab\x3e\x2d\x84\x10\xd3\x34\xdd\ \xee\x23\x87\xd4\x31\x4d\x83\xa9\x53\x61\xe3\x46\xf8\xe2\x0b\xf8\ \xdf\x74\xb8\xfd\x76\x67\x12\x2a\x8c\x3d\x4a\x81\x98\xa7\x79\x76\ \xbb\x93\xbf\x7e\x6a\x4a\x5d\xd7\xf9\xda\x75\xea\xe2\xc5\x18\x17\ \x17\x79\x60\x1c\x10\x3c\x59\x2a\x0b\xe7\x10\x0e\xbb\xef\xbd\xdf\ \x33\x6c\x84\xfa\xce\x9c\xaa\x44\x07\x00\xb6\x63\xa7\xf6\xd2\x74\ \xef\xa0\xa1\xda\xd4\x69\xa8\x28\x70\x74\x21\xc2\xb1\x5a\x2a\x36\ \x16\x1e\x7d\x14\x28\x85\x69\xd3\xa0\xa0\xc0\x99\x88\xaa\x56\xfb\ \x69\x2b\x2b\x47\x6a\xa7\x62\xa9\x03\x63\xea\xa2\x0f\x21\x62\x98\ \x23\x86\x8b\xa6\x4d\xc0\x30\x4f\x66\xa0\x23\xb8\xc7\xde\xa7\xcd\ \x78\x85\xfc\xf2\x41\x3f\xa4\xb0\xd0\x3d\xee\x01\x7d\xfa\x8c\x68\ \x72\xc1\xc9\xbe\x7d\xc0\x00\xe8\xd6\x0d\xb6\x6e\x85\x35\x6b\x9c\ \xa9\xf8\x4d\x0b\xb3\x23\x82\x53\x30\xf4\x38\xcd\xce\xe1\xab\x57\ \x03\x63\x56\xef\x8b\xa2\x5a\xe5\x24\x66\xbd\xba\x68\x91\x3a\xe7\ \x3d\x00\x00\xe2\x86\xb6\x9d\xa0\x45\xed\x5f\x1a\xac\x3f\xf5\x0c\ \xff\xe1\x07\xd0\xf4\x93\x7d\xbb\xa2\xc0\xc0\x81\x00\x00\x4b\x97\ \x3a\x53\xf1\x9b\xa6\xd1\x11\xc1\x29\x99\x87\x85\x85\x6c\xdb\x76\ \x4c\x4b\x13\xcd\x9a\x91\x93\x1f\xcb\x46\xa9\xf2\xde\x7c\x00\x00\ \x1e\x07\x0f\x3e\x0d\xad\x29\x28\x09\xb0\xe0\x49\x78\x63\x1d\x00\ \x40\x8d\x9a\x60\x16\x43\x51\xf9\xb9\x3d\xa4\xa0\x80\x7f\xf1\xa5\ \xdd\xbe\x1d\x31\x4f\x7a\xcd\x6e\xdd\x00\x00\x36\x6d\x72\xa6\xc2\ \xd1\xeb\xbf\xb3\x69\x48\x08\x84\xc3\x60\x9a\x32\x21\x1e\x6b\xa4\ \x9e\xcc\x52\x67\x8c\x04\x02\x24\x6a\x58\x27\x37\x87\x41\x0d\xe1\ \xda\x1b\xe1\xfa\x59\x30\x6c\x14\x44\x75\xf7\xc0\xeb\xa0\x53\xcd\ \xa3\x7e\x25\x72\x0a\xed\xaf\xea\xd5\x03\x00\xc8\xcd\x85\xb3\xd2\ \xab\xd1\xd1\xeb\x7f\x6d\x7b\x3d\x4a\x32\xc6\x50\x51\x4e\xa6\xd7\ \xa5\x44\x8f\x07\x7c\x3e\x00\x80\xa2\x1d\xb0\x26\x0f\x5e\x7d\x01\ \xf2\xd3\x20\x55\x05\x5f\x3d\x18\x73\x23\x0c\xea\x0f\xfe\x66\xd0\ \xe2\x43\x78\x79\x0e\x44\x95\x3b\xe3\xbf\xde\xdb\x4a\x51\x80\x10\ \x30\x4d\x27\xf9\xf1\x4c\x27\x90\x20\xa2\xa3\xd7\x4f\x01\x52\x82\ \xae\x01\x21\xc4\x1f\xa0\x85\x45\x70\x92\x73\x24\x11\x81\x10\x6b\ \x40\x7f\x00\x00\x23\x1f\xc6\x8d\x84\x29\xb3\x20\x37\x02\xa1\x43\ \x10\x28\x84\x75\x6b\x61\xdf\x61\xd8\xb1\x05\xbe\xfd\x19\x2c\x00\ \x00\xf4\x7a\xed\xae\x7f\xfb\xf5\x9c\xf5\xec\x6c\x40\x84\xa4\x24\ \xa0\xce\x7c\x9d\x49\xc4\x26\x1c\x8e\x10\x42\x1c\xd9\x9d\x82\x56\ \x90\x12\x63\x62\x65\x66\x06\xcd\x3a\x4c\x77\xed\xc2\x5f\xa8\x7f\ \x2b\x1f\x1c\x89\x98\x57\x0f\xb3\xff\xde\x0d\x00\xc0\xf4\x83\x4c\ \x84\xbe\x4d\x61\xd6\x6c\x08\x97\xc2\x9a\xa5\xf0\xc3\x0e\xf8\x7a\ \x05\x7c\xf9\x23\x18\x00\x00\xc6\xa8\x9b\xed\x4e\x1d\xc9\xaf\x72\ \x7d\xc3\x06\x00\x80\x46\x8d\xc0\x49\x13\x38\x7d\x8d\x2e\xa5\x14\ \x12\x29\x65\x8e\x0d\x73\x0a\xb0\x6d\x99\x9e\x26\x3a\x75\xa2\xf3\ \xdf\xe7\xeb\xd6\xd9\x9d\x3b\x9d\x6c\xb0\x10\xe8\xf1\x04\x67\xbe\ \xe4\x1e\x33\x51\x49\x68\x03\x43\x6a\xc2\xf4\x7b\x60\xce\xd7\xe5\ \x3f\x7d\xed\x49\xb0\x03\x00\x00\x2e\x57\x64\xf4\xcd\x91\x07\xc6\ \x11\xd3\xfc\xf5\x1b\xf8\xf8\x63\x00\x80\x3e\x7d\x9c\xa9\x38\x6d\ \x8d\x1e\x89\xb8\x74\x5d\x55\xa4\x94\xd2\xd1\xeb\xa7\x64\xc3\xa0\ \x4b\x37\x07\x5c\x0c\x00\xea\xec\xb7\x69\x41\x01\x28\x27\x2d\x95\ \x37\x4d\x4c\xcf\x08\xbe\xfd\x72\xa8\x93\xc7\x7e\x62\x2a\xbc\xbb\ \xea\x88\x45\x5e\x9c\x0f\xfe\x30\x00\xc8\xd4\xe4\xc8\x7d\xf7\x82\ \xae\xff\x7a\x79\xf5\x96\x2d\xb0\x74\x29\xc4\xc5\x41\xef\xde\xce\ \x54\x9c\xae\x8d\x8e\x08\x84\x52\xd3\xb2\x29\xa5\x8e\x5e\x3f\x35\ \xc1\x05\x82\xd6\x80\xfe\xe2\x82\x0b\xd8\xa6\x4d\xea\xeb\x6f\x44\ \xee\x1b\x4b\x4e\xde\xe5\xd0\x30\x41\xe1\xc6\xad\xb7\x5a\x57\x5c\ \x41\xf7\xef\xa7\xdb\xb6\xd3\xfc\x02\x74\xbb\x64\x46\x86\xf2\xd1\ \x12\xf5\xbd\x79\x74\xdf\x01\xfd\xf9\x17\xc2\x93\x1e\x22\xd1\x7e\ \xe9\x15\x7a\xe8\x04\x97\x7a\xe4\x11\x28\x2d\x85\xdb\x6f\x87\xfa\ \xf5\x9d\x89\xa8\xaa\xb3\x7f\xcd\x46\x0f\xbb\x5c\x2e\xce\x19\x4a\ \x54\x14\x2e\xa5\x74\xb8\x7e\xca\xa2\xf5\xf9\x22\xe3\xee\xf5\x0c\ \x1b\xa1\x4f\x79\x5a\x74\xec\x60\xf5\xec\x41\xca\xca\x4e\x6a\xcc\ \x48\x12\x0c\xa2\xcf\x67\xb7\x6e\x0d\x17\x5c\x50\xa9\x6d\xac\xbe\ \x7d\xac\xa1\x97\xf1\xd5\xab\x65\x5a\x1a\x09\x85\xaa\x7a\xba\x8a\ \xa2\x50\x7a\xb4\xe3\x3b\x63\x06\xcc\x9d\x0b\xe9\xe9\x30\x7e\xbc\ \x63\xac\x57\x85\xa2\xaa\x94\x9e\x38\x8b\x9d\x12\x62\x4b\x89\x40\ \x28\xa5\xb6\x65\x6b\x9a\x66\xdb\xc2\xa5\x53\x27\xcf\xf1\x94\x41\ \x29\x72\xee\x7a\x70\xbc\xfe\xd2\xff\x64\xed\x5a\xc1\x77\xde\x12\ \x6d\x2f\x80\x40\xe0\x0c\x16\x57\x74\xbb\x81\x00\xb1\xec\xaa\x61\ \x44\xc6\xd8\x9e\xbd\x7b\x99\xa2\xa5\xa4\xa4\x0a\x44\xaa\x69\x09\ \x4b\x97\x29\x37\xdd\x64\x19\x46\xd1\x73\xcf\xca\x11\xd7\x90\xd3\ \xef\x97\x7b\x7e\xaa\x1d\x40\x02\x90\x9b\x93\x9d\x5e\x23\x45\x55\ \xd5\x63\xe8\x1e\x8d\xba\xb8\x3d\x6e\xd3\x30\x55\x4d\x35\x0d\x43\ \x55\x35\xd3\x34\x35\x4d\x23\x45\x79\x59\x8e\xf8\x4e\x55\xc8\x8c\ \x83\x6d\x79\x6e\x1c\xa9\x2e\x59\x26\x6b\xd5\x0a\xce\x9c\x6e\xf7\ \xec\x0e\xa1\x30\x9c\x01\x0b\x09\x01\xc0\x63\x22\xeb\x94\xd2\xe2\ \xe2\xa2\xd2\x88\x69\x03\xba\xde\x7c\xab\xde\xd3\xcf\xea\x88\xc5\ \xf7\xdc\xbd\xef\xc6\xeb\x64\x38\x4c\x9c\xe0\x7a\x05\x9b\x75\x5d\ \x4f\x4a\x4a\xd4\x35\xfd\xf8\x3e\xdd\x88\x18\x0a\x47\x7c\x3e\x4f\ \x59\x59\x20\xc6\xe7\xf5\xfb\x03\x5e\x9f\x37\x10\x08\xc6\xfa\x7c\ \xc4\x5f\x52\xe8\x88\xef\x34\xa0\x69\xa4\xa0\x40\xbf\xe7\x5e\x36\ \xff\x7d\xf4\x78\xc2\x93\x1e\x12\xa3\x46\x12\x5d\x87\xdf\x58\x80\ \x57\xf1\x00\x50\x9f\x8f\x66\x67\xab\x8f\x3f\x41\x5f\xfe\x1f\x08\ \x61\x4f\x78\xd0\x18\xff\x00\xa3\x8c\x08\xe1\xd8\x30\x55\x09\x2d\ \x84\xf8\x25\x93\x9d\x31\x26\x84\x60\x8c\x49\x21\x28\x63\x42\x0a\ \x46\x99\x10\xa2\xbc\x74\xcf\xc1\xe9\x21\x1c\xc6\x7b\xee\x41\x00\ \x04\xc0\x7e\xfd\x70\xd5\xaa\x6a\xbb\xf2\xbb\x73\xb0\x55\x2b\x04\ \xc0\x98\x18\x7c\xe5\x15\x47\xd2\xd5\x08\x87\xeb\xbf\x01\xf3\xe7\ \x63\xe3\xc6\x08\x80\x9c\xe3\x15\x57\xe0\xa7\x9f\x62\x49\xc9\x19\ \x5e\xea\xd0\x21\x7c\xf7\x5d\xec\xd2\xa5\xfc\xf9\xe9\xd3\x07\xd7\ \xaf\x77\x04\x5c\xbd\x38\xbd\xea\x54\x07\xc7\x22\x37\x17\x5e\x7a\ \x09\x5e\x7c\x11\x8a\x8a\x00\x00\xda\xb5\x83\x5e\xbd\xa0\x57\x2f\ \xe8\xd4\x09\xe2\xe3\x7f\x75\x25\x86\x43\x87\x60\xcd\x1a\x58\xb9\ \x12\x3e\xfb\x0c\xf6\xee\x05\x00\x68\xd2\x04\xee\xbb\x0f\xae\xbd\ \xf6\x57\x42\xf8\x0e\xce\xc0\x42\x74\xb8\x5e\x0d\x38\x74\x08\xde\ \x78\x03\x16\x2c\x80\x8d\x1b\xcb\x3f\x89\x8f\x87\x46\x8d\xa0\x65\ \x4b\xa8\x5b\x17\x6a\xd4\x80\xd8\x58\x70\xb9\x40\x4a\x08\x87\xa1\ \xa8\x08\xb2\xb2\x60\xd7\x2e\xf8\xf1\x47\xd8\xbb\x17\x82\xc1\xa8\ \x1b\x00\x5d\xba\xc0\x88\x11\x70\xe5\x95\xe0\xf5\x3a\x12\x75\xb8\ \x7e\x6e\x23\x12\x81\x35\x6b\xe0\xab\xaf\xe0\xd3\x4f\xe1\xbb\xef\ \xe0\x54\x36\xff\xe3\xe2\xa0\x6b\x57\xe8\xd5\x0b\xba\x75\x83\x8e\ \x1d\x1d\x11\x3a\x5c\xff\xb3\xc1\xb2\xa0\xb8\x18\xb6\x6f\x87\x9f\ \x7f\x86\xc3\x87\x21\x2b\x0b\x02\x01\x08\x87\x81\x52\x70\xb9\x20\ \x2e\x0e\xd2\xd3\xa1\x56\x2d\x68\xd1\x02\xea\xd7\x07\x9f\xcf\xc9\ \x5e\x74\xb8\xee\xc0\x41\x75\xc2\xd1\x28\x0e\x1c\xae\x3b\x70\x70\ \x7e\xe1\xff\x07\x00\xdf\x44\x38\x6b\xe7\x44\x1b\xa6\x00\x00\x00\ \x00\x49\x45\x4e\x44\xae\x42\x60\x82\ \x00\x01\xe3\x85\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\x93\x00\x00\x01\x53\x08\x06\x00\x00\x00\xfc\xf4\xe1\xd5\ \x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\xec\xbd\x77\x98\xa5\x45\ \x9d\xe8\xff\xa9\xaa\x37\x9c\xf7\x9c\xd3\x7d\x3a\x4c\x66\x86\x09\ \x0c\xc3\x30\x20\x41\x50\x31\x2f\x0a\x12\x04\x71\x05\x04\x15\x90\ \x20\x02\x8a\xab\xeb\x7a\xf7\xba\xab\xfe\xee\xae\xe9\xae\x5e\x77\ \x0d\x3f\x03\x0b\xa2\xe4\x55\xcc\x01\x14\x0c\x20\x88\x24\x89\x43\ \x92\xc9\x0c\x33\x9d\xd3\xe9\x93\xde\x50\x55\xf7\x8f\xf7\x74\x4f\ \x46\x90\xf1\xae\x8c\xf5\x79\x9e\x7e\x9e\xee\xd3\x27\xbd\x55\xf5\ \xd6\x37\x7f\x4b\x58\x6b\xfb\xd7\xaf\x5b\x5b\xfa\xce\x77\xae\xe3\ \x0f\x4f\x3c\x4a\x1c\x37\x11\x42\xe2\x70\x38\x1c\x0e\xc7\xb3\x45\ \xac\x59\xbd\xaa\xf1\xd9\xcf\xfc\x6b\x34\x3a\x32\x4c\x18\x46\x08\ \x29\xb0\xd6\xba\x91\x71\x38\x1c\x0e\xc7\xb3\xc6\xfb\xee\x77\xff\ \x4b\x0f\x0d\x0d\x12\x04\x05\xd2\x4c\x03\xdb\x0b\x12\x81\x10\x5b\ \xfe\xca\xe5\xcc\x33\x09\x9b\xe7\xfa\xfc\x3f\xf5\x35\x0e\x87\xc3\ \xe1\xf8\x8b\x11\x26\x2b\x57\x3e\x84\xe7\x07\x18\x63\xb6\xdb\xde\ \x01\x21\x68\xa5\x29\x89\xd6\x58\x0b\x9e\x94\x44\x81\x87\x14\x3b\ \xb7\x5e\x84\x10\x58\x6b\x88\xe3\x14\x63\x34\x42\x08\x3c\xcf\xc3\ \xf3\xbc\x5d\x5a\x3b\x42\x08\xb2\x2c\x25\xcb\x32\xac\xb5\x48\x29\ \xf1\x7d\x1f\x29\xe5\x5f\x84\x85\x94\x0b\xb9\x67\x6f\xad\x4d\x8d\ \xdb\x9e\x62\xdd\x6d\xb9\xfe\xe7\x27\xe0\x9f\xeb\x38\x3a\x1c\x8e\ \x17\x98\x30\x69\x36\x1a\x48\x29\x77\xd8\x10\x53\x6b\xa9\xd6\x5b\ \xcc\x8b\x7c\xe6\x77\x44\x78\x12\xc6\x13\xcd\x9a\x6a\x03\x7c\x8f\ \x52\x18\x6c\xb3\x31\x08\x21\x68\xb6\x9a\xa4\xa9\xa1\xb3\xb3\x8b\ \x20\xc8\x05\x54\xa3\x51\xa7\x5a\x9d\xa4\x54\x2a\x22\xb6\x36\x3f\ \x00\x6b\x2d\xb5\x7a\x83\x30\x8c\xe8\xe8\xe8\x42\x48\x45\x9a\xa6\ \x54\xab\xe3\x78\x4a\x50\x28\x14\xfe\x1f\x6e\x3e\x16\x63\x2c\x42\ \x4a\xc4\x56\x03\x91\x26\x19\x49\x92\x51\x2c\x86\x53\xa2\xe2\x19\ \x37\xcc\x24\xcd\x48\xd3\x8c\x42\x21\xdc\xe1\x7a\x9f\xf9\xd3\xff\ \xd8\xbb\xff\xf7\x08\x92\x34\xd1\x34\x5b\x2d\x8a\xc5\x68\x87\x75\ \xf2\xac\xdf\x07\x68\xc5\x29\x5a\x1b\xa2\x28\x74\x77\x9d\xc3\xb1\ \x27\x0a\x13\x6b\xed\x0e\x56\x89\xb6\x96\x66\xad\xc5\x69\x4b\x66\ \x70\xdc\xc2\x5e\x66\x15\x7c\x7c\x09\x13\x89\xe6\xb1\xd1\x06\xdf\ \x78\x7c\x33\x1b\xeb\x4d\x3a\xa3\x10\x63\x2d\x42\x08\xea\xf5\x26\ \x41\x18\x71\xd8\x61\x07\xd2\xd3\xd3\x8d\xef\xfb\x18\x63\x68\xb6\ \x5a\xac\x5f\xb7\x9e\xb5\x6b\x57\x53\x2e\x45\xdb\x6c\xb0\x93\x93\ \x0d\xf6\x5e\xb4\x98\x7d\x96\x2c\xa6\x58\x2c\x22\xa5\x24\xcb\x32\ \x46\xc7\xc6\x79\xec\xd1\x47\x99\xac\x4d\x52\x2a\x46\xbb\x16\x28\ \x42\x20\xac\xa1\x51\x6f\x90\x68\x03\x08\x94\xe7\x51\x8c\x42\xd4\ \x73\xb0\x6c\x04\x82\x56\x2a\x30\x3a\xa5\xec\x19\xb4\x1f\x82\xb5\ \xa4\x5a\x21\x8b\x7b\xb1\x74\x91\x64\x6c\xed\x5a\xea\x5e\x08\x02\ \x84\xb5\xd4\x6b\x75\x52\x93\x8b\x00\xa5\x3c\x4a\xc5\x02\xc6\x2a\ \x6c\x34\x87\xa5\x7b\x87\xd4\x36\x3e\xc9\x08\x11\x52\x3c\xf3\x66\ \xdd\x68\xc4\x68\x63\xe9\x28\x17\x30\xcf\xe2\xeb\x0a\x21\x30\x59\ \x4a\xad\xde\xc4\xb4\xbf\xbb\xe7\xfb\x14\xa3\x30\x7f\xc3\xdd\x28\ \x7c\xb5\x16\xe8\xc2\x6c\x0e\xda\x7f\x26\xf5\x27\xef\x63\x93\x0e\ \x91\xe2\xb9\x89\x3c\x81\xa5\x99\x05\x44\xdd\xf3\xd9\xab\xdc\x64\ \xf0\xa9\xa7\x89\xfd\x02\xce\x8d\xe9\x70\xec\x59\xa8\xe5\xfb\x2d\ \xfd\x67\x10\xc1\xb4\x86\x2c\x04\x93\xb5\x06\xe7\x2e\xee\xe6\xed\ \x7b\x97\x29\x26\x0d\xe2\x46\x8d\x56\xbd\x46\x90\xb5\x58\x10\xc2\ \x21\x33\x4a\xdc\xdd\x57\xa5\x6a\x05\xbe\x52\x24\x49\x82\x90\x8a\ \x97\xbe\xf4\x25\x94\x4a\x11\x71\x1c\xd3\x6a\xb5\x48\x92\x18\x21\ \x60\xd6\xac\x99\x08\xa1\xe8\xeb\xeb\x27\x0c\x7d\x40\x52\x9d\xac\ \xb3\x68\xf1\x12\xf6\x5f\xbe\x0c\x21\x20\x8e\x63\xe2\x38\xc6\x18\ \x4d\x31\x2a\x30\x6b\xf6\x2c\xfa\xfb\x07\x49\x93\x18\xa5\xd4\xce\ \xbf\xbd\xb1\xb4\xb4\x62\xf6\x92\x03\xd8\x6f\xd1\x22\x16\x2c\x98\ \x4f\x77\x24\xa8\x0e\x0d\xa1\x85\x87\x10\x60\x8c\xc1\x18\x8b\xb5\ \xa2\xed\x6b\xb1\xd3\x8f\x19\x9b\x6b\xcd\xd5\x06\xcc\x5a\x71\x14\ \x1f\xff\xf0\x3b\x68\x3e\x78\x2b\xab\x27\x34\x4a\x5a\x86\xaa\x3e\ \x87\xbc\xee\x6d\xbc\xe7\xb4\x65\xdc\xfd\xd3\xdf\xd0\xf4\x43\x8c\ \x11\xb4\x74\x91\x79\x4b\x57\xb0\x6c\xd1\xde\x2c\x58\xb0\x80\xee\ \x48\x30\x31\x3c\xc8\x58\x35\xe0\xe0\x63\xde\xcc\x85\x27\x1d\xc6\ \x93\xbf\xb8\x81\x4d\xa6\x80\xda\x5a\x9b\xb7\x06\xa3\x4d\xfe\xb9\ \x42\xd0\x88\x7d\x66\x2d\x39\x80\x83\x17\x76\x51\xdd\xb8\x9e\x86\ \x9c\xda\xac\x2d\xd6\x18\xb4\xb1\x58\x04\x62\x2b\x9b\x45\xa7\x96\ \xac\x30\x93\x65\xcb\x97\xb3\x78\xc1\x42\xe6\xef\x35\x97\x92\x4a\ \x19\x1b\x1c\xc2\x4a\xaf\x9d\x89\xb7\xe5\x1a\xa7\x5e\x6f\x8d\x46\ \x5b\x91\xbb\x22\xcd\xd4\x77\x20\xff\x1c\x2b\xb6\x19\xab\xa9\x71\ \xa9\xd5\x61\xde\x8b\x5e\xc9\xdf\xbd\xfb\x8d\x0c\xdc\x72\x03\xeb\ \x62\x0f\x29\x25\xc6\xe8\x6d\xde\x7b\xeb\xef\x9b\x0b\x44\x31\x6d\ \x6f\x59\x9d\xd2\x57\xeb\xe2\xa4\x33\xce\xe5\x84\xc3\x8b\xdc\x75\ \xd3\x3d\xa4\xc5\x02\x56\xb7\xaf\xaf\xfd\x9d\xc0\x62\xad\xcd\xc7\ \xc7\x4c\xd9\x69\xc2\xdd\xa1\x0e\xc7\x0b\xc5\x32\x31\xc6\x4c\x5b\ \x0b\x42\x08\x9a\x49\xca\x8a\xa2\xe4\xd8\x5e\xc1\xe4\xd8\x30\x6b\ \xeb\x29\x33\x02\xc5\xcc\x82\x62\xe5\x70\xc2\xbc\xc8\x63\x4e\xe4\ \x73\xea\x5e\x11\x5f\xdd\x50\x27\x93\x82\x38\x4d\x59\xbe\xdf\x72\ \x84\x10\xd4\x6a\xf5\x6d\x3e\x20\x4d\x53\xe2\x38\x66\xde\xbc\xb9\ \x0c\xf4\xf7\xb7\x53\x8f\xa1\x58\x2c\xb1\xf7\x82\xf9\x8c\x8f\x8f\ \xf3\xf8\xe3\x8f\xa3\x94\xd7\xd6\x86\x33\x3a\x3a\x3a\xd8\x6f\xbf\ \x65\xec\xb3\x64\x09\x8f\x3e\xfa\x08\x9e\x67\x76\x2e\x4b\xb2\x94\ \x24\xe8\xe6\xf4\x8b\xdf\xcf\xe1\xc5\x3a\xa3\x8d\x14\x80\xa7\xef\ \xff\x19\x97\x5f\xfb\x73\x86\x75\x19\x29\x14\x52\x80\x48\x9a\x48\ \x29\xc8\x54\x11\xa3\x41\x49\x01\x36\x23\x4b\x1a\x08\x51\xa6\x56\ \x1d\xe4\xe1\x95\x8f\x33\xd0\x30\xa4\x09\xb4\xb4\x87\xef\x59\xca\ \x05\x85\x35\x29\xd6\xe4\x9b\x6d\xa6\x21\x56\x15\x4e\x79\xcf\xdf\ \x71\x44\xb9\xc6\x60\x35\xc5\xf3\x05\x1b\x7f\x7f\x23\xff\xf1\x95\ \x1b\xc9\x8c\x45\x28\x0f\x1b\x75\x91\x4d\x6a\x64\x9a\xe0\x47\x11\ \x59\x9a\x51\x4b\x25\xc5\x40\x21\x4c\x0b\x9d\x65\x54\x5b\x33\x39\ \xf1\xb8\x13\x38\x6e\xe6\x10\x9f\x5e\xf9\x08\x63\x99\x41\x29\x18\ \x8f\x0d\x48\x9f\x50\x19\x68\xd5\x11\x9e\x8f\x17\x04\x80\xa5\x55\ \x4f\xe9\xda\xff\x10\x2e\xfe\xd0\xdb\x29\x4d\x0e\x32\xd1\x32\x04\ \x4a\xb3\xea\xde\x5f\x70\xfd\xb7\x6e\x60\xd8\x94\xa8\x27\xe0\x79\ \x1e\xbe\xd0\xd0\xaa\x61\xbd\x12\xf8\x21\x5e\x56\x23\x13\x01\xa9\ \xf5\xf0\x45\x13\xab\x03\x62\xe3\xd1\xe1\x27\x34\x13\x8f\xcc\x0a\ \x3c\x29\xc0\x6a\x74\xd6\xc4\xe8\x72\x3e\xce\x5a\x63\x00\x6b\x34\ \xd5\x86\x45\x4a\x8f\x40\x59\x68\xd5\x90\x7e\x01\x54\x40\xa2\x05\ \xbe\x04\xab\x33\x6c\x5a\x47\x15\x4b\x34\x5a\x16\x8b\xa4\x18\x58\ \xa2\x40\xb5\x2d\x45\x4b\xbd\x91\xa1\xf1\x89\x7c\xb0\x71\x0d\x64\ \x80\x0c\x0a\x34\x93\x8c\x40\xe5\xc2\xd7\xc3\x22\x85\x75\xf6\x8b\ \xc3\xf1\x42\x72\x73\x6d\x4d\x23\x4e\x79\x59\xb7\x44\xd6\xc6\x48\ \xb5\x61\x55\xdd\xe3\x97\x7d\x75\x96\x85\x86\xfb\x93\x90\x73\xe6\ \xa6\x34\x92\x1a\x07\x05\x01\x15\x61\xa8\x66\x1a\x25\x3d\x3a\x3a\ \x3a\x69\x34\xea\x6c\x9f\x99\x05\x79\x6c\xc4\x5a\x43\x4f\x6f\x0f\ \xeb\xd7\xaf\x43\x08\xd8\x6b\xaf\xd9\x68\x9d\xd1\x68\x34\xb0\x16\ \x0e\x3c\xf0\x00\xb4\xd6\xd4\xeb\x75\xd6\xae\x5d\x4b\xb3\xd9\xa2\ \x54\x2e\xe2\x07\x21\x59\x96\x4e\x0b\x9b\xed\xdf\x57\x0a\xf0\x14\ \x3c\xf0\xdd\xcf\x72\xfe\x57\xee\xe7\xe4\x7f\xfc\x3c\xff\xf2\xd6\ \x63\xf8\xc9\xb7\x6f\x66\x68\xaf\x57\xf0\xaf\x17\xbf\x85\x39\x45\ \x18\x7b\xea\x21\xbe\xf1\xe5\xcb\x78\xd2\xdb\x87\x0f\xfd\xe3\x39\ \xec\x37\xa3\x0c\xf1\x04\xf7\xde\xf4\x5d\xae\xf8\xf6\xad\x84\x51\ \x99\x03\x0f\x39\x88\x35\xd7\x5f\x81\x9d\xfd\x52\xde\x7f\xd1\xdb\ \x39\x6c\xef\x0e\x74\x6a\x98\x18\x59\x89\xc5\x62\xac\xc5\x1a\x10\ \x9e\xc5\x5a\xcd\x23\x3f\xf9\x12\xef\xf9\xf2\xbd\xbc\xf2\xac\xff\ \x8f\xcf\xbc\xeb\x38\x96\x7f\xe7\x76\xea\xcd\x3a\xde\xcc\x45\xbc\ \xff\xf3\x97\x91\xd5\x36\x73\xe3\xd5\x5f\xe7\xa7\x77\x3d\xc1\x64\ \xe7\xfe\x9c\x76\xce\xdb\x38\xe1\xe5\xcb\xb0\xe3\x1b\xb8\xf1\xbf\ \xbe\xc1\x55\x37\x6d\xa6\x3e\x51\xa5\xf0\xe2\x43\xf8\xc4\xa5\x97\ \x70\xcf\x0d\xdf\xe0\x0b\x97\xfd\x96\x39\xaf\x3e\x89\x8b\xce\x3c\ \x9e\xfd\xe7\x14\x58\x73\xdf\x2d\x5c\x7d\xd5\xb7\x59\x57\x4d\xf1\ \x42\x35\x6d\xd5\xd8\x5a\x3f\xd7\xff\xfb\xff\xe0\xca\xfb\x34\xaf\ \x3c\xf9\x1c\xfe\xf9\xac\x93\x19\x7d\x6a\x0d\x97\xdc\xb0\x86\x15\ \xc7\x9e\xc6\x05\x6f\x3d\x92\x05\x1d\x9a\x87\x6f\xfd\x09\x5f\xfa\ \xe6\x0d\x2c\x3f\xfd\x23\x5c\xbc\xef\xc3\x9c\xfb\x8f\xdf\xe5\xb8\ \x8b\x3f\xc0\xe1\xfe\xbd\x7c\xf4\x33\x77\x72\xf1\xa5\x9f\xa1\xf7\ \xd6\xcb\xf9\xca\xef\x33\x3e\xf8\x0f\xe7\xb1\x6c\x46\x09\x95\x54\ \xf9\xed\x8f\xae\xe5\xca\xef\xdc\x89\x9e\x5a\x1f\xd6\x32\xd1\x80\ \x7d\x5e\x76\x1c\x17\xbc\xe3\x18\x96\xf5\x2a\x9e\xb8\xeb\x17\x5c\ \x75\xd5\xf5\x3c\xd8\xe8\xe2\xec\x0f\x7e\x88\x13\xf7\x2b\x91\xc4\ \x55\xee\xf8\xd1\x55\x5c\xfd\xa3\x07\xe9\x7e\xc9\x49\x5c\x7c\xee\ \x09\x2c\xed\xf2\xb1\x02\xd6\xad\xcc\xa8\x36\x35\xe5\x03\x5e\xc1\ \x05\x67\x9e\xc8\xfe\xb3\x0b\x0c\xac\xba\x97\x6b\x2e\xbf\x92\xfb\ \x46\x02\x4e\xbf\xf8\xbd\x1c\x7b\xc8\x52\x7a\x0a\x35\x3e\xf7\x1f\ \x5f\xe0\xde\x87\x9e\x22\x2a\x04\xee\x2e\x75\x38\x5e\x88\x96\x89\ \x36\x96\x2e\xdd\x44\x37\x62\x92\xcc\xf2\xc6\xce\x32\x5f\x6a\xf8\ \x5c\x3e\xd8\xe2\x13\xfb\x49\x7a\xd2\x2a\x8d\x54\x53\x0a\x02\x7c\ \xa3\xd0\xc6\xc7\x23\xcf\xe2\xd2\x3a\x63\x78\x78\x84\xd1\xd1\x31\ \x94\xda\xe2\xde\x59\xb0\x60\x6f\xa2\x28\x44\x4a\x81\xd6\x1a\x29\ \x72\xd7\x46\x9a\x4e\x65\x71\x19\x6a\xb5\x1a\xd6\x1a\x5a\xad\x26\ \x90\xbb\xbd\x94\xa7\xda\xd6\x8a\x45\x88\x1d\xad\x13\x63\x0c\xd6\ \x5a\x92\x24\x65\xd9\x91\x67\xf0\xa5\x7d\x4e\xa4\x6b\x5e\x0f\x6b\ \xee\xb9\x87\x91\x24\xa6\xb5\xfe\x41\xae\xb8\x6c\x94\x99\x33\x17\ \x70\xe2\xdb\xdf\xc8\x51\x2f\xfe\x1d\x7d\x4f\x86\xec\x35\xab\xc0\ \x2f\xbf\xf4\x29\xee\xf4\x5f\xca\x47\x2e\x3a\x8b\xbe\x3f\xac\xe1\ \xb6\x34\x23\xf0\x05\x0d\xdb\xc3\x71\xa7\x9d\xcc\x01\x6a\x3d\x9f\ \xfe\xc8\x0f\xd8\xe7\x0d\xe7\xf0\xc6\x83\xbc\x5c\x98\x18\x83\x31\ \x79\x58\xc2\x5a\x8b\x57\xa8\x30\x6f\xef\x05\xec\x3d\xb7\x82\x4d\ \x5b\xc4\x59\x8a\xf4\x43\xf4\xd8\xd3\x5c\xf2\xf9\x4b\xe9\x3c\xe1\ \xfd\x9c\x79\xca\xeb\xf8\xd9\x1d\x6b\x38\xe2\xf8\xb7\x70\xe2\x81\ \x3e\x97\x7e\xfc\xa3\x88\x43\x4e\xe1\xa2\x73\xcf\x65\xe5\xfd\x9f\ \xc6\x78\x3e\xd5\xf5\x0f\xf1\x9f\x5f\xbb\x86\x0d\xe3\x0d\xec\x9c\ \x83\x79\xf7\x05\x6f\x41\xdd\xfd\x6d\x3e\xf8\xe5\x61\xce\xfe\xbb\ \x77\x73\xc6\x9b\x87\xf8\xc2\x65\x3f\x62\xd2\xeb\xc2\x5a\x33\xb5\ \xb7\xe3\x29\x41\x77\x31\xe5\xce\x9b\x7e\xcb\x43\x47\x1d\xce\x3e\ \x7b\xed\xcd\x9c\xc5\x65\x2e\x3c\xe7\x68\x36\x7e\xf7\xab\x7c\x61\ \x4d\x27\x1f\xfc\xe0\xe9\x9c\xb1\x61\x1d\x3f\xbc\xfb\x2e\x92\x57\ \x1f\xca\xbe\x8b\x16\x33\x67\xe1\x52\x16\xc5\x7d\x2c\x59\xba\x9c\ \x7d\x8b\x0d\x6e\x7a\x62\x1d\x44\x87\xb0\x60\xa6\xcf\x0d\xff\xfe\ \x09\x56\xef\x77\x2a\xff\xf8\xa6\x13\xb8\xfd\xb6\x7b\x18\x4a\xb2\ \x3c\x21\x23\xb3\xc8\xae\x15\x5c\x78\xc1\x9b\x68\xfe\xe2\x0a\x3e\ \x70\x6f\xc2\x45\x1f\x3c\x87\xb7\x9d\xb0\x99\x0d\x57\xdc\xc2\xaf\ \xae\xbf\x92\x0d\x73\x7a\x38\xf8\xb5\x47\xf3\x8a\x37\x1c\xc7\x2f\ \x6f\x19\xe0\xf8\x33\x4e\xa4\xf3\xa9\x5b\xf9\xa7\xff\xf3\x10\xc7\ \x9e\x7d\x3e\xfb\x06\x86\xba\x37\x9f\x8b\xcf\x3f\x85\xde\xa7\x6e\ \xe3\xdf\xbf\xd3\xc7\xa9\xe7\x9e\xc9\xa9\x7f\xbb\x9a\xfb\xbe\xf8\ \x28\xfb\x1e\xb8\x84\xfe\x5b\xbe\xc3\xa7\x7e\x7d\x3f\x13\xcd\x06\ \x81\xaf\x76\x88\xe7\x39\x1c\x8e\xbf\x4c\x64\xbe\x31\x6e\xf9\x01\ \xc1\x44\x9c\x61\xd2\x14\x61\x32\x7e\xf9\xd4\x28\x99\x31\x9c\xb4\ \xb0\x8b\x9f\xae\x1f\x63\xb8\xd6\x44\xea\x94\xc9\x56\x42\x6a\x01\ \x2b\xd0\xda\xd0\x68\x34\x89\xe3\x84\xae\xae\x2e\xf6\x5d\xb6\x2f\ \x4b\x96\x2c\x99\xfe\xc9\xd3\x85\x13\x9a\xcd\x56\xdb\xc7\x2e\x68\ \xb5\x62\xe2\x38\x21\x4d\x53\x8c\x31\x68\xad\x49\xd3\x8c\x2c\xd3\ \x68\x6d\xc8\xb2\x94\x46\xa3\x89\xd6\xd9\xf4\xe6\xb9\xd3\x1f\xf2\ \x20\x6f\x7d\x74\x1c\x7f\xe6\x62\x56\xcc\x4c\xf8\xc1\xb5\xd7\xf3\ \xc8\x68\x07\x87\xbe\xfa\x38\xce\x3d\xeb\x44\x5e\xbc\xef\x1c\x84\ \x86\xa2\x17\x20\x45\xfe\xde\x63\x6b\x9f\xe0\xce\x9f\xdf\xc8\x83\ \x13\x1e\x2b\xe6\xcf\xc5\x57\x06\x6b\x32\x28\xcf\x66\x9f\x19\x9d\ \xac\x5b\x75\x3f\x77\xdc\xf1\x04\xeb\xfb\x26\x91\x9e\x80\xad\x3e\ \x2f\xcf\xf2\x4a\x58\x7c\xd4\xf9\x5c\x7d\xf9\x7f\x70\xfa\x61\x01\ \x3f\xbb\xe6\x5b\x3c\x36\xd8\x20\xf0\x7d\x4c\xab\xce\x53\x8f\x3d\ \xcc\x7d\x0f\x6e\x42\x94\xca\x78\xe5\xd9\xec\xb7\xd7\x3c\x06\xd6\ \x3f\xc8\xef\x6e\xb9\x97\x3b\x7f\xf7\x3b\x86\x82\xbd\x38\x70\x7e\ \x05\x0b\xc4\x93\x63\x0c\xfc\xe1\x51\x36\x8f\x35\xf0\x67\x1d\xc0\ \xd2\xce\x06\xb7\xdd\x7e\x37\x0f\xfe\xe6\x0e\x6e\x7f\xb2\x8f\xb9\ \xf3\x97\xd0\x5d\x48\x49\xb3\x6d\xdd\x3e\x46\x67\xb4\x9a\x29\x22\ \x08\x28\x04\x1e\x71\xa6\xe9\x9a\xb5\x3f\x73\xbc\x01\x7e\x7d\xcb\ \x3d\x3c\xf0\x9b\xdb\xb8\x67\x73\x8b\xfd\x17\xce\x67\xbc\xef\x21\ \x1e\x1f\x99\xcd\x9b\xdf\x70\x38\x73\x0b\xc3\xd4\x8b\x5d\xfc\xcd\ \x29\xaf\x46\x0d\x6c\x66\xfd\xda\xa7\xc0\x53\x98\x2c\x61\x70\xcd\ \x63\xdc\x7d\xcf\x5a\x12\xaf\x40\xa1\x58\x46\x98\xdc\x35\xd5\x8a\ \x53\xa2\x99\xfb\xb3\xa8\x54\xe5\x96\xdb\xee\xe6\xc1\xdb\x6e\xe7\ \x8e\x75\x23\xcc\x9f\xb7\x90\xd9\x0b\x0f\xe2\xcc\x73\x4f\xe7\xd8\ \x57\xbd\x88\xde\x92\x07\x89\xa0\x32\x6b\x11\x8b\x3a\x25\x0f\xde\ \x7f\x0f\x77\xdf\xbb\x9a\xbe\xd1\x06\x52\x6a\xc2\xde\x25\x2c\x2e\ \xf9\xf8\xb3\x97\x72\xf4\x91\x87\x90\x0c\xaf\xe3\xe9\xaa\xa4\xe8\ \xe7\x4a\x43\xad\x6f\x03\x9b\x56\x3d\x41\xbd\x9e\x30\x95\x92\xec\ \x7e\xdc\x8f\xfb\xf9\xcb\xff\xd9\xd6\x32\x01\x02\x4f\x70\x5f\x0d\ \x5e\x57\xd0\x18\x6d\x28\x57\x7a\x79\x4b\xc1\x32\xcf\x0c\x71\xcf\ \xbc\x1e\xb2\xe6\x20\xbe\x49\x79\xac\xa9\x18\x33\x0a\x25\x2c\xa9\ \xce\x18\x1d\x1d\xa3\xab\xab\x93\x24\x49\xd8\x59\xa2\xab\x52\x2a\ \xb7\x58\x3c\x85\x40\x30\x3e\x3e\x4e\x4f\x4f\x17\xc6\x18\xd2\x34\ \x63\xf5\x9a\x35\x08\x20\xcb\x34\x61\x18\x90\x65\x9a\x89\x89\x2a\ \x49\x92\x10\x06\xde\x4e\x35\x54\x63\x0c\x58\xf0\x7c\x9f\xbe\xdf\ \xff\x90\x7f\xb9\xa3\x8b\x2f\x7e\xee\xef\x39\xee\x98\x57\xf3\xcb\ \x8d\x0f\xf3\xf2\x57\xbc\x92\x68\xf8\x46\xbe\x7e\xf9\x6f\x39\x6d\ \xf1\x41\x2c\xf0\x24\x58\x8b\x10\x8a\xd2\xec\x79\x2c\x2c\x2e\x67\ \x49\x07\x3c\x34\x36\x41\xa6\xbb\x10\x42\x61\xeb\x23\x6c\x18\xab\ \x73\xe2\xb2\x83\x39\xf8\xa0\x95\x74\x75\x86\x08\x52\x84\x65\x8b\ \x65\x62\x2c\x9e\xef\xb3\xf1\x8e\xeb\xf8\xc2\x0f\x1e\x26\xcb\xea\ \x4c\x8c\x8d\xd3\x90\x15\xa4\xb0\x20\x24\x41\xa1\x80\x16\x60\x11\ \xc8\xa4\xca\x53\xc3\x23\x1c\xf5\xe2\xe5\xac\x38\x78\x1f\xc4\x81\ \x07\x33\x93\x51\xd6\xf5\x8f\x13\x65\x50\x99\x31\x87\x99\x8b\x16\ \x33\x32\x66\xc9\x46\xd7\xb0\x29\x3e\x96\xc3\x0f\xd9\x9f\xdb\x07\ \x7b\x39\x6c\xf1\x6c\x46\x37\x3e\xc4\x44\x53\x22\xa2\xdc\x3a\xb2\ \x02\x90\x92\x42\xe7\x0c\x4a\xb3\x42\x4e\x3b\xe3\x24\x5e\xd4\x53\ \xe7\x9a\x95\x0f\xb1\x71\xd8\x30\x29\x5e\xcf\x4b\x5e\xbc\x8c\x55\ \xe5\x0a\x07\xcd\x89\xe8\x7b\x60\x84\xb1\xa7\x07\xf8\xc3\xea\x01\ \xce\x3c\xf6\xf5\xdc\x73\xfd\x35\xfc\xa8\xf3\x08\xce\x7e\xc3\xbe\ \x3c\xf2\xcb\xff\x62\xed\xa0\xa4\x67\xb9\x07\x08\xfc\xb0\x40\xa0\ \x24\xb6\x2d\x44\x34\x10\x14\x4a\xcc\xdc\xab\x87\xd6\xf0\x2a\x06\ \xd2\x63\x78\xc9\x21\xcb\xf9\x7d\xa3\xc5\xa1\xf3\x7b\xd8\xfc\xfb\ \x4d\x94\x96\xbe\x9a\xd7\x2e\x16\x7c\xfa\xc3\xd7\xd1\x38\xf4\x6f\ \x79\xff\x91\xf3\xd1\x93\x9b\xd8\x38\x09\x2f\x3e\xf4\xc5\x2c\xbf\ \xb7\x41\x67\x31\x40\x08\x8f\xb4\xda\xc7\x90\x56\xcc\x1e\x59\xc7\ \x0f\xae\xbb\x89\xba\x57\xa1\x50\x7b\x9a\x38\x9c\x85\xc0\x22\x3d\ \x9f\xb0\x10\x92\xb6\x13\x02\x1c\x0e\xc7\x0b\xc5\xcd\x65\xed\x56\ \xdb\xbe\x25\x90\x82\xfb\x5b\x01\xbf\x9b\x6c\xf0\x9a\x28\xe5\x20\ \x3d\x82\xae\x6a\xea\x5a\xf3\xe2\xa0\x8e\x30\x19\xe3\x99\xe4\xfb\ \xe3\x3e\x89\xe7\x11\x59\x8b\x10\xd0\xdf\xdf\x47\x58\xf0\x91\x42\ \x61\xad\x99\xce\x50\x15\x22\x17\x24\x43\x43\xc3\x4c\x4e\x4e\x4e\ \xd7\x19\x34\x1a\x75\x06\x06\x06\x99\x31\x63\x06\xfb\xec\xb3\x0f\ \xa6\xed\xbe\x11\xed\x82\xbf\x46\xa3\xc1\xe6\xcd\xfd\xb9\xd0\xd8\ \x45\xc1\x9c\xd6\x06\x23\xf2\x0d\xb0\x58\x29\xd3\x5a\x7f\x37\xd7\ \xfe\xec\x31\x3e\x79\xe6\x5b\x39\xf1\xb7\x8f\x73\xeb\x6f\x6e\xe7\ \x90\xb7\x1f\xc3\xe7\x3e\xfb\x6a\x82\x1e\xc5\x83\x93\x93\x18\xca\ \xa4\xd6\xe7\xb8\xf7\x7f\x92\x37\x77\x04\xf4\x3d\xf8\x0b\x6e\xbc\ \xe7\x49\xcc\x81\x2b\x08\xa3\x12\x15\x31\xc0\x8f\xbf\xfd\x3d\xf6\ \xbd\xf0\x6d\xfc\xdb\x57\x3e\x8f\x40\xb0\xf9\x0f\xbf\xa1\x65\x0d\ \xc6\x6e\xc9\x90\x0a\x0b\x45\x4c\x75\x33\xeb\xd6\x3c\x49\x54\xe9\ \xc6\xf3\x23\x6c\x2b\xdf\x0c\x0b\x61\x00\x16\x84\xf2\x29\x14\x14\ \x65\xbf\xc1\xaf\x7f\xf4\x43\xf6\x9f\x7f\x16\x1f\xf9\xf2\x25\xd0\ \x18\xe6\xb6\xeb\xaf\xe4\x81\xc1\x31\x0a\xb7\xff\x9e\x63\x0e\x39\ \x95\x7f\xf9\xda\xa5\x3c\xf0\xb3\xab\xf9\xe4\xe7\x7f\xc2\x65\x57\ \xec\xcf\xfb\xdf\xf1\x2e\xae\x3e\xd5\x67\x70\xd5\xfd\x5c\xf1\xc3\ \x9b\x19\x14\x25\x3c\x6b\x31\xd6\x90\x26\x29\xa9\xdf\xc3\xc9\xef\ \xff\x2c\x27\xe9\x94\xb1\x81\x0d\x7c\xff\xeb\x97\x72\xeb\x03\x9b\ \x98\xf0\x35\x97\x7f\xe7\x40\xde\x75\xce\x47\x38\xae\x60\x59\x77\ \xff\xaf\xf9\xde\xad\xf7\x83\x48\xb9\x6b\xe5\x3a\xce\x38\x72\x0e\ \x0f\xad\xbc\x9f\xfb\x64\x37\xef\x3c\x7e\x5f\xd6\xde\x7d\x17\x63\ \x2a\x60\x86\x52\x84\x85\x10\x25\xc0\x0a\x8f\x42\x21\xa0\x10\x0a\ \x36\xaf\x59\xc3\x23\x43\x3e\x27\xbc\xf5\x54\x6e\xff\xf8\xa5\x7c\ \xed\x8a\x17\xf1\xfe\xd3\xff\x8e\x6b\xce\x54\x6c\x7e\xfc\x77\x5c\ \xfa\xb3\xdb\x78\x82\x1a\xf7\x6c\x3e\x90\x8b\xfe\xe9\x63\xa4\x61\ \x84\xe9\x7b\x9c\xac\xba\x9a\x6f\x5d\xfb\x53\x3e\x74\xce\xf1\x5c\ \x72\xe9\x09\x48\x69\x58\xf9\x9b\x1a\xb6\xb6\x8a\xab\xaf\xbe\x81\ \x8b\x4f\x3f\x92\x4f\x7c\xee\x28\x44\x5c\xe5\x87\x5f\xfc\x08\x8f\ \xde\x9f\x11\x14\x0a\x28\x25\xdb\x19\x66\x16\xe9\xc2\xef\x0e\xc7\ \x0b\x06\x71\xf4\x51\xaf\x99\x14\x42\x94\xb7\x7e\x30\xb3\xe0\xc7\ \x4d\xce\x28\x4d\xf0\xf2\xb0\x49\x49\x1a\x14\xd0\xb4\x82\xcd\xda\ \xe7\x9a\x5a\x27\x0f\xda\x0e\xca\xbe\xdc\xe2\xf6\x89\x53\xfc\x20\ \x64\xe6\x8c\x19\xf8\x41\x80\x94\xb9\x8b\xc2\x18\xc3\xe4\x64\x8d\ \xe1\x91\x21\xc2\xc0\x9b\x6e\x22\x99\xc7\x3a\x32\x7a\x7a\x7a\xe8\ \xe8\x28\x23\xa5\xcc\x6b\x28\x8c\x25\x4d\x33\x46\x46\x47\x68\xb5\ \x1a\x14\x82\xe0\x19\xb6\x14\x8b\x11\x1e\x9d\xdd\x33\x09\x9b\xfd\ \x0c\xd5\x2c\xa9\xea\x66\xde\xcc\x22\xaa\xb6\x89\x75\xd5\x80\x19\ \x33\x7a\xe8\x08\x25\x59\x16\x53\x1b\x18\xa2\xb8\xec\x48\xfe\xe5\ \x23\xa7\x71\xd7\x97\x3e\xc3\x4f\x37\xd4\x30\x93\x43\xd4\x5a\x20\ \x4b\xbd\xf4\x76\x78\xd8\xf1\x3e\xfa\x9a\x12\x55\xee\x61\x56\x67\ \x84\x40\x93\x36\x26\x68\x34\x9a\x64\x42\x81\x05\x23\x0a\x74\xf6\ \x74\x11\xb6\x06\x18\xa9\x6b\x68\x5f\x93\x36\x8a\xa0\xd8\x4d\x6f\ \x21\xa5\x36\x36\x4c\xb5\xb0\x80\x39\xa5\x16\xf5\xb1\x31\xaa\x2d\ \x83\x89\xba\x98\xdb\x53\x42\x24\x93\x8c\x0d\x8f\x62\xfc\x90\x56\ \xea\x51\xee\xae\xd0\x55\xf4\x30\xf5\x31\x6a\xb5\x3a\x63\x69\x48\ \xa5\xb7\x87\xee\x82\xa4\x39\x3e\x48\xb5\x91\xa2\xda\x45\xa2\xd6\ \x82\xf1\xca\x74\x77\x96\x08\x24\x58\x9b\x11\x4f\x8e\x31\x51\xad\ \x21\xa3\x22\x18\x4b\x43\xfb\xcc\x9c\xd1\x43\xc9\x33\xd4\x46\xfb\ \xa9\x27\x02\xe5\x4b\x1a\xa2\x9b\xb9\x9d\x82\xe6\xc4\x20\x75\xba\ \xe8\xed\x29\x60\x46\xfa\x99\xb0\x01\x32\xa8\xd0\x5b\xf1\xd0\xa3\ \x7d\x0c\xc8\x39\xcc\xed\x12\x24\x13\xc3\x8c\x36\x24\x7e\x47\x37\ \x73\x82\x06\x13\xe3\xe3\x0c\x67\x45\x7a\x67\xf6\xd2\xe9\x5b\x1a\ \xe3\x03\xd4\x9a\x9a\x4c\xf9\xc8\x62\x0f\xb3\x3b\x43\x04\x86\xac\ \x31\x41\xab\x36\xc9\x68\xe2\x11\x75\xf5\xd2\x5b\xf2\xc1\x68\x92\ \xda\x18\xcd\x38\xa1\x9a\x28\x4a\xdd\xbd\xf4\x46\x1e\xd6\x24\xc4\ \xd5\x61\x26\x92\x12\x95\x99\x5d\x14\x1b\x83\x0c\x37\x53\x8c\x50\ \xee\xee\x74\x38\x5e\x48\xc2\xe4\xa8\xd7\xef\x28\x4c\x00\x52\x9b\ \xa7\xf5\x2e\xa3\xc1\x52\x15\x53\x10\x86\x7e\xe3\xf3\xb0\x2e\x52\ \x53\x21\x45\x6f\xc7\x6a\xe8\x34\xcd\xb0\xc6\x10\x16\x22\x7c\xdf\ \xc3\x18\x4b\x1c\xc7\xa4\x59\x4a\x10\xf8\x3b\x14\xbc\xe5\x02\x25\ \x41\x79\x3e\x61\x10\xa2\x94\x24\x4d\x33\x5a\xad\x18\x29\x2d\xbe\ \xef\xff\xf1\x2b\x68\xbf\x07\xca\x27\xf0\x24\xd6\x64\xc4\x89\x46\ \xf9\x01\xbe\xb4\x24\x69\xda\xae\x9b\xb0\xc4\x69\xc0\xde\x87\x1e\ \xcd\xff\xfe\x97\xd3\xb8\xe9\x83\xe7\x71\xcd\xaa\x06\x41\xb1\x4c\ \xe0\x09\xac\xc9\x48\x52\x8d\x17\x84\x28\x61\xd1\x59\x46\xa6\x0d\ \x16\x90\x52\xe1\xfb\xde\x16\x0b\xce\x1a\x92\x24\xdd\xf2\x99\x6d\ \xaf\x9e\x60\xea\x75\x16\x3f\x0c\x40\xa7\x24\x19\xed\x6b\xcf\x53\ \x99\x53\x6d\x40\x48\x7c\xdf\x6b\x8f\x87\x21\x4d\x32\xb4\xb1\x28\ \xcf\xc3\xf3\x14\xc2\xe6\xae\x3f\x6d\x2d\x4a\xe5\x8f\xb1\x95\xe3\ \xd0\x9a\x3c\xbe\x64\xda\x8f\x49\xa5\xf0\x3c\x6f\xfa\x39\xd6\x68\ \xd2\x2c\xc3\x58\xf0\x3c\x1f\xa5\xda\x55\xfd\x26\x23\x4e\x0d\x5e\ \x10\x20\xad\x26\x49\xb3\xf6\xf5\xe6\xaf\x99\xfe\xdb\x66\xb4\x52\ \x83\xef\xfb\x28\x09\x59\x9a\xa2\x91\x04\xbe\xd7\xfe\x6e\x29\xda\ \x32\xfd\xdd\x04\x36\x7f\x8e\xb1\xd3\xe3\xe5\xf9\x1e\x72\xbb\xc7\ \xa7\x9f\x6f\x6d\xde\x42\xc7\xd8\xe9\xa2\x4b\x25\x21\x89\x13\xf0\ \x7c\x7c\x25\x5d\x85\x89\xc3\xf1\x42\x13\x26\xaf\x3b\xf2\x55\x3b\ \x15\x26\x53\x3b\x53\xac\x21\x69\x07\x9e\x3d\xa0\xa0\x40\xf1\xcc\ \xf5\xcb\x5a\xeb\xe9\xea\x73\x29\xe5\x33\xb6\xe1\x10\xa2\xed\xae\ \x32\xb9\x6b\x4c\x08\x81\x52\x32\xef\xff\xb5\x9b\x2f\xd6\x18\xf0\ \xa3\x32\x73\x66\x55\xa8\xf5\x6f\x66\x3c\x31\xcf\xa9\xe5\x89\xc3\ \xe1\x70\x38\x76\x8e\x97\xa7\x9a\xee\x62\x43\xb5\x82\x40\x40\x20\ \xb6\xf1\x2c\x61\xfe\x48\xd7\xe0\xed\x85\xc7\x54\xb1\xda\xce\x0d\ \x0b\xd1\x16\x20\xdb\xba\x35\xa6\x62\x28\xbb\x51\x6e\x22\x84\x25\ \x6d\x8c\xb3\x76\xd5\x08\xd2\xf7\xf1\xa4\x98\x4e\xb5\x75\x38\x1c\ \x0e\xc7\xf3\x10\x26\x13\x13\xd5\xbf\x4e\xed\xbc\x5d\xcf\xe2\x70\ \x38\x1c\x8e\xdd\x20\x4c\xde\xf3\x9e\xf7\xb9\x51\x70\x38\x1c\x0e\ \xc7\xf3\x42\x58\xa3\x27\x81\xb2\x1b\x0a\x87\xc3\xe1\x70\xfc\xc9\ \x96\xc9\xe4\xe4\xa4\x1b\x05\x87\xc3\xe1\x70\x3c\x2f\xa4\x1b\x02\ \x87\xc3\xe1\x70\x38\x61\xe2\x70\x38\x1c\x0e\x27\x4c\x1c\x0e\x87\ \xc3\xf1\xc2\xc7\x7b\xb6\x4f\x14\x42\xfc\xd1\x33\xc0\xb5\xd6\x6e\ \x44\x1d\x0e\x87\xc3\x09\x93\x5d\x3c\xc9\xcb\x8f\x6b\x9d\x9c\x9c\ \xdc\x65\x27\x57\xdf\xf7\x29\x95\xca\x24\x49\xfc\xac\xcf\x5e\x77\ \x38\x1c\x0e\xc7\x5f\x89\x30\x51\x4a\xb1\x79\xf3\x66\xae\xff\xce\ \x77\x19\x1c\x18\x44\x9b\x1d\xad\x0f\x81\x40\x79\x8a\x03\x0e\x38\ \x80\xbf\x7d\xf3\x49\x04\x41\xe0\x04\x8a\xc3\xe1\x70\x38\x61\xb2\ \xad\xc5\x71\xe3\xcf\x7e\xce\x2d\xb7\xde\x4a\x31\x8a\x76\xf9\x3c\ \xad\x35\xab\x56\xaf\x66\x9f\x7d\x96\xf0\xca\x57\xbc\x82\x56\xab\ \xe5\x46\xd7\xe1\x70\x38\x9c\x30\xc9\x31\xc6\x30\x31\x31\xce\xfb\ \xdf\xff\x77\x2c\x98\x3f\x1f\xb3\x8b\xb8\x88\xe7\xfb\xdc\x7e\xfb\ \xed\xf4\xf7\xf5\xef\xd0\x67\xcb\xe1\x70\x38\x1c\x7f\xe5\xc2\x04\ \xf2\xe0\xfb\xbe\x4b\x97\xb2\xcf\x92\x25\xbb\x0c\xb2\x07\x41\xc0\ \xea\xd5\x6b\x98\x9c\xac\x3e\xeb\x0f\xb7\x08\x0a\x51\x84\x2f\x2c\ \xcd\x66\x13\x6d\xb7\xfd\x2f\x2a\xa0\x18\x85\x98\xa4\x49\x2b\xd6\ \xfc\x65\xf7\x25\x17\x84\xc5\x08\x7f\xfb\x26\x97\x59\x42\xa3\x15\ \x63\x90\x14\xa2\x22\xbe\xb2\xb4\x1a\x4d\x32\xb3\xd5\xc5\x0a\x49\ \x21\x8a\xf0\x84\xa1\xd9\x68\x92\x59\x5c\x0b\x76\x87\xc3\xb1\xe7\ \x09\x13\x80\x24\x49\x88\xe3\x78\x97\xc2\xc4\x5a\x4b\x96\x65\xcf\ \xbe\x69\xa4\x50\x84\x72\x92\x5f\x5e\x77\x15\x8f\xd4\x7a\x38\xf5\ \x6d\x6f\x66\xaf\x82\x26\xce\xf2\x00\xbf\xf4\x43\xe2\x8d\x0f\x72\ \xc9\x0f\x7e\x45\xcf\x21\x6f\xe2\x4d\xaf\xdd\x07\x9b\x64\x7f\x99\ \x67\xef\x09\x89\xc7\x24\x3f\xff\xe6\x15\x3c\xf0\xf4\x30\xba\x2d\ \x28\x4c\x1a\xd3\xb1\xe2\x6f\x78\xe7\x49\xaf\xa3\x8b\x61\x7e\xf6\ \x8d\xaf\x71\xff\x68\x0f\x6f\x7d\xe7\xa9\x2c\xed\x92\x24\x99\x45\ \x28\x9f\x20\x1b\xe1\x27\xdf\xfc\x1a\x0f\x8d\xf7\x70\xea\xe9\x27\ \xb3\xb4\x57\x91\x66\x2e\xe6\xe4\x70\x38\x5e\x38\xfc\x37\xd6\x99\ \x08\x3c\x91\xb0\xea\xe1\x7b\xf8\xfe\x15\x97\x72\xc9\x35\x3f\xa7\ \x4a\x80\x27\xa6\xf6\x67\x0f\x33\xb1\x89\xdb\x7e\x71\x33\x0f\xac\ \x1a\x46\x6c\x73\x18\x97\x40\xb4\xcf\x49\x91\x52\x6c\xab\xc5\xb7\ \x53\x98\xb7\x95\x69\xed\xe7\x4f\x3d\x38\xf5\x1c\x76\x7c\xce\xf6\ \xc2\x50\x08\x39\x7d\x26\x8b\xdc\xa5\xa0\x94\x48\x5b\xe3\x9e\x5b\ \x6f\xe1\xee\x47\xd6\xd1\x48\x12\x5a\xad\x16\xcd\x56\x8b\x34\x33\ \x80\x45\x15\xba\x58\x30\x37\xe2\xae\x1b\xae\xe4\x3f\xaf\xbf\x8d\ \x86\xc8\x0f\xa5\x0a\x7c\xc1\x63\xb7\x7e\x8f\x4b\xbf\xf9\x13\x6a\ \xd1\x1c\xe6\xf6\x84\x68\xed\x04\x89\xc3\xe1\xd8\x43\x2d\x93\x3f\ \x07\x16\x41\x10\x15\xa9\x74\x7a\xdc\xfd\xc3\x2b\xf9\xc6\xac\x39\ \xbc\xef\x2d\x87\x21\xe3\x16\x60\x41\x7a\x14\x4b\x25\x0a\x81\x9a\ \x3e\x0e\x45\x48\x0f\xdf\x83\x56\xa3\x49\x9a\x19\x84\xf2\x28\x16\ \x23\xd0\xf9\xc9\x7d\x59\xdc\x20\xd6\x92\x62\xa9\x88\x42\xa3\xad\ \xc0\x53\x82\xa4\xd1\x20\xb6\x82\xa8\x50\x80\x2c\xa1\x99\xd9\xf6\ \x09\x7f\x6d\x01\x61\x35\x71\x2b\x6d\xbf\xbf\x02\x24\x7e\xa0\xc8\ \x5a\x4d\x9a\xa9\x06\x04\xca\xf3\xb6\x9c\x5a\xb8\x9d\x00\x33\x71\ \x9d\xa6\xf6\x39\xe2\xf8\xb3\xf8\xe8\x79\x47\x23\x4d\x86\x41\x60\ \xb3\x98\x66\x2b\xa6\x95\xf8\xbc\xe8\xe8\xb7\x73\xd1\xea\x27\xf9\ \xe2\x4f\xae\xe4\xc7\x07\x2f\xe7\xcc\x23\xf7\x65\x72\xcd\x6d\x7c\ \xe3\xea\x1f\xd3\x71\xc4\x29\xbc\xf7\x8c\xa3\x28\xd9\x84\xd4\xc9\ \x12\x87\xc3\xe1\x2c\x93\xe7\x86\x49\x12\xca\xcb\x0e\xe6\x84\xa3\ \x97\xf3\xeb\xab\xbe\xcc\x0f\xee\x79\x9a\x30\x0c\x76\x6e\xcb\x28\ \x0f\x99\x8d\xf3\xdb\x1f\x7e\x83\x7f\xfa\xc0\x45\xbc\xe3\x1d\x67\ \x70\xfe\xfb\x3e\xcc\x25\xdf\xbd\x8d\xb1\x4c\x10\x15\x02\x06\x1f\ \xb9\x89\x0f\x9e\x7f\x0e\x5f\xfc\xe1\x7d\x10\x16\x08\xc2\x90\xf1\ \x27\x7f\xc5\x87\x2e\xbc\x88\xaf\xfd\x6c\x25\xaa\xdc\xc1\xc6\x9b\ \x2e\xe5\xbc\x0b\x3f\xca\xed\x7f\x68\x10\x15\x3c\xa4\x5f\x40\x8c\ \x3e\xc2\xbf\xfd\x8f\x0b\xf9\xec\x55\x77\x42\x54\x20\xf4\x0d\x6b\ \xef\xbd\x89\x7f\xfb\xe8\x07\x38\xfb\xac\xb3\x38\xe3\xac\xb3\xb9\ \xf8\xa3\xff\xce\x03\x43\x9a\x50\x89\x1d\x86\xd1\xc6\x55\xea\x56\ \x50\x8a\xca\x58\x0c\xad\x66\x8b\x46\xbd\x4e\xa3\x95\x62\x11\x60\ \x33\x62\x5b\xe6\x0d\xef\xb8\x80\x23\x17\xa5\xfc\xd7\x95\xd7\xf2\ \xe8\x53\x4f\xf1\xd3\xab\xaf\xe0\x91\xd6\x3e\x9c\x77\xce\x69\xec\ \x5d\xd4\xa4\xc6\x49\x12\x87\xc3\xe1\x2c\x93\xe7\x6e\x9d\x58\x4d\ \x26\xbb\x78\xe3\xd9\xef\xa4\x34\xfc\x0f\x5c\xf1\xd5\xaf\xb0\x68\ \xfe\xc7\x38\x62\xef\x4e\x1a\xdb\x6d\xd8\x81\x6a\xf2\xcb\x2b\xbe\ \xc4\x17\x7e\xf0\x18\xaf\xf8\xdb\xb7\x73\xda\x41\x73\xd8\x70\xef\ \xcd\x5c\x73\xf9\xe7\x98\x30\x1f\xe3\x1f\xdf\x7e\x04\x8b\x5f\x72\ \x2c\x27\xbf\xf2\x6e\xbe\x7a\xdd\x37\x38\xe4\xa0\x15\x9c\xb8\xb8\ \xca\x35\x97\x5d\xc1\xe8\xcc\x23\xf8\xd0\x71\x47\x10\x91\x92\xa5\ \x09\x8d\x46\x93\x6c\x6b\x77\x92\xd5\x34\x9b\x0d\xbc\x24\x43\x7a\ \x01\x8d\x35\xbf\xe5\x92\x2f\x5e\xc2\xc8\xbc\x23\xb9\xe8\x1f\x5e\ \x4a\xd1\x34\x19\x18\x99\xa4\xbb\x20\xd0\xdb\xd5\xd0\x08\x29\xc9\ \x6a\x63\x54\x93\x2a\xeb\x9e\x78\x80\x5f\xfd\x46\x33\x7f\xfe\xde\ \xcc\x9f\xdd\x4b\xa0\x2c\x69\x96\xc7\x99\x6c\x16\xa3\xba\x97\x71\ \xd6\xbb\xde\xce\xfa\xcf\x5e\xc9\xbf\xfd\xaf\xcd\x34\x47\x47\x39\ \xf6\xac\x7f\xe6\x35\xfb\x75\x11\xb7\x62\xb7\x22\x1d\x0e\x87\x13\ \x26\x7f\xb2\x40\xd1\x09\xb6\xbc\x37\x67\xbd\xf7\xbd\x3c\xfe\x3f\ \x3e\xc5\x57\xbe\x7a\x3d\x0b\x3f\xfe\x6e\x3a\xbc\x2d\x16\x80\xf2\ \x42\x26\x9f\xb8\x89\x6f\xdf\xf4\x20\x87\x9e\xfa\x3f\xf9\xd8\x05\ \xaf\xcb\xcd\xaa\x57\xbd\x88\x74\xfc\xef\xf9\xc1\xcd\x37\xb2\xe6\ \x84\xc3\xd9\xaf\x58\xe1\xf8\xb3\x2f\x60\xe5\x93\x1f\xe5\x9a\xcb\ \x2f\x67\x74\xf1\x04\xb7\x3e\xdd\xc5\x45\x9f\x38\x8b\xa5\x15\x88\ \xb5\x9d\x6e\x0d\xb3\x7d\x5c\x65\x2a\x2e\x22\x85\xa0\xba\x79\x13\ \x7d\x63\x09\x07\x9d\x7c\x1c\x6f\x3c\xea\x60\xc0\x90\xc5\x31\x71\ \x92\x90\x6d\xd7\x04\x40\x08\x43\xaa\x4b\xac\xd8\x7f\x29\x9b\x07\ \x1f\xe4\xca\x2f\xdf\xcc\xd0\x58\xca\xf2\xd7\x9e\xc4\xbb\xcf\x3e\ \x99\xa5\x33\x02\xd2\x34\x7f\x51\x12\xa7\x2c\x7c\xe9\x31\xbc\xf1\ \xe5\x77\xf1\xe5\x1f\xdc\x45\xf9\x45\x27\xf3\xd6\x63\x0e\x41\x25\ \x31\x89\x5b\x8f\x0e\x87\xc3\x09\x93\xe7\x47\x1a\x27\x94\x16\x1e\ \xc1\x45\x17\x9e\xc2\x87\x3f\xf3\x3d\xbe\xf9\x93\xc3\x78\xef\x01\ \x61\x3b\x3e\x21\xf0\x84\x66\xc3\xaa\x0d\x54\x9b\x16\xf9\xc8\xaf\ \xf8\xf4\xc7\x6f\x23\xd3\xe0\x79\x86\x0d\xab\xc7\xa9\xd6\x2c\x1b\ \x46\x33\xf6\x8f\xc0\x74\xef\xcf\xb9\x17\xbc\x93\x7f\xfd\xc4\x57\ \xb8\x7c\x65\x27\x27\x5c\xf0\x61\x8e\x5a\xd1\x4b\xdc\x6c\x21\xa3\ \x3f\x7e\xc9\x5a\x1b\x66\x2c\x3f\x98\xc3\x0f\x98\xcb\xad\xd7\xfd\ \x1b\xff\x3a\x78\x0c\xc7\x1d\xf5\x1a\x96\x2f\x9c\x43\xa8\x24\xc9\ \x76\xd2\xc4\xa4\x31\xfe\x5e\x87\xf3\xde\x0f\x1e\x4c\x92\xb4\x98\ \x18\x1b\xe1\xc9\x7b\x7e\xce\xe5\xd7\x5d\xc7\xe7\x4c\x91\xff\xfd\ \x81\x93\xa9\xc8\x14\x6d\x2d\xca\xf7\x99\x78\x6a\x25\x0f\xfd\x61\ \x03\x41\xa5\x9b\xa4\xff\x01\x7e\xf5\xfb\xb5\x9c\xf9\xea\x45\x88\ \x56\x82\x73\x72\x39\x1c\x8e\x17\x22\x7f\x41\x5d\x83\x2d\x69\x9c\ \xb1\xec\x35\xa7\x72\xde\x09\xfb\x71\xdb\xb5\x97\x71\xd3\xca\x21\ \x7c\x5f\xb6\xc5\x89\xa1\x11\xa7\x64\x78\x04\x85\xbc\x57\x98\x54\ \x02\x63\x3c\x16\xad\x78\x19\xc7\x1f\xfd\x1a\xe6\x84\xa6\x9d\x96\ \x2b\x88\xca\x1d\x14\x02\x48\xb5\xc9\xd3\x99\xad\xd8\xe1\xf3\x76\ \xb5\x71\x5b\x93\x20\xba\x97\x72\xc1\x87\x3f\xc6\x39\x27\x1e\xca\ \xe0\x83\x3f\xe7\xa3\x1f\x78\x1f\x1f\xfb\xc2\xb5\xac\x1e\xcd\xf0\ \xd5\x8e\x59\x5d\x42\x2a\x82\xa8\x48\x67\x57\x2f\x0b\x97\xae\xe0\ \x84\x33\xdf\xc3\x59\x47\x2e\x66\xdd\x9d\xbf\x61\xd5\x60\x15\xa5\ \x24\x08\x85\x6f\x46\xf9\xf1\x55\x97\xf1\x9b\xa1\x5e\x2e\xfc\xf0\ \x3f\x71\xf4\x82\x06\xd7\x5f\x76\x19\xf7\x6d\x6a\x11\x06\xae\xd8\ \xd3\xe1\x70\x38\xcb\xe4\xf9\x8b\x13\x6b\x68\xea\x22\x47\x9d\x7e\ \x3e\x0f\x3d\xf1\x29\xae\xfb\xd6\x0f\x21\xf5\x59\x20\xc1\xa0\xe8\ \xed\xcc\xdb\xb9\x1c\x70\xe4\x99\xbc\xef\xf8\xa5\x60\x35\xd6\xe6\ \x1b\x39\x36\xa3\x59\xab\x93\xe0\x13\xd4\xd6\x71\xe5\xd7\xbe\xc1\ \xc8\x82\x63\x78\xd7\xcb\x87\xf9\xf6\x75\x5f\x63\xdf\xa5\x0b\x38\ \xe9\x90\x99\x64\x46\x10\x74\x14\x10\x69\x9d\x46\xd2\x40\x7a\x33\ \x40\xb3\x43\x4a\xb0\xc9\x0c\x85\x9e\x25\x9c\x72\xee\x07\x78\xc3\ \x9b\x36\xf3\xc0\xad\xdf\xe7\xff\xff\xe6\xb7\xb8\xb2\x32\x87\x7f\ \x7e\xf7\x1b\xf0\x4d\x8b\x2d\xb1\x72\x81\xe7\xf9\x08\x9b\x91\x65\ \x9a\x4c\x1b\x82\x52\x44\xef\x9c\x0a\x24\xc3\x24\x69\x06\x42\x10\ \x84\x82\xc7\x7e\xfe\x2d\xae\xbf\x65\x23\xaf\x3b\xfb\xa3\x1c\xff\ \x37\xaf\x61\xb8\x34\xc0\x03\x1f\xfd\x2a\x97\x5f\x7b\x23\x4b\x3e\ \x78\x0a\x1d\x42\xe3\x32\x83\x1d\x0e\xc7\x1e\x6b\x99\x28\xa5\xf0\ \x3c\xef\x19\x7f\x76\x47\x1b\x15\x9b\xc5\xa8\x9e\xe5\x9c\xf5\xce\ \x93\x28\xc7\xc3\x8c\x37\x41\x08\x4b\x66\x60\xe1\x41\x87\xb2\xff\ \x6c\xcb\xcd\xdf\xbe\x8c\x5f\x3f\xb4\x81\x66\x6a\x30\x3a\x61\xb4\ \x6f\x03\x9b\x06\xc7\xd1\xc2\xa3\xe0\x25\xfc\xe6\xfa\xaf\xf3\x8b\ \xb5\x11\x67\x9e\xff\x6e\xce\x7d\xd7\xbb\x39\x72\xee\x24\x57\x5d\ \x72\x25\x4f\x8c\x1a\x7c\x01\xbd\x4b\x97\xd3\x2b\x47\xb9\xed\xb6\ \xdb\x79\x6a\x5c\x53\x8c\x42\x7c\x29\xb0\xc6\x60\xad\x45\x48\x89\ \x6e\x54\x19\x18\x1c\xa6\x65\x24\x5d\x73\x16\xf1\xda\xbf\x39\x82\ \x79\x9d\x8a\x91\xa1\x7e\x5a\x46\x6e\x35\x70\x02\x49\xc2\xe6\x0d\ \xab\xd9\x34\xda\xc4\x8f\x8a\x84\x1e\x6c\x78\xf8\x56\x6e\xfc\xd5\ \xe3\x94\x16\xef\xcf\x5e\xdd\x1d\x08\xcf\xa7\xf1\xf4\xfd\x7c\xf3\ \x9a\x1b\x08\x5e\x74\x2c\x67\x9c\xf4\x32\x68\xd4\x98\x7d\xf0\x31\ \x9c\x7d\xf2\xcb\x58\xf3\xcb\xeb\xf8\xfe\x6d\xab\xf0\x42\xdf\xad\ \x4a\x87\xc3\xb1\x67\x5a\x26\xc6\x58\x86\x86\x86\x28\x46\xd1\x74\ \x05\x7c\x92\x24\x48\x29\xf1\x7c\x1f\xac\x25\x08\x02\xc6\xc7\xc6\ \x08\x76\x91\xd6\xbb\x33\x04\x96\xb8\xd9\xa0\xd6\x68\x61\xb6\xaa\ \xde\x48\xe2\x84\x79\x87\x1e\xcb\xdb\x8f\xfd\x3d\x9f\xba\xfa\x3e\ \x1a\x71\x86\x31\x09\x6a\xe6\x8b\x38\xe7\xbc\x33\xf9\xfc\x97\xaf\ \xe5\x0b\x1f\xff\x30\xdf\x9a\xd5\x4d\x20\xa1\x36\x59\xe3\xb0\x33\ \x3e\xc4\x7b\x8e\x5a\xc1\xfa\xdf\xfd\x88\x4b\xbe\x7d\x37\x87\x9f\ \xf5\xaf\x1c\xb9\xac\x44\x62\x4a\x9c\x71\xde\xdb\xb8\xef\x9f\xbf\ \xca\x25\xd7\xae\xe0\xe3\x17\x9e\x48\xd7\xe2\x57\xf0\xd6\x37\xde\ \xc9\x25\x3f\xfe\x0e\x1f\x5e\x75\x07\x33\x2a\x45\x4c\x73\x9c\x35\ \x23\x70\x58\xe8\xe1\x29\x9f\xbe\x27\xef\xe4\x0b\x97\x7d\x9f\x46\ \xb9\x87\x82\x07\xad\x89\x61\xfa\xcd\x6c\xde\xf2\xaa\x97\x53\x11\ \xc9\xb4\xf5\x20\xa4\x87\x17\x0f\xf2\xab\x6f\x7d\x81\x5f\xae\xb6\ \xcc\xa8\x44\xa0\x13\x46\xfb\x37\xd3\x88\x16\xf1\xce\x73\x4f\x61\ \x61\xb7\x0f\xf1\x08\x37\x5c\xfd\x75\xee\xea\xef\xe1\x83\xff\x70\ \x0a\x0b\x8b\x9a\x66\xac\x91\x22\xe4\x15\x27\x9c\xce\x2b\x7f\xfb\ \x00\xdf\xbe\xfc\x72\x0e\x59\xf6\x31\x5e\x3c\xd7\x27\x49\x8d\x5b\ \x9d\x0e\x87\x63\xcf\x11\x26\x4a\x29\xea\xf5\x3a\x9f\xfc\xe4\xa7\ \x28\x14\x0a\xb9\xe6\x2e\x04\x4b\x96\x2c\xa6\x56\xab\xd1\xdf\x3f\ \x30\x7d\x68\x56\xbd\x5e\xe7\xc2\x0b\x2e\x78\x96\x1f\x6d\x48\x4d\ \xc8\x41\xaf\x7e\x03\x7e\xab\x87\x2e\x99\x6d\x71\xef\x58\x4d\x62\ \x8b\xbc\xe6\xcd\x67\x32\x28\xf7\xa6\x6b\xf9\x6c\x6c\x9a\x91\xa4\ \x96\xc5\xaf\x78\x33\x9f\x58\xb8\x82\xdb\x6f\xbb\x93\x35\x7d\x63\ \x18\xe1\xd1\x31\x73\x3e\x2f\x5d\xd4\x8b\x4e\x5a\x54\xab\x31\x2f\ \x3d\xe9\x7c\x4e\x39\xfe\x50\x64\x92\x10\x6b\x98\x75\xd0\x1b\x78\ \xdf\xf9\xa3\xdc\x3d\x92\x31\x51\x6f\x52\x2c\x97\x38\xe6\x9d\x7f\ \xcf\xdc\xfd\x7e\xc3\x9d\x0f\xad\xa1\x91\x59\x54\xb0\x2f\x47\x1c\ \xbd\x90\x03\x0f\x7e\x11\xa6\xd9\xa4\xbc\xf7\xfe\xbc\xee\xe8\xd7\ \xf2\xe4\xa6\x11\x32\x2b\x08\xf7\x7b\x31\x67\xbc\xe2\x35\x1c\xbe\ \x7c\x1e\x3a\x49\xa7\xe3\x2d\xd6\x66\x64\x7e\x37\x47\x9e\x78\x06\ \xa5\x07\x1e\x63\xd3\xf0\x04\x46\xf8\x1c\xfa\xaa\xe3\x79\xf9\xab\ \x5e\xc9\xb2\x39\x65\xd2\x4c\xd3\xaa\x8d\xa0\xbb\xf6\xe7\xcc\xf7\ \xbe\x94\xd7\x1f\x30\x8b\x38\xc9\x73\xb7\x4c\x9a\xe0\xf7\x2e\xe3\ \xcc\xf3\xce\xa7\xf3\x8e\xf5\xd4\xc6\x46\xd1\x73\xe7\x22\x30\x2e\ \x18\xef\x70\x38\x5e\x30\x88\xea\xc4\xf8\x24\x50\xde\xd5\x13\xa2\ \xa8\xc0\x27\x3e\xf9\x69\xee\xbc\xf3\x4e\xc2\x30\x24\xcb\x32\x66\ \xce\x9c\xc9\x17\xbf\xf0\x79\x1e\x7b\xfc\x71\x3e\xfe\xf1\x4f\x10\ \x04\xb9\x35\x12\xc7\x31\xef\x7d\xcf\x7b\x38\xe1\x84\x37\xd2\x68\ \x34\xfe\xb8\x4b\x0b\x91\x37\x3f\x14\x9a\x46\xa3\xb9\x8d\x75\x02\ \x16\xd1\x6e\xf4\xa8\x93\x16\xad\x38\x9b\xee\x7e\x28\x95\x47\x10\ \x86\x78\xed\xea\x75\x6b\x34\x49\xdc\x22\xc9\x2c\x7e\xa1\x48\xe4\ \x43\xa3\xd1\x9c\xee\x91\x05\x82\x30\x2a\xe2\x4b\x4d\xa3\xd1\x8e\ \x75\x08\x89\x1f\x84\x04\xbe\x6a\xbf\xad\xc5\x68\x4d\x9a\x24\xa4\ \x99\x46\x28\x8f\x30\x0c\xf1\x94\x6c\x0b\x0d\x43\x9a\xc4\x24\xe9\ \xce\x7b\x93\x29\x2f\x20\x08\xb6\x54\xd4\x1b\x9d\x91\x24\x09\x99\ \x6e\x5b\x18\x42\x51\x2c\x46\x48\x93\x52\x6f\xc6\x6c\xdf\xd3\xd2\ \x0b\x23\xa2\x50\x11\x37\x1b\xb9\x55\xe2\x3a\x3d\x3a\x1c\x8e\x3d\ \xc9\x32\x31\xc6\x72\xe0\x01\x07\x70\xc7\x1d\x77\x10\xc7\xf9\x29\ \x8a\x63\x63\x63\x7c\xff\xfb\x3f\xa0\xaf\xbf\x8f\x2c\xcb\x00\xc8\ \xb2\x8c\xde\x19\xbd\x2c\x5e\xb2\x88\x34\x4d\x9f\x83\x9b\xab\x4e\ \xdc\xfe\x6b\x87\xff\xea\x94\x7a\x2d\x65\xfb\x7f\x1b\x9d\xd1\x6a\ \x64\x3b\xbe\x9f\x80\x2c\x6e\x30\x19\xef\x28\xb6\xb6\x7c\xce\xd4\ \x43\x86\x34\x6e\x92\xee\xac\x4e\x50\x08\xac\xd1\xb4\x9a\x8d\x67\ \x3d\x90\x3a\x4b\x68\x66\xcf\x50\x29\x62\x35\x8d\x7a\x6d\x57\x03\ \x41\x96\x34\x99\x4c\x60\xa7\x43\xe1\x70\x38\x1c\x2f\x74\xcb\x44\ \x08\x41\x96\x65\xac\x5c\xf9\x08\x9b\x36\x6d\x22\xcb\x32\xac\xb5\ \xc4\x71\x8c\x94\x32\xb7\x4a\x84\xa0\x10\x86\xec\xb7\xdf\x32\x96\ \x2c\x59\x8c\x71\x2d\x41\x1c\x0e\x87\xc3\x09\x93\xed\x91\x52\xe2\ \xfb\xfe\x36\x47\xf1\x4e\xc5\x4e\xb6\x52\xae\xb1\x40\x92\xa4\xe0\ \xbc\xfd\x0e\x87\xc3\xf1\x57\xc5\xb3\xcc\xe6\x32\xc4\xb1\xeb\x1b\ \xe5\x70\x38\x1c\x8e\x5d\x18\x1d\x6e\x08\x1c\x0e\x87\xc3\xe1\x84\ \x89\xc3\xe1\x70\x38\x9c\x30\x71\x38\x1c\x0e\x87\x13\x26\x0e\x87\ \xc3\xe1\x70\xfc\x79\x1b\x3d\x4a\x29\xf1\x3c\xcf\x8d\xb2\xc3\xe1\ \x70\x38\x61\xf2\xa7\x21\x84\xe0\xf1\x47\x57\x32\x38\x38\x38\xdd\ \x6e\xc5\xe1\x70\x38\x1c\x4e\x98\x98\x79\x69\x27\x00\x00\x20\x00\ \x49\x44\x41\x54\x3c\x27\x7c\xdf\xe3\xe9\x8d\x1b\xb9\xe2\xaa\xab\ \x29\x14\x0a\x6e\xa4\x1d\x0e\x87\xc3\x09\x93\x3f\x0d\xa9\x14\x61\ \x18\x4e\xf7\xee\x72\x38\x1c\x0e\xc7\x9e\x89\xf3\x3f\x39\x1c\x0e\ \x87\xe3\xff\x85\x30\x11\x78\x7e\x40\x18\xf8\x08\xd7\x80\xd0\xe1\ \x70\x38\x1c\x3b\xe1\x99\xdd\x5c\x52\xe1\xd9\x26\xab\x1e\xb8\x87\ \xbe\xac\x8b\x83\x0f\x5c\x46\x87\x9f\x77\xde\xda\xba\x4f\xd7\x9f\ \x42\xde\xdb\xcb\x4d\xc0\x9e\x82\xb5\x79\xd2\x85\x10\x62\x97\x6b\ \xc3\xcd\xf9\x9e\x39\xef\x53\x09\x36\x3b\x9b\x77\x37\xe7\x7f\x3d\ \xf7\xfa\xae\x85\x89\x50\xf8\xba\xca\x0d\x57\x5e\xc2\xaf\x1e\x7a\ \x9a\x66\xcf\x72\x16\x2e\x5b\xc8\x03\x3f\xbe\x96\x78\xbf\xe3\x39\ \xf6\xd0\xf9\xa4\x49\xfa\x1c\xbf\x84\xc5\xf3\x3c\xce\x3b\xef\x5d\ \x44\xc5\x22\xc6\xb8\xd3\x04\xf7\x18\xad\xc4\xf3\xe8\xef\xef\xe7\ \x9b\xdf\xb8\x7c\x87\x84\x8b\x56\xab\xc5\x31\xc7\x1c\xc3\x4b\x5f\ \x76\x04\xad\x56\xcb\x0d\xd6\x1e\x44\x10\x04\x5c\x75\xd5\x95\x3c\ \xbd\x71\xe3\xf4\xe1\x79\x90\x1f\x49\x31\x67\xce\x1c\xce\x3c\xeb\ \x9d\xd3\xc7\x54\x38\xf6\x0c\x0a\x61\xc8\x7d\xf7\xdf\xcf\x4f\x7e\ \xfc\x43\xca\xe5\x8e\xe9\x39\xdf\xa5\x30\x51\x4a\x32\xb1\xf1\x71\ \xee\xdd\x5c\xe4\x3d\xff\xfc\x3f\xb9\xf3\x7b\x3f\x45\x07\x25\x54\ \x52\x65\xc3\xc0\x18\x56\x2c\xf8\x93\xbf\x4c\xa5\x52\xa1\x58\x2a\ \x39\x61\xb2\x87\x6d\x2a\xe3\xe3\xe3\xac\x5b\xb7\x96\xf9\xf3\x17\ \x50\xa9\x54\xa6\xe7\xd7\x5a\x4b\x14\x15\xe9\xee\xee\xa6\xd9\x6c\ \xba\xc1\xda\x83\x88\xa2\x88\xe1\xa1\x41\xfa\x36\x6f\x66\xe1\xa2\ \x45\x48\x29\xb1\xd6\x62\xad\x45\x29\x45\x77\x77\xf7\xb3\x3e\xdf\ \xc8\xf1\xc2\xa0\x54\x2a\x61\xad\x61\xfd\xba\xb5\x2c\x5d\xba\x8c\ \x42\x14\xe5\x86\xc2\x2e\xad\x08\x20\x28\x44\x44\xb2\xc9\xa6\x4d\ \x83\x24\xd6\x32\xb1\xf1\x0f\xac\x5c\x3b\xca\x9c\xfd\xbb\x91\xcf\ \xa3\xcd\xbc\xd6\x1a\xad\xb5\x13\x26\x7b\x10\x5a\x6b\x74\x96\xd1\ \x6c\x34\x88\x5b\x2d\xa8\x54\xb6\xf9\xbf\x31\x66\x7a\xde\x1d\x7b\ \xd6\xbc\xc7\xad\x98\x46\xa3\x81\x31\x66\x9b\x9a\x32\x6b\xad\x9b\ \xf3\x3d\x74\xce\xb3\x24\xa1\xd1\x68\x90\x24\x09\x51\xb1\xf8\xcc\ \xc2\xc4\xe8\x8c\x68\xce\x01\x1c\x7f\xc4\x4a\xae\xb9\xfa\x4a\x26\ \x52\xcd\xc3\xeb\xd6\x30\xf7\xa0\x63\x79\xc7\x8b\xf6\xc2\x38\x6d\ \xc3\xb1\x13\xa4\x94\xdb\x9c\x73\xe3\xd8\xf3\x11\x42\xb8\xc2\xe4\ \xbf\xbe\x49\xdf\xe1\x5e\xdf\x75\xcc\xc4\x5a\x12\xad\x78\xf1\x71\ \x67\x31\x7b\x9f\x43\x78\x6c\xdd\x10\x5e\x47\x2f\x0b\xe6\xcf\xc3\ \xb7\x09\xda\x2a\xdc\x21\x58\x0e\x87\xc3\xe1\x78\x66\x61\x22\x04\ \x81\x48\xb8\xe7\x86\xef\xf0\xfd\x5b\x1e\x25\x16\x0a\x45\x46\x33\ \xed\xe0\xd4\x0b\x2f\xe0\x95\x4b\x67\x90\xa6\x2e\xb0\xe6\x70\x38\ \x1c\x8e\x67\x10\x26\x52\x7a\xb4\x06\x1f\xe5\xc7\xbf\x78\x9c\x23\ \xce\xb8\x98\xd7\x2c\xe9\x20\xcd\x34\x16\x41\x54\x2c\x92\x39\x41\ \xe2\x70\x38\x1c\x8e\x3f\x26\x4c\x84\x80\x56\xbd\x8a\xed\x5d\xc0\ \x01\xcb\x17\xd3\x19\x34\x49\xf4\x56\x67\xc0\xbb\xb1\x73\x38\x1c\ \x0e\xc7\x1f\x13\x26\xd6\x42\xb1\x32\x8b\xf2\xd0\x43\x7c\xe9\x53\ \xff\x8b\x9e\xc0\x62\xac\x21\xb1\x1d\xbc\xe9\xac\xb3\x78\xc9\xe2\ \x1e\xb2\xd4\x65\x69\x38\x1c\x0e\x87\x63\x57\xc2\x44\x48\x3c\x4f\ \x22\xbb\x16\x72\xc6\xc5\x1f\xa0\xbf\x1a\xb7\xa3\xf6\x16\x8b\xcf\ \xbc\x9e\x22\x5a\xbb\xb4\x5e\x87\xc3\xe1\x70\xec\x4a\x98\x08\x81\ \x4d\x26\x79\x72\xf5\x10\x3d\xf3\xe6\x22\x82\x02\x9d\x95\x10\x01\ \x20\xc0\x5a\x85\xef\x09\xe7\xe7\x72\x38\x1c\x0e\xc7\xae\x85\x89\ \x94\x1e\x49\x6d\x23\xdf\xff\xd6\xcd\x1c\x79\xda\xdf\xf2\xd4\xcd\ \x57\x73\x4f\x7f\x82\xaf\x04\xd6\x1a\x8c\xea\xe5\xe4\x73\xcf\xe6\ \xf0\x45\xdd\xce\xcd\xe5\x70\x38\x1c\x8e\x9d\x0b\x13\xa3\x53\xfc\ \xde\x03\xf8\xd0\xc7\x56\xa0\x3c\x8f\x97\x2c\xfb\x28\x6f\xb6\x16\ \x10\x28\x69\x18\xda\xfc\x34\x49\xe8\xa3\xb5\x33\x4d\x1c\x0e\x87\ \xc3\xb1\x2b\xcb\xc4\xf3\x18\x7e\xfc\x77\xdc\xf2\xc0\x7a\xb4\x94\ \x08\x44\xdb\xc5\x25\x51\xb6\xce\xca\x07\x56\x71\xc4\x3b\xde\xcb\ \xfc\x59\x9d\xa4\x89\x8b\x9b\x38\x1c\x0e\x87\x63\x27\xc2\x44\x00\ \x42\x68\x1a\xf5\x1a\x46\xe6\xff\x16\x52\x22\xb0\xe8\x4c\xb3\xe2\ \xb5\x27\x70\xc4\xbe\xb3\x31\xae\x13\xa8\xc3\xe1\x70\x38\x76\x25\ \x4c\x74\x96\xd1\xbb\xfc\xb5\x5c\x70\xd0\xeb\x01\x81\xf2\x3c\x30\ \x09\x71\x62\x50\x9e\x87\xe7\x29\x92\x46\x8d\x56\x6a\xdc\x39\x05\ \x0e\x87\xc3\xe1\xd8\xb9\x30\x01\x30\x59\x42\x23\x4b\xf1\x3c\x41\ \xdf\x83\x77\xf0\xdd\xef\xff\x9c\xc1\xae\x43\x79\xef\xd9\x27\x12\ \x6f\x7c\x1c\x66\x2c\x65\xef\xde\x22\xda\x75\xfd\x75\x38\x1c\x0e\ \x07\xcf\x70\x6c\xaf\x54\x8a\x74\x74\x0d\xdf\xfa\xaf\x9f\x53\x5a\ \x7c\x10\xe5\xfa\x00\x75\x0b\x4f\xfc\xee\x66\x6e\x79\x64\x13\xd2\ \xf7\xdc\xe8\x39\x1c\x0e\x87\x63\xd7\x96\x09\xe4\x6d\xa5\xeb\xe3\ \x03\x4c\x96\xf7\xe1\x8c\x37\x1d\xcd\xaf\xae\xf9\x1e\xca\xf3\x91\ \x36\x43\xdb\x3f\x5f\x26\x97\xb5\x2e\x4b\xec\xf9\x22\x44\xde\xc1\ \x00\xf2\x18\x98\xdd\x6a\x4e\xa7\xc6\x77\xea\xd8\xcd\x9d\x8d\xbb\ \x14\x22\xaf\x37\xda\xea\x31\xd1\x7e\x63\x01\x18\x6b\xd8\x9d\xd3\ \xe4\xe6\xfc\x99\x26\x73\x6a\x90\x76\x32\xb9\x53\xf3\xb8\xd5\xbf\ \xb7\x3d\x42\xd7\xe6\xe9\x33\xed\xe7\x6c\xb3\x20\xb6\x7f\xdf\xe9\ \x5f\xed\x76\x73\xc3\xf4\x0b\x76\xf7\x3c\xb9\x79\xdf\xf1\xbe\xc5\ \xfe\xf1\x12\xbe\x67\x3a\xe2\x21\xbf\x77\xdb\xf3\x96\x9f\xaf\x3b\ \xbd\x46\x9e\xd5\x9c\x4c\xad\x02\xfb\xdc\xe7\x67\xd7\xe7\x99\x18\ \x43\xd7\xdc\x7d\x59\x1a\xfc\x82\xff\xfc\xea\x95\xc4\xe3\x23\x8c\ \x5d\xf5\x35\x56\xaf\x55\xbc\xe3\xb8\x05\x08\xa3\xff\x0c\x83\x29\ \x50\x4a\xe1\xd6\xd8\xb3\xdc\x60\xb6\xd9\x06\xda\x9b\xca\xd4\xcd\ \x2f\xb6\x14\x96\x4e\xfd\x6a\x8d\x45\xa9\xfc\x1c\x82\x34\x4d\xc9\ \xd2\x94\x34\x4d\x51\x4a\x11\x16\x42\xa4\x52\x58\x6b\xa9\x37\x1a\ \xa4\x69\x46\x10\x04\x28\x4f\x21\x85\x22\xcb\x52\x92\x24\xc1\x1a\ \x4b\x31\x8a\xf0\x3c\xb9\xdb\xe6\x49\x29\xb5\xb3\x8b\xfa\x2b\x99\ \xcb\xf6\x20\x5a\xb1\xe3\xc6\xb2\xd5\x86\xbb\xb5\xc8\xb0\x6c\x39\ \x43\x44\x6b\x4d\x92\xa6\xf8\x9e\x87\x54\x8a\x46\xa3\x4e\x9c\xa4\ \x84\x61\x88\xef\x07\x68\x9d\x91\x26\xe9\x4e\x5c\xd2\x36\xff\x4c\ \xb1\xe5\xdd\xa7\x37\x1e\x21\xa6\x3f\xdf\x53\x0a\x29\x73\x41\xe2\ \x29\xb5\x1b\xef\x75\x89\x52\xc2\xdd\xeb\xdb\x08\xf5\xb6\x94\x17\ \xdb\x29\x81\x5b\xa4\xfa\x36\x4a\x9e\x10\x62\xfa\xe0\x31\xcf\xf3\ \x31\xd6\x52\x6f\xd4\xd1\x5a\x13\x04\x01\x61\x18\x92\xb6\xef\xf1\ \xad\x0f\x22\xb4\x76\x5b\x7d\x42\x08\xc1\x96\x6d\x23\x9f\x7b\xcf\ \xf3\x08\x7c\x1f\xec\xb3\x0f\x65\xec\xba\x37\x97\xd1\x98\x68\x2e\ \xa7\x9e\x7b\x3e\x37\xdf\x78\x33\xab\x43\x85\x16\x9d\x9c\x7e\xc1\ \xdb\x38\x7c\x41\xf9\x39\x9f\xff\xfe\x6c\xb4\x94\x30\x0c\xe9\xe8\ \xe8\x74\x1a\xcb\xb3\x58\x80\x76\x27\x0f\x58\x63\x50\x4a\x62\xcc\ \x96\xcd\xc8\x58\xb0\x36\x7f\x3c\x7f\xa6\x65\x7c\x74\x94\x91\xc1\ \x01\xaa\x13\xe3\x74\x94\x4a\xf4\x74\x77\x51\x08\x4b\x0c\xd5\x26\ \x78\xea\xe9\xcd\x8c\xd5\xaa\xf8\x85\x88\xce\xce\x6e\xb4\x85\xd1\ \xe1\x71\xc6\x87\xc7\xd0\x69\x86\xb0\x92\x57\x1e\x76\x20\xb3\x67\ \xf6\x90\x65\x7a\xb7\x5c\x4c\x57\x57\xf7\x5f\xef\x81\x5a\x3b\x08\ \x93\xf6\x66\x62\xb7\xb2\x0c\xa6\xf6\x7c\x6b\xc0\x1a\xa4\xef\xa1\ \xb5\xa6\x56\xaf\xd3\x8a\x5b\x68\x2c\xcd\x56\x83\x4d\x9b\x36\xd1\ \x37\xd0\x8f\xf4\x23\xba\x7a\x67\x93\x99\x8c\xfe\xcd\x7d\x8c\x8e\ \x8e\x11\xc7\x31\xd6\xe6\xa7\xe4\x49\x21\xb1\xc6\x22\x85\x44\xa9\ \x00\xcf\x0b\xf0\x82\x90\xb0\x10\x11\x46\x05\x7c\xcf\x47\x0a\x83\ \xb0\x19\xf3\x66\xcf\xa4\x18\x85\xd8\xb4\xc5\xbe\x8b\xe6\x93\xed\ \x86\x36\x4a\xd6\x5a\x4a\xa5\x22\x51\xfb\xb8\x57\x27\x4c\xb6\xcc\ \xbf\xdd\x5a\x88\xb4\x75\x42\x89\xcd\x2d\x86\xb6\x55\x6a\x6c\xde\ \x27\x31\x8e\x63\xb4\xcd\xe7\x71\x6c\x62\x92\x75\x7d\x9b\x19\x9b\ \xa8\x52\xe9\xea\xa2\xbb\xbb\x87\xc9\xa1\x51\xfa\x07\xfa\x19\x1e\ \x19\xa1\xd5\x8a\x11\x08\xb4\x35\x18\x23\x01\x85\x12\x53\x0a\xbc\ \x8f\xf0\x03\xfc\xb0\x90\x0b\x21\x29\x59\x34\x6f\x26\x2b\x96\x2d\ \x25\xab\x8f\x3d\x7f\x61\x02\x02\x61\x53\x86\x36\xad\x67\xa8\x5a\ \x27\x4e\x62\x3c\x3b\xc2\x2d\xdf\xfb\x36\xf2\xad\x6f\xe5\xf0\x45\ \x3d\xa4\xae\x02\xfe\x2f\xc3\x40\x99\xde\x71\x04\x46\x6f\xb1\x4a\ \x84\x00\x95\xfb\x3e\x30\xda\x50\xad\x4e\xd0\xdf\xdf\x47\xb3\xd5\ \xa2\x54\x2e\xb2\xcf\xf2\xfd\x50\xbe\xcf\xc8\xf0\x10\x8f\xdc\x77\ \x1f\xcd\x34\xa5\x54\xe9\x64\xee\xdc\xbd\x68\xb4\x62\x36\x6f\xee\ \x67\x64\x74\x8c\xb8\x95\x60\x12\xc3\xec\x99\xb3\x59\xb1\x7c\x39\ \x95\x4a\xe4\x8e\x62\xdd\x6d\x5a\x94\xd8\x6e\x3e\x73\xb5\xd1\x18\ \x8b\x6c\x2b\x00\xb4\x15\x02\x21\x2c\xca\x53\xd4\x1b\x0d\xc6\xc6\ \xc6\x31\xd6\x12\xa7\x29\x7d\x03\xfd\xf4\xf5\x0f\x10\x86\x21\x73\ \xe7\xee\x45\x2b\x35\x6c\xde\xb4\x99\xc1\xa1\x41\xd2\x34\x45\x4c\ \xad\x0b\xc0\x93\x0a\xcf\xf7\xf1\x95\x87\xe7\xf9\x14\x0a\x45\x82\ \xb0\x48\x50\x28\xe0\x79\x01\x42\xa9\x7c\xe3\xd2\x29\xc2\x48\xa4\ \xe7\xd1\x8a\x13\xa4\xce\x70\xe9\x9b\x7f\x46\xf7\xe5\x56\x6e\xae\ \x6d\xff\x36\x18\x4c\xdb\x94\x90\x68\xa3\x89\x93\x04\x63\x2c\xc2\ \x53\x8c\x0e\x8f\xd0\xd7\xdf\xc7\x64\xad\x4e\xa9\xa7\x87\x85\x0b\ \x17\xd1\x6c\x35\x59\xf5\xe4\x2a\xc6\xc6\xc6\x68\xc5\x31\xd6\x5a\ \x94\x54\x79\x3f\x45\x0b\xbe\xe7\xa3\x54\x80\xef\xc9\xb6\x05\x13\ \xe1\x17\x8a\x04\x85\x22\x4a\x08\x7c\x61\x29\x15\x4b\xb4\x9a\x4d\ \xa4\xb5\xb9\xeb\xec\xf9\x08\x13\xa9\x3c\xd2\x91\xc7\xb9\xe6\xca\ \xef\x11\x1d\xfa\x06\x5e\x71\x40\x07\xc6\x64\x64\x26\x64\x76\x47\ \xc1\x55\xc0\xff\xb7\x6e\x40\xdb\x7a\x85\xc4\x56\xab\x52\xc8\xbc\ \xed\x8d\x90\x12\x89\xc0\x1a\x43\x6d\x7c\x9c\x81\xa1\x61\xd2\x2c\ \xa5\xd8\x51\x62\xf6\x5e\xf3\x30\x02\x36\x3c\xbd\x91\xbe\xa1\x41\ \x00\x7a\xba\x7b\x28\x1a\xcb\x64\xa3\xc1\xea\x27\xd7\x32\x5a\xad\ \x92\x69\x8b\xb1\x02\x4c\xbe\x1e\x46\x47\xc7\xb9\xfd\xb7\x77\x71\ \xf4\xab\x0f\x63\xce\x8c\x1e\x32\x27\x50\xfe\x3c\xbb\x4a\x7b\x7e\ \x6d\xee\xb8\xce\x5d\x5a\x9e\x47\x1c\x37\x19\x9d\xa8\x31\x39\x39\ \x49\xa6\x0d\x23\x63\xe3\x3c\xbd\x69\x13\x08\xc1\x8c\x99\xb3\x31\ \xd6\xb2\x66\xed\x53\x8c\x8e\x4f\x90\xa4\x06\x6d\x6c\xbe\x21\x09\ \x4b\xe0\x07\x48\x29\x29\x14\x22\xa2\x28\xa2\x10\x16\xf0\x3c\x1f\ \xcf\xf7\xf3\x58\xa8\xf2\x30\x56\x60\xda\x96\x83\x35\x12\xa9\x3c\ \x94\xf4\xa9\xd7\x1b\x84\xca\x65\x6e\xfe\xd9\x6f\x6b\x63\x11\x72\ \xca\x5d\x6d\xa7\xcd\x13\xab\xf3\xfb\xb9\x15\xb7\x68\xc6\x2d\xc2\ \x42\x81\xb1\x89\x09\x56\xaf\x5e\x4b\x9a\xa5\xcc\x99\x3b\x97\x4a\ \xef\x2c\x86\xc7\xc6\x79\xfc\xb1\xc7\x19\x1b\x1b\xc3\x58\xdb\x8e\ \x7b\xb4\x8f\x54\xb6\x02\xdf\x53\x04\x61\x48\x10\x14\xf1\xc3\x02\ \xc5\x20\x20\x2c\x14\x08\x82\x10\xe1\x05\x68\x2b\xb0\x3a\xc3\x13\ \xb9\x4b\x73\x62\x62\x82\xae\xa2\x07\xcf\xd2\xbd\xf9\xcc\xe7\x99\ \xd4\x46\x89\xbb\x57\x70\xce\x99\xa7\xb0\xb7\xaf\x31\x1a\x84\x30\ \xc4\xcd\x16\x49\xe6\xea\x4c\xfe\x7b\xbd\x23\xb9\x1a\x23\xb6\xd9\ \x81\x72\x2b\x45\xb6\x35\x9a\x89\xb1\x71\x46\x86\x87\x31\x46\xd3\ \x59\xe9\xa2\xa3\xbb\x8b\x91\xf1\x71\xfe\xb0\x66\x0d\x23\xe3\xe3\ \x44\x1d\x25\x66\xed\x35\x1f\x6d\x2d\x23\x83\x43\x0c\x6d\x1e\xa4\ \xd9\x6a\x91\x19\x83\x11\x02\x6b\x04\xc6\x82\xaf\x7c\x3c\xe9\x21\ \xac\x40\x0a\x85\x52\x2e\x93\x6f\xb7\x5b\x97\x5b\x7b\xc9\x65\xdb\ \x3f\x09\x48\x25\x49\xd3\x84\xd1\xe1\x41\x9a\x71\x8b\x7a\xad\x4e\ \xb5\xde\x60\x64\x64\x94\x4c\x6b\x3a\xbb\xba\x49\x33\xcd\xda\xf5\ \x4f\x31\x3a\x36\x0e\x88\xf6\x4b\x25\x85\xc0\xcb\xe3\x5e\x2a\x8f\ \xa7\x74\x94\x3b\x28\x44\xb9\x05\xe2\x79\x5e\xdb\x57\x6e\x41\xc8\ \xdc\x1d\x2a\x72\x05\x24\x77\x8f\x5a\x54\xfb\xfb\x34\x9b\x2d\xbc\ \xc8\x43\xe0\x6e\xf8\xdd\x6a\x91\x8a\xad\x15\x72\x33\xad\x08\x5a\ \x6b\xa6\x93\x60\xb4\xd6\xc4\x59\x42\x9c\x24\x60\x05\x13\xb5\x1a\ \x4f\x3f\xf9\x24\xf5\x66\x4c\x77\x77\x37\x7e\x10\xb2\x69\x70\x88\ \xe1\xe1\x11\x1a\x8d\x98\x2c\xcb\x10\xe4\x31\x14\xdb\x9e\x47\xdf\ \x0f\x88\xa2\x88\x52\xa9\x44\xa1\x10\x21\xbd\x00\xcf\x0f\xf1\x3d\ \x89\x12\x02\x83\xc0\xe2\x21\x2c\x64\xd6\xa2\xa4\xc1\xf7\x7d\xe2\ \x5a\x15\x1b\x79\x6c\x67\x30\x3d\x77\x61\xa2\x8d\xa1\x32\x7b\x09\ \x4b\x0a\x37\x73\xe9\x67\xff\x9d\x6e\x3f\x25\xd1\x9a\x2c\x2b\x72\ \xd4\xa9\xa7\x70\xc8\xde\xdd\xbb\xc9\x67\xee\x78\xfe\x1b\x91\x9d\ \xfe\x5b\x08\x68\x34\x1a\x0c\xf4\xf5\x91\xa5\x29\x3d\xbd\xbd\x14\ \x8a\x45\x86\xc7\x46\x59\xf5\xf0\x43\xb4\x52\x4d\x54\x2e\x33\x7f\ \xe1\x22\xaa\xf5\x1a\xeb\x37\x6c\x64\x68\x64\x04\x93\x6a\x48\x73\ \xdf\x6c\xbe\xb8\x24\x9e\xe7\x13\x7a\x3e\x9e\xf0\xf1\x7d\x9f\x20\ \x08\x29\x84\x11\x41\x10\x60\xac\xd3\x54\x77\xab\xa5\xb9\x95\x9f\ \xc3\xb6\xad\x11\x21\x04\xa3\xa3\x23\x54\x27\xab\x68\x63\x19\xaf\ \xd5\xe8\xeb\xeb\x47\x2a\x45\xb1\xdc\xc1\x64\xad\xce\x53\x1b\x37\ \x33\x3e\x31\x49\x86\x41\x08\x0f\x2c\x84\x61\x48\xa9\xdc\x41\xa1\ \x50\xa0\x18\x45\xf8\x7e\x40\x92\xa6\x44\x51\x11\xcf\xf7\xd1\xc6\ \x20\x85\x6c\x0b\x13\x83\x15\x79\x38\x46\x98\x3c\x30\x6e\x8c\x41\ \x08\x89\x54\x20\xc8\x63\x70\x72\xca\xfd\xe5\xd8\xfd\xf3\x3e\xfd\ \xb7\xc5\x5a\x8d\x94\x0a\x63\x34\x8d\x7a\x83\x24\xcb\x40\x49\x46\ \xc7\xc6\xd8\xbc\xb9\x1f\xa4\x22\x2a\x95\x90\x41\xc4\xd0\xd8\x38\ \x03\x03\x43\xc4\x69\x9a\xcf\x9f\x95\x78\x5e\x80\xef\x79\x14\xa2\ \x08\x3f\x0c\x11\x42\x50\x2a\x96\x29\x44\x11\x41\x18\xe0\x29\x0f\ \x6d\x65\x9e\xe7\x27\x0c\xc2\xe4\x6b\xcd\x0a\x85\xcd\x2c\x9e\xf4\ \xf0\x94\x41\x49\x45\x9c\xc4\x58\x8a\x3b\x64\x10\x3e\x77\x37\x97\ \x90\xa4\x71\x8d\xa1\x81\x71\x82\x65\x07\x73\xc0\xd2\x19\xa0\x33\ \xb4\x09\x98\x51\x0e\x30\x66\xf7\x2f\x2c\xad\x0d\xc6\xd8\x5c\x32\ \x4b\xb9\x4d\xd6\xc2\x5f\xed\x7a\xdb\x6a\x63\x61\x6b\xf3\x97\xad\ \xd3\x43\x15\x08\x4b\xb3\xd1\x60\x6c\x74\x94\x5a\xad\x46\xa1\x50\ \xa0\x7b\xe6\x4c\x26\x1a\x75\x1e\x78\xe8\x41\xb4\x31\xf4\xf6\xcc\ \xa0\xe8\x07\x8c\x4d\x4c\xb0\xe1\x89\x55\x8c\x55\xab\xa4\x49\x8a\ \xf2\x7c\x4c\x26\xc1\x5a\x3c\xdf\x23\x50\x3e\x5e\x10\x10\x84\x05\ \xbc\x20\x20\xf4\x43\xa2\xa8\x48\xe0\x87\x79\x2c\x46\xca\xdd\x7a\ \x04\xc1\xf6\x29\xca\x7b\xf2\x7c\x4f\xa5\x67\x4f\x5f\xa7\xd8\x92\ \x8b\x67\xac\x6e\x6f\xf0\xf9\x5c\xc4\x69\x42\x33\x49\x19\x19\x1b\ \x67\x74\x6c\x9c\xc4\x58\x0a\xa5\x32\x93\xb5\x1a\x9b\xd6\x6d\x60\ \xbc\x3a\x09\xe4\xee\x28\x69\x05\x4a\x79\x54\x2a\x5d\x54\x2a\x15\ \x0a\xed\x60\x6a\x6e\xa9\x58\xac\x68\x51\x28\x14\x73\x37\x96\xc8\ \xfd\xe0\x53\x0a\x81\x6d\xbb\x47\xa7\x2c\x0f\x63\xf4\xf4\xef\x42\ \x88\x5c\xb8\x4c\xdb\x2c\xbb\x67\x17\x15\x62\xdb\x54\xf5\xed\xd7\ \xc2\x36\x63\xb4\x8b\xff\xbf\xb0\xd7\x41\xbe\xdf\x4d\xef\x73\x62\ \xcb\xbd\x9c\x19\x43\xdc\x8a\x49\x52\xcd\x78\xad\xc6\xf0\xe8\x08\ \xad\x38\xa1\xa3\xab\x9b\x56\x9c\xb1\x61\x63\x1e\x68\x4f\xb5\x01\ \x04\xda\xe4\x8a\x5f\xa9\x50\xa4\x52\xa9\x50\x2a\x16\xf1\x83\x00\ \xe5\x79\xc4\x71\x4c\x47\xb9\x63\xda\x87\x21\xa4\x04\x21\xf3\x35\ \x66\xb2\x5c\x83\x40\xb4\xd7\x91\x40\xdb\x24\x5f\x8d\x42\x92\xa6\ \x7a\x1b\x17\xfa\xf3\x72\x73\xd5\x47\xfb\x98\xa8\xac\xe0\x82\xf3\ \xce\x60\x71\x41\x63\xb4\x45\x60\x89\x5b\x4d\xd2\xcc\xfc\x59\xb2\ \x39\x45\x3b\x55\x71\x6a\xb1\x6c\x2d\x54\xfe\x1a\x99\xaa\x1b\xd8\ \x3a\xb5\x4f\x4c\xf9\xd3\x45\x3e\x36\x8d\xfa\x24\xc3\xa3\xa3\x24\ \x71\x4c\x54\x2c\xd2\xd9\xd3\x4b\xad\x56\xe7\xe1\xc7\x1f\xa7\xa1\ \x35\x9d\xdd\xdd\x58\x63\x79\x7a\x70\x88\x91\x91\x11\xe2\x38\x25\ \xcb\x0c\x02\x81\xe7\x85\x08\x2b\xf0\x83\x3c\xf8\x5a\x2c\x95\x28\ \x46\x25\xc2\xa8\x40\x10\x14\xf2\xcf\x6f\x6b\xb1\x20\xb7\xca\x14\ \xb4\xbb\x69\xbe\x6d\x9e\x61\x24\x25\x52\xca\x9d\x6e\x30\x7b\xa2\ \x62\xb0\x8d\x00\x35\x96\x4c\x67\xf8\xa1\x8f\xd6\x86\x24\x4d\x68\ \xc6\x31\x9b\x37\x6f\xa2\x7f\x60\x20\x0f\xb6\x0a\x49\x33\x89\xd9\ \xb0\x69\x3d\xf5\x5a\x1d\x21\x24\x42\x78\x08\xa9\x08\xc2\x02\x51\ \x54\xa2\x52\xe9\xa2\xb3\xd2\x89\xa7\x7c\x20\x4f\xb3\xcf\xb4\xc6\ \x1a\x83\x50\x3e\x28\xaf\x6d\xbd\x1a\x2c\x22\x4f\x0e\x6b\xdf\x6b\ \xc6\x92\x0b\x1a\x63\x11\x52\x81\xce\xa6\x6b\x54\xa4\x94\xdb\x64\ \x19\xed\xce\xf1\xd8\xfe\x3e\xb7\xd6\x62\x8c\xc9\x83\xc6\x4a\x4d\ \xaf\x87\x5d\xd5\x44\xbd\x50\xd7\x81\x31\x3a\x17\x04\x5a\xa3\x94\ \xc2\x58\x0b\x52\x92\xea\x8c\x34\x4d\x19\x1e\x1b\x67\x70\x60\x10\ \x8d\x40\x28\x1f\x83\xe6\x0f\xab\xd7\x32\x3e\x5e\xcd\x1f\x13\xf9\ \x7d\xa9\x94\x4f\xa5\xbb\x42\xa5\xa3\x93\xee\x4a\x37\x41\x10\xb6\ \xdd\x67\x79\xba\xaf\x31\xe0\x85\x11\xd6\xe4\xe3\x9a\xa7\x7f\xab\ \xdc\xcb\x26\x2c\x18\x39\xfd\x3c\x93\x4f\x04\x42\x5a\x8c\xb1\x18\ \x9d\xf1\x5c\x36\xf9\x67\x3c\xb6\xb7\x50\xee\x25\x1c\x7c\x88\x4b\ \x3e\xf7\x7f\x98\x19\x18\xb4\xd5\xa4\xa6\xcc\x51\x27\xbf\x85\x83\ \xe7\x77\xed\x76\x37\x97\x10\xf9\xa6\xa9\x94\x9a\xde\x3c\x5d\x9a\ \xf0\x96\x4d\x68\x6b\x6d\xd6\x68\x8d\x90\x82\x5a\xad\xc6\xf0\xc8\ \x08\xa5\xce\x4e\x8a\x1d\x9d\x0c\x0d\x0f\x33\xda\xd7\x87\x52\x1e\ \xc5\x4a\x37\x69\xa3\xc9\xa6\xcd\x83\x8c\x8e\x8c\xa2\xb5\xc6\x5a\ \x89\x45\x51\x28\x14\x08\xc3\x88\x28\xcc\x03\xb2\xd2\xf3\xb0\x02\ \x8a\x51\x84\x52\x1e\x42\xa9\xdc\xd5\x21\x65\x7b\xa1\x59\xf2\xb5\ \x27\x77\xab\xe5\x60\xed\x96\x02\xca\x3d\x7d\xae\xb7\xb7\xb6\xad\ \xb5\xe8\xf6\x7a\x07\x49\x92\x66\xd4\xea\x75\x06\x07\x87\x19\x1a\ \x1d\x61\xb2\x56\xc3\x18\xa8\x4d\x4e\x32\x36\x51\xa5\xd1\x8a\x11\ \xd2\xc3\xf3\x23\xb0\x50\xe9\xea\xa2\xb3\xb3\x8b\x62\xb1\x48\xa1\ \x10\xe5\x16\xa6\xc9\x03\xaf\x72\xba\x76\xc7\x62\x30\x68\x03\x69\ \xdb\xa5\x91\xeb\x9b\x02\x83\xc4\x98\x0c\xdb\x9e\x5f\x6d\xf2\xcd\ \x5c\xb6\x5f\xa9\xbc\xdc\xe2\x9d\xf2\xe3\xef\xbe\x98\x49\xbe\x19\ \x7a\x9e\x37\x2d\x3c\xa6\xee\xf7\xed\x85\xed\x94\x80\xd9\x93\x2c\ \x56\x31\x65\x61\x59\x01\xed\x8c\x3d\x8b\xa0\xde\x68\x32\x3c\x3e\ \xc6\xc8\xc8\x08\xad\x56\x82\xc1\x52\x6f\xc4\x8c\x8e\x8e\x53\xab\ \xd7\xf3\xd7\xaa\x80\x50\xf9\x04\x61\x48\xa9\xd8\x41\xb9\x5c\xa6\ \xa3\xb3\x93\xa8\x58\x9c\x0e\xb6\xe7\x63\x99\x27\x53\xa0\xb2\x5c\ \x19\x54\x02\x8b\x6e\x87\x6b\x64\x6e\x95\xda\x2d\xe3\x9b\x99\xfc\ \x5e\x54\x52\x21\x55\x9e\x41\x66\x85\x40\xc8\xe7\x2b\x4c\x84\x40\ \x49\x90\xdd\x8b\x78\xcb\xdb\xde\xca\x9a\x91\x18\x29\x05\x02\x83\ \xb6\x05\xba\x0a\x79\x81\xcc\xee\x36\xff\xb5\xd6\xd4\x6a\x35\xca\ \xe5\xf2\x74\x51\xd6\x5f\xbb\x30\xc9\xfd\xd7\xdb\xdf\x60\x06\x29\ \x05\x99\xd1\x84\xc5\x02\x5d\x74\xb3\xb9\x7f\x90\xea\x64\x0d\x94\ \xc2\x8b\x4a\x4c\x56\x6b\xac\x5e\xbf\x91\x7a\xbd\x89\xce\x2c\xca\ \xf7\x90\xc2\x47\xfa\x3e\x1d\x1d\x1d\x74\x76\x56\x28\x16\x4b\x28\ \xdf\x47\x08\x41\x96\xe5\x29\xa4\x51\x58\xc0\xd8\x5c\x13\x9e\xd2\ \x5a\x95\x12\x28\xf2\x0d\x27\xbf\xe7\xc5\x6e\x9d\x77\xcf\xf3\x76\ \xd0\x54\xf7\x74\xc5\x60\xea\xda\xa5\x52\xb4\x92\x84\x38\x4d\xe9\ \xef\x1f\x60\x60\x70\x90\x66\x23\xa6\x99\xa4\xd4\x6a\x35\x26\xaa\ \x35\xb4\x36\x58\x20\x08\x8a\x08\xa5\x08\x83\x90\x99\x33\x67\x52\ \xa9\x54\x08\xc2\x02\x7e\x10\x90\xa5\xb9\x46\xeb\x29\x0f\x83\x40\ \xb7\x1d\x07\x1a\xb0\x48\xac\xcc\x5d\x1b\xda\x5a\x32\x6d\xf2\x5a\ \x85\x4c\x63\xad\x81\xe9\x2c\xae\xf6\x1c\x08\x8b\xb7\xd5\x3a\x4b\ \xb2\x18\x63\x83\xdd\x2a\x54\x07\x06\x06\x30\xc6\x50\x2e\x97\xdb\ \x81\xe1\x10\xa5\x72\xe1\xe2\xfb\x7e\x2e\x04\x8d\xdd\x46\x91\xda\ \x53\x04\xca\xd4\xa9\xb5\x46\x6b\x10\x8a\x66\x2b\x66\x68\x74\x94\ \xd1\xf1\x71\x1a\x49\x42\x1c\xa7\x8c\x4f\x56\x19\x9b\x98\x20\x49\ \x72\x17\xa3\x52\x21\x9e\xef\xd1\x51\xee\xa4\xa7\xb7\x97\x8e\x8e\ \x0e\xc2\x20\x44\x49\x35\xbd\x67\xeb\xa9\x6e\x07\xc2\x60\xb4\xa1\ \x15\xc7\x08\xa1\xf2\xe4\x8a\x7c\xe4\xb1\x58\xb4\xb5\xa4\xc6\x20\ \x4c\x3e\xc7\xc6\xe4\x59\x9b\xd3\xa5\xcf\x52\x62\xda\x2e\x31\x21\ \x9e\xfd\xa9\xba\xde\xce\x2e\xd5\x66\x31\x83\xc3\xa3\x44\x9d\x9d\ \xcc\xdf\xff\x50\xe6\x18\xb6\x29\xae\x09\x0a\x21\x66\x37\x9f\x01\ \x3f\x65\xd6\x4e\x69\x2a\xb9\x56\x8c\x63\x3b\x2d\x5e\x1b\x8d\xc0\ \x92\x19\xcd\xc4\xe4\x24\x83\x43\x43\x54\x27\xeb\x48\xdf\x27\x13\ \x92\xb1\x91\x71\x46\x27\x26\xa8\x35\x1a\x48\xa9\x28\xc8\x90\x28\ \xf4\x90\x9e\xa2\xdc\x51\xa6\xb3\xbb\x9b\xa8\x94\xfb\x54\x35\x02\ \x83\xcd\x85\x76\x3b\x83\x48\x05\x3e\x64\xba\x1d\x88\xcd\x4d\xe1\ \x29\x17\x87\x35\xf9\x6f\x76\xfb\xdc\xe4\xe7\x39\xef\xb5\x5a\x0d\ \xdf\xcf\x83\xfc\x9e\x52\xd3\xf5\x0c\xb6\x5d\xa0\xc5\x1e\x24\x64\ \xb6\x56\x0a\xb4\xd1\x54\x6b\x75\xc6\x26\xc6\xa9\x56\xab\xac\x5b\ \xb7\x01\x63\x05\xb5\x7a\x93\x5a\xa3\x49\x1c\x27\x28\x2f\x4f\xdd\ \xf5\xda\x71\xab\x4a\xa5\x42\x14\x15\x29\x15\x8b\xed\x8c\x1d\x8b\ \x24\x17\x4a\xca\x98\xdc\xfa\x44\x82\xf4\x30\xed\xff\x4e\x69\xbe\ \x49\x96\x92\x19\x9b\x57\x44\xe7\x9a\x4a\x3b\xa1\xa8\xdd\x3e\x67\ \xca\x22\x51\x92\x2c\x6d\x31\x3e\xde\xa4\xa7\xab\x44\xa3\x5e\x23\ \x8e\xbc\xdd\xb6\x91\xfb\xbe\xcf\xaa\x55\xab\x58\xb3\x66\x2d\x1d\ \x1d\x65\xa2\x28\xa2\x58\x2a\x51\x2e\x95\xa8\x74\x75\xd1\x55\xa9\ \x50\x2a\x95\x08\x82\x90\x20\xf0\x51\x4a\x4d\xbb\x40\xa7\xc6\xed\ \x2f\x2a\x17\xe0\x59\x06\xa8\xa7\x85\xa9\xca\x63\x62\x8d\xb8\x49\ \xbd\xd1\x60\xf5\xba\xf5\x64\xd6\x52\x6f\xc5\x8c\x8c\xe7\x16\x68\ \x66\x2d\x52\x29\xa2\x62\x09\x29\x3c\xa2\xa8\x40\xa5\xb3\x42\x4f\ \x77\x4f\xae\x6c\x23\x50\x4a\xe6\x71\x66\x9d\x4d\x0b\x8c\x7c\x3a\ \x25\x56\x80\xb6\x16\xa5\x3c\x32\x63\xdb\xfb\x46\xde\x31\x21\xc3\ \x90\x61\x11\x26\x2f\x82\xb5\xd6\x92\xe7\xee\xe5\x8a\x84\x94\x0a\ \x63\x35\x99\x7e\x6e\xc7\x8c\xec\x78\x38\x96\xf2\x48\x46\x1f\xe3\ \xeb\x5f\xbd\x89\xd7\xbf\xed\x64\xd6\xdf\xf8\x4d\xee\xea\x4f\x08\ \x54\x9e\xf2\x91\xd8\x0a\xa7\xbc\xfb\xdd\xbc\x72\xe9\x0c\xd2\x74\ \xf7\x9e\x69\xe2\x29\x8f\x52\xa9\x23\x0f\xfa\x59\x3b\x6d\x99\x18\ \x6b\xb7\xe9\x1b\xb4\x75\xc7\x90\xa9\x07\xa4\xc8\xd3\xe0\x04\x5b\ \x69\x2f\xd3\xaf\xdb\xd6\x47\xad\x4d\x6e\xb2\x4b\x39\xd5\x0c\x67\ \x6a\x1a\xc4\x36\xc9\xb6\xbb\x65\xb3\x9c\xd2\x42\x6d\xdb\x8b\xb9\ \xfd\xa2\xcb\x0b\x01\xa6\x33\x43\xf3\x89\x6d\xd7\x07\x60\xda\xae\ \xbf\x7c\x61\x69\x93\xd7\x0e\x8c\x4e\x54\x19\x1c\x19\x99\xce\xf6\ \x68\xc5\x09\xa3\x9b\x87\x98\x6c\x34\x68\xd7\x25\x11\x06\x25\xc2\ \x20\xa4\xbb\xd4\x4d\x67\xb9\x93\x30\x0a\x29\x44\x21\xd2\xcb\xdf\ \xc7\x28\x81\x12\xf9\x18\x58\x40\x27\xad\xf6\xe2\xca\x7d\xe6\xc6\ \x82\x11\x66\xda\x15\x63\x4c\x9e\xe7\xa5\x2d\xe4\x7a\xeb\xb3\x4d\ \x18\xfc\xe3\xd6\xe8\x4d\x37\xfe\x1c\x21\x25\x1d\x9d\x65\x3a\x2b\ \x15\x8a\xa5\x22\xa5\x52\x44\x47\x47\x27\xc5\xa8\x48\xa9\x10\x21\ \x85\x6c\x17\xf1\x6d\x59\x0b\xc6\xe6\xc1\xe1\xa9\xf6\x22\xc2\xe6\ \x19\xb5\x53\x9a\x9f\x35\x66\x4b\xbb\x90\xad\x2b\xc2\xc4\x76\x71\ \x1f\xfb\xec\xe6\x5c\xd8\x6d\x8b\x7b\xcc\x56\x2d\x4f\xc4\x16\x3f\ \xed\xb4\xc0\xd0\x3a\xcb\x03\xcd\x6c\xd5\xb6\x44\xe6\x16\x5f\x9c\ \xa6\x3c\xbd\x69\x13\x23\x23\x13\x0c\x0e\x0f\x51\x2a\x97\x19\x9f\ \x6c\x52\xab\xd5\xb0\x48\xc2\x42\x81\xee\x9e\x99\x14\x0a\x11\x28\ \x45\xe8\x07\x14\xc2\x88\x28\x2a\x22\xa5\x40\x49\x99\xc7\x33\x54\ \x5e\x90\x6a\xb2\x34\x4f\x0b\x97\xa0\xad\x06\xcf\x23\xc9\x14\x46\ \x28\x92\xac\x49\x92\xa4\xb4\xb2\x8c\x04\x85\x36\x10\x2a\x2f\xef\ \xb3\x27\x0c\x06\x9d\x6b\xc9\x16\xb2\xb8\x45\xda\x6a\xa0\xe3\x26\ \xa5\x82\x8f\xce\x12\xac\xd5\x3b\xe9\xba\xf0\xbc\xee\x0a\x84\x1f\ \x91\x7a\x25\xc6\x63\xcb\x70\xa3\x0a\x23\x55\x94\x92\x48\x63\xf0\ \x84\xa0\x18\x84\x94\x0a\x05\xba\xbb\xba\xe8\xec\xa9\x10\x45\x05\ \x3a\x2b\x9d\x74\x76\x94\x29\x97\x4b\x79\x81\xae\xd1\xed\xd8\x41\ \xde\x96\x45\xb4\xef\x6d\xa5\x54\x1e\x8b\x90\xed\xd8\xc0\x0e\x1b\ \xbd\x7d\x4e\xf7\xf9\x4e\xdd\x7b\x62\xaa\x2d\x89\xc9\xbb\x09\xb4\ \x0f\x12\x34\xed\xe2\x4e\x39\x95\x76\x4d\x9e\xf0\x20\xc8\xd7\xaf\ \x31\x86\xb1\xc9\x2a\x43\xc3\xc3\xf9\x5c\x4b\x49\xff\xe8\x30\xf5\ \x46\x4c\xa3\xa9\xf1\xc3\x22\x41\xd8\x49\x67\x58\xc0\x0f\x7c\x82\ \xb0\x40\xb1\x58\xa2\xb3\xb3\x93\x42\x18\xe0\x7b\xb9\xd5\xa6\xc4\ \x54\xdc\x44\xb7\x5d\x56\x5b\x92\x39\x72\x4b\x54\x61\x85\x87\x91\ \x1e\xcd\xc4\x90\x19\x93\x3b\x3c\xb5\x6e\x7f\x6f\xdb\xae\xae\xf7\ \xf3\x2a\x7a\x40\x09\xf2\xa0\xbc\xca\xef\xfd\xda\xc4\x04\xd6\xcc\ \x03\xcf\xfb\xd3\xb2\xb9\x8c\xce\x50\x95\x7d\x38\xef\x3d\xef\xa4\ \xd4\xd1\xc1\xb2\xb3\xde\xcb\xab\x33\xbb\x55\x69\x95\xa4\xa3\xd2\ \xb9\xdb\xe3\x25\x4a\x29\x06\x87\x86\x18\x7d\xe2\x49\x2a\x95\x2e\ \x4a\xa5\x22\x85\x28\xca\x7d\xfb\x85\x20\xcf\x58\x91\x72\xba\x95\ \x80\xdd\x21\x20\xdd\xde\x08\xdb\x41\x69\xac\xd8\xe6\x26\xce\x15\ \xb1\xbc\x28\x48\xca\xbc\x9d\x44\x5e\x9c\x65\xa6\x0b\x85\xd8\x8d\ \x1a\xf7\x33\xd9\xb8\xb6\x2d\x54\x44\xdb\x77\x6d\xdb\xcd\x72\x8c\ \x25\x17\x70\x36\xd7\x24\x94\x14\x6d\xdf\x25\x4c\x36\xea\x34\x1a\ \x2d\x06\x06\x86\xa8\x36\x63\xe2\xcc\x50\xab\xd7\x19\x1f\x9f\xa0\ \xd5\x8a\x51\xca\x47\xaa\x10\xd5\xae\x6a\xad\x74\x75\x33\xb3\x77\ \x26\xc5\xa8\x84\xdf\xae\x29\x48\xb3\x14\x6d\x74\xde\xf1\xd9\xb6\ \x5d\x20\xd6\x92\x65\x79\x8b\x05\x4f\x08\xb4\x95\x6d\x4d\xc6\x62\ \x80\x34\x33\x53\xdf\x12\x63\x6c\x5e\xa8\x68\xc3\xdd\x3a\x24\x83\ \x43\xe3\xd4\x9b\x0d\x8c\xb0\x08\x95\x6b\x5c\x9e\xaf\x08\x7d\x9f\ \x40\x79\x54\x4a\x65\x2a\x1d\x9d\x74\x74\x94\x29\x57\xca\xb9\x76\ \x5e\x2c\x52\x2a\x97\xf1\x54\x1e\x84\x36\x7a\x2a\xdd\x95\x76\x05\ \x79\xfe\x37\xe4\x73\xae\xb5\x41\x49\x89\xdd\xae\x9d\xe1\xf3\x9d\ \x6d\xd3\x96\x45\x0a\xd1\xde\xb4\x72\xa1\x46\xbb\x56\x40\xb4\xf3\ \xb5\xad\xcd\x83\xec\x99\x36\xf4\x0f\x8d\xb2\xb9\x7f\x80\xc9\x5a\ \x9d\xf1\xf1\x49\x26\xaa\x35\xe6\xc8\x10\x84\x47\xa1\x58\xa1\xb3\ \xb3\x93\xde\x19\x33\xf0\x83\x90\x30\x0c\xc9\xb4\x26\x4d\x33\x0a\ \xbe\x8f\x94\x92\x24\x4d\x31\x4a\x11\xf8\x01\xc6\xe6\xee\x0d\x8b\ \x87\x46\xe7\x96\x9c\xd0\x18\x9b\x91\x99\x80\x38\xb1\xa0\x05\x49\ \x9c\xa0\x95\x24\xf1\xf2\xec\x1f\xd2\x14\xcf\x24\x24\xa6\x45\x2b\ \x8d\xf1\x85\x44\x58\x03\x3a\x23\x54\x82\x72\x4f\x85\xae\xce\x22\ \x81\x92\xcc\xe8\xe9\xa2\x10\xf8\xec\xae\x46\x5a\xd6\x18\xfc\x72\ \x37\xa5\x59\x20\x55\xbe\xc6\x8d\xd1\x60\x32\x94\xce\x50\x59\x4a\ \xda\x6c\xd0\xdf\x3f\xc4\xc8\xe0\x08\xa9\x34\xf8\xbe\x47\x4f\x4f\ \x85\x59\x33\x7a\xd9\x6b\xde\x3c\xf6\x5a\x30\x9f\xb0\x50\x20\x4b\ \xd2\xfc\xbe\x6e\x5b\xb4\x12\xb9\xc5\x45\x8e\xcd\x13\x0a\xfe\x0c\ \xae\x31\xdb\xf6\xd6\x48\x24\xda\xe6\x16\x9e\x35\xb6\x9d\xf5\x96\ \x0b\x12\xd1\x0e\xa8\x4b\x21\x31\x58\xc6\xc6\xc7\x19\x1d\x1d\x61\ \x7c\x62\x92\x89\x7a\x93\xf1\xea\x04\x3d\x33\x7a\x68\x19\x4b\x26\ \x14\xdd\x33\x67\xd2\xd3\x3d\x8b\x8e\x8e\x0a\x51\xc1\x27\x49\x13\ \x84\x10\xf8\x7e\x80\xdf\x6e\xa1\x23\xda\x6b\xda\xb4\xaf\x4d\x1b\ \xd0\x56\x60\x04\xb9\x00\x69\xd7\x19\xc5\xda\xd0\xca\x0c\x36\xcb\ \xc7\x27\xcb\x34\xa6\x6d\xcd\x60\x4d\xae\x74\x68\xc8\x74\x0a\xc6\ \x62\x4d\x46\xda\x6a\x90\xd4\xc7\x99\x3b\xb3\x0b\xd5\x55\x26\xd1\ \xe9\x73\xf2\x08\x78\x3b\x33\xd9\x42\xcf\xb0\xe6\xc1\xdb\x50\xfb\ \xfc\x0d\x2f\x5f\x3e\x0f\xbd\x9d\xe0\xc8\xcd\x2a\xbb\xdb\x85\xc9\ \xc4\xc4\x38\xf7\xdc\x7b\x0f\x61\x10\x80\x80\x62\xb1\xd8\xf6\xa9\ \x96\x29\x97\x4a\x94\x3b\x3a\x28\x96\xcb\x14\x8b\x11\x1d\xa5\x22\ \x85\x20\xc8\x6f\x58\x49\xbe\x98\x6c\x3b\x3b\xc5\x6c\x65\xcd\x58\ \xda\x41\xc4\x7c\xa3\xd6\x53\x69\x8e\xed\xd4\x44\xe4\x54\xe0\x57\ \xe6\xc5\x62\xbb\xd9\x7c\x96\x6d\x99\x67\x65\x7b\x01\x4c\x39\x89\ \x44\x3b\xd9\xb2\x2d\x00\xa7\x44\x75\xd6\x6e\x5f\xe0\x79\x3e\x59\ \x96\xd1\x4a\x33\x86\x87\x47\xb0\x08\x1e\x7f\xec\x49\xfc\x30\x64\ \x68\x74\x9c\x66\x9c\x90\x66\x1a\xdf\x0f\xf3\xe0\xab\xef\x53\x08\ \x23\x2a\x95\x2e\xca\xe5\x0e\xa2\xa8\x98\x8f\xa3\xcd\x90\x4a\x63\ \x11\x48\x0f\x8c\xf1\xf2\x4a\x57\xf2\xcf\x95\xc6\x20\xad\x40\x08\ \x1f\x83\x24\xce\x24\x69\xa6\xc9\xec\x94\x00\xce\x73\xde\xb1\x79\ \x00\x5e\xdb\x2d\x5a\xe0\xee\xd0\x50\x41\x50\xe8\x99\x0d\x49\x0a\ \x22\xd7\x2c\x8d\x35\x18\x9d\xd0\xd4\x9a\x38\xd3\x0c\xff\x5f\xea\ \xde\x6b\xc9\xae\x2c\xbd\xf3\xfb\x2d\xb3\xfd\xb1\xe9\x91\x09\x57\ \x40\x55\xa1\xd0\x86\xcd\x16\xcd\x70\x46\x0a\x29\x28\x5d\x4c\xc4\ \x84\x14\x31\xba\xd2\xd3\xe9\x0d\xf4\x0a\xba\xa1\x14\x0c\x0d\x49\ \xcd\x34\x4d\x77\x97\x45\x01\x48\x20\xed\xc9\xe3\xb7\x5d\x4e\x17\ \xfb\x00\x55\xdd\x6c\x86\x9a\x6c\x0c\x39\x73\x22\x2a\x70\x57\x09\ \xe4\xd9\x7b\xad\xef\xfb\xdb\xf9\x5b\x24\x6f\x11\x38\xa4\x14\x14\ \x45\xce\x74\x32\xe5\xd1\xc3\x87\x3c\x7f\xfe\x9c\xf1\x64\xd2\xf3\ \x0a\xef\x48\x5c\xa5\x90\xa8\x1e\x0b\xf6\x1e\xc5\x8e\x48\xe6\x7b\ \x12\xcc\x7f\x32\xd8\xfd\xdd\x7e\x2c\xc2\x6e\x9a\xdb\x9d\x2e\x62\ \xa7\xba\x12\xb2\x4f\x0d\xe8\x2f\x5f\xc3\xa6\xae\x78\xf9\xea\x15\ \x36\x78\x56\xeb\x2d\x9b\xb2\xa6\xae\x5a\xb6\x55\x85\xb5\x7d\x55\ \x76\x92\xe6\x0c\x46\x13\xac\xb3\x0c\x46\x23\x74\x94\xf4\x07\x83\ \x0f\x08\xa1\x88\x22\xb1\x53\x70\xf5\xea\x9b\xd6\x3a\x74\x12\xf5\ \x17\x3f\x92\x0e\x8f\xf1\x02\x63\x2d\x22\x38\x94\x0a\x20\x53\xac\ \xed\x08\xc6\xd0\x35\x35\x3a\x8d\xf0\xd6\x12\x50\xb4\x6d\x0b\xce\ \x90\xc5\x8a\x49\x9a\x43\x08\x14\x45\xc6\x74\x32\x26\x52\xb0\xbf\ \x3f\x41\x0a\xc7\xec\xee\x96\x6d\xb9\x22\x4f\xd4\x87\x8b\x53\x09\ \x1e\x11\xe5\x88\x5c\xf4\x50\x76\x08\xa8\xe0\x08\xbe\x23\xc2\x93\ \x0a\x47\xa3\x17\xd4\x4d\x89\x8a\x35\xc9\x2e\x70\x74\xb9\xde\xb2\ \xda\x6c\xb9\xbd\x5b\x70\xb7\x58\xf1\xec\xd9\x27\x3d\xe4\x23\xfb\ \x83\xdb\x1a\xcb\x6a\xb5\x41\x4a\xc1\x74\x3a\xed\x37\x46\xf9\x6b\ \xc2\x8e\x7f\xe4\x42\x2d\xbe\x37\x63\x86\x5f\x5d\x53\x77\x67\xa1\ \x47\xed\x86\x51\x29\xfb\xb3\x27\x00\xce\x59\xd6\xeb\x92\xf9\x6a\ \x89\xd2\x8a\xed\xb6\x64\x3e\x5f\x60\x8d\x61\xbe\x58\xb3\x2d\x0d\ \x69\x9e\xa2\x55\x46\x51\x4c\x28\x0a\xc9\xfe\xe1\x3d\xf2\x6c\x80\ \x52\x0a\xa5\x05\x49\xa4\x10\x5e\xf4\xcf\x58\x70\x38\x67\xd1\x71\ \x84\x90\x1a\x1f\xc0\x7a\xb0\x42\xe0\x64\x2f\x58\x12\xa1\xe7\x3b\ \x3a\xef\xe9\x5c\xa0\xf3\x81\xa6\xaa\xd1\xbb\x8d\x48\x48\x85\x31\ \x1e\x2f\x3c\x9d\x69\x7a\x93\xa2\x73\x38\xd3\xa1\xa4\x40\x61\x29\ \xc6\x19\xe3\x83\x11\x42\x41\x3c\xca\x7f\x37\x98\x0b\x04\x9a\x96\ \x17\xbf\xf8\x1b\xc6\xf7\xfe\x94\x38\x4e\x09\xda\xfd\xca\x01\xd0\ \xd6\xee\x7d\xd6\xcf\x87\x24\xa5\x82\x90\x78\xad\xb1\x52\x01\x81\ \x45\x59\x71\xb7\xde\x00\xbb\xb5\x31\xf4\xd9\x44\x69\x92\x90\x46\ \x31\xe3\x41\x41\x51\xe4\x0c\x8b\x9c\xd1\xa8\xc7\x59\xf3\xa2\x20\ \x49\x73\xe2\x38\xee\xa5\x93\xc2\xef\x48\x26\xdb\x47\x8c\x08\xde\ \x43\x47\xfd\xa6\x22\x11\x3b\xbe\xe0\x3f\xcf\x14\x13\xbe\xb7\x5a\ \xf7\xd3\x7e\x8f\x64\x4b\x4c\xf0\x48\xef\x89\x64\xb4\x93\xf9\xfa\ \xf7\x49\xb0\xcb\x4d\xc9\x62\xb5\x62\xb9\x5a\xb1\xd9\x6c\x99\x4c\ \xf6\x58\x57\x35\xd5\x6c\x8e\x8e\xd2\x9d\x8a\xa7\x60\x30\x18\xd0\ \x37\x62\x46\x24\x49\x4a\x9e\x67\xfd\xc5\x21\x35\x4a\x08\x82\xb0\ \x08\xe1\x70\x4e\xd2\x05\xb0\x3e\x10\x82\x44\xc8\x9d\xa3\x39\x78\ \x84\x37\x04\x27\x69\x82\x00\xeb\xfb\x4d\x65\x87\x03\x87\xe0\x76\ \xe0\x9f\x44\x8a\x80\xf7\xe2\x83\x40\x5c\xdf\xff\xd5\x88\xc1\x14\ \xd1\xf5\x52\x49\x15\x02\x12\x8f\x24\x20\x7d\x87\xf4\xbd\x4c\x56\ \x4a\x4f\x12\x67\x48\x29\x30\x3e\xf4\x93\xfd\xa6\xe4\xee\x76\xc6\ \x67\x9f\x7d\xc6\xd9\x83\xb3\x9d\x8c\x3a\xe0\x5d\xc7\x9b\xb7\x97\ \xac\x37\x25\xcf\x3f\x7b\x86\x44\xed\xb4\xf5\xbf\x8e\x70\x89\x7f\ \xd2\x37\xf9\x9d\x49\x34\xbc\x77\xaa\x83\x40\xf8\x80\x6b\x4b\x36\ \xeb\x0d\xab\xf5\x86\x28\x4d\xf0\x42\xe0\xb4\x64\x51\x96\xbc\x78\ \xf9\x8a\xa6\xed\xb0\xa6\x1f\x68\x92\x28\x25\xcb\x07\xa8\x38\x26\ \x08\x41\x94\xa6\x28\xe7\x91\x52\xa3\xa3\x18\x21\xe5\x4e\xa2\xd9\ \xb7\x9c\xfa\xdd\x96\xa5\xe3\x14\x11\x04\xad\x0b\x34\xd6\xe1\x83\ \xc0\x7a\x41\xe7\xc0\xda\x7e\x40\x18\xc5\x09\x9b\xaa\xa6\x6d\x2d\ \xbe\x2d\x99\x8e\x07\x78\x2c\xdd\xb6\x22\x49\x52\xc6\x7b\x39\xe3\ \x48\x51\x44\x3d\x16\x6f\x9d\xa1\xed\x3a\x06\x79\xc2\xbd\xd3\x23\ \x8c\xeb\x58\xac\xee\xf0\xa1\x63\xbd\x5d\xf0\xf0\xc1\xc9\x07\xe3\ \xad\x04\x60\x82\xa0\x45\x13\x4b\x85\x60\x97\x54\x2b\x3d\xc2\xb7\ \x10\x5a\xb2\xc9\x88\xb2\x9c\x53\x8c\x06\xec\xed\x1d\x51\x55\x35\ \x32\x2a\xe9\xda\x86\xc5\xb6\x64\xf9\xcb\xcf\xb9\xba\xb9\xe1\xf4\ \xf4\x1e\x83\xa2\xc0\x76\x2d\x9b\x4d\xc9\xed\xec\x96\x83\x83\x03\ \xfe\xe8\x8f\xff\xb8\x87\x1a\xbd\xdf\xc1\xd9\xdf\x1b\x5f\xc4\x3f\ \x01\xb3\x0b\xdf\x87\x36\x03\x62\x07\x6d\x4a\x7a\x4d\xb5\x6d\x4a\ \xea\x4d\x89\xb5\x16\x95\xa5\x90\x68\x82\x94\x5c\xde\xde\xf2\xe6\ \xe2\xa2\x4f\x6e\x36\x16\x19\x04\x5a\x25\x8c\x47\xfb\x14\xc3\x82\ \x38\xca\x29\x8a\x00\x52\x23\x55\x1f\x6b\x23\xa4\xc0\x0b\x87\x0f\ \x8e\x48\x29\x64\xe8\xf9\x8f\x9e\x33\xed\xff\x3a\x36\x48\x8c\x0b\ \x18\x27\x68\x0d\x38\xeb\x88\x84\x43\x45\x31\x75\xe7\xa8\x3b\x43\ \x53\x77\x28\x25\x31\x5d\x4b\xf0\x96\x10\xa0\x73\x9e\x34\xd6\xe4\ \x3b\x4a\x20\x2f\x52\x86\xf9\x18\xad\x60\x3c\x2c\x18\x0d\x0a\x94\ \x86\xdb\xdb\x6b\xe4\x3f\x32\x19\x5e\xff\x66\x9c\x5f\x93\x25\x0d\ \xff\xe7\xff\xf1\xbf\x73\xfe\xe7\xc3\xef\x91\xed\x1e\xe3\x0a\xfe\ \xc7\xff\xf5\xdf\xf3\x7b\x0f\x3e\xac\x34\xd8\x7b\x4f\x9c\x0d\x18\ \x9d\x7e\xd4\x2f\x89\xbb\x97\x34\x38\xdf\x93\x47\x41\x10\xbc\xc3\ \xf9\x9e\x3c\x5a\x77\x86\xcd\x7c\x03\xb3\x05\x32\x78\x82\xb3\x28\ \x21\x48\xd3\x84\x2c\x2b\x18\x8d\xc6\x1c\x1c\x1d\xb1\xbf\x37\x65\ \x6f\x6f\x4c\x51\xe4\x84\x9d\xb6\x5b\xec\xf0\x46\xe7\xfc\x0e\x63\ \x95\xbf\x12\xd9\xfe\x61\x6f\xc9\xdd\xc1\xb3\x8b\x39\x11\x7c\x97\ \xb9\x23\x11\x08\xa5\xe9\xac\xa3\xae\xb7\x24\x79\xc6\xe2\x6e\xc1\ \x62\xb5\xa4\xac\x1b\x16\xab\x35\xeb\xf5\x96\xd5\x66\xc3\xb3\x6c\ \x8c\xd0\x09\xa3\x69\xc1\x78\x3c\xe5\xe0\xe0\x80\x48\x47\x04\x21\ \x90\x42\xd2\x75\xdd\x2e\x63\x29\xc2\x74\xa6\xff\x39\x91\x42\xa0\ \x71\x04\xec\x2e\x36\xc1\xed\xfe\x94\x3b\xb7\xb4\xf7\x0e\x67\x3d\ \xad\xb1\x54\xc6\xef\xc2\xe4\xfc\x4e\x5a\x1a\xd0\xaa\xbf\xe4\xbc\ \xb3\x74\xb6\xa3\xeb\x3a\x9c\x8b\x40\xa8\x0f\x06\x7b\x38\x9d\xbc\ \xf7\x52\x08\x44\x8f\xdf\xe2\x91\xa1\x25\x91\x96\xc1\x70\x8d\x33\ \x15\x7b\x87\x87\x38\x17\xe8\xda\x0e\xa3\x1a\xca\xb2\xe1\x9b\x6f\ \xcf\xb9\xb8\xbc\xe6\xd1\xc3\x07\xe4\xc3\x0c\x1f\x76\xf2\xda\xbb\ \x05\x04\xc1\xde\xfe\x1e\x67\xa7\xa7\x3b\x38\x73\xb7\x7a\x86\x7f\ \xda\xc0\x10\x04\xdf\x51\xda\x21\x7c\x2f\xe2\x5f\x60\xeb\x06\x9a\ \x86\xb7\xaf\x5f\xf3\xf2\xe5\x2b\x74\x92\xf3\xc3\xdf\xff\x09\x2a\ \x4f\x69\x08\xa4\x45\x81\x15\x82\xa0\x23\x84\xf7\x68\xa1\x19\x0c\ \x86\x24\x59\x8e\x8c\x7b\x48\xc3\x59\x47\x14\xc7\xb4\xc6\x60\x17\ \xcb\xde\xb1\xbe\x83\x28\xdf\xc1\xb7\x2e\x88\xfe\x60\x41\xd0\xb5\ \x2d\x4d\x67\xfa\xef\x35\x40\xdb\x19\x9a\xa6\x45\xda\x1a\xe9\x1d\ \x2e\x24\x48\xd5\x6f\x4a\x83\x3c\x46\xcb\x88\x7b\x27\x87\xa4\x59\ \x4e\x8c\x85\xa6\x62\xb3\xae\x78\xf1\xf2\x8a\xcd\x66\xcd\x7c\x39\ \xe7\x07\x3f\xfc\x8c\x07\x8f\x8f\x59\x2e\xd6\x34\xa6\xc4\x09\xcb\ \x8f\x7e\xff\x39\x4f\x1e\x3c\xf9\x7b\x08\xc5\xef\x42\x58\xfb\x60\ \xb1\x5d\x0d\x4e\x41\xe8\x33\xe4\x94\x0c\xe8\x60\x70\x34\x8c\x52\ \x28\x86\x39\x2a\x92\xdc\x3b\x3b\xc5\x74\x8e\xe5\x6a\xc5\x6a\xb5\ \xa4\xdc\x6e\x29\x37\x1b\x2e\xaf\x7a\xdf\x54\x91\xe7\x64\x49\x44\ \x9a\x24\x84\xe0\xb9\x9b\xcd\x98\xcd\x6e\x39\x3a\x3a\xda\x85\x14\ \x7e\xc7\x91\xfc\x5a\xd8\xc0\x3f\xee\x8c\x7a\x07\x51\xef\xfe\x7b\ \xd7\x13\xe2\xda\x86\x37\x5f\x7d\xcd\x62\x76\xc7\xd1\xd9\x19\x0f\ \x4e\x4f\xf0\x5a\x53\x07\x8f\x8c\x62\x8c\x87\xce\x81\x16\x11\x83\ \x22\x27\x4f\x87\x48\xd5\xe7\xa3\xb5\x3b\xb9\xb7\x47\xd0\x19\x8b\ \xd6\x16\xa9\x24\xd2\xdb\x9e\x54\xd8\xf9\x83\xa5\xd4\x44\x89\x46\ \xa8\x88\xd6\x38\x5a\x6b\x70\x3b\xd5\x5e\x67\x2d\xa6\x6d\x50\x91\ \x40\x46\xbd\x57\xc9\x5a\x87\xb5\x96\x83\x83\x31\x77\xd7\x2b\x92\ \x48\xf5\x42\x8e\x38\x61\x98\x66\xec\x0d\x0b\x12\x25\x70\x5d\xcb\ \x20\x8b\x29\xb2\x84\xa2\x48\xe8\xba\x86\xba\xad\xd9\xdc\xde\xb0\ \xbd\xbb\x43\x3c\x93\xbf\xdb\x65\xb2\xc3\x65\x18\x4d\xf6\x39\x3e\ \x9e\x7e\xef\x21\xf2\xd8\x90\x91\xc5\xff\x19\x3a\x47\x82\x27\x44\ \x09\x62\x72\x8a\x96\x62\x47\x08\xf6\xbc\x42\xb4\x53\x78\xbd\x73\ \xd7\xf8\x5d\x82\xaa\xb7\x1d\x32\x38\xb4\x70\x98\x72\xcd\x7a\x79\ \x47\x5d\x55\xac\xca\x92\x9b\xf9\x8c\x57\x17\x6f\x18\x0f\x87\xdc\ \x3f\x3d\xe1\xc9\x93\x8f\x48\xe3\xb8\xd7\xd1\x2b\xc9\x72\xb9\xe2\ \xd5\xf9\x39\x4f\x9f\x7c\xcc\xc9\xbd\x13\x9a\xd6\xa0\xd5\x87\xc3\ \xb9\xde\xfb\x08\x76\xb4\x8d\x0c\x20\xac\x47\x09\x49\x70\x8e\xb6\ \x69\x41\x82\x11\xb0\x6e\x1a\xbe\x79\xf9\x92\xba\x2a\x69\x5b\x43\ \xd5\x74\xb4\xc6\x61\xbd\x47\xc8\x88\xe1\xe4\x00\x95\xe6\x8c\xf7\ \x8e\x10\x02\x86\x89\xc2\x88\x1f\x00\x00\x20\x00\x49\x44\x41\x54\ \xa3\x31\x21\x48\x3c\x82\x58\x27\x38\xef\x89\xd3\x0c\x41\xdf\x31\ \x62\xac\x43\x48\x45\x10\x12\xeb\x7b\x28\xa4\xf3\x01\xe3\xc0\xd8\ \x7e\x3b\x42\x38\xe2\x48\x61\xbc\xc3\x05\x47\xe7\x3a\x3a\x63\x76\ \x3a\xf5\x80\xf7\x8a\xe0\x1d\xad\xb3\x78\x67\x08\xfe\xdd\xef\xe7\ \x1d\x53\xf0\xe1\x3e\xc6\x76\x18\x07\x52\x68\x84\xdf\x79\x23\x82\ \x43\xfa\x96\x28\x0e\x0c\x8a\x8c\x7a\x5b\x71\x72\x7c\x84\x4e\x46\ \xac\x97\x4b\xca\x4d\x49\x93\x96\xb4\x55\x49\xd9\x54\xfc\xfc\x8b\ \x2f\x49\xf3\x98\x38\x56\xa4\x59\x4a\x92\xc4\x54\x65\xc5\x97\x5f\ \x7e\xce\xd9\xe9\x49\x7f\xa8\x04\xff\xf7\xa1\x9a\xc0\x7b\x93\xd7\ \xff\xbf\xf2\xcc\xef\xf8\x0f\xdf\x43\x94\x62\x77\xc3\x38\x47\x57\ \x96\x84\xb6\xa5\xae\x2a\xba\xb6\x25\x4a\x0a\x9c\x73\xb8\xce\xd2\ \xe2\x69\xda\x1e\x5e\x92\x52\xe2\xa5\x25\x4b\xf3\x9d\xb4\x53\x90\ \xc4\x9a\xba\xae\xfa\x81\x40\x0c\x30\xd6\xa3\xb3\x7e\x8b\x8e\xb5\ \x26\xec\x7e\x66\xe7\x3d\xc1\x79\xda\xb6\xe9\x79\x94\xb6\xdd\x89\ \x32\x3c\xce\x5a\x84\x90\xe4\x5a\x13\xa7\xd1\x2e\x1c\xb0\x77\xd5\ \xc7\x91\x24\x8f\x35\xb8\x9a\x76\x79\xc7\xec\xed\x2b\x36\x77\xd7\ \x6c\x96\xb7\x6c\x6a\x8b\x43\xd0\x36\xf5\xce\xed\xfe\x84\xd9\xdd\ \x15\xd7\x57\x17\x28\x05\x79\xac\x19\x4f\x0e\x68\xcb\x2d\x71\xba\ \xf7\x81\x06\x08\x89\xa9\x97\x34\xeb\x1b\xd2\x38\x81\xa0\x7b\xb2\ \x3c\x04\x02\x8e\x20\x0c\x5e\x08\x32\xa5\x68\xb6\x1b\x82\xb5\x8c\ \x07\x23\xf2\xbc\x60\x6f\xba\xcf\xec\xee\x8e\x79\x74\x4b\x91\x25\ \x94\x9b\x15\x4d\xb9\x61\x3c\xcc\x51\x4a\x31\x1a\x0e\x98\xdf\xcd\ \x79\xfd\xf2\x5b\x0e\xf6\xf7\xbf\x13\x67\xfc\xda\x9b\xfd\x8f\x87\ \x6a\xc3\xaf\xa0\x64\xe1\x5d\xf4\xc9\x2e\x61\xa0\xa9\xfa\xad\xe4\ \x9d\xfb\xcf\x58\x8b\x09\xfe\xfd\xbb\x58\xe4\x11\xb1\x50\xc4\x42\ \xb2\x5d\xce\x09\x42\x53\x56\x11\x51\x9a\x30\x3e\x38\x22\x4a\x0a\ \x96\xeb\x0a\x41\x4c\x9a\xa7\x28\x15\x23\x65\x20\x08\x85\x0b\xb2\ \xdf\x3e\x9d\xc3\x99\x9a\xb6\xeb\xe8\x3a\x43\x67\x2d\x9d\x71\x3d\ \xc4\xeb\x3a\x82\x70\x24\xc5\x18\xe3\xfb\x8c\xb5\x2c\xd6\xec\x0f\ \x12\x06\x4c\x38\x98\x8e\x48\xd2\x1c\xe3\xa1\xae\x6a\xb6\xab\x3b\ \x36\xb6\xe5\xf2\xfc\x35\xc1\x36\xfc\xf7\xff\xdd\x9f\x20\x8b\x09\ \x6d\xbd\xc2\x3a\x4b\x31\x48\xf8\xd1\x8f\x9f\x13\x45\xfa\xb7\x56\ \xee\xfe\xe6\xcb\x24\x58\x1a\x9b\xf0\x07\x7f\xfa\x3f\xf3\xbf\xfd\ \xb7\x0f\xe9\x5a\xf3\x2b\xbf\x54\x6b\xcc\x07\x8f\x20\x17\x02\x2c\ \x92\xad\x8f\x89\x44\x6f\xce\x91\x88\xf7\xa4\xaa\x08\xdf\xf7\x21\ \xf4\xdc\x42\x08\x96\x54\x81\x70\x0d\x45\x9a\xb1\xa9\x2a\xd2\x58\ \xb2\x37\x1e\x61\x4d\x47\x59\x96\xcc\x16\x73\xca\xed\x96\xf3\x37\ \x6f\x39\xd8\x9b\x20\x05\xbb\x52\x28\x4b\xd3\x75\x44\x3a\xe2\xe0\ \xf0\x00\xad\xd5\x6f\x50\x7d\xfc\x6e\x9b\xd6\xbb\x7f\x98\x0d\x8e\ \x08\x81\x30\x9e\xf2\xe6\x96\xc5\xed\x8c\x28\x8e\x19\xdf\x3f\x25\ \x2e\x52\xf6\x8e\xc6\x7c\x71\xfe\x9a\xcb\xeb\x5b\x9c\xf3\xb4\xc6\ \x13\xc5\x19\xd9\x70\x4c\x9c\xe4\x24\x69\x86\x0b\x0a\x9d\xa4\x40\ \x3f\x9d\x46\x71\x82\x10\x3b\xb2\xdc\xf5\x17\xa4\xd2\xea\xbd\x83\ \x59\x2a\x4d\x67\x1c\x9d\x93\x58\x2f\xb1\xde\xf7\x97\x8a\xeb\x2f\ \x8f\x3e\x42\x23\x66\xd3\x54\xfd\x61\xde\x56\xa4\x5a\x11\xbc\xa5\ \xf5\x06\x67\x7a\xc8\x2d\x56\x92\xac\x48\xd0\x32\x45\x4b\x28\x06\ \x03\xd2\x34\xfe\x30\x90\xc7\xee\x6d\x76\xcd\x16\xd7\x79\x9c\x50\ \x88\x20\x51\x3b\x87\x84\xa0\xa3\xe9\x1a\xf6\x46\x31\xe5\xbc\xa1\ \xd9\x96\x9c\x4e\xcf\x18\xa4\x43\xcc\x7e\xc7\x62\x31\xe7\xee\x6e\ \x46\xc1\x14\x82\x61\xb9\x98\x51\x24\x39\x79\xbe\xdb\x42\xd3\x94\ \xeb\xcb\x0b\x2e\xde\xbc\xe1\xc1\x83\x07\x58\xfb\x5d\x63\xa0\xd8\ \xa9\x74\xfe\xa1\x16\xca\xf0\x6b\x6d\x86\xdf\x95\x54\xed\x5c\xda\ \xc1\xf7\x98\x83\xf3\x68\x29\xe9\x9a\x96\x8b\xf3\x73\x2e\xde\xbc\ \xa5\xe9\x0c\x6e\xbb\xe5\xaf\xff\xf6\xe7\xb4\xc1\x53\x79\xc7\x7c\ \xbb\xa5\x6b\x3a\x42\x00\x2d\x14\x49\x1c\x13\x6b\x4d\x55\x6e\x98\ \xcf\xae\x68\x9a\x76\x27\xc0\xd0\x7d\x2c\xca\x74\x0f\xdb\x75\x84\ \xc1\x70\xa7\xc4\x11\x34\xd6\xe1\x5c\xaf\xbc\xea\x2f\x1a\x49\x1a\ \x89\xdd\x80\x22\x08\xc1\xe1\x6c\xc7\x66\xdd\x10\x74\x81\x1c\xa6\ \x08\x11\x10\x78\xbc\x6d\xf8\x9b\xbf\xfa\x0b\xea\xa6\xc1\x7b\x8b\ \x96\x16\x5c\x07\x22\x42\x20\x79\xfe\xc9\x13\x9e\x7d\xf2\x8c\xbd\ \xe9\x98\xf9\x9b\xb7\x98\x72\x4d\x94\xc6\xb8\xca\x33\x5f\xdc\x91\ \x0d\xa6\x8c\xee\x1f\x10\x3e\x90\x25\x20\x95\x1d\x93\xa8\x42\x0a\ \x83\x35\x01\x82\x42\x78\x90\x22\xe0\x6c\xcb\x66\x63\xd0\xd2\x12\ \x47\x9a\xd5\xcd\x0d\x55\xb2\x65\xff\xe8\x88\x22\xcd\x48\xee\x9d\ \x31\x1a\x0c\x50\x12\xb6\x79\xca\xdd\xb5\xef\x0b\xdb\x94\xc4\x74\ \x96\xc3\x83\x7d\x62\x1d\x61\xba\xb6\x7f\x77\xbe\xf7\x2e\xfe\x43\ \x6b\xc9\xaf\xc3\xdb\xbf\xf2\x7c\x87\x40\x10\x20\x11\x58\x6f\x77\ \xc5\x5e\x0a\x85\x64\x3e\xbb\xe5\xfc\x9b\x17\x2c\x66\x73\xb4\xd2\ \x9c\x5f\x5c\x30\xab\x2b\x2a\xef\xd9\x18\xc3\xcd\x7c\x0e\xce\x11\ \xc5\x8a\xed\x62\x8e\x6d\x1a\xbc\x75\xe8\x44\x43\xa5\x90\x71\xcc\ \x6a\xb3\xe6\xfe\xe3\x4f\x19\x16\x43\x10\x1a\x49\xcf\xf9\x09\xdf\ \xc3\x55\x9e\x9e\xdb\x68\xeb\x1a\x63\x3a\xf0\xae\xaf\x97\x90\x82\ \x94\x80\x50\xf4\x5b\x09\x1a\xe3\x2d\x8a\x18\xef\x5d\xff\x6c\x78\ \x43\xe2\x2a\xee\xce\xaf\x59\x2c\x57\xcc\xd7\x25\xcb\xaa\xa6\xac\ \x6a\x9c\x69\xc1\xb4\x4c\xc7\x03\x9c\xb0\xdc\x2d\x6f\x58\x6f\x56\ \x44\x69\xc2\xbd\xb3\x23\xd2\x3c\xa7\x5b\x75\xbf\x35\x1c\xac\x7f\ \xd3\x0d\x6c\x49\x78\xf6\xfb\x7f\x42\x34\x8d\xa8\xab\xfa\x9f\x2d\ \xd0\x31\x84\x1e\xfb\x93\x5e\x7c\x8f\x28\x15\xef\xf3\xf4\xc5\xf7\ \x0f\x20\x21\x91\x2a\xc2\x86\x5e\xad\x10\x69\xc5\x68\x3a\x41\x7b\ \xcb\x93\xa7\x4f\x59\x2d\x97\xac\x96\x0b\xda\xba\x65\xb3\xde\x32\ \x5f\xae\x28\xcb\x92\xd1\x20\x67\xb8\xe3\x5a\x8c\xed\x58\xcc\x67\ \x2c\xe6\x73\xf6\x0e\x8e\x76\xfc\xc0\x87\xf5\x13\xd8\xdd\x82\xed\ \x3b\x83\xac\x3b\x66\x17\x97\x6c\x16\x2b\xee\x3d\x78\x40\x31\xd9\ \x23\x44\xb0\x95\xe0\x91\xe8\x38\x41\x5a\x0f\x12\xa2\x74\x48\x96\ \x8f\x48\xb2\x02\x29\x15\xad\x71\x20\x15\x5a\x49\xaa\xba\xc1\x9a\ \x40\x51\x14\x7d\x82\xaf\xec\x63\x15\xdc\xce\x9f\xd3\x63\xf0\x92\ \xb6\x6d\x69\x8c\xdc\x69\xc8\x3d\xce\x76\xd8\xae\xa1\x73\x86\x62\ \x38\xa0\xeb\xea\xfe\x41\x0d\x82\x2c\x4f\x38\x48\x15\xcb\xe5\x82\ \xf1\xb0\x57\xd1\xc5\x71\x4a\x9c\x44\x3d\xc6\x9a\x26\x94\xdb\x0d\ \x9d\xed\x76\x8a\xf4\x0f\xb1\xc5\x09\xc0\xa3\xda\x2d\xa2\x35\xbb\ \xa9\x5f\xec\xce\xe8\x3e\x37\x28\x84\x96\x45\xed\x48\x85\xa2\xdb\ \xac\xb9\x79\xf9\x92\xd1\x74\x8f\x38\xcf\x38\x3e\x3e\x22\xc9\x52\ \x3a\xdb\x11\x49\xd0\x5a\x62\x9a\x86\x54\xc7\x78\x67\xd1\xa9\x60\ \x32\x9a\x90\x44\x11\x55\x55\x91\xc4\xc9\x4e\xaa\x2b\xdf\xff\xf8\ \x77\x4f\xd6\xf7\x0d\x71\xbf\x7e\x51\xbe\x33\x8e\x4a\x21\x70\xd6\ \xa0\xb5\xc6\xb6\x1d\x6d\x59\xe2\xad\x67\x71\x77\xc7\x8b\x6f\x5e\ \x30\xbb\x9b\xa1\xa4\x24\x4d\x73\x36\x6d\x47\xb9\x7a\x8b\x21\xd0\ \x05\xf0\x52\xf4\x87\x84\x14\x64\x71\x8c\x0a\x81\xe5\x7c\x46\x53\ \xae\xa9\xeb\xed\xce\xac\x97\xe0\x10\x98\x00\x4d\xb9\x22\x1f\x8c\ \x09\x27\xc7\xc4\x51\xd2\xa7\xb9\xea\x98\x24\x89\xd0\x32\xc2\x3b\ \x83\xeb\x5a\xba\xba\xc6\xb6\x35\x6d\x55\xf6\x10\x45\x55\x51\xb5\ \x81\xe9\xe9\xc7\x8c\x26\x07\x74\xae\x57\x76\x05\x27\x11\xae\x63\ \x9c\x27\x40\x82\x96\x16\xdb\x09\x8c\x55\xf8\x20\xd0\xc6\x31\x54\ \x9a\xa4\x73\xa4\x36\x10\x8c\xa7\x88\x60\x7e\x7b\x4b\xaa\x35\xf9\ \x60\xff\x83\xa1\xc0\x41\x08\x84\xad\x11\xf5\x1c\xa5\x12\x54\x50\ \x08\x14\xde\xf5\xaa\xb8\x48\x4a\xbc\x75\x4c\x8a\x01\x67\xf7\xee\ \xe1\x5d\xe0\xc5\x57\xbf\xe4\xee\xfa\x9a\xf1\xfe\x01\xe3\xbd\x03\ \xf6\xa6\x53\xb4\x92\x68\xe1\xd9\xae\xe6\x94\xe5\x86\xbd\xf1\x18\ \x19\x6b\x94\x52\x9c\x9e\x1c\x93\xc4\x11\xde\xd9\x3e\x1e\xe6\xfd\ \x10\xf1\xdd\x08\xf1\x9b\x72\xef\xbe\x6f\x28\xed\xd5\x9e\xe1\x7d\ \xfb\x60\x08\xbd\x6c\xd9\x13\xd8\x2c\x37\x5c\xbc\x79\xc3\xf9\xab\ \x97\x74\x4d\xdb\x9b\x7d\x81\xa6\xae\x79\x7d\x77\x47\x1b\xc0\x10\ \x28\x06\x03\xaa\xba\x61\x31\x9f\xe3\xbb\x16\xe9\x1d\x4a\x80\x6f\ \x5b\xac\x08\x48\x97\xd1\x6e\x2b\x74\x94\x71\x7a\xff\x63\xa4\x52\ \x2c\xe7\x0b\xa4\xe8\xd3\x7b\x3b\xef\x7b\xb5\x18\x10\x47\x8a\x41\ \xaa\x51\x42\xf7\x0e\x31\x67\xf0\xd6\xf6\x2d\xa8\x55\xcb\x66\x5b\ \x51\xec\xdf\x43\x24\x11\xce\x3b\x46\x69\xc4\xed\xe5\x6b\xbe\xfa\ \x4f\x7f\x8e\x72\x2d\x5e\x40\xeb\x04\x41\xa7\x48\xe7\xc9\xe3\x98\ \x4f\x9f\x7f\xc2\x27\x4f\x3f\x42\x07\xb8\xbd\xb9\x41\xca\x1e\xfa\ \x6e\x9a\x86\x6e\xb3\x22\x49\xf6\x7e\x6b\x1e\x59\xff\x26\xb8\xa9\ \x23\xe3\x0f\xfe\xf4\xdf\x81\x33\xff\x7c\xc9\xc0\x42\x40\xd7\xe2\ \x37\x33\x82\x52\x3b\x1f\x95\x7c\xef\x39\xe9\xd3\x07\xde\x7d\xf1\ \x02\xfb\x4e\x46\xeb\x3b\x74\x30\x90\xf4\x2b\xbe\xef\x2c\x69\x14\ \x33\x38\xbd\xcf\xe1\xc1\x11\xcb\xe5\x9a\xdb\xeb\x9b\x9e\x74\x37\ \x2d\xdb\xf5\x82\xf1\x70\x00\xc1\x33\x1e\x0e\xd8\x56\x35\x77\xb3\ \x19\xd3\xc9\x64\x87\xa9\xff\x6e\x17\xc8\xbb\x5c\xa1\x77\x0f\xa3\ \x0f\x9e\x44\x47\x34\x5d\xcd\x72\x7e\xc7\xdd\x66\x43\x6b\x3b\xd4\ \x7a\x45\xf3\xfa\x15\xad\x08\xac\x4c\xc7\x62\xb6\xc0\x1b\x8f\xb5\ \x01\x1d\x67\x14\xc5\x88\x28\xca\x90\x32\xee\x93\x5e\x43\x6f\x26\ \x8a\x93\x18\x29\x54\x7f\x38\xa8\x08\x9d\xf4\x61\x7e\xce\x3b\x5c\ \x08\xfd\x56\xd9\xb6\x78\xe7\x30\xd6\xd1\x99\x80\xb5\x96\x60\x3b\ \x44\xb0\x80\x27\x52\x02\x57\x39\xac\xd0\x20\x34\xce\x0b\xb2\x2c\ \xe5\x78\x28\x39\x1d\x9f\x12\x25\x29\xc8\x5e\x19\x74\x73\x7b\xc3\ \x7c\x5b\x52\x95\x1b\xaa\xed\x86\xe5\x7a\xc9\xff\xf0\x27\xff\x9a\ \xa3\xc3\xc3\x7e\xad\xff\x00\x9f\x5c\x3a\xa4\x32\xbb\x17\x5e\xe0\ \x71\xbb\xdc\x20\x87\x16\x01\xe9\x3d\xd3\xd1\x84\xe3\xd1\x84\xd5\ \xed\x1d\x2f\xdf\xbe\x61\x70\xb0\x4f\x32\x19\x31\xda\xdb\x63\x9a\ \x8d\xc1\x19\x36\x8b\x3b\x42\x53\x83\x71\x44\x52\x10\xeb\x08\x25\ \x7a\xd6\xd2\xd4\x2d\xc2\x05\x92\x34\x23\xbc\xfb\x9e\xc3\x3f\x0c\ \x9c\xff\xfa\xc5\xd2\x93\xb6\x0e\xad\x35\x0a\x81\xf3\x81\xc5\x7c\ \xc9\x37\xdf\xbc\x60\x3e\x5f\xf4\xc0\x5f\x94\xd0\x38\xc7\x7a\xb3\ \xc6\x7a\xfa\x3e\x11\xa5\x49\xe2\x08\xa5\x34\x49\x9a\xa2\xa5\xa4\ \x6d\x1b\xba\xba\x64\xbd\x98\x13\xda\x2d\x3a\x58\x84\xd2\xf8\xc6\ \x12\x80\x28\x4e\xf0\x48\xca\xf5\x1d\x4b\x2d\x78\xf8\xe8\x51\xef\ \x70\xb6\x86\x6a\xbd\x64\xb6\xd9\x50\x97\x25\xa6\x6b\x30\x6d\x47\ \xdb\xd5\xb8\xce\x22\x65\x3f\xb8\xb4\x56\xb2\x8f\xa7\xae\x4b\xf2\ \xf1\x08\xd9\x74\xbd\x52\x4a\x4a\xf6\x86\x43\x0e\x8f\x8f\x59\xaf\ \x67\x78\x53\xb1\xd9\x74\x58\x1b\x68\xab\x12\x42\xe0\xde\xe9\x19\ \x45\x1c\x33\xbb\x11\x98\xb6\xc6\x34\x1d\xe3\xbd\xfc\xbd\xcc\xfa\ \x43\x0d\x5a\xae\xea\xa8\x97\x1b\xa2\xa8\x45\x4a\xd5\xb3\x64\xae\ \x4f\xab\xad\xac\xe5\xf8\xf0\x90\x3f\xfc\xa3\x3f\xe6\x60\x32\x65\ \x71\xf1\x06\xb3\x59\xf1\xf2\xe2\x92\xf9\xec\x8e\x6c\x78\xc9\xf1\ \xe9\x19\x0f\x1f\xdf\x67\x58\x14\xdc\xbb\x77\x84\x70\x06\xd3\xb4\ \xd4\xdb\x8a\xa2\x28\xf8\xfa\xcb\x2f\x59\xad\xd6\x3c\xfe\xe8\x23\ \x54\xd4\x43\xc2\xec\x44\x9b\xef\x3c\x86\xff\x50\xde\xd7\xaf\x5c\ \x32\x3d\x41\xf6\xde\x50\x5d\x6e\x4a\xde\xbe\x7d\xcb\x9b\xb7\x6f\ \x69\xea\x96\x20\x14\x22\xce\x98\xd7\x35\xa6\xeb\x50\x4a\xd3\x79\ \x50\xba\x57\xa1\xd5\xeb\x0d\xa6\xae\x08\xa6\x05\xd3\x90\x68\x85\ \x56\x8a\xaa\xed\xd0\x5a\x61\xda\x86\x28\xca\x99\x5d\x5f\xe1\xbd\ \xe6\xec\xec\x11\x38\x43\x9c\x68\xb4\x86\x5c\x69\xa0\x57\x2a\x7a\ \x6f\xa9\xb7\x25\xab\x6a\x4b\x53\x55\xb4\x75\x45\xdb\x34\x74\x5d\ \xdb\x37\x29\x46\x19\x9f\xee\xdd\xeb\x13\x80\x45\x9f\xb7\x66\xbb\ \x96\x34\x56\xc4\x41\x91\xe6\x39\xa5\xf1\x34\xb5\x45\xa2\x48\x75\ \xc4\xe3\xe3\x7b\xec\xe5\x63\x9a\xcd\x16\x6a\x47\x9c\x2a\xfc\xa6\ \xa2\xdc\xae\x19\x8d\x47\x88\xa3\xbd\xdf\x5a\x70\xa3\x7f\xf3\xbc\ \x18\xb0\x5d\xc7\x3f\xeb\x47\x48\xa4\x6d\x89\xcb\x1b\x62\x1d\xbd\ \xbf\x3c\xde\x99\x7f\xc2\xaf\xa1\x97\xaa\x07\x8e\x08\xae\x01\x1c\ \xcd\xc6\xa1\x65\xaf\xf5\xbf\xbb\x9d\xb1\xb7\x7f\x44\x9c\x14\x1c\ \x9f\x8c\x48\xf2\x21\xd8\x0e\x6f\x5b\xde\xbe\xb2\x08\x21\x48\x93\ \x04\xe7\x1d\x4f\x8f\x4f\x78\xfa\xe9\xc7\x58\xeb\x50\xf2\x77\x4b\ \x46\xf5\xfe\xbb\x14\x50\x6b\x6d\xaf\x2e\xea\x2c\xb3\x9b\x39\xdf\ \x7c\xfd\x15\xcb\xf9\x1c\x29\x15\x32\x52\x2c\xe6\xb7\xb4\xb7\x97\ \x34\x2e\xd0\x79\x87\xf5\xbb\xec\xab\x20\x48\x74\x42\x14\xa7\x08\ \x19\xef\x1e\x0c\x09\xa1\xf7\x10\x38\xef\x89\x92\x84\xb6\xe9\x2f\ \x8d\x66\xd7\xef\x6c\xac\xe9\x1d\xab\xa2\xf7\x14\x40\x1f\x5b\x11\ \x29\xc8\xe3\x80\x8e\xfb\x2f\xfb\x5d\xe0\x5b\xdd\x55\xa8\x74\x88\ \xb3\x01\x42\x4c\x96\xc4\x94\xf3\x37\xdc\xdd\xde\xb0\xd9\x56\x94\ \x75\xc3\xa6\xec\x27\xe6\xae\xeb\x30\xa6\x23\x52\x92\xaa\xae\xb0\ \xe6\xb7\x5f\x7d\x7f\x9b\x4f\xb5\xba\xa3\xae\x6b\xa4\xee\xdf\x74\ \xe7\xfb\x6a\x59\x25\x15\xc6\x3a\x9e\x3d\xfd\x84\x9f\xfc\xf8\xc7\ \xe4\xd6\x71\xe9\xbf\xe6\x8b\xed\x92\xb7\x2f\xbe\x40\x4f\xc6\x14\ \xcb\x29\xf7\xce\x4e\x39\x98\x4c\x38\x3d\x3a\xc0\x0f\x73\x7c\x6b\ \x58\x2e\xef\x88\x92\x98\xed\x7a\xcd\x7f\xf8\xf3\x3f\xe7\xd9\x67\ \xcf\xf9\xe4\xb3\xcf\x60\x17\x5c\xf9\x9e\x2b\x09\x7d\x7a\xee\x6f\ \xca\xcd\x7a\x1f\x63\x03\x38\x63\x20\x38\x82\xb1\xcc\x96\x4b\x5e\ \xbc\xf8\x96\xd9\xed\x8c\xb6\xb3\x54\x5d\x07\x52\xd2\x1a\x0b\x52\ \xa2\xd3\x94\x44\x69\x9c\x0b\x3d\x2f\x22\x14\xf8\xbe\x0a\x7b\x98\ \xe5\x34\xab\x15\xdb\xed\x9a\xae\xad\x28\x24\x1c\x8e\xc7\x0c\xc7\ \x13\xa2\x24\x65\xb5\x29\xb9\xb8\xbd\xc1\x59\x4f\xf0\xb0\xbc\xbb\ \x41\x0a\xdf\x73\x2a\xd5\x16\x6b\xed\x6e\x60\xe9\x65\xd4\x3d\x99\ \x0d\x42\xeb\xf7\x4c\x96\x94\x10\xbc\x01\x6f\x59\x2e\xe6\xb4\xab\ \x6b\x86\xc7\x13\x22\xa5\x18\x0d\x47\x24\x3a\xc2\x39\x87\xd6\x11\ \x32\x72\x24\x69\xc2\xbf\xfa\xe3\x3f\xe2\xfe\xc3\x47\xac\x9b\x92\ \xad\xeb\x90\x83\x8c\xaa\x2b\x29\x95\x67\x7f\x98\x21\xb2\xe4\x83\ \x0a\x54\x9c\x93\x04\x13\x83\x52\x38\x07\x41\x18\x8c\xb5\x68\xa5\ \x51\x42\xb2\x7f\x74\xc4\xc1\xf1\x3d\x44\xf0\x64\x91\xe2\xd1\xe1\ \x3e\x71\x94\xe0\xa2\x8c\xd7\xd7\xb7\xbc\x79\xf5\x92\x9b\xeb\xb7\ \x3c\x7e\x74\x9f\xe9\x78\xc4\xdd\xed\x15\x55\x55\x12\x49\x0d\x3b\ \x13\xe7\x62\x76\xcb\xc9\xf1\x09\xc3\x69\x8a\xb7\x7d\xb4\x3b\xef\ \x0d\x7b\xe2\xef\x6d\x9e\xbf\x0e\x6f\xf6\x50\x75\x3f\x4c\x6f\x57\ \x1b\xae\x2e\xae\xb8\x38\x7f\x83\xb7\x81\xaa\x69\x30\x21\x60\x42\ \xa0\xb5\xb6\x97\x30\xe7\x79\x1f\x9a\x1a\x04\x49\x14\xe1\x8c\x65\ \xb9\xbd\xa1\xd9\xae\xd8\x1b\xe6\x3c\xfa\xe8\x09\x07\xd3\x31\x91\ \x8a\x71\x44\x7c\xfd\xf2\x15\xe7\x57\x57\x18\xdb\xd0\x06\x4b\x5b\ \x97\x78\xd7\x62\xda\x92\x58\xc5\x54\x4d\x85\xad\x4b\x9a\xaa\x64\ \xb3\xdd\x52\x57\x35\x5d\xf7\x4e\x04\xe3\xdf\xe7\x6b\xf5\xf2\x67\ \x49\x1c\x15\xb4\xd6\xa3\xd0\xc4\x59\x06\xaa\xc3\x58\x4f\x9a\x24\ \x7c\xfc\xe0\x3e\x51\x9c\x30\x5b\x57\x34\x75\x47\xb5\x2e\x69\x5b\ \xcb\xdb\x37\x6f\x39\x39\x3d\xe3\xe0\xde\x19\x5a\x6b\xca\xed\x92\ \x72\xbb\x40\x58\x43\xa6\xc4\xaf\xb9\xb2\xfe\xa9\x04\xfc\xbf\xc0\ \x27\x92\x9e\xb1\x68\xd1\x72\x27\xe7\x7b\x37\x1d\xec\x94\x2c\x1e\ \xde\xc7\x66\x5b\x67\x71\xd6\x43\x30\x24\x5a\xe0\xda\x86\x48\x69\ \xee\xdf\x7f\x88\xaf\x5a\xbe\x78\xfb\xb7\x0c\xf7\xf6\x99\x1c\x1e\ \x32\x1c\x8f\x49\xb4\xa4\x2b\x37\x6c\x47\x63\x22\xd9\x2b\xab\xbc\ \xf7\x6c\xd7\x2b\x5e\x7d\xfd\x35\xf7\x1f\x3c\xd8\x25\x66\x6a\x82\ \x08\xbf\xaa\x07\xfc\xfe\x04\x2b\xc2\x7b\x59\xa9\x78\x2f\x35\xe4\ \x3b\x5b\x7e\x08\x68\xa5\xb1\xc6\xf6\xd5\xa9\x6f\x2f\xd9\x2c\xd7\ \xb4\xae\xc3\x49\x89\x0d\x9e\xa6\x6a\xe9\x9c\xc5\x7b\x81\x56\x11\ \x32\x28\x8a\x28\x42\xe8\xde\xb9\x1a\xc5\xfd\x8b\xab\x76\xa6\xa8\ \xe0\x42\xef\x0e\x56\xbb\x07\x1e\x41\xd3\x18\x3a\x65\x7a\x93\xa9\ \x14\x68\x2d\x89\x10\x48\x25\xc8\x06\xe9\xee\x85\x35\x08\xd7\xe2\ \xba\x86\xa6\xad\xb0\x6d\x8d\x6f\x1b\x56\x9b\x0a\xd2\x21\xc7\x1f\ \xfd\x08\x17\x7a\xf8\x45\x79\x98\x5f\xdf\xf0\xd5\x17\xbf\x40\xef\ \x5a\xf9\xd4\x2e\x6a\x21\x55\x10\x09\xcd\x70\x30\xe4\x87\xcf\x3f\ \x63\x3c\x1a\xef\x52\x4f\x3f\x90\x17\x27\x58\x44\xb0\x88\xa0\x7b\ \xa8\xcb\xdb\xfe\xbb\x36\x81\x24\x4a\x79\xf8\xe8\x11\x47\xf7\xee\ \x23\xb6\x5b\xb6\xf9\x05\x4f\xcf\x4e\x39\xb4\x0d\xa5\x14\xfc\xe2\ \xfc\x9c\xd5\x66\x45\x9e\x64\x3c\x7b\xf4\x18\x85\x60\xb3\x5a\xe2\ \xbc\x43\x87\x5e\x82\xd3\xb7\xc6\x2d\x98\xdf\xde\x90\x0f\x46\xc4\ \x69\x8a\xf5\x81\xba\x69\x09\x78\xf2\x34\x45\xec\x7a\x3e\x82\x0f\ \xef\x03\x08\xdf\x29\x76\x8c\x75\x2c\x97\x4b\xb6\xab\x05\x17\x6f\ \xde\x70\x75\x79\x45\xdb\x74\x24\x49\x8a\x0b\xb0\xad\x2a\x86\xe3\ \x09\xa3\xc1\x08\xa1\x15\x48\x45\xdd\xd4\x94\xe5\x8a\x2c\x4d\x77\ \x5e\x22\x48\xe3\x8c\x62\x30\xe0\xfc\xfc\x25\xe5\x76\x49\x1a\x47\ \x7c\xf4\xe0\x8c\xb3\x83\x3d\x94\x8a\x68\x4c\xc7\xde\x78\xc4\xfe\ \x74\xcc\xdf\x7d\xf9\x25\xd6\x1a\x82\x85\xba\xdc\x92\xa6\x09\xa2\ \x15\x60\x5c\x6f\x64\x95\x0a\x25\x35\x9d\xb5\x38\x1f\x76\xbd\xf0\ \x7d\x92\xf4\xd3\x4f\x3f\x46\x67\x23\x06\xfb\x53\xea\xb6\xe6\x8b\ \xaf\x2f\x79\xb1\xba\xa4\x50\x50\x6f\xd7\xac\x96\x77\x24\xb1\xa4\ \x6a\xb6\x34\xb6\x1f\x1c\x97\xdb\x15\xd9\xe2\xba\x4f\x04\x37\x96\ \xc6\x34\xf8\x54\xf1\xe0\xd9\xc7\xec\x4d\x27\x04\xf1\xe1\x4c\x8b\ \x10\x50\x32\x26\x8e\x0a\x94\x84\xb6\xab\x31\xce\x10\xf0\xc4\x71\ \x7f\xd1\x09\x25\x59\x97\x5b\xb2\x38\xa6\x38\x3e\x66\xbb\x5c\x33\ \x8c\x13\x6a\xeb\xf9\xa3\x1f\xfd\x98\x90\x15\xfc\xec\x17\x7f\xcb\ \xe5\xed\x9c\xf9\xe2\x96\x18\x4b\x1a\xc7\xd4\x65\xf3\xbe\xd7\x3c\ \x84\xc0\xf9\xf9\x6b\xf6\xaa\x12\x1d\xa5\xec\x1f\x1e\xd2\x76\x86\ \xaa\xaa\xc8\x07\x39\x3a\xd2\x04\xef\x77\x83\x9f\x40\x69\xfd\x9d\ \x74\x58\x48\x8c\xb7\xb4\x75\xc5\xcd\xcd\x15\xaf\x5f\xbe\xa2\x5c\ \x6d\xd1\x52\x93\xa5\x39\x6d\xd7\x61\x81\xe1\x74\x8f\x51\x1a\xf7\ \x59\x56\x42\xb2\x98\x2f\xf0\xd6\x31\x1c\x0c\x79\x73\xf1\x2d\xe5\ \x7a\xcd\x20\x8e\x38\x39\xd8\x67\x10\x27\x08\xd7\x61\x3b\x4b\x6b\ \x15\xcf\x3f\xfe\x14\xa9\x22\x3e\x7f\xf9\x1a\x47\xa0\xde\xae\xc1\ \x1b\x16\x77\xd7\x5c\xbc\x59\x63\xbb\x0a\x5f\x97\x04\x63\x7a\xd2\ \x7f\x87\xd2\x78\x07\x52\x28\x84\x7c\x97\x8a\xb1\xdb\xa6\x76\xf0\ \xa0\xb0\x1d\xb3\x9b\x6b\x86\x31\x24\xd6\x52\x0c\x06\x14\x83\x31\ \x9b\x72\x83\xb1\x96\x20\x21\x44\x82\x67\x9f\x3d\xe7\x07\x3f\xfe\ \x3d\xd2\x34\xa7\x6d\x1a\x44\x96\x90\xa8\x01\x37\x8b\x6b\xd2\x41\ \x06\xf9\xef\xec\x33\xf9\x97\xfa\x08\x8c\x31\xac\x57\x73\x74\x14\ \x93\x26\x7d\x2e\xcf\x3b\x75\x52\x55\x97\xef\x8b\x7b\x24\x12\x2d\ \x22\x3a\xd7\xe1\xb5\xa7\x0c\x8e\xbd\xbc\xe0\x8f\x7e\xef\x27\x9c\ \x1e\x9e\x72\xf3\xfa\x9c\xfa\xf6\x8a\xd7\x5f\xfd\x8c\x8b\xab\x11\ \x07\x47\x0f\x39\xbd\x77\xc2\x64\x90\x73\x7a\x72\x44\xb5\x59\xd1\ \x54\x1b\xbc\x31\x0c\xe2\x11\x6f\xbe\xf9\x02\x65\x5b\x1e\x7d\xf2\ \xc3\x5d\x18\x9e\x05\xd1\x9b\x0c\x79\x47\x08\xef\xe2\x5b\xde\xc7\ \xbf\x7f\x57\x44\x81\x73\x16\x09\x48\xa9\x68\xda\x86\xd9\xf5\x1d\ \x17\x17\x97\x94\x65\x45\x55\x6e\x41\xd0\xf7\x36\xef\xc2\x13\xa5\ \x4a\x18\xc4\x83\x9e\xeb\x89\xfa\xd6\x3b\x29\x05\x5e\xf7\x12\xcf\ \xe0\x05\xa9\xda\xe9\xee\xe9\xb0\xd6\xf7\x26\x3c\xe7\x71\x41\xe1\ \xb5\xa2\xb6\x2d\x91\x35\x1c\x0e\x12\x32\xe5\x09\xbe\x5f\x75\xeb\ \xb2\x65\xdb\xf4\xf2\xbe\xa6\xae\xb0\x65\xc7\xb6\xea\x30\x3e\xe0\ \x6d\x83\xa6\xa3\x76\x81\xe1\xbd\xa7\x0c\x44\x4c\x23\x21\x4b\x14\ \x52\x18\x1c\xf4\xd1\x0d\xc3\x9c\x28\x92\x34\x75\x49\xd3\xb5\x84\ \x20\xb0\x21\xe2\xb3\xe7\xcf\x78\xfe\x83\x1f\xf7\x4a\x95\x9d\x3b\ \xf7\x83\x10\x65\x7d\x2f\x30\x06\x85\xb3\x01\x6f\x05\x1a\x4b\x16\ \x6b\x22\x0d\x8d\xef\xb8\x5a\xaf\x39\xd8\x3f\x40\x9e\x3e\x46\x6f\ \xbe\xe4\xc8\x7b\x42\x1e\xf3\xc9\xff\xf4\x6f\x79\xd3\x79\xfe\xe2\ \x2f\xff\x86\xe8\xed\x82\xc8\x6c\x19\xa5\x8a\x2c\x1b\xd1\x19\x8b\ \xf7\x8e\x38\x8e\x58\xad\x16\x7c\xf1\xcb\x9f\x93\xc4\x29\xa7\xf7\ \x1f\x90\x8f\x46\xdc\x2e\x96\x24\xb1\x26\xf2\x39\x2d\x8a\x4d\xdd\ \x61\x9c\xa3\x28\x0a\xc6\xa3\x02\x11\x40\x47\x8a\xba\xad\x99\xad\ \x96\xac\x57\x2b\xe6\x65\x85\x88\x13\x94\x87\x38\xcd\x90\x91\xa6\ \x76\x8e\xac\x18\xb0\xd9\x56\x08\x2f\x18\x4d\xa7\x54\xb5\xc3\xb4\ \xbd\x22\x31\x4b\x22\xac\x0b\x74\xc1\x53\x76\x1d\x65\x5b\xe3\x5d\ \xc3\x38\x8f\x71\xb6\xe1\x9b\x17\x2f\x39\x3b\x3c\x66\x36\xbb\x01\ \x21\x78\xfc\xf4\x63\x9e\x3f\x79\xc2\x7f\xfa\xc5\xe7\xbd\x3f\xc1\ \x7a\xc6\x83\x29\x95\x10\x58\x3f\x47\x3a\xd7\x4b\xc3\xa3\x98\xe5\ \x7a\x85\x8c\x62\xac\x87\xce\x38\x86\xe3\x09\xf7\x3f\xf9\x8c\xad\ \x13\x7c\xf6\xf4\x21\x2f\x7f\xf1\x33\x06\x76\x43\x57\x6e\xb8\x77\ \x7a\xc2\xa7\x4f\x4f\x98\x4e\x46\x84\x60\x28\xab\x92\x59\x69\xa9\ \xea\x86\xa3\x61\xcc\xe9\xb4\x60\x79\xd7\xb2\xa8\x5a\xbc\x75\x0c\ \x74\x4e\x22\x15\x9b\x57\x17\xac\x5a\xcb\xc7\x7f\xf8\x6f\x70\xa6\ \xfb\x20\xef\x7a\xc0\xe0\xa9\x89\x55\x4c\x14\x81\x92\x12\x29\x14\ \x38\x47\x12\xc7\x2c\xee\x66\xb4\x75\x09\x02\x36\x52\xb3\x89\x32\ \x22\x6f\xc8\x9c\xc7\xdf\x6e\xd9\x0e\x14\xe9\xde\x23\xb6\xb6\x02\ \xbb\x42\x9b\x35\x52\x0b\x92\xc1\x90\xa6\xaa\xc9\xf3\x18\x41\x60\ \xb5\xbc\x63\x7e\x77\xc7\x70\x3c\x41\x47\x11\x42\x45\x74\xc6\x91\ \xec\x94\xa1\xce\x1a\xaa\xed\x86\x3c\xcf\xfa\xf7\x5b\x4a\x3c\x8a\ \xaa\xa9\x99\x2f\x97\xbd\xaf\x65\xb9\x42\xc7\x09\xd9\x58\xd2\xb5\ \x86\x62\x6f\x42\x69\x0d\xa9\x52\x68\x25\xb8\xbd\xba\xe2\xf0\xe8\ \x98\xce\x58\xca\x6d\x43\x14\x45\x48\x1d\xd1\x18\x83\x31\x86\x24\ \x4f\x19\xa6\x19\x17\x2f\x5f\x71\x7c\xb4\x87\x96\x92\x8b\x8b\x2b\ \x4e\x1e\x7e\xc4\xef\x3d\xff\x84\x9b\xbb\x3b\x6e\x96\x5b\x6c\x53\ \xd3\x35\x5b\x4c\x57\x63\xda\x0e\x89\x40\xc7\x19\x4e\x44\xc8\xdd\ \x96\xae\x85\x62\x30\xca\x98\x2f\x96\x3b\x73\x73\xaf\xf4\x3b\x38\ \x38\xe4\xd9\xa7\x3f\xa2\x75\x8e\xfb\xf7\x07\xfc\xd9\x8b\xff\xc8\ \xbc\xde\x92\x49\xcf\xb4\x48\xf8\xe2\x9b\x57\x48\xdd\xc3\x76\xce\ \x04\x9c\x75\x38\xdf\x61\xba\x2d\xce\x6e\x09\xc6\x12\x4c\xef\x85\ \xd1\xc3\x09\x57\xdb\x2d\x37\xb3\x35\x9f\xdd\x3f\x44\x7f\x2f\x1a\ \xe6\xbf\x8a\xcb\xa4\x2f\x8b\x71\xb4\x9d\x45\x4a\x4d\xd3\x34\x58\ \xeb\x7a\x2f\x05\x1e\x67\xdc\x2e\x42\x79\xd7\x04\x18\x02\x5d\xd7\ \x90\x14\x11\x65\xb5\xe5\xf0\xd1\x23\x1e\x7c\xf2\x04\xed\x15\xc5\ \xde\x98\x67\xea\x09\xd3\x79\x41\x89\xe0\xe7\xdf\xbe\x60\xbd\x5c\ \x30\x1a\x64\x4c\x8a\x0c\x9c\xe9\x3b\x24\x8c\xa5\xaa\x2b\x86\xa3\ \x01\xdb\xed\x86\xf5\x62\x01\x3a\x22\x19\x26\x04\x11\x28\xeb\x9a\ \x3c\x29\xd0\x51\x0c\x01\x8c\x31\x08\xd9\x7b\x30\x24\xb2\x87\xe1\ \x24\x74\xad\xc5\xd8\x8e\xdb\xdb\x19\xaf\x5f\xbf\x66\xb3\x2e\x01\ \x49\x12\xa7\x6c\x9b\x1a\x64\x2f\xe7\x55\x51\x82\x52\x11\x42\x28\ \x16\xcb\x15\x88\x3e\xe6\x5b\x29\x49\x67\x3a\xf2\x7c\x80\x31\xfd\ \xba\x8f\x6d\x7b\x12\x6c\x17\xca\x17\xa4\x20\x4a\x13\xa6\xd3\x29\ \x3a\xd6\x44\x91\xa2\x5d\xaf\xb8\x5a\x5d\x13\xea\x35\xa6\xaa\x68\ \xda\x96\xb2\x6e\xfa\x20\x3c\xfa\x89\x4b\x04\x0d\x3a\xa5\x73\x3d\ \xf1\x17\x54\x1f\xe2\x86\x10\xd8\xb6\xa1\x88\x33\x5c\xbd\x06\xd5\ \x47\xa0\x4f\xf6\xa6\x3c\x7e\x78\x46\x12\x09\x6e\xae\x2f\x09\x78\ \xae\x6f\x17\x08\x1b\xf8\xf6\xdb\x17\x0c\x47\x53\x8e\x4f\x8e\x3f\ \x9c\xb9\x53\x08\xb4\xea\xf1\xe1\x80\xc6\x07\x8f\xd6\x10\xd3\x9b\ \xef\x82\x73\xac\x16\x2b\x92\x62\x49\xa7\x14\x46\x6b\xd6\x5d\xc7\ \x59\x14\xd3\xd6\x06\x55\x1b\x8e\x46\x07\x1c\xed\x1d\x11\x82\xc5\ \x28\xc9\xf5\x66\x85\x46\xf5\x01\x79\x45\x8a\x17\x7d\x66\xd2\x62\ \xb9\xc4\x76\x86\xba\xed\x38\x79\xf8\x10\x74\xd4\xa7\xed\xb6\x2d\ \x2a\x4e\x69\xdb\x96\x6d\x55\xa3\xb4\x62\xe8\x32\x08\x8e\x8b\x8b\ \x37\x7c\xf1\xf5\xd7\x2c\x96\x1b\x8c\x33\x88\x00\xf1\x2e\x3e\x3d\ \x49\x62\x6c\x08\xa4\x69\x46\x1c\x27\x78\xb7\x65\x98\x8f\xd8\xae\ \xb7\x7d\xae\x54\x91\xb1\x3f\x2e\xb8\xbd\xbe\xe2\xcd\xe5\x15\x49\ \x3e\x64\x3c\x99\xd0\x36\x0d\x04\x18\x0e\x72\x9c\x35\x88\x10\x18\ \x8d\x0a\x34\x07\x6c\xcb\x92\xd1\xa0\x60\xb8\xbf\xcf\x57\x2f\x5f\ \x33\x5b\x6f\xa9\xca\x92\xab\xab\x2b\xa4\xec\x33\x3c\x86\xa3\x11\ \xc3\xe1\xb0\xe7\x38\x4e\x4e\x38\x39\x3d\xe5\xfc\xcd\x25\xeb\x6d\ \x85\xd6\x8a\xeb\xdb\x19\x6a\x30\xe1\xe5\x37\x5f\x71\xf5\xea\x05\ \xfb\x45\xca\xbd\x07\x47\x3c\x38\x3d\x41\x45\x92\xd9\xed\x15\x5d\ \x5b\x21\x95\x62\x50\x4c\x19\x0f\x0a\x86\x79\x42\xb3\x5e\x22\xbd\ \x23\x38\x4b\x53\x56\x10\xa5\x94\x4d\x4d\xb3\x5e\x12\x8f\xa7\x7c\ \x48\x9c\xcb\x06\x4f\xdd\x36\x7d\x8e\x58\x08\xbd\x1d\xa0\xef\x99\ \xc5\xcb\x9d\xfa\xdc\x83\x50\x11\x46\xc0\xe0\x60\x9f\x7a\xb9\xe6\ \xee\x72\xc6\xfe\xc3\xd1\xae\xd0\xad\x4f\x6a\xd8\x9b\xec\x91\xd5\ \x90\xa5\x09\x9b\xda\x60\xa8\xb0\xc1\x23\x42\xff\x0e\x64\x59\x4e\ \x67\x3a\xde\x5e\xbe\xe1\xfe\x83\xc7\x58\x67\x58\xaf\x16\x14\x45\ \x81\x08\x9e\xf5\x7c\xc9\x6a\x76\xc7\x64\x3a\x65\xff\xe8\x88\xe5\ \x6a\xcd\x57\xdf\x7e\xcb\xe5\xcd\x6d\xaf\xa8\xf3\x0e\xb7\xfb\xff\ \xe8\x28\xc2\x0b\x81\x4e\x62\xd2\x34\xa7\x69\x0d\x59\x5a\xd0\xb5\ \x1d\x52\xc6\x1c\x1f\x1c\x52\x14\x39\x71\xa4\xb0\x5d\x8b\x20\x30\ \x1c\x16\x9c\x1c\x1d\xe2\x9a\x2d\x67\xf7\xee\x51\xe4\x19\x83\x3c\ \xe7\xf0\xec\x3e\xa3\x83\x23\xf6\xc6\x23\xae\xef\x16\x98\xae\x46\ \xec\x48\xfe\x22\x4d\xfa\x67\x03\x45\x90\x0a\x63\x0d\x83\x2c\xe7\ \xe4\xf4\x94\x24\x4d\x79\x70\xd6\x21\xa4\x60\xbe\x98\x13\x82\xe7\ \x93\x4f\x9f\x21\x74\xc4\x83\x7b\xf7\xd9\x3f\x98\xf2\x93\xdf\x7b\ \xc6\x17\x3f\xff\x5b\x96\xb7\x37\x04\xa3\x89\x95\x20\x4d\x23\x8c\ \x33\x74\x8d\x41\xeb\x98\x34\x4d\x19\x0c\x0b\x24\x9e\xf5\x7c\xc1\ \xcd\xcd\x35\x97\x57\x33\x16\x4d\xc7\xc5\x72\x4d\xbe\x37\xe5\xb3\ \xfb\x4f\x7f\x6b\x8f\xf2\x7f\x51\x9b\x49\xaf\x9e\xe8\x87\x55\x6b\ \x3d\xc6\x34\xb4\xb2\xed\x8b\x93\x84\x24\x8a\x34\x08\xfa\x09\xbc\ \x6d\x51\x42\x22\x3b\xcf\xe1\x68\x8f\x34\x2b\xd8\xba\x0e\x1d\xc5\ \xc4\xc7\x53\xcc\xf2\x8e\x29\x31\x87\xc3\x31\xcf\xfe\xfd\x9f\xf0\ \x8b\xcf\xbf\xe0\xf6\xfa\x12\x53\x57\x8c\x87\x39\x5d\x6b\xc8\xd3\ \x8c\xce\x7b\x22\x04\xa6\x6d\xf9\xf2\xab\xcf\x41\x48\x1e\x7f\xfc\ \x88\xc1\x78\x88\x70\x16\x67\x3a\x84\x8e\xfa\x9f\xd9\x54\xc4\xb1\ \x22\xc9\x32\xac\x70\x28\x1d\x51\xd6\x15\xcb\xcd\x92\xa6\xae\x99\ \x2d\xe6\x74\xd6\xa1\x92\x08\x6b\x03\x83\xe9\x88\x6d\x57\x11\x27\ \x09\x32\x8a\x29\xab\x9a\xd1\x24\xa1\xaa\x6a\x16\xeb\x65\x9f\x92\ \x9a\x44\x08\x02\xa9\x8e\x98\x8e\x06\xac\x56\x4b\x36\xf3\x35\xeb\ \xbb\x19\x65\x59\xe1\x9d\x27\xc9\xb2\xde\x53\x92\xa7\xb8\xae\x62\ \x78\x70\x4c\xac\x15\xb3\xd5\x82\x66\x7e\x4d\x1a\x2c\xd8\x8e\x10\ \x04\x5a\x28\x62\x1d\xe1\x9c\x41\x2b\x81\x11\x8a\xce\x36\xbb\x88\ \x8d\x88\xda\x78\x74\x3a\x60\x32\x1c\x91\xf9\x86\x50\xd5\xcc\xce\ \xcf\xd1\xe3\x14\x9c\x23\xcf\x0b\xea\xa6\x65\xb1\x58\xd3\xed\x78\ \x33\xad\x15\xf9\x20\xe3\xb3\xe7\x3f\xe2\xd1\x93\x8f\xd8\x96\xd5\ \x87\x8b\x03\x0f\x81\xb6\xb3\xb8\xde\x68\x02\xee\xdd\x21\xd0\x21\ \x24\x48\x17\xe8\xea\x86\x4c\x6b\x9c\xb1\x04\x05\xc3\xc3\x09\x8b\ \xcb\x4b\x8c\x35\x24\xdb\x2d\x6f\xef\xd6\x38\xdb\x92\xe6\x29\x5d\ \x15\x98\x2d\xe6\x28\xdb\x6f\x81\xc5\x20\xe7\xf8\xf8\x00\x67\x2c\ \x79\x9a\x70\x74\x78\x8c\x8e\x53\xde\xbe\xbd\x20\x1b\x8d\x59\xce\ \x6e\xd1\xb6\xe5\xec\xe1\x63\xf2\xc9\x3e\x45\x2e\x91\x3e\x70\x37\ \x9b\x31\xbf\xbb\xe5\x76\x76\xc3\xd5\xc5\x25\x75\x63\x88\xd3\x04\ \xd7\x76\x74\x08\x06\x59\xdf\x29\xd2\xb6\x2d\x9b\xcd\x9a\xe9\xfe\ \x01\x3a\xd2\xe8\x44\xa3\xbd\x65\xb1\xb8\x63\x7f\x32\xc2\x34\x12\ \xef\x1c\xe3\xa2\x40\x25\x09\x8a\x1e\x62\xb5\x01\x86\x83\x09\xa7\ \x07\xfb\xb4\xdb\x8a\xbd\xc9\x88\xbd\xe1\x80\xb2\xaa\xfb\x4b\x4a\ \x49\x92\x24\x26\x52\x0a\xef\x1c\x55\x55\x52\x14\x29\x69\x9a\x71\ \x7c\x72\x82\x33\xa6\xff\xf7\xe5\x39\x69\xdc\xd7\xf3\x6e\xb6\x25\ \x5a\x4a\x26\xc3\x82\x5f\x7e\xfb\x82\xcf\x6f\xdf\x90\x74\x1b\xce\ \xa6\x05\x07\x87\x87\x6c\xcb\x92\xaa\xaa\xa8\xaa\x2d\xc1\xf7\xd1\ \x1c\xb9\x91\x7d\x23\xdf\x76\xcd\xd1\xc1\x01\x49\x56\xf4\x56\x09\ \x21\xb1\xc0\xa6\xaa\x99\xdd\xde\x71\x3a\x18\x7f\xd0\x0e\xf8\x80\ \x04\x15\x23\x55\x8c\xc0\x93\x24\x29\xc3\x41\x81\xda\xf9\x9c\x8a\ \x62\x8c\x94\x11\xc1\x05\x06\x83\x3e\x55\xb8\xf2\x06\x8f\x61\x74\ \xba\xc7\xcd\xdd\x86\xae\xae\x49\x22\x45\x53\xd7\x6c\x56\x6b\x9e\ \x1d\x3e\x25\x96\x35\xf7\xf7\xa6\x94\xeb\x15\xdb\xf5\x92\x22\xcf\ \xf8\xf8\x93\x8f\x29\xab\x9a\xb2\xee\xdf\x61\xd3\x35\xbd\x2a\xda\ \x18\x6c\xd7\xf1\xfa\x9b\x17\x34\x75\xc5\xd9\xd9\x19\xb6\xed\x58\ \xac\xd6\xc4\x08\x8e\xa7\x7b\x9c\xbf\x79\x8b\xb3\xae\x8f\xc6\x51\ \x96\xb4\x48\x08\xce\xf3\xfa\xf5\x1b\x3e\x7b\xfe\x03\xa4\xee\xdb\ \x2f\x95\xd6\xdc\x5e\x5e\x91\x24\x31\x69\x24\x81\x88\x58\x09\xba\ \x60\xb1\xa6\x65\x30\x28\xb8\x7f\x76\x4a\x12\xf7\x10\x72\x9c\x26\ \xb4\x4d\x43\xd3\x54\x8c\x06\x39\xc1\x5b\x22\x09\xf5\x76\x85\xf0\ \x96\x58\x4b\x44\x14\x13\x4c\x87\x71\x1d\x59\x9e\xf2\xf8\xf1\x47\ \x0c\x86\x23\xee\xe6\x77\xec\xef\x0d\xc9\xb3\x1c\xef\x1a\x36\xeb\ \x25\x5d\x57\xf2\xf0\xc9\x63\xb2\x2c\xe5\x3f\xfc\xc7\xbf\xe2\xab\ \x2f\x3e\x67\x3c\x28\x78\xf6\xc3\xe7\x08\x63\x88\xa4\xa0\x2c\xb7\ \x38\x67\x69\xa2\x8e\x34\xcf\x38\x38\x3c\xc1\x07\xd9\xc3\xa9\xf4\ \x5e\x96\xf9\x72\xcd\x9b\xdb\x19\x22\x2b\xa8\x56\x9b\x9e\x37\x52\ \xea\xbf\x2e\x98\xeb\x5d\x04\x7d\x14\x47\xef\xa7\xd5\xb0\xcb\x36\ \x62\x57\x67\xea\x9d\x47\x47\xb2\x8f\x29\x4f\x23\x22\x21\x91\x5d\ \x8b\xd9\x36\x2c\xe6\x0b\xb6\xd6\x60\x83\x23\x01\x5c\xf0\x1c\xe7\ \x43\x36\xb5\xa1\xa9\x1b\x8e\x8f\x4f\xd8\x6e\x36\xec\x8d\x87\x10\ \x2c\x83\xe1\x88\xed\x66\xd5\x5f\x2a\xba\x6f\xa6\x0b\x5d\x07\xde\ \x73\x7d\x71\xc1\x76\xdb\xc7\xb2\x34\xb4\x38\x07\x51\x14\x63\x6c\ \x1f\x48\x17\x25\x29\x3a\xd6\xac\x37\x6b\xbe\xf9\xe6\x2b\x66\xb3\ \x19\x5d\xd7\xf5\x11\x33\x42\x90\x24\x09\x5a\x4a\xa4\x96\x48\xad\ \x29\x06\x23\x56\x9b\x0d\x4d\xd7\xa1\xeb\x1a\x1f\x02\xfb\x87\x7b\ \x0c\xf3\x02\x25\xe0\xe6\xe6\x96\xba\xdc\x52\x6f\xd7\xfd\xda\xbd\ \x5a\x52\x97\xdb\x5e\xc2\x1a\xc0\x63\xb1\x80\x33\x15\xdb\xd5\x1d\ \x65\x55\x73\x70\x72\xda\x13\x64\x4a\x90\xaa\x08\xb7\x4b\x26\x35\ \xbb\x2c\xea\xe0\x1d\x51\x9c\xa1\xe3\x98\xa1\x06\x8d\xa3\x73\x81\ \x22\x1e\xf2\xfc\xa7\xff\x0a\x29\x24\x79\xa4\x18\xc4\x11\xaf\x7f\ \xf1\x9f\xb8\x29\x03\xe3\x41\x4c\x5b\x97\x5c\x5d\xbd\x65\x58\xa4\ \x28\xd1\xb7\xfe\x75\xd6\x90\x0d\x0a\xb2\x3c\xc1\x9a\xea\x7d\xf7\ \xc9\x07\x23\x63\x7d\x1f\x28\x89\x74\x68\x29\xc9\xd2\x8c\x22\x1e\ \xe1\x6d\x87\x56\x9a\x48\x69\x30\x86\x5c\x49\x86\x93\x03\xb2\xd1\ \x90\x17\x6d\xd9\x4f\x7d\xa7\x87\x84\xcb\x3b\x82\xea\x25\x3a\x66\ \x5b\x23\x6b\x03\x32\x42\x2a\x45\x55\x96\x54\x55\xc6\xfe\x74\xca\ \x47\x0f\x1e\xf0\xe0\xec\x3e\xdb\xaa\xe1\x6f\x7e\xf9\x39\x91\x52\ \x38\x6b\x59\xcd\xee\x48\xb2\x01\x53\x34\x0e\xc1\x7a\xd9\x51\x6d\ \x57\xd8\xae\xe9\xbd\x47\xbe\x37\xa5\x69\xa5\x50\x42\xa2\x11\x78\ \x6b\x7b\xa9\xb4\xf7\x34\x6d\xc3\xed\xec\x86\xf9\x62\xd1\xab\x9e\ \x42\xc0\x36\x25\xc1\xa6\xac\xe6\x15\x6d\x55\x22\x7c\x20\x12\x01\ \x4d\x00\x67\xfb\x97\xbb\xaa\x70\x7e\x42\x55\xad\xf9\xf6\xdb\x2d\ \xb1\xd2\x6c\xb6\x25\xf6\xed\x39\xc7\x8f\x1e\x53\x14\x19\x62\xbe\ \xe0\xe0\xe0\x90\x2c\xcb\x49\xb3\x04\xd3\xb5\x44\x3a\x42\x04\xa8\ \xeb\x8a\x38\x8a\x49\xd3\x84\xe9\x64\x4c\xd3\x34\xbd\x82\xaf\x2c\ \xd1\xd6\xa0\xbd\x25\xd1\x8a\xa7\x1f\x3d\x66\xb5\x5c\x52\x57\x25\ \x75\xdd\xf4\xdc\x44\xa4\xc0\x06\xba\xa6\x45\x6b\x8b\x4a\x22\xde\ \x5e\x5c\x90\xe6\x43\xae\x6e\x17\x5c\x5c\xcd\x88\xe3\x04\x2d\xfa\ \x98\x18\x15\xc5\x1f\x34\x4e\xc5\x87\x80\x8c\x13\xb2\xe1\x00\x7c\ \x2f\x7e\x41\xf6\x3c\xc0\xa0\xc8\xe9\x3a\xcb\xfc\x6e\xc9\x81\x8a\ \x89\x73\xf0\x18\xb2\x49\xc1\x83\x9f\xfe\x80\x2c\x1f\x93\xb7\x0d\ \x71\x59\xd2\x74\x06\xab\x2c\xcb\xba\xe1\xae\x2a\xb9\x77\x78\x8f\ \xc3\xbd\x29\xf3\xd9\x35\xf5\x68\xc0\x78\x38\x60\xbd\x59\xa3\x95\ \xe2\xe2\xcd\x39\xdb\xb2\xe4\xc9\x47\x4f\x28\x97\x2b\x16\x37\xb7\ \x64\x49\xc2\xe1\x74\x8f\x6d\x14\xa1\x10\x6c\x17\x2b\x9a\xaa\x24\ \xc9\x0b\xe2\x3c\x61\x90\x66\x94\x55\x83\x0f\x96\x6a\xbb\xed\x85\ \x49\x3e\x70\x7c\x78\x48\xa4\x15\x97\xd7\x37\xb4\x9d\xe5\xe0\xf0\ \x90\xf5\x6a\xc1\xfe\x74\x82\xc6\x51\xaf\x2b\x0e\x26\x23\x44\x57\ \x62\x4d\xcb\xab\xd7\xaf\x98\xdf\x5c\x32\xdc\xe5\x9f\x6d\xab\x92\ \xcd\xf9\x5b\x1e\x7f\x02\x4d\x5d\xb2\x3f\x1e\x90\x16\x03\xea\xcd\ \x0a\x6b\x0c\x41\x09\xf6\x26\x13\xac\x82\xda\x75\x8c\xc7\x43\x84\ \xf0\xac\x57\x77\xe0\x2d\xc1\x75\xc4\x3a\x27\x92\x81\x2c\x8b\x79\ \xf4\xe0\x14\xad\x03\x7f\xf9\x57\xff\x0f\x2f\xbe\xfe\x9a\x58\x6b\ \x16\x77\x37\xdc\x3b\xd8\xe3\xc9\x27\x1f\xf3\xf5\xe7\x5f\xd0\xb4\ \x96\x3c\xcf\x88\x92\x9c\x6c\x90\x73\x75\x73\x43\xd3\xd5\xdc\x3b\ \x39\xa6\xe9\x2c\x51\x9a\xb1\x7f\x78\xc4\xd5\x72\x43\x55\xb7\xc4\ \x42\xfd\xa3\xbe\xd7\xff\xa2\x08\xf8\x77\xa9\x4f\xce\x5a\x5c\x30\ \xef\x49\x6e\xa1\xfb\x69\xa5\x69\xab\x5e\xa2\x47\x80\x28\xc1\x7a\ \x4b\x12\x47\x04\x63\x88\x75\x4c\xd7\x1a\xb2\xc9\x18\xda\x96\x83\ \xe3\x23\xd6\x9f\x7f\x43\x65\x3c\xd5\x7c\xc5\xb2\xdc\xf4\x01\x79\ \xc6\x12\x82\x63\x3c\x1e\x63\x9c\x63\x30\x9e\xd0\x36\x75\xdf\x95\ \x9c\x15\x24\x91\x26\x89\x22\xca\x55\x89\x14\x11\x2a\x8e\xd8\x94\ \x15\x3a\xea\x2f\x91\x48\x49\xea\xaa\x66\x7e\x71\xc9\x62\xb1\x24\ \x89\x63\x26\xc3\x09\x6f\x2f\xdf\xe2\xac\xdf\xd5\xa4\xc2\x68\x34\ \xc6\x1a\xcb\xdd\xec\x8e\xa3\xa3\x7b\xc4\x4d\x4b\x3a\xcd\xfa\xd5\ \x74\x36\x27\x2f\x32\x94\x08\x04\xe7\x28\x57\x0b\xe2\x48\xd1\x96\ \x2b\x36\xcb\x55\x1f\x8d\x10\x02\xc3\x62\x00\x40\xd3\xd6\x18\xeb\ \x90\x49\x02\x08\xb6\x77\x37\x0c\xb3\x9c\xa3\xc9\x90\x45\xbb\x41\ \x04\x83\x11\xf4\xa9\xa0\x5e\x30\x9e\x4c\x18\x8f\x86\x14\x45\x4e\ \x32\x18\x93\x48\xc7\xe5\x9b\x97\xdc\xad\xb6\xe8\xe9\x03\xac\x88\ \x09\xb6\xe6\xa7\xcf\x3f\xe2\x9b\x9f\xff\x82\xf5\xf2\x96\x38\x49\ \x10\x5e\x33\x28\x72\x86\xe3\x31\x5a\x42\xdb\x94\x78\x7a\x89\x2b\ \x02\xe2\x38\x22\x4a\x22\x44\x6d\x3f\x18\x17\x1b\x00\x11\x45\x44\ \xa2\x97\x4c\x0a\x20\x8a\x7a\xc5\x5b\x14\x65\xbd\x31\xd3\x59\xa2\ \x58\x91\x28\x41\x24\x04\x51\x9e\x72\xfc\xd9\x27\x24\x69\x42\x28\ \x86\x14\x65\x83\xb8\x9b\x13\x84\x63\x32\x1e\x91\xb8\x43\x5a\x63\ \xb1\xc1\xa1\x63\x45\xa2\x15\x47\xfb\x53\x8a\x34\x61\x76\x7d\xc9\ \xe5\xe5\x35\x93\x22\x43\x2b\xc8\x12\xcd\xde\x83\x87\xac\xcb\x8a\ \xc5\xfa\x45\xaf\x2e\xb2\x86\x93\xc3\x3d\xd4\x8e\x0c\x3e\xdc\xdf\ \xc3\x39\xcf\xc3\x87\x0f\x10\x1e\xde\xbc\x7c\xd9\x43\x9c\x49\x1f\ \xd6\x79\x74\x70\x40\x31\x1e\xa1\x94\xa6\xa9\x5b\x46\x45\xce\xe1\ \xde\x18\x2d\x03\xb3\xd9\x9c\x48\x47\x24\x51\x44\x24\x04\xa9\x96\ \x7c\xf6\xf4\x29\x2f\xbe\xf9\x8a\xc5\x62\xcd\x39\x1e\x5f\x97\xc4\ \x52\x71\x30\xdd\x27\x4e\x12\x9c\x75\xac\xd7\x6b\x96\xcb\x05\xf7\ \x4e\x4e\x78\xf8\xf8\x09\xe3\xc9\x94\x38\x89\xd9\x6e\xb7\x2c\x16\ \x73\xaa\xba\x66\xbb\xd9\xf2\xfc\xf9\x0f\xb9\x7f\x76\x9f\xc3\xc3\ \x43\xce\xce\x4e\xf9\xe5\x2f\x7e\x49\x6d\x1b\x9e\x3c\x3c\xe5\x56\ \xd4\xf8\x6a\x89\xda\x19\x8d\x37\x9b\x6d\x5f\x25\x20\xfb\xb0\x4e\ \xa5\x62\xbc\x75\xbd\x79\x57\x4a\xe6\xcb\x05\x77\xcb\x97\x74\x41\ \xb2\xa9\x0c\x4d\x33\x27\x8d\x34\xe3\x3c\xa3\xdb\x19\xe5\x3e\x9c\ \x78\x53\xd0\x9a\x86\xcd\xb6\x97\x80\x4b\x3c\xdb\xb5\x60\x32\x9e\ \xd0\xd6\x15\xd6\x06\x66\xb3\x1b\x8a\x7c\xc0\x93\x8f\x9f\xf2\xf0\ \xe1\x31\x83\x61\x44\xdb\xb5\x7c\xfb\xf9\xdf\xb2\xda\x5a\x68\x5b\ \x82\xb1\x4c\xef\x1d\xb0\x5e\xc5\xfc\xec\x67\x7f\xc7\xed\xd1\x2d\ \x9f\x7d\xfa\x31\x72\x97\xda\xbc\x5d\xad\xd9\x91\x5f\xc8\xe0\x19\ \x24\x31\xb3\xab\x4b\x9a\xb2\x62\xbd\x5a\x93\xa5\x19\x6d\xd3\x60\ \x3a\xc3\xed\xed\x8c\xa6\x6b\x89\x92\x98\xa1\xeb\x9b\x06\x47\x45\ \x4e\x30\x86\xb2\xab\x89\x85\x27\xb4\x25\xcd\xc6\x33\x1a\x0c\x69\ \xb6\x2b\x8a\x44\x93\xa7\x29\xb3\xeb\xab\xde\xe7\xd4\xd6\x24\x4a\ \xb0\xd9\xae\xd8\x1b\x0d\x50\x6e\x8f\xcd\x72\xce\x62\xbd\x24\x28\ \xf9\xde\x80\x98\x0d\x06\x88\x38\x65\xbe\xb8\xe3\xfa\xea\x92\xd1\ \x60\xc8\x64\x7f\x8a\x75\x81\xe5\x7a\x45\x55\x95\x30\x1e\x92\x65\ \x69\x5f\x4e\xa7\x15\xab\xd5\x8a\xaa\xaa\x7b\xb5\xa3\x56\x7c\x7c\ \xb8\x8f\xc3\x71\x73\x7b\x4d\xdb\x56\xbc\xfa\xe5\x1b\x5e\x7f\xf9\ \x4b\x26\x69\x46\x96\xa6\xb4\x52\x70\xf1\xe6\x9c\x93\xa3\x63\x54\ \x92\xb0\xa9\x1a\xb6\x55\x4b\x55\x97\x3c\xfd\xf4\x29\xcf\x1e\x3d\ \x26\x4f\x7b\xce\x76\x30\x1c\x13\xc5\x39\xaf\xdf\xde\x20\x50\x44\ \x4a\xd1\x55\xdd\xef\x98\x1a\xfc\x2f\xf4\xe9\x5b\xd7\x0a\x86\x45\ \xc1\x7a\xbd\xea\x89\x76\xd5\x17\x88\xc6\x71\x9f\xa0\x2a\x44\xbf\ \x51\xc7\xb2\x27\x00\x00\x20\x00\x49\x44\x41\x54\x21\x38\xef\x90\ \x49\xca\x64\x30\x24\x21\xa0\x42\x20\x8b\x13\x72\xa1\x88\x8c\xa7\ \xc8\x87\x24\x71\x8e\x9f\x2f\x90\x41\x52\x1c\x1e\x30\x5f\xaf\xa8\ \xab\x66\xa7\xb6\x92\x0c\x27\x53\xc6\xd3\x29\x59\x9a\xf2\xe5\x97\ \x9f\x63\x5d\x45\x6d\x7a\x85\xce\x68\x3c\xed\x0d\x8c\x2a\xa2\xf5\ \xd0\x59\xc7\x6c\x75\x47\xac\x15\x58\x0b\xce\x70\x73\x7d\x85\x0f\ \x8e\xd3\xd3\x33\x64\x96\x93\xaa\x18\x2f\x02\x56\x3a\x82\x75\xac\ \xe7\x73\x8a\x62\x00\xd6\x61\x9b\x96\xcd\x7c\x89\xd2\x9a\xf1\x78\ \x4c\x5b\x96\x44\x52\x60\x04\xc4\x5a\x91\x6a\x85\x96\x82\xf5\x62\ \x41\xd7\x34\x4c\x8a\x8c\x4f\x9e\x7c\xc4\x74\x34\x42\x4b\x89\x43\ \xf2\xf9\x8b\x17\x9c\x5f\x5e\x81\x90\xd4\x8d\x61\x15\x5f\x51\x1c\ \xef\x33\xc8\x13\x8c\x81\xb2\xaa\xe8\x80\xa4\x18\x72\x70\xff\x94\ \xe1\xa8\x20\x89\x63\x8a\x64\x04\x75\x49\x16\xa5\x68\xdd\x51\xb6\ \x1d\x89\xf3\xac\x17\x6b\xbe\x7a\xf1\x82\xc5\x6a\x86\x17\x9e\xb6\ \x6b\x49\x94\x23\xd9\x9b\x70\x74\xb4\xcf\x7a\xb5\x44\x47\xbd\x39\ \xaa\x6e\x6a\xee\x3f\x78\xc8\x68\x34\x42\xa9\xbe\x03\xc5\xb9\xf0\ \xc1\x0e\x97\xd6\xf5\x5d\x0b\xfd\x44\xdf\x60\x3a\x41\xdb\x6a\xfc\ \x2e\x9f\x6d\xdd\x54\x18\x67\x70\x71\xc2\xe9\xa3\x87\x1c\x0f\x06\ \x1c\x4e\x86\x74\x65\xc5\x2f\xff\xf2\xff\x65\xb1\xa9\x71\x65\x89\ \x2b\x52\xee\x3d\x7a\xc0\x5b\xd7\x90\x39\xcf\x7a\xb5\x20\x89\x34\ \xa3\x22\x67\x7e\x7d\x45\x82\xc7\x1b\x4b\x57\x6f\x28\xe2\x88\xeb\ \x37\xaf\xb8\xb9\xbe\xe5\xa7\x3f\xfe\x09\xa8\x88\x57\x6f\xaf\x98\ \xec\xed\xd1\xd8\x8e\x8b\x8b\xb7\x24\xb1\xda\x0d\x33\x9a\x7b\xc7\ \xc7\x68\xa9\x90\x08\xf6\xf7\xf6\x89\xa3\x88\xaa\xae\xa8\xab\x92\ \xe1\x74\xba\x13\x24\xf4\xc3\x50\x55\x6d\x18\x67\x09\xe5\x76\x4b\ \x9e\xf5\x17\xe2\x7a\xb5\x22\x8e\x22\xf6\xc6\x03\xb2\xb4\x60\x34\ \x1c\xd1\x74\x35\x4d\x6b\x18\x64\x19\x89\x8e\x91\x51\xcc\x74\x3a\ \x84\x6d\xc9\xcb\x37\x6f\xa9\xeb\x96\x20\x2a\xae\xaf\x2e\xc9\xd2\ \x0c\xad\x35\x45\x51\xb0\x58\x2c\x58\x6f\x36\xd4\x55\xcd\xf9\xf9\ \xf9\x7b\xf2\x78\xb3\x5e\xb3\x3f\x1d\x13\x74\x86\x09\x92\xb7\xdb\ \x2d\xfb\x83\x94\xb6\xda\x52\x97\x9b\x5e\xc1\x28\x76\x9d\xf3\x04\ \x8c\x75\x10\x3a\xb2\x44\x83\xf7\xa4\x69\x86\x90\x55\xef\x61\xd2\ \xa0\x53\x41\x1c\xc7\x34\xd6\x50\x37\xdd\x07\xdb\x46\xad\x73\x3c\ \x78\x70\x8a\x88\xe0\xfa\xe2\x92\xcd\x6a\xd1\x27\x5f\x03\xae\xab\ \x68\x6c\x5f\x25\x2c\xa4\x22\xd8\x8e\xd7\x5f\x1a\x4c\xbd\xa0\xf3\ \x35\x2a\x56\x5c\xbc\xbd\x22\x4f\xa6\xec\xef\x9f\xb2\x58\x97\x5c\ \xbe\x7a\x8d\x31\x2d\x9b\xe5\x9a\x9f\x5f\xcd\x50\x3e\x30\x4c\x63\ \x0e\xf7\xa6\x48\xe1\x71\xc6\xd0\xd1\x10\x8c\xe1\xef\x7e\xf6\xd7\ \x3c\x7c\xf8\x88\x93\xb3\x53\xde\x5e\x5e\xf2\xea\xf5\x39\x42\xc0\ \xde\xfe\x01\x55\x59\x62\x9d\x43\x1a\xc3\xe8\xe0\x00\xef\x3d\xe7\ \xaf\x5f\x72\x34\xdd\xe3\xf0\xf4\x08\xef\x0c\x4d\x5d\x92\x66\x09\ \x41\x82\x8a\x24\x5a\x28\x36\xb5\xa1\xab\x36\x84\x60\x51\x32\x22\ \x98\x8e\xc3\xc9\x98\xe0\x2c\xde\x39\xca\xa6\xe2\x6a\x7e\xcb\xe3\ \x7b\x67\x0c\xb2\x1c\x1d\x47\x4c\x8e\x0e\x78\xfd\xe6\x0d\x2f\xbf\ \x7d\x81\x73\x16\xbb\x4b\x76\x3e\x38\x3a\x46\x29\x41\xb9\xdd\x30\ \x5f\x2c\x78\xf0\xe0\x3e\x3a\x4e\xe8\x8c\x61\xb5\x5e\xd3\xb5\xbd\ \xb2\xcb\x21\x48\x8b\x01\x1f\x8d\x46\xcc\xd7\x4b\x2e\xde\x5e\xd0\ \x96\x1b\x8e\xd3\xec\x7d\x75\x43\x13\x79\x8c\x90\x34\x4d\x8d\x8c\ \x62\x0e\xef\x9d\xf2\xe6\xfc\x2d\x8b\xf5\x86\xaf\xbe\xfa\x8a\xe3\ \xa3\x43\x4e\xef\x1d\xb3\x58\x2c\x71\xde\xb3\x5a\x6d\x78\x7d\x71\ \x41\x59\x55\x44\x71\x8a\xfe\x47\x96\xd8\xfc\x17\x73\x99\x58\x6b\ \x39\x3e\x3e\xe2\x7f\xf9\x77\xff\x96\x3f\xfb\xbf\xfe\x8c\x9b\xdb\ \x5b\x06\xc3\x11\xab\xf5\x06\x6b\x0d\x52\xc5\xef\xdb\xe0\x74\x14\ \xd3\xb6\x35\x75\x24\xf0\x42\x22\xbc\x47\x96\x8a\xd4\x4b\x74\x0b\ \x91\xee\x53\x36\x47\x4f\x1e\x90\x8c\x26\xcc\x56\x0d\x52\x08\xae\ \xae\xaf\x98\x4e\x27\xfc\xc1\x4f\x7f\xca\xa0\x18\xd2\x34\x35\xaf\ \x5e\xbe\xe4\x9b\xaf\xbf\xee\xf3\x94\x54\xcc\xe1\xde\x3e\xf5\x76\ \xcd\x74\x3c\x62\xff\xf8\x1e\x9b\xa6\x62\xdb\x1a\x36\x55\xcd\x28\ \x2f\x78\x7a\xff\x3e\x45\x91\xb1\x37\x1a\xf2\xe2\xeb\xaf\xb9\x7c\ \x7d\x8e\x56\x11\xa3\xac\x77\xa3\x2f\x16\x4b\x5c\xf0\x54\x55\x89\ \x6d\x5a\x06\x69\xca\xe5\xf9\x39\xeb\xf5\x86\x83\xa3\x43\x06\x49\ \xda\x47\x42\x48\xc5\x20\xcd\x08\xde\xf1\xe9\xd3\xa7\xbc\x7e\xf5\ \x92\xcd\x6a\xc5\x20\x4f\xf9\xf4\xe3\x27\x0c\x62\x4d\x2c\x3c\xb6\ \x6d\x88\x92\x94\x7f\xf5\xdf\xfc\x04\xfb\x17\x86\x37\xd7\x37\xe8\ \x00\xcd\x7a\xc5\x26\x12\x8c\x47\x19\x79\x3e\xe4\x66\x39\xa7\x0d\ \x70\x76\xef\x98\xe3\x87\x67\x64\x59\x8c\x69\x0d\xae\x71\x24\xaa\ \x8f\xad\x76\x1e\x16\x77\x77\xb4\x22\x22\x89\x14\xad\x77\xfc\xf2\ \xeb\xaf\x30\xc1\xb2\x3f\x99\x72\xba\x3f\x25\x8e\x35\xb3\xd9\x9c\ \xe0\x1d\x49\x1a\x23\x94\x26\xcd\x7a\x0f\xc5\xcb\xf3\xd7\x1c\x1e\ \x1d\x12\x42\xc2\x87\xe3\xdf\x05\xe3\xe9\x14\x6b\x5a\xca\xe5\x1c\ \xa5\xe9\x89\x74\x17\x70\x01\xd2\x34\xa5\x6a\x2a\x2e\x2f\xcf\x51\ \x83\x01\xa5\x6d\xb8\xce\x53\x42\x59\x11\x7b\x58\xdc\xad\x88\x07\ \x13\x4e\x0e\xf6\xd8\xb4\x35\x37\x8b\x39\x55\x67\x70\x9b\x0d\xeb\ \xe5\x12\x15\x49\x44\xb0\xc4\x91\xe2\x60\x3c\xc4\x75\x06\x6f\x0c\ \xdb\xcd\x12\x9c\x61\x38\x2c\x98\xcd\x67\x2c\xd6\x15\x4d\xdb\x50\ \x56\x25\x75\x59\x12\x6b\x68\x5b\xc3\x64\x3c\x46\x68\xcd\xab\xd7\ \x6f\x99\xcd\xe6\xc4\x32\xe2\xe1\xd9\xd9\xfb\xa2\xb3\xcd\x7a\x8d\ \x97\x82\x24\xcf\x58\xaf\x2b\xa4\x90\xac\xee\x66\x74\xa3\x82\x34\ \xcd\x30\xae\x1f\x92\x92\xae\xc3\x77\x2d\xc1\x1a\xd6\xab\x3e\x16\ \xa3\xae\x3b\x2e\xcd\x9c\xfb\xc7\x7b\x0c\x86\x05\x41\xc7\x34\x2e\ \x70\x79\x7b\xcb\x62\xb9\x22\xc9\x32\x84\x92\x18\xd3\xd1\x34\x35\ \xec\x9a\xf5\x0e\x0f\x8f\x10\x52\xf2\xf5\x17\x5f\xf2\xfa\xf5\x6b\ \x86\x83\xa2\xcf\x51\xab\xb6\x58\xe7\xf8\xc1\x4f\xfe\x80\xaf\x5e\ \xbc\x42\x0a\xc7\x68\x30\xec\x8d\x6b\x49\xd2\xd7\x32\x58\x87\xb7\ \xbb\x2e\x0c\xe3\x50\x01\x64\x9c\x20\xa5\x46\x48\x0f\x32\xa2\xdb\ \x89\x14\x92\x34\x25\x1b\x0c\xb0\xd5\x06\xeb\xdd\x07\xe3\x4c\xac\ \xb5\x9c\x9d\x9e\xf0\xf4\xe3\x47\x7c\xfb\xcd\xd7\xbc\xfe\xf6\x5b\ \xac\x31\xc8\x00\x5d\xdb\x32\xbb\xd9\xf4\x41\xa3\xa1\xaf\x3f\x08\ \x26\x66\x7e\x7d\x8d\xd3\x81\xa0\xc0\xbb\x9e\x74\x2f\x92\x04\x31\ \x80\xa6\xd9\x52\xee\x72\xb1\xb4\x50\xd4\xdb\x9a\x41\x14\x31\xbb\ \xb9\xe5\x70\x7f\x8a\x16\x92\x6f\xbe\x79\x41\x5d\x37\x34\x6d\xc7\ \xdd\xec\x8e\xe3\xb3\x33\xb2\x41\x41\x7b\x7d\x8d\x10\x8a\xdb\xf9\ \x1c\xef\x03\x83\xe1\x90\xe5\x7a\xc5\xdd\x6a\x45\x1c\x47\x94\x4d\ \x49\xbd\x15\xc4\xb2\x37\xfd\x7e\xfc\xf8\x8c\xc5\x72\xce\xa6\x5c\ \xf3\xe8\xd1\x73\x54\x52\xf0\x7f\xff\xf9\x5f\x50\x6f\x97\x24\x79\ \xc6\x7c\x71\x47\x2a\x05\x0f\x4f\xee\x51\x9b\x96\xae\xeb\x08\x52\ \x32\x5b\xae\x09\x4e\xf0\xe3\x67\x9f\xe1\x65\xc4\xf9\xc5\x0d\xaf\ \xde\x5e\xb2\x29\x6b\x06\xc3\x11\x71\x9a\xe1\x9c\xa5\x6d\x1b\xa2\ \xa8\x1f\x1a\x1c\xa0\xa3\x1e\x8d\x58\x6e\x6e\x59\x2c\x37\x38\xd7\ \x7b\xca\x8e\x4f\xef\xd1\x76\x86\x34\x4b\x79\xf0\xe0\x11\xbf\xf8\ \x9b\xbf\x46\x77\x86\x69\x12\xa1\x50\x1c\x4c\x26\x6c\x9b\x86\x8d\ \x77\x2c\x57\x4b\x1a\x17\x18\xef\xed\x83\x8c\xb9\xbe\xbd\xea\x2d\ \x06\xde\x53\x6e\x2b\x02\x3d\xcc\xfc\xe5\x8b\x17\xdc\x2c\x16\xbd\ \x44\xbe\xeb\x48\xa2\xe4\xbf\x4e\x98\x4b\x08\x89\x69\x1b\x62\xe9\ \x19\x8f\x72\x46\xc3\xc7\x8c\x27\x7b\xbc\x3a\x3f\xe7\xcd\xdb\x0b\ \x7c\x68\x7b\x48\xc4\xf4\x51\xf2\x0a\x4b\x57\x5a\x74\x9e\xb3\x5e\ \x2e\xb9\xb9\xba\x46\x7a\xc9\x64\x3c\xe5\xc1\xa3\x07\x14\xfb\x23\ \x42\xe2\x39\x7f\xfd\x82\x6f\x5f\x5c\x51\x56\x35\xb1\xd6\xa4\x71\ \x42\x59\x56\x5c\x5f\x5d\xb3\x5a\x2e\x78\x73\xfe\x8a\xf5\x7c\x49\ \x14\x69\x3a\xd7\xe2\xbb\x96\x93\xbd\xe7\x1c\xef\x1f\x20\x09\xec\ \x8d\x07\x88\xb2\x61\x53\xae\x29\x52\xcd\xdd\xd5\x1b\xae\xbb\x8e\ \x7b\xc7\x27\x44\x52\xd1\x58\x47\xdb\x3a\xb2\xa2\x40\xf4\x46\x18\ \x06\x79\xce\x74\x3c\xa2\x2c\x2b\x6e\x6f\x67\x20\x24\x7a\xd7\xa3\ \x6e\x4c\x87\x31\x2d\x0f\xee\xdf\x23\xcf\x52\x4e\x4f\x4e\x48\x93\ \x98\x2f\xbf\xfc\x82\xce\x18\x06\xc5\x3e\x4d\x55\x31\x7b\x33\xe3\ \xa3\xb3\x53\x96\xcb\x39\xb3\xc5\x92\xc7\x9f\x3c\xe3\xc7\x3f\xfa\ \x21\x8b\xd5\x86\xbb\xd5\xb6\x7f\xf9\x77\xf1\xfa\xd6\xc2\x68\x34\ \xe2\xe9\xd9\x7d\x82\xd2\xac\x56\x0b\xba\x36\xc2\x75\x96\x93\xc9\ \x09\x93\xa2\x40\x67\x11\x57\x7f\xf1\x57\xac\xce\x5f\xb2\xad\x2b\ \x3e\x7d\xf6\x29\x0f\xef\x3f\x60\xfb\xec\x07\xfc\xf4\xf7\x63\x9e\ \x3e\x78\xc0\x20\x4b\x29\xd7\x5b\xd6\xdb\x35\x7f\xfd\xb3\xbf\xe1\ \xfa\xfa\x8e\xaa\x2e\x39\x38\xd8\x67\x7a\x20\xe8\x6c\x9f\x82\x1a\ \x8c\xec\x95\x62\xbf\xe3\x8d\xf2\x8e\xc4\xff\x37\xff\xfa\x5f\x23\ \x83\xe5\x6f\xff\xe3\x5f\x52\x6d\x57\x18\x63\x18\x4f\xf7\xf8\xe9\ \x1f\xfe\x31\x69\x96\x51\xae\x57\x04\xd7\x71\x7b\x33\xe7\xfc\x7a\ \x46\xe9\x3d\x5a\x4b\x86\xd3\x31\x93\x38\x23\x08\x8d\x4a\x62\xcc\ \x76\xc5\xaa\x2a\x09\xad\x65\xbd\xde\xd2\x59\x4f\xac\x25\xab\x6d\ \x45\x1e\x6b\x66\xf3\x05\x83\x2c\x27\x08\xc9\xed\xcd\x8c\xca\x74\ \x4c\xf7\x0e\x90\xaa\xe7\xbf\x7c\x10\x6c\xb6\xdb\x5e\x6d\x93\x46\ \x1c\xec\x8f\xb9\xb9\xbe\xc6\x38\xc7\x27\x1f\x3f\xa1\xeb\x2c\xe5\ \x66\xcb\x7c\x31\x27\xcf\x52\xc2\x2e\x55\xb9\xad\x6b\xbc\xf7\x74\ \x75\x8d\x52\x11\x59\x92\xb0\xd9\x6e\x89\xd2\x9c\xc9\xe1\x11\xf8\ \x80\x10\x5b\x26\x93\x09\x49\xa4\xf0\xde\xf4\xa6\xcc\x28\xa1\xf3\ \x1d\xdf\xbe\xbd\x65\x53\x19\xd2\xa8\x0f\xa7\x6c\x9d\x43\x27\x19\ \xd9\x70\x84\xb5\x96\xcd\x66\xc3\xec\xe6\x86\xe1\x64\xca\xb6\xea\ \x1d\xde\x00\x59\x9e\xb3\x59\xad\x28\xb7\x5b\xf0\x8e\x6a\xbb\x62\ \x3c\x1c\x52\x6d\x56\x78\xd3\x32\xca\x53\x46\x83\x1c\x8d\xa5\x2c\ \x03\x4d\xdb\xec\x7e\xef\x6e\x67\x89\x52\x08\xa2\x1e\x12\xdc\x94\ \x2c\xcb\x92\xb6\xeb\xc3\x03\x85\xea\x85\x26\xc6\x1a\xb2\x2c\x25\ \x2f\xd2\xf7\x1e\xaf\x0f\xf1\xf9\xff\xa8\x7b\x93\x27\xb9\xb2\xfc\ \x4a\xef\xbb\xc3\x1b\x7d\x8e\xf0\x18\x10\x98\x73\xa8\xcc\x64\x15\ \x49\xb1\x9b\xb2\xa6\xb5\xd8\x26\x89\xdd\xa6\x65\xeb\x7f\x55\x6f\ \x5a\xeb\x36\x13\x49\x91\xa6\x62\x55\xb1\xaa\x72\x42\x02\x48\x00\ \x31\xfb\xec\x6f\xbc\x93\x16\xd7\x81\x92\x36\x92\x95\x11\x0b\x66\ \xe6\x22\x61\x69\x58\x78\xc4\x7b\x7e\x87\xf3\x3b\xe7\x7c\xa9\x52\ \x14\x3a\xe1\x93\x27\x4f\x98\x95\x05\xaf\x7e\x78\xc9\xd1\xd1\x8c\ \xdd\x76\x47\x5b\xed\x99\x4c\xa6\xd1\x96\x2f\x25\xf3\xe9\x8c\xfb\ \xc5\x82\x7d\x5d\xb3\xda\x6e\x29\xca\x31\x55\xdd\xa0\x64\x94\x68\ \x3e\xff\xe4\x29\x97\x77\x29\x97\x6f\xdf\x52\xa6\x25\x55\x55\xd3\ \x37\x15\x7d\x53\x71\x72\x7c\xcc\x7a\x13\x6f\x72\x6d\x17\xa9\xa4\ \x6d\x7f\x45\x39\x9d\xb0\xaf\x2a\x8c\x8b\x81\xd5\xae\xed\xc8\xb2\ \x9c\xbb\xd5\x1a\x63\x0d\x2f\x5f\xbd\xe6\xd3\xcf\x3e\x65\x34\x1a\ \xd1\xb4\x7b\x82\x6f\x39\x3b\x9d\x31\x9e\x14\x0c\x87\x67\x34\x6d\ \x4b\xa2\xa2\xf3\x70\x7e\x3c\xe5\xed\xd5\x55\x2c\x62\xf4\x1e\x6b\ \x2c\xe3\x51\xec\x07\xf4\x04\x50\x09\x4a\x25\xdc\xae\x37\xfc\xc3\ \x2f\x7f\x45\x59\x0e\xa8\x6d\x87\xd2\x9a\x7c\x30\x46\x25\x19\x69\ \x9e\xb1\xdb\x57\xac\xd6\x6b\x92\x34\xc5\x07\x28\x06\x65\x54\x65\ \x02\x24\x3a\x36\x5d\xbc\x07\x66\xdd\xdd\xdd\xb1\xdd\xee\x48\x52\ \x4d\x5e\x14\xf8\xe0\x68\xeb\x3d\x27\xa3\x31\xd2\x05\x5c\xdb\x52\ \xa4\x09\x75\x17\x33\x7b\x5d\xd3\xb2\xdb\xdf\x90\x08\xcd\x93\xc7\ \x4f\xf8\xe4\xd9\x43\xbe\xfa\xea\x4f\xf0\xce\xe1\xbc\xe3\xeb\x17\ \xdf\x71\x7d\x7f\x8f\xc1\xa3\x13\x05\x0e\xd2\x54\x7f\xa8\xb2\xfa\ \x69\xcd\x4c\x04\x98\xbe\xa7\xa9\x16\x0c\xf3\x94\x00\xd4\xf5\x96\ \xd3\xd3\x63\xee\x97\x4b\xa4\xd6\x08\x99\x50\xb7\x1d\x59\x9a\x12\ \xda\x0d\xae\xd9\x31\x3d\x3d\xe2\x6c\xfe\x09\xa6\x8f\xe8\xca\xaa\ \x6f\xf9\xfd\x8b\xef\x29\x17\x05\xa4\xb1\x96\x7b\xbf\x6b\xa8\xaa\ \x9a\xb2\xc8\xa3\x6f\x7c\xb1\x60\xb7\x96\xbc\x7b\xf3\x23\xa6\x6b\ \x10\x21\xe0\xba\x0e\x95\x28\x52\x05\xb3\x61\x41\xa9\x02\x9b\xed\ \x12\x35\x1c\xa1\x7d\xcf\xd1\x30\xe7\xa8\x4c\xb9\xfd\xf1\x9a\x5c\ \x69\x5e\x7c\xfb\x2d\x2f\x5f\xbe\xa2\x2c\x07\x04\x04\xbb\x7d\x85\ \x0f\x81\xbc\x28\xa2\xee\xed\x2c\xdb\xdd\x36\xa6\xba\x91\xe4\x59\ \xc2\xc9\xe9\x09\x6d\xd7\xf1\xe4\xe9\x13\x7a\xdb\xd3\xac\x1b\xa4\ \x56\xb4\x4d\x4d\xd3\x77\x58\xeb\x98\x4e\x67\x94\x45\x81\x1a\x0e\ \x39\x9e\xcd\x98\x8c\x4a\x46\xa3\x31\x17\x8f\x1e\x31\x3b\x7d\xc0\ \x6f\x7e\xfb\x35\xab\x5d\x83\x71\x96\xb6\xef\x10\x75\xac\xa9\x1e\ \x95\x03\x66\xe3\x09\x6f\xde\xbe\xa3\x5a\xad\xa2\xed\xb7\x28\x38\ \xfd\xf3\x19\x8d\x4b\x99\x9e\x9d\x71\xf1\xe8\x82\xc5\xfa\x8e\x22\ \x2f\x48\x6d\x83\x6d\x7b\xfe\xfa\xdf\xfd\x15\x09\x1e\xe9\x7a\x76\ \xfb\x8a\x57\x2f\x5f\x12\x80\x87\x0f\x1f\x23\x75\xc2\xdd\xf7\x2b\ \x58\xad\x79\xf6\xf9\x67\x3c\xff\xf4\x73\xfa\xc3\x69\x4b\xfe\x91\ \xc3\xb9\xff\xaf\x43\xc4\xc3\xd3\x33\x32\x2d\x98\x0f\x73\x7e\xf8\ \xfa\xb7\xdc\xdd\xdf\x73\x72\xf1\x88\x7a\xb7\x67\xbf\xdb\x21\x82\ \x45\xe3\x98\x14\x39\x55\x5a\xb0\xb1\x86\xfb\xa6\x66\xbd\xdf\x21\ \x4c\xc0\x9a\x80\xcc\x52\xa4\x54\x0c\xa5\xa6\x6e\x0c\x9d\x81\xa0\ \x33\x74\x5e\x82\x86\x7d\xd7\x61\x83\x26\x2d\x47\xec\xda\x25\x97\ \x37\xf7\x54\xa6\xa3\x31\x01\xeb\x02\xbb\xaa\x26\xc9\x4b\xba\xb6\ \x61\x38\x28\x28\x06\x05\xd6\x59\x1e\x3c\x38\xe7\xdd\xc1\x39\xf6\ \xb3\x2f\x7f\xc6\x3f\xfc\xfd\x3f\x10\x08\x54\xfb\x3d\x5a\x6b\x1e\ \x5e\x5c\xb0\xd8\xac\xd9\xec\x77\x28\xa1\x38\x3b\x3e\xe2\xfe\xee\ \x8e\xaa\x32\x5c\xdf\xdd\x53\xd4\x3d\x78\x18\xe6\x29\xc7\xf3\x23\ \x70\x3d\x5d\xdb\x46\x5a\x68\xf4\x86\xd3\x59\xc7\xe5\xdd\x92\x22\ \xcd\xd0\x2a\x89\xe9\x65\x19\x5b\x62\xc5\x01\x49\xbb\x58\x2c\xe9\ \x8c\x8b\x70\xb4\xdb\xfb\xd8\xae\x20\xc0\x1a\x8b\x00\x9a\xba\xe2\ \xfe\xee\x16\xdb\x35\x3c\xf9\xe4\x33\xda\xa6\x62\x3a\x19\x92\x65\ \x09\x7d\xdd\x60\xba\x86\x44\x2b\x3a\x6b\x11\x44\x0a\xa5\x12\x12\ \x67\x3d\x4a\x42\x56\xe4\x84\xaa\xa5\x33\x16\xe3\x1c\x9e\x38\xa7\ \x8c\x08\xd7\x43\x80\xf3\x23\xdd\x4c\xa4\x54\x2c\xef\xee\xf0\xdd\ \x90\x34\xd1\xe4\x3a\xe5\xe4\xe8\x88\x87\x0f\x1f\x21\x1f\xc2\x20\ \xcb\x59\x2c\x96\x04\x24\x97\x97\xef\x08\xd6\x52\xb7\x0d\xfb\xaa\ \x81\xa0\x29\xf2\x11\x55\xd3\x63\xdc\x86\x10\x3c\xb3\x30\x66\xbb\ \x8a\x32\xb4\x25\xd0\x98\x1e\x83\x67\x3a\x1e\x53\x0c\x07\x2c\x56\ \x4b\xea\xde\x62\xbc\x47\xa6\x19\x4d\xdf\xf3\xfb\xdf\x7f\x4d\x96\ \x65\x74\x9d\x41\x69\xd0\x3a\xa1\x6d\x0d\xc6\xd9\xd8\xf6\xed\x7a\ \x82\xf7\x3c\xb8\x78\xc0\x7e\x79\x8b\xed\xf7\xe4\x65\xce\x62\x79\ \x4f\x59\x46\xfa\x6b\xd7\x37\x5c\xde\x2d\x98\x1e\xcd\x98\x4c\x26\ \xac\x9b\x0e\xa9\x62\x75\xce\x7e\xbb\x67\xbd\xde\x60\x9c\x8f\xdd\ \x6c\x04\x8a\xd1\x94\x6a\x5b\x23\x74\x94\x9f\x94\x4e\x71\x22\xde\ \xfa\xd3\x83\xac\xd7\x34\x0d\x41\x28\xb2\x72\xc8\x68\x34\x21\x49\ \x22\xd0\xcc\x99\x1e\xe1\x3d\xc3\xb2\x40\x0a\x41\xb5\xdb\x22\xf0\ \xbc\x79\xfd\x8a\x77\x57\x6f\x19\x0e\x07\x2c\x77\x4b\xb6\xcd\x9e\ \x81\x88\x9d\x64\xa6\x91\x24\xe3\x11\x49\x91\xb3\xbd\xbe\x65\xbd\ \xac\x30\xfb\x8e\xc1\x30\xe1\xd3\x4f\x9e\x61\xbb\x96\x10\x02\xcb\ \xcd\x86\x9b\xbb\x3b\x4c\x70\xa4\x45\x16\x4b\x43\x5b\x13\x27\x9a\ \xe2\xa7\x7a\x33\xe9\x5b\x5c\xdf\x50\x57\x5b\x54\x92\x72\x7c\x72\ \xca\x76\x5f\x23\x25\x28\xa5\x99\x9f\x9d\x23\x93\x24\x56\xa1\x6f\ \xee\x19\xa6\x82\xcf\xbf\xfa\x8a\x62\x38\xa2\x69\x2d\xad\x13\xac\ \xb6\x15\x6f\x2f\x2f\xf1\x4d\x83\x32\xc4\x9c\x8a\xb3\x2c\x17\xf7\ \x14\x65\x49\x70\x9a\xeb\xab\x2b\xb2\x54\x47\x7b\xa5\x73\x9c\xcc\ \x8e\x90\x22\x20\x15\x48\x67\xd1\xde\xe2\xfb\x16\xdb\x55\x74\xae\ \x23\x48\xc5\xf2\xfa\x12\xb3\xba\xe3\xf1\xd1\x11\xd5\xae\x22\x2b\ \x72\xa4\x12\x6c\x76\x1b\xb4\xce\x0e\xc1\x3e\xcf\x7a\xbf\x23\x68\ \x41\x5d\x57\x54\x4d\x15\x5b\x62\x13\xcd\x68\x30\x44\x6a\x49\x5f\ \xf7\x74\x75\x4f\xdd\x36\x24\x5a\x73\xf3\xf5\xef\xb0\xa6\x67\xd7\ \x34\x20\x15\x69\x92\xf1\xe8\xd1\x63\xaa\x22\xa3\x18\x94\x64\xc9\ \xf8\x50\xff\x11\xe8\xda\x8e\xe9\x74\x8a\xfb\xf1\x2d\xd6\xc5\xe6\ \xe4\xc8\xc1\x30\x8c\x93\x04\xd7\xb6\xec\x97\x2b\xce\x8e\xe7\x94\ \xa3\x29\x93\xd1\x90\x22\x57\xb4\xae\x63\xb3\x68\x68\x4d\xcd\x30\ \x0d\x68\x5f\x73\xf7\xe6\x25\xee\xcb\x2f\x11\xc3\x01\xcd\xea\x8e\ \x44\x05\x5e\xbc\x78\xc9\xcb\x97\x2f\x19\x8f\xa7\x9c\x9e\x9f\x73\ \x76\x76\xce\xdb\x77\x97\x18\xeb\x58\x2c\x56\x5c\xdd\xdc\x81\x70\ \x94\x49\x94\xf4\xc2\xbf\x34\x77\x20\xa0\xef\x7a\xde\xbd\xb9\xe4\ \x4f\xbf\xfc\x9c\x71\x9a\xf1\xe9\xe3\xc7\x08\x6b\x39\x99\xcd\x70\ \x52\xd3\x19\xc3\x6a\xb9\x60\x52\x46\x06\xfa\xd9\xe3\x0b\x72\xdf\ \x93\xd5\x7b\xfa\x6d\xc5\x7c\x32\x62\x38\x18\xe1\xb3\x94\x9b\xd5\ \x82\xc5\xed\x2d\xb5\x69\x09\x3a\x41\xa5\x29\x4e\x44\x1e\xf8\x78\ \x34\x63\x7c\x7c\xc2\x77\x2f\x5f\x73\x73\x73\x4b\x8f\x42\x66\x03\ \x16\xeb\x2d\x6d\xd3\xe0\x85\x02\x6b\xd8\x37\x71\xd1\x4d\x13\x81\ \x0a\x36\xa6\xa4\x09\x54\x75\x45\x5e\x0c\x39\x3d\x3d\x41\x79\x38\ \x3f\x3b\xe5\xe9\x93\x27\x4c\x8e\x66\xb4\xd6\xd0\x1b\xc3\xbb\xb7\ \xef\x48\x75\xca\xfd\xed\x2d\x5e\x4a\x94\xd2\xec\xf6\x0d\x83\x41\ \xb4\xe6\x3a\x67\xd8\x6d\xd6\x54\x55\x15\x0b\x07\xa5\xc0\x86\xc0\ \xec\xe4\x84\xb6\x6e\xb1\xad\x41\x29\x8d\x79\xcf\x14\xf7\x01\x25\ \xa3\xc9\xbf\xef\x3b\xda\xae\x43\x25\x29\xc6\x9a\x98\xc3\x32\x86\ \xc7\x4f\x9f\x70\xfe\xe0\x9c\xf5\x42\x91\xa7\x92\xbe\x6d\xd9\xae\ \x57\x6c\x37\x6b\x06\x09\xf4\xa5\x64\xbf\xdf\x1c\x8a\x33\x05\x52\ \x80\x3e\x40\x32\x04\x81\xe1\x70\x84\x54\x9a\xc1\x60\xc8\x7a\x5f\ \xd3\x34\x2d\x06\x89\x4c\xf5\x07\xd3\x85\x0a\xe6\xff\xd1\x0a\xf0\ \x11\x36\x13\xa5\xb8\xbb\xb9\x63\x36\x1c\x13\x2c\x48\x27\x50\x41\ \x71\xf5\xf6\x92\xd1\x60\xc0\xd1\x6c\xce\x7a\xbd\xe7\xdd\xe5\x25\ \xeb\xcd\x96\xfb\xe5\x2d\xd3\xc9\x0c\x81\xa2\x2c\x06\x20\x34\x16\ \x71\xa8\x13\x31\x6c\x76\x2b\xc0\xa2\x74\x9c\x2f\x06\x21\xc8\x8a\ \x82\x67\x9f\x7f\xc6\xba\xaa\x79\x77\x7b\x47\x50\x1a\xad\x25\x32\ \x49\x29\x27\x33\x14\x9e\x34\xd1\x34\x4d\x2c\x8a\x0d\x2e\xc2\xa7\ \x94\x50\x58\x1f\x5b\x2c\xb6\xab\x2d\x0f\xbe\xf8\x84\xf5\xf2\x1a\ \xa1\x53\x5a\x6f\x59\x5f\xdf\x73\x36\x3f\x66\x36\x3b\x42\x28\xcd\ \xae\xaa\x51\xa9\xe2\x68\x7e\xc2\xf6\xf2\x1a\x6b\x2d\xd6\xfa\xd8\ \xdd\xd5\xb5\x08\x95\x90\xe4\xb1\xad\xfb\xe9\xf3\xcf\x58\xbc\xbb\ \x66\xb5\x58\x23\x72\x4d\x6b\x3c\x08\x8f\xca\x52\x7a\x63\x71\xce\ \x53\x37\x2d\x5e\x68\xca\xd1\x84\x72\x38\xc2\x3b\x87\x70\x16\x0d\ \xa4\x4a\xa0\xa4\xa4\xb7\x3d\x83\x3c\x65\x71\x73\xc5\xeb\x37\xaf\ \x10\x80\x9e\x0e\x91\x65\x86\x10\x31\x5f\x35\x28\x06\x54\x7d\x4f\ \x52\x96\x18\xef\x18\x0e\x06\x4c\x07\x47\xdc\xbe\xb9\x21\xcd\xe1\ \xfb\xef\xbe\xe3\xc1\xe9\x19\xe3\xd1\x08\x6b\x0c\x55\x55\x23\xb5\ \x22\x55\x29\x5d\xd5\x21\x0e\x66\x98\x9f\xe4\x00\x5e\x20\xb0\xd6\ \x71\x75\x75\xc3\xb6\xda\x31\x3d\x3e\xa6\x6e\x5b\x3a\x17\x79\x00\ \x49\xa2\xf9\xc5\x9f\x7c\xc9\x64\x3c\xc6\xf4\x2d\x97\xdf\x39\x4c\ \x57\x51\xed\x2b\xba\xde\x61\x7c\xa0\x9c\x4c\x19\x0c\x13\xca\x42\ \xd0\x54\x15\x57\xb7\x77\x8c\x46\x23\x76\xdb\x8a\xbe\xad\xc0\x3b\ \x06\xc3\x31\x6d\x6f\xa9\xf7\x96\x22\x4b\x09\x3e\xa0\x92\x04\x89\ \xc3\xb4\x0d\xb7\xd7\xd7\x9c\x1e\x1d\x21\x94\x42\x27\x39\xab\xcd\ \x9a\xeb\xfb\x3b\x8e\x4f\x8e\x99\x8d\x47\x78\x11\x28\x26\x23\x9a\ \x26\x50\x75\x1d\xa6\xb7\xa4\x41\xc6\x30\x53\xb0\x14\x65\x46\x5d\ \x6d\xa9\xeb\x2a\xbe\xa4\x08\xf6\xfb\x8a\xa2\x2c\xb9\xba\x7c\xc7\ \x7a\xb3\x25\xc9\x0b\xba\xde\xc4\xea\x93\x34\xe2\x79\xd3\x44\x21\ \xcb\x94\xba\xde\x71\xf9\xf6\x0d\xcd\xea\x9e\x7e\xb3\x26\x4b\x13\ \xea\xde\xb0\x7c\xfd\x86\x4f\x7f\xf1\x67\x18\xdf\x03\x96\x41\x5e\ \xe2\x4c\x47\xef\x05\x27\xf3\x39\x47\xc7\x73\x5e\x7d\xff\x82\x41\ \x9a\xd2\xd7\x15\x68\xcd\xd9\xc9\x31\xea\x90\x41\xe9\xf6\x0d\xab\ \xc5\x3d\xc6\x05\x9a\xae\xe6\xe1\xc5\x33\xce\x8e\x67\xdc\x5d\xbf\ \x23\xf3\x1d\x5d\xb0\x08\xd7\x31\x1f\x0f\x18\x4d\x87\xf8\xbe\x63\ \x71\xbf\xe0\x64\x3e\x47\x26\x9a\x3f\xff\xf3\xff\x8e\xe1\x78\x40\ \x6f\x5a\x7c\xeb\x22\xbc\x4c\xfc\xcb\x9f\x39\xc0\xab\x97\x37\x3c\ \xbb\x78\x4c\x46\x4f\x70\x8e\xe7\x4f\x3f\xc5\xea\x0c\x27\x15\xc3\ \x89\xc2\x99\x0a\x53\xed\xf1\x1a\x92\xc1\x88\xd3\x62\xca\xc5\xd9\ \x19\xae\x35\x1c\x15\x63\xbc\x87\x7c\x32\x62\x78\x3b\x62\x71\x7d\ \x43\x6b\x0d\x69\x5e\x22\xb5\xc4\xfa\x1e\x11\x1c\x17\x0f\x3f\xa3\ \xaa\x3b\x96\x9b\x1d\x41\x6a\x32\x9d\x20\x12\x89\x1a\x4a\x12\x19\ \x2b\x50\xac\xf7\xc8\xe0\x51\x22\x2e\xde\xc1\x5b\x44\xdf\xe1\x02\ \x64\x32\x9e\x36\xe7\xc7\x73\xee\xee\xef\x18\x9f\xce\xb9\xde\xaf\ \x79\xb5\xbe\x65\xb7\xdb\x93\xa6\x19\x4d\xdd\x70\x3e\x3f\x65\x32\ \x3f\x66\x51\x55\x04\xe7\x63\xee\x29\xd5\x24\x59\xca\xfd\xed\x3d\ \xfb\xcd\x16\xef\x3d\x5e\x46\x56\x7c\x12\x24\xd3\xe9\x0c\x53\x74\ \xdc\x5e\xde\xd0\x5b\x4b\x9e\xea\x3f\x60\xb1\x83\x40\x4a\x85\x57\ \x82\x6d\xbd\xc7\x11\x18\x8f\x47\xec\x77\x6b\xbc\xb5\x7c\xf5\xc5\ \xa7\x24\x2a\xa2\x5d\x9d\x75\x08\xa9\xb1\x5d\x4d\x2e\x2c\x89\x56\ \x91\x07\x6e\x05\xdb\x7d\x7f\xa8\x25\x02\xa4\x02\xef\x11\x5a\x91\ \x64\x29\x55\xd3\xd0\x6f\x3c\xf7\xab\x2d\xbd\x0b\xa8\x2c\xc5\xb9\ \x40\x5d\xd5\x8c\xca\x63\xb4\x4e\x70\x41\x7c\xc4\xef\x7a\xe4\x74\ \x34\x75\x4b\x51\x24\x48\x09\x75\x53\xf1\xea\xd5\x5b\x1e\x3f\xf9\ \x84\xdd\xbe\xc6\x79\x89\x75\x0e\xa5\x04\x67\xe7\x8f\xd9\xed\x6b\ \x8c\x0f\xe4\x69\x24\x50\xd6\x5d\x8b\xab\x0c\x49\x2a\x69\x1b\xc7\ \xd9\xc9\x29\x0e\xc5\xf5\xed\x02\x67\x5a\x8a\xd9\x88\xa6\x6e\xf9\ \xa7\x6f\xbe\x26\xf8\x80\x54\x0a\xa5\x75\x2c\x4c\xc5\x91\x26\xd1\ \xa9\x77\x74\x7c\xc4\x6a\xb5\x8e\x3c\x77\x21\xb1\xde\x92\xa6\xfa\ \x80\x31\x1e\x70\x72\x7a\xca\xfc\x78\x4a\xb5\x5b\xb2\xbc\xbb\x44\ \xe9\x14\x94\x64\xb5\xdb\x90\x24\x25\x79\x99\xd3\x19\xcb\x78\x32\ \x86\xcb\x5b\x92\x24\xa5\x33\x3d\x7d\xdf\xa2\x94\xc2\x39\x83\xeb\ \x7b\x74\x92\xf1\xfc\xf9\x27\x48\x2f\x58\x6f\x37\x28\xad\x48\x12\ \x45\x00\x7a\x63\x63\x95\x8b\x50\x08\x95\x46\x24\x77\xd8\x91\x17\ \x03\xca\x64\x40\x96\x2a\x02\x87\x16\x6d\xa9\x90\x4a\x31\x9a\x1e\ \xd1\x19\xc7\xf3\xe7\x9f\x23\x04\xdc\xde\xdd\xb2\xda\x34\xd4\x52\ \x62\x8a\x12\x9b\x18\x1c\x9e\x9b\xeb\x37\xe8\x62\xc0\xd9\xf1\x03\ \x08\x19\xa6\x36\xac\x97\x37\x34\xab\x3d\x83\xb3\x87\x24\x06\x4a\ \x9d\xd0\xd7\x35\x58\x17\x03\x50\xbd\x45\xeb\x14\x23\xff\xb8\x67\ \xfe\xaf\x48\xe6\x0a\x84\x20\x58\x6d\x6a\x90\x9a\xed\xbe\xa2\x36\ \x81\xe9\xec\x84\xf9\xc9\x59\xe4\x7c\xec\x6b\x46\xa7\x73\x74\xa9\ \x51\xcf\x9e\xf0\xed\xd7\xdf\xe2\x85\x26\x48\x85\xb3\x3d\xfb\xed\ \x92\xbc\x48\xf9\xfc\xc9\x03\x04\x9a\xcd\x83\x87\x64\x49\xc6\xcd\ \xdd\x35\xc1\x1a\xf6\x55\x8f\xe9\x7a\x40\xd2\xf5\x16\x6b\x2c\x45\ \xa6\x31\xce\xb2\xdf\x2c\x69\xab\x9a\xde\x06\x3a\x14\xc9\x64\xce\ \x76\xb7\xe3\x87\x1f\xaf\xd9\x6c\xd7\x1c\x1d\x9f\x62\x0c\xfc\xfa\ \xe5\xf7\x3c\x7c\xfc\x98\xdf\xbd\x78\xcd\xae\xa9\x29\xf2\x21\xbd\ \x77\x78\x07\xc3\x51\x4e\x59\xe4\x48\x29\x48\xd3\x84\xab\xcb\x1b\ \x82\xd4\x48\x99\xd0\xee\x6b\x2a\xb7\xc5\x0b\x89\xb7\x96\xae\xef\ \x99\x4e\x26\x34\xf5\x9e\x60\x7b\xe6\x93\x11\x6a\x3a\xa0\xae\xb7\ \x6c\xd6\x02\xed\x3c\x4d\xd3\x92\xa6\x19\x83\xc1\x90\x4e\x0a\x16\ \xab\x7b\x96\xab\x7b\xa6\x93\x01\xc3\x32\x52\xf8\x94\x4a\x29\xf3\ \x92\xcd\x72\x4d\xdf\x76\xcc\x2f\x8e\xb1\xd6\xb0\xdd\xed\xb8\xbc\ \xbb\x65\x3a\x9f\x71\x3c\x99\xb0\x5f\x6d\xd8\xdc\x2f\x31\x01\xd0\ \x05\xfb\xba\xe1\xf6\xe6\x1d\x89\x08\x78\x2d\x30\x4d\x4f\x99\x08\ \xc4\xb8\x44\xa7\x8a\xba\xef\x79\xfb\xfa\x25\x26\x78\xfe\xf4\xcf\ \xff\x9c\x93\xf9\x31\xce\x19\x82\x57\xb4\x7c\x2c\x9b\x68\xcc\x16\ \xd5\x46\xb1\xde\xb7\x1c\x0f\x62\x40\xf3\xe5\xcb\x6b\xee\xf7\x1d\ \xd3\xb3\x13\xca\xa1\xe6\x78\x3e\x67\xd5\x1b\xa4\x4e\x90\x02\x12\ \x04\x7d\xd5\xd0\x36\x3d\x6f\x36\x15\xa6\xb7\xe8\x9b\x24\x5a\x1c\ \x75\xca\xca\x7b\xbc\x37\x08\x27\x21\x58\x8a\x5c\x53\xef\x37\x5c\ \xbd\xbb\xc1\xb9\x58\xe5\xfe\x1e\xd5\x2c\x95\xc0\x07\x15\x17\x76\ \x25\xd1\x78\x08\x8e\x22\xcf\x69\xda\x86\xdd\x76\xcb\x70\x32\xc1\ \x3b\xd8\x6f\xb6\x5c\x3c\x78\x48\x50\x92\xbf\xff\xd5\x2f\x71\x0a\ \x2c\x1e\x67\xe3\xe2\x14\xfa\x58\xc6\xb9\x69\x1a\x50\xc9\xa1\x0d\ \xd7\xd3\x75\x35\xd7\x77\x37\x74\x6d\x47\xd5\xc7\x26\x02\xad\x25\ \x02\x0f\xce\x30\xcc\x52\xc8\x52\x96\xf7\x77\xf1\xc6\x17\xa2\x0c\ \x65\x8d\xc1\x4b\x85\x85\x08\x29\x13\x92\xba\x6f\x19\xfa\x02\xa5\ \x60\x98\xe5\x98\xb6\xa2\xee\x3a\x4c\xdf\x91\x17\x25\x04\x41\x5b\ \xed\x18\xe7\x02\xa9\x35\x75\x67\xd9\x75\x82\xda\x25\xb4\x6d\x1b\ \xdf\x4d\xad\x50\x02\x52\x04\xbb\xba\x02\xa1\xe8\x8d\xa3\xee\x0c\ \x2a\xc9\x22\x54\x5a\x46\xfe\xfc\x72\xb9\x26\x49\x14\xb3\x79\xf7\ \xff\xc2\xdf\xfe\x4b\x67\x65\x3a\xc9\x58\x6c\x77\x7c\x36\x7f\x44\ \xdf\x18\xca\x51\x09\x3a\xe1\xbb\x57\x97\x74\xc6\x23\xa5\xe3\x7f\ \xfc\x9b\xbf\xc1\x98\x9a\xcd\x7a\xcf\xdf\xfd\xfd\x3f\x62\x3d\x74\ \xd6\x52\xdb\x2d\x52\x27\x04\xef\x49\x75\x4e\xdd\x34\xbc\xeb\x6f\ \x38\x3f\x3f\x65\xbd\x5c\xd1\xb5\x1d\xcf\x1e\x3f\xe6\xcd\x8f\x6f\ \xf1\xe6\x3d\xfb\xdc\xd2\x5b\x87\x90\x07\xec\x41\x88\xe4\x4d\xa5\ \x14\x52\xc9\x98\x7b\x91\x81\x44\x29\xac\x8b\x37\xb1\x34\xd3\xbc\ \x7b\x77\x49\xd7\xd6\x0c\x8b\x94\xbe\x77\x04\x07\x5d\xe7\xa8\xdb\ \x1a\xa5\x3b\x9a\x3e\xb0\xd9\x36\x4c\xe7\x0f\x98\xce\x8e\xd9\xef\ \x1b\xba\x3e\xf6\xe0\x15\x79\x4a\xa2\x15\xaa\x0b\x04\x1b\x0f\xaf\ \xc3\x71\x49\x92\x6b\x46\x65\x4e\xd7\xf7\x18\x63\xf1\x2a\x41\x48\ \x13\x25\x31\x13\x6f\x90\x2e\xb4\xdc\xdf\xdd\x51\xa6\x81\xc1\x7c\ \x4a\x9a\xa5\xa0\x15\x26\x04\x06\xe3\x09\x0f\x9f\x3d\xa7\xcc\x4b\ \x06\xc3\x01\x8b\xc5\x3d\x93\xd9\x19\xbd\x11\xdc\xdc\x5c\xb1\x5c\ \xdf\xa1\x95\x27\x4d\xa3\x81\x25\xc3\xa3\x38\xc1\xa1\xb8\x59\xdc\ \x42\x6f\x38\x3f\x79\xc0\xc5\xfc\x82\xf5\xfd\x3d\xab\xed\x92\xf5\ \x72\x05\x2e\x4a\x9e\xca\x06\xbc\xf0\xf8\x5c\xc1\x4f\x71\x66\x22\ \x88\xbc\xe6\xa6\xe9\x90\x3a\xc5\x77\x06\xb7\x5d\x40\x90\xcc\x8f\ \x8f\xf9\xe1\xc5\x5b\xfe\xdb\x7f\xfb\x07\xb4\xce\xf9\xe4\xd3\x47\ \x8c\xa6\xc7\x3c\x7a\xfa\x94\xf9\xfc\x1c\x17\xa0\xed\x5a\x36\xdb\ \x65\x5c\x2c\x64\xec\xd0\x29\xcb\x21\x4a\x29\xbe\xfc\xea\x4f\x68\ \x7b\xcf\x6f\x7f\xff\x2d\x79\x91\xa3\x92\x0c\xe7\x1c\x6d\x5d\x45\ \x5b\x64\x08\x74\x7d\x87\x71\x8e\xf3\x8b\x73\x9e\x3e\xff\x84\xeb\ \xeb\x5b\xfe\xe9\x9f\x7f\x13\xd1\xa8\x6d\xcb\x3f\xfe\xe3\x2f\x39\ \x99\x1f\xb3\x5e\xdd\xa3\xf2\x92\xdb\xc5\x02\x64\x1c\x52\xf6\x5d\ \x4f\x6f\x7a\x4e\xcf\x9e\x21\x70\x4c\xa7\x71\x78\x78\x7b\xbb\xc4\ \x85\x58\x4b\xdf\xdb\xc8\x1e\x48\xf2\x0c\xbc\x67\x50\xc4\x3a\xf2\ \x4d\x5d\xa3\x84\x65\x74\x34\x41\x2b\xc9\xbb\x1f\x7f\x64\x2d\x14\ \x17\xf3\x39\x69\x9e\x42\x92\x30\x39\x39\xa5\x5b\xaf\xf9\xee\xcd\ \x8f\x2c\x16\xab\x98\x03\x51\x09\xf3\xf9\x29\x3a\x49\x59\x2e\x56\ \x2c\x96\x6b\x94\x14\xdc\xde\x2f\x18\x8e\x06\xec\xaa\x3a\x0e\x8e\ \xbf\xfc\x8a\xac\x1c\xb1\x5c\x6d\x69\x3b\xcb\x64\x36\x65\xb5\xde\ \xf0\xe3\x9b\x37\xfc\xd9\x9f\xfd\x9c\xa7\xcf\x9f\xe1\x8d\x61\x7d\ \x7f\xcb\xdd\xcd\x0d\x9d\x75\xd1\x77\x1f\x24\x49\x9e\x91\x25\x09\ \xd3\xe9\x94\xeb\xcb\x77\xe4\x59\x8a\xb1\x1d\x82\x14\xa5\x92\x8f\ \x52\xaf\x21\xa4\x44\xab\xc0\x76\xbb\xe4\x74\x3c\x26\x38\x18\x8c\ \x86\xdc\xee\x3b\xbe\x79\xf1\x3d\x4f\x9f\x5d\xf0\xe0\xfc\x53\x84\ \x15\xac\x37\x6b\x82\x54\xcc\x4f\xce\x98\x4c\x8f\x78\xf7\xf6\x8a\ \xff\xfa\x5f\xff\x77\xaa\x7d\x0d\xc0\xd3\xa7\x4f\x19\x8f\x27\x4c\ \x67\x15\xd6\x09\x5c\xb0\x98\xae\xa7\x2c\x07\xac\xd6\x6b\xba\xbe\ \x07\xa1\x0e\x08\x5f\x81\x90\x01\x47\x40\x69\x89\x0c\x71\x28\x2c\ \x84\x44\x1d\x20\x5d\xc1\xc2\x68\x30\x21\xd7\x45\x74\x38\x55\x2d\ \x5d\xd7\x63\x7b\x07\xd6\xe3\x7a\x83\xb1\x86\xe3\xe3\x39\xcb\xfb\ \x25\x89\xd4\x98\xd6\xe0\x7a\x83\x10\x71\xa6\xa1\x75\xc4\xc9\x5a\ \x63\x71\x2e\x1c\x78\x2d\x1e\xad\xe2\x82\x4d\xb0\x38\xe7\xc8\xb2\ \x8c\x34\x4d\xc9\xb2\x94\xdd\xae\x8a\x6e\x26\x17\x70\xbe\x8f\x8e\ \x26\x11\x93\xea\x52\x2a\x76\xfb\xea\x90\x18\x2f\xe9\xfb\x9e\xfd\ \x6e\x47\xdf\xf7\xe4\x79\x34\x05\xd4\x4d\x43\x9e\xe6\x04\x21\xd9\ \x35\x1d\x4d\xd7\xd3\x1a\x47\x63\x5c\x0c\xb3\x2a\x45\xa2\x04\xd6\ \x55\xe4\xa9\x23\xcd\x4b\x3a\xeb\x19\x4e\x67\x74\xeb\x0d\x2e\x44\ \xea\x07\x02\xba\xae\xc7\x18\x3e\x60\x6f\x3f\x5a\x50\xd5\x79\xee\ \xb7\x0b\x3e\xfd\xe4\x11\x88\x88\xad\x5d\x2c\x57\x98\x90\xa1\xd2\ \x02\xad\x04\xe9\x60\xc4\xc3\xe3\x87\xbc\xf8\xe6\x3b\x12\xad\xf1\ \x36\x06\x44\x85\x54\x88\x03\xbb\xa7\xaa\x2b\x46\x83\x01\xeb\xf5\ \x92\xa6\xe9\x98\xcd\x4e\xb8\xba\xba\xe2\xfb\x17\x2f\xd9\x6d\x77\ \x08\x1d\x83\xa9\xfe\xb0\x89\x39\x1b\xb0\xd6\x11\x52\x4d\x91\xe7\ \x58\x22\x26\xb7\x6b\xba\x18\x9c\xd6\x0a\x1f\x3c\x83\x41\x8a\x10\ \x70\x77\x77\xcf\xf2\x7e\xc1\xf9\xe9\x9c\xae\x35\x38\x67\x31\xae\ \x46\x28\x81\xec\x3d\xbb\xaa\xc5\xd8\x40\xd3\x74\x4c\x4f\x1f\x50\ \x87\x3b\x76\xf5\x8e\x80\xc0\x1e\xe6\xbb\x4a\x47\x84\x44\xd7\x55\ \xe0\x7b\x46\x83\x9c\xd1\x68\x4c\x73\x7b\x17\x3f\x4b\x10\xb1\x74\ \xf4\xc0\xf3\xc9\xf2\x2c\x86\xb6\x43\x2c\x1d\x3d\x3e\x9e\xb3\xaf\ \x1b\xde\xdd\xdc\xe2\xac\xe3\xec\xec\x8c\xc9\x78\xcc\x6a\xbd\xc1\ \x39\xcb\xfc\xf8\x98\xdd\x6e\xc7\xf9\x83\x47\x4c\x67\x53\xd6\xcb\ \x1b\xa4\xb2\x0c\x4a\xcd\xcd\xcd\x15\x42\x78\x94\x14\x3c\x38\xbb\ \xe0\x9b\x6f\x5e\x33\x9a\x1f\x71\xf2\xf8\x01\x8b\xdd\x86\xfb\xf5\ \x92\x4d\x57\xd3\x7b\x4f\xd3\x75\xe4\x3a\x25\x55\x09\x9d\xf5\xb8\ \xae\xff\x69\x5a\x83\xa5\x94\xd4\x75\xc3\xcd\xcd\x82\x2c\x1f\x33\ \x99\x4c\xc8\x32\xc5\xcd\xd5\x5b\x96\x8b\x35\x4a\x0c\x49\xb3\x01\ \x97\x37\x3b\x1e\x3d\x13\xb8\x20\xc9\x8a\x11\xef\xae\x6e\x99\x9f\ \x9c\x32\x18\x4e\xa8\x9a\x9a\x44\x2b\x06\xc3\x01\xf7\xb7\xf7\xec\ \xb6\x1b\x9c\x75\x4c\xec\x94\xe1\x68\x84\xd2\x9a\xb6\xeb\x48\x91\ \xe8\x44\x23\x95\x24\x2f\xf2\x0f\x35\xde\xc5\x60\xc0\xf3\x4f\x3e\ \x65\xb5\xd9\xf0\xe2\xfb\x1f\x48\x92\xf8\x22\x14\xe5\x80\x10\x3c\ \xfb\xaa\xa1\x37\x81\x77\x97\x37\xd4\x4d\x8b\x92\x29\x52\x69\xf2\ \x22\xa1\xeb\x62\x03\xf0\xd9\x83\x0b\xbe\xf9\xe6\x1b\xf6\xdb\x8a\ \xbc\x28\xe9\x8c\xa1\x37\x3d\x4d\x5b\x93\xa7\xf1\x64\x8d\x08\xf4\ \x4d\x43\x5b\xd5\x14\x59\xc6\xe9\xd1\x09\x79\x9a\x50\xd7\x0d\xbd\ \xf5\xbc\xb9\xbe\x25\x20\x78\x74\xf1\x20\x36\xd0\x2e\x57\xfc\xfe\ \xfb\xef\x59\xef\xf6\xe4\xf9\x80\xb6\xed\x51\x52\x63\x5d\x40\x27\ \x0a\xeb\x02\xc6\x58\x74\x59\xd0\xf6\x3d\xbb\x9b\x8a\xae\x6b\xf0\ \x52\x90\x14\x23\xea\x2e\xd0\x99\xc0\x83\x8b\xc7\x34\x75\xcd\x6c\ \x3c\xe1\xb3\xe7\xcf\xb9\xbf\x5f\x50\x57\x35\xe7\x67\x67\x8c\xa7\ \x47\x3c\x7d\xfe\x39\xd7\x37\xd7\xe8\x72\xc8\xe5\xed\x2d\x96\xc0\ \x64\x50\xf2\xe6\xed\x8f\x48\xe1\x19\x0f\x4a\x06\x79\x86\xd7\x1f\ \x71\x61\x09\x01\x25\x7a\xee\x6e\xde\xf0\xd9\xe3\x9f\xa1\x12\x49\ \x92\x26\xdc\xdc\xde\xb0\x6a\x6a\x8a\x61\xc6\xd9\xc9\x9c\x54\xa4\ \x5c\x3c\xf9\x14\x13\x1c\x3a\xcd\x69\xda\x9e\xb6\x33\x58\x17\xb1\ \xb5\x52\x2a\xaa\xba\x66\xd9\x77\x08\x29\xc9\x93\x1c\xe3\xfa\x83\ \x44\x20\xd8\xd7\x35\x4a\x6b\xac\x8d\x9c\x87\xf0\x9e\x58\xe8\x3d\ \x85\xd2\x87\x70\xa6\x8c\xb2\x43\x6f\xa2\xdd\x7b\x34\x89\x8b\x82\ \x3d\xf0\x55\x84\xe2\xd5\xeb\xd7\x18\x67\xa3\xf3\x68\xb7\xa1\xab\ \x2b\xc6\xe7\x39\x55\x90\xe0\x03\x2a\x08\x4e\x8e\xe6\x20\x36\x38\ \xef\xc9\xd3\x8c\xe1\xa0\xa0\xae\xaa\x88\x52\x2d\x0a\x6c\xdf\x61\ \x4c\x64\x7c\x07\x02\xfb\xfd\x3e\x7e\xe6\x3c\x8f\x92\x56\x08\x51\ \x86\x92\x20\x44\x20\xd1\x09\x3a\x49\x51\x59\x41\x08\x9e\xb6\xad\ \x19\x0d\x0a\xd2\xbc\x60\x57\xd5\x2c\x56\x4b\xf2\x34\x43\x48\x81\ \x52\x8a\xa2\x2c\xc9\xf3\x94\x5d\x55\xb3\xad\x6a\xaa\xb6\xa7\xb7\ \x0e\x54\x82\x90\x09\xc6\x3b\x8c\x71\x18\xef\x68\x4d\x8b\x68\x0c\ \x16\xc1\x64\x76\x4c\x52\x18\x42\x1f\x17\x4d\x11\x88\x3c\x72\xc1\ \x47\xad\x52\x11\x42\x50\x37\x35\xfb\x6a\x8f\x4e\x12\x6c\x07\x0f\ \x2e\x2e\xf8\x9f\xff\xd3\x94\xc5\xa6\x21\xcb\x87\x9c\x9c\x1f\x33\ \x1a\x17\x2c\xb6\x2b\x6e\x6e\x6e\x49\xb4\xa6\xb7\x3d\xde\x58\x2c\ \x31\x2a\x90\xa6\x09\x48\x8d\xb5\x8e\xc9\x78\xca\xfd\xfd\x9a\xe7\ \xcf\x3e\xa3\xeb\x3d\x9b\xed\x9a\xe0\x3d\x01\x77\x30\x32\x40\x08\ \xd1\x85\x18\x02\xc8\xe0\x49\x93\x04\x89\x8c\x05\xb2\x87\x3a\x77\ \x79\x98\x27\x85\x10\xb8\xba\xba\xe2\xc9\xe3\xa7\x64\x67\x59\xac\ \xa9\xd7\x25\xd6\x0a\x36\x6d\x74\xb5\x65\x89\x64\x57\xc5\x4c\x4c\ \xdd\xdc\x33\x7a\x76\x0c\x79\x49\xc8\x0a\xd2\x44\xe2\x9b\x9a\xe6\ \x80\x88\x50\x4a\xf1\xee\xed\x8f\x0c\x8a\x8c\xc7\x8f\x1f\xb2\xdd\ \x46\xfc\x6e\x9c\x3d\x0a\x74\x9a\x22\x95\x22\x4d\x33\x92\x24\xc1\ \x1d\x5a\xc8\x63\xa6\x68\x8e\x31\x96\xd9\x74\x86\x54\x09\x67\xa7\ \xa7\x48\xa1\xc8\x74\xca\x66\xb3\x39\x58\x89\x47\x14\xa5\xc0\xde\ \x77\xcc\x4f\xe7\x64\xa9\xc3\xbb\x06\xe7\x26\xbc\x78\xf1\x23\x83\ \xc1\x8c\x07\x0f\x3e\xe1\xe9\xe3\xc7\xe8\x32\xa1\x15\x9e\xe1\x68\ \xc8\x28\x1c\x73\xf5\x2a\xda\xd0\x3b\x67\xc1\x07\x52\xad\xf1\x7d\ \x2c\x7d\xfc\x63\xe6\xa2\xff\xaa\xea\x54\x74\xa2\xb8\x78\x78\x81\ \xe9\x32\xb4\x54\x94\x59\xa0\x2c\x03\x4a\x0f\x91\xea\x8c\x7d\x95\ \x50\xb5\x8e\x2e\x78\x04\x82\xae\x77\xdc\xdc\x2f\xd9\x37\x96\xe7\ \xcf\x9f\x72\x7e\xfe\x98\xcd\x76\x89\xf5\x81\xf3\x07\x0f\x79\xfe\ \xd9\x18\x67\x0c\xeb\xcd\x9a\xfb\xe5\x9a\xbe\xb7\xf4\xa6\x46\x48\ \x45\x9a\x26\x98\xc3\x86\xd2\xb6\x0d\x49\x9a\xc7\xaa\x6d\x29\xf8\ \xed\xef\x7f\x8f\x31\x1e\x9d\x24\x68\x9d\x40\x80\x2c\x4d\x70\xd6\ \x52\x0e\xc7\xbc\xbb\xbc\xc4\x05\x70\xc1\x61\x5d\x88\xed\xc6\xbd\ \xe4\x9b\xef\xbe\xe7\xe6\xfe\x06\x89\x64\xb1\x5a\xe3\x9d\x88\xb5\ \x94\x4a\x32\x1e\x8f\x19\x14\xd1\x89\xa3\xd2\x8c\xba\xe9\xd1\x89\ \xe6\x68\x7c\xc4\x68\x38\xc2\xf6\x2d\x52\x6b\xca\xc1\x98\x5a\x28\ \x5e\xdd\xdc\x72\xb7\xdb\x52\x94\x03\xaa\xaa\xc6\x3a\x77\x48\xa9\ \x66\x34\x4d\x83\xb5\x81\xaa\x6a\xe2\xe2\x60\x1d\x42\x69\x3a\xeb\ \x91\x32\xd0\x76\x3d\x4d\xd7\x51\x4e\x26\xd8\x20\x31\x5e\x90\x65\ \x25\xab\xc5\x6b\xbc\xb3\x7c\xf5\xd5\x17\xa4\x59\xca\xfd\xfd\x3d\ \xaf\x5f\xbf\xe5\x97\xbf\xfe\x2d\xff\xf6\x4f\x7f\xce\x17\xcf\x9e\ \x91\xee\x2a\x5e\xbe\x7b\xcb\xc5\xd3\x27\xa4\x6f\x7e\xe4\x76\x71\ \xcf\x69\x38\xe2\xe2\xec\x8c\x4c\x4a\x4c\x53\xe3\x85\xff\x48\x6f\ \x8e\x40\x88\x80\xa6\x63\xbd\x5c\x61\xcc\x13\x54\x10\xd4\x6d\x85\ \xb5\x86\xa3\xd9\x94\xd3\xf3\x33\x46\xd3\x29\xd3\xc1\x0c\xa9\x34\ \x41\xbc\xff\x22\x67\xc4\xe2\xd7\x40\x6f\x0c\xc7\xc7\x63\xc6\x93\ \x09\x57\x57\x97\x6c\xb6\x1b\x92\xb4\x44\x08\x81\xd6\x81\xb6\xa9\ \xb0\xc6\xa0\x75\x86\x27\x10\x44\x6c\x67\x8e\xec\x6c\x47\x10\x90\ \xa7\x39\x89\x8e\xfc\x91\x24\xcd\xc8\x07\x43\x36\xdb\x2d\xcb\xf5\ \x06\x84\xa0\x1c\x0c\xb1\x4a\xb2\xd9\x56\x94\x79\x86\x69\x3b\x34\ \x92\x51\x5a\x32\x4a\x0b\x86\xcf\x3f\xe5\xea\xfa\x9a\xf5\x72\xc5\ \xc9\xf9\x03\xa6\x93\x09\xbd\xe9\x49\x75\x4a\x9e\xa5\xac\x97\x2b\ \x9c\xb3\xe4\x59\x8a\x96\x0a\x67\x22\x7f\x46\x4a\xc1\x6e\xb7\x63\ \x34\x1e\x73\x72\x7a\xca\xdd\xed\xdd\xe1\xf7\x12\x03\xbb\x5a\xa7\ \x68\xad\x22\x55\xd4\xb9\x88\xcc\xb6\x9e\xbe\xb7\xd4\x75\x4b\x59\ \xe4\x9c\x9c\x9e\xd3\xb7\x35\x3a\xd1\x24\x5a\xa3\xb4\xc2\xf8\xc0\ \xb6\x6e\xd9\x55\x2d\x4d\x67\xe2\x2c\x44\x27\x28\xa5\x40\xe9\x03\ \xbe\x5e\xd0\x59\x87\x3a\xcc\x8c\xd6\xdb\x3d\xea\x50\xba\x79\x80\ \xeb\xa0\x95\x8c\x26\x80\x8f\x88\xb4\x96\x52\xd2\x34\x15\xd5\x6e\ \x83\xed\x1b\x06\x93\x11\x04\xc1\x70\x72\xcc\x23\x2f\x91\x69\x8a\ \x71\x51\x76\xba\xbf\xbb\xe7\xcd\x9b\xd7\x38\x1b\x37\x38\xe4\xe1\ \xb9\x05\x85\x95\xd1\x98\xd2\x06\xc7\xf1\xd1\x11\xce\x2b\xb6\xfb\ \x9a\x2f\xbe\xf8\x39\xbf\xfa\xd5\x3f\xb2\xdf\x6f\x50\x22\xe0\x83\ \x8b\x37\x4d\x22\x07\x26\x1c\x9e\xbd\x35\x86\x44\xa8\x0f\x1c\x22\ \x77\xc0\x22\xab\x0f\x61\xe9\x94\xe0\x3d\xc7\x47\x47\x7c\xf5\x8b\ \x9f\xf3\xbb\xaf\xbf\xe1\x37\xbf\xfb\x3d\x27\x67\x67\xbc\x79\xf3\ \x06\xdb\xef\x18\xe4\x05\xfb\xf5\x8a\xac\x28\x69\xef\xee\x91\x07\ \x37\xa7\xe8\x2c\x49\x96\x41\x48\x71\xd6\xa0\x64\xb4\xa3\x3f\xf9\ \x8b\x3f\x63\x38\x18\xf1\xb7\xff\xe7\x2f\x51\x49\xac\x71\x92\x42\ \x92\xa6\x19\x52\x2b\xb4\x4e\xe2\x2d\xd0\x3b\x10\x50\x55\x35\xf7\ \xf7\x77\x68\x9d\x30\x99\x4c\xc9\xcb\x01\x20\xd9\x6d\xb7\x58\x6b\ \x31\xc6\xb0\x5e\xad\x18\x0c\x1d\x79\x39\x41\x2a\x85\xf7\xf1\x46\ \x6b\x6d\x83\xd6\x92\x34\xd1\xdc\xde\xdc\x70\x7e\x7a\xc7\xa8\x1c\ \x90\x4d\x72\xca\x41\x49\xf0\xb1\x5b\xee\xfa\xe6\x16\xa1\x14\x45\ \x51\x92\x7a\x49\xe8\x62\x80\x38\xd3\xfa\x8f\x3a\xcf\x8e\xd7\xb5\ \x00\x00\x20\x00\x49\x44\x41\x54\x42\xfc\xeb\xd9\x4c\x7c\x20\xcf\ \x73\x4e\xce\x4e\x71\x7d\x41\xb5\xdf\xe1\xdc\x86\xe9\x24\xe3\x68\ \x7e\xca\xdd\x9d\x64\x30\x28\x71\xca\xd2\x74\x1d\x93\x22\x25\x2b\ \x4a\xea\xa6\xe3\xea\xe6\x15\x47\xc7\x73\x8a\xc1\x00\x63\x3d\x7d\ \xdf\x33\x98\x8f\xb1\xc6\xa2\x74\xc2\xd1\xfc\x84\xbc\x1c\xd2\xdb\ \xc0\x6f\xff\xf9\x77\x74\x6d\x4d\x3a\x1e\x31\x1a\x0d\x28\xf2\x3c\ \xfa\xf2\x9d\x27\x04\xc1\xf5\xed\x1d\xbd\x75\xf8\x40\x9c\xaf\x74\ \x36\x5e\xb1\x89\x5f\xa8\x24\x4d\x18\x8c\xc6\x60\x7a\x3a\xe3\x68\ \xbb\x98\x7f\x71\xce\xd3\xf7\x0d\x4d\x5b\x73\x7a\x7a\x42\x9a\x66\ \x74\x9d\x25\xcf\x4b\x10\x81\x34\xd3\x8c\x46\x63\x7e\xfc\xf1\x0d\ \x89\xf7\x08\x11\x75\x7a\xad\x35\x5d\xd7\xb1\x59\xad\xe8\x5d\xc4\ \xf7\x06\x29\x51\x79\xc1\xb6\xed\xa9\xec\x9e\x24\x4d\xc8\xca\x01\ \x52\x27\xf8\x20\xa2\xf3\xc3\x07\x10\x7b\x3c\x0a\x9d\x66\x04\x51\ \xa1\xb4\x66\xbb\xdd\xc6\x5a\x07\xe3\x18\x0c\x46\xe4\x79\x4a\x9a\ \x49\xa6\xd3\x31\xab\xd5\x3d\xf3\xa3\x63\x2e\x2f\x2f\xa9\xaa\x1a\ \xa4\xa4\x6a\x1b\xa4\x52\xbc\xbd\xbc\xe6\xec\x68\xce\x93\x4f\x3e\ \xe3\xc5\xbb\xb7\x2c\xd6\x6b\x1e\x3d\x79\xca\x9b\x1f\x5f\xf3\x8b\ \x3f\xfd\x05\xc3\x72\xc0\xfd\xe5\x25\xcd\x6e\xc7\xe0\xec\x01\x3a\ \x15\x71\x08\xff\x2f\x3c\x40\x48\x29\xf9\x5f\xfe\xe6\xaf\x81\x9a\ \x34\xf5\xc8\x20\x39\x32\x8a\xbf\xfe\xeb\xbf\xe2\xf8\xec\x9c\xc1\ \xa4\x44\x2a\x8d\x8b\xed\x3a\x08\x19\xab\xf8\x09\x81\xed\x76\x43\ \xbd\xdf\xf1\xe8\xe2\x01\xff\xf9\x7f\xfd\xcf\x34\x6d\xcb\x7f\xf9\ \x2f\xff\xdb\x81\x00\x19\x13\xe9\xa6\xb7\x10\x62\xfb\xb4\xe9\x0d\ \xde\x8b\x38\x80\x3e\x14\xdb\xc5\x56\x51\x8f\x48\x62\x52\xda\x87\ \x28\x7d\x1d\x9f\x9d\xf1\xc3\xe5\x3b\x96\xf5\x1e\x7f\x40\x06\xe7\ \x52\xa0\xf2\x94\xa4\xc8\x69\xbb\x0e\x0d\x0c\x8a\x02\x7c\x60\x34\ \x19\xb2\xcc\x32\xea\xcd\x16\x63\x2d\x65\x51\xc4\x93\xef\x01\xb8\ \xd4\x75\x2d\xb6\x37\x11\x4b\x9b\x24\xe4\x45\x89\xf7\x0e\x6b\x7b\ \xac\x33\xa4\x59\xc6\x6c\x76\xc4\xd5\xd5\x75\xac\x41\x94\xea\x83\ \xcb\xd1\x07\x81\x33\x96\xb6\xb7\x78\x17\xdf\x47\x63\x1d\x75\xdb\ \xb2\x5c\xae\x39\x3b\x3d\xa1\x28\x72\x4c\x1f\x03\x6f\x21\xc0\xf5\ \xed\x1d\x8b\xe5\x96\xd6\x38\xbc\x90\x20\xc1\x78\x8f\x45\x44\xe9\ \x25\x39\x20\x6d\x45\xbc\x95\x65\x79\x71\x90\xc7\x32\x70\x0e\x15\ \xe2\xd0\xd7\x3a\x87\x73\x01\xf7\x91\xa8\x9a\xef\xff\x51\x22\x50\ \xef\x57\xbc\xf8\xe6\xf7\x3c\x38\x3f\x89\x5d\x71\x93\x19\x24\x05\ \xc2\x44\x59\xa6\xa9\x2a\x12\x11\x78\xfe\xe4\x09\x9b\xed\x8e\xdb\ \xfb\x15\xeb\x7d\x45\x00\xac\xe9\x91\x52\x20\x82\x22\xd5\x8a\xfd\ \x7e\x8f\x52\x19\xdb\xed\x96\xe3\xa3\x19\xe3\xc9\x98\xcd\x76\x19\ \xcb\x43\x0f\x77\xc0\xf7\x8e\x11\x75\xe0\x23\x59\xef\x91\xde\x7d\ \xc8\x4c\x05\x1f\x30\xc6\x80\x48\x30\xc6\x30\x18\x1c\x73\x7d\x7d\ \xc5\x7c\x76\x44\x9a\xa7\x3c\x7c\xf2\x84\x6f\x5e\xfd\x48\x63\x03\ \x3a\x1f\xe0\x81\xb4\xc8\xe9\xef\x0c\x50\xd1\xde\x5f\x33\xbf\x78\ \x88\xf2\x8e\x44\x49\x14\x31\x68\x2d\xb2\x92\x10\x02\x75\x6b\xb1\ \x56\x51\xd5\x1d\x8b\xc5\x92\xe4\x10\x0a\x4c\x92\x14\xe7\x1c\xce\ \x79\x9c\x8f\x96\x64\x29\x55\xb4\x05\x7b\x8b\xb1\x9e\xe7\x8f\x1f\ \xf2\xcd\xf7\xdf\x93\x65\x19\x4a\x49\xf6\x55\x4f\xdb\x34\x34\x75\ \x8d\x3d\x60\x22\x10\x19\xc6\x18\x9a\x66\x4d\x91\x5b\x08\xb1\xb5\ \x78\x36\x3b\xa2\xaa\xe0\xc7\x37\x6f\x29\xcb\x29\x5e\x1a\x6c\x99\ \xb2\xd9\xb7\x6c\x17\x2b\xaa\xed\x8e\xa0\xc0\x18\x8b\x69\x2d\x2a\ \x08\x54\xa2\x23\xf7\xe4\xa7\xb8\x99\xf8\xe0\xc9\xf2\x0c\x95\x28\ \x2e\xce\x2f\xa8\x76\x7b\x2e\xaf\x37\x58\xd3\xd2\x75\x7b\xba\x4e\ \xb1\xd9\x56\x38\x6d\x58\x2d\x32\x8e\x1e\x3f\x46\x29\xc9\xdd\xdd\ \x3d\x01\x15\x9d\x5f\x7d\xcf\xec\xe8\x98\x34\x8d\x9a\x37\x9e\x58\ \x6b\x1d\xa0\x28\x07\xfc\x87\xff\xf0\x1f\x78\xf0\xe0\x9c\xbf\xff\ \xbb\xbf\xa3\x2c\x0a\x86\x83\x92\xf5\x72\x49\xf0\x9e\x41\x59\x12\ \x04\x6c\x36\xdb\xa8\x63\x4a\x85\xb5\x51\xe7\x7e\x1f\x46\x2a\xb2\ \x8c\xa6\x6e\xe3\x6d\xc5\x1a\xb2\x2c\xc3\x58\xcb\x60\x30\xa4\x3f\ \xc8\x2b\xd3\xc9\x08\xef\x3d\x49\x9a\xe0\xbd\x20\x29\x0a\x8a\x3c\ \xa5\xd9\x6d\x78\xfb\xee\x2d\xc1\xc7\x85\x30\xcf\x73\xca\xb2\x44\ \x49\xc5\x6a\xb5\x61\xbf\xdd\xe3\x82\x8c\xbd\x49\x42\xa1\xb4\x22\ \x55\x1a\xeb\xa3\xac\x13\x88\x45\x78\x21\x08\xac\x0f\x38\x1c\xa1\ \xed\x40\xd4\x4c\x66\x53\x46\xe3\x29\x9b\xed\x1a\xe7\x2c\x69\x96\ \x47\x09\x2f\x4f\x11\xa2\x43\x4b\xc9\x6c\x9a\xf3\xe0\x6c\x8e\x92\ \x9a\xba\xaa\xe9\xfb\x78\x7b\x41\x2b\xd2\x24\x65\xb1\x5e\xf3\x4f\ \xbf\xfe\x35\xff\xd3\x7f\xfa\x8f\xfc\xbb\xbf\xfa\xf7\xfc\xfd\xff\ \xf5\x8f\x9c\x9d\x9d\xa1\x24\xcc\x66\x33\x9a\x36\xfe\xdc\x5d\xd7\ \x91\x59\x8b\x16\x1f\x6f\x18\xdb\x56\x1b\x92\xd4\xd2\x3a\x8b\x73\ \xa0\x64\xc2\x93\x8b\x33\xb2\xd1\x00\x8b\x89\x27\x64\x99\x12\x10\ \x04\xef\x90\x44\xb7\xb4\xf0\x0e\x29\xe0\xaf\xff\x87\x7f\x4f\xaa\ \x15\x2f\xaf\x2e\x0f\x19\x98\x68\xa7\xf5\xde\xe3\x7d\x0f\x21\x86\ \x1c\x63\xb6\x43\x47\x42\x67\xf0\x91\x64\x2f\x40\x12\xc0\xc5\xb9\ \x44\xdb\xb6\xf4\xce\xb2\x6b\x6a\x6a\x67\xe9\xb5\xc4\x6b\x45\x6f\ \x03\x65\x92\x90\x06\x8b\x4a\x55\x3c\xd8\x74\x3d\x47\xd3\x29\xbd\ \xb5\x54\x4d\x45\x39\x1c\x30\x9c\x4d\xf1\x3e\x06\xbe\xb4\x8a\x35\ \x2a\x6d\xdb\xe0\x9d\x43\x69\x85\x90\x92\xae\xef\xb0\x42\x46\xdb\ \x6d\x92\x82\xfa\xc3\x7b\xd7\x1b\x73\xa8\x35\x89\xda\xbd\x31\xf6\ \x60\x2f\x8f\x12\xa9\x3f\x4c\xaa\x7a\x63\x49\xb3\x84\xba\xed\x79\ \x7b\x75\x45\x99\xa6\xe4\x59\xc2\x7c\x7e\xcc\x7a\xb7\xe3\xdd\xf5\ \x2d\xfb\xaa\x41\x1e\xac\xc6\x49\x96\xe3\x7d\xc0\xfb\x80\x71\x1e\ \xa1\x3c\x52\x25\x04\xe1\x0f\x72\x90\x88\x48\x63\xe2\x3c\xa7\xb7\ \xd1\x1c\x01\x81\xbe\x6d\x22\xd5\xf1\x63\x1d\x1c\x01\x25\x03\xae\ \x6f\xe8\x9b\x9a\x2c\x78\x8a\x61\x81\xd0\x0e\xa1\x3a\x02\x96\x60\ \x1c\x19\x9e\x87\xe7\x27\xf8\x6a\x47\x38\xe4\x3f\x3a\xd3\x93\x09\ \x4d\x10\xb1\x6e\x47\x08\x68\x9a\x88\xae\x4d\x92\x0e\xe7\xe1\xea\ \x12\xbc\x33\x1f\x00\x78\x11\xb9\x7c\x98\x03\xf9\xd8\xb9\x05\xe1\ \x43\x68\xd6\xbb\xd8\x0a\x8c\x20\xb6\x16\xd8\x2e\x02\xb3\x94\x62\ \x3c\x19\x82\xb0\xbc\x7e\xfd\x92\xa0\x52\xc6\x93\x11\xdb\x7d\xc5\ \x68\x3c\x62\xe3\x3a\xca\x41\xc9\xb3\x4f\x9e\xd0\x35\x0d\x22\x1f\ \x50\x68\xe8\xfb\x06\xe1\x0c\xfb\x7d\x45\x92\x15\x08\x9d\x91\x24\ \x19\x42\x6a\x5e\xbd\xbd\xa5\x6d\xf6\x08\xad\x63\x91\xab\x80\xde\ \x46\xee\x89\x35\x8e\xbc\xc8\xe3\x66\x69\x63\x38\x5b\xa7\xea\x80\ \xe6\x38\x34\xa2\x67\x39\x20\x70\xce\xe1\xbd\xa7\xeb\x3a\xda\xc6\ \x91\xa5\x45\x9c\x01\x17\x29\x4a\xe6\xd4\xf5\x2d\x45\x1e\x0f\x1d\ \x21\x08\x8e\x66\x47\xe8\xb4\x00\x02\x29\x12\xb7\xad\xc9\x83\x24\ \x0b\x8a\x4c\x6a\x56\xfb\xd8\xe4\xf0\xfe\x09\xf9\xe0\x91\xfc\x71\ \xcf\xfc\x5f\xcf\xcc\x44\xc9\xa8\x1d\x0b\x41\x67\x1a\x9e\x3e\xbf\ \xe0\x6e\xf1\x2d\x75\x5b\x31\x72\x81\x22\x13\xd4\xba\x47\xd2\x91\ \x84\x0e\x82\xa1\xaa\x36\x3c\x7b\xfa\x88\x47\x8f\x9f\x73\x7a\x76\ \x12\x4f\x65\x04\x04\xee\x80\xe6\x94\x07\xa4\x65\xdc\x51\xba\xb6\ \xe1\x93\xe7\x4f\x19\x96\x39\xb7\x57\x57\xf1\xf4\x91\x27\x7c\xf6\ \xec\x29\xdf\xff\xf0\x02\x63\xdd\x41\x83\x07\x42\xfc\xaf\xf3\x9e\ \x60\x3d\x08\x8b\x56\x0a\x79\xd0\x57\xa5\x8c\x2d\xc6\xbd\x31\x0c\ \x87\x03\x9c\x33\xd8\xbe\x21\x4d\x53\x9a\xba\x46\x20\xe3\x22\xdc\ \x5b\x8a\x62\x80\x0c\x8e\x4d\xd7\x30\x9f\x9f\xb0\xaf\xea\x78\x62\ \x51\x8a\xf5\x6e\x8f\xed\xe2\x97\xd5\x85\xd8\xfc\xab\x94\xc2\x38\ \x1b\x11\xbf\xfe\x50\x7d\x41\xdc\xd0\x04\xb1\xf4\xcd\xba\x10\x81\ \x52\xde\xb1\xd9\xee\x98\x4e\xa7\x74\x5d\x43\xbd\xdf\xc7\x6b\xb3\ \xd2\xf1\x8a\xdf\xdd\xb3\xd9\xf7\xac\x16\x5b\x46\x03\x85\xe9\x03\ \x95\x3d\x94\x68\x0a\x85\xb3\x1e\xd3\x75\xe4\xba\xe4\xdd\xcd\x2d\ \xbf\xff\xfd\xd7\xfc\x9b\xff\xfe\x2f\x39\x3b\x3d\xa7\xda\x6d\x19\ \x16\x03\x6c\x6f\x19\x9c\xcc\x48\xa5\xe6\xe6\xf6\x86\xae\xef\x29\ \x3e\xce\xf8\x9d\xe0\x1d\x2f\xbe\xfe\x2d\xc1\xd7\x28\xed\x19\x8d\ \xa6\x9c\x9d\x3d\x47\x0a\x87\xb3\x35\x52\xfb\x48\x4e\x0d\x81\xa0\ \x52\xbc\x77\x11\x60\xd4\x77\x5c\x9c\xcd\xf9\xcb\xbf\xf8\x53\xf2\ \x44\xf2\xfa\xd5\x0f\x98\xae\x45\x2a\x89\xd2\x51\x9a\x11\x42\x11\ \x42\x42\xf0\x96\xe0\x5c\x3c\x99\x86\x00\x87\x8d\x24\x10\x62\xd6\ \xc3\x39\x12\x0f\x99\x8e\x32\x51\x6b\x23\x53\xe6\xb3\xcf\x3f\xe3\ \x57\xdf\x7e\x8b\x97\x32\x76\xb5\x49\x18\x8e\x46\xe0\x1d\x5f\xfe\ \xe2\x2b\x7c\xdb\x47\x27\x90\xf5\x48\xad\xa2\xc5\x5c\x27\x5c\x5d\ \x5d\x63\xba\x9e\x44\x2b\xea\x03\x6a\x57\x88\x40\x08\x91\xe3\xed\ \x5c\x74\x16\xb5\x6d\x43\x10\x91\x2e\xb8\x58\x2c\x59\xad\x37\xd1\ \x4e\x2e\x02\xce\x76\xc4\xd1\x49\xf8\x20\x5f\xc5\x2a\x92\x83\xdc\ \x13\x62\xd8\x92\xe0\x63\x16\x46\x28\x8c\xf3\xdc\x2f\x96\xdc\xdc\ \x2f\xa9\x3a\x43\x90\xf2\x40\x00\x8c\xe0\x39\xa5\x34\x42\x2b\xbc\ \xb7\x58\x03\x59\x16\x6d\xa6\x42\x6b\x84\x14\x68\x21\x62\x05\x8f\ \x89\x0b\x71\x34\x08\x48\x84\x94\x1f\x75\x00\x2f\x88\xc4\x40\xa5\ \x35\x10\xd8\x6e\xb6\xd4\xfb\x35\x08\x87\x17\xc4\x61\x70\xdd\x11\ \x9c\x20\x1b\x8c\x38\x39\x9e\xb2\x5e\x2d\x59\x2e\xef\x10\x78\xb4\ \x12\xb8\x10\xa2\xcc\x6c\x1d\xc6\x44\xe2\xa8\x96\x9e\x2c\x95\x08\ \xe2\x2d\x4d\x6b\x49\xd7\xc5\x5b\x87\x14\x31\x97\x12\x04\x48\x19\ \x6f\xc4\x52\x46\x79\xa9\x1c\xc0\xbe\xaa\x78\xfa\xe8\x29\x4a\xa9\ \x98\xdd\x10\x82\xf3\xb3\x33\x4e\xe6\x47\xf4\x6d\x4d\x5d\x6f\x41\ \xa7\x94\x45\x82\xf3\x19\xd3\xe9\x8c\xf5\xe2\x9a\x47\x0f\x1f\x70\ \x7a\x34\x8d\xe5\xac\x2a\xe5\xbb\x6f\xbf\xa5\x5a\xde\x32\x2c\x4a\ \x70\x0e\xd7\x5b\x6c\x1f\xd8\xba\x58\x52\x5b\x57\x15\x42\x06\x7c\ \xb0\x87\xcd\x2c\x7e\x0e\x10\x71\x8e\x2b\x25\x75\x5d\xc7\x4d\xce\ \x7b\x44\xc8\x68\xfb\x9e\xed\x2e\xda\xd2\x27\xd3\x19\xcb\xe5\xea\ \x3d\xec\x15\x6f\x23\xbb\xc8\x7b\x4b\xdf\xd5\xb1\x3b\x0f\x4f\xd7\ \xb6\x6c\x56\x35\x59\x32\xa4\x6d\x1c\xde\x19\x9e\x3d\x38\x66\xb1\ \xdc\x82\xb3\xa4\x3e\xa5\xde\x6c\xd9\x2c\x96\x04\x1b\x08\xce\xe3\ \x39\x60\xcb\xa5\xc0\x8b\x10\xfb\xf2\x7e\x92\xd6\xe0\x00\x52\x68\ \x6c\xef\xd8\x6c\x56\x78\xdf\xd3\xf6\x96\xd9\xd1\x9c\xc7\x8f\x9f\ \x33\x9b\x9c\x93\xe4\x43\x50\x0e\x6f\x37\xd8\xbe\xe3\xf1\xc5\x39\ \x8f\x1f\x3d\x03\x99\x1e\x74\xd4\x00\xc2\xe3\x0e\x69\x5d\x71\xe0\ \x7a\xc7\xf5\x23\x86\x9a\xa4\x14\x38\xd3\xb1\x5c\xde\xb1\xdb\x6c\ \x98\x8c\xc6\xbc\xbb\xbb\x63\xb3\x5a\xa1\xd2\xe2\x03\x02\x33\x84\ \x68\x8d\x0c\x21\x5a\x09\x83\x7f\x8f\x0c\x0e\x38\xef\xb0\xbd\x21\ \x49\x73\xba\xce\xb0\xdf\xed\x20\x78\x2e\x1e\x5e\x30\x1c\xe4\xf4\ \x7d\x8b\xed\x3d\xc3\xc1\x90\xb4\x88\xec\x86\x34\xc9\x51\x2a\x21\ \xd5\x0a\xdd\x47\x07\x89\x71\x8e\xae\xeb\x90\x01\xdc\xe1\x85\x57\ \x52\x60\xac\x61\x3a\x1e\x91\x66\x39\x37\x37\xb7\xe0\x0f\x8b\xd5\ \xa1\x9b\x4c\x48\x19\x39\xdf\x42\x60\x9c\xc5\x5a\x7b\x00\xf2\xa4\ \x38\x17\x6f\x0d\x5a\x29\x96\xb7\xd7\x2c\x6f\x12\xc6\x65\xc2\x20\ \x4d\x78\xf2\xe8\x98\xdf\x7d\xfd\x06\x63\x0d\x52\xff\xe1\x84\x13\ \xf0\x74\xad\x40\x4b\xc9\x37\xdf\x7d\xc7\xe7\x5f\xfc\x8c\xa7\x0f\ \x1f\xf1\xb7\x7f\xfb\x7f\x90\xa5\x09\x93\x4f\x3f\x63\xb9\x5a\xb3\ \xdb\xed\x78\x7b\x7b\xc7\xa7\xd3\xa3\x8f\x54\xfa\x17\x4f\x86\x67\ \xf3\x23\x94\x1c\xe1\x85\x21\x78\x49\x57\xed\x22\xaa\x54\x18\x02\ \x86\xf5\xbe\xa2\x6d\x25\x2a\x1d\xf2\xf0\xe9\x33\xc6\x47\x33\xea\ \xcd\x06\xdb\xec\x79\x78\x3a\x67\x71\x73\x85\xd0\xf1\x26\x60\xfb\ \x0e\x21\x40\x8a\xf0\x01\xb8\x36\x19\x0f\xe9\xda\x8e\xba\x3e\x68\ \x65\x07\xf2\x92\x3c\x84\xf8\xa4\xd4\x48\x15\x6f\x2b\x83\xb2\x64\ \x7b\x7b\x4b\x5f\xd7\x3c\x78\xfc\x88\x1f\x2f\xdf\x71\xb7\xd9\x32\ \x1b\x0c\x78\x3c\x9b\xb1\xbf\xbb\x03\xa9\xc8\xb3\x14\x0e\xd8\xd7\ \x3c\xcf\x11\x48\x7a\x6b\x11\x42\x51\xe6\x39\xbb\xbe\xa7\x2c\x73\ \x06\x65\xce\x66\xbd\x41\x1c\xde\x9b\xbe\xef\x50\x4a\x91\xe5\x29\ \xce\x3a\x8c\x75\xb4\x5d\x4f\x92\x84\x88\x40\x88\x16\xb7\xc3\x0c\ \x31\x41\xe9\xf8\xe7\xde\x98\x03\xe9\x33\x1c\x0e\x48\x87\xf7\x53\ \x42\xd7\x3b\xac\xa9\x91\xc2\xa3\xa5\x60\xbd\xdd\xe1\x83\x40\xaa\ \x24\x2e\xda\x32\x3a\xc8\xbc\x73\x28\x11\x90\x44\x34\xb2\x31\x2d\ \x88\x78\x78\x21\x38\xb2\x34\x8b\x9b\x63\xe7\xde\xdf\x1f\x62\x1f\ \xde\xc1\x91\xf8\xb1\xfa\xd8\x02\xf1\x20\xd4\x1a\xcf\xed\xdd\x8a\ \x6a\xb9\x24\x98\x2a\x56\x26\x09\xcf\xf1\xfc\x98\xb3\xf3\x87\x4c\ \x8f\x4e\xd1\xa3\x19\xb6\xb3\x64\xa9\x44\x0a\x8f\x10\x1e\xdb\xb7\ \x34\xc6\x63\xec\x7b\x76\x7b\x74\xb0\x6a\xe5\x70\x76\x4f\x91\x9c\ \xe1\xad\xc0\xb4\x2d\x52\xa4\x84\xa0\x40\xc6\x83\x8b\x52\x12\x75\ \x78\x37\xb4\xd6\x68\x1d\xdb\xaa\x9d\x73\x3c\x7c\xf8\xf0\x60\xfe\ \xb8\xa6\x37\xdd\x07\x5b\x7e\x96\x2a\xc6\x4a\xe3\x91\x6c\xb6\x7b\ \x36\x7d\xc7\x30\x4b\x48\x95\xe4\xec\xe4\x04\x2d\x23\x62\xdb\x3b\ \x4f\xd7\xd4\x07\x90\x5e\x8f\x3a\x18\x7c\xea\x3e\x3a\xe8\x82\x77\ \x64\x99\xa6\x37\x1d\x01\x19\x7f\x9f\x82\x0f\xcf\xc0\x7b\x17\x7b\ \xb2\x4c\xb4\x26\x83\xa0\x69\x1a\x96\xcb\x35\x42\x68\xa6\x47\xc7\ \xe8\x34\x8b\x91\x00\x21\x3f\x48\x8f\x59\x9a\xe1\x4c\x9c\xcb\x6c\ \xd7\x7b\xbc\xdf\x92\x28\xc5\x62\x57\x53\x05\x8f\x4e\x66\xa4\xd9\ \x90\xa6\x35\xf4\xb6\xc3\x58\x49\xdb\x0a\xba\xae\xc5\xb9\xe8\x26\ \xf4\x87\x0d\x5e\x4b\x19\x25\x3f\x11\x3e\x48\x84\x3f\xbd\x99\x09\ \x1e\x29\x35\xc3\xe1\x8c\xae\x6b\xf9\xe7\xdf\xfe\x86\xa2\xcc\xf8\ \xf2\x4f\xfe\x92\x41\x5e\x46\x0f\xbe\xb8\x45\x08\x8b\xce\x25\x32\ \xc9\x62\xb8\x46\x59\x54\x36\x04\xa1\x3e\x00\xd9\xc5\xe1\x41\x45\ \xec\xee\x1f\x4e\x43\x92\x40\xb3\xdb\x82\xef\xf9\xf2\xf3\x4f\xf9\ \xe1\xc5\x8b\x03\xf8\xa8\xe3\x68\x32\x61\xdf\xc5\x3a\xee\x78\x25\ \x7e\xaf\xb0\x7a\xbc\x17\x04\x19\x87\xc5\xef\x4f\x01\x5a\xc7\x05\ \x7d\x3a\x99\x30\x28\x0a\xb2\x7c\xcc\xc9\x7c\x46\x96\x25\x9c\x9f\ \x9f\x53\xef\x1b\x7c\x90\xac\x77\x4d\xb4\x75\x2a\x89\xb5\x8e\xd9\ \x74\x4a\xef\x02\x41\x69\x90\x1a\xe3\x3d\x5d\xdb\x20\x43\x20\x11\ \x9e\x22\x8b\x96\xe1\xe3\xe9\x8c\x34\x49\xd9\xdc\x2f\xd1\x52\xc5\ \x53\xaa\x8b\x1a\x76\xdf\x77\x38\x24\x1d\x3d\x89\x4a\x28\x8b\x82\ \xfd\x7e\xcf\xa0\xc8\x19\x0e\x06\x38\x6b\x08\xc6\x22\x9c\x65\x56\ \x58\xd2\xa4\xc5\xbb\x2c\xd6\x4d\x98\x06\xa9\xe2\xe0\xcf\x5a\x4b\ \x70\x91\xde\xe7\xac\x25\x48\x49\x5d\x57\x2c\x16\x0b\x9e\x3e\x7e\ \x4c\xa1\x93\x68\xbf\xdc\xc7\x36\xd5\xc5\x66\xcd\xe5\x62\xc1\xa7\ \x4a\x45\xce\xc7\xc7\xb8\x99\x04\xcf\x7a\xb1\x40\x6b\x8b\x0d\x3d\ \x75\xd5\x60\x5b\x81\x08\x81\xae\xdb\x92\x97\x92\x7c\x30\x62\x76\ \xfc\x98\xf9\xf9\x31\x89\xf4\xbc\xf8\xe7\x5f\x53\xef\xf7\x54\xbb\ \x58\x08\xe8\x03\xa8\x34\xa7\xb1\x36\xfe\xec\xce\xa1\x93\x88\x6d\ \x55\x89\x66\x3c\x1e\xb3\xe8\xef\xe3\x06\x42\x94\x6e\xe4\x61\x05\ \x12\x52\x44\xe9\xe8\x00\x00\x72\xce\xf2\xe9\xd3\xa7\x3c\x3a\x3d\ \x45\x21\x38\x4a\x0b\x56\xcd\x1d\x9f\x7f\xfe\x05\x8f\x8e\xa6\xac\ \x75\x42\x96\x67\x64\x89\xc6\xbb\x68\xc0\xf0\xc1\x13\xac\x45\x4b\ \x85\xd6\x92\xa3\xe9\x98\x61\x19\x8b\xfb\x84\x80\xae\xef\x70\xde\ \x21\x08\x78\xef\x0e\x8b\x58\xfc\xea\x49\x9d\x63\xad\xa5\x2c\xa3\ \xae\xde\xf5\xef\x17\x9a\x83\x2c\x13\xe2\xe6\x21\x84\xc0\xd9\x1e\ \xe7\x0c\x4a\x24\x04\x0f\xd6\xd9\x0f\x75\x2b\x41\x08\x94\xf0\xf8\ \x10\xb0\xce\x83\x8c\xce\xb4\x10\x3c\x08\x85\x3c\xbc\xbb\xe2\x70\ \xd3\x11\x42\xc4\x40\x9d\x03\x27\x25\xfe\x80\xa0\x4d\xb5\xc6\xea\ \xb8\xb0\x89\xc3\x7b\xab\x94\xfa\xa8\xfc\x1a\x01\x38\x24\xad\x93\ \x14\x83\x19\x67\xf3\x09\xae\xdf\xe1\xec\x0e\x5c\xc3\xf9\xc3\x73\ \xac\x35\x5c\xbf\x79\x4d\x9e\x2d\x50\x83\x01\xf3\xf9\x8c\xaf\xd4\ \xcf\x08\x3a\xe7\xe6\x7e\xc5\x37\xdf\xfd\x10\x2d\xaf\x4a\xc5\x83\ \xa3\x4a\xc8\x53\xcb\x64\x54\x30\x9d\xa4\xac\x56\xab\xd8\xb8\x1d\ \x0e\xeb\xc1\xe1\x10\x21\x65\xbc\x71\x69\xad\x3f\x6c\x22\x11\xc6\ \x17\x0f\x78\x4d\xd3\x90\x17\x05\x6d\xd7\xb2\x5c\x2e\x78\xf8\xe8\ \x01\xa9\x2c\x70\xde\x93\x48\x8d\xf4\x1e\x61\x2d\x89\x10\x94\x69\ \x46\xf0\x01\xa1\x34\x49\x9a\xb0\xde\x6c\xb9\x5d\x6e\x70\x88\x28\ \x2d\xa6\x29\x5e\xc4\x3d\x39\xd3\x0a\xd3\x47\xbb\x6e\xa8\x0d\xde\ \x1c\x94\x13\xc1\x87\x9b\x53\x92\x65\xa8\x43\xf6\x85\xc3\xb3\x33\ \xc6\x1f\x72\x71\xd1\x15\xf6\x1e\xd4\xd5\x1b\x83\x77\x9e\xfd\x6e\ \x4f\xaf\x25\x04\x47\xf0\x06\x21\x5a\x8c\xab\xd1\x2a\x10\xbc\x44\ \xab\x82\x34\x19\xa0\x93\x82\xba\xe9\x62\xb3\xb9\xf0\x54\xb6\xa3\ \xe9\x5a\x5a\x67\x69\x6c\x0f\x5a\xe1\x82\x8f\x88\xf2\xc3\x33\x52\ \x42\xfc\x34\x07\xf0\x42\x08\x4c\x6f\x71\x16\x26\xb3\x29\x7f\x3a\ \xfb\x0b\x9e\x3e\x7d\x42\x59\x0c\xa8\xd6\x6b\xf6\xbb\x1d\xae\xdd\ \x91\x2a\x07\xde\x91\x0e\x4b\x92\xc1\x98\xe1\x2c\x41\xa9\x3f\xb8\ \x34\x38\xe8\xa4\x88\x98\x2e\x15\x4a\xe0\x7b\x83\x56\x8a\xbe\xad\ \xa8\xaa\x0d\x7d\x6f\xe9\x9a\x9a\x2f\xbe\xf8\x82\x3c\xcf\x79\xf1\ \xfd\x0b\x26\x93\x29\xbb\x9b\x7b\x9c\x75\x20\x0f\x9b\x91\x77\x87\ \x61\xa8\x3c\x68\xf0\x0e\x6f\xa3\x01\x40\xa6\x29\x89\x4e\xf8\xe2\ \x67\x5f\xf2\xb3\xcf\x3f\xc3\x7b\x43\xdb\x36\x74\x5d\x43\x9a\x26\ \x0c\x8a\x12\xef\x25\xbb\xea\x1d\xab\xcd\x86\x8b\xb3\x63\x4e\x4e\ \x4f\x39\x9e\xcd\xd8\xec\x2b\x74\x96\x53\x37\x1d\x79\x11\xeb\xc3\ \x4d\xd7\x46\xbb\x6a\x70\xe0\x03\xb6\x37\xa4\x3a\x89\x90\x2d\x04\ \xbd\x31\x58\x1f\x43\x71\x42\x46\x07\x88\x56\x9a\x3c\x8b\x5d\x3d\ \xce\x39\x9c\x0f\x9c\xce\xe7\xec\xb6\xd1\x50\x70\x74\x72\x1c\x5f\ \x4c\xdb\x92\xca\x1c\x67\x3a\x8c\x33\xf8\x90\x44\xad\xd6\x18\x02\ \x51\xbe\xeb\xfb\x88\x23\x0e\x5e\x1d\x2c\xd5\x0f\x38\x3e\x3a\x8a\ \x84\xc9\xba\xa1\xee\x3a\x7e\x7c\x77\x89\x57\x7f\x5c\x90\xe9\xff\ \x5f\x3d\x8f\x27\x33\x8f\xa0\x6e\x3a\x96\xcb\x0d\x38\x89\x06\x12\ \xed\xb8\x38\x3d\xa3\x1c\x8d\x68\x7b\xc3\x7e\xbd\x44\x6c\xb6\x14\ \xa9\x40\x8d\x72\x44\xb0\x74\x4d\xcf\x6e\xb7\x47\xe5\x26\x32\x2b\ \x0e\x49\x70\x09\x38\xd7\x31\x18\x64\x14\x89\xf8\xb0\xd8\x7b\x7f\ \x18\xe4\x13\x03\x8b\x42\x48\xd0\xea\x83\xcb\x2b\x51\x9a\x2c\x49\ \xc1\x5a\x9a\xa6\x25\x71\x81\x91\x4e\xe8\x17\x2b\x42\x59\x72\x3e\ \x9f\xc7\xbf\x6b\x63\x3a\x3b\x04\x19\x65\xb3\x10\x90\x22\xca\x05\ \x45\x92\x90\xa5\x29\xbb\xfd\x9e\xba\xae\x10\x02\x94\x12\x38\x1b\ \x0e\x41\x53\xf9\x61\xa3\x89\x32\x47\xdc\x54\xad\x71\x48\x11\xbf\ \xd4\xde\xc7\xdb\xb5\x54\x0a\xad\xf4\x61\xd8\x6c\xe9\x08\xd1\x2c\ \x42\xbc\x99\xc4\x76\xdd\x68\x77\x16\x08\x34\x12\x29\x15\xc1\xda\ \xf8\x73\x8a\xf8\xf9\xde\x1f\x8c\x22\x70\x2d\xca\x17\x4a\x12\x8d\ \x08\xfe\x30\x64\x37\x86\x3c\x4d\xe3\xcc\xc4\x99\x98\xc7\x89\x60\ \x74\x02\x7c\x44\x6a\x6f\x20\x04\x89\x0b\x92\xe9\xf1\x9c\xcf\xbe\ \xfa\x1c\xdb\xef\x48\x44\xcb\xf6\xee\x2d\xab\xf5\x02\xd3\x59\xb4\ \xca\x70\x68\xf2\xb2\x24\x3f\x9a\x71\x72\x76\x86\x97\x09\x79\x5e\ \xf0\xf2\xe5\xab\x58\x7f\x92\x44\x52\xa3\x0a\x82\x4f\x9e\x3e\xe2\ \x2f\xff\xcd\x33\x3c\x29\xaf\x5f\x5f\xc6\x1b\xe8\xe1\x3c\x29\x82\ \x38\xc8\x4a\x21\xfe\xbe\x09\x71\x81\x0e\x90\xa5\x39\x49\x92\xd0\ \xf7\xfd\x41\x0e\x54\x1f\x9c\x52\xde\xf9\xe8\xf6\x12\x22\xd6\x8e\ \x6c\x37\x88\xe0\x29\xd3\x8c\x87\x0f\x1e\xd0\x54\x35\xc9\x24\x56\ \x1e\x79\xa1\xa8\x3a\x83\x48\x32\x3a\xd3\xa1\x85\xa0\xb7\xe6\x90\ \x84\xef\x49\x53\xc1\x7a\x7d\x8f\x90\x1a\x48\x0f\x07\x01\x7f\x40\ \x2d\x04\x94\xd2\xf8\xc3\x7a\x63\x0f\xb7\x0e\xad\x15\x75\x5d\x73\ \x74\x74\xc4\xe9\xe9\x19\xdb\xed\x16\xe7\xde\x1f\x4c\xe2\x0d\x5b\ \x25\x69\x94\xf1\xbb\x1a\x63\xb6\xa4\x79\x34\x17\x68\x95\xe2\x9d\ \x20\x4d\x8a\x28\x69\x7b\x4f\x5d\xd7\x24\x2a\xe0\x84\xa2\xed\x6a\ \x1a\xdf\xd3\x63\xb1\xde\x73\x18\x2f\xc7\x77\x29\x7a\x36\x7e\xa2\ \x37\x13\x1f\x48\x8b\x04\x17\x34\x17\xcf\x1e\x53\x94\x43\x24\x91\ \x18\x68\xfa\x1a\xe1\x7b\xa6\xe3\x92\x44\x0b\x54\xa2\x10\xb6\x43\ \x9a\x1d\x59\x13\xe8\x9b\x3b\x8c\x94\xd8\xd6\x20\x74\x41\x10\x39\ \xc5\xe4\x14\x44\x72\xc8\x31\x78\x96\xb7\x1b\xea\xee\x8a\xfd\x7e\ \x0d\x6e\x4a\xdb\x29\xa6\x2a\xe7\xe8\xd1\x03\xfe\xe9\xb7\xbf\x21\ \xac\xd6\xb4\x6d\x6c\xf9\x54\x52\xc4\x2b\x67\xf0\x28\x25\x11\xef\ \xe7\x2f\x42\x52\x0c\x06\x74\xd6\x83\xd0\xb4\x9d\x01\x29\x90\x3a\ \x61\x90\x0f\x01\x49\x9a\xa6\xc8\xf7\x75\x1c\xc1\xd0\xd6\xf7\xc8\ \x60\x18\x8f\x2e\x38\x39\xfe\x9c\xb6\x35\x64\x69\x82\x31\x3d\xae\ \x6f\xd0\x49\x42\x91\x24\xe8\x10\x08\x5e\x47\x39\xc2\x7b\x76\x75\ \x4d\x9a\xe7\xe4\x83\x12\xe3\x1c\xa6\x37\x28\x95\xa0\x12\x4d\x9a\ \x78\xa4\x16\x68\x12\xb2\x34\xc7\x38\x47\xdb\xd5\xe8\xae\xe5\x68\ \x38\xa2\x12\x29\x6a\x5c\x12\x8e\x1f\xf3\x7a\x5f\x10\x16\x57\x0c\ \x94\x60\xbd\xed\xa8\xdb\x40\x56\xc6\x3a\x17\x2f\x2d\x5e\x38\x8c\ \x00\x85\xc2\x1b\x8f\xb5\x2e\xd2\xeb\x9c\x89\x7c\x68\x21\xc8\x94\ \xe6\x7a\x79\x8b\xeb\x3d\x42\x44\xe2\xde\xc7\x6a\xd7\x90\x52\xf2\ \xe5\xbf\xfd\x2b\xd0\x82\x10\x6c\x1c\x9c\x12\xf0\xb6\xe7\xee\xc7\ \x97\x2c\xee\x6f\x58\x55\x2b\x70\x30\x5e\x37\x8c\x87\x03\x92\xb3\ \x11\xd3\x93\x23\xc6\xc7\x73\xec\x2e\x70\xff\xcb\x5f\x71\x5f\x2d\ \xc8\x26\x43\x8e\xe6\x33\x46\x3b\x4b\xdd\xec\xf9\xf9\xcf\x9f\xf0\ \xf9\xe7\x73\x16\xf7\x0b\xae\xde\x3a\x5a\x77\xe0\xc1\xd3\x11\x70\ \xc8\x90\x11\x82\x22\x09\x1a\x67\x1c\x56\xc4\xd9\x80\xc5\x51\x77\ \x35\x6d\xd7\x31\x9b\x0e\x49\x93\x0b\x8a\x72\x10\x4f\x7f\x44\xfe\ \xbb\x3f\x7c\xf9\x8a\xac\x20\x84\x80\x09\xe6\xc0\xe0\x08\x48\x25\ \x71\xc6\x72\xf5\xee\x92\xae\xed\x90\x87\xfa\xff\x78\xd0\x09\xf4\ \x9d\x25\x4d\x0e\xa1\xcf\x03\x21\xd3\xbb\x38\xf0\xee\x8d\xfd\x70\ \x2b\x09\x87\x95\x30\xca\xb4\x81\x22\x49\x49\x47\x09\xab\xcd\x3a\ \xb2\x3e\x7c\x04\xbd\xc9\xc3\xe1\xc7\x1a\x8b\x0b\xe1\x90\x8b\x89\ \x43\x66\x11\xfe\x20\x8d\x86\x10\x70\x1e\x44\x88\x5c\x16\x29\x64\ \xec\xa8\xb3\x51\x5e\x51\x3a\x89\x2e\x43\x21\x41\x28\xac\x75\x00\ \x94\x65\xc9\x70\x38\xfa\x43\xc5\xcb\x47\xb8\x9b\x48\x6f\x49\x5c\ \xcf\xcd\xdb\x97\x8c\xa8\xd0\xbe\x66\x58\x68\xb2\x41\xc6\x38\x2f\ \xa0\x54\x74\xbd\xa1\x6b\x6b\xd4\x0d\x1c\x15\x29\x26\xec\x58\xdc\ \x6f\x99\xa5\x13\x1e\x1e\x95\xbc\xbd\xeb\x70\x62\x00\x62\x4d\x6a\ \x14\x93\x2c\x07\x3a\xb6\x9b\x0d\x42\xd8\xc8\x17\x49\x06\x58\x27\ \xb1\xd6\xf3\x1e\x0d\xee\x9d\xc7\x07\x8f\x75\xb1\xb9\xd7\xe3\x63\ \x09\x66\x5b\xf3\xe4\xc9\x53\xfa\xae\xe1\xea\xdd\x5b\x52\x95\x80\ \xf3\x58\xd3\x93\x26\x29\x6d\xdb\x32\x1e\x8f\x19\x0e\x06\xa8\x44\ \xf0\xe0\xc1\x09\x21\x78\xba\x76\x47\x9e\x17\x74\xcd\x1e\x89\x8f\ \x8b\xbd\x8c\x33\xac\xa2\xcc\x31\xd6\xe1\xac\x23\x51\x09\xa3\xc9\ \x31\xa6\xb7\xf4\x75\x7b\x78\x3e\xf1\x6c\x26\x82\x24\x04\x8b\x0c\ \x8a\x2c\x4b\x81\x68\xdb\x15\x21\xd0\x8b\x1e\xd3\xf7\x24\x8a\x78\ \xa0\xe8\x2a\x8a\x22\xa3\xa9\x3d\xa8\x80\xce\x74\x54\x4e\x80\x24\ \xcd\x48\x12\xc9\x72\xb1\xc0\x7b\x45\xdb\x75\x8c\x85\x25\x4d\x63\ \x77\xa0\x52\x8a\xa6\x33\x74\xa1\x67\xb3\xdf\xc6\xcd\x0c\x4f\xea\ \x1d\xee\xd0\xb4\x13\x65\x48\x8d\x90\x3f\x51\xd2\xa2\x73\x8e\xa3\ \xa3\x19\xe5\xa3\x07\x24\x69\x81\x0b\x51\xd9\x56\xc1\x92\xa8\x80\ \xe9\x2b\xae\x96\x5b\x8a\xb2\x20\x4d\x53\xf6\xab\x7b\x6c\x57\x23\ \xa4\xc7\xd9\x9e\xb4\xc8\x91\x69\xc6\xf1\xd9\x63\xc6\x27\x8f\xe3\ \x66\x93\x26\xe0\x1d\xdb\xd5\x82\xf5\x72\x83\x09\x4b\xfa\xbe\xc2\ \x76\x29\xc6\x27\xac\xb6\x35\xd0\xb1\xd9\x2d\xc9\x26\x29\x88\xa8\ \x6b\x0b\xc7\x87\xa1\xbd\x38\x5c\xf5\xa4\x90\xb1\x4a\x5e\xa7\x24\ \x69\xca\xbe\xeb\x28\x8a\x01\x77\xf7\xf7\x24\xfa\x05\xa7\x27\x27\ \x07\x27\x85\x06\x1c\x59\x96\xe0\x6c\xcb\xf9\xd9\x31\x01\x41\x9a\ \xc8\x0f\xfa\x6e\x9a\x66\x74\xed\x2e\x0e\x3a\x43\x20\x49\x34\x32\ \x4d\x70\x2e\xc1\x98\x0e\x42\x4c\x31\x9f\x26\x09\x9f\x7c\xf6\x19\ \xdf\x7e\xff\x1d\xa8\x38\x2c\x45\xc4\x5a\x6e\x29\x05\x09\x1a\x6b\ \x0c\xad\xe9\xb0\xde\x62\xac\xa0\x6d\x7b\x82\xd4\x0c\x8e\xcf\xd0\ \xc7\x17\x5c\x36\x3d\x47\xc9\x05\xcd\xfa\x8a\x1f\xdf\xdd\x43\x92\ \xc5\xfa\x19\xd3\x46\x2f\xbb\xf2\x80\x46\x86\xb8\x90\x3a\xef\x30\ \xce\xe2\x82\x27\x2f\x4b\x9a\xaa\x66\xbd\x5a\xb3\x5a\xae\x68\x3b\ \x13\x81\x4a\x1f\x2b\xc2\x76\x18\x32\x7e\xff\xed\xd7\x20\x3c\x59\ \xaa\x49\x12\x81\xc4\xa1\x09\x8c\x46\x25\xc2\xcf\x90\xde\xc6\x4e\ \x2b\xb3\x67\xbb\xad\x39\x7e\x90\xe0\xcc\x8e\xd5\xe5\x86\x54\x0e\ \x49\x73\xcb\x76\xbb\x61\x32\x2a\x19\x8f\xa7\xf4\x7e\x47\xd7\x56\ \x24\x89\xa4\xeb\x76\x34\x75\x9c\x59\x88\xa0\x08\x42\xe0\x83\x23\ \x60\x11\x22\x43\xf8\xc8\x68\x0f\xf8\x83\xdd\xda\xd3\x3b\x8b\x4a\ \x35\xd3\x61\x89\xb3\x8e\xd9\x6c\x8a\x73\x87\x83\x85\x92\x1f\xb4\ \x1a\x15\xbf\x79\xf8\x83\x1d\xdd\x18\x43\x9a\xa6\x0c\x06\x03\x84\ \x95\xb4\x4d\x1b\x87\xcd\x3e\x36\x5a\x27\x69\x16\xdf\x23\x7f\x98\ \xef\x11\xff\x7f\x08\x30\x18\x0e\xa3\x24\xb6\x5c\x47\x9a\xa8\x8f\ \xd2\x55\xd4\x5b\x23\x90\x2c\xd1\x8a\x54\x4a\xb6\xdb\x1d\xbd\xb5\ \xa4\x69\x82\xb5\x3d\x42\x27\xe4\x45\x41\x52\x96\xd4\x55\x45\x08\ \x71\xf6\xf6\xfe\x1d\x0e\x07\x27\x93\x54\x2a\xce\x89\x64\xfc\x4c\ \xe1\x70\x9b\x49\x0e\x5c\xf2\x24\x49\x0f\x0e\xb8\xa8\xff\xab\xc3\ \xa6\x09\x31\x4b\xf5\x11\xaf\x26\x40\x2c\x2d\xbc\xbd\xbf\xc5\xb6\ \x6b\x4a\xe5\x38\x9d\x0e\xf0\xae\x23\x49\x13\x74\x96\x52\x0c\x46\ \x94\xc3\x92\x49\x79\x8c\xb1\x2d\x6d\xb0\x4c\x8e\xe7\x28\x53\xf0\ \xb3\x4f\x3f\x67\x6b\x5e\x71\x57\x59\xa4\x16\x58\xab\xb8\xbe\x59\ \xf0\xf9\xcf\xe7\x28\x99\x22\x0e\x3d\x64\xce\xf6\x84\x90\x11\x82\ \x3f\xc8\xd4\xf1\xf7\x12\x7c\xfc\xde\x39\x17\x1d\x73\x59\x9e\xb1\ \x5a\x2e\xf9\xfc\xb3\xcf\x98\x4d\xa7\x0c\xf2\x9c\xe0\xdc\x41\x56\ \x8a\xae\x29\xef\x3d\x47\xb3\x19\x81\x80\xf7\x96\xb6\x8d\x83\xf2\ \x2c\xcb\x68\x9a\x3d\xaf\x7e\xf8\xfe\x50\x49\x22\x63\x5e\xe5\x20\ \x13\x0b\x22\x96\xd8\x1a\x47\x6f\x3c\xd6\x46\xc7\x5c\x08\x21\x2a\ \x0d\xfc\xa1\x61\x40\x4a\xc9\x64\x32\xe1\xee\xee\x3e\x2a\x23\x87\ \x43\xc0\x66\xb3\xe1\xc7\xd7\xaf\x48\xd2\x94\x2c\xd5\x94\x65\x81\ \x31\x43\xde\x5e\x79\x7a\x6b\xd1\x69\x82\x35\x71\x7e\x6a\x6c\x60\ \x57\xb5\xa4\x49\x4e\x5e\x94\xf1\xe0\xea\x0c\x42\x29\xea\x7d\xc5\ \x68\x34\x64\x3c\x9d\xb1\xdb\x57\x54\xbb\xc8\x48\x21\x44\x57\xa3\ \x08\x81\x40\xe4\xe6\x48\xa9\x7f\x9a\xad\xc1\xef\xa5\xae\x34\x89\ \x9d\x3b\x4a\x80\xf7\x16\x21\x03\x45\x99\x30\x3f\x9a\xb0\xd3\x02\ \x9d\xa4\x78\x0f\x9d\x57\x58\x52\x84\x33\xd8\x3e\x30\x3f\x9d\x72\ \x74\x7a\x86\x41\xd2\xef\x56\x38\x6a\x26\x67\x8f\xd8\x57\x11\x76\ \x94\x68\x8f\x37\x0e\x67\x7a\xb4\x0e\xec\x77\x15\xbe\x1f\x61\xfa\ \x8a\x61\x01\x65\x1e\xd8\xec\xbb\x03\x24\x28\x7e\xe1\xb5\x52\xd1\ \xf5\x71\xf8\x02\x06\x1f\xb1\xbc\x49\x9a\x20\xda\x0e\x67\x0c\x4d\ \x5d\xa1\x95\x8c\x33\x14\x04\x42\x81\x33\xd1\xed\x95\xe5\x05\x0f\ \x1f\x3d\xc6\x7b\x8f\xe9\x63\xe6\xc5\xb9\x10\x1b\x5f\x0f\x01\xa9\ \x38\xec\x7f\xdf\x13\x94\xa0\x64\x8e\xf7\x11\xf4\x03\x81\xf1\x78\ \x1c\x1f\xac\x88\x27\x49\xa9\x14\x36\xc4\x1b\x44\xf0\x91\x1c\xd8\ \xda\x0e\x9d\xc6\xcf\xda\xf4\x3d\x4e\x25\x6c\xab\x96\xfa\xea\x9e\ \xae\x6d\xf9\x64\x90\x93\xfa\xc0\xde\x79\x74\x56\x62\x8d\x01\xe7\ \x10\x36\x90\x48\x41\x12\x24\x22\xc4\x8d\xce\x1d\xee\xba\xef\xeb\ \xf4\xb3\xbc\xe0\xfa\xe6\x1d\xab\xf5\x06\x13\x02\x4d\x67\xe2\xcb\ \xf7\x31\xb6\x93\x10\x75\xe1\x9b\x37\x2f\x90\xc2\xd3\x34\x0d\x4a\ \x82\x14\x96\x4c\x4b\x66\xa3\x11\xde\xb4\xa4\x12\xf2\x34\x43\x8f\ \x87\xb8\x34\xa3\xaa\x1b\xec\xbe\x66\x3c\x1a\x60\xfb\x1d\x47\xc7\ \x92\x6c\x93\xe0\x5d\x82\x0d\x12\x74\x34\x61\x5c\x5f\x2f\x78\xf4\ \xf8\x39\xce\x29\xfa\x2e\x86\x13\x05\xe1\xc3\x8c\x81\x10\x07\xb1\ \xe1\x60\x51\x7e\x7f\x13\xa8\xab\x8a\xfd\xbe\xe6\x68\x96\xc6\x13\ \xa1\x8e\x69\x6b\x71\x78\x0f\xde\xff\x1b\x88\xb9\x84\xe0\x63\xd8\ \x31\xd6\x75\x58\xda\xa6\x65\xb7\xab\xd8\x6e\x63\x0a\xfe\xbd\x5c\ \xe4\xbd\xe7\xe4\x74\x4e\xdf\x76\x54\xfb\x7d\x94\x5d\x0e\xfa\xfd\ \x7e\xbf\x8f\xed\xaf\x89\xfe\x60\x53\xfd\x30\x9f\x0d\x01\xef\x62\ \xcd\xfe\x93\x27\x4f\xc8\xcb\x82\x57\xaf\x5f\x1f\xa4\xb5\xe8\x04\ \x52\x4a\x53\x96\x65\xbc\x11\x1f\xa4\x3e\x0e\x7a\xfc\xfb\x99\x8b\ \x92\x22\x16\x92\x7a\x1f\x37\xb4\xf7\x59\x1f\xf8\x90\x87\xe9\x0f\ \x8d\x0d\x1f\xfe\x5e\x08\xe4\x59\x71\x08\x51\x7e\xc4\x28\x80\x90\ \x88\x7c\xc0\xd1\xd9\x19\xcf\x2e\xe6\x14\xca\x30\xce\x35\x5f\xff\ \xee\x9f\x18\x2b\xc5\x64\x38\x66\x38\x9e\xe0\x84\xa2\x49\x34\xc9\ \x78\x48\xe8\x2b\xca\x62\x4c\xb7\xf2\xb4\x35\x64\x59\x4a\x1e\x5a\ \xea\x3e\xd0\x69\xc1\xe5\x6a\xc3\x6f\x7e\xfd\x03\x3a\x29\xd8\x6c\ \x1b\xfa\xde\x90\x16\x05\xd6\x9a\x0f\xbf\xcc\x68\xcc\x51\x07\x29\ \xcb\x91\x24\x1c\x0c\x1b\x82\xcd\x26\x56\xda\x17\x45\xc1\x64\x32\ \x89\x92\xa4\x56\x04\x11\xb1\xc7\x21\x04\xd2\x2c\xbe\x13\x21\x78\ \xf2\x3c\x2e\xd4\xd6\x5a\x94\x8a\x79\x31\x6b\xff\x90\x78\xcf\xb2\ \xec\xc3\x3c\x24\xc8\xc3\xa1\xc5\x1f\x9c\xa0\x26\xca\x59\x5a\xff\ \x21\x0f\xea\x5c\xbc\x65\x9e\x9e\x9e\x91\xe7\x39\xdf\x7f\xff\x3d\ \x4a\x6b\xb4\xd2\x18\x63\x58\x2e\xd7\x1c\x1d\xcf\xb0\x4e\xa0\x93\ \x9e\xa2\x28\xc9\xb3\x02\x6b\x1c\x5d\xdb\x23\x43\x5c\xd7\x74\xa2\ \x28\xcb\x21\xfb\x6d\x8d\x14\xff\x37\x75\x6f\xf6\x23\x59\x9e\xdd\ \xf7\x7d\x7e\xdb\xdd\x22\x22\x23\xd7\xca\x5a\xba\xaa\x7b\x7a\x7a\ \x16\x91\x23\x4a\x24\x44\x0a\x7e\xb0\xe1\x67\xfd\xb7\x02\x04\x3f\ \xe8\x51\x30\x2c\x40\xb2\x29\x52\xa2\x28\x0e\x67\x7a\xaf\xae\x25\ \xf7\xd8\xee\xfa\x5b\xfc\x70\x7e\x11\x59\x33\xa4\x65\x0a\x2e\x03\ \xec\x06\x1a\xdd\x9d\x9d\x15\x19\x19\xf7\xde\xdf\x39\xe7\x7b\xbe\ \x4b\x4d\x51\xd6\xa4\x04\xd3\x30\xb0\xdb\xed\x68\xca\x0a\x97\x5d\ \xa9\xdb\xae\x23\x90\x84\x41\x80\xc9\xb4\x69\x4d\xf4\x81\xa6\x9a\ \x1d\xf4\x4e\x3f\x32\x6a\xb0\xe1\xfe\xf6\x8e\xd0\xf5\x2c\x8e\x97\ \x04\x22\xa5\x85\xa9\xdf\x62\x4d\x64\x79\xba\xe4\xf8\xc9\x05\x09\ \x07\xda\xf1\xc9\xcf\x7e\x89\xf7\x03\x7d\xb7\x25\xed\x56\xec\x6e\ \xaf\xd8\xbc\xbf\xa2\xed\x3b\x9a\xa3\x13\xea\xe3\x33\xa6\xf6\x96\ \xb2\x28\x28\xce\x4f\xf8\xfa\xcb\x5f\xe3\xfd\x80\x33\x15\x63\xce\ \x14\x3f\x5d\x1e\xd3\x77\x3b\xfe\xd5\xbf\xfa\x5f\xf9\xf5\x7f\xf9\ \x96\x1f\xae\xb6\x28\x53\xe4\xae\x2d\x1d\xec\x3e\x94\x11\x7d\x00\ \x39\x9d\xac\x74\x25\x8a\x9d\xd8\xa4\xb4\x2d\x4a\x25\x16\x8b\x39\ \x43\xdf\x61\x94\x46\x17\x22\x08\x73\xae\xc8\xac\x0e\x43\x34\x09\ \xa3\x4d\x86\x48\x02\xde\xcb\xcd\xe9\xa7\x89\x10\x64\x37\x53\x16\ \xd2\x01\x2a\xc4\xa4\xef\xfe\xfe\x81\xd5\x7a\x8d\xf7\x13\xcd\xac\ \x61\x9a\x44\x60\x35\x78\x4f\x8c\x81\x4a\x5b\x8a\xc2\xd1\x4d\x2d\ \xe3\x30\x42\x55\xd1\xf6\x03\x7a\x36\x63\x37\xc2\xe8\x0d\xde\xcd\ \xf9\x7a\xf5\xc0\x51\xdf\x91\xca\x5a\xa6\x92\x18\x20\x5b\x89\xe8\ \x64\xd0\xd9\x0a\x04\x2b\x07\x8e\x73\x36\x2f\x72\x03\xdf\x7e\xf7\ \x3d\x57\x37\x77\x8c\x21\x60\x8a\x0a\xeb\xd2\xc7\xdb\x99\xe4\x87\ \x3b\xc6\x40\x24\xd0\xd4\x72\x18\xca\xb5\x39\xa2\xdd\x6e\x58\xdf\ \xdf\xf1\xe9\x27\xcf\x98\x1f\x2d\x18\x54\x81\x6a\x8e\x98\x1f\xcf\ \x88\xd3\x48\x6d\x0d\xaa\x18\x79\x78\x50\x98\xc1\x10\xb5\x62\x74\ \x01\x63\x35\x65\xdd\xf0\xf5\xd7\x57\x34\x33\x4d\xb7\xdd\x30\x4e\ \xc8\x44\x62\x94\x14\x95\xa4\x04\xa2\x54\x92\x47\x9e\xa2\xe8\x0d\ \x94\x95\xa4\xc1\xcd\x66\xc3\xc9\xc9\x31\x75\x5d\xa3\xd0\xf9\x7a\ \x45\xca\xa2\x10\x66\x1d\xe6\x40\xb9\x4d\x29\x89\x10\x91\x4a\xbe\ \x8f\x44\xd7\x75\xf4\xc3\x20\x48\x56\x66\x44\xf5\xbd\xd8\xd1\x6b\ \x54\x3e\x9c\x04\xd2\x8c\x24\xea\xaa\xa2\x28\x0a\x56\x9b\x2d\x21\ \x8c\x58\x63\x1f\x77\x1e\x59\x87\xa5\x8d\xe1\xe4\xe4\x84\xc5\xf2\ \x88\xae\xef\x79\xfb\xf6\xad\x4c\xab\xc0\xae\xdb\x09\xad\xb4\x93\ \x54\x51\xac\x78\x90\xed\x97\xa9\xe2\x16\x10\x73\x56\x47\x38\x48\ \xf8\x62\xfe\x9e\x0f\xff\x9f\x02\x62\x08\xec\x69\x52\x29\xe3\xf8\ \x1f\x0b\xe5\x4a\x31\x32\x5b\x2c\x39\xbd\x7c\x0e\x85\xe3\xec\xe9\ \x33\x8e\x2b\xcd\xeb\x6f\xfe\x96\xb3\x8b\x4b\xce\x4e\x8f\x19\x86\ \x81\xed\x76\xc3\xfc\xe4\x09\xcc\x4e\x19\x63\x47\x55\x3b\xa2\xdf\ \x42\x0f\xf5\x54\xf1\xb4\x3e\x66\x18\x57\xe2\xfc\xe0\x22\x7e\x88\ \xbc\x7f\xbf\xe1\xec\xa2\xc1\x4f\xa2\x2d\xeb\xc6\x01\xa5\x1c\x4a\ \x9b\xdc\x08\x48\x9e\x4a\x4a\x42\x40\x90\x5d\xc3\xc0\xf2\xe8\x88\ \xcb\x27\x4f\x98\xa6\x89\xd5\xc3\x3d\xcb\x93\x25\x45\xe9\xe8\xdb\ \x16\x5b\x14\x18\x23\xda\x2f\x21\x42\xc8\xb2\xde\x18\x87\xd6\x52\ \x2c\x84\x6d\x27\xcd\x9e\x75\xe2\x04\x3e\x8d\x23\x45\x59\xe6\xec\ \x19\x99\xc4\xca\x42\x84\x8c\xc3\xe1\xfa\x93\x8b\x8a\x3d\xec\x4a\ \x8e\x8e\x16\x2c\x97\x47\xfc\xe6\x37\xbf\x61\x1a\x46\xc2\x34\x11\ \x52\x41\x5d\x37\x3c\x79\xf2\x84\xd5\x5a\x28\xe4\x62\x4e\x29\x24\ \x82\x30\x45\x7c\xd6\x69\x4d\x53\xcf\xd9\xe9\x29\x7a\x59\x10\x82\ \xfc\xae\xd3\x3e\xf0\xcc\x15\xd2\x48\xf8\x88\x35\x56\xfe\x8c\x16\ \x68\xcb\x18\xcb\x34\x4e\xd4\x45\xc9\x3f\xff\xe3\x3f\xe1\xd5\xcb\ \x57\x32\x25\xff\x03\x2f\xfc\x3f\x2a\x6f\xae\xae\xed\xb9\xbf\xba\ \xe6\xf3\x2f\x3e\x27\xa5\x91\x62\x5e\xd1\xae\x6e\x78\xf7\xfd\x37\ \xe0\x3d\x65\x35\xc3\x16\x73\xb0\x15\x65\x53\x09\x43\x25\x0c\x1c\ \x57\x0e\x33\x9f\xd3\x6d\x56\xd4\x85\x43\x45\x4f\x9c\x7a\xac\x9a\ \xb8\xbd\xbf\x67\xf4\x09\x6b\x15\x61\x70\xd8\xa2\x61\xd5\x4d\x2c\ \x8e\x67\x9c\x3f\x3d\x03\xef\x89\x01\xfe\xfd\xfd\x96\x18\x35\x91\ \x70\xf8\xf0\x0e\xac\x8a\x18\x89\xf9\x3d\x7a\xef\x29\xad\x45\x6b\ \xc1\xa8\xd7\xab\x07\xde\xbf\x7f\xc7\xb3\xa7\x97\xd4\x4d\x45\xf0\ \x53\x5e\x88\x27\xb9\x71\x52\x64\xd7\xb5\xc4\x08\xce\x95\xac\xd7\ \x2b\xc9\x0e\xc8\x13\xcf\x94\xbb\x3f\xc8\x5d\xe1\x38\xe4\x2e\x52\ \x22\x4c\x8d\x95\x65\x60\xfb\xf0\x90\x29\xac\x96\xa4\xf6\x63\xb1\ \xf0\x54\x82\x9f\x08\x48\xa1\x09\xc9\x10\x22\x98\x66\x4e\x30\x15\ \xc9\x15\xf8\x69\x64\x4c\x2b\x9a\xd9\x5c\x84\x6c\x28\x61\xba\x65\ \xc0\x36\x69\x51\xff\xea\xfc\x7b\x5b\x67\x0e\x98\xfb\x7a\xbb\x65\ \xbd\x59\x33\x85\x44\x51\x54\xb9\x13\x8f\x1f\x07\xe6\xca\x9d\xf9\ \x2f\x7e\xf5\xcf\x3f\xd0\x35\x08\xdc\x35\x0e\x1d\x57\x7f\xf5\x9f\ \x39\x7b\xfe\x19\xc1\x39\xd6\xa3\x62\x7e\x72\xc4\xfc\xf4\x09\x51\ \x29\xaa\x72\x42\x4f\x1d\xb1\xd7\x14\xbb\x86\x4b\x75\xca\x76\x08\ \xac\xc7\x8e\xa3\x27\x0b\xa2\xf6\x84\x04\xab\x87\x0e\xab\x2b\x94\ \x99\x20\x20\x85\x54\x09\x6d\x5c\xed\x0b\x9a\x52\x62\xb1\x12\x3c\ \xa4\x82\x94\x60\xb3\xd9\x60\xad\xec\xb6\x86\x6e\x8b\xd6\x86\xaa\ \x2c\x0f\xdd\xbc\x18\x45\x8a\xe5\x46\x4c\x32\x79\x1c\x58\x4f\x0a\ \x8e\x8e\x16\xd4\x55\x4d\x08\x2d\x49\xc9\xee\xa2\xae\x6a\x56\xab\ \x35\xd3\x30\x64\xb1\x5c\xcc\x1d\xf2\x74\x10\xa9\x69\x25\x7a\x03\ \x12\x87\xff\x56\x5a\xa3\xd1\x52\xe4\xb6\x5b\x8e\x4f\x4e\xa4\x29\ \x49\x48\x26\x78\x22\x6b\xaa\xb2\xfb\xad\x11\xf6\x52\x48\xe9\xb0\ \xdb\x91\xd7\x75\x8f\xd3\x4e\xfe\xfd\xf7\xd3\xb1\x31\xe2\x09\x16\ \xf7\x42\xbe\xfd\xf2\x1d\xe8\xfb\x9e\x69\xfc\x78\x19\xf0\x4a\x2b\ \x76\x7d\xc7\x7a\xbb\xa1\x30\x33\x7e\xf3\xdb\xaf\xb8\x7b\xfb\x0d\ \x45\x1a\xf9\xfc\xd3\xe7\xa2\xc3\x4a\x91\x5d\xdf\x31\xe2\xd0\x9d\ \xa1\x3e\x2a\xf0\xeb\x2d\x56\x17\xe8\x16\x2e\x30\x58\x9d\x50\x0d\ \xf8\xad\x66\x08\x1e\x1f\x15\xf7\x2b\xcf\xe9\x79\xcd\x7c\x71\xce\ \xd5\xed\xed\x21\x77\x47\xeb\x84\x46\x1f\xd8\x9e\xfb\xeb\x3e\x8e\ \x43\xee\xbe\x13\x4f\x9f\x5e\x52\x14\x05\x27\x67\x27\x9c\x9d\x9f\ \x32\x9f\xcd\x32\xac\x29\x93\xa2\x35\x62\xbd\xb2\x37\xd4\x54\x0a\ \x62\x12\x0d\xd0\x7a\xbd\x65\xbb\xdd\x1c\xa6\x8b\x3d\x63\x6f\xdf\ \x94\xed\x27\xc1\xae\xeb\x04\x1a\x2b\x8a\x47\xc8\x2d\x3f\x77\x62\ \xff\x23\x6e\xd3\xd3\x34\x62\xad\xc3\x28\x45\x55\x55\x58\xab\x99\ \x2f\xe6\x38\x57\xe0\x7d\xa0\xac\x6a\xca\xa2\xe4\xc9\xc5\x25\xef\ \xdf\x5f\x0b\x64\x16\x13\x5a\x3b\x42\xf0\x6c\xb6\x2d\x55\xd5\x50\ \x94\x0d\x21\x24\x94\x8e\xf4\xbb\x56\xec\x83\x42\xc4\x0f\x13\x27\ \xc7\xc7\xbc\x7e\xff\x96\xe8\x3d\xba\x28\xf0\x31\xa2\xb4\xe5\x4f\ \xfe\xe4\x5f\xf0\x8b\x2f\x7e\x81\x4e\x1a\x45\xf7\x0f\x06\x37\xff\ \x11\x2d\xe0\x23\xb3\xd9\x8c\xf5\xed\x2d\x9b\xd5\x0a\x98\x58\xdf\ \xbe\x61\x7b\x7f\x45\xb7\xba\xa5\x2e\x4b\xee\x37\x3b\xaa\x45\x60\ \xf0\xa2\x2a\x2e\x1c\x94\x2a\xd1\x37\x05\x69\xe8\x38\x3a\x9a\x63\ \x5c\xcd\x00\x44\xa5\xd8\x75\x2d\x65\x53\xa2\x7d\xc0\xfa\x86\xb8\ \x83\x76\xb0\x8c\x61\xe2\xc5\xe7\x2f\x89\xaa\xc7\x8f\x2d\xb7\xb7\ \xd7\x74\xa3\x21\x44\x23\xb8\x6a\x4a\x32\x89\xec\x47\xf2\x18\x0f\ \xf8\x7e\x8a\x11\x3d\x4d\x14\x85\x58\x7a\x47\x12\xd6\x28\xba\x6e\ \x47\xd3\x94\xd9\xa6\x5b\x1e\xce\xbe\x17\x4a\x68\x55\x55\x28\x65\ \xf0\x53\xe0\xee\xee\x2e\xdf\x50\xfa\x50\xa4\x0a\x63\xe4\x00\x41\ \x13\x83\x97\x3c\xef\x61\x92\xdc\xee\x20\x98\xba\x35\x0e\x6d\x0c\ \x21\x26\x49\x73\x53\x49\xf2\xae\xbb\x5d\xee\xa8\xf3\x41\x89\x18\ \x1b\x36\xcd\x9c\x4d\x48\x4c\xc1\x53\x7a\x98\xfa\x89\xd1\x8c\xf8\ \xc9\xe3\x94\x74\x24\x68\x45\x34\xfe\xc3\x90\xab\x00\x00\x20\x00\ \x49\x44\x41\x54\x8a\x49\xef\xe1\x1b\x19\xc1\x5d\x51\xa0\x8c\x96\ \xae\xca\xc8\x22\x30\x24\x45\x1a\x7a\x5c\x86\xfe\xd2\xc7\xc2\xcf\ \x45\x0e\x8d\xb1\x86\x71\x98\x18\xc6\x91\x6f\x5f\xff\xc0\xea\xfe\ \x81\xe5\xe2\x94\x6a\xb1\xa0\xeb\xb6\xac\x76\x2d\x9d\x4f\x94\xbb\ \x9e\xf9\xf2\x82\xe0\x3c\x65\xf2\xb8\xb1\x64\x31\x18\xbe\x58\x54\ \x7c\xb3\xfd\x9e\xd9\x45\x45\xf1\xe4\x9c\x6f\xbe\x79\x4f\x4c\x10\ \x82\xa5\xa9\x8f\x70\x85\x67\x6c\x03\x49\xcb\xfe\x4b\x6b\x44\xa2\ \x95\x84\x26\x9c\x14\x07\xb7\x03\x80\xed\x76\x47\xd7\xb5\xcc\x9a\ \x59\x0e\x86\x12\xa8\x71\x6f\x06\xa8\x92\x30\xe8\x8c\x16\x6a\x6a\ \x8a\x72\x08\x1b\x6b\x0e\xfb\x08\x61\x49\x79\xa1\x86\x6b\x73\xf0\ \x7a\x4a\xf9\x67\x1a\x23\xcc\x2d\xe7\x9c\x10\x2f\x86\x81\xa2\x70\ \x14\x5a\x28\xa7\xfb\x42\x20\x62\xcb\xc8\x30\x8e\x8c\xd3\x44\xdb\ \x75\xd2\x41\x56\x95\xa8\xa4\xad\x15\x37\x86\x6c\x2a\x18\xf6\xb6\ \x0f\xf9\x67\xec\xf7\x53\x02\xe5\xe5\x29\x25\x84\xc7\x42\xa5\xf5\ \x81\x15\xb6\x2f\x34\x2e\x17\x17\x80\x2a\x3b\x3d\x7c\xbc\x67\x1d\ \x4a\xe7\x98\x37\x0d\x8a\xdc\x34\x19\xc3\xc3\xed\x9a\xb7\xef\x2c\ \xcb\x45\xcd\xac\x69\x38\x3d\x3d\x23\x59\x47\x3f\xdd\xb2\xfa\x3e\ \x70\xa4\x67\x34\x85\x21\xde\x6f\x88\xeb\x15\xb3\xe2\x8a\x9f\x3f\ \x33\xb4\x7d\xc5\x97\x57\x03\x83\xb7\x74\xe3\xc0\xb7\xaf\xdf\x53\ \x54\x95\xb8\x08\x64\x6b\x12\x9d\x21\xce\xc7\xdb\x56\xd8\x70\xd3\ \x14\xa8\x2a\xc7\x76\xb7\xa5\xeb\x3a\xe6\x8b\x19\xcb\xe5\x11\x36\ \x87\x9b\x85\x2c\x56\x95\x3f\xba\xdf\xa3\x4a\x33\x27\x8c\x4a\x09\ \xee\x3b\x3d\x3b\x13\x27\xe0\x56\xdc\x87\xc7\x20\xe2\xda\xbd\x16\ \x44\x7c\xb8\x32\x9c\x1a\xe5\x9a\x1b\x63\x0e\x9d\x7f\x8c\x29\x17\ \x22\x45\xdf\xf7\xec\x76\xbb\xec\xa4\x51\xc8\xfd\x11\x26\xc6\x51\ \xb4\x2b\xce\x5a\xfc\x38\x52\xba\x42\xbc\xc1\x56\x6b\xd1\xcf\xf9\ \x91\x44\xa4\x69\x66\xb2\xfb\x55\x96\x94\x64\xa2\xd4\x4a\xa0\xf8\ \x14\x63\xde\x8d\x04\xcc\x5e\xcc\x19\x85\x85\x38\x4d\x81\x3f\xfb\ \x17\x7f\xc6\x1f\xfc\xe1\xaf\xd8\xdc\x6d\x30\x68\x9a\xd9\x8f\x52\ \x67\x92\x3b\x31\x63\x58\xad\xd6\x9c\x2c\x67\xbc\x7d\x7b\xc5\xcd\ \x9b\x6f\xb0\x69\xe0\xc5\xb3\x67\x18\xa3\x18\xfb\x0e\x6d\x4b\x2a\ \x9b\xd0\xc1\xf3\xe2\xf9\x53\xae\xde\xbe\x66\x68\xb7\x68\xab\x39\ \x3a\x3b\xa7\x29\x2b\x74\x3d\xc3\x6b\x47\x55\x94\x14\x66\xe2\xa1\ \xdb\xa2\xc6\x44\xd7\x77\x3c\xfd\xf4\x39\x55\x53\xb2\x6d\xd7\x14\ \x44\x5e\xbf\xb9\x65\xdb\x6b\x8c\xab\x49\xf4\xa2\x33\x51\x2a\x77\ \x99\xea\x77\xf8\xf1\x64\x51\xd1\xcf\xbf\xf8\x29\x2f\x5e\xbc\x60\ \xb3\xd9\xd0\x34\x25\x75\x5d\x32\x8d\x7d\x36\xcd\x13\xff\x25\x00\ \xbd\xdf\x45\x84\xc8\x38\x0e\xac\x56\x6b\x8a\xa2\x60\x1c\xc6\x03\ \xdd\x52\xa8\x87\x99\x92\xa7\x14\x68\x8d\xb3\x8e\x22\x0b\x94\xba\ \x61\x10\x65\x7e\x90\xf0\xa3\x94\x22\xda\x68\x0a\xe7\x18\x46\x51\ \x02\x5b\xed\xf2\x8d\xea\x09\xe3\x40\x1a\x3a\xa2\xd6\x80\x25\x6e\ \x36\xa8\x61\x40\x39\x8f\xc9\x03\x09\x68\x94\xb5\x04\xad\x88\x2a\ \x62\x95\x42\x79\xcf\xfc\x78\x81\xd6\x9a\xdb\xdb\x5b\xfc\x30\x31\ \x0c\x3d\x89\x80\xb3\x05\xce\x68\xb1\xa0\xff\x58\x28\x57\xa6\x34\ \xff\xc7\xff\xfd\xdf\x11\xa3\xb0\xd5\x4e\xcf\x2f\xd8\x6d\x77\xfc\ \xf0\xc3\x5b\x9e\x5c\x9c\xd2\xb7\x3b\x9a\xa6\x62\x71\xb4\x64\x31\ \x73\x38\xab\xb9\xbf\x7a\xcb\xe4\xb7\x3c\x59\x1e\x51\x6e\x4b\x4c\ \x67\x28\x87\x5b\x7e\xf9\x49\x41\xfc\xec\x94\xbf\x5d\x8d\x60\x44\ \x7b\xf2\xee\x7a\xc5\x34\x6a\x8c\x2d\xf1\x71\x2d\x90\xe5\x9e\x3f\ \x9f\x84\x7d\xc5\x07\x97\x39\x78\xb1\x68\x69\xdb\x8e\xdd\xae\xa3\ \xae\xaa\x7c\x20\xa4\x1c\xf1\x6a\xf2\x83\x69\x31\xea\xd1\x11\x41\ \x25\x99\x54\xc8\x0f\x6e\xd3\xcc\xa8\xeb\x86\xb6\x1f\x30\xd6\xd1\ \x77\x03\xfd\x38\xc8\x7d\xf1\x41\xe7\x9f\xa4\xe2\x89\xd6\x38\x1f\ \x74\x62\x9d\xa2\xd1\xd6\x66\xba\xb6\xec\x0f\x49\x91\xf5\x66\x43\ \x59\x65\x6f\xb0\x4c\xca\xd0\x46\x0a\xc2\x38\x79\x39\xf4\x53\xcc\ \x0e\x07\x2a\x93\x35\xb2\x10\x2d\x4f\x19\xfb\x02\x94\x52\xc2\xe6\ \x03\x4d\x21\x7b\xb2\x90\x0f\xc1\xbd\xd5\x88\x14\x3d\x8b\xfa\x98\ \x0e\xf4\x5a\x31\x0d\x3d\xdd\x6e\xc3\xec\x78\x81\xd1\x9a\xa2\xa8\ \x39\x3d\x7f\xc2\x7c\xb9\xa0\x69\x2a\xb4\x31\x6c\xb6\x23\x91\x16\ \xe8\x39\x6d\x9e\x31\xb7\x4f\x99\x6e\x56\x8c\xed\x06\x6d\xef\x98\ \x1f\xf7\x2c\x5e\x9c\xf1\x99\xaf\xf8\xf5\xfb\xd7\x62\x01\xa3\x1d\ \x0f\xab\x1d\x7a\xd7\xe2\xbd\x1c\xda\xe9\xc3\x33\xe6\x83\xa9\x78\ \xff\x8f\x10\x3c\x29\x0a\xf9\x64\x0f\x59\x25\xa3\x18\xa7\x81\x10\ \x24\x2a\xb9\xa9\x65\xef\x10\x92\x14\x27\x15\xf7\xe8\x85\xcb\x3b\ \xaf\x1d\xe3\x30\x66\xc8\x1a\x26\x9f\x15\xee\x5a\x63\xb2\x6e\x21\ \xe4\x46\xc2\x68\x4d\x8c\x31\x3b\x23\x88\xad\x8e\xb5\xee\xe0\xab\ \xf6\xf0\xf0\x70\x78\xc7\xfb\x3f\xa3\x8d\xa1\x70\x8e\xaa\xac\xa8\ \xcb\x82\xa1\x1b\x28\xad\xe5\xd9\xc5\x05\x6f\x96\x4b\xb6\xbb\x2d\ \x54\x35\xa6\x30\xd8\xac\x13\x32\xb6\xc0\xb9\x32\x0b\x56\x3d\x4f\ \x2e\xce\x70\x26\xd1\x6d\x76\x90\x12\x0f\x0f\x0f\x4c\x7d\x4f\x53\ \x96\x0c\x3e\x70\x79\x7e\xc1\xaf\xfe\xc9\xaf\x68\x77\x1d\x43\x3f\ \x50\xb8\x32\x4f\xbd\x3f\xb2\x62\x62\xb4\xd8\xa9\x84\x28\x79\xdc\ \x31\x4c\xb4\xbb\x0e\x9d\x34\x47\xf3\x25\xf3\xa6\xe1\xf9\xab\xcf\ \xa8\x8f\x4e\xf1\xd6\x31\xf5\xad\x14\x96\x69\xa0\xb8\x2b\x78\xfa\ \xf4\x73\xb4\x93\x0c\xe8\xa4\x34\xb5\x2b\x99\x37\x73\x42\x98\xb0\ \x1e\xdc\x10\xd1\xc3\x96\xca\xc2\xd3\x27\x27\xdc\xaf\x1f\x68\x50\ \x18\xe5\x88\xbe\x60\x4a\x8a\xa4\xb2\xa1\x40\xfe\xf4\x64\xf1\xae\ \x0f\x9d\x1c\xce\xc9\x43\x3b\x0c\x94\xae\xe0\xc5\xf3\x67\x74\xdd\ \x31\xc6\xca\x12\x75\x3f\xe2\xc6\x24\x9a\x0f\x6b\x0b\xbc\x1f\x50\ \x1a\x8a\xa2\x62\xb5\xda\x70\x7f\x7f\x87\x52\x08\xaf\x7d\x9a\xf2\ \x42\x38\xe2\x33\x9f\x5d\x65\x6e\x79\x24\xe5\x30\x23\x2d\xe9\x70\ \xc6\x65\x28\x26\x66\x56\x8e\xe8\x5e\x96\xc7\x27\x0c\x69\xa2\x9f\ \x7a\x26\x3f\xa1\xa6\x20\x02\xc0\x7e\x07\xc9\x53\xda\x0a\x3b\x6c\ \xb0\x53\x8f\x51\x01\x13\x15\x29\x7c\xc0\x29\x27\x1e\xa8\xcf\x36\ \x9b\x21\xfe\xe5\x5f\xfe\x05\x17\x17\x67\x94\x85\xa3\xa9\x2b\x9e\ \x3e\x39\xa3\xae\xe7\x54\xb3\x05\xbf\xfe\xed\x97\x1c\xc4\x1a\x1f\ \xa3\x81\x50\x30\x73\x12\x93\x7a\x76\xfe\x84\xf9\xd1\x31\x3f\x8c\ \x3d\xf3\xda\x62\x88\xc4\x30\x11\x47\xc3\x2e\x6d\x69\x77\x03\x61\ \xea\x58\x36\x97\xbc\x38\xbd\xc0\x4c\x23\x43\xfb\x80\x25\x62\xcc\ \x35\xe7\xa7\x27\x5c\xfb\x0d\xab\xeb\x9e\x17\x9f\x3c\xe5\xf5\xd7\ \x13\xbb\xd5\x9a\xfb\x87\x9d\xc4\x09\x38\x4d\xd2\x32\x65\xee\xb9\ \xcd\x69\xcf\x5e\xca\xbe\x55\x31\x46\x94\x31\x4c\xe3\x44\xd7\x76\ \xa8\xf3\x53\x8a\x42\x96\xd1\xce\x38\xb1\x2e\x89\x59\xeb\xa1\x12\ \x3e\x0a\x7e\x0e\x90\xa6\x7d\x8c\x72\x40\x6b\xc3\xe2\x68\xc1\xf5\ \xcd\x2d\xc3\x28\x4e\xd5\x29\x09\x65\xbc\xb0\x2e\x1f\x12\x51\xe8\ \xc2\x19\x5e\x32\x46\x0b\x74\x35\x4e\x99\x5d\x95\x8b\x8a\xd3\xc4\ \x24\xed\xf1\xae\xeb\xb8\x80\xbc\xa4\x97\x89\x67\x0f\x6f\x89\x67\ \xd7\x24\x3b\xb7\x3c\x89\x84\x3c\xdd\xec\x3d\xa8\x9c\x73\xb9\x13\ \x8e\x1f\x88\xe3\xd2\xa3\x50\xcd\x8a\x18\x33\xe4\xaf\xb9\xaa\xc2\ \x07\xff\x01\xdd\xf8\xe3\xa0\x10\x75\x59\xb1\x98\xcd\xd9\x6e\x77\ \x6c\x1f\x6e\xb8\x3c\x3d\x66\xbe\x3c\x63\x71\x7c\x4c\x55\xb8\x3c\ \x1d\x1b\xaa\xc2\x52\x13\xb0\x2c\xd8\xbe\xdb\x30\xf5\x77\x14\x8b\ \x01\x67\x25\x03\x64\xf5\xe5\x0d\xf7\xed\x31\xc5\xa2\x60\x93\x5a\ \x4c\xd4\x0c\xd3\x88\x4e\x06\x57\x94\x84\x6c\x4b\x94\x92\xce\xa4\ \x09\xf9\xbc\x53\x7a\xdc\x26\xa5\x94\xf0\xc1\x8b\x1b\x85\xd1\x54\ \xa6\xc0\x64\x6d\x99\x31\x02\x55\x4d\xd3\x90\x77\x24\x3a\xbf\xa6\ \xcd\xfe\x55\x89\xf7\xef\xde\xf3\xe7\x7f\xfe\x9f\xb8\xba\xb9\x21\ \xf8\x74\x30\x30\xd5\xd9\xd5\x78\x5f\x38\x42\x90\xcf\x30\x2a\x25\ \x7b\x10\x2f\x93\x88\x10\x3b\xcc\xe1\xe7\xdd\xdf\xdf\x53\x55\x92\ \x6f\x83\xd2\x0c\xd3\xc4\xc9\xc9\x31\xa7\xa7\xa7\xf8\x71\x84\x18\ \xe9\x76\x1b\xae\xfa\x8e\x79\x33\xe3\xc5\x93\x33\x6e\xee\x34\xae\ \x99\xd1\x8f\x3d\xa3\x1f\x65\x2a\x4a\x09\x9b\x12\xce\x88\xe3\xf9\ \xd0\xf7\x9c\x9c\x2c\x99\xfa\x8e\xbe\x6f\xc5\x7a\x09\x44\x3d\x9f\ \x14\x95\x75\x42\xf6\xf0\x01\x8c\xce\xf7\xc0\x8f\x30\x1c\x6b\x8f\ \x43\x0f\xd1\x53\x15\x05\xf7\x0f\x2b\xde\xfc\xf0\x8e\x7f\xf2\x93\ \x4f\xf8\xfc\xe5\x25\x63\xbf\xe3\xe1\xee\x96\xfb\xed\x86\x31\x2a\ \x6c\x52\x8c\xbb\x96\x2f\xbf\xfc\x5b\x3e\x79\x7e\x49\x30\x86\xd5\ \x66\x43\x52\x9a\x52\x5b\xd4\x76\x83\x1a\x3d\xca\x38\x74\x3b\x61\ \x77\x03\x76\xb8\xe2\xe5\xe7\xcf\x28\xdc\xc8\xdd\xaa\xe5\x78\x71\ \x86\x09\x1e\x4b\x4d\xe2\x1a\x1f\x03\xa5\x80\xf7\xec\x4b\xf2\x9e\ \xd9\xb5\x1f\x4f\xf7\x54\xbd\x87\x2c\xa4\x54\x5a\x11\xc7\xc4\x6e\ \xb7\x15\x88\xa2\xc8\x0b\xb7\x6c\x41\x61\x8c\x21\x21\x8b\xf6\x5d\ \xbb\xa3\x28\x0a\xfa\x7e\x38\x14\xab\x08\xd4\x75\xc3\x30\xf6\x68\ \x25\x37\xe8\x34\x06\x8c\x86\xf9\x7c\x41\x59\x96\xac\xb7\x5b\xfa\ \x7d\xe0\x12\x5a\xfc\x9d\x12\xc4\xc2\x70\x7e\xf9\x04\x6f\x13\x6f\ \xde\xfd\x20\x13\x4e\x88\x92\xfd\xcd\x48\xdb\x0d\x98\x72\x40\x8d\ \x6b\x2a\x3d\xc1\x34\x02\x0e\x6b\x8a\xec\x9c\x0a\x3a\x81\x4e\x09\ \x15\x93\x88\xe5\xa6\xc8\x77\xdf\x7e\xc7\xdd\xdd\x0d\x8b\xa6\xe2\ \xf2\xf4\x9c\x41\x41\x18\x3b\x4c\x5d\x53\xdb\x8f\x98\x6c\x91\x5b\ \xc6\x27\x17\x67\x38\x6b\xe8\xc7\x40\xdb\x76\xd8\xa2\x66\xb9\x3c\ \x67\x79\x72\xc2\x62\xb9\xc8\x4c\x2a\x30\x0e\x4a\xa5\x38\x8a\x15\ \xd5\xe4\xd8\xdd\x5e\xa3\x42\xcf\xec\x69\xa0\x6d\x7b\xde\xde\x5c\ \xf1\xba\x2f\x21\xcc\x38\xbd\x5c\xb2\x3d\xdd\xd2\xef\x7a\xa6\x90\ \x40\x79\xb4\x4a\x84\x0f\xe7\xcc\xf4\x78\x98\xec\xdf\x4c\x4c\x60\ \x32\x94\xb5\xde\x6c\x0e\x07\x6d\xf0\x13\xce\x15\xb9\x20\x8c\x52\ \x74\xf2\x24\x62\xa2\x39\x1c\x1e\xce\x5a\x8c\x31\xbc\x7f\x77\xc5\ \xeb\xd7\xaf\xf1\x7e\x24\x21\xa9\x89\x87\x49\xe4\xf7\x3e\x83\x18\ \x63\x3e\xe0\x22\x31\x87\x65\xa5\x28\xcc\x2e\xe7\x0a\x9c\x2b\x04\ \x06\x55\x89\x10\x22\xdf\x7f\xff\x5a\x0e\x27\xef\x29\x5c\x21\xa9\ \x80\x45\xc9\x66\x27\x8e\xba\x3a\x43\xb4\x2a\xbf\x76\xda\xc3\x5c\ \xf9\xb7\xdc\x2f\x84\xf7\x19\xdf\xfb\x29\x69\xbf\xa3\x41\x4b\x1a\ \x68\xc8\xcd\xcd\x30\x0c\x0c\xc3\xf0\x11\xf7\xa3\x8a\x6e\x18\x78\ \xfb\xf6\x3d\x56\x27\x8c\x4a\xfc\xe9\xbf\xf8\x05\x4f\xce\x4f\x99\ \xfc\x84\xcd\xac\x33\x6d\x1d\x85\x2d\x18\xbe\xbf\xe2\xf6\xab\xd7\ \x58\xed\xc1\xdc\x13\xea\x9e\xc5\x5c\x71\xf5\xeb\xc4\xcd\xbd\x26\ \x9d\x94\xbc\xfa\x7c\xc9\xd5\x5f\xfe\x15\x4e\x3b\x4c\x61\xf6\x9b\ \x21\x94\x12\x43\x45\x95\x1e\x9b\xc4\x14\x83\x38\x66\x7c\xf0\x7e\ \x62\x52\xec\x76\x5b\x62\x0c\x99\x3a\x1d\x0e\x70\x75\x4a\x91\x10\ \x12\xd3\xd4\xc9\x6b\x6a\x8d\xf4\x24\x1a\x53\x58\x5e\xbf\x7e\xcd\ \xeb\xd7\xaf\x41\x99\x43\xc1\x2a\x0b\x11\x25\xee\xa1\xc2\xfd\x39\ \xb2\xbf\xd6\x21\xa5\x83\xc1\x64\xdf\x4b\x8a\xa5\x73\xc2\x1a\x34\ \xc6\xd0\x75\x6d\x56\xe6\x4f\xf4\xc3\x40\xd3\xd4\x79\x92\xd4\xf8\ \x71\xe4\xcd\xeb\xef\x79\x76\x7e\xc1\xfc\xf4\x04\x46\x8b\xbb\x38\ \x63\xd0\x96\xbb\xd7\x0f\xd2\x14\x6b\x89\xbf\xf0\xd9\x93\x2e\xf8\ \x89\xbe\x6f\x31\xba\x00\x02\x5d\xd7\xa2\x54\xe4\xec\xf8\x98\xd5\ \x66\x23\x94\xe5\xae\x27\x0c\x23\x55\xd9\x30\xf4\x5e\xa0\x70\xdc\ \x8f\x53\x01\x1f\xf2\xb2\x7a\xb1\x58\x30\xf5\x03\xc7\xc7\xe7\x28\ \x2c\x57\xef\x6e\xd8\xac\x6f\xb8\xdf\x3e\x30\x92\x98\x1d\x1d\x73\ \x79\xf6\x9c\xb1\x1d\x58\x6f\x5b\xde\xde\xde\xd3\xc6\x89\xf9\xac\ \x61\xd1\x54\x54\x65\x41\xdf\xee\x88\xeb\x0d\xa5\x6d\x48\x9d\x61\ \x7a\x58\x73\xd4\x74\xcc\x9a\x0d\xef\xef\xbf\xa3\x74\x17\x30\x6a\ \x54\x74\x74\xab\x81\x61\xd8\x60\x6d\x09\x99\xa5\x93\x32\x25\x73\ \xff\xde\xc8\x90\x8c\xca\xd3\xca\x76\xb3\xe1\xe6\xe6\x86\xf9\x7c\ \x86\x75\xe6\x80\x85\xa7\x24\x56\xf6\xa2\x1f\x88\x82\x89\x5b\xcd\ \xe4\x03\xbf\xf9\xf5\x6f\xd8\x6e\x77\x58\x63\xc5\x43\x2b\x43\x0d\ \x97\x97\x97\xbc\x79\xf7\x86\x14\xb3\x82\x59\x41\x4a\x41\x6c\xcb\ \xb3\xf7\x96\xd6\x1a\xa5\xcd\xc1\x0e\xdc\x16\xe6\x40\x63\x9c\x2d\ \x8e\x08\x6f\x7f\x20\xc6\x40\xa1\x0d\xa5\x86\xa3\x79\xc9\xb3\x27\ \x4f\xf8\xfe\xdd\x1b\x76\xed\x1d\xcd\xb2\x46\xe9\x82\xaa\x58\xa0\ \x68\x18\xb6\x3d\xc1\x83\x4b\x4a\x0e\x4f\xb2\x6a\xd6\x5a\xb1\x33\ \x9f\x06\x52\x2a\xb1\x46\xe3\x8c\x66\x1c\x47\x76\x9b\x07\x6a\x67\ \xf7\xee\x4a\x1f\xad\x9e\x8c\x18\x50\x05\xcb\x27\xa7\x84\x64\x99\ \x55\x89\xe2\x38\x51\x54\x15\xda\x39\x92\x35\x68\x67\xb0\x65\x49\ \xa5\x1c\xdd\x57\x57\x0c\xef\x7b\x5c\xaa\x88\xb5\x47\x1d\xef\x30\ \xb5\xe1\xbb\xbf\x6e\x69\xc3\x31\xcb\xd3\x53\xa6\x69\x62\x71\x7c\ \xc4\xdb\xef\xdf\xed\x69\x63\x79\xb9\x2c\x5e\x69\x24\x79\xd0\xf7\ \x58\xfa\xde\xd6\x42\xa6\x05\x61\xdc\xdd\xdf\xdf\x89\xd1\xa2\x51\ \x07\xfb\x93\x7d\xfa\xdd\xbe\xfb\xdc\x33\xad\xf6\x15\xd6\x18\x0b\ \x21\xf0\xf6\xed\x5b\x56\x0f\x0f\x62\x5d\xa3\xd2\x41\xab\xf4\xe1\ \x72\x5b\x29\x7d\xc8\xd2\xd8\x33\xab\xe4\x10\x53\x68\x23\x76\x37\ \xe3\x38\xa1\x54\x8b\x2b\x8a\xc3\x81\xb2\x7a\x90\xfc\x77\xa3\x8d\ \x64\xa4\xd8\x9a\xe5\xf2\x98\xfb\xd5\x4a\xb4\x42\x29\x62\x32\x81\ \x44\xf3\x08\x73\xc5\x18\x29\x8a\x42\x48\x14\x48\xa4\x6b\x8c\xf1\ \xb0\x84\x27\x46\x52\xfe\x9d\x8a\xa2\x38\x68\x67\xba\x4e\x5c\x8f\ \x3f\x1e\xd4\xa5\x08\x31\x11\x90\xc9\xaa\x1f\x7b\xb6\x43\xe0\x97\ \x4f\x5f\x12\x82\x50\xc4\x37\xdb\x1d\xda\x96\x58\x4a\x56\xbf\xbd\ \x26\xdd\x0e\x34\x4b\x83\x9e\x6b\xb4\x1a\x51\x2e\x51\x98\x0a\x33\ \x2e\xa9\xdc\x11\xfa\x68\xce\x27\x2f\x5e\x70\xff\xfe\x86\xae\xed\ \x31\xda\x91\x42\xc2\xd9\x32\x4f\x26\xe9\xf0\xfe\xe5\x3e\x88\x8f\ \x3b\x8c\x0c\x45\x6f\xb7\xdb\x6c\x8f\xf2\xc8\xfa\xda\x13\x2b\xe4\ \x28\x30\x99\x86\x6d\x98\xa6\x70\x40\x2e\xf6\x85\x56\x72\x50\x74\ \x8e\xaa\x28\x0e\xd7\x74\x7f\x36\xec\x21\x6c\xf9\xba\xa4\x70\x1e\ \xcc\xa4\xf2\xce\x64\x9a\x64\xa2\xdc\xed\x76\x22\x86\xf5\x92\x87\ \x74\x75\x7d\xcd\x57\x5f\x7d\xc5\xe2\x57\x7f\xc0\x76\x2d\x66\x8d\ \x7e\xea\x79\xf3\xdd\xb7\xcc\x9a\x06\x67\x1d\xed\x9e\x81\x97\x12\ \x5a\x5b\x92\x52\xf4\x63\x4f\xe9\xc4\x4a\x69\x1a\x06\x26\x27\xf4\ \x66\x3f\x79\xaa\xaa\xc4\x4e\x1e\x35\x9b\x73\x73\xf7\xc0\xb0\x6b\ \x49\x3e\x30\xa9\x49\xf6\x44\xff\x83\x74\xf0\x7f\x54\x3a\x93\x10\ \x13\x0f\xeb\x35\x4d\x55\xe3\xb4\xe2\xfc\xc9\x05\x31\x74\xf4\x7e\ \x42\x3b\xc7\xb3\xcb\x4b\x5c\x5d\x52\xd6\x35\xb3\xf9\x19\x57\x37\ \x77\xcc\x8f\x4f\x39\x39\x3a\x61\x56\x55\x98\xc2\xb2\x09\x9e\xee\ \xe1\x1e\x33\x24\xce\xce\x2e\x50\x63\xa2\x5f\xdf\x61\xf4\x96\xf9\ \xd1\x11\xf4\x96\x7e\x7d\x87\x3d\x5b\x30\xce\x47\x7c\x48\xac\xba\ \x16\x9b\x22\x3a\x89\x4f\xa6\xd9\x8f\xbf\x19\x2a\x20\x33\x2e\x42\ \xda\x8b\x7a\x12\xc3\x38\x8a\xe0\xcb\xc9\x61\x51\x96\x92\x74\x17\ \xbc\xc7\xe3\x29\x5c\x05\x4a\x96\xbc\x31\x08\x76\x7b\xb4\x38\x62\ \xbb\x69\xe9\xba\x01\x94\x92\xe8\xd5\xc5\x11\x47\xcb\x23\xae\x6f\ \x6f\x51\x49\xfc\x96\x74\xa6\x92\x6a\x63\x30\xb6\x80\xc9\x1f\x98\ \x1f\x4a\x41\xe5\x4a\xc8\x5d\xc7\x7c\x3e\x23\x68\x70\xba\x90\x64\ \x34\xa3\x05\x4a\x09\x03\x9f\x3f\x3d\x45\x8d\x6b\xbe\x7f\x6f\xc0\ \x68\xea\xa6\x66\x3b\x81\x56\x81\xd9\xbc\x24\x6d\x7b\x39\x14\x63\ \x82\x18\x70\xda\xe4\x6e\x36\x51\xb8\x42\x76\x47\xd6\x32\xc5\x40\ \x3b\x74\xf8\x94\x48\x3a\xf1\xf1\x42\x5c\x85\x2e\x7d\x7a\xf2\x92\ \x87\xcd\x86\x72\xf1\x94\xd3\xf3\xa7\x84\x64\x50\xa6\x20\x59\xc3\ \x14\x3d\xbb\x76\x87\x1f\x06\x9a\x6a\xce\x74\xbb\xe6\xf5\x57\x3f\ \x70\x19\xe7\xd4\x8b\x92\xa8\xb4\x84\x0f\xd5\x0d\x14\x1a\x5a\xc7\ \xcc\x54\xa8\xd9\x82\xa2\x9e\xf3\x95\xfd\x86\x76\xbb\x05\x5d\x49\ \x3e\x43\x94\x7d\x13\x1a\x52\x10\x48\x34\xe5\x5d\xd5\x9e\xc2\x9b\ \x12\x28\x6d\x99\xc6\x80\xf7\x22\x42\x53\x46\xa3\xa2\xca\x7b\x16\ \xc5\x34\x4e\x8c\xed\x48\x5d\xd7\xb8\xc2\x3d\x6a\x86\x90\x43\xa1\ \x1f\x7a\xb4\x35\xf9\xde\x89\x58\x27\xc2\x40\x63\x4d\x16\x89\x25\ \x54\x2e\xe0\xe2\x58\xa2\x33\xd4\xf8\xe8\x0a\xb7\x87\xa9\x94\x52\ \x68\xc4\x3c\x30\x46\x21\x09\xec\x3b\x5c\xdf\x0b\xb3\xe7\x50\x14\ \x73\x70\xdc\xe3\xde\x5e\x20\x34\x67\x44\x94\x3a\x79\x31\x11\x4c\ \x40\x3f\x8c\x14\x65\x21\xf6\x2e\x53\xc8\xec\x24\x99\x54\x74\x9e\ \xa8\xfb\xbe\xa7\xeb\xba\x47\xaf\xa2\x8f\x74\xdd\xe5\x67\xc8\xa2\ \x50\x25\xcd\x77\xdf\xbd\xe1\xe5\x4f\xbe\xa0\x6a\x2a\x6c\x51\x42\ \xea\x09\xf7\x3b\x1e\x56\xef\x08\xab\x15\x73\x0c\x61\xdd\x31\xf4\ \x0f\x1c\x9f\xc2\x66\xdb\x71\x3d\x78\xea\xe7\x4f\x79\xf6\x8b\x9f\ \xa1\x4e\x6b\xfe\xd9\x1f\xff\x09\x5f\x7e\xf9\x15\xbf\xfd\xdb\x2f\ \x09\x59\xc0\xeb\xa7\x89\xb7\x6f\xde\x48\xa6\x50\x61\xf7\x66\x2e\ \x68\x65\x0e\x3b\x93\x3d\xbc\x3c\x4d\x13\x26\xdb\xdd\xa4\xec\x4d\ \xb6\xd7\x90\x18\x25\x6e\xbe\x21\x46\xe6\xf3\x39\xd6\x18\x52\x4c\ \xa4\x10\x28\x9c\xb0\xae\x44\x08\x29\x05\x47\xa8\xdd\x2a\x5b\xdf\ \xa4\xdf\x49\x72\x54\x4a\xa1\x52\x38\xe8\x96\xa4\x61\x8d\x02\xc5\ \x1a\x73\xb8\xce\xa4\x84\xb3\x02\x7f\x29\x6d\x58\x6f\xb6\xf8\x14\ \x19\x7d\x60\x98\x02\xdd\xae\xc7\xab\x81\x71\xb3\x25\xa1\x31\xf5\ \x11\x33\x6b\x58\x8d\x03\x28\xa1\xaf\x97\xda\x92\xa6\x40\xd1\xd4\ \xcc\x16\x0b\xea\xda\x31\xcb\xd3\x4e\xf4\x89\x76\xb3\x23\x25\x58\ \x2e\x16\x92\xcf\xd4\xee\x38\x3a\xa9\x88\xc1\x0b\x0c\xfa\x63\x14\ \x2d\x2a\xd9\x00\x32\x74\x23\xab\xd5\x8a\xc2\x28\x9c\x0a\x5c\x9e\ \x2d\xa9\xdd\x0c\x1d\x1a\xf0\x23\x75\x25\x7e\x55\x5d\xb7\xc5\x1b\ \x98\x9f\x9c\x71\xba\xbc\xa0\x29\x0b\xa6\xb9\x65\xaa\x60\xa6\x2d\ \xc7\x54\x8c\x9b\x91\x76\x73\x83\x2b\xb6\xd8\x4b\xcf\xea\xed\x16\ \xff\xbe\x44\xd7\x35\xe5\xa9\xe2\xbe\x5f\x11\x51\x6c\xe3\x88\x4b\ \x16\x15\x0d\xc9\x49\x17\xe2\x33\x6d\x53\x2b\x8d\x0f\x12\x9a\xa4\ \x32\xeb\x02\x14\xe3\x28\x91\xb1\x31\x25\x62\x10\x47\xd7\xc2\xb8\ \x2c\x50\x9c\xf2\x08\x1b\x05\xf6\x42\xa3\xb3\xe1\xe0\xb7\xdf\x7e\ \x4f\x59\x14\x84\x94\xd8\xb6\x2d\x2f\x4e\x4f\xc5\x4e\x3b\x04\xd1\ \xa8\x64\x11\x5a\x08\x1e\x57\x56\xd4\xb3\x19\xed\x20\x02\x49\xe9\ \x60\x55\x66\xa7\x38\x50\x11\x6b\x8d\x2c\xf8\x06\x4f\x88\xd0\x2b\ \x45\xe8\x5b\x4c\x5f\x30\x6d\x6e\xb9\x28\x34\xfa\xf9\x73\xee\xef\ \x6e\x99\xda\x51\x96\xc1\xc3\x9a\xa3\x65\x43\xdd\x18\x7c\x08\xac\ \x1e\x56\x42\xa1\x0c\x99\x59\xe3\x0c\xce\x59\xbc\x8f\xdc\x3e\xac\ \x19\x53\x22\x68\x43\xe7\xbd\xf8\x47\x69\xf3\xd1\x26\x13\xad\x35\ \xdb\xbb\x89\x3f\xff\xcf\xbf\xe6\xa7\x53\xc5\xf3\xd1\xe1\xc7\xc8\ \xf1\xc9\x19\x76\xd6\x50\x2c\x6a\x26\xdf\x12\xfa\xc8\xb8\x5e\x33\ \xbe\x7b\x8f\xf2\x2d\xb1\x88\x5c\x3f\x6c\x98\x6b\x8f\xf1\xc7\xbc\ \xbd\xbd\x67\x24\xf0\xc5\x3f\xfd\x94\xa3\xcb\x97\x14\x27\xc7\xa8\ \xb2\xa4\x48\x8e\x6d\xdb\xd1\xf7\x1d\xe3\x34\x70\x7b\x7f\xcd\xf5\ \xd5\x15\x0a\x71\x33\x88\x31\x8a\xde\x04\x4d\x22\xab\xa6\x03\x19\ \x1b\x87\xed\xae\xa5\x28\x8f\xf6\xed\x45\xfe\xfc\x85\x20\x21\xfb\ \x0a\xc5\x38\x8d\x8f\x07\x05\x32\xc5\x1c\x1d\xcd\x25\xe8\x4a\xc9\ \xc1\x92\x42\xc4\xda\x42\x3a\x57\x25\x45\x62\x4f\xcd\x0e\x49\x0c\ \x18\xc9\x07\x92\xa0\x50\x2a\xb3\x70\x6c\xa6\xfa\x4a\x1c\x42\xdf\ \xf7\x07\xe6\x58\x00\x9c\x36\xac\x37\x6b\x8e\x96\x73\x66\x55\x45\ \xbb\x59\x1f\xa0\x98\x18\x43\xb6\x31\x57\x58\x6b\x28\x8b\x82\x31\ \xdf\x47\xfb\x7c\x12\xa5\x0d\xae\x70\x8c\x6a\xc2\x4f\x23\xbb\xdd\ \x2e\xdb\xba\x8c\x07\x4f\xaa\xbd\xf7\xd8\xc7\x54\xbf\x27\x15\x08\ \x71\xa0\x32\x15\x31\x44\xee\xef\xee\x59\xef\x76\xa4\xba\x60\xa1\ \x34\x75\x8a\xec\x7e\x78\xc7\xea\xeb\x6f\x39\x2f\x1d\x63\xb7\xc5\ \x2a\x4f\x8c\x3d\x61\x28\x60\x7e\x4a\xf1\xaa\xe4\xe2\xd5\xcf\x69\ \x8e\x9f\x13\xfc\x0a\x93\x46\x7e\xf9\xd3\x2f\xf8\xd5\x2f\xff\x29\ \xd1\x43\xdb\x0e\xf4\x43\xcf\x5f\xff\xcd\x7f\xe1\xfa\xea\x0d\x5f\ \x7d\xf5\x55\x7e\xa6\xcd\xc1\xcb\x4f\xe5\x86\x51\x2b\xcd\x30\x8c\ \x84\x10\xb1\x56\x60\x55\x31\xda\xe4\xb0\x5f\x9b\xcf\x16\xb2\x17\ \x45\xcb\x92\x3e\x49\x7c\x40\xe1\x6c\x76\x2d\x16\x5b\x9e\xba\xae\ \x33\xfa\x10\x0e\x0c\x3a\xe9\x2c\x33\xd4\x98\x1e\xa1\xc8\x03\x51\ \xc2\x28\x71\x58\x50\xfb\x94\x4d\x29\xb8\x65\x6e\x32\x7c\x8a\x2c\ \x96\x4b\x3c\x96\xeb\xf5\x96\x64\x4b\x76\x83\xa7\x42\x31\x85\xc0\ \x49\x33\xc7\xdf\xad\xb0\xb5\x46\x17\x8a\x60\xc1\x61\x60\x08\x58\ \x23\x34\x65\x57\x37\xb8\xda\x12\x83\xc5\x56\xa5\x44\x27\xe4\xbc\ \x9b\xa4\x34\xaa\x1d\x58\xad\xee\xa8\x9b\x9a\x38\x75\x14\xae\x86\ \xf4\x0f\x57\xc1\xff\xa3\xb2\xa0\x4f\x49\xe1\x43\x62\xb3\xe9\x78\ \x7e\x79\xce\xea\xee\x86\x59\x13\x70\xa6\x46\xc5\xc4\x62\x36\xc7\ \x1a\xc5\xd1\xc9\x31\x66\x7e\xcc\x31\x86\x10\xa0\x48\x9a\x14\x26\ \x8a\xc6\x30\xa8\x91\xb9\x2e\xe9\xbf\x7c\x47\xf7\xc3\x2d\xa8\x01\ \xbd\x1c\x49\x76\x62\xeb\x3b\x86\xd0\x33\x3f\x7f\xc1\xe4\x23\x41\ \x49\xde\x43\xf0\x4a\x42\x93\x94\x22\x7a\xc9\x42\xd1\x46\x62\xc6\ \xe2\xdf\xa7\xf6\xce\x93\x4a\x8c\x51\xd8\x5b\x04\x39\x8c\xf3\x28\ \x5b\xe6\xe5\x59\x4a\xa2\x45\xc9\xb7\x0c\x4d\xe6\xd9\x25\xc4\xce\ \x61\x1c\x46\x6e\xae\xaf\x39\x5a\xcc\x0f\x71\xa1\x5a\x69\x31\x7b\ \xcb\x8a\xda\x98\x69\x84\x55\x59\x1d\x16\x85\x29\x26\x74\x21\x96\ \x0d\xce\x39\xc6\x61\x10\xd1\x93\x71\x38\x5b\x80\xf2\xcc\x67\x33\ \x9c\xb5\xb4\xde\x53\x96\xb2\xcc\xec\xc7\x11\xed\x3d\x55\x59\xe1\ \x63\x90\x51\xdc\x4b\x46\x76\xd9\xd4\xc4\x29\x4a\xd2\x5a\x61\x09\ \x29\x1d\x72\xc5\xe3\x61\x6c\x57\x28\x7c\xde\x15\x7c\x9c\xc3\x25\ \xa5\x84\xae\x6a\xce\x9e\x3d\x27\x68\xcd\xba\xeb\x59\xd4\x73\x02\ \x49\xdc\x0a\x52\x49\x55\x16\xec\x1e\x56\x5c\xfd\xf6\x3b\x16\xeb\ \x96\xe3\x64\x48\x6d\xcb\x34\x0e\x6c\x5b\xcf\xc2\xcc\x49\x75\xc3\ \xc5\x4f\x4e\x79\xfa\xcb\xcf\x48\xba\x24\xc6\x16\x93\x02\xff\xf2\ \x4f\xff\x90\x98\x0c\x68\x4d\x88\x81\x1f\xde\xbc\xe6\xee\xe6\x8e\ \xbf\xf9\xf5\x6f\xf9\xfe\xfb\x77\x07\xba\x2f\xea\x77\xf7\x38\x90\ \xe8\x87\x8e\xae\x6b\xd1\xfa\x18\xc8\x50\xc5\x07\x4a\xe5\xfd\x3e\ \xcc\x44\x83\x0f\x3e\xa7\x75\x0a\xce\x7e\x7a\x76\x8e\x31\x5f\x13\ \xf2\x24\x61\x8d\xfd\x9d\x4e\x6f\x7f\xc4\xec\x23\x12\xf6\xce\x29\ \x7c\xf0\xd1\x8a\x47\x96\x10\x32\x94\xd2\x8c\x6d\xfb\x3b\x3a\x06\ \x99\x84\x03\x68\xc5\x62\x36\x27\xc5\xc0\xd5\xfb\x98\xad\xc3\x05\ \x2e\x15\xd7\x5f\x71\xc8\xdd\x1f\x6a\x7b\x0a\xb1\xcd\xcb\x78\x95\ \xd9\x69\xd3\xd0\x63\xac\x15\xbb\xfc\x10\x33\x2b\x69\x62\xb1\x58\ \x30\x5f\x2c\x04\x02\xfc\x58\xe5\x44\x93\x63\x78\x85\x78\xd0\xee\ \x5a\x6e\xae\xaf\x59\x9c\x2c\xd1\x16\xba\xf5\x86\xbb\xb7\x6f\x29\ \xbc\xc7\xcc\x2c\xbd\x51\xb4\x63\xa2\x5c\x2c\xe9\xa2\xa7\x2a\x66\ \x7c\xfa\x93\x97\x0c\x04\xa2\x6f\xf1\xa3\x74\xd8\xc6\x06\xc6\xa9\ \x47\xa9\x92\xa2\x92\x8c\xf8\x3f\xfe\xe3\x3f\x82\xf4\x2b\xfe\xed\ \xbf\xfd\xb7\xfc\xe6\x37\x5f\x66\x65\xba\x3e\x30\xfa\x52\x92\x1a\ \x3f\x8e\xd2\x14\xec\x75\x54\x29\x5b\xd5\xab\x0c\x93\x1e\x26\xcf\ \x28\xd3\xc8\xe4\x85\xae\xdb\x34\xb3\xc3\xb3\xe9\x6c\x29\x05\x4b\ \x6b\xa6\x5c\xb8\x13\x8f\x10\xeb\xbe\x49\xd8\x43\xe6\x64\x47\x06\ \xd9\xb9\x99\x47\x97\x85\x0f\xa8\xdc\xc6\x28\x9c\x2d\x79\xf6\xea\ \x25\xbf\xf9\xe6\x2b\x7e\xb8\xbe\xa2\xd4\x06\xca\x12\x57\x16\xa8\ \x68\x68\x91\x7c\x98\xc1\x8f\x04\x12\xc6\x29\xf1\x84\x33\xe0\xb5\ \x66\x48\x89\x1a\x28\x5d\x41\x50\xc2\x5c\x4b\x2a\x52\x55\x91\xc5\ \x62\x4e\x59\x96\xcc\xe7\x91\xbb\xbb\x1b\x5e\xbf\x79\x4d\x88\x89\ \xa7\xcf\x9e\xf1\xcb\x5f\xfc\xec\x1f\x3c\x91\xfe\xe3\x29\x26\xf9\ \xfd\x56\xe5\x9c\xa6\xa9\xa8\x67\x4b\xce\x4f\x2f\xe8\x76\x1b\x7e\ \xf2\xc5\x1f\xa0\x62\xa0\xdb\x6e\xf8\xab\xbf\xfc\x0b\x9e\xbf\x2c\ \xf8\xe4\xf8\x15\x3e\x42\xb1\x68\x28\xac\xc3\x8f\x03\xed\xb8\x85\ \x00\xd6\x1b\x7e\xf8\xf5\x77\x9c\x87\x0a\x53\x25\xcc\x85\xc1\x54\ \x8a\xce\x04\x36\x61\x44\x25\x4f\xa9\x0c\x8d\x6b\xf0\x3e\xa1\x92\ \xa5\x1f\x03\x3a\x26\x5c\xe5\xf2\x0d\x96\xa9\x91\x19\x02\x38\xb8\ \x12\x23\x0e\xad\xc2\xd0\x98\xf2\x32\x53\x5c\x5d\xf7\x37\x41\xdf\ \xf7\x6c\x36\x1b\xe6\xf3\x05\x75\x55\x11\x43\xca\x5d\x8c\x2c\xe5\ \x7c\x08\xc4\x90\xa8\xeb\x8a\xb6\x6d\x79\xf7\xee\x1d\xd6\x9a\xdf\ \x39\x60\x8d\xd6\xf8\xcc\x02\x29\xcb\xea\xb0\xec\xad\x0b\xb1\xb6\ \xe8\xfb\xe1\xe0\x6e\xba\x5e\xaf\xf1\x31\x30\xab\x1a\xc9\x23\x30\ \xee\xf0\xf5\x6d\xbb\xa3\x6f\x3b\x8e\x96\x4b\xda\xed\x8e\x90\x12\ \xbb\xb6\x25\xc6\x48\x5d\x37\x79\xd2\xca\xb8\xbf\x35\xb8\xb2\xc0\ \x58\x2b\x3f\xb7\x96\x3c\x07\x63\xc4\x0c\x50\x52\xff\xd4\x47\xb5\ \xd6\x88\x31\xa2\x67\x33\x3e\xf9\xd9\x17\x0c\x80\xa9\x4a\x6c\x59\ \x88\x32\x77\xf4\xcc\x42\x45\xa9\x15\x37\xf7\xf7\xb4\xd7\xd7\x5c\ \xe8\x02\xad\xa1\x1f\x23\x13\x8a\xb2\x5e\x70\xb5\x6a\x39\x79\xf5\ \x82\x50\x9d\x71\xf5\x70\x4b\x59\x55\xe8\x38\xa2\x7b\x4d\x53\x1f\ \x43\xb2\xb8\x7a\x46\xbf\xdd\x31\xaf\x4a\x3e\xf9\xc3\x3f\xe4\xd9\ \xe5\x4b\xfe\xf5\xbf\xfe\xdf\xd8\x6e\x37\x72\x48\xa6\x0c\x49\x1d\ \x52\xe6\x64\x9f\xd1\xe5\xa0\xa2\x69\xf2\x22\x7a\xd3\x02\x1d\x05\ \x15\x3e\x08\x4a\xd3\x07\xa6\x93\xd2\x72\xcf\x3c\xb9\xb8\xa0\x69\ \x6a\x6e\x6e\xee\x68\xe6\x73\x9c\x95\x6c\x11\x9b\x29\x6c\x36\x07\ \x43\x25\xcd\x01\xbe\xcc\x6b\x8b\x43\x45\x93\x97\xd4\x07\x67\x61\ \x75\x60\x19\xea\x03\x6d\x37\xa4\xc0\xcb\x97\x9f\x32\x5f\xcc\x59\ \x6f\xd6\xd2\x5c\x78\x9f\x1b\x1e\x81\x2c\x8d\x06\x57\x14\x54\x65\ \x49\xdb\xf5\xb4\xbb\x1d\x21\x04\x6c\xc6\xf5\x7d\x26\x14\xa0\x94\ \x84\x83\xf5\x3d\x29\x4a\xa3\x42\xd2\x2c\x8f\x97\xcc\xe7\xb3\xc3\ \xbd\xf2\x31\x1e\x75\x99\xc0\x8c\x34\xfd\x4a\x16\xcd\xb7\x57\xd7\ \x7c\xf1\xc5\xe7\x30\x4e\x7c\xff\x9b\xdf\x12\xee\x1e\x78\x3e\x6b\ \x48\xda\xd3\x29\xcf\xec\xf9\x33\xaa\xb3\x82\xb8\x58\xa1\xca\x92\ \xed\xb6\xa5\x6c\x26\xb4\x1a\x28\x67\x05\x31\x8d\xf8\xd8\xa2\x70\ \x39\x9a\x20\x32\x8e\x2d\xe3\x34\x71\x76\x7e\xc1\xe7\x3f\xfd\x19\ \x5f\x7f\xfd\x03\x93\x8f\x14\x59\x98\x2b\x3b\x2a\xfd\xc8\xec\xdb\ \x07\xa7\xa5\x88\x8e\x7b\xf8\x3d\x64\xc4\xe0\x71\xa2\x48\x79\x39\ \x1f\x42\xe0\xe5\xab\x97\xfc\xe9\x9f\xfd\x29\xff\xed\xaf\x7f\x23\ \x5a\x25\xef\x51\x46\xb4\x58\xd6\x4a\x67\x1f\xf6\xba\xa1\x14\x0f\ \xd7\x5b\xa9\xc7\x83\x4f\xed\x8b\x55\x3e\x77\xac\x95\x44\xd0\x10\ \x03\x31\x44\x16\x8b\x05\xb6\x28\xb8\xba\xbb\x25\x18\x4d\x1b\x23\ \xbb\xcd\x9a\xcd\xe0\x68\x8a\x92\xa3\x52\x9c\xb6\x47\xad\xb1\x85\ \x43\x29\x4b\x88\x89\xd5\xd0\x33\x90\x28\x95\x87\x42\x73\x5c\x57\ \x38\x63\x31\xda\xa2\x6c\xc2\x69\x47\x59\x94\x8c\xd3\xc4\x34\x05\ \xb6\xbb\x1d\x45\xb4\x0c\xd3\xc8\xbb\xf7\x3f\xf0\xb3\x2f\x3e\x3f\ \x30\x00\x7f\x54\x6c\x2e\x6b\xad\x74\xf5\xae\x60\xbd\x6d\x31\xca\ \x92\x4c\xc9\xfd\x76\x92\x11\xde\x3b\xee\x3b\x30\x77\x1d\xf6\x7a\ \x4d\x2c\x6b\x16\xa5\x26\x28\x30\xa6\x20\x06\x8b\xe9\x07\xae\xbe\ \xfa\x86\xca\x1b\x54\x2f\x37\x93\x5a\x6d\xd1\x66\x64\x28\x34\xf5\ \xc9\x05\xe7\x9f\xbe\xa2\x68\x1a\xea\xd9\x92\x5d\xdb\xf3\xd9\xa7\ \xaf\x98\xcd\x8e\xf0\xc1\xb3\xdd\xae\xb9\xbf\xbf\x97\xc9\x82\x98\ \x73\x1d\xfe\xee\x18\x95\x12\x0c\x43\xce\xa1\xe6\x51\x78\x64\xad\ \x78\x24\xed\x79\xe3\x93\xf7\x8c\xfd\xc8\xf1\xf1\x69\x76\x8a\x95\ \xc3\xc0\xc7\x29\xab\x68\x15\xbb\xdd\x2e\x7b\x7f\xe5\x94\xbd\xac\ \x3b\xc8\xfd\x11\xe3\x34\x1e\x3a\x15\x92\xb0\xbf\x66\x33\x49\xcc\ \xdb\xed\xb6\x9c\x9f\x9f\xf3\xfa\xf5\x1b\xc8\x81\x4a\x21\x4e\x38\ \x27\x11\xbb\xeb\xf5\x86\xae\x6d\x39\x3b\x3b\xe3\xf4\xfc\x9c\xbb\ \xbb\xfb\xec\x1b\x24\x31\xae\xdb\xdd\x56\xec\x1d\xc6\x11\x6b\x0b\ \x4c\x69\x45\xf5\x1b\x22\x75\x55\xb3\x58\x2c\xa8\xeb\x86\x71\x18\ \xf1\x53\x60\xd7\x6e\x3f\xf2\x75\x87\xd5\x30\xa0\xaa\x47\x56\x52\ \x8a\xe0\xa3\x27\x84\x48\x9c\x46\xfc\x6a\xc5\xcd\xb7\xdf\x51\x8e\ \x3d\x6a\x59\xd0\x0d\x13\x63\xa1\x99\x9d\x3c\xc5\x9e\x5a\x62\xd3\ \x11\x28\xb8\xbd\x79\xe0\xd3\xcf\x9e\xe3\x6a\x47\xf4\x2d\x71\x0a\ \x0c\xbb\x15\x45\xb5\x20\xc6\x82\xaa\xd0\xb4\xdb\x8e\xae\xdb\xf1\ \xf4\xf9\x53\x96\x47\x0b\x1e\xd6\x0f\xd8\x94\x1d\x7a\x0f\xad\x6a\ \xc8\x09\x85\x88\xfa\x7f\xca\x2a\xf3\x6c\x90\xb8\xbf\x86\x28\xd9\ \xbb\x8c\x61\x44\xa5\x9c\xe4\x97\x5d\x69\x95\x51\xfc\xb3\x7f\xf6\ \xcf\xf9\xeb\xff\xf6\x37\x3c\x3c\xac\x0e\x30\x58\xcc\xd7\x50\xfc\ \xb2\xf4\xc1\x52\x43\x0e\x93\xc7\x45\xad\x60\xe9\xea\x70\xef\xed\ \x27\x9e\xbd\xcd\x4a\x4a\x92\x6d\xb1\x5c\x1e\xf1\xf4\xf2\x92\x94\ \x22\xdb\xcd\x46\x2c\x7c\xf6\x10\x96\x52\xcc\x66\x35\x75\xdd\x48\ \x5c\x73\xdb\x32\x65\x33\xc0\x7d\xf5\xda\x2b\xdf\xbd\x97\xec\x71\ \xef\x3d\x8b\xc5\x1c\x05\xac\x57\x2b\xaa\xba\x62\x79\xb4\x3c\x38\ \xd9\x7e\xbc\x26\x22\x64\x32\x44\x14\xe4\x2f\xc2\x66\xf5\x00\x93\ \x27\x05\x48\x5d\x4f\x63\x0c\x63\xb7\xc5\xcf\x35\x4f\xff\xc9\x4f\ \x68\x9e\xfe\x8c\x2e\x0d\x74\xfa\x9a\xf5\xb8\x66\x36\x5b\x50\xcf\ \x1a\x86\x6e\x43\xd4\x91\xa8\x03\xd6\x95\xa8\xa4\x30\x69\x42\x61\ \x99\x35\x35\x33\xdd\x90\x62\xe0\xdd\xfb\xf7\x4c\x3e\x50\x14\xf5\ \xe1\x7a\x7f\x48\x25\x49\x29\xb1\xdb\x8a\x23\x6f\xf0\x31\x2f\xa0\ \x55\xce\xbe\xc9\xa2\xe0\xf8\x78\xe8\xef\xc9\x13\x29\x25\xfe\xe8\ \x8f\xfe\x88\xc2\x35\xfc\xc7\xff\xf8\x7f\xe5\xec\x76\xb9\x3e\xa2\ \x73\xd9\x8b\xbb\xd2\xc1\x6e\x3e\x65\x5f\xba\xfd\x34\x22\x93\x8a\ \x3e\x14\x15\x63\x9c\x4c\x94\x56\xb1\xd9\x6c\xf8\xe4\xe5\x27\x6c\ \x76\x5b\xde\x5d\xdf\x10\x50\x52\xac\x52\x62\x1d\x22\x9b\xcd\x86\ \x9b\xcd\x8e\x42\x29\x28\x2c\x76\x10\xf2\x81\xf7\x30\x44\xf0\x85\ \xa3\xb0\x30\xef\x7b\xba\x76\x40\x97\x16\x53\x15\xc2\x44\x74\x32\ \x95\xba\xec\xe4\x50\x94\x05\x5d\xdf\xd2\xf6\x99\xc1\xa7\x7e\x84\ \xd4\x60\xad\x25\x7f\xfb\xdd\xbb\x37\x38\x6b\x99\xcd\x66\xa4\x98\ \x58\x1e\x1d\xb1\xda\x76\x8c\x01\x94\x76\xfc\xfc\x57\x7f\x2c\xb9\ \xee\xae\xa6\xac\x67\x92\xa8\x16\x03\x75\x61\x60\x4c\xbc\xf9\x9b\ \xaf\x89\x57\xb7\x9c\x6b\xc7\x10\x26\xa6\xe8\xd1\xa3\x62\x39\x3f\ \xe5\xd9\x17\x9f\x30\x3b\xfb\x15\xf3\xe3\x67\xf8\x71\x80\x14\x59\ \x2c\x1a\xfe\xe7\xff\xe5\x7f\xc2\x27\xc1\x4c\xb7\xeb\x35\x5f\x7f\ \xfd\x0d\xbf\xfd\xed\x97\x5c\x5f\x5f\x1f\x98\x3b\x7f\x9f\x63\xaa\ \x64\x0e\x48\x42\xe1\x14\x7c\xce\xa9\x08\xf2\xd0\x5b\x9b\x61\x2e\ \x39\xd8\x6f\x6e\xae\xf9\xab\xff\xfa\x5f\xc5\xe4\x31\x44\x71\x17\ \xfe\x40\x54\xf6\xb8\xe0\x4c\x87\x9b\x2b\xc1\x41\xbf\x42\x86\x57\ \x84\x6e\x2c\x45\xd7\x9a\x82\x1f\x7e\x78\x93\x0f\xe1\x82\xae\x15\ \xb8\x6b\x36\xaf\x25\x63\x7e\xd6\x50\xd7\x35\xbb\x5d\xc7\xf5\xcd\ \x0d\xb3\xd9\x5c\x0e\x19\x63\x31\xce\x51\x68\xcd\xae\xef\x88\x93\ \x17\x73\xcd\xbd\xf6\x24\x27\x4a\xea\xcc\xb6\xc1\x0a\x3b\xad\x2c\ \x35\xab\xf5\xe6\xf0\x7e\x3e\x16\x8b\x4f\x3b\x47\x3f\x4d\x1c\xcf\ \x8f\x30\xca\x10\x47\x2f\xf6\xff\x85\xa2\x40\xd1\xad\x37\xf8\x87\ \x15\x15\x89\x9b\xb0\x61\x7e\x56\x73\x71\xf6\x94\xe2\xe8\x98\x36\ \xee\xe8\xe3\x2d\xd3\x66\xe4\xb3\x67\x3f\x25\x6e\x3a\x76\xeb\x7b\ \x3c\x01\x6d\x1d\x0a\x4b\x18\x3d\xda\x0c\x98\xb2\xe2\xec\xc9\x05\ \xae\xac\xf8\xee\xf5\xb7\xbc\xbf\x79\xf7\x77\x08\x2b\x79\x36\x21\ \x46\xc9\x0b\xdf\x6c\x36\xf4\x43\x4f\xd3\xd4\x44\x1f\x1f\x99\x75\ \x21\x8b\xdc\xb4\x7c\x46\x3a\x3f\xdc\xfb\xc3\x29\xc4\xc8\xb3\x67\ \xcf\x98\xcf\x17\xfc\x1f\xff\xfe\x3f\x30\xf4\x43\x9e\x80\x32\x8b\ \x0c\x05\x7a\x9f\x53\x9f\x0e\x87\xc8\x87\xf7\xd9\xfe\x6b\x21\x87\ \x60\x19\x67\x71\x49\xbc\x95\x4c\x0e\x84\x7f\x76\x79\xc9\x38\x0c\ \xb9\xb3\x9c\x24\x47\xc3\xda\x8c\xe9\x0b\xe3\x6c\x1c\x47\x76\xbb\ \x87\x0c\xa3\xe9\x03\xd9\x20\x66\x22\x80\xb5\x86\xa1\x7f\xd4\x43\ \x1c\x1f\x2d\x39\x3b\x3b\xe5\xcb\xaf\xbe\x64\xe8\x3a\x42\xf0\x07\ \x18\xf7\xa3\x3d\xef\x39\x90\x0d\x23\xc4\x84\x89\x89\xdd\x76\x4b\ \xb7\xd9\x32\x5b\x1c\x31\x2b\x4a\xfc\xb4\x62\x8a\x2d\xc9\x16\x2c\ \x5e\x9d\xb2\x09\x13\xa1\x6c\x58\x2c\x3f\xa3\xdb\xbc\xa3\xdb\xac\ \x78\x78\xff\x25\xe5\x7c\x49\xb4\x06\x9c\xa6\x2a\x1d\x65\x61\x49\ \x1e\x94\x35\xa0\x05\xf5\xeb\xba\x1d\xd7\x57\xef\x1f\x0b\xc8\x07\ \xd4\xe8\xfd\x67\xee\x43\x60\xbd\x59\xf1\xe4\xf2\x5c\x2c\x86\xf2\ \xde\xc2\x67\x68\x51\x02\xce\xe4\xeb\x65\x29\x2e\x05\xe2\xfc\x1b\ \x0f\xd0\xe1\x9e\x09\xd7\x76\x9d\xbc\xe6\x24\x0e\xdc\x31\xe3\x69\ \xfb\x69\x73\x1f\x71\x61\xad\xc0\xeb\x62\x91\x9f\x0e\x08\x88\xce\ \xae\xcf\xbf\xf8\xd9\xcf\x99\xcd\xe7\xd4\x47\x47\xfc\x87\xbf\xf8\ \x4f\x87\x14\xce\x98\x40\xbb\x02\x62\x22\xe4\xaf\x0d\x7e\x22\x8d\ \x01\xe3\x27\x54\x04\xe7\x2a\x6c\x33\x23\x56\x8e\xe8\x0c\xaa\x28\ \xa8\xab\x19\x85\x53\xa0\xf7\xbe\x6c\xb2\x5f\x33\x99\x14\x50\x37\ \xa5\xc4\x5e\x3b\x47\x55\x15\x3f\xce\x70\xac\x94\xd5\xc8\xc6\x24\ \x8c\x81\xf5\xe6\x81\xb2\x2a\x48\x04\x8a\xba\x02\xab\xd1\xca\xe0\ \x66\x33\x39\x84\x9d\xc3\x2a\x45\xea\x7b\xca\xaa\xc2\x06\xcd\xfa\ \xed\x0d\xe9\xea\x8e\x3a\x04\xa2\x35\x74\x76\x20\x1a\xc3\xa2\x3e\ \x23\x18\xc7\xc9\xe5\x0b\xc6\x54\xd0\xf6\x2d\x2e\x05\x14\x41\xc4\ \x60\x05\x28\x53\x50\x96\x96\xf2\xec\x8c\x27\x97\x4f\x78\xfe\xfc\ \x39\xff\xe6\xdf\xfc\x1b\xc9\xfe\xde\x8b\x17\x93\xd8\xb5\x93\xe4\ \x20\xf1\xde\x4b\x37\x1a\xd2\x01\xb6\x38\xd8\xaf\xf0\xe8\xdd\x64\ \x8d\xe3\xf5\xeb\x37\x7c\xf7\xdd\xb7\xf9\xa6\xd1\x87\xee\x46\x9b\ \x3d\x3d\x54\x1d\xa0\x0e\x95\x8b\xab\x30\x83\x44\x30\x16\x33\x5e\ \x3d\x8d\x13\x7d\xd7\x63\x9d\x63\x3e\x6f\x30\x46\xb1\xdd\xee\x98\ \xc6\xbd\x55\xf6\x48\x55\x17\x1c\x1f\x1f\x53\x96\x05\xa7\x67\xa7\ \xbc\x7f\xf7\x9e\xcd\x76\xc7\x76\xd7\x31\x9f\xcf\x21\x26\xa6\x71\ \x64\xdd\xf5\xb4\xdb\x5d\x66\xf4\xd8\x7c\xd8\x49\x43\xa6\x12\x74\ \xed\x8e\xae\x6b\x72\x71\x74\x6c\x36\x5b\x6e\xee\xee\x09\x21\x7e\ \x3c\x01\x1b\xa2\xee\x9d\xd7\x15\xa5\x2b\x48\x43\xc0\xf7\x03\x3f\ \xfc\xf0\x3d\xcb\xb3\x25\xcf\x2f\x4e\xa9\xb4\x65\x61\x2c\x8c\x1d\ \x1b\x3f\x71\x7c\x72\xc6\xd1\xab\x4b\x6e\x77\x23\xb3\xd3\xa7\xcc\ \xdd\x31\xf7\xb7\xd7\xbc\x79\x73\x0d\x3e\x52\x55\x8a\x51\x3b\x92\ \x49\x9c\x9d\x2e\x51\xb6\x40\xd9\x4a\x26\xae\x28\x98\xfa\x66\x73\ \xcf\x6e\xdc\x50\xb8\xea\x77\xb4\x16\x29\x45\x52\xd4\x68\x1d\x89\ \x3c\x4e\xa5\x31\x3b\x37\xd7\x75\x7d\xb0\xbb\xe8\xfb\x1e\x80\xc5\ \x62\x41\x51\x16\xac\xd7\xeb\x5c\x1c\x22\xb3\xf9\x1c\xa3\x2d\xfd\ \x30\x1c\x1c\x0b\xc4\x0b\xca\xa3\xad\x3e\x50\xcd\x1f\x8b\x06\x07\ \x21\x9d\x4c\x2a\xf1\xd0\xc8\x84\x10\x28\xca\xf2\x70\xa8\x35\x75\ \xc5\xf3\xa7\x4f\xa9\xab\x82\xba\xae\x19\xc6\x91\x99\xab\xa5\x01\ \x50\x26\xdb\x87\x8b\xb8\xee\xe1\xe1\x41\x84\x77\x71\x4f\x65\x8e\ \x07\x53\xc1\x98\x22\x21\x06\xac\x32\x07\x5a\xbb\x35\x9a\xeb\x9b\ \x6b\x8e\x8f\x8f\x38\x3f\x3b\xe3\xed\xdb\x37\xdc\xde\x5c\xd3\xbd\ \x7a\xf9\x51\xd3\x16\x41\xa1\x62\x96\x04\xc4\x80\xb1\x86\xb6\xdd\ \xb1\x5e\xdd\xf3\x6c\x71\x44\x0a\xfe\x10\x16\xb7\xe9\x57\x94\xb7\ \xdf\xb3\xd2\xe7\xdc\x79\xb8\x50\xe7\x14\x41\xb3\xdd\x0c\x38\x57\ \xa1\x4d\xc5\xfc\xe4\x58\xbc\xeb\xf2\xdf\x60\xf2\xee\x23\x12\xe2\ \x04\x29\x50\xd7\x72\x9e\xa4\xe4\x09\x51\x1f\x0e\x6c\x9d\x63\x8d\ \x53\xf0\x6c\x37\x1b\xbc\x9f\x0e\x84\x0b\x6b\xc5\x0b\xaf\x6d\x5b\ \x76\xed\x8e\x69\x9a\xc4\xfc\x53\x29\xc6\x61\x14\x3a\x31\x89\xba\ \x6e\xb8\xbb\xbf\xcf\xd6\x27\xe1\xf0\x7c\xa7\xdf\xd3\x31\x3d\x2e\ \xe6\x52\xd6\x91\x84\x43\x9a\xe5\x34\xf9\x4c\xcb\xf7\x07\x66\x61\ \xe1\x0a\xce\xce\x4e\xf9\xee\x87\xb7\xec\xd6\x1b\x92\x97\x08\x6f\ \x9f\x9b\x10\xa3\x35\x24\x93\x79\x02\xa2\xd5\x33\xda\xe0\xbb\x11\ \x53\x94\x78\x6b\x18\x53\xc2\x2a\x68\xc7\x89\x7e\x1c\x71\x4a\x20\ \xb4\xbd\x0e\x26\x44\x7f\xd0\xf9\x69\x6b\x28\xb4\x12\xb9\x03\xcd\ \x23\x22\xf2\x63\xa3\x06\xa7\x94\xf0\x7e\x20\x25\xa1\xd6\x76\x5d\ \xcb\x66\xbb\xc1\xb8\x82\x7a\x3e\x43\x19\x45\x3b\x4a\x40\x4d\x55\ \x17\x84\xa1\xa7\x54\x0e\x3b\x4d\xc4\x71\xe4\xee\xcb\xaf\xf1\x57\ \x37\x34\x17\xa7\xf8\x32\x11\x8a\x92\xb3\xa7\xcf\x28\x17\x05\xa3\ \x7e\xa0\xdf\x4d\xf4\x71\xc7\xf1\xe9\x4c\x96\xa7\x3e\x00\x13\x29\ \xe4\x0c\x76\x2c\xbb\xb6\xc7\x18\xcd\xa7\x9f\xbe\xe4\x93\x97\x2f\ \xf8\xfa\xab\x6f\xf2\x41\xfb\x78\x1f\xa8\x1c\xde\xbc\x5e\xaf\xb0\ \xc6\x88\xe0\x30\x3b\x88\xee\xbb\x6d\x89\xd9\x0d\xc4\x1c\x6c\xf4\ \x78\x58\xfc\x5e\x57\x7e\xc0\xc2\x7f\xd7\xf4\xed\xc3\x45\x92\x36\ \xfa\x90\x14\x47\x56\x3f\x8f\xe3\xc8\x76\x23\xf4\xca\x71\x1a\xd1\ \x99\x40\xd0\xf7\x3d\xe9\x21\xf0\xfd\xeb\xef\x79\xf5\xea\x85\xe0\ \xfb\xb9\x03\x25\x44\x86\xb6\xa7\xaa\x2a\x42\xce\x9f\x37\xda\x60\ \xb5\xcd\xaf\x0f\x2a\x26\x86\xae\xa3\x2c\x4b\x76\x9b\x2d\x4d\xd3\ \xb0\x38\x3a\x26\x84\xc4\xf5\xcd\xad\x64\x74\x68\xf5\x51\xaf\xfb\ \x72\x79\x44\x51\x8a\x09\xa2\x9a\x22\x9b\xbb\x3b\xbe\xfb\xf6\x5b\ \x3e\x2b\x3e\x23\x78\x71\x76\xd5\x41\x18\x4f\x53\x3f\xb2\xdd\xae\ \xb9\xba\xbb\xe2\x6a\x37\xe1\x86\x35\xa7\x17\x33\xfa\xa8\xb9\x7d\ \x78\xe0\xec\xf4\x04\x35\x2f\x38\x5f\x3e\x05\x1c\x75\xdd\xa0\x8b\ \x82\x18\x27\xc8\x7b\xb7\x21\x78\x6c\xa1\xa9\x9a\x02\x3f\x7a\x74\ \xb4\x44\x15\x71\xad\x83\x0d\x7a\x00\x00\x20\x00\x49\x44\x41\x54\ \x6e\x4f\x0b\x95\x82\x7f\x79\x79\xc9\xab\x97\x2f\x28\x5c\xc1\x34\ \x49\x52\x63\x8a\x92\xbe\x57\x14\x85\x74\xa7\xb9\x21\xf0\x93\x3f\ \x40\x1b\x45\x59\x1c\xf6\x28\x9b\x7c\x38\x19\xe3\xe4\x1e\xc8\x87\ \x4b\xfa\xc0\xce\xe3\xef\x01\x81\x88\x51\xfd\x1d\xf7\x6a\x6b\x1c\ \xc1\x0b\xd9\xe3\xec\xec\x14\x67\xc5\x24\xd2\x28\x45\xdb\xb6\xa4\ \x28\xc1\x58\x21\x86\xec\x6a\x6b\x32\xc5\x94\x83\x76\x4a\x7f\xe0\ \x31\xb7\x37\xad\xdc\xef\x70\xb4\x02\x95\x33\x4c\xda\xb6\xc5\x68\ \xc5\x7c\x3e\x67\xd7\xb6\x19\x8a\xd5\x1f\xa9\x81\xc8\xd9\x19\x07\ \x66\x97\x54\xd4\x71\xe8\xc5\x9a\xdf\x4f\x28\x95\x98\x08\xa8\x94\ \xb0\x18\x6e\x6e\x6f\x18\xe7\x86\x68\x6a\x4a\xab\x39\x9a\x1f\x73\ \x5c\x35\xb8\xba\x21\x99\xbd\x01\xa7\x26\xf8\x98\xf3\x5b\xf6\x1e\ \x7b\x22\x04\x8d\x61\xa2\x2a\x2c\x29\x65\x31\x62\x6e\x1c\x24\x4e\ \x7b\xa2\x70\x8e\xf3\x8b\x67\x9c\x9e\x9d\x89\xda\x3f\xfb\xd4\x85\ \x18\xf2\x54\x2e\xa4\x9a\x98\xb5\x58\x21\x04\x21\x5d\xa4\x48\xd3\ \x34\x98\x3c\x01\x1e\x8a\x49\x46\x18\xfe\xdf\x0f\xe2\xf4\xbb\xfb\ \xd8\x5c\xf4\xf7\x4d\x49\x52\x30\x5f\x1c\x31\xf9\xef\x09\x59\x13\ \x24\x76\x3b\xe2\xef\xa6\x92\xe8\xe1\x52\xca\x82\x5b\xad\xc0\x68\ \x92\x15\xd2\x89\x71\x4e\x1c\x39\xf2\xe4\x52\x34\x35\x85\x31\x32\ \x15\x13\xb3\x55\x90\xec\xf9\xf6\xe1\x6d\x7b\x4b\x20\x32\xec\xf6\ \xa3\xd4\x99\x18\xa3\x69\x9a\x86\x59\xdd\x30\x9b\x1d\x31\x3f\x3a\ \xe2\x61\xb5\xc6\x3a\x9b\x45\x54\x13\xb3\xc5\x9c\xb2\x2c\x18\x87\ \x8e\xb0\x6b\xe9\xda\x91\x17\x2f\x3f\x11\x85\xf1\xd8\x53\x5b\x4b\ \xdb\x6f\xa8\x9e\x3c\xe5\x93\x5f\xfc\x14\x53\xcc\xc5\xf5\x34\xb6\ \x24\x14\xe7\xc7\x27\x84\xe0\x99\x7c\x9f\xad\x53\xb4\xe4\x7f\x27\ \x8d\x42\x33\x9b\x49\x27\xbe\xdd\x6d\xd9\x6c\x36\x07\xc6\xc5\x87\ \xe7\x7b\x0c\x62\x41\x32\x4d\x93\xe4\x9b\xe4\x05\xd5\x34\xf9\x03\ \x93\x63\x7f\x60\x98\x8c\x89\x5e\x5c\x9c\x71\x7e\x7e\xc6\xfb\xf7\ \xd7\x87\xa9\x63\x5f\x44\xf2\xf6\x2f\x6b\x1c\xd2\x41\xdb\xc2\xc1\ \x49\xf7\xd1\x2b\x49\xbe\x37\x8f\xa6\x1a\xa1\x2d\x87\x48\x52\x41\ \x42\x91\xb2\xd1\xe0\xfd\xdd\x3d\x3f\xf9\xc9\x2b\x6c\x59\x53\x58\ \xc7\xa0\x85\xe6\x3c\x8d\x63\xee\xb4\x65\xb1\xb7\x37\x9c\x0c\x31\ \x31\x0d\x13\x75\x29\xc1\x42\x16\xb1\x5d\x69\xb7\x2d\xce\x56\xac\ \xdb\x96\xbb\x87\x15\x3e\x7d\x44\x0b\xfa\x0f\x04\xa1\x37\xb7\xb7\ \xc4\xc9\x53\x69\x47\x59\x16\x7c\xf2\xe9\x2b\xce\x9f\x5e\x32\xa5\ \x48\x8a\x92\x45\x62\x42\xa2\xd4\x8a\x71\xbb\xe3\xf6\xfa\x8a\xc1\ \x54\x78\x93\x50\xe6\x88\xe5\xf1\x19\xe7\x17\xaf\x30\x46\x31\x5b\ \x38\x62\x2c\x21\x1a\xc6\x7e\x40\x0d\x03\x31\x8c\x68\x9b\xa8\x0a\ \x43\xe8\x26\xe2\x34\xb2\xa8\x6b\x6e\x76\xe2\xd7\x65\xb4\xc9\x85\ \xd7\xe7\xfc\x91\xc4\xab\x57\x9f\x70\xf9\xe4\x92\x69\x1a\xf3\xe7\ \x94\x88\x2a\x61\xac\xa1\xd0\xc5\xa1\x30\xec\xa1\xa4\xe3\xe5\xf1\ \x41\xc7\xa1\xb4\xec\xc2\x1e\xee\xef\x0f\x14\xf3\x71\x9a\x7e\x8f\ \x31\x26\xb9\xe4\xff\x4f\x6c\x99\x74\xb0\xfd\x20\x07\x77\x85\x2c\ \xbe\x94\x29\x29\xc5\x88\xca\x4a\xed\xb2\x2a\x99\x2f\x66\xdc\xad\ \xd6\x92\x45\x92\xf6\x18\x7c\xcc\xd0\x9b\x42\xe5\x2e\x7c\xff\x1e\ \x74\x8e\x0f\xf6\xd3\x24\x3b\x0c\x24\x23\x24\x84\xc0\x76\xbb\x63\ \x31\xab\x39\x3d\x3e\xa6\x70\x0e\x67\x3f\x3e\xcc\xa5\xf6\x62\x4f\ \xad\xc4\x97\xce\x68\x6e\x6f\xaf\x19\x3e\xfb\x8c\x7e\x1a\x98\x92\ \x27\xa6\xc0\xb8\x05\x6d\x3a\xc2\x78\x4b\x75\x76\xce\xb8\x7d\x60\ \x37\x14\xb8\x14\xf1\xfd\x80\xae\x6a\x94\x71\x24\x14\x63\x3f\x52\ \x16\x25\x7e\x1c\x51\x2a\xa1\x8c\x50\xb0\xc5\xa0\x94\x0f\x82\xc9\ \x1e\x3f\xe3\x71\xf4\x3c\xbd\x7c\xc2\x9f\xfd\xcb\x3f\x65\xb1\x98\ \x31\x8e\x03\x3e\x87\x8f\x09\xf2\xa0\x50\x9a\x6c\xc6\xca\x01\xca\ \xae\xab\x9a\xba\xae\xd1\x5a\xb3\x59\x6f\xd8\xed\x76\x02\x31\xe6\ \x67\xec\xef\x21\x81\xfe\x77\x1e\x9d\x74\x98\x42\x85\x8c\x23\xdf\ \xf8\xb0\xd9\xb2\x1b\x07\x1e\xb6\x1b\xb9\x53\x4c\xf6\xdd\xca\x70\ \x65\x8a\x21\x8b\xab\x13\x36\x67\xb5\x24\xad\x88\x1a\x3c\x11\x9d\ \x40\xc5\x88\x4a\x9a\xd1\x4f\x60\x0d\xc6\x59\x82\x9f\x24\x23\x27\ \x53\x8f\xf7\x6e\xd1\xfb\x58\xe3\x98\x03\xb3\x7e\xb4\xa2\x45\x92\ \x42\x27\x83\xd1\x85\x28\x4c\xd9\xbb\xad\x96\x90\xe0\xec\xec\x1c\ \xeb\x1c\x5d\xb7\x83\x69\xe0\x87\x6f\xbe\xe6\xfd\xdb\x2b\x4e\x2f\ \xcf\x28\xac\x21\x5a\x4d\x08\x13\xbe\xf3\xcc\x16\x35\x14\x86\xd5\ \xe6\x81\xf9\xf9\x53\x34\x3b\xba\x6d\xcb\xfd\xfb\xb7\x68\x6d\x30\ \x66\x42\x17\x15\xae\x9c\x63\x4c\x81\x52\x46\x04\x8b\x46\x94\xc3\ \xef\xde\xbd\xe3\xe6\xe6\x1a\x6b\xec\xef\x30\x6c\x0e\xdc\xf4\x98\ \x33\x2b\xfa\x9e\xc5\xa2\xc9\x4b\x33\x9d\xad\x27\xfa\x3c\xbe\x5a\ \x66\x4d\x03\x56\x51\x55\x35\x4f\x9e\x5c\xf2\xf6\xed\x7b\x89\x5a\ \x35\xe6\x00\x9f\xa9\xdf\x13\x47\x3e\x1e\xb2\x79\x7a\xc9\x38\xed\ \xfe\x6b\x42\xbc\x32\x38\x67\x08\xbd\x3f\xdc\x84\xc6\x38\xac\xb6\ \x24\x24\xff\x64\xd6\xcc\x18\xb6\x1d\x75\xdd\xb0\xdb\xb5\x8f\x22\ \x2d\xef\x73\xfa\x63\x71\xb8\x91\x95\x88\x6b\x98\x2d\xe5\x01\x71\ \xa5\xa3\xac\x6b\x30\xb2\xcb\xba\xbe\xbe\x11\x78\x4b\xeb\xbf\x6b\ \x09\xf2\xff\x71\x1a\x5d\xad\x44\xef\xa3\xb4\x1c\x94\xc7\x67\x27\ \xcc\xce\x96\x78\x9b\x18\x49\xe8\xd2\x31\x04\x8f\x4e\x8a\x30\x0a\ \x0c\x36\xae\x57\xc4\x3a\xe1\xea\x92\x7e\xbd\xa3\x2a\x67\xb4\xeb\ \x35\x55\x53\xb0\xeb\x56\x38\x65\x21\xc8\x82\xdc\x1a\xc3\x34\xf4\ \xc4\x14\xd0\x16\xd0\x8e\x02\x83\x4d\x4a\xf4\x1d\x26\x4f\x92\x44\ \x96\xcb\x25\x27\xcb\x23\x86\x71\xbf\x7b\x18\x33\xd6\x2d\xe4\x08\ \x9d\x55\xeb\xe2\x26\xbb\xb7\xe7\x78\xec\x42\xfd\x24\x1e\x4f\xcd\ \xac\xc1\x7b\xcf\x6e\xb7\x93\x07\xcd\x59\xba\x6c\xa3\xb3\x4f\xfa\ \xdb\xd3\x80\x25\x01\xf0\x11\xfe\xd8\x6b\x0f\xf6\x10\x58\x8c\x51\ \x5c\x7e\x5d\xb6\x27\x1f\x06\xda\xdd\x96\xb3\x93\x63\x26\x62\x5e\ \x9e\x2a\x5e\xbe\x7c\xc5\xae\x1b\xb8\xb9\xbd\x15\xd5\xbd\x12\x4d\ \x90\xca\xd6\xeb\xfb\xd3\x4c\xe7\x02\xae\x72\x67\x1b\xbc\xcf\x9e\ \x70\x56\x02\xa7\xaa\x3a\xd3\xd4\xe5\x66\xb3\xff\x03\x99\x16\xff\ \xf0\x62\x22\x99\x32\x2a\xff\x92\x11\xf1\x44\x7b\x7f\x75\xc5\x38\ \x74\xf8\x14\x89\x26\xa1\x95\xa5\x6b\x35\x24\xcf\xf3\xf3\x19\x10\ \x98\x56\xf7\xe8\xba\xc6\x54\x35\x98\xc4\xd0\xae\x71\xfb\x7b\xb6\ \x49\x6c\x1e\xde\x83\x8f\xb4\xdd\x96\xba\x2a\xb1\xa5\xa3\x59\x9c\ \x1c\x42\xc0\x38\xe4\xc1\xcb\xe4\x55\x14\x8e\xa3\xa3\x65\xb6\x31\ \xe9\xe4\x60\xb6\xa2\x1d\x91\x98\x00\x81\x09\x83\x0f\x07\x1f\xb6\ \x3d\xf5\x17\x05\x7d\xd7\x73\x7f\x7f\x9f\xdd\x8f\x8b\x43\x7e\xfb\ \x87\xcd\xc0\x7e\xf2\x48\xbf\x97\x77\x9d\xd2\xe3\x42\x5f\x9e\xe3\ \x29\x7b\xb2\x09\x49\x63\xd3\xb7\xbc\xbe\xb9\xe2\x6a\x75\xc7\x40\ \x40\x39\x83\x0f\x11\x67\xc4\xf9\x3a\xa4\x28\x51\xd1\x21\xfb\xc5\ \xc5\x44\x30\x89\x64\x14\x2a\x67\xda\xec\x1d\x2e\x42\x88\xdc\xef\ \x36\xd4\x8b\x05\x4c\x93\x48\x10\x32\xdb\x2c\xc5\x9c\x71\xa3\x74\ \x86\xc0\xe4\xd9\xf9\xd1\x16\x13\xb9\x60\xe2\xce\xea\xa2\xec\x02\ \xfc\xe4\x79\xf9\xc9\x4b\xe6\xf3\x39\xa3\x0f\xac\x57\x0f\x72\x40\ \xa8\xc0\x34\x8c\x3c\x7b\xf1\x1c\x53\x39\xe2\x38\xd2\x47\x49\xe8\ \xf3\x29\x71\x7b\x7b\x47\x9c\x57\xac\xfa\xc0\x0e\x38\x3a\x0e\x6c\ \x37\x5b\x42\xe7\x58\x9e\x9c\xd0\x2c\x16\x28\x5b\xa2\x5d\x83\xd2\ \x15\x50\x00\x9e\x14\x27\x86\xde\x63\x8d\xe4\xb9\x07\x1f\x7f\x9f\ \xd4\xc8\xe4\x27\x4a\x67\xb8\xbc\x7c\x72\x58\xe2\x49\x47\x61\x71\ \xd6\x65\x98\xc4\x1f\x2c\x3c\xc6\x71\xe0\xe6\xe6\x4e\x0e\x84\x0f\ \x1c\x59\x4d\x76\x49\x16\x8a\x21\xf9\x00\x50\x8f\xb2\x07\x9d\xed\ \xa1\x89\x1f\x22\xcd\xd2\x25\x59\x93\xd9\x45\x21\x8b\xae\x4c\x76\ \x78\xd5\x28\xed\x38\x3f\x3b\xc7\x7b\xcf\x6a\xbd\xa2\xaa\x4a\x48\ \x29\x77\x5b\x25\x4d\xd3\x1c\xa6\x2a\x85\xce\xd6\x31\x91\xb2\xb1\ \x94\x45\x41\x5d\x55\xcc\x17\x33\xd0\xf9\xb3\xbc\xbf\x61\xb3\xd9\ \x10\x14\x84\xf4\x11\xa7\x92\xcc\xbf\x7f\xfd\xe6\x7b\x89\x03\x8e\ \x50\x69\xc7\xf9\xe9\x19\xe5\xa2\xa1\x6a\x1a\x86\x30\x81\x1f\x18\ \x48\x28\xa4\x93\xdd\x6e\x36\x68\xad\x38\x39\xbd\xa4\x34\x9a\x69\ \xd7\x61\x27\x4d\x61\x1b\x52\xe7\x09\x7a\xa0\x9e\x41\xd1\x54\x4c\ \xdd\xc8\xed\xd5\x3b\x71\x0c\x98\x46\x94\x51\x2c\x96\x67\x58\x0c\ \x05\x16\x9d\xa4\x31\x08\xc9\x53\x14\x22\x36\x3c\xbb\x38\x97\x58\ \xd5\x18\x25\x95\x12\xa8\xab\xf2\x40\xfd\x35\x4a\xcb\xa4\x90\x99\ \x59\x21\xef\xb3\x7c\xf0\x54\x75\xc5\x76\xbb\xe5\xf6\xe6\x96\x61\ \x98\x04\x2e\xca\xc6\x91\x31\x04\xb4\x35\x1f\x30\x88\x1e\x8b\xc7\ \x87\x87\xcb\xe3\xbf\xcb\xd4\x12\x43\x24\xa8\x80\x29\x4a\x94\x12\ \xab\xf0\x87\x87\x07\x9c\xd5\x54\xa5\xdc\xa3\x53\x48\xcc\x67\x33\ \x7e\xfe\xf3\x5f\xa0\x7e\xfb\x5b\x6e\x6f\xaf\x0f\x1a\x92\x7d\xcc\ \x72\xca\x66\x8f\x18\x9d\x73\xe7\x03\x36\x3b\x06\x17\x85\xa3\x2c\ \x64\x77\x56\x16\x05\x45\x29\x90\x4e\x98\x26\x9a\xa6\xce\x8e\xb6\ \x1f\x57\xb8\xa8\xf6\x94\x68\x75\xc0\xbe\xe8\x86\x9e\x5f\xff\xf6\ \x37\xf8\xe8\x51\x85\x65\x1a\x23\x53\x70\xa8\x09\x11\xdd\xaa\xc0\ \xb6\xdd\xb0\x7e\x30\xb8\xb2\xe6\xe8\xe4\x88\xb2\xae\xe8\xd7\x3b\ \x16\x8b\x86\x30\x0d\x8c\xdd\x8e\xe8\x23\xb3\xa6\x21\xc5\x89\x30\ \x09\x2b\xb0\x2e\x2b\x8c\xb2\x10\x65\xba\xa8\x6b\xc7\x27\x9f\xbc\ \xe0\xd9\xb3\x27\xcc\x9a\xb9\x4c\x95\x99\x48\x21\xb1\xc7\xe6\x60\ \xcf\x9f\x52\xc8\x11\x0f\x99\xca\x9c\xa1\x2c\x71\x90\x36\xac\xd6\ \xab\xec\x58\x20\xbb\xd4\x7d\xe4\xb1\xda\x43\x47\xff\x5d\xd0\xef\ \xb1\xb1\x12\x7d\x4f\xde\x7d\x18\xc3\xba\xdd\xe1\xdf\xfe\xc0\x6e\ \x94\x18\x72\x99\x36\xfd\x61\xda\x14\xe8\x92\x43\x12\x6b\x54\x8a\ \x89\x24\x99\xf0\x46\xa3\x8d\xa6\xd6\x8e\x80\x2c\xfc\xef\xd6\x2b\ \xce\xea\x8a\x52\x29\x31\x1c\xcd\xce\xc4\x3a\x4f\x27\x21\x06\xa2\ \x17\xf8\x4b\x25\x7e\x9c\xae\xc1\x87\x5d\x83\x92\x85\x50\xe3\x2a\ \x62\x98\x70\x56\xf1\xd7\x7f\xf5\x17\x3c\x7d\xfa\x9c\xf9\x7c\x9e\ \x2f\x5e\x49\x51\xcd\x78\xf5\x07\x7f\x48\x5d\x38\x9c\x12\x66\x55\ \x1a\xc4\x31\xd3\x5a\x85\x1b\x47\xda\x9b\x1b\xbc\x75\xe8\xe3\x13\ \x9a\xe6\x92\xfa\xc5\x13\x8c\xad\xf3\x02\xcb\x1f\x34\xcd\x31\x4e\ \x18\xab\x20\x8c\x68\xa2\xa8\x8e\x53\xa4\x30\x96\x6e\x9a\xd8\x67\ \x1f\xa4\x18\x69\xea\x9a\x97\x9f\xbc\xe0\xf2\xc9\x19\xcf\x9e\x3f\ \x3b\x58\x7f\xcb\x68\x28\x96\x2b\xcd\x6c\xce\x4c\x89\xff\x90\x46\ \xba\xd5\x67\xcf\x2e\x39\xbf\x38\xe7\xe4\xf4\x84\xbf\xfc\xcb\xff\ \x4c\xd7\xe7\x51\x38\x26\xa2\x17\x0b\x0c\x63\xcd\x07\xae\xa6\x31\ \x63\xa7\x3e\xd3\x4a\xf7\x54\xd2\x5c\x70\x32\x34\x80\x32\x28\x65\ \xf2\xc1\xe6\xc5\xce\xdb\x19\x2e\xce\x4e\x30\x0a\x66\x4d\x4d\xf0\ \x13\xcb\xe3\x05\x9b\xed\x96\xc5\x62\x46\x33\x9b\xb1\xdd\xee\x18\ \x76\x5b\x9c\x33\xa8\x94\xe4\xbd\x6a\x4d\x52\x9a\x76\xe8\x29\x66\ \x15\x29\x7a\xa6\x18\x19\xfc\x80\x36\x62\x45\x1e\x62\xfa\x78\xae\ \x1a\xf9\x2e\x1d\xbb\x35\x9b\xcd\x4e\xa8\xd5\xda\x71\x77\x77\x45\ \x55\x95\xbc\x78\xf1\x8c\xa1\x72\xd8\xa1\x27\xd4\xb0\x35\x8a\x21\ \x5a\xbc\x2a\x71\x41\x31\xf3\x9e\x69\xb3\x26\xa5\x09\x95\x6e\x59\ \x1e\x1d\xd3\xcc\x1a\x30\x91\xf5\xd8\x32\x9b\xcd\xe9\xbb\x1e\x1f\ \x47\x9c\xd1\xd4\x95\xcb\x22\xcf\x0e\x53\x1d\x51\x2d\x66\xe8\xfb\ \x15\x51\x49\xe2\x62\x59\x56\x19\xe2\xd9\xb2\x98\xcf\xd0\xc0\x38\ \xf4\xa0\xc0\x69\x95\x21\x86\x94\x73\x2a\x82\x64\xa2\x28\x7d\x48\ \x22\x0c\xa3\xc7\x87\x91\xc2\x95\xc2\xf1\x5f\x6d\xa4\x80\x57\x56\ \xd8\x83\x2a\x0a\x9c\x83\xce\xac\x9c\x6c\xc2\xb8\x57\x49\xa7\xdf\ \x87\x44\xf4\x21\xcc\x6b\xf2\x9e\x7a\x2f\xf2\xd4\x86\x4d\xdb\x53\ \x6c\x5b\xba\x7e\x64\xb1\x58\xe0\xac\x26\xf8\x91\xe3\x45\xcd\x4f\ \x5e\x7d\xc2\x66\xbd\xca\x4e\xbf\x26\xdb\x7a\xf8\x9c\x16\x4a\xde\ \x1b\x84\x2c\x48\x85\x10\xf7\x7e\x51\x62\x0f\x64\x9d\x95\xc6\x44\ \x6b\x8a\xaa\xa2\xef\x7b\x61\x1f\x7e\xcc\xc6\x11\x08\xd6\x10\x93\ \x42\x25\x85\x8e\xe2\x1c\xee\xbd\xe7\xcb\xd7\xdf\x73\xdc\x34\xa8\ \xda\xd1\xa5\x8e\x64\x23\xb6\x30\x2c\x8c\x65\xe6\x0a\x62\x90\x1d\ \x8f\x0f\x23\xab\xfb\x3b\xec\x46\x74\x51\xca\x9f\x50\x38\xc3\xa2\ \x59\x30\x4d\x13\x63\x3f\xe2\x8a\x02\xef\x25\xe6\x7a\x71\xb4\x10\ \x0b\x17\xa5\xb1\x36\x72\x76\x76\x4c\x59\x18\xa6\x71\x20\x94\x8e\ \xd8\x2b\x62\xb6\x81\x8f\xd1\x1c\x08\x10\xce\x3e\x42\x50\x42\x98\ \xd9\xdb\xc1\x48\x32\xa1\xd6\x9a\xd5\x7a\x9b\xed\x97\x22\x51\x49\ \x5e\x08\x4a\x1d\x98\x91\xea\xa0\x8e\x7c\xf4\xfd\x53\x79\x47\x72\ \x68\x20\xf3\xef\xef\xb3\xfd\x52\x4c\x13\x69\x1c\x09\xbb\x8e\x8b\ \xe5\x31\x0f\xeb\x2d\x53\x88\x28\x21\x05\x32\xf9\x20\x84\x8b\xec\ \xd8\x6a\x92\xc1\x20\xa2\xe7\x49\x5a\x63\x0a\xad\x99\xfa\x11\x65\ \x34\x9e\xc4\xaa\x9b\xd8\x0c\x23\xa3\x1f\x29\xcb\xea\xd0\xf0\xee\ \xcd\x3f\xb5\x92\x22\x64\x4c\x91\x21\xf1\xf4\x63\x9c\x4c\x04\x26\ \x3a\x64\x35\x1b\x18\xa7\x9e\x69\x9a\x98\xc6\x82\x1f\xbe\xff\x86\ \xb2\xac\x31\xda\x50\x56\x0d\x27\x4f\x9e\xb0\x38\x5e\x62\x2b\x27\ \x98\xa0\x1f\x99\xfc\x20\x51\xc6\xe3\xc8\x74\x77\x47\x53\x2a\xdc\ \xf2\x98\xd8\xef\xe8\x37\x0d\x4a\x5b\xc2\xb8\x93\xa0\x29\x6b\x89\ \x61\xcc\x6a\x8e\xc4\xd0\x3d\x60\x49\x58\xa5\xb1\xb6\xc2\x19\x95\ \xbb\x94\x48\x4c\x4a\x84\x7c\xe3\x80\x56\x89\x9f\x7e\xfe\x29\xf3\ \xc5\x0c\x6d\x25\x7e\xd5\x29\x97\xd9\x68\x3a\xef\x52\x82\x78\x39\ \xed\x2f\x85\x12\x16\x56\x52\xf0\xc5\x4f\x3f\x67\xf5\xb0\xe2\xaf\ \xff\xdb\xdf\x60\xac\x8c\xb3\x7b\x85\x74\xda\xef\x67\x3e\x10\x9c\ \x1d\x72\x55\xb2\x19\xa1\x14\x98\x74\xa0\xa8\x6a\x6d\x70\xd9\x84\ \x30\xf8\x89\x76\xb7\xe1\xc5\xcf\x3e\x67\xd6\x64\x96\x52\x92\x0e\ \x6a\x79\xb2\xc4\x47\x2f\xaa\xd7\xba\xa2\x6a\x6a\xe2\x95\x04\x2e\ \x19\x2b\xfb\x82\xb1\x8b\xc4\xdc\x29\x6a\xe7\x28\xaa\x02\x3d\x8d\ \x54\xbb\x8a\xb2\x1f\x41\x69\xba\x7e\xf8\xa8\x30\x17\x24\xda\xf5\ \x8a\x14\xe4\xe0\x8b\xd9\x24\xb3\x6f\x27\xbe\xff\xf2\x4b\x9c\x8a\ \xd4\x56\x93\xb4\xc7\x57\x9a\x75\x17\x50\x58\x8a\x29\xe2\x63\xa0\ \x30\x1a\x65\x44\xb5\xbd\xeb\x57\x6c\xdb\x7b\x8c\xb5\x04\xef\x39\ \x3f\x3f\x3f\x64\xa3\x0f\xdd\x8e\x7e\x94\x29\xc3\x47\xcd\xec\xa4\ \x62\xb6\x58\x60\x4b\x97\xaf\xaf\xa1\xac\x0a\xac\x75\x92\x13\x82\ \x4c\x79\x5a\x2b\x8c\x52\x87\x45\xb7\xd2\x1a\xa7\x35\x31\x7b\x94\ \xed\xb3\xd2\x63\x14\x05\xf2\xe4\x27\xd0\x4a\x22\x88\x87\xf1\xc0\ \xda\x0a\xc1\x0b\x45\xee\x03\x53\xc8\x3d\xc9\xe7\xf7\x87\xbd\xdf\ \xb1\xd1\x4c\x8f\x7b\xba\x98\x59\x5a\x62\x89\x2e\xd9\x36\xc3\xe4\ \x89\xeb\x35\x4d\x53\xd3\x34\x35\x04\x4f\x5d\x96\x34\x55\xc3\x7a\ \xb3\x66\x8f\xa0\xa9\x2c\x10\x3c\x2c\xbe\x95\xbc\x70\x4c\x8f\xfe\ \x71\xfd\x38\x50\x96\x4e\xe2\x86\x73\x02\xa8\x73\x92\xdb\xb2\xf7\ \xf3\xfa\x68\xc5\x44\x29\x62\x76\xa0\x50\xb9\x3f\x31\x49\x2c\x62\ \xc6\x18\xe8\x88\x04\x3c\xad\x0a\xa0\xc1\x11\x59\x4d\x13\x61\xd0\ \x18\xc4\x05\x7a\x9e\x33\xef\xfd\x28\x3a\xa0\xa1\x1b\x48\xc1\x72\ \xb3\xbe\x63\xd6\xcc\x68\xea\x06\x57\x96\x98\x28\x6c\x38\xe7\x1c\ \x45\xe1\xf0\x51\xd1\x34\x35\x75\x5d\x0a\x54\x94\xcd\x54\x6d\x76\ \x7c\x36\xc6\x8a\xc6\x29\x53\xb6\x95\x26\x53\xf9\xa5\x01\x92\x82\ \xa4\x0e\xda\xa3\x71\x9a\x18\xc6\xfe\x30\x67\xee\xad\x0c\x1e\x0b\ \x48\x5e\x92\x1f\xac\x3e\x0e\x43\xed\xc1\x18\x76\x9f\x9c\xba\xf7\ \x0a\xdb\x17\x9d\x34\x8c\x5c\x7c\x72\xcc\xe5\xb3\xe7\xfc\x9f\x7f\ \xfe\x9f\xb8\xbe\xbb\xc7\x95\x25\x2f\x3e\x79\x41\xc8\xba\xb8\xed\ \x76\x2d\xcc\xc0\x08\x26\x99\xec\xd2\xa3\x08\x2a\x12\x88\xb8\xb2\ \x20\x05\xf1\x68\x1b\x62\x64\x4a\x89\xa3\xba\x3a\x34\xa7\x5a\x3d\ \xe6\x37\xa9\x1c\x14\x17\x53\xc4\x95\xee\x7f\x88\xc1\xf7\x8f\x8c\ \xcd\x05\x45\xce\x09\xd1\x5a\xb3\x5a\x3d\xe4\xa0\x97\x89\xae\x0b\ \x8c\xc3\x98\xbb\xf6\x5b\xae\x6f\xaf\x39\x3a\x5e\xf2\xc9\xf3\x4b\ \xcc\xe9\x92\x69\xb3\xa1\x23\x52\x58\x05\xda\x30\x8c\x92\xed\xf1\ \xa4\x69\xd0\x26\xb1\xbb\xbf\xa1\x6a\x1a\x29\x22\x5a\x93\xbc\xa1\ \x9c\x35\x10\x02\xdd\x76\x2d\xd6\x1c\x7d\x47\x59\x34\xcc\x97\x1a\ \x92\x8c\x7a\x31\x06\xc9\x12\x49\x91\xa6\xa9\x38\xbf\x38\x23\x04\ \xcf\x38\x0e\xd8\xe8\xd0\x46\x44\x3f\x21\xca\xa1\x5d\xe4\x9c\x12\ \x8d\xec\x35\xfc\x34\x62\x95\xc1\x14\x86\x71\x9a\x58\xad\x56\x3c\ \xac\x1e\xe4\xc6\xdd\x17\x81\x71\x94\x87\x35\x66\x53\xb8\x98\x0e\ \x10\x87\x8c\xb5\x21\xdf\xd8\xd2\x95\xa2\x82\x8c\xa1\x4e\x0e\x3e\ \x9c\xc3\x28\xcd\xe9\xd3\x4b\x20\xf0\xea\xd5\x2b\xac\xb5\x12\x6c\ \x95\xc5\x51\xf3\xa6\x39\x84\x72\x0d\xa3\xa4\xc1\x9d\x9c\x9c\xd0\ \xb6\x1d\xd7\x37\xd7\xa8\x24\x85\xa9\x6a\x6a\xaa\xba\xc4\x38\x43\ \x88\x91\xc9\x4b\x58\x92\x73\x06\x1f\xa0\x70\x56\x18\x23\x1f\x11\ \xee\x30\xb9\x40\x6a\x63\xb2\xfd\xbf\x12\xe6\xd9\x38\x10\x54\x62\ \x1c\x03\x95\x95\x6b\x3a\x4c\x1e\x6d\x40\x45\x45\x3f\x8e\xa4\x24\ \xbb\x23\xc9\x94\x91\xeb\x34\x8d\x12\x62\x35\x0c\x23\xc3\x20\x24\ \x8a\xa6\x2a\x45\xbc\x67\x84\xda\x4d\x02\x97\x17\xaa\x45\xe1\xa8\ \xca\x92\xba\xaa\x72\x8e\x84\x13\x4a\xb7\x35\x82\x5f\x67\x0b\x12\ \xf0\x44\x15\x3f\xc8\xa7\xf0\x07\x4a\xf1\xde\xc8\xef\xb0\x97\x8a\ \x51\xd8\x69\xd9\xae\x45\x26\x5b\xf2\x9e\x45\x73\xe8\x9a\x3e\x48\ \xff\x4b\x7c\x40\x25\xcd\x3b\x9c\x7d\xf0\x16\x29\x31\xc5\x40\xe9\ \x2c\x61\xf2\x62\x4a\x68\x0c\x4d\x2d\xa6\x7c\x5a\x2b\x86\xbe\x47\ \x6b\x45\x59\x3a\x9a\x59\xc5\x6a\xbb\xce\xf6\x1f\x42\x4d\x96\x02\ \x29\x8c\xa6\xe0\xa7\x4c\xee\x50\xd9\x83\x4b\xa0\xd2\x3d\x2c\xeb\ \xf2\x82\xd9\xe4\x08\xe0\xff\xdf\x1e\xf8\x7d\x04\x72\x12\x47\xdd\ \xe4\xc9\xcc\x38\x21\x94\x8c\xc3\x80\xf7\x89\x93\xe5\x92\x71\x18\ \x50\xb3\x12\xe7\x2c\x9b\xcd\x8a\xfb\xbb\x5b\x3e\x7d\xf5\xea\xb0\ \x9f\x14\xf2\x83\xe6\xf8\x78\x49\xdf\x8a\xe8\x2e\x69\xe8\xc6\x11\ \x6c\x21\xe4\x9e\xd9\x02\x6d\x0b\x8e\xe6\x15\xd6\x58\x9c\x73\x34\ \x4d\x7d\x70\x85\x26\x7b\xaf\x8d\xe3\xc8\x38\xca\xf4\xd9\x75\x5d\ \xd6\x91\x24\x29\x52\x59\x03\xb7\x17\x29\xdf\xdc\xdc\x4a\xac\x44\ \xca\xd7\x38\xe5\xdd\x66\x26\xf8\x48\x58\x99\xfe\x00\xd2\x7c\xcc\ \xb2\x39\xdc\x2f\x29\x66\x67\x83\xc7\x28\x65\x99\x76\x27\x62\x3f\ \x31\x2b\x2a\x66\x65\xc5\xd6\x58\x9c\xd6\x7c\xfa\xec\x29\xa7\x27\ \xc7\x8c\x43\x4f\xdf\xb7\x6c\x56\x1b\xae\x6f\x1f\xf8\xe1\xea\x1d\ \xca\x1a\x8c\x96\x06\xa8\xac\x34\x29\x29\x62\x12\x18\x7e\x98\x7a\ \x42\xf4\x68\x5d\xd0\xf7\xfd\x81\x91\x78\x7b\x7b\x9b\x5d\x31\x6a\ \x66\xb3\xd9\x21\xa1\xf2\x47\x99\x67\x72\x10\xec\xe5\xea\xec\xfd\ \x84\x56\xe0\xca\x02\xef\x47\x86\x61\x22\x46\x71\xd4\xd5\xc6\x12\ \xc6\x9e\xfb\xeb\x9e\xcd\xc3\x35\xdf\x95\x05\xb5\x82\xd4\x54\xf8\ \x51\x33\x0d\x89\x91\x48\x11\x12\xdd\x38\x30\x6d\x57\x12\x87\xb9\ \xab\x28\xaa\x9a\xf9\x62\x21\x37\x5e\x1a\xf1\x7e\xa4\xdf\xac\x85\ \x11\xe3\x0a\x9c\xd5\x59\x68\x68\x70\x2e\xc7\xbb\x6a\x45\x55\xd7\ \x5c\x9c\x9f\x71\x76\x7a\x4c\x22\x64\x67\x4f\x61\x75\x98\x4c\x99\ \x1c\x83\x07\x4a\xa1\xdb\xa5\x4c\xbf\xdc\xdb\x8a\xe7\x0c\xee\xdd\ \xcd\x1d\xbb\xad\xe4\x9a\xe8\x6c\x87\x72\xe8\x56\x3e\x38\x4c\x1e\ \xfd\x99\x1e\x33\x27\xe4\x46\x8f\x07\x8e\xb8\x52\x0a\xbd\xb7\x43\ \x47\xf1\x93\x9f\xfc\x84\xe7\xcf\x2e\xf1\x7e\x20\x66\x8b\xfb\xc5\ \x62\x41\x55\x95\x82\xdd\x7b\x8f\xb5\x8e\x71\x1c\xe9\x87\x81\xae\ \xef\x0e\x85\x45\x6b\x85\xab\x0a\x6c\x55\x50\x34\x15\x3e\x09\x34\ \x60\x8d\xa1\xae\x6b\xc6\x71\x24\x74\x3d\xd6\xea\x83\x11\xdd\xc7\ \xfa\xcb\xba\x02\x1f\x7a\xf1\xae\xd2\x86\xe0\x03\xfd\xd4\x93\xbc\ \xa7\x72\x16\x62\x14\x05\xb6\xd3\x0c\xdd\x80\x1f\x06\x22\x15\xc3\ \x14\x28\xab\x12\xb4\xe2\xe1\xfe\x81\xb2\x70\x9c\x9c\x9c\x80\x13\ \x56\xca\x30\x0c\xcc\x17\x47\x04\xef\x69\xbb\x2d\x85\x95\xfd\x94\ \x9f\x02\x7d\xdf\x73\xb2\x5c\xf2\xe4\xe2\x02\x63\x65\x5f\x50\x96\ \x05\x85\xb3\x07\x81\x9a\x49\x90\xa2\x15\x4b\xf2\x9c\x11\xbf\xeb\ \x7a\xba\xb6\xc5\x07\x89\x63\xb6\x5a\x18\x88\x21\x64\xc1\x62\xf6\ \x2d\x5b\x6f\xb6\xf4\xc3\x20\x3b\xa9\x0f\x4c\x05\xff\xa1\x0f\x67\ \x52\xf9\xf5\xd2\x63\xed\x89\x21\x90\x9c\x25\x22\x50\x70\x4c\x89\ \xa6\x69\xe4\x5a\x3b\x8b\x9f\x46\xda\x76\x87\xd2\x96\xa2\x78\x5c\ \xe2\xea\x7d\x24\x42\xce\x09\x09\x5e\xfd\xdf\xec\xbd\x77\x90\xa5\ \xd9\x59\xe6\xf9\x3b\xe6\x33\xd7\xe5\x4d\x5b\x55\x5d\xd5\xd5\x5d\ \xed\xd4\x56\xb6\x25\x81\x40\x20\xc7\x48\xc0\xc0\xce\x4c\x84\x88\ \xdd\x65\x09\x20\x62\x60\x40\xb3\x0c\x6c\xec\xfe\x31\x88\x59\xc7\ \xc6\xce\x60\x62\x61\x62\xd8\x59\x01\x0a\xec\x46\x2c\x68\x21\x60\ \x60\x07\x10\x84\x04\x08\x2b\xe4\x2d\x74\x4b\x5d\xdd\x5d\x5d\x55\ \x5d\x36\x2b\x2b\x33\xaf\xfb\xdc\x39\x67\xff\x38\xe7\xfb\xee\xcd\ \x32\xad\x36\xd9\xae\xf4\xbd\x11\x15\xe5\x6e\x66\xde\xfb\x1d\xf3\ \xba\xe7\x7d\x1e\x0a\x53\x34\x95\x00\x63\x0c\x42\x2b\xe2\x24\x41\ \x6b\x49\x55\x15\x48\xa0\xd7\xeb\x06\x14\x5a\xb1\xc7\xe9\xed\xdf\ \x79\x9f\xff\x59\xd6\x4c\xc9\xbe\xf2\xdb\xb0\x23\x7b\x58\xae\x47\ \xce\x89\x40\xf7\xae\x45\xc4\x70\x38\x24\xcf\xa6\x21\xa3\x88\xfc\ \x5e\x0d\x80\x89\xdd\x9d\x11\x91\x8e\x49\xd2\x84\xaa\x2a\xe9\x76\ \x3a\x74\xd2\x94\xbc\x14\x1c\x3c\xb8\x41\x51\x58\xba\xdd\x88\x4e\ \x37\x21\x8e\x13\x8a\xc2\xa3\xf5\x6a\x4a\x7e\x0f\xe5\x96\x01\x36\ \x5c\xb1\xbb\xb3\x43\x55\x96\xa4\x9d\x0e\x35\x63\x76\x23\x67\xe0\ \x1c\xbb\x3b\x3b\x21\x5b\x17\xcd\x39\x65\x0f\x2c\x58\x34\xbc\x68\ \x2e\x94\xd6\xdd\x35\x80\x28\x75\xe6\x53\xcf\x1f\x49\xe1\x59\xbb\ \x27\xe3\x31\xe3\xed\x1d\x12\x29\xe9\x46\x3e\xeb\x2e\x46\xbb\xe8\ \x61\x9f\xaa\x2a\x59\xe9\x74\x38\xb4\xba\xca\xd1\x5b\x6e\x21\x7a\ \x58\xf3\xe8\xa9\x13\x38\xa9\x90\x2a\xa2\x2c\x0a\x94\x8e\x49\xd2\ \x18\x63\x4a\xf2\x62\x16\x58\x17\x3c\xd5\x7f\x55\x55\x7e\xc0\xb9\ \xdb\x9d\x0f\xe4\x06\x60\x90\xb5\xcf\x6c\x38\xf9\x25\x45\xf4\x58\ \xa3\x58\x2e\x6f\x6d\xf9\x54\xd2\x59\xaa\x2a\xf4\x0f\x84\x0b\x65\ \x07\x7f\xc1\x2b\xeb\xcb\x43\xd3\xc9\x84\xe9\xd8\x12\x49\xc1\x52\ \xec\x37\x4f\x9e\x67\xa0\x25\xaa\xb2\x54\x16\x92\x58\x37\xf2\x9d\ \xf9\x6c\x4c\x55\xcc\xb0\xce\x92\x4d\x76\x59\x5a\x1e\xd2\xed\xa4\ \x98\xaa\xf4\x14\x1e\xb6\xa2\x98\x4d\x88\x3b\x03\x92\x34\x26\xce\ \x0b\xba\xbd\x1e\x4b\xc3\x21\x83\x7e\xd7\xd3\x7c\x37\xdc\x49\xfe\ \xa2\x28\xcb\xb2\xf1\xf0\x75\xd3\xcd\x4f\x9a\x4b\xcf\xfa\x23\x5d\ \x33\xe8\xb7\xb3\xbb\xe3\x09\xe1\xa2\x18\x87\x0c\x73\x03\x6a\x61\ \xb8\x69\x6f\x4b\x61\x91\xbf\xa7\x66\x12\x75\x61\x30\xd2\x47\x37\ \x2a\xa0\x4b\xfc\xac\xc1\xa5\xad\x4b\xcc\xa6\x63\x92\x24\xa2\xd3\ \x49\x1b\x94\x48\x5d\xa6\x50\x4a\x7b\xd6\x61\xa5\xb0\xe3\x09\x5a\ \x19\x92\x24\xa1\x32\x0e\x11\x49\xb2\x32\x47\x57\x1e\x5a\x6a\x8d\ \x45\x24\x3e\xa2\xeb\xa4\x29\x93\xc9\x84\xd1\x78\x82\x90\x82\xfd\ \xec\xc5\x8a\x20\x0d\xeb\x2f\x03\x4f\xdf\x6e\x9d\x2f\x1b\x39\x25\ \x50\x2a\xa2\x44\x30\x2d\x0b\x4a\x63\x49\xba\x5d\x92\x4e\x8a\x71\ \x8e\x59\x9e\x23\x65\xc2\xd2\x70\x99\x6c\x32\x01\x87\x97\x1b\x0d\ \x00\x88\xc9\x64\x42\x9e\x17\xc4\x4a\x86\x01\x42\x48\x3b\x7d\x74\ \xa4\x58\x1a\xf4\x19\x2e\xf5\x01\xe5\xcb\x5c\x71\x8c\xc0\xcf\xf0\ \xe8\x85\x32\x80\x0f\x04\x34\x71\x92\xd2\xe9\xf5\xfd\xa0\x9a\x73\ \xa4\x69\xda\xc8\xbc\xca\xc0\xb9\xe6\x27\xcb\x3d\x00\xa4\xd6\xb4\ \x59\xec\x81\xcc\x33\x12\x71\x75\x59\xab\x96\x6e\xbf\xc2\xe1\xd4\ \x4c\xb2\x7b\x22\x56\x6b\x19\x8f\xc7\xac\xae\x0c\x11\x41\x76\x40\ \x80\x1f\x62\x2c\x2b\xa2\x38\x9a\xd3\xdd\x07\x96\x67\x15\xd8\x72\ \x3d\x5c\xdd\x6b\xe3\x20\x6c\x70\x94\x25\xc6\x44\x14\x85\xc3\x59\ \x43\x99\xe7\x41\xfa\xd5\x37\x76\xa5\x52\xfb\x1a\x40\x88\xd0\xdd\ \xf5\x4d\x6c\xef\xe8\x5c\xe0\x2d\xb3\xce\x31\xcd\x72\xb0\x06\x19\ \x32\x78\x4f\x7a\xe9\xa7\xe6\x67\xb3\x0a\x29\x12\x06\xfd\x3e\x79\ \x9e\x53\x96\x15\x71\x1c\x93\xe7\x19\x49\x9a\xd0\xeb\xf7\x11\x4e\ \x50\x95\x15\x5a\x7a\xed\xa0\xe9\x64\x82\xd6\x5e\xeb\x28\x4d\x23\ \xb4\x86\x4e\x27\x25\x8a\x62\x26\x93\x71\x40\x70\xa9\x86\x8c\xd1\ \xeb\x07\x49\xd2\x24\x0d\x68\x36\x1a\x9a\x94\x32\x08\x9d\x19\xe3\ \x91\x6e\x65\xe9\x83\x37\xe7\x54\x00\xdf\x2c\x60\x2b\x42\x16\xbc\ \xf8\x4f\x9e\x5d\x22\xcc\xd7\xcc\x99\x3f\x1b\x80\xcd\x9c\xd1\xd9\ \xcf\xcd\xcc\xb2\x8c\x2c\xcb\xe8\x75\xbb\xec\x6c\x6f\xf9\xb9\xa2\ \xd1\x0e\x36\x5f\x83\xaa\x64\x34\x19\xb1\x75\x69\x93\xb8\xdb\xe7\ \xd6\x9b\x6e\xc2\xd9\x8a\x33\x97\x36\xa9\x3c\xaa\x29\x94\xde\x7d\ \x3f\xb8\x97\x46\x10\x68\x60\xd6\xd6\xd6\x1a\xc7\xd5\xeb\xf5\x1a\ \xcd\x9b\x7a\x8f\x3d\xd3\x21\xd5\x97\xce\x04\x7c\x3d\x84\x43\x60\ \xef\x24\x4c\xaf\x9a\x8a\x28\xd6\xa4\x49\xec\x11\x25\xe1\xb2\x36\ \x55\xe1\x9b\xab\x54\xe8\x34\xc6\x49\x45\x2e\x04\xe3\xaa\xa4\x0a\ \x98\xeb\x59\x65\x18\x67\x19\xa9\xb2\x24\xce\xf9\xd2\x45\xa4\x9b\ \x59\x0b\x11\xc7\x4c\xc6\x63\xb2\x30\xa4\xd7\x5b\x1a\xa0\xa2\x08\ \x64\x02\x51\x44\xbf\xd7\xa3\xb4\xb0\xb4\x34\xf4\xb4\xd2\x5a\xd1\ \xed\x75\x7c\x56\x21\x15\x71\x54\x6b\x16\x18\xca\x22\x27\x89\x13\ \x22\xad\x31\x26\x68\x24\xd8\x79\x23\x1d\x60\x3a\x99\xb0\xb9\xb9\ \x89\x14\x7e\xa0\x6c\x96\x15\x58\xe7\xa9\x55\x9a\xc8\x64\x6f\x6f\ \x7a\xc1\xa9\x88\x3d\x68\x9f\x5a\xaf\x5b\x49\x5f\xcf\x36\xa1\x84\ \xb6\xbc\x32\xa0\xaa\x0c\x59\x36\x25\xcf\x73\x06\xfd\x7e\x23\xf5\ \xdb\x89\x22\xaf\x3d\x1f\xf9\x0b\x72\x69\xa8\xe8\x74\x7c\x54\x9b\ \xe5\x05\x93\x2c\x63\x3c\x9d\xa0\x23\x4f\x67\xa3\x12\x1f\x99\x65\ \xf9\x0c\x25\x15\xdd\x4e\x97\xb4\x93\x12\xef\x27\xb2\xc7\x39\xa6\ \x93\x69\x70\x1e\x51\x33\xe7\x21\x43\xb3\xd8\x0a\x89\x56\x92\x59\ \x55\x92\x19\x83\x8a\x23\x9f\xbd\x00\x95\x83\xca\x5a\xaf\xcd\x9e\ \xc6\xac\xac\xae\x31\x9b\xcd\xd0\x52\xa2\xb4\x0f\x36\xba\xfd\x3e\ \x4a\x47\xc4\x5a\x63\xca\x1c\x17\x78\xc8\x2a\x31\x03\x24\x9d\x38\ \xc6\x0a\x89\x44\x12\x85\xcc\x45\x29\x49\x12\xfb\x72\xd7\x22\x43\ \x74\x9e\x67\x24\x71\x4a\xbf\xd7\x6b\xde\x7e\x51\x14\x7e\x8e\x44\ \x29\x84\x31\x3e\x89\x50\x5e\xfb\xc2\x86\x08\x50\x2c\x0c\xfb\xd5\ \x24\x9e\x8b\x7f\xaf\x21\xc6\x8b\xea\x8d\x35\xdd\x7d\xcd\x56\x8b\ \x70\x0d\x5d\x87\x57\xed\x73\x4c\x67\x33\x26\x93\x29\x51\xe4\xf7\ \xa2\x9f\xdc\x76\x44\x51\xc4\xf2\xf2\x32\x67\xce\x9d\xa7\xca\x8a\ \x20\xfd\x5c\x4f\xe1\xcb\x30\x33\x11\xf9\x4c\xc7\x82\xd4\xfe\xe7\ \x14\x79\x8e\x35\x02\xac\x67\x5c\x30\xc6\x90\xc4\x09\x08\x13\xe6\ \x4c\xf6\x37\x2f\x69\xe0\xcf\x21\x44\x13\x61\x82\xdb\x5f\xd8\x15\ \x49\x12\x21\x95\xcf\xb2\x0e\xac\xad\xe1\x4c\x11\x2e\x7c\xdf\x3f\ \x2a\x8a\x02\x17\x94\x0a\xbb\xdd\x5e\x60\xdb\x56\xa4\x71\xda\x10\ \x25\xe6\x79\xe6\x83\x30\x2c\xd6\x19\x96\x06\x7d\xac\xd3\x58\x57\ \x06\xf6\x65\xe5\x01\x0c\x51\xdc\x48\xe7\xce\x69\x8b\x14\x32\x96\ \x0d\x41\xab\x10\x82\xb2\xb0\x1e\x2e\xad\x63\x6a\xd4\xc4\xf2\xf2\ \x32\x4a\x9e\xa2\x28\x16\x32\x0a\xe6\xb2\xd4\x73\x89\xe0\xc5\x3e\ \x98\x68\xa0\x08\x22\xa0\x04\xe7\x83\xac\xfe\x3d\x78\x44\x57\x44\ \xe5\x2c\x93\x6c\x4a\xb7\xd7\xa1\xdb\x4d\x19\x8f\x47\x8c\x76\x77\ \x18\x8f\x76\x48\x3b\x49\x28\x41\x97\x4c\x77\x76\x88\xd3\x84\xfb\ \x6f\xbf\x93\x9b\x0e\xde\xc4\xe7\x1e\x7e\x84\x69\x5e\x50\x14\x1e\ \x98\x73\xd7\x5d\xc7\xb8\xe5\xa6\x03\x74\xac\x85\xca\x36\xfb\xa9\ \x9e\x9d\xa9\x9d\x68\xfd\x1e\xfc\xff\x3f\x7d\x1d\x9b\x97\x8e\x33\ \xb1\x96\x5e\xbf\x47\x7f\xd0\xe7\xf2\xe5\x4b\x88\x40\xb2\xe8\x9c\ \xa5\xaa\x0a\x4c\x55\x79\xc8\x6a\xb7\x47\x51\x96\x3e\x9d\x17\x82\ \x48\x47\x84\xce\x34\xb3\xaa\x62\x66\x7c\x34\x13\x27\x09\xa8\x88\ \xca\x42\x3a\x5c\x22\x9f\x4e\xd9\xdc\xba\xc8\x4d\x37\x1d\x22\x4e\ \xbb\xe0\x0c\x65\x65\x48\xa3\x98\x6e\x7f\x89\xe9\x6c\x4a\x1c\x08\ \xf0\xf2\xb2\xa2\x33\x88\x39\x70\xf0\x00\x2a\xde\xa5\xd3\xed\x91\ \x26\xfe\x12\xd5\x6a\xae\x5c\x57\x1f\x88\x2a\xcc\x01\xec\xee\xee\ \x86\x3e\x8b\x25\xed\x74\x58\x5e\x5e\x6e\x86\xbd\xb4\xd2\x5c\x9e\ \x6e\xb3\xbb\xbb\xdb\x5c\x10\x65\x11\x08\x1c\xeb\xe8\x6c\x0f\x54\ \x50\x34\x18\xf4\xc5\x5d\x58\x67\x2a\x0d\x7f\x97\x76\x44\x5a\x53\ \x15\x05\x52\x08\x7a\xdd\x1e\x4a\xc0\x74\x3a\x66\x36\x9b\xe1\xac\ \x65\xd0\xef\x23\xa4\xa7\x49\xd7\x51\xe4\x07\x1e\x23\x17\x28\xec\ \x7d\xb9\xa6\xa8\x4a\x76\x46\x63\xa6\xd3\x29\x5b\x5b\x5b\xe0\x1c\ \xc3\xa5\xa1\x9f\xb3\xd1\x76\x9e\x19\xd5\xaa\x7c\xfb\x17\xa2\x36\ \x75\x7a\xaf\x24\x69\xe6\xb0\x61\x6b\xc8\xab\x8a\x32\x88\x5a\x21\ \x24\x4a\x4b\x92\x34\xf6\x54\x32\xda\xcb\xa4\x96\x65\x81\x4b\x23\ \xa6\xb3\x29\x5a\x2a\x26\xd3\x09\x1b\xeb\x2b\x50\x05\x7e\x2a\xe5\ \x87\x08\xe3\xc0\xa7\x64\x6d\x45\xdc\x91\x68\x27\x48\x93\x98\xd2\ \xba\xe6\x62\xa8\xc9\x0f\xeb\xf9\x0e\x9f\x15\x87\x79\x03\xe1\xa7\ \xa5\xab\xaa\x0a\xd1\xba\x6c\x9a\xf4\x82\xf9\x04\x73\x14\xc7\x0c\ \x96\xfa\x6c\x6e\x5e\x24\x8a\xe3\x86\x10\x54\x29\x19\x28\x51\x44\ \xe8\x59\xc8\x86\xd3\x6b\x7e\x0e\xdc\xde\x8c\xa5\x16\x6f\xaa\x67\ \x8c\x9a\x7d\xe0\x33\xa2\xb2\x2a\x31\xb6\xa2\x2a\x0b\xd2\x24\xf1\ \x4c\xb9\x55\x89\x90\x1e\x2a\x2e\x9a\xcb\x21\xa0\x76\x94\x0a\x73\ \x33\xb5\x8c\xaf\x1f\xbe\xd5\x91\x47\x98\x15\x45\x41\x59\x64\x1c\ \x39\x7c\xb8\x11\xfd\x52\x81\x4a\x68\x7f\xd9\x54\xe6\x34\xeb\xa1\ \x2a\x14\x86\x76\x05\x26\x94\x6d\x75\x14\x79\x94\x63\xc8\x2a\x23\ \xe9\x39\xcf\xfa\x83\x2e\xb6\xca\x3d\xca\x4c\x29\xba\xa1\x11\xef\ \x84\x17\xad\xb3\xc6\x2b\x15\x0e\x7a\x7d\xe2\x24\xf4\xf8\xa4\xd7\ \x01\xd2\x4a\x51\x1a\xd7\x04\x74\x36\x30\x44\x28\x35\x57\x9c\x8c\ \x63\xaf\xf5\x5e\x55\x96\xb2\x2c\x7c\xdd\x0d\xd0\x35\xab\x80\xa9\ \x79\xb4\x0c\xc6\x38\x0e\x1f\x3e\xcc\x93\xa7\x9f\xe4\xcc\xd9\xf3\ \x61\x94\xc0\x4b\xec\x05\x56\x48\xbf\x97\x16\x66\xe9\x5c\x5d\x72\ \x70\xb6\x61\xcb\x98\xb3\x07\x7b\xc8\xb4\x31\x06\x2d\xb5\x1f\x0f\ \x10\x8e\x69\x36\x25\x4e\x87\xac\xae\xaf\x79\x07\xa2\x15\x59\x59\ \x60\xf0\x4e\x2f\x4e\x12\xd2\x44\x91\x44\x31\xb1\x90\xac\xf7\x06\ \xa4\x42\x92\x55\x86\x34\x8d\x70\x58\x22\xeb\xe8\xe9\x08\x99\x17\ \xcd\xfd\x51\xff\xcc\x46\x35\x34\x4c\xf8\xd7\x7d\xc1\x97\x29\x34\ \x58\x50\x16\x05\xdb\x97\x2f\x93\xcd\x66\xa4\x1d\x4f\x49\xa1\x95\ \xc6\x61\xa8\x2a\xc3\x78\x3c\x45\xab\xd8\x4b\x88\xd6\x13\xad\xf5\ \x10\x92\x85\xac\x28\xb0\xa1\xd6\xe7\x94\x0a\x03\x39\x92\xcb\xdb\ \xbb\x0c\x87\x03\x36\xba\x5d\xca\xaa\x42\x47\x69\x33\x80\x57\x14\ \x25\xe3\xe9\x94\x24\x49\x29\xf2\x02\x29\x24\x4b\xc3\x15\x74\x9c\ \xd2\x49\x53\x56\x96\x25\x48\x45\x92\x24\x28\x29\xc9\xb3\x29\x04\ \xf8\xaf\x9f\x42\x97\x0d\xd5\x42\x1c\xc7\x6c\x6f\x6f\x7b\x82\x46\ \x35\xa7\x94\xaf\x2a\x5f\xd6\xda\xdd\xf5\x0c\xb4\x35\xc4\x74\x0f\ \x0c\xb4\xae\xa7\x5e\x89\x11\xbd\x46\xa6\xe2\x16\x38\xc0\xea\x32\ \x8c\x94\x8a\xd1\x78\x84\x14\x92\x95\x95\x15\xb4\x96\x5e\xe0\xaa\ \xac\x98\x4c\x67\xf3\x26\xa3\xf3\xb5\x76\xd5\xc8\xce\x0a\x4a\xe7\ \xcb\x74\x07\xd2\x84\xa2\x18\x30\x9d\x66\x44\x3a\x6a\x58\x4c\x7d\ \x64\xe6\x2f\x77\x15\x79\xfc\xfb\x7e\x43\xc2\x8d\xf1\x91\xbf\xb3\ \x3e\x3a\xad\x67\x37\xea\x5a\x5f\x14\x47\x1e\x8d\x17\x60\x93\x4a\ \x4a\x4c\x59\x42\x1a\xd1\xef\x0f\xa8\x6c\x85\x2d\x72\xac\x8e\xc2\ \x1c\x4d\xe1\xcb\x5c\xd3\x19\x49\xda\x61\x32\x9a\xd1\xef\xa4\x08\ \xa0\xbf\xb4\x14\x9e\x9d\x40\x6b\x49\x91\xf9\x66\xb6\x96\x32\x50\ \x68\xb8\x86\xc9\x00\x3c\x25\x45\x14\x0b\x8a\xc2\x2b\xf7\xb9\x30\ \x75\xe7\x09\x3a\x83\x3a\x66\x10\xcc\x9a\xcd\x66\x38\xe7\x58\x5f\ \x5b\xe5\xe2\xf9\xf3\x8c\x27\x93\x05\x5a\x14\xaf\xac\x18\xe1\x69\ \x70\xea\x39\x90\x7a\x18\x4e\x69\xd5\x38\xaa\xf9\x25\x3b\x1f\x5e\ \x35\xd6\xcf\x01\xa8\x70\x09\x17\x45\xce\x68\x3c\x62\xb8\xb4\x44\ \x59\xf9\xb2\x5e\x1c\x47\x74\xbb\x3d\x36\xb7\x76\xb0\xd6\x2b\xd0\ \x18\xe3\x50\xca\xd3\xed\x94\x55\x89\x35\xb5\xbe\x77\x9d\x39\xfb\ \x6c\xa0\x28\x0a\x22\x2d\x58\x5f\x5f\x67\xe3\xc0\x06\x51\x14\x87\ \x39\x1b\xdb\x90\x9a\xee\x67\x59\xbb\xc6\x30\xd5\xfb\xb9\x2e\x2d\ \x59\xe3\x2f\xf8\xa2\x34\xc4\x5a\x7b\xe1\xaa\xd9\x0c\xd5\x49\x88\ \xa3\x84\xd9\x2c\x23\x8d\x3d\x6c\xd9\x5a\xc3\x74\x3a\xe5\xe0\xc1\ \x83\xb8\x80\x8c\xec\x76\x7b\x44\x3a\xa2\x28\x72\x26\x93\x02\x27\ \x20\x92\x1a\x29\xbc\x84\x76\x65\x7d\xf6\xe6\xf7\x71\x10\x3b\x0b\ \x7f\xaf\xaa\x32\x30\x5a\x40\x59\x4e\x11\xd4\x0e\xdf\x06\x20\x8a\ \x26\xb7\x39\x45\x5e\x10\xc5\x11\xe3\xf1\x04\x6b\x2c\x77\xdf\x73\ \x37\x4a\x2a\x3a\x5d\xdf\xbc\x3e\x75\xfa\x34\xa3\xf1\x04\xeb\x4c\ \x43\xce\x58\xf7\x44\x04\x34\xb2\x14\x4a\x2b\x6a\xa9\x5f\x67\x6b\ \xd9\xef\x85\x41\x46\x3c\x5b\x71\x59\x95\x0d\x22\x30\x8a\x3d\x74\ \x7b\x96\x67\x94\x26\x42\x6b\xaf\x57\x93\x68\x5f\x06\xb4\x42\x32\ \x99\xcc\x3c\xf7\x59\xb8\x5f\xba\x69\x82\xc9\x4b\xaa\xe9\x8c\x44\ \x88\x6b\x66\x25\x75\xa6\xd8\x30\x63\xcb\x97\xa9\x6c\x6f\x8d\xa0\ \x70\xce\xb2\xb4\x34\x98\xab\xcd\x19\x8f\xea\x10\xca\x47\x69\xbb\ \x3b\xa3\x50\xff\xf7\x14\x20\x60\xa1\xf2\x55\x48\x1f\x69\xc7\x44\ \x91\x62\x79\x38\x44\x49\x49\x59\x55\xa8\xc8\x23\x32\x06\xbd\x2e\ \x52\x2b\xc6\xa3\x1d\x92\x38\xc6\x39\x47\xa7\xd3\x63\xb8\xb4\x84\ \x94\x1a\x6b\x72\xac\x73\xcc\xa6\x53\x22\x23\x7d\xe3\xb9\xc2\xe3\ \xd2\x55\x44\xa4\x25\xc2\xa5\x7e\x42\x5c\xab\x46\xe3\xb9\x8e\x68\ \x3b\x9d\x0e\x4a\xab\x90\x62\x13\xe0\x85\xbe\x61\x5e\xe4\x45\x83\ \x98\x88\x54\xe4\x99\x44\x9d\xf5\xf2\xa1\xae\x8e\x64\xae\x76\xb0\ \xb5\x3e\xf5\xa2\x94\x6b\xc3\x2f\xec\xbc\x1e\xbc\x8c\x13\x84\x10\ \xcc\x66\x9e\x80\x10\x91\xfa\xe6\xb0\x56\x94\x45\xd5\x44\x80\x93\ \xe9\xc4\x4b\x0d\x27\x89\x8f\xc8\xac\x25\xd2\x41\x7a\x18\x28\xab\ \x82\x58\x77\xe9\x24\xdd\xe0\x48\x7c\x8e\x6e\x81\xd2\x14\x14\x65\ \x1e\x00\x05\x76\x7f\xb3\x52\x04\x42\xa8\x50\xd6\x71\x0d\x13\xbc\ \xbf\x60\x75\x73\xf9\x38\x63\x88\x94\xc6\x55\x86\xf1\x78\xc4\xa0\ \xd7\xf1\x91\x66\x55\xf8\xa1\xcb\x24\xc1\x59\xcb\x2c\x9b\xd1\xe9\ \x0c\x50\x52\x12\x25\x31\x51\x1c\x7b\x1e\xab\xb2\x40\x09\xc8\xb2\ \x19\x42\x1b\x92\xee\x90\x38\xf2\x0c\x07\x42\x69\x74\xe0\x44\x72\ \xd6\x47\xe3\x35\x11\x9e\xb3\x16\x11\xd0\x76\x3e\x68\x88\x1a\x0e\ \x2c\x67\x7d\xb6\x96\x1b\xe3\xf9\xd2\xc6\x63\x94\x52\xf4\xfa\x4b\ \x1c\x3e\x7c\x13\x4f\x9e\x3d\x4b\x9a\xa6\x94\x55\xc9\xf6\xf6\x2e\ \x18\xbb\x70\x61\x79\x04\x98\x0a\x6c\x08\x95\xf5\x02\x5b\x22\x94\ \x9d\x6a\x4e\x2d\x81\xc0\x86\x7e\x99\x31\x16\x15\xe9\xd0\xc3\x08\ \x17\x4f\x5d\xfe\xc2\x43\xd0\x8d\x95\x8c\x76\x27\x14\x65\xe5\x5b\ \xdb\x72\x6f\x36\x5b\x05\x15\x45\x2d\x3d\xa3\xe7\x2c\xcb\xe8\xf7\ \x7b\x1c\x39\x7c\x13\xcb\xc3\x81\x67\xdd\xb5\xb6\xc9\x9e\xaa\xb2\ \x9e\xf6\xdf\x5f\x48\xf8\xe2\x9e\xae\x3f\x80\xa8\x9b\xd7\xa1\x11\ \x8f\x14\x4c\xa6\x13\x22\x29\x51\xd2\xa1\x54\x1f\x81\x63\x3a\x9d\ \xd2\xeb\xa6\x98\x30\x88\x3b\x9d\xce\x90\x5a\x52\x1a\x83\x94\x9a\ \x41\xb7\x4b\xb7\x93\x52\x54\x05\xe3\xc9\x98\x61\xd2\x41\x49\xe1\ \x55\x04\x29\x91\xba\x76\x12\xa6\xa1\x85\xf7\x03\xc5\x78\xed\x9a\ \x90\x49\xfa\x69\x74\x4f\x5d\x63\x4c\x45\x91\x7b\xc7\x2a\x10\x6c\ \x5f\x9e\x30\x0e\x01\xdc\x60\x69\xc8\x1d\x77\xde\xee\xcb\x6d\xce\ \x71\xf0\xd0\x41\xce\x9e\x3b\xc7\xe3\x27\x9e\x98\x47\xf7\xce\x97\ \xf3\x11\x82\x58\xc5\x9e\x0a\xc9\xfa\x0c\x47\xeb\x88\xca\x99\xf0\ \x58\x3c\xc7\x1a\x52\x20\x94\x00\x63\xc8\xb2\x19\x65\xd1\x45\x49\ \xd1\x30\x12\x98\xca\x22\x25\x5e\xe8\x2f\x40\x7f\x2b\x61\xc8\x8b\ \x92\xed\xcb\xbb\x08\x04\x71\x92\x32\x35\x86\x69\x1e\x06\x70\x8d\ \x97\xde\x9e\x93\xd7\xba\x3d\x6b\x20\xc3\xac\x4b\xdd\x67\x7d\xd9\ \x42\x83\xad\xad\x4b\x5b\x8a\x3c\x2b\x3c\x64\x30\xe0\xd0\x2b\x63\ \x88\xa3\x18\x07\x94\xa5\x05\xed\x1b\xe1\xaa\x1e\xff\x77\x10\xeb\ \xc8\x47\x21\x3a\xa6\xac\x2a\x9f\xbd\x08\x81\x56\x82\x48\x4b\xf2\ \x6c\x86\x96\x60\xcb\x92\xce\xa0\xef\xa3\x40\x2c\x42\x68\x84\x74\ \x74\xbb\x7d\x8a\x22\x70\xd6\x68\xd5\x90\x20\x4a\x1d\x79\x1d\x89\ \x9a\x66\xa1\xae\x6f\x0b\xc2\xf4\xba\x65\x36\xf3\xd9\x4d\xa3\x0d\ \xbd\x50\x8e\x88\x93\x98\x8b\x17\x37\xd9\xd9\xd9\x69\x2e\x76\x6b\ \xe6\x4a\x8d\xb6\x4e\xfb\x03\x73\xb2\x5b\xe0\xe2\x9a\xb3\x60\xcc\ \x61\xa4\xd6\x5a\x84\x96\x60\x7d\xd3\xb7\x2e\x7f\x55\x55\x19\xb4\ \x58\x36\x88\x63\x8f\x97\xd7\x1d\x3f\xd0\x55\x55\xbe\xd1\x3e\x9b\ \xcd\xc8\x76\x77\x11\x21\xdb\x4a\x12\xff\xac\x4c\x59\x86\xc8\x5c\ \x11\x29\x2f\x5d\x5b\x84\x46\x23\xf8\x32\x9d\xb3\x86\xc2\x15\xd7\ \x40\xe3\x3c\x77\x84\xa8\x90\x22\x50\xf2\xfb\x32\x8c\x77\x22\x1e\ \x22\x0c\x32\x40\xc2\x1d\x82\x2a\xc0\xa7\x4b\x0a\x2d\xb1\x69\x84\ \xd0\x9a\xaa\x2c\x89\x23\x45\x96\x67\x74\x92\xd4\x43\x79\xa5\xc4\ \x38\x43\x65\x2d\xab\xc3\x21\xce\x94\x14\xd9\x8c\x3c\xcb\x18\x2c\ \xf7\x88\xe3\x08\x2d\x15\x52\x7a\x4a\xf7\x5a\x43\xc4\x53\xa6\x98\ \x70\x03\xd4\xcf\x38\x90\xe1\x85\xb2\x90\x27\xe4\x13\x81\x8a\xc5\ \x32\x9b\x65\xe4\x79\xee\xa3\xdc\x80\xa4\x3a\x70\x70\x83\xfe\x70\ \xc9\x0f\x02\x2a\xc5\x85\x8b\x17\x99\x4e\xa7\x5c\xb8\xb8\x49\x59\ \x43\x73\x85\xf0\xeb\x18\x28\x38\x3c\xcc\xdc\x36\x8c\xb6\xfe\x0c\ \xcc\x4d\xfd\xf4\x00\x00\x20\x00\x49\x44\x41\x54\x88\xd0\x48\xf5\ \x19\x5c\x41\x85\x96\xfe\xe7\x96\xa6\x22\x4a\x12\xca\x22\x67\x96\ \x67\x24\x51\xc4\x85\x73\xe7\xb8\x70\xfe\xb2\x77\x20\x52\x23\x83\ \xe0\x97\x0b\x51\xa8\xb1\x16\x21\x41\x2a\x81\x56\x11\xab\xab\xab\ \x1c\xd8\x58\x67\x38\x1c\x10\x85\xe8\x56\x6a\x85\x35\x15\xb6\x32\ \xfb\x4e\xec\x79\x25\xc0\xc4\xb9\x9a\x49\x3b\x94\x5e\x84\x6b\x78\ \xea\x94\xd2\xa8\x38\xa5\xca\x67\x0d\x0a\x31\x8d\x25\x83\x41\x1f\ \x25\x04\x5a\x2a\x7a\xbd\x3e\xc6\x7a\xe2\x52\x17\xce\xc1\x34\x9b\ \x79\x1e\x2e\x6c\x98\x1d\xf2\x8c\x06\x91\xd6\x08\x51\x2e\x20\x25\ \x45\x98\xdb\x32\xb8\xb0\xb7\xad\x33\x60\xfd\xb0\x67\x9e\x7b\xa9\ \x0a\x25\x55\x60\x01\xf0\xe3\x0b\xe3\xb1\x27\xf0\xec\x74\xba\xcd\ \xc5\x1c\x45\x9a\x3c\x9f\x01\x82\x5e\xaf\xcb\x81\x03\x1b\x9c\x3b\ \x7f\x9e\x59\x96\x87\x40\xc5\x23\xd4\x94\x8e\x38\xb8\xb1\xe1\xd9\ \x1c\xc6\x63\x2e\x5f\xde\x46\x48\x2f\x6e\x65\x43\x36\xe0\x9b\xe1\ \x0e\x85\x63\xd0\xed\xb2\xb6\xb2\x42\xbf\xd3\xc5\x99\x12\x23\x24\ \xc6\x78\x6a\x7c\x53\x56\x58\x14\x42\x09\xb2\xaa\x20\xd5\x9a\x58\ \x46\x14\xd6\x32\x2b\x0a\x4c\x9a\xd2\x1b\x0e\x01\x43\x94\xa6\xc8\ \xc8\xcf\xcb\xa9\x45\x41\x37\x21\xf6\xf4\xf0\xea\x9e\xcd\xa2\x58\ \xd7\xcb\xce\x99\x48\x29\x9a\xd4\x3b\x8a\x3c\x33\x67\xad\x7d\xed\ \x99\x3a\x3d\x31\xa1\x52\x8a\xc2\x55\xcd\x10\x99\x42\xd5\x61\x0d\ \x15\x5e\x52\xd3\x94\x15\x06\xaf\x7d\xed\x27\x95\x7d\x9d\xba\x32\ \x8e\x34\xf5\xc8\x0f\x1c\x98\xca\x97\xcc\x8a\xa2\x22\x4e\x63\x7a\ \x03\xcf\xd5\x53\xe6\x25\x4a\x4a\x94\x12\x0d\x1c\x90\xa0\x15\x5d\ \x33\xb2\xd6\xd2\xa6\x4a\x29\xbf\x29\x8d\x09\xe8\x33\xe7\xa5\x72\ \x85\x0c\x91\x07\xec\xec\x8e\xc8\xb2\x62\x8f\x7e\xba\x08\x73\x24\ \x58\x0b\x61\x06\xc1\x21\x16\xfa\x22\x7b\x61\xd3\x0d\x22\x24\xe8\ \xd1\xcb\xb0\xe1\xac\xab\x9b\xb2\x82\xf1\x64\xc2\xcd\xd1\x61\xca\ \x90\x45\xc4\x51\xdc\x28\xca\x45\x5a\x23\xba\x3d\x76\x76\x76\x98\ \x4e\x7d\x83\xbe\x13\xe6\x4f\x64\x68\xe2\xdb\x20\xd6\xe4\x98\x47\ \xcc\x26\xd4\xf9\x93\x24\x21\xe9\x24\x4d\xa3\x72\x3f\xe7\xa1\x9b\ \xb4\xbe\x16\x22\x0a\x62\x41\x4a\x29\x92\x38\xf1\x14\xe1\x35\x5d\ \x78\x55\xf9\xb2\xe6\x2c\xc3\x0d\xfb\x54\xc6\xab\x42\xba\x80\x66\ \x4a\xd3\x14\x84\x3f\x6c\x45\x59\x10\x27\x09\xbb\x61\x30\x52\xab\ \x66\x35\x99\x4e\xc7\xc4\xb1\x26\x2b\xab\xbd\x4c\xbe\xb8\x39\xce\ \x5e\x04\x1e\x2d\xe9\xe7\x30\x66\x33\x3f\x48\x1b\x47\x31\x69\x27\ \x45\x69\x8d\x46\x92\x24\x8e\x24\x4e\x9a\x1e\x48\x3d\xf0\xa6\x24\ \x38\x5b\x51\x19\xc3\xda\xda\x6a\x98\xed\x99\xb2\xb5\xbd\xed\x5b\ \xaf\x81\x55\x5a\x29\xc9\xc1\x83\x07\x58\x5e\x1e\xb2\xb3\xb3\xc3\ \xd9\xb3\xe7\x3d\xed\xc9\x02\x13\x75\xbf\x9f\x22\xa5\x64\x36\x9b\ \x22\x94\xa6\xd3\x49\x58\x5e\x1a\x80\xf3\x73\x47\x97\xb6\x2e\x63\ \x8c\x61\x67\x67\x42\x56\xfa\x08\xb8\x2c\x8b\x30\x0b\xa5\xb0\x55\ \x89\x92\xb0\xb4\xec\xf9\xc7\x86\xc3\x21\x49\xda\x0d\xf0\xf6\xe0\ \x9c\x4a\xdf\xc4\x2f\x72\xe3\x07\x49\xc3\xb4\xff\x55\x4d\xe4\xfd\ \x02\x70\x5e\xe9\x5c\x02\xaa\x4b\x00\x65\x55\x79\x5a\xf6\x38\x22\ \xd6\x92\x3c\x9b\x10\xc7\x09\x52\x5a\xb2\xac\x40\x29\x88\xb5\x66\ \x67\x77\x1b\xad\x23\x90\x02\x1d\xc7\x7e\xd6\x2b\xf7\x08\xab\x5e\ \xb7\xcb\xac\xc8\x99\x65\x39\x2a\xd2\x5e\x4b\x48\x79\xfd\x21\x21\ \x75\xd8\x63\xbe\x5c\x2d\x42\xf3\xdc\x55\x16\x94\x1f\x56\x2d\x8a\ \x92\xaa\xf4\xe7\x56\xca\x6e\x10\xb3\xf2\x01\x6b\x9a\x76\x7c\x16\ \x15\xe0\xc0\xbe\x9f\xe6\x19\x33\xca\x00\xa7\xee\xa4\x29\x79\x51\ \x84\xde\x95\x67\xee\x96\x38\xfa\xbd\x2e\x9d\x6e\x4a\x14\x69\x76\ \x76\x76\x3d\x87\x96\xd6\x28\x08\x19\x91\x87\x36\xf7\x3a\x31\xc3\ \xe1\x12\xc3\xa5\x25\x4c\x59\x32\x9b\x05\x65\x4f\xfc\xda\x08\xa9\ \xa8\x2a\x1b\xfa\x61\xd2\xcf\x85\x69\x89\x8a\x14\x52\x38\xca\xd9\ \x84\xa2\x2c\x58\x5b\x19\x52\x4c\x27\x8c\xb6\x77\x58\xea\xa6\x0d\ \xc8\x63\xcf\xaa\xba\x00\xc7\xae\x7b\xc1\x21\xc0\x79\xd9\x66\x26\ \x32\xb0\x56\xca\x70\x93\x56\xa1\x16\xec\x69\x25\x3c\xa4\xd0\x5a\ \xe3\x5f\x17\x30\xfc\x46\xba\x06\x20\x11\xeb\x98\xe9\x6c\x8a\x22\ \x7c\x1f\xa9\x51\xd2\x79\x18\x64\xa8\x7f\x4e\x67\x19\x2b\x2b\x2b\ \xde\xe9\x58\x4b\x14\xc5\x74\x7b\x30\xcb\xa7\x8c\xc7\x23\xac\x13\ \x74\xfb\x11\x49\xa2\x89\x73\x85\xd2\x71\x88\xea\xfc\x03\xee\xe9\ \x5e\xc0\x61\x17\x4d\xff\xa0\x2a\x5d\x73\x01\x2b\xa5\x88\x74\xa0\ \xa2\x16\x50\x95\x86\xad\x8b\x5b\xcd\x70\x95\x8f\x30\xab\xba\x65\ \x1b\x26\xfe\x6b\xa5\xbe\xf9\x31\xdb\x93\x91\xe0\xf6\xa4\xa4\xce\ \x5a\x24\x82\xca\xd9\x00\xf1\xd4\x38\x69\x19\x4f\xbc\x4c\x29\x41\ \xc9\x2e\xcb\x33\x4f\x96\x19\xc5\x7e\x3a\xdb\x39\x3a\xdd\x1e\x51\ \x28\x8d\x09\xa5\x9a\xc6\xb6\xc0\xcf\x57\x68\xed\x25\x4f\x45\xb8\ \xec\x1a\xe1\xa7\xc0\xdd\xb3\xbf\xf3\x06\xf8\x2c\xd0\xfa\x21\x39\ \x1d\x69\x70\xce\x8b\x3b\x19\x8f\x6e\xaa\x6c\xd5\xe8\xa7\xe7\x79\ \xe9\x0f\x9a\xd2\x14\xc5\x0c\x84\x26\x4e\x22\xf2\x6c\x82\x96\x82\ \x24\x4a\x18\x8f\xa6\xa0\x1c\x51\x24\xe9\x77\xbb\xc8\x40\x49\x83\ \x75\xe8\x24\xa5\xb2\x25\xb3\x6c\x86\x4e\x12\xac\x13\x21\xdb\xf5\ \x7d\xa3\x28\x8a\x7d\xbf\xc6\xd1\xec\x41\xe3\x4c\xa8\x99\x2b\xb4\ \x8e\x1b\x95\xca\xa2\xa8\x88\xa8\x27\xdc\x7d\x4d\x5d\x38\x9f\xc9\ \x18\xe3\x7f\x66\x24\x35\x55\xe5\x69\x3d\xb2\x3c\x67\x3c\x99\xfa\ \x86\xb7\x8a\x40\xc8\x40\x35\x5f\xa2\xb4\x63\x69\x90\x32\xe8\xa7\ \xa4\xb1\xe6\xe2\x85\x4b\x9e\xf6\x3e\x8a\xfc\x90\x59\x24\x19\x0e\ \x97\xe8\x77\x3b\x6c\x5d\xba\x40\x92\xc4\x1c\x39\x72\x18\xad\x42\ \x94\x5a\x55\x6c\x5d\xba\x8c\x71\x60\x9c\xc4\x05\x42\x4e\xa5\x7c\ \xdf\x4b\xe2\xc8\xf3\x19\x37\x1d\x3c\xc8\x1d\xb7\xdf\x86\x0e\xb4\ \x20\x9e\xff\xad\x02\x33\x6f\xfe\xe2\x3c\x8c\x98\x48\x35\x19\xa3\ \x94\xfb\x3b\x5b\xe4\xea\x52\x16\xb5\x64\x83\x69\x02\x09\x42\x2f\ \xc9\x56\x21\xab\x88\x63\x6c\x59\xe0\x84\xa4\xa8\x0c\x56\x58\x92\ \x38\x26\x8d\x35\x45\x36\x43\x2a\xe1\x07\x6d\x55\x84\x13\x9e\x73\ \x4c\x38\x0b\xd6\x67\xe3\x48\x85\xb5\xb2\x21\xd7\x14\x5a\x40\xe5\ \x19\xbd\x95\x52\xd8\xb2\x9a\x03\x2f\xc2\xf1\x8b\x82\xbe\x8f\x55\ \x11\xbd\xde\x12\x65\x20\xf0\x14\x22\xa0\x49\x9d\xc3\x96\xbe\xd7\ \x65\xaa\xb2\x19\x0e\xd6\xca\xcf\xe5\x74\x3a\x7d\xf2\xd1\x18\x81\ \x08\x59\x7d\x00\x1b\x58\xd0\x52\xe2\x6c\x86\x2d\x61\xd0\xeb\x12\ \xc7\x1e\x12\xaf\x94\x6a\xaa\x31\xbd\x7e\x87\x63\xb7\x1e\xc5\x9a\ \x8a\x22\xf3\xe4\xb1\x71\x14\xa1\xb4\x1f\x8a\x56\x5a\x11\x05\x52\ \x49\x11\xc9\x80\x80\xf3\x67\xd3\x4a\x8b\x56\x82\xc3\x1b\x2b\x8c\ \x27\x13\xb6\xb7\xb7\x99\x9d\xd9\x65\xb0\xb1\xc1\x48\x0a\x44\xd1\ \x67\xb8\x3c\x6c\x74\x99\x1a\xc7\x62\x17\x50\x65\xc2\x0f\x60\xbf\ \x2c\xcb\x5c\x0e\x9f\x76\xd7\x8d\xb0\x46\x6f\xa1\x81\x4f\xca\xa0\ \x6a\x17\x7e\xd7\xb2\xd1\x1a\x50\x5a\x37\x6c\xb6\x71\x12\x53\xe4\ \x9e\xa0\x2e\xcb\x32\x8f\x12\xb2\x96\x58\xfb\x9a\xb8\x1f\xd2\xe9\ \x60\x8c\x61\x7b\x3a\xf5\x74\x1b\x3d\x49\xa7\xdb\x45\xc5\x1e\x09\ \x64\xc2\xe5\x55\xe3\xce\xeb\xec\xa3\x2e\x7f\x18\xe3\x45\x85\x6a\ \xcd\x81\x1a\xdd\x15\xc7\x31\x4a\x2b\x8a\xa2\xf0\x97\x95\xd2\x54\ \x95\x87\x11\x8a\x46\x23\x7e\xee\x38\x7d\x3d\x5c\x22\xeb\x3e\xc1\ \x42\xea\xbd\x17\x92\x27\xf6\x2c\x6a\x53\x1e\x69\x6a\xce\x21\x8a\ \x76\xf8\x09\xf7\x59\x46\x27\xf5\x50\xd1\xa2\xf0\x4e\xcb\x53\x65\ \xfb\x81\x40\x51\x7f\x1e\x29\x03\x48\xc1\x47\x57\x16\x37\xa7\x73\ \x10\x41\xd3\x40\xd2\x68\xa9\xd4\x02\x5d\x62\x9f\xab\x1e\x4b\x4b\ \x4b\x0d\x6d\x77\x0d\x79\xae\xaa\x2a\x94\x16\xa2\x86\xea\x42\xc7\ \x3e\xb2\xd4\x91\x46\x58\xa8\xaa\x9c\x3c\x2f\x88\x94\x5f\xf7\x44\ \x6b\xf2\xac\x40\x4b\x4d\xb7\xdf\xf1\x5a\xb0\xf8\xcc\xcd\x14\x1e\ \xd9\xd5\xed\xf5\x18\x0c\x52\x26\xd9\x0c\x69\x3d\xfa\x47\x08\x35\ \x97\xc4\xc5\x23\xb7\xe2\x20\x53\x2b\x03\x59\x9e\x20\x3c\xa3\xc0\ \x44\xe0\x27\xcb\x0d\xa2\x9a\xcf\x61\xf8\xf2\xa6\x0b\x7c\x5d\x5e\ \x19\x51\x0a\x1f\x68\x14\x45\x41\x59\x16\x64\xb3\x59\x33\xb3\x50\ \x9a\x30\xd0\x8a\x0b\x38\x7f\x28\x4b\x2f\x9f\x9c\x04\xe7\xa3\x9d\ \x87\xf1\x3a\xe7\x1b\xe4\x4b\x07\x0f\xb0\x3c\xec\x63\xaa\x02\x5b\ \x55\x08\x9d\x62\xac\x9f\xb3\x48\xd2\x84\xd1\x68\x0a\x6a\x3e\x70\ \x26\x85\x8f\x74\x85\x73\x0c\x7a\x7d\x96\x06\x3d\xb0\xd6\x5f\x86\ \xce\x7a\x66\xe5\xd0\xe0\x57\x32\x04\x41\xa1\x17\x34\x6f\x94\xb3\ \xcf\xc2\x58\xd7\xcf\x51\xea\x3a\xfe\x62\x5f\x4e\x08\x28\xaa\x12\ \xa5\xfc\x9e\x5e\x5a\x1e\x60\xca\x1c\x29\x24\xfd\xc1\x00\x6b\x2b\ \xd2\x34\x41\xca\x88\x69\x96\x7b\xc8\xbd\x29\x19\x0c\x06\x1e\xba\ \xad\x13\x40\x92\x65\x39\xb3\xd2\x78\x75\xc7\x10\x04\xd6\xb0\xdc\ \x3a\x70\x72\x78\x76\x60\x13\x04\xe9\x2a\x63\x1b\x7e\x33\x3f\xa3\ \x35\x67\xf9\x6e\x24\x96\xc3\xf0\xb1\x52\xbe\xff\x29\xa5\x62\x32\ \x99\x78\x9a\xf7\x40\x4b\x23\xc3\x2c\x59\x5d\x06\x75\xc6\x7a\xe8\ \xfe\x52\x87\x5e\xaf\xcf\xf8\xfc\x05\x94\xd6\x74\x62\x4f\xaa\x59\ \x55\x95\x17\xba\x0b\xf3\x62\x7e\x00\x16\x3a\xdd\x2e\x76\x32\xf1\ \xf0\xe5\x5a\x2f\x5e\x29\x8f\xb2\x44\x34\xd2\xcf\x4a\x29\xfa\xdd\ \x2e\xdd\x34\x61\x75\x38\xe4\xc2\x85\xf3\x5c\xda\xbc\x08\xd6\x07\ \x3a\x95\xad\x58\x5b\x5d\x9f\xeb\x33\x39\x90\x91\x6c\xfe\x8c\x78\ \x19\x37\xe0\xe7\x65\x1f\x11\x28\x16\x24\x49\x14\xd1\xeb\x76\x7d\ \x83\x58\xcc\xb3\x15\x21\x3c\xbe\xbf\xac\xca\x86\x18\x51\x2b\x5f\ \x37\x9c\xcd\x66\x24\x71\x44\x12\x45\x4c\x27\x63\xaf\x6b\x1c\xc7\ \x44\x4a\xe1\x4c\x45\xb7\xd7\xc5\x19\xd3\xd0\x51\xd4\xcd\xa6\xe9\ \x74\x46\x59\xe5\x5e\x05\x8f\x90\xe2\x39\xd0\xda\x67\x2f\xce\x2e\ \xd4\x32\x9d\x6d\x0e\x58\xdd\x60\xaf\xb3\xa8\xd9\x6c\xe6\x9b\xb4\ \x51\xdc\xe8\x4c\x8f\xc7\x23\x56\x57\xd7\x3c\xbd\x76\x51\xe0\xec\ \x5c\xf3\xbe\xbe\xa4\x17\x82\xb2\xc6\xa1\x34\xc3\x8f\x4d\x03\x5e\ \x5c\x55\xc3\xac\xeb\xe8\xf5\x46\x37\xa6\x62\x3c\x19\xa3\x75\x1f\ \x53\x55\x61\x92\x57\x93\x65\xb9\xbf\x70\x3b\x29\xe4\x9e\x31\xb8\ \x9e\x25\x10\xd2\x7f\x8f\xaa\xac\xe6\xa9\xaf\x10\x38\xe9\xa3\xb7\ \xfa\x73\x88\x5a\x2b\x7d\x9f\x6d\x3c\x99\xfa\x6c\x33\x94\x1a\x6a\ \x6a\x89\x38\x0e\x0c\xcc\xce\xaf\xf7\x34\x9b\xa2\x74\xd4\x20\x50\ \x70\xa2\x71\xe2\x82\x0a\x63\xbd\x50\x91\x33\x9e\xf2\x5d\x08\x87\ \x33\x55\x28\x59\x0a\x3a\x9d\x9e\xbf\x20\xf2\x9c\x24\xe9\x32\xcd\ \x66\xe4\x79\x05\xaa\xe3\x03\x84\x40\xe4\x27\x98\x43\x56\xcb\xd2\ \x2b\x5b\x96\x55\x49\x92\x74\x82\xe3\x48\x88\x74\xd4\xe8\xd8\xd4\ \x33\x09\xc6\x99\x90\x5d\xcb\xb9\xae\xb7\x52\xe8\xc8\x4f\x22\xa7\ \x69\x4a\x9e\x97\x10\x9a\xbc\x42\x7a\x07\x56\x59\xcb\xd2\xd2\x12\ \xfd\x7e\xff\x0a\x8d\x1b\xcf\x1b\x25\x94\xd7\x13\xb1\xd6\x4f\xee\ \xa7\x69\xec\x4b\xbd\x45\x81\x2c\x7d\x76\xdc\xe9\x44\xac\xad\xad\ \x91\xe7\x15\x59\xe1\x25\x0e\x4c\x55\x51\x39\xcb\xa0\xbf\xcc\xfa\ \xea\x2a\xcb\xcb\x4b\xc4\xb1\x0a\xa0\x16\x47\xa4\xc2\x34\x7d\x98\ \x87\x99\xab\x4d\xba\x26\x80\xf2\x97\xac\xd8\xf7\x6c\xb4\x3e\xeb\ \x7b\x60\xe6\x6e\x11\x8e\x2d\x83\x60\x56\x89\xc0\xf7\x43\x7a\x69\ \x4c\x59\x19\xb4\x8e\xd1\x02\x74\xa4\x48\xd3\x84\xaa\xf4\x41\x45\ \x92\x6a\x06\xbd\x3e\xb9\xca\x48\x92\xd8\x3b\xf2\xca\x22\x1c\x14\ \x65\xc5\x68\x9a\x81\x88\x89\xb5\xa4\xb4\x55\x68\xa4\x2f\xfa\x33\ \xcf\x79\x37\xde\x1d\x79\x78\x7f\x9a\x22\x55\x04\xc2\x67\x13\x36\ \x5c\xd6\x36\x64\xcc\xce\xb8\x06\xfc\xe0\x39\xfc\xea\x01\x5c\x45\ \x59\x1a\x3a\x9d\x2e\x51\x1c\x51\xee\x54\x44\xb1\x6c\x2e\xe8\x4e\ \xa7\xc3\xda\xfa\x5a\x40\x96\x46\x0b\xbd\x57\x0f\xea\xe8\xea\x8e\ \x97\x63\x08\x6b\x12\x69\x8d\xae\x2a\xb2\x3c\xf7\xf3\x62\x9d\x0e\ \x79\x96\xf9\xbe\x70\x08\xb0\xad\xb5\xc4\x91\xd7\x5f\xb1\x66\x1e\ \xe4\xd6\x20\x96\x5b\x6e\xbd\x95\x9d\xed\x1d\x2e\x6f\x6f\x33\x9d\ \x7a\xe6\x8b\xe5\xe5\x15\x1f\x2c\xd5\x84\xa2\xf5\xcc\x8f\xf0\x74\ \xf6\xbe\xbc\xf9\x72\xec\x99\x04\x46\x4d\xaf\xa9\x90\xf8\x1a\x63\ \xd8\x68\x8d\x3e\x40\x9d\xa5\x00\x45\x59\xf8\xda\x65\x14\x63\x82\ \x27\xee\x75\x7b\x4c\x27\x1e\xee\x49\xc8\x1c\xea\x0e\x76\x9e\x67\ \xa4\x71\xcc\x64\x32\xc1\x19\xd3\x60\xc9\xbb\xdd\x2e\xce\x79\x84\ \x4f\x94\xd4\x25\x2b\xaf\xa7\xed\x84\x9a\x3b\x0c\x19\xfa\x25\x42\ \x06\x69\x5b\x31\xf7\xe2\xd4\x2a\x91\x15\xb3\x6c\x16\x22\x10\x2f\ \x54\x93\xa6\x29\xa6\xb2\x1c\x3b\x76\x8c\xbc\xc8\x39\x7e\xfc\x38\ \xe3\xf1\x34\xd0\x2d\xf8\x1e\x90\x0c\x93\xf4\x8b\xfd\x91\x2b\xd7\ \xaf\x2e\x77\x35\xce\x66\x21\x45\xf0\xfd\x85\xf9\xf4\x6c\x59\x96\ \xc4\x71\x8c\xd3\x0a\x1b\xe8\xb6\x93\x24\xc6\x58\x43\x51\xb8\x50\ \xc6\xf2\x11\x98\xb5\x06\x61\x7d\x29\x24\x4d\x3c\xea\xa8\xac\xca\ \xa6\x04\xe0\xd9\x71\x65\x90\xf4\x9c\xeb\x87\xef\xd7\xac\x49\xad\ \x71\x5e\x97\x07\x05\xa0\xd1\x18\xe1\x23\xaf\x4e\xa7\x13\x2e\xf4\ \x99\x67\x33\x95\x32\x20\x92\xca\xa6\xb7\x51\x1f\x60\x1d\x94\x01\ \x8b\xbc\xa4\xc8\x0b\xd2\x34\x22\x49\x53\x22\xa9\x1a\xe7\xef\xfb\ \x1f\x92\x6c\x96\xb1\xb5\xbd\x43\x92\xf4\xbc\xd3\x59\x18\x14\xf3\ \x8e\x48\x34\x8a\x7a\xb5\xfe\x88\xb5\x16\x8b\x45\x95\x6a\x3e\x70\ \x28\xf6\x4e\xb2\x3b\x6b\x71\xa1\xf7\x57\xd5\xcf\xb7\xce\xb8\x4a\ \x9f\x15\x6b\xad\x30\x59\xb6\x47\x5b\x43\x6b\xdd\x4c\x58\xcf\x66\ \xb9\x1f\x40\x0c\x4e\x5e\x04\xa5\x46\xcf\x3d\xe6\x42\xcf\x46\x36\ \xac\x07\x49\x9c\x22\xb5\xa7\x92\xd9\xd9\x19\x31\xcb\x77\xf7\xe8\ \xe2\x74\x3a\x9e\x53\xce\x56\x05\xb6\x32\xbe\xb4\x6a\x2c\xa5\xf3\ \xce\x2e\x5c\xed\x4d\x69\x53\x04\x3a\xf3\xfa\x79\xf9\xe6\xfd\xbe\ \x7b\x93\xab\xf6\x01\x21\x8b\x32\xb5\x53\x03\xb2\x22\x43\x88\xb8\ \x01\xaa\xd4\x01\x5b\x12\x09\x8a\xc2\x03\x27\xfc\xbc\x88\x8f\xf4\ \x05\x81\x2b\xaf\x32\x4c\xf3\x02\x1d\xc7\xec\x6e\x8f\xb8\xb8\xb5\ \x83\x4a\x52\x96\x86\x29\x65\x5e\x22\x43\x66\x2e\xa4\x6c\x08\x1e\ \x3d\xd9\xac\x0a\x8c\x10\x26\x88\x8c\xc1\x6c\xea\x87\x9a\x6b\x61\ \x31\xbb\x30\x73\x53\xcf\x0d\xf9\xac\xbf\x6a\xca\xd1\x2e\xf4\xf8\ \xea\x35\xf5\xea\x8d\x21\x20\x25\x8c\x14\xf4\xfb\x54\x56\x86\x20\ \xce\xf7\xce\xca\xa2\x24\xd7\x19\xdd\xae\x07\xf3\xe4\x79\x8e\x33\ \xc6\x4b\x05\x4b\x2f\x6e\xd7\xe9\xf8\xc1\xe9\x7a\x04\x41\x2a\x05\ \x79\xee\x87\x93\xc3\x7d\x52\x43\xca\x1b\xa1\x3e\xeb\x38\x72\xe4\ \x08\x07\x0e\x1e\x60\x77\x77\x17\x5d\x07\x23\x52\x36\xbd\x51\xe1\ \x04\x36\x30\x22\xd4\xf3\x6f\x2f\x4b\x0d\xf8\x9a\xcb\xa6\x2e\x71\ \x18\x6b\x9b\xe1\xaa\x45\x41\x9f\x3a\xf5\xd2\x81\xae\x5d\x2a\x85\ \x33\xd6\xcf\xa8\x94\xa5\x9f\x3d\xa9\xbc\x33\xd1\x5a\x07\x71\x1b\ \xdf\x60\xf4\xf5\x78\x83\x8a\x22\x7a\xbd\x0e\x42\x48\x0f\xf1\x0c\ \x12\xb6\x9d\xee\x80\x24\x4d\xa9\x2c\x9e\x64\xd0\xa9\xb9\x5e\x88\ \x0a\x33\x2f\x81\x02\xa2\x76\x02\x8b\xa9\x79\x65\x2a\x56\x57\x57\ \xa9\xca\x2a\xa8\x2e\x3a\x8a\xbc\xf0\xda\x21\x55\xc9\xad\xb7\xde\ \x42\x96\x79\x15\x37\x1d\xc5\x3c\x71\xf2\x14\xb3\xe9\x14\xad\xa3\ \x30\xc3\x74\xad\x39\x13\x71\x55\x49\xc0\xd5\x4c\xb3\x0b\xd3\xd9\ \xf5\xff\x95\x45\xd9\xf0\xed\x54\x65\xe1\x21\x83\xd6\xfa\x81\x45\ \xa5\x83\xf4\xa7\x9f\x86\x56\x4e\x35\xc2\x5b\xa6\x32\x54\xd6\xcc\ \xf1\xf7\xe1\xfd\xd4\x8e\xa4\x41\xa1\x05\x32\xca\xfd\x74\x28\x26\ \xac\x55\x9d\x99\xd4\x99\x41\x51\x16\x64\x59\xc6\xd2\x60\x89\x24\ \x4e\x1a\x0d\xee\xa2\xa8\x50\x42\xa2\x83\x40\x51\x51\x14\xa4\x89\ \xdf\x0f\xb3\x30\x33\x54\x56\x5e\xbc\x0c\x97\x92\x68\xed\x6b\xcf\ \x45\x46\x5e\x18\xca\xca\x72\xee\xd2\x25\x92\xb4\x4b\xda\x59\x42\ \x48\xe1\x1d\x4e\xb8\x2c\xb4\xd2\xcd\x3e\x14\x42\x04\x2a\x1e\x1b\ \xca\x18\x0b\x65\x11\x31\xc7\xe9\xd7\x65\x8f\xaa\xac\x10\xa2\x6a\ \xca\x4b\x84\x46\x7c\x1c\xfb\xa8\x3a\x4d\x92\xf9\x9c\x8e\xdb\xfb\ \xb5\x65\x59\x22\xa5\x2f\x59\xd4\x1c\x4f\xb5\x1e\x46\x96\xe5\xf4\ \xbb\xfd\xc0\xad\x95\x93\x87\x7e\x88\xaa\xa1\xd1\xc6\x12\xa7\x9d\ \x40\x3b\x42\x40\x2a\x7a\x28\xe4\x78\x3c\xf6\x90\x65\x3c\x5a\xb0\ \x9b\x76\x40\xf9\xc0\xa3\x2a\xab\xf9\xd4\xbd\x73\x38\xe5\x1a\xc7\ \xe2\xca\x79\x69\x73\xbf\x24\x7b\x17\x33\x13\xb7\x00\x49\x5d\x14\ \x88\xaa\xef\x82\x7a\xae\x23\x8e\x63\xaf\x2a\x5a\x78\xf0\xc3\xee\ \xee\x0e\x6b\x2b\x43\x1c\x9e\x6a\x24\x4d\x13\x64\x90\xd6\xce\x32\ \xdf\x5b\xc8\xf3\x02\x10\x9c\x3d\x7d\x86\x4b\x5b\xdb\xa4\xbd\x25\ \x0e\xad\x1e\xf0\x93\xeb\x42\xcc\xb5\x80\x42\x90\x60\x30\x21\x43\ \xd0\x0d\xe9\xa3\x80\xa0\x39\xe4\xcf\x84\x0d\xe4\xaf\x65\x55\x36\ \xce\xc4\x54\x55\x03\xc8\xa9\x07\x99\x9d\x10\x24\x69\x07\xa4\xa4\ \xdb\xe9\x34\x73\x3c\xf5\x20\xac\x57\x7a\x35\x20\x3d\x12\x6b\xfe\ \xb9\xfd\x99\x9b\x4c\xa6\xcd\x88\x81\x0a\x3d\x99\x59\x96\x35\xd9\ \xee\x6c\x36\x0b\xd0\x7f\xdd\xdc\x99\x10\x4a\xa7\x55\xd9\x9c\x4f\ \xeb\x6c\x03\x2d\x77\x2a\x0c\x29\x6b\xcd\xc6\xc6\xba\xbf\x6b\xac\ \x43\x6a\xd9\xfc\x2e\xe5\x9c\xb2\xa7\x81\xe3\x3f\x03\xd8\xc5\x4b\ \xc6\x99\x54\x55\xc5\xc6\x81\x03\xbc\xe5\xed\xef\xd8\x7b\x8d\x0a\ \x71\x15\x2e\xfd\x6a\xac\xfa\x9c\x1c\x71\xbe\xe9\x5d\x43\x5d\xa1\ \x43\xd4\x61\xac\xa5\x2b\xe5\x9e\xc3\xa1\x42\x6f\xa6\x3f\xb4\xa0\ \x15\x85\x98\x63\xaf\x05\x82\x4e\xe2\x48\x6b\xbc\xbf\x10\xe8\xc4\ \x5d\x05\xa7\x43\x80\x76\xa0\x3c\xf1\x11\x4a\xc6\xc8\xba\x54\x10\ \x41\x37\xf5\x8d\xc6\x28\x8e\xb8\xf7\x95\x0f\x04\x7e\x31\xc9\x5d\ \xf7\xbc\x22\x68\x4e\xec\x45\x6c\x7d\xa5\xf2\xb2\xbb\xc6\x33\x90\ \x72\x3e\x31\x1f\x05\xb6\xdb\x28\x75\x0b\x11\xf3\x9c\xb6\xe3\xca\ \x47\x59\x47\x45\xae\x19\x64\xe4\x1a\x91\xf7\x9c\x7c\xb2\x8e\x04\ \xf7\x23\x2b\x51\x4a\xf1\xad\xdf\xf2\x8f\xe7\x25\xce\x85\x77\x65\ \x6d\xcd\x2b\xa6\xf6\x70\x53\xb9\xc0\xa7\xd8\x0c\xf4\x85\xf5\x54\ \x41\x05\x6f\x31\x5b\x14\xb2\x46\xdb\xb8\x46\x9e\xd4\x1a\xcb\xc1\ \x20\xb7\x2c\xe4\x5c\x3c\x8a\xab\xc1\x73\x73\x62\xdf\x1a\x62\xe4\ \xe6\x3f\xb7\x96\x4a\xdc\x33\xc1\xce\x42\x8f\x61\xe1\xfb\xcc\xcb\ \xa3\x82\x8d\xc3\x47\x9a\x83\x5e\x7f\xad\x56\xca\x37\xf0\x03\x3b\ \xc2\x1d\xaf\xb8\x67\xcf\x7e\x70\xe1\x62\x53\x61\xc6\xa0\x3e\x1b\ \x62\xe1\x42\x16\x42\x70\xf4\xd6\x63\x7b\x88\x42\xeb\x23\x54\x5f\ \x76\x30\x07\x16\xb8\xeb\x9e\xab\xab\xf7\x57\x9d\x11\xee\x87\x95\ \x65\xc9\x7d\xf7\xde\xc3\x5d\x77\xde\xb1\xf0\xe4\xdd\x02\xf7\x88\ \x68\x60\xf5\x8b\xc3\x74\xae\xee\x33\x36\xf5\xfc\xf9\xe7\x5e\xbc\ \x2b\xa4\x10\xa8\xb0\x3f\x6f\x5e\x3f\xc6\xcd\x38\x1f\xb0\x85\xb5\ \xc6\x5d\x5b\x93\xa7\x9e\x71\x49\x7a\x4b\x57\x97\x77\xc2\x7b\x9b\ \x3b\xc0\x85\xf7\xc9\x15\xef\xb3\x3e\x2b\xce\x31\x58\x5e\xe5\x8e\ \xbb\xef\xde\x53\x80\x51\x52\xa2\xa3\xf9\x5c\xd9\xfa\x81\x83\xbe\ \x17\x37\xdf\x52\x9e\x78\x35\xcc\x7f\xcd\xfb\x33\xf3\xf3\x5f\xc3\ \xd8\xeb\x21\xc7\x39\xdd\x92\x9b\x97\xc6\x6b\x55\xd8\x9a\xb2\xa7\ \x66\x41\x10\x7b\xe7\x98\xdc\x9e\xfb\x76\xef\xbe\x7e\x26\x41\xc4\ \x4b\xaa\xcc\x55\xa7\xfa\xfb\xfb\x6d\xe7\x09\x7a\xb4\x70\x3c\x9b\ \x39\xa9\x20\x53\xa0\x98\x6b\x0c\xd4\x1b\xad\x7e\xae\x42\xcc\xbf\ \xe0\xba\xf5\x43\xc1\x9c\x1a\x61\x61\x63\x89\x2b\x2a\x79\x75\x54\ \x6a\x9d\xaf\xc9\x3e\x3f\x8f\xd2\x2d\xa8\xec\x05\xc8\xa5\xba\xea\ \x7e\xdc\x7b\x9e\xd4\x33\xfb\xfe\xfb\x69\xfd\x5e\xff\xb9\xb7\x6f\ \xaf\xc3\x1c\x70\xe5\xe7\x0c\x78\x1d\x52\xc1\x75\xd9\x06\x9e\x2f\ \xab\x1f\x71\x14\xc7\xd7\xf9\x0c\xf3\xf7\x92\x24\xe2\x59\x3d\xfb\ \x38\x49\xb8\x56\x68\xb2\x1f\x6b\xb6\x9f\xa5\xcd\x24\x8e\x49\xc3\ \x7b\x7d\x56\x15\xf1\x2b\x1c\xed\x55\xcf\x3a\x3c\x6c\x1d\xcd\x9b\ \x91\xee\xda\x71\xe8\xc2\xc3\x72\x35\x0a\xe0\xaa\x5e\x0a\x8d\xf3\ \x9e\xf7\x32\xaf\xf5\xa5\xf3\xa6\xfe\x7c\xcd\x93\x6b\x7c\xce\xc5\ \x67\x19\x45\xf1\x0b\x72\xce\x9e\xce\x39\xba\xf2\x6e\x78\x26\xef\ \xe1\x25\xa6\x67\xe2\x9e\xd7\x07\xe8\x9e\xe2\x1f\xdd\x33\xfe\xc2\ \xe7\x7e\x20\xeb\x12\xc2\xf3\x8e\x92\xb9\x22\x9b\x71\xfb\xff\xb1\ \x9e\x93\xed\xf7\x44\xfd\x53\x2f\x9f\xe3\x8a\x7b\xfb\x45\xd9\xe7\ \xcf\xd7\xc5\xed\x9c\xe3\xe5\x60\xcf\xf7\x59\x5f\xec\x63\x5d\x77\ \xa3\x5f\xef\x20\xb8\xa7\x96\xd9\xbd\x02\x33\xf0\x95\x8e\xde\x57\ \xfc\x9c\x2f\xa5\x35\x7b\x2e\x77\x83\xa4\xb5\xd6\x5a\x6b\xad\xb5\ \xd6\x9e\xa3\xb5\xce\xa4\xb5\xd6\x5a\x6b\xad\xb5\xd6\x99\xb4\xd6\ \x5a\x6b\xad\xb5\xd6\x3a\x93\xd6\x5a\x6b\xad\xb5\xd6\x5a\x67\xd2\ \x5a\x6b\xad\xb5\xd6\x5a\x6b\xad\x33\x69\xad\xb5\xd6\x5a\x6b\xad\ \x75\x26\xad\xb5\xd6\x5a\x6b\xad\xbd\x14\x4c\xbf\xa4\xdf\x5d\xad\ \x9e\xb3\x30\xa5\xd9\xfc\x57\x33\xf2\xef\x5e\xdc\xa1\x81\xd6\x5a\ \x6b\xad\xb5\xd6\x5e\xa2\xce\x44\x29\x6c\x1c\x23\xac\x45\x64\x19\ \x22\x2f\x90\x41\x8b\xc3\xe7\x53\x12\x17\x45\xb8\x24\xf1\xbf\x00\ \x59\x14\x5e\x64\xaa\xb5\xd6\x5a\x6b\xad\xb5\xaf\x72\x67\x22\x04\ \x36\x49\x50\xe3\x31\xdd\xcf\x7e\x86\xc1\x9f\x7f\x84\xf4\x0b\x5f\ \x24\x3e\x71\x82\xe8\xc2\x05\x28\xbd\xdc\xa6\xeb\x74\x28\x0f\x1d\ \xa2\xb8\xfd\x76\x66\x0f\x3e\xc8\xe8\x1b\xbf\x91\xfc\xce\x3b\x20\ \x49\x10\x45\xd1\x66\x2a\xad\xb5\xd6\x5a\x6b\x5f\xad\xce\xc4\x45\ \x11\xc2\x18\x06\x7f\xf6\x67\xac\xfe\xea\xaf\xd1\xfd\xf4\xa7\x71\ \x42\x30\x7b\xdd\x6b\x19\x7d\xeb\xb7\x50\xdc\x7c\x14\xb3\xb6\x0a\ \xc6\xa0\x2f\x5e\x24\x39\xf1\x04\xc9\xdf\x7f\x91\x8d\x9f\xfd\x59\ \xd6\x7e\xe1\x17\x19\xbd\xfd\xad\x6c\x7d\xcf\xf7\x90\xbd\xf2\x95\ \x60\x0c\x62\x9f\x48\xe9\x5a\x6b\xad\xb5\xd6\x5a\x7b\x99\x38\x13\ \x97\xa6\xe8\x0b\x17\x58\xff\xb9\x9f\x63\xe5\x03\xbf\x45\x71\xf4\ \x66\x2e\xfe\xd0\x0f\x31\x7a\xd7\x3b\x29\x8f\x1e\xc5\x29\x85\xd3\ \x1a\x16\x74\x94\x85\x31\x88\xb2\x24\x7d\xe8\x21\x96\xfe\xe0\x0f\ \x19\xfe\xfe\xef\x33\xf8\xf0\x9f\xb2\xf9\x2f\xdf\xc3\xd6\xf7\x7e\ \xaf\x77\x4e\x21\x93\x69\xad\xb5\xd6\x5a\x6b\xed\x06\x77\x26\x2e\ \x4d\x89\x4e\x9d\xe2\xf0\x7f\xff\x3f\xd0\xf9\xe2\x17\xb9\xf4\xfd\ \xdf\xc7\xd6\xf7\x7c\x37\xe5\xa1\x43\xde\x61\x54\x95\xef\x9d\x04\ \x59\xd7\xc6\x02\x75\xe7\xec\x55\xaf\x62\xfa\x9a\xd7\xb0\xfd\xee\ \x77\xb3\xfe\x0b\xbf\xc0\x81\xff\xe3\x67\x88\x1f\x7b\x9c\xf3\xff\ \xcb\xff\x8c\x4d\xd3\xd6\xa1\x2c\x3c\x2e\xbd\x4f\xd8\xbd\xca\xb6\ \x95\xc4\x97\xcd\x01\x97\xfb\x23\xb3\x6c\x7d\x0c\xd7\xda\xcb\xc0\ \xa4\x00\xb5\x1f\x67\xdd\x41\xf9\x0c\xd6\xfc\x45\x75\x26\x2e\x8a\ \x88\xce\x9e\xe3\xe6\x1f\xfa\x21\xa2\xd3\x4f\xf2\xe4\xcf\xfd\x07\ \x46\xef\x78\x87\xd7\x5b\x2e\x8a\xbd\x7a\x26\x57\x9c\x88\x9a\x69\ \x56\x14\x05\x42\x08\xf2\x7b\xee\xe6\xcc\x4f\xfd\x24\xd9\x2b\x1f\ \xe0\xc0\x4f\xfc\x24\xc2\x18\xce\xfe\xdb\xff\x1d\xa7\xd4\x57\x7d\ \xc9\x4b\x08\xc8\x4a\xb8\x30\x91\xcf\x19\x0b\x6e\x81\x83\x7d\x4b\ \xa2\xf7\xdf\xa1\x2c\x6a\x42\x5c\x73\xbf\xbc\x40\x4c\xb3\x37\xcc\ \xba\x03\x4f\xee\x0a\x4a\x23\x10\xcf\x71\xcd\xfb\xb1\x63\xad\xeb\ \xb0\xee\xf9\xd8\x9f\xf2\xba\x0e\xcf\x6b\xed\xb4\x5e\xec\x99\x38\ \x92\xdd\x4c\x70\x79\x26\x90\xcf\x61\xd1\x83\x92\x06\x37\x0d\xec\ \xd3\xfe\x3e\x2f\x9a\x33\x71\x4a\x21\xb3\x8c\x03\x3f\xf9\x13\xc4\ \x8f\x3e\xca\x93\xef\x7b\x1f\xa3\xb7\xbf\x1d\x39\x99\x20\x9c\x23\ \xcb\xa6\x4c\x26\x13\xae\xa5\x62\xa3\x94\x62\x38\x5c\x59\x24\xdd\ \x47\x64\x19\x4e\x29\x2e\xfd\xf3\x7f\x8e\x13\x82\x83\xff\xee\x27\ \x28\x6e\xbf\x8d\xcd\xf7\xfc\xa0\x47\x79\x7d\x15\x5f\x42\x52\xc0\ \xa4\x10\x7c\xe6\x49\xf9\x9c\xb3\x93\xca\xc2\x37\xdc\xe6\xe8\x44\ \x0e\xe3\xf6\xf3\x42\x11\x98\xaa\x62\x77\x77\xe7\xba\x94\xf4\x83\ \xc1\x80\x38\x49\x5b\x87\xf2\x0c\x82\x88\x2f\x5d\x94\xec\x66\xcf\ \xed\x62\x29\x2d\x1c\x5b\x71\x1c\xe8\x1b\xec\xbe\xc7\x65\x82\xf1\ \x68\x97\x3c\x9f\x5d\x7d\xd6\x1d\x24\x49\x4c\x7f\x69\xd8\xae\xf9\ \xd3\x34\x25\xe1\xe2\x44\xf0\xf9\xb3\x92\x48\x3d\xfb\xef\xe3\x00\ \x25\x7c\xe0\xa8\xe4\xd3\xbb\x3e\x5f\x14\x67\xe2\x84\x80\x38\x62\ \xe9\x77\x7e\x87\xa5\xff\xfc\x07\x5c\xf8\xd1\x1f\x65\xfc\x8d\xdf\ \x88\x9c\x4e\x91\x42\x30\xda\xdd\xe1\xcc\x93\xa7\x19\x2c\x2d\x5d\ \x9d\xa3\x3b\xe7\xe5\x5b\x8b\x82\xc3\x37\x1f\xa5\x58\x28\x7f\xd5\ \x19\xc8\xe5\xef\xfa\x2e\xd2\xbf\xff\x07\xd6\xde\xff\x7e\x26\x6f\ \x7a\x13\xd3\xd7\xbe\x16\x99\xe7\x5f\xf5\x17\x4b\xa4\xf6\x96\xba\ \xf6\xe8\x32\x2c\xa8\xcf\xc9\x20\xf2\x55\xcb\x09\x2d\x0a\x02\xd5\ \xa3\x3f\xfb\x6d\xc6\x18\x4e\x3e\xf1\x38\x52\x4a\xe2\x38\xbe\xea\ \x87\x98\xaa\x62\xfb\xf2\x16\x77\xde\x75\x77\x23\xeb\xda\xda\xd3\ \x38\xe0\xd2\xaf\xfb\xa2\x33\xb1\x41\x45\xd0\x59\xb7\x20\x04\x17\ \x24\x82\x17\x9e\xab\x14\x73\x95\x38\x25\x9f\x8f\x3d\x29\xd8\xbc\ \x78\x81\xad\x4b\x9b\x0c\x06\x83\xab\xd6\xdc\x39\xc7\xa5\x4b\x17\ \x38\x8c\x60\x79\x75\x95\xb2\x2d\x59\x3f\xed\xe0\x31\x52\xec\x71\ \x26\x6e\x41\xc1\xd2\x2d\x38\x72\x29\xb8\xe6\x59\xaf\x9d\xc9\x33\ \xda\x6b\x2f\xce\xa7\x95\xa8\x0b\x17\x58\xfb\xe5\x5f\x61\xf6\xfa\ \x07\xb9\xfc\x5f\xfd\x97\xbe\xb7\x61\x2d\x52\x6b\x2e\x5e\x3c\xcf\ \x5d\x77\xdf\xcb\x3d\xf7\xdd\x7f\xdd\x72\xc7\x9f\xfc\xd1\x7f\x9e\ \x4b\x52\x2e\x6e\x42\x63\x70\x49\xc2\xe6\x0f\xfe\x00\xbd\xbf\xfa\ \x2b\x56\x7f\xf5\x57\xc9\xee\xbf\xdf\x37\xef\xdb\x74\x79\xcf\x85\ \xb2\xdc\x8b\x89\xb4\xa0\x28\x1d\x37\xad\xa6\x58\x0b\x3b\xd3\x92\ \xf3\xdb\x33\x3a\xb1\xe6\xa6\xd5\x94\x48\x4b\x46\xd3\x92\x73\x5b\ \x19\x88\xe7\xe7\xbd\x08\x21\x98\x4d\xa7\x38\xe7\x78\xe7\xb7\x7c\ \xdb\x75\x5f\xf7\xc9\x8f\x7d\x94\xd1\x68\xc4\x70\x79\x99\xaa\xaa\ \xda\x45\x7c\xa6\x41\x9c\x83\x48\x49\xd6\x97\x63\xb6\xc7\x25\x87\ \x56\x3a\x68\x25\x28\x2b\xc3\x99\xad\x8c\xa2\xb2\x1c\x5e\xed\xd2\ \xef\x68\x8c\xb5\x9c\xd9\x9c\x91\x95\x86\xe7\x6b\xe1\x85\x90\x5c\ \xb8\x70\x8e\x6f\xf8\xc6\xb7\xb1\xbe\x71\xe0\x9a\xaf\xb9\x7c\x79\ \x8b\x8f\x7f\xf4\x6f\x58\x3f\x78\x90\x22\x94\xb4\x5b\x7b\xe6\xeb\ \xbe\x3e\x4c\x29\x2b\x4b\xac\x25\xab\x4b\x09\xa6\xb2\x5c\x1a\xe5\ \x6c\x8d\x0b\x86\xdd\x88\x8d\xe5\x14\x29\x60\x6b\x54\x70\x69\x37\ \x7f\x56\x11\xe3\x8b\x42\xa7\x62\xd3\x94\xc1\x5f\xfc\x25\xf1\xa3\ \x8f\xb2\xf5\xbd\xdf\x8b\x59\x5e\x86\x90\x55\xb8\xa0\x9b\xdb\xeb\ \xf5\xae\xf9\xb5\x8f\x3e\xfa\x28\x42\x08\x92\xf8\xfa\x92\x9f\xa2\ \x28\xc8\xef\xba\x8b\x9d\x77\xbf\x9b\xc1\x9f\x7f\x84\xe4\xe1\x2f\ \x61\xe3\xb8\xdd\x55\x57\x58\xa4\x05\x49\x24\x49\x63\xc9\xee\xb4\ \xe4\xf8\xd9\x11\x4b\x5d\xcd\x6a\x3f\xe6\xf0\x5a\x87\x9d\x69\xc9\ \xf1\x33\x63\x2e\x8d\x8a\xe7\xcd\x91\x2c\x06\x08\x9d\x4e\xe7\x29\ \x5f\xd3\xed\xf6\xda\xce\xff\x3e\x64\xa8\xdd\x58\x13\x2b\x89\x14\ \xf0\xe8\xd9\x11\xd3\xdc\x72\x68\x39\xe5\xc0\x30\x21\x89\x24\x8f\ \x9d\x1b\x73\x7a\x73\x46\x69\xbf\x92\x3e\xfc\x73\x5e\x75\xb4\xd4\ \x74\x3a\xdd\xeb\xbe\x22\x4d\x53\x94\xd2\xb4\x2e\xe4\xb9\x59\x12\ \x49\xe2\x70\xde\xcf\x5d\x9e\x71\x72\x73\xca\xc6\x30\x65\xb9\x17\ \x73\x68\xb5\xc3\xf9\xcb\x19\x8f\x9d\x9b\x30\x9a\x56\xcf\xba\xf4\ \xf0\x82\x3b\x13\x27\x25\x6a\x3a\x63\xe9\x8f\x3e\x48\x71\xdb\x6d\ \x4c\xbe\xf6\x6b\xaf\x40\x5c\x39\x94\xbc\x7e\xb1\xef\x3d\xef\x79\ \x0f\xbf\xf4\x4b\xbf\x44\x9c\x26\xd7\x17\xbb\x77\x0e\x61\x2d\xbb\ \xff\xf8\x5b\xc1\x5a\x06\x7f\xfe\x67\x7b\x9b\xf9\xad\x35\x8e\xbb\ \xfe\x15\x69\xc9\xa0\xe3\x13\x55\xad\x25\x02\xc7\xa5\xdd\xfc\x05\ \x6b\x7a\x0b\x21\x9e\x72\xdd\xeb\x72\xcb\x75\xd7\xbc\xb5\x67\x94\ \x95\xd6\x2b\xda\x4f\x23\xd2\x48\x52\x1a\x4b\xbf\xa3\xb9\xb0\x93\ \x51\x19\x8b\x0d\x9d\xf6\xe7\xfb\xc8\x28\x25\x9f\x72\x7f\x39\xe7\ \xc2\x6b\xda\x75\xdb\xaf\xb3\x9e\x46\x8a\x7e\xaa\x31\xd6\xd1\x4d\ \x14\xd3\xbc\x62\x67\x5a\xfa\xb3\x8e\x7b\xd6\x8e\xfb\x85\x3f\x99\ \x5a\xa3\xcf\x9f\x25\xf9\xf2\x97\x19\xbf\xe5\x1b\xa9\x36\x36\xae\ \x82\xef\x0a\x79\x7d\x54\x8f\x31\x86\xdf\xfc\xcd\xdf\xe4\xf7\x7e\ \xef\xf7\x49\x92\xe4\xba\xaf\x13\x45\x41\x76\xf7\xdd\x4c\x5f\xf3\ \x6a\xba\x9f\xfc\x14\x62\x3a\x6d\x9d\xc9\xc2\xc6\xb2\xce\x6b\x59\ \x0b\x7c\x7f\xa4\x9f\x6a\x96\xfb\x31\xe7\x2e\x67\x8c\x67\x15\xaa\ \x2e\x92\x3b\xb8\xf5\x40\x0f\xad\x9e\xff\x67\x27\xbf\x42\x61\x5e\ \x4a\x79\x4d\x9e\xb6\xd6\x9e\xbe\x13\xb1\xce\x35\x95\xf3\x38\x92\ \xac\x2f\x25\x64\xa5\xe1\xec\x56\x16\x1c\xba\xc0\x18\xc7\xc6\x30\ \x61\x6d\x10\x63\xac\x7b\xfe\xd7\xfc\x2b\x6c\xad\x36\x80\x78\xee\ \x67\xbd\x0e\xc6\x84\x10\x2c\xf7\x23\xba\x89\xe2\xf4\xe6\x94\xbc\ \xb2\x68\x29\xc1\x41\xac\x15\xb7\x1c\xe8\x3d\x6b\xc7\xfd\xc2\x67\ \x26\x4a\xa1\x37\x37\x91\xbb\x3b\x64\x0f\x3c\x70\x15\x6c\xd7\x39\ \xbf\x79\xae\xb7\x81\x8e\x1c\x39\xc2\xfb\xdf\xff\x7e\xbe\xf0\x85\ \xbf\xe7\xb7\x7e\xfb\xb7\x89\xe2\xf8\xfa\x75\x54\xa5\xc8\x5e\xf9\ \x4a\xa2\x27\x9e\x40\x4e\xa7\xb8\x76\x53\xe2\x1c\x74\x13\xcd\x4a\ \x2f\x61\xb9\x17\x31\x2b\x0d\x4a\x0a\x2e\xed\x16\x3c\x7a\x76\xc4\ \x68\x56\x92\x95\x86\xb2\x72\x1c\x59\xeb\x32\xe8\xea\x17\xc4\x91\ \x08\xe1\x51\x7a\x5f\xe9\x52\x91\x61\xe3\xb7\xf6\xcc\xd6\x5c\x49\ \xc1\x4a\x3f\x66\x6d\x10\x63\x01\x6b\x1d\x45\x69\x79\xec\xdc\x98\ \xb3\x97\x33\x1c\x8e\xed\x49\xc9\xa1\xe5\x94\xe5\x7e\x4c\x27\x51\ \x2f\xc0\xfb\xf2\x55\x88\xa7\xea\x83\x08\x21\xc2\xbe\x68\x17\xfd\ \xd9\xd8\xa0\xab\x59\xe9\xc7\xf4\x12\x45\x56\x78\x98\xef\xd9\xad\ \x19\x8f\x9f\x9b\x90\x15\x86\xf1\xac\x22\xd6\x82\x43\x2b\x29\xfd\ \x8e\x9a\x83\x2e\x5e\x16\x99\x89\x92\xc8\x9d\x5d\x18\x4f\x29\x8e\ \x1d\x6b\x7a\x25\xd7\xbc\x34\xae\x61\x59\x96\x71\xc7\x1d\x77\xf0\ \x1f\xdf\xf7\xf3\xfc\xee\xef\xfe\x27\xfe\xf8\x8f\xff\xf8\xba\x19\ \x8a\x93\x92\xe2\xf6\xdb\xd1\xe7\xcf\x7b\x22\xc8\x36\x33\x01\x1c\ \x52\xc2\xca\x20\x66\x56\x18\x2e\x8f\x0a\x26\x79\xc5\x34\xaf\x88\ \x94\xdf\x4c\xce\x3a\x4e\x5d\x9c\x00\xb0\xba\x94\x70\x79\x54\x50\ \x99\xe7\xfb\x30\x0b\xe4\x57\x28\x73\x29\x55\x5f\x3c\xed\xc5\xf2\ \x6c\xac\x97\x6a\xd2\x58\x71\x6e\x6b\x46\x5e\x5a\x2e\x8f\x0b\x94\ \xf4\xd9\x88\x14\x82\xcd\x9d\x9c\x4b\xa3\x82\xb5\xa5\x84\xb2\x72\ \xec\x4e\xab\xe7\x74\xb9\x3c\xad\x0b\x48\xaa\xa7\xcc\x3c\xa4\x90\ \x28\xa9\xda\x15\x7f\x96\xce\x5a\x2b\xc9\xca\x20\xe6\xf2\xb8\x60\ \x3c\x2b\xd9\x9d\x95\x94\x95\x23\xd2\x12\x29\x05\x79\x69\x38\x79\ \x71\x46\x1a\x4b\xfa\xa9\x66\x73\x27\x7f\xd6\xe7\xeb\x45\x40\x73\ \x09\x0f\xd3\xb5\x86\x6a\x63\xe3\x1a\x0d\x55\x87\x52\x0a\xf3\x14\ \x80\xf6\xdd\xdd\x5d\xee\xbc\xf3\x0e\x7e\xfe\xe7\xdf\xc7\x0f\xff\ \xf0\x0f\x13\x47\x11\xdf\xf4\x8e\x77\x50\x94\xe5\xde\xfa\xab\x10\ \xbe\x8c\x56\x55\xd7\x74\x5a\x5f\x8d\x26\x84\x60\x3c\x2b\xd9\x99\ \x94\x3e\x1b\x90\x82\xd1\xac\x0c\x07\x57\x34\xaf\xa9\xac\xe3\xf4\ \xe6\xd4\x97\xc2\xc2\xeb\x9e\xef\xcc\xe4\x2b\xfd\x04\x63\x4c\x5b\ \xf2\x78\x96\xcf\xd6\x2c\xac\xa7\x92\x1e\xfe\x79\x69\x37\x47\xca\ \xf9\x40\xa3\x0c\xff\x76\x71\x27\x0f\x71\x5f\x80\x84\xbb\xe7\xed\ \xb6\x43\x29\x89\xa9\xae\x7f\x36\xab\xaa\x42\xb4\xd9\xe8\xb3\x3e\ \xeb\x5b\xbb\x39\x9b\x3b\x79\x73\x86\x2f\x8f\x8b\x3d\x50\x7f\x29\ \x04\x59\x61\x38\x71\x7e\xda\xec\x01\x29\x9f\x5d\x29\xf9\xc5\x81\ \x06\x87\x0b\xdf\x45\xd1\x55\xce\xc4\x5a\xcb\x70\x79\x85\x33\x4f\ \x9e\x66\x32\x1e\xef\xc9\x38\x9c\x73\xcc\x66\x53\xaa\xaa\xc2\x5a\ \xcb\xbd\xf7\xde\xc7\xcf\xfc\xcc\xcf\xf2\xc3\x3f\xfc\xaf\x88\xa2\ \x88\xb7\xbe\xf5\xad\xe4\x79\xbe\xc7\xa1\xb8\x28\x6a\x77\x55\xb8\ \x0f\x8c\x03\xe9\xea\x2c\x20\x3c\xef\xf0\xf7\xf9\x9f\xf7\x6e\xc6\ \xfa\xf1\xd7\xff\x67\xdc\xf3\x73\xae\x93\x34\xa5\x2a\x4b\xfe\xfe\ \xf3\x9f\xbd\x66\xe9\xd2\x5a\xcb\x68\x34\x62\x65\x75\x95\xaa\x6a\ \x03\x83\xa7\x6b\xd6\xcd\xd7\xae\x5e\x4f\x57\x1f\x41\x21\xae\x9e\ \x68\x17\xf3\x01\xc7\xfa\x75\xc6\xf1\xbc\x4c\xbe\x3b\x60\xb8\xb2\ \xc2\x97\x1f\xfe\x07\xfa\x83\xc1\x35\xaa\x0b\x8e\xd1\x68\xc4\xd2\ \xf2\x0a\x55\x55\xb6\xb0\xe0\x67\x70\xbd\x1a\x07\xca\xed\x5d\xcf\ \xfa\xac\x3b\xae\x8e\xe1\xe5\x42\xb0\x68\xc3\x19\x7f\xa6\x4f\xfb\ \xc5\x19\x5a\x8c\x22\x4f\x99\xb2\xb5\x45\xb5\xb6\x76\x55\xd6\x90\ \x76\xba\x74\x7b\x7d\xbf\x81\x16\x0e\x82\xb1\x1e\x59\x54\x96\x25\ \x65\x59\x92\x24\x09\xaf\x7a\xd5\xab\xf8\xa5\x5f\xfa\x65\xde\xfb\ \xde\xf7\xd2\xeb\xf7\x79\xdd\x6b\x5f\x3b\x1f\x6e\x72\x0e\xbd\xb5\ \xe5\x43\xb3\xaf\xe2\x88\xd6\x58\x18\xa6\x8e\xb7\xde\x6e\x9e\x33\ \xc4\xd2\x81\x9f\x7e\xb7\xfb\xb9\xf9\x1d\x4a\x69\x56\xd6\xd6\xb1\ \xc6\x60\x9d\x6d\xd6\x7d\x31\xa3\x5d\x59\x5b\xc7\x54\xa6\x1d\x58\ \x7c\x06\x8e\xe4\x75\x47\x0c\xd6\x3d\x37\x3a\x15\x07\x44\xd2\xf1\ \x7c\xf8\xf0\xfe\x60\x18\xb2\xce\xea\x1a\x6b\xee\x18\x0c\x97\x91\ \x42\xb6\x03\x8b\x4f\xd3\x2a\x03\x47\x86\x96\xf5\x9e\x7b\x4e\x55\ \xfd\xda\x99\x3c\xdd\xe9\xf7\x17\xc7\x99\x58\x8b\xed\xf7\x21\x4d\ \x89\x4f\x3f\x49\x7e\xf7\xdd\xd7\x78\x89\x0d\xc3\x88\x72\x4f\xc4\ \x24\xc2\x64\x76\x51\x14\x4d\xb9\xe3\x57\x7e\xe5\x57\x38\x79\xf2\ \x24\x5b\x97\x2f\xf3\x23\x3f\xf2\xdf\xf1\xfe\x5f\xfc\x05\xee\xb9\ \xe7\x1e\x9f\x1e\x3b\x47\x74\xea\x14\x66\x79\xe5\x9a\x59\xd0\x57\ \x93\x69\x01\xc3\xc4\xed\xdb\x25\xb5\xdf\x4f\xd2\x39\xe7\xd7\x4c\ \x88\xbd\xeb\xbe\x60\xe5\x95\x64\x9f\xad\x7d\xe5\xcb\x3a\xae\x63\ \xd1\xe7\x1e\x44\x3c\x1f\xd9\x89\x31\xe6\x29\xd6\x5c\x60\x8d\xc5\ \xb8\x36\x13\x7d\x26\xeb\x14\x6b\x48\xf5\x0b\xbf\xe6\x2f\xb8\x33\ \x11\xc6\x50\xad\xae\xe2\x96\x96\x48\xbe\xf4\x30\xbb\xef\x7a\x27\ \xe2\x1a\x54\x27\xd7\x8a\x3e\xeb\x99\x07\xad\x35\x1f\xfc\xe0\x07\ \x39\x78\xf0\x20\x17\x2e\x5c\xe0\x03\x1f\xf8\x00\xdf\xf1\xee\x77\ \xf3\xe6\xaf\xff\x3a\xaa\xaa\xf2\xd3\xd1\x42\x80\xb5\x24\x0f\x3d\ \x4c\x79\xcb\x51\x6c\x9a\x7e\x55\x3b\x93\xba\xcc\xf5\xd2\x4f\xd1\ \xdb\xac\x63\xbf\xb3\x93\x76\xcd\xbf\xca\xce\xba\x83\x17\xc3\xfd\ \xbe\xf0\xb5\x9f\xaa\xa2\x3a\x74\x88\xf2\xd0\x21\x7a\x7f\xf5\xd7\ \x1e\xb2\xab\x9e\x1e\x0c\x51\x00\x51\x14\xf1\x87\x7f\xf8\x87\xfc\ \xcb\xf7\xbc\x87\xf7\xbd\xef\x7d\x7c\xe7\x77\x7e\x27\x77\xdc\x71\ \x07\x6f\x79\xcb\x5b\xf8\x9e\xef\xfe\x6e\xee\x0e\x99\x8e\x53\x0a\ \x7d\xfe\x3c\xdd\x8f\x7f\x9c\xec\xde\x7b\xb1\xbd\x1e\xa2\xa5\x53\ \x69\xad\xb5\xd6\x5a\xbb\x31\x9c\x89\x30\x86\x6a\x79\x99\xf1\x37\ \xbd\x83\xce\xe7\x3f\x4f\xfa\xc5\x2f\x3e\xed\x26\xb9\x8e\x22\x1e\ \x7d\xf4\x51\x7e\xee\xe7\x7e\x8e\xf7\xbe\xf7\xbd\x4c\x26\x63\xce\ \x9c\x39\xc3\x5b\xdf\xf6\x36\x3e\xf4\xe1\x0f\x61\x17\xd0\x3e\x4e\ \x6b\x06\x1f\xf9\x08\x7a\x67\x87\xd1\x3b\xde\xe1\xc5\xb5\xda\x08\ \xa8\xb5\xd6\x5a\x6b\xed\x79\xb1\x17\xa5\x01\x2f\xcb\x92\xdd\x7f\ \xf4\x8f\x58\xfe\xa5\x5f\x66\xe5\xb7\x7e\x9b\xd9\xeb\x5e\xe7\xcb\ \x52\x5f\xe1\xb2\xb7\xd6\xf2\xfa\xd7\xbf\x9e\x37\xbe\xe1\xf5\xbc\ \xf3\x9d\xef\x64\x65\x65\x85\x9f\xfa\xa9\x9f\x42\x29\xcd\xda\xda\ \x0a\x45\x59\xa2\x94\xc2\x45\x11\x7a\x7b\x9b\xe5\xdf\xfc\x00\xd9\ \xbd\xf7\x32\x7b\xdd\x6b\x91\x6d\x03\xaf\xb5\xd6\x5a\x6b\xed\xc6\ \x72\x26\x54\x15\xf9\x2b\x5e\xc1\xf6\x77\x7c\x07\xab\xbf\xf6\xeb\ \xec\x7e\xf3\x37\x33\x7e\xeb\x5b\xae\xd9\x3b\xa9\xcd\x39\x87\xb5\ \x96\x7f\xf5\x43\xff\x2d\x49\x92\x60\x8c\xe1\xf5\xaf\x7f\x90\x8b\ \x17\x2f\x70\xfc\xd1\x47\xf9\xe6\x77\xbd\x0b\x29\xa5\x6f\x35\x4a\ \xc5\xf2\x6f\xfd\x36\xe9\x43\xff\xc0\x99\x9f\xfe\x69\xaa\x95\x15\ \x64\x96\xb5\xab\xdd\x5a\x6b\xad\xb5\x76\x23\x39\x13\x11\x32\x90\ \xad\xef\xf9\x6e\x7a\x7f\xf9\x97\x1c\xf8\xe9\x9f\x26\x7f\xc5\x5d\ \x14\x47\x8f\x22\xa7\xd3\xeb\x7f\x9d\x10\xf4\xfb\xfd\xc6\xb9\x00\ \x7c\xeb\xb7\x7e\x2b\xa6\x86\x16\x0b\x81\xed\x76\xe9\x7d\xf4\xef\ \x58\xff\xf9\x9f\x67\xf4\xce\x77\x32\x7a\xd7\xbb\xda\xac\xa4\xb5\ \xd6\x5a\x6b\xed\x46\x74\x26\x9d\xb4\x43\x3f\x8e\xb1\xaf\x78\x05\ \x93\x9f\xfa\x49\x56\xbf\xff\xfb\x39\xf2\x3f\xfe\x4f\x3c\xf9\xef\ \xfe\x2d\xe2\xd6\x5b\x89\x9d\x6b\x1c\xce\xd3\x72\x4e\x42\x60\x81\ \x4c\x08\xd2\x4f\x7c\x9c\x5b\x7e\xec\xbd\x88\x63\xc7\x98\xfc\xf8\ \xff\x46\x77\x6d\x1d\x51\xb6\x90\xd2\xe7\xdb\xe2\x38\xa6\xdb\xed\ \x5e\x13\x84\xea\x9c\x23\x8a\x22\x7a\xbd\xde\x57\xe4\xdf\x6a\xed\ \xe5\x65\x9d\x4e\xd7\x97\x96\xaf\x71\x5e\xa5\x14\x74\xbb\xdd\x79\ \xb0\xd7\xda\x0d\x61\xbd\x7e\x9f\x24\x49\xae\x5a\xf3\x17\xd4\x99\ \xd4\x62\x56\xbf\xfb\x7b\xbf\xcb\xee\xf6\x36\x65\x55\x52\x26\x29\ \x47\xef\xbb\x87\x7f\xf1\x17\x7f\xc1\x2d\xdf\xf7\xfd\xfc\xee\x9b\ \xdf\xcc\xdf\x2e\x0f\xc0\x3a\xb4\xb3\x61\x62\xfb\xfa\x66\x84\xa0\ \x94\x92\xae\x73\xbc\xf3\xc2\x45\xbe\xe9\xc3\x1f\xe6\xd1\x8b\x9b\ \xfc\xda\x7f\xf1\x6d\x8c\xff\xd3\xef\xa0\xb2\x6b\xc8\x81\xb6\xb6\ \xef\x26\xa5\x64\x34\xda\x45\xcb\xab\x29\xc5\xe3\x38\xe6\x73\x9f\ \xfb\x2c\x5f\xfa\xf2\xc3\xec\x6c\x6f\x5f\x77\x8e\xa4\xb5\x97\x61\ \x34\xaa\x14\x67\xce\x3c\x49\x14\xed\xbd\x4a\x94\x52\xec\xec\x8c\ \xf8\xbf\x7f\xfd\xd7\xd9\xdc\xbc\xe8\x75\xdc\xdb\x09\xf6\x1b\x63\ \xcd\xb5\xe6\xf4\xe9\x53\xc4\xf1\x5e\x87\xf2\x82\x67\x26\xce\x39\ \x3e\xf9\x89\x8f\x73\xea\xe4\x49\xb2\x59\x06\x52\x60\x3b\x1d\x4e\ \xde\x77\x2f\x3f\x7c\xfc\x38\xdf\xfc\xd0\x43\xcc\x7a\x5d\xfe\xbf\ \x8d\x75\x1e\x1b\xf4\x99\x49\x89\xb6\x16\xe9\x1c\xd2\x79\xb6\x7d\ \x27\xc0\x48\x89\x11\x82\xa5\xaa\xe2\xbe\xdd\x5d\x6b\x6b\x92\x50\ \x00\x00\x20\x00\x49\x44\x41\x54\xde\x75\xee\x02\x6f\x2a\x2b\x3e\ \xba\x34\xe0\xdf\x3f\x70\x1f\x7f\x7f\xe2\x71\xf4\xc3\x0f\xb5\x1b\ \xf8\x05\x5c\x57\xa5\x14\x69\xa7\x43\x74\x05\x3a\x2f\x8a\x22\x4e\ \x9c\x38\xc1\xd9\xb3\x67\xd8\xbc\x78\xb1\xe5\xd7\xba\xc1\xd6\x3d\ \x4d\x53\x06\x83\x25\xcf\xa1\xb5\x10\x5c\x4c\xa7\x53\xfe\xe6\x6f\ \xfe\x9a\x53\x27\x9f\x68\x86\x13\x5b\xbb\x31\xd6\xdc\x57\x1a\xfa\ \xe8\x28\x6a\x1c\x8a\xd8\xdd\xd9\x1e\x01\xfd\xfd\x2f\x7b\x44\xfc\ \xc9\x07\xff\x88\xff\xe7\x37\x7e\x93\x24\x49\xae\xca\x50\xca\xb2\ \xf4\x1b\x0c\x3f\x50\x97\x4b\xc9\xe1\xe9\x94\x7f\xfa\xe8\x63\xbc\ \xfd\xf1\x13\x14\xc6\xf0\xf0\xea\x0a\x9f\x39\x74\x88\x53\xcb\xcb\ \x5c\xe8\xf5\x18\xa5\x09\xd2\x39\x96\xb3\x8c\x83\xa3\x11\xb7\x6e\ \x5d\xe6\x0d\xe7\xce\x73\xc7\xce\x2e\xa3\x6e\x87\x3f\x7a\xc5\x9d\ \xfc\xc9\xd1\xa3\xec\xc6\x31\x49\x3b\x53\xf2\xe2\x6c\x34\xb8\x6a\ \xbd\x17\x37\x61\x51\x14\x6d\x9e\x78\x03\xae\xb9\xd6\x1a\xad\xf5\ \x55\x59\xa9\x10\x82\xa2\x28\xb0\xd6\xb6\xeb\x7e\x83\x99\x10\x82\ \x78\xa1\xdc\xf5\xe2\x70\x73\x05\xcf\xb6\x18\xc1\xa6\xc0\x76\x9a\ \xf2\x6b\x2b\x2b\x7c\xe4\xf6\xdb\xf8\x9a\x53\xa7\x79\xe3\xe9\x27\ \xb9\xfb\xf8\xa3\xa4\x55\x85\xb2\x76\x0e\x1d\x16\x82\x52\x29\x32\ \xa5\xb8\xd0\xef\xf3\x9b\xaf\x7d\x0d\x9f\x3c\x7a\x84\xf3\x83\x01\ \x0a\x18\x5a\xdb\x92\x8c\xbe\xc8\x91\xcb\xf5\x36\x5f\x9a\xa6\xed\ \x03\xfa\x2a\x5a\x77\xe7\x1c\x71\x2b\x99\xfd\x55\xb1\xe6\xfa\xa5\ \xb4\xf1\xb4\x31\x38\xe0\xc4\xea\x2a\xc7\xd7\xd7\xf9\x83\x7b\xef\ \x61\x63\x32\x61\x65\x3a\xa3\x57\x16\xe8\xc0\x2e\x58\x68\xc5\x28\ \x4e\xb8\xdc\xed\x70\xa1\xdf\x67\x1a\x45\x44\xd6\xa2\x43\xa6\xd3\ \xe6\x24\x2f\x3f\x47\xd3\x5a\xbb\xe6\xad\xbd\xbc\x4d\xbf\x14\x37\ \x97\x32\x06\x65\x0c\x13\xad\xd9\x5d\x59\xc1\xac\xae\xe2\x16\xe4\ \x5a\x05\xf8\x1e\x8a\xb5\x68\xe7\x48\x16\x84\xaf\xda\x6d\xfb\xa2\ \xdd\x18\x0d\x19\xe7\xf5\xd6\xdc\x93\x77\xb6\xc5\x8e\x1b\xcd\x51\ \x3c\x55\x0f\xac\x6d\xbc\xdf\x98\x6b\x2e\xae\x71\xd6\x5f\x14\x67\ \x12\x3f\x95\xd4\xee\x33\xb1\x16\x66\xfa\x92\xdb\x64\x55\x55\x5d\ \x3b\xeb\xd4\xba\x85\x05\xdf\xa0\x56\xeb\x0b\x5d\x69\x42\x08\xe2\ \xb6\xac\x79\x43\x9a\xb5\x16\x63\xcc\x8b\x57\xe6\xaa\x19\x7f\x7f\ \xf0\x07\xdf\x43\xa7\xdb\xbd\xe6\x06\x6c\xed\xe5\x69\x51\x14\x71\ \xe6\xcc\x19\x7e\xfe\x7d\xff\x91\x6e\xb7\xb7\xe7\xff\x66\xb3\x19\ \xdf\xf6\x6d\xdf\xce\xd7\x7d\xfd\xd7\x33\x9b\xcd\xda\x87\x75\x03\ \x59\x92\x24\xbc\xff\xfd\xbf\xc8\xa9\x93\x27\xe9\x74\x3a\xcd\xe5\ \x52\x96\x25\x87\x0f\x1f\xe6\xfb\xbe\xff\x5f\xb4\x5a\x24\x37\x98\ \x75\x3a\x1d\x3e\xf6\xb1\x8f\xf1\x3b\xbf\xfd\x5b\x2c\x0d\x87\x2f\ \x6e\x03\x3e\x8e\x63\x92\x24\x69\x9d\xc9\x0d\x64\x71\x9c\x20\x80\ \xc7\x1f\x7f\x9c\xa3\x37\x1f\x65\x79\x65\x65\xcf\xfa\x6a\xad\x49\ \xd3\xb4\x5d\xf3\x1b\xf0\x62\xb9\x70\xee\x1c\x67\x9e\x7c\x92\x63\ \xb7\xdd\x8e\x52\xf3\x39\xa3\x1a\x70\xd1\x42\xc1\x6f\xbc\x35\x2f\ \xf2\x8c\x13\x27\x1e\xe3\xae\xbb\xee\xa6\xd3\xed\xfa\x44\xe1\xc5\ \x2a\x87\xd4\xbf\x5a\xbb\x31\xcc\x39\x8b\xb5\x96\x22\xcf\x29\xae\ \x21\x62\x55\x73\xab\xb5\x6b\x7e\xa3\xad\xbb\x57\x3e\xf5\x72\xd9\ \x96\x2b\x89\xc8\xdb\x35\xbf\x31\xd7\xdc\x18\x43\x9e\xe7\x94\x65\ \x49\x37\x0c\xa3\xb7\x21\x43\x6b\xfb\x6a\xe2\x29\x9a\xf0\xad\xb5\ \x6b\xde\xda\x8d\xbb\xee\xad\x33\x69\xad\xb5\xd6\x5a\x6b\xed\x39\ \x5b\xeb\x4c\x5a\x6b\xad\xb5\xd6\x5a\x6b\x9d\x49\x6b\xad\xb5\xd6\ \x5a\x6b\xad\x33\x69\xad\xb5\xd6\x5a\x6b\xad\x75\x26\xad\xb5\xd6\ \x5a\x6b\xad\xb5\xd6\x3a\x93\xd6\x5a\x6b\xad\xb5\xd6\x5a\x67\xd2\ \x5a\x6b\xad\xb5\xd6\x5a\xeb\x4c\x5a\x6b\xad\xb5\xd6\x5a\x6b\x9d\ \x49\x6b\xad\xb5\xd6\x5a\x6b\xad\xb5\xce\xa4\xb5\xd6\x5a\x6b\xad\ \xb5\xd6\x99\xb4\xd6\x5a\x6b\xad\xb5\xd6\x3a\x93\xd6\x5a\x6b\xad\ \xb5\xd6\x5a\x67\xd2\x5a\x6b\xad\xb5\xd6\x5a\x6b\xad\x33\x69\xad\ \xb5\xd6\x5a\x6b\x6d\x9f\x4c\xbf\x94\xde\x8c\x52\x8a\x28\x8a\x16\ \xfe\xc5\x05\x69\x71\xd1\xe8\x22\x48\x29\x11\x81\x3f\xdf\x39\x87\ \x14\x12\xc4\x5e\x5d\xf9\x67\x43\x87\xed\xf0\xda\xf2\xcf\xc6\xac\ \x73\x38\x6b\x11\x52\x22\x5f\x20\x2a\xee\xfa\xd3\x3a\xe7\x9a\xf7\ \x6d\x9d\xdb\xfb\xf3\xc5\xc2\x0b\x85\xb8\xe6\xe7\x7b\xda\xba\xec\ \x42\xe0\xac\x43\x08\x28\x8a\x62\x5f\x45\xae\x94\x92\x18\x63\x91\ \x52\xe0\x9c\xd7\xc0\x10\x42\x10\x45\x11\x52\x4a\xaa\xaa\xa2\xaa\ \x2a\x94\x56\x38\xbb\x57\x0b\x27\x8e\x63\xa4\x94\x8d\xc6\x42\x55\ \x55\x28\xa5\x9a\x7f\xab\xf7\x4d\xbd\x87\x10\xe0\xac\x6b\x1e\xcf\ \x9e\xe7\x29\x40\x20\x9a\xaf\xad\x7f\x46\x23\xf6\x54\xef\x93\x85\ \xe7\x55\xd3\x70\x4b\x25\xb1\xc6\xee\xd1\xef\xa8\x5f\x77\xa5\x9e\ \x47\xbd\x7f\x85\x10\x0b\xc2\x51\xf3\xbd\x2e\x84\xc0\x18\xe3\xa3\ \x3d\x29\x1b\xb9\x63\xe7\x1c\x08\x50\x52\x81\x00\x6b\x2c\x42\x0a\ \xac\xb1\xcd\xf7\xad\xcf\x47\xfd\xb5\xd7\x3b\x37\x20\x1a\x69\xf6\ \x45\x09\x56\xad\x15\xd6\x3a\xc0\x21\xa5\x6a\xde\x7b\xfd\x9a\x7d\ \x8b\x62\xa5\x44\x2b\x85\xb1\x06\x1c\x48\xa5\x50\x4a\x02\x62\xfe\ \xbc\xc2\x7b\x35\xd6\x84\x67\x03\x4a\x69\x94\x94\x38\xc0\x5a\x13\ \x9e\xa3\x0c\x2f\xb7\x54\x95\x41\xd4\xcf\x18\x07\x0e\xcc\xc2\x1e\ \xa8\xbf\xaf\x5f\x7c\xd1\x3c\xb3\x7a\xaf\x2c\x9e\x8b\xf9\xfa\xfa\ \xd7\x4a\x29\x10\xc2\x3f\x53\xad\x15\x55\x65\x9a\x9b\xc3\x86\xf7\ \x18\x8e\x4a\xb3\xbb\xea\xf3\x59\xff\x6c\x21\xe7\x6b\xee\x9c\xc3\ \x1a\x8b\x54\xca\xbf\x46\x0a\x94\x54\xfe\x7d\x23\xfc\x59\xbe\x62\ \x93\xba\x85\xbd\x72\xe5\x1e\x14\xf5\xde\x5e\xa0\x86\xbf\xf2\x5e\ \x9c\xef\x69\x0b\xae\x7e\x4e\xfe\x99\xd4\x7f\xae\xdf\xb3\x75\x96\ \xb2\xac\x5e\x7e\xce\x44\x4a\xc9\xf6\xf6\x0e\x67\xcf\x9e\x41\x4a\ \x85\x10\x20\x84\x44\x08\xb0\xd6\xd1\xe9\x74\x88\xa2\x88\xd9\x6c\ \x4a\x55\x56\x48\x2d\x88\xe3\x98\xc9\x64\x82\x40\xa0\xa3\x08\x29\ \x04\xc6\x58\xf2\xbc\x40\x69\x85\x14\x12\xe7\x2c\x02\x87\xa8\x0f\ \xad\x5b\xd8\x2c\x42\x20\xfc\x0d\xe2\x7f\xaf\x97\xca\x85\x17\xd6\ \x0f\x7f\xcf\xc2\x2d\xdc\xcf\xf8\xc5\x4b\x92\x98\x38\x89\xc9\x66\ \x19\x79\x9e\x87\xaf\x6b\x76\x15\x7b\xbe\xc1\xc2\x37\x12\xf5\x05\ \x1f\x7e\xf4\x9e\x4b\x67\xcf\x45\xb6\xa8\x1b\xe0\x17\x3a\xd2\x1a\ \x63\x0d\x69\x92\x62\x8c\xc1\x58\x4b\xb7\xdb\x25\xcb\xb2\xe6\x52\ \x72\xce\x6f\xcb\x7a\xb3\x38\x1c\x02\xd1\x1c\x1a\x21\x45\xf3\xcc\ \xc0\x1f\x5a\x21\x84\x7f\x6e\x61\xe7\xd6\x17\x98\x35\x96\x38\x8e\ \x31\xd6\x70\xe4\xc8\xcd\xf4\x7a\xbd\x7d\x71\x28\xd6\x5a\x46\xa3\ \x31\x4b\x4b\x4b\x4c\x26\x53\xb4\x56\xf4\x7a\x7d\xca\xb2\xe4\xe4\ \xc9\x53\x94\x45\xc1\xca\xca\x0a\x6b\x6b\x6b\x5c\xb8\x70\x91\xb5\ \xb5\x35\x2a\x5b\xa1\x94\x26\x49\x62\x4e\x9e\x3c\xc9\x68\x34\x22\ \xd2\x11\x4b\x4b\x4b\xac\xae\xad\xb1\xbb\xbb\x4b\x51\x16\x28\x29\ \x49\x92\x84\x24\xf6\xaa\x9e\x71\x12\xe3\x9c\x23\x8a\x22\x7f\x90\ \x17\x9c\x84\x5f\x58\x7f\x79\x4d\x27\x13\xe2\x38\x46\x47\xb1\xdf\ \x1b\x52\xfa\x25\xaa\x9d\x52\x08\x1e\x8c\x31\x58\x6b\xa9\xca\x8a\ \xd1\xe5\x11\xbd\x5e\x8f\x7e\x7f\x10\x9c\xe2\xfc\x72\x12\x21\xe0\ \x59\x74\xfa\x22\x5c\x40\xb3\x59\x16\x9c\x91\x42\x49\x49\x5e\xe4\ \x98\xca\xb0\xb4\x34\x40\x29\xc5\x64\x3c\xe6\xd2\xe6\xa6\x7f\xff\ \x71\x8c\x03\x26\xe3\x09\x95\xa9\xe8\xf7\xfa\x64\x79\x46\xbf\xdf\ \xf7\x0e\xde\x58\x8c\x35\x14\x45\x81\x10\x82\xd9\x6c\x4a\x9a\xa6\ \x28\xa5\xc9\x83\x68\x59\x92\xc4\x68\xad\xa9\x2a\xd3\xbc\xbf\x6e\ \xb7\xcb\xf2\xf2\x32\x71\x1c\x73\xf6\xcc\x25\xa2\x38\x26\x8a\x34\ \x5b\x5b\x5b\xa4\x69\x87\xaa\xaa\xe8\x0f\xfa\xac\x2c\x2f\xef\xcb\ \x9a\x0b\x21\x18\x4f\xa7\x6c\x5d\xde\x66\xb8\xb4\x84\x40\xb0\xb3\ \xb3\xc3\x74\x3a\xc5\x39\x87\x52\xca\xbf\xd7\x34\x25\x8e\x23\x86\ \xc3\x65\xef\x18\x8d\x61\x7b\xfb\x32\xd3\xe9\x14\x01\xf4\x07\x03\ \x84\x90\x7e\xad\xc3\x7e\x58\x5d\x5d\xc3\x98\x8a\xa2\x28\x11\x02\ \xa4\x54\xf4\x7a\x5d\x62\xad\x82\x53\xf1\x77\x4d\xbd\xd6\x59\x96\ \x31\x09\xeb\xdd\xed\xf6\xea\x6d\x10\x1c\x1b\x18\xe3\x1d\x94\x94\ \x82\xd1\x68\x44\x51\x14\x0c\x87\x43\xce\x9c\x39\xc7\xca\xca\x4a\ \xf3\x9a\xc1\xa0\x3f\x3f\x4f\xd6\x36\x41\x4d\xed\x1c\xf2\xa2\x44\ \x49\x49\x59\x56\xec\x8e\x26\x20\x20\x4d\x53\xba\xdd\x94\xad\x4b\ \x97\xb1\xd6\x92\x17\x05\xe3\xf1\x88\x24\x8e\xfd\xdf\xf3\x7c\xe1\ \xc2\xf7\x7b\x46\x29\x15\x7e\x8e\x6c\x82\x84\xa2\x28\xc2\x5e\x34\ \x44\x71\x84\x35\xfe\xe7\xb3\xe8\xa0\x6a\x47\x2b\x05\x08\x41\x9c\ \xa4\x68\xa5\x28\x8a\x12\xf0\x67\xa2\xaa\x2a\xa4\x94\xc4\x51\x1c\ \xf6\x5b\xc2\x81\x8d\xd5\xa7\x1d\x9c\xbf\x64\x9c\x49\xb7\xd7\xe5\ \x4f\x3f\xfc\xa7\xfc\x9b\x1f\xfb\x37\xf4\x7a\x7d\x10\xa0\x43\x84\ \x59\x19\xc3\x83\xaf\x7b\x1d\x69\x9a\xf2\x89\x4f\x7c\x82\xb2\x2a\ \x89\x12\xb8\xed\x8e\x63\x5c\xbe\xbc\xcb\xc5\x0b\x17\x31\xd6\x72\ \xe8\xe0\x4d\xa4\x49\x97\x13\x27\x9e\x60\x73\x73\x8b\x7e\x7f\x80\ \x12\x16\x25\x0d\x5a\x6a\x6c\x88\x5e\xeb\xea\x9e\x77\x56\xb2\xd9\ \xe0\xd6\x5a\xa4\x90\x3e\x5a\x0a\x99\x92\xb5\x76\x4f\xa4\x5a\x5f\ \x26\x65\x69\x89\xb5\xc4\x96\x05\xb7\x1d\x3b\xca\x6b\x5e\xf5\x2a\ \x1e\x7b\xfc\x71\x8e\x1f\x3f\x4e\x9c\x76\x70\x32\x22\x2f\x4a\x8c\ \xb3\x38\xaa\xc6\x99\x59\x6b\xfd\x86\x10\x02\x25\x25\x08\xd1\x44\ \x58\xb1\xd4\xc8\xe0\xbb\xea\x88\xb2\x89\x50\xc3\x82\x1a\x6b\xd1\ \xce\x60\xf3\x8c\x6e\xbf\xcf\xc1\x8d\x0d\x2e\x6c\x6d\x31\x18\x2c\ \x31\x5c\x5a\xe1\xf8\x63\xc7\xa9\x8c\x45\x49\x45\x5e\x96\x48\xad\ \x31\x42\x60\x8d\x69\xde\x7f\x55\x55\x08\x21\x48\x92\x84\x6e\xa7\ \xc3\x68\x34\x42\x47\x1a\x63\x0a\x1f\xa1\x48\x89\x31\x06\x29\x25\ \x65\x51\x90\xe5\x39\x69\x92\xb0\x34\x1c\x92\xe7\x19\xff\xe1\xff\ \xfc\xbf\x78\xed\xeb\x1e\x7c\xce\x7a\xee\x42\x08\xca\xb2\xe4\x91\ \xe3\x8f\x72\xdf\x7d\x0f\xb0\xbd\x33\x62\x63\x63\x83\xb5\xd5\x0d\ \xce\x5f\xb8\xc0\x07\xff\xe0\x8f\xf9\xe0\x1f\xfe\x11\xff\xe4\x9f\ \xfe\x13\x7e\xf4\x5f\xff\x6b\x1e\x7b\xe4\x09\x3e\xf5\xc9\xcf\xf3\ \x96\xb7\x7e\x03\x47\x0e\x1f\xe6\x4b\x5f\x7e\x88\x1f\xff\xf1\xff\ \x95\x27\x9e\x78\x82\xaf\xff\xba\x37\xf3\xcf\xfe\xd9\xbb\xb9\xff\ \xbe\xd7\xf0\xc5\xcf\x7f\x98\x3f\xfc\x93\x3f\xe0\xcd\xdf\xf0\x75\ \xdc\x7f\xcf\xbd\xc4\x2a\xe2\xe4\x89\x27\xb8\xef\xfe\xfb\x31\x95\ \x61\x63\xfd\x00\x71\x1c\x83\x96\xcd\xda\x4a\x04\x18\x8b\xad\x2a\ \x3e\xf9\x89\x4f\x72\xf0\xb6\xdb\x59\x3f\x74\x10\x63\x0d\x4a\x6b\ \x9c\x04\x67\xfd\x73\xad\x2f\xbd\xd9\x64\xca\x64\x32\xe5\x53\x9f\ \xfa\x24\x5f\x7e\xf8\x61\xde\xf6\xb6\xb7\x71\x70\xed\x00\xc3\xe1\ \x10\x9d\xc6\xe4\x45\x81\x52\x8a\x38\x8e\xf7\x64\x23\x65\x59\xa1\ \xb5\x62\x36\x9b\xf1\xa9\x4f\x7f\x8e\xcd\xcd\x4b\xf4\x7a\x3d\x70\ \x16\x21\xe0\xd4\xc9\x93\xfc\x37\xdf\xf9\x5f\x33\xde\xdd\xe5\x73\ \x9f\xfe\x0c\x9f\xf8\xc4\xc7\xc3\x7a\xf9\x8b\xfd\x13\x9f\xf8\x04\ \xd3\xe9\x94\xfb\xef\xbf\x9f\xd1\x68\xc4\x9b\xde\xf4\x26\x56\x57\ \x57\x39\x7e\xfc\x38\x1f\xfd\xe8\x47\xd9\x1d\xed\x32\x9e\x8e\xf9\ \xf4\xa7\x3f\xcb\x03\x0f\xdc\xc7\xf2\xf2\x32\x67\xce\x9c\xe1\xd1\ \xc7\x4e\x70\xf0\xc0\x3a\x37\xdf\x7c\x33\xdb\xdb\xdb\xec\xee\xee\ \x02\x96\x57\xbf\xfa\x35\xbc\xfa\xd5\xaf\x65\x30\xe8\xf1\xb7\x7f\ \xf3\x71\xd6\xd6\x56\x59\x5b\x5b\x67\x6b\xeb\x32\xc3\xe1\x90\x6e\ \xb7\xcf\x83\x0f\xbe\x96\x37\x7e\xed\x83\xd8\xe2\xb9\x3b\x93\x24\ \x8e\xf8\xf0\xdf\x7e\x9c\x0f\xfd\xe5\xdf\xf0\x9a\xfb\x1f\x60\xa9\ \x3f\xe0\xf4\x89\x27\xf8\xad\x0f\x7c\x80\x9d\x9d\x5d\xee\xbc\xeb\ \x4e\x5e\xf9\xea\x57\xb3\xbd\xbb\xc3\xc6\xc6\x01\xee\xbe\xe7\x5e\ \x56\x96\x97\xc9\xb3\x09\xff\xef\x6f\xfc\x06\x9f\xfc\xd8\x47\x89\ \xe3\x84\x37\x7e\xcd\xd7\xf2\xe0\x1b\xdf\xc8\x97\x1e\x39\xce\x99\ \xf3\x17\x38\x76\xeb\xad\xbc\xf3\x9d\xdf\x84\x73\x70\xe9\xd2\x25\ \xee\xbb\xef\x1e\x3a\x49\xc2\x4d\xb7\xde\xc9\x81\x95\x1e\x97\x77\ \xc6\x28\xa5\xe8\xf5\x3a\xd8\xa2\xc4\x18\xc3\xe3\x8f\x3f\xce\x17\ \xbe\xf8\x10\x87\x0f\x1f\xe6\x75\xaf\x3b\x4a\x1c\x27\x00\xf4\xfa\ \x5d\x94\x14\x14\x85\xe1\xc2\xf9\x4d\xb6\xb6\x2e\x51\x14\x8e\x53\ \xa7\xce\x73\xfa\xf4\x79\xfe\xea\xaf\xfe\x9a\x37\xbe\xf1\x0d\xdc\ \x77\xdf\x7d\xf4\xfb\x03\x6e\xbd\xf5\x76\x9c\x00\x6b\x0c\x45\x59\ \x61\x85\x25\x8e\x35\x52\x6a\x90\x82\xd1\x74\xc6\x6c\x52\xf0\x85\ \x8f\x7f\x8a\xc7\x1e\x3f\x41\x5e\x14\xa4\x69\xca\x3b\xde\xf1\x16\ \xce\x5c\x9e\x12\x69\xcd\xf1\xe3\x8f\xf3\x57\x7f\xf1\xe7\x14\x59\ \x46\x36\xcb\x38\x7b\xf6\x34\xf9\x2c\x07\xeb\x23\x9e\xfa\x3e\x3a\ \x70\xe0\x20\x71\x1c\x05\x67\x98\x33\x9d\x4e\xf9\xf2\x97\x1f\xa2\ \x32\x05\x47\x8e\x1c\x66\x36\x9b\x71\xe1\xc2\x05\x00\x96\x97\x97\ \xe9\xf5\x7a\xec\xec\xec\x30\x1e\x8f\x59\x5f\x5f\xa7\xbb\xbc\xcc\ \xc1\xa3\x47\x31\x65\xc5\x64\x3c\xa5\xd3\xe9\x60\x2a\xc3\xe5\x4b\ \xdb\x74\xbb\x5d\x92\x38\x41\x49\xcd\x2d\xb7\xde\xc2\x8f\xff\xd8\ \x8f\x90\xa6\x4f\x4f\x62\xfd\x25\xe3\x4c\x9c\xf5\x29\x76\xbf\xdb\ \x23\x4d\x13\x4c\x55\xf9\xa8\xd8\x5a\x62\xad\x39\x73\xfa\x49\xaa\ \xaa\xa2\x2c\x0a\x04\x90\xcd\x0a\x8e\x7f\xf9\x31\x8e\xde\x7c\x94\ \x3b\x6f\xbf\x93\xe3\x8f\x1e\xe7\xdc\xd9\xb3\xbc\xfa\x95\xaf\xe5\ \x6b\xbf\xe6\x8d\x7c\xea\x93\x9f\x66\x7b\x67\x07\x15\x29\x94\x52\ \x38\x07\x51\xa4\xe9\x74\x3a\x48\xa9\x9b\x88\x7f\x31\x8f\x94\x52\ \xa2\xb5\xa6\x2c\xcb\x3d\xe9\xa3\xd6\x7a\x6f\xa4\x89\xa0\x72\xa0\ \x05\xe4\xd3\x09\xd3\xe9\x0c\x07\x6c\x6c\x6c\x70\xea\xf4\x69\xb2\ \x3c\x43\xc5\xbe\xac\x20\x1d\x08\x27\x10\xb6\x8e\xc4\x41\x86\x7c\ \x41\x48\xc2\x7b\xf3\x19\x94\xad\x2a\x6c\xc8\x42\x6a\xe7\x15\xc7\ \x31\x65\x59\x52\x86\xa8\x01\xa0\xb2\x96\xa2\x2c\xb9\x65\x7d\x9d\ \xdd\xf1\x84\x5e\xaf\xcf\xcd\x47\x8f\x72\xfc\xcb\x8f\x22\x84\xcf\ \xd8\xa4\xd2\xe8\x38\x46\x46\x31\x42\xf9\x4b\x33\x8a\xa2\xa6\x04\ \x54\x7f\xbe\x4e\xa7\x43\x7f\x34\x22\x8a\x22\xb4\xf6\x69\xbc\x94\ \x12\x63\x2a\xac\x75\x4c\xa7\x53\xa4\xf4\x65\x97\x24\x49\x99\x4c\ \xc6\xfe\x02\xde\x8f\x35\x77\x0e\xad\x35\x37\xdd\x74\x13\x42\xc0\ \x2d\xb7\xdc\xc2\x70\x38\x64\x73\x73\x93\xe3\xc7\x1f\xc1\x58\x43\ \x7f\xd0\x67\x7b\x7b\x9b\x87\xbf\xf4\x30\x4a\xf9\x12\xc3\x47\x3e\ \xf2\x11\xbe\xfb\x7b\xbe\x8b\xf3\xe7\xcf\x11\x45\x9a\x7e\xbf\xcf\ \x1b\xde\xf0\x06\x36\x36\x36\xb0\xae\x62\x7d\x63\x83\x95\x95\x15\ \x4e\x3c\xfe\x38\x93\xdd\x11\x0f\xdc\x73\x2f\xbb\xa3\x11\xe7\xcf\ \x9d\x63\x79\x65\x99\xd9\x74\x4a\x14\xc7\xa8\x85\xe7\x5c\x0b\xce\ \x2a\xad\x59\x59\x59\x21\xcb\x33\x84\x12\x54\x45\x45\x65\x0d\x3a\ \x8e\x90\x08\x8a\xa2\x20\xcf\x73\x92\x24\x21\x4d\x53\x3a\x9d\x8e\ \x77\x6c\x0f\x3d\x44\x7f\x69\xe0\x83\x85\x38\xa2\x2c\x4b\xa4\x94\ \x7b\x4b\x1a\xa1\x7c\x27\xe5\xbc\x04\xa1\x94\xe4\xcc\x93\x67\xe8\ \xa4\x29\xc7\x6e\xbb\x95\x3c\x9b\xf2\x99\x4f\x7f\x9a\xd7\xbc\xfa\ \x55\x98\x32\xa7\xdb\xed\x70\xec\xd8\x31\x00\x3e\xf4\xa1\x0f\xb3\ \xbc\xbc\xc2\x83\x0f\x3e\xc8\x89\x13\x27\x98\x4e\xa7\x0c\x87\x43\ \xca\xb2\x64\x69\x69\x89\xfb\xef\xbf\x9f\x4f\x7f\xea\xd3\xbc\xe2\ \x15\xaf\xe0\xa1\x2f\x3d\x44\x92\x44\x58\xeb\x4b\x6f\x2b\x2b\x2b\ \x74\xd2\x33\x44\x51\xc4\xcd\x37\xdf\x4c\x1c\xc7\x21\x12\x85\x0b\ \x17\x2e\xf0\xd9\xcf\x7e\x96\xa2\xc8\xb1\x16\xc6\xe3\x11\xd3\xe9\ \x8c\x37\xbf\xf9\x1b\xb8\x78\xf1\x22\x9d\x4e\x8f\x34\x4d\x61\x9f\ \xe4\x77\x85\x90\x8c\xc7\x23\x8a\x3c\x67\x96\xcd\x48\x75\xc4\x60\ \xd0\xe7\xc0\x81\x03\x64\x59\xc6\x4d\x37\xdd\xc4\xdb\xdf\xfe\x36\ \x1e\x7f\xe2\x04\x8f\x1c\x3f\xce\x64\x32\xe6\xde\x7b\x5e\xc1\x27\ \x3f\xfe\x31\xce\x9c\x7d\x92\x5e\xaf\xc7\x6d\xb7\xdd\xc6\x1d\x77\ \xde\xc1\xbb\xde\xf5\x2e\x4a\x63\x78\xec\xc4\x13\x74\x3a\x29\x8f\ \x3d\xf6\x18\xc3\xe5\x65\x2e\x5e\x38\x47\xfa\xda\x57\x33\x99\x8c\ \x79\xec\xf8\x23\x24\xf7\xdd\x83\xd2\x9a\x38\x94\xd1\x95\xf6\xf7\ \xc2\xda\xda\x1a\xdd\x6e\x17\xad\x75\x28\x29\xfa\x35\xab\x4a\x83\ \x55\x02\xad\x15\x83\x41\x9f\xf1\x78\x44\xa7\xd3\xa1\x2c\x4b\xbe\ \xf0\x85\x2f\xe0\x9c\x25\xcb\x32\xa4\x94\xac\xae\xae\x51\x14\x25\ \x79\x51\xe0\xf0\x95\x8a\x6e\xa7\x83\xc5\x61\x8c\xc5\x54\x8e\x5e\ \x92\x72\xf1\xfc\x25\x4e\x9e\x7c\x02\x25\x25\x5a\x2b\x10\x8e\xbf\ \xf8\x8b\xbf\x26\xd6\x11\x5f\xff\xf5\x6f\x62\x38\xe8\xb1\x75\xf1\ \x3c\x1f\xfb\xbb\x8f\xa2\xb5\xe0\x81\x07\x1e\x60\xe7\xf2\x0e\xa7\ \x4e\x9e\x22\xd2\x11\xcb\x2b\x2b\xcc\x66\x53\x5e\xfd\xea\x57\x71\ \xfe\xfc\x79\x76\x77\x77\x39\x77\xee\x1c\xcb\xcb\x2b\x2c\x0d\x87\ \xcc\x66\xfe\x6c\x26\x49\xc2\x60\x30\xa0\xaa\x2a\xba\xdd\x6e\x73\ \xe6\xfb\xfd\x3e\xab\x6b\xab\x1c\x3c\x72\x33\xc3\xd5\x35\x9e\x38\ \x71\x02\xe1\x1c\xbd\xb4\xc3\xa5\xad\x2d\x7a\x7d\x7f\xf7\x0a\xa9\ \x58\x5b\x5b\xe7\xe6\x5b\x6e\x46\x2a\xf1\xb4\xd7\xfd\x25\xe3\x4c\ \x84\x10\x98\xd2\x90\x4d\xa6\xa8\x50\x13\x90\x21\xbd\x2b\x8b\x8a\ \xad\x8b\x9b\x14\x45\x81\x94\x92\xb4\x93\x90\x97\xa0\x50\x3c\x79\ \xf2\x0c\x77\xde\x79\x17\xf7\xdc\x79\x37\x27\x4f\x9e\xe2\xc9\x53\ \x4f\x70\xe7\x9d\x77\xf2\x86\x07\x5f\xc3\xf1\xe3\x8f\xb1\xbb\xbb\ \x4d\x9c\x68\xe2\x28\xa1\xaa\x2a\x8c\xb1\x28\xa5\x43\x29\xc2\x97\ \xa3\x16\xb3\x0e\xad\x35\x5a\x6b\xa2\x28\x22\x49\x12\x5f\x42\x0a\ \x51\xbd\xff\x65\x91\x52\x21\x75\x8c\x74\x16\xb5\x34\x40\x0a\xd7\ \x44\x0d\xfd\x7e\x9f\xc1\x70\x19\x1d\x75\x40\x4a\x22\x01\x91\xf3\ \xe9\x26\xf8\x72\x91\xd2\x7e\x71\x05\x02\xeb\x7c\xb9\xa4\x32\x06\ \x9d\xc6\x70\x55\x6d\x1b\xca\xb2\xdc\x93\x21\x6d\x9e\x3f\xcb\xc6\ \xf2\x10\xe7\x20\xed\x76\x39\x7a\xf4\x16\x8a\xa2\xe4\xe0\x4d\x07\ \x39\x28\x6e\xc2\x86\x5a\xac\x01\xe2\x34\xf5\x7f\x5f\xa8\xe5\x1b\ \x63\x9a\xbe\x47\x55\x55\xde\x59\x95\x25\xc6\x94\x4d\xdf\x61\x36\ \x9b\x21\x84\x68\x36\xa5\x31\x86\x9d\x9d\x5d\x66\xb3\x59\x28\x8b\ \xed\x5f\x79\xf3\xc8\x91\x9b\xb9\xf5\xd6\x5b\x9a\x72\x5e\xa4\x35\ \x42\x08\x1e\xfe\x87\x87\x30\xc6\x30\x1c\x0e\xa9\xaa\x8a\xc3\x87\ \x0f\xb3\x3b\x9e\xf2\xc5\xbf\xff\x3c\x3f\xfb\x33\xff\x9e\x7b\xee\ \xb9\x8b\x83\x07\x0f\x72\xf2\xe4\x29\x84\x90\x9c\x3b\x77\x8e\x8d\ \x8d\x43\x2c\x0d\x06\x7c\xfb\xb7\x7f\x1b\x1f\xfa\xd0\x9f\xb0\xbd\ \xbd\xcd\xd6\xe5\xcb\x18\x63\xd8\xdc\xdc\xe4\xc8\xcd\x47\xe8\x84\ \x03\x66\x8c\xa1\xb2\x86\x48\x47\xf3\x90\x42\x29\x56\x56\x56\x78\ \xe4\x91\x47\x38\x78\xe8\x20\xc6\x5a\x94\xd0\xa1\x66\x2e\x9b\x72\ \x93\x92\x12\x94\xa3\xcc\x4b\x0e\x1f\x3e\xec\x33\x39\x04\x9d\x6e\ \x87\xd9\x64\x42\xda\xeb\xfa\x1e\x5a\xc8\xf2\x8c\x31\x7b\x32\x14\ \xff\xec\x4b\x36\x36\xd6\xb9\xff\xfe\x7b\xc9\xb3\x9c\x8d\x03\x1b\ \xfc\xdd\xdf\xfe\x0d\x4a\x49\x1e\x3d\xfe\x08\xb7\x1d\xbb\x95\xf5\ \xf5\x35\x66\xb3\x09\x69\xd2\xe1\xce\x3b\xee\xe4\xe2\xc5\x8b\x8c\ \x47\x63\xc6\xa3\x11\xdd\x6e\x0f\x39\x10\x7c\xe6\xd3\x9f\x61\xd0\ \x1f\x70\xff\xfd\xf7\xb3\xbe\xbe\x4e\x7f\x79\x40\xbf\xdf\xa7\xd3\ \xe9\x34\x0e\x27\xcf\x73\xac\xb5\x24\x49\xc2\xd2\xd2\x12\xe3\xf1\ \xb8\xa9\xb3\x8f\x46\xde\x79\x08\x21\x38\x76\xeb\xed\x1c\x3a\x74\ \x88\x38\xf6\xce\xf2\x07\x7e\xe0\x07\xd8\xdc\xdc\x02\x61\x43\x8f\ \x60\x3f\x82\x08\xcb\xca\xf2\x0a\x07\x0f\x1d\x62\x6d\x6d\x8d\xdd\ \xcb\xdb\x7c\xfe\x33\x9f\x6d\xf6\xe4\x68\x34\xe2\x73\x9f\xfb\x1c\ \x71\xea\xb3\xe6\x47\x1e\x79\x84\xaf\x79\xe3\x1b\x18\x8d\x46\x24\ \x49\x4a\x92\x24\xdc\x72\xcb\x2d\x1c\x3b\x76\x8c\x95\x95\x15\xee\ \xb8\xe3\x4e\x3e\xf3\xd9\xcf\xf3\xd8\x63\x8f\x91\x65\x33\x8e\xdd\ \x7a\x2b\x3b\xdb\x3b\xde\xc1\xf7\xba\xac\xaf\xae\x10\x6b\x45\x59\ \x56\x4c\xa7\x53\xfa\x83\x3e\x3a\x38\xf3\x5e\xaf\xc7\xfa\xfa\x3a\ \x83\x81\x7f\x66\x65\x59\x86\x7b\x40\x81\xf3\x25\xf6\xf3\xe7\xcf\ \xd3\xe9\x74\x48\x92\x84\x38\x8e\x79\xe2\x89\x27\x30\xc6\x70\xc7\ \x1d\x77\x34\x15\x8d\xc9\x64\x82\x8e\x62\x06\x83\x2e\x5a\x09\x2a\ \x0b\x4e\x38\xb4\x52\x54\x79\x49\xe9\x2a\x08\xe7\xf2\x89\x53\xa7\ \xb1\x38\x6e\x3f\x76\x1b\xe7\xcf\x9d\xe3\xec\x93\x67\x58\xea\xf7\ \xd8\xde\xde\xc4\x54\x25\x47\x8e\xdc\x44\x9e\xe5\x9c\x3e\x7d\x9a\ \xff\x9f\xba\xf7\x8a\xb1\x2c\xbf\xef\xfc\x3e\x27\x9f\x73\x73\xaa\ \x1c\x3b\xe7\x09\x1c\xce\x90\x33\xc3\x24\x8a\x94\x61\x99\x58\xe9\ \x41\xb2\x61\x1b\x90\x05\x3f\xd8\x7e\xd3\x1a\x30\x60\xbf\xac\x5f\ \xd7\x86\x61\xad\x61\xd9\x2b\x01\xb6\x0c\x2f\x40\x05\x2f\x2c\x79\ \x01\xaf\x34\xe2\x52\x14\x47\x1c\x4e\x9e\xee\x9e\x99\xce\x5d\xdd\ \x95\xe3\xad\x9b\xc3\xc9\xc1\x0f\xff\x73\x4f\x55\x53\xfb\x20\x99\ \xfd\xc0\x69\xa0\x1f\xaa\x3a\xd4\xbd\xf7\x9c\xf3\xff\xfd\x7e\xdf\ \xf4\x2b\xe6\x0b\xd4\xea\x55\x01\xe5\x6a\x0a\xba\x5e\x62\x6a\xaa\ \xc1\x99\xb3\xab\xbc\xf3\xce\x3b\xa8\x9a\x42\xbb\x73\x8c\xa2\x88\ \x73\x63\x72\x46\x9e\xe6\x4c\x26\xfc\xa3\xef\xfb\x74\xbb\x5d\xfc\ \x20\xa2\xdf\x1b\x30\x1a\x0e\x70\xbd\x80\x28\x88\xa8\xd6\x6a\x38\ \x9e\x47\x2c\x41\xbd\x5a\xa5\x31\x3d\xcd\xf4\xec\x2c\x93\xd6\xf7\ \x0b\x55\x4c\x92\x24\x41\xd3\x35\x6a\xe5\x0a\xa5\x4a\x59\xe0\x8d\ \x29\x1c\x14\x85\x02\x03\x3d\x0d\x7d\xb9\x5e\x88\x69\x99\xf8\x81\ \xc7\xf1\xe1\x31\xc5\x62\x81\x4b\xe7\x2f\x32\xb6\x47\xec\xed\x6c\ \x33\x33\x33\xc3\x8d\xeb\x57\xd8\xd8\xdc\x60\xff\x60\x1f\x43\x37\ \xc9\xe5\x72\xe8\xba\x8e\x69\xe6\xd2\x29\x43\x4a\xf9\x19\xe9\x19\ \xd2\x72\x02\xf1\x9c\x74\x2b\x0a\x41\x10\x64\x87\x2a\x09\xc4\x92\ \x80\xb8\xa4\x38\x22\x0c\x3c\x76\x76\x76\x28\x16\x8b\x54\x2a\x55\ \x12\x49\x22\x91\x54\x74\xc3\x44\x89\x63\xe4\x14\x73\x95\x52\xf8\ \x4a\x96\x65\xa2\xb4\x4b\x8d\xa3\x98\x30\x91\x52\xf8\x4c\x40\x29\ \xa7\x89\xe3\x49\x21\x8b\xa2\x28\x7b\x0d\xa6\x29\x78\x80\xf1\xd8\ \x66\x6e\x71\x81\x83\x83\x03\x5a\xed\x0e\xa4\xd8\xbb\xef\x07\x02\ \xd2\x4b\x40\x52\x4e\x20\xba\x13\x0c\xff\x84\xe0\xcd\xe7\xf3\xf4\ \x7a\x7d\x24\x09\xa2\x28\xc0\xf3\x3c\xd4\xb4\x53\xac\x54\x2a\xb8\ \xae\x87\xe7\xf9\x69\x87\x56\xa2\x56\xab\x63\x18\x06\xc9\x73\x22\ \xe0\x65\x59\x74\x87\xa3\xd1\x98\x7a\xbd\x4a\x18\x46\x14\x0b\x45\ \xca\xe5\x12\x6f\xbc\xf1\x3a\xff\xea\xcf\xff\x1f\x7e\xfc\xe3\x1f\ \xf3\xc2\x8d\x1b\xdc\x78\xe1\x45\xca\xd5\x1a\x5f\x79\xfd\x55\xfe\ \xf4\x4f\xfe\x98\x87\x0f\x1f\x72\x70\x70\x98\x8e\xf5\x47\xbc\xfe\ \xfa\x9b\x9c\x39\xb3\xca\xfa\xfa\x06\xcb\x67\x17\x81\x98\xa3\x83\ \x43\x0e\x8f\x8e\x68\x1e\x1e\xf2\xe6\x1b\x6f\x92\xb3\x72\x18\x86\ \x81\xeb\xb8\x48\xaa\x84\xa6\xeb\xcf\xb2\x5a\x51\x44\xbe\x50\xc0\ \x32\x4d\x64\x55\x25\xa7\x69\xc4\xb1\x28\x3a\x8a\x74\x42\x88\x4f\ \xb8\x25\xd7\x71\x51\x54\x95\x7a\xbd\x8e\xeb\xba\xb4\x5a\x6d\x1a\ \x8d\x06\xae\xeb\xa1\x6a\xea\x09\x8c\x96\xde\x57\x92\x24\x65\x9d\ \xa2\xae\x1b\x4c\x35\x1a\x1c\x37\x8f\x99\x9e\x6a\xe0\xf9\x1e\xa5\ \x52\x91\x5a\xb5\xc2\xe3\x47\x0f\x19\xf4\xbb\xe8\x9a\x8a\x6d\xdb\ \x34\x1a\x0d\x5e\xff\xea\x57\x79\xf8\xf0\x31\x47\x47\x07\x84\x41\ \x40\xaf\xd3\x41\x91\x65\xf2\xf9\x3c\x8e\x3d\x66\x63\x7d\x1d\xcf\ \x73\xd9\xf8\x74\x9d\x91\x3d\xca\x70\x77\x4d\xd3\xb2\x69\xaa\x50\ \x28\xd0\x6a\xb5\x32\x4c\xdf\x30\x34\x24\x49\x26\x49\xe0\xcb\x5f\ \xfe\x32\x8f\x1e\xae\x31\x3d\x3d\x4d\xb3\xd9\xe4\xd1\xa3\x47\xac\ \xae\xae\xb2\xb2\x72\x06\xe4\xe4\xdf\xce\xfd\xfd\xff\xf8\x15\x86\ \x21\x67\xce\x9c\xc1\xaa\xd4\x21\x8e\xa9\x96\xca\x68\xaa\x8a\xeb\ \x3a\x34\x8f\x8f\x91\x15\x85\x7a\xa3\x81\xac\xc8\x5c\xba\x74\x89\ \x47\x8f\xd6\xf8\x67\xff\xec\x7f\x62\x69\x61\x8e\x5a\xbd\x46\xbf\ \xdd\x42\x92\x24\xda\xed\x36\xf7\xef\xdf\x67\x34\x1a\xf1\xda\x6b\ \xaf\x71\xef\xfe\x3d\x06\xfd\x3e\xbd\x6e\x1b\x55\x55\xe8\x75\x3b\ \x5c\xbc\x70\x8e\x4a\xa5\x8c\xa6\xa9\xb8\xae\x47\x18\x04\xc8\x49\ \x8a\x0c\x48\x60\x59\x16\xd5\x6a\x95\x87\x0f\x1f\x32\x3f\x3f\x8f\ \x61\x18\x68\x9a\x8e\xaa\x2a\x48\x92\x4c\x14\x46\x94\xcb\x25\x2a\ \x95\x32\x87\x87\x47\x84\x61\xc4\x0b\x2f\xbc\xc0\x47\x1f\x7d\xc4\ \x68\x34\x62\x69\x69\x29\xe5\xe1\x54\x72\x96\x45\xe0\x85\x84\xb2\ \x84\x6e\xa8\x24\x92\x80\xe8\x0d\x5d\x45\x96\x04\x9f\xb2\xbc\xbc\ \x84\xe7\x07\x48\x8a\x8c\x69\x1a\x8c\x06\x03\x36\xd6\x9f\xf0\x68\ \x61\x96\xe9\x99\x69\x16\x17\x16\x70\xc6\x23\x92\x62\xc2\xd6\xe6\ \x26\xc3\xe1\x00\xcb\x32\xf1\x3c\x97\xb1\x3d\xc2\x34\x4d\xde\x7d\ \xef\xa7\xfc\xfa\xaf\xff\x3a\xd3\xd3\x53\x8c\xc6\x43\x5c\xc7\xa5\ \xdf\xef\x66\xcf\xf8\xe4\x9e\x93\x24\x89\x52\xa9\x94\xf2\x67\x02\ \x92\x8e\xc2\x90\x61\x7f\x40\xaf\xd3\x43\xd1\x34\x2a\x95\xaa\xe0\ \x4a\x65\x89\x2b\x57\xae\xa0\x1a\x3a\x41\x18\xf1\xea\x57\x5e\x4b\ \xe1\xee\x10\x4d\x55\xbe\x58\xc5\x24\x4e\x12\x4c\xc3\x64\x66\x7a\ \x86\x62\xa9\xf8\x8c\x1a\x46\x92\x24\x86\x83\x21\xba\xa1\x67\x0f\ \x64\xa5\x9a\x27\x0c\x42\xe2\x38\x24\x8c\x02\x42\x3f\x60\x34\x18\ \x61\x99\x06\xc5\xe9\x19\xda\xed\x36\xad\x66\x93\x52\xa5\x42\xb5\ \x5a\xa5\xdf\x1b\xa0\x28\x0a\x85\x42\x01\xd7\xf5\xd3\x0e\x51\x74\ \x1e\x13\x22\x75\x72\xd8\x86\x61\x78\x72\xe8\xa7\x87\xf9\x69\x55\ \x50\xaa\x75\x41\x93\x21\x0a\x7c\x14\x09\x1c\x7b\xcc\xd5\xab\x57\ \x19\x8d\x06\x1c\x36\x5b\x44\xc8\x58\x56\x9e\x24\x0c\x91\xc2\x20\ \x83\x86\xe2\x38\x42\x96\x64\xe2\x44\xfc\xff\x13\x22\x2d\x4e\x12\ \x12\x45\x7c\x7f\x52\x3c\x26\xaf\x6b\x32\xf5\xf8\xbe\x8f\xa1\x1b\ \x4c\xd5\x2a\xb4\xba\x5d\xea\xb5\x1a\xae\xe3\xb2\xbb\xb7\x4f\x10\ \x06\xa8\xaa\x20\x68\x83\x28\x42\x37\xcc\x6c\xaa\x39\x3d\x05\x4c\ \xd4\x51\x13\x18\xe6\xb4\x0a\x46\x96\x65\x8a\xc5\x32\x86\x21\x70\ \x63\xdb\x76\xb1\x6d\x9b\x5c\x2e\x47\xa3\xd1\x40\x92\x24\x76\x77\ \x77\xf1\x3c\xef\x94\x0a\xe9\xe7\xd7\xa5\x95\x4a\xc5\x74\x3a\x0a\ \x53\x1c\xd8\xa1\x50\x2c\x30\x3b\x3b\x47\xa5\x52\x61\x7b\x7b\x9b\ \xe6\xf1\x31\x51\x14\x31\x3d\x53\x67\x38\x1a\xf2\xa5\x2f\xbd\xc2\ \xb9\x73\xab\x7c\xf8\xd1\x07\xe8\xba\xce\xa5\x4b\x97\x38\x73\xe6\ \x0c\x8e\x23\x0e\x5e\xc7\xb6\x29\x95\x4a\xf4\x3a\x5d\xf2\xb9\x1c\ \xb7\x6e\xde\xc2\x73\x5c\x2a\x95\x0a\xd7\x5e\xb8\x21\xb8\x27\x49\ \x43\x95\x15\x82\x28\x9c\x28\x20\x04\x41\xab\xaa\x98\x29\xa4\x21\ \xab\x2a\x92\x2c\xa3\x0a\xb9\x4d\x56\x08\x86\xa3\x11\x52\x9c\xd0\ \x6a\xb5\xb2\xc9\xf1\xed\xb7\xdf\xe6\x6b\x5f\xfb\x1a\xcb\xab\x2b\ \x24\x20\x14\x5e\xa7\xee\x9b\xd3\xdc\xdb\x04\xc2\x74\x5d\x8f\x9d\ \xed\x1d\xfe\xcd\xfd\xbf\x62\x66\x66\x1a\x7b\x34\x62\x73\x63\x1d\ \x49\x92\x18\xf4\xbb\x4c\x4f\x4f\xa3\x69\x1a\x1f\x7f\xfc\x31\x57\ \x2e\x5f\x43\x96\x13\x86\xc3\x01\xf5\x7a\x8d\x85\x85\x85\xf4\x30\ \x1d\xd0\xef\x77\x79\xf5\xd5\x57\xa9\x56\x4a\x6c\x6e\xae\x73\xdc\ \x6a\x65\x62\x83\xd3\x07\xcc\x64\x8a\x3a\xb9\xd7\x23\x34\x4d\xa6\ \x58\x2c\xb2\xb1\xb1\x41\x92\x88\x2e\xdb\xb2\x2c\xde\x7c\xf3\x4d\ \x74\x5d\xe7\xc1\x83\xfb\x94\xcb\x25\xce\x9d\x5f\x79\x6e\xd3\x49\ \x10\x47\xac\x9c\x59\xa5\x68\xe5\x68\x35\x9b\x2c\x2d\x2e\xe1\x39\ \x2e\x37\x3f\xb9\xc9\x93\x27\x4f\x98\x5f\x5c\xe0\x3f\xf8\x8f\xfe\ \x43\x24\x59\xe2\xc6\x8d\x17\x79\xfb\xc7\x7f\x83\x63\xdb\xec\xed\ \xee\x91\x24\x09\x83\xc1\x80\xab\x57\xaf\x72\xe1\xc2\x79\x12\x49\ \xe6\xcb\xaf\xbd\x86\xae\x6b\x1c\x1e\xec\xd3\xee\x74\xf1\x5d\x1b\ \x55\x16\xa0\xb4\xae\x69\x8c\x46\x36\xf6\x78\x84\xa5\xeb\x28\xb2\ \x44\xe0\x0b\x88\x4f\x51\x54\x16\x17\x17\x78\xf4\xe8\x11\xaa\xaa\ \x52\x2c\x16\x4e\xd4\x80\x48\xa8\x8a\x42\xa3\x51\x67\x3c\xb6\x99\ \x9e\x9e\x66\x77\x77\x97\x30\x0c\x33\xf2\xbd\xdb\x15\x87\xb8\x69\ \x9a\xb8\xae\x4f\xa1\x90\x47\x41\x61\xd0\x1f\x62\x58\x3a\xa6\x61\ \x10\x25\x09\x71\x02\xf9\x5c\x8e\xf3\xe7\xce\x43\x22\x93\xcf\x5b\ \x8c\x9c\xb1\x10\x0d\x54\xab\xf4\xfa\x5d\x48\x22\x3c\xcf\x45\xd7\ \x75\xf2\x96\xc1\x8d\xeb\xd7\xe8\x76\x7b\x1c\x1e\x1e\x12\x04\x01\ \xa3\xd1\x88\xd9\xd9\x59\x7c\xdf\xcf\xc8\xf2\x7e\xaf\x9f\xc2\xa7\ \xe2\x6c\x39\xe9\x89\xa2\x6c\xfa\x9e\x20\x12\xa2\x39\x16\x6a\xbd\ \x52\xa1\x88\xac\xaa\xa2\x70\xa6\xe7\xaa\x65\x59\xd4\xa7\x1a\x8c\ \x1c\x8f\x72\xad\xca\x60\x38\x3c\x25\x22\xfa\x82\xa9\xb9\x6c\xdb\ \x66\x63\x63\x03\xcb\x32\x05\x94\xa4\xc8\xcf\x1c\x7a\x82\x5f\x48\ \x49\x69\x49\x4b\x65\x7a\x91\xe0\x1b\x92\x08\x59\x86\x20\xf0\x39\ \x73\x66\x05\xcb\xca\xf1\xe8\xd1\x03\xda\xdd\x2e\x73\x8b\x73\xe2\ \xeb\x87\x8f\x68\xb7\x85\x42\x25\x53\x08\x9e\x52\x45\x4c\x3a\xce\ \xd3\x84\xfc\xe9\x51\x31\x93\x57\x02\x51\x4c\xa6\x3c\x91\x92\x98\ \xc1\x60\x40\x18\x86\xe4\xf3\x05\x14\xb9\x43\x14\x81\xe7\x79\x42\ \x2c\xa0\xca\x80\x90\x2c\xc6\x52\x82\x2c\xa5\x92\xce\x38\x42\x92\ \x12\xc1\x49\xc4\x31\xa4\xb2\xc6\xd3\x32\xcf\x89\xb2\x65\x52\x08\ \xc4\x34\x16\x92\x33\x73\x14\xf2\x05\xf6\x0e\x0e\x84\x4a\x05\x89\ \x20\x0c\x91\x24\x05\x49\x56\x89\x22\xf1\x9a\x75\x4d\x47\x56\x4e\ \xe4\xa5\x93\xa9\xcb\x34\xcd\x8c\x43\x29\x14\x0a\x8c\x46\x23\x34\ \x4d\xcb\x1e\x92\x38\x8e\x30\x0c\x83\x7c\x3e\x4f\x2e\x97\x43\xd3\ \x34\xc6\xe3\x31\xa6\x69\x66\x1c\xd2\xf3\xfa\x15\x86\x21\xba\xae\ \xe3\x79\x3e\x6b\x6b\x6b\x9c\x5d\x3d\x03\x12\xd8\xb6\x43\x10\x04\ \x94\xcb\x65\xee\xdf\xbb\x47\xe8\x87\xc8\xaa\xcc\xdd\x3b\xf7\x99\ \x9a\x6a\x60\x98\x06\xe5\x72\x19\x59\x96\xb9\x79\xf3\x26\xba\x6e\ \x31\x3f\xb7\xc8\xe6\xd6\x16\xcb\xab\x4b\xa8\x9a\xc4\xc6\xc6\x06\ \xdb\x1b\x9b\x74\x7b\x3d\xee\xdd\xbb\xc7\x77\xbe\xfb\x5d\x06\xc3\ \x21\xb9\x7c\x1e\x45\x96\x53\x45\x97\xb8\xd6\xa1\xeb\x21\x4b\x12\ \xbe\x27\xd4\x31\xaa\xa2\x40\x92\x88\x29\x52\x11\x5d\x5a\x76\x2f\ \x48\x12\x61\x1c\xb1\xb2\xb2\x82\x6d\xdb\x74\xbb\x5d\xd1\xa5\xc6\ \x31\xc4\x31\x31\x10\x84\x41\xc6\x0b\x9d\x96\xfc\x4a\x92\x84\xe7\ \x79\xf4\xfb\x7d\xc2\x20\x64\x79\x69\x81\xb5\xb5\x47\x44\x81\x4f\ \xe0\x7b\xc8\xb2\xc4\xe1\xc1\x3e\xdd\x6e\x1b\x7b\x34\x42\x53\x55\ \xf6\xf6\xf6\xe8\x1c\x77\xa8\xd7\xea\x68\xb2\x82\x13\x84\xb4\x8e\ \x9a\x9c\x5d\x39\xc3\xda\x93\x35\x02\x49\xe6\xce\xed\xcf\x58\x59\ \x5d\x61\x76\x76\x8e\x56\xaf\x9b\xc1\x1b\xba\xae\x33\x1c\x0e\xb3\ \x67\xac\xd1\x68\x64\xcd\x8a\xaa\xca\xe8\xba\x4e\xb1\x58\x4c\xef\ \x33\x85\x85\x85\x05\xbe\xfb\xdd\xef\xf2\xad\x6f\x7d\x9b\x0f\x3e\ \xf8\x80\xcf\x3e\xfb\x9c\xcb\x57\x2e\x71\xe1\xe2\x19\xe0\xf9\x14\ \x93\x38\x8a\x68\x77\x3b\x38\xa3\x11\xe3\xd1\x88\x2f\xbd\xf0\x22\ \xeb\x4f\x9f\xa2\x68\x1a\xae\xef\x81\x0c\xaa\xa6\x52\xab\xd5\x50\ \x65\x8d\x6b\x57\xaf\xf1\xe2\x0b\x37\x78\xba\xf6\x88\xc7\xc7\x4d\ \x6e\xbc\x70\x83\x72\xb9\xcc\xd1\xd1\x11\x53\x53\x53\x29\x1c\x5a\ \x24\x70\x4b\x48\x49\xc8\x87\x0f\x1f\x60\x8f\x47\xdc\xb8\x7e\x8d\ \xf9\xb9\x19\xb6\x36\xd6\x59\x98\x5f\xc0\xb4\x4c\x14\x59\x22\x51\ \x15\x1c\xc7\xc5\x30\x24\x34\x4d\x67\x7a\x7a\x3a\x93\x9a\x67\x0a\ \xe2\x18\x12\x59\xc0\xed\x61\x18\x71\x78\x78\x44\xa7\xd3\xc9\x8a\ \xcd\x67\x9f\x7d\xc6\x78\x3c\xe6\xdb\xdf\xfe\xb6\x78\x56\x25\x05\ \x29\x11\xcd\x99\xa6\xa9\x24\x19\x84\x9d\xa0\xa8\x2a\x85\x42\x91\ \xf1\xd0\xe5\xe1\xbd\xfb\xb4\x3a\xc7\xe8\x86\x4a\xb7\xd3\x61\x6c\ \x8f\x58\x7f\xf2\x14\x4d\x53\x69\xd4\xeb\x38\xf6\x98\x38\x49\x78\ \xed\x95\x2f\x73\xf7\xde\x3d\xe2\x38\xa6\x5c\x2e\x11\x04\x01\x83\ \x41\x9f\x24\x49\x78\xe7\x9d\x9f\x64\xf7\x53\xb7\xdb\xcd\x60\xca\ \xd3\x5c\xaf\x50\xf2\x29\xcf\x34\xc4\xa6\x69\x12\x85\x31\xf9\x7c\ \x9e\xc1\x68\x88\xe4\xab\x74\xfb\x3d\x16\x96\x97\x71\x3d\x8f\x76\ \xa7\x43\x14\x27\x7c\xfa\xe9\xa7\x94\x4a\x25\x64\xe9\xda\x17\xaf\ \x98\x08\x98\x25\x64\xec\x8c\x41\x96\x9e\x91\x04\x0b\x5e\x21\xc6\ \xf3\xbd\x54\x52\x9b\x76\x78\xa9\x16\x5b\x92\x25\x90\x65\x62\x62\ \x90\x15\x1e\xaf\x3d\x65\x6e\x7e\x8e\x73\xe7\x2f\xb1\xbe\xb1\xce\ \xd6\xf6\x0e\xd7\xae\x5e\xe3\xda\xb5\x6b\x3c\x7a\xf4\x98\xf1\x78\ \x9c\x3e\x64\x06\xae\x2b\xa4\x95\x13\x9e\x40\xd3\xb4\x53\xba\x6d\ \xe9\x67\xb4\xd9\x27\x42\x72\x59\x56\x91\x49\xb2\xe9\x3f\x0a\x03\ \x6c\x5b\x28\x23\x84\xf2\x46\x07\x49\x4e\x15\x43\xa2\x4b\x9d\x10\ \xaf\x42\xe1\x63\x64\xca\xa9\x24\x11\xf2\x52\x25\x16\x37\xee\x69\ \xcc\x33\x08\x82\x0c\x66\x9b\x74\xb3\xaa\x24\x51\xc8\xe7\x48\x80\ \x52\xa9\x4c\xb1\x58\x16\x64\xbb\xac\x08\x88\x0d\x29\xe3\xcc\x12\ \x4e\x6e\xa4\x9f\xe5\x7f\x82\x20\x48\xa5\xc4\x09\x85\x42\x01\x12\ \x09\x7b\xec\x64\x4a\x2f\x49\x52\x21\x89\xd9\xdf\x3f\x60\x3c\x1a\ \x23\x2b\x0a\x8e\x6d\x0b\xe9\xa9\x2c\x3d\xc7\x6b\x2f\x1e\x56\xd3\ \xd4\x99\x9b\x9b\xa3\x58\x2c\x10\xf8\x01\xf7\xef\xdf\xc7\x30\x0c\ \x46\xa3\x91\xc0\xb2\x15\xe8\x1c\x0f\x88\xa2\x88\x42\xbe\xc0\xdd\ \xbb\x77\x91\x24\x09\xd7\x15\x13\xd4\x93\x27\x4f\x58\x5a\x5a\xe5\ \xeb\x5f\xfb\x3a\x4e\x30\x26\x0c\x7d\xae\x5e\xbd\x4a\xbf\x2d\xe0\ \x20\x49\x96\x59\x5d\x5d\xa5\x56\xab\xe1\xf9\x5e\x5a\xec\x43\x01\ \x9d\x4a\x32\x9a\xae\xe3\x8c\x46\x34\x0f\x8f\x50\x14\x35\x6b\x5c\ \x62\x12\x14\x55\x21\x08\x03\x4c\xc3\x60\x38\x1c\x32\x1a\x8d\xc8\ \x99\x16\x9d\x76\x9b\xb1\x6d\xb3\xb3\xb3\x43\x3e\x9f\x27\x49\x60\ \x6f\x6f\x0f\xdd\x32\x31\x2d\x0b\xcb\xb2\x50\x55\x35\xbb\x96\xaa\ \xaa\x12\x45\x11\x83\xc1\x80\xf5\xf5\x75\xee\xdf\xbb\xc7\xc1\xde\ \x3e\xef\xbf\xff\x1e\x95\x4a\x99\x5a\xb5\x42\xb3\x79\x24\xf8\xb7\ \x5c\x0e\xd7\x71\xd0\x8b\x45\xc2\x20\xa0\xd3\x69\xa1\x69\x1a\x95\ \x4a\x99\x9d\x9d\x2d\x1c\xd7\xc6\x34\x0d\x92\x24\x62\x38\xe8\xb3\ \xbc\xb4\x48\xa7\xd7\x21\x4e\x44\x91\x7b\xba\xbe\x4e\x10\x04\x14\ \x8b\x45\x3c\xcf\xc3\x34\xcd\xec\xeb\x24\x49\x18\x8f\xc7\x5c\xb8\ \xf0\x02\x17\x2f\x5e\xc6\xf3\x3c\xe6\xe7\xe7\xf9\xec\xd3\x3b\x42\ \xa9\xe6\x38\xdc\xbd\x7b\x8f\x7b\xf7\xee\x71\xf1\xe2\x45\x2e\x9c\ \x3f\xff\xdc\xa6\x92\x38\x4a\x98\x9a\x9a\xe2\xe9\xfe\x21\xb7\x6f\ \xde\xe4\x5b\x5f\xfb\x3a\x9a\xa1\xd3\x1f\xf4\x53\xc5\x62\xc4\xe6\ \xe6\x16\xed\x76\x9b\xd5\xd5\x55\x1e\xdc\x7b\xc8\xca\xca\x0a\x90\ \x64\xb0\xdd\x93\xb5\x27\x38\xae\xcf\xe5\x2b\x57\x59\xdf\xda\x66\ \xf5\xec\x39\x92\x38\x61\x7f\x6f\x9f\xbd\xfd\x3d\x7c\xcf\x65\x6b\ \x73\x93\xbd\xdd\x5d\xec\xd1\x90\x5a\xb5\x4a\x21\x6f\x91\xcb\x59\ \x29\x5c\x9d\x64\xf7\xcd\x44\x1e\x1c\x04\x01\xbe\x1f\x64\xcf\xe9\ \x69\x59\xf7\x64\xba\x9b\x9b\x9b\x23\x0c\x43\x7a\x3d\xa1\x7c\x9a\ \x70\x51\xaa\xaa\xa2\x48\xa2\xf9\x55\x50\xb0\x2c\x13\x49\x16\xd2\ \x7c\x5d\x55\x18\xd9\x36\xfb\xfb\x4d\x06\x03\x51\xcc\x1f\xad\x3d\ \x40\x37\x75\x5c\xdb\x66\x3c\x1c\x32\x18\xf4\x29\xe4\x73\x10\xc7\ \x24\xb1\x90\x40\xbf\x3d\x1a\xe2\x79\x1e\x8a\x22\x11\x45\x01\x96\ \x65\xa2\x28\x32\xdd\x6e\x97\xcd\xcd\x0d\x66\x66\x66\x98\x9e\x6e\ \x30\x1a\x0d\x30\x0c\x9d\x20\xf0\x9f\x69\x88\x4f\x0b\x6d\x74\x5d\ \xc7\xf7\xfd\xf4\x3c\xd1\x70\x03\x5f\xf0\xb4\x71\xcc\xb9\xf3\xe7\ \xf9\xe6\xb7\x7e\x89\x18\xf8\xe4\xf6\x4d\x82\x30\xa6\x36\x1e\xd3\ \xb6\x2c\xe2\xf8\x1b\xcf\x9c\x81\x5f\x18\x35\x97\x99\xcb\x09\x12\ \x2c\x8a\xc4\x43\x12\x46\x78\xbe\x87\x9c\x99\xd0\xa4\xac\xea\x4b\ \xb2\x42\x9c\x48\x99\x17\x45\x14\xa3\x08\x4d\xd5\xd1\x2d\x93\x76\ \x6f\x40\x18\x4b\x2c\xaf\x9c\xa5\xdd\x3d\x62\x67\x7b\x87\x46\xa3\ \xc1\xb9\x73\xe7\xd8\xd9\xd9\x4d\xe1\x9b\x7c\x26\x05\x2c\x16\x8b\ \x27\x06\xb4\x74\x0a\x98\x10\xf2\x13\x5f\xc2\xc9\x07\x2a\x21\x29\ \x2a\x72\x12\x23\x25\x11\x49\x1c\x12\x05\x01\xf6\x78\x4c\xb5\x5e\ \x27\x5f\xc8\x63\x58\x45\xf1\x1a\xa5\x84\x38\x09\x4f\x3c\x06\x71\ \x2c\x8a\xd1\xa9\x9f\x15\x46\x11\x49\x14\xa3\x9d\x82\x8e\x26\x50\ \xc4\xa4\xbb\x4c\x12\xf1\x20\x45\x51\x44\xa9\x52\x26\x8e\x62\x5a\ \xfd\x0e\x12\x12\x7e\x10\x22\x39\x2e\x5e\x10\x90\x20\x3f\xe3\x95\ \x89\xe3\x30\x35\x7d\x25\xcf\x48\x83\x27\x45\x64\xd2\xb9\xca\x92\ \x4c\x14\x09\x7d\x7d\xb1\x58\x44\x96\x15\xfa\xbd\x3e\x83\xc1\x20\ \x23\x9d\x55\x55\x65\x18\x0e\x53\x53\xdb\xf3\x75\x60\xaa\x9a\x18\ \xbf\x67\x66\xa6\xf0\xfd\x80\xf7\x7e\xfa\x1e\x67\xcf\x9e\x61\x61\ \x61\x81\xcd\xcd\x4d\xa6\xa6\xa6\xc8\xe7\x0b\x3c\x78\xf8\x18\xcf\ \xf3\xd1\x74\x9d\xf5\xa7\xeb\x34\x1a\x8d\x4c\x55\x75\xf1\xe2\x45\ \xda\xed\x16\xf5\x7a\x1d\x49\x92\x98\x99\x9d\x45\x57\x75\xd6\x1f\ \xaf\x65\x5d\xae\x61\x9a\xd8\xe3\x31\x28\x32\xb9\x42\x5e\x70\x18\ \x92\xe0\xb0\x54\x45\x26\x32\x4d\x0a\xc5\xa2\x28\xee\x8a\x82\xa2\ \xeb\x02\x7a\x44\xf0\x2b\x93\x43\x25\x9f\xcf\x93\xcf\xe5\x88\x52\ \xf2\x75\x79\x79\x99\x62\xa1\x40\x22\x49\x98\xa6\x85\xaa\x6b\x59\ \x11\x99\x78\x3c\x74\x5d\xc0\x09\xb6\x6d\x67\xdc\x49\xab\x79\xcc\ \x83\x7b\x77\xe9\x75\x3b\x1c\xec\xef\xa2\xa9\xc2\x13\x50\xc8\x17\ \x48\x2a\x55\x46\xde\x48\xf8\xa4\x24\xf0\x3d\x0f\xdf\x73\x38\x3c\ \xb4\x91\x64\x09\x89\x84\x83\xc3\x7d\xe1\x2f\xd0\x14\xb6\xb7\xb7\ \xf0\x02\x0f\x4d\x37\xc8\xe7\xf2\x54\xab\x55\x6c\xdb\xce\xa6\x12\ \xcb\xb2\x58\x5e\x5e\xe6\xd2\xa5\x4b\x6c\x6c\x6c\xa0\xaa\x2a\x8e\ \xe3\x60\xdb\x36\xd5\x6a\x95\x99\x99\x19\xce\x9d\xb7\x89\xa3\x98\ \xc7\x8f\xd7\x58\x5b\x5b\x47\x92\xe0\xf1\xe3\xf7\xc9\xe7\x2d\xa6\ \xa6\x6b\xcf\xc9\x67\x22\x0a\xeb\xdc\xfc\x3c\xcb\x4b\x4b\xcc\x4f\ \xcd\x70\xef\xfe\x7d\x76\x76\x76\x59\x9a\x98\xda\x00\x00\x20\x00\ \x49\x44\x41\x54\x08\xc3\x00\x55\x53\x89\x49\x28\x96\x4a\x74\x7a\ \x3d\xd6\xd7\xd7\x79\xf9\xa5\x17\x79\xfb\x6f\xff\x36\x9b\x8c\x0f\ \x0f\x0f\xc9\x15\x8a\x28\x8a\xca\x4b\x2f\xbd\x44\x10\xc5\x4c\x2f\ \x2f\x72\x7c\xb4\x4f\xbb\xd3\x42\x96\xc5\x73\x73\xf1\xe2\x05\x96\ \x16\x17\x21\x89\x18\x0c\xfa\x44\x51\x88\x2c\xc9\xe8\x86\x41\x2e\ \x67\xd1\xeb\xf5\xb3\xcf\xc7\x30\x0c\x64\x59\xca\x3c\x38\x13\x43\ \xa4\xef\x05\xb4\xdb\x42\xbe\x2d\x49\xc2\x13\xd3\xeb\xf5\x32\x4e\ \xa2\xdd\x6e\x63\x18\x06\x95\x52\x99\x7c\xde\x22\x49\x62\x3c\xd7\ \x43\xd5\x52\xce\xc4\xb4\x78\xfa\x64\x9d\x5b\xb7\x3f\xa7\xdb\x1b\ \xb2\xb1\xbe\xce\xce\xce\x36\xb9\xbc\x95\x72\xc0\x64\x9e\xb3\x7e\ \xb7\x4b\x92\xc4\xf4\x7a\x1d\x3c\xcf\xa5\x52\xad\x22\x49\xd0\xef\ \xf7\xc9\xe5\x44\xa1\xf3\x7d\x0f\x49\x02\xd7\x75\x52\xe4\xc0\xc2\ \x71\x6c\x1c\xc7\xce\xce\xad\xd3\x10\x79\x2e\x97\xa3\xd7\xeb\xa1\ \x28\x62\xea\x0c\xa3\x04\x14\x15\x2b\x9f\x43\x56\x35\x56\x57\x57\ \x29\x14\x0b\x7c\x7e\xf7\x1e\x81\xe7\x33\x3b\x3b\x4f\xb9\x5a\xc5\ \x73\x5d\x4e\x39\xd5\xbe\x48\x04\xbc\x90\xdc\xd6\x66\xa6\xb0\x2c\ \x8b\xe1\x70\x84\xef\xfb\x69\x35\x56\x84\x02\x2b\x55\x77\xc9\xb2\ \x92\x11\xcb\x71\x92\x1e\x9c\x49\x02\x92\x70\x52\xc7\x71\x3c\x81\ \xc0\xb1\x1d\x9f\xe9\xe9\x69\x64\x49\x61\x30\x18\x20\xcb\x0a\x67\ \xcf\x9e\xa5\xd5\x6a\xd1\xeb\x0d\x32\xb8\x67\xf2\x90\x4c\x60\xa0\ \xc9\xef\x09\x56\x39\x99\x4c\x44\x97\x9f\xe0\x87\x11\x72\x12\x23\ \x27\x71\x5a\x4c\x7c\xec\x72\x19\x2b\x9f\xc7\xf7\x03\x7a\x83\x23\ \xe2\x04\x64\x29\x41\x4a\x84\x7f\x25\xeb\xe6\x53\x05\xd9\xc4\x0d\ \x1b\x85\x91\x80\x44\x4e\x59\xd7\x93\x94\x3b\x99\x78\x42\x4c\xd3\ \xcc\x24\x9e\x51\x18\xb3\xb7\xb3\x23\x48\x55\xd3\x24\x08\x23\xe2\ \xf4\xdf\x20\x29\xa9\x77\x46\x41\x92\x62\x12\x22\x20\x46\xbc\xbd\ \xe4\xef\x28\xd7\x2c\xcb\x12\x7c\x4c\x10\x50\xc8\x97\x28\x14\xf2\ \x78\x9e\x47\xbb\xdd\x26\x8a\x22\x4c\xd3\x24\x49\x92\x4c\x12\x3b\ \x71\x88\x3f\x27\x2e\x96\x24\x11\x70\x90\xaa\x09\x28\x68\x6f\x6f\ \x9f\xed\xcd\x6d\x96\x96\x96\xf0\x3d\x8f\xe9\x69\xe1\x09\xd9\xdd\ \xdd\x4d\x15\x2e\x7b\x5c\xbe\x72\x91\x8f\x3e\xfa\x90\xaf\x7f\xfd\ \xeb\x74\x7b\xed\x6c\x72\xf9\xe6\x37\xbf\xc9\xe7\x9f\xdf\xe5\xa7\ \xef\xfc\x94\x97\x5f\x7b\x09\xcb\x31\x99\x5f\x98\xa7\x5a\xab\xa1\ \x69\x1a\x51\x18\x92\xcf\xe5\x28\x57\xab\x44\x61\x88\xed\x38\x68\ \xba\x8e\xa4\xaa\xe2\x85\xc8\x64\xbc\x4d\x10\x06\x38\x8e\x43\xc1\ \xd0\x33\xd5\x9d\x22\xcb\x19\xf7\x26\x30\x72\x8f\x5c\x2e\x87\x33\ \x1e\xa7\x13\x55\x91\xa3\x83\x03\x2e\x5e\x38\x8f\x61\xe5\x88\x93\ \x38\x7b\xa0\xf3\xf9\x7c\x86\x5b\x5b\x96\x45\xbb\xdd\x66\x63\x73\ \x93\x5e\xaf\xcb\xcc\xec\x0c\x17\x2e\x5e\xe0\xd1\xc3\xfb\x3c\x79\ \xf2\x84\x41\xbf\x8f\xa5\xe9\x84\x61\x40\x14\xf9\x6c\x6f\x1f\x8b\ \x02\x9e\x28\x99\x8c\xd8\xf7\x3c\x46\x03\x21\xe9\xd6\x54\x0d\xd7\ \x75\x89\xc2\x88\x37\x5e\x7f\x83\xb5\xcd\x0d\xee\x3d\x7a\x84\xef\ \x79\xa8\xaa\xca\x68\x34\x7a\xe6\x60\xd9\xde\xde\xa6\xd9\x6c\x22\ \x49\x12\xf9\x7c\x9e\xcb\x97\x2f\xd1\xed\xf6\x98\x9a\x9a\x62\x73\ \x63\x9b\xa9\xc6\x14\x9e\xe7\xd3\xef\x77\xb3\x83\x7b\x67\x67\x87\ \x2f\xbf\xfa\xf2\x33\x1c\xdc\xcf\x63\x54\x2d\x57\xca\x90\x2b\xa2\ \x00\x0f\x1e\x3e\xe4\xdd\x77\xde\xe1\xfc\x85\x0b\xcc\x2d\x2e\x70\ \x74\x74\x44\xbd\x56\x63\x6a\x7a\x8a\x8f\x3e\xfa\x98\xf9\x85\x05\ \x2c\x2b\xc7\xd1\xe1\x21\xb5\x5a\x8d\xa7\x8f\x1f\x31\xbf\x30\xcf\ \xca\xca\x32\x9d\x4e\x9b\x58\x92\x98\x9a\x9e\xa1\x5c\x2e\xf1\xfa\ \x57\xbf\xc2\xc1\xfe\x1e\x6b\x8f\x1f\x33\xd5\xa8\x33\x55\xaf\xe3\ \xfb\x3e\x8a\x22\x61\x19\x06\x92\x04\xa6\xa9\x91\x20\x64\xf1\xbe\ \x2f\x0a\xc5\xf4\xf4\x34\xb9\x9c\x85\xa6\xa9\x69\x13\x90\x64\x9c\ \xaa\x3d\x76\x28\x16\x4b\x34\x1a\x15\x36\x36\xb6\xd9\xdd\xdd\xa5\ \x52\xa9\x64\x8d\x59\xaf\xd7\x63\x66\x66\x86\x30\x08\x09\xbc\x90\ \x24\x89\x51\x0c\x25\x3b\xd0\xbb\x9d\x2e\xba\xae\x53\xc8\xe5\xf8\ \xf8\x83\x8f\x79\xfc\xe4\x09\x5b\x5b\x9b\x58\x96\x91\x71\x96\x56\ \x6a\xa8\x55\x34\x19\x45\x56\xd1\x35\x9d\xc0\x3f\x51\x57\x4e\x90\ \x84\xd3\xa2\x20\xdb\xb6\xe9\x74\x3a\x84\x61\x48\xad\x56\xa3\xdd\ \x6e\x3f\xd3\x0c\x1b\x86\x81\x9a\x4a\xdd\xf7\xf7\xf7\x91\x24\x89\ \x42\xa1\x80\x17\x45\x54\xa6\xa6\xb1\x87\x23\x1c\xc7\x63\x67\x77\ \x97\x4e\xaf\x87\xe7\x07\x24\x71\x82\xeb\x38\x94\x4b\x15\xa6\x6a\ \x75\x94\x54\x9c\xf1\x05\xe3\x4c\x24\x6c\xc7\x66\xef\xe0\x80\x42\ \xa1\x40\xa1\x50\x60\x66\x7e\x96\xd6\x71\x8b\x61\xb7\x2b\x3e\x50\ \x12\x54\x25\x7d\xc9\x72\x66\x5d\xce\x7e\xc7\x31\x02\xe4\x3c\x09\ \xea\x80\xd8\x47\xd3\x42\xea\xf5\x3a\x8a\xac\xb0\xb7\xb7\x47\x2e\ \x57\xa4\x56\xab\xe2\xba\x7e\x86\x81\x4e\x38\x85\xc9\xa4\x73\x3a\ \x7e\xe4\xb4\x54\x37\x8e\xe3\x34\x7a\x43\x46\x21\x41\x26\x11\xd3\ \x49\x92\xd0\xeb\x8b\x2e\x47\x55\x14\x06\x83\x16\xba\x61\x41\x18\ \xa0\xc4\x49\xe6\x8e\x9d\x28\x87\x92\xe4\xc4\x1d\x2d\x21\xe1\x87\ \x01\x89\x22\xd4\x58\xd9\xcf\x4a\x8b\x90\x61\x18\x28\xaa\x42\xc1\ \x14\x66\xce\xe6\x71\x53\x70\x2c\x92\x24\x6e\x00\x09\xe2\x04\xb4\ \x94\x80\x17\x69\x18\x11\x51\x12\x13\x47\x21\xaa\x2a\xa3\x69\x4a\ \x26\x3a\x08\x82\x20\xe3\x4b\x82\x20\xc0\x34\x4d\xea\xb5\x3a\x71\ \x2c\xd3\xe9\xf4\xd2\x87\x4f\x43\x55\x35\xc2\x50\x8c\xf0\xba\x6e\ \x12\x45\x21\xae\xeb\x93\x3c\xe7\xc1\xa4\x58\x2c\x30\x1c\x0e\xf9\ \xfc\xf3\xbb\xc4\x71\xcc\xe5\x8b\x97\x68\x4c\x35\x78\xff\xdd\xf7\ \x50\x64\x85\x5a\xad\xc6\xc6\xc6\x06\x7f\xf2\xa7\x7f\xca\xf2\xca\ \x19\x1e\x3c\x78\xc4\xf9\xf3\xe7\x39\x77\xee\x3c\xf3\xf3\x0b\xa8\ \xaa\xca\xda\xda\x1a\x51\x14\xf2\xf2\xcb\x2f\xd1\xa8\x37\xb8\x73\ \xe7\x73\x5e\x7c\xf9\x05\x6a\x95\x2a\xcb\xcb\xcb\x58\x86\x85\x61\ \x9a\x18\x96\x85\xe7\x38\xd8\x8e\x43\x6f\x34\x60\x71\x61\x41\x48\ \x78\xd3\xc2\x16\x45\x21\x4a\xca\x29\x25\x71\x42\x12\xa7\x2a\x38\ \x19\x02\x3f\x40\x53\x55\xe4\x34\xf6\x47\x96\x64\x64\x45\x74\x9f\ \x3b\xbb\x3b\xbc\xf9\xc6\x9b\x04\x41\x20\x26\x9b\x38\x12\x31\x27\ \x69\x44\x89\xaa\xaa\x59\xc3\x32\x1a\x8d\x78\x70\xff\x01\x8f\x1f\ \x3f\x46\x96\x65\x1a\xf5\x3a\x57\xaf\x5d\x65\x38\xe8\xb1\xb3\xbd\ \x83\x2a\x2b\x54\xaa\x55\x48\x62\xf1\x33\x35\x23\xf5\x5e\x89\xe6\ \xc2\xf1\x5c\x8a\x85\x02\x41\x20\x26\xa5\x20\x08\xd0\x75\x21\x65\ \x3f\x38\xdc\xa7\xdd\x6e\x8b\x22\x73\xea\xb7\xe7\x79\x4c\x4d\x4d\ \x91\xcb\xe5\x32\xee\x64\xf2\x9a\xa4\xd4\x83\x94\xcf\x17\x32\xf9\ \xf3\xdd\xbb\x77\xb9\x71\xe3\x05\x7c\xdf\xe7\xeb\x5f\xff\x06\x6f\ \xbc\xf1\x3a\xbe\xef\x3f\xaf\x41\x14\x55\xd3\x38\xee\x74\x79\x70\ \xf7\x0e\x07\x3b\x7b\x9c\x3b\x77\x8e\xd0\xf3\xa9\xd5\x6a\x1c\x1d\ \x1e\x71\x70\x70\x48\xab\xd5\xe6\xe8\xa8\xc9\x95\x8b\x97\x78\xff\ \xfd\xf7\xb8\x71\xfd\x3a\x8e\x3d\xc6\xf5\x3c\x3a\xed\x0e\xdf\xfe\ \xf6\x2f\xb3\x77\x70\xc0\xda\xd3\x0d\x34\xdd\xa0\x5c\xca\xb3\xba\ \xba\xca\xea\xea\x2a\x9f\x7c\x72\x33\x3d\x64\xab\xac\x2c\x2f\xe2\ \x7a\x2e\x87\xfb\x07\x62\xfa\xd4\x34\x94\xc9\x7b\x4f\xe5\xb4\x51\ \x14\xa5\x9d\x7e\x2e\xe5\x50\x05\xd4\x3e\x1e\x89\x29\xb2\x52\x29\ \x11\xc7\x50\xad\xd5\x58\x89\x22\x6a\xb5\x1a\x96\x65\xd1\x6a\xb5\ \xf8\xd2\x97\xbe\x44\xbd\x56\x63\x3c\x1c\xa7\xa8\x89\x44\x10\xf9\ \x58\xb9\x1c\x92\x22\x63\x18\x21\x71\x94\x70\x7c\x7c\x8c\xe7\xfb\ \x94\x8a\x45\xbe\xfc\xe5\x2f\xb1\xbf\xbf\xc7\xc1\xc1\x21\x51\x10\ \xa0\xca\x0a\x85\x9c\x82\xeb\xb8\x82\x33\x89\x02\xe2\x38\xa1\xdd\ \x6e\x11\x47\x02\x41\x08\x82\x20\xbb\x6e\xa3\xd1\x88\x24\x49\x98\ \x9e\x9e\xe6\xe0\xe0\x80\xe1\x70\x98\x8a\x74\xbc\xf4\x3e\x8e\x28\ \xe4\xf3\xa2\xe8\x01\x46\x0a\xcf\x42\x82\xac\xaa\x54\xaa\x15\xc2\ \x30\x00\x45\x41\xd3\x35\x06\xc3\x21\xe3\xe1\x18\xcf\xf3\xe8\xb6\ \xbb\x4c\x55\x1b\x14\xac\xdc\x3f\x28\x63\xea\x17\x2a\x9b\x0b\x59\ \x42\xd3\x0c\x12\x64\x76\xf7\x0f\xe8\xf5\x07\x54\xab\x55\xa6\xa6\ \xf3\xb4\xda\x2d\x46\xc3\x11\x81\x14\x0b\xd5\x82\x84\x20\xbb\x52\ \x6c\x50\x91\xd5\x4c\xa9\x24\x49\x72\x0a\x0d\xc5\xc8\x52\x8c\x3d\ \x76\x70\x9d\x7d\xa6\xa7\x67\xa8\xd5\xea\xf4\x7a\x7d\x5a\xad\x88\ \xf9\xf9\x79\xe2\x58\xf8\x0f\x26\xa6\xac\x49\x7c\x4a\x26\x17\x96\ \x9e\xcd\x58\x8a\xe3\x04\x89\x04\xcd\xd0\x50\x99\xc0\x6c\x82\xd0\ \x53\x15\x95\x04\xc1\x6b\x98\xba\x82\xa2\x24\xa8\x9a\x8e\x14\xc7\ \xe2\xef\xc9\x27\x05\x4a\xc4\x20\x04\x18\x86\x41\x1c\x47\xcc\x37\ \xe6\x09\xa2\x30\x1d\x99\x75\x6c\xdb\x26\x16\x67\x11\x9a\x22\xa3\ \x6b\x2a\x85\xbc\x89\xe3\xba\x0c\xed\x21\xb2\xaa\x80\xaa\x20\x25\ \xa9\x26\x3e\x4b\x83\x49\x20\x16\xa4\x31\x49\x8c\x26\x4b\x44\x61\ \x80\x1f\x05\x29\xa4\x16\xa2\xc8\x0a\xb2\x24\xa1\xa9\x1a\xe5\x52\ \x05\x49\x96\x18\x0e\x07\x8c\x6d\x47\xe4\x4b\x25\x09\xbe\x2f\xf2\ \x87\x04\x4c\xe3\x64\x8a\x91\x20\xf4\xd2\x09\xe8\xf9\x5c\x72\x45\ \x91\xd9\x5a\xdf\xe0\xc9\xd3\xa7\x2c\x2d\x2d\x71\xf1\xc2\x45\xc6\ \xa3\x11\xdb\x9b\x1b\xdc\xfa\xe4\x63\xe6\x17\xe7\x68\x34\x6a\x78\ \x9e\xcb\xe1\xe1\x3e\xb2\x2a\xf3\xc6\x1b\x6f\x70\xf5\xfa\x15\xf6\ \x76\xf6\xd8\xdb\x3d\x20\x89\x65\x40\xc6\x30\x4c\x3c\xcf\x27\x88\ \x02\x5e\xb8\x71\x9d\xad\xf5\x0d\x2c\x45\x17\xfe\x00\x53\x07\x49\ \xa2\xdf\xef\x91\xcf\xe7\x39\x6e\x36\xa9\x4f\x35\x20\x86\x24\x12\ \x51\x15\x24\x11\x71\xe8\x92\x2f\x98\x69\xa1\x4f\xb2\x18\x9a\x24\ \x12\x5d\x6a\x2e\x9f\x17\xdc\x53\x2a\xf7\x1e\xf5\xfa\xb8\x8e\x83\ \x22\x29\x78\xae\x47\x3e\x9f\x43\x51\x55\x86\x63\x17\x53\x33\x85\ \xd2\x30\x4c\x50\x55\x31\x79\x27\x71\xcc\xee\xe6\x16\xbd\x4e\x1b\ \x35\x49\xd0\x65\x09\x4d\x91\x78\x78\xef\x2e\xed\x56\x8b\x46\xad\ \x46\xab\xd9\xe4\xb0\xd9\xa4\x5a\xad\x0a\xe8\x45\x53\x70\xfc\x90\ \x38\x8e\xa8\x55\xcb\xf4\xfb\x03\x62\x29\x61\xe4\x8c\x32\x32\x7f\ \x6e\x6e\x1e\x55\x53\x78\xf0\xf8\x01\xe5\x6a\x9d\x62\xa1\x84\x22\ \xab\x8c\xc7\x36\xad\x56\x87\xc0\x0f\xa9\x94\xab\xcc\xce\xce\xd3\ \xef\xf5\xb0\xcc\x1c\x24\x12\x07\x07\xc7\xfc\xf8\x47\x6f\xb3\xba\ \x7a\x86\x87\x0f\x1e\x63\xdb\x0e\xfd\xfe\x80\x0b\x17\x2e\x02\xb0\ \xba\xba\x4a\xa5\x52\xe5\x79\x46\xce\xe9\xba\xc6\xcd\xcf\xee\xf0\ \xe1\xe7\xf7\x31\x55\x95\x97\x6f\xdc\xa0\x94\x2f\xf0\x17\xff\xef\ \xbf\x66\xaa\x52\x61\x5d\x53\x19\x0d\xfa\xfc\xf1\xf7\xff\x05\x67\ \xcf\x5f\x60\x63\xeb\x29\x5f\xfa\xf2\xcb\x5c\xbb\x72\x99\x5e\xaf\ \x83\xaa\x69\x1c\x1e\x1e\x32\x37\x3b\x43\x2e\x9f\xa3\x58\x2a\xf2\ \xf1\xcd\xdb\x28\x52\xcc\x85\x73\x67\xb8\x71\xfd\x05\xfe\xfa\x87\ \x3f\x42\xd7\x34\x66\x66\xe6\x38\x3a\x6a\xd1\x6c\x1e\xa6\x49\x09\ \x6f\xa0\x1b\x69\xa3\x20\x81\xe7\xba\x58\x86\x81\x6c\x59\x8c\x47\ \xe3\x0c\x22\x8d\x82\x10\xd7\xf5\xf0\x7d\x0f\x12\x09\x4d\x53\x20\ \x91\xa8\x96\x4b\x8c\x87\x43\xf6\xf7\xf7\x79\xf5\xd5\x57\x49\x92\ \x84\x72\xa9\x24\x1a\x30\x4d\x65\xe4\xd8\x22\x56\xa7\x58\x38\x51\ \xae\x05\x11\x3f\xfa\xd1\x8f\xf8\xe0\x83\xf7\x88\x63\x58\x98\x9f\ \x61\x6a\xa6\x8e\x6b\x8f\x19\xf6\x7b\x0c\xfa\x3e\x86\xa1\x12\x45\ \x41\xc6\x6d\x9a\x66\x8e\x30\x35\x0e\x23\x91\xe5\xd3\x4d\xa6\x0e\ \x45\x51\x32\x54\x61\xe2\x53\x53\x34\x0d\xcd\x30\xd3\xe6\x47\x46\ \xb7\x72\xb8\xbe\x4f\x7f\x38\xc2\x0f\x23\x54\xdd\xa0\x50\xaa\x40\ \x2a\x65\xb7\x6d\x07\x59\x72\x19\xdb\x36\x8e\xed\x90\xb3\x72\x48\ \x92\xcc\xea\xf2\x0a\x86\xa6\x53\x2d\x57\xd2\xe6\xfd\x0b\x07\x73\ \x25\xa8\x92\x82\xae\xe9\x54\xca\x65\xcc\x54\x81\xd2\x3c\x6a\x52\ \xc8\xe7\xa9\x96\x2b\x34\xaa\x35\x86\xc3\x21\xfd\x7e\x1f\x09\x49\ \x74\x01\x29\x41\x16\x85\x21\x8a\x22\x63\x19\xb9\x13\xe9\xa3\x04\ \x49\x12\xa1\xaa\x1a\x51\x14\x71\x78\x28\xf2\x74\xca\xe5\x32\xb6\ \x6d\xb3\xbd\xbd\xcd\xd4\xd4\x14\x49\x12\x33\x1c\x0e\x30\x27\x37\ \xd9\xcf\x84\xa3\xfd\x6c\x80\x9e\x70\xe6\x07\x27\x53\x4c\xfa\x6b\ \x34\x1e\xa5\x04\xa1\x82\x2c\x41\x12\x05\x24\x92\x4a\x10\x45\xa7\ \x42\x02\x05\x3f\xa4\x1b\x3a\x61\x12\x12\xfb\xa2\xb3\x5c\x2e\xae\ \x10\xc7\x31\xfb\x7b\xbb\x44\x61\x40\x18\x84\xc2\x57\xa3\x0a\x12\ \x3c\x9f\xb3\x70\x1d\x87\x4e\xbb\x03\x49\x8c\x1f\x44\x27\xe4\x75\ \x24\x26\x1c\x59\x11\x99\x43\x71\x1c\x0b\x85\x57\x1c\x93\x24\x32\ \x51\x18\x12\x27\xc2\x40\x25\x08\x6b\x87\x30\x50\x44\x24\x43\x1c\ \x31\x18\x8c\x18\x8d\x6c\x0c\xcb\x42\x51\xd4\x2c\xa7\x67\xd2\x49\ \x6b\xfa\xc9\x68\x6d\x98\x42\x83\xff\xbc\xd4\x5c\x9e\xe7\xf1\xe8\ \xc1\x23\xbe\xfa\xd5\xaf\xd2\x98\x99\xc6\x19\x8d\x39\x3e\x6e\xe2\ \x79\x1e\xef\xbd\xff\x1e\x57\xae\x5c\x21\x4e\x62\x06\xc3\x3e\x63\ \xdb\xe6\x8d\x37\xdf\xe0\xc2\xf9\xf3\xf4\x3a\x7d\x8e\x8e\x9a\xf4\ \xfb\x23\x82\x20\x4a\x8d\xa8\x32\xd5\x6a\x85\x24\x89\xd9\xdd\xde\ \xa2\x94\x2f\x70\xf7\xee\x1d\xa1\xb3\x77\x5d\xea\x8d\x46\xc6\x11\ \x14\x0b\x05\xea\xe5\x0a\x71\xea\xf8\x17\xca\x3a\x11\x51\xe0\x8c\ \x47\xe4\x73\x39\x12\x49\x14\x14\x19\x19\x52\x48\xd2\x73\x5d\xd4\ \xb4\xd3\xef\xa5\xb0\x42\xe8\xfb\xe4\x4c\x93\xbd\xdd\x5d\x1a\xf5\ \x3a\x83\x5e\x1f\xcd\xca\xa3\x59\x26\x92\x2f\x23\xa7\xfe\x14\xcf\ \x71\x88\xc3\x90\x7e\xaf\xcb\xb8\xdf\x67\x6e\x6a\x8a\x27\x8f\x1f\ \xb2\x7d\xb4\xcf\x68\x3c\x22\x0c\x04\x57\x68\xe5\x2c\x1c\xcf\xa5\ \x94\x48\x8c\x6c\x97\x5c\x2e\x47\x0c\x94\xca\x65\xc2\x24\x16\x9c\ \x59\x1c\xa3\x19\x3a\xb9\x5c\x8e\x76\xbb\x4d\x7d\xaa\xce\xe6\xe6\ \x06\xaa\xae\x32\xb6\x6d\x06\x43\x07\xc3\x30\xe9\x76\x7b\xec\xee\ \xec\x51\xaf\x37\xa8\x56\xeb\x24\x71\x42\xb1\x58\xe2\x2b\x5f\xf9\ \x2a\x9f\x7c\x72\x93\xe5\xa5\x15\xbe\xf5\xad\x5f\xe2\xc3\x0f\x3f\ \xe4\xe9\xd3\x0d\xe6\xe7\xe7\x39\x73\xe6\x0c\x53\x53\x53\x4c\x4d\ \x4d\xf1\xf2\xcb\x2f\x31\x1c\x8e\xf0\x3c\xf7\xb9\x3e\xef\x9e\xe7\ \x33\x33\x33\xc3\xc5\x95\x33\xb4\x8e\x0e\x78\xf0\xd9\x1d\x36\x9f\ \x3e\x65\x6a\xaa\x4e\x39\x9f\xa7\xd9\x69\x31\xe8\x76\xd8\xdf\xdd\ \xe6\xd5\xaf\x7e\x85\xfa\x54\x95\x9f\xbc\xf3\x13\xd6\x37\xd6\x49\ \x12\x51\xd4\x1d\xdb\xa6\x90\xcf\xd1\x6d\xb7\xb8\x76\xed\x12\x9d\ \x56\x87\x5b\xb7\x3e\xc5\x32\x73\x99\x1a\xf3\xf0\xb0\x49\x1c\x47\ \xec\xef\xed\x72\xe5\xca\x65\x2a\xd5\x2a\xbe\x1f\xa0\x29\x2a\xb2\ \x22\x13\x85\x62\xaa\x13\x9e\x2a\x97\x09\xd6\x21\xa4\xb5\x32\xa5\ \x42\x81\x04\x71\xef\x7b\x9e\x47\xaf\xdb\xe7\xe8\xe8\x10\xd3\xd0\ \x91\x92\x84\x62\x41\x48\x89\x1d\xc7\x26\x5f\x28\x60\x3b\x0e\x79\ \x29\x4f\x9c\x08\xa1\x41\x42\xc8\x93\xb5\x35\xf6\xf6\xf6\xa8\x55\ \x2b\x74\x3a\x1d\x24\x49\x3c\xe7\x81\xef\xa2\xc8\x12\x10\x11\xf8\ \x3e\xa4\xc8\x8b\xa6\xeb\x04\x69\xb6\xd6\x69\x7e\x15\x4e\x42\x56\ \x27\x39\x7c\x22\xa1\x42\x84\x66\xca\x8a\xca\xd8\x71\x49\xe2\x18\ \x2b\x97\xa7\x54\x2e\x53\xab\xd5\xd8\xde\xde\x26\x01\x5c\xcf\x63\ \x7d\x63\x03\x23\x9f\xc3\x2a\xe6\xe9\x77\x7a\xd8\x8e\x43\x12\x43\ \xa5\x52\xc5\x32\x4d\x66\xad\x02\x73\x73\xb3\xd8\xb6\x83\x1b\x78\ \x02\x1d\x41\xf9\x7b\x15\x94\x5f\x28\x69\xb0\xeb\x3a\x1c\x37\xf7\ \x91\x92\x48\x5c\xe0\x52\x01\x55\x55\x19\x0c\x06\xb4\x9b\xc2\x67\ \x52\xc8\x17\xb0\x66\x1a\x78\x9e\x8f\x1f\x04\x62\xac\x8b\x13\xa1\ \xe9\x4f\x22\x1c\xd7\xcb\x38\x93\x89\x82\x6a\x62\x40\xf4\x3c\x8f\ \x5e\xaf\x87\xa6\x69\x34\x1a\x0d\x00\xb6\xb6\xb6\x04\xa7\x22\xcb\ \xb4\x5b\x2d\x91\xc8\x7a\xca\x93\x71\x3a\x06\xe3\x99\xc0\xb3\x38\ \x7c\xc6\xcd\x3c\x71\x93\xdb\x8e\x8b\xae\x69\xb8\xae\x97\x76\xde\ \xe1\xcf\x48\x8f\xc5\x84\x12\x45\x71\x0a\x39\x09\x57\xfe\x68\x34\ \x16\x0a\x2a\x59\xc1\x75\xbd\x8c\x97\xd0\x75\x03\xc3\x34\xd1\x34\ \xe1\x49\x90\x24\x89\xa2\x55\xc8\xb8\x0b\x59\x16\x45\x44\x40\x68\ \x22\xaa\x63\x02\xdb\xc9\x8a\x02\xc8\x44\x69\x94\x8c\x61\x98\xe9\ \x7b\x8a\xd3\xf8\x14\x35\x4d\x2d\x15\x93\x5c\x7c\xca\xe5\x3d\xf1\ \xb6\x64\xff\x57\x9a\xe8\xeb\x38\x0e\xf9\x42\x21\x4b\xaa\xfd\xf9\ \x27\x13\x85\x37\xde\x7c\x93\x5a\xa3\x4e\x1c\x46\xa8\x9a\x46\xa5\ \x56\xe3\xde\xbd\x7b\xec\x1f\x1e\xf2\xd9\x9d\x3b\x62\xda\x94\x25\ \x5e\x7a\xf9\x25\x6a\x55\x11\xf8\x58\xad\x56\xb9\x72\xf5\x32\x9f\ \x7f\x7e\x16\xd3\x34\xe8\x74\x3a\xac\xad\xad\xf1\xc2\x0b\x2f\x50\ \xad\xd6\x28\xe4\x4c\x7e\xf0\x83\xbf\x62\x61\x61\x91\xcf\x3f\xff\ \x9c\x6e\xb7\xcb\xd9\xb3\x67\x59\x5f\x5f\xe7\xc2\x85\x0b\xcc\xce\ \xcd\x81\xa2\x90\x84\x21\x51\x08\x48\xe2\x1e\x32\x2c\x8b\x41\xb7\ \x9b\xf9\x44\xd2\xf8\x54\x64\x45\xc6\x73\x03\xfa\xbd\x3e\xd5\x6a\ \x15\x09\x91\x74\x9b\xb3\x2c\x06\x83\x01\xad\x76\x9b\x6e\xaf\x47\ \xce\x34\xd9\xde\xda\x62\xfe\xec\x59\x0c\xcb\x40\xd7\x85\xbb\x3e\ \x8e\x22\x34\x4d\x63\x67\x6f\x8f\xc0\xf3\x78\xe1\xda\x75\x7e\xf8\ \xa3\xbf\x66\x30\x1c\x66\x29\x08\x13\x4e\x25\x67\x59\x1c\xb5\x5a\ \x42\x6d\x96\xaa\xf9\x54\x55\xa5\xd3\x69\xa7\x04\x71\x48\xa5\x52\ \xc9\xfe\xbe\xeb\xba\xec\xef\xef\x33\x33\x3d\x43\xf3\xf8\x98\x4e\ \x77\xc8\xfe\xfe\x21\xad\x76\x1b\xcb\xb2\x70\x1c\x87\xd1\x68\x84\ \xaa\x8a\x9c\xb0\x0b\x17\x2e\xb0\xbf\xbf\x9f\x85\x04\xe6\x72\x79\ \x8a\xc5\x22\x9d\x4e\x87\x4e\xa7\xc3\xc2\xc2\x02\x86\x61\x70\xf9\ \xf2\x65\x9a\xcd\x63\x2e\x5c\xb8\xc0\xe1\xd1\xc1\x73\x6b\x20\xa2\ \x30\x62\x61\x71\x91\xa9\x25\x95\xc3\xed\x1d\xba\xdd\x1e\xed\x4e\ \x87\xf5\xcd\x0d\x4c\xcb\x20\x48\x25\xd8\xb2\xa2\xf0\xc2\x8d\x1b\ \x2c\x2f\x2d\xd3\xe9\x76\xd9\xdc\xda\x64\x77\x77\x57\xc8\xe5\x3d\ \x8f\x72\xa5\x82\x17\x04\x9c\x39\x73\x86\xbd\xc3\x03\xa2\x38\x62\ \x6f\x6f\x8f\x6e\xbb\x83\x61\x18\x04\xbe\xcf\xf6\xf6\x36\xb9\x9c\ \x45\xa3\xd1\x60\x69\x69\x09\xd7\x15\xcd\xde\x04\xd6\x98\xa8\xda\ \x72\xb9\xdc\x33\x8d\xed\x84\x53\xf4\x3c\x21\x9c\xb0\xc7\x36\x47\ \x47\x47\xa9\xea\x4b\x70\xb9\xfb\x07\xbb\x94\x4a\x65\xba\xdd\x36\ \x85\x62\x01\xd3\x32\x88\xe2\x90\x28\x0e\x01\x0d\x59\x95\x18\x0e\ \x5c\xee\x3f\xb8\x87\x1f\xb8\x58\x39\x83\xf0\x38\x60\x6b\x7b\x93\ \xf1\x78\x9c\x45\x1c\x59\x56\x2e\x33\x95\x4e\xae\xf7\x44\xc6\xab\ \xa6\x7c\xee\x44\x52\x3e\x91\x9a\x97\xcb\xe5\x34\xb9\xc0\x4e\x85\ \x03\x02\xde\x77\x1d\x81\x22\x54\x2a\x15\x34\x4d\x63\x30\x18\x30\ \x33\x33\xc3\x60\x30\xc8\xa2\x6a\xfa\xfd\x01\x77\x3e\xfd\x9c\x4a\ \xb9\x4c\xa3\x3e\x85\x2a\x8b\x10\xcc\xeb\x37\x6e\x00\xb2\x48\xb9\ \x20\xe1\xe9\xe6\x26\x51\xf4\x15\x34\x45\xf9\x7b\xcd\x26\xbf\x38\ \x93\x49\xca\x9b\x10\x85\x8c\x06\x5d\x91\xc6\x6b\x0a\x9f\x43\xb5\ \x5c\xc4\xb1\x1d\x6c\xc7\xa6\xd7\x69\x09\x02\x34\x9f\x43\x53\x24\ \x02\x04\x4e\x18\x45\x91\x80\x6f\x14\xf9\x24\xce\x59\x4a\x20\x91\ \xf0\x03\x3f\xbb\x39\xc2\x30\xcc\x64\x80\x0b\x0b\x0b\xe4\xf3\x79\ \xf6\xf6\xf6\x98\x9a\x9a\xa2\x50\x28\x30\x1e\x8d\x9f\x89\xbc\x17\ \x2e\x61\xe3\x99\x28\x70\x91\xf2\x4a\x7a\xd0\x9e\x84\x45\x46\x91\ \xf0\x41\xa8\x86\xce\xfc\xd2\x82\x98\x74\xd2\x74\xe2\x49\x4c\x8b\ \x92\xa6\xc3\xc6\x49\x2c\x14\x6c\xa6\x89\x24\x4b\x58\x96\x88\xf8\ \xa8\x36\xea\xd9\x44\x20\x5c\xd2\xba\xf0\xd7\xc4\x31\x4a\xfa\xef\ \xa5\x30\x46\x43\x04\x4e\x92\x26\x03\x67\xde\x98\x28\xce\xf8\x18\ \x64\x99\x20\x49\x18\x39\x4e\x46\xc8\xb9\xae\x9b\x49\x84\x05\x94\ \x16\x67\x64\xe3\xc8\x71\x09\x83\x00\xdf\xf7\x99\x9b\x9b\xc3\x34\ \x4d\xd6\xd6\xd6\xb2\x22\x1a\x45\x11\xc3\xe1\x90\xdf\xfa\xed\xdf\ \xca\x3e\x8b\xe7\xd1\x44\x14\x8a\x45\x38\x15\x2d\x9f\xcb\xe5\xf8\ \xc9\x4f\x7e\xc2\xc1\xc1\x01\xaf\xbd\xf6\x1a\x4f\x9f\x3e\xa5\xdd\ \x6e\xb3\xb7\xb7\x47\xa3\x51\x27\x08\x7c\x7a\xbd\x3e\xf5\x7a\x8d\ \xf9\xf9\x79\xc2\x30\xc4\x30\x0c\x11\x15\xe1\xbb\x18\x96\x85\xa6\ \x15\x79\xf3\xcd\xaf\x71\xf7\xee\x5d\x66\x66\x66\xd0\x34\x8d\xd1\ \x68\xc4\xb9\xf3\xe7\x69\x4c\x4f\xd3\xed\xf7\xc8\x9b\x16\xaa\xaa\ \x13\xc4\x11\x86\x21\xde\x8f\xa6\x89\xc8\x93\x34\x5e\xf6\x44\x81\ \x17\x8b\xee\x53\xd5\x34\x1c\xdb\x46\xd7\x34\xe6\xe6\xe6\x44\xcc\ \x85\x22\x78\x89\xfd\xdd\x3d\x42\xd7\xe3\xc2\x95\xcb\x0c\x07\x03\ \x11\xa4\x69\x9a\x29\xf7\xe1\x73\xb0\xb7\xcb\xdd\x3b\x77\xd8\x5c\ \x5f\x67\x65\x79\x31\x83\x35\x40\x24\xc8\x76\xba\x7d\x82\x20\x20\ \x5f\x28\x90\xb3\x1d\x06\x83\x01\x95\x4a\x45\x4c\x52\xa9\x89\x73\ \x63\x43\x48\x42\x87\xc3\x61\x8a\x9d\xdb\x14\x0a\x25\x3c\x2f\xc0\ \x71\x7d\xf2\xf9\x22\x83\x81\x9d\x35\x30\x93\x50\xca\xb9\xb9\x39\ \x2e\x5f\xbe\x4c\x3e\x9f\xa7\x5c\x2e\x73\xeb\xd6\x2d\x92\x24\xa1\ \xd3\xe9\xb2\xbd\x2d\x22\x88\xfc\x34\x7c\x70\x30\x18\x64\x12\xd8\ \xf9\xf9\x79\x8e\x8e\x8e\x68\x1f\xb7\x98\x5b\x9c\x25\x89\x7e\xfe\ \x82\x12\x27\x31\x95\x4a\x99\x40\xd2\x18\xb4\x3a\x42\xb8\xd0\x6c\ \x72\x70\x70\xc0\xfa\xfa\x13\x0c\xd3\x44\x52\x24\x5e\x79\xe5\x15\ \x96\x16\x17\x89\xa3\x90\x7a\xbd\xc1\x77\xbf\xf3\x1d\xba\xcd\x16\ \x9f\xde\xbc\xc5\x68\x3c\xe6\xdd\x77\xdf\xe5\xd5\xaf\xbc\xc6\x95\ \xab\x57\xc9\x97\x4a\xdc\xbf\xff\xaf\xb8\x7c\xe1\x32\x47\x07\x87\ \xac\x6f\x6c\xb0\xbc\xb8\xc8\xc3\x87\x0f\x79\xf5\xd5\x2f\xf3\xca\ \x2b\x2f\x67\xd2\x68\xc7\x71\xc9\x5b\x16\x92\x22\x93\x2f\x14\xd2\ \x69\xe1\x24\x1a\x5e\x02\x34\x43\xc7\x73\x5d\xda\xed\x16\xb5\xda\ \x14\x8e\xe3\x08\x41\x46\xa1\x80\xe7\x79\x34\x9b\x4d\x4c\xd3\xc4\ \xf7\x03\x9e\x3c\x79\xc2\xd9\xb3\x67\xa9\x54\x2a\x29\x24\x2b\x1a\ \x4d\xdb\x71\x79\xf2\xe4\x29\x71\x1c\x73\xe9\xd2\x25\xde\x7b\xef\ \x3d\xc6\xa9\x14\x59\x78\x7c\x54\x0c\xc3\xc0\xf7\xfd\xcc\xa7\xe6\ \x79\x5e\x26\x27\x0f\x82\x00\x3f\xf5\xd9\x4d\x9a\x8d\x09\xcf\x29\ \x24\xc3\x02\x69\x18\x8d\x46\xb4\xdb\xed\xec\x0c\x98\x70\x5b\xb2\ \x2c\x33\x33\x33\xc3\xdc\xdc\x1c\xc7\xc7\xc7\xb4\xdb\x6d\x91\x02\ \xa2\xe9\x34\xef\x3f\x40\x0a\x63\x9c\xb1\xcd\xf9\x0b\x17\x39\xb7\ \x7a\x46\x24\x47\x1b\x3a\x63\xdb\xc5\x8f\x42\xbe\xf2\xd5\xaf\xfe\ \x83\xd2\x2e\x7e\xa1\x38\x13\x59\x92\x30\x34\x95\x9c\x65\x66\x17\ \xd7\x77\x1d\xfa\xa1\xcf\xfc\xdc\x3c\xb2\x5c\xa7\xdb\xeb\x09\xd2\ \x31\x8e\xd0\x0c\x95\xe9\x62\x43\xd8\xfe\x43\x81\x2f\xaa\x9a\x50\ \x42\x68\xba\x06\x49\x82\xac\x88\xe4\x4e\xa1\x0c\xb3\xb2\x09\x63\ \xa2\x92\x5a\x5c\x5c\xc4\x30\x0c\x1c\xd7\x41\x95\x05\xcc\x36\x91\ \x6d\x4e\x3c\x27\xa7\xe1\xae\x24\x8d\x62\x20\x4d\xfd\x3d\xfd\xfd\ \xc9\x28\xac\x1b\x86\xc0\xd1\x55\x95\x20\x4d\x8e\x8d\x7f\x66\x47\ \x83\xe3\xba\xa2\x60\xc5\x31\x61\x14\xe1\x38\x1e\x41\xaa\x71\x77\ \x5c\x17\x25\xbd\x81\x04\x0f\xe0\xe2\xb8\xee\x49\xe0\x5a\x18\x23\ \x45\x11\x61\x18\x11\x86\x41\xe6\x41\x51\x64\x05\x2f\xd5\x92\x4f\ \x8a\x61\xac\x28\x24\xf2\x24\xca\x3f\x26\x8e\x13\xc2\x53\x66\x3a\ \x45\x51\x52\x48\x2b\x21\x88\x4e\xc2\x24\x27\x66\xc0\x6e\xb7\x9b\ \xbd\xff\xc9\xfb\x7b\x9e\x86\xc5\xc9\xb5\x50\x55\x95\x28\x8e\xd1\ \x4d\x83\xb5\xb5\xa7\xfc\xc5\x5b\x6f\xf1\x1b\xbf\xf9\xef\xf3\x8f\ \xff\xcb\xdf\xe1\x7f\xff\xdf\xfe\x90\xef\xff\xd1\xf7\xd9\xdc\xda\ \x62\x73\x73\x33\x93\xbc\x0e\x06\x03\x7a\xbd\x9e\x90\x84\x6b\x02\ \xca\x5c\x5f\xdf\xe4\xca\xd5\x2b\xf8\xbe\xc7\xf4\xec\x0c\xc5\xad\ \x2d\x76\x77\x77\xb1\xac\xd3\xdd\xa9\xcb\xff\xf8\xdf\xff\x0f\xfc\ \xd6\x7f\xf2\x5b\x5c\xbc\x72\x05\x25\x4c\x55\x57\xa9\x9f\xc4\x75\ \x1c\x74\x4d\xc3\xd4\x54\xe1\x15\x22\x26\x41\x78\x9e\x20\x66\x3c\ \x1c\x11\xc8\x30\x3a\x1e\xb2\xb9\xbe\x21\x2e\x89\xef\xb1\xb9\xb9\ \x4e\xa5\x5c\x64\x61\x6e\x1e\xc5\x34\x89\x43\xe1\x68\xd6\x52\xd3\ \xa8\xeb\x3a\x24\x51\x88\xe7\x3a\x3c\xbc\xff\x00\xd7\x73\x19\xf4\ \xfb\x18\xa6\x96\x25\x28\x4f\x8a\x4b\xb1\x58\xe0\xf0\xe8\xf8\x24\ \xe8\x33\xf0\x29\x97\x0a\x2c\x2d\x2d\xb1\xb3\xb3\x43\xbd\x5e\xc7\ \x34\x4d\x86\xc3\x21\xe3\xf1\x98\x46\xa3\x21\x22\xeb\xc7\x63\x24\ \x59\xa6\x5c\xa9\x30\x18\x0e\xb3\xe2\xdc\x68\x34\x68\xb7\xdb\xdc\ \xbc\x79\x93\x7e\xbf\xcf\xec\xec\x6c\xd6\xf1\x4e\xa6\x54\xd7\x75\ \x99\x9f\x9f\xcf\x08\xfb\x77\xde\x79\x07\x5d\xd7\xd9\xdf\xdf\xe7\ \x3f\xff\x2f\xfe\x33\xfa\xfd\x4e\xd6\x38\xfd\xfc\xe3\x49\x4c\x7f\ \xd0\x43\xd7\x75\x2a\xd5\x0a\x77\xef\xdf\x23\x4a\x12\x5e\x79\xf5\ \x55\x1e\x3d\x78\x88\x1f\xfa\x3c\x79\xfc\x84\xef\x7c\xe7\x3b\x78\ \x51\xc8\xce\xce\x0e\x67\x56\x56\xb8\x7e\xfd\x3a\xff\x77\x6a\x15\ \x68\x36\x9b\x58\x56\x8e\x62\xb1\xc0\x95\xab\x97\xc9\xe7\xff\x63\ \xde\xfa\x8b\xb7\x58\x5e\x5e\xa6\x94\x4a\xfd\xbf\xf1\x8d\xaf\xb3\ \xb8\xb4\x44\xb7\xdb\xa5\x54\x2a\x67\x52\x7f\xb1\xfb\x87\x2c\xee\ \x3d\xf9\x99\x34\x0e\xa2\x84\x6e\xa7\xcb\x70\x30\xa0\x54\x2c\x21\ \x4b\xb0\xb8\x30\x4f\xaf\xd7\xc3\x73\x6d\xa6\x1a\x35\x1e\x3f\x7e\ \xcc\x70\xd0\xe7\xda\xd5\xcb\xb8\x73\xb3\x0c\xfa\x7d\x61\x0b\xd0\ \x0d\x3c\xd7\x65\xe3\xe9\x13\xde\x7b\xf7\x1d\x76\x77\x77\x59\x5a\ \x5c\x62\xd0\xef\x11\x7a\x1e\x39\xcb\x42\x96\xc5\x04\x30\x99\xfe\ \x27\x5f\x4f\x8a\xc8\xa4\x81\xf5\x7c\x3f\x4b\xa4\x98\x9c\x31\x93\ \xe8\xfc\x42\xa1\x20\x0a\xf1\xd1\x91\x48\xf2\x48\x65\xeb\x93\x00\ \xcb\x99\x99\x99\x0c\x81\xf1\x3c\x81\x94\xec\xec\xec\x70\xf9\xd2\ \x65\x16\xe7\xe6\x70\x3c\x17\xd3\xb2\xa8\x54\xcb\x98\x86\x8e\x61\ \xe8\x4c\xcd\xcc\x70\x74\x7c\xcc\x97\x5e\x7d\x05\x2f\x12\x4e\xfb\ \x89\x79\xf7\x0b\x53\x4c\xc2\x30\x64\xaa\xd1\xe0\x9b\xdf\xf8\x86\ \x50\x9c\x28\x82\x24\x8e\x4f\x19\xec\x34\x4d\xe3\xec\xd9\xb3\xe2\ \xa1\x23\x41\x52\x95\x6c\xcf\xc4\xa4\x72\x4f\xba\xdb\x30\x8c\x30\ \x0d\x03\x59\x55\xb1\x1d\xef\x19\x13\xe0\xe9\x00\x45\xcf\x13\x11\ \xce\xba\xae\xe3\x05\x11\xc3\xc1\xf0\xef\xe4\x62\x4d\x3a\x83\x49\ \x36\x57\x14\x45\x69\xec\x09\x27\x5f\xa7\x24\x58\xe0\xfb\xc2\x2b\ \x13\x86\x29\x37\x11\xa6\x70\x93\x20\xef\x33\x9d\x7e\xf6\x3a\xc5\ \x01\xae\xe9\x42\x0a\x9a\xc4\xe2\x7b\xb9\x7c\x3e\x1b\x77\x27\xa3\ \xec\xa4\xf8\x18\x86\x41\x1c\x86\x42\x69\x94\xc4\x7f\x67\x3c\x9f\ \x40\x7c\x62\x71\x94\x9a\x29\x41\x5c\xd7\x4b\x8b\xa4\x9e\xc2\x72\ \x11\x9e\xe7\x23\x4b\x32\x8a\xa6\x92\x84\x49\x16\x46\x38\x29\x34\ \x93\x9f\x7b\x3a\xd7\xeb\x79\xb2\xb1\x13\x59\xb2\x95\xcb\xa1\x1b\ \x3a\xcd\x66\x8b\x7f\xfa\x4f\xff\x3b\x5e\x7f\xfd\x0d\xfe\xc9\x7f\ \xfb\x4f\xd8\xdf\x3f\xa0\xdb\xeb\x11\x04\x21\xb7\x6e\xdd\xce\x7c\ \x2f\x13\x7f\x8c\xeb\x8a\xf8\x89\x66\xb3\x49\xb7\xdb\xa5\x50\x28\ \xd0\x69\x77\xa8\x56\xcb\x8c\x47\x63\xe6\xe7\xe7\xf9\xc1\x0f\x7e\ \xc0\x70\x38\xcc\x3e\xcf\xd6\xf1\x31\xad\x76\x8b\xc3\xc3\x43\x2e\ \x5d\xbb\x4a\x42\x82\xef\x79\xd8\xc3\x01\xb2\x22\x31\x1c\x8d\x90\ \x55\x15\xab\x58\x14\x0d\x89\x2c\xf6\xbb\xa8\x9a\x86\x3b\x1a\x90\ \xcf\xe7\xf0\x5d\x97\xcd\x8d\x75\x5a\xad\x16\xe7\xcf\x9d\x83\x58\ \x4c\x1f\x57\xaf\x5c\x21\x49\x22\x02\xdf\x43\x37\x34\x08\x22\x74\ \xd5\x42\x4a\x44\x8c\x8e\xaa\xaa\x04\xbe\x87\x63\x3b\xb4\x5b\x2d\ \x2a\x95\x12\x89\x94\x30\x1e\x8d\x33\x43\xa3\xef\x7b\x99\x80\xc4\ \x71\x1c\x8a\xc5\x22\x53\x53\x53\xac\xac\xac\x52\xad\x56\xb2\xe0\ \xc1\x7a\xbd\x4e\x18\x86\x1c\x1d\x1d\x11\x04\x01\x95\x4a\x85\xe3\ \xe3\x16\xb5\x5a\x0d\xdb\xf5\x53\x28\x35\x11\x29\xc8\xae\x4b\xb7\ \xdb\x65\x66\x66\x86\xcd\xcd\xcd\xcc\x3b\x64\xdb\x36\xfd\x7e\x1f\ \xcb\xb2\x98\x99\x99\xa1\xd3\xe9\x70\xee\xdc\x39\x36\x37\x37\xd3\ \x78\x95\x84\xef\x7e\xf7\xbb\x58\x96\x45\xaf\xf7\xbc\x2e\xbd\x84\ \x14\x27\x14\xf3\x79\x34\x59\xe6\x93\x8f\x3f\x60\x6f\x6f\x8f\xdf\ \xf8\xcd\xdf\xe0\x57\xfe\x9d\xef\xf2\xbf\xfe\xde\xff\xc2\xad\x9b\ \x9f\xd0\x6a\x36\xd9\xdf\xdd\x47\xcd\x19\x78\x9e\xcf\x27\x1f\x7f\ \xc2\xe3\x07\x0f\x45\xf4\x87\x69\xe2\xba\x2e\x9f\x7f\xf6\x19\xdf\ \xfa\xa5\x6f\x61\xe4\x2c\xca\xe5\x32\xd5\x6a\x95\xc7\x0f\x1f\x61\ \x59\x39\x6a\xb5\x1a\xd7\xaf\x5f\x47\x55\x65\xfe\xf1\xef\xfc\x0e\ \xdf\xfb\xde\xf7\xf8\xf6\xb7\xbf\x8d\xae\x1b\xa8\x8a\x42\x1c\x8a\ \x3d\x40\xfd\x7e\x1f\x45\x96\x33\xa8\x6b\x02\xf5\x96\x4a\x25\x4c\ \xc3\x60\x3c\x1c\xa0\xaa\x2a\xb6\x1f\xb0\xf1\xf4\x29\xe3\xf1\x18\ \xcf\x71\xd8\xde\xda\xe2\xf2\xa5\x4b\x34\xea\x75\x24\x44\x08\xec\ \xe4\x2c\x71\x1d\x87\xe3\x66\x13\x92\x84\x4e\xbb\x8d\x3d\x1e\x8b\ \x43\x99\x04\x7b\x3c\x42\x4e\xe5\xdc\x93\x42\x3e\x09\x95\x05\x70\ \x5d\xb1\xe3\x66\x66\x66\x86\xf1\x78\x8c\xed\x38\x18\x86\x91\xf1\ \x98\x61\x18\x62\x59\x16\xae\xeb\x66\x53\x79\xa1\x90\xa7\x3f\x1a\ \x67\xe9\x16\xb2\x2c\xb3\xb3\xb3\xc3\xde\xde\x1e\xd7\xaf\x5f\xcf\ \xbc\x6a\x51\x14\x11\x05\x01\x32\x60\x19\x86\x68\x26\x7d\x9f\x76\ \xa7\x45\x7f\x3c\xe2\xbd\x0f\xde\xe7\xab\x6f\xbe\xc1\xea\xd9\x55\ \xd6\x9e\x3c\x11\x02\x80\xbf\x27\x08\xf1\x0b\xc5\x99\x8c\xed\x31\ \x9b\x5b\x5b\x99\x81\x70\x72\x40\x06\x41\x80\xeb\x09\x1d\xfd\x84\ \xa3\x70\x7d\xef\x19\xe8\x29\x53\x35\x04\x41\x26\xaf\xbd\x7a\xe5\ \x32\x8a\x61\xf2\xde\x7b\x1f\x8a\xa5\x31\xa9\x53\x75\xd2\xc5\x4e\ \xd4\x5f\x8e\xe3\xa0\x1b\x06\x96\x61\x12\xa5\x05\x63\x02\x75\xfd\ \x6c\x46\x56\xf6\x7d\x4e\x36\xa8\x4d\x5e\x6b\x9c\x24\x44\xa1\x88\ \x2c\xcf\xe5\x72\xd8\x8e\x23\x3a\xa0\x48\xce\x26\x8d\x89\xe9\x4d\ \x84\x3d\x46\x24\xb2\x44\x22\x09\xaf\xc5\xa4\xb0\x88\xc4\x59\xa1\ \x24\x0b\xe3\x08\x33\x9d\xd4\x90\x20\x91\x25\xfc\x38\x22\x91\x45\ \xbf\x1c\x4f\x04\x03\x92\x24\x20\xb7\xf4\x41\x48\x43\x01\x48\x22\ \x61\x50\x7c\xe6\xe7\x66\x23\xb3\x8c\x24\xa9\x59\xf1\x98\xc4\xae\ \x9c\xce\xf2\x39\x8d\xd9\x4f\x0e\xfe\x89\xb8\xe1\xf9\x14\x93\x04\ \xdf\xf3\xb3\x43\xea\x0f\xfe\xe0\x0f\xe8\xf5\x7b\xfc\xfe\xef\xff\ \x73\xe2\x38\xc2\xb2\x4c\x56\x57\x57\x31\x4d\x8b\xcd\xcd\x4d\xfe\ \xf6\xed\xbf\xe5\xc5\x97\x5e\x64\x6d\x6d\x8d\xc3\xc3\x43\x3e\xfb\ \xec\xb3\x6c\x6a\xaa\x56\xab\x68\x9a\xc6\xe6\xd6\x26\xd5\xca\x0d\ \x2c\xcb\xe2\xe8\xe0\x20\xe3\xcc\x3a\x9d\x0e\x7f\xf3\xa3\x1f\x65\ \xcb\xa4\x8e\x8e\x8e\xd8\x78\xb2\xce\x60\x34\xa6\x58\xcc\x31\xdd\ \x68\xd0\x6b\x37\xb3\x5d\x10\xcb\x67\x56\x4f\x2d\xb5\x12\x6a\x2f\ \xdb\xb6\x89\xe2\x08\x39\x11\xae\xe2\x6e\xbb\xc3\x78\x7a\x06\xcb\ \xb2\xb8\x72\xf9\x12\xc7\xcd\x26\x6b\x8f\x1e\x33\x7b\x66\x95\x72\ \xa5\x84\xa9\xeb\xc8\x52\x42\xaf\xdb\x43\x22\xc6\x73\x1d\xea\x8d\ \x06\xc7\x47\x87\x28\x8a\x4c\xb5\x56\xa6\xdd\xed\xd0\xef\xf7\x41\ \x92\x53\x01\x87\x8e\xa2\xeb\x99\x0b\x5f\x44\xcd\x78\x84\x61\xc8\ \xee\xee\x1e\xaa\xaa\x71\x70\x70\x88\x69\x5a\x14\x8b\x65\x4c\xd3\ \x42\x92\x64\xee\xdc\xb9\x07\x12\xe4\xf2\x45\x3c\xd7\x4b\x17\x3d\ \x89\x89\x4a\xd7\x75\x91\xf9\x94\xcf\x67\x50\x8d\x90\x14\x9b\xbc\ \xf2\xca\x2b\xa8\xaa\xca\xf4\xf4\x34\x7f\xf4\x47\x7f\x44\x92\x24\ \x7c\xf3\x9b\xdf\x4c\xef\x77\xb8\x7e\xfd\xba\x10\x84\x3c\xaf\x69\ \x54\x96\x70\xc6\x2e\x5e\xac\xf0\xe1\x87\x1f\xf2\x7f\xfd\xcb\x7f\ \xc9\x6f\xff\xa7\xbf\xcd\x77\x7e\xf9\x97\xf9\xf4\xd3\xdb\xf4\x07\ \x03\x64\x59\x66\x73\x63\x83\xb5\x47\x8f\x28\x36\xaa\x8c\xc7\x63\ \x0a\x56\x3e\x9b\x62\x6d\xdb\xa6\xdb\xe9\xb0\xb1\xb1\xc1\xfc\xe2\ \x02\xf9\x62\x81\x38\x4e\x68\xd4\x1b\xfc\xb4\xf9\x0e\xad\x56\x8b\ \xe5\xa5\x45\x9a\xcd\x63\x86\xc3\x41\x06\x93\x8a\xf4\xeb\x1e\x6d\ \xdf\xcb\x26\x41\xc7\x71\x18\xe9\x3a\xd3\x33\x33\x44\x41\x88\x92\ \xc6\xdf\xe4\xf2\x79\x88\x13\xe2\x94\xb3\xfc\xec\xd3\xf7\x58\x5f\ \xdf\x60\x69\x69\x89\x38\x8a\x31\x75\x83\xb9\xd9\x39\x0c\x4d\x47\ \x95\x05\x7c\x6d\xa7\x53\xed\x24\x54\x73\xe2\x93\xeb\xf7\xfb\xf4\ \xfb\x3d\x11\x3f\x6f\x9a\x78\x41\x98\x99\x58\xc3\x30\x44\xd3\x34\ \x71\x6f\xa5\xde\xae\x5c\x2e\x47\xbd\x5e\xa7\x50\x28\xf0\x74\x7d\ \x1d\x2b\x4d\x53\x38\x3a\x3a\xc2\x75\x5d\x66\x67\x67\x33\xf3\xb1\ \x69\x9a\x8c\xc6\xe3\xec\xbc\x9a\x34\x19\x93\x18\xa6\xb5\xb5\xb5\ \xec\xff\x56\x14\x85\x20\x0c\x29\x95\x4b\x1c\x1d\x37\x29\x17\xf2\ \x20\xcb\x3c\x5e\x5b\x63\x64\x8f\x39\x7b\xf6\x3c\xf3\x0b\x73\x1c\ \xec\xef\x31\x4c\x13\x09\xbe\x70\xd2\x60\x45\x96\x19\x0c\x86\xdc\ \x7b\xb4\x46\xad\x5c\x12\xfb\x06\xd2\x2d\x65\x71\x24\xb6\xe4\x4d\ \x0c\x74\x9e\x27\x48\xf7\x58\x4e\x88\xa3\x44\x1c\xaa\x29\x57\x10\ \x45\x31\x49\x5a\x74\x82\x20\x42\x56\x93\xcc\xa3\x32\xc9\xb9\x72\ \x5d\x37\x8d\x0b\x91\xb2\x58\x6e\x21\x87\xf5\xd0\x54\x2d\x2b\x60\ \x93\x62\x35\x29\x2e\x27\x2b\x5a\xd3\x02\x36\x59\x64\x95\x1e\xbe\ \x61\x18\x11\x45\x09\x6a\x14\xa7\x11\xd4\x0a\x12\xa9\x99\x32\x11\ \x5f\x2b\x29\x74\x26\x48\x65\x35\xe5\x77\x85\x9c\x37\x46\x48\x5c\ \x91\x14\x24\x45\xb8\x93\xa3\xb4\x00\x8a\xc9\x26\xdd\x92\x23\x43\ \x22\x49\x20\x89\xf8\x94\x18\xa1\x21\x96\x90\xd0\x55\x1d\x3d\x5d\ \x83\xeb\x87\x11\x84\x09\x52\x22\x01\x32\x61\x18\xe3\x79\x41\x56\ \xbc\xb3\xd5\xc7\xb2\x0c\x52\x44\x9c\x9c\xc4\x65\x4c\x3a\xa6\xd3\ \xf1\x32\x8a\xa2\x90\x33\x4d\x21\x52\x48\x9e\xdf\x64\x72\xf3\xf6\ \x67\xbc\xf0\xc2\x0b\xdc\xbe\x7d\x9b\xbf\x7c\xeb\x07\xfc\xee\xef\ \xfe\x2e\x4f\x9e\x3c\x61\xff\xe0\x90\x7a\xbd\x21\x72\xd0\x90\xd0\ \x75\x83\x07\x0f\x1f\x50\xab\xd7\xb8\x7d\xfb\x36\x77\xef\xde\xc5\ \x75\x5d\x46\xa3\x11\x8b\x8b\x8b\x2c\x2c\x2c\x30\x3b\x3b\xcb\xc3\ \x87\x8f\x52\xa2\x55\x63\x69\x65\x85\x46\xa3\x91\x75\x9b\x2f\xbc\ \xf8\x22\x9d\x14\x5f\x9e\x9b\x9b\x63\x7e\x61\x9e\x8a\xe3\x92\xcf\ \x5b\xa8\xaa\x42\xe4\x17\x39\x3e\x3e\x16\x52\x71\x55\x27\x89\x62\ \xc2\x28\x41\x4a\x40\x55\x65\x14\x45\xa2\x75\xdc\x4a\x15\x7d\x21\ \x24\x11\xb7\x6f\x7d\xc2\x78\x3c\x24\xf0\x3d\x92\xd4\xaf\x50\x2d\ \x97\x09\x83\x80\x58\x53\x49\x62\xe1\x94\x4e\x82\x80\xd5\x95\x15\ \x02\xcf\x63\x61\x76\x96\x27\xf9\xc7\xec\xee\xed\xa1\xa4\xc9\xc9\ \xed\x4e\x4f\xe4\xbb\x15\x0a\x48\x8a\x42\xb9\x5c\x66\x30\x18\x10\ \x84\x21\x46\x92\x70\x74\xd8\xa4\x50\x28\x52\xaf\x4d\xb1\xb7\xb7\ \x47\xa5\x5c\x63\x6b\x6b\x0b\x45\xd6\x50\x64\x8d\x8b\x17\x2e\x21\ \xcb\x32\x07\x47\x47\x04\x61\x88\x65\x99\x38\x8e\x4b\xaf\xd7\xc3\ \x34\xcd\xcc\x6b\xd0\xeb\xf5\x98\x9f\x9f\x4f\x9b\x36\x85\x4e\xa7\ \xc3\x8b\x2f\xbe\xc8\x60\x30\x60\x61\x61\x81\x5f\xfb\xb5\x5f\x63\ \x76\x76\x96\xb7\xde\x7a\x8b\x5f\xfd\xd5\x5f\x25\x9f\xcf\x73\x78\ \x78\x80\xa6\x3f\x9f\xe3\x22\x49\x12\x8a\xf9\x02\x9b\x8f\x9e\xf2\ \x7f\xfc\xe1\x1f\x72\xee\xfc\x39\x7e\xe3\x37\x7f\x93\xa3\xa3\x43\ \xac\x9c\x95\x9a\x27\xd7\x69\x35\x8f\x79\x78\xff\x01\xc5\xe9\x1a\ \x7b\xfb\xfb\x10\x46\x6c\xad\x6f\x66\x13\xf2\xfc\xc2\x02\x8d\x46\ \x83\x8d\x8d\x0d\xbe\xf6\x8d\xaf\xe3\xd8\x2e\xb9\x9c\x85\xef\xfb\ \x14\x8b\x45\x5a\xad\x16\x3f\xfc\xe1\x0f\x29\x97\x4b\xc4\x91\xc8\ \xcf\x7b\xf8\xf0\x21\xe3\xf1\x98\x5a\xa5\xc2\xd2\xd2\x62\x1a\x4d\ \x22\x12\x16\x5e\x7c\xf9\x25\xb1\x08\xed\xd4\x8a\xdf\xa3\xc3\x03\ \x92\x28\x4c\xb7\xa7\xc6\x74\xba\x6d\xa6\xa7\x1b\x58\x96\xc1\xf4\ \x74\x03\xa4\x84\xc7\x8f\x1f\x12\x45\x01\xa5\x4a\x11\x43\x55\x51\ \x65\xe8\xf7\x3a\xb4\x9a\x87\x38\xe3\x11\xc5\xbc\x45\x14\x78\x98\ \xba\x46\xae\x52\xa6\xd3\x13\x99\x6c\x13\x01\xc4\xa4\x98\x4c\x0c\ \x89\xa6\x69\x0a\xf2\x5d\x51\x18\xa5\x86\xc5\xe1\x70\x48\xb5\x5a\ \x45\x55\x55\xc1\xaf\xa5\xfe\xb8\x49\x4c\x8a\x7c\x2a\x48\x74\xc2\ \x0d\x4d\x22\xf5\x27\x4d\xe4\xe4\x73\x99\x99\x9b\xc1\x75\x1d\xda\ \xfd\x0e\xcd\xe6\x11\x86\x65\xb1\xb8\xb8\xc0\xce\xee\x2e\x17\x2f\ \x9d\x47\x46\xe2\x20\x2d\xbc\xff\x90\x07\xfd\x17\x8b\x33\x91\x15\ \x34\x45\x45\x52\x34\xe2\x34\xc3\x47\x1c\x76\x0a\x8e\x1b\x30\xb6\ \x5d\x24\x49\x2c\xb0\x51\x65\x15\x05\x59\x24\x5f\x2a\x0a\xb2\x2e\ \x67\xc1\x7d\xbe\xef\xe1\x7b\x01\xaa\x62\x90\xcf\x15\x28\x95\x4b\ \xd8\x8e\x9d\x41\x5c\x93\x6c\xff\x09\x6c\x35\xe1\x09\x1c\xcf\xc7\ \x4d\x5c\x94\x54\xf5\x72\x7a\xef\xc7\x64\x42\x51\x14\xe1\xe9\x48\ \x24\x25\xdb\x97\x7c\x1a\x02\x92\xd3\xd5\x9c\x62\x3f\x88\x28\x6a\ \x0a\xcf\xee\x4c\xf9\xb7\x49\x8d\x4f\x47\xc2\x4f\xa2\xc3\xa3\x53\ \x71\xf4\xa7\x23\x52\x92\x30\xce\x26\xa8\x49\x21\x56\x14\x51\xb8\ \x7c\xdb\xc9\x60\xc3\x30\x0c\xc9\x9c\x2d\x89\xd8\x1d\x3e\x09\x1d\ \x4c\x52\x98\x4e\x55\x15\x72\x56\x1e\x33\x67\x92\x10\x67\x9d\xda\ \xc4\x0c\xe7\xf9\x1e\x9e\xeb\x65\xa4\x9e\x9f\x4e\x50\xd2\x73\xc0\ \x3b\x26\xc5\xfc\xfb\xdf\xff\x3e\xd5\x6a\x95\x3b\x77\xee\x90\xcf\ \xe7\x79\xf7\xdd\x77\x91\x24\x41\xc0\x26\x49\xc2\x68\x28\x16\x13\ \x35\x8f\x8e\xd2\x88\x8c\x8b\x24\x49\xc2\x95\x2b\x57\x78\xf8\xf0\ \x21\x7b\x7b\x7b\x69\x97\xad\xf3\xd3\x9f\xfe\x54\xc4\x72\x04\x2e\ \x67\x56\x57\x19\x8d\x46\x19\x61\x3d\x35\x35\x85\x2c\xcb\x2c\x2d\ \x2f\x0b\x9e\x2c\x9d\x1c\x55\x55\xa5\xdf\xef\x63\x28\x72\x76\xe0\ \x9c\x3b\x77\x4e\x7c\x8e\x81\x4f\x9c\x28\x78\xae\x4b\x14\x78\x14\ \x2b\x55\x9e\x3e\x79\xc2\xf6\xc6\x26\x2b\x2b\x2b\x54\xab\x15\x5a\ \xc7\x2d\x88\xc5\x7d\x65\x3b\x36\xb2\x0c\xbd\x6e\x87\x5c\x3e\x4f\ \xa5\x5c\x42\x4e\x12\xc6\x8e\xcb\xde\xde\x2e\x1f\x7d\xf4\x11\x9e\ \xe3\xa0\xeb\x2a\xdb\x5b\xdb\x8c\xec\x31\x85\x52\x51\xec\x35\x4f\ \xef\xcd\xc1\x60\x80\x92\xc6\xd7\xf4\xfb\x7d\xa6\xa6\xa7\x99\x9f\ \x9f\x67\x66\x6a\x9a\x33\x67\xce\xf0\xf6\xdb\x6f\x53\xab\xd5\x32\ \x58\xef\xe8\xe8\x88\xd7\x5f\x7f\x9d\xd7\x5e\x7b\x8d\xed\xed\x6d\ \xee\xdc\xbb\xc7\xd6\xce\x2e\xe3\xb1\x10\x58\x88\x28\x9a\x3c\xad\ \x96\x88\x9a\x59\xa4\xd5\xbf\xa8\x00\x00\x20\x00\x49\x44\x41\x54\ \x58\x58\xc8\x08\xdf\x20\x70\x79\xf7\xdd\x77\x39\x3e\x3e\xe6\xca\ \x95\x2b\x5c\xbc\x78\x11\x5d\xd7\x79\xf2\xe4\x09\x37\x6e\xdc\xa0\ \x50\x28\xf0\xfb\xff\xfc\xf7\x69\xb5\x8f\xf9\xaf\xff\x9b\xff\x8a\ \xd1\x68\xfc\x73\x5f\x77\x4d\x55\xb9\x77\xff\x31\xff\xe2\xff\xfc\ \x3e\x49\x92\xf0\xbd\x7f\xef\x7b\xbc\xf3\xce\x3b\x1c\x1c\x1e\x88\ \xe5\x4c\x69\xda\xb2\x2c\xcb\xb4\x9a\xc7\x18\xe5\x02\xbb\x3b\xbb\ \x34\x0f\x0e\xd0\x64\x15\xdf\xf3\xc9\x59\x16\xd7\xae\x5d\x63\x7a\ \x66\x86\x9b\xb7\x6f\x91\x00\xd5\x5a\x95\x17\x5f\x7c\x91\x1b\x37\ \x6e\x70\xfb\xf6\x2d\x96\x97\x16\xb9\x76\xed\x1a\x90\x10\x25\xe2\ \x73\x38\x7b\xf6\x2c\xb6\x6d\x33\x37\x33\x8d\x9c\xf2\x85\x83\xc1\ \x80\x72\xb9\x2c\x38\xb1\x24\x21\x4c\x9f\x5d\x33\x67\x51\xae\x56\ \xd9\x78\xfc\x88\x7e\x7f\x80\xa1\xe9\x14\xac\x1c\xf7\xee\xdc\xc5\ \x19\x8d\x31\x34\x9d\x6e\xab\x8d\x3b\xb6\xc9\x5b\x16\xae\xe3\x52\ \xae\x54\x50\xd3\x6b\xb7\xbc\xbc\x9c\xc1\xb1\x8e\xe3\xf0\xf4\xe9\ \xd3\x2c\x86\x45\x96\x65\x22\x3f\xca\xa0\xe4\x09\xac\x1c\xa4\x02\ \x98\xc1\x60\xc0\x66\x18\x52\x2c\x16\x29\x95\x4a\x0c\x06\x83\x2c\ \x96\x47\x55\x55\xf2\x29\x0c\x3e\xc9\x51\xf3\x7c\x3f\xe3\x54\x46\ \xa3\x11\x73\x73\x73\xd9\xb9\x62\x18\x22\x10\xd5\x34\x05\xc2\x51\ \x2c\x15\xd1\x2d\x83\xa9\xb9\x59\xaa\x61\xc8\xb7\xbe\xf5\x4d\x3e\ \xfc\xf8\x63\x96\x96\x97\x68\xd4\x1b\xb4\x8f\x8f\xd8\xdb\xda\x66\ \x6d\x6d\x8d\x7f\xf7\xcd\xaf\x60\xe8\xfa\x17\x2b\x9b\x6b\xd2\xe9\ \xfb\x49\x42\x10\x9f\x74\x06\x49\x9c\xee\x30\x51\x55\xe2\x30\xc0\ \x0f\x43\xa4\x28\x41\x21\x46\x89\xc5\x86\xbc\x24\x55\x35\x4d\xe0\ \x1a\xc3\x30\x90\x50\x90\x25\x21\x7d\x4d\xa2\x98\x99\xe9\x99\xac\ \xa2\x4f\xe2\x09\x26\xb8\xf1\x60\x30\x10\x9c\x8c\xaa\x12\x85\x11\ \x4a\x28\xb8\x98\x28\xe5\x0a\x26\x70\xd8\xe4\xf0\x46\x4e\xb9\x9c\ \x53\x4a\xb4\xcc\xdc\x96\x40\x1c\x86\x44\x69\xbe\x4f\x18\x85\xe9\ \xce\xef\x13\x28\x6e\x72\xd8\x27\x69\xe4\x39\x88\x08\x7a\x5d\xd3\ \x08\xc2\x90\xf1\x68\x44\x10\x06\xd9\x0a\x61\x39\x35\x46\x46\x49\ \x82\x94\x24\xa8\xe9\x06\x47\x92\x18\x55\x52\x51\x55\x09\x45\x92\ \x08\xa3\x00\xcf\x73\x49\x00\x4b\x33\x29\x58\x79\x90\x15\xa2\x44\ \x4a\x43\x25\x4f\x64\xc3\x93\xac\xad\xc9\xa4\xe6\x74\xba\x24\xb2\ \x78\x9d\x13\x28\x4b\xf0\x35\x0e\x6a\x1a\xc3\x91\x24\x09\x91\x9d\ \xbe\xcf\xe7\x34\x9a\x4c\xa4\xdb\x37\x6f\xdd\x62\x7d\x7d\x83\x4b\ \x97\x2e\xf1\x97\x6f\xfd\x15\xe5\x72\x89\xdb\xb7\x3f\x65\x66\x76\ \x06\x59\x92\x28\x14\x4b\x28\xaa\xca\xad\xdb\xb7\xb8\x7e\xed\x3a\ \x2b\xab\x2b\xac\xac\xac\xf0\xe7\x7f\xfe\xe7\x24\x49\xc2\xf2\xf2\ \x32\x85\x42\x81\xdb\xb7\x6e\xb3\xbc\xb2\x9c\xa6\x10\x0c\x58\x5c\ \x5e\xe2\xc3\x0f\x3e\xc8\x84\x03\x85\x82\xd8\xdc\x38\x1a\x09\x4f\ \x50\xa7\xd5\xa6\x54\x11\x49\xc9\x07\x87\x87\x0c\xfb\x5d\x9a\xcd\ \x26\xc5\x62\x91\x38\x0c\x50\x55\x8d\x18\x19\x3f\x08\x18\xf4\xbb\ \x78\xce\x88\x61\xbf\xcf\x07\x1f\x7c\xc0\xf1\x71\x93\xbc\x95\x63\ \x6b\x6b\x9b\xfd\x83\x7d\xfa\x3d\xe1\x7f\xda\xdd\xde\x65\xe8\xfb\ \xa8\x9a\x46\xe8\x7b\xac\xae\x2c\x8b\x35\x0a\xa3\x91\x50\x70\x25\ \x31\x0f\xee\xdf\x47\x91\x65\xce\x9c\x59\x65\x77\x77\x97\xc3\xe6\ \x11\xd5\x6a\x1d\x45\xa9\xb3\xbd\xb3\x23\x38\x1b\xcb\x12\xcd\x45\ \x0a\x8f\x36\x1a\x0d\x1e\x3d\x7a\x84\x95\xcb\xb1\xb2\xb2\xc2\xda\ \x93\x27\x69\x44\x7a\x83\x72\xb9\x9c\xa9\x7a\xe6\xe6\xe6\x98\x99\ \x9e\x66\x73\x73\x93\x30\x0c\xb3\x64\xe3\x24\x49\x38\x77\xee\x1c\ \x67\xce\x9c\xe1\xd6\xad\x5b\x59\x03\xd7\x6c\x1e\xe3\xfb\x3e\xbf\ \xf2\x2b\xbf\xc2\xfa\xc6\x06\x1f\x7e\xf8\x21\x77\xef\xdd\xa3\x5e\ \xab\xf1\x67\x7f\xf6\x67\xac\xad\xad\xf1\xfa\xeb\x5f\xe5\x79\x61\ \x9b\xba\x61\xf0\xee\x4f\xdf\xe5\xdf\xfc\xe5\x5f\x72\xfd\xe5\x17\ \xf9\xe3\x3f\xfd\x13\x74\xc3\xe0\xec\xb9\xb3\x8c\x9d\x31\xdd\x6e\ \x57\xec\x27\xf7\x7c\x0a\xc5\x02\x0b\x8b\x0b\xf8\x41\xc0\x97\x5e\ \x7a\x89\xc7\xf7\x1f\x72\xa7\xdd\xa1\x5c\x2e\x63\xe8\x3a\x3f\xfe\ \xf1\x8f\x39\x6a\x1e\xf1\xe3\xbf\xf9\x1b\x72\xb9\x3c\x86\x2e\xe2\ \x91\x40\x34\x09\xf3\xf3\xf3\x24\x49\x4c\xa9\x58\xc4\xb6\x6d\x40\ \x2c\xc4\x3a\x3e\x3e\x16\x7b\xd2\x25\x89\xed\xed\x6d\xea\x75\xe1\ \xc1\x91\x64\x29\x3b\xa0\x3b\x9d\x0e\xe5\x62\x01\xd7\x75\xb9\x7f\ \xef\x0e\x33\x33\xb3\x4c\x35\xea\xf4\x7b\x5d\xe2\x38\x22\x8e\x42\ \xa2\x30\x40\x51\x24\xc6\xa3\x11\x9a\xa1\x63\x98\x3a\xe5\x4a\x09\ \x45\x96\xd8\xdf\xdf\xe3\xfd\xf7\xdf\xa7\xdf\xef\x53\xab\xd5\xe8\ \xf5\xba\x38\xb6\x4d\xce\xb4\x08\x63\x21\xc2\x99\x34\x9d\x13\xe5\ \xe6\x64\xef\x48\xb5\x5a\x65\x65\x65\x85\x38\x49\xb0\x1d\x27\x4b\ \x00\x2e\x14\x0a\xb4\xdb\x6d\xae\x5d\xbb\xc6\xf2\xf2\x32\x7b\x7b\ \x7b\x3c\x7e\xfc\x98\x5e\xbf\xcf\x28\x4d\x0e\x9e\xc0\xf8\x93\x84\ \xe8\x5c\xee\xc4\x7b\xb7\xbb\xbb\x8b\xa2\xab\xcc\x2f\x2d\x50\xae\ \x96\xf1\x3c\x1f\x45\x13\x2e\xf8\xb3\x2b\xab\x6c\x3c\x5d\xe7\xa7\ \xef\xfe\x94\x83\xbd\x7d\x91\x9a\x7c\x6a\x4a\xfb\x42\x15\x93\x28\ \x49\x08\xe2\x14\x9e\xe1\x64\x0f\x3a\xbe\x9f\xb9\xcb\xc5\xe6\x3b\ \x11\x9d\xe2\xa5\x6e\xf7\x28\x3a\xe9\x94\x63\xd7\x25\x1a\xf5\x89\ \x81\x85\xc1\x12\x89\x2a\xd1\x1b\xf4\x91\x55\x25\x85\x44\xc6\x19\ \x3f\xe0\x38\x0e\x96\x65\x91\xcb\xe7\x59\x5d\x59\x11\x87\x4b\xbb\ \x93\xe5\x62\x29\xca\x89\xda\xc9\x73\x5d\xfc\xc0\x27\x08\x42\xe2\ \x50\xa4\x13\x4f\xc8\x44\x11\xbd\x20\x76\x7b\x4f\x0e\xd9\x24\xcd\ \x72\xf2\x3d\x11\xe2\x28\xa7\x8a\xb3\x88\x04\x45\x92\xc9\xa5\xb9\ \x40\x41\xe8\xa3\xc8\x0a\x86\xa6\x91\xcb\x59\x10\x47\x90\x44\xe8\ \xa9\x27\x45\x96\xc4\xe4\x01\x20\xc7\xb1\x70\xe3\xca\x0a\x39\x5d\ \xec\x6f\xb7\xcc\x1c\xb2\x22\xa7\x9f\x4d\x94\x4d\x22\x51\x18\xe1\ \x38\x0e\x41\x9c\xa0\xaa\xa7\xf6\xa6\xc4\x31\x43\xdb\x46\x9a\x70\ \x22\x61\x20\xdc\xf2\xa9\x62\x49\x55\x14\xa2\xe4\x44\xd7\xae\xa9\ \x0a\x51\x14\x67\x8b\xb9\x82\x38\x4a\x53\x00\x9e\xcf\xc1\x22\xa5\ \xf1\x22\xfd\x5e\x9f\xa9\x5a\x8d\xa9\x46\x9d\xf1\x78\x4c\xbb\xd3\ \xc5\xf1\x42\x0e\x9a\x2d\x24\x12\x91\x8f\x16\xc7\x74\x3b\x6d\x7e\ \xfc\xf6\x8f\x28\x14\x4a\x24\x89\x20\x4f\x75\x5d\xa3\xd7\xeb\xf1\ \xd7\x3f\xfa\x11\x9a\xae\xb1\xb0\xb8\x48\xad\x56\xe3\xf1\xa3\x47\ \xcc\xcd\xcf\x51\xaf\xd7\xb3\xa6\x60\x7f\x6f\x8f\xd1\x70\x48\x92\ \x16\xcb\xf1\x68\x84\xef\x87\x58\xa6\xc1\x54\x63\x8a\x41\xa7\x2d\ \x56\x07\x1f\x1f\x53\xda\xd9\xa1\x58\xa9\x10\x45\x60\xbb\x1e\xc7\ \xcd\x26\xe5\x62\x9e\x4a\xa9\x84\xaa\xca\xec\x6c\x6d\x65\x3e\x8e\ \x6e\xaf\x83\x2c\xc9\x04\xa1\xcf\x60\xd8\x23\x90\x12\x7a\xbd\x2e\ \x84\x01\x44\x21\xae\xed\xd0\x6d\x77\xa8\x56\x2a\xe4\x2d\x8b\x83\ \xbd\x3d\x74\x55\x25\x9f\xcb\xa7\xfb\x25\x2a\xe4\x72\x79\x5c\xd7\ \x25\x9f\x2f\xa0\x19\x3a\xe5\xb2\xc8\xc5\x1a\x8f\x85\x07\x69\x6c\ \x8f\x88\xa3\x10\xe1\x4d\x0d\xe9\x76\xda\x90\xc0\xe2\xe2\x22\xae\ \xe3\x30\x1a\x0e\x19\x0d\x87\x28\x9a\x8e\x1f\x84\xc2\xac\x1b\x8a\ \xee\xd7\x34\x4c\x6c\xdb\x66\x71\x71\x31\x23\xeb\x55\x45\xc1\xb1\ \x47\xfc\xa3\x7f\xf4\x3d\x66\x66\x66\xf8\x8b\xbf\xf8\xd7\x84\x61\ \xc8\xe6\xe6\x26\xb2\x2c\xf3\xd1\x87\x1f\x8a\xa4\x6e\x9e\xdd\x95\ \xf1\xf3\x43\xda\x0a\xed\x66\x13\x45\x96\x68\xb7\x8e\xe9\x76\xdb\ \xe4\x8a\x62\xc2\xb2\x0c\x15\x22\x31\xa1\x07\xb6\xc3\xad\x5b\x37\ \x51\x73\x26\x67\xce\x9f\x85\x28\xe6\x93\x9e\x88\x60\x9f\x99\x9d\ \x21\x5f\x2c\xf0\xc3\xbf\xfe\x21\xaf\xbe\xf6\x9a\x48\x93\xd0\x43\ \x6a\xd3\xe5\x34\x06\x65\x84\xae\x69\x58\xa6\x89\x97\xf2\x23\xb6\ \x6d\xf3\xe8\xd1\x63\x96\x97\x97\x09\x7c\x8f\xdd\xed\x6d\x91\xad\ \xd5\xed\x52\xab\x56\x09\x7d\x3f\x0b\x95\x8d\xc2\x90\xbd\xdd\x5d\ \x86\x85\x02\xfb\x87\xfb\xdc\x7d\x78\x9f\xbd\xc3\x03\x4a\xe5\x32\ \x83\xf1\x90\x56\xb7\xcd\xe1\xf1\x11\x4b\xcb\xcb\x1c\x34\x8f\xb0\ \x5d\x97\x6a\xbd\xc6\x8d\x1b\x37\x04\x67\x11\x04\x0c\xfa\x7d\xc1\ \xa1\x06\x01\x8f\x1e\x3e\x64\x38\x18\xb0\x30\xbf\x40\xb3\xd5\xc6\ \x1e\x0b\xb9\xb7\x69\xea\xf4\xd2\x9d\x24\x93\x60\xd0\xec\x2c\x4b\ \xb7\x4e\xe6\x73\x39\xca\xe5\x32\x9d\x4e\x07\xdf\x17\x91\x33\xb3\ \xb3\xb3\x69\xe2\xb1\x47\xbd\x5e\x67\x7d\x7d\x53\xa4\x5a\x68\x1a\ \x17\xce\x9f\xa7\xdd\x11\xc1\x94\x73\x73\x73\x29\x1a\x21\x1a\x5e\ \xc7\xb1\xd9\xdb\xdf\xa5\x3a\x55\x61\x75\x75\x95\x7b\x77\xee\xf3\ \xd6\x5b\x6f\x31\xe8\x0f\xf0\xc7\x0e\x4f\xd7\xd7\x69\x36\x9b\xf8\ \xae\x87\x95\xb3\xfe\x41\x4f\xf9\x2f\x54\x04\xbd\x50\x26\x25\x84\ \xf1\x49\x31\x99\x74\xf3\xb2\x1c\x64\x12\xba\x28\x49\x88\x12\x19\ \x64\x05\x49\x96\xf0\x23\x50\xd3\x10\xc5\x08\x08\xc2\x90\x18\x08\ \xe5\x18\x14\x19\xdb\xf5\xf1\x8e\x8e\x9f\xd9\x29\x21\xcb\x32\x41\ \x18\x08\x6f\x45\x14\xa1\xe9\x26\x8e\x2b\xba\x11\x4e\xf5\x60\xb2\ \x2c\x63\x99\xa2\x43\x34\x35\x1d\x39\xf0\x89\xa3\x18\x4d\x15\xfb\ \x0a\x4e\xa2\x57\x64\xf4\x62\x29\x0b\x70\xd4\x54\x0d\xf2\x05\x82\ \x74\xfc\x3c\xfd\x7e\xaa\xd5\x2a\xaf\xbe\xfa\x2a\xdb\x5b\xdb\x3c\ \x7c\xf4\x90\x28\x8a\xd1\x54\x05\x43\x13\xb2\xd4\xa9\x62\xe9\x19\ \x39\xb2\xa6\x69\x27\x1b\xfb\x14\x19\x59\xd1\x10\x0b\x1f\x63\x46\ \x8e\x2d\x76\xce\xab\x62\xcf\xbd\x80\x4b\x26\x1d\x05\x20\xc7\x20\ \x45\xe9\x62\x27\x19\x55\x92\xd0\x4d\x0b\x5d\xd3\x51\x54\x11\x01\ \x12\xc5\x11\xba\xa6\x91\xa4\xe6\x4c\x45\x56\x51\xa4\x04\x55\x91\ \x98\x9a\x6a\x08\x92\x9f\xc9\x16\x47\xa1\x24\x49\x92\xe7\x63\x5a\ \x8c\x81\x8d\xf5\x4d\xfa\xc7\x2d\x5e\xbc\x7e\x99\xbc\x9c\x30\xf6\ \x1c\x1c\xdb\xc3\x0b\x14\x74\xd3\x24\x89\x02\x72\x66\x9e\x9c\xa9\ \x13\xfa\x0e\x9d\xd6\x11\x72\x12\x33\x1c\xdb\xb8\xae\x4d\x92\xc4\ \x6c\x6c\x6e\xf0\xc3\xbf\xfe\x21\x73\x73\x73\xdc\xbe\xfd\x29\x37\ \x3f\x7c\x1f\xc7\x1e\x53\x2a\x16\xd8\xdb\xdd\x21\xf4\x3d\x5c\xc7\ \xe6\xdc\xb9\xb3\xb8\x8e\x43\xe0\x7b\xdc\xbf\x7b\x87\x7a\xa5\xc6\ \x85\x73\x17\xa9\x14\xca\xac\xaf\xaf\x71\xf3\xa3\xdb\x78\x8e\x8f\ \x3d\x76\xf8\xe4\xc3\x8f\x58\x3d\x73\x06\xc7\x71\x28\x57\x4a\x6c\ \x6f\x3c\xa5\xd7\xed\x60\x59\x16\x95\x72\x89\xdd\xdd\x5d\x82\x50\ \xc0\xa0\x41\x28\x82\x30\x15\x4d\xc6\x71\x6d\xe2\x24\xc6\x1d\x0d\ \xd9\xdb\xdc\x60\x7f\x6b\x93\x85\xf9\x79\x7c\xcf\x43\x41\xa2\xd5\ \x3c\xc6\x1e\x8d\x08\x54\x95\xcd\x8d\x4d\x46\x23\x07\xcb\xca\x89\ \xc6\x44\x12\xa1\xa6\xc3\xd1\x28\x85\x3e\x24\x91\xe2\xa0\x48\xe4\ \x0c\x8d\x3e\x31\x44\x21\x49\x18\x51\xca\x59\xe4\x72\x39\xe6\x67\ \x66\x98\x69\x4c\xe1\x3b\x0e\x37\xae\x5e\xe3\xd3\x3b\xf7\xa8\x14\ \x2b\x48\xb1\x8c\x94\x48\x14\x73\x45\x42\x3d\x64\x76\x6e\x1a\xcb\ \x30\xd9\xdd\xdd\x66\x77\x7b\x13\xd7\x19\x43\x12\x92\xb7\x74\xbe\ \xfd\xad\xaf\xd3\xeb\xb4\xf8\xbd\xdf\xfb\x9f\xa9\xd5\x6a\x42\x2a\ \xee\x3b\x48\x49\x22\xb2\xe1\x9e\xe3\xca\x01\xb1\x92\x3b\x22\x67\ \xca\x98\x8a\x84\xeb\x79\x0c\x02\x1f\x59\x51\x19\x49\x62\x21\x55\ \xe8\x8b\xed\x9e\x61\xe0\xb3\x76\xef\x1e\x9b\x6b\x8f\x89\xe3\x98\ \x76\xab\x89\xa6\xab\xb4\x3b\x1d\xbe\xff\xc7\x7f\x4c\xbd\xd1\x60\ \x7a\x76\x9e\x5a\xad\xc1\xfe\xce\x16\xaf\xbf\xf2\x65\x0e\x96\x16\ \x21\x8a\xd0\x55\x95\xcd\x8d\x0d\x46\xa3\x11\xe3\x91\x43\xe0\xc7\ \x04\x7e\xc4\xee\xce\x1e\x73\x33\x0d\xe6\xa6\x67\xd8\xda\xde\x82\ \x28\xa6\xd7\xe9\xf2\xe8\xfe\x03\x31\x0d\x16\xf2\xec\xee\xec\xd0\ \x3c\x6a\x32\x2a\x14\x30\xf3\x25\xa2\x44\x66\x7b\xef\x90\xd2\x50\ \xf8\x44\xfa\x23\x87\x44\xd6\x70\xbc\x80\xbd\xc3\x63\x12\x59\x65\ \x63\x7b\x97\xc3\xa3\x16\xdd\xde\x00\xcb\xca\x71\x7c\xdc\xc1\xca\ \x15\x29\x14\xcb\xb4\x3b\x7d\x0a\xc5\x32\x9a\x61\x89\x04\x6a\x55\ \x41\x53\x64\x0c\x2d\x47\x98\x26\x4a\x7b\x9e\x47\xaf\x03\x52\x12\ \xa7\x7f\xa6\xd2\x72\x6c\x92\x54\xd4\xe3\xd9\x63\x82\x30\xa2\x52\ \xae\xd0\x3a\x3e\x16\x67\x96\xe3\x82\xac\xa2\xe8\xba\xc8\x97\x0b\ \x03\x54\x59\xc2\x77\x1c\x0c\x55\xa1\x5e\x29\xd3\xeb\xf5\x04\x9a\ \x41\x42\xc1\xb2\xf8\x95\x5f\xfa\x65\xd6\xd7\xd7\xe9\x1f\x75\xe8\ \x1e\x1e\x13\xc5\x11\xcd\xe6\x31\xdb\x4f\x9f\x0a\x65\xa7\xa2\x08\ \x3e\x30\x0a\xff\x41\xf8\xc3\x2f\xce\x64\x92\x64\xa4\x40\xc6\x35\ \x9c\xde\x78\x38\xd9\x0e\x28\x8e\x1f\x00\x4d\xc8\xf1\x08\x85\xcb\ \x3b\x96\xb3\x0a\x20\xc9\x32\x52\x0a\x81\xc9\x8a\x22\x76\xae\xa7\ \x50\xd1\x84\xab\x38\x9d\x0c\xac\x2a\x31\xcd\xe3\x63\x54\x45\xa1\ \x54\x2a\x67\xf8\xb5\x7c\xda\x47\x92\xbe\x2e\x49\x92\x45\xbc\x08\ \x20\xcb\x6a\xc6\xa1\xc8\x92\x44\x14\x8a\x5c\x2b\x29\x26\x8b\x7d\ \xd7\x34\x0d\x43\xd3\x33\x4f\x8a\x92\x3a\x9c\xfb\xdd\x1e\x12\x30\ \x3f\x3b\x87\xe7\xba\x59\x8c\x78\x2e\x67\xa1\x6b\xda\x89\xde\x3d\ \x35\x2a\x4d\x60\x32\x24\x89\x20\x8a\x71\x43\xb1\x53\x44\x31\xf5\ \xff\x8f\xba\x37\xf9\x95\x2b\xcb\xef\xfc\x3e\x67\xb8\x73\x44\xbc\ \x78\x13\x67\xe6\x9c\xaa\xac\x52\xc9\x52\xa9\x55\x8d\x16\xba\x5b\ \x80\xdc\x03\xda\xed\x9d\x7b\xd3\xf0\xca\xb0\x0d\xc3\x7f\x4e\x7b\ \x29\x43\xf6\xc6\xf0\xce\x0b\x01\x06\xe4\x45\xab\x2d\xc9\x52\x59\ \x55\x59\x6a\x55\x56\x65\x56\x56\x4e\x4c\x4e\x8f\x7c\x7c\x43\xcc\ \x11\x77\x3e\xe7\x7a\x71\xee\xb9\x0c\x96\xdc\x80\x04\x70\x51\x49\ \x80\x20\x99\x49\xc6\x7b\x11\xf7\xde\xdf\xf9\xfd\xbe\xbf\xef\x40\ \x16\x87\x7d\x81\x7f\x19\xc4\xe4\x3e\x37\x57\x88\xfc\x67\xb6\x2f\ \xcc\xd2\x3a\x70\x0b\x67\xe3\x26\x92\x50\x6b\x07\x1f\x6a\x4d\x07\ \x1c\x4c\x0e\x88\xa3\x98\x3b\x77\xee\xf5\x30\x1c\xd8\x4e\xb8\x38\ \xda\xd7\x14\x8e\x25\x84\xf3\xaa\xda\xac\xd7\xa4\x69\xc2\x64\x9c\ \x11\x28\x49\x1c\xc5\x64\x5d\xc0\x17\x0f\xcf\x01\x89\x96\x96\x44\ \xf7\xae\x01\xc6\x51\xc4\xc3\x28\x20\x36\xd1\x10\x67\xec\x99\x76\ \xcf\x9f\x9f\xf3\xfc\xec\x39\x98\x1a\x6b\x5a\xbe\xf8\xe2\x8b\x01\ \x3a\x58\xaf\x56\x7c\xf4\x93\x9f\x60\x7a\xd6\xdc\x64\x32\xc1\x98\ \x16\x6c\xc7\xfc\xea\x1a\x85\xe2\xd1\xa3\x47\x3c\x78\xf0\x35\xab\ \xd5\x8a\xf9\x7c\xce\xec\x7a\xe6\xa0\x46\x29\x58\x2c\xe6\x6c\xb6\ \x6b\xc0\x35\x24\x9e\x15\xb5\x58\x2c\x86\x5c\x95\x2c\xcb\x38\x7f\ \xf6\x8c\x20\x0a\x91\x4a\x71\x79\x79\x41\x12\xc7\xa8\xfe\xbe\x7c\ \xfa\xe4\x09\x8b\xd9\x9c\x3c\xcf\x1d\x65\xbb\xed\xfe\x16\x1b\x11\ \x2c\xf3\xf9\xdc\x89\xc8\x7a\x9d\xc9\xd9\xd9\x19\x67\x8f\x1f\x31\ \x1e\xa5\xfc\xf6\xf7\x7e\x87\x24\x49\x79\x76\x76\xc6\xf9\xf9\x0b\ \xde\x7e\xfb\x1d\xde\x7a\xeb\x2d\x3e\xfb\xec\x17\xcc\x66\x33\xde\ \x7d\xe7\x5d\xb2\xf1\x94\x8f\x3e\xfa\x29\x79\xbe\xe3\x9d\x77\xde\ \x26\x2f\xdc\xae\x23\x4d\x63\xbe\xf3\x9d\x6f\x73\x75\x75\x39\xa8\ \xac\xbf\xfe\xfa\x01\x7f\xf0\x07\x7f\xc0\xc7\x1f\x7f\x3c\xb8\xd1\ \xba\xfb\xa4\x23\x49\xe2\x1e\x12\x95\xaf\x8b\x73\x41\xd7\x75\x44\ \x51\x40\x18\x68\x94\x94\x04\x5a\x53\x1b\x8b\x6d\x0d\x52\x69\x3a\ \x61\x08\xb4\xa6\x12\x82\xb2\x28\xd8\xac\x57\x8e\x10\x81\x4b\x36\ \x05\x78\x7e\x7e\xce\x8f\x7f\xfc\x63\xc6\xe3\x09\x7f\xfe\xe7\x7f\ \xee\xc4\x75\x4d\x85\xb4\x1d\xf9\x6e\x37\x30\x18\xbf\xf5\xad\x6f\ \x39\xfb\x25\x21\xf8\xe9\x4f\x3f\x62\x3a\x3d\xe0\x77\x7f\xf7\x1f\ \x11\xa8\x80\x4d\xbd\xe2\x93\x4f\x7e\x4e\x55\xd7\xec\x76\x3b\xfe\ \xe4\x3f\xfc\x07\xde\x7a\xcb\xa5\x49\x1e\x1c\x4c\x78\xf8\xe8\x21\ \xcb\xf5\x1a\x63\x2d\x41\x14\xd3\xac\x37\xcc\xe6\x73\x82\x20\xa0\ \x28\x9d\xf6\x6b\xb3\xcd\x39\x3a\x3e\x61\xb9\x5a\x53\x94\x8e\xec\ \xf0\x17\x7f\xf1\x97\xdc\xbc\x79\x73\xa0\xfe\xfa\xdc\x20\x47\xaf\ \x5e\xb2\x5a\xad\x9c\x5b\xf5\x9e\x81\xac\xb7\x72\xf1\xbb\xda\x38\ \x8e\x09\xfa\x03\xa2\xea\xa9\xf3\x49\x92\x20\x9b\x86\xa3\xa3\x43\ \x26\x93\x09\x79\x5e\xf2\xee\x7b\xef\xf1\xd5\x57\x0f\x06\x52\x4f\ \x18\xbe\x14\xd3\xbe\xf7\xde\xbb\x54\x55\x45\x51\x14\x5c\x5f\x5f\ \x0f\xaf\xfb\xee\xdb\xef\x70\x78\x30\xe5\x8f\xfe\xe8\x8f\x98\xcd\ \x66\x1c\x1d\x1d\xd1\xf5\x31\x18\x32\x50\x48\xdc\x6a\x21\xe8\xeb\ \xce\x37\xee\x30\xf1\x2c\x84\xc3\xc3\x23\xb2\x6c\xf4\x8a\x66\x64\ \xff\x00\x70\xc5\x1d\x92\x28\xe3\xcd\x37\xde\xe4\xe4\xf4\x84\xb2\ \x2c\x79\xf0\xe0\x4b\x87\xb5\x6a\x47\x67\xac\xaa\x8a\x93\x9e\x5a\ \xf7\xde\xbb\xef\x0d\xcc\x2c\xcf\xea\xd9\xa7\xc9\x46\x51\x84\x0e\ \x34\x55\x9f\xb4\x67\xfa\x05\xb8\xb7\x1a\xdf\x8f\x5a\xf5\xfb\x19\ \xdb\x2f\xe3\xf7\x59\x51\xfb\x34\xe1\x01\x67\xec\x40\x3b\xb7\xc8\ \xe1\xeb\x0a\x29\x38\x7f\xf1\x02\x29\x05\x07\xd3\x03\xba\x6e\x02\ \x08\x94\x7e\x69\x3d\xef\xf7\x09\x4d\xdd\x0c\x5e\x5b\x5e\xbc\xd6\ \x89\x97\xba\x94\xb6\xf7\xf0\x71\xde\x52\x72\xf8\xdc\xdc\x14\x04\ \x08\xef\xd1\xe5\x33\xef\x65\x7f\xd8\x38\xf6\x99\xa3\x15\x83\x69\ \x0c\xb6\x6e\x50\x81\x06\xa1\x88\x93\x0a\xa9\x35\x45\x51\x22\x5c\ \xe0\x02\x5d\x27\xf6\x44\x8b\xe2\xb5\x74\x10\x42\x08\x87\x35\x2b\ \x49\x59\x57\xe4\x45\x4e\x69\xa0\x6d\x04\x87\x47\x47\x58\x14\xe5\ \x66\xe5\xb2\x21\x6a\x4d\x55\xd4\x94\x65\x35\x44\x03\x6c\x36\x1b\ \x47\xe3\x4c\x53\x56\xbd\x6b\xf3\xe1\xf4\x88\x24\x54\x8c\xc7\x63\ \x66\xb3\x99\xeb\xcc\xb4\xe6\xd1\xa3\x47\xfc\x4f\xff\xee\xdf\x0d\ \xf9\x0e\x52\x4a\xb6\xdb\x35\x3f\xfc\xe1\xff\xcb\x3b\xef\xbe\x4b\ \x55\x3a\x11\xd7\x6e\xb7\xe3\xf8\xe4\x94\x6c\x34\xe2\x87\x3f\xfc\ \x21\x59\x96\x72\x76\x76\x86\xb5\x86\x6c\x94\xd1\xf5\x85\x7f\xb3\ \xdd\xd2\xb6\x2d\x37\x6f\xdd\x46\x29\xed\xb2\x31\xd6\x1b\x37\x65\ \xc8\x96\x50\x2a\xb2\x6c\xc4\x5b\x6f\xbd\x89\x52\x01\x1f\x7f\xf2\ \x31\x45\x9e\x93\xef\x72\xca\xbc\xe0\xf6\xdd\x3b\xa8\xd0\x79\x26\ \x95\x65\x09\xb5\x18\xd8\x83\x00\xa3\xd1\x68\x08\xfd\x3a\x3e\x3a\ \xe4\xe4\xf0\x10\x63\x9c\x96\xc1\x2f\xd7\xad\x35\x7c\xfe\xf9\x17\ \xbc\xfb\xee\x2f\x06\x17\xdb\x6c\x3c\x65\x34\xca\x86\x64\xc8\xa6\ \x6d\xb0\xd6\x30\x99\x4c\xf8\xc1\x0f\x7e\xc0\xc5\xc5\x39\x3f\xf9\ \xc9\x4f\x08\xc3\x80\xba\x6e\xf8\xd3\x3f\xfd\xb3\xa1\x98\x39\x61\ \xa6\x13\xad\xb6\xfd\x02\xd8\x05\x40\x75\xaf\x8b\x0d\x4e\xd7\xdb\ \x04\x85\xfd\x62\xb7\xeb\x3a\x5a\xd3\x52\xd7\xcd\x60\x55\x14\x28\ \x77\x98\x79\xe7\x86\x38\x8e\x07\xe1\x5d\x7f\xc3\x23\x84\x60\xb9\ \x5c\xb2\xd9\xe5\x2e\xcf\xa8\x2a\x79\xf6\xe4\x29\xd6\x18\x0e\x0e\ \x0e\x78\xf1\xe2\x05\x7f\xf2\x27\x7f\x32\x44\x5e\xbf\xf3\xce\x3b\ \x4c\x26\x93\x81\x6c\xf1\xfc\xf9\x73\xbe\xf8\xf2\x0b\xe6\x8b\x39\ \x55\xed\x92\x2f\x2f\x7f\x7c\x39\xc0\xdf\x7e\xbf\xda\xf4\xc2\xce\ \x2c\xcb\x68\x9a\xc6\x09\x43\x87\x24\xd6\x8e\xf9\x7c\xce\x76\xbb\ \x25\x89\x22\x1e\x3e\x7c\x48\xdb\xb6\xee\xcf\x3d\x95\x77\xb1\x58\ \xb0\xdd\x6e\x07\xe5\x7b\xd0\xc3\x59\xfb\x4e\xe4\x9e\xc6\x1b\xc7\ \x31\xbb\xdd\x8e\xcb\xcb\x4b\x2e\x2e\x2e\x98\x8c\x46\xbc\xf9\xe6\ \x9b\x48\xad\xb9\xbc\xba\xa2\xae\x1d\x44\x79\xff\xfe\x7d\x1e\x3f\ \x39\x63\x3e\x9b\x39\x6b\xa1\x0f\x3e\xe0\xea\xc5\x39\xd6\x5a\xde\ \x7f\xff\x7d\xce\xce\xce\x30\xc6\x32\x9d\x8e\x07\x3a\xb8\xb5\x96\ \xb2\x2c\xf9\xf1\x8f\x7f\xcc\x72\xb9\x1c\xe8\xc2\xeb\xf5\x9a\xa2\ \xdf\xcb\x78\x3d\xca\x4b\x3b\xa6\x6f\xe0\x61\xe2\xcd\xcb\xee\xdf\ \x77\x8b\xd4\xfd\x80\x2a\xef\x8d\xe5\x7f\x34\x4d\xcd\x07\xef\xff\ \x3a\xff\xcb\xff\xfa\x3f\x23\xfa\xf7\xfb\xdf\xfe\x37\xff\x1d\x3f\ \xfd\xe9\x4f\x87\xb8\x4c\xcf\x47\x6f\xdb\x96\x83\x83\x83\x61\xd9\ \xe8\x4e\x70\x57\xa0\x93\x24\xc5\x98\x7e\xb1\xde\xd1\x43\x0d\xdd\ \x20\x1a\xf2\x3a\x08\xbf\x13\x71\x07\x51\x87\x31\x2d\xba\xf7\xc2\ \xf2\x4e\xc2\x5e\x7b\x21\xfb\x82\xee\xec\xe3\x85\x73\x8a\xed\xad\ \xdf\xbb\xce\x82\x75\x24\x81\xc6\xb4\x08\x2b\x31\xfd\x62\xb4\x03\ \x4c\x67\x86\x0c\x15\x84\xc3\x96\x4d\x6b\x86\xbc\x78\xe8\x68\x5a\ \x47\x7f\x76\xd3\x9b\xcb\xb0\xd6\xda\x09\x11\xf3\xdc\x51\x89\xbd\ \xfe\x45\x07\x01\x75\xd5\x62\x4c\x33\x08\xd8\x94\x52\xce\x96\xc5\ \x38\x96\x9c\x5f\x80\x77\x42\x60\x3b\x68\xaa\x16\x30\x2e\x23\xa5\ \x13\xec\x76\x05\x52\x2b\xa4\x74\xb7\x4a\x5e\x54\xaf\x25\x20\x69\ \xff\x47\xd3\xb6\x8c\xd2\x8c\x28\x89\x30\x6d\x43\x55\x38\x98\x32\ \xc9\x46\xd4\x8d\xe1\xf6\x7b\xef\x73\xfb\xe4\x90\x9f\xfd\xc7\xbf\ \x64\xb3\x7c\xc1\x66\xb3\xe5\xf6\x9d\x3b\xbd\x4e\xc0\x05\x80\x9d\ \x9c\x9c\x60\x7a\x81\xa7\x56\x01\xc9\xb1\xf3\xae\xba\x71\xe3\x06\ \xeb\xf5\xba\xcf\xb2\x71\xcd\xc3\x8d\x1b\x37\x78\xf6\xec\x59\x1f\ \x11\x9d\xf0\xf8\xeb\xc7\x3c\x7c\xfc\x90\xe3\xe3\x63\xc2\x28\x24\ \x8c\xa2\x41\xbf\x93\x17\x39\x49\x9a\xa0\x02\xcd\xd5\xf9\x15\x75\ \x1f\x23\x3c\x3e\x98\x72\x72\x7a\x63\x58\x72\x7e\xf2\xf3\x4f\xc9\ \x46\x63\x66\x8b\x25\x87\xc7\x27\x04\x61\xc4\xdd\xbb\xf7\xfb\xdd\ \x0c\x9c\x5d\xb8\x6c\x72\x63\x8c\xa3\x81\x77\xae\x08\x95\x7d\x7e\ \x4a\x14\x39\x16\x53\xd3\x34\x58\x63\x39\x38\x38\xa0\x2c\x4b\x8e\ \x8e\x8e\x98\x4e\x0f\xe9\x3a\x48\xd3\x94\xc9\x38\xe3\xe4\xe4\x84\ \xd1\x68\xc2\xd3\xa7\x4f\x87\x86\xe7\xec\xec\x6c\x48\xa9\x2c\xcb\ \x82\x2f\xbe\xf8\xdc\x85\x25\x29\xc1\x27\x9f\x7c\xdc\x47\xbe\x2e\ \x28\x8a\x92\xb2\xcc\x07\xa8\x52\x29\x39\x04\x77\xf9\x25\xb0\x2f\ \x6a\x57\x57\x57\xa4\x69\x3a\x30\x8d\x5e\xa7\xf3\x81\xed\x2c\x4d\ \xef\xde\x60\xbb\x8e\x40\x69\x08\x7b\x0d\x57\x6b\xf7\xa8\xf0\x9d\ \x73\x11\x08\x02\x9a\xc6\xb9\x3b\x74\x52\xa1\xfb\x18\xe9\x20\x08\ \x30\x75\x3d\x24\xa7\x9a\xa6\x61\xb5\x5a\x21\xa5\x63\xe6\xfd\xe1\ \x1f\xfe\x21\xa7\xa7\xa7\xac\xd7\x6b\xf2\x3c\xe7\xc5\x8b\x17\xcc\ \xe7\x73\x6e\xdf\x3c\xa5\x69\xaa\x81\x3d\x17\x86\x21\x77\xef\xdd\ \xe3\x07\x3f\xf8\x01\x93\xc9\x84\x07\x0f\xbe\xa6\x69\x1b\xa2\x30\ \x44\xf6\x7a\x2b\xaf\xcd\x39\x3c\x3c\x24\x8e\x63\xae\xaf\xaf\x07\ \xf4\xa1\xec\x1d\x2a\x84\x10\xbc\xf7\xde\x7b\x8c\xc7\x63\xbe\xfc\ \xd2\x35\xb8\x9e\x6c\x13\xf7\x39\x34\x75\xdb\x3a\xd1\x71\x7f\x90\ \x78\xb4\xc0\x4f\x5f\xf3\xf9\x9c\xa2\x17\x2a\x7a\x57\x68\xd3\xa3\ \x17\x45\x51\xf0\xe8\xf1\x63\xd2\x34\x63\xb3\x75\x13\xd8\xbb\xef\ \xbd\xcb\x66\xe7\x9a\xaa\x24\x49\x58\x2c\x16\x8c\xc7\x63\x36\x9b\ \x0d\x67\x67\x67\x2c\x97\x4b\x2e\x2e\x2e\x86\x05\xff\x87\x1f\x7e\ \x38\x30\x01\x3d\x43\x75\x34\x1a\x0d\xff\xbe\xaa\x9c\x86\xef\xef\ \xdb\x3c\xfc\xea\xc0\x5c\x02\x5a\x63\xd8\xee\x76\xaf\xc0\x20\xfb\ \x93\x8b\xff\x59\x37\x35\x97\x57\x97\xfc\xe8\xc3\x0f\xc9\x77\x39\ \x45\x51\xf0\xec\xd9\x33\xb7\x70\x6e\x34\x52\x32\x64\x14\x80\x60\ \xb3\xc9\x87\x28\x4e\x0f\x9f\x01\x6c\xb7\xf9\x20\xcc\xdb\x37\x6d\ \xf4\x13\x86\xb5\x2d\x79\x5e\x0e\xb0\x9b\xcf\x00\xd9\x0f\xd2\xda\ \x9f\x9c\x9a\xb6\x1d\x32\x4b\x3c\x7d\x36\x50\xfa\x15\x95\xbe\x10\ \x02\xad\x34\xb6\x73\x10\x43\xb9\x29\xfb\xfd\x4d\x4b\xa7\xe0\xe0\ \x60\x8a\x0a\xe3\xc1\xb9\xd4\xca\xce\x25\x4c\xf6\x30\x9d\x15\x16\ \xd3\x75\x74\x42\x39\x83\xc0\xce\x4d\x15\x42\xb5\x14\x55\x43\xd0\ \x53\x54\xd3\xd4\x25\x01\x7a\x63\x40\x4f\x8b\x7e\x09\x83\x75\x58\ \x6b\x06\xd7\xfa\xce\x18\x1a\x53\xf5\xb0\x5d\x6f\x48\x89\x22\x4e\ \x33\x02\xed\x92\x2d\x5b\x63\xd0\x65\xf5\x5a\xa1\x4d\x21\x84\xd3\ \x0b\x09\x97\xab\xa1\x75\x40\x53\x97\x6c\xb7\x25\x2a\x09\x50\x4a\ \x13\xc7\x09\xd3\xc3\x63\x92\x34\xeb\x61\x98\x2d\x5a\xca\x3e\x2d\ \xd2\xe9\x84\x0e\x8f\x8e\x88\xa2\x88\xa3\xc3\x23\x94\x50\x8c\xb3\ \x88\xba\x2c\x06\xc6\x9e\xef\xbc\xb3\x3e\xe3\x21\x08\x02\xe6\xf3\ \x39\x0f\xbe\xfa\x8a\xe5\x7c\xe1\xc2\x93\x92\x88\xaf\xbf\x7e\x30\ \xf8\xa1\x5d\x5e\x5c\xa3\x55\xc8\x6e\xb7\xa3\xee\x0d\xff\x7c\x07\ \x27\x84\xa0\x6d\x1a\x8e\x8e\x8e\x9c\x7f\xdc\x74\x3a\xc0\x51\x07\ \x07\x07\x8c\x0e\x26\x14\x55\xc9\x76\xbd\x61\x94\xa6\xcc\xe7\x73\ \x57\x94\x7d\x82\x67\xd0\x0b\x12\x11\xd4\xfd\xb5\x31\xfd\x75\x8a\ \xe2\x98\xca\xb4\x3d\xfb\xc8\xdd\x4b\xb3\xd9\x8c\xe3\xe9\x01\x61\ \xa0\x79\xf0\xf5\x03\x4e\x4f\x6e\xf4\x87\xa3\x1d\x8a\xd0\x17\x5f\ \x7c\xc1\xfb\xef\xbf\x87\x15\x86\xdd\x2e\xef\x61\xad\x84\x2f\xbf\ \xfc\xd2\x19\x4e\x0a\xa7\x95\x39\x3a\x3a\x62\xbb\xdd\xbe\x32\x99\ \xfb\xf4\x48\x1f\x63\x9b\x65\xd9\x10\x49\x5b\xf5\x93\x93\x78\x8d\ \xce\x07\xaa\xb7\x2e\x92\x52\x50\x57\x2d\xa2\xf7\xae\x13\x42\x30\ \x3e\x3e\x44\xd3\x31\xbf\xbe\x62\xbb\x59\x0f\x81\x65\x3e\x36\x58\ \x49\x49\x92\xa6\x03\x0c\x6e\x7b\x57\xdf\x30\x8d\x41\x4a\x46\x23\ \x97\x8f\xe3\x05\x7d\x3e\x03\xc4\x17\xd5\xeb\xeb\x6b\x7e\x11\x85\ \xdc\xbd\x7b\x87\xd6\x82\xd4\xa1\xd3\x84\x49\x8d\xb1\xd0\xf4\x04\ \x9b\xaa\x2e\xa8\xea\x86\xc9\x64\x4c\x1c\xc7\x9c\x9e\x9e\x92\xe7\ \xce\x62\xfe\x71\x4f\xbe\xb8\xbe\xbe\x76\x24\x9e\x34\x75\x16\x35\ \xbd\x9c\xe0\xc5\x8b\x17\xcc\x66\x33\x8a\xde\x17\xcf\x43\x87\x42\ \x08\xea\xaa\x42\xf4\x75\xc4\x23\x1a\x5e\x7c\x1d\x45\x11\x51\x14\ \x11\x04\x01\xe3\xf1\xd8\x25\x38\x4e\xa7\x08\xa5\xb8\xba\xba\xa2\ \xac\x1a\x76\xdb\x2d\xf3\xf9\x9c\xa3\xe3\x13\x6e\xde\xbc\xc9\x83\ \x07\x5f\xf3\xe4\xc9\xd3\xa1\xb6\xfd\xec\x67\x3f\x1b\x0c\x31\x3d\ \x6b\x71\x5f\x20\xb9\xdd\x6e\x9d\x13\xb5\xb5\x24\x49\xf2\xca\x34\ \xec\xeb\xa0\xec\xd1\x88\x6f\xe4\x61\x22\x84\xa4\xa9\x6b\x96\x8b\ \x05\x6d\x5f\xdc\xfd\x89\xed\xa1\x29\xaf\x06\xee\xba\x8e\x2f\xbf\ \xfc\x92\xff\xe1\xbf\xff\x1f\x7b\x3a\x6c\x45\xdb\xd6\xc3\x87\x22\ \x25\xfd\x48\x57\x90\x24\x6e\xdc\xb7\x56\x0c\x17\xce\x98\x96\xa6\ \x69\x07\xed\xc4\xcb\x91\xf5\xa5\xff\x4d\x92\x24\x43\xba\xa1\x71\ \xb6\xb2\x03\xf4\xa4\x75\xf8\xca\x2e\x43\xf4\x50\x57\x59\x16\x8e\ \x81\x25\x9d\x8b\xaf\xec\x4d\x1d\xfd\x12\x3d\x8a\x23\xac\x71\x53\ \x93\xb1\xae\x2b\x9c\x70\xe0\xa8\x8c\x42\x52\xb5\x2d\xa3\x2c\xfb\ \x25\xaa\x71\x47\xd3\xb8\xc0\x26\xd5\xc7\xac\xda\xa6\x71\x31\xae\ \xfd\x81\xd9\xb6\x2d\x71\x1c\x0d\x13\x9d\xef\x68\x46\xa3\x11\x4a\ \xe9\x57\x6d\x5c\x70\x76\xfd\x6d\xaf\x9b\xd9\x6e\x37\xbd\x7e\xc4\ \x91\x10\xdc\x61\xaa\x08\x82\xc8\x45\x13\x0b\x49\x6b\x5c\x18\xb0\ \x52\x01\x52\x05\x3d\x9c\xd6\xbd\x96\x06\xc2\xe9\x70\x9c\x8d\x7b\ \xdb\x36\x74\xc6\x50\xd7\x25\x61\x14\x62\x95\x8b\x26\x3d\x3b\x7b\ \xca\xfc\xc2\x29\x72\xbb\xae\x17\x87\xf6\xbb\x16\xdf\xd1\xb5\x4d\ \xcb\xcd\x9b\x37\x5d\x14\xee\xd5\x8c\x8b\x8b\x0b\xb2\x38\x42\xec\ \x3d\xc8\xde\x6c\xd3\xe3\xe9\xd6\x5a\x6e\xdd\xbe\xcd\x68\x9c\xf1\ \xf4\xe9\x13\x0e\x4f\x8e\xc9\x26\x63\xbe\x7a\xf8\x35\x3f\xfd\xd8\ \x75\xf3\x9b\x7c\xe7\xcc\x2f\xdb\x1a\xa1\x1c\x23\x70\xbe\x5c\xf2\ \xbd\xef\x7d\x8f\xc3\xc3\x43\x76\x79\xce\x67\x5f\x7e\xc1\x7a\xbb\ \xe5\x7a\x36\x63\x7a\x74\x48\x10\xc7\x5c\x5c\x5c\x0e\x18\x79\x14\ \x84\x14\xbb\x2d\x4a\x07\x24\x69\x4a\x53\xd5\xa4\x89\xb3\x10\xef\ \x02\x41\x92\xa5\x8e\x7d\x57\x95\xc3\x14\xe0\x73\xbb\x57\xab\x15\ \x4a\x39\x47\xed\xd9\x6c\xc6\x8d\xd3\x63\x0e\x0f\x0f\x1d\x83\xac\ \x87\x4f\xee\xdd\xbb\xc7\xb7\xbf\xfd\xed\xc1\xf4\xef\x93\x5f\xfc\ \x82\xcf\x3e\xfb\x39\xc6\xb6\x24\x51\x44\x10\x28\x9a\xa6\x26\x8a\ \x5c\xe0\x59\x92\xc4\x6e\xa7\x37\xb3\xaf\x14\x12\x0f\x73\x5c\x5c\ \x5c\x50\x55\x15\x6f\xbf\xfd\x36\x5a\x6b\x9e\x3f\x7f\x4e\x51\x14\ \xaf\xf5\x30\x19\x5e\x6b\x8f\xb9\x24\xfb\x18\x01\x29\x24\x49\x1c\ \x0d\x87\x8b\x27\xcc\x78\x6d\x95\x0c\x42\x46\x59\x86\x0e\x02\x9a\ \xa6\x25\x8c\x13\xa2\x28\xa4\x6b\x6a\xa2\x3e\xba\xa2\xaa\x5c\x0a\ \x66\x9a\x3a\x5b\x95\xdd\x6e\xc7\x6a\xb5\xea\xa3\x81\x5b\x3a\x9b\ \xb0\x5e\xbb\xbd\x98\xcf\x85\x7f\xfe\xfc\x39\x00\x8b\xc5\x7c\x38\ \xc0\x54\xaf\x79\xa9\xfb\xbd\xca\xc9\xc9\xc9\x50\x70\x3d\xc3\xea\ \xe8\xe8\x88\xd1\x78\x4c\x91\xe7\x83\x8b\xc5\x6e\xb7\xa3\xae\xeb\ \x01\x1a\xcb\xfa\x1c\x9c\xb6\x75\x71\xd0\x9d\x94\xfd\x7e\xec\x25\ \xfd\x36\xcf\xf3\xc1\x13\x70\x08\xed\x13\x82\xcb\xab\x2b\xd2\x3e\ \x32\xd8\xed\x45\x42\xd6\xeb\x25\xcb\xd5\x9a\xd3\xd3\x53\x44\xef\ \x9c\xe0\xeb\x98\x0b\x8a\x33\x43\xf3\xeb\x1b\x03\x0f\xf5\xef\xc3\ \xf3\xde\x9e\x65\x60\xad\xf6\x4e\x0b\x79\xff\x5e\xfe\x3e\xd3\xe8\ \xaf\x10\x35\xd8\xc1\x2e\x61\x18\x0e\xc5\xd0\x1f\x28\x41\xbf\x90\ \xf6\x9d\x25\x40\xa0\xa2\x41\xa1\xe9\x2e\xba\x18\x0a\xbf\xbf\x39\ \x26\x93\x09\x61\x18\x70\x7c\x7c\xf2\xca\x89\xeb\x17\xb6\xbe\xb3\ \xd9\x3f\x4c\xec\x9e\xb6\x44\xed\xa5\x1e\xfa\x0f\x75\x38\xe4\x7a\ \x48\xcb\x1f\x3e\xfb\x30\x9a\xb3\x85\xef\x7f\xef\xf5\x21\x42\x20\ \x95\xc6\x74\x06\xa1\x1d\x7d\xc0\xbf\x67\xd1\x53\x95\x43\x29\x51\ \x3a\x18\xa8\xc5\x2e\x3d\xd2\xa0\x75\x38\x40\x73\x4a\x69\xb7\x87\ \x51\x92\x38\x4e\x08\x82\x80\x5d\x9e\xd3\x36\x0d\xa3\xb1\xeb\x36\ \x94\x74\x37\x57\x6b\xdc\x81\xa5\x94\x23\x22\x74\xb6\x9f\x8e\x94\ \x1a\x92\x05\x85\x74\xa2\xa9\x40\x07\x60\x6c\x4f\x1c\x10\x48\x15\ \xf4\x87\x87\xc6\x18\xb7\x23\x91\x4a\xa3\x75\xf0\x5a\x8b\x4a\x07\ \x44\x41\x80\xec\x2c\x97\xe7\xe7\xd4\x65\x81\x88\x32\xb2\x6c\x44\ \xd5\x81\xca\x42\x74\xd7\x11\x08\xc3\x64\x92\xb2\x5a\xb8\xc3\xe1\ \xec\xec\x8c\xed\x6e\x47\xd7\xab\xf5\xcb\xaa\xe0\xf2\xf2\x92\xb6\ \x35\x14\x79\x41\x16\x69\x37\x79\xed\xf9\x8a\xf9\xeb\xef\x0f\xe1\ \x3c\xcf\x79\xfa\xf4\x09\xcb\xd5\x02\x21\xa0\x35\x0d\x59\xe6\x92\ \x08\xbf\x7e\xf8\x35\x87\x87\x47\xa4\x69\xc6\x6c\x36\xc3\x9a\x0e\ \x63\xe0\xe8\xe8\xc4\x75\xef\x55\xcd\x2e\x2f\xf8\xe8\xa3\x9f\x72\ \x7d\x75\xcd\x62\xb9\x24\xcf\x0b\xc2\x30\x62\xbd\xda\x70\x7d\x3d\ \xeb\x27\x83\x0c\x9d\x3a\xdf\xb7\x83\x38\xa3\x6d\x0c\xc6\x76\xd4\ \x8d\x61\x97\x97\x18\xd3\x12\xc5\xd1\x2b\xd3\xf7\x6e\xb7\x73\x22\ \xc9\xfe\xfb\x4e\x92\x64\xf0\x76\x6a\x5b\xc3\x7c\x3e\xe7\xe6\x8d\ \x5b\x3d\xe6\xdd\x32\x1a\x8d\xf8\xfa\xeb\x87\x2c\x16\x73\xaa\xaa\ \xe2\xd3\xcf\x3f\x67\x36\x9f\x21\x25\xb4\x6d\xc3\x76\xbb\xe9\x8b\ \x4a\x8c\x90\x50\x94\x85\xd3\x49\xf4\x6c\x44\xef\x78\xe0\xaf\xab\ \x2f\x34\xfe\x19\x8c\x7b\x51\xdd\xeb\xd5\x94\x75\xd4\x4d\x83\x0a\ \x5c\x0e\x51\xdb\x93\x1a\xda\xb6\x65\x51\x57\xd4\x89\x13\x95\x3a\ \xe2\x8b\x13\xe0\xb6\x7b\xce\xb9\xc6\x5a\x26\xbd\xf6\x29\x2f\x6b\ \x17\x4e\xd5\x59\x1a\xdb\xbc\xd2\x38\xed\x3f\x9f\x00\xa7\xa7\xa7\ \x54\x55\xc5\xf5\xf5\x15\xe3\xf1\x04\x29\x15\xeb\xf5\x96\x07\x0f\ \xbe\xee\x75\x61\x96\xb2\xac\x7b\xd7\x0c\xd1\x6b\x41\x6a\xde\x7f\ \xff\x7d\xee\xdc\xb9\xc3\x6e\xb7\xe3\xec\xec\x0c\xdd\x37\x76\x51\ \xef\x6f\xb5\x98\xcf\x51\x52\x3a\xda\x79\x8f\x42\x78\x55\xbb\xff\ \x7c\x1d\x44\xef\x6a\x4f\xdd\xb6\x74\x7b\xd0\xa1\xaf\x37\x65\xaf\ \x3d\xf1\x68\x82\xda\x3b\x50\x97\xcb\x25\x65\x59\x72\xff\xfe\x7d\ \xee\xdf\xbf\x4f\x51\xd6\x2c\x16\x0b\xce\xcf\x9f\x73\x75\x79\x39\ \x34\xdd\xfb\x7b\x5b\x3f\x0d\xf9\xcf\x61\x3f\x60\xcb\xeb\xcc\xbc\ \x0b\x88\xdf\x4b\xd5\xb5\x93\x40\x84\x61\xf8\xcd\x9c\x4c\xba\x3d\ \x73\x42\x7f\x63\xfb\x37\xed\x97\x42\xfe\x06\xdf\x57\x8c\xbf\x5c\ \xca\x77\xc3\x5e\x61\x7f\x7c\x74\xaf\xa1\x91\x52\xec\x2d\xde\xad\ \xf3\x3f\x52\x7a\x80\xaa\xf6\x6f\x3e\xef\xe0\x6a\x8c\x19\x20\x8f\ \x61\x79\xbe\xd7\x51\x79\xdb\x15\xd1\x1f\x82\x52\xe9\xbf\x05\xcf\ \x49\xa5\xc0\x9a\x7e\x91\x67\xb1\xb8\x02\x3e\x18\x26\x0a\xd1\xab\ \xfd\x7b\x2b\x18\xeb\xdf\x87\xef\x1c\x20\x08\x24\x5d\xe7\xe3\x89\ \x9d\xf8\x48\x47\xb1\xf3\x5e\xea\x23\x8b\xc3\x28\x26\x4d\xb3\xa1\ \x9b\xa8\x1b\x37\x4d\x35\xc6\x10\xe8\xc0\x31\xbb\x44\xe7\x96\xe9\ \x3d\x74\x02\xcd\x10\xcf\x2b\x85\x44\x7b\x2b\x7d\xdb\xa1\x82\x90\ \x30\x8c\x48\xd2\x11\x4d\xdb\x6b\x4e\xc2\x90\xa4\xed\x7a\xcf\xa8\ \xd7\x74\xdd\xad\x0b\x45\x3b\x9c\x4c\x08\x85\x71\xe9\x83\xa3\x04\ \xab\x9d\x68\x2d\x0a\x42\x34\x96\x83\x2c\xa1\x8d\x0f\x78\x7e\xe6\ \x0e\x93\xc7\x8f\x1f\xbb\xf7\xd8\x39\x11\x9a\xb7\x95\x28\xcb\x92\ \x30\x88\x98\x1e\x4e\x91\xb8\xc2\xec\xaf\xb1\x10\x82\xa2\x28\x38\ \x3b\x3b\xa3\xae\x6b\x26\x93\x09\xe7\x2f\xce\x01\xb7\x3f\x5b\xaf\ \x97\xcc\x97\xf3\x01\xc7\x2f\x8a\xd2\x19\xdd\x21\x68\xdb\xae\x87\ \x1c\x0e\xb9\x73\xe7\x2e\x9f\xfd\xe2\x73\xd6\x9b\x4d\xaf\x93\xd9\ \xb1\xdb\x15\x98\xd6\xb2\x5e\x6d\x78\xf2\xe4\x29\xcb\xf5\x9a\x20\ \x70\x79\x18\x74\x70\x75\x3d\xa7\xa9\x5c\x91\x88\x02\x77\x48\x57\ \x4d\xe3\x54\xb9\x3d\xa9\xa1\xc3\xf9\x56\xd5\xbd\xef\x5c\xd3\x77\ \xa1\x51\x14\xb1\xdd\x6c\x08\x82\x90\xba\xae\xc8\x77\x39\x77\xef\ \xde\xe5\xb7\x7e\xeb\xb7\xd8\x6e\x77\xfc\xf1\x1f\xff\x31\x61\x18\ \x0d\x06\x98\x08\x07\x97\xa4\x69\xe2\x9c\x8a\x3b\x4b\x18\xc6\x8c\ \xc7\x13\xea\xa6\x1c\x88\x1c\xde\xbb\xcb\x37\x50\x75\x5d\x3b\x0b\ \x1f\x63\x28\xcb\x92\xcb\xcb\x4b\x46\xa3\x11\x41\xff\x4c\xbe\xae\ \x9d\x89\x10\xce\x59\x20\xdf\xed\x90\x3a\x24\x08\x23\x94\x54\x58\ \xeb\x0a\x9e\x69\xaa\x01\xcb\xf7\x8e\x12\x3e\x36\xc2\x1f\x26\x9e\ \xa5\xd4\x75\x1d\xbb\xdc\x99\x7d\xc6\x81\x42\x74\x0c\x30\xb6\x7f\ \x0e\xfd\xe2\xbb\x69\x1a\x96\x4b\x17\x4b\xed\x38\x24\x92\xf1\xe4\ \x00\x1d\x84\x5c\x5c\x5e\xf5\x91\xc6\x0a\x63\x3b\x5a\xe3\x3e\xcb\ \x28\x0a\xb1\xa6\x1d\xa6\x9d\x87\x0f\x1f\x72\x75\x75\x35\x14\x77\ \xbf\xd0\xdf\xf4\xf7\x82\xee\x51\x0d\xe7\xb1\x16\x0c\xdf\x8b\x7f\ \xe6\x7c\x6d\xda\x97\x0b\xf8\xfb\xd3\xff\xdc\xdf\x4f\x79\xe8\x2a\ \xe8\xdd\x8d\x27\x93\x09\x41\xef\x50\x60\x3b\xc1\x7a\xbd\xe6\xec\ \xec\x6c\x60\x2c\xfa\x43\xe8\x97\x33\x98\x7e\x39\x7a\xdc\x1f\x5e\ \xfb\x26\xae\xfb\x9f\x59\x10\xe8\xde\x65\x5d\x7e\x13\x27\x13\x5e\ \xd1\x56\xfc\xff\x7d\x10\xaf\xec\x4e\xe8\x5e\x29\xec\x52\x08\x84\ \x14\x3d\xab\xc9\x2d\x9f\x5d\xfa\x9e\x22\x8a\xc2\x57\x3a\x53\xa7\ \x94\x57\x48\x19\x0e\x17\x74\xff\xd7\xfd\x3c\x93\x28\x8a\xfa\x24\ \x47\xb3\x67\x45\xd2\x0d\x87\xc9\xb0\x1b\xe9\xb5\x20\xfb\xdf\xab\ \x10\xc2\xa9\xe5\x0d\x48\x3a\x64\xa0\xd1\x7b\x2c\x32\xd1\x5b\xc3\ \xbb\x38\xd7\x0e\xac\x40\xca\xbe\x50\xf7\x56\xf7\x12\x68\x6a\x83\ \xe8\x71\x61\xb7\x9c\x74\x53\x4d\x18\x46\x3d\xcd\x57\xbf\xd2\x39\ \xee\x1f\xc4\x4a\xea\xa1\xf8\x9b\x3e\xba\xd7\x39\x31\x0b\x94\x0a\ \x88\xe3\x84\x24\x4d\xe8\xac\x41\x09\x77\xf0\x5a\x6b\x09\x75\x84\ \x0e\x62\x27\x8a\xac\x1b\x2c\xa0\xc3\x88\x28\x7e\x79\x68\xbf\x06\ \x2e\x17\xd0\x11\x48\xcd\x38\xcd\x08\xa5\x41\x8d\x12\x0a\x63\x51\ \x49\xc0\x68\x3a\x25\x1d\x65\x60\x2a\x74\xd7\xb0\xb6\x39\x74\x2f\ \x0b\x84\x9b\x94\x74\x4f\xb0\x10\x43\x11\xdc\x6e\x76\xdc\xbf\x73\ \x93\x28\xd0\x7d\x97\xd5\x0c\xd7\xcc\x77\x87\x79\x9e\x33\x9d\x4e\ \xb9\x73\xef\x16\xf3\xc5\x82\x5d\xbe\xe5\xec\xf9\x73\x7e\xfe\xc9\ \xa7\x54\x4d\xc9\x76\xb7\x65\x36\x9f\x23\xa5\x26\x4d\x46\x28\xd3\ \x71\x3d\x5f\xb0\xcd\xb7\x6e\xaf\x15\x68\x8a\xb2\x4f\x6d\x1c\x8f\ \x69\x66\x0d\x3a\xd0\x98\xce\x32\x5b\xb8\x8c\x0e\xbf\x97\x78\x71\ \x71\xc1\x8d\x93\x53\x56\xbb\x0d\xa6\x6e\x19\x67\x23\xa6\x07\x49\ \x0f\x4d\x66\xb4\x6d\xc3\x66\xb3\xa1\xf6\x0b\xe9\xbe\x10\xc8\x7e\ \x2f\xa4\x94\xa2\x6e\x6a\x56\xeb\x15\xf7\xef\xdf\x45\x2a\xc9\x87\ \x1f\x7e\xc8\x72\xb9\xec\x3b\x4d\x77\xc0\x1f\x1f\x1f\x13\x86\x21\ \xf3\xd5\x12\x6b\xdb\xbe\xeb\x74\x14\xe6\x20\x08\xa8\x9b\x92\xb6\ \x35\xbd\x00\xb1\x2f\x36\x52\x0d\x8d\x81\x2f\xb8\x3e\xb7\xc6\x5b\ \x7d\x4c\x26\x13\x0e\x0f\x0f\x5f\x2b\xf1\x42\x0c\x16\x40\xe2\x95\ \x43\xca\x8b\xf7\xe2\x28\xa6\x6b\x5b\xaa\xaa\x1c\xa6\xc8\xc1\x61\ \xbb\xb7\x28\xf1\xd7\x56\xa9\x80\xd1\x78\x84\xb2\x86\xb6\xac\x5e\ \x79\xfe\x8c\x31\x5c\x5c\x5c\xb0\xdd\x6e\x99\x4c\x26\x5c\x5e\x5e\ \x0e\x4e\x08\xfe\x80\xe8\xba\x6e\x20\x21\xec\xfb\xf0\x49\x29\x09\ \x74\x48\x3a\x71\xc1\x61\x8f\x1e\x3d\x1a\xfc\xcd\xfc\x01\xe5\x5d\ \x9b\xbb\xce\x39\x4f\x8f\x7a\xe4\x64\xb3\xd9\x0c\x4c\xd0\x97\x36\ \x4b\xcd\x90\x3f\x24\xfa\x03\xc3\x7f\xe6\xde\x73\xd0\x5b\xa5\xac\ \x7b\x08\x77\xb7\xdb\x11\x05\x01\xa7\xa7\xa7\xd4\x75\xcd\xdf\x7c\ \xf4\x53\x7e\xf2\x37\x7f\xe3\xf6\x59\xdd\x4b\xb5\xbb\x47\x42\xfc\ \xd7\xf2\xd7\xae\xde\xd3\xb9\xed\x37\xcc\xfb\x16\x51\xfe\xb9\xf1\ \xbb\x1b\x4f\xfd\x1f\xe2\x36\xbe\x89\x87\x89\x57\x70\xee\x9b\x0b\ \x3a\x11\x9d\x1a\x6e\x8c\xe1\x84\xb5\xb6\xb7\x52\x11\xc8\xce\x99\ \x3d\x2a\x25\x01\x31\x14\x7d\x1f\x16\xe5\xca\xb5\xe8\x45\x86\x02\ \x3a\x57\xe0\xc3\xfe\xeb\xec\xdf\x40\xee\x43\xb4\xbe\x96\x13\x85\ \xee\x86\x68\x71\x5d\xa2\x14\x92\xc6\x34\xc3\xce\x43\x6b\xd3\xe3\ \x90\xee\xe0\x72\xe3\xed\x4b\xdc\xdb\xd2\xd1\xd5\x02\xd1\xb9\x1b\ \x73\x28\xc4\x3d\x13\xcb\x8f\xe0\x5d\xd7\x61\xba\xb6\x5f\xbc\xb7\ \x83\x4b\x71\x18\x06\x83\x5f\xcf\x62\x3e\xc7\x18\xcb\xe9\xc9\x31\ \x41\xe8\x20\x8f\x28\x72\x13\x56\xdb\x1a\xb2\x2c\x70\xef\x55\xb8\ \x04\x47\x17\xf4\xa4\xfa\xc3\xc4\x22\x85\x7b\x08\xbb\xbe\x18\xfb\ \x07\x29\x0c\x42\x67\xaa\x69\x9d\x18\xb3\xb5\x86\x4e\x3a\x81\x64\ \x18\xc5\xb4\xd6\x1b\x1d\x6a\x37\xfa\xbe\x36\x98\xcb\xd9\xc9\xa4\ \x51\xcc\x74\x3c\xa1\xad\x37\x28\x69\x69\x8a\x8a\x93\xa3\x29\x47\ \xb7\xef\x12\x25\x09\x9d\x29\x90\xa6\xe4\x89\x6d\xf6\x30\x5f\x85\ \x31\x2d\x41\xe8\xdc\x54\xdb\xb6\x61\x3a\x3d\xe4\xf8\xe8\x98\x22\ \x2f\x11\x30\x2c\x93\x45\x4f\x5e\x10\xfd\x24\xeb\x44\x78\x92\x28\ \x0c\x19\x8f\x27\x6c\xb6\x1b\xd2\x24\xe5\xfc\xfc\x9c\xa6\xa9\x88\ \xa3\x78\xc8\x89\x69\x9a\x92\x83\xc9\x94\xdd\xce\x3a\xfa\xa9\x69\ \x91\x4a\x0c\x4b\x57\x3f\x21\xfb\x08\x69\x6f\x8e\x59\x9b\x86\x34\ \xcb\xd8\xf6\x9e\x60\xd3\x83\x29\x2f\x5e\xbc\xe8\x2d\xfe\x21\x4e\ \x90\x17\x41\x68\x00\x00\x20\x00\x49\x44\x41\x54\xdd\x4e\xee\x70\ \xea\x7c\x97\xac\xb1\xe8\xb6\xee\x29\xcb\x0a\x15\x06\xe8\x20\x60\ \xb3\xd9\x38\x9c\x3c\x08\xd8\x6e\x36\x5c\x5d\x5d\xa1\xa4\x66\x76\ \x3d\xa7\x6e\xea\x21\xa3\x3b\x4b\x33\xe7\x5a\x9b\xe7\xa4\x7d\xd0\ \x5a\x92\x24\x6c\xb7\x4d\xef\x8c\x9d\x53\x94\xbb\x7e\xb9\xab\xe9\ \x3a\xa7\xdb\xb1\xd6\x12\x34\x35\x26\x0c\x86\xae\x3f\x4d\x53\xf7\ \x3a\x69\x4a\x1c\xc7\x4c\x26\x93\x21\xff\xe4\x75\xa1\x10\x9e\x85\ \x16\x45\x21\x42\x6a\x74\xf4\x32\x55\x50\x74\x96\x38\x0a\xb0\x6d\ \xdd\x1b\xa1\xda\x61\x27\xe0\x77\x0a\x6a\x4f\x7b\xa6\x85\x46\xf7\ \xac\x46\xdb\xb4\xaf\x3a\x79\xf7\x45\xd3\xf6\x41\x74\x7e\x7f\xd2\ \x75\x1d\x8b\xc5\x92\xeb\xab\x2b\x76\xf9\x8e\x3c\x2f\x68\x9a\x96\ \xb6\x6d\x08\x83\x90\xae\x83\xd5\x6a\xcd\x28\x4b\x69\xdb\x6a\x28\ \xae\x6e\xc7\x92\x0e\x66\xb1\x9e\xe5\xe5\xed\x86\xfc\x74\xa7\x94\ \x22\xef\x61\x58\x0f\x21\x79\xe7\xe6\xae\xeb\x28\xfb\x7d\xed\xbe\ \xc5\x52\x18\x86\x43\x73\xea\xbd\xf1\xa2\x28\xa2\x6e\x1a\x1e\x3c\ \x78\xc0\x76\xbb\x45\x08\x97\x76\x1a\x04\x01\x5a\x6a\x40\x10\x47\ \x31\xeb\xcd\xa6\xaf\x2d\x2f\xe5\x0f\xee\xfe\x6d\x5e\x81\x2f\x5f\ \xb2\x52\x5f\x4d\x6f\xac\x7b\x46\x5c\x14\x45\xc3\xa1\x9a\xa6\xe9\ \xdf\x0b\xd2\xfe\x15\x12\x2d\x76\x0e\x43\x8c\x62\x64\x10\x21\x0d\ \x3d\xde\x2f\xd0\x71\x4c\x6b\x5b\x4c\x5d\x63\x85\xa0\xb3\x6e\x5f\ \x21\x85\x04\xd1\xd1\x49\xd7\x61\x21\x5f\x16\xe2\x40\x08\x62\x25\ \x89\xa3\x00\x21\x3b\xa4\xd0\xfd\x9e\xa3\x57\xae\xa3\x48\xd3\x31\ \x6f\xbc\xf9\x06\x65\x59\xf0\xfc\xf9\x73\xea\xba\x74\x1d\x9b\x14\ \xe8\x40\x21\x24\x28\x2d\xfb\x1d\x82\xec\xa7\x0f\x85\x34\x0a\x63\ \x4d\xef\x42\x5c\xf5\xa3\xac\x5b\xc8\xbd\xf9\xe6\x9b\x9c\x9f\x9f\ \xf7\x19\x09\x0a\xa1\x24\x9d\x85\x40\xba\x1b\x5e\x69\x35\x60\xc6\ \x52\xb8\x6c\x71\x3a\x68\x4d\x4b\x17\x0a\xe2\xd1\xc8\xe5\x8c\xef\ \x8d\xba\x56\xc0\x38\x49\xb0\x02\xa6\x93\x09\xbf\xf1\xdd\xef\x72\ \x7d\x7d\xd5\xe7\x4d\xd0\xb3\x95\x8a\xfe\x20\xd6\x3d\x7d\xd9\xf6\ \xd3\x97\x44\x62\xd1\x4a\xd2\xd2\x71\xeb\xc6\x09\x37\x6f\xdd\xe6\ \xf2\xc5\x25\x4f\xce\xce\xb0\x6d\x47\x12\x8f\x1c\xfc\xd5\x81\x52\ \x16\xd1\x14\x8c\x27\x19\xe3\x71\x44\xbe\x95\xc4\x61\x4c\x51\x55\ \x44\x91\xc3\xdc\x7d\x84\xef\x6b\x59\x98\xd0\xa1\x85\xcb\xdb\x56\ \x71\xea\xe8\xaa\xad\xa0\xaa\x1b\x9e\x3c\x7e\xc2\x66\xb7\x61\x3c\ \xce\x10\x18\x76\xdb\x02\x2b\x25\xa6\xb3\xc4\x4a\xd0\xb6\x86\x50\ \x0b\x46\x69\x4a\x51\x56\x8c\x46\x23\xb2\x6c\x4c\x77\x04\xa2\x2d\ \x59\x2f\x67\xd4\x55\x89\xc0\x22\x3b\x77\x4f\xc8\xce\xa2\xa4\x22\ \x50\x02\xdb\xd6\x14\xdb\x2d\xb6\x36\xe8\x4e\x93\x85\x19\x81\x08\ \xa8\x76\x35\xa6\x32\x28\x24\x6d\x4f\x03\x3f\x3a\x18\x13\x04\x96\ \xc5\xf2\x9a\xae\x6d\x48\xd3\x94\xc3\xf1\x88\x50\xc0\x6a\xbd\x72\ \xa2\x44\xd1\x21\x84\xe5\xee\x9d\x9b\xd4\x65\xcd\xc5\x8b\x17\xd8\ \xd6\x50\x57\x35\x75\xdb\x0c\x9e\x66\x8d\xa9\x10\xa2\x45\xd0\x90\ \xe7\x1b\xea\xa6\xa2\xac\xf3\x9e\xa9\x04\x32\x74\x10\x98\x54\xca\ \xe5\x69\xe4\x39\xd6\x42\x51\x97\x3c\x79\x7a\xe6\xdc\x18\xa2\x18\ \x8b\x1d\x26\x17\xa9\x05\x55\x53\xb1\x5a\xaf\x68\x5a\x33\x2c\x52\ \xa5\x54\xbd\xf1\xa8\x71\xd0\xae\xd4\x68\x1d\xd1\xd4\xb9\xd3\x8e\ \x48\x41\x6d\x6a\x46\x2a\xc3\x98\x86\x20\x50\x68\x2d\xa9\xca\x9c\ \xdd\x66\x4d\x1a\x47\x14\x52\xb0\x5c\xcc\x07\x42\xcc\x6b\xd9\x99\ \x98\x0e\x3a\xf7\x4c\x99\x0e\xb2\x2c\x26\x4a\x12\xb4\x54\xee\x1e\ \x00\xda\xaa\x72\xcf\x75\x6b\x07\x24\x42\xf6\x1d\xb7\xb1\x66\x70\ \xd7\x95\x3a\x74\x14\xe2\xb2\xc4\xda\x96\x0e\x27\xd8\x45\x38\x5a\ \x7f\x10\x44\x94\x95\x83\x7a\xb3\x51\x4a\xdd\xc3\x68\x55\x55\x51\ \xd6\xe5\xa0\x5d\x2b\x4b\x37\xfd\x24\x69\x82\xb1\x06\x44\xc7\x66\ \xbb\x66\x7a\x30\x1e\xe0\x6e\x2f\x0e\xde\xff\xe1\xb5\x39\x41\x14\ \xd1\x1a\x17\x31\x3d\x3e\x38\x60\xd7\x6b\x4b\xa2\xbd\x26\x39\x8e\ \x62\x47\x8b\xee\x85\x94\xfe\x90\xf4\xc8\x82\xbf\x6e\x5e\xc8\xb8\ \xdd\xed\xb0\x7d\x5c\x76\xd3\xbb\x6f\x18\x69\x48\x92\x84\x20\x70\ \x59\xf1\xd6\x76\x68\x09\x55\x5f\xfb\xfc\x1e\xc4\x1f\x20\xfb\xcc\ \xd3\x81\xec\xd0\xa3\x23\xfb\x68\x8a\x3f\xac\x93\x3e\xbc\x2b\xed\ \xc3\x04\xff\xae\xf0\xe6\xaf\x16\xcc\x25\x25\x22\x08\x08\xc2\x90\ \xd0\x0a\xb4\x90\x58\x41\x6f\x8d\x22\x30\x7d\xde\x86\x30\x1d\xc2\ \x3d\xbe\x2f\xe1\x2e\x29\x11\x5a\x12\x08\x88\xa2\x10\x69\x2c\xa1\ \x54\x8c\x93\x88\x28\x54\x08\xa5\x30\xad\x33\x7f\xac\x1b\x4b\x5e\ \x94\x30\x5f\x91\xa4\xd7\x94\x55\xc1\xf5\x6c\x46\x47\x03\xb8\xd3\ \xba\xac\x4b\x3a\xdb\xb1\xde\xae\x1c\x25\xb1\x13\x43\x44\xaf\xed\ \x9c\x87\x95\x87\x21\x00\xd6\xeb\x35\xc6\x18\x8e\x8e\x0e\x59\x2e\ \x17\xbd\x80\x52\xa3\xa4\xa6\xc8\x4b\xa6\xd3\x29\xe3\x6c\xec\x52\ \x21\xed\xcb\x8b\xe8\x8b\x78\xd5\x36\xac\x8b\xad\xf3\xee\x8a\x82\ \x3e\x11\xd1\x2d\x90\x8d\xb5\xd4\x6d\x89\x54\x8a\x6d\x59\xf0\xd9\ \x17\x9f\x51\xf7\x0f\x8e\x31\x0e\xda\x73\xd0\xc4\x7a\x18\xef\x5d\ \x87\xe3\x93\xe4\x5a\x0c\x8a\xb2\xd8\xf1\xe2\xf9\x39\xdb\xf5\x86\ \xed\x76\x47\x59\x94\x34\x75\xcb\x6a\xb5\xa6\x6d\x1d\x35\x57\xe9\ \x06\x63\x76\x4c\xa7\x09\x81\xb4\xac\x97\x33\x8c\x0d\x98\x2d\x17\ \xe4\xd5\x96\x5d\xb1\xa5\x6e\xaa\xd7\xb6\x84\x17\x40\x14\x08\x8c\ \xa9\x1d\x2b\x4e\x06\x88\xb0\x63\x34\x99\x72\x7e\x79\xc9\xa7\x9f\ \x7e\x46\x98\x24\xe4\x65\x49\x12\x85\xd4\xad\x23\x10\x18\x6b\xe8\ \xac\x21\x4d\x22\x94\x30\x8c\xb2\x84\xc3\x83\x29\xe7\x2f\x2e\x59\ \x6f\x76\xdc\x39\x3d\x40\x09\x41\xa8\x15\x5a\x08\x02\xad\x09\x02\ \x85\xec\x2c\xe3\xd1\x84\x2c\x89\xd9\xae\x97\x88\x5b\xb7\x11\xd6\ \x3d\xd4\x81\xd2\x84\x3a\x00\xdb\x31\xce\x52\x97\xfc\xa8\x25\x02\ \x43\x96\x44\x5c\xcf\x73\x46\x69\x4a\x96\xc6\x44\x5a\x73\x90\x65\ \x74\x55\xc5\xc6\x82\xad\x6b\x74\x14\xd0\x36\x96\xab\xcb\x0b\x62\ \x1d\x80\xb5\xa4\x49\x32\x74\x97\x69\x96\x21\x25\x84\x12\xac\x69\ \xc0\x42\xbe\x2b\x29\xeb\x9a\xdd\x6e\xed\xac\x3c\xc6\x8e\xfe\x7c\ \x79\x75\xe5\xf6\x65\x61\x08\x79\xee\xa6\x10\x5c\xac\xb0\x0e\xdc\ \x74\xc9\x10\xaa\xd6\xb2\xdd\xb9\x3c\xf0\x24\x4d\x68\xad\xa1\xa9\ \x9b\x41\x81\x2d\x84\x24\x8a\x62\x92\x24\xeb\x09\x1c\x92\xb6\xed\ \x9f\x21\xe1\xf6\x34\x2e\xea\x40\x91\x8d\x32\xaa\xb2\xa2\xd8\x69\ \x84\xd6\x8c\xb3\x94\xb2\x2c\x58\x2d\x17\xaf\x95\x78\x21\xf7\x1c\ \xac\x4d\x5b\x53\xb7\x15\xc5\xd2\xe1\xfe\x5a\x4a\x22\xe5\x9c\xbd\ \xe9\xfa\x67\xa4\x7f\xce\x55\xbf\x38\x16\x08\xb2\x2c\x73\x5d\x36\ \x0e\xd2\x2d\x9a\x06\xe1\x6d\xd3\x85\x43\x2a\xa4\x02\xdb\x19\x8c\ \x6d\xb1\x9d\xa1\x35\x4d\x4f\x97\xb7\x20\x2c\x41\xa0\xa8\xac\xc1\ \x76\xee\xff\xbb\x15\x81\x25\x4e\x42\x94\x16\x94\x65\x31\x40\x46\ \x5e\xfb\xe3\x45\x8b\xfb\xcc\x4f\x9f\x9e\x5a\x36\x35\x49\x9c\x50\ \x54\x25\xad\xb5\x6e\x67\xba\x37\x29\xd5\x75\xf5\xb7\x08\x3d\xfb\ \x51\xbb\xde\x39\xd8\xb3\x43\xaf\xe7\x73\x94\x72\xb4\x6e\xbb\x27\ \x7e\x6e\xdb\xd6\xb1\x32\xdb\x96\xb2\xaa\x30\xcd\xcb\x68\x09\x3f\ \xe9\xec\xfb\x7d\xed\x2f\xe6\xfd\x44\xe2\xbf\x9e\xd7\xe3\xf9\x0c\ \x14\x0f\xbf\x79\xf7\xf0\x6f\xa4\xd1\xa3\xec\x3a\xb4\x31\x48\xd3\ \x12\x8a\x00\xd5\x75\x58\x21\x31\x52\x3a\x3b\x0f\x69\x09\xa4\x42\ \x04\x12\x8c\x18\x76\x12\x42\xba\xbc\x6e\x25\x04\xad\x75\x0a\x75\ \xd5\x0b\xaf\xc6\x07\x63\xc2\x40\xf7\xde\x52\x0e\xa1\x89\x02\x89\ \x6d\x25\x81\x16\x5c\x5d\x9c\xa3\xb5\x22\x09\x35\x28\x89\x33\x61\ \x11\x2f\xd3\x1a\xe3\x08\x90\x58\xd3\xbd\x22\x64\xf4\x9f\xef\x78\ \x3c\x1e\x16\x6d\x55\x55\xf1\xc9\x27\x9f\xb8\x91\x35\x8a\xb0\xc6\ \x10\x84\x01\x1d\x82\xda\xb4\xac\xb7\x1b\x97\xfd\xdc\xc3\x6b\xdd\ \x5e\xda\xa2\x13\xef\x35\x98\xca\xb9\x17\x7b\x46\x85\x77\xfa\xf5\ \x99\x07\x75\x55\xf3\xf0\xe1\x23\x26\xa3\x6c\xa0\xfc\x79\xb8\xca\ \xe3\xed\xde\x11\x78\xe8\x02\x71\x9a\x92\x24\xcb\x68\xda\x96\xab\ \xf9\x8c\x38\x4e\x99\x1e\x1d\xd2\xb1\x72\xe6\x76\x4a\x23\xa4\x40\ \x60\x51\x42\x93\xa5\x31\x07\xe3\x11\x49\x14\x21\x75\x4a\xdd\x36\ \xe8\x40\x60\x8c\x1e\x84\x99\xaf\x6b\x1b\x1b\x04\xc1\xe0\x56\x2c\ \x94\x06\xa9\x08\x43\x07\x0d\x08\xe9\xec\x3d\x5a\x6b\xd9\xb5\x0d\ \xad\x31\x2e\x0e\xb9\x69\xe8\x7a\x95\x78\x6b\x0c\x47\xd3\x63\x27\ \x14\xfb\xea\x21\x8b\xc5\x82\x5b\xc7\x63\xd2\x6c\x34\x38\x3f\xbb\ \x8e\xad\x01\x29\x59\xcc\xe7\x14\x65\xc5\x6e\x57\xf0\xe0\xc1\x57\ \x44\x69\x4a\x18\x06\xac\x36\x39\xc8\x8e\x6d\xbe\x61\x32\x1d\xf5\ \x5a\x12\xd7\xe9\x6e\x76\x2b\x56\xeb\x15\xc7\x27\xa7\x68\x1d\xb1\ \x58\xae\xd8\xae\xd7\x34\x75\x43\x18\xc7\xce\xf1\xba\x31\x64\x93\ \x31\xdb\x6d\xc1\xe1\x9d\x29\x17\x57\x33\x56\xbb\x1d\xb7\xee\xde\ \xe3\xe8\xe8\x84\xf5\x66\xc9\x76\xb3\x22\x4a\xc2\xde\xc3\x4d\xd2\ \xf5\x7a\x12\x97\x5d\xe3\xfe\x5b\x92\xa4\x48\x15\xbc\x84\x22\x7a\ \x5a\xb8\x42\xa0\x94\x2b\xa4\xd6\x76\x3d\x3b\xcf\xbd\xaf\xb6\x35\ \x48\xa9\xb0\xc6\xe9\xb0\x8c\x35\x83\x00\xd1\x33\x8b\xbc\xb5\x47\ \xbb\x17\x00\xe7\xe1\xd8\xf5\x7a\xe3\xb2\x5b\x5a\xe3\xf4\x49\x3d\ \x4d\x57\xeb\x00\x81\x9b\x4a\x5f\x9f\x64\xd1\x15\x61\x4f\x06\x89\ \xc2\x08\xad\x34\x9b\xcd\xd2\xd9\xef\x23\x88\x82\x80\xae\xb5\xb4\ \x6d\x03\x52\xf4\xd3\xb0\x63\x3f\x76\x5d\x47\x10\x06\x43\x52\xe4\ \xae\xa8\x9c\xc5\x7a\x14\x51\x17\xe6\x15\xc1\xb3\x52\x9a\x34\x4d\ \x07\x62\x41\x91\x17\x83\x7e\xc6\x3b\x8c\xfb\x65\x79\xb0\xf7\x5c\ \xba\x7c\x77\x07\x23\xee\xef\x12\x3c\x04\xe5\x9f\xc9\xae\xeb\xc8\ \xf3\xbc\x4f\x57\x6d\x50\x52\x11\x27\xce\x20\x31\x08\x34\xfc\x92\ \xda\xbd\xeb\xa7\x0f\xef\xb0\xe1\x21\xb0\xcd\x66\xf3\x8a\x33\x87\ \xb7\x1a\x72\xe9\x9c\x2f\xa1\x2b\x6f\xab\xe4\x8b\xbe\x3f\x04\xfc\ \x7d\xee\x61\x60\xff\xf3\x97\x77\xd1\xfb\xa9\xb1\x9e\xd1\xe5\x9f\ \x0f\x9f\xa7\xe2\xed\x5f\xf6\xc9\x03\xdf\x2c\x36\x17\x10\x48\xc1\ \x58\x43\xdc\x19\xb4\x05\x81\x24\x89\x33\x0a\x61\x31\x80\x46\xa2\ \x55\x80\x12\x1d\x56\x3a\x6d\x8a\x54\x02\x21\x1d\xc4\x20\x95\xa0\ \x6b\x5d\x46\x47\x28\x24\x71\x1c\x31\x19\x8d\x51\xaa\x43\xd0\xe7\ \xc1\xab\x90\x48\x2b\x44\x67\xc8\xb2\x18\x6b\x5b\x94\x16\x5c\x5e\ \x5c\xd1\x76\x96\x83\xa3\x43\xd2\x24\xed\x2f\x6c\xbf\x77\x40\xd0\ \x69\xbf\x8b\x91\x83\x89\xa2\xd6\x7a\xb0\x78\x08\x7b\xb6\x85\x1f\ \x55\xb3\x2c\xa3\x17\xa1\x10\x24\x1d\xdb\xf5\x86\xd5\xa6\xa0\x2c\ \x0b\x26\x07\x07\xb4\x7b\x63\x67\x6b\x0c\x59\x9c\x30\x0a\x23\x47\ \x03\xcd\x73\xb2\x6c\x44\x5e\x97\x5c\x5c\x5d\xf6\x29\x78\x37\xb9\ \xbe\xbe\xe6\xfc\xe2\x05\x49\x14\x91\x26\xb1\x1b\x6f\x75\xd0\x6b\ \x2f\x1a\x94\xd2\x44\x91\x5b\xe0\xf9\xc3\x2d\x88\x42\xa7\xe1\x69\ \x1a\xe8\xad\xe7\x03\xdb\x21\x70\x70\x51\x10\x07\x8c\xb2\x11\xd6\ \x30\x60\xcb\xd6\x34\xc4\x41\x44\x12\x3b\x83\xbf\x50\x4b\xd2\x28\ \x20\x4c\x35\x61\x68\xd1\x5a\xc2\x6b\x54\x43\xc7\x69\x46\x18\x27\ \xd8\xaa\xc2\x0a\x90\x7d\xb1\x54\x2a\x20\x4d\x53\x9a\xd6\x10\xa7\ \x19\xdb\xf5\x82\x55\x33\x03\xe5\x1a\x07\xd5\xdf\xfc\x6d\xeb\x70\ \x6b\xbf\x18\xed\xfa\xa0\x30\x2f\x5e\x6d\x8c\x63\xc3\xe8\x30\x40\ \x69\xcd\xe5\xf5\x35\x65\x5d\x13\xa5\x09\x28\xc9\x7a\xbb\xe2\xf6\ \x9d\xdb\xa8\x50\x91\x8e\x12\x36\xb9\xc6\x0a\xdb\x63\xf3\xce\xbf\ \x6c\xb7\xce\xd1\x41\x44\x5e\xd6\x08\x15\xa2\xc2\x18\x29\x4b\xb2\ \x51\x8a\xdd\x6e\xb0\x52\xb3\x5a\xae\x88\x47\x13\xe2\x74\x84\x08\ \x02\xe2\x6c\x04\xba\x26\x4e\x52\x8a\xb2\x20\xcd\x1c\x84\xe9\xa6\ \x5b\xa8\x6b\x37\x65\x05\x61\x80\x50\x9a\xba\x69\x30\xa6\xa3\x35\ \x9d\xa3\x19\xf7\xb4\xd3\x38\x0c\xd1\xca\x99\x80\xd6\xa6\x25\xd5\ \xae\x10\x97\x75\x45\x63\x5b\xca\xa6\xa6\xec\x3d\xab\x30\x2d\x75\ \xeb\x88\x16\x5e\x98\xe6\xbb\xde\xfd\x28\xea\xc1\x37\x2e\x8b\xc9\ \x77\x3b\xb2\x2c\xa3\x36\x2d\xc6\x1a\x92\x34\x45\x2c\xe6\xcc\xe7\ \x8e\x48\x10\x84\x01\xd6\x98\xd7\xfe\xcc\xfb\xd7\xf4\x45\xdd\xb3\ \x98\x6c\xcf\x4a\x92\xfd\x6e\xc5\xf4\x06\xb0\x6e\x1f\xaa\x06\x4d\ \x4c\x14\x45\xce\xc2\x66\xb3\x71\x2c\xa7\x20\xa0\x2e\xba\x57\x0a\ \xa8\xd3\x52\x6d\x07\x2b\x11\xb7\x77\x10\xaf\xc4\x4a\xf8\xc3\xd6\ \x3f\xc3\x7e\x47\xb9\xdd\x6e\x09\xc3\x60\x50\xb8\xfb\x5d\x8b\x17\ \xaf\x7a\xb6\xa7\xb7\x77\xb7\xd6\x52\xf5\x2c\xc1\xd1\x78\xec\x20\ \xce\xbe\xe8\x0f\xac\x2d\x04\x55\x5d\x0f\x02\x55\xbf\x87\x1c\x84\ \xcf\xfd\x54\xe2\x9a\x0d\xf5\x4a\xe6\xd1\x3e\x84\xe5\x35\x70\xfb\ \x13\x8e\x27\x01\xed\xef\x47\xfc\x94\xb2\x0f\x73\xbd\x12\x17\xfe\ \x4b\x94\x70\x1f\x1d\xed\x7f\xff\x0d\x55\xc0\x0b\x6c\x53\xd3\xec\ \x56\x4e\x15\x5b\xb4\x54\x55\xcd\x44\x9e\x20\xb3\x0c\xe9\xb5\x28\ \x38\x57\x51\xab\xe8\x63\x66\x65\xaf\x6e\xef\x90\x58\xac\x10\xc4\ \x41\x48\x28\x05\x61\x10\x10\x68\xc9\x76\x35\x77\x26\x8c\x46\xd0\ \x34\x06\x6b\x5c\x77\x51\xee\xd6\xb4\x6d\x4d\xd7\x19\x5e\x3c\x7b\ \xca\xa6\xac\xb8\xdf\xbd\xcd\xe8\x8d\xd1\xb0\x1f\x49\x92\xc4\x7d\ \xb8\x42\xf7\x27\xb7\xee\x6f\xec\x9e\xe9\xd5\xdf\xf8\x9e\x0e\xe8\ \x6f\xc4\x38\x8e\x1d\xb5\x2e\xd0\x74\x42\xa0\xfa\x02\xf0\x8b\x4f\ \x3f\xa5\x6a\x1a\xee\xbf\xf1\xc6\x50\x90\x77\xdb\x2d\x52\x08\x36\ \xf3\x39\x6b\x0b\xdb\xed\x86\xf1\xc1\x84\x4e\x0a\x1e\x3f\xf8\x9a\ \xb2\xae\xd0\xdf\xd3\xac\xd6\x2b\xce\x9e\x9d\x31\x1d\x4f\x48\xa3\ \x98\x83\xc9\xc1\x60\x81\xbe\x5a\x55\x1c\x1f\x4f\x86\x4e\xc3\xd3\ \x15\x75\xa8\x41\x0a\x67\x84\xd7\x09\xca\xd6\x10\xe8\x10\xc7\xa3\ \xb1\x28\x2d\xb1\xb6\x75\x30\x17\xae\x48\xeb\x40\x93\xc4\x01\x69\ \x1c\x33\x4a\x23\x24\x92\x34\x54\x64\x69\x42\xd5\x3a\x0b\xfd\xee\ \x35\x5e\xfa\xa6\x6d\x69\xad\xc5\xba\xf5\x11\x75\xd3\x52\x54\x15\ \x37\x6e\xdc\xe0\x9f\xfe\x93\xdf\xa3\xac\x6b\x36\xdb\x0d\x3f\xfb\ \xe9\x47\x2f\xb1\x5d\x29\xa0\x7f\x40\xc3\x30\x1a\x2c\x40\x3e\xf8\ \xe0\x03\xca\xb2\xe2\x68\x1c\x53\xe6\x2e\x2f\xbe\xb5\x86\xc6\xb4\ \x20\x24\x45\x55\x53\x5b\x8b\x0a\x02\xaa\xc6\xf0\xe6\xbb\xf7\xf8\ \xc5\x67\x9f\xf3\xe4\xec\x9c\xf9\x62\xce\x2e\x2f\xd8\xec\x4a\x8a\ \xaa\xc1\x74\x82\xdd\x2e\x27\x8e\x23\xae\x67\x4b\xd6\xbb\x02\x5d\ \x18\xd6\xdb\x1c\xd3\x76\x18\xa1\xd0\x52\x53\x56\x2d\xad\x81\xd5\ \xb6\x40\x5d\x2d\x38\x38\x9c\x90\xe4\x05\x16\xc8\xab\x9a\x8b\xeb\ \x19\x61\xe0\xc4\x92\x4d\x55\xa2\x84\x25\x94\x82\x93\xa3\x23\xa7\ \xfb\x28\xca\xde\x8e\x47\x0e\x90\x53\x59\x95\x7d\xb4\x73\x87\x0a\ \x23\x82\x20\xa4\xad\x5b\xb6\x9b\x2d\x52\x28\x26\x93\x89\xd3\x01\ \x09\x43\x5d\x37\xe4\x79\x31\xd0\xdd\x9b\xda\xa9\x9c\x3d\x85\x16\ \xe8\xff\xbe\x7a\x15\xf6\x50\x12\xad\x34\x61\x14\x93\x24\x29\x79\ \x5e\xd0\xe1\x54\xf5\x0e\xf6\x54\x74\x16\x84\xea\xf5\x4f\xaf\xb1\ \x81\x10\xbd\x4f\x5c\xd7\x3f\x3f\xc6\x18\x10\x4e\x8f\xa1\x84\x44\ \x75\x0c\x21\x55\x9d\xf0\xa6\xa0\xdd\xd0\x40\xf8\x09\xcb\xda\x97\ \x51\xde\x06\xfb\x0a\xd5\xd9\x17\x70\xff\x4c\xfa\x85\x79\x5d\xd7\ \xce\x7e\xc7\x98\xbf\x25\x12\xf5\x07\xcb\x6e\xb7\x7b\xc5\xcf\xcf\ \x2f\xc6\x7d\xb1\xf5\x3b\x0d\xbf\x5f\xf0\x07\x62\xd3\xff\x3d\xa5\ \xd5\xe0\xdf\xb7\x2f\x67\x18\x3e\xc7\xbe\xd0\xb7\xfd\x04\xb0\x6f\ \x69\xe3\x27\xa0\xa6\x6d\x89\xfe\x13\x14\xdf\xfd\xc5\xfa\xbe\x9e\ \xc6\x2f\xd3\x7d\xb3\xb0\xbf\xef\xd8\x9f\x4e\xf6\x0f\x18\x3f\x6d\ \x79\x58\xf4\x95\xec\x26\xbe\x81\x0b\x78\xe7\xa5\xb3\xe2\xf1\xd7\ \x8f\x88\xde\x7a\x13\x5b\x5a\x96\x8b\x15\xbb\xaa\xe0\xee\xaf\x7d\ \xcb\x45\xf1\xda\x0e\xd9\x7b\x48\xc9\xc0\x3d\x78\x42\x38\x01\x9f\ \x04\x2e\x5f\x5c\xb0\x9c\xcf\x30\xc7\xc7\x9c\x1e\x1f\xbb\xfc\xed\ \xae\xe3\xc1\x17\x9f\x23\x84\x64\x94\x4d\x48\xd3\x31\x52\x04\x3d\ \xe3\x0a\x9a\xba\x61\xb7\xdb\xd2\xd4\x15\x75\x5d\x52\xd7\x2f\x59\ \x23\xa6\xcf\x21\x09\x74\x80\x10\xea\x6f\x4d\x26\xbe\x80\x0d\xc6\ \x68\xd2\x65\xa4\xb4\x6d\x4b\xdd\x34\x6e\x49\xa6\x03\x1a\xeb\x1e\ \x88\xa8\xb7\xf5\xb8\x58\x5e\x70\x70\x30\x21\x0c\x02\x6c\x6b\xf8\ \xfa\xc1\x03\x3a\x63\x19\xc9\x80\xcd\x7a\x83\xa5\x63\xbc\xd9\x30\ \x3d\x39\x22\x4b\x12\x96\xab\x25\x4f\x9f\x3c\x71\x18\xac\x10\xd4\ \x4d\xdd\xb3\xc7\x64\x9f\x96\xa8\x07\xdf\x30\x9f\x44\x99\xa5\x19\ \x61\x14\x13\xc5\x11\x9b\x7c\x87\x45\x50\x37\x86\xd6\x40\x12\x43\ \x1c\x06\x68\x25\x68\x9b\x9a\x28\x50\x84\xa1\x06\xab\xd0\xaa\xa3\ \xad\x73\x24\x6e\x5f\x30\x4a\x63\x3a\xa3\x68\x4d\xc4\xc9\x74\x4c\ \xd5\xb8\xd7\x7f\x2d\x9a\x03\x27\x74\x60\xb6\x58\x10\x65\x19\xa6\ \xb3\xbd\x58\x52\x72\x7d\x75\xc5\x6a\xb3\x41\x87\x11\x3a\x08\xc8\ \xd2\x8c\x38\x8c\x7b\x92\x80\xc2\xb4\x0d\xb6\x1f\xc3\xbb\xae\x63\ \xb5\x5a\x71\x75\x75\xc5\xe4\xe0\x88\x28\x4e\xa8\xcb\x15\x45\xe9\ \x54\xdb\x52\x6b\x94\xb5\x6e\x42\x89\x13\x94\x0e\x28\x1b\x43\xd5\ \x5a\xf2\xd2\xd2\x58\x45\x95\x1b\xa6\x87\xb7\x98\x1e\x0a\x74\x30\ \xe1\xf0\xf8\xae\xeb\x7e\x93\x1d\x71\x1c\xb3\x5a\xb7\x8c\x0e\x1b\ \x46\xe3\x09\x49\x96\x91\x6f\x76\xe8\x30\xa6\x6e\x0d\xc9\xe8\x80\ \x5b\xb7\xef\x12\x8f\x27\x64\xe3\x31\x51\x18\x10\xc6\x8a\xa8\x31\ \x54\x8b\x25\xb3\xc5\x82\xc9\x78\x0a\x9d\xd3\x03\x55\xbb\x3e\x24\ \x6b\xda\xf5\x87\xa9\x53\xf4\x77\x08\x9a\xa6\x26\x08\x42\xc7\x56\ \xeb\x3a\x1a\x63\x9c\x58\xaf\x2f\xfa\xd7\xd7\xd7\x6c\xb6\x39\x52\ \xb9\x8e\xb6\xaa\xdd\x34\x63\x2d\xce\xa6\xc7\x74\x54\x65\x45\xd3\ \xba\xa2\xe9\x59\x3a\x69\xef\x3a\xeb\x05\xc1\xb3\xd9\x8c\xa6\x69\ \x29\xca\x0a\xa9\x14\x4d\x6b\x48\xb3\xcc\x59\xb9\xd4\x0d\x45\x59\ \xa1\x95\x73\x66\xe8\x84\xe4\xe8\xf8\xa4\x8f\x88\x78\x6d\xa7\x89\ \xd3\x30\xf4\x85\x55\x4a\xc9\xf4\x60\xca\x28\x1b\xa1\x80\xa6\xaa\ \x59\x5c\xcf\xa8\x7b\x76\xa2\xfb\x07\x8e\xaf\xe2\x9b\x39\xad\x35\ \xd3\xe9\x21\x51\x92\x31\x1e\x8f\xa9\xf3\xed\x2b\x85\xd3\x77\xee\ \x9e\x42\x3c\x99\x4c\x98\x4c\x26\xcc\xe7\x73\x56\xab\xd5\x00\x11\ \xf9\x42\xef\xff\x1c\x45\x11\x79\x9e\x3b\x9b\x1b\x6b\xa9\xe2\xf8\ \x15\x11\xb3\xd7\xc0\x78\xe6\x96\xdf\x39\x04\x3a\x40\xf6\xd3\xc5\ \x7a\xb5\xa6\xad\x7b\x23\xd6\xce\xd5\xad\x28\x8a\x90\x89\x3b\x40\ \x3b\x6b\x1d\xc9\x66\x8f\xd4\xe0\xe9\xb9\x9e\x55\x35\x44\x94\xf7\ \xa2\x47\x3f\xb1\xf8\x43\xc0\x33\xc3\x3c\xa3\xac\xdb\x9b\x3e\x3d\ \xd4\xbd\x1f\xdb\xeb\xa5\x11\xfb\x26\xb7\xfb\xe1\x57\xfe\x57\x7f\ \x30\x86\x61\xf0\xf7\xf2\x73\xfd\x95\xda\x99\x08\x21\x09\x82\x90\ \xd1\x78\xc2\xad\xb7\x6e\x52\xe6\x25\x17\x8b\x85\xcb\xd1\x28\x0a\ \xba\xfe\xb4\xc6\x74\x84\x3a\x72\x78\xb5\xd6\x24\x71\xc4\xfc\xea\ \x92\x1f\xfd\xe8\x47\x58\x3a\xbe\xfa\xf2\x4b\x7e\xf3\xdb\x1f\xf0\ \x9b\xbf\xf1\x5d\xc6\x93\x31\x9d\x35\xac\x37\x2b\x6c\x63\xc9\xd2\ \x31\x52\x74\x58\xd3\x52\xe4\x25\x79\xbe\xc3\xd8\x86\x40\xcb\x3e\ \xb6\x93\x41\xcc\xe3\x4f\x77\xd7\x09\x07\x7b\x34\x5e\x06\x0c\xd7\ \xfb\x5d\x79\x6e\xb6\x1f\x93\x4d\x6f\x34\x29\xb5\xa4\xdc\xe6\x34\ \xfd\x68\x1b\x46\xce\x5a\xe3\xaf\xfe\xf2\x2f\xb9\x7d\xeb\x36\xf7\ \xef\xdd\xa3\xcc\x73\xda\xa6\xa5\xed\x04\xb6\x35\x84\x51\x48\x55\ \x95\x2c\x16\x0b\x92\x24\xe1\xee\x9d\x3b\x68\xad\x98\x5d\xce\x88\ \xa2\x90\x28\x8c\x88\xe3\xa4\x17\x63\x2a\xb4\x16\x98\xde\xb8\xd1\ \xa9\xe6\xad\xa3\x7e\xb6\xa6\x9f\x4e\x42\x36\x9b\x1d\x9f\x7f\xf1\ \x15\x48\x45\x1c\x27\xbc\x75\xef\x2e\x77\x6e\x9e\x12\x28\x49\x28\ \x71\x56\xf5\xd2\x45\xff\x2a\x29\x99\x1e\x8c\x49\x22\x4d\x16\x05\ \x74\x9d\x22\xcf\x0d\xa3\x34\x22\xac\x1b\x94\x14\xbc\x0e\x0f\x59\ \xd1\x1f\x28\xb3\xd5\x8a\x77\x7e\xed\x7d\xee\xde\xbd\x8f\x15\x92\ \x20\x0c\xf8\xf8\x67\x9f\xf0\xd9\x67\x5f\x38\x26\x37\x62\xc0\xbd\ \xbd\x82\x5d\x0b\x5e\x11\x60\x6e\x77\x25\x7f\xfd\xd7\x7f\x8d\xc5\ \xe5\xd3\x8f\x63\x41\x9a\x86\xe4\x3d\x4d\xd3\x28\x8d\x41\x52\xb7\ \x06\x15\x46\x24\xa3\x31\xf7\xdf\x7e\x87\x37\xde\x7e\x8f\x37\xdf\ \xf9\x0e\x51\x10\x71\x7c\x7c\xd4\x2b\xfd\x25\xbb\x3c\x27\x0e\x23\ \x94\x72\xa2\xb9\x6f\x7f\xfb\x7b\x44\x59\x44\xd3\x56\x60\x2d\xb2\ \x13\x44\x61\xc8\x6e\xbb\x23\x8c\x42\xea\xa6\x66\x57\x96\x4c\xa6\ \x07\xce\x68\xb4\xc9\x5d\xfe\xfa\x7a\xcd\x28\x9b\xb0\x5c\x2c\x79\ \xe7\xed\xb7\xf8\xf1\x8f\x7e\xc4\x47\x3f\xfe\x11\xc5\xb6\xa2\xae\ \x5b\xc2\x38\xa2\xb5\x6e\xdf\x62\x6d\x43\xd5\x34\x54\x75\xc3\x36\ \xcf\x39\xbd\x71\x13\x68\xfa\x8e\x52\x61\xe9\x30\xd8\x3e\xe9\xd3\ \xb1\x0e\x3b\x3a\xc2\x28\xe4\x7a\x76\x8d\x90\xa7\x24\x49\x42\x59\ \x95\x83\x3c\xc0\xdf\x9b\xd3\xe9\x94\xbb\x77\xef\x0e\x7e\x5f\xb3\ \xd9\x0c\x6b\x0d\x75\xd3\xd0\x96\x4e\x69\x7e\x72\x72\xd2\xe7\xf4\ \x74\x44\x71\x84\x44\x30\x1a\x8f\x98\x5d\x5f\x53\x94\x05\x92\xd7\ \xc8\xe6\xea\x53\x48\x7d\x53\xb2\xd9\x6c\x90\x7b\xb4\x5f\xd9\x89\ \xde\x8b\xcb\xef\x49\xbc\x1f\x5e\xf7\x8a\xc7\x54\x14\x45\x4c\xa2\ \xc9\x40\x42\x71\x0b\xfd\x76\x28\xfe\x7e\xf2\xf0\xdd\xb8\x9f\x56\ \x96\xcb\x25\x69\x9a\x0e\xe2\xc7\x7d\x2a\xad\x87\xbc\x5e\x81\x9c\ \xbc\xe1\x62\xff\xb5\xf7\x95\xf5\x43\xb4\x76\xef\x56\xee\x49\x39\ \x8a\xde\x4f\xaf\x87\x95\x9c\xc2\xdc\x19\x42\x5a\x6b\x7b\xbd\xd7\ \x4b\x4b\x13\x7f\x28\x0d\x4c\x2c\x21\x58\x6f\x36\x44\xbd\xb9\xa8\ \x87\xad\xbc\xa5\x8a\xb7\xc2\xd9\xd7\x51\xd9\x3d\xd7\x84\x24\x49\ \x06\xa1\xa7\x77\x7d\xf0\x9f\x83\x9f\xc4\xf6\x0f\x52\xef\x39\x17\ \x04\xc1\xa0\x4d\xf2\xbe\x82\xdf\xac\x9d\x89\xed\x88\xd3\x14\x19\ \x47\x9c\x5d\x5c\x13\x85\x23\xb4\xd4\xac\x77\x05\x66\xb9\x40\x67\ \x23\xda\xda\x45\x9e\x2a\x25\xd8\xe4\x5b\xa4\x56\x14\xf9\x8e\xa6\ \xc8\xd1\xc0\xcd\xa3\x63\xb0\x86\xd5\x76\x83\x6d\x5d\x22\xdd\x68\ \x9c\x39\xa1\xd1\x76\xcb\xc5\xf5\x8c\xbc\xac\x99\x4c\xa6\x64\xd9\ \x18\x6b\x5a\x5a\xfb\xf2\xe2\xd5\x75\xcd\xe3\xc7\x8f\x87\xdc\x65\ \x9f\xe5\x0e\x1d\x5a\xb1\xa7\xc0\x87\x7d\xca\xbd\xff\xf7\x4d\xe3\ \xc4\x67\xfb\xaa\xfd\xaa\x2a\xf9\xd1\x5f\xfd\x00\xa9\x24\xdf\xfb\ \xad\xef\xa1\xe8\xd0\x5a\xd1\x54\x86\x7c\xbb\x66\x35\x9f\xa3\x3a\ \xe7\x44\xbc\xcc\x77\x24\x61\x44\x1a\xa5\xb4\xb6\x65\x3e\xbf\xe2\ \xf8\xc6\x0d\xee\xde\xbd\x4d\xd9\xd4\x6c\x77\x5b\x8a\x22\xe7\xf0\ \x60\x32\x88\x95\x00\xae\xaf\xaf\x78\xfa\xf4\x09\xe3\xf1\x98\xd1\ \x68\xe4\xf0\xde\xdd\x96\xb6\x6d\x08\x8c\x5b\xa2\x1a\x63\x59\xcc\ \xe6\xb4\x8d\x61\x74\x78\xc8\x9b\x77\xef\x39\xa1\xa7\x75\x90\x4b\ \x53\x1b\xd2\x71\x42\x14\xc6\xd0\x29\x42\xad\x19\x25\x31\x93\x2c\ \xa5\x69\x2c\x59\xa8\x48\x43\xc1\x64\x34\x71\x84\x86\xd7\xa6\x86\ \x16\xac\x36\x6b\x3e\xff\xf2\x01\xef\xfc\xda\x07\xce\xb4\xb0\x93\ \xdc\xb9\x77\x8f\x5f\x7c\xf1\x05\x51\x9c\x38\x6b\xf8\x30\xe6\xc6\ \xe9\x0d\x9e\x3f\x7b\xec\xb2\x16\xb4\xa6\x6d\xea\x21\x89\x6e\x7a\ \x78\xc2\xc7\x3f\xff\x8c\xcd\xb6\xc0\x76\xa0\xa6\x09\xd6\xd4\x1c\ \x1c\x1d\x72\xfe\xe2\x82\x7e\xb1\xc6\x3b\xef\xbd\xc7\x6e\x97\x63\ \x10\xe8\x30\xe0\xaf\xff\xe6\x23\xca\xb2\xa5\x28\x4a\xae\xaf\xae\ \xd1\x41\xc0\x77\xbe\xf3\x1d\xfe\xfc\xcf\xff\xac\xef\xd0\x9c\xd3\ \x40\x92\xa4\x6c\x8a\x35\xbb\xdd\x9a\xe3\xe9\x21\xb6\x35\x14\xbb\ \x1d\x4a\x2a\x92\x2c\x21\x8a\x63\x17\x2d\x4d\x47\x94\x84\x8c\x92\ \x88\x24\xcb\x38\x3e\x3e\x21\x4d\x36\xbc\xff\xde\xfb\x2c\x56\x6b\ \x1e\x3f\x7e\x4c\x1c\x27\xd0\xb6\x94\x65\xc5\x7a\xb7\x41\x06\xda\ \x41\x5b\x7d\x04\x02\xca\x65\xc7\x84\x51\xc2\x66\x57\x70\xeb\xe6\ \x6d\x1e\x3f\x7e\x84\xd2\x21\x69\x36\x21\x4d\x53\x0e\x0e\x8f\xd1\ \x5a\xb1\xda\xec\x08\x90\xc8\xb2\x42\x87\x31\x52\x07\xc4\xbd\xef\ \xd7\x2f\xdb\x66\xcc\xe7\x73\x96\xcb\x25\x45\x51\x38\x2d\x84\x54\ \x44\x71\x42\xd3\x36\x74\x1d\x6c\xf3\x82\x50\x07\x8c\xb3\x11\x52\ \x06\x14\x45\xc1\x72\xb9\xe6\xe9\xd3\x67\x3c\x7c\xf8\x68\xa0\xb5\ \xbf\x0e\x9d\x49\x18\x86\x6e\x52\x98\x1e\x60\xba\x8e\xd9\x72\xc1\ \x7a\xbb\x26\x89\x13\x64\x27\x08\xfb\x05\xb2\xd7\x7d\x0d\xf9\x3c\ \xfd\xee\x24\xcf\x0b\x96\xcb\x95\x23\x24\xf4\x7a\xad\x48\x09\x30\ \xcd\x20\x62\xf6\xbb\x0c\xff\xac\xd4\x75\x3d\x1c\x04\x41\x10\x0c\ \x13\x8b\xff\x75\x3c\x1e\x0f\xdd\xbb\x67\x8a\xd1\xfb\x73\xf9\xa6\ \xd1\x43\x6c\xde\xf7\xca\xef\x39\xf2\x3c\x07\xe9\x60\x30\x1f\xb1\ \xab\x84\x42\x07\x9a\xba\xaa\x28\xfd\xee\xa4\x63\x20\xca\xb4\x7b\ \xfb\x2b\xbf\x3c\xdf\x77\xf9\xf0\x8e\x08\xb6\xeb\xfe\x96\x25\x90\ \xa7\x14\xef\xc7\x74\x98\x7e\x81\xef\xf7\x30\x5e\xfb\xe2\xd5\xf1\ \xfe\xfb\xad\xeb\x7a\xd0\xf9\x78\x38\xd0\xbf\x1f\x3f\x0d\x79\xa8\ \xbe\xe3\xef\x2e\x2b\xfb\xd5\x81\xb9\x84\x33\x1b\x5c\xe4\x35\x79\ \xb1\x64\xb7\xfd\x02\x89\x60\xb6\x5e\x11\x6d\xd6\xdc\x7b\xe7\x6d\ \xe2\x24\x21\x4e\x13\xda\xaa\x42\x09\x4d\x51\x17\x7c\xfe\xc9\xc7\ \x98\xb2\xe2\x9f\x7c\xff\x1f\xf2\xfd\x7f\xf0\xdb\x1c\x8c\x32\xbe\ \xf8\xec\x33\xf2\x62\xcb\xc5\xc5\x05\x1f\xfc\xfa\x07\x34\xc6\xd0\ \xb4\x16\xa1\x04\x79\x51\xb2\xdb\xbd\x00\x2e\x48\xb3\x8c\x38\x0e\ \x91\xd2\x39\x85\x4a\x29\x69\xaa\x8a\x4f\x3f\xfd\x94\x1b\x37\x6e\ \x70\x7c\x7c\xc2\x62\xb1\x20\x8e\x63\xb4\xb2\xbd\xd7\x8e\x02\xe4\ \xb0\x08\xf4\x8b\x2c\xef\xa9\xe4\x55\xf3\x7e\x21\x1c\x24\x21\xf9\ \x6e\x4b\x91\x17\x14\x9b\xad\x8b\xf2\x2d\x0b\x64\x07\xb6\x69\x28\ \xb6\x5b\x46\x71\x82\x0d\x1d\x47\x1d\xad\xa9\x6d\x4b\xd3\xb6\x34\ \x9d\xe5\xe2\xf2\x82\xa2\x2a\x9c\xab\x70\xe7\x44\x85\x61\x18\x41\ \x27\x28\xcb\x1a\xad\x02\x56\xcb\x0d\x17\x2f\xae\xb8\x75\x73\x41\ \x14\xc6\x18\xd3\xd1\x59\x27\xce\x6c\xea\x06\xd3\x36\x8c\x47\x23\ \x46\xe3\x09\xcb\xf9\x0a\x2d\x95\x0b\xec\x42\x20\x8c\x21\xd6\x8a\ \x71\x32\xe2\x7c\x36\xe7\xfa\xf2\x29\xbf\xf9\x1b\xef\x91\x25\x31\ \x51\xa8\x89\x23\x8d\x12\x96\x34\x09\x49\xc2\x80\x30\x12\xaf\x4d\ \x01\xef\xf3\x2a\x74\x18\xf1\xe9\x67\x9f\x11\xc4\x09\xbf\xff\xfb\ \xbf\x4f\x1c\xbb\x48\x63\xad\x83\xbe\xbb\x74\x87\xe1\x72\xb5\xea\ \x85\xa6\x0e\x66\xb4\xc6\xb0\x58\x2c\xd8\x6c\x37\xbc\x75\x7a\x8b\ \xe9\x74\x8a\xd2\x11\x42\x2a\x8e\x0e\x63\xa2\x40\x0d\x21\x44\x28\ \xc5\x68\x32\xa6\xb5\x1d\x8f\xce\x9e\xf1\xd5\x83\x07\x5c\xcf\x17\ \xac\x17\x1b\xf2\xa2\xe4\xfe\x1b\x6f\xb2\x59\xaf\x39\x3e\x39\x41\ \x47\x92\xd9\xe2\x1a\xa9\x14\xf7\xef\xdf\xa7\x6d\x5b\xde\x7e\xff\ \x6d\x82\x48\x31\x5f\x5c\xf3\xe0\xcb\xaf\x78\xfc\xe0\x21\x07\xe3\ \x31\x75\x55\x93\x17\x39\xa3\xf1\x98\xe3\x9b\x37\x88\x92\x98\xcb\ \xf9\x25\x93\xf1\x88\xa2\x2c\x59\x2c\x56\xbc\x38\x7f\xc1\x3f\xff\ \x67\xff\x92\xff\xfc\xf7\xfe\x29\x20\x08\xc2\x98\xd1\x69\x4a\x28\ \x3b\x9e\x5d\x3c\x27\x48\xbc\xa2\xbb\x41\x87\x61\xef\x56\x60\xb8\ \xba\x72\xd9\xec\xab\xd5\x8a\xa6\x31\x1c\x1e\x1e\x3a\x55\xbd\x52\ \xdc\xbb\x77\xaf\xb7\x86\x79\x36\xc0\x9d\x49\x92\x70\x7a\x7a\x4a\ \x91\xe7\x6c\x56\xcb\xa1\x0a\x78\x0a\xfb\x7c\x3e\xa7\x2c\xcb\xa1\ \x4b\x6d\x9a\x86\xc0\x5a\x9a\xd6\xb0\xde\x6c\xdd\x6b\x23\x38\x3e\ \x3e\xa6\xec\x8d\x1d\xa5\x52\x44\x49\x42\x59\xbd\x3e\x3a\xb8\x2f\ \xe6\x69\x9a\x32\x1e\x8f\x69\x8d\x61\x57\xe6\xec\x0a\xd5\x4f\x0e\ \x96\xa0\x2f\x8a\x7e\x91\x1c\x45\xee\x1e\xa8\xab\x8a\x28\x8a\xc8\ \x82\x90\x17\x2f\x5e\x38\x13\x4f\x1d\x10\x04\x21\x51\x4f\xab\xf6\ \xfb\x84\x30\x0c\x39\x3a\x3a\x62\xb5\x5a\x0d\xaf\xe5\x5f\x2f\x8e\ \xe3\x61\xd2\xf5\x7b\x84\x24\x49\x86\xdd\xc5\xd1\xd1\xd1\xe0\xfd\ \x87\x31\x2c\x96\xcb\xc1\x41\xd9\xb3\xc1\x9a\xa6\x19\x12\x12\xb5\ \xd6\x44\x71\xfc\x8a\x43\x77\xd9\x14\x34\xf5\xcb\x83\xa7\xed\x23\ \x7c\xbd\xae\x7c\x9f\x2d\xe5\x5f\x6b\x7f\x9a\x14\xbd\xaf\x9f\x94\ \xce\xac\x71\xdf\x79\xdc\x4f\x32\x41\x10\x90\xe7\xf9\x2b\x82\x52\ \x6b\xed\x20\x9c\x2c\x8a\x62\x38\x1c\x3c\x7a\xe2\xeb\x95\x17\x3f\ \xfa\x43\xc6\x4f\x45\x4e\xd3\xd2\xb8\xc3\xc4\xda\xbf\xf3\xde\xe4\ \x57\x0a\xe6\x6a\x6c\x87\x89\x62\xd2\x6c\x42\xb5\x2b\xb1\x4d\x43\ \x36\x3d\xa4\xb4\x96\xaf\x1f\x3f\xe2\x3b\xdf\xfd\x75\x2c\xae\xe8\ \x57\x65\xc1\xf3\x67\x67\x54\x55\x89\xb2\x96\xe5\x62\x4e\xbe\x92\ \xbc\xf3\x0f\xbf\x4f\x1c\x86\x7c\xf4\x8b\xa7\x7c\xfb\xd9\x33\xb2\ \x2c\x65\x3c\x3d\xa0\xa8\x1b\xc2\x20\xa1\xcc\x6b\xe6\x8b\x25\xa1\ \x0e\x5d\xa1\x51\x9a\xb2\xca\xd9\xe4\x39\x79\x63\x40\xb8\xa5\xab\ \x77\x96\x5d\x6f\x1c\x9d\x37\x0c\x4c\xbf\xb0\xf3\xaa\xf9\x97\x8b\ \x39\x29\x25\xd6\xd8\x21\x0f\xc0\x18\x07\x1f\x8c\x95\x26\xdf\xe6\ \x04\x3a\x64\x53\xaf\xf8\xec\xe7\x9f\xba\xcb\x62\x2c\x5a\x48\x34\ \x92\x9b\xc7\xa7\xdc\xba\x71\x83\x27\x67\x4f\x79\x7a\x75\x4e\x20\ \x41\xd3\xd1\xf4\x79\x0f\xd6\x5a\xaa\x6b\x77\x23\x9c\x1c\x1f\x73\ \x7a\x7a\x8a\x92\xa1\x1b\x91\xfb\x6c\x13\xa5\x9c\x75\xcc\x7a\xbd\ \xe1\xce\x9d\xbb\x84\x7d\xbe\x89\xed\x2c\x4a\x42\x5d\xd6\x24\x59\ \x4c\xa8\x23\x30\x0d\x65\x51\xb3\xdb\xee\x90\x27\x87\x8c\x92\x98\ \xa0\x73\xb4\xec\x5f\x7c\xfa\x73\x3e\x7b\xf0\x73\xa2\xa0\xe1\x1f\ \xff\xa3\xdf\x26\x08\xb4\xcb\x17\x29\x2b\x3a\xd3\xa2\x44\x87\x70\ \x6c\xf7\xd7\xd6\xa1\x0a\x21\xb8\x7b\xef\x3e\x8b\xc5\x92\xcf\x3f\ \xff\x9c\xef\x7c\xe7\xd7\xb9\x79\xf3\x16\xa3\xf1\x98\xff\xe2\x5f\ \xff\x6b\xce\xcf\x5f\x50\x14\x25\x37\x6e\xdc\xe0\xff\xfa\xe3\xff\ \x13\x21\x25\xb2\xa7\x96\x46\x51\xc4\x78\x3c\xe6\xfe\xbd\xfb\x8c\ \x46\x23\xee\xdc\xb9\xc3\x6a\xbd\x23\xcd\x46\x9c\x1e\xc6\x24\xb1\ \xe6\xf9\xf3\x17\x4c\xa6\x07\x9c\x9c\xde\x64\x31\x5f\xf1\x7f\xff\ \xd9\x9f\x51\x37\x2d\xb3\xe5\x0a\xa9\x03\x84\x86\x83\xa3\x94\x64\ \xa4\x78\x7e\x31\xe7\x50\x8c\xc8\xab\x15\xbb\x62\x41\x59\x95\x58\ \x59\x91\xc4\x31\xc9\xe8\x1f\x30\x9e\x8c\x89\x12\xcd\xb3\x67\x4f\ \xd9\xe4\x1b\xc2\x50\x39\xd2\x42\xa0\xd9\x95\x3b\x26\xb6\xe1\xe6\ \xd1\x4d\x92\x3a\x25\x0a\x03\x1e\x3e\x7a\xcc\x76\xbd\xe1\xee\xdd\ \xfb\xfc\xd9\x9f\xfe\x19\xbf\xf6\xee\xbb\xbc\xf9\xd6\xdb\x7c\xf5\ \xe9\xa7\x34\xa6\x25\x8a\x43\xa2\xbe\x8b\x0d\x82\x10\xad\x2b\x27\ \x42\xeb\x20\x4e\x92\x41\x65\x8d\x90\x44\xb1\xbb\xaf\xee\xde\xbd\ \xcb\x6e\xb7\xe3\xfc\xfc\x7c\x38\x18\xbc\x52\xd9\xe3\xe8\xdb\xed\ \x76\x80\x00\xf7\xb5\x07\xae\x1b\x4d\x06\x96\x57\x59\x57\x6e\x1f\ \xd3\xfb\xc3\xd5\x75\x8d\x12\x92\xab\xab\x2b\xba\xae\x23\x89\x62\ \x8a\xb2\x24\xeb\x21\x8f\xd7\x35\x8d\x2a\x25\x99\x5d\xcf\xb8\xba\ \xbc\x64\x74\x30\x79\x49\x6b\x37\xd6\x45\x11\x74\x1d\x3a\xd0\xe4\ \x3d\x0b\xcb\xef\x29\x6d\xd7\xb1\xdb\xe5\xac\xfb\x43\x3f\x4d\xd3\ \xde\xa5\x21\x1d\x60\x67\xa5\x7b\x51\x63\x7f\x58\xfa\x29\xc0\x5a\ \xf7\x67\xe7\xb6\x3c\x67\x3c\x9e\x0c\x4e\xba\x51\x14\x0d\x2e\xe1\ \x3e\xa3\xc4\xe7\x7b\x54\x55\xc9\x66\xb5\x7a\x85\x4a\xed\x15\xf0\ \xfb\x94\xe1\x24\x71\x99\x37\xfb\x31\x16\xde\x58\x35\x4b\x53\xa2\ \xbe\xa9\x71\x69\x92\x92\x6e\xcf\x91\xd7\xc7\x63\x78\x26\xa2\xdf\ \xc3\x7a\x07\x65\xa5\x35\x93\xc9\x64\x20\xd6\xf8\xa2\xef\x73\x48\ \x56\xfd\xf7\xd7\xed\x4d\x2e\x7e\xe2\xda\x27\x0e\xb0\x07\x59\x79\ \xea\xaf\xb7\xbb\x6f\x9a\x66\x30\xf4\xf4\xfb\xa6\xbf\x2f\x83\xef\ \x57\x6b\x67\x22\x25\x42\x45\xa0\x23\x74\xa2\x30\x41\x8d\xc1\xa2\ \xb4\xc6\xda\x96\xf9\x72\xc1\xc9\xe1\x11\x4f\xce\x9f\xf0\xf9\x83\ \x2f\x68\x76\x5b\xa4\x76\xec\x93\x8b\xcb\x4b\xb2\x38\xe6\xc3\x1f\ \xff\x47\x5e\x9c\x3f\xe7\x56\x6f\xf4\x17\x6a\xed\xa6\x00\x63\x69\ \x45\xeb\x96\xe1\x52\x60\x24\xe4\x55\x89\x6a\xa0\xa9\x2b\x4c\x6b\ \x90\x38\xd3\x40\x29\x24\xf9\x66\xc3\x4c\x5e\x72\x7c\xe3\x46\xaf\ \xe3\x10\xbd\x2d\x87\x73\x0c\x6e\x4c\x4d\xa8\x34\x18\x4b\x27\xc0\ \x4a\x81\x0c\x9c\x4f\x94\xe8\x1f\x50\x63\x5b\x7e\xfe\xc9\xc7\xcc\ \xaf\x2f\x09\x74\xc0\xd5\xd5\x95\xf3\xe8\x02\x42\x1d\x12\xe9\x90\ \xe7\xcf\xce\x68\xcb\x82\xcd\x76\x0b\x9d\xbb\xc8\x8d\x31\x98\xb6\ \xa5\xb3\xbd\x7f\x97\x75\x98\x79\x53\x1b\x8e\x26\x87\x94\x55\xe3\ \xac\xb1\x4d\x37\x64\x7a\x58\x6b\x79\x7e\x7e\xce\xfd\x37\xde\x20\ \x49\x93\x97\x29\x69\xc6\xba\x65\x6f\xd8\xa2\x84\x25\x4e\x13\x8e\ \x0f\x27\x60\x6a\xda\xa6\x42\xd8\x16\x21\x3a\xae\xe7\xd7\x3c\x7a\ \xf2\x18\x09\x7c\xf8\xe1\x4f\xf8\x2f\xff\xc5\xbf\xe0\xce\x6f\xb9\ \x00\xaa\xe5\x6a\x41\x59\xe6\xd8\xee\x26\x81\xf4\xf9\x2c\xaf\x8f\ \x78\x71\x7a\x7a\x8a\x54\x92\xed\x76\xcb\x5f\xfc\xc5\xff\xc3\xef\ \xfc\xce\xef\x70\x7a\x7a\x83\xdd\x6e\x47\x18\x04\xac\x57\x2b\xe8\ \x2c\x71\x1c\x91\xef\x1c\x13\xa8\x6e\x1a\x67\x8b\xaf\x15\x17\x57\ \x57\xcc\x97\x5b\x3a\xa9\x1c\x14\x58\x96\x74\x6d\x04\xb6\x25\x49\ \x33\xee\xdc\xb9\xc7\x8b\xcb\x6b\xbe\xf5\xc1\x77\xf8\xe8\x67\x1f\ \xd3\x1a\x17\xad\x5c\x95\x25\x75\xdd\x20\xb5\x64\x72\x90\x32\x3d\ \x1c\x71\x7c\x72\xc0\x76\xb7\xa4\xed\x6a\x54\x00\xf3\xf9\x05\x87\ \x87\x53\x3e\xf9\xe4\x27\xbd\x57\x59\xc2\x28\xcd\x38\x39\x39\x66\ \xbd\x5c\x0d\x7c\xfe\x38\x49\xd0\x52\xb2\x5c\x2c\x09\xa2\xd0\xd9\ \x74\xec\x0a\xb6\xab\x0d\x4d\xf3\x0c\x3a\xf8\xe1\x5f\xfd\x90\x7f\ \xf5\x2f\xfe\x19\xad\x35\xcc\xe7\xd7\xac\xb5\xa4\x6c\x4a\x64\xa9\ \x06\xbf\x39\xd3\xb6\x44\x49\xca\xdd\xbb\x37\xd8\xe5\x39\x9b\xcd\ \x8e\x24\xcb\xb8\xbc\xba\x46\x76\x01\x49\x92\x30\x9b\xcd\x86\x66\ \xc7\x18\x97\xa0\xe8\x33\x4d\x9a\xa6\xe1\xf2\xf2\x92\x50\x3b\x51\ \x95\xd6\x0a\xa5\x1c\x4d\xfe\xe0\x60\xd2\xa7\x4e\xaa\x01\xff\x97\ \xfd\x72\x58\xf6\xae\x0c\x5d\x1f\xdf\x10\x04\x01\x8d\x69\x87\x10\ \x25\xfd\x5a\x8d\x1e\x25\xbb\x7c\xc7\x62\xb9\xe2\x76\x9e\xa3\xc2\ \x80\xc3\xe9\x94\xc9\x78\xd2\x43\x32\x1d\x93\x74\xc4\xe2\x7a\x36\ \xf8\xe8\xf9\x84\xc2\xa6\x71\x5e\x58\x41\x18\x90\xf4\xae\xd9\x61\ \x14\xb3\x5e\xaf\xd8\x35\x2d\xd9\xf1\x21\x9d\x75\x81\x75\x7e\x6f\ \x70\x76\xf6\x8c\xa2\xa8\x1c\xbc\x08\x34\x75\xcb\x62\xb9\x64\xb3\ \x5e\x33\x1e\x8f\x87\x29\x26\x49\x92\xa1\x7b\xf7\xfb\x89\xaa\xac\ \xa8\x9b\x86\x30\x72\x4c\xab\x61\xb2\xe8\x77\x26\x9e\xdd\x15\x45\ \x11\xad\x35\x7b\xcb\xeb\xd0\xa9\xdd\x7d\xf8\x55\xaf\xe3\xd0\x81\ \xc6\x76\x2f\x59\x69\x3e\xb5\xf4\x65\x62\x2b\x7b\x7b\x0d\x49\xdc\ \xef\x3d\xd6\xeb\xf5\x40\x10\xd8\x3f\x6c\xf6\xc3\x03\xfd\xc1\xf1\ \xd2\x7f\x50\x0f\xbb\x5f\x7f\xb8\xec\x2f\xf2\x3d\x5c\x36\xe8\xb0\ \x9a\x06\xdd\x3b\x1d\xeb\x20\x40\x07\xe1\x37\x93\xcd\xe5\x0a\x1f\ \x88\xb2\x23\x98\x84\x94\xc2\x52\xe1\xf2\xce\x93\x24\xe2\x20\xca\ \x68\x8b\x86\x32\xaf\x98\xcd\x16\x34\x9b\x0a\x12\x67\x02\x28\x64\ \x47\xde\x34\x58\xa5\xc9\xaf\x57\x1c\x1c\x9e\xd2\x95\x3b\xe2\x30\ \x62\xa4\x35\x2a\xaf\x28\x17\x6b\x6c\x10\xb2\xae\x1a\x5a\x2b\xa1\ \x29\x28\xda\x9a\x58\x09\x02\xdb\x12\x0b\x08\x03\xc5\x71\x1a\xd3\ \xec\x2a\xb6\xdb\x2d\xcb\x6d\xce\x48\xc5\x64\xf7\xee\xd0\xda\x8e\ \xaa\x69\xb9\x9e\x2d\x18\x1f\x64\xc8\x18\x12\x91\x20\x1a\x43\x83\ \xa4\x08\x43\x44\xa8\x58\x3d\x7c\x86\x5d\x2c\x39\x18\x4d\xb0\xa3\ \x88\xd9\xec\x0a\x8d\x13\xfa\x35\x38\x71\x91\x96\x12\x9d\x68\x54\ \x24\x69\xca\x9a\xd9\xfc\x8a\xa2\xc8\x89\xba\x0e\x03\x98\xa6\x05\ \x61\x40\xbb\x87\xbb\x33\x1d\x48\xc5\xaf\xbd\xfb\x01\x89\x48\xe9\ \x64\x49\x6d\x6a\xac\x05\xd1\x41\x87\xe5\xe8\xe4\xd0\x65\xa2\x34\ \x0d\x61\x97\x82\x52\x74\x08\x02\xa1\xb1\x6d\x83\x32\x25\xbf\xfe\ \xfe\x1d\x94\xbe\x47\x18\x39\xc3\xc9\x30\x2c\x29\x9b\x0a\x13\x8c\ \x79\x72\x79\xce\xae\xd9\x12\xa2\x68\x6b\x8b\x59\x77\x88\x46\x53\ \x19\xcb\xa6\xab\xd0\x69\x40\x98\xc4\x24\x5a\xbb\x8e\xe5\x35\x41\ \x1e\xd6\x5a\x9e\x3c\x7e\x48\xdb\x54\xb4\x6d\xc3\xd9\xd3\x87\x18\ \x53\xf5\xac\xb5\x66\x60\xa4\xfc\xe2\xe7\x3f\x61\xbb\x5d\x83\x69\ \xdc\xe8\xaf\x24\x3a\x08\xd9\x16\x15\x8f\x9e\x3e\x23\x8a\x13\x10\ \xb8\xe2\x9b\x66\x8c\x46\x77\xf9\xe0\xd7\x7e\x9d\x47\x8f\x1f\xf3\ \x83\xbf\xfa\x01\xd6\x76\xdc\xba\xfd\x26\xf3\xeb\x25\x8f\x1f\x3f\ \x61\x72\x30\x21\x4e\x12\x26\x49\x46\x59\xe4\x2c\xce\x57\xd8\x02\ \x54\xa3\xe9\x0a\x81\xc9\xed\xa0\x7a\x5e\xce\x97\x3c\xf9\xe2\x29\ \xef\xbd\xff\x0e\x9d\x68\x58\xcd\xe6\x9c\x4e\x8f\x18\x27\x19\x97\ \x97\x17\x34\xbd\x02\x79\x2e\x25\x47\x87\x47\xac\xda\x9a\xb3\xe7\ \xe7\x54\x45\x6f\x07\x62\x0d\x81\xd2\x3c\x78\xf0\x39\xdb\x7f\xfc\ \x7d\xb2\x83\x94\x8b\x59\x41\x27\x03\x6a\x5b\x10\x19\xe7\xdc\x4c\ \xa8\x79\xf7\xdd\x77\x38\x38\x3c\x62\xb9\xde\x52\xb5\x2d\x71\x26\ \x28\xaa\x86\x6c\x3c\x46\xe3\x2c\x3e\x74\x20\x29\xca\x1d\x41\x10\ \x82\xb0\xcc\x17\xd7\x08\x21\x78\x7a\xf6\x84\xcd\x76\x85\xd4\x8a\ \xd6\x82\x50\x6e\x8a\x0c\x13\x85\x08\x0c\xcb\xed\x8c\x5d\x55\x70\ \x3a\xba\xe1\xb4\x1b\x9d\xc2\x9a\x96\x24\x8e\x91\xa9\x8b\x2b\x16\ \x74\xe4\xf9\x6e\x28\xb2\x75\x53\x81\xcc\x18\x8d\xb3\xd7\xaa\x2a\ \x93\x4a\x52\x56\x3b\x66\xb3\x6b\x8e\x4f\x4e\x88\xa3\x88\x4e\x5b\ \x6c\xe3\x5c\x96\xb5\x74\xf4\xda\xd6\xc8\xc1\xbc\xb5\xeb\x9c\x96\ \xac\x6d\x1a\x16\x57\x57\xdc\xbc\x7d\x1b\xd9\x41\x95\x6f\xd9\xae\ \x96\xbd\x10\xf2\x04\xeb\x54\x65\x28\x1d\xf2\xf8\xc9\x19\x4f\x9e\ \x3e\xe3\x60\x32\xa1\x43\x61\x2c\xac\x36\x5b\x9a\xa6\xc2\xf6\x3b\ \x95\x38\x8e\x59\x2e\x97\x43\x87\x5e\x55\x15\xe7\xe7\xe7\x5c\x5c\ \x5c\x60\xac\x61\x7a\x78\x80\x54\x12\xa1\x15\xcb\xc5\x9c\x24\x8e\ \xfb\x30\xbf\x97\x11\x16\x9b\xd5\x6a\x68\x04\x8b\xa2\x70\xc2\xd1\ \xce\xba\x68\x87\x9e\xbd\xd5\xb5\x3e\x42\x1b\xb7\xe7\xd1\x11\x4d\ \xdb\x20\xa5\xe2\xf0\x68\x4a\x6b\x5a\xca\xbc\xa4\xeb\x14\x52\x85\ \x3d\x3b\xd3\xc1\x69\x57\x57\x57\xc3\x7e\xc6\xe7\x2b\xd0\xf6\xe5\ \x00\x00\x20\x00\x49\x44\x41\x54\xce\xf8\x09\xc5\x2b\xf2\xa5\xf6\ \xc6\xb7\x96\x24\x8d\x50\x5a\x60\xab\xd6\x39\x4a\x6f\xdd\xbd\x63\ \x6d\xeb\x26\xd1\xde\x79\x03\x21\x31\x08\x90\x8a\xc6\x58\xf2\xb2\ \x42\xe9\x00\x65\x2d\x42\xeb\x6f\x28\x9b\x4b\xb8\x2e\x7a\x14\xc6\ \x08\xdb\xb9\xa0\x24\x2c\x49\x16\x13\x47\x21\x74\x1d\xbb\xd5\x9a\ \x07\x5f\x7c\x49\xbe\x5d\x23\x43\x8d\xb4\x8d\xb3\x11\xe8\xdc\x81\ \x73\x35\x5f\x31\x9a\x1c\x63\xf3\x96\x44\x6a\x8c\x0a\x89\x92\x31\ \x5a\xc7\x60\x15\x8d\x91\x74\x32\x72\xce\xb8\x6d\x4b\x6b\x05\xa5\ \x6d\x9d\x6d\x85\x10\x88\x0e\xb2\x24\x62\xb5\xda\x70\xff\xf8\x06\ \xbf\xf1\x9b\xbf\xc5\xf3\xc5\x82\xeb\xeb\x4b\xa2\xf1\x88\xcb\xf5\ \x86\xd9\xc5\x35\x37\x6e\x9f\x72\x7a\xe7\x88\x8b\x7c\x81\x6a\x41\ \x4d\x32\x0a\xa3\xc8\x8b\x82\x07\x9f\x7e\x42\xb9\xde\x70\x10\xc4\ \x9c\xbc\x79\xbf\xc7\x99\x25\xa6\x75\xf6\xf2\x42\x4a\xf0\x9d\x47\ \x2f\x58\x53\x4a\x91\x74\x31\x59\x36\xa6\x68\x1a\xb6\xf9\x96\xbc\ \x6d\x31\x1d\x0e\x56\xb2\x1d\x81\xa9\x08\x4c\x43\xb3\xdb\xd0\x94\ \x3b\x6c\x9f\x1d\x1e\x04\x01\xb1\x84\x69\xea\xec\xd1\x63\xdd\xd1\ \xd5\x39\xc2\x34\x64\x91\xa2\xb3\x4e\x47\x62\xac\x71\x14\x60\x0d\ \xd8\x86\x2c\x4a\x51\xc6\x12\xcb\x00\x61\x2c\xab\xe5\x62\xd0\xcb\ \x6b\x20\x8d\x12\xac\x81\xb3\xf3\x73\x64\xa2\x38\x38\x76\x94\xdb\ \xcd\x72\xe3\xa6\xb4\xd7\xa8\x34\x71\xb1\xc2\x2d\xe3\x91\x2b\x58\ \x65\x91\xbf\x34\xdf\x24\xc2\x9a\x96\x3e\xf1\x8c\xae\xb7\xf1\xd7\ \x5a\x62\xac\xcb\x20\xd9\xec\x76\xe4\x65\xcd\xd1\xd1\x21\xff\xe4\ \x9f\xfe\x1e\x37\xef\xdc\xc1\x54\x86\x2f\x3f\xff\x8a\xbf\xf8\xcb\ \xbf\xa2\x2c\x1d\x14\xf9\xe3\x0f\xff\x9a\xd9\x6c\x46\x12\xc5\x04\ \x52\xa1\x91\x8c\xb2\x11\xd3\xc9\x14\xd3\xb4\xa4\x51\x4a\x14\xc4\ \xd8\xd6\x72\x38\x3e\x74\xdd\x63\x27\x91\x56\xb2\xdb\x6c\xb9\x78\ \xfe\x82\x38\x8e\xa8\x6a\xe7\x91\x14\x6a\xe7\x76\xdc\xf4\xe1\x42\ \xbb\xf5\x86\xed\x72\x85\x15\x8e\xc9\x13\x69\x77\xdf\x4a\x29\x51\ \xc0\xc9\xe1\x21\xc5\x6e\x47\x96\xc6\x1c\x1f\x4f\x89\xe3\x88\x36\ \x8f\xc0\x18\x26\x07\x53\x5a\x63\x69\xdb\x9a\x07\x0f\xbe\x62\xb6\ \x58\x12\x44\x09\x42\x3a\x07\x85\x28\x0a\x10\xa6\xc3\xb4\xb5\x73\ \x6c\x48\x46\x4c\x26\x63\xae\xaf\x67\xce\x7c\x52\x2a\xaa\x2a\x67\ \xbb\x95\x84\x81\x2b\x44\xc6\xd6\x28\xed\xee\xb1\xcd\x66\xcd\x6a\ \xb5\x24\x0c\x13\xaa\xb2\xa6\xae\x1b\x94\x56\x34\x75\xcd\xc1\x64\ \xc2\xb7\xbe\xf5\x2d\x1e\x3e\x7c\xc8\xf5\xf5\xf5\x80\xb5\xa7\x69\ \x82\x54\x72\x10\xe5\xbe\xce\xd8\xde\xae\xeb\xb0\xc6\x91\x02\xaa\ \xaa\x72\x0c\xa7\x3d\xea\xab\xdf\x45\xec\xeb\x23\xbc\x3e\xc5\xe7\ \x7e\xe4\xdb\xed\xd0\x75\x97\xbb\x2d\xa3\xf1\x84\xd1\x68\xcc\x6a\ \xb5\x1e\xf6\x16\x51\x1c\x53\x14\x39\x27\x27\xc7\x48\x29\xb9\xbe\ \x9e\x91\xe7\x39\x61\xa0\x06\xa6\xa6\x4f\xe2\xbc\xb8\xb8\x18\x42\ \xb0\xfc\xd7\x28\xaa\x92\xa2\x2a\x38\x3e\x3e\xa6\xc8\x73\x1e\x3d\ \x7e\xc4\x24\x1b\x33\x3d\x9c\x3a\x2a\x76\x9f\x56\x38\xbb\xba\x22\ \xdf\xed\x86\x49\x42\x2a\x89\x54\xba\x0f\xc1\xaa\xc1\x3a\x8d\x9c\ \x03\x0b\x0c\x52\x28\xa4\x92\x9c\x4e\x4f\x9d\x05\x4e\x1f\x48\x65\ \x4d\xef\x0d\xd8\x3a\x52\x46\xd7\xbd\xd4\xa8\xf8\xa9\xc9\xcb\x0f\ \xfc\x74\xba\x4f\xeb\x75\xba\x3b\x39\xbc\x9e\x3f\xbc\xbb\xce\x19\ \x95\x0a\xe9\x50\x11\x69\x9c\xd0\xf9\x15\x7a\xb0\x94\x88\x21\xba\ \x59\x91\x24\xf1\x37\xd3\xe8\xb1\xeb\x3a\xe2\x30\x60\x14\x2b\x24\ \x2d\x27\x07\x23\x9e\x3e\x3f\x23\x50\x23\xf2\xba\x72\x61\x41\x4d\ \xc3\x66\xb9\x40\x22\x10\x6d\x89\x12\x86\x24\x50\x8c\xb3\x8c\xae\ \x69\x88\xe2\x14\xd3\x09\xe2\xc9\x94\xcb\x67\x4f\xb9\xde\x96\x34\ \x9d\x64\x92\x65\x68\x61\x69\x6d\x8b\x34\x92\x4e\xb8\x1b\x4d\x59\ \x49\x20\x5c\xf7\x9e\x06\x9a\x74\x1c\x13\x87\x9a\xef\xfe\xe3\xdf\ \xc5\x16\x15\xdb\xdd\x8a\x6a\xb7\x84\xa6\x62\x35\x5b\xf3\xf4\xe9\ \x39\x87\xe3\x94\xf9\xd3\x87\x74\xf3\x73\x8a\xbc\xa4\xac\x5b\x44\ \xa8\x29\x5b\xcb\xc1\xe1\x14\x5d\x37\x4c\xe3\x31\xa2\xeb\x98\x3f\ \xbb\x84\xd2\x89\xb1\x8c\xed\xe8\x10\x88\xce\x95\xe1\x4e\x08\xa4\ \x70\xe6\x94\x52\x4a\xc2\x64\xc4\xc9\x8d\x9b\x9c\xbf\x38\xa7\x2a\ \x36\x9c\x66\x09\x74\x16\xd3\x34\x24\x69\x80\x96\x82\xf5\xf3\xaf\ \x11\xbd\xe1\x5f\x94\x39\xee\x7b\xd5\xb4\x04\x71\x4c\x58\x15\x14\ \x57\x39\x41\xb3\x25\x18\x4d\xd0\xd6\x62\x11\x6c\x84\x42\xc7\x11\ \x17\xb3\x19\xcd\x76\xc9\xdb\xf7\xee\x72\xeb\xf4\x18\x69\x2d\x09\ \x21\x9d\x82\x6a\xbe\x21\xa8\x5b\xc6\x81\x26\x95\x0a\xdb\x34\xe8\ \x40\x52\xd6\x39\xff\xfe\x4f\xfe\x3d\xff\xe0\x77\xff\x21\xdf\xfd\ \xee\x77\xb9\x9e\xaf\xf9\x3f\xfe\xb7\xff\x9d\xbb\xff\xd9\xf7\xb9\ \x71\xff\x0d\xcc\xdf\xd3\x6e\xe1\x3f\x75\xdd\xbd\xa5\x84\x10\xce\ \x6f\xc9\x07\xa0\xed\x3b\x39\xc7\x49\x82\x44\xb0\x5e\xf5\x5e\x41\ \x9d\xa2\x6d\x9c\x36\x63\x92\x4d\xf9\xbd\xdf\xff\x7d\x6e\xdf\xba\ \x8d\xb1\x86\xf9\x72\x85\x69\x5a\x6e\xde\xba\xc9\xbf\xfa\x57\xff\ \xd2\x25\xf2\xd5\x35\x55\xed\x32\x34\x0e\xa6\x53\x97\xed\xdd\x27\ \x61\x7a\x4a\x26\xc2\xd1\x7d\xeb\xba\xe6\xdf\xfe\xd7\xff\x76\x70\ \x0f\x1e\x18\x2f\xa1\x1a\xa0\x8d\x66\x2f\x25\xcf\x17\x5b\xaf\x4e\ \xd6\x5a\xd3\xf6\x50\x8b\x31\x16\xd1\x87\x8e\xb5\x4d\x89\x69\x1b\ \x94\x90\x4c\xb2\x09\xdb\xdd\xda\x19\x4d\x36\x0d\x51\x10\x39\x5d\ \x89\xb5\x34\x65\x85\x12\x82\x32\xdf\xd1\xb4\x86\xd6\x58\xe8\x2c\ \x81\x12\x14\x79\x4e\x55\x15\x8c\xc7\x23\x92\x24\x61\x34\x72\x76\ \xe5\x2e\x9f\x44\x60\x8c\xbb\x76\x75\x65\x7a\x9b\x90\x97\xae\xd1\ \x60\x59\x2d\xd7\xa4\xa9\xf3\x61\x6b\x9b\x96\x20\x0c\xd8\x6e\xb7\ \xbc\x78\xf1\x62\x60\x22\x7a\xbd\x94\xa3\xc7\xe6\xac\x56\x2b\x16\ \xb3\xc5\x6b\x35\x7a\x74\x3b\x1d\x31\x2c\x7c\xf7\x85\x77\xd6\x5a\ \xb6\xdb\xed\x2b\x9f\xef\x2f\x7f\x6d\x7f\xbf\x0c\xea\xf5\x28\xa2\ \xeb\x2c\x4d\x53\xd0\x75\x2d\x41\xe0\xe2\x9d\x83\x20\x24\x08\x1c\ \xb5\x78\xb7\xdb\x70\x75\x7d\x35\xb8\x57\xf8\x42\x3c\x99\x38\x86\ \x9c\x0f\xd4\xf3\x7b\x96\xc9\x64\x82\x5d\x59\xf2\x22\xa7\x7d\xd1\ \xb0\x5a\x3b\x2d\x93\xea\x04\xa7\x37\x4e\x39\x3c\x72\x2e\xd5\xbb\ \x9d\xcb\x62\x37\xd6\x92\x66\x19\x87\x87\x87\x84\x51\x44\xdb\x59\ \xf7\xac\x87\xa1\xd3\x95\x08\x45\xd7\xb6\xb4\xc6\x12\x25\xb1\x63\ \xd1\x61\x58\xae\xe6\x2c\x17\xcb\x21\x5f\x46\x29\xd5\xb3\x56\x15\ \xd6\xbe\x74\x4a\xf6\x04\x01\xbf\xaf\xf1\xa4\x9f\x30\x8c\x06\x97\ \x6b\x7f\xfd\xfc\xbd\xe8\xd5\xee\x2f\xa1\x30\x43\x9a\x45\x64\x41\ \xc4\xb6\x37\xa2\xf4\x84\x85\x5f\xb6\x9e\x17\xdf\xd4\xd8\x5e\x84\ \xc0\x9a\x96\x72\x3d\xe7\xdb\xdf\xfd\x0e\xb7\xee\xde\x61\x3e\xbb\ \x60\xb7\x5a\xa2\xc3\x80\x51\x92\x30\xbd\x79\x83\xb6\x76\x82\x20\ \xd1\xe4\x58\xd3\x71\xef\xce\x29\xdf\xff\xfe\xf7\xf9\xab\x0f\x7f\ \x42\x6e\x1b\x46\x07\x87\xfc\x57\xff\xe6\xdf\x70\xef\xf6\x09\xdf\ \x7e\xf7\x0d\x6e\xdf\xbd\xc5\xb7\xde\xbb\xcf\x27\x1f\x7f\xc4\xcd\ \x1b\xc7\x3c\x7a\x71\x45\x6d\x40\xd1\x11\x29\xcd\x38\x8c\xd0\xd6\ \x30\x4a\x42\x74\x14\xb0\xb8\x9e\xb3\x8e\x53\x64\xdd\x12\x66\x23\ \xbe\xfb\xee\x9b\xfc\xe8\xa7\x7f\x43\xbe\x5e\x72\x73\x14\x10\xc9\ \x0e\x53\x97\x1c\x98\x8e\x54\x4b\xaa\xc8\xa9\xe2\x6d\xdd\xd2\x5e\ \xad\xb1\x58\x4c\xd0\x21\x3a\xc9\x81\x8c\xd1\x91\x66\x66\x4a\x84\ \x70\x3c\x74\xe7\xa9\x64\xb1\xa6\xa3\x69\x0d\xa1\x94\x58\x0b\xbb\ \xa6\x64\xf6\xe0\x0b\xf2\xdd\x86\x71\xa8\x79\xe3\xe4\x88\x66\xbb\ \x71\x70\x98\x70\xff\xe6\xee\xd4\x31\x5a\x2e\xaf\x73\x22\xdb\x31\ \x99\x4c\x59\xaf\x4a\x4c\xb5\xfe\xff\xa8\x7b\xf3\x20\xcb\xae\xfb\ \xbe\xef\x73\xce\xb9\xeb\xdb\x5f\xef\x33\x3d\x3b\x66\x00\x0c\x88\ \x81\x40\x11\x20\x29\x82\x5a\x48\x49\x91\x14\xd2\x5a\x2c\x31\xf4\ \x26\x4b\xb1\x1d\x39\xe5\xd8\x49\x5c\x95\xd5\x49\xa5\x92\x4a\x1c\ \xff\x93\x3f\xf2\x4f\xaa\x52\x29\x39\x65\x97\x4b\x92\xa3\x92\x14\ \x49\x76\x64\x53\xa2\x44\x89\x22\x29\x51\x02\x41\x90\xd8\x07\x00\ \x81\xc1\x60\x7a\x66\x7a\x7d\xfd\xd6\xbb\x9e\x93\x3f\xce\xbd\xf7\ \xdd\xf7\xba\x29\x8b\xce\xa4\x8a\x98\xaa\xae\xd9\xde\x7a\x97\xdf\ \xfa\x5d\x08\x3d\x87\x46\xc3\x67\x34\xde\x67\x3c\x3e\x44\x49\x45\ \xb3\xb7\x82\x1f\x34\x19\xcd\x46\x1c\xee\xdd\xa7\x21\xe1\xf8\xfe\ \x2e\x67\x5b\x4d\x1a\x9e\x4f\x68\xe0\x60\x70\xc0\xd7\x9e\xff\x3a\ \xc3\xd1\x80\x0b\xad\x90\xad\xcd\x4d\x94\x86\x46\xcb\xe5\xce\xbd\ \x77\x99\x4c\x67\xec\xec\xdc\xe5\xa5\x17\x5f\xe3\xe6\x4b\xaf\x70\ \x7b\x67\xaf\x32\x01\x7b\x50\x45\x44\xa7\xd3\xb1\xe3\xa4\xc1\x80\ \xd5\x55\x6b\x4b\x3b\x37\xe9\xb1\x48\xa7\x28\x8e\x39\x3a\x38\x04\ \x2d\xad\xb6\x99\x94\xb8\x9e\xc3\x85\x8b\x97\xf8\xe4\x27\x3e\x41\ \x96\xe7\xbc\xf1\xe6\x9b\xcc\x66\x33\xa2\x34\x85\x22\xc8\x94\x2c\ \xe9\x2c\xcb\x0b\xf9\x7c\xc3\x6c\x36\x21\x8e\x67\x15\xca\xa9\x2e\ \xcb\x5d\xee\x21\xca\xb9\x77\x29\x79\x51\x2e\x71\xe7\x84\xd6\xbc\ \x82\x8b\x96\xb3\xec\x92\x77\x30\x57\x5a\x2d\x8a\x07\x6d\xd0\x79\ \x6e\x45\x07\xf3\x0c\x61\x32\x94\x72\x68\x86\x0d\x42\x25\xc8\xe2\ \x18\x84\x21\x8d\x23\x5c\xcf\xa7\xdb\x6e\xe3\x07\x19\x69\x66\x7d\ \x2a\xb2\xdc\x10\x45\x53\x8b\xac\x31\x56\xaf\x2a\xcb\x52\x86\xc3\ \xe3\xa2\x7a\xa4\x5a\x2e\x0f\x06\x83\x82\xc0\xe8\xe3\xfb\x41\x61\ \xa1\x20\x88\xa2\x14\xd7\x71\x6d\xf7\x1a\x34\xb8\x73\xe7\x2e\x46\ \x43\xae\xad\x90\xe2\xad\x5b\xb7\xaa\x20\x2d\x8b\xea\xb4\x4c\x9a\ \xe3\xf1\x98\xd1\x64\xf4\xe0\x6d\x7b\xc5\xdc\x42\xb6\x3c\x66\x25\ \x42\xa9\x64\x64\x97\x81\xae\x9e\x54\xca\xa2\xa3\x94\x0f\x99\xc3\ \x7c\x13\x3b\xf2\x93\x06\xd7\x95\x24\x49\xc4\x74\x3a\xc6\x98\x1c\ \x43\x4e\x10\x86\x74\xbb\x2d\xc6\x4a\xe0\xb9\x1e\xd3\xc9\x74\x01\ \x72\x5b\x06\xe3\x52\x62\xa5\xb4\xf6\x8e\x92\x98\x49\x3a\x26\xcb\ \xb3\x4a\xde\xa5\x84\x07\x77\xbb\x5d\x8e\x8e\x8e\x2a\xcf\xf6\x6e\ \xa7\x53\x70\x5b\x24\x9e\x17\xd8\xb1\x59\xb1\x37\x49\x93\x94\xa4\ \xf0\x41\x31\x42\xa3\x8d\xae\x94\x8a\x1d\xa7\xec\x40\x34\x69\x9a\ \x55\xd7\x57\x9a\xe6\x05\x4c\x37\x5c\x60\xd3\xd7\xe5\x62\x5c\x57\ \xd9\x6b\xd3\xc8\xca\x0e\x23\x8e\x23\xf2\x2c\xaf\xac\xb1\xad\x3c\ \x4b\x91\xbc\xa7\x33\x8c\xb0\xc7\xab\xae\xd3\x56\xb2\xe2\x4b\x46\ \x7e\xc5\x5f\x79\xaf\x25\x13\xad\x0d\x61\xe0\xb0\xbd\xd1\xa6\xe5\ \x4b\xee\xbd\xfb\x16\xa1\x12\xf4\x37\x37\x68\xb6\x5b\x78\x81\x4f\ \x9e\x66\x4c\xb4\xa6\xe9\xbb\x44\x13\x05\x8e\xe4\x70\x30\xe4\xc5\ \x97\x5e\xe3\x78\x3c\x21\xcf\x25\xff\xdd\x7f\xfb\x5f\xf3\xb3\x3f\ \xf3\x69\x5c\x09\xc9\xf1\x1e\xe3\xc9\x90\x7f\xf0\x3f\xfd\x43\xf6\ \x27\x11\xbf\xf3\xf9\x2f\x10\xe5\x86\xa4\x38\x40\x8e\x72\x91\x8d\ \x26\xc9\x6c\xca\x30\xcd\x79\x6c\x7d\x83\x8f\x7e\xe0\x49\xbc\x1c\ \xfa\x8d\x16\xfd\x5e\x97\x4c\x41\x37\x74\xf8\xad\xdf\xf9\x6d\x42\ \x4f\x11\x4f\x26\xb4\x7c\x97\x9e\x13\x30\x90\x19\x6e\xdb\xa7\xe9\ \x04\x44\xf7\x8f\x89\xb2\x9c\x95\x33\x67\x19\xf9\x0e\xf1\x34\xc3\ \x99\x19\xfc\x34\xa5\xa1\xad\xaf\x09\x82\x42\x97\x27\xc5\x68\x43\ \x96\xa4\xf8\x61\x80\x4e\x33\x46\xe3\x21\x19\x1a\xcf\x77\x08\x1d\ \x87\x46\x29\x39\x91\x67\x84\xbe\xdd\xb7\xc8\xd9\x11\xca\x75\xd8\ \xec\xf8\x48\x21\x08\xc9\x90\xae\xe6\x78\x34\x42\x4a\x07\x41\x0a\ \x93\x18\xcf\x55\x56\xbe\x3c\x0f\xd9\xb9\x77\x80\x0c\x9b\x6c\xaf\ \xb4\x58\x6f\xb6\x39\xbe\x7f\x8f\xbb\x6f\x7f\x83\x76\xb3\x41\x96\ \x24\xec\x1f\x1e\x10\x4d\x8e\x38\xb7\xda\x61\x36\x1e\x31\xb9\x77\ \x97\xf5\xb3\x9b\x04\xa1\x4b\x94\x24\x9c\x3b\x7f\x96\x28\x8e\x79\ \xfe\xf9\x17\x58\xed\xae\xd2\xee\xad\x5a\x98\xe8\x03\x0c\x2a\x9d\ \x76\x1b\xcf\x75\x69\xb7\x5a\xf4\xba\x5d\x36\xd6\xd7\x59\x5b\x5b\ \xe3\xf8\xf8\x98\x38\x8e\xe9\xf7\xfb\x0c\x06\x03\xf2\x54\x5b\xef\ \x0b\xd7\xb2\x83\xdb\xed\x0e\xdb\x67\xb7\xb9\xf9\xfa\xeb\x0c\x06\ \x43\xa2\xc8\x8e\x45\x26\x71\x84\xa7\x44\x05\xdd\xb6\x4e\x89\x69\ \x15\x7c\x4a\xde\x45\xa9\xc5\x54\xf9\x72\xd7\xc8\xa8\xcb\x2c\x61\ \x9b\x50\xf2\x85\xa0\x57\x91\xef\x0a\x64\x4e\x59\xd9\x29\xa5\xd0\ \x79\x8a\x30\x05\x08\x42\x5b\x8a\xa7\x72\x14\x77\xef\xdc\xe1\xe0\ \xe0\x3e\x4f\x7f\xf0\x03\x3c\xfe\xd8\x63\x38\xca\x90\xa7\xb1\x45\ \xa0\x16\x2c\xf8\xd1\x78\x42\x6e\x2c\x5c\x3d\x4e\x13\x8c\xb1\x4b\ \x68\xc7\x73\xab\xf1\x46\x59\x49\x96\x41\x2d\xcf\x73\x5e\x79\xe5\ \x15\x76\x76\xee\x02\x02\xdf\xb7\x41\x24\x6c\x04\x3c\xfa\xc8\xf5\ \x0a\x7a\x9c\x65\x29\x77\xee\xec\xe0\xba\x2e\x71\x1c\x21\xa5\xc7\ \xa3\x8f\x3e\x5a\x99\x2f\x55\x5d\x5a\xc1\x4b\x28\x03\xcb\xc3\xd7\ \xae\x7d\xcb\xc2\x7f\x7f\x26\x8a\x0f\x50\x8e\x85\x07\x2f\x27\x94\ \xd2\xe2\xb6\x84\xee\x5a\xb5\xee\x39\xcc\xb9\x94\x61\x09\x82\xa0\ \x92\x92\xb7\x16\xc7\x86\xe1\xf0\x98\x4e\xa7\x43\x1c\xcf\xac\xa4\ \x91\x1f\xe0\xf9\x0e\x69\x1a\x61\x4c\xc8\xea\x6a\x9f\x24\x89\xf0\ \x8b\x64\x52\x4a\xa8\x94\xef\x55\xf2\x73\xca\xc5\xba\x15\xfb\xb4\ \x4c\x78\x25\x15\xad\xa2\x73\x9e\xce\xa6\xe4\x69\x56\x25\x92\xcd\ \xcd\x4d\x94\x52\xb6\x10\x72\x14\xe3\xe9\x84\xc9\xe1\x11\x60\xe6\ \x04\x40\x0d\xaa\x90\x5f\xd1\xc2\xa2\xf6\xa4\x2a\x6d\x2e\xe6\x49\ \xad\xb4\xb4\x00\xc9\x74\x12\x61\x8c\x28\x3c\x68\x4c\x95\xc0\x4a\ \xc3\xb0\x72\xd4\x55\xa4\x17\xa4\x98\x53\x07\x54\x38\xef\xa2\xd3\ \x24\x07\x2d\x11\x58\x27\x49\x23\xe6\xe2\x9f\x75\xf7\xc7\xfa\xb5\ \xff\x9e\xed\x4c\xf2\x5c\xb3\xd2\xeb\xf2\x91\x0f\x3d\x89\x1b\xb4\ \x78\xee\x6b\x2f\xb2\xda\xeb\xd2\x5f\xdf\xc4\x08\xc1\x2c\x8a\x99\ \x8e\xa7\x88\x5c\xd3\x6c\x34\x18\xcd\x2c\x74\xf6\x78\x32\x26\xb9\ \xbd\x83\x11\x92\x6b\xd7\xae\xf1\x63\x9f\xf8\x41\x5c\x09\xfb\x37\ \x5f\xe0\xe8\xf6\x6b\xc4\x5a\x43\xef\x1c\x3f\xf6\x33\x7f\x93\x2f\ \xbd\xf6\x16\x8d\xf3\x3e\xb9\x36\xe4\xda\xe0\x3a\xbe\x95\x27\x17\ \x02\x99\xe7\x6c\xae\xaf\xb2\xd9\x68\xd1\x0f\x1a\xb8\x1a\xd2\xf1\ \x04\xa1\x04\xd7\xcf\x9f\xe7\xde\xd5\x6b\xbc\xf3\xf6\x2d\x3e\xfd\ \x63\x3f\x4a\xe8\x84\xec\xee\x1f\xf0\xa7\xb7\x5f\xe7\xe5\xbb\x3b\ \x74\xfc\x94\xf5\xb5\x26\x32\x35\x1c\x89\x29\x47\xb8\x4c\xb2\x19\ \xab\x7e\x0b\x21\x1d\x1a\x5a\xe0\xfa\x1e\xb3\x38\xc2\x91\x10\xcd\ \x72\x5c\x47\xd1\x0c\x7d\x42\xd7\xb1\xc9\x40\x6b\x34\x19\xcd\x66\ \x8b\x50\x18\x42\x47\xe2\x87\x2e\x32\xb1\x9e\x1d\xb9\x0b\xc9\x6c\ \x4c\x1e\x63\x2d\x5f\xa3\x1c\xa9\x33\x2e\x9c\x3d\x4b\xfb\x91\x6b\ \xec\xee\xee\xf1\xe6\x5b\x6f\x21\x73\xc9\xca\xca\x1a\x8e\xe3\x72\ \x7c\xb4\x4f\x13\xc5\xc5\x8d\x0b\x6c\xae\xad\x32\x1e\x0c\xf0\x93\ \x16\x6b\x2b\x7d\x1e\xbe\xf6\x10\x7b\x7b\xbb\x28\x11\x71\xfd\xe1\ \xf3\x6c\xf5\x56\x10\xd3\x84\xaf\xbc\xf4\x32\x07\x07\xf7\xc9\x4d\ \x42\x6f\xb5\xcb\x8d\x27\x9f\x20\xce\x21\x9e\xa5\x28\x5c\xae\xdf\ \x78\x3f\xed\x4e\xb7\xf2\x27\x7f\x10\xbf\x46\xa3\x91\x1d\x11\x14\ \x66\x4c\x52\x29\x76\x76\x76\xb8\x73\xe7\x4e\xc5\x54\x36\x85\xff\ \x4b\xbb\xdd\x41\x28\x49\x34\x9b\x55\xa3\x89\xc1\xd1\x11\x49\x6a\ \x67\xd7\x59\x9e\xb3\xde\xe9\xe0\x4a\x16\x2a\xaf\x52\xa9\xb6\x0c\ \xf6\xbe\x6f\xe7\xc2\x42\xb0\xe0\x8b\x5d\x2e\x39\x2d\x04\x7c\xae\ \x4d\x54\xe7\xd6\xd4\x91\x34\xf3\x44\x54\x12\xcf\x6c\xd2\x51\xd2\ \xd8\xe4\x87\xad\x26\x65\x01\x5b\x9d\x76\x7b\xec\xef\xdf\x67\x70\ \x74\xcc\xde\xee\x3e\x49\x32\xb1\xa3\x2f\xa9\x0a\x85\x69\xc9\x64\ \x32\x66\x3a\x8b\x48\x53\x9b\x4c\x10\xe0\x79\x3e\xc2\x99\xbf\x4f\ \x1d\x82\x9a\x65\x19\x83\xc1\x80\xfb\xf7\xef\x5b\xc9\x8e\xc2\x02\ \xd7\x12\xfb\x86\x1c\x1c\x1c\x12\x06\x21\x77\xef\xdd\xe3\xde\xbd\ \x7b\x0b\xac\x68\x21\x04\xd3\xe9\x74\x6e\x24\x26\x45\xb5\x0b\x28\ \xc7\x23\xa5\x0e\xd6\x83\xfe\xa5\xa4\x25\xce\x59\xbb\xdc\xb9\xdc\ \x87\x52\xaa\x1a\x73\x49\x29\x6a\xa8\x27\xfb\xab\xd7\xeb\xd1\xed\ \x76\x17\xc6\x38\x8e\x92\x84\xed\x2e\x42\x98\xaa\xa3\x69\xb5\x5a\ \x74\xbb\x5d\x86\xbd\x2e\x71\x9c\x14\x50\xd8\xc2\x9c\x2c\x08\x38\ \x7b\xf6\x2c\xed\x76\x9b\x7e\xbf\x5f\x25\xa6\xf1\x78\xcc\xd1\xd1\ \x11\x79\x9e\x73\xe6\xcc\x19\xce\x9d\x3f\xc7\xcd\x37\x6e\x72\x7c\ \x74\x04\x52\xd0\x6c\xb5\xd8\xde\xde\xa6\x11\x36\x18\x1e\x1f\x33\ \x99\x4c\x00\x68\x36\x9b\x1c\x1e\x1e\x62\x84\x60\x73\x6b\x93\x20\ \x08\xd8\x3b\x3c\x44\x29\xc5\xc6\xc6\x86\xd5\x61\xd3\x20\x0a\x10\ \x41\x94\x44\x28\xc7\x12\xa0\x4b\x16\x7e\x59\xb8\x68\x63\xd5\x82\ \x95\x72\xc8\x33\xcb\xfa\x2f\xaf\xbb\x72\xbf\x11\x45\x11\xf7\xee\ \xdd\x9b\x73\x4f\xca\xf4\x53\x80\x40\x4a\xc1\xd8\x92\x33\x52\xee\ \x51\x5c\xd7\x3a\x72\x06\xc5\x3d\x55\x67\xf0\xd7\x85\x23\x4b\xd8\ \xb0\x7c\x2f\xfa\x99\x18\x63\x70\x94\x60\x63\xb5\x47\x7f\x6d\x93\ \x4e\xa7\xcb\x1f\x7c\xf1\xcb\x48\x6d\xc5\xf2\xa6\xd3\x29\x8e\x74\ \x2a\xa6\xa7\x1f\x36\x19\x1f\x1d\x81\x91\x74\xba\x3d\x1a\x61\xc8\ \x53\xef\x7f\x82\x5e\xab\x01\x93\x01\x7b\x6f\xbe\xc0\x85\xbe\x4f\ \x2a\x1c\xfe\xe4\xcd\x17\xd8\x5e\x59\xe3\xf1\xcb\x6b\x44\xb9\x26\ \x4a\x13\x5a\xad\x36\xbe\xeb\x13\xcd\x66\x96\xce\x9e\xa6\x78\x3a\ \x26\x1d\x8f\x49\x32\x83\x44\x92\x67\x19\xfb\xc7\x87\xb4\xd7\x56\ \xf8\xee\x0f\x7f\x98\x3f\x4c\x53\x7a\xcd\x0e\xef\x7b\xf8\x3a\x8e\ \xeb\xd3\x7c\x61\x8d\xe3\xdf\xfb\x2c\xd7\xaf\x3d\xc4\xf7\x3c\xfd\ \x34\x09\x8a\x5f\xff\xe2\x1f\xf2\xd9\xaf\x7d\x15\xa9\x02\x68\x34\ \x2d\xfa\x64\x36\x43\xe7\x09\x26\xcf\x91\x68\xf2\x34\x46\x0b\x43\ \x26\xe1\x03\x4f\x7f\x0f\xed\x46\x83\xe3\xe1\x90\x5b\xf7\x77\x78\ \xfb\xf5\x9b\xf8\xa1\x47\x23\x0c\xc9\x93\x88\x56\xa7\x43\x9a\xcd\ \x10\x5a\x20\x95\x43\x8e\xc6\x71\x3c\x3a\xab\x2d\x3e\xf9\x17\xfe\ \x5d\x3c\xd7\x23\xcb\x73\xa6\xb3\x98\xf5\x8d\x33\x28\x47\xd0\x6a\ \x77\xf1\x83\x90\xbb\xf7\x76\x58\x5d\xdb\xe2\xf2\x43\xd7\x68\xb6\ \x9b\xec\xee\xed\x32\x1a\x8d\x58\x5f\x59\x61\x7d\xad\x47\x20\x1f\ \xe7\x4b\x7f\xe8\xf0\xc6\xab\xaf\xb2\xd2\xeb\xd3\x70\x7d\xc2\x1b\ \x8f\xb1\xa7\x0c\x7e\xe0\x92\xbb\x82\xd5\xad\x75\x74\xae\x30\xb9\ \x44\x6b\xc1\x64\x1c\xa3\x1c\xe7\x81\x8a\xfe\xcd\xa6\x53\x42\xdf\ \xb7\xe4\xc4\x2c\xe3\xe8\xe0\x80\xc9\x64\x42\x12\x5b\xc4\xcd\x78\ \x34\xc6\x75\x1d\xda\xed\x26\x3a\x07\x23\xad\x03\xa5\xce\x73\x0e\ \x0f\x0f\x79\xe8\xca\x15\xab\x2a\xad\x1c\xe2\x24\x21\xc9\x32\x3c\ \x57\xd1\x6a\x35\x70\x1c\x55\xcd\xe4\x6d\x15\x36\x9f\x07\xd7\x75\ \x89\xca\x40\x56\x76\x1b\xa5\x3b\x63\x19\xd0\x4e\xfb\xba\x75\x26\ \x75\x89\xf9\xb7\x5d\x83\xc1\x18\x3b\x26\x11\x46\x22\x8c\xbd\x96\ \x5c\xd7\x65\x73\x63\x93\x4b\x97\x2f\x70\x70\x70\x8f\x37\xbe\xf1\ \x16\x3a\x4f\x48\xd2\x98\x34\x2e\x7c\xc9\xcb\xf7\x2a\x20\xa2\x46\ \xd8\xd1\x43\xae\x73\x28\x84\x1f\xeb\xc2\x81\x51\x14\x31\x1a\x8f\ \x18\x0d\x47\xb6\x13\x29\x8c\x9a\x8c\xc9\x70\x1c\x85\xd1\x82\xc3\ \x83\x63\x60\xc8\xdd\x7b\xf7\x88\x23\xbb\x58\x17\x52\xd0\x6a\x35\ \x51\xd2\x3a\x02\xee\xd6\x82\x49\x79\x1c\x8c\xb6\x70\xe5\xd1\x68\ \x54\x59\x10\x3f\x30\x92\xb2\x92\x95\xd4\x49\x99\xd8\x4a\x6b\xde\ \x92\xf4\x3b\xaf\x8e\xcd\x82\x5c\x7e\xa9\xb7\x15\x17\x04\x46\xaf\ \xe0\x70\x78\x9e\x4f\x9e\xdb\x05\xba\xd6\xf6\x73\xa7\x69\x06\x58\ \x48\x7f\x1c\x27\x68\x6d\xf0\xbc\x00\xcf\xf3\x2b\xc2\x5e\x39\xce\ \xb1\x16\xc0\x96\x47\x72\x78\x78\xc8\x64\x32\xa1\xd3\xeb\xd2\x68\ \x36\x2a\xef\x90\x24\xb6\xaf\x5f\x76\x44\x25\xb4\x36\x29\x58\xf7\ \x71\x14\x31\x38\x3e\x26\x2e\x76\x1b\x41\x10\x30\x99\x4c\x70\x95\ \x42\x68\xd0\x69\x86\x46\x63\x84\xb6\x8a\x02\xc6\x10\xc5\x76\x27\ \x1c\x17\x2c\xf9\xfa\x48\xcf\x68\x09\xc8\xea\x7c\x97\x09\x27\x8e\ \x63\x4b\xd8\x2c\x46\x92\xc6\xd8\xb1\x79\x9a\x66\x0c\x87\xf6\x7c\ \x1d\x1c\x1c\x56\x9f\xaf\x92\xa3\x37\x82\x38\x89\xad\xb0\x6a\x6d\ \xc4\x57\x1f\xcf\xd6\x85\x32\x4b\x2e\xd8\x7b\x6b\xcc\x65\x0c\x61\ \x18\x70\x66\x6b\x8d\x95\xf5\x2d\x3a\xfd\x94\x67\xbf\xfa\x02\x99\ \xf1\x88\x06\x23\xd2\x24\xa7\xd3\x6d\x93\xc5\x11\x99\x49\x09\x3c\ \x89\x49\x27\xe4\xa4\x0c\x0e\x76\xd9\x7e\xec\x31\xce\xae\xad\xa0\ \x4c\x06\xae\xe4\xdd\xb7\xdf\x64\xf8\xfa\x31\x57\x2e\x6c\xc1\xdb\ \xaf\xb1\xd5\x7d\x82\x4f\x7d\xe7\x36\xa3\xd9\x94\xed\x73\xdb\x8c\ \xa7\x13\x06\x47\x47\xac\xf4\xce\x33\x9d\x8c\xd9\xdf\x3f\xa2\x19\ \x6c\xe1\x68\x97\xf1\x64\x0c\x6e\x80\x54\x92\x38\xcf\xd9\x7b\xe7\ \x36\x9b\xe7\xb6\xf9\xe8\xf7\x7d\x9c\xad\xad\xb3\x18\xe9\x70\xf0\ \xce\x5d\x56\x53\xc5\x3f\xf8\x6b\x3f\x4b\x7f\xa5\xcb\xfe\xfe\x3e\ \x8d\x95\x1e\x7f\xf7\xd3\x7f\x89\xc7\xae\x3c\xcc\x6f\x7d\xf6\x73\ \x0c\x07\x87\x34\x7b\xab\xac\x9e\x3b\xc3\xa5\x4b\x97\xb8\xfd\xee\ \x6d\x0e\x0e\x0f\xd8\x5a\x5f\x41\x19\x18\x1c\x1e\x70\x61\xfb\x0c\ \x7f\xf9\xa7\x3e\xc5\xe6\xd6\x16\xbf\xfc\x9b\xbf\xce\x57\x9f\x7b\ \x96\x1f\xf9\xde\xef\x61\xad\x19\xf2\xd2\x73\x5f\xe1\xf7\xfe\xf5\ \xbf\xc2\x6f\xf6\xf0\x3c\x97\xd0\x55\xe0\x2a\xeb\x47\xaf\x35\x46\ \xf9\xe4\xca\xe5\x78\x3c\x64\x65\x75\x9d\xa7\x9f\x39\x4b\x9c\xc6\ \x64\xb9\x66\x6d\x6d\x9d\x6b\xd7\x6f\x40\x92\xb2\xb6\xbe\x8e\x56\ \x12\xc7\x0b\xd8\xdd\xdf\x23\x4a\x12\x0e\x76\x8f\x58\xf5\x03\xfa\ \xda\xa5\x3d\xcc\x50\xf7\x8f\x89\xa2\x84\x4b\x8f\x3f\xc2\xd9\x33\ \xab\x18\xa1\x19\x4f\x46\xdc\xbd\x7b\xb7\x80\x90\x2a\xd2\x0c\x06\ \xc7\x63\xe2\xa2\xa2\x7d\x50\xbf\x56\x7a\x7d\x5a\x8d\x66\x55\x95\ \xe6\x79\x4e\xbb\xd1\xa4\xd3\x6a\xdb\x1b\x5d\x5b\xae\x91\xdd\x81\ \x58\x8b\xe6\x34\xcd\x79\xfd\x8d\xd7\xb9\xb3\xb3\xc3\xc1\xc1\x3e\ \xad\x4e\x9b\xc3\x83\x43\x6e\xdf\xbe\x4d\x9c\xa6\x28\x69\x68\x34\ \x42\x2e\x5c\xb8\xc0\xfa\xfa\x46\x15\x30\x4e\x93\xd5\x2e\xf4\x26\ \xab\x1b\x6e\x59\xc3\x68\x2e\x84\xa7\x4e\x7c\xef\x12\x0d\x34\x1c\ \x5a\xa9\x94\xd9\x74\x8a\x54\x82\x46\xcb\xe7\xe2\x85\x8b\x84\x7e\ \x8b\x38\x4a\x71\x94\x53\x54\xd1\x29\xae\x14\x78\xbe\xa2\xbf\xba\ \x86\xef\x7b\x64\x49\x52\xe8\x69\x19\x0b\xb7\xc1\x14\x1d\xd4\x5c\ \xa0\x4f\x1b\x48\x0a\x8b\x80\xf2\xff\xb3\xd4\xce\xc4\x75\xae\x6d\ \x42\x4a\xcb\x45\xab\x2e\x88\x69\x09\x52\x16\x16\x03\x46\xd0\x6a\ \x75\x2a\x37\x45\x6d\x32\xa4\x14\x28\x54\x65\x67\x2c\x6a\xc9\xd4\ \x3a\x4b\x17\xce\x7c\x59\x8e\xe7\xb8\x0f\x10\xcd\x65\x2a\xcb\xea\ \x92\x55\x5e\x76\x13\x25\x5a\xa9\x64\xa4\xdb\xf7\xd4\x15\x21\xb3\ \x7c\x4e\x59\x20\xd4\x95\x7d\x8d\x36\x24\x71\x86\x92\x6e\x21\xf9\ \x23\x99\xcd\x62\x94\x72\x09\x03\xd7\xfa\x5c\x1a\x41\xab\xd5\xad\ \x78\x17\xb3\xd9\xac\xea\x2e\xaa\x63\x5d\xc0\x85\x87\xc3\x21\xbb\ \x7b\xbb\xc4\xa9\x45\x4d\xca\x82\x94\x5c\x92\x45\x25\x62\x6e\x31\ \x5e\x24\xf2\xac\xe0\x88\x95\x1d\x94\x2a\x6c\x2a\x0e\x0e\x0e\x0a\ \x34\x9e\x15\x81\xcd\x4d\x7e\x42\x5e\xbe\x4e\x2c\xb4\x81\xdc\xa2\ \xb9\x40\x2e\x78\xb6\x97\xfb\xb1\xfa\x73\xec\x48\xce\xca\xd6\x27\ \x49\xa9\x00\x10\x54\x1c\x96\x92\x5f\x62\xc9\x94\xc2\xaa\x6d\x18\ \x4e\x74\x27\xe5\xf9\xaf\xf8\x31\xef\x45\x0f\x78\x8b\xea\x71\x69\ \x36\x02\xc2\x86\xcf\x2b\x37\xdf\xc2\x68\xc1\x2c\x8a\x18\x0e\x27\ \x96\xad\x8c\x22\xd5\x76\xe9\xd4\x72\x62\x9e\xb8\xbc\xce\xf6\xd9\ \x2d\x74\xae\x39\x7b\xfe\x12\x22\x4f\x99\x1d\x0f\x69\x6d\xae\x72\ \xfe\xc2\x15\xd2\xfb\x6f\xd3\x6e\x76\x79\xfa\xf2\x05\x5a\x0d\x8f\ \xc7\xd7\xba\xdc\xdd\x9b\xf1\x9d\xd7\xb6\x19\x1d\x1d\xf2\xca\xf8\ \x3e\x4f\x5d\x3f\x47\x9a\x44\xbc\xf0\x52\xc4\xca\xa5\xeb\xdc\xba\ \x1b\x71\x7c\x6f\xb7\xf0\x5c\x84\xd6\xe6\x06\xfb\xf7\xee\xf2\xc2\ \x3b\x6f\xf1\xe4\x77\x7c\x27\xc1\xea\x06\x2f\xdf\x7c\x83\xfc\x70\ \x40\xbf\xd5\xa6\xef\x85\xf8\x8e\x83\x6a\x7b\xf8\x2b\x4d\x56\xba\ \x2b\x7c\xea\x93\x3f\xcc\xea\xda\x0a\xbf\xf5\xf9\x2f\xd0\x6b\xad\ \x70\x76\x6d\x93\xab\x57\xaf\xf2\xdd\x1f\xf9\x10\x07\x47\x87\xe8\ \x2c\xb5\xc1\x13\x58\x69\xb5\x38\xdc\xbb\xc7\x6c\x3c\xa4\xdf\x6a\ \xf2\xbd\x1f\x7d\x86\xc7\x6e\xdc\xa0\xd7\x6c\xe0\xb7\x1a\xbc\x7b\ \x70\x80\xef\xfb\xf8\x41\x40\x9a\x1b\x92\x2c\x27\x89\xa6\x08\x9d\ \x12\xac\x6c\xd2\x68\x34\xd1\xc1\x90\xa0\xd5\x24\xd7\x82\x6c\x74\ \x0c\x8e\xe4\x85\xd7\x6f\x31\x9d\x4c\xe8\x48\x87\x7b\xfb\x23\x1a\ \xab\x7d\xc2\x5e\x97\x44\x35\xb8\xb3\x73\x8f\xf8\xee\x7d\x3a\xb3\ \x9c\xb5\x54\xf3\xc1\xde\x55\xfc\x38\x67\x77\x32\xa2\xed\x78\xe4\ \xad\x26\x4e\x23\x60\x6f\x38\xe2\xc5\x17\xbf\x8e\x10\x1e\x12\x9f\ \x5c\x28\x06\xa3\x31\xb3\x24\x7a\xa0\x55\xea\xc6\xe6\x26\x59\x31\ \x7a\x59\xb6\x14\x55\x8e\x53\xed\x1b\x44\x81\xfe\x71\x03\x8f\x38\ \x4a\xb8\xf5\xce\x37\x18\x4f\x52\x76\xf7\xee\xf1\xf6\x3b\x6f\x15\ \xb2\x16\x2e\xdd\x7e\x17\x47\xc0\x68\x38\xe4\xd5\x57\x5f\xe3\xed\ \xb7\x6f\x55\xaa\xb9\xf5\x59\x70\xb9\x78\x2f\xc7\x54\x52\xca\x02\ \x08\xb2\x98\x4c\xca\xdf\x95\xb2\xaa\xd1\xcb\xa4\xcb\xe1\x70\xc8\ \xce\xce\x4e\xe5\xd9\x9d\x66\x31\x7b\x47\x31\xf7\xf7\xf6\x38\x7b\ \xf6\x3c\x2b\xbd\x55\x92\x28\xb1\xec\x67\x29\x49\x93\x98\xed\x73\ \x67\xd8\xea\xf5\x2d\x97\x40\x79\x78\x61\xd3\x0a\x37\x96\x15\xa1\ \x5e\x14\x14\x54\x8e\x83\x9f\x2f\x1a\xb3\x59\x6b\x04\x2b\x8c\xe9\ \xba\x5e\x35\xb2\xb3\x6c\x25\x2b\x23\xaf\x73\x6b\x55\xad\xb5\x21\ \x8e\x13\xe2\x64\x86\xeb\x0a\xb4\xb1\xbe\xf0\x8e\x70\x2a\xf4\x92\ \xac\xed\x83\xca\xf1\x56\x7d\xf4\xf4\xe0\xee\x75\xab\xa0\x5d\x2a\ \xe3\x96\x86\x6e\xa5\xa5\x43\x39\xbe\x2b\x41\x11\x52\x52\x41\x63\ \x4b\x72\x66\x5d\x97\xaa\x0c\x92\x42\x28\x7c\xbf\x41\xe0\x0b\xdc\ \xc2\xd3\xbe\xbc\x8e\xca\x2e\xd2\xee\xb5\xc0\x2b\x94\x2c\x96\xfd\ \xd1\xcb\xef\x69\x47\x9f\x82\x76\xa7\x4d\x6e\x0a\xc2\x64\x96\x12\ \xfa\x61\xd5\x65\xa2\xe7\x15\xbd\x23\xa5\xd5\x03\x2b\xfc\x58\x34\ \x9a\xac\x26\x0b\x8f\xd6\x28\x63\xab\x96\x52\xe5\xc0\xd4\x8a\x19\ \x51\xca\xdc\x97\x00\xe8\xa2\xc0\xa9\x46\x5f\x0b\xdd\xc2\x7c\x14\ \x55\x27\x58\x26\x69\x5e\x7d\xfe\xf2\x98\x2a\xd5\xa9\x18\xf1\x3a\ \xcf\xad\xc5\x41\x51\x28\x98\x3f\xa3\x43\xaf\xff\xdb\x7b\x70\x01\ \xaf\xe9\xb4\xdb\x24\x49\xc4\x3f\xfd\x27\xff\x84\xa3\x61\x02\x6e\ \x8b\xc3\xa3\x01\xb3\x28\x61\x65\xb5\x43\x92\x69\xb2\xc2\xb7\xba\ \x49\xc4\x53\xef\x7b\x88\x87\x1e\xba\xc6\x60\x34\xe5\xfb\x7e\xf0\ \x93\xf8\xad\x35\xbe\xf6\xd5\xe7\x79\xfa\xa9\xa7\xb8\x7a\xed\x71\ \x0e\x3d\xc5\xde\x68\x84\x14\x67\xd9\x79\x63\xc0\xab\x3b\x86\x6b\ \xd7\x3f\x42\xb0\x7e\x8d\x09\xf7\x59\xbb\xda\x42\xf4\x2f\x22\xe3\ \x98\x60\x43\xb0\x3b\x4e\xb8\x37\x38\x60\xef\x60\x9f\x6e\xd8\xa6\ \xd5\xed\x92\x2a\x89\xbf\xb6\x42\x74\x2f\xe1\x20\x4d\xe8\xc4\x31\ \xf9\x7a\x8f\x71\xdf\xc5\x73\x5d\x76\x5c\x83\x0c\x12\xde\xd4\x53\ \xa2\xc9\xdb\xa4\xf7\x6f\xd2\x0e\xbb\x4c\xcf\xb5\x58\xff\xc1\x27\ \x91\x3b\x13\x1e\xde\xba\xcc\x93\x4f\x3e\x81\xeb\xb9\xdc\xb9\x73\ \x07\x4c\x4e\x9a\xc4\x28\x04\x2b\xad\x36\xca\xe4\xbc\xfe\xda\x2b\ \xec\x0d\x8e\x69\x75\xda\xfc\xee\xef\xfe\x2e\x8d\x30\x20\x4e\x63\ \x2e\xdf\x78\x82\x24\xc9\x98\x4d\x63\xa6\xc3\x09\x5e\xe0\xd3\x5b\ \x75\x69\xf8\x82\xfb\xc7\x13\x7a\xd2\x23\x41\x31\x1b\x4e\xd1\x46\ \x70\x3c\x9c\x72\x7f\x77\x8f\x76\xa7\xcb\xf5\x27\x9f\x82\x49\xcc\ \x70\x34\xe6\xce\xd1\x84\xa3\x77\x77\xc9\xb3\x8c\x7c\x62\x08\xf3\ \x90\x76\x66\xd8\xc8\x25\x0f\xb5\xda\xb4\xda\x8a\x1d\x56\xa1\xd1\ \xe4\x73\xcf\x3d\xcf\xed\x17\x9e\x63\xe5\xca\x15\x36\xb6\xd6\xc9\ \x62\x81\xd6\x92\xcc\x48\x52\x51\xbb\x41\x1e\xd0\x02\xde\x55\x0e\ \x3a\xb5\xbb\x07\x2d\x75\xa5\x4d\x04\x20\x85\xb4\x98\x7d\xa1\xc8\ \x75\x86\x74\x24\x1a\x83\x08\x3d\x1c\x57\x91\x65\x31\x4a\xf9\x44\ \xf1\x14\xcf\xf3\x59\xe9\xaf\x30\x18\x8d\xf0\xc2\x90\x6e\xaf\x47\ \x34\x8b\x98\x45\xb3\x6a\x4c\x55\xd9\x25\x8b\x52\xd1\x80\xda\x78\ \x47\x01\xa6\x4a\x68\xcb\xd2\xdc\x2c\xa9\xe6\x96\x37\xf1\xde\xde\ \x3e\x79\x9e\xb1\xb9\xb9\x69\x03\xb1\xd0\xa0\x32\x0e\xf6\x0f\xb8\ \xf9\xfa\x4d\x5a\xcd\x2e\xab\xfd\x55\xbb\x83\xc8\x73\xba\x9d\x96\ \x95\xed\x99\x4e\x08\xc3\x26\xae\xdf\xc0\xe8\xac\x48\x66\xa0\x75\ \x8e\xce\x34\x88\x84\x34\x8d\xc9\x35\x90\x1b\x94\xf2\x70\x9c\x79\ \x02\xac\x27\x16\x5d\x68\x28\x29\xe5\x01\xd6\x69\xd1\xf7\x7c\x84\ \x70\x90\xc2\x41\x0a\x45\x1a\x66\x18\x3a\x08\x91\x23\xa5\xb1\x16\ \xb6\x85\x89\x4c\x39\xab\x2f\x1a\x07\x72\x5d\x18\x3e\xe5\x9a\x38\ \x8e\xe8\x76\xba\x0b\xfa\x4f\xff\x9f\x3b\x13\xc7\x8e\x2a\x4b\xcd\ \x2c\xd7\x71\x0a\x0b\xeb\x62\x01\x5c\x4b\x5e\x8e\x53\x04\x6a\x6d\ \x89\xa4\xa6\x58\x38\x8b\x22\xf1\x97\xb6\xb8\x4a\x3a\x15\xd2\xb0\ \xce\xbf\x28\xab\xf2\x4a\x3d\xd8\x58\x32\xa0\xac\xa9\x4e\x97\xb2\ \x2a\x65\xf5\xdf\xed\x76\xad\x0d\x80\xce\xc8\xc9\x51\x42\x56\x6a\ \xbd\xa6\x90\x44\x41\xcf\x2b\x7b\x25\x04\xb9\xce\xed\xef\xc5\xaa\ \x4d\xd5\xaa\x7d\xa9\x14\xe4\xa6\x50\x6d\x70\xd0\x66\x2e\x11\x63\ \xb4\x45\x24\x98\x02\xed\x69\xc7\x7a\xb2\xf0\x6b\x72\x16\xc6\xb2\ \xf5\xef\xa5\x0b\x17\xce\xaa\x93\x41\x55\xa0\x81\x72\xe7\x15\xc7\ \x51\x55\x04\x95\xc7\x20\xcd\x53\x74\x75\xff\x5a\xd6\x7d\xb9\x7b\ \xaa\x27\x67\x7b\x0f\xbe\x07\x79\x26\x8e\x52\xec\x1c\x1c\x71\xeb\ \xfe\x21\xa3\x28\x23\xce\x0c\x93\xf1\x31\x42\x08\xba\xed\x36\xfd\ \x5e\x0f\xa5\x04\x8e\x30\x18\x2d\x09\x75\xc2\xeb\x37\xdf\xe5\x8d\ \xb7\x0e\x19\x25\x9a\x57\xef\xc4\xf4\xd6\xcf\x30\x38\x3c\xe6\xbf\ \xfa\xcf\x7b\x5c\xdd\xea\xf3\xc2\x1b\x77\x08\x82\x0e\x61\xff\x12\ \xbf\xfc\xfb\xbf\xce\x1b\xdf\xb8\xcb\xf7\x35\x1e\xe5\xae\xca\x39\ \x1c\x68\x1c\x77\x9d\x77\xdf\x98\xd1\x0c\x02\x06\x6c\x93\xe5\x31\ \xad\xbe\x60\x78\x3c\x43\x3a\x0e\xdd\x4e\x9b\x71\x32\xa3\xeb\x36\ \xd9\x60\x1d\x1d\xb8\x8c\x43\xc9\x50\x48\x82\xf5\x0d\xae\x5c\xbc\ \xc2\x6c\xf7\x88\xde\xd9\x75\x9e\xfd\xca\xef\xf3\xe6\xf0\x1e\xcd\ \x4e\x93\xa6\x8a\x71\x8c\x43\xd0\x70\xc8\x98\xf2\xe4\x93\x57\xb8\ \x7a\xa1\x87\x63\x0c\x9b\xe1\x26\x99\xce\x89\xe2\x1c\x27\x68\xe1\ \xb9\x2d\x66\xb3\x94\x2b\xe1\x2a\x57\x74\x86\x13\x38\xe4\x4a\x23\ \x5c\x49\x94\x65\x78\x41\x8b\xc9\x68\xc6\xdd\x3b\x77\xb8\xea\xfb\ \x98\x3c\xa3\xdd\xed\x90\xe4\x29\x5f\xff\xda\x73\xec\xdf\xb9\xc5\ \xde\xfe\x01\x5f\xf8\xc2\x97\x69\xb4\xdb\xcc\x8a\x39\xf2\xd6\x5a\ \x9f\xef\xfe\xd8\x33\x3c\x72\xed\x3a\x49\x14\x71\x6b\x77\x97\x17\ \x5f\x7b\x8d\xaf\xff\xf1\xb3\x64\x7b\x03\xb6\xfc\x3e\x9d\x3c\x23\ \x38\x4a\x08\xbd\x9c\xf5\xb0\x4f\xde\x76\x79\xf5\xde\x98\xfd\xfd\ \x88\xdf\xfc\xea\x17\x11\xfd\xaf\x62\xa4\x6b\xa5\xc7\x8d\x44\x2b\ \x49\x24\x73\xeb\x95\xcd\x03\x84\x89\x4a\x69\xad\x59\x95\x42\x49\ \xb7\xaa\x32\x4b\xd7\x3d\x8c\x0d\xb0\xb9\xd6\x56\x12\x3e\xb3\x15\ \xd8\xda\xda\x3a\x77\xef\xde\x67\x3a\x8d\xf0\x3d\xbf\x18\x85\x29\ \x6e\xbc\xef\x31\x8e\x07\x03\x0e\x8f\x8e\xf0\x02\x0f\x83\x2e\x96\ \xcb\xe0\x96\xac\xde\x62\x16\x2c\x0a\xd4\x9c\xf5\xca\x90\x27\x66\ \xc8\x16\xc2\x6a\x1f\x63\x84\x58\xb8\xb9\x4a\x59\x72\x63\x72\x7c\ \xdf\x23\x08\x7c\xd6\x56\xd6\x90\xbe\x22\x4a\xa6\xcc\xa6\x31\xad\ \x86\xc0\x75\x3c\xc6\xa3\x63\xeb\xe7\x6e\x0c\xfb\xfb\x7b\x1c\x1c\ \xec\xf1\xc4\x13\x37\x78\xe8\xa1\xab\xe8\x5c\x5b\x56\x3f\xd6\xd0\ \x4d\x48\x41\x9a\x66\xf8\x41\x50\x8c\x3a\x0a\x4b\x81\x62\x11\x2b\ \xab\x7d\x4e\x81\x24\xab\x71\x02\xf2\x5c\x17\x1f\xd1\xb3\x01\x4b\ \x6b\xb4\xb6\x23\x19\xcb\x92\xb6\x3a\x72\x59\xa6\xed\xa2\x5e\x18\ \x94\xb4\x10\x66\xb4\x25\xb6\x59\x1c\x91\x53\xc9\x8f\x5b\xd4\x91\ \x7a\xa0\xf7\x7b\xd9\xe9\xb9\x85\x21\x94\x94\x12\x81\xa8\x6c\xaa\ \x4b\x5a\xac\x14\x02\xa9\x8a\xae\x30\xcf\xc9\xb5\xa9\x14\xbb\x95\ \x12\x48\xe5\xd6\x92\x4f\x6d\x64\x63\xec\xf7\xb3\xb2\x20\x6e\x11\ \x60\xad\x7e\x95\xeb\x7b\x08\x93\xa3\x6a\x24\xbd\x72\x7c\x56\x16\ \x32\x79\x91\xa4\x7c\xd7\xb7\x24\x43\x29\x2d\x08\xc2\x66\x89\x5a\ \x41\x22\x40\x1b\xab\xd8\x5b\xc0\xc1\x31\x05\x02\x10\xac\xd6\x98\ \x10\x48\x04\x46\x6a\xdb\xcd\x88\xb9\x53\xa9\xc2\xf2\x91\x6c\x40\ \x07\x74\x8e\xce\x75\xd5\xb5\xcc\x27\x00\xc2\xba\xc9\x0a\x59\x05\ \x7f\x51\x20\x16\x8d\xd6\xe4\xba\x60\xc0\x5b\x27\x31\x0b\x2e\x31\ \x06\xcf\x0f\x70\x5c\x17\xd7\xf3\xd1\x26\xb7\x88\x45\xed\x2c\x40\ \x86\x8d\x31\xf3\xb1\xa6\x01\x6d\xac\xe6\x9f\xd5\x13\xe3\xcf\xbd\ \x1f\xfd\x36\x52\x0d\x16\xcc\xd2\x9c\xbb\x47\x11\xdb\x57\x1e\x61\ \x7f\x6f\xc0\x9b\xcf\x3e\x8f\xe3\xf8\x5c\xb9\xf8\x10\x9e\xef\xda\ \x8b\x25\x08\x18\x4f\x52\x66\x79\x40\xa2\x1c\x76\xee\x8f\x18\xa6\ \x82\x69\x2b\xc6\x1b\xde\xe7\xe2\xb9\x2d\xfa\xdb\x17\x68\x9c\x5b\ \xe3\xc6\xf7\xff\x10\x81\xdf\xe6\xc5\x6f\x1c\xf1\xa7\x6f\xef\x91\ \xd3\xe7\xb7\xbf\xfa\x0e\xdd\xb7\xf6\xb9\xfe\xe8\x45\x9a\x0d\xf0\ \x44\xc6\xee\x9b\x6f\x93\xa7\x39\x0f\x5f\xdc\x46\x0a\xcd\xd9\xcd\ \x73\x78\x26\xa3\x21\x05\xcd\x56\x83\x71\x9e\x31\x18\x1b\xde\xb9\ \xf3\x36\xdb\x4f\x3c\x8a\x9f\x4b\x72\x26\x0c\xc6\x23\x46\x83\x29\ \x9d\x0d\x9f\x27\x1e\x7e\x8a\xec\xde\x2b\xa8\x15\x97\x50\x49\x9a\ \xe3\x8c\xd6\xee\x80\xa3\x74\xc2\xde\xed\x17\x70\x8e\x6e\xd1\x12\ \x82\xe9\xf1\x90\x0c\x87\x51\xa2\xc9\x54\x13\xe5\xf6\x48\x33\x9f\ \x3c\x31\x34\x9a\x2e\x87\xd3\x43\x8c\x2f\xc9\x5c\x41\xee\xb8\x1c\ \x1c\x8d\x39\x3e\x1a\x92\x4e\xa7\x3c\x7c\x79\x9b\x47\xae\x9c\xe3\ \xe5\x37\x5f\xe2\x1f\xff\xd2\xaf\xb0\x77\x67\x87\x95\x8e\x47\x9a\ \xe5\xdc\xde\xd9\x27\x13\x10\xb6\x3a\x64\xf1\x14\xdf\x7b\x84\x20\ \x34\xdc\x7a\xf7\x55\xd6\xcf\x6c\xb1\x79\xa1\xcf\x77\x7d\xfc\xa7\ \x19\xff\xa5\x1f\x65\x7a\x14\x21\x6e\x1d\x32\xfb\xe3\x97\x38\xf8\ \xf2\xcb\xdc\xbf\x7d\x80\x8a\x52\x44\xb3\xcd\x85\x8b\x97\xf9\xe9\ \x4f\x7c\x92\xbd\xdf\xdc\xe2\x33\x5f\xfe\x12\x83\xbd\x01\xfd\x56\ \x93\xe9\xec\x98\x44\x64\x44\x2a\x25\x4e\xe3\x07\xba\x33\x41\x2a\ \x8c\x50\xe4\x08\x24\xb6\x0a\x4d\xcb\x0a\x0c\x41\x9e\xeb\x4a\x92\ \x3b\x4b\x6c\x20\x34\x26\xe7\xd2\xa5\xab\xb8\x6e\xc0\x74\x3a\x23\ \x89\x13\x6e\xbf\x7b\x9b\xc9\x78\x4a\x12\x25\x76\x6f\xd1\x08\x0a\ \x79\xf0\x11\x06\xfb\x9c\xd9\xcc\x9a\x08\x59\x22\x98\x83\x12\x0a\ \x93\xdb\x20\x9a\x9b\x32\x57\xd8\x24\xa3\x6b\x23\x58\x63\x0c\x46\ \xaa\xe2\x46\x15\xd5\x2c\x5a\x29\x3b\x92\xf0\x7d\x97\x5e\xaf\x4b\ \xbb\x6b\x11\x44\xdf\x78\xeb\x0d\x3c\xe5\x12\xcd\xac\xac\xbb\xd6\ \x29\xd3\x49\x54\x74\x3c\x76\x9e\xee\xf9\x9e\x05\x80\x94\x09\xca\ \x58\x7d\x1c\x71\x02\x41\x23\x2a\x33\xa9\x3a\x48\x40\x1b\x53\x05\ \x79\x21\x45\x6d\x06\xae\x16\xaa\x4e\x5b\x8c\x17\x0b\xdc\xd4\x7e\ \xab\x2c\x87\x3c\xce\xec\x7e\xa5\x08\xb2\xe5\xaf\x12\x42\x5d\x56\ \xc1\x79\xed\x58\x3c\xa0\xc6\xc4\x5a\xd2\x2a\xc7\xfe\x5e\xdb\xd7\ \x18\x20\xd3\xc6\xa2\xb8\x84\x4d\xe0\xb9\x86\x34\x4b\xe6\xa3\x97\ \x22\xf1\x9b\xdc\x54\x22\x89\xc6\x80\x92\x12\x6d\x2c\x7f\x43\x28\ \x5b\xd9\x23\x21\x37\xd6\x58\xaf\xec\x10\x72\x93\xe3\x0a\x31\xef\ \x68\x8a\x2e\x58\x95\xc6\x51\xc5\x58\xb1\x1c\x31\x49\xa1\xac\x7a\ \x45\xf1\x1c\xe5\x38\x54\x97\x4a\x91\x24\xec\x39\xb3\xe7\x40\xe8\ \x22\x71\x69\x0d\x05\x49\x39\x2f\xce\x45\x19\xac\x35\x35\xa3\x2a\ \x55\x40\xa2\x95\xc0\x59\xda\x5f\x98\x22\xd1\x68\x63\x97\xe1\xf3\ \x7e\x82\x2a\xa9\x18\x2c\x7b\x3d\x2b\x21\xc2\xe5\xf3\xa5\x2d\xca\ \x32\x9d\x17\x09\x62\x6e\xdd\x5b\xbe\x50\x95\xc4\xea\xaf\x67\x58\ \x00\x02\xbc\xe7\x3a\x13\xd7\x75\xb8\x7d\xfb\x5d\xfe\x8f\x7f\xf6\ \xcb\xfc\x8d\xbf\xf2\x69\x7e\xfc\x27\x7e\x92\x3f\xf9\xd3\xaf\x11\ \x36\x1a\x24\x3a\x43\x1a\xbb\xfc\x74\x03\x1f\xe2\x09\xc6\x77\x18\ \xa7\x09\xfe\x7a\x8b\xcb\x2b\x5b\x9c\xbf\x7c\x85\xe3\xf1\x98\x87\ \x9f\x7c\x94\xb3\x97\xce\x20\x55\xce\xc6\x43\x17\xd0\xb8\xfc\xcb\ \x7f\xfc\x8b\xa4\x81\xa6\xd9\xea\xa0\x95\xe1\xf5\x77\x5f\x27\x53\ \xc7\x9c\xdf\xee\x91\xce\x46\x9c\xd9\xd8\x62\x7b\x7d\x8b\xf8\x68\ \x40\x9e\x26\xb8\x12\x9a\x7e\x88\x2f\x61\x3a\x9b\x20\xa5\xa0\xe5\ \xfb\x78\x49\x4c\xbf\xd1\x24\x9b\xe4\xe4\x12\x12\xed\x70\x9c\x6b\ \x7e\xe3\xb3\x9f\xe5\xdc\x23\xe7\x58\x6b\x36\xe9\xf7\x1a\x44\xc7\ \x07\xac\x04\x0e\x8f\x3d\xf9\x28\xdf\xf3\x37\xfe\x3a\xee\xde\x21\ \x5f\xff\x83\x2f\x32\xdc\x3b\x22\x74\x43\x9a\xa1\xc7\x85\xcd\x4d\ \x94\xdf\x60\xf7\xf6\x0e\x5f\xfd\xd2\x9f\x20\x55\xc0\xdd\xa0\xc1\ \x30\x8b\x59\xbf\xb0\xc5\x44\xe6\xe4\xd2\x23\x4d\x25\xd9\x30\xa2\ \xe5\x05\xec\xbf\xf5\x0e\xad\x2c\xe2\x8d\x97\x5f\x63\xef\x9d\x1d\ \x42\x05\x2a\xd3\x74\x1b\x4d\xb6\x1e\xdf\x20\xd2\x70\x38\x18\x11\ \xac\xf6\xf9\xe1\x8f\x7d\x3f\xe7\x37\xb7\xd8\x3b\x3c\x22\x8b\x13\ \x06\xc9\x8c\x83\xf1\x80\x54\x19\x9a\xe7\xfa\x84\x5b\x2b\xb4\x2e\ \xae\x71\xf6\x87\x3e\xcc\xce\x2b\xdf\x60\xf8\xc6\x6d\x9c\xe3\x29\ \xdd\xab\x17\xb9\xa3\x24\xff\xc9\xdf\xff\x4f\x69\xff\xf3\x2d\xfe\ \x9f\x5f\xf9\xbf\xe9\x07\x21\x9d\x8d\xb3\x0c\x93\x31\xc3\x7c\x46\ \xc3\xf5\x1f\xa8\xeb\x5e\xdd\x70\x08\xb2\xaa\x5b\x11\x27\x60\x8b\ \x40\x8d\xdd\x1b\x04\x21\x6b\x6b\xeb\x15\x27\xe1\xee\xbd\xbb\x48\ \x29\x39\x38\xd8\xc7\xa0\x0b\x4f\x17\xcb\x33\xc9\xf3\x9c\xe9\x64\ \x52\x2d\x97\xa5\xa3\xd0\xc6\xa7\xe1\x87\x84\x8d\xc6\x89\x11\x58\ \x52\x70\x17\xea\xfe\xde\x5a\x9b\x2a\x00\xd5\xe1\xaa\xa5\x4c\x7e\ \x1c\xc7\xec\xed\xed\x71\x70\xb0\x8f\xeb\xb9\x6c\x6e\x6c\xf0\xda\ \x6b\xaf\x55\x5c\x8d\x72\x94\xb2\xb2\xba\xc2\xf6\xd9\x6d\x1a\x8d\ \x86\x15\xac\x14\xb2\xaa\x8c\x4b\x09\xa9\x45\x57\x00\x00\x20\x00\ \x49\x44\x41\x54\xb8\xee\xa9\xc9\xda\xcc\xf9\x08\x0b\x11\xa1\x0a\ \x3a\x66\x61\x14\x55\x5f\xae\x2e\x73\xba\x44\x89\xa8\x92\x0a\x63\ \xe4\x42\x95\x5a\x26\x9e\xf2\xb9\x79\xae\xab\x60\xfc\xff\xd7\xbe\ \x54\xd7\xed\x69\x4d\x41\xec\xad\x1d\x87\x05\x94\x93\x90\x0b\xa3\ \x48\x21\x24\x26\xd7\xc4\x59\x8e\x29\x98\xe3\xcb\xc8\xaf\x8a\x9f\ \xa2\x35\x46\x08\xab\x79\x67\x16\x8f\x59\x1d\x31\x55\x5e\x97\x75\ \x5b\xdb\x12\x39\x55\x1a\x70\x95\x9f\x6d\xce\xd3\x10\xa7\xee\x7c\ \xea\xaf\x5f\x16\x45\xba\xe2\x95\x88\x4a\x38\x52\x2c\x15\x2f\xa5\ \xef\xbd\x10\x12\x51\x3f\x87\x82\x05\xdf\x93\xaa\x8b\x5e\x3a\xef\ \x8b\xcb\x7c\xb3\xb0\x52\x28\x3f\x63\x7d\x8c\x5b\xbf\x5e\xea\x89\ \xeb\x3d\x97\x4c\x84\x94\x0c\x8f\x47\x7c\xea\x93\x9f\xe0\xe7\xfe\ \xd6\xdf\xe6\xec\xf6\x05\x7e\xe2\x2f\x3e\xcf\xbf\xfe\xcc\xef\x90\ \xe5\x86\x69\x92\x90\xe5\x19\x49\x9a\x10\x34\x42\x8e\xc7\x11\xe3\ \x28\x67\x75\x6b\x0b\xb7\xd5\xe1\x70\x12\x71\xfd\xf1\x27\xf9\xf4\ \x4f\xff\x34\xc2\x51\xc4\x1a\x1c\x13\xf0\x4f\x7f\xe1\x17\x78\xee\ \xb5\x57\x51\xad\x06\x47\xb3\x29\x71\x14\x23\xd0\xec\x1c\xec\xb1\ \x71\xa6\xc3\xa3\x8f\x3d\xce\x5a\x6f\x85\xe3\x83\x63\xb2\x34\xe5\ \xfc\xd9\x2d\x3a\x9e\x4b\x7c\x74\xc4\x78\x60\xad\x4d\x73\x09\x1b\ \xbd\x15\xae\xdd\x78\x82\xef\xfd\xe0\x77\xf1\x27\x7f\xf2\xa7\xbc\ \xfe\xd2\x4d\x5e\x3c\x7c\x87\x97\x5f\xbb\xc9\xf1\x64\xc8\xfd\x37\ \x5e\xa3\xd3\xca\xb9\x3d\xdd\xe7\xbb\x9f\x7e\x82\xf7\x5d\xbe\xc2\ \xe6\x5a\x9f\x83\x77\x5e\xa1\xbd\xda\xe7\x89\x4f\xff\x08\x52\x06\ \x38\x5e\x03\x8e\x06\x10\x78\xe0\x08\x56\xdf\xe9\xb2\xba\x3e\x45\ \xaa\x06\x3a\xdc\x26\x5f\xdf\xa2\xb7\xda\xe1\x8f\xff\xf0\x0f\xb8\ \xf9\xce\x3d\x2e\x9d\xbf\xc2\x2c\x32\x8c\x8f\x27\x74\x1b\x1e\x3b\ \xf7\xee\x62\x84\xe2\x2f\xfc\xf8\x8f\xb2\x7b\xf7\x16\x5b\xfd\x0e\ \x1b\xeb\x6b\x4c\x33\xcd\x70\x96\xf1\xf9\x2f\x7e\x89\x9d\x7b\x77\ \xb8\xfe\xc4\xe3\x4c\x93\x18\x33\x8d\x71\xbd\x90\x8b\x2b\xeb\xe8\ \xd1\x84\xaf\xbf\xfa\x0a\x8d\x4e\x87\x0f\x3d\xf5\x0c\xc9\x56\xc6\ \xa8\x21\xf1\xd7\xae\xb3\xf9\xa1\xf7\x91\xee\x1c\x91\x35\x1c\xf6\ \x6f\xbf\xc9\x9d\xd7\x5f\x66\xef\x70\x8f\x33\x5b\x5b\xe4\xc3\x29\ \x2b\x9d\x3e\x17\x57\x2e\x92\x39\xd0\x6e\xb6\x1f\x28\xcf\xa4\x94\ \x0a\x5f\xa8\x9c\x6a\x37\x42\x99\x6c\x74\x81\x76\x2a\x6f\xfa\xdd\ \xdd\x5d\x8b\x92\x29\x76\x17\xe5\xeb\x48\x29\x71\x7d\xa7\x80\x7d\ \x26\xcc\x4a\xbf\x87\x0a\x8c\x6f\x47\x03\xb3\x59\x44\x3c\x8b\x38\ \xae\x6a\xcc\x5a\x17\x80\x98\x1b\x33\x95\x37\xb7\x50\x27\x04\x2e\ \xa5\x58\xd4\x4e\x5a\x5b\x5b\xc3\xf7\x03\xf6\xf6\x77\x0b\x99\x8d\ \xd9\x5c\x93\x8d\xb9\x85\x6c\x9e\x59\x66\xf3\xea\xca\x1a\x8d\xb0\ \xb1\xe0\xcd\xfd\xcd\xaa\x42\x41\xd9\x2d\x98\xda\xe4\xc1\x14\x23\ \x21\xb3\x10\xc8\xea\x52\x34\x75\xb0\x80\x0d\x42\xc5\x98\x06\x69\ \x5d\x47\xb5\x58\x78\xcc\x22\x8b\xdf\x42\xa3\x85\x14\x0f\xf4\x7e\ \xaf\xa3\x93\xea\x23\xc5\x65\xe0\x83\xdd\x99\x38\x0b\x41\xb3\x4c\ \xe0\x65\x32\x29\x5f\x47\x6b\xbb\xcb\xa8\x2b\xe7\xd6\x89\x8e\xa5\ \xbc\xba\x52\xca\x76\x81\xcb\x5d\x40\xb1\x37\xa8\x3a\x12\x39\xef\ \x04\xcb\xe5\x7d\x79\xbd\xd6\x17\xd4\x65\xb0\xb6\xe0\x0c\xb1\x00\ \x4e\x11\x4b\x09\x71\xfe\xf8\xda\x77\x2c\xda\x03\x5d\x4b\xe6\xf3\ \xa2\xc0\x9e\xdd\x3a\xb1\xf0\xb4\x42\xa1\x54\x9d\x5e\x7e\xcc\xf2\ \xc8\xf6\xb4\xeb\x6c\x59\xdf\x4b\x08\x51\x58\xa2\xbf\x47\x17\xf0\ \x71\x1c\x73\xf9\xf2\x15\x9e\x79\xea\x43\x7c\xf0\x99\x8f\x12\xc5\ \x29\x8f\x5c\x7f\x8c\xdf\xfe\xdd\xcf\x11\x65\x31\x57\x2e\x3d\x44\ \x7f\xb5\x47\xa3\x70\xb5\xbb\xf9\xd6\x0e\xfd\xb5\xb3\xcc\x52\xcd\ \xcd\x37\xdf\xe6\x78\x12\xd3\x79\xe7\x18\xa5\x1a\xe4\xc0\x78\x2a\ \xf8\xdf\xfe\xd7\x9f\xe7\x77\x3e\xf7\x59\xee\x0e\x27\x18\xed\xd2\ \x69\xaf\x92\x25\x0e\x8d\xc0\xb7\x46\x55\xb4\x58\xe9\x9e\xe3\x37\ \x7e\xed\x5f\xd0\x0c\x9a\x3c\x73\xe3\x32\x06\xdb\x22\x4f\xa2\x19\ \xca\x71\x79\xe8\xfc\x39\x0e\x06\x43\xde\x3d\xd8\xa3\x17\x36\xe8\ \x75\x7b\x3c\xfd\xc8\x13\xac\x1c\x07\xfc\xef\x9f\xf9\x3f\x99\x4c\ \x86\x9c\x3f\xb7\xc1\xb6\xef\xf1\x68\xcb\xc3\xcc\x66\xbc\x7f\xaa\ \x71\x6f\xbe\x89\xbb\x31\xc0\xed\x77\x90\x8d\x26\xca\x8d\x88\x0e\ \xf7\x39\x3c\x38\x44\xc7\x11\xd9\xe0\x88\xa3\xa3\x3d\x46\x07\xfb\ \xac\x04\x1e\xd3\x38\xe7\xc0\x3d\xe0\x1b\x7f\xfc\x39\x3e\xf9\xa9\ \x9f\xe0\xfc\x23\x97\xf9\xc5\xcf\x7c\x86\xfc\xd5\x6f\xd0\x68\xac\ \x11\x47\x39\x9e\x92\x1c\x0f\x76\x71\x1c\x97\xd5\xfe\x0a\xd7\xce\ \x9e\xe7\xa1\x0b\x67\x98\x8c\x87\x34\x3c\xc9\x6a\xb7\xc1\xee\xa5\ \x8b\x1c\xee\xbc\xcb\xd9\xb5\x0d\x48\x73\x42\xcf\x65\x7b\x6b\x8b\ \xa3\xe1\x90\xdd\x9d\xbb\xf4\x71\x58\xef\xac\xe0\x39\x0a\xaf\xd3\ \x27\x6f\x76\x98\x8d\x26\xa0\x41\xae\x34\xc9\x85\xe1\xc2\xf9\x0e\ \x6a\x7f\x97\x0f\x9b\x94\xcb\x17\x2e\xf2\xc2\x1f\x3d\xcb\xee\xe1\ \x11\xeb\x57\x2f\xa2\x5d\x45\xfe\x40\x4c\x7b\x17\x2b\xd3\x7f\x53\ \x5b\x5d\xce\x9d\xf3\xa2\x62\x2c\xbd\x1a\x3c\xcf\x63\x3a\x9d\x12\ \xc7\x31\x41\x10\x90\x14\x58\xfd\xc9\x78\x42\x92\xa6\xc5\x64\x34\ \xc4\xea\x40\xe5\x80\xa8\x96\xbe\x65\x75\xa8\x84\xc0\x68\x6a\x70\ \xcc\x39\xd7\x82\x0a\xf9\x02\x14\xd0\xe0\xf9\x08\x42\x57\x63\x17\ \xad\x0d\xc3\xe1\x88\x38\x4e\x2a\xd6\xf6\xf1\x70\x88\xef\x85\x15\ \x4b\x5d\x48\x41\x18\x84\xf8\x81\x8f\x52\x0e\x49\x9c\x5a\x43\x2c\ \x95\x9c\x08\xf8\xa7\x76\x70\xc5\xa8\xc7\x60\x2a\x60\x42\xd5\x69\ \x29\x59\x4b\x80\xa6\x9a\x7f\x57\x8e\x7d\xb5\x20\x5e\x05\x18\x09\ \x49\xcd\x3a\x77\x61\x0f\x50\x3b\x37\x65\xf2\x7b\x70\x95\x63\x71\ \x5c\x8d\x3e\x11\xc8\xf2\x53\x3c\x34\xea\x84\xc9\x32\x49\x94\x1c\ \x91\x3a\xda\xc9\x71\x14\x9e\xef\xa1\xa4\x3a\xf1\x3d\xea\x5d\x67\ \x99\x90\xa9\x55\xe7\xf5\x04\x57\xbe\x5f\x5d\xde\xbd\x3c\xae\x75\ \x9d\x2b\x4e\x74\x12\xf2\xc4\xbf\x9d\x96\xd4\xeb\xc1\x7e\x79\xb1\ \x7e\x22\x61\x94\xd7\xdf\x52\xe7\x78\x5a\x22\xd4\xa7\x3c\xee\x44\ \x57\xb4\xd4\xd1\xe8\x53\xf8\x26\x25\xf0\xe2\x5b\x05\x5c\x7c\xdb\ \x24\x93\x2c\xcb\x38\x7f\xee\x3c\x9d\xa0\x45\x9a\x1b\x94\xe7\x11\ \x86\x4d\x36\x36\x37\xe9\xad\xf4\xf8\x2f\xfe\xcb\xff\x8c\xf7\xdd\ \xb8\xce\xee\xc1\x2e\xff\xf0\x7f\xfe\x47\x8c\x8e\x67\x24\xf1\x31\ \xcd\x76\x87\x50\x34\x31\x59\xc4\xdd\xb7\xee\xf0\xab\xbf\xf8\x9b\ \xfc\x47\xff\xe1\xbf\xc7\xff\xf2\x8f\x7e\x9e\xcf\xfc\xd6\x6f\xd1\ \xe9\x77\xf9\xd9\xbf\xfc\x93\x3c\xf2\xf0\x75\x92\x69\xc6\xdb\x6f\ \x7d\x83\xf1\xf0\x90\xc9\x60\x17\x95\xc0\xe4\x60\xc4\xc1\xce\x3e\ \x77\xc6\x77\xc8\x0e\xef\xf0\x5d\x1f\x78\x98\x91\xe3\xb0\xda\x6e\ \xf3\xd4\x77\x7c\x07\x81\xeb\x71\x3c\x1a\x73\xf0\x47\x5f\xe0\x68\ \xf7\x90\x64\xf7\x80\xfe\xc6\x39\x9e\x7c\xbc\xc5\xa5\x2b\x5f\xe4\ \x2f\xfe\xf0\xf7\xf1\x81\x0f\x7f\x07\x6f\x3c\xfb\x87\x88\xd7\x9e\ \xe3\xf1\xf7\x5d\xe1\x9d\xaf\x7d\x91\x70\xb5\x49\x1e\x49\xd6\x3b\ \x57\x70\xfa\x97\x78\xe7\x33\x9f\x61\xf8\xe2\x4b\xb8\xd1\x18\x91\ \x65\xa4\x52\x90\x49\x1f\x21\x5c\xf6\xd2\x94\x8b\x37\x9e\xe0\xd2\ \xf7\x7c\x88\xbd\xdf\xfe\x97\xa4\xae\xa2\xb9\xbe\xc6\xb3\x2f\xbc\ \xcc\x24\x0d\xc8\xf2\x90\x20\xec\x92\x24\x31\x8e\x63\xc8\x06\x47\ \x3c\xbc\xb9\xc1\x5f\xff\xf4\x8f\xb3\xd6\x68\x22\xa7\x53\x72\x21\ \x88\x31\xac\x36\x1b\x5c\xd9\x3e\xc7\x56\x7f\x85\xc1\xe1\x1e\x7b\ \xe3\x43\x56\x39\xc7\xbd\xe3\x7d\x3c\xcf\x25\x89\x23\x7a\x8e\x47\ \x7a\x6f\x0f\x29\x24\xb9\xeb\xe3\xcc\x22\xee\x0d\x07\xc4\x4d\x9f\ \xe6\xda\x0a\x5e\xd6\xa0\x99\xb4\xf9\xab\x3f\xf3\xd7\xf8\xb5\x7f\ \xf6\xcf\xf9\xdc\xef\xfd\x1e\x11\x39\x77\xc7\xc7\xf4\xd6\xd7\x90\ \xce\x83\xb3\xed\xad\x90\x44\x4b\x37\x68\xe5\x34\x57\xaa\x07\x17\ \x33\x69\x25\x20\x2d\x8a\x0f\x29\x25\xfd\x7e\x9f\x66\xb3\x59\xb9\ \x07\xae\xae\xae\x16\x89\xc2\x56\xec\x36\x61\x88\x4a\x92\xe3\xb4\ \xd6\xde\x94\x9e\x1e\x65\xc0\x29\x38\x0b\xb0\x7c\x03\xcb\x6a\xcc\ \x45\x0d\xc2\x59\xb2\xd0\x2d\xb3\xdc\x26\x2d\xa5\x04\x5b\x5b\x5b\ \x85\xc8\xa2\xb5\x6a\x2e\x17\xbc\xa5\x19\x96\xef\x7b\x95\x21\x51\ \xbd\x5a\x3c\x6d\xcc\x65\x8d\x9f\x64\x01\x44\x30\x16\x65\xa4\x6b\ \x01\x09\xb9\x90\x88\xea\xc0\x01\x0b\x19\xce\x2d\xaa\xad\x70\x32\ \xac\x2a\x54\x7d\xb2\x33\xa8\x07\x9d\xb2\xd0\xcb\x6a\x63\x9d\x07\ \x72\xce\x99\x8f\x85\x4e\xab\xe2\xeb\xdd\x51\xbd\x5b\xa9\xc6\x55\ \x45\x60\x2f\xff\x6e\x93\x8b\x3d\x6f\x99\xce\x4e\x74\x31\x75\x84\ \x97\x31\x06\x25\xec\x8e\xa4\x1e\xec\x97\x47\x59\x75\x12\x67\xbd\ \x8b\x3a\xed\xfa\xa9\x8f\xb9\xea\xa3\xd9\x52\x18\x74\xb1\x83\xb0\ \x7b\x72\x96\x12\xfc\xe9\x49\x60\x3e\xc2\x3c\x31\x0e\x5c\xfa\x4e\ \xa7\x25\x93\xba\xa7\xfc\x62\x67\x64\xbe\xc9\x78\xcb\xd4\xc6\x7d\ \xb2\x28\xa2\xde\x63\xc9\x24\xf0\x7d\x5e\x7e\xe5\x15\x7e\xff\x77\ \x3e\xc7\x7f\xff\x3f\xfc\x8f\x5c\xba\x76\x19\x04\x8c\xc7\x23\x1e\ \xbb\xf1\x3e\x9e\x7c\xff\x13\x04\x81\xcf\xaf\xfe\xda\x2f\xf1\x2f\ \x7e\xe3\x57\x69\x84\xeb\x9c\x3b\x73\x85\xe1\x3e\x1c\xec\xef\x93\ \x65\x39\x6b\xab\x2b\x7c\xe5\x0f\x7e\x8b\xff\xe6\xe6\x73\x7c\xfe\ \x73\xbf\xcf\x8f\xfc\xf0\xbf\xc3\xf7\xff\xe0\xf7\xf3\xfd\x3f\xfc\ \x71\x0a\xd8\x39\x98\x0f\xda\xb1\xbc\x4e\xd9\x79\xfb\x26\x5f\xf8\ \xfc\x1f\xf2\xe1\x27\x2f\xf3\xe6\xeb\xb7\xb8\x7f\xff\x5d\x66\xe9\ \x15\x0b\x11\x0d\x9a\x4c\x72\x48\x4c\x46\x2c\x25\x17\x1f\x7a\x84\ \xfb\x87\x87\x8c\x06\x23\x56\x1b\x2b\x8c\x3d\xc1\xfb\x7e\xe0\xbb\ \xf9\xc0\x27\x7e\x80\x8d\xc0\x25\xcf\x1f\x63\xa2\x06\x34\x9d\x94\ \x21\x31\x7b\x47\x87\x7c\xc7\x53\x57\x70\x6e\x3c\x0a\xe1\x36\x72\ \x63\x8d\xc1\x74\x9f\x0d\x07\xda\x6d\x0f\x1d\xb6\xb9\x35\x13\x84\ \x97\x6e\x70\xee\x03\x1f\x63\xfd\xdc\x65\xe8\x1a\x3e\xf6\xb1\x9c\ \xdf\xfd\xbd\x3f\xe0\xe2\x63\x37\x08\xdc\x1e\x51\xac\xc8\x74\x48\ \x3c\x73\x40\x3a\xe8\xdc\xe0\x34\x34\x53\x91\xb1\x33\xd8\x23\x68\ \xc1\xe1\xec\x18\xa3\x1c\xfe\xe4\xc5\x97\xd9\xd9\x3b\xe4\xc6\x87\ \xde\xcf\x40\x47\xec\x8c\x0f\xe9\x6d\xad\x70\x90\x8e\x39\xce\xa7\ \x98\x69\x86\x8e\x35\xdd\x95\x2e\xd3\xe9\x84\x9d\x3b\xf7\x10\x8e\ \xc3\xf6\xa5\x4b\x18\xa1\x79\xeb\x95\x97\xb9\x7e\xe3\x06\xeb\xfd\ \x15\xb6\x2f\x5c\x42\x18\xc1\x4b\xcf\x7e\x85\xa0\xc0\xd4\x0b\x23\ \x08\xfd\x86\x45\xfe\x3c\xc0\x2a\xd5\xf3\x3c\x8c\xb6\x1e\x17\x65\ \x65\x58\x72\x1f\xaa\x99\xaf\xce\x41\x2a\xb2\xcc\x22\xb3\x4a\x41\ \xc0\xf2\xa6\x28\x11\x39\x25\x6c\x39\xaf\x25\xa7\xfa\x8c\xb8\x7c\ \x4c\x7d\x26\xae\x8a\x04\x52\x0f\xe8\x25\x3c\xb3\x58\x63\x63\x72\ \x83\x90\x4e\x65\x6a\x54\x3e\xbf\x4c\x76\xf5\xca\xb7\x5c\x57\x3b\ \x8e\x24\xcb\xf2\x0a\x92\x59\x32\xe5\x6d\x62\x93\x0b\x3c\x97\x7a\ \xe2\x5c\x84\x2f\xcf\x3b\xa1\x45\x0b\xdb\xc5\x0a\x79\xb9\xf2\xad\ \xbf\x4e\x39\x82\xa9\x07\xc5\x52\x87\x4c\x09\x4e\x54\xcc\x25\x2f\ \xa1\x9e\x60\xac\xff\xfa\x03\x83\x72\x15\x06\x56\x59\x8d\x1c\xc7\ \x89\x64\x5f\x3f\x7f\xcb\x1d\xc4\x32\x7c\xbb\xda\xf3\x68\x4e\x8c\ \x6c\x96\xa1\xc2\x16\x80\x90\xe1\x39\x16\x4d\x56\x7e\xef\x12\x78\ \xb0\xcc\xb7\x58\x4e\x20\xe5\x63\xcb\xf7\x9c\x27\x5f\x75\xe2\x33\ \x9e\xd6\x71\x0a\x63\x30\x4b\xa3\xb0\xfa\x35\x5a\x05\x77\xec\x3d\ \x57\xee\x48\x16\x12\x47\xed\xb5\xe7\xc7\xea\xf4\x9d\xd7\x72\x57\ \xb2\xac\xbb\x55\xee\x05\x97\x8f\xdb\xb7\x5a\x2f\x7e\x5b\x99\x63\ \x69\xa3\xf1\x1a\x3e\x51\x1a\x33\x3e\x1e\xa1\x75\x86\xe7\x29\x3e\ \xf4\xf4\x93\x04\x81\x87\xd1\x29\x2f\x3d\xff\x2c\x0f\x5d\xd8\xe4\ \xe9\xa7\x9e\xe2\x27\x7e\xf4\xc7\xb8\x70\xe5\x0a\xaf\x7c\xed\x2b\ \xfc\xf6\x6f\x7f\x86\xc1\xc1\x1e\x86\xb7\x61\x76\xc0\xdf\xff\xbb\ \x3f\xc2\x5f\xfc\xa9\x9f\xc4\xf3\x1d\x66\x47\xcf\x11\x09\x9f\x4e\ \x6f\xdd\xf2\x08\xf2\x29\x42\xcc\x38\xbb\x39\xe2\x99\x0f\xae\xb2\ \xd6\xdd\x62\x7d\x25\xe2\xad\x77\x5c\x5e\x7b\xfb\x16\xd7\x1f\x79\ \x98\xf6\x99\x33\xa4\xcd\x26\x61\xa3\x89\x1c\x8f\xe9\x6e\x0a\x76\ \x86\x43\x22\x21\x88\xf3\x8c\xc1\x78\x40\xa7\xdf\x46\x29\x38\xc8\ \xa7\x08\x47\x12\x6b\xc3\x8c\x9c\x83\x38\xa2\xb3\xb5\xc2\xca\x07\ \x3f\x68\x25\x1f\x1a\xb0\x7e\x7e\x9b\xbd\x76\x1b\x33\x1d\x32\x9a\ \xce\x88\x52\xc9\xd9\x1b\xdf\xc5\xa5\x8f\xff\x14\x51\xf7\x02\x83\ \x5c\x10\xbf\xfc\x3c\x24\x02\x8f\x26\x6f\xbf\xf2\x2e\xfd\x60\x8d\ \xd0\x69\xa0\xbc\x15\xa4\x13\x16\xcc\xef\x19\xc3\xe1\x6d\x32\x3d\ \xe1\xf6\x9d\x77\xe9\xb7\x15\xeb\x9b\x2b\x1c\x4f\xa6\x8c\xc7\xc7\ \xbc\x75\xeb\x2d\x7e\xf6\xe7\xfe\x7d\xe2\x3c\xe3\x9d\x9d\x77\x39\ \xb3\xb1\x82\x3c\x1e\x13\xed\x1d\x90\x25\x19\xe7\xce\x9e\x43\x86\ \x01\xd3\xa3\x23\x52\x93\x11\x04\x21\x5e\x2b\x60\xfc\xe6\x11\x0f\ \xaf\x6e\xa1\xf6\x07\x7c\xe5\x4b\x5f\xe6\xcc\xf6\x39\xce\x9e\x3d\ \x8f\x19\x0e\x59\x09\x03\x62\xc7\x65\x2d\x68\xa2\x0f\x47\x48\xf3\ \x2d\xc1\xcf\xff\x5c\x5d\x69\x9c\xc4\x55\x85\x3f\xd7\xd3\x9a\x57\ \x95\xc6\xde\x51\x15\x33\xba\xbc\x39\x4b\x3b\xda\x72\x81\x5f\xa1\ \x9d\x92\x14\xad\x2d\x8b\xbc\xe2\xac\x14\x28\xac\xf2\xc6\x71\x1c\ \xd7\xfe\x3d\xb7\x83\x3b\x3b\x31\xb2\x50\x4d\x47\x29\x64\xc1\xd2\ \x36\x46\x93\x91\x59\xe4\xd1\x52\x45\x5a\xaf\x96\xcb\xb2\x5b\x6b\ \xbb\x5a\xc9\x73\x2a\x3f\x0a\xfb\x59\x4a\xd2\xa3\xac\x6e\x56\xa3\ \x0d\x5a\xe4\x0b\x7b\x80\xe5\xc5\x69\x19\xcc\xf3\x3c\xad\x76\x1e\ \xf3\x60\x71\x72\xc1\x2e\x44\xc9\x98\x4e\x17\xc6\x22\x36\x00\x2b\ \x3c\xcf\xa9\x16\xf1\xf2\x94\x44\x54\x4f\x42\xf3\x19\xba\x7c\x70\ \x12\x3a\x45\x72\x2d\x83\x77\xbd\x92\x3f\x9d\xdf\x73\x72\xb1\x5c\ \x26\xe0\xc5\x02\x80\x13\x9d\x4d\x5d\x86\x65\xa1\x5b\x71\x14\xae\ \x33\x67\xe1\x2f\xc2\x70\x39\x95\x94\x5b\x67\x88\x97\x9f\xa1\xae\ \xcb\x56\x26\xe9\xd3\x3e\xff\x89\xea\x7f\x39\x71\x9c\xb2\x50\x2f\ \xdb\x02\x83\x39\x39\xf2\x95\xf2\xc4\xd8\x4b\x9b\x93\x1d\x48\x29\ \x9a\x59\xbf\x5e\x97\x47\x5b\xa7\x8d\x36\x4f\x3b\xfe\xef\x9d\x05\ \xbc\x10\x44\x49\x8c\x1f\xfa\x28\x57\x72\xf3\x8d\xd7\xf8\xe2\x97\ \x3e\xcf\x23\x0f\x3f\xc4\x0f\x7e\xec\x7b\x38\xdc\x79\x9b\xe3\xe1\ \x01\x3f\xf3\x57\x3f\xc5\x7f\xfc\xf7\xfe\x16\xe7\xcf\x6f\x10\x8d\ \x07\xb8\x8e\xe4\xea\xe5\x67\xf8\xde\x0f\x5f\xe4\x1b\x6f\xbc\x4a\ \xa3\x19\xe2\xba\x0e\x9b\xdb\x67\x69\xf4\x63\xa6\xc3\xfb\x0c\x8f\ \xf6\x10\x5a\x91\x4d\x9a\x80\x21\x10\x19\x3a\x9f\x80\x48\x91\x62\ \xca\x23\x8f\x76\xf8\xc8\xc7\x7f\x8a\x3b\xbb\x0e\xaf\xbf\xb1\xcf\ \xd5\xab\x57\xb9\x74\xf1\x22\x8e\x17\xd8\x4a\x27\xb7\x16\xba\x6b\ \x0f\x3d\xc4\x78\x3a\xe5\xeb\xcf\x7f\x8d\xf3\x67\x2e\xb2\x1a\xfa\ \xb4\x32\x43\x9a\xc5\xb4\x9c\x90\x83\x4c\xf3\xe2\x9b\x37\xb9\x7b\ \x38\xe4\x03\x3f\xfe\x49\x0e\xdf\xdc\xe1\x0b\x5f\xfe\x57\x7c\xe0\ \xe3\x9f\x60\xfb\xdc\x19\x46\x7e\x83\xdd\xdd\x43\x56\xd6\x37\x38\ \xf7\x9d\x1f\x62\xe3\xfa\x77\x92\x77\xdb\x88\x40\xd2\x0a\x42\xc4\ \xf1\x3a\x79\xda\xe0\xcc\x43\x0f\xf3\xf9\x2f\x3f\xcb\xca\xd6\x19\ \x72\x3a\x24\x3a\x24\xc9\x05\xb3\x78\x46\x6a\x0c\x8d\x30\xa0\x99\ \xce\x88\xf7\x07\x78\xf1\x39\xda\x6d\x89\x11\x8a\x8b\x2b\x6b\xdc\ \x0e\x6e\x73\xfb\xd5\x9b\x3c\x7a\xfe\x02\xdb\xfd\x75\x9c\x38\xe3\ \xde\xed\x3b\xe8\x28\x22\xcb\x72\x94\xef\x82\x4e\x89\xd2\x19\x7b\ \xc3\x43\xbe\xf3\x91\xab\x4c\xa3\x29\x08\x4d\xbb\xd7\x26\x99\x4c\ \x38\xdc\xbd\xcb\xc3\xd7\xaf\x71\x34\x39\x64\x6f\xb8\x87\xd3\x72\ \x68\xb8\x5d\x72\x9d\xf2\xc2\xf3\x5f\xe7\x27\xff\xca\xa7\x1e\x1c\ \x03\xde\x2c\x5e\xe8\xe5\x8d\x1f\x14\xde\xe8\x75\xb4\x57\xae\x35\ \x88\x39\x63\xbd\xec\x5e\xca\xc5\x7b\x49\xb4\x52\x4a\xe2\xfb\xc1\ \xa9\x9c\x91\x85\x7d\x48\x79\x33\x15\x37\x66\x5a\x74\x44\x25\x6b\ \xba\xee\xf1\xad\x94\x42\x1a\x63\x77\x2b\x85\xbc\x47\xb9\x58\x97\ \x45\x92\x29\x61\x9c\xf5\x0a\xd1\x26\x08\xb7\x12\xda\x2b\xdf\xbf\ \xf2\x8e\xd0\xa5\x44\x8a\x5e\xe8\x42\xea\xd2\x1a\x25\x7a\xcd\xf3\ \x14\x56\x01\x39\xfb\x33\x83\xad\x31\xf9\xc2\x48\xa4\x4a\xc8\x05\ \xa0\x20\xcb\x6a\x5a\x4c\xb5\x3d\x4b\xf9\xde\x75\x66\xf5\xf2\x4c\ \xff\x41\x75\xa3\x5a\x6b\x2b\x3d\x52\xab\xa0\xeb\x41\xb2\xce\xcc\ \xae\x4b\xe0\x7c\xf3\xef\x6c\x0a\x72\xeb\x22\xa3\xfd\xb4\xe4\x54\ \x12\xfe\x32\x16\x0b\x97\xf2\x3c\xd7\x93\xd0\x69\x3b\xbd\xf2\xb3\ \x95\xe7\x61\xae\xb6\xeb\x54\xaa\xd3\xf5\x80\x7d\x5a\x81\xa0\x0d\ \xa7\xee\x5d\x16\xcf\x45\x89\x16\x39\xa9\x9f\x55\x7f\x5c\xf5\x7e\ \x98\x53\x47\x67\xcb\xa3\xad\xe5\xf7\xaa\x33\xea\x17\x47\xa5\xef\ \xe1\xce\xa4\xd1\x68\xf0\xdc\xd7\x9f\xe7\xef\xfc\xbd\xbf\xc3\xe5\ \x0b\x17\xf1\x3c\x87\x9f\xfb\x9b\x3f\xc7\x99\xf3\x67\x19\xed\xdd\ \xa5\x13\xb8\x5c\x38\x73\x19\x7c\x87\xf1\xd1\x00\xe1\x2a\xa4\x74\ \x88\x86\x03\xf2\x34\xe2\xdc\xb9\x2d\xba\xbd\x2e\x46\xda\xca\x23\ \x9b\x0e\xf1\x94\x64\x73\x73\x93\x74\x1c\x73\xe7\xed\x5b\x80\xe6\ \xd2\xa5\xb3\xd0\x6e\x23\x74\x8c\xdb\x69\x91\x13\xe2\x06\x2e\x17\ \x1f\xba\xc2\x85\x87\x3f\x88\xeb\x04\xf6\x86\xcc\x72\xb4\x00\x19\ \x58\x93\xa4\xad\xab\x8f\x70\x34\xd8\xa7\xbf\xbe\xc6\xea\xe6\x19\ \x26\xcf\x4f\x10\xf1\x0c\x92\x18\xd7\xf1\x38\x8e\x63\xde\x1d\x0e\ \x79\xdf\xf7\x7d\x2f\xeb\x67\xce\xf3\xcb\xbf\xf2\x7f\xb1\x93\x4d\ \xe9\xbf\xfb\x22\xdb\xd7\x7f\x02\xe7\xfa\xa3\x3c\xf7\xe6\x1d\x9e\ \x79\xe8\x09\xda\x4f\x7d\x17\xfb\xda\x40\xb4\x4b\xa3\xa1\x49\xa6\ \x9a\x61\x98\x33\x48\x62\xfc\xab\xe7\xc9\x6e\xbd\xc1\x2d\x3d\xb1\ \xdc\x06\x47\x30\xd3\x19\x89\x9b\xa0\xdd\x9c\x46\x33\x40\x0f\x1d\ \x8e\x7c\xc3\xa1\x9b\x91\x65\x23\xf2\x40\x72\x14\x64\x1c\x7a\x19\ \xbf\xf4\xfb\xff\x8a\x7d\x3f\xe3\xfb\x3e\xfa\x11\x0e\x42\xcd\x6b\ \xb3\x03\xdc\x20\x40\x75\x3c\x46\x7d\x97\x5d\x15\xf3\xb5\xfb\xb7\ \xf8\xa3\xe7\xfe\x98\x33\xef\xbb\x86\xc9\x35\x23\x27\x47\xea\x11\ \x61\x3f\x60\xed\xfd\xd7\x30\x67\x5a\xbc\xf8\xca\xcb\x98\x0b\x5d\ \x46\xc7\x53\xb6\xfa\x2b\xc8\x58\xe0\xf4\x1a\x4c\x66\xd3\x13\xb2\ \x22\xff\xf6\xb9\xc4\x54\x82\x79\xf5\x6a\x73\x8e\xd0\xd1\x55\x25\ \x67\xa5\x2a\xf4\x02\x72\xab\x4c\x26\xe5\x7c\xba\x0a\x42\x3a\xad\ \x02\xbb\x10\xb2\xd0\xb9\x5a\x94\x3a\xaf\xa3\x76\xca\x4a\xb3\x94\ \xa5\xcf\xab\x24\x95\xcd\x7d\xb9\x8d\x24\x2b\x12\xdb\x3c\x08\x59\ \x79\x78\x29\x6d\x95\xaa\xa4\xb4\xf6\xa8\xa6\xf4\x89\x28\x79\x21\ \x79\x01\x15\xb5\x72\x25\x9e\x67\xbd\x69\x74\x9e\x56\xd2\xf6\x65\ \x15\x69\xfd\x2d\xac\x97\x78\xd9\x75\x59\xe9\xf9\xbc\xe8\x50\xf2\ \x6a\xa7\xb4\xbc\x4b\x58\xe0\xa1\xd4\x92\x43\x39\x4e\x2b\xf7\x1f\ \x65\x90\xf3\x1c\xb7\x42\x12\x95\xc7\xba\x0c\xa2\x75\x14\x94\x92\ \x0f\x96\xb4\x58\xaf\xce\xeb\xa8\xab\x32\x71\x7c\x33\x78\x74\x19\ \xe8\x96\x47\x82\xd5\x58\x48\x70\x62\xbc\xb5\x3c\xaa\x12\x42\xa0\ \x0b\x33\xb1\x4a\x75\x77\x69\xbc\x58\x76\x4e\xe5\xf8\x71\x59\x9e\ \xbd\x24\x36\xd6\x7d\xd7\xf3\x3c\x3d\xf1\xd9\xeb\xc1\x79\xde\xbd\ \x18\xb4\x38\x89\xf4\x3a\x2d\xc0\xeb\x3c\x5b\xe8\x3e\xbf\xd9\xae\ \xb2\x84\x54\x2f\x5f\x13\xcb\xd0\xe0\x7a\x91\x50\xff\xf7\x72\x57\ \x54\xbf\x76\x74\xae\xbf\x25\x7c\xf0\xb7\x4d\x32\x49\xb3\x8c\xf5\ \xb5\x35\xae\x5f\xb9\x8a\x72\x14\x0f\x5d\xbe\x48\xa7\xdd\xe2\xf2\ \x95\x8b\x24\xd3\x21\x98\x8c\x56\xbb\x85\x74\x1c\x48\x32\xb2\xc8\ \x81\xcc\x43\x25\x86\xc3\xfb\x23\x56\x7b\x2b\xc8\x8e\xc3\x34\x99\ \xa1\x3c\x85\xc8\x15\x8d\x66\xab\x92\xc9\x88\xc6\x87\x9c\xbb\xf6\ \x14\xc7\xf7\x76\x78\xed\xe5\x77\x18\x4e\xf7\xe9\xae\xf6\x59\x3b\ \x7b\x0e\x3c\x17\x21\x02\x1c\xc7\xb5\xd6\xa9\x7a\x86\xef\x05\x44\ \x79\x82\xef\x05\x64\x68\xa4\xeb\x12\x67\x09\x8d\x56\x07\xd5\x69\ \xf1\xfc\x57\xbf\xc4\x64\x3c\xe3\x42\xe3\x2a\x08\x98\x89\x8c\xa3\ \x86\xc3\xea\xd3\x4f\xb0\xba\xbd\xc6\x8b\xc7\x87\xb0\xbd\x4d\x2f\ \x4c\x89\xd7\x1c\x6e\xee\xdc\x24\x7f\xe4\x0a\xab\xa9\x24\x7d\xf4\ \x09\xbe\x12\xcd\x30\xae\x26\xc8\x66\xa4\xef\xdc\x04\xe1\x70\x98\ \xb6\x98\x6a\x81\x51\x86\xfe\x53\xd7\xf8\xe8\x7a\x87\x54\x07\xa4\ \xb9\x83\x2e\xb0\xf1\x52\xe5\xe4\x6e\x4a\x62\xc6\xb4\xdc\x8c\x59\ \xbf\x01\x81\x24\xd3\x86\xed\x0f\x5e\xe0\x07\xfe\xca\xc7\xc9\x90\ \xcc\x42\x9f\x67\xbb\x29\xf7\x5b\x11\xc9\xa3\xeb\x18\x25\x11\x4a\ \x31\x51\x43\xbe\x7e\xeb\xab\xcc\xc2\x94\xed\x8f\xbe\x9f\x57\x47\ \xf7\x49\xc6\x53\xee\xec\xde\xc5\x9b\x04\x78\x9e\x4b\xd0\xf0\x79\ \xf3\xd6\x57\x79\x73\xff\x5d\xc4\xc3\x9b\x9c\xef\xae\xd2\x94\x4d\ \xd4\x44\x73\x75\xad\x41\x7b\xb5\x8b\x7e\x80\x92\xe4\xf5\xea\xb7\ \xfc\xf3\xf2\x5e\xc3\x71\x1c\x4c\xae\xab\x2a\xbd\xe4\x63\x78\x9e\ \x57\xdd\x04\x95\xe0\x9f\x31\x48\xe5\xa0\x35\xb5\xfd\x80\xac\x82\ \x75\x9a\xa5\xe8\x5c\x57\xff\x26\x6a\x70\xd2\x92\xbd\xa1\x73\xcb\ \xb8\x37\x7a\xfe\x38\x25\x54\x41\x08\x2b\xa1\xc2\xe5\x72\x54\x57\ \xd2\x2c\x65\x02\x53\x8e\x65\xb1\x97\x37\x6e\x09\x27\x4d\x92\xb4\ \xd0\x5c\xb2\xdf\x21\x89\x23\x6b\xc5\x5b\xa0\x93\xca\x9b\xdc\xaa\ \xbd\xe6\x95\xcf\x8a\xd5\x96\x72\x2a\x92\x5e\x89\x66\x8a\x63\xdb\ \x71\x9e\x56\x41\xd7\x17\xfb\xe5\x08\xb1\x3e\xaa\xc9\xb2\x8c\x34\ \x4e\x16\xab\xdb\x02\x24\x50\x7e\xde\xd2\x2b\xe5\x41\x42\xc1\xab\ \x32\x62\x69\x44\x57\x7e\xa6\x42\x2b\xa5\x1a\x4d\x9e\xc6\x9d\x29\ \x47\x62\xf5\x1d\x98\x36\x73\x03\xb3\x72\xfc\x79\xda\xfe\x04\xac\ \xc7\xfc\x72\xe0\x05\x43\x96\xcd\x05\x18\x9d\x53\xf6\x63\xf5\x9d\ \x92\x94\x8b\x7b\x1d\xab\x50\x3c\xe7\x7c\x94\xcb\xf6\x72\xb4\x57\ \x76\x63\xda\x18\x8c\x38\x39\x4a\x2b\x3b\xee\x85\x1f\x7d\x3a\xf2\ \xb1\x6e\x68\x55\x5e\xb3\xb9\xce\x17\xba\xc9\x05\xf1\x46\x33\x4f\ \x0c\xa6\x40\x22\xd6\x3b\xd0\x3a\x00\xa1\x5e\x5c\x09\xc1\x9f\x3b\ \xa1\x7c\xfb\xf8\x99\x68\xcd\x4a\xd0\xe2\x63\x57\x6e\xa0\x42\x17\ \x2d\x32\x9e\x79\xe6\x19\xd6\xd6\x7b\x60\x12\xf2\xa9\x61\x67\xe7\ \x1e\xd3\xc9\x98\x6e\xb3\xcd\xea\xe6\x79\x1c\xd7\xc7\x6d\x79\x9c\ \xef\xf7\x30\xe9\x8c\x64\x36\xc4\x73\x1b\x28\xd7\x47\x48\x17\x9d\ \x7a\x60\x52\x90\x19\x5e\x7b\x13\xb7\xd9\x66\xa3\xb3\x41\x63\xfd\ \x12\x49\x96\xe2\x85\x0d\x1a\x9d\x15\xa4\xdf\xc4\x64\x56\xe9\x20\ \x54\xa2\x90\x91\x4d\x08\x5c\x81\x14\x19\x52\xe7\x08\xa3\x10\x46\ \x17\x8c\x63\x49\xaf\xd9\x61\x36\x1d\xf3\xe6\x5b\x2f\xa3\x42\x85\ \xf0\xe1\xb5\xc3\x7b\x34\xda\x2e\xef\xde\xb1\x23\x97\xf0\xda\x75\ \x1a\x2d\xc1\x6d\x0f\xde\xb8\x7f\x9b\xdc\x73\x51\x1f\xb9\xc6\xd7\ \x92\x21\x49\x7c\x84\xd2\x92\x20\x53\x90\x26\x48\x03\x49\x7e\x4c\ \x6a\x34\xc6\x95\x38\x1b\x4d\xd6\xd7\xd7\x49\x8d\xc2\x08\x07\x84\ \x25\xf1\x09\x63\x98\x08\xc3\x44\xae\x21\xc9\x19\xa0\x19\x15\xe3\ \x55\xd7\xf3\x58\x33\x56\xb5\x54\x18\x8d\x11\xb0\x97\x27\x04\xab\ \x7e\x11\x20\x0d\xb1\x98\xe1\x3a\x1e\xf4\x14\x22\x97\xdc\x51\x43\ \x54\xdf\x41\x36\x5b\x88\x56\x4e\x14\xc7\x4c\xb3\x94\x24\x17\x34\ \x1e\x3a\x4b\x10\xc2\xfd\xe9\x14\xcf\x8b\xe8\x9c\xf1\x69\x5c\x3f\ \x87\xbf\xd2\x46\xa7\xfa\x41\x65\x12\x5c\xdf\xc3\xcf\x83\x85\x4a\ \xaa\x9c\x15\x2b\xd7\x99\x2f\xaa\x5d\x81\x74\x5c\xd2\x34\xa9\x64\ \x2f\xca\xc5\xfb\x72\xdb\x6f\x83\xa0\xc6\x18\xab\xf9\xa4\x0b\x4f\ \x13\x29\x25\x81\xdf\x28\x94\x76\xad\x6f\x89\x36\xba\xda\x09\xa4\ \x69\x06\x02\xb2\xe2\xff\xdc\xc0\xc7\x51\x4e\xb1\x03\xb1\x5a\x48\ \x52\x89\xca\x23\x05\x29\x8a\x51\x84\xb0\xb0\xf2\xda\xe8\xce\xf3\ \xdc\x9a\x4f\x87\x28\x1c\x02\x1b\x55\x37\xe5\xba\x0e\xbd\x5e\x97\ \xd1\x68\x44\x92\xc4\x04\x61\xa3\x90\x51\xcf\xe6\x64\x3c\x53\x8e\ \xaa\x24\xaa\x90\xa7\xaf\x07\x60\xc7\xf1\x0a\x88\xed\x9c\x13\x42\ \xb9\x80\x35\x73\x92\xa5\xa8\x90\x5d\x56\x13\x2c\x8e\x93\x62\x2c\ \x24\xab\xe4\xec\x79\x1e\xed\x76\xdb\x02\x62\x82\xa0\x3a\xa6\xb3\ \xd9\xac\xfa\x1c\x0f\x34\x9d\x08\x5d\x8d\x04\x4b\xa8\x76\x9e\x65\ \x28\x39\xdf\x1d\xe5\xda\x90\x67\xfa\xc4\xd8\x6a\xbe\x07\x9b\x77\ \x13\x52\x9d\x04\x2f\x9c\x56\xb8\x94\x23\xcb\xf9\x6b\x3a\x55\x12\ \x57\x6a\x0e\x3b\x2e\x11\x5a\x8e\xe3\x15\x1e\x31\x25\x3f\x64\xbe\ \x9b\xaa\xec\x09\x8c\xc1\xf1\xe5\x42\xc5\xaf\xca\x2e\xb1\x48\x20\ \xe4\xc5\xf9\xc9\x73\xb2\xc2\x09\xb4\x94\xdb\x3f\x6d\x84\x55\xbe\ \x47\x7d\x14\xbc\x8c\x7c\x9c\xcb\xa1\x18\x7b\x9d\xd6\xf6\xcf\xda\ \x18\x1c\xa9\xac\xb0\x64\x96\x57\xd7\x54\x96\x25\xf6\x1a\x93\x12\ \xa7\xd6\xcd\x5b\x1d\x04\xfb\x93\x67\x19\x51\x01\x93\xe7\xbd\x26\ \x41\x2f\x25\xcc\x66\x9a\x61\x14\x90\x44\x29\x3f\xf4\x89\x1f\xe0\ \xd2\x53\xef\xc7\x64\x09\x5a\xb8\x34\xcf\x5c\xa5\x79\xce\xc1\x64\ \x16\xd5\x23\x73\x07\x59\xc8\x12\x18\x52\x08\x7b\xa8\x70\x0b\x25\ \x24\x8a\xc2\x03\x40\x6b\x44\x96\xa1\x45\x8a\xdb\xb0\x37\x3c\x3e\ \xb4\xb6\x36\xc1\x28\x72\x03\x19\x12\x9d\xd9\xaa\xd2\x51\x06\x2d\ \xe6\x84\x30\x59\x22\x1a\x84\x44\x1b\x81\x90\xca\x0a\x85\x0a\xc3\ \xa5\x47\xbf\x83\xc6\xe6\x16\x3f\xff\x0b\x3f\xcf\xd6\xe5\xb3\x24\ \x4e\xc6\x28\x0c\x89\xfd\x80\x91\xb2\x17\x67\x20\x7d\x42\x15\x58\ \x2d\x20\x95\x32\x99\xcd\x48\x93\x19\xa9\xd6\x68\x25\x08\x5d\x9f\ \x4c\x7a\xb8\xaa\x85\x36\x19\x46\xcd\x48\xf3\x98\x54\x49\x12\x31\ \x63\x90\xcc\x48\x05\x18\xe5\x80\x06\x91\x19\x4c\x0e\x2e\x02\x4f\ \x2a\xb4\x80\x5c\x29\x52\x29\xd1\x4a\x10\xa5\x06\x2d\x05\x5a\xe4\ \x18\x69\xf0\x94\x22\x55\x10\xab\x62\x50\x9d\xd9\x8a\xd9\x77\x15\ \x26\x87\x34\xc9\x0a\x94\x5b\x46\x6c\x0c\x2a\x83\xd0\x6d\xa2\xa4\ \x83\x31\x2e\xd2\xf1\xe8\x6e\xbb\x44\xc3\x43\x8e\xc6\x47\xdc\x3e\ \xd8\x41\xb9\x82\x1f\xeb\x44\xa8\x40\x90\x3d\x88\x7c\x52\xec\x3e\ \x96\x4d\xa6\xea\x55\x5b\xb9\x04\x4f\x92\xd4\x5a\xd2\x16\x49\x64\ \x19\xc3\x7f\x12\xd1\xc4\x3c\x90\xaa\x32\x51\xe5\xc5\x62\xdc\x90\ \xe7\xa9\x45\x45\x15\xf2\xf3\xb3\xd9\x94\xd9\x74\x46\xd8\x68\x54\ \x3e\xf4\x3a\xcf\x89\xeb\xea\xbd\x8a\x05\x8f\x8d\xd3\x3c\xb3\xad\ \x40\x9f\x5a\x50\x79\xad\x23\xc9\xea\x8b\xf5\x2c\xb3\x02\x91\xa3\ \xd1\x88\xfb\xf7\xf7\x58\x59\xe9\xd3\x6e\xb7\xab\x63\x51\x76\x13\ \x5a\x0b\x8c\xce\x4f\x2c\x72\x97\x61\xaf\x5a\x5b\xde\x8c\xc0\xda\ \x3a\x98\x5c\x57\x76\xad\x69\x6a\x4d\xb8\x74\xa6\xab\x8e\x2e\xcf\ \xf3\x4a\x3a\x24\x8e\xe3\x05\x0e\x47\x79\x0e\x3c\xcf\xc3\x7d\x90\ \x70\xf0\x05\xba\x49\x5d\x22\x45\x00\xea\x04\x4a\xab\xec\x10\xea\ \x7b\x8c\x65\x04\xd8\x5c\x47\xcd\x9c\x48\x26\xf5\x65\x75\xd5\xd5\ \x08\x3b\x72\xcc\xb2\xb9\x35\x41\x7d\x4c\x5a\x57\x1b\x2e\x2d\x98\ \xa5\x54\xa7\x2c\xa8\xcb\xd2\xdd\xca\xbf\x94\x64\x3f\xad\x6d\xe1\ \x29\x85\x40\x17\x50\x75\x2d\xa5\x05\x78\xe4\x8a\xbc\x90\xdc\xaf\ \xb3\xf5\x4f\x1b\xcb\x95\x44\xf8\xfa\x12\xbe\x0e\x8f\x3e\x2d\xc9\ \xd4\x3f\x9f\x2e\xba\x6b\x2b\x84\x29\x2b\x03\x2d\xab\x2d\x69\xaa\ \x3d\x9a\x31\x8b\xe4\xd0\xd2\x94\xec\x3d\xb9\x33\xc9\xb3\x8c\xde\ \xfa\x3a\x8f\x7f\x74\x9d\xf5\xed\x35\xae\x3f\x7e\x8e\xe9\x54\xe3\ \xf8\x0e\xd2\xf1\x48\x35\x64\x69\x8e\xe7\xf9\x48\x20\xc9\x34\x8e\ \x27\x49\xb4\x46\xa8\x80\xb4\xc8\xb4\x36\x91\x58\xb2\x8f\x42\x82\ \xeb\x93\x0b\xfb\x9c\x4a\x61\xb5\xa4\x0c\x14\x85\x65\x29\x11\x57\ \xc6\xc6\x72\x91\x65\x05\xf0\x8a\xc7\x2f\x25\xe7\xcc\x40\x2a\x3d\ \xae\x3c\x72\x03\x11\x0a\xd6\x57\x9a\x84\xfd\x15\x8e\x27\x43\x90\ \x82\x24\x4d\x89\x13\x68\xe5\x0e\x61\x2a\x31\xa9\xc0\x8b\xb5\x95\ \x45\xd0\x39\xb9\x11\x38\x69\x8c\xa3\x0c\x0e\x29\xb9\x34\xc4\x12\ \x22\xc7\x45\x7b\x0e\xa9\x14\xc4\x69\x46\x8a\x41\xe0\x14\xb6\xbf\ \x36\x79\x6a\x13\x5b\x50\x80\x04\x63\x1c\x32\xa5\xc8\x8c\x00\xe3\ \x60\x94\x4b\x26\xec\x77\x71\x0c\x68\x47\x62\x1c\x07\x81\x20\x13\ \x56\xfd\x34\x57\x12\xe5\x28\x22\x6d\x88\xb0\x15\xd4\xd4\x28\xb2\ \x89\x46\x4f\x8e\x50\x19\xb4\x83\x26\xad\x5e\x87\x86\x6b\xf5\xcb\ \x36\x57\x7a\x6c\xac\x74\xb8\x7b\xef\x4e\x41\x60\x7b\xc0\x55\xea\ \xd2\x12\xbe\x4c\x2e\xa5\x8d\xac\x1d\xfb\x50\x79\x93\x2f\x07\xd1\ \xb2\x5a\x2d\x83\xc8\x69\xe4\xb7\xf2\xb5\xca\x11\x59\x19\x34\xb4\ \x11\x95\x5c\x4a\x56\x58\xb8\x96\xef\x5d\xde\x60\xe5\x7c\xbc\x1e\ \x64\xeb\x01\x6f\x61\xb9\x5b\x1b\x25\x9d\x26\x63\x51\x1f\x55\xd4\ \x67\xea\xc6\xe8\xca\xf0\xa9\x8e\x58\xb2\xec\x6b\x45\x1c\x65\x27\ \x66\xff\x27\x48\x6e\x42\x90\x66\x19\x98\xbc\xe0\xc1\x2c\x41\x6d\ \x05\x78\xfe\x3c\x11\x3b\x8e\xc3\xd1\xd1\x11\x93\xc9\x84\x56\xab\ \x45\x10\x04\x0b\xfb\x28\x63\x0c\x49\x9c\x54\x89\xe6\x41\xa5\x11\ \x83\xa9\x29\xd7\x9e\x44\x15\x2d\x27\xae\x3a\x12\x69\x19\x2e\x5d\ \xc1\x78\x6b\x64\xda\xba\x04\xca\xf2\xf2\xbb\xbc\x7f\x75\xb1\x7b\ \xab\x8f\xca\x96\x7d\x3d\x96\x11\x54\x8b\x0b\xf7\xda\xb9\xd3\x1a\ \x23\x45\x21\x79\x53\x04\xf7\xdc\x1a\x9a\x2d\xf0\x3a\xcc\x7c\x37\ \x37\x2d\x94\x19\xc2\x30\x3c\x45\x8f\xad\xf8\xde\xda\x9c\xba\x4f\ \xf9\x66\x3f\xcb\x06\x57\xe5\x39\xae\x4b\xd5\xd7\xf5\xb7\xac\x91\ \xdb\xa2\xd3\x62\x05\x82\x00\xde\x93\xaa\xc1\x69\x9a\x71\x66\x7b\ \x8d\xb3\x37\xb6\xa1\x29\x30\x51\x42\xc3\x97\x40\x0e\xda\xe0\x08\ \x01\x2e\x90\x65\xa0\x35\xd2\xb1\x08\x26\xa1\x52\x72\x93\xe1\x29\ \x55\xe8\x8c\x5a\xf9\x01\xcb\x97\x56\x80\x4b\xae\x05\x85\x06\xdb\ \xfc\x62\xd3\x20\x85\x46\x1a\x6b\x2a\x23\x01\x53\x28\xfd\xa9\x42\ \x52\xa3\xd8\x92\xd9\xbf\xd7\xb8\x15\x46\x6b\x04\x86\x68\x6f\x97\ \x15\x65\x17\xa5\xc9\x34\x42\x1e\x0d\x09\xd2\x08\x2f\xf0\x11\xca\ \xb3\x1d\x4d\x96\x30\x89\x23\x62\x9d\x91\xea\x98\x4c\x68\x84\x12\ \xf8\x8e\xf5\x6c\xb7\x66\xbd\x90\x21\x98\xa5\x92\xc4\xb1\x86\x45\ \xb6\xfa\x0e\xa9\x70\xa6\x14\x5d\x13\x86\x99\xaf\x19\x84\x85\xbe\ \x92\xb6\x55\xa8\x04\x94\xce\x11\x46\xa0\x72\x89\x27\x14\xbe\x74\ \x71\x35\x38\x5a\x59\x01\x45\x6d\x25\x39\x44\x5e\xa0\x85\xf2\xc4\ \x8e\x2f\x3c\x6b\x51\xab\x02\x90\xda\xe0\xc4\x11\x8e\x4c\x40\xcf\ \x10\x26\x61\xb5\xa7\x99\xa4\x33\xa2\x34\xe1\xcc\xb9\x26\x81\xeb\ \x55\x63\x95\x07\x53\x9f\x9e\xd4\x67\x2a\xf7\x1b\xd3\xe9\x94\xc9\ \x64\x82\xef\xfb\xb4\x5a\x6d\xa4\x54\x27\xd0\x45\x65\x50\xae\xff\ \x2c\xdb\xcc\x9e\x16\xec\x1d\xc7\xc1\xf5\x24\x8e\xe3\x55\x5e\x24\ \x40\xe5\xa4\x57\x26\xae\x72\x96\xbf\x8c\xdd\x5f\xae\x8c\xeb\x95\ \x9c\xb5\xfe\x75\x4e\xf0\x11\xea\xc9\xaf\xec\x2c\x4a\x33\x28\xd7\ \x75\x99\x4c\x26\x85\xfc\xf9\x9c\x98\x97\x24\x49\x41\xb0\x33\xa7\ \x42\x4e\x17\xe0\xaf\x42\x60\x0a\x87\xbe\xe5\x64\x13\x04\xc1\x92\ \xfc\x88\x5d\x08\x97\xd2\xeb\x75\xa3\xa9\x7a\xd2\x53\x4a\x2d\xf0\ \x31\x1e\x10\x3a\x78\x01\xa5\x74\x5a\x52\xae\x96\xe1\x52\x9d\xde\ \x85\x2c\xef\x43\xc4\x22\x92\xae\x3c\xd7\xf5\x05\x7a\x35\x1a\xab\ \x9d\xc7\xf2\x18\x97\x20\x8e\xf2\x9c\x95\x6a\x0a\xcb\x68\xb2\xd3\ \x76\x7c\xe5\x48\x4c\xd6\x00\x02\xdf\x7c\x0a\x33\xdf\x4b\x94\xe4\ \xdb\x3a\xf8\x60\x81\x34\x5a\x74\x0d\xf5\xf3\xb1\xc8\x05\x39\x89\ \xf2\x3a\x6d\x0f\xb3\xc0\x84\x2f\x55\x13\x6a\x56\xd5\x75\xc0\xc6\ \xc9\xeb\xf9\x3d\xa7\x1a\x2c\x89\x92\x18\xed\x09\xa4\x06\xed\x3a\ \x56\x96\x5b\x5a\x38\xa4\x44\x14\x4a\xa1\x11\x46\x38\xcc\x46\x53\ \x32\x9d\xd3\x5b\x59\xe1\x78\x7c\x80\x50\xd6\x31\xce\x93\x2e\x8e\ \x54\x20\x5c\x90\x0a\xb4\x41\xe9\x74\x7e\xb1\x89\x62\xa6\x26\xb4\ \xfd\x61\xfe\x23\x4a\x28\x9e\x72\xac\x76\x4f\x92\x82\xeb\xd9\xbf\ \xe7\x73\xad\x1c\x14\x18\x29\x89\x9c\x14\xdd\x30\xe8\xc0\x9e\x08\ \xb7\xe5\x12\xcf\x12\x22\x13\xd3\xf0\xdb\x20\xe1\xd8\xc9\xc8\x9a\ \x8a\x44\x1b\xa6\x8e\x20\x13\x0a\x1c\x70\x95\x15\x6f\x93\x42\xa3\ \x8a\x14\x26\x09\x71\x34\x08\xc7\xc5\x14\x36\xa0\xe8\xdc\xee\x4b\ \x84\xc0\x11\x02\x23\x0d\x26\xf3\x91\x33\x0f\x89\x46\xe4\x1a\x89\ \x2e\x84\x1c\x04\x3a\x8b\xad\x9a\xaa\xe7\xe1\x09\x87\x6e\x2a\x69\ \xe6\x56\x6a\x23\x4b\x8b\xb1\x41\xaa\xf1\x5c\x81\x98\x5a\x01\xbf\ \xa6\x11\xe8\xd8\x61\xec\xfb\x85\xe5\x6f\x8c\x88\xa7\xcc\xa2\x8c\ \xd4\x0d\x98\x19\x4d\x44\x48\xe6\x4a\x26\x89\x1d\xc3\x09\xe7\xdf\ \x42\x09\xee\x9b\xe4\x92\x7a\xb5\x5f\x5e\xcc\xe5\xd8\x25\xcf\xf3\ \xca\x1b\xbe\x3e\xb6\x58\x60\x33\xd7\xba\x94\xf2\x06\xaf\xbb\x25\ \x96\xcb\xd8\x72\xa9\x5c\xde\xe8\x16\x2d\xe5\x60\x98\x5b\xc8\x4a\ \x29\xe9\x76\xbb\x27\x10\x52\x73\xa3\x26\x79\x42\x56\xe3\x34\x34\ \xd5\x69\x37\xfb\x32\xdc\xb5\x0c\xe8\x65\x22\x68\x36\x9b\x0b\x3c\ \x8f\x85\x60\x29\x25\x46\x67\x27\x24\x42\xe6\x02\x99\x35\x48\xa8\ \xd6\x48\xb1\x08\x75\x2d\x8f\x67\x92\x58\xdb\x59\x21\x04\xad\x56\ \x0b\xcf\xf3\x88\xe3\x98\x4e\xa7\x43\xaf\xd7\xab\xec\x73\xeb\xcf\ \x2b\x2b\xe4\x07\xbe\x33\xe1\x64\xf7\x51\x47\x9a\xd5\xc7\x5b\xcb\ \xdf\xf1\x54\x18\x71\x7d\x6c\x56\x9f\x7a\xd4\xd0\x5a\xd5\x58\x49\ \xdb\xbd\x9a\x75\xef\x9c\x8f\x31\xeb\x01\xbd\x7e\x5e\xeb\x88\xc1\ \x65\x3f\x9f\x2a\xe9\x4a\x07\xc7\x75\x16\xce\x7d\x79\x8e\x4f\xd3\ \x4b\xf3\x7d\xbf\xb0\x79\x16\x0b\x41\xbf\x7a\xed\x52\x76\x46\x73\ \x2a\x07\x64\xf9\xcf\xa7\x71\x6c\x4a\xd9\xa1\x13\x9d\x6e\x11\x75\ \xea\xe3\xb2\xba\x3c\x4d\xf5\xfe\xdf\xc2\x29\xff\xb6\x49\x26\x7e\ \x10\xf0\xb5\xaf\x7c\x85\x2f\xfe\xde\x67\xf9\x6b\x3f\xfb\xd3\x28\ \xd7\x43\x99\xb2\x2a\xcf\x19\xee\x1f\xb2\x77\xef\x2e\x7b\xf7\xee\ \x61\x8c\xe1\xab\x37\x5f\xe6\xc5\xd7\x5e\xe1\xe7\xfe\x83\xbf\xcd\ \x93\x4f\xbc\x9f\x94\x14\x61\x0c\x69\x14\x61\xb4\x44\x12\xa1\x13\ \x8d\xd0\x06\xc7\xf3\x20\xb5\x4b\xdd\x5c\xb9\xa4\x48\x52\x63\x48\ \x0b\x6b\x54\xd7\x0b\x40\x18\x1c\x61\xc8\x93\x9c\xc1\xde\x80\xc9\ \x64\xcc\x78\x32\xe1\xf0\x70\xc0\xb5\x47\x1e\x65\x6d\x6d\xad\x92\ \x01\x37\xc0\x74\x1c\xe1\x38\x5d\x7c\xd5\xc7\x41\x21\x44\x46\x43\ \x29\x8c\x13\x30\x4b\x52\x5c\xdd\xc0\x75\x3c\x84\x32\x18\xe3\x62\ \xa4\x61\x2c\xa7\xa4\x79\x8e\x49\x0d\xca\x28\x8b\x3c\x31\xd6\xe3\ \x40\x62\xe8\x14\xde\xea\x71\x9c\xa3\x85\x61\x3d\x95\x68\x19\x56\ \x95\xb1\x30\xb6\xe3\x8a\x69\x11\x9b\x06\xe8\x8c\x56\xe0\x20\xf3\ \x08\x9d\x45\x28\x32\x84\xc9\x49\xe2\x99\x95\x46\x77\x22\x44\xe0\ \xe0\x05\x02\xcf\xf5\xc8\x71\xd0\x46\xe3\x20\xf1\x10\xf8\xca\x23\ \xd1\x29\x4e\x94\xb2\x9e\x0a\x56\x13\x87\xa6\x94\x34\x4c\x88\x23\ \x03\x12\x93\x71\x34\x4e\x68\x29\xc5\xc1\x78\x86\x16\x1e\x3d\xd9\ \xb1\x96\xa8\x0f\x88\x0f\x5d\xd7\x8c\x2a\x21\xc1\xe3\xf1\x98\x34\ \x4d\x69\x34\x1a\x74\x3a\x73\xa7\x38\x3b\x92\x70\x4e\x04\xdb\x65\ \xe2\x58\xbd\xca\x2a\x03\x44\xbd\x13\x50\x4a\x31\x1a\x8d\x10\x42\ \xd0\xe9\x76\xad\x4c\x77\x66\x16\x0c\x94\xea\x95\x9e\x52\x8a\x30\ \x0c\xab\x8a\x7e\x59\x08\xb0\x8e\xfe\xa9\x8f\xaf\x4a\x0d\xb1\x65\ \xff\xf2\xfa\xc8\xac\xbe\xb0\x6d\xb5\x5a\x55\x27\x54\xdf\xb1\x54\ \x37\xb7\x3c\x39\x12\x5a\x1c\x93\x99\x0a\x86\x5c\x42\x98\xeb\x0c\ \xfb\xb2\xea\x76\x1c\x87\xc9\x64\x82\x31\x86\xd5\xd5\x55\x6b\x37\ \x9b\x65\x1c\x1f\x1f\x2f\x70\x5c\x16\x3b\xb1\x07\x8f\xe6\x3a\x6d\ \xcc\x59\x26\xe3\xfa\x71\x5d\x16\x83\x3c\x6d\xbf\x60\x6d\x87\x45\ \x4d\x92\xfe\xa4\xc0\xe5\x72\xe2\x29\xe1\xb0\x65\x17\x5c\x1f\x5f\ \x96\xc7\xe9\xb4\x4e\xa4\x5e\xf5\xd7\xaf\xdd\x2c\xcf\x2a\x44\xd5\ \x32\x29\xf0\xb4\x8e\xb6\x24\x6d\x96\xe7\x39\x2d\xdc\x46\xab\xcf\ \x5f\x6a\x99\xd4\x10\x55\x27\x95\x8a\x4f\xea\xda\x9d\xa6\xdf\x55\ \x5e\xb7\x95\xec\x4c\x8d\x5f\x54\x57\x47\x5e\x80\x06\x6b\xc5\xb7\ \xa2\xa7\xf2\xed\xe3\xb4\x98\x67\xf4\x37\xcf\xf1\xce\xb1\xe1\x37\ \xbe\xf0\x02\xad\x76\x87\x4e\xaf\x47\x1c\xc7\x1c\x1f\x1d\x11\x4d\ \xa7\x98\x2c\xc5\x95\x2d\x04\x06\xff\xec\xa3\x3c\xba\x79\x99\xcf\ \xbf\xfa\x2e\x2f\x1f\xa4\xac\xac\xad\x5a\xcd\x21\xad\x09\x5c\x8f\ \x74\x36\xc5\x91\x8a\xad\x6e\x0b\x33\x1a\x73\x78\x38\x60\x66\x14\ \x5e\x7f\x9d\x44\xfa\xa4\x8e\x4f\x8a\x02\x25\x91\xca\x21\xcd\x53\ \x54\x92\xa2\xa3\x08\xd7\xf3\x18\x4f\x35\xc8\x26\x93\x18\x46\x7b\ \xe0\x0d\xc7\x4c\x67\x51\x61\x23\x2b\xc8\xd2\x84\xd9\x2c\xa3\xdf\ \xbf\x46\x92\x46\x48\x01\xba\xa5\x09\xba\x92\x46\x01\x37\xcd\xb4\ \xa1\x9d\x43\x9e\x64\x08\xa5\x68\x7b\x86\xa3\xc1\x10\x84\xc1\x17\ \x01\x52\x2a\x66\xb3\x31\x51\x12\xe1\x09\x85\x48\x13\xb2\x24\x26\ \x9a\x4e\xc0\x91\x48\x83\x85\xea\x06\x3e\xca\xb1\x4b\x68\x89\x20\ \x52\x4d\xa6\xda\x63\x3a\x3c\xc0\x1b\x44\xe8\x51\x8a\x1b\x6b\x9a\ \x22\xa7\x21\x0d\xab\xed\x35\x3c\x05\x89\x72\x78\x3d\x6d\xb3\x3f\ \xb4\x03\xbf\x34\xcd\x68\x34\x9b\x78\x7e\xc0\xa8\x30\x47\x2a\x89\ \x7a\x4a\x6b\x7a\xae\x4b\x68\x14\xc9\x74\xca\x38\x4e\x88\xd0\x0c\ \x33\xcd\x20\x89\x11\x7e\x0f\x47\x78\x20\x3d\x64\xd3\xb7\x0b\xa7\ \x07\x90\x4f\x4a\xf2\xa1\x10\x82\x28\x8a\x18\x0e\x87\x24\x49\x42\ \xa7\xd3\xa9\x98\xee\x76\x14\x50\x3a\xe6\x71\xea\xcd\x53\x0f\x1c\ \x75\x34\xd2\xdc\x95\x50\x2f\xb0\xea\xb5\xd6\x0c\x06\x03\xa2\x28\ \xc6\xf5\x7c\xc2\x30\x9c\x13\x09\x4f\x19\xb7\x54\xb0\x55\x16\x2d\ \x5e\xf3\x3c\x27\x8a\xa2\xaa\x4b\x28\x03\x44\x9d\x58\x58\xee\x7c\ \x84\x10\xd5\x48\xcb\xf3\x3c\x9a\xcd\x66\x15\xe8\x4e\x03\x1f\xd4\ \x03\x6c\x39\x6f\x5f\x86\xc9\x9e\xb6\x24\xf5\x5c\x17\x8c\x3e\xa1\ \xc1\x24\xa5\xa4\xdd\x6e\xd3\x6e\xb7\x19\x8f\xc7\x0b\xa8\xa8\x3a\ \x60\xa0\x9e\xe0\xf2\x62\x87\x64\x2b\xe8\x07\x97\x48\xca\xa4\x5d\ \x87\x2b\x97\x3b\xaa\xe5\x05\xbc\x38\x65\xf7\xb3\x5c\x99\x97\x2e\ \x95\xa7\xa9\xe9\x96\xbc\xa4\xf2\x5a\x70\x8a\xa2\xad\xde\xe1\xd4\ \xbb\x98\x7a\x42\x6b\x0e\xa4\x6f\x00\x00\x20\x00\x49\x44\x41\x54\ \xad\xef\x69\xea\xc9\x63\x39\x41\x58\xa7\x43\x63\xb9\x50\x4b\x92\ \xf6\xf5\x22\xa6\x5e\x40\xd4\x13\xd2\x72\xc2\x9c\xef\x62\x4c\xcd\ \xde\x57\xfc\xb9\xf6\x8e\xf5\xe3\xe2\x17\xda\x6f\x49\x92\x2c\x11\ \x28\xf5\x89\x7b\x69\x59\xae\xe5\x3d\x2b\xa7\xe2\x08\xcd\x6e\xea\ \xf3\x4a\xf8\x04\x7f\xf4\xd2\x1e\x51\x7c\x07\xe5\xee\xb3\xba\xba\ \x4e\xb3\xb1\x8a\x30\x3d\x74\x9e\x32\x3a\x3e\xe6\x68\x7f\x1f\x69\ \x04\x4f\x3f\xf5\x0c\xaf\xdc\xbc\xc9\xf8\x1b\x63\xce\x6c\xf7\xc9\ \x72\x6b\x87\xab\xe3\x21\xbe\xab\x58\x5d\x59\xe1\xa9\xeb\x9b\x9c\ \x5b\xed\xf3\xdc\xcd\x01\xcf\xbe\x74\x93\xc4\xbd\x4d\xaa\x9a\x04\ \xfd\x75\xc2\x76\x0f\xe9\xba\x4c\xa2\x88\xf1\x78\x4c\x3e\x19\xa1\ \xe3\x98\x4b\x97\x2f\xb3\x77\x78\x80\x72\x5c\xba\xbd\x15\xb2\xdd\ \x7d\xe2\x24\x23\xd5\x96\x2c\x16\xa5\x19\x93\x34\x66\x1a\x8d\x38\ \x77\xee\x0c\x47\xfb\x7b\x0c\x06\x47\xf8\xa1\x4f\xd0\x0c\x09\x5b\ \x6d\x90\x8a\xf1\x64\x86\x99\xc4\xc4\x83\x11\x41\xd8\xa4\xdf\xef\ \x73\x67\x67\x87\xa0\x11\xd2\x28\x02\x49\x34\x8b\xc8\xb2\x94\x20\ \x68\x21\x53\x8f\x38\xf6\x98\x4c\x12\xb4\xb1\x55\x84\xc1\x10\x04\ \x9a\x4e\xbb\x85\x72\x25\x4a\x4a\xa2\x64\x4c\x34\xbd\x43\x72\xbc\ \x8f\x9f\x4c\x38\xdb\x52\xac\x2a\xcd\xb5\xad\x75\xbe\xeb\x23\x1f\ \xa2\x1f\x7a\x78\x46\xf3\xd2\xdb\xf7\x78\xf5\xb5\x29\xaf\x0f\x0d\ \x3a\x4b\x18\x1c\x1f\xb3\xba\x16\x82\x90\xdc\xbf\xb7\x8f\xeb\xfb\ \xf8\x7e\x48\xb7\xb3\x82\x6a\x08\x32\xc6\xe4\x51\xc4\xd1\xfe\x98\ \x34\xce\x91\x61\x80\xdf\xe9\xf1\xce\xce\x1d\xd6\x56\x14\x0d\x01\ \x26\x4f\xf8\xc1\x35\x83\x6c\xf1\x40\x1c\x93\xca\x1b\x6b\x7f\x7f\ \x9f\x28\x8a\x68\x34\x1a\x9c\x39\x73\x86\x30\x0c\x17\xa4\xdd\xe7\ \xdd\xc2\xe9\x0c\xe3\xe5\x71\x53\x19\xa4\xca\x60\x5a\x2a\xf7\x66\ \x59\x56\x75\x25\x4e\xe1\xeb\xad\x1c\xb7\xaa\x44\xcb\x51\x46\x7d\ \x0f\x53\xee\x40\xca\xf7\x98\x4c\x26\x1c\x1f\x1f\x57\x95\x7e\xbd\ \x82\xf7\x7d\xbf\xea\x62\xca\x9d\x49\xdd\x57\x23\x49\x92\x05\xb4\ \x54\x9d\x0b\x51\x1f\x31\x94\x60\x81\x2a\x69\x14\xa6\x4c\x75\x2f\ \xf0\xd3\x96\xfc\xc5\xcc\x18\x55\x0b\x54\xa7\xe9\x53\xf9\xbe\x5f\ \x75\x4f\x27\x3b\x9b\x79\x70\xaf\x77\x53\x0f\x0a\x74\x21\x10\x64\ \x99\x1d\xbb\x95\x8c\xf5\x92\xa0\x59\x0f\xd6\xf3\xe0\x79\x72\xb4\ \xb3\x9c\x48\x2a\xd4\x9e\x94\x27\x96\xe5\x25\xe9\xb3\xdc\x8d\x38\ \x8e\x43\x2b\x6c\x2c\x69\x97\x89\x05\x89\x9e\x3a\xe0\xa0\xae\x24\ \xbc\x9c\x40\xea\xce\x8c\x42\xc9\x85\x24\x52\x16\x20\xa5\xac\x49\ \xbd\x93\xfd\xb3\xf6\x6f\xf5\xa0\x9f\x9b\xfc\x74\x3b\x82\x6f\x02\ \xfe\x38\xed\xf8\x28\xa5\xf0\x7d\x7f\x5e\x28\x18\x6b\x43\x57\x76\ \x9b\xcb\xbc\x94\x3f\x8f\x8a\xf7\xb7\x75\x32\x11\x08\x66\x71\xc6\ \x38\x51\x0c\x66\x1a\x21\x43\x66\xe3\x8c\x83\xc9\x1e\x9e\xef\xe3\ \xbb\x0a\xb4\x95\x35\x69\xf6\x36\x90\x52\xf3\xd6\x60\x82\xe9\x6d\ \xd0\xdb\x0c\x99\x22\x99\xcc\xa6\x1c\xcf\x66\xe4\xb9\x41\x66\x29\ \x3b\xbb\x7b\x1c\xe5\x09\xe7\xfb\x21\xa6\x7f\x95\xf6\xb5\x55\x0e\ \x67\x29\x99\x76\xd8\x8d\x35\xe2\xd8\x00\xb1\x65\x8e\x12\xd0\x5a\ \xe9\x59\xe7\xbd\xce\x1a\x79\xe4\x60\x1c\x87\x01\x56\x2b\x6c\x38\ \x9d\x30\x8b\x2c\xfb\x3c\x08\xda\x48\xa1\x09\x45\x0f\xc7\x59\x65\ \x7d\x75\x05\x47\x1c\x10\x27\x11\xe9\x44\x93\xcc\xec\x0d\x9d\xe6\ \x21\xbe\xdb\x21\x5c\x59\x23\x0c\x1b\x34\x57\x56\xf1\x46\x92\x6e\ \x7f\x95\x59\x14\x33\x9d\x4c\x89\x13\xeb\xda\x36\x9a\x68\xdc\x46\ \x46\xd0\xf6\x90\xed\x06\xd1\x74\x4c\xd0\x09\x91\xc0\x68\x32\xe1\ \x78\x76\x0f\x95\x14\x17\xe3\x0c\xba\xa2\x47\xbb\xd5\xc2\x31\x53\ \x1a\xeb\x2d\xf0\x34\x3b\xa1\xcb\xaf\xbe\xb5\xcf\x24\x9a\xb2\xb7\ \xbf\xc7\xad\x9d\x3d\x8e\x44\x87\x4c\x85\x74\xda\x2d\x3c\xe9\x63\ \x1a\xd0\xee\xb6\x99\x30\x25\xc9\x32\x46\xd1\x98\xd1\xf1\x18\x66\ \x8a\x4c\x0a\x74\x9a\xe3\xfa\x5d\xc2\x6e\x0b\x2d\x0c\xb1\x89\xe9\ \x34\x7c\xda\xd9\x84\x4e\x16\x91\x8d\x86\xc8\xb8\x0d\x22\xb4\xe0\ \x88\x07\xd0\x99\x1c\x1d\x1d\x21\xa5\x64\x7b\x7b\x9b\x30\x0c\xab\ \xdd\x46\x7d\xe4\x61\xab\xcb\xac\x0a\x68\xf5\x20\xb2\x2c\x8f\xa2\ \xb5\x15\x83\xac\x2f\x20\xa3\x28\x5a\x10\xb4\x6b\x36\x9b\x05\xd9\ \xd1\x42\xbe\xcb\x7d\x42\xf9\xfc\x72\xf4\x51\x57\x7f\xad\x57\xcf\ \x8d\x46\x03\xd7\x75\x2b\xc6\x7c\x7d\x4f\x53\x0f\x1c\xf5\xf9\x7f\ \xb3\xd9\xac\x54\x8d\xeb\x2c\xf6\x65\x2d\xa4\x32\x00\x96\xff\x7f\ \x02\x65\x53\x0b\x3a\xea\x34\x3b\xdd\xca\x58\x69\x71\x7e\x5e\x26\ \xb0\x72\x87\xb4\x0c\xc1\xae\xcb\x84\xd4\xc7\x3a\xbe\xef\xe3\xf9\ \xfe\x83\x5b\xc0\x17\x3c\x9e\xf2\x3b\x96\x89\xbc\xbe\x0b\x5b\x0c\ \x88\x27\x17\xf4\xf5\xc7\x54\xa3\x47\xe6\x10\xed\x7a\x02\x2d\xbf\ \xef\xc2\x58\xc9\x71\x2c\x94\xf7\x9b\xfc\x00\x0b\x5d\x53\xbd\x73\ \xa8\x5f\x67\x0b\x02\x89\x05\x24\xbb\x0e\x62\xa8\x8f\xca\x4e\x53\ \x64\xfe\x66\x42\x92\x73\xb1\xc7\x7f\x73\x31\xf6\x67\xbd\xc6\x32\ \x22\x4d\x6b\x7d\xa2\xd3\x79\x50\xe7\xf5\xdb\x48\x9b\xab\xf4\x4f\ \x16\xf4\xbb\xab\x48\xc7\x27\x33\x92\xe1\x78\xc2\x2c\xb2\x09\x22\ \xf4\x3d\x9a\xed\x80\x6e\x3b\x64\x3a\x3e\x26\xf4\x1b\x24\xe9\x8c\ \xc1\xe1\x88\xc9\x2c\x22\x33\x86\x66\xb3\x45\x10\xb8\x4c\x26\x43\ \x66\xf1\x94\x5b\x77\xf7\xb8\xbb\x63\xd8\x38\x7b\x8e\xa9\x71\xc9\ \x5c\x97\x7e\x7b\x85\x30\x8a\x99\x8c\x87\xe4\x71\x44\xa7\xe1\xd1\ \x6f\x77\x2c\x43\x7c\x96\x40\x36\x23\x9b\x8d\x49\x74\x6e\x09\x3f\ \x48\xfc\x46\x03\x15\x38\x44\xb3\x63\xe2\xe9\x31\x81\xf4\x41\xa7\ \x10\x35\x10\x79\x46\x5b\x09\x56\x7b\x3d\xc6\xb3\x19\xb3\x38\xb1\ \xfe\xd3\x81\x47\xd8\xf2\x70\x1c\x98\x4d\x63\x1c\x19\xa3\xb3\x31\ \xd3\x31\x8c\x27\x33\xb4\xb6\xbb\x0c\xa1\x6c\x85\x9c\x44\x09\x3a\ \x2f\xb0\xc8\xb9\x42\x65\x92\x6e\xbb\x45\x27\x68\xf1\xff\xb6\x77\ \x66\xb1\x76\x5d\xe7\x7d\xff\xad\xb5\xf6\x78\xa6\x3b\x0f\x9c\x24\ \x59\x94\x28\xc9\xa2\x6c\x19\x52\x24\x45\xb5\x1d\x59\x92\xe3\x2a\ \x6e\xea\xd4\xad\x9d\x34\x2d\x8c\xb4\x31\x0a\x14\x28\xfa\xd0\xb4\ \xaf\x05\x8a\x3c\x17\x30\x5a\xa4\x6e\xfb\xd0\x14\x88\x5c\x23\x76\ \x0c\x3b\x70\x12\x4f\x51\x64\x4b\x1e\x24\x51\xb6\xac\x79\x96\x28\ \x71\x10\xc9\xcb\x3b\x9c\x71\x8f\x6b\xaf\x3e\xec\xb3\xcf\xdd\xe7\ \xf0\x5e\x8a\xc3\xa5\x4c\x31\xfb\x0f\x08\x24\xef\x19\xb4\xef\x1a\ \xbe\x6f\xad\x6f\xf8\xff\xe3\x38\x62\x30\x18\xe4\x24\x79\x35\x9f\ \x7a\x6d\x11\x5b\x65\xc4\x83\x0d\xfa\xd2\xe2\xe8\xca\x29\x82\xc1\ \x2a\x09\x82\x7e\x92\x30\xbd\xb8\x8b\x68\x6a\x1a\xd3\xed\xe1\x1a\ \x89\x0e\x35\x36\x36\x26\x31\xe8\x50\xe3\x28\x9f\x99\x56\x9d\x28\ \x8e\x58\x6f\x77\x08\xa3\x00\xdb\x75\x98\x6a\x2d\xd0\xaa\x4f\x21\ \x32\xe8\xb5\xd7\x20\x0e\x69\x85\x1d\x3e\x38\xe7\x72\xfd\x9c\xcd\ \x75\x37\x5e\xc5\x9e\xa9\x1a\xb1\xde\xb9\x18\xfa\x54\xab\x85\x19\ \x1a\xea\x82\x11\xb8\x4c\xe2\x58\xe8\x8c\x14\x75\xfd\x65\xc3\xb8\ \x5d\x8c\xb8\xa8\xcc\x2a\x8c\x94\xeb\xba\xa3\xdb\x45\xad\x56\x1b\ \x3b\x6d\x1a\x03\x71\x89\x66\x44\x08\xc1\x60\x30\x40\x6b\x4d\xb7\ \xdb\x25\xcb\x32\x16\x16\x16\x68\x36\x9b\xa3\xa4\x76\x71\x8b\x29\ \x1b\x6b\xd7\x75\xc7\xfe\x5e\x0e\xad\x6d\x67\xb4\x9d\xa1\x06\x3a\ \x42\x6c\xd9\x11\x5d\x18\xc4\x34\x4d\x51\x92\x2d\x45\xa2\x26\x0d\ \xac\x20\xaf\xd8\x99\x7c\x6f\xb9\xba\xa9\x30\x76\x93\x9f\x2f\x1a\ \x3e\xcb\x55\x50\x23\x9a\x98\x1d\xac\xe4\xb2\xec\xbc\x0a\xb2\x18\ \xb3\x32\xd1\xe3\x64\x98\x4a\x6c\x21\xd8\xb5\xc9\x84\x5c\xca\x21\ \x94\x68\xe5\xcb\xce\xa7\x5c\x4a\x5e\x7c\x3e\x08\x82\x31\xbd\x5a\ \x43\x21\xfb\x6b\x46\x0c\xd6\x85\x03\x2a\xb3\x53\x17\x4c\x07\xe5\ \x7e\xa1\xa2\x6f\xa5\xec\xc2\xf3\x26\xca\xbc\x28\x68\x92\xf1\xb8\ \x7c\x00\x9a\xcc\xad\x9c\xa1\x33\xb2\x0d\x43\xf7\x56\x37\x93\x49\ \x47\x3c\x6a\x06\xcd\xcc\x48\xa7\xa7\xb8\xc1\x19\xc3\x96\xeb\x63\ \xab\x03\xcb\xfb\xce\x99\x18\x93\xff\x92\x83\xb0\x4f\x10\x0c\x40\ \x44\xcc\x2f\x2e\xb3\xab\xd5\x20\x89\xa3\x3c\xd9\x5c\xaf\x23\x84\ \xa4\xdd\x6e\xd3\x5e\xeb\x50\x77\x3c\xba\xed\x0e\xeb\xeb\x6d\xbc\ \x5a\x9d\xe5\x85\x85\x7c\x71\x02\x53\xf5\x3a\x51\x38\x60\xe5\xc4\ \x3b\x6c\xf4\xbb\x58\xed\x0e\x19\x16\x69\x6a\x50\x7e\x8d\x19\xdf\ \x62\xd6\x6b\x21\xb3\x1a\x0d\xc7\xc2\x18\xcd\xa9\xd5\x35\x4e\xaf\ \xae\xb2\x77\xcf\x1e\x92\xc1\x46\x1e\xbb\x9f\x9e\xc1\xf1\x6a\xb8\ \xae\x0f\x42\x10\xc6\x0e\x83\x28\xa4\x3f\xe8\x11\x0d\x06\xd8\xcc\ \xb2\xb1\xb1\x46\x9a\x44\xb4\xa6\xf6\xe0\xf8\x8d\x5c\x4b\x43\x4a\ \x6c\x65\x81\xcc\xe8\xf6\x3b\xf4\x37\x56\x69\xb8\x92\x74\xd0\x26\ \xd2\x31\x8d\x5a\x9d\x46\xa3\x89\x52\x36\x49\xaa\x49\x32\x97\xf6\ \xc0\xa3\xdb\xee\xe2\xe8\x90\xba\x34\x24\x4a\xd1\xd6\x82\xa5\x99\ \x16\xbb\x67\x2d\xba\x5e\x02\x18\xbc\x5a\x83\x54\x48\x56\x37\x4e\ \xd1\xee\x77\x50\xf6\x34\x51\x22\xd9\xe8\x83\xd5\x6c\x30\xbf\x77\ \x11\xc7\xb2\xf1\xa3\x18\x29\x9b\xf4\xc2\x80\x8d\x20\xc2\x08\x49\ \xc3\x69\x90\xb5\x33\xa2\x8d\x10\x5f\xd5\x69\xf8\xd3\x34\xe7\x67\ \x88\x93\x00\xe5\x82\xeb\x37\x49\xc2\x8c\x4e\xbb\x4d\xda\xe9\x53\ \x37\x01\x0d\x1d\xf2\xd1\xab\xf7\xb0\x4f\x74\x58\x66\x0d\x29\x77\ \x13\x0f\x4b\xb0\x77\x22\xcc\xe5\x38\x0e\xdd\x5e\x6f\xd8\x35\xee\ \x9c\x91\xc4\x2e\x9a\xa8\x6c\x3b\x67\x1f\x10\x62\x3c\x41\x9b\xf3\ \x23\x8d\x1a\xbe\x87\x06\x52\x8e\x19\xc4\xc2\xa9\x14\x9b\x3f\x49\ \x92\x61\xf2\x35\x2f\xe1\xa6\xde\x24\x4d\x63\x84\x90\xb8\x6e\xde\ \x03\x90\x53\xe1\xc7\xc4\x71\x42\xbd\x9e\x87\x29\x93\x24\x21\x08\ \x82\xd1\xa9\xba\x78\xc6\xa2\x74\xb8\x88\xb5\x6f\x6a\x6d\xa8\x91\ \x08\x54\x39\x16\x9d\xe7\x83\xf2\x22\x8c\x91\xf3\x1c\x3a\x9d\xa2\ \xb9\xac\x5c\x50\xb0\x1d\xc1\xe1\x64\xa3\x5a\xd1\x1f\xa5\xa4\x44\ \x97\x42\x62\x93\x2a\x86\xe5\x9b\x49\x99\x00\x73\x92\x87\x2a\x7f\ \xaf\x35\xd2\x9a\xdf\xb1\xea\x4d\x29\x47\x25\xbf\xa6\x74\x93\x9a\ \x0c\xdb\x6c\xdd\xea\x50\x9c\xee\xb3\x91\x60\x99\x1a\x96\x8c\x17\ \x4c\x03\xe5\xef\x29\x9c\x41\xc1\xa3\xa5\x94\x02\x91\x8d\xa8\x6f\ \x0a\x19\xe3\x0c\x88\x87\x37\x26\xd7\x75\xf1\x6b\x35\x5c\xd7\x21\ \x1d\xd1\xa4\x30\xea\xcb\x48\x92\x0c\x31\x14\x45\x03\x90\x96\x2c\ \xb5\x2f\x96\x88\x15\x87\xf3\x20\x4a\x61\x43\x21\xe4\x98\xf4\xee\ \x76\xf3\x3a\x32\xf6\x88\x6d\xf3\x23\x5b\x56\xc8\x99\xcd\x3b\x4d\ \xde\x09\xbf\xbd\xd0\x55\x79\xac\xb6\xa2\xff\x7f\x9f\xde\x4c\xc0\ \x90\x62\x04\xf4\xc3\x2e\x51\x2a\x10\xae\x62\xf7\xc2\x3c\xd3\x35\ \x99\x97\xb2\x89\x94\x8d\x5e\xc8\xe9\xb5\x75\x82\x7e\x87\x45\x33\ \x43\xaa\x43\x1c\x17\x76\x2d\xcf\xe0\xd5\x1c\x92\x34\x41\xa7\x19\ \x46\x2b\x1c\xdb\x66\x66\x6e\x1e\xa4\xc2\x76\x3c\xfa\xbd\x3e\xdd\ \x76\x07\xa1\x13\xe6\x67\x67\x69\xb6\x5a\xe8\x04\xa2\xd4\xd0\xed\ \x0e\x58\x59\xdb\xa0\x37\x08\x60\x58\x2e\xea\x79\x75\x9a\xcd\x69\ \x1c\xd7\x27\xd5\x19\x5a\x1b\x9a\xfe\x34\x9e\x1b\x83\x30\xa4\x61\ \x8c\x30\x12\x61\x04\xfd\x41\xcc\x89\xd3\xab\x34\x66\x9b\x34\xeb\ \x75\x54\x06\xc4\x29\x83\x41\xc8\xe9\x95\xf5\x5c\xf5\x2f\x91\x58\ \xc2\xa1\x59\x6b\xd2\x9a\x9a\xc6\x76\x1c\xe2\x38\x41\x28\x85\x6d\ \x5b\x18\xaf\x49\x86\xc6\xe9\xae\x61\x27\x7d\x56\x63\x8f\x38\xb3\ \x70\x64\x40\x2d\x31\x78\x8d\xc5\x3c\x04\x93\xc6\x74\xdb\x1d\x36\ \xda\x27\x08\xa2\x2e\x42\x34\x51\x28\xdc\x46\x0b\x7b\xd7\x3c\x89\ \xaf\x90\x51\x0f\xdf\x84\x78\xae\x43\xec\xd8\xe0\x49\xda\xeb\x1d\ \x66\x74\x82\x8c\x22\x74\xb8\x4e\xb7\x9f\x92\xc9\x69\xa6\x9c\x16\ \xae\xa3\xc0\x32\x0c\xa2\x01\x6b\x9d\x80\xb5\x8d\x36\x44\x03\xa4\ \x4a\x50\x61\x9f\x41\xd0\xc6\x99\x15\xac\x9c\x3c\x4a\x33\xfa\x00\ \x4e\xad\x89\xd9\x81\xa4\x89\x31\x86\x78\x58\x76\x59\x18\xcf\xc9\ \x98\x77\x6e\xd4\x36\xe3\xe2\xc3\x33\xde\x48\x8c\x28\x27\x71\x14\ \x43\xed\x10\xb0\x6d\x6b\xb8\xa5\xad\x51\xac\xbc\xac\xc9\x0d\x8c\ \x9c\x96\xc9\x40\x59\x16\xa9\xce\x50\xd2\x42\x2a\x89\x31\x0c\x3b\ \xc4\x6d\xa6\xa7\xa7\xd8\xd8\xd8\xa0\xd7\xeb\x50\xab\xd5\x46\x27\ \xdd\xe2\xbb\xca\xd5\x5a\x45\xac\x3d\x0f\x8b\xe4\x5d\xe6\x71\x3c\ \x60\x30\xe8\x8f\xfa\x58\x94\x52\x74\x3a\x1d\x16\x17\x17\x99\x9b\ \x9f\x07\xad\xb1\x64\xde\xa4\x99\xa5\x1a\x23\x32\x92\xc2\x79\x0c\ \x09\x18\xf3\x3e\x22\x31\x76\xa3\x28\x2a\x7f\x26\x9b\x37\xa5\x94\ \xa4\x26\x1b\x85\x70\xca\x65\xa1\xe5\x71\x48\x4a\x63\x3e\x19\x12\ \x3a\x23\x4c\x62\xcc\x0e\xb7\xa8\x8e\x37\x70\x6e\x55\xe5\x55\x2e\ \xb5\x2e\xd8\x0c\x60\xc8\x87\x06\x08\x69\x86\x4e\x26\x1b\x95\xb9\ \x95\xb9\xb2\x26\xab\xc1\xce\x28\xb9\x2e\xdd\x1a\x54\xa9\x50\x42\ \x66\x0a\x59\xd0\xe4\x28\x39\x94\x2b\xce\x46\xeb\x2d\xe7\x55\xd3\ \x67\xdc\x32\xb4\xce\xf5\x4c\xa4\x10\x39\x49\xe8\x30\xe1\x6d\x29\ \x45\x3c\x6c\x8c\xf4\x6c\x77\x68\xec\xf3\x44\xfd\x56\xfd\x52\x93\ \x37\x95\x4c\x1b\x32\x93\x9d\x55\xae\x77\xf4\xa7\x30\x63\x25\xd7\ \x79\xb7\x7d\x21\xf0\x32\xa1\xde\x78\x16\x35\xc6\xb3\x39\xab\xf7\ \x85\x33\x19\xae\x13\x1c\x5b\xe2\xda\x36\x51\x9a\xd2\xed\x74\x38\ \x91\x46\x4c\xb9\x36\xb6\x34\x84\x61\x4a\x37\xd0\x80\x45\xab\xd9\ \xc4\x71\x6c\x6a\x35\x1f\xdf\xf7\x50\x4a\xd2\x6d\xb7\x09\xc2\x80\ \x54\xe7\x8b\xa1\x5e\x6f\x20\x95\xc2\x76\x2c\x5c\xd7\x41\x60\x88\ \x82\x01\x51\xd0\x63\xf5\x74\xca\xa0\xd7\x45\x4a\x41\x14\x45\x84\ \x51\x84\xb2\x14\xd3\x33\x33\xb8\xae\x8b\x57\xf3\xf1\x9c\xbc\x22\ \xa8\xd3\xed\x10\xf6\x03\x62\xad\x69\xd4\x5b\x48\x4b\xa2\x94\x4d\ \xab\xd5\x02\x21\x71\x6c\x07\xdf\xf7\xe9\x0f\x06\x0c\xd2\x90\x9e\ \xdf\xc5\x15\x16\x26\x88\x08\xe3\x9c\x10\x6e\xaa\x35\x45\xa3\x5e\ \xa7\xe6\xd7\xf0\xfd\x1a\xc6\x40\xa7\xdd\x21\x08\x43\x84\x14\x68\ \x14\x34\xa6\xa9\xf9\x1e\x5e\xea\xa1\x75\x1f\xdf\xcf\x95\x18\x93\ \xa0\xc3\x6a\xe7\x34\x62\x4a\x63\x59\x2e\xab\xbd\x90\x20\x49\x48\ \x45\x82\xeb\x39\xd4\x6a\x7e\x2e\x7c\xa5\x0d\xa9\x10\xa4\x71\x88\ \xee\x6e\x60\xf5\x43\xb4\x16\x64\xb5\x3a\x75\xbf\x8e\xae\xd5\x50\ \x52\x60\x5b\x92\x7a\xcd\x23\xb3\x0c\xeb\xeb\x2b\xc4\x72\x40\xd3\ \x75\x88\x09\x69\x0f\x62\x02\x2d\xb1\x2d\x07\xc7\x99\xc2\x75\xea\ \x84\x71\x87\x67\x4e\xc5\xd4\x5a\x4b\x2c\xec\xbe\x9d\x86\xd3\x80\ \x1d\x2c\x15\x2d\xa8\x1b\xca\x44\x8d\x65\xbd\xed\x49\x52\xbb\xf2\ \x71\x75\xf3\x54\x3e\xce\xcb\x94\x13\xf6\x8d\xf7\x2a\x94\xcb\x63\ \xb5\xd6\xa4\xc3\xdc\x0c\x80\x6d\xd9\xb9\x81\x1a\x9e\x7a\xf3\xcf\ \x09\xa6\xa7\xa7\x46\x61\x9f\x3c\xd4\x36\x1e\x32\x29\x27\xd8\xcb\ \xcd\x6e\x71\x9c\x0c\x0d\x44\x9e\xf4\x95\x52\xd2\xeb\xf5\x08\x82\ \x00\x21\x04\xbd\x5e\x2f\xaf\x20\x53\x8a\xc1\x60\x30\x56\x6a\x3c\ \x2a\x05\x9f\xec\x8a\x2e\xc5\xdb\x8b\xf0\x58\xb9\x6f\x66\x74\x13\ \xcb\x34\xaa\xd4\xa7\x51\x4e\x08\x4f\x96\x12\x9f\xd1\xa3\xb2\xc5\ \xcf\x92\x34\x39\xa3\x09\xf4\xbd\x89\x56\x9c\x49\xad\xb3\x79\x63\ \x29\xf2\x10\xea\x5d\x63\xff\x93\x0a\x94\x5b\x9d\xc0\xcb\x63\x5a\ \x54\x3e\xc5\x51\x94\x37\x48\x9b\xad\xf5\xd7\xcf\xcc\xad\xc8\x91\ \x53\x2a\x9a\x20\x8b\x10\x5e\xd1\x00\x6b\x59\xd6\x48\x69\x71\xd2\ \x90\x9f\x51\x50\x31\x92\x37\xde\xfe\xd6\x32\x96\xc0\x97\xdb\xb3\ \x0f\x6f\x55\x01\x39\xd9\xe9\xbf\x5d\xe3\xe3\xfb\x2f\xcc\x25\x72\ \xea\x12\x91\x41\xdd\xf5\x69\x34\x7d\xd2\x34\x63\xd0\x59\x27\xeb\ \x65\x58\x26\x37\xa4\xb5\x5a\x13\xe5\x34\x90\x04\x38\x96\x9d\x37\ \x3b\x26\x11\x1b\xeb\x1b\x04\x61\x98\x9f\x78\x44\x2e\x6f\x1a\x47\ \x79\x28\x43\x22\xf2\x2e\xfa\x61\xe2\x54\x49\x49\x1c\x45\xf4\x7a\ \x5d\x2c\x65\xa1\xa4\x64\x76\x7a\x06\xc7\x77\x19\x0c\x37\xbb\x33\ \x4c\xdc\xae\xaf\xad\x0d\xe5\x51\x73\xd2\xb9\xc1\xa0\x4f\xa2\x53\ \xa4\xa7\xb0\x86\x82\x4d\xb6\x6d\x53\xaf\xd7\xf1\x2d\x41\x2f\xea\ \x33\x08\x02\x34\x12\x4b\x9b\xbc\xe1\xae\x51\x1f\xb1\xd7\x66\x26\ \x23\x08\x03\x92\x6e\x0f\x9d\xa6\xa4\xc3\xb8\x75\x94\x6a\xa2\x20\ \xc4\x73\x5c\xac\xa2\xa9\xce\xb1\xb0\x6d\x87\x29\xed\xe0\xf5\xe1\ \xd4\xda\x0a\xca\xf6\xd0\xb1\xa1\x3e\x3d\x85\xdb\xa8\x11\x04\x1d\ \xd2\x24\xc6\xe8\x14\x32\x08\xda\x6d\x82\xa4\x8b\xdd\xdf\x60\x56\ \xd9\xe8\x50\xd3\xeb\xf7\x48\x67\xe6\xf0\x94\x8f\x25\x0d\xb6\x25\ \xb1\x6d\x45\x84\x41\x48\x43\x18\xf5\x49\x7a\x1b\x20\x13\xa4\x74\ \x98\xae\x4d\x21\x9c\xda\xf0\x79\x53\xb2\xd6\x1e\xde\x08\x23\x8e\ \x3f\xbd\xc2\xd5\xbb\x97\xf9\xdc\x6e\x8f\x1a\x86\x74\xc7\x9c\x89\ \x1a\x39\x92\x71\xb2\x47\x46\xc6\x7a\xb2\xca\x67\xb2\xc3\x59\x4e\ \x48\xb0\x16\xca\x82\xe5\xea\x99\xc9\x8a\x15\x21\x25\x12\x35\x34\ \xb4\x29\x86\x6c\x78\xcb\x91\x58\x56\x71\x92\xcf\x7b\x4c\xf2\xea\ \x9e\x82\x1a\x3f\xdd\x32\xf4\x94\x65\x19\xbd\x5e\x8f\x4e\xa7\x03\ \xe4\xa5\xce\xb6\x6d\xd3\x68\x34\x46\xc6\xaa\xc8\xdd\x74\xbb\x5d\ \x1c\xc7\x61\xaa\xd5\x1a\x49\x06\x17\xdf\x99\xdf\x68\xe2\xb1\x53\ \x75\x5e\xd1\x35\xae\x86\x68\x6d\xc1\x97\x55\xb0\x19\xab\xd2\xc9\ \xbe\x08\xc3\x6d\xd5\x44\x37\x69\x3c\xca\x0e\xac\x28\x65\x75\x1c\ \x07\x75\x09\xb8\xb9\xde\xcd\x91\x9c\x99\x88\x17\xe3\x7d\x25\x5b\ \x24\x9f\x27\xa9\x6e\xca\xa5\xbd\x93\xa5\xde\x93\xe5\xe4\x93\x6b\ \x50\x16\x92\x08\x42\x62\x95\x0a\x21\xca\x1d\xf1\xc5\xfc\xa4\x69\ \x82\x6d\xbb\xa3\x02\x8c\x72\x53\x6a\xc1\x3d\x17\x86\xe1\xa8\x4a\ \xb1\xa0\xa0\x2f\x1b\xfa\x49\x3a\x19\x41\xce\xdc\x21\xce\x21\xe9\ \x3e\x19\x32\xdb\xae\x02\x6c\xab\x4a\xad\xb2\xb3\x9d\x8c\x08\xbc\ \x2f\x9b\x16\x05\x39\x4d\x49\x14\x04\x0c\xba\x01\xfe\x94\xc3\xcc\ \xd4\x0c\xb3\x8d\x1a\x69\xaf\x0d\x49\x42\xad\xd1\xc4\xf2\x5b\xf4\ \x82\x84\x4e\x77\x80\xef\xd9\x0c\xfa\x03\xda\xdd\x36\xb6\xed\xd1\ \x6a\x4d\xe1\xd5\x7c\xb2\xcc\x10\xc5\x31\x83\x20\xa4\xd3\xc9\x15\ \x1b\xa5\xcc\x85\x73\xd2\x2c\xa3\x51\xaf\x33\xd5\x6c\xe5\xe1\x15\ \x9d\x51\xf3\x7c\x5c\xcf\x65\x10\x06\x74\xbb\x5d\x6a\xf5\x3a\x41\ \x18\x10\x27\x29\x18\x45\xa3\xd9\xc2\xb2\x1d\xb2\x2c\xd7\x14\xef\ \xf4\xbb\xf4\xfa\x03\x64\x66\x98\x6f\x4d\x31\x08\x02\xe2\x34\x65\ \x6a\x61\x06\x1c\x49\x92\xc4\xf8\xc2\xa6\xe5\x7a\x58\x8e\x43\x2f\ \x8c\xe8\xf5\xbb\xb8\x4e\x8d\x30\x8a\x89\x52\x8d\x6d\x3b\xb9\x8a\ \xa3\x1a\x26\x5f\xa3\x98\x2c\x8a\x88\xa3\x3e\x2a\x0e\x11\x71\x42\ \xaf\xd3\xc6\x6d\x48\x1a\x3e\x5c\xb3\x6f\x17\xe9\x89\x80\xcc\xf6\ \x51\xc2\xc6\xae\xd7\xe9\xab\x98\xb8\x13\x31\x08\xfb\x44\xe1\x80\ \x76\x3f\x20\xa9\xd9\xd4\x7c\xc9\xf2\xfc\x1c\xb7\x2d\xef\xa1\xb3\ \xd6\xe6\xa9\x63\xc7\x38\xba\x7e\x1a\x23\x7d\xa6\xa6\x16\xf2\x4a\ \xb3\x34\x46\xd6\x5c\xe6\x17\xe7\xf0\x52\x9b\xa4\xd3\x03\x95\xe1\ \x7a\x35\x8c\xb2\xe9\x0c\x22\xfa\x61\x8c\xb6\x6c\x4e\x77\x12\x6a\ \x7e\x8d\x38\x12\xbc\xf2\x46\xc4\x7d\x07\x53\x96\x1a\xf6\xce\x10\ \x3d\x8e\x16\xf3\x78\x38\xa2\x4c\x31\x3f\x59\x39\x33\x59\x8f\x5f\ \x84\x7c\xac\x31\xe5\x3c\x39\x56\x2a\x5c\x48\xe6\x0a\x91\xcf\xcf\ \xa8\x77\x40\xda\x18\x24\x49\xa2\x31\x68\x2c\xab\x48\xae\xeb\xd1\ \xba\x29\x36\xda\x60\x30\x20\x08\x83\xbc\x0a\x2f\x8a\x46\x89\xfe\ \xa2\x70\x60\xb3\x9f\x20\x37\xbc\xc5\x7b\x0a\x1d\x91\x38\x8e\xf1\ \x3c\x6f\x64\xe0\xbb\xdd\x2e\xdd\x4e\x87\x4c\x6b\x66\x66\x66\x68\ \x34\x9a\x63\xfd\x10\xe3\x06\x61\x53\x96\xb5\x1c\x0e\x2c\x6e\x6e\ \xe5\x5c\x88\xc9\x34\xba\x44\x21\x5f\xbe\xe5\x6d\xc7\xe3\x34\x39\ \xae\x65\x03\x65\xdb\x9b\x8d\x7d\x3b\x7d\xeb\x98\x8c\xe5\x6f\x45\ \x97\x32\xe9\x0c\xca\xef\x9d\x54\x51\xdc\xce\x99\x8c\xfa\x3e\x65\ \x29\xdc\x39\xa2\x6b\x91\x63\x21\xc1\xf2\x33\xa6\xc3\xb1\x2c\x53\ \xf8\x6f\x52\xde\x0f\x75\x76\xb4\x1e\xf2\xaa\xa5\x63\x21\xba\x62\ \x2e\x8b\xf5\x37\x2a\x53\xd6\x1a\xcb\xb5\x51\x72\xbc\xe3\xbe\x4c\ \x63\x33\x56\x4e\x91\x99\x73\xba\x99\x64\x5b\x84\xbe\xb6\x0a\x61\ \x6d\x15\x5e\xdc\x5c\x17\x45\x1e\x29\x7b\x1f\x87\xb9\x86\xce\x44\ \x25\x09\xca\xa4\xc4\xbd\x0e\xda\xb1\x99\x6d\xd5\x11\xaa\x81\x85\ \xc1\x75\x7d\x06\x71\x46\xd8\x6b\x13\x76\xdb\xe8\xa6\x83\x42\xe3\ \x08\x98\x9f\x9d\x62\x7e\x7e\x61\x94\x12\xd6\xc6\x10\x04\x21\xeb\ \xeb\x6b\x74\xba\x6d\x1c\x0b\x74\x1c\x93\x85\x7d\x32\xd7\xc6\xf1\ \x1c\x1a\x7e\x0d\xad\x73\xa2\xb5\x6e\xb7\xcb\xc6\xea\x0a\xd1\xa0\ \x87\x23\x16\x51\x59\x8a\xab\x60\x6e\x76\x96\x5a\xa3\x81\xc9\x04\ \x49\x9a\x53\x9b\xf8\xae\xe4\x74\xd7\x10\x0f\x06\x78\x96\xa4\x9f\ \x84\xa4\x71\x44\x34\xb0\x70\xeb\x1e\x2d\xbf\x81\x6d\x24\xbe\xb4\ \x08\xa2\x90\xf6\xea\x0a\xdd\x5e\x97\x85\xe9\x29\x7c\x5b\x92\x61\ \x98\x9b\x6e\xd1\x6c\xe6\xc9\xfa\x24\x4d\xa9\x7b\x0e\xad\xd4\x61\ \xa3\xdd\xc6\xca\x40\x19\x8b\x7e\x9a\x90\x0d\x3a\x64\x66\xc0\xd2\ \xbe\x65\x3a\xa9\x4d\x5f\x5b\x58\x96\x47\xa8\x53\x7a\x1b\x2b\x24\ \x83\x1e\x76\xad\x41\x26\xa0\x66\x49\x54\xdd\x63\x7a\xda\x63\xb7\ \x23\xd9\x33\xdb\xa0\x96\xa5\x5c\x97\x2d\x20\xfa\x21\x27\x37\x06\ \xa8\x2c\x26\xd3\x19\x49\xd4\x47\xc5\x29\x32\xf3\x68\x7a\x1e\xa8\ \xe6\xb0\x4e\x5f\xd1\xeb\xf7\x49\xbb\xeb\xe8\x48\xe3\x4f\xcf\xe0\ \xd8\x92\x7e\x18\x31\x3b\xb7\x84\xd3\x98\x43\x5a\x9b\x44\x82\x3b\ \x93\x2f\x13\x64\x59\xbe\x21\x8b\x13\x77\xc1\x0a\x3c\x29\xea\x33\ \x69\x2c\x26\xfb\x22\x8a\xfe\x8c\xa2\x1f\xa5\x38\x71\x16\x04\x86\ \x45\xc2\xbb\xd0\x9c\x00\x05\x42\xe5\xb4\xfc\x32\x1b\x31\x02\xe7\ \x37\x43\x17\xdb\xb1\xf2\x66\x58\x21\x70\x1c\x97\x7a\xbd\x8e\x9e\ \x4e\xd1\xba\x10\x9e\xca\xe5\x81\x0b\xa7\x27\x44\x2e\x07\x6c\x59\ \x76\xc9\x58\xe7\xb7\xd2\xbc\xeb\x5d\x0e\x9d\x5f\x6e\xe4\xe2\x28\ \x62\xa3\x44\xb4\x38\xd2\x0f\x19\xe3\xca\x1a\x1a\x77\xce\xec\x7a\ \xde\x2c\x2f\xce\x89\x2a\xf3\xca\xa2\xcd\x9e\x14\x9d\x6d\x0a\x8c\ \x79\x9e\x37\x56\x94\x30\xd9\x4d\x5d\x2e\x61\xd5\x5a\x93\xea\x74\ \xd8\x28\xa9\xc1\xec\xac\x23\xb1\x6d\x9b\x9a\xef\xe3\xfb\xfe\x96\ \xce\x64\xab\x52\xd7\xc9\x7e\x8a\xad\xf4\xcc\x65\xf9\x3d\x25\x87\ \xb3\xd9\xab\x22\xc7\x1c\xd4\xe8\xc0\x51\x94\xf6\x4e\x88\x4a\x65\ \x5a\x60\x95\x4a\xd0\x8b\x72\xdf\x5c\xea\x39\x77\x4e\x6a\x28\xef\ \xac\xa4\x35\xa2\x73\x11\x42\x92\xc4\x31\xa9\x4e\x51\xca\x1a\xe9\ \xac\x60\x04\xfd\x7e\x6f\x44\xf8\x68\x0d\x4b\x94\xcd\xf0\xd9\xb3\ \x72\xd8\x0a\x86\x73\xca\x58\x81\x42\xfe\x67\x56\x52\xf5\x2c\xf6\ \x41\x5a\xd2\x81\xc9\x0b\x02\xd2\xe2\x26\x5a\xfa\xac\x1e\x4b\xee\ \x6f\x26\xee\x75\x11\x82\x11\xa0\x87\x39\xe7\xf7\xa5\x38\x56\x10\ \x6b\x6e\xdf\x3f\xc7\x87\x3f\x50\x52\x70\x11\x02\x29\xa2\xbc\x9a\ \x41\x08\xa0\xe8\x03\xa8\x01\x57\x0d\x17\x51\x0d\xc3\xdc\x30\x76\ \x3a\x38\xe3\x97\x37\x66\x1a\x63\xa6\x4a\x57\xbc\xe6\x90\xee\x3a\ \x05\xa1\x87\x83\x99\xe4\x49\xae\x6c\x06\x98\x41\xaa\x94\xec\xe0\ \x62\x9e\xa0\x93\x12\x41\xb0\x59\x20\x51\xc4\x31\x99\xc2\x98\x16\ \x52\x24\x64\x66\x7a\x42\x3b\x42\x03\x29\x98\xe1\xf3\x9a\x69\x30\ \x53\x28\x95\x92\xdd\xba\xb4\xb9\xe8\x45\x58\xea\x0b\x10\x18\x2c\ \x8c\x99\x05\x66\x46\x15\x6e\xb9\xfa\x79\x0b\x4b\x29\x3e\x7e\x95\ \x1a\x2e\x9c\x74\x58\xed\xb3\x08\x2c\x0c\x55\x00\xa7\x36\x43\x37\ \x52\xe4\xc4\x8f\x72\x80\x5e\x54\x7c\x82\xf9\xbc\xda\xb8\x94\xd8\ \x35\x66\x6e\x48\x0f\x23\x86\xe3\x3b\xa4\xc8\x1c\x8e\x91\x31\x8d\ \xd1\x66\x84\x19\x0c\x06\x29\x24\x42\xa6\xd8\x22\x23\xd2\x62\x47\ \x8c\x8a\x65\x59\xfc\xa7\xff\xf8\x47\x5b\xe8\x98\xef\x64\xca\xb7\ \x28\x87\x34\x6c\x2d\xcf\x20\xc6\x62\xd4\x25\xee\x8a\xcd\xcd\x36\ \x9c\xa3\x82\xdd\xa2\x88\xdb\x17\x8d\x5f\x9b\xa5\x9e\x05\xf5\x88\ \x28\xf5\x47\x30\xa2\xc3\x2f\xf4\xe0\xf3\xd7\xc4\x98\x23\x28\x34\ \xea\x0b\x03\x71\x6e\x43\x30\xde\xd8\x57\xfe\xdc\x45\x8d\xe9\x04\ \xed\xb9\x52\x6a\xd4\xbb\x73\xb1\xe8\xf7\xfb\xfc\xeb\x3f\xf8\x02\ \x5f\xf8\x17\xff\x7c\xc7\xf9\xbe\xce\x23\x0e\x72\xe6\xdc\x6f\x39\ \xa2\x5b\x1f\x99\xc6\x89\xc4\xc5\x98\x30\x5a\xf9\xfb\xb7\x20\x1c\ \x1f\x89\x66\x89\xa2\xf2\xe8\x5d\xe6\xe1\xec\x2f\x9e\x4d\xbd\x6a\ \xfb\xd7\xcc\xb9\xfc\x50\x80\xef\x79\x67\x25\xad\xbc\x3c\x73\x26\ \x80\xa5\x04\xb6\x12\x67\xf9\x1d\xcb\xa5\x72\xe2\xcc\x10\xc0\x36\ \xdb\xac\xc4\x15\x3c\xf6\xd3\xf2\x27\xca\xdf\x69\x00\xa1\xc4\xd8\ \xbb\xc4\x59\x27\x6b\xf2\x79\xca\x0b\x69\xab\x67\xdd\x6a\xf6\xcc\ \xc4\x33\x8a\xb1\xa5\x58\xb2\x65\xe5\x00\xd1\xd6\x1b\xa3\xf8\xcd\ \x8c\xc6\x52\xe5\x57\xd4\x16\xcf\xbb\xd5\xa8\x89\xed\x37\x1d\x19\ \xd9\x0e\x87\xce\x27\x4f\xa7\x15\x2e\x3f\x5c\x4c\x62\x76\xab\xef\ \x72\x1d\x07\xdf\x73\x79\x0f\xd3\x30\x15\x2e\x00\xd9\x79\x28\x6c\ \x5e\x5e\x61\xae\x73\xa4\x7b\x3a\xd7\xf5\x77\x3e\xeb\xd4\x9c\xe7\ \xbf\xb9\x04\xcf\xf0\xae\x9f\xdc\x72\x7c\xcc\x39\x7d\x8d\xd9\xd6\ \x79\x5d\x9a\xa7\xbf\x54\x0b\xb6\xc2\x95\xe3\x9c\xb4\xae\x3c\xc9\ \x95\x04\x59\x0d\x41\x85\x0a\x15\x2a\x54\xa8\x9c\x49\x85\x0a\x15\ \x2a\x54\xa8\x9c\x49\x85\x0a\x15\x2a\x54\xa8\x9c\x49\x85\x0a\x15\ \x2a\x54\xa8\x50\x39\x93\x0a\x15\x2a\x54\xa8\x50\x39\x93\x0a\x15\ \x2a\x54\xa8\x50\x39\x93\x0a\x15\x2a\x54\xa8\x50\x39\x93\x0a\x15\ \x2a\x54\xa8\x50\xa1\x72\x26\x15\x2a\x54\xa8\x50\xa1\x72\x26\x15\ \x2a\x54\xa8\x50\xa1\x72\x26\x15\x2a\x54\xa8\x50\xa1\x72\x26\x15\ \x2a\x54\xa8\x50\xa1\x02\x70\x99\x11\x3d\x56\xb8\x34\x30\x80\x12\ \xe0\xdb\xe6\xa2\x59\x5a\x85\x80\x20\x11\x68\x03\xa2\x1a\xda\xcb\ \x1e\x9e\x05\x52\x9a\x8b\xe2\xec\x14\x02\x12\x2d\x88\x74\x35\xe7\ \x97\xef\x1e\x37\x58\xd2\xc1\x92\x2e\x3b\x45\xd0\x6a\x80\x38\x1d\ \x9c\xf3\xf7\x5d\xbe\xce\x44\x59\x20\xd5\xf6\xbf\x66\x9a\xee\xa8\ \x0e\xf9\x15\x7d\x62\x90\x70\xba\x2f\x78\xe2\x88\xc2\xba\xc8\xbb\ \x68\x9a\xc1\x9d\x57\x65\xcc\xd5\x0c\x7a\xa7\x87\x5f\xca\x7c\xde\ \xb7\x33\x59\x99\x06\x3d\x14\x00\xaa\xb8\xcb\xdf\x7d\x38\x05\x3c\ \xfc\x86\xa2\x1b\x82\xba\x88\x79\x4f\x34\xec\x9b\x36\xdc\xba\x4b\ \x93\x64\x3b\xed\x4e\x04\x58\x56\x2e\x60\xbe\xe5\x56\x37\xa0\x93\ \xcd\xbf\x57\xd8\x66\x8f\x3b\x9c\xec\xbc\xc2\x91\xb5\xa7\xb0\xe4\ \xc5\xab\x62\x1a\x93\xcb\x69\x7f\x70\xf7\x6f\x22\x85\x7d\x4e\x0e\ \xe5\xb2\x74\x26\x46\x2a\xf4\xea\x09\xf4\xfa\xa9\x33\xc5\x63\x8c\ \x41\x58\x36\xf6\x9e\xfd\x58\x9e\x8f\x8e\xa3\x6a\x25\xbd\x0b\x6c\ \x09\xab\x03\xc1\xd7\x9e\xb1\xf1\x2f\x72\x9d\x05\x09\x5c\x3f\x1f\ \xb3\xdc\xd8\x61\x67\x22\x24\x3a\x0c\xd0\x27\x0e\x63\xb2\x49\x15\ \xc7\xa1\x62\xe2\xdc\x2e\xdc\xb9\x5d\x64\x69\xfc\x9e\xea\x91\xbf\ \x9f\x9d\xc9\x43\xaf\x29\x8e\xac\x4b\xec\x8b\xd8\xe9\x83\x18\x3e\ \xb1\x3f\xe5\x8e\xbd\x9a\x64\x87\x0f\x10\x46\x08\xd2\xe3\x6f\x92\ \xf5\xdb\x67\x3a\x14\x63\x90\x7e\x1d\x7b\xcf\xfe\x5c\x85\x30\x4d\ \xaa\x49\xdd\x76\x8f\xbb\x9c\x6c\xbf\xc4\x4f\x5f\xfb\x3f\xb8\x56\ \x63\x07\x9c\x89\xc1\x52\x0e\x37\x2c\xdf\x83\xb2\x9c\x73\xda\x6f\ \x97\x9f\x33\xb1\x1c\xd2\x23\xaf\xe0\x7c\xff\x7f\x33\xef\x28\x8c\ \xb4\x26\xcf\x31\xa4\xe1\x80\xb5\x6b\x6e\xe3\xe9\xd0\xe1\xc0\x9d\ \x1f\xa3\x31\xb7\x44\xa6\xd3\x6a\x45\x9d\xe5\xba\x2a\x05\xd4\x1d\ \x83\x67\x8d\x2f\x98\xcc\x08\xa4\x30\x18\x04\x96\x84\x24\x35\x08\ \x39\xd4\x9d\x96\x02\x5b\x32\x26\x86\x25\x45\xfe\xdf\x8e\x9a\x72\ \x21\xd0\x69\x4a\xf6\x83\xff\xcb\xcc\xca\xeb\xd8\xf5\xc6\x48\xf7\ \xba\x98\x73\x13\x87\x0c\x9a\x8b\xbc\x34\x73\x03\x6a\x7a\x81\xeb\ \x7e\xed\x1f\x90\xc6\x71\x35\xb9\xef\x02\xcf\x82\x9a\x63\xb0\x4b\ \x97\x7c\x9d\x99\xa1\x44\x2c\x58\x2a\x57\x87\xd4\x46\xa0\x84\x21\ \xcd\xc0\xb1\xc4\x98\x76\x8e\x00\x1c\x75\x09\xd4\x6d\x94\x4d\xf2\ \xdc\xa3\xd4\x7f\xf2\x75\xea\xad\xd6\x19\x17\x0f\x61\x32\x92\x24\ \xe5\xf8\xfe\xbb\x39\xdc\xcf\xb8\xe5\xde\x07\x50\x96\x5d\x1d\x24\ \xb6\xdc\xe3\x06\x25\x6d\x5c\xab\x81\x6b\xd5\x31\x46\x63\x50\x58\ \x52\x90\xea\x08\x23\x6c\x14\x19\x69\x96\x22\xa5\x8b\x14\xb9\x2c\ \xb1\x90\x92\x4c\x27\x08\xe9\xa0\xa4\x1c\x29\x87\x16\xce\xe4\x7c\ \x02\x9b\x97\x9f\x33\x51\x16\xe1\x1b\xcf\xb2\xe4\xd9\xcc\x2f\x2c\ \xe6\x4e\x42\xca\x7c\x25\x9b\x0c\x25\x25\x7a\xdf\x47\xf9\xfe\x5f\ \x7c\x93\x68\xe9\x3a\xbc\xfb\x7f\x7b\x34\x00\x15\xce\x1d\x5a\x67\ \xec\xd9\x3f\xcb\xbd\x8d\x80\x1f\x74\x7d\xfe\xfd\xaf\x79\x6c\x04\ \x19\xa7\x4f\xf6\xf9\xfa\xa1\x1e\x72\xa9\xce\xef\xde\xd6\x64\xd6\ \x82\xb5\x53\x3d\x1e\x3c\xd4\x23\xbc\x44\x11\x73\x21\x04\x49\x77\ \x03\xf7\xf8\xab\xec\x3e\x70\x03\x26\xec\xe5\xa1\x8f\x42\x06\x55\ \x6b\xac\xdd\x1f\xe6\xb1\x37\x4e\xf0\xcb\xef\x7c\x83\x7b\xfe\xdd\ \x7f\xc6\x54\x82\x5a\xe7\x6f\x70\x32\x43\x56\xf3\xf9\x97\x1f\x71\ \x79\xf4\xd5\x80\x4f\xde\x39\xcf\x12\x9a\x30\x4e\x78\xe8\x89\x75\ \x9e\xec\x58\x7c\xfa\xee\x69\x6e\x9f\x53\x98\x38\xe1\x5b\x8f\x6f\ \xf0\xdc\x9a\xe6\x92\x64\x4a\x84\xc0\x28\x8b\xf8\xa5\x43\x5c\xbb\ \xbc\x8c\xef\xd8\x18\x29\x37\xff\x5f\x99\xc6\xf2\x6b\xac\x4f\x5f\ \xcd\xa3\x7f\xf6\x20\x7b\xef\xfb\x2c\xb6\xeb\xa1\xd3\xea\xd0\xf8\ \xee\x7b\x3b\x66\x71\xdf\x1f\xf2\x4f\x3e\x7c\x0b\xed\x7e\x97\x41\ \xf7\x69\x7e\xfa\xf4\x9f\x13\x2d\x7d\x81\x7f\x74\x6d\x93\xef\xfc\ \xf8\x4b\xac\xba\x77\xf0\xc0\xc1\xdb\x78\xea\xe9\x3f\x25\x9a\xfb\ \x24\xf7\xde\x7c\x3f\x35\x25\x58\x3d\xf9\x3d\x7e\xf4\xdc\x43\x84\ \xe2\xfc\x5d\xc3\x65\x19\xe6\x4a\x32\x10\x43\xbd\x72\x93\xc4\xc4\ \xdd\x75\x10\x12\x5b\x08\xb2\x6b\x6e\xe6\x1b\x3f\x7c\x8c\x95\x20\ \xe3\x37\x3f\xff\xaf\xb0\x5d\xb7\x5a\x60\x17\x78\x5d\xb1\x5d\x8b\ \x85\xba\xa4\x85\xc5\xd1\x57\xd7\xf8\xe3\x27\x52\xfe\xe8\x77\x96\ \xf8\xc4\x0d\x19\x33\xfb\x5b\xac\xbc\x70\x9a\xff\xf5\x46\x4a\xd3\ \x17\xc4\x88\x4b\x98\x7c\x15\x68\x93\xa1\x85\x44\xa6\x31\xda\xb2\ \x49\x56\xdf\x21\x13\x02\xa9\x35\xfe\xd2\x5e\x9e\x3e\xd9\xe5\x3b\ \x0f\x3f\xc2\x1d\x9f\xff\x22\xcb\xd7\xdd\x48\x12\x06\xd5\x1c\x5e\ \xc8\xb4\x4b\xc1\x42\xc3\xc2\xf3\x2c\xea\x51\xc0\x97\xbf\xb7\x42\ \xf3\xe0\x32\x5f\xb8\xb5\x8e\xd5\xf6\xb8\xcd\x8e\xf8\xd2\x5f\x75\ \x48\x2d\x89\x30\x26\x3f\xd9\x66\x97\x62\xc6\x21\x33\x19\xb1\x91\ \x08\x9d\x80\x55\x23\xeb\x6e\x90\x84\x83\xfc\x46\xe5\xf9\x6c\xcc\ \xee\xe5\x2b\xdf\xfe\x2e\xfe\xde\xeb\xf9\xd0\xa7\x3e\x5b\xdd\x48\ \xce\x79\x6b\x0b\x1a\xb5\x79\x56\x8e\xff\x39\x5f\x7b\xe2\x10\xb7\ \xde\xf5\x5f\xb8\xff\x96\x15\xbe\xbf\xea\xb3\x77\xef\x03\xdc\x73\ \xf3\xcf\xf9\xcb\xd7\x22\x1a\x7e\x0b\xbb\x71\x33\x1f\xbd\xf5\xb7\ \x38\xf6\xfc\x7f\xe5\xd0\x3b\x2b\xb8\x8e\x47\x2a\x6d\xe4\x05\x0c\ \xf5\x65\x59\x1a\x9c\x1a\x83\xb1\x5d\x9e\x67\x96\x37\xbd\x25\x9c\ \x5a\x03\x91\x44\x64\xfb\x6e\xe4\x1b\xbf\x7c\x9d\xc3\x87\xdf\xe2\ \x8e\x03\x57\xe3\xd4\x9a\x64\xe7\x28\x76\x5f\x61\x8b\x45\x67\xf2\ \xb0\x46\xaa\x0d\x73\xf3\x3e\xf7\x7d\xb0\xce\x8c\x48\x89\x95\xc5\ \x5c\x16\xf3\xf0\x6b\x11\x99\x12\xf8\xae\xc2\x96\x97\x56\xc4\xd7\ \x18\xc8\xb4\x66\xad\xb1\xc4\x13\x61\x1d\xb1\x78\x15\x04\x7d\x9c\ \xb9\x65\x9e\x4e\x9b\x7c\xf3\xa1\x47\x38\xb8\x6f\x89\x5d\x4b\x0b\ \xa4\xba\xba\x95\x5c\xd4\xfe\xca\x0c\x26\x03\xe1\xd9\xdc\x76\xa0\ \xc9\xed\x4b\x92\xa3\x6d\xf8\xe0\x92\xe4\x67\x2f\xf4\x59\x4b\x05\ \x8e\xad\xa8\x59\x97\xde\x3c\x68\x9d\xa1\x6b\x53\x1c\x8a\x1a\xac\ \x4e\xef\x43\x49\x81\x12\x82\xce\xae\x03\x3c\xf8\xd0\xe3\x98\x38\ \xe4\xd6\xfd\xfb\x10\x96\x5d\xdd\x46\xcf\x6b\x3f\xa5\x64\x48\x94\ \xd9\xe0\xb9\x97\xfe\x16\x31\xfd\x21\xe6\xec\x84\x97\x5e\xfe\x2a\ \xed\xc6\x7d\xdc\xb1\xef\x1a\x82\x70\xc0\xd4\xdc\x4d\x78\xfd\xe7\ \x78\xfe\xd8\xab\x20\x6c\x3c\xa7\x81\x75\x81\x61\x6c\x79\x19\x8e\ \x02\x3a\xcb\x48\xa4\xcd\xa1\xe7\x5e\xe4\xc1\xbf\xf9\x3b\xde\xae\ \xef\xc6\xba\xe1\x76\xbe\xf5\xf4\x9b\x3c\xf3\xec\x0b\x7c\xee\x81\ \x7b\x69\x28\x4d\x5c\x25\xdf\x2f\xd8\x89\x44\x49\x46\x6a\x40\x09\ \x43\x86\x60\x7a\xca\xe5\xa6\x59\xc9\x0f\x9f\x58\xe3\xd1\xe3\x1a\ \xdf\x53\x34\x95\xa1\xa3\x2d\x7e\xf7\x37\x66\xb8\xc6\x85\x4b\x29\ \xd9\x9d\x65\x9a\x4c\xd9\xbc\xbd\xba\xc1\xd7\xff\xfa\x6f\x78\xf8\ \x58\x0f\xff\xe6\xbb\x78\x4e\x37\xf8\xea\xb7\xbf\xcb\x47\x6e\xbe\ \x89\x3b\xaf\xbf\x9a\x5e\xa7\x73\x66\x51\x46\x85\x73\xbb\xf1\x27\ \x19\x51\x6a\x90\x52\xe4\x21\x63\xd7\xe6\xba\xdd\x1e\x83\xe3\x1d\ \xfe\xec\xe7\x7d\x22\x29\x99\xf5\x24\x9d\x20\xe3\x96\x9b\xa7\xf9\ \xf4\x01\x97\x34\x31\x97\xec\x10\x61\x32\x83\x06\x7a\xa9\xe0\xe1\ \x9f\x3d\xce\x57\x1f\x79\x92\xfe\xee\x9b\x08\xaf\xbe\x85\x07\x1f\ \x7a\x9c\x76\xa7\xc3\x3f\xbb\xff\x63\x64\x41\x0f\x5d\x39\x92\x0b\ \x70\xd4\x11\x51\x12\xe1\xfa\x0b\xd8\x26\x20\x41\x61\x25\x6f\xf3\ \xe3\x67\xff\x96\x7d\x07\x7e\x8f\x6b\x6a\x8a\x20\x0e\x90\x6e\x0b\ \x47\x24\xc4\x72\x89\x7b\xee\xf8\x37\xec\xb2\x52\xd2\x0b\xb8\x05\ \x5e\x76\x61\x2e\x31\x0c\x73\x31\x68\x73\xd7\xc1\x9b\x79\xed\xf5\ \xd7\xf9\xda\x43\x3f\x65\x79\x69\x89\x17\x5e\x7a\x99\xdf\xf9\xd4\ \x27\xd9\x1f\x9f\xe2\xe1\xd5\x15\xa6\x2b\xa3\x72\xfe\x46\x5b\xc3\ \xc2\x9e\x1a\x37\x34\x24\xfb\xaf\xb3\x39\xf9\x52\x8a\xdd\x82\xc3\ \x6f\xb4\xf9\x93\x47\x06\x34\x6b\x12\x69\xc3\xd3\xed\x26\x9f\xfb\ \xf8\x1c\xf3\xc7\x61\xd1\x17\x97\xd4\x91\x00\x64\x40\x30\xe8\x73\ \x70\xae\xce\x0d\xd7\xee\xe7\xe1\x9f\x3c\xc6\xe9\xf6\x41\x5e\x7d\ \xed\x75\xae\xbd\xe6\x1a\xfe\xe1\x81\xdd\x1c\x7e\xec\xef\x48\xf7\ \xde\x91\x27\xe4\xab\xa9\x3c\x0f\xa3\x0d\xaa\x6e\x71\xe7\xf5\x0d\ \x66\xa6\x3d\xfc\x24\x61\x3d\x11\x88\x5e\xc0\xd7\x1f\x59\xe1\x70\ \x2c\xa9\x29\xc1\x4f\x5e\x8e\xf8\xc3\x8f\xcc\xf0\x59\xab\xcf\x0d\ \x8b\x16\xe1\x5b\xd9\x25\x1d\x67\x81\x21\x4c\x35\xf5\x34\xe4\xd7\ \x3f\xf2\x21\xbe\xfd\xbd\x1f\xf0\xd5\x47\x7f\x81\x14\x82\x13\xa7\ \x4e\xf1\x07\x9f\x79\x80\xd6\xc9\x57\xe8\xf5\x3d\x66\xab\x69\x3c\ \xbf\x6b\xbe\xf0\x58\x5e\xb8\x8d\x0f\xdd\x38\xcf\x4d\x07\x7e\x9d\ \x23\xaf\x7e\x89\x8e\xf5\x69\x7c\xb7\x49\xb8\xf6\x2d\x0e\xbd\xf9\ \x59\xbe\x78\x70\x17\xdd\xc7\xff\x82\xb7\xf6\xfc\x06\x9f\xb8\xfd\ \x8b\xbc\xb4\xee\x30\x6d\x2b\xf4\x05\x86\x13\x2f\xc3\x30\x97\x21\ \x31\x10\xae\x9e\xe0\xfa\xc1\x51\x3e\xff\xc0\xfd\xf4\x83\x88\xa7\ \x9e\x7d\x8e\x8f\xdf\x7d\x37\xb7\xd6\x13\x82\xb7\x5f\x21\x45\x92\ \x65\xa6\x3a\xa5\x5e\x80\xb7\xd6\x29\x2c\xcc\x39\x6c\xbc\xd5\xe6\ \x2f\xdf\x48\x38\x7d\xb4\xc7\xa3\xc7\x52\x66\x1b\x0a\xcf\x12\xd8\ \x3a\xe5\xaf\x7f\x7c\x9a\x9f\x6d\xc0\x8d\x0b\x92\x9f\xfc\xb2\xcb\ \xb1\x30\x6f\x7c\xbc\x24\x8f\x24\x20\xcb\x20\x4a\x12\xfc\xc3\xcf\ \xf0\x4f\xef\xb8\x99\x6b\xaf\xbd\x8e\xc7\x0e\x3d\x49\x6b\x7a\x86\ \xcf\xdc\x79\x0b\xe2\xf5\xa7\x48\x92\xf8\x82\x4e\x4c\xd5\x9c\x43\ \xa6\x0d\xae\x6f\x31\x27\x12\xbe\xf1\x64\x87\x95\x76\xc2\x43\x2f\ \x0e\x88\x2d\x8b\xa6\x2b\xb1\x2d\xc1\xdb\xaf\xae\xf3\xa7\x4f\x0d\ \xd8\xb3\xec\xd2\x39\xd1\xe7\xc7\x87\x63\x94\x75\xe9\x72\x65\xc6\ \x40\x62\x20\x39\xfe\x3a\x77\x35\x12\x7e\xeb\xbe\x7b\x39\xfc\xd6\ \x11\xde\x78\xeb\x08\xff\xf8\xbe\x7b\xd8\xd7\x3b\x42\x74\xfa\x1d\ \x52\x64\x95\x2f\x39\x1f\xa3\x2e\x25\x2b\x27\xbf\xcf\xcb\xa7\x53\ \xf6\x2d\x2c\xf3\xfa\xf3\xff\x9d\x1f\x1e\x7e\x9d\x60\xf5\xa7\x3c\ \xf9\xf6\xcb\xd8\x8e\xc7\x91\xd7\xfe\x84\x07\x1f\xfb\x0e\x71\xb2\ \xc2\x8f\x9f\xfc\x6f\xbc\xd6\xaf\xb1\xab\xe5\xf1\xdc\x8b\xdf\x64\ \x25\x95\x58\x17\x60\x57\x2f\xcf\x3e\x13\x21\xe9\xc7\x29\xfa\xd4\ \x11\x0e\x2e\x0a\xa6\x7e\xfb\x7e\x4e\x77\x07\x1c\x9c\xf3\xe1\xb5\ \x9f\x13\xe9\x8c\x30\xad\x72\x25\xe7\xef\xa6\xf3\xc2\xb8\xd5\x93\ \x03\xbe\x72\xb4\x0f\x02\x7c\x47\xd2\x3f\x15\x70\xca\x80\x67\x09\ \x0c\x20\xa4\x80\x24\xe5\x47\x3f\x5f\xe7\x21\x03\x52\x0a\x7c\x47\ \x20\x2f\xe5\x8d\x40\x08\xc2\x34\x23\xea\x77\x99\x3e\xf6\x2c\xbf\ \x7f\xd7\x87\x78\x61\xff\x5e\x3e\xb0\x34\xcf\xdc\x3b\x2f\xa0\xa3\ \x01\xbd\x58\x53\x05\x3b\x2e\xd0\x59\xc7\x9a\x87\x0f\xad\x91\x1a\ \x70\x6c\x89\x2b\x13\x9e\x78\x3d\xc1\xb1\xc4\xa8\xd4\xdb\x56\x70\ \xf8\xcd\x2e\x2f\xbd\x96\x7f\xce\x73\x64\x9e\x2b\xd3\x97\x6e\x45\ \xa6\x46\x30\x88\x12\x9a\x47\x5f\xe6\xe3\x57\xdd\xc4\xf2\x67\x3e\ \x85\x11\x92\x1b\xed\x90\xf4\xf0\x11\x82\x24\x23\x76\xaa\x59\x3f\ \x9f\x31\x95\xd2\xa2\xdf\x7e\x9c\x1f\x3c\xf9\x08\x20\x50\xca\xc3\ \xb1\x6a\x44\xed\x5f\xf0\xa2\x51\x38\xca\xc5\x24\xc7\x79\xfe\xcd\ \xb7\xb1\x2d\x1f\xa9\x8f\xf1\x8b\x67\xff\x27\xda\x18\xa4\x74\x71\ \x6c\x0f\x41\x76\xde\xbb\xfd\xf2\x73\x26\x3a\x65\xf6\xfa\x5b\x78\ \xfd\x85\x9f\x71\xf2\xf8\x71\xc4\x89\x17\xb1\xfc\x23\x48\xdb\xe1\ \x27\x2f\x75\x41\x27\x04\x99\xc0\xba\xe3\x5e\x3c\xcf\xab\x4e\x2c\ \xe7\x79\x0d\x15\x80\xa5\x04\xcd\xf2\x35\x43\x89\xd1\x42\x10\x23\ \x03\x24\xa8\xb9\xe2\x3d\xb9\xca\x9a\xcc\x50\x6f\x4d\xb1\x76\xe0\ \x4e\x7e\xf4\xfc\xa3\xb8\xaa\x8f\x38\xfa\x08\x56\xbd\xc5\x0b\x87\ \x5f\x44\x07\x7d\x32\x63\xe8\x2f\x1e\x60\xcf\xd5\xd7\x61\xaa\x9e\ \xa2\xf3\xbd\x98\x20\x05\xd4\x5c\x39\xf6\xd3\x72\x03\x6b\x31\xd3\ \x8e\x2d\x71\xec\xf7\x60\xce\x8d\x41\x92\x31\x7d\xcb\xdd\xfc\xe2\ \xbb\xaf\xd0\xe8\xf5\x10\x27\x7f\x8e\x55\x6f\x21\x84\xe4\x47\xfd\ \x0e\x64\x19\x5d\xe9\x32\x7d\xf7\xc7\x50\x98\x6a\xaf\x9f\xc7\x2e\ \x97\xd2\xa7\xe6\xfa\x13\x2f\xf9\x38\xa3\xfd\xed\xe0\xda\xc5\xbf\ \x1c\x5c\xc7\x99\x74\x49\xe7\x3d\xf3\x97\x9d\x33\x31\x99\x66\x66\ \xdf\xb5\x88\xdf\xfb\x0f\xf4\x3a\x1b\x20\x04\xa9\xc9\x86\x71\x40\ \x71\xa4\xf6\xde\x00\x00\x02\x98\x49\x44\x41\x54\x09\x42\xd0\x50\ \x16\x33\xcb\xbb\xb1\x55\x75\xfd\x3d\x17\xc4\x29\x5c\x3d\x9d\xf1\ \xc7\x9f\x8a\x2f\x3a\x64\x61\x80\xba\x6d\x88\xd3\x9d\x34\x2c\x19\ \xae\xef\xb3\xe7\x53\xbf\xcf\xc6\x47\xee\x41\x9b\xdc\x70\xc4\x26\ \xcb\x8f\xd5\x42\x22\x0d\xec\x99\x9d\xa3\x35\x33\x5b\x39\x93\x73\ \x44\x9a\xc1\xbf\xbd\x2b\xb9\x68\x1e\x35\x63\xc0\xb1\x0c\x41\xba\ \xb3\x01\x2f\x89\x61\xf1\xe0\xed\x58\x0b\xbb\x08\x83\x00\x84\x20\ \x29\x12\xed\x32\x37\x64\x73\xae\xc7\xcc\xf2\x6e\x24\xa6\xca\x93\ \x9d\x75\x8f\x0f\xb8\x6e\xe9\xe3\x5c\x35\x77\xfb\xce\x15\xf1\x0b\ \x81\xad\xbc\x73\xee\xe3\xbb\xfc\x6e\x26\xc6\x20\x80\xb9\xa5\x65\ \xe6\x96\x77\x6f\xff\x36\xad\xab\x66\xc5\xf3\x70\x00\x96\x84\x19\ \x7f\x67\xb6\x63\x96\x5d\x82\x70\x57\x96\x51\x6b\xd4\xa9\xb7\x6e\ \x3c\xdb\x49\xa3\x2a\x05\x3f\x4f\xb4\xdc\x9d\x61\xe4\x34\x66\x9c\ \x09\x61\xa7\x6e\x27\x96\x92\x2c\xed\xbd\xe6\x2c\xb9\x4f\x33\xdc\ \xeb\x95\x2b\x39\xfb\x1e\x37\xd8\xca\xc5\x51\x35\x76\x72\x77\x66\ \xe7\x11\xe3\xbc\x6c\x89\x1e\x73\xa3\x51\x19\x8e\x9d\x74\x28\x97\ \x7b\x7b\x86\xc9\xb2\xaa\x97\x60\x87\xa1\x0d\x97\x75\xe9\x9b\x31\ \xa6\xba\x69\xee\xe4\x58\xf2\xab\x1b\xcb\x4a\xcf\xa4\x42\x85\x0a\ \x15\x2a\x54\xce\xa4\x42\x85\x0a\x15\x2a\x54\xce\xa4\x42\x85\x0a\ \x15\x2a\x54\xce\xa4\x42\x85\x0a\x15\x2a\x54\xa8\x9c\x49\x85\x0a\ \x15\x2a\x54\xd8\x01\xfc\x4a\xaa\xb9\x3c\xcf\xa3\x5e\xaf\x93\x55\ \x95\x3b\x57\x0c\x1c\xc7\xc5\xf7\xfd\x2d\x5f\x33\xc6\x60\xdb\x36\ \xb5\x5a\x1d\x29\xab\xf3\xcb\x95\x84\x5a\xad\x86\x94\x6a\x4b\x45\ \x5d\x21\x04\xbe\xef\xe3\x4c\x34\xc4\x55\x78\x7f\xa3\xd1\x68\xe0\ \xba\xee\x19\xe5\xda\xef\xa9\x33\x11\x42\x60\x8c\xe1\x2b\xff\xef\ \x41\xd6\x56\x57\x49\xe2\xa4\xe2\xd6\xba\x52\xae\xb8\x52\x30\xe8\ \x0f\xb0\x94\x3a\x63\x91\xb9\xae\xcb\xa1\x43\x87\x78\xf2\xc9\x43\ \x6c\x6c\xac\x23\x44\xe5\x50\xae\x14\x28\x25\x39\x7a\xf4\x2d\xec\ \xb2\x94\x23\xa0\x94\xa2\xdd\x6e\xf3\xe5\x2f\xff\x0f\x56\x4e\x9e\ \xcc\x0f\x8e\xd5\x5e\xbf\x32\x6e\x20\x4a\x71\xea\xd4\x49\x5c\x77\ \x9c\x81\xe4\x3d\xbf\x99\x18\x63\x78\xf1\xc5\x17\x39\x76\xe4\x08\ \x61\x18\x22\xaa\x05\x76\x05\x39\x14\x89\xef\xd7\x70\x5d\x77\x7c\ \xf1\x59\x16\xef\xbc\x73\x9c\x93\x27\x4f\x70\x7a\x65\xa5\xba\x9d\ \x5c\x49\x30\xe0\x7a\x0e\x8d\x46\x6b\x6c\x5e\xa5\x94\x04\x41\xc8\ \xb3\xcf\x3c\xc3\xb1\xa3\x47\x48\xd3\xb4\xda\xeb\x57\xca\x94\x1b\ \xb0\x6d\x8b\x46\xa3\x89\xed\x6c\xea\xc3\xff\x4a\x9c\x49\xbd\x56\ \x67\xff\xfe\xeb\xd1\x99\xa6\x5a\x5e\x57\x9c\x6d\xc1\xb6\xed\xb1\ \x10\xa6\x31\x06\xa5\x14\xbb\x77\xef\x61\x61\x61\xb1\x9a\xf3\x2b\ \x70\xce\x95\x52\x48\x39\x4e\x6f\x24\x04\x4c\x4d\x4d\x51\xaf\xd5\ \xc8\x86\xcc\x16\x15\xae\x20\x08\x81\x6d\xdb\xbf\x3a\x67\x32\x32\ \x2e\x96\x42\xa1\xaa\x09\xb9\x22\x4f\x2e\xdb\xb7\x5c\x57\xf1\xf3\ \xbf\x5f\xf3\x6e\x8c\xc1\xb2\xed\x6a\x70\xfe\x1e\xcc\xf9\xff\x07\ \xcb\x60\x83\x28\x86\x52\xcb\x3a\x00\x00\x00\x00\x49\x45\x4e\x44\ \xae\x42\x60\x82\ \x00\x01\x06\xe3\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x00\xe8\x00\x00\x01\xdc\x08\x02\x00\x00\x00\x53\x57\x71\x20\ \x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\xec\x7d\x77\x78\x94\xd7\ \x95\xf7\xb9\xe5\x2d\xd3\x67\x34\xea\x12\x02\x84\x04\x12\x08\xd3\ \xbb\xc1\xa6\x1b\x13\x5c\x89\x8d\x7b\x4b\x9c\x6c\x7a\xb6\x64\xb3\ \xe5\xfb\xf2\x65\x9f\x6c\x76\x37\xc9\xa6\x39\xcd\x9b\x38\xae\xd8\ \xc6\xd8\xa6\x63\x9a\x0d\x06\x8c\x01\xd1\x41\x42\x42\xbd\xf7\x36\ \xa3\x99\x79\xcb\x2d\xdf\x1f\x12\x5d\xd8\xc2\x1b\xb9\xc4\x73\x9e\ \xd1\xf3\xe8\x79\xe7\x9d\xfb\xde\xf7\xde\xdf\x3d\xf7\x77\xce\x3d\ \xf7\x5c\xf4\xd0\x03\x77\x42\x5c\xe2\xf2\xa9\x17\x21\x84\xae\xeb\ \x79\x79\x05\x2b\xef\xb9\x7f\xc4\x88\x6c\x72\xc3\xf8\xfc\x78\xa3\ \xc4\xe5\xd3\x2f\x18\x63\xdb\x66\x35\x35\x55\xc7\x8e\x1e\x1e\x57\ \x30\x81\xda\x36\x8b\x37\x4a\x5c\x3e\x23\x82\x28\x55\xdb\xda\x5a\ \x5f\x7f\xed\x15\x2a\xa5\x8c\xb7\x47\x5c\x3e\x23\x22\xa5\x04\xaa\ \xa8\xa7\xcf\x9c\x88\x03\x37\x2e\x9f\x39\xf4\x42\x34\x12\xa5\x42\ \x88\x78\x53\xc4\xe5\x33\xa7\x78\x69\x5c\xe1\xc6\xe5\x33\x08\x5c\ \x88\x6b\xdc\xb8\x7c\x56\x35\x6e\x5c\xe5\xc6\xe5\x33\x08\xdc\xb8\ \xc6\x8d\x4b\x9c\xe3\xc6\x25\x2e\x71\x8e\x1b\x97\xb8\x7c\x10\x55\ \x88\xab\xdc\xb8\xc4\x39\x6e\x5c\xe2\x12\xe7\xb8\x71\x89\x4b\x9c\ \xe3\xc6\xe5\xaf\x4e\xe3\xc6\x81\x1b\x97\xcf\x20\x70\x7b\x7a\x42\ \xf1\x86\x88\xcb\x67\x0e\xb8\xe8\x4f\x7f\x7c\x3a\xde\x10\x71\xf9\ \xcc\x09\x92\x82\xc7\x5b\x21\x2e\x9f\x39\xa1\xe1\x70\x38\xde\x0a\ \x71\xf9\xec\x01\xf7\xa3\xff\x94\x50\xa4\x68\x80\x10\x00\x8a\xb7\ \xe3\xe7\x99\x70\x82\x94\x20\xb8\xe4\x0c\x38\xfb\x14\x03\x17\x13\ \x20\x0a\x48\x26\x1a\x2b\xf8\xb9\xa3\x32\x16\x96\x42\x40\xdc\x1b\ \xfc\xb9\x15\x4c\x90\xee\x42\xbe\x44\x3c\x2c\x8f\x24\x65\x02\x26\ \xc0\x19\x0c\x3d\xff\xbc\x4e\xe0\x12\x45\xda\x26\x3f\xb1\x9b\x1f\ \xde\x2c\xda\x1b\x48\x2c\x8c\x38\xc3\x10\x47\xed\xe7\x59\xdf\x82\ \x24\x54\x52\xcd\x76\x7a\xec\x60\x26\x9d\x7e\x2b\x19\x33\x0d\x69\ \x4e\x60\xd6\xd0\x1a\x67\xa1\x9e\xee\xc1\xde\xab\xea\xd0\xdd\x6a\ \x6d\xfa\xad\x3c\xbd\x8f\x2a\x2a\x22\x04\x30\x8e\xf3\x84\xb8\x00\ \x48\x90\x00\x52\x48\xce\x39\x48\x99\x3b\x4d\x59\xfc\x08\xce\x1c\ \x0d\xa6\x01\x43\xa6\xd4\x06\x0d\x5c\xd5\x21\xaa\x4f\x5b\xeb\x7e\ \x4d\x5a\xab\x88\xa6\xc7\xf1\x1a\x97\x6b\x60\x58\x4a\xdb\x64\xfe\ \x54\x72\xcb\x97\xe8\xf8\xb9\x60\x9b\x43\xc5\x50\x06\x75\x97\xa2\ \x42\x7b\xbd\xb9\xe6\xbf\x68\x4b\x25\xd5\x1c\x71\xd4\xc6\xe5\xda\ \x9a\x10\x61\x55\x57\x7a\x5a\xed\x75\xbf\x94\x6d\x75\xa0\x6a\x9f\ \x1c\x70\x31\x01\x33\x66\x6e\xfa\x1d\xed\x6e\x26\xba\x33\xce\x67\ \xe3\xf2\xa1\xac\x17\x14\x55\x35\xc3\xd6\xc6\xdf\x41\xac\x17\x08\ \xf9\x84\x80\xab\x68\xd6\x9e\x57\x71\xc9\xfb\x44\x73\xc4\x51\x1b\ \x97\xc1\x6a\x5e\xd5\x41\xca\x8f\x98\x1b\x7f\x0f\x08\x0f\x45\xf9\ \x1f\xe6\x55\xa0\x8a\x68\xaa\x14\xc7\xdf\x51\x15\xed\x93\x19\xbd\ \x12\x5d\x27\x31\x91\x43\xc6\x64\xe4\x27\xca\x91\x86\xf2\xe9\x52\ \x02\xfa\xcb\x17\x8e\x55\x8d\x97\xbc\xcf\xab\x4e\x93\x91\xe3\x81\ \xd9\x57\x7e\x8b\xb1\xae\xeb\xe8\xc3\x9e\x2b\xa5\x30\x0c\xf3\xea\ \x18\xc6\x0f\x01\x2e\xa2\x2a\xaf\x3c\x49\xba\x9b\xc1\xe1\xfa\x44\ \xc6\xed\x75\x77\x96\x04\x80\x21\xe9\x86\x0f\x47\x8e\x94\x20\x25\ \x60\xfc\xa9\xc6\x96\x14\xd2\xb2\x90\xa2\x01\x46\x97\x36\xd9\xd0\ \xf0\x50\x42\xa3\x61\x76\x6a\x2f\xc9\x9d\x72\x05\x70\x09\x21\xed\ \xed\xed\x3b\x76\xec\x8c\xc6\xa2\xf8\xda\x2d\x26\x38\xf7\x78\x3c\ \x4b\x96\x2c\x09\x04\x02\x9c\xf3\x41\x03\x17\x61\x19\xeb\x15\x55\ \xa7\xc9\xe0\x69\x8a\x1d\x93\x8c\xf7\x2f\xa7\x51\x15\x51\xfa\xd1\ \x61\x62\x73\x3c\x65\x95\xea\xab\x32\xf6\x1c\x04\xa2\x0c\xee\xe9\ \x0c\xe7\xdf\xaa\x24\x76\x99\x07\xde\x03\xac\x5e\xbc\xce\x0c\x69\ \x4b\xa4\x3b\x00\x49\xb0\x0d\xc9\x38\x20\x8c\x14\x1d\x08\x01\xc9\ \xa4\x65\x82\x94\x80\x28\x52\xb5\x8b\xd0\xbc\xf8\x22\x18\x28\x45\ \xc8\xad\xdc\x74\x2f\xaa\xdd\x6c\x55\xb5\x03\xb9\x46\x43\x23\x82\ \x54\x22\x6d\xfb\x2f\xdd\xff\x02\xb8\x46\x67\xde\x8b\xbb\xf7\x59\ \x67\xcb\x80\x9e\x7f\x2f\x61\x4b\xcb\x46\x9a\x13\x10\x80\xe4\xd2\ \x32\x41\x08\xc0\x7d\x6f\xd1\xf7\x1a\x42\x9a\x31\xa0\x0e\xd4\x57\ \x61\xc9\xa5\x11\x43\x8e\x14\x3a\x6e\x94\x6c\x2c\x16\xbd\x36\x60\ \x04\x82\x81\xbf\x40\x9b\x31\xd6\xde\xfb\x9a\x88\x91\x4b\xd0\xfc\ \x97\x9a\xd1\x89\x6c\xae\x94\xdd\xad\xc8\xe9\x03\x71\x71\x5d\x4d\ \x55\xd5\xf2\x8a\x8a\x9f\xff\xe2\x17\xbd\xbd\xbd\xf4\xda\x20\xb1\ \x19\x0b\xf8\xfd\x63\xf2\xf2\x92\x93\x93\xaf\x07\xb8\x18\xcb\x68\ \x48\x36\x96\x63\xaa\x0c\x4a\x27\x70\xa0\x93\x1f\xd7\x0a\x46\x80\ \x94\x32\xd6\xc6\x4e\x6f\xb3\xcf\x55\x01\x51\x01\x49\xb0\x4d\xc9\ \x19\x60\x15\xa9\x2a\x70\x4b\x72\x40\xaa\x06\xc2\x92\x4c\x20\x55\ \x07\x69\x4b\x9b\x21\xaa\x48\xdb\x00\x29\x01\x08\x52\x35\x29\x04\ \x4e\xce\x25\x81\x30\x08\x01\x58\x48\xdb\x00\x21\x80\x68\x48\x51\ \x00\x00\xac\x98\x14\x1c\x10\x45\xaa\x0e\x08\x40\x0a\x69\xc7\x64\ \xc4\xa2\x89\xf9\xca\xc8\x3a\xf3\x3d\x7e\x71\x00\x58\x26\x1e\x7d\ \x87\x3e\x35\xc1\x7c\xeb\x25\xd6\xeb\x55\xe7\x3c\xa8\xe4\x64\x81\ \xd1\x62\xed\x7d\x8d\x35\x77\x4a\x47\x9a\xb6\x60\x25\x4d\x09\x88\ \xe6\x42\x73\xff\x4e\x69\x63\x40\x52\xda\x88\x4e\x7b\x44\xcb\xcf\ \x06\x09\x32\xd6\xcc\x0e\xbf\x69\x55\x31\x9a\x3b\x1d\xda\x37\x89\ \x68\x18\xe9\xce\xfe\x3a\x48\x2e\x2d\x03\x24\x00\xd5\x91\xb4\x51\ \xee\x0a\xfd\x06\x47\xec\xb5\x17\x24\x76\x21\x55\x01\x66\x4a\x66\ \x9f\x1f\x0f\x18\x84\x2d\x2d\x13\x00\x80\xea\x88\x92\x8b\x23\x8a\ \x31\x00\x82\x54\x1d\x08\x06\x66\x4a\xdb\xea\x9b\x65\x91\xaa\x02\ \x20\x10\xb6\x34\x23\x92\x21\x32\x7c\x26\x56\x4e\x43\x91\x38\x3f\ \xaa\x2d\x94\x32\x4d\x9f\x31\x95\xed\x7f\xd6\xee\xb6\x91\x67\x84\ \xb6\x78\x05\x4d\x0a\xc8\xce\x22\x73\xef\x46\x1e\x11\x08\x18\x68\ \xc3\xf4\x5b\xee\x11\xc7\x9f\xb1\x1a\x43\x08\x23\x20\x49\xfa\xca\ \x3b\x44\xc9\x51\x32\x65\x31\x8f\x94\xf3\x90\x81\x04\x93\x46\x14\ \x05\x83\xca\xd8\x09\x6c\xff\xab\x52\x62\x64\x19\x52\xf0\x8b\x8d\ \x2c\x98\xb4\x4d\x90\x80\x14\x07\x10\x02\x92\x4b\x2b\x06\x52\x02\ \xd1\x90\xa2\x0e\x46\x55\x23\x42\x51\x5b\xbd\xe8\x6a\xa5\x9e\xa0\ \xbc\x04\xb8\x96\x65\x8d\xce\xcd\xfd\xd7\x7f\xfd\x97\x58\x34\xf6\ \x41\x1a\x57\x0a\x97\xcb\x35\x72\xc4\x08\xcb\xb2\xae\x8f\x2a\x48\ \x6e\x43\xb4\x67\xb0\xfc\x5a\x62\x32\xe6\x66\x8c\x0e\x19\x07\x0a\ \x71\xc6\x54\xed\xf6\x1f\xd2\xf7\x7f\x19\xdd\x7f\x14\x80\xe0\xcc\ \x69\xea\xb0\x34\xd9\x51\x6a\x97\x9d\x43\x49\xf9\x34\xc0\x59\x45\ \x39\x38\x33\x94\x54\x1f\xaf\x3e\x23\xd5\x4c\x65\x54\x0a\x6f\xaa\ \x25\x19\x05\xc4\xef\x01\xb3\x9d\x9d\x3b\xca\x4d\x09\x82\x01\x17\ \x20\x05\x48\x4a\xc7\x2c\x24\x41\x8f\xa8\x3f\xc2\xea\x9b\x81\x38\ \xf0\x98\x05\x34\xe8\x95\xe1\x1a\x56\x56\x2c\x99\x04\xd0\x68\xde\ \x1c\xec\xd1\x48\x7a\x22\x58\x95\x97\x8c\x59\x13\x65\xcc\xd7\x97\ \xaf\xa2\x89\xad\xd6\xdb\xcf\x23\x77\x16\x09\x50\x76\x72\x37\x1e\ \x7b\xaf\xe3\x36\xd2\xfb\x3f\xbf\x51\xe6\x7f\x4d\x4d\xac\x33\xf6\ \x6e\x55\x96\x7e\xcd\x81\xa2\xd1\xed\xbb\x41\x51\x40\xa8\x34\x6f\ \x26\x26\x47\x62\x7b\x4f\x91\x51\x0b\xf5\xfb\xfe\x55\x3e\xf3\x13\ \x69\x5a\x64\xf4\x42\xcd\xd1\x25\x9b\x4e\xb1\x86\x26\xc0\x00\xc8\ \x4b\x27\x2c\x20\x2e\xc4\xcb\x0f\xf3\xc6\x46\x70\xa5\x90\xbc\x89\ \xea\x8d\x11\x19\xaa\xb4\x8b\xce\xa2\xa4\xb1\xca\xa8\x1c\x88\xd4\ \xb3\xd2\x53\x92\x71\xd0\x83\xca\xf8\xa9\xd8\x81\x45\xdd\x11\xd6\ \xd4\x01\x18\x83\x00\x3c\x6c\x16\xcd\x48\x06\xb3\x95\x95\x9c\x10\ \x31\x86\x12\x73\x95\xac\x5c\xa4\x62\xd1\x56\xc2\xaa\x2b\x41\x4a\ \x50\x12\x95\x82\x45\x48\x51\x89\x57\x91\xb5\xe7\x47\x23\x17\x64\ \xf2\x03\xfa\x8d\xb7\x90\x20\x16\x87\x9f\x05\x26\x70\xca\x68\x8c\ \xbb\xec\x93\x45\xf4\xa6\x27\x1c\xb8\x37\xb2\x71\x33\x50\x45\x46\ \xbb\x20\x79\xac\x36\x6b\x86\xbd\x66\x2b\x10\x89\x46\x2c\x54\xf3\ \xc6\xc5\xde\x7b\xd5\x3e\x82\x64\x8f\x01\x02\x50\xc6\x24\x35\x33\ \x1d\x9c\xd9\x88\x99\x00\x02\x38\xc2\xa3\xe6\xd2\x94\x04\xd1\x74\ \x9a\xd5\xd6\x02\x42\xa0\x24\x28\xe3\xa7\x61\xcd\x62\x65\x87\x44\ \x67\x04\x54\x37\x2d\xb8\x89\xf8\x9c\xb2\xf9\x8c\x5d\x57\x0b\x68\ \x10\xf3\x30\xc2\x10\x0b\x49\x23\x72\x05\xcf\x61\x8c\x25\x26\x26\ \xde\x7f\xff\x03\x83\x81\x95\x11\x8d\x5a\xb6\x75\x05\x1b\xfe\xb0\ \xa9\x5c\x08\xb0\x2d\x44\xc9\xe0\x78\x10\x02\x11\x13\x4d\x67\x59\ \xd1\x3e\x59\xb4\x9f\xb5\x9b\xae\xbb\x1e\xa6\xc7\x8e\x89\xcc\xbb\ \x5c\xb7\x2e\x16\x75\x25\x68\xda\xed\x34\xf1\x37\x46\x57\x9e\xe3\ \xf6\x89\x91\x9f\x7d\x17\x46\xae\x74\xdd\x9d\x1d\xf9\xe9\x97\x79\ \xc6\x7c\x7d\x69\x46\x6c\x47\xb1\xe3\xee\xfb\x44\xd1\x7e\xc8\xb8\ \x4b\x19\xbd\x3d\xf2\xca\xf3\xfd\x21\x10\x0c\xe8\xfc\x6f\xe8\x13\ \xd2\x59\x7d\xbb\x3a\x6b\x99\xbd\xed\x3f\x8d\xe2\x56\x1c\xcc\x40\ \x6e\x95\x4e\x59\xa1\x04\xff\x1c\xdd\xf5\x1e\x5d\xfc\x1d\x7d\xda\ \x48\x5e\x7e\x0e\x67\x8d\x86\xaa\x03\xe7\x2b\x6f\x49\xf7\x18\x7d\ \xc9\x62\x76\xe0\x59\x98\x76\x33\x10\x4d\x76\x9f\x8c\x6d\x3e\x0a\ \x46\x0c\xdb\xb9\xca\xa2\x20\x60\x8a\x34\x5d\x74\x56\xb2\xaa\x93\ \xa8\xa1\x49\x01\x74\x51\x89\x70\x43\x34\x16\xda\x47\xdf\xb1\x2b\ \x3b\xe8\xb8\x5f\xd0\x64\x1f\x00\xc2\xa9\x39\x04\x13\x65\xc1\x72\ \xe3\xb5\x1f\x5a\xe5\x51\xed\xae\xbf\x53\x33\x11\xeb\x00\x75\xe6\ \x02\x63\xf5\x0f\xb8\x19\x03\xa9\xe1\x84\x14\x61\x56\xa1\xd4\x1b\ \x1d\xf7\x3c\x0e\x6d\x67\xc0\xbf\x42\xcd\xd9\x12\xd9\xb0\x5d\x5d\ \xf8\x1d\x35\x35\x6c\xd7\x77\xe2\xc8\x39\x68\x68\xeb\xa3\xc2\xc8\ \x9b\x8e\xdc\x6e\x5c\x70\x8b\x32\x22\x29\xb2\x76\x3d\x9d\xf3\xb8\ \x23\x97\x5a\x65\xed\xea\x4d\xf7\xd8\x6f\xfd\x9b\x71\xa2\x45\x5f\ \xf9\x3d\x35\xd9\xb2\x1b\x42\x38\x2d\x99\x9f\x3c\x0f\x5c\x4c\x65\ \x77\x89\xb1\xa9\x51\xbb\xe5\x0e\xc0\x18\xa8\x2a\xca\xb7\xc7\x4a\ \x99\x34\x6d\x48\xbf\x55\xf3\xba\x00\x24\x00\x45\xd0\x65\x1f\x3a\ \xa0\x2e\xbe\x99\x78\xb6\xb0\x1e\x55\x9d\x30\x49\x94\x6f\xb1\x43\ \x01\xf7\xe3\x8f\xdb\xaf\x7c\x47\x78\x16\x39\xef\xbb\x4f\xd6\x1e\ \x07\xef\x78\x84\x1a\xa5\x0d\x64\xf2\x03\x8e\xa9\x59\xac\xa6\x45\ \x9b\xb6\x00\xef\xfc\x89\x79\x8e\xe9\x77\xfe\x2b\xf5\x74\xf1\xa8\ \xd3\x39\x65\x8e\xf1\xf2\x8f\x65\xde\x97\x1d\xd3\x92\x58\x59\x85\ \x64\xad\x50\x57\x05\xf0\xe1\xc0\x45\x08\x01\xb7\x81\xdb\x57\x00\ \x57\x51\x94\x9a\x9a\xda\xd5\x2f\xaf\x8e\x44\x22\x04\x5f\xb3\x1c\ \xc6\xb9\xcf\xe7\x7d\xe8\xc1\x07\xd3\xd2\xd2\x18\x63\xd7\x03\x5c\ \x80\xeb\xb6\x09\x30\x01\xaa\x22\x0a\xa2\xf1\xb4\xb0\x17\x63\xdf\ \x08\x3a\x67\x89\x38\xfe\x9b\xc8\x5b\x07\x70\xc1\x23\xae\xbb\xee\ \xc7\xcf\xbe\xc0\xc2\xf3\x49\x52\x50\x64\x64\x82\xe2\x45\x89\xd9\ \x24\x63\x98\x2c\xdf\x27\x78\xaa\xec\x3e\x69\xbc\xf9\x13\x91\xba\ \xcc\xfd\xc4\xdd\x24\xb0\x16\x84\x04\x69\x83\xa7\x40\x9d\x32\xc6\ \xde\xf0\x0f\xb1\x53\x4d\xca\xb2\x1f\x39\xe6\xdd\x65\x15\xfd\x94\ \x57\x9f\x82\xd4\x74\x94\x18\x56\xb2\x73\x21\xd0\xae\x4e\x9a\x64\ \x6f\xf8\x5b\xe3\x44\x9d\xb2\x4c\xd7\x33\xd4\x7e\x6a\x28\x74\x75\ \xee\x3d\x50\xbe\xc6\x3c\xd1\x4b\x67\xce\x97\xb6\x0d\x88\x20\xc9\ \x20\xf3\x66\xc7\xfc\x89\xd6\xbb\xbf\x96\x66\xc4\x3a\xf2\xb6\xfa\ \xc8\x13\xae\xf4\x3b\x71\xc0\x88\x3d\xf3\x7e\x3f\xb1\x01\x00\x01\ \x38\x7b\x91\x7e\x6b\x1e\x19\x7d\x13\x16\xc7\x8c\xda\x0e\x75\x86\ \x60\xfb\xfe\x14\x2d\x6c\xd1\x1f\x7c\x4a\xcd\xce\xb1\x0d\x87\x3a\ \x26\x60\xfc\xcf\xb7\xad\x16\xa4\xaf\xfa\xa9\x3e\x6b\x56\xa4\x12\ \x64\xd7\x69\x63\xf3\x6f\x85\xed\xd5\x57\xfd\x14\x35\xad\xeb\x5d\ \xfd\x2a\xa4\xce\x77\x3f\xf9\x35\x25\xfd\x04\x72\x25\x42\xb4\xd4\ \x7e\x6f\x0d\xef\x31\x50\xbf\x5b\x9e\x89\xc6\xd3\x9c\x0c\x97\x8e\ \x16\x9a\x3f\x01\xeb\x5b\x40\x23\xec\xcc\xab\xd1\xd7\xf6\xab\xb7\ \xff\x58\x1f\x3b\xce\xea\x1e\xa5\x8c\x50\x63\x7f\xf8\x07\xab\xc3\ \xe9\xd0\x46\x60\xe5\x7c\x67\x21\x29\x2a\x0e\x48\xc7\x64\xad\xbf\ \xcb\x25\x10\x82\xb8\x20\x13\x1e\x52\x73\x62\xe6\x9b\x3b\x25\xd6\ \x11\x02\x50\x34\x5e\xb6\x83\x2f\x9e\x43\x73\x32\x59\xb1\x9b\x0e\ \xf3\xdb\xeb\xdf\x07\x9c\x2c\xcd\xa8\x04\x97\x32\xe3\x2e\x28\x7e\ \x29\xf2\xe6\x3a\x3c\x72\xa5\x6b\xe5\x4c\xe4\x48\x53\xe6\xae\x80\ \xd6\x2d\xa2\xad\x4e\xe4\x2e\x50\x26\xcc\x61\x31\xae\xa4\x87\x63\ \x4f\xff\x1f\xbb\xcb\xe9\x78\xe2\x37\xea\xb4\xd9\x16\xf3\x22\x08\ \xdb\x47\xd7\xb2\xd6\x4e\xa4\x38\x06\xbf\x24\x71\xb5\x55\xab\x28\ \x4a\x53\x53\xf3\xeb\xaf\xbf\x11\x0a\x85\x3e\x88\xe3\xda\x76\x30\ \x98\x78\xcb\xd2\x5b\xb2\x86\x0d\xbb\x4e\xe0\x62\x02\x9a\x43\x5a\ \xb1\xeb\x30\x96\xa5\x00\xce\x24\xe7\xc8\x9d\x82\xd4\xb0\x64\x1a\ \x56\xa9\x68\xac\x97\x04\x89\xf6\x5a\x29\x96\x21\x5e\xcd\x5b\xbb\ \xe9\x84\x25\xc2\xd9\x66\x1e\x6d\x23\x79\xf3\x20\x25\xc8\x0e\x96\ \x4a\x91\x06\x12\x81\xa2\x82\xd5\x23\x4c\x8c\xa8\x02\x52\x02\xb7\ \x41\x4f\xc4\x2c\x62\xb7\xb6\x23\x2a\x44\x53\x03\x14\x64\x92\xec\ \x5b\xb4\xe5\x77\x89\xb2\x03\x92\x12\x29\x39\xd2\xbd\x80\x4d\xd1\ \xd1\x05\x08\x5f\xb4\x00\xb8\x05\x9e\x1b\x94\x31\x37\xa0\x10\x76\ \x8e\x0e\x90\xa4\xe1\xfa\xbc\x5b\x22\x6f\xac\x83\xe4\xd9\xce\x7b\ \x1f\x13\x87\x7e\x6f\x1c\x39\x0d\x6a\xaa\x36\x65\x2e\xdf\xff\x07\ \xe3\x64\x8d\xba\xf0\x1b\xda\xec\x25\x6c\xd3\x06\x90\xfd\x84\x1e\ \xe9\x3e\xe4\x6a\xe7\x25\xeb\xcd\xb3\x07\x78\x48\x47\x18\x03\x51\ \x00\x09\x19\xee\x04\xac\x20\x6f\x00\xec\x26\x1e\x8a\x21\x21\x79\ \x6b\x1d\x64\x07\xfa\xf8\x14\x42\x04\x51\x27\x72\x79\x65\x65\xb5\ \x04\x04\xa1\x46\x11\x71\x60\x37\x33\x37\xfc\x50\xce\x7f\xc0\xf1\ \xc8\xcf\xf8\x89\x97\x8c\xf7\x0e\x03\x92\xe0\x9b\xe2\xb8\xf7\x71\ \x68\x38\xc4\x15\x0a\x92\x03\x42\xfd\xd6\x15\xc1\xb2\xb7\x4d\xa6\ \x29\xc8\xab\x81\xdd\xc2\xc3\x31\x84\x9c\xc0\x2f\xf7\x07\x29\xfa\ \x65\x86\xaf\x65\xe3\xbc\x95\x8e\x5b\xa6\x59\x1b\x7e\x62\xd5\x76\ \x23\xbd\x6f\x60\x10\x30\x6a\xad\x93\x55\x7a\xfe\x3c\x86\x35\x1c\ \x3b\x69\xd7\xb7\x23\x3d\x15\x00\x00\x6b\xc8\xad\x8b\xba\x26\x29\ \x10\x08\x06\x52\x82\xe2\x44\x2e\x22\x4d\x86\x3c\x01\x7e\xea\x15\ \xbb\xee\x38\x4a\xb8\x0d\xba\x1b\x45\xd8\x44\x42\x88\x96\x1e\x1a\ \x48\x66\x6b\x7f\x12\x93\x0f\xe9\xf7\xfe\xa7\xa8\xdc\x64\xec\xda\ \x26\x05\x81\x0f\x77\x66\x49\x50\x34\x50\x54\xb8\x7c\x6b\xa3\x69\ \x9a\x63\xc7\xe6\x3d\xfd\xf4\x1f\x6c\xcb\x42\xd7\x26\xa2\x52\x0a\ \x4d\xd3\x47\x8d\xca\x36\xaf\x8f\xe3\x4a\x89\x14\x0d\x79\x13\xa1\ \xad\x66\xb0\x8b\xc3\x88\x22\xdd\x83\xbc\x89\x38\xb9\x40\x5b\x7e\ \x1f\x94\xbe\xc6\x9a\xcb\x70\x67\xb7\x3a\x6d\x09\xa9\xdb\x42\x26\ \x2f\xc4\x76\x19\xef\xed\xe4\xa7\x4e\xa8\x0f\x3e\x49\x4e\xfc\x2e\ \x72\xa0\xdb\xf9\xe8\x37\x71\xf4\x44\xa4\xba\x1a\x46\x28\xfd\x51\ \x3b\xa8\x2f\x7c\x47\x00\x10\xe4\xcf\x40\x91\x9d\x9c\x79\x94\xa9\ \x37\xda\xef\x57\x28\x53\xa7\xc9\x96\x4d\x32\x69\x02\x56\x5a\x63\ \x3b\x9f\x83\x09\x3a\x9d\xe6\x84\x9e\x2a\xd1\x43\x95\x39\x0b\xd8\ \xb6\xf7\x90\xcb\xdb\x3f\xc6\xb0\x0a\x66\xb9\xb1\xfa\x7b\xa0\x50\ \xe4\xcf\x27\x29\xcb\xed\xe2\x23\x92\x0c\x73\xdc\xfe\xa4\x2c\x79\ \xde\x38\x5a\x8a\xdc\x3e\x29\x5c\x24\x7d\x14\xea\x08\x8b\xb6\x6a\ \xd1\x63\xe0\xac\x74\x84\xb8\xec\x03\x2e\x25\xbc\x6c\x4b\x6c\xf3\ \x7b\x48\xa1\x40\x08\x10\x37\x60\x02\x08\x00\x10\x60\x02\x84\xc8\ \xc6\x52\x41\x6e\x53\x0b\xc6\x99\xd5\xa0\x8e\x9f\x20\xce\xec\x90\ \xe1\x5c\xe4\x1a\x49\x52\x33\x20\xcc\x45\x7d\xb9\x3a\x71\x29\x3d\ \x53\x03\xc3\x17\x12\x57\xb3\xdd\xd9\x0b\x84\x58\xbb\x7e\xc1\xc3\ \xff\xe8\x9c\x7d\x97\x75\xe8\x7d\x6e\x09\xec\xcf\x27\x3e\x14\x7b\ \xe9\x39\x96\xf0\x05\x3a\x72\x06\x20\x00\x4c\x00\x21\x40\x08\x30\ \x45\x0a\x95\x8d\x67\x05\x5d\xa1\x4d\x9e\x6a\x14\x77\x23\xa7\xf3\ \x2a\x94\x20\xe8\xd3\xb8\xd2\x82\xa4\x59\xfa\xf2\xa5\x6c\xfb\xbf\ \xdb\x75\x61\xec\x71\x5f\xf0\x6c\x20\x2c\xec\x93\x5b\xd5\xc7\xbe\ \xeb\x18\x69\xb3\x5d\x3f\x96\x06\x80\x03\x01\x26\xc0\x43\xa2\xaa\ \x5a\x9d\xba\x4c\x29\xaf\x95\x9e\x00\x52\x54\x88\xb5\x8b\xe6\x4e\ \x22\xdb\xed\x43\x6f\x83\xe6\x81\x68\xab\xb4\x8a\x20\x69\x95\x92\ \x97\x67\xb5\xf9\x94\xfc\x14\x7e\xf8\x2c\x68\x3a\x3f\xf0\x4c\xac\ \xe5\x6e\xf7\x03\x77\xd9\x47\xf6\xb0\x76\xf3\xc3\x57\xc5\x04\x07\ \xdd\x83\x74\xd7\x15\xb9\x15\x39\xe7\x5e\xaf\x77\xce\xec\xd9\x1f\ \x9a\x73\x11\x21\x64\x9a\xa6\x6d\xdb\xd7\xc3\x71\xa5\x40\x9a\x03\ \x32\x46\xcb\x96\x2a\x44\x06\xe3\x00\xe7\xb2\xa3\x05\x4f\xfc\x82\ \x33\x6d\x3e\x60\x21\x2a\x5e\x8e\xec\xdd\x05\x84\x5b\x3b\xff\x88\ \x97\x7f\xc9\xf5\xf8\x4c\x69\x77\x1a\x1b\x9f\x16\x96\x82\x6a\xdf\ \xe7\xdd\x2b\xa0\xb6\x4c\xd4\xd5\xf3\xf6\x4e\xd9\x74\x90\x87\x00\ \x4b\x53\x46\x7a\x01\x10\x48\x5b\x46\x42\x80\x81\x95\x1c\x14\xe3\ \x6e\xa5\xc3\x36\xc5\xd6\xbd\xe8\x5c\xf1\x90\x2b\x1f\xa0\xa7\xc8\ \xd8\xf5\x36\x63\x95\xf6\xe8\xaf\x38\x9f\xfc\xb9\x54\x13\x45\xed\ \x7a\xc9\x9a\xcd\x2d\xbf\xd3\x97\x3f\xe8\x7c\x62\x31\x72\xf9\x79\ \xe1\x76\x00\x0c\x08\x83\x88\x89\xce\x08\x70\x1b\x62\x3a\xef\x68\ \xe4\x6d\x0d\x28\xb0\x98\xf8\x3c\x30\xf2\x56\xe7\x13\xb7\x23\xd1\ \x60\xac\x7b\xc6\x78\xeb\x39\xc7\x92\x47\xdc\x63\xee\x03\xdc\x6b\ \x6c\xdf\x20\x85\x0e\x14\x00\x81\x8c\x85\xa4\x0d\x48\x75\x20\x55\ \x01\xc9\x24\x17\x32\xda\x03\xb6\x00\x04\x60\x86\x25\x45\xd0\x79\ \xdc\x7c\x6b\xa3\x36\xff\x3b\xae\x79\x20\x1b\xb7\xc6\x8e\x14\x09\ \xd6\x61\xd7\xcc\xd4\xef\xfd\x81\xa8\x7e\x3b\xb6\xfd\x4f\xa6\xf7\ \x5b\x8e\x47\x7e\x04\xdc\xb2\x37\x3f\x65\xb7\x49\x75\xd1\x93\x6a\ \x76\x02\x52\x54\xfb\xc0\xab\x82\x11\x44\x55\xd9\xb0\xd3\x2a\x1d\ \xad\x3d\xf2\xdf\x9a\x70\xa3\xce\x43\x92\x01\xc4\x42\xd2\xb4\x01\ \x21\xb0\xa3\xd2\x12\xb2\xe3\xa8\xb1\xf9\x0d\xc7\x82\xaf\xb9\xa6\ \x5a\xd8\x1d\x31\x0f\x75\x5c\x62\x0f\x21\x90\x4c\x46\x7a\xa4\x00\ \xb0\x19\x1e\x5e\x40\x1c\x1a\x9a\xf1\x24\x9d\xa3\x40\xe7\xa1\xe8\ \xd6\xf5\xd2\xc2\x80\x10\x50\x15\xb5\x9d\xb4\xcb\x1a\xf5\x9c\x5e\ \xbb\xa8\x54\x2a\x1a\x92\x4c\x46\xc3\x80\xb8\xfd\xfe\x1f\x48\xd2\ \xd7\x1c\x0f\xfe\x48\x82\x5b\x34\xbf\x27\x8d\x2e\x73\xf3\x6f\x1d\ \xb7\x3f\xe4\xfa\xd2\x22\x19\x6b\x33\xb7\x3d\x65\x37\xec\x8b\xed\ \x1a\xa1\x2f\xfe\x27\x85\x80\x38\xf7\x9a\x71\xf0\x34\x99\xfe\x75\ \x7d\xd2\x48\xc0\x9a\x7d\xe0\x0d\xde\x63\x02\xfe\x70\x8e\x2b\x39\ \x93\xc1\x4c\xec\x4f\x82\xcb\x9d\x59\x9a\xa6\x9d\x3d\x7b\xf6\xa9\ \xdf\xfc\x36\x12\x89\x7c\x80\xb3\x95\x73\xee\xf3\x79\xbf\xfd\xed\ \x6f\x65\x8f\xcc\xb6\x2f\xf7\x33\x7e\x48\x74\x18\xd2\x9d\xe6\xc1\ \x2d\x68\xfd\x2f\x89\xa2\x0e\x8e\xec\x22\xa0\x2a\x22\x04\x98\x21\ \x8d\x18\x10\x05\x08\x01\x66\x01\x56\x91\xae\x4b\x2b\x02\xb6\x00\ \x4a\x41\x4a\x40\x18\xa4\x00\x38\xff\x0f\xc2\xfd\xcb\x0d\x7d\x43\ \x10\x61\x00\x01\x9c\x03\xd5\x00\x71\x30\x4d\x50\x5c\x48\xa5\xd2\ \x08\x83\xc0\x80\x04\x20\x05\xe9\x4e\x90\x7d\x3e\x26\x04\xcc\x02\ \xea\x40\x9a\x06\xc2\x92\x96\x3d\x80\x72\x42\xa8\xff\x29\x08\x23\ \x45\x05\x04\x00\x52\x9a\x31\xb0\x6d\x50\x5d\x48\xa5\xd2\x8c\x00\ \xe3\x40\xe8\x45\x73\xb8\x2f\xb6\xff\x52\x03\x19\x04\xc8\x0b\x5f\ \x09\x60\x0c\x34\x37\xa2\x20\xa3\xbd\x80\x28\x20\x01\x40\x90\xe6\ \x00\xc9\xa4\x19\x05\x49\x91\xc3\x05\x3c\x26\x4d\x0b\x88\x0a\x54\ \x41\x94\x82\xb0\xfa\x9b\x05\x00\x24\x07\x89\x91\xc3\x05\xc0\xa5\ \x69\x5e\xf6\xd0\xbe\xfa\x4b\x01\x36\x03\xcd\x85\x14\x22\x99\x01\ \x4c\x5c\xf9\x5e\xfd\x6d\x08\x80\x31\x20\xd2\xef\xa2\x12\x4c\x5e\ \x36\xb1\x0a\x90\xb8\xbf\x61\xfb\x7e\xde\xdf\xb6\x0c\x24\x06\x87\ \x1b\x01\x97\x96\x01\x80\x80\xdb\x80\x35\xa4\xeb\x20\x99\xb4\x2d\ \x10\x02\x38\x07\xdd\x83\xb0\x90\xb1\x5e\x40\x0a\x28\x2a\xa2\x0a\ \x48\x26\x63\xd1\xfe\xc9\xe1\x43\x5d\xd0\x46\x84\xcf\xbc\x43\xbf\ \xeb\x3b\xd2\x88\x5c\x7a\x5d\xd7\xf5\xc2\xc2\xc2\xef\x7f\xff\x9f\ \xc2\xbd\xbd\x94\x92\x6b\x73\x5c\x96\x10\x08\xfc\xf4\x67\x3f\x1d\ \x5f\x50\x60\x9a\xe6\x75\x00\x17\x08\x15\x3d\xed\xd6\xcb\x3f\x52\ \x9b\xcb\x2f\xba\xbe\x3f\x64\x91\x76\x40\xab\xee\xfc\xf5\x0b\x17\ \x2f\x76\x8f\xfc\xa0\x8b\x97\xfe\x73\x59\x99\x57\x15\x38\xc0\x95\ \x81\x56\x9e\x2e\xc3\xe2\xe5\x57\xae\xa8\xf0\x15\x33\xcc\xc5\x7a\ \x5e\xf2\xd5\x07\xd5\xea\x8a\xfa\x0c\x58\xbd\x0b\xcd\xd5\xb7\x46\ \x78\xa1\xe4\x4b\xd6\xba\x07\xae\xde\x55\x55\x92\x1f\x60\x4f\x4b\ \x90\x03\xb5\xfc\x60\xda\xf0\xb2\x17\xfc\xc0\x16\x1e\x88\x27\x30\ \xaa\x91\x87\x7e\x48\x86\x8f\xbd\x62\xe5\x0c\x21\x64\xdb\x76\x63\ \x63\xe3\xd5\x1c\xe0\x0a\x8a\xac\xaa\x6a\x7a\x7a\x3a\xa5\x57\x26\ \x72\xfe\x30\xe3\x8c\x33\x9c\x90\x46\x26\x2e\xe4\xbb\x6a\xa9\x14\ \xf2\xc3\x1d\xba\xd7\x5a\xa4\xbd\xea\xfa\x85\xea\x5e\x5a\xef\xab\ \x2f\x0e\x78\xdb\xc0\x0f\xfa\xc0\xf5\xe1\x6b\x96\x73\xad\x6e\xf8\ \x80\xdb\xd0\xb5\x7f\x7b\x69\x1d\xae\xa8\xcf\x80\xd5\xbb\xea\x9e\ \xab\xaf\x7f\x00\x4a\x10\x1a\xdc\xda\xf8\xe5\xdf\x7e\xd0\xaf\xae\ \xdd\x4d\xd7\xbf\x02\x2f\x6c\x0b\x6e\x58\x70\x35\x6a\xfb\x10\xa9\ \x28\x4a\x6e\x6e\xee\x20\x62\x15\xa4\x65\x59\x57\x53\xe1\x41\xb8\ \xc3\x98\x49\xa7\x2c\xb2\x1a\xcb\x44\xd1\x3e\x34\x34\xd1\x18\x71\ \xf9\xeb\x13\xc9\x6c\x96\x3a\x4a\xbd\x79\xd5\xb5\x4c\x23\x29\xe5\ \x15\xb3\xff\xf5\x39\x5d\x07\x31\x70\x04\xd2\x5c\xea\xc2\x87\xcc\ \xc4\x2c\x61\x46\x51\x3c\x65\x53\x5c\x3e\x1c\xb5\x96\x85\x14\xba\ \xfc\x2b\x24\x31\x63\x88\x36\x9f\x0d\x76\xeb\x0e\x52\x54\xd1\xd5\ \x62\xbd\xbb\x16\x1f\xdd\x46\x28\x05\x21\x86\x2a\x0c\x2a\x2e\x9f\ \x6d\xcc\x4a\x69\x1b\x76\x70\x18\x5d\xfa\x04\x2d\xb8\x11\xac\xd8\ \x10\x3d\xe7\x7a\x36\x4b\x52\x05\xa8\x6a\xef\x5d\x2b\x0e\xac\xa7\ \x66\x14\x59\x51\x40\x08\x10\x8e\x93\x87\x38\x5a\x41\x4a\x10\x42\ \x0a\xce\x00\xa1\xfc\xd9\x74\xd1\x43\x38\x6d\x14\x98\xd1\xa1\x7b\ \xe4\xf5\x00\xf7\x3c\x55\xe7\xf5\x65\xec\xc4\x6e\x59\x57\x4c\x08\ \x85\x50\x3b\x84\x3b\xc1\x36\xe3\xf0\xfd\x9c\x0a\x42\x80\x29\x28\ \x1a\x77\xfa\x50\x72\x16\x99\xbe\x9c\xe4\x4e\x46\x8a\x7a\xb5\x41\ \xf6\x89\x02\xb7\xaf\xa2\x44\x01\x00\x11\xee\x14\x0d\x65\xa2\xb3\ \x59\x46\x43\x43\x5d\xcb\xb8\x7c\x7a\x85\x10\xa4\xbb\xb0\x37\x11\ \x0f\x1b\x83\x83\xe9\x00\xf0\xf1\x24\x04\xb9\x7e\xe0\x5e\xb4\xeb\ \x30\xea\x5b\x5f\x40\xf1\xec\x0a\x71\x9e\xc0\x25\xb3\xe1\x63\x4c\ \xa0\xf8\xbf\xc8\x1d\x26\x84\x14\x26\xc4\x55\x6d\x5c\x3e\x09\x89\ \x7b\x06\xe2\xf2\x99\x14\xaa\xaa\xea\xc7\xf9\x3c\x29\xa5\x6d\x5b\ \x52\x02\xc6\xb8\x6f\xd5\x44\x9e\x97\x2b\xc3\x7f\x28\x45\x08\xc5\ \x4f\x6c\xfd\x2b\x33\xe5\x00\xe4\xa5\x91\xb5\xe8\xa3\xda\xf4\x74\ \xf7\xdb\x3b\x3f\x46\x36\x04\x04\xe3\xf4\x8c\x0c\x4a\xa9\x61\x18\ \xb1\x68\x44\x4a\x50\x55\xd5\xe1\x74\x22\x84\x4d\x33\x96\x91\x99\ \xe5\x72\xb9\x85\x10\x8a\xa2\x3c\xf5\xeb\x5f\x35\x34\x34\x28\x8a\ \x12\xef\xed\xbf\x1a\x61\x8c\x27\x24\x04\xbe\xfb\xb7\x7f\x27\xa5\ \xc4\x18\x1b\x86\x51\x5e\x5e\xfe\xd1\xb0\x4b\x9f\x7b\xfe\x85\x8f\ \xad\xde\x42\x08\xb7\xdb\xfd\x8b\x5f\xfe\xba\xab\xab\x3d\x1c\x0a\ \xfb\x7c\x09\x8a\xa2\xd8\xb6\x45\x30\xce\xc8\x1a\xde\xd2\xdc\x64\ \x5b\x36\xb8\xfa\x07\x62\x4b\x4b\x4b\x5d\x5d\xdd\xc7\x3c\x21\xc4\ \x65\x88\x81\xcb\x2c\xd3\xb8\x74\xfa\x8d\xc5\x62\x1f\x11\xb8\x1f\ \x27\x32\x84\x10\x0e\x87\xa3\xb5\xa5\xb9\xab\xb3\x3d\x77\x4c\xbe\ \xdb\xed\x41\x08\x31\xc6\xda\xdb\x5a\x9a\x1b\x1b\x24\x00\xba\x64\ \x7b\x34\xa5\x54\x51\x94\xb8\xc6\xfd\xab\x22\x0a\x08\xd1\xcb\x3b\ \xf4\x02\x63\xfc\xb4\x1b\x67\xb6\x65\xb5\x34\x37\x66\xe7\x8c\xf6\ \x78\x7c\x9c\x73\xc6\x18\x42\x28\x25\x35\x43\x51\xd5\x50\xa8\x07\ \x5f\x23\xfa\x4c\x0a\x81\x30\xa1\x0a\x45\x92\xdb\xb6\x2d\x00\xa4\ \x90\x08\x13\x4a\x29\x48\x6e\xdb\x4c\x02\x02\xc9\x2d\xcb\x12\x80\ \x29\x25\x20\xb8\x65\xd9\xf2\xf2\x12\x64\xdf\x18\x07\x44\xfb\x85\ \x20\x04\x92\x33\xcb\xb6\x01\x13\x4a\x48\x5f\x70\x30\xa5\x94\x12\ \x2c\x25\x10\x4a\x29\xa5\x08\x40\x4a\x89\x49\xff\x6f\x30\x46\x52\ \x8a\xbe\x42\x08\x46\xdc\xb6\x6c\x26\x2e\x79\x0a\xb7\x6d\x86\xfa\ \x4b\x03\x84\x71\xdf\x6d\xe7\x4b\x23\x08\xa4\x6d\x59\x4c\x00\xa1\ \x14\x23\x69\x5b\x56\xdf\x96\x1c\xd1\xf7\x82\x94\x82\x60\x96\xcd\ \xe4\xc5\xf2\xb8\xe0\xbc\xaf\xee\x00\x20\x38\xb3\x6c\x86\x30\x21\ \x84\xf4\x47\x1c\x4a\x79\xa1\xaa\x94\xd2\x4b\xe2\x13\xe5\x25\xe6\ \x41\xff\xff\x9c\xd9\x5c\x22\x42\x29\x3e\x1f\xcf\x29\x01\x08\x55\ \xfa\x5b\xe3\xb3\x65\x9c\x7d\xcc\x03\xce\xb2\x2c\x82\x89\xcf\x1f\ \x60\x9c\x21\x84\x30\xc6\x9c\x73\x21\x84\xd7\x1f\x68\xa8\xaf\x1b\ \x68\xf0\x49\x9b\x91\x9b\xbf\xf4\x8f\xcb\x46\xaa\x5d\xbd\x8c\x42\ \xb4\x70\xe7\xfa\xed\x85\xf5\x4b\xbf\xf1\xcf\x37\xa7\x89\x50\x54\ \x12\xd1\xbd\x6f\xcb\xba\xf7\x4e\xd5\xd8\xd4\x35\x71\xc9\x9d\xb7\ \xce\xc9\x53\x24\x20\xbb\x63\xff\xd6\x37\x76\x1f\xaf\x23\xaa\x22\ \x39\x13\xde\xe1\x8f\x7e\xf3\x81\xa2\xe7\xfe\xfb\x5c\x70\xc1\xb7\ \x1f\x59\xc0\xda\xbb\x05\x42\xd0\x5b\xf2\xe2\x73\x6f\x54\x47\xfc\ \x0b\xef\x5a\x75\xf3\xc4\x4c\xce\x64\xac\xed\xcc\x9e\x03\x0d\xb3\ \x6f\xbd\xd9\xa7\x3a\x03\x7e\x3d\xd4\xd9\x65\xc5\xea\x5f\x5d\x53\ \xb8\xf0\xfe\xc7\xb3\xb4\xae\xa8\x2d\x31\x8a\xec\x7c\xf9\xc5\x06\ \xcf\xd4\xaf\x3d\x32\x3f\xda\x11\x42\x18\x75\x54\x9f\xda\xb6\x65\ \x5b\x55\x37\x53\x08\x96\x82\x4b\xc5\xbf\xe0\x9e\xfb\x6f\x2a\x48\ \xe5\x4c\x34\x9f\xd9\xf5\x76\xa5\x7a\xdb\xb2\x59\x6e\xcd\x13\x70\ \x2b\xdd\x9d\x9d\x66\x67\xdd\xab\xcf\xfc\x39\x56\xb0\xf0\x8b\x5f\ \xb8\x39\x49\x97\x08\xcb\xb2\xf7\xb7\xac\xdb\x79\xb0\x5b\xa4\xad\ \xfa\xca\xd7\xa7\xa5\x41\x8f\x09\xd8\x6c\xdf\xbf\xf5\x8d\xfd\xc5\ \x2d\x88\x12\xdb\xb4\xc6\xdc\xfa\xad\x6f\xcc\x75\xfc\xfa\xe7\x3f\ \x3f\xd7\x29\x15\x24\xb0\x33\xe5\x96\x3b\xef\x99\x3d\x3a\x85\x0b\ \xc4\xbb\x4b\x5e\x79\x6e\x75\xbd\x77\xee\xf7\xff\xe6\x76\xdc\xdb\ \x61\x01\x42\xbc\xe5\x8d\x67\x5e\x3e\xd7\x16\x43\xc2\x4a\x9b\x73\ \xff\xbd\x53\xc8\x9f\x7f\xf3\x52\x0f\xc2\x7a\xd2\x94\x6f\x3e\x7c\ \xe3\x96\x3f\xfe\xb2\x31\x65\xc1\xa3\x5f\x5c\xe4\x25\x36\x58\xdd\ \xdb\x5f\x7e\xfa\x34\xcc\xfa\xe7\x6f\x7d\xc1\xea\xea\xb4\x24\x92\ \x46\xeb\xfa\x3f\x3f\x5b\x1a\x12\x14\xa3\x4f\x54\x25\x63\xaa\x28\ \xf8\x92\xa0\x69\x84\x90\xe0\xcc\x66\xfc\x6a\xe0\x0e\x89\xd9\x2e\ \x25\x20\x84\xae\x76\x0b\x48\x29\x31\xc1\x04\x13\xc1\x79\x67\x57\ \x57\x67\x67\x67\xf6\xc8\x91\x18\x03\x25\xe4\x5a\x0e\x04\x89\x94\ \xe4\x8c\x40\xed\xd1\x97\x9f\x7f\xab\x3c\x63\xd2\xb2\xbf\x79\xf8\ \x91\x8e\xd6\x5f\x07\x92\x3d\x65\xfb\xff\xb4\x66\x6f\x63\xee\x8d\ \x5f\xfc\xd2\xa3\x0f\x35\xfd\xe0\x47\x6c\xda\x23\x5f\x59\x9a\xfa\ \xfa\xea\xe7\x8a\x9a\x62\xe9\xe3\x17\x3f\xfe\xc4\x37\xf1\x6f\x7f\ \xbc\xbd\x34\xac\x22\x09\x48\xf1\x27\x25\x3a\x28\x28\x9e\x04\x35\ \x56\xf1\xf4\x2f\x9f\xe9\x41\x1a\x05\x16\x8e\xea\x0b\x1f\xf8\xce\ \xdd\xb9\x9d\x2f\xbc\xf8\x3f\x75\xbd\x28\x31\xc9\xd5\x5a\x53\x5f\ \xf6\xd4\x49\xdf\xe8\x9b\xbe\xf1\xd8\xd4\xcd\x2f\xfe\xbe\xbc\xad\ \x37\xe6\xcc\x4f\x0c\xe2\x77\xfe\xf0\xdb\xf7\x1a\x62\x1a\xc5\x91\ \x50\x34\xff\x96\x0c\x57\xb8\xf8\xf7\x7f\x78\x93\xb9\x33\xe6\xde\ \xf9\xf0\xd7\xbe\x99\xfa\x8b\xff\x7a\xba\x99\x21\xc9\x58\xda\xa4\ \x65\xf7\xcd\x49\xf9\xe3\x4f\x7f\x5e\x66\x78\x93\xbd\xbc\xb9\xb1\ \xeb\xb9\x8a\xc3\x09\x13\xef\x7e\x72\x79\xe6\xda\xff\x79\xaa\x29\ \x66\xe1\xe1\x8b\xbf\xf3\xd5\xbb\xcb\x37\xff\x79\xdd\xc9\x7a\x47\ \x4a\xfe\xaa\x87\x9e\x7c\x54\xf4\xfe\x72\x47\x67\x6a\x62\xb0\x62\ \xd7\x53\xab\x8f\xb5\xe5\xcf\x5f\xf5\xd0\x97\x1f\xaf\xff\xc1\x7f\ \x55\xf6\x98\xd2\x33\x6a\xde\xb4\xe1\x86\x43\xbd\x79\xc6\xd8\x73\ \x1b\x8e\x59\x7a\x70\xc5\x63\x7f\x3f\xdf\x5b\xf6\xe2\x73\xbf\x6b\ \xb3\xf4\xe4\x44\xbd\xc7\x64\x9a\x3b\xa0\xa3\xae\xe7\x9f\xfa\x69\ \x2d\x53\x28\x01\x66\x5a\x94\x62\x6e\x4a\xea\xf0\x25\x24\x10\x0c\ \x12\x40\x02\xd5\x13\x82\x7e\x55\x0f\x2e\x7b\xf8\x3e\x72\xfa\xf9\ \x5f\x6d\x2d\x4e\x48\x4d\x8b\x75\x9a\xfa\xf0\x44\x57\xa4\xe5\xc5\ \xdf\xfc\x77\xa5\xa5\xab\x04\x71\x53\x92\x4f\x16\xb5\x18\xdb\x91\ \xce\x33\x45\xa5\x21\x76\xc9\x82\x96\x94\xde\xcc\x9c\xfc\xac\x14\ \x0c\xfc\x52\x80\xd0\x6f\x7e\xeb\x3b\x43\x51\x09\x55\x55\xcb\x4a\ \x4b\x5f\x79\xf5\x15\xb7\xdb\x7d\x35\x22\x11\x02\xce\x79\x73\x73\ \x73\x4f\x28\xe4\xf7\xf9\x92\x93\x93\x3f\xa4\x38\x6e\x75\xb7\x37\ \xd7\xd7\xd7\x1a\xee\x4a\x1b\x4f\xf5\xb9\x54\x61\xc7\xba\x5a\x1b\ \xeb\x6a\x2b\x79\x71\x39\xff\x42\x96\x37\x31\xb3\x60\x71\xc1\xc1\ \x8d\x3f\xd9\xf2\xde\x39\xa7\x4b\xad\xa9\x7a\x2e\x61\xf4\x7f\xdc\ \xb8\x68\xce\xbb\x67\x36\x31\x15\x03\x48\xce\x98\x90\x20\x19\xc3\ \xaa\x2f\x77\xec\xf8\x18\xa2\xa1\xc6\x0a\xcb\x95\x36\x6f\x4e\x70\ \xfd\xcf\x7e\xb6\xaf\xa8\xcb\xa1\xd3\xa6\x3a\x49\x14\xca\x8d\x18\ \xeb\xee\x31\x8c\x68\x77\x47\x7b\x47\xa7\x41\x35\xce\x05\x4d\x1b\ \x95\x5f\xe0\x37\xb1\x11\x2a\x3a\x5d\xcc\x85\x34\xa3\xe1\xae\x8e\ \x8e\x70\x4b\xeb\xea\xdf\xdb\x39\x3f\xfa\xee\xfc\x09\x29\xcf\x1f\ \x6c\x57\x11\x8a\xf5\xb4\x76\xb1\x89\x23\x46\x65\x95\xbf\x7f\xea\ \x54\xad\xe9\x74\x39\x22\x3d\x11\xd9\x1d\x8e\xc5\x22\x9d\x6d\x2d\ \x4d\x31\xe7\xed\xf7\xcf\xa5\xe7\xd6\xbf\xb0\x61\xbf\x74\x38\xec\ \xaa\xaa\x17\xdc\x99\xdf\xbf\xf3\xe6\xb4\xf7\xd7\xdb\xb6\xd9\xd9\ \xdc\x50\x57\x5d\x8f\xce\x55\x98\xb7\x8e\x72\x2b\xd8\xb2\x64\xde\ \xfc\x9b\x82\xcd\xef\xfc\x6a\x9d\xf8\xca\xca\x9b\x33\x77\x1e\xed\ \x4a\x9f\xb8\xa8\x80\xad\xf9\xb7\x3f\x1f\xac\x32\x5c\x1a\xae\x2c\ \x8d\x11\x85\x26\x82\x40\xc4\x91\x9d\x5f\xe0\xe1\x54\x74\x37\x96\ \x54\x37\x48\x49\xfa\x49\xc6\xc5\x6c\x3e\x92\x73\x2e\xb8\xd9\xd2\ \xd2\x99\x97\x36\x22\xcd\x57\x72\xf6\xcc\x31\x13\x91\xcc\x2c\x06\ \xba\x33\x3b\x7f\xbc\x83\xa9\xa2\xa7\xb6\xb8\x32\x8a\xd0\x27\xe9\ \xd7\x27\x04\x77\xb6\x54\xec\x3f\x7c\x3a\x39\x2b\x43\x05\x21\x01\ \x10\xc6\x66\x57\x53\x51\x0b\x1f\x31\x2c\xcd\x8d\xf8\xa5\x30\xa2\ \x7e\xbf\x7f\x28\x2a\xe1\x70\x38\x2a\x28\xa9\xaa\xaa\x1c\x95\x3d\ \xca\xe9\x72\x0d\xa0\x77\x31\x2e\x18\x37\x0e\x21\xd4\x47\x15\x3e\ \x50\x7b\x0b\x53\x38\xa6\x2f\x7a\xf0\x7b\x79\xd1\xb4\x9c\xec\xe6\ \x83\xdb\x0f\x95\x75\x2d\xa3\xfe\xe9\xcb\x1f\x4b\x9c\xce\xb3\x46\ \xa6\x9f\xd8\xb6\xb6\xb8\x5d\x5b\xe2\xe9\x3d\xdc\xd1\x45\x35\x9d\ \x52\x45\x57\x22\x0d\xcd\xdd\x4a\x6e\xb2\x03\x8b\x90\xc4\xe8\xfc\ \xd4\x23\xa5\x50\x3c\x29\x05\x13\x27\x5b\x08\x37\xa0\x9e\x8e\x56\ \xaf\x17\xb5\x34\x76\x1b\x9a\xa6\x51\x8a\xfb\x79\x13\x21\x04\x63\ \x84\xfa\x98\x24\x41\x20\x01\xe9\xd9\xf9\x37\xe8\x11\x2e\x3b\x6b\ \xab\x8b\x8b\xfa\x5a\x94\x10\xa2\x2a\x2a\x8b\xb6\x75\xf4\x86\xfc\ \xc9\x5e\x24\xda\x88\xa6\xf4\x54\xec\xf9\xf5\x9f\xcc\x45\x0b\x96\ \x7c\x7b\xde\x6d\x67\xf7\x6f\x5c\xff\xce\x09\x79\xbe\x34\x82\x09\ \x56\x5c\x89\x6e\x67\x77\x65\x03\xa7\xba\x4e\x29\xd6\x94\x50\x7b\ \x43\xaf\x73\x96\x5b\x23\x0c\x94\xe9\x77\x7d\x39\x61\x11\x1e\x9e\ \x95\x5c\xba\xe9\xa5\x92\x0e\x03\x39\x93\x67\x4e\xcf\xad\x3d\xb0\ \xa7\xb6\xc4\x6c\x80\x05\xb3\x6f\x48\xdb\xde\x9b\xa0\x87\x5b\x5b\ \xc3\xa6\xa6\x29\x82\x78\xe6\xdd\x76\xb7\x38\xb7\xa3\xd8\xb4\x14\ \xdd\x9f\x37\x61\x72\x86\x24\xd1\x4a\x59\x51\x5d\x67\x01\xe9\x9b\ \x61\x65\x1f\x87\x45\x20\x85\x40\x08\x2b\xb2\x77\xd7\x33\xbf\x82\ \xa5\x4b\x6f\x7f\xec\xdb\x2b\xba\xca\xde\x7c\xe9\xa5\x36\x9b\x51\ \x4f\xc2\xe8\x1b\xa6\xa4\x0a\x12\xad\x33\x4a\x2a\x5a\xc4\x27\xcd\ \x73\x6d\xd3\x08\xe4\x4c\xbc\xfd\xf6\xf9\x0e\x6e\x08\x09\x54\x55\ \x43\x15\x85\xeb\xde\x6f\xb6\xf9\x95\xac\x96\x5e\x91\x4b\xec\x2f\ \x25\x7d\x86\x57\x2c\x1a\x35\x4d\xd3\x35\x90\xd2\xa5\x94\xf6\x25\ \x8d\x42\x08\x7d\x08\x70\x11\x22\xc0\xda\xea\x4a\x0e\xbe\x57\x1e\ \xde\xb2\xa6\xb1\xa9\x25\x02\x01\x15\x5b\x8d\x25\x27\x8e\xb7\xa6\ \x8d\x9f\x94\x55\x51\x7c\xa6\x3d\xec\x6c\xea\xf1\xe6\x66\x65\x6e\ \x2d\x3c\x66\x63\x66\x08\xd7\x98\x91\xc9\xb1\xf6\x43\xdd\x06\xe3\ \xaa\xc4\x4c\x50\x02\x20\x25\x26\xb4\xb7\xe1\xf8\xb3\xbf\xfd\x7d\ \x0f\x56\x11\x17\x7a\xe6\x94\x2e\x3e\x2c\x27\xd5\x73\xbc\xa1\x05\ \x23\x45\x70\x49\x54\xe5\xea\x09\x0c\x44\xc7\xb6\xd5\x4f\xef\xad\ \x8b\x2a\x94\x48\x41\x52\x30\x48\x29\x18\xb3\x0d\xdb\x54\x53\x27\ \x64\xf8\xbd\x27\x6b\x3a\x80\x20\x40\x18\x83\x59\x5e\xb8\xad\xf2\ \xf8\xee\xa4\xfc\x25\xff\xfa\xf5\x87\xba\xeb\xca\x37\x9d\xe9\xba\ \x48\xdf\x78\xa4\xbe\xad\x7b\x62\x4e\x9e\x53\x1e\x8d\xd9\x60\x9b\ \x3c\x77\x78\x9e\xbb\xbb\xb1\x2b\x62\x13\x90\xcd\x65\xc7\x4f\x46\ \x72\x26\x8c\xcd\x28\x3d\x55\x1a\x32\x59\x52\xde\x0d\x37\x8c\x4a\ \xea\xc5\xab\xbe\x37\x4b\xba\x5d\x9e\xb4\x99\xb3\xde\x59\x5b\xd5\ \xed\xb9\x71\x58\xa2\xab\xa8\xb5\x0b\x1c\x81\x71\x33\x97\xa2\xe8\ \xa1\xa2\x36\x14\xe9\xac\x7c\xe5\x0f\xbf\xaa\x66\xaa\x82\xb1\xaa\ \x69\x04\x01\x47\x60\x99\x5c\xa7\x5e\x2a\x2d\xd3\x44\xaa\xe6\x51\ \x11\xe6\x02\x8c\x8e\xaa\x4d\xab\x9f\xde\xe5\x4e\xba\xed\xdb\xff\ \xb2\xea\xbe\xa5\xcf\xec\x92\xbd\xf5\xe7\xd6\x3c\xfd\x8b\x72\x53\ \xd7\x28\xd5\x34\xf5\x93\x5d\x47\x95\x00\x0e\xa7\xd3\x0e\x75\x46\ \x0d\x5b\x45\x8c\x09\x89\x30\x0e\xf7\x74\x30\xd5\xa1\x2a\xe8\x0a\ \x4a\x3b\xb4\xc6\xd9\x80\xce\x8e\x3e\xbc\x9e\x2b\x2d\x69\x6f\x6f\ \x93\x42\xe8\xba\x9e\x9d\x93\xeb\x76\xbb\x3f\xa0\x18\x5d\x27\x1d\ \xb5\x45\x85\x47\xce\x6a\x4e\x8d\x60\x42\x09\xd1\x35\xd4\x51\x5f\ \xb2\x7b\xf3\x36\xd3\x99\xf8\xe4\x13\x4f\x56\xfe\xe8\x97\xdb\xde\ \xdc\xfd\xbd\x87\xbe\xf4\x38\x5e\x7f\xa2\x36\x3c\x62\xf2\xa2\x25\ \xa9\x9d\x7f\x7a\xf5\xec\x94\x5b\xbe\xa0\x47\xdb\xd5\x11\x73\x73\ \x78\xc7\xa6\x8e\x30\x1a\xa9\x78\x12\x33\xc6\x4f\x9c\x14\x46\x2a\ \x06\xab\xb6\xa2\x6a\xd7\x3b\x15\x0f\x3d\xfa\x2d\x19\xdc\x5a\xdd\ \xc5\x13\x93\xdd\x95\xc7\x8e\xd4\xb4\xc6\x10\x26\x9a\xae\xe1\xfe\ \xdd\x8b\x58\xd5\x03\x39\xe3\x6e\x08\x25\x9a\x0a\xc1\x9d\x35\xd5\ \x80\x90\x37\x69\x58\xfe\xb8\xf1\xc2\x3f\xfc\xc6\x5b\xbf\xc0\x2b\ \xdf\x7e\xa7\xa8\x43\xa5\xaa\xe0\xcc\x97\x31\x69\x51\x7e\xa0\xb1\ \xbe\x49\x49\x4b\x55\x88\xe4\x42\x82\x94\x88\x28\x9a\xa6\x22\x40\ \x8a\xca\x0e\xef\xd8\x36\xe3\x6f\xbf\xfc\x8d\x27\xd9\x3b\x47\x2a\ \x9d\xc3\x26\xde\xb6\x74\xdc\xfe\x97\x7f\xdc\x1a\xc3\x0e\x5d\x69\ \xaf\x28\xda\xb5\xff\x1d\xe6\xfc\xc7\x87\xbf\xf2\x48\xf9\x0f\xff\ \x38\x76\xd1\xfc\xde\xc2\x35\x3f\x7b\x76\x1f\x28\x48\x4b\x99\xfa\ \x8f\x7f\x7f\x7b\xae\xf3\x3f\x37\xed\xef\xf9\xe2\x93\xdf\x56\xd7\ \xbf\x55\x1d\xf5\xa5\x26\x28\xf5\x36\x97\x08\xbb\xfd\x29\x63\x27\ \x4c\xf2\x33\xaa\x60\xe8\x6c\xa8\x6e\x09\x99\x84\xd2\xf6\x92\xa3\ \xdd\x77\x7e\xf5\xfe\x07\x6e\x7b\xfb\x74\xcf\xf4\x15\xb7\x98\x4d\ \xfb\xca\x42\x8e\x99\xcb\x96\xf9\x22\xcd\x2d\x61\x9c\xec\x51\xa1\ \xd7\x96\xa0\xb9\x83\xa9\xf9\x13\x26\x79\x6c\x5d\x45\xac\xa3\xa9\ \xb6\xb5\xc7\xc2\x9f\x1c\xcd\x15\x1c\xfc\x29\xc3\x03\xd6\xf1\xbd\ \x87\x8a\x97\x4c\x1f\xa5\x20\xe8\x6d\x29\xdb\x73\xb0\x3c\x65\xf2\ \x2d\x1e\x2a\xae\xd8\x48\x41\xbe\xf1\xf5\xaf\x0f\x45\x25\x14\x45\ \x69\x68\xa8\x7f\x77\xcf\xee\x84\x84\xa0\xc3\xe1\xb8\xa0\x71\x31\ \xc1\x13\x6e\x18\x5f\x5b\x5b\x1b\x8b\x45\xb2\x47\xe5\xa4\xa6\xa6\ \x99\xa6\x79\xb6\xb8\x08\x00\xd9\x96\x19\x08\x24\xa8\x9a\x26\xa5\ \x24\x84\xec\xd9\xbd\xbb\xbb\xbb\x9b\x10\x22\x01\x07\x52\x92\xa3\ \x75\xe7\xaa\x5b\x23\x54\xa1\x18\x90\x44\x24\x21\x25\xa9\xa7\xaa\ \xa4\xb1\x33\xd2\x52\x53\xad\x67\x17\x78\x63\x75\x47\x0f\xbf\x7f\ \xb6\xc5\x1e\x3b\x65\xfa\xd8\x31\x39\x3e\x56\xb7\xf6\xc5\x17\x8f\ \xd6\xb1\xdc\x09\xd3\x67\x4f\x9f\x38\xcc\x67\xef\x58\xbb\xe6\x78\ \x55\x8f\xea\x0b\x66\xa4\x67\x8e\x1a\x35\x3a\x27\x37\x37\x37\x77\ \x78\x4f\x55\xd1\xc1\xf7\xf7\xb7\xc8\xe0\xe4\xa9\x93\x73\x47\x65\ \x07\x1d\x76\x45\xc9\xb9\xae\x18\xa3\x4e\x5f\x92\x17\xce\x9d\x3c\ \x1b\xb6\x00\x29\x8e\x94\xe4\x8c\xac\xec\x11\xb9\xb9\xa3\x73\x72\ \x72\x3d\xbd\x8d\xe5\xad\xbd\xc9\xc3\x73\x46\x65\x8f\x1e\x9e\xee\ \xaf\x3d\xb4\x75\xcd\x9b\x6f\xf7\x48\x85\x60\x24\xa5\x50\x7d\x19\ \x93\x66\xcc\xbc\x61\x5c\x5e\x76\x9a\x76\x60\xf3\x9a\x3d\x67\x5a\ \x08\xc1\xd4\x99\x90\xa0\xc7\x4a\x4e\x97\x9a\x58\xe1\xdd\xf5\xa7\ \x8b\xaa\x92\xc6\x4c\x99\x3c\x3e\x2f\x23\x01\xbd\xb7\xfe\xb9\x2d\ \x85\x55\xa0\xba\x93\x93\x03\x9d\xd5\xc5\x0d\xa1\x48\x53\x55\xad\ \x7f\x58\xbe\xc3\x0c\xb9\x02\xbe\xf2\x03\xbb\x4a\xdb\x62\x92\xb3\ \xde\xde\x1e\xe4\xcf\xf6\x85\xcb\x77\x6e\x7f\xa7\x47\xcb\x98\x3a\ \x75\xf2\x98\x51\xc3\xac\x96\x33\xfb\x0f\x1e\xeb\xb0\x1d\xc3\x87\ \x65\x0c\xcf\xc9\xcd\xcd\xcd\xcd\xc9\xc9\x15\x0d\xc5\x15\xed\x11\ \x42\x28\xeb\x6d\x2a\xad\x6a\x1f\x31\x71\xd6\xf8\xbc\x51\xd0\x78\ \xf8\xa5\x57\xb7\xb6\xda\xda\xc8\xb1\x53\x66\x4c\x9d\x38\x7a\x74\ \x8e\xac\x3b\xf4\xda\xeb\x3b\x7a\x90\x77\x78\x4e\x66\xc6\xc8\x31\ \xa3\x73\x73\x73\x72\x87\x5b\x4d\x6b\xf2\x4d\xd9\x00\x00\x20\x00\ \x49\x44\x41\x54\x25\x95\xad\x06\x19\x4a\xb7\x98\x10\xc2\xe5\x72\ \x2d\x5c\xb8\xa8\x6f\xa6\x65\x8c\xb5\xb5\xb5\x5d\x54\x6d\x52\x20\ \xcd\x93\x96\xa0\x14\x1d\xde\xf7\xfe\xe1\xe3\xa7\x4e\x9e\x38\x72\ \xaa\xcc\x35\x72\xda\xc2\x99\x79\x8a\x60\x57\x4c\xd9\xe8\x6c\x71\ \xd1\x10\x71\xdc\x43\x87\x0e\xfe\xf0\x07\xff\x37\x27\x27\x37\x90\ \x90\xd0\x47\x06\xa4\x94\x9a\xa6\xde\x3c\x6f\x6e\xc1\x84\xc9\x13\ \x26\x4e\xb2\x4c\x93\xd9\x16\x00\x84\xc2\xe1\xc2\xc3\x87\x7c\x5e\ \x77\xfe\xd8\xf1\x2e\xb7\x5b\x08\xa1\xaa\xea\x0f\xfe\xef\xff\xa9\ \xae\xae\xee\x5b\x1f\xb1\x8d\x98\xa4\x9a\xaa\x5c\x38\x52\x4d\x5a\ \x86\x81\xa8\xa6\x2a\x44\x0a\x66\x1a\x16\x56\x75\x85\x00\xb7\x6d\ \x9b\x71\x09\x00\x08\x51\x45\x55\x08\xb2\x2d\x8b\x71\x01\x00\x84\ \xaa\xaa\x4a\xa5\x6d\x19\x96\x7d\x7e\x81\x1c\x29\x9a\x46\x90\xb4\ \x6d\x9b\x71\x81\x00\x00\x61\x55\xd3\x08\x46\x82\xdb\xa6\xc9\x54\ \x5d\xc7\x08\x81\x64\xa6\x61\x5e\xc8\x68\x80\x15\x8d\x22\x6e\x9a\ \x76\xbf\xd3\x04\x13\x45\x39\xef\x16\x05\x90\x82\x59\x96\xdd\xe7\ \x75\xc5\x54\x51\x15\x8a\x00\x49\x6e\x99\xb6\xd0\x74\x0d\x9d\xf7\ \xc5\xda\x76\xdf\x3d\x88\x50\xaa\x28\x14\x83\x34\x0c\x03\x29\xba\ \x46\xb1\x14\xcc\x30\x2d\xa2\xa8\x92\xd9\x40\x54\x95\xe2\x0b\xef\ \x0b\x54\x53\x09\xd8\x96\xc5\x84\x44\x00\x12\x90\xa2\x69\x14\x78\ \xcc\xb0\x2e\x2c\xf9\x13\x55\x57\xce\x23\x8f\x33\xdb\xee\x73\x09\ \x23\xac\xaa\x2a\xc1\xc0\x2c\xcb\x3e\xff\xa6\x8a\xaa\x61\xb0\x0d\ \xe3\x62\x6b\x10\x55\x53\x86\xd8\x99\xcb\x18\x4b\x4a\x4a\xfa\xf7\ \x1f\xff\x47\x9f\x91\x13\x8b\xc5\x8a\x8b\x8b\xaf\x98\x93\x15\xcd\ \x01\x46\x57\x6d\x7d\x4b\x8c\x49\xdd\x1d\x48\x4f\x0d\x62\xc1\xc5\ \x47\xd9\xe5\xfb\x97\x65\xdf\xb6\xed\xf5\xf9\xf3\xf2\xf2\x19\xb3\ \x39\xe7\x52\x4a\xcb\xb6\x74\x4d\xcb\xca\xca\xaa\xad\xae\xba\x74\ \xe5\xec\x42\xf0\x0d\x00\x50\x4d\x07\x00\x29\xe4\x25\xaf\xa7\xf7\ \x8d\x60\x00\xac\xea\x7a\x9f\x03\x0e\x53\x45\xbb\x24\x95\xaf\x94\ \x40\x15\xf5\xc2\x05\x29\x04\x10\xaa\x3b\xe8\xe5\xbc\x0a\x5d\x7a\ \x4f\xff\x4a\x05\x22\x9a\x4e\xce\xfb\xed\xb1\xaa\x5f\x91\xe0\xed\ \xaa\x42\x2e\xa6\x3e\x20\xaa\x46\x2e\xff\x42\x02\xa6\x9a\x76\xf1\ \x26\x84\xaf\xbc\x47\x00\xa8\x97\xbc\x8e\xa6\xe9\x00\xd0\x77\x5e\ \xcd\x85\x92\xfb\xde\x57\x02\x50\x55\xa3\x97\xd5\x9f\xe8\x0e\xc7\ \x80\x95\xc1\x84\x6a\x84\x5e\xda\x1a\x44\x51\x2f\xc9\x90\x2d\x3f\ \xe8\x45\x86\x88\xc5\x5e\xb6\x2c\x32\x10\x29\x24\xc4\xe8\x6e\x2c\ \xab\xa8\x8d\xd8\xe0\x49\x48\x4d\x49\x09\x52\xc9\xd9\x40\x3f\xf9\ \xb8\x81\xcb\x39\x77\x7b\xbc\xba\xc3\x61\x18\x31\x09\x52\x48\x29\ \x85\x64\x9c\x25\x04\x82\xe5\x65\xa5\x97\x0e\x3e\x4a\x29\x46\x08\ \xc7\x77\x04\xfd\x15\x09\xc6\xe8\x03\x72\x33\x22\x4c\x65\xb4\x65\ \xcf\xe6\xcd\xf5\x16\x35\x7a\xa3\x9a\xa2\x9c\x1a\x31\x69\xc5\x82\ \xc9\x3a\x12\xf2\x13\xd7\xb8\x20\xfb\xa7\x26\xd4\x1f\xd2\x86\xfa\ \xb2\x7a\xa2\xcb\xf3\xd3\xdb\xb6\x7d\xe7\x9d\x77\xa8\xaa\xfa\xc9\ \x7a\x16\xe3\xf2\x97\xee\x7c\x69\xc4\x62\x42\x88\x01\xe3\x13\x08\ \x81\xa6\x9a\x92\x16\x2d\x77\xd5\x8a\xd1\xef\xee\x2e\x9e\x32\x33\ \xbf\xf0\x9d\x3d\xd5\xed\x79\xe3\x52\x1c\x8c\x7f\xe2\xc0\xbd\x04\ \xc0\x00\x80\x40\x4a\x34\xc0\x0c\x22\x84\xf0\x78\x3c\x63\xf2\x0b\ \xe2\x9d\xfd\x57\x26\xe7\x4a\x8a\x85\x10\xd7\x48\x74\x27\x6d\xcb\ \xd2\x5c\x41\x8d\x02\x67\x46\x47\x7b\x5b\xd8\x40\x0a\xc5\xf0\x69\ \xa0\x0a\x97\xa7\x2f\x42\x08\x61\x29\xaf\x48\x7c\x75\x11\xbb\xf1\ \x6e\xfe\xeb\x93\x0f\xe8\x56\xc1\x65\x20\x2d\x27\x1b\x4b\x2e\x14\ \x8d\xd5\xef\xde\xd7\x91\x3f\x75\xce\x88\x04\x9d\x4b\xfe\x29\x00\ \xee\x25\xa8\x8d\x46\x63\x66\x2c\x86\x31\x46\xf1\xcd\x96\x71\xe9\ \x73\x3a\x79\x93\xb2\x15\x8e\x55\xd7\xcc\x9b\x97\x65\xb4\xc5\xd2\ \x47\x0e\x57\xe1\x2a\x4f\x58\x1f\x5d\xfe\xf8\x29\xc2\x05\x9e\xde\ \xda\xdc\x5c\x53\x53\x63\xd9\x36\x42\x38\xbe\x41\x27\x2e\x84\x92\ \xf6\xaa\xe3\xef\x1c\x2e\x45\x3a\xad\x39\x53\x78\x60\xdf\x3b\xeb\ \x37\xef\x6e\x33\xd1\x80\xa1\x3f\x1f\x3b\x70\xd1\x85\x79\x81\x67\ \x0e\x1b\x36\x26\x2f\x4f\xd7\xf5\x38\x2b\x88\x4b\x3f\xc7\x35\x0d\ \xaa\xea\xb1\xa6\x92\x63\x35\xf2\x96\x95\x77\xa6\xc9\xb6\xc6\xae\ \xde\x01\x2d\xb9\x4f\x8c\x2a\x60\x8c\x1b\xea\xeb\xba\xbb\xbb\xd3\ \x33\x32\xb5\xf8\xfe\x9c\xb8\x00\x48\x89\x82\x29\xe9\x91\xa3\xfb\ \x5f\x38\xcb\x33\xa6\x2c\x1b\x11\x74\x54\x7a\xfc\x6e\x85\x0e\xe8\ \xf9\xfd\xc4\x80\xcb\x85\x48\xcf\xc8\x4c\x4a\x4e\xe1\x9c\xf3\xcb\ \x0f\x54\xb9\x36\xb1\xb7\xc2\x31\xe1\x76\xe9\xd2\x8c\xb4\x77\x74\ \xc6\x18\x78\x93\xd2\x02\x97\xb8\xd0\x99\x11\x35\x41\x75\xe9\x17\ \xaf\x18\x3d\xed\x6d\x21\x43\x77\xfb\x82\x01\x8f\xd5\xdb\xdd\xd9\ \x15\x92\xaa\x3b\x35\x25\xe1\xbc\x4d\x2b\x6b\x8f\x6d\x7f\x65\xe3\ \xe1\xe1\x37\xdd\xb1\x72\xfe\x0d\x1f\xa1\x2d\x44\xb8\x6e\xdd\xcb\ \xab\x8b\xcc\x91\x8f\x3c\xf4\xc5\xe1\x01\x2c\xb9\xd1\xde\xd6\x11\ \x35\x85\xdb\x9f\x18\xf4\x39\x00\xc0\x8e\x74\xb5\x85\x65\x52\x72\ \x82\x72\x7e\x6e\x63\xd1\xee\x96\x8e\x30\x71\x78\x82\x09\x7e\xc2\ \x63\x1d\xed\x9d\x06\x47\xfe\xa4\x34\x8f\xf6\x79\xe7\xf9\x9c\x71\ \x67\xf2\xe8\x65\xcb\x9c\x1d\x96\x36\x72\xe4\x70\x42\xed\x59\x0b\ \x16\x69\x4e\x07\x30\x8b\x7f\x7a\x80\x4b\x08\xa9\xae\xaf\xef\xee\ \xee\xca\xc8\xc8\xd4\xb4\xc1\x9c\x70\x6d\x6e\xfb\xcd\xbf\x6c\xe2\ \xb3\x7e\xf1\xdd\xbb\xeb\xde\x7a\xf6\x0f\x47\x3a\x86\xa5\x25\x4f\ \xb8\xf5\xfe\x9b\x46\xfa\xce\x63\xa8\xf6\x57\xff\xef\xdf\x60\xde\ \xf7\xff\xee\xf6\x9c\x3e\x50\x56\x1d\x78\xf3\xc5\xb7\x4e\x80\xa6\ \x39\x03\xa3\x1f\xfb\xea\xad\xdb\x9e\xfa\x8f\x93\x76\x20\x20\x23\ \xfa\xa8\x9b\x9f\xb8\x77\xa1\x57\x01\x30\x6a\x37\x6f\x2f\x9c\x74\ \xc7\x97\x6f\x1c\x9b\xf8\xd1\x1a\xe2\xcc\xde\x1d\x95\x4a\xc1\xd7\ \xee\x5f\xe4\x77\x22\x00\x68\x3e\xb3\xe5\x67\xcf\x1d\xcb\x1c\x99\ \x55\x30\x6b\xe9\xe2\x69\x23\x9a\x4b\xf7\x6f\xd9\x71\xc8\x0c\x4e\ \x5c\x75\xd7\xc2\x04\x1d\x00\xa0\xad\x74\xcf\x9f\x5f\x7e\xdb\xa6\ \x8a\x74\x65\xde\xf7\xe8\xa3\xe2\xc4\xf3\xbf\xd9\x50\x33\x3c\xcb\ \xdd\x63\x05\x57\x3d\xf9\xe8\xd8\xa0\xfe\x39\xd7\xb9\x80\xb1\xa2\ \x52\xab\xbd\xf5\x64\x61\x03\x07\xa4\x2a\xd4\x36\x59\x30\x2b\x7b\ \x78\xaa\xff\x8a\x73\x87\x3e\x39\x8d\xcb\x58\xce\xe8\x31\x20\x65\ \x28\xd4\x63\x0d\x22\xc1\x6f\xc3\xb1\x1d\xc7\x9a\xb5\xcc\x51\x54\ \x00\xb4\x87\xd8\xc4\xdb\x9f\x78\x60\x5a\xe6\xa5\xb0\x3e\xf8\xf6\ \xae\x30\xf5\xa7\x3b\xfa\x35\x9b\xd9\x76\xfa\xc5\x0d\xc7\xe6\x7c\ \xf9\x7b\x0b\x73\x7c\xb6\x61\x52\x1c\x8e\x92\xa4\x07\xff\xe1\xef\ \x6f\xe0\x67\xff\xdf\xbf\xae\x29\x5b\x78\xf3\x94\x34\x02\x16\xb3\ \x43\x0d\x3b\xdf\x5c\x83\x62\x73\x58\xf5\xb1\x43\xe7\xba\x66\x7d\ \xf1\x4b\xb3\x5d\x95\x2f\xad\xdd\xd1\xad\x0c\xbf\xe7\xf1\x07\xb3\ \x49\xc3\x1b\x2f\xad\x2d\x6a\x93\x73\xef\x7c\x68\xc1\xd8\x24\x00\ \x00\x19\x3b\xb8\x71\xf5\xce\x13\x8d\xe9\x13\x17\x3d\xbc\x62\xb6\ \x65\x9b\xd5\x47\xde\x79\x81\xc8\xfb\xbe\xb8\x22\xcd\x09\xe1\x9e\ \xd0\x88\x99\xf7\x7c\xf3\xde\x09\x00\xc0\x3a\xca\x5e\x5b\xb3\x23\ \x65\xde\x17\xef\x9d\x37\xde\xdd\x57\xa9\x68\xfd\x6b\x2f\x6d\x1d\ \xbe\xec\x6b\xab\x66\x8f\x60\xb6\x09\x04\x1d\xe9\x66\x33\xee\xf8\ \xca\x03\xf3\x47\x6c\xf9\xf9\x3f\xbe\x7d\xbc\x71\xec\xa2\xec\xcf\ \x33\x6c\x31\xa5\xbd\x8d\xc5\x1b\x36\xed\xc7\xc1\x64\xb7\x4a\x11\ \xeb\xad\xaa\x69\xf6\x26\x0f\x2f\x08\xa4\x0d\x4f\x4d\x40\x20\xe4\ \xd5\xc0\x95\x52\x62\x84\x30\xc1\x08\x90\x10\xa2\x2f\x06\xa2\x2f\ \x8c\xe4\x52\xb3\x4a\x5e\xe1\x1d\x90\x20\x01\xa4\x94\x9c\xf3\xc1\ \x66\x6b\xbc\x78\xa0\x01\xb2\x2c\x93\x59\x96\xe0\xfc\x43\xf7\x79\ \xf2\x50\xe5\xee\xd3\xe1\xa5\xb7\x2d\x39\x7c\xae\x07\x00\x5c\xc9\ \x49\x75\xbb\x5e\xfc\x7d\x49\xc1\x1d\x77\x2f\x4f\x73\x62\x00\xe8\ \x3e\xf7\x5e\xb1\x35\xea\xce\xc5\xf4\xe8\xf9\xcd\x49\x1d\xd5\xa7\ \x44\xca\xf8\x9b\x72\x7c\x00\x60\xd9\xa6\x50\x31\x8a\x75\x6c\x7b\ \x61\xcd\x69\xa3\x5a\xa4\x8e\x19\x99\x48\xfa\x46\x0f\xf6\xe7\xdd\ \xff\xe0\x57\x0b\xfc\xd5\x3f\x7f\xab\x73\xd9\x57\xbf\x3a\xd1\xdd\ \xf9\xe7\xdf\xec\x18\xb9\xe2\x91\xa4\x73\xaf\xaf\xdf\xfa\xfe\x34\ \x7e\xa8\x29\x79\xee\x13\xb3\xdb\x9f\x79\x63\x6d\xde\xe8\xaf\xa5\ \x53\x68\x3a\xb2\x61\x4b\x11\x7d\xf4\xb1\x07\xf6\xad\x59\xbd\xfd\ \x64\x66\x0a\x71\x4c\xba\xe5\xde\x07\x97\x4e\xee\x63\xe9\x2e\xb7\ \x37\x74\xee\xad\xdf\xfc\xb1\x64\xd9\xdd\x77\x7b\x1a\x4e\x57\xb6\ \x1a\xa4\xe4\xed\x5f\x1c\x3b\xf6\xc8\x97\xee\xcf\xf2\x2a\xb1\xc6\ \x8a\x36\x32\xe2\xee\xe9\x23\x00\x80\xdb\xa6\x90\x54\xd5\xc4\xc9\ \x77\x37\xaa\xad\xbe\x63\x6d\x9e\xdb\xf2\xd3\x3e\xe7\x54\x01\x23\ \xd9\xdd\x5a\x0f\x69\xe3\x57\xde\x79\x93\x2e\x05\x31\x6a\xdf\xdc\ \xf0\xfe\xb8\x85\xcb\x73\x02\xd4\xe6\x57\xfa\xc4\xfa\xf5\x93\xee\ \x74\x52\x5d\xef\xec\x09\xd7\x35\x37\xf7\x44\xa3\xa0\x28\x51\x9b\ \xb5\x76\x75\xd7\xb7\xb6\x36\xb4\xb6\x36\xb4\xb6\xd5\xb5\xb4\xd6\ \x34\xb5\xd4\x35\xb7\xd6\xb5\xb4\xd5\xb7\xb4\xd7\xb7\x76\xd6\xb6\ \x74\xd4\xb7\x77\x35\x75\x74\x75\xf7\x46\x11\x1d\xf4\x26\xf2\x0b\ \x21\x6c\x7d\x2b\x67\x7d\xc9\x6c\xfa\xb6\x46\x5d\x5b\x8a\xf6\xed\ \x68\xb4\x7d\x8a\xd5\xd9\xd6\xda\xdc\x1c\x65\x05\x4b\xef\xfb\xda\ \x97\x1f\xc9\xe8\x3a\xb6\x76\x47\x31\x00\x00\x44\x76\x6c\xd9\xa7\ \x24\x26\x84\x9a\x9a\x5a\xdb\x5a\xa3\x76\x9f\x6f\x45\x39\xbf\x7b\ \x25\xb6\xf3\x95\x97\x0a\x1b\x63\x9a\xa2\x78\x02\xc1\xcc\xec\x1c\ \xb7\xd9\x54\x56\xdf\x7d\x7e\x6e\xa2\x4e\xa7\xae\x50\xa2\x39\xdc\ \x29\xe9\x01\x2d\x16\x6a\x6b\xa8\x29\xdc\xb1\x6e\x57\x71\x97\x12\ \x6b\x29\x6d\xec\xa8\x3d\xfe\xf6\xda\xad\x85\xa6\x2a\x23\x0c\x00\ \xa0\xa9\xac\x2e\x75\xfc\xdc\x51\x59\xa3\xa6\x8d\x1f\x56\x5f\x5f\ \x6b\x4a\x42\x75\x87\xae\x29\x7d\x1e\x9b\x8c\xc9\x77\x7e\xf7\x9b\ \x8f\x8f\xf7\x36\xad\xdb\xbc\xaf\x35\x1c\x1d\x3e\x7d\xc5\xd7\xbf\ \xfa\x9d\xf1\xb4\xfe\x40\x71\x13\x00\x20\x42\x41\xb2\xbe\x1e\x38\ \xbe\xe3\xe5\xb7\x4f\x34\x2a\xaa\xe2\x74\x7b\xd2\x32\x87\x8d\x4e\ \xa3\xa5\xa7\x2a\x3e\xe7\x3e\x41\x21\xa4\x2f\x35\x67\xdc\xa8\x34\ \x05\x23\x4a\x30\xd6\x12\xc6\x4d\x28\xf0\xeb\x84\x28\x03\x44\xad\ \x51\xb7\xdf\xab\xa8\x6a\x4d\x53\xcb\xdb\x47\x8e\x95\x57\x57\xa5\ \xa6\xa6\x8f\xce\xcb\x6f\x2d\xab\x3e\x79\xea\x64\x49\x49\x69\x7b\ \x57\x37\x80\xe4\x5c\x30\x4e\x05\x28\x2a\x46\x04\x23\xa2\x3a\xa9\ \xee\xd6\xbd\x01\xaf\xcb\xe5\xd3\xe8\xb4\xb1\xa3\x1e\xbe\xe7\x4e\ \xa3\xb5\x0a\x49\x7e\x1d\x2b\x09\xb2\x7f\x07\xb5\xbc\x02\xd1\x03\ \x89\x3b\x98\xe6\xad\x6f\xd8\xfb\x5e\x4d\x75\xbd\x5d\xdb\x11\x49\ \xf0\x81\xee\x4b\x08\xb8\x49\x89\xc5\xc3\x0d\x65\x0d\x26\x4a\xca\ \xc9\x29\x3d\xf7\xfe\xfe\xf2\xf2\x1a\x5f\x5a\x47\x6c\xb6\x53\x41\ \x09\xa3\x26\xbb\xd7\x3c\xbd\xee\xc0\xcc\x3b\xa6\xf8\x5a\x5b\x9a\ \x35\x93\x49\xea\x28\x98\xb3\x68\xae\xa7\xf1\xd4\xbe\xf7\xaa\x5a\ \xc3\x33\x46\xfa\x41\x4a\xce\x78\x5f\xc4\x25\x63\x36\x63\x00\x6e\ \xaf\x2f\x39\x73\xf4\xc2\xbb\xe7\xe5\xfa\x15\x97\xfa\xce\x1f\x8a\ \x8d\x9c\x9b\x1f\x5e\x54\xa0\x12\xc5\xa1\x03\x00\x24\x66\x25\xb7\ \x1c\x3c\xde\x31\xcf\x5f\x54\xda\x90\x34\x73\x2e\x6d\x2e\xe1\x17\ \xb9\x97\x08\x77\x85\x54\x4f\x20\xc1\xe7\xb2\xaa\x63\xbe\xa4\xf4\ \xd0\xbb\xa5\xed\x3d\xe3\x7a\x62\x22\xc9\xa5\x03\x80\x9e\x3e\x3a\ \x8b\xae\xdf\xb0\xa5\xf0\x91\x5b\x0a\x3a\x5a\x9a\x7b\xbc\x16\xb7\ \x21\x63\xf4\xa4\x1b\xe7\x4c\x70\x34\x1e\x5c\x5b\x5a\x23\x96\x15\ \x90\xcf\x31\x70\xa5\x04\xd5\xe5\x51\x1a\x6a\x8e\x1c\x68\x47\x08\ \x40\x4a\xea\x4a\x4a\x32\x3b\x8e\x1f\x6a\x4a\xcd\xcb\x0f\xea\xf8\ \x52\xae\x40\x6b\x1a\x9b\x8f\x1c\x3d\x5a\xdb\xd8\x94\x98\x35\xe2\ \xc6\x39\xf3\xc2\xe1\xde\x5d\x3b\x76\x9e\x3b\x57\xde\xdd\xdd\xc5\ \x38\x57\xb0\xca\x98\x0d\x02\x34\x4d\x57\x55\xb7\x53\x53\x3d\x6e\ \xa7\xc7\x1b\x70\xfa\x82\xee\x40\x92\x42\x15\x17\x91\xa9\x29\xc9\ \x5d\x5d\x9d\x8a\x6d\xab\x83\x3b\xab\xba\x3f\x2c\x01\x49\x8c\x40\ \xa0\xfe\xb0\xd6\x0f\xc6\x7b\xf6\xcc\xdb\xbf\x3a\x13\x44\xfd\x89\ \x57\x8e\x85\xe6\x0c\x73\xec\x7d\xed\xe9\xdd\x67\xda\x1d\x89\x79\ \x0f\xac\x1a\xd7\xb4\x6f\xf5\x7e\x63\xd2\x97\x6e\x7f\x60\x3e\x40\ \xd3\xfb\x09\x07\xc4\xcc\x61\x5e\x04\x00\x8a\x37\xf7\xf1\x47\x57\ \xac\x7e\xf3\xa5\xff\xdc\x21\xa4\x9e\x7e\x53\x52\x50\x7a\xe5\x96\ \xa7\x7e\xb8\x57\xc5\x81\x82\x65\x4b\x27\x66\x00\x00\x10\x2d\x98\ \x14\xd4\x28\x00\x52\x13\x93\x12\x15\x0e\xe0\x1a\xb9\xf2\xb6\x19\ \x2f\x6f\x7e\xfa\x10\x0e\x2e\x79\xf8\x2b\x0b\xee\x59\xd9\xf0\xdc\ \xeb\xff\xfd\xd3\x5d\xe3\x6f\xba\xeb\x8b\x0b\xf2\x01\x60\xd8\xcc\ \x3b\xe6\x56\x3f\xf7\xab\x9f\xfd\x32\x71\xcc\x8d\x4f\x4c\x1e\x55\ \xb1\xfb\x48\xc0\x71\xc1\xa2\x12\x25\xfb\xd7\xbf\x75\xb8\x02\xfb\ \x32\x57\xdc\x3f\x7f\x58\xaa\x9c\x37\xea\xec\x2f\x7f\xf6\xcb\xf4\ \x1b\x16\xae\xcc\x4f\x06\x00\xd0\x92\xee\xfd\xf2\xc3\x2f\xaf\xde\ \xf8\xdf\xff\xb9\xc9\x44\xde\x3b\x97\x24\x25\xb4\x27\x54\xbe\xb6\ \xe6\xdf\x8b\xb6\x62\x2d\xe5\xbe\x55\xf3\xc9\xe7\x5b\xe3\x22\x84\ \x98\xd9\xdb\x50\x5b\x1b\x45\x04\x01\x80\xe4\xc4\x83\x32\x13\x12\ \x9b\x1b\x9b\x7c\x39\xf9\x08\xa1\x4b\x83\x16\xd0\x37\xfe\xf9\x9f\ \x27\x4e\x9c\xe4\x4f\x4c\x3e\x57\x5d\x5b\x78\xec\x58\xd9\xb9\xb2\ \xbe\x28\x67\x2e\x25\xc1\x18\x10\xc6\x84\xba\x3d\x6e\x97\x27\xe8\ \x72\xfb\x03\x5e\xaf\xdf\xe7\x75\x79\xbc\x8a\xee\xb1\x24\x61\xb6\ \xed\x40\x3c\x3f\x2b\xd9\xaf\xe3\x34\x2f\xf1\x38\x1d\x17\x02\x7e\ \xaf\x15\x48\x8e\x00\x56\xad\x5a\xb5\x78\xe9\xad\x12\x04\xe3\x8c\ \x59\xcc\x36\x4d\x09\xb2\xa5\xa5\xa5\xac\xf4\xec\x8d\xf3\x6e\x76\ \x38\x9d\x7d\x24\xbb\xa1\xbe\x36\x7f\xdc\x0d\xd7\xc2\xbe\x90\x12\ \x0f\xee\x10\x0a\xce\x05\xb9\x10\x7a\x26\x38\x07\x42\x3e\xfc\x77\ \x92\xf3\x3e\x96\xdf\x57\x02\xc7\x98\x5c\xca\xc3\xa5\x10\x68\xe0\ \xa7\x4b\xc1\x25\xbe\xe4\x01\x52\xc8\xab\x47\xa5\xe0\x1c\x5f\x8c\ \x32\x91\x9c\xcb\xc1\xd4\xe9\xaf\x43\x4a\x8a\xcf\xa4\xa6\xa5\x13\ \x42\x06\x0c\x24\x47\x08\x2b\x8a\xd2\x8f\x50\x84\x10\x08\xdb\x62\ \x80\xb1\xe4\x57\x86\x87\xd1\x89\x33\x66\x9f\x29\x2e\x2e\xda\xf8\ \x56\x5b\x7b\xb7\x61\x98\x52\x4a\x55\xd5\x24\xc2\x36\x67\x2e\x97\ \x3b\x10\x48\x48\x4c\x4e\x4e\x48\x08\x2a\x9a\x5b\x77\xba\x5d\x9a\ \x4a\x09\x11\x80\x39\x56\x90\x20\xc0\x25\xc5\xe0\x72\x3a\x43\x5d\ \xad\x29\x2e\x2f\x5c\x3e\x26\x06\x14\x45\x55\xbb\xbb\x3a\x6a\x6b\ \xaa\x46\xe5\x8e\xe6\x51\x86\x00\x14\x55\xb1\x2d\xbb\xbe\xb6\xc6\ \xe3\xf5\x0e\x76\x09\xed\x7a\xe2\x74\x2f\xc3\x04\x26\x83\xd3\x6a\ \xe8\xd2\x1d\x2c\x57\x87\x32\xa1\x6b\x8e\x19\x84\x2f\xa7\x63\x03\ \xce\x25\x97\xd7\x02\x11\x12\x8f\xd4\xe8\x6f\x96\x48\x5b\xe5\x9e\ \x3d\x85\x11\xa0\x18\x81\x14\x36\xf6\x64\x2f\x9a\x3f\xd5\xa7\x89\ \xab\x51\x45\x9f\x5d\xfd\x6a\x77\x28\xc4\x39\x22\x12\xab\x8a\xd3\ \xe1\x70\xf8\xfc\x7e\x8f\x2f\x00\x18\x92\x12\x93\x83\xc1\x44\x97\ \xdb\xa5\xeb\x4e\x5b\x12\x01\x94\x20\x26\x39\x93\x88\x50\xac\x0a\ \x4b\x68\xaa\xa6\x63\xa2\xab\x6a\x5b\x38\xcc\xb9\x6b\x70\x3c\x46\ \x26\x04\x13\x2a\x2b\xca\xa3\xd1\xe8\xf0\x91\x23\x28\x55\xda\xda\ \x5a\xcb\xcf\x95\x7a\x7d\x3e\x84\x64\x3c\xa9\xe8\xe7\xda\x8b\x2b\ \x25\x75\xf8\x72\xf2\xc6\x5a\x08\x21\x44\x14\xde\x59\x78\xac\xbc\ \x25\x3c\x3e\xa0\xeb\xe2\x2a\xdb\x9d\x76\x87\x63\x16\x27\xaa\xaa\ \x27\xf9\x93\x86\x67\x66\x25\x25\x27\xbb\x3c\x2e\x87\xc3\xdd\xd3\ \xd3\x9d\x9c\x92\x42\x88\x22\x24\x10\x4a\x11\xa2\xbc\xff\xb8\x57\ \x2e\x25\x70\xac\xa8\x1a\x36\x45\x44\x48\x50\xa8\x16\x8b\xc6\x06\ \x99\xbb\x4c\x0a\xa1\xeb\x8e\xcc\x61\x59\x8d\x0d\x8d\xcd\x4d\x8d\ \x42\x0a\x85\x2a\x49\x29\xc9\xc1\x40\xb0\xa6\xa6\x32\xde\x79\x9f\ \x6b\xe0\x72\xae\xb9\x93\x26\xcd\xcc\xc2\x52\x02\x51\x48\xb4\xa6\ \xa2\xb8\xda\xe6\x03\x4f\xc2\x94\x2a\xce\xcc\xac\x8c\x8c\x8c\xac\ \x9c\xe1\x23\xbd\x5e\x3f\x42\x48\x80\xc4\x98\x5a\xb6\x70\xb8\xfd\ \x18\x11\xcb\x66\x08\x61\x42\x28\x07\x44\x30\x92\x98\x73\x01\x42\ \x80\x2d\x24\x22\x94\x20\xc1\x84\x88\x19\x26\x0c\x7a\xab\x82\x10\ \x42\x51\xd5\xac\xe1\xc3\xfb\xf2\x34\x51\x4a\x09\x21\x6c\x90\xab\ \xbe\x7f\x71\x3b\x36\xbe\x35\xe8\xd3\x44\x15\x62\xdd\xf5\xef\xef\ \x29\x31\x80\x10\x8c\x22\x6d\x75\x4d\x3c\x38\xc3\xef\x94\x03\x11\ \x48\x3a\x6f\xce\xfc\xf4\xf4\xcc\xa4\xe4\x64\x21\x11\x21\x0a\xe3\ \x0c\x01\x96\x18\x21\xd5\x09\x44\x45\x44\x41\xd2\x92\x12\x04\xa6\ \x8c\x0b\x26\x41\x0a\xc9\xb8\xb0\x98\x64\x02\x69\x54\x21\x18\x38\ \x08\x01\x40\x06\xe7\x52\xb8\x30\x29\x08\x21\xfa\xd6\x38\xfa\xfe\ \xff\xe0\xfb\x4f\x1c\x39\xc8\xda\xce\xa1\xcb\xb9\x26\x92\xd2\x22\ \x34\xac\x69\x68\x10\x04\x43\x22\xf0\x84\x91\x62\x23\x79\x7e\xaf\ \x2d\x49\x48\x24\x09\x41\x88\x07\xa6\x0d\xbd\xd8\xb6\x1d\x08\x04\ \xb2\xb3\xb3\x07\x01\x0c\xc1\x6c\xce\x09\x30\x8b\x39\xd2\xf2\x97\ \x8f\x1b\x1b\xd4\xe4\x80\x3a\x97\xce\x9a\x31\xbb\xef\x28\x7b\x1b\ \x08\x60\x04\x8c\x31\xc6\xbb\x43\x21\x89\x88\x00\xc2\xb9\x14\x88\ \x0a\x10\x96\x90\x31\xc6\x90\x90\x92\x33\xc6\x05\x93\x48\x00\x22\ \x80\x80\x60\x8e\x10\xa6\xfd\x89\x2f\x87\xea\xcd\x9b\x8b\xbc\x5b\ \xbf\x84\x2e\x8f\x68\x50\x18\x54\x07\x3c\x3b\x72\xf3\xd4\x41\x24\ \xe3\xb1\x15\x58\xb6\x45\xf1\x35\x63\x46\xfb\x3c\xae\xe1\xc0\x63\ \x5f\x0d\x3e\xf9\x75\x11\x0e\xc7\x81\x35\xd4\x4e\xae\x68\x34\xda\ \xd1\xd1\x31\x98\xa9\xd8\x19\x18\x36\xf7\xe6\x40\x47\xc8\x4e\x48\ \x4a\x54\x90\x00\x09\xec\x1a\x27\x91\x51\xa7\xea\xb2\x4d\x93\x4b\ \x29\x40\x0a\x81\x24\xa6\x40\xb0\xc5\x81\x68\xba\x25\xc0\x34\x0d\ \x8c\xa9\x69\x59\x06\x08\x43\x70\x2c\x18\x30\x5b\x4a\x29\x80\x0a\ \x29\x15\x8c\x89\xa2\x08\xc1\xa3\x66\xdf\xc9\x97\x68\x88\xb0\x8b\ \x09\x45\x2a\x20\xc5\x71\xb9\xc1\xce\xb1\xe2\x54\x88\xae\xc0\x20\ \xb2\x48\x11\xc0\xaa\x82\x34\x8c\x28\x00\x00\xb2\x6d\x44\x29\xc4\ \x4d\xc1\x8f\x11\xbe\x83\xe9\x65\xd6\x5d\xbb\xed\xad\x9d\x0d\x21\ \xc8\x18\x37\x7b\xd9\xcc\xac\x8a\xd2\xea\xe0\xf0\xdc\xa0\x93\x0c\ \x90\x57\x81\x62\x61\x03\x13\x42\x4a\xa2\x70\x90\x12\x11\x86\x31\ \x27\xaa\xa0\x6a\x47\xc4\x32\x4c\x5b\x4a\x66\x33\xc6\x85\x90\x52\ \x00\x80\x42\x9c\x8c\x0b\x8c\x90\x82\x01\x2c\x4b\x82\x2d\x3c\xa4\ \xb9\xae\xd6\xb2\x26\xb9\x1d\xfa\x10\xcd\xbb\x12\x80\x0b\x40\x97\ \x97\x8e\x05\x48\x01\x42\x48\x21\xe4\x60\x8a\xe0\x52\x72\x29\xfb\ \xfc\x81\xe2\xd2\x35\xbb\xb8\x7c\x4a\x38\x2e\x86\xb6\xfa\x8a\x88\ \x6f\xfc\xc3\xcb\x93\xb7\xed\x28\x0d\x99\xa9\xf5\xa5\xa7\xcd\xc0\ \xb0\x24\xb7\x5b\x5c\xbd\xcb\x37\x26\xc0\x10\x98\x83\x94\x98\x4a\ \xc0\x96\x44\x51\x9b\xf5\x98\x82\x45\x63\x36\x93\x86\x69\x0b\x00\ \x42\x55\x90\x5c\x21\xc0\x24\xea\x8c\xc6\x04\x17\xc0\x2c\x23\xd4\ \x1e\x6a\xae\xce\x1f\x99\x9c\xe8\xc9\x89\x58\x51\xc6\xd8\x90\x02\ \x41\x5c\xb5\x28\x2c\x10\x70\x09\x52\xc0\x60\xce\x73\x17\x1c\xa4\ \x04\x21\xfb\x93\x8a\x70\x29\xa5\x8c\x6f\x74\xfb\xd4\xf9\x15\x04\ \x20\x05\x09\xd3\xb2\x31\x98\xf5\x55\x55\xad\xbd\x22\xf3\x1a\x67\ \x29\xd0\x5e\xe4\x34\x89\xc2\x38\xc7\x12\x10\x55\x63\x26\xeb\xb5\ \x20\x6a\xcb\xf6\xb6\x76\x95\x2a\x82\x73\xac\x28\xbd\xd1\xa8\xc0\ \xbc\x37\xd6\x29\x05\xd8\xa6\x65\x44\x7b\x35\x8a\xa9\x30\x82\x99\ \xde\x11\xe3\x86\x4b\xaf\xe2\xce\x4a\x06\xfc\xe1\xab\x0f\x7f\x71\ \x8d\xcb\x85\x1c\xa4\xc6\x15\xbc\x0f\xb5\x48\xf4\x6b\x5c\x88\x1b\ \x65\x9f\x3a\xd8\x4a\xf0\x24\x24\xdb\x85\x07\xb7\xee\xd4\x6c\xd3\ \x3e\x7e\x3c\x9c\x36\x76\xf6\xe8\x34\x2f\x62\x03\x44\xbd\xd2\x2e\ \x8b\xf4\xc6\x98\x69\x58\x3a\x32\x75\x97\xbb\x33\x62\x77\x85\xa3\ \x6d\x9d\x21\x55\x51\xac\x58\xd8\x36\x63\x42\xa2\x88\x61\x7b\xdd\ \x5a\x02\x48\x24\x79\x30\xe8\x49\xcb\xcb\x72\xaa\x90\x91\x1a\xcc\ \x1a\x96\xaa\xab\x50\x59\x71\x8e\x98\x46\x5f\xac\xd7\xd0\xbd\x93\ \x90\x70\x85\xf7\xa0\x4f\x7d\x4a\x39\xa8\xf1\x22\x25\xf0\x7e\xb6\ \x70\x41\xe3\xc6\xa9\xc2\xa7\x4b\x38\x13\xde\xd4\xdc\x65\xcb\xdd\ \x0d\xad\x21\x81\x00\x61\xea\x76\x93\xea\xd2\x52\x57\x42\x52\xd0\ \xef\xbc\x3c\x1c\x17\x68\xcc\xb2\x23\xa6\xd1\x1b\x0a\x25\x68\x42\ \x77\xb8\x2c\x8b\xc5\x0c\xcb\x88\x46\x47\x8f\xce\xaa\x3e\x5b\xef\ \xd5\x88\xa6\x3b\x34\x77\x62\x8a\x2f\x90\x9b\x96\x9c\xe0\xa2\x66\ \xa8\x27\x29\xe0\x4c\x0d\x7a\x52\x92\xfc\x31\x23\xd2\xde\xd5\xde\ \x56\x56\x52\x5f\x74\x86\x2e\x5b\x3e\x84\x63\x11\x80\x4b\x40\x97\ \x23\x0d\xf7\x4d\xfd\x83\xd4\xb8\x7d\x6c\x58\x82\x88\x73\xdc\x4f\ \x2d\xc7\x25\xc4\xe8\xac\x7d\xfb\xad\xb7\xbb\xb1\xc3\xa1\x50\xe0\ \xb1\x96\x96\x0e\xcd\x93\x3c\x7e\xf6\x4d\xb3\x12\x3c\xe8\xf2\x6d\ \xea\xb4\xbe\xec\x8c\x69\x59\xdc\x8a\x31\x69\xd8\x46\x24\xca\x35\ \x22\xb1\xdf\xa5\x8d\x4a\xf5\x64\xe0\xac\xdc\x11\xe9\xfe\x84\xa0\ \x29\x48\x57\x67\x77\x53\x75\x45\x9b\x11\x3e\x7d\xe4\x60\x77\x4b\ \xed\x3f\xfd\xc3\xb7\xd3\x52\xc6\xf6\x74\x54\xc7\x8c\x68\x20\xa0\ \xad\xba\xff\xae\x40\xc0\xc7\xac\x21\x5c\x44\x18\x10\xb8\xbc\x2f\ \xfd\xd8\x20\x80\x2b\x05\x70\x90\x1c\x50\x9f\x03\x82\x43\x1c\xb6\ \x9f\x42\xe3\x4c\xb6\xd7\x97\x85\x3d\xb9\x5f\xbc\x7d\x9e\x13\x01\ \x89\xd5\x6d\xd8\x72\x28\xff\xe6\x5b\x73\x82\x9a\xbc\xca\x82\xa2\ \x5e\x19\x42\x0a\x28\x3a\x56\xb1\xd3\x60\x86\x82\xa8\x25\xb8\x4f\ \x27\x0e\x1e\x55\x79\xa8\xe2\xd0\xe9\xea\xba\xfa\xb2\xda\xe6\x9a\ \xb6\xae\xe6\xf6\x0e\x2b\xd2\x03\x66\x6f\x6a\xc0\x65\xa2\x48\x4d\ \xdd\xd9\xaa\xba\x2a\x87\xc7\x3d\x66\x42\x6e\x52\x6a\x72\xb8\x36\ \x3a\x74\x69\x3d\x64\xdf\x9f\xbc\x72\xf6\x97\xb2\xff\xf0\xee\xc1\ \x50\x05\x29\x2f\x9e\xa1\x14\x67\x0a\x9f\x4e\xd3\xcc\x15\xc8\xc8\ \x1e\x4e\x5d\x0e\x87\x0e\x02\x91\x84\x51\xb9\xa3\xfc\x2e\x5d\xd3\ \x15\xcb\xb4\xae\xd0\x4e\x34\x51\x35\x63\xd1\x48\x6f\x57\xb8\xa2\ \xa1\x25\x29\xfb\x06\x12\xf4\xd8\xb6\x99\xec\x77\x54\x97\x9e\x5e\ \xff\x87\x1f\x51\xb3\x83\x83\xe8\xb1\xb0\xd4\x7d\xc4\x14\xc9\x4e\ \xfd\x96\x5b\x6f\xbf\xf5\x96\x85\xc9\x1e\xcf\xd9\x13\x27\x05\x30\ \xc5\x32\xc3\xa1\x2e\xa3\xa5\xde\xed\xca\x56\x14\x7d\xa8\xe0\x20\ \x38\x58\x00\x60\x5c\xe6\x1a\x14\x20\xed\x5e\x8b\x47\xe5\x20\x16\ \x20\x18\x02\x69\x28\x10\x43\xfd\x9b\x95\xa2\x11\xcc\x39\x45\x00\ \x84\xc4\x11\x33\xa4\x82\x10\x22\x83\x6b\x64\x21\x84\x3b\x98\x91\ \x69\xb6\x56\x95\x14\x63\x04\x52\x4a\x57\x62\x86\x1b\x7a\x2b\xcb\ \xba\x7d\xa9\xe9\x6e\xf5\x32\x1b\x87\x6e\x7c\xed\xc5\xde\x70\xa8\ \xa7\x3b\xc4\x88\x7b\x79\xe6\x58\x0d\x2b\x12\x0b\x2e\x21\xd6\x1b\ \xf2\x3a\xb0\x47\xd7\xdc\x3e\x5f\x8f\x8d\xdb\xda\x22\x9a\x43\xd3\ \x55\x6d\x5e\xc1\x84\x82\x8c\x51\xa1\xe6\x76\xd9\x65\xba\x9d\x14\ \x19\x3d\x8d\x75\x95\x99\x99\xa9\x64\xdc\x08\x39\x64\x0b\x10\xe0\ \x1d\x66\xce\xfd\x3e\x26\x97\x6d\xed\xb4\xa5\x74\x2a\xea\x4c\xb7\ \x07\x0f\x62\xb4\x08\x04\xce\x65\xd8\x36\x40\x60\x00\x00\x69\xdb\ \x1d\xe9\x59\xb1\xb3\x67\x85\x6d\xc7\xb1\x35\xd4\xc0\x35\x4d\xf3\ \x03\x8f\x4a\x38\x7f\x27\xc6\x66\x6f\xdb\xc9\x43\x87\xc2\x88\x10\ \x84\x24\xb7\xb1\x6f\xd4\x82\x29\x29\xc7\x0f\x9d\x1a\xbf\x34\xd5\ \xa7\xd1\x4b\x13\xe5\xd2\xb3\x67\x4e\x62\x42\xa4\x24\x9a\xdf\xdb\ \x6b\x09\x21\x54\x77\x30\x09\xa1\x50\xd4\xb2\xdc\x6e\xd7\xd2\x19\ \x53\xfc\xc1\xe0\xb9\xfa\xf6\xce\x8e\x68\x7b\x5d\x73\x77\x4f\x6f\ \x61\xe1\xe1\xc9\x33\x66\x8d\xba\x61\xaa\x43\x77\x36\xd6\x9e\x6b\ \xad\xaf\x97\xd1\x70\x50\x4d\x3f\x9f\x2f\x74\x48\x64\xca\x9c\xc5\ \x72\xde\x92\xab\xf9\x03\x06\xa0\x83\x76\x6b\x31\x0c\x57\x9c\x35\ \x29\x4c\x33\x1e\x64\xf3\xf1\xc8\x60\x8e\xb6\x15\x9c\x3b\x12\x46\ \xac\xb8\x6f\x14\x06\x6e\x5a\x42\xd5\x54\x10\x4c\x48\xb8\xe5\xce\ \x61\x98\x10\x76\x85\x57\x01\x10\x65\x42\xd8\x9c\x3b\xb0\xc2\x4d\ \xc6\x8c\x48\x45\x59\x99\x07\xf5\x66\x40\x24\x31\x31\x25\x25\x7d\ \x58\x77\xa8\x27\x1c\x89\x48\x05\xd9\xba\x5c\xbc\x64\xf9\x7d\x0f\ \x3d\x9a\x98\x92\x6e\x84\xc2\xe0\x77\xf8\x51\xe6\xb9\x86\x73\x4a\ \x62\x82\x4c\x49\x96\x08\xd0\x90\x19\x3c\x1f\x74\x5e\xe7\xa0\xb7\ \x0e\xd0\xab\x6c\x01\x70\x38\xe2\x90\xfa\x54\x69\x67\xaa\xe0\x8e\ \xaa\xd3\xef\x1d\x29\xe9\xb5\x85\xe6\x49\x99\x3a\x7b\xd6\x88\xa0\ \xc6\x39\x1e\x20\xb1\xb3\xae\x7b\x24\xb0\xfc\xac\xec\x95\x77\x3f\ \xdc\x63\x58\x73\x66\xa4\xff\xfc\xd0\xda\xea\xca\xb3\xbd\x3a\x8c\ \x4c\x74\xbd\xb5\xfb\x10\xa1\x52\x50\x6c\x9b\x82\x59\xcc\xb0\x42\ \x31\xb3\xb5\xb5\xb1\x43\x9a\x16\x0b\xf7\x5a\x31\x4b\x4f\xce\x2c\ \x6a\x6c\x28\x3a\x53\x7f\xc7\xcc\x3c\x8f\x8a\x44\xdc\xe4\x89\xcb\ \x47\x15\x42\x49\xac\xa5\x64\xc7\x3b\x47\x82\xe3\x66\xdc\x90\xea\ \x6c\x39\x77\x6c\xd7\x8e\xbd\xb7\xdd\xbe\x38\x49\x87\xab\x56\x7c\ \x81\xce\x9c\x3a\xc1\xb2\x62\x4b\x6e\xb9\xd5\xe1\x77\x4f\x19\x33\ \x7a\xd2\xc4\xac\x87\xef\xbb\xf5\x8d\x57\x3a\x4b\x8f\x1f\x95\xbd\ \x9a\x53\x41\xc1\xa0\x27\x6a\x46\x7b\x43\x51\x4a\x75\x9f\xdf\x9f\ \x9c\x9c\xe4\xd4\x49\x53\x65\xd5\xb9\x92\x92\xc2\x63\x67\xaa\xbb\ \x22\x85\x35\x75\x5a\x6a\xea\xf2\xe9\x0b\x30\x42\xf1\xe5\xa8\xb8\ \xfc\x2f\xd8\xb0\x6c\x6f\xaa\x45\x99\x93\x96\x2d\x98\x41\x18\x2f\ \xc8\x0e\x76\xbe\xb4\xa1\xa9\x2b\x92\x9c\xee\xba\xda\x76\xa2\x39\ \x59\xc9\x35\x35\x95\xe1\x50\xcb\x94\x25\xf3\x53\xd3\x52\xff\xb8\ \xe6\xd5\xb5\x6b\x5e\x4d\xf3\xfb\x6e\xfb\xe2\x1d\xd4\x34\x75\x0c\ \x5d\x9d\x6d\x91\x48\x6f\xc4\x6d\x68\x4e\x47\xc1\x0d\x53\x00\xa9\ \x91\x68\x4c\x48\x85\x49\x5c\xd7\xd0\xb2\xef\xe8\x49\x14\x4c\x0e\ \xd7\x37\x9b\x86\x81\xbc\xbe\x78\xeb\xc7\xe5\xa3\xbb\xc3\x00\x79\ \x03\x49\xe6\x89\xd2\xe3\xc5\x99\x23\x13\xb4\xce\xea\xe3\xcd\xcc\ \x3d\xde\x33\xb0\xab\x8a\x3a\x35\xe9\xf7\xa8\x73\x67\x4f\x0e\xf8\ \xd5\x3f\x3f\xff\x3f\x9b\xde\x7c\xd3\xa1\x28\x0d\x35\xad\x63\xb3\ \x87\xdd\xb1\x72\xe5\xae\xb7\xde\x6a\xef\xac\x4a\x4c\x08\xba\x7d\ \xd8\x9f\x18\x38\x57\x5e\xd9\x13\xe9\x99\x39\x6d\x4a\x4f\xc4\x50\ \x9d\x9e\xd1\x63\xc7\x17\x9e\xab\x6d\xed\x89\x20\x1d\x40\x0c\x61\ \xd0\x0a\xe7\x82\x5c\x4e\x66\x05\x00\x20\x31\xc8\x8d\xbe\x1f\x8f\ \x08\x21\xd8\x55\xf5\xc1\x42\xd0\x4f\xb4\x92\x36\x97\xe2\x92\x1d\ \xca\x12\x00\x09\x50\x40\x20\xfc\xa9\xdb\x57\xcc\x99\xf0\x65\x8e\ \xbb\x71\x5c\xdb\xbb\x3b\xd6\x1f\xc6\x58\x10\xd7\xa4\x79\x8b\x33\ \x3c\x03\x1f\x7e\x4a\x67\xde\x38\xeb\xf8\xf1\x23\xb1\x58\xef\x3b\ \x9b\xde\x7c\xe7\xf5\x57\x52\x75\x67\x5a\x52\x30\x1c\x52\x4e\x1f\ \x29\x9c\x36\x69\xb2\xc3\xe7\x6f\xec\xe8\x69\xeb\x8c\x34\xb7\x35\ \xcf\x9d\x3f\x67\xf9\x9d\xb7\x27\x27\xf9\x1d\x0e\x47\x62\x4a\x86\ \xc3\x19\x38\x5a\x5c\x05\x88\xba\x35\xa5\xb5\x23\x24\xb8\x40\x43\ \x86\xdc\x03\x87\xf6\xd4\x75\x1c\x25\x98\x9e\x47\xad\x20\xc2\x79\ \xd3\xb4\x95\x29\xa9\x49\xff\x8b\x52\x59\xd9\xc9\x13\x74\xe4\xe4\ \x91\xde\xbf\x4c\x17\x36\x34\x37\x57\x6c\xde\xa0\x5b\xa6\x3c\x8f\ \x09\xc1\x98\x36\x79\xda\xd4\x1b\xe7\x5e\x6f\x51\xed\xd5\xc5\x2d\ \x90\x34\x6e\x44\xdf\xdb\x99\x25\xc7\x8b\xbc\xa3\x6f\x48\x77\x5d\ \x77\xa2\x37\x29\xe5\xd1\x77\x37\xa3\xfa\xf7\xd1\x05\x4f\xa2\x60\ \x86\x9a\x98\xbf\xe8\xf1\xa4\xe0\xf5\x9e\xe1\x6c\x57\x9c\x3a\x45\ \x47\x4c\x1a\xee\x1d\x32\xc4\x4b\x21\xb0\x9a\x3f\x7b\x79\xce\xe4\ \x48\xcc\x12\xaa\xc3\xe9\x50\x90\x61\x0c\x9c\x57\x8e\xce\x5f\xbc\ \xb4\xba\xbe\xee\x48\x61\xa1\x15\xea\x1e\xe3\x71\xfb\x75\xb7\x47\ \x51\xc3\x2e\x77\x37\xb3\xc3\xa1\x1e\x50\xd5\x71\x53\xa7\x1f\x2f\ \x3c\x51\xdd\xd8\x1c\xdb\xb5\x6b\xfc\xf8\x71\x37\xcd\x9b\x5d\x5b\ \x53\x6b\x18\x56\x4b\x6b\xc7\xbb\x07\x0f\x36\xb5\xb6\xb9\x3c\x09\ \x2a\x22\x83\x59\x77\xfd\xc8\x12\xb5\xda\x4e\xb4\x3d\xa3\x90\x7e\ \x27\x00\x97\xa6\x9f\xe4\xdd\x0c\xab\xce\x23\xb0\xed\xf5\x67\x5f\ \xf6\x2f\x7a\x72\x41\x52\xf3\xda\x97\x37\x94\xb6\xf1\x19\xcb\xee\ \x59\x3a\x79\x58\x47\xf9\xc1\xd7\xd7\xed\x0e\xb9\x47\xde\xbd\xea\ \xae\xec\x80\x0a\x00\x15\x87\x36\xbf\xbe\xfd\xa8\x74\xb8\xd3\x72\ \x67\xde\xfd\x85\x09\x87\xb7\x6f\x49\x79\x6c\xea\xc8\x81\x9e\x78\ \x7a\xe7\xba\xee\x31\x4b\xe7\x66\x39\xaf\xa3\xd9\x09\x75\xed\xd9\ \xe9\x6a\xa8\x96\x4a\xff\x56\x0d\x61\x1a\x56\x76\x7f\xea\xc8\x58\ \x67\xd5\xe6\xad\xfb\xb3\x17\x3d\x30\x25\x55\x9c\xda\xb3\x7e\xdb\ \xfe\x12\xc7\xf0\xe9\x0f\xdc\xbb\x24\x41\x45\x10\xae\x78\xe5\xcd\ \xc2\xd9\x77\xdf\x3b\xdc\x8d\x20\x54\xb6\x76\xf3\xe9\xb4\x61\x3e\ \xe1\x71\x02\xf4\x01\x97\xbf\xbb\x65\xdb\xd8\xe4\xfc\x8f\x02\x5c\ \x84\x48\x77\x59\xf0\xe0\x7f\xc8\xf3\x09\x88\x31\x83\xae\xb4\xe9\ \xe2\x96\x6f\x02\xc4\xb6\xaf\xdd\x98\x3c\xf7\xb6\x49\xa9\x8e\xba\ \x23\x3b\x0a\x63\xe9\x77\xcd\xfd\xe0\xa3\x62\xd0\xd1\xed\x9b\x9c\ \x2b\xc7\x0f\xf7\x0e\x55\x32\x63\x4c\x48\xb4\xa3\xfa\xed\xf7\x4e\ \x44\x51\xdf\xf6\x74\x46\xbd\x23\x6e\x9c\x35\xde\xa3\xc2\xd5\xe1\ \x28\x38\x62\xb0\x59\x73\x6f\xee\x09\x85\x78\x47\x57\xae\xcf\x9b\ \x8a\xd1\x8c\x11\x23\xc7\xa7\x67\x64\xa7\xa4\xd4\xd7\xd5\x36\xb5\ \xb7\xa6\x66\x65\xcd\x5d\xb8\xc4\x96\x20\x25\x27\x00\x2d\x8d\xad\ \xb6\x25\x6c\x01\x5b\x77\xbf\x73\xf2\x5c\x69\x84\x99\xbd\xbd\xbd\ \x14\x00\xe3\x21\xf4\xe3\x22\x84\x15\xec\xbc\xf4\x43\xf1\x85\x7d\ \x3c\xfc\xc4\xdb\x1b\xb7\xee\x3c\xda\x12\xb3\xec\x68\x2c\x63\xd2\ \xe2\x7b\xe6\x8f\xd8\xbd\xe1\x8d\xfa\xde\xd0\xce\x8d\xbb\x46\x2c\ \x7f\x7c\x61\x62\xf3\xeb\x3b\x0a\xfb\xea\xd6\x50\x56\x4a\xc6\x2c\ \xf8\xea\x13\xf7\xaa\x95\xdb\x5e\xdd\x5e\xea\x72\x88\xc3\x9b\xd6\ \x6e\xd9\x7d\xa4\xdb\x06\x00\x68\x2d\x3f\xb2\x7e\xdd\x86\xe3\xd5\ \x5d\x00\xd0\x5e\x59\xbc\xe5\x95\xe7\x36\xbe\x5b\xcc\x04\x2b\x2b\ \xdc\xf5\xe6\xc6\x9d\x35\xdd\x16\x00\x74\x56\x9f\xda\xf4\xfa\xeb\ \x7b\x4f\xd7\x0d\xf8\xb2\x52\xd3\xa4\xc3\x29\x1d\x8e\xf3\x1f\x27\ \x60\x0c\x00\x3c\xdc\xb4\xed\xd5\x97\x77\xee\x3d\xda\x16\x03\x10\ \x51\xee\xca\xbc\x6d\xd5\xbd\x8e\xaa\x9d\xeb\x8f\x35\x00\x00\xb8\ \x83\xb1\x9a\xe3\x07\x4a\xdb\x00\xa0\xe1\xf4\x91\xa2\x36\x3b\x63\ \xe4\xa8\xf4\x24\x1f\x80\x2c\x3b\xf2\xce\xfa\x8d\x1b\x1b\x23\x42\ \xd7\x14\x90\xbd\xc7\xf6\x6c\xdd\xb8\xf3\x60\xa7\x05\x00\xd0\x50\ \xb4\x7f\xdd\xba\xcd\x45\x0d\x21\x00\x88\xb6\x56\xec\x58\xff\xfa\ \xf6\x83\x25\xd6\xd5\xd5\xc2\x54\xa8\x20\x54\xc7\xf9\x0f\x48\xda\ \x37\xfe\xed\xca\xb3\x67\x5b\x22\x0c\x00\x42\x4d\x95\xe7\x1a\xba\ \x85\xd5\x7d\x68\xe7\x86\x37\xdf\x3a\xd0\x69\x02\xc4\x5a\xf7\x6d\ \x5d\xbf\xfd\xc0\x59\x53\x02\x80\xa8\x38\xbe\x77\xdd\xba\x75\x95\ \x21\xa9\x2b\x43\xb8\xd0\x28\xa5\xc4\x8a\x9e\x98\x92\x92\x92\x9c\ \x94\x9c\x92\x9a\x91\xe4\x6c\xae\x28\x6a\x09\x5b\x03\xa6\x39\xa2\ \x96\x65\xfa\xfd\x3e\x29\x45\x57\x7b\x4b\x72\x72\x8a\x4b\xa3\x46\ \x47\x5b\x82\xdf\xdf\xc6\x0d\x44\x51\xa4\x37\x56\x7d\xea\xb4\xdf\ \x91\x30\x67\xe6\xac\x69\x53\x46\xaf\x5c\x79\x0f\x02\xc1\x38\xdb\ \xb1\x6f\xcf\xd1\xa2\x33\x61\x6e\x51\x87\x2e\xb9\x70\x3b\x75\x3a\ \x94\x7b\xce\x3e\x40\x7a\xab\x0f\x15\x36\xfb\x96\x2f\x99\x2e\xed\ \x98\x96\x3c\xf6\xc6\x64\xe8\x2d\x6b\x74\xb9\xfc\x4e\xc5\xe1\xf7\ \x2a\x0d\xe5\x25\x76\x4c\x1d\x31\x32\xb9\xdf\xe1\xa2\x68\x44\xf2\ \x48\xcc\xb4\x6c\x81\x31\x48\xce\x29\x25\xcd\xc7\xb6\xbc\x16\x55\ \x57\x4e\xb0\x9f\x7b\x79\x47\x66\x5e\xd6\x96\x17\xfe\x4c\xfe\xe6\ \x2b\x9a\xc3\xe1\x41\x09\x41\x9f\xf3\xec\xbb\xaf\xad\x3f\xdc\x39\ \x3a\x1d\x3d\xff\x6c\xd7\xdf\x3c\x38\xe9\xd5\x97\xd6\x05\x6e\x98\ \x9b\xa6\xe2\xeb\xda\x20\x8c\x54\xff\xfc\xfb\x9e\x24\xfc\x79\xc1\ \x2d\xc0\xbe\x49\xd3\x66\x01\x44\x8e\xb9\x7c\x4e\xa7\x02\x00\x80\ \xfc\x73\xa7\x8f\x58\x73\xf4\x0c\x4c\x59\x50\x7c\xae\xae\x60\xe6\ \x3d\x1d\x27\xde\x3e\x81\x27\x92\x96\xa6\xd5\x6f\x95\x8d\x2f\x08\ \x46\x62\x26\x55\xe4\xc9\x0d\xab\xf7\x76\x27\x0f\x93\x87\x5e\xdf\ \x4a\x96\x17\xf4\x3e\xf7\x7a\x61\x4e\x5e\xd2\xeb\xcf\xad\x76\x3c\ \xb6\xe2\xc8\x9b\xab\xdb\x03\x53\xa7\xb8\x14\x21\x07\x1f\x30\x82\ \x54\x4d\xa3\x18\x01\x00\xa6\xba\xd7\x05\x07\xb7\xbf\xb1\xa7\x92\ \xcc\x9d\x95\x4b\x8d\xb6\xcd\xaf\xaf\x6e\xf7\xe7\xc8\x92\x0d\x5b\ \x9c\xde\xd9\xf2\xf8\x0b\x9b\x4a\xc6\x8f\x4d\xeb\x89\x9a\x68\x28\ \x83\xef\x25\xe7\xba\x37\x6d\xf6\xfc\x6c\x0c\x12\x88\x42\x8d\xba\ \xd6\xba\x4d\x86\xcd\x07\xdc\x12\x86\xcf\x9c\x38\xf2\xbb\xa7\x7e\ \x91\x92\x14\x60\x3a\xd4\x77\xb7\x84\x8c\xde\x96\xf6\xa6\x9a\xda\ \x72\x4d\xa7\x49\x29\x89\x4d\x8d\x4d\x67\x4e\x9d\xd9\xb9\x79\x5b\ \x73\x7d\xc3\x92\x45\xf3\xb9\x15\xb5\x7a\xc3\x55\x55\x95\x27\xcf\ \x9c\xe9\xb5\x0c\x67\xc0\xab\xb8\x1d\x1c\x84\x94\x7d\x71\x61\x43\ \x18\x64\x73\x3e\x4a\xe6\xe2\x07\x10\x01\x88\xec\x79\xfb\xd4\xf8\ \x25\xcb\x46\xb8\x40\x20\x02\x00\x66\xfb\xd9\xe7\xd6\x16\xce\x5c\ \xb1\x22\x41\x93\x49\xc9\x89\xcd\xa7\xf7\xbf\x57\xda\xe2\xf4\x78\ \xfa\x6a\x46\x31\x94\xbe\xbb\x79\xf5\x9a\x8d\x72\xcc\xd2\x95\x8b\ \xf3\x18\x72\xcf\x5a\x71\xd7\xc3\xb7\xcd\xe9\xad\x2f\x3e\x7a\xac\ \xd0\x3d\xfe\x0b\xf7\xdf\xf3\xe0\xad\xd9\x70\xe0\x54\xb5\xc0\xda\ \xe8\x59\x4b\xe7\x4c\xcc\x28\x3e\x56\x36\x71\xf9\x57\xee\x7d\xe8\ \xc9\xe1\x76\xc5\x89\x16\x3b\x3d\xa8\xf7\xf4\x5a\x49\x29\x49\x03\ \xaa\x01\x79\xd5\xa7\xbf\x95\x35\xa7\x3f\x10\x00\x71\x21\x29\xa0\ \x75\x70\xed\xb3\x8d\xc1\xd9\x8b\x0b\x52\xfa\x6e\x18\x39\x6d\x96\ \xd2\x72\xb2\xa4\xa9\xa6\xb2\x05\x4f\x1c\x3f\x42\xc3\xc4\x89\xc2\ \x27\x4f\x14\x15\x2c\x7d\xf8\xee\x3b\xef\x1d\x9b\x99\x28\x22\xf5\ \xfb\x0e\x95\x30\x42\x30\x37\x4a\x8a\x0f\xef\xdb\x73\x32\xe3\xc6\ \x87\xee\xbd\xf7\xb1\x99\xc9\x91\x43\xe5\x6d\x49\x49\x81\x68\x38\ \xe2\x4d\x4c\xd6\x07\xe2\x9f\xe2\x1a\xb5\x92\x00\x7d\xd9\xa2\x30\ \x06\x2e\x90\x3f\x18\x04\xa3\x97\x7a\x02\x6a\xac\xe9\xd0\xb1\x4a\ \xa1\x12\x6a\x75\x9c\x3e\x76\xea\xd0\x91\xd2\xbc\xc5\xab\x56\xae\ \xbc\x7f\xea\x30\x1f\x1b\x44\x58\xc8\x47\x9f\x57\x09\x31\x42\xcd\ \x07\xf7\xee\xde\xb3\x77\xdf\xde\x77\x77\x6f\xda\xb8\xa3\x2e\xe6\ \x4d\xf6\x39\x06\xf4\x2a\xe0\xf5\xaf\xbd\xdc\x54\x55\x6e\x44\x43\ \x38\xe0\x54\x53\xfd\xc8\xa7\xa4\x66\x0f\x53\xbd\xce\x84\x94\x24\ \xd3\x36\x93\x92\x13\x67\x4f\x9f\x9e\x33\x6c\x78\xa2\xcf\xbf\x77\ \xcf\x9e\x7d\xef\xee\x69\x6c\x68\x30\xa2\xb1\xd6\xf6\x76\xa4\x10\ \x77\xc0\x0f\x0a\xa6\x2a\x45\x18\x49\x39\x94\x3e\x5c\x79\xf1\x68\ \x5f\x29\xa5\x14\x52\x82\xc4\x94\x42\xa4\xb9\xa2\xbe\x7c\xc7\x0b\ \xbf\x7f\xe5\x9d\xc3\x85\xfb\xf7\xb6\x45\x7a\xb6\xbd\xfe\xd6\xc8\ \x2f\x7c\x75\x71\x7e\x10\x7a\xaa\xf6\x9c\x6c\x7f\xe0\x5f\xfe\xe5\ \x47\xf7\xe4\xbf\xff\xce\x01\xb3\xdf\xc4\x86\x49\x77\x3e\xf6\xbd\ \xbf\xfd\xee\xa3\x77\xcc\xf3\x52\x21\x84\xb4\x4c\x10\x40\x55\x4a\ \x10\x26\xb6\x61\x00\x40\xcc\xb4\xa9\xa2\x20\x61\x45\xa3\x06\x00\ \xa6\x18\x0c\xc3\x04\x30\x4d\xcb\x02\xd7\x88\xbb\xbf\xfc\x8d\x1b\ \x13\xea\x9f\x7e\xea\xc5\x26\x63\xe0\x6a\x0a\x79\xd9\xe7\x92\x26\ \xbf\x10\x98\x27\xff\x3f\x7b\xdf\x1d\x67\x45\x79\xee\xff\xbc\x65\ \x66\x4e\xef\xdb\x7b\x81\xdd\x85\xa5\x57\x11\xa4\xa9\xa0\x48\x54\ \xc4\x0a\x62\xc1\xd8\x62\x34\x89\xc9\xf5\xa6\xde\xf6\xbb\x69\x37\ \x37\x51\x73\x93\x18\x63\x4c\xec\xdd\xa8\x58\x10\x45\xb1\x02\xca\ \xd2\x59\x60\x61\x59\xb6\xf7\x76\xea\x94\xb7\xfc\xfe\x38\xcb\xba\ \xc0\x82\x25\xac\x20\xee\xf3\x81\x0f\xec\x39\xb3\xe7\xcc\xcc\xfb\ \x9d\xe7\xfd\x3e\xbd\xe6\xfd\x17\x37\x44\x0a\xee\xb8\x76\xbe\xf3\ \x10\xce\x68\xb0\x74\x4c\xb6\xfc\xc7\xdf\x1e\x8e\x65\x4d\x29\x72\ \x80\x69\x09\x40\x54\xa5\x38\x1e\x8b\x01\x10\x24\xa5\x04\xac\x28\ \x8a\xd3\xed\x2b\x98\xbc\xe0\xe6\x15\x97\xa4\xa9\x66\x3c\x9e\x00\ \x80\x84\xa1\x0b\x1a\x98\x7b\xf9\x2d\x97\x4c\xa0\x8f\xfd\xfe\xbe\ \xc6\x0e\xf3\xa8\xfd\x17\xc4\xe1\x7f\x64\x52\x0d\x80\xe6\x40\xf1\ \xa6\xf6\x18\x00\xb4\xb6\xb5\x73\x69\x1f\x35\xe3\xa2\x9b\xaf\x9a\ \xb1\xe1\x99\xfb\x57\x6d\xae\x77\x78\xdc\x2e\x4f\xea\x98\xf3\x57\ \x5c\xb3\x68\x9a\x0d\x59\xd1\x68\x1c\x00\x21\x18\x52\x43\x06\x10\ \x42\xdc\x4a\xb4\x34\x34\x36\x34\x36\xd6\xd7\xd5\x45\x68\xda\x39\ \xe7\xcf\x4d\xb5\x23\x3e\xd8\xb7\xd2\x69\x33\xe6\x50\x82\xaa\xf6\ \x57\xd5\x34\x74\xb7\x20\x9c\xeb\x0f\x30\x5b\x54\x50\xd8\xbe\x65\ \xbd\xe2\x0b\x8d\x28\x9d\xa0\x92\x20\x4e\xa0\x7d\xbb\xb6\x36\xed\ \x3e\xb8\xa0\x7c\x9a\x3d\xc2\xed\x1e\x4f\xac\xa3\x4b\x26\x4c\x64\ \x4a\x11\x49\xd8\x35\xa7\x49\x30\x1f\x6a\x9a\x20\x06\x44\x77\x25\ \x80\x04\x61\x19\x10\x28\xbc\xfd\xa7\xbf\x34\x4d\xf6\xd6\x03\xbf\ \x69\x9f\x76\x96\xbd\x76\xf5\x4b\x15\x75\x67\x05\xdf\x7c\xbc\x3a\ \x65\xde\xac\xb1\x65\x19\xf0\xf4\x1f\xff\xea\x08\x37\x15\x8e\xbf\ \x28\x19\x29\xe7\x96\x69\x5a\xfd\x49\xc3\xd2\x32\x0d\x26\x41\x72\ \x1e\x33\x44\xd9\xe4\xb9\x55\x0f\x3e\xfa\xbb\xdf\x7f\xd0\x1b\xf1\ \x2e\xbf\xb4\xc8\x49\xd2\x5e\xfa\xc7\x1f\x1f\x6d\x3b\x6f\xc2\x8c\ \x89\x2f\xbe\x7a\xcf\xbd\xef\xa0\x78\xea\x94\x4b\x53\xa2\x6b\x5f\ \x7b\xbb\xa9\xb9\x61\x3d\x22\xaa\x00\x00\x20\x00\x49\x44\x41\x54\ \x97\x68\x29\xf4\xb8\x1a\xb7\xff\xc7\xc3\xbc\x18\xa6\x81\x41\x01\ \xd9\xb6\xea\xb5\x37\xda\x43\x67\x3c\xff\xe4\x53\xa9\x25\xb3\xe7\ \x4e\x48\x07\x00\x00\xdb\xd4\x89\x45\x4f\xfc\xe8\x91\xa5\x77\x7f\ \x1f\x01\x98\xcc\x88\x51\xe7\xb9\x67\xce\xbc\xff\x91\xbf\xff\x69\ \x9f\x6f\x7f\x73\x78\x8a\x3b\xeb\xec\xd9\x63\x9e\xac\xd8\xb6\x3d\ \x9e\x59\x3e\xad\x60\xd2\xdc\x39\x9b\x1e\x7c\xf8\xde\x03\xae\x1e\ \x96\x7b\x5d\xa9\xaf\x62\xed\x0b\xbb\xeb\xdb\x90\x4d\x1d\x34\x0d\ \x4b\x0e\x38\x27\x29\x92\x59\xa0\x02\xc0\x36\x67\xee\x84\x3f\x3c\ \x7d\xef\x3d\xef\xba\x5a\x7a\x94\xab\x6f\x1a\x51\xbb\x7d\xed\x87\ \x3b\x1a\x62\x1c\xfb\xb2\x47\xce\x9a\x5c\xb7\x7e\x5b\x85\x95\x9a\ \x3e\xa3\x60\xd4\xf4\x39\xb3\x36\x3f\xfc\xc4\x1f\xf6\x07\xea\x1a\ \x13\x8b\x6c\x43\xc8\x71\x05\xe7\x76\x7f\xce\x82\x8b\xf2\xfa\x0d\ \x1b\x90\xe2\x58\x3a\x9e\x16\x96\x4d\xdc\xbb\x67\x77\x46\xce\xa8\ \x51\x31\xb4\x75\xeb\xa6\x75\x07\xf7\xda\xb5\x5d\x4e\x07\xf8\x02\ \x2e\x2f\xb2\xb0\x35\x42\xb5\x05\xb6\xee\xde\x91\xe8\xee\x2d\x3f\ \x7b\xce\xf8\xf2\x69\x6d\x55\x55\x95\x75\x7b\x0e\xec\xd9\x27\x22\ \xba\x43\xc3\x36\x5d\x72\xe0\xc2\x6d\x43\x18\x0f\x29\xc7\xed\x2f\ \x5e\x00\x00\x2e\x41\xf6\x37\x86\x46\x54\xb3\xd1\x33\x2f\xbb\xde\ \x72\x07\xec\x7c\xf6\x77\xbf\x3d\x32\x91\xd0\x19\xf5\xd9\xdd\xc1\ \xf3\x57\xdc\x98\xbb\xa3\xca\xb4\xcf\x2f\x2f\xcb\x4f\x62\x7e\xc2\ \x79\x57\x96\x10\xcf\xa1\x8f\x74\x2e\xbc\xfa\x06\x25\x08\xaa\x6f\ \xf2\xf2\x25\x56\x66\x7a\xe8\xba\x1b\xaf\xdd\x55\xd3\x99\x56\x34\ \x3a\xc7\x43\x61\xc6\xc5\x37\xfb\x4a\xba\x51\xa8\x74\xd4\x8c\xb4\ \xb4\xc2\x03\x9d\x72\xe4\x98\x72\x9f\xaa\x17\x16\x8d\x70\xa4\x8d\ \x9c\x37\x72\x54\x8a\x36\xe8\x49\x4a\x31\x20\xd5\xf7\xf0\x00\xb8\ \x36\x77\xf9\x4a\x14\x20\x00\xbe\x4b\x6e\xb8\xa3\xb9\x23\x6e\x71\ \xe9\x0f\x7d\x92\x2c\x11\x1a\x75\xf6\x2f\xfe\x30\x31\x94\x6b\x07\ \x80\x31\x73\x97\x14\x82\x2b\x14\x70\xde\x7a\x53\x4a\x55\x6d\xe7\ \xec\xf9\xd9\xc5\x2e\xaa\xce\xbf\xf2\x9a\xec\x5d\x0d\x3d\x3c\xc5\ \xab\x78\x42\x53\x6f\xbe\x29\xb0\xa7\x3e\x92\x53\x3a\x26\xdd\x8d\ \x69\xde\x48\xd3\x99\x37\xe3\xfc\xd2\x74\xbf\x7a\xf4\xb3\x24\x0e\ \x7f\x98\xe4\xa1\x67\x2a\x73\xca\x92\xef\xa4\x8e\xaa\x69\x8d\x67\ \x14\x97\xe5\x04\xec\x61\x52\x50\x1c\x77\x94\x4f\x3b\x77\x54\x71\ \x06\x19\x9d\x99\xb6\x6b\x77\x97\xa9\xb9\xb1\xf4\x16\x9f\xf9\xad\ \x5b\x33\xf6\x1e\x6c\x9b\x7d\x6e\x76\x51\xea\x10\x7b\x7f\x93\xdd\ \xed\x0f\xad\xf3\x71\x0e\xa4\xfb\xab\xf6\x95\x96\x94\x34\x35\x35\ \x8f\x1d\x37\x29\x2f\x2f\xf7\x40\xf5\x76\x0c\xd1\xf4\x54\xc7\xee\ \xca\xad\x48\x9a\x14\xcb\xc9\x13\xc6\xaf\x0a\xbd\x4b\x33\x52\xc7\ \xcf\x3b\xb3\xb1\xad\xa1\xb2\x76\x5f\x63\xb4\x3b\xca\xac\x9e\x68\ \x18\x4c\xe9\x52\x6d\x31\x93\x19\xd1\xb8\x94\x62\x68\xe7\x43\x0e\ \x28\x2e\x3b\xba\xee\xc6\x93\x9a\x09\x00\x00\xe9\xe5\x63\xd3\x07\ \xbc\xec\x2f\x9f\x34\xed\xb0\xc3\x42\x19\x9e\x4f\x7e\x22\xa1\xcc\ \xe4\x14\x09\x6f\x96\x1d\x00\xc0\x1e\xca\x9f\x1c\xca\x3f\xb4\x6f\ \xd9\x0b\x46\x4f\x4a\x7a\xca\x42\xf9\xa3\x0f\xbd\x6c\x2b\x18\x35\ \xb1\xe0\x53\xe9\xf8\x40\x6f\xff\x00\x56\x16\xc8\x48\x7e\x9d\x96\ \x55\x30\x3a\xeb\xe8\x4f\x51\x9c\xd9\xf9\x7d\x8d\x03\x5d\x81\xb4\ \x64\x16\xa0\x2f\xa3\x78\x6a\x46\x71\xff\x62\x65\x97\x8c\xeb\x9f\ \x7b\xe1\x4e\x2f\x9e\x72\xe8\x5a\x33\x8a\xc7\x7e\x72\xd4\x60\xa7\ \x74\x04\xdf\xed\x97\x94\xbc\xd2\x94\xbc\x43\x37\x27\xad\x70\x4a\ \xda\xa1\x66\x33\xc4\x39\x62\xec\xe4\x4f\xee\x5b\x7a\xe1\x94\xf4\ \x53\x6b\x3e\x05\x6d\x6a\x6a\x72\xb9\x1c\x29\xa1\x94\x40\x8a\x6d\ \xef\xee\xd8\xc8\x91\x45\x3e\x2f\xb7\xcc\x0e\x09\x05\xab\x57\xbf\ \xed\x74\xa7\xcf\x9a\x79\xe1\x8c\x29\xd3\xa4\x13\xf7\x12\x96\x97\ \xea\xcf\x1e\x35\xa2\x72\xfd\x7b\x76\xbf\x4f\x8d\x86\xa5\x05\x4e\ \xcd\x2e\xb9\xae\xc7\x12\x52\xc8\xa1\x83\xad\x84\xc3\x8b\x22\x93\ \xb8\x3d\xd5\x12\x12\xd1\x27\x44\xbc\xff\x01\x43\x27\x3d\xe9\x28\ \xb9\x53\x1d\x3a\x25\x24\xe1\xf4\xa8\xfd\xa0\x86\x6e\xd4\xd6\xd4\ \x24\xe2\x66\x28\xad\x50\x51\xed\x0c\x90\xc9\x22\xba\xde\xa5\xaa\ \xe0\x76\x39\xf6\x56\x56\xee\xdc\xb6\x2d\x25\x18\xb0\xa7\xba\xd3\ \x33\xd2\x24\xc8\xb8\xae\x6f\xde\xba\x0d\x30\xf6\xfb\x43\x2e\x4e\ \x50\x94\x49\xce\xdc\x36\x1b\xc1\x43\x39\xd6\xf4\xf0\x6a\xde\xcf\ \x58\xd9\xfb\xa5\xe3\x16\xa4\xec\x27\x91\x87\xce\xf3\xe4\xe3\xf6\ \x30\x8e\x0b\xa7\xd8\xad\x13\x42\xa0\x2f\x94\x12\x4d\xbb\x3a\x3a\ \x63\x91\x1e\xce\x80\x28\x3e\x3d\x11\x6b\x6f\xab\xf5\xf9\xe3\x58\ \x46\xa4\x14\x85\x05\x85\x4d\x8d\xec\xc3\x0f\xd7\xa7\xa5\x8f\xf0\ \x59\x5e\x33\xd3\x53\xd7\xda\xd3\x54\xdb\xd8\x72\xb0\x81\x29\xc2\ \x48\x24\x12\x61\x43\xb1\x40\xb3\xd9\x19\x92\x43\xeb\x55\x80\xc3\ \xb8\xe3\x40\xad\xd6\x53\xf9\xf2\xdd\x4f\x6e\x24\x76\xef\xd8\x39\ \x57\x5e\x78\x46\x16\x00\xf4\x56\x7f\xf8\xd8\x3f\xd6\xb6\x99\xae\ \x59\x8b\x97\xcd\x1f\x13\xdc\xfd\xce\x73\x2f\xbc\xbb\x9b\xa6\x8f\ \xbd\xea\xca\xc5\x59\x2e\x0a\x00\x20\x8d\xed\x6f\x3e\xff\xf2\x86\ \x2a\x83\x6b\x53\x2f\xb8\x62\x66\x76\xe4\x81\x3f\x3c\x16\xb5\x7b\ \x35\x67\xd6\x85\x57\x5e\x5a\x96\xfa\xc5\x93\x74\x05\x80\x18\x00\ \x57\x01\xf2\x50\xf2\xba\xe8\x6d\xdc\xf1\xf4\x0b\xef\x95\x5f\x78\ \xd3\x19\xd9\x0a\x00\x80\x34\x77\xac\x7b\xf1\x95\x77\x2b\x95\xcc\ \x71\xcb\xaf\x59\xec\x6a\xae\xf8\xfb\x53\xaf\x77\xa1\xc0\xb9\x4b\ \xaf\x9e\x56\xd0\x47\x67\xe2\x0d\x5b\x9f\x7c\xf6\xb5\x83\xdd\xa6\ \x3f\x7b\xdc\x35\x2b\x17\x6e\x7a\xe8\x8f\xef\xd4\x84\xed\x9a\xbd\ \x6c\xe6\xe2\x6f\x9c\x35\x4a\xf9\xcc\xcb\x3d\x90\xe3\x22\x09\x32\ \x69\xf7\x80\xdc\xfa\xc6\x33\xaf\x7d\xb0\x8b\xa6\x94\x5c\x72\xf5\ \xa5\x85\x1e\x05\x00\xda\x76\xbe\xf5\xd8\xaa\xf7\xba\xa5\xff\x82\ \x65\x2b\xc7\x39\xeb\xfe\x7a\xff\x3f\x22\x0a\xee\x69\xed\x18\x7f\ \xd5\x77\x2f\x9f\x98\x05\x00\x20\x12\x9b\x5e\x7b\x66\x75\xc5\x01\ \x26\x9d\xb3\x96\x2e\x9b\xe0\x6a\xb8\xff\x2f\xff\x30\x1c\x6e\xbb\ \xaf\xe0\x92\x2b\x97\x16\xf9\x95\xcf\x05\x59\x55\x55\x47\x8d\x1a\ \xf5\x05\xc3\x6c\x91\x48\xb8\xa9\xb1\x21\x1e\x8d\xf4\x74\xb4\xbb\ \xdd\xb6\xec\xcc\x50\x2c\xdc\x05\x08\x04\x93\xa6\x21\x8b\x8a\x4a\ \x82\x81\x54\x29\xa5\x87\xaa\x46\x7d\x9b\xdb\x00\x37\x27\x7e\xcd\ \xd9\xd9\xd2\x6e\x99\x9c\x71\xc1\x40\x18\x92\x99\x98\x0d\xf5\x63\ \x2c\x0f\x35\xad\x39\xa2\x75\x4d\x57\x63\x63\x60\xe2\x65\x3f\xfd\ \xe1\xf7\x2f\x9c\x9e\x95\x7c\xc5\x9e\x5e\x7a\xe9\x0d\xb7\x2f\x18\ \x21\xd7\x7f\xb0\xd5\x8c\x1c\x78\xe5\xdd\x83\x97\x7d\xef\xae\xb1\ \x7c\xf7\x9a\x8d\xfb\x93\x07\xd4\x7d\xf8\xec\xc3\xef\xb4\x9e\xbf\ \xfc\xe6\xdb\x6e\x5c\x36\x31\xdf\x1f\x6d\xad\x8f\x07\xc7\x7f\xef\ \x5f\xbf\x3f\x27\x50\xf7\xd8\x73\x1b\xe5\x3f\xa7\xdf\x8e\xf0\x3d\ \xf5\x59\x19\xe1\xe6\xb7\x5e\x7a\x6d\x7b\x65\x4d\xef\xa1\xd0\x96\ \x68\xd9\xfe\xf2\xfb\x4d\x57\x7c\xff\xae\x31\xe6\x8e\x35\x9b\x77\ \xaf\x7e\x7e\x4d\xda\xd9\x37\x7d\xfb\xc2\x11\x6f\x3d\xb7\xaa\x27\ \x59\x40\x1f\x6f\x78\xf0\xfe\x47\x45\xe9\xf9\xb7\x7f\xe7\xb6\x25\ \xf3\x27\x3a\x21\x76\xb0\x29\x36\xef\x9b\x3f\xfc\xce\xf2\x19\x15\ \xab\x9e\xd9\xd9\xc2\x3f\xbb\xc6\x3d\xe2\x94\x44\x9f\xa3\x01\xe5\ \x4f\x98\x7f\xeb\x1d\x2b\x03\x1d\x5b\x3f\xdc\xdb\xd3\x77\x56\x6a\ \xf0\xbc\xe5\xb7\x5c\x3c\x96\xac\x7a\xee\x35\x19\x2a\xbd\xe1\xce\ \xef\xdf\x7e\xf5\x79\x7e\x77\xa0\x20\xad\x2f\xb1\x61\xdf\xda\x47\ \x9f\xfc\x38\xb6\xe4\xba\xdb\x6e\x5d\x79\x79\x79\xa6\xbb\xbb\xb1\ \x4e\xe4\xcc\xb8\xeb\x5f\xbf\x37\x89\xee\x79\xfc\xc5\x2d\x5f\xc0\ \xff\xe5\xfc\xa2\x82\x4d\xd3\x64\x96\xc5\x99\xd5\xdb\xd3\x6e\x26\ \x7a\x91\x34\xe3\xd1\xf0\xf6\xad\x3b\x9a\x9b\xba\xa2\x61\xd9\xd4\ \xdc\x5d\x54\x52\x22\x88\x64\x7a\xdc\xc5\x20\x5c\xdf\x72\x70\xd7\ \x5e\x69\x30\xa6\x33\x66\x31\x81\x40\x12\xcc\x90\xb0\xe4\x90\x77\ \xb7\xed\x53\xb9\x03\x5c\xb9\x87\x9e\x5c\xd2\xb1\xfb\xed\x55\x6f\ \x6f\x89\x1c\x5a\x4a\xd5\xe9\x6b\xde\xf2\xdc\x13\xeb\xea\xcb\x26\ \x8f\x55\x6d\xde\x74\xa7\xf1\xfe\xea\x35\xb5\x96\xa7\x24\x3f\x69\ \xcb\xc4\x37\x6e\xda\x3b\x71\xd1\xd2\xf1\x05\x69\x29\x99\x39\x19\ \x21\x2f\x41\x88\x45\xbb\x0e\xec\xa9\x6a\x89\xe0\xac\x9c\x94\x7f\ \x86\x39\x8b\xa3\xbc\xfd\x7d\xea\xc1\x1e\x5a\x70\xed\x2d\x0b\xca\ \xd2\xfb\x1b\xaa\x22\x6f\x46\xba\x3d\xf6\xde\x9b\x6b\x6a\xac\xe0\ \x98\xfc\x14\x97\x4b\x69\xde\xb7\xa3\xb6\x3d\x11\x8b\xb6\xb4\x99\ \x00\x00\x5d\x07\x3e\x6a\xb5\x8d\xbe\x62\xe1\xb8\x90\x3f\x98\x57\ \x98\xab\x61\x4c\x90\x68\xa9\xd9\x57\x53\xdb\x6e\x0f\xa6\xfb\x9d\ \x9f\xc9\x2d\x85\x06\x0b\x8b\xf4\xff\xf5\x79\xe4\xda\x87\x1f\xd8\ \x6a\x64\x4d\x19\xd1\x87\xcb\xf4\x91\xe3\x4a\x73\x52\x05\x93\xa1\ \xcc\x6c\x15\x90\xaa\xa9\xfb\x37\x6f\xd0\x4a\xe6\x4f\xc9\x4a\x5a\ \x8d\xbd\xeb\x37\xd7\x9e\x79\xf1\xd2\x51\x39\xa1\xd4\xec\xdc\x34\ \xbf\x9b\x60\x6c\xf6\xb6\xed\xdf\x53\xdd\x1e\x57\xb2\x72\x42\x5f\ \x8c\x2a\x7c\x31\xc1\x48\x4a\xaf\xcb\xc3\x0c\x5d\x18\x91\x96\xfa\ \xea\x9a\xea\x3d\x1a\xa5\xdd\xed\xbd\x7b\x77\xd7\x9b\xa6\xe6\xf5\ \x66\x85\xc3\x89\xa8\x1e\x8d\xeb\x91\x9e\xde\x9e\xde\x70\xaf\x6e\ \x1a\xba\x69\x09\x84\x4d\x01\x88\x52\x4c\x89\x24\x08\x11\xfc\x25\ \x78\x14\x8e\x8c\x9c\x01\x00\x40\xee\xcc\xa5\x2b\x2e\x98\xda\xfe\ \xf1\x33\x7f\x5f\xd5\xff\xc4\xe3\xb1\x73\xaf\xbf\x6b\xe5\xdc\xca\ \xb7\x5f\x6b\x4b\x68\x29\x41\x5f\xb8\xf9\x60\x73\x77\x54\xf4\x91\ \x70\xcb\xb0\xb8\xdb\xa9\x02\x40\xb4\x7e\xeb\x73\xaf\xbe\x1b\xa1\ \x8e\x78\x73\xf5\x7b\x1f\xae\xaf\x6c\x49\x68\x90\x30\xfe\x29\x85\ \x3b\x78\x00\x02\x29\x9a\xc3\x6e\x13\x03\x5c\x92\x08\xab\x01\x9f\ \xab\xb7\xe9\x60\x53\x6f\x2c\x61\xda\xcf\xb9\xfc\x8a\x62\xd2\xfc\ \xf1\xc7\x1f\x77\x9a\xc4\xad\x00\x00\x30\x3d\x4e\x6c\x0e\x1b\x00\ \x80\xb1\xee\xf9\xa7\xb7\xb4\x19\x2a\x8f\x57\x6e\x7c\xfb\xbd\x8f\ \xf7\x70\x84\x2d\x33\xf1\xd9\x6f\x9d\x38\xc6\x3e\x00\x6a\x68\xc9\ \x6d\x77\x5d\x32\xca\x58\xfd\xc6\xce\xfe\xe3\x6b\x37\x3c\xb3\xba\ \xda\x75\xc9\xe2\xe9\x18\x00\x78\xeb\x47\x3b\xba\x27\xcf\x99\x7c\ \x68\x6d\x4d\x83\xcb\xe4\xad\xeb\xde\xbf\xf1\xf9\xb5\x1b\x75\xc5\ \xd1\x5b\xbf\xf7\xdd\xf5\x1f\xec\xeb\x30\x55\x19\xff\x32\x7b\x73\ \xe3\xd6\x96\x96\xfa\xba\xfa\xae\xce\x8e\xde\xae\x66\x23\xde\x1d\ \x8b\x74\x25\xe2\x71\x60\xd4\xa6\xf8\x1c\xf6\x14\xa7\x2b\xa5\xbd\ \x2b\xcc\x41\xe8\x98\x75\x59\xd1\x86\x9e\x8e\xb0\x65\xb4\xc7\xc2\ \x42\xa3\x16\x06\x89\x71\x92\x2e\x29\x98\x9c\x2c\x23\x1f\x39\x7d\ \xc5\x63\xa6\x7f\x63\xce\xc8\xf6\x9a\x3a\xc3\x8a\x87\x23\x09\xce\ \x38\x00\xa4\xa5\xa7\x21\x33\x52\xdf\x50\xb9\xb5\xd9\xf9\xed\xdb\ \x6e\xbf\xaa\x5c\x7d\xff\xe3\xdd\x49\x3f\xd2\x88\x1c\xff\xa6\xf5\ \x15\x09\x00\x94\xe8\xda\xb3\xaf\x36\x66\xca\xcc\x49\xf3\x6f\xbb\ \xe1\x86\xbb\x56\xce\xac\x5c\xb7\xb6\x6d\xa8\x6e\x7f\x12\x30\x08\ \x80\x45\xc2\x91\xf6\xbd\x1f\x6f\xed\xf1\x7f\xeb\x96\xdb\x97\x8f\ \x91\x6f\xbd\xb3\x0f\x7b\xf2\xce\x5b\xba\xbc\xd4\xef\xcc\x1b\x39\ \x31\x0d\x03\x00\xf8\x72\xca\x64\x6b\xe5\x47\x0d\x09\x00\xd2\xb8\ \x7f\x4f\x63\xaf\x4e\x9c\xa9\x17\xdf\xf2\xed\x5b\xef\xfc\x5e\x9e\ \xb5\xf7\xc3\xca\x96\xcf\x65\x9f\x0d\x7a\x3e\x16\x07\x20\xce\xcc\ \x14\x5b\xa4\x3b\xcc\x8d\x68\x24\x66\x84\xeb\x3e\xfa\xc7\x07\xbd\ \xcb\x6f\xbb\x36\xdb\x09\x00\x60\xd4\x6d\x6b\x55\xf2\xc6\xa4\xf7\ \x6b\xf7\xc0\x88\x4c\xc7\x86\x0f\xb6\x98\x00\x22\xda\xb6\xa7\xba\ \x21\x61\x89\x82\x33\x16\xdd\xba\xf2\xc6\xef\x5e\x35\x7e\xcb\x9b\ \x6b\xbb\xbf\x44\xb3\x8f\x02\x08\xd5\x66\x43\x48\x44\xa3\x5d\xd1\ \xd6\x46\x8f\x8f\xeb\x71\x4b\x55\x5c\xf1\x38\xb1\xdb\xbd\x54\xb1\ \x59\x5c\xb4\x75\x74\x10\xe4\x54\x2c\xab\xbd\xb7\x3d\xce\x8d\x08\ \x37\x0c\x6e\x4a\x24\x99\x04\x2e\x80\x20\x4c\x0e\x9f\xa6\xf4\x65\ \x61\x96\x00\xb0\x8d\xaf\x3c\xf9\x61\x65\x53\xa4\x57\x9f\x71\xe5\ \x05\xdd\x5b\x5e\x7a\x6a\x8f\xff\xdc\x62\x6b\xcd\x07\xbb\x7a\x23\ \xd1\xdc\x99\x57\x8c\xce\x4f\xad\xb2\xaf\xfd\xd5\x3d\xf7\x98\x61\ \x36\x63\xe9\x88\xe4\xb3\x3a\x65\xe1\xd2\x3d\xf7\x3f\xf8\x8b\x9f\ \xef\xb4\x27\x3a\x44\xf1\x3c\xaf\x43\x69\xa9\x58\xfd\xbf\x7a\x9d\ \xd9\xde\x34\x72\xe6\x05\x69\x43\x36\xde\x58\x70\x2e\x31\x05\xab\ \xfe\x89\xfb\x5f\x98\xb4\xf8\xfc\x52\xdb\xb6\xff\xf9\xed\x3d\x56\ \x54\x9e\xb9\xbc\xa0\x6b\xe7\xbb\x8f\xbd\xfc\x56\xaf\x63\xc4\xd5\ \xd7\xcd\x4c\xba\xf8\x6d\x69\xe3\x2f\x9b\xbf\xfd\xf1\x3f\xfe\x62\ \x7d\xc8\xd5\xdc\x2e\x2f\xf5\xba\xa3\x46\xeb\x33\xf7\xfc\x6e\x83\ \x96\x68\x57\x47\x5e\x35\x2a\xfd\x9f\xd3\x57\x0a\x40\xef\x9a\xa7\ \x9e\xdc\xd5\x10\x8e\xc6\xc8\x05\x2b\x27\xd5\x7f\xf8\xcc\xab\x1d\ \x23\x27\xcb\x77\x2a\xeb\x2d\xef\x23\xf7\xe1\x8c\xf2\x4b\x16\xcd\ \xec\x3d\x50\x8f\x03\x45\xee\x01\x9e\xef\x99\x8b\x2f\xad\xba\xff\ \xa1\x5f\xfc\xb2\x82\x86\x5b\x94\x09\xdf\xf0\xd8\xf5\xda\xf5\x2f\ \xfc\xae\xa7\x32\xde\xda\x32\x76\xce\x12\xff\x97\x88\x01\xca\xb1\ \xe9\xf2\x07\x39\x96\x84\x60\x9b\xc3\xe5\x70\xaa\x07\xf6\xed\x35\ \x4c\xd2\x1b\x8d\xa7\xf1\xb8\xc3\x89\x75\x29\x6c\xaa\xd2\x1b\xd5\ \x2d\x9d\xef\x6f\xaa\xa3\x94\x98\x60\x38\x84\xa5\x08\xa1\xa8\xc0\ \x91\x94\x48\xa3\x54\x1d\xd2\xb3\x94\x52\x98\x3c\xde\x5f\x00\x6f\ \x09\x83\x09\x03\xa4\x00\x20\xe5\xd3\xe7\x85\x8a\x23\x0e\x7f\x46\ \x76\xaa\xc7\x8a\x2d\x5c\x36\x92\x38\x89\xb9\x38\x34\x02\x39\x03\ \xb9\x59\x29\x04\xe0\xb2\x9b\xbe\x75\xb0\xb6\x55\x09\x64\xe5\xa6\ \xf4\x2d\x01\xf6\xe6\x5f\xf3\xdd\xbb\xea\xea\x1a\x0d\xa9\x85\x32\ \x32\xbc\x9a\xfc\xde\x5d\x19\xbd\x09\xa6\xba\x03\x39\x99\xa1\x7f\ \x2a\xa6\x69\x18\x90\x88\x43\x3f\x25\x30\xf4\x01\xad\xfa\x6d\xe7\ \x5e\x7f\x2b\x72\x12\xa0\x99\x97\xac\x58\xe6\x4c\x49\x99\x90\x7b\ \x73\x4d\x5d\xab\x1a\xc8\xca\x49\x71\x1b\xdd\x23\x17\x5d\x51\x98\ \x99\x97\x6d\x1b\x30\xa5\x6a\xf4\xb9\xd7\xfd\xcb\xb8\xba\x96\x1e\ \xdd\xe9\x4b\x49\x4f\xf5\x97\xdf\x74\xe7\x94\x8e\x1e\x8e\x6d\x69\ \xd9\x39\x5e\xdb\x67\x8e\x60\x09\x86\x4c\x40\x87\x7a\xa9\x20\x0b\ \x10\x4b\x80\xe4\x00\x9e\x19\xf3\x17\x15\xf7\x18\xde\xd4\xec\x74\ \xbf\xdd\xf0\x5f\x78\xb9\xd0\x1c\x50\xf2\xe3\xc9\x3d\xba\x69\x11\ \x57\x40\x03\x48\x9d\xbe\xf4\xe6\x69\xda\x40\x34\xd2\xe0\xc8\x1b\ \xef\xbc\xab\xb6\xbe\xc5\x44\xb6\xd4\xcc\x4c\x37\x65\xdf\xff\x7e\ \x61\x58\xe7\x76\x6f\x4a\x4e\xfa\x97\x89\x5b\xa0\x5c\xf0\x68\x22\ \x61\x77\x3a\x12\xa6\x11\x8f\xea\x26\x33\x9a\xdb\xc2\xaa\xe2\xf0\ \xfa\x33\x74\x43\xd7\xf5\x18\xb5\x3b\xda\xdb\xda\x82\x01\x7f\x46\ \x5e\x51\x73\x4b\x4b\x73\x53\xb3\xc1\x2c\xc4\x05\x01\x29\x39\x47\ \x54\x31\xb9\xb0\x13\x0d\xe3\x21\x8c\x62\xdb\xa8\x6f\x6c\xfa\x65\ \x94\xa8\x87\x36\x5d\xa6\x80\x97\x0b\x13\x00\x79\x82\x99\x9e\x60\ \x7f\xec\xc9\x97\x34\x10\x0a\xdd\xc1\x4f\xd6\xdf\xe6\x2f\x2a\xf1\ \x1f\x75\xdd\xce\xdc\xc2\x91\xfd\x3f\xa5\xe5\x16\xa6\xfd\xf3\x67\ \xc9\x18\x9b\x3e\x13\x8d\x9d\x08\x87\x26\xab\x71\xcb\xd2\x5c\xee\ \x01\xa4\x26\x79\x1a\x6a\x30\x35\x05\x00\xc0\xfe\xc9\x89\x69\xfe\ \xf4\x42\xff\x20\x1f\xe9\x4d\xcb\xf5\x1e\x3a\x33\x1a\x48\x2b\x0a\ \xa4\x7d\xde\x27\x9e\xbb\x73\xad\x49\x37\x0e\xac\x80\x30\xec\x19\ \xc0\x12\x00\x3e\x7f\x5a\xae\xff\xd0\xe7\x69\xee\x80\x06\x00\xe0\ \xcc\xf3\x0e\xb0\xb1\x9c\xde\x41\xca\x24\x54\x4f\x5e\x51\x7f\xfc\ \x91\x66\xe4\x15\x9d\x94\xe1\xd9\xd4\xef\x4f\x4d\x18\x46\x6f\x4f\ \x4c\xc3\xac\xbd\xad\x4b\x51\x65\x30\x94\xde\xd8\xd0\x4a\x88\x91\ \x9b\x13\x90\x12\xc7\xa2\xb1\xf6\xd6\x76\x97\x66\xd7\x10\x56\x88\ \xd2\xde\xde\x6e\x82\x94\x0a\x41\x18\x0b\xc0\x58\x2a\xdc\x30\x43\ \x9e\x90\xaa\xa8\x43\x17\x92\x99\x39\x7d\xfe\x6c\xb4\xf0\x70\xc2\ \x28\x30\x3d\xb5\x6a\x8a\x33\x52\x53\x83\x77\x7c\x1f\x1d\x3e\x23\ \x12\x9b\x27\xb3\x53\x0e\x42\x68\xca\xbc\x8b\xc4\x39\x4b\x3f\xa9\ \x39\x43\x00\x1c\x34\xcc\xe0\x94\x14\x84\x89\xa6\xa9\x47\x76\xf0\ \x66\x96\x61\x1d\x79\xc2\x54\x55\x6c\xb1\x98\x69\x1a\xdc\xb2\x74\ \xcb\x92\xe1\x48\xef\xc8\xe2\xe2\xbc\x5c\x57\x3c\x01\x42\x12\x3d\ \x61\x50\x4d\xf3\x38\x5d\x88\x0b\xae\x33\x87\x66\x4f\x18\xba\x85\ \xc0\x02\x69\x53\x34\x3d\x6e\xda\x29\x5e\xbe\xec\xba\xb9\xb3\xe6\ \x78\x5c\x6e\xce\x87\xea\x76\xa8\xda\x91\x9e\x6d\x02\xf8\x73\xf4\ \x02\xf9\x72\x74\x00\xa5\x83\xd0\x63\x55\x39\xb9\x67\x65\x53\x8f\ \x3a\x29\x0c\x47\x77\x47\x39\x15\x04\x13\x12\xeb\x3c\xb8\xe6\xdd\ \x8a\x98\x24\x8a\xa2\x20\xc9\x18\x97\x52\xc8\x94\xd2\x49\xd3\x47\ \xe5\x11\xc9\x0e\xeb\x1d\x36\x66\xcc\xd8\x4d\x1f\x6f\x05\xc1\x19\ \x13\x14\x6b\x18\xd4\xa6\xe6\x0e\x7f\x20\x35\x18\x0a\x9a\x96\x54\ \x0c\xd6\xd9\xd9\xc5\x74\x03\x31\xa6\xf7\x46\xf3\x32\x73\xec\x4e\ \x77\x67\x67\x82\x3a\x9d\x06\x20\x26\xc9\x35\x2b\x6e\xb8\x62\xc9\ \x15\x0a\x28\x18\xf7\x4a\x69\xc1\x70\x7b\xfa\x61\xf9\x27\xf6\x07\ \x6e\x44\x1b\x6b\x6b\xa3\x94\x34\x55\xed\x89\xb9\x73\xca\xb2\x7c\ \x91\xa6\xea\xf7\x0e\xb2\xd1\xa5\x45\x01\xcc\x06\xa6\xce\xd2\x54\ \x5f\xa0\xb3\xa9\x89\x0b\x29\x58\xc2\xb0\xe2\xa9\x69\x21\xd3\x32\ \x10\xd6\x00\xa8\x10\x12\x63\x62\xd3\x6c\x92\x33\x22\x05\x16\x0c\ \x01\xd6\x28\x65\x16\x93\x16\x8f\xc6\x62\xd7\x2c\xbb\xfe\x9a\x6b\ \xaf\x6f\xad\x6d\x43\x16\xa4\xa5\x02\xc2\x68\xb8\x91\xcd\xb0\x7c\ \x61\xe1\x8c\xb9\xd3\xcb\x6f\xfa\x97\xa9\xaa\x22\x5e\xf9\xe3\x2f\ \x6a\x4b\x2e\xbb\x75\x7e\x49\xd7\xf6\xd7\x7e\xf3\x6c\xb5\x61\x09\ \xd0\x0e\x2b\xe0\xc1\xe3\x4b\x4b\xcb\x8b\x0a\x5d\x84\xf8\x3c\xfe\ \xec\xec\x5c\x8f\x2f\xe8\xf5\x86\x6c\x9a\xd3\xe9\xf1\x4a\x00\x23\ \xa1\x97\x8c\x2c\x9c\x34\x61\x0c\x37\x75\x24\x79\x63\x5d\x5d\x77\ \x7b\x7b\xc8\xeb\xa5\x42\x16\xe7\x15\x2e\xbf\xfc\xaa\x70\x4f\xb4\ \xab\xb3\xdb\x30\xb9\xc5\xf8\xf0\xad\x1f\x96\x7f\x9a\x2e\x60\xc4\ \xc2\x15\xaf\x3e\xfa\xfc\xda\x0f\xeb\x1a\xda\x01\xa0\xb9\xee\x80\ \x61\x77\x39\x34\x72\x44\x72\x10\xad\xad\xdc\x39\xb1\x74\x84\xc2\ \x2d\x47\x4a\x7a\x4f\x3c\x1c\x4d\x44\x08\x55\x99\x90\x8c\x71\xbb\ \xcd\xc1\x99\xd9\xd5\xd9\x56\x90\x97\x1d\xed\x68\xed\x09\x77\xb5\ \xb6\x34\x52\x29\xf5\x78\x42\x11\xd8\xaf\x39\x14\x40\x46\xc2\x20\ \x54\x31\xb9\x40\xe8\x04\x7b\x15\xd0\x70\x1f\xc5\xd3\x94\x0f\x1c\ \x9b\xe3\x52\xbd\xab\xfa\xd1\xbf\x3d\xf0\x71\x47\x70\xd1\xf2\x65\ \x9b\xd6\x3e\xf1\xb3\x83\x6f\x74\x34\xb6\x4c\xb9\xfc\x0e\xbf\xc2\ \x8e\x98\x60\x42\xd3\xbd\x0e\xcd\x8a\xe3\x92\x22\xcb\x1d\x5c\xfb\ \xc1\x7b\x80\x99\x40\x40\x28\x8e\xeb\x3a\x02\xc2\x0c\xbd\xb7\x9b\ \xbb\x9d\x52\x08\xb3\xa7\xb7\x93\x5b\x89\xd2\xc2\xbc\xda\x86\x96\ \x70\xdc\xb4\x7a\xc2\x7a\x77\x24\x2d\x33\x3f\xd2\x93\x88\x25\x74\ \x40\xae\x13\x58\x01\x91\x6c\xaa\xda\xde\xd6\x3a\x0c\xdf\xd3\x4b\ \xa4\xae\x27\x8e\xb5\xa6\x18\x43\xb4\xb7\x53\xa6\x9d\xf1\xc3\x5b\ \x17\x17\x87\x6c\xd3\x4b\x8b\xdf\xfd\x68\x6f\xe0\xdc\xcb\xa7\x8f\ \xcd\xe7\xa6\x75\x64\x2b\xfd\x8a\x0d\x1f\xa4\xfa\x03\x6e\xbb\xb3\ \xd9\xd0\x31\xc1\x86\xc5\x35\xa7\x1d\x21\x1a\x8d\xc5\x40\x20\x8f\ \xd3\x96\x48\xc4\xa3\x11\xea\xf1\x39\x13\x51\xc3\xe7\xf7\x24\xe2\ \x7a\x7e\x7a\xda\xde\xfd\x75\xe1\xb6\x76\xae\x27\xf4\x58\x14\x10\ \x20\x85\x9e\xd8\xd4\x53\x84\x50\x28\x94\x12\x09\xf7\x0c\x5b\x7b\ \xa7\x99\x04\x82\xa1\x63\x35\xce\x62\xa6\x15\x2c\x98\x7a\x53\x19\ \xed\x6c\xaa\xab\xdc\x65\xf9\x52\x4b\x2f\xbb\x7a\x0a\x33\x75\xd3\ \xb4\x8e\x76\x7c\xd2\xb6\x86\x96\x48\x7d\x0b\x21\x0a\xf2\xa4\xa7\ \xdb\x1d\xd5\x46\x0f\xc2\x8a\x22\xb1\x47\xb5\xf1\x84\xe9\x08\xf8\ \x52\xb3\xd2\x82\x41\x87\xe4\xa9\x3d\xdd\x61\x66\xf0\x8e\x96\x0e\ \x90\x6d\x39\x59\xe9\x1d\x5d\xd1\xae\xb6\x96\xac\x9c\x3c\x6e\xc6\ \x54\xaa\x9c\x58\x7c\x49\x29\xfd\x81\xe0\xd0\xcd\x58\x1d\x96\x93\ \x69\x84\x1d\xab\xc6\x1d\x13\x2a\xa2\x6f\x3c\xf4\xc0\xf3\xeb\xf7\ \x27\x12\x96\xe2\x08\xcd\x5a\xb2\xe2\x92\xb3\x4a\x06\x85\x16\xed\ \xea\x8e\xab\x86\x51\x10\x4a\x67\x35\xcd\xaa\x17\xab\x2e\xd5\x50\ \xc1\x89\x6d\xb2\xdd\xd0\x90\xaa\x69\x76\x67\x20\xe0\x0a\xb9\x98\ \x19\xd7\xdc\x6e\x66\x70\xd5\x66\x4f\x30\xc6\x10\x91\x98\x36\x34\ \xd4\x14\x14\x15\x18\xf1\x0e\xaf\x3f\x08\x60\x3f\xb1\xda\x91\xf3\ \x61\x6b\xef\xeb\x25\x54\xa5\xad\xdb\xde\x7d\x6d\x27\x5f\x71\xc3\ \xf2\x0f\xd7\x6e\x1b\x3f\x31\x7f\xdd\x3b\xab\x2a\x4b\x72\xc7\xa6\ \xaa\xec\xa8\x09\xea\xd4\x70\x3b\xb1\x5d\xed\x40\xc2\xe1\x50\x23\ \x56\x5c\xd7\x4d\x6c\xb3\x61\xaa\x32\x55\xea\xa0\xf4\x82\x08\x48\ \x70\xd8\x5c\x82\x60\xc3\x30\x14\x2c\xb8\x97\xa7\x67\x64\xb8\x1c\ \x9e\xf4\xf4\x8c\xa6\xe6\xba\xfb\xee\xff\xbf\x98\x6e\x8e\x2a\x2f\ \xbf\xe4\xa2\xc5\xaa\x62\x3b\x81\x75\x10\x76\xbb\x1d\x63\x3c\x3c\ \x1c\xe7\x34\xb3\xcc\x84\x10\x89\xc4\xe0\x39\x99\x18\x44\x47\x6b\ \xb3\xbf\x64\xd2\xa4\xd2\x8c\x8f\xde\xad\x1e\x31\xba\x7c\xe7\x7b\ \x1b\x7a\x62\x3a\x42\x83\x54\x54\xd3\x8f\xea\x6b\x52\x9d\xae\x2c\ \x2f\x71\x02\x84\x29\xb6\x39\xbd\x98\xda\x2c\x4b\x36\x86\x23\x3d\ \xcc\x72\xa0\x38\x73\xa0\xbc\x60\xd0\x6d\xb3\x29\x0e\x0d\x49\xe9\ \x50\x1c\x2e\xa7\x3b\x1e\x4b\xc4\x12\x7a\x6b\x7b\x67\xc2\xd2\x05\ \x62\xdb\xb7\x7f\x7c\xfe\x82\x79\x2e\xa7\x5d\x9c\x20\xdc\x52\x4a\ \x1f\x7d\xf4\x91\xf6\xb6\xb6\x41\xa3\x51\xc3\xf2\x95\x25\x09\xc2\ \xe3\xf5\x5c\x75\xd5\xb2\x41\xf5\x91\x94\xc8\xe3\xcf\xb0\x37\x99\ \x31\x1d\xb1\xf6\x8f\x7e\xf5\xdf\xdb\x3c\xf9\x53\x2e\xc9\xf4\x09\ \x31\x58\x9b\xd1\x16\x8b\xb7\xb4\xb6\xed\x6d\x6e\x73\x60\x8a\x9d\ \xaa\xcd\xef\x12\x96\xd4\xe3\x22\xcc\x90\xee\xb6\xdb\x6c\x32\xd4\ \xdb\xdb\xd9\xde\xa3\x78\x1c\xf6\xa0\x4b\x0a\xa1\x6a\x58\xd5\x34\ \x87\xd3\xe9\x65\xcc\xe5\x75\x79\x03\xee\x9e\x48\xb8\xad\xad\x0d\ \xa1\x13\x19\x7d\xc0\x18\x6f\xdd\xb2\xe5\xc0\x81\x03\x9a\xa6\x0d\ \xaf\xf7\x69\x23\x96\x65\xa5\xa5\xa5\x5d\x75\xd5\xb2\xc1\xdf\x35\ \xad\x8c\x71\x0b\xbe\x3d\x59\x55\x65\xec\x9c\xc5\x17\xb7\x88\xf4\ \xa9\x53\x46\x3b\xa4\x61\x0d\xd6\x6c\x86\x4a\xbb\x8b\x61\x2a\x84\ \x08\xeb\x71\x11\x35\x34\x53\x47\x96\x74\xd8\x7c\x5a\x4a\x0a\xf3\ \xbb\xb8\x43\x41\x4e\x97\xdf\x9f\xe2\x73\x28\x02\x23\x8e\xb8\x48\ \xb6\x53\xc6\x08\x33\xe2\x57\x89\x62\xa3\xce\x88\xdd\xe1\x50\x29\ \x25\x27\x76\x57\xb7\xd9\x6c\x0e\x87\x43\x55\xd5\xe1\xf5\x3e\x6d\ \x44\x51\x14\x9b\xcd\x76\xac\x77\x09\xa5\xe1\xa6\xca\x17\x5f\x58\ \xdb\x0b\x8a\x4d\x53\x11\xaf\xdc\x57\xd3\xb2\x64\xf1\x4c\xdf\x60\ \xb3\x45\xa8\xc4\x14\x88\x22\x09\x08\x24\x00\x83\x66\xb3\xc7\x3a\ \xc2\xd4\xe9\xe6\x0e\x47\x54\x70\x05\xab\x1d\xb1\x58\x4f\x34\xea\ \x23\x2e\x4c\x08\x60\x90\x02\x74\xcb\x14\x92\x03\x46\x54\xa1\x6e\ \xc5\x65\xb3\x6b\x81\x80\x5f\x55\x94\xa1\x2b\x7c\x66\x46\xc2\x14\ \x80\x11\x00\x20\x42\x55\x85\x22\x53\xd7\x11\xd5\x54\x05\x83\x04\ \x66\x19\x96\x24\x36\x55\x01\x29\x98\x65\x32\x2e\x92\x85\xac\x8a\ \xaa\x12\x24\x0d\xc3\x90\x12\x84\x94\x08\x21\x84\x90\xa2\x6a\x04\ \x49\xcb\xb2\x92\x7c\x1f\x61\xa2\x28\x0a\xc1\x48\x0a\x66\x9a\x96\ \x90\x00\x80\x14\x55\x3b\xde\x9c\x9f\x61\x19\x1a\x91\x52\x62\xc5\ \x9e\x9a\x91\xe1\x02\x8a\x30\x55\xac\x96\x77\x36\xac\xab\x39\x73\ \xca\xe4\x2c\x9b\x38\xaa\x18\x97\x12\x00\x21\xa4\x00\xc9\x25\x60\ \x8a\xa5\x4a\xc1\x4e\xa5\x42\x14\xbb\x5d\x70\xc3\x12\x32\x9c\x88\ \xdb\xbd\x5e\x97\xd7\x2d\x89\xe0\x92\xc5\x8d\x04\x42\x88\x2a\x2a\ \x20\xe0\x8c\x49\x0e\x04\x51\x4c\x09\x1a\xaa\x39\x67\x92\x71\x3c\ \x71\xe9\xad\xf3\x8b\x7d\x16\x97\x2c\xd2\xf2\xde\x9a\x57\x37\xd7\ \x1a\xe7\x5e\x7f\x2d\xdb\xbc\xea\xed\xed\x6d\x80\x48\xe9\xcc\x2b\ \xce\x70\xd5\x3c\xb9\x7a\x7d\x1c\xb9\x46\xcf\x3c\x7f\xde\xf4\x32\ \x1b\x41\x91\xc6\x9d\xaf\xbc\xf8\x5a\x3b\x2d\x58\xf9\x9d\x8b\xfd\ \x80\x14\x85\x72\x66\x09\x99\x78\xfb\xe9\xc7\x36\xd5\xea\x53\x17\ \x2c\x9d\x35\x2e\x9f\x62\xd9\x51\xf5\xf1\xab\x6b\xde\x6d\x89\x32\ \x67\xa8\x68\xf1\x85\x17\x14\x07\x35\x61\x85\x37\xbc\xfa\xec\x87\ \xfb\xba\x29\xc5\xc3\x60\xfa\x52\x19\x30\x63\xce\x94\xe2\x8b\x97\ \x1d\xea\x2f\x2d\x6a\x9b\xf6\xfd\x5f\x54\x37\x01\x06\x69\x18\x40\ \x91\xe0\x18\xb8\xe4\x52\x05\x82\x88\xc2\x29\x36\x29\xd2\x81\xdb\ \xa5\x44\x9c\x23\x4e\xe3\x86\xce\x6d\x8a\xe2\x76\x5a\x89\x28\x33\ \x19\x25\x94\x50\x85\x81\x00\x04\x98\x10\x04\x54\x48\x2e\x04\x1f\ \x3a\xeb\x5f\x80\x52\x3c\xbe\x1c\x1d\x5c\xf5\xe2\xdb\xf5\xf9\x53\ \x16\x5c\xf3\xad\x1b\x8d\xdf\xdc\x9f\x5e\x52\x2e\x6b\x56\x9b\x86\ \x09\x98\x7a\xd2\x47\x96\x87\x62\xcc\x10\x13\x96\x5e\xff\xcd\x79\ \xa9\x6b\x5e\x5a\x7d\xb0\x07\x8f\x9b\x7b\xde\x9d\x3f\xc8\xbc\xe7\ \x9e\x27\xd7\xbe\xf8\x92\x27\x58\x74\xf5\x8d\x17\x6c\x7d\xe2\xaf\ \x15\xb5\x3d\xad\x9d\x62\xee\xb5\x3f\xf8\xc6\x48\x7d\xcd\xab\x6f\ \xb4\x59\xee\xe9\xe7\x2e\xf9\x4e\x4e\xea\x2f\xee\x79\x66\xfa\xb2\ \x9b\xa6\xdb\x2a\x9f\x78\xf9\x23\x5b\x4a\x46\x22\xc1\xd1\x30\x68\ \xbf\x74\x21\x84\xc6\xbb\x0e\xbe\xf7\xfa\xae\x04\x22\x94\xa0\xde\ \x83\x5b\x77\x87\x03\x67\x87\xdc\x83\xba\xaa\xa8\x04\x86\x91\xc4\ \x20\x90\xc9\xa4\x8d\x58\x92\x33\x95\x60\xbb\xca\x2d\x4b\x11\x80\ \x41\x72\xc6\x6a\xda\x1a\x73\x5d\x76\x48\x24\x2c\x66\x51\xbb\x0d\ \x08\x12\xa6\x21\x00\x11\x44\x09\xa1\x8c\x5b\x87\xdc\x6c\x43\x04\ \x5e\x24\xcd\x58\xfd\xfe\x5d\x9b\x3e\xde\xb9\xa7\x15\x9f\x33\x7b\ \x65\x6e\x9a\x2d\x1e\xb3\x82\xfe\xcc\xfc\x7c\x09\x98\x06\x5d\x34\ \x11\x8f\xe1\xd0\xa8\xf3\x67\x97\xbf\xf5\xb7\x9f\x3e\xfd\x71\xab\ \xa6\xc8\x4d\x3b\x6a\xee\xf8\xef\x7f\x3f\x67\xdc\xba\x3f\xbd\xb2\ \x45\xc9\x94\x9d\x3d\xdd\xb5\xfb\x2b\xb7\xed\xea\x0e\x95\xce\x5f\ \x3c\xc3\xfd\x8f\xff\xfe\xd5\xda\xfd\x71\x8d\xb0\xcd\x7b\xda\xff\ \xfd\x3f\x6f\x98\x33\xe1\x9d\xa8\x94\x86\xde\xdb\x74\xb0\xaa\xa1\ \x62\x13\xb2\xb9\x9c\x1a\x19\x76\xc4\x7d\xc9\x82\x09\xb2\xe2\xdd\ \x55\xbb\x76\x45\x88\x22\x99\xa5\x7a\xb2\xae\xbe\xf1\xdc\x7c\x0f\ \x19\x34\xcf\x9b\x4a\x10\x88\x00\x01\xa4\x30\x85\x61\x1c\x07\x29\ \x08\x46\x2a\x55\x54\x35\xa8\x38\x75\xc4\x40\x9a\xd5\x0d\xf5\x63\ \xd2\xd3\x02\x12\xb9\x5c\x2e\x13\x84\xc1\x38\x46\x8a\x14\xc2\xb4\ \x2c\x66\x58\x96\x6e\x72\x66\x49\x29\x11\x42\x43\xe3\x76\x15\xa6\ \xd4\x46\x4f\x5d\xb8\xc2\x77\x66\xd1\xa4\xe9\x7c\xff\xd6\x2d\xfb\ \x7b\x66\x2a\xee\xd1\x67\x2e\xf2\x8e\x4c\x48\x04\xc1\xcc\x6c\xf6\ \xa1\x65\x4f\x49\xd1\x6c\xd1\x3d\xb5\x3d\x76\x87\x8d\x22\xc9\xcc\ \xae\xfd\xfb\x62\x67\xa5\xa7\x68\x0a\x4e\x32\x19\x42\x28\x21\xc4\ \x17\xca\x71\x75\xd7\xd6\x75\xc4\x35\x9b\xa6\x12\x55\xef\xa9\xad\ \xee\xe5\x19\xd9\xfe\x07\x1f\xfc\x53\x68\xd9\xd2\x5b\xff\xe5\x47\ \xcd\xfb\x2a\x5e\x7b\xf9\x8d\xfa\xa8\xa0\x78\x98\xe6\x7e\xa9\xc2\ \x2c\xe6\xc9\x1a\x77\xe3\x1d\x23\xbb\xa2\x96\x3f\xe0\xc3\x12\x28\ \x45\x46\x42\x1f\xd4\xc5\x4a\xb1\xa2\x58\x26\x07\x8c\x34\x42\x14\ \x49\x55\x89\xe2\x00\x3a\x08\xbb\x4a\x63\x3d\x31\x84\x89\x8e\x45\ \x43\x6f\xa2\x29\x1a\x8f\xc7\x23\x1e\xaf\x17\x51\xc2\x18\x27\x84\ \x10\x4c\x08\x46\xa0\x12\x55\x73\x46\x7a\x7b\x87\x34\x52\x80\x00\ \x10\x26\xdc\x08\x57\xbc\xf2\xf7\x3d\x95\xbb\x9b\x0d\xb7\x8b\x84\ \x37\xbe\xfc\xe0\x63\x6f\xd7\x02\xa6\xd3\x97\x7e\x7f\xb1\x4b\x31\ \xc2\xed\x82\x39\xb3\x82\xda\xe6\x8e\xa8\x8d\x4a\x86\xdc\xe9\x59\ \xce\x8e\x8f\xc3\x5c\x7e\xb2\xed\x23\x84\xe2\x91\x0e\xcb\x3b\xca\ \xef\x24\xfb\x7a\x4d\x4c\x39\x57\x33\x33\x5d\x4a\x73\x38\x12\x69\ \xad\x7a\xe8\xf7\xbf\x08\x65\x14\x2d\xba\xfe\x96\x6b\xaf\x55\xff\ \xf7\xee\xe7\x75\x55\x1d\xe6\x0b\x5f\xae\xc6\x55\x78\x6f\xcd\x43\ \x0f\xfe\xb5\xa2\x9e\x4f\x58\x78\xf9\xf2\xb3\x8b\xb7\x6d\xda\x9f\ \x36\xa2\x2c\xe4\x24\x83\x0c\x2f\xc9\x08\xa6\x28\x08\x59\xba\x69\ \x5a\x16\x48\x84\xa5\xa4\x98\x58\xc0\x12\x82\x39\x9c\x2e\x4d\xb5\ \x09\xc0\x11\x4b\x84\x2d\xcb\x1d\xf0\x2b\x9a\x8a\x10\xa2\x94\x20\ \x04\x98\x80\x42\xb1\xa2\x10\x84\xa5\xd3\xe3\xc4\x84\x0c\x19\x76\ \xb1\x46\x79\xcd\x96\xb5\xcf\x3f\xf7\xe2\xba\xf5\xdb\x3a\x63\x5c\ \x21\x98\x50\x02\x52\x70\xce\x39\xe7\x12\x90\xa2\xda\xac\xa6\x5d\ \x1f\x6c\x6b\x59\x7c\xdd\xb5\x67\x94\xe5\xa6\x64\xe4\x9f\x77\xe5\ \xb5\xd3\x83\x07\xd7\x6e\xda\x27\x88\x82\x00\x11\x4a\x31\x02\x4c\ \x48\x57\x6d\xc5\x3b\x35\x9e\xcb\xaf\xb9\x7a\x42\x71\x66\x6a\x76\ \xc9\x92\xeb\xbf\x99\x13\xde\xf7\xee\xa6\xe6\xa2\x29\xd3\x27\x94\ \xe4\x2b\x56\xb8\xbd\x5b\xf7\xa7\xa4\x0e\x4f\x77\xfd\xf2\x85\x52\ \xa8\xab\xdc\x50\x8d\xca\xbf\x7b\xeb\x05\x4d\x5b\x36\xb5\x47\xa2\ \x9b\xdf\x79\x6d\x6f\x5b\x8c\x0c\x96\x94\x43\xbf\xbb\x72\x65\xa4\ \xb7\xab\xa1\xa1\x71\xdf\xfe\xba\x0d\xdb\xb6\x48\x81\x55\x95\x18\ \x7a\xdc\x17\xc0\x40\x31\xd3\x4d\x9b\xdb\x16\x37\xa3\x71\x3d\x66\ \x4b\x09\xf4\x74\x75\x3a\x5d\x2e\x4a\x69\x55\x55\x95\x61\x18\x81\ \x40\x20\x35\x35\x35\x49\x12\xf0\x90\xe5\x1f\x22\x90\x91\xae\x4e\ \x61\x82\xcd\x6e\x57\x6c\x14\x49\xc1\x80\x87\x3b\x3b\x2d\x43\x10\ \x42\x00\x63\x33\xde\xd3\xa9\xe8\x0a\x35\xd6\x3e\x71\x9f\x5c\x7c\ \xc9\x05\x2b\x6e\x92\x1c\xc9\x78\xdd\x5f\x7f\xf7\x70\x65\x9b\xa1\ \x2a\x04\x84\xd5\xdd\xde\x91\xb0\x24\x26\x84\xb2\x9e\x97\xef\xfb\ \x8d\xb9\xf4\xd2\xcb\x57\xde\xca\x01\x9b\x6d\x7b\xff\x74\xff\x73\ \xd5\x51\xe5\xac\xb2\x69\x67\x8f\xcd\x11\x02\x14\xd6\xf6\xec\x23\ \xcf\xf7\x22\x65\xd8\x21\xf6\xe5\x3b\xc4\x4c\x93\xfb\x03\xa9\x29\ \x29\x41\x8f\x66\x35\x1e\x3c\xd8\xda\xad\x8f\xa0\x83\xe7\x79\x53\ \x25\x11\xcf\xf1\x79\xc7\xe4\xe7\x9d\x75\xe6\x6c\xcf\x2b\x9e\x55\ \x6f\xbf\xce\x2c\x50\x3d\x6a\x3c\x16\xd6\x6c\x1e\xaf\xdf\x65\x9a\ \xb1\x70\xa4\x93\x73\x9d\x31\xb3\xab\xab\x2b\x12\x8d\x86\x42\xa1\ \x60\x30\xa8\xeb\xba\xa2\x28\x18\x63\x84\x90\x69\x9a\x43\xa6\x6e\ \x91\x42\xcc\xd7\xff\xf4\x1b\x00\xa4\xda\x28\x00\x00\xc2\x54\xc6\ \x5e\xbc\xfb\x57\x00\x58\xb3\x29\x00\xb0\xeb\x8d\xbf\xec\x02\x40\ \x9a\x8b\x9a\x1d\x6b\x9f\xf9\xf3\x7b\x2f\x69\x14\x83\x65\x18\x96\ \x00\x45\xa1\x08\x00\x22\x07\xff\xf2\xdf\xbf\x05\x8c\x54\x85\x00\ \x00\x8b\x34\xac\x7a\xf0\xee\xd7\x6d\x1a\x01\x69\x1a\x3a\x03\xe2\ \xd0\xc8\xc7\x2f\xfd\x6d\xf3\xab\x14\x23\x60\xa6\x69\x71\x50\x86\ \x72\x2e\xd2\xb0\x1c\xc3\x8f\x8b\x03\xe9\x59\x9d\x2f\xbd\xf4\xcb\ \x03\xce\x70\x77\xe4\x60\x63\x4d\xfa\xf8\x85\xe5\x99\x9e\xc1\x43\ \xbe\xd8\x4a\xb4\xd5\x35\x1d\xac\xd2\x6d\xfe\xd4\x33\xc6\x96\x33\ \x2b\xb2\x7e\xe7\xae\x28\x20\xc4\x04\x06\x19\x8f\xf5\x62\xe0\x21\ \xb7\x83\x4a\x89\x11\x2e\x2a\x2e\x66\x8c\x09\x21\x52\x52\x52\x10\ \x42\xc9\x9d\x9a\x52\x3a\xd4\xa9\x30\x47\xa7\x1e\xa3\x01\xfe\xaa\ \xfe\x77\x11\xa1\x2a\x01\x10\x9c\x89\x43\xff\xef\x3f\x66\x80\xa5\ \x85\xa9\x82\x01\x24\xe7\x0c\x00\xd3\xbe\xd0\x1c\x42\x48\x70\x2e\ \x92\x54\x6b\x98\xdb\x9e\x14\xe3\x8c\x31\x6f\xd6\x98\xcb\x97\x39\ \xa2\x1c\x51\x8c\x80\xd8\x32\xf3\x0a\x5c\x84\x0f\x3e\xbc\x04\x23\ \x6e\x77\x68\xba\x9e\xe8\x6a\x6a\x74\xba\x5c\x8b\x67\xce\x9d\x34\ \x76\xd2\x43\x2f\xbc\xdc\xd0\x1b\x49\xc4\x4c\x20\xe8\x9c\x39\x33\ \xe6\x9f\x39\xc5\xcf\x19\x18\x4c\xf0\xbe\x36\xbc\x8c\x31\x29\xa5\ \xa2\x28\x00\xc0\x39\x1f\x0a\x8d\xcb\x18\x33\x4d\x73\x78\x39\x4f\ \x33\x68\x32\xc6\x8e\xed\xc7\x25\x3d\x9d\x35\xab\x5f\x78\xa1\x1b\ \x29\x04\x61\xb0\xc2\xdd\x68\xc4\xf7\x7e\x70\x43\x81\x17\xb1\xa3\ \xd2\x15\x68\x6b\x57\xa7\xa6\x69\x4e\x9f\xc7\xed\xc2\x1e\xb7\xdb\ \x49\x14\x57\x28\x2b\x48\x6c\x2d\x46\x54\xb3\xdb\xa4\xe4\x8a\xc9\ \xd2\xec\x4e\x14\x09\x13\x8c\x93\xea\x16\x21\x44\x08\x49\x9e\x87\ \xcd\x66\x13\x42\xc4\xe3\x71\x29\xe5\x09\xcc\xfb\xe6\x9c\x9d\xb7\ \x70\x61\x3c\x1e\xc3\x64\x78\xcb\x3e\x9d\xc8\x80\x54\x14\xe5\x58\ \x3a\x8e\x31\xe6\x4e\x1f\x75\xfd\x1d\x79\x02\x10\x60\xd5\x21\xea\ \xff\xfa\xe7\x67\x1b\xba\xa3\x85\x3e\xef\xd1\x83\x4c\x68\x47\x77\ \x8f\xdd\xe9\x54\x15\xc5\xab\x39\x2c\xdd\xe0\x48\x69\xeb\xee\x90\ \xba\x45\x81\x08\x26\xfc\x01\xaf\xd4\x8d\x58\x5b\x87\x4f\xa5\x96\ \x65\x25\xbf\x9b\x73\xce\x18\x4b\x62\x37\x99\xee\x4d\x29\x3d\xb1\ \xc5\x61\x42\x88\x8c\xcc\xcc\x40\x4a\xda\xb0\x81\x74\x3a\x09\xc2\ \xb8\xa3\xb5\x29\x69\xcd\x0f\x8a\x6b\x84\x31\x55\x54\x09\x80\x31\ \x8e\x34\xb6\x77\xc5\x88\xfd\x18\x1d\x55\xa8\xc5\x11\x24\x78\x42\ \xe7\x82\x49\x93\x1a\x91\x48\xbc\xae\xb1\x55\x08\xe4\xf6\xfa\xda\ \x4c\xb3\xb3\xa7\x37\x11\x0f\x4a\x8b\x49\x04\x18\xe3\x64\x66\x77\ \x12\xb8\x52\x4a\x4a\xa9\xae\xeb\x9c\x73\x55\x55\xf1\x89\x1e\x17\ \xc5\x18\xb3\x4c\x73\xb8\x58\xf2\xb4\x02\x2e\x42\xc7\xa1\x0a\x54\ \xa1\x1d\x07\xb6\xfc\xed\x81\x17\x7a\x15\x85\x22\x6c\xf6\x34\x47\ \xd3\x66\xe6\x85\xdc\x42\x0c\xc2\x18\xa9\x19\x37\x0d\x24\x90\x42\ \x23\x46\xd4\xad\x6a\x1e\xea\x88\x59\x56\x57\x24\xaa\xbb\xdc\x29\ \x39\xd9\x80\x98\xc3\xeb\xd5\x1c\x0e\x23\x16\x51\x15\x2a\xa4\x48\ \x82\x33\x59\xef\x26\xa4\x10\x42\x30\xc6\x38\xe7\x27\x96\x2a\x0c\ \xcb\xd7\x91\x01\x5b\xcc\x93\x39\xfa\x9b\x77\x16\x09\x40\x40\x35\ \xaf\x6c\x7a\xe0\x81\x97\x6a\xdb\x23\x29\xd9\x76\x38\xaa\x42\x01\ \x3b\xed\x76\x95\x10\xc9\x2c\x4a\x15\xdd\x34\x13\xcc\x52\x6c\xaa\ \xa2\x80\xde\xd3\xd1\x71\xa0\xca\x23\x2d\x2b\xdc\x5b\x57\x7d\x00\ \x00\xa4\x90\x82\xf7\x35\xd9\x4e\x46\x77\x8d\x84\x2e\x85\x40\x00\ \x89\x78\x5c\x08\x31\xac\x1c\x87\xe5\x9f\x54\xc8\x70\x68\xc0\x12\ \x92\xac\xab\xbd\xb9\xb9\xbd\x87\x09\x39\xe8\xe4\x6b\xaa\x28\x04\ \x63\x50\x38\x49\xc4\x2d\x21\x84\x85\x99\xa2\xc0\xc4\x92\xbc\xcc\ \xf6\x8e\xda\xba\xda\xee\x4d\x0d\x19\xa5\x65\x2d\x14\x70\x3c\x5a\ \x50\x90\x87\x31\x31\x2d\x4b\x4a\x29\x84\x90\x52\x12\x42\x92\xf1\ \x25\x97\xc3\x39\x5c\x1f\x36\x4c\x03\x28\xed\x33\x84\xbe\x98\x50\ \x4a\x3b\xeb\x2a\xee\xfb\xd3\x93\xdd\x48\xa3\x48\x1a\x86\x99\x33\ \x75\x49\x79\xa6\x6b\xf0\x24\x1b\x42\xb0\xa2\x50\xce\x98\x44\x28\ \x39\x16\x82\x10\x92\x9a\x12\x0c\xf8\xbc\x23\xf2\x73\x76\xed\xaa\ \xac\xa9\xda\x8b\x38\x63\x96\x69\x18\x7a\x59\x59\x99\x94\x32\x19\ \x74\x20\x84\x90\x43\x61\x5e\x42\xc8\x50\x93\x51\x42\x08\x21\x18\ \x00\x84\x90\xc7\xe1\x49\xc3\xf2\xe5\x4b\xd2\x91\x9f\x48\x24\xda\ \xdb\xdb\x83\xc1\x60\xb2\x4c\xf0\x0b\x14\x69\x73\xc6\x5c\xe9\x65\ \xdf\xbc\xf3\x87\x84\x80\x69\x71\xbb\xdb\xe7\x73\xdb\x04\x63\x83\ \x4e\xbe\xa6\x84\x10\x45\x51\x12\x9c\x3b\xec\x76\x2e\x44\xd2\xe1\ \x45\x08\x55\x14\x55\xe5\xda\x19\x33\x66\x34\x34\x34\x54\x57\x57\ \x6f\xdb\xb6\x2d\x3b\x3b\xab\xa0\xa0\x40\xd3\x34\x4a\x29\x63\x2c\ \x89\x54\x8c\xb1\x65\x59\xba\xae\x0b\x2e\x90\x3a\x44\xd9\x61\x40\ \x08\x6e\x6e\x69\x6b\x68\x6c\x96\x00\x41\xbf\x6f\x44\x71\xfe\xc0\ \x12\x37\x04\x20\xa5\x64\x7d\x3c\xfb\x78\x82\x09\x25\x58\x5a\x16\ \x3f\x42\x57\xe0\x23\xe7\xee\x0e\xcb\xe7\xf0\x70\xed\xdf\xbf\xbf\ \xb0\xb0\xb0\xbe\xbe\xfe\xbe\xfb\xee\xfb\xd5\xaf\x7e\xd5\xd5\xd5\ \x15\x8f\xc7\xb3\xb2\xb2\xc4\xe7\x2c\x9d\x95\x52\xda\x9c\x9e\x78\ \x4b\xd5\xaa\x37\x36\x74\xc6\xb9\x2b\x94\x3f\x6f\xe1\xb9\xc5\x21\ \x55\xb0\xc1\xf2\x71\x3d\x1e\x8f\xa6\x69\x98\x10\xdd\x30\x11\xc6\ \x84\x90\xa4\xe1\x95\xf4\xb7\x59\x96\x35\x61\xc2\x84\xf2\xf2\xf2\ \xfa\xfa\x3a\x84\x20\x16\x8b\x25\x43\x65\xc9\xa7\x2a\xa9\x9e\x11\ \x42\x08\x25\x07\x82\x0e\xd5\x03\xdd\xd4\xdc\xba\xb1\x62\x6b\x61\ \x5e\x0e\xc6\x78\xef\xbe\x03\xfb\x0f\xd4\x96\x96\x14\xf5\xef\x4a\ \x52\x82\xa6\xa9\x59\x19\x47\x74\xeb\x96\x88\x28\x36\x4d\xc3\x08\ \x40\x4a\x66\x99\x16\xe7\xb1\xae\xa6\xce\x84\x92\x99\x11\xc0\x03\ \xcf\x55\x4a\x26\x04\xc2\xc3\x59\x8c\x5f\x84\x1e\x70\xce\x1f\x7b\ \xec\xb1\xec\xec\x6c\x29\x65\x47\x47\xc7\x2b\xaf\xbc\xb2\x63\xc7\ \x8e\xfc\xfc\xfc\xeb\xaf\xbf\x5e\xd7\xf5\xcf\xf5\x69\x58\x51\xe3\ \x8d\x5b\xff\xf2\xe7\x27\x6d\x05\x85\x1d\x2d\x2d\xd2\x88\xfd\xed\ \xa1\xc8\xb7\x6e\xb9\x2a\xdd\x86\x8e\x0e\x9e\x51\x00\x30\x0c\x03\ \x84\x74\x38\x1c\x86\x61\x30\xc6\x30\xc6\xc9\x28\x43\x7f\x1e\x82\ \xaa\x6a\x25\x25\x25\x42\xb0\x24\xaf\xe5\x9c\x13\x42\x34\x4d\x33\ \x4d\x93\x73\x9e\x9c\xf4\x98\xe4\xd6\x43\x81\x5d\x8c\x50\x6f\x38\ \xe2\x71\xb9\xa6\x4d\x99\x60\x9a\x66\x7a\x6a\xca\xc6\x8a\x6d\x07\ \x6a\xea\x06\x7e\x95\x61\x18\x1d\x1d\x5d\x93\x26\x8c\xe9\x67\x11\ \x98\xaa\x7a\x4b\xd5\x6b\xef\xac\xef\xd0\x81\x28\xf6\x82\xf2\x29\ \x67\x4e\x1e\xd1\x5a\xf9\xc1\xea\x03\x81\xeb\xaf\x3e\x5b\x03\x4e\ \x15\x85\x60\x84\x40\x36\xec\x7c\xeb\xed\x83\xda\x92\x6f\xcc\xb7\ \x5b\x51\x53\x20\x8a\xc1\xb4\x2c\x40\x54\x55\xb0\x65\x5a\x88\x28\ \x0a\x25\x08\xa4\x65\x99\x5c\x00\x55\x54\x4a\x50\xb2\xb4\x0d\x10\ \x4e\xd6\xab\x71\x66\x7d\x3d\x9b\x55\x72\xce\x35\x4d\x2b\x29\x29\ \x79\xee\xb9\xe7\x42\xa1\x50\x41\x41\xc1\x0b\x2f\xbc\x20\xa5\x3c\ \xff\xfc\xf3\x93\x8e\xa6\xcf\x45\x20\x29\x96\xfb\xab\xb6\xea\x85\ \xf3\xef\xbc\x66\xf4\x5f\x1f\x7c\x7f\xc9\xb2\x73\x5f\xba\xef\x8f\ \xc7\x07\x4c\xf9\x00\x00\x20\x00\x49\x44\x41\x54\x55\xcd\x3d\x99\ \x45\x3e\x7e\x54\xba\x02\x9d\x7e\xe6\x1c\x21\x05\x46\x18\x10\x92\ \x49\x6f\x17\x42\x00\x12\x63\x2c\x84\x4c\xaa\x21\x21\x44\x12\xc4\ \x49\x82\x2b\x25\x20\x00\x40\x7d\x49\x02\x49\x5b\x4d\x51\x54\x21\ \x86\xaa\xb7\xbd\xaa\x28\xfb\xab\x0f\xbe\xba\xe6\x6d\x66\x31\x42\ \xb0\xc7\xed\x1c\x98\xa0\x89\x10\xc4\x18\xab\xaa\xae\x99\x36\x65\ \x7c\x3f\x70\x11\xa5\xf1\x86\x3d\xeb\x3f\x3a\x78\xd6\x25\xe7\xbb\ \xf4\xa6\xf5\xcf\x3e\xd0\x10\xb9\x6e\xf1\xa8\x19\xf3\x33\xb0\x02\ \x92\x60\xd6\x54\x5d\xd5\xd2\x9d\x08\xe6\x16\x59\xbd\xcd\x5b\x3e\ \xee\xc8\x4e\x73\xa6\xa7\xa4\xa5\x3a\x65\x57\x02\x67\xa6\xa7\x20\ \xbd\xf3\x40\x43\x22\x35\x2b\x13\x7a\x9a\xab\x1a\x5b\x62\x4c\xc9\ \x29\x2c\x4e\xf7\xd2\xd6\xda\xca\xba\x0e\x3d\x94\x55\x90\x97\xe6\ \x91\xdc\x68\xd8\xb7\xb7\xa5\x47\xf7\xa6\x65\xe7\x66\x04\x89\x14\ \x5f\x2b\xb6\xa1\x28\xca\xcb\x2f\xbf\xfc\xd6\x5b\x6f\x31\xc6\x26\ \x4f\x9e\xbc\x62\xc5\x0a\xbf\xdf\x5f\x55\x55\xf5\xf0\xc3\x0f\x3f\ \xf9\xe4\x93\xcf\x3c\xf3\xcc\x8a\x15\x2b\x46\x8f\x1e\xfd\x39\x0d\ \x12\x42\x91\xb4\x18\x37\x23\x0d\x6b\x5f\x7d\xa5\x3a\xe2\x3c\xc3\ \xeb\x1c\x94\x01\x52\x87\xd3\xf9\x79\x89\xc8\xa0\x9b\xc6\x90\xce\ \xf2\x65\x9c\x67\x65\xa6\x4f\x9e\x30\x46\xd7\x8d\xe4\x23\x73\xc4\ \x86\x15\x89\x45\x37\x6f\xdd\x75\xd4\xb9\x21\x77\x6a\xf1\xac\xb9\ \x67\xe7\x38\x0c\x5b\xb8\xf6\x85\x1d\x75\xe3\xcd\xd6\x7f\xec\xf4\ \xdd\xf5\xbd\xac\xed\xab\x9e\x7c\x71\x63\x63\x20\xc5\x5f\xc0\xec\ \x25\x9a\x03\x62\x9d\x7b\xb7\x6f\x67\x13\xa6\xe9\xd5\x1f\x3e\xbb\ \xc7\xf7\xfd\x5b\x97\x91\xda\x35\x7f\x7f\x72\xcf\xf5\xdf\xfb\x56\ \xe3\xcb\x7f\x5b\x75\x80\xe4\xe5\x15\x38\x53\x73\xf5\x7d\x6b\x9e\ \x7f\xaf\x2e\x18\xd0\x1a\xd6\xbe\xb7\xf0\xea\x6f\x86\xaa\x5f\x7a\ \xf4\x9d\xfa\x8c\xac\x50\x30\x0a\x99\x59\x69\x94\x9b\xf2\x6b\xa6\ \x6e\x27\x4f\x9e\x5c\x53\x53\x53\x51\x51\xb1\x72\xe5\xca\x82\x82\ \x82\x44\x22\x31\x75\xea\xd4\xdd\xbb\x77\xbf\xf6\xda\x6b\x17\x5d\ \x74\x51\x5e\x5e\xde\xe7\xd2\x65\xcc\x12\x99\xa3\x66\x9d\x17\x12\ \x08\xec\xe9\xee\xd8\xa6\xaa\x9e\x05\x97\x5f\x3e\x32\xa8\x0e\xee\ \x55\x38\x41\x6a\x72\x68\x97\x4c\x4a\xe9\x72\x39\x53\x53\x42\x89\ \x84\x3e\x28\xd3\x52\x35\x75\x90\x0c\x32\x4c\x58\xb8\x61\xc3\xbb\ \x6b\x2b\x7a\x6a\xde\xad\x68\x1e\x77\xf1\xc5\x5a\xb4\x9d\xaa\x36\ \xab\x6d\xfb\xea\x8d\x35\xb3\xaf\xf9\xfe\xbc\x02\x87\x40\xa8\xfa\ \xc3\xad\x9e\xa2\x89\x57\xde\x70\x65\x88\xe8\x5b\xd7\xac\x57\x15\ \x0a\x20\x01\x53\x4d\x55\xb1\x64\xbd\xbd\x7c\xfc\xd9\x57\x2e\x3f\ \xbb\xc4\xec\x3c\xf0\xe7\x3f\x7f\xa0\x96\x2f\x9c\x32\xc6\xa7\x3f\ \xfd\xd8\x3b\xef\xed\x3c\x8b\x34\xeb\x5a\xf6\x82\x4b\x2e\xca\xf6\ \xda\x2c\xc3\x14\xf0\xf5\x12\x29\xa5\xdb\xed\xf6\xf9\x7c\x18\x63\ \x4a\x69\x5f\x52\xbf\x94\x94\x52\x42\x48\x28\x14\xd2\x34\xed\x73\ \x19\xeb\x42\x70\x7b\x28\x6f\x4a\x3a\x32\x0c\xfd\x82\xeb\xfe\xf5\ \x1b\x8a\x66\x53\xb0\x75\x54\x83\xd1\x3e\x2a\xf8\x55\xb9\x4d\x42\ \xf4\xd5\x3b\x1c\x4b\x06\xb5\x1d\x98\xde\xb9\xbf\xaa\xaa\x39\xa6\ \xce\xbd\xec\xa6\x25\xd3\x0a\x24\xb3\x10\xc1\x7a\x57\x9b\x45\xfd\ \xc5\x79\x7e\x00\x44\x08\x01\x29\x24\x80\x10\x5c\x08\x09\x52\x70\ \x84\xfa\x2d\x54\x80\x64\x25\xb3\x14\x02\x2c\x23\xdc\x19\x95\x32\ \xd1\xb9\x77\x77\xb5\xbf\xfc\xac\x33\x4a\xd3\xc7\x9c\x77\xc5\xec\ \x82\xc4\xa3\xbf\xbf\xf7\x89\xd5\x15\x09\x20\x5f\x37\xe3\x8e\x52\ \xfa\xc6\x1b\x6f\xac\x5b\xb7\x8e\x10\xb2\x6e\xdd\xba\xde\xde\x5e\ \x55\x55\xab\xab\xab\x37\x6f\xde\x4c\x29\x7d\xfc\xf1\xc7\xf7\xec\ \xd9\xf3\x79\x3b\x68\x49\x6e\xe9\x86\x29\x01\x2b\xaa\x4a\x91\x30\ \x8f\x81\x5a\x38\x35\xa7\xaf\x9c\x30\x95\x20\x98\x1a\x1c\x7d\xe9\ \xf2\x6b\x52\x55\x09\x42\x08\xe0\x5c\x48\xc1\x98\x23\x2d\xc7\xc1\ \xdf\xda\xb8\xb9\x3a\x54\x1e\x12\x98\x12\xd5\x11\xef\x68\xef\xee\ \x09\x6b\x0e\xe4\xf0\x04\x12\x75\x35\x8d\x6d\xbd\x69\xa6\xc9\x38\ \x97\x00\x90\x1c\xc9\x2b\xb9\x62\x0f\x64\x05\x54\x94\x39\xfa\x1b\ \x0b\x46\x59\xb1\x28\x28\x1a\xd7\x8d\x39\x4b\x56\x8c\xda\xfe\xea\ \xaf\x1f\x7a\xbd\x6c\xdc\xd8\xf1\x69\xd8\xb0\xbe\x46\x6a\xd7\xb2\ \xac\xb9\x73\xe7\xce\x9d\x3b\xf7\x95\x57\x5e\x79\xe1\x85\x17\x0e\ \x1e\x3c\x98\x91\x91\x51\x55\x55\x15\x8f\xc7\x6f\xb9\xe5\x96\xd1\ \xa3\x47\x13\x42\xbe\x70\x3c\x42\x8a\x4f\x31\x18\xbe\x1a\xc0\x4d\ \xda\xa7\xfd\x31\x88\xa3\xa9\x02\x19\xb4\xe2\x0d\x11\x4a\x80\x31\ \xcb\x10\x96\x90\x48\xb1\x29\x18\x13\x82\x38\xf6\x8f\x5a\xb2\xf0\ \x8c\xa7\x5f\x79\xf0\xb7\x6f\xda\xd2\xc6\xcd\x5b\x32\x7d\xda\x18\ \xfb\x03\x0f\xfc\xee\xd7\x79\x53\x16\x5c\x31\x7b\xd6\xec\x9c\xbf\ \x3e\xfa\xfb\x5f\xda\x71\x42\x09\x96\x3b\x29\x00\xa1\x04\x21\x29\ \x04\xb2\xa7\x9d\x7f\xd9\xb9\x8f\x3f\xf7\xec\x2f\x2a\x54\x9b\x3b\ \x6d\xd1\xf2\x2b\x70\xc5\xab\x2f\x57\xd4\x4a\xc1\x46\x4c\x99\x9a\ \xe5\x25\x5f\xc3\xb0\x88\xcb\xe5\x12\x42\x54\x55\x55\x4d\x9e\x3c\ \x19\x21\x54\x51\x51\x31\x7b\xf6\xec\x7d\xfb\xf6\x55\x57\x57\x9f\ \x75\xd6\x59\x89\x44\x62\xe8\x82\xa9\x5f\x0d\xe0\x52\x4a\xa2\xb1\ \x58\x57\x77\x8f\x69\x5a\x47\xd3\x69\x8c\x51\x47\x67\xf7\x11\x1c\ \x97\x1b\xba\x77\xf4\x9c\x5b\x47\x4a\x0d\x25\x1b\x2b\x49\xcb\x30\ \x73\x66\x5c\x78\xf3\x34\x04\x09\x3d\x6f\xda\xf9\xb7\x95\xcd\x88\ \xc4\x2d\x6a\x77\xba\x5c\x8e\x4b\x6f\xf9\x6e\x77\x6f\x9c\x68\x4e\ \xd5\xe6\x38\x67\xc5\x6d\x53\xba\x7b\x19\x50\xa7\xcb\xa9\x01\x99\ \xb5\xfc\x56\x49\x54\x53\x37\x01\x50\xca\x88\x59\xb7\xdc\x3e\xae\ \x37\x92\x40\x8a\xcd\x65\x27\x30\xf5\xdc\xe5\xa3\x12\x92\xa8\x5e\ \x9f\x57\xc1\x9c\x7f\xdd\x48\x2e\x40\x32\xd4\x7a\xc1\x05\x17\x94\ \x95\x95\x1d\x38\x70\x60\xff\xfe\xfd\xcb\x97\x2f\x6f\x6b\x6b\x8b\ \xc5\x62\x86\x61\x0c\x69\x0a\xc0\x57\x00\xb8\x16\x63\x39\x59\x19\ \x1d\x1d\x5d\x6f\xbd\xb3\x9e\x0c\xde\x85\x5d\x02\x42\x53\x27\x8d\ \x3d\x4c\xe7\x49\x89\xa8\xea\x50\xd0\x27\xd6\xa7\x04\xa2\x68\x0e\ \x15\x84\x90\xcc\x12\x9a\xd3\x6b\x73\x21\x29\x84\x10\x1c\x29\x8e\ \x50\x8a\x53\x4a\x21\x04\x97\x48\xf1\x85\x52\x10\x48\x29\xa5\x10\ \x52\xb5\x3b\x40\x26\xc3\x6a\x92\x31\x46\x6c\xae\x90\xdd\x9d\x7c\ \x0f\x6c\xae\xa0\xc3\x8d\xa4\x14\xf2\x53\x77\xb6\xd3\x56\x30\xc6\ \x93\x27\x4f\x96\x52\xe6\xe6\xe6\x7e\xe7\x3b\xdf\xa1\x94\xe6\xe7\ \xe7\x4b\x39\xe4\x61\xf9\xaf\x00\x70\xa5\x94\xaa\xaa\x4e\x9d\x3c\ \x3e\xe9\x0b\x1b\x24\x55\x48\x02\xa1\xc4\xa6\xaa\xec\x08\x13\x4d\ \xca\x23\x02\xb9\x52\xf6\x6b\x81\xc3\xa0\x26\x07\xd4\xe3\x49\x29\ \x24\x3f\x8c\x6c\x1d\xc1\xbd\xf8\x80\x1f\xe4\x70\xd7\x74\x80\x24\ \x91\x75\xb9\x5c\xa3\x47\x8f\x36\x0c\xe3\x9f\xc9\xb3\x39\xdd\xa8\ \x82\x10\x02\x01\xd8\x6c\xc7\xeb\x95\xcb\x86\x5b\xef\x9f\xec\x35\ \x32\x0c\xe3\xcb\x63\x8f\x5f\x19\x17\x01\x00\x0c\xe7\xc1\x0c\x4b\ \x3f\x45\x19\xbe\x05\xc3\x32\x0c\xdc\x13\xcf\x6e\x87\x57\x68\x58\ \xbe\x7a\x54\xe1\x4b\xc8\x4f\x1f\x96\x2f\x53\xfa\xf2\x5f\x4f\x63\ \xe0\x0a\x21\x15\x85\x66\x66\x66\x0e\x2f\xf6\x69\x26\xbd\xdd\x9d\ \xc9\x34\xee\x63\x61\x1b\x63\xf8\x2c\xbe\x45\x7a\x84\x01\x44\x31\ \x68\x5f\xa8\x05\x47\x82\x9d\x78\xdb\x69\x58\xdd\x7e\xed\x54\x32\ \x48\xd3\xb0\x30\x55\x3e\x35\xf1\xe3\x30\xe0\x2a\x18\x5a\x22\x68\ \x6f\x07\xfe\xdc\xd3\x0f\x24\x8c\xcf\xe4\x76\x05\xc4\x30\x29\x1d\ \x96\x2f\xcc\x0c\x15\xa5\x67\xff\x87\x4f\xbe\xdd\x74\xf1\xb2\xa5\ \x69\x1a\xe3\xc7\x05\xd3\x61\xc0\x55\x09\x1c\xe8\xc2\x0f\x7c\x44\ \x9d\x9f\x73\x46\x93\x90\x50\x1c\x12\x4e\xf5\x44\xa6\x52\x4b\x29\ \x2d\x6b\xb8\x77\xd8\x57\x50\x24\x24\x6b\xc0\x10\x42\xa6\x69\x58\ \xa6\x85\x10\x52\x54\xf5\x38\xcd\x97\xfa\x80\x8b\xa1\xb9\x66\x57\ \xbb\xc8\xf0\x7b\x6d\xd8\x88\xc9\x7e\xad\x7b\x54\x20\x69\x70\xaa\ \xe0\x54\xc1\x71\xa8\xed\x8d\xe0\x92\x03\x22\x20\x4d\x09\x04\x40\ \x22\x50\x08\x12\x5c\x72\x09\x08\x01\x42\x28\xa9\x9b\x85\x84\x13\ \xbb\xab\x63\x8c\x19\x63\xcd\x8d\x0d\xa7\x32\x59\x90\x12\x30\xc6\ \x08\x63\x90\x32\x59\xb7\xc4\x39\x3f\x9c\xde\x7c\x1d\x37\x20\x21\ \xa4\xcd\x66\x73\xb9\x3d\x0d\xf5\x75\x91\x70\xd8\x66\xb3\x21\x8c\ \x25\x17\x1e\xbf\x37\x14\x4a\xe3\x9c\x1d\x8b\x01\x4a\x40\x76\x87\ \x33\xdc\x58\x7b\xb0\xb1\x3d\xd7\xf9\x49\x9d\x19\x22\x8a\x7a\x54\ \xb7\xe2\xe3\x19\x67\x8c\xcb\x91\x25\xfe\x52\x11\xdb\x81\x5d\xd7\ \x8d\x56\x63\xa6\xd8\x57\x1d\x7e\xa9\x52\x0f\x64\xba\x2e\x19\xef\ \xf2\x2b\x50\x77\x30\xfc\xec\xf6\xb8\x18\x82\x0e\xc8\x52\x4a\x8c\ \x90\xd3\xe9\x3e\x95\xd7\x1e\x63\xa2\xc7\x63\x55\xdb\xb6\xc5\x23\ \x61\x84\x70\x61\x79\x79\x56\x5e\xc1\x80\x74\x7d\x04\x20\x99\x65\ \x1d\x47\xcd\x60\xaa\xda\x35\x92\x88\x27\x0e\xdb\xa9\x10\x26\x18\ \x0d\xe9\x20\xa3\xa1\x66\xaa\x94\xd2\x83\x35\x07\x4c\x43\x1f\x51\ \x52\xe6\x70\x38\x25\xc8\x44\x2c\xd6\xdc\xd4\xd0\x8d\xda\x31\x3e\ \x26\x0d\x65\x4c\xe4\x8d\x9d\x3d\x71\xfd\x9f\xff\xfc\xeb\x9f\xbb\ \x1c\x6a\x72\xe9\x85\x65\x04\x26\x2d\xba\xf1\xa2\xd9\x0e\x30\x07\ \xde\x25\x7a\x7c\x8d\xe2\x72\xab\x59\x22\xd1\xa8\xd0\xba\xbd\x9d\ \x7f\xa8\x26\x3f\x3e\xcf\x37\xdd\x08\x8f\x1b\xe3\xae\xd9\xda\xf1\ \x70\x8b\xf0\xa8\x20\x87\x32\x7d\x7a\xd0\x8e\xbe\x5f\xba\x5a\x95\ \x94\xd2\x01\xb7\x5b\x5a\x16\xeb\xe7\x64\x07\xf7\xee\x75\x7a\xbd\ \x63\x67\x9c\xd9\xdb\xd9\xb9\x63\xe3\xfa\xae\x96\x16\x71\xa8\x84\ \x49\x0a\x61\x77\xb8\xb3\x0a\x0b\x92\x0d\x27\xa5\x94\x08\x13\x4d\ \x53\xa5\xe0\x52\x26\x6b\x8a\x45\x57\xed\xd6\x97\xb7\xf7\xce\x98\ \x37\xdd\x3b\x60\x17\x95\x42\xef\x89\x1a\x36\x97\x5b\xc3\x5f\x49\ \x8d\x8d\x10\xea\xed\xe9\x8e\x46\xc2\x63\xc6\x4d\xa4\x8a\x92\x7c\ \x92\xed\x0e\x47\x76\x6e\x5e\x43\x43\x9d\x69\x1a\xc7\xd4\xb8\x9c\ \x81\x23\x63\xf9\x9d\x3f\x3d\xaf\xb5\xb5\x37\x61\x01\x48\xce\x38\ \x17\x42\x75\x87\x34\x79\x64\x46\x39\xfd\x54\xb5\x6f\x09\x60\x02\ \x5c\x6e\x75\x54\x26\x25\x8c\x7b\xbc\xaa\x2d\x96\x78\xfb\x80\xa1\ \xab\x54\xa3\x88\x20\xe0\x43\xa3\x15\x25\xc0\xd0\x55\x5f\x7e\xae\ \x65\x68\x6e\x6e\xd6\x0d\x03\x64\x5f\x77\xe8\xb4\xd4\xd4\x24\x5d\ \x93\x42\x08\x29\xc2\x5d\x9d\x2d\x75\xb5\x9c\xb1\x60\x5a\x7a\x2c\ \x1a\xe9\x5f\x15\x4c\x48\xc3\xce\xed\x4e\x9f\x27\x98\x96\xce\x19\ \xc3\x8a\xca\x5a\x2a\xff\x70\xf7\xff\xed\x35\x9d\x36\x8a\x43\xf9\ \xe3\xae\x5a\x7e\x99\x3b\xd6\xbe\x6b\x4f\xe3\x84\xb3\xa6\x7b\x29\ \x52\x34\x9b\xa6\x10\x29\x64\xeb\x8e\x37\x7e\xfd\xcc\x81\x6f\xff\ \xec\xc7\xa5\x34\xdc\x93\xe0\x36\x8d\x24\xe2\x09\x8e\xa8\xd3\xae\ \x99\x7a\x5c\x60\xcd\x61\x57\x31\x02\x33\x11\x4f\x58\x42\xb3\xd9\ \x6d\x2a\x15\xcc\x88\x27\x0c\x2e\xb1\xcd\x6e\xd7\x14\xc2\x99\x91\ \x88\x1b\x27\xeb\xde\x11\x4a\x7b\x7b\x7b\x7c\xfe\x80\xa2\xaa\x9c\ \xb1\xe4\xbd\x62\x8c\xa9\xaa\x66\xb7\x3b\xc2\x3d\xdd\xc7\x77\x16\ \x31\x66\x45\xc3\x3d\xad\x5d\x89\x60\x76\x61\x71\x51\x2a\x16\x8c\ \xf3\x64\x75\xca\x67\x03\xae\x10\xd2\x64\x92\x03\x60\x24\x39\xa0\ \xfc\x1c\xd7\x1c\xd5\x7c\x7d\x7d\x57\x9b\xc3\x35\x31\x83\x50\x29\ \x99\xa6\x5d\x37\xcf\xf9\xf4\x6b\x1d\x4d\x72\xa8\xa6\xd9\x49\x21\ \xe0\x24\x73\x5c\xa4\x50\xba\xea\xe5\x97\xd7\xac\x79\x23\x3d\x23\ \x3d\x12\x89\x38\x5d\xae\x9f\xff\xd7\x7f\x2a\x0a\x95\x52\x08\x29\ \x01\x64\xb8\xab\x4b\xd1\x34\xc1\x39\x21\xc4\xe6\x70\xf4\x3b\x05\ \x89\xa2\x00\x92\xdc\x62\xc9\xb4\x47\x00\xb0\xc2\x2d\x95\x7b\x63\ \x0b\xee\xba\x63\x52\x4a\x7c\xf5\x43\x7f\xfa\xf7\xdf\xa1\x9f\xdf\ \x34\x7d\xe2\x58\x87\x0d\x03\x41\x89\x8a\x35\x2f\x6d\xdc\xd3\x9c\ \x52\x36\x63\x6a\x3a\xab\xdd\xf6\xc1\x5f\xef\xfe\x75\xc9\xc8\xd1\ \x33\xca\x03\x3b\xf6\x74\x4c\x99\x35\x2b\x68\xd6\xaf\x5e\xbb\x33\ \x7f\xda\xbc\x50\x78\xeb\x8b\xef\x57\x34\x87\xd1\xd8\x59\x0b\x66\ \x8f\x09\x55\xbe\xf7\xc2\x3b\xdb\x1b\xfc\x85\x93\x16\xce\x99\xe8\ \xc1\xb1\x4d\x6b\x5e\xde\xb8\xbb\x29\x58\x34\xee\x9c\x79\xd3\xdc\ \xc0\xc4\xc9\xd9\xa3\x04\xe7\x4c\x51\x5c\x18\x21\x89\xf1\xf6\x1d\ \x3b\x34\x55\x1d\x31\x62\x04\x00\xa2\x87\x7a\x76\x0d\x7e\xaf\x31\ \xc1\x66\xe7\xaa\x07\xff\xf8\x66\xb5\x99\x99\xe2\x68\x6f\xee\x28\ \x3e\x67\xf9\xca\x45\x93\x89\x64\x9f\xe2\x55\x18\x80\x5a\x48\xcf\ \x74\xa4\x53\x18\x97\x45\xda\xb7\x73\x47\x36\x6c\xdd\xd9\xf9\xbf\ \x15\xa6\xd7\x86\x15\x97\xde\x42\x83\x4b\xa7\x78\x36\x44\x94\x80\ \x86\xa4\x1c\x1a\x7d\x9b\xb4\x75\x04\x3f\xe9\xae\x5c\x8b\xc1\x92\ \x8b\x2f\x3a\x50\x73\xd0\xed\x76\x51\x42\x97\x2e\xbd\xc4\xe7\xf3\ \x25\x5b\x5d\x08\xc1\x85\x10\xf9\x65\x65\x79\x23\x4b\xd8\x51\xb9\ \x7c\x8a\x66\x33\xe2\x89\xe4\x31\x42\x08\x24\x84\x94\x52\x71\xa5\ \x8c\x1c\x35\x6a\x7c\xbe\x1a\xab\x7a\xfb\xd5\x17\xda\x9a\xf7\x6e\ \x7a\xf8\xd1\x3d\x23\x67\x4c\xda\xfb\xd4\xbd\xf7\xaf\xeb\x9c\x3a\ \x65\x34\x58\x3a\x07\xa4\xda\x9d\xc1\x94\xd4\xd4\x80\x37\xd1\xf8\ \xf1\xc3\xcf\x56\x15\xcc\x38\x27\x5d\xaf\x7b\xfe\xe9\xa7\x17\x8f\ \x9a\xdd\xb5\xe6\xd1\xa7\xd7\xa3\x73\xe7\x4f\xd6\x08\xda\xf5\xe6\ \x43\x7f\x7a\xad\x75\xee\xdc\xf2\x1d\xab\x1f\x68\xe0\xb7\x2f\x51\ \xd6\xff\xf1\xc9\xbd\xf3\x17\xcd\xd0\x84\xc1\x84\x90\x70\x72\x36\ \x2c\xc4\x45\x12\x13\x18\x93\xe6\xe6\xe6\x77\xde\x79\x47\xd3\xb4\ \x50\x28\x14\x0c\x86\x3e\xc5\x35\xab\x90\xda\x8a\x77\x3e\xee\x49\ \xff\xee\xbf\xad\x2c\xf4\xd2\x70\xcd\x7b\x77\x3f\xf0\xea\x8e\x89\ \xa5\x93\x33\x6d\xd6\x51\xcf\x20\x3d\x16\xb1\x53\x14\x32\xa9\x50\ \x0b\xd7\x85\x57\xd7\xb1\x54\x14\x13\x3a\x04\x1c\x44\x21\x20\xe2\ \xc6\x63\xeb\x3a\xcf\x1d\xeb\x9e\xe5\x87\x8f\x2b\xa3\x3d\x02\x9d\ \xe8\xc6\xb8\x7d\x76\x0d\x00\x08\x29\x4f\x7a\x2e\x85\x65\x59\xc1\ \x60\xf0\x9c\xf9\xf3\xfe\x78\xdf\x9f\xa7\x4f\x9f\x36\x75\xca\x64\ \x5d\xd7\x85\x90\x08\x81\x14\x12\xa4\x34\x4d\xd3\x34\x8c\xa3\x81\ \x2b\x0e\x0d\x1c\xf8\x44\x80\xe2\x78\xf5\x63\x7f\xbe\x67\x2d\xea\ \xd8\xb2\xad\xfa\x9c\xab\x7f\x90\xe6\x3a\x60\x77\xb9\x50\xd7\x9e\ \x97\xd7\xed\x3c\xfb\xa6\xdf\x5e\x3b\x25\xcd\x60\xd0\xb1\xfd\x19\ \x12\xc8\x3e\xfb\xa2\x4b\xc7\xba\x58\xf5\xfa\x2d\x36\xbb\x0d\x4b\ \xc1\x25\xb2\x3b\x1c\x14\xf1\x84\x2e\x8b\x26\x9d\xb3\x72\xe5\x05\ \x24\xda\xf0\x3f\xbf\x5f\xd7\xa3\x96\xc7\x23\x31\x6c\x46\x36\xad\ \xfd\x68\xc1\x22\x62\x25\x74\x1a\x28\x9c\x3f\x63\xb4\x5d\x9a\x06\ \x13\x27\xe5\xb1\x97\x7d\x1d\x3d\x81\x73\x1e\x0c\x06\x6f\xb9\xf9\ \x66\xe8\xab\x95\xe0\x9f\xb6\xe8\x52\x8f\xc7\x89\x27\x2d\x3b\xcd\ \x63\x43\x60\xcb\xca\xf1\x10\x2b\x61\x5a\x83\xcf\xf2\x1d\x9c\xa6\ \x10\x54\x57\x13\xbe\x77\x9f\xc4\x18\x3b\x54\x54\x5b\x13\x39\x80\ \xb0\x8d\x80\x04\xc0\x04\x99\x11\xe3\x99\x75\x3a\x97\x92\x10\x6c\ \x57\x10\x06\x18\x8a\x27\x5b\x26\xf9\xca\x29\xe0\x0f\x33\x74\x7d\ \xda\xb4\xa9\x9b\x2a\x2a\xce\x5b\xb0\x00\x01\x08\xce\x93\x96\xab\ \x14\x42\x26\x07\xb3\x0b\x21\x8f\xd6\x6e\x42\x48\x29\xa4\x10\x92\ \x8b\xe4\x01\x52\x4a\x89\xd4\x40\x28\xad\x38\xb3\x74\xd6\x05\xd7\ \x8d\x2e\xc9\xed\xd8\x58\x29\x25\xe2\x7a\xcc\x64\x4a\xc8\x6f\xe7\ \x96\x29\xa4\x02\x20\xa4\x14\x9c\x59\x9c\x0b\x84\x80\x71\x99\x1c\ \x8a\x99\x6c\xbe\x82\x10\x12\xdc\xd2\x13\xba\x6a\xc6\xc3\x3a\x49\ \x2d\xc8\xcd\x0c\x05\x82\x17\x5e\xbf\x20\x25\xaf\x78\x74\xe6\x8f\ \x1c\xa9\xcf\xff\xe3\xaf\x77\xbd\x9a\x7f\xf3\xf7\x6e\x2c\xf3\x81\ \x79\x32\xc8\x82\x44\xbc\xbf\xc9\x06\xa5\x34\xe9\x2e\xfc\x2c\x8f\ \x10\xe3\x90\x5f\x3e\x3d\x65\xdd\x7d\xff\xef\xff\xb5\x8c\xce\x71\ \xd7\xed\xde\x1a\xc9\x98\x39\x2a\xd3\x27\xb8\xf5\xe9\xc0\x15\x12\ \x2c\x0e\x16\x06\x40\xd8\xa6\xf4\x7d\x1c\x20\x8c\x01\x4c\x3e\x90\ \xf9\x21\xe5\xd0\x97\x25\x7f\x6b\x08\xf8\x82\x94\x20\x00\x4e\x3e\ \x70\x19\x17\x18\xe3\x5b\x6f\xb9\x89\x10\x6a\x98\x46\xff\x12\x48\ \x10\x5c\x70\x84\x00\x13\x8c\xc4\x91\x7b\x03\x26\x7d\xbd\xaf\x25\ \x24\xff\x48\xc1\x0d\x1d\x07\x67\x9d\xbb\xe8\x8c\x2c\xc5\xb0\x2c\ \x24\x2d\xce\x99\x91\x48\xe0\x40\x41\x49\x16\x7e\xf1\xf1\x7f\x64\ \x2d\x9d\x46\x88\xe6\xb6\x85\xa0\xbd\x61\x4b\xc5\x36\x25\xcf\xe3\ \xf4\xe7\xbb\x5b\x57\xbf\xf5\xf6\x7a\x2d\xa3\xa9\x27\xaa\x0b\x90\ \x8c\x59\x96\x60\x52\x32\x41\x03\x93\xca\x03\x4f\x37\xb4\x07\x2f\ \x99\xe9\x32\xa2\x4a\x6a\x30\xd2\xd4\x08\xa1\xd1\x2b\x56\x90\x1f\ \xfd\xf4\x91\xcd\xfb\xc3\x63\xa6\x7b\x8c\x93\x02\x5c\x48\x76\x3c\ \x22\x00\xd0\xd6\xda\x12\x8d\x46\x08\x26\x1e\xaf\x37\x10\x0c\x1d\ \x1f\xbe\xc2\xb2\xd4\x94\xb2\x1b\x6f\xbf\xfd\xad\xb7\x3f\x68\xec\ \x35\x0b\xcf\xb8\x64\xfe\xbc\x19\x41\x4d\x58\x8c\x60\x29\x8e\x30\ \xcf\x0e\x03\xae\xce\xa0\x3c\x9d\xff\xfb\x39\xe2\x0b\xf8\xb8\x7c\ \x36\x79\x82\xab\x05\x25\x08\x01\xa7\x48\x00\x82\x73\x81\x10\xe6\ \x87\x74\x6d\xff\x8b\x9a\xdd\xd1\xdb\xdd\xdd\x54\x5b\x2b\x8e\xaa\ \xbf\xc0\x84\xe8\x09\x9d\x28\x6a\x9f\x3a\xe6\x1c\x14\x57\x5e\x7e\ \x16\xe5\x46\x3c\xce\x2c\x2e\xa9\x86\xb0\xcd\x97\x97\x1b\x17\xc8\ \x77\xe9\x0d\xdf\x36\xfe\xf6\xc4\x1f\xee\xd9\xe8\x2f\x99\xf1\xcd\ \x15\x8b\xaf\x5e\x50\xf1\xe4\x23\xff\xb7\xbd\x7c\xf6\x2d\xd7\x5e\ \x74\xf3\x8a\x39\x0f\xae\xba\x7f\x07\xc1\x9e\x82\xf1\x39\x2e\xda\ \x1b\xca\xca\x92\x6e\xce\x98\xb0\xc8\xec\x65\x37\x77\x3e\xf6\xd8\ \x9f\xff\xf7\x37\xc4\xe6\x5f\xf4\xcd\x9b\x46\x76\xec\x7a\xf8\xd9\ \xb7\x7a\x39\x29\x3d\xf7\x92\xb9\xa3\x3c\x09\x9d\x9f\x14\x92\x8b\ \x10\x00\x20\x5d\x4f\xec\xde\xb5\xcd\x30\x0c\xbb\xdd\x21\x30\x6f\ \x6d\x69\x8a\x45\xa3\x84\xd2\xe3\xac\x27\x51\x69\x6f\xdd\xe6\xc7\ \x1f\x7d\x29\xa2\x79\x34\x02\xbd\x3b\xde\xbd\x77\xe3\x5a\x42\x91\ \xc9\xf1\x84\x73\x97\x5f\x3c\x2d\xd3\x1c\xd0\x66\x13\xed\xae\xdc\ \x75\xd8\xed\x46\x40\xf0\x17\x53\x4b\x87\x29\x5d\xbb\xdd\xbe\x71\ \xe3\x86\xff\xf8\xb7\x9f\x15\x17\x8f\xf0\x07\x02\x49\xc7\x96\x94\ \x92\x12\x72\xf5\xd5\xcb\x0a\x8b\x47\x08\xde\xd7\x8f\x2c\x39\x5a\ \x42\x08\x51\x5f\x77\xb0\xa8\xb8\xc4\xe5\x76\x27\x5b\xee\x1d\xd8\ \x5f\xe5\xf6\x78\x4f\xf1\x3c\x1b\x29\x65\x53\x4d\x4d\x2c\xdc\x8b\ \x8e\xf2\xac\x08\x29\x82\x69\xe9\x29\x99\x99\x49\xc6\x97\xf4\xe3\ \x2a\x0a\xe1\xa6\xc5\xfb\x02\x6d\x12\x61\xaa\x52\x64\x5a\x16\x26\ \x0a\x25\x88\x73\x2e\x25\x08\x21\x15\x55\x91\x82\x27\xf9\x05\x55\ \x14\x24\x39\x97\x88\x12\xc4\x4c\x0b\xa8\x42\x80\x27\x97\x10\x13\ \x45\xa1\x98\x73\x06\x80\xa4\xe0\x02\x30\xc1\x20\x01\x51\x82\x99\ \x65\xf1\x93\xf4\xd8\x13\x42\x3a\xda\xdb\x5a\x5b\x9a\x33\xb3\x72\ \x3c\x5e\x6f\x7f\xf7\xc4\x44\x3c\x1e\x89\x84\x85\xe0\x25\x65\xe5\ \x83\xfe\xa2\xaa\xa9\x55\xef\x3c\xfa\xc0\xda\x8e\xf3\x16\xcd\xb4\ \x09\x21\x7a\x0e\xbc\xf0\xda\x96\x09\x0b\x16\xe5\xf9\xa8\x3f\xb3\ \x64\x64\x8e\x57\x0c\x50\x8d\x83\x50\x05\xc1\x4f\x15\x4c\x58\xd6\ \xa9\x3f\xbc\x04\x65\x16\x14\xa0\x63\x44\x83\x04\xe7\xa6\x69\x1c\ \x66\xe9\x99\x47\xd9\x7e\x66\xdf\xbf\x87\x1f\x67\x1c\xfd\xff\xbe\ \x7f\x06\x7e\x04\xb3\xcc\xc3\xab\xbc\xac\x81\x47\x9e\x24\x11\x82\ \x30\xc6\x34\x9b\xcd\xed\xf1\x7c\xf2\xd0\x22\xe4\x70\xba\x12\x89\ \x84\x61\x1c\xa7\xfa\x57\x32\x66\x79\xb3\x4a\xe7\x9d\x35\x4b\x05\ \x00\x2b\x7f\x67\x45\x55\x7e\xf9\xe4\xb9\xc5\x1e\x5d\xd7\x8f\x70\ \x2c\xd0\x53\x56\x93\x11\x4a\x53\x52\xd3\x4e\x05\x8e\x7b\x42\x84\ \xd2\xbe\xb6\x4e\xc9\x68\x10\x9c\xbe\x82\x10\x32\x0c\x53\x48\x3e\ \xb0\xed\xac\x94\x92\x10\xa4\xd9\x6c\xba\x1e\x3f\x26\x1f\x13\x28\ \xa7\x68\x94\xf1\xca\x93\xf7\x3f\x69\x9b\x52\xe0\x6d\xd8\xb6\xb6\ \x32\xe1\x3b\xdb\xad\x24\x12\x89\x41\x06\xf4\x9d\xca\xc0\xf5\x07\ \x42\xa7\xcd\x72\xf6\xf4\x86\x5b\x5a\x3a\x11\x42\x39\x39\x59\xda\ \x31\x66\x77\x9d\x36\x12\x8b\x46\xc2\xbd\xdd\x83\x62\xfa\x78\x86\ \x84\x65\x39\x73\x26\xdd\xb0\xac\xfb\xa9\x55\x6f\x3e\xf5\x91\x50\ \xbc\x39\x57\x5e\x77\x59\x81\x0f\x33\x8b\x7f\x56\x77\xd8\x29\x02\ \xde\xd3\x66\x21\x3b\xbb\x7a\xde\x5f\xff\x91\xdb\xe5\x94\x12\x76\ \xed\xa9\x5a\x78\xf6\xec\x81\x57\xa9\x28\x94\x9c\x5e\x03\x34\xbf\ \x68\xac\x5e\x32\x06\xd9\x13\x16\xfe\xcb\xa4\x85\x9c\x0b\x42\x88\ \xe0\xcc\xb2\x06\x67\xae\x14\x86\xe5\xcb\x00\x6e\x97\xd7\xe3\x99\ \x33\x6b\x3a\x00\x6c\xf8\x78\xcb\xeb\x6f\xbe\x3b\x10\xa9\xba\x61\ \x4c\x9d\x34\x2e\x27\xfb\x93\x3a\x25\xbd\xbb\x71\xd7\xde\x5a\x6e\ \x0b\x94\x95\x97\xba\x29\x00\x40\xa2\xa3\x66\x7b\x55\xb3\x37\x77\ \x54\x69\xb6\xaf\x9f\xd0\xd6\x55\xd7\xba\xb2\x8b\x02\x1a\x02\x90\ \xed\xd5\x95\x07\x5a\x7b\x2c\x26\xdc\xd9\x45\xe5\x85\x99\x5f\xd9\ \xe7\x40\x32\xcb\x4c\xb2\xe0\xe3\xf7\xc2\x19\x06\xee\x09\x93\x0f\ \x3e\xf8\x60\xdd\xba\x75\x0e\x87\x03\x00\x12\x89\xc4\xb2\x65\xcb\ \xf2\xf2\xf2\xfa\xec\x65\x55\x79\xef\xfd\xf7\x1b\xeb\x6b\x18\x17\ \x0a\xa5\x03\xbd\xde\x84\xe0\xba\xfa\xe6\xac\x8c\xd4\x7e\xe0\xf2\ \x68\xc3\xc3\x77\xff\x76\x2f\x73\xea\x8d\x35\xca\xa8\x4b\xfe\xfb\ \x5f\x2e\xc6\x4d\xeb\xff\xf3\x3f\xef\x4f\xb8\x83\x91\xae\xc7\x2f\ \xfa\xee\xcf\x16\x97\xa7\xc6\x5b\xf6\xbc\xf0\xd8\x5f\xfe\xbe\xae\ \xfe\x8e\xfb\x9e\x5a\x94\x05\x00\xe1\x67\xee\xfe\xef\x4d\xf6\xf2\ \xb1\x21\x1c\x9c\xec\x2c\xfb\x0a\x03\x17\x00\x10\x55\x55\xda\xe7\ \x91\x95\x96\x69\x0e\x3e\x3d\xdd\xe5\x72\x0d\xc5\x97\xdb\xed\x0e\ \x9b\xdd\xfe\xb5\xaa\x2f\x0f\x04\x02\x15\x15\x15\x19\x19\x19\xd1\ \x68\x54\xd3\x34\x8f\xc7\xd3\xff\x96\xa2\xa8\xbb\x76\x6e\xdb\xf6\ \xf1\xfb\x47\xcf\xd4\x16\x5c\x08\x20\x67\xcf\x9f\xdf\xff\x0a\xb6\ \x85\x2e\xb9\xed\x27\xbe\x94\x00\xdb\xfd\xd2\xcd\x3f\x79\xa5\x89\ \x5d\x58\xf7\xe4\x53\x89\xa2\x4b\x7f\xf7\x83\xf3\xb7\x3d\xfe\x5f\ \xbf\x7f\xf8\xb5\x85\xbf\xbe\x66\xdf\xc6\x0d\xdd\x9e\xbc\x82\x2c\ \x93\x48\x01\x40\x80\x45\x7a\x6d\x99\x57\xfd\xe0\x47\x67\xa7\x7c\ \xd5\xef\x22\x56\x55\xd4\xd1\x50\x55\x7d\xb0\x29\x66\x81\x27\x94\ \x39\x72\x64\x91\x9b\x72\xeb\x68\xe3\xec\xee\xdf\xfd\x76\x48\x8c\ \x68\x42\xda\xda\xdb\x54\x55\xfd\xfa\x60\xb7\xac\xac\xec\xb2\xcb\ \x2e\x7b\xe5\x95\x57\x30\xc6\x37\xdf\x7c\xb3\xdf\xef\x1f\xf8\xae\ \x4a\x15\x6a\x53\x93\xf1\xa4\xc3\xb6\x46\x21\x2c\x41\x06\x1a\x2d\ \x88\xda\x82\x29\x36\x00\xd8\xb0\x61\x93\x67\xe2\xbc\x6c\x6a\xbe\ \x52\x6f\x16\x9c\x3b\x16\x01\x8c\x18\x55\x66\x7b\x6b\x53\xa3\x05\ \xe3\x2e\xbc\x76\x9c\xd8\xff\xc3\x9d\x77\xf7\x69\x23\xc9\x58\xbc\ \xe3\xe9\x5f\xfe\x64\x5b\xe9\xf8\x4b\x2f\x5f\x92\xeb\x39\x55\xda\ \x65\xe0\x43\x73\x9c\x3e\x13\x0c\x10\x56\x28\xdf\xbe\xe6\xa9\x07\ \x9f\x7d\x4f\xf8\xd2\x82\x0e\xd4\xde\xd4\xea\x19\x39\xeb\xc6\x1b\ \xae\xc8\xf3\x20\x8b\x1d\x1e\x39\x7b\x63\xcd\xeb\x43\xe4\x16\xa0\ \x94\x3a\x1c\xce\x4f\xad\x34\x3a\x9d\xe4\xc2\x0b\x2f\x5c\xb5\x6a\ \x55\x69\x69\xe9\xc4\x89\x13\x0f\x5b\x91\x4f\x5a\x0a\x1c\x69\x56\ \x4b\x40\xa8\x6f\xe0\xd6\x40\x31\x37\x3e\x75\xf7\xa3\x7b\x7c\xdf\ \xf9\xd1\x65\x76\x88\x30\x00\x05\xf7\x7d\x10\x82\x43\x79\x00\xc6\ \x80\x8a\x00\x25\xf7\xce\x5f\xde\xdd\xdb\x56\xfb\xf2\xa3\x7f\xfa\ \xaf\x7b\xcd\xff\xfd\xe1\x55\x9e\x93\xcd\x15\x92\x71\x87\x70\x6f\ \x38\x1a\x8b\x26\x43\xbe\x7e\xbf\xff\xf8\x11\x11\x4a\x95\x70\xcd\ \xc6\xc7\x5f\xdc\x3a\xef\xa6\x9f\x2d\x18\x9b\x8e\xa4\xe4\xf1\xd6\ \x67\xff\x74\xcf\xc3\x2f\x66\xff\xe0\x9a\xf9\x0a\xd2\x0f\xab\x80\ \x28\x2b\x1b\x35\xa4\xa7\xff\x79\x07\x01\x7c\xa5\xc5\x6e\xb7\xdf\ \x75\xd7\x5d\xa1\x50\xe8\x28\x74\x82\x38\xc6\x70\x17\x04\x20\x40\ \x1c\x7e\x8b\x64\xe5\xeb\x0f\x3c\xb2\xd5\xf6\xa3\xff\xb8\x3d\xc7\ \x06\x00\xce\x11\x41\xfc\xc1\xbe\x6a\x58\x90\xdd\x58\x53\x1b\x73\ \x15\xa4\x0c\xe2\x4c\xc3\x0e\xb7\xcf\xe1\xf6\x5d\x7a\xd1\xbc\xd5\ \xbf\xdc\xd5\x69\x80\xc7\x71\x92\x61\x2b\x85\xa8\xae\xae\x06\x40\ \xc1\x60\x88\x73\x5e\x57\x57\xdf\xd5\xd9\x19\x4a\x49\x39\x8e\x63\ \x1e\x63\x51\xbf\xbf\x52\x1d\x35\xf7\xdc\x69\xc5\xaa\x11\xe3\x12\ \x69\xa1\xc2\x0b\x2f\x5e\xf8\xcb\x47\x76\xb7\x85\xe7\xe4\x38\xd0\ \xc0\x5c\x5e\xaa\xd9\x6c\x43\xec\xd4\xfa\x7a\x15\x0c\x8e\x1d\x3b\ \x76\xd0\x9b\x20\x05\x48\xc1\x79\x72\xc6\x7c\xdf\xc0\xad\x24\x55\ \x90\x42\xe2\x81\xfe\x23\x19\xab\xf9\xeb\x1f\x9e\x67\x13\x2e\x59\ \xff\xc2\x23\x6f\x58\xca\xf4\xc5\x97\xce\xb9\x6c\xf1\x1b\xbf\x7a\ \xf8\xbf\x7e\xf5\x61\xf3\xde\xea\x79\xdf\xfc\x99\xbb\xef\x38\x1e\ \x8f\xc7\x93\xbd\xfb\x7b\x2a\xdf\x7b\xfc\xf5\x8d\x52\xa1\x07\xb6\ \x6f\x1e\x77\xde\xca\x4c\xfb\xc9\x67\x08\xb5\xb5\x75\xa5\xa3\xcb\ \x47\x96\x94\x52\x42\x18\x63\xf1\x58\x6c\xef\xde\x3d\x35\x07\x0e\ \x04\x83\x81\xe3\x01\x9e\x60\x85\x48\xce\xb9\x10\x42\x48\x60\x9c\ \x0b\x0e\x83\xc6\x25\xe9\x70\x7f\xae\x2f\x41\x42\x01\xff\xec\x39\ \x73\xab\xaa\xf6\x62\x82\x41\x22\x29\x05\x20\x04\x7d\x49\xab\x2c\ \x23\x33\x33\x3f\x3f\xe7\x93\xa3\x95\xc0\xe5\x77\xfc\xa0\x35\x6e\ \x30\x8b\xf9\x9c\x36\x2a\xa5\x77\xe4\x82\xff\xf8\x71\xe8\xfd\xad\ \xb5\x73\x17\x5d\x3d\xb3\x3c\xbb\xef\x30\x2d\x77\xe5\xcd\xb7\xa6\ \xa4\x10\x00\x70\x64\x14\x8c\x2b\xef\x69\x0e\xf3\xd1\xd3\xcf\x3b\ \x63\x72\x89\x76\xb2\xaf\xd7\x32\x2d\x97\xc7\x3b\xba\x7c\x2c\x63\ \x96\x69\x98\xc9\x01\xba\x45\xc5\xc5\x9b\x3e\xfa\xc8\xd0\xf5\x64\ \x6a\xca\xd1\xbf\x25\x24\xa4\x66\x8d\x0c\xd6\x76\x31\xa9\x68\x36\ \x9b\x04\x29\x25\xef\x89\x1b\x79\x63\x4b\xfd\x4e\x7c\x44\x76\x18\ \x5a\x7e\xd5\x15\x43\xa4\x68\x8f\xa6\x6e\x9f\x3d\xc9\x46\x4a\xd9\ \xd8\x50\x57\x36\x7a\xec\xe9\x04\x5f\xc3\xb4\x06\x09\x1d\x49\x49\ \x15\x8a\x4f\xaf\x9e\x3d\x55\x7b\x76\x9b\xa6\x39\x7a\xcc\x58\xc3\ \xd0\x39\x63\x9c\x31\xd3\x34\x31\xc6\x55\x55\x55\xd1\x70\xcf\x19\ \x33\xcf\x3a\x56\x84\x82\x10\x1a\xef\xac\xdb\xbc\x79\x5b\x43\x97\ \x1e\xca\x2d\x9d\x36\x79\xb4\x0b\x33\x26\x31\xc1\x47\xc6\xa3\xa8\ \xa6\x0d\xd5\xf3\x99\x1c\xf0\x34\xac\xd1\xfb\xe5\xb4\x8f\xf4\x0e\ \xd4\x50\x8a\xaa\x22\x84\x24\x48\x40\x28\x59\xff\x81\x30\x52\x14\ \x2a\x8e\x9d\xb9\x8d\x08\xe5\x91\xda\xa7\xef\xff\xc3\x5e\x91\x35\ \x2a\xd7\xb3\xe1\xa5\xbf\x6d\xdc\x7b\xde\x77\x56\x2c\x74\xe2\x41\ \x5c\xb9\xf4\xf6\x3b\xbe\x33\x24\x8b\xa4\x69\xbb\x2b\x2b\x1f\x7a\ \xe8\xef\x9e\x43\x29\x42\xc3\xf2\xf5\x11\x09\x70\x68\xb8\x3d\x4a\ \x8e\x01\x4d\x96\x8a\x1c\xbf\xdc\x40\xa1\xb8\x6a\xfb\x07\x07\x1d\ \x93\x7f\xf4\xbd\x6b\x52\x54\xe0\xed\x5b\x7e\xf9\x3f\x4f\x6e\x6f\ \x98\x7e\x66\x9e\x73\x10\xe0\x0e\x91\xc6\xb5\xdb\xed\x9c\xf3\x9a\ \x9a\x03\x45\x45\xc5\x2e\x97\x6b\x18\xbb\x9f\x51\x51\xed\xd9\xbb\ \x7f\xe7\xee\x2a\x29\x45\x5e\x6e\xf6\xb4\xc9\x13\xbe\xa2\x17\x82\ \x0e\x5d\x0f\x02\x48\x8e\x87\x06\x00\x01\x52\x1e\x37\xd9\x4f\x02\ \x10\x4a\xb9\x91\x48\xe8\x26\x27\x38\x11\x8f\x9b\x02\xd3\x63\xa4\ \x87\x0f\x95\x71\x26\xa5\xe4\x82\x9b\x86\x61\x99\x66\x72\x7a\xf5\ \x30\x2e\x3f\x55\x62\xb1\xf8\xae\xdd\x55\x17\x2c\x9c\x0f\x00\x6f\ \xbc\xfd\xde\x7b\x1f\x6e\x74\xd8\xed\xfd\xf7\x13\x63\x32\xa2\x28\ \xdf\xed\x76\x7d\x65\x9e\xc3\x24\x6d\xa5\x54\x32\x2e\xa5\x44\x80\ \x8e\x5f\x55\xcb\x98\xc8\x1b\x73\xd6\x98\x8d\xbf\xff\xf9\x4f\x7f\ \x9c\x93\xea\x6c\x6b\x6c\xce\x98\x71\xd9\x98\x4c\x37\xe7\x83\xb4\ \x90\x1b\xda\x5c\x85\xc1\x5c\xeb\xc3\x72\xbc\x95\xd6\x0d\x43\x37\ \x0c\xce\xf9\xe8\xd2\x11\xb5\xf5\x8d\xbd\x56\xa4\xdf\xc1\xd4\xd5\ \xdd\xd3\xde\xd9\xb9\x60\x7e\x7f\x66\x19\x3f\xb0\xfe\x95\xa7\x56\ \xaf\xef\xd6\xd5\x09\x0b\xaf\xb8\x6c\x4e\x19\x41\xb0\xef\xbd\x67\ \x1e\x7e\x79\x23\x49\x1f\x73\xf5\xf5\xcb\x8b\xbc\x04\x00\xcc\xde\ \x9a\x27\xfe\xfe\x54\x60\xc1\x8d\x8b\x4b\x03\x00\xb0\x73\xd5\x83\ \x8f\xbd\xbb\x9b\x50\xe2\x1e\x31\xe5\xba\x6b\x2e\x49\x25\x20\xad\ \xde\x35\x8f\xfd\xa5\x3e\xf7\xbc\x1b\xe6\x8d\x06\x61\xee\x78\xfb\ \xb9\x7f\xac\xdd\x1e\x95\x8e\xb3\x2e\x5e\x71\xc1\xd4\x3c\x00\x00\ \x16\x7b\xeb\xa9\xbf\x1d\x74\x4f\xbe\xee\x1b\xd3\x91\xd5\xf8\xf7\ \x7b\xff\x5e\xd5\xa5\x6b\x2a\x89\x46\x22\xa5\xe7\xdd\xb6\x72\x7e\ \xc1\x71\x56\x9f\x31\xb6\x7d\xeb\x16\x82\x71\x7e\x41\xc1\x40\x5d\ \x3c\xf8\xe5\x73\x06\x8e\xf4\xcb\x6e\xfd\xd1\xe4\xbd\x7b\x9a\x7a\ \x8c\x40\x66\x61\x49\x61\x26\xe1\x26\x1f\x0c\xed\xc3\x49\x36\xa7\ \x92\xf5\xa6\x69\x15\x15\x9b\xde\x7d\xeb\x75\x42\x09\x21\x84\x52\ \x3a\xd0\x96\x8e\xc6\xe2\x0b\xce\x5b\x3c\xe0\xf0\x78\xcd\xc1\xae\ \x91\x33\x17\xa5\xc6\x77\xfd\xdf\x6f\xff\x27\xbb\xe4\xfe\x29\xfa\ \x9b\xbf\xf9\xcb\x1b\xf3\x56\xac\xe0\x15\xcf\xfc\xfa\x1e\xed\xee\ \x9f\x5d\xa1\xef\x7c\xf3\x0f\x8f\x3c\xfb\xee\xe6\x9a\x0b\xa6\x5e\ \x93\x34\x98\xf7\x6c\xdf\x86\x47\x5d\x78\xc3\xec\x5c\xa1\xba\x7d\ \x04\xf4\x96\xca\x87\x1e\x7c\xe0\xb5\x77\x36\xe7\x5e\x35\x15\x00\ \x40\xef\xa9\x6b\x8a\x4e\x38\xf7\x62\x47\xc3\x9b\x7f\xb9\xf7\x37\ \x39\x7f\xfe\xfd\x68\x76\xe0\xa1\xdf\xff\xf1\xf5\x0d\x5b\x33\xe7\ \x67\x4b\x00\x44\x83\xf3\x2e\x5a\x3a\xd5\xc2\xb2\xbd\xe2\xe7\x77\ \xbf\x38\x25\xe8\x3a\xfe\xb6\x4b\x29\x9d\x34\x65\x2a\xe7\x3c\x1a\ \x0e\xcb\xcf\xa4\xe9\x40\x8f\x76\x37\x36\x36\x36\x76\xe9\x51\xa6\ \xa5\xa5\x85\x42\x0e\x0c\x83\x15\x33\x0e\x03\xf7\x54\xa2\x86\x08\ \x09\x66\xf5\x76\xb5\x2b\x8a\x72\x34\xf5\xd2\x4d\x53\xa1\x03\x23\ \xb9\xee\xf9\x57\x5e\x0b\x00\x10\xf5\xbf\xf4\xd4\x87\x18\x5b\x3b\ \xde\xdd\xa0\x94\x2c\xbe\xfc\xec\x99\x50\x86\x3f\xfc\xc1\x13\x7b\ \xba\x96\x16\xfb\xf2\x97\xde\xfc\x6d\xf7\x83\x7f\x44\x7d\x29\x82\ \x7a\x47\x34\x01\x04\x3b\xfc\x19\xa9\x7e\x27\x00\x98\xaa\xef\xac\ \x25\xb7\xa4\x87\xfe\xfe\x7e\x12\x1c\x8e\xd4\x45\x57\x7f\x13\x00\ \xa0\xb9\xe7\x89\x75\x2f\x59\x16\x20\xea\x9a\x7e\xe1\x4d\xc5\x05\ \x7f\x5b\xd5\x91\x3c\x45\x5b\x6e\x51\x09\x00\xac\x79\xe3\xfe\x9c\ \xf9\x37\x2c\x1d\x9f\x72\xfc\xeb\xe1\x8c\x6d\xdf\xba\x05\x21\x94\ \x5f\x58\xf4\xa9\x50\xc3\x44\x11\xbd\x07\x1e\xb9\xf7\xf7\x35\xb6\ \x91\x13\x0b\xbd\xbb\xde\x7e\xe2\xbd\xed\xf5\x77\xde\x7c\x71\x80\ \xca\xa3\x8d\xb3\xe1\xa9\x3b\xa7\x96\xe0\xe4\xec\xf6\xa3\xfe\x10\ \x42\x8e\x4e\xd0\x01\x00\x30\xdb\x1f\xfb\xbf\xbf\x68\x73\xaf\x9d\ \x96\x6e\x6f\xec\x8c\xd9\x92\xd1\x66\xbb\xdb\xab\xf4\x76\xf6\xea\ \xee\xec\xe2\xd2\x82\x7c\x22\xfa\xf3\x53\xf0\xf8\x59\xb3\xdd\xb5\ \x6f\xfd\xfb\x0f\x6e\xff\x9f\xa7\xde\x8f\x03\xa8\x81\xcc\xb2\xd2\ \x11\x6e\x7c\x98\x4e\x93\xd1\xda\x7b\xee\x7e\xb1\x6c\xc1\xf5\x13\ \x7d\x40\x5c\xa9\xa3\xc7\x8c\xf0\xd0\xc3\x3a\xd4\xb2\xa6\x77\x5e\ \xdc\x66\x5c\x74\xe9\x5c\xfc\x69\x86\x0e\xa1\x64\xe2\x94\xa9\xe3\ \x26\x4c\x44\x08\x7d\xaa\x99\x43\x28\xd4\xed\xda\x50\xef\x9a\xfa\ \xa3\x1f\xdf\xb9\xe2\x9a\x1b\x7e\xf2\xc3\x5b\x42\x1d\x9b\xf7\xb6\ \x44\x15\x45\x39\xda\xcf\x3d\xac\x71\xbf\x7a\xc6\xfa\x00\x73\xa6\ \xfd\xf1\xdf\xfd\x7c\x97\xe7\xec\x1f\xdf\x30\x97\x02\x38\x35\x6a\ \x45\x62\x00\x00\xcc\x88\x5b\x76\xa7\x2d\xd9\x9e\xdb\x1c\x00\x18\ \xdb\xf4\xf3\x97\x4d\x3f\x1f\xcc\xda\x37\x56\xde\xf5\xc4\xe6\x33\ \xa7\xcf\xcc\xa6\x00\x30\x90\x44\x8a\x58\xcd\x9f\x7e\xf5\xbb\x78\ \xf9\x15\x3f\xb8\x74\x62\x3f\x2e\x8f\xd8\xab\xb7\xbc\xb9\x0e\xe7\ \xcf\x99\x92\xf2\x69\x5a\x0f\x21\xce\xf8\xb6\xad\x9b\x10\x42\x85\ \x85\x45\x9f\x6a\xec\x20\x00\xc3\x30\x35\x9b\x3b\xde\xdb\xde\xc2\ \x38\x44\x7a\x04\x56\xad\x58\xb8\xb3\xd3\xc2\x9a\xc3\xa1\x62\x29\ \x87\x81\x7b\xaa\x0a\x4f\xf6\xbf\x39\x5a\x3b\x49\x99\xec\x41\x36\ \xe0\x25\xf1\xc1\x23\xf7\xbe\xd9\x59\xfa\xf3\x3b\x16\x90\x44\xd4\ \xd0\x5c\x13\xa6\x8c\x7a\xec\x8f\xaf\x55\xd4\x8c\x32\x3f\x5c\xdd\ \x9e\x3a\x76\x44\xb0\xaf\xaf\x3c\xe7\x2c\xd9\x2a\x5e\xc4\x7b\xea\ \x5b\x7a\x1c\x3e\x4f\xd7\xc1\x46\x46\x54\x4d\xe9\x83\x92\xe0\x8c\ \x25\xbb\x11\xc9\xf8\x4b\x7f\xfa\x6d\x95\xeb\xac\xff\xba\x62\xba\ \x19\x8f\x09\xd5\xa1\x52\x04\x00\x52\x30\xd6\x0f\x5e\xd9\xf9\xe1\ \x8e\xea\x82\x05\xd7\x7c\x7a\xfe\x99\x94\x84\x92\x09\x93\xa6\x08\ \xc1\x63\x91\xf0\xa7\x6a\x5c\x21\x21\x94\x55\x18\x7f\xee\x89\x5f\ \xff\x57\x85\x86\x25\x33\x12\xe1\x98\x68\xfd\xfb\xbd\x2f\x0a\x3c\ \xe5\x1b\xdf\xbc\x6a\x76\xfe\xa1\xda\x88\x61\xe0\x9e\x7a\x1a\xd5\ \xeb\xf3\xb7\x35\xd7\x71\x21\xa5\x44\x87\x32\x94\x24\x42\x48\x0a\ \x49\x55\xcd\xe9\x72\x0e\xf4\x9e\xed\xde\xdb\xc9\x7b\xc2\xf7\xfe\ \xc7\x4f\xe2\xba\x35\x75\xf9\x0f\xae\x9a\xb6\xf4\x9a\xea\xd6\xbf\ \xfc\xe2\xdf\x88\x27\xf7\xa6\xdb\x97\x87\xfa\x70\x8b\x7d\x81\x54\ \x69\xa7\x00\x20\x22\x2d\xab\x1f\xbd\x7f\x7b\x3b\x03\xa9\x5e\x74\ \xf3\x2d\x13\xd2\xfa\xb0\xe7\xf0\x86\x42\xd8\x0e\x00\x90\xe8\x6a\ \x38\xd8\x1a\xc1\x1f\xff\xe2\x27\x1b\xa3\xd2\xb3\x68\xd9\xed\x0b\ \xc7\xf9\x00\x40\x73\x85\x42\xbe\x43\x5f\x1d\xef\xe1\x28\x30\xae\ \x30\xf0\x19\x2f\x4a\x08\x66\x1a\xa6\xfc\x0c\x93\x68\x98\xc5\x7c\ \x79\x93\xee\xfc\xd9\x48\x81\x10\xe7\x92\x50\x22\x2c\xc3\xb0\xb8\ \x94\x60\xf7\x04\x8f\x28\x99\x3c\xb2\x21\xc8\x89\x92\x7f\xb2\x21\ \xc8\x69\x99\xab\xf0\x59\xa4\xae\xbe\x71\xfb\xae\xdd\x7d\x94\x2e\ \xe9\xaf\x97\x49\x6d\x24\x9c\x2e\xe7\x19\x53\x26\x1d\x31\xd0\x58\ \xf0\x3e\x5d\x88\x29\xa5\x18\x03\x80\x60\x16\x50\xe5\x58\xbb\xb8\ \x14\x9c\x31\x8e\x55\xf5\x38\xfa\x52\x30\x8b\x09\x09\x00\x84\x2a\ \xe4\x0b\x35\xee\xde\xbb\xbb\x12\x00\x46\x96\x8d\x32\x12\x09\x21\ \xb8\x65\x9a\xba\xae\x2b\x94\xd6\xd4\xd4\x74\x76\xb5\x9f\x39\x73\ \xf6\xe0\xb9\x0a\x12\xa8\xa6\xc6\x5b\xab\xde\x7e\xf7\xa3\xf6\x08\ \xf3\xa4\x15\x9d\x35\x77\x66\xa6\x1b\x33\x2e\x05\xb7\x8e\xa8\x50\ \x1f\xd6\xb8\xa7\x96\xe4\xe6\x64\xe5\xe6\x64\x7d\x0e\x63\x8e\xd0\ \x23\x30\x88\xe9\xf1\x32\x22\x10\x26\x8a\xfa\x29\x9b\x3c\xa6\x8a\ \x7a\x22\xae\x05\x49\x29\x93\xbd\x1b\x25\x20\x84\x24\x82\xe3\x47\ \xce\xb0\xa2\x98\xed\x7b\xfe\x7a\xef\xfd\x61\x77\x6a\x77\x4b\x87\ \xdb\xb9\x6f\x7b\x75\xdb\x6d\xdf\xbc\x38\xa8\xf0\x61\xaf\xc2\xb0\ \x9c\x0c\x8b\x32\x09\x59\xf4\x29\xda\x9b\x12\xa8\xab\xfc\xa8\x23\ \x7d\xf6\xf7\x6f\xbb\x62\xe4\x88\xf1\x37\x7f\xf7\x5b\x59\xb1\x9d\ \x95\x8d\x3d\x83\x8e\x8d\x18\xd6\xb8\xa7\x96\x18\x86\xd9\xda\xde\ \x01\x52\x06\x83\x7e\xa7\xc3\xf1\x55\x05\x2b\xc2\xba\x9e\x10\x20\ \x11\x42\x80\x10\x00\xc2\x08\x49\xc1\x4d\xd3\xc4\xc7\x6d\x5f\xcf\ \xb9\xd0\x34\x05\xa4\xb0\xe2\xed\x5b\x36\x6e\xa8\x8f\xa8\xd3\x9c\ \xb6\x41\x03\xc5\xc3\xc0\x3d\x85\xc4\x34\xad\x75\xef\x7e\xc8\xa5\ \x94\x52\x26\xe2\x89\x45\xe7\xcd\xb7\x0d\x28\x7c\x3a\xce\xbc\x9a\ \x53\x4d\x34\x9b\xba\x67\xf7\xae\xb2\x51\xa3\x09\x21\x82\x73\x8c\ \x10\xa5\x8a\xa1\x27\x3a\x3b\xda\x83\xa1\xe0\x31\x51\xcb\x44\xc6\ \xc8\xe9\xb3\x9c\x42\x4a\xcd\x87\x1b\x5f\x79\x3b\x7a\xf6\x92\xcb\ \x47\xa5\xda\x06\x6d\xb0\x30\x0c\xdc\x53\x48\x12\xba\x1e\x4b\xe8\ \x4b\xbe\xb1\x10\x00\x76\xec\xda\xfb\xfa\x1b\xef\x28\xaa\xd2\xa7\ \x6e\x10\x58\xa6\x55\x32\xb2\xa8\xac\xa4\x78\x80\x1d\x1e\xab\xad\ \xa9\x8b\x09\x2d\xa7\xa0\xc0\xad\x22\x00\x00\x33\x5c\x5d\x5d\x87\ \xbc\x59\x85\x99\x9f\xd4\x18\x47\x3a\x9a\x2d\x47\x28\xe0\x50\x00\ \x20\xd1\xd5\xda\xd0\xda\xae\x5b\x42\x71\x07\x0a\xf2\xb3\x35\x04\ \x00\x60\x45\xda\xbb\xb8\x23\xcd\xe7\x04\x00\x61\xf4\x1e\xac\x69\ \x30\x88\x2b\xb7\x30\xcf\x79\x88\x0c\xf3\x58\x67\x87\xae\xa4\x06\ \x3d\xc9\xbd\xbe\xa3\x6e\x5f\x73\x98\xa5\xe7\x8f\x48\x71\x0d\x8e\ \x1f\x4a\xa9\x65\xea\x5b\xb7\x6e\x2e\x2d\x2b\xb3\xdb\xec\x18\xe1\ \x9e\xde\x9e\xaa\xaa\xbd\x4e\x97\x53\x55\xd5\x63\x65\x91\x73\xce\ \x5d\x19\x25\x73\x73\x90\xa1\x27\xbe\x71\xfd\x8f\x2e\xd4\x9c\x1e\ \x87\x6a\x99\xa6\x1c\x8c\x18\x0f\x03\xf7\x14\x12\x45\x51\xaa\x0f\ \x54\xff\xe3\xc5\x55\x42\x08\x42\xb0\xe0\x42\x67\x89\x3e\x75\x8b\ \x70\x47\x67\x17\xe3\x6c\x00\x70\x63\xaf\xfd\xe5\x7f\xff\x3f\x7b\ \xd7\x1d\x1f\x55\x95\xfd\xcf\xbd\xaf\x4d\x9f\x4c\x7a\x2f\xa4\x87\ \x84\x84\xd0\x91\x8e\xa0\x74\x10\x0b\xa8\x28\x88\x8b\xbd\x62\x59\ \xcb\xda\xd6\xb2\xee\x5a\x76\x5d\x7b\x77\xd5\x55\x11\x05\x41\x3a\ \x08\x48\xef\x09\x04\x08\x90\x84\xf4\x9e\xc9\x4c\xa6\xbd\x7a\xef\ \xef\x8f\x97\x44\x9a\x5b\x7e\xc4\xb5\x30\x87\x7c\xf8\x84\xa9\xbc\ \xfb\xbe\xef\xbc\x73\xce\xfd\x9e\xef\x59\x7e\xc4\x89\xfd\x4e\x29\ \x6a\xc4\x93\x8f\xdc\x18\x2b\x34\xbe\xf7\xfc\xb3\xdb\xea\x34\xac\ \xa8\x23\xe6\x3e\x78\xdd\xf0\x5e\x20\x39\xb7\xaf\xf9\xf2\xaf\x6f\ \x7e\x3d\xec\xb1\x0f\xef\x1c\x1c\x03\x00\x5b\x3e\xf8\xd3\xbb\x25\ \x5a\x5e\x52\x88\x29\xa5\xdf\x75\x89\xf1\x11\x58\x2a\xdd\xb5\xe6\ \xd5\x17\x5e\x61\xa6\x3d\xfe\xb7\x39\xc3\x21\xd0\xfa\xe5\x6b\x7f\ \xde\x5c\xad\x69\xae\x06\x5b\xef\xa9\x0f\xdf\x3f\xcb\x81\x95\xf2\ \x3d\xeb\x5f\x7b\xe9\x75\x3a\x68\xfe\x0b\x77\x4f\x67\x80\x1c\x5c\ \xfe\xd6\xbb\x6b\x4e\x84\xd8\x68\x8b\x14\x71\xd3\x83\xf7\x14\x44\ \x1a\xcf\x55\x02\x23\x09\x89\x89\x92\x18\xd8\xb5\x63\xbb\xc5\x62\ \x25\x94\x7a\x3d\x1d\x61\xa1\x61\xf6\x90\x10\x67\x5b\xcb\xbf\xaa\ \x9d\x69\x8a\xa8\x01\x20\xd6\x62\x0b\x01\x20\x8a\xac\xd0\x1f\x49\ \xe7\x82\xc0\xfd\x65\x01\xb7\xea\x64\xc5\x8e\x4d\x6b\xb9\xb3\x7a\ \x25\x28\xa1\xa2\xac\xcc\x9b\x7f\xd3\x29\x8f\xf1\x7d\x27\xcd\x1d\ \x3a\x2f\xce\xee\x3f\x72\xf7\x0d\x4f\x14\xb5\x5c\xad\x5e\x2b\x1c\ \x00\x00\x20\x00\x49\x44\x41\x54\x43\xcb\xbf\xda\xda\x10\xff\x97\ \x57\x16\x4a\x3b\x3f\xfa\xfd\x87\xff\x1c\x3b\xf8\x51\xbc\x6f\xf3\ \xce\x0a\x77\x64\x7c\x2c\xd7\xd9\x63\xac\xb4\x88\xec\xd8\x5b\xfe\ \x70\xd3\xc0\xce\x2a\xac\xb7\xa2\x68\xd3\x8e\xa3\xb6\xc4\xe4\x4e\ \x75\x63\xce\x3c\xfc\xca\xdb\x27\xc5\x24\x18\x1b\xd6\xcc\x7f\xe8\ \xd3\x83\xae\x59\x43\xd5\xd2\xb5\x1b\x0e\x86\xa5\x44\x76\xe8\xb3\ \x1d\xb5\x96\x25\x5f\x6f\xcb\xbf\xe5\xed\xf9\x03\x8d\xaf\xde\x7b\ \xed\xb7\x7b\xeb\x0a\x26\xa6\x9d\xab\xb0\x45\x29\xa5\x49\x89\x49\ \x3e\xbf\x3f\x10\xf0\x63\xcc\x44\x47\x45\x5a\x2c\x56\x97\xcb\xf5\ \x9f\xad\x04\x3d\x65\xce\xe1\x8f\x64\x72\x2c\xc7\x02\x00\x83\x19\ \x4a\xa9\x1e\x45\xe9\xba\xca\x08\x61\x84\x3a\xd5\xcb\xf4\xda\x31\ \xa5\x9d\xed\x97\x7a\xfd\x95\x52\x82\x50\xe7\x2f\xd0\x39\xa8\x23\ \x88\xbd\xf3\x35\x96\x61\x04\x9e\x63\xcf\x22\xd9\xe8\x50\x38\xbd\ \x88\xcf\x45\x27\x26\x02\x40\x6b\xc9\xe1\x40\x74\x5e\xef\x48\xee\ \xf0\xf2\x9a\x90\xac\x89\xe1\x3c\x03\x39\x85\xb1\xd2\xd6\xf2\xc6\ \xc0\x88\xa1\x33\xee\x1d\xea\x7b\xe3\xb1\x85\x5d\xe2\xb2\x92\x28\ \x7b\xb7\xfc\xe3\x05\xa5\xa4\xef\xf8\x29\xd3\x32\x22\x78\x4b\xaf\ \x41\x37\xdf\x33\x68\xd3\x07\x8f\x2c\xd7\xdb\x85\x59\x63\x6c\x62\ \x22\x00\x94\x97\x1e\xe7\x63\xfb\xa5\x9b\x80\x33\xe4\xdd\xf2\xfb\ \xbc\x83\x5f\x3e\xfa\x61\x9d\x0a\x00\xc0\x38\x46\x0e\xcb\xf8\x72\ \xf1\xeb\xb6\xea\xf0\x7a\x63\xde\x15\x03\xfe\x55\xe5\x4e\x23\x9a\ \xc1\x60\x30\x99\x4c\x9d\xfa\xaa\x5a\x4f\x0a\x2f\xb3\x35\x55\xd5\ \x1c\xcf\xfb\x7d\x3e\x84\xb1\x2c\xcb\x9a\xa6\x99\xcd\x66\x45\x91\ \x25\x49\x46\x08\xf1\x3c\x8f\x10\x28\x8a\x8a\x10\x60\xcc\xd8\xed\ \x76\xbb\xdd\xee\xf1\x78\x24\x49\x32\x9b\xcd\x5e\xaf\x4f\x55\x55\ \x8e\x63\x09\xa1\x91\x91\x91\x2c\xcb\x04\x09\xe3\xe7\x9d\x8f\xeb\ \xde\xe0\x6c\xdd\x10\xd0\x9f\x38\xe3\xf1\xe6\xa2\xa5\xcf\x7d\xb4\ \x67\xca\x6d\x8f\x24\x99\xd8\x03\x32\xc1\x46\x3d\x2c\x45\x0c\x26\ \x6a\x67\x28\x29\x9f\x52\xba\x37\x5d\x79\xd7\x13\x23\x9b\xea\x76\ \xae\xfc\xf4\xe9\x3f\x55\x3f\xf9\xc7\x7b\x53\x4c\x08\x00\x14\x55\ \x83\x1f\x6a\xbb\xb4\xec\xfb\x4f\x5e\x5c\xda\x32\xf7\x81\x87\x62\ \xbb\x94\x0b\x64\xb5\x0b\x73\x14\x1b\xed\x66\x06\xcb\x4d\x95\xe5\ \x95\x0d\x8a\xf4\xef\xa6\x00\xea\x53\x0c\x01\xa0\xc7\x69\xd9\x6c\ \xe9\x91\xd2\x92\x43\x87\x4a\x0e\x1f\x66\x05\xb6\xb8\xb8\x58\x51\ \x94\xc2\xc2\x42\xb7\xdb\x5d\x56\x56\x16\x08\x04\x32\x33\x33\x59\ \x96\x6d\x6a\x6a\x52\x55\x25\x34\xd4\x31\x74\xe8\xb0\xb4\xb4\xd4\ \xe3\xc7\xca\x5a\x5b\x9d\x71\x71\xb1\x08\x31\x5e\xaf\x37\x2e\x2e\ \xce\x68\xb4\xcc\xb8\x6c\x32\xc7\x05\x9b\xdd\xcf\xd7\x28\x3d\x77\ \x63\x96\xbe\x83\x76\xc6\xf2\xba\xca\x37\x3c\xff\xde\x96\x09\x77\ \x3c\x31\x3e\xc3\x0a\x00\x89\x51\x56\x4f\x49\x39\xc0\x45\xb2\xb3\ \xa1\x51\x8d\x88\xb2\x9f\x1d\x7d\x62\x6b\x68\x94\x35\x34\x2a\x2d\ \x99\xfd\x6e\xce\xab\x65\x0d\x6a\x4a\xea\x99\xae\xbd\x76\xdf\xd7\ \xaf\x2e\x2e\xbb\xf1\xb1\xc7\xfb\x45\x9f\x2b\x8c\xf4\x1c\xfa\x78\ \x55\xd9\xe5\x7f\x7e\x63\x54\x18\xa4\xfc\xe5\x8e\x8f\xbf\xd8\x33\ \x78\xe1\xa8\x9f\xe7\xd6\xd4\xbb\x77\xef\x9a\xea\x9a\xb8\xb8\x38\ \xc4\xa0\xa3\xfc\x51\x96\x65\x7d\x3e\x9f\xcd\x66\xb3\xd9\x6c\xaa\ \xaa\x86\x84\x84\xd8\xed\x76\x59\x96\x3b\x3a\xdc\x18\xe3\x13\x27\ \x4e\x54\x57\x57\xa9\x2a\x51\x15\xe2\x76\xbb\x46\x8c\x18\x15\x1d\ \x1d\x4d\x29\x58\x2c\x66\x86\xc1\x17\xe6\xb0\xf0\x9e\x35\xa2\x0f\ \xd6\x23\x9d\x31\x27\x3d\xa5\x7f\x8b\x68\x9a\x7a\xda\xdd\x36\xf0\ \xd5\xdf\xdf\xa9\xd6\xfa\x6a\x27\xbf\x5f\x7c\x50\x4c\x1e\x7c\x69\ \xe1\xf8\x89\x11\xdb\x5e\x7d\xea\x6f\x7e\x38\xb9\x27\x6e\xdc\x9c\ \x8c\x10\xbd\x7c\x46\x45\xbf\x8f\xaa\x04\x00\xd4\xe6\xb2\xa5\xdf\ \xae\xf7\xf2\x96\xe6\xc3\x5b\xb8\xec\xc2\x9c\xf8\x4e\x68\x2a\x92\ \xdf\xcf\x28\x00\x00\x72\xe3\x67\xaf\xbc\xd9\x91\x74\x59\xcb\x81\ \x95\x8b\x44\x36\x77\xe0\xe8\x9c\x38\x23\x00\xa8\xb2\xdf\x2f\xca\ \x00\x00\xe6\xd8\x9c\x48\xb4\xec\xad\xb7\x5c\xe9\xc2\xa6\x13\xfe\ \xfc\xd9\x89\x3f\x5b\x4c\xe5\x08\x71\x84\x86\x86\x8a\x92\xe8\xf6\ \xba\x6d\x36\x5b\x5b\x5b\x9b\x28\x8a\x06\x83\x41\x92\x24\x96\x65\ \x4d\x26\x93\xdd\x6e\x67\x18\x56\x5f\xd3\x9a\x9a\x1a\x93\xc9\xc4\ \xb2\x5c\x5e\x6e\x1f\x8e\xe3\x14\x45\x1e\x3f\x7e\x7c\x72\x72\xd2\ \xc9\x93\xd5\x2c\xcb\xfd\xa6\x05\xe2\xff\x17\xc6\x60\x3c\x78\xf0\ \x90\x1d\x3b\xa8\x3e\x1a\x4c\x77\x04\x94\x02\x42\x40\x08\x8d\x31\ \x9b\x72\xb2\x33\x4f\xf5\xc2\x79\x13\xae\x31\x34\xb7\xb7\x34\xb6\ \x2a\x9a\xe6\x17\x45\x1c\xdf\xef\xf7\x0f\xdf\xb5\xe2\xbb\xbd\xcc\ \x84\x9b\x26\x8c\x1b\xd8\xe5\x4b\xcd\xe3\xae\x98\x07\x49\xa1\x00\ \x80\xcd\xf6\x98\x28\xc7\xb1\x46\x5f\xe2\xe0\xab\xe6\x8c\x1d\x1d\ \x23\x74\x5e\x14\xb9\xa3\xae\xb4\xa0\x64\x00\x00\x30\x8e\x98\x79\ \x43\x74\x07\x69\x6a\x6a\x93\x91\x49\x94\x3b\xcf\x68\xca\xe0\x2b\ \xaf\xf6\x47\x21\x00\x60\xa2\x6e\x7a\xe8\xa1\xf5\x6b\x37\xd7\x76\ \x68\x13\x7f\xf7\xf0\xc5\x03\x7a\xfd\x6c\xc0\x6d\x69\x6e\xf2\x76\ \x74\x54\x9e\xac\xf0\xfa\x7d\xaa\xaa\x4a\x92\xc4\x30\x8c\xce\xa0\ \xd3\x9d\xae\xdb\xed\x46\x08\x4c\x26\x93\xd1\x68\x54\x14\x2d\x35\ \x35\x15\x00\xb5\xb4\xb4\x44\x44\x44\x54\x56\x56\xed\xdf\xbf\x3f\ \x24\x24\x24\x24\xc4\x81\x10\x0a\x7a\xdc\xf3\x34\x8c\xd1\xec\xab\ \x2e\x9b\x3c\xe9\x12\x3d\x26\xd4\x21\x4b\xa1\x13\xc0\x2c\xcb\x9a\ \x8c\xa7\xea\x65\x19\x06\x5e\x32\x65\xe0\xe9\x9f\x60\x4d\x28\x98\ \x75\x7d\xc1\xe9\x8f\x09\x05\x43\x3b\x35\x4c\xb1\x39\xe2\xa2\x49\ \x57\x5d\x74\xd6\xf7\x26\xe6\x0e\xeb\xf4\x9c\xbc\x7d\xd0\xd4\xd9\ \x83\xce\x7a\x41\x54\xe6\x45\x51\xdd\x57\x97\x2d\xe1\x92\xcb\xaf\ \xfd\xf9\xb3\xd8\x25\x4b\xbe\xce\xc9\xc9\x51\xf6\x4b\x6e\xb7\xbb\ \xc3\xe3\x61\x18\x86\x61\x18\xbd\x80\x10\x12\x12\x62\x36\x9b\x65\ \x59\xd6\x05\x1d\x44\x51\x0c\x0b\x0b\x6f\x6d\x6d\xe5\x38\x9e\x63\ \x79\x51\x14\x33\x32\xb2\x06\x0e\x1c\x58\x5e\x5e\x4e\x29\x4a\x4b\ \x4f\x36\x1a\x0d\xc1\x18\xf7\xfc\x93\x33\xdb\xaf\xa7\x8f\xf7\xe7\ \xbc\xc8\x9d\x2d\xad\x27\xcb\xca\x73\xb2\x7b\x9b\xcc\x26\x8e\x65\ \x01\xc0\x62\xb1\x78\xbd\x5e\x4a\xa9\xa2\x28\x08\x21\xb3\xd9\xcc\ \x30\x4c\x20\x10\x30\x1a\x8d\x2c\xcb\x38\x1c\x0e\x49\x94\x6c\x36\ \xdb\xe0\xc1\x83\x6f\xbc\x71\x7e\x42\x42\x42\x6d\x6d\x6d\x49\x49\ \x89\x5e\x44\x0b\x2e\x68\xd0\xfe\x47\x1e\xd7\x62\x35\x53\x4a\x5c\ \x2e\x57\x44\x44\x44\x73\x4b\x4b\x7b\x7b\x3b\xc6\xd8\x64\x32\x49\ \x92\x24\x08\x82\xaa\xaa\x89\x89\x89\xc7\x8f\x1f\x47\x08\x0d\x1f\ \x3e\xdc\xe9\x74\xa5\xa4\xa4\x34\x37\xb5\xb4\xb4\xb4\x22\x84\x1a\ \x1a\x1a\x6a\x6a\x6a\x19\x86\x29\x28\xe8\x6b\x32\x19\x49\x30\xc8\ \x3d\x6f\x2b\xaf\xa8\x3c\x74\xf8\x18\xa5\x24\x25\x39\xb1\xa0\x4f\ \xef\xe0\x82\xfc\x28\x70\xfd\x7e\x5f\x6d\x4d\xb5\xd5\x6e\xc7\x0c\ \x17\x11\x11\x51\x5d\x5d\xdd\xde\xde\x2e\x08\x02\xc3\x30\xa1\xa1\ \xa1\x59\x59\x59\x11\x11\x11\x36\x9b\xad\xbd\xdd\xe9\x76\xbb\x59\ \x96\xb5\xdb\xed\x36\x9b\x9d\x52\xe4\xf3\xf9\xbe\xfb\x6e\x23\xc7\ \x71\x2e\x97\xbb\xae\xae\x31\x2d\x3d\xf1\x5f\x6c\x43\x07\xed\x3f\ \x31\xaf\xcf\x7f\xa0\xf8\xf0\xe8\x91\x43\x01\x60\xf3\xd6\x9d\x8a\ \xa2\x98\x4c\xc6\xae\xe0\x8b\x32\x98\x49\x4a\x4a\x38\x3d\xcc\xfd\ \x6d\x06\x4b\xe7\xaa\x11\x9e\x05\xdc\x86\xda\xba\x8c\xcc\xcc\xe8\ \xe8\xe8\x4d\x3b\xb6\x37\x37\x37\x6b\x9a\xc6\x30\x4c\x6b\x6b\xab\ \xc9\x64\xd2\xb3\xb4\x63\xc7\x8e\xc9\xb2\xcc\xb2\x6c\x52\x52\x92\ \xcf\x17\x70\x38\x1c\x5e\xaf\xcf\x6e\xb7\xdb\x6c\xb6\xc6\xc6\x66\ \x4a\xa9\xd7\xeb\x73\x3a\xdb\x45\x51\xfa\xe9\xf4\xf3\x2e\x9c\x5a\ \x98\xaa\xaa\x16\x8b\x59\x55\xb5\xc2\x82\xbc\xf2\x8a\xca\x0e\xbd\ \xf9\x11\x00\x63\xd4\xee\x72\xd7\x37\x36\x8d\x1d\x35\xec\xd4\xb7\ \x68\x9e\xba\x75\x2b\x56\xec\x3d\x5a\x17\x9a\x3d\x7c\xd6\xe5\x17\ \x87\xb2\x00\x52\xe3\xf2\xcf\x16\xed\xa9\xf0\x0d\x9c\x34\x7b\xf2\ \x20\xbd\x56\x00\x0d\x07\xd7\x7d\x73\x40\x9b\x75\xf5\xa5\x21\x1c\ \x80\x5c\xbf\xe8\xa3\x8f\x0f\xd7\x2b\x98\x33\x0c\x9a\x34\xef\xd2\ \xfc\x30\x00\xf0\xd7\x15\x7d\xbe\xf2\xf0\xb0\xe9\x57\x65\x44\xb0\ \x92\xb3\x6c\xc5\x37\xab\x0e\x57\xb7\xc7\xf6\xbd\x64\xf6\x94\x41\ \x26\x90\x0f\x7d\xbf\x72\xdd\xf6\x62\xbf\x21\x61\xfa\xac\x59\xb9\ \x31\x26\xb5\xbd\x6a\xd5\xb7\x2b\x8a\xca\x9a\xa3\xf2\xc7\xce\x9a\ \x3e\xbc\x27\x85\xfb\x11\xa2\x9d\xf3\xa6\xf5\xf4\x94\x02\xa0\x73\ \x68\x35\x02\xb0\x56\x9b\x4d\x92\xc4\xaa\xea\x2a\x00\x60\x59\x96\ \xe3\x38\xa3\xd1\xd8\xd6\xd6\xc6\x71\x5c\x54\x54\x14\xcb\xb2\x84\ \x10\x45\x91\x39\x8e\x53\x14\x95\xe7\x79\xb3\xc9\xec\xf7\x8b\x16\ \x8b\xf9\xf8\xf1\x63\x0c\xc3\x47\x44\x44\x98\x4c\xe6\xd1\xa3\xc7\ \x5a\x2d\x96\xa0\xbb\x3d\x4f\x13\x04\x61\xef\xbe\xbd\x3b\xb6\x6e\ \xc4\x0c\xc3\x32\x8c\xbe\x1b\xdf\x6d\x1e\x8f\x6f\xe4\xe8\x8b\xcf\ \x78\x4b\x6b\x79\x69\x7d\xc0\x32\x6c\xf4\xe0\x6f\xdf\xfd\xe8\x73\ \x47\xfa\xad\x17\x87\xbc\xfb\xe4\x93\x47\x6c\x43\xc7\x66\xfa\x3f\ \x7e\xef\xf5\x94\x3e\x7f\xce\x92\xab\xbe\xfa\xc7\x47\xcb\xd7\x6d\ \x10\xfb\x2d\xb8\x9e\x05\x00\x68\x3b\xb8\x6d\x43\x91\x6f\xd6\xdc\ \x99\x76\x16\x22\x93\xac\x20\x77\x6c\x5e\xfc\xe1\x97\x2b\xd7\x1e\ \x65\xf3\x87\xcd\x66\x00\xa0\xe9\xc4\xc1\x16\x36\x7e\xe4\xb0\xc8\ \xcf\xde\x7a\x31\x24\xf9\xcd\x99\x59\x1d\x07\xcb\xdb\x33\x07\x8e\ \x6c\xdc\xfe\xe9\x8b\x1f\x1a\x5e\x7f\xe8\x6a\x57\xd9\xe1\x66\x12\ \x36\x7c\x64\xdc\x57\x6f\xbf\xc3\x87\xa7\xcc\x1d\x11\xdf\x33\xd5\ \x40\x8e\x73\x57\xed\x7f\xff\xdd\x45\xad\x20\xb0\x40\x08\xa5\x18\ \x31\x9a\x24\x46\x0e\x9e\xfa\xbb\x69\xc3\x0d\x54\x3a\x4d\x4a\x3f\ \x3c\x2a\xbc\xb1\xa9\x51\x51\xd4\x50\x47\x58\x87\xd7\x4f\x09\xb4\ \xb4\xb4\xf9\x7d\x01\x86\x61\x12\x13\x92\x78\x41\x30\x99\xfc\x08\ \xb1\x44\x83\xad\x5b\x77\x44\x46\x44\xd8\x6d\xa1\x1d\x1d\x9e\xf6\ \x76\xa7\xd1\x68\x36\x99\xcc\xe1\xe1\xe1\x36\x9b\x2d\x34\xd4\xae\ \x69\x1a\xc3\x32\x41\xf0\x9d\x5f\x39\x0c\x2b\x92\xd8\x50\x5b\x75\ \x4e\xae\x82\x28\x9d\x21\x08\x02\x00\x10\x55\x30\xf6\x86\x02\x00\ \x70\xed\x5b\xb4\xd8\x64\x36\xd4\xef\xfc\x64\x8b\x3f\xed\xa5\x67\ \xe6\x84\xc9\x07\x57\x6c\x7e\xbb\xa9\x03\xb2\x78\x94\x90\x3f\x6c\ \x48\x4b\x83\x2f\x2f\xdb\x88\x00\x40\xd9\xfe\xfd\x66\x53\xe6\xc4\ \xe1\x03\xf2\xf5\xcb\x82\x8a\x3e\x4b\x7c\xdf\x31\x43\x1b\x04\x4f\ \x9f\x14\x0b\x02\x80\xc4\x41\x97\xdd\x34\x08\x40\x3a\xb1\xfa\x93\ \x15\x2c\xa2\xc0\x27\x5f\x73\xc3\x3c\x00\xd8\x55\xbb\x7a\x77\x23\ \x0b\x00\x31\x03\x26\xce\x1f\x00\x00\x0d\x5b\xfe\xb9\xec\x1c\xff\ \xd5\xff\x37\x70\x31\xb4\x37\x54\xb4\xb2\xb1\x93\xa6\x8f\x63\x5b\ \xf6\x2f\x5d\x57\x3e\x7a\xd6\x4c\xe3\xc9\x1d\x2b\x8f\x97\x75\xc8\ \xc3\x8d\x3c\x3a\xd5\xef\x62\x85\x28\x92\x24\x22\x16\xb7\xb6\xb5\ \x52\x02\x1c\x27\xd4\xd7\xd5\xfb\xfd\x62\x52\x52\x32\xc3\xb0\x9a\ \xaa\xf5\x2d\xe8\x1b\x17\x1b\x27\x49\xca\xf8\x71\x13\xa2\xa2\x62\ \xb7\x6c\xd9\x7a\xf4\xe8\x51\xa3\xd1\x94\x9c\x9c\x92\x94\x94\x34\ \x78\xf0\xa0\x21\x43\x06\x5b\x2c\x16\xed\x17\x32\xbb\xfa\xd7\x8e\ \x5d\x84\xd8\x1f\x31\x86\x3d\x37\x95\x4f\x73\x55\x7e\xf0\xec\x53\ \xcd\xbd\x26\xcc\xbc\x28\x6c\xd3\x8a\x43\x7d\xc7\x4e\x09\x43\x20\ \xd7\x57\x53\xde\x1a\x6d\x05\xc6\x91\x38\x64\x44\x9e\xab\x95\x49\ \x4f\xcb\x00\x00\xa0\x9a\x23\x3a\xdd\x58\xb7\xf6\xee\xfb\xff\x74\ \xa0\xce\x0b\x00\xc8\xe0\xe8\x37\x62\xb8\xd6\x16\x88\x4c\xcd\xef\ \xc6\xa0\xbf\xf1\xf0\x2b\x4f\xbe\xc2\x5f\x34\x67\x5c\xae\xce\xfb\ \x0e\xec\x5c\xfc\xb7\x8f\x0e\x18\x6e\x98\x3d\x45\xdf\x47\x96\x5b\ \x4f\xbc\xf1\xf8\x73\x52\xc1\xf4\xa9\x83\xa3\x7a\x36\x58\x0a\x49\ \x48\x1f\x3a\xb8\xdf\x45\xfd\xb2\xc2\xc3\xa3\x0b\x87\x0e\x18\x5a\ \x98\x65\x66\xe8\xd9\xaa\xba\x18\x23\x1c\x19\x19\x29\x89\x52\x7b\ \x7b\xfb\xc9\x93\x15\xaa\xaa\xf0\x3c\xef\x0f\xf8\x74\x22\x58\x72\ \x72\x72\x52\x52\x12\xc7\x71\x00\x54\x96\xa5\xd8\xd8\x58\x55\x55\ \x45\x51\x74\xb9\x5c\x84\x90\xf4\xf4\x74\x8c\x19\x00\x14\x13\x13\ \x13\x94\x64\xfc\x1f\xe4\x2d\x67\x3f\xe4\x2c\xdd\xf8\xf4\xd3\x2f\ \xbb\x52\xa6\x3d\xba\xf0\x72\xab\x56\x57\xd2\xc6\xa5\xa4\xf7\x02\ \x80\x83\xdf\xef\x66\xa2\xfa\xa6\x9b\x00\x00\x02\xe5\x3b\xab\x99\ \x90\xcc\x74\x0b\x00\x00\x32\x0c\xbb\xfa\xae\x67\x9f\xff\xeb\x68\ \x7b\xe9\x87\x2b\x76\x77\x9e\x30\xb1\xb4\xb8\x59\xcc\x2e\xec\x1c\ \x27\x58\xbb\xe7\x9b\x27\x9f\x7d\xc7\x32\x7c\xfe\x43\x37\x8e\x33\ \x21\x80\x40\xcd\xc7\x7f\xf9\xe3\x57\xc7\x4c\xf7\x3e\xfa\xf0\xa0\ \x44\x23\x00\x34\x16\xaf\xfe\xe3\x33\xaf\x41\xc1\x35\x8f\xdc\x3e\ \xc5\xd6\x73\x25\x50\x42\x71\x88\xdd\xe1\x3a\x79\xac\xa2\x45\x6a\ \xae\x38\x7e\xf8\xd8\x81\xf5\x6b\x77\xaf\xd9\xf8\x7d\xc0\x1e\x19\ \x62\x3c\x93\xbf\xc5\x76\x74\x78\x8d\x46\x83\xc5\x62\x6d\x6d\xeb\ \xd0\xc5\xa3\xfd\x7e\xbf\xc5\x6c\xc9\xca\xce\x8a\x8c\x8c\x0c\x0d\ \x0d\xf5\xfb\xfd\x2e\x97\x8b\x61\xd8\x23\x47\x8e\x0e\x1f\x3e\x2c\ \x31\x31\x91\x52\xaa\xa7\x6b\x66\xb3\x59\xdf\x51\x2b\x2f\x2f\xb7\ \x87\x58\x2f\xa8\xc9\x50\x3f\x55\x7e\x46\x3b\x0d\x9d\x9d\x59\x53\ \x7a\xc6\xf2\x7a\x2b\x37\x3f\xf3\xf2\xe7\x85\xd7\x3f\x72\xcd\xd0\ \x44\x00\x00\x8a\x34\xd1\xe7\x6a\x77\x36\x94\xee\x7d\xf7\xbb\xba\ \xc9\x0f\x2f\xd4\x3d\x68\xe5\xfe\x43\x5c\x68\x66\xaa\x11\x80\x88\ \xcd\xad\x1d\x06\xb3\x55\x76\x96\x95\x36\xaa\x71\x7d\x22\xf4\x6f\ \xf1\x1c\x3b\xec\x54\xa3\x0b\x12\x8c\x00\xd0\x7c\x60\xe9\xb3\xef\ \x7c\x3f\xe5\x8e\x47\x27\xe4\x85\x03\x00\x15\x5b\xde\x7f\xf6\x4f\ \x95\x31\x93\x9e\xb8\x6f\xa2\x19\x01\x00\xb4\x97\xae\x7a\xf6\xb5\ \xe5\xa3\x6e\x7a\xec\xb2\x7e\xd1\x9d\x9b\x7b\x3d\x64\x9a\xaa\x85\ \xa7\x16\xf4\x8b\xda\xf4\xc2\xef\x6f\xe7\x05\xcb\xf0\x09\x63\xab\ \xd7\x7c\xdc\xc8\xc5\x5c\x71\xdd\x45\x16\x90\xe5\xb3\xa5\xf4\x15\ \x45\x15\x25\xc9\x6a\xb5\x9a\x8c\xae\x0e\x45\xe1\x79\xde\xe1\x70\ \x08\xbc\x70\xf0\xe0\xc1\xe2\xe2\xe2\x89\x13\x27\x86\x84\x84\x04\ \x02\x01\x9e\xe7\x08\x21\x2c\xcb\x4a\x92\x14\x1e\x1e\x6e\x36\x9b\ \x8f\x1e\x3d\x2a\x8a\x62\x7d\x7d\xfd\x90\x21\x83\xd3\x33\x7a\xb9\ \xdd\xee\xe0\x1e\xc4\x79\x7a\x54\xa3\xc9\x4c\x00\x54\x4d\xa3\x14\ \x75\x95\x81\x28\xd2\x3b\xbd\x31\xe6\x4f\xaf\xdb\xec\x5f\xf1\x75\ \x49\xb3\x4f\x58\xfd\xde\xfd\x5f\xfb\x0b\x66\xde\x71\xcd\x90\xb8\ \x99\x13\x72\xde\x7c\xf3\x81\xdd\x8e\xa8\x11\x37\x3c\x3c\x29\xd3\ \x0e\x00\x00\xca\x91\x2a\x4f\x42\x7e\x21\x0f\x00\x81\xa6\x15\x1f\ \xbe\xb6\xab\x2a\xc0\x10\x35\xba\x60\xf6\x8d\xe3\x72\xf5\xcf\xa9\ \x38\x59\x6b\x4c\xeb\x17\xcb\x01\x50\xdf\xc6\x35\xcb\x2a\xda\xb9\ \x1d\x8b\x5e\x5e\xfb\x89\x61\xe2\x75\x77\x0f\x64\xb7\xac\xde\x59\ \x15\x5d\xb8\xe3\x8f\x0f\x6e\x0c\xed\x35\xea\xde\x9b\x27\xed\xf9\ \x76\xc9\xf1\x76\xd9\xfa\xcd\xeb\xdb\xbf\x90\x07\xcf\xba\xfb\xf2\ \xc2\xe8\x9e\x3a\x7c\x4a\x54\x55\x88\xbc\x62\xc1\xef\x73\x8f\x1e\ \xd7\xac\xf1\xd9\xa9\x31\x74\xca\x44\x91\x70\x66\x01\xcb\x67\x8d\ \xa2\x66\x6d\x36\x5b\x6b\x6b\xab\xc5\x6c\xc1\x88\xe3\x38\x5e\x55\ \x55\xb3\xd9\x1c\x1a\x1a\x5a\x53\x53\x93\x91\x91\xe1\xf7\xfb\xb7\ \x6f\xdf\xee\x74\x3a\x8d\x46\x63\x6b\x6b\x8b\xdf\xef\x8f\x88\x88\ \x38\x76\xec\x58\x44\x44\x84\xd7\xeb\x6d\x6d\x6d\x6d\x69\x69\x49\ \x4a\x4a\xca\xc9\xe9\xad\x28\x4a\x10\x79\xe7\x5b\x54\x67\x99\x79\ \x73\xe7\xec\x2f\x3a\x88\x11\xd2\x43\xaf\xee\x00\x8c\x10\x6a\xb1\ \x9a\x47\x0e\x1f\x72\xea\xeb\x87\xcc\x7f\x7e\xe9\x5c\x55\x92\x15\ \x42\x41\x30\x5b\x01\x98\x81\xb3\xee\xcb\x9d\xe4\xd6\x58\xb3\xd5\ \xd8\x1d\x10\xb3\x53\xee\x7c\x92\xd1\x95\x12\x4c\x09\x57\xdf\xf1\ \xd8\x0c\x49\xc1\x9c\xd1\x66\xfe\xa1\x1e\xdc\x7b\xd2\x2d\x7f\x62\ \x38\x16\x00\x90\x71\xc6\x3d\xaf\x4d\x51\x55\x49\x56\x28\x30\x46\ \xb3\x59\x60\x26\xff\x63\xd9\xa5\x8a\x2c\xab\x1a\x61\x38\x23\x03\ \x30\xfa\xf6\x57\x86\xdd\xa2\xc8\xb2\x4a\x00\x0c\x66\x5b\x8f\x5e\ \xb8\x18\xcb\x9e\x03\xdb\xd6\xed\xae\x52\x86\x8e\x4b\x45\x5a\xc0\ \xed\x53\x4c\x16\x5e\x55\xcf\x25\x33\x5a\x55\x55\xed\x72\xb9\xa2\ \xa2\x63\x14\x55\x53\x55\x45\x9f\x61\xa9\x17\x71\x8d\x46\x23\xc7\ \x71\x09\x09\x09\x25\x25\x25\x81\x40\x20\x21\x21\x31\x3f\x3f\xdf\ \xed\x76\x37\x35\x35\x15\x15\x15\x19\x0c\x86\xc2\xc2\xc2\xed\xdb\ \xb7\x8f\x1a\x35\x92\xe7\xf9\x80\x18\x04\x6e\x0f\x58\x66\x7a\x6a\ \x66\x7a\xea\x7f\xf8\x62\xce\x60\xe0\x00\x8c\xe6\xd3\x1e\x34\x59\ \xed\x67\xc0\x81\xe7\xf9\x6e\x64\x08\x46\x8b\x70\x16\x4d\xf7\x14\ \x01\x10\xcc\x0b\x46\x5e\x00\xd3\x0f\x9f\xc9\x1b\x8d\xbc\xd1\x68\ \x3a\xfd\x4b\x0d\x26\xf3\x4f\x70\xdd\x72\x6c\x73\xe9\xd6\xcf\xd7\ \x95\x64\xa6\x86\x7e\xf1\xd9\xaa\xbb\x6f\x1e\xb3\xe1\xeb\x65\x69\ \xe3\x67\xf5\x8d\x37\x9d\x8d\x5d\x6c\xb3\x86\x0c\x1e\x34\x54\x10\ \x0c\x84\x68\x94\x52\x8e\xe3\x34\x4d\x6b\x6f\x6f\xd7\xe9\x35\x2d\ \x2d\x2d\x6d\x6d\x6d\x61\x61\x61\x1c\xc7\x05\x02\x01\x4a\x69\x4c\ \x4c\x4c\x62\x62\x62\x6a\x6a\xea\x82\x05\x0b\x2a\x2b\x2b\xb3\xb3\ \xb3\x93\x93\x53\xbc\x3e\x9f\xcf\xe7\x0b\xc6\x09\x41\x3b\xbf\x8a\ \x0a\x69\x69\x6c\x8c\xed\x7b\xe9\x2d\xb7\x5e\x15\x2f\x04\xbc\x7e\ \xb5\xa3\xb9\xa6\x3d\x20\xa3\x73\x76\xf9\x5e\x7d\xf5\xd5\x94\xd2\ \xf2\x8a\xf2\xef\xb7\x6e\xd7\x34\x4d\xef\xc9\x89\x8c\x8c\x54\x14\ \xa5\xb5\xb5\x35\x23\x23\x43\x10\x04\x59\x96\x55\x55\xad\xac\xac\ \x5c\xb1\x62\x45\x56\x56\x56\x74\x74\x34\x42\xa8\xa9\xa9\x89\x52\ \x5a\x58\x58\x78\xe4\xc8\x91\x97\x5e\x7c\xe9\xde\xfb\xee\x4a\x4a\ \x4a\x0a\x06\x0c\xe7\x9b\xa0\x68\x9a\xb3\xdd\x0d\x40\xed\x36\x1b\ \x7f\xc1\x8c\x97\xea\x86\xae\xd9\x66\xab\x59\xb3\xe2\x75\x4f\xd8\ \x91\x13\x95\xad\xef\x54\xb5\x28\xb1\x63\x22\xed\xf4\x5c\xd3\x64\ \x59\x4a\x69\x53\x53\x13\xc7\xf1\x71\x71\xb1\x36\x9b\xcd\xe3\xf5\ \x98\x4c\xa6\xf4\x8c\xf4\xa3\x47\x8e\x66\x67\x67\xf7\xea\xd5\x8b\ \xe3\xb8\xb5\xeb\xd6\x59\xad\xd6\x8e\x8e\x8e\x8a\x8a\x8a\xb8\xb8\ \xb8\xdc\xdc\xdc\x03\x07\x8a\x3e\xfd\xf4\xd3\xea\xea\xea\xc3\x87\ \x8f\x34\x35\x35\xd6\x37\xd4\x73\x6c\xb0\xa4\x70\xbe\xa6\x28\xea\ \xf7\x5b\x77\x7a\xbc\x3e\x7d\xf4\xe4\xd4\x89\xe3\x18\xe6\x02\xda\ \xd3\x51\x55\x2d\xb2\x57\xbf\xb1\x83\x15\x17\xe5\x46\x8d\x49\x20\ \xd8\x74\x59\xff\xc1\xc9\x36\x7c\xce\x2e\x4b\xd6\xd9\xe6\xf4\x7b\ \x7d\x92\x24\x49\x92\x0c\x80\x18\xc4\x50\x4a\xad\x16\xab\xd7\xeb\ \x0d\x0f\x0f\x37\x18\x0c\x94\xd2\xf0\xb0\xd0\xe2\xa2\xa2\xd4\xd4\ \x5e\x0b\x17\x2e\xdc\xb0\x61\xc3\xae\x5d\x3b\x6b\x6b\xab\xad\x56\ \x6b\x43\x43\xfd\x91\x23\x87\x59\x96\x45\x08\x13\x1a\xa4\x35\x9e\ \xaf\xf9\x03\x81\x0e\x8f\x77\xc6\xd4\x4b\x01\x60\x7f\x51\xc9\xf2\ \x55\xeb\x85\xae\xf0\x94\x02\x68\xaa\x96\x93\x9d\x9e\x9a\x92\x74\ \xc6\xbb\x44\x4f\x5b\x8b\xd3\x6f\x09\x8f\x72\x98\x3b\x5f\x2c\x75\ \xb4\x34\x75\x68\x91\xd1\xd1\x86\x1f\xb6\x2c\x34\x57\xbb\xcf\x12\ \x62\x63\x11\x00\x10\x8f\xab\xc5\xe9\x0a\x50\xc4\x58\xc3\xa2\xc3\ \x2c\x9d\x7e\xdd\xeb\x72\xb3\x66\x9b\x81\x43\x00\xe0\x6f\x6f\x6e\ \xf5\xc8\xf6\xc8\x58\xbb\x01\x03\x00\x55\x7c\x8d\x4d\x6d\x54\x08\ \x89\x8d\x38\x2d\x1b\xf3\xbb\xdb\x54\xce\x62\x33\xf5\x0c\x47\x85\ \xa8\xaa\x21\x2c\x79\xea\xac\xe4\x86\xaa\xf2\x7a\xa7\x14\x1e\x9b\ \x14\x1b\x6e\x51\x65\xe9\x9c\xee\x90\xa5\xaa\x1a\x1f\x1b\xdb\xda\ \xe6\x14\x38\x03\xcf\x08\x54\x03\x03\x67\xb0\x1a\xad\xb1\xd1\x31\ \xe9\xa9\xbd\x5a\x5a\x5a\x45\xd1\xdf\xd4\x50\x8f\xa8\xc6\x20\x9a\ \x9c\x18\x37\x63\xda\xe4\x67\x9f\x7d\xee\xd8\xb1\xd2\xa8\xa8\x68\ \xb7\xcb\x05\x44\xe3\x59\x0e\xe3\x73\xd0\x20\x82\xf6\xdf\x57\x15\ \xd8\xaa\x9a\x9a\xf5\xdf\x6d\x24\x1a\x41\x18\xb1\x98\xaa\x8a\xd8\ \x79\x13\xc5\xd8\xd9\xe6\x2c\x3e\x28\x9f\x01\x5c\xd7\xd1\x8d\xaf\ \x7f\xbc\xbc\xc5\xe3\x73\x2a\x51\x0b\x7e\xff\xc0\x45\xc9\x96\xca\ \x1d\x8b\x5f\xf9\x78\xa3\xc7\xeb\xb2\xf7\x9d\xf6\xe8\x5d\x57\x86\ \x60\xda\x52\x71\xf0\xdb\x4f\xdf\x5a\xeb\xee\xf3\xea\x73\x37\x87\ \x71\x40\x9a\xf6\x3c\xf1\xc8\xdf\x64\x47\x2f\xb3\x20\x5c\x34\xf3\ \xd6\x29\x7d\xc3\xfc\xad\x15\x1b\x97\x7c\xf2\xe1\x36\xcf\x83\xcf\ \x3d\xd7\x3f\x86\x6d\xd8\xbf\xe4\xd5\x7f\x6e\xf1\x8b\x1d\x1e\x26\ \x75\xe1\xe3\xf7\x67\x5b\x5b\xfe\xf1\xf7\xb7\x8a\x6b\xdb\xdb\xdb\ \x3c\x03\x66\xdf\xb3\xe0\xd2\x3c\x16\x00\x40\x3d\xb1\xe3\x9b\xe7\ \x9f\xf9\x38\xff\xe6\xe7\xee\x98\x9c\xdd\x33\x45\x05\x86\xc5\x72\ \xdb\x92\xb7\x5e\x5d\x59\xea\x8f\x0e\x33\x3a\x5b\x3b\x72\x27\xcd\ \xbd\x6e\x5c\x1f\xa4\xc9\x67\x83\x8b\x8d\x89\x89\x39\x71\xe2\x44\ \x88\x23\xb4\x7f\xbf\xfe\xf5\xf5\x8d\x75\x75\x75\x1c\xc7\xf5\x29\ \xc8\x3d\x5a\x7a\x58\x55\xd5\xd4\xd4\x5e\x5e\xaf\x87\xe3\x38\x8c\ \x31\xa5\x74\xc9\x92\x25\x15\x15\x15\x2d\x2d\xcd\x08\x21\x9f\xcf\ \x4b\x88\xc6\xb2\xac\xc9\x64\xd4\xb4\xa0\xbb\xed\x01\xe3\x79\xbe\ \xec\x78\xe9\xd6\x0d\x2b\xcf\xc9\x55\x08\x48\xf2\xf5\xf3\x16\x9c\ \x79\xfe\x42\xd3\xae\xba\xf9\xc1\xd4\x44\xfb\xdb\x77\x2c\xd8\xba\ \xbf\x61\x90\xc5\xf5\xe2\x6b\xab\x46\xdd\xf3\xdc\xa4\xd8\xc3\xb7\ \x3c\xb2\xa8\xc4\x7d\xe5\xa0\x40\xd1\xe7\x1f\x2f\x3a\x52\xd1\x10\ \x33\xe2\xb2\x50\x0e\x00\xe0\xc8\xae\xdd\x42\xfe\x9c\x17\xef\x98\ \xd0\xf9\xc1\xbe\x86\x6f\x3e\xf8\xc7\xbe\xca\xe3\x42\xcc\xd0\x94\ \x68\x16\x00\xcc\xb1\x7d\x6e\xb8\x77\x74\x6a\xb4\xff\xe9\xf9\xb7\ \xed\x38\xd6\x92\x3d\xd0\x34\x64\xea\xdc\xcb\x93\x93\xab\x96\x3f\ \xf1\xc4\xa6\x2d\xd7\x5e\x9a\x67\x03\x6d\xdf\xea\xc5\x07\x6a\x9a\ \x69\x64\x62\x46\x4e\x5a\xcf\x55\x15\x98\xba\xa2\xcd\x9b\xeb\xac\ \xb7\x3f\xf2\x40\x56\x04\xef\x2c\xfd\xee\xaf\x1f\x7d\x53\x92\x97\ \xd6\x37\x9a\x57\xce\xaa\x2a\xb0\x5e\xaf\xd7\x60\x30\x78\x3d\xde\ \xf8\xa4\x14\x8c\x91\x5e\x5b\x90\x24\xc9\x62\x35\x37\x35\x35\xee\ \xdc\xb9\xa3\xbc\xbc\xac\xa5\xa5\x89\x61\x98\xda\xda\xda\xcf\x3e\ \xfb\x4c\x96\x65\x41\x10\x04\x41\x30\x9b\xcd\x66\xb3\x99\x65\x59\ \x9b\xcd\xe6\x74\x3a\x83\xfe\xb6\x67\x4e\x1e\xc3\x70\x2c\xc3\x9e\ \x4d\x57\xa2\x54\xd5\x18\x7c\x96\x50\xa7\x25\x2a\xc1\x02\xe0\x2c\ \x5d\x75\x28\x10\x71\xcd\xc0\xc4\x7d\xcb\xde\x66\x07\x5e\x3e\xb3\ \x5f\x24\xb8\x2b\x4d\x82\x01\x34\xe0\xa2\xfb\xdc\xfa\x48\xca\x47\ \x7f\x78\x84\x24\xa7\x21\x00\x00\xff\xa1\x7d\xbb\x4f\xb6\xb7\xaf\ \xda\x99\x3a\x7e\x70\x06\x03\x00\xc6\xa8\x2b\xee\x7d\x3c\xee\x9d\ \x47\xd7\x91\x9c\x30\x04\x00\x60\x8b\x4e\xb5\x01\xd4\x6c\xfd\xb6\ \x9a\xcf\x99\x96\xe6\x00\xc6\x90\x91\x66\x07\x7f\xed\x86\x9d\x75\ \x03\x07\xcf\xb0\x01\x1c\x5d\xf7\xc9\xb6\xb6\x5e\xb3\x86\x1b\x0f\ \x97\x89\x79\xc9\x3d\x96\x41\x22\xa0\xae\xf6\xf6\x90\xc4\xac\xb4\ \xb8\x10\xa4\x28\x71\xe9\xd9\x31\xa6\xcd\x4e\x4f\x00\x45\x0b\xe7\ \xac\xe3\x56\x45\x46\x46\x89\x92\x58\x5b\x57\x5b\x5b\x5b\xa3\x11\ \xcd\xe7\xf3\x6c\xd9\xb2\xa5\xb4\xf4\x48\x55\x55\x65\x73\x73\xb3\ \xc5\x62\xa4\x94\xb2\x2c\xa3\x69\x1a\xc6\xd8\x68\x34\xb2\x2c\xab\ \xff\xe2\xf7\xfb\x45\x51\x74\x38\x1c\x2c\xcb\x06\x3d\x6e\xcf\x9c\ \xbc\x1f\x17\x04\xc1\xe7\x12\x04\x01\x90\xf7\x7f\xfb\xd1\x47\xab\ \x8f\x5f\x7c\xf3\xbd\x83\xe3\xc5\x97\x0e\xf8\xfa\xce\xea\x0f\x00\ \xad\xa5\x87\x55\x21\x3a\x3d\x14\x00\x33\xa8\xe3\xe4\x21\x27\x3f\ \x3d\x4b\x6f\x88\x14\xc6\xdf\xf8\x78\x46\xf9\xc1\x7f\xbe\xf3\x4c\ \x8d\xff\xe1\x05\x63\x32\x11\xc6\x2c\x38\xf7\x95\x39\x13\xa6\x77\ \x35\x5c\x68\xbe\x8d\x5f\xbc\xb5\x64\xaf\xfb\xaa\x85\xf7\xe5\x45\ \x18\x00\xa0\xed\xd8\xe6\xd7\xdf\xfe\x52\x28\xb8\xfa\xd6\xa9\xf9\ \x75\xbb\xbf\x78\xe9\xcb\x92\x6b\xee\x1e\x71\x74\xd3\x6a\x2f\x4e\ \x37\xc9\x04\x0c\x3d\x43\xc8\xd5\x34\x12\x9d\xd6\x7f\x90\x99\x65\ \x10\x16\x78\x0e\xc0\x3e\xf4\x92\x19\x89\x49\xe1\x82\x81\x05\x31\ \x20\x9f\xee\x74\xd9\xa6\xa6\x26\x59\x96\x63\x62\x63\x5b\x9a\x5b\ \x09\x21\x3c\xcf\x29\xaa\x72\xe0\xc0\x3e\x4d\xd3\x54\xb5\x23\x2c\ \x2c\x84\x52\x70\xbb\x3b\xf4\x0e\x75\xa3\xd1\xc8\x30\x0c\xc7\x71\ \x7a\x97\x84\xda\x65\x5e\xaf\x37\x48\xc6\xed\x11\xfb\xaf\x04\x41\ \x80\x78\xd7\xbe\xf7\xd2\xda\xc6\xe8\xdb\x9e\xfa\x73\x46\x28\x02\ \xe9\x44\x8d\x1f\x65\xc6\x46\x00\xf8\x96\x2d\xdd\x1a\x3b\xf0\xf6\ \x28\x0c\x00\xe0\x2c\xdd\x17\xb0\xc6\x64\xc7\xea\xf0\x62\xc2\x12\ \xd2\xc2\x12\xd2\x5a\x0f\xac\x5a\x76\xbc\x86\x8e\xc9\x44\x00\xb4\ \xe9\x48\x8d\x8f\x9f\x95\x13\x01\x00\x20\x36\x7f\xf9\xc6\x5f\xf7\ \x6b\xb9\xbf\x7f\xee\xde\x58\x01\x00\xa0\x6a\xd7\xa2\xbf\x7f\x56\ \x3c\xfa\xfa\x87\x26\xf5\x8d\x03\x80\xca\xb6\x8e\xa8\x18\xdb\xee\ \x25\xef\xee\xdb\xb9\x93\xc9\x89\xac\x6d\x57\x43\x62\xf8\x9e\x3a\ \x76\xc1\x16\xca\x96\x1e\x5c\xfd\x4d\x2d\xcf\x31\x44\xd3\x00\xa1\ \xc6\x8d\x2b\x14\x0d\x27\xf6\x1e\x90\x97\x68\xd7\x4e\x99\xfe\xc3\ \xf6\xef\xdf\x5f\xd3\xb4\xa6\xe6\xe6\xe2\xa2\x03\xad\x6d\x2d\x18\ \x83\x20\xf0\x00\x20\xcb\xa2\xd5\x6a\xe5\x38\x9e\xe5\x18\xd6\xc5\ \x20\xd4\x39\xe1\x92\xe7\x79\xbb\xdd\xee\xf7\xfb\x03\x81\x80\xcd\ \x66\x73\x38\x1c\xed\xed\xed\x2e\x97\x8b\x06\x81\xdb\x43\x75\x5c\ \x4a\xbb\x04\x41\xba\x1b\xfe\x11\x00\xa5\xda\x99\x82\x20\x70\x78\ \xd9\x5f\x9f\x5f\x7a\x6c\xde\x9d\xe3\x5a\x0e\x6d\x92\x53\xfb\xe5\ \xc6\x85\xa7\x5a\x02\x1b\x17\x7d\xd0\x6c\x3c\xbe\x93\xe6\x3f\x32\ \x43\xef\x53\x27\xfb\xb7\x1f\x16\xa2\x2f\x8d\x44\x00\x62\xe3\xda\ \x35\x1b\xdd\xd4\x22\x37\x1e\x5a\x53\x6c\xbc\xfa\xfe\xbe\xba\x03\ \xaf\x3c\x70\xc0\xc9\xa4\x66\x86\x62\x00\x75\xd3\xc7\xcf\xbf\xb9\ \x45\xb9\xeb\xce\x5e\xc7\x77\x6c\x93\xf2\x06\xc5\x88\xbb\x1e\x7f\ \xe4\x9d\x84\x99\xb7\x85\x8b\x15\x3b\xf7\xfb\x0b\x0b\xd3\x73\x27\ \xfc\xee\xe9\x09\x00\xfe\xa3\x0f\xdd\xd9\x38\xf6\xd6\x9b\x72\x7b\ \x08\xb5\x00\x80\x10\x56\x7c\xce\xb2\xe3\x65\x3e\xd5\xb5\x67\xe7\ \x91\x98\x3e\x83\x92\x1d\xac\xa4\x68\x2a\xc1\x38\xa2\x77\x7e\x72\ \xc8\xa9\x47\xcf\x16\x15\x15\x11\x42\xea\xea\xeb\x2b\x2b\x2b\x15\ \x45\x02\x20\xa2\x18\xf0\xfb\x79\x84\x80\x65\x59\x49\x96\x28\x70\ \x94\x12\x0a\x44\x57\xc5\x63\x59\x96\x52\xaa\x77\xf5\xe8\x77\x2e\ \x96\x65\x0d\x06\x03\x04\x43\x85\xf3\x36\x06\xa3\x82\x82\xbe\xbb\ \x24\x11\x63\x04\x14\x51\xe8\xfc\x83\x10\x22\x1a\x71\x44\x19\xd3\ \x52\x4f\x1b\x9c\x8b\x4c\xa9\xd3\x27\x38\xbc\xe5\xfb\x77\xcb\x4a\ \x76\x68\x76\x6e\x7c\xf4\x75\xf7\xde\xfa\xe5\xb2\x4d\x72\xd8\x88\ \x27\xe7\x4f\x88\xe9\xdc\xda\x25\x8e\xbc\xd1\x97\x25\x0e\x00\x00\ \x00\x4e\xa0\x52\xed\xc9\x46\xc1\x9a\x78\xd7\x63\x37\xf7\xeb\x9a\ \x9c\x83\x22\x73\x2e\x9b\x9d\x60\x07\x00\xaa\x18\xe2\x72\xa7\x8e\ \x91\xea\x0e\xef\x3e\xa1\x99\x0c\x09\x05\x91\x46\x6e\xc8\xd4\x69\ \x14\x35\xec\xdc\x59\xe9\x48\xea\x5f\x50\x98\xde\xe9\x1d\x25\xe3\ \xb0\x49\xb3\x0b\xa2\x7b\xb2\x01\x4e\x53\x55\x5b\x7c\xfe\x6d\x77\ \xa7\x7e\xf3\xfe\x5b\x15\x91\xe1\x26\x7b\xcc\xd4\xb9\x57\xa5\xd8\ \xb0\xac\x12\xa2\x69\xca\xe9\x3c\x9b\x4e\xbd\x30\xc1\x60\xe0\x05\ \xde\x68\x32\x52\xaa\xa9\xaa\x8a\x10\x58\x2c\x16\xa3\xc9\xe8\xf1\ \x76\xc8\x32\x25\x44\xd3\x69\x75\x7a\xea\xe6\xf5\x7a\x15\x45\x21\ \x84\x74\x74\x74\x88\xa2\x68\x36\x9b\x79\x9e\xc7\x41\xe0\x9e\xb7\ \x61\x8c\xaf\xbb\x76\xd6\xa4\x49\x97\xa2\x2e\x79\x95\x1f\x44\x56\ \x28\xe5\x38\x2e\xd4\x71\x1a\x0f\x21\x67\xfc\xec\x9c\xf1\xa7\x7d\ \x82\x2d\xa9\xff\xfc\x3b\xfa\x9f\x91\xc6\x0c\x18\x37\xb5\xf3\x57\ \x43\xd8\xc8\xe9\x73\x47\x9e\xf5\xbd\xc9\x85\x63\x93\x3b\x21\x6c\ \x1c\x3c\x71\xde\xe0\xd3\x9e\x1c\x78\xd3\x9d\x03\xcf\xe1\x1d\x1d\ \xc9\x93\x66\x24\xf7\xf0\xe1\x33\xac\xe2\x3a\xf9\xc6\x9b\x6f\x1d\ \x81\xec\xfb\x9e\xbb\xa9\x71\xc3\x47\xaf\xff\xfd\xd3\xdb\x6e\x9f\ \x1d\x6b\x3c\x6d\xae\x65\x57\x09\x82\xe3\xc2\xc3\xc3\xfd\x81\x00\ \x2b\xfa\x65\x49\x52\x14\xc5\x6c\x36\xda\x6c\x36\x45\x55\x54\x55\ \xd1\x54\x0d\x73\x9d\x19\x03\x83\xb1\xa6\x51\x84\x90\x28\x8a\x00\ \xe0\xf7\xfb\x15\x45\x51\x14\xc5\x6e\xb7\x47\x46\x46\xf6\x60\x0b\ \xc7\x85\x6c\x1c\xc7\x46\x47\x86\x5f\xa8\xd7\x2d\xb8\x5a\x1b\x69\ \xec\xb0\xfb\x67\x4d\x8a\x36\xe2\xa4\x69\x73\x85\x98\xc3\x54\x96\ \x88\xf1\x1c\xd1\x08\x6b\x30\x18\xfc\x7e\x3f\xc3\xb2\x3c\xc7\xf3\ \x3c\x4f\x88\xa6\xaa\x9a\x28\x8a\x2e\x77\x3b\x00\xd1\x34\x95\xe7\ \x4d\x84\x10\x55\x51\x55\xac\x76\xfa\x00\x4a\x4d\x26\x53\x20\x10\ \x10\x04\xc1\x68\x34\x0a\x82\xe0\x08\x71\x08\x82\x10\xcc\xcf\x82\ \x76\x3e\xa6\x2a\x6a\x68\x52\xbf\xb9\x69\x3c\x10\x45\x92\x28\x80\ \x90\x37\x68\x80\xa6\x2a\x84\x9c\x6b\x78\x09\x05\x12\x10\xfd\x7e\ \x7f\xc0\x27\x89\xaa\xaa\x6a\x9a\xc6\xf3\xbc\xdf\x1f\x40\xc0\x50\ \x8a\x78\xde\x08\xc0\x68\x2a\x05\x84\x54\xaa\x32\x08\x13\xd0\x00\ \x88\x20\x70\x02\xcf\xc9\xb2\xa8\x2a\x52\x98\x23\xa4\xad\xad\x45\ \x51\xe4\x60\x98\x7b\xfe\x56\x53\x5b\x7f\xe8\xc8\x31\x4a\x49\x6a\ \x72\x52\x56\x66\xda\x85\x76\xf8\x08\x21\x42\x54\x06\xb3\xfa\x28\ \x56\x00\x60\x39\x5e\x1f\xcf\x77\x26\x70\x5b\x5a\x9b\x09\x21\x98\ \x65\x65\x59\x91\x15\x45\x96\x15\x8b\xc5\x8a\x10\xb6\x58\xac\x0c\ \xe6\x18\xcc\xaa\x8a\x06\x14\x23\xc4\x50\x04\x80\x91\xaa\x69\x36\ \xbb\xd5\x64\x34\xf9\xbc\x1e\x45\x02\xa3\xd1\xc8\xb3\x4c\x4b\x6b\ \xab\xaa\xa8\xc1\x52\xee\x79\x9a\xcf\xef\xdf\xbd\xb7\x68\x60\xff\ \x02\x00\xd8\xb9\x67\xbf\xa2\x2a\x26\x93\x49\xdf\x4b\xa7\x14\x18\ \x96\x89\x8b\x89\xfa\x81\x5c\xfb\xdb\x44\x2e\xe6\x30\x6d\x6f\xad\ \x6f\xf7\x88\x9d\xd3\x1f\x28\xe1\x2c\xa1\x51\xa1\x56\x04\x67\x4e\ \x96\x44\x00\x48\x55\x55\x45\x55\x30\x42\xba\xa8\x87\xde\xa2\x83\ \x75\x8d\x72\x42\x28\x00\xc3\x30\x2c\xcb\x4a\x92\xec\x72\xba\x14\ \xb3\x09\x01\xe6\x79\x41\x96\x15\x41\x30\x50\x0a\x02\x2f\x30\x0c\ \x13\xa4\x2b\x9c\x77\x2d\x8c\x68\x84\x24\xc4\xc7\x12\x42\x07\xf6\ \xef\x7b\xec\x78\x79\xf7\x4c\x3b\x8c\xb0\xdb\xdd\x51\x5d\x53\x37\ \x72\xd8\x69\xb9\x13\x0d\xb4\x6e\xdb\xb0\x6e\x6f\x69\x5d\x78\xce\ \xb0\x69\x13\x06\x5b\x11\x00\x71\x6d\x5a\xba\x74\x4f\x85\x6f\xc0\ \xa5\x33\x47\xe5\x76\xf6\xd5\xb8\x2a\x76\xad\x3a\x20\x4e\x9c\x36\ \xd2\xce\x02\xa8\x2d\x2b\xbf\x5a\x7c\xa4\x56\x04\xc6\x50\x38\x6e\ \xd6\x98\xde\x0e\x00\xd0\xda\xcb\x96\xae\x3d\xd2\xf7\xe2\x49\xbd\ \xc2\x18\xc5\x53\xb7\x69\xf5\xda\x92\x6a\x57\x7c\xe1\xb8\x69\xa3\ \x73\x79\xd0\xca\xf6\x6e\xfc\x6e\xc7\x41\xd1\x94\x38\x69\xfa\xd4\ \xd4\x30\x1e\x00\x4e\xee\x59\xb5\x72\xeb\x61\x14\x91\x33\x63\xda\ \x84\x18\x6b\x0f\x39\x2c\xcc\x70\xd4\xbf\xfd\x9b\x4f\x17\x6d\x28\ \xa1\x9c\xc0\x60\x04\x14\x34\x59\x8a\x1e\x3a\xe3\xf6\x2b\xc6\x1a\ \xe1\x74\x5d\x05\x59\x53\x11\x42\xb2\x2c\x13\x42\x04\x41\xd0\x7b\ \x45\xf4\x5a\x81\x2e\xac\x42\x29\x45\x80\x4c\x26\x93\x42\x55\x16\ \x58\xce\xc0\xfb\x03\x81\xa8\xc8\x48\x4a\x69\x6b\x6b\x6b\xab\xd6\ \xe6\x08\x0d\x85\x73\xcb\xe4\x04\xed\xbf\x33\x41\x10\xf6\xed\xdf\ \x77\x60\xcf\x76\x84\x31\xcb\xb2\xdc\x69\x82\x20\xa8\xa3\xc3\x33\ \x70\xf0\x99\x1a\xa1\xcd\x47\xf7\x15\x57\x7a\x52\xd2\xe2\xd7\x7f\ \xf2\x86\x68\x88\xbf\x71\xb4\xe3\xb3\xe7\x9e\xdc\x26\x65\x0c\x8d\ \x6d\x7a\xeb\xf5\x57\x63\x5e\x7a\x3a\x5d\x6d\x58\xb9\xe8\xd3\x25\ \xcb\x57\xb4\xe7\xce\x9d\x3a\x63\x24\x00\xb8\x0e\x6f\x5d\xba\xa1\ \x7c\xe2\x15\x53\xed\x02\x4e\x88\x30\x82\xea\xdb\xb5\xe2\xf3\x45\ \x4b\x97\x1d\x50\xb3\x5e\x9b\x30\x05\x00\xea\x4b\xb6\x95\xb4\x32\ \x69\x29\xd6\x65\x6f\x3e\x67\x88\x7e\x6d\x4a\x6a\xfb\x96\x3d\xc7\ \x6c\xf1\xa9\x81\x3d\x4b\x9f\xff\x10\x5e\x5d\x78\x79\xcb\x96\x7f\ \x3c\xff\xe9\xc1\xb1\xd3\x2e\xae\xde\xf0\xf9\xdf\x15\xe3\x33\xf3\ \x46\xf7\x08\x72\x59\x96\x6d\x3e\xb4\xf5\xcb\x4d\x4d\xd3\x6f\x7d\ \xa8\x4f\xb4\x81\x74\x0e\x91\xa7\x0c\x6f\xe4\xa9\x7c\x46\xfe\xc4\ \x4a\xa2\xcc\xf3\x3c\x00\xf2\xf9\x7c\xba\xa2\xa8\xae\xc2\xe4\x70\ \x38\x74\x2f\x0b\x94\x62\x06\x23\x86\xe1\x00\x33\x3c\xc3\x0b\x82\ \x22\xab\x04\x61\x45\x51\x29\x20\x00\x4c\x09\x65\x39\xbe\x6b\x86\ \x60\xd0\xce\xab\x1c\x16\xf0\x7a\x1a\xaa\x4e\xb0\x67\x4f\xdd\xa1\ \x54\x94\x94\x8b\x86\x8d\x38\xe3\xf1\xa8\xc2\x4b\x6e\x2b\x04\x80\ \x40\xf5\xfa\xb5\x04\x70\xf3\xbe\xcf\x57\xd5\x86\xff\xe9\xef\xb7\ \xc4\x6a\x07\xb7\xdc\xfe\x56\x5d\x07\xa4\x61\xbf\x21\x32\xbd\x4f\ \x4e\x7a\x20\x3f\xc7\x8c\x01\x40\xdd\xf1\xfd\x16\x7b\xdf\x49\xd3\ \xc7\x8d\xe8\xf2\xd9\x6d\x0a\x1b\xdd\xaf\x20\x53\xf3\xf7\xe9\x65\ \x43\x00\x90\x34\xe4\xca\x7b\x86\x00\xd0\xea\x3d\xcb\x37\x8a\xa2\ \x02\x7c\xca\xbc\x5b\x6e\x03\x80\x22\x69\x4f\xf1\x09\x19\x03\x1c\ \xda\x77\xc8\x3e\xf0\xaa\x2b\x26\x0c\xd8\xd6\xbc\x7d\x1d\x65\xfe\ \xf5\x84\xde\xff\xe2\xf0\x11\x69\xaa\xad\x0c\xc9\x1d\x3c\xb2\x30\ \x8d\x93\x03\x5a\x57\xa7\x33\xd5\x54\xf9\xac\x18\x17\x03\xc2\x98\ \x61\x25\x49\xd6\x55\x9d\x45\x51\x94\x24\x89\xe3\x38\x93\xc9\x64\ \x36\x9b\xed\x76\xbb\xc1\x64\x22\x94\x8a\xa2\x48\x08\xd5\x28\x45\ \x80\xad\x36\x9b\x46\x69\x40\x94\x14\x45\x35\x18\x8c\xa2\x24\x87\ \x38\x42\x39\x9e\x0f\x6e\x9e\x9d\xbf\x31\x18\x73\x3c\xcf\x71\x67\ \xfe\xf0\x1c\xcf\xfd\x58\xc1\xd1\xdf\xbc\xf8\x6f\x4f\x55\x44\x8d\ \xbc\x7c\x44\xd4\xe6\xe5\x7b\xf3\xc6\xcf\x88\x65\x41\x69\xaa\x03\ \xc1\x1a\x6e\x02\x26\x3c\xf5\xe2\xc9\x23\x24\x37\x97\xd6\x4b\x17\ \x04\x51\x78\x53\x98\x52\xba\x64\xe1\xe3\xaf\x96\xb6\x04\x00\x00\ \x19\xc3\x86\x4d\x9a\x64\xf2\x29\x51\x29\xf9\xdd\x64\x16\xd5\x55\ \xf9\xc1\xd3\x2f\xcb\x05\x57\x5c\xd2\x27\x42\x7f\xa0\x64\xcd\xfb\ \xef\x6e\x55\xe7\xcc\x9a\xcc\x02\x24\xa5\x25\xb1\xce\xe3\xdf\x2d\ \xfb\x78\xab\xa7\xf7\xad\xb3\x86\xf5\x94\x74\x18\x05\x14\x16\x15\ \xe3\x3e\xb1\x7f\xdf\xf1\xba\x0e\x8f\xaf\xa3\xcb\xbc\xba\x8a\xff\ \x19\x1e\xb7\xcd\xd9\x16\x15\x15\x25\x2b\x8a\x3e\x78\x92\x65\x59\ \x4d\xd3\x04\x41\x88\x8d\x8d\xd5\x2b\x5c\x4e\xa7\x53\x55\x55\x0d\ \xa8\x2a\x89\x84\x12\x9b\xcd\x16\x62\xb7\x63\x84\x0c\x26\x23\xcb\ \x71\x21\x8e\x10\x95\x12\xb7\xa7\xe3\xac\x61\x46\x41\xeb\xf9\xcc\ \xe5\x1c\xf9\x5c\xd5\x9e\xd7\xde\xf8\x44\x4e\x19\xf7\xc8\xad\x93\ \x43\x51\x4d\x71\x23\xdb\x2f\x33\x0d\x00\x8e\x6e\xdb\x8b\x42\x73\ \x33\x2d\x00\x00\x52\xd5\xce\x0a\x6a\x9f\xa8\x77\xab\x23\xe3\xd8\ \xf9\x8f\x8c\x05\xe9\x93\xc7\x6e\x7c\x7b\x59\xee\x8b\xf3\x47\x21\ \x00\x90\x4f\xec\x6f\x08\x14\x5c\xde\xa9\x8b\xdf\x7a\x64\xc3\x2b\ \xef\x2c\x0d\x1b\x7c\xe5\xa3\x57\x0d\xb7\x00\x80\xda\xb2\xf4\xed\ \xd7\x37\xd6\x59\x6f\x7c\xf0\xd1\x82\x04\x4b\xe3\xe1\x35\xcb\x4f\ \x98\x6f\x5e\x30\x13\x97\xfc\xf3\x9b\x3d\x6e\x8d\xe9\x31\xc9\x3b\ \x55\xd1\x62\x72\x46\x4d\xc8\x39\xf2\xce\x73\x8f\x3b\xc2\x1c\x2c\ \xa2\x14\x80\xc8\x62\x58\xff\xc9\x0b\xa6\x8f\x34\x81\x7c\x5a\x8c\ \xcb\xb0\x3c\x66\x79\xc1\x68\xc6\xb8\x5d\x1f\x60\xa6\xa7\x65\x1d\ \x1d\x1d\x08\x21\xb7\xdb\x2d\x49\x12\x50\xca\xf3\x3c\xc3\x71\xa2\ \x24\x49\x92\xec\xf1\xfa\x4c\x46\x23\xcf\x09\x1a\x01\x77\x87\x87\ \x6a\xa4\xb9\xb9\x25\x10\x08\x04\x81\xdb\x13\x5e\x07\xe8\x8f\x4c\ \x24\x38\x5b\x10\x44\x6c\xd8\xf3\xfc\x8b\xef\xa7\xcc\x58\x38\x6f\ \x74\x1a\x00\x80\xa2\x49\x62\x40\x14\x45\x57\xcd\xce\xf7\xd6\x96\ \x8f\xb9\xe7\x56\xdd\x83\x56\x1f\x38\xc4\x85\xa5\xa7\x99\x01\xa8\ \xec\xf6\x88\x46\x93\x59\x76\xd7\xb7\xf8\x20\x34\xc4\xae\x9f\x30\ \x7f\xd9\x11\xa7\x1a\xd9\x37\xc9\x04\x00\xae\xa3\xeb\xfe\xf4\xda\ \xaa\x61\x37\x3c\x3c\xbd\x5f\x0c\x00\x50\xd9\xb5\xe8\xe5\xe7\x0f\ \x0a\x17\x3d\xfd\xf4\x0c\x3d\x07\x3b\xf4\xdd\x37\x0d\xdc\x8c\x04\ \x9b\xa1\x8e\xa8\xce\xe6\x46\x9f\x06\xd0\x23\x5b\x4f\x88\xe1\x05\ \x81\x35\x99\x26\x2f\xf8\xc3\x90\xa9\xf5\x6d\x6e\x9f\x06\x08\x88\ \x2a\x06\x02\x8c\x2d\x8a\xa7\x67\x12\x72\x59\x0a\x10\x1a\x16\x66\ \xb5\x58\x5a\x9b\x1b\x69\xd7\x14\x38\x42\x48\x7b\x7b\xbb\xde\xd9\ \xab\x17\x77\x89\xaa\x02\xcb\xfa\x03\x01\x51\x92\x30\x80\xd9\x64\ \x36\x9b\x4c\x84\x52\x4a\x91\xd1\x6c\xd6\x68\x53\xcf\x8e\x5f\xbb\ \x60\x3d\x2a\xcb\x71\x1a\xa1\xa0\x28\xfa\xf0\x12\x1d\xa9\x7a\xc6\ \x4c\x01\xce\x90\x0f\xdb\xf5\xd5\x87\x9b\xcb\x9c\x74\xeb\x17\x8f\ \xac\xf5\xe6\x4d\xbf\x75\xd6\xa0\xb8\xc9\x23\x13\xdf\x7b\xf9\xae\ \xad\x21\xf6\x3e\x97\x2f\x9c\xd1\x47\x97\xfd\x52\x8a\x4a\x1b\x23\ \xb2\x2f\x31\x00\x80\xbf\x7e\xf1\x9b\xaf\xef\xaf\x95\x91\xec\x35\ \xa7\x4d\xbe\xe7\x92\x7c\xfd\x73\x4e\x1c\x2d\x83\xf8\x3e\xf1\x02\ \x00\xf5\xaf\xfe\xfa\x1f\xfb\x6a\x05\xdb\xca\xb7\xb7\x7f\xcd\x5f\ \x72\xed\x1d\xfd\xd1\x86\x4f\xbf\x2d\x4a\x1c\x66\x7d\xe1\x0f\x7b\ \xec\x49\xc3\x6f\xff\xdd\x84\xbc\x8b\xc6\x2c\x7b\xe3\x8b\xfb\x7e\ \xbf\xde\xe7\xa1\xd3\xae\xbb\x35\xcd\xd0\x23\xa0\x65\x54\x77\xc3\ \xaa\xc5\xeb\xea\x64\x4e\x60\x10\x05\xc0\x08\x51\xaa\x0a\xe1\xbd\ \x27\x8c\xed\x6f\x61\xce\x11\xe3\xb2\xa2\x28\x9a\x4d\xa6\x3a\x57\ \xbb\xaa\xaa\xfa\x02\x31\xb8\x93\x40\xc3\x71\x9c\xcd\x66\x53\x64\ \xc5\xe7\xf7\x11\x00\x8d\x10\xc0\x58\x55\x55\x20\x04\x28\x74\x78\ \x3c\x3c\xcb\xfa\xfc\x3e\xb3\xc5\x72\x1a\xd7\xa6\x00\x00\x20\x00\ \x49\x44\x41\x54\x6c\x32\x9b\x83\xb0\xeb\x89\xb4\x9a\x99\x73\xcd\ \xd5\xbb\xf7\xed\xc7\x08\x75\xf1\x14\x3a\xd9\x0a\x84\x10\x8b\xd5\ \x3a\xe2\xa2\xd3\x6a\x61\x03\xe7\x3c\xbd\xf8\x4a\x49\x92\x14\x42\ \xa9\x39\x34\x0a\x80\x1b\x79\xc3\x43\xbd\x27\x36\xa9\xbc\x23\x3a\ \xb4\xfb\x8c\xb0\x13\x6f\x7b\x62\x92\xc1\x02\x00\x60\x8c\xbf\xf2\ \xc6\xfb\x2e\xf1\x49\x8c\x60\x89\x8a\x74\x74\xdf\xe3\xb3\x26\x2c\ \x78\x6e\x92\x81\x03\x00\x24\x4c\xbe\xe3\xaf\x63\x02\xb2\x24\x29\ \x04\x31\x21\x61\x46\x0b\x7b\xc9\xfb\x5f\x8f\x90\x65\x51\x55\x29\ \x67\xb4\xb1\x00\xd1\x85\x97\xff\xf9\x2f\x23\x5b\x3a\x44\xb3\x23\ \x32\xcc\x2a\xf4\xd4\x15\x0b\x00\x98\x65\xfd\xb5\xe5\xdb\x8e\x77\ \xf4\x1b\xda\xd7\xca\x02\x96\x5b\xbf\x5f\xb5\xbc\x57\x5e\x66\x61\ \xcc\x39\x2e\x0e\x16\x80\xf2\x3c\xdf\xd2\xdc\xe2\xf7\x07\x78\x9e\ \x43\x08\x58\x0e\x63\x8c\xec\x76\x1b\x00\xa8\xaa\x2a\xc9\xb2\x2c\ \xc9\x58\xe0\x31\xa5\x2c\xc6\x0a\xa5\x1a\x50\x8a\x3a\xdd\x83\xcb\ \xed\xb6\x5a\xad\x7a\x1d\x2d\x88\xbc\xf3\xb7\xfc\x3e\xbd\xf3\xff\ \x63\x05\x7d\xa3\xdd\x71\x96\xb8\x07\x17\x1e\x7d\x86\x5a\x2d\x32\ \x5b\xbb\x3a\x1c\x31\x6b\x0d\x8d\xb4\x86\x9e\x55\x86\x33\x75\x03\ \x90\xb1\xd8\xc2\x2c\xa7\x35\x44\x5a\xc2\x23\xce\x1c\xa6\x62\x0c\ \x89\x48\x0c\xe9\xc9\xa3\x26\x9a\xc6\x58\xa3\x27\xcf\x99\x9f\xb6\ \xfe\x43\x7f\x58\xf8\xed\xb7\x4c\xe3\x01\x40\xad\xf2\x3e\xf5\xaa\ \xdb\x2f\x23\x38\xc7\x9c\x6b\x4c\x81\xec\x3f\xb0\x4f\x94\xfc\x04\ \x30\x41\x48\x21\x0a\xe6\x11\x6f\xc2\xa2\xea\x71\x79\xdb\x80\x05\ \xc4\x20\x8a\x30\xd5\x28\x06\x6a\x35\x9b\x58\x06\x0b\x2c\x2b\x89\ \x01\x59\x16\x29\xd5\x08\x55\x25\x45\x34\x59\x8c\x17\x54\x23\x75\ \xd0\x7e\x82\xe8\x9e\x48\xa2\x2c\x98\xcc\x2d\xc7\xf7\xed\x38\x74\ \xb2\xb9\xa9\x7e\xdf\x9a\x35\x27\x3c\xf6\xf8\x30\xeb\xb9\x75\x15\ \x08\xd1\x3a\x3a\xda\x29\x05\x41\x10\x10\x22\x04\x80\xe7\x78\x8c\ \x71\x4d\x4d\x35\xc6\x5c\xc0\x2f\x05\x02\x12\xc3\xb0\x00\x44\x96\ \xa4\xac\xcc\x4c\x2d\x2e\xae\xac\xec\x04\x21\x24\x10\x08\xe8\x9a\ \x8d\x54\x4f\xdd\x98\xe0\x20\xdf\x9e\x31\xaf\xd7\x07\x00\x26\x93\ \x51\x9f\xdd\x7c\xe1\x98\xa2\x68\x31\xbd\x47\x4f\x2d\x38\xf9\xd9\ \x2b\xcf\x32\x1c\x96\xc1\x3a\xfe\x9a\x1b\x53\x1d\xac\x7a\x2e\x95\ \x19\x16\x80\xea\x11\x2d\xcb\x22\x49\xd6\x64\x59\xc1\x88\x01\xc0\ \x3c\x6f\xf4\x74\x78\x15\x99\x60\xcc\x69\x9a\xc6\x72\x2c\xa1\x5a\ \x4b\x6b\x2b\x21\x44\x51\x54\x8e\xe3\x3c\x1e\x8f\x28\x8a\x82\x20\ \xb4\xb4\xb4\xb8\x5c\x2e\x4d\xd3\x82\xd1\xc2\xf9\xd6\x83\x54\x6d\ \xfb\xce\x3d\x4d\x2d\x6d\x94\x12\x93\xd1\x38\x79\xc2\xc5\x17\x98\ \xd3\xd5\x34\xc6\x3c\xfc\xca\xdb\xf2\x2f\x76\x7a\x25\x62\xb4\x85\ \x84\x98\x05\x4d\x51\xce\xad\xab\x10\x12\x62\x77\xbb\xdd\x81\x80\ \x88\x11\xcb\xb2\x2c\x42\x06\x96\xe3\x44\x29\xc0\x60\x2c\x08\x46\ \x87\x23\xd4\xed\xf6\xf8\x7c\x6e\x93\xd9\xa4\xaa\x72\x73\x73\xb3\ \xa2\x28\x46\xa3\x51\xd3\x34\x8e\xe3\xf4\xc2\x99\x24\x49\x5e\xaf\ \x37\x08\xdc\xf3\x37\xbf\xdf\xdf\xda\xd6\x7e\xc5\x8c\x49\x00\xb0\ \x73\xf7\xfe\x65\x2b\xd6\xea\x82\x2c\x9d\x81\x20\xa1\xbd\x73\x32\ \x12\xe3\x63\xcf\x0c\x10\x65\xbf\xdb\x2b\x19\x6d\x21\x86\x2e\x46\ \x15\x95\x7d\x2e\x3f\xb5\x87\x58\x4e\xf5\xd8\xb2\x28\xb1\x82\xa0\ \x73\x1f\x14\xc9\xeb\xf1\x4a\x14\x90\xc1\x62\x37\x0b\x9d\x31\x9e\ \x2a\x49\xc0\xf2\x2c\x83\x00\x40\x15\xbd\x1d\x01\xd5\x12\x12\xc2\ \x23\x00\x00\x4d\x0e\x78\xbc\x01\xc6\x68\x3b\x45\x04\x12\xbc\xee\ \x76\x30\xd8\x2c\x42\x4f\x86\x88\x94\x68\x0a\x45\xe6\x90\x70\x0b\ \x02\x4a\xa9\xa6\xaa\x3f\x76\x13\x67\xb3\xb3\xb3\x76\xec\xd8\xe5\ \xf3\xf9\x79\x5e\xe0\x38\x1e\x21\x14\x1d\x1d\x1d\x19\x19\x49\x29\ \x28\x8a\xe2\x76\xbb\xbd\x5e\x3f\xc7\x33\xaa\x2a\x87\x87\x87\xe7\ \xe4\xe4\x10\x42\x74\x8d\x05\x4d\xd3\xf4\xdd\x0a\x84\xb1\x22\xcb\ \xc1\x59\x51\xe7\x6f\x0c\xcb\x36\x34\x35\xee\xdc\xbd\x47\xd3\x08\ \x50\x2a\xf0\x0c\xd1\x3a\xef\x92\x18\xe3\x76\x67\xdb\xbe\x03\xe2\ \x19\xc0\xed\x38\xb1\xed\xed\x8f\x97\x56\xb7\xb8\x02\x86\xd4\x9b\ \xef\xbf\xab\x5f\xac\xb1\xe9\xe0\xea\x57\xde\x5f\xd1\xe8\x74\xc5\ \x5d\x74\xd5\x03\x0b\x26\x5b\x10\x74\x34\x96\xad\x5b\xf4\xee\xb7\ \x0d\xa9\x2f\x3c\xf5\xbb\x30\x0e\x68\xeb\xfe\xc7\x1f\xfb\xab\x4b\ \x88\x36\x0a\xc6\xe1\x57\xdc\x31\xbd\x5f\xb8\xe2\x69\xdc\xb9\xf2\ \xf3\x77\xbf\x6b\xb9\xf3\x89\x27\xfb\xc5\xb0\xcd\x25\x2b\xdf\xf8\ \x78\x43\x5b\x87\x4b\x0d\x29\xb8\xef\xf7\x37\xf7\xb2\xab\xeb\xff\ \xf9\xe6\xba\xa2\x72\x97\x8f\x99\x30\xff\xde\x99\x83\x93\x40\x6e\ \x59\xf2\xde\x6b\x6b\x8a\xea\x44\x08\xbb\xe1\xbe\x87\x46\xa4\xdb\ \x7b\xd4\xef\x52\x42\xff\x7d\x69\x95\x3d\x71\xa2\x4c\x9f\xa7\x85\ \x31\x2b\xcb\xb2\xa2\x28\x2d\x2d\x6d\x06\x83\xc9\xe7\x0d\xd4\xd4\ \x56\xbb\xdd\x6e\x9d\x23\x06\x00\x8a\xa2\x78\x7d\x3e\x04\xa0\x28\ \x0a\xc7\x71\x08\x21\xbf\xdf\xaf\xaa\xaa\x8e\x63\x38\xe7\x84\xaa\ \xa0\xfd\x37\xc6\xf3\x7c\xe9\x91\xc3\x9b\xd6\x7e\xcb\x72\x1c\x02\ \x74\xea\x78\x64\x4a\x21\x20\x4a\xd7\x5e\x7f\xc3\x59\x95\x85\xc8\ \xf1\xb3\x6f\xcd\x48\x0b\x7b\xef\xee\xdb\xd6\xef\xac\xed\x3b\x46\ \xfa\xf3\x5f\x3e\xeb\x73\xe3\x13\xf7\x27\x1e\xbb\xf3\xa9\x6f\x0e\ \xce\x9a\x3c\xd0\x57\xf4\xe1\x9b\x9f\x14\x9d\x38\x6a\x19\x39\xca\ \xc1\x01\x00\x1c\xdf\xb3\x4b\xed\x35\xe3\xef\xf7\xcd\x60\x28\x01\ \x84\xa9\xbf\x71\xf1\x1b\xaf\x6d\x3f\x5e\x2a\x3a\x86\x26\x44\xb1\ \x00\xc0\x59\x13\xa7\xff\xee\xbe\x9c\x38\xf1\x99\x9b\xef\xd9\x74\ \xf8\xb2\x5e\x43\xa3\x07\x4c\x9e\x7f\xc9\x5c\xcb\xba\xbf\xdd\xba\ \x68\xd3\xde\x99\x83\x93\xb6\x7c\xfc\xf2\xf2\xca\xc4\x27\x9e\xb9\ \x6b\xff\x7b\x0b\xbf\xd9\xb0\x6b\x78\xfa\xf8\xff\xfd\x89\x67\x2b\ \x2a\x4e\x72\x1c\x27\x08\x82\xa2\x28\x08\x01\xc7\x72\x3e\x6f\xa0\ \xb9\xa9\xcd\xe9\x74\xb6\xb6\x3a\x39\x8e\x65\x59\x96\xe7\x39\x9e\ \xe3\x11\x40\x6b\x73\x33\xc3\x74\x0a\x2c\x74\xd2\x44\x29\xa5\x84\ \xaa\x9a\x4a\x08\x09\xe6\x66\x3d\xe0\x74\x31\x66\x11\xb0\x18\x3a\ \x37\xd1\x4e\x71\x44\x0c\x06\xe6\xac\x74\xcd\x16\x9f\xde\x07\xc0\ \x5f\xb3\xb5\x5c\x72\x4c\x2d\x88\x2b\xfa\xf6\x8f\x72\xfe\x65\xd7\ \x8d\x4c\x41\x9e\x36\xab\x41\x50\x65\x60\x22\xb3\x6f\x7c\xe0\x81\ \x2f\xfe\xf4\xa4\x92\x9a\x8e\x01\x00\x02\xfb\x77\x6e\xaf\xf7\xe5\ \xef\x3a\x5c\x3b\xb4\x77\x3c\x00\x80\x10\x3e\xed\xd6\x87\xe3\xfe\ \xf9\xcc\x1a\xb9\x77\x24\x06\x00\x70\x24\xe5\x3a\x00\xda\x8a\x96\ \x34\x72\x69\x53\x52\x42\x01\x18\xe8\x38\xb6\x68\xe5\xee\x92\xb6\ \xa4\xab\xaf\x1a\xa5\x3a\x8b\x97\x7e\xdf\x76\xfd\x33\x4f\x26\x86\ \x73\x55\xe1\x76\x46\xfd\x79\xce\x3a\xdb\xaf\xdf\x40\x4d\x53\x29\ \xa1\x98\x01\x55\xd5\x64\x59\x35\x19\x2d\x1c\xc7\x1b\x0c\xe6\x88\ \x88\x28\x86\x41\x08\x53\x4a\x35\x96\x61\x11\x45\x08\x21\xbd\xec\ \x45\x69\x67\x4a\xa7\xff\xa2\x2a\x0a\x0e\x4e\x4f\xef\x09\x43\x08\ \x21\x06\x23\x74\x26\x40\x29\xd0\x1f\x11\x04\xa1\xc7\x36\x7d\xf1\ \xf6\x97\x3b\xfa\xcd\xb9\x73\x54\x2f\xf2\xca\x5f\x5d\xfd\x2e\x1f\ \x8c\x00\x5c\x27\x8e\xaa\x5c\x44\x6a\x28\x20\x46\x30\xd1\xe6\xc3\ \x2d\xdc\xc4\x8c\x64\xbd\xd0\x3b\x72\xf6\xbd\x91\xc7\x8b\x3e\x7b\ \xe1\xf1\xf2\x1b\x1f\x99\x73\x51\x2f\xc4\xb0\x26\x8b\xbf\xb8\xcc\ \x19\x37\x21\xaf\x3b\xbf\xdf\xb3\xfc\x83\x4f\xd6\x96\x4f\xb8\xfd\ \xbe\x7e\x31\x46\x00\x10\x3d\xae\xf2\x92\x03\xd5\x34\x2f\xaf\x77\ \x58\xf3\x96\x25\xce\xa8\x82\xbc\x38\x0e\x20\x70\xec\x98\x3f\x69\ \x74\xda\xcf\x72\x9f\x65\xb3\x32\x7b\x6b\x44\x23\x9a\x8a\x30\x21\ \x84\x28\x0a\x41\xc0\x00\xc5\xaa\xa6\x05\x02\x01\x00\x95\x61\x91\ \x24\xf9\x35\x4d\xc3\x14\xeb\xbc\x47\xbd\x4c\xc3\x71\x9c\xa2\x28\ \x7a\x4e\xc6\x72\x7a\x47\x65\x30\x54\x38\xff\x00\xef\xbf\x11\x04\ \xa1\xe2\xd6\xcf\xfe\xbe\xb8\x04\x5f\xfb\xe0\x73\xfd\x13\x4d\x20\ \x9d\xa8\xf2\xb3\x63\xe2\xa3\x00\xe4\xd5\xcb\xb6\x46\xf4\x9d\x17\ \xc7\x00\x00\x38\x8f\xed\xf5\x5a\xa2\xb2\x13\xf5\x2c\x8a\x8d\xcd\ \xea\x1b\x9b\xd5\x97\x9c\xdc\xb1\xe4\x60\xf9\xb5\x17\xf5\x42\x00\ \xb4\xf5\x70\x95\x97\xb9\x2c\x2f\x12\x00\x40\x71\xad\x78\xef\x6f\ \xdf\x35\x45\xdd\xf6\xd4\x73\x19\x5d\x9b\x6b\xb1\xf9\xe3\x1e\xca\ \xcf\x58\x38\xff\xa9\x1d\x95\x5a\x46\x7b\x0d\x17\x91\x17\x8a\x20\ \x70\x7c\xdd\xce\x56\xdb\xed\x83\x52\x7f\x1e\x8f\xab\x69\x04\x21\ \x86\xe7\x19\x45\xf5\x33\x18\xb3\x06\x23\xc6\x0c\x46\x1c\xa5\xc4\ \x6c\x36\x03\x68\x0c\xa6\x04\xec\x44\x23\x98\x22\x4a\x81\x12\xa2\ \x2f\x2d\x25\x54\x23\x9a\xa6\x6a\x80\x80\x52\xca\x32\x4c\x30\x56\ \x38\x7f\xfb\x41\x10\xa4\xcb\xd3\x76\xc1\x96\x6a\x9a\x7a\x86\x20\ \xc8\x89\x35\xaf\x3d\xf3\xf9\xc1\xb9\x0b\xef\x37\x38\x4b\xcb\x0d\ \x99\xa9\xe1\x8e\x58\xbe\x63\xc7\xca\xaf\x45\xd3\xa1\x35\xae\xe4\ \x87\x16\xea\x5a\x0a\xb4\x78\xfb\x21\x2e\x72\x4c\x34\x02\x90\x5a\ \xb6\x6c\xd9\x15\xc0\x56\xa9\xe1\xe0\xd7\x7b\xd1\xd4\x7b\xfb\xe8\ \x9e\xa6\xe6\x40\x51\x2b\xf4\xca\x0e\x63\x00\xb4\x1d\x9f\xbf\xf0\ \xf7\xf5\xde\xbb\x1f\x98\xe9\xab\x2c\x69\x40\x59\x96\x40\xe9\xfa\ \x9d\xb5\xe1\xe1\x86\xb2\x1d\xab\x5d\xb6\xec\xc2\x58\x86\xd6\xc6\ \xb5\x97\xec\x5e\xb6\x92\xd9\xfd\xcd\xd2\xfc\x19\xf7\x15\x84\xfe\ \x3c\x0b\xc5\x52\x40\x94\x50\x8d\x10\x84\x39\x4a\x80\x52\xaa\xaa\ \x2a\x50\x55\x8f\x0a\x28\x30\xb2\xaa\x20\xbd\x83\x04\x01\xc6\x58\ \x8f\x0f\x10\xc6\x94\x50\x16\xf1\x54\xa0\x44\x23\x9a\xde\x4e\x19\ \xc4\xdd\xf9\x06\xb8\x28\x2b\x2b\x7b\xaf\xb7\x03\x23\xa4\x93\x6c\ \x74\x27\xab\xd3\x9e\x22\x42\x0c\x49\x89\xa7\x6d\xe7\xfa\x25\xeb\ \x90\x41\xbd\x6b\xf7\xac\x39\x21\xca\xb9\x93\xa2\x53\x23\x63\xaf\ \xbf\x73\xde\xc7\x5f\x7d\x57\xc1\xf6\x7e\xf4\xb1\x2b\x52\xad\xba\ \xbf\x54\xd9\xc4\xc2\x09\x29\x03\x10\x00\x10\xea\x6b\xae\xdc\x5d\ \xd6\x2e\x58\xc2\xae\x7f\xe0\xf1\x51\x79\x9d\xb3\xf5\x64\x4b\xfc\ \xb8\x19\xc9\x0e\x04\x40\x25\xc9\x10\x3e\xa4\xd0\x7e\x78\xd3\xb7\ \xbb\x34\xd3\xe8\x19\x29\x03\xec\x72\x53\x45\xf1\xe1\x23\xd4\x12\ \x35\xf0\x91\xdf\x4d\x8b\xe3\x01\x06\x5d\xb1\xa0\xf2\xe3\xed\xfb\ \x8e\xf7\xbd\xf6\xa1\xcb\x86\x67\xfd\x6c\x31\xd5\xfc\x1b\x6e\xd6\ \x49\x61\x5d\xc5\x81\xce\xdb\x91\xa6\x69\x5d\xf3\x5e\x88\xaa\xaa\ \x40\x35\x00\xad\x9b\x3e\x86\x31\xd6\xa7\x9a\x75\xbe\x46\x23\x77\ \xde\x7d\x47\x78\x78\xb8\x4e\xea\x05\x00\xa3\xd1\xb8\x6b\xd7\xce\ \x27\x1f\x7f\x2c\x2d\x2d\xdd\x11\x1a\xaa\x57\xca\x74\xc7\x3c\x67\ \xce\x35\xbd\xd2\xd2\x89\x46\x74\x16\x25\xc6\x18\x63\x4c\x08\xa9\ \xa9\xae\x4c\x4d\xcb\xb4\x58\xad\x84\x10\x4a\x69\x5d\x6d\x75\x76\ \xef\x3e\x17\x1a\x76\x03\x01\xb1\xa1\xb9\x05\x75\x8e\x60\x06\xd4\ \x35\x06\x94\x52\x2a\x08\x7c\x5c\x4c\xd4\xaf\xe2\x28\x6a\xaa\x4e\ \xd6\xd7\xd5\x44\x45\xc7\xe8\x57\x5d\x37\x5d\xd6\xe3\xf1\xb8\xda\ \xdb\x7a\xe4\xb4\xb2\x94\x12\x1d\x28\xba\x4a\x0d\x9c\x1e\x48\xe9\ \xbf\xeb\xdf\x8b\x11\x43\xa9\xa6\x11\x0a\x00\x18\x21\xfd\x5d\xfa\ \x0b\x82\xf3\x50\x7b\xca\x8c\x46\x43\xaf\xa4\x84\xe0\x3a\xfc\x27\ \x31\xae\x46\x29\x25\x84\x32\x0c\xee\x9a\xaa\x85\x00\x28\x42\xb8\ \x2b\xc2\xa2\x18\x63\x84\xf4\x0e\xa0\xce\xb6\x53\x74\x7a\x2a\x76\ \xa1\xed\xaa\x07\xed\xe7\x07\xae\xaa\x29\xfa\xe0\x42\x59\x51\xf4\ \x94\x4b\x57\x5a\xd3\xef\x52\x9d\x9b\x61\x08\x01\x68\xa0\x69\xb4\ \x0b\xb2\xdd\xa8\xed\xf4\xb8\x41\x16\xf9\xbf\xb3\xf2\x8a\xaa\xaa\ \x9a\x5a\x84\x70\xef\xec\x8c\xc8\x88\xb0\xe0\x82\x9c\x2f\x70\x09\ \xd1\xba\xc2\x29\x04\xa8\x13\x97\x94\x82\x28\x8a\xba\xb2\x9d\x1e\ \xfe\x22\x00\x20\x9a\xfe\xb4\x1e\xb2\x74\xab\x35\xea\xc0\x3d\xa7\ \x4e\x4e\xd0\x74\xab\x6f\x68\x3a\x5c\x7a\x22\x23\x2d\x99\x10\xba\ \x69\xcb\xf6\x8b\x06\x0f\x38\x35\x18\x33\x18\x84\xb0\x50\x47\xb0\ \x98\xf8\xdf\x01\xb7\x6b\x43\x41\x0f\x09\x3a\x75\x70\x29\xa5\x06\ \x83\x81\xe3\x78\x4d\x53\x75\x80\xe2\xce\xca\xc2\x69\x11\xb0\xaa\ \xaa\xfa\x46\x1a\x21\x24\xb8\xec\xff\xc2\x7c\x7e\xbf\xd9\x64\xcc\ \xca\x48\x03\x00\x42\x68\x71\xc9\xd1\xee\x3d\x30\x84\x71\x9b\xb3\ \xbd\x30\xbf\xf7\x19\x03\x25\x55\x4f\xc3\xb6\xcd\x5b\xca\x1a\x03\ \x69\x83\xc7\x8c\xc8\x4d\x40\x00\x20\x35\x6d\x58\xb1\xae\xd2\x6f\ \x1d\x75\xc9\xa5\xa9\x11\x9d\xcc\xef\xe6\xd2\xed\x45\xad\x61\xe3\ \x86\x65\x76\x2e\xbf\xda\x71\x70\xe7\xb6\x03\x27\x7d\xfd\x46\x4e\ \xc8\x4d\xfc\x2d\xb7\xa5\xb0\x84\xa8\xd0\x49\x33\x40\x9a\x26\xeb\ \x79\x1a\x00\x22\x44\x43\x08\xb3\x2c\x83\x10\x43\x29\x00\x25\x9d\ \xa3\x90\x01\xe0\x2c\x5a\x02\xc3\x30\x41\x87\xb1\x66\xcd\x9a\xcf\ \x3f\xff\x3c\x24\x24\x84\x52\xea\xf3\xf9\x1e\x78\xe0\x81\xf4\xf4\ \x4e\x35\x59\x9e\xe7\x57\xac\x5c\xb1\x6b\xc7\x16\x42\x29\xcf\x71\ \xa7\x92\xee\x31\x46\x4d\xcd\xce\x5e\x49\x67\xb4\x2d\xc0\xf1\x2d\ \x6b\x77\x95\x07\x62\x0c\xee\xb7\x9f\x79\x91\x7d\xfe\x2f\x17\xc5\ \x34\xbf\xfa\xf8\xb3\x95\xd6\xac\x18\xef\xc6\xe7\x6b\x3c\x2f\x3c\ \x74\xad\xe0\xac\x58\xbe\x78\xf1\xe2\xaf\x97\x87\xcf\x7c\x6e\xdc\ \xb0\x4c\x00\xf0\xd6\xec\x5f\xb4\x64\x93\x64\x0e\x77\x84\x46\x19\ \x05\xf6\x37\xee\x71\xe1\x94\xf6\xd1\xee\xc0\x80\x61\x18\x4d\x03\ \x4d\xd3\x3a\xc5\xcb\xf5\x2d\x48\x4a\x69\xd7\x6b\xba\x61\xaa\x87\ \x16\xaa\xaa\xc2\x05\xcf\x0c\x2b\x28\x28\x58\xb4\x68\x11\xc3\x30\ \x1d\x1d\x1d\x31\x31\x31\x09\x09\x3f\x14\x07\x58\x96\x6d\xac\xab\ \xad\x29\xef\xc0\xf8\x4c\x12\x20\x25\x44\x03\x96\xe7\xaf\x3c\xe3\ \xf1\xec\x4b\xaf\xcf\x99\x08\xa0\x94\x17\x6f\x7a\x46\xd4\xd4\xa2\ \xa5\xef\x16\x73\x03\x5e\x79\x64\xae\x56\xba\x78\xfe\xdf\x8e\xb8\ \x34\xb0\x34\x36\x32\xd6\x88\xc4\xe4\x5e\xf9\x7d\x53\x11\x80\xec\ \x2a\xfd\xf3\x53\x7f\x6e\x8d\xe8\x3b\x74\x60\xd2\xc4\xe9\x23\x6d\ \xbf\xf5\xd5\xc6\x92\x24\xe9\xf7\x7a\x45\x51\xf4\x81\x0e\xb2\x2c\ \x4b\x92\xa4\x43\x59\x96\x65\x51\x14\x25\x51\x54\x14\x55\x23\x44\ \xd3\x34\x4d\xd3\x54\x55\x55\x14\x45\x87\xb8\x8e\x72\x96\x65\xe1\ \x82\x0f\x15\xa2\xa2\xa2\x66\xcf\x9e\x5d\x55\x55\x25\xcb\xf2\xbc\ \x79\xf3\x0c\x86\xd3\x5a\xfc\x38\x96\x15\x7e\xc4\xce\xa9\xf4\x81\ \x30\x68\xde\xea\xf7\x9f\x7f\x95\xbb\xe8\xb2\xe1\xb1\x9e\xf5\x9b\ \xaa\xc7\x5f\x36\xc5\x08\xe0\x76\xb6\x59\xec\x76\x23\x86\xd0\x9c\ \xa1\x33\x2e\x2d\x54\x95\x88\xac\x84\x48\x00\x28\x5a\xf1\x45\x9d\ \xa5\x70\xf2\xc8\xde\xd5\x9b\x3e\xfe\xf3\x5b\x5b\x7e\xf3\x6e\x84\ \x95\x24\x89\x52\x42\x29\x10\x42\x18\x86\x61\x18\x06\x61\xac\x03\ \x94\x76\xaa\x90\x13\x4a\xa9\xaa\x28\x94\x74\xfe\x53\x67\x87\xe9\ \x8a\x63\x2c\xcb\xb2\x2c\xcb\x71\x1c\x0d\x32\x6c\x00\x46\x8f\x1e\ \xbd\x64\xc9\x92\xbc\xbc\xbc\x94\x94\xd3\x35\xef\x7f\xfc\x2d\xf4\ \xac\xda\xa2\x6e\x2d\x47\x37\xbf\xf6\xce\x62\x6b\xbf\xcb\x1e\xbd\ \x66\x34\xae\xdb\x72\x22\x10\x35\x3e\x39\x0c\x00\x8a\xb7\x1f\x89\ \x4e\xb9\x2c\x1c\x01\x00\xd4\x1c\xde\xe5\x8a\x48\x4e\x8e\x60\x00\ \xdc\x7b\x0e\xb4\x8d\x9e\xfd\xcc\xc4\x81\xd6\xbe\xa4\xec\xa9\x8d\ \x65\x2a\x0c\xe7\x7f\xdb\xc0\xb5\x58\xac\x7a\x2c\x40\x34\x85\x12\ \x0a\xa7\xac\x23\x66\xb0\xaa\xa8\x1d\x9e\x0e\x42\x08\xc7\x72\x14\ \xa8\x4e\xcc\x35\x99\x4c\xfa\xb6\x99\xd1\x68\xec\x46\x76\x10\xb7\ \x7a\xac\xff\xd8\x63\x8f\x99\xcf\x6a\xd6\xa7\x00\xe4\x47\x16\x08\ \x01\x10\x4a\xce\x60\xcf\x38\x8f\xae\x79\xe1\xcd\x75\x43\xe7\xfe\ \x61\x5a\xdf\x48\x00\xf0\x29\xb2\x2f\x20\x51\x4c\x5c\x25\xdf\x2c\ \x39\x42\xaf\x7f\x6a\xa8\x0e\xf3\xf2\xe2\xe3\xb1\xbd\x26\x86\x62\ \x00\x50\xfd\x3e\x3f\x17\x10\x81\xb2\xeb\x77\x1e\x8f\xc8\x9b\xc7\ \xff\xd6\x97\x9a\x55\x55\x82\x10\x20\x44\x31\xc2\x14\x34\x42\x08\ \x50\x8a\xba\xc8\xe3\x40\x81\xc1\x8c\x41\x30\x20\x84\xf4\x62\xad\ \x3e\x6f\x87\x10\xa2\x73\xc9\x75\x4a\x03\xc6\x18\x05\xb7\x20\xba\ \x02\x86\x73\xa2\x13\x23\x46\x52\x55\x84\x74\x26\x52\x37\x77\x06\ \x28\x21\x94\xe1\x4e\xf3\xc9\x9a\x67\xc9\xdb\xaf\xec\x6e\x48\x0c\ \xdd\xf0\x51\xd1\x1a\x3c\xf6\x9a\xdb\x87\x45\xf7\x19\x91\xf4\xd9\ \x2b\x0f\xde\xc9\x33\xec\xc8\x79\xf7\x0c\x8b\xe7\x00\x00\x48\xeb\ \xee\xa3\x9e\x94\x59\x3a\x51\x26\x74\xdc\xd8\xac\x57\x3e\x7c\xac\ \x6a\x95\x59\x32\xe5\xdf\x39\xbd\xf0\xb7\x5f\x0e\xeb\x64\xd2\x51\ \xaa\xcf\x2c\xe9\xf6\xb8\x3a\x75\x01\x33\x98\xe5\x58\x1d\x9d\xa2\ \x28\x76\x74\x74\xe8\xa3\xf9\xf4\x56\x33\x42\x29\xd1\x34\x3d\xf9\ \x08\xd6\x71\xff\x85\x45\x46\x86\x5f\x35\x6b\xd6\xb1\xe3\x27\x18\ \xa6\x2b\xcb\xed\x62\x21\x68\xaa\x16\x1b\x1b\x7b\x5a\x2d\x0c\x1b\ \xa7\x2f\x7c\x6d\x64\x40\x96\x65\x85\x60\x36\x2a\x8c\x05\x43\xc4\ \x0d\x8f\x3f\x3f\xba\xb2\x49\x08\x4f\x4a\x8c\xe8\x72\xe7\xc8\x36\ \xf7\xd1\xa7\x4c\xe1\xfa\xc0\x08\x54\x70\xf9\xdd\xcf\xf4\x2b\x77\ \x4a\x7c\x52\x5a\x8a\x85\xfd\xed\x2f\x29\xdb\x9d\x19\x90\x2e\xd4\ \xea\xbb\x65\xdd\xf3\x7b\x75\x09\x26\x9d\x89\x6b\xb1\x58\x74\xc1\ \x1b\xdd\xdd\xea\x85\x88\x6e\xa2\x4c\x10\xa0\x3f\xba\xca\x0c\x33\ \xf1\xd2\x8b\x27\x5e\xfa\x9f\x75\xed\x22\x36\x2c\x3e\xf9\x8c\xbd\ \x35\xd6\x18\x96\x9e\x7d\xfa\x63\x88\x8f\x8c\x3e\xd5\xbb\xb3\x31\ \x29\x99\x31\x17\xce\x92\x76\x71\x15\x08\xa2\x44\xbf\xe9\xeb\x45\ \x59\x5d\x72\xd4\xef\xf7\x4b\x92\x64\x34\x1a\x4d\x26\x93\xde\xd9\ \xeb\x70\x38\x8c\x46\xa3\xee\x7a\x75\x56\xd7\x0f\x61\x6e\xd0\x82\ \xf6\x3f\x03\x6e\x37\xe0\xf4\x72\x98\x8e\x5a\xbd\x68\xc0\x30\x0c\ \xcf\xf3\x81\x40\xc0\xe3\xf1\xb0\x2c\xab\x63\x57\x17\xd0\xd5\x5d\ \xb2\xae\x57\xde\x59\x06\x0e\xe2\xb6\x87\x4c\x51\x55\xbd\x7c\x16\ \x5c\x8a\x7f\x7d\x13\x63\xf4\x74\xd8\xc0\x73\xa7\x3a\x4e\x4a\xa9\ \x20\x08\x36\x9b\xcd\x6c\x36\xcb\xb2\xcc\xf3\xbc\x0e\x68\x96\x65\ \x4f\xf5\xb2\x94\x52\x45\x51\x44\x51\x24\x34\xd8\x9b\x7e\xbe\xa6\ \x69\x64\xf7\xde\x03\xd5\xb5\x75\x84\xd0\x50\x47\xc8\x25\x17\x8f\ \x0c\xae\xc9\x8f\x02\xb7\x5b\x0c\x01\x33\x3f\xc4\xa9\x18\xe3\xae\ \x56\x5e\xaa\x07\xbb\xdd\x55\x85\x53\x39\xbb\x5d\x7b\x6c\x9a\xa6\ \x69\x41\x97\x7b\xfe\xe6\xf3\xf9\xeb\x1b\x9a\xaf\x9a\x39\x15\x00\ \x36\x6f\xdd\xb5\x62\xf5\x06\x83\xc1\xa0\x97\x20\x74\x7f\xd2\x3b\ \x3b\x23\x26\x3a\xf2\xac\xf7\x11\x59\x52\x79\x81\x3f\xed\x11\x85\ \xf2\xdc\xe9\xbb\x74\x67\x49\x6f\x2b\xb2\x0c\x98\xe5\x58\x0c\x00\ \x40\x54\x85\x32\x1c\x83\x7e\xf4\x2d\x54\x55\x34\xdc\xf9\xe2\x1f\ \x5e\x40\x68\xf7\x7c\x95\xff\x31\x70\xd9\xae\x5b\x12\xea\x72\x99\ \x7a\x55\x81\x65\xd9\xee\x81\xbd\x3a\x82\xbb\xfb\x7b\xbb\xa9\x8c\ \xfa\x71\x31\x0c\x63\x34\x1a\x83\xf5\xb0\xf3\x37\xcc\xe0\x36\x67\ \x5b\xc9\xe1\xa3\x9a\xa6\x59\xcc\x82\x22\x8b\x3a\x93\x04\x00\x30\ \x46\xad\xad\xce\x3d\xfb\xfc\x53\x27\x9d\x36\x04\xd5\x57\xb5\xf7\ \x83\x4f\xbe\x3a\x5e\xdb\x46\x43\xf3\x6e\xbe\xe7\xa6\xde\xe1\xbc\ \xab\x7c\xeb\xeb\xef\x7c\x55\xd1\xd8\x91\x36\xf6\x9a\xbb\xae\x1d\ \x63\x44\x20\xba\x1a\xb6\x2c\xfd\x60\xe9\xc9\x98\xa7\x1e\x9d\x17\ \xc6\x01\x00\xd4\x1f\xdd\xba\x66\xfd\xf6\x23\xd5\xed\x7d\x27\xdc\ \x7c\xf5\x98\xa4\xea\x5d\x4b\xde\x59\xb4\xbe\xd6\x45\x86\x5e\x79\ \xe7\x8d\x97\x64\x23\x00\x4f\x63\xd9\xb2\x8f\xdf\x3f\x66\x1e\xf4\ \xf0\xad\xd3\x0c\x00\x75\x07\x56\xbe\xf3\x8f\x95\xb5\x1e\xa5\x60\ \xda\x4d\x37\x4d\x29\xe4\x00\xbc\xcd\x95\xab\x17\xbd\xb7\xc7\x97\ \xff\xe4\x83\x97\x1b\x7e\x16\xe0\xfe\xb0\xdf\xd8\xd5\x01\x01\xa7\ \x70\x68\xba\x1b\x78\xf4\x70\xe2\x87\x88\x16\x80\x61\x18\x3d\xc6\ \xc5\x18\x33\x4c\x30\x20\xeb\x01\x13\x04\xe1\xd0\xc1\xe2\xef\xd6\ \x2c\xd7\x4b\x90\xa7\xfa\x02\x0a\x34\x10\x90\x66\x5d\x7d\xdd\x19\ \x6f\x91\x35\xa1\x70\xfc\x35\xd7\x64\x84\x7f\xf8\xc0\x7d\xdf\x7e\ \x7f\x69\xef\xf1\xf0\xe7\x3f\xbe\x1d\x7b\xf9\x03\x4f\xa5\x9c\x78\ \xe0\x85\xc5\xc5\xd3\xc6\xf4\xf7\x1f\x7c\xe7\xb5\x0f\x77\x1f\x39\ \x6c\x1a\x75\x47\x08\x07\x00\x70\x62\xeb\xa2\x4f\xd7\x9f\xec\x3b\ \x62\xec\x03\xd7\x65\x87\x58\xcc\x1d\x65\xab\xfe\xf8\xfa\xb7\x13\ \xef\x79\x78\x4e\xc3\xea\xa7\xbf\xf8\x6a\xc6\x25\x8f\xe2\x63\xab\ \xff\xfa\xde\xea\xa3\x87\x2a\xfa\x5d\x3f\xdb\x00\x10\xa8\xfc\xfe\ \x2f\x2f\x2f\x1a\x7c\xdb\x43\x73\xe4\xed\x0f\xbe\xbd\x6c\xd2\xf8\ \xc2\xc8\x9a\x4d\xaf\x7c\xf4\xcd\xfe\xa2\xd2\xd4\xcb\x67\x18\x7e\ \xae\x8b\x5c\xeb\xb2\xee\x92\x16\x21\xa4\x3b\x7e\xd5\x1d\x6a\xe7\ \x16\xc3\xe9\x65\x2f\xbd\x31\x5d\x7f\x96\x65\x19\x14\x24\x2b\xf4\ \x84\x31\x18\x21\xa2\x22\xa2\x81\xa6\x12\x55\xee\xfe\xa1\x8a\x4c\ \x89\xc2\x9c\x35\x70\xc1\xd1\x2b\x6f\xe8\x80\x5c\x9b\xda\xd0\xa4\ \xd9\x0b\x72\xa2\x0f\xad\xfa\xb8\x3d\x63\xf2\x2d\x93\x73\x63\x93\ \x92\x42\x0c\xbc\x24\x02\xe3\x48\xbd\xfa\xce\xbb\xc7\xe4\xa4\x15\ \xa4\xa7\x33\x00\x6a\xf3\xbe\x37\xde\xf8\xbc\xde\xe7\xd9\xf6\xed\ \x17\x2b\xf7\x35\x70\x8c\xb6\xea\xb3\x6f\x23\xc7\xdc\x32\xa3\x20\ \x35\x29\x36\xda\xce\x6b\x92\x06\xd6\xf8\x41\x77\x2e\xbc\x31\x37\ \x33\x29\x3d\x3f\x1d\x40\x59\xfb\xf5\x62\x6e\xd8\x0d\xb3\x06\x65\ \xc6\xc5\x26\x39\x18\xaa\xc8\x60\x88\xed\x7b\xd3\x1d\x37\x0e\xcc\ \x4c\x28\x28\xf8\xd9\xba\x8c\xb0\x2e\xbb\xa4\xaa\x8a\xce\x1c\x57\ \x14\x45\x96\x65\x9d\x46\xa3\x53\x6d\x74\x56\x8d\xfe\xf7\xa9\xd6\ \xe9\xa6\x09\xe9\xea\x92\x08\xa2\xae\x07\xac\x53\x10\x04\x9f\xf9\ \x03\x18\x63\x74\x6e\xee\x68\xcd\xde\x6f\x1f\x7d\xfc\x9d\x94\x19\ \x37\x8d\xcf\x62\xbe\xdf\xd6\xdc\x7f\xc8\x30\x06\xc0\x53\x71\x4c\ \x61\x43\x53\x42\x01\x09\xe6\x30\x4b\xa0\xb4\x99\x49\xcd\x48\x05\ \x80\x92\xf5\x2b\xb5\xec\x59\xcf\x3d\xfe\xc8\x1d\x53\xb3\x37\x7e\ \xbe\xb4\xc5\x79\xbc\xb8\x49\x1b\x3e\x3a\x1f\x00\x4e\x56\x56\x2b\ \xe1\x69\x61\x0c\x70\x66\x87\xc3\x57\xd5\xa6\x58\xf3\xd3\x0d\xe0\ \xaf\x3a\x78\xcc\x3b\x62\x78\x3e\x00\x34\xd6\x1e\x53\xa3\xa3\xc3\ \xcd\xc0\x98\xec\x21\x92\xab\xce\x19\x92\x97\xf0\xb3\xb5\x72\x74\ \x26\x67\x7a\x1d\x57\x57\x5f\xec\xd6\xa7\xe9\x8e\xce\xbb\x49\x8f\ \xd0\xa5\x61\xd3\xed\x8f\x75\x64\xeb\xdb\x13\x41\xd8\x9d\xbf\xfd\ \x77\x82\x20\xa0\xec\xff\xe6\xed\x7f\x6c\x75\x4e\xbd\xf5\xa9\x31\ \x39\xe1\x20\x95\x9d\xf4\x71\xa3\x12\x63\x01\xc8\x77\x2b\xb7\x39\ \x7a\x5f\x99\xc8\x02\x00\xb8\x8e\xed\x71\x9b\xa3\x72\x92\x58\x00\ \x7a\xbc\xdc\x19\x9d\xd3\x2f\xcc\x62\x34\x38\x6c\x26\xb3\x28\xb5\ \x34\x04\x24\x43\xaf\x18\x0e\xc0\xb9\x7a\x73\x71\xf6\x84\x47\xf4\ \x5b\x7f\xe9\x81\xa3\x5a\x78\x7e\x0a\x0b\x5a\x63\x5b\xab\xc7\x9e\ \x10\x61\x07\x10\xbf\x5b\xb3\x2f\x6b\xc0\x9d\xa1\x18\x00\xe0\xe4\ \xf1\x83\xde\x98\xcc\x04\xc7\xcf\x96\xd8\xb0\x7a\x79\x0b\x00\x30\ \x20\x7d\xfb\x41\x2f\x29\x9c\x1a\xce\xea\xe1\x41\xf7\x3f\x4f\xdd\ \x33\xeb\xa6\x90\x07\x89\xe4\x3d\x54\x11\x3b\x5d\x10\xe4\x94\x20\ \x57\xd3\xb4\x33\x04\x41\xaa\x36\xbf\xf7\xd4\x47\xbb\xaf\xbd\xff\ \xd1\x34\x83\xbb\xa1\xdd\x12\x63\xb7\x85\x82\xbb\x78\xcb\x06\x61\ \xff\xfe\xaf\xaa\x1c\xf7\xdf\x34\x54\x7f\x67\xc9\x8e\x83\x5c\xf8\ \x45\xb1\x0c\x00\x40\x74\x98\xb0\x76\xc7\xea\xe2\x8c\x01\x6b\x3f\ \x5a\x93\x34\xe2\xee\xe8\x18\x95\x2a\x8d\x9b\xbe\xdb\x76\xe8\xe8\ \xb2\x12\x76\xd0\x33\xc3\xd3\x01\x00\xa8\x7f\xef\xa1\x23\x91\x7d\ \x2e\x66\x00\x88\xc9\x66\x81\xba\x6d\xdb\xb6\x56\x37\xad\xfb\x5e\ \xcc\xfd\xe3\x04\xbd\xb3\x5c\x3b\xb2\xb7\x38\x26\xed\x1a\xdb\xcf\ \x77\xce\xb1\x9e\x5d\xe9\x6c\x2f\x45\x55\xf5\xb1\x92\xa7\xba\x5e\ \xdd\xc5\x92\x53\xc8\xb8\x5a\x17\x3f\xa1\x73\xd8\x09\xc3\x04\x67\ \x40\xf4\xcc\xc9\x40\x28\x25\xa5\x17\x67\xb4\xb2\xbc\x89\xe1\xcc\ \x98\x33\x61\xce\x88\x59\x23\xe6\x4c\x88\x35\xda\x43\x23\x62\x4e\ \xd7\x55\x68\x69\xf0\xa7\xa6\xc7\x1f\xfb\xee\xf3\xb7\xdf\xff\x60\ \x6b\x59\x2b\xe0\xc8\xb9\xb7\x5c\xa9\x95\xae\xdc\x56\xe5\xb8\xef\ \x0f\x8f\xe4\x39\xf4\x8c\x59\x95\x42\xd2\x46\x8e\xed\x8f\x01\x00\ \xd0\xf0\x6b\x17\x8c\x8c\x6b\xfb\xec\xb3\x95\x61\x23\xe6\xdd\x31\ \xa3\x37\x6b\xeb\x33\xff\xda\x29\x95\x6b\xbf\x29\xe3\x0b\x1f\x7f\ \xe2\xe6\x28\xdd\xdf\x6a\x7e\x6b\x6c\xc1\xb8\x7e\xbd\x00\x00\x87\ \x66\x5d\x7f\xf3\x65\x0d\xdb\x97\x1d\x0c\x64\x3c\xf6\xd8\x1d\x09\ \x26\xfd\x9b\x45\x26\x34\x7f\xf4\x80\xbc\x9f\xf1\x94\xa3\x59\xb3\ \xae\xee\x74\xab\x40\x3b\x85\xc0\x58\x56\x87\xaf\x5e\xbb\xd5\x3d\ \xab\xce\x61\xd0\x7d\xb3\x9e\xa5\x01\x80\xaa\xaa\xdd\xf5\xb2\x7b\ \x17\xde\xd3\x23\x82\x20\x36\xbb\x9d\x10\x4a\x88\x56\x5b\x53\x75\ \x01\x0a\x82\x74\x78\xbc\x55\x35\x75\xf8\x2c\x2f\x40\x28\x35\x1a\ \x84\xd4\x94\xa4\x5f\x85\x83\xf8\x5f\x08\x82\xfc\xfe\xc1\xfb\xf4\ \xfa\xb6\xae\xb6\xd8\x1d\x61\xfd\x27\x0b\x74\x6a\xc8\x25\x08\x42\ \x37\x6a\xff\xdf\x46\x08\x71\xb5\x3b\x35\x4d\x13\x0c\x86\x0b\xd3\ \x85\xdb\xac\x96\xbc\x9c\xcc\xe0\xcd\xe7\xdf\x03\xd7\x68\x34\xf6\ \xc8\x07\xf5\x88\x1c\x39\xc2\x48\x10\x4c\x84\x68\x0c\xc3\x04\x77\ \xe2\x82\xf6\xef\xab\x0a\xbf\x94\x9c\x9a\x50\x59\x16\x89\xa6\x71\ \xbc\x70\x61\xd6\xd7\x9c\x4e\xd7\x89\xf2\x93\x94\xd2\xc4\x84\xb8\ \xd8\x5f\x89\x52\xd8\xcf\x03\xdc\x5f\xd4\xff\x06\x61\x24\x08\x46\ \x42\x34\x8c\xf1\x05\xe8\x71\x03\x01\x71\xcb\xf6\xdd\x89\x09\xb1\ \x94\xc2\x96\xed\xbb\x86\x0d\x19\xa0\x37\x47\xe9\xcf\x32\x0c\x63\ \xb7\x59\x83\x49\xf0\x2f\x11\xb8\x94\x50\x51\xf4\x13\x4d\xe3\x85\ \x0b\xd1\xe3\xca\x8a\xa2\xaa\x5a\xdf\xfc\x5c\x00\x08\x09\xb1\x1f\ \x28\x3e\xc2\x30\x4c\x67\x9f\x0f\x42\x3e\x9f\x3f\x31\x21\x76\x60\ \xbf\x82\xd3\x43\xb4\xc0\xf1\xa2\x3d\x25\xe5\xcd\xe1\xe9\x7d\x87\ \x14\xa4\x72\x00\x00\xca\xb1\xdd\xdf\x1f\xac\x11\xf3\x06\x8f\xcc\ \x8a\xeb\x1c\x0a\x49\xdc\x55\x3b\x8e\x78\x0a\x06\xe6\x9a\xbb\x88\ \x37\x8d\x27\x0e\xec\x3b\x5a\x13\x91\x3e\x74\x60\x76\x38\x10\xef\ \xfe\xef\x37\x9d\xf4\x18\x06\x8e\x1c\x99\x60\xeb\xa4\x00\x78\x6a\ \x0e\x1f\x76\x72\x85\xf9\x19\x9d\xe4\x1d\xea\x39\xb0\xbb\x24\x34\ \x73\x60\x52\x08\x43\x44\x67\xd1\x9e\x3d\xe5\x0d\xfe\xa4\xfc\x41\ \x03\x32\x63\xcf\x75\xa2\xd0\x39\xcb\xd1\x3d\x58\xec\xff\x85\x79\ \x5c\x84\x78\xde\x40\x89\x86\x2f\xc8\x18\x57\x10\x84\x83\x25\x07\ \xab\x2b\x4f\x00\x02\x96\x61\x59\x96\x39\x75\x65\xda\xdb\xdd\x94\ \x6a\x67\x00\xb7\xf9\xc0\xc6\xaf\x57\xee\xb7\x86\x08\xdf\x2e\x59\ \xdb\x70\xd7\x1f\xaf\x1a\x14\xbe\xe1\xdd\x3f\x7d\x71\x50\x4d\xb5\ \xb7\x2e\xdf\x71\xf8\x8f\xcf\x3d\x90\x48\xdd\xbb\xd7\x2d\x5b\xf4\ \xf9\x67\x65\xd1\xd3\x3f\x1e\x98\x0b\x00\x20\x35\xad\x5c\xb4\xb8\ \xd4\x09\x66\x8b\x35\x24\x0d\x03\x69\xfd\xf4\xf9\x3f\xee\xf6\x47\ \x38\xbc\x95\x1b\x8a\xda\x5f\xfa\xc3\x15\xac\xaf\x7e\xfd\xd2\xaf\ \xbe\xf8\x62\x85\x6d\xe4\x6d\xfd\xf2\x33\x80\x2a\x15\x7b\xbf\x5b\ \xbc\xf8\x8b\x8d\x27\xf0\x63\xef\x0e\x4a\x02\x90\x5b\xcb\x8b\x8e\ \x96\x2b\x92\x6b\xd9\xd3\xdf\xcf\xfd\xc3\x33\x63\x33\x4c\x67\x9f\ \x47\xbf\xcf\x77\x2a\x4a\xf5\xca\xa9\x2c\x49\x3d\x75\xc7\xf8\xc5\ \x01\xd7\x64\x32\x12\x42\x34\x8d\x5c\x80\x3c\x49\x86\x61\x9c\x2d\ \xcd\x87\xf6\x1c\x67\xf9\xb3\xba\x74\x09\x15\x65\x39\x2b\x3b\xe7\ \x8c\x87\xc3\xf2\x2e\xbe\xbf\x70\x22\x83\xe8\x3b\x65\xf3\x1a\xda\ \x02\x1d\xa5\x4b\xff\xb1\xb5\xe3\xfe\x97\xff\x92\x6b\x38\xb0\xe0\ \xf6\xb7\x2b\x5c\x10\xa7\xd6\x54\x34\xf8\xec\x11\x11\x85\x85\xb9\ \x36\x06\x80\x78\x3f\x7f\xe9\x99\xd5\x0d\x8e\x71\xa3\x86\x8d\x9b\ \x34\x2e\x52\x80\x92\x25\x7f\x5a\xdd\xdc\xeb\xc5\x97\xef\x0a\x2b\ \xf9\xea\xb6\x17\xf7\xb6\x92\x2b\x4c\x75\x47\xaa\x25\x63\x68\x78\ \x7c\x66\x61\x7f\x0e\x00\xa8\xfb\xe0\xb1\x66\xab\x25\x24\x29\x2d\ \x33\x3f\x14\x03\x80\x21\x6e\xc0\x0d\x0b\x06\xd0\xf6\xa2\xe3\xfb\ \xde\xf0\xab\xe4\x9c\xe7\xd1\xef\xf3\xfb\x7c\x5e\xab\xd5\x06\x5d\ \x7c\xc3\x80\xdf\x2f\xcb\x3d\x06\xdc\x5f\x1c\x17\xb1\x4b\xd2\xe1\ \x02\xa5\xa5\x33\x0c\x63\x30\x18\x0c\x82\x70\xe6\x8f\x41\x38\xe7\ \x2e\x0f\xc3\xf3\x0c\x92\xb7\x2f\x7a\x71\x3f\x93\x37\x63\x64\xc2\ \xd6\x6f\x36\xa6\x8e\xbf\x2a\xd7\x01\xc4\xdd\xce\x0a\x66\x2b\x0f\ \x6c\x4c\xee\xec\x1b\xaf\x0d\x21\xe6\xf4\x94\x74\x00\x68\x3d\xf0\ \xcd\xda\x63\x74\xe4\xb0\xbc\xe6\x7d\x4b\x9f\x7a\x61\xa9\x4c\xda\ \xd7\x6c\xa9\x18\x7e\xf9\xac\x48\x80\x76\xb7\x1f\x59\x22\x0d\x00\ \xa1\x19\x17\x2f\xb8\x76\x30\x6b\x36\x65\xe6\x44\x01\x00\xe0\xf0\ \xe9\xd7\xce\xc9\x8a\x30\xd8\xd3\xf3\x3a\x5d\x2b\x6d\xfd\xfc\xe5\ \x27\xae\x5d\xf0\x62\xf2\xcc\x5b\x2e\xc9\xb1\x9c\xf3\x24\x26\xa7\ \xa4\x2a\x8a\xd2\xda\xd2\x1c\xf0\xfb\xfd\x7e\x5f\xbb\xb3\x8d\x02\ \x84\x47\x44\xf6\x94\xb0\x67\x90\x44\xfb\xcb\x32\x5d\x33\xf3\x1c\ \xd1\x21\x40\xd7\xe4\xb3\xd3\x1d\xb1\xbb\xf2\xa3\xe7\xff\xf0\x55\ \xa9\xf5\xee\x47\xef\x49\x32\xb7\xec\x39\x49\xb3\x73\xb2\x01\xe0\ \xe4\xde\x22\x62\x4d\xcf\xb2\x03\x00\x28\xf5\x7b\x4a\x25\x4b\x66\ \x56\x04\x00\xec\xdb\x5c\x9c\x34\xe6\xc6\x79\x57\x5e\x7e\xcf\xdc\ \xc9\xa4\xea\x68\x43\xf5\xd1\x86\x80\xd0\x2f\x37\x0a\x00\x8a\x0f\ \x1d\x32\x64\xf5\x09\xc3\x00\x00\xad\x7b\xf6\x7a\x70\x72\x5e\x54\ \x17\x3c\xb4\xc6\xe2\xb2\xc6\xde\x05\x5d\x2a\x27\xd8\x71\xf1\xe5\ \xb3\xa7\x0c\x08\xaf\x3a\x56\x79\x4e\xff\x49\x29\x31\x99\xcd\xbd\ \x73\xf3\xc3\x23\xa2\x34\x42\x28\x85\xb0\xf0\xc8\xc4\xa4\x14\x8e\ \xe3\x7b\xea\x36\x1a\xe4\xd1\xfe\xb2\xec\xbf\x22\xd9\x90\x8e\xf2\ \xd7\xfe\xf2\x8a\x9a\x7f\xf5\x9f\xaf\x18\xc4\x00\x80\xec\x73\x07\ \x14\xd6\x60\xd0\xbc\xa5\x1f\x2d\x3b\x50\x78\xed\xb3\xba\x33\x6c\ \x2c\x39\x88\x1d\x29\x19\x21\x00\x40\xdc\x9e\x80\x1c\xa2\x01\xc0\ \x81\xfd\x45\x24\x21\xd3\x86\xe4\x80\x5f\xe1\x79\xf0\x9f\xdc\xb8\ \x78\x9b\x6b\xc6\x63\x03\x74\x20\x96\x1c\x2d\x37\xa4\x8d\xea\x9e\ \x4b\xa2\x34\x56\x56\x3a\x43\x47\x26\x45\x01\x80\xa6\x28\x0c\xc7\ \x85\x27\x64\xf6\x4e\x0c\xd9\xb0\xb7\x41\x02\xe0\xce\x75\x20\x84\ \x10\x8c\xd9\xd8\xb8\xf8\x53\x99\x2d\x3d\x78\x23\x0d\x02\xf7\x17\ \x06\x5c\x7d\x2e\x81\x0a\x9d\xc3\x4b\x7e\x98\xba\x03\x9a\xa6\x9d\ \x31\xd7\x68\xc7\x3f\x5f\xfa\x74\x67\xd3\x8c\xe8\xe2\xbf\xbf\xb8\ \x25\x75\xec\x35\x53\x0a\x62\x47\xf4\xb6\x2c\x79\xf1\xde\xed\x16\ \xc5\x32\xe8\xfa\x6b\x47\xe8\x64\x59\x75\xf7\xee\x13\xe6\x94\x39\ \x56\x00\x00\x3c\x64\x54\xbf\xf5\xef\xbd\xfe\x54\x7d\x42\x4b\xb3\ \x34\xfb\xee\x71\x8e\x04\x7f\x56\xbc\xfc\xf2\x83\x0f\xda\xe4\x8e\ \x3e\xb3\x6e\x1b\x97\x6e\x03\x00\xd0\x5a\x8a\x0e\x57\x64\xcc\x98\ \xdf\xfd\x45\xd5\xa5\xbb\x5b\x43\x93\x93\x22\x30\x80\xb2\xe5\x9f\ \x7f\x5b\x53\xe6\x33\x12\x4f\x65\x9b\x36\xe3\xd6\x5b\x2c\xff\xf2\ \x68\x10\x42\x2c\xc3\xd0\x1e\xad\x27\x04\x81\xfb\xcb\xab\x4d\x32\ \x78\xda\xd4\xa9\xdb\x77\xee\xc4\x08\x01\xe8\x72\xdb\xfa\x5f\xa0\ \x11\x62\xb1\x5a\x06\x0d\x38\x4d\xa2\x26\xeb\xd2\x3b\xde\x18\xe0\ \x95\x15\x45\xd5\x68\x44\x8c\x15\xc0\x38\xf5\xce\x47\x52\x4b\x8e\ \xab\x96\xf8\x3e\x59\x09\x5d\x25\x09\x3c\x74\xce\x3d\x43\x42\x3a\ \x65\x4c\x13\x46\xce\x79\x3c\xb6\xb0\xb2\x45\x4a\xc8\xca\x4d\x0c\ \x35\x02\x58\x17\xdc\xf7\xf4\xe1\xd2\x2a\x43\x4c\x5a\x4e\x72\x44\ \x97\x7b\xb7\xce\xbc\xfd\x49\x6b\xec\x0f\x24\xf1\xe8\xfc\xe9\x4f\ \x65\x9b\x1d\x08\x00\x98\xbc\xb1\xd3\x2d\x99\xcd\x2a\x36\xc6\xa5\ \x66\x27\x84\xfd\xab\x06\x08\x86\x65\xbe\x5d\xbe\xfc\x50\x49\x09\ \x00\x0c\x1a\x38\x70\xcc\x98\xb1\x41\xe0\xfe\x66\x03\xdc\x31\xa3\ \x86\x8d\x19\x35\xec\x3f\x7c\x7d\x58\x72\x56\x58\xf2\xe9\x29\x8b\ \x21\x2c\xaf\xff\x90\x33\xd2\x98\x98\xa4\x53\x25\xa3\x99\xb8\xf4\ \x3e\x71\xe9\xa7\xd4\xe0\x1c\xb1\x85\x43\x62\xcf\xf8\x94\x84\xd4\ \xb4\x53\x1f\x30\x87\x27\xf6\xea\x7a\x2e\x2c\x3e\x2d\x2c\x3e\xed\ \xdf\x1f\x0b\x20\xa0\xd0\xb7\x6f\xdf\xa2\xe2\x62\xa3\xd1\xd8\xa7\ \x4f\x9f\x9e\xdd\xa3\x0d\x02\x37\x68\x3f\xc9\x15\xa8\xa8\x8a\xa6\ \xa9\xd1\xd1\xd1\x0b\x7e\xf7\x3b\x86\x61\xec\x76\xbb\xa6\xa9\x9a\ \xa6\xe1\xdf\x64\x1d\x37\x68\xbf\x0d\xb3\x58\x6d\xf5\x75\xb5\x8a\ \xa2\x30\x0c\x13\x16\x16\x46\x29\x25\x94\xaa\x8a\x12\x10\xfd\xbc\ \x20\xf4\x3c\x70\x29\x00\x87\x41\x60\xff\x3f\x91\x74\x40\x45\xc1\ \xe6\x9d\xf3\x34\x42\xc8\x81\xe2\x92\x13\xe5\x95\x94\xd2\xe8\xa8\ \x88\xd1\x23\x86\xfe\x4a\x0f\xc4\x1e\xe2\x30\x9a\x4c\x27\x8e\x97\ \xf6\x4a\xcd\x10\x0c\x02\x00\x28\x92\xd4\x50\x5f\x6b\x34\x98\x88\ \xa6\x11\x42\xce\x5f\x69\xee\x34\xe0\x72\x18\x6a\xdd\xa8\xa8\x9e\ \xe1\x98\xff\xb6\x88\x03\x17\xa5\x68\x66\x0e\x7a\x50\xb2\xf1\x02\ \x6c\x62\xf3\xf9\xfc\x27\xca\x4e\x5e\x75\xf9\x54\x00\x58\xb5\x76\ \xe3\xb7\xab\xd6\x1b\x8d\x86\xee\xd5\x40\x08\xe5\xe6\x64\x45\x45\ \x86\xff\x1a\x8a\x23\x34\xa5\x57\x5a\x4d\x55\x65\xe9\xd1\x43\x66\ \xb3\x19\x21\xac\x2a\xb2\xc5\x6a\x0d\x8f\x88\xec\xe8\x70\xf7\xbc\ \xc7\xe5\x19\xa8\x76\xe1\x2f\x0e\x72\xe6\xff\x52\x17\x98\x50\xe8\ \x1b\x47\xac\x3c\xed\x29\xe0\xea\x12\x24\x47\x4a\x8a\x7f\xdb\x64\ \xa8\x33\x8e\x4e\x23\x24\x25\x3e\xbc\xf4\xc8\x21\x00\x88\x8d\xb0\ \x35\xb7\xb4\x6a\x92\xb7\xdb\x35\x00\xd0\x9a\xaa\x72\x67\x4b\xfd\ \xaf\x02\xb8\x84\x52\xcc\x60\x84\xc0\xed\x6a\x47\x08\x09\x82\x21\ \xe0\xf7\x9f\xac\x28\xd3\x5b\xc5\x7a\x3e\x54\x60\x31\x98\x79\x6a\ \xe2\x7e\x70\x7b\x04\x10\xa2\x14\x30\x62\x11\xc8\x2a\xc5\x18\x11\ \x42\x11\x46\x1c\xfe\xc1\xbf\x92\x9e\x1e\x41\x4d\x29\x4d\x4a\xee\ \xf5\x8b\xe2\x0a\xf7\xb8\x61\x84\x44\x49\xc4\x98\xd1\x95\xb4\x09\ \x21\x18\x21\x43\x2f\xa3\xa2\x28\x00\xc0\x60\x9c\x99\x95\x7d\xc6\ \x5b\xf4\x4e\xaa\x5f\xd1\x05\xd9\x8d\xd1\x53\x3b\x6d\x7b\xe4\x5e\ \xfa\xaf\x92\x33\x55\xa3\xd9\xbd\xc3\x72\x35\xcf\x01\xc6\xf6\xbb\ \x1c\xce\x29\x92\xda\x6a\xcf\xe2\x62\x7f\x58\x92\x6d\x66\x1f\x93\ \x19\x41\x6d\x55\xc7\x17\xc5\x7e\xc2\xa0\x9f\xe6\xa2\xa5\xbf\x71\ \x77\x8b\xb1\x2c\x49\x2c\xc7\x53\x42\x30\xc3\x68\xaa\x8a\x31\x16\ \x0c\xc6\xce\xad\x26\x4a\xc9\xb9\x5a\xa1\x7e\x5d\x6b\x72\xf6\x65\ \xd6\x53\x11\x20\xfb\xaf\x23\x57\xa3\x91\x0d\x25\xd8\xce\xa1\xc3\ \xc5\x2d\x7f\x2d\xc3\x4f\x4f\x0b\x1d\xea\x47\x7d\x7a\x9b\x0e\xee\ \x6a\xd9\xd8\x48\xac\x06\x44\xb1\xde\xab\xd6\xf3\xc6\x71\x3c\xc6\ \xbf\x65\xe0\x62\x8c\x05\x41\xf8\x01\xb8\x0c\xa3\x3f\xa2\x69\xcc\ \x6f\xf8\xa8\x29\xed\x9c\x24\xf2\x13\x02\x17\x00\x08\xa1\x1a\x01\ \x95\xa0\xe8\x68\xd3\xc5\x2c\xc3\xc9\x2a\x67\xe6\x18\x8f\xb8\xa3\ \x46\x41\x06\xce\x24\x20\x45\xd6\xd4\x9f\xc2\x1b\x21\x54\x5d\x55\ \x29\xc9\xf2\x6f\xd8\xe9\x22\xdd\x21\x75\x5e\xf8\x9d\x63\x69\x31\ \xfe\x2d\x17\x67\x28\xa5\x1c\xc7\xc6\xc5\xc5\xff\x84\xc0\x25\x84\ \x8a\x0a\xd1\x00\x18\x44\x09\xa0\x88\x30\x21\x5d\x94\x97\x6e\x75\ \xbb\x6c\xd6\x41\xf1\xac\x01\x88\x9b\xe3\xe7\x8c\xb4\x7c\xb6\xa2\ \xa5\x8e\xf4\xbc\x50\x23\xc7\x71\x6f\xbe\xf9\x46\x45\x45\x85\xd0\ \x43\x65\xbf\x5f\xd1\xc9\xfd\x0d\xab\x59\xa9\x8a\x12\x19\x19\xf9\ \x97\x17\x5f\x3a\xff\x80\x81\xfd\x11\xd4\x42\x5c\x82\xb9\x97\x11\ \xe7\x24\x30\xd5\xfb\x34\x63\x12\x1c\x29\x6d\x7f\x7d\x9f\x1c\x62\ \xc0\x8c\x14\xa8\xa4\xe1\xb3\x87\x85\xee\xf3\xb2\x21\x1c\x68\x3f\ \x99\x7b\xe0\x79\xde\x60\x30\xf0\x3c\x0f\x41\xfb\xad\x18\xc3\x30\ \x3f\xc9\x06\xc4\xa9\x57\x3d\x21\x10\x13\xc6\x55\x95\xba\xd6\xd7\ \xaa\xe1\xd4\xe3\x93\x68\x98\x99\x61\x31\x10\x51\xfe\x62\x63\xeb\ \xb0\x6c\x73\x9a\x8d\x6e\x38\xe0\x71\x11\xc4\x60\xf8\x29\xef\x6e\ \x88\x68\xb2\xa2\x01\xcf\x73\xba\x23\x22\x9a\xa2\x68\x88\x63\x40\ \xd1\x28\xcf\x73\x44\x91\x15\x4d\x97\x29\xc1\x2c\xc7\x31\x18\x01\ \x80\xa6\xca\x4a\x17\x33\x1f\x61\x96\xe7\x39\x04\x44\x55\x14\x55\ \x23\x00\x88\xe5\x38\x56\x9f\x7e\x43\x34\x45\x51\x08\x05\x84\x18\ \x8e\xe7\x70\xb0\x0d\xf1\xd7\x63\xec\x39\x51\xcb\x60\xa8\xab\xf1\ \x7e\x70\xd2\x8b\x31\x32\xf2\xa8\xbe\xd6\x5f\x83\x90\xc0\x00\x05\ \xc0\x0c\x52\x03\xf2\xea\x9d\x92\x06\xc0\x60\x64\xe4\x11\x82\x9f\ \x70\x8e\x2f\x25\xaa\x39\x32\x21\xd2\x02\x35\x27\xeb\x09\xc6\x94\ \x10\xc1\x16\x9d\x1e\xc1\x36\x39\xd5\x70\x3b\x53\x53\xdd\x64\x8a\ \x4d\x4d\x88\x0e\x15\x58\x2c\x7a\x5a\x2b\xcb\x2b\xdd\x0a\xb0\x0c\ \x13\x12\xd5\x2b\x21\x26\x94\xe7\x58\x00\x10\x5d\x4d\xe5\xe5\x95\ \x5e\x8d\x89\x88\xcf\x48\x8e\x71\x80\xec\xad\x2a\x2b\x6b\xf5\xab\ \x2c\x03\x94\xb3\xa6\x67\xa7\x3a\x4c\x8c\xd8\xd1\x5a\x55\x55\xe7\ \x57\x68\xb0\x85\xf6\x57\x0c\x5c\x0c\x80\x00\x38\x16\x73\x5d\x4f\ \x32\x2c\xe2\xba\xf2\x09\x00\x60\x30\x32\x1b\xd0\x19\x6f\xf9\xa9\ \x80\xab\x4a\x42\xfc\xd0\xbb\xae\xcd\x7d\xf3\xf1\x47\x0f\x79\x78\ \x50\xb4\xbe\x97\xdc\x78\x65\xf4\xe1\x8f\x76\xe3\xdf\x4d\x09\x79\ \xec\xe1\xf7\x87\xce\xbc\x71\x4a\x4a\x60\xcf\xb1\xf6\xd0\xc8\x68\ \x93\xd6\xf0\xf5\x87\xef\xef\xac\x54\x47\x8e\x9b\x3f\xa7\x1f\xec\ \x3a\x52\x03\x2c\xdb\x5e\xbe\xff\xc4\xb1\xaa\xc2\xc9\x37\xcc\x1a\ \x95\xea\xac\x6f\xc2\xd6\xc8\x10\xae\x65\xd1\x5b\x6f\xef\xac\xc5\ \x97\xcd\xbf\x75\x64\x8a\xa1\xba\xde\x6b\xe1\x5a\x17\xff\x63\x51\ \x59\x9b\xc8\x32\xc1\x96\x90\x5f\x21\x70\x45\x15\xf2\xa2\xb5\x67\ \x2e\x21\xff\x0f\xc7\x63\xe6\xa9\xfa\x13\x38\x5e\xcc\x09\x4d\xc5\ \x5b\x8f\xcf\x1c\xdc\xbf\x5f\xea\xc1\xb5\x27\x18\x73\xe2\xc0\x82\ \xd0\x1d\x5f\x6e\x6b\xa5\xc3\x64\x49\xa1\x80\x39\x2c\x1d\xf9\xfe\ \xab\xd7\xbe\x38\x47\x8f\x8f\x30\x00\x00\x20\x00\x49\x44\x41\x54\ \x68\xb2\x85\x8d\x9d\xfb\xc0\x9c\xeb\xae\xac\x78\xf6\x23\x95\x6a\ \xc7\x37\x7f\xf3\xd2\x07\xeb\x40\x30\x61\xc4\xc6\xf7\x9f\x39\x7f\ \x62\xea\x57\x7f\xfb\xcb\xc6\xd2\x56\xc4\x59\xc7\xce\xbd\x77\xf6\ \xf5\x53\x4e\xbe\x79\x74\x78\x5e\xc2\xf7\xaf\x2c\xfc\x67\x51\x47\ \x58\x98\x0d\x11\x2d\x88\xda\x5f\x2b\x70\x29\x05\x9e\x05\x03\xf7\ \xff\x89\x58\xb5\x9f\x28\x5c\x40\x0c\x48\x75\x9b\x77\x37\x5c\x57\ \x38\xc0\xbe\xb6\x08\x67\x0c\x4c\x24\x0d\xcb\x8a\xab\x71\xff\xce\ \x90\x57\x2f\x22\xb1\x2c\x4b\xa4\xb6\xcd\xcb\x56\x4d\x7c\x68\x7c\ \x6a\x8c\x41\x0c\x48\x89\x43\xa6\x2d\x8c\x1a\x08\x98\x14\xaf\x5f\ \xe4\xcf\x2f\x74\x96\xee\xde\x5e\x52\x87\x4d\x16\xa4\x38\x37\xae\ \xfe\xfe\xe2\xbb\x26\x65\xf3\xab\x56\xed\x3e\x39\x61\xce\xdd\x7c\ \xca\xe6\x2d\xdb\x76\x37\x89\x84\x67\x99\x20\x20\x7e\xad\xa1\x02\ \xa5\x3f\x61\xa1\xe0\xff\xf9\x5f\xc4\xe4\xd8\xee\x8d\xde\xe1\x33\ \xd2\x63\x62\x43\x06\xe6\xb6\x96\xac\x2d\xef\x40\x19\xa7\x3a\x47\ \xd4\x39\xc5\x95\x12\x95\x22\x8a\x31\xc2\x0c\xee\xa8\x2f\xdb\xbd\ \xa3\x18\x58\xa6\xbe\x39\x10\xcf\x23\xa2\x11\x00\x5d\x1c\x12\x11\ \x42\x08\x65\x78\xd4\xb1\xfa\xa3\x57\xca\x73\xf2\x87\x0c\x1f\x75\ \xdf\xb0\x91\x5f\xff\x1f\x7b\xd7\x1d\x1f\x55\x95\xfd\xcf\xbd\xaf\ \x4e\x9f\xc9\xa4\x37\xd2\x21\x74\x42\x09\x4d\x30\xf4\x22\xa0\x82\ \x08\xba\xf6\xde\x5d\xbb\xbb\xae\xbb\xba\xeb\xea\x5a\x56\xd7\x82\ \x8a\x80\x0d\x41\x41\x54\x04\x14\x51\x69\xd2\x7b\x09\x90\x04\x02\ \x09\xe9\x3d\x99\x4c\x79\xf5\xde\xdf\x1f\x2f\x19\x42\x40\x77\x7f\ \x12\x04\x61\xce\x67\x3e\x30\x79\x65\x26\xb9\xef\xfb\xce\x3b\xf5\ \x7b\xe6\xce\xda\x52\xdc\xcc\x85\xb0\xfb\x3b\x91\xdf\xc1\xc3\x91\ \xe1\x58\x5f\xc9\xfe\x2d\x87\x02\x63\x66\x5c\x9d\xdd\x09\x6f\xd8\ \xb0\x9f\x9e\xc4\x94\x01\x44\xd7\x14\x59\xd6\xa8\xd8\x6f\xcc\x68\ \x54\x5b\x7e\xac\x22\xc0\xf1\x6c\x63\x49\xde\xa6\x8d\x1b\x36\x6d\ \xde\x56\x54\xe5\x29\xd9\x7b\x30\x2a\xb3\x4f\x8f\x24\xbb\x1c\x08\ \x48\xaa\xd8\xf7\x92\x6c\xb3\x7a\x38\xaf\x8e\x5a\x38\xad\x68\xef\ \xda\xd9\xaf\xbd\xba\xdb\x97\x30\x71\x58\x67\xda\x41\x9d\xd3\x21\ \x39\x37\xce\xd9\x79\x08\x5d\x01\x7b\x7f\x5a\xbd\x65\xea\x3f\x6f\ \xaf\x5f\x3b\x6f\x77\x49\x13\xc3\x30\x98\xe5\xcd\x26\x1e\x01\xd5\ \x91\x98\x39\x68\xd2\x8d\xd6\x01\xe1\xb1\xc9\xb1\x0e\xe9\xb3\xf7\ \x3f\x2d\x97\xd9\xbe\x0c\x97\x36\x68\xdc\x2d\x42\x3a\x70\x3c\x34\ \x16\x7d\xbb\x7a\xf9\x82\x8d\x71\x33\x1f\x78\xb2\x7f\x7e\x11\x76\ \xc5\xa7\xc4\xa0\x2f\xdf\x7d\xb7\x9c\x4b\xbd\xfe\xc6\x89\x56\xbd\ \x31\xc0\xba\xbb\x86\x7b\x37\xac\x2c\x45\xa1\x71\xc4\x21\xe0\x76\ \xb4\x8b\x26\x06\x8a\x37\xff\xe7\x55\x4f\xe0\x78\x9e\x8c\x44\x81\ \x87\xda\x82\x8d\xf3\x9a\xb1\xc2\xa0\xed\xcb\x3f\xf5\x74\x8a\xe4\ \x59\xa6\xbc\x70\xdf\xa2\xdc\xdc\xca\x66\xcd\x6a\xe6\x0e\xac\xfb\ \xf4\xe3\x92\xe8\x96\x09\x75\x01\x2f\xd2\xfd\x6b\x3f\x7d\xf3\xf8\ \xbe\x5e\x19\x09\x6e\x74\x34\x7f\x45\xee\xde\xa2\x1a\x2f\x6f\x42\ \x5b\x36\x6f\x4d\x8a\x76\x62\x28\xdd\xb5\x6a\xfe\xc1\xa2\x5a\x96\ \x0b\xf5\x83\x84\x80\xdb\xe1\x3e\x1a\x0a\xec\xfd\x69\x23\xe6\x05\ \x9e\xc3\x00\xe0\xab\x39\xba\xa5\x9c\x8a\x22\x5f\x79\x78\xd7\xf1\ \x83\x3a\x00\x20\xcc\x70\xbc\x20\xf0\x2c\x02\x5a\x55\xb4\xa7\xa4\ \xa0\xf5\xb9\x8f\x59\x51\x14\x4c\x9c\x7e\x3c\x77\x4b\xe1\x1e\x1d\ \x10\xe6\x78\x81\xe7\x05\xd0\xbc\x87\xf7\x6c\x38\xa4\x11\x68\xd9\ \xc4\x86\x62\xb8\x21\xe0\x76\x80\xb4\xcc\xab\x6a\x0b\x5e\x96\xa1\ \x44\x93\xe5\x56\x40\x62\x50\x14\x05\x00\x33\x5c\x70\xf4\x9a\xda\ \x6a\xa6\x9e\xd8\x08\x00\xaa\xaa\x40\x0b\xb4\x8d\x41\x6e\x9a\xac\ \x68\xc6\xed\xd0\xda\xec\x41\x3a\xa4\x64\x29\x24\xbf\x2c\x9a\xaa\ \x76\xd4\x3a\xb3\x16\x8b\xe5\x6c\xfc\x8a\x66\xb3\x59\x14\xc5\x5f\ \x5d\x4b\x41\x29\x4d\x4e\x4e\x16\x78\x9e\x0b\x3d\xbe\x2f\x20\xd1\ \x75\xdd\x15\x16\xd6\x31\xc0\xfd\xfb\xb3\xcf\x9c\x15\x7f\x8a\xc1\ \x0d\x0d\x0d\x3c\xcf\xff\x3a\xec\x6a\x9a\x3a\x62\xc4\x08\x8b\xd5\ \x1a\xe2\x31\xbe\xb0\x04\x79\x9b\x1b\x0d\x3a\xa6\x33\x05\xee\x8e\ \xed\xdb\xce\xca\x6f\x48\x81\x61\x19\xab\xd5\x76\x06\xd8\xd5\x58\ \x2e\x34\x85\xea\xc2\x82\x2d\x42\x5a\x07\xe5\x57\xd9\x2e\xa7\x34\ \x36\x75\xec\x6f\x6a\x4c\x50\xfb\x75\x67\x77\xc8\xad\x19\x92\xf3\ \x0a\xb8\x1d\xd5\x2e\xc3\x72\x67\xb9\xe0\x35\x34\x2a\x35\x24\x67\ \x25\xaa\x10\x02\x56\x48\x7e\x97\xc0\xd5\xcf\x5a\x9e\x33\x38\x80\ \xb2\xa3\x3e\xcd\x30\x1b\x82\x8d\xce\x21\x39\x7f\x0c\x00\x83\x2d\ \x81\xe7\x79\x49\x92\x82\x97\xe9\xec\x02\xd7\xe9\x74\x9e\x35\x33\ \x5c\x0b\x04\x02\x1d\xf2\x07\x18\x73\xb1\x7d\x7e\x3f\xa5\x20\x8a\ \x82\x28\x08\x1d\x76\xbf\x21\xcc\x32\x98\xe8\x1a\x09\xdd\x0b\x67\ \x60\x0d\x8a\xa2\x78\xfc\xf8\xf1\x35\x6b\xd6\x4c\x9f\x3e\x9d\x65\ \xd9\x33\x9f\x31\xfa\xdf\x81\x7b\xff\x03\x0f\x9e\x8d\xcf\x15\x04\ \x21\x77\xff\xfe\xd9\xb3\xdf\x3d\xf3\x1b\x03\x63\x1c\x90\xa4\xed\ \xbb\xf6\xf9\xbc\x3e\x63\xf2\x6f\x56\xef\xee\x31\x51\x11\x9a\x76\ \x02\xbb\xc8\x20\x22\x38\xa9\x8b\x1f\x31\x2c\x43\x4f\x90\x21\x23\ \x86\xc1\x94\x52\x86\x65\x89\xa6\xea\xa4\x95\x31\x59\xf3\x95\x57\ \x7a\x6c\xe1\x51\xe6\xd0\x28\xcb\x5f\xa5\x9e\x54\x55\x5d\xb0\x60\ \x41\x76\x76\x76\x6d\x6d\xed\xb7\xdf\x7e\x3b\x74\xe8\xd0\xdc\xdc\ \x5c\x4a\xe9\xa4\x49\x93\x0c\x66\x93\xdf\x99\x8d\x8b\x10\x0a\x48\ \x81\xe2\xa2\x63\x6c\x6a\x9a\xdd\xe1\x38\x13\xfe\x15\x96\x61\x4a\ \xcb\x2a\x65\x49\x9e\x34\x61\x14\x21\xf4\x60\xde\xe1\xa5\xcb\xbf\ \x4f\x4c\x88\x0d\x2a\x5d\x4a\x29\xcf\x73\xbd\xba\x67\x86\xbb\xc3\ \x4e\x7c\x11\x51\x1b\xaa\xeb\x45\xbb\x53\xe0\x10\xa5\x80\x10\xf1\ \x34\x7a\x31\x6d\x58\xb5\x7c\x4d\xec\x25\xd3\x86\x24\x9b\x15\x8d\ \x22\x86\xd3\xeb\xf2\x3e\xff\x7c\xfb\x98\x1b\xef\xea\x6a\xd3\x15\ \x12\x82\xe2\xff\xf3\xd2\xb0\xac\xd9\x6c\xf6\xfb\xfd\xaf\xbf\xfe\ \x3a\xcb\xb2\x3c\xcf\xbf\xf2\xca\x2b\x3e\x9f\x6f\xe6\xcc\x99\x56\ \xab\xd5\xe3\xf1\x9c\x3d\x43\xf4\x2c\xd6\x43\x51\x4a\x55\x55\xed\ \x90\xa7\x06\x42\xa8\xb1\xa9\xf9\xc8\xd1\xe2\x43\xf9\x47\x00\xa0\ \x4f\xaf\xae\x2e\xa7\x23\xc2\x1d\x66\xbc\xa2\x22\xc2\x09\xa1\x1b\ \xb7\xec\xe4\x38\xae\xf5\xf9\xcf\x70\xe0\xfd\xee\xfd\x97\x3e\xdb\ \x5a\xc4\xf2\x3c\x30\x3c\xe3\x3b\x3a\xf7\xcd\xff\x6c\x2c\x67\xba\ \x76\xeb\x1a\x6d\x63\x09\xc5\x1c\xcf\xf3\x1c\xcf\x61\xdd\x17\x08\ \xe8\xd4\x28\x75\xe0\x39\x8e\xe3\x79\xde\xe8\xb8\x64\x58\x63\x03\ \xc7\x73\x1c\x6e\x69\xba\xe4\x39\x96\x0d\x35\x4a\x04\x9f\x84\xb9\ \xb9\xb9\xcb\x96\x2d\x23\x84\x10\x42\x86\x0e\x1d\x7a\xcb\x2d\xb7\ \xa4\xa7\xa7\x03\x40\x4d\x4d\xcd\x17\x5f\x7c\x51\x51\x51\x81\xcf\ \x5a\xc1\xdd\xd9\x4d\xa8\x06\x3d\xaa\x33\x5d\x23\x84\x24\x49\x6a\ \x6c\xf2\xa8\x8a\x0a\xad\x34\x44\xc1\x27\x05\x05\x2a\xf0\x5c\x53\ \x93\x27\xf8\x4d\x94\x10\x6c\x0e\xef\xd5\xb7\xf3\x82\x6d\x7b\x1a\ \x2f\xe9\xe2\x12\x50\xf1\x81\xbd\x1e\x2e\x39\x3b\xc3\xb6\x69\x69\ \x51\x54\x6c\xef\x0c\xea\x5d\xff\xf5\xd2\x4d\xf9\x75\x02\x6e\x6e\ \x54\x2c\x3c\xcf\x12\x5f\xc9\x77\xcb\x57\xec\x2f\xf5\x98\x63\x32\ \xa7\x4c\x1e\x93\x60\xe7\xab\x0a\xb6\x2c\x5f\xb9\xa1\x56\xc6\xa9\ \x7d\x47\x4c\xc8\xc9\x82\x9a\xbc\xaf\x96\xad\x3a\x56\x27\x27\xf4\ \x18\x32\x71\x74\xb6\x99\xaa\x17\xb9\x59\xcc\x30\x4c\x55\x55\xd5\ \xe2\xc5\x8b\x25\x49\xba\xe6\x9a\x6b\xae\xb8\xe2\x0a\x4a\xe9\xe0\ \xc1\x83\xdf\x78\xe3\x8d\x65\xcb\x96\xc5\xc6\xc6\x26\x27\x27\x63\ \x8c\xcf\x12\xd9\xd9\xef\xa3\x12\x40\xd3\xf5\xc4\x84\xb8\xc1\xd9\ \x59\x01\xbf\x74\x3a\xff\x0a\x79\x3c\xde\x1f\xd6\x6e\x6c\x33\xb0\ \x86\x2a\x1a\x93\xd1\xb3\xaf\x7d\xfd\x97\xfb\xca\xfd\xe3\x3b\xe9\ \x7b\xf7\x1c\x8a\xc9\x9a\x19\x25\x28\x85\x87\x0f\xf3\x03\x50\xd1\ \xa6\xaf\x96\xef\xf4\x5c\x79\xdd\x55\xe6\xb2\x75\x0b\xd6\x94\x63\ \x50\x36\x2f\x5b\xb4\x5f\xea\x7a\xed\x8d\xdd\x37\x2d\x98\xbd\xf8\ \xbb\xb8\x07\x26\xd8\x3e\x5d\xb8\x2c\x6c\xc8\xf4\x19\x09\xfe\xc5\ \xf3\x97\xac\x74\x45\xa7\x14\x2c\xdf\xd7\x10\x7f\xc7\x4d\x39\xac\ \x46\x38\xaa\x87\x9c\x39\x55\x55\x27\x4c\x98\xa0\xaa\xea\x92\x25\ \x4b\xd2\xd3\xd3\x75\x5d\xf7\xfb\xfd\x36\x9b\x2d\x39\x39\x39\x37\ \x37\xf7\x9e\x7b\xee\xc9\xc8\xc8\x08\x04\x02\xbf\x3f\x53\xa1\xc3\ \x0d\x0f\x5d\x27\x3a\x39\xdd\x4b\x27\xfa\xa9\xe4\x6a\x9a\x22\xc4\ \x74\xed\xd3\xc9\xb4\x6f\x47\x5e\x63\xfd\xb1\x83\xd5\x96\x81\xbd\ \x52\x31\xd1\x39\x8e\x63\x91\x5c\xb8\xbf\x24\x6d\xc0\xc8\xc1\x3d\ \x3b\x67\x66\xa6\xda\xcc\x9c\xae\xd4\x1f\xca\xab\x6c\xac\xcc\x5f\ \xfe\xe5\xf2\x22\x0f\xc2\x92\xbf\xe2\xc8\xbe\x46\x53\xf2\xb8\x51\ \xfd\xd3\x7b\x0d\x1b\xdd\x2b\xfa\xc8\xae\x83\x51\x7d\xfa\x39\xa4\ \xc2\x95\x3f\x6e\xf7\x61\x13\x17\x4a\xe7\x01\xb0\x2c\xfb\xc3\x0f\ \x3f\x2c\x5d\xba\xd4\xef\xf7\x17\x15\x15\xb1\x2c\x6b\xb1\x58\x14\ \x45\x29\x29\x29\x69\x6e\x6e\x9e\x33\x67\x4e\x41\x41\x01\xcb\x9e\ \x2d\xcd\x78\x01\xd7\x5e\x51\x8d\x98\xfb\x0f\xcd\xda\xba\x74\xeb\ \x4a\x05\xb8\xe4\x3e\x5d\xe2\x2c\x5a\x40\x37\x54\x34\x2f\xd0\x66\ \xaf\x47\x03\x06\x21\xa0\x84\x02\x60\x86\xe1\x3b\xf7\x1f\x3b\x6d\ \x48\xbc\xa6\x51\x4e\xb0\xfa\xf2\xbf\xd2\xd4\x40\x40\x05\xd6\xa4\ \x79\xfd\x12\x05\x26\xa6\xd7\x98\x3f\xc6\x75\xde\xb8\xf2\xab\xd9\ \x6f\x7e\x78\xc3\xfd\x77\x76\x75\x23\x45\xbb\xa8\xb5\x2e\xa5\xd4\ \x62\xb1\x8c\x1a\x35\xea\xd8\xb1\x63\x4b\x96\x2c\xf1\xfb\xfd\xf1\ \xf1\xf1\xbb\x77\xef\xde\xbd\x7b\xf7\x98\x31\x63\x1c\x0e\x07\xcb\ \x9e\xc5\xf4\xd6\x85\x5c\x34\xa8\x6b\xaa\x3b\x2d\xbb\xab\xf0\xc3\ \x82\x6f\xe9\x9d\x4f\x5f\x6b\x21\x8a\x4e\x89\x2c\x49\xb2\xc6\x65\ \x5f\x3a\x74\xf5\x07\x2b\x3f\xf8\xa4\x39\x5a\x3f\xdc\xe0\xd7\x19\ \x31\x62\xf0\xd0\xd4\x0f\x7e\x5a\xfe\x1d\xe9\x6d\x22\x7a\xa7\xac\ \xa1\x99\x9d\x07\x77\x5d\x33\x7b\xd1\x87\x0b\x7a\x44\x4a\x5b\x8e\ \x28\x23\x6e\xea\x55\xb1\x6d\xcd\xbe\x2a\x59\x34\x59\x58\x24\xa9\ \x1a\x41\x88\x81\x8b\x3b\x80\xa6\xeb\x7a\x56\x56\xd6\xa0\x41\x83\ \x5e\x7b\xed\x35\x45\x51\xbe\xf9\xe6\x1b\x4d\xd3\x78\x9e\xd7\x75\ \x3d\x39\x39\x79\xd2\xa4\x49\x67\x35\xaa\xc0\xfe\x5e\x6e\x6e\x4a\ \x29\xc3\x30\x0c\xc3\x9c\xd6\x05\xc4\x18\xeb\xa7\x36\xc8\x53\x5d\ \xe7\xec\x43\x27\xce\x30\x77\x25\x7d\x3b\x59\x64\x55\x43\xc8\x3e\ \x38\x67\x84\xcb\x4e\xed\x91\xc3\x6f\xbb\xc9\xb1\x75\x57\x41\x9d\ \x1e\x39\x6e\x7c\xe7\x48\x96\x3a\x2e\x9d\x71\xa3\x7d\xd3\xee\x23\ \x55\xaa\xe8\x62\x31\xa5\x42\xd4\xe5\x37\xdc\xb4\xe5\xa7\x2d\x15\ \x7e\xcb\xc4\x1b\x6e\xe9\x97\xea\x28\x3b\xc0\x78\x6b\xca\xeb\x18\ \xdb\x95\xd7\x8d\xcc\x8c\x64\x15\x35\xd4\x59\x09\xc1\x1c\xd3\xdd\ \x77\xdf\xdd\xd8\xd8\x38\x6f\xde\xbc\x27\x9e\x78\x62\xdf\xbe\x7d\ \x0d\x0d\x0d\x3e\x9f\x4f\x3f\x9b\xcd\xa7\xbf\x03\xe0\x12\x42\xc2\ \x5c\xce\x82\x23\x47\xd7\x6d\xd8\x6a\xa0\xf8\x54\xe0\x7a\x9a\xbd\ \x31\x31\x11\xa7\x3a\xb0\xaa\xa2\x47\xa4\xf7\x9f\x9c\x09\x81\x80\ \x4c\x01\x28\xb2\x0f\xba\x34\x87\x28\x52\x40\xd2\xc2\x93\xb3\xae\ \xec\x92\x8d\x00\x88\xa6\x4a\xb2\xac\xe8\x6c\xfa\x80\xd1\xdd\x06\ \x33\x40\x89\x2c\x49\x8a\x2c\x33\xd6\xd8\x11\x57\xcc\x64\x10\x55\ \x65\x59\x0e\x28\x51\x5d\xb2\xa7\xf7\x1c\x82\x80\x6a\x8a\x2c\xab\ \x7a\x28\x5b\x61\x28\x14\x96\x65\x6f\xbe\xf9\x66\x8b\xc5\x52\x54\ \x54\x94\x93\x93\xd3\xa9\x53\xa7\x94\x94\x14\xb5\xe3\x3a\x1d\x7e\ \xc7\xc0\xd5\x74\x3d\x32\xc2\x3d\x64\x60\xbf\xb2\xf2\xaa\xd3\x86\ \xd7\x08\xa5\x89\x4e\x47\x6a\x52\x82\xaa\x6a\xa7\x60\x1a\x74\x55\ \xf6\x9f\xc8\xe0\x10\x59\x92\x5a\xb6\x6b\x8a\x5f\x0b\x2e\x2e\x02\ \xa0\xaa\x2c\xa9\xf2\x89\x9b\x81\x12\x4d\xf2\x6b\xc1\x9f\x75\x55\ \xf6\x07\x77\x87\xa4\x8d\x70\x1c\x27\x49\x52\x6c\x6c\xec\xed\xb7\ \xdf\xae\x28\x0a\xa5\x94\xe3\xb8\xb3\x4d\xf9\xff\xfb\x30\x15\x74\ \x5d\x77\xbb\x9c\x91\x11\xee\x5f\xb8\xf5\x4f\x45\x6d\x48\x7e\xb3\ \x47\xa2\xf1\xaf\xa1\x65\x7f\x9b\x2a\xa8\xdf\x8d\x73\xa6\x13\x12\ \xca\xc9\x86\x24\x28\xa1\xec\x65\x48\x42\xc0\x0d\x49\x48\x7e\x2b\ \x39\xaf\x4d\x85\x50\xcf\xd9\x05\x26\x1d\x78\x35\xcf\x53\xe0\x52\ \x4a\x19\x06\xbb\xdd\xee\xd0\xc5\xbe\xc0\x80\xdb\xdc\x54\xdf\x21\ \x13\xec\xce\x5b\xe0\x02\xc6\xd8\x6a\xb5\x86\x2e\xf6\x85\x66\x9b\ \x62\xa6\x63\x26\x4b\xb2\x0c\x83\x19\xcc\x30\x2c\xb4\xa4\xa0\x10\ \x21\xc6\xe8\x4a\x23\x96\x49\x09\xa5\x08\x21\x8c\x10\x35\xa6\x3d\ \xb6\x85\x17\x50\x4a\xa8\x41\xb0\x2f\x49\x72\xa8\x15\x2c\x24\xbf\ \x9d\x8d\x5b\x5d\xd7\xe0\xf1\x78\x9a\x9a\x1a\x29\x21\xba\xae\xcb\ \x92\x24\x9a\x44\x00\xa4\x6b\x9a\xaa\xaa\x1c\xcf\xf1\xbc\xa0\x6b\ \x9a\x24\xcb\x0c\xc3\xb6\x94\x4d\x20\xa0\x94\x6a\x9a\xce\xf3\x3c\ \xc7\xf3\xaa\xa2\x52\xa0\x3d\xbb\x65\x8a\xa2\x40\x42\xd5\x7e\x21\ \xf9\x6d\x80\xfb\xfd\xda\x8d\x15\x15\x95\xdb\xb7\x6d\x65\xa8\x5e\ \x51\x51\x56\x5a\x52\xec\x74\xb9\x39\x9e\xf7\x36\x37\x07\xfc\x5e\ \xbb\xc3\x15\x11\x11\xe1\xf3\xf9\xaa\x6b\x6a\x11\xcb\xb2\x0c\x4b\ \x88\x0e\x08\x39\x9c\x61\xa2\xc9\xc2\xf3\x5c\x62\xa7\x64\x77\x44\ \xb8\xa2\x28\x9d\x12\xe2\xcd\x66\x33\x21\x1d\x93\x05\x30\x7a\x2d\ \xab\x2a\xca\xe0\xbc\x77\xce\x58\x96\x43\x18\x01\x80\xa6\x6a\x94\ \x86\x22\xcd\x46\x27\x15\x6f\xb3\x3b\xfc\xfe\x40\x4d\x75\xa5\x22\ \xcb\x0c\x83\xcd\x66\x6b\x98\xdb\xcd\xf1\x02\x21\x7a\x87\xb8\x68\ \xac\x45\x34\xa5\x26\x27\xef\xd9\xb9\x43\xe0\x78\x8b\xd9\x6c\xb5\ \x39\x58\x96\x35\x9b\x4c\xc6\x67\x3b\x9d\x4e\x51\x14\x11\x42\x9a\ \xae\x23\x86\x95\x65\x99\x52\xea\x74\xb9\x18\x96\x33\x5b\x6c\x08\ \x21\x42\xb4\xc4\xf8\x04\xd1\x6c\x62\x59\xee\xac\x98\x0a\xe7\xb7\ \x06\x47\x08\x55\x14\x17\xfb\x3c\x4d\x2c\xc7\x45\x27\x76\xe2\x05\ \xe1\xe4\x45\xf8\xef\x4b\x62\x90\xbb\xb4\x1e\x46\x01\x30\xc7\x73\ \x54\x53\xb4\xdf\xed\x2d\x60\x74\xa7\xd4\x56\x57\x1f\x3b\x7a\x24\ \x22\x32\x2a\x2a\x3a\x16\x80\x36\x35\x34\x1c\x2b\x3c\x1c\x17\x9f\ \xd8\x61\xfa\x62\xd7\xee\x9d\xc6\x14\xce\xb2\xb2\x52\x9f\xb7\x99\ \x61\x18\x23\xd7\x2c\x49\x12\xcb\xb2\x0c\xc3\x68\x9a\xa6\x69\x9a\ \xa2\xa8\xbc\x89\x35\x9b\xcd\x3c\xcf\xd9\x1c\x8e\x86\xfa\x06\x8e\ \x17\x03\x81\x80\xcd\xe1\xa8\xa8\xac\x8c\x8e\x89\x16\x04\xbe\x63\ \xe7\xf4\x21\x00\xc3\xf2\x3e\x6f\x85\xe1\xb8\xd2\x23\x47\x6a\x2a\ \xca\x1d\x2e\x97\xaf\xb9\xb9\x60\xdf\x9e\x2e\xbd\xfa\x68\x9a\x1a\ \xbc\xe5\x38\x5e\x60\x79\x2e\xe8\x6e\xf2\x26\x13\xd6\x15\x49\xd1\ \x00\x01\x50\xc4\x8b\x26\x86\xca\x9e\x66\x3f\x30\x3c\xcf\xe2\x16\ \xd7\x85\x78\xf6\x6e\xcd\xb5\xa7\x67\xa5\x38\xf9\xdf\x6f\x21\x8f\ \xae\xeb\xc5\x45\x47\x93\x53\xd2\x23\x22\xa3\x74\x5d\x03\x00\xbb\ \xdd\x59\x57\x57\x5d\x53\x53\xd9\x21\x21\x05\x00\x60\x8b\x8e\x1e\ \x75\x87\xbb\xc3\xdd\x61\x3e\x4f\x93\x24\x05\x54\x55\x65\x18\xc6\ \x68\x15\x42\x08\x19\xcd\x83\xb2\x2c\x73\x1c\xab\x28\x0a\xe2\x79\ \x8c\xc5\xda\x9a\x1a\x86\x61\x45\x51\x74\xbb\xdd\x53\x26\x4f\xa9\ \xa9\xab\xdb\xb7\x77\xaf\x7c\xd9\x68\xbb\xd5\xd2\xb1\xaa\xf6\x6c\ \x17\x6a\xfc\x8f\x0f\x3e\x51\x14\x83\x0c\x68\x94\xd2\x20\x59\x04\ \x0b\xd0\x54\x5f\x17\x16\x19\x99\xd6\xa3\xa7\xdf\xeb\x3d\xb8\x63\ \xdb\xbe\xad\x9b\x50\x9b\xc1\xc6\x4a\x40\xee\x3e\x30\xdb\x6a\x77\ \x10\x42\x30\xd2\xf3\x37\x6f\x53\x23\xd2\x3a\x27\xba\x89\x46\x18\ \x56\x2f\xdc\xbb\xdd\x2f\x98\xb6\x7f\x3e\xa7\xb9\xd7\xad\x0f\x4c\ \x48\x97\x55\x9d\x61\x79\x5e\x2a\x5d\x3c\xff\xfd\x3e\x77\x75\x4d\ \x77\xf1\x1a\x31\xae\x31\x0d\x7a\x0e\x08\x63\xd4\xa6\x18\x00\x21\ \x6c\x74\xdf\x9d\x57\xae\x05\xc3\x30\xb5\x35\xd5\x66\x8b\x35\x3c\ \x32\x52\xd3\x54\x03\xa6\xba\xae\xb9\x5c\x6e\x9f\xcf\xeb\x69\xf2\ \x74\x0c\x70\x03\x7e\xbf\xe4\x37\x87\x87\xbb\x05\x81\x37\x99\x44\ \x9f\x8f\x37\x99\x4c\x18\x63\x4d\xd3\x0c\x7a\x12\x51\x14\x55\x55\ \x6d\x68\x6c\x72\xb9\xdd\x02\xcf\x6b\x9a\x16\x15\x19\x59\x5b\xdf\ \xc0\x30\xcc\xa0\x41\x83\x6c\x36\xdb\xb6\xed\xdb\x5b\x1e\x8a\x1d\ \x6d\x8e\x9e\x73\xe0\x22\x84\x18\x86\xf9\xf4\xd3\xcf\xf2\xf2\xf3\ \x4d\x26\x93\x4e\x74\x06\x33\xb7\xdc\x7c\x93\xcd\x66\x23\x84\x10\ \x42\x11\xc6\xf9\x7b\x77\xd7\x54\x94\x11\x42\x58\x96\x63\x79\x3e\ \x68\xdb\x30\x1c\x5b\x5d\x5e\xe6\xf7\x7a\x2d\x76\x07\x21\x94\x17\ \x70\xfe\xea\x39\x9f\xf8\x73\xde\xfd\xeb\x8d\x16\x46\x63\xfd\x47\ \xe7\xbd\xfc\xac\x7d\xfa\xb3\x57\x5f\x7e\xad\xd7\x12\xae\xea\xc0\ \x80\xd6\x58\x57\x83\x03\xcd\x1a\x35\xc2\x81\x0c\x52\xbc\xb5\xf5\ \xcd\x8c\xd9\x11\x66\x13\x34\x55\x67\x79\x56\x6e\x6e\x6c\xf4\xab\ \x36\x97\xdb\xcc\x22\x1d\x90\x2e\x7b\x1b\x1a\x7d\x58\x30\xdb\xac\ \x66\x06\xce\x97\x98\x0e\xc2\x58\x96\x25\xab\xd5\x8e\x00\x61\x8c\ \x55\x55\xc5\x18\x33\x0c\x83\x10\x12\x78\xc1\x50\xc0\x1d\xe1\x5a\ \xb0\x8c\xae\x6b\xc5\xc5\xc5\x9a\xa6\x3a\x9d\xae\xfa\xfa\x06\x5d\ \xd7\x39\x8e\x33\xae\x19\x42\x48\x10\x04\x4d\x53\x31\x83\x5d\x4e\ \xa7\xdd\x6e\x57\x14\x25\x32\x32\x92\xe3\x45\xc4\xb0\x07\x0f\x1e\ \x2c\x2d\x2b\xaf\xab\xab\x37\x99\xc4\x8e\xb7\x94\x28\xed\x28\x43\ \xfe\x0c\xd4\x2d\x30\x0c\x8e\x89\x8d\x59\xfe\xcd\x37\x29\x29\xc9\ \x65\xa5\x65\x3d\x7a\xf6\xb0\x5a\x2d\x84\xe8\x94\x52\x42\x75\x4a\ \x49\xa7\x8c\x8c\xf8\x94\xb4\x53\xbb\xf0\x79\x9e\x57\x24\x99\x10\ \x42\x29\xa1\x54\x57\xa9\x98\x3d\x7e\xf2\x82\x67\xbe\x3f\x50\x76\ \xc5\x25\x49\xd6\xa2\x6d\x9b\x8f\x92\xae\xcf\x0d\x4b\x58\x3f\xeb\ \xf9\xfa\xac\x5b\x7b\xc5\xd2\x05\xb3\xfe\xb3\x7c\x6f\x6d\x98\x45\ \x3d\x5c\x16\x18\x2a\x70\x5a\x43\xfe\x9c\x59\x73\xf7\x55\x49\x8a\ \x6e\x9a\x78\xd3\xdd\x97\x0f\x48\x2a\xda\xf4\xe5\xac\x0f\xbe\x69\ \x22\x20\x44\x76\xbb\xfd\x81\x3b\xd3\xe5\x03\xaf\xbf\xf9\xe1\x51\ \x0f\x8d\x4c\xc9\xba\xf9\x8e\x6b\xe3\x38\xfd\x3c\xe9\x24\xa2\x84\ \x50\x4a\x11\x46\x18\xe3\xa6\xa6\xc6\x05\x0b\x17\x9a\x4d\xa6\xab\ \xae\xba\xca\x6c\xb6\x20\x84\x3a\xea\x77\x64\x65\xc9\xaf\xa9\x8a\ \xd5\x66\xa5\x14\x82\xc4\x4f\x81\x40\x20\x10\x08\xb8\xdd\x6e\x97\ \xcb\x15\x15\x15\x55\x5b\x83\xa5\x40\xc0\xe3\x69\x16\x45\x51\x10\ \x04\x93\xc9\x8c\x31\xb6\xda\xec\xba\xae\x17\x17\x17\x63\x86\x29\ \x2d\x2d\x51\x14\x05\x21\x0c\xa0\x77\x90\xaa\x6b\xd1\xb8\xe7\x3c\ \xe5\x2b\x2b\xca\xa0\x81\xd9\xfb\xf7\xe7\xee\xd9\xbb\xd7\xe9\x74\ \x4e\x9b\x7a\x25\xc6\xd8\xa8\xdf\x23\x84\x50\x42\x58\x8e\xe7\x45\ \x11\x9f\xc2\xda\xc2\x09\x02\xcb\xb2\x94\xb4\x88\x2a\xab\x11\x69\ \x7d\xfb\xc5\x7d\xfa\xc3\x96\x23\x39\xc9\xdd\x76\xfe\xb4\x39\x72\ \xc0\xe4\x64\x17\xb3\xa2\xb1\xc1\xaf\xa3\xa2\xf5\x8b\xbe\xda\xad\ \x3c\xf8\xdc\xbf\x3a\xcb\x3b\x9e\x7a\xee\x43\x8a\xd4\x0d\x9f\x7d\ \xb0\xa9\x2e\xe1\xc9\x47\xa7\x14\x7e\xf9\x9f\xf7\xe7\xae\x18\x96\ \x3a\x7a\xde\x07\x9f\x47\x8e\x7b\xe4\x99\x91\x51\x8b\x5f\xfe\xfb\ \x9c\x85\xeb\xef\x48\x3e\xb4\xad\xd8\xf2\xf4\xab\x4f\xa6\x98\x29\ \x62\x54\xe5\xbc\xb1\x88\x11\x22\xad\x66\x15\x50\x4a\x07\x0f\x1a\ \x84\x30\xd6\x75\xbd\x63\x1d\x6d\x4c\x29\xe5\x38\x36\x36\x3a\x9a\ \xe7\x39\x49\x92\x0c\xac\xe8\xba\x6e\xf4\xc9\x68\x9a\x56\x55\x55\ \x55\x57\x5f\x2f\x88\x62\x54\x54\x64\x42\x42\x42\x54\x54\x54\x98\ \x3b\xcc\xe1\x70\x58\x2c\x66\x4d\xd3\x0c\x56\xaf\xf0\xf0\xf0\x0e\ \xa4\x3e\x0d\xda\xb8\xf4\x7c\x10\x42\x28\x21\x97\x4d\x18\xef\xf3\ \x7a\x87\x0e\x1d\x12\x1d\x15\x25\x4b\x52\xeb\x2e\x4a\x01\x08\x09\ \x82\xf3\x54\x69\x3d\x8c\x52\xa2\x29\x8a\x10\x33\x6a\x58\xef\xc2\ \x0d\xeb\x8a\x2a\xf3\x36\xe4\x6b\xc3\x87\x0d\x10\x75\x89\x02\x66\ \x58\x5a\x7c\xa0\x28\x3c\x7d\x60\xdf\xe4\x08\x57\x78\xb8\xc3\x2a\ \x22\xad\x29\xef\x48\x4d\x73\x6d\xe1\x67\x73\xe6\x6c\x2c\x63\x32\ \xd3\x62\xbd\xc7\x0f\x54\xc9\xce\x51\xc3\x7b\xd8\x5c\x89\x23\x87\ \xf6\xf1\xe6\xee\xb6\xf4\x1b\x37\xb6\x07\xcc\x7a\xee\x9f\x9f\xaf\ \xdb\x1f\x20\x08\xd1\xf3\x47\x82\xc0\x25\x0e\x87\xa3\x6f\xbf\x7e\ \x59\x7d\xfa\x58\x2c\x96\x8e\x0d\x3a\xb1\x82\x20\x68\x9a\x56\x5a\ \x56\xd6\xba\xcc\xd4\x30\x6d\x29\xa5\x56\xab\x35\x3e\x3e\xbe\xa9\ \xa9\x49\x55\x55\x04\xa8\xba\xa6\x86\x50\xea\x0e\x0b\x33\x9b\xcd\ \xb2\x2c\x7b\xfd\x12\xc6\x48\x34\x89\x16\x8b\x55\x55\xd5\x33\x99\ \xf8\xf0\xf3\x7e\x11\x01\x38\xf7\x71\x5c\x59\x91\x23\xa3\x22\x1e\ \x7a\xe8\x81\xe4\x4e\xc9\x81\x80\x9f\x02\x85\xd6\x0b\x43\x29\x01\ \x4a\x5a\xde\x9c\xf2\xc8\x34\xfe\x04\x4a\x75\x63\xaf\x12\x50\x32\ \x86\x8d\x8e\x5d\x33\x77\xd6\x7f\xca\x95\xf8\xbe\x43\x3a\xdb\x25\ \xa9\x9a\x02\x50\x1d\xdc\xb1\xce\xba\x03\x07\x8f\x37\xa9\xe9\x40\ \x35\x4d\xd3\x28\xef\xb6\x09\xd1\xae\x61\x8f\x3e\x31\x99\x57\x64\ \x05\x71\xa8\x7a\x33\x47\x9b\xf2\x8a\xea\xb2\x23\x5c\x87\x8f\x16\ \x6b\xb6\x64\x6b\x58\xda\x2d\x8f\x3d\x3d\x66\xef\xca\xa7\x9f\x7b\ \x9b\x38\x5e\xb8\x71\xa0\xcb\x27\x9f\x17\x6d\x70\x94\x1a\x2a\x0c\ \x31\x0c\x13\x08\xc8\x7e\xbf\x1f\x21\xe0\x38\x9e\xef\x50\x26\x66\ \xd6\x6e\xb7\x07\x02\x01\xbf\xdf\xcf\x72\x9c\xcd\x6a\x6d\x6a\x6a\ \x92\x24\x49\xd7\x75\x8c\x51\x78\x78\x38\x25\x14\x01\xb2\x59\x6d\ \xd5\xd5\xb5\x88\x52\x4d\x51\xcb\xca\xcb\x3c\xcd\xcd\x94\x22\x9b\ \xcd\x46\x29\x05\x84\x93\x92\x92\x00\x28\xc7\x71\xb4\xa3\x7d\xdb\ \xf3\x27\x87\xac\xaa\x6a\xb7\xae\x5d\x35\x4d\xd7\x09\x39\xc1\x97\ \x43\x09\x21\x44\x27\x04\x61\x7c\xea\x70\x3f\x8a\x90\xa6\x69\x41\ \x65\x00\x00\x40\x15\xc6\xd5\x75\xc2\x00\xdb\xed\x2f\x6c\x79\x64\ \xee\x9d\x2e\x50\x35\x4a\x14\xc9\xef\xf5\x05\xd2\x47\x4d\xed\xb3\ \xe5\xd5\x7f\x3c\xfe\x64\xaa\x5b\xca\xaf\x21\x43\x59\xeb\xe0\xab\ \x26\xad\x7b\x65\xc1\x93\x4f\xe5\xba\x05\x9c\x39\x7a\xda\xe5\x03\ \x07\x4c\x1b\xb1\xf9\x83\xd7\x9f\xcd\x4b\xb4\x1e\x3f\xee\xbb\xe2\ \xc1\x71\xfe\xbd\xdf\xcd\xf9\x6e\x17\x2b\x68\xd8\x1d\x13\xe5\xe4\ \x35\x5d\x3f\x4f\x96\x2b\xa8\xfb\xaa\xaa\xca\x2b\xca\x4a\x35\x55\ \x63\x58\xc6\x64\x32\x47\xc5\xc4\xb6\x0d\xb9\x9c\xb9\x73\xc6\x1a\ \x5f\xe6\x0f\x04\x9a\xbd\x5e\x59\x55\x11\x82\x80\x2c\xf3\x82\xa8\ \xea\x04\x31\x5c\x6c\x7c\x62\x64\x4c\x5c\x51\x51\x49\xb8\xd3\x9d\ \x96\x91\xbe\x75\xfb\xb6\x66\x8f\xcf\x66\xb7\x89\x66\x93\xd9\x6a\ \xe9\xd5\xa7\xb7\xd5\x6e\x57\x55\xad\x03\xed\xee\xa0\xad\x40\x08\ \x3d\x7f\x12\x67\xb2\xac\xb4\x4b\x89\xa8\x8a\x16\x15\x9f\x58\x94\ \x77\xa8\xa6\xac\xec\x54\x5b\x9c\x50\x6a\x32\x5b\x6c\x4e\x97\xae\ \x93\x60\xb8\x4a\x92\xd4\xcc\xd1\xb7\xcf\x49\x9e\x96\xd2\xc5\x15\ \x90\x64\x84\xc4\x09\xd7\xdd\xa3\x39\xc3\x25\xd6\x7e\xdb\x63\x8f\ \xe7\xee\xcb\xab\x0b\xd0\xa1\xe3\xe2\xd2\xc3\xa8\x60\xba\xe4\x4f\ \x7f\x8a\xdd\x5f\x50\x22\x81\x90\x14\xeb\x90\xfc\xfa\x80\x2b\x6f\ \x8f\xe8\xbc\xef\x58\xb5\x34\xf9\x9a\x1e\x5d\x12\x5d\xde\xaa\xa4\ \xfe\xfd\xf5\x66\x95\xbd\x74\x52\x66\x7a\x82\xc9\x2f\x9f\x2f\x5d\ \xc7\x08\x51\x8c\x99\xf2\xd2\xe3\x2c\xc7\xd9\x1d\x4e\xb3\xd9\x8c\ \x10\x92\x65\xb9\xb2\xbc\x0c\x61\xc4\x74\x10\x9b\x18\xab\xaa\xaa\ \xd9\x64\x52\x35\xcd\x17\x08\xf8\x02\x7e\x4d\xd7\x18\x86\x25\x14\ \x58\x56\x70\x38\x5c\x11\x91\x91\x61\x61\xe1\xfb\xf7\xef\x47\x08\ \x37\x36\x34\x06\x7c\xfe\xe8\xc8\xa8\xfa\xc6\x46\x42\x08\x62\x70\ \x42\x62\x82\xa2\xa9\x3a\xd5\xd3\x32\xd2\x18\x96\xe9\xd8\x3b\x9e\ \x9e\xf7\xf5\xb8\x84\x10\x93\xcd\x96\xd1\xa7\x8f\xae\x9d\x1e\x34\ \x1c\xc7\x21\x8c\xdb\x06\x1c\x88\xae\x33\x96\xf0\xac\xfe\xd1\xb2\ \x24\x69\x3a\xa5\x14\x25\xa4\x77\x45\xba\x22\x49\x01\xcc\x87\xf5\ \x19\x3c\x1c\x23\x44\x89\x26\xcb\x8a\x24\xc9\xa6\xc8\x94\xa1\x71\ \x19\x08\xa8\x2a\xcb\x8a\x22\x6b\x98\x49\xea\x91\x9d\x86\x91\xae\ \x2a\xb2\x3f\xc0\xbb\xe2\x06\x0e\x4f\xc6\x08\x74\x4d\x51\x14\x85\ \x02\x3a\x6f\x80\x8b\x28\xa5\x4d\x9e\xa6\xf4\x8c\x2e\x2c\xcb\x12\ \x42\x30\xc6\x26\x93\x89\xe7\x85\xea\xea\xca\x8e\xba\xa0\x6c\x20\ \x10\x10\x78\x9e\xe7\x38\x8c\x11\x83\x31\xc3\x30\x94\x12\x86\x65\ \xad\x56\xab\xdd\x6e\xaf\xad\xad\x8d\x8c\x8c\x06\x40\xaa\xa6\xfa\ \x7c\x5e\xaf\xd7\xeb\x74\xba\xbc\x7e\x3f\xc5\xa0\x28\x8a\x24\x49\ \x4e\x97\x4b\xe0\x84\x2d\x5b\xb6\x24\x4d\x18\x67\x72\xb9\x3a\xb0\ \x95\x1e\x01\x60\x8c\xce\xfb\x5a\x05\xca\xb2\x1c\xcb\x72\x3f\x7f\ \xfb\xb5\x4b\x14\x21\xa0\xba\x24\xeb\x41\x3e\x40\x4d\x53\x00\x00\ \x33\x18\xa8\x2e\x07\xb5\x26\x42\x18\x01\xd1\x55\x49\x6f\x09\x56\ \x60\x06\x03\x50\x55\x91\x8c\x9f\x51\xcb\xf1\xad\xcc\x5c\x18\x9f\ \x3f\xcb\x64\x3c\x7b\x9d\x2e\xa7\xa1\xcb\x8c\x3f\x9f\x10\xc2\xb2\ \x8c\xc5\x6c\x69\x6e\xf6\x74\x0c\x70\x01\x80\x17\x04\xbf\x24\x99\ \x4d\x96\x80\x2c\x1b\x1d\xf1\xa2\x20\x9a\x4c\xa6\xf2\xf2\x72\x59\ \x96\x55\x55\xe7\x78\x4e\x34\x99\x08\x50\xbb\xd3\xe1\xf3\xfb\x58\ \x8e\x13\x4c\x62\x44\x78\xb8\xc7\xe3\x29\x3c\x7a\x94\x10\x12\x1d\ \x1d\x1d\xa4\xf8\xec\x28\x65\xc6\xf1\x7c\x72\x6a\x06\x84\xe4\x77\ \x28\x08\xa1\xf2\xb2\x92\x76\x61\x26\x84\x10\xc3\xb2\x1d\x36\x75\ \x87\xe7\x79\x84\x31\xc3\x30\x0c\xcb\x60\x86\x31\x40\x63\xb1\x58\ \x34\x4d\xd3\x75\xdd\x6e\xb7\x7b\xbd\xde\xa6\x26\x4f\x73\x73\xb3\ \xc5\x2c\x4a\xb2\x2c\x88\x66\xa7\x93\x14\x97\x1c\xe7\x04\xde\x1d\ \x11\x2e\xcb\x92\xc9\x64\xee\xd9\xb3\x27\xcf\x71\x94\x84\x6a\xa3\ \x4e\x2f\x9a\xa6\x6f\xde\xb6\xb3\xb4\xac\x02\x21\x94\xd9\x25\xbd\ \x57\xf7\xcc\xd0\x9a\x74\x80\x8d\x5b\x53\x5d\x6d\xb5\xd9\x08\x50\ \x55\x55\x09\x21\x86\xbb\x86\x10\x58\x2c\x16\x42\xa8\xc3\xe1\x70\ \x38\x1c\x05\xf9\x87\x6c\x76\x47\x8f\x9e\x3d\x65\x45\xa9\xa8\xac\ \x28\xaf\x28\x37\x99\x4c\x11\xe1\x11\xb2\x24\x47\x46\x46\x46\x45\ \x44\xea\x21\xd4\xfe\xbc\x14\x97\x94\x06\x02\xf2\xcc\xab\xa6\xe8\ \x84\x7c\xf9\xf5\xca\x66\x4f\x73\x90\xf1\x98\x10\x22\x8a\x62\xb7\ \xcc\x8c\xb3\x90\x7d\xbc\xa0\x81\x1b\x1d\x1d\x9d\x99\x99\xd9\xd0\ \xd8\x58\x5a\x56\x86\x11\x32\x0a\x6b\x24\x49\xe2\x38\x9e\x52\xaa\ \x69\xaa\xdf\xef\x47\x08\x71\x3c\x2f\x29\x4a\xde\xa1\x43\x36\xa7\ \xc3\xe1\x70\x44\x44\x46\x8e\x19\x33\xe6\x68\xe1\x51\x9e\x65\x13\ \xe3\xe3\xab\x2a\x2b\xd5\xce\xa9\x20\x8a\x70\x11\x37\x41\x34\x34\ \x34\x34\x35\x35\x05\x67\xce\x44\x46\x46\x9a\xcd\xe6\xe0\xde\xc6\ \xa6\xc6\x8a\xca\x4a\x55\xd5\x32\xd2\x92\x6a\x6a\xeb\x82\x81\x21\ \x96\x61\x0e\xe6\x15\x60\x8c\xb2\x7a\xf7\x68\xfb\x69\x75\x79\x1b\ \x3e\xf9\xe2\xbb\xa2\x4a\x4f\x74\xbf\x49\x77\xcc\x1c\xe5\xe0\xa0\ \x26\x6f\xed\xdc\x8f\x57\x94\x7a\xb9\x31\xd7\xdd\x35\xa9\x5f\x02\ \x02\x50\xbc\x75\x6b\x3f\x9f\xbb\x1b\x06\x3d\x7a\xe3\x25\x18\x40\ \x2d\x59\xf7\xcc\x7f\x96\x28\x58\x20\x96\xf8\xe9\x37\xdd\x35\x20\ \x91\xbf\x90\x81\x9b\x9e\x9e\x1e\x1d\x1d\x5d\x55\x55\x85\x30\xae\ \x6f\x6c\x50\x14\x85\xe3\x38\xb7\xdb\xcd\xb1\xbc\xae\xeb\x0e\x87\ \x23\x35\x35\x3d\x3f\xbf\x00\x33\x8c\x24\x4b\xbb\xf7\xed\x4d\x4f\ \x4f\xef\xde\xbd\xbb\xd5\x62\x29\x3e\x7a\xac\xa6\xaa\x2a\x2a\x22\ \xb2\xb1\xbe\x61\xe3\xc6\x8d\x83\xfa\xf4\x0c\x73\xb9\xc8\x45\xac\ \x77\x37\x6f\xde\xfc\xf2\xcb\x2f\xc7\xc6\xc6\x2a\x8a\xe2\xf5\x7a\ \x5f\x7f\xfd\xf5\xb4\xb4\x34\x63\x97\x20\xf0\xcb\x97\x7f\xbd\x72\ \xf9\x17\x08\x61\xa3\xf8\xae\xad\xff\xe6\x0b\xa8\x99\x9d\xd3\xdb\ \x7d\x5a\x53\xbd\x2f\x6d\xc8\x94\xcb\xc2\x9a\xfe\xf5\xf4\x07\x1b\ \x06\x0c\x1d\xe9\xdc\xfd\xf7\xe7\x3e\xee\x73\xdd\x9d\x83\x6b\x97\ \xbf\xb9\x60\xd1\xa0\x7e\x0f\xb3\x79\xeb\x66\x7f\xf8\xf9\x86\x1d\ \xfb\x7a\xdf\x3d\xce\xf8\xb8\x5d\xab\xd7\x2b\x09\x63\x1e\xfd\xc3\ \x40\x5d\x47\xce\x30\xfe\x02\xd7\xb8\x6e\xb7\xbb\xa2\xa2\xa2\xbc\ \xbc\xdc\x66\xb3\xf1\x3c\x8f\x31\x46\x08\x45\x46\x46\x7a\x9a\x9a\ \x29\xa5\xc9\xc9\x29\x46\x5e\x97\x52\xca\xf0\xac\xcd\xe9\x28\xad\ \x28\xcf\x1e\x34\x50\x10\xc5\xad\x5b\xb7\xd6\xd6\xd6\x1a\xe5\x3f\ \xb2\x2c\xa3\x8b\xbe\x91\x7c\xcc\x98\x31\x3b\x76\xec\xf0\x78\x3c\ \x3e\x9f\x6f\xca\x94\x29\x41\xd4\x1a\x41\x02\xaa\x69\x92\xe2\xc5\ \xb8\x3d\xdb\x24\x25\x44\xa3\x98\x65\xdb\x6f\x4f\x19\x3c\x36\x05\ \x20\x70\x6c\x35\xe3\x88\x4e\x70\x93\x35\x9f\x7c\x62\x1d\x71\xd3\ \x4d\x63\xfa\x37\x1d\x3a\xce\x6f\xce\x0f\xe8\x10\x11\x9e\x36\xfd\ \xda\x19\x72\xb3\x9a\xd5\x39\x01\x00\x40\x2e\x5d\xbd\x79\x9f\x6d\ \x78\x0e\x6b\x09\x8f\xb8\x08\x8c\x0e\x5c\x52\x52\xc2\xb2\x8c\xd3\ \xe5\xd2\x09\x61\x59\xd6\x64\x32\x11\x42\x78\x81\x07\x84\x6c\x36\ \x7b\x78\xb8\x9b\x61\x58\x00\xaa\x13\xdd\x1f\x08\x8c\x1d\x37\x6e\ \xdc\xf8\xf1\xdb\x77\xec\x38\x70\xe8\x90\x2c\x2b\x66\x8b\xa5\xba\ \xba\xba\xb1\xa1\x41\x96\x64\x86\xc1\x17\x79\xbb\x19\xcb\xb2\x33\ \x67\xce\xcc\xcf\xcf\xa7\x94\x5e\x7e\xf9\xe5\xed\x43\x7b\xc6\xa4\ \xab\xd3\x0a\x62\x4e\x7b\xd7\x17\x6d\x5f\xfa\xf4\x4b\x5f\x0c\xbc\ \xf9\xb6\x9e\xd6\x8a\x8d\xfb\xf4\x91\xc3\xfa\x03\x40\x4d\xf1\x51\ \x8b\x2b\xd2\xc5\x80\x29\x3c\x2e\xde\xae\x96\x2b\x91\xe9\xf1\x2e\ \x00\xa0\xba\x38\x64\xec\x44\xd3\xe1\xaf\x9e\x78\xf2\x85\x83\x75\ \xd2\x85\xbf\xda\x91\x11\x91\x4d\x1e\x4f\x64\x44\x84\xd7\xe7\x65\ \x59\x56\x55\x14\xa2\x93\xc4\xf8\x78\x44\x21\x2a\x2a\xc2\xe7\xf3\ \x11\xa2\xd6\xd5\xd5\x50\x42\x2c\x26\xb1\xb1\xae\x36\x35\x25\x75\ \xaf\x2c\x57\x55\x94\xb3\x0c\xcb\xb1\x2c\x06\xc0\x08\xfd\xea\x11\ \xe9\x17\x98\xa4\xa7\xa7\x8f\x1d\x3b\xb6\x73\xe7\xce\x16\xcb\x49\ \x35\xf5\x34\xf8\xcf\xe9\xa3\x47\xa7\xb0\xc4\x51\x65\xe3\xe2\xb7\ \x17\x6d\x6f\xbe\xf2\x81\x67\x86\x77\x76\xfb\x8f\xfd\x58\x86\x23\ \x62\xa3\x05\x80\xc0\x9a\xd5\x05\xe9\x83\x1f\xb6\x01\x00\x40\x61\ \xee\x36\x94\x98\x12\x6f\x07\x00\x40\xe6\xf0\x61\x57\xdc\x38\xec\ \x0a\xef\xab\xf7\xdd\xb8\x62\x4f\x45\xd7\x91\xc9\x17\x38\x70\x13\ \x13\x93\xf6\xec\xd9\x5b\x53\x55\x17\x1f\x97\x80\x11\x2e\x2f\x29\ \x65\x90\x96\x92\x94\xe4\x69\x6c\x30\x09\x9c\xd5\x2c\x0a\x1c\xc3\ \x20\x0a\xba\xca\x62\x31\x77\xcf\x9e\x83\xfb\xf6\x95\x97\x97\xb3\ \x08\x30\x10\x4d\x96\x58\x8c\x05\x81\xa7\x94\x20\x08\x51\xce\x00\ \x00\xdc\x73\xcf\x3d\xa7\xaa\x4f\x4a\xa9\x46\x74\xa0\x84\x1a\x95\ \x0e\x2d\x55\x28\xc6\x2e\xa2\xe9\xed\x46\x0b\x92\xbd\x4b\xff\xfd\ \xc6\xf7\x9e\x07\xff\xfc\x58\x57\x37\x23\x69\xc0\x0a\x66\xdc\x50\ \x7e\x24\xbf\xa0\xe6\xe0\x82\x0d\x6a\xc6\xdf\xc7\x76\x31\x82\x6c\ \xfb\xb7\x1e\x8b\xcb\x18\x65\x01\x20\xfe\xaa\x83\xc7\xea\x1c\x0e\ \x6b\xe5\xc1\x1f\xf7\xd4\xbb\xaf\x4d\x0a\xbf\xf0\x35\xee\xee\xdd\ \xbb\x45\x51\x54\x14\x85\xe7\x78\x45\x51\x34\x4d\x13\x45\xb1\xb2\ \xb2\x52\x92\xe4\xf2\xf2\xf2\x03\x07\x0e\x78\x3c\x9e\x9a\x9a\x1a\ \x96\x65\xe4\x40\xe0\x68\x61\xa1\x51\x44\xc6\x71\x1c\xcb\xb2\xbc\ \x99\x97\x65\xd9\xa8\x2f\xa3\xa1\xc1\x8c\x2d\xe6\xec\x69\x6e\x60\ \x51\x10\xc2\xc3\xa3\x6a\xab\x4a\x09\x42\x40\x91\x51\xf5\x66\xd4\ \x76\xe8\x04\xd9\x1d\x76\x6b\xdb\xae\x27\xdd\x7b\x68\x7f\x91\x49\ \xb0\xad\x78\xef\x5f\x9f\x23\xd3\x84\x5b\x1f\x1b\x91\xd8\xf7\x86\ \x2b\x37\x2c\x7a\xef\x3f\xb6\xc4\x5e\x8f\x3d\x71\x63\xa2\xc9\x80\ \x77\x43\xa3\x39\xb1\x6f\xdf\x2e\x00\xa0\x37\x95\xfd\xb0\x64\xe1\ \xb1\x3a\x95\x33\xbb\xaf\xbc\xef\xc9\x51\xa9\xb6\x0b\x1f\xb8\x4d\ \x4d\x4d\xa2\x68\x8a\x88\x88\xa8\xa8\xa8\xa8\xa8\xa8\x50\x55\x95\ \x65\xd9\xcd\x9b\x37\xd7\xd7\xd7\x73\x1c\xe7\xf7\xfb\x01\x40\xd3\ \x34\x84\x10\xcb\xb6\x54\xe4\x30\x0c\x63\x68\x08\xdc\x9a\x88\x27\ \x94\x42\xc8\x54\xf8\x79\x09\x77\xbb\x1e\xb8\xff\xde\xe3\xa5\x65\ \x46\x89\x09\x6d\xd5\xb9\x00\x40\x74\x3d\x3c\xdc\xdd\x39\x3d\xf5\ \xc4\xd1\x8c\x7d\xc6\x5f\xde\x99\x71\xf2\x27\x0c\xbb\xf6\xd1\x61\ \xd7\xb6\x73\x4f\x22\x6e\x7b\xfc\x49\xe3\x2d\x17\x93\xf5\xe0\xd3\ \x59\x17\x97\x47\x41\x29\x2d\x2d\x2d\x31\x5b\x2c\x8a\xa6\x78\xbd\ \x5e\x96\x65\x11\x42\xb5\xb5\xb5\x94\x52\x42\x08\x63\xb0\x80\xb0\ \xac\xa2\x28\x46\x69\xb4\xf1\xa3\x91\xaa\x50\x14\xc5\xe8\x0a\xd6\ \x54\x35\x04\xdb\x5f\x96\x94\xe4\xc4\x94\xe4\xc4\xd0\x3a\x74\x18\ \x70\xbb\x74\xe9\x02\x00\x75\x75\xf5\x7b\xf6\xed\xae\xaa\xaa\x32\ \xa2\x8c\x0c\xc3\xa8\xaa\x8a\x10\x32\x9b\xcd\x8a\xa2\xe8\xba\x6e\ \xd4\xf8\x18\x95\x21\x0c\xc3\xe8\xba\x6e\xd4\xd3\x18\x33\xa6\x9b\ \x3c\x1e\x4a\x69\x88\x58\x31\x24\xbf\x1d\x70\xb7\x6d\xdb\x26\xcb\ \xb2\x2c\xcb\xd5\xb5\x35\x06\x16\x8d\xf8\x39\xcf\xf3\x26\x93\xc9\ \xd0\xac\x06\x94\x0d\x9b\xc1\xe8\x5c\x0f\x22\xdb\x68\x53\x33\x10\ \x1d\x32\x16\xce\x5c\x7c\x3e\x7f\x49\x59\x05\x00\x8d\x8e\x8c\x70\ \x3a\x1d\xa1\x05\xf9\x59\xe0\x96\x94\x94\x18\xb3\x96\x0c\x7d\x6a\ \x80\x52\x10\x04\x83\x0d\x24\x38\xb9\xdd\x88\xd7\x04\x29\x17\x74\ \x5d\x37\xaa\x70\x30\xc6\x3c\xcf\x1b\xfd\xc0\xa1\xd5\x3c\x43\x91\ \x65\x65\xed\x4f\x9b\xcd\x66\x13\xa5\x74\xef\xfe\x43\xe3\x46\x0f\ \x17\x05\xd1\x30\x86\x29\x05\x86\x61\x38\x8e\x0d\xad\x52\x0b\x70\ \x0d\x3d\x6a\x36\x5b\x64\x15\x05\x53\x91\x06\x3a\x0d\xd4\x52\x4a\ \x75\x5d\x37\x0a\x2b\x0d\x31\x80\x6b\xd4\x0b\x1b\x56\xaf\xd1\xce\ \x1e\x5a\xcd\x33\x14\x49\x96\x65\x59\x9d\x38\x6e\x24\x00\xe4\x15\ \x14\xae\x59\xbf\x99\x6b\x53\xe9\x2b\xc9\x72\x7a\x6a\x52\xcf\xf6\ \x95\x65\x7a\x55\x51\x41\x61\x69\x43\x58\x62\x7a\xe7\xc4\x08\xe3\ \x1a\x54\x1d\xdd\x7f\xa4\x4a\x49\xe9\xda\x33\xc6\xd1\x7a\xba\xda\ \x50\x70\xac\x39\x31\x2d\x51\xc4\x00\x20\x15\xe5\x1f\x2c\xad\xf6\ \x53\xcc\xc6\xa6\xf5\x4c\x8d\x32\x0a\x2a\x94\x63\x05\x25\xae\xf8\ \x64\xa7\x19\x03\x55\xca\x0e\xe7\x15\xd7\xfa\x23\x52\xba\xa6\x47\ \xdb\x01\x20\x50\x5f\x76\xe8\x70\x91\x66\x8a\xee\xde\x2d\xd5\xcc\ \x00\x00\x50\x7f\xed\x9e\xfd\x05\xe0\xea\xd4\x3d\x23\x8e\x3b\x27\ \xc0\xe5\x79\x9e\xe3\x78\xa3\xcf\xcc\x88\xe6\x10\x42\x34\x4d\x33\ \xc2\x5e\x46\xb2\xd7\x88\x21\x18\x6f\x82\xc6\xae\xd1\x03\x6c\x1c\ \xc6\x30\x4c\x08\xb6\x67\x2e\x3c\xcf\xe7\x15\xe4\x7d\x34\xbf\x9e\ \x52\xc2\xb2\x6c\xdb\x7a\x56\x8c\x50\x5d\x7d\x23\x25\x7a\x3b\xe0\ \xd6\xec\x59\x35\x7b\xd1\x3a\xc2\xd2\x23\xc7\x02\x57\x3f\xf6\xb7\ \xcb\x7a\x84\xed\xfc\xf2\x8d\xd9\xdf\x1d\xb3\x33\xf5\x8d\xee\xec\ \xbf\x3f\x7d\x57\x34\x96\xf2\xb7\xae\x59\x3c\x7f\xde\x76\x61\xc4\ \x07\x2f\xde\x25\x62\x50\x8a\x37\xff\xeb\xb9\xb9\x11\x5d\xfb\xda\ \x45\xbe\x6f\x58\x97\xd4\x48\xb1\xb2\x60\xeb\xd2\x85\x1f\x7f\x91\ \xc7\x3f\xff\xfa\x2b\x59\x66\x38\xbe\xe5\xf3\xb7\x97\x1e\x30\x71\ \xfe\x23\x25\xf8\x9e\x7f\x3e\x97\x1d\x5e\xf5\xe1\xec\xb9\xe5\x32\ \xae\x2b\x2a\x88\x1a\x7d\xd7\x93\xd7\x5c\xc2\xd4\xee\x7f\xe9\xc5\ \x59\x15\xd4\xd6\x58\x56\x33\xee\xde\x67\x67\x0c\x4e\x38\x07\xc0\ \xd5\x34\x5d\xd3\xfc\x7e\xbf\x5f\xd5\x55\x83\x74\x04\x00\x0c\x10\ \x1b\xc0\x35\x3c\x33\xc3\x54\x30\xde\x18\xa8\x35\xce\x37\xb4\xef\ \x6f\x32\x20\xe8\x22\x78\xfc\xb1\x6c\x79\x69\xc9\x8e\x0d\xab\x83\ \x8c\x63\x41\xa1\x84\x4a\x8a\x72\xf3\xad\x77\xb5\xdb\x6e\x4f\x1d\ \x7c\xdf\x9f\x46\x38\xad\xfc\xdc\x07\x6f\xca\x3b\xda\x30\xd2\xbe\ \xe3\xed\x25\xf9\x37\xfe\xf3\x95\xa1\xce\xbd\xb7\x3e\x38\x2f\xbf\ \x09\xc2\xe5\xfc\x9f\x36\xed\xf5\x50\xb6\x7b\x9f\x6e\x2e\x16\x00\ \xc8\x9e\xcd\x5b\xdd\x43\x6f\x7b\xf6\xf6\xe1\x2d\x9f\xec\xab\xf8\ \x69\xd5\xa6\x6a\x59\x4d\xe8\xdc\x27\x2d\x92\x01\x80\xa8\xee\xe3\ \x9e\xe8\x7d\xb5\xc3\x54\xff\xcf\x5b\xee\x3c\x54\xdc\x90\x1d\x1d\ \x75\xd5\x1d\x8f\xba\x5d\xb6\xc3\xcb\xfe\xfe\x97\xcd\xf9\x14\x06\ \x2e\x79\xf7\xad\x9a\xc4\x2b\x5f\xba\x77\xcc\xc6\x77\xee\xfe\x62\ \xd7\xbe\xab\x07\x27\xfc\xf6\x6a\x0b\xab\xaa\xec\xf5\x7a\x28\x10\ \x4d\x53\x55\x4d\x0b\x2a\x54\x83\x35\xcc\x58\x4d\x03\xc1\x86\xf6\ \x35\x60\x6a\x18\xb5\x0c\xc3\x98\x4c\xa6\xb3\x3a\x6b\xf8\xa2\xc3\ \x2e\xc3\x88\x22\x2f\x0a\xed\x5f\x26\x91\x17\x05\xe1\x54\x7b\x4c\ \xb0\x39\x9c\x56\x21\x6f\xf5\xbc\x6d\x72\xd2\xc4\x4b\x3a\x6d\xfe\ \x6a\x79\xd4\x88\x19\x43\x13\x05\x50\x14\x5e\x34\x0b\x08\xd8\xd8\ \x5e\xb7\x3e\x7c\x5f\x8a\xd9\xd5\x39\x29\x0d\x00\x80\x4a\xc5\x47\ \x0a\x0b\x77\x2c\x9d\xfd\xf9\xba\x66\x0d\x00\x00\x59\x62\xae\xba\ \xef\xe1\xa1\x31\x61\x71\xf1\xdd\xec\x2d\x9f\x19\xe6\x30\xe1\xed\ \x8b\x3e\x2a\xb2\x0f\x1a\xde\x3d\x02\xb0\xe8\x76\xd9\x02\x25\x3b\ \xe6\xaf\x2a\x19\x37\x71\x3c\x2e\xdf\xb6\xe6\xb0\xe5\xfa\x3f\x8c\ \xe1\x00\x74\x9d\xb3\x9b\xcd\xe7\xe4\x61\x8b\x55\x4d\x06\x04\x06\ \xa7\x10\xcb\x30\x86\xa7\x65\x58\x05\x94\x52\x55\x55\x83\x06\xae\ \x71\x82\xa6\x69\x46\x82\x2d\x38\xd1\x3d\x64\xdd\x76\xa0\x20\x64\ \xb4\xd9\xb5\x7f\xd1\x16\x8a\xf8\x53\x96\x5a\xae\x5b\xf1\xde\x73\ \xb3\xbe\xad\xbe\xe9\x89\x47\x33\xc3\x1a\xb7\xe4\xeb\x3d\x7a\xf4\ \x00\x80\xd2\x7d\xfb\x88\x39\xa9\x73\x18\x00\x80\x56\xbd\x37\xd7\ \x6b\xce\xc8\x8c\x05\x00\x40\xa6\xc9\x0f\xbe\xf2\xda\xe3\x33\x2b\ \x7f\x7c\x77\xd6\xf2\xdd\xad\xfa\xbc\x62\xcb\xb1\xa6\x94\xac\x16\ \x23\x84\x34\x97\x2d\xf8\xf7\x53\x0b\x0f\x0a\xf7\xff\xf9\xc1\x64\ \x1b\x0b\x40\x0a\xd6\x7f\xfa\xd4\x8b\xf3\x53\x26\x3f\x70\xc3\x90\ \xb8\x63\xb9\x3b\xa4\x4e\xdd\x93\x9d\x00\x50\xb7\x27\x2f\x90\x96\ \xd1\xf5\xdc\xdc\xe1\xba\xde\x42\x5d\x63\xf8\x5b\x86\xe5\xaa\xeb\ \x3a\xcf\xf3\x86\x45\x1b\xf4\xc9\x0c\xf3\x20\x58\x28\x6d\x44\x73\ \x53\xbb\x5b\xe3\x00\x00\x20\x00\x49\x44\x41\x54\x0d\x04\xa3\x50\ \x51\x63\x07\x09\xa5\xa7\xcf\x9d\xa3\x56\x6a\x9f\x93\xbd\xb9\xca\ \xf9\xaf\xbd\x52\xe8\xca\xf9\xfb\x4b\x13\x1c\x00\x20\x57\xd4\xf8\ \x49\x8f\x30\x07\xe8\x15\x0b\xbf\xdc\x9c\x31\xee\x2f\x2e\xc3\x0e\ \x3e\xb8\x87\x38\x12\x3a\xb7\xd4\x2f\x20\xc1\x6a\x8f\xb2\xf6\xef\ \xde\x49\xfc\xa9\xae\xa5\x6f\x51\x2f\x3d\x54\x25\x59\x26\x66\x38\ \x01\x80\x36\x1c\x7e\xfb\xb5\x77\x02\x19\x97\xbf\xf0\xd0\x25\x3c\ \x00\x80\xbe\x7b\xd9\x3b\x1f\x6f\x94\x6e\x7c\xea\x5f\x3d\xa3\x04\ \x00\xf0\x34\x56\x53\x21\xc6\x06\x50\xfc\xc3\xc2\xfd\x24\xe9\x99\ \x7e\x51\xe7\x06\xb8\x84\x10\xa3\xcf\x51\x53\x55\x23\x3d\x66\xf0\ \x2f\x89\xa2\x68\x40\xd3\x88\x30\x18\x36\x43\x10\xb8\xc1\xa0\x98\ \x81\x69\x96\x65\x21\x54\x64\xd3\x11\x62\x90\xe4\x11\x5d\xa3\x06\ \x56\xe9\x09\xd8\xea\xba\xae\x93\x93\x9a\xa8\xb7\x7f\xf6\xf2\xac\ \x1f\x8f\x5f\x7b\xa3\xf4\xcd\xc7\x1f\xc5\xf6\x9f\x30\xbc\x4b\x74\ \x56\x02\x2c\x9b\xf5\xf7\x7d\xe6\xea\xba\x4e\x93\x9e\x1a\x6f\xb4\ \x9a\xea\xdb\x37\x1f\x34\x25\x4c\x77\x01\x80\xbf\x74\xf1\xc2\xc5\ \x25\x7e\x41\xab\x3d\x72\xa0\x3a\xf1\xde\x6b\xfa\x19\x9f\x73\x78\ \xe7\xee\x46\x53\x97\x54\x1b\x02\x50\x96\xcf\x7b\x61\xe1\x4e\xee\ \xd6\xae\xd5\x9f\x7e\xbc\xb8\xd7\xa5\x93\xd3\xd4\x35\xcf\xfe\xf3\ \xb3\xb4\xa9\x37\x15\xac\xfd\xbc\xd0\x91\x31\x69\x5c\xff\xf8\xce\ \x7d\xc9\x97\xdf\xbc\xf0\x52\x61\xc9\x91\x8a\xa9\x77\xff\xb9\xd3\ \x39\xaa\xfd\x65\x35\x4d\x33\x94\xab\xa6\xeb\xc1\x00\xad\x11\xca\ \x35\x9b\xcd\x06\x2f\xac\xdf\xef\xd7\x34\xcd\x88\x8e\x31\x0c\xc3\ \x71\x1c\xc7\x71\x41\x7e\x31\x8c\x43\x53\xfe\x3a\xca\xc0\xc5\x39\ \x39\x39\x9b\x36\x8b\x18\x21\xa3\xd8\x11\x90\x31\x2d\x1e\x11\x42\ \x2c\x36\x4b\xaf\x9e\xdd\xdb\x1e\x1f\xdd\x73\xca\x53\x0f\x36\x69\ \x9a\xa6\x68\x16\xb3\x80\x01\xac\x57\x3f\xfc\x78\xcc\x4f\x3b\x55\ \xc7\xe4\xe1\x43\x7b\x99\x5b\x2f\x4b\xe6\x84\x1b\xd2\x23\xbb\x02\ \x00\xb0\x8e\xcc\x6e\x3d\x98\xf2\x26\xbe\x73\xf7\x6b\x06\x0c\x8c\ \x77\xb6\x74\x49\xb8\x7a\x8e\xbe\xb7\x6b\xa4\x05\x00\x80\x76\xce\ \xb9\xf6\x89\xce\x01\xa2\xc9\x32\x6f\xe1\x19\xca\x58\x52\xef\xfa\ \xcb\x13\x8a\xae\xc9\xb2\x6a\xb5\x98\x28\x40\x54\xaf\x49\x4f\x3f\ \xe2\xda\x7b\xdc\x7f\xd9\xcc\x7b\xbb\xc7\x9f\xb3\x6a\x1e\xd6\x30\ \x0c\x82\x71\x03\xe3\xb9\xcf\x30\x8c\xc1\xab\x10\x08\x04\x8c\x82\ \x04\xe3\x18\x00\x30\x50\x1b\xac\xb6\x31\x3c\xb6\x40\x20\x40\x42\ \xcd\x92\x1d\x61\xe0\x5e\x31\x65\xe2\xc4\x09\x63\x4f\x6b\x44\x60\ \xcc\xb0\xcc\x49\x3a\x22\xa1\xcf\x25\x09\x7d\x4e\x0e\xa8\x39\x93\ \x46\x4d\x4a\x3a\xf9\x44\x26\xbd\x57\xff\xd6\xdd\xb6\xee\x03\x47\ \x75\x3f\xe5\xa3\xa3\x52\x7a\xb6\x3e\xef\x85\x8c\xac\x11\x19\x27\ \x95\xeb\xa4\x8f\x99\xd0\xae\xad\x88\x4b\xed\x9b\x93\xda\xf7\x5c\ \xdf\xe4\x86\xe2\x34\x99\x4c\x01\x49\x32\x4a\xbd\x8c\x04\xaf\xa1\ \x65\x25\x49\xd2\x34\x2d\x10\x08\x70\x1c\x17\xa4\x29\x37\x40\xdc\ \x52\x5e\xa3\x69\x18\xe3\xe6\xe6\xe6\xd0\x14\xc8\x0e\x8b\xe6\x86\ \xd2\x63\xff\xa3\xc6\x35\x9b\xcd\x84\x10\x4f\x73\xb3\x61\x2a\x18\ \x2e\x82\x41\x01\x1b\xf4\xd8\x8c\x40\x98\x61\x48\x18\xba\xd9\x28\ \xc3\x35\xe2\x62\x1c\xc7\x85\x4c\xdc\x90\xfc\xa6\xc0\xe5\x38\xce\ \xb0\x04\x8c\x2a\x30\x5d\xd7\x83\xd6\x82\x11\xa0\x45\x6d\xc4\x00\ \xae\xf1\xde\xeb\xf5\x06\x4b\x14\x78\x9e\xc7\x08\x87\xa2\xb9\x67\ \x1e\x52\xc8\xcb\x3f\x92\x7b\xa8\x80\x52\xd2\x29\x31\x3e\xbb\x5f\ \x9f\xd0\x9a\xfc\x12\x70\x25\x49\x92\x65\x59\x51\x14\xc3\x60\x35\ \x72\x0d\x3c\xcf\x0b\xad\xc3\x8f\x0c\x93\x20\xd8\x03\x8c\xd0\x89\ \xc6\x3f\x5d\xd7\x55\x55\x0d\x41\xb6\x43\xc4\xe7\xf3\x1f\x38\x54\ \x70\xd9\xb8\x91\x00\xf0\xfd\x9a\x9f\x7e\xda\xb4\xd5\x6c\x32\x05\ \x31\x8d\x31\x93\x9e\x9a\x64\xb3\x85\xc6\xc4\x02\x00\xb0\xaa\xaa\ \x34\x34\x34\x18\x16\xaa\x61\xc5\x1a\x88\x94\x65\xd9\xb0\x65\x59\ \x96\x35\x00\x4a\x29\xe5\x05\x81\x61\x18\x59\x96\x83\x06\x83\xf1\ \x6f\xa8\xc8\xa6\x63\x34\x2e\x80\x24\xcb\x92\x2c\xeb\xba\xde\xad\ \x4b\x7a\x71\x49\x59\x93\xda\x6c\xec\xc2\x18\xd7\x37\x34\xd6\xd4\ \xd5\x8d\x1d\x39\xbc\xed\x29\x6a\xfd\xd1\xaf\xbf\x58\xba\xb3\xa0\ \xdc\x91\x3e\xf4\x86\xeb\x26\x47\x8b\x88\x78\x8e\x7d\xfa\xe1\xa7\ \xbb\x8a\x9a\xfb\x5e\x76\xdd\xd5\x39\x99\x18\x00\xa8\x7a\x64\xd3\ \xd2\x2f\xf6\xb2\xb7\xde\x76\x79\x18\x07\x10\x28\x9e\xf7\xf6\x7b\ \x79\x35\xc0\x70\xa6\xc1\x57\xdc\x31\xa9\x4f\x38\x00\xad\xcb\xdf\ \xf0\xd1\x8a\x43\x63\xff\x70\x73\xd7\x48\xd6\x5f\x99\xfb\xf9\xe2\ \xe5\x87\x4a\x1b\xa2\x7a\x8e\xbd\x79\xc6\x08\x3b\x0e\x6c\xfd\x76\ \xc9\xaa\xcd\xb9\x7e\x2e\xe6\xf2\xeb\x6e\xcc\x4e\x76\x54\x6e\x5b\ \x36\xf7\xeb\x9f\x64\xce\x86\x95\xa6\x26\xb6\xcb\x23\x8f\xdf\x1c\ \x67\xfe\xad\x23\x4b\x2c\xc6\x48\x96\x03\x08\x21\x51\x10\x24\x49\ \x22\xba\xce\x60\xcc\xb1\xac\xaa\x28\x01\xbf\xdf\x28\x01\xd3\x35\ \x8d\x65\x59\x9d\x52\x91\xe7\x2c\x36\x6b\x43\x43\x83\xaa\xaa\xba\ \xa6\xc9\x9a\x8a\x31\x56\x89\x8e\x80\x09\xd9\xb8\x67\x2e\x82\x20\ \xec\xdc\xb9\x63\xfd\xea\xef\x18\x96\x31\x4c\xb5\xb6\x0d\x51\x5e\ \x9f\x7f\xec\xf8\x49\xed\x4e\x69\x28\x2b\x55\xed\x69\xd3\x66\x66\ \x7f\xf1\xea\x5b\x9f\xc5\xf6\x7c\x60\x8c\xed\xcd\xbf\xfe\xa3\x22\ \x65\xf2\xe5\x39\xc7\xdf\x9c\x3f\xbb\x6b\xf6\xab\xdd\xa5\x23\xf3\ \xe7\xcc\xfb\x6e\xfd\x46\x3a\xf8\x6e\x0b\x0b\x00\x50\xb5\x77\xe3\ \xf6\x12\xdb\xed\x77\x4d\xb7\x31\xd4\x19\xed\x04\xb9\x61\xe5\xc7\ \xb3\xbf\xfc\x71\xdd\x31\x4b\xff\x29\x36\x16\x00\xea\xcb\x8a\x70\ \x7c\xbf\x19\x83\xd4\xb9\x2f\xbd\xf5\x4d\xd7\x9e\x33\xba\xf9\x4b\ \x3c\xdc\xf0\x29\x57\x57\xae\x7d\xef\x8d\x8f\xbf\xec\xf6\xf4\x8d\ \xce\xf4\x7e\xd3\xae\x4d\xe3\xf4\xea\x79\xff\x99\x25\x0e\xb8\x2c\ \xcc\x74\x0e\xe2\xa1\x6c\x1b\xee\x7c\x30\x4c\x85\x60\x15\x98\x91\ \x59\x30\x4a\xc0\x10\xc6\x3a\x21\x81\x40\x40\x55\xd5\x60\x91\xae\ \x01\x6b\xb5\x35\x73\x11\x82\xee\x99\x87\xc3\x88\xa6\x36\xd5\xd7\ \x9c\x4a\x7d\x49\x29\x95\x14\x85\x3b\x85\x37\x24\xb2\xc7\xb0\x19\ \x3d\x00\x68\xe5\x77\x66\x73\x64\xb8\xad\xf8\xa7\x8f\xf6\x70\x7d\ \x5f\xbb\x6f\x8a\x3d\xb0\x77\xe1\xb2\xc3\xf5\xcd\x80\x4c\xd6\xac\ \x51\x97\x2b\xbe\x46\x6f\xb7\x2e\x02\x02\x00\x65\xd3\xba\xf5\x4c\ \xfc\x98\xd4\xe4\x64\x3b\x07\x00\x40\x65\xa6\x53\xd6\xd8\xc9\x7a\ \xf3\x5a\x4f\x0f\xa3\x0d\x33\xbe\xef\x65\x7f\xe8\x0b\xd0\xb4\x5f\ \x30\x3b\x1c\x22\x03\x7c\xe2\xb4\x19\x89\x00\xb0\x6e\x97\xd9\xc5\ \x38\x39\x00\xc1\x15\xd3\xd9\x15\xf9\xdd\xdb\xf3\xd5\x1e\xd7\x3f\ \x73\xdb\xa5\xe7\x24\x05\x81\x1d\x0e\x07\xc3\x30\x52\x20\x10\x08\ \x04\x0c\x37\x4b\x10\x78\x8e\xe3\x04\x41\x30\x99\x4c\x82\x20\x20\ \x84\x68\x6b\xb4\xc1\xb0\x68\x8d\xbc\x9a\x20\x08\xc6\xbf\xc1\xd4\ \x1a\x84\xac\x85\x33\xbf\x1e\x08\x31\x0c\x83\x4f\x79\x31\x0c\x73\ \x2a\x0b\x8e\x21\x52\xe5\x81\xd7\xff\xf2\x0f\xa9\xd7\x95\x97\x67\ \x3b\xd6\x7e\x97\x9f\x95\x33\xce\x0e\x20\x97\x1d\xd3\x39\x5b\xac\ \x03\xb0\x3d\xba\x47\x56\x42\x45\x35\x4e\x4b\xcb\x00\x00\xa0\x24\ \xbe\xcb\x80\x38\xef\x96\x47\x1f\xfa\xcb\xa6\xa3\x8d\x00\x80\x04\ \x7b\x66\x56\xef\xa6\x72\x4f\x54\x7a\xaf\x60\x1c\xae\xe1\xe8\xd6\ \xe7\x9f\x79\x3b\x7c\xcc\xad\x23\x32\x5d\x00\x00\xa4\xf1\xfb\xf7\ \x9f\xfb\xec\x70\xe4\xed\x33\x27\x08\x00\x00\x50\xbc\xe6\xfd\xc5\ \x87\x6c\xf7\xde\x36\xf1\x5c\x91\xe6\xb0\xae\xb0\x30\xbf\xdf\xef\ \x0f\x04\x82\x9d\x64\x4e\xa7\x33\x2a\x2a\x8a\x61\x58\x9f\xcf\x6b\ \xc4\x71\x65\x59\x56\x34\xcd\x64\xb5\x44\x45\x46\x8a\xa2\x28\xcb\ \x0a\x21\x7a\x90\x83\x3f\x98\x6c\x0b\xb9\x68\x67\x5b\x23\x9f\xba\ \xa9\x7c\xe7\xb2\x37\xe7\xaf\x49\x19\x75\xf3\x1d\x13\xb3\x04\xf5\ \xd8\xa1\x46\x61\x70\x4a\x27\x00\xd8\xb1\x7a\xab\x10\x3f\x30\x4d\ \x04\x00\xf0\x15\x6c\x29\xe3\xc2\x66\xa6\x99\x00\x00\x90\xd8\x7f\ \xca\xcd\xfd\xa7\xc0\xb2\x17\x6f\x59\xf8\xfd\x8e\x41\x77\x8c\x42\ \x00\xe0\xcf\xcd\xad\x53\x2f\xe9\x63\xf4\x72\xd2\xc3\x6b\x17\xbc\ \xfd\xc5\x9e\x41\xd3\x1f\x9a\x3a\x34\x0d\x03\xe8\x4d\x05\xef\xfd\ \xe7\xbd\x32\x47\xdf\xa7\xfe\x3a\x3d\xd6\x8a\x01\x00\x3c\xf9\xf3\ \x16\x6f\x1f\x7b\xc7\x0b\x09\xa6\x73\xe7\x9c\x55\x54\x54\xf9\x03\ \x32\xcb\x0a\x08\x21\x42\x91\xaa\xaa\x5e\x5f\x40\xf4\x78\x35\x4d\ \xab\xa9\xa9\x91\x65\x99\x65\x59\x4a\x01\x10\x06\x40\x92\xa4\x48\ \x92\xd2\x0a\x50\x99\x10\x4a\x81\xa2\xd6\x3a\xdd\x10\xb2\xce\x5c\ \xf4\x96\x81\x7e\xf4\xd4\x50\x99\x61\xbf\x9d\x64\xe0\xe6\xad\x78\ \xf6\x8d\xa5\x23\xee\xfe\xdb\xd4\xbe\x31\x54\x23\x80\x38\x2c\x79\ \x2a\xcb\x4a\x8e\x78\xb7\xcd\xdd\xd8\x70\xed\x33\xa3\x0c\x15\x5d\ \xb8\x7d\x1f\xef\xce\x4c\x16\x00\x74\x5f\x49\x59\x0d\x6f\xb6\xcb\ \x35\x79\x5b\x8e\x48\x69\x57\xc6\x1b\xb7\x42\xe3\xc1\xdc\x3a\x2d\ \xb6\x67\x9c\x00\x00\x25\x1b\x3f\xf9\xe7\x47\xbb\xff\xf0\xe8\x9f\ \x86\xa7\x3b\x81\x02\xf1\x97\xbd\xf1\xd7\x17\x1a\xba\xce\x7c\xe2\ \xe6\x11\x22\xe8\x14\x30\x02\x7d\xc3\xe2\x0f\xab\xa3\x73\xa6\xf4\ \x72\x9d\xcb\xa8\x82\xc7\xe3\x01\x00\x9e\xe7\x8c\x02\x71\x8e\xe5\ \x10\xc2\x7e\x9f\x9f\x02\xf0\xbc\xc0\xb2\x2c\xcb\x72\x18\x23\x00\ \x04\x0c\x56\x64\x95\x52\x82\x31\x83\x31\x22\x06\x6c\x29\x6d\x2d\ \xd2\x0d\xa1\xae\x03\x34\xaa\xc3\xe9\xaa\xae\x38\xae\x13\x6a\x0c\ \x5d\x32\x22\x37\x08\x21\x4a\x28\xcb\x0b\x96\x93\xa7\x25\xe7\xae\ \x5b\x57\xad\xd0\x3d\x5f\xbf\xb3\xf5\xb3\x40\x9f\x69\x0f\xfc\x61\ \x50\xfc\x8c\x69\xd9\x6f\x7f\xf2\x6c\x6e\x58\xe2\x15\xf7\x3d\x3d\ \x32\xc9\x38\x58\x3d\x5a\x47\xd3\xfb\xf5\x65\x01\x40\xaa\x5b\xb3\ \xf8\xdd\xcd\x47\xbd\x2c\x83\x53\x2f\xbd\xfd\x96\x11\x06\x23\x0e\ \x1c\xaf\xa8\x8f\xe8\x39\x20\x9a\x05\xa0\xbe\xad\x5b\x36\x36\xa9\ \xcc\x9a\xf9\x2f\x7d\xad\x9a\x27\xde\xf0\xc7\x6c\x6e\xc7\xce\x22\ \x6f\xb8\xb8\xee\x99\x27\x56\xba\xd3\x72\xee\xbb\xf3\x32\xb3\x5c\ \xb1\xbb\xd0\x37\x6a\xc6\xe8\x73\x4b\x07\x89\x06\x0f\x1d\x46\x28\ \x05\x0a\x84\x80\x51\xb7\x80\x00\x30\xc3\x10\x5d\xd7\x5a\xeb\x13\ \xa0\x55\x09\xb4\xce\x3e\x46\x06\x58\xa1\xb5\x9f\x47\xd3\xb4\xf9\ \x1f\xbc\x17\x1f\x1f\x17\xf4\xdb\x4c\x26\xd3\xd6\xad\x5b\x9e\xf9\ \xeb\xd3\x69\x69\xe9\xae\xb0\xb0\x60\xf3\x0f\xcb\x30\xd7\x5d\x77\ \x6d\x4a\x5a\x3a\xd1\x5b\x2a\xd6\x8d\xe8\x1b\x21\xa4\xe4\x78\x51\ \x6a\x5a\x67\xab\xcd\x66\xe8\xef\xb2\xd2\xe3\x99\xdd\x7a\x5e\x6c\ \xd8\x3d\x5e\x52\xb6\xef\xc0\x21\x63\xb6\x74\x5b\xe2\x10\x42\x89\ \xc5\x6a\x19\xd4\xbf\xaf\x28\x0a\x6d\xb4\x30\x20\x20\xaa\xaa\x12\ \x40\x0c\xcb\xb1\x18\x01\x00\xd5\x35\x82\xd9\xb6\xad\x54\xb4\x8d\ \x91\x41\x89\xae\xe9\x3a\x62\x5a\xc7\xb5\xb7\x3f\x80\x52\x00\x44\ \x89\xa2\x6a\x14\x10\xcb\x72\x18\x01\x42\x48\x53\x15\x9d\x50\x8c\ \x59\x8e\x63\x8c\xaf\xfd\x65\x6f\xa6\xa4\xf8\x58\x79\x59\x49\x54\ \x74\x0c\xa5\x60\x5c\x62\xc3\xd1\x6f\x6e\x6e\x6e\x6c\xa8\xeb\x90\ \xcb\xca\xda\x1c\xce\x96\x02\x1a\x8a\x5a\xa7\x20\x52\xa0\xa0\xeb\ \x9a\xaa\xaa\xc6\x9c\x23\x42\xf4\xe0\x73\xaa\x55\xd1\x92\xd6\x7e\ \x74\xa3\x23\x2d\x44\x1d\xd6\x31\x92\x98\x10\x97\x98\x10\xf7\x3f\ \x47\x21\x00\x00\x73\xbc\x70\xd2\x46\xa6\x7d\xe8\xe1\xa4\xd9\x29\ \x98\xe1\x4e\x71\xf2\x50\xbb\x8f\x44\x0c\xcf\x9f\x74\x0c\xcb\xf1\ \x6c\xbb\x63\xce\xb5\xb0\x46\x66\x01\x23\xa4\x13\x00\x8a\x91\x51\ \xaf\x0c\x94\x61\x38\x8c\xd9\xb6\x6d\xbd\x70\xa2\x5f\xb2\xe5\xff\ \xe0\x16\x5d\xd7\x31\xc2\x10\xa2\x0f\x0b\xc9\x6f\x06\x5c\x63\x6e\ \x11\x50\xc4\xf2\x8c\xae\xeb\x94\x10\x4a\x28\xb4\xe9\x89\x00\x00\ \x4d\xd3\x28\x21\x18\x50\xdb\xf9\xba\x41\xd4\xb6\x19\x9d\x18\xd2\ \xba\x3f\x2b\xcd\x5e\x5f\x43\x43\x23\x42\x28\x2a\x2a\x82\xe7\xb8\ \xd0\x82\x9c\x29\x70\x8d\x67\x3c\xa1\x94\xea\x1a\x25\x94\x12\x02\ \x94\x1a\x8d\x4f\x18\x19\xbe\x2c\x05\x4a\x80\x52\xd2\x66\x28\x74\ \xeb\x13\x86\x22\xd4\x32\xd7\x36\xb4\x94\xbf\x20\x8d\x4d\x9e\xf5\ \x1b\xb6\x32\x0c\x06\x00\x74\x20\x6f\xfc\x98\x9c\xb6\x71\x83\x50\ \x25\xfe\xaf\x01\x6e\xcb\x00\xde\x56\xdd\x89\x5a\x27\x86\x43\xab\ \x5b\x8b\x80\x32\x18\x53\x44\x8d\x5c\x1a\x21\x34\x08\x53\xe3\x58\ \xa3\x1b\x2a\xb4\x94\xbf\x20\xd5\x35\xb5\x0e\x87\x7d\xf8\xd0\x6c\ \x00\xf8\x69\xd3\xf6\x65\xdf\xfc\x10\xec\xef\x07\xa0\xaa\xa6\x67\ \xf7\xeb\x15\x13\xdd\xae\x79\x4b\xab\x2e\x29\xae\xf6\xa8\x51\x9d\ \x52\x22\xac\x86\x07\x4f\xaa\x8a\x8e\xd4\xa9\x62\x72\x72\xa2\x29\ \x68\x72\x4a\x0d\xe5\x8d\x28\x26\xda\x19\x7c\xd8\x35\xd7\x94\x94\ \xd4\x4a\x91\x71\x49\xe1\x76\xee\x82\x06\x6e\xab\x06\xd5\x5b\xa7\ \x18\x07\xa9\x40\x5a\xa1\x79\xa2\x98\xa6\xf5\xdf\x13\x91\x86\xa0\ \xc7\x16\x42\xe7\x8e\x1d\x3b\xb6\x6e\xdd\x2a\x8a\x22\x00\x28\x8a\ \x32\x69\xd2\xa4\xf8\xf8\x78\x63\x17\xc7\x71\x5b\xb7\x6f\x6f\x6a\ \xa8\xd1\x34\x1d\x33\x8c\xae\x6b\x6a\xeb\x59\x0c\xc3\x14\x15\x97\ \x45\x47\x86\xb7\x03\xee\xe1\x55\x9f\xcc\xf9\x3e\x97\x2a\x4d\x55\ \x34\xe3\x4f\x7f\x7d\xa8\xb3\x5b\xf9\xf1\x83\xd7\x3e\xdb\x52\x86\ \xfc\xb5\x31\xa3\x6e\x7f\xf2\xfa\x1c\x81\xf8\x73\x37\xaf\x5b\x30\ \xf7\x9d\xfa\x9e\xf7\xce\x7a\x70\x34\x02\x00\xa5\x7a\xd5\x92\x2f\ \x77\x1d\xad\xf2\x12\xe7\x65\x33\x6e\xbe\xc0\x81\x1b\xc4\x6b\xd0\ \x0c\x30\x50\xa8\x28\x4a\x90\x45\xa1\x8d\x7e\x3d\x71\x80\x11\x14\ \x0b\x3a\x67\x21\x7e\x5c\x96\x65\x57\xae\x5c\x19\x17\x17\xe7\xf5\ \x7a\x31\xc6\xd3\xa6\x4d\x0b\xee\xe2\x79\x7e\xd7\x8e\x6d\xdb\x37\ \xfc\x88\x99\xf6\x1e\x3d\xd1\x89\x0e\xcc\xb0\x4b\x86\xb4\xdb\x1e\ \xd5\x6b\xf4\x23\x03\x67\x44\x88\x15\x8f\x5f\xf7\x97\xc3\xb5\xb2\ \xa5\x60\xe1\xc7\x9b\x02\x4f\xbc\xf8\xb2\xfb\xc8\xc2\xbb\xe7\x6d\ \xa8\xbd\x2e\x87\xdf\xb3\x6e\xd5\xda\x4d\x95\x12\xdb\xbf\x6f\x3a\ \x06\xa0\x5a\xed\x27\xaf\xbe\xbc\x5f\x4b\x1a\x33\x76\xe6\xa5\xfd\ \xd2\x99\x0b\x7d\xb5\x71\x10\xb5\x4c\xab\x18\x74\x77\x46\x30\xe1\ \xd4\x13\x42\x19\xb2\x9f\x93\xde\xbd\x7b\x4f\x9d\x3a\xd5\xc8\x35\ \xde\x75\xd7\x5d\x11\x11\x11\x6d\xf7\xf2\x2c\xcb\xf3\x1c\xcf\xb5\ \x7f\x09\x3c\xc7\x73\xec\xa9\x45\xa1\xf6\xa8\xd8\x08\xbb\xb0\xfd\ \xeb\x25\x0d\x09\xd9\xd9\x09\xea\xca\xaf\x7e\x1a\x30\xe3\xa6\x2e\ \x4e\x01\x71\x9c\x59\x14\x80\x40\x44\xd6\xf8\x87\xee\xbd\x36\xd6\ \x1a\xd7\x3d\x31\x06\x00\x8e\xac\x5d\xb4\x7c\x77\xbd\xdb\xec\xff\ \xea\xdd\x97\xe7\x7e\x77\xe4\x82\x5f\x6d\x1c\xc4\x2b\x39\x59\x8c\ \x26\x88\x20\xb1\xb3\x81\x66\x8c\xb1\xf1\xc6\x78\x6f\xc4\x96\x8d\ \x1f\x43\x11\x05\x00\x98\x3a\x75\xaa\xcf\xe7\xeb\xd4\xa9\xd3\xa0\ \x41\x83\xda\x6e\x47\x00\xe8\x67\x04\x50\x0b\x4d\x6b\xbb\x8f\xd2\ \x7d\x15\x8b\x5e\xff\xcb\x82\xbd\xdc\x83\x7f\xba\x2d\x22\x70\x64\ \x7f\xb5\xbb\x5f\x97\x44\x00\x38\xba\xe7\x50\x58\x8c\x41\x95\x04\ \xd5\x47\xf7\x96\x9b\x12\x92\x63\x04\x80\xc0\xe6\xf5\x79\x43\xaf\ \x7f\xea\xb1\x3f\x3e\xf2\xc0\xf8\x94\x5d\x3f\x6e\x50\x2e\xf8\xe7\ \xdb\xa9\xc6\x40\x30\xd7\x10\x9c\x7b\x1d\xb4\x77\x83\x65\xe6\xc6\ \x59\xc1\x50\x2e\xa5\x14\xd1\x10\x72\xc1\x66\xb3\x3d\xf4\xd0\x43\ \xd1\xd1\xd1\xed\x1f\x53\x00\x84\x9e\xde\x0d\x30\xd8\x13\xda\x3d\ \xc7\xf4\x86\x23\xef\xbc\x3a\xcb\x9b\x3e\xf9\xf9\xfb\x2f\x15\x01\ \xbc\x85\x35\xb5\x44\x74\x86\x63\xf0\x1c\x5c\xb2\xae\x7c\xe0\xbd\ \x0f\x1b\xd6\xeb\xf1\xdc\x7d\xae\xe4\xfe\xd1\x3c\x00\x34\x97\xd6\ \xa8\xc9\x31\x31\x00\x50\x51\xd3\x24\x46\xf7\xbe\xe0\xe3\x6d\xac\ \x81\x3f\x84\x50\xbb\xa6\x86\x20\x6a\x8d\xd6\x5f\xc3\x0b\x36\x10\ \x1c\x24\x0d\x69\x61\x12\xd1\x34\x4d\xd7\x43\xc3\x4b\x0c\x19\x38\ \x70\xe0\x69\xed\x2b\x42\x68\x8b\x0f\xdb\x3a\x3b\x0a\xb5\xec\x6a\ \x49\x4b\xb6\x39\x5a\xfa\xea\xad\xbf\x7c\x51\x18\x77\xcf\x60\x6d\ \xd5\x8a\x6f\xbb\x0c\x1a\x9d\x16\x9e\x92\x0c\x1f\x2d\x98\xf5\x0e\ \x5f\xbe\x9b\x1f\x3c\xf3\x8a\x2c\x17\x00\x00\xf5\x6c\xde\x56\x1e\ \x3f\xb6\x37\x0b\x00\xe0\xea\x95\x22\x7c\xbd\xf0\x4d\xb4\x5f\x5c\ \xbf\x47\x9f\xf1\xf8\xe0\x0b\x5e\x8b\xb0\x86\x13\x66\xe0\xef\x54\ \x5b\xd6\x00\xae\xd1\x26\xd9\x76\x4b\x70\x56\x75\x50\x6d\x84\x4c\ \x85\x5f\x90\x30\xa7\x23\x3b\x7b\xe0\xe1\x82\x02\xcc\x60\xa3\x32\ \x29\x68\x1a\xe8\x9a\x1e\x15\x13\x93\x10\x1f\xdb\x66\xe9\x49\x52\ \xdf\x2b\x6e\x4c\xd6\x7c\x55\xa5\x2a\x16\x24\x95\xe0\xb0\xf4\xfb\ \xff\x7c\xcf\xaa\x0d\x87\x6c\x7d\xee\x1b\x3f\xbc\x7b\xb0\xba\x25\ \xeb\x8a\xeb\xa3\xfa\x18\x14\x9f\xdc\xf8\xbb\x1f\x63\xbf\xf9\xa1\ \x4c\xb2\xdc\xf5\xd4\xf5\x3d\xe2\x2e\x82\xa9\x3b\x86\xa9\xda\xce\ \x5a\x08\x2a\x57\x4d\xd3\x82\x24\xb8\x86\x62\x36\xdc\x38\x41\x10\ \x0c\x04\x07\x53\xc1\x21\x9f\xed\x17\xc4\x6c\x36\xdd\x7d\xe7\x6d\ \xbe\x40\xc0\xe0\x58\x6b\x29\x9e\x69\x51\xbd\x54\xe4\x05\x41\x68\ \xf3\x6c\xc7\xe6\xbe\xe3\xa7\xb7\x23\xdc\x88\xcc\x18\xfc\x87\x8c\ \xc1\x27\x1b\x19\xf6\x21\x23\x72\x4e\x9c\x64\x89\x1d\x7b\xd5\xf5\ \x17\x51\x0c\xc7\x68\xd7\x09\x92\x27\x04\x53\xb8\x86\x02\x0e\xb2\ \x83\x19\x87\x19\x54\x8d\x41\x02\x1b\xc3\x69\x33\xb6\x87\x14\xee\ \x7f\x0b\x96\x31\x8e\x50\x83\x6e\x07\xae\x67\x10\xa9\x46\xfc\x2b\ \xa8\x71\x83\x81\x85\x13\x1e\x83\xae\x1b\xb3\x4c\x82\x04\x0b\x2d\ \xf7\x7a\x28\x63\x19\x92\xdf\x1e\xb8\x6d\x71\xd9\xf2\x08\x6a\xe5\ \x63\x84\xd6\x94\x58\x30\xd7\x80\x31\x36\xb8\x98\x8c\x37\x41\x3a\ \x72\x62\x94\x3f\x86\xe4\x8c\xa5\xf0\x68\xd1\xfe\x03\xf9\x94\x92\ \xe4\xa4\xc4\xde\x3d\xbb\x85\x16\xe4\xbf\x03\x37\x18\x4a\x0c\x06\ \xbf\x0c\x15\x6b\x30\x8d\x1a\x7b\x0d\x92\x9b\xb6\xde\xdb\x89\x28\ \x44\x68\x2d\xcf\x58\xbc\x3e\xff\xee\xbd\x07\x72\x86\x0f\x06\x80\ \x75\x1b\xb6\xa8\xaa\x6a\x36\x9b\x82\xcb\xcc\x60\xa6\x53\xa7\x04\ \xb3\x49\x0c\x2d\x54\x7b\x8d\xdb\xce\x4b\x6b\x4b\xbb\x64\x30\x35\ \x9d\x1c\xdf\x69\x99\x8a\x1a\xa2\xbb\xeb\x28\x31\xfc\x5d\xab\xd5\ \xa2\x69\x7a\x56\xef\x1e\x85\x47\x8b\x3c\xcd\xbe\x56\x6d\x82\x1a\ \x1a\x9b\xca\x2b\xab\x46\x5e\x3a\xb4\xed\x29\x7a\x73\xd9\xf7\x2b\ \x56\xec\x38\x54\x16\x96\x79\xc9\x8c\x69\xa3\xc2\x58\x00\xb9\x72\ \xd9\xc2\x45\xdb\x8f\xfa\x06\x4c\x9c\x79\x59\x76\x92\x71\x58\xc5\ \xbe\xef\x97\xee\xd6\x67\x5c\x33\xce\xc9\x01\x00\x90\x40\xcd\xd6\ \xb5\x6b\x37\xed\x2f\x4e\x1b\x72\xf5\x94\x21\x09\x6a\x6d\xc1\xe2\ \xcf\xbe\xc8\x6b\x14\xc6\x5c\x7d\xc3\xd0\xb4\x30\x00\x69\xc3\xd2\ \xb9\xab\x76\x37\x72\x0c\x49\xcc\x9e\x7e\xc3\x98\xce\x7a\xe3\xb1\ \xcf\x17\x7c\x7e\xa8\x0e\x5f\x3a\xf5\xda\x4b\xbb\x46\x03\x90\x03\ \x6b\x3e\x5f\xbe\xf1\x20\x84\x65\x4e\x9f\x31\x35\x39\x8c\x3d\x97\ \xc0\x35\x70\x19\x2c\x48\x30\x0c\x5c\xc3\x2a\x08\x5a\x0b\x6d\x9b\ \x22\x83\x24\x0c\x06\xef\x58\x28\xac\x70\xe6\x22\x08\xc2\x8e\x9d\ \x3b\x36\x6f\x58\x83\x19\x86\x65\x18\xf6\x64\xda\xc6\xe6\x66\xdf\ \xf0\x9c\x51\xed\x4e\xa9\x2d\xcc\x2b\x0f\x58\x87\xe6\x0c\x5c\x3e\ \xe7\xc3\x4f\x5d\xe9\x77\x8f\x72\xce\x79\xe6\x99\x83\xf6\xc1\x23\ \x3b\xfb\x3f\x9e\x3b\x2b\xb9\xe7\x8b\x5d\x94\xe2\x25\x1f\x7d\xb8\ \xec\xfb\x1f\xa5\xbe\xb7\xdf\xc0\x02\x00\x78\xca\xf6\x2c\x5a\xfc\ \x03\x8e\x4a\xeb\x37\x74\x58\xa7\xb4\x08\xbd\xe9\xe0\x0b\xcf\xfc\ \x0b\xf7\x9d\xd4\x5d\xdd\xf1\xde\xeb\x9f\xf6\x7c\xfd\x6e\x6b\x6d\ \xfe\xb2\x6f\x72\x7b\x4e\xbf\xb5\xbb\x1b\x99\x23\x63\xa9\xf7\xd8\ \x6b\x7f\x7b\xb6\xb9\xcb\xd8\x9e\x51\x07\xde\x7a\x6b\x61\xd7\x37\ \xfe\x18\x58\x3d\xe7\xb5\x25\xc5\xd3\xae\xbb\xec\xd8\xf2\xd9\x6f\ \x2d\x76\xbd\x78\xc7\x98\xdf\xde\xcb\x61\xdb\xc5\xbf\x28\x3d\xa9\ \xe8\xd6\x60\x62\x0c\x66\xd4\xda\xa9\x64\x38\xb9\xae\x3c\x24\x67\ \x28\x18\x63\x55\x96\x2a\x4a\x8b\xd9\x53\x2b\xcd\x29\x95\xe4\xd3\ \x10\x82\x44\xf5\x1e\x79\x73\x6f\x00\x68\xdc\xb9\xe8\x73\xb3\x45\ \x2c\xdf\x32\xff\x27\x7f\xda\xbf\x9f\xbb\xce\xad\xec\x5b\xb1\x6e\ \x76\x95\x07\xba\xf0\x28\xa1\xd7\xd0\x41\x35\x15\xbe\x1e\x99\x26\ \x04\x20\x95\xcd\x7e\xfe\x5f\xbb\x68\x52\x1f\x6a\xeb\x39\x74\x74\ \x52\xa4\xb8\xee\x9d\x0f\xcb\x62\xa7\xbc\x79\xe3\x95\xf8\x20\xbb\ \xfe\xdf\xdb\x7d\x00\xd5\xdb\xbe\xaf\x30\x65\x3c\x9c\xd3\x37\x12\ \x03\x00\x6c\xf9\xf8\xe5\x7c\xe7\xa8\x37\xef\x9c\xc1\x14\xaf\xfd\ \x66\xfd\x8f\x01\x1d\x8e\x14\x1c\x73\xf7\xbf\x7c\xec\xe0\xec\xb5\ \xf9\xdf\x35\x88\xf6\x73\xb3\x56\xc1\xa4\xf9\xa9\x10\xa4\x27\x8b\ \xb1\xb2\x41\x7b\x37\x78\x00\xc6\xf8\xe7\xb8\x2a\x42\xf2\x2b\xae\ \x07\xfb\x33\xc2\xb0\xa7\x7f\x22\xeb\x8d\x45\xef\xff\xf3\xd9\xea\ \x94\xf1\x53\x87\xb8\xd7\xae\xd8\xdf\x67\xe4\x24\x37\x02\xa5\xfc\ \x38\xe5\x6d\xd1\x36\x60\x5c\x89\x83\x86\xf5\x68\xac\x65\xd2\xd3\ \x32\x00\xe0\xd8\xfa\x25\x79\xb8\xd7\x7d\xb7\x5f\xd3\xcd\x5c\xfe\ \xe6\xbf\x17\x36\x4b\x65\xeb\x0e\xd6\xe7\x4c\x1e\xc3\x02\x94\x95\ \xd7\x68\x8e\x4e\x4e\x00\x10\x62\x53\xac\xe5\xcf\xdc\xff\xd8\x8a\ \x3d\xd5\x40\xaa\x36\xec\x28\xbe\x64\xe2\x68\x1e\xa0\xa6\xa6\x5c\ \x8b\x70\xdb\x38\x88\xef\x94\x20\x34\x1f\x5d\xf5\xf9\xec\x8d\xbe\ \x1e\x77\x5f\x35\x10\x9f\x2b\xe0\xb6\x85\x63\xf0\xdf\x76\x66\xeb\ \xcf\xd5\x88\x04\x4b\x6d\x42\xde\xd9\xd9\x97\xd3\x2c\x71\x7d\xde\ \x9a\x7f\xfc\xe3\xd5\xc6\xe4\x29\x4f\x3d\x3c\xcd\xa6\x97\xe5\xd6\ \x71\xc9\xe9\x29\x00\xb0\x6f\xfd\x36\x26\xaa\x4f\xba\x19\x00\x20\ \x50\xb8\xe5\x38\xe3\xec\x9c\x6e\x05\xa0\x7b\x77\x1d\x4f\xbd\xe4\ \xca\x41\xbd\x7a\x8c\x1f\x31\xd0\xaa\x34\xd6\x95\x1c\x69\x52\x2c\ \xdd\x53\xac\x00\xfa\xe6\xed\xbb\xc2\xb3\x7a\x9b\x00\xd2\x46\x5e\ \xf3\xb7\x7f\xbc\x74\x4f\x8e\x79\xe1\xa2\xaf\xea\x6b\x1b\x6a\x1b\ \x1d\x99\x09\x91\x00\xb0\x77\xc3\xd6\xb8\x9e\x59\xd2\xa1\x55\x5f\ \x15\xd8\xee\xbd\x63\x7a\x56\x8a\xb9\xaa\xbc\xb8\xe9\x1c\x55\x62\ \x9f\x30\x0f\x82\xe9\xb1\x60\x9d\x4d\x5b\x75\xdb\xb6\x9e\xa6\xed\ \x9b\x56\x58\x87\xe2\x0a\x1d\xe4\x9f\x05\x9f\x6f\xa7\xbc\x4e\x35\ \xc9\xbc\x45\xeb\x9e\x7b\xf5\xd3\xb4\x2b\x1f\xfe\xe3\xcc\xe1\x36\ \x04\x40\x91\x2e\xf9\x1a\x1b\xea\x2b\xf2\xbe\x99\xb3\xba\x6c\xdc\ \xf4\xb1\x86\xc1\x51\xb4\x6b\x3f\x17\xd6\x39\xd5\x04\x00\x80\x89\ \x52\x5d\x52\x24\xc9\x9e\xaf\x97\xfd\xc0\x77\xed\x17\x69\xe3\x02\ \xfe\xa6\xda\xfa\xc6\xc3\x3f\xbe\xbf\x3c\xdf\x31\x63\x4c\x9f\xa6\ \xfa\xca\x7a\x8f\xbf\xb9\xf6\xf8\xde\x82\x6a\x57\x74\x3c\xcf\x11\ \x35\xd0\x58\xdb\xd8\x50\xb4\x75\xc1\x82\x3d\xec\xf4\x09\x83\x0a\ \xd7\x7e\x55\x8a\xdc\x6e\x91\xd6\xd7\xd4\x35\x34\x78\xf4\x73\x64\ \x24\xb2\x9a\xa6\x05\xa1\x08\xf4\x44\xa5\xd2\x09\x80\x12\x4a\x28\ \x6d\xa1\xa5\x68\xd3\xf2\xd0\xb6\x2e\x24\xd4\x76\xd6\x51\x1a\xd5\ \x64\xb6\x10\x00\x4d\xd7\x29\x45\xad\x11\x47\x8a\x8c\x41\x26\x18\ \xf3\xc2\x49\x9d\xe8\xbb\x56\x7c\x91\x5b\xed\x13\x56\xce\x7d\xf4\ \x0b\x7f\xef\xa9\xf7\x5d\x3b\x28\x6e\xea\xf8\xae\xef\xbc\xf3\xd8\ \x36\x57\xd4\xb0\x9b\xff\x34\xb1\xb3\x31\x7c\x5d\x3d\x58\xdc\x9c\ \xd0\x2b\x8b\x07\x00\x40\x39\xd3\xa6\x6c\x7d\x6d\xe1\xa3\x8f\x7d\ \x6b\x8b\xca\xbc\xe7\x96\xa1\x66\x87\x34\x66\x60\xcc\xdc\x3f\x3d\ \xe6\x74\xc7\xdc\xf8\xe4\xc3\xdd\x23\xe8\x8f\x1f\xcd\xf9\x7c\x6b\ \x35\x07\x0a\x1f\xdb\xef\xfe\x6b\x47\x5b\x5d\xda\xb8\x51\x09\x9f\ \xbc\xf8\x98\xd9\x16\x3d\xfd\x81\x87\x7b\x45\x71\x35\xc3\x26\x99\ \x66\x7d\xf9\xd0\x23\xab\x55\xdd\x72\xcd\xed\x77\x26\x0b\xe7\x68\ \xad\xfa\x66\x0f\x81\x20\xef\x04\xa5\xad\xc6\x6e\x6b\x67\x8e\x71\ \xaf\x43\xb0\xa6\x89\xd2\x56\x4d\x1c\x2c\x75\xa2\x84\x68\xba\xfe\ \xfe\x7b\xb3\xe2\xe3\x42\x84\x20\x67\x2a\xf9\x87\x0b\x77\xed\xd9\ \x87\x5b\xbd\x8e\xa0\x37\x4c\x08\xb5\xda\x2c\x39\xc3\x86\x58\x2d\ \x27\xc8\x6c\x54\x49\xd2\x74\x4d\x56\x54\x42\x41\xb0\xd8\x2c\x02\ \x0b\x00\xfe\xe6\x26\x9d\xb5\xd8\x4e\x74\xa5\x51\x45\x51\x19\x8e\ \x0f\x52\x84\x10\xc5\xdf\xe4\x53\x6d\x2e\x47\xeb\x11\xc4\xdb\xe4\ \x61\xcc\x4e\x13\x07\x00\x54\x95\x25\xbf\x24\x53\xc4\x39\xec\x96\ \x20\x4b\x88\xcf\xe3\x01\xd1\x66\xe1\x5b\xac\x59\x22\xfb\x9a\x7c\ \x8a\x68\x73\x9a\xb8\xd3\x3f\x66\x83\x84\x20\x86\x8d\x19\x1c\xfe\ \xdc\x91\x84\x20\x08\x1b\xa6\x2e\x36\xc6\x90\x20\xd4\xc2\xac\x60\ \x34\xf5\x22\x04\x60\x34\xf2\x1a\xf7\x7f\xcb\x33\x8c\x00\x42\x98\ \x31\xcc\x0c\x42\x11\x66\x80\x86\x18\x41\x3a\x44\x3a\xa7\xa7\x76\ \x4e\x4f\xfd\x1f\x0f\xe6\x44\x91\x03\x30\x9d\x44\xcb\x04\x66\x9b\ \xa3\x9d\x6e\x32\x46\xdb\x9e\xb0\x0e\x79\xb3\xeb\xe4\x0d\x56\x87\ \x33\x78\x30\x27\x98\x1c\x42\x3b\x2e\x3b\x64\xb1\x9f\xf4\x99\x58\ \xb0\xb8\x04\xcb\x7f\xfd\xf5\x0c\x0e\x70\x45\x56\x30\xc3\x98\x4c\ \xa6\x76\xbf\xc6\x19\xc7\x71\x5b\x55\x69\xbb\x20\x57\x30\x76\x0b\ \xad\xc9\x08\x38\x91\x2d\x43\xc1\x6e\x4a\x00\x6c\x58\x11\x21\xcc\ \x85\xa4\x5d\x68\xaf\xa2\xa2\xa2\xa9\xa9\x89\xe7\x05\x4a\xa9\xaa\ \xa8\xd1\x31\xd1\x66\xb3\xb9\xc3\x80\xdb\x8e\x90\xe6\xe7\x62\x61\ \xed\xa2\xb6\x6d\xb9\xc3\x5a\x7a\x2a\x43\x36\x6e\x47\x88\xae\xeb\ \xf5\x0d\x4d\x00\xd4\x61\xb7\xf3\xfc\xef\xb5\x8f\x01\x33\x4c\x79\ \x59\xb9\x3b\x22\x32\xab\xdf\x00\x87\xdd\xa1\xa9\x6a\x4d\x4d\xf5\ \xe1\x82\x02\x8e\x63\xcd\xe6\x8e\xa1\x26\x65\x55\x55\x33\xf0\xa7\ \x13\x9d\x12\x62\x94\x8a\x22\x23\x2b\xd6\x26\xc0\x10\x74\xce\x5a\ \x8a\xf9\xe1\x24\x34\xb7\xed\xff\x09\xc9\xaf\x16\x55\xd5\xd6\x6f\ \xd8\xd2\xec\xf5\x51\x4a\x00\xa1\xc9\x13\x46\x33\xcc\xef\x32\x40\ \xae\x69\x9a\x46\x68\xbf\xec\x81\x2c\xc3\x28\xb2\xac\x6b\x9a\xc3\ \xe9\xec\xd2\x35\x73\xfb\xb6\xad\x1c\x17\xd9\x36\x8d\xf5\xeb\x81\ \xeb\x72\x39\xa1\x8d\x5b\x16\x9c\x62\x12\x2c\x6e\x24\x84\x18\xfd\ \x52\x2d\xc0\x6d\x09\x32\x00\x6a\x99\x35\x4b\x29\x05\xa2\xeb\xbf\ \xd3\x25\x3e\xaf\xc4\x1f\x08\x78\x9a\xbd\x57\x4c\x1e\x07\x00\xbb\ \xf6\xe4\x2e\xfb\xf6\x07\xa1\xd5\x2e\xa4\x00\xba\xa6\x77\xcd\x4c\ \x4f\x4d\xee\xd4\xee\x2c\xa9\xb9\xae\xa6\xde\x6f\x0d\x8f\x72\x59\ \x5a\x0e\x96\x3d\x35\x55\x1e\x3d\x32\x3a\x5a\x6c\x53\x8a\xd2\xd8\ \xe0\xb3\x3a\xed\x6c\xd0\xe1\x92\x9a\x2b\x6a\x9b\x78\x5b\x78\xb8\ \xa3\xa5\x6a\xc7\xdb\xd8\xc4\x5a\xec\x22\x87\x00\xc0\xdf\x50\x5d\ \xdb\xac\x38\x22\x63\x1d\x22\x06\xa0\xb2\xb7\xb1\xb6\xde\x83\x2d\ \xee\x18\x77\xb0\xa4\x58\xa9\x2a\xab\x02\x4b\x78\x94\xf3\x34\x1a\ \x54\x91\x94\x94\xd4\x54\x9e\x13\x14\x45\x32\xf4\x9b\xa2\xc8\x02\ \x2f\x84\x87\x47\xf8\x7d\xbe\x8e\x01\xee\xbb\x6f\xbe\xd6\x71\x0a\ \x43\x0d\x81\xef\x8c\x2e\x06\xcb\x16\x97\x94\xfc\xb0\x7a\x0d\xd1\ \x09\xc2\x88\xc5\x54\x53\xa5\xa0\xc9\x58\x5f\x57\xbf\x77\x9f\xd2\ \x0e\xb8\x8d\x87\xd6\xcc\xfa\x78\x59\x4d\xb3\xaf\x5e\x8d\xba\xfd\ \x89\xc7\x86\x24\x59\x8b\x36\x7f\xfe\xfa\xc7\x6b\x9a\xbd\x8d\x8e\ \x3e\x53\x9e\x7a\x60\xba\x13\xd3\x9a\xa3\xfb\x96\x7f\xf2\xee\xaa\ \xa6\x9e\x6f\x3e\x7f\xa7\x9b\x03\x00\xed\xe0\x4f\xcb\x56\x6d\x3c\ \x50\xd1\x28\xf7\x1d\x7f\xdb\xf4\xe1\x89\xfe\xda\xa3\x6b\xbe\x9c\ \xff\xc1\xc6\xe6\xc7\x9f\x7f\xbe\x5f\x0c\x5b\xb1\xeb\xcb\x37\x17\ \xfc\xe4\x97\x3c\xcd\x4c\xea\xc3\x4f\x3f\x94\xe9\x26\x3f\x2e\x7a\ \x7f\xed\xc1\xe3\x75\x75\x81\x4b\xaf\x7f\xf8\xba\x9c\x0c\xf0\x97\ \x7e\xf4\xd6\xeb\x1b\x0b\x9b\xfc\x92\xf8\x87\x47\x9e\x1e\xdb\xdd\ \xdd\xee\x0f\x21\x94\x98\xcd\x16\x8c\x11\x05\x83\x9d\x96\x50\x0a\ \x0c\x8b\x05\x41\xf4\xf9\x9a\x3b\x66\xad\x3a\xca\xaf\x0a\x99\x0a\ \x67\x2e\x3c\xcf\x1f\x29\xc8\xdb\xf0\xe3\x37\xa7\xad\x55\x08\xc8\ \xca\x0d\x37\xdd\xde\xfe\xfa\x85\xa5\x5d\x7d\xe7\xe3\xa9\x89\x8e\ \xd9\xf7\xdd\xbe\x61\x57\x45\xb6\xb5\xf1\x95\xb7\xbe\xbd\xf4\x8f\ \xcf\x4f\x8c\x3d\x70\xd7\x9f\x17\xe5\x36\x4d\xcf\x0e\xec\xf9\xf4\ \xe3\x45\x07\x8f\x56\xc4\x0c\xbb\x32\x8c\x03\x00\xb2\xed\x8b\xb7\ \x3f\xdb\xee\xcb\x19\x37\xf1\x96\x21\x7d\x6c\x2c\x50\x5f\xc5\xd2\ \xf7\x3f\xda\x59\x54\x20\xc4\x0c\x4e\x8e\x66\x01\xc0\x12\xdb\xf3\ \xe6\x87\x72\x52\xa3\xfd\xff\xb8\xe5\x9e\xcd\xf9\xb5\x99\x83\x63\ \x86\x4d\xbf\x77\x82\x95\xff\xf1\x8d\xbb\x3e\xdb\x7e\xe0\xba\x9c\ \xf4\xef\xdf\x7f\x6d\xa3\xbf\xf7\x73\x2f\x4f\xdd\xfe\xde\xfd\x2b\ \xd7\x6f\x1f\xd3\x7d\x5c\x3b\x0c\x51\x00\xd4\xea\xc7\x63\x84\x35\ \x30\xa8\xe7\x70\x07\xba\xf0\x98\x76\x90\x84\x60\xd7\x31\x8a\x84\ \x61\x38\xf6\x67\x5f\xf8\x94\x4b\x6f\x8d\x4a\x48\x4d\x8c\xaa\xcf\ \x5b\xb3\x3f\x10\x31\x7c\x40\xe2\xce\xaf\x17\xb1\x03\xa6\x4d\xed\ \x1b\x29\x9a\x2d\x66\x41\x04\x1d\xb8\xe8\x9e\x77\xff\xf9\xf1\xfe\ \xb1\xb1\x5d\x93\xd2\x10\x80\x54\xbc\x76\xde\x67\x3f\x61\x33\x5d\ \xb7\xe8\xdd\xb7\x17\x6f\xd5\x00\x90\x29\xea\xaa\x87\xfe\x3a\xb9\ \x47\x72\x72\x42\x57\x37\x02\x00\xb0\x47\xa7\xa6\xc6\x3a\x4b\x36\ \xad\x3e\xce\x77\xed\x9f\x1e\x0e\x80\x7d\xc7\x37\xbe\xfb\xda\x3f\ \xbe\xaf\x49\xbd\x75\xda\x48\xb5\x7a\xe7\xf2\xad\xfe\x1b\xef\x9c\ \x19\x6e\x35\x99\xad\x56\x81\x3d\x8d\x89\x18\xac\x65\x31\xf8\xa9\ \x11\xb4\x0c\x83\x37\x06\x2f\x74\x0c\x70\x43\x58\x39\xaf\xa4\x95\ \x1e\xe4\x34\xbc\x21\xf8\x74\xbc\x21\x00\xca\xae\xe5\xef\x3d\xf3\ \xe6\xea\x51\x77\x3e\x34\x30\x5e\xda\xb8\xdb\xd7\xa7\x6f\x3f\x00\ \xa8\xcd\x3b\xa0\x09\xd1\xe9\x61\x00\x98\x41\xde\x63\xfb\xeb\xf9\ \xf4\x2e\x89\x00\xb0\xfb\xfb\x35\xf6\x41\xb7\x3e\xf7\xd4\x93\x4f\ \xdf\x32\xb2\xe0\xfb\x6f\xcb\x25\x00\x8c\x59\xa6\x61\xe7\x91\xfa\ \x84\x60\xc3\x85\xee\x5b\xb3\xe0\xdf\x2f\x7d\x71\xf8\xea\x87\x1f\ \xe9\x11\x21\x00\x00\xc2\x82\xe6\xab\xad\xf2\x42\x42\xb2\xbd\xea\ \xd0\x4e\x4f\x5c\xef\x2e\x51\x0c\x80\xf7\x50\x9e\x3f\x29\x39\xe3\ \xe7\xb0\x48\x83\x74\x88\x94\x50\x4a\x3a\xb6\x28\x20\x04\xdc\xf3\ \x4b\x8c\xc4\xfb\x69\x75\x18\x3d\xd5\x1e\x23\xde\x55\xef\xbd\xb0\ \x60\x37\xbd\xe7\xd9\x17\xa7\xf4\x8b\x03\xb9\xba\xc4\x8f\xdc\xb1\ \x11\x00\xbe\xaf\xbf\xda\x10\x3b\x60\x4c\x14\x06\x00\xa8\xcf\xdb\ \x19\xb0\xc5\x64\xc6\x62\x00\x52\x54\xea\x71\xc4\x25\xf3\x08\x24\ \xc9\x8f\x6c\x2e\x33\x0b\x00\x40\xab\x0e\x96\xf8\xf8\xde\x5d\x23\ \x00\x00\xa4\xea\xc5\xaf\x3f\xb7\xaa\x3c\xfa\x89\xe7\x9f\x19\x99\ \xd1\x32\x9e\x24\xb2\xcb\xe0\x7b\xfe\xfc\xa0\xb3\xf1\xd0\x8e\x62\ \xdd\xdb\x58\xc6\xb8\xc2\x5c\x00\x4d\x7b\x97\x6f\x6b\x72\x0f\xcb\ \xee\xf4\x4b\x37\x21\x9c\xa8\x07\xe8\x58\x06\xe5\xd0\x84\xf9\xf3\ \x4b\x74\x5d\x37\x42\xea\x6d\x07\x40\x18\xcd\xec\xba\xae\x6b\x6d\ \x02\xed\x00\x70\xe0\xeb\xd7\xfe\xf5\x55\xfe\x4d\xf7\x8f\xae\xd9\ \xbf\x56\x49\xed\xdb\x3d\x2e\x3c\xd5\x1a\x58\xb3\xe8\xfd\x6a\x53\ \xc1\x16\xda\xeb\xcf\x57\xf4\x36\xd0\xbd\x6b\xd3\x01\x21\x7a\x5c\ \x24\x02\x00\xdc\x39\x2d\x62\xd5\xea\x05\x2b\x2c\x3d\x37\xad\xd8\ \x34\xe0\x8a\x87\xdc\x2c\x00\x40\xd1\xee\xdd\xf5\x4c\x6a\xe7\x30\ \x0c\xa0\xad\xfd\xf8\x5f\xef\xfc\xa4\x3e\x70\x7f\x4a\xc1\xe6\x8d\ \x72\xf7\x7e\x6e\x69\xdf\xd2\x1f\x0b\xc3\xc2\xc5\x23\xdb\xd6\x04\ \xa2\xfa\x0e\x8c\x67\xb4\xca\x94\xe6\xc5\x3f\xcd\x5f\xe8\xdb\xbb\ \x7a\xfd\x90\x99\x4f\x74\xb5\xff\xd2\x5d\x68\xcc\x8b\x20\x6d\x10\ \x1c\x02\xee\x05\x28\x0c\x46\xbd\x7b\xf7\xd9\x2a\x4b\x18\x23\xa0\ \xa8\xa5\xe8\x09\x28\x42\x88\xe8\xc4\x15\x65\x4a\x4b\x4d\x3e\x49\ \xa5\x99\x53\x2f\x1f\xef\xf2\x16\xee\xda\xa6\xa8\x99\x61\x99\xdd\ \xe3\xa3\xaf\x7f\xe8\xee\xc5\x5f\xaf\x55\xdc\xc3\x9e\xb9\x65\x7c\ \x4c\x4b\x9c\x8a\xb8\x7a\xe4\x5c\x99\xd8\xdf\xf8\x21\x6b\xc6\x5d\ \xd7\x0a\x5f\xee\xcb\xaf\x18\x7a\xfd\xa3\xe3\xb2\xd3\x0c\x05\x88\ \x22\xbb\x5e\x39\x33\xc1\x01\x00\x54\x15\xe3\xba\x4f\x1e\x21\x97\ \x1d\xd8\x76\x58\x37\x8b\xf1\xbd\x62\xec\x02\x92\x6b\x0f\x1f\x21\ \xf6\x6e\x13\xff\x7a\xd9\xe8\x08\x16\xa0\xff\xb4\x07\xa7\xa3\x2d\ \x47\x7d\xa3\xef\xfe\xdb\x98\x16\x3a\x92\x5f\x32\x7d\xa0\x95\x2f\ \xa6\x63\xd3\xab\xe8\xd0\xc1\x03\x67\xe3\x1a\x84\x8a\x6c\x7e\x6d\ \x48\x51\xab\x6b\x68\x3c\x89\x37\xa4\x55\x7b\x71\x1c\x17\xe6\x72\ \xfc\x2e\xfe\x8a\xfc\x43\x07\x01\xa0\x73\x97\x4c\x49\x96\x74\x5d\ \x57\x15\x45\x96\x64\x8e\x65\x8e\x1e\x3b\xda\x50\x5f\x3b\x78\xe8\ \xf0\x33\x27\x54\x0e\x69\xdc\xf3\x4b\x38\x8e\x8d\x8e\x0c\xbf\x90\ \x6c\xf6\xb6\xbe\x5a\xc8\x39\x0b\xc9\xc5\x2e\x21\x8d\xfb\x1b\xc9\ \xc1\xbc\x82\x63\xc5\x25\x18\xe1\x1e\xdd\x33\xe3\x63\xa3\x43\x0b\ \x12\x02\xee\xef\x40\x4a\x4a\x2b\x0a\x8f\x95\xf4\xea\xde\x85\x50\ \xba\x61\xd3\xb6\x7e\x7d\x7a\x06\x1d\x15\x42\xa9\x49\x14\x63\xa2\ \xa3\x8c\x99\x3c\x21\x09\x01\xf7\xb7\x37\xe7\x4e\xaa\x4b\x6e\xfb\ \xa3\x24\x4b\x02\xcf\x25\x26\xc4\x11\x42\xfd\x7e\xa9\xf0\x58\x31\ \x6e\x85\x29\x46\xb8\xaa\xa6\xb6\x77\x8f\xcc\xae\x5d\x32\x5a\x4f\ \xd5\x8f\xee\xf8\xe1\xbb\x8d\x07\x14\x21\x6a\xe4\x94\xcb\xbb\xc7\ \x58\x00\xe0\xf0\xa6\xa5\x2b\x36\x1f\x89\xec\x9e\x33\x75\x6c\x56\ \x4b\xb3\x8c\xa7\xe8\xeb\xef\x77\x64\x8c\x9a\xda\xc5\x81\x4a\x77\ \xfe\xf8\xf5\xda\x5d\x0a\x2b\xf2\x2c\xd5\x84\xa4\xe9\x33\x2f\x8b\ \xb6\xe0\x10\x70\x43\xf2\x3f\xc9\xb7\xdf\x7e\xfb\xe1\x87\x1f\xba\ \x5c\x2e\x42\x88\xcf\xe7\xfb\xdb\xdf\xfe\x96\x9e\x9e\x6e\xec\x12\ \x04\xfe\xeb\x65\x5f\xaf\x5b\xb3\x8a\x52\xe0\x38\x8e\x6d\x93\x26\ \x45\x08\x6a\xeb\x3d\xa9\x49\x89\xc1\x2d\x7a\x73\xd9\xfa\xb5\xbb\ \xf9\x84\x74\xc8\x5b\xf7\xfc\xb3\x95\xaf\xcd\x7a\x98\xee\xf8\xe4\ \xf9\xd9\x9b\x87\x8e\x1e\xb8\x7f\xc9\x7f\xaa\xd5\xc7\x1e\xbc\xac\ \x5b\xe9\xf6\x15\x73\xe6\x7f\xba\xf6\x88\xfc\xe8\xc0\xa9\x5d\x1c\ \x60\x89\x88\xcd\xec\xa1\x21\x93\x78\x68\xe5\xbc\xef\xaa\xd4\xab\ \xfe\x70\xe1\xd7\xf5\x87\x80\xdb\x61\x32\x68\xd0\xa0\x15\x2b\x56\ \x58\x2c\x16\x8f\xc7\xd3\xa3\x47\x8f\xa4\xa4\xa4\xe0\x2e\x86\x61\ \x1b\x6a\x6b\xaa\x4b\x3d\xcc\xe9\xa7\xee\xb0\x6d\x6b\xc6\x19\x5b\ \xe2\x8d\x8f\x3c\x01\x00\x70\x44\xdc\xf5\x97\x95\x5e\xa2\xed\x58\ \xb6\x31\xe1\xd2\x5b\x6f\xbe\x36\xab\x2c\xca\xfb\xf4\x17\xdf\x37\ \x4f\xec\x26\xeb\xe6\x91\x33\xaf\xf1\x2d\x5c\x89\x74\x1d\x80\x75\ \x25\x66\xe6\x24\x66\x42\x20\x7f\xf5\x22\xeb\x5d\x8f\xde\x16\x23\ \x5e\x44\xc0\xa5\x18\x71\x1c\x23\xfe\xda\xa8\x05\x52\x74\xdf\x45\ \x5e\x6a\xe3\x72\xb9\xae\xb9\xe6\x9a\x57\x5e\x79\xc5\xe9\x74\x5e\ \x77\xdd\x75\xdc\xc9\x15\x5e\x2c\xc3\x20\x9e\x3f\x95\x39\x85\x32\ \x44\x23\xa7\x7b\xac\x4b\x95\x73\xe7\x7f\x9b\x34\xe9\xfa\x4e\x8c\ \xb2\xc4\x03\xe1\xb1\x51\x00\xe0\x8a\x8c\x30\x2b\x5b\xaa\x55\x48\ \x1d\x98\x93\x4a\x0e\xaf\x58\xd0\xb6\x39\x9c\x6c\x59\xfc\x49\x7d\ \xec\x88\xb1\x9d\xed\x17\xc3\x6a\xb7\x00\x97\xc1\x42\x8d\xe7\x70\ \x5e\xe5\x6a\x96\xf9\x55\x1d\x6d\x94\xf6\x4a\xbc\xdc\xc4\x39\x08\ \xd5\x2f\x66\xec\x0e\x1e\x3c\xf8\xcb\x2f\xbf\xec\xde\xbd\x7b\x5c\ \x5c\xdc\xff\xe7\xae\x3f\x65\x8b\x5c\xfe\xc1\x4b\x2f\x1c\x8b\xba\ \xec\x4f\xd7\x0c\xc0\xd0\xcc\x21\xaa\x29\x3a\x00\x50\x4d\xd7\x28\ \xcf\x19\x38\x97\xd5\x93\xf4\x44\xa0\xe4\xc7\xcd\xc7\x2f\xb9\xf3\ \xc1\x8b\x64\x4c\x70\x10\xb8\x5c\x63\xa0\x6c\xf7\xf1\x25\x02\x6b\ \x35\x80\xd8\x62\x7f\xb5\x02\x33\x38\x6b\xe3\xc4\x1b\x7a\x62\xf6\ \x03\xa5\x7a\x66\xdc\x58\x33\xef\x82\x8b\x1b\xb8\x08\xa1\xa7\x9e\ \x7a\xca\x18\x2e\xd9\xde\x24\xf8\xf9\xc1\xb1\xa4\x5d\x61\x0d\x91\ \xbf\x9d\xf3\x7a\xae\x65\xd4\x73\x77\x8d\x13\x00\x00\x6c\xfd\x3a\ \xdb\x3f\xda\xba\xde\x33\xf2\xca\x1d\x5b\x76\x92\xc4\xfe\x51\xec\ \x09\xff\x2f\x78\x52\x43\xe1\xde\x42\x25\xe5\x9a\xf4\xb0\x8b\x2d\ \xaa\x40\x31\x62\x05\xd6\x2a\xb0\x16\x00\x60\x18\x13\xc7\x60\x45\ \xf1\x28\x04\x58\xcc\x52\xaa\x12\x8a\x19\x8c\x11\x20\x00\xa2\xe9\ \x1a\xc3\x59\x45\x96\xd3\x75\x49\xd5\x8d\x96\x35\x3d\xd4\x9e\x6e\ \x88\xd3\xe9\x3c\x75\x23\x46\x88\x65\xf9\x80\xbf\x19\xb0\x0a\x14\ \x51\x4a\x00\x41\xcb\xf8\x6f\x42\x30\x27\xe0\x36\xb1\x30\xe2\x2b\ \xfa\xfe\xfb\x7d\x0d\x89\xf8\xf9\xbf\x6c\x09\x60\xcb\xa4\x3b\x1f\ \x1b\x38\xf3\x96\xad\xcf\xff\xfb\xe1\x07\xd7\x83\x10\x7d\xf3\x63\ \x63\x83\x14\x1c\x6d\xb9\xe0\x2b\x4b\xf2\x48\x42\x82\xdb\x0c\x17\ \x1b\x70\x83\xbe\x42\xc0\x11\x73\xd3\xcc\xec\x81\xf5\x4d\x75\xba\ \x5a\xb6\x63\xf7\xdc\x4a\xeb\xf8\x19\xbd\xfb\xac\x5e\xff\xf4\x11\ \x92\x31\x31\x6b\x62\xc1\xfe\x37\xea\x4c\xa3\x46\xf5\x18\x6d\x46\ \xba\xa7\x61\xf3\x9a\xbd\xcb\xfc\x94\x0b\x61\xf6\x97\x25\x2a\x32\ \xfc\x86\x1b\x6e\x38\x7c\xb8\x90\x61\x71\x6b\x95\x5f\x4b\x19\x82\ \xa6\xe9\xb1\xb1\x31\x5d\x3a\xa7\x9d\x40\xb9\x25\xe5\xaf\xf3\x3e\ \xf2\x4b\x92\xa6\x11\x8a\x19\xa7\x9b\x65\xf9\x8c\x87\xfe\xfe\x72\ \x79\x55\xa3\xd9\x1d\xe3\x34\xb5\x5a\xc9\x62\xc6\x9f\xff\xf1\x1c\ \x6f\x6e\xb9\x82\x69\x39\x77\xbd\x3e\x9c\xb3\xc3\xc5\x0a\x5c\x0a\ \xc8\x24\xda\x6b\xcb\x97\xcc\x5f\xbf\x3c\xb5\xd7\x9f\x47\xf4\x9e\ \xb2\xe2\x98\x6e\xb6\xf7\x1a\xd6\x6b\x72\xd5\xee\xfd\x2c\x2b\x32\ \xe6\xb4\xe1\x3d\x27\x56\xe5\xbd\xf8\xd3\xf1\x12\x81\xb7\x02\x70\ \x18\x85\xe6\xf8\xfe\x17\xc1\x18\x5f\x3a\x6c\xf0\xa5\xc3\x06\xff\ \x6f\x47\x73\x8e\xb0\xf0\xf6\xd5\x34\x9c\x35\x36\xfe\xe4\xd9\x27\ \x88\xb5\xd9\x4e\x00\x95\x13\x6d\xdc\x45\xb5\xa4\xa7\x73\xb4\x08\ \x20\x4e\xe4\xc8\xb1\x63\xab\x03\x62\x6a\xb8\x49\x2c\x39\xba\xf0\ \x88\xd6\x65\x48\x46\x5f\x4d\xf1\x59\x6c\x29\x16\xb5\xa8\xa0\xfc\ \x08\x66\x1d\x61\x8e\x78\x33\x13\xe2\x53\x08\xc9\x16\xc3\x93\xc2\ \x00\x00\x06\x4a\x49\x44\x41\x54\xf9\x01\x5c\x04\xa0\xeb\x52\x40\ \xf6\x9b\x6c\x89\x26\xf0\x49\x3a\xe5\xc1\xb3\x73\xff\x62\x31\xee\ \xf2\xee\x61\x36\xbf\xdc\x0c\x7c\x98\x85\x47\x7e\xcd\x34\xa0\xcf\ \x2d\x09\x02\x68\xa1\xc1\x25\x1d\x2a\x5e\xaf\xcf\xeb\xf5\x9d\x79\ \xe1\xdf\x79\x22\x1c\xc7\xb1\x6c\xc7\xa7\x0b\x4e\xfd\x44\xaa\x03\ \x17\x13\x3d\x74\x70\x2f\x77\x62\xe2\xc0\xd2\xc2\x77\xea\xb4\x81\ \xa2\x60\xa7\xfe\xfd\x9b\x0f\x6d\xed\x37\xb8\xb3\xd2\xb8\xe7\x60\ \x4d\xce\xd0\x01\x8f\x44\x54\xfb\x22\x05\x5c\xa0\x93\x10\xc1\x68\ \x47\x89\xa6\xe9\x9b\xb6\x6c\xaf\xaa\xa9\xa3\x94\x98\x4d\xa6\xcb\ \xc6\x8f\xfa\xbd\xff\x45\x84\x90\xa2\xa2\x63\x44\x27\x6e\x77\xf8\ \xd9\x05\x2e\xc6\x7c\x63\xf5\x37\x1b\x8f\xf4\x30\xf1\xf8\x50\xee\ \x9b\x87\xab\x0a\x19\x2b\x6c\x90\x34\xc4\xd9\x1b\xcb\xe6\xcf\x5b\ \x9b\xe4\x51\xfc\xc5\xfb\x5f\xf7\x25\x0e\x8b\x36\x8b\x3b\xf6\xcd\ \x2f\x55\x80\xc5\x28\x64\x2e\x74\x88\xf8\xfd\xfe\xda\xba\x86\xab\ \xae\x98\x08\x00\x5b\xb6\xed\xfa\x7a\xc5\x2a\x51\x14\x83\x31\x2f\ \x42\x68\xb7\xae\x19\x89\x6d\x87\xa7\x1a\xdb\x15\x7f\x93\x57\x36\ \xd9\x9d\x62\x2b\xdb\x07\x55\x7c\x8d\x7e\xea\x70\x5a\xdb\x3e\x4f\ \x15\x49\x66\x05\x01\x23\x2a\xfb\x3c\x5e\x49\x47\x08\x71\x3c\xcf\ \x32\x8c\x68\x12\x11\x80\xea\xf7\xf8\x74\xd6\x69\x6b\x89\x4a\x68\ \x92\xd7\x13\xd0\xac\x4e\x27\xdf\x46\x29\xe9\xaa\x4c\x30\xcf\x31\ \x48\x97\x7d\x1e\x9f\x44\x00\xb1\x9c\xc0\x62\x2c\x98\x4c\xec\xcf\ \x57\x46\x98\xcd\x96\xb3\xa1\xd8\xd8\x93\x8c\x5b\x4a\x00\x90\x1a\ \xc8\xdf\x96\xbb\x8f\x02\x62\x18\x9e\x63\x4c\x9a\xef\xf0\xd1\x66\ \xc4\x32\x3c\x22\x4d\x45\x65\x3b\x58\x56\x64\xc1\x73\xf8\xc8\xe2\ \x3c\x4a\x11\xe2\x78\x4e\xc4\x60\xf4\x70\x86\xe4\x4c\x85\x61\xd9\ \x8a\xaa\xca\x2d\xdb\xb6\xeb\x3a\x01\x4a\x05\x9e\x21\xba\x1a\x74\ \xef\x1a\xea\xeb\x76\xee\x96\xda\x01\xd7\x73\x78\xe3\xec\x8f\xbf\ \x3a\x5e\xd3\x18\x10\x53\xef\x7c\xf4\x81\xbe\xb1\xa6\xaa\x7d\x2b\ \x5f\x9f\xb7\xa2\xb2\xbe\x31\x6e\xc8\xd5\x8f\xdd\x7e\x99\x15\x81\ \xa7\xf2\xc8\xf7\x8b\xe6\x2c\xaf\x48\x7d\xf9\xef\xb7\xb9\x59\x6d\ \xd7\x37\xb3\x17\x6e\xac\xb6\x5b\x20\x7f\xd7\x9e\xb8\xd1\xf7\xbe\ \xf4\xd0\x94\xe2\x1f\x3f\x7a\x77\xe9\xa6\xea\x46\xa5\xf7\xe5\xf7\ \xff\xf1\xca\xde\x35\xfb\xbf\x99\x35\xff\xc7\x3a\x4f\xa3\xe6\xec\ \xfd\xc8\x13\x77\xa4\x38\x78\xe2\xab\xde\xf2\xc3\x97\x1f\x7d\x73\ \x68\xc6\x5f\x5f\xb9\x34\x96\xa9\xdc\xb9\xf2\xed\x25\xeb\x34\xd1\ \xee\x29\xde\x5b\xcc\x0e\x79\x77\xd6\x63\xf1\xe6\x9f\x45\xae\xa2\ \x28\x94\x10\x9e\x17\xce\x12\x70\x8d\x38\xae\x85\x67\x2d\x00\x16\ \xe1\x24\x07\xd5\x1c\xfc\x4e\x9e\x0d\xbe\xb1\x9f\xec\xcf\x85\xe2\ \xb8\x1d\x20\x3c\xcf\xe7\x1d\x3c\xb0\x76\xd5\x72\x96\xe3\x10\x04\ \xfb\x77\x8c\x15\x86\x80\x24\xff\xe1\x86\x9b\xdb\x9f\x63\x8a\x1c\ \x33\xf3\xee\x8c\x34\xf7\xdc\x07\xef\xf9\x61\x4b\x69\x9f\x11\xf2\ \x8b\x2f\x2d\xec\x79\xeb\xdf\x1e\x4d\xcc\xbf\xff\xd9\xa5\xfb\x66\ \x5c\x36\xc0\xb7\xe7\x83\x77\xe6\xef\x39\x7c\xc8\x3a\xfc\x52\x17\ \x0b\x00\xdc\x80\x2b\x1e\xcc\x9e\xc6\x1d\x5d\x3b\xef\xd5\x40\xd8\ \x2d\xd7\x8e\xf5\x1d\xfc\xea\xb9\x8f\xb7\x5c\xf3\xd4\x5f\x33\x4b\ \x57\x3c\xf5\xe1\xd2\xca\xc9\xbd\x05\x47\xe2\xe5\xb7\x3d\xd2\x35\ \x4e\x7a\xee\xce\x3f\xae\x3d\x38\x2d\x65\x90\xe9\xd3\x39\x73\xb6\ \xe7\xee\x6b\xc2\x3d\x32\x63\x18\x00\x88\xc9\xbe\xfc\x6f\xd9\x57\ \xa8\x15\x9b\xff\xf1\x92\x37\xe7\xda\xeb\xe2\xcc\xbf\x54\x89\x26\ \x08\xc2\xd9\xc0\x46\x0b\x12\x15\x2d\x90\x10\xd6\xe7\x9a\x41\xef\ \xfe\xea\x6f\x60\x30\xa7\x93\x10\x05\xd3\x19\x2b\x5d\x8c\x59\x04\ \x2c\x06\x68\x9f\x69\xa3\x0c\x06\xe6\x94\xe9\xb3\xf6\xf8\xf4\x9e\ \x00\xfe\x92\x0d\x85\xb2\x6b\x72\xef\xb8\x3d\xcb\xff\xae\xf4\xba\ \xf2\xfa\xe1\xc9\xa8\xb9\xce\x26\x0a\x9a\x02\x4c\x64\xe6\xad\x8f\ \x3d\xf6\xd9\x0b\xcf\xa8\xa9\xe9\xb8\x45\xaf\x73\x72\xf1\xfa\x59\ \x0b\xf7\x4e\x7b\xec\xb9\x1e\x51\xcc\x47\x6f\xad\x4c\x1a\x77\xcf\ \xe8\xb4\x98\x80\xd7\x69\x15\x2a\x74\x00\x57\x62\x77\x17\x40\xdd\ \x9e\x2f\x2b\xb9\xb4\x49\x49\x2e\x00\x6e\xf2\xad\x7f\x4c\xfa\xfc\ \x95\xcf\x6b\xb2\xa2\x10\x00\x00\x66\x18\xac\x56\xbd\xfd\xfa\xfc\ \xc8\xd1\xf7\x5f\x35\xe0\xbf\x24\xb7\x25\x29\x40\x08\x71\x3a\x5c\ \x67\xcb\x54\x40\x88\xe1\xf0\xaf\xf7\xfe\x42\xd6\x42\x87\x08\x42\ \x08\x31\x18\xa1\xf6\x00\xa5\x40\x7f\x86\x10\x84\xe6\xaf\xfd\x6c\ \xf6\xe2\xcd\x7d\xaf\xbb\xff\xd2\x14\xf2\xfa\x6b\x8d\x7d\xa7\x0d\ \x44\x00\x8d\x87\x0f\x69\x5c\x44\x6a\x18\x20\x46\x30\xd3\xea\x03\ \x35\xdc\x84\x8c\xa4\x56\x5b\xb5\x7a\xce\xdb\xf3\xe3\xa7\xfc\x31\ \x27\xcd\x0a\xcd\xbb\x73\x6b\x61\xcc\xd0\x4c\x00\x28\x3c\x7a\x4c\ \x8b\xce\x88\x60\x01\x40\xdd\xbe\xec\xfd\xf9\xab\x0a\xc7\xdf\xfb\ \x48\xdf\x18\x11\x00\xac\x16\x92\x57\x74\x3c\x61\xf0\x8c\xe0\xb7\ \x6e\xfa\xe4\xad\x02\x57\xce\x8b\x97\x65\xfe\xf7\xa8\x02\xcb\x9d\ \x0d\xfa\xe4\x76\x36\x6e\xc8\xc9\x3a\xc7\xf2\xff\x23\x04\xa1\xd2\ \x86\x85\x6f\x7c\x9e\x8b\xff\xf0\xf8\xf3\xfd\x12\xcd\x20\x1f\x2e\ \xf6\xb3\x23\xe2\xa3\x00\x94\x95\x5f\x6f\x88\xe8\x73\x53\x1c\x03\ \x00\x50\x9f\xbf\xc3\x6b\x8d\xca\x4c\x6c\x49\xb9\xe5\xad\x9c\xbf\ \x9b\x64\xbd\x3c\x21\x13\x00\xb4\x9a\xaa\x80\x24\x74\x8a\x66\x81\ \x54\x2e\x5f\x9d\xdb\xfb\xea\x99\x3c\x69\x5a\x31\xfb\xb5\xd5\x55\ \x51\xf7\x3c\xfb\x7c\x86\xab\xe5\xfe\xa1\x8d\x45\x85\x25\xcc\xe8\ \xf4\x16\xe5\x2a\x1d\xfb\x71\xc1\x86\xe6\xeb\xfe\x39\xed\xbf\x52\ \xdd\x62\x8c\x63\x13\x12\x54\x59\xf6\x36\x7b\x3b\x76\xa1\x42\xed\ \x22\xe7\x97\x04\x09\x41\x5a\x5e\xba\x4e\xf4\x96\xf7\xba\xae\xb5\ \x23\x04\x39\xfc\xdd\x5b\xcf\x7d\xba\x6f\xd0\xd8\xd1\x62\x7d\x5e\ \x61\xb5\x0f\x38\x57\x2c\xef\xd9\xfc\xcd\x17\x4b\xe6\x3d\xff\x5d\ \x63\xd2\xf5\xd3\x0c\x2e\x05\xba\x77\xd3\x7e\x2e\xb2\x67\x34\x02\ \x00\x20\x9e\x82\x0f\x16\xed\x1a\x7e\xd5\x95\x4e\x04\x00\xc0\x38\ \x23\x05\x54\xb5\xfc\xcb\x6f\x3e\x78\xfe\x5f\x25\xe1\x23\xaf\x1d\ \x14\xbf\xed\xd3\x97\xdf\xf8\xa1\x61\xf4\xf8\xa1\xbe\xa2\xdc\xd2\ \xba\x80\xf1\x45\x55\x05\xbb\x8e\xa1\xf8\x54\x83\xa9\x81\xf8\xbe\ \xf8\x70\x81\xd8\xef\xf2\xec\xc8\xff\x09\x3c\xaa\xa2\x9c\x0d\x1a\ \xcf\x50\x21\xf9\x79\x65\xe0\xa2\x2e\x5d\x32\x77\x78\x3d\x18\x21\ \x4a\x4f\x28\x59\x84\x10\x21\x24\xc2\x29\x76\x4a\x8c\x3f\x29\x7c\ \x26\xdb\x06\x65\x77\x2b\xdd\xfe\xdd\x61\x49\xe9\x3e\x31\x3a\x35\ \x32\xf6\x86\xfb\x6f\xfa\x78\xc9\xea\xa3\x6c\xb7\xa7\x9e\xbe\x2a\ \xd5\x66\x00\x4b\x63\x13\xb3\xc6\x27\xf7\x37\x9e\xd6\x8a\xb7\x21\ \x65\xe4\x95\x63\xfa\x44\xb6\x28\xf2\xb0\xac\x3b\x6f\x9d\xb9\x78\ \xe5\x76\x5f\xda\xe8\x67\xae\x99\x60\x63\xfc\x7e\xce\x3d\x28\xcb\ \xfe\x7f\xbb\x7a\x60\xcb\xc9\xbf\x5c\x76\x7e\xb2\x32\xc2\x9c\x0c\ \x0c\x0c\x7f\xd9\x84\xbc\x82\xd4\x24\x20\x9d\xf4\xdf\x9f\x39\xe4\ \xcc\xa2\x3c\xcd\x07\xb8\x4d\x35\x7a\x20\xc8\xa0\x02\xdf\xbf\xff\ \x78\xfe\xea\x35\xe4\xd8\x97\xff\xff\xa1\x17\xc7\x40\x82\x8e\x9d\ \x9d\x4d\x5a\x52\x7c\x48\xf8\x02\x71\x20\xc8\x8f\xef\x7f\xff\xfd\ \x83\x1c\x08\xc2\xc2\xc2\x7c\x7f\xf4\x40\x90\xe1\x0a\x38\x39\x39\ \x94\xe4\x65\x47\xc3\x61\xb4\x8d\x3b\x0a\x86\x27\x00\x00\x7b\x8f\ \xae\x0d\x10\x15\xfa\x0c\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ \x60\x82\ \x00\x02\x6b\x1e\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\x6d\x00\x00\x02\x58\x08\x06\x00\x00\x00\xa9\x5e\xb7\xa1\ \x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\xec\xbd\x77\x98\x1c\xd5\ \x95\xbf\xff\xde\xba\x55\xd5\xd5\xdd\x93\x83\x34\xa3\x9c\xb3\x84\ \x22\x08\x01\x02\x99\x20\x92\x8d\x09\xb6\xc1\x06\x8c\x03\xc6\x69\ \xc1\x61\x1d\x77\xfd\xb5\x77\xbd\xf6\x6f\xd7\xf6\x2e\x6b\x63\xbc\ \x4e\xd8\x80\xc9\x59\x42\x44\x61\x05\x92\x50\x42\x01\xe5\x38\x9a\ \xa8\xc9\xb1\xa7\xbb\x2b\xdc\xfb\xfb\xa3\x5a\x42\x82\x91\x90\x00\ \xdb\x08\xea\x7d\x9e\x79\x34\xea\xa9\xae\x70\xaa\xea\x73\xcf\x3d\ \xf7\xdc\x73\xc5\x35\x9f\xba\xb4\x9b\x88\x88\x88\x88\x88\xf7\x1c\ \x5a\x6b\x62\x31\x87\x71\xe3\x26\x72\xf9\xc7\xae\x92\xc3\x87\x8f\ \xec\x32\xb5\x26\x2f\x32\x4d\x44\x44\x44\xc4\x7b\x11\x41\x36\x9b\ \x65\xe5\xca\x97\xd8\xb9\x6b\x3b\xdf\xfb\xfe\xbf\x05\xa6\xe7\xf9\ \x91\x5d\x22\x22\x22\x22\xde\xc3\xc2\x6d\x9a\x36\x2d\x4d\x4d\x3c\ \x78\xff\xdd\x98\x5a\xeb\xc8\x26\x11\x11\x11\x11\xef\x59\x34\x5a\ \x83\x69\xd9\x6c\xda\xb4\x21\x12\xed\x88\x88\x88\x88\x13\x85\x9e\ \x9e\x14\xa6\x52\x2a\xb2\x44\x44\x44\x44\xc4\x09\x82\x19\x39\xda\ \x11\x11\x11\x11\x27\x06\x5a\x13\x79\xda\x11\x11\x11\x11\x27\x8e\ \x68\xeb\x28\xa6\x1d\x11\x11\x11\x71\x42\x89\x76\xe4\x69\x47\x44\ \x44\x44\x9c\x50\x9e\x76\x64\x88\x88\x88\x88\x88\x13\x43\xb4\xa3\ \x98\x76\x44\x44\x44\xc4\x89\xe5\x69\xab\xc8\xd5\x8e\x88\x88\x88\ \x38\x81\x44\x3b\xf2\xb4\x23\x22\x22\x22\x4e\x1c\xd1\x8e\x1c\xed\ \x88\x88\x88\x88\x13\x45\xb4\xa3\x98\x76\x44\x44\x44\xc4\x89\xe5\ \x69\x47\xa2\x1d\x11\x11\x11\x71\x02\x89\x76\x57\x57\x57\x64\x89\ \x88\x88\x88\x88\x13\x44\xb4\xc5\x1f\xff\xf0\xbb\x28\xaa\x1d\x11\ \x11\x11\x71\x62\x88\x76\x8f\xd0\x2a\x88\x44\x3b\x22\x22\x22\xe2\ \xc4\xa0\xc7\xec\xee\x8e\x96\x88\x8c\x88\x88\x88\x38\x51\x30\x23\ \x13\x44\xfc\x4d\x91\x26\xc2\x8a\x81\x10\x80\x88\xec\x11\x71\x02\ \xa0\xc3\xdc\x3a\xa5\xd0\x81\x07\xc1\x7b\x6b\x49\xc6\x48\xb4\x23\ \xfe\x06\x42\x2d\x41\x5a\x10\xf8\xa8\xda\xed\x04\xbb\xd6\xa3\xd3\ \x3d\x68\xad\xc2\x97\x21\x22\xe2\x3d\x8c\x30\x24\xc4\x93\x18\x05\ \xe5\x18\x83\xc7\x61\xf4\x1b\x04\xc2\x08\xc5\x5b\x05\x91\x68\x47\ \xbc\xdf\x04\xdb\x82\x6c\x2f\xde\xc6\x67\x08\x56\x3f\x05\x6d\x0d\ \x18\xe9\x6e\x84\x0a\x30\x88\x04\x3b\xe2\x04\xf0\xb3\x85\x00\x43\ \xa2\xcc\x18\x41\x22\x1f\x5d\x3a\x08\xf3\xe4\x8b\x30\xc7\xce\x84\ \x58\x02\x7c\xf7\x1f\xdb\xa8\x74\x75\x76\x44\x6f\x52\xc4\xbb\x83\ \x1d\x87\x96\x5a\xb2\x0b\x6e\x81\x6d\xab\x30\x6d\x1b\x21\x25\x18\ \x06\x51\x68\x24\xe2\xc4\x53\xef\xb0\x67\xa8\x83\x00\x5f\x03\x63\ \x67\x61\x9e\xf3\x69\xcc\x41\xa3\xd1\xd9\xf4\x3f\xea\xac\x7a\x22\ \xd1\x8e\x78\x97\x04\xdb\x41\xed\x58\x83\xbb\xe0\x56\x64\x6b\x2d\ \xa6\x13\x8f\xfc\xea\x88\xf7\x0d\x42\x6b\x94\x97\xc5\x2b\xaa\xc0\ \xbc\xe0\x7a\xcc\x49\xa7\x81\xf7\x0f\xf1\xb8\x7b\x8c\xe8\x76\x44\ \xbc\x63\x2c\x07\x5d\xbf\x9b\xec\xfd\x3f\xc3\x6c\xaf\x43\x46\x82\ \x1d\xf1\x7e\x73\xba\x85\x40\xd8\x0e\x56\x67\x13\xee\x23\x37\xa3\ \x9a\xeb\xc0\x8a\xfd\x43\xce\x25\x12\xed\x88\x77\xf8\x04\x49\xe8\ \x6d\xc7\x5d\xf8\x6b\xac\xde\x0e\xa4\xed\x44\x36\x89\x78\xff\x3e\ \xee\x96\x4d\x2c\xd3\x8d\xbb\xf0\x56\xc8\xa4\xc2\xe7\x3f\x12\xed\ \x88\x13\x0a\xd3\xc6\x5d\xfc\x17\x8c\xbd\x1b\x31\x62\x4e\xe4\x61\ \x47\xbc\xbf\x3d\x6e\x40\xc4\xe2\x98\xbb\xd6\x90\x7d\xfc\xff\x72\ \xe3\x35\x7f\xe7\x57\x2e\xba\x0d\x11\x6f\xff\xe9\xb1\x08\x6a\xb6\ \xa2\x5f\x7b\x01\xd3\x8e\xbd\x87\xdf\x34\x0d\x88\x13\x73\x2c\x54\ \xeb\x5c\x8e\xfb\x09\x21\x67\x1f\x18\x1b\x19\xb6\x43\xb0\x75\x05\ \x41\xd5\x26\xe4\xb0\x49\xe0\x7b\x7d\x6f\x67\x18\x38\x8e\x83\x38\ \x8e\xf3\xd3\x5a\x91\xc9\x64\x39\x52\x31\xbf\x48\xb4\x23\xde\x36\ \xc2\xb4\x09\xb6\xaf\xc1\xe8\x69\x85\x78\xde\x7b\xf8\x44\x73\x82\ \xfd\x4e\xba\x01\x5a\xe5\x84\xff\x3d\x2c\xa0\x5a\x85\xd7\xf8\x0f\ \xf0\xfe\xfe\xf6\xc2\xa9\x20\x9b\x05\xcb\x01\x43\xbc\xa1\xb1\xf8\ \x07\x60\x18\x98\xe9\x4e\xfc\x8d\x2f\x20\x47\x4d\xef\x53\xb4\xa5\ \x94\xb4\xb4\xb4\xf0\xec\xb3\x8b\xe9\x4d\xf7\x62\x1c\xc3\x7d\x09\ \x82\x80\x82\xfc\x02\xce\x9b\x7f\x1e\xc5\x45\x45\x04\x41\x10\x89\ \x76\xc4\xbb\xf5\xd0\x4a\x54\x4f\x07\xba\x7a\x0b\x52\xbe\xcd\xc7\ \xc8\xed\x45\x07\x2a\x27\xaa\x02\xcc\x58\x98\x22\xf8\x6e\x7a\x7f\ \x9e\x42\xce\xbe\x06\xcb\x7e\x8d\xf4\x0b\xaf\x22\x4c\xeb\xed\xed\ \x63\xca\x25\x98\xc9\x1a\xb2\x2b\x57\x83\xb4\x0f\xdf\xc4\xcf\xa0\ \x7d\x8d\x88\xc5\x41\x28\xb4\x9b\xcd\x4d\xc2\x90\x08\xdb\x01\x69\ \x80\x0a\xd0\x6e\x06\x94\x02\x69\x23\xec\x43\xf6\x21\x40\xbb\xbd\ \xe0\xe7\x6c\x81\x81\xb0\x4c\x10\x85\xd8\xf3\xae\x40\xef\x7a\x0c\ \xb7\xba\x03\x21\xdf\xe2\xa5\x17\x16\xc2\x36\xd0\x9e\xf7\x77\x6d\ \x28\xb4\x72\xb0\xe6\x5c\x89\xd1\xb2\x04\x77\xfb\x5e\x38\x68\x63\ \x0d\x81\x1f\x9e\x4f\x2c\x91\xd3\x74\x0d\xd9\xd4\xc1\x36\x10\x33\ \x86\x30\x0f\xd8\x22\x08\x53\xe9\xcc\xf8\x21\xd7\x1a\xa0\x33\x69\ \x44\xa2\x02\x73\xe2\x08\x54\xdd\x16\x54\xca\x0b\x85\x5b\xf9\x88\ \xe2\xc9\xc4\x66\x8d\xc5\x7d\xfe\x21\x54\x46\xbe\x41\xd0\xff\xc6\ \x48\x13\xbd\x7f\x0f\xba\xa3\x19\x91\x2c\x78\xd3\xcc\x49\xdb\xb6\ \xd9\xb9\x6b\x17\xff\x7d\xf3\xcd\xa4\x7a\x7a\x30\xcd\xb7\x7e\x4f\ \x7c\xdf\xa7\xb8\xb8\x98\x71\xe3\xc7\xd1\xbf\xbc\x9c\x74\x24\xda\ \x11\xef\xa6\xa7\xa1\x53\x9d\xb0\x7f\xef\xdb\x13\x42\x25\x91\xb3\ \xbf\x4c\x6c\xe2\x20\xf0\x3d\x74\xcf\x7e\xbc\x0d\x4f\xe3\xed\xae\ \x45\x58\x56\x4e\x2c\x33\x68\x3f\xc8\x89\x5c\x0c\x82\x0c\x3a\x10\ \xe1\xef\x2a\x8b\xf6\x34\x22\xe6\x80\x72\xd1\x7e\x80\x30\x2d\xb4\ \x97\x13\x46\x61\x22\xec\x18\x5a\x81\x51\x39\x12\x69\xd4\x20\x94\ \x0e\x45\xe6\x80\x78\x5a\x0e\xc2\x34\xc3\x63\xb9\x69\x74\x10\x80\ \x61\x85\x42\x2b\x04\x68\x1f\xdc\x34\xaa\x37\xc0\x2c\x1f\x87\x59\ \xea\x91\x7d\x25\x38\xec\x3a\x74\xd6\x45\x4e\xfc\x18\xce\x49\x31\ \x32\x4f\xdc\x87\x72\xfb\x13\x3b\xfb\xa3\x98\x43\x07\x43\xe7\x76\ \xb2\xcf\x3f\x42\xd0\xda\x03\x56\x29\xb1\xf9\x9f\xc4\x1a\x5a\x86\ \xbf\x79\x11\xd9\x95\xab\xc0\xb0\x41\x28\x70\x25\xd6\xa9\x9f\xc7\ \x1e\x3f\x0a\x7c\x1f\x9d\xaa\xc5\x5b\xf9\x08\x5e\xb5\x44\x8e\x98\ \x8e\xae\x79\x08\xdd\xdb\x03\x4e\x3c\x67\x1b\x40\xfb\xb9\xc6\x81\ \xf0\x3a\xb4\x87\x18\x7f\x19\xce\x58\x45\xfa\x81\x7b\xd0\x56\x3e\ \x22\x66\x81\x97\x0d\x45\xd3\x30\x73\xd7\x05\xa8\xdc\x77\x35\x60\ \xc5\x11\xe6\x21\x8d\x81\x9f\x46\x7b\x7e\x68\xbf\x98\x13\x7a\xed\ \x5e\xe6\xf5\x86\x40\x5a\xaf\x97\x25\x50\x1e\x3a\x9b\x42\x2b\x13\ \x39\x78\x36\x52\xad\x25\xab\x54\x2e\x48\xa2\xc1\x77\x11\x95\xb3\ \x71\x66\x9e\x84\xff\xfc\xed\x78\xdd\x0a\x41\x1c\xeb\xc2\x9b\xb0\ \x2a\xf2\x41\x18\xa8\xcd\x4f\x90\x59\xbb\x02\x30\xc0\x19\x86\x73\ \xfe\x65\x04\xaf\xde\x86\xbf\xbf\x07\x84\x06\xab\x02\xe7\x8a\x8b\ \x09\xb6\xae\xc3\x9a\x79\x36\x7e\xf7\x4e\x82\xee\x2c\x22\x70\xd1\ \xd9\x5e\x28\x2b\xc7\x1c\x3b\x01\xef\x45\x85\xd6\xe1\xb9\xe2\x07\ \x61\x63\x70\xc0\x56\x07\xae\x97\x03\xd7\x2b\x73\x9f\x65\x40\xe9\ \xdc\xb6\xf6\x71\x7b\xed\x42\x9a\x88\xa6\x6a\x54\x47\x13\x32\xbf\ \xf8\x4d\xa2\xed\xba\x2e\x63\xc7\x8c\xe1\x07\xff\xf2\x7d\xd2\xe9\ \xcc\x31\x79\xda\x4a\x29\xf2\xf2\x92\x0c\x1b\x3a\x14\xf7\x08\x8d\ \x6f\x24\xda\x11\x6f\x37\xe6\x80\xf6\xb3\xe8\x74\x57\x38\x6d\xfd\ \x38\xbb\xd2\x1a\x1b\x39\x76\x1e\xa2\xe7\x19\xb2\xeb\x36\x63\x0c\ \x39\x05\xe7\x8a\x1f\x63\x2e\xf9\x2f\x32\xab\xb7\x80\x30\x31\x86\ \xcd\xc1\x1c\x58\x81\x6a\xdc\x88\xbf\x6b\x0f\xa2\x72\x12\x66\x5e\ \x2f\xfe\xee\x2a\x44\xc1\x30\xcc\x32\x07\xbf\x6a\x2b\xc4\x87\x61\ \x0d\x2c\x26\xa8\xaf\xc3\x1c\x32\x19\xa3\xa8\x00\x52\xf5\x78\x3b\ \xd6\xa1\xb3\x41\x28\x6c\x00\x3a\x00\x12\x98\x13\xe7\x22\x8b\x1d\ \x54\xd5\x6a\xfc\x86\x66\x30\x93\x18\x13\xce\xc0\x2c\x2d\x40\xb7\ \xee\xc4\xdf\xbd\x1d\x1d\x68\x34\x71\xcc\x49\x73\xb1\xe2\x16\xb2\ \xb2\x0c\x7a\xdf\xe0\xf5\xb8\x59\x8c\x61\xe7\x13\xbf\xf0\x0a\x64\ \xc1\x2e\x8c\xc5\x10\xb8\x12\x9d\xaa\xc6\x5d\xb9\x01\x73\xe6\xa7\ \x89\x9f\xe7\xd1\x73\xe7\xed\x98\xe7\x7c\x19\x7b\x8c\x47\x76\xc5\ \x5a\xec\x79\x37\x20\xb2\x6d\xa4\xd7\xee\x42\x58\x12\xad\x2c\xe4\ \xf8\x69\x18\xde\x2b\xa4\x57\xec\x44\x8e\x3e\x97\xf8\x55\xdf\x85\ \x3f\xfe\x12\x14\xc8\xf1\xf3\x89\x15\x75\xa1\x6b\xd7\xe3\x37\x34\ \x86\xc2\x2b\x8b\x30\xa7\xcd\x42\xc6\x03\x82\x9d\xab\x08\x1a\x1a\ \x11\x79\x15\xc8\x09\x13\x88\xcd\x0b\x50\x6d\xdb\xf1\xb6\xec\x40\ \xf4\x9f\x84\x35\x72\x2c\x74\xed\xc6\xdf\xf9\x1a\xda\x17\x10\x2f\ \xc7\x9a\x32\x03\x23\x0e\xc1\xbe\xd5\x04\xfb\xdb\x43\x71\xd6\x60\ \x0c\x3d\x0d\x73\x50\x25\xf4\xd4\xe2\x6d\xdf\x80\xce\x06\x88\xf2\ \x71\x58\x83\x47\x22\x1c\x89\xda\xbf\x19\x7f\x5f\x15\x04\x1a\x62\ \xfd\xb0\x26\x9f\x8b\x30\x6d\x8c\x42\x13\x1d\x04\x87\x08\xb6\x46\ \xce\xb8\x96\xd8\x69\xf3\xb1\x92\x19\xd4\x8a\x3f\x87\xe1\x1b\xab\ \x10\x6b\xd4\x50\xd4\xda\x3b\x71\x1b\x7d\x48\x35\x80\xb0\x00\x85\ \xee\x6d\x87\x8a\x51\xc4\x66\xcf\xc0\x7f\xf0\x39\x90\x0a\x31\xe2\ \x1c\xec\xe1\x63\xe8\x7d\xe1\x7e\xdc\x35\x1a\xdd\x1d\x0a\xad\x18\ \x34\x13\x6b\x70\x05\x22\x3e\x0a\xa1\x54\x78\x6f\x03\x1b\x73\xd4\ \x5c\x64\x65\x29\xaa\x66\x1d\x7e\x75\x5d\x98\x6a\x61\x97\x60\x4d\ \x39\x19\xc3\xce\x10\xec\x78\x85\xa0\x3d\x0d\x76\x3e\xe6\xe4\xb3\ \x90\xc5\x79\xa8\xba\x0d\xf8\x35\x35\x20\x8e\xef\x39\x16\x86\x01\ \xe9\x2e\x74\x26\x85\x10\x6f\x9e\xef\xeb\xfb\x3e\xe5\xe5\xe5\x7c\ \xf2\x53\x57\x1f\xf7\xdb\x95\x49\xf7\xe2\xba\x6e\x9f\xb1\xf0\x48\ \xb4\x23\xde\xae\x66\x43\xa0\xc0\xf7\x10\x52\x1e\x7f\x64\x51\x83\ \x10\xbd\xa8\x86\xd7\xf0\x37\xbd\x80\xde\xf4\x02\x7e\xe7\x37\x48\ \x9e\xfb\x49\xdc\x0d\xdf\x87\xf1\x57\x93\x38\x7b\x36\x41\xf5\x5e\ \xac\x59\x17\x63\xbe\xf0\x73\xdc\xe0\x64\x9c\x73\x06\x90\xfa\xc5\ \xbf\x22\x46\x5e\x49\xf2\xec\x18\xdd\xbf\xfc\x36\x7a\xe4\x05\xc4\ \xe6\xd8\x64\x96\xef\xc7\xb9\xf4\xc3\x04\x5b\x56\x63\x0c\xba\x0c\ \x6b\xc4\x43\xa4\x1e\x7c\x38\x37\x10\xa9\xd1\x81\x89\x35\xef\xeb\ \xc4\xc7\x15\xe1\x35\x76\x61\x9f\x32\x1f\x77\xd1\x4f\xc9\xee\xee\ \xc1\x28\x1d\x88\xc8\x8b\x63\x4d\xbf\x10\xb3\xe8\x37\xf4\x3e\xbf\ \x1e\xeb\xa2\x9b\x70\xa6\xf4\xc3\xdf\xb5\x17\x39\x68\x14\x62\xcb\ \x53\x87\x04\x1f\xb3\x50\x34\x19\xe7\xec\xd3\xf1\x5e\xb8\x13\x7d\ \xf2\xec\xf0\xa5\xcf\xd6\xe1\xae\xde\x8f\xc8\xeb\x8f\x31\xaa\x09\ \x45\x2b\x38\x43\xb1\x46\x8e\xc1\x5f\xf2\x2d\xb2\x6b\xf7\xa0\xf3\ \xa6\xe1\x8c\x9d\x8d\xb1\x7e\x2b\x1a\x79\xd0\x96\xc1\xde\x55\x78\ \x6b\x5e\xc6\xab\xea\xc4\x1a\xf5\x63\x64\x59\x1e\x1a\x89\x51\x31\ \x1a\xe9\xc4\xb1\xe6\x9d\x4f\xe6\x9e\x1f\xe1\xee\x53\xc4\x2e\xfd\ \x16\x76\x7f\x8f\xa0\xc3\xc4\x3e\xe5\x4c\x32\x77\xfe\x1b\x41\x36\ \x03\x38\x18\xc5\xfd\xd1\x3d\x3b\x61\xd0\x3c\x12\x57\x5c\x8d\x6e\ \xdc\x0e\x25\x17\x60\x8f\x7c\x84\xd4\xe3\xcb\xb1\xcf\xfb\x06\x76\ \x49\x2b\xfe\xfe\x0e\xe8\xdc\x4a\xd0\xd0\x96\xf3\x32\x25\xa2\x60\ \x20\x46\x5e\x21\x62\xe2\xb9\x98\x43\x17\xd0\xfb\xf0\x93\x58\x73\ \x3f\x4f\x6c\x68\x80\x57\xd5\x8d\x3d\xf7\x72\xbc\xc7\x7f\x44\x66\ \x53\x07\xce\xa5\xdf\xc1\x2e\x4e\xe1\xed\xef\xc5\xac\x2c\xc3\x5f\ \x13\xe4\x86\x23\x05\x48\x89\x6e\xdf\x4c\xf6\xf1\x7a\xc4\xf9\x17\ \xe5\xe2\xec\x3e\xc8\x7c\x30\x25\xba\xbb\x15\x55\x5b\x8d\x76\x3d\ \x84\xe5\x84\x21\x21\xdd\x82\xb7\x72\x3d\xf6\x59\x1f\x42\x26\x9f\ \xc1\xef\x76\xb0\xa7\x4e\x41\xed\x7d\x8a\x20\x55\x46\xe2\xf3\x9f\ \xc2\xbb\x6b\x23\xba\x70\x3e\x89\x2b\x3f\x8e\xae\x5e\x8f\x2e\x98\ \x82\x10\x55\x68\x4f\x20\x67\x5e\x8d\x33\x6d\x10\x41\x7d\x0b\xd6\ \x47\xe6\x62\x2c\xfe\x19\xd9\x9d\x1a\xe7\xb2\x1f\x60\x25\x5a\xf0\ \xd3\xf9\xd8\xd3\x4f\x25\x7d\xcf\x7f\xc1\xc4\x2f\xe0\x4c\x2f\x21\ \xd8\x53\x85\x48\x97\xe3\xd7\x54\x81\x96\xc7\x39\x96\x2a\x42\xef\ \x3a\xf0\xfb\xfc\x9e\x6d\x5b\x54\x55\x55\x71\xf7\xdd\xf7\x90\x4a\ \xa5\x90\xc7\xe0\xdc\x04\x41\x40\x41\x61\x21\xd7\x5c\x7d\x35\x95\ \x95\x15\xf8\xbe\x1f\x89\x76\xc4\xbb\x2c\xdc\x42\xbc\xb3\xa1\x20\ \xc3\xcc\xc5\xb2\x15\xaa\x76\x33\xca\x9f\x89\x51\x38\x12\x73\xce\ \x1c\x82\x97\x7e\x46\x6a\xe9\x06\xcc\x99\x5f\x26\x71\xfe\x27\x71\ \xef\x7c\x0c\x95\x9e\x81\x59\x5a\x84\x1e\x3c\x04\x0a\x0c\x8c\x92\ \x61\x88\x81\x03\xd0\x3b\x1e\x43\x19\x53\xd0\x2d\xab\x49\xdf\xf7\ \x63\x18\xf9\x31\xf2\xae\x39\x13\x59\xb0\x28\xec\x02\x1b\x1e\xa2\ \x78\x1a\xb1\x69\x03\xc8\xde\xf7\x2d\x32\xdb\xdb\xb1\x2f\xf9\x19\ \xce\xdc\x8f\xe0\x6d\xfb\x0d\x6a\xef\x46\xe8\x57\x81\xd1\x6f\x32\ \xe6\x88\xa1\x88\xcd\x01\xb1\xf1\x63\xf1\x1e\xfc\x27\xd2\x5b\x5b\ \x89\x5d\x5a\x80\x9d\x7f\x20\x43\x46\x01\x79\xd8\x67\x5e\x8e\xde\ \x74\x27\xd9\xcd\x36\xd6\xa9\xa7\xa2\x7d\x0f\x94\xc6\x28\x1d\x47\ \xec\x92\x1b\xb1\x07\x24\x70\x1f\xdb\x82\x8e\x15\x21\xf2\x14\x41\ \x8f\x1b\x86\x70\xba\xeb\xa0\x28\x0f\x4c\x03\x82\x5c\x0b\xa6\x0d\ \xe4\xb8\x8b\x70\xf4\x0c\xe4\xd8\x33\x11\x6a\x2d\x5e\x5d\x27\x31\ \x3c\xbc\xe5\xbf\xa5\x77\x7d\x37\xf1\x6b\x7f\x8d\x35\x64\x28\xbe\ \x18\x84\x3d\xc2\x21\xfd\x7f\xdf\xc3\x6b\x8f\xe1\x7c\xf2\xbf\x89\ \xcd\x9e\x45\xba\x01\x74\xf3\x2a\xd2\x8f\xfd\x0a\xa5\x4b\x71\xae\ \xfe\x32\xec\xbb\x8f\xd4\x7d\x8f\x22\x06\x9f\x4f\xf2\x73\x9f\xc1\ \x5a\xbd\x05\x91\x2c\x81\x9e\xf5\xb8\xcf\x3f\x4c\xd0\x95\x0d\xc3\ \x4d\x00\xca\x45\xd5\x6f\xc4\x17\x43\x90\x89\xa1\xd8\x63\x26\x22\ \x62\xcf\x81\x0d\xc1\xc6\x7b\xe8\x7d\x64\x35\xf6\xe5\x3f\xc1\x19\ \x3f\x16\xb7\xd7\xc6\x1a\xac\xe9\xbd\xf5\x5f\xf0\x3a\x0b\x89\xc7\ \x87\x61\x58\xe6\xeb\xda\x25\x14\x6a\xe7\xcb\xe8\xbc\x93\x0f\xc9\ \x65\x16\xa0\xba\xf0\x77\xee\xc0\x3c\xf9\x4b\xe4\x9d\x23\x71\x9f\ \xb9\x05\x77\x5b\x55\x18\x07\x37\x6d\xd4\x8e\x67\x09\xce\xf9\x01\ \xe6\x88\x01\xf8\xbb\x4b\x31\x07\xe4\xe3\x3d\xfc\x0a\x5a\x0e\x86\ \x6c\x80\x16\x79\x58\xb3\x2e\x85\x0d\x77\x90\x5a\xb0\x00\x63\xd4\ \x95\xc8\x4b\xa7\x23\x92\x03\xb1\xcf\xb8\x18\x1a\x1e\x27\x68\xa8\ \x43\x8c\x3a\x1b\x73\xfc\x1c\x7c\xcf\xc0\xae\x68\xa5\xf7\xff\xfe\ \x1f\x5e\x57\x1e\xf1\xeb\x7f\x8d\x3d\x73\x36\x9e\x2e\xc0\x50\x5d\ \x64\x56\xdd\x8b\xdf\xd4\x81\xb0\xe3\x6f\x3f\xf9\xe5\x08\x03\xb0\ \xa6\x69\xd1\xd0\xd0\xc0\x83\x0f\x3d\x44\x77\x77\xf7\x31\xc5\xb4\ \x3d\xcf\xa3\xac\xac\x8c\x0b\xce\x9f\xcf\xe0\xc1\x83\x22\xd1\x8e\ \x78\x77\xc7\xf8\x84\xb4\xc2\x7a\x23\x3a\x78\x9b\x99\x03\x61\x8c\ \x19\xe5\xa3\x7d\x0f\xa3\xa0\x02\x61\x77\xa2\x75\x12\x03\x89\x5f\ \xdf\x80\x30\x05\xaa\xa9\x06\xad\x66\x23\xd2\x3b\xf0\x3b\xd3\x98\ \xd3\xe6\xa3\xad\x7d\x64\xd7\x1b\x98\x13\xcf\x42\x54\x26\xf1\xff\ \xba\x0b\xf2\xa6\x84\x7e\x9e\x65\xa1\xdd\x2e\xb4\x1b\x83\x03\x83\ \xa4\x81\x07\x4e\x3f\x44\x6f\x8a\xa0\xa5\x1d\x21\x7d\x54\x43\x03\ \x0c\x29\xc0\x18\xf3\x11\x9c\x0b\x2f\x20\xd8\xbe\x22\xf4\x02\x7d\ \x20\x5e\x08\x32\x45\xd0\xda\x71\x70\xd0\xeb\x75\x77\xc8\x85\xa2\ \x59\x58\xa3\x27\x42\xf9\x55\x24\x4f\x2a\x43\x56\x0c\x25\x76\xc6\ \xb9\x04\x8b\x9e\x41\xb5\x6d\x25\xf3\xa7\xaf\xe0\x4e\xb8\x9c\xc4\ \x45\xd7\x63\xfe\xe5\x1e\x74\x1a\xb0\x08\x4b\x7d\xda\xf9\x90\xee\ \x08\x43\x0c\xe2\x10\x7b\xc6\x8b\x10\x89\x36\x82\xcd\x0f\xe2\x6e\ \x7b\x99\x20\x55\x18\x1e\x5b\x9a\x60\x04\xa8\xde\x36\xa4\x69\x23\ \x0a\xf3\xd1\xd9\x1a\x54\x4f\x16\xe1\x7b\xa8\x96\x6a\x44\xff\x42\ \x68\x14\x20\x0c\x84\x21\x11\x22\x81\x11\x2b\x44\xed\xa9\x01\x61\ \xa0\x3b\xeb\x50\x3d\x49\x8c\x78\x86\xec\x63\x3f\x46\x9f\x75\x15\ \xf1\xeb\x7e\x41\xb0\xf6\x0e\x32\xaf\xbc\x1a\xc6\x8f\x4b\x66\x13\ \xff\xc4\xb5\xe8\xea\x15\x28\xd3\x06\x25\xc3\xdb\xaa\x74\x18\x13\ \x37\x41\xa7\xda\xd1\x25\x71\x44\x41\x1c\x9d\xad\x47\xf5\x64\x10\ \xa2\x30\xec\x75\xbd\xf1\x11\xb0\x9d\xc3\xc7\x3b\x84\x09\x5e\x1d\ \xd9\x47\x7e\x42\x46\x5b\x58\xf3\xbe\x45\x62\xfe\x25\xf8\x7b\x6f\ \x46\x79\x1a\x0c\x89\x4e\xef\xc3\xdd\x58\x83\x33\x61\x2e\x7e\xbc\ \x00\x23\xb5\x16\xaf\xbe\x0d\x91\x1c\x02\x68\x84\xe1\x20\xf2\x62\ \x04\x55\x0d\xa0\x72\xe3\x0e\x5a\x87\xcf\x61\x42\xa1\xdc\x00\x51\ \x50\x4c\xb0\xf1\x2e\xd4\xde\x57\x11\xa5\x97\x41\xcb\x7e\x54\x2a\ \x8b\x50\x9a\x60\x7f\x17\x66\x41\x19\xfe\x63\xff\x45\x46\x5d\x43\ \xec\xca\x9f\x61\xef\x5a\x48\x66\xc9\xd3\x68\x65\x1e\xd7\x73\xac\ \xb5\xce\x8d\x8b\xd8\x7d\x56\xaf\xcc\x66\xb3\x4c\x98\x30\x81\xdf\ \xff\xfe\x77\x78\xae\x77\x4c\x69\x7f\x4a\x6b\x9c\x58\x8c\x11\x23\ \x46\xe0\xba\x6e\x14\xd3\x8e\x78\x37\x45\x5b\x85\x2f\x65\x7e\x09\ \x74\xec\x7f\x5d\x1c\x8f\xc7\x4b\xc7\x42\xc4\xf2\x11\xf9\x65\x18\ \x95\xd3\x71\xce\xbf\x04\x36\xff\x91\xa0\x71\x27\x41\x4f\x16\xeb\ \x94\x73\xf0\x5a\x96\x61\xce\x3c\x0b\x91\xdd\x8a\x4a\xb5\xa1\x37\ \x6c\x21\xf6\x89\x1b\x51\xab\x7e\x4a\xef\x3a\x93\xc4\x67\x6e\xc0\ \x68\x7e\x89\x6c\x6d\x3d\x4c\xb4\xc3\x12\x9a\x84\xe2\x15\xfe\xae\ \x41\x68\x44\x71\x25\x74\xaf\x25\x90\x9f\xc0\x9e\x7e\x0a\xc1\xab\ \xfb\xb1\x66\x9c\x84\x6a\xbc\x17\x2a\x4f\x47\xe8\x6a\xdc\xa7\xef\ \x40\x9c\x5a\x4c\x7c\x7c\x02\xda\x5e\x41\xa5\x93\x58\xa7\xcd\xc3\ \x5f\xf2\x2a\xc2\x49\x22\x44\xee\xc5\x34\x6c\xe8\xdd\x42\xfa\xce\ \xef\x80\x65\x40\xd9\x54\x12\xe5\x67\xe1\x6d\x59\x0f\xf1\xfe\xc8\ \x7c\x07\xdd\xd5\x8e\xb0\x1d\x84\x6d\xa1\x53\x75\x04\x8d\x6d\x58\ \x33\xe7\xe2\xb5\xac\xc5\x3a\x69\x32\x6a\xf7\xef\xd1\x9e\x01\x76\ \xce\x18\xa6\xc6\xdf\xfc\x30\xe9\xa7\xd6\x22\x2c\x33\xcc\xa2\x91\ \xf2\xd0\x2e\x0d\x08\x89\x30\x25\xaa\x66\x27\xd8\xe7\x62\x8f\x1f\ \x47\xb6\x21\x8e\x35\x61\x32\xc1\xea\xc7\xd0\x3d\xc5\x88\xbc\x31\ \xc8\x7e\x03\x20\xad\xf1\xf7\xef\xc1\x99\x31\x1f\xb9\xad\x0e\x31\ \xfa\x1c\x64\xb2\x16\xb7\x33\x8d\x10\x1e\xee\x33\xff\x83\x3a\xfd\ \x07\x38\x33\x2f\xc5\x58\xb5\x8a\x20\xd0\x18\xc5\x13\x90\x96\x47\ \x7a\xc9\x9f\x08\xfa\x7f\x0c\x6b\xe0\xc4\x30\x26\x6c\x88\xf0\x47\ \xe7\x6c\x6a\x09\x54\xed\x4e\xb0\x2e\xc0\x9e\x3a\x8d\xec\x8e\x5e\ \x84\x13\x07\x2d\xfa\xc8\xd6\x16\x70\x20\x04\xa4\x02\x44\xe1\x40\ \x8c\x32\x50\x3d\x69\x8c\xbc\x3c\xf0\xbb\x0e\x19\xff\x13\x08\xc3\ \xc3\x5f\xff\x24\xea\x33\x37\x92\x18\xe5\xe2\x3d\xf3\x1f\xa8\xac\ \x40\xe4\x89\x30\xc4\xe2\x77\x12\x54\xef\xc3\x99\x75\x01\x72\x77\ \x2d\x24\x8b\xc2\xf0\x5c\xaa\x15\xd5\xd0\x83\xf4\x9b\xf1\x5e\x59\ \x02\x76\x3e\xba\xb7\x09\x11\x6c\x42\x0f\xf8\x18\xd6\xd8\x31\x78\ \xad\x65\xd8\xe3\x4b\x09\x5e\xde\x01\x8e\x8d\xff\xf2\x6d\x04\x4d\ \x97\x92\xbc\xea\x22\xe4\x9a\xe5\xf8\x6d\x2e\x48\x71\x7c\xef\x40\ \x3c\x1f\x9c\x44\x28\xe0\x7d\x85\x3a\x0a\x0a\x38\x6d\xce\x9c\x3e\ \xff\x7e\x64\xc7\x5d\x90\xcd\x66\xf1\x3c\x2f\x8a\x69\x47\xbc\xbb\ \xa2\x2d\x12\xf9\x50\x39\x12\xdd\x56\x7f\x7c\x63\x38\x22\xf4\x5c\ \x55\x5b\x33\xf6\x8c\x2b\x49\x8c\xba\x18\x84\x8f\xda\x74\x1b\xa9\ \x97\x9e\x07\xe9\x91\x7d\xea\x0f\x88\x0f\x7f\x86\xc4\xf5\xe7\x43\ \x6f\x2d\x99\x85\x77\xa3\xb4\x85\xd8\xf7\x32\x41\xcf\x05\x04\x55\ \x7b\x50\xd5\xdd\xa8\xb6\x36\xd4\xce\x15\xa8\x94\xc0\x08\xd2\xd0\ \x4b\x28\x2c\xca\x43\xa7\xba\x11\x46\x80\xbf\xf9\x55\xec\x0f\x9f\ \x86\x55\xfe\x2c\x99\xc7\xee\x25\x7e\xe1\x17\x48\x4e\x17\xe8\xe6\ \xd5\x64\x96\x3e\x8f\x32\x5b\xf0\x47\x7e\x9e\xc4\x57\x7e\x05\x4e\ \x31\x6a\xfb\xbd\xe0\xd6\x90\x79\xe2\x36\x9c\x0b\x3e\x46\xf2\xfa\ \x8f\x22\x12\x79\x04\x2f\x37\x00\x39\xe1\x0a\x7a\x51\x6d\x3d\xa1\ \xd7\xed\x16\xa1\xda\xea\x51\xcd\x0d\x50\x78\x26\xb1\x0b\xae\xc0\ \x48\x98\xa0\xd2\xb8\x8b\xfe\x8c\xea\x6e\xc7\x5d\xf6\x67\x8c\x4b\ \x3e\x4b\xf2\xfa\x0b\xd0\x75\x4b\x48\xbf\xb2\x3a\xac\x5d\x21\x72\ \xa3\xa4\xbd\x3d\x10\x18\x88\x58\x22\x4c\xf7\xd3\x7e\x58\x84\x3f\ \xd3\x93\x4b\x05\x04\xdc\x6e\xb4\x12\xe8\xa6\x57\xc8\x3c\x3b\x0a\ \xe7\x9c\x7f\xc6\x14\xa0\xf7\x3d\x46\x7a\xfd\x0e\x14\x69\xbc\x86\ \x99\x38\xd7\xfd\x27\xc1\xb6\x05\xa4\x9f\xfb\x1d\x5e\xfe\x4d\xc4\ \x3f\xfb\x0b\xf0\x3a\x71\x17\xfe\x9a\xa0\xdd\xc0\x3e\xef\x4b\x58\ \x23\xcb\x41\x80\xb7\xe6\x2e\x94\x32\x11\xd2\x40\xd7\x3e\x8d\x5b\ \x3b\x02\xe7\xba\x5b\xd0\x46\x1e\xb4\x3d\x1f\x3a\xb2\xe9\x1e\x74\ \x26\x97\x66\xe7\xa5\xd1\x2e\xd0\xbc\x92\xf4\xd3\x0b\x89\xcf\xbb\ \x11\x73\x4e\x80\x48\x74\xe3\xb6\xb6\x85\x83\x73\x87\x0a\xb6\xf6\ \xd0\xe9\xce\x30\xc5\x2f\xf0\xa1\x7c\x32\xce\xbc\x0b\x11\x31\x03\ \xbc\x16\x32\x4f\x3c\x84\x72\x25\x98\x39\x71\x32\x63\xe8\xe6\x75\ \x78\xbb\x1b\x91\x43\x5a\x71\xb7\xee\x0a\xed\xa4\x03\x74\x2a\x05\ \x78\x78\x2f\xfd\x16\xa3\xf4\xcb\xc4\xaf\xf9\x4f\x84\x19\x47\x35\ \x3c\x8f\xce\xb4\x92\x7d\xe2\x56\xe2\x97\x7c\x8a\xc4\x17\x2f\x86\ \xee\x1a\xb2\x4f\xdd\x82\x57\xb3\x9c\xf4\x5f\x87\xe1\xcc\xff\x57\ \x2c\xa1\x51\x5b\xee\x23\xbb\x6a\x33\x72\xf6\x57\x89\x4f\x1b\x83\ \x16\xe0\xbf\xb4\x88\xa0\x2b\x73\xdc\x53\xd2\xb5\xef\xa3\x07\x0c\ \xc2\x28\x2c\x3f\xbc\x27\x96\x23\x16\x8b\xb1\x65\xeb\x56\x7e\x7d\ \xcb\xaf\x49\xf5\xf6\x1e\x53\x4c\xdb\xf7\x7d\x8a\x8a\x0a\xb9\xe9\ \xa6\x9b\x18\x79\x04\x6f\x3b\xaa\xf2\x17\xf1\xf6\x43\xda\x4e\x92\ \xcc\xd2\xfb\x30\x9e\xfe\x23\x32\x66\x73\xfc\x41\xc1\x5c\xfa\x9e\ \x30\xd0\x7e\x1a\x32\x99\x30\x07\x5a\x1a\xe0\xbb\x68\xe9\x60\xc4\ \x62\xe0\x76\xa3\x3c\xc2\x54\x2d\xad\x42\xe1\x3c\xe0\x9e\x89\x03\ \xb3\x66\x0e\x99\xf8\x72\xc0\xab\x11\x46\xb8\x7d\x10\x80\x15\x43\ \x10\x84\xa9\x5f\x76\x1e\xc2\x32\xd0\x99\x6e\xb4\x36\x11\x04\x60\ \xd8\xa1\xb7\x18\xb8\x68\xcf\x0d\xf7\xe7\xbb\x61\xce\x70\x2c\x06\ \x41\x36\x97\x0a\x77\x84\x6b\x3c\x70\x2c\x44\x78\x2c\x69\x80\xdb\ \x8b\x72\xbd\x30\x44\x10\x78\x20\x1d\x44\xcc\x42\xa7\x7b\x42\xef\ \xf3\xd0\x9c\x62\x61\x84\xb1\x72\xdd\xc7\x7e\x0f\x7c\x7e\xa0\xe7\ \xa0\x15\x78\x3e\xc4\xf3\x11\x52\xa3\x7a\xbb\x11\x86\x95\x8b\xb5\ \x9b\xb9\xeb\xf0\xd0\xd9\x5e\xb4\x30\x31\xe2\x49\xf0\x7b\x51\x59\ \x2f\xec\xca\x4b\x3b\x6c\x18\xfc\x0c\x3a\x93\x85\x03\xb1\x56\xed\ \xa3\x75\x6e\x7b\x0e\x49\x0b\x3c\xcc\xae\x07\x26\x2a\x29\xb4\xe7\ \x23\x62\xc9\xdc\xbe\xd2\x61\xce\xfd\x9b\x9e\x81\xdc\x7d\xd1\xea\ \xf5\xfb\x65\x3a\x08\x29\xd0\xd9\x1e\xb4\x17\xf4\x91\x32\xaa\x72\ \x5e\x3d\x87\x4f\xda\x39\x70\xfd\x81\x17\x0e\x1a\xc6\x93\x88\x03\ \xe7\x89\x40\xfb\x2e\x42\x3a\x08\xc7\x09\xaf\xc5\x73\x73\xab\xcf\ \x04\x08\x27\x1f\x61\x04\xe8\x74\x0a\x2d\x2c\x84\x65\x87\x69\x7e\ \xca\x43\xa7\x7b\xc3\xb1\x95\xe3\x7c\x7c\x55\x26\x45\x70\xea\x65\ \x38\x97\xde\x14\x36\xae\x6f\xc0\x71\x1c\x56\xad\x5a\xc5\x77\xbf\ \xf7\x7d\x52\xa9\x9e\x63\x16\xed\xe2\xe2\x12\x7e\xf1\xf3\x9f\x31\ \x69\xd2\x24\xb2\xd9\xec\x1b\x37\x89\x4a\xb3\x46\xbc\x03\xa4\x89\ \x6a\xa9\xc7\xbb\xe7\xc7\x58\x6d\x75\xc7\x1f\x22\x41\x1f\x2e\x52\ \x6f\x12\xc4\x43\xfe\x2e\xde\x38\x0b\xae\x0f\x21\x39\xb0\xfd\x41\ \x91\xe1\x08\x9f\xeb\xbe\xf7\x79\xa4\x63\xe9\xa3\x0f\x38\x1d\xdc\ \xe7\x81\x06\xe4\x88\xd7\xf4\x86\xf3\xe8\xf3\xfb\xc7\xf8\xf9\xa1\ \xd7\x71\xd8\x71\xde\x78\xbe\x7d\x9c\x7f\x9f\xdf\x3b\xca\xf5\x1e\ \xad\x0c\xc0\x51\xf7\xd5\xd7\x35\xbc\xd5\x3d\xe7\xc8\xf7\xe8\x58\ \xf6\x73\xa4\xf3\x79\xd3\xfe\x8e\xf1\xbe\x1e\x51\xb1\x03\x3c\xd3\ \xc1\xbc\xf6\xdf\x91\x83\xc7\x85\x0d\x49\x1f\x61\x0e\xd7\x73\x69\ \xa8\x6f\x38\x62\xa8\xa3\xaf\x38\xb9\x6d\xdb\x0c\x18\x30\x00\xd3\ \x34\xfb\x0a\xab\xf4\x44\xe1\x91\x88\xb7\x4f\xe0\x63\xf4\x1f\x82\ \x98\x72\x16\xc1\xf2\x7b\x91\x5a\xe5\xbc\xa1\xe3\x08\x6c\x8b\xb7\ \xf3\x77\x71\x84\x97\xfe\x0d\xdb\x8b\x23\x7d\x2e\x8e\xef\x58\xc7\ \xf2\x4e\x1f\xdc\xe7\xd1\xb6\x3f\xca\xdf\x8e\xe8\xc1\x8b\x63\x38\ \xe6\xd1\x8e\xd1\xc7\x31\x8f\x2a\x1e\xc7\xb9\xfd\xb1\x08\xde\xd1\ \xee\xd1\xf1\xec\xf7\x58\xf6\x73\xcc\x76\x7c\x67\xb5\x68\x94\xe7\ \xc2\x94\x73\x90\x43\xc6\x1f\x71\x25\x1b\xad\x35\xb6\x65\x33\x7a\ \xf4\xe8\xe3\xac\x3d\xa2\x71\x5d\xf7\x88\x71\xf0\x48\xb4\x23\xde\ \x19\xbe\x87\x75\xf2\x85\xb8\x0d\xbb\x31\x76\xac\xc4\x10\x1a\x1d\ \xad\x52\x13\xf1\x3e\x46\xfb\x2e\x41\xc5\x48\xac\xb3\x3e\xc1\x5b\ \xcd\xa2\xd4\x5a\xf7\x15\xe2\x78\x47\x44\xa5\x59\x23\xde\x19\x2a\ \x40\x24\x0b\xb1\xce\xb9\x96\x6c\x61\x25\x41\x36\xfd\x7a\xfc\x32\ \x22\xe2\x7d\x28\xd8\xae\x61\x21\x2f\xba\x01\xa3\x6c\xc0\x11\xab\ \xfb\xfd\x2d\x89\x62\xda\x11\xef\xc6\xa3\x8c\xb0\x62\x04\x2d\x75\ \x78\x4b\xef\xc5\xd8\xb8\x14\xd3\xb4\xd0\x2a\xf8\x87\x14\x89\x8f\ \x88\x78\xd7\x85\x52\x6b\x94\x97\xc1\x2b\x1d\x82\x39\xff\x73\x58\ \x93\xe6\x84\xb5\x4b\xfe\xfe\x44\x03\x91\x11\xef\x22\x96\x0d\x42\ \xe2\x2e\xb9\x1b\xbd\xea\x49\x4c\x2f\x8d\x70\xd3\xb9\x2a\x7e\xc6\ \x09\x52\x17\x3a\x22\x22\x74\x44\x38\x50\x60\x4c\x05\x04\xc2\x40\ \x8f\x3b\x15\xf3\x9c\x6b\x31\x2b\x47\x84\xc5\xaa\xfe\x31\x44\xa2\ \x1d\xf1\x6e\xbb\x24\x02\xb4\xc6\xaf\xde\x46\xb0\x7e\x09\xba\x7e\ \x27\xd2\x90\xd0\xd5\x02\xdd\x6d\x61\x5e\x73\x14\xf3\x8e\x78\x6f\ \x3f\xc4\xe1\xc4\x26\x3b\x4e\x90\x28\x40\x94\x0f\x45\x9e\x7c\x11\ \xe6\xe8\x69\x61\xce\xb8\xef\xfe\x23\x4f\x2e\x12\xed\x88\xbf\x01\ \x86\x11\xe6\xbd\x02\xaa\xb3\x19\x55\xb7\x0b\xd5\xbe\x1f\xdd\xdb\ \x9d\x4b\x8d\x8a\x44\x3b\xe2\x3d\x2c\xd9\x46\x98\x03\x6e\x14\x96\ \x61\x0c\x1a\x87\x51\x5a\x19\x7a\xde\x41\x90\xab\x93\xfe\x0f\x25\ \x12\xed\x88\xbf\xbd\x80\x0b\x69\x85\x9e\xcb\x81\x29\xe6\x11\x11\ \xef\x69\x74\x98\xd7\xad\x82\x5c\x11\xb0\xe0\xbd\x74\x72\x51\x9e\ \x76\xc4\xdf\x18\xa5\xd0\x2a\x0b\x5e\x64\x8a\x88\x88\x77\xc5\x0f\ \x8a\x4c\x10\x11\x11\x11\x71\xe2\x60\xda\xb6\x1d\x59\xe1\x0d\x78\ \x9e\x87\x52\x0a\x21\xc4\xc1\x25\x82\x34\xa0\x95\xca\xcd\x52\x12\ \x18\x86\x38\x6c\xc6\x92\x61\x18\xc7\xb4\x9c\x50\x44\x44\xc4\xfb\ \x9f\xbe\xea\x60\xbf\x6b\xa2\xbd\xf4\xaf\x8b\x23\x0b\x1f\xd6\x9b\ \x57\x54\x54\x56\x92\x48\x24\xf0\x3d\x8f\x54\xaa\x87\x20\x08\x90\ \xd2\x24\x91\x4c\x62\x9a\x26\xd9\x6c\x96\xa2\xa2\x62\xfa\xf5\xaf\ \x20\x08\x02\xe2\xf1\x38\x8f\x3d\xf6\x28\xcb\x96\x2e\x25\x1e\x8f\ \x47\x46\x8c\x88\xf8\x80\x12\xf8\x3e\x25\x65\x65\x7c\xfd\xeb\xdf\ \x40\xa9\xbf\xcd\x24\x33\xf3\xf6\x3b\xee\x8c\x2c\x7d\x08\xe9\x74\ \x9a\x1f\xff\xc7\x4f\xa8\xa8\x18\xc0\xae\x5d\xdb\x89\x27\xf2\x88\ \x3b\x71\x82\x20\x20\x08\x3c\xca\xfb\x55\x10\xf8\x3e\x9d\x9d\xed\ \x07\xf3\x8e\x0d\xc3\xa0\xb3\xa3\x93\xea\xea\x6a\x92\xc9\x64\x64\ \xc4\x88\x88\x0f\xb0\x87\x7d\xa4\x05\x79\xdf\x35\xd1\x8e\xc2\x23\ \x87\xa3\xb5\xa6\x37\x95\x62\xf7\xae\x1d\x0c\x18\x30\x98\xb2\xf2\ \x7e\x18\x86\x41\xa0\x14\xdd\x9d\x1d\x34\x37\xed\x27\x91\x48\x62\ \x18\xf2\xb0\xb2\x03\x86\x34\xb0\x2c\x0b\xcb\xb2\x22\x23\x46\x44\ \x7c\x40\x11\x42\x60\x9a\x7f\x5b\x0d\x88\x82\xb0\x7d\x18\xbd\xbe\ \xae\x9a\x7e\x15\x95\xf4\xaf\xa8\x44\x6b\x1d\xc6\xa7\xb4\xa2\xb0\ \xb8\x84\x92\x92\x32\x3a\x3a\xda\x8e\x49\xfc\x35\x02\xd3\xb2\x90\ \x86\xc6\x77\x5d\x02\x9d\x5b\xa2\x08\x03\xd3\x32\x31\xd0\x78\xae\ \x8b\xd2\x00\x1a\xdf\xcd\xe2\x2b\x90\x66\xf8\x37\xd7\x75\x51\x6f\ \xa8\xf4\xa5\xb5\x3a\x58\x65\x52\x69\x8d\x21\x4d\x4c\xd3\xc4\x34\ \x25\x86\x11\xd6\x2d\xf6\x5c\x97\x40\x8b\xf0\xb3\x70\xae\x0b\x32\ \xb7\x8d\xd0\x1a\x61\x98\xe1\xf1\x85\x40\x2b\x85\x30\x64\x6e\x1f\ \x26\x52\x1a\xa0\x35\xea\xe0\x77\x0c\x74\xe0\xe1\xba\xde\x9b\x4a\ \xe3\x68\xa5\x40\xc8\xd7\xaf\xc5\xf3\x78\xbd\x43\xa8\x73\xbd\x93\ \xe0\xb0\x6b\x50\x81\x87\xeb\xf9\xe1\x31\x73\xc7\x3a\x78\x5d\xe1\ \x16\xf8\x9e\x87\x30\x72\xe7\xae\xf4\xe1\xd5\xce\xb4\x3e\xb8\x3f\ \xad\x14\x42\x4a\x2c\xd3\x44\xe8\x00\xd7\xf3\x0f\x39\x47\x8d\xef\ \x79\x28\x2d\x30\x4d\x33\x9c\xf3\x83\x78\x83\x1d\x72\xe7\x6e\x88\ \xd7\xcf\x4b\x86\x36\x08\x3c\x17\xcf\x0f\x0e\x5c\x68\xce\x86\x16\ \xa6\x14\x04\xbe\x8b\x1f\xe8\xc3\xee\x49\x78\xad\xea\x0d\xc7\x77\ \xf1\x95\x46\x4a\x13\x79\xe0\x46\xe4\xee\xdb\x61\x36\x37\xc4\x9b\ \xec\xaa\xdf\xf4\x2c\x01\x4a\xe1\x79\x3e\x18\x12\x53\xca\xd7\x57\ \x2a\xcb\xd9\xe1\x48\xfb\x8b\x78\x7f\x11\xa5\xfc\xf5\x41\x26\x9d\ \xa1\x5f\xbf\x0a\x3c\xcf\x47\x08\x90\x52\xa2\x94\x22\xf0\x7d\x0a\ \x0a\x8b\xa8\xad\xad\x3e\xea\xf2\x41\x7e\x36\xcb\xd0\x73\xaf\xe5\ \x8b\x17\xcf\xa0\xa7\xb5\x1d\x21\x14\xfb\x36\x2e\xe7\x91\xc7\x96\ \x52\x71\xe1\x0d\x7c\xe1\xbc\x09\x74\xb6\x74\x21\xa5\xc7\xf6\x55\ \xcf\xb2\x68\xf1\x5a\x52\x3e\x0c\x98\x7c\x36\x97\x5e\x34\x97\xfe\ \xf9\x16\xda\xcf\xb2\x73\xd5\x53\x3c\xfa\xec\x5a\x32\x3a\x14\x30\ \xcf\x33\x38\xeb\x0b\xdf\x64\x50\xd5\x02\xee\x59\xe9\x71\xfd\x77\ \xff\x99\x61\xee\x7e\xba\x7c\x03\x47\xb7\xb1\xf8\xe1\x3b\x58\xf2\ \x5a\x0f\x93\xce\xbc\x9c\x4b\xcf\x99\x41\xd2\x04\x95\x6d\xe4\xb9\ \x45\x2f\x32\x64\xee\xd9\x8c\x2a\x2e\x20\x59\x5c\x48\xd0\xd3\x89\ \xab\x52\x2c\x7e\xe8\x51\xe4\x84\x2b\xb8\x6c\x46\x92\xc6\x8e\x34\ \xb1\x98\xc1\xb6\x97\x17\xb0\xf0\xa5\x6e\xae\xff\xde\x57\xe9\xe7\ \xb5\xd3\xeb\x43\xa6\xb3\x9e\x17\x9f\x5c\xc0\x9a\xdd\x2d\x60\x9a\ \x08\x34\x9e\x0b\xb3\xaf\xfe\x1a\x97\x4d\x2d\xa3\xa3\x23\x83\x6d\ \x07\x6c\x5c\xb6\x90\x27\x97\xbf\x86\x2f\x25\xae\x67\x30\xef\xba\ \x1f\x71\x59\xbf\x2d\xfc\xdb\xff\xde\x4d\x47\x60\x63\x68\x1f\x91\ \x1c\xc0\x45\x97\x7e\x82\xd9\x63\xca\xd0\x4a\xd3\x55\xbb\x9a\xdb\ \xef\x7b\x95\x8b\xae\xfb\x34\xad\xcf\xfc\x9a\x07\x37\xb4\x33\xe3\ \xc3\xd7\xf1\xd1\x29\x92\x3b\x7f\x73\x17\xa3\xaf\xfe\x2a\xc3\x9b\ \x9f\xe6\x4f\x8f\x6d\x43\x48\xc5\x88\x33\x3e\xcf\x15\xa3\x1a\xf9\ \xd5\x9d\xcb\x39\xe7\x0b\xdf\xe5\xac\xa1\x8a\xf6\x94\x8f\xce\x76\ \xf0\xca\x93\x0f\xf3\xfc\x96\x3a\xb4\x21\x51\x01\x0c\x99\x3a\x9f\ \x8f\x7f\x74\x2e\xf9\xa6\xc0\xef\xdc\xcb\x82\xc7\x96\x32\xf6\xfc\ \xcb\x18\x57\x92\x4f\xb2\xb8\x10\x95\xea\x24\xab\xd2\x3c\xff\xd0\ \x5f\x58\xbe\xdd\xe3\x92\x4f\x5e\xc9\xb4\x61\xe5\x48\xa1\xe9\xaa\ \xdf\xca\xe3\x0f\x3d\xc2\x96\xfd\xdd\x94\x8d\x3d\x8f\xaf\x7d\xe9\ \x23\xe8\x8e\x16\x02\x69\xd2\xbe\x73\x35\x8f\x2e\x7c\x86\x86\x5e\ \x10\xca\xc5\x2a\x9b\xc4\x8d\x3f\xf8\x1a\xfb\x1f\xf8\x29\xb7\xbf\ \xb0\x97\x98\x6d\xe1\xbb\x3e\x15\x13\xe7\x72\xe9\x87\xcf\xa1\x32\ \x29\x41\x04\xec\x58\xb9\x90\xbb\x17\x6d\xe6\xbc\xaf\xff\x90\x73\ \x2b\x02\x5a\xba\xb2\xc4\x2c\xd8\xfe\xd2\x7d\xdc\xfb\xec\x2e\x4c\ \x53\xa0\x13\x83\xb8\xee\x9f\xae\x64\xd7\xa3\xbf\x63\xc9\xe6\x4e\ \x90\x49\xce\xbf\xfa\xeb\x0c\xaa\x7d\x98\xdb\x96\xee\xe3\xcc\xcb\ \x3e\xcd\x79\x33\x86\x10\x68\x45\xdb\xe6\x65\xdc\xf1\xf8\x1a\xe6\ \x5e\xf3\x1d\xe6\x0d\xf5\x68\xee\xf6\x88\xc5\x02\xd6\x3d\xf7\x08\ \x8b\x96\x6d\x45\xc4\xac\x28\x2b\xfe\xbd\xec\x20\x1a\x12\x3b\x66\ \xf7\xe9\x39\x2b\xdf\x23\xeb\xf5\x3d\x98\x69\x1e\xcf\xda\x65\xef\ \x27\x6f\x5a\x08\xd1\xa7\xf0\x6a\x1d\x2e\xb6\x6a\x9a\x26\xbe\xef\ \x93\xcd\x66\xa9\xda\xb7\x8f\x21\x83\x07\x13\x8f\xc7\x31\x0c\xe3\ \x2d\x5e\x04\x8d\x56\x9a\xc2\xfe\xfd\xc8\x36\xbd\xc2\x6f\x7f\xb5\ \x08\xa3\x62\x12\xd7\x7f\xf1\x6a\x2e\x6f\xda\xc3\x86\xb2\x12\xba\ \x6b\x5e\xe0\x37\xbf\x7d\x8e\xc4\xf0\x53\xf8\xd2\xe7\x3e\x8d\x5f\ \xbf\x8b\x45\x1d\x53\xb9\xf1\xfa\x8f\xb1\xed\xe9\x3f\xf3\x7f\xaf\ \xee\xc3\xa9\x98\xc4\x35\xd7\x7e\x8e\xcf\xc8\x2c\xb7\x2e\xdc\x88\ \x61\x5b\x68\x0d\xf1\xa2\x22\xf2\x93\xe1\x64\x95\xd2\x82\x2e\x1e\ \xbf\xf9\x16\xd6\xd4\x64\x89\xd9\x06\x99\xde\x14\x23\x4e\xbd\x8a\ \x1b\xaf\x9c\xc1\x73\xf7\xfd\x89\x57\x76\x77\x50\x58\x5e\x42\xb6\ \x6d\x3f\xaf\xdd\xf9\x07\x64\xbc\x82\x6b\xbe\x7d\x3d\x4d\x4b\xef\ \xe2\x89\xd5\x0d\xa4\x5d\x93\x8b\xcf\xeb\xc7\x96\x65\x77\x72\xc7\ \x33\x1b\xb0\xe2\x71\x02\x37\x83\x2c\x9f\xc1\xa0\xbc\x0e\x16\xdc\ \xf2\x1b\x36\xb6\x3b\x4c\x3a\xfd\x62\xae\xfc\xc6\xb7\x30\x7f\xfe\ \x13\x5e\xdc\xdb\x85\x6d\x49\xb4\x30\xe9\x3f\xb4\x94\xbd\x2b\xef\ \xe7\x0f\x0f\x6f\x61\xd0\x29\x57\xf0\xcd\x2b\x3e\x4d\xe3\xb6\xef\ \xb0\xbc\x2e\x4b\xde\xe0\x39\x9c\x3c\x36\x0f\xec\x93\x98\x33\xfe\ \xaf\x2c\x58\xd7\x80\x61\x97\x70\xe9\xa7\xbf\xc1\xdc\xfc\xad\xfc\ \xf9\x4f\x0f\xd2\xe2\xda\x94\x95\x18\xf4\x62\x53\x52\x58\x42\x67\ \xa0\x99\x38\xff\x5a\xae\x3d\x7b\x10\x8f\xfe\xe6\x57\xec\xe9\xd0\ \xcc\x28\x29\x22\x3f\x6d\xa3\xb4\x46\x6a\x8d\xe9\x14\x51\x92\x9f\ \x42\x18\x16\xe5\x15\xa5\xbc\xfa\xc4\x2f\x59\xb8\xae\x81\x51\xa7\ \x5d\xca\xe7\x6e\xb8\x96\xfd\xff\xfe\x0b\x36\x37\xa6\xa1\x60\x14\ \x97\x7c\xec\x4a\x52\x2f\xdd\xc2\xef\x5f\xae\xa6\xbc\x5f\x29\x3d\ \xad\xfb\xd9\xf3\x97\x3f\xb2\xd8\x29\xe3\xea\x6f\xdf\x40\xdb\xf2\ \x7b\x78\x7c\x45\x1d\x6e\x60\x73\xf9\x4d\xdf\x61\x8a\xda\xc8\xdd\ \x7f\xbc\x9f\xf6\x20\x8f\xd9\x1f\xbd\x96\xeb\xff\xe9\x3a\x7e\xf1\ \xef\xbf\x44\xe5\x55\x50\xdc\x53\xc7\xef\x7e\x77\x2b\x75\x72\x30\ \x1f\xfb\xd2\x57\xb8\xea\x92\x4e\x6e\xbe\xe3\x79\x5c\x0c\x4e\x9a\ \x73\x16\xe5\xb8\x14\x9e\x3e\x8f\x81\xab\x76\xd3\xe0\x66\x49\x0e\ \x9f\xcb\x0d\x37\x5c\x4d\xfd\x73\xb7\xf3\xbb\x35\x55\x58\xf9\x65\ \x24\x8d\x76\xb4\x8c\x51\x56\x66\xb2\x61\xc9\xed\xdc\xfb\x5c\x15\ \xb1\x44\xb8\x7a\x8a\x65\x99\x68\x1d\x80\x30\x29\x2c\x2f\xc2\xb1\ \x65\xd8\xcb\x90\x06\xf1\xfc\x52\x92\x52\x53\x3a\x79\x1e\x17\x9d\ \x3b\x9c\x85\xbf\xf8\x39\xdb\x7a\x13\x94\x3b\x8a\xb4\xb2\x29\xed\ \x5f\xc0\xaa\xc7\x6f\xe6\x91\x55\xfb\xb0\x9d\x18\x3a\xf0\x31\xec\ \xc8\x1f\x7b\x2f\x63\x48\x49\xa6\xa3\x9e\x17\x5e\x5c\x45\x8b\xab\ \x0f\x59\xc4\x48\xa3\x15\x94\x8f\x9b\xc9\xec\x09\x43\x91\xca\x7f\ \x53\x0f\xd7\xbc\xf1\xa6\xaf\x7d\xa0\x8c\xe5\x38\x0e\xf7\xdf\x7f\ \x1f\xdb\xb7\x6f\x23\x11\x4f\xbc\xe5\x82\x9b\x8d\x8d\x8d\xb4\xb6\ \xb6\x12\xb3\x6d\x86\x0d\x1b\x76\xec\x0d\x83\x86\x6c\x57\x2b\xb5\ \xb5\x35\xa8\x94\x43\x73\x77\x96\x92\x92\x04\x04\x9a\x4c\x47\x33\ \xb5\x35\xfb\x20\x5d\x40\x7b\xcf\x45\x14\xe4\xe5\x31\x75\xe6\x59\ \xa4\x76\x3d\xc1\x9d\x8f\x3c\x8f\x1f\x8f\x13\xec\x5d\xc4\x6d\x85\ \x83\xb9\xe9\x92\xf3\x19\xb8\xf8\x35\xea\x73\x8d\xae\x0e\xf4\xc1\ \x90\x81\x52\x09\x86\x8e\x1a\x4f\xb6\x38\x40\x67\xda\xd8\xbc\xa5\ \x81\x53\x2f\x3a\x85\x6d\x4b\xff\xcc\x83\x8b\xd7\x60\x25\x13\x34\ \xd4\xd7\x62\x98\x12\x03\x85\xd7\x6b\x93\x4e\x7b\xa4\x3a\xdb\x68\ \x6e\x6e\xc3\x88\x17\xa3\x02\x45\xd9\xc0\xe1\x4c\x9a\x14\xae\x3a\ \x55\xb3\x6d\x1d\xed\x5a\xe0\x67\x5d\xba\x3a\xda\x68\x69\xc8\xf2\ \xdc\xfd\xb7\x51\x5a\xf9\x53\xce\x3f\x73\x0a\xaf\xec\x59\x0e\xc8\ \x5c\xf7\xdf\xa0\xa4\xdf\x70\x26\x4c\x12\x0c\x1c\x3d\x80\xf6\xa6\ \x2d\xd4\x74\xb8\xa8\xc0\x66\xc6\xbc\x33\x49\xaf\xb8\x9d\x5f\xf5\ \xcc\xe0\x9a\x79\x67\xf0\xd7\x55\x77\x60\x8c\x9d\xc6\xcc\x49\x9a\ \xbb\xfe\xdf\xed\xac\xa9\xf7\x70\x2c\x83\xba\x2a\x17\x95\x1c\x83\ \xa7\x34\x93\x2e\xba\x8e\xb1\x09\xcd\xfd\xbf\xbc\x99\xb5\x75\xbd\ \x58\xb6\x83\x0a\x72\x85\x7b\x0e\x3e\xd3\x01\x0a\x85\xd6\x02\xc8\ \xd2\xd6\xdc\x40\xcd\xbe\x2a\x44\xff\x3d\x64\x12\xa3\x89\x3b\x16\ \x90\x01\xaf\x97\x96\xf6\x4e\x46\x0f\x1d\x46\xbf\xf5\x7b\xd8\xbe\ \x69\x03\xda\x4e\x60\x1b\x3d\xb8\x3d\x06\xbd\x69\x8f\xde\x8e\x36\ \x1a\x1b\xf7\xd3\xef\xa4\x4f\x70\x46\x79\x2f\xb7\xfd\xf4\x76\x5e\ \x6d\x14\xc4\x0d\x8f\x07\xfe\xf8\x67\xc6\xfd\xf0\x9b\xcc\x9b\xdc\ \x8f\xa7\xfc\x80\x4c\x6f\x27\x0d\x35\x35\xec\xf5\x7a\xd8\xd9\xd4\ \xcb\x69\x45\xc5\x98\x41\x16\xbf\x6c\x2a\x67\x4c\x29\xe4\x81\x9f\ \xff\x94\xd1\x9f\xfa\x32\x67\x4e\x1f\xc4\x6d\x7f\x6d\xe0\xac\x79\ \x67\x90\xa8\x79\x9c\xdb\x1e\x5a\x82\xe7\x24\x10\xb5\x55\xa4\x5d\ \x88\x15\xf4\x27\xf0\x4d\xfa\x0f\x18\xc5\xa4\xc9\xf9\x58\x56\x40\ \xd5\xd6\x2d\xa4\x73\x55\xc8\x35\x1a\xed\xeb\x83\xab\xb4\x08\x34\ \x5a\x07\x68\x21\xc8\x74\x34\x93\xca\xda\x8c\x18\x31\x84\x9d\x2b\ \x36\xb2\x7e\x77\x07\x66\xf1\x28\x50\x9a\x8a\xa1\xa3\x98\x94\x2e\ \xc2\xc2\xa5\x6a\xc7\x66\x9a\x11\x44\xf5\x15\xdf\xc3\x21\x0e\x53\ \xd2\x56\xb5\x96\x87\x16\x2d\x63\xf0\xc4\xb1\x38\x3a\x14\x67\x43\ \x4a\x52\xfb\x77\xf3\x62\x55\xc0\xa4\x71\x23\x29\x36\x7c\x82\x37\ \x24\xa1\x98\x45\x45\x45\x1f\x28\x63\x25\x93\x49\x3a\xda\xdb\xa8\ \xab\xa9\x61\xc4\xc8\x51\x48\x29\x8f\x28\xdc\x5a\x6b\x86\x0e\x1d\ \xca\xf0\xe1\xc3\x51\x4a\x1d\xcc\xdd\x3e\x16\x5c\x4f\x51\x39\xf1\ \x02\xbe\xf1\xdd\x31\xe4\x57\x0e\xa1\xd0\xdd\xcd\x6d\xcb\x76\x92\ \xb8\x44\x32\x74\xda\xc5\x7c\xe3\xfb\x53\x29\x1b\x3c\x04\x55\xf7\ \x32\x8f\xaf\x6a\xe3\xcc\xb9\x06\xdd\xfb\x6a\xc8\xca\x38\x09\xcb\ \x42\x39\x26\x1d\x4d\x8d\x64\xf4\x78\x8a\x6c\x49\xad\x9f\x6b\x85\ \xc3\x26\x01\xb4\x42\x99\xf9\x8c\x1c\x7f\x12\xc9\x5e\x41\xa6\x75\ \x27\x7b\x77\x75\xd1\x3f\x3f\x4d\x53\x53\x13\x58\x09\x2c\xd3\x7c\ \x3d\x00\xa6\x05\x52\xca\x5c\xee\xb9\xcc\xfd\x0e\x2a\x10\xf4\x1f\ \x32\x9a\x93\x82\x12\x2c\x9d\x25\x5b\xf3\x1a\xad\x07\x72\xd1\xa5\ \x81\x69\xc5\x30\xb2\x1e\x4d\x4d\x35\x24\xc7\x14\x62\x0a\x08\x72\ \xb1\xe5\x40\x4b\xca\x06\x8e\xe1\xa4\x69\xc5\x94\x0c\x2a\x45\x06\ \x5d\x38\x09\x89\x61\x8d\xe2\xe4\x0b\x05\x52\xef\x00\x00\x20\x00\ \x49\x44\x41\x54\xf1\x05\xac\xbf\x7d\x2f\xd5\x1d\x02\x7f\xfe\xa5\ \x9c\x34\x34\x8f\xed\xf1\x7c\xf2\xfc\x5a\x1a\x7b\x14\x4e\xcc\xc6\ \x34\x04\xa6\xa1\xc9\xa0\x50\x32\xc1\xa4\x53\x4e\xa5\x6a\xd5\xc3\ \xec\x6b\xec\x44\xc8\x18\x42\x1d\xa8\x3f\x75\x60\xdd\x30\x8d\x52\ \x1a\x81\x40\x10\xe0\x7b\x71\xce\xfe\xf8\xf5\x0c\x3d\xdb\x67\xd0\ \xd0\xc1\xd4\x3c\xf5\x30\xdb\x1a\x52\x98\x76\x0c\xe1\x35\xf1\xe8\ \x9f\x6e\xe6\xac\xf3\xce\xe3\x8a\x2f\xfc\x33\x6e\xc3\x46\x1e\x79\ \x70\x01\x7b\xdb\x3d\xa4\x94\x18\xb9\x1c\x7c\x69\x08\x12\x45\xfd\ \x09\x3a\x3b\x68\xed\x51\x38\x4e\x02\xcb\x90\xb8\xe9\x36\xda\xd2\ \x9d\x14\xf5\x2f\x40\xed\xce\x90\x1c\x36\x97\x4f\x7f\xfd\xfb\xe8\ \xa2\x21\xf4\x93\xb5\x3c\x7c\xe7\x72\x52\xca\x64\xec\xcc\xd3\x29\ \x49\xed\x66\x5b\x6d\x2d\xd9\x4d\xfb\xf9\xc4\x29\xa7\x52\xf4\xc2\ \x63\x14\x27\x0a\xe8\xac\xad\xc5\x35\x1d\x1c\x43\x63\x0d\x3a\x99\ \x8b\xa7\x96\xf2\xe2\x92\x95\xb8\xca\xa2\x72\xd8\x78\xa6\x8a\x41\ \x98\x46\x37\x9d\x55\x3b\x68\x4e\x07\x48\x08\xaf\x4d\xbc\x1e\xc7\ \xd7\x3a\xf4\xbc\xcc\x98\x43\x6a\xd7\xcb\xfc\xf1\xb7\x92\xf9\x1f\ \xfa\x10\x5f\x3a\xfd\x62\x76\xbf\xb4\x80\x07\x9e\xaf\xc1\xf3\x25\ \x03\x47\x4e\x60\x6a\x22\x85\xcc\x76\xd0\x55\xbd\x95\xc6\xb4\x42\ \x46\x55\x15\xdf\xc3\x68\x32\xbd\xbd\xf4\x9b\x7e\x2e\x5f\xff\xda\ \x27\xc8\xf7\xb3\x04\x1a\x4c\x3b\x46\xcb\xfa\x27\xb8\xf9\xb1\x2a\ \xb2\xbe\x06\xfb\xc0\x1a\xa8\x87\x88\x76\x10\x04\x1f\x28\x53\x05\ \x41\x80\x9b\x75\x49\xa7\xd3\xb9\xfc\xeb\x23\xfb\x23\x52\xca\x83\ \x7f\x37\x0c\x83\x20\x08\x38\xd6\x70\x92\x34\x04\xa9\xd6\x2a\xd6\ \xae\x7c\x89\xce\x9e\x45\x34\xd4\xd6\xd1\xd2\x19\x70\xaa\x25\xe8\ \x6c\xdc\xc5\xca\xd5\x7b\xb8\x68\xd2\x14\xda\x5e\x7e\x8d\x9a\xf6\ \x76\x6a\xf7\x07\x4c\x1f\x34\x9e\x02\xb1\x92\xee\xac\x26\xc8\xc2\ \x88\x61\xc3\xc8\xf3\xf7\xd1\xd0\x9d\xc6\x57\x26\xca\x33\x09\xe7\ \xef\x28\x30\x4c\x64\xa6\x86\x85\x77\xfd\x1f\xaf\xec\xcb\x60\x5b\ \x26\xda\x2a\xa4\xbe\x3d\xc9\xc8\xc1\x43\x90\xfe\x6e\x5c\x2f\x01\ \x5a\x85\x83\x95\x7d\x0e\x39\x0b\xac\x58\xc0\xda\xe7\x1e\xe2\x77\ \x0b\x5f\xc5\x8c\x3b\x08\xc3\xa0\x68\x58\xf8\xa0\x04\xbe\x1f\x0e\ \x94\x5a\xa5\x0c\x1f\x31\x86\xd6\xdd\xaf\xe0\xe9\xd0\xcf\x46\x18\ \xc4\x8c\x2c\xaf\xbd\xf0\x10\xbf\xb9\x7f\x03\x32\x5e\xc6\x67\x7f\ \xf6\x13\x4e\x3b\x79\x1c\xbd\xfb\x27\x31\xbc\xa2\x84\xf8\x65\x5f\ \x64\x86\x36\x29\x2e\xaa\x60\xe6\xac\xc9\x6c\x5c\x5b\x4f\xa7\x3c\ \x87\xe1\xa5\x36\x7b\xf6\xa4\x71\x6c\x49\xe0\xbb\x68\xd3\xc0\x52\ \x5d\x3c\x72\xf3\xaf\x71\x67\x7f\x82\x6f\x7f\xf7\xf3\xfc\xea\xe6\ \x3b\xa8\xea\xf4\xc8\x28\x89\x15\x4b\xa2\xdd\x0c\x59\x03\x62\x85\ \x71\x3c\xe5\xe1\x2b\x81\x21\x7d\x6a\xb6\xbf\xc6\x2b\x9b\xaa\xe9\ \x6c\x6b\xa4\x6e\x7f\x3b\xca\xb0\xc2\xae\xa6\x94\xa4\x1a\xb7\xf3\ \xc8\xed\x3b\x79\xaa\x70\x00\x97\xdf\xf8\x43\xae\xb9\xa8\x95\xff\ \xba\xe3\x29\xd2\x87\x85\xca\x24\xa9\x96\xbd\xa8\xf2\xb3\x19\x5c\ \x96\x60\x47\x55\x06\x6d\x78\x58\x65\x93\xa8\xc8\x2f\x62\xc3\xbe\ \x56\x84\x6d\xe1\x77\x35\xb1\x7e\xe5\x2a\x06\x9e\x33\x9e\xca\x54\ \x2d\x5b\x76\x35\xa2\xf3\x07\x31\x6b\xda\x04\x4a\x2b\x53\x7c\xf1\ \x5b\xdf\x45\xc4\x4a\xe8\x5f\x59\xce\xf8\xca\x27\xa9\x6d\x6d\x66\ \xce\x88\xd1\xe4\xa9\x57\xe8\xce\x6a\xac\x82\xd1\x9c\x7e\xca\x38\ \x36\x2d\x5f\x89\x29\x52\xac\x7c\xfa\x2e\xfe\xfc\xcc\x1e\x62\x71\ \x1b\xcb\x8e\x61\x99\x06\x5a\x85\x03\xb5\x19\x11\x27\x66\x9a\xf8\ \xd9\x0c\x38\x49\x9c\xa2\x18\x99\xbd\x3e\x42\x04\x54\xad\x7b\x8e\ \xdf\x6e\x7c\x91\x7e\x63\x4f\xe7\x1b\xdf\xf9\x2c\xa7\x35\xfe\x0e\ \xe8\xe1\x85\x05\x7f\xe1\xde\x97\xf6\x12\x73\x62\xc8\x58\x0c\x5b\ \x46\x39\x06\xef\x6d\xc9\x36\xc8\xcf\x2b\xc0\x6d\xd9\x4f\x47\x8f\ \x8f\x23\x5d\xbc\x40\x83\x34\x68\x6d\xae\xc7\x75\xf2\x48\xd8\x46\ \x9f\x7a\xf3\xc1\x0c\x7c\xe5\x62\xda\xe2\x28\x31\x6f\x69\x9a\xd4\ \xec\xdd\x43\x6d\x4d\x35\x81\x1f\x60\x4a\xc9\x80\xc1\x83\x18\x32\ \x64\x58\xce\xdb\x3e\x9a\x78\x0b\xcc\x98\x41\xaa\x73\x2f\xab\x5f\ \x59\x45\x10\x77\x90\x86\x81\x25\x0d\xac\x98\xa0\xbb\xa3\x8a\xd5\ \x4b\x17\xb2\xbb\xc7\xe6\x87\x5f\xbd\x9e\x8b\x77\xfe\x88\x65\x8b\ \x1e\x63\xde\xb7\x6e\xe0\xab\x5f\xc8\xb2\x78\xcd\x6e\x92\x83\x4e\ \xe2\xd2\x0b\xc7\xb3\xe2\xee\x5f\x91\x3f\x61\x2e\xd3\xca\x35\xad\ \x5e\x7f\xce\x1c\x94\x64\xd5\xb3\xf5\x68\x39\x18\x91\x57\xc8\xc8\ \x09\x53\x49\x97\x84\x31\xed\xd6\xda\x2a\x5e\x5e\xb0\x98\xd3\x6e\ \xb8\x96\x2f\x64\x92\xac\xda\xd9\x42\x7e\x79\x29\xdd\x35\xdb\xd8\ \xbc\xab\x0e\x2c\x90\x31\x81\x90\x02\x71\x30\x03\x25\x41\xe5\xd0\ \x71\x4c\x9d\x0e\x66\xdc\xc1\xed\x68\xa2\x95\x00\x2b\xbf\x80\x11\ \x63\x27\xe1\x0d\x48\x32\xe5\xf4\xf9\x9c\xdc\xbf\x96\xdb\xee\x78\ \x0d\x65\x58\xa1\x68\x6b\x8d\xb2\x2c\xca\x87\x8d\x65\xea\x74\x8b\ \xb2\x11\x53\x99\x96\x0f\xcb\x9b\x02\x4e\x9b\x3f\x93\xf5\x0f\xfd\ \x9a\xbf\x2c\xde\x83\x61\x28\xfa\x4f\xbb\x98\x6f\x5e\x79\x36\xe5\ \xcb\x7e\xcf\xf2\x55\x9d\x7c\xfc\x8b\x37\xe1\x2c\xfa\x2b\x8d\xbd\ \x92\xd2\x12\x58\xbf\xbe\x0d\xd3\x48\x60\xa4\xaa\xb9\xfb\x97\xff\ \x83\xfd\xad\xef\x72\xd3\x3f\x5d\xc5\xcf\xff\xfb\x2f\x6c\x5e\xb9\ \x8d\x8b\x3f\xf5\x51\x2e\xdf\xe7\xb3\xcf\xaf\xe0\xb2\x33\x07\xb3\ \xeb\xb1\xfb\xe8\x11\x0e\x96\x25\xd9\xb7\x65\x03\xab\x5f\xad\x0e\ \xc5\xea\x60\xc6\x49\x00\xf1\x32\x66\x9f\x7e\x2e\x76\x4f\x3d\xcd\ \x19\x87\x7e\x05\x26\x7e\x7d\x40\x6e\xc8\x02\x23\x26\x40\x1a\x08\ \xc3\xa2\xbb\x6a\x05\x4f\x6e\x3a\x8d\xcb\xbf\x7a\x23\xf1\x05\x7f\ \xa5\xd9\x2f\xe4\xd4\x8b\x2f\xc5\x6a\x58\xc6\xd2\x2d\xad\x24\x66\ \xc4\x31\xba\x3a\xd8\xbe\x76\x19\x4f\x6f\xed\xe0\xdb\x3f\xfc\x26\ \x57\x5f\xb4\x95\x87\xf6\x0e\x66\xc6\x80\x26\x7e\xff\xf3\x5f\xb1\ \xad\x13\x02\x15\xe7\xa3\x5f\xf8\x0e\x1f\x3e\x77\x02\x3f\x5f\xbc\ \x98\x0f\xfd\xeb\x57\xf8\xea\x17\x3d\x16\xaf\xd8\x42\x6c\xf4\x60\ \x6c\xd3\x47\x69\x8d\x8e\xd9\x54\x8e\x9a\xc8\xd4\xe6\x42\x62\x71\ \x1b\xb7\xbb\x95\x9a\xda\x46\x7c\x61\x10\xa4\x9a\xd9\xb4\xb1\x93\ \x4b\x2f\xff\x14\x6d\x2c\x45\x0e\x3d\x95\xb9\x03\x7b\xb8\xeb\xee\ \xdd\x24\x87\x4e\xe1\xec\xc9\x83\x69\xab\xab\x45\x94\x0f\x24\x29\ \x7c\x94\xd2\x68\xf2\x19\x3c\x6a\x22\x53\x33\x45\xd8\xb1\x18\x5e\ \x67\x33\xd5\x0d\xcd\xf8\x18\xd1\x40\xe4\x7b\x14\xdf\x57\x54\x8c\ \x9c\x40\x45\x66\x31\xf7\x2f\x7c\x91\xcf\x7d\x78\x06\x31\x01\xed\ \x7b\x56\x73\xdf\x82\xb5\x0c\x9f\x7f\x03\x45\x76\x80\xdf\xc7\x3a\ \x0b\xf2\xab\x5f\xf9\xca\x8f\x3e\x48\xc6\xb2\x6d\x9b\xe7\x97\x2f\ \xa7\xbe\xbe\x8e\xb2\xb2\xf2\x37\x79\xda\x4a\x29\xc6\x8d\x1d\x43\ \xe0\xfb\xec\xab\xde\xcb\xb0\x61\xc3\x19\x34\x78\x30\x52\x9a\xec\ \xda\xb5\x83\xae\xae\x2e\x84\x80\x98\xe3\x90\x5f\x50\x88\xd6\x0a\ \xdb\xb6\xd9\xb0\x61\x3d\x3b\x76\xec\xc0\xb6\x6d\xd0\x9a\x44\xc9\ \x00\x12\xe9\x46\xb6\xed\xda\x8f\x61\x59\x07\x53\xef\x92\x65\x03\ \x88\x75\xd7\xb1\x6b\x5f\x2b\x3d\xcd\x55\xb4\xc7\x06\x31\xb2\x1c\ \x36\xad\x5a\xc1\xda\xad\xd5\x94\x8f\x99\xca\xcc\x69\x93\x19\x54\ \xa8\x78\x61\xc1\x9d\x3c\xbe\xa2\x8a\x92\x61\x93\x98\x73\xfa\x1c\ \x26\x8d\x28\x67\xdb\xf2\xc7\x78\xfc\xa5\x1d\x88\x78\x1e\xfd\x2a\ \xc6\x30\x66\xd8\x10\x46\x8e\x1e\xcb\xb8\x89\x63\x90\xa9\x46\xd6\ \xbd\xbc\x9c\xd7\xea\x7a\x19\x3b\x75\x16\x53\x26\x8e\x65\x60\x59\ \x82\xc6\xbd\x3b\xa9\x6b\xe9\x42\x9b\x31\xfa\xf5\x2f\xa7\x75\xe7\ \x26\x6a\x5a\xb3\x08\x29\x29\x2c\x19\xc0\x98\xd1\x43\x18\x3e\x7a\ \x0c\x63\xc6\x4f\x64\x50\x22\x60\xd7\xf6\xdd\x58\x95\xe3\x18\x3d\ \x72\x14\x23\x47\x0c\xc6\x6f\xd8\xc8\xfd\x77\xdc\xc3\xae\x56\x17\ \xcb\x0c\xed\xa5\x95\xc6\xce\xaf\x60\xcc\xf0\xb1\x8c\x19\x33\x9a\ \xc1\x65\x92\x55\x8b\xee\x61\xd9\x2e\x83\xa9\xc3\x1c\x56\xff\x75\ \x29\x75\xa9\x00\x02\x97\x8e\xce\x14\x05\x95\x63\xa1\x6e\x3d\x4b\ \x5e\x5a\x41\x97\x33\x88\x59\x33\xa7\x32\x66\xd4\x30\xf2\x44\x0f\ \x3b\x77\xd4\x10\x2f\x2d\xa4\xa5\x6a\x2b\x75\x6d\x2d\x6c\x7d\x6d\ \x0f\x03\x26\xcc\x20\x3f\xb3\x8f\x35\xab\x5f\xa5\xbe\x37\x8f\x19\ \x73\x4e\x61\xdc\x90\x52\xb6\x2f\x7f\x88\x47\x97\x6c\x26\xb0\x13\ \x54\x54\x96\xd2\x5e\xb5\x89\x86\x8e\xec\xc1\xb4\xbe\x5c\x4c\x01\ \x4c\x87\x61\x13\x66\x72\xf2\xcc\xa9\x4c\x1c\x3b\x8c\x9e\x9d\xcb\ \x78\xe0\x89\x17\xe8\x0a\x24\x86\x34\x29\xef\x5f\x4e\xdb\xce\x2d\ \xd4\xb4\x66\xb1\xa4\xc7\xee\x0d\xeb\x69\x37\x2b\x98\x39\x6b\x16\ \xe3\x46\x0d\xa0\x7d\xcb\x12\xee\xb9\xef\x29\x5a\x3c\x81\x93\x5f\ \x46\x49\x22\xcd\xb6\x1d\x7b\xe9\x49\xb5\x52\xd3\x64\x30\x69\x74\ \x39\x19\x12\xf8\x0d\xdb\x78\x61\xf5\x0e\x5c\x2d\x50\x99\x6e\x3a\ \xb4\x4d\xe5\xc0\x42\xb6\xbd\xb8\x84\x35\x9b\xeb\xe8\x3f\x6e\x06\ \xd3\xa7\x4c\x64\x58\x99\x60\xdb\xba\x97\x58\xbf\xa3\x96\x78\xbf\ \x31\x8c\x1d\x32\x8c\x91\xa3\x47\x33\x6e\xc2\x38\x4a\xe3\x1e\x3b\ \x36\xed\xc2\x35\x4c\x4c\xe1\x51\xbd\x7d\x2b\x6e\xe1\x48\x4e\x99\ \x3d\x83\x41\xf9\x2e\xcf\x3d\x70\x27\x2f\x6d\x6b\x26\x51\x3a\x80\ \xa9\xb3\x66\x33\xfd\xa4\xc9\x8c\xac\x4c\xb0\x76\xd1\xbd\x2c\x7d\ \xad\x9e\xe2\xfe\x43\x18\x3b\x66\x28\x23\x46\x8d\x61\xec\x84\x89\ \xf4\x13\x3d\xec\xd8\xb9\x87\x2c\x26\x51\xf6\xdf\xdf\x17\xa5\x14\ \xc9\x64\x1e\x67\x9f\x7d\xf6\xd1\x7b\xe5\x5a\x61\x24\x4a\x19\x31\ \x20\xc6\x8b\x8f\x3f\xc8\x63\x4f\x2c\x66\xd9\xd2\xe7\x78\x6a\xe9\ \x1a\x8a\xa7\x5d\xc4\x35\x1f\x3e\x85\x58\x70\x68\x0a\xed\xeb\x91\ \x57\xb1\x75\xcb\xe6\x0f\x54\xfa\x48\x32\x99\xe4\xc7\xff\xfe\x6f\ \xac\x59\xbd\x8a\x71\xe3\xc6\x63\xd9\xf6\x61\xc6\xf5\x7d\x9f\xd3\ \x4f\x3b\x95\x09\x13\x27\x73\xda\xe9\x73\x11\x82\x30\x5f\x3a\x97\ \x73\xbc\x6a\xd5\x4a\x02\xdf\x63\xcc\xd8\x71\x54\x54\x0e\x24\x08\ \x7c\x92\xc9\x24\x77\xdc\x71\x3b\x8b\x1e\x7f\x3c\x9c\x11\x29\x20\ \x70\xb3\x78\xca\xc0\x71\xac\xd7\x9d\x72\x01\x7e\x36\x83\xaf\x4d\ \x1c\xc7\x42\x68\x85\x9b\xcd\xa2\x0c\x93\x98\x6d\xa2\x7c\x3f\xcc\ \x75\xd6\xe1\xc6\xd2\xb4\xb0\x2c\x99\xcb\x93\x0e\x07\x2a\x84\x61\ \x12\x8b\xd9\x08\xed\x93\xc9\x64\x50\x18\x61\xca\x90\x06\x69\xdb\ \x58\x66\x18\x72\xf0\xbc\xe0\x60\xfc\xdb\xb2\xed\x30\x27\x1a\x4d\ \x36\x93\xc1\xb0\x1c\x6c\x53\x80\x06\x2f\x9b\xc6\x0d\x38\xf8\x72\ \x0b\x69\x62\x59\x12\x2f\x9d\x21\xc8\xf5\x46\x0e\xe6\x14\xbf\xa1\ \xcb\xed\xbb\x19\x5c\x5f\x85\xf9\xde\x80\x34\x6d\x2c\x13\xdc\xac\ \x8b\xb4\x1d\x2c\x23\xfc\x1c\x1d\x90\xc9\xb8\x98\xb1\x38\xa6\x50\ \xb8\xae\x4b\x90\x1b\x5c\x14\x86\x49\xcc\x96\x78\xd9\x2c\x22\x77\ \x5e\x2a\x08\xc8\x66\x3d\xa4\x1d\xc3\x96\xa1\xfd\xfd\xdc\x68\x8c\ \x90\x26\x31\xdb\xc2\xc8\x5d\x8b\xb0\x1c\x2c\x29\xfa\x1a\x90\xc0\ \xf7\x5c\xbc\x03\xdf\x33\x0c\x2c\xdb\xce\xc5\x79\x35\x6e\xee\xbb\ \xb6\x29\xc2\xf4\x69\xa5\xf0\x3c\x0f\x5f\x1d\xd8\x5e\x62\x59\x16\ \x52\x1a\x68\xdf\x25\xe3\xa9\xd0\x9b\x17\xe0\x7b\x59\xdc\xc0\xc0\ \x32\x14\xbe\x12\xe1\xfd\xc8\xdd\xdf\xc0\xcd\xe2\x05\x82\x58\xdc\ \x46\xfb\x1e\x9e\xe7\x1f\x1c\x47\x3d\x70\xee\x7e\xa6\x17\x4f\x81\ \x91\x6b\x65\x84\x61\x62\x1f\x92\x9e\xa7\x75\x68\x23\x95\xfb\xa2\ \xb4\xac\x30\xfc\x15\x04\xb9\xdc\xfd\x03\x19\x08\x16\x31\x4b\xe2\ \x65\xd3\x78\x4a\x84\xf7\x50\x83\x30\x2d\x6c\xdb\x42\x10\x55\x5d\ \xfe\xfb\x7b\xd0\x3e\xfd\xfa\xf5\xe7\x27\x3f\xfd\xe9\x5b\x4e\x63\ \xd7\x1a\x62\x89\x3c\x44\xaa\x91\x2d\xdb\xf7\xd0\xed\x09\xf2\x8a\ \x2b\x18\x39\xa2\x12\x33\xf0\xde\x34\x00\x99\x23\x2a\xcd\xda\xd7\ \xe0\x23\x08\x26\x4f\x99\x8a\x21\x25\xd9\x6c\x06\xad\x34\x9e\xef\ \xa3\x95\x66\xd4\xa8\xd1\x6c\x58\xb7\x16\xfd\xc6\xc5\x6b\x73\x13\ \x67\xb4\xd6\xa0\xc1\x30\x6d\x62\x39\x8f\xf4\xd0\x6d\xa4\x15\x0b\ \x73\x2f\x72\x13\x28\x4c\x3b\x76\xd0\x73\x0d\xf3\x36\xe5\x9b\xee\ \xac\x30\x4c\x62\x8e\x79\x58\x2b\xad\x31\x88\x39\x89\x3e\xcf\xdf\ \x90\x16\x31\x69\xf5\x71\x5d\x60\xc7\x9c\x9c\x47\x90\x13\x04\xdb\ \xa1\xaf\x6a\x29\x76\x1f\x35\x54\xde\xe8\x39\x48\x2b\x46\xbc\x8f\ \xc9\x5f\x07\x8f\x71\x70\x7b\x83\x98\xe3\xe4\x06\x52\x45\x18\xc3\ \x7d\xc3\x77\xac\x43\xcf\x4b\x18\xc4\x9c\x58\x6e\x1f\x60\x5a\x36\ \x87\x4d\x32\xd3\x1a\x75\xc8\x77\x8e\xe4\xd1\x48\xcb\xe6\x0d\x66\ \x38\xb8\xad\xf5\x06\x3b\x20\x04\xa6\x6d\xbf\x29\x5e\xa8\x55\x38\ \x7e\xe0\xc4\x38\x38\xe9\xc8\x90\x36\x4e\xee\x36\x1d\x08\x15\xe5\ \xe6\x47\x85\xf7\xdd\x0c\x4f\x3c\x14\x63\xf3\x4d\xf7\xd3\x8c\xc5\ \xdf\x1c\x97\x3c\xb0\x8f\x5c\x43\x6b\xe7\x9e\x8b\xd7\xcf\x23\xb4\ \xcb\x01\xdb\x1e\xf2\x48\x1d\x61\x7f\x2a\x92\xec\x7f\x90\x7e\xe8\ \x63\xb4\xbc\xb4\x4c\x52\x4d\xbb\x79\x75\xdd\x26\x3a\x32\x50\x52\ \x39\x9c\x61\xc3\x06\x60\x2b\x0f\xef\x28\x7a\x1f\x89\x76\x1f\x46\ \x97\xa6\x45\x49\x49\x09\xae\xe7\xe6\x84\x23\xac\xee\xe7\x7a\x2e\ \x85\x85\x85\xd0\x47\x8e\xb7\xcc\xcd\x48\x3b\xda\xc0\x66\x44\x44\ \xc4\xfb\x5f\x3f\x4c\xf9\xd6\xb2\x6a\x48\x0b\xd5\x55\xc5\xbd\xb7\ \xde\xca\x8e\x8c\x4d\x4f\x7b\x27\x4e\xcc\x61\xd9\xfa\x73\xf9\xca\ \x35\xf3\xc9\x13\xfe\x9b\x66\x43\x47\xa2\x7d\x14\xc2\x75\x68\x8d\ \x83\xbf\x23\x72\x03\x77\x5a\x23\x0e\x2c\x50\x7b\x88\x3d\xb3\xd9\ \x2c\x33\x67\x4e\x67\xe4\xc8\xe1\x58\x56\x54\xcb\x25\x22\xe2\x03\ \xdd\x53\xd7\xea\x2d\x43\x23\xa6\x29\xd8\xb5\xe9\x65\xf6\x24\x66\ \xf2\xfd\x7f\x9a\xc5\x7d\x77\xbf\xc4\x05\x97\xcc\x61\xe1\x9d\xf7\ \xb2\xa9\x6e\x36\xa7\x0d\xcd\x43\xf9\x91\x68\xbf\x5d\x09\x0f\x33\ \x84\x45\xae\x0b\xab\x15\x07\x53\x10\x0e\x89\x4d\x49\x29\x19\x38\ \x78\x18\x4e\x3c\xce\x07\x71\x96\x69\x44\x44\x44\x98\x79\xd6\xbc\ \xbf\x1e\xad\xf5\x5b\xcc\xe9\xd0\x64\xd2\x19\x92\x85\x03\x89\x5b\ \x02\x3f\x9b\xa2\xbe\xa6\x9a\xf6\x1e\x88\x59\x47\x97\xe5\x48\xb4\ \x8f\xdc\x64\x1e\x76\x23\x04\xf0\x56\xd5\x71\x83\xc0\x27\xf0\xfd\ \x48\xb4\x23\x22\x3e\xc0\xdd\xf4\x37\x8d\x77\xf5\xa9\x15\x9a\xca\ \x51\x33\x98\x6a\x69\x7c\x65\x93\xf0\xb6\x73\xe7\x03\xf5\x9c\x76\ \xc1\xe5\x4c\xaa\x4c\x12\x04\x5e\x24\xda\xc7\x27\xd8\x1c\xcc\xe5\ \xf6\x5c\x8f\xde\x54\xcf\x81\xfb\x91\xf3\xbb\xa3\x3c\xaa\x88\x88\ \x88\xb7\x8f\x0a\x02\x12\x65\x43\x99\x1a\xf3\x90\x4e\x11\x1f\xfe\ \xe4\x0d\x8c\xaa\xee\x66\xcc\x49\x13\x71\x08\xf0\x8e\xe2\xf7\x45\ \xd3\xa6\xfa\x6c\x2d\xc3\x7f\xa4\x61\xd0\xd5\xd5\x41\x55\xd5\x5e\ \x7a\x7a\x7a\x72\xa9\x6d\x3a\xd2\xec\x88\x88\x88\x77\x84\x65\x9b\ \xd4\x6c\x78\x96\xbf\x2c\x5a\x85\x91\xb4\xd9\xfa\xc2\x22\x1e\x7d\ \xf0\x4e\xfe\xf7\x37\x77\x53\x93\x02\xf3\x28\x09\xf6\x91\x68\x1f\ \xc5\xdb\xf6\x83\x80\xe2\x92\x52\xc6\x4f\x98\x48\x71\x49\x09\x81\ \x52\xa1\xa2\x47\xd1\x8f\x88\x88\x88\x77\x28\x30\xd9\xde\x1e\xec\ \x78\x92\x9e\xdd\x2b\x78\x66\x93\xe2\x0b\xdf\xf9\x26\x23\x82\x6a\ \xf6\xec\xef\x3c\xea\x7a\xb3\x51\x78\xe4\x28\x48\x29\x69\x6e\x6a\ \xa2\xb6\xb6\x86\xd2\xd2\x32\x0a\xf2\xf3\x8f\xcf\x61\x17\xe2\x98\ \x53\x00\x8f\xa7\xae\xc9\x81\xee\x80\x61\x1c\x92\x67\xfc\x2e\x75\ \x31\x84\x01\x28\xfd\xf6\xda\x25\x61\x60\x08\xfd\x2e\x9f\x53\x44\ \xc4\xfb\x0f\xa5\x0d\x06\x0c\x1f\x43\xc7\x53\x0f\xf2\x2f\x2b\x7c\ \x46\xcf\xbf\x81\xc9\x03\xf2\x59\x57\x5a\x41\x81\x63\x1d\x31\xdd\ \x2f\x12\xed\x63\x10\xd2\xa2\xe2\x62\x92\xc9\x64\x58\x68\xca\x75\ \x39\xd6\x85\x84\x0e\xd4\xec\x6e\x68\x68\xa0\xbb\xbb\xfb\x88\x23\ \xc9\x5a\x6b\xf2\xf3\xf3\xe9\xdf\xbf\xff\xc1\xff\x1f\x5b\x43\x1d\ \xe0\x79\x1a\xe3\x90\x15\x4c\x8e\x86\x21\x8d\xdc\x6a\xf2\x47\x7d\ \x94\x08\xbc\x70\x25\x9b\xb7\x53\x20\x4e\x79\x59\x5c\x25\xb0\xa2\ \xd9\x78\x11\x11\x47\xc5\xf7\x3c\x8a\x86\xcd\xe2\x0b\x5f\x2a\xa0\ \x3e\x9d\x60\xca\x49\x93\x90\x56\x96\xcb\xae\xb9\x96\x78\x7e\x3e\ \xf8\x19\x7c\x5f\xd3\xd7\x8b\x18\x89\xf6\x5b\x7a\xda\x8d\xd4\xd6\ \x54\x53\x5a\x56\x4e\x41\x7e\xc1\x71\x7d\xf7\x99\x67\x9e\xe1\xe1\ \x87\x1f\x3e\x6a\x49\x57\xad\x35\x86\x61\x70\xd9\x65\x97\x71\xfe\ \xf9\xe7\x87\x4b\x9b\xbd\xd5\xbe\x2d\x8b\xb6\x1d\xcf\xf3\xc0\xca\ \x4e\x3e\xf6\xf1\x4b\x28\x35\xb3\x47\x9a\xf2\x9a\xf3\x9f\x35\xbd\ \x3d\x3d\x08\x2b\x8e\x63\x89\x3e\x85\xdb\x90\x26\x99\xc6\x8d\xdc\ \xfd\xf4\x36\xce\xfd\xd8\xc7\x19\x1e\x0f\xf0\x8e\xc3\x63\xb6\x6d\ \x93\x2d\x2f\xde\xc5\x73\x8d\x43\xf9\xfc\x55\xe7\x62\x7b\x19\x22\ \x87\x3b\x22\xe2\x88\xd1\x11\x90\x12\xc7\xb1\xc9\xd4\x54\xb1\xe4\ \x89\xed\xf8\xda\x20\xee\x58\x64\x7a\x5d\x06\x4e\x98\xce\xe4\xe1\ \xfd\x21\x78\xf3\x22\x08\x51\x4c\xfb\x68\xad\xa1\xef\xd3\xaf\x7f\ \x05\xb3\x4e\x99\x43\xff\xfe\x15\x1c\x6b\x19\x5b\x21\x04\x9e\xe7\ \xb1\x64\xc9\x12\x3c\xcf\x3b\x6a\xbe\xe6\xa1\xdb\xba\xae\xfb\xe6\ \x6d\x85\x41\x2c\x9e\x20\x2f\x2f\x8f\xbc\xbc\x24\xb6\x19\xd6\x82\ \x4e\x77\x34\xb0\xad\xaa\x09\x2b\xbf\x90\x82\x64\x02\xeb\x40\xe1\ \x09\x04\x56\x2c\x4e\x5e\x5e\x1e\x09\xc7\xc6\x10\x12\x32\xf5\xdc\ \xfb\xc7\xbb\xd8\xde\xe5\x50\x56\x98\x44\x0a\x40\x48\x62\x89\x24\ \x79\x79\x79\x38\x96\x89\x10\x06\x5e\xaa\x99\x2d\x3b\xaa\xd1\x4e\ \x21\x85\xf9\x49\x62\xa6\x91\x9b\x50\x24\x89\x27\xf2\xc8\xcb\xcb\ \x23\x7e\x48\x8d\x0c\x61\x98\xc4\x13\x79\xe4\xe7\xe5\xe1\x58\x92\ \x74\x47\x23\x4d\x1d\xa9\x70\xdf\x4e\x82\x98\x65\x60\x58\xb1\x70\ \x61\x02\xad\x11\xd2\x24\x11\x8f\x21\x00\xd3\x76\x48\xe6\xbd\x79\ \x9f\x11\x11\x1f\x04\x4c\xcb\xa2\x7d\xcf\x4a\x7e\xf9\x8b\xdf\xb2\ \x64\xcd\x26\x76\xee\xae\xa2\x6a\xdb\x1a\xee\xbf\xeb\x6e\x5e\x5a\ \xb7\x9d\xfd\x6d\xdd\xe8\x23\x0c\x46\xfe\xdd\x97\x1b\x3b\x74\xa9\ \x2f\x91\xf3\x48\x85\x10\x28\x15\x4e\x15\x17\x46\xf8\x77\x43\x18\ \x47\x6c\xa2\xf4\xeb\x6e\xea\x21\x21\x05\x91\x8b\x15\xe9\x83\x93\ \x5f\xde\x51\x6c\x55\x84\x05\x7d\x02\x3f\x20\x9b\xc9\x84\xe2\x7b\ \x9c\x25\xd3\x3c\xcf\x0b\x97\x27\x7b\x8b\x58\x83\x61\x18\x78\x9e\ \xd7\x87\xad\x0c\xb4\x97\x62\xd3\xea\x65\x6c\xad\x6d\x45\x99\x79\ \x4c\x9c\x75\x1a\x27\x8d\x2c\xc3\xb0\x1d\x82\x96\xd7\x78\xfc\x9e\ \xdb\x29\x48\x14\x32\xe3\xb4\x39\x0c\xcc\xb7\x10\x78\xec\x59\xfb\ \x1c\xab\xb7\x37\x51\x32\x6c\x32\x67\x9c\x32\x89\x98\x50\xb4\xec\ \xdd\xcc\xd3\x0f\xdd\x41\xf5\xc8\x41\xcc\x9a\x73\x16\x43\xe2\x5d\ \xac\x7e\x66\x11\x3b\x5b\x7c\x46\x4e\x3d\x8d\x93\x27\x0c\xc6\x30\ \x6d\x64\xa6\x8d\xe7\x17\xde\xc3\x06\x43\x33\x66\xc6\x19\x4c\x1a\ \x5a\x4c\xba\xb3\x81\xbf\x3e\xfd\x12\xf5\x29\xc5\xc0\xf1\xb3\x38\ \x65\xc2\x10\x2c\x69\x10\xf4\xd4\xb3\xe4\x99\x95\xd4\x75\x0b\x4e\ \x3a\xf5\x0c\x0c\xdb\x46\x9a\x16\x8e\xe5\xb3\x61\xe9\xd3\xf4\x94\ \x4f\x63\x8c\x6c\x60\x6b\x5b\x9c\x59\xb3\xc6\xe0\x35\xed\x61\xc5\ \xd6\x0e\xa6\x9e\x32\x89\xee\xed\x6b\x58\xb7\x79\x27\xdd\xae\x64\ \xd0\xb8\xe9\x9c\x3c\x65\x38\x32\xf0\x22\xef\x3c\xe2\x03\x81\x61\ \x68\xf6\x57\x6d\x83\x51\x67\xf2\xed\xaf\x7f\x92\xa4\x0e\xb0\xba\ \x37\xf1\xf3\x5b\x16\x32\xf7\xda\xaf\x30\xbd\xd2\x24\xeb\x79\x7d\ \x06\x19\x0d\xdb\xb6\x79\x77\x7e\x62\xd8\xb6\x8d\x65\x85\x3f\x07\ \x3f\xb7\x2c\x6c\xdb\x26\x16\xb3\x49\x24\x12\x58\x96\x45\x26\x9b\ \x01\x43\x10\x8b\x3b\x74\x74\x75\x52\x55\x5b\x4b\x6b\x57\x37\x1e\ \x82\x9e\x8c\xcb\xfe\x96\x56\xf6\xd5\xd5\xb3\xaf\xae\x9e\xaa\xba\ \x7a\xf6\xd5\x35\x50\x55\x5b\x4f\x55\x6d\x3d\xfb\x6a\x1b\xa9\xae\ \x6d\xa4\xba\xae\x91\xea\xfd\x2d\xd4\x36\xb6\xb1\xbf\xb5\x8b\xa6\ \xb6\x2e\x9a\xda\x3a\xe9\x4a\xf5\x92\x71\x7d\x52\xe9\xec\x31\xaf\ \x32\xd3\x67\xd7\x25\xf7\x8f\x86\xc3\x6a\x6f\x87\x29\x7f\xc7\xa6\ \x2c\xc7\x73\xfc\xbe\xb6\x15\x52\x12\x74\xed\xe3\x81\x3b\x1f\xa2\ \xaa\x4b\xe0\x35\x6f\xe2\xf7\xb7\xfc\x8a\x97\xf7\xf6\x12\xb3\x24\ \x7e\x3a\x83\xa7\x35\xb5\x6b\x17\xf1\xbb\x3f\x2d\x24\x6d\xd9\xec\ \x5c\x76\x0f\xb7\xde\xbb\x8c\x2c\x3e\xab\x16\xdc\xc6\x6d\x0b\xd6\ \x82\x15\x16\xda\x77\x12\x49\xf2\x92\x49\x1c\x23\xc5\xb3\x77\xde\ \xc2\x03\x2f\x57\x81\xd7\xc2\x43\x7f\xf8\x25\x4f\x6e\x68\x24\xe6\ \x58\xb8\x9d\x1d\xb4\xb4\xf7\xd0\xdb\xb8\x99\x3f\xde\x72\x2b\x6b\ \xea\xb3\x98\x42\x83\x95\xa4\x24\x91\xe5\xd9\x3b\x7e\xc7\xf3\xbb\ \x3a\x88\xa9\x26\xee\xf9\xcd\xad\x3c\xfb\xda\x7e\xb4\xf2\x48\x67\ \x5c\x10\x06\x8e\x2d\xd8\xb2\xf4\x7e\xee\x78\xe2\x35\x9c\xa2\x62\ \x5a\x36\xfc\x95\x85\xcf\xac\x47\xc4\x13\xb8\x0d\x5b\x79\xf8\x81\ \xa5\xa4\xb4\xc7\xf2\x85\xf7\xf1\xdc\x96\x76\x6c\xd5\xc1\xd3\x7f\ \xfe\x25\x77\x2f\xd9\x0a\x96\x1d\x79\xdc\x11\x1f\x08\x82\x40\xd1\ \x6f\xc4\x74\x4e\x9f\x36\x8a\x98\x14\x58\xa6\x81\x48\x0e\x60\xee\ \x87\xe6\xd2\x3f\x69\x60\xc6\x62\x1c\x69\x1d\x0b\x73\xc4\xc8\x51\ \xc7\xa7\x67\x61\x11\x0e\x84\x36\x5e\x77\x49\x05\x61\x55\x33\x04\ \x41\x10\x7a\xbd\x52\x02\x2a\xac\xa7\x4c\xcc\x41\xab\x80\xa6\xe6\ \x46\xf6\x37\x77\x92\xd5\x01\x1d\xdd\x1d\xac\x5e\xb6\x86\xd5\x6b\ \xd7\x40\x2c\x9f\xe1\x63\xa7\x10\x68\xcd\xba\x75\xeb\xd8\xb5\x63\ \x27\x1d\xed\x9d\x28\xa5\x71\x3d\x0f\x69\x48\x94\x1f\x20\x0d\x13\ \xc7\x2c\xc0\x76\x92\xc4\xf3\xf3\xc9\x2f\x2a\xa1\xa0\xb8\x98\x64\ \x22\x81\x65\x28\x0c\x9d\x65\xc2\xe8\xa1\x8c\x18\x36\x98\xae\xa6\ \x3a\x3e\x7a\xce\x19\xb8\x9e\x7f\xfc\x16\x3d\xb4\x2e\xb3\x7e\x7d\ \xe9\xa7\x83\x29\xda\xfa\xef\x27\x2d\xda\x77\x51\x89\xc1\x9c\xf7\ \x91\x4f\x70\xfa\x30\x45\xe9\x7f\x7e\x97\xa5\x4b\x56\x31\x60\x3a\ \xe4\x0f\x9d\xc0\x47\xae\xfc\x2c\xe5\xf5\x25\x7c\xe7\xe6\x25\xec\ \xda\x5f\xc7\x8a\xc5\xaf\x31\xed\x23\xdf\xe4\x86\x0b\xc7\xd2\xb0\ \xe2\x4e\x7e\xf8\x97\xa7\xd8\x7e\xea\x27\x31\xe3\xc5\xcc\xf8\xd0\ \x25\x5c\x34\x3e\x49\xd3\xf6\x67\x78\x72\xb3\xcb\x55\xdf\xbd\x91\ \xb3\x47\x3a\x3c\xff\xc7\x1f\xf2\xe0\xb3\x4b\x99\xf1\xf1\x0a\x12\ \x03\x46\xf1\x91\x4f\x7e\x86\x59\x25\x5d\xdc\xf6\xff\x7e\xc0\xb2\ \xe5\xdb\x38\xe5\xaa\x51\x94\x16\xd8\x54\x37\xdb\x98\xba\x85\x9d\ \x4d\x9d\x34\xa6\x5e\x65\x53\x5b\x29\x5f\xfb\xc9\x8d\x0c\xb3\x7d\ \x10\xb0\x76\x0f\xec\x7e\xf9\x51\xfe\xb4\x63\x02\x9f\xf9\xda\x8d\ \xcc\x1a\x96\x64\xfd\x4b\x16\xf1\xb8\x9d\x9b\xeb\x6f\x11\x4f\x38\ \x18\x04\xb8\xca\x64\xe2\xbc\x4b\xf8\xcc\x05\x23\x39\x79\xf0\xef\ \xf9\xf9\x82\x25\xcc\x9f\x33\x9e\x0a\x4b\x10\x44\x33\x4a\x23\xde\ \xef\x21\x6d\x0d\xf1\xa2\x72\x62\x3b\x36\xf2\xe4\xa3\xb5\xb9\xb2\ \xba\x1a\xbb\x70\x08\x83\xd3\xf5\x2c\x5e\xb8\x8b\x11\xb3\x4f\x63\ \x60\x9e\x3c\x58\xc6\xf8\xed\x87\x47\x72\xb5\x9e\x35\x3a\xe7\x70\ \xea\x5c\xfc\x57\x61\x5a\x12\x61\x80\xd0\x1a\xe5\x2b\x0c\x11\x40\ \x2c\x46\x77\x67\x3b\xbb\xf7\xee\x25\xeb\xf9\xf4\x66\xb3\xac\xdf\ \xb4\x91\xd5\x6b\x5e\xc5\x49\x26\x39\xe9\xa4\x19\xf4\x7a\x82\xb5\ \x1b\x36\xf2\xda\x6b\x9b\xe9\xe9\xee\xc6\x90\x12\xcf\x0f\x57\x19\ \xb1\x0d\x8b\x44\x3c\x41\x2c\xe6\x10\x4f\x24\x29\xca\x2f\x25\xaf\ \xb0\x98\xfc\xc2\x62\x62\x89\x3c\x64\xcc\x01\xad\x08\xdc\x34\xc2\ \x37\x89\xc5\x12\x74\x77\xa7\x48\xa5\x7a\xdf\xbe\xa7\x0d\xaf\xcf\ \x8a\x34\x40\x28\x91\x9b\x0e\x99\xfb\xe1\xd8\x3d\x6d\xdf\xf7\x71\ \x5d\xf7\x2d\xc3\x23\x47\x3b\x57\xc3\x30\xc2\x05\x6d\x45\x9c\xfe\ \xfd\xf2\xc9\x76\x75\xe1\x63\x80\x56\x78\xd9\x0c\xda\xcc\xc3\xb1\ \x4d\x32\xd9\x5e\x52\x2a\xc6\xa0\xe2\x42\xb4\xe7\x93\x28\x29\xc5\ \x34\x5c\x7a\x3c\x85\x40\xa3\x02\x9f\x40\x83\x9f\xe9\x26\x70\x92\ \x14\xe5\xc7\xf0\x7d\x83\xd2\xf2\x42\xd4\xde\x6e\x5c\x55\x19\x86\ \x80\x54\x80\x92\x0e\x25\xf9\x0e\xfb\xfc\x14\xaf\x3c\xf4\x27\x1e\ \xd9\x24\x38\x7b\xee\x28\x92\xf1\x38\xc2\x80\xde\xae\x14\x32\x5e\ \x42\x91\x23\xf1\x3d\x37\xbc\xf7\x68\x50\x01\xae\xdb\x41\x73\x7b\ \x0a\x35\xb4\x20\xec\x9b\x28\x85\xb4\x2c\x4c\x79\x60\x25\x15\x81\ \x61\x84\x6b\x21\x06\xca\xa0\xa8\xb4\x9c\xb8\x5b\x4b\xc6\x57\x60\ \x13\xe5\xc1\x47\xbc\xef\x11\x42\xe0\xa6\xda\xd8\xb9\x75\x0b\x9d\ \xe4\x16\x49\x51\x3e\x66\xa9\xc1\xd8\x01\x03\xd9\xb3\x73\x0f\xfd\ \x66\xcc\xe9\xb3\xe7\x79\xdc\xd9\x23\x42\x8b\x43\x1c\x4d\x7d\x88\ \xb0\x1c\x58\x84\x54\x81\x61\x60\xd8\x92\x74\x3a\x4d\x43\xed\x3e\ \xea\xea\xeb\xc9\x64\x7d\x76\xef\xdb\xc7\xcb\x2b\x57\xe1\x05\x01\ \x23\xc7\x4e\xc0\x90\x26\xcb\x5f\x5c\xc9\xb6\x9d\x55\x74\xa7\xc3\ \x42\xff\x86\x21\x50\x7e\x40\x32\x96\x87\x69\x9a\x14\x17\x15\x53\ \x52\x52\x4a\x41\x41\x01\x89\x44\x1e\x8e\x93\x20\x16\x4f\x22\x63\ \x0e\xbe\x36\xf0\x55\xb8\x3a\x39\x81\x8f\x69\x80\x13\x4b\xd2\xd1\ \xde\x81\x97\xce\xbc\x6d\xd1\x0e\xfc\x80\xee\x9e\x2e\xe2\xf1\x78\ \x18\x6b\xcf\x5d\xaa\x29\x25\xa9\x9e\x9e\x83\x0d\xd7\x5b\xe1\xba\ \x2e\x13\x26\x4c\x60\xea\xd4\xa9\x47\x1c\xc4\x94\x52\xb2\x7e\xfd\ \x7a\x6a\x6b\x6b\x8f\xa0\xd8\x12\x9d\x6a\x66\xe7\xae\x5d\xf4\xeb\ \xed\xe6\x99\x35\xfb\x19\xfa\xe1\x89\x38\xc1\x1a\xb2\x5e\x80\x46\ \xa0\x75\x80\xe7\xba\x18\xf1\x0a\xa6\x0e\x37\x78\x6e\xf1\xd3\x4c\ \xe9\x77\x3a\x5b\x9f\x58\x0a\x45\x63\x19\xdb\xaf\x80\xd5\x6e\x1b\ \x3b\xb6\x6c\x61\x6c\x72\x10\x89\xa2\xf1\x8c\xd0\xcf\xf1\xec\xe2\ \x97\x29\x3a\x39\x9f\x45\xcb\xb6\x53\x39\xed\xf3\x14\x19\x1d\xf4\ \x76\x75\xd2\xd4\xb4\x9f\x6d\xbb\x57\xb3\x78\x7b\x37\xa7\x7f\x71\ \x38\xfb\x9f\x7c\x04\xbb\xf2\x22\xe6\xce\x9d\x4a\xdb\xfa\xa5\xd4\ \xa6\x5c\x2a\xa6\x8e\xc7\x7c\xf4\x1e\x16\x2c\x59\xcb\x59\x23\x0a\ \x88\xe5\x15\x90\xcd\xb8\x0c\x3e\xf5\x0a\xae\x1c\xdf\xc9\x2d\xbf\ \xf9\x1f\xf2\xbe\xf7\x23\xc6\x8c\xa8\xa4\x7d\xe9\xab\xac\xd8\x70\ \x3a\x15\xcd\x2d\xf4\x64\x55\x58\x08\x40\x05\xd4\xef\xd8\xc6\xde\ \x51\x1e\x2f\x3d\xf7\x3c\x7a\xd8\xc9\xf4\x4f\x9a\x68\x95\x8d\xde\ \xe8\x88\xf7\x7f\x78\xc4\xf7\x29\x18\x30\x99\x1b\xbe\x35\xfd\x10\ \x25\x09\x17\xac\xce\x66\x5d\xae\xfb\xca\x44\x02\x3f\xc0\x57\xef\ \xd2\x1a\x91\x42\x8b\xc3\x45\x5b\x80\x26\xac\x7e\x27\x2d\x8b\x6c\ \x36\xc5\x9e\x1d\xbb\x69\xe9\xec\xa0\xb1\xa9\x85\x86\xa6\x66\xb6\ \xef\xd8\x49\x2a\xed\x52\x31\x68\x08\xae\xaf\x78\xe1\x95\x35\x6c\ \xdf\xbe\x13\xad\x05\x01\x06\x28\x83\x82\x64\x01\x79\xf9\xf9\xc4\ \x62\x71\xa4\x34\xa9\xac\x1c\x40\x49\x49\x09\xf1\x44\xe8\x69\x4b\ \x43\x12\xa0\x11\x86\x11\x7a\x9a\xca\xc0\x94\x32\x2c\x3e\x8f\xc6\ \x54\x12\x61\x48\xda\xdb\x3a\xb1\xb5\xff\xb6\xa6\x9b\x1b\x86\x81\ \x52\x3e\xdb\xb7\x6c\x61\xe6\xc9\x27\x87\x2b\xd6\xe8\xd7\xeb\x65\ \xef\xd8\xbe\x0d\xcb\xb6\x8e\x3a\x63\xe9\xf5\xb8\x55\xc0\xc0\x81\ \x03\x39\xeb\xac\xb3\xfa\x9c\x3c\x73\x60\xf2\x4d\x4b\x4b\x0b\xfb\ \xf6\xed\x3b\x42\x8b\x2c\x91\xaa\x8b\x55\xcf\x3e\xc0\xfa\x20\x43\ \xff\x99\x97\x71\xd9\x19\x23\xe9\xdd\xb2\x85\x01\xfd\x4b\x30\x09\ \x40\xc6\xa9\xa8\xec\x87\x25\xe3\xcc\xbb\xea\x33\x34\xdd\xf3\x20\ \xbf\xfd\xe5\x3a\x9c\x92\x51\x7c\xe6\xda\x8f\x50\x12\x8f\x73\xce\ \x47\x4e\xe7\x2f\x8f\xdf\xc3\x6f\x36\x8f\xe3\x93\x9f\xbe\x9a\xcf\ \x5c\xff\x71\xee\xb8\x7f\x01\xff\xbb\x4a\xd3\x6f\xdc\x05\x7c\xea\ \xa2\x93\x88\xa5\xb6\x33\xb1\x02\x9e\xbe\xfd\x57\x18\x4a\x72\xd2\ \x25\xd7\x70\xde\x94\xc1\x74\xdb\x1f\x65\xcf\xfd\xcf\xf0\xff\xfd\ \xe4\x05\xb2\x69\x87\x53\xe6\x25\x71\x06\x8d\xe3\xba\x4f\x35\xf2\ \xe0\x13\xf7\x72\xab\xb2\x99\x71\xc1\xe5\x8c\x29\x19\x40\xa9\x97\ \x60\xcc\x59\x17\xf2\x89\x5d\xbf\xe0\x85\xa7\x97\x33\xf5\xd3\x17\ \x72\xd9\x69\xfb\x79\xe2\x0f\xbf\xc4\x94\x8a\x81\x93\xcf\xa6\x20\ \x16\xae\x94\x53\xb3\x71\x29\xbf\xdf\xf3\x1c\xaa\x68\x14\xd7\x7d\ \xea\x6c\x92\xc2\x3b\x6a\xcd\x85\x88\x88\xf7\x0b\xd2\x32\x69\xdf\ \xb7\x9e\x7b\xef\x79\x82\x0e\x2c\xa4\x00\x1d\x64\x31\x4a\xa7\xf1\ \xd9\xab\x2f\xa0\x2c\x7e\xe4\x45\x2c\x44\x10\x06\xa1\x8f\x4b\xb0\ \x0f\x88\x76\xf8\x8f\x0e\x05\x5b\x84\xb5\xa6\xf7\x55\xef\xa5\xba\ \xa6\x1a\xdf\x0f\xa8\x69\x6e\x66\xe5\xda\x75\x08\x61\x50\x52\xd6\ \x8f\xc6\xa6\x56\xb6\x6d\xdf\xc5\x9e\x7d\xd5\x64\x3d\x85\x61\x98\ \xa8\x00\x92\xc9\x7c\xca\xfb\x55\x50\x52\x52\x42\x69\x49\x09\x79\ \xf9\x85\x74\xf7\xf4\x50\x54\x5c\x4a\x32\x2f\x89\xe7\xfb\x18\xc2\ \x44\x4a\x03\x85\x8f\x12\xe0\xfa\x02\x37\x00\x21\x4c\x02\x3f\x40\ \xbb\x19\x62\xa6\x60\xd4\xa0\x01\xec\xde\xb1\x95\x42\x47\xf3\xc5\ \x6b\x3e\x42\x26\x7b\x78\x68\xe2\xad\x96\x1b\xf3\x3c\x8f\x0b\xe6\ \x9f\xcb\x90\xa1\xc3\x71\xe2\x71\x46\x8f\x19\x4b\x32\x99\xa4\xb3\ \xb3\x93\x5d\x3b\x77\xe0\x65\x5d\x12\xc9\x38\xa5\x65\x65\x54\x0e\ \x18\x4c\x10\xf8\x48\x69\x52\x53\xbd\x17\xd3\x76\x70\x9c\xb0\x34\ \xab\x94\x92\xdb\x6f\xbf\x9d\xa5\x4b\x97\x92\x97\x97\x77\x54\xaf\ \xbf\xbb\xbb\x9b\x79\xf3\xe6\x71\xdd\x75\xd7\x1d\xe6\x91\x1b\xa6\ \x8d\x5b\xbf\x9a\xff\xf8\xd9\x93\x5c\xfe\x9d\xef\x31\x6b\xa0\x49\ \xa0\x05\xca\xf7\x08\x30\x30\xa5\x08\xab\x0a\x0a\x03\x29\x25\xca\ \xf7\x41\x9a\x58\x06\x78\x9e\x8f\x61\x5a\x18\x3a\xc0\x0b\x34\xd2\ \x32\x11\x41\x70\x70\x39\x2d\x69\xd9\x08\xe5\xe3\x07\x1a\xcb\x32\ \x73\xa1\x13\x81\x69\x1a\x04\x9e\x0f\x86\xc4\x94\x06\x81\xe7\x81\ \x69\x61\x10\xe0\xfb\xe1\xca\xee\x42\x07\x04\x0a\x2c\xcb\x44\xe7\ \xf6\x21\xc2\x13\x46\x0a\x85\xaf\xc0\x34\x25\xca\x77\xf9\xff\xd9\ \x7b\xef\x30\x39\xcf\xfa\xde\xfb\x73\x3f\x75\x7a\xd9\xd9\x5d\xad\ \xb6\x68\xd5\x57\xc5\x96\x65\xb9\x62\x5b\xee\x15\x03\xb6\x29\x36\ \x06\x07\x08\x25\x7e\x43\x31\x25\x81\x70\xd2\x2e\xde\x37\x27\xf5\ \x3d\x39\x24\xe4\x9c\x84\x00\x01\x42\x72\x02\x89\x21\x18\x1b\xb0\ \x71\xc7\x45\xd8\x96\xad\x66\xf5\xbe\x2b\x69\xfb\xee\xf4\x79\xfa\ \x7d\x9f\x3f\x66\x57\x96\x8c\x5c\x38\x70\x90\x6c\xcf\x47\xd7\x5c\ \x97\x66\x76\x9e\xe9\xcf\xf7\xf9\x3d\xdf\xfb\x57\x24\x3a\xa6\xa1\ \x1f\x7d\xcd\xa6\x61\x62\x8a\x29\xfe\xe1\xbf\xfe\x39\xe1\xda\x8f\ \xf3\xf1\x4b\xfa\xf0\x95\x86\x26\xc3\xa3\xa3\xc1\x5a\xb4\x78\x0d\ \xfb\x1e\x4c\x4f\x8c\x32\x7f\xc1\xa2\x57\xb4\x3c\x9d\xf2\x28\xcf\ \x6f\xd9\x85\x27\xf4\xe6\x94\xa3\x60\x98\x1f\xdd\xbf\x8d\xb7\x7e\ \xf4\x77\x38\xaf\x2f\x41\x10\x9e\x70\x7f\x78\x75\xe3\xc6\x66\x1b\ \x7a\x1f\x4d\xd7\x9b\x89\xae\xc3\x30\x44\x37\x74\x24\x1a\x4a\x49\ \x9c\x46\x8d\x62\xb5\xce\xde\x03\x43\xec\xdd\xbf\x9f\x8a\x1f\x90\ \x6b\x9f\xc3\xd8\xf8\x04\x0f\x3e\xfa\x04\x83\x43\x87\x89\xa4\x86\ \x61\xc5\x30\x2c\x0d\x5d\xb7\xe9\xed\x9b\xc7\x82\xfe\x05\xe4\xb2\ \x79\xd2\xe9\x34\x08\x41\x04\x44\xca\x20\x97\x6f\x47\x09\x81\xd4\ \x42\x34\x4d\x47\x29\x85\x54\x02\x29\x14\xc2\x10\xcd\x1c\x64\x04\ \xa1\x17\xa0\xa1\xcd\x4c\x9d\x31\x08\x82\x10\x11\x37\xff\x8f\x3e\ \xf3\x66\xda\xa1\xc6\x82\x85\x0b\x18\x39\x32\xcc\xc6\x0d\xeb\x89\ \x22\x89\xa6\xeb\x64\x33\x19\x16\x2c\x58\xc8\xf0\x91\x43\xaf\x58\ \xb9\xa8\x94\xe2\xe6\x9b\x6f\x66\xe9\xd2\xa5\x4c\x4f\x4f\xbf\x64\ \x64\x2e\xa5\xa4\xad\xad\x8d\xd5\xab\x57\xff\xfc\x63\x2a\x89\x30\ \xe3\x74\xf7\x76\x11\xd3\x9b\xf7\x7d\xe1\x8b\x94\x34\xeb\x70\x9a\ \x13\x83\xa3\xd9\xa2\x9c\x28\xc4\x8f\x66\xff\x1b\x30\x7b\x08\x88\ \x5e\x94\x52\x18\x05\xfe\x71\x07\xaa\xd9\x33\xa7\x70\x76\xce\x91\ \x8c\x08\xe4\xcc\xd6\xe1\x0b\x03\x46\x65\x14\x9e\x60\xbb\x99\x73\ \x2e\x19\x32\xfb\xd7\xe6\xe3\x34\x1b\xda\x06\xc1\x0b\xaf\x39\x08\ \x43\x34\x43\xa7\xbd\xab\x87\x20\x61\x20\x95\x22\x0a\x7c\xa2\xd6\ \xee\xde\xe2\x8d\x64\x8f\x44\x11\x89\x7c\x2f\x97\x5d\xb7\xe4\x85\ \x1b\xbd\x7d\x6c\x78\x72\x2b\x5e\x10\x21\x5e\xc6\x26\x30\x5e\x49\ \xac\x35\x4d\xc3\x30\x8e\xbf\x5b\x18\x36\x07\xa3\xc6\x12\x31\xc2\ \x48\x51\x73\x1c\xca\x95\x2a\x1b\x36\x6e\xe0\xd9\x8d\xcf\x35\x45\ \x53\x37\x28\x37\x1a\xac\x7b\xf6\xa7\x0c\x0f\x8f\x22\x34\x1d\x84\ \x8d\x61\x99\xa4\xd3\x79\x72\xf9\x76\xe6\xcd\x9b\x4f\x6f\xdf\x3c\ \xe2\xf1\x04\xa0\x61\x99\x66\x33\xdb\x23\x92\xe8\x56\x73\xd0\xab\ \x10\x02\x5d\x8b\x50\x68\x84\x61\x80\xa4\x39\x88\x20\x94\x10\x2a\ \x90\x51\x33\xfa\x53\x32\x6a\xe6\x78\x6b\xa2\xb9\x28\xf6\xcb\x24\ \x78\xcc\x88\x67\x57\x77\xf7\x71\xde\xb3\xae\x1b\x68\x9a\x78\x55\ \xa5\xe6\x52\x4a\xe2\xf1\x38\x6b\xd7\xae\x7d\x55\x4f\x19\x86\xe1\ \xcf\x4d\xbb\x90\x51\x88\xde\xb6\x8c\x8f\x7d\x76\x45\x73\x41\x33\ \x7c\x1d\x44\xa2\x2a\xc2\x0b\xe2\xdc\xf0\xc1\x4f\x82\x0c\xf1\x82\ \x96\x5c\xb7\x78\xe3\x61\x18\x06\xd5\xb1\x5d\xdc\xf5\xe0\x53\xd4\ \x84\x81\xa1\x41\xf9\xd0\x0e\xf6\x45\x7d\xbc\x6d\x4e\xe6\x65\x27\ \xdf\xbc\xac\x68\xeb\xfa\x4c\x74\x3b\x53\x86\xad\x94\x6a\xf6\xdf\ \xb0\x6c\x30\x0d\x1a\x5e\xc0\xf8\xc4\x14\x5b\xb7\xef\x64\xdb\xae\ \x5d\x0c\x8f\x8e\x10\x84\x92\xb1\xb1\x71\xf6\x0f\x0e\x32\x51\xac\ \x22\x74\x93\x78\x22\x8f\x8c\x14\xbd\x7d\x7d\xf4\xf5\x2f\xa0\xd0\ \x3e\x87\xb6\x5c\x1b\x56\x3c\x4e\x14\x29\xa2\x08\x0c\xcb\x42\x08\ \x1d\x19\xba\x84\x04\x78\x52\xe0\x04\x12\xcd\x30\x08\x95\x86\x12\ \x82\x10\x8d\x30\x04\x29\x05\xa1\x94\x04\x91\x24\x92\x0a\x63\x26\ \xa6\xb3\x62\xe6\x4c\x46\x42\x40\xf4\x2b\xa8\xd0\x6f\xbe\x6f\xed\ \xa8\x50\x4b\x19\x21\x84\xfe\x0b\x6d\xff\x4a\x99\x23\xaf\x2c\x72\ \xc7\x46\xaa\xaf\x1f\xc2\x30\x68\xed\xb9\x2d\xde\xd0\x36\x8a\x92\ \x11\xbe\x1f\x10\xea\xcd\xc1\xe1\x99\x45\x17\xf1\xb1\xb5\x17\xd2\ \x93\x50\x84\xd1\xff\x61\xc3\xa8\xd9\x4a\xc5\x59\x0f\x46\x08\x81\ \x61\xdb\x94\x1b\x0d\xaa\xf5\x3a\x5b\xb7\x6d\x67\xe3\xc6\x2d\x4c\ \x4c\x95\x28\x55\xeb\x8c\x8e\x4d\x32\x74\xe8\x08\xae\xef\x23\x11\ \xc4\x93\x6d\x98\x86\x45\x32\x95\x64\xc5\xf2\x95\xcc\xef\x5f\x40\ \x32\x93\x26\x95\x4a\xe3\xfb\x01\xd5\x6a\x0d\xdb\xb4\x91\xa6\x89\ \x1b\x45\x68\x08\x42\xd9\x5c\x98\x94\xba\x8e\xd4\x0c\x02\x05\xae\ \x17\x10\x2a\x49\xe0\xfb\xa8\x50\x82\x12\x84\x28\xa4\x04\x29\x43\ \xa4\x50\x58\x28\x94\x8c\x30\x2d\x8d\x86\x53\x25\x6d\xc7\x7f\xb9\ \x94\xbf\x16\x2d\x5a\xb4\xf8\xbf\x65\x8f\x84\x21\x99\xb9\x2b\xb8\ \xf9\xd6\x6e\x8e\x4c\xbb\x74\xf7\xf5\x60\x37\x7d\x84\x57\x0c\xf4\ \x8c\x17\x8b\xf4\xb1\xa7\xfe\xb3\x82\x3d\x1b\x71\x87\x61\xc4\xc8\ \xc4\x18\x7b\x06\x0f\x32\x32\x32\xca\x03\x0f\x3d\x4a\x10\xc2\xd8\ \xc4\x34\x63\x13\xd3\x14\xcb\x55\x2c\x3b\x8e\x69\x27\x89\x27\x52\ \xe4\xf3\x1d\xf4\xf5\xcd\xa3\x50\x28\xd0\xd1\xd1\x41\x22\x91\x44\ \x49\x85\x8e\x81\x61\x80\x65\x59\x84\x41\x40\x24\x14\xe8\x36\x11\ \x4d\xc1\x56\xc2\x40\xa1\x51\x73\x5c\xbc\x28\xa2\xe1\x38\x84\x52\ \xa2\x94\x44\x0b\x41\xa0\xa1\xb4\xe6\x80\x5d\x81\x40\xb7\x0c\x42\ \xcf\x65\xff\xfe\x41\x96\xf6\xcf\x61\x6a\x6a\x02\x4b\xa5\x5a\xa2\ \xdd\xa2\x45\x8b\x53\x12\xcd\x30\xf1\xc6\xb6\xf1\xb5\xaf\x7c\x9d\ \xdd\x93\x82\x25\x6b\x6f\xe2\xf6\x1b\x56\xb0\xf1\xa9\xad\xf4\x9e\ \x7e\x36\x73\x33\xc6\x4b\xb6\xe1\x30\xa4\x54\x08\xd1\x9c\xd2\xe2\ \x07\xde\x4c\xd1\xc3\xb1\x05\x1f\x3a\x12\xa8\xf9\x01\xeb\x9f\x7d\ \x8e\x1d\x3b\xf7\xb2\x7d\xd7\x6e\x72\xed\xed\x0c\x8f\x97\x39\x70\ \x60\x08\xa5\xe9\xa4\xd2\x59\x56\xad\x1e\x20\xdf\x56\x40\x37\x2d\ \x92\x89\x14\xb9\x4c\x9e\x42\x5b\x01\xc3\x34\x31\x0d\xe3\xa8\x3f\ \x1e\x46\x21\x81\xe7\x20\x94\xc2\xd0\x34\x22\x15\xa0\xd9\x36\x15\ \xcf\x20\x30\xd2\xd4\x2b\x25\x6a\x75\x87\xb2\xe7\x51\xc3\xc0\xf5\ \x21\x6d\xc7\xb1\x22\x0f\x4f\x0b\x09\x85\x8f\xef\xf9\x68\x0a\xbc\ \x6a\x99\x7a\x69\x0a\xbf\x3a\x45\xda\xd6\x70\xbd\x55\x84\xa1\x8b\ \xae\xa5\xf8\x75\x8f\x98\x51\x33\xd5\x93\xad\x19\x91\x2d\x5a\xbc\ \x41\x99\xed\x7d\xf1\x0a\x18\x3a\xec\xdd\xb5\x81\x52\xc7\xa5\xfc\ \xd7\xdf\xee\xe7\x2b\x5f\x7f\x8a\xa9\xc6\x22\x76\x3c\xf3\x28\x6e\ \xf7\x0a\xfa\x72\x39\x7c\x79\xe2\xf5\x1e\x43\x08\x81\xa6\x14\x84\ \x11\xa6\xa6\x83\xd6\x2c\x43\x0f\x23\x49\x28\x7d\xfc\x50\xb1\x75\ \xe7\x5e\x9e\xde\xb0\x89\xe1\x91\x71\x06\x87\x46\x39\x38\x38\xcc\ \xe9\x67\xd8\x44\xc2\x26\xdf\xd1\x4d\xd7\xdc\x1e\x96\xaf\x58\x49\ \x32\x9d\x21\x93\xcd\xe1\x07\x01\xf5\x5a\x9d\x4c\x22\x89\x6d\xda\ \xd4\x1b\x0d\x02\xc3\x24\x9d\x4a\x11\xa2\xe1\x2b\x8d\x48\x58\x04\ \x84\x04\x32\x44\x69\x11\x52\x79\x34\x42\x93\x6a\x03\x54\xa8\x51\ \xaf\xd6\xf1\x0d\x45\xcd\x4e\xe3\x45\x26\xb2\xe2\x90\x0a\xea\xd4\ \xc2\x0a\xa5\x46\x11\x4b\xd3\x30\x94\x42\x79\x0e\x29\x1d\xba\x16\ \xf4\xd2\xd3\x99\x23\x97\x30\x19\x58\xd8\x47\xd2\x32\x5e\x71\x8c\ \xfd\xaf\x9a\x66\x8f\x15\xbb\x25\xda\x2d\x5a\xbc\x41\x11\x42\xbc\ \xea\xc6\x72\x52\x09\x62\x5a\x48\xc3\xf1\xd1\x45\x83\x5d\x9b\x37\ \x73\x68\x5a\xb2\xc2\xb6\x78\xb9\x31\x24\x86\x26\x23\x84\x61\x42\ \x24\x11\x51\x84\xe7\xb8\x8c\x4c\x4f\xf2\xe8\xba\xc7\xa9\xb9\x2e\ \xc3\xa3\x13\x0c\x8f\x4e\x32\x35\x59\x65\x6c\x7c\x8a\xba\x1b\xa2\ \x5b\x31\x52\xd9\x36\xe6\xf6\x2a\xe2\xa5\x2a\x73\x7b\xfb\x48\xa4\ \xb2\x28\xa1\xe1\xfb\x11\x42\x33\x89\xc7\x53\x68\x9a\x0e\x9a\x86\ \xd4\x74\xaa\x0d\x8f\x78\xbe\x03\x2f\x54\x78\xd2\xc0\x51\x26\xb5\ \xd0\xa5\xe1\x80\x90\x75\x6c\x2f\x40\x33\xb3\x38\x4e\x03\xd5\xa8\ \x53\x2b\x4d\x61\x65\x6c\x02\xcf\x43\x0a\x9b\x5a\xb9\x86\xf0\xab\ \xe4\x12\x16\xf3\x32\x6d\x08\x01\x6d\xf9\x2c\x4b\x17\xcd\xc7\x32\ \x14\x03\x4b\xfa\x31\x2d\xc5\xd0\xe0\x1e\x46\x46\x06\xe9\xeb\xea\ \xfc\xf5\xda\x23\x0a\xda\x0b\xed\x24\x92\xc9\xd6\x2f\xb7\x45\x8b\ \x37\x30\x53\x13\xa3\xcd\xd4\xe1\x97\xd1\x1f\xa9\xa0\xd0\xdd\x8f\ \xfb\xe3\xbb\xf9\x51\x91\x03\xd2\x00\x00\x20\x00\x49\x44\x41\x54\ \xf2\x37\x92\x78\x0d\x87\x07\x1e\x28\xb2\xf8\xe2\x9b\x38\x67\x41\ \x01\x2d\x74\x5e\x5a\xb4\xa3\xe9\x22\x63\x47\x86\x39\x30\x74\x98\ \x78\x26\x4d\x68\x08\x02\xdb\xe4\xf0\xc4\x34\x3f\x7a\xe0\x41\x4a\ \xd5\x1a\xf5\x9a\x87\xa1\x2c\x52\xf1\x34\x6d\x9d\x5d\x98\x89\x24\ \x4a\x37\x88\x25\x33\xe4\x74\x1b\xd3\x8e\x13\x8b\x27\xd1\x4d\x9b\ \x30\x0c\x09\xfd\x10\xdb\x8a\x21\x51\x84\x42\xc7\x4e\x66\x90\x96\ \xa4\x1e\x28\x8a\x75\x8f\x40\xea\xb8\x11\xd4\x7c\x0d\x27\xd0\xd1\ \x5d\x49\x6f\x22\xc5\x78\xb1\x4c\xa5\x5c\x27\xac\x8c\x33\xaf\xbb\ \x13\xcd\x0c\xa9\x8f\x8c\x93\x4a\xa4\xe9\x5f\xd8\x46\x5f\xaa\x8b\ \x8e\x78\x9a\xfe\x9e\x7e\x02\x19\x50\xae\x94\x68\x6f\x4b\xb1\xe6\ \xac\x15\x48\x2d\x64\xf7\xfe\x1d\xf8\xaa\xc6\xa1\xf1\xfd\x2c\x5f\ \x31\xbf\xd5\xc3\xa2\x45\x8b\x16\xa7\x24\xa1\x1f\x52\x58\x74\x2e\ \xb7\x7f\xb4\x8d\xdd\x43\x93\xcd\x3a\x08\xcd\xa6\xad\xcd\x64\xcb\ \xfa\xa7\xc9\xce\xed\xa7\xaf\x23\xd3\x6c\x0b\xf2\x62\xd1\xde\xf0\ \xe0\x83\x3c\xf0\xe0\xc3\x68\xb1\x14\x37\xbf\xef\x7d\xa4\x7a\xe6\ \x50\x24\x22\xd7\x35\x17\x57\x68\x48\x2b\x81\x6e\x9b\x58\x58\xcc\ \x99\xd3\x43\xb6\xbd\x1d\x3d\x91\xc0\x75\x1d\x1c\xc7\x25\x91\x48\ \xe2\x38\x0e\x7b\xf7\xed\xa7\x50\x98\x33\x53\x6e\xae\x81\xa5\x13\ \x69\x12\x85\x46\x10\x29\x94\xd0\x29\x57\x6a\x94\xca\x35\x02\x34\ \x7c\x25\xa8\xd6\x1c\x4a\xe5\x2a\xa2\x31\x89\xe1\xe7\x70\xb5\x36\ \x4c\xcb\x04\x53\x63\x6e\x7b\x8a\x84\x15\x70\xfa\xca\xc5\xe4\xdb\ \x3b\x48\x12\xa0\x55\x26\x19\x1b\x99\xe4\xb1\x27\xef\xe5\xd0\xe1\ \xc3\xec\x3d\xb0\x87\xab\xae\xb9\x9c\x8b\xaf\x58\xcd\xee\x83\x83\ \x54\x9c\x49\x9c\xa8\xca\x8d\xb7\x5c\xcf\xd5\x6b\xaf\xc0\xf3\xfc\ \xd6\xaf\xa3\x45\x8b\x16\xa7\x1c\xba\x69\x50\x3f\xb2\x99\x6f\x7d\ \xf9\x5b\x8c\xe9\x69\xd2\x71\x13\x11\x54\xd9\x7f\x60\x98\x64\x61\ \x3e\x97\xbc\xe3\xdd\xf4\xce\x6d\x43\xf8\xfe\xcf\xc5\x9e\x46\x69\ \x6a\x92\x5a\xa9\x44\xbe\x2b\x8b\xef\x07\xd4\x6a\x0e\x55\x42\x8a\ \x95\x06\x91\x66\xa2\x1b\x06\x42\x53\xe4\x33\x05\x72\xe9\x2c\xa6\ \xa6\x91\x49\x27\xa8\x56\x4a\x94\x8a\x25\xac\xce\xb9\x34\x1c\x9f\ \x6c\xae\x80\x4e\x44\x2a\x1e\x43\x08\x0d\x50\xd4\xbd\x00\x49\x48\ \xa5\x5c\xc1\xf5\x5c\xea\xb5\x1a\xbe\x1f\x10\x84\x21\x9e\xe7\x81\ \xd0\x68\xb3\x6d\x52\xf9\x38\x84\x11\xc2\x82\x48\x85\xc4\x63\x1a\ \x85\xb4\x85\x19\xba\x54\x8f\xec\x67\xef\xc6\x9f\x71\x64\xef\x36\ \x46\xf7\x6e\xe5\xf0\x74\x95\x40\x19\x54\x4b\x45\x40\x72\xc9\xe5\ \x67\xb3\x77\xef\x36\x36\x6d\x78\x1a\xc3\x94\x64\x92\x26\xa7\x9d\ \xbe\x82\xda\xc4\x18\xd9\x6c\xae\x15\x6d\xb7\x68\xd1\xe2\xd4\x13\ \x6d\x0d\x0e\xed\x7c\x96\xe9\xf6\xb3\xf9\xfc\x27\x6f\x25\x2b\x14\ \x7a\x6d\x3b\x5f\xfc\xfb\x1f\x72\xd1\x7b\x7e\x9b\xb3\x7a\xe3\xc8\ \x13\x08\x36\x80\xf1\xf8\x93\x3f\xa3\x58\xad\xd1\xd0\x26\xf8\xce\ \x9d\xdf\xa3\x2c\x24\x93\x81\xc7\xfe\xf1\x09\xaa\xa5\x3a\x51\x28\ \x89\x69\x16\xd9\x64\x92\x54\x22\xc6\xd4\xd4\x18\x07\xf6\x6c\xa5\ \x58\x2e\x13\x84\x11\xfb\xcc\x38\xa6\x69\xd3\xbf\x70\x31\x5e\xad\ \x82\xea\xf1\xf1\xc3\x10\x25\x74\x8a\x8e\x8f\xe7\xfb\x04\x41\xb3\ \x91\x7e\x2a\x66\x91\x4b\x0a\x4c\x4d\x47\xfa\x3a\x52\x06\x04\x5e\ \x8d\xb1\xe1\x32\x9e\x9e\xc3\xea\xc9\x21\x84\x02\x15\x40\xe4\xf2\ \x6f\x5f\xff\x32\x23\xa3\xe3\xf8\xa1\x4f\x4c\xf7\xd0\xbc\x32\xca\ \x48\x10\x49\x9d\xab\x2f\xbf\x88\x9b\xde\x76\x03\xcb\x97\x2c\x66\ \xff\xfa\x67\x68\x1c\x1e\xa4\x90\x4b\x22\x27\x23\x0e\x1e\xdc\x4f\ \xaa\xad\x8b\xbe\x8b\x56\x20\x5b\x15\x77\x2d\x5a\xb4\x38\xc5\x90\ \x52\x91\xeb\x5a\xca\xea\x15\x16\xb9\x74\x82\x24\x0a\x8c\xb9\xac\ \x39\x7b\x0d\x5d\xb9\x24\xf1\x84\x8d\xd3\x70\x4e\x38\xc9\xc9\x38\ \x30\x39\x45\xbe\xd0\xce\x64\xad\xc1\x96\x67\x9f\xa5\x81\xa2\x2e\ \x25\xbe\xae\x63\x6a\x06\x31\x4d\x27\x1b\x8f\x63\x6b\x82\xa1\x7d\ \xbb\x29\x4e\x1c\xa6\x34\x35\x4a\x18\x45\xc4\xe2\x69\x42\xca\xb8\ \x4a\xb0\x79\xec\x10\x6d\x9d\x3d\x44\xab\x57\x93\xcd\xe4\xf0\xa2\ \x08\x23\x96\x26\x9d\x8e\x61\x9b\x31\x42\xdf\x21\xa8\x57\x69\x14\ \xa7\x69\x94\xa7\xa9\x4c\x4f\x50\xab\x14\x29\x4f\x4d\x32\x5e\x0e\ \xe9\x3d\xed\x52\x16\x2e\x38\x9d\x6a\xa3\x4e\x14\x79\xa8\x40\x47\ \xd6\xab\xf4\xe5\x33\x28\x4d\x10\xb3\x7c\xfc\x1a\xd4\x5d\x9d\x20\ \x34\xb0\x1b\x2e\x5d\x86\x45\xce\x0b\x29\x35\x02\x5c\x27\x62\x4e\ \x42\xe3\xc0\xae\xed\xc4\x0c\x41\xc7\x79\xbd\xa8\x56\x9e\x76\x8b\ \x16\x2d\x4e\x41\xa2\x48\x92\xeb\x1d\x60\xc0\x19\x62\xf3\xcf\xd6\ \x1d\x1d\x82\x90\xef\x5b\x42\x56\x4d\xb3\x79\xfd\x18\x1d\x8b\x97\ \x90\xb7\xf5\xe6\x08\xc5\x63\x45\xbb\xa6\x5b\x0c\x0f\x8f\xe0\x85\ \x12\x37\x94\x68\xa6\x4d\x26\x95\xc6\xb0\x63\x64\xb3\x79\x6c\xcb\ \xa4\x51\x29\xe1\x96\x26\x39\xbc\x7f\x1f\x7e\x69\x14\x4b\x3a\xc4\ \x2c\x8b\xb0\xec\x10\x4a\xb0\xd3\x19\x22\xcd\x60\x7a\x64\x3f\xfb\ \x6d\x58\x7b\xc9\xa5\xe4\xad\x04\xae\xd7\x60\x7a\xf8\x10\xbb\x87\ \x8f\x30\x35\x3e\x46\xad\x52\xc4\xa9\xd7\xa8\x96\x4b\x78\x8d\x3a\ \x86\xa6\xd0\x84\xa2\xe2\x08\xe6\xad\xf4\x29\x4d\x8f\x51\xe8\xed\ \x41\xaf\x37\x90\x51\x83\x84\xa9\xd3\x33\xa7\x8b\xd3\xcf\x3c\x83\ \xb1\xd1\xfd\xb8\xb5\x02\xa3\xa3\x55\x3c\x47\xe1\x14\xa7\x91\xbe\ \xc7\xaa\xd5\x67\x32\x37\x9b\x61\xab\xa1\xe1\xd5\x2a\xd4\xcb\x35\ \x3a\xe7\x75\x61\x19\x66\x2b\xf5\xee\x18\x42\xb7\x46\xcd\x87\x74\ \x3a\xd5\x1c\xec\xfb\x2b\x40\xc9\x90\x5a\xa5\x86\x1e\x4f\x91\xb0\ \x8d\xd6\x87\xdc\xa2\xc5\xab\xb5\x47\x74\x1d\xa7\x38\xc4\x43\xf7\ \xdc\xc5\xb4\x30\x31\x35\x90\xa1\x8f\xd1\x79\x16\xb7\x5d\xdd\xcf\ \x4f\xee\x79\x94\xcb\x3e\xb2\x88\x42\xdc\x40\xbe\xa8\xa4\xdd\x18\ \xf7\x7c\x62\x99\x2c\x29\xdb\xc2\x0e\x15\xa9\x78\x1a\xdb\xb0\x51\ \xa1\x44\x06\x11\xdd\x1d\x1d\xec\x1e\x39\xc2\xf0\x91\x21\x2a\xa5\ \x71\x0a\x7a\xc4\x8a\xfe\x1e\x7a\xfb\xfb\x49\xe4\xda\x18\x9d\x9c\ \x62\xfd\xe6\x2d\x54\x1a\x21\xa1\x14\x0c\xed\xdb\xc6\x7a\x5b\x50\ \x29\x96\x28\x4d\x0e\xe3\x3b\x0d\x82\x30\x42\x2a\x85\xeb\x87\x08\ \xa1\x13\x2a\x05\xa6\x45\x38\x33\xbc\x57\xb3\x14\x2a\x72\x89\x22\ \x97\xc3\x87\x07\x99\xd8\xbb\x81\x79\xe7\x2c\xc1\x32\x4c\xe6\x75\ \x77\x93\x4d\xa6\x39\xe4\x05\x98\x96\x85\x91\x8c\x41\xdc\xe4\xb7\ \x3e\xf2\x11\xae\xbc\xe6\x5a\xc6\x2b\x45\x86\x1b\x65\x8c\xae\x3c\ \x23\x43\x45\x46\x35\x9f\x79\x5d\x79\x44\x7b\x96\x53\x62\x4a\xac\ \xf4\x38\xb0\xf7\x20\xe9\xbe\xa5\xb4\xc7\x05\xca\x19\xe3\xa9\x75\ \x9b\xd0\xe6\x9e\xce\x79\x2b\xba\xf1\xa6\x0f\xf1\xec\xc6\xad\xd4\ \xad\x4e\xd6\x9c\x7d\x16\xed\xf1\x19\x41\xf4\x2b\x3c\xff\xec\xb3\ \x1c\xa9\x6a\x2c\x5b\x73\x36\x0b\x3a\x52\xc7\x3d\x6c\xf5\xc8\x2e\ \xd6\x6f\xdd\x47\x60\xe5\x59\xb5\x66\x0d\x6d\x8c\xb3\x7e\xfd\x36\ \x2a\xa1\x46\xf7\x92\x33\x59\xb5\xa8\x83\xd9\xbe\x82\x8d\x83\x4f\ \xf0\xd7\xff\x70\x27\x6e\xe1\x2c\x3e\xfa\xf1\xdb\xe8\x49\x68\xbf\ \x82\x37\xd6\xe0\xfe\xaf\xff\x2d\x3f\xda\x56\x62\xed\x7b\x3e\xce\ \xbb\xce\xe9\x43\xf9\x55\xb6\x6f\x78\x96\x43\x35\x9b\x33\xce\x3d\ \x9b\xb9\x19\x0b\x80\xc9\xc1\x0d\x3c\xbd\x6d\x8c\x44\x32\x41\xe8\ \xd4\x89\xb5\x2f\x60\x59\x4f\x8c\x9d\x5b\x77\x50\x89\x6c\x16\xac\ \x5c\xcd\x8a\xbe\x42\x6b\x4f\x6e\xf1\xc6\x09\xa2\x82\x80\x74\xf7\ \x2a\x3e\xfe\x47\x6b\x30\x08\x69\x78\x01\xb1\x44\x1c\x82\x10\x89\ \xe2\xf6\xdf\x59\x81\xae\x1b\x84\x27\x68\x57\x6c\x2c\x58\xba\x0c\ \x0c\x83\xe9\x4a\x85\xf1\x83\x07\xc9\xcc\xcb\x34\x47\xdf\x00\xb9\ \x4c\x96\xee\x39\x5d\x6c\x5c\xbf\x8e\xd1\x23\x07\x48\x27\x2c\x2e\ \x39\x6f\x0d\x17\x9e\x36\x80\x1d\x4b\x52\xaa\xd5\x59\xdc\xd7\xc3\ \xc0\xc2\x05\x7c\xfb\x07\xf7\xe0\x95\x2b\x48\x24\xd3\xe3\x23\xe4\ \x73\x59\x54\xb5\x99\x9f\xad\x29\x09\x9a\x81\x15\xb7\xa9\xb9\x01\ \x41\x10\x62\xc4\x52\xf8\x0a\x22\x29\xb8\xe4\xca\xcb\xe9\xe8\x59\ \x4c\x7a\x5e\x37\x91\x21\xd8\x74\xef\x16\xee\x1f\xdd\x4c\x0e\x9f\ \xca\xd4\x28\x3f\x1b\xda\x4f\x3a\x6b\x52\xaa\x8f\x51\x72\x22\x2a\ \x8d\x88\x43\xe3\x87\xd8\xb3\x7f\x1b\xa5\x52\x11\xc7\x6d\x50\x69\ \x94\x69\xc4\x04\xe7\x5d\x7f\x25\xcb\x06\x16\x22\x55\xec\x84\xe9\ \x32\xbf\x4e\x54\x63\x82\x7b\xbf\xf5\xb7\x7c\xe5\xd1\x71\xee\xf8\ \xeb\xaf\x70\x79\x8f\xc3\x0f\xbf\xf9\x15\xd6\x17\x6d\x54\xf1\x71\ \xca\xb7\xff\x3e\x6b\xcd\x11\x86\xa7\x2a\x0c\xef\x78\x80\xa7\x76\ \x14\xf9\xa3\xdf\xba\x12\x01\x84\x6e\x99\xc3\x47\x26\x98\x18\xdd\ \xcb\xbd\x4f\x6c\xe5\xb3\x7f\xf8\x71\xfa\xec\xe6\xe3\x16\xb7\xdf\ \xcf\x5f\xfd\xe3\x8f\x69\x5b\xba\x0c\x2b\x1a\x22\x33\x77\x09\xc5\ \x43\xff\xc9\x3f\xdf\x35\xc5\xa5\x17\xf5\xf1\xc8\xdf\xfe\x84\xc1\ \x8f\x7c\x9e\x1b\x4e\xef\x00\x60\xf3\x03\x0f\x10\x2c\x7b\x1b\x9f\ \xbf\x65\x2d\xc9\x98\xa2\x5e\x2e\xe2\x0b\x8b\x6c\x26\x89\x0a\xea\ \x54\xeb\x11\xa9\x5c\xa6\xd9\xd3\x40\x85\x54\x2b\x35\x34\x2b\x49\ \xf2\xb8\xf6\xb6\x92\x7a\xa5\x42\x64\xc4\xc8\x24\x62\x30\xb9\x81\ \x87\x76\xf8\xbc\xef\x33\x9f\xe7\xf4\xae\x4c\x53\x9c\x0f\x6e\xe4\ \xe1\x75\xcf\x13\xd5\x0f\xf3\xe0\xc6\x43\xfc\xe1\xef\xde\x42\x4e\ \x80\xef\x94\x99\x3c\xb2\x8f\x9f\x3d\xf8\x08\xc9\x33\xaf\xe5\x9a\ \x4b\xbb\x79\xfe\x9e\xff\xe0\x3f\xf6\x27\xb8\x78\xa9\xcd\x57\xef\ \x7b\x84\x1b\x3f\xf6\x39\x2e\x59\x92\x69\xed\xcd\x2d\xde\x20\x08\ \x4c\x4b\x67\x78\xcb\xa3\x7c\xef\xde\xa7\x28\xba\x21\xf1\xc2\x42\ \xde\xfc\xf6\x1b\x39\xbd\x3b\x49\x18\x45\x2f\x5d\xc6\x3e\xb2\x7f\ \x94\xf9\x8b\x96\x52\x2c\x4d\x51\xad\x78\x10\x45\x64\xd3\x16\x7e\ \xa8\xa8\x46\x21\x63\x8d\x3a\xa3\xe5\x29\x02\xaf\x48\x4f\x6f\x17\ \xba\x72\xb8\xff\xa1\x9f\x72\xd6\x8a\xd3\x18\xdc\xbb\x07\xcf\xf3\ \xb8\xf8\x9a\x6b\xb8\xf9\xba\xab\xf9\xc7\x6f\xdf\x49\xb9\xd6\xc0\ \xad\x78\xf4\x2e\x5b\x48\xc9\x30\x39\xe0\x07\x08\xdf\x67\xc9\xa2\ \xc5\xe4\xf2\x79\x0e\x0c\x0d\x61\xc4\x92\xf8\x91\xa0\xe2\x06\xb4\ \x77\xcc\xe1\xb2\x1b\x6e\xe6\xb0\x03\x37\x5e\x7b\x09\xcf\xdd\xff\ \x3d\x7a\x83\x31\x2a\xbb\x86\x38\x7d\xf5\x00\xd7\x5d\xba\x92\xa5\ \x4b\x17\x20\x94\xcb\xc4\xd4\x38\xbb\xc6\x1c\xc6\xa6\x4a\xac\xec\ \x4e\x73\xd6\xc2\x0e\x86\x0e\x54\xd9\x7f\xb0\x4a\xe8\x78\xb4\xc7\ \xf2\x64\x63\x31\xa6\x9e\xde\xc6\xf6\xc1\xc3\xbc\xf5\x8e\x55\x04\ \xae\x73\xd2\xbe\x96\xc0\x71\x68\x5b\x78\x1e\x17\x1d\x5e\x8f\x66\ \x00\x93\x1b\xf9\xd9\x01\x8b\xdb\xff\xf4\x73\x04\x0f\x7c\x91\x6f\ \xde\xb7\x8e\xab\x3f\x7e\x25\x97\x44\x92\x3b\xf7\x6c\x22\xdf\x51\ \x38\x5a\x78\x6f\x66\xfa\xb8\xf4\x92\xf3\xb8\xff\xae\x41\xb2\xf9\ \x76\x92\xd6\xec\xa3\x96\xf8\xfe\x9d\xf7\xd0\x7b\xdd\xc7\xf8\xd8\ \xb5\xcb\x8e\x3e\xd7\x73\xbb\x35\xce\xb8\xf0\x5a\xde\x7b\xeb\x05\ \x14\xc6\x3f\xcb\x73\x7b\x86\x8f\x8a\x76\x18\x29\x86\x36\xdc\xcd\ \x37\x44\xc0\xaa\xdc\x1e\xbe\xfd\xc3\x5d\x0c\x5c\xf2\x16\xde\x73\ \xcd\x42\xee\xfe\xea\x3f\xb3\x6b\xda\x65\xfe\xf9\xef\xe4\x13\xef\ \x7a\x13\xeb\xef\xfa\x2a\xdf\x7b\x72\x2f\x41\x72\x1e\xbf\xf9\xdb\ \xff\x0f\xa7\x75\xd9\x80\x62\xfb\x83\xff\xc2\xb7\x7e\xb4\x11\x57\ \xcb\x70\xf5\x07\x7f\x97\x37\x77\x2b\xdc\xea\x41\xee\xfc\xda\x3f\ \x52\x7a\xef\x87\xb8\x72\x69\x07\x85\x45\x17\xf0\xf1\xcf\x5c\x8c\ \xbf\xef\x71\xfe\xe0\x1f\x9e\x64\xaa\x0e\xb9\x14\x74\x2f\xbb\x8c\ \xf7\x2f\x3e\x07\x6d\x74\x9c\xce\x77\x7d\x88\xab\x17\x69\x3c\xf9\ \xfc\x0f\x59\x71\xe5\x7b\x78\xcf\x95\x9d\x88\x3f\xff\x1c\x3b\xf7\ \x8d\xb6\x44\xbb\xc5\x1b\xc7\x1e\x31\x4d\xaa\x07\x7f\xc6\xd7\xff\ \xe5\x5e\xba\x2f\x7a\x2b\x97\x2d\xcc\xb0\xef\x99\x9f\xf0\x8d\xaf\ \x7f\x87\x4f\x7d\xf2\x83\xf4\x26\xe0\xa5\x42\x4e\xa3\xb3\xbd\x93\ \xb1\xe1\x31\x72\xa9\x34\x3d\xab\xcf\x60\xa0\xaf\x8b\x7d\xbb\xb7\ \xf3\xc4\x53\xcf\x92\xc8\x75\x50\xae\x2d\xa5\x58\x2c\x22\x25\xf4\ \x76\x75\xe0\xbb\x0d\x84\x0c\xe8\x99\xd3\x4e\x9b\x65\x30\x38\x38\ \x48\x77\x47\x3b\x03\x67\xae\xe1\x47\x8f\x3c\xce\xe4\xde\x41\x26\ \x26\x27\xd9\xb4\x71\x33\xa6\x11\xa1\x84\x41\xd7\xdc\x76\x7a\x7b\ \xfb\xd0\x75\x8d\x55\xa7\x9d\xc6\x59\xe7\x9e\xcf\xb3\x9b\x9e\xe7\ \xc0\xd0\x30\x66\x3c\xc9\xb6\x1d\x3b\x50\x1d\xfd\x3c\xf9\xc8\x83\ \x6c\x7e\xf0\xc7\xcc\x6f\x4b\xb2\x6a\xcd\xa5\xac\x3d\x77\x0d\x89\ \x84\xc5\x9e\x9d\xcf\x53\x2d\x4d\xa0\x1b\x3a\x85\x8e\x85\xcc\xed\ \xec\x60\x7e\x57\x3b\xa5\xe1\x41\x34\xdf\x45\xf8\x3e\xa5\xf1\x09\ \x64\x22\xc7\xd4\xe0\x61\xca\x47\x86\x48\x66\xdb\x4e\xfa\x17\x63\ \x15\xe6\x71\xfe\xa5\x29\x76\x3e\xb3\xbe\x39\xe5\x67\xb2\x84\x8a\ \xe5\xc9\x98\x10\x75\xe5\x89\x36\x8f\x11\x01\xa1\x5b\xc7\xf1\x25\ \xc2\xad\x12\x00\xb3\xf1\x6d\xe8\xbb\x38\x9e\x8b\xef\xf9\x78\x1e\ \x10\x03\xaa\xe3\x8c\x54\xd3\x5c\xb9\x7c\x61\xd3\x26\x99\x1c\x64\ \x3a\x48\x63\xc5\x15\x4f\x7d\xf7\xdf\xa8\x1d\xfc\x11\x5b\xf7\x84\ \x7c\xf0\xad\x8b\x8e\xbe\x8e\x08\x93\x73\x6f\xfb\x1c\x1f\xbd\x70\ \x2e\xf7\x7e\xed\x29\xce\x7e\xc7\x1d\x7c\xe4\xba\xa5\x3c\xf6\x8f\ \x7f\xc8\xfe\xb6\x4b\xf8\xfc\xcd\x71\xfe\xdb\xdf\xfd\x80\x47\x16\ \x0a\x1e\x79\x6c\x88\x1b\x7f\xf7\xbf\x30\xfa\xed\xbf\xe0\x3f\x1f\ \x79\x8e\xd3\x6e\xbd\x00\x26\xb7\xf3\xdd\xfb\x77\xf0\xd6\xdf\xfb\ \x1b\x56\x8d\x7f\x9b\x2f\x7c\xf7\x2e\xce\xfe\x50\x3f\x1d\xfd\x17\ \xf2\xf1\x3f\xf8\x30\xf9\x99\xe7\xd1\x74\x03\xa8\xf1\xe3\xfb\x1e\ \xa1\xef\x4d\x6f\x66\xd1\x71\x8e\x4e\x40\x18\x85\x44\x32\x04\x2c\ \x2c\xe1\xf3\xec\x7f\xfc\x35\x7f\xfa\xb8\xc6\xbe\xb1\x18\x1f\xfd\ \xcd\x45\xad\x3d\xb9\xc5\x1b\x47\xb4\x35\xc5\xd0\xde\xed\xb0\xf4\ \x2a\x3e\xf4\xee\x6b\x89\x29\x38\xe7\x8c\x6e\x46\xbe\xf0\x77\xec\ \x1b\x2b\x33\x6f\x51\x16\x5e\xa2\xf7\x88\x66\xa7\x12\x24\x12\x16\ \x23\x07\xf6\xa0\x1a\x55\x9c\x72\x91\xb0\xd1\xa0\xa7\xb3\x9d\xae\ \x7c\x16\x5b\x45\x98\x28\x64\x04\x85\xf6\x6e\xae\xba\xea\x0a\x2e\ \x3c\xff\x1c\x16\x2f\xe8\xe3\x9c\xb3\x57\x73\xe1\x85\xe7\xd3\xd6\ \x96\xc5\x36\x75\xb2\xd9\x34\x09\xbb\x39\xc6\xaa\x38\x39\x86\x94\ \x01\x99\x4c\x86\x55\xab\xce\xc0\x34\x0d\xa2\x48\xd2\x5e\x28\x90\ \x4d\x67\x28\xe4\xf3\xe8\x02\x6c\x43\x30\x7f\xee\x1c\xb6\xad\xff\ \x19\x5f\xfc\x8b\x3f\xe3\x99\x27\x9f\x80\x28\x62\xe5\x8a\xd3\x98\ \x9c\x2e\xb1\x61\xd3\x56\x9e\x5e\xbf\x99\x2d\xdb\xf7\xb1\x63\xcf\ \x20\x87\x87\x86\x18\x1e\x1a\xe2\xb1\x87\x1f\x61\xe7\xd6\xed\xb8\ \x5e\x88\x17\x4a\x22\xcd\xc0\x57\x82\x91\xe9\x12\x1b\xb6\xed\xa4\ \xe2\xb8\x68\xda\xa9\x90\x3d\x22\x9b\xd6\xba\x02\x12\x36\x84\x3e\ \xa1\xa4\x39\x78\xd8\x4c\x22\x80\xee\x15\x57\x70\xc7\x47\x6f\x66\ \x62\xc3\xc3\xec\x6a\xbc\xb0\x65\xa6\x77\x19\xb7\x7e\xe2\x76\x16\ \x7a\x9b\x78\x66\xc7\x54\xf3\xc6\x58\x82\xb8\x5e\x67\xbc\x56\x03\ \x60\x78\xcb\x83\x7c\xf7\xde\xa7\xf1\xb4\x38\x03\x67\x5f\xc6\x07\ \x3e\xf6\x3b\x7c\xe4\x8a\x4e\x1e\xbe\xfb\xd1\xa3\xd3\x60\x14\x0a\ \x19\xf8\x80\x40\xe8\x66\xb3\xc7\x0c\x34\x5b\x13\xec\x7e\x92\xef\ \xdc\xb3\x8e\xb6\xe5\x67\x91\xf4\x26\x18\x9d\x1c\xe7\x91\xef\x7d\ \x87\x3d\x7e\x8e\xc5\xf3\x9b\x91\x7a\xa3\x32\x8d\x67\x77\xd2\x35\ \x07\xd2\x0b\xe6\x91\xf0\xa7\xa9\x04\x11\xc8\xe6\xd8\xb1\x63\x9c\ \x3a\xd6\x7d\xfb\x2b\xec\x30\xd6\xf0\xa1\x77\x9c\xfd\xf2\x9e\x9e\ \x32\x58\xba\xf6\x06\x3e\xf6\xc9\x4f\xf1\xb6\x55\x71\xee\x7b\xf0\ \x71\x5a\xc3\xc6\x5a\xbc\x51\x90\x4a\xd0\xd9\xd5\x83\x73\xe0\x19\ \x1e\x59\xbf\x93\xc3\x87\x07\x59\xff\xd0\x03\x1c\x08\x72\x74\xe5\ \x93\x3f\x97\x31\x72\x5c\xa4\x3d\x36\x3e\x82\xad\xeb\xb8\xa5\x31\ \x64\x7b\x82\x23\x07\xcb\x4c\x8f\x8f\xa1\x05\x21\x31\x4d\x12\x43\ \x82\xef\x11\x37\x04\x93\x13\xd3\xb8\xae\xc7\xf4\xd4\x08\x8f\xfd\ \x74\x9c\x8c\x9d\x60\x74\x7c\x82\xca\xba\x27\x39\xeb\xf2\x2b\x98\ \x33\xa7\x1d\xb1\x75\x07\xcb\x16\x2f\x24\xdf\xd6\x49\xbe\x3d\x43\ \xa3\x51\x25\x1e\x4f\x20\xa3\x90\x6a\x75\x9c\x78\x22\x41\x3e\x9b\ \x65\x41\x5f\x1f\xa5\x62\x89\x62\xb9\x4c\x7d\x7a\x0c\xdd\xa9\x11\ \x97\x3e\x09\x1d\xae\xbd\xf2\x0a\xc6\x46\x47\x98\x18\x19\x66\xaa\ \x54\x22\x92\x21\x89\x98\x85\xd0\x05\xb5\x52\x85\xd0\x71\x31\xd2\ \x49\x36\x6f\xde\x42\xe6\xd0\x28\x3b\xf6\x0f\xf3\xe4\xfa\x2d\x24\ \x13\x19\x12\xba\x01\x7e\x80\x95\xce\x1e\x9d\x40\x73\x72\x8d\x6d\ \x89\xef\x3a\xcd\x48\x79\xde\x72\x7a\xcc\x07\xb8\xf7\xfe\xc7\x89\ \x9e\xdd\xcf\xc2\xb5\xd7\x51\x3b\xb0\x8d\x7d\x35\x45\x71\xdb\xe3\ \x44\xb9\x7e\x0a\xfe\x30\x3f\x7e\x60\x2b\xcb\xcf\x19\xa0\x38\x56\ \xc5\xac\xed\x64\x77\x25\xcd\x59\x73\xb2\x33\xbe\x49\x2f\x97\x9d\ \x37\x8f\xaf\x7d\xf3\xab\x74\x7c\xe0\x26\xc6\xf6\x1c\xc2\xd3\xbb\ \x21\x0a\x70\x1c\x17\xcf\x6d\x50\x2a\x97\xf1\x8e\x59\x71\x0e\x3d\ \x17\x6f\x66\xea\x4d\xe0\x3b\xb8\x41\x73\x28\xd8\xc0\xe9\x0b\x99\ \xbb\xaf\x8b\xeb\x6f\x5e\x4b\x26\x9e\x26\xaf\x8f\xf0\xd3\xbe\x4e\ \x06\x2e\xb8\x8e\x73\xba\xd3\xe4\xda\xda\x01\x48\x74\x2f\xa4\x57\ \xdc\xc5\xa3\xf7\x3d\xc7\xd0\xd4\x4f\x09\xbb\xcf\xa5\x3b\xa6\xa8\ \x39\xde\x71\xc9\xff\xd3\xdb\x7e\xc2\xbf\x3d\x31\xc9\x7b\x3e\xf3\ \x5e\xea\x23\x13\x18\x1d\xed\xc4\x0c\x71\xf4\xe0\xe5\x39\x2e\xb3\ \x69\xf3\x32\x70\x69\xe0\xe2\x3a\x0d\xca\xa5\x32\x41\xea\xd7\xdd\ \x93\xb1\x45\x8b\x93\x47\x18\x84\x74\x2e\xbf\x98\x77\x5e\x74\x98\ \xef\x7c\xfd\xbf\xf3\x43\x4d\x47\x1a\x39\xae\x7e\xf7\x07\x58\xda\ \x66\xbe\x30\x3e\xf0\x44\x51\x7a\x4f\xdf\xc2\x2f\xb4\xe7\x33\xb4\ \x25\x34\xd2\x31\x8b\xbd\xbb\x77\xa1\x29\x48\xc5\x13\xa4\xe3\x71\ \xb2\xc9\x38\x2b\x07\x16\x71\xe4\xd0\x10\x61\x18\x10\x3a\x55\xa6\ \x86\x87\xa8\x95\xcb\xe4\x32\x59\xcc\x58\x9c\x46\x10\x20\x2d\x8b\ \xc7\x9e\x7e\x86\x9e\xbe\xf9\x5c\x79\xd5\x55\xac\xbd\xe8\x22\x56\ \xaf\x59\x4d\x4f\x4f\x2f\x95\x4a\x85\xb1\xd1\x31\x0e\x1f\x3e\xc2\ \xe5\x97\x5d\xce\x95\x57\x5e\x49\xff\xbc\x5e\x4e\x3b\x6d\x05\x13\ \xa3\xc3\x54\xaa\x2e\x03\x03\xcb\xb1\xbc\x0a\x49\x59\xe7\x8c\xc5\ \xf3\xa8\x4d\x4f\x72\xf0\xe0\x41\x1c\xcf\x23\x08\x9b\x93\x1c\x62\ \xb1\x04\xb6\xa1\xe3\xd5\xea\xc4\x2c\x93\xa1\x43\x87\x79\xf0\xb1\ \x27\xd8\x7b\x68\x94\x23\xe3\x45\x76\xee\x3d\xc8\xd4\xd4\x14\x9a\ \x06\x7d\x8b\x17\xb3\xea\x4d\x17\x11\xbe\x68\x36\xa2\x65\x59\x3c\ \xf6\xd3\x9f\x32\x3c\x7c\x84\xf6\xf6\x0e\x74\xfd\xf8\x49\x34\x51\ \x14\xb1\x74\xc9\x62\xfa\xe7\x2f\x38\xda\xf4\xe5\xd8\x8b\xa6\x69\ \x54\x2a\x65\xe2\xf1\x38\xe9\x4c\xb6\xd9\xe3\x5b\xd3\xa8\x94\x4b\ \x64\x73\x79\x4c\xcb\xfa\xb9\x48\xbb\xd1\xf0\xe8\x5a\xbc\x9c\xce\ \x44\x86\xe5\xfd\x29\x9e\x7e\xe0\x7e\xa2\x45\xd7\xf0\x81\xb7\x9c\ \xc1\xd4\xae\x67\xb8\xfb\xc7\xf7\x73\x58\xce\xe5\xdd\xef\x7f\x1f\ \x0b\xb4\x51\xd6\x6f\x1b\xa3\x6b\x6e\x8c\xa7\xee\xbb\x87\x67\xf6\ \xbb\x5c\xf6\xae\xdf\x60\xed\x92\xdc\xd1\x47\x9c\xbb\x7c\x0d\x9d\ \xe1\x11\x1e\x7e\xf8\x31\x46\xbc\x36\x2e\xbd\xea\x0a\x16\x77\x9a\ \xec\xda\xf4\x1c\x1b\x37\x6d\xa5\x91\x3f\x93\xf7\xff\xc6\x5b\xc8\ \xdb\xcd\x2c\x11\xbf\x5e\x25\xd1\xbb\x84\x85\xed\x09\x7c\xa7\x46\ \x7a\xce\x22\xfa\xe7\xa4\xe8\x58\xba\x12\x7d\xe8\x19\x7e\x70\xdf\ \xe3\x4c\x89\x36\xce\x38\xed\x74\x06\x7a\x2d\x1e\xff\xe1\xdd\x3c\ \xb5\x63\x92\xbe\x65\xcb\x29\x24\x0d\x30\x32\x0c\x2c\xee\xe4\xf9\ \x87\x7e\xc8\x9e\x68\x11\x1f\x78\xff\x0d\x74\x58\x2e\x55\x3f\xc9\ \xc0\xb2\x05\xd8\x33\x6a\x5b\x99\x3e\xcc\xfe\xc1\x51\x0e\xed\xdd\ \xcc\x86\xad\xe3\x2c\x38\x6d\x05\xb9\xd8\xcc\xe7\xab\x14\x8d\xba\ \x43\xd7\x92\x15\x74\xa5\x34\xf4\xa8\xce\xae\x2d\xeb\x79\x76\xd3\ \x2e\xac\x85\x6b\x79\xff\xdb\xaf\x20\x65\xb6\x64\xbb\xc5\x6b\x9f\ \xc9\x89\x71\xd2\xe9\xcc\xcb\x37\xac\x53\x12\xa5\xc7\x59\x78\xc6\ \xf9\x5c\x7e\xc9\xc5\x5c\x78\xd1\x25\x5c\xff\xe6\x6b\x59\x35\xbf\ \x0d\xdf\xf3\x5e\xae\x90\xdb\x17\x97\x5e\x7d\xa3\x32\x55\x40\x6f\ \x2e\x41\xad\x5c\x66\x7a\xba\x4c\x3c\x96\x60\xf0\xe0\x20\x09\xdb\ \xe2\xfc\xf3\xcf\xa1\x67\xee\x5c\x7e\x7c\xdf\x8f\x98\x2e\x4e\xb2\ \xbc\xbf\x83\xde\x7c\x82\xb4\x19\xa3\xb7\xb3\x9b\xb9\x3d\xbd\x0c\ \x4d\x4c\xf1\xd8\xc6\x4d\x6c\xda\xb3\x9f\x74\x5b\x07\xfd\xf3\x17\ \x73\xe9\x65\x57\x32\xa7\xa7\x07\xcd\x30\xd9\xb0\xe1\x59\x7e\xb6\ \xee\x49\xa6\x26\x26\xb9\xe8\xa2\x8b\xb8\xe5\xe6\x77\xa2\xeb\x82\ \xb1\xe1\x11\xea\xb5\x2a\x8e\x9e\x84\x78\x1b\xdf\xf8\xd2\x5f\x30\ \x2f\x23\x38\x73\x49\x37\x43\xfb\x77\x53\xaa\xd4\x71\x83\x88\x40\ \x2a\x34\x4d\xa7\x90\xcb\x92\xb2\x0d\xf2\x99\x04\xd9\x6c\x86\x7a\ \x10\xf0\xd4\xe6\xed\x14\x7d\x8d\x89\xaa\x4f\xad\xee\xd2\x9e\x49\ \xa1\xfb\x0d\x2e\xbb\xea\x6a\xee\xf8\xc2\x9f\xe1\xd4\xeb\xc7\xbd\ \xe3\x57\x9a\xc6\xee\xfb\x3e\xd7\x5f\x77\x0d\x17\x5f\x7a\x19\x51\ \xf4\xc2\xb8\xb1\x59\xc1\xd6\x75\x9d\xc3\x87\x86\xc8\xb7\xb5\xd1\ \xdd\x33\xef\x85\x69\xec\x83\x07\xe8\xeb\x5f\xd0\xea\xf2\xd7\xa2\ \xc5\x1b\x9c\x9d\xdb\x9f\x67\x6e\x77\xef\x4b\x0e\xf3\x06\xd0\x0d\ \x83\xf2\x91\xad\x7c\xff\x3f\x1f\xa4\x2a\x4c\x34\x21\x50\xa1\x87\ \xd1\x71\x06\xb7\xdc\x74\x29\x79\x5b\x11\x9d\x38\x7b\xa4\x66\xd4\ \x2b\x45\x86\xf6\xee\xa6\xdc\x91\xa3\x73\xce\x1c\x9c\x20\xa2\xad\ \x23\x47\x5b\xa1\x41\xbd\x38\x01\xbe\xcb\xe1\xa1\x7d\xd4\x6b\x75\ \xa6\x4b\x55\x36\xd4\xcb\x18\xa7\x2d\xa4\x63\xa0\x0f\x15\x4f\x51\ \xf1\x15\x9b\x76\xec\x66\xe7\xfe\x83\x24\xb3\x79\x74\xcb\xa2\xee\ \xd4\x29\x17\xa7\x31\xe3\x71\xbc\x20\x64\xf1\xe2\xa5\x98\x86\xc9\ \x3d\x3f\xf8\x01\x4f\x3f\xf5\x14\xfd\xbd\xdd\x58\x86\x60\x7a\x62\ \x0c\xaf\xd1\xe0\x6d\xef\x7e\x3f\xcf\x3c\xbf\x0b\x2d\xa8\xd3\xdf\ \xd5\x8f\xef\x54\xc9\xa6\x93\x04\x51\x48\x54\xf7\x09\xfd\x10\x25\ \x15\x9e\xe3\x13\x53\x0a\x91\x36\xb0\xac\x04\x8e\xf4\xd0\xcd\x38\ \x8d\x9a\xc3\x74\xa5\x46\x32\x95\xa6\x30\x67\x0e\x5e\x79\x12\x37\ \xf0\x5a\xa7\xdb\x2d\x5a\xb4\x38\x25\x51\x4a\xa1\xdb\x29\x7a\xe7\ \x2f\xa0\x21\x74\x34\x61\x60\x06\x23\x3c\xfc\xe4\xe3\x1c\xb8\xe4\ \x3c\x0a\x3d\xf1\x97\x12\x6d\x8c\x7a\xb9\x48\x3e\x93\x61\x6c\x62\ \x9c\x74\xa1\x83\x05\xcb\x57\xa2\x0b\x83\x68\x64\x84\x05\x0b\xfa\ \xc9\xa5\x12\x54\xeb\x55\x0c\x5d\x23\x96\x48\xe3\x45\x0d\x1e\xdb\ \xb8\x8b\xb1\x69\x97\xf6\x74\x8e\xc9\xc9\x29\x2a\x8e\x4b\x2c\x9d\ \xa3\x6d\x6e\x0f\x5e\x10\x32\x3e\x36\xce\xb6\xad\x5b\x99\xef\x87\ \x8c\x4e\x4c\x50\x28\x14\x30\x0c\x93\xf6\xf6\x4e\xf6\xef\xdb\xc3\ \xc8\x91\x23\x64\x93\x31\x0e\x1f\xdc\x47\x7f\x6f\x2f\xd3\xa3\x47\ \xf0\x2a\xd3\x74\x15\xb2\xf4\x76\xb7\x93\x36\x43\x26\xc6\x23\x4a\ \x95\x12\x42\x93\x28\x19\xa0\x22\x85\x8c\x0c\x84\x16\xa7\x5e\x73\ \x08\xa3\x49\x86\x26\x26\x28\xd7\x3d\x6a\x8e\x07\x86\x49\xb6\xd0\ \x4e\xc3\x77\xc9\x65\x53\xcc\xe9\xea\x7c\xc9\x3c\xc7\x16\x2d\x5a\ \xb4\x38\x99\x44\x61\x48\xaa\x7d\x21\x6f\xbb\x65\xe5\x0b\x37\x06\ \x07\x19\xdc\xfe\x3f\xa9\x7b\x01\x82\xc4\x4b\x6e\x6b\xac\x5c\xba\ \x84\x03\x7b\xf7\x30\x31\xe6\xb2\x79\xc7\x6e\x86\x26\x6a\xe8\xc2\ \xa0\x90\x34\x59\x3a\xb0\x14\x5d\xba\x54\xcb\xd3\x84\x61\x48\x24\ \x74\xa4\x15\xa7\xe6\xb8\x3c\xb7\xfb\x20\x85\x44\x8a\x98\x1d\x27\ \x9d\xcf\x23\x4d\x9d\x46\x10\x62\xe8\x3a\x02\xc1\xbe\xbd\xfb\xa8\ \x7b\x01\xa9\x6c\x1b\xbb\x76\xee\x45\xd7\x35\x24\xe0\xb9\x1e\x42\ \x29\x2a\xa5\x69\xf6\xec\xd8\x8e\x5b\x9e\xe2\x4d\x6b\x2f\xa5\x38\ \x35\x46\x6f\x77\x3b\xf9\x5c\x12\xa7\x38\x42\xb5\x32\x4d\x22\x6e\ \x52\x75\x5d\x84\x8a\xd0\x00\xcb\xd0\xf1\xbd\x10\x43\x58\x64\xdb\ \x33\x88\xa9\x32\x95\x9a\x43\xc3\x0d\x08\x24\xf8\x32\x22\x6e\x08\ \x14\x11\x91\x0a\x5b\xbf\x8c\x16\x2d\x5a\x9c\x92\xe8\x86\x41\x7d\ \xea\x20\x8f\xfc\xf8\x79\x1a\x42\xc3\xd0\x35\xca\x07\x36\xb1\xb3\ \xde\xce\x35\xed\x19\xa4\x7a\xe9\x5c\x2a\xe3\xe2\x0b\xde\xc4\xd0\ \xbe\x7d\x04\x42\xc3\xb2\x63\x8c\x4c\x97\x68\xcb\xb6\x71\xe1\xca\ \x55\x84\x91\xcf\xd8\xe1\x03\x8c\x8d\x8d\x35\xe7\x48\x1a\x26\xf5\ \x50\xd1\x3f\xb0\x02\xa7\x5c\xa7\x31\x59\xc2\x32\x13\xd4\x7d\x85\ \xae\x0b\xb4\x40\x12\x43\x80\x52\x38\x6e\x9d\x52\xa9\x44\x22\x9d\ \xc5\x75\x1b\x14\x8b\x25\x1a\xf5\x3a\xe7\x9c\x7b\x2e\xe7\xbf\xe9\ \x7c\x86\x07\xf7\x11\xd3\x2e\xa4\x3c\x35\xc9\xd8\xc8\x30\x07\xf7\ \xed\x21\xa5\xbb\x54\xcb\x71\xa6\x46\x8f\xe0\xbb\x0d\x40\xc7\xd0\ \xc0\x32\x35\x90\x20\x90\x74\x76\xcc\xc1\xb6\x12\x14\xda\xbb\x18\ \x2d\x57\x99\x2e\x6e\xa3\x1a\x09\xf4\x44\x1a\x80\x44\x2a\x81\x21\ \x1b\x24\x62\xb1\x93\x9e\x3c\xe2\x05\x21\x52\x6f\xf5\xe4\x68\xd1\ \xe2\xb5\x80\x21\x21\xf0\x1a\x2f\x3b\xea\xeb\x84\xdb\x19\x06\xb6\ \x6d\xff\x42\xdb\x08\x21\x08\x9c\x32\xfb\x77\xef\xa4\x8c\x89\x86\ \x24\x96\x5d\xc0\x07\x6e\xbf\x8a\xfe\xb4\x38\x61\xf9\xfa\xd1\xe7\ \xab\x2a\x9f\x79\xcb\x96\xf0\xfc\xa1\x43\x44\x7e\x40\x2c\x9e\x26\ \x99\x8e\x91\xca\x67\xd8\xb3\x63\x33\x47\xf6\x1f\x22\x8c\x02\x22\ \xcd\x40\x68\x12\xdb\xd4\xe8\x9f\xd7\x07\x81\x64\xd3\xfa\xe7\xa8\ \xba\x75\xda\x12\x31\x22\x19\xd1\x5c\x2c\x15\x68\xa6\x09\x52\x31\ \x5a\x9a\xc6\x15\xb0\xb0\xbf\x9f\xf1\xd1\x43\xb8\xb5\x22\x37\x5e\ \x7f\x3b\xf9\x4c\x9c\x51\x25\x09\xbc\x00\xdd\xb0\x70\xca\x93\xe4\ \x0c\x17\x53\x8b\x90\x68\x94\x3d\xc1\xe1\xc9\x06\x11\x3a\x52\x09\ \x30\x6c\x08\x43\x74\xcb\x24\x95\xcb\x30\x39\x55\xa2\x7a\xf8\x30\ \x3b\xf6\x0e\x51\x71\x02\xac\x74\x9e\x20\x82\xf1\xb1\x29\xe6\x16\ \xf2\xc4\x73\x49\x7c\x61\x22\x4e\x62\x33\x6d\x05\x3c\xf7\xe8\xdd\ \x68\x83\x0f\x21\x74\xab\xb5\x47\xb4\x68\x71\x2a\x47\xbe\x52\x32\ \x92\xc9\xd2\x3d\x70\x23\x31\x3d\x86\x52\xaf\xbe\x6a\xa0\x5e\xaf\ \x73\xce\x39\xe7\xbc\xec\xc2\xe3\x89\xec\x91\xcc\xdc\x15\x7c\xf8\ \x53\xa7\x1f\xbd\x4d\xd3\xb4\x66\x8a\x70\xf0\xf2\x2e\x81\xb1\x7e\ \xfb\x16\x46\xa6\xa6\xc0\x8c\x61\x18\x16\x82\x90\x46\xad\xc8\xe6\ \xe7\x37\x53\xaf\x94\x18\xad\xfb\x98\x1a\xc4\x63\x1a\x9a\x16\x21\ \x1a\x0e\xed\xc9\x04\xd9\x4c\x96\x9d\x5b\x37\x63\x9a\x16\x52\x04\ \xe8\xc2\xc0\x77\x5c\x42\x43\xc7\x93\x8a\x8a\x1f\x10\x08\x0d\x59\ \xab\x30\xd7\x6f\x60\xd9\x30\xa7\x3d\x4d\xe8\x94\xd9\xbf\x6b\x04\ \xa7\x56\x26\x9b\xcb\xa3\x64\x1b\xe5\xa9\x31\xba\x92\x0a\xcd\x4c\ \x50\xac\x7a\x0c\x97\x25\x93\x7e\x82\xe9\x62\x09\x5d\x83\x54\xcc\ \xc4\x12\x8a\x84\xd0\x19\x99\x1c\x47\x09\x93\xc0\x97\x8c\x95\xeb\ \x18\xf1\x34\x4a\x33\x31\x44\xf3\x0d\xef\xdd\x3f\x44\x3a\x19\xa3\ \xd0\x35\xff\xa4\x16\xd7\x28\xc0\xaa\x0e\xd1\xb6\xf1\xef\x51\x2d\ \xcd\x6e\xd1\xe2\x94\xc6\x0e\x61\xc7\x82\x79\xac\xb9\xe6\xa3\x74\ \xd8\x85\x99\xca\xdd\x57\x46\xd3\x34\x76\xef\xde\x8d\x94\xf2\x17\ \x12\x6d\x68\x2e\x46\x86\xe1\x2f\x6e\xe3\x1a\x5e\xd5\xa1\x51\xad\ \xa3\x6b\x06\x42\x08\xe2\x76\x9c\x7c\x26\x83\xeb\xb8\xf8\x7e\x88\ \x52\x1a\x9e\x17\x60\x9b\x62\x46\xd4\x1d\x02\x3f\x20\x91\x88\x93\ \x48\x26\xc8\x64\xb2\x8c\x8c\x8e\xa2\x1b\x16\x5a\x28\xf1\x83\x80\ \x20\xf0\x91\x42\xc3\x4c\xa6\xb0\xac\x18\xa3\x63\xe3\xc4\x13\x29\ \xba\xda\xb2\xd4\x1b\x0d\x26\x46\x87\xa9\x96\xca\x64\xb2\x59\x84\ \xa6\x33\x55\x9c\x26\x93\x48\x22\x8c\x18\x23\xc5\x32\xc5\x4a\x9d\ \x62\xcd\xa5\xd8\xf0\x08\x3d\x8f\x84\x6d\x12\xb7\x34\x1a\x41\x44\ \x29\x15\x90\xcd\x75\x50\xf5\x1a\x74\xf4\xf4\x33\x3d\x78\x18\x6f\ \x26\x35\x4f\x68\xcd\xa3\x9e\xe7\xd6\x51\x92\x5f\xef\x60\xdf\x13\ \x7d\x29\x9a\x46\x68\x02\x66\xbc\xb5\x57\xb4\x68\x71\x0a\x13\x8a\ \x10\x4d\x4f\x10\x45\x92\x20\x0c\x91\xbf\x80\x68\xbf\xd2\x10\xdf\ \x5f\xb9\x8d\x63\x86\x82\x65\x0b\x97\x12\x45\x26\x7e\x18\x92\x4e\ \x26\xe8\xee\xe8\x64\x7a\x6a\x02\x0d\x8d\x7c\xbe\x0d\xa7\x56\xc5\ \x71\x3c\x84\x02\x29\x61\x74\x74\x8c\x6c\x2e\x47\x36\x9b\xc3\x8e\ \x35\x53\x53\x54\x18\xa2\xe9\xcd\x92\xe9\x58\x3c\x8e\x1d\x4b\x11\ \xcb\xe6\x40\x29\xca\xa5\x49\xe6\x16\x72\x64\xf3\x05\xc6\xa7\xa6\ \xd9\xbd\x6f\x1f\xc9\x58\x0c\xcd\xd4\x31\x0d\x83\x5c\x7b\x3b\xd9\ \xa4\xcd\x54\xa9\xc2\x91\xf1\x69\xc6\x8a\x55\x2a\x8e\x8f\x32\x13\ \x08\x3d\x4e\x23\xf4\x69\x34\x7c\x9c\x28\xa0\xd2\x28\xa3\x4f\xbb\ \x38\x91\x62\xde\xe2\x65\x64\xf2\xed\x14\xab\x15\x82\xa0\xf9\xfa\ \x4c\xd3\xc4\x10\x0a\x4d\x13\x27\xdd\xd3\x56\x33\x9f\x57\xab\x3e\ \xbb\x45\x8b\x53\x1b\x29\x99\xc9\x36\x3b\xf5\x33\xce\x8c\xc1\xbd\ \x83\xac\x3a\xeb\x6c\xe6\xf5\xf6\xe1\xf9\x3e\xa6\xa6\xd3\xd6\x56\ \xe0\xf0\xd0\x20\x4e\xc3\x21\x97\x4e\x12\x33\x2c\x5c\xa7\x81\xef\ \xb9\x18\x86\x60\x6c\x7c\x9c\xfe\x05\xfd\xac\x3a\x63\x35\x3b\x76\ \xee\x42\x29\x10\x9a\x86\x10\x1a\xf1\x78\x0c\x3b\x16\xc3\xb4\x62\ \xf8\x7e\x84\xeb\x38\x78\x6e\x48\xb5\xee\x32\x39\x55\xa2\xb3\xbd\ \xc0\x8a\x95\xab\x28\x17\x27\xb1\x63\x26\xa9\x44\x12\xcb\x32\x08\ \x34\x8d\x43\x13\x25\x8e\x4c\x14\x99\xae\x3a\x54\xdd\x00\xc3\x4e\ \x60\xda\x71\x34\x33\x8e\x10\x0a\xa9\x69\x54\xdd\x00\x4b\x37\x10\ \xb6\xc5\xc1\xe1\x51\x34\xd3\x26\x9e\x4c\x21\x1a\x80\x0a\xb1\x0c\ \x13\xcb\x10\x33\x25\xec\x27\xf7\x0b\x50\x40\x6b\xd8\x59\x8b\x16\ \xa7\x3e\x91\xa0\xd9\xef\xe3\x35\x90\x25\x6c\xd4\x9c\x3a\x75\xa7\ \x41\x5b\x2e\x8f\x10\xe0\x7b\x1e\x1a\x8a\x72\xb1\x44\xbd\x5a\xc1\ \x10\x90\x8c\x27\xc8\xe7\xda\x08\xa3\x00\xd7\xad\xe3\x7a\x55\x2c\ \x2b\xc6\xca\xd3\x4e\x67\xf3\x96\xad\x34\x7b\xc3\xda\x08\xa5\xa1\ \xe9\x26\x91\x82\xc8\xf5\x28\x55\x5d\x3c\xcf\x21\x19\x8f\xe1\xb8\ \x01\xd3\xe5\x0a\xbb\xf6\x1e\x60\xd5\x8a\x01\xe6\x2f\x5a\x4c\xbd\ \x5a\x24\x1e\x8f\xa3\x80\xe7\x77\xec\x62\xc7\x9e\x83\x14\x6b\x1e\ \xbe\x12\x28\xc3\xa6\x11\x46\x68\x04\xa4\x52\x29\x92\x89\x04\x61\ \xe0\x23\x84\xc2\x97\x92\x5c\xae\x9d\xa9\x62\x91\x74\xd2\x42\x0b\ \x03\x2c\xcb\x44\x46\x0a\xcf\x73\x09\x7d\x89\xeb\x38\x27\xdd\x1e\ \xa1\x15\x69\xb7\x68\xf1\xda\x88\xb4\xa3\x99\x7d\x95\x53\xbf\x07\ \x8e\xf1\xa6\x4b\x2e\x44\x33\x2c\x6c\xc3\xc4\x32\x2d\xf6\xed\x1d\ \x61\xe4\x48\x95\x20\xf0\xb0\x4c\x13\xc3\x30\xa8\xd5\x6a\xb8\x9a\ \x46\x2a\x99\x22\x9e\x48\x22\x4c\xc1\xa1\x23\xc3\x18\x96\x4d\xa9\ \x52\x26\x93\xcb\xa3\xeb\x26\xa1\x8c\x70\x5d\x8f\xb0\x21\xb1\xed\ \x38\x86\x2e\xf0\x67\x72\x38\xea\xae\x4b\x3a\x4a\x50\xac\xd4\x79\ \x76\xd3\xf3\x14\xb2\x29\x32\x49\x9b\xe5\xcb\x07\x18\x9d\x98\xe2\ \x99\xcd\xdb\x19\x3a\x3c\x8c\x11\x4b\xd0\xf0\x23\x92\x99\x1c\x51\ \x28\x09\x42\x89\xe3\xfb\x18\x96\x8d\x61\xda\xa0\x49\x42\x3f\x20\ \x54\x82\x4c\x3e\x4f\x14\x05\x58\xa6\x81\xef\x48\x0c\x43\x47\x48\ \x83\x4a\xb9\x88\x1f\x46\x27\xfd\xe3\x57\xd0\xec\x82\xd7\x2a\xf2\ \x69\xd1\xe2\xd4\x8e\xb4\xa5\x7a\xcd\xec\xa6\xc6\x75\xd7\x5f\xcb\ \xb6\x6d\x3b\x19\x1f\x19\x27\x1e\x4b\x32\x3d\x35\x81\xe7\xb9\xe8\ \x42\x11\xa8\xe6\xa2\xa2\xef\x7b\x54\x3c\x97\x72\xb9\x84\x14\x21\ \xc9\x54\x82\xc1\xc1\x21\xc6\xc6\xc6\x09\xbc\x10\xcd\x10\xd4\x9d\ \x2a\x52\x42\x18\x85\xd8\x76\x8c\x44\x22\x86\xef\x07\x38\x4e\x1d\ \x2f\xf0\x50\x91\xc4\xf1\x42\x84\x10\xc4\x6c\x1b\x74\x0b\xc7\x97\ \xec\xd9\x7b\x80\xed\xfb\x0e\x30\x5a\x2c\x23\x67\xa2\x74\x4d\xd7\ \x68\x38\x0e\x86\x69\x13\x8f\x5b\x44\x51\x48\xbd\x5e\x25\x97\xcd\ \xa3\x5b\x26\x86\x65\x22\x74\x30\x0d\x03\xa7\xe6\xe0\x3a\x0d\x34\ \x01\x86\xae\xa3\x99\x06\xba\x61\x22\x15\x27\x35\xe5\x4f\xb4\xec\ \x91\x16\x2d\x5e\x5b\xf6\xc8\x6b\x44\xb5\x8d\x54\x3c\x46\x21\x9b\ \xa1\x3c\x31\x41\x21\x9f\x66\xce\x9c\x36\x06\x0f\x1e\x44\x11\x12\ \x45\x01\xd5\x6a\x05\xcb\x32\x49\x67\x52\x44\x41\x48\xad\xe1\x53\ \xa9\x56\xb0\xed\x38\xb5\x46\x83\x28\x52\x68\x7a\x88\x54\x33\x0b\ \x90\x5a\x1c\xa5\x14\x75\xc7\xc1\xd0\x05\x42\x93\xe8\x9a\x4e\xa4\ \x04\x61\x18\x11\x29\x9b\xaa\xe3\x11\x8c\x4e\xa0\xab\x88\xb8\x6d\ \x70\xf0\xd0\x30\x5e\x04\x7a\x2c\x49\x14\x85\xd8\x96\xd1\x5c\xc1\ \x0d\x3c\x74\x41\x73\x10\x6d\x14\xe1\xd4\x4b\x08\xcd\xc0\xb4\x62\ \x08\x19\x62\x65\xd2\x58\x96\x41\xb5\xec\x83\x8a\x40\x99\x68\x9a\ \x0e\x42\x23\x0c\x25\xb4\xec\x91\x16\x2d\x5a\xbc\x1a\x7b\x44\xce\ \xec\xab\xaf\x05\x4f\x3b\x13\xb3\x58\xd8\xdb\x4d\x3e\x9d\x44\x29\ \x85\xa5\x0b\xea\xd5\x0a\x81\xef\xa2\x09\x88\x22\x0f\x5d\xb7\x89\ \xc7\x63\xf8\xba\x4f\xd6\xca\xe1\x7a\x0e\x85\x42\x01\x4d\xd3\x29\ \x57\x2a\x44\x0a\x6c\xdd\x9c\x11\x49\x85\xa6\x69\x08\x43\x23\x08\ \xea\x04\x7e\x03\xec\x38\x52\x0a\x9c\x20\xc0\xf0\xc3\xe6\x74\x61\ \x43\x47\x57\x01\x91\x1f\xe2\x38\x3e\x4a\x33\x51\x08\x22\x29\x31\ \x74\x85\x2e\x14\x8a\x10\x4d\x42\x2c\x1e\x43\xd7\x75\x82\xc0\xc1\ \x0d\xc1\xf7\x1c\x02\xc3\xc0\xb6\x34\x12\xb1\x38\xc9\xb8\x85\xe7\ \xba\xe8\xba\x86\x10\x06\x96\x65\xcf\xf8\xd9\x27\x7f\x21\x52\xd2\ \xea\x13\xdd\xa2\xc5\xa9\xce\x6b\xc9\xc0\x34\x94\xeb\x93\x89\xc7\ \x49\x24\xe3\x4c\x4c\x4e\x32\x35\x3d\x89\x42\x61\x59\x26\xbe\xe7\ \x13\x8b\xc5\xb0\x6d\x03\xdf\x77\x01\x30\x4d\x83\x20\x6c\xf6\x48\ \x76\x1a\x0e\xba\x6e\x22\xc3\x90\x30\x8a\x50\x4a\x61\xda\x36\x96\ \x6d\x61\x99\x26\x1e\x1e\x42\x49\x64\x18\x11\x29\x81\x94\x12\xc3\ \x68\x56\x2a\x06\x91\x02\x04\x96\x6e\xa2\xeb\x16\x52\x06\x20\x14\ \xa6\x66\x20\xa4\x04\xa1\x10\x28\x34\x22\xd4\xec\xdf\x0c\x0d\xa1\ \x69\x78\x41\x40\x28\x25\x5e\xa3\x4e\x3e\x9d\x24\x1e\x6b\x66\xb7\ \x28\x29\x51\x02\x84\x98\xa9\xa4\x3c\xd9\x47\xef\x28\x04\x1f\x84\ \xf0\x5a\x7b\x45\x8b\x16\xa7\xb2\x3d\x12\x29\x82\xd0\x23\x92\x12\ \x39\x73\x79\xf5\xdb\xfe\x7a\x4d\x50\x43\x69\x0a\x43\x37\x08\x3d\ \x9f\xcd\xcf\x6d\x64\x6a\x62\x0a\x53\xb7\x08\x43\x81\x14\x8a\x20\ \x10\x54\x2b\x2e\xa9\x44\x1c\x50\x48\x25\xd1\x35\x13\xdf\x0b\xb1\ \x2c\x9b\xba\xd3\x68\x16\xb6\xa8\xe6\xfd\x55\xa4\x50\x12\x54\xa8\ \xc8\x58\x49\x32\x7d\x0b\xd9\x7b\xe0\x00\x9a\x61\x12\xf9\x2e\x91\ \xf2\xd0\x0d\x13\x4d\xd3\x70\x1a\x1e\x41\x10\xe0\x78\x1e\x1a\x20\ \x94\x86\x00\x22\x19\xa1\x09\x13\x85\xc2\x0f\x14\xba\x69\x22\x85\ \x8e\xae\x1b\x24\x13\x71\xac\x20\x40\x46\x92\x98\x9d\x40\xd3\x2c\ \x10\x06\x42\x33\x70\xdc\x00\xa5\x14\xf9\x7c\x9e\xde\xde\x5e\x64\ \x74\x72\x7d\x89\xd4\xc2\x0b\x09\xdf\xfb\x3d\x84\xa6\xb7\xf6\x8a\ \x16\x2d\x4e\x61\x04\x8a\x35\x86\x49\x65\x64\x9a\x9a\x28\xbf\xea\ \xd8\x5b\x29\x85\xae\xeb\xbf\x70\x35\xe4\x2f\x25\xda\x95\x4a\x85\ \xce\xce\x39\x98\x91\xa2\x34\x5d\x42\x28\x8d\x30\x0a\x91\x12\x52\ \xe9\x2c\xba\x10\x08\xa9\x90\xa1\x02\x21\x41\x82\x94\x11\x1d\x1d\ \x1d\xc4\x62\x31\x76\xed\xd9\x8b\x65\xc7\x66\x04\x52\x35\x05\x5c\ \x68\xe8\x9a\x46\xc2\x4e\x12\xb3\x2d\xe2\xd6\x30\xd3\xd5\x0a\x89\ \x54\xa2\xb9\x68\x18\x8b\x91\x6d\x2b\xd0\xd9\xde\x46\xb9\x58\x42\ \x8e\x80\x6d\x58\x28\xa9\x66\xba\x5b\xe9\x20\x04\x96\x69\xa1\x69\ \x02\xd3\x34\x09\xc3\x10\x25\xc0\x46\x90\x88\x27\xd0\x75\x9d\x44\ \x22\xd9\xf4\xc9\x23\x49\x18\x46\x58\x96\x85\x94\x92\x30\x8a\x48\ \xa5\x92\xbf\x70\xe3\x97\x5f\xed\x8f\x00\x56\x9f\x7d\x5e\x6b\x6f\ \x68\xd1\xa2\xc5\xaf\x56\xb4\x3d\xcf\xa3\x54\x2a\x32\x39\x51\x64\ \x70\x70\xb0\x39\x52\x2c\x6c\x66\x79\x04\x41\xc0\xd2\x65\xcb\x09\ \x5c\x97\x23\x87\x0e\x81\x6a\xfa\xd5\xf1\x78\x9c\x89\x89\x09\x74\ \x4d\x23\x16\xb3\x91\xb3\x63\xb9\x98\xb5\xb5\x15\x41\x14\xa2\x19\ \x31\x2e\xb8\xf0\x02\xda\xbb\x3a\x79\xe0\x91\x87\x90\x51\xd4\x6c\ \xdd\x2a\x04\x96\x65\x51\x68\x6f\xc7\xf5\x5c\x84\x10\xf8\xbe\x0f\ \x34\xcb\x42\x67\x27\xc4\x18\x86\x4e\x3c\x1e\x27\x8a\x22\x82\x20\ \x68\x66\x64\xcc\x3c\x97\x61\x18\x28\xa5\x68\x34\x1a\x54\xab\x55\ \x62\xb1\x18\x4a\x29\xa2\x28\xa2\x33\x97\xc3\xd0\x8d\x53\x62\x44\ \x64\x8b\x16\x2d\x5a\x9c\x30\xb0\xd3\x0c\x6c\xdb\x3c\xe1\x9a\x97\ \x0c\x03\xbc\x97\x68\x1c\x65\x24\x93\x49\x94\x82\x62\xb1\x48\xb9\ \x52\x26\x92\x12\x5d\xd7\x40\x0a\xa6\x8b\x45\x0a\x85\x36\x02\xd7\ \xa3\x5a\x2e\x23\x90\xf8\x61\x40\xa8\x24\xd9\x6c\x96\x5c\x2e\xc7\ \x91\x91\x11\x4a\xe5\x2a\xf6\xcc\xe2\x9f\xa6\x69\x08\x21\x90\x91\ \x44\x37\x74\xe6\xcd\x9f\xcf\xbc\x45\x0b\x28\xd6\x2a\x3c\xb1\x6e\ \x1d\x56\xac\xd9\xc2\x70\x72\x7a\x0a\xc3\x30\x98\x9c\x2e\x82\xd0\ \xb0\x6d\x9b\x68\xc6\x17\x17\xa2\xe9\x7f\xcf\x5e\x0f\xc3\x10\xa5\ \xd4\x71\x0d\x56\xc2\x30\x7c\x41\xcc\x85\x38\xea\x2b\x69\x9a\x86\ \x94\x12\xd3\x34\x5b\xbf\x8a\x16\x2d\x5a\x9c\x92\x68\xba\x4e\x7d\ \x72\x3f\xf7\x3f\xb6\x81\x3a\x3a\xa6\x65\x22\x64\x48\x18\x4a\x14\ \xd0\xb1\xec\x2c\xce\x5f\xde\x8f\x2e\xc3\x9f\xf3\x0b\x8c\x44\x22\ \x8e\x10\x1a\x3d\x3d\x3d\x14\x0a\x05\x6a\x75\x17\xa1\x0b\x82\x50\ \xd1\xd6\xd6\xc6\xf0\xf0\x08\xbe\xeb\xa2\xeb\x3a\xbe\x1f\x60\x9a\ \x26\xbe\xeb\xe0\xba\x2e\xce\x4c\xd5\x61\x22\x91\x40\x49\x85\xd0\ \x35\x74\xdd\x40\xd7\x75\x74\xc3\xa0\xe1\xfa\x0c\x8f\x8c\xb2\x64\ \xf9\x00\xf1\x58\x12\x19\x41\xb5\x5c\x43\xa6\x14\xa0\x21\x74\x83\ \x48\x35\x1b\x82\x0b\xc4\x51\x51\x8e\xa2\x08\xc3\x30\x88\xc5\x62\ \x47\x1b\xb2\x18\x86\x81\xa6\x69\xf8\xbe\x3f\xb3\xa0\x69\x60\x18\ \x06\x52\x4a\x84\x10\x84\x61\x88\x3e\x13\xc5\x97\xcb\x15\x2a\x95\ \xca\xc9\xaf\x88\x6c\xd1\xa2\x45\x8b\x13\x45\xd9\x42\x10\x7a\x35\ \x8e\x0c\x0d\x52\x37\x74\x0e\xef\xda\x41\x23\x33\x8f\xe5\x3d\x39\ \xaa\xc3\xfb\x78\xe2\x60\xc8\x69\x03\x8b\xc8\x8b\x90\xe8\x45\xaa\ \x86\x74\xd1\xca\x00\x00\x20\x00\x49\x44\x41\x54\x6d\xd8\x76\xec\ \x68\x54\x1b\x06\x21\xbe\xef\xa1\x34\x13\x5d\x37\x49\x65\x32\x80\ \x42\x46\x11\x9a\xa6\x61\x5b\x16\x7e\x18\x90\x48\x24\x90\x4a\x51\ \x29\x97\x49\x26\x93\xa4\xd2\x06\x32\x92\x04\x51\x38\x63\x49\x68\ \x20\x23\xea\x8d\x06\xa5\x5a\x95\x62\xb1\x44\xb9\x5c\xa6\x2d\x9f\ \x43\x37\x0c\x4c\xdb\x22\x9b\xcd\xe0\xf9\x3e\xbe\xef\x13\xca\xe8\ \xa8\x95\x71\x6c\x84\x3c\xbb\x8a\xab\x94\x22\x08\x02\x0c\xc3\x98\ \xb1\x4d\x0c\x2c\xcb\x3a\x6a\xfe\xeb\xba\x7e\xd4\xcf\x96\x52\x92\ \xcb\x65\x71\x5d\xb7\x95\x6a\xd7\xa2\x45\x8b\x53\x92\x66\x3f\xed\ \xd3\xb9\xfd\xf7\xce\xc3\x32\x24\x3f\xfc\xfb\x3f\x67\x68\xd9\xcd\ \x7c\xf4\xf2\x01\xa6\x36\xff\x88\xbf\xfe\xde\x41\xbc\x50\x81\x35\ \xdb\x47\xe9\x18\xd1\x36\x4d\x13\x29\x25\x1d\x1d\xed\xb4\xb7\xb7\ \x33\x3c\x36\x8e\x1d\x4f\x51\x2c\x55\x18\x1f\x1f\x27\x3e\x63\x7b\ \x84\xbe\x8f\x61\x34\xad\x07\x19\xc8\x66\x73\x15\x9a\x15\x7f\x76\ \x2c\x81\x65\x5a\xe8\xa6\x81\x61\x98\x28\x25\x08\x02\x0f\x19\xe9\ \x0c\x8f\x8c\x30\xb7\xbb\x9b\x4a\xb9\x82\x65\x58\x98\x31\x1b\xc3\ \x34\x30\x0d\x0b\xd7\x75\xa9\xd6\xeb\x44\x52\x22\x10\x47\x05\x79\ \x36\xaa\x56\x4a\x51\x2a\x95\x9a\x2d\x63\xe3\x71\xa4\x94\x58\x96\ \x75\x54\xb0\xc3\x30\xc4\xf7\x7d\x74\x5d\x3f\xda\xcf\x56\xd7\xf5\ \x17\x22\xf4\x93\xfa\xb5\x28\xca\xa5\x2a\x1a\x2f\x6e\xa6\x2d\x88\ \xa4\x4f\x22\x65\x63\x59\xaf\xdd\x46\xdb\x8e\xe3\x50\x0b\x9a\xbe\ \xdc\x71\xef\x5a\x29\x6c\x7c\x32\xe9\x54\x6b\xcf\x6c\xd1\xe2\x65\ \x3d\x12\x0d\x2d\xa8\xf0\xdc\xfd\x77\xf1\xfd\x87\xd6\xd1\x99\xbc\ \x0c\x18\x60\x64\xe8\x20\x5e\x3c\x45\xc2\x6a\x6a\xe0\x8b\x31\x8a\ \xc5\x22\xae\xe3\x62\x9a\x31\xe6\x76\xcf\x65\xf3\xf3\xdb\x98\x18\ \x1f\x47\x37\x6d\x94\x94\xd4\x6a\x35\xd2\xc9\x24\x91\x94\x84\xae\ \x8f\xd0\x04\x51\x14\x12\xcd\xf8\xc6\xb3\x8b\x81\xbe\xee\x13\x4f\ \x26\x9a\x3d\x47\x0c\x03\xcb\x32\x40\x28\xa6\x4a\x65\x22\x45\x73\ \x7c\x8e\xd0\xb0\x0c\x0b\xcd\x30\x08\x82\x08\x5d\xd3\xa8\x39\xcd\ \xfc\x6f\x43\x88\xa3\x11\xf5\x6c\x1a\x8d\xef\xfb\xc7\x2d\x30\x1a\ \x86\x71\x9c\x7f\x3d\xbb\xa0\x79\xac\xb7\x9d\x4a\xa5\xf0\x3c\xff\ \xa8\x75\x73\x12\x4f\x80\x78\x62\xfd\xbd\xec\x9e\xfc\x09\x86\xf6\ \xc2\x28\x22\xa9\x02\x12\xa2\x9b\x9b\x2e\xff\x34\xed\x1d\x2f\x88\ \xb6\x92\xcd\xcf\x47\xa8\x08\xc7\x71\x90\xc2\x24\x99\xb0\x8f\x1e\ \x00\x5c\xc7\x45\x18\x16\xb6\x79\x4c\xfa\xa0\x92\x78\x4e\x03\x5f\ \x0a\xe2\xc9\x24\x86\xaa\xf2\xd0\x5d\xf7\xd2\x7e\xe9\xbb\x38\xa3\ \xed\xa5\xdf\xbb\x92\x21\x21\x3a\xe6\x2f\x31\x24\x62\x78\x6c\x92\ \xe1\xbb\x7e\x8f\x78\x30\x85\x3a\x46\xb8\xa3\x30\x40\xbf\xe0\x77\ \x39\x67\xed\xd5\x33\xeb\x10\xcc\x0c\xa3\x50\x48\xa9\x9a\xdd\x20\ \x5f\xe5\x73\x4c\x6d\x7d\x94\x47\x27\x72\xdc\x70\xd9\x6a\x5a\x43\ \xdb\x5a\xbc\xae\xf4\x5a\x37\x70\xa7\xf6\xf1\xaf\xdf\xf8\x1a\xeb\ \xa7\xda\xb8\xfe\xb6\xf7\xb2\xfe\xc1\x6f\xf3\xc7\x07\xef\x67\xe2\ \xc8\x18\xe7\xbe\xfb\x93\xe4\xcc\x90\xf0\x04\x25\x1e\x86\x6d\xdb\ \x18\x86\xc1\x8e\xed\xbb\x59\xb7\x6e\x1d\xb5\x5a\x15\x89\x86\x5b\ \xaf\x23\x74\x1d\x29\xa3\xa3\xe1\xb9\x6a\x86\x52\x4d\xdf\x79\xc6\ \x52\x89\x14\xf8\x7e\x40\x14\x49\xec\x78\x8c\x44\x22\x49\x32\x99\ \x22\x1e\x8f\x21\x34\x81\xeb\x3a\xfc\x6c\xdd\x3a\xea\xb5\x1a\xbe\ \xeb\x91\x4c\x26\x89\xc5\x62\x24\x33\x69\x26\x8b\xd3\x48\x25\x31\ \x0d\x13\xa1\x9a\xc2\x25\xa5\x3c\xba\xd8\x38\x7b\x94\x99\x15\xeb\ \x59\xcb\x64\xf6\x6f\xb3\x91\x39\x34\x17\x26\x5d\xd7\x25\x9d\x4e\ \x53\xab\xd5\x4e\x09\x4f\x3b\xa4\xc6\xa8\xb3\x0e\x53\x7f\x61\xb2\ \x72\x28\x1d\x3a\xec\x35\xe8\xda\x0b\x36\x90\x37\xfc\x2c\x5f\xf8\ \x93\x2f\x73\xf6\xef\xfe\x3d\x6f\xcf\x6c\xe5\xab\x5f\xf9\x3e\x07\ \xa7\x5c\x06\x2e\x79\x37\xb7\xdf\x70\x16\xfb\x1f\xff\x77\xbe\x7a\ \xe7\xe3\x78\x6d\x2b\xf9\xad\x4f\x7c\x98\x65\x85\xa6\xd8\x3f\xf9\ \x9d\xbf\xe1\x9b\x8f\xec\xa7\xa3\x23\x43\xa2\xf3\x74\xde\xff\xde\ \x4b\xd9\xbb\x65\x13\xc1\x05\x37\x73\xc6\x4b\x9f\x98\xf1\xe0\xd7\ \xbf\x44\xe5\xc2\xdf\xe4\x1d\xcb\xf3\xbf\xc4\x8f\xce\x24\x3b\xfe\ \x24\xa9\xda\x10\xea\x98\xe3\x48\x14\x40\x43\x7d\x02\x80\xfd\x4f\ \x7e\x97\xef\xee\x4c\xf0\xe9\x0f\x5f\x8f\xd5\x18\xe4\xef\xbf\x74\ \x27\x6f\xfa\xed\xcf\x72\x56\xf6\xd5\x3d\x47\xed\xf0\x7e\x36\x1d\ \xec\xe0\xad\x97\xad\x6e\xed\xe5\x2d\x5e\x6f\x41\x36\xb5\xf2\x14\ \xaa\xeb\x4d\xfc\xfe\xc7\xde\xca\xa2\xf6\x18\xe7\x2d\x5b\xc4\x63\ \xeb\x77\x73\xd1\x35\xef\xe6\xfc\xd3\xfb\x89\xfc\xe0\x84\x6e\x81\ \x61\x9a\x26\xba\x6e\xb0\x65\xcb\x16\xf6\xed\xdb\x87\x61\xda\x28\ \x61\x20\x34\xbd\x99\x34\xae\xeb\x47\xa3\x58\x43\xd7\x09\xa2\x10\ \xcb\xb4\x90\x34\xa3\xe2\x28\x08\x80\xa6\x17\xed\xfb\x3e\xf5\xba\ \xc3\xd4\xd4\x34\xb1\x58\x8c\x8e\x39\xed\x00\x3c\xb7\x61\x23\x7e\ \xc3\xc1\x34\x4c\x3c\xcf\x27\x5f\xb0\x59\x30\x7f\x01\xc3\x63\x63\ \x48\x05\xa1\x8c\x30\x24\x58\x96\x75\x54\x8c\x4d\xd3\x24\x08\x9a\ \x6d\x59\x1d\xc7\x21\x0c\x43\xf2\xf9\x3c\x52\x4a\x7c\xdf\x3f\xba\ \x68\x39\x2b\xcc\xc9\x64\x12\x29\x25\xae\xeb\x51\x2e\x97\x71\x3d\ \xef\xa4\xb7\x1e\x11\x42\xc3\xd0\xe2\x18\x5a\xfc\xb8\x08\x5c\x13\ \xc7\xd8\x22\x51\x99\x7b\xef\xbe\x8f\xf1\xaa\x86\x8c\x3c\x44\xc7\ \x69\x7c\xe0\x8e\x25\xec\x79\xf4\x5f\xf8\xf7\xed\xbb\xa8\x5d\xd5\ \xc5\x5d\x3f\xde\xc4\x9b\x3f\xfb\xdf\x88\x3f\xfa\x45\xbe\x77\xef\ \x7a\xfe\xe0\xb6\x0b\x01\x45\x69\xaa\xc6\x99\xb7\x7e\x8a\x8f\x5e\ \xb6\x90\x7f\xff\xcb\x4f\x71\xe7\x83\x3d\xb4\x8b\x12\x77\x7d\xe9\ \x4f\xd8\x3e\x6f\x29\x37\xdd\x7a\x0b\x0b\xb2\x0e\x4f\xdd\xf3\x6d\ \xee\xdb\x30\xc2\x69\x57\xdc\xc2\x3b\x2f\x5a\x8c\x5f\x1a\xe1\x9e\ \xff\xf1\x27\x0c\x5f\xfc\x6e\x3e\xf2\xe6\xf9\xdc\x7f\xe7\xb7\xd8\ \x38\x6a\x72\xe5\xcd\xef\xe3\xc2\xc5\x79\x9e\x7f\xf8\x4e\xee\x79\ \x6c\x07\x0b\x2e\xbd\x85\x5b\x2f\x1d\x78\x49\xfb\x47\x19\x36\xd2\ \xd4\x50\xfa\x31\x67\x12\xc2\x67\xb6\x70\x3f\xf4\x1d\xaa\xf5\x19\ \x9b\x4a\x86\xd4\x6a\x35\xa4\x8a\xd8\x71\xff\xb7\xf9\xee\x53\x43\ \x9c\x7e\xe5\x6d\xdc\x78\xc1\x1c\x1e\xff\x8f\x6f\xf2\xf0\xae\x2a\ \x17\xdc\x70\x1b\x57\xad\xea\x62\x6c\xdb\xc3\x7c\xe7\xde\xf5\x8c\ \x1f\xd8\x4d\x74\xf6\x7b\x5a\x51\x76\x8b\xd7\x1d\xa1\x1f\x50\x58\ \x78\x2e\xb7\xaf\x30\x98\x1a\x19\x62\xfb\x36\x9f\x5c\xe7\x0a\x6e\ \xb9\xed\x5c\x42\xcf\xc5\x0f\xc2\x97\x6c\x59\x64\xcc\x8a\x60\xa9\ \x54\xc4\x34\x8d\x99\x76\xa2\x11\x89\x64\x02\x4d\xd3\x89\x59\x36\ \x61\x18\x22\xa3\x10\x4d\x08\x82\x30\x04\x4d\x43\x37\x9a\x51\xae\ \x12\xa2\x79\x5a\x8f\x40\x2a\x45\x60\x06\x08\xd1\xfc\x5b\xa3\xd1\ \x40\x49\x85\xeb\x79\x04\xe1\x4c\xe9\x79\xc9\x27\x95\xc9\xa0\x0b\ \x81\xa6\x24\x9a\x94\xcc\xcc\x03\x06\xa1\x50\x4a\xa2\x94\x40\xd3\ \x04\x86\xa1\xd3\x68\x34\xb0\x6d\x1b\xdb\xb6\xa9\xd5\x6a\x24\xd2\ \x29\x62\xc9\x24\xae\xe3\x36\x7d\x6d\x19\x11\x05\x01\xa6\x65\x80\ \x10\x94\xcb\x25\xa6\xa7\xa7\x50\xf2\xe4\xb7\x66\x7d\x35\xec\x7f\ \xe2\x47\x8c\x16\x2e\xe0\xc6\x8b\x6c\x9c\x20\x02\x2c\x46\xb7\xde\ \xc3\x37\xff\xf3\x19\x16\xbf\xe3\xb3\x88\xe9\x43\x4c\x9b\x9d\xf4\ \xf7\xc5\x69\x1f\xe8\xe7\xce\x07\x87\xf1\x68\x16\x19\x19\x06\x1c\ \x5c\xff\x18\x0f\x39\x1b\xd8\x32\x66\x71\xee\xc5\x05\x8a\x7b\x52\ \x5c\xf0\xe6\x9b\xc8\x6d\xb9\x93\xef\xde\xf7\x38\x37\x2d\x18\xe5\ \xae\x67\x1b\xbc\xeb\x1d\x97\xf0\xe3\x6f\x7d\x8d\x47\xfb\x7f\x0f\ \x33\x96\xe6\xec\xeb\xdf\xc2\x07\x2f\x5e\xc8\x63\xff\xfe\x3f\xd8\ \xe4\x9f\xc1\x0d\x17\xd5\xf9\xd7\x6f\x7c\x9b\xde\xdb\x57\xf3\xbf\ \xee\x7a\x9a\x2b\x3e\xf4\x09\x56\xf7\xb7\xff\x92\x07\x2d\x81\x3e\ \x6b\x87\x08\x81\x61\xc4\x68\x0c\x3f\xcd\xf7\x7e\xb0\x85\x37\x7f\ \xfa\x33\x9c\x39\xb7\x83\x5d\xf7\x7e\x99\x9f\x8c\x74\xf1\xfe\xb7\ \xcc\xe7\x7f\x7d\xf7\x5f\xe9\x6d\x7f\x07\xf7\x7e\xeb\x1e\x7a\xde\ \xf6\x21\x96\x26\xaa\x3c\x1a\x46\xb4\xd2\xed\x5b\xbc\xfe\x42\x6d\ \x03\x5d\x56\x79\xe0\x9f\xff\x89\xef\xaf\xdb\x4b\xdd\xf5\xb1\x12\ \x1d\xac\x7d\xc7\xfb\x79\xe7\xda\xa5\x2f\xb4\x09\x3d\xd1\xa6\xb3\ \x8b\x7b\xbd\xfd\x3d\x20\x9a\xd3\x5e\x62\xb6\x4d\xe8\xf9\xc4\xac\ \x18\x0a\x1d\x34\x8d\x40\x29\x7c\x15\xa1\x74\x0d\x3f\x8a\xf0\xc3\ \x88\x48\x68\x28\x44\x33\x3f\x5b\xd7\x30\x0c\x1d\xdb\xb2\x48\x27\ \x13\x24\x62\x36\x2a\x8a\x28\x97\x8a\xf8\xbe\x87\x30\x74\x02\x24\ \x9a\x69\x30\x36\x3e\xc2\xd8\xd8\x08\x9d\xf9\x1c\x66\x14\x60\x12\ \x22\x84\x22\x0a\x7d\x02\xdf\xc5\xf7\x5d\xa4\x8c\xc8\x64\xd2\x47\ \xa3\xee\x99\x97\x0b\x42\x27\x99\xcd\x61\x27\x92\x48\xa1\x31\x36\ \x39\x49\xa9\x56\x65\x7c\x72\x8a\x5a\xa3\x8e\x52\x11\x52\x46\x44\ \x51\x78\xf2\x25\x5b\x35\x9d\xa5\x17\x5f\x50\x20\x34\x0b\xa2\x21\ \xee\x7e\x70\x2f\x2b\xce\x1a\xc0\xaf\x94\xa8\xd5\x6b\x00\x2c\x7d\ \xd3\x3b\xf8\xe2\x9f\x7c\x94\xf2\xba\xbb\xd9\x78\x38\xc0\x34\xb5\ \xa3\x22\x78\xec\x17\x29\x04\x54\xc6\x87\x39\x5c\x82\x6b\x3f\xf0\ \x09\x6e\x38\xbf\x8b\x40\xc4\xe9\x3f\xfd\x34\x2e\xbe\x60\x0d\x6a\ \x7a\x90\x0d\xdb\xf6\xb1\xf8\xdc\xab\x38\x6b\xd5\x45\x5c\xb1\x38\ \xc5\xe6\xed\x43\x28\xdd\xa4\xad\x77\x01\x89\x44\xc8\xde\x03\x0d\ \x2e\xbc\xec\x2d\xac\xbe\xf8\xad\x2c\x34\x87\xd9\x56\xef\xe1\xea\ \x73\xe6\xf2\xc8\xf7\xbf\xcb\xce\xf1\xc6\xcb\xbe\x3d\xa9\x4e\x7c\ \x99\x7d\x89\x4a\x29\x94\x98\x29\xef\x35\x34\xa4\xf4\x89\xb7\xaf\ \xe4\xb2\xd5\x59\x7e\x72\xe7\xf7\x39\x58\xab\xb0\xf7\xf9\x7d\x1c\ \x3e\xb0\x85\xfb\x1f\x7a\x8a\xe1\x62\x8d\x3d\x5b\x36\x53\xcd\x2d\ \xe7\x2d\x17\x9e\xc6\x99\x03\x4b\x49\xeb\x51\xab\xbd\x6d\x8b\xd7\ \x1d\x86\xa9\x33\xb6\xfd\x31\xee\xdd\x16\xf1\x1b\x1f\xbe\x8d\xd3\ \x57\x9c\xc5\xad\x6f\xbf\x98\x3d\x8f\xde\xcd\xf6\x71\x07\xe3\x65\ \xca\xe2\x35\xc7\x71\xf0\x03\x9f\xc5\x8b\x17\x35\x17\xfd\x66\x6c\ \x0f\x5d\xd3\xb1\x2c\xbb\x39\x6b\x71\x46\xfe\xa4\x52\x84\xc7\x34\ \x52\x11\x33\x42\x22\x66\x16\x11\x67\x2b\x15\x2d\xdb\x22\x9e\x88\ \xe3\xfb\x7e\x33\xf5\x4e\x08\x2c\xd3\x24\x93\x4a\x35\x6d\x8d\x20\ \xa4\xab\xa3\x83\x9e\x9e\xb9\xc0\x4c\xc1\x8c\x00\x34\x81\x61\x1a\ \xc4\x13\xf1\xa3\x95\x90\x42\x40\xa3\xd1\x68\x36\xa7\x32\x74\xa0\ \x59\x26\x9f\x48\x26\x89\xc2\x00\xcb\xb2\x8e\x2e\x5a\x46\x52\x52\ \x6f\x34\xe8\xec\xec\xa4\xb7\x6f\x1e\x91\x3c\xf9\x3d\x51\x67\x8b\ \x82\x8e\xbb\xa0\x10\x9a\x80\xaa\x43\x3c\x13\xf1\xd8\x77\xbe\xc9\ \x7d\xcf\x3c\xcf\xa6\x67\x9f\x61\xa2\xe1\x13\x02\x42\x13\x04\xbe\ \x4f\xaa\xad\x8b\x8c\x37\xc1\x91\xd1\x90\xdd\x7b\x0e\x91\xea\x9b\ \x83\x3d\x73\x44\x08\x22\xc1\xaa\xeb\x6e\xe1\xfd\xef\xb9\x99\xb5\ \xab\xfa\x21\x8c\x88\xa2\x08\x19\x81\x26\x41\xe8\x16\xf9\x5c\x8a\ \x91\xc3\x87\x80\x80\x7d\x63\x65\x0a\x9d\x6d\x98\x91\x43\x69\xaa\ \x0c\x5a\x8c\x74\x22\xe0\xe0\xf0\x08\x78\x87\x18\xab\x28\xf2\xb9\ \x2e\x2e\xff\x8d\xdf\xe1\x63\x57\x17\xf8\xd7\x2f\x7d\x9d\xe1\xe0\ \x65\x8f\x49\x27\xbc\xcc\x52\x68\xcb\x52\x3a\xb8\x83\x43\x0d\x98\ \xde\xb3\x99\xe1\xba\x4d\x67\x5b\x96\x6b\x3e\xf2\x07\xbc\xef\x6c\ \x9d\x7f\xfa\xbb\x7f\xc1\x6d\x6b\xa7\x77\xe0\x1c\x6e\xfe\xd0\x1d\ \xfc\xd5\x9f\x7d\x9e\xcb\x56\x76\xe1\x8d\x0f\x71\xc0\x03\x29\x42\ \x82\xa8\xd5\xd7\xb6\xc5\xeb\x30\xd0\x16\x92\xc9\xb1\x51\xf2\x4b\ \xcf\xe6\xac\x65\x73\xb1\xcc\x14\x8b\x57\xae\xa4\x5d\xd4\x29\xd5\ \xdc\x97\x5d\x8f\x33\x2c\xcb\xc2\x30\x0c\x06\x06\x96\x31\x77\xee\ \x5c\x36\x6e\x7a\x9e\xb6\x42\x27\xa9\x74\x8a\x30\x0c\x30\x2c\xeb\ \x68\x96\x46\xd3\xbe\x50\x47\x0b\x5a\x66\xb3\x3a\x66\xaf\xbf\x60\ \xb2\xbf\x50\x8a\x0e\xcd\x3c\x6a\x5d\xd3\x30\x74\x0d\x27\xf0\xb9\ \xe0\x82\xf3\x98\x3f\xbf\x9f\x2d\x5b\x36\x93\x88\x27\xa8\xb9\xce\ \x8c\x40\x37\x33\x43\x4c\x53\x12\x8f\xc7\xc9\xe7\xf3\x14\x8b\x25\ \x26\x26\x26\x71\x3d\x17\x3b\x1e\x47\x08\x70\xea\x75\x94\x0c\x11\ \x02\x92\xf1\x38\xc5\x62\x91\x30\xf0\x49\xc4\x63\x08\xc3\xa0\xb7\ \xb7\x87\xde\x9e\xb9\xbf\x50\xa7\xae\xff\x4b\x81\x76\xb3\x79\xd6\ \x31\x9f\xbf\x92\xcd\x8b\x0c\x3d\x28\x0c\x70\xfb\x67\xff\x5f\x00\ \xee\xff\xc7\xbf\xc6\xbd\xe6\x2d\x18\xbb\x7e\xc8\xff\xf7\x1f\xeb\ \xa8\x7a\x82\xe5\x97\xdd\xca\xea\xa5\x4b\x88\x5f\x3e\xc0\x3f\xfd\ \xe9\x1d\x78\xd9\xa5\x7c\xf8\x8e\xf3\x8e\x1e\x32\x4d\xd3\xc6\x3c\ \xce\xf9\x12\x58\xb1\x18\x86\x68\x9e\x7e\xa1\x0b\xce\xb9\xf2\x1d\ \x0c\xfd\xcf\xbf\xe5\x53\x9f\xfe\x21\xf9\x45\x17\xf3\xa9\x33\xfb\ \xf0\xc2\x55\xdc\xfd\x4f\x7f\xca\x5f\x1c\x78\x27\xb7\xdc\xf4\x36\ \xfe\xfd\x5f\xfe\x7f\x3e\x7d\xb7\x60\xe0\x8a\x0f\x70\x7e\x76\x8c\ \x6f\x7d\xe9\x5b\xec\x1c\x2e\xb1\x60\xcd\xd5\xe4\xcd\x97\x7f\x7f\ \x52\x1d\x9f\x46\x7a\x6c\x1f\xf9\xf6\x55\x97\x71\xdd\xb2\x6d\xfc\ \xed\xe7\x3e\x09\x9a\xc5\xda\x5b\x3f\xc9\xfc\x60\x0f\x5f\xfe\xef\ \xff\xc6\xe0\xb4\xc3\x82\xd5\x6f\xe3\x9a\x6b\x0a\x8c\x7d\xe9\x1b\ \xfc\xd5\x5f\xfe\x8c\x81\xf3\xde\xcc\x87\x6e\xba\x90\x77\x5e\xb2\ \x81\x7f\xfe\xfd\xcf\x11\xd4\x8a\xcc\xbd\xf6\x76\xac\xd6\x3e\xde\ \xe2\x75\x86\x52\x82\x4c\x5b\x17\xf1\x11\x8f\xba\x2f\x08\x27\x9f\ \xe6\x2f\xff\x74\x13\xd9\x05\xe7\xf1\xce\x9e\x1c\x91\x7c\xe9\xf3\ \x4b\xa3\xd1\x68\x34\x8b\x56\x4c\x83\xdb\x6e\xbb\x0d\xd3\xfa\x1e\ \xfb\xf6\x0f\x12\x86\x21\x89\x64\x1c\x39\x53\x4a\xae\xcd\xf8\xd8\ \x91\x0c\x21\x7c\x21\x8a\x9c\x15\xec\xd9\xdc\xea\x59\xf1\x6e\x56\ \x31\x9a\xc4\x62\xb1\x99\xeb\x12\xdf\x6d\xd0\xdd\xd5\xc1\x59\x67\ \x9e\x09\x48\x86\x8f\x0c\x13\x8b\xc5\x69\xf8\x3e\x6a\x26\x6a\x2f\ \x14\x0a\x14\xda\xda\x89\xc5\xe2\x4c\x4d\x4d\xe1\x38\xcd\xca\x4b\ \x35\xa3\x06\xb6\x6d\x21\x95\xa2\x56\xaf\x13\x85\x21\xae\xeb\x30\ \xa7\xb3\x03\xdb\xb2\x18\x1a\x3c\x48\x3a\x9d\xa2\x7f\xde\x3c\x72\ \xd9\xec\x49\x17\x6d\x4e\x10\x7d\xbe\x94\x3f\x7b\xc5\x07\xef\x40\ \x19\x26\x5a\xef\xf5\x7c\xa6\xff\x62\x94\x1e\x27\x9b\x4d\x02\x30\ \x70\xf9\x7b\xf9\xe3\xb3\xde\x86\xb0\x12\x24\xe3\x2f\x48\xd8\x15\ \xbf\xf9\x69\xa4\x38\x66\x99\xce\x6c\xe7\x7d\x9f\xf9\x1c\xc2\x00\ \x3d\x7b\x0d\x9f\x3a\xad\x39\xdd\xe7\x37\x3f\xfd\xc7\x94\xea\x3e\ \xa9\x4c\xb6\x29\x80\xe7\xbc\x93\x3f\x1f\xb8\x02\x17\x9b\x5c\x26\ \xc1\x67\xfe\xe0\x0c\x6a\x81\x46\x36\x9b\x42\x10\xf2\xf6\xf7\xfd\ \x36\x4e\x64\x90\xcf\x65\x5e\x76\x11\xf0\x38\xcb\xe7\x98\xdb\x5e\ \x38\x7a\x67\xb8\xee\x43\x9f\xe5\xa2\x52\x15\x69\xa6\xc8\xa4\x2c\ \x50\x01\xef\xfd\xc8\xc7\xf0\x95\x49\x36\x9f\xc5\x10\xf0\x5b\xff\ \xe5\x8f\x28\x57\x1c\xcc\x78\x1a\x80\x35\x37\xde\xce\xd2\xcb\xca\ \xf8\xca\x24\x93\x49\xb7\xf6\xf0\x16\xaf\x3b\x02\x3f\xa0\xfb\x8c\ \x6b\xf9\xc4\xd9\x16\x96\xaa\x73\xe5\x5b\xde\xce\x69\xaa\x8b\xf3\ \xce\x5e\x41\x5c\xf9\x33\xad\xab\x5f\x42\xb4\xe3\xf1\x66\x66\x43\ \x10\x05\xac\x5c\xb9\x92\x3b\xee\xe8\xe1\x8b\x7f\xf3\x77\x8c\x0c\ \x8f\xcf\x74\xdd\x8b\x9a\xd9\x1d\x86\x86\x90\x10\x85\xd1\x71\x29\ \x79\xb3\x45\x2d\xc7\x5e\x9f\x2d\x78\x31\x6d\x8b\x54\x3a\x4d\xe4\ \xfb\xc4\x4c\x83\x30\x74\x58\x73\xc6\xe9\x04\x8e\x43\xa9\x38\x4d\ \xbd\x5e\xa7\x5a\xaf\x11\x8b\xc5\xa8\xb9\x0d\x42\xd7\xa5\x50\x28\ \xd0\x70\x1a\x0c\x0e\x0e\xcd\x44\xed\xcd\xd2\x74\xdd\x9c\xb1\x40\ \xc2\x80\x44\x32\x49\xa5\xac\x90\x32\xc4\x71\x1c\x96\x2d\x5d\xc2\ \x99\xab\x57\xf3\xf0\xc3\x0f\x31\x36\x3a\x82\xeb\x3a\x58\xb6\xcd\ \xa9\xa0\xd8\x52\x2a\x94\x50\xc7\x44\xda\xea\x84\x8d\xac\xf4\x59\ \xdf\xde\xb0\xc9\xb5\xbd\xf8\xb5\xeb\xa4\xb2\xb9\x9f\xdf\xc6\x30\ \x39\xbe\xe9\xab\xc0\x30\x67\x44\x5d\x18\xcc\x58\xe1\x68\x76\x82\ \x36\x3b\x71\xdc\x3d\xe3\x99\x3c\xb3\x39\x2d\x56\x32\x43\xdb\x0b\ \x3f\x09\x52\xb9\x02\xaf\xa6\x34\xe6\xa8\x87\x7d\x6c\xa4\xfd\xe2\ \xe3\xa4\x30\x49\xe7\xdb\x5e\x74\xbd\xfd\x45\xa7\x7b\x49\x0a\xed\ \xc9\x17\xbd\xdf\xb6\xd6\x9e\xdd\xe2\x75\x8b\x6e\x18\x94\x87\xb7\ \x73\xf7\x5d\x0f\x51\xc1\xc4\xb6\x2d\x44\xb4\x9d\xbd\xfb\x47\x79\ \xfb\x5b\xd7\x92\xb5\x5f\x7a\xfc\x99\xb1\x7b\xf7\x6e\xa2\x28\xa2\ \xd0\xd1\x8e\x65\xc6\x29\x95\x4a\x84\x61\x88\x65\x9a\x08\x4d\x50\ \x6f\x34\x30\x4c\x13\x21\x34\x3c\xcf\x47\x29\x79\x5c\xce\xf4\x6c\ \x73\xa7\x30\x0c\xb1\x6d\xfb\xa8\x68\xa7\x33\x19\xc2\x19\xf1\xce\ \xb5\x17\x38\x6f\xcd\x6a\xda\x72\x29\x3a\x3b\x3a\x28\x95\xcb\x74\ \x75\xb6\x23\x84\xc2\xd0\x4d\xfc\xb0\xd9\xfd\xcf\xf5\x7d\x86\x86\ \x86\xb0\x2c\x9b\x28\x94\x33\x39\xd8\x1a\x96\x65\x63\x59\x66\xb3\ \xd4\x3e\x6c\x66\xb1\xa0\x24\xbe\x1f\x90\xb0\x2d\x76\xef\xda\xc5\ \xa2\x85\x0b\x58\xba\x64\x31\xd5\x52\x91\xdd\xbb\x76\x70\xee\x39\ \x67\xfd\x5a\x7b\xdc\xbe\x21\x4f\xf1\x8e\xf9\x77\xfc\x6d\x2d\x5a\ \xb4\x78\x79\x7b\x44\xf1\xbf\xd9\x3b\xef\x30\xa9\xaa\xec\x6b\xbf\ \x37\x56\xec\xea\x9c\xbb\xe9\x40\x68\x32\x48\xce\x20\x08\xa2\x98\ \x40\x11\x73\x44\xc7\x38\x63\xce\x63\x1a\x3f\x47\x7f\x3a\xc6\x01\ \x45\x51\xc6\xac\xa3\x33\x66\x30\xa0\x22\x06\x54\x72\xce\xa9\xa1\ \x73\xee\xca\x37\x7e\x7f\x54\xd1\x34\x0a\x38\xa3\x8e\xa2\xd6\x7a\ \x9e\x7e\xa0\xab\xeb\xde\xba\x75\xeb\xd4\x3a\xfb\xec\xb3\xf7\x5a\ \x92\xe2\x22\x33\x37\x0f\x8f\x20\x21\x0a\x32\x8a\x5e\xcd\x82\xaf\ \x3e\x65\xdb\x88\x81\x0c\xc8\x73\x1e\x98\xb4\xa3\xd1\x28\x5e\xaf\ \x17\x45\x89\x35\xb0\xd4\xd4\xd4\x10\x08\x04\xda\x22\xd5\xd8\xf2\ \x77\x4f\x74\x68\xb7\xbd\x60\xfb\x1c\xf6\x1e\xd2\xde\x23\xe0\x64\ \xdb\x36\x96\x69\xa1\x3a\x9c\x68\x9a\x86\x43\x91\xe9\xdc\xa9\x14\ \x9f\xc7\x45\x34\x1a\x41\x95\x25\x1a\xea\xeb\x31\x0d\x83\x68\x34\ \x8a\x66\x1a\x08\x8a\x88\xa2\xc8\x98\x46\xac\x99\x47\x10\xc4\x78\ \xcd\xb6\x80\x65\x99\x44\x22\xb1\x12\x3e\x2b\xbe\x39\xe9\x70\x38\ \xb0\x0d\x03\x49\x76\xa3\x47\xa3\xd4\xd7\xd5\xe2\x72\x38\xc8\xc9\ \xcd\xa6\xaa\xba\x9a\xea\xea\xea\x43\x82\xb4\x6d\x73\x7f\x91\x76\ \xbb\xdf\x8d\x58\x5d\x7b\x48\x03\x6f\x6a\x16\x69\xde\x58\xc4\x6d\ \x46\x83\xd4\x37\x34\x83\x23\x89\xcc\x74\x1f\x22\x60\x6b\x21\x6a\ \xea\x9b\x71\x24\x67\x90\xea\x51\xbf\xf5\x3a\x51\x1a\xea\x1a\xd0\ \x50\x48\x4e\x4b\xc3\xad\xd8\xb4\x34\x34\x10\x88\x98\x78\x52\xbf\ \xfb\xfc\x9f\x66\xe0\xed\x3f\xa7\x2d\x7c\x8b\xda\xf5\x48\x04\x14\ \x17\xfb\x34\x73\xea\x41\x6a\x6a\x9b\x71\xa4\x66\x92\xea\x56\x01\ \x9b\xe6\xba\x2a\xc2\x82\x97\xdc\x0c\x5f\xdb\xf3\x82\x8d\xb5\x34\ \x85\x4d\x5c\x2e\x15\x2d\x1c\x46\x74\xa7\x91\xe6\xb1\x69\x6c\x68\ \xc6\x40\x25\x3d\x2b\x03\xa7\x94\x50\x99\x49\xe0\xd7\x05\xd3\x30\ \xf0\x66\x76\x64\xca\xe9\x3d\xdb\xe5\x4c\x76\x50\xb9\x79\x06\xc1\ \xb0\x86\x80\xeb\xc0\xe9\x91\xc2\xc2\xc2\x98\x56\x87\x2c\x51\x5f\ \x5f\xcf\xf6\xed\xdb\x91\x25\x19\x49\x92\x09\x04\xc3\x60\xc7\x6a\ \xa7\xdb\x47\xd5\x7b\x36\x21\xbf\x3d\x73\xb4\xef\x56\x34\x0c\x03\ \xdb\x02\x10\x31\x4d\x13\x49\x00\xc1\x36\xc1\xd4\x10\x05\x9b\x24\ \xaf\x87\xbc\xfc\x3c\x36\x6d\xdd\x81\xea\x74\x60\xd8\x31\x95\x3e\ \x6c\xda\xf4\xb9\x01\x24\x49\x8e\xbf\x6e\x4c\xe9\x4f\xd3\xa2\x84\ \x82\x41\x0c\x4d\x43\x10\x20\xc9\xeb\x45\x57\x15\xea\xeb\xeb\xc8\ \xc9\xce\xa2\xb8\xb8\x18\x8f\xcb\x85\xd7\xe3\xde\x6f\xdf\xfe\xcf\ \x9c\x1d\xf9\xde\x9c\xf6\xce\x85\xb3\xb9\xf3\xb5\x9d\x94\x16\xe5\ \xd3\x6f\xdc\xe9\x1c\x3d\x20\x0b\x80\xfa\x0d\x0b\x79\xe6\xed\xaf\ \xa8\x69\x0c\x71\xd8\xb1\x17\x71\xc6\xe1\x59\xbc\xf3\xcc\x0c\x16\ \xed\x68\x45\x57\x72\x38\xe7\x92\x3f\xd0\x23\x2b\x9e\x46\x09\xef\ \xe6\xc5\x99\x8f\xf3\x4d\xb5\x86\x6a\xab\x0c\x9f\x76\x1e\x83\x5c\ \x1b\xf9\xcb\x7d\xaf\x91\x56\x9a\x4f\xd0\x2f\x71\xec\x05\x7f\x62\ \x5c\x59\xca\x4f\x4e\xda\xfb\xcb\x69\xb7\x51\xa8\x15\x61\xfd\xa7\ \xaf\xf1\xc8\xab\x4b\x38\xe9\xfa\xbf\x31\xae\x28\xce\xda\x46\x3d\ \x6f\xce\x79\x9a\xa5\x3b\x9a\xd1\x94\x1c\xce\xbd\xe6\x32\x1c\xcb\ \x5e\xe2\x89\xb9\xab\x41\x56\x19\x78\xdc\x05\x4c\x19\x5c\x08\xd8\ \x6c\xf8\xf4\x1d\xde\xfa\x7a\x39\x1b\xb6\xd4\x92\xdb\xb9\x8c\x3e\ \x43\x27\x92\x5e\x3d\x8f\x77\x56\x45\xc8\x4e\xb2\x20\x6b\x00\x97\ \x5c\x7a\x2a\xb9\x89\xdd\xca\x04\x7e\x65\xe9\x91\x60\xe3\x4e\x16\ \xbe\xbf\x96\x88\x20\x21\x49\x22\xcd\x3b\x96\xb1\xde\x9f\xc6\x11\ \x19\x49\x71\x33\x98\xfd\x43\x8c\x44\x22\x54\xd7\xd4\xa0\xc5\x15\ \xf7\xaa\xab\xab\x31\x2d\x0b\xb7\xdb\x8d\x61\x98\x58\x76\x4c\x33\ \xc2\xb6\xad\x78\xdd\xf1\x77\x4b\xd8\x04\x41\x68\xab\x14\xd9\x13\ \x79\x6b\xba\x8e\x20\xc6\x72\xd1\xc1\x60\x80\xda\x9a\x6a\x5c\x4e\ \x27\x2e\xa7\x4a\x76\x46\x1a\x39\xd9\xd9\x0c\x19\x3c\x84\xee\x3d\ \x7a\x12\x0a\x47\x30\x74\x83\x70\x24\x8c\x20\x80\x1c\x6f\x4f\xdf\ \xb3\xb1\x19\x53\xf1\x53\x62\xed\xec\x36\xe8\xd1\x08\xd8\xb1\x0a\ \x93\x24\xaf\x9b\x4e\x9d\x4a\xd9\x33\xf9\x48\xd8\x38\x1d\x31\x17\ \x9c\x5f\x7c\x99\x6e\xef\xad\x16\xf9\xf6\xcf\x1e\x62\x6b\xaa\x0f\ \xd1\x77\xd2\x1f\xb8\xe5\xfa\x2b\xdb\x08\x1b\x20\xab\xe7\xe1\x5c\ \x7c\xf9\x45\x8c\xec\xec\xa1\xba\xb6\x91\x48\xe5\x3a\xbe\xda\x26\ \x72\xc5\xff\xbb\x9b\xe1\xc9\xb5\x7c\xbd\xb6\xbc\xed\xb9\x5f\xfe\ \xf3\x69\x96\x98\xbd\xb9\xeb\xde\xff\xe3\xbe\x7b\xfe\xcc\xf1\x03\ \x4b\x09\x35\x36\x91\x37\xe2\x78\xfe\x72\xdb\x9d\x9c\xd9\xd7\x62\ \xee\xdc\x65\x3f\xf9\xdb\x3b\x50\x9d\x76\x5b\xe0\xd0\x58\xc9\xa6\ \x6d\x4d\xf8\x14\x65\x1f\x79\x49\x63\xc7\x0a\x16\x6d\x57\xf8\xd3\ \xdd\xb1\xf7\xf2\xd5\xaa\xe5\xbc\xff\xc1\x0a\x86\x5d\x70\x27\xb7\ \x5f\x30\x92\xa5\xf3\xde\xa1\x16\x00\x81\xfe\x93\xcf\xe3\x8e\xdb\ \x2e\xa2\x6f\x59\x2f\x2e\xbe\xf5\x4e\xce\x3d\xae\x17\xfe\x56\x91\ \xe3\xa7\x5f\xcd\x5f\xfe\x7a\x13\xa9\xbb\x16\xf2\xc9\xc6\x40\x82\ \x05\x12\xf8\x55\x41\x10\x04\xf4\x60\x13\x1b\xd7\xad\x65\xed\xfa\ \x0d\xac\x5c\xb1\x82\x2a\xab\x80\xb3\x2e\x3c\x83\x12\x9f\x88\x71\ \xb0\x8d\xc8\x94\x94\x14\x6a\x6a\x6b\xd8\xb8\x71\x13\xd1\x88\x46\ \x4d\x4d\x35\x4e\xa7\x4a\x30\x18\x44\xd3\xa2\x48\x8a\x1a\xeb\x52\ \xb4\x6c\xd8\x8f\xc0\xd0\x1e\xe2\xde\x43\xd6\x10\xd3\x01\x11\xa2\ \x51\x5c\xde\x24\x6c\x4b\x42\x8b\x68\xec\x2c\xdf\x89\xcf\xeb\x24\ \xd5\x97\x84\x2d\x98\x84\x22\x41\xd2\xd2\x52\x99\x74\xcc\xd1\x08\ \xb2\xc4\xda\xf5\x6b\xb0\x74\x1d\x51\x94\x11\x10\xdb\x6a\xc0\x0d\ \x5d\x27\xe6\xf0\xbe\x47\xcf\xdb\x03\x71\x0d\xef\x64\x9f\x17\xa7\ \xd3\x85\xc7\xed\x26\x25\x25\x19\xd3\x34\x89\x86\x82\xa4\xa7\xa7\ \x13\x33\x77\xb0\x7f\x71\xd6\x6e\x7f\x7f\xda\xee\x57\xac\x56\x06\ \x00\x8f\x27\x8d\xaa\x45\xcf\xf2\x60\x45\x6f\xa6\x9c\x7a\x12\x45\ \x49\xb1\xc7\x05\x49\x60\xe3\xa2\xd7\x99\xb7\xa4\x96\xd1\xd3\x73\ \x71\xe6\x79\x29\xf3\xfc\x93\x87\x6e\xbd\x0d\x53\x48\xe3\x9c\x3e\ \x1d\xe3\x67\xac\x63\xf9\xe6\x06\x46\x4d\x1b\x4d\x92\x08\x96\x69\ \xa3\x19\x26\xa2\xa2\x50\xb5\x7c\x11\x2f\xbf\x1e\x61\xc3\x37\x4d\ \xf4\x9d\x56\xf6\xb3\xaf\x24\x94\x8c\x52\x8e\x3f\xfb\x3c\x22\xf7\ \xdd\x1b\xaf\xef\x8f\x4d\xec\x72\xc7\x3e\x74\x75\xbf\xc7\x03\x77\ \xde\x8e\xae\x67\x71\x69\xbf\x5e\x6c\xdf\xf4\x21\x1f\xfc\x73\x16\ \x4d\x69\x41\xea\x82\x16\x7e\x1d\xb2\x94\xbd\xe1\xbb\x6d\xdb\xf1\ \x95\x9b\x84\x2c\x05\xf9\xec\xbd\xb7\x09\xae\x0c\xb0\x43\x2a\xe5\ \xe8\xd2\x84\xa2\x60\x02\xbf\xbe\xf4\x48\x72\x61\x1f\xfe\xf0\xc7\ \x2e\x34\x06\x74\x52\xd2\x52\x91\xb0\x91\x25\x81\x48\x5c\x44\xef\ \x80\x91\x76\x53\x8b\x1f\x8f\x27\x89\x64\x5f\x0a\x2d\x2d\xad\x84\ \x42\x41\x24\x49\x24\xaa\x05\x01\x1d\xdb\x8e\x62\x59\x1a\x82\x04\ \xa6\xa9\xb7\xa5\x4a\x2c\x2b\x26\xcf\xba\xe7\x4b\x6b\xd9\x36\x08\ \x02\x86\x69\x82\x20\x10\x8e\x44\x10\x62\xa6\xea\xc8\xb2\x83\xea\ \xfa\x16\x2a\x6a\x1a\xd9\x5a\x5e\x45\x44\xb7\x71\xb9\xdd\xe8\x91\ \x20\x79\xe9\x49\x8c\x1f\x35\x9c\x54\x8f\x0f\x87\xe4\x44\x12\x55\ \x24\x59\xc1\xb0\xc1\x12\x04\x04\x59\xc0\xb0\x34\x4c\x2b\x84\x28\ \xe9\x98\xb6\x88\x6e\x48\x18\xa6\x88\x6e\x0a\xa8\x0e\x07\x6e\x8f\ \x07\x59\x92\x70\x2a\x0a\x29\x29\xc9\xa8\x8a\x8a\xaa\xa8\xfc\xe2\ \x7e\x63\x07\xe9\x88\xdc\x43\x6f\x5d\x8e\x3a\x97\x9b\xaf\xbe\x94\ \x52\x6d\x29\xcf\xbe\xfa\x65\xbb\x83\x1d\x0c\x98\x78\x09\xf7\x5e\ \x7d\x2c\x2b\xde\x7f\x9d\x6d\x35\x2d\x58\xbe\x22\x86\x8f\x1c\x4a\ \xb6\xd8\xcc\xa6\x5d\x35\x7b\x3e\x42\x44\x91\xb6\x26\x94\x86\xf5\ \x0b\x79\xe2\xe5\x79\x04\x44\x27\x8a\xc3\x89\xc7\x9b\x4e\x49\xc7\ \x2c\xaa\x36\xac\x22\xf2\x3f\x20\x6d\x73\x7f\x1d\x91\xed\x6f\xbb\ \x60\xa0\x7f\x6b\x43\xc5\x6c\xa8\x21\xea\x2b\x66\xf8\xb0\x21\xe4\ \x28\x0d\xac\xd8\xd8\xca\xe1\xe7\x5c\xca\x39\xc7\x8e\x24\x59\x0c\ \x60\x89\x3e\xd2\x94\x6f\xdd\x47\x68\xb7\xaf\x22\xe0\x74\xbb\x48\ \xc9\xec\x40\xae\x3b\xc8\xfa\x35\x95\x09\x16\x48\xe0\x57\x05\x51\ \x52\x30\x9b\xb6\xf3\x8f\x87\xff\x1f\xb7\xdf\xfe\x57\x9e\x79\x77\ \x19\x9a\xd6\xca\xd2\xaf\x96\x52\x1f\xb2\x62\xc5\x16\x07\x3a\xd6\ \x16\x05\x6c\x51\x24\x23\x23\x8b\x40\x20\x88\x80\x88\xae\xeb\xe8\ \xba\x86\x2d\xd8\xd8\x58\xd8\x6d\x0d\x1c\xf6\x77\xa2\xab\xf6\x75\ \xd9\xb6\x6d\xb7\xe9\x6c\x5b\xa6\x81\xa1\xeb\xc8\x92\x8c\x28\xca\ \x84\x42\x1a\x48\x0e\x82\x51\x9d\x9d\xbb\x2b\x68\x6e\x6e\xc1\xed\ \x52\x11\x4c\x0d\x9f\xdb\x49\x66\x7a\x66\x1b\xab\xd9\x76\xbc\x74\ \x4d\x94\x40\x14\x10\x45\x10\x45\x3b\xd6\xea\x6e\xda\xd8\xc8\x68\ \x86\x4d\x4b\x6b\x80\x70\x24\x8a\xdf\xdf\x4a\x55\x75\x15\x55\x55\ \x95\x34\x36\x34\x20\x20\xe0\x72\xba\x0e\xed\x2a\x86\x98\x99\x26\ \xcd\xfe\x30\x9e\xd4\x1c\x72\x33\x3c\x84\x43\x61\x02\x2d\xbb\xd8\ \xb8\xad\x9a\x40\x53\x23\x21\xdd\xa4\xb9\xb1\x11\x5b\x54\x69\xad\ \xdc\xc0\xfa\x1a\x89\x31\xe3\x27\x32\x20\x53\x67\xf5\x96\x8a\xf8\ \x89\xd2\x19\xd4\x23\x97\x05\xaf\xbf\x43\x4d\x14\x42\xcd\x35\x54\ \xd6\x36\x13\xd5\x0c\xd2\x3a\xf6\xe6\xa8\xf1\xe3\x98\x30\x30\x8f\ \xad\x2b\x57\xd3\xf2\x4b\x45\x15\xa6\x81\x8d\x08\xf8\xd9\xba\x65\ \x3b\xdb\xd6\xac\x61\x4b\xb3\xc2\xa8\x23\x26\x32\x30\x47\x63\xe5\ \x9a\xdd\x20\x24\xd1\xb9\x34\x8d\xdd\x3b\x9a\xe9\x3d\x62\x2c\xa9\ \xdf\x9a\x1e\xcc\x36\x0d\x12\x0b\x5d\x57\xe8\x3d\x6c\x0c\x13\x8e\ \x3e\x81\xce\x9e\x7a\x56\xae\xaf\x48\xb0\x40\x02\xbf\x2a\xc8\x32\ \x94\xaf\xfb\x8a\x6d\x42\x4f\xae\xbc\xe4\x18\x2a\x97\x7f\x43\xbd\ \xdf\xcf\xd2\x05\x73\xd9\x58\x17\x8a\x59\x3e\x1e\xe8\x58\x01\x3b\ \xee\x3a\x63\x52\xbe\x73\x17\x08\x22\x96\x65\xa3\x69\xf1\x8d\x44\ \x49\x88\x2f\x6b\x05\x88\xd5\x30\xb4\xe5\xb1\xdb\xe7\xb5\xf7\x74\ \x34\x5a\x71\xad\x6b\x1b\x88\xe8\x51\x92\x9d\x49\x44\xc3\x16\xe1\ \x70\x08\x49\x92\xc8\xce\xcc\x41\x8b\x86\x91\x14\x09\xbf\x3f\x80\ \x28\xd8\x78\xbd\x1e\x32\xb3\xd2\xd9\xba\x73\x1b\x60\xa3\xe9\x1a\ \x52\xbc\xcc\x50\x51\x15\xb0\x0d\xf4\x48\x08\x51\x92\xb0\xed\x98\ \xb5\x98\x28\xc6\xd4\x00\x6d\x3b\xa6\xf9\xad\xc8\x22\x59\xe9\x19\ \xc8\x92\x84\x22\xab\x71\x9d\x8e\x43\x99\xb6\x45\x20\xc2\x57\x6f\ \x3f\xcd\xfc\xa5\x3b\x50\x52\x4b\x39\xf3\xf2\x23\xa8\x5b\xf2\x14\ \x1f\xd4\x94\x30\x2a\xab\x8a\x57\xe6\x2d\x46\x73\x66\x70\xd4\x19\ \x97\xd0\xb7\xab\xc8\xae\xa5\xcb\xb8\xfd\xba\x6b\x51\x52\x3a\x73\ \xe6\xd4\x5e\x6d\x67\xea\x7f\xe2\x05\x54\xf9\x9f\xe4\xde\x9b\xaf\ \x81\xa8\x46\xc9\xc4\xb3\xc8\xcd\x0e\x11\x5c\xf3\x1c\xb7\xdc\xb4\ \x14\x01\x07\xc7\x9f\x73\x2e\xd9\xbf\xd0\xfb\x4c\x4e\xcb\xc0\xeb\ \x94\x20\x54\xc5\xdc\xd7\xde\x61\xec\x59\xa7\x30\x6e\xdb\xf3\xdc\ \x79\xcd\x75\x38\x52\x4b\x39\xeb\x8f\x7d\xa9\xfc\xfc\x55\x1e\x7b\ \x7b\x09\x85\x43\x4f\xe5\xdc\x63\xbb\x7f\xeb\x14\x2a\x69\x19\x69\ \xa8\x62\x6c\x05\x92\x9b\xeb\xe1\xb5\x39\x7f\xe3\x9b\x7f\x39\x70\ \x65\x0e\xe2\xcc\x13\xfa\x25\x58\x20\x81\x5f\x19\x62\x1c\x9b\x92\ \x96\x4d\x66\x66\x3a\x3e\xa7\xce\xee\x1d\x3b\xa9\x6d\xd6\xe8\x22\ \x49\x08\x07\x09\x39\x65\x59\x14\xb0\x2d\x9b\x9a\x9a\x1a\x9a\x9a\ \x5a\x10\x88\x11\x63\x2c\xdb\x21\xc6\xc9\x45\x88\xf5\x62\xdb\x7b\ \x89\xd0\xfe\xd6\xbf\x7b\xfe\x6f\x59\x56\x9b\x57\xa3\xa1\xc5\x0c\ \x0d\x0c\xdb\x22\xa2\x6b\xe8\xba\x4e\x5a\x5a\x1a\x86\x1e\xc5\xe5\ \x54\xd1\xa3\x61\x6a\xea\x6a\x40\x0a\xe2\x49\x72\x22\xc9\x31\xe1\ \x29\x45\x12\xb1\x11\xb1\x05\x01\x97\xcb\x83\xa1\xeb\xf8\x5b\x83\ \xb8\x5d\x72\xbc\x5e\x3c\x8a\xc3\x21\x91\xe4\x4b\xc5\xe9\x74\xa0\ \xe9\x11\x6c\x53\x20\x3d\x23\x0d\x45\x56\x62\x39\x21\xe1\x97\x27\ \x6c\xd3\x32\xd1\x8c\x30\xed\x8b\xe0\x74\x33\x8c\x6e\x44\xb1\x6d\ \x13\xf0\x32\xe1\xb4\xcb\x18\x7b\xb2\x89\xac\x28\xb1\x2d\x83\x71\ \xe7\x73\x39\xb1\x0e\xd2\xee\xa3\xa6\x22\xc8\x0a\x72\x7c\x2f\xe1\ \xd8\xe9\xd7\x33\x51\x33\x10\x65\x95\x7d\x26\x62\x39\x9d\x63\xa6\ \x5f\xcf\x51\xba\x81\x25\x88\x28\x72\x2c\x77\x7c\xef\x8c\x61\xe8\ \xa6\x85\xd8\xee\x1c\x3f\xd9\x90\xb3\xc1\xd2\xa2\xa0\xd9\xd8\xd2\ \xde\xc4\x8b\xad\xc7\x0d\x1d\xf6\x40\x4a\xe2\x84\xcb\xae\x8e\xff\ \xd2\x85\xcb\x6f\xb8\x0a\x80\x1e\xe7\x5d\xc3\x38\xcd\x88\x35\x08\ \x89\x60\x0d\x99\xcc\xad\x43\xa6\xb4\x5d\xfb\x3e\x70\x95\x71\xd9\ \x75\x7b\x72\xf2\x2a\xe3\xce\xbc\x99\xd1\xa7\x68\x58\x88\x28\xb2\ \x4c\xc2\x0a\x34\x81\x5f\x1d\x65\xdb\x22\x69\x39\x05\x34\xbe\xf5\ \x16\xf7\x6c\xf3\xd0\xda\xe4\x67\x7b\xc5\x0e\x72\x0f\x9b\x48\xcf\ \xbc\xa4\x58\x9a\xf9\x40\xa4\x6d\xc7\xab\x43\x36\x6e\xdc\x82\x69\ \xc6\x72\xd5\x58\x16\x96\x61\x23\xca\x12\x02\x62\x3c\x17\x22\xb6\ \x91\x4f\x7b\xc2\x6e\x4f\xd4\xb4\x4b\x99\x88\xa2\x88\x6e\xe8\x71\ \x67\x74\x19\xd3\xd0\xa9\xae\xa9\xa6\xac\xac\x23\xb2\xaa\xe0\x0f\ \xc6\xa2\xec\xb4\xb4\x34\x02\xe1\x08\x6e\xb7\x1b\xa7\xd3\x49\x38\ \x6a\x80\x2c\x61\xd9\x36\xb2\xa4\x62\x18\x16\xb2\xac\x22\x89\x2a\ \x86\x6e\x21\x4a\x46\x6c\x53\x52\x37\xd0\xa2\x11\x82\x21\x0b\xc1\ \xd2\x69\x0d\x05\x63\x64\xae\xaa\x48\x92\x88\xaa\xfe\xf2\x6e\xec\ \x79\xe9\x5d\x99\xd4\xeb\x4e\x44\x51\x6a\xf7\x61\x59\x88\x38\x41\ \x88\x75\x95\x8a\xa2\x84\xaa\x4a\xfb\xc9\x9e\x88\x28\xdf\xb1\x23\ \xdb\xdf\x63\x6d\x47\x20\x29\xfb\x76\x48\x0a\x92\xcc\x7e\x4e\xfd\ \x93\x40\x95\x6c\xa4\xb1\x77\x61\xa3\x83\x20\xb6\xcf\x85\xe0\x48\ \x2b\xf8\x8f\x22\xf0\xf6\x76\x6b\xa2\x2c\xf3\xdf\x54\xd5\xb7\x75\ \x7e\x26\x90\xc0\xaf\x10\x86\x61\x90\x5c\xd0\x8b\x69\x67\x78\x08\ \x9a\x42\x2c\x08\x93\x9c\xe4\x15\x95\xe0\x11\xf7\xda\x39\xee\x77\ \xec\x8b\x02\xc8\xaa\x42\x63\x63\x3d\xba\x6e\xc4\x9a\x63\xac\x58\ \x4d\x9a\x65\xc5\xca\xfc\x1c\x71\xfd\x10\x01\x01\xd3\x32\xdb\x08\ \x7a\x8f\x03\xba\x24\x49\x6d\xe9\x11\x51\x14\xdb\x6a\xb9\x75\xdd\ \xc0\xc6\x46\x94\x24\xc0\xa2\xa9\xb9\x99\xda\xba\x3a\xbc\x1e\x27\ \x49\x1e\x37\x91\x48\x10\xc1\xb6\x71\x38\x9d\x74\x28\x2e\x22\xc9\ \xe7\x23\x5c\xdf\x88\x24\xa9\x58\xa6\x89\xac\x2a\xb1\x48\x4c\x12\ \x71\xb9\x5c\x44\xa3\x51\x2c\xd3\x6a\x73\xb2\xf1\x07\xfc\x18\xba\ \x88\x80\x89\x16\x89\xa0\x45\x23\xa8\xe9\xe9\x44\x23\x51\x5c\x2e\ \xd7\x2f\x5e\x3d\x32\x74\xf0\xc8\xdf\xec\xa0\x2b\xc8\xcf\xa3\x20\ \xff\xac\xc4\xb7\x2f\x81\x04\x7e\x00\x24\x49\xa2\xb9\x61\x1b\xef\ \xbd\xf1\x3a\x4d\x82\x82\x24\x0a\xd8\x9a\x9f\x16\xa1\x33\x57\x5e\ \x3b\x9d\x92\x64\xe1\x80\x65\x7f\xb2\xa1\xeb\x78\x93\x5c\xe4\x17\ \xe4\xb1\x6a\xe5\x2a\x9c\x1e\x17\xfe\x40\x10\x51\x8a\x55\x66\x44\ \xa2\x3a\x92\x2c\xa2\x69\x91\x58\xea\x42\x56\x62\xad\xca\x7b\x8c\ \x7d\xe3\x64\xbd\x27\xe2\x8e\xfd\x6b\xc6\x3b\x1a\x69\x9b\x31\x04\ \x51\x24\x18\x0e\x11\x0c\x05\xb1\x4d\x9d\x70\x30\x40\x4a\xb2\x17\ \x44\x08\x04\x82\x48\x52\x4c\x6d\x50\x94\x64\x6c\x04\x2c\x4b\x40\ \x37\x4c\x92\xbc\x0e\x04\xdb\x42\x90\xe2\x91\xbe\x60\x13\x0e\x87\ \x71\x38\x24\x20\x66\xb4\x10\x68\x6d\xa2\x6f\xef\xde\x24\xa7\xf8\ \x88\x46\x22\x6d\x9d\x99\x09\x24\x90\x40\x02\x87\x6a\xa4\x9d\x94\ \xd3\x83\xf3\xfe\x54\x8c\x85\x00\x92\x8a\xdb\xdc\xc5\xec\x59\xaf\ \x51\xd1\x1c\xa4\x34\xc5\x07\x07\x50\x92\x17\x35\x4d\xa3\xb5\xa5\ \x85\x8e\x1d\x8b\xc9\x2f\xc8\x21\x14\xf4\x63\x59\x06\xa6\xa9\x11\ \xd5\xc2\x68\x7a\x04\xb0\x50\x54\x11\x30\x11\x45\x01\x4d\xd3\x62\ \x4b\xe4\xb8\x2b\x7a\xfb\x46\x98\x98\x2c\x6b\xcc\xa6\xcc\xb2\x2d\ \xa2\x5a\x34\xb6\x61\x68\xd9\x04\x43\x21\x76\x57\x54\x60\x62\x13\ \xd6\xa2\xb4\x06\x02\x98\x96\x45\x56\x4e\x2e\xc1\x50\x14\x4d\xb7\ \x11\x04\x09\xdd\x30\x90\x14\x05\x59\x92\x08\x47\x22\xb4\x04\x5a\ \x09\x45\xc3\xd8\x42\x4c\x2f\x5a\x92\x44\x4c\xcb\x20\x18\xf4\x63\ \x63\xd1\xa9\x53\x47\x7a\xf5\xee\x49\x52\x92\x2f\xae\x8d\x62\x11\ \x0e\x07\x7f\x71\x8f\xc8\x04\x12\x48\x20\x81\xfd\xc2\x8e\x99\x5c\ \x2b\x8a\x8a\xa2\x28\x38\x14\x09\x7f\x7d\x1d\x4d\x41\x09\x97\x2a\ \xc3\xc1\x36\x22\x77\xee\xd8\x8a\x28\xa9\x64\xe7\xe4\x33\x60\x50\ \x3f\x74\x33\x66\x07\xa6\xeb\x3a\x3b\x76\x94\x13\xd5\x23\x44\xa2\ \xa1\xb8\x07\xa3\x01\x71\x6d\x6d\x51\x8c\x95\x06\x6a\x9a\xd6\xf6\ \x7b\xfb\xee\x48\x2b\x1e\x71\x6b\xba\x81\xc3\xe9\x8c\x55\x81\x08\ \x56\xac\xa6\xdb\xda\xab\xc1\x1d\x0c\x86\xd0\x2d\x85\xca\xca\x3a\ \xfc\x81\x30\x08\x72\xdc\xbd\x5b\x40\x94\x25\x34\x2d\x42\x38\x1c\ \xc4\xd4\x35\x54\x59\x46\x10\x6c\x9a\x5a\x9a\xc8\x48\x4f\x61\xe0\ \xc0\x7e\x74\x2c\x2d\xc4\xe7\x75\x83\x65\x10\x0e\x87\x50\x14\x85\ \x70\x28\xb4\x4f\x1e\x39\x81\x04\x12\x48\xe0\x50\x82\xac\x28\xd4\ \x6f\x5d\xce\x9c\xa7\xde\xa0\x45\x51\x90\x45\x11\xad\xa9\x92\x60\ \xce\x48\x3a\xa4\xfb\xb0\x2c\xed\xc0\xc7\x4a\x92\x8c\xc7\xeb\x46\ \x96\x05\xba\x76\xed\x4c\x56\x56\x16\xaa\xcb\x81\xdb\xe5\x61\xfd\ \x86\x0d\x54\xd7\xd5\xb2\x61\xc3\x26\xfc\xfe\x56\x64\x45\x44\x10\ \xc0\xb2\x62\x15\x1c\xb6\x6d\xe3\x74\xba\x30\x0c\x1d\x49\x92\xdb\ \x14\x00\x05\x41\xc0\xde\x93\xd7\x36\x74\x42\xc1\x20\xaa\x22\x62\ \x5b\x26\xa1\x48\x18\xb7\x37\x89\x48\x30\x40\x63\x53\x13\xbe\x24\ \x0f\xab\x57\xaf\x61\xe5\xca\xad\xd8\x96\x80\x2c\x2b\x08\x82\x80\ \xa6\xeb\xd8\x08\xe8\x86\x86\xae\x47\x11\x25\x90\x55\x11\x87\xea\ \xa4\xa4\xb4\x84\xee\xdd\xcb\x28\x2e\x2e\xc0\xe3\x52\xd0\xa3\x61\ \x64\x49\xc1\xd4\xa2\x68\x11\x2d\x9e\xf3\x26\xa1\x36\x97\x40\x02\ \x09\x1c\xa2\xe9\x11\x9d\xe4\xfc\x9e\x5c\x70\x75\x47\x2c\x04\x04\ \xd9\x89\xcf\xae\xe0\xc9\x27\xdf\xa2\xbc\xde\x4f\x56\x9e\x93\x03\ \xb9\xa3\xca\x9d\x3a\x75\xc6\x34\x2d\x4c\x3b\x66\xb0\xab\x28\x22\ \xb6\xa1\x11\x0e\x9a\x94\x96\x14\x51\x52\x52\x8c\xbf\xa5\x95\xb5\ \x2d\xf1\xd6\x8c\x38\x21\xcb\x92\x48\xcf\x1e\x5d\xe9\xd8\xa9\x13\ \x95\x95\x55\x2c\x5e\xbc\x0c\x4b\x14\x90\x15\x05\x2c\x0b\x49\x96\ \xc8\xca\x4a\xc1\xe1\x74\xd0\x50\x5f\x87\xa8\xa8\x24\xa7\x24\x51\ \xdc\x21\x1f\xc1\x36\xd0\xb4\x28\x5b\xb6\x6e\x47\xd3\x34\xca\x2b\ \xea\x69\xf2\xc7\xa2\xf8\x50\x28\x84\xa4\xca\xb8\x1c\x0e\x8c\x68\ \x08\x09\x28\x29\x2c\xa0\xb8\x43\x01\xa5\xc5\x45\xf8\x52\x32\x63\ \x52\xad\x8a\x08\x18\x44\x42\x21\xc0\x22\x12\x8c\x60\xe8\x1a\xb2\ \x28\x11\xd5\xb4\x58\x24\x9f\x18\x1b\x09\x24\x90\xc0\x21\x09\x21\ \xde\xa4\x18\x27\x66\xdb\xa0\xb1\xb6\x8a\xea\xfa\x96\x98\xe4\xc3\ \x41\xc8\x4b\xb6\x6c\x31\x2e\x16\x15\x01\xdb\xc6\x2d\x2b\x84\x23\ \x21\x5c\x6e\x07\x81\x50\x90\xea\x9a\x7a\x02\xad\x7e\x1c\x8a\x13\ \x41\x52\xb1\x0c\x01\xcd\x08\x23\x89\x06\xf9\x79\xa9\xe4\xe5\xf8\ \xc8\x48\x4d\x62\xc3\x9a\xf5\x34\x36\xb7\xe2\x76\x7b\xd1\x8c\x28\ \x8a\x2c\x92\x97\x9b\x45\x71\x87\x42\x36\x6d\x58\x8d\xc7\xad\x32\ \x78\x40\x7f\xdc\x1e\x17\xd1\xa8\x86\xae\x45\xd9\xb6\xad\x9c\x70\ \x54\x43\xb3\x55\x2c\x49\xc2\x32\x4d\x54\x55\x41\x12\x2c\x54\x2c\ \x5a\x9b\x1a\xe8\xde\xb5\x8c\x49\x47\x1d\x89\xc7\xa9\x62\x5a\x26\ \xb6\x28\x62\x98\x11\xd0\x63\xb6\x66\xc4\xed\xce\x64\x49\x41\x91\ \x55\x24\x49\x46\x94\x22\xc8\xaa\xe3\xd0\xee\xad\x49\x20\x81\x04\ \x7e\xbf\xe9\x11\x59\xa6\x7e\xe7\x12\x66\x3d\xf6\x0a\x8d\x92\x03\ \x05\x9b\x68\x44\xa7\xc3\x90\xc9\xf4\xcc\xf5\x62\x9a\xc6\x41\x48\ \xdb\xb2\x90\x64\x19\x51\x17\x71\x38\x1d\xc8\x92\x48\x34\x12\x22\ \x14\xf4\x13\x0a\x45\x69\x6a\x6c\xc2\x34\x4c\x3c\x1e\x2f\x11\xcd\ \x44\x33\x75\x6c\xcb\x26\x23\x2b\x1d\x25\xae\xe0\xe7\xf5\xa4\xe2\ \xf3\xf9\xa8\x6b\x68\xc6\xb4\x2c\x9c\x2e\x27\x36\x06\xc1\x50\x90\ \xec\xcc\x0c\x3a\xe4\x8f\x43\x8b\xf8\x31\x0c\x1d\x41\x70\x61\x98\ \x26\x6e\x57\x4c\xe4\xa9\x79\x67\x05\xa8\x2a\xba\xa1\x23\x08\x20\ \x09\x36\xaa\xaa\x60\xdb\x16\x39\xd9\x59\x14\x16\xe4\x22\x58\x26\ \xd1\x48\x24\x56\x70\x2e\x82\x1d\xdf\xf0\x94\x44\x25\x66\x00\x6c\ \x18\x31\x29\xd8\xb8\x8c\x2c\x02\xf1\xde\xfd\x04\x6b\x27\x90\x40\ \x02\x87\x1e\x4c\xc3\x20\x29\xb7\x3b\x17\x5c\x73\x23\x92\x04\x9a\ \x6e\xe2\x4a\x4a\x21\x25\xc9\x89\x65\x18\x58\x07\xa1\x2e\x59\xd7\ \x75\x14\x45\x69\x73\x34\x17\x1d\x2a\x0e\xa7\x93\x60\x30\x48\x72\ \x72\x32\x69\xe9\x61\x84\xad\xdb\x08\x87\xc3\x08\x92\x8a\xc3\xa1\ \x12\x31\x74\xf2\xf2\xf2\xc8\xcd\xcd\xdd\xdb\x2e\x1e\x0f\xe7\xb5\ \x68\x14\x49\x71\xe1\x72\x3b\x31\x4d\x93\xc6\xc6\x46\x32\xd2\x7d\ \x28\xaa\x4a\x28\x18\x20\x18\x0c\xc5\x04\x9d\x52\xdd\x74\xee\xdc\ \x99\xe6\x96\x20\xf5\x2d\x61\x64\xd9\x81\xae\x6b\x18\x86\x46\x5e\ \x76\x16\x65\x9d\x4a\x28\x29\x2a\xc2\x97\xe4\x06\x61\xf9\x7c\x57\ \x00\x00\x20\x00\x49\x44\x41\x54\x53\xc7\x32\x74\xdc\x4e\x07\x06\ \xa0\x5b\x06\x86\x6e\xc4\x5c\xe3\x25\xa9\xad\xbc\x6f\x4f\xfd\x76\ \x02\x09\x24\x90\xc0\xa1\x0c\xdb\x06\xa7\xc7\x47\xa8\x66\x33\x6f\ \x7f\xb0\x88\x86\x90\x41\x52\x46\x09\x63\x27\x4e\xa0\x63\x86\x8a\ \x65\x1c\xb8\x64\x59\x8e\x95\xd0\x49\xd8\xb6\x4d\x38\x12\x41\xd7\ \xa2\x48\xa2\x10\x73\x95\xd1\x03\xa4\x24\xa7\xe0\x74\xba\xd0\xb4\ \x7a\x24\x45\x44\x20\xd6\x48\xe3\x72\x3a\x71\xb9\xdc\x58\x96\x41\ \x6b\x73\x80\x50\x30\x26\x72\xa2\x69\x1a\x42\x04\x54\x47\xac\x21\ \x46\x10\x45\xc2\xe1\x08\x1e\xb7\x82\x2c\x4b\x34\x36\x36\xe0\xf1\ \x24\xe1\x70\x7a\x29\x2a\x2a\x62\x77\x45\x0d\x75\xcd\x5b\xb0\x2c\ \x13\xb0\x10\x01\x5f\x52\x12\xdd\xba\x75\xc7\xd4\xc2\xe8\x5a\x14\ \xc1\xb6\xb0\x74\x83\xb0\x6d\x22\xc8\x6a\xac\x5c\x3b\x6e\xc8\x60\ \xdb\xd6\x3e\xee\xef\x31\x4b\x32\x33\x5e\x1f\xfe\x33\x11\xb8\x00\ \x96\x6d\xd1\xdc\xd2\x88\xa6\x47\x0f\x01\x49\xd8\x04\x12\x48\xe0\ \x97\x80\x20\x08\x68\x5a\xf4\x7b\x99\x47\x52\x14\x42\x15\xcb\x79\ \x72\xd6\x4b\x38\x8b\x4b\xa9\xaf\xae\x87\x68\x90\x39\xcf\x04\xb8\ \xf4\xe2\x53\xc9\x76\x0a\x98\x07\xb2\x1b\x0b\x06\x83\x31\x31\x27\ \x41\x40\x55\x94\x78\xd5\x87\x8d\x37\xc9\x4b\x28\xac\xe1\xf5\xa5\ \xe2\x70\xa8\x80\x80\x20\x0a\x68\x11\x2d\x56\xce\x67\x5b\x6d\x25\ \x76\x86\x19\x8b\x7a\xb1\x63\xcf\x31\x4d\x8b\xe6\xe6\x16\xd2\x92\ \x53\xf1\xb8\x3d\x84\x43\x2d\x18\x5a\x08\x87\x2a\xa3\xaa\x2a\xe1\ \x70\x98\xa8\x66\x92\x9c\x9a\x19\xab\x36\x11\x85\x18\x39\x63\x23\ \x0a\x50\x5b\x5b\x4b\x75\x55\x25\x2e\x87\x02\xb6\x4e\x66\x5a\x3a\ \x82\x08\xba\x61\x10\x09\x87\x11\x65\x69\x1f\x27\x78\x49\xda\x63\ \x79\xa6\x63\x18\x26\xb6\x6d\x21\x4b\xd2\xcf\x96\x1e\xb1\x2c\x8b\ \xd4\xd4\x74\xfc\xfe\x16\x42\x81\x84\x20\x7f\x02\x09\xfc\x7e\x23\ \x68\x9b\xe4\xe4\x54\x04\xf1\xe0\xfc\x23\x89\x36\xe5\x1b\x57\x10\ \x29\x1e\xc7\xd5\xe7\xf4\xe0\xa9\xa7\x3e\xe7\xa4\x33\xc6\xf3\xfa\ \x63\x8f\xb1\xb1\xaa\x99\xbc\x8e\x29\x98\xd6\xfe\x9b\x6b\xe4\x51\ \xe3\x27\x02\x02\xa2\x20\x20\xb4\x79\x2a\xda\x88\x82\x88\x69\xc5\ \xba\x1d\xbb\xf7\x1b\x80\x6e\x18\xf1\x16\xf5\xd8\x9e\xa7\xaa\xaa\ \xc8\xb2\x84\x24\x08\x58\x36\x8c\x3b\xf2\x98\x38\x89\xc6\x42\x4f\ \xdb\xb6\x91\x65\x09\x87\xea\xc0\xb2\xcd\x98\x46\x60\xbc\x01\x27\ \x16\x21\x83\x28\x49\x0c\x1f\x3d\x06\xdd\x30\xb1\x2c\x9b\xf8\xa1\ \x08\x08\x31\xa7\x9a\xf8\x0a\x60\x4f\xdb\xbc\xcd\x1e\x7f\xca\xfd\ \x84\xba\xf1\x35\x87\x4d\x4c\xf5\x54\x96\x95\x36\xd7\xf8\xff\xf9\ \x07\x65\x59\x24\xf9\x7c\xf8\x92\x53\x12\xa3\x36\x81\x04\x12\x38\ \xe8\x46\xe2\xde\xa8\x5c\x42\x16\x6d\x0c\xc3\x44\x0f\xec\x66\xfe\ \xbb\x73\xd9\x16\xf0\x30\x3c\xf9\xe0\x06\x2e\xb2\xc7\x9b\xb4\x97\ \x7c\xbe\xf5\xc7\x3d\x92\x3c\x6e\x8f\x37\xc6\x8b\x36\x6d\x84\x19\ \xb3\x20\xdb\x7b\x54\x52\xb2\x0f\x81\x76\x9b\x7f\x76\xac\x9c\xa5\ \xbd\xd1\x6b\xdb\x75\xb4\x7b\x20\x29\xc9\x1b\xcf\x43\x0b\xdf\x89\ \x5e\xdb\x4b\xc0\xfe\x90\x19\xef\xe7\x4c\x53\xc4\xf2\xea\x89\xd6\ \xf9\x04\x12\x48\xe0\xfb\x61\x18\x26\x79\xdd\x47\x31\x31\xc3\x04\ \xdb\x45\x76\x52\x90\x25\x9b\x9b\x99\x38\xed\x14\x3a\x67\xa8\x07\ \x0d\x38\xe5\x83\x69\x74\xd8\xfb\x10\xd2\x7f\x42\x5a\x3f\x84\xec\ \x7e\x1b\x4b\x22\x87\xc3\x81\xaa\xaa\x89\x7c\x76\x02\x09\x24\x52\ \x24\x84\x42\xa1\x83\xf3\x9e\x69\xe1\xca\x28\x62\x50\x8e\x40\x34\ \x1a\xe5\x98\x73\xaf\xe7\x38\xc5\x85\x4b\x11\xd0\x34\xfd\xa0\x89\ \x5d\x39\x71\x8b\x7f\x3c\x9c\x4e\x27\x5f\x7e\xf9\x05\xab\x56\xad\ \x44\x55\x1d\x89\x1b\x92\x40\x02\xbf\xdb\xb4\x88\x89\xcf\xe7\x63\ \xf2\xe4\x29\xdf\x1b\xc0\xd9\xa6\x4e\xc4\x8c\xa5\x1e\x14\xd5\x81\ \x80\x49\x54\xfb\xfe\xa0\x2f\x41\xda\x3f\x01\x14\x45\x61\xd3\xc6\ \x4d\xcc\x9b\x3b\x0f\x8f\xc7\x93\xb8\x21\x09\x24\xf0\x3b\x85\x61\ \x18\xe4\xe4\xe4\x30\x65\xca\x89\xff\xd5\xaa\xdb\xb6\xac\xff\xb8\ \x6c\x22\x41\xda\x3f\xd1\x72\x48\x51\x15\xdc\x6e\x37\x6e\xb7\x3b\ \x71\x43\x12\x48\xe0\x77\x4c\xda\x4e\xa7\xeb\x7f\xfa\x1a\x09\xd2\ \xfe\x5f\x40\x00\x4b\x8f\x12\x89\x1a\xec\x29\x89\x91\x64\x15\x55\ \x95\xdb\xb6\x5b\x2d\x3d\x42\x58\xb7\x71\xba\x5c\x31\x1b\xce\x3d\ \xcb\x2b\x43\x8b\xe5\xb4\x6c\x40\x94\x71\x3a\x55\x4c\x2d\x82\x29\ \xaa\x38\x55\x39\xb6\xa4\x8a\x68\xc8\x4e\x17\x92\xa9\x11\x35\x45\ \x5c\x4e\x05\x10\xb0\x4d\x8d\x88\x66\xe2\x70\xb9\xb0\xb5\x10\x61\ \xdd\x8a\x59\x98\x21\xa2\xa8\x0e\x14\x59\xfc\xd6\xec\x6e\xa2\x69\ \x51\x4c\xd3\x06\x41\x44\x56\x54\x54\x45\x42\x10\xc0\x88\x46\x88\ \x68\x06\x82\x28\x80\x10\x3b\x5e\xc2\x20\x12\xd5\xe3\xc7\xda\xf1\ \xbf\xc9\x38\x54\x09\x3d\xaa\xa3\x38\x5d\xc8\x52\xcc\xd4\x59\x8b\ \x6a\xb1\x3a\x53\x41\x44\x56\x55\x54\x59\x42\x00\xa2\x91\x30\xa6\ \x20\xe3\x74\x28\xb1\x7b\x61\x19\x84\xa3\x06\xaa\xd3\x85\x64\xe9\ \x44\xa2\xd1\x58\x37\x98\x28\xa1\x3a\x1c\x3f\xb9\x4d\x5a\x02\x09\ \xfc\xda\x91\x20\xed\xff\x01\x2c\x4d\x27\xa3\xf7\x38\x8e\x1f\x3b\ \x00\x17\x06\xb6\x1e\x64\xfd\xe2\x4f\x58\xb8\x74\x2b\xa6\x28\x61\ \xe9\x51\xd2\x7b\x1d\xc3\xa9\x03\x93\xf9\xf7\x3f\x5f\x61\x77\x48\ \x42\x91\x40\xd3\x4c\xf2\x7a\x8c\xe4\xc8\x31\x03\x48\x75\x4a\x84\ \xea\xb7\xf0\xee\xdb\x0b\xc9\xea\x77\x12\xf9\xcd\x5f\xf3\xe6\xa2\ \xf5\x38\x73\x7b\x73\xd6\x49\x63\x58\xff\xf6\x4b\xd4\xe6\x1e\xce\ \x88\xfc\x26\x5e\x7f\x67\x29\x16\x16\x6a\xee\x60\xa6\x0e\xcf\xe3\ \xa3\xd7\xdf\xc4\x33\x6c\x1a\x27\x0c\x2f\xc1\xd4\x0d\xf4\x60\x3d\ \x8b\x17\xbc\xcf\xb2\xad\xf5\x48\x72\xec\x23\xb7\x0c\x0d\x29\xa9\ \x03\x47\x9d\x74\x24\x5d\xf3\x52\xb0\xa3\x4d\xac\xf8\xec\x03\xbe\ \x58\xb9\x13\x5d\x74\xd2\x6d\xd8\x14\x26\x8e\xe8\x0c\xba\x81\x16\ \xa8\xe7\xeb\x8f\xde\x65\xa7\xdd\x83\x53\x26\x0f\x46\x32\x4d\x04\ \x51\xc0\x42\x42\x0c\x6c\xe2\xcd\x8f\xd7\xd3\x7b\xd8\x61\xac\x7d\ \xef\x2d\x36\xd7\x84\xf0\x64\x75\x64\xc2\x84\xf1\x74\xc9\x4d\xc2\ \x08\x37\xb1\x6c\xc1\x3c\x16\xad\xab\xc0\xc4\xcd\x90\xe3\x4e\xa7\ \x48\x5b\xcf\xbf\xdf\x5f\x81\xa5\xc8\x38\x52\xba\x70\xc6\x84\xee\ \x2c\x7a\xeb\xdf\x54\xbb\xcb\x38\xf9\x98\x23\x29\x4e\x57\x09\x35\ \x55\xb0\x70\xde\xdb\xac\xab\x8e\x22\x4b\x09\xe2\x4e\x20\x81\x3d\ \x10\x13\xb7\xe0\x27\x4f\x96\x60\x1a\x16\xd9\x3d\x0f\xa3\x24\x2b\ \xc0\xa7\xef\xbd\xcf\xe2\x2d\x41\xc6\x9f\xf5\x27\x26\x76\x4d\x45\ \xd3\xa2\xe8\x42\x3a\x23\x8f\x9c\xc0\xd0\xb1\x13\x18\xd5\xbf\x23\ \xb6\xa6\xa1\x6b\x06\x45\x83\xa6\x72\xed\x85\x27\x22\xd7\x6e\xe0\ \xab\xaf\x97\x52\xe5\x8f\x82\xac\xd2\xa1\xd3\x40\xba\x65\xba\x11\ \x53\x3a\x73\xf6\xa5\xd3\xc9\x6c\xdd\xc4\xc6\x5d\xcd\xa4\x95\x76\ \xa1\x67\x9f\x02\x04\xd3\xc2\xb6\x0d\x24\x6f\x07\xfa\xf6\xec\x8b\ \x47\xb4\xc9\xeb\x31\x8c\x34\xbd\x8e\x85\xf3\xe7\xb3\xa9\x29\x89\ \xd3\x2e\xb9\x9c\xc1\xc5\x1e\xa2\xba\x85\x65\x68\x88\xc9\x9d\x38\ \xef\xba\xab\x19\x9c\x6b\xb0\xfc\xab\xcf\x59\x57\x69\x71\xd4\x85\ \xd7\x72\xe2\xa8\x52\xa2\x51\x8b\xe2\xae\x43\x28\xd6\xab\x58\x30\ \xff\x23\x36\x36\x79\x38\xe3\x4f\x57\xd0\x2b\xb9\x81\x8f\x3f\x9c\ \xcf\xaa\x1d\x21\xfa\x96\xa5\xb2\x7d\xe9\x02\x3e\xfe\x7c\x15\x01\ \x21\x99\x5e\x23\xfa\x90\xa2\x9a\x08\x69\xdd\x98\x7e\xd5\xd5\x1c\ \x96\x16\x60\xc9\xa2\x2f\xd9\x58\x2b\x31\xf9\xc2\x1b\x98\x3c\xb0\ \x10\x2d\x6c\x90\x53\xd6\x87\x29\xd3\xff\xc8\xf1\x43\x3a\xa0\x85\ \xc3\x08\xce\x4c\x06\xf6\x2a\xc3\xe7\x4d\xe5\xe8\xf3\x2e\xa5\x97\ \xa7\x9e\xcf\x3f\xfd\x82\x2d\x15\xcd\xd8\x16\x24\xa4\x1a\x13\x48\ \x20\x11\x69\xff\x2c\xc4\x8d\x05\x91\x86\x1a\x76\xec\xd8\x8a\x62\ \x65\xd2\xea\x0f\x63\x58\x36\x86\x66\x90\xd3\x7f\x18\x5d\xed\x95\ \xdc\xff\x64\x90\x13\x46\x8e\x26\xf3\x8b\xf5\xd4\xca\xf9\x8c\x3f\ \x71\x1c\x1b\xe6\x3d\xc4\xcc\x37\x96\xa3\xb8\x1c\xd8\xa6\x89\x2e\ \x24\x73\x98\x1d\x46\xcc\xec\xca\x59\x17\x75\x47\x58\xf9\x2f\x1e\ \x7b\xfd\x73\xc2\x96\x04\x06\xd8\x11\xab\x2d\x05\x63\xdb\x06\xa6\ \x15\xc5\xb2\x05\x24\x31\x42\xe5\xf6\x95\x7c\xb6\xe0\x13\x84\xd5\ \x95\x94\x8d\xbe\x95\xa2\xe2\x2c\xbe\xd8\xb4\x15\x4d\x94\xe8\x3f\ \xf2\x18\x7a\x18\xcb\xb9\xed\xe1\x59\xd4\x99\x0e\x4c\xed\x53\xb6\ \xb5\x5e\xc9\xd5\x13\x8e\x67\xc1\x57\x8f\xa2\xd9\x06\x15\x9b\x57\ \xf2\xf9\x82\x8f\x61\x4d\x15\xa5\x83\xff\x46\xbe\x33\xc2\xbc\xf9\ \xdf\x90\x1b\xcd\xe2\x98\x61\x4e\x56\x2f\x5d\xc4\xc6\x46\x1b\x5f\ \xc7\x34\x88\x98\x68\x51\x81\xfe\x47\x1e\x43\x61\x78\x11\x77\x3c\ \xf2\x34\x2d\xa2\x03\x23\xf2\x29\xbb\x43\x57\x71\xf9\x09\x13\xf8\ \x68\xc9\xb3\x18\x41\x3f\x1b\x96\x54\xd3\xed\x98\xf3\x18\x55\x75\ \x0f\x5f\x47\x34\x22\xb6\x8d\x85\x84\x2b\xd9\x49\xe3\xd6\x6d\xac\ \x58\xfc\x05\x2d\x61\x1d\xd5\x9d\x84\x53\x16\x12\xb2\x5f\x09\x24\ \x90\x88\xb4\xff\xf7\x30\x74\x8b\xec\xae\xe3\xb8\xf0\xb2\x3f\x71\ \xd1\x79\x53\xc9\x32\xaa\xd8\xd9\x18\xc4\x52\x7c\x0c\x1c\xd2\x87\ \xdd\x4b\x3f\xe6\xc3\xb9\x73\xd9\x6e\x16\x33\xbc\x6b\x06\x82\x33\ \x9d\xe2\xd4\x7a\xd6\x6d\xd9\x85\xe8\x70\xa3\x2a\x31\x71\x2e\x49\ \x04\xc3\x80\x3e\xc7\x9c\xc2\x90\xa4\x7a\xde\x7a\xe7\x53\x82\x82\ \x03\x49\x10\xe2\x64\x6d\xef\x25\xb5\xb6\xdd\x6a\x1b\x43\x17\x28\ \xee\x31\x94\x29\xa7\x9e\xc9\x65\x57\xff\x89\xce\x2d\x3b\x59\xb3\ \xae\x02\x41\x91\xb0\x25\x95\xac\x9c\x12\x6a\xd7\x6e\xa2\xd9\x90\ \x71\x38\x54\x5c\x6e\x95\xea\xf5\x2b\x30\x52\xbd\x64\xa5\x39\xd1\ \xa3\x06\xb9\xbd\x47\x30\xe5\x94\xb3\xb8\xfc\x4f\x97\xd2\xd3\x5e\ \xc9\x8a\x9d\x35\x28\x4e\x17\x8a\x2c\x22\x08\x22\xb2\xa2\xa0\xc4\ \x73\xe0\xd8\x16\xa6\xe4\xa1\x28\x23\x8d\xc6\x0d\xab\x69\xc5\x81\ \x4b\x55\x71\x39\x24\x2a\xb6\xac\xa6\x39\xa3\x90\x74\xaf\x03\x49\ \x92\xa8\x59\x35\x97\xe7\x3e\xdc\xc9\xa4\x73\xcf\xa2\xd8\x6b\xa3\ \x99\x02\x62\xb4\x8e\xb7\x9f\x9c\x83\x5e\x72\x14\x37\xde\x72\x23\ \x67\x9e\x30\x86\x34\xd5\xc4\x48\x30\x76\x02\x09\x24\x22\xed\x9f\ \x03\x8a\x22\x52\xb9\xfa\x5d\x1e\x78\xe0\x2d\x0c\x35\x99\x89\x97\ \x5e\xc7\x94\x29\x23\xd8\xf8\x6c\x39\x03\xfa\x97\xe2\xcd\x9d\xc6\ \xcd\x3d\x74\x8a\x8a\xf2\x08\x0c\x1b\xc0\xbc\x67\x36\xd0\x68\xa4\ \x90\x9a\xe4\xc2\x88\x36\x61\xca\x0e\x2c\x43\xc7\xc4\x85\xac\x08\ \xac\x7a\xe7\x45\xca\x53\x7b\x73\xe9\x95\xe7\x31\xe3\xd1\x17\xd8\ \xd5\x6a\x62\xd9\x60\x4b\x32\xb6\xa6\x61\x88\x16\x96\x28\x80\x18\ \x93\x15\xb0\x6d\x70\x7a\x93\x49\xf5\xb9\xa8\x5d\xf3\x21\x0f\xad\ \x58\x49\x79\xbd\x8e\xaa\x88\x44\x34\x83\x90\xbf\x95\x94\xac\x74\ \x24\x4b\x43\x37\x62\x9b\x9d\xbe\xb4\x3c\x94\x90\x49\x30\xa4\x91\ \x22\x08\x38\xbc\x3e\xd2\x52\xdc\xd4\xae\xfb\x98\x87\x5e\x5c\x4e\ \x79\x43\x04\x45\x39\x80\x8d\x9b\x20\x20\x98\x1a\x2d\xd1\x20\x49\ \xd9\x19\x08\x7a\x14\x5d\x91\xd0\x35\x1d\x4f\x4a\x16\xc9\x5a\x13\ \xa1\xa8\x01\x82\x88\xea\x54\x59\xff\xe6\x4b\x7c\xda\xe5\x1a\xce\ \x3c\x79\x1c\x6e\x74\x44\x49\xa4\x66\xed\x27\x3c\xb4\xe5\x1b\x0a\ \x3b\xf5\x65\xea\x05\x67\x71\x7a\xb2\xc0\xac\x97\x17\x61\x3b\xd4\ \x44\x96\x24\x81\x04\x12\x91\xf6\xff\xfe\xce\x8a\xaa\x03\x97\xcb\ \x4d\x52\x6a\x3a\xe9\x49\x4e\xf4\x50\x84\x4e\xc3\xc7\xa2\x94\x7f\ \xc1\x33\xcf\xfd\x8b\xf9\xf3\xdf\xe5\xd9\x39\x6f\x92\x54\x36\x84\ \x2e\xbe\x06\x3e\x5f\x58\xc3\x91\x27\x9e\xca\x90\xee\x05\xf8\x7c\ \xa9\x74\xe8\xd4\x91\xf4\x24\x27\xa2\x20\x13\xa9\x5d\xcf\x53\x0f\ \x3d\xc8\x1a\x7a\xf1\xc7\xcb\xa7\x91\xe5\x34\x29\xdf\xb4\x0b\x57\ \xee\x10\x46\x1d\x56\x82\x2f\xa3\x84\x71\xe3\x07\x82\x7f\x33\xd5\ \x21\x70\x3a\x45\xb6\x2c\xfd\x84\x17\x9f\x7d\x8e\x37\xe7\x2e\x60\ \x47\x5d\x10\x59\x96\x00\x01\x05\x8d\xd5\x8b\x3f\x24\xdc\x73\x02\ \x53\x27\x0e\x21\x3d\x39\x89\xbc\xce\x43\x39\xed\x8c\xb1\x6c\x5f\ \xf5\x05\x5b\x1b\x2c\x5c\x4e\x95\xdd\x8b\x3f\xe6\x85\xe7\x9e\xe3\ \xad\x79\x9f\xb0\xbd\x3e\x14\xd3\x80\xb1\x63\xa9\x18\xb1\xdd\xc8\ \x89\x15\xa8\x48\xa8\x72\x98\xaf\x3f\x5b\x8c\xd0\x6d\x32\xa7\x8c\ \x3f\x8c\x34\x9f\x8f\xc2\x1e\x23\x38\x65\xf2\x11\xec\x58\xb0\x88\ \x8a\x56\x03\x59\x8e\x69\xa1\x3b\x04\x3f\x1f\xbc\xf2\x0a\x0d\xd9\ \x7d\x28\x4c\xf1\x60\x89\x0e\x4a\x7a\xf5\xa5\x34\x3b\x89\xe6\x8a\ \x2d\xec\x68\x30\x48\x2f\xcc\x47\xb1\xcc\x44\x7a\x24\x81\x04\x12\ \x91\xf6\xff\x16\x82\x20\xe0\xaf\x6b\x20\x69\xe8\xe1\x5c\x71\x7d\ \x2f\x44\x87\x83\xc8\xee\xa5\xbc\xf0\xd6\x16\x86\x9d\x35\x9e\xad\ \x9f\xcd\x66\xd5\xe6\x72\x1c\x0a\x68\x52\x1d\xcb\xc6\x0c\x67\x40\ \xb7\x02\xe6\xbc\xf6\x30\x29\xca\xf9\x4c\xbd\xf0\x4a\x74\x4d\x07\ \xa3\x8e\x7f\xff\xe3\x5f\x84\x82\x2d\x44\x91\x71\x98\x35\xbc\x3c\ \x63\x26\xc9\x57\x5d\xc6\xb4\x49\xeb\x98\xf1\xc6\x5c\x5e\xfd\x20\ \x8d\xe3\xcf\xbe\x82\xd1\x3a\xd0\xb2\x8d\x57\x9e\x9f\x4b\x40\x94\ \x31\x23\x41\x34\x0b\x1c\x4e\x17\x82\xcb\xb9\x4f\xa4\x2a\xa9\x2a\ \x2d\x5b\xbf\x64\xd6\x2c\x07\x53\x8f\x9b\xc6\x9f\x46\x59\x88\x8a\ \x48\xc5\xaa\xd7\x99\xf3\xfa\x42\x74\xc5\x85\x19\x0d\x10\x31\x6d\ \x1c\x4e\x17\x62\xfb\x2e\x4f\x01\x6c\x53\x23\x10\x88\x60\xd9\x02\ \x02\x02\xb6\x65\x12\x0e\x84\xb0\x25\x95\xe6\xb5\x1f\x32\xfb\x19\ \x85\x29\x47\x9f\xc9\x15\xe3\x4d\x04\x59\x62\xf7\xd2\x97\x78\xe5\ \xdd\xc5\x98\xb2\x0b\x3d\x1c\x26\x1c\x35\x91\x54\x27\x42\xeb\x26\ \xfe\xf9\xfc\x6b\x14\x1c\x57\x82\x29\xb8\xe8\x39\xf2\x58\x46\x95\ \xf8\xb0\x04\x19\x29\xbc\x95\xb7\x5e\xfa\x88\x88\xe2\x48\x0c\xd2\ \x04\x12\x68\xcf\x2f\xeb\xd7\xad\xfd\x5d\x05\x32\x1e\x8f\x87\xbf\ \xdc\x79\x07\x4b\x16\x7f\x43\xd7\xae\xdd\x50\xbe\xa5\x17\xa2\x69\ \x1a\x93\x8e\x3a\x92\x51\x63\x0e\xc7\x34\x2d\x04\x41\x44\x14\x63\ \x66\xc5\x7b\x34\xbb\x77\xef\x2a\x27\x35\x2d\x8d\xbc\xfc\x0e\x98\ \xa6\x81\xc7\xe3\xe1\x99\x67\xfe\xc1\x3b\x6f\xbf\xdd\xae\x23\x52\ \x40\x56\x1d\xa8\x8a\x04\xa6\x4e\x30\x18\x44\x47\xc1\xe3\x90\x63\ \x32\xb6\xc2\x5e\x65\x42\x44\x05\x45\xb2\xd1\xa2\x11\x74\x5b\xc4\ \xe3\xf1\xa2\xca\x02\x86\xae\xa3\xe9\x3a\x08\x52\x4c\x53\xdc\xb6\ \xb1\x2c\x03\x44\x27\x2e\x87\x40\x34\x12\x41\x33\xc0\xe5\xf1\xe0\ \x90\x05\x22\x21\x3f\x51\x43\x40\x91\x25\x04\x71\xef\x31\xfb\x87\ \x8d\xae\xe9\x48\x0e\x37\x1e\x97\x03\xdb\x8c\x12\x0c\x84\xb0\x25\ \x05\x59\x14\x62\xc7\x63\xc5\x55\x1d\xbf\x9b\x0a\x91\x44\x01\xcb\ \x8c\x77\x71\xc5\xef\x8d\x6d\x99\xd8\x96\x8d\xae\xeb\xc8\x4e\x0f\ \x6e\xa7\x82\x6d\x44\x09\x04\xc3\xd0\x76\x5e\x11\x01\xbb\x4d\x2d\ \xd2\x34\x6d\x64\x45\x8e\x89\xd0\x88\xb1\xfc\xba\x24\xd8\x44\xc2\ \x41\xa2\xba\x1d\x5f\x1d\x24\x90\xc0\xaf\x03\x86\x61\x90\x95\x95\ \xcd\xff\xbb\xfb\xee\xef\xd7\x63\x12\x62\xea\xaa\xff\xa5\x6e\x53\ \xe0\x90\x0b\x62\x1c\x32\xfc\xd8\x7e\x0a\x01\x30\x6c\x68\xeb\x6d\ \xf9\x25\x60\x5b\xe8\xd1\x30\x7a\x74\x4f\x78\xab\xa0\x42\x9c\x84\ \x85\xbd\xd7\x25\x08\x60\xeb\x68\x86\x80\x20\x29\xa8\xd8\x68\x91\ \x10\x5a\xbb\xa8\x1d\xdb\x88\x39\x36\x03\xa2\x28\x63\xdb\x3a\x91\ \x88\x80\x20\x48\xa8\x0a\x18\xd1\x30\x46\x14\x10\x64\x94\xf8\x27\ \x6a\x9b\x06\xf6\x41\x5d\x7c\x84\xd8\x84\x65\xe9\x84\x82\x7a\xfc\ \x12\xd5\x76\x97\xbf\xf7\x35\xbf\xfb\xde\x6c\x0c\xc3\xda\xeb\x12\ \x64\xdb\x98\x86\x11\xfb\x5d\x88\x9f\xd7\xd4\x08\x05\xb5\xb6\xf3\ \xb6\x35\x15\x99\x26\x20\xb4\x49\xf8\x4a\x52\xec\x31\x41\x10\xc0\ \xd4\x09\x87\xf4\xbd\x93\x9e\x9c\xc8\xde\x25\xf0\x1b\x8e\x98\x6d\ \x3b\xe6\x16\x26\x2b\xff\x15\xe7\x1d\x52\xa4\x2d\x89\xb0\xac\x52\ \xa4\x25\x22\xf0\x63\xfa\x29\x4c\x0b\xd2\xdd\x36\x3d\xb2\x2d\x8c\ \x9f\x49\x45\xd0\x34\x4d\x22\x91\x48\x9b\xf6\x77\x02\x09\x24\xf0\ \xfb\x8c\xb4\x75\x5d\xfb\x7e\xae\x53\x14\x9a\x37\x7f\xc9\x2b\x0b\ \x2a\x39\xe1\xf4\x93\xc8\x76\x18\x07\x74\xaa\x39\xa4\x49\x5b\x11\ \xe1\xbd\x8d\x32\x1b\x6a\x45\x1c\x3f\xe2\xca\x22\x06\xf4\xcb\xb3\ \xe8\x9b\xa7\xfd\x2c\xa4\xad\x69\x3a\x7d\x7a\xf5\x22\xd9\xe7\x45\ \x55\xd5\xc4\xc8\x4d\x20\x81\xdf\x29\x2c\xcb\x42\x55\x1d\xdf\x2b\ \x16\x25\x89\x50\xb5\x63\x2d\xb5\x56\x2e\x69\xc9\x4e\x84\x68\x10\ \xb1\x7d\xb8\x6d\xdb\x07\x4c\x6d\x1e\x52\xa4\x6d\x03\x4e\xd9\xc6\ \xad\xd8\xfb\x90\xb6\x6e\x58\x88\xa2\x80\x65\xda\xd8\xa2\x10\x33\ \x63\x10\x05\x14\xd1\x46\x37\x62\xc7\x09\x80\x28\xc5\x22\x74\x51\ \x00\x87\xfc\x73\x1a\x20\x98\xa4\xa4\xa6\x72\x4c\xef\x3e\xb8\xdc\ \x09\x95\xbf\x04\x12\xf8\x3d\x63\xf3\xc6\xf5\x98\xa6\x89\x28\x1e\ \x2c\xbd\x27\xe0\x74\xb9\xf1\x57\xec\x64\x7b\x65\x1d\x1d\xdc\xfb\ \x7a\x42\x0a\x92\x82\xe3\x00\xe5\xb5\x87\xf4\xc6\xbc\x6d\xdb\x18\ \xaa\xca\x09\x03\xdc\xac\xdd\x16\xa2\x77\x9f\x74\xfa\x26\x59\x34\ \x07\x0d\x3e\x5a\xda\xcc\x92\x7a\x9b\xe1\xfd\x52\x38\xbc\xc8\x81\ \xac\xe9\xcc\x5b\xd2\xc4\xd2\x5a\x93\x9f\x3f\x93\x2d\x60\x99\x26\ \x09\xff\x83\x04\x12\x48\xe0\x3f\xb1\x1a\xd3\x0d\x8b\xa2\x3e\xa3\ \x39\xec\xeb\x27\x98\x75\xcf\xdd\x78\x3d\xca\xde\x20\x50\x8b\x92\ \x3e\xe0\x18\x2e\x3c\x61\x14\x2e\x34\xbe\x9d\x35\x39\xb4\xab\xa9\ \x6c\xb0\x04\x91\x82\x34\x85\xf2\x1a\x89\x1c\xd5\xe0\xc5\x0f\x6b\ \x09\xe4\x67\x32\xbd\x9f\x07\xad\x42\xe6\xe8\x3c\x81\xa7\x3e\xac\ \xc1\x2f\x8a\x60\xd8\xc8\xa2\x80\x69\x26\x06\x4e\x02\x09\x24\x70\ \x08\x53\x9b\x69\x20\xb8\xf3\x38\xe3\xaa\x3f\x33\xb1\xb6\x96\xd6\ \x90\x16\x2b\xa0\x30\x0c\x4c\xd3\x44\xf5\x65\xa2\xd8\xc6\x7e\x7b\ \x14\x0e\xf9\x12\x58\x01\x30\xcc\x58\x45\x98\x29\x88\x14\x66\x3a\ \x31\xd2\x45\x1a\x43\x02\xbd\xf3\x15\x96\xaf\x6d\x64\xab\xdf\x22\ \xd9\x2d\xa0\x08\x09\x7d\xa1\x04\x12\x48\xe0\xd7\x03\xc3\xd0\x09\ \xb6\x34\x52\xdd\x14\x21\x33\xbf\x23\x1d\x3b\x66\x22\x5a\x06\xa6\ \x69\x61\x1e\xc0\x18\xe1\xd0\x24\xed\x38\xf3\x1a\xa6\x4d\xd4\xb4\ \x41\x8c\x95\xc7\x88\x4e\x95\xa1\xdd\x7c\x6c\xae\x0d\xf3\xcc\xf2\ \x20\x63\xc6\xb9\xf0\x28\x02\xa1\x88\xcd\x80\xbe\xc9\x0c\x76\x45\ \x99\xfd\x65\x00\x5b\x4c\x94\x8a\x25\x90\x40\x02\x87\x70\x30\x2a\ \xca\x88\x5a\x3d\x6f\xcf\x99\xc1\xfc\x2d\x3a\xb9\x99\x6e\xea\xaa\ \xea\xe9\x32\xfe\x4c\xce\x9f\xd4\x1f\xc9\x3e\x88\xb1\xef\x21\xf9\ \x8e\x2c\x10\x9c\x12\x3d\x3a\xb8\x49\xf2\xaa\x64\x48\x16\x4d\x51\ \x50\x22\x11\x9e\x9b\x5f\xc3\xaa\x80\x80\x47\x16\x58\xbc\x35\xca\ \x85\xbd\x52\x99\x18\x69\x25\x3f\x43\x45\x09\x45\x49\xf4\x3c\x27\ \x90\x40\x02\x87\x3a\x64\x45\x64\xe7\x92\x4f\x59\xdc\x94\xcb\x55\ \xb7\x4d\xa7\x24\x45\xa2\x75\xdb\x67\x3c\xf8\xd4\x5c\x56\xf7\xeb\ \x4a\xff\x5c\x07\x96\xb9\xff\xd2\xb7\x43\x32\x24\xb5\x89\x35\x0a\ \x66\x64\x38\x19\x98\x2d\x32\x7f\x69\x0b\xe5\xcd\x26\x8b\xb7\x84\ \x09\x89\x12\x3e\xa7\x88\xaa\x08\x54\x6c\x69\xe6\x99\x55\x61\x7a\ \x74\xf1\x92\x69\x6a\x7c\xbe\x35\x0a\xb2\x90\x48\x91\x7c\xef\xa4\ \x18\x65\xe7\xe6\x2d\xd4\xfb\x7f\x1b\xc9\x7f\x23\x50\xc7\xe6\x2d\ \xe5\xe8\x87\xf8\x75\x6a\xfe\x1a\x36\x6e\xaf\x44\xb3\x7f\xd8\xb7\ \xa2\xb1\x72\x2b\xe5\x75\xad\x3f\xdd\x30\x88\x34\xb0\x75\xeb\x0e\ \xc2\x3f\x30\xd0\x69\xdc\xb1\x96\x55\x1b\x2b\xff\xcb\xa3\x4c\xaa\ \xb6\x6f\xa5\xaa\x31\xfa\xfb\x8e\xb4\xb1\x09\x87\x82\x48\x49\xd9\ \xe4\x67\x27\xe1\x74\xb8\xc9\xca\x2b\xc4\x27\x6a\x84\xb5\x76\x1d\ \xd3\xbf\x16\xd2\x16\x44\xc0\x30\xf9\x78\x51\x1d\xff\x37\xaf\x9e\ \x2f\xab\x4d\x24\xc3\xe0\xf3\xf5\x7e\xea\x34\xda\x1a\x6f\x14\x19\ \xb6\x6f\x6d\x61\xc6\x7b\x35\x3c\x38\xbf\x81\x15\xf5\x26\xd2\x21\ \xe6\x72\x12\x6a\xa8\xa2\xa2\xba\x61\xef\x02\xc0\xd2\xa9\x2c\xdf\ \x4d\x73\xf8\x17\x24\xcc\x48\x35\x2f\x3c\xf2\x38\x8b\xcb\x7f\x1b\ \x5f\x9c\xd6\xb5\x1f\xf0\xf8\x93\x6f\xf0\x1f\xd1\x99\x19\x60\xcd\ \x37\x8b\xa8\xf4\xff\xfc\x14\x5f\xb9\xea\x03\xfe\xf6\xd4\x3c\x02\ \x07\x7d\x96\xce\xc7\x73\xfe\xc2\x23\x6f\x2d\xff\x36\xe5\xf3\xd9\ \x6b\x7f\xe7\xc5\x2f\xb6\xfe\x64\xd7\x13\xde\xb9\x80\x47\x9f\x78\ \x81\xda\x1f\x38\x14\x37\x7c\xf0\x02\x2f\xbd\xb7\xf2\xbf\x3c\x2a\ \xc0\x5b\x8f\xcd\xe0\x83\x95\xcd\x3f\x7e\xb2\x6e\xda\xc5\xe2\xaf\ \xd7\x12\xb6\x7e\x7d\x63\xd6\x30\xa1\xa4\xe7\x10\x32\x1b\x17\x72\ \xd7\x5d\x0f\xf0\x8f\x67\x9e\xe0\x2f\x77\xcf\xa0\x29\xb7\x3f\x3d\ \xf2\x92\x0f\xda\xda\x7e\x48\x91\xf6\x9e\x4d\x47\xdd\x00\xdd\x04\ \x49\x96\x70\x29\x22\x22\xa0\x5b\x20\x8a\x22\xa6\x15\xfb\xdb\x9e\ \x1f\x5b\x10\x71\x28\x12\x4e\x45\x44\xb0\xf7\x3e\x6e\x1c\x22\x1f\ \x64\xf3\xfa\x0f\xb8\xea\xca\x3b\x59\x51\x1f\xfb\xbd\x7e\xe9\xcb\ \x5c\x7b\xf3\x23\x94\x87\x7f\xc9\xce\x49\x93\x70\x38\x26\xf8\xf4\ \x5b\x80\xa9\x47\xdb\xbc\x2b\xbf\x7f\xc2\xda\xc1\x8b\x4f\x3e\xc6\ \xea\xba\x9f\x7f\xc2\x32\x4d\x9d\x70\x58\xe7\xe0\xb7\x5d\xa2\xb4\ \xff\x58\x86\x76\xcb\xfd\x2e\x9d\x6b\x21\xa2\xfa\x4f\x37\xd9\x5b\ \x46\x94\x50\x54\xc7\xfe\x81\x2c\xf0\xdf\x38\x88\xef\x33\xfd\x84\ \xc3\xe8\xd6\x8f\xcf\x63\xfa\x37\x7c\xca\xec\xa7\xde\xa2\xe5\x57\ \x98\x12\xb5\x0c\x1d\x35\xab\x1b\x17\xfe\xf1\x8f\x0c\x2b\x49\x22\ \x18\xd4\x29\x1d\x7e\x12\x57\x4d\x9f\x4c\x86\x2b\xe6\xad\x2a\x1e\ \xa0\xb7\xfd\x90\xca\x69\x47\x4d\x38\xb3\xbf\x81\x66\x1c\x74\x75\ \xf0\xfd\x83\xc9\x8e\x69\x98\x44\x8c\x5f\xfe\x3d\xe5\x8d\x38\x85\ \x13\x3f\x59\xc4\x73\xff\xfc\x84\xc3\x2e\xe9\xcf\x8b\x2f\x7f\xca\ \xe0\xd3\x6e\xa0\x77\x72\x35\x2f\x3f\x3c\x93\xcf\x37\xd7\xe3\xcc\ \xee\xce\x19\x17\x4c\xa7\x6f\x8e\xc4\x6b\x0f\xdd\x47\x78\xc0\xb9\ \x9c\x39\x22\x97\x25\x6f\x3c\xc6\x87\xc1\x3e\xdc\x78\xfa\xb0\xbd\ \x5f\xdc\xfa\xf5\xcc\x79\x72\x0e\x2b\x77\x07\xc9\x1d\x34\x85\xab\ \x4e\x19\xc4\xc2\x17\x1e\x62\xee\xf2\x5a\x04\x5f\x09\x67\x5f\x76\ \x19\xfd\x72\x5b\x98\x73\xcf\x83\x2c\xad\x0c\x80\x01\x65\x63\x4e\ \xe5\xa2\x93\x87\xd2\x56\x09\x2a\x39\x70\x69\x55\xbc\xfc\xe8\x4d\ \xcc\x77\xe8\xe4\xf5\x3f\x8e\xcb\xce\x9e\x80\x33\x54\xce\xec\x07\ \x1e\x63\x75\x4d\x0b\x49\x45\xc3\xb9\xfc\xdc\xb1\x7c\x30\xf3\x61\ \xd2\x26\x5f\xc5\x31\x3d\xb3\xd8\xfe\xc9\x2c\x9e\xdb\x9c\xc7\xd5\ \xe7\x0e\x63\xde\xac\xbf\xb3\x70\x73\x03\x6a\x46\x37\xce\xbb\xe4\ \x7c\xba\xa7\xc7\x3a\x41\xa3\x3b\xe6\x73\xd7\xb3\xcb\x39\xe3\xba\ \x6b\x29\x73\xfa\x79\xe9\xe1\xfb\xd0\x87\x5e\xca\x59\xdd\xc3\xcc\ \xf9\xfb\x13\x2c\x2d\x6f\x26\xb9\xa8\x1f\xe7\x5e\x3c\x9d\x4e\xca\ \x06\x1e\xbc\xef\x65\x46\x5f\x7c\x0b\xfd\x32\xa3\xfc\xfb\xc1\xff\ \x43\x18\x75\x31\x93\xf2\xaa\x79\xf0\xc1\xa7\xd8\x11\xb4\xe9\x3c\ \xea\x4c\xae\x98\x36\x18\x11\x30\xaa\x96\xf3\xe8\x8c\x39\x6c\x69\ \x01\x51\x76\x33\xf4\xb8\x73\x39\xed\xf0\x32\x1c\x0e\x07\xfe\x1d\ \x0b\xb9\xe3\xea\x0a\x4c\xc3\xc1\x11\x67\x5e\xcc\xe4\x01\x1d\xa0\ \x75\x27\xcf\x3f\x31\x9b\xaf\xb6\x35\x90\x94\xdf\x8b\xb3\x2e\xb9\ \x98\x6e\x1e\x07\xaa\xdc\xcc\x33\xf7\xde\xcc\xa7\x39\x5d\xf8\xc3\ \x0d\x97\x92\x56\xbd\x88\x99\x4f\xbe\x4a\x79\xb3\x41\x61\xbf\x09\ \x5c\x74\xde\x31\xa4\xf8\xb7\x31\xe7\x89\xa7\x59\x56\xee\x27\xa7\ \xeb\x58\x2e\xbf\xe4\x78\x7c\xf1\x31\xe9\xdf\xf9\x19\x0f\x3f\xf6\ \x3a\xd5\x7e\x83\x0e\x83\x4f\xe0\xb2\xb3\xc6\xa2\xee\xfa\x9a\x07\ \x66\xbc\xc0\xae\x20\x98\xa2\x9b\x23\xce\xb8\x98\x29\x03\x8b\xb0\ \x1a\x37\x33\x7b\xe6\x6c\xd6\xd6\x5b\xd8\xc1\x5d\x68\x39\x13\xd9\ \x33\x5d\x5b\xd5\xcb\xf9\xbf\x87\xdf\x60\xe2\x35\x7f\xa6\x6f\xba\ \xc4\xc2\xe7\xef\x66\x43\xfa\x78\x7a\x99\x2b\x59\xef\x48\x66\x60\ \xe7\x1c\x2a\x56\xcc\xe3\xb1\x67\xe7\x12\x95\x9d\x54\x6f\xab\xa4\ \x47\xd7\x98\xe2\xe2\x9a\xf9\xcf\xf1\xdc\xdc\xc5\x04\x6d\x0f\x23\ \x4f\x9a\xce\xb4\xe1\x1d\x31\xea\x37\xf2\xf4\x13\xcf\xb0\x72\x57\ \x2b\x69\xa5\x03\x39\xff\x0f\x67\x53\xec\x0b\xf3\xe5\xbf\x9e\xe6\ \xdf\x9f\x6e\xc2\xf6\xe6\x73\xda\xe5\x97\xd2\x3f\x37\xd6\x00\x26\ \x3b\x1c\x84\xaa\x57\xf2\xc0\xf5\xd7\x43\x28\x4a\xcf\x23\xcf\x60\ \xfa\x71\x03\x10\xb5\x2a\x9e\x79\x70\x26\x4b\x77\x37\xe0\xca\x39\ \x8c\x3f\x5c\x72\x3e\xa5\xa9\x22\x5b\x16\xbd\xc6\xec\x57\x16\xd0\ \x4a\x0a\xc7\x9e\xf3\x27\x32\x9c\x0a\x0a\x2a\x98\x3b\x79\xf4\x8e\ \xc7\x28\x98\x72\x0d\x93\x7b\xd8\xfc\x73\xd6\xe3\x7c\xb1\xbe\x1a\ \x67\x4e\x0f\xce\xb9\xe8\x42\xba\x65\x4a\x6c\xf8\xe8\x39\x9e\x7a\ \xe3\x2b\x70\x3b\xd9\xbe\x23\xcc\xf1\xca\x5e\xea\x31\x76\x2f\xe6\ \x6f\xb3\x3e\xe3\xc4\x6b\xaf\xa2\x53\x52\x23\x4f\xdf\x39\x93\x0e\ \xa7\x5c\xcb\xb8\xd4\x0d\xdc\x7f\xff\x6c\x76\x44\x44\x24\xc9\xcd\ \x88\xa9\xe7\x33\x75\x58\xa7\xb6\xf4\xa7\xa4\xba\xd0\x6b\xbe\xe4\ \x8e\xab\xaf\xa6\xb0\xc7\x71\xdc\x78\xc1\x50\xbe\x7c\x75\x16\xaf\ \x7e\xba\x1e\xcb\x9d\xc5\x91\xa7\x5d\xc0\xa4\xbe\xf9\x87\x24\x69\ \x4b\x8a\x42\xcb\xce\xe5\xbc\xf8\xc2\xdb\xf8\x9d\x49\xa8\x22\xb4\ \xac\x5c\xc8\xa3\x5f\xcf\x47\x94\x04\x34\x43\xa4\xdf\xc4\x33\x38\ \x7e\x50\x1e\xfa\xb7\x26\xea\x43\x2a\xd2\xb6\x6d\xc8\xf2\xd8\x14\ \xa6\xd8\x14\x24\xff\xf0\x9f\xc2\x14\x9b\x4c\x8f\x7d\x88\x34\xbb\ \x38\x98\x3c\xfd\x5c\xa4\x15\x2f\x71\xc7\x5f\xee\x61\x8b\x67\x18\ \x17\x1c\xd5\x89\xf7\x67\xde\xcf\x87\xb5\x1d\xb8\xf6\xd6\xdb\x18\ \x9b\xbe\x8b\x47\xfe\xf6\x2c\x11\x04\x1a\x2b\x77\x53\xdb\x12\xd3\ \x2e\x08\x34\x54\xb1\xab\xa6\xfd\xa2\x3f\xc4\x8b\x8f\x3c\xc4\x1a\ \x65\x10\xd7\xdd\x74\x03\x67\x1e\xd9\x07\x87\xea\x66\xd8\xe4\x0b\ \xb9\xe5\xd6\x1b\x19\xac\x6e\xe6\x1f\x2f\x7d\x09\x5a\x3d\xdf\xac\ \xaf\x65\xd4\xf9\xb7\xf0\xe7\x0b\xc7\xb1\xf2\x5f\x33\x99\xbf\x35\ \xd0\x7e\x9a\x47\x97\x53\x19\x33\xf5\x32\x6e\xb9\x62\x2a\x3b\x3f\ \xfc\x07\xaf\x2d\x6f\x42\x70\x17\x32\x79\xfa\x15\xdc\x76\xe3\xa5\ \xa4\x94\xbf\xc7\xeb\xcb\xaa\x48\x4e\x09\xf3\xd1\xa2\xcd\x00\x2c\ \x5e\xb8\x0a\x47\x4a\x3e\xcb\x5f\x78\x88\x4f\x1a\x3a\x72\xc3\x1d\ \xb7\x30\x48\x58\xc1\x23\xb3\xde\x6b\x8b\xb8\x1c\xb9\x25\x18\xdb\ \xd7\xb1\x6c\x43\x04\x22\xbb\x59\xb9\xaa\x9a\x92\x1c\x91\x7f\x3f\ \xf6\x7f\x2c\xa5\x37\x37\xdd\x7e\x13\x7d\x58\xc5\xfd\x8f\xbe\x85\ \xae\x1b\x54\xef\x2a\x27\x60\xd8\x80\x45\x43\xc5\x4e\x9a\x22\x06\ \x4d\xdb\x57\xb3\xa6\x21\x97\xcb\x6e\xf8\x33\xa7\x8f\xef\xd1\xf6\ \x25\x0d\x55\x6d\x64\xdd\x2e\x99\x73\xaf\xfb\x33\x97\x4f\xe9\xcb\ \x07\xb3\xfe\xca\x7b\x3b\x0c\x24\x51\xc0\x95\xd9\x93\xe9\xd7\xdc\ \xcc\xb9\x63\x32\x78\xf1\xf1\xe7\xa9\xd6\x6d\xde\x7d\xfa\x7e\x3e\ \x0f\x75\xe2\xfa\xdb\x6f\x61\x88\x77\x2b\xf7\x3f\xf0\x32\x11\x5d\ \x42\x94\xd2\x99\x7a\xf1\x35\xdc\x72\xc3\x45\x14\x59\xdb\x78\xf4\ \xde\x19\xd8\x7d\x4e\xe4\xf6\x9b\x2f\x44\x5c\xfd\x4f\x1e\x7f\x77\ \x25\xab\x3e\x7f\x97\xb7\xd7\x7b\xb9\xf2\xce\xbb\xb9\x68\xda\x18\ \xda\xf7\xb9\xba\xf3\x0e\xe3\x82\x2b\x6f\xe4\xa6\x4b\x8e\x63\xe7\ \x7b\xcf\xf1\xd9\x36\x9d\x68\xed\x26\x36\xd6\x7a\xf9\xc3\x2d\x77\ \x70\xde\xe8\x4c\x5e\x7c\xec\x79\xaa\x34\x93\xb7\x9f\x7e\x80\x65\ \x76\x4f\xae\xbd\xe5\x3a\x26\x0d\xe9\x08\xfa\xde\xda\x5b\x31\x27\ \x17\x3b\xb8\x95\x05\xab\x6a\x81\x06\xbe\xfc\x62\x3b\x99\xd9\xf9\ \x04\x2b\xd6\xb3\xbd\x3e\x02\xda\x56\xfe\xfe\xf0\xf3\x64\x8e\x39\ \x87\x1b\xae\x38\x87\x3e\x05\x6e\x90\x55\x42\x5b\x3e\xe0\xef\x2f\ \x2d\x67\xc2\x05\x37\xf2\xa7\x13\xba\xf2\xe6\xcc\x99\xac\xab\x6b\ \xe5\xdf\x8f\xfd\x8d\x0d\xae\x01\xdc\x72\xc7\xf5\x94\x69\x5f\x73\ \xdf\x53\xef\xe0\xaf\xde\xc8\xf3\xcf\x7c\xca\xb0\x73\xae\xe7\xf6\ \x6b\xcf\xa7\x6b\xfa\x5e\x99\x5d\xdb\x34\x10\xdd\x39\x4c\x3a\xf7\ \x0a\xae\xbb\xf0\x08\x96\xbe\xfc\x30\xaf\xad\x6e\x02\x35\x97\x63\ \xce\xb9\x8c\xdb\x6e\xbe\x82\xc2\xa6\xcf\x78\x79\xc1\x5a\x8c\xea\ \x45\x3c\x38\x63\x2e\xbd\x26\x5f\xc2\x4d\x57\x5f\xc8\xe0\xb2\x74\ \x4c\x4b\xc4\x6e\xdd\xc1\x9c\x87\x66\xd2\x5c\x7a\x14\x93\xfb\x66\ \xf0\xf1\x9c\xfb\x59\xd8\xdc\x81\xeb\xee\xbc\x8d\xfe\xf2\x2a\x66\ \x3c\x37\x8f\xc6\x8a\xaf\x79\x68\xf6\xc7\xf4\x9b\x76\x15\xd7\x5e\ \x34\x8d\xe2\x64\x09\xb3\xdd\x26\x9b\x1d\xf5\xb3\x6b\x47\x05\x11\ \x13\xc0\xa0\xba\xbc\x9c\x96\x28\x04\x2b\x37\xb2\xba\x3a\x8d\x0b\ \xaf\xb9\x95\x3f\x1c\xdb\x95\x77\x1f\xbd\x97\x4f\xb6\x86\xf6\x0e\ \x63\x53\xc7\x95\x3b\x88\x2b\x6e\xbe\x83\xab\xcf\x1f\xc5\x96\x0f\ \x9f\xe2\xb1\xf7\xab\x38\xf5\xaa\xdb\x98\x3e\x36\x8f\x97\xff\x76\ \x3f\x2b\x6a\x0f\xcd\x7d\x1b\x49\x84\x9a\x1d\xab\xd9\x19\x4d\x62\ \xf0\x88\x11\x0c\x1d\x32\x8c\x21\xbd\x0b\xf1\x37\xf8\xe9\xd8\x6f\ \x24\x47\x8e\x1f\x43\x97\x6c\xf7\x7e\xf5\x48\x0e\xb9\x9c\xb6\xf1\ \xad\xf4\xc7\x0f\xfd\x31\x0e\xa1\x3c\x97\x92\x3b\x98\xf3\x8e\x2e\ \xe4\xa3\xaf\xcb\x39\xee\xbc\x73\x70\xb1\x9b\x2f\x37\xd7\x31\xec\ \xa4\x93\x29\xca\xca\xe6\xe8\xc9\x93\x48\x6e\x58\xca\xfa\x96\x10\ \xaa\xaa\xa2\xc4\xd5\xed\x44\x49\x6e\xfb\x3f\x00\x2d\xeb\x58\x52\ \x2b\x30\xf1\x94\x93\x28\xca\x2f\xa4\x28\x27\x03\x3b\x50\xc9\xdc\ \x17\x9e\xe2\xc1\x47\x66\xf1\xd5\x96\x06\xb4\xd6\x20\x36\x02\x4e\ \xaf\x8f\xac\xbc\x2c\xb2\xfb\x8e\xa0\x57\x47\x07\xdb\xaa\x5b\xda\ \xaf\x6b\xb1\x15\x2f\xf9\x79\x1d\x48\x2f\x1d\x41\xff\x4e\x59\x54\ \xed\x6e\xc6\x6e\x58\xc3\x6b\x73\xfe\xce\x43\x8f\xbf\xc4\xfa\x9a\ \x16\xea\x34\x07\x23\x86\x8f\x20\xb4\x76\x29\x0d\x2d\x6b\x59\x59\ \xef\x62\xe4\xa8\x42\x96\x7d\xb3\x8d\x86\x5d\x2b\x98\xfd\xc8\x4c\ \x16\x57\x83\xd7\x8e\x10\x69\x9b\xa3\x3a\x32\x7e\x60\x3a\x6b\x96\ \x2d\xa6\x66\xc7\x4e\x82\x19\x87\xd1\xdd\xdd\xcc\xf2\x4d\xad\x4c\ \x3a\x65\x12\x79\x59\x05\x1c\x7b\xdc\x71\x88\x9b\x17\x53\xde\xa4\ \xa1\xaa\x6a\xcc\x3a\x2d\x1e\x7d\x48\x62\x4c\x29\xd0\x9b\x9a\x4b\ \x71\x61\x36\xd9\x69\xde\x76\x1b\xcb\x22\xae\xe4\x0c\xf2\x0b\x32\ \xe9\x32\xf2\x78\x8e\xec\x2d\xf2\xe5\x9a\x6d\x98\x88\x38\x7c\x99\ \x14\xe5\xa6\x33\x60\xc8\x38\x4a\xac\x16\x6a\x77\x6e\x60\xe5\xa6\ \x46\x8e\x9c\x76\x2c\x85\x59\x79\x1c\x7d\xec\x14\xdc\x3b\x96\xb2\ \xbd\x2e\x88\x28\x2a\xf8\x52\xd3\x70\xbb\x24\x02\x5b\xd7\x50\x1e\ \xcc\xe7\xe4\x63\x87\x93\x99\xdf\x93\xe3\x8e\x1d\xc2\xc6\xcf\x57\ \x92\xd1\x73\x14\xfd\xd2\xcb\x79\x7c\xc6\x33\x6c\xaa\x8b\xec\x23\ \x60\x56\xbd\xe6\x0b\x9e\xfe\xfb\x83\xcc\x7a\xf9\x7d\x1a\x5a\x5a\ \x89\x44\x43\xd8\x82\x8c\x27\x25\x83\x82\xec\x54\x06\x0c\x1b\x4f\ \x47\xbb\x85\x9a\x9d\x9b\x58\xbf\xad\x95\x09\x27\x4f\xa2\x20\x23\ \x93\xce\xdd\xbb\xe2\xde\xc7\xd4\x21\x87\x09\x03\x3b\xb3\xe3\xeb\ \xa5\x34\xef\x5c\xcc\x2e\xb5\x84\xa1\xfd\xf2\xc1\x14\x70\xba\x54\ \x5a\x37\xae\xa5\x49\xe8\xcc\xc9\x47\xf7\x27\x3d\xaf\x33\x9d\x4a\ \xb2\x90\xd1\xd8\xbc\x7e\x0b\x95\xd5\xb5\x7c\xf2\xca\x13\x3c\xf7\ \xfe\x6a\x5c\x5e\x1f\x81\x9d\x6b\x58\xbd\x45\xe0\x84\xc9\x47\x91\ \x9b\x55\xc8\xd1\x53\x8f\xa6\x75\xcd\x72\xea\xd4\x12\x8e\x3c\xa2\ \x0b\xf3\x9f\x7b\x82\xb9\x8b\x77\x42\xbb\x08\xd7\x34\x2d\xbc\xa9\ \x79\x74\xeb\x9e\x4b\x41\x9f\xa3\x18\xd5\x23\x9d\x95\xcb\x77\x43\ \xeb\x26\xde\x78\x76\x26\x0f\xce\x78\x96\x55\x95\x2d\x84\xad\x20\ \xeb\x96\xaf\x22\x92\x3f\x96\xa9\xa3\xbb\x53\x50\xd8\x81\x34\x97\ \x88\x43\x31\xf9\xf2\x8d\xc7\x78\xbb\xa2\x90\x8b\xce\x19\x0d\x66\ \x0d\x6b\x36\xac\xa7\x76\xf7\x6a\x66\xff\x7d\x26\x4b\x2a\x75\x5c\ \x1e\x83\x0d\xab\x16\x13\x2d\x1b\xc5\x51\x23\x3a\x91\x55\xd2\x83\ \x8e\x99\x6e\x2c\xdb\xda\x67\x13\x4b\x51\xf7\x28\xdd\x09\x28\xaa\ \x12\xbf\xdf\x02\xae\x94\x2c\x0a\xf3\xd3\xe9\x31\x76\x2a\x13\x4a\ \x22\x2c\x5b\xb3\x79\x9f\x28\x4f\x94\xdd\xa4\x65\x7a\x71\x88\x3a\ \x2b\x56\xac\x20\x77\xec\x89\x0c\x2e\xcd\xa6\xf7\xf8\xe3\x19\x90\ \x52\xc5\xd2\xcd\x15\x87\x70\x8a\xc4\x20\x39\xbf\x2b\x63\x46\x8d\ \x64\xcc\x98\xd1\x8c\x3d\x7a\x2c\x9d\xb2\x3c\x14\xf7\x1c\xc8\xd8\ \x31\x23\xe9\xd6\x21\x79\xbf\x15\x24\x09\x7d\xf9\x9f\x09\x45\xdd\ \xcb\xe8\xdc\xc9\xa0\x43\x81\x08\xa8\xb8\x45\x81\xd6\xba\x26\xc0\ \x47\xa8\xb9\x95\x90\xee\xc0\xe3\x70\xa2\xd8\x1a\xfe\x46\x7f\x6c\ \x2c\xcb\xe2\xbe\xc2\x33\xaa\x07\xc5\xd0\x68\x69\xf0\x43\x41\x12\ \x00\x6b\x3f\x7c\x82\xd7\x36\xa5\xf2\xf7\x47\x6e\xa2\xf1\xe5\xbb\ \x79\x7c\x7d\x34\x6e\x37\x66\xc7\xdc\xcc\x11\x11\x91\xbe\x5b\x51\ \x63\x5b\x98\xb6\x05\x88\xc8\x88\x38\x14\x9d\x0f\x9e\x9a\xc5\x2a\ \xfb\x48\x66\xde\x39\x91\x37\x1f\xbe\x96\x6f\x5a\xc3\xa4\x4f\x1a\ \x49\xe9\x2b\xf7\xf0\xc4\x2c\x3f\x66\x6e\x3f\x86\xe6\x24\xb3\x44\ \x50\xe8\x36\x6a\x1a\xb7\x9e\x35\x00\xc3\x30\x11\x10\x68\x9f\xa1\ \xef\x7f\xf8\x18\xde\x78\xfc\x23\xde\x0a\x40\x56\xcf\x89\xa4\x67\ \x78\x91\x25\x9d\xda\x86\x08\x14\x27\xe1\xf7\xd7\x13\x14\x3c\x78\ \x3c\x2e\x2c\x3b\x4c\x5d\xd0\x00\x24\x24\x81\x98\x48\x8e\x00\xb6\ \x6d\xb1\xdf\x18\x69\x8f\xd0\x0c\x51\x5a\x5a\x23\xb8\x5d\x0e\x04\ \x6c\x6c\xcb\x22\xf6\x76\x2d\x24\xd1\x42\x50\x9c\x38\x54\x8b\xda\ \xfa\x30\x94\x41\x20\x58\x87\x1f\x0f\x6e\xa7\x8a\x69\x69\x44\xe3\ \x5f\x06\xd5\xe3\x41\x34\x5b\xa8\x0f\x59\x94\xba\x45\xfc\xf5\x75\ \x98\x4a\x0a\x69\x45\x7d\xb8\xe5\xbe\xfb\x59\xf1\xde\xf3\xdc\x73\ \xe7\xcd\xb4\xde\x33\x83\x23\x8b\x1c\x40\x35\xb3\x67\x3e\x8b\x72\ \xdc\x6d\xdc\x71\x94\x9b\x07\xae\xb9\x99\xa8\x6e\xc7\x39\xc4\x8e\ \x5d\xb3\x68\x22\x49\xf1\x6b\x70\x98\x54\x55\x07\xa0\x2c\x0d\xe2\ \xfa\xe6\xed\x63\xa7\x3e\x63\xc7\xf0\xd2\x7d\x73\x79\xf2\x39\x99\ \xbc\x7e\x47\x93\x03\x2c\x35\x6d\x6c\xcb\xc6\xe9\xf5\x62\x47\xeb\ \xa9\x0e\x42\x6e\x32\x60\x99\x98\xb6\x80\x53\x11\xf0\xe6\xf4\xe6\ \x92\x1b\xae\x25\x5b\x32\x40\x51\x90\x5a\x36\xf1\xb6\xe9\xa7\xb6\ \x35\x04\xb8\x88\x34\xd6\x12\x95\x24\x64\x77\x32\xc7\xff\xf1\x2e\ \x86\x6d\x59\xc4\x43\x77\xdd\xcb\xfa\xba\x1b\xb9\xfd\xf4\xbe\x6d\ \xa4\x67\x59\x7b\xae\xa7\x95\x86\xe6\x16\x52\x06\xba\xf9\xec\x99\ \x99\x2c\x6a\x19\xc4\xe3\x77\x4d\xe5\x93\x27\x6f\x62\x41\xd4\xc4\ \x95\xee\x44\x6f\xa9\xc1\x6f\x43\x7a\x7c\x30\x69\x9a\x40\xaf\x51\ \x27\x92\xa9\xad\x64\xf6\x2b\x8b\xb9\x71\x5a\x0f\x54\x49\xa5\xec\ \xf0\x93\xf9\xf3\xb4\x41\x98\xba\x8e\xa2\x28\xec\x58\xf8\x38\x81\ \xea\x5a\x42\x3a\xa4\x28\x31\x51\xa5\xf6\x01\xa4\xa4\x28\x58\xd1\ \x66\x02\xba\x09\x82\x8c\x60\x13\xfb\xbb\x10\x5f\x7e\xc7\x3f\xef\ \xa6\x56\x13\x97\xd3\xb9\xcf\x26\x98\xa1\x47\x30\x6d\x40\x50\xf0\ \x38\x5d\x04\x6b\x1b\xe2\x7b\x17\x41\x1a\x5b\x21\xd7\xe5\x38\x34\ \xf7\x61\x2c\x81\xc2\x8e\xdd\x88\xce\x7d\x85\x27\x5f\x76\x32\xb8\ \x34\x99\x5d\x2b\x3e\x62\x5d\x38\x85\x23\x92\x14\xc2\xe1\x30\x86\ \xf9\x2b\x10\x8c\xfa\x2d\x43\x8f\x46\x69\x0d\x04\xd0\x0d\x40\xce\ \xe2\xc4\x49\xc3\xf8\xeb\x2b\xf7\xf3\x44\x4d\x7f\x76\x2d\x5e\x48\ \xce\xd8\xb3\xe9\xe2\x54\x11\x47\x94\x31\xf7\xa5\x47\x99\xcd\x28\ \xca\xbf\x58\x87\xdd\x67\xc4\xde\x93\xb8\xba\x31\x75\x4c\x29\x8f\ \xcd\xb8\x95\xd6\x61\x7d\x48\xc9\xea\x46\x59\x4a\x47\x7c\xa1\xe5\ \xbc\xf7\xe6\x7b\x84\x57\x6c\x43\x73\xf6\x44\xc4\x24\x14\x0c\x11\ \xe3\x12\x8b\x70\x28\x88\xd2\x7e\xe9\x61\x5b\x84\x82\x21\xb4\x38\ \x2b\x46\x43\x41\x42\x51\x28\x28\x2e\x20\xba\x60\x09\x6f\xce\x35\ \x59\xb6\xb1\x1a\x21\xdb\x02\x72\x38\xba\xbf\x97\x53\xef\xf8\x84\ \x1b\xe7\x9c\x8b\x80\xca\x31\x27\x0d\xe7\xce\x7f\xcc\xe6\x61\x63\ \x23\xa9\x82\x45\xd9\xd8\xe3\x18\x5c\x94\xd2\x76\xfa\xe4\x6e\x23\ \x18\xe0\x7b\x95\x7f\xbc\xab\x73\xed\xa3\x37\x01\x2a\xc7\x4e\x18\ \xc4\x8c\x59\xff\x87\x35\xa2\x2b\x1b\xbe\xf8\x8c\x5e\xc7\x5e\x49\ \x4e\x46\x57\x06\x74\xca\xe2\x5f\x0f\xde\x43\x68\x68\x1e\x8b\x36\ \x37\x33\xda\xa1\x60\x05\xa3\x04\x42\x91\xef\x6c\x72\x49\xb2\x42\ \xa0\x62\x09\x4f\x3d\xfe\x2c\x19\x2d\xeb\xf8\xbc\xb1\x8c\x9b\x87\ \x14\x61\xad\xfc\x80\x60\x28\x1c\x23\x6d\x4b\x27\xd0\xda\x42\xd4\ \x5d\xc4\x71\x93\x46\x71\xef\x9c\xfb\x91\xb6\xf6\x66\xfb\x57\x0b\ \xe9\x7c\xf4\xc5\x14\xe5\x14\x53\x92\xe3\xe4\x5f\x8f\xcf\xa4\xbe\ \x6f\x17\x46\x1f\x33\x8a\x89\x83\x3f\x60\xf6\x3d\xf7\xb2\xb1\x9b\ \x87\x2f\x3e\xaf\xe2\xa4\x2b\xff\x80\x7f\xeb\x37\xbc\xfa\xf9\x76\ \x92\x5d\x06\x1e\xaf\xd2\xee\x5a\xbc\x94\x74\xc8\xe0\xab\x25\x1f\ \xf2\x9e\xe5\x65\x53\x55\x98\x22\x59\xc4\x8e\x44\x09\x06\xc3\xb1\ \xe7\x59\x06\xc1\xf8\x35\x1c\x7f\xcc\x58\xee\x9e\x73\x0f\x8f\x97\ \x8f\x22\xbc\xe1\x73\x22\xea\xb0\x7d\xbe\x74\x72\xfe\x08\x46\x64\ \x3f\xc1\x2d\x6f\x49\x3c\xf9\xc6\x10\xc0\x44\x8b\x04\x09\xf8\x83\ \xa8\x25\x23\x39\xbc\xf7\x3b\xfc\xfd\xb6\xbf\x30\x7e\x48\x21\x8b\ \x96\x55\x91\xdb\x55\xa1\x6c\xf4\x78\x7a\xcc\xbb\x8b\xfb\xff\x36\ \x83\x7e\x05\x5e\x5c\x1d\xfa\x30\xf9\xf0\xc3\x38\xee\xb8\x3e\x3c\ \xf6\xd8\xdf\xf0\x0f\xed\xc8\x9a\xcf\xbe\x64\xd4\x09\x57\x91\x6f\ \xd5\xf0\xce\x73\x73\x31\xd2\x52\x90\x3d\x5e\xa4\x76\x0b\x37\xd9\ \xe1\x24\x50\xbd\x81\x7f\x3f\xfb\x0a\xce\x5d\x4b\x58\x1a\xea\xcc\ \xad\x63\x3a\xa2\xf9\x73\xb1\x57\xaf\xe0\xad\x77\x5d\x6c\x58\xbb\ \x9b\x68\x3f\x81\xce\xc3\xc7\xd3\xfb\x9d\x5b\xb8\xe3\x8e\x87\xe8\ \x57\x9c\x41\xa7\xfe\x87\x63\x69\x61\x1c\xf9\xa3\xb8\xe9\xec\x89\ \x5c\x7d\xc1\x3d\xcc\xc9\xbb\x97\xa3\xa6\x4c\xe6\xae\xc7\x9e\xe2\ \x51\xff\x06\x92\x64\x99\xde\x23\x4f\x60\xc0\xd0\x63\x19\xf9\xce\ \x2d\xdc\x7d\xd7\x03\x8c\xe8\xe2\x66\xf1\x2e\x3f\xe3\xd4\xbd\x77\ \x41\x2c\x28\xa3\x4f\x67\x93\x59\xf7\xdd\xcf\xd6\x9e\x1e\x56\xd6\ \x44\xe8\xa6\x4a\x08\x86\x4a\x70\xb0\x6d\x64\xf8\x00\x00\x20\x00\ \x49\x44\x41\x54\xdb\x42\x66\x3f\xe9\xc3\xdd\xb0\x92\xaf\xc5\x9e\ \xdc\x3c\xa8\xac\xed\xb8\x94\x92\x2e\x24\x59\x6f\xf1\xc8\x03\xb3\ \xe8\xdf\xfd\x30\x46\x4c\x9c\xcc\x27\xf7\x3d\xcb\x3d\x8f\x57\xe2\ \xac\x5e\x46\x75\xf1\x11\x5c\xda\x33\xfb\x10\xdd\x3c\xd7\xf1\x74\ \x18\xc0\xf4\xd3\x9b\x79\xf9\xed\xf9\xbc\xfc\x8d\x85\x9a\x5c\xc8\ \xa9\xe7\x9e\x4c\x89\x4f\xc0\x38\x48\xaa\x40\xba\xec\xd2\x4b\x6f\ \xff\x3d\x91\xa7\xaa\xaa\x2c\xfc\xf4\x53\x2a\x2b\x2b\xc8\xc8\xc8\ \xfc\x8e\xfe\xb5\x69\x9a\x74\xe9\xdc\x89\xa2\xe2\x12\x6c\xdb\x46\ \x10\x84\x7d\x7e\x44\x51\xa4\xb5\xb5\x05\x97\xcb\x45\x92\x2f\x19\ \xdb\xb6\x62\x8f\xb5\x34\x93\x9c\x92\x8a\x72\x00\x69\x56\x51\x71\ \x91\x91\x5d\x42\x59\x49\x21\x2e\x11\xd2\x3a\xf6\xa3\x77\xbe\x83\ \xca\xca\x26\x4a\x86\x4d\xe1\xac\x63\x07\xa3\x8a\x90\xd6\xa9\x1f\ \x65\x19\x12\xd5\xb5\xad\x64\x75\x19\xc8\x51\x47\x0c\x21\xdb\xb7\ \x37\xba\x28\xec\x39\x84\xb2\x54\x9b\xda\x06\x3f\x4a\x4a\x3e\xc3\ \x46\x1d\x41\xdf\x3c\x89\x5d\xe5\x95\x28\x79\xdd\x39\xe2\x88\x91\ \x14\x66\xf9\xf0\xa5\x66\x53\xd6\xb1\x18\x9f\x22\xe2\xf5\x65\x50\ \xda\xb1\x13\xd9\x49\xf1\x6b\x13\x64\x92\xd2\x32\xe9\xdc\xa5\x84\ \x14\xb7\x88\x3b\x29\x99\x0e\xa5\x9d\xe8\x33\x62\x20\x39\x4a\x88\ \xf2\xca\x66\x32\x3b\x0d\x62\xfc\xe8\x01\x64\x25\x39\x49\x2d\x28\ \xa6\xb8\x4b\x3f\x0e\x1f\xd2\x13\xb7\x02\xa9\x25\x7d\xe9\x5f\x9a\ \x4c\x5d\x6d\x03\x96\x9a\x4c\x69\x59\x19\x99\xed\x04\x6f\xc0\x89\ \xbb\x69\x33\x6b\xc3\x85\x9c\x7b\xfa\x08\x5c\x40\x6e\xb7\x81\x74\ \x49\x87\x8a\x9a\x20\x3d\xc7\x9f\xc2\xc9\x13\x7a\xa2\x20\xd0\xad\ \x6f\x1f\xd2\xc4\x00\x75\x7e\x9b\xb2\xa1\x47\x32\x66\x60\x57\x92\ \x3d\x6e\x32\x0b\x3a\xd0\xb1\x28\x6b\x9f\x08\x5e\xab\x5e\xc7\x27\ \xcb\xeb\x28\xeb\x59\x8a\xc3\x57\xc2\x69\xe7\x9c\x46\xd7\x74\x07\ \xb6\xe4\x22\xa3\xa0\x84\x8e\x45\xb9\xc8\x92\x4a\x72\x66\x1e\x25\ \xa5\x45\x74\xe8\xda\x9f\xae\x39\x32\x95\x95\x2d\x74\x19\x73\x12\ \xa7\x1e\xdd\x0f\x55\x90\xe9\xda\xad\x1b\x4a\xb8\x9e\xb0\xec\xa3\ \xa4\x4b\x6f\x06\x8d\x18\x48\xba\xd5\x42\x4d\x40\xe5\x88\x53\xce\ \xe6\x88\x9e\x79\xe8\xc1\x46\xca\x77\xee\xa4\x49\xf7\x72\xc4\xe4\ \xb3\x19\xdb\x25\x75\xcf\x08\xa2\xc7\x61\xdd\x51\x83\xb5\x54\x36\ \x5b\x74\x1e\x38\x8e\x51\x03\xca\x48\x72\xb9\x49\xcb\x2f\xa6\xb4\ \x28\x17\x59\x54\xf0\xc5\xaf\xa1\xb0\xeb\x00\x7a\x76\xf0\x50\x5b\ \x5d\x8b\x33\xbb\x3b\x93\x8e\x1a\x43\x49\x86\xaf\x5d\x5e\x52\x24\ \xab\xa8\x94\x2e\xbd\x87\x33\xb2\x57\x2e\x92\x00\x2e\x6f\x0a\x05\ \xc5\x9d\x28\xc8\x48\xa6\xe7\x90\x81\x64\x89\x21\x6a\x9a\x22\x94\ \xf4\x3d\x9c\x09\xc3\x7a\x92\x9a\x9c\xc3\x90\x01\x3d\xb1\xfd\xf5\ \xb4\x46\x6c\xb2\x8b\x3a\xd1\x21\x2f\x8d\xc2\x1e\xfd\x29\x4d\xb5\ \xa8\xa8\x09\xd3\xff\xa8\x53\x98\x7a\x78\x37\x24\x23\x42\xf5\xee\ \x72\x2a\xea\x82\x94\x0c\x9e\xc4\x69\xc7\xf4\xc3\x11\x7f\x71\xc5\ \x93\x41\x6e\x5a\x32\xe1\x96\x16\x9c\xb9\x7d\x38\xfb\xfc\x53\x28\ \xf5\x2a\x64\x76\xeb\x4d\x81\x57\x67\x57\x45\x23\x29\xc5\xfd\x98\ \x30\x7a\x00\x39\xa9\x59\x0c\x1a\xd8\x1b\x29\xd8\x48\x73\x44\x24\ \xbf\xb4\x33\xa5\xc5\x79\x64\x17\x14\xd3\xa1\xa8\x2b\xdd\xbb\x65\ \x13\x0c\x39\x18\x38\x62\x2c\x7d\x4a\x53\x68\xa8\xad\xc3\x72\xa4\ \xd2\xb1\x73\x29\x19\xc9\xe9\x0c\x18\x34\x08\x77\xb4\x81\x3a\x3f\ \xf4\x1e\x3d\x81\xd1\x03\x3b\x93\xb4\xe7\x42\x04\x37\xbd\xfa\xf6\ \xc1\xad\x37\xd1\x18\x92\x39\x6c\xdc\x91\x8c\x19\xd8\x01\x6d\xd7\ \x1a\x3e\x59\xd5\x42\x8f\x9e\x45\x38\xd3\x3b\x73\xfa\x99\xa7\x53\ \x96\xd9\x6e\x9c\x79\xf2\xe8\xd1\x29\x9f\x40\x7d\x3d\x8e\xb4\x5c\ \x7a\x0d\x1c\xc6\xb0\x9e\x45\x34\x56\x55\xe0\x2a\x1e\xc6\xb9\xa7\ \x4f\x21\xc7\xfd\xf3\x57\x48\xd5\xd7\xd5\x92\x94\xe4\xdb\x6b\x12\ \x72\xa0\xf4\x88\x05\x29\xf9\x65\x8c\x3c\x7c\x2c\x87\x1f\x3e\x96\ \x71\xa3\x06\x91\x9f\xac\x62\x18\x07\xcd\xc3\x6b\x09\xbb\xb1\x9f\ \xc0\x6e\x4c\x92\x64\x76\xed\xdc\x4e\x61\x51\x09\x6e\xcf\xef\x5b\ \x9a\x35\xb4\x7b\x2d\x1f\x2f\xfa\x8a\xaf\xbe\xd9\x44\xbf\xd3\xae\ \x62\xca\x61\x3f\x5d\xa4\xd3\xb2\xf8\x79\xae\x9e\xb5\x99\xbb\x66\ \xdf\x41\x4e\x62\xf1\xf6\x9b\x47\xd5\x67\xff\xe0\xba\x67\x9a\x78\ \xf4\xf1\x2b\x49\xf9\x15\xe5\x04\x36\xac\x5b\x4d\x6e\x5e\xc1\xf7\ \x48\xb3\xee\x0b\x81\xff\xb8\x99\x3b\x90\x48\x8f\x24\xf0\x93\xc2\ \xb6\x0c\x42\x9a\xc2\x98\xd3\x2f\xe5\xf0\xbe\x3f\xed\xd2\xd4\x55\ \x32\x94\x73\xce\xee\x4e\x52\x2c\x15\x9f\xc0\x6f\x1c\xc9\x9d\x87\ \x33\xfd\x9c\x68\xdb\xca\xe0\xb7\x09\x01\x59\x51\x91\x25\x31\x4e\ \xdb\x16\xba\xa6\x1f\xd4\xc5\x46\xf6\x7a\xbd\xbf\xab\x81\xe0\xf5\ \x7a\x91\x65\xe9\x7b\x9d\x25\x0e\x01\xfa\xc3\xdf\x58\x8b\xe1\x48\ \x21\xd5\xf3\xdf\x6e\xa6\x98\x34\xd5\x35\x20\x79\xd3\xf1\xb9\x0e\ \xde\xc4\x63\x46\x5a\xa9\x6f\xb5\xc8\xcc\x4c\xf9\xd1\xde\x9c\x00\ \x9e\x0e\x7d\x38\xf9\xf4\x3e\xff\x9b\xd4\x56\x46\x47\x46\x8c\xfc\ \x11\x79\xc4\x68\x10\x7f\xc4\x26\x39\xd9\x7b\x88\x49\x1d\x58\x04\ \x5a\x5a\x10\xdd\x3e\xdc\xca\x4f\xd7\x74\x65\x46\x5a\x69\xf0\x5b\ \xa4\x67\xa6\xf0\x43\xcf\x6a\xeb\x61\x5a\x02\x26\x49\x29\xde\xff\ \xc0\x02\xd0\x22\xd0\xd2\x8a\xe4\x4a\xc2\xa5\xfe\xf8\xf7\xe1\xce\ \xe9\xcc\xe8\xdf\xf4\x92\x4a\x44\x55\x05\xea\x77\x6f\x62\xeb\x8e\ \x4a\x82\x9a\x40\x72\x56\x1e\x9d\x3b\x97\xe2\x93\x4d\xb4\x03\x6d\ \x44\x3e\xf4\xe0\x03\xbf\x2b\xd2\x96\x65\x99\xad\x5b\xb6\xa2\xaa\ \xea\x21\xae\x2d\x15\x64\xde\x9c\x7b\x68\x1d\x70\x19\xd3\x47\x17\ \x51\xb9\xab\x9a\xd4\xfc\x02\x5c\x22\x18\xb5\x2b\x79\xfe\xdd\xb5\ \x8c\x9e\x76\x1a\x25\xee\xfd\x7d\x5b\x1b\x78\xf1\xa1\x87\xc9\x3f\ \xe9\x7a\x4e\x38\xcc\x77\xd0\x57\xa9\x59\x31\x8f\x07\xe7\x69\xdc\ \x72\xdb\x99\x24\xff\x18\x26\xb3\x22\x54\x55\xd5\xe3\xce\x2a\x20\ \x59\x01\xdb\xbf\x85\x17\x5e\x5d\x44\xdf\x63\x4f\xa3\x67\xe6\x2f\ \xd3\xfd\xa9\xfb\x1b\xa8\x69\x85\xbc\xfc\x74\x44\xa0\xfa\xab\xd7\ \x78\x7a\xb1\x93\x6b\xae\x99\x86\xeb\x50\xfa\xa8\x8d\x4a\x9e\x9b\ \x31\x93\xa2\xa9\x37\x70\x74\x67\xdf\x4f\x76\xda\x86\x65\x6f\xf3\ \xd0\x07\x11\x6e\xb8\xfd\x7c\x7e\xe8\x59\x9b\xd6\xce\xe7\x81\xd7\ \x9b\xb8\xfa\xcf\x67\x91\xfa\x7d\xeb\x72\xad\x86\x97\x1f\x7a\x94\ \x0e\x27\x5f\xcd\x84\x6e\xe9\x89\xa5\xc2\x41\x03\x6c\x11\x55\x36\ \x59\xf5\xc1\x2b\x3c\xfd\xda\x42\xac\x94\x1c\xd2\xdd\x50\x57\x59\ \x8b\xaf\x6c\x24\x17\x4e\x3f\x95\x22\x2f\xe8\xfb\x21\x6e\xf9\xc3\ \x0f\xde\xff\x7d\x2d\xdf\x6d\x1b\x87\xc3\x81\x37\x29\xe9\xbf\xca\ \x39\xfd\xfc\x30\xf1\xb7\x34\x12\xb6\x54\xa8\xfb\x82\x87\x1f\x9a\ \xcf\x45\xf7\xfd\x85\x12\x00\x51\xc2\xa1\xaa\x07\x8e\x9e\x6c\x83\ \xe6\xc6\x26\xd2\xcd\xef\x9f\x96\xf4\x90\x9f\xa6\xd6\x9f\xc0\xb6\ \xbe\x65\x2d\x8f\x3c\xfc\x1a\xc7\xde\xf4\x57\x86\xa5\x00\x82\x84\ \xea\x50\x91\x7f\x41\x2d\x98\xf2\x4f\x5e\x60\xf6\xaa\x7c\xfe\x7a\ \xcb\x89\x00\x44\x9a\xeb\xa8\x6d\x4a\x3d\xf4\x4a\xa6\x84\x28\xf5\ \xb5\x95\xa4\x44\x7f\xda\x46\x10\x23\xd4\x42\x73\xab\xf9\xa3\x82\ \x13\x23\x14\xa4\xaa\xaa\x81\xff\xe8\xca\x2c\x8b\xc6\xea\xdd\xa4\ \x46\x2d\x12\x38\x38\x24\x45\xa6\x79\xeb\x57\xbc\xf8\xe6\x0a\xc6\ \xfe\xe1\x56\x8e\xec\x95\x8b\x80\x8d\x19\xaa\xe6\xd5\x99\x8f\xf0\ \xec\x1b\x05\x5c\x7b\xf6\x38\x14\x2b\xf2\x5d\xe7\x9a\x6e\xdd\xba\ \xff\xfe\xee\x98\x6d\x23\xc9\x32\xb2\x2c\xff\x0c\x69\x92\x28\x8b\ \xdf\x7a\x99\xf9\xab\x77\xa2\x0b\x5e\x7a\xf7\xef\x45\x74\xd7\x7a\ \xd6\xef\x0a\xd0\x67\xc2\x54\x26\x0f\xef\xcc\xfa\x4f\x5f\x65\x95\ \xd0\x93\x69\xa3\xba\xd1\xbc\x65\x01\x6f\xac\xb4\x38\xeb\xc4\x61\ \x28\x8a\x8c\x28\x08\x20\xd8\x34\x54\xae\xe2\xe1\x5b\xff\x42\xa7\ \xd2\x01\x9c\x71\x62\x67\x9c\x4e\x05\xa7\x03\xaa\x57\xbc\xc7\x4b\ \xef\x2d\xc5\xaf\x5b\x64\x74\x1c\xc2\xc9\x53\xc7\x93\x21\xc5\x36\ \x4c\xc5\x38\x13\x87\x76\xaf\xe4\xe5\x7f\xbd\xcb\xce\x80\x93\x11\ \x93\x4e\x66\x7c\xdf\x82\x76\x13\xbe\x84\x24\xed\xa9\x85\xb5\x58\ \xbb\xe0\x35\xde\x5c\xb8\x0e\x29\xb3\x3b\x27\x9f\x7a\x02\x25\x29\ \x2a\x98\xad\x7c\xfa\xfa\x4b\x2c\x58\x5d\x49\x5a\xcf\x71\x9c\x77\ \xfc\x20\xd6\xcc\xfb\x07\xef\x2d\xaf\xc6\x9d\xd3\x83\x69\x67\x4e\ \xa5\x83\x2a\xe1\xaf\xd8\xcc\xb3\x7f\xbd\x83\x6f\x3a\x77\xe7\xa4\ \xa9\xa3\x70\x39\x14\x44\x45\x04\xa2\xac\x9c\xff\x3a\xef\x7c\xb6\ \x01\x57\x7e\x2f\xa6\x9e\x36\x85\x42\xaf\x40\xc5\x9a\x0f\xf9\xd7\ \xbb\x8b\x69\x8e\x18\xa4\x14\x0f\xe0\xd4\xd3\x8e\x26\x53\xd1\x59\ \xfe\xfe\x2b\xcc\xfb\x6a\x33\x52\xee\x61\x9c\x71\xca\xf1\xe4\xef\ \xe9\x1f\x37\x6a\x79\xf7\xa5\x57\xf8\x66\x53\x03\x99\x5d\x86\x70\ \xca\xa9\x13\xc9\x10\x03\x7c\xf1\xc6\x4b\x7c\xbc\x7a\x37\xde\x92\ \x11\x9c\x33\x6d\x3c\xa9\xf1\x6c\x92\x84\xc1\xd6\x65\xff\xe6\xcf\ \x77\x6d\xa6\xeb\xd0\x69\x8c\xf1\x79\x68\xda\xb2\x90\x7b\xef\xad\ \x41\x72\x17\x30\xe5\x94\xa9\x94\x65\xba\x40\xab\x63\xde\x2b\xaf\ \xf0\xf5\x96\x46\x4a\x06\x1f\xcd\xa9\x13\x7a\xf0\xe9\xf3\xcf\xe2\ \x1e\x31\x95\xe1\x9d\xd2\xa8\x5b\xfd\x2e\xef\x6e\x76\x73\xca\x94\ \xc3\x71\x02\xd8\x61\xbe\x79\xfb\x39\xe6\x2d\xab\xc4\x99\xd9\x95\ \x93\xcf\x38\x89\x92\x64\x8b\xaf\xde\x79\x95\x4f\x96\x6e\x84\xf4\ \x2e\x9c\x3a\xfd\x0c\x32\xab\xbf\xe6\x99\x7f\x7e\x48\xdd\xff\x67\ \xef\xbc\xe3\xa4\xaa\xee\x36\xfe\xbd\x75\xea\xce\x6c\xdf\x65\x0b\ \xdb\x58\x7a\x87\xa5\xf7\x62\x57\xec\xa8\x11\xa3\x26\x31\x9a\xa2\ \x46\x8d\x2d\x31\xa6\xab\xb1\x44\xb1\x06\x25\x76\x11\x0b\x36\x40\ \x41\x51\x40\x7a\xef\x4b\x87\xed\xbd\xcd\x4e\xbf\xed\xfd\x63\x76\ \x61\x11\xcc\x9b\x37\x6f\x62\x30\x99\xe7\xf3\x99\xcf\xee\xdc\x99\ \xb9\xf7\xdc\x7b\xce\x7d\xce\xef\x3e\xe7\x57\x8c\x44\xa6\x5c\x32\ \x93\xf1\x3d\xd3\x4e\x18\x19\xd5\x3b\x3e\x63\xde\xa2\x0d\x20\x6b\ \xec\x6f\x34\x18\xd0\x51\x18\x75\xff\xea\xf7\x78\xf7\xf3\xed\x90\ \xd4\x93\xcb\xbf\x7b\x25\xf9\xfe\xed\xbc\xbe\x68\x2f\x67\x5f\x77\ \x05\x69\xa1\x72\xde\x7c\x7b\x3d\x23\x2f\xbe\x8c\x02\x4f\x35\x6f\ \xbf\xb1\x8c\x9e\x93\xa6\xd0\xb4\x7a\x21\x6b\xf7\xd6\x62\x48\x09\ \x8c\x3a\x6f\x26\x67\x0c\xca\x46\x14\x25\x64\xc9\x8a\x75\xad\xe1\ \x67\xf5\xc2\x37\xf9\x6c\x6b\x15\xc9\x3d\x46\x71\xd5\xcc\x33\x49\ \x51\xe0\xe0\xaa\xf9\xcc\x5f\xb6\x07\xcb\x95\xc3\x39\x33\x67\x32\ \x34\xd7\x03\x56\x3b\x2b\xdf\x79\x83\x2f\x0f\xb5\x22\xb4\x96\x13\ \x92\x07\xc6\x62\x72\xc2\x35\x7c\xf0\xc6\x7c\xb6\x96\xfb\x29\x1e\ \x73\x1e\x97\x9c\x31\x18\x3b\x50\xb3\x73\x19\x6f\x2e\x5a\x8b\x2e\ \x5a\x94\x36\x42\x3f\xe5\xd4\x13\xb5\x11\xac\x61\xf1\xfc\x37\xd9\ \x5c\xee\xa7\x68\xd4\x79\x5c\x71\xe6\x10\x94\x13\x2c\x08\x1f\x2b\ \x3e\x9c\xcf\xca\x5d\xd5\x08\x8e\x24\x46\x9f\x71\x19\x53\x07\x77\ \xfb\xcf\x24\x6d\xc1\xa2\xf2\xd0\x1e\xd4\x7e\x93\x98\x3e\xb2\x18\ \x35\x12\xc0\xb0\x04\x6c\xa9\x45\x5c\x78\xf1\x99\x3c\xf8\x6a\x29\ \xf5\xbe\x49\xe4\x3a\x85\x93\x0a\xfc\x8a\x36\xbb\x9d\xff\xba\x97\ \xc3\x81\xac\x28\xdf\x8c\xae\x1d\x6d\xe4\xe3\x77\x97\x60\xe6\x8c\ \x63\x72\x6f\x85\x79\xb3\x1f\xa3\xcc\xdd\x9b\x89\x03\x3d\xbc\xf5\ \xcc\x33\x6c\x6b\xd4\xa9\xdb\xbf\x96\x95\xbb\x2b\x00\xf0\xd7\xec\ \xe0\xb3\xd5\xdb\x08\xa1\x1c\xd7\x10\x4d\x0b\x9b\x2b\x83\xf1\x67\ \x9f\xcb\xd4\x09\xc3\xb1\xfb\x0e\xb0\x78\xf1\xa7\x34\xea\xb0\x7b\ \xe9\xfb\xec\xf1\x25\x31\x6d\xfa\x38\x7c\x1b\x5f\xe7\xf7\xb3\x17\ \x62\x89\x2a\xa2\x00\x82\xa2\x82\x76\x90\xd9\x8f\x3f\x4f\xb8\xfb\ \x24\x66\x8c\x4a\xe7\x9d\x67\xfe\xcc\xaa\xca\x93\x93\xb2\xc8\x40\ \xf9\xf2\xb9\xfc\xe9\xe5\xb5\xf4\x1a\x3b\x95\xec\xf6\xf5\xfc\xfe\ \xc1\x97\x68\x07\xbe\x7c\xf1\x4f\xfc\xf5\xcb\x06\x4a\x26\x4c\x64\ \x60\x51\x1a\xa2\x28\x93\xdd\x77\x14\x17\x5d\x7a\x21\xde\xca\xcf\ \x98\xfd\xf2\x1a\x10\x65\x64\x57\x12\x25\xd3\xce\xe5\xac\x89\x23\ \x49\x32\xab\x59\xbc\x68\x09\x55\x11\xa8\x5c\x36\x97\x47\xe7\x6d\ \xa1\xef\xc4\xa9\x24\x36\xac\xe0\x0f\x0f\xbf\x4c\x04\xd8\xbb\x6a\ \x01\x9b\x5b\x13\x98\x76\xd6\x78\x9a\x56\xcf\xe3\xd9\xf9\xdb\xf0\ \x1f\x59\xc4\x23\xaf\xad\xa1\xff\x99\x17\x33\x75\x78\x11\xf6\xae\ \x66\xb1\xe0\xa0\xc7\xe0\x09\x5c\x76\xe9\x59\x04\x37\xbd\xc3\x2b\ \x1f\xed\xa1\x7a\xcb\x9b\x3c\xf1\xd1\x01\xc6\x9e\x7f\x09\x63\x07\ \xe4\x22\x0b\x5d\x0d\x3f\x8b\xc4\xac\xfe\x9c\x73\xfe\xb9\x8c\x1e\ \x90\x85\xa9\xe9\x48\xae\x74\x46\x4e\x98\x4c\x6a\xeb\x5a\x1e\x78\ \xfa\x7d\x74\x60\xd1\x73\x8f\xb1\xa2\x31\x8d\xcb\x2e\x99\x42\xd9\ \xe2\xbf\xf0\xd6\x9a\x43\xf8\x1a\x36\xf3\xee\x8a\x3d\x00\x6c\x5f\ \xb2\x84\xed\x47\x35\x8e\x3b\x5e\x4a\x64\xf5\x19\xc1\x45\x97\x5d\ \x4c\x7a\xe3\x4a\x1e\x7f\x71\x25\xd0\xc4\x7b\x0b\x16\x13\xc9\x1b\ \xcd\xd4\x31\x83\x71\x34\x6d\xe5\xd1\xc7\xdf\xc0\x3d\xec\x1c\xce\ \xe9\x2f\xf3\xe2\xa3\x4f\x51\xda\x72\x7c\xbc\x45\xca\xbf\xe0\x0f\ \x0f\xbf\x8a\x5c\x34\x92\x91\x7d\xb3\x11\xa3\x51\x44\xd5\x46\xf3\ \xc6\xd7\x78\x60\xce\x32\x0a\x47\x4d\xa1\x50\xdf\xce\x1f\x7e\xf7\ \x3c\x4d\xa2\xc9\xe6\x55\x8b\xd8\x54\x03\xd1\x9a\xf5\x3c\xf5\xf8\ \x4b\xec\xac\x09\x43\xe5\x76\x3e\x5d\xbe\x17\x35\x7a\x84\xf7\x16\ \x2f\x27\x75\xd8\x34\x46\x75\xd7\x99\xfb\xd0\x13\xec\x6c\x07\xb5\ \x43\x1f\xb7\x01\x1b\xdf\x7c\x8c\x39\x4b\xab\x19\x35\x65\x22\xc6\ \xce\x77\xf8\xc3\x53\x1f\x61\x02\x29\x79\xfd\x38\xf7\x92\xcb\x19\ \xec\xae\x60\xf6\xec\xb7\xf0\x03\x9b\xdf\x78\x82\xe7\x3f\xab\x60\ \xd8\xb8\xf1\xe4\x25\xa9\x44\x75\x11\x1b\x1a\xef\x3c\xf9\x18\x9b\ \x42\xf9\x5c\x3e\x63\x34\xbb\xdf\x79\x92\x05\x9b\x1a\xa0\x76\x0d\ \x0f\x3c\xfa\x12\x42\xfe\x08\x46\xf4\xc9\xc6\x8c\x6a\x9c\xfa\xb1\ \x2d\xc4\xfb\x4f\x3f\xca\xda\x40\x01\x33\x2f\x1a\xcf\xde\x05\x4f\ \xf2\xea\x9a\xca\x13\xf4\xf0\x2f\x5e\x7a\x80\xb9\x2b\xea\x19\x7d\ \xd6\x39\x24\xd7\x6e\xe5\xc3\xa5\x3b\xff\xc3\x15\x12\x09\x59\x8c\ \xb9\x19\x1b\xa6\x89\x69\x9a\xe8\x86\x81\xa1\x83\x28\xc6\xf2\x2f\ \x9d\xb2\x72\x8d\x15\xaf\x46\xfb\xaf\x85\x69\x20\x38\xd2\x18\x38\ \x74\x22\xe3\x07\x14\xb1\x62\xd5\x4e\x8a\x86\x8e\x67\x72\x71\x09\ \xdb\x3f\xfd\x39\x47\x2b\x1b\x48\x75\xb8\x70\x45\x63\x36\x87\x28\ \xd9\x70\x3a\x24\x44\xba\xe4\x4e\x31\x4d\x64\x5b\x12\x03\x4b\x86\ \x52\xac\x82\x59\x25\xe1\x70\x3a\x90\x00\x03\x3b\x3d\x06\x96\x30\ \x66\x54\x09\x23\x33\x02\xfc\xf0\x81\x4f\xd9\xda\x38\x12\x9b\x24\ \xa0\x28\x22\x6d\x7b\x77\xb0\x79\x47\x2d\x7d\xd2\xd6\xb3\x52\xf4\ \xd1\x56\x5d\x43\xd9\x91\x5a\xc6\xe5\xe4\x74\x9d\xf7\x51\x80\xcf\ \x96\x6c\xa1\xd7\x19\x3f\xe1\x92\xa9\xfd\x60\xa4\x97\xed\x3f\x7f\ \x8a\xe5\xbb\x46\xb0\x79\x7b\x2d\x67\xfd\xf0\x49\xce\xe9\xdf\xa1\ \x04\x9b\x21\xea\x8f\xee\x63\xe5\xee\x1a\x1a\x1b\x83\x34\x1b\xb5\ \xe8\xa6\x0b\xc9\xee\xa1\xd7\xd0\xe1\xf4\x4e\x01\x7c\x2d\xd8\x9c\ \x2e\x14\x23\xc0\x97\x1f\x6f\x64\xd8\xc5\x77\x72\xd1\x94\x3e\x30\ \xdc\xcd\xe6\x5b\xe6\xb2\xb1\xf2\x0a\x14\xd9\x4e\x7e\xff\x61\x8c\ \x19\x39\x86\xac\x86\xf5\x3c\xba\x61\x33\xda\xb9\x25\xe4\x39\x03\ \x6c\xdf\x79\x98\xfe\x17\x9e\x4d\x4a\x57\x3f\x5b\xd3\xa0\xfe\xf0\ \x36\x36\x1e\x6a\xa4\xbe\xad\x15\x7b\x6d\x05\xb6\xe1\x3d\xc8\x14\ \x56\xb1\x6d\x6f\x2d\x57\x9c\x3b\x85\x04\xb5\xeb\xd7\x2d\x5c\xc9\ \xf9\x8c\x18\x34\x00\x09\x38\x12\xd5\x49\xca\xe9\xcb\x94\xd1\xa3\ \xd1\xbd\xed\x6c\x7d\x74\x13\xd5\x95\xbb\x58\xb5\x6d\x07\xcd\x99\ \x1e\x3e\xff\xa2\x92\xa6\xf6\x3a\x5a\x2a\xdb\xb8\x6d\xc2\x34\x3e\ \x79\x6d\x0b\x7e\xfa\xb3\xb3\xce\x64\xc8\xcc\xe1\x5d\xee\x36\x8b\ \xa6\x8a\x83\x2c\xdf\x59\x49\x53\x7d\x80\x96\xb6\x5a\x4c\xab\x27\ \x92\x2b\x99\xc1\x13\xce\x60\x44\xa1\x44\xc5\xe2\xd9\xec\x3c\x5c\ \x83\xb8\x7d\x15\xcd\xd1\x3a\x02\xd5\x07\x38\xdc\xd0\x46\x9f\xa4\ \x58\x10\xd2\xbe\xe5\x2b\x20\x6f\x2a\x3f\xbe\x7c\x2a\xb2\x71\x84\ \x95\x5f\x6c\x42\x30\x7d\x7c\xfe\xc9\x06\x72\x27\x5c\xcb\xcc\xe9\ \xc3\x61\x42\x06\x3b\x6e\xfd\x23\x2b\xdb\x2f\x66\x42\x8f\x24\x4a\ \xb7\x1e\xa5\xb7\x5a\x4e\x52\xb6\x87\x8a\x8a\x03\xec\x8a\x1c\xc2\ \xd9\x6b\x3c\x3d\x13\x65\xe4\x84\x6e\x94\x4c\x1a\xcb\x50\x5b\x3e\ \xdb\xd7\xde\xc9\xfe\x2a\x3f\x39\xa2\x04\x48\x98\x34\xf1\xc9\xf2\ \x0a\xa6\x5f\xfb\x00\x67\x8e\x4d\x65\x5a\xae\x9f\x1f\x3c\xf0\x19\ \xdb\x03\xe7\x93\xd5\x5c\xc3\x9a\x15\xbb\xf1\xd5\x36\xd3\x5e\xeb\ \x26\x1c\xac\x67\xd9\x96\x43\x8c\x98\xf5\x10\x67\x8d\x4b\xa7\x41\ \xae\x60\x55\x75\x3b\xe1\xda\x9d\x7c\xb9\x63\x0f\x7a\x41\x1a\xcb\ \x56\x08\xb4\x04\xea\x28\xad\xae\x60\x6b\xf9\x46\x82\xdd\xce\xe5\ \xe6\x2b\xce\x40\x8c\x54\xb3\x69\xe9\x6a\xa2\xa7\x0a\x0c\x69\xdb\ \xc3\xa7\x9b\x0e\x21\x16\xa7\xb3\x6c\xb9\x48\x93\xbf\x95\xf0\xae\ \x6a\x18\xd3\x31\x0e\x43\x87\xf9\x64\x55\x23\x17\xdd\x7a\x0f\xd3\ \x86\x78\x48\xde\x9e\xc7\xd1\xb6\xff\xdc\x62\xaf\xa6\x09\xe9\xd9\ \xc5\xa4\x96\xb7\x62\x58\x32\x0e\xbb\x1d\x13\xb0\x2c\x83\xb6\x50\ \x94\xbc\x81\x7d\x48\x74\x8a\x58\xa7\xf0\x22\xf9\xaf\x24\x6d\x41\ \xf8\x26\x75\x56\x01\x01\x13\xdd\x32\x00\x15\x59\x84\x50\x38\x02\ \x02\x28\xb6\x58\x98\xba\x28\x8a\x04\xc3\xb1\x81\x2e\xc9\x9d\xd3\ \xab\x15\xfb\x4c\x96\x40\xb0\x30\x31\x30\x4f\x7d\x32\xc7\xce\x47\ \x52\x55\x44\x11\x0c\xd3\xc2\x44\x40\x12\x44\x2c\x5d\x43\xf0\xe4\ \x31\xed\xdc\x19\x64\xdb\x0c\x66\xcc\x74\x93\x9a\x9a\x72\x82\xc6\ \x8f\x20\x21\x61\x61\x58\x1c\xd7\xf9\x25\x09\x51\x04\xd3\x88\x85\ \x4e\x8b\x5d\x42\xe9\x8e\xae\xfa\x2b\x0f\xcf\x2f\xe7\x86\xdb\x6f\ \x02\x67\x33\x6f\x1f\xd5\x30\x2d\x30\x4d\x83\x93\x64\x74\x2b\x16\ \x9a\x7e\x6c\xbf\x62\x4c\xb4\x31\xcd\x98\x41\x66\x75\x54\x61\x96\ \x9c\x36\x4c\x23\x82\x2d\x69\x20\xbf\x7f\xe4\x8f\x2c\x7d\xef\x75\ \x7e\x7d\xe7\xa7\x5c\x79\xc7\xef\x38\xbb\x5f\xac\xbd\x1b\xde\x7d\ \x96\x39\x6b\x65\x7e\xf6\xe3\x4b\x38\x6c\x1e\x65\x63\x38\x44\x4a\ \xee\x99\x3c\xfc\x70\x2e\x0b\xdf\x7e\x95\x3b\xef\x58\xca\x4f\xef\ \xff\x1d\x23\x73\x1c\x1d\x87\xb6\xb0\xcc\x13\x6f\x7c\xcb\x8c\x85\ \xc7\xcb\x8a\x88\x5d\x31\xd1\x75\x1d\x53\xb0\x33\x78\xd2\xd9\x9c\ \x53\xe4\xc6\x38\xff\x12\x12\x32\x72\x49\x97\x8f\xd0\x7d\xfe\xd3\ \x2c\x5e\xb4\x8c\x06\x33\x8d\xf3\xfa\x26\x1f\x97\x35\xd6\xbf\xca\ \x43\xaf\x95\x72\xfd\xed\x3f\xc5\xe6\xf5\xf1\xda\x2e\x1d\xc3\x8a\ \x25\xb6\x37\x4d\x23\x26\xcc\x44\xa3\x38\x93\x0b\x39\xe3\x82\x19\ \x24\x5b\x51\x2e\xba\xca\x4d\x6a\x66\xc2\x09\xd7\xc5\xa2\x33\xb5\ \xa9\x85\x65\x99\x80\x85\x69\x81\xd0\x19\xf0\x25\x4a\x88\xa2\x49\ \xd4\xf0\x30\x69\x74\x2f\x56\xad\x98\xcf\x07\x5e\x1b\xd7\xfe\xf0\ \x3c\xf6\xaf\x5f\xc2\x27\xd1\x6a\xfa\x4f\xbf\x04\x49\x3a\x1a\x0b\ \x49\x37\x00\x59\x44\x76\x28\x98\x86\x19\xeb\x5b\x51\x44\xc2\xc2\ \xb4\x84\x63\x7d\x20\xc8\x12\xa2\xac\x12\x38\xb4\x8c\x3f\x3e\xf9\ \x16\x23\xaf\xbf\x9d\x09\xbe\x55\x1c\x7c\xbb\x3e\xd6\x7f\x16\x5d\ \xc8\x22\x16\xe6\x6e\x19\x06\x96\xe8\x62\xf8\xd4\x73\x99\x94\xad\ \x72\xee\x8c\x99\xa4\x15\xe4\xb0\xef\xcd\xa5\x60\x19\x5d\xce\xe3\ \xeb\x58\x4a\xc3\x50\x13\x28\x99\x72\x1e\xd3\xf3\x14\xce\xbe\xe0\ \x72\xbc\x89\xe9\x27\x4c\xc8\x9a\x29\xa3\x2a\xca\xb1\x7b\x54\xf8\ \x0f\xae\x66\xa2\x6b\x1a\xc9\xbd\xc6\x31\x2b\xa5\x9c\x2d\x9f\xcc\ \xa7\xb2\x39\x44\x6a\xf7\xbe\x8c\x1c\xde\x8f\xec\x41\x53\x99\x35\ \x50\x40\x32\x23\x9c\xca\xf3\x4f\xb4\xd9\x6c\xfc\xb7\xbd\xbe\x1a\ \x05\xf9\x2f\x9e\x53\x09\x85\x42\xc4\xb2\x2b\x9a\x84\x43\xc1\x8e\ \x5c\xc2\x16\xe1\x60\x90\x90\xa1\xd2\xa3\xb8\x17\x6d\x5f\xbe\xc7\ \xfb\x5f\x6e\x65\xe3\xd6\x83\x04\x34\x13\x50\x70\xa8\x06\x3b\x37\ \x6f\x23\xe2\xea\x86\x2d\x5c\xc3\x47\xef\x2d\x63\xd3\xb6\x7d\xb4\ \x68\x06\x91\x70\x18\x03\xb0\x89\x21\xf6\x6c\xfa\x92\x35\x5b\x36\ \x32\xe7\xb9\x05\x08\xdd\x46\x31\x38\xdd\x8d\x1c\x6e\x60\xcb\x96\ \xdd\x24\xf6\x1c\x46\xbf\x94\x1a\x96\xad\xd9\x45\x9b\xaf\x95\xfa\ \xa6\x66\x04\xc7\x71\x73\xd4\xe1\x70\x10\x28\xdb\xc2\xb6\x7a\x98\ \x3e\x7d\x00\xbb\x97\xcc\xe5\xe3\x75\x5b\x78\xf7\xf9\x57\xa9\xb3\ \x0f\x60\xe2\xa0\x61\x8c\xeb\xe9\x65\xd1\xf3\x4f\xb0\x7c\xed\x3a\ \x36\xee\x3c\x44\x4b\x40\xc3\x12\x04\x64\x49\x46\xb0\x0c\xa2\x5a\ \x14\xd9\x9d\x45\x62\xa4\x99\xe5\xef\x2f\x62\xe3\xb6\x5d\xd4\x05\ \x0d\xb4\x70\x10\x5d\x76\x31\x66\xfa\x20\x36\x2c\x78\x85\x25\xeb\ \xb7\xf0\xc6\xb3\x2f\x13\xee\x36\x80\x92\xee\x76\x02\xfe\x00\xa1\ \xa8\xde\x71\x4f\x87\x89\x44\x0d\x82\xc1\x5a\x36\xee\xae\xa5\x78\ \xf8\x38\xba\x1b\xd5\x1c\xaa\x6e\x3c\xae\x89\xea\x31\x72\x94\x24\ \x11\x4c\x0d\xdd\x82\xb6\xf6\x32\xb6\x1c\x0a\x30\x68\xd4\x68\x92\ \xda\x0e\x71\xa4\xb1\xfd\xd8\xf7\x53\x72\xd3\x69\xae\x58\xcd\x7b\ \xcb\xd7\xb1\xf3\x40\x1d\x51\x53\x27\x1c\x8a\xc6\x48\xc8\xd4\x08\ \xb4\xfb\x10\xd2\x7b\x33\xba\x4f\x16\x5b\x96\xad\xa0\xba\xb5\x8d\ \x9a\xda\x66\x4c\xcd\x02\x5b\x0f\xce\x1b\x9d\xc1\x8b\x7f\x7a\x1e\ \xab\xf7\x58\x7a\x74\xf1\xd2\xb1\x8c\xd8\xb1\x25\x49\x42\xb4\x4c\ \x34\x5d\x3f\xd6\xcf\x7a\xc7\x5d\x96\x37\x66\x3c\xa9\x56\x15\x5f\ \xac\xdb\x47\xc0\xd7\x44\xb5\x2f\x84\xdc\xc5\x9d\xaf\xd7\x94\xc9\ \x48\x65\x9f\xf3\xd4\xfc\xe5\xec\xda\xb8\x8d\xa3\xb5\x6d\x68\x96\ \x87\x49\xd3\x06\x73\x64\xf9\x4b\x7c\xb4\x66\x33\x1f\xce\x7d\x99\ \x32\x69\x00\x13\x8b\x54\xb2\x4a\xa6\x22\xed\x78\x8b\x8f\xcb\x93\ \xb9\x60\xc6\x59\xa8\x87\x3f\x67\xe1\x7e\x91\xb1\x83\xbb\x81\x1e\ \x26\x18\x0a\x75\x4c\x98\x26\x91\x50\x10\x4d\xb7\xb0\x27\xd8\x69\ \xa9\xd8\x49\x69\xa3\x9b\x33\x27\x66\xb2\xf4\xcd\x39\x7c\xb9\x79\ \x23\x73\xe6\xbc\x8f\xab\x68\x22\x03\x53\x2c\x02\x51\x23\x76\x1e\ \x82\x85\x16\x0d\x12\xb5\xa5\x33\x7d\x64\x4f\xd6\xbd\xf6\x38\x9f\ \x6e\xdc\xc1\xe6\x9d\x7b\x68\x0e\x44\xb1\x67\x0f\x64\x44\x51\x12\ \xeb\x3f\xfb\x92\x7a\x9f\x8f\xea\x9a\x66\xb4\xb0\xc8\x90\x71\x63\ \x71\xd5\x2c\xe1\x89\xf9\xcb\xd8\xbe\x69\x23\x87\x6b\x03\xa8\x0e\ \x95\xda\x4d\x8b\x79\xee\x95\x2f\x8f\x2f\x60\x26\x0d\x64\x52\x0f\ \x27\xeb\xbf\x58\x41\x8d\x2f\x40\x5d\x65\x1d\x92\xdb\x4e\xdb\xae\ \x4f\x78\xe4\xc9\x97\x69\x74\x14\x33\x75\xa0\xc8\x3b\xaf\xcf\x65\ \xc3\xce\xad\xac\x2e\x2d\xc3\x90\x5c\x44\x1a\xd7\xf1\xa7\xc7\x9e\ \xe7\x40\xdb\x7f\x16\x69\x8b\x92\x82\xd1\x76\x94\xb7\xe6\x3c\xc5\ \xa2\x0d\x87\xd1\xa2\x01\xd6\x7d\xf8\x57\x9e\x7c\xe3\x33\x42\x82\ \x03\x45\x12\xbf\x76\x02\x94\x6f\xbe\xe5\xd6\xff\x2a\x2b\xdb\x6e\ \xb7\xf3\xda\xab\xaf\xb0\x67\xcf\x6e\x5c\x2e\xf7\xbf\x5e\xd7\x96\ \x5c\x0c\x1d\x3b\x86\xdc\x64\x11\x70\x32\x78\xe4\x78\x52\x92\x6d\ \x80\x49\xbf\x31\xe3\x71\x7b\x15\xd2\x8b\x2f\xe5\xc7\x33\x83\x2c\ \xfe\xf8\x1d\x2c\xc5\xc3\x79\x67\x8c\x45\x05\x26\xcf\xb8\x8e\xaa\ \x25\xfb\xa9\x56\xce\xe6\xc7\xd7\x5f\xcc\xcb\x1f\x2d\x61\x99\x6f\ \x1c\x57\x9f\x5f\xc8\xd8\x31\x23\x49\x51\xa0\x4e\x54\x30\x7c\xd5\ \x2c\xff\x64\x31\x42\xfa\x24\xee\xb9\xe6\x32\x14\x24\x2e\xb8\xf6\ \x22\xde\xdc\x7c\x84\x56\xc7\x85\xdc\x71\xdf\x1d\xbc\x3a\x6f\x21\ \xef\xbc\xbb\x9e\xec\x41\x93\xe8\x35\xb8\xdf\xb1\xe6\xa5\x0f\x99\ \xc2\x45\xd3\x6b\x39\xb4\xb7\x92\x61\x53\x6f\xe2\x36\xed\x55\x3e\ \x58\xf8\x2e\x52\x4a\x1f\xee\xbe\x7b\x26\x89\xc0\x99\x37\xdd\x8d\ \x35\xef\x35\x96\x2d\xfc\x00\x57\xfe\x38\xbe\x7f\xf9\xf7\xf8\xb1\ \xff\x55\x3e\x7b\x6d\x0e\x96\x68\x63\xc2\xe4\xc1\x88\xa4\xf1\xfd\ \x1b\xaf\xe0\xa5\x05\xcb\xf9\x24\x34\x84\xef\x5c\x36\x86\xb1\xe3\ \x46\x93\x22\x43\xc1\x59\x37\xf2\x53\xed\x4d\x16\x7d\xf0\x2e\xf6\ \xcc\x61\xdc\x73\xe7\x15\x38\x80\xcc\xde\xa3\x19\x6e\x8f\x39\xe2\ \xba\xb2\x07\x30\x76\x84\x0b\x39\xd8\xc0\xe6\x15\x1f\x51\xed\x37\ \xe9\x76\xf6\x8f\xb9\x62\xc2\xf1\x5c\x13\xa3\x2f\xfe\x3e\x0d\xd1\ \x79\xbc\xf3\xd2\x5c\x10\xf3\x98\x76\xde\x20\xcc\x96\x4a\x56\x2f\ \xf9\x84\x36\x5d\x66\xf0\x77\xee\xe4\xfc\x81\xc7\xad\xb7\xe4\x11\ \x97\x70\xed\xe1\x76\x96\x2c\xfe\x10\xff\xa4\x4b\x39\x23\x7f\x10\ \x63\x82\x32\x12\x20\x78\x72\x18\x3d\x7e\x28\x76\xd1\xce\x85\x3f\ \xf9\x05\xd2\xeb\x6f\xf0\xf1\x82\x77\x90\x53\xfa\x90\x51\xdc\x9f\ \x4c\x60\xc0\xb4\x69\x64\xce\xdd\x4c\xc9\xa8\x21\x27\xa8\xb4\xd9\ \x23\x67\xf1\xd3\xaa\x57\x59\x36\xef\x79\x4c\x41\x62\xfc\xd4\x12\ \x14\xd1\x45\xc9\x98\x31\xe4\x79\x62\xc4\x2c\xa6\x8f\xe4\x9e\x5f\ \xe8\xbc\xfe\xf6\x52\xde\x2e\x35\xc9\x19\x71\x2e\x83\xfb\x17\x1e\ \xdb\x87\x2d\x77\x22\xf7\xdd\x0b\xf3\x16\x7c\xc1\x9b\xbb\x4c\x7a\ \x8c\xbe\x80\xc1\x69\x0a\xe9\x85\xd7\x71\x67\xe8\x4d\xde\xfd\x78\ \x01\x24\x16\x71\xe7\x3d\x33\xc9\x96\x01\x4f\x21\x17\x5e\x75\x15\ \xbd\x53\x47\xa2\x90\xc2\x59\x17\x5e\x84\x3b\xda\x93\xe2\x04\xc0\ \x97\xce\xe8\xb1\xa3\x88\x45\x78\x3b\xe9\x3f\x6a\x22\xc9\x1e\x11\ \x67\xc1\x99\x5c\x30\xb1\x81\x23\xfb\x6b\xb8\x70\xd6\xdd\x84\xd4\ \x17\x59\xb2\xe0\x03\x12\xf3\xcf\xe1\xee\xab\xcf\xc5\xe3\xb0\xb8\ \xf5\x9a\x06\xde\x5b\xfc\x0a\x7b\x04\x81\x21\xd3\x27\x93\x24\x40\ \xee\xcc\x5b\xf8\xa9\x63\x1e\x4b\x17\xbe\x8d\x81\xcc\x59\x33\x46\ \xa3\x62\xe3\xea\xdb\x7e\x89\xe3\xb5\x79\x2c\x7c\xf7\x5d\x6c\x19\ \x03\xc9\xed\x33\x80\xe4\x9c\xf1\xfc\xe2\x1e\x8b\x37\x16\x7c\xce\ \xbb\xbb\x0d\x72\x27\xcc\x60\x58\x41\x02\x07\x5f\x5a\xc5\xc6\xaa\ \x11\xdc\x78\xec\x8c\x9d\x5c\x71\xfb\x2f\x71\xcc\x9b\xc7\x47\xef\ \xbe\x83\x23\xb9\x27\xdd\x87\x97\xc4\xdc\x4c\x2d\x8b\xa8\x25\x72\ \xee\x4f\x7e\x85\xf9\xe6\x3c\x96\x2e\xf9\x82\xb6\xe6\x30\x42\x81\ \x12\x8b\xa1\xfa\x0f\x14\x03\x64\x19\xf6\xef\x58\xcd\x51\xc7\x70\ \xee\xbd\xe3\xbb\xa4\x29\xa0\x37\x6c\xe1\xa1\x87\xe7\xb3\xb3\x6a\ \x14\x63\xba\xbb\xbe\x36\xc0\x46\xd8\x5b\xba\xe7\xbf\x2e\x8c\xfd\ \x8f\x7f\xf8\x1d\x5b\x36\x6f\xa1\xa8\x47\xf1\x49\x81\x36\xdf\xae\ \x30\x76\x8b\xf7\x7e\x7b\x23\xbb\x0a\xae\xe3\xbe\x59\xa3\xe2\xeb\ \x07\xff\x2c\x18\x61\x2a\x0e\x1c\x60\xe7\xc6\x4f\x59\x55\x9d\xc6\ \xed\x77\xce\x3a\x96\xd9\x2e\x8e\xbf\x07\x01\xde\x79\xf2\x31\x22\ \xc3\xae\xe1\x3b\x63\xf2\xfe\xee\xb1\x5c\x73\x60\x23\x87\xda\x5c\ \x64\xd8\x9b\x79\xe3\xb9\x97\x48\xbb\xf0\x3e\x7e\x34\x2d\xff\x5b\ \x77\xf6\x7f\x4f\x18\xbb\x6a\x53\x39\xb4\x6a\x1e\x73\x57\x86\xf9\ \xe9\xcf\xae\x27\xdb\x29\x12\xaa\x5c\xcf\xc3\x4f\x2d\x64\xfa\x8d\ \xb7\x33\x22\xc7\x81\x76\xea\xa4\x51\xfe\xff\x3a\x4d\xdb\xb2\x2c\ \x74\x4d\x27\x12\x09\x1f\xd3\x1f\xbf\xcd\xc8\x1f\x3a\x16\x31\x29\ \x2d\xce\x13\xff\x4c\x68\x3e\xd6\x2f\x79\x9f\x7d\x42\x1e\xd7\xde\ \x70\x55\x9c\xb0\xff\xcf\x70\x32\xe3\xc6\xbb\x91\x24\xe5\xff\xb4\ \xf6\x13\x68\x28\x63\xc5\xa7\xbb\xd1\x04\x85\xc2\x73\x6f\xe2\xf2\ \x6f\x21\x61\xff\xdd\x43\x4c\x37\xc9\x1b\x38\x91\x81\x1b\x9e\xe4\ \x81\xfb\x7e\x41\x4e\x9a\x8b\xfa\xaa\x1a\xb2\xc6\x5d\x4e\xff\xac\ \x04\x0c\x23\xfa\xf5\x56\xfa\x7f\xe5\x98\xea\xcc\xda\xf7\xed\x3f\ \x11\x86\x9c\x77\x0d\x43\xfe\xee\x19\xcb\x44\x37\x2c\x24\xb9\x6b\ \x7e\x6d\x0b\xd3\xe4\x6b\xeb\xd1\xfd\x5f\xac\x7e\xcb\xfa\xdb\x8b\ \xbc\x56\xec\x40\xa7\xff\x75\xb7\xa7\x73\xe9\x2d\xf7\xc5\xb9\xf7\ \xff\x31\x2e\x15\x45\xf9\x3f\xff\xaa\xc7\x98\xcb\xf8\xc5\x98\xcb\ \xfe\x3b\x8c\x47\x43\x07\x47\x26\x97\xfd\xe8\x5e\x86\xed\xdf\x4b\ \x75\x73\x84\xe4\xec\x42\x7a\x17\x66\x21\x18\x51\xfe\x56\x09\xcd\ \x78\xda\x9d\xd3\xaa\x23\xa3\x04\x83\x91\x7f\x99\x84\xd7\x7e\xe0\ \x13\x1e\x7b\xf6\x35\x9a\xba\x6c\x6b\xd9\xb3\x9c\xa7\x9f\x5f\x44\ \xfb\xff\x33\x88\xad\x6c\xd5\x02\xfe\xf2\xfa\xba\xaf\xfd\x3c\x52\ \xbd\x8e\x67\x5f\x78\x9d\xea\xaf\xba\x88\x6b\xad\x6c\x58\xb9\x9a\ \xf2\x96\x68\x7c\x00\xc4\xf1\xdf\x35\xb5\x89\x10\xf1\xb7\x50\x55\ \x59\x45\x65\x65\x25\x15\xe5\x55\xb4\x06\xa2\xff\xab\x01\x15\x27\ \xed\xd3\x08\x87\x57\xbe\xcd\x9f\x5f\x5d\xcd\xbf\x2a\x08\x38\xea\ \xab\x60\xdf\xe1\x2a\xba\xf2\x66\xa0\xfe\x08\xdb\x76\x55\xfd\xbf\ \xad\xdf\xd6\xb2\x03\x6c\x2f\xad\xfe\xfa\x01\x1a\x28\x63\xf3\x8e\ \x52\x82\xe6\xc9\xa4\xbd\xe9\xcb\xd5\x54\xb4\xea\xf1\x01\x10\xc7\ \x7f\x0d\x44\x59\xc1\x6c\x3d\xc2\x2b\xb3\x1f\xe3\x93\x6d\x55\xc8\ \xb2\xc9\xae\x2f\xe6\xf1\xe8\x5f\x17\xd1\xac\xc9\xb1\xb2\x7b\x71\ \x79\xe4\xdf\x88\x68\x3b\x5b\x56\x7d\x4e\x69\xbd\x4e\x9f\xd1\xd3\ \x18\x9a\xe7\x60\xeb\xaa\x55\x08\xb9\x23\x19\x9c\xe7\xe0\xf0\xa6\ \x95\x04\xb2\x87\x22\x05\x5b\xd9\xbe\x62\x13\xaf\x79\x1a\xc8\xea\ \x3d\x9a\xe9\x43\xba\x53\xb5\x67\x1d\x6b\xb6\x1e\xc2\x53\x30\x88\ \x09\x63\xfa\xe3\x40\xa3\x72\xcf\x66\x36\xed\x3a\x42\xd4\x99\xc3\ \xa4\x71\x03\x69\xda\xbb\x81\x9d\x65\x8d\x60\x4b\x61\xd8\xb8\x49\ \x14\xa5\xaa\x84\x5a\xca\x59\xf9\xf9\x1a\x9a\x74\x1b\xbd\x47\x4c\ \x64\x68\x41\x32\x82\x28\x23\xcb\x27\x96\x1e\x93\x14\x3b\x56\xcb\ \x0e\xde\x7b\xfb\x1d\xdc\xde\x0c\x46\x8d\x1f\x4f\x37\x17\xb4\x56\ \x95\xb2\x72\xd5\x56\x82\xb2\x97\xc1\xe3\x26\xd3\x3b\xc3\x49\xb0\ \xfe\x10\x6b\x37\x6c\xa3\xb6\x5d\xa0\xdf\xa8\x29\x0c\x2e\x70\xb3\ \xfb\xcb\x4f\x29\x6d\xd1\x68\xdc\x5f\x83\x64\xeb\xff\x95\x13\x37\ \xa8\xda\xbb\x81\xb5\x3b\xea\xc0\xbf\x0f\x43\xb2\xa1\x48\x10\xa8\ \xd8\xc9\x8a\x8d\x7b\x68\x35\x3d\x8c\x1a\x3d\x94\x71\xd3\xa6\x90\ \xe8\xf4\xb3\x7e\xc5\x0e\xba\x0f\x19\x49\x37\x8f\x40\xcb\xc1\xcd\ \xec\x6d\x4f\x64\xf4\x90\x22\x8e\x6c\x5e\xc6\xfa\x7d\xf5\x64\xf4\ \x1b\xcd\xb8\x41\xf9\x28\x18\x1c\xdd\xb1\x96\xf5\x3b\x8e\xe2\xca\ \xee\xcd\x84\x09\xc3\xf1\x48\xf1\x61\x16\xc7\xb7\x07\xb2\x24\x70\ \x60\xd7\x5a\x2a\xdc\x23\xb8\xe7\xae\xef\x91\xae\x82\xd5\x54\xc2\ \x1f\x1f\x78\x99\x7d\x75\xd3\x98\x90\x9f\x40\x24\xaa\x9d\x14\xc2\ \x1e\xb7\xb4\xbf\x11\x44\xf8\xf8\xaf\x8f\xf2\xd6\xfa\x1a\xec\x46\ \x0d\x7f\x7d\xf8\x41\xd6\xd7\x9b\x58\x95\xab\x79\xfc\xe9\x97\x38\ \xb0\x77\x25\xb3\xff\xb2\x80\x16\xcb\x8e\x4d\x51\x50\x65\x09\x0b\ \x01\xd5\xa1\x52\xb9\xe9\x7d\x66\xff\x75\x11\x11\x55\x61\xc3\x3b\ \xcf\xf2\xc2\x87\x3b\xc1\x6c\x64\xde\xe3\x0f\xf3\xc5\x9e\x1a\x42\ \x11\x83\xf6\x8a\x6d\x3c\xfd\xe8\x5c\xf6\x37\x84\xa9\xd8\xb0\x80\ \x3f\x3e\xf4\x14\xd5\x80\xa0\x47\x88\x18\x12\x62\xfb\x7e\x9e\x7b\ \xe0\x21\xb6\xb5\x80\x22\x89\xa7\x7c\x46\x8b\x06\x5a\x68\xf6\xb5\ \xb3\xf3\xe3\xb9\x3c\xf0\xf4\x9b\x04\x01\x23\x1c\x46\x17\x54\xc2\ \x15\x6b\x78\xe2\xa1\x67\xa8\x03\x4a\x3f\x9a\xc3\x9c\x77\x56\xe3\ \x0b\x87\xd1\x74\x8d\x8d\xf3\x1f\xe6\xa1\x97\x97\xd2\xd8\x54\xcf\ \xe1\xb2\x6a\xc2\xd6\x89\x36\x40\xf5\xa6\x77\xb9\xff\xf7\x73\x39\ \xd8\xd8\xcc\xd1\x03\x47\x08\x44\x2d\x6c\x22\x2c\x7b\xf1\x31\xde\ \x5a\x51\x4a\x20\x1c\x25\xd2\x5e\xcd\xfc\xbf\xbc\xc8\xee\xca\x36\ \x56\xbd\xfe\x04\x8b\xb6\xc7\x0a\xb1\x2e\x7b\xfd\x05\x3e\xda\xda\ \xc0\xc1\xe5\x2f\xf2\xe4\xdb\xeb\x91\x6d\x3a\x4b\xe6\xfc\x89\x77\ \xb6\xd4\xe3\xdf\xb5\x98\x47\x1e\x9f\x8f\x4f\x50\x08\x36\x37\x12\ \x8d\x07\xf5\xc6\xf1\xad\x83\x45\x34\x1a\xc5\xe6\x50\x09\xb6\x35\ \x50\x53\x53\x4b\x5d\x63\x2b\xba\xa8\x12\xf5\xfb\x68\x6c\x6a\x26\ \x18\x35\x4e\x19\x60\x14\xb7\xb4\xff\xc5\x30\xea\x37\xf1\xd6\xd2\ \x9d\xe4\x9d\xd1\x0f\x97\x57\x23\x52\xf3\x09\x1f\x7d\x5e\xc6\xef\ \xaf\xb8\x93\xb3\x0e\xff\x9c\x9b\x7f\xf2\x39\x97\xdd\xf7\x08\x13\ \xb2\x54\x76\x6f\x08\xe1\x2d\x1e\xc3\xac\x2b\x2f\x46\xc2\xcf\xcb\ \xf7\xcf\xa7\x92\xa1\x8c\x75\xb9\xf1\xda\x7d\x7c\xba\xe2\x0b\xbe\ \x33\xe5\x52\x74\x31\x95\xf3\x66\x7d\x9f\xe9\x45\x1e\x02\x07\x3e\ \x43\x4f\xe8\xc3\x95\xd7\x5c\x47\x91\x7d\x34\xb7\xdd\xf4\x67\x36\ \xee\xd7\x98\x51\x9c\x4e\x76\x66\x22\xd5\x62\x0a\x96\x7f\x13\xdb\ \x2a\x02\xf4\x3a\x45\xc6\x3d\x53\x8f\xe2\xce\x1b\xc3\xf7\x7e\x70\ \x1d\x4a\x45\x77\x7e\x78\xdf\xc7\xec\x6d\xb9\x82\xa1\x59\xdd\xc8\ \x38\x52\x87\x10\x49\xc1\xb7\x71\x27\xa5\x8d\x60\x0b\x9b\xf4\x1a\ \x7b\x3e\x37\x5d\x37\x19\x42\xa5\xdc\xfe\xd0\x41\xce\xbd\x79\x36\ \x33\x07\xba\xd8\x66\x6f\x64\xee\xbe\xf0\x09\x93\xd5\x8a\x77\x3e\ \xa6\xfb\xd9\x3f\xe2\xee\xef\x94\x10\xde\x97\xc0\x81\xe7\x76\x63\ \x18\x3a\xfe\xb0\xca\xe8\xf3\xbf\xc3\x0f\xa6\x15\x43\xe0\x10\x92\ \xac\xe0\x4c\xce\x65\xe2\xe4\x42\x5e\xdc\xba\x0f\xc6\x18\x6c\x6f\ \x54\x99\x76\x75\x1a\xef\xff\xf9\x71\xfc\x69\x93\x71\x3b\x3d\x38\ \xcd\x7a\x16\x2d\xdd\xc6\xd4\x33\x34\xda\x03\x06\x69\xc5\x25\x9c\ \x37\xbc\x10\x39\x6e\x7a\xc4\xf1\x2d\x83\x69\x09\xa4\x64\x17\x12\ \x7c\xf7\x4d\xfe\xf4\xbb\x4d\xd8\x44\xd0\x23\x21\x7c\x01\x93\x86\ \x97\x66\xf3\xa1\x29\x52\x32\xe3\x06\xae\x9a\x90\x47\x34\xaa\xc7\ \x49\xfb\x9b\x84\x16\x6c\x21\xa8\xb8\x48\x4b\x49\x00\x41\xe3\xe2\ \x1b\xef\x20\xaf\x77\x36\xa0\x92\x98\xac\xd0\x1a\x08\x20\xd8\x62\ \x61\xd7\x66\x47\xe8\x7a\x6c\x22\x8e\xe2\xf7\x87\x49\xca\x48\xc5\ \x26\x89\x14\x8d\xb9\x8a\x92\xe2\x7e\x78\xcc\x08\x26\x60\x76\xf4\ \xa3\x20\x88\x88\x82\x85\x6e\x01\x8a\x87\x64\xa7\x1d\x21\xd2\xca\ \xa7\x4f\x3e\xcc\xc2\x86\xee\x9c\x31\x22\x19\x55\x55\x62\x21\xdd\ \x56\xec\xfb\xc2\x49\x73\x7e\x2c\xb4\xdb\x69\x4f\x22\xd1\xae\x62\ \xb4\xd5\xf2\xca\x63\xbf\x65\xaf\x77\x24\x63\xf2\x9d\x28\x8a\xdc\ \x11\x8a\x2e\x70\x2c\x4e\x3d\xec\x23\x2c\x2b\x24\xa6\xba\x3a\x1e\ \xd9\xbe\xba\x5f\x8d\x76\x3f\xa4\x26\xc7\x6a\x2b\x5a\xa2\x40\xa7\ \xbf\x8e\x28\x0a\x58\xba\x75\x42\x0b\x22\x96\x9d\x09\xa3\xc6\xf3\ \xda\xec\x0d\xac\xfc\xac\x06\xbf\x67\x20\xa3\xb3\x05\x96\x44\x2c\ \x52\xd2\x52\x10\x2d\x89\xe1\x33\x7e\xc0\x59\x79\x03\x49\xef\x93\ \xc9\xaf\xef\x4a\xe0\xad\xb7\x67\xb3\xfc\xbd\x02\x6e\xb8\xf3\x66\ \xfa\x26\xc5\xfd\xf2\xe2\xf8\xf6\x40\xd7\x34\x92\xf2\x87\x73\xfb\ \xfd\xbd\x30\x11\xd0\x0d\x0b\x59\x95\x30\xa3\x11\x22\x9a\x81\x65\ \x81\x23\x21\x05\x4d\x33\xe2\xf2\xc8\x37\x0d\x7b\x46\x3f\x7a\x25\ \x18\x04\x84\x54\x26\x4c\x9d\x42\xc9\xc0\xfe\xf4\xc9\x75\x53\xbe\ \xe2\x45\x3e\x3a\xd4\x9d\xd9\x8f\xdc\xc0\x86\x17\x1e\x61\x47\x3b\ \xa4\x27\x25\x10\x38\xba\x93\xd2\xaa\x26\xda\xda\x25\x8a\x7b\x16\ \x11\x68\x89\xd0\x7b\xc4\x04\xc6\x8c\x2e\xa1\x6f\x6e\x77\x64\x51\ \x27\xaa\xe9\xc7\xb4\x2e\xcb\x32\xd1\x34\xad\x23\xe4\xd5\x44\xd7\ \x0c\x4c\x3d\xc0\xfe\xd2\x2a\xb2\x86\x4c\xe3\xdc\xf3\xa7\x53\x90\ \x62\x47\x8b\x18\x48\x92\x48\x5b\x4b\x1d\xf5\xbe\xae\x7c\x69\xa0\ \x69\x46\x47\x68\xb7\x81\x61\x98\xe8\x81\x26\x4a\x0f\xb4\xd2\x6f\ \xfc\x79\x9c\x77\xfe\x04\xd2\x1d\x22\xba\x6e\x62\x9a\x06\x7a\x27\ \x69\x27\xf5\x61\x80\x37\xca\xe2\xb7\x3e\xa0\x29\x14\xa0\xb1\xb9\ \x85\xb0\xd6\x95\x88\xdd\x0c\x18\x9e\xc5\xea\xc5\x0b\xd8\x5d\x17\ \xa4\xbe\xbe\x89\x40\x24\x16\x42\x6e\x1a\x7a\x97\x68\x2f\x0b\x5d\ \xd3\x88\x86\x35\x84\x82\x71\x0c\x49\xd8\xcf\x6f\x9f\x5a\x44\xef\ \x89\x13\x70\xd8\x0b\x19\x90\x9d\x84\xaf\x1d\x86\x4d\x98\xcc\xa8\ \xa1\x43\x19\x50\x94\x46\xd4\xd7\x42\x42\xfe\x68\x6e\xbd\xfd\x5a\ \x8c\x43\x6b\x59\xb1\xbd\x9a\xb2\x4d\x9f\xb1\x6a\x67\x45\x7c\xc0\ \xc5\xf1\x2d\x51\x47\x2c\x14\x87\x1b\x87\xe0\x67\xc3\xca\xcf\x58\ \xb2\x64\x09\x5f\x6e\xd8\x8f\x94\x9c\x43\x8f\xa2\x42\x0a\x0a\xf2\ \x49\x4f\xb2\x9f\x32\x62\x3b\x6e\x69\xff\xab\xe1\x28\xe0\xe6\xdb\ \xae\xe3\xd9\x17\x5f\xe2\x8e\xe5\x02\xde\xec\xe1\xdc\x76\xf3\x99\ \x2c\x5b\x73\x90\x09\x97\xdf\x42\x49\x49\x3a\xcd\xbb\xb6\xb1\x70\ \xd1\x26\xee\xbd\xf4\x02\xa6\xac\x7e\x90\x47\xef\xff\x25\xfd\xa7\ \x5c\xcf\x2d\xd7\xdc\x45\xcb\xb3\x4f\xf0\xd0\xbd\xb7\x23\x38\xd3\ \x39\xff\x9a\x5b\x39\xab\xaf\x83\xb4\x6e\x99\xb8\xd4\xd8\x7c\x2b\ \xaa\x2e\xba\x75\x4b\x27\x56\xdd\x49\x21\x35\x23\x1d\x77\x42\x26\ \x97\x7d\xff\x62\x1e\x7d\xe9\x29\x6e\x5b\xad\x10\x08\xa7\x72\x59\ \xba\x8a\x2d\x6b\x32\xa3\x53\x37\xb1\x6a\xdd\x4e\xfa\x9f\x31\x20\ \x36\x00\x9c\x89\x74\xcb\x50\x11\x01\x41\xb6\x93\x96\x96\x82\x27\ \xb3\x37\xdf\xbd\x6e\x32\x7f\x79\xe5\x37\x6c\x7e\xd3\x22\x9c\x90\ \x47\x8e\x57\x22\x92\x98\x46\x9a\xd0\x99\x84\xc3\xc3\xb5\xb7\xde\ \xc2\xf3\x73\x5e\xe6\xfe\xbb\xbf\xc0\x08\x85\xe9\x3f\xbd\xe8\x84\ \x53\x1f\x7d\xe5\xad\xd4\x04\xff\xc2\x73\xbf\xbd\x1b\xd3\x08\x93\ \xd7\x77\x1a\x49\xb2\x80\x3b\x35\x13\xcb\xdd\x91\xff\x44\x54\x49\ \xef\x96\x89\x5b\x35\x01\x37\x53\xa7\x8c\x60\x49\x53\x2d\x93\x4a\ \x8a\x01\x98\xf9\xe3\x9b\xf1\x3f\x37\x97\xfb\xee\x5e\x8e\xec\xc8\ \xe1\xfa\x3b\x6e\x21\xbf\x65\x3b\xcf\xbc\xb0\x80\xc6\xa8\x40\xe2\ \xa8\x0b\xb8\x78\x4c\x2a\xab\x1f\x5e\xc8\xde\x7c\x07\xe3\x06\xe4\ \xc6\xc7\x5c\x1c\xa7\x3d\x44\x59\x21\x5a\x5f\xca\xdc\xd9\xcf\xe3\ \x4b\x48\xa7\xa5\xb6\x11\x8f\xfb\x00\x3b\x0e\xd7\xf3\xd3\xef\x5f\ \x48\xb2\x62\x7c\x7d\x18\x7b\xbc\x1a\xfb\x37\x55\x8d\xdd\xc2\x34\ \x62\xc1\x25\x62\x47\x22\xbf\xae\xe1\x3d\x96\x65\x1d\x0b\x4c\x31\ \x0d\x23\x96\xe1\xad\xe3\x63\xcb\x34\x30\x11\xff\xa6\x1b\xd0\xa9\ \x0f\x69\x62\x18\x16\xa2\x24\x75\x59\xd0\xf8\xdf\x83\x60\x8e\x0b\ \x6f\xc7\x33\xfc\xfd\x8d\x90\x99\x13\xae\xd3\xa9\x9b\xf1\x0f\xb6\ \xbf\x6b\x53\x4c\x23\x26\xc2\x88\xc7\xaf\x91\x89\xd0\x51\x10\x35\ \x8e\x38\x4e\x1f\xfc\x7d\x61\xec\x0a\xfb\xbe\x78\x85\xd7\x76\x24\ \x72\xef\xf5\x83\x6c\xa8\x33\xc6\x00\x00\x20\x00\x49\x44\x41\x54\ \x78\xf9\xa5\x55\x5c\x78\xc5\x64\x3e\x98\xf3\x02\xbd\x67\xfe\x94\ \x89\x05\x5e\xa2\xfa\x29\x53\xd3\xc6\xab\xb1\x7f\x73\x10\x10\xbb\ \x64\x17\xfc\x2a\x7d\x75\x25\x51\xf1\x2b\x59\x08\x05\x51\xfa\xc7\ \x82\xed\x05\x11\x49\x3e\xb9\x1d\x7f\x77\xca\xcb\xbf\xeb\xb8\xc2\ \xff\x9a\x35\xf1\x1f\x6e\x7f\xd7\xa6\x88\xd2\x57\x9a\x26\xc5\xb5\ \xbd\x38\xbe\xd5\x30\x0c\x0b\x9b\x5d\x89\x49\x94\xa1\x46\xb6\xac\ \x5b\x47\x85\xdf\xc6\x28\xa7\xfd\x6f\x26\xb2\x8b\x93\x76\x1c\x71\ \xc4\x11\xc7\x37\x0c\x5d\x37\xe9\xd6\x6b\x14\xe3\xdc\x26\x96\x65\ \x27\x51\xac\x64\xd1\xf2\x76\xa6\x5f\x3c\x93\x3e\xe9\x0e\x74\x43\ \x8b\x93\x76\x1c\x71\xc4\x11\xc7\xe9\x02\xd3\x30\x48\xc8\xea\xc5\ \xd4\xee\x22\xe1\x50\x90\x0b\xae\xbf\x97\x0b\x54\x17\x5e\x97\x8a\ \x16\xd5\xfe\x66\x2a\x8b\x38\x69\xc7\x11\x47\x1c\x71\xfc\x3b\x88\ \x5b\xd7\x08\xe9\x80\x20\xe3\xf6\x24\x02\x26\xd1\xa8\xf6\xbf\xfe\ \x2e\x4e\xda\x71\xc4\x11\x47\x1c\xff\x56\x58\x18\xc6\xdf\x9f\x7b\ \x47\x56\x6d\x36\x20\x56\x11\xd8\x32\x4d\x14\x45\x41\xd7\x75\x0c\ \xc3\x40\x96\xe5\x8e\x45\xa6\xe3\x2b\x57\x5f\xbb\x88\xd5\x69\xcf\ \xff\x83\x0e\x02\x9d\xba\xbb\x69\xc6\x7c\x86\x05\x41\x00\xa1\xc3\ \xc3\xc2\x02\x04\xeb\x98\xb7\x85\x69\xc6\xea\xdf\x49\x92\x84\x28\ \x8a\x58\x9d\xed\xb7\xac\x4e\xb7\x8c\x58\x1a\x52\xdd\x88\x8f\x87\ \x38\xe2\x88\xe3\x3f\x0a\xf2\xe1\x03\xfb\x31\x0c\x93\xa4\xa4\x44\ \x6c\x36\x3b\x47\xeb\xea\x48\x4c\x4c\xc4\xeb\x4d\xa4\xae\xb6\x96\ \x76\x9f\x8f\x98\x8f\x9a\x19\x8b\xd8\xfb\x3a\xdf\x41\xa1\x6b\x86\ \x66\xeb\x44\x22\x3f\x81\xdb\x63\xe4\xdb\xf9\x9d\x4e\x22\x96\x3a\ \x22\xf5\x1c\x0e\x17\x92\x28\x62\x18\x06\xba\xa1\xa1\x9b\x31\x97\ \x3a\xcb\x02\xdd\x30\xc1\x12\xb0\xdb\xed\xa8\xaa\x4c\x30\x18\xa0\ \xdd\xe7\x43\x10\x2c\x3c\x5e\x2f\x8a\xac\x62\xb3\xd9\x11\x04\x01\ \xc3\xb4\x48\x4a\x4e\x22\x5e\x6d\x3e\x8e\x38\xe2\xf8\x8f\x22\xed\ \xdf\xdc\x73\x27\x01\x7f\x80\x2b\x2f\x9f\x49\xaf\x7e\xfd\xf8\xc3\ \xef\xfe\xc0\xc5\x97\x5c\xc6\xcc\x2b\xae\xe0\x83\xb7\xe6\xf3\xe1\ \xc2\x0f\x41\x02\x4b\xd0\xd1\x2d\x0d\x2d\xaa\x63\x59\x5d\xdc\xd3\ \x44\xb1\xc3\x87\x59\xe8\xb0\x98\x8f\x87\x62\xc7\xfe\xef\xa0\xea\ \x63\xdb\x3a\xd9\xbc\x83\xac\x25\x09\xc1\xd0\x71\x4a\x2a\x0e\xd5\ \xcd\xb8\x31\x93\x90\x04\x89\xda\x9a\x0a\x1a\x5b\x6b\x08\x46\x82\ \x64\xe5\xe6\xd1\xd6\x1e\xa2\xa9\x39\x84\x20\x2a\x0c\x19\x36\x04\ \x09\x8d\xd5\xab\x3e\xa7\xb1\xae\x96\x8c\x8c\x14\x46\x94\x94\xa0\ \x1b\x02\x4d\xcd\xed\xb4\xb7\x87\x18\x5a\x32\x82\x9f\xfc\xec\x66\ \x42\xa1\xd0\x69\x71\xa1\xb5\x50\x80\xa6\xa5\x6f\xa0\xb5\x34\xc0\ \x57\xfc\x37\x2d\xc3\x40\x4d\xce\x20\xfd\xec\xab\x89\x44\x35\xec\ \x2e\xf7\x37\x5c\x31\x3e\x8e\x38\xe2\xf8\xd6\x90\xb6\x65\xc6\x88\ \x57\xd7\x75\x2c\xd3\x42\x52\x14\xa2\xd1\x28\x82\x28\xa2\xaa\x36\ \x40\xc0\xd0\x75\x44\x59\xc0\x26\xdb\x50\x65\xfb\x09\xe9\x02\x3b\ \x49\xfb\xb8\xcc\x71\x9c\xa0\x4d\xd3\x3c\x61\xfb\x57\x2d\xf2\xce\ \x80\x15\xbb\x2c\x23\x23\xe0\x76\x24\xe2\x49\x4c\x44\x14\x44\x5a\ \x7d\xcd\x24\x0a\x29\x78\x49\x24\xab\x5b\x16\x2d\x2d\x07\x09\x87\ \x42\x48\x8a\x81\xcb\x69\xc3\xd7\x12\xc4\x93\x90\x4c\x4a\x52\x0a\ \x5e\xaf\x17\xd3\x52\xd9\xbc\x65\x2b\xbe\x40\x08\xc3\x12\x18\x39\ \x6e\xfc\x69\x75\xa1\x6b\xde\x9b\x83\xb4\xed\x53\x92\xba\x75\xc7\ \xb2\x4e\x4c\x2a\x2d\x58\x26\xd1\xa6\xa3\x7c\xba\x71\x2d\xbe\xa4\ \x5c\x2e\xbb\xfd\xd7\xff\xd4\x63\xd7\x6f\x5f\xc2\xd2\x03\x76\x66\ \x5e\x3a\x11\xe5\x5f\x7c\x9e\xfe\x23\x1b\xf9\xa2\x54\x63\xfa\x39\ \x63\xb0\xff\x3d\x3f\xb0\x0c\x0c\xeb\xff\x17\x78\xf3\x8f\x20\x52\ \xb7\x97\x8f\x57\xd7\x33\xf9\xfc\x09\x78\xff\xc6\x45\x69\x6f\xac\ \xa4\x59\x77\xd3\x3d\x33\xb1\x8b\xf2\xa7\xb1\x63\xe5\x62\x5a\xd3\ \x46\x32\xa1\x4f\xe6\x37\xd2\xde\xea\xad\xcb\xd8\xee\xcb\xe4\xac\ \x89\xfd\xfe\xb9\x95\x7f\x82\xd5\x2c\x59\xba\x89\xde\x53\xce\x21\ \xcf\xf3\xcf\x5b\xe2\xaa\xdc\xbc\x94\x55\xb5\x19\xcc\x3c\x77\xd0\ \x3f\xdc\xde\xfa\x7d\xeb\x58\x55\xe5\xe0\x82\x29\x83\x68\xaa\x3c\ \x0a\x9e\x2c\x32\x3c\xea\x7f\x3d\x69\x8b\x9a\xa1\xa1\x9b\x26\xc1\ \x70\x18\x51\x14\x11\x05\x81\x40\x30\x10\xd3\xb3\x65\xe9\x98\x1c\ \x22\x08\x1c\xb3\xa8\x8f\x5b\xd7\xe2\x49\xa4\x7d\xca\xfb\xb2\x0b\ \x61\x77\x46\x15\xca\xb2\x8c\xa2\x28\x28\x8a\x82\x25\x40\x44\xd7\ \x70\x7b\x3d\x20\x4b\x38\x9c\x2e\x12\x3c\x1e\x72\x72\x72\x49\x4c\ \x4c\xc6\xae\xba\x48\xf2\xa6\x90\xe0\xf6\x60\x77\xc8\xa4\x24\x7b\ \xd0\xb4\x28\x7a\x14\x6a\xaa\x5b\xa8\xab\xf5\x61\x77\xa6\x10\x31\ \x24\x6c\x2e\x2f\xee\xa4\x14\x9c\x5e\xcf\x69\x25\x8d\x04\xea\x2a\ \x48\x4c\x4d\xc7\x1e\x6c\xc6\x16\x6e\x43\x89\xb4\xa3\x44\xda\xb1\ \x05\x9a\x71\x7b\x3d\x1c\x75\x66\xb1\x71\xd7\x3e\x46\x9c\x75\xd1\ \x49\xbf\x0d\x55\x97\xf2\xf6\x5f\x9f\xe5\xa9\xa7\x9f\xe1\x99\x39\ \x2f\xf2\xe9\xc6\x43\xfc\x5f\x4a\x06\xf8\x2b\xf7\xb1\x73\x6f\xe5\ \xbf\xac\xb8\x42\x57\xf8\xca\xb6\xf3\xe5\xfa\x3d\x7f\xe7\xb1\x7c\ \x2c\x9e\xff\x32\x5f\x56\x7e\xf3\x4f\x43\xe1\x86\x23\x7c\xfe\xf9\ \x66\x02\xff\xcb\xb2\xc7\xbe\x55\xef\x31\x6f\xe9\xce\xaf\x28\x7d\ \x51\xf6\x6d\x5a\xc6\xe6\xb2\x96\x6f\x6e\xd2\xdf\xb5\x86\xf5\xbb\ \x2b\xfe\xf9\xa5\xda\x02\x0d\xac\x5d\xb6\x9c\xba\xe0\x3f\x77\x74\ \x34\x1e\xda\xc5\x96\xd2\xaa\xff\x9f\xb1\x51\xb6\x9d\x65\x1b\x8e\ \x20\x12\x64\xe9\x5b\xaf\xf0\xc5\xde\xe6\x6f\x2f\xd1\x76\x70\xe5\ \x3f\xe3\x25\x23\x08\x58\x96\x45\x30\x1c\x42\x94\x25\x24\x49\x22\ \x10\x08\x60\x59\x16\xaa\x62\x43\x14\x62\xd9\xd9\x24\x04\xc4\xd8\ \x0a\x21\x26\xd6\x09\x56\xf5\xd7\x91\x76\xe7\xf6\xae\xe1\x9c\x92\ \x24\xc5\xea\x33\x76\x21\x7d\xd5\x26\x63\x19\xa0\x59\x16\x07\x0e\ \x1d\x24\x3b\x23\x9b\xba\x86\x06\x4c\x33\x4a\x54\x0b\x93\x99\x9d\ \x4f\x4a\x6a\x3a\x08\x36\xec\x09\x22\x29\x69\x49\xb8\x2a\x9c\xf4\ \xee\xdd\x17\x5f\x7b\x98\xa8\x66\xe0\x0f\x5a\x88\x8a\x9b\xb6\xa0\ \x8f\x40\x6b\x2b\xee\xc4\xc4\xe3\xab\x9b\xff\x66\x58\x80\x6e\xc5\ \x74\xfc\x48\x76\x6f\xe4\xb6\x5a\x8c\xe6\x3a\xb0\xc0\x96\x99\xcb\ \xd6\x90\x8d\xf7\xde\x7f\x87\x09\xe7\x5c\x44\x5e\xbf\x41\x27\xfd\ \xbe\xb5\x74\x1d\x9f\xad\x2a\xe3\xe2\xeb\x2f\x44\x6e\x39\xc8\x27\ \x2f\x3c\x40\xb5\x7e\x3f\xdf\x1d\x9d\x4b\xd5\xc1\xdd\x54\x36\x06\ \xf0\x64\x76\xa7\x47\x7e\x66\x87\x25\x1d\xa1\xe2\xe0\x01\xaa\x9b\ \xa3\x64\xf7\x1c\x80\xa8\x28\x28\x4a\x2c\x2a\xb1\xbd\xea\x00\x75\ \xa4\xd0\x23\x3b\x39\xb6\x73\xdd\x4f\x79\x45\x03\xc9\xb9\x05\xb8\ \x65\x9d\xfa\xf2\x72\x84\xe4\x1c\xd2\x5c\x16\x35\x65\x47\xa9\x6e\ \x68\x43\x74\xa5\x50\x54\x54\x88\xc7\xd6\xa5\x9f\xad\x28\x75\x95\ \xe5\x54\xd7\x35\x63\xaa\x89\x14\xf5\x28\x24\xd1\x29\x23\xc9\x0a\ \x66\xb0\x86\xad\xdb\xb6\xe3\xb1\x27\x52\xd4\x23\x0f\x67\x87\x01\ \x17\x6e\xaa\xa0\xf4\x48\x0d\xb6\x94\xee\x14\x17\x64\xa2\x10\x62\ \xff\x8e\x0d\x04\x8c\x1c\x12\xfb\x75\x23\xbb\x57\x3f\xd2\x1c\x06\ \x95\xfb\xf7\x51\xe3\xb3\xe8\x5e\x5c\x4c\x86\x37\x66\xaf\xfb\xea\ \xca\x38\x70\xb4\x16\xd9\x9b\x41\xcf\x9e\xf9\x38\x3a\x86\x94\x11\ \xf1\x71\x70\xef\x01\xda\xa2\x22\x99\x85\xc5\x74\x4f\x71\x63\x45\ \xfd\x54\x94\x97\x53\xd7\xec\x47\xf5\x64\x50\x5c\x94\x87\xb3\xc3\ \x9a\xf6\xd7\x95\x71\xb8\xde\x47\xf0\x68\x2d\xa8\xb6\x63\xa9\x02\ \xd0\xfc\x94\x55\xd4\x91\x94\x5b\x88\x47\x11\x08\xb6\xd4\x52\x1f\ \x56\x29\x28\x39\x87\x0b\x34\x4f\x2c\xfa\xd2\x0c\x70\x78\xdf\x61\ \xc2\x7a\x88\x86\x00\xd8\x94\x58\x23\x8c\x70\x33\xfb\xf6\x1e\x22\ \xac\xa4\xd0\xb3\xb8\x90\xce\xb4\x2a\xed\x75\x65\x1c\x28\xaf\xc7\ \xdd\x2d\x9f\x1e\x39\x69\x88\x40\xa8\xb5\x96\x03\x07\xcb\xd1\x14\ \x0f\x3d\x7a\xf7\xc4\x6b\x13\x01\x8b\xc6\xca\x72\x42\x6a\x1a\xb9\ \xe9\x4e\x02\x2d\xb5\x34\x69\x76\xba\xa7\x27\x12\xf5\xd5\x50\x1f\ \xb6\x21\xd8\xec\x84\x8e\x56\xb0\x65\xd7\x0e\x1c\xce\x0c\x7a\x14\ \x64\xa0\x08\x00\x26\xcd\x15\x07\x38\x54\xd3\x4e\x4a\x5e\x31\x05\ \x19\x5e\x04\x2d\x10\x3b\xff\xa6\x76\xe4\x84\x34\x8a\x7b\x14\xe0\ \xfa\xca\xd3\x44\xd4\x57\xcb\xfe\xb2\x06\xcc\xb6\xa3\x44\x05\xf5\ \x58\x7a\xdb\x88\xbf\x8e\xfd\xfb\xcb\x31\x5d\xdd\xe8\xd3\x33\x07\ \xcb\x57\x47\x65\x8b\x48\x41\x7e\x1a\x44\xdb\xa9\xa8\x6d\x27\xb3\ \x7b\x16\x36\xbd\x9d\xb2\x8a\x26\x52\x73\xb2\x09\xd5\x57\x50\x59\ \xd3\x88\x2e\x27\x50\xd0\xa3\x98\x14\xb7\x8c\x28\xc9\x28\xb2\x74\ \xec\x0e\x68\x6f\x28\xe3\xc0\xd1\x46\x9c\x19\x05\xf4\xec\x9e\x82\ \x08\xf8\xea\x0e\xb3\xbf\xac\x01\xc9\x95\x4a\xcf\xe2\x42\x5c\xaa\ \x00\x58\x34\x94\x1f\xa0\xce\x17\xe1\x68\x8d\x0f\x45\xed\x86\x81\ \x93\xf1\xe7\x5e\x8c\x98\x9e\x0c\x46\x80\xb2\xc3\x65\x34\xb6\xf8\ \x91\x13\xd2\xe9\x55\x9c\x87\x5d\x8e\xfd\xae\xbd\xf6\x08\x07\x2a\ \x1a\x11\xed\x1e\xb2\xf2\x0b\x48\x4f\xb0\x9d\x16\xf7\xbf\x69\x9a\ \x04\x02\x81\x7f\x9e\x3c\x12\x89\x44\x08\x85\x43\x31\x49\x84\x18\ \x91\x86\x82\x41\xa2\x9a\x86\x22\xcb\x18\xba\x81\xa6\x85\x91\x75\ \x01\x9b\x5d\x41\x54\xc4\x53\xca\x1e\x5f\x37\xbb\x74\x92\x77\x57\ \x02\xef\x7c\x2f\x49\x12\x92\x24\x02\x02\x96\x68\x75\xe4\x01\x11\ \x10\x65\x85\x23\x47\xcb\x39\x78\x68\x2f\x69\x69\xa9\x0c\x2f\x19\ \x4b\x4d\xcd\x21\x9a\x5b\xda\xc8\xb2\x25\x61\x1a\x1a\x0e\xa7\x1d\ \xc1\xb4\x71\xe8\x48\x0d\x1e\x6f\x0a\xe1\xa8\x45\x45\x55\x2d\x82\ \x2a\x62\x73\x3b\x88\x1a\xa7\x97\xe7\x88\x61\x9a\x04\xed\x5e\x96\ \x6c\x3b\x4c\xbf\xdc\x74\x06\x7a\x22\x08\x92\xc2\x36\xcd\xc5\xdb\ \x1f\x2f\x65\xcc\xd0\xc1\xe4\x26\xb9\xbe\x86\xf4\x05\xbc\xdd\x8a\ \x19\x33\x6e\x14\x09\xfe\x0c\x76\xaf\x5d\x85\x3f\x6c\x00\x51\xf6\ \x6f\xdb\xc2\xbe\xba\x26\xca\x0e\xce\x67\xc8\x65\xb7\x70\xf9\x98\ \x1c\x56\xcd\x7f\x8a\xb7\xd6\x37\x92\x91\x96\x42\x5f\x23\x83\x61\ \x92\x84\x6c\x73\x10\xa8\xd9\xc0\x63\x8f\xbe\xc9\xa0\xab\x7f\x4e\ \x8f\xec\x4e\x63\xb7\x94\xbf\x3c\xf6\x0a\x17\xde\x3f\x9b\x92\x54\ \x3f\x1f\x3e\xf7\x27\xec\x17\xfe\x86\xab\xf3\x8e\xf2\xc4\x1f\x9f\ \x43\x29\xe8\x87\xd4\x5a\x41\x30\x75\x14\x77\xfc\xf4\x4a\xd2\x3b\ \x35\x8f\xd6\x9d\x3c\xf9\xf0\xd3\xe8\x19\x7d\x48\x08\xd4\xd2\xa4\ \xf6\xe6\xf6\x5f\xfe\x00\xb7\x2a\xd3\x5e\xb7\x9f\x2f\xbf\x50\x69\ \x39\x7a\x80\xa4\x31\xb3\xb8\x73\xe6\x18\xa2\x47\x57\xf3\xc8\xb3\ \x6f\xa1\x7b\x33\x09\x37\xd5\x53\x70\xc6\x0f\xf9\xe1\x99\xdd\xb0\ \xab\x32\x87\xf6\x6e\x63\x43\xa4\x89\xa9\x3d\x7a\x70\x74\xc1\x5c\ \x5e\x5f\x55\x4d\x66\xa2\x44\x5d\xc0\xcb\xf7\xee\xba\x9d\xbe\xe1\ \x8d\x3c\xfd\xf8\xdb\x48\x59\x79\x78\x13\xbb\x91\x5e\x98\x8f\xa3\ \x83\x18\xb5\x40\x03\xdb\x36\x6c\xa4\xc9\xdf\xc4\xc1\xb7\x04\xae\ \xff\xc5\xbd\x14\x54\x7c\xc6\xc3\x8f\x2f\x22\xab\x4f\x2f\x5a\xca\ \x0f\x92\x34\x76\x16\x77\xce\x1c\x4b\x68\xff\x17\x3c\xf4\xcc\xdb\ \x88\xdd\x8a\x50\x9a\x0e\xd0\x10\x1d\x86\x7c\x6c\x1e\x6a\xe4\xd5\ \x27\x1f\x24\xf7\xea\x3f\xf1\xdd\x61\x49\xac\x7b\x77\x36\xab\x5c\ \x67\x31\xcd\xbe\x95\xf7\x1a\x06\xf2\xf0\x0d\x93\xf8\xe4\xc5\xd9\ \x7c\xb8\xcb\x4f\x71\x8e\x8b\xdd\xa5\x75\x94\x4c\xb6\x83\x55\xcf\ \x9b\x7f\x79\x8e\x32\x2b\x05\xb9\xad\x92\x25\xf9\xd3\xb8\xed\xbb\ \x53\x09\x95\x7e\xc6\x9f\xe7\x2c\x42\x4a\x4b\xc5\xdf\xd0\xcc\x90\ \xcb\x6f\xe1\xca\xc1\x02\xaf\xfc\xf9\x09\xea\x13\xf2\x48\x76\x79\ \x70\xe5\x16\xe0\xb5\xc5\x24\xc8\x7d\x8b\xe7\xf2\x61\xfb\x28\x1e\ \xba\xfd\x1c\xb6\x7e\xf0\x08\xcf\x95\x8d\xe2\xd5\xfb\x2f\x65\xef\ \xc2\xb9\xcc\x6f\x1a\xc6\x95\x85\x0a\x0d\x47\x76\xb0\xfc\xb3\x16\ \x8e\xee\x2f\x63\xf0\xcc\x9f\x71\xfd\xc4\x1e\x54\xac\x7b\x8f\xb9\ \x8b\xf7\x90\x9e\xe1\xa2\xec\xdd\x45\x9c\x77\xf3\x3d\x8c\xf0\xaf\ \xe4\xd1\x3f\xbd\x4b\x6a\xef\x3e\xf8\x2b\x0f\xe0\x1c\x3e\x93\xbb\ \x66\x4d\xa6\x93\xc2\xac\xe6\xdd\x3c\xf9\xd8\x73\xd4\x29\xb9\xa4\ \x51\x4f\x79\xb3\x80\xaa\xaa\xe0\x2b\xe5\x99\x87\x9f\xa7\x41\x4d\ \x43\xf4\x35\x90\x32\xf2\x2a\xae\xec\x51\xc3\xe3\x73\x76\x72\xef\ \xd3\xf7\xe2\xda\xf7\x01\xb7\xff\x79\x0f\xbf\x7b\xfa\x8f\xf4\x2e\ \x5f\xc1\xe3\xcf\x95\x72\xfb\x2f\xce\xe3\xd5\x3f\x3f\x4a\x8b\xb7\ \x17\x9e\x60\x25\x0d\xf6\xe1\xdc\x7f\xff\x2c\x94\x8e\xdc\xed\x02\ \xd0\xbc\xf7\x53\x1e\x9d\xb3\x18\x35\x3d\x93\xf6\xda\x46\x06\xcd\ \xb8\x91\x59\x93\x7b\xd0\x74\x74\x07\x1b\xb7\xd4\xd0\x5c\x71\x90\ \x85\x3d\xcf\xe7\xde\x6b\x27\x51\xbe\x72\x1e\xb3\xdf\x5c\x4f\x46\ \x51\x1e\x2d\x87\xb6\x11\xed\x3b\x10\x85\x08\x8b\xdf\x98\x8b\xed\ \x82\xdf\x70\xb5\xe7\x33\xfe\xf8\xd0\x27\xe4\xf7\xed\x45\xeb\xe1\ \x83\x24\x8d\xbc\x86\xbb\x67\x8d\xa6\x6e\xcb\x87\xfc\xf9\xd5\xcf\ \xf1\xe4\xe6\xd1\x72\x60\x17\xae\xb1\x37\xf0\xeb\xab\x47\x9d\x16\ \x16\x76\x38\x1c\xa6\xb4\xb4\xf4\x9f\xb6\x4e\x25\x9b\x58\x20\x0a\ \x18\x96\x89\x28\x89\xb8\xdc\x6e\x22\x91\x28\x0e\x35\x66\x65\x87\ \x43\x21\x6c\x36\x39\x16\x1f\x1f\x89\x22\x4b\x02\xa2\x28\x1d\x6b\ \xc0\x57\x1b\xd2\x95\xa0\xbb\xea\xda\x5f\x95\x53\x3a\x65\x12\x51\ \x14\x41\xb0\x50\x14\x05\x87\xcb\xc1\xe8\x11\xe3\x30\x23\x26\x39\ \xb9\xdd\xb1\x3b\x54\xb2\x72\xb2\x10\x55\x1b\x6e\x4f\x12\x81\x88\ \x89\xc3\xe1\xc2\x6e\xb7\x93\x90\xe0\x21\xc1\x21\x53\x58\x18\x25\ \x25\x35\x93\x66\x9f\x8f\xbc\xfc\x3c\x74\xc1\x20\x2b\x2f\x1b\xbb\ \xdd\x71\xda\xc8\x23\x16\x10\x35\x63\x89\x95\xea\xeb\xeb\xd8\xb3\ \x7b\x17\xca\x79\x67\x60\x02\xf3\x17\x7e\xc2\x90\x01\xfd\x19\x5f\ \x90\xc6\xbe\xe6\xe6\x2e\x4b\xb4\xc7\x21\x29\x2a\x6d\x47\x3e\xe6\ \xc1\xdf\xd6\x22\xfa\xaa\x28\x0b\x26\x73\x63\x51\x06\xa0\x32\x74\ \xfc\x44\x32\xea\x9b\xd8\x1e\x7d\x9d\x4d\x3b\x76\x31\x2d\xaf\x9e\ \xf7\x3e\x6f\x60\xd6\xfd\xbf\xa5\x24\x2b\xc6\x6c\xe5\x9f\x09\xf8\ \x8e\xae\xe2\xb1\xe7\x3d\x0c\xbd\xf2\x36\x66\x0c\xed\xd6\xa5\xc3\ \x24\x6c\x76\x07\xb1\xbc\x4b\x02\x8a\xcd\x81\x2a\x4b\x18\xc1\x76\ \xf0\xf6\xe6\xc6\xbb\xee\x20\x5b\xab\xe4\x89\xfb\x7e\xcd\xfb\xeb\ \x47\x72\xc3\xc4\xc2\xd8\x39\x45\xda\xd1\x9d\xd9\xcc\xba\xed\xe7\ \xf4\x73\x34\xf1\xc2\xaf\x7f\xc5\xbc\xcf\x8e\x70\x7d\x92\x40\x72\ \xd1\x58\x6e\xf9\xd9\xf7\x30\x76\x2f\xe6\xee\xa7\xbf\xa4\xee\xa2\ \x11\xac\x7b\xff\x03\xb4\x7e\x57\xf2\x9b\x6b\x46\xd1\x5e\xba\x98\ \xfb\x9e\x7c\x83\x43\x23\x7f\x84\xa0\x38\x18\x73\xe9\x0f\xb9\xb2\ \xbf\x17\xbd\x62\x15\x73\x3e\x3d\xc4\x65\xbf\x7c\x88\xb1\xd9\x22\ \x8b\x9f\xf9\x25\xf3\x16\xae\xe7\xb6\x41\x0d\x94\x37\x49\x5c\x73\ \xd3\x2c\x46\x17\x78\x4f\xb8\x36\xf6\xc4\x3c\x26\x4c\x9b\x42\x53\ \x4b\x15\x4d\x2f\xbf\xca\xba\x03\xf5\xe4\x58\x01\x5c\xb9\x23\xb9\ \xf5\x8e\xef\x63\xec\x59\xcc\x5d\x4f\x7e\x49\xed\x85\x23\xd8\xb0\ \x70\x31\xd2\xf0\xeb\xf8\xf5\xd5\x25\xb4\x6c\xfd\x80\x5f\xbf\x5c\ \x81\xd6\x69\x7f\x28\xf9\x4c\xe8\x9b\xc3\xb2\xcd\x3b\x60\xd8\x00\ \xf6\x1c\x8c\x32\xe6\xfb\x83\x70\xee\xd9\x82\xea\x70\x10\x3c\xba\ \x92\x4f\x37\xb7\x71\xc3\xef\x1f\x64\x70\xb2\x9f\x79\x0f\xff\x92\ \x76\xc1\xa2\xfc\xcb\x8f\x59\xbe\x47\xe3\xca\x1b\x26\xe2\xa8\x5e\ \xc3\x53\xaf\x2f\xe6\xe0\x99\x83\xd8\xf1\xc1\x7b\x78\xa7\xdc\xc8\ \x6d\xe7\x0f\xa0\x76\xc3\xdb\xfc\x6e\xde\x7b\x0c\x4f\x1e\xcb\x91\ \x8a\x00\x23\x6e\xba\x90\x0b\x4b\x72\x4f\xc8\x9d\xd2\x7f\xec\x20\ \xde\x9d\xb7\x8f\xda\xe8\x74\xea\x2b\x6b\x69\xab\xae\xa2\xd9\x08\ \xb2\xab\x2c\x44\xaf\x29\x25\x28\x95\x3b\xc9\x1b\x7e\x1e\xb7\xfd\ \xe8\x4c\x0e\x7f\xf2\x2c\x7f\x5e\xb2\x1e\x7d\x62\x2a\x0b\x16\x2c\ \xc5\xec\x71\x01\x93\xc7\x65\xf0\xe9\x4b\xcf\xb0\x60\xf1\x36\xfa\ \x97\x04\xb1\x67\x0d\xe5\xe6\x9f\xff\x08\xf5\xe0\x32\x7e\xfe\xa7\ \x15\x1c\x3e\x77\x32\x7d\x3a\x1e\xae\x36\x2e\xfe\x90\x4a\xe7\x44\ \xfe\x74\xef\xa5\x28\xf5\x1b\xb9\xff\xf7\xef\x60\x89\x06\x1b\xde\ \x7b\x97\x6a\xcf\x44\x1e\xfc\xf9\x0c\xa4\xfa\xf5\xdc\xfd\x87\x79\ \xec\xeb\xff\x5d\x0a\x93\x96\xb3\xbb\xc6\x20\xff\xc0\x51\xda\xdb\ \x9a\x68\xa8\x6e\x85\xc3\x15\xb8\x7b\x8f\x22\xc7\x16\x21\x28\xa7\ \x32\xf3\x96\x9f\x33\x4c\x39\xc2\x83\x3f\x7f\x88\x8d\x87\x2f\x24\ \x5f\x96\x3b\x46\xb2\xce\xa2\x79\x8b\x49\x1e\x73\x3d\xb7\x5f\x3a\ \x90\xc6\xcd\x6f\x70\xff\xeb\xf3\x18\x33\xf6\x3e\x8a\x06\x8e\x65\ \xaa\xb7\x9e\xda\x5d\x26\xaf\x7e\xb1\x95\x86\x19\xc5\x7c\xf4\xf1\ \x0a\x06\xce\xba\x8f\xeb\x46\xe7\xb0\x63\xd1\xd3\xcc\xdd\x1b\x05\ \x04\x64\x59\x41\x16\x05\xc2\xfe\x36\x9c\xf9\xc3\xf9\xf1\x6d\x37\ \xa0\x96\x7e\xc8\x3d\xcf\x7c\x46\xd5\x65\xbd\xf8\xe0\xdd\x65\x64\ \x9d\x79\x2b\x37\x9f\x55\xc8\xc6\xb7\x1f\x63\x41\x7d\xfb\x29\xef\ \xa5\x7f\x07\x3a\x0d\xd4\x7f\x1a\x69\x0b\x82\x80\xaa\xa8\xe8\xba\ \x7e\x4c\x63\xd6\x34\x0d\x51\x14\xb1\x29\x0a\x92\x10\xd3\xb9\x41\ \x40\x12\x04\x44\x41\x3c\xe6\xfd\xd0\x95\xb8\x4f\x45\x90\x5d\xad\ \xea\xae\xff\x77\x25\x70\x51\x14\x31\x31\x10\x2c\x0b\xbb\x6a\x47\ \x10\x24\x5c\x09\x2e\xce\x38\xf3\x6c\x74\x23\x82\x66\xe9\x84\xa3\ \x16\xbd\x07\x0c\xa4\xd8\x14\xf0\x7a\x45\x24\xc9\x86\x20\x08\x24\ \xa5\x78\x49\xcb\x48\xc7\xe5\xf6\x10\xd1\x75\x06\x0e\xee\x8d\xec\ \xb0\x11\x8a\x6a\x24\x7b\x93\x4e\x78\x22\xf8\x77\x23\xac\x1b\x38\ \x82\x35\x5c\x30\xb6\x84\x79\x4b\x97\x33\x6f\xe1\x12\x4c\xd3\x22\ \x2f\x3f\x9f\xb3\xfb\x15\xa0\xed\x59\x43\x24\x63\xf0\xa9\xad\x74\ \x5d\xc3\x9b\x37\x81\xdb\xee\xfd\x01\x49\x42\x88\x55\xaf\x3c\xc2\ \x82\xd7\x16\x52\x78\x59\x36\x7f\x9d\xfb\x11\x09\x3d\x7a\x11\x69\ \x0e\x22\xe4\x41\x73\x43\x1d\xa1\x84\x02\x0a\xd2\xd4\x2e\x92\x94\ \x40\x73\xd5\x5e\x6a\x42\x83\x38\x37\x2b\xe3\xa4\x29\xc5\xc4\x24\ \x96\xd1\xa9\xb3\xaf\x63\x32\x98\x2c\x29\x31\x62\xb1\x65\x52\xdc\ \x23\x91\x75\x75\xcd\x40\x61\x97\xcf\xe5\x0e\xe2\x49\xa1\xb8\x30\ \x97\x25\xe5\xf5\xe8\xc9\xb1\x42\x0b\x16\xe0\x4e\x4c\x27\x55\xd5\ \x08\xfb\x1b\xa9\xf3\x05\xc9\x19\xd7\x03\x80\x84\xdc\x7c\xd2\xec\ \x9f\x50\xdb\x16\x3a\xe1\xa6\x6a\xaf\xab\x47\x53\xb2\xe9\x95\x11\ \x6b\x7b\x7e\x51\x21\x8b\xd7\x56\xe0\xbd\xe6\x52\x6e\xfa\x4e\x84\ \xf7\x9f\x7f\x80\x95\xd9\x43\xf9\xce\x75\x97\x93\xd3\x91\x21\x76\ \xc7\xc2\xb9\xbc\xb1\xae\x91\x5e\xbd\x33\x68\x8b\x5a\x64\x58\x16\ \x74\x8c\x59\x13\x70\x7b\x33\x48\xb3\xe9\x84\xfd\xcd\xd4\x07\x42\ \x64\xf5\xca\x8f\x5d\x13\x9b\x1d\x45\xb4\x4e\xd0\xaa\x07\x8f\x1f\ \xc2\x87\xaf\x6e\x67\xc7\x4e\x8d\x5a\x5b\x2e\x57\xf4\xf0\x52\xbe\ \x5d\x47\x94\x04\x7c\x75\x8d\x08\xf6\x1c\x0a\x92\x63\xd7\xc9\x66\ \x57\x09\xa2\x51\xd7\xe0\x43\xb3\x04\xaa\xf6\xed\xc0\xd2\xed\x9c\ \x37\xf3\x42\xba\x89\x2d\x2c\x6d\xd4\xe8\xd5\x3b\x0b\x80\xcc\x9c\ \x5e\x24\x07\x36\x10\x4c\xee\xcf\x4f\x6f\xbd\x84\x79\xef\xff\x85\ \xdf\x7c\x9a\xcb\x65\xdf\xff\x2e\xfd\x3b\x1e\x5d\xbc\x45\xc3\xe9\ \xa6\x6d\x65\xdd\xea\xb5\x34\x79\x87\x31\xd1\x61\xb1\x76\xd5\x6a\ \x2a\x02\x36\xce\x1b\x90\x8a\x7e\xf4\xb8\x0c\x99\x9a\x92\x8e\x5b\ \x68\x25\xe8\xaf\xa7\x21\x14\x45\x08\x37\xb0\x75\x73\x13\x49\x03\ \xa7\xd2\x77\x60\x01\x96\x76\x14\x51\x10\x31\x01\xbb\x27\x9d\x74\ \xbb\x46\x28\xa2\x13\x8b\xa5\x33\xa9\x6e\x0c\x90\x9c\x5b\x1c\x93\ \xd2\x44\x3b\xaa\x22\x21\x12\xa6\xbc\x3e\x48\x5a\x41\x9f\xd8\x50\ \x48\xcf\x27\xd3\x1b\xa1\xc2\xe8\xc6\xa0\x9c\x44\x76\xaf\xfd\x12\ \x5f\xb3\x9b\xb3\x27\xf6\x64\xff\xd6\x75\x94\x57\xd4\xd2\x7b\xcc\ \x25\x20\x57\xc7\x38\xc1\x04\x1c\x5e\x32\xd2\x14\x42\xa1\x70\x8c\ \x30\x45\x05\x68\xa5\xc2\xa7\xd0\xab\x28\x96\xb6\x37\xb5\xb8\x27\ \x4e\x79\x07\x35\xd5\x65\xac\x79\x6b\x0e\x47\xd5\x7c\xb2\x69\xc4\ \x92\x92\xd1\xda\x9b\x68\x0f\xc9\x0c\x2b\x4a\x8d\x91\x93\xcd\x1e\ \x93\x64\xbb\x3e\x73\x0a\x22\x92\x10\x3b\x9c\x3d\x2d\x0d\x8f\xd3\ \xc4\xdf\x52\x4d\x83\x2e\x51\xd2\xbf\xa0\xc3\x0e\x91\x91\xc4\xff\ \xdc\x74\x62\xb1\x6b\x22\x0a\x04\x83\x01\x44\x51\x42\x55\x55\x42\ \xa1\x20\xba\xae\x63\xb7\xdb\xb1\xa9\x0a\xa2\x05\x92\x69\x21\x0b\ \x02\xb2\x20\x21\x0a\xc7\x2d\xe6\x4e\x6b\x59\x96\xe5\x63\xc1\x38\ \x9d\xaf\xce\xcf\x3b\x3f\xeb\xfa\x52\x14\xe5\xd8\xf7\x9d\x76\x07\ \x12\x22\xb2\x28\xe3\xb0\xd9\x08\xf8\x83\x34\x35\xb7\xd0\xd4\xd6\ \x46\x75\x5d\x3d\x65\x55\x55\x1c\xaa\xac\x60\xf7\x81\x03\xb4\xb6\ \xfa\x09\xfa\x23\x94\x95\x1d\xa5\x3d\xd0\x84\xa6\xb5\xf0\xec\xb3\ \x0f\xf1\xd8\x23\xf7\x33\xfb\xf1\x07\x78\xe4\xc1\x3f\xf0\xdb\xfb\ \x7e\xc9\xeb\xaf\xbc\x82\xdd\x6e\x3f\x6d\x2c\x6d\xcd\x02\xad\xb1\ \x9a\xdc\x96\x03\xcc\x9c\x3e\x81\xa4\x94\x54\xba\x65\x65\x73\xc1\ \x88\x81\xc8\x87\xb7\xa0\x45\xc2\x44\x0d\xeb\x94\x39\x07\x2c\xcb\ \x8c\xa5\x21\x95\x3b\xaa\xbe\x98\x26\x16\x06\x47\xb6\xad\xa7\x5a\ \xec\xc3\x4d\xdf\xbf\x96\x4b\xa6\x0e\xc4\x0a\x6b\xa4\x74\xcb\xc7\ \xdb\xbe\x9b\x0d\xa5\x75\x98\xa6\x4e\xd4\x84\x68\x44\x23\x6f\xe4\ \x55\xdc\x7e\x49\x3e\xaf\x3d\xf2\x30\x7b\x5b\xba\x48\x47\xee\x24\ \x54\x2b\xc0\xf6\xdd\x55\x60\x44\x88\x44\xa2\x98\x1d\xeb\x14\x5a\ \xb8\x95\x86\x16\x1d\xb3\xf9\x10\xdb\xf7\xf8\x28\xca\xcd\x38\xc1\ \x7a\xd0\x22\x01\x9a\x9a\x23\x10\xaa\x60\xfb\x9e\xa3\x64\xf5\xcc\ \x46\xb1\xac\xe3\xde\x31\x96\x89\x69\x99\x98\xb6\x54\x8a\x33\x93\ \xd9\xb7\x7a\x1d\x11\xa0\x7c\xdb\x16\x6a\x8c\x2c\x0a\x33\x53\x90\ \x74\x8d\xfa\xca\xba\x98\xd5\x9c\xd5\x9d\x04\xe3\x28\x6b\x4a\x1b\ \xc0\x6a\x66\xcb\x96\xdd\xa4\xf7\xec\x8e\x84\x40\xff\x49\x97\x72\ \xdf\x3d\xd7\x13\xd8\xbe\x84\x85\xeb\x6a\x3a\x5d\x1f\xd8\xbc\x6a\ \x2b\x49\x43\x2e\xe1\xba\x6b\xae\x65\x74\xaf\x74\xb4\xa8\x06\x56\ \x57\xd9\xce\xc4\xb4\x0c\x4c\x5b\x0a\x3d\xbb\xa5\x50\xba\x62\x25\ \x7e\x40\x0b\x87\x08\x6b\x27\x4e\xea\x9e\xe2\x71\xf4\x77\x57\x31\ \xe7\xa9\xf7\xc8\x1c\x3e\x95\x54\x40\x33\x2c\x74\xcd\x24\xa5\xb0\ \x10\x25\x58\xca\x8a\x5d\x0d\x80\x4e\x28\x14\x22\x62\x28\x74\xcf\ \x49\xc7\x69\x77\x32\xfa\xfc\x2b\xb8\xe6\x9a\xab\xb9\xec\x82\xb1\ \x24\xa7\x67\x93\x93\xe9\x60\xe3\xea\x5d\x98\xc0\x9e\x1d\x6b\x68\ \xf0\xe4\x93\xea\xb4\x93\xdd\x7f\x1a\x77\xfc\xf2\x67\x64\xf9\x36\ \x33\x6f\xd1\xee\x2e\x8f\x0c\xb9\x8c\xe8\xe7\x62\xd1\x6b\x2f\x12\ \x2a\x3a\x97\x2b\xc6\x24\xf3\xd1\xf3\x6f\x12\xca\x1e\x4a\x1f\x27\ \xe8\x1d\x01\x65\x9d\xe3\xc1\x32\x0d\x44\x77\x16\x79\xde\x04\xdc\ \x59\x83\xb9\x6a\xd6\x35\x5c\x35\xf3\x72\xa6\x0d\x4c\x83\xce\x40\ \xb3\x8e\xf3\xb7\xe8\x6a\x72\x8a\xf4\xee\x91\x4e\xcd\xf6\xe5\x94\ \x87\xc1\xd2\x42\x84\x23\x51\x74\xcb\x49\x9f\xa2\x14\x2a\xb7\xaf\ \xa2\xd9\x02\x5f\xe9\x16\x8e\x34\xd9\x29\xce\x4c\x63\xd8\xb8\xfe\ \x1c\x5e\x38\x87\x75\x5a\x31\x57\x9f\x37\x86\xf2\x95\x1f\xb2\xb6\ \xca\xc5\xb0\xbe\xe9\xa0\x6b\xb1\xf6\x74\xb8\xf2\x1a\x9d\x4f\xdb\ \x96\x49\xd8\xd7\x02\xa4\xd2\xa7\x9b\xc5\x8e\x4d\x1b\xd0\x81\x03\ \x6b\xd7\x13\x54\xf2\xc9\xd2\xf6\xb0\xe6\x68\x84\x19\x37\xfc\x80\ \xeb\x2f\x39\x83\x4c\x29\x88\xe5\xcd\x26\x2b\xc5\xe4\xcb\x2f\xb6\ \xc7\x74\xf7\x70\x08\xad\xc3\xf0\xb2\xac\xe3\xf7\xc6\xf1\xea\x4e\ \x26\xa6\xa5\x23\x25\x64\x93\xad\xea\xec\x5a\xb7\x03\xb0\xf0\xb7\ \xf9\x30\x4e\x48\x7c\x7c\xfa\xa2\xab\x21\xdb\xf5\xf5\xb7\x2d\x6d\ \x49\xc2\x32\x4d\x34\x5d\x47\x56\x64\x1c\x0e\x07\xc1\x40\x08\x41\ \x10\x62\x04\x2b\x4a\x1d\x37\x81\x80\x60\xc6\x6e\x66\xb1\x63\x81\ \x41\xe8\x62\x6d\x9f\x6a\x51\xb2\xd3\xa2\x96\x65\xf9\x98\xbe\xdd\ \x95\xcc\x3b\x2d\x6d\x45\x14\x91\x0c\xf0\xba\x3d\x48\x82\x4c\x34\ \x1c\x21\x10\x08\xb2\xe7\xc0\x1e\xaa\xea\x6b\x11\x64\x1b\x0d\xad\ \x41\x02\x7e\x8d\x5e\x3d\xae\xa4\xaa\xba\x1e\x5f\xbb\x0f\x8b\x08\ \x19\x19\xa9\xe8\x46\x80\x23\x65\x35\x38\x54\x88\x68\x02\x51\xcb\ \x22\xec\x6f\x47\x10\x4f\x8f\x6e\x13\x00\xd1\xe5\xa5\xca\x17\x24\ \x87\x4a\x32\x23\x1a\x57\x96\xf4\x42\x10\x44\x5c\x15\x3b\x08\xb5\ \xb5\x50\xd3\x16\x44\xea\xe5\x3d\xe5\xef\xed\x9e\x44\xa2\xd5\x1f\ \xf2\xe0\xaf\x2a\x91\xa2\x01\x22\xb6\x34\x2e\xf9\xde\x0c\x46\xda\ \xf6\xb3\x7e\xfb\x2b\xdc\x77\xff\xef\x30\x5b\xab\x71\x97\xf4\x22\ \x31\xa3\x1f\xdf\xbd\x62\x38\x2f\xbc\xf8\x20\x5f\xa8\x2e\xfa\x4e\ \x9c\xc9\x04\xbb\x8a\x28\x28\x0c\x3f\xe3\xfb\xb4\x1c\xfa\x15\x7f\ \x7d\xe9\x63\x7e\xfb\xb3\xf3\x62\x2e\x79\x4a\x21\x17\x9f\x33\x8e\ \xe7\x5e\x7f\x88\x5f\x2c\x76\xd2\xdc\xec\xe4\xca\x64\x17\x82\x20\ \xa1\xb5\x1c\xe0\xa5\xc7\x7e\x8b\x18\x68\x23\xb1\xcf\x45\x5c\x58\ \xd2\xa5\xc0\x80\x24\xa3\x07\x2a\x99\x3f\xfb\x0f\x2c\xd2\xda\x50\ \xbb\x4f\xe1\x96\x49\x39\x18\x6b\x4c\xe4\xce\x54\xad\x82\x80\x24\ \x09\x44\x35\x99\xa9\x33\x67\x71\xe8\xe9\x17\xf8\xc5\x5d\x2b\x31\ \xb1\x31\xed\x9a\x9b\xe8\x66\xf3\x30\x69\x42\x09\xb3\xe7\xff\x99\ \x3b\xd7\x15\x32\xe3\x7b\x3f\xe2\xfa\xab\x27\xf2\xec\x8b\x0f\xb2\ \x46\x12\x50\xd2\x87\xf3\xa3\x4b\x47\x12\x38\xb8\x9a\x39\xaf\x2e\ \xa6\x0d\x01\x2d\x77\x28\x63\xfa\xa7\x76\x34\xc2\xc9\xe4\xf3\x27\ \xf1\x97\x05\xcf\xf3\xdb\x7d\x1e\xea\x2a\x03\x4c\x3a\xc3\x0d\x81\ \x2e\xe9\x62\x85\x58\xce\x6d\x4d\x93\x99\x3c\xf3\x1a\x0e\x3f\xf3\ \x3c\xf7\xdf\xbd\x15\x35\xda\x8c\xda\x6d\x2a\xee\xae\x0b\x74\x52\ \x32\xe3\x46\x15\xf1\xc9\xd6\xdd\x8c\x19\xd7\x51\x59\x5e\x94\x90\ \xcc\x28\x4a\xda\x68\xae\x99\x39\x8e\x97\x5e\x78\x80\x8d\x09\x76\ \x1a\xeb\x05\xa6\x9f\x61\x27\x63\xf0\x05\xcc\xd8\xf7\x14\xb3\xef\ \xbb\x0b\xb7\x43\x21\x7f\xec\x05\x5c\x7b\xde\x28\x66\x7c\xe7\x7a\ \x6a\x9e\x7b\x8d\xbb\xee\x5c\x84\x25\xba\xb9\xe2\xc6\x9b\xc9\x88\ \x1e\xe4\xf9\xc7\x5f\xa2\x52\x93\x09\x89\xf9\x9c\x35\xba\xb0\xab\ \xfd\xc4\xe0\x11\xc3\x79\x73\xf1\x5e\x7a\x0f\x28\x22\x27\x31\x84\ \x4d\x5b\x46\xef\x61\x43\x62\x4f\x33\xa2\x74\x3c\x77\xb8\x28\x22\ \x49\x60\xe0\xe6\x8a\x6b\x2f\xe3\xa9\xb9\x2f\xf1\xf3\xcd\x2e\x54\ \x5b\x06\x57\xdd\xf2\x13\xba\x2b\xca\x09\xe7\x2f\xc9\xf2\x09\x52\ \x4c\xef\xb3\xae\x62\x7a\xf5\x1c\x1e\xfb\xe5\x3d\x24\xc8\x21\x5a\ \x1c\xb9\x78\x24\x81\x82\x0b\xae\x62\x4c\xe5\x73\xfc\xfe\xae\xbb\ \x11\x0c\x18\x36\xe3\x7b\x8c\x4c\x01\x3c\xa3\xc9\x96\xe6\x61\x75\ \x2f\x20\xb5\xb0\x07\xb9\xae\x97\x89\xe6\x0c\xa6\x57\x02\xd0\x02\ \xb2\x2c\x1f\x8b\x94\x96\x24\x09\xd3\x10\x28\x18\x38\x10\x79\xe9\ \x47\x7c\xba\xe7\x4c\x2e\xfc\xc1\x35\x94\xcf\x7e\x95\x7b\xee\x5e\ \x82\x6e\xba\xb8\xe8\x9a\x1f\x53\x58\x2c\x30\xa5\xef\x06\x5e\xfa\ \xdd\xaf\x48\x14\xdb\x69\x75\xf4\xc5\xe6\x4a\xe1\xf2\x59\xd7\xf2\ \xcc\x9c\xf9\xdc\xb5\xf3\x23\xb4\xe6\x46\x32\x27\x94\x00\x26\xa2\ \x24\x23\x09\x02\x08\xd2\xf1\xf1\x85\x88\x24\x82\x2e\x25\x71\xc5\ \xac\x4b\x78\x62\xee\x4b\xfc\x6a\x5f\x0a\xed\x65\xfb\x51\x4a\x26\ \x7e\x1b\x28\x3b\x66\x90\x99\x16\x08\x02\xa2\x40\xec\x7f\x04\x44\ \x49\xe0\xeb\xb2\x46\x09\xc3\x07\xf5\xb1\xc2\xe1\x30\xc5\x85\x45\ \xdc\x72\xf3\xad\xbc\xfa\xf2\xab\xd4\x54\xd7\xf0\xfc\x73\xcf\xf3\ \xe9\xd2\x4f\x78\xf4\xd1\x47\x62\xbe\xb4\x7a\x04\x51\xb0\x90\xbd\ \x6e\x70\xd8\xe8\xc8\xa4\x7f\x6c\x36\xeb\x24\xec\xae\xde\x21\x9d\ \xa1\xe6\x9d\xa4\x6d\x59\xd6\x09\xb2\x48\x27\x71\x2b\xa2\x80\x68\ \x40\xff\xbe\xc3\xc8\xef\xde\x93\xe6\x96\x36\xea\x9b\x1b\x79\x7f\ \xd1\x87\x84\x0c\x8d\x8c\xec\xee\x04\x22\xd0\xda\x16\xe0\x9e\x9f\ \xfe\x98\xf2\x83\xbb\xa9\xa9\x3d\xc8\xc0\xfe\x79\x0c\x1b\xd6\x97\ \x35\xab\x57\xf0\xd4\x53\xf3\x50\x64\x11\xbf\xdf\xc2\xaf\x5b\x4c\ \x1d\x3f\x8d\x97\xe7\xfd\x95\x76\x5f\xfb\x09\x27\xfc\xef\x2a\x82\ \x50\x5f\x76\x98\xad\xf3\x9e\x26\xdc\xd2\x10\xf3\xc6\x91\x25\xb0\ \x04\x0c\x43\xc7\x02\x1c\x29\x19\x0c\xb9\xf2\x47\xa4\xe5\xe6\x9f\ \x6c\x69\x1b\x1a\x01\x7f\x3b\xc1\xb0\x86\x20\xa9\x24\x78\x3d\xd8\ \x95\xd8\xc0\xd5\xc3\x7e\x5a\xda\xfc\x20\xd9\x3b\xb6\xc7\x6e\xcf\ \x50\x7b\x0b\xbe\xa0\x86\xdd\x9d\x88\xdb\x66\x11\xd1\x04\x9c\x0e\ \x15\x4b\x8f\xe2\x0b\x44\x71\x7b\xdc\x48\x5d\x0a\x23\x04\x7d\x2d\ \xb4\x87\x74\xec\x2e\x0f\x5e\xb7\x9d\xd0\xde\x8f\xf9\xed\x0b\x5b\ \xb9\xfa\x8e\x9b\xe8\xa6\x8a\x24\x24\x79\x3b\xbc\x15\x3a\x7e\x51\ \xb7\x92\x7b\x1f\x5b\xc2\x8c\x9f\xdc\x4e\x6f\x97\x88\xd3\x9b\x88\ \x2a\x81\xa9\x47\x08\x6b\xe0\x70\xd8\x10\x4c\x9d\x60\x28\x8a\xcd\ \xe9\x44\x12\xc0\xd0\x83\xb4\x34\xfb\x51\x5c\x1e\xbc\x2e\xfb\xb1\ \x63\x07\xda\x9a\xf1\x47\x05\xbc\x89\x49\xd8\x15\x81\x70\x7b\x33\ \x6d\x61\xf0\x26\x25\x63\x97\x63\xfb\x6c\x6b\x6d\x23\x62\x08\x24\ \x24\x26\xe3\xb2\x49\x27\x3c\xc7\x84\x7c\xad\xf8\x82\x51\x14\xbb\ \x0b\x8f\xc7\x8d\x64\x46\x08\x7d\x4d\x1b\x4c\x23\x42\x6b\x73\x1b\ \xba\x20\x93\xe0\xf5\xe2\x50\xbe\x92\xe9\xdb\xd0\x08\x45\x4c\xec\ \x4e\x5b\x4c\x91\x8d\x86\x88\x9a\x32\x4e\xbb\x02\x58\x44\xfc\xad\ \xb4\x06\x34\x54\x87\x1b\x4f\x42\x6c\x9f\x58\x06\xbe\xd6\x16\x42\ \x9a\x85\x23\xc1\x4b\x82\x43\x45\x00\x8c\x48\x80\xe6\xd6\x00\xb6\ \x84\x44\x3c\x4e\x15\x4c\x1d\x5f\x6b\x2b\xc1\xa8\x89\xc3\x93\x88\ \xd7\xf9\x15\x9f\x63\x4b\x27\x1c\xd2\xb0\x39\x1c\x08\x58\x44\xc2\ \x11\x44\x9b\x1d\x45\x8c\xb5\x43\x33\x65\x1c\x76\x05\x4b\x8f\x10\ \x8a\x5a\xd8\x9d\x76\x44\x40\x8f\x04\x68\x6d\xf3\x63\x49\x76\x12\ \x93\xbc\xc8\x56\x94\x50\xc4\xc2\xe1\x8c\x9d\x7f\x28\x14\x45\x71\ \x38\x4f\x2c\x80\x6c\xea\xb4\xb5\xb6\x10\xd6\x45\x5c\x1e\x0f\x2e\ \xbb\x12\xcb\xfe\x60\x44\x69\x6d\x6e\xc5\xb2\xb9\x49\xf4\x38\x3b\ \xc8\xde\x22\x1a\x0e\x21\xc8\x76\x14\x59\x44\x0f\x87\xd1\x25\x1b\ \x76\x45\x00\x53\x27\x18\x8e\xa2\x3a\x9c\xc8\x82\x45\x24\x14\x44\ \x50\x1c\xa8\xb2\x48\x28\xd0\x8e\x29\x39\x70\xd9\x65\x8c\x48\x90\ \x96\x36\x3f\x8a\xfb\xf8\x79\x5b\x46\x94\xd6\x96\x16\x22\xa6\x84\ \x3b\xc1\x8b\xcb\x11\x6b\x83\x1e\x09\xd0\xd2\xe6\x47\x90\xed\x78\ \xbc\x1e\x54\x09\x22\xa1\x10\x28\x0e\x54\xa2\x04\x35\x70\x76\xf4\ \x6d\x28\x1c\x45\x75\x3a\x21\x12\xa4\x3d\x18\xc6\x88\x36\xf3\xc1\ \x5f\x9e\xa2\xb6\xcf\x2c\xee\xbd\x6c\xd8\xbf\x85\x8a\xbb\x16\x41\ \x10\x45\x91\x50\x28\xc4\x9e\x3d\x7b\xbe\x92\x33\x5f\x26\x50\x7f\ \x90\x4f\x97\xac\xc2\x87\x8c\x24\x58\xb1\x3a\xac\x82\x88\xa1\x45\ \x49\xec\x3d\x8a\x33\x47\xf5\x43\xb5\xb4\xaf\x3a\xc1\xf9\x65\xd3\ \x34\x51\x14\x99\x50\x28\x00\x96\x11\x2b\xe2\x6a\x9a\x34\x36\x35\ \x60\x62\x61\x98\x26\xa2\x24\x60\x4a\x02\x9a\x6e\xa0\x88\x62\x6c\ \xa6\x13\x84\x58\x89\xaa\x98\x03\xf7\x29\x7d\xb7\x0d\xcb\x8c\x11\ \x5d\xc7\x36\x00\xa1\xcb\x7b\xa1\x93\xc0\x05\x09\xdd\x8c\x1d\xdb\ \x66\x17\xf0\x78\x54\x9a\xda\x4d\x22\xa6\x81\xa5\xba\x68\x8f\xca\ \x84\x35\x19\x90\xf1\xba\xd3\x10\x2d\x99\x04\xbb\x8b\x50\x30\x48\ \xa0\xbd\x85\xc1\x83\xfb\x30\x68\x70\x77\xb6\x6c\x29\xc7\x12\x24\ \x04\x24\x90\x94\xd3\xc6\xe5\x0f\x20\x2d\xaf\x90\x29\x77\x3e\xda\ \x25\x30\xe9\xc4\x64\x2d\xa2\x28\x74\xf1\x64\xf8\xca\xcc\x2a\x29\ \xb8\xbd\xc9\xb8\x4f\x61\x88\xcb\x76\x37\x69\x76\xf7\x49\xdb\x1d\ \x09\x49\x38\x12\x8e\xbf\xef\x74\xbb\x13\x64\x15\xaf\x57\x3d\x69\ \xc6\x77\x7a\x92\x71\x7a\xba\x6e\x12\x51\x6d\x0e\x12\x53\x93\x48\ \x96\x4f\xf9\x5c\x87\x6a\x73\xe0\x49\x4e\x26\xb1\xcb\x3c\x25\xca\ \xb6\x63\xc7\x42\x94\x71\xba\xe4\x2e\xc6\xb9\x93\xd4\x74\xe7\x49\ \xc7\x76\x79\x53\xe8\x3a\xd5\xd9\x13\x92\xb1\x27\x9c\xb8\xcf\xa4\ \xd4\xf4\xaf\xb5\x56\x1c\x9e\x24\x1c\x5d\xdb\x2e\x7e\x7d\x1b\x44\ \xc9\x46\x72\x5a\xfa\xd7\x77\x94\xa4\xe0\xe8\xd2\x44\x59\x75\x74\ \xc9\xaa\x26\x60\x73\x27\x91\xe1\x3e\xa9\x83\xf0\x24\xa5\xe2\xf9\ \xea\xae\x6c\x2e\xd2\x32\x4e\xb8\x38\x78\x92\x4f\xfe\xde\xf1\xfd\ \xc8\xd8\x8f\x35\x5c\xc0\xe6\xb0\x9f\xb2\x1d\x42\xd7\x6b\x0c\xc8\ \x36\x17\xa9\xe9\x5d\xaf\xa0\x8a\xd3\x79\xfc\x98\x0e\xd7\x29\x3a\ \x50\x94\xf1\x26\xa7\xe1\x3d\xe9\x54\x54\x92\x4e\xba\x3e\x02\xaa\ \xdd\xd9\x65\xcc\xd9\x8f\x5f\x13\x51\xc6\x79\x42\x9b\x8f\xb7\xc3\ \xe1\x4a\xe8\x72\x2d\x4e\xee\x7b\x41\x52\x49\x4a\xcd\x38\x79\x4c\ \xdb\x5c\xa4\xa5\x9f\x68\xfc\xd8\x8e\x75\x8a\x0d\x57\x97\xbe\x75\ \x74\x1c\x7b\xef\xf2\x77\x78\x63\xf5\x01\x24\xcb\xc4\x70\xf7\x67\ \xd6\xd4\x81\xa7\xb9\xdf\x36\xf8\x5b\x6a\xf1\x49\xc9\x94\x8c\x1e\ \x8c\xd4\x76\x88\xb5\xdb\x6a\x19\x34\x61\x0c\x6a\x4d\x29\x1b\xab\ \x6a\x08\xeb\xfd\xb0\x49\x27\x1b\xdc\xb2\xdd\x6e\x47\xd3\xa2\x18\ \x86\x86\x24\x88\x38\x9d\x0e\x10\x2c\x0c\x5d\x27\x21\xc1\x8d\x20\ \x82\xdf\xef\xc7\x12\x0d\x9c\x4e\x07\x2e\x97\x0b\xb1\x63\x56\x16\ \x3a\x17\x26\x85\x8e\x2a\xdf\x42\xa7\x9b\x5f\x87\x2e\x23\x75\x6a\ \x34\x5d\x3f\x97\x4e\x22\x78\x90\xb0\x00\xc9\xa6\x62\x9a\x3a\x9a\ \x1e\x21\x6a\x18\x44\x4d\x01\x41\x75\xd1\x1e\x11\xd1\x34\x09\x87\ \xcd\x8d\x24\xd9\xa9\xab\xa9\xc7\xed\x56\x08\xfb\x23\xf8\x7d\x21\ \xb2\xb2\x93\x29\x2a\xe8\xcd\xf2\x55\xe5\x38\xed\x02\x96\x16\x45\ \x38\xcd\xca\x50\x09\x80\x22\x76\x15\x17\x4f\x6f\xc5\xcd\x51\x3c\ \x95\x7b\xee\x9b\x84\xfa\x35\x41\x72\x42\xda\x68\xee\xbe\xb7\x04\ \xd5\x46\x1c\x71\xfc\xdb\xd1\x63\xe2\x25\xdc\x3a\x2c\x88\x41\xec\ \x09\xaa\xf3\x89\xf3\x74\x86\x69\x5a\xb8\xd2\xb2\xe8\xd3\x6f\x00\ \x72\x43\x84\xdd\x87\x23\x14\xf5\x1f\x88\xcb\xd5\xce\xce\xba\x5a\ \xbe\x26\xcd\x13\xb2\xd3\x95\x10\x8b\x2e\xd4\x75\x34\x5d\xc3\xe5\ \x72\xa1\x2a\x2a\x09\x9e\x04\xec\x76\x07\x0e\xbb\x83\x48\x24\x84\ \x20\x0a\xd8\x55\x15\xbb\xc3\x8e\xe2\xb0\x9d\xe4\xde\xf7\xd5\x40\ \x9a\x18\x69\x8b\x27\x89\xeb\xa7\xf2\x26\x41\x90\xe8\xe0\x6e\x74\ \xd3\x24\x1c\xb1\x08\x04\x4c\x74\x4b\xc1\xa1\xba\x08\xeb\x20\x28\ \x12\xc9\xa9\x49\x98\xa2\x41\x30\x12\x44\xb6\xc9\xc8\x9a\x45\x38\ \x64\x81\xe9\xc0\xa6\x28\x78\x6d\x20\x2b\xe0\x0f\x83\x5d\x31\x4f\ \x7b\x62\x3c\xbd\x4d\x01\x19\xbb\xfd\x6f\x84\x35\x0b\x32\x0e\x7b\ \x3c\xb3\x6f\x1c\xa7\x07\x64\xbb\x8b\x64\xbb\xeb\x5b\xd3\x5e\x0b\ \x01\xb7\xcb\x45\xa0\xae\x82\xda\xe6\x76\x5c\xb5\x55\x94\x57\x1e\ \x62\xdb\xa6\xed\x38\xab\x76\x13\x75\xc5\x82\x8d\xac\x53\x38\xc0\ \xc9\x2e\xa7\x0b\xd3\x74\xa0\x05\xdb\xf1\xfb\x03\xa8\xaa\x8a\xa2\ \x2a\x44\x34\x0d\x49\x96\xb0\xdb\x6d\xd8\x23\x2a\x92\x04\x0e\xbb\ \x8a\xcb\x6e\xc3\x96\x90\x80\x69\x9a\x27\x2d\x3a\x76\xfd\x0b\x60\ \x89\x22\xc7\x3d\xc8\x84\xaf\x3c\x1e\x1c\x27\x77\xd3\x02\x49\x11\ \x30\x2d\x13\xc3\x14\xd1\x0c\x19\xcd\x54\x51\xec\x49\x38\x5c\xc9\ \x18\x51\x1d\x5d\xb3\xc8\xcc\x4e\xc7\x14\x4d\x1a\x5b\x9b\x49\x4c\ \xe9\x4e\x73\x53\x33\x0d\x8d\x41\x92\x92\x74\xb6\x6d\xde\x4b\x5a\ \x8a\x8b\xd6\xd6\x10\x79\xa9\x76\x9c\xaa\xf1\xb5\x33\x55\x1c\x71\ \xc4\x11\xc7\xbf\x13\x86\x61\xe2\xcd\x2c\xa2\x47\xe2\x2e\xde\x7d\ \xf1\x19\x64\xd5\x49\xbf\xe1\x83\xa8\xdf\xfc\x39\x2d\x72\x0a\xe3\ \xa7\xf4\xc5\x2e\xe8\xe8\xa7\xe0\x30\xd9\xe3\x4e\x20\x39\x39\x91\ \x9a\xca\x72\x02\x81\x00\x4e\xa7\x13\xaf\xd7\x8b\x66\x68\xd8\x6c\ \x2a\x36\xbb\x8a\xe2\x97\x50\x15\x91\x44\x97\x8b\x04\xb7\x13\xd9\ \xe5\xc4\x32\x4d\xe0\x78\xe6\xbe\x4e\x19\xa4\xf3\x3d\x80\x79\x0a\ \xd7\x95\xae\x8b\x7e\xc7\xac\xf0\x0e\xed\x1b\xc0\x30\x45\xa2\x9a\ \x40\x44\x93\xd0\x4c\x85\xf6\x60\x84\x40\x24\x4c\x38\x14\xc2\xe3\ \x75\xe0\x4e\x50\x71\x7b\xec\x58\x08\x6c\xd9\xb2\x8b\xc3\x07\x8f\ \xd0\x2d\x7d\x2b\x95\x95\xcd\x9c\x7b\xd6\x19\xac\x5b\xb7\x86\x6e\ \x59\x49\xf4\x2c\xca\xc1\x30\xe2\xf9\xb4\xe3\x88\x23\x8e\xd3\x51\ \x1b\x31\x30\xd4\x44\xc6\x9d\x75\x29\x79\x15\xd5\x98\x8e\x54\x72\ \xbb\x25\x63\x8d\x18\x8e\x66\xca\xd8\x54\x01\x5d\x3f\x75\x9c\x89\ \x2c\x9a\x16\xed\x2d\x6d\xe8\x51\x0d\x9f\xcf\x87\xae\xeb\xd8\x6c\ \x36\xa2\x51\x0d\x51\x14\xf0\x7a\xdc\x58\x7a\x18\xbb\x22\xe2\xb2\ \xab\x38\x6c\x0a\x92\x4d\xe9\xf0\xac\x38\xd9\xa7\xf0\x84\x2c\x7f\ \x82\x78\xc2\xfb\xaf\x92\x76\xd7\x6d\xb2\x22\xc7\x56\x4e\x0d\x93\ \xa8\x66\x60\x09\x31\xf9\x44\xd7\x35\x2c\x43\x43\x16\x4c\x32\xd3\ \x12\x51\x25\x83\x9e\xc5\x85\xb4\x36\xb5\xd1\xd6\xda\x4e\x7b\x6b\ \x3b\x75\x35\xf5\xf8\xfd\x01\xbc\xde\x24\x66\x5c\x70\x0e\x55\x95\ \x07\x31\xf4\x70\x5c\x1e\x89\x23\x8e\x38\x4e\x4f\x08\x22\x82\x1e\ \xe0\xd0\x9e\xad\xec\xaf\x33\xe9\x33\xb4\x1b\x82\x19\x21\x18\x36\ \xb0\x39\x14\x0c\xe3\x6f\x54\x63\x3f\xbc\xaf\x34\x16\x71\x97\x94\ \x82\x16\xd5\x08\x86\x42\xd8\x1d\x0e\x64\x55\x42\xb6\xc9\x38\xdd\ \x4e\x4c\xcd\x8d\x43\x11\x10\x4c\x1d\xa7\xc3\x81\xa9\xa8\x48\x52\ \x6c\x16\x90\x24\x29\xe6\x0f\x6d\x59\x98\xa6\x19\xab\x2a\x03\x60\ \x09\x58\xa2\x78\x7c\x5b\x97\x1c\xdb\x9d\x56\x76\x27\xa1\x9b\x86\ \x81\x2a\xdb\x50\x65\x15\x5d\xd3\xb1\x2c\x83\x90\xbf\x15\x91\x08\ \x86\x66\xa2\x0a\x06\x1e\xaf\x93\x0c\xaf\x93\xf6\xc6\x5a\xb4\x76\ \x1f\x5e\x97\x93\xe4\xa4\x24\x2a\x2b\x2b\x49\x70\xbb\xd1\x35\xf8\ \x70\xe1\x27\xe4\xe4\xa4\x10\xf0\x37\x31\x3c\x29\x93\x78\x4a\xea\ \x38\xe2\x88\xe3\x74\x84\x24\x89\xb4\x96\xef\x61\xe5\x96\x32\xb2\ \xb3\x12\x58\xb9\x7c\x23\x17\x9d\x33\x88\xad\x6b\xd6\x93\x3d\x74\ \x02\x85\x29\x36\x8c\xaf\xd1\x77\x65\xc5\xd2\x68\x6d\x6a\x40\x51\ \x55\x54\xd5\x86\xc3\xe1\x44\xd7\x0d\x42\xa1\x00\x82\x00\x6e\xa7\ \x13\x22\x21\x04\x2d\x8c\x28\x88\x38\x54\x15\xd3\x69\x3b\x29\x3f\ \x76\xac\xdc\x57\x97\x64\x52\x96\x80\x81\x78\x8c\xb0\x4f\x2c\x8c\ \x41\x8a\x07\x58\x00\x00\x20\x00\x49\x44\x41\x54\x60\x1d\x23\x6d\ \xb3\x23\x9a\xca\x32\x24\x04\x43\x24\x1a\x0d\x62\x57\x2c\xc2\xe1\ \x26\x92\xbd\x0a\x4e\x8f\x87\x9a\xaa\x2a\xac\x40\x80\x1e\x19\xc9\ \xb4\x55\x1d\xa4\xbd\xa1\x8e\xcc\x6e\x39\x88\x46\x14\x6f\x62\x02\ \x35\x0d\xb5\x28\x82\x48\x79\x4d\x3d\x15\xb5\x35\xf4\x2a\xce\x67\ \xf4\xd8\xa9\xe8\xba\x1e\x1f\x1d\x71\xc4\x11\xc7\x69\x07\x51\xb0\ \x68\x6b\x6d\x25\xb9\x68\x18\x33\xa6\x64\xb2\x60\xc1\x7a\x42\x51\ \x83\x60\x6b\x23\xfe\xa8\x8e\x20\xd8\xf9\xba\xe8\x1a\x39\x41\x95\ \xa9\x0b\x07\xd0\xb5\x28\x2e\xa7\x0b\x0b\x88\x68\x51\x22\x9a\x86\ \xdb\x6e\xa3\xa8\xa8\x90\x23\xfb\x23\x44\xdb\x74\x5c\x76\x15\x45\ \x91\xc1\x66\x3b\x21\x11\x54\x67\xd0\x8c\x65\x59\x27\xea\xc8\x66\ \x4c\xe2\x38\x95\xa5\x7d\x8c\xc0\x0d\x0b\x59\xb4\xa3\x60\xc7\xae\ \xda\x09\x06\x02\xb4\xb5\xd5\xe3\x76\xe8\x14\xe6\x26\x22\xaa\x2a\ \x42\xc8\x81\x03\x99\x74\xa7\x83\xe6\xd6\x56\x52\x1c\x36\x5a\x6a\ \xaa\xe9\x53\x9c\x8f\x68\x77\xb0\x6a\xc3\x06\xaa\x1a\xea\xb1\x5b\ \x0a\xb2\x64\x67\xff\xd1\x7a\x36\x6c\xdb\xcb\xc8\x89\x67\xa2\x45\ \xff\xb3\x3a\x3b\xda\xde\x8a\xe6\x6f\x3b\x59\xfa\xb1\x2c\x44\xd5\ \x86\x3d\x25\x1d\x41\x10\xe3\x77\x45\x1c\x71\x9c\xc6\xb0\x10\xb0\ \x3b\x9d\x34\x6e\xde\xc4\x07\xa1\x04\xca\xab\xea\x68\xfb\xb8\x81\ \x36\x33\x85\xc1\x5e\xe7\xdf\x4c\x76\x27\x17\xe4\xe6\xd0\x2d\x3d\ \x15\xbf\xe8\x88\x85\xbb\x4a\x52\x8c\x00\x04\x10\xa5\x98\xf7\x87\ \x24\x80\x2c\x89\xa8\x52\x2c\x24\x18\x59\x39\x96\x5f\xc2\x34\x4d\ \x4c\xcb\x42\x91\x44\x2c\xd3\x42\x94\x24\x84\xce\xd4\x00\xba\x75\ \xcc\xbd\xef\x84\xe4\x4d\x56\xac\x56\x64\xe7\x36\xcb\x90\x50\x45\ \x27\x2d\x4d\xad\x54\x94\x1d\x64\xdf\xe1\x52\x42\x56\x98\xff\x61\ \xef\xbc\xa3\x2c\x2b\xab\xb4\xff\x3b\xf1\xe6\x58\x39\x57\x77\xe5\ \xea\x9c\xe9\x40\xd3\xd0\x40\x83\x04\x01\x41\x40\xb2\x20\x51\xc4\ \x99\x11\x75\x74\xcc\x88\xa3\x8e\x8a\x89\x20\x92\xb4\x91\x9c\x73\ \x13\x1b\x1a\x3a\xd3\x39\x55\x75\xe5\xaa\x5b\xf9\xd6\xcd\xe9\xa4\ \xef\x8f\x2a\x3a\x90\xbe\x61\xd4\xef\x73\xb0\xf7\x5a\xb5\x56\xd5\ \x5d\x75\xce\x79\xd3\x7d\xce\x7e\xf7\xde\xef\xf3\x98\xb2\x40\x41\ \x7e\x09\x05\x1e\x99\x42\x57\x3e\x55\x01\x1f\x6f\x75\x76\x12\x6a\ \xdb\x8f\xc3\xe7\x47\x12\x05\x74\xdd\x42\x96\xc7\x21\x2c\x6b\x8a\ \x08\xa2\x83\x78\x32\xc9\xfa\x4d\x3b\xf9\x17\x59\xfa\x54\x4d\x74\ \xbc\x73\x2f\xc3\xf7\xfe\x10\x45\x4b\x83\x24\x7f\x00\xb4\x4d\x5d\ \xc7\xbe\xfc\x0b\x74\xe6\x14\xa6\x2f\x5d\x8e\xc3\xed\xfd\xd4\x2e\ \xfa\xd8\x60\x0f\x51\xfc\x54\x14\xd9\xe9\xeb\xe8\xc5\x55\x5c\x81\ \xdf\x21\xff\xb7\xbf\x32\xb1\x91\x41\x72\x8a\x8f\x7c\x9f\xe3\xff\ \x49\x7b\xf5\x54\x84\xe1\x98\x49\x61\x71\x90\x4f\xbe\x2a\x75\xfa\ \x3a\xda\x11\xf2\x26\x51\xea\xfd\xdb\x6a\x0f\xa5\x63\x43\x44\x35\ \x3b\x45\x79\xde\x23\x19\xa0\xff\x87\xf6\x5e\xf5\xc8\xcc\x26\x9d\ \x84\x25\x31\x6d\x46\x3e\x96\x68\x63\x51\x5d\x23\x85\x4e\x11\xe3\ \x63\xc8\xee\xc4\x53\x97\x2d\x60\xfa\xe4\x32\x0a\xec\x36\x8c\x64\ \x1c\xaf\xdb\x8d\xcb\xeb\x43\x47\x42\x90\x44\x42\xa1\x1e\xb4\x5c\ \x0a\x59\x04\x4d\x33\x90\x15\x15\x51\x96\x90\x25\x05\x45\x10\x51\ \x2c\x11\xbb\x20\xe1\x90\x54\x54\x49\x46\x55\x64\x24\x9b\x8c\xa0\ \x8e\x93\xa0\x2b\x92\x82\x24\x29\x28\xaa\x6d\xfc\x5a\x45\x46\x54\ \x45\x44\x59\x40\x94\xc4\xf1\x17\x85\x20\x21\x09\x16\xbb\x77\xec\ \x60\xfd\xfa\xb5\x84\xfa\x7a\x10\x74\x1d\x87\x68\x12\x1b\x0a\x91\ \x1c\x1b\xc5\xa1\x2a\x38\x5d\x2e\xfa\xfb\xfb\xc9\x65\xb3\x98\x46\ \x0e\xaf\xcb\x86\xdf\x65\xc7\xa9\x4a\x98\x80\x68\x99\x13\x92\x69\ \x1e\x1c\x2e\xef\xa7\x4e\xd4\x77\x64\xdd\x2a\xdc\x96\x46\x69\x59\ \x05\xa5\xc5\x45\x94\x94\x14\x53\x52\x5c\x4c\x49\x51\x21\x65\x65\ \x25\x14\xcf\x5b\xc6\x33\x7f\xfc\x2d\x6d\x5b\xd6\x63\x77\xba\x3f\ \x1c\xae\xb4\x1c\xb1\x68\xf2\xff\x5a\x0e\x69\x24\x86\xd9\xb7\xb7\ \x93\xec\xdf\x63\x08\xcd\x14\xed\x7b\xf7\x10\x4e\x4f\xec\xca\x92\ \x1d\xdc\xf7\xfb\xdf\xb0\x3e\x94\xf9\x6f\xdf\x62\xfb\xb3\x7f\xe2\ \xf1\x37\xdb\xc0\x18\xe4\xb1\x3b\xfe\xc8\x8e\x81\xec\x27\xd9\xaf\ \xb0\xe6\x81\xdb\x79\x7e\x53\xcf\x47\x82\xfa\x50\xe7\x3e\xba\x87\ \x62\x9f\xd8\x7f\x1a\xea\xda\x47\xdb\x50\xfc\x83\x73\xb7\xe5\x79\ \xee\xba\x7f\x15\xd9\xff\xd1\x80\xc5\x78\x6a\xe5\xdd\xbc\xd6\x9e\ \xf8\x9b\x4f\xc5\x9e\x37\x56\x72\xef\x4b\xef\x7e\x22\x55\xa3\x5d\ \xcf\xdd\xcb\x5d\x4f\xac\xe3\x48\x45\xed\x5f\xe1\x69\x9b\x26\xaa\ \xb7\x88\x05\x4b\x97\x32\xab\xb1\x86\xd2\xd2\x72\x9a\xa6\x4c\xa5\ \x2a\xdf\x35\x51\x99\xf7\x31\xa1\x95\x4c\xe7\xbb\xc8\xc3\x2d\xcc\ \x2d\x76\x92\x6f\x65\x09\xba\x3c\x18\x82\x42\xda\xb0\x90\xed\x2a\ \x99\x4c\x92\xe1\xe1\x41\x4c\x49\x41\x74\xf9\x31\x14\x27\xa2\xcd\ \x81\x2a\xdb\x11\x33\x16\x66\x38\x41\x3e\x2a\x7e\x4b\xc2\x2b\xc9\ \xa8\x8a\x88\x26\xe9\xe4\x14\x1d\x41\x00\x9b\xa4\x22\x8b\x76\x4c\ \x54\x04\x9b\x0d\x53\x81\xac\x94\xc3\xb2\x59\x08\xaa\x84\x6e\x4a\ \x88\x96\x81\x96\x18\x64\x60\xa0\x03\xd3\x82\xa0\x37\x1f\xaf\xec\ \x82\x48\x96\xcc\xe0\x28\xa9\x91\x08\x82\x22\x33\xa2\xeb\x8c\xe8\ \x59\x52\x98\x8c\x44\x46\x08\x75\xb7\x93\x1e\x09\x31\xb7\xb6\x92\ \x13\x66\x35\x51\x53\x1c\x40\x35\x33\xf8\x1d\x32\x2e\xbb\xfc\xa9\ \x03\xed\x9c\x61\x22\x01\x82\x96\xc6\x88\x8d\x91\x1d\xea\x25\x3b\ \xdc\x87\x39\x3a\x80\xee\xf0\xf1\xc4\x9a\x8d\xc4\x54\x0f\xa7\x5e\ \xfd\x35\x84\x8f\xa0\xa6\xdc\xf3\xf2\xad\x5c\x70\xfe\x0d\xac\x09\ \x7d\x7c\xdc\x28\xbe\xf7\x4d\xee\xbe\xf7\x79\x92\x7f\x8f\x8e\x24\ \xdb\x79\xe0\x8f\x77\xb0\x2f\xa6\xbd\x17\xa4\xa3\xae\x69\x2a\x85\ \xce\xff\xfe\x61\x1d\x3d\x93\x46\x33\x2c\x30\x0d\xb2\x99\xcc\x27\ \xac\xc9\x17\xc9\x25\x63\xa4\x72\x1f\x95\xf3\x48\xf3\xe6\x23\xb7\ \xb2\x6a\x67\xe8\x13\x76\x2c\xcb\xea\x27\xee\xe2\xe9\x6d\x83\x1f\ \xd2\xde\x04\xc9\x54\x96\xff\x59\xe0\xca\x42\xcb\xe9\x7f\x97\x73\ \x07\x46\x36\x41\x2c\xa5\x7d\x22\x2f\x3b\x50\x59\x4f\x43\x75\xe1\ \x11\xe4\xfd\x6b\x4c\x90\x10\xb5\x38\x6b\x9f\xf9\x0b\x2b\x1f\x7b\ \x81\x77\xd6\xbe\xc5\xa3\xf7\xaf\xe4\xa5\xcd\x9d\x58\x92\xfc\xb1\ \xf3\x21\xef\x6f\xdb\x47\x63\x53\x13\xae\xfc\x7c\x54\x8f\x8a\xa9\ \x80\x4d\xb7\x50\xb3\xe0\xb0\x9c\xf8\xfd\x25\x68\x86\x42\x56\xb6\ \xd3\x97\xc8\x52\xa1\x39\x28\xc0\x8f\xd3\x26\x52\x5c\x52\x48\x28\ \xbe\x97\x81\xb6\x0e\xdc\x1e\x3b\x82\x43\x46\x75\x48\xf8\xed\x12\ \x82\x6c\x43\x50\x25\xb4\xac\x85\x5d\x55\xd1\x30\xc9\x5a\x59\x54\ \x45\x40\xd7\x45\x0c\x5d\x47\x12\x65\x64\x59\x22\xe0\x77\x12\xed\ \x8f\xe1\xb1\x89\x4c\x5f\xba\x10\x45\x56\xd0\x52\x09\xda\xf6\xed\ \xc4\x69\x59\xe4\x15\x97\x31\xb5\xa9\x9e\x68\x64\x04\x41\x04\x45\ \x15\xd1\xb2\x19\xa2\x91\x51\x82\x5e\x17\x05\x81\x00\x81\x40\x3e\ \x96\x09\xc3\xc3\xa3\xa8\x92\x85\xc7\xe9\xe4\x53\x86\xd9\xe8\xa6\ \x85\x69\xb3\xb3\xcf\x56\x8a\xcf\x9e\x23\x6f\xb8\x15\x23\x9b\x81\ \x9a\x99\x3c\xb9\xa3\x8b\xd6\x96\x56\x8e\x5b\xb4\x00\x4f\x5e\xfe\ \x47\x60\x51\x27\xaf\x6e\x1e\x65\xee\xdc\x42\xd6\xbc\xb8\x9a\xa5\ \x97\x9f\x00\x89\x7d\xdc\xfb\xe7\x57\x59\x78\xc1\x35\x34\x78\x93\ \xbc\x78\xcf\x3d\xd8\x97\x5e\xc6\x51\x2e\x17\x99\xd0\x5a\x7e\xf6\ \xfd\x11\xca\x1b\x4e\xe0\xba\x2f\x2c\x60\xe7\x2b\x0f\xf2\xe4\x9b\ \xbb\x30\xdd\x65\x9c\x78\xf6\xf9\x2c\x9c\x1c\x60\xff\xba\x67\x79\ \xe4\xc5\x8d\xa4\x2d\x81\xfc\xf2\x06\xca\x9c\x31\x76\xed\xed\xc1\ \x56\x31\x87\x4b\x2f\x39\x93\x22\x9b\xce\x86\xc7\xee\xe2\xf9\x6d\ \x3d\x08\x9e\x4a\xce\xbc\xe4\x8b\x4c\xf7\xd9\x10\xac\x61\x56\xfe\ \xf2\x66\xde\x2a\x69\xe2\xd2\x4b\x17\x33\x18\xea\xc4\x3d\x7d\x09\ \x30\xae\xcb\xf8\xf8\xcb\x9b\x49\x29\x25\x9c\x7b\xf9\x17\x70\xf4\ \xbc\xc1\x83\xcf\x6d\x21\x2b\x79\x59\xf6\xb9\x8b\x39\x6e\x4a\x21\ \xc2\x7b\xda\xa4\x82\x80\x28\x29\xd8\x55\x9d\x75\x4f\xff\x81\x3d\ \xae\xe3\xb8\x6c\x79\x2d\xb1\xce\xf5\xdc\xfd\x5c\x37\x5f\xb8\xe2\ \x1c\x0a\x27\x8e\xda\x0f\xed\x7d\x83\xfb\x1f\x7b\x9d\x84\xa0\x32\ \xdc\x1a\x61\xce\xbc\x71\x0e\x96\xd6\xb7\x9f\xe4\x89\x57\x37\x93\ \x94\x82\x2c\x3f\xfb\x62\x96\x36\x78\xb1\x3b\x0c\xde\x7c\xf4\x8f\ \x84\xde\xae\xe0\x33\x17\x5d\xc2\xac\xc0\x08\x0f\xac\x7c\x94\x3d\ \x03\x69\xaa\x66\x9f\xc8\x85\x67\x2e\xc6\x09\x74\x6d\x7c\x9e\x47\ \x5e\x58\x4b\x54\x08\x72\xc6\x17\xcf\xc3\xe5\x54\xd9\xf2\xd8\xed\ \xfc\x68\x7d\x11\x8b\xcf\xfb\x22\xc7\xd5\xe6\x01\xa0\xd8\x54\x22\ \x9d\x6b\xf9\xc5\x7f\xf6\x92\xcd\xda\x38\xfa\x8c\x0b\x38\x61\x46\ \x09\xa9\xce\xb5\xdc\xf5\xf0\x4b\x0c\xc6\x05\xea\x17\x9f\xc6\x79\ \x27\xcd\x46\x25\xc3\xe6\xe7\x1f\xe1\xf9\xb5\x7b\x10\xf2\x1a\xb8\ \xe8\x8a\x93\x51\x65\x09\x45\xb1\xa1\x75\xad\xe1\x37\x8f\xb5\xf0\ \xf9\xab\x2e\x64\xf8\xcd\x95\xec\x76\x2d\xe1\xc2\xa5\xf5\xf4\x6f\ \x7b\x9a\x27\xf6\xba\xb8\xfc\xf3\x4b\x58\xff\xd0\x1d\xbc\xb2\x3b\ \x0c\xa2\xc8\xa4\xb9\x27\x71\xee\xa9\xf3\x39\x94\xf5\x23\xd5\xbf\ \x93\xbf\xfc\xe5\x49\x42\x19\x91\x64\x7f\x3b\x8e\xa3\x8e\x41\x04\ \x46\xf6\xbd\xc9\x5f\x9e\x7c\x9d\xa1\xb4\xc2\x9c\x93\xce\xe7\x8c\ \xd9\x76\xee\xfd\xdd\x13\x4c\x3f\xfb\x8b\xcc\xa9\xb4\xb3\xff\xe5\ \xfb\x59\x93\xaa\x63\x49\xd1\x30\x7d\x11\x27\x02\x10\xed\x5c\xcf\ \x03\x8f\xbc\x48\x4f\x4c\x60\xe6\x29\x97\x70\xce\x51\xe5\x6c\x7a\ \xfe\x7e\x5e\x5c\xbf\x0f\x7c\xd5\x7c\xf6\x0b\x17\x33\xad\x58\x67\ \xcd\xe3\x7f\xe1\xd5\xad\x3d\xa8\xf9\x53\xb8\xe8\x8b\x67\x53\xee\ \x96\xfe\xa9\x31\x5b\x96\x05\x46\xda\x77\xb0\x7d\xc4\xc5\x69\xe7\ \x9d\x4d\xb9\x57\x21\xde\xbb\x8d\x27\x5f\x5d\x47\xd7\xa4\x12\x6a\ \x7c\x32\xfa\x47\xbc\xa5\xc5\x91\x54\x9a\xac\x24\x31\x9c\x1c\x21\ \x95\x8b\xe0\x92\x4c\xf4\xa1\x21\xe2\x5d\xfd\xe4\xc2\x69\xf2\x03\ \x55\x38\xf2\x6a\xe8\xcc\xaa\xec\xcb\xa9\xb4\x86\x0d\xa2\x11\x91\ \x4c\x5a\x26\x1e\xcf\xe0\x54\x54\xf2\xdc\x76\x5c\x66\x0e\x29\x1a\ \x26\xbc\x6b\x17\x43\x9b\xb7\x12\xd9\xb5\x0b\x21\x32\x42\x81\x4d\ \x40\xcd\x44\xf1\x98\x59\x02\xe8\x38\xb2\x69\xbc\xe8\xb8\x4d\x03\ \xa7\x6e\xe0\x15\x05\xc6\x42\xbd\x0c\x76\x77\x50\x57\x59\x41\x49\ \xd0\x8f\xa8\x67\xb0\xb2\x09\x82\x2e\x1b\x79\x1e\x07\x5a\x32\x8a\ \x6c\xe4\xc8\x44\x46\xf1\xda\x55\x02\x6e\x0f\xc5\x79\x79\x78\x5d\ \x2e\x24\xcb\x62\x28\xd4\x4b\x74\x74\x98\x6c\x32\x49\x46\x37\x08\ \xb8\x6c\x54\x97\x15\xff\x43\x89\x20\xfc\x4d\xbc\x22\xcb\x22\x2b\ \xa8\xbc\xb6\xfe\x5d\x1e\x78\x63\x23\xb1\xa2\x3a\xe4\x9a\x19\x3c\ \xb9\xa3\x93\x2d\xdb\x77\x72\xce\xc9\xc7\xe3\x96\x2c\x34\xe3\xc3\ \xfb\xdd\xb5\xf6\x55\xc6\x02\x0b\xb8\xf1\x9b\x17\xa0\xb5\xbc\xcd\ \x96\x30\x40\x82\xd6\x3d\x7b\x89\xe5\x26\x62\xa7\xfb\xf7\xd0\x1f\ \x49\x03\x26\xb6\x82\xa9\x5c\x70\xf9\xd5\x5c\x78\xc6\x5c\x7a\xde\ \x79\x88\xdb\x9f\xd9\xc7\x31\x9f\xbf\x9c\x15\x0d\xf0\xa7\x5f\xdf\ \x4e\x4f\xd6\xa0\x7d\xdb\x3a\x46\xf2\xe7\x72\xd5\x17\x3f\x47\x6a\ \xf3\x8b\x6c\x1a\x2d\xe6\xd2\x2f\x9d\x8b\xd0\xf2\x3c\xf7\xbf\xde\ \x0a\xc8\x34\x2e\x3a\x85\xab\xaf\xbb\x86\x79\xbe\x3e\xee\x7d\xf8\ \x15\x0c\x53\x46\x94\x82\xac\x38\xf7\x52\xbe\x78\xf1\x67\x29\x54\ \x12\xec\xd8\xfa\x2e\x23\x39\x89\xe4\x9e\xa7\xf9\xdd\xfd\x6b\x99\ \xfa\x99\xf3\xb9\xe8\xec\x15\x94\x7a\x1d\x14\x37\x2e\xe1\xd2\xab\ \xaf\xe3\xb3\x33\x6c\x3c\x7e\xdf\xc3\xc4\x60\x9c\xa6\xf3\xe0\x5e\ \x13\x53\x72\x51\x20\x65\xd8\xf2\xc6\xdb\x58\x40\x68\xcf\xdb\xb4\ \x27\x74\x5c\xef\x71\xa3\x84\x77\x73\xfb\xad\x0f\x60\x9f\x76\x32\ \x17\x9f\x73\x22\xa5\x6e\x19\x41\x91\x49\x76\xbe\xce\x9d\x4f\x6c\ \x63\xe1\xb9\xd7\x72\xce\x3c\x0f\x0f\xfe\xe1\x2e\x42\x39\x01\xc1\ \x94\x99\xb9\xec\x74\xae\xfe\xf2\x65\xcc\x28\xcc\xb2\xf2\xf7\x77\ \x30\x5a\xb8\x8c\x1b\xae\x3e\x87\xf0\x5b\xf7\xf3\xc8\x3b\x23\xe8\ \xa1\xd5\xfc\xe6\xee\x17\xa9\x5a\x76\x0e\x17\x9f\x7b\x1a\xf5\x79\ \x76\xb2\x39\x83\xfa\x65\x9f\xe5\xaa\xab\x2e\x63\x6e\xc5\x41\x3a\ \x26\xcb\x30\x90\x9c\x85\x2c\x3b\xf3\x42\xce\x9c\x1f\xe4\xd1\xdb\ \x7f\xc7\x96\x11\x13\x67\x59\x13\x67\x5e\x70\x25\x5f\x3a\x7b\x11\ \xdb\x9f\x7e\x80\x8d\x7d\x26\xa1\xb5\x0f\x70\xf7\xaa\x0e\x8e\xfe\ \xdc\xa5\x7c\xfe\xe4\xa5\x14\xdb\x05\x90\x64\x52\x7d\x1b\xb8\xe3\ \xae\xe7\x28\x9d\x7f\x2c\x15\x2e\x95\xfe\xce\x7d\xb4\x0d\x8e\x87\ \x70\xd2\xe1\x6e\xf6\x76\x0c\x62\x66\x23\x6c\x7a\x7b\x07\x35\x4b\ \xcf\xe4\x8b\x9f\x3f\x8e\x9e\x57\xee\xe6\xde\x17\x76\x1f\xb2\x88\ \x86\xb8\xff\xd6\xdb\x08\xf9\x66\x73\xc9\x85\x67\xd1\x58\xec\xc4\ \x12\x15\xf4\x58\x2b\x77\xfc\xf1\x19\xca\x96\x5e\xc0\x95\x67\xcc\ \xe4\xcd\x3f\xdf\xce\xa6\x01\x1b\x9e\xf4\x4e\xde\xda\xdd\x05\x58\ \xac\x5d\xbb\x99\x94\xbb\x98\x4c\xd7\x4e\x76\xb5\x8f\x80\xde\xcb\ \xed\xbf\xbe\x97\xdc\xe4\xe5\x5c\x76\xf1\xb9\x2c\x9c\x52\x4c\xc7\ \xea\x95\xfc\x65\x6d\x84\xb3\xae\xbc\x81\xa3\x0b\x47\xb9\xfb\xbe\ \xc7\xd9\xbf\x7b\x3d\x7f\x7a\xb6\x8d\xe3\x2f\xbe\x96\x4b\xce\x3a\ \x86\xa0\xed\x48\xf4\x5c\xc0\x22\x11\x4f\xe0\x2e\x2c\xa3\x24\xcf\ \x05\x82\x44\x5e\x69\x39\x01\x9b\x46\x3c\x9d\xe3\xe3\xea\x95\xe5\ \xda\x86\x26\x7a\x07\x06\xe8\x1f\x0b\x53\xaf\x89\x14\x16\x54\x33\ \x16\xea\xa6\xd8\x5f\x88\x43\x50\x09\x8f\xa6\xd8\xb0\x6d\x0f\x61\ \x9b\x8d\x31\x51\xc2\xec\x1a\xc0\x3e\x96\xc6\x57\x5f\x4e\x68\xa8\ \x8d\xf5\x2f\x3f\x4b\x85\x47\xa2\x38\xa0\x22\x61\x21\x20\x20\xe8\ \xd0\xb9\xab\x05\xbd\x3e\x8c\xa3\xb6\x8e\xd1\xd0\x08\x76\xa7\x8b\ \xfc\xe2\x7c\x04\x2d\x85\x6a\x57\xd0\x4c\x83\x4c\x3a\x0e\x86\x8e\ \xc3\xb2\xa8\x28\x2e\xc6\x9f\x5f\xc8\xc8\xc8\x28\xd1\xb1\x51\xb2\ \xc9\x28\x7a\x26\x83\x2c\xcb\xb8\x9c\x6e\x26\x95\x57\x10\x8f\x8c\ \xa1\x67\x33\xa0\x6b\xd8\xed\x2a\x95\xe5\x65\x78\x3d\x6e\x24\x59\ \xc1\x13\x28\xc0\xe5\xf6\x11\x4f\x66\xc8\xa4\x13\x0c\xf4\x76\x7d\ \x64\x88\xe0\x7f\x6d\x78\x44\x37\x90\x73\x49\x66\x36\xd5\xf1\xf8\ \x73\x2f\xf2\xc8\x9a\xad\x04\x82\x01\x36\x6f\xd9\xc6\x99\x27\x9d\ \xc0\x64\x6d\x98\xf5\xa3\xb1\x8f\x88\x35\x46\x78\x7d\xcd\x76\x9c\ \xcd\x5f\x20\x13\xb3\x51\xa2\x0e\xf2\xfa\xba\xfd\xcc\x3a\xce\x81\ \xcd\x66\x9f\xa0\xed\x14\x90\x55\x1b\xf2\x84\xd0\x82\xa4\x7a\x29\ \xad\x2c\xc4\x8f\xc6\x9b\xef\x6e\xa6\xf0\xe8\x8b\x58\x3a\x75\x32\ \x34\x7e\x8e\x2d\x6b\xbf\xc7\x96\xfd\xfd\x38\x55\x3b\x79\x45\x93\ \x28\xab\x9a\xca\x92\xb9\x95\x6c\xf4\x16\x53\x59\x39\x8d\xa3\xa6\ \xd4\xf0\x4a\xf7\x30\x50\xc9\xce\x8d\xaf\xf2\xf6\xbe\x21\x52\xc3\ \xc3\x24\xfc\x29\x72\x9a\x81\x20\xa8\x14\x96\x96\x92\x1f\xb4\x43\ \x5a\x44\x51\xed\xa8\x8a\xc5\x9e\x35\x9b\xc9\x9f\xb1\x82\xd3\x16\ \x4c\x39\x90\x84\xdb\xbd\xfa\x2d\x5e\xdc\xd0\x4e\x2e\xd1\x87\x96\ \xf0\x93\xe2\xfd\xb5\x33\x16\x5a\x0e\x6a\x96\x2c\xc6\xf3\xfa\x63\ \x6c\x1d\x33\x18\x6d\x1d\xa5\x79\xda\x29\x07\xd8\x03\x43\xed\xbb\ \x19\x50\x66\x72\xdd\xc9\x47\x91\xa7\xe8\x4c\xa9\xf2\x13\x31\x73\ \xb4\xb5\x6c\xa3\x6b\x64\x94\xb5\xcf\x3d\x88\x90\x19\x41\x33\xdc\ \x8c\x85\xd3\x80\x84\x2f\xbf\x90\xc2\x80\x97\xdc\x70\x1b\x5b\x77\ \xf4\xa3\x1a\x6f\x71\x7f\x2f\x8c\x64\x44\xf2\x46\x87\xd9\x17\x5e\ \x87\xd2\xb4\x94\x33\x96\x4e\x9f\x10\x54\x4e\x63\x98\x16\x9e\xbc\ \x62\x0a\x0b\x0e\xdf\xed\x18\x26\xf8\x4b\xea\x99\xd3\x50\x85\xbd\ \xe1\x74\x66\x6d\xfc\x2e\x9b\xda\x87\xa8\x2f\xea\xe3\x85\x27\x5e\ \x23\x92\xc9\x30\x16\xcb\x91\x19\xed\x67\xdb\xa6\xed\xd4\x9f\x78\ \x29\xcb\x66\xd6\x1f\x98\x3b\x49\x8b\xf2\xe8\x2d\xbf\xe5\xb8\x8b\ \x6f\xe4\xfc\x25\x93\x00\x1d\x51\x56\x50\x27\xa8\x65\x05\x49\xc1\ \xa6\x8e\x2b\xd3\x48\x0e\x3f\x93\x6a\x6b\xa8\xae\x76\x73\xe1\x29\ \x1b\xf9\xaf\xcd\x9b\x89\x9d\xdc\x8c\x17\xd0\xfa\xda\x68\x1f\xf2\ \x70\xe1\xbf\x9c\x44\x55\x50\x64\x46\x73\x39\x7d\x39\x83\xbe\x8e\ \x56\xda\xba\x46\x31\xd7\x3c\x4d\xa7\x95\x22\x9b\x33\x89\xa7\x45\ \xe6\x2d\x9d\xc3\xda\xb5\x7b\xc9\xcc\xc9\xd1\x96\x70\x73\xf6\xc2\ \x4a\xac\xa7\x44\x1c\x76\x95\xa1\xfd\xeb\xe8\x74\x36\xf3\xed\x33\ \x96\x50\x2e\x8d\x87\x87\x9e\xde\xb5\x83\xc1\x11\x99\x17\x1f\x5e\ \x49\x36\x3a\x42\xda\x28\x40\x72\x57\x33\x67\xb2\xc1\xaa\x67\x9e\ \xe7\x94\x53\x4e\xa5\x54\x39\x52\xdd\x64\x98\x16\xc1\xb2\x3a\xea\ \x1d\xe3\xa2\x32\xaa\x02\xe0\x62\xca\x9c\x85\x14\x14\x78\x51\x14\ \x09\xc8\xa2\x7f\xc8\x21\x1b\xd9\xeb\x0d\x90\xd3\x74\xc6\x46\x93\ \xc4\xc6\xe2\x60\x1a\xf4\xf7\x75\x51\x56\x51\x8d\x28\x83\xcb\xed\ \xc0\x26\x5a\x4c\xaf\x2e\x47\x09\x04\x49\x85\x86\x31\x07\xfa\xd9\ \xb3\xbe\x95\x86\x62\x07\x4b\x67\x55\xe2\x15\xb3\xc8\x46\x8e\xe8\ \x58\x94\xe1\xe1\x38\x2e\x6f\x21\xb5\xa5\xe5\xe4\xf9\xdd\xe4\xdb\ \x44\xca\x1a\x6b\xc8\xe9\x06\x9a\xa9\x61\x65\xe2\x48\x86\x4c\x2e\ \x99\x43\xcc\x8a\x14\x17\xe6\xa1\x3b\x5d\x74\x0f\x86\x70\x7b\xfd\ \x0c\x8f\x25\xe8\xea\xea\x25\xe8\x77\x63\x77\xba\xc9\x64\xd2\x64\ \xe2\x49\x54\xbb\x8b\x2c\x39\x0a\x83\x01\x3c\xb6\xbc\x71\x45\x1d\ \x2c\x32\x99\x0c\x0e\x8f\x87\x74\x36\x43\x71\x61\x1e\xc7\x1f\xb3\ \x98\x1d\xbb\xf6\x60\xe6\xd2\x7c\xda\x4e\x44\xe6\x2c\x81\xdc\x60\ \x17\xf3\x9b\x82\x64\x8f\x3f\x8e\x67\x5f\x79\x1d\xad\x75\x3f\x27\ \x1c\xbb\x8c\xd9\x6e\x83\x4c\x7b\x0b\xba\x52\x7a\x08\xfd\xeb\x41\ \x4b\xec\xdf\xca\x8e\x50\x0a\x8f\xba\x86\xbb\x3a\x05\x74\x53\xa6\ \x73\xdd\x3b\xc4\x17\xcd\x03\xb2\xc4\x72\x26\x30\x2e\xe5\x64\x4d\ \x88\xeb\x99\x86\x7e\x20\x06\xac\xc8\x32\xd9\x44\x6a\xfc\x4f\x4d\ \x23\x9d\xb6\x50\x15\x79\xc2\xd1\x35\x26\x80\x43\x20\x97\x1d\x8f\ \x95\xcb\x02\x28\xaa\x8d\x91\x8d\x0f\xf3\xe7\x57\xba\xf8\xca\xf7\ \xbe\x86\xf0\xee\x83\xdc\xb1\x5e\xc3\x04\x4c\x4b\x47\xb3\x3e\xe8\ \x7f\xc8\xb2\x40\x36\x99\x1a\x4f\x2c\x03\xe9\xee\xb7\xf9\xdd\xca\ \x35\x9c\xf9\xb5\xef\x33\xdf\x5c\xcd\xcd\x7f\xdc\x8c\x6e\x8d\x3f\ \x53\x14\xc7\x55\xb8\x4d\xd3\x42\x42\x03\xdf\x6c\xe6\x95\x3d\xc9\ \x9a\xe7\x9f\x42\x8b\x3a\x39\x6a\x56\xdd\x81\x3b\xab\x8a\x02\x99\ \x18\x29\x1d\xf2\x14\x30\x27\x94\x50\x44\x04\xdc\xe5\xb3\xb8\xe8\ \x8a\xf3\x71\xa3\x21\xaa\x76\x5c\x76\x8d\xbd\x9a\x86\x36\xb1\x3d\ \x15\x05\x01\x41\x0d\xb0\xf4\xf4\x8b\x58\x5e\xef\x46\x33\x45\xdc\ \x2e\x27\xbb\x9f\x7a\x92\x74\x46\x43\x83\x09\xd0\x16\xb0\x4c\x63\ \x3c\xd6\xfe\xc1\xcc\xd3\xc1\x1c\x8b\x96\x21\x9d\x12\x29\x13\xfa\ \xb9\xef\x8f\x77\x92\x9b\x7f\x35\xd7\x2d\xf6\x71\xe7\x4f\x6e\x45\ \xb7\xc6\xc7\x20\x99\x3a\x34\xde\x6e\x62\x48\x4e\xe6\x2c\x5f\xcc\ \xe0\xa6\x55\xbc\x73\xd4\x74\x16\x4d\x72\x22\x09\x02\x89\xf8\xc4\ \x78\x8f\x13\x7b\x1f\x3a\x94\xe3\x51\xf6\xac\x86\x20\x4a\x07\x2a\ \x56\x24\x45\x41\x30\x53\xc4\xb2\x3a\xa0\x8e\x93\xf0\x5b\xe3\x15\ \x62\x8a\xaf\x9a\xb3\x2e\xbe\x92\x6a\xa7\x89\x25\x2a\xd8\x5d\x0e\ \xe4\x82\x79\x14\xbc\xf4\x28\xf7\x3f\xdd\x85\x58\x39\x9f\xa9\x4e\ \xd8\x32\xf1\x18\x49\x56\x31\x32\x19\x74\x8d\x03\x72\x75\x82\x25\ \x50\xd8\x74\x0c\x57\x5c\x71\x2c\xe8\x1a\x92\x62\xc3\x61\x57\xb9\ \xea\x5b\x3f\x60\xcf\xdb\xcf\x73\xdb\x7f\x7d\x9f\xce\x6b\xbe\xcf\ \xe7\x67\xfd\x73\xc7\xc4\x2d\x0b\x14\xa7\x1b\xb9\xb7\x93\xcd\x6b\ \x47\x90\x65\x69\xfc\x7b\x24\x08\x8c\x6d\xdb\x88\x6e\x09\x14\x56\ \xd6\x53\x55\xe0\x9c\x10\x46\x38\x04\xb4\x37\x6f\xda\x09\x08\x48\ \xf8\xc9\xa4\x25\x32\x39\x83\x78\x36\x4e\x46\xcc\x80\xd3\x20\xe0\ \x97\x98\x53\x5f\x4a\x79\x79\x90\x58\x64\x8c\x88\x35\x8a\xab\x58\ \x24\xdf\x13\xa0\xb6\xd8\x85\x03\x1b\xe9\xb1\x7e\xb4\x74\x16\x2d\ \x93\x66\xe6\xec\x99\xec\x6e\x09\x91\x89\xa5\x88\xef\xeb\x27\xdc\ \xdf\x83\xdd\xe1\x43\x94\x14\x2c\x4c\xa2\xf1\x28\x55\xb5\x55\xf8\ \x65\x1b\xa3\xb1\x14\x23\xbd\x9d\xe8\x92\x83\x70\x34\xc9\xfe\x9e\ \x75\x68\x96\x80\xdb\x9f\x4f\x2c\x11\x45\x93\x41\x55\x1d\xc8\x92\ \x8a\x27\x50\xc0\xde\xad\xdb\x08\x0d\x0c\x50\xe0\x1d\x17\x61\x10\ \x10\xd0\x4d\x1d\x67\x26\x47\x3a\x9b\x23\x9a\x48\x22\xc8\x36\xea\ \x27\x57\xd3\x30\x6d\x0a\xba\xf1\xe9\x3a\x5c\x63\x58\x16\x99\xac\ \x86\xd9\xbb\x8f\xa5\xe5\x0d\x04\x4f\x3f\x89\x44\x26\xcb\x9c\x42\ \x37\x42\xdb\x26\x74\xc3\x24\x63\xe9\x1f\xc2\x23\x6e\xf0\xf6\xaa\ \xe7\x50\xe7\x9c\xcf\xf7\xbe\x74\xdc\xf8\xf7\x39\xbd\x9f\x1f\x7c\ \xe3\xa7\x3c\xd7\xb6\x88\xe9\xe5\x2e\x9e\xb8\xf3\x2e\x8c\x05\xf9\ \xec\xec\x89\x33\x17\x70\x94\x95\xa3\x64\x9e\xe1\xfe\xfb\x9f\x62\ \x7a\x4d\x1d\x33\x97\x9e\xc0\xea\x3f\x3c\xc2\x3d\x4f\x46\x50\x7b\ \xd7\xd3\x15\x9c\xcf\xe5\xf5\xc5\xbc\xf5\x52\x8c\xb4\xd3\x98\xc0\ \xa2\x14\x19\x75\xe2\xf7\x6c\x9a\x94\xa5\x61\xf3\x06\xb0\xb3\x9d\ \x7d\xbb\x77\x20\x75\x85\x48\xeb\x93\x91\x3c\xc5\x14\xfb\x2c\x9e\ \x7d\xf0\x61\x52\xd3\xea\x98\x3d\xdd\x89\x96\x49\x92\xc9\x5a\x2c\ \x3c\xf1\x78\x1e\xbc\xf9\x21\x7e\xb7\xd2\xa0\xb1\xc0\x4b\x41\xa1\ \x49\xc0\x09\x9d\x2d\x3b\x70\x5a\x5d\xc4\xb3\x06\x82\x00\xbe\xa0\ \xc2\xde\xcd\xeb\x18\x59\x71\x1a\x1e\x35\xcc\xda\xf5\x3b\x58\x5c\ \x35\x9f\xa3\x4f\x5c\xcc\x7f\xfc\xf0\x16\x84\x39\x57\x73\x5d\xc9\ \x41\x8f\x2e\xbf\x69\x3e\x73\x8a\x5f\xe7\xf7\xbf\xbb\x9b\x13\x67\ \x17\xf2\x6e\xdb\x28\x93\xe6\xdb\x98\x32\xf7\x38\x2a\x9e\xbd\x95\ \xbf\x3c\xee\x63\x6a\x91\x03\x67\x41\x0d\x47\xcf\xad\xa7\xa2\xb2\ \x84\x97\x5e\x7e\x86\xa7\xb2\x7d\x34\x4e\x6f\xe0\x84\xc5\x01\x5e\ \x7c\xf4\x21\x58\x3a\x05\xd1\x14\x99\x75\xdc\x71\x34\x2e\x3c\x89\ \xe0\xab\x7f\xe0\xd6\xbb\x55\xa6\x96\x38\x29\x9b\xbd\x90\x9a\xca\ \x0a\x5e\x7d\xf9\x71\x9e\x34\x67\x50\xde\xbc\x80\xb9\xd5\xc1\x09\ \x80\x93\x18\xed\xde\xc1\xaa\xd7\x5e\x27\xba\xfd\x35\xda\xd5\x59\ \x5c\x3c\xad\x8a\xe7\x5e\xb3\xd3\xda\xd3\xc2\xce\x3d\x1e\x06\xa3\ \x69\x6a\x25\x2f\x4b\x8e\x5d\xce\x0b\xbf\xf9\x33\x7f\xb4\xfa\x29\ \xf3\xb9\x98\x3a\xbf\x9e\x4c\x3a\x43\xc3\xd9\x57\xb2\x24\x74\x1f\ \x37\xdd\x72\x0b\xf9\x37\x7f\x8b\x99\x33\x66\xf0\xec\x1f\x1f\xe6\ \x81\x60\x02\x6d\xcf\x3e\x72\xe2\x42\x04\x41\x46\xca\xf5\xf3\xca\ \x33\xcf\x90\xae\x82\x57\x5f\xec\x63\xd1\xf9\xe7\x1d\xd8\x71\x88\ \x25\x53\x38\x7a\x4e\x80\x07\x7f\xff\x7b\xe2\xc7\x4d\x63\xef\xbb\ \x5d\x68\x4d\x22\xe5\x53\xe6\x31\xb3\xf8\x79\x1e\x7c\xe0\x09\x8e\ \x6e\xca\x47\x70\x15\xb0\x60\xf1\x5c\xbc\xc1\xe9\x2c\x2c\xbf\x97\ \xef\x3c\xda\xce\xd7\x7f\x7a\xfe\xf8\xde\x27\x9b\x26\x91\xcc\x90\ \x57\xbb\x94\x05\xee\x97\xb9\xf3\xd6\x7b\x58\xd2\x5c\x8c\xa7\x62\ \x36\x0b\x97\x2e\xe7\x8d\x3b\x5e\xe0\xc1\xe7\x4c\x2a\x9d\x22\x45\ \xf5\x33\xa9\x2f\xc8\xb1\x66\xcd\x5e\xfc\x79\x5e\x82\x6e\x9d\x68\ \x26\xc7\x3f\xbb\x09\x82\x80\x9e\x49\x10\xea\x0b\x91\x31\x92\xb4\ \xee\xed\x21\x38\xa9\x91\x42\xb7\x88\xa6\x19\x18\x96\x88\xe8\xab\ \x62\x52\xa1\xeb\x3d\xc1\xb8\x03\x26\x4d\x29\xce\xff\xbe\x81\x03\ \x43\x08\x90\xd1\x44\xba\x07\x07\x48\xea\x39\xaa\x1b\x26\x51\x31\ \xa9\x82\xb6\xfd\x7b\xd0\x46\x07\x48\x77\xb5\x60\xf5\xb6\x31\x39\ \x4f\xa5\x24\x4f\xc6\x4a\xf6\xe3\x96\x52\x94\x17\xb8\x31\xb4\x14\ \x08\x20\xa9\x4e\x44\xbb\x87\xbe\xd1\x28\x0e\x8f\x9b\xda\xea\x22\ \x1c\x76\x85\x48\x38\x42\x7c\x2c\x86\x68\x1a\xe4\xb2\x19\xf2\xfc\ \x6e\xec\x76\x3b\xe9\x64\x9a\x91\xe1\x30\xa1\x91\x30\x6d\x03\xc3\ \xf4\x0d\x0c\x91\xd5\xc7\x3d\xb6\x64\x32\x8e\x69\x1a\x18\xa6\x89\ \xea\xf0\x70\xcc\x09\x2b\x58\xf3\xce\x3a\x62\xe1\x10\x96\x91\x43\ \x33\x0c\xa2\x89\x18\x82\x28\x13\x4d\x24\x08\x16\x16\xe0\x76\x7b\ \x71\x38\x1d\xd4\xd6\x4e\x66\xee\x51\x0b\xb1\x05\x0b\x3e\x50\x3e\ \xa3\xaa\x2a\x6f\xae\x5e\x4d\x28\xd4\x47\x7e\x7e\xc1\x41\x59\xa6\ \xf7\xe0\xcd\x30\xa8\xaf\xab\xa5\xaa\x7a\xd2\x81\x93\x9b\xef\x17\ \x24\x8e\xc5\xa2\x38\x1c\x0e\x3c\x5e\x1f\xd6\x04\xd9\x55\x2c\x1a\ \xc1\xe7\x0f\xa0\xa8\xea\xdf\x6d\xa2\x35\xc3\xa4\x65\xf3\x5a\x46\ \x46\xc3\x84\x06\x42\x58\xe9\x18\x72\x3a\x46\x68\xff\x1e\x42\xd1\ \x04\xed\x09\x9d\xbc\x63\xcf\xa2\x7c\xc6\x02\x0e\x53\x5a\xb3\x32\ \x8c\x0e\xeb\xcc\x3c\x6a\x11\xc5\xfe\x09\x62\x7d\xc5\x4f\xd0\xa9\ \x62\xa9\x95\x7c\x66\xc5\x5c\x8c\x91\x4e\x3a\x06\xe2\x94\x4d\x3b\ \x9a\xa3\x67\xd7\xe3\xf5\x97\x33\xb9\xd8\x45\x77\x6b\x3b\xba\x23\ \x8f\xd9\x8b\x96\x32\xab\xca\x43\xfb\xde\xbd\xe8\x79\x53\xb9\xe0\ \x0b\x9f\xa3\xc8\x21\x62\x22\x50\x50\x5e\xc3\xa4\x42\x37\x08\x02\ \xc1\xf2\x1a\xaa\x8a\xfd\x08\x82\x88\xbf\xb8\x82\xc6\x19\xf3\x99\ \xe4\x33\xd8\xb7\x6b\x2f\x71\x31\xc0\x82\x25\x4b\xa8\x2f\x2f\xa2\ \x61\x72\x05\xb1\xde\xfd\x8c\x68\x36\x26\x37\xd4\xe1\x77\x7b\xa9\ \x9c\x54\x43\x5e\x41\x35\xb3\x9a\x8b\x18\xd8\xdf\x4a\x7f\x34\xc7\ \xa4\xd9\xc7\x72\xfc\xcc\x42\x3a\x76\xed\xa0\x2f\x6e\x63\xc6\x51\ \xc7\x30\xbd\xa6\x94\xe2\xca\x2a\xcc\x78\x82\xe0\xe4\xa9\x4c\xad\ \x2f\x26\x11\x33\xa9\x6e\xa8\xc4\x1b\x74\xd2\xb6\x69\x2d\x25\xc7\ \x5d\xc8\xc2\xea\x43\x28\xfe\x25\x0f\x33\x67\x4f\x83\xb1\x1e\xf6\ \xf7\x8c\x50\xd8\xb4\x90\xa5\xf3\xa6\x10\xcc\x2f\x67\x66\x73\x25\ \x23\x5d\x2d\xf4\x0d\x27\x09\x94\x56\x33\xb9\x2c\x8f\xb2\xea\x7a\ \x1c\xc9\x10\x1d\x83\x09\x0a\x6a\x67\x72\xcc\xd2\x45\xf8\xb4\x01\ \x5a\xdb\xfa\xd0\x6d\x7e\x6a\xea\x6a\xf0\xfa\x4a\x98\x39\xbd\x9a\ \x70\x67\x2b\xbd\xe1\x34\x79\x95\x4d\xcc\x9f\x37\x15\x67\xa6\x9f\ \xf6\xfe\x38\x45\xd5\x8d\x54\x04\xc7\xeb\xc0\x6d\x1e\x3f\x36\x29\ \x4b\x6f\x77\x3f\x62\xf1\x74\x2e\xba\xe0\x0c\x8a\x3d\x6e\x1a\xea\ \x6b\x48\xf5\xb5\xd2\xda\x3b\x46\xf1\xb4\xa3\x58\x38\xa3\x8e\xc2\ \x8a\x46\x9a\xab\x5c\xf4\xb4\xee\x27\x9c\x95\xa9\xaa\x6f\xa0\xc0\ \xe5\xa0\xa4\xb2\x86\xa6\xe9\x33\x29\xc8\x0d\x92\x74\x94\xd1\x34\ \x6d\x16\x55\x41\x83\xb6\x96\x76\x0c\xef\x24\x8e\x5d\x7e\x0c\x93\ \xbc\x1a\xeb\xde\x58\x0b\xc1\x22\x8c\x8c\xc1\xcc\x15\x67\x73\xfa\ \xc2\xc9\x87\x54\xad\x28\xd4\xcd\x9a\x45\x40\x1f\x65\x5f\x5b\x2f\ \xb6\x92\xe9\x2c\x3f\x7a\x2e\xc5\xc1\x02\x66\xce\x6c\x22\x33\xd4\ \x41\x67\xdf\x28\x4a\xb0\x8c\xba\x49\xa5\xa8\x40\x71\x49\x10\x6f\ \x79\x13\x4b\x17\x4e\xc3\x29\x01\x82\x80\xb7\xa4\x8a\x49\x65\xa5\ \x4c\x9f\x35\x0d\x73\xa4\x83\xf6\xd0\x18\x8e\xbc\x4a\x66\xcc\x9e\ \xc7\xb4\x2a\x2f\x3d\x6d\xad\x0c\x47\x75\x4a\x26\xd7\x53\xe2\xd6\ \xd8\xbd\x65\x0b\xad\x7d\x11\x6a\x17\x9d\xc9\x59\x8b\xeb\x0f\x53\ \x41\xfa\xb4\xd9\xc8\xf0\x10\x1e\x8f\xf7\x00\x66\xe8\xba\xce\xf0\ \xf0\xf0\xe1\x0c\xa8\x96\x85\xea\xca\xa7\xb9\xa9\x8a\x58\x6f\x27\ \xe1\xa4\x86\x3d\xaf\x92\x65\x27\x9c\xc0\xfc\x19\x4d\x34\x36\xd4\ \x53\x12\xf8\xd0\xa3\xec\x39\xe1\xe2\xe5\xc7\x59\x93\xab\x6b\xc9\ \xe4\x14\xec\xaa\x40\x67\xe7\x6e\xf6\xb5\x6c\xe5\xc4\x93\x57\x70\ \xd1\xa5\x97\xf0\xf0\xfd\xf7\xd3\xbb\x6b\x17\xd5\x3e\x27\x65\x4e\ \x99\xb2\xc9\xa5\x28\x1e\x1b\xb1\xf0\x10\x46\x26\x81\x96\x49\x60\ \x99\x16\x82\x64\x67\x34\x96\xa1\x6f\x34\x4d\xcf\x48\x1c\x55\x55\ \xc9\x73\x98\x18\xb9\x1c\x18\xe3\x25\x2c\xe1\x70\x14\x87\x4b\xa2\ \xb0\x34\x40\x49\x45\x35\xf1\x94\x41\x7b\x7b\x1f\x8a\xaf\x88\xac\ \xcd\x4d\x32\x6b\xd2\xdd\xdb\xcf\xc0\x60\x3f\xb9\x54\x1c\xbf\xdb\ \x8e\xaa\x4a\x14\x95\x4e\xe2\xc6\xef\xde\xc4\x5d\xf7\xdc\x87\xa2\ \x45\x10\x8c\x0c\xaa\xcd\x86\xac\xaa\x08\x08\x84\xc7\x22\x88\x92\ \x4c\x2e\x97\xc3\xe3\xf5\x32\xd8\xdf\x4f\xcd\xd4\x19\x5c\xfe\x8d\ \xef\x91\x49\xa5\x0e\xeb\xf1\xff\x2f\xb9\xb1\xbf\x55\x1c\xac\xb7\ \x65\x17\x91\x91\xa1\xf1\x78\xfd\x44\x58\x82\x09\xf5\x73\xbb\xdd\ \x41\x65\xd3\x74\x1c\x4e\xe7\x3f\xe1\x7e\x33\x43\xe7\xde\x6d\x6c\ \xdf\xbc\x99\x2d\x83\x1e\xae\xba\xf6\x22\x8a\x1d\xff\x84\x2e\x5c\ \xbc\x95\x9b\xbe\xf9\x6b\x96\x7c\xed\x27\x2c\x9b\xe4\x39\x52\x5a\ \xf7\xff\xc1\xfe\x3b\x72\x63\x82\x28\x61\xa4\x86\x58\xfd\xdc\x0b\ \x74\x0b\x15\x7c\xf6\xb4\x45\x84\xb7\xbe\xca\x3b\xbd\x4e\x4e\x3b\ \xf5\x18\x02\x2a\x1f\x1a\xe6\x04\x12\xb2\x58\x31\x95\xc9\xc7\x2c\ \x47\x94\x1d\x78\x44\x1d\xd7\x46\x37\x7a\x26\x45\x65\x5e\x09\x4a\ \xda\xc2\xa7\x78\x78\x6d\x5f\x1b\x11\xa7\x84\x6f\x6e\x03\x1d\x3d\ \x9d\x78\x82\x3e\x8a\xf2\x83\x28\x1e\x1f\x89\x48\x84\xc1\xc1\x21\ \x46\xc3\xc3\x24\x34\x0b\xcd\x14\x50\x15\x48\xa6\x63\x14\x07\x0a\ \x48\xa7\x74\xfa\x7a\x86\x48\x25\x33\xe8\x3a\x94\x94\x39\x28\xb5\ \x15\xa2\x99\x1a\xde\xa0\x9f\x32\x43\x20\xa9\x89\xd8\x14\x91\x44\ \x22\x8e\x43\x31\x71\xa9\x16\x66\x2a\x47\x32\x9a\x25\x96\x83\xc9\ \x55\xd5\xa8\xa4\x09\xf5\xb6\x11\x1f\x1b\xc4\xa1\x88\xd8\x1d\x4e\ \xca\xab\x2a\xb1\x4c\x70\xf9\x03\x64\x73\x59\x92\xf1\x18\x5a\xd4\ \x42\x33\x0d\x02\x79\x79\x58\x9f\x32\x42\x6d\x49\x14\xa8\x6a\x9c\ \x4a\xd5\x91\xef\xc5\x87\x98\xc9\x48\x5f\x07\x03\x66\x19\x17\x5d\ \xbc\xe2\x9f\x13\xb0\x01\x6c\xf9\x1c\x77\xfa\x69\x94\xf8\x8e\x48\ \x0a\xfd\x23\x9b\x28\x40\x34\x3a\x86\x99\x3f\x85\xcf\x1d\x3d\x8f\ \xa0\x4d\xa0\xf0\xa8\xe3\x51\x5b\xba\xb1\x74\x8d\x89\xcc\xe4\x87\ \x9a\x5c\xbb\x64\x05\x11\xa7\x0f\x8f\xcb\x89\x28\xeb\x14\x95\x57\ \x52\x57\x59\x43\x75\xb0\x04\x5b\x56\xc2\x29\x7b\xb0\x44\x3b\x69\ \xd1\xe4\xdd\x8e\x6e\xca\x8b\x0b\x59\x50\xdf\x88\xa4\x3a\x30\x73\ \x1a\x36\xa7\x8a\xcb\x2d\x82\xe4\x45\x4a\x24\x48\x0e\x8f\x10\x1e\ \x1e\xa1\xb0\xb4\x90\x86\xe6\x66\x4c\xcd\x20\x10\xec\xa2\xbf\x6f\ \x18\x59\x06\xd5\x69\x62\x49\x32\xf1\x64\x02\x9b\x20\xd3\xd6\xdd\ \x43\x47\x57\x88\x40\x9e\x0f\x41\x71\x62\x66\xb3\x14\xf8\x6c\xcc\ \x6a\x98\x86\x68\x6a\xc4\x63\x09\xa6\x37\x4d\xa2\x28\xe0\x62\x5a\ \xe3\x64\x7a\x43\x2a\xb1\x58\x14\x0b\x81\xa1\xd1\x31\x44\x49\x26\ \x32\xd6\x4b\x30\x3f\x88\x6e\x81\xc3\xa6\x32\x1a\x8a\x30\x3a\x16\ \x9e\x48\x54\x1d\xb1\x7f\x8e\x20\xa1\x93\xb9\xc7\x9f\xc7\xdc\x7f\ \xf6\x71\x50\x03\x2c\x5a\xb1\xe2\xc8\x7a\xf8\x47\xcf\x4f\x19\x06\ \x9e\xa2\x5a\x4e\x28\x95\x11\x4c\x9d\x9c\x36\x1e\xba\xaa\x6e\xa8\ \xc3\x34\x8c\x8f\xf2\xb2\xc7\x41\x3b\x98\x5f\x80\x80\x40\x2e\x67\ \x30\x98\xcb\xe1\xab\xac\x41\xd8\xdf\xc6\xde\x9e\x21\xaa\xa7\x5b\ \xa4\xf4\x14\x3e\x45\x66\xe1\x94\x26\x04\x29\x43\x69\x49\x1e\x42\ \xc6\xa2\xbf\x3f\x84\xdf\xed\x25\xcf\x17\xc0\xf0\x8b\x08\x62\x14\ \x03\x19\x35\x12\x27\x36\xa6\x93\x17\xc8\xd2\xb3\x77\x37\x68\x26\ \xb9\x44\x0a\xaf\x0b\x12\xe9\x24\x6e\x67\x3e\xa5\xa5\x15\xd8\x5d\ \x0e\xda\x3a\xbb\xc9\x66\xa2\x78\x1c\x39\xfc\x0e\x0b\xa7\xd7\x4e\ \xb5\xe2\xc4\x4a\x8f\xe1\xb7\xc7\x11\x6d\x4e\x6c\x75\x53\x88\x18\ \x59\x1e\x7f\xfa\x11\x0a\xf3\x14\x22\x19\x3f\xd1\x2c\xe8\x19\x03\ \x9b\xe5\x62\xfa\x94\x69\x44\xa3\x23\x38\x7d\x4e\x64\xbb\x83\xad\ \x3b\x5a\xe8\x8b\xab\x58\xae\x12\x3e\x75\xa7\x6b\x8e\xd8\x11\x3b\ \x62\x9f\x1e\x3f\x83\xf1\xd2\x5a\x41\x94\x90\xdf\xa7\xd4\x2e\x58\ \x26\xc6\x47\x9c\xb7\x90\x55\x0c\x44\x53\x04\x4b\x24\x67\x53\x49\ \xca\x22\xae\xca\x5a\x06\xbb\x5a\x88\x48\x06\x69\x21\x83\xd7\x2e\ \x62\x4b\x26\x71\xe5\xb9\x99\x3f\x7d\x16\xd1\xe1\x61\x12\x83\xc3\ \xf4\x77\x77\xb3\x2f\xb2\x83\x4c\x4e\x23\xad\x69\x24\xd2\x29\x52\ \xba\x86\x2c\x43\x61\x30\x48\x63\x45\x25\x82\x69\x90\xd2\x35\x24\ \x87\x93\x74\xce\xa0\x3f\x3c\x4a\x5b\x7b\x37\x4e\x97\x83\xa2\xa2\ \x7c\xdc\x2e\x3b\xdb\xde\x7d\x97\x9a\xaa\x12\xaa\x26\x37\x60\x17\ \x4d\x72\xc3\x1d\xf4\xed\xdf\x83\x6c\x2f\xa1\x2d\xd4\xc7\xba\x96\ \x10\x22\x26\x97\x9c\xbd\x02\x3d\x39\x4c\x64\x70\x08\xc5\x70\x12\ \xcc\x77\xb0\x7f\xcb\x0e\x12\xe9\x31\x4a\x6a\x2b\x90\x7d\x41\x92\ \x82\x1d\x29\xaf\x96\xf6\xa1\x2c\x47\x1c\xed\x23\x76\xc4\x8e\xd8\ \x3f\x2e\x6a\x0b\x48\xa2\x45\x22\x3a\x46\x22\x93\xe3\x40\x9d\xa6\ \x65\x21\xd9\xdd\xf8\x3d\x4e\x84\x0f\x39\x75\x21\x4b\x8a\x1d\xc1\ \x04\x4c\xb0\x04\x0d\xdd\xd0\x71\x39\x9d\xe4\x14\x3b\x82\x25\xe2\ \xf1\x78\x51\x1c\x36\x54\xb7\x8b\x84\xae\xf1\xce\xa6\x4d\x4c\x2a\ \x29\xa2\xb4\xbc\x84\xee\xb6\x76\x6c\x36\x11\xd5\x66\xc3\x96\x15\ \x29\x2a\x2e\xa0\xad\xaf\x0f\x87\x53\xa5\xb3\x67\x18\xb7\x60\x52\ \x52\x90\x8f\xd3\xe7\xc7\x10\x64\x92\xd9\x28\xe9\xac\x4e\x61\x51\ \x09\x15\x55\xe5\x58\x82\x49\xb2\x2b\x49\xd0\x9f\x47\x7f\xef\x20\ \xc3\x63\x39\x6c\x92\x40\xa9\x47\x26\x58\x52\xcb\x68\xc6\xa2\xb8\ \x64\x12\x72\xcb\x08\x7e\xa7\x88\x0b\x8b\xf9\x55\x5e\x6c\xa3\xbd\ \x74\xb5\x0f\x90\xcb\x0e\x91\xb2\xa0\xac\xb6\x92\x6c\x64\x10\xc5\ \xe5\xe2\xf8\x65\xc7\x10\x5b\xb5\x11\xaf\xd7\xf3\xa9\xe3\x1e\x39\ \x62\x47\xec\x88\x7d\x5a\x00\x5b\x44\x26\xcb\x9e\x75\x6f\xf0\xd6\ \xd6\x2e\x2c\x59\x46\x9c\xf0\xb6\x4d\x5d\x23\xd0\xb8\x98\xd3\x8e\ \x9e\x8e\x8a\xf6\x81\x80\x81\x6c\x08\x22\x82\x60\x21\xca\xe3\x09\ \x3c\x15\x18\x1b\x0a\x33\x3a\x1c\x46\xb0\xc6\x6b\x06\x73\xa6\x45\ \xd2\xd0\xb1\x5c\x32\xb6\x80\x87\xe1\xd8\x18\x36\x4c\x1a\x9a\x26\ \xa1\x67\xd3\xa4\xe2\x71\xe2\xe9\x1c\xa3\x89\x0c\xb2\x2c\x91\x33\ \x65\x42\x5d\xa3\xa8\x7a\x86\x44\x32\x87\xea\x8a\x91\xd1\x75\x52\ \x9a\x46\xd6\xd4\x31\x65\x07\xed\x3d\x9b\xe9\xe9\x6e\xa3\xa4\xa4\ \x80\x05\x73\xe6\x30\x10\x1a\xc6\x5f\x32\x99\xbc\xbc\x02\xbc\xb2\ \x89\x95\x4d\x90\x2f\x3a\xd8\xdc\x35\x8a\xa6\x09\x38\x55\x07\x72\ \x2e\x47\x99\xd7\x41\xae\xcc\x8b\x11\x1e\xa1\x20\xcf\x83\xcb\xe3\ \xc5\x93\xef\xc7\x96\x1f\x60\x34\x93\x25\xd1\xb5\x83\x22\xc2\x54\ \xfa\xc4\x23\xc2\xbe\x47\xec\x88\x1d\xb1\x7f\x48\x93\x24\x91\xb1\ \xce\x5d\xbc\xb5\x63\x8c\x85\xa7\x9c\x43\x75\xe0\xd0\x2a\x36\x0b\ \x41\x56\x91\x2d\xfd\x43\x4f\x37\xcb\x86\x61\xa2\xeb\x3a\x82\xa0\ \xa3\x09\x1a\x48\x02\xb2\x2c\x63\xe8\x06\x99\x4c\x0e\x49\x56\xc9\ \x1a\x26\x9d\xfd\x7d\x0c\x75\x47\x30\xa5\x66\x4e\x5d\x76\x0c\xa2\ \x96\x41\xca\x25\x31\xa5\x1c\x03\xbd\x83\xb4\xec\xef\x62\x30\x92\ \x42\xf6\xe6\x23\x4a\x22\x4e\xaf\x0d\x5f\x5e\x21\x96\x6c\x67\x60\ \x78\x8c\xfe\x91\x51\x50\x44\x5c\x1e\x37\xeb\x77\x6e\x60\x30\x6a\ \xb2\x78\xaa\x97\x74\x36\xcb\xba\x0d\x1b\x31\x0c\x17\x27\xcd\x5b\ \x4e\x3a\x67\xd1\x1b\x0d\x33\xd0\xd3\x47\x24\x6b\x31\x98\x11\xd1\ \x74\x11\xcb\x18\x8f\xa3\xdb\x6c\x22\x5d\x43\x51\xf2\x8a\x4b\x70\ \xda\x1d\x48\x62\x0e\x21\x1b\xc1\x95\x13\xd1\x52\x29\x6c\xe6\x08\ \xa7\x35\x17\x33\xb9\x31\x48\xce\x30\x8f\xac\x8e\x23\x76\xc4\x8e\ \xd8\x3f\x9c\x89\x82\x45\x64\x64\x08\x77\x55\x23\xd3\xea\xcb\x91\ \xb2\x99\xc3\xe8\x71\x2d\xd3\x40\xff\x08\xfc\x12\x4d\xc3\xc0\x34\ \x35\x72\x5a\x16\xdd\xcc\x91\xca\xa4\x71\xfb\xfc\xc8\x8a\x9d\x9c\ \x6e\x20\x2a\x2a\x81\xfc\x7c\x86\xc7\xc6\x50\x1d\x76\x16\x2e\x59\ \x42\xe3\xd4\x66\x02\x41\x2f\xb1\x44\x84\x9c\x91\xa1\xac\xa2\x8c\ \xd9\x73\x66\x52\xd7\x58\x8b\x20\x0a\xb8\x9d\x36\xec\x8a\x42\x22\ \x95\x46\xb7\x2c\x54\xa7\x9b\x82\xa2\x22\x4a\xcb\x2b\xf1\xf8\x03\ \x34\x4c\x2e\xe2\x9c\x93\xe7\x70\xcc\xb1\xc7\x31\xef\xa8\xa3\x38\ \xe9\xd4\xd3\x10\x1d\x12\x9b\x76\xef\xc6\x70\x38\x49\x0a\x12\x83\ \xa9\x2c\x1d\x43\x63\xac\xdf\xbe\x87\x84\xae\xe3\x0d\x78\xa8\xac\ \xaa\x64\x30\x9a\x25\xaa\x29\x94\xd5\x35\x92\x11\x60\x2c\x11\xc7\ \xb4\x72\xa4\xa3\x61\xc4\x54\x04\x31\x1a\x22\xdd\xbe\x99\xf0\xfe\ \xcd\x08\x92\x7c\x64\x75\xfc\x9d\x2d\x36\xd8\x4d\x5b\xf7\x30\x16\ \x60\x69\x09\x5a\xb6\x6e\xe0\xed\x0d\xdb\x18\x4e\x18\x1f\x7f\xa1\ \x69\x1c\x72\x70\x20\xc3\xea\xa7\x1e\xe0\xb5\xd6\xe8\x27\x7e\xbe\ \x16\xe9\x67\xcb\xfa\xb7\xd9\xb4\x63\x3f\xe9\x0f\xdd\x59\x69\xbc\ \xf5\xf8\x5d\x3c\xb6\xe5\x83\x34\xab\xfb\xd7\x3c\xcb\x13\xaf\xb6\ \x7e\xe2\x67\x46\xfa\xda\xe9\xe8\x0b\xff\xd5\x63\x37\xb8\x7b\x35\ \x7f\x7e\x6e\x1d\x87\xb3\x88\x5b\x8c\xf6\xee\xa7\xf3\x23\xb8\xbc\ \xbb\xd6\x3e\xcb\x93\xaf\x6c\xff\xc8\x7b\xb6\xac\x7e\x92\xe7\xdf\ \x6e\xf9\x1f\xb5\xc7\x8c\xb6\x70\xc7\x6d\x77\xb3\x27\xfe\xbf\x67\ \xfd\x8d\xab\x65\xfd\xed\x9d\xb3\x4c\xff\x0e\x1e\xb8\x7f\x15\x63\ \x7f\xa7\xc3\x9b\x26\x02\xde\x40\x80\x54\x68\x3f\xad\xdd\xc3\xa4\ \x32\x69\x52\xa9\xd4\x81\x9f\x4c\x4e\xff\x18\xc0\x37\x75\x54\x51\ \x04\x53\xc7\xd0\x72\x64\x32\x19\x2c\x51\xc4\x13\x08\x62\x88\x32\ \x76\xa7\x07\xd5\xe6\x60\x4a\xd3\x14\x96\x2e\x3a\x9a\x79\xf3\xe7\ \x93\xd5\x72\x74\xf7\xf4\x60\x22\x60\x08\x22\x09\x2d\x47\x4a\xcb\ \x51\xdf\xd8\xc0\xd4\xa9\xcd\xc4\x22\x11\x44\xcb\xa2\xb0\x20\x80\ \xc3\x61\xc3\xe3\x76\x50\x56\x51\x8a\x2f\xe0\xa3\xb3\x3b\xc4\xe0\ \x70\x84\x65\xcb\x97\x50\xdf\xdc\x44\x56\x37\xe8\x1b\x1a\x60\x28\ \x3a\xc4\xd3\x2f\xbc\xc8\xdb\xeb\xd7\xb0\x76\xd3\x7a\xda\xbb\xbb\ \x68\xeb\xea\x22\xa5\xa5\x31\x45\x93\xdd\x7b\xf7\xf1\xe8\xe3\x4f\ \xd3\xd3\xd1\x83\x6c\x1a\xb8\x1c\x32\xf3\x16\xcc\x40\x76\x3a\x68\ \xe9\x0a\x93\xd4\x24\x72\x38\x18\x1c\x4b\xb3\x63\x6f\x3b\x63\xb1\ \x24\xe2\x11\xd9\xad\xc3\x17\x78\xbc\x87\xa7\xef\xbb\x95\xff\xfc\ \xc9\x4f\xf8\xe5\x6d\x7f\x61\x77\xe8\xaf\xff\x76\xb6\xbd\xfd\x04\ \xf7\x3e\xbe\x09\x01\x78\xfd\xbe\x5f\x70\xcb\xbd\x4f\xb1\xfe\xdd\ \x1d\x0c\x47\x3f\x0e\xb4\xa3\x3c\x79\xdf\xad\xbc\xdc\xf1\x1e\xa9\ \x7f\x9a\x0d\xab\x5f\x65\xe7\xb0\xf6\xc9\x1e\x9e\xee\xe0\xf6\x5f\ \xde\xcc\xca\xe7\x57\xb3\x75\xfb\xbe\x8f\x04\xed\x3d\x5b\xd6\xb1\ \x2b\xf4\x41\x01\x81\xae\x4d\x6f\xf1\xd6\x96\xbe\x14\x32\x8a\xd2\ \x00\x00\x20\x00\x49\x44\x41\x54\x4f\xdc\xe7\x5d\x2f\xfd\x85\x07\ \x5f\xde\xf6\x57\x8f\xdd\x50\xdb\x46\x5e\xde\xd4\xce\xe1\x23\xa5\ \xb3\xf9\xd9\x7b\x79\xe4\xad\x7d\x1f\x7a\x4d\xef\x96\x37\x79\x67\ \x67\xef\x47\xcf\xc7\xfa\xd7\x58\xbf\x6f\xf0\x7f\xd4\x1e\x23\x3d\ \xc4\x86\xcd\x3b\x88\x6a\xff\x7b\xd6\xf4\x8e\xa7\xee\xe5\xa1\x97\ \xf6\xfd\xed\x41\x7b\xb0\x9d\x55\xab\x36\x92\x34\xfe\x3e\xed\x36\ \x74\x93\x60\xe5\x34\xe6\x54\xc2\x4b\x8f\xac\xe4\x2f\x0f\x3d\xca\ \x23\x8f\x3e\xc6\x23\x8f\x3e\xc6\x43\x0f\x3e\xc8\xf3\x1b\x5b\xd0\ \x04\xf9\x43\xc9\xfe\x64\x23\x15\x41\x91\x15\x44\x2d\x87\x20\x1b\ \x08\x22\xa0\x2a\x88\x2e\x3b\x69\xd3\x44\x71\xb9\x70\xa8\x4e\xcc\ \x74\x82\xd4\xf0\x18\xfb\xb7\x6e\x27\xcf\x6d\xa7\xa6\x69\x0a\x03\ \x1d\xfb\xe9\xe9\xee\x24\x16\x89\x92\x4c\x65\xe8\xde\xd5\x8a\xc3\ \xe1\xe5\xa8\xd9\x8d\x58\x16\x54\x96\x94\x30\x3c\x32\x42\x22\x9b\ \x25\x9d\x8a\x31\x18\x8e\x10\x4f\xa4\x40\x31\x58\xbd\x66\x0d\x1e\ \x9f\x9b\x44\x3c\x86\x2a\x19\xcc\x98\x56\x8f\xe0\x1a\xa2\x75\xcf\ \x16\x66\x34\xd4\x33\xad\x66\x2a\xdd\x03\x61\xb6\x77\x0e\xd3\x3f\ \xd8\x4f\x73\x73\x2d\xd3\x0a\x65\x5c\xa6\x8e\x4d\x16\xd0\xa3\xdd\ \xec\xea\x1c\x25\x16\x4f\x91\xc1\xc6\x40\x4a\xa4\xa8\xb4\x86\xca\ \x8a\x99\x88\x3d\x9d\xa4\x1c\x45\x08\x96\x71\x04\xa9\x0f\x58\x82\ \x95\xbf\xf9\x4f\x5e\x8f\x4c\xe6\xec\xe5\xd3\x19\x1b\x4e\xa2\x6b\ \x26\x96\x16\xa3\x65\xf7\x5e\x86\xa2\x39\x3c\x85\x95\x34\x35\x56\ \xf2\xde\xb1\x8c\xf8\x60\x07\x3b\xf7\xf5\xe0\x2c\x9e\xcc\x94\xfa\ \x72\x64\x00\x2d\x49\xfb\xde\xdd\xf4\x46\x75\x2a\x1a\x67\x50\xb3\ \xe0\x33\x9c\x3d\xc5\x0f\x66\x37\x2f\xad\x69\xa5\xe2\xc4\xcb\x38\ \x61\x56\x31\x72\xa6\x97\x8e\xbe\x3c\x26\x95\xf9\x20\x17\xa7\xad\ \xad\x9f\x82\x9a\x3a\xbc\xaa\x00\x64\xd8\xb7\x75\x1d\xe1\x6c\x05\ \x81\xd1\x6a\x1a\x67\x56\xe0\xb0\xc9\xf4\xef\xd9\xc0\x26\x29\x1f\ \x7f\x55\x3d\xb5\xc5\xfe\x71\x8f\x24\x1b\x66\xd7\xf6\x3d\xc4\x04\ \x3f\xcd\x53\xa6\x10\x38\xe4\xd0\x4c\x7c\xdf\x3a\x36\x77\xe4\x38\ \xed\xf2\xe5\xd4\x17\x95\x10\x10\x21\x17\xee\x61\xdb\x9e\x4e\xc4\ \x40\x05\x53\x9a\xaa\xb1\x0b\x02\xb2\xa2\x20\xbf\x57\x4a\x64\x64\ \xe9\xde\xb7\x8b\xfe\x8c\x49\x77\x38\x83\x9a\x3f\x7e\x88\xc1\xca\ \x26\xd8\xbb\x73\x3b\xa3\x9a\x8b\xc6\xe9\xcd\xe4\x3b\x15\x32\x91\ \x01\x5a\xdb\x3a\x08\xa7\x25\x26\x35\xcd\xa0\x32\x6f\x7c\x64\x1a\ \x96\x9d\x81\x9f\x42\xc0\x60\xa0\x7d\x2f\x1d\xfd\x61\x4c\xc5\x43\ \x6d\xf3\x54\x8a\xdc\x07\x77\x77\x91\xfe\x56\x46\xcc\x20\xb5\x65\ \x79\x68\x91\x10\x3d\x51\x99\xc9\x55\x85\x68\x89\x11\xfa\xc6\x0c\ \x74\xd9\x85\x19\xee\x62\xfd\xba\xcd\xf8\x3d\x7e\x9a\x9a\x6b\x70\ \x08\x32\xd3\x8e\x3f\x87\x0a\x5b\xc5\x04\x86\xc7\xd8\xb7\x73\x0f\ \x83\x09\x91\xfa\x19\xb3\xb0\x39\x55\x12\x3d\x6d\xac\xdd\xb4\x01\ \xa7\xb7\x8c\xe6\xda\x32\x0e\x25\xcd\x53\x6d\x0a\xc9\xc1\x4e\x36\ \x6d\xb1\x23\xdb\x8b\x99\xda\x50\x81\x2c\x42\xac\xbf\x95\x9d\xfb\ \x43\x08\xce\x02\x9a\x9b\x1b\xf1\x39\xc6\x2f\x0a\xf7\xb4\xb0\xb7\ \xa3\x1f\x47\x71\x1d\x75\x3e\x19\x9b\xaa\x20\xcb\x40\xa2\x9f\xed\ \x5d\x19\x1a\x6a\x0b\x08\x75\xf7\x93\x57\x5d\x87\x57\xd1\x09\xb5\ \xb5\x23\x15\x54\x53\xe4\x36\xe9\x6e\x6b\xa1\x67\x20\x82\xe4\x2a\ \xa0\xb1\xa9\x11\xbf\x43\x18\x57\x25\xda\xbd\x8b\x9e\xd1\x2c\x45\ \x93\xa6\xd0\x58\x19\x38\x08\x84\x91\x5e\xb6\xef\xea\x20\x27\xb9\ \xa9\x6d\x6e\xa2\xd8\x6b\x47\x4b\x8c\xd2\xd6\xd6\xc6\x60\x54\xa7\ \xb4\x6e\x3a\x75\x25\x6e\x06\xdb\x77\xd2\xd2\x1b\xa5\xa8\xa6\x99\ \xfa\xb2\xc0\xe1\xaf\xfb\x81\x76\x76\xb7\x74\x23\x78\x4a\x98\x33\ \xab\x81\xf0\xfe\xcd\xbc\x3a\x98\xa4\x32\x3f\x41\x71\x59\x13\xb5\ \x65\x6e\xc2\xdd\xbb\xd9\xd3\x35\x46\xb0\xaa\x91\x86\xca\x3c\x44\ \x20\x31\xd2\x43\x4b\x5b\x37\x09\xd3\x49\xe3\xd4\x19\x14\xba\x75\ \xda\x76\x6c\x21\x14\x97\xa9\x9d\x36\x85\x12\xef\x38\xbd\x43\xb4\ \xaf\x95\x96\xfe\x08\xc9\xf6\x5e\x04\xd5\xf6\xf7\xa9\x40\x13\x44\ \x14\x45\x41\x92\x02\x2c\x38\xe9\x3c\x9a\x16\x84\x89\x25\xb3\xe3\ \xf1\x6b\xcb\x20\x9b\xcd\x21\x39\xfd\xc8\x96\xf1\xe1\x31\x6d\x41\ \x4b\x60\xea\x32\xa2\x31\x2e\x81\xa3\x09\x90\xc3\x40\x93\x65\x74\ \x59\x21\x6b\x9a\xe8\x39\x83\xaa\x82\x62\x0a\x0b\x83\x0c\xb6\x75\ \xd2\x95\x0a\xd3\x3c\x75\x2a\xc1\x82\x32\x9c\xfe\x02\xd6\xaf\x5f\ \x4f\x78\x34\xc1\xdc\xa3\x16\xa3\xca\x0a\xb9\x64\x92\x64\x34\x82\ \xc7\x25\x33\xd0\x1b\xa5\xbf\xaf\x9f\x78\x4e\x23\x9e\xd5\x29\x29\ \xcd\x23\xa5\x25\x69\x9e\xd6\x44\x6d\x7d\x1d\x9b\x36\x6f\xc2\xa3\ \xe8\x14\x78\x5c\xa4\x33\x06\xa9\x40\x8e\xa9\x95\x79\xa4\x23\x61\ \x1a\x4b\x7c\x44\xa2\x49\xc6\xfa\x35\x26\x57\x94\xd1\x54\xe9\xc4\ \x91\x18\xc5\xd4\x52\x78\x0a\x83\xec\x0f\x09\x74\x0f\xb6\x30\x12\ \xcd\x30\x94\x1a\x60\x5b\x47\x82\x8c\xae\x13\x89\x87\x99\x2b\xf9\ \xf8\x8c\x24\x71\x84\x9a\xe6\x3d\x4b\x11\x1a\x1c\x21\x7f\xce\x25\ \x7c\xe6\xa4\xf9\x07\x3d\x95\x17\x7e\xcf\xf7\xee\xde\xc4\xf4\x99\ \x35\x0c\xb5\xb6\x50\x71\xfc\xe5\xdc\x78\xe1\x31\x64\xf6\xbf\xc9\ \x2f\x6f\x7f\x1a\x7b\x69\x29\x23\x6d\x0f\xd3\x7c\xe6\x0d\x5c\x76\ \x7c\x35\xcf\xdf\xf1\x23\x1e\xdb\x9d\xa5\xb4\x28\xc8\x1c\x5f\x35\ \x93\x76\x3d\xc6\xed\x7b\xa7\x72\xdb\xf7\x67\x60\x5a\x26\xa1\x7d\ \x5b\xd8\x68\xab\xc3\x15\xda\xc2\x6b\x3d\xe5\xdc\xf6\xb3\x2b\x48\ \xb5\xbe\xc1\x8f\x6e\x7e\x9b\x7f\xbf\xed\x3f\xf1\xaa\x00\x22\x36\ \x9b\xcc\x60\xcb\x36\x36\x58\x31\xf2\x1a\x4b\x91\x2d\x83\xd6\x0d\ \x6f\xf2\x72\x67\x96\x5d\x3d\x22\xd7\xfe\xf0\x66\x16\x55\xc6\xb8\ \xff\xb7\xbf\x64\x77\x26\x0f\x4f\xba\x97\x27\xdf\x5a\xc4\xb7\x6e\ \xf8\x3c\x81\x09\x90\x32\x34\x0b\x21\x9b\x60\xf7\xe6\x75\xa4\xea\ \x96\x50\xed\x1f\xe5\x57\x3f\xf9\x1d\x11\x4f\x19\x66\xb8\x8f\xe0\ \xa2\xcb\xf8\xee\x45\x0b\x91\x26\x38\x20\x00\xd6\x3d\xf8\x5f\xdc\ \xfa\x4a\x2f\x75\x0d\x65\xec\xdf\xde\x49\xe1\x09\x76\x20\xcd\x13\ \xb7\xff\x8c\xf5\x63\x1e\xf2\xad\x01\x1e\x5f\x35\x8d\x1f\x7c\xf7\ \x52\x36\xfd\xf9\x16\x6e\x5d\x17\x67\xfa\xf4\x5a\x8c\x60\xfd\x01\ \xd0\xde\xf5\xdc\xdd\xbc\x28\x9e\xca\xcd\x5f\xac\xe4\x96\x6f\x7f\ \x8f\xe4\xe4\x59\x78\x63\xad\x8c\x7a\xe7\xf3\xdd\x1f\x5c\x4b\xe9\ \x04\x6e\x77\xaf\xfd\x0b\x37\xaf\x2f\xe1\xde\x9f\x5e\x49\xeb\x53\ \xb7\x72\xd3\x1b\x36\xee\xb9\xe7\x3b\xf4\xad\xf9\x13\x3f\x7d\xc7\ \xcf\x15\xcb\x3c\xc4\x3b\xd7\xf2\xd6\xeb\x16\x03\xbb\x77\x33\xe9\ \x33\xd7\xf3\xf5\xf3\x17\xb0\xf9\x99\xdb\x58\x57\x70\x19\x37\x5d\ \x38\x83\x87\x7f\xf3\x43\x5e\x68\xb5\x28\x2f\x2e\x24\xed\xa9\xa1\ \x4c\x15\xe8\xdf\xbf\x95\xd7\x5f\x19\xa5\x75\x57\x1b\xf3\x2f\xfd\ \x2e\xd7\x2c\x3f\xc8\x66\xa8\x88\x39\xf6\xbd\xfb\x3a\x2f\x58\xed\ \xf4\xec\xe9\xa0\xfe\xf4\xeb\xf9\xda\x39\x73\x08\x77\x6d\x67\xe3\ \xbb\x3d\x8c\x76\xed\xe5\xb1\xaa\x53\xf8\xf1\x0d\xa7\x31\xba\xee\ \x61\x7e\x72\xc7\x4b\x38\x4a\xcb\x28\x6f\x4c\x51\x72\x42\xc1\xb8\ \x24\x60\x6e\x94\xbb\x6f\xf9\x01\x3d\xb5\x97\xf0\x9d\xb2\x11\x6e\ \xf9\xf1\xad\x9c\xfb\xf3\xbb\x59\x54\x10\xe3\xb1\x5b\x7e\x80\xf3\ \xbc\x5f\x72\x79\xf5\x3e\x7e\xfa\x9d\x5f\xe3\x68\x98\x85\x14\xee\ \x20\x1a\x5c\xc2\xcd\xdf\xbd\x8c\x8e\xa7\x6e\xe3\x0f\x6f\x0c\x53\ \x57\x9d\x4f\x71\x36\x78\x18\x68\xc7\x87\xda\xd8\xb8\x69\x2b\xf1\ \xe1\x0e\x56\x3e\xd5\xcc\x8f\x7f\x72\x25\xa1\xe7\xee\xe6\x47\x8f\ \xb5\xd0\x34\xa3\x8e\x79\xde\x1a\x6c\xed\xcf\xf2\xdb\xc7\xb6\x53\ \x5a\xe6\xa6\xfd\xa1\xa7\x39\xf3\xfa\x6f\x70\x5c\xe3\x38\xe9\x56\ \xae\x67\x3d\xbf\xfa\xc9\xdd\x58\x95\xf5\x04\x3d\x45\x54\xcd\x6c\ \xc0\x61\x57\x49\x0e\xef\x67\xdd\x3a\x85\xf9\xc7\xd7\xe1\xea\x7b\ \x90\x1f\xfd\xe1\x55\xf2\xca\x8b\xe8\xef\x5d\xc9\x71\x5f\xfc\x36\ \x5f\x58\x54\xca\x33\xbf\xf9\x31\x4f\xf5\x39\x99\x36\xb5\x09\x7f\ \x55\x2d\x2d\x4f\xdd\xc6\x93\xbb\x75\xca\xdc\x71\x1e\x7e\xfa\x2d\ \x6e\xfc\xe1\x57\x09\xb6\xbf\xc8\xf7\x7e\x76\x3f\x6a\x75\x23\xca\ \xe0\x6e\x06\x73\xf3\x27\x28\x8b\xff\x96\x78\x2d\x62\x24\xc3\x6c\ \x7c\x77\x2b\x61\x5d\x42\x91\xc6\xd7\xa5\x80\x80\x65\x19\x28\xde\ \x4a\xe6\xce\xac\xc3\x2e\x7e\x74\x4c\x5b\x96\x8d\x0c\x98\x22\xa2\ \xa9\x8e\xab\xa6\xcb\x02\x3a\x22\xa6\xaa\x10\xcf\x66\x10\x15\x15\ \x8f\xcb\x4b\x53\x75\x1d\x1e\xb7\x84\xec\xd4\x18\x53\x2c\xba\x3b\ \x7a\xb0\xfb\x83\xd4\x4f\x9f\x4e\xdd\x3c\x05\x7f\x4f\x37\xd3\x9a\ \xeb\x71\xf8\xdc\x30\x32\xc8\xf6\x75\x6b\x18\x18\xe8\xa3\xa2\x24\ \x40\x71\x69\x01\x59\x41\x66\x7f\x6f\x1f\x96\xcd\x41\xc6\x34\xe9\ \xea\xee\x20\x1c\x0b\xb3\x7d\xe7\x0e\x32\x03\x03\xd4\xe4\x3b\x29\ \xac\xa8\xa1\x34\xe8\x46\x8d\x0d\x22\x67\xe3\x68\x7a\x0e\x5b\x2a\ \x8a\x5f\x04\x87\x65\x12\x0e\x0d\x22\x65\xe2\xc8\x8a\xc5\x60\xa6\ \x07\xd1\xe3\x66\xca\x8c\xa9\xc4\x36\x77\x61\x4a\x2e\xbc\xbe\x12\ \x7a\x7a\xbb\xb0\x32\x11\xd0\x12\x1f\x4b\x24\xfe\xcf\x67\x85\x5c\ \x7e\xcd\x35\xdc\xfa\x87\x3f\xf1\xd5\x5d\xcf\x31\x77\xf9\x67\xb9\ \x60\xc5\x6c\xb2\x89\x08\xf9\x0b\xce\xe4\xbb\x5f\x3b\x9d\x4c\xfb\ \xab\x5c\xff\xef\x8f\xb2\xe5\xd8\xd9\x8c\x3c\xf7\x67\xf6\xcb\xd3\ \xb8\x76\xd9\x52\x3a\xb4\xbd\x3c\xf2\xfc\xf3\x2c\x2c\x6b\xe6\x91\ \xcd\x06\x5f\xf9\xf9\xaf\x98\x35\x41\x17\xbd\x65\x07\xe3\xdc\xbf\ \x86\x8e\xe0\x2d\xe4\x94\x2f\x7d\x8d\x93\xca\x41\xeb\xb6\xf3\xfa\ \x8f\x5f\x62\x57\x0a\xd4\x8e\x3d\xb8\xa6\xcf\xa1\xca\x7b\x30\x6e\ \x6b\x88\x76\x8e\xbe\xf0\x7a\x2e\x9f\x1d\x04\x22\x3c\x63\xc9\x1c\ \x73\xf1\xbf\x72\xdd\xe2\x20\x0f\xde\x74\x15\xab\x36\xef\xa1\x2a\ \xb4\x9b\xe7\xd6\x45\x38\xf7\xcb\x67\x51\x10\x7b\x97\x5f\xfc\xee\ \x49\x36\x9e\x72\x2a\x27\xd6\x3b\x27\xc2\xe2\x06\x9e\xf2\xd9\x5c\ \xfb\x6f\x37\x90\x87\xc9\x33\xb7\xfc\x2b\x03\x55\x9f\xe3\xd6\x7f\ \xfb\x0c\x5a\xd7\x6a\x6e\xf8\xf7\x3f\xb1\x79\x45\x33\xb2\x2c\x81\ \xa8\x40\x6a\x3b\x7f\x7a\xa9\x83\xb3\xbe\xf5\x5b\xce\x68\x74\xb0\ \xea\x97\xdf\xe0\x75\x2c\x52\xad\xcf\xf0\xd0\x3b\x5d\x9c\xfa\xa5\ \xeb\x69\x16\x76\xf3\xf3\xdf\x3c\xc6\x8b\xed\x67\xe2\x88\xe7\x98\ \x7e\xd2\x35\x7c\xe7\xa2\xa9\x87\xc7\x14\x65\x15\x45\x92\x30\x33\ \x09\x52\xb6\x1a\x2e\xbf\xe1\xdb\xcc\x0c\xb6\x70\xe3\x95\x3f\x65\ \xf5\xee\x04\xe7\x4f\x1f\xd7\xe7\xac\x9b\x75\x0c\xc1\x67\x5f\xa6\ \x3f\x11\x67\x77\xef\x28\xd1\xb0\xc9\xbe\x08\x8c\xec\xe9\x66\xea\ \xfc\x13\xc8\x93\xd7\x52\x30\x67\x05\xdf\xf8\xf7\x0b\x48\x6e\xbc\ \x8b\xaf\xde\xfb\x02\x43\xe7\x2f\xc0\x66\x53\x71\xba\x6c\x0c\x6d\ \x7d\x8e\xe7\xb7\x3b\xf9\x8f\xdf\xfe\x90\xda\x09\x1a\x91\x75\x1b\ \x0c\x1a\x96\x9c\xcd\xb7\x6e\x38\x99\x7d\x4f\xfc\x9c\x9f\x3c\xfd\ \x06\x17\x2f\xaf\x3b\xc0\xe2\x97\xd5\x65\x66\x9e\x70\x31\xdf\xb9\ \x72\x19\xb1\xed\x0f\xf2\xe5\x5f\xaf\x64\xc7\x29\x73\x98\x36\x63\ \x09\x27\x38\x43\xf4\xef\xb4\xf8\xc3\x73\x9b\x19\x0c\xcf\xe5\xb1\ \x87\x9f\x62\xf2\x79\xdf\xe3\x5f\x56\x8c\xf3\x76\xeb\x23\x1b\x31\ \x13\x21\xee\xbd\xf9\x27\x54\xcc\x38\x87\x6f\x5e\xb2\x10\x71\x6c\ \x3d\x36\x87\x1d\x59\x18\x87\x16\xd5\xee\x40\x55\x44\xf4\x54\x0c\ \x21\x30\x8d\xaf\x7e\xff\x3f\x28\xcf\xf5\xf2\xd3\x7f\xbd\x91\x47\ \xd6\xcc\xa3\xb4\xb7\x1d\x3d\xff\x28\x2e\xbe\xe6\x02\x0a\x1d\x87\ \x23\x5e\xb0\x7a\x16\x27\x2e\x0f\x30\xda\x17\xe0\x0f\x77\xbe\xca\ \x9e\xc1\x8b\x91\xa2\x71\x2a\x8f\xba\x80\x1f\xfc\xeb\x32\xd0\xba\ \xf9\xf1\x57\x1f\xc6\x6a\xfc\x02\xc7\x2e\x2e\x21\xdb\xfe\x33\xee\ \x5f\xb5\x8e\x63\x1b\x3f\x83\x00\x64\xc2\x21\xda\x07\x4c\xce\xbf\ \xf6\x22\x4e\x9a\x5a\x88\x00\xec\xc9\x49\x34\x2f\x3e\x9b\xaf\x7d\ \x69\x11\x58\x21\x6e\xba\xfe\x45\xea\x3f\xff\x03\xbe\x7a\x62\x15\ \x1d\x2f\xdc\xc2\x0f\x57\xde\xcf\x29\x8b\x6e\x20\x12\x97\x38\xf6\ \xdc\x1b\xb9\xea\xc4\x12\xf4\x9e\x55\x5c\xf9\xdc\x66\xe6\x9c\xff\ \x15\x16\xe7\x0d\xb1\xeb\x17\x77\xf2\xfc\xd6\xcf\x10\x78\xf5\x19\ \xd4\xa3\xaf\xe3\x67\x5f\x3c\x8a\xf0\xa6\x47\xb8\xf1\xb6\x0e\xb4\ \xbf\x53\x2d\x83\x28\x89\x64\x47\xfa\xd9\x15\x4a\x51\xd7\x54\x83\ \x53\xb2\x10\xb4\x28\x3b\x36\x6f\xa0\xb8\xba\x9c\xda\xe0\x47\x13\ \xcf\xc9\x3b\x36\xaf\xa5\x20\xbf\x14\xb7\xaf\x08\xc3\x26\x83\xdd\ \x86\x89\x80\x25\x48\x98\x08\xf8\xdc\x5e\x32\xa9\x04\xa3\x03\x21\ \xe4\x3c\x37\x65\xc1\x3c\x9c\xce\x42\xc2\x89\x0c\x49\x04\x54\xb7\ \x87\xa9\xb3\x2b\x30\xa6\x4e\x65\x20\xd4\x85\x3e\xd4\x4f\x50\xb0\ \x98\x34\xb9\x8a\xe6\x29\x8d\x74\x74\xf7\xb0\xb7\xad\x83\xc2\xe2\ \x7c\xdc\x79\x01\x0c\xd9\x86\x29\xcb\xb4\xf7\x74\xb3\x6e\xfd\xbb\ \x6c\xdf\x39\x40\x53\xa1\x0d\x9f\x5d\xc1\x8c\xc7\xf0\xd8\x6d\x78\ \x25\x09\xd9\xe5\x42\x53\x3c\x24\x47\x76\xe2\x96\x25\xdc\xaa\x82\ \x22\x2a\x44\xb2\x22\xaa\x64\x43\x51\x65\x34\x4b\xc0\x1f\xf4\xe2\ \x70\x0c\x32\x32\x1a\xc1\x63\x73\x91\x89\x0c\x23\x67\x34\xec\xe8\ \x47\x84\x47\xdf\x67\xf9\x4d\xcb\xf8\xee\x2f\x16\x13\xda\xbb\x8e\ \x3b\x6f\xff\x25\x37\x25\xaf\xe7\x44\xc5\x89\xaa\xc8\x58\x80\xb3\ \x74\x1a\xf5\xce\xfb\x19\xec\xeb\x67\x2c\x1c\x45\x16\x32\xb4\xec\ \xd8\x82\x16\x98\xcf\xa5\x47\xcf\x27\x17\x7a\x0b\xad\xa4\x8a\xf2\ \x0f\x53\x33\x13\xc6\x77\x6a\xe3\xac\x8a\x22\x4a\xe5\x62\x66\xfb\ \x9f\x64\xc3\xdb\xbb\x29\x68\x19\xa6\x69\xea\x19\xd8\x0f\x49\xb6\ \x8d\x97\x37\x1d\xce\xff\x3c\xfe\x8e\x95\x29\x28\x2d\x64\x57\x2e\ \xc1\xc0\x50\x84\x1c\x12\xc3\x9d\xbb\x19\xd5\x45\x4e\xbb\xe4\x02\ \xea\x83\xef\x93\x3f\x30\xcd\x89\xac\x7b\x82\xd0\x68\x98\x92\x25\ \x0d\xe3\x1e\x67\x49\x15\x15\xbe\x04\x7d\xa3\xb1\x71\x49\x32\x59\ \x81\x48\x88\xa4\xcb\x4f\x65\xc5\x04\xf3\x9e\x4d\x41\x94\x04\xe2\ \x83\x21\x72\x82\x40\xac\x77\x17\x5b\x35\x8d\x93\xce\xbd\x90\x19\ \x85\x36\xf6\x0a\x22\x1f\xab\xa3\x21\x08\x48\x92\x30\x5e\x5a\x2a\ \x17\x52\xec\x73\x92\x89\x67\x80\x71\xd0\x76\x54\x37\xd2\x50\xf4\ \x08\x6f\xbe\xb6\x9a\x98\x5c\xcd\x71\xb3\x92\x6c\x7d\x63\x15\xc3\ \x03\x0a\xf3\x3e\x3f\x0d\x65\xef\x6a\x10\x5c\x58\x80\xa7\xb0\x14\ \xa7\xdc\x49\xd2\x18\xe7\xa5\x90\x44\x83\xa1\x81\x21\x28\x6e\xa4\ \xd2\x73\x68\x9a\x52\x38\xc0\x12\x5f\x98\x5f\x84\xc7\x0a\x93\x85\ \x03\xa0\x6d\x21\x62\xb3\x8d\x87\x7c\xbc\xd5\x93\xf0\xd8\xde\x62\ \xb0\xbf\x83\xf5\x2b\x7f\x4d\xab\x52\xc3\x64\x79\x08\x4b\x74\xa1\ \x47\x87\x08\xc7\x45\x96\x4e\x29\x3d\xd8\x1d\x49\xc6\x88\x0d\xb2\ \xab\x27\x46\xc3\x09\xc5\xe3\x61\x32\x73\x7c\xae\xac\x09\xbe\xec\ \xf7\x6a\x89\x11\x26\x44\xb9\x2d\xc0\x56\x4c\x43\xbd\x8f\x35\x7d\ \x69\xae\xbc\xe2\x7b\x64\xef\xfb\x03\x3f\xf8\xfa\x57\x99\xb1\xe2\ \x32\xae\x38\x75\xd6\x04\xc3\x60\x9c\xc7\x7f\xfb\x9f\xbc\x35\xea\ \x63\x46\xb9\x89\x66\x99\xe3\xad\x95\x24\xc4\xf7\x88\x36\xe3\x61\ \x22\xf1\x0c\x42\x76\x84\x2d\x5b\x22\x14\xcc\x3a\x9d\x19\x73\x1b\ \x99\xa0\x77\xc7\x3b\xe3\x14\x6e\xfc\x8a\xc1\x43\x77\xdd\xc4\xea\ \xe0\x34\xae\xf9\xfa\x97\x90\x85\xf1\x31\x19\x5f\x02\x03\x0c\x1b\ \x32\xd3\x9b\x2a\x01\xa8\x6e\x98\x84\xe3\xb1\xd7\x18\xce\x5a\xa8\ \x8a\x84\x3e\x31\x97\xe9\xe1\x10\x29\x03\x32\x43\xfb\xd9\x3c\xa4\ \xb1\xf8\xcc\x4b\x99\x57\x2e\xb0\x2a\x92\xa0\x6c\xd9\x64\x00\x24\ \xd5\x8e\x22\x5a\xfc\xad\x41\xc4\x32\x4d\x44\x67\x90\xf9\xc7\xad\ \xa0\x67\xcb\xcb\x64\xbc\x3e\x4e\x3d\xfd\x68\x54\xdd\x40\xd5\xfb\ \xc9\x3c\xf0\x2c\xa9\xac\x06\x7c\x34\x68\x8b\x7a\x62\x84\x9e\x8e\ \x1d\xb4\x75\xee\x24\xd2\xdf\x8d\x15\x49\x20\x9b\x32\x36\xc9\x81\ \x33\x27\x63\xcf\x58\x14\xe6\xf9\x49\x99\x11\x52\xa9\x3e\xb4\x5c\ \x04\xd5\x21\xa3\xc8\x26\x55\x45\x79\xd8\x24\x13\x73\xa4\x8f\xcc\ \x50\x1f\x4a\x76\x5c\xb0\xa0\x6b\x60\x90\x84\x21\xd1\x15\x4e\xb3\ \xbf\x7f\x8c\x8c\x21\x91\xd3\x74\x6c\xa2\x40\x7c\x64\x88\xf5\x6f\ \xae\xa5\xad\xa5\x97\x50\xef\x28\x0e\x8f\x93\x82\xd2\x52\x04\xd5\ \x87\x64\x19\x28\xa2\x89\x3d\x98\x8f\xaf\x61\x0e\x8e\xda\x99\x8c\ \x58\x32\x76\xbf\x1b\xd5\x2e\x62\xc9\x22\xb2\x28\x93\xe7\x2b\x44\ \x15\xbc\x18\x29\x1b\x3d\x1d\xc3\x8c\x8e\x24\xd0\x11\x18\x88\x27\ \x08\xa5\x0c\x3a\xe3\x10\xd5\x3d\x88\x47\x60\xfb\x90\xd5\x92\x21\ \xd4\xdb\xc5\x70\xc2\xa4\xb4\x79\x09\x0b\x1b\x02\xec\xd9\xb6\x9f\ \xac\x25\x91\x1c\x1e\x24\xa2\x43\xff\xae\xd5\xec\xca\xfa\xa9\xae\ \x9d\x4c\x45\x59\x09\xb2\xab\x9c\xb3\x2e\xbe\x8c\x2b\x2e\xbf\x84\ \x53\x16\x4e\xa7\x66\x52\x03\x72\xfb\x36\x36\xec\x1a\xc1\x34\x72\ \xe4\x26\x60\xf7\x3d\x00\xb6\x2c\xf3\x90\x83\x00\x6e\x8e\x5f\x31\ \x8b\x0d\x8f\xfe\x96\xe7\x3b\x9d\x2c\x58\x50\x7f\x48\x63\xec\xa8\ \x96\x4e\xa8\x33\x84\x65\x68\x80\x01\x96\x75\x80\xec\xdd\x34\x4c\ \x74\x43\xa6\xb2\xaa\x14\x8f\x5d\x65\xf6\x49\xe7\x71\xc5\x15\x57\ \x70\xe1\xd9\xcb\xa9\xca\x77\x1c\x5a\x3a\x30\x0e\x28\xe3\x10\x45\ \x53\x75\x25\xed\xab\xdf\x60\xcc\x84\xfe\xad\xeb\xd9\x17\x2b\xa2\ \xa1\x2c\x1f\x33\x97\x23\x3e\x3c\x0a\x45\xcd\x94\xe7\x86\x78\xf3\ \x8d\x3d\xe3\x01\xa3\x74\x86\x5c\xce\x20\x58\xdd\x80\x57\x51\x69\ \x5c\x7a\x0e\x97\x7f\xe9\x72\xce\x3d\xeb\x6c\xea\xdd\x36\x72\xba\ \xf1\xe1\xb5\xfe\x87\xf4\xd3\x34\xad\x89\xdf\xcd\x71\xbe\x88\x43\ \xdf\x29\x42\x31\xc7\xcc\x2e\xe7\x89\xbb\x1e\x20\x55\x3c\x87\xd3\ \x4f\x9b\xcf\x86\x87\x7e\xc5\x5e\xa5\x99\x85\x65\x90\xcd\xe9\xe3\ \xd7\x1f\x72\x1f\x41\x18\x1f\xcf\x9c\x21\x52\x39\x69\x12\x42\xf7\ \x3b\xac\x6d\x1b\x43\xcb\x66\xd0\xad\x43\x5f\x78\x60\x61\x7e\xb0\ \x7d\x86\x46\x3a\x35\x5e\x8f\xb2\xfd\x95\xd7\x89\x49\x93\x99\x64\ \xed\x61\x75\x4b\x82\x33\xae\xbd\x9e\xab\x2e\xfc\x2c\xe5\x6a\x1a\ \xd3\x5b\x46\x45\x21\xbc\xbe\x6a\x13\x69\x4d\x27\x9d\xd5\xc8\x64\ \xd3\x88\xc5\xd3\xf9\xf6\x8f\xbf\x42\xfb\xc3\x3f\xe7\xbe\xf5\x23\ \x90\x57\x8a\x8d\x38\x9b\xb6\x75\x81\x9e\x21\x9d\xc9\x1e\xa0\x2c\ \xd6\x52\x63\x0c\x8c\xe6\x30\x86\xf7\xb0\x61\x5b\x84\x86\x8a\x7c\ \x70\x16\xf2\xb9\x6b\xfe\x83\x1b\x3f\x3b\x99\x55\x2b\xef\xa2\xf5\ \x3d\xf9\xf9\x74\x2f\x6f\x6c\xea\x64\xee\x79\x5f\xe1\xf2\x6b\xce\ \xa7\xa1\x58\x25\xab\x8d\x0b\x43\x1c\x20\xf9\x0f\x96\x52\x5a\xe0\ \xc7\x59\x36\x9b\xcb\x2e\xbf\x82\x4b\x2e\xb9\x98\xe5\x53\x0f\xd2\ \xca\x1a\x59\x68\x5c\x72\x36\x37\xdd\xfc\x55\xa4\x96\x97\x79\xe8\ \xd5\x1e\x7c\x41\x89\xc1\xc1\x2e\x12\x16\xa0\x96\x52\xe7\x86\x8d\ \xaf\xaf\x07\x2c\xd6\xae\xde\x44\xce\xdf\x4c\x85\x4d\x42\x33\x0e\ \x8a\x50\xb8\xcb\xeb\xc9\x73\xa8\x94\xcf\x39\x85\xcb\xaf\xb8\x82\ \x2f\x7c\xfe\x6c\xa6\x96\xd5\x52\x5f\x1c\x64\xfb\xaa\x55\xc4\x80\ \x5c\x3a\x49\xe6\xef\xe5\x66\x5b\x26\x9a\xa6\xa1\xda\xec\xc4\x7a\ \x5b\xd9\xdb\xd6\xcb\x58\x64\x98\x5d\x5b\xde\xa5\x2f\xed\x22\xcf\ \xe3\xfc\xd8\x83\x81\x32\x8a\x0b\x55\x16\x49\x26\x22\x74\x74\x74\ \x51\x54\x12\xa1\xb6\xa6\x19\xaf\xd3\x8d\x0d\x19\x05\x09\x97\xdb\ \x85\x60\xe9\x8c\x25\xc3\x24\x77\xef\x02\x9b\x8a\xc3\xe5\x66\x2c\ \x12\xa1\xaf\xbb\x03\xbb\xcb\x83\x2e\x80\xdb\xe5\x00\x4d\x27\x16\ \x89\x33\x36\x16\xc1\x5b\x54\x4c\xb0\xb0\x08\x49\x56\x29\x2e\x2e\ \x23\x99\x4e\x92\x1f\x10\xf1\xba\x46\x18\xec\xee\xa7\xbc\xa8\x80\ \x8c\x09\x53\xa6\x34\x91\xee\xd9\x8b\xd7\xef\x21\x9d\x4a\xd0\xd6\ \xd5\x43\xb6\x3f\x89\x66\xcf\x23\x9e\xd5\xf0\x7a\x5d\x88\xa2\x82\ \x2c\x39\xf1\xf8\x65\xfa\x42\x03\x8c\x46\xa3\xc4\xd2\x59\xd2\xa6\ \x45\x2e\xad\x91\xb6\xe2\x18\x69\x0d\x2d\x97\x43\x14\x04\x52\x59\ \xe3\xd3\x26\x5c\xf3\x57\xd6\x18\x25\x58\xfb\xcc\x3d\xbc\xb2\x7d\ \x18\x55\x32\xc9\xe0\xe7\xaa\x7f\x3b\x09\xff\xde\x07\x19\xdc\xfa\ \x12\x3f\xfa\xfa\x56\xe2\x91\x34\x47\x5f\xf2\x65\xa6\x06\x65\x8c\ \xb3\xaf\x63\xf7\x2f\x7e\xc3\xbf\x5e\xfd\x16\xaa\x33\xc8\x89\xe7\ \x5d\xcf\x67\x17\x1c\xcf\x0d\xe7\xed\xe6\x8e\x5b\xbe\xc9\xb3\x36\ \x37\xb3\x4e\xbb\x9a\xa3\xec\x4e\x6c\x8a\x04\x96\x88\xa2\xaa\x88\ \xe2\xc1\xc5\x36\x79\xf1\x29\x94\xfd\xe9\x61\x76\xe5\x2f\x67\xce\ \x61\xde\xb9\x8f\x93\x57\x2c\xe3\xa7\xf7\xfc\x94\x6b\xdf\xa9\xe3\ \xfc\xab\x2f\xc5\xe9\xb0\x63\x4d\xc4\xf7\x24\x59\x41\xd0\x75\x0a\ \x66\x9c\xce\xa5\x27\xef\xe3\xb6\x6f\x5f\x8f\xd3\x6e\xa3\x72\xe1\ \xe9\x5c\x73\xe1\x09\x13\x7e\x2c\x20\x4a\x28\x8a\x82\x30\xe1\x8a\ \x2d\x3d\xf7\x4b\xec\xff\xf5\x2d\x7c\xe3\xba\x6b\x10\x50\x58\xf6\ \xa5\xaf\xd0\xe0\x75\xa3\xcf\x9c\xc2\x6b\xab\x1e\x67\xef\x29\xdf\ \xe3\xdf\xae\x3f\x8b\x9f\xdc\xf9\x0b\xbe\xfc\xb2\x87\xc4\x70\x98\ \x99\x9f\xf3\xa1\x94\xcf\xe7\xda\x53\xf7\x71\xef\x8f\xbf\xc2\x13\ \x2e\x3b\xf9\x8d\xa7\xf2\x9d\x6b\x4f\x42\x51\xd5\x03\x31\xc7\x0f\ \x86\x47\x44\x40\x44\x55\x95\x89\x64\x95\x80\xac\xa8\x48\xef\xcb\ \x5c\xcd\x58\xb2\x10\xef\x03\xdb\x28\x6f\x9e\x47\xe3\xb4\x11\xfc\ \xb2\x89\x73\xfe\xd1\xd8\x01\x43\x54\x50\x54\x69\x7c\x99\x8a\x12\ \xea\x44\x5f\x24\x59\x41\xd4\x75\xbc\x0d\x27\x71\xc5\x19\xbb\xb8\ \xe7\xe6\xaf\xf3\xa0\xdd\xc7\xd2\xb3\xaf\xa4\xd6\xe9\x44\xcd\x4a\ \x07\xfa\xaf\xbe\x8f\x0d\xae\xa8\xaa\x8c\xae\x27\x57\xf2\x2f\x2d\ \x4f\x12\xcb\xb9\x39\xff\xca\xaf\x51\x53\xab\x70\xda\xbc\x35\xdc\ \xf3\xed\x7f\xe1\x49\x39\xc1\x88\xa3\x19\xbb\x3b\x9f\x0b\x2e\xbf\ \x9a\xff\xfa\xd5\xbd\xdc\xb0\xe1\x21\xf2\xea\x17\x71\xd9\x59\x4d\ \xd8\x15\x99\xc2\xa9\x4b\xf9\xf6\xd5\xfb\xb9\xf1\xae\x5f\x32\x6f\ \xea\xcd\x5c\x7a\xf6\x09\xfc\xf4\x9e\xef\xf3\x95\x27\x9c\x8c\x85\ \xbd\x5c\x5a\xe0\x46\x40\x42\x1b\xdd\xc3\x6d\x37\x7d\x13\x31\x11\ \x25\x7f\xd6\x45\x5c\xb4\xa4\x82\xb5\x8f\xff\x8a\x87\xde\xec\x45\ \xd0\x93\xcc\x3d\xf1\x2c\x2a\xdf\xcb\x6a\x3b\xea\x38\xf7\x94\xd9\ \xac\xfc\xdd\x8d\xec\xf6\x0b\xf4\xc4\x7d\x9c\xe6\x51\xc9\x4a\x0a\ \xaa\x2c\x1d\x08\xe1\x5d\xf2\xa5\x2b\xf9\xf5\x6f\xef\xe0\x9a\x35\ \xf7\x22\x7b\x6b\xb8\xec\xea\x6b\x98\x5d\x35\x1e\x0e\x4b\x74\x6f\ \xe2\xb6\x3b\x1f\x62\x48\x17\xc9\x15\xcf\xe2\xcc\xd9\x65\x34\x6a\ \x27\xe3\xfc\xe1\x9d\x5c\x7f\xf5\x06\x4e\x3c\xef\x2a\x2e\xbd\xe1\ \x0a\x7e\xf1\x5f\x77\x71\xed\x86\xfb\x30\xd4\x22\x2e\xfe\xf2\x85\ \xd8\x30\x90\x14\x15\xe1\xbd\xf8\x71\xe1\x22\xae\xfb\xc2\x3e\x6e\ \xfb\xdd\xd7\x79\xcb\xe5\xc4\x55\x7e\x34\x37\x7e\xf5\x5c\x4e\xbd\ \xfc\x1a\xba\x7e\xf5\x5b\xbe\xf6\xe5\x8d\xd8\x32\x61\x6c\x15\x9f\ \xc1\xfd\x77\xa2\xc7\x37\x74\x93\x60\xd5\x34\x16\x84\x86\x58\xfd\ \xe4\x83\x48\x8a\x88\x86\x93\xd9\xc7\xae\xa0\xc4\x2d\x62\x1a\x1f\ \x5d\x44\x21\x5c\x72\xd9\x75\x96\x64\xe9\x98\xe9\x31\x0c\x43\x40\ \xb6\x79\xd1\x75\x81\xa0\x37\x8f\x65\x0b\xe7\xe2\xb1\x52\xb4\x6e\ \x78\x8d\x99\xd5\xf9\x38\xcc\x14\xa3\x43\x3d\xa8\x4e\x95\x4c\x4e\ \x23\x95\xca\xe0\x0b\xe6\x83\x20\xa2\xe5\x72\x60\xe8\x68\xb9\x0c\ \x8a\x2c\xe2\x74\xbb\x48\x5b\xd0\xd9\xdb\x8b\x24\x49\x4c\x9a\x3c\ \x19\xa7\xdb\x43\x3c\x95\x62\xfb\xce\x5d\xe4\x15\x14\x10\x89\x27\ \x88\x27\x92\x4c\x2a\x2d\xc4\x61\x65\x88\x0d\x85\x88\x8e\x8d\x62\ \x29\x0e\xd2\x4a\x90\xb0\x6e\x67\xd3\xf6\x7d\xd8\x24\x8b\xe9\x93\ \x8a\xb0\x69\x09\x02\x6e\x17\x9a\xa6\x63\x77\xb9\xf1\x06\x03\xa8\ \x2e\x37\xdd\x03\x43\x44\x12\x39\x7a\x43\x61\xba\xfa\x06\x49\x24\ \x32\x4c\x5d\x78\x34\x3f\xbe\x77\x25\xc9\xf8\xe1\x65\x6d\xff\x9b\ \xf9\xb4\xff\x5a\xd3\xb3\x29\xe2\xf1\x24\x9a\x29\xe0\xf4\x06\x70\ \xdb\x25\x36\x3c\x7c\x33\x77\xb6\x4f\xe6\xc7\xd7\x9c\x8a\x2a\x4a\ \xf8\x3d\x07\x3d\x59\x4b\xcf\x10\x89\xc4\xd0\x50\xf0\xfa\x7c\xd8\ \x15\x11\xb0\x48\xc5\x22\x24\x32\x3a\x0e\x8f\x1f\xa7\x6c\x92\x33\ \x24\x1c\x76\x91\x4c\x3a\x8b\x6c\x73\x20\x8b\x8c\xcb\x85\xa5\x3b\ \xf8\xf9\xf7\x7f\x4d\xf9\x39\xdf\xe2\xfc\xb9\x1f\x94\x97\x4a\xc5\ \xc2\x24\x72\xe0\xf3\xfb\x10\xf4\x1c\xc8\x76\x54\x59\x40\xcf\xa5\ \xd1\x50\x70\xa8\x32\x30\xce\xcd\x90\xcc\x1a\x38\x5c\x5e\x3c\x2e\ \xdb\x81\x77\xb1\xa5\xe7\xc8\x68\x16\x76\xc7\x21\x9f\x19\x59\xc6\ \xc2\x51\x04\xbb\x87\xc0\x81\xbe\xe8\x24\x12\x29\x14\x87\x17\x9b\ \x04\xb9\x74\x9c\x48\x3c\x85\x6c\x73\xe1\xf5\xb8\x27\x92\x4d\x26\ \xa9\x58\x94\x44\x5a\xc3\xe6\xf2\xe2\x73\xdb\xd1\xb2\x69\x0c\x41\ \xc5\xae\x4a\xef\x1b\xc7\x0c\xba\x20\x63\x57\x04\xd2\x69\x0d\xd5\ \x61\x47\x12\x2c\xb2\xe9\x0c\x82\x32\xde\x87\x43\x2d\x9b\xc9\x20\ \xd9\xec\xc8\x82\x45\x36\x9b\x41\x54\xec\x28\xa2\x80\xa1\x65\xc9\ \x19\x02\x76\xbb\x8a\x60\x6a\xa4\xb3\x3a\x36\x87\x03\x23\x97\xc6\ \xe0\xbd\xe7\x5a\x24\xa3\x63\x24\xb2\x26\x6e\x9f\x1f\x9b\xa8\xa3\ \x9b\x12\x76\x9b\xf2\xe1\xfd\x37\x75\x12\xf1\x18\xa9\x8c\x81\xd3\ \xe7\xc7\x63\x9f\xa8\x8e\x31\x35\xa2\xe1\x31\xb2\x96\x88\xd3\xe3\ \xc3\x6d\x57\x10\x00\x23\x97\x64\x2c\x92\x40\x50\x5d\xf8\xbc\x0e\ \xf4\xac\x86\x62\xb7\x23\x09\x06\xc9\x78\x02\xc9\xe1\xc1\x2e\x8b\ \xa4\x63\x63\xc4\x33\x3a\x36\xa7\x07\x9f\xdb\x4e\x72\xc7\x13\x7c\ \xf3\xf7\xef\x72\xd5\xf7\xff\x8d\x32\x9b\x80\xdb\xef\x43\x11\x20\ \x97\x8a\x11\x8d\xa7\x41\x71\x10\xf0\x7b\x0f\x4f\xe4\x59\x06\xf1\ \xc8\x18\xc9\x9c\x85\xd3\xe5\xc5\xe3\xb6\x61\xe4\x32\x68\x96\x8c\ \xc3\x26\x1f\x32\xbe\x49\x22\xd1\x04\xc8\x0e\x7c\x3e\xcf\x81\x17\ \xa7\x65\xe4\x88\x45\xa2\xa4\x75\x70\xfb\x03\xb8\x27\xae\xc9\xa5\ \x62\x44\x13\x59\x1c\x5e\x3f\x6e\xbb\x82\x9e\x49\x30\x16\x4b\xe3\ \xf4\x06\x70\xd9\xc7\xd7\x50\x36\x9d\x01\xc5\x8e\xed\xc0\xdc\x58\ \x64\x12\x51\x62\xc9\x1c\x8a\xc3\x8d\xcf\xeb\x44\x04\x4c\x3d\x47\ \x34\x12\x41\x13\x14\xbc\x5e\x2f\x76\xe5\x93\xab\xc6\xff\x77\xf8\ \xb4\x0f\x84\x98\x04\x8b\x74\x32\x4e\x3a\x67\x62\x73\x7a\x70\xd9\ \x65\x4c\xc3\xf8\xb8\x18\x41\x42\x36\x34\x8b\x5c\x3a\x8e\x3b\x17\ \x47\x32\x4c\x8c\x54\x8a\x6c\x46\x23\x1c\x19\x22\xdb\x50\x8a\x44\ \x16\xb7\xcb\x86\x2f\xe8\x47\xcc\x49\xe4\x4b\xc5\x58\x82\x81\x94\ \xce\x8e\x27\x2c\x01\xb7\xcb\x89\xe5\x70\x90\x88\x46\x10\x10\x90\ \x25\x19\x45\x94\xd0\x31\x28\x2e\x2c\x40\xb7\xc0\xe9\xf6\x80\x24\ \x53\x54\x5c\x42\x63\x36\xc3\x60\x7f\x1f\x6e\x21\x8b\x65\xc4\xc8\ \x46\x40\x75\x8d\x6b\xc9\xf9\x2b\xca\xd8\xdb\xd6\x43\x42\x90\x18\ \x49\xc4\xb0\x0c\x50\x6c\x36\xe2\xb1\x34\xba\x99\xc5\xef\x0d\x50\ \xd7\x54\x87\xc7\xeb\xc3\xe3\xf3\x92\x33\x0c\x82\x79\xf9\x78\x7d\ \x79\x0c\x8f\x8e\x31\x3c\x1a\x21\x32\x1a\x41\x2d\xac\x40\xd3\x8f\ \x94\xfc\x1d\xb6\xad\xb2\x39\x09\xd8\x9c\x1f\xf0\x1a\x9d\x2e\x2f\ \x41\x9f\x9b\xf7\x1f\x45\x12\x64\x3b\x81\x7c\xfb\x07\x82\xd7\x4e\ \x6f\x00\xa7\xf7\xe0\x27\x8e\x09\x67\xcf\xee\x78\x0f\x24\xb3\xbc\ \xfd\xe8\xdd\x3c\xfa\xf2\x0e\x2a\x8f\x39\x97\xb3\xe6\x7e\xb8\x1e\ \xa0\xd3\x1b\xe4\x40\x6b\xe4\x83\x2f\x0b\x59\x75\x1c\xd2\x16\x01\ \xb7\x2f\x78\xd0\xbb\x3e\xac\x7d\x2a\x8e\xf7\x35\x5a\x90\x6c\x04\ \x0b\x0a\x3f\xb0\xa1\x74\xbb\x0f\x36\x58\x75\x78\x28\x74\xbc\x5f\ \x20\x40\xfc\x40\xbf\x14\x9b\x03\xe5\x43\xc7\xd1\x7e\xa0\x7d\x0e\ \xa7\x74\xa0\x9d\x36\xc7\x87\x93\x78\xdb\xec\xf6\x83\xff\x63\x3b\ \xf8\x3f\x92\x62\x3b\x30\x76\x88\x0a\x8e\x89\x3f\x44\xf5\xd0\xe7\ \x0a\xb8\x7c\x41\x5c\x87\xf4\x45\xfe\xb8\xfe\x8b\x32\x1e\x5f\x10\ \x8f\xef\xfd\x9f\x2b\xf8\xf3\x3f\x38\x0f\x92\xea\x22\xbf\xf0\x90\ \xbb\x3b\x0e\xa8\x49\xe2\x3a\xe4\x26\x0e\x6f\x00\x87\xf7\xb0\x4c\ \x1a\x36\xa7\x13\x7f\x9e\x9f\xc0\x21\x83\xa4\x3a\xbd\x14\x1c\x3a\ \x88\x87\x4f\x0e\x9e\x40\x3e\x87\x8e\xbc\xac\xda\x3f\xb0\xee\x64\ \xdb\xe1\x6d\x3a\x78\xb9\x8a\x2f\xaf\x80\xf7\x75\x6d\xe2\x99\x87\ \x5c\x6f\x77\x53\x60\x77\x1f\xb6\x66\x3f\x38\x37\x02\x76\xb7\x1f\ \xbb\xfb\x83\xbb\xa8\x40\xfe\xff\x23\xfd\x4a\xcb\xc4\x44\xc0\xe6\ \xf2\x62\x77\x4d\x24\xe8\x8d\xff\x3b\x66\xc9\xe5\x76\x93\x9a\xda\ \x3a\x4a\x9d\x3a\x92\x20\xa0\x9b\x12\xc9\xb4\x46\x78\x24\x4c\x50\ \x4c\x10\x1e\xe8\x23\x1d\xe9\xc7\xed\x9c\x8c\x21\x29\xe8\x86\x8d\ \x68\x32\x46\x6b\x77\x17\x05\x85\x45\x34\xcd\x9c\x8e\x69\x80\x9e\ \xcb\xf1\x7f\xd8\x7b\xef\x30\x39\xaa\x33\xed\xfb\x57\xa9\x73\x98\ \xee\xc9\x51\xa3\x49\x1a\x69\x14\x51\xce\x88\x1c\x8d\xc8\xc9\x18\ \xc7\x75\x5c\x30\xf6\x2e\x5e\xaf\x23\x38\x9b\x1c\x4c\xb4\x01\x1b\ \x0c\xc6\x18\x04\x22\x08\x24\x91\x84\x84\x22\xca\x93\x73\xee\x09\ \x3d\x9d\x73\x85\xef\x8f\x11\x0a\x0e\xef\x6b\xb3\xf8\xfd\x30\xdb\ \xf7\x75\xd5\x35\x33\x35\x55\xd5\xd5\xe7\x9c\xba\xeb\x39\xf7\x79\ \x82\x5e\x5c\x88\x59\x96\xd0\xd5\x0c\xf1\x68\x14\x21\x1e\xc5\x62\ \x77\x32\x36\x11\x62\x68\xc8\x87\xcd\xe9\x22\x10\x0c\x62\xb7\x5a\ \x29\xf0\xb8\xf0\x38\x4c\x04\xc6\x24\x3a\xba\x7b\xe9\x68\x0b\x52\ \xe2\x75\x62\x33\xc9\x4c\xab\xad\x61\x28\x02\xe3\xc9\x00\x12\x02\ \x45\x05\xc5\x58\x48\x11\x18\xf2\x91\x97\x97\x87\x66\x48\xf8\x03\ \x01\x86\x46\x7c\x98\x14\x05\x4d\xd3\x49\x86\x82\x08\x92\x44\xa9\ \xc7\x4a\xb9\x5b\x41\xc8\x2b\xfc\x9b\x2e\x33\x59\x1c\xc3\x49\xe7\ \x5f\xc7\x2c\x43\xe4\xc3\x8d\x1d\x35\xb1\xf0\xcc\x2b\x99\x71\xea\ \xd5\xb8\x72\x5c\x28\xd9\x66\xfe\xd8\xc1\x36\xfd\x1c\x7e\xf2\xb3\ \xb3\x50\xb2\x9d\xfb\x3f\xe3\x6d\xc3\x98\x5c\x9b\xf9\x47\x8c\xaf\ \x4f\xae\x9e\x45\x81\xc7\x41\x3a\x3a\x86\xcb\xe1\x24\x99\x4c\x13\ \x8b\x27\xd1\xa7\x78\x48\xa7\x12\x58\x1c\x1a\xe6\x04\xf4\xb7\x1f\ \xa6\xa0\xc0\x43\x4e\x9e\x07\xc5\xe3\x60\x3c\x16\xc1\xe2\x74\x32\ \xe4\x1f\x23\xa3\xea\xe4\xe5\xe6\x62\xb1\x3b\x48\x24\x62\xa8\x86\ \x4a\x12\x95\xdc\xfc\x02\x92\xe9\x0c\xef\xbc\xbb\x0b\xab\xc3\x89\ \xcb\x93\x20\x1e\x8b\x62\x96\x0d\x5c\x56\x99\x98\x91\xc2\x24\x4b\ \xb8\x5d\x6e\xd2\xba\x84\xc9\x2c\xe0\x72\x4c\x6a\xa4\x26\x51\x23\ \x16\x0a\x80\x96\x46\x01\x4a\x8b\x0a\xb1\xaa\x11\x22\xa1\x20\x7d\ \xbd\xdd\x4c\x99\x32\x05\xb3\xdd\x8e\xa6\x65\x50\x04\x09\x45\x30\ \x30\xd4\x34\x89\x58\x18\x41\x4f\xe3\xca\x2d\xca\xba\xfc\xfd\x1d\ \x10\x15\x13\xff\x50\x8d\x13\x23\xc6\x7b\xdb\xf7\xe2\x9a\xbe\x94\ \x5a\xcf\xdf\xa2\x7a\x01\x8b\x33\x07\xcb\xdf\xba\x46\x72\x8c\x5d\ \xbb\xda\xa9\x5c\xb8\x98\x02\xeb\xdf\x39\xfd\xd4\x55\xe2\x89\x34\ \x26\xab\xed\x43\xf7\x9d\xcd\xe2\x1f\x87\x20\xca\x98\xb3\xc5\x71\ \xfe\xff\x99\x31\x47\x5a\xb6\x62\xce\xf5\xa2\x89\x02\xaa\x62\xc2\ \x62\x36\x63\x47\x20\x18\x0c\x91\x8a\x45\x29\x76\xd8\xb1\x6b\x76\ \x62\x89\x10\xbe\x81\x30\xfe\x8e\x04\xae\x92\x12\xdc\xde\x5c\x66\ \xcf\x3d\x89\x40\x38\xc2\xdb\x5b\xde\x41\xe9\xe9\xa6\xa4\xa4\x18\ \xb3\x2c\xa0\xc8\x12\x3e\x9f\x8f\xc0\x48\x23\x39\x6e\x0f\x2e\x77\ \x0e\x23\xa3\xa3\x44\xa3\x11\xf2\xf3\xf3\x50\x64\x91\x21\xdf\x28\ \x7e\x49\xa4\xb6\xa6\x9a\x99\x0b\xea\x88\xc6\x12\xa4\xc3\xa3\xa4\ \x42\x7e\x26\xfc\x7e\xdc\x39\x25\xcc\x9d\x59\xcf\xf0\xeb\xdb\x28\ \x2e\x70\x53\x5a\xe8\xa1\xc4\x51\xcd\x78\x70\x9c\x61\xdf\x30\xe9\ \x44\x94\xdc\xdc\x5c\xf2\x73\xf3\x48\x24\x12\xb8\xec\x56\xdc\xae\ \x1c\xd2\xe9\x04\x89\xd0\x04\x89\x68\xe4\x38\xe7\xa8\x2c\x3e\xf8\ \x8a\xc9\x04\xaf\xbf\xba\x85\xc2\x25\xe7\x33\x33\x57\x02\x7d\x94\ \x67\x9f\x7c\x92\xb9\xff\xbe\xe8\xff\x40\xda\xff\x17\x4c\x74\xf0\ \xc7\xc7\x7e\xcf\xe5\xd3\x17\x51\xf0\x77\x96\x05\x4b\x8f\x1d\xe0\ \xe6\x1f\x3d\xc7\x45\xdf\xfe\x21\x8b\x4a\xb3\xe6\x5d\x16\xff\x5a\ \xd6\xb4\xa6\x69\x7f\xa9\x69\x7f\x50\xd2\x96\x12\x7e\x0a\x9c\x85\ \xc8\x79\x45\x88\x92\x84\xd9\x30\x88\xf8\xc7\x09\x8d\xf4\x62\x51\ \x4c\x48\x26\x01\x93\xa0\x91\x16\x05\x64\x93\x85\x02\x87\x8b\x68\ \x2a\x43\x3a\x93\x40\x30\x04\x2a\xab\x6a\x70\xe7\xe6\xd1\xd7\xdd\ \x4d\x77\x77\x27\x19\x35\x4d\x24\x14\x40\x91\x64\xec\x39\x79\x04\ \xc3\x51\xcc\x66\x0b\x17\x9c\x7b\x36\xb2\x2c\x31\x3a\x3a\xc2\xa8\ \xdf\x8f\x3f\x9c\x40\x47\x22\xd0\xdc\x47\x3a\xd3\x49\xae\xc7\x41\ \x69\x8e\x05\x41\x10\x51\x14\x19\x8f\xdb\xc6\xe1\xce\x3e\x14\xd1\ \xc0\x65\x15\x11\xf5\x18\xd3\xa6\x55\xd0\x3b\x28\x61\x31\x49\x8c\ \x8f\xfb\xe9\xed\xee\x22\x15\x4b\x60\xb3\x5a\xe9\x8b\x45\xf1\x7a\ \x3d\x78\x72\x9c\x18\xa2\x80\xd3\xed\xca\xe6\xd3\xfe\x6b\x1c\x9c\ \x49\x10\x08\x44\x50\xec\x6e\xdc\x76\xf3\x11\x23\x36\x45\x38\x14\ \x22\xa5\x4b\xb8\xdc\x1e\xac\xa6\xe3\x4c\x59\x75\x94\x57\x5f\x58\ \xc7\x74\xef\x5c\x2a\xea\x73\x71\x3a\x04\x24\x01\xa2\x81\x31\xa2\ \x41\x07\x8a\xc3\x7d\x74\x71\xc7\xd0\x55\x82\x7e\x3f\xba\xc9\x81\ \xc7\x6d\xe7\xcf\x0d\x62\x5d\x4b\x13\x8e\xa6\xd0\x42\x11\x74\x51\ \x3c\xfa\x7f\x35\x1d\x65\x22\x10\xc3\xe2\xf4\xe2\xb2\x29\xa4\x92\ \x31\x34\xd1\x8c\xcd\x24\x03\x3a\xa9\x78\x0a\xec\x55\x7c\xf2\xf3\ \x57\x51\x9a\x2b\x1f\xb9\xe7\x04\x81\x89\x30\x86\x62\x25\x27\xc7\ \x85\x2c\x18\x24\xc2\x13\x84\x53\x02\x39\x1e\x2f\xe6\x6c\xae\xb0\ \x2c\x3e\x02\xd0\x75\x1d\x93\xc9\x44\x6d\x6d\xed\x87\x67\x69\x7b\ \x0b\x8b\xb0\x17\x14\x91\xc0\x44\xda\x6a\x63\xb0\xa7\x8b\xd8\x40\ \x2f\x5e\x8f\x17\xaf\xc7\x8b\xdd\xe1\x00\xc5\x44\x52\x17\x40\x92\ \x40\x56\x40\x14\x10\x24\x05\x35\x91\x66\xa4\xab\x87\xa4\xa6\xe1\ \x71\xe6\x50\xb2\x74\x39\x86\xae\x92\x4c\x44\x49\x67\x54\x7a\xbb\ \x47\xe9\xe8\xec\xc3\x2a\x1b\xf4\x74\x76\x32\xa5\xa2\x18\xb7\xc3\ \x86\x26\x88\x94\x66\x04\x26\xe2\x1a\x96\x9c\x7c\xec\xe8\x28\x99\ \x20\x19\x23\x8d\x8c\x88\xd5\x6a\xc1\xac\xc8\xcc\x9e\x59\x49\x5e\ \x81\x0b\xc9\x88\xa1\x25\x74\x06\xba\xfd\xe4\xe7\x15\x61\xa8\x4e\ \xd0\xd2\x58\x64\x85\x70\x28\x44\x60\x22\x40\x49\x59\x29\xa1\x68\ \x9c\x70\x2c\x4a\x2a\x11\xc5\x2c\xe4\x50\x2a\x8a\x64\x55\xed\xe3\ \x08\x7b\xfc\x30\xf7\xdc\x79\x3f\xcd\x7e\x0d\x43\x72\x71\xce\xe7\ \xfe\x83\xb5\xf3\x3c\x3c\x7b\xd7\x0f\x78\xfe\x70\x10\xaf\x39\x43\ \xc6\x35\x8b\x6f\xfe\xd7\xd7\xa8\xf5\x1e\x61\x3d\x49\xc1\x42\x82\ \x4d\x8f\xde\x49\x6f\x75\x3d\xd7\x7e\xf9\x3c\xcc\xa9\x20\x1b\x7e\ \xfd\x4b\x0e\x4a\x11\x8c\x92\x55\x7c\xfb\x5b\x9f\xa1\xc8\x32\xc1\ \x0b\x0f\xde\xcb\x1b\x6d\x01\xd4\xb4\xc6\xbc\xb5\x5f\xe4\xf3\xa7\ \x37\x1c\x9b\xeb\x24\xfa\x78\xe4\xf6\x5b\xd9\x36\x00\x39\x42\x88\ \xae\x09\x17\x56\x8b\x8c\x31\x72\x80\x7b\xee\x7e\x8c\xbe\xb8\x46\ \x4a\xc8\xe5\xb3\x37\xfe\x07\xd2\xbb\xf7\xf2\x60\x73\x2d\xbf\xfa\ \xce\x45\x18\xa3\xef\xf1\xdf\x3f\x7c\x81\x8b\xbf\x78\x09\x6f\x3e\ \xb1\x9e\xb3\x6f\x6c\xc0\x93\x6a\xe7\xbe\x5f\xde\xcd\xfe\xd1\x34\ \x79\x55\x27\xf1\xd5\xff\xfc\x22\xda\xbb\x7f\xe0\xbe\x3f\x6d\x27\ \x63\xa8\x98\x2b\x56\xf0\xcd\xeb\xaf\x22\xdf\x94\xed\xf3\x2c\x3e\ \x02\x12\xa4\x28\xe2\xf5\x7a\x3f\x3c\xd2\x0e\x44\x55\x46\xf7\x1c\ \x42\xca\x2b\x42\x12\x44\x72\xac\x32\x95\xb3\xe7\xe1\x30\x2b\x44\ \x47\xc6\x18\xf1\x07\x89\x27\xd3\x68\x92\x19\x41\x31\x61\xb7\x98\ \xb1\x88\x22\x2a\x20\x59\x6d\x58\xac\x36\x7a\xbb\xbb\xe9\x1b\x1a\ \x44\x34\x4d\xfa\xad\x8e\x8d\x0e\x61\x08\x32\xba\xe0\x60\x64\x3c\ \x40\x71\x8e\x95\x74\x2a\xc1\xe8\xf0\x00\xb2\xd9\xca\xb0\x3f\x4c\ \x28\x66\x60\xf6\x96\xe1\x2d\xaf\x25\xc7\x2a\x93\x19\x6d\xc7\xaa\ \x86\x90\x4d\x20\xea\x19\x72\x73\x5d\x98\x5c\x12\x39\xb9\x6e\xe2\ \xa1\x09\x3c\x8a\x8a\x16\xf5\xa3\xa6\x22\xe4\x79\x5c\xa0\xeb\xc8\ \x62\x14\x59\xc9\x10\x8d\x26\xe8\x1b\x18\xc6\x6a\x9f\x5c\xcd\x4e\ \xab\x3a\x6e\xbb\x13\x23\x1b\x5c\x73\x1c\x54\x9e\x7f\xe4\x21\xda\ \x5c\xa7\x73\xd7\x8f\xd7\xd2\xf7\xea\xbd\xfc\xe4\x57\x0f\xb2\xec\ \x81\xeb\xe8\x1f\x9e\x60\xe1\xb5\x3f\xe0\xeb\x2b\x25\xee\xfe\xcf\ \x1b\xf8\xe3\x5b\xab\xf9\xce\x45\xf3\x8e\x30\xbd\x86\x61\xcd\xe5\ \xf2\xeb\x7f\xce\xda\x2a\x0b\x68\x3d\x24\x14\x37\x9f\xf8\xc2\x8f\ \xb8\xa6\x6e\x94\x1f\x7e\xfd\xbb\xbc\xd2\x78\x0e\x67\x04\xd7\xf1\ \xec\x7b\x1a\x37\x7c\xff\xdb\x88\xfb\x9f\xe2\x87\x0f\xfe\x86\x15\ \x0b\x6f\x67\xfa\x64\xde\x27\xf6\x3e\xf7\x18\x5b\xc6\x6a\xb8\xe5\ \x9e\xeb\xb0\xb5\xbd\xcc\xb7\x7e\xbe\x11\x81\x38\xcf\x3d\xf2\x30\ \xed\xce\x55\x7c\xef\xeb\xcb\x78\xf3\x81\x9b\xb8\xe7\xd1\x37\xb9\ \xf3\xe2\xf9\x08\x2f\x6d\xa4\x47\xbd\x08\x4b\xe3\x0e\x62\xb9\x95\ \xd4\x95\x59\x58\x17\x88\x21\x09\x69\x36\x3e\x71\x0f\xcd\xee\x55\ \xdc\xfa\xfd\x8b\x30\xeb\x3a\xe6\xc8\x5e\x6e\xfc\xed\xcb\xd4\x5e\ \xf1\xdf\x5c\x58\x1d\xe0\xa7\xdf\xf9\x39\x4f\x6d\x5f\xce\x75\xab\ \xb3\x75\xeb\xb3\xf8\x88\x18\x4c\xda\x87\xe7\xc9\x26\xcf\x39\xf7\ \x3c\x82\xe1\x10\x82\xcd\x44\x6e\x41\x01\x86\x7f\x9c\x70\x6b\x33\ \x81\xa1\x30\x99\xb4\x4a\x24\x12\x27\x23\x9a\x90\xac\x36\xec\x56\ \x37\x19\x2d\x05\x82\x86\xd3\xee\x22\x9d\x4e\x11\x8f\xc7\x98\xe2\ \xb5\x63\xd5\xdd\xa4\x0d\x95\x48\x3c\x81\xe2\xf5\x72\xa8\xb1\x8d\ \x89\x91\x0c\xba\x0a\x52\x41\x1e\x81\x90\x48\x70\x34\x82\xa4\xc4\ \x09\x61\xa0\x14\x14\x60\xf5\xe6\x60\x64\x54\xc6\xc6\x07\x90\xa3\ \xc3\x38\x5d\x0a\x39\x76\x2b\xb1\x60\x9c\x91\xbe\x3e\x52\x82\x09\ \x4d\x32\x23\x6a\x1a\x19\x51\xc3\x62\x77\x92\xd6\x04\x62\x89\x08\ \xb2\x49\xa0\xb8\x34\x0f\x55\x13\xf0\x8d\x8c\x21\x9b\x14\x2c\x56\ \x2b\xb1\x78\x94\x44\x2a\x48\x3c\xe2\x47\xc8\xa6\x66\x3d\x4e\x58\ \xf3\xd1\x3c\x14\x60\xf6\x35\xab\xb0\x00\x75\x4b\x96\x52\xf4\xcc\ \xbd\xb4\x8f\xc5\x30\x99\x14\x24\xab\x05\xa4\x5c\x66\xcc\x28\xe3\ \xd5\x60\xe8\x78\x41\x6e\xd2\x9f\xf4\xfd\x58\x63\x63\x32\xdc\xd9\ \x6a\x77\x80\xcd\xc2\xb4\xea\x7c\x86\x43\xe3\xb4\x77\xf9\x08\x05\ \x47\xd8\xf0\xc4\xc3\x68\x99\x14\xbf\x57\x73\x6f\x00\x00\x20\x00\ \x49\x44\x41\x54\x0d\x73\x66\x60\x45\x05\x64\x40\xa5\xa9\xc3\x4f\ \xc5\xdc\xb5\x14\xca\x80\x37\x1f\x97\xdd\x84\x11\xf7\xd1\xee\x1b\ \x25\xa8\x1f\xe4\xb1\x07\x5b\x49\xa6\xf2\x98\x5e\x99\x8b\xa7\x6e\ \x1a\x35\x39\x7f\x62\xdb\xfe\x41\xbc\xbb\xbb\xa8\x59\xf8\x55\xf2\ \x94\x04\xba\x20\x41\x7c\x8c\xf6\xf6\x31\x96\x5c\xb3\x84\x1c\xb3\ \x04\x48\x24\xba\x3a\x18\x0a\x86\x10\xde\x7d\x9e\x87\xb6\xab\xd8\ \xab\x66\x51\x94\x93\x35\xb3\xb3\xf8\x78\x42\x96\x0b\x1d\xe4\x15\ \xda\xd1\x53\x31\x62\xbe\x76\xd4\xbe\x01\x42\xfd\xbd\xc4\x26\xc6\ \xc9\x2f\x2e\xc6\x95\x63\x43\x72\xe5\x63\xce\x29\xc6\xee\x29\x26\ \xa3\x27\x48\xc5\x83\xa4\xc2\x31\xdc\x4e\x3b\xa9\x48\x80\x89\xd1\ \x3e\xd4\xe0\x08\x9e\xfc\x3c\x86\x7a\x07\x18\x9a\x88\xa1\xa7\x75\ \x14\x41\xa1\xb0\x76\x1a\xaa\xd5\x46\x4c\x30\x93\x6b\xb7\x62\x52\ \x04\x7c\xe1\x21\x14\xab\x8b\x80\x7f\x82\x89\x9e\x56\x72\xc5\x38\ \xb3\xaa\x1d\x88\x7a\x86\x54\x2c\x45\x2c\x14\x41\x31\x59\x49\x66\ \x12\x58\xdd\x5e\x44\x93\x09\x93\xc5\x86\x24\x83\x59\x04\xab\x24\ \x92\xc9\xa8\x24\xe2\x09\xc6\x7c\x43\xd8\x5d\x32\xa2\x60\x80\x11\ \xa5\xbc\xc4\x03\x05\x76\xb4\x7c\x0f\xba\x9e\x15\x47\x8e\x42\xf0\ \x50\xe4\xb0\xd0\xd9\xd8\x01\xf3\x17\x11\xee\xed\x66\x3c\xed\xa5\ \xd8\x65\xe1\x3d\xc3\x40\x3c\xd2\x56\xba\x2e\x1e\xcb\x05\x01\x20\ \x2b\xe8\xa9\x24\x91\x48\x12\x8e\x3a\xef\x4d\x86\xac\x03\xe8\x86\ \x80\x8e\x99\x7c\x8f\x1d\x4f\xc9\x6c\xbe\xfa\xdf\x5f\x21\xe7\x2f\ \x87\x19\x15\x85\x36\xde\x6a\xdb\x4f\x8a\xd9\x98\x0d\x1d\x35\x93\ \xc6\x30\xbb\xf1\xda\x1c\x54\x4e\x5f\xcb\xb7\x3f\xb5\xe0\x84\x33\ \x4e\x5b\x5e\xc7\x6f\x1e\xbf\x05\x41\xf1\xf0\xd9\x2f\xd6\x40\x6a\ \x1f\x86\x61\x20\x9a\x9d\xe4\xe5\x99\x38\xd0\xd4\x07\xf3\x27\xd3\ \x97\x9a\x72\xf2\x70\x38\xbc\x9c\x72\xcd\x0d\x9c\x5d\x75\x6c\x65\ \x33\x15\x8f\x90\x32\x4c\xb8\xec\x59\x37\x87\x2c\x3e\x46\xa4\x7d\ \xe0\xad\x97\x68\x98\xbf\x18\x45\x37\x61\x8a\xaa\x24\x02\x71\xe2\ \xa1\x18\x19\x4d\x27\x98\xca\xa0\x78\x6d\x58\xca\x0a\xb1\x57\x56\ \x63\xb2\x7b\x30\x19\x3a\x36\xbf\x9f\x78\x6f\x1f\x5a\x34\x8a\x96\ \x4a\xa2\xa5\xd3\x60\x18\xa4\x55\x1d\xc9\xe2\x64\x70\x7c\x14\x93\ \xbb\x08\x6b\x4d\x05\x62\xe9\x14\x24\xc1\x82\x22\xbb\x30\xdb\xdc\ \x24\xa2\x11\x86\x9b\xc2\xc4\x06\x63\x24\xe2\x1a\x5d\xad\x63\xa8\ \xe3\xed\x24\xd3\x65\x9c\xb6\x78\x1e\x0e\x8b\x82\x3f\x18\x25\x99\ \xd2\xb0\x38\x5d\x38\x5c\x6e\x72\x72\x3d\x60\xa4\xb1\x9a\x65\xe2\ \xe9\x14\x9a\x61\x20\x2b\x06\x19\x15\x62\x49\x75\xd2\xf2\x96\xcd\ \xb8\xdc\x2e\xf4\xb8\x4e\x26\x9d\x21\xaf\xcc\x09\xd9\x85\xc8\xe3\ \x60\xe7\xd2\xab\x2e\xe1\xe6\xbb\x1e\xe0\xdb\x5d\x2f\x13\x19\x1a\ \x64\xe6\xa5\x37\x50\x65\x37\x11\x8b\x27\xb0\x6a\x93\x6d\xa5\xa6\ \x93\x24\x8d\xe3\xaa\x66\xc8\x15\x2c\xab\x2f\xe0\x89\x5b\xbe\x45\ \xc7\xdc\x79\x5c\x78\xe9\x2a\x8c\x4c\xea\x48\xf6\x33\x83\x4c\x32\ \x4e\x34\xa2\x32\xf3\x13\x97\x32\x67\xcf\x4f\xb9\xf1\x86\xef\x50\ \xe1\x36\x53\xbe\xfc\x7c\xae\x3a\x7d\xde\x51\x9a\x5f\x79\xd9\xd5\ \x6c\xfb\xc9\x5d\x7c\xe3\xc6\x6e\x4a\xa4\x11\xfa\x12\x0e\x4c\xe6\ \x5c\x2e\xbf\xf2\x22\xbe\x7f\xd7\x5d\xfc\x67\x67\x1d\x0e\xd1\xca\ \x69\x57\x5e\xc3\xf2\xba\x42\x66\x9f\x76\x26\x99\x7b\xae\x20\xb1\ \xf6\x76\xe6\xb8\x41\xf3\xa9\x24\x63\x31\x62\x82\x8b\xf3\xaf\xb8\ \x86\xdd\x3f\x7d\x88\x6f\x34\xbd\x8a\xb7\xb0\x82\x4b\x3e\xf7\x19\ \x3e\x73\xda\x0e\x1e\xfa\xd1\x37\xd8\x5d\x5d\x8c\xe0\x9a\xc5\xf5\ \x5f\xfb\x04\x6f\x3f\xf0\xdf\xac\x8f\x9c\xc2\x43\x3f\xb8\x30\xeb\ \x47\x94\xc5\xc7\x87\xb4\x7d\x7d\x43\xcc\x58\x62\x05\xc9\x46\x32\ \x35\xc0\xf8\x44\x98\x78\x46\xc3\x93\x5b\x44\xda\x62\x46\x34\x5b\ \x70\x14\x17\x21\x5a\x2d\xa4\x2d\x32\xa6\x8c\x8e\x20\x49\x48\xb2\ \x82\xcf\x37\x8c\x1a\x99\xc0\x50\x33\x48\xa2\x84\xc9\xea\xa2\xb4\ \xa6\x14\x9b\x0f\x26\x34\x85\xdc\xb2\x0a\x4c\x05\xa5\x98\x04\x17\ \x08\x36\x3a\xfc\x41\xf6\x1e\x6c\x21\x16\x55\x51\x24\x13\x5e\x6f\ \x29\x9e\xba\x7c\x1a\x03\xe3\xec\xed\x99\x40\x13\x5a\x58\xdc\x50\ \x4d\x51\x55\x03\x6e\xa7\x03\x41\x94\x70\xb9\x5d\x58\x2d\x0a\xa3\ \x83\x3d\x04\x02\x7e\x92\x1a\x58\xec\x4e\x12\xa9\x14\xe1\x84\x46\ \x42\x53\x88\xa9\x2a\xf1\x78\x86\xb0\xa1\xe1\xf1\x5a\x08\x4c\x44\ \x89\x8d\x44\x99\x26\x0a\x64\x63\x22\x8f\xc1\x3d\xe3\x4c\x6e\xbe\ \xa9\x86\x43\x1d\x43\x58\x0b\xab\x99\x51\x5b\x02\xa8\x5c\x73\xfd\ \x7f\x23\xe6\x4d\xe6\x3d\x5e\x7a\xf1\xf5\xd4\x0b\xb9\x27\x58\xc9\ \xe7\x7c\xe9\x46\x2a\x0f\x35\x13\xc2\x4d\x59\x6e\x39\x5f\xfc\xcf\ \xff\xc2\x5a\x2c\x03\x12\xe7\x7c\xf6\xdb\x24\xed\x25\x60\xb2\xf1\ \xef\xdf\xfb\x31\xcd\xcd\x9d\x84\x53\x02\x45\x55\x53\x4f\x08\xd8\ \x11\xbc\x33\xf9\xe6\xcd\x3f\xa6\xb9\xb1\x93\x88\x2a\x71\x51\xf1\ \x14\x2a\x2d\xa0\xcc\x3e\x8f\x1f\xff\x78\x3a\x4d\xdd\xc3\x68\x92\ \x93\xda\x92\xc9\xfb\x10\xdc\xd3\xf8\xc1\x6f\x9e\x46\xcb\xab\x04\ \x40\xf4\x4e\xe7\x9b\x37\x7d\x9d\x82\x1c\xb0\x15\x9e\xc6\xf7\x7f\ \x56\x43\x4b\x47\x1f\x9a\x2d\x8f\x22\x8b\x4c\xfd\x27\x6f\xa4\x6c\ \xe1\x61\x7a\xc7\xa3\x58\x3d\xe5\x58\x05\x89\xe5\x97\xdf\x40\xbd\ \xee\xce\x12\x76\x16\x1f\x2f\xd2\xf6\x4e\x99\x87\x68\xc9\x07\x52\ \x84\xd5\x24\xfe\x4c\x8a\x44\x32\x4d\x70\x78\x84\xc2\xaa\x2a\x0a\ \x73\xf2\x30\x3b\xbd\xa0\xd8\x40\x13\x21\x99\x40\x8f\x25\x18\xea\ \xed\x63\x64\x60\x00\xbb\x90\xc1\x6c\x32\xb0\x58\x6c\xa4\x35\x81\ \x94\x68\x61\xee\x8a\x33\x30\x5c\x45\x84\x0c\x8d\x90\x2f\x4c\x7f\ \x6f\x1f\xba\xc9\xc1\x40\x2a\x4e\xcf\x78\x02\xd2\x1a\x53\x0b\x8b\ \x50\x4c\x2e\x0c\xa7\x48\x4e\xed\x2c\x86\x7c\x8d\x44\x5a\x06\x18\ \x0d\xc5\x28\xc9\xb1\x51\x37\xb5\x82\x8a\xb2\x32\x86\x43\x43\xe8\ \xa9\x28\xa2\x1a\xc7\xa2\x08\x98\x9c\x1e\x22\x49\x0d\x55\x93\x99\ \x3e\x77\x31\xe3\x09\x91\x9e\xa6\x56\x24\xab\x8b\x68\x5c\x60\x20\ \x3a\x41\xff\xa0\x8f\x2a\xb9\x88\xb3\xa5\xac\xa6\xfd\x17\xf6\x76\ \x51\x35\x4b\x8a\xaa\x4f\x20\xe5\xb2\xaa\x63\xee\x48\x9e\xe2\x2a\ \x3c\x7f\x76\x8e\x68\xf6\x30\x73\xc1\xb2\x63\xc7\x54\xd5\xbc\x4f\ \xc5\x14\x54\xd4\x1c\xdd\xaf\xd8\x0b\x98\xbd\xe0\x6f\x87\x00\x9b\ \xec\x85\xcc\x59\x54\xf8\x17\xfb\x9d\xc5\xd5\x2c\x2e\xae\xfe\x0b\ \x49\xa5\xa8\x7a\xc6\x31\xd2\x37\x39\xa8\x9e\x76\x2c\xe6\xd8\x55\ \x58\xc9\xa2\xc2\xca\x13\x8e\x2f\xaf\x9f\x4b\xf9\x71\x7b\xbc\xa5\ \x55\x78\xb3\x5d\x9e\xc5\xc7\x8d\xb4\x6b\x16\x9e\x4e\x4a\x17\x49\ \xa5\x26\x30\x9c\x36\x72\x2b\xca\x09\x19\x12\x81\xd1\x11\xfc\xa3\ \x01\x72\x0b\xe2\x24\xdb\xfa\x90\x9c\x1e\x52\xa9\x0c\x3d\x2d\x4d\ \x98\x15\x11\x54\x95\x1c\xb7\x0b\x97\x62\x60\x36\x41\x54\x53\x39\ \xdc\x3b\xc0\x84\x9c\xc2\x51\x51\xc0\xc8\xd0\x04\xfe\xb1\x10\xe9\ \x91\x38\x13\x03\x61\x72\xca\x2a\xf1\x16\xe6\x91\xe3\xf4\x93\x08\ \x8c\x43\x2c\x41\x28\x33\x8c\x2a\x81\x6c\xb3\x33\x92\x31\xd3\x3f\ \xe6\xa3\xa3\xc7\x47\xa1\xd3\xcc\xec\xd1\x20\x33\xa3\x69\x0a\x3d\ \x2e\x1c\x66\x01\x8f\xd5\x06\x92\x80\xbb\xa0\x0c\xb7\x62\x45\x47\ \x62\x6f\x63\x0b\x07\x3b\xfa\x49\xcb\x2e\x24\xc5\x49\x28\x93\x62\ \xd4\x1f\x62\x3c\x21\x52\x84\x15\x21\xeb\x3d\x92\x45\x16\x59\x7c\ \xdc\x48\xbb\xa7\xa3\x95\xa9\x55\xe5\x98\x32\x69\xcc\x9a\x80\xd9\ \xe6\xc6\x5d\x24\x61\x35\x4c\xf8\x43\x21\xda\x1b\x5b\xb1\xf5\x0f\ \x63\xb1\xda\xb1\x5a\xed\x88\x82\x8a\x20\x99\xf0\xe6\x7a\x08\x27\ \x23\xa0\xa5\x18\x1e\x1f\xa1\x6f\x6c\x84\xf6\xb1\x08\x9e\xda\x3c\ \x5a\xdb\xdb\x48\x88\x1e\x22\x69\x11\xff\x58\x00\x5f\xdf\x08\x8b\ \x6a\x66\x90\x54\x35\xec\x36\x0b\x5a\x40\x45\x48\x06\x71\x48\x76\ \x52\x5a\x9a\xfe\xe0\x18\x86\xd5\x89\x60\xf7\x90\x50\xd3\xf4\x4c\ \x24\x18\xda\xd1\xce\x6b\x3b\xdb\x69\xa8\xf2\xb2\x74\xfe\x4c\xaa\ \x8a\xbd\xb8\x2d\x0a\xed\x13\xcd\x24\x34\x81\x60\x24\xc6\x44\x28\ \x02\x0e\x0f\x99\x84\x4e\x20\x96\xc1\x1f\x49\x12\x4a\x19\x44\x34\ \x19\x4d\x36\x67\xa7\xc5\x59\x64\x91\xc5\xc7\x8f\xb4\x63\xbd\xfb\ \x91\x3d\x60\x37\x9b\x91\x13\x1a\xe9\x84\x8e\xa4\xd8\xb1\x14\x94\ \x92\x93\x5b\x40\x5a\x11\xc1\x24\x83\x2c\x21\xc9\x32\x4e\xc5\x44\ \x9e\x37\x87\xb8\x7f\x82\x68\x3c\x8e\xaf\xaf\x87\xde\xbe\x76\xc6\ \x62\x11\x3c\x53\xea\xa8\xac\x28\xa6\xc2\x51\xc6\x50\x5c\xe0\x5d\ \xdf\x38\xd1\xa4\x0d\x4d\x28\x20\x51\x68\xa5\xa7\xbf\x9b\x44\x3c\ \x84\xa2\xe8\x44\x82\x01\x8c\x64\x10\x43\xcf\x60\x4a\x24\xc9\xf1\ \xe4\x31\x1a\xf1\x63\xc8\x93\x29\x29\xf5\x4c\x0a\x03\x81\xa6\x81\ \x09\x26\xe2\xef\x51\x57\x5e\x44\x7d\x55\x19\xb2\xcd\x89\xcf\x3f\ \x81\xc3\x99\x43\x58\x13\x09\x45\x63\xc4\x92\x2a\x91\xa4\x4a\x52\ \xd3\x49\x0b\x02\xba\xac\xa0\x0b\x93\x29\x19\xb3\xc8\x22\x8b\x2c\ \x3e\x56\xa4\x6d\x37\x42\xb4\xbd\xf7\x36\xa5\xae\x22\x9c\xb2\x15\ \xb3\x30\x59\x3e\xc9\x66\xb7\x23\x8a\x02\x09\x49\x27\x92\x49\x90\ \x56\x13\x58\xed\x4e\x3c\x39\x76\xd0\x92\x0c\x0c\xf4\xd2\xdc\xda\ \x4a\x67\x6b\x33\x4e\x97\x95\xd9\x27\xcd\xa7\xa8\xba\x96\xf6\x81\ \x0e\xca\xa7\xb9\x58\xd8\x30\x8b\x31\x97\x4c\xc8\x48\xa3\xdb\x14\ \x0e\x0f\xb4\x10\x09\x85\x89\xf9\x47\x70\x48\x1a\x0e\x8b\xc2\xe0\ \xd8\x18\x4a\xc6\xc0\xe5\x74\x13\x53\x44\xcc\x66\x33\x49\x41\xc0\ \x30\xc9\xa8\x18\x38\x5d\x4e\x44\x41\x62\x28\x1c\x61\xec\x70\x0f\ \xfe\x58\x06\x4d\x80\x11\xbf\x1f\x8b\xcd\x8e\x28\x99\x70\xba\x73\ \x30\x24\x85\x94\xaa\xa1\x23\x20\xc9\x22\x26\x45\x42\x9a\xac\x43\ \x94\x45\x16\x59\x64\xf1\xf1\x22\x6d\xc9\x66\xa7\x6f\x70\x88\x48\ \x32\x8d\x9c\x36\xb0\x63\x21\xc7\x96\x83\xd5\x62\x47\x30\x29\x18\ \x06\x18\xc9\x24\x7a\x32\x86\x62\x92\x49\x93\x62\xdf\x81\x7d\x34\ \x1e\x6c\x43\x91\xcc\x4c\x9f\x3d\x8f\x9a\xba\xa9\xb8\xf3\x5d\x04\ \xe2\x51\x42\xe3\x03\x14\xe4\xe5\x23\x7a\x3d\xac\x28\xc8\x63\xb0\ \xb1\x8d\xc1\x54\x8a\x68\x20\x89\x23\x21\x20\x64\x24\x32\xba\x86\ \xea\x75\x21\xa2\x60\x4a\x18\x28\x8a\x4c\x2c\x13\x45\x44\xc5\x66\ \xb3\x60\xb3\x99\xd0\x10\x50\x91\x50\x05\x19\x67\x51\x0e\x52\x3a\ \xc9\x40\x28\x85\x2a\x64\x30\xdb\x73\x88\xa9\x2a\x8a\x24\x62\x93\ \x4d\xa4\x32\x2a\x82\x30\x99\x1e\xca\x40\x03\xd2\x88\x64\x8e\xd5\ \x8e\xcb\x22\x8b\x2c\xb2\xf8\xb8\x90\xb6\x98\x5b\xc1\x40\x7b\x1f\ \x65\x79\x66\xca\xf3\x0a\x49\xfb\x63\x34\xf5\x0c\x62\x12\x4c\x48\ \x82\x88\x9a\x49\xa3\xa5\x93\x08\xa9\x04\x83\xc9\x04\x29\x39\x83\ \xad\xd0\xc3\x19\xe7\x9c\x85\xc3\x9e\x8b\xdb\xe5\x26\x1a\x0b\xd1\ \xd3\xdf\x49\x7b\x77\x1b\x26\x51\x60\xb8\xa7\x0d\xb3\x0e\x55\xe5\ \x73\x58\x61\xb5\xf3\x6c\x77\x1b\x6e\xd5\x4e\x3a\x64\x20\x18\x20\ \x14\x78\x88\x4b\x22\x01\x2d\x8e\xd5\x99\x83\x49\xd4\xd1\xfc\x3e\ \x26\x46\x87\xb1\x99\x45\x24\xc9\x02\xa2\x8c\x68\xb2\xa2\x6a\x02\ \xaa\x21\x80\x62\xc3\xe5\xf6\xa0\x1b\x69\x34\x43\xc5\x22\x4c\x7a\ \xac\x88\x26\x33\xa2\xae\x23\x30\x99\x9c\x45\x12\x40\x91\x05\xe4\ \xac\xe7\x48\x16\x59\x64\xf1\x71\x24\xed\x1c\x93\x8d\x98\x2f\x40\ \xeb\x78\x98\xfa\x0b\x66\x31\x7d\x49\x25\x89\xf9\x3a\x9a\xae\x23\ \x0a\x22\xf1\x44\x0c\xd4\x0c\xa8\x3a\x8a\x2c\xe2\x70\xd9\xb0\x79\ \x5c\x90\xd1\x09\xfb\xc6\x19\x1b\x19\xa1\xaf\xbb\x9f\xce\xf6\x6e\ \x5c\x76\x37\x9a\xaa\x22\x6b\x22\x66\x35\x4d\x64\xb8\x09\x5b\x3c\ \x46\x01\x09\x5a\xc7\x02\x24\x75\x07\x49\x5d\x67\xf8\x50\x2b\x63\ \x31\x1f\x3a\x29\x86\x15\x09\xd9\x80\x44\x3c\x41\x3a\x95\xc2\x6d\ \xcd\xc1\x64\x56\x48\xeb\x1a\xa2\x98\xc1\xa6\x28\x64\x92\x49\x64\ \x59\x44\xcd\xa8\x98\xec\x56\x64\x51\x41\xcd\xa8\xe8\x82\x40\x2a\ \x93\x41\x94\x64\x74\x5d\x47\x10\x27\x2b\x51\xab\xda\x64\xe8\x75\ \x56\x1f\xc9\x22\x8b\x2c\x3e\x76\xa4\x9d\x88\xc4\xb1\x22\x73\x60\ \xdf\x21\x36\x49\x16\x4e\x39\xe3\x0c\x0a\xca\x4a\xb0\xe7\xe6\x22\ \x29\x32\x1e\x5b\x39\x68\x93\x45\x72\x33\xf1\x38\xa1\x09\x3f\x03\ \x9d\xbd\x8c\x0c\x0c\x12\xf0\xf9\x18\xe8\xee\x21\x30\xe4\x23\xd7\ \xe5\x26\x98\x8c\xe0\x1b\x1e\x62\xf1\xe2\x45\x38\x1d\x0e\x02\x13\ \x23\x44\x22\x71\xdc\x0e\x19\xa7\xcb\x82\x24\x5a\x19\xe8\xee\xc6\ \xe7\xeb\x42\x16\xd3\x98\x6d\x06\x8a\x24\xa2\x08\x26\xcc\x36\x33\ \x69\xb3\x84\x7f\x3c\x48\x4a\xd3\x28\x29\x2f\x45\x17\xc0\xa2\xc8\ \xa4\x74\x15\x59\x10\xd1\x55\x8d\x74\x2a\x0d\xa2\x80\x24\x88\x98\ \x8e\x94\xcd\xc8\x24\x53\xd8\x1d\x0e\x4c\x8a\xc2\xe8\xc8\x08\x91\ \x48\x04\x49\xca\xe6\xe6\xcc\x22\x8b\x2c\x3e\x86\xa4\xdd\x3f\x38\ \x4a\x46\x33\xf0\x3a\x1d\x34\xee\xdd\x85\x45\x81\xaa\xda\x1a\x04\ \x93\x09\x04\x48\x66\x32\x08\x40\x24\x14\x42\xcd\xa8\x28\x16\x33\ \xe1\x70\x18\x3d\x95\x41\xd2\x0d\x5c\x56\x0b\xf9\x35\xd5\x84\x02\ \x01\xfc\xbe\x11\xd2\x5a\x86\x9e\x81\x3e\x0c\xc1\x20\x12\x0a\xa2\ \x5b\x3c\x24\xf4\x38\xde\x42\x0f\xfe\xe1\x00\xe1\xd8\x38\x66\x93\ \x84\xd9\x62\x41\x27\x83\x60\x48\x48\xb2\x19\x0c\xb0\x5b\x6d\x58\ \xdd\x39\xc4\x53\x71\xfa\xfa\xfa\x29\x2d\x2f\x47\x55\x75\x74\x1d\ \x24\xb3\x82\x49\x31\x83\x24\x91\x4a\xa5\x50\x14\x05\xb7\xc3\x89\ \xa6\x69\xe8\x26\x0b\xf1\x68\x94\xc1\xb1\x3e\xd2\xc9\x14\xb2\x22\ \x63\xa8\xd9\xbc\x23\x59\x64\x91\xc5\xc7\x90\xb4\x9b\x9a\x9a\xb0\ \x9a\x2d\x94\x17\x17\x11\x08\x2a\x8c\x0f\x0d\x51\x5a\x54\x40\x69\ \x45\x29\x89\x74\x12\x8b\xac\x10\x09\x45\x50\x0c\x8d\x92\xa2\x7c\ \xf2\x0a\x0a\xd0\x0c\x1d\x45\x10\x49\xc7\x93\x74\x36\xb7\x33\x32\ \x34\x4c\x26\x93\x21\x99\x49\xa3\x19\x06\x86\x20\x92\x31\x04\x42\ \xa9\x34\x9a\x90\xc0\x5b\x94\x87\xcf\x17\xc6\x17\xe8\xc7\x90\x93\ \xc8\x66\x1d\x04\x03\xb3\x6c\x06\x51\x42\x14\x4d\x48\x16\x11\x8b\ \xd5\x4a\x6e\x7e\x3e\x9a\x00\xa3\x63\xa3\xf8\x47\xc7\x27\x2b\x22\ \x5b\x2c\xd8\xec\x0e\x44\x04\x74\x5d\x47\x57\x35\xcc\xb2\x82\x64\ \x08\x68\x9a\x4e\x70\xdc\x8f\x7f\x7c\x1c\xc3\x30\x70\xda\xed\x24\ \xe2\x09\xc2\xc1\x20\x82\x98\xd5\xb5\xb3\xc8\x22\x8b\x8f\x19\x69\ \x87\xc7\x47\xf1\x38\x1d\x84\xc2\x11\xa6\x54\x56\x61\xb6\x5a\xc0\ \x30\x18\x1f\x1b\x47\x56\x24\x72\xdc\x39\x38\x0b\x0a\xb1\xda\x1c\ \xe4\x7a\x3d\x24\x53\x71\xe2\xf1\x08\xfe\xf1\x51\x3a\x5b\xda\x19\ \x1b\x1e\x23\x1e\x8d\x21\x4b\x0a\x2e\x4f\x0e\xc1\x40\x90\xbc\xa2\ \x62\x0c\x49\xc1\xea\xf6\x10\x48\x19\x38\x3c\x6e\x1a\xb7\xec\xc0\ \x1f\x0a\x61\x71\x58\x50\xd3\x1a\x26\x51\x41\x14\x64\x0c\x43\x40\ \x96\x2d\x48\x8a\x8c\x21\x88\x04\x82\x61\x2c\x56\x0b\x45\xf9\x45\ \xe4\x79\xf3\xf1\xfb\xfd\x84\x26\x42\xd8\xcd\x36\x5c\x4e\x27\xd1\ \x68\x04\xd1\x30\xb0\x9a\xcc\xa8\xe9\x34\x63\x3e\x1f\xb1\x68\x0c\ \xb3\x2c\x63\x36\x99\x11\x05\x91\x8c\x20\x62\x31\x99\xb3\x09\xa3\ \xb2\xc8\x22\x8b\x8f\x1f\x69\x17\x7a\x1c\x74\x77\xf6\x30\x3c\x1a\ \x40\xc3\xc4\xec\x39\x33\x29\x29\x9b\x8a\x24\x41\x34\x1e\x61\x78\ \x64\x9c\x74\x2a\x43\x3c\x91\x9c\xac\x75\xa6\x26\x19\x1f\x1b\x22\ \x19\x4f\xe2\xb4\x3a\x90\x64\x79\x72\xd1\x4f\x10\xb0\x58\xac\x78\ \x64\x13\x88\x12\xba\x28\x50\x5c\x51\x81\x12\xcb\x70\xa0\x7f\x8c\ \xfe\xa1\x01\x04\x9b\x1d\xc3\xd0\x51\x64\x19\xb3\x62\xc2\x62\xb2\ \x93\xce\x00\xa2\x88\xa4\x88\x08\xa2\x80\xa6\xa9\x44\x82\x41\xc2\ \x80\xc5\x6c\x26\xd7\xed\xc6\xaf\xaa\xf8\x86\x86\x50\x73\x73\x71\ \x38\xec\x18\xba\x4e\x2c\x12\x21\x93\xc9\x90\x4e\xa5\x50\x24\x09\ \x59\x92\x51\x64\x05\x59\x94\x50\xe5\x0c\x82\x91\x5d\x86\xcc\x22\ \x8b\x2c\x3e\x86\xa4\x6d\xb7\xc8\x84\x42\x61\x02\x91\x0c\xd6\xb1\ \x30\x4a\x7b\x37\x91\x78\x82\xfc\x7c\x0f\x66\xab\x82\x24\x9b\x90\ \x34\x11\x45\x11\x88\x27\x53\x64\x34\x81\xe2\xf2\x4a\xdc\x76\x27\ \xfe\xd1\x31\x82\xfe\x10\x55\xb5\x75\xe4\xe5\xe6\xd2\xd5\xd5\x4b\ \x68\x6c\x8c\x58\x2a\x49\x6d\x65\x05\x91\x68\x0c\x04\x81\xc1\xa1\ \x21\x14\xd9\x8c\x6a\xc8\x88\xa2\x09\xbb\x59\x41\xcf\x64\xc8\x64\ \x32\x88\x82\x09\x49\x91\x11\x65\x50\x64\x19\x43\x13\xd1\x44\x11\ \x0c\x10\x11\x30\xd2\x69\x72\xec\x0e\x52\xa6\x34\xf1\x58\x14\x4d\ \x53\x51\xd5\xc9\x4d\x91\x64\x6c\x56\xdb\x64\x01\xdf\xe3\xac\x6a\ \x49\x14\x3f\xb4\x22\x9a\x59\x7c\x58\x30\x88\x85\xc3\x08\x16\x27\ \x36\x53\x56\xb6\xfa\xa0\xc8\xc4\x82\x84\xd3\x12\x5e\x8f\xf3\x84\ \x28\x84\x78\x24\x84\x2e\xdb\x71\x58\xff\x1f\x2c\xc0\x1b\x1a\x91\ \x70\x0c\x93\xdd\x79\xb4\x3e\xe8\xff\x09\x6a\x2a\x4a\x3c\x2d\xe2\ \x74\xda\xb2\x91\x13\x1f\x02\x44\x93\xc5\x8c\x21\x09\x64\x74\x95\ \x70\x34\x46\x32\x91\x22\x16\x89\x90\x88\x45\x51\x04\x89\x3c\x77\ \x0e\x75\x35\xd5\x9c\x34\x77\x1e\xf3\x66\xcf\xa5\x61\xd6\x1c\xdc\ \x79\x05\x84\xe3\x49\xdc\xb9\x05\xac\x5c\xb3\x86\xd5\x6b\x4e\x21\ \xc7\x9b\x4f\x28\x16\xc3\xe6\x72\x61\x75\xd8\x18\x1f\x1f\x47\xcb\ \xa4\x48\xc4\xa2\x94\x15\x95\x31\x67\xd6\x49\x08\x58\x10\x05\x2b\ \xaa\x2a\x61\x52\x6c\x48\x92\x8c\xac\x48\x08\xe8\x88\x18\xc8\xa2\ \x88\x49\x56\x30\x8b\x12\x26\xc3\xc0\x26\x4a\x98\x10\xb0\x48\x12\ \x4e\x8b\x85\x1c\xbb\x03\x59\x96\xb1\xda\x6c\x78\xbd\x5e\x5c\x39\ \x6e\x14\x93\x09\xc5\xa4\x60\xb6\x5a\x30\x99\x26\x5f\x00\x48\x22\ \x86\x98\x1d\x1e\xff\xd0\x73\xa8\xff\xed\x79\x49\xc4\x3f\xc2\x48\ \x20\xf1\x8f\x5d\x50\x8b\xe3\x1b\x1e\x26\xf1\xfe\x7a\x70\xa4\x85\ \x7b\xee\xbc\x9f\xc3\x81\xff\x1d\xfd\x32\x78\xf8\x2d\xee\xbb\xe5\ \x27\xdc\xf6\xf0\x7a\x46\xe2\x7f\xe7\x9c\x2f\xe9\xe7\xf5\x67\x1e\ \xe4\xc7\x3f\xfe\x25\x2f\xec\xee\xfe\xab\x87\x6c\x7d\xe2\x57\x3c\ \xba\xa1\xed\x44\xf2\xd3\x06\x78\xe4\x9e\x3b\xd9\x3a\x98\xf9\x10\ \xbf\x41\x8a\xad\x2f\x3c\xc9\x86\x3d\x3e\x30\x62\x0c\x0f\x8f\x90\ \x3e\xf2\x9f\xc4\xd0\x0e\x6e\xbd\xfb\x31\xfa\x53\x7f\xbd\x2f\x93\ \xa1\x51\x46\xc6\x8f\x55\x3f\xda\xf5\x87\xfb\x78\x7c\x63\xd3\x09\ \xf7\x1c\xee\xd8\xc6\x13\x4f\xbf\x42\xf0\x23\x30\x1d\x56\xfd\x8d\ \xfc\xfe\xf7\x7f\xa2\x27\xfe\x2f\x42\xda\x66\x6f\x01\x19\x49\xc1\ \x2c\x99\xc9\x77\xbb\x98\xf0\x0d\x32\x31\x3c\x48\x60\x78\x90\xf1\ \xc1\x6e\x62\x7e\x1f\xf1\x89\x31\x86\x7b\x3b\x68\x3b\x7c\x80\xc3\ \x07\x0f\x93\xd2\x24\x66\xce\x5b\xcc\xaa\x53\xcf\xa2\x7e\xe6\x5c\ \xe2\x69\x95\xf6\xae\x6e\x52\xe9\x34\x86\xa1\x33\xe1\x9f\xc0\xe7\ \x1b\x62\x64\x68\x90\x74\x3c\x8e\xdd\x64\xe3\xe2\x0b\x2e\x67\xe5\ \x92\xd3\x30\x09\x2e\x0c\xd5\x8c\x28\x5a\xd0\x75\x1d\xc5\x24\x22\ \x4a\x3a\x82\xae\x62\xe8\x19\x14\x34\x14\x8e\xfc\x9d\x49\x63\x11\ \x05\x64\x5d\x43\xc8\xa4\xb0\xc8\x12\x92\x24\xa2\x0b\xa0\x61\x80\ \x20\x20\x2a\x32\x86\x20\xa0\xea\x3a\x3a\x06\x86\x00\x88\x02\x59\ \xce\xfe\x1b\xf0\x1f\xe4\xbb\x5f\xba\x82\x87\xdf\x19\x7c\xff\x11\ \xe3\x0f\xb7\x7c\x8f\xfb\x36\xf5\xfc\x8d\x13\x46\x79\xf4\xae\x3b\ \x79\x67\xe8\x1f\xfb\x18\xdf\xf6\xa7\xb9\xfb\x37\xaf\xf2\x7e\xc9\ \xf5\x89\xd6\x5d\xf4\x45\x24\xa6\x16\x7e\xfc\x3b\x26\xda\xb3\x95\ \x07\x1f\xdb\x48\xe1\x49\x6b\x58\x7e\x52\x2d\x36\xf9\xef\xf9\xce\ \x1a\x6f\xfc\xe1\x7e\xde\x1e\x70\xb0\xe6\xb4\xd5\x4c\x2b\x76\xff\ \x95\x63\x46\xd8\xd1\xd4\x43\x4e\xf5\x89\xb5\x2f\xf5\x9e\x03\x34\ \xf7\x46\xa9\x28\xb1\x7e\x98\xd4\x80\xa6\xa9\x88\x16\x33\x9d\xaf\ \x3c\xcc\x83\x7f\xda\xc9\xfb\x05\xdc\x06\x0e\x6c\x67\x42\x70\x51\ \x6a\xff\x6b\xe7\xa5\x79\xfe\x57\x77\xb2\x61\x7f\xe4\xc8\xdf\xe3\ \xec\xd8\xdf\x4f\x4e\xd9\x89\xd5\xc8\x25\x43\x43\x55\x0d\x3e\x0a\ \x13\x62\x49\xd4\xc8\xa8\x2a\xff\x2a\x93\x73\x39\x82\x80\xcd\x9b\ \x87\x11\x17\x08\x8f\x0f\x33\x63\x5a\x15\x25\x85\x1e\xca\x4b\x0b\ \x10\x45\x1d\x45\x4d\x10\xf7\xfb\x48\x67\x0c\x8a\x73\x5d\xcc\xa9\ \x5d\x44\x61\x6d\x3d\xa9\x44\x8a\xa1\xc1\x41\x7a\x3b\x3b\x39\xb4\ \x7f\x3f\xd1\x60\x10\x55\xcd\x10\x4b\x26\x30\x27\x12\x94\x14\x15\ \x50\xe0\x76\xd2\x39\x18\x40\x71\xe4\x62\x96\xec\x9c\x75\xda\x79\ \xe4\x38\x0b\xd9\xbf\x7f\x17\x19\x35\x8c\x2c\x2b\xc8\x8a\x48\x3a\ \x9e\xc6\x6c\x36\x21\x1a\x1a\x92\x28\x20\x4b\xc2\x64\x03\xaa\x29\ \xc8\x88\x18\xba\x06\x86\x86\x68\xa8\x98\xcc\x56\x74\x4d\x23\x73\ \x44\x26\x41\x37\x26\xcb\x50\xc1\x51\x49\x44\x37\xf4\x6c\x15\xf6\ \xbf\x81\x91\xae\x36\x5a\xda\x06\x69\x7b\x76\x1d\xe7\xad\xfc\x1a\ \xc5\xa9\x6e\x0e\x76\x0e\xb2\xf8\xc2\x62\x48\x0d\xb1\xfe\xa9\x67\ \x39\x38\x10\xa5\x7e\xd5\x5a\x2e\x5c\x35\x1d\x69\xac\x9d\xa6\xb6\ \x03\x1c\x7a\xfc\x16\xa2\x2b\x2e\xe4\xd3\xe7\xcd\xa2\x63\xc7\xcb\ \xbc\xf8\xd6\x5e\x28\x98\xc5\x95\x57\xaf\xc5\x36\xf0\x26\xbf\x7d\ \x3d\xc8\x15\xd7\x5e\x48\xfe\x91\xca\x5e\x6d\x8d\x1d\x1c\xda\x3d\ \xc4\x9d\xb7\xa6\xb9\xf0\x4b\x5f\x20\xd3\xda\xcf\x48\x67\x37\x0f\ \xff\xe2\x97\x54\x2f\x38\x8b\x8b\x4e\x9d\x8d\x02\x0c\x37\xbd\xc3\ \xf3\x1b\xb6\x10\x32\x55\x70\xc1\x15\x97\x33\xfd\xb8\x12\xea\x03\ \x87\x36\xf3\xc2\x6b\x7b\x08\x64\x4c\x2c\x3a\xeb\x32\xce\x98\x57\ \x46\xc2\x77\x80\x67\x9e\xdb\x44\x4f\x50\x66\xe5\x27\x3e\xc5\x9a\ \xaa\x28\xcf\x3d\xf5\x1c\xcd\x23\x1a\x27\x9d\x7d\x29\x67\xcf\xab\ \xa0\x63\xfb\x7a\x5e\x78\xeb\x00\xaa\x63\x2a\x97\x5d\x7b\x25\x53\ \x5d\x31\xde\x79\xfe\x39\xde\x39\xd4\x4f\xd9\xfc\x33\xb9\xe2\x9c\ \x45\x64\x7c\x87\x59\xb7\x6e\x13\xbd\xfe\x38\x45\x33\x4e\xe6\xca\ \x8b\x96\x63\x03\x82\x7d\xfb\x78\xe1\x85\x4d\xf4\x84\x4d\x9c\x7a\ \xf9\xb5\xac\xa8\x31\xb3\xed\xc5\x3f\xf1\xf6\xbe\x3e\x4a\xe6\x9c\ \xc6\x15\x17\x2c\xc1\x72\x5c\x7b\x0e\x35\xbe\xc5\xba\x57\xb6\x11\ \x56\x4a\xf8\xc4\x55\x57\xd2\x50\x60\xa1\x63\xd7\xab\xec\xe9\x1e\ \xc6\xd5\x3f\xc0\xac\xf9\xcb\x70\xbe\xff\x95\x32\x51\x76\x6d\x7e\ \x91\xad\x07\x7b\xc8\x58\x0a\x38\xe7\xaa\xab\x99\x95\x7f\xe4\x6a\ \x89\x7e\x5e\x7f\x6d\x0f\x23\x65\x32\xfe\xf8\x6c\x96\x97\xd9\x79\ \x77\xdd\x23\xbc\x75\x78\x90\xfc\x86\x53\xb8\xea\xa2\xe5\xd8\x87\ \x5b\x18\x4d\x3b\x38\xab\x3e\x0f\x30\xe8\xdd\xf7\x06\xaf\x6e\x3b\ \x48\x7f\xf3\x5e\xd2\x25\x17\x50\x6f\x83\xd8\xc0\x7e\x9e\x59\xb7\ \x91\xa1\x84\x93\x53\x2f\xbe\x92\xc5\xd5\x4e\x9a\xb7\xbe\xc0\x86\ \xad\x8d\xa4\xdd\xb3\xf8\xcc\xb5\x6b\x29\xb4\x41\xef\x7b\x2f\xb1\ \x23\x58\xc6\xa5\xa7\xce\x25\xda\xf2\x26\x2f\x1f\x56\xb9\xf0\x92\ \xd3\x31\x8d\xb6\xf0\xc7\x4d\xed\x2c\x5f\x5e\x43\x50\x2b\xe6\xcc\ \x99\x1e\x36\xac\x6b\x63\xef\xa1\x36\xee\x10\x43\x5c\xfe\xa5\x6b\ \xe8\x6b\xea\x67\xb8\xb1\x87\xbb\x6f\x9d\xa0\x61\xd5\x5a\xce\x5d\ \x54\x75\xcc\x8a\xce\xf4\xb1\xaf\xb5\x99\x41\xdf\x83\xe8\x81\xf3\ \xf8\xe4\xe9\x22\xed\xa3\xfd\xb4\xbf\xf4\x2b\x46\x0f\xd4\xb0\xf6\ \xb2\x4b\x99\x9a\xa3\x72\xa8\x73\x84\xca\xa5\x67\xe3\x0a\x74\xf2\ \xd4\x1f\x9f\xa7\x6d\x54\x63\xce\x9a\x8b\x59\xbb\xa2\xfa\xa8\xa5\ \xbf\xfb\x95\xe7\x78\xfb\x60\x37\x19\x25\x8f\x33\x2f\xbb\x82\x93\ \xca\x5d\x80\x46\xfb\x8e\xd7\xd8\xb8\xed\x10\x21\xd5\xcc\xd2\x0b\ \xaf\x61\x4d\x9d\xc2\x96\x17\x9e\x63\x7b\xe3\x00\xd6\xa2\x7a\x66\ \x4d\x31\x71\x68\xd7\x21\x28\x9d\xcf\xd5\x97\x9f\x45\xae\x19\xd2\ \x81\x4e\x5e\xf8\xd3\x7a\x5a\xc7\x0d\x16\x9e\x7d\x09\x67\xce\xad\ \x38\xda\x87\xad\x87\xfa\xc9\x9f\xb6\x92\x29\xf2\x28\x2f\x3d\xfe\ \x0c\x7b\xbb\x83\x54\x2d\x38\x9d\xcb\xcf\x59\x74\xb4\xf2\xd2\x47\ \xca\xd2\xd6\x11\xd1\x35\x8d\x42\xaf\x13\xbb\x2c\xd3\xde\xdc\x8c\ \x6f\xb0\x8f\xf1\xf1\x11\x34\x4d\xc5\xa4\x98\xb1\x59\xed\x78\x3c\ \xb9\x4c\x9d\x52\x83\x55\xb1\xb0\x6f\xfb\x4e\x9e\x7c\xec\x51\x7e\ \xf7\xd8\xa3\x6c\x7a\xf5\x65\xda\x9b\x0f\x12\x0d\x8e\xe2\x34\x0b\ \xcc\xa8\x99\xca\xbc\x86\x06\xbc\x6e\x0f\x4d\x2d\xad\x44\x62\x31\ \x04\x44\x26\x26\x22\x88\xa2\x83\x85\x8b\x4f\xe5\x0b\x5f\xfe\x26\ \x97\x5e\xf6\x29\x14\xd9\x42\x26\x1e\xc7\x6e\x92\xd1\xd3\x2a\x7a\ \x5a\x45\x53\x35\x74\x40\x50\x14\x30\x9b\x49\x1a\x3a\xaa\x28\x20\ \x28\x26\xd2\x9a\x8e\x60\x80\x22\x88\xc8\x82\x88\x78\x64\xa8\x08\ \xa2\x08\x92\x88\x06\xa8\x86\x81\x0a\x68\x46\x36\xf3\xc8\x5f\x43\ \x5b\xf3\x3e\x2a\x2f\xf8\x37\xd6\xe4\xf6\xb3\x71\xe7\x28\x99\xfe\ \x5e\xc2\x62\x2d\x8b\x0a\xc3\xfc\xfa\xa6\x1f\xb1\xcd\xef\x61\xc5\ \xbc\x62\x36\x3c\xf0\x2b\xb6\x0f\x19\xf8\xdb\x3a\xd0\x73\x57\x70\ \xcd\xc5\xe7\xb3\x62\x41\x39\x4d\xaf\xfd\x8a\x9f\x3f\xf6\x36\xd5\ \x4b\x56\x93\x79\x6f\x1d\xbf\x7f\xa9\x91\x4c\x3a\xc4\xb0\x3f\xc2\ \xb1\x06\x1f\xe7\x60\xef\x28\x4b\x2e\xb9\x8c\xb3\x4e\x5b\x4d\xa5\ \x35\xcc\xee\xf6\x21\x6a\x4e\x39\x97\x95\x0d\xb9\xac\xff\xf5\x83\ \x6c\xef\x87\xf0\xe1\x3f\x71\xd3\x6d\x4f\xe2\x98\xb9\x9a\xbc\x91\ \x77\xf8\xcd\xef\x5e\x3f\x4e\xbc\x1d\xe1\xd9\x87\x1e\x27\xe8\x9d\ \xc7\xb2\x1a\x81\x27\xee\xba\x9d\xc3\x09\xd8\xfb\xec\xe3\xbc\xdb\ \x6f\xe3\xe4\xd3\x56\x33\x45\xe9\xe7\x8e\xef\xfd\x88\x03\x99\x0a\ \x16\xd7\x48\x3c\xf9\xe0\xd3\xec\xd9\xf5\x3a\x77\x3c\xfa\x26\xd5\ \xcb\xcf\x62\xd9\xdc\x19\xe4\xca\x11\x5e\xb8\xed\x26\x9e\xda\x13\ \x61\xf9\xf2\x06\xb6\xfd\xfe\x51\xb6\x74\xc4\x39\xf0\xca\x23\x6c\ \xf5\xd9\x38\x65\xd5\x0c\x76\xad\xbb\x97\x67\x0f\x45\xd1\x7a\xde\ \xe4\xa6\x1f\xdc\xcb\x44\x4e\x1d\x2b\x96\x2d\x64\x6a\x8e\xca\x8b\ \x77\xdf\xcc\x13\xdb\xc3\xac\x58\xdd\xc0\x8e\xe7\x1f\xe0\xc5\xd6\ \x63\x73\xe8\xb1\xbd\xcf\xf1\xa3\x5b\x9f\xc1\x35\x6b\x05\x65\x89\ \x03\xdc\x73\xef\xf3\x18\x68\x1c\x3a\x1c\x66\xe5\x85\x9f\xe2\xac\ \x85\x33\xc9\x7f\xdf\xf8\xd5\xc6\x78\xfc\xb6\xef\xf0\xbb\xdd\x41\ \x1a\xea\x0b\x68\x7c\x73\x33\xbe\xe8\xb1\xba\x4a\xc1\xae\x3d\x84\ \xf3\xe7\x72\xf5\x95\xe7\x31\xb7\xce\xc3\xcb\xf7\xff\x80\x27\x76\ \x87\x58\xb6\x62\x2e\x6d\xeb\xef\xe7\x85\xf7\x46\xf1\x75\xf5\x92\ \xb0\xcf\x60\xba\x1b\xf6\xbf\x70\x0f\x37\x3d\xb8\x99\x82\xba\x7a\ \xac\x4a\x86\xd2\x79\x33\x61\x74\x2f\x3f\xbc\xe9\x57\x84\x0b\xe7\ \x31\xdd\xd9\xc7\xbd\x8f\x3f\x4f\x60\xa2\x8f\xa7\x1e\x79\x01\x6b\ \xf5\x62\x56\x2c\x98\x86\xed\x08\x0b\x8d\xb6\xef\x64\xc3\x8e\x56\ \x44\x60\xe3\x93\x8f\xf0\xd4\xba\x77\x31\x80\xc3\xaf\xff\x81\x37\ \xbb\xa3\x04\xbb\x77\xb3\x6e\x5b\x17\x5a\x72\x80\x46\x7f\x86\x33\ \x3e\x79\x05\xa7\xac\x5c\x4a\x81\x31\xc4\x9e\x81\x18\xf3\xcf\x5b\ \xcb\xfc\x52\x9d\xdf\xde\xf3\x6b\x0e\x8d\x1d\xeb\xb6\x44\xdb\x41\ \x22\xe6\x1a\xae\xb9\x6a\x2d\x4b\x17\x4f\x63\xfc\xe0\x41\x32\xf6\ \x06\x2e\x39\x67\x25\x5a\xd3\x7a\x1e\x7a\x76\x0b\x30\xc1\xe6\xe7\ \x5f\x22\x10\x19\xe6\xc9\x07\xee\xe0\x90\x51\xcd\x39\xa7\x2d\xa5\ \x2c\xdf\x79\xcc\x5e\x1f\x7a\x97\x87\xff\xf0\x3a\x45\x8b\x4e\xa1\ \x22\x7d\x88\x3b\xef\x7b\x89\x0c\xf0\xce\xe3\x3f\xe5\x17\x4f\xef\ \xa6\x7c\x7a\x1d\xfe\x7d\x6f\xd2\x3e\x96\x21\xd5\xf2\x36\x8f\x3f\ \xbb\x8f\x86\xe5\xcb\x09\x6f\xfb\x03\x8f\xbe\xd8\xca\xec\xe5\x73\ \xe8\x7b\xfd\x61\x7e\xbf\xbd\x0f\x52\x3d\xdc\xf1\x83\x9f\xd2\x2c\ \x4c\x65\x51\xa5\xc1\xa3\x77\x3f\x41\x77\xec\xa8\xf8\xc7\x9b\x1b\ \x9e\xa3\x25\x1a\xe1\xcd\x47\xef\x65\x43\xaf\x9d\xb3\xce\x5a\x43\ \x4d\x71\x1e\xd2\x47\xd5\xd2\x16\x53\x19\x8c\x44\x12\x49\x34\x93\ \xe3\xf1\x62\x77\x15\x61\xcd\xb1\x80\xd9\xc2\x68\x28\xca\xfe\xd6\ \x5e\x42\xd1\x14\x26\xb3\x8b\x64\x7a\x3b\x76\x9b\x99\x70\x74\x02\ \xdf\xd8\x18\x39\xb9\x1e\x3c\x2e\x2b\xd5\x25\x95\x54\x14\x78\xc9\ \xf7\xe6\x11\x8d\xa9\x0c\xf8\x46\xf0\x8d\x87\xe9\x1d\x1a\x43\xb0\ \x41\xbe\x47\xc3\x6e\xb5\x93\x53\x50\x4a\x34\x65\xe0\x1f\xf7\x91\ \xd1\xcd\x98\x65\x1b\x7a\x3c\x02\x6a\x1a\xc3\x10\x30\x24\x81\x94\ \x68\x20\x9b\x64\x04\x8b\x79\x52\xe9\x36\x40\xd0\xc1\xc0\x40\xd7\ \x0d\x24\x4d\x47\x32\x0c\x0c\x7d\x92\x9c\x11\x04\x0c\x11\x34\xc0\ \x10\xc4\x49\xe2\x50\x14\x44\x45\xc1\xc8\xba\xfc\xfd\xb9\x3a\x4d\ \xcb\xc1\x11\x66\x5c\xf0\x25\xce\x36\xc3\x5d\x6f\x6d\x64\x7b\x5d\ \x10\x53\xdd\x2c\x82\xef\xbd\xca\x8e\x44\x3d\x3f\xff\xe6\x27\xc9\ \x53\xc7\x39\xf0\xca\x36\x26\xfc\x3e\x1a\x3b\x3b\xf1\x2c\x38\x83\ \x55\x0b\xe7\x41\xb4\x83\xef\x3d\xf9\x0e\xcb\x3e\xff\x0b\x4e\xab\ \x0d\xb2\x57\x97\x28\x72\xd9\xc8\x9d\xbe\x96\x9f\x4e\x3f\xde\x9c\ \xef\xa5\x6f\xd4\xc6\xc5\xd7\x9d\xca\xbc\x22\x13\x04\x0f\xd1\x3d\ \x02\xe7\x7c\xe1\x5c\x56\x96\x84\x79\xe7\xa5\x03\x44\xc6\xfa\x58\ \xf7\xc7\x17\x29\x3b\xf3\x7a\x2e\x5b\x96\xc7\x43\x9b\x75\x9c\xf9\ \xc7\xca\x9c\xa5\x46\x3b\x69\x4b\x97\xf0\x85\xb5\x67\x32\xd7\x5b\ \xc9\xa6\x77\xee\x60\xc0\x37\x40\x47\x4f\x82\x85\x17\x5e\xc1\xaa\ \x45\x5e\xde\x7b\xfa\x27\xec\xd7\xe7\x71\xdb\x67\xce\xa6\xf9\x99\ \xdb\x31\x7b\xf3\x70\xd8\x4d\x90\x08\x10\x54\x1d\xac\x3d\x65\x3a\ \x81\xc3\xcf\xf3\xcc\x1e\x8d\xeb\x6f\xfb\x2c\x05\x7d\x2f\xa1\x5b\ \x6d\xb8\x4c\x51\xf6\x1d\x4e\xb2\xf2\x92\x4b\x58\xba\xcc\xce\x7b\ \x1b\x5f\x27\x1e\x19\x61\xfd\x8b\xeb\x70\xae\xf9\x02\x37\x5c\xb3\ \x64\xb2\xb5\x5a\xd7\xf1\xf4\xee\x18\x5f\xfb\xc5\xe7\xa8\x18\x7a\ \x09\x43\x70\x52\xe0\x7c\xdf\xf6\x8a\xf2\xec\x1f\x5e\xa3\xea\xc2\ \xaf\x73\xcd\x59\xd3\x09\xb9\x7a\xd9\xf1\xf4\x28\x81\x70\x0b\xad\ \x11\x3b\x17\x9c\xb7\x86\x99\xc7\x55\x38\xee\x7c\xed\xf7\xbc\x3d\ \x5a\xcd\x2f\x6f\xff\x32\xa6\xa6\x97\x59\x57\x32\x87\x69\x45\xc7\ \xf4\x85\xce\xbd\xcd\xb8\xeb\x4f\x66\xcd\x49\x33\x49\xb6\x6f\xe4\ \xa5\x3d\x69\xfe\xed\xd6\x1b\x98\xe7\x49\x13\xdc\xfb\x12\xdd\xbe\ \x5e\x9a\xfc\x5d\xe4\xcc\x3e\x07\x4b\x60\x2f\xbf\x7d\xb1\x85\xab\ \xbf\x7b\x17\xa7\x56\x4c\xd0\xf3\xca\x8b\x4c\xaf\x75\xb3\xf1\x99\ \xfb\x89\xd5\x9f\xcf\x17\x3e\xb1\x80\x97\xee\xdd\x40\xbe\xc7\x43\ \x68\xa8\x89\x61\xfb\x4c\xbe\x74\xc1\x19\x94\x1c\x57\xa0\xde\xe6\ \xca\xc3\x66\x35\x33\xd6\xbf\x8f\x77\xfb\xa3\xe4\x14\xe6\x13\x4e\ \x0c\xf0\xfc\xdb\x43\x5c\xf8\x8d\xeb\x88\xec\xbc\x85\xd2\x05\x6b\ \x91\x46\x3a\x19\x4d\x16\x71\xd5\x19\xab\xa8\xb2\x80\xde\xfb\x3a\ \xbe\x94\x97\x2f\x5e\x72\x1a\xf5\xb1\x62\x5e\x7d\xed\xd7\x84\x13\ \x1a\x1c\xa1\xb8\xd6\xc3\x1d\xc8\x95\xcb\x39\x63\xc9\x7c\x04\x60\ \xd3\xcb\x9d\xe4\x2e\x38\x97\x53\x97\x2e\x27\x7f\x68\x13\x8f\x0e\ \x45\x08\x0f\xf5\x31\xae\x57\x32\xaf\xaa\x88\x1d\x86\x46\x68\x34\ \x48\xd1\x8c\x73\x29\x77\x1f\xb3\x6b\x87\x0f\xee\x47\x29\x5b\xc0\ \x65\xa7\x2c\x21\x64\xe9\x62\xeb\xf3\x49\x86\x1b\x37\xf3\xd4\xdb\ \x61\xbe\xf2\x8b\x5b\x38\xc9\xd4\xc2\xb6\xe7\x6b\x98\x37\xad\x88\ \xd6\xb7\x0e\x63\x6a\x38\x8d\xf3\x56\xaf\xc1\xf1\xde\x2b\x68\xee\ \x55\x9c\xbc\x6a\x31\xa3\xbb\x36\xd0\x9d\x8a\xb0\x6f\xfd\x8b\x34\ \x9b\x16\x73\xfb\xa7\xce\xe0\xe0\x93\xb7\x62\xc9\xcd\xe5\x68\xad\ \xe7\x50\x1f\x43\x01\x33\x67\xcd\x2a\x47\xef\xd5\x89\xfa\xc7\xb0\ \x55\x5c\xc2\xcc\x22\xc7\x47\x57\xd3\x56\x4c\x16\x4c\x56\x2b\xee\ \xa2\x3c\xe6\x2d\x5f\xc4\xc9\x67\x9d\xc1\xe9\x9f\xf8\x04\x73\x97\ \x2d\x21\xaf\x72\x0a\x11\x5d\x67\x28\x18\xa1\x63\x78\x8c\x37\x76\ \xed\xa7\xb1\xb3\x0b\xbb\xdb\x45\xc3\xdc\x39\xd4\xcd\x98\x4e\xed\ \x8c\x7a\xca\xab\x2b\x41\x96\x69\xef\xec\xa4\x7f\x68\x18\xab\xd3\ \x8d\xdd\x5b\x40\x59\xd5\x5c\x74\xd9\x4d\x69\x65\x1d\xde\xfc\x22\ \x9a\x5a\x9a\xe8\xea\xe9\x20\xa5\x26\xf0\xfb\xc7\x49\xc4\xe3\x88\ \x88\x93\x21\xe9\xb2\x82\x24\xcb\x48\x92\x84\x21\x88\x68\x86\x81\ \xaa\x69\x68\xba\x8e\x2e\x80\x21\x08\x88\x92\x88\x2c\x4b\xc8\x8a\ \x8c\xac\x4c\xba\xf7\xc9\x82\x88\xa8\x83\xa8\x1b\x48\xe8\xc8\x80\ \x6c\x80\x68\x18\x90\xb5\xb5\x4f\x5c\x6c\x0c\x74\xd2\x18\xb4\x53\ \x59\x59\x4e\xf1\xc2\xe5\xe4\x8f\x6e\xe5\xd1\xf5\xbb\x68\x98\x55\ \xce\x60\x4f\x0b\xf9\x0b\x16\x92\x07\xa4\x7d\x8d\xb4\xa6\x3c\x4c\ \xcd\x95\xe8\x68\x1f\x65\xd6\x8c\x49\x0d\x35\x3c\xda\x47\xef\x78\ \x86\x96\xd7\x7f\xcf\xed\xbf\xd9\xc0\xb4\xb5\x5f\xe3\xd3\xa7\x4f\ \xfd\x8b\xcf\x19\xea\x6d\x23\xe0\xa9\x63\xea\x11\xa9\xc3\xdf\xd3\ \xc9\xa8\x58\x49\x6d\x81\x19\x7d\xa4\x91\x41\xc5\x45\x51\x7e\x92\ \xa6\xee\x18\xbe\x7d\x2f\x73\xdb\xdd\x8f\x63\x5d\x7c\x0d\xd7\x5f\ \xb5\xe8\x98\x92\xde\x75\x00\xb1\xb8\x8a\x5a\x2f\x84\x0f\x1c\x60\ \x3c\x5d\x4a\xb5\xd0\x47\x6f\xc2\xc4\xac\x19\x5e\x20\x4e\x4b\x77\ \x1f\xb1\x50\x27\x0f\xde\x72\x2b\x3b\xc2\x53\xb8\xe1\xba\x6b\xa8\ \x6f\x58\xc9\x4f\x6e\xfe\x12\xfd\xcf\xfd\x92\x5b\x9e\xd9\x41\xaf\ \xaf\x87\x70\x3a\xcc\x86\xc7\xee\xe2\x89\x2d\xa3\x5c\xf5\x8d\x6f\ \xb3\xc0\xd9\xc5\xa1\x84\x9d\xda\x19\xb9\x10\x6f\x67\x38\x24\x31\ \xb3\x30\x41\xb3\x3f\x49\xc3\x92\x99\xc7\x74\xf9\xf6\x26\xc2\xc9\ \x30\x1b\x1f\xbb\x93\x47\x37\x0f\x73\xd9\xd7\xbf\xc5\xea\x92\x23\ \xc4\x12\x69\xa3\x3d\xae\x30\x6f\xc9\xe4\xdb\xea\x40\x53\x2b\x4a\ \xf5\x6c\xf4\x8e\x43\xc4\xac\x53\xa9\x3f\xa1\x24\xbd\xce\x9e\x03\ \x7d\x14\x2f\x3a\x15\x2f\xd0\xde\xba\x0f\xb9\x7a\x1a\x45\xd6\x63\ \x2f\xd3\x7d\x1d\xe3\x54\xcc\xa9\x9b\x24\xf0\xd6\x56\xd4\xd2\x45\ \xcc\xf0\x00\xa9\x21\x0e\x75\x18\xd4\xe6\x3b\xe8\x6d\x1f\x65\xde\ \xdc\x1a\xc6\x1b\x0f\x90\xb0\xcf\x65\x75\xa5\x42\x62\xb8\x83\xce\ \x64\x21\xb5\x5e\x89\xae\x9e\x01\xa2\x7d\xbb\xb8\xed\x97\xf7\xe1\ \xcb\x5b\xcd\xb7\xbf\x7c\x01\xc1\xa6\x5d\xd8\xab\x6a\x38\x4e\x75\ \x02\xc0\xee\xf4\xa0\x44\xfa\x59\xbf\x6e\x13\x55\xa7\x5e\xce\xf4\ \xfc\x04\xeb\x1f\x7b\x94\x48\xd5\x69\x9c\x59\x67\xa5\xf1\xc0\x04\ \xb3\xeb\x2b\x19\xea\x6c\x46\x2b\x9b\x4d\xe9\x11\x15\xa7\xa7\xa5\ \x9d\xa4\x7b\x3a\x53\xcd\xe0\x1f\x3c\x4c\xc0\x53\x48\x79\xf1\xfb\ \x36\x69\x82\xa6\xee\x3e\xca\xe7\xd6\x1f\x79\xf2\xc6\x68\xed\x19\ \x61\xda\xac\xc9\xf1\xd3\xda\x14\xa0\xaa\xb2\x86\x60\xdf\x41\x62\ \x85\x15\x78\x9c\x4e\xae\xf8\xd6\xcf\xb9\xb0\xbc\x9f\xff\xfe\xcf\ \x9f\xd2\x1a\x3c\x26\x6a\x1e\x3a\x34\x84\xa7\x7a\x3e\x26\xa0\xbd\ \xab\x95\x9c\xfa\x0a\x46\xba\xda\xd0\xab\x96\x33\x37\x17\x02\xdd\ \xbb\xf1\xe7\x94\x51\x9b\xa7\xd3\xd4\xd2\x4d\xf5\xec\x3a\x20\x45\ \xa3\x2f\x49\x41\x75\x15\x30\x4c\xdf\x80\xca\xec\x12\x0b\x6d\xbd\ \x7d\xc4\x02\x6d\x3c\xf0\xcb\xdb\xd8\x93\xa8\xe1\x5b\xff\xf1\x19\ \x0a\x8e\x38\xd9\x04\x7a\x3b\x19\x11\xca\x29\x77\xd9\x59\xf9\xb9\ \xef\x71\xfd\x29\x76\x6e\xbd\xf1\xdb\xbc\xd5\x1b\xfb\x08\x6b\xda\ \xf1\x04\xb3\xe7\xcf\xa7\xbe\x76\x2a\x25\xc5\x05\x08\x82\x4a\x3a\ \x1d\xa7\x77\xa8\x9f\xa6\xde\x3e\x06\x02\x41\x6c\x05\x85\x8c\x8c\ \xc7\x28\x9d\x36\x03\x6f\xae\x93\x60\x3a\x45\x6a\x64\x1c\x5b\x2c\ \x86\x23\x62\xc2\x6b\x53\x70\x99\x25\x2a\xa6\xcd\x40\x90\x9c\x8c\ \x86\x32\xf8\x7a\xbb\x48\x68\x16\x6a\x67\xae\xc0\xea\x2e\xa2\xab\ \x6f\x80\x98\x2a\x52\x56\x55\x8d\x9e\x4e\x30\x31\x31\x82\x61\x68\ \xc8\x26\x13\x6a\x26\x09\x82\x30\x99\x5e\x55\x10\x26\x35\x69\x4d\ \x40\xd5\x74\x04\x41\xc4\x10\x0c\x24\x41\x98\x3c\x46\x14\x31\x04\ \x01\x59\x10\x11\x0c\x15\x4d\x37\x90\x8f\x58\xd8\x93\x56\xb9\x8e\ \x96\xd1\x10\x55\x2d\xcb\xd9\x7f\xae\x67\x37\xbe\x8b\xdf\x92\xc7\ \xb4\x72\x80\x2a\x96\xd7\xc8\x3c\xfc\x68\x8c\xcf\xd7\xd6\x63\x9b\ \xb0\x30\xb0\x73\x2f\xfb\xe7\x9a\x79\xe3\xb1\xc7\xc9\x59\x71\x2d\ \xb3\x4a\x24\x36\xf9\xfc\xa4\x5a\x0f\xb3\x3f\xc7\xa0\x54\xb1\x93\ \x9b\xe7\x66\xc6\xb2\xb3\x59\x5e\x21\x63\x78\x6b\xd1\x3a\xb6\x72\ \xef\x6b\x1d\x9c\xff\xb9\x4f\x33\xe5\xc8\x83\x9d\x4c\x44\x18\x1f\ \x1b\x60\xdf\xae\xfd\xcc\xac\xad\xa0\xbf\x65\x1f\x54\xcc\xa2\x48\ \x81\xde\x3d\x3b\x48\xdb\xca\x99\x5e\xec\xc2\xe5\xb6\x93\x37\xf7\ \x64\x2e\x9a\xe7\x21\xa1\x14\xe0\x3a\xce\x5b\xad\xfb\x40\x37\x30\ \x93\xb6\xed\x2f\xf0\xbb\x87\x36\x30\xef\x93\x3f\xc0\xde\xbb\x99\ \x09\xa6\x32\x2d\x07\xc0\x8c\xc7\xe1\x22\xaf\xa2\x8e\xf3\x2f\x3d\ \x19\x51\x33\x28\x73\xa7\xd8\xbb\xfd\x20\x8e\xc2\x3c\xaa\xcb\xac\ \x1c\x98\x08\x61\x2d\xcb\xc3\x9b\x57\xcc\xca\xf3\x2e\xa5\x48\x48\ \xe0\xa9\xcd\x63\x78\xcb\x13\x24\xac\x25\x34\xe4\x40\x60\xe7\x21\ \x86\x12\xc5\xd4\x57\x4e\xa5\xd9\x0a\x3b\x5f\x7e\x95\xfa\xf8\x54\ \x64\x47\x19\x0e\x6f\x01\x9e\x9c\x30\x2b\xcf\xbb\x98\x02\x23\x4d\ \xde\x94\xe3\x2a\x4e\x9a\x5d\x58\x33\x11\xf6\x6f\xdd\x49\xae\xa3\ \x89\xc7\xb6\x45\xf8\xec\x2f\x96\xd0\xf1\xea\x2f\xb1\x56\xad\xc1\ \xf9\x67\x8b\x7a\x1e\x87\xc2\xe0\xbe\xad\x34\xcd\x8e\xb0\xee\xf9\ \xdd\x14\x9c\x76\xf2\xd1\x85\x3d\x02\x9d\xf4\xf8\x45\xce\xab\xce\ \x07\xc0\xe9\x72\x91\xec\xdd\xcf\xce\x03\xb3\x18\xd8\xf8\x1b\x06\ \x0b\x57\xf3\x8d\xb9\x25\x3c\xfa\xe8\x38\x13\xbd\x63\x48\xe5\x2e\ \x52\x63\x6f\xf0\xc6\xbe\x16\xe2\x5b\x9e\xa1\xdf\x52\x4e\x6e\x41\ \x0e\x0e\x9b\x9b\xd2\x29\xf3\xb9\xf8\xcc\x06\xb4\x8c\x42\xbe\x29\ \xc9\x0b\x3b\x07\xa8\x58\x79\xf5\x5f\x68\xb3\xde\xdc\x42\xc6\xdf\ \xbe\x8f\xb7\x96\x7c\x95\xbb\xbe\x78\x1a\x0f\x7c\xf6\x12\x7e\xab\ \x2d\xe6\xee\x7b\x2e\x43\xf0\xef\x66\xef\x98\x89\xcf\xd5\x14\x12\ \x7f\x6b\x82\xd1\x91\x08\xbb\x76\x1f\xa4\x7e\x5a\x09\x87\x9a\x9b\ \x70\xd5\x5f\x8e\x19\xd8\xb7\x73\x0f\xd6\x82\xc5\x94\x2b\xc7\x3c\ \x4e\x62\xb1\x71\x7c\x5d\x87\xd9\x7b\xd8\x4c\x99\x32\x40\xdb\x90\ \x95\xab\x2b\xcb\x40\xeb\x60\x67\x4f\x92\x35\x57\x56\xd0\xf9\xd2\ \x3d\x14\x4d\xbd\x8c\xcc\x70\x23\x3b\x46\x4d\x94\x57\x57\x61\x7a\ \x7d\x07\xd1\xb4\x0e\x88\xa0\xf7\xf1\x5e\xcf\x08\xd5\xa7\x56\x03\ \x11\x0e\xec\xed\x66\xea\xda\xcf\x51\x24\x0d\x12\x6e\xdb\xc3\x8e\ \xc6\x3a\x1a\xff\xb0\x11\xc9\x7a\x06\xf6\x74\x3f\x07\x5a\x35\x4e\ \xbe\xb2\x16\xc2\x3b\x69\xf2\xa7\xb9\x72\x4e\x3e\x5a\xf7\xeb\x34\ \x8d\xbb\xb9\x60\x9f\x8b\xaa\x69\x00\x00\x20\x00\x49\x44\x41\x54\ \x6a\x25\xdd\x36\x3b\xf9\x53\xa6\x73\xfe\x65\x2b\x10\x54\x9d\xe2\ \x3c\xdb\xd1\x76\xe8\x68\x7a\x0f\x61\xca\x0c\xe4\x68\x3f\x3b\x0e\ \x85\x28\xac\xac\xc5\x25\xee\x60\x22\x96\x06\xec\x1f\xc9\xe7\x58\ \x3a\x79\x4e\xd5\x0f\x4b\xcb\x4b\x29\x28\xcd\x43\x17\x34\x46\xc7\ \x46\xe8\xea\xed\xa6\xb9\xb5\x95\x81\x91\x31\x14\xbb\x1b\x97\xb7\ \x84\x40\x4c\xc3\x90\xac\x98\x6d\x76\x4a\xca\xca\x29\x99\x5a\xc3\ \x94\xaa\x5a\x2a\x2a\xa7\xe2\xf5\xe6\x61\xe8\x22\x26\x8b\x9b\x7e\ \x5f\x84\xd6\x9e\x71\x52\x38\x99\x3e\xef\x54\x04\x6b\x1e\xbe\x40\ \x82\x14\x22\xb2\xcd\x82\xc3\x65\x25\x93\x0e\xd3\xd9\x72\x98\xd0\ \xf8\x30\xa2\xae\x62\x18\x93\x5e\x1f\xa2\x24\x82\x20\xa1\x0b\x02\ \x06\xc6\x91\xe0\x98\x49\x22\x17\x05\x01\x41\x3c\xe2\x25\x62\x18\ \x93\x0b\x90\x9a\x81\xa1\x69\x48\xba\x81\x62\x80\x59\x10\x31\x8b\ \x12\x92\xa6\x53\x51\x51\xc1\x92\x35\xab\x51\x33\x27\xba\x41\x99\ \x4c\x26\xb6\xbc\xfd\x36\x43\x43\x83\xe4\xe5\xe5\x23\x49\x27\x2a\ \x57\x9a\xa6\x51\x57\x5b\xc3\x94\xca\xa9\x18\x86\x71\xf4\x45\xf2\ \xfe\x26\x8a\x22\xe1\x70\x08\xab\xd5\x8a\xd3\xe5\xc6\x30\xf4\xc9\ \x7d\xa1\x20\xee\x1c\x0f\x8a\xc9\xf4\xd1\x25\xed\xb6\x76\x28\x98\ \xcf\xea\x86\xf2\x23\x0f\xae\x99\xb4\xad\x98\x15\x27\xcf\x67\xda\ \xd4\xa9\x24\x3b\xb7\xb3\xe9\xdd\x46\x0a\x17\x5e\xc4\x57\xaf\x5c\ \x85\x49\xb0\x92\xe3\xca\xb0\x67\xeb\x36\xfa\xe2\x4e\x96\xac\x3e\ \x99\xd9\x25\x2a\x5b\x37\x6d\x66\x4f\x73\x2f\xce\x29\xb3\x28\x53\ \x7b\x79\xb7\x79\x82\xd9\x4b\xe7\xe3\x3e\xd2\x94\x2e\x4f\x1e\x5a\ \xff\x01\xb6\xed\xed\x24\xb7\xaa\x0e\x73\x6c\x82\x82\xfa\xa5\xcc\ \xa8\xf0\xd2\xdf\xda\x85\x69\xca\x12\x16\xd6\x57\x51\x37\xd5\xc1\ \x81\xb7\x36\xb3\x7d\x7f\x2b\x86\xb7\x8a\x99\x53\xf3\x8f\xbc\x67\ \x43\xbc\xf2\xcc\x8b\x74\x04\x83\xf8\x27\xd2\x2c\xbb\xf4\x8b\x5c\ \xbd\xaa\x8a\x81\xce\x56\xf4\x29\x0b\x58\x36\xad\x08\x10\xa9\xae\ \xab\x25\xdc\xbe\x83\xcd\x6f\xef\x62\x34\x6d\x63\x7a\x6d\x1e\xfb\ \x37\xaf\xe7\x95\x37\xb6\x93\x2a\x58\xcc\xa7\xaf\x5a\x4b\x4d\xf5\ \x54\xdc\xd1\x4e\x36\xbd\xbe\x85\xb6\x81\x28\x53\xe7\xcc\x85\x81\ \x1e\x28\x59\xc4\xa2\xfa\x22\x46\x06\x3b\x89\xe6\xd6\xb3\x62\x56\ \x0d\x0d\x75\xa5\x74\xef\x79\x93\xad\xfb\xba\xb0\x14\x56\xb3\x74\ \xe5\xc9\xe4\x26\x3a\xd8\xb4\xf9\x6d\x9a\xfb\xa3\x4c\x69\x68\xa0\ \xd0\x79\x64\x5e\x2d\x79\xa9\x2b\x56\xd8\xfd\xfa\x06\x0e\x8d\x99\ \xb9\xf8\x0b\xd7\xb3\x72\x4a\x86\xf5\x4f\xad\xa3\x68\xc5\x05\xcc\ \x2d\x77\x9d\xd0\xf6\x53\x6a\xca\xf0\x37\xbf\xc3\xd6\x96\x09\xa6\ \xce\x9a\xcf\xf4\xfa\x7a\x6a\xca\x26\xe5\xa0\x91\x43\x6f\xf1\x4a\ \x93\xc2\xc5\x6b\x97\x61\x17\xc1\x5d\x56\x89\x33\xd6\xce\xab\x9b\ \xb7\xa3\x97\x2c\xe3\xab\x5f\xbe\x8c\x5c\x8b\x85\x5c\xaf\x41\x5b\ \x67\x9c\x65\xe7\x9e\x4e\x6e\xa6\x87\x57\xdf\xd8\x83\x52\x38\x9d\ \xf9\x0d\xd3\xa8\xad\xaf\x61\xce\xb4\x0a\xba\x77\xbf\xc1\x5b\x3b\ \x0e\x12\x93\x0b\x98\x35\x23\x87\x8e\xee\x10\xb3\x56\x9f\x42\xb9\ \xfb\xc4\x71\x6e\x96\x05\x26\xc6\xe3\x9c\x7c\xcd\xe7\x69\x28\x30\ \x13\xe8\x1d\x61\xce\x27\xae\xe5\x8c\x19\x5e\xe2\x63\x1d\x0c\x6a\ \x79\xac\x5a\xd6\x40\x99\xc7\x4b\xa0\x65\x27\x3b\x9a\x7c\x54\xd4\ \xd5\xa0\x05\x82\xd4\x2c\x58\x49\x55\xbe\x9d\xee\xe6\x1e\x0a\x66\ \x9d\x4c\xc3\x94\xf7\x3d\x5d\x2c\xe4\xbb\x2d\x34\x6f\x7f\x87\x8e\ \x09\x85\x29\xa5\x76\x62\xa6\x62\x56\xad\xac\xc7\x16\xec\xa1\x33\ \x64\x66\xf5\xc9\x73\x18\x6b\x1d\xa2\x7a\xf1\xa9\x38\x46\x77\xf0\ \xc7\xe7\x36\xb0\xbf\x27\xc9\xa9\xd7\x7c\x9e\x35\x75\x47\xe4\xb1\ \x90\x8f\x6e\x9f\xce\xca\x53\x56\xe0\x15\x82\xb4\x75\xc4\x99\xb3\ \x7c\x0d\xf5\x33\x2a\x50\xc6\x0e\xb2\xe9\xdd\x66\xbc\x75\x73\x98\ \x35\x63\x26\x65\x5e\x83\xbe\x88\x8d\x55\xa7\xcc\xc6\xea\xeb\x61\ \x28\x59\xc0\xe9\x2b\x1a\x88\x8f\x74\xe2\x33\x95\xb1\x62\x51\x3d\ \x0d\xb5\xd5\x4c\xb4\x6c\x67\xf3\x96\xdd\x8c\xa7\xad\x4c\x9f\x35\ \x0d\x87\x04\x60\x30\xd8\xde\x46\x51\xc3\x0a\x2a\xe5\x6e\x9e\x7d\ \xe6\x05\x76\x1e\x1e\x66\xce\xb9\x9f\xe1\xe2\xa5\x53\x3f\xb0\xa6\ \x3d\x3e\x36\x8a\xd3\xe9\xfa\x67\xc5\x8a\xa4\x85\x9b\x3e\x75\x9a\ \xa1\x28\x02\x79\x05\x4e\x24\x43\x23\x9d\x4a\x12\x8b\x84\x99\x08\ \x06\x31\x59\x9d\xb8\xbc\x25\x74\xf7\x4d\xa0\x4b\x0e\xc6\x03\x31\ \xbc\x39\x4e\x0a\x73\x5d\x8c\x07\x27\x28\x2d\x29\xa6\x76\x6a\x29\ \x91\xb1\x41\x9c\x8a\x42\x32\x91\x21\xad\x9b\x89\xa9\x66\x4c\xf6\ \x62\x62\x69\x07\xb1\xb4\x4e\x1c\x95\x70\x2a\x41\x24\x11\x41\x31\ \x4b\xe8\x99\x18\xfd\x6d\x4d\x64\xa2\x13\x28\x7a\x06\x01\x1d\x5d\ \x30\x90\x4d\x0a\x82\x62\x42\x17\x05\x34\xc3\x20\xad\x6a\x80\x80\ \x28\x88\x08\x86\x01\x47\xf6\x4b\xd2\x11\x59\x44\x33\x40\x55\x91\ \x8e\x58\xdb\xa2\x30\x69\x5c\x27\xa2\x31\x66\x2d\x5a\xc8\xd7\x6e\ \xfa\x3e\x89\xd8\x89\xce\x97\x76\xbb\x9d\x1f\xdd\x7c\x13\x7b\x76\ \xef\xa2\xbe\x7e\x3a\x8a\xc9\x74\x82\xf6\x9d\x4e\xa7\x39\xf7\xec\ \x33\x59\x75\xf2\x1a\xb4\x23\x96\xbe\x28\x1e\x23\x6c\x49\x92\x18\ \xe8\xef\xc3\xe3\xf5\x52\x56\x3e\x05\x4d\xd3\x90\x24\x89\x9e\xee\ \x2e\x2a\xa6\x4c\xc5\x66\xb7\x67\x4d\xfa\xff\x29\x7c\xef\x70\xdd\ \xf7\xfe\xc8\xb5\xb7\xde\xcd\x7c\xf7\xbf\xce\x74\x69\xfc\xc0\x3a\ \x7e\xf8\x9b\x46\xbe\xfe\x93\xef\x52\xe3\xfc\x7b\xcf\x8a\xf3\xc7\ \x9f\x7f\x97\xae\xea\xab\xf9\xaf\x4b\xe7\x67\xfb\xfe\x63\x80\x96\ \xa6\x43\x14\x97\x94\x21\xfe\x73\x72\x1f\x45\xe5\xb5\x37\xfc\x1c\ \x43\x9f\xd4\x92\x26\x15\x88\xf7\x1f\x92\xf7\xad\x5b\x91\x8c\xaa\ \x21\x8a\xd2\xa4\x6b\x9d\x38\xe9\xb3\x91\x4a\xa7\x11\x04\x01\x59\ \x9e\x7c\x1f\x29\x92\x84\xaa\xaa\x88\x92\x8c\x20\x8a\x68\x9a\x7e\ \x2c\x48\x51\x10\xd0\x75\x0d\x4d\xd3\xd1\x74\x0d\x8c\x49\xff\x4c\ \x59\x92\x26\x3f\xcf\xe0\xa8\x5d\x7d\xbc\xb3\xe4\xfb\x64\x7a\xfc\ \x63\x6b\x1c\x3d\x44\x78\xff\xa0\xbf\x38\x46\x37\x0c\x24\x49\x26\ \x19\x4f\xfc\x13\xbb\x46\x20\x1c\x0e\x91\x4e\xa5\x30\x5b\x2c\x64\ \x03\x30\x3f\x3c\xc4\x63\x12\xb3\x16\x9d\x4a\xb5\xf3\x5f\xab\x51\ \x13\x42\x11\x9f\xfa\xca\x92\x7f\x80\xb0\x41\x4f\x44\x29\x5b\x76\ \x09\x27\x2f\xcc\x12\x76\x16\x7f\xa7\xa6\x6d\xb6\xd8\x39\x52\xa7\ \xeb\x78\x3e\x3a\x81\x25\x65\xd3\x89\xa4\x89\x01\x8a\xd9\x7c\xe4\ \xf7\xc9\x20\x17\x0c\x03\x45\x36\x1d\xbd\x90\xf8\x67\xb2\x83\x20\ \xc8\x7f\xe5\xe2\xff\xc4\x45\x37\xc3\xf8\x27\x7b\x8f\x18\x98\xcd\ \x56\x24\x49\x46\x51\x94\xff\x95\x83\x47\xd7\x74\x04\x49\xfc\x70\ \x7a\x54\xd7\xd0\x05\x09\x51\x00\x5b\xf5\x32\xbe\x50\xfd\xaf\xd7\ \x1e\xe5\xb3\x97\x52\xfe\xb7\x46\x8b\xae\x1f\x5d\xb7\x39\x41\xed\ \xb6\x16\xb0\x6c\x55\xc1\xff\x7d\xb4\x69\x3a\x7c\x58\x6d\xfd\x11\ \x81\xa1\x6b\x20\x4a\xd9\xa5\xa7\x7f\x10\xa2\x61\xe8\x18\xba\x8e\ \x61\x1c\xb7\xe9\xc7\x6d\x86\x3e\x99\x0e\xf5\xc8\x76\xfc\xbe\xc9\ \xdf\x8d\x63\x3f\x0d\xfd\x28\x59\xfe\xf9\xa6\xeb\xef\x6f\xfa\xff\ \x93\xed\x9f\xef\xee\x27\xa0\x66\xd2\xa4\x53\x49\xd4\x4c\xfa\x7f\ \xdd\xc0\x19\xdc\xf9\x22\x0f\x3f\xb5\x15\xed\xb8\x7d\x6a\x3a\x49\ \x32\xa5\xfd\xe3\x0f\xef\x78\x13\x8f\xdc\xf7\x18\xbd\xd1\xbf\xde\ \x67\x5a\x26\x49\x22\xfd\x21\x86\x68\x1b\x49\x5a\xf6\xec\xa4\xc3\ \xf7\xc1\x3c\x04\x26\xba\x0f\xb2\xfb\x70\x37\x3a\x60\xc4\xc6\xd8\ \xf9\xfa\x8b\x3c\xb7\x7e\x33\xfd\xc1\xe4\xfb\x6f\x20\x92\x89\xc4\ \x64\x05\x25\x40\x1d\x6b\xe6\x91\xfb\x9e\xa4\x3f\xfa\xc1\x6e\x77\ \xa2\xf9\x4d\xee\x7f\xe4\x55\xa2\x7f\xef\x90\x4e\x8d\xb3\x67\xd7\ \x6e\x86\xe3\xff\xe0\x33\x60\x24\x68\xde\xbd\x93\xae\xd1\x7f\x7e\ \x3c\x77\xf0\xd0\x6b\x3c\xf4\xd8\x2b\x9c\xf0\x49\x46\x8a\x9e\xfd\ \xef\xf0\xdc\xb3\xeb\xd8\xd1\x36\x9c\x65\xe7\xbf\x45\xda\xd9\x26\ \xf8\xe0\x96\xb6\x62\x32\x61\xb6\x58\x91\x15\xf3\xff\xb2\xef\xae\ \xb1\x7b\xfb\x66\xba\x54\x85\xa3\x0e\x1f\x9a\x8f\xc7\xee\xbd\x9f\ \x5d\xbe\x0f\xf0\x02\x68\xd9\xcd\xd6\xd6\x28\x4e\xdb\x5f\xb1\xb9\ \x8c\x30\x2f\x3c\x74\x07\x5b\x3a\x26\x3e\xc4\xfb\x4f\xb1\x67\xf3\ \x46\x1a\x87\x3e\x18\x69\x8f\x1e\xde\xca\x9b\x7b\xba\x10\x49\xf0\ \xdc\xaf\xef\x66\xe3\xfe\x7e\x82\xa1\x10\xc9\xcc\xa4\xcc\x18\x6c\ \x7f\x9b\xdb\x1f\x5c\x4f\xc0\x98\xfc\x3e\x03\xcd\xdb\xd8\x31\x98\ \xc4\xf9\x01\xe5\x9e\xc6\x3d\xaf\x73\x38\xa2\x63\xfb\x7b\x4f\x4f\ \x0e\xf0\xc6\xa6\xd7\x19\xfc\x47\xb9\x57\x4f\xb2\x6b\xf3\x46\x9a\ \x86\xfe\xf9\xa4\x7d\xe0\xdd\x2d\x34\x07\x4c\x27\xf8\x67\xb4\xbc\ \xf1\x7b\x1e\xf8\xd3\x3b\xf8\x43\x61\x22\xf1\x64\x96\x62\xfe\x96\ \x3c\x92\x6d\x82\x0f\x6e\x69\xa7\x53\x29\xd2\xe9\x14\x66\xb3\xe5\ \x5f\xe6\xae\x47\x3a\xf6\x30\xa0\x97\x30\xbf\xae\x84\x60\xf7\x41\ \x3a\xa2\x1e\x16\xcc\x2a\xa5\x6d\xf7\x5b\x1c\xe8\x1a\xc7\x5b\x35\ \x87\x95\x0b\xa7\x21\x86\x87\xd9\xbe\x75\x07\xe3\x78\x59\xba\x7a\ \x19\x45\x76\x05\xb4\x24\x2d\x7b\x77\xd1\x3d\xd0\xc5\xe6\x83\x11\ \x4e\xb9\xee\x98\x86\x61\xf8\x0e\xb1\x65\xfb\x16\x86\xdc\x15\x28\ \x8b\x96\xb1\x74\x56\x31\x23\x6d\x7b\xd8\x7e\xb0\x0b\x47\xc5\x6c\ \x96\x2f\xaa\xe7\xcf\x33\x63\x8c\x75\xec\xe3\x40\x7b\x2f\xef\xbd\ \xb1\x8d\xa2\x79\x57\x92\x27\x41\x62\xb4\x8b\x6d\x3b\xf6\x92\x70\ \x54\xb0\xf2\xe4\x45\xe4\x44\x87\xd9\xba\x69\x3b\x96\x64\x19\x8e\ \xf4\x12\x96\xcc\xad\x25\xee\x6b\x61\xeb\xf6\x46\x0c\x6f\x35\xab\ \x97\xcf\xc5\x2e\xc7\x69\x7d\x6f\x37\x87\xbb\x46\xf0\x56\x2f\x66\ \x69\x8d\x99\xbd\x3b\x77\x33\x18\x15\xa9\x9b\x3e\x03\xc1\xdf\x4e\ \xfb\xa8\x4a\xc3\xd2\x15\xd4\x17\xb9\x50\x43\x7e\xaa\x4f\xf9\x04\ \xf3\x4e\x2a\x20\xd4\x77\x98\x1d\x07\xda\x88\xe8\x36\x66\x2f\x5b\ \x41\x5d\xfe\x64\x50\x45\xb0\xf7\x20\xef\xbc\xd7\x86\xa9\xa8\x81\ \x55\x8b\xa7\x63\x3d\xaa\xf6\xc5\x49\x15\xce\xe3\x8a\x53\x96\x12\ \x6b\x7f\x91\x67\xb6\x74\xb1\xfc\xf2\x53\x58\xb3\x6a\x29\x53\x8f\ \x84\xa4\x0f\x35\x6f\xe1\x9d\x1d\x3e\x4a\xaa\x0a\x39\x7d\xd5\x4a\ \x46\xba\x9a\x88\x45\x1c\xbc\xb1\x61\x33\xf5\xb3\x17\xd0\x50\x3a\ \xe9\xc4\x1d\x1d\x6a\xe6\x9d\x5d\x8d\x18\x9e\x5a\x56\x2e\x9b\x83\ \xf3\x04\x95\x4d\xa5\xeb\xc0\x2e\xda\x7a\x7b\x79\x63\xeb\x00\x27\ \x5d\x31\x1d\x09\x18\xeb\x3a\xc0\x8e\xbd\xad\xd8\x2a\xe6\xb0\x7a\ \x51\x05\x4d\x7b\x0e\xe2\xaa\x5b\x40\xa5\x4b\x62\xb4\xf3\x20\x7d\ \x6a\x01\x55\x16\x13\xab\xcf\xbd\x8a\x05\x79\x02\xa9\xb1\x2e\xb6\ \xee\xdc\x4f\x40\xcf\x61\xf1\xaa\x93\x29\xcf\xc9\xd0\xb2\x63\x0b\ \x87\x06\x13\xd4\x2e\x58\xc1\xdc\xe3\xdc\x18\x33\x21\x3f\x75\xa7\ \x5e\xc0\x49\x73\xf3\x18\x6d\xd9\xc9\xb6\x43\x3d\x48\xb9\xd5\xac\ \x5c\xbe\x00\x8f\x79\x72\x06\xd1\xdf\xbc\x9b\x09\x6b\x35\x73\x2a\ \xf3\x18\x6b\xdb\xcb\x80\x5e\xca\xbc\x7a\x0f\x8d\xef\xbe\x49\x63\ \x7f\x84\xc2\xfa\x93\x58\x3e\xa7\x0a\x29\x36\xc6\xce\xed\xdb\x19\ \x48\xd8\x59\xb8\x6a\x25\x53\xdc\x26\xd0\xd3\x74\x1d\xdc\x4d\x6b\ \x7f\x1f\x9b\x77\x0d\xd2\xf0\xb9\x86\xe3\x5e\x18\xe3\xbc\xf4\xf4\ \x46\x62\x15\x67\x31\x6f\xd1\x1a\x16\xcc\xac\x60\xf0\xf0\x76\x76\ \x36\x0f\xe0\xad\x9d\xcf\xb2\xb9\x55\x98\x48\xd1\xdb\xb4\x97\x7d\ \x4d\x7d\x28\x05\x33\x39\x6d\x55\x03\xe6\x2c\x69\x67\xf1\x8f\x5a\ \xda\x82\xc8\xbf\x90\xa6\x9d\x64\xe3\x6f\xee\xa6\x6f\xee\x0d\xcc\ \xaf\x2b\x61\xcb\x1f\x7e\xcd\x8e\x82\x6b\xc8\x1d\xdd\xc0\xbd\x2f\ \x0e\x32\x6f\xee\x14\x74\x7f\x98\xe4\x44\x0b\xf7\xdf\x7c\x3b\xf1\ \xf2\xb9\x98\x87\x5f\x65\x6b\xa7\xc1\x6d\xff\x3e\x97\x27\x6e\xf9\ \x19\xbb\x43\x6e\xaa\x73\x42\xf4\xc4\x0a\xa9\xaf\x38\xa6\xc5\xf6\ \x1f\x6e\x47\x74\xd7\x51\x61\x49\x93\x91\x64\x7a\xb7\x3d\xc1\xad\ \x8f\xef\xa2\x76\x4e\x0d\xed\x2f\x6e\x60\x20\xf6\x5d\x3e\xbd\xa6\ \xfa\xa8\xa5\xfe\xde\xba\xfb\x78\x74\x73\x0f\x75\x33\xca\x69\x69\ \x09\x70\xe6\xa5\x0d\x64\x46\x76\xf0\xe3\x1f\x3e\x82\x75\xc6\x02\ \x12\x4d\x2f\xd3\x3a\x6e\xe5\x0b\x0b\xba\x09\xba\x4b\x59\x90\x6f\ \x42\xd5\x45\xc6\x9a\x37\xf2\x8b\x3b\x9e\xa7\x6c\xde\x2c\x86\x36\ \xbc\x40\x87\xf0\x53\xbe\x98\xbf\x8f\x3b\xee\x7e\x89\xba\xa5\x8b\ \xb0\x96\x46\x79\xe3\xe9\x5f\xf3\xa7\x16\x2b\x0b\x0b\x83\x3c\xf1\ \xe4\x53\x9c\xb4\x7c\x15\xce\xb1\x03\x3c\xf7\x66\x0f\x77\xdf\xfd\ \x15\xa2\xef\x3c\xc3\x23\x5b\x3c\xfc\x6a\x51\x15\xbf\xbb\xed\x76\ \xfa\x8a\x17\x53\x1a\x3b\xc8\x8b\x6f\x76\x71\xe7\x9d\x5f\x21\xb9\ \xf3\x8f\xfc\xf8\xd1\xb7\x99\x36\xb7\x81\xae\x97\xd6\x33\x62\xdc\ \xcc\xa7\x96\x57\x4e\xde\xba\xff\x00\xbf\x7e\xe0\x37\x5c\x71\xeb\ \x52\xe2\x8d\x87\x71\x96\x35\x90\x2b\x86\x09\xa5\xd4\xa3\xd2\x48\ \xdb\xe1\x31\x2a\xab\xea\xb1\xa8\x31\xd2\xe9\x20\xcd\xcd\x41\x72\ \x0b\xaa\x19\xdd\xf7\x0a\xcf\xae\xdb\xcd\xcf\xee\xf9\x36\x9e\xce\ \x0d\xfc\xe0\x9e\x17\x28\x9d\x39\x97\xb1\x57\xd6\xd3\x15\xbb\x91\ \xaf\x9d\x73\x24\xb0\xc7\x08\xb1\xfe\xbe\xdb\x79\xad\x13\xa6\x57\ \x88\xb4\x8c\x39\xb9\x74\x46\x15\x23\xbb\x9e\xe4\xe6\x5f\xef\x60\ \xda\xfc\x69\xb4\xbe\x7c\x37\x13\xea\xe7\x69\x7e\xea\x21\xca\x3f\ \x3f\x8b\xcf\xcc\xd1\x78\xfe\xe1\xbb\x48\x9d\x72\x3d\x23\xad\xbf\ \xe3\x2d\xe7\xe5\xcc\xf6\x0e\x70\xd3\x2f\x1f\x43\x2e\x9d\x4e\x69\ \x91\x4a\x5a\x8f\xb1\xe9\x81\x9f\xb3\xae\xd3\xc6\xac\xe2\x34\xaf\ \x6c\x3c\xc0\x77\x6e\xf9\x1e\x35\x47\xbc\x13\xbb\xde\x7c\x9a\xdf\ \xee\x2d\x67\x8a\x67\x98\xdb\x7f\xf5\x2a\x35\x27\xcd\xc1\xa4\x8f\ \x90\xd0\xc1\x73\xe4\xbe\x5e\xb8\xff\x2e\x8c\x73\x6f\x66\x4e\x65\ \x1e\x1b\x1e\x7b\x90\xc1\x93\xae\xc7\xd2\xf6\x24\x0f\x6e\x89\x33\ \xbf\xa1\x08\xff\x44\x14\x35\x31\xc0\xfd\x37\xff\x88\x01\xcf\x6c\ \xf2\xc2\x8d\xbc\x73\x30\xc0\x1d\xdf\x39\x8f\x97\xee\xfd\x11\x9b\ \x06\xcc\x4c\x2f\xd4\xe8\x1b\x33\x73\x65\x55\xe1\xb1\xb9\xcf\xf0\ \x41\xfa\xf5\x5c\xa6\x4f\xb1\x12\x4b\xa6\x38\xb8\xf1\x61\x1e\x5c\ \xd7\xc2\x8c\x59\xa5\x6c\x5c\xff\x1a\x81\x1b\x6f\xe5\xc2\xc2\x36\ \xee\xb9\xe5\x41\xbc\xf3\x16\x53\x61\x8a\xff\xaf\xcd\x97\x9f\x25\ \xed\xff\x01\x2c\x16\x0b\x9a\xa6\x4c\x46\x71\xfe\x2b\x84\xcc\xc7\ \x06\x68\xf1\xbb\x59\x3e\x77\x0e\x30\x4c\xe3\x58\x8a\xb9\x17\xd7\ \x33\xfa\xfa\xd3\x4c\x28\x75\x9c\x7f\xf5\x67\xc9\x53\xe0\xc5\x5b\ \xbe\xce\x58\xd5\x25\xdc\x7a\xdd\x19\x6c\xba\xe7\x3f\x78\x31\x13\ \x66\xdb\x1f\x1f\xe2\x9d\x48\x2d\xb7\xfe\xec\xf3\x44\xde\x7d\x88\ \xa6\x88\x4e\xd1\x51\x23\x4d\x67\x5f\x53\x17\xe5\x27\x5f\xc9\xa7\ \xaf\x9e\x0f\xe1\x36\xbe\x77\xc7\x46\x96\xfc\xdb\x2d\x5c\xbd\xb0\ \x90\xad\xe6\xaf\xf3\x6c\x63\x0b\xc6\x9a\x6a\x04\x20\xd4\xfc\x1a\ \x0f\xae\xef\xe0\xda\x1f\xdf\xc6\x72\x6f\x1b\x37\x36\x0f\x53\x53\ \x6a\xe1\xb9\xfb\x1f\xc6\x76\xea\xf5\x7c\xe7\x92\x99\x3c\xf9\xfd\ \x5d\x34\xc7\xe2\xf4\xec\x3d\x48\xde\x9c\xb3\xf8\xca\xa7\x2e\x00\ \x46\xb8\xf5\x86\xa7\x99\x7a\xc9\x77\xb9\xee\x0c\x37\xf7\x7c\x63\ \x3b\x89\x64\x84\x43\xfb\x1b\x31\x35\x5c\xc0\x37\xbe\x74\x0e\x64\ \x06\xf8\xc5\x53\x7d\x9c\xfe\xf9\xbb\xb8\xb2\xbe\x8f\xc3\xd7\x3f\ \xc8\xaa\x6b\xff\x8d\x35\xb1\x77\xf9\xf7\x6f\x3d\x8b\x3f\xa6\xd3\ \xd6\x3e\x4e\xe9\xbc\xf3\x31\x8d\xee\xe1\x60\x2a\x9f\xeb\xbe\xf1\ \x45\x66\x8d\xbc\xcd\xf5\x3f\x7c\x99\x91\xe1\x76\x9e\xfd\xdd\xab\ \x2c\xba\xf6\x17\x5c\xbb\x28\xc9\xcf\x0e\x6e\x25\x14\x3b\xb6\x66\ \x31\xd6\xd2\x8e\xee\x9c\xcd\x5c\xaf\xc6\x73\xfb\xc7\x58\x72\xf1\ \x7f\x71\xd5\xf1\x0b\x89\xe9\x1e\xf6\x0e\x8b\x9c\xf5\xb5\x2f\x71\ \xc1\x34\x33\x4c\xec\xe2\xae\x48\x0e\x57\x7e\xfb\xab\x2c\xe3\x20\ \xbd\xdf\x7c\x88\x91\xe1\x6e\x5e\x7a\xf4\x4f\x54\x7e\xe2\x3b\x5c\ \x7f\xb6\x87\xfb\x6e\x7c\x97\x89\xc8\x31\x39\xa0\xf5\xb5\xdf\xb1\ \xae\xc5\xce\xcd\xb7\xdf\x88\xb7\xeb\x4f\x34\x0d\xf5\x52\x64\x19\ \xe2\xa1\x07\x37\xb1\xea\xdf\x6f\xe7\xf2\xd9\x31\x6e\x7e\x6f\x0f\ \xa1\x8c\x99\x92\x1c\x17\x24\xd2\xa4\xdb\xdf\x66\x5f\xac\x86\xef\ \x2f\x2e\xe6\xb9\xd7\xa3\x2c\xbb\xcc\xc6\xd3\xbf\xb9\x13\xe7\xea\ \x2f\xf3\x9d\x4b\x4f\x9a\x94\x75\xb6\x3d\xca\x53\x07\x15\x7e\x70\ \xcf\x77\xc8\xd9\xff\x07\xb6\xef\xdd\x43\x52\x3d\xd6\x87\x07\xdb\ \xfc\x94\xcf\xbf\x1c\x79\xf8\x55\xfa\x43\x16\x3e\x75\xc1\xd5\xcc\ \xf6\x1e\x33\x48\xb4\xf1\x1e\xba\x62\x85\x5c\x3c\xb3\x06\x68\xa7\ \x2d\x22\xb1\x72\x69\x15\x03\x4f\xb4\x11\x75\xac\xe2\xc2\x4f\x5f\ \x89\x4b\x80\xad\x0f\x7f\x8b\xa6\x9c\xd3\xb9\xf7\xbf\x2e\x61\xff\ \x6f\xbf\xc7\xc3\x5d\x49\xf6\xbf\xf2\x08\xeb\xbb\x73\xf9\xc9\x1d\ \xdf\x40\x39\xbc\x8e\x03\x83\xbd\x94\xe6\x1e\xbb\x76\xff\xde\xfd\ \x98\x6a\x4f\xe3\x2b\xd7\x5c\x08\xa3\xfb\xf9\x8f\xfb\xb6\x73\xd6\ \x8d\x77\x71\x7e\xbd\x9d\x97\xd2\x5f\x62\x7f\x47\x27\x73\x02\x4d\ \x84\xf2\x57\x71\xf3\x75\x9f\xc5\x96\xd5\xb4\xb3\xf8\x40\xca\xae\ \xa6\xa3\x69\xff\x1f\x7b\xe7\x1d\x1e\x55\x99\xfd\xf1\xcf\xf4\xc9\ \x24\x93\xc9\x4c\x66\xd2\x7b\xef\x8d\x26\x88\x80\x34\x69\x02\x82\ \x22\x28\x0a\x22\x16\xec\x05\xb1\xa0\x82\x58\xb1\x77\x14\x45\x45\ \x11\x90\xde\x15\xa4\x4a\xef\x09\x09\xe9\xbd\x67\xd2\xeb\xf4\x99\ \xdf\x1f\x81\x84\xb6\xfb\xdb\x75\xdd\x5d\x5d\x38\xcf\x73\x1f\xc8\ \xbd\x77\xee\xdb\xcf\x7b\xce\x79\xcf\xf7\x9c\x4e\x57\x46\xc1\x5f\ \xe0\x0c\xbc\xad\x22\x9d\x06\x67\x0f\xa2\x22\x85\x50\x5e\x40\x7d\ \x87\x2b\x31\x5e\x4a\xfa\x4c\x7f\x8a\x09\xa1\x95\xbc\x38\xfb\x75\ \xd2\xca\xb2\x49\x2b\xaa\x41\x9f\x7f\x80\xd7\xe7\xbd\xc0\x6f\x86\ \x28\x1e\xbd\x3d\x9e\xb4\x93\x79\x0c\x98\x30\x02\x25\x90\x73\x22\ \x0f\xaf\xa0\x18\xba\x78\xb6\xb5\x92\xbc\x8a\x16\x12\x12\x3a\x23\ \xa7\xe9\xf3\xce\x50\x29\x4b\x62\x48\xa2\x27\x60\xa1\xb4\xc4\x80\ \xb7\x97\x5f\x57\x0f\x65\x9c\x38\x84\xa2\xd7\x28\xfa\xf9\x8a\x69\ \xce\x3a\x4a\x9b\x8b\x37\x3e\x2e\x75\x1c\x3f\x53\x47\xd5\xc9\x0d\ \x2c\x98\x37\x97\x7c\xcd\x10\x1e\x9a\x1c\xc7\x99\xf4\x3a\x02\x62\ \x92\x3b\x05\xd0\xb2\x74\xb2\xaa\x6b\xc9\x3f\xb0\x9c\xf9\xcf\xbf\ \x43\x7b\xe4\x04\x66\x0d\xf2\x26\x33\xbf\x98\xe0\xe4\xb0\x4e\x89\ \xad\xb2\x98\xf2\x76\x2f\xe2\x83\xdc\xb0\x57\x16\x83\x54\x43\x88\ \x1a\x9a\x6a\x2b\x30\xea\x82\xf1\x10\xd5\x91\x53\xd5\x44\x74\x4a\ \x30\xd5\x69\xe9\xc8\xb5\x61\x44\x49\xa1\xb6\xb2\x12\xab\x36\x1c\ \x59\x55\x11\x25\xe5\x7a\x32\x76\x2c\x66\xee\x4b\x9f\x23\xe9\x39\ \x95\x29\x03\x23\xba\xed\xae\x79\x85\x48\x22\x12\x71\x36\xe7\x93\ \xd3\x2c\x22\x3a\x46\x77\xb1\x2e\x53\x92\x4e\x93\x48\x43\x7c\x68\ \xa7\xe2\x5e\x97\x9d\x8e\x45\xe1\x4f\xac\x1b\x74\x54\x57\xd1\xee\ \x12\x8c\xb2\xa5\x9a\x82\xc2\x4a\x0a\x0f\x2d\xe7\xa5\xb9\x6f\xd3\ \x1c\x34\x96\x7b\xc6\xf4\xec\x32\xbf\x9c\x38\x9a\x4e\xf2\x98\x51\ \xf8\x4b\xa0\xe0\x58\x26\x2a\xdf\x58\x9c\x1b\x4f\x93\x56\xd3\xc6\ \xe9\x8d\x5f\x30\xef\xc5\x4f\x71\xb9\x61\x0a\x77\x0e\x8c\x41\x2d\ \x11\x61\xd0\x17\xb1\x71\xfd\x3e\x62\xc7\x4e\xc6\xdb\x56\x46\x61\ \xb3\x8e\x00\x61\x1b\xb9\xe5\xae\x8c\xe9\x9f\xd4\x55\xb7\xd4\x53\ \xb9\x34\xd6\x56\xf1\xe3\x5b\xf3\x79\x73\x6d\x2e\xe3\x67\x3d\x44\ \xdc\xf9\x41\xb4\x95\x92\xa7\x6f\x21\x2c\x52\x87\xc7\x80\x19\x3c\ \x32\x2e\x80\xcf\x9f\x7f\x8a\xd5\xc7\xbb\x0f\x29\xea\xcb\xd2\x69\ \xd7\xfa\x13\xe6\x0b\x8e\xec\x5c\xda\x1c\x3a\xa2\x3c\xe5\x0c\x9b\ \x35\x87\x21\x6e\x67\x78\xee\x99\x77\xc8\x6d\x69\x24\x2d\xad\x82\ \xd6\xd2\x13\xbc\xfd\xea\x8b\xac\x2d\xf5\xe2\x91\xfb\x06\x91\x7e\ \x2a\x83\x98\x31\x13\xf0\x04\x8a\xd2\x4f\xe2\x1c\x14\x82\x87\xa4\ \xfb\x8c\x24\x35\xb3\x0a\x8f\x98\x18\x00\x8a\x33\x4f\xd1\xe4\xde\ \x8f\x41\x51\x4a\xa0\x8d\xf2\x72\x3b\x41\x5a\x25\x25\x05\xd9\x78\ \xc4\x47\x5c\xd5\x0c\xfb\x9a\xa4\x7d\x95\x91\xd5\xd0\x44\x5b\x47\ \x07\xe6\x56\x13\x47\xf7\xfc\x4a\x09\x41\xb8\xdb\xda\xa8\xb5\xb8\ \x32\x61\xfa\x34\x4e\x3e\xf2\x32\x47\x73\xeb\x91\x4a\x64\xc4\x5e\ \x3f\x9c\x3b\xfb\x06\x20\x54\xa8\xf0\x51\x5b\xd8\x6a\x68\xa6\xba\ \xb2\x11\x53\x48\x0b\xbf\x9c\xaa\x26\x70\x6a\x37\x23\xa3\xa5\x89\ \xba\xea\x0e\x42\xcc\xed\xb4\x1a\x5c\x31\x59\x1d\x18\x5b\xea\xa9\ \x6d\x36\xd2\x92\xf1\x03\xbf\x94\xb9\xf3\xd4\xa3\x89\xdd\x86\x25\ \x87\x95\xa6\x9a\x1a\x9a\xcc\x1d\xec\xfe\xf9\x18\x22\xd5\x18\xbc\ \x64\x56\x6c\x4e\xae\x24\xde\x78\x0b\x63\x62\x5d\xb1\x3b\xf9\xe0\ \xed\x54\x47\x9e\xbe\x19\x77\xb1\x99\xb6\xe6\x36\x84\x56\x3b\x52\ \x89\x96\xfe\x37\x4d\xa0\xaf\xbf\x33\x0a\x37\x2f\x94\x86\x7c\xb2\ \x8b\xec\x0c\xbd\xc3\x17\x80\xf2\x82\x34\x5a\x3d\x43\x08\x52\x41\ \xee\xf6\xb3\x08\xd4\xb1\x04\x02\x87\xd3\x4f\xa1\x88\x1c\x8c\xac\ \xa9\x84\xd2\x7a\x35\x63\x83\x64\x1c\xdf\x54\x8c\x6b\x68\x27\xc4\ \x3b\x33\x23\x15\x59\xe8\x28\xdc\x9d\x2d\xd8\x15\xfe\x0c\x1c\x35\ \x89\x04\x2f\x39\x72\x67\x0f\xb4\x5d\x86\xd3\x26\xb2\x72\x4b\x89\ \x1c\x1d\x4e\x47\xce\x61\x5a\xc4\x81\x44\x6b\x2f\xde\xac\x9b\xcb\ \xab\x68\x37\x08\xb1\x36\x35\xd1\xa6\x54\x90\x91\x56\x88\xdc\x7f\ \x08\x2a\x20\x2d\xeb\x24\x66\xdf\x28\x7c\x34\x52\xcc\x52\x2f\xfa\ \x0f\x9b\x40\xff\x10\x25\x62\x99\x96\xee\xd8\x51\x0e\x1c\xd6\x0e\ \x6a\xaa\x1a\x31\x19\x2a\xd8\x76\x38\x17\xd7\x61\xd3\x50\x58\x4f\ \x20\x53\x7b\x32\x68\xfc\x64\x12\x34\x42\x24\x1a\x4f\x9c\x80\x80\ \x10\x05\x2b\xbf\x79\x1d\xff\xeb\xc6\xf0\xea\xb0\x60\xca\xf7\xff\ \x4a\x83\xc6\x9f\x40\x7f\x77\x30\xeb\xc9\x2c\x29\x27\xc4\xc9\x09\ \x9b\xc2\x15\xb0\xa3\x09\xef\xc1\xc4\xa9\x23\x71\x12\x89\xd1\x78\ \x7a\x77\x2b\x08\x45\xf9\x54\xb6\x68\x19\xeb\x2e\xa0\x56\x6f\xa0\ \xff\xc4\x69\x14\x1e\x9d\xc5\xa1\xa3\x85\xdc\xd6\xcb\xab\xd3\xe6\ \xdd\xd1\x44\x5b\x87\x01\x93\xc1\xc8\xae\x5d\xbb\xa9\x95\x27\xe3\ \xda\xd1\x8a\xde\xea\xc5\x94\x7b\xee\xe4\xd8\x23\x6f\x71\xba\xb8\ \x05\xb1\x4c\x42\x50\xcc\x30\xee\x1a\x11\x8e\x5d\xa2\x26\xc0\x03\ \x0e\x1b\xdb\xa9\xaf\xaa\xc6\xdc\x0a\xdb\x77\x17\xe3\x37\x6a\x4a\ \x37\xe2\xd0\x54\x4c\x4e\xb5\x81\x1e\x13\x7d\x3a\x65\x7e\xbb\x9d\ \x8e\x26\x3d\x75\x2d\x26\xf2\xf7\x2c\xe1\x60\x7b\x18\x6f\xc4\x69\ \xd8\xb4\xa6\x8e\xd8\xc9\xa1\x57\xfd\x3a\x16\x3d\xf2\xf0\xc3\xf3\ \xaf\xa6\x06\x5f\xcd\x30\x76\xb9\x9b\x07\x0d\x19\xfb\x58\xbd\xfe\ \x37\x1a\xac\x22\xbc\xc2\x62\x08\x56\xd4\xf2\xed\x27\x9f\xb2\xee\ \xd7\xa3\x38\xc7\x0c\x65\xfa\xa4\x91\x84\x29\x4d\xec\xde\xb6\x85\ \xfd\x87\x4f\x52\xe3\x70\x23\x25\x36\x1a\x1f\x57\x23\x5b\x57\xac\ \xe6\x60\x46\x15\x4e\x6a\x35\x11\x49\x7d\x88\xf2\x51\x9c\xb7\x13\ \x61\xac\x3e\xc3\xfa\x0d\xbf\x90\xd3\xe2\xca\xe0\x21\xfd\x91\x55\ \x1e\x60\xc5\x9a\x2d\xa4\x96\x0a\x98\x3c\xeb\x61\xfa\x06\x75\xfb\ \x09\xe8\x74\xee\xe4\xee\x5e\xcf\xa6\xdd\x27\x31\xc8\x9c\xf1\x09\ \x89\xe3\xba\xe4\x64\xbc\xa4\x7a\xb6\x6f\xde\xc6\xa1\xe3\xa7\x69\ \x51\x04\x90\x12\x1a\x82\xb8\x31\x8f\xad\xeb\xd6\x91\x51\x69\xa6\ \xf7\xc8\x31\x78\x5b\x4a\xd8\xb2\xe5\x67\x8e\x9c\xc8\x44\xe8\x11\ \x8a\x8f\xa4\x8a\xbd\x39\x0e\x6e\x1a\x73\x03\x6e\x12\xc8\x39\xb0\ \x1d\x83\x57\x5f\x6e\x8c\xf7\xe7\xe8\xbe\x5d\x38\x62\x86\xd2\x37\ \x42\xc3\x89\xed\xbb\xd1\xf5\x18\x41\xa0\x2d\x97\x23\x75\x1e\x8c\ \x1f\x18\xc0\x81\x7d\x87\x08\xbe\xf1\x66\x62\x3d\xe1\xf8\xaf\x7b\ \x70\x4f\x1a\x46\x9f\x1e\xb1\xc8\x5b\x33\xd9\xb2\x65\x07\x47\x53\ \x73\x90\xe8\xa2\x88\x3a\x0f\x49\x6f\xad\x60\xf7\x9e\x42\xfa\x8f\ \x1b\x45\xed\xd1\x0d\x64\xcb\x92\x18\xdb\x3b\xe4\xa2\x3e\x56\x28\ \x25\xe4\x1c\xdb\xc9\x86\x5f\x4f\x20\xd2\x78\xd2\x52\x9e\x85\xa6\ \xd7\x70\x92\xfd\x55\x9c\xd9\xf3\x0b\xa2\x90\x81\x0c\xe8\x95\x84\ \xca\x56\xc4\xcf\x5b\xb7\x73\xe8\x44\x06\x56\xd7\x50\xe2\x43\xce\ \x8b\xbc\x52\x74\xee\x62\xf6\xad\x5b\xc5\xee\x13\xc5\x48\x5c\x94\ \x04\xc7\xf5\x22\x25\x39\x1e\x79\x6d\x3a\x5b\xb6\xed\xe4\xe8\xc9\ \x2c\x64\x81\xb1\x44\x78\x2a\x11\x9a\x0b\xd8\x7c\xa2\x83\x99\x4f\ \x3d\x41\xa8\x4a\x42\xee\xe1\x1d\x34\xbb\x25\x73\x53\xbf\x14\x3c\ \x15\x75\x6c\x58\xf1\x13\x3b\x0f\x9d\x06\xdf\x1e\x8c\xee\x1f\x4a\ \xc1\xe1\xed\xfc\xb2\xe7\x00\x67\xcb\x5a\x09\x8d\x4b\xc6\xdd\xa9\ \x73\xd3\xa9\xc8\x3a\x4a\x9a\x21\x80\xa1\x71\xce\xac\xfc\xec\x5d\ \x7e\xdc\xb8\x8b\x06\x55\x3c\xd3\xa6\xdd\x8c\x67\x27\xe6\x1b\xa5\ \x9b\x3b\x15\xc7\x7f\x65\xed\xd6\xa3\xb4\x21\xc5\x27\x22\x0e\x5f\ \x0a\xf9\xea\x93\x45\x6c\xda\x7b\x1a\xcf\x9e\x63\xb9\x73\x54\x6f\ \x42\xb5\x02\x0e\xfe\xbc\x99\xdf\x0e\x1f\xa3\xa4\x43\x41\x4a\x62\ \x34\xc1\x6a\x11\x7b\xd7\xac\x60\x6f\x6a\x21\x02\x37\x77\xc2\xe3\ \x7a\x10\x1b\xa8\xee\xb4\xda\xe5\x9f\x60\xfd\xc1\x46\x46\x4f\x18\ \x8e\x46\x0a\x6a\x0f\x1d\x6d\x39\x7b\x59\xb1\x6e\x1b\xd9\xf5\xae\ \xcc\x78\xfc\x11\x62\x9c\x4a\xd9\x7c\xb8\x86\x1b\xc6\x8c\xc6\xfb\ \x4f\x0e\x3a\xfe\xb7\xc3\xd8\xb3\x32\xcf\x5e\x55\xf6\xfc\x3f\x12\ \xc6\xee\xe3\x1b\x80\xcd\x66\x45\x24\x12\x53\x56\x52\x84\xff\x5f\ \x01\xc6\xee\xb0\x63\xb1\x58\x11\x4a\xa4\x88\x04\x80\xc3\x81\xd5\ \x6a\xc1\xe6\x10\x20\x91\x48\xba\x32\xfe\xd8\xed\x16\x2c\x16\x07\ \x62\x89\x04\xd1\xb9\x9b\x76\xab\x05\x2b\x02\x24\x62\xf1\x15\x8d\ \x41\x56\x8b\x19\x84\x62\xc4\x22\x21\xe0\xc0\x62\xb6\x20\x14\x49\ \x10\x89\xae\xf0\xb6\xdd\x8a\xd9\xda\xf9\xfd\x0b\xb3\x0c\xd9\xac\ \x66\xac\x76\xce\xd5\xa5\xf3\x81\xcd\x62\xc6\x2e\x10\x23\x11\x0b\ \xbb\xfe\xb6\x3a\x04\x48\x25\x12\x3a\xa3\xd4\x08\xba\x10\xa9\xe7\ \x37\x5a\x70\x9c\xc3\x7d\x09\x2e\xba\xef\x38\x07\x06\x13\x9c\xc3\ \xe0\x9e\x37\x6b\x75\xff\xee\x5c\x5b\xcc\x66\xec\x74\xf6\x49\xf7\ \xed\x73\x91\x23\x0d\x45\xbc\xfe\xec\x1b\x84\x4d\x7f\x9d\xdb\x53\ \x2e\x07\xc6\x38\x1c\x76\xac\x16\x2b\x22\xb1\x84\x4e\x24\xf3\x95\ \xcb\x38\xdf\x0e\xc9\x25\x7d\x00\xe0\xb0\x59\xb1\xd8\x41\x22\xb9\ \xb0\xaf\x1d\x58\x2c\x66\xec\x0e\x21\x12\xa9\xe4\x8a\xb6\xcd\x4b\ \xcb\xb0\x5b\xcd\x58\xec\x02\xa4\x52\x49\x27\x86\xce\x61\xc7\x62\ \x36\x23\x10\x4b\x90\x5c\x20\xb0\x5c\xd8\x2f\x36\xab\x15\x8b\xcd\ \x81\x54\x22\x41\x78\x59\xc5\x3a\xe7\x8f\x48\x2a\x45\x78\xbe\xad\ \x56\x0b\x76\x87\x08\xa9\x44\xdc\xd5\x57\x76\x9b\x15\x8b\xd5\x86\ \x48\x22\x45\x7c\xee\x1b\x0e\x9b\x05\x8b\x5d\x88\x44\x72\x31\xa0\ \x66\xcf\xe2\x17\xd9\x62\xec\xc7\xc2\xc7\x46\x5d\xa0\xfa\xdb\x31\ \x9b\xac\x88\xce\xcf\x3f\xc7\xc5\xe3\xfc\x67\xa6\x7f\x3b\x8c\xfd\ \x9a\xd1\xe0\x2a\x23\x81\xf0\x62\x6d\x40\x20\x40\x2c\x91\x5e\x66\ \x27\x13\x0a\x25\xc8\x2e\xf1\xa7\x12\x8a\x25\xfc\x3d\x3d\x42\x2c\ \xb9\xf0\xa9\xe0\xef\x6b\x1d\x42\x31\x57\x7a\x2c\x12\x4b\x2f\x0b\ \xd4\x23\x92\x5c\x7c\xef\xe2\xbf\x2f\x3e\x4d\xb8\x30\x0c\xc3\x85\ \x0b\xfc\xfc\xfd\x8b\x9e\x5f\xf1\x77\xe7\xda\x72\xc5\xba\x77\xbe\ \xd3\x54\x55\x43\xc8\xc0\x29\x8c\x4c\xba\x32\x92\x51\x70\x69\x1f\ \xff\x8d\x32\x2e\x6d\xd7\x45\xef\x8a\xc4\x48\x45\x97\x97\x2f\xf9\ \x7f\x30\x01\x97\x21\x2e\xc5\xd2\x8b\xdc\xe2\x04\x02\x21\xd2\x2b\ \xb8\xa8\x5e\xd8\x2f\x22\xb1\x04\x91\xf8\x1f\x9b\x3f\x02\x81\xf0\ \x8a\x75\x12\x8a\xc4\xc8\x2e\xf9\x88\x40\x24\xb9\xbc\x4d\x66\x3d\ \x1d\xaa\x38\xee\x19\x37\xe4\x92\x39\x28\x44\x2a\xbb\x78\x9e\x5e\ \x43\x4e\x5e\xb3\x69\x5f\xa3\x6b\xf4\xbb\xc8\x2d\xb8\x0f\x53\x42\ \xae\xb1\x90\x3f\xc6\x5e\xa9\x63\xd4\xed\x93\xaf\x31\xe4\x7f\x82\ \xae\x79\x8f\x5c\x75\xd4\xc6\xb1\xdd\x5b\x48\xad\xfa\x3d\xa8\x37\ \x2b\x27\x7f\x59\xc6\xe6\x53\xa5\xff\xb3\xbd\xd3\x50\x74\x82\x4d\ \xbb\x52\x31\xfd\x7d\x71\x16\xe8\xe0\xe0\x8e\x2d\x9c\x28\xfd\xc7\ \xfb\xb1\xa3\x51\x4f\x5d\xf3\x9f\x35\xe5\xb7\x83\xd6\x06\x3d\x75\ \xcd\x57\x40\x22\xda\xda\x38\xb4\x75\x2b\x99\x7f\x07\x62\xd9\x19\ \xae\xe2\x77\xa9\x7e\xbf\x8f\x61\x3b\x6c\xd4\x96\x15\x92\x9d\x53\ \x48\x43\xbb\xf5\x1a\xd3\xbe\x46\xff\xc3\xa4\xcf\x64\xf5\x8a\xad\ \x74\x08\x7f\x87\x92\x65\xae\x61\xe7\xa6\xed\xb4\x5a\xff\x7d\x60\ \x22\x87\xa5\x91\x9d\x3f\x7d\xcf\xe2\xaf\xbf\xe6\xeb\xaf\x16\xb3\ \xe4\x87\xb5\x14\xb5\xfd\xe7\xd2\x34\x9f\xfe\xf5\x27\x0e\x14\x36\ \xfd\xff\x48\xbb\xa6\x0c\xd6\xac\xdd\x42\xeb\x3f\x1c\xc2\xc0\xc1\ \x81\x65\xef\xb3\xe4\xe7\xb4\x3f\xe9\xc4\x30\xf3\xcb\x37\xef\xb3\ \x74\x57\xc1\x65\x4f\x2c\x75\x19\x2c\xdf\xb0\x97\x0e\xc9\x95\x9d\ \xed\x2a\x4f\x6e\x61\xd5\x2f\xc7\xb0\xff\xc7\xc4\x65\x07\xc7\x37\ \x2e\xe6\xcd\x0f\x16\xf1\xc3\x8a\x35\x64\x54\x5d\x5d\x90\xf7\x3f\ \x95\x79\xc4\x01\x38\x89\x1d\x97\x1d\xca\xfc\xf3\x7b\x37\x58\x1d\ \x60\xb4\x5e\xb3\x83\x5d\x4a\xd5\x85\x85\xd4\xdb\x74\x50\x5b\x46\ \x85\xd0\x13\x5f\xdd\xf9\x5c\x78\x36\x1a\xab\xcb\xa9\x6e\x32\xe2\ \xe2\xa6\xc5\xdb\xd3\x1d\xb1\xc0\x41\x73\x75\x19\x15\xf5\x6d\xa8\ \x7c\x42\xd0\xb4\x97\x50\x6e\x09\x60\x4c\xb8\x37\xa6\x96\x4a\xf4\ \x46\x25\xbe\x6e\x02\x6a\x1b\x0c\xb8\x7b\xe9\x10\x59\x3a\xa8\xa9\ \x6b\x47\xe3\xa9\x43\x64\x69\xa3\xbc\xac\x8c\x76\xbb\x1c\xdf\x80\ \x40\x54\x72\x21\x0e\x8b\x81\xf2\x92\x62\x9a\x2d\x62\xbc\xfc\x03\ \xd0\xba\x5c\xce\xf0\x5a\xf2\x77\xf2\xd5\x9a\x5f\x19\x32\xe5\x0e\ \xbc\x45\x46\x6c\x32\x0d\x2e\x72\x21\xed\xf5\x15\x94\x54\xb7\xa2\ \xf1\x09\xc4\x4b\xdd\x09\x88\x37\x34\xd7\x50\x5e\x59\x87\xdd\xc9\ \x9d\xe0\x00\x2f\xa4\xe7\x45\x10\x9b\x91\xca\xd2\x12\x9a\xed\x0a\ \x82\x82\xfd\x70\x12\x0a\x00\x3b\xad\x75\x55\x54\xd4\xb5\x21\x57\ \xaa\xf1\xf1\xf2\x40\x2a\x02\x73\xab\x9e\xe2\xf2\x5a\x70\xd6\x11\ \xe1\x2b\xa3\x30\x47\x8f\x3a\xc1\x42\x49\x75\x2d\x5e\x5a\x1d\xb2\ \x4b\x56\x88\xcd\xd4\x41\xb5\xbe\x8e\xca\xa3\x07\x31\x2a\xa2\x49\ \xf4\x16\x81\xdd\x42\x75\x69\x11\x4d\x16\x39\x01\x41\x01\x88\x4d\ \xb5\x34\x9a\xe5\x78\x68\x94\x08\x30\x52\x5d\xdd\x84\xab\x56\x4d\ \xf8\xd0\xa9\xc4\x78\x77\xba\x4a\xb6\x37\x55\x51\x5e\xd1\x80\x58\ \xe5\x49\xb0\x9f\x16\x0c\x4d\x14\x95\x54\x22\x54\x7a\x12\xe4\xeb\ \xde\x35\x6f\x8d\x4d\x75\xb4\xd8\xe5\x78\x68\x5c\xc0\xdc\x46\x4d\ \x5d\x07\x1a\x6f\x0f\x24\xf6\x76\x4a\x0a\x4b\x31\x88\x55\x04\x05\ \xfa\x20\x17\xda\x69\xa9\xd7\x63\x91\xaa\x71\x57\xca\xe8\x68\xa8\ \xa1\x5d\xa8\x44\xe7\xd6\xc9\x68\x4d\x6d\xf5\x34\x9a\x24\x78\xba\ \xbb\x82\xb9\x05\x7d\x93\x15\xad\x87\x06\x91\xcd\x48\xad\xbe\x05\ \x57\x8d\x82\x94\x91\x53\x19\x10\x10\x89\xdd\xd0\x44\x51\x71\x05\ \x66\xb1\x33\x81\xe1\x41\xb4\x15\xa6\xd1\x2a\x16\x63\x6c\x2a\xa5\ \x5e\xa6\xc5\x5d\x75\x31\xf3\x3e\xb1\x75\x33\xbb\x2d\xfd\xe8\x11\ \xe7\x87\xaf\xaf\x2f\x4e\x98\xa8\x28\x2e\xa6\xc5\xa6\x20\x20\xc8\ \x1f\xe7\x0b\xf6\x78\xbb\xa1\x99\xda\x66\x0b\x5a\x2f\x2d\x42\x73\ \x3b\x35\xf5\x06\xdc\xbd\xb5\xd8\x5b\xea\x28\x29\xaf\xc6\x2e\x53\ \x11\x18\xe4\x8f\x93\x08\xda\x6a\xcb\x29\xab\x6d\x47\xeb\x1b\x88\ \x4e\x75\x81\x1d\xbe\xe6\x08\xcb\xd7\x1f\x23\x69\xea\x63\x8c\xee\ \x1b\x83\xd6\x45\x42\x7d\x65\x11\x55\xcd\x56\xbc\x03\x83\x70\x57\ \x48\x3a\x35\x87\xda\x0a\xca\xf5\xcd\xc8\xd4\x5e\x04\xfa\xb8\xff\ \x69\x13\xf5\xfe\xa5\x99\xb6\x44\x08\x07\x8a\x45\x34\x74\x08\x10\ \xfd\x0b\x3a\x80\xd5\x0e\x9e\x2e\x0e\x7a\xfa\xd9\xb1\xda\xaf\x31\ \xea\x0b\xa9\xb8\xe4\x2c\x95\xcd\x95\xec\x58\xb9\x88\xbc\x4a\x0b\ \xd3\xe6\xbe\xc1\xf0\x50\x11\xbb\x96\x7e\xc2\x96\x34\x3d\xc2\xd6\ \x72\x8a\x2d\x71\x7c\xf9\xdd\x5c\x4a\x36\x2e\x62\xc9\xd6\x74\x64\ \x4a\x15\x29\x37\xdd\x49\x3f\xd7\x2c\x84\xc1\x91\x38\xd7\x1f\x60\ \xee\xdb\x4b\xe9\x71\xff\xeb\xdc\x70\x66\x2d\xaf\x6e\x83\x8f\xdf\ \x9f\x45\x43\xda\x46\x9e\x5d\x5a\xc5\x07\x1f\x3d\xc6\xc1\x25\x0b\ \xd8\x94\x65\x43\x69\x6b\xc0\xe2\x3f\x88\x05\x73\xa6\x70\xe4\xeb\ \x85\xfc\x92\x6f\xc4\x59\xee\xc2\x8d\x93\x66\x30\x2c\xd1\xe7\xb2\ \xfa\x15\x9e\xc8\xc0\xb7\xe7\x78\xee\x9b\x30\xb2\x8b\x71\x95\x1c\ \x59\xc9\x1b\xcb\x0e\x22\x96\xd8\xa9\xb5\x6a\x79\xfc\x95\x57\x48\ \x96\x16\xf1\xe9\x4b\xaf\x52\x2c\xd4\xe0\x1d\xd7\x9f\x07\xef\x1e\ \x8f\x56\x0a\x98\x1b\x58\xfd\xe9\x3b\xec\x2b\xb7\xe1\x68\xa9\xc5\ \x77\xc0\x7d\xbc\x70\x77\x3f\x4e\xac\xff\x92\x15\xfb\xf2\x10\x59\ \x9b\xc8\xae\x72\xe3\x9d\x1f\xde\x47\x57\xb8\x83\xf7\xbe\x58\x4b\ \xab\xc4\x05\xaf\xa8\xfe\xdc\x33\x31\x96\x82\xca\x36\xda\xc5\xbf\ \xf1\xe6\xae\xef\xf0\x1d\xf1\x38\x2f\x5d\x90\xb7\xd2\x54\x79\x8a\ \x4f\x3e\xfb\x81\x1a\xbb\x0c\x7d\xfe\x69\x5c\x86\xce\x43\x83\x91\ \x8d\x5f\x2e\x64\x7b\x66\x2b\x52\x4b\x03\xda\x1b\xee\x66\x88\xe2\ \x00\x3f\xe6\x86\xf2\xc1\xb3\x53\x30\xa5\x6e\xe0\xa5\x6f\x4a\x78\ \xe6\x89\xde\x7c\xbe\x68\x07\x0f\xbe\xfb\x26\x95\x07\x97\xf3\xf6\ \xf2\xdf\x10\x48\x9d\xf1\xed\x73\x0b\xf7\x0e\xd2\xb0\xe4\x83\x45\ \x54\x3a\x64\x34\xd5\x1a\x18\xfe\xd0\x3c\x26\xf7\xea\x3c\xe4\xcc\ \xdc\xf0\x01\x4b\xcb\xe2\xf9\xe8\xa5\xc9\x94\xed\x5f\xc6\xfc\x2d\ \x0e\x3e\x78\xe3\x56\x56\x7e\xbc\x90\xc3\xd5\x02\x1c\xcd\x7a\x82\ \x46\x3e\xcc\xb3\xb7\x45\xf0\xdd\x6b\xcf\xe0\x72\xeb\x1b\xcc\xb8\ \xde\x8f\x55\x6f\xcf\xa7\xbe\xf7\x13\x3c\x3d\x21\x12\x80\x9c\x5d\ \x5f\xf0\x71\x7a\x20\x8b\x5e\x9c\x4a\xde\xfa\x8f\x79\x6b\x87\x85\ \x4f\x96\xbc\x82\x23\x7d\x13\x2f\x7c\x5d\xc8\x23\x77\x27\xf1\xed\ \xb2\x33\x3c\x35\xd7\x95\x6f\x17\x7f\x4c\x76\xbb\x0c\x99\x93\x8e\ \x29\x4f\x3f\x81\xf1\x6c\x31\x6d\x2d\x0d\x6c\xff\xfa\x0d\x16\x35\ \xf9\xf2\xdc\x6b\xcf\x13\x7f\x3e\xc9\x22\x15\x9c\xd5\x1b\xb0\x49\ \x73\xd9\xb8\x51\xca\xdd\xf7\x8d\x62\xe7\x92\xf7\xd8\x96\xd5\x81\ \xc4\x58\x87\xa2\xc7\xed\xcc\x7b\x70\x64\x57\xdc\x99\xfc\x9f\x17\ \xf3\xc1\x51\x77\x3e\x5b\x38\x83\xca\xe3\xab\x78\x69\xa3\x91\x57\ \x1e\x1f\xca\x9a\xcf\x3f\xa3\xca\xe1\x8c\xdc\x25\x84\x07\x66\xcf\ \xc0\x78\x68\x05\x9f\x2c\x3f\x88\xd4\xc9\x41\x83\x20\x9c\x39\xf3\ \x9e\x24\xe2\x9c\xe7\x65\x71\x46\x16\x4d\x08\x28\x38\xb2\x9b\xb3\ \x81\x3a\xdc\xf2\x36\xb3\xf8\x97\x1c\x64\xb4\xd3\xe1\x9a\xc0\xcb\ \xaf\x3d\x8a\x7b\xe5\x51\xe6\xcf\xfb\x02\x8b\xca\x87\xc8\xbe\x37\ \x31\xe3\xd6\x81\x97\xc5\xbe\xb9\xc6\xb4\xff\x88\xca\x08\x61\x5f\ \x91\x98\x6c\xbd\xf0\x32\x09\xe7\x9f\x21\xa3\x15\x52\x7c\xec\xf4\ \x0d\x34\x5f\x63\xda\x17\x51\x2b\x59\xa7\xab\x19\x71\xf7\xd3\x3c\ \x31\x2e\x86\x75\xaf\x3d\xca\xfe\x03\x79\x04\x65\xef\x61\xc5\x69\ \x07\x2f\xbe\xf5\x0e\xa6\xdd\x9f\xf2\xe9\x69\x6f\x0c\x69\x5b\x59\ \xbc\x21\x8f\xbb\xe6\xbf\x4d\xff\xc0\xce\xa8\xfe\xfb\x17\xfd\x40\ \x4b\xa1\x91\xc5\xdf\xe5\xd1\x6f\xe6\x2b\x4c\xe8\xe9\xc1\x96\x8f\ \x0a\xd0\xc4\xdf\x8a\x0c\x28\xca\x3e\x8b\x2e\x7a\x20\x1a\x53\x09\ \x47\x4e\xb7\x70\xc7\x8b\x9f\x70\xa3\x2e\x8f\x27\x1e\xfd\x9c\x83\ \xa9\xf1\xec\x3b\x9c\x47\xaf\x27\x3e\x65\x6a\x8a\x1a\xae\x38\x2e\ \x26\xce\xe6\x56\x51\x98\x57\xc5\x0b\x73\x0e\x62\x73\x4f\x66\xc6\ \xb8\x18\xbe\x5b\xb2\x9b\xbe\x0f\xbc\xc6\xa4\x9e\xae\x2c\x7a\xfa\ \x31\xf6\x1d\xad\x24\x32\xe4\x24\x19\xf6\x30\x5e\x7d\xf7\x05\x02\ \x2e\x70\x32\x38\xb9\xfe\x33\x76\x36\x87\xf3\xde\xfb\x33\x28\x59\ \x39\x9f\x0f\xd3\xf3\xc9\x3e\x50\xc0\x57\xdb\xcb\x98\xf5\xfa\xdb\ \x78\x17\xae\xe5\xa5\x9f\x1a\x71\x37\x14\xf2\xd9\x67\xcb\xf0\x9f\ \x30\x97\x07\x87\x75\x32\xb6\xda\xe3\xdf\xd2\xe0\x7b\x1d\x6f\x2e\ \x7c\x06\xcb\xee\xc5\x3c\xbb\xea\x18\x4d\x53\x7a\xe3\x26\x00\x6c\ \x95\x7c\xf1\xc1\x22\x3a\x12\xef\xe5\x9d\xa9\x31\x2c\x9d\xff\x2c\ \xf6\x44\x3f\x72\xb6\x2f\x61\x6b\x91\x07\xef\x7c\x32\x8f\x9a\x6d\ \xef\xf2\xea\x6f\x67\x19\x38\xd8\x03\x81\xdd\x8e\x10\xd8\xfe\xf3\ \x21\x22\x86\x3e\x8a\x6b\xf1\x4e\xec\xaa\x18\x7c\x5a\x8e\x33\xef\ \x9b\xdd\xf4\x7b\xe8\x35\x26\xf5\xf0\x02\x5a\x58\x3a\x77\x0e\x96\ \xe4\xfb\x78\x7f\x72\x12\xdf\xcc\xb9\x8f\x33\x99\x95\x5d\x4c\xdb\ \xcd\x4b\x85\xb5\xa8\x0d\x07\x70\xe4\x68\x3a\xf1\xc3\xee\xe3\xec\ \x86\xcf\xd9\x6f\x48\xe0\xbd\x0f\xee\xc6\x78\x62\x19\x4f\x2e\xdb\ \x4b\x41\x6f\x05\xe5\xad\x9e\x4c\x0a\xf3\x07\x6b\x36\xd9\xad\x62\ \x06\xa6\x74\x03\x51\xa4\x4e\x2e\x08\x85\x22\xec\xb6\x26\xb6\xfd\ \x76\x8c\x66\x5b\x67\xc6\xf9\x5d\x5b\xf7\x12\x31\xf4\x01\x24\x2d\ \x07\xb0\x07\x45\x23\xab\xcd\x64\x6f\xba\x91\xc7\x3e\x7a\x8b\x5e\ \xde\x62\xa0\x81\x8f\x72\x9b\x18\x3a\xeb\x15\x66\xf5\x17\xf1\xde\ \x83\x4f\x73\x32\xbb\x92\x78\x8f\x4e\xf4\xab\xb5\x30\x9d\x2a\xbb\ \x37\x4f\xbf\xf6\x3a\xd1\x0a\x48\xdf\xf4\x1e\xeb\x72\x35\xbc\xf9\ \xe1\x02\x54\x45\xdb\x79\x68\xfe\x1e\x0a\x27\x8d\x24\x56\xd3\x79\ \x26\x92\x96\x5f\x81\x2e\x71\x28\x42\xa0\x20\x3b\x1b\xbf\xb8\x31\ \x58\xca\x8f\x71\xb0\xc2\x85\x37\x3e\x7d\x8d\x08\x17\x30\x95\x1c\ \xe0\xf9\xef\x0e\x32\xf6\xc5\xf7\x19\xec\x92\xc6\xfd\x8f\x7e\x4d\ \x71\xad\x95\x08\x57\x31\x60\x21\x23\x2b\x97\xb8\x5b\x1e\xe3\xe9\ \xf1\x49\xb4\x65\x6f\xe0\xb1\xb5\x39\xcc\x78\xe5\x7d\xfa\xfb\x96\ \xf2\xdc\xac\x57\x38\x58\x60\xa3\x4f\xfe\x5e\x5a\x7d\x07\xf0\xfe\ \x2b\x33\x70\xf9\x1f\x5b\xc5\x7f\x2a\x9b\xb6\x03\x90\x8b\x1d\x28\ \x24\x17\x5f\x32\x91\x03\x27\xb1\x03\x99\xc8\x8e\xb3\xd4\x81\x42\ \x6c\x47\x2a\x74\xe0\x24\xb6\x23\x11\xda\x51\x48\x1d\xb8\x48\x2f\ \xf9\x8d\xd8\x71\x8d\x47\x5f\x4a\xcd\x25\x9c\x6d\x54\x92\x94\x14\ \x03\x98\x69\xb1\x89\x50\xbb\x34\xf0\xf3\x81\x7c\xae\x9f\xfa\x00\ \x41\x72\x0b\x59\x59\x39\x84\x24\x05\x90\x7d\xf2\x30\xae\x03\x6e\ \xeb\x62\xd8\xd0\x4a\x56\x71\x2d\x65\xc5\xd9\x18\x75\xd7\x33\xa1\ \xff\xed\xe2\x0d\x00\x00\x20\x00\x49\x44\x41\x54\xb7\x0f\x58\x2b\ \xc9\x2d\x6d\x22\x21\x31\x04\xb0\x93\x7d\xb6\x89\xc8\xe8\x58\x3a\ \xca\xb3\xa8\x57\x44\x10\xed\x23\x01\x5b\x07\x36\x89\x08\xb5\x5f\ \x12\x33\xef\x1c\xc4\xd1\x2f\x5f\xe6\x9b\xad\xa9\xd8\xaf\x34\xf3\ \xda\x72\xc9\xac\xb3\x71\xe7\x73\x2f\xf3\xfc\xb3\xcf\x33\xf7\xd1\ \x29\x38\x0a\x77\xd3\xe4\xd3\x8b\x51\x3d\x3d\x80\x0e\x0c\x88\x70\ \x73\x57\x50\x96\x9e\x81\x7b\x70\x34\xbe\x17\x79\xd6\x35\xf1\xdb\ \xce\x0c\xac\xed\xb5\xac\xfc\xfc\x6d\xbe\x3e\x6e\xe7\xf6\xc9\xd7\ \x71\x78\xf7\x11\xc2\xc6\xdf\x47\x92\xbb\x98\x82\xcc\xd3\xe8\x12\ \xa2\xe9\x28\x3c\x45\x89\xac\x0f\x93\x07\x47\x76\xfd\x3a\xff\x74\ \x01\x6a\xbf\x24\xdc\x81\x86\x76\x03\x0a\x1f\x77\x64\xe7\xc4\xfd\ \xc6\x93\x7b\xc9\x6a\x0f\xe1\xc1\xa9\xd7\x41\x63\x05\x39\x95\xce\ \x24\x7a\xcb\x38\x7a\xf8\x37\x9a\xad\x8d\xac\xfa\xec\x3d\xbe\xfa\ \x55\xcf\xad\x93\x6e\x21\x4c\xa7\xc2\x6a\x32\x51\x90\xb9\x8b\xdf\ \xaa\xb4\x4c\x19\x13\x4e\x6a\x46\x09\xea\xd8\x64\x6a\x0f\xec\xc3\ \xe6\x33\x98\xdb\x7a\x74\xa2\x0c\xed\xfa\x33\xec\xca\xa8\xa5\xad\ \xe2\x14\x9f\x2e\x9c\x47\x86\x53\x3c\x53\x46\x77\x47\xbf\x53\x79\ \xfb\x62\x36\xb6\x91\x57\x72\x8c\x43\xa5\x4a\x86\xc4\xba\x73\xe4\ \x50\x05\xa3\x26\x8c\x46\x09\x58\x4c\x6d\x38\x2b\x55\x34\x57\x65\ \xd0\xe6\x19\x4c\xb0\x27\x58\xb2\xd3\x69\x17\x7b\x10\x17\xd0\x2d\ \xf9\xc8\x15\x2a\x24\x0e\x13\xa7\xf7\xfc\x42\x83\x3a\x9e\x88\x60\ \x0d\xb9\xc7\x37\xb1\xb7\x5c\xc3\xad\xc3\x13\x29\x4d\xcb\xc2\x27\ \xd0\x1f\xcf\xb8\x41\xdc\x31\xc2\x8b\x6f\x5e\x9f\xcb\xcf\x99\x4d\ \xd0\x5c\x4c\x45\xab\x98\x94\x68\x2f\x30\x19\x31\x0a\x5c\xd1\xb9\ \x77\xa7\x9a\x2f\xcc\xcc\xc3\xa1\x4d\x20\x54\x01\xd0\xc0\xfe\x43\ \x19\xf4\x99\x38\x1e\x2f\x11\x18\x2c\x46\x04\x2e\xce\x38\x9d\xb7\ \x6c\x98\xcb\x29\xa8\x6c\x23\x29\x31\x08\x30\x92\x9d\xd5\x46\x70\ \x50\x38\x21\xbd\x6f\x62\x52\xa2\x8d\x0f\x5f\x7c\x8d\xd3\x15\xad\ \xe4\x67\x1e\x25\xab\xde\x46\xf6\xaf\x4b\x79\xe5\xbd\xe5\x04\x8d\ \x98\x40\xdf\xd0\x73\x6d\x31\xd5\x91\x57\x6c\x20\x22\xb4\x13\xd4\ \x74\x72\xe7\x41\x3c\x53\x46\xd3\xdf\x5f\x08\x86\x66\x10\xcb\xd1\ \x2a\x6d\x64\xa5\x56\x13\x1c\x99\xfc\x3f\xc7\xb0\xff\x74\x4c\xfb\ \x32\x26\xee\x70\x60\x91\x48\x99\x74\xbd\x1b\x61\x3a\x09\x53\x46\ \xf8\x30\x7f\xac\x27\x4f\x8d\xd0\xd2\xd7\x53\x88\x09\x11\x83\xaf\ \xd3\xf2\xec\xcd\x5e\xcc\x19\xe1\x4e\xa2\xbb\x10\x8b\xed\x1a\xb3\ \xfe\x5b\x54\x9f\x7f\x92\x56\xa5\x27\x51\x81\x50\xb0\x73\x29\xfb\ \xcb\x5c\x18\xd9\xcf\x8b\x86\x96\x0e\x9c\x15\x62\x68\x2b\xe2\xe4\ \x59\x23\xd1\x41\xfe\x60\xe9\xc0\x66\xee\x8c\xa4\x66\xb6\x80\xa3\ \x36\x9d\x1c\x83\x96\x97\x3f\x7e\x0b\x65\xf6\x5a\x96\x9f\x6c\x00\ \x6b\x3b\x8d\x0d\x36\xd4\xae\x4a\x68\x3c\xcd\x71\xbd\x99\xe0\x08\ \x1f\x4a\xb3\xd2\x71\x0d\x8f\x42\x2b\xb1\xb0\xe1\x8b\x1f\x70\xf8\ \xf4\x24\x4a\x2b\x24\xf2\xa6\xfb\x98\x7d\x47\x24\xbf\xac\x5d\x45\ \x6e\x63\x1b\xd5\x55\x35\x5c\x98\x3e\xa2\x29\x37\x97\x46\x6b\x20\ \xd7\xc5\xf8\xe1\xea\xae\x43\xa5\x10\x63\x6e\x6e\x02\x81\x0c\x27\ \xa0\x74\xcf\x6a\xce\x76\x78\x72\x63\x8a\x0b\x27\x53\xeb\x09\x08\ \x8f\xbf\xd8\x4e\xe9\xe8\xa0\xd9\x2e\xc1\x3f\x26\x89\xeb\x06\x8e\ \xe2\xd1\x39\xcf\x32\x34\xde\x8d\xfa\xa6\x16\x9c\x9c\x24\x40\x3d\ \x47\x4f\xd4\x12\x16\x14\x8e\xd4\x6e\xc0\x64\x31\x62\x70\x80\xc3\ \x6a\x05\x9a\x48\x2d\x6e\xc0\x2f\x31\x06\xb0\x91\x95\x9d\x83\x5f\ \x4c\x44\x97\x4a\xdd\xde\xdc\x8a\xc9\x26\x45\x0a\x94\x67\x1d\xa1\ \xc4\xc9\x13\x5f\x9d\x9c\x96\x66\x08\x0f\x8f\xa1\xf7\xc0\x51\xcc\ \x7a\xea\x69\xc6\xa5\xf8\xe0\xaa\xf4\x42\x51\x79\x8a\x2f\xbf\xd8\ \x46\xf2\x6d\x33\xf0\x13\xd6\x91\x59\x5a\x47\x54\xa2\x3f\x56\xa3\ \x11\xa3\xd5\x8a\x19\xb0\xdb\xa1\xb5\xb9\x11\x81\x8b\x1b\xd1\x49\ \x49\x0c\xb9\x79\x2a\x73\x9e\x7a\x80\x78\x6d\xb7\x11\xd8\xd5\x3b\ \x0a\x55\x73\x11\xdf\x7e\xfc\x23\x9a\x7e\x63\x88\xf7\xb6\x53\x57\ \x6f\x41\x2c\x51\x00\x7a\x56\xaf\x3e\x46\x4c\x9f\x41\x28\x5b\x8b\ \xb0\x48\x5d\x70\x05\x4e\x1c\x4e\xc5\xac\x8a\xc1\xf7\x82\xd5\xed\ \xaa\xf2\x40\x50\xb8\x9f\xef\xb7\x16\x30\xe6\xee\xe9\x04\x98\x4e\ \xf3\xde\xa2\xad\x24\xde\x32\x8d\x60\x45\x2d\xa7\x0b\x1c\x84\x07\ \x07\x02\x12\x46\xce\x78\x91\x49\x71\x36\x7e\xda\xb0\x9b\xa2\x9c\ \x12\xda\x64\x11\x44\xba\x43\x47\x79\x3a\x45\x42\x77\x42\x83\xba\ \x93\x16\x17\x94\x95\x83\x97\x77\xa7\xff\xbe\xb1\x8d\xb6\x56\x23\ \x72\xb1\x0c\x30\xf0\xf3\xaa\x6d\x78\xf6\xb8\x9e\xe0\xf3\x26\xf0\ \x96\x66\x1a\x9b\x40\xa3\x74\xc1\x5e\x73\x92\x53\x0d\x0e\xfc\x82\ \xb4\x60\x57\x33\xe9\xc9\xf9\xdc\xa8\x2b\xe6\xc7\x2d\xfb\x69\xec\ \x30\xe3\x1e\x10\x48\x42\xaf\xeb\xb9\xfd\xde\xc7\x79\x74\xea\x4d\ \x5d\xd9\xed\x0d\xfa\x5c\x8a\xad\x6a\xc2\x42\x3a\xeb\xd0\xd2\xd0\ \x01\xe2\x4e\x40\xdb\xe1\x35\xeb\x69\x50\xf6\xa4\xaf\x47\x13\xc7\ \xab\x2c\x84\xc4\x87\x5f\x3b\x88\xfc\x6f\x88\xde\x76\x81\x00\x77\ \xa5\x18\x85\x93\x08\x57\x87\x99\xc5\x9b\x6a\x68\x0b\xf0\xe0\xb1\ \x64\x25\x86\x4a\x11\x03\x54\x56\x3e\xdd\x52\x4f\x9b\x40\x80\x48\ \xe0\x40\x2c\x14\x60\xb3\x5d\x63\xd0\x57\xa2\xa6\x8a\x3a\xea\xf3\ \x4e\xf0\xee\x73\xcf\x60\x36\x39\x71\xfb\x53\x4f\x12\xed\xed\xce\ \xf5\x89\x81\x7c\xb7\x70\x0e\x39\xc1\x2e\x14\xdb\x5c\x18\x2c\x73\ \xa5\xf7\xb0\x9b\xd9\xf6\xda\x52\x1e\xc9\xde\x41\x50\xec\x8d\x8c\ \x09\xad\xc6\x20\xf0\xa5\x47\x4c\x0a\x7e\x63\x63\x78\xf1\x9b\xef\ \x18\xfe\xe1\xc3\xf4\x49\x52\xb1\x6c\xe1\x73\x1c\xd4\x4a\x68\x97\ \x38\xe3\x2c\xb1\x51\x7e\x36\x87\x9c\x8c\x22\x5e\x2c\xd9\x81\xcd\ \x35\x96\x67\x9f\xb8\x99\x53\xcb\xdf\x65\x7b\x7a\x23\x02\x73\x33\ \xd7\x8f\xb9\x1b\xe3\xae\x8f\x79\x6a\x8f\x80\xf7\x3e\x7b\x9e\xf3\ \x11\x30\xb2\xb2\xd2\x31\x07\xc6\xe3\x75\x81\xf4\x1c\xd6\xff\x26\ \x94\x7b\x97\xf0\xf4\xec\x33\x98\xcd\x42\xc6\x3f\xf4\x02\x81\x8e\ \x7c\x3e\xad\xb7\x72\x63\x42\xe0\x25\x27\xd0\x3e\x8c\x1e\x91\xc2\ \x57\xbf\x6e\x65\x75\x89\x1b\x9a\xd8\x61\x3c\x34\xe9\x06\x6e\xbc\ \x3e\x85\x0f\x16\xbf\x42\xdd\x5e\x0f\x4a\x5b\xa4\x8c\x90\x4a\xf0\ \x4a\x19\x44\x9f\xb5\x0b\x78\xe9\xb1\x27\xf1\xf2\x8d\x60\xd2\x84\ \x78\xca\x9a\x60\x44\xb4\x37\x98\xcb\xc9\xcc\xb5\x10\x37\xac\x1b\ \xa2\xee\x9b\x72\x3d\x11\x1b\xdf\xe2\x99\xa7\x5e\xc4\x8b\x7a\x5c\ \x34\x89\x88\x14\x2a\x06\x0f\x1f\xc8\x27\x9b\x76\xb2\xaa\x2a\x15\ \xcf\xa0\x5e\xdc\x3b\x63\x34\xce\x9e\x7e\x38\xd5\x1f\xa3\x24\xe5\ \x59\xee\xbc\xc1\x0f\x47\xd9\x41\x4a\x6a\x5d\x18\xec\xa9\x22\x72\ \xe8\x28\x7c\x0e\x7e\xcc\x63\x8f\x9e\xc6\x33\x24\x91\xe9\x77\x8f\ \x65\x74\xf2\x7e\x76\x6f\x59\x4b\xbe\xd2\x99\xb8\xd1\x53\xb8\xb5\ \x4f\x58\xf7\x39\x8f\x2e\x8a\x28\x71\x06\x9f\xe7\xf5\xe0\xc7\x05\ \xfd\x41\x6a\x66\xd0\x00\x6f\x96\x7f\x30\x87\xbd\x72\x3b\x4e\x61\ \xa3\x98\x3d\x26\x12\x71\x61\x2f\x64\xcb\xbe\x65\xce\xf3\xc5\x08\ \x9b\x4a\x71\x8e\x1a\x74\xd1\x21\xbc\x9b\xd6\x1b\x4a\xd3\x51\x4f\ \x7f\x84\x7e\x11\x7e\x1c\x2f\x2d\x42\x10\x34\x9d\xa9\xc3\xc3\xb1\ \x94\xed\xa0\x08\x15\xa3\xfd\x6d\xac\x78\xeb\x65\xd2\x5a\xc1\xd0\ \x6a\x67\xcc\x5d\x09\x94\x65\xff\x80\x34\xac\x1f\x6e\x40\x76\xda\ \x49\xa4\xda\x60\x02\x2f\x00\xfd\x06\x87\x85\xd1\xb0\x78\x09\x8f\ \x17\x1f\x65\xda\xe3\xf7\x31\x74\x44\x2f\x3e\xfe\x6a\x01\x67\x57\ \x8b\x70\xe8\xfa\xf0\xf8\x9d\x83\xbb\xeb\xe1\x1e\x48\x72\xb4\x8c\ \x25\xaf\xcf\x61\x97\x1b\x98\x9d\xdd\x90\x77\xe4\xf0\xc5\x9b\x3f\ \x52\x6a\x70\xd0\xd6\xe6\xce\xc8\xf1\xbd\xe9\xe1\xa6\x25\x68\xef\ \x12\xd6\xaf\x5e\x85\x9b\x4a\xc7\x98\x19\xf7\x93\xac\xeb\x9c\x14\ \xd5\x59\xa7\xb1\xbb\x05\x72\x3e\x2a\x42\xaf\x11\x03\xd8\xf6\xf9\ \x62\x66\xe7\xaf\xc5\xe4\x50\x33\x73\xce\x0c\xe4\x65\xdb\xa9\x32\ \x3b\x33\x21\xd4\xe5\x7f\x72\x1d\xff\xa9\x60\xec\x32\x31\xbc\xbf\ \x5f\x42\x6e\x6d\xa7\x4d\xdb\x61\x77\x60\x91\xcb\x99\x75\x83\x92\ \x23\xd9\xad\x5c\x97\xe8\x86\xbe\xa0\x05\x8b\x4e\x89\x9f\xc1\x40\ \x93\xca\x89\xf6\xdc\x06\xd6\x16\x59\xd0\x28\xc5\x38\x09\x1c\x34\ \x76\xd8\x31\xda\x20\xd1\xdb\xce\x23\xfd\x2c\x18\x2e\xc9\x52\x75\ \x35\xc3\xd8\xad\x86\x16\x6a\x6a\xf4\xb4\x59\x44\x78\xf8\xf8\xa1\ \x3e\x7f\xac\x6f\xeb\xa0\xbc\xa4\x1c\x8b\xd4\x0d\x77\x95\x0c\xb1\ \xd4\x05\x85\x4c\x44\x6b\x7d\x25\x15\xfa\x16\x9c\xdd\xbd\xd1\x29\ \x1c\xb4\x9a\xc4\xe8\xdc\x5d\x70\x58\x4d\x54\xd7\x34\xa1\xf6\xf2\ \x44\x66\x6d\xa3\xa4\xac\x02\x81\x8b\x0e\x8d\x42\x8e\x5c\x58\xc3\ \xc2\xb9\xef\xe1\x37\xe1\x61\x86\x85\xa9\x71\xf7\xf4\x42\x2e\xb6\ \xd3\x52\x5b\x45\x75\x5d\x0b\x42\x85\x9a\x80\x40\x2f\x68\x6d\xa0\ \xc9\x2c\x42\xeb\xae\xea\x52\xf7\xda\x9b\xf4\x74\x88\x94\xe8\x94\ \x17\x1f\x19\x75\xd4\x57\x50\x56\xdb\x86\xca\xcb\x1f\x2f\x37\x05\ \xd8\x3a\xd0\x37\xb4\xa3\xd2\xea\xba\xcc\x17\x5d\x64\xb7\xa2\xaf\ \x28\xa1\xbe\xdd\x86\x4a\xe7\x8d\xb7\xbb\x12\x81\xc3\x44\x75\x59\ \x29\x6d\x0e\x17\x74\x1a\x05\x62\x89\x02\x67\xb9\x04\x4b\x7b\x23\ \x65\x15\x35\x38\x64\x6e\xf8\x78\xb8\xd2\xde\xda\x81\x9b\x4e\x8b\ \xd8\x6e\xa6\xb6\xb6\x05\x17\xad\x16\xa7\x0b\xc4\x1a\x63\x73\x2d\ \x65\xd5\x8d\xb8\x68\xbd\x70\x96\x08\x51\x28\x5d\x10\x0b\x2c\xd4\ \x56\x94\x53\xd7\x62\xc6\xd5\xdd\x0b\x6f\x0f\x15\x42\x6c\x34\xd6\ \xe9\x11\xba\xea\x50\x49\xc5\xd8\xcd\xed\xd4\x35\x9a\xd1\x78\xa8\ \x11\x0b\xc0\xdc\xac\xa7\xa4\xaa\x1e\xb1\x52\x8b\x9f\xaf\x0e\x91\ \xb9\x95\xb2\xd2\x0a\x0c\x76\x19\x1e\xbe\x3e\x68\x9c\xbb\xbd\x6a\ \xcc\xfa\x74\xde\x79\xfd\x43\x3c\x26\xcc\xe3\xbe\x81\x9d\x76\x64\ \x2c\x06\x2a\xca\xca\x68\x17\xb8\x10\x14\xe0\x8d\xb4\x33\x1e\x01\ \xad\x35\xe5\x54\x36\xdb\xd0\x79\x68\x10\x8b\xc4\x28\x95\x8a\x6e\ \x86\x69\xb7\xd0\x50\xdb\x80\x93\xbb\x0e\x27\xb1\x80\x16\x7d\x2d\ \x02\x67\x35\x4a\x67\x09\x36\x53\x0b\xf5\xad\x36\xdc\xdd\x95\x34\ \x54\x96\x53\xdf\x62\xc0\x49\xed\x45\x80\x97\x9a\xf6\x26\x3d\x66\ \x89\x0a\x8d\xb3\x0c\x43\x53\x1d\x1d\x28\x70\x77\xbb\xc0\x7b\xc4\ \x6e\x42\x5f\x51\x4e\xa3\x49\x82\x6f\x80\x3f\x2e\x12\x33\xd5\xa5\ \xa5\x34\x5b\x64\xf8\x05\xf9\xe1\x2c\xbe\x58\x99\xb7\x19\x5a\x28\ \x2d\xaf\x42\xe4\xaa\x43\xed\x24\x41\x22\x15\xd1\x5c\x5b\x4d\x43\ \x9b\x19\x57\x9d\x0f\x3e\x5a\x57\x04\x40\x7b\x63\x35\x15\x35\x8d\ \x88\x14\x6e\xf8\xfa\x7a\x21\x17\x09\x00\x03\xcb\xe6\xcd\xa6\x32\ \xe1\x61\xe6\x4c\x8c\xe9\x92\xec\x9a\xaa\x4b\xa9\x6e\xb6\xe2\xe9\ \xeb\x8f\xda\x45\x8a\xdd\x78\xae\x3d\x3a\xf5\x7f\xc5\x94\x70\x55\ \xc3\xd8\xad\x36\x3b\x46\xab\x03\x84\x20\x70\x80\x40\x22\x22\xcc\ \x47\x4e\x4e\x75\x1b\x4b\x33\x3a\x18\x3c\xcc\x19\x77\x27\x21\xed\ \x46\x1b\x3d\x92\xdc\xb9\xde\xd9\xc4\x97\xfb\x5b\x71\x88\xae\xb9\ \x9f\x5f\x51\xad\x72\x72\xc5\xf7\x02\xd5\xb6\x8b\x44\x0a\xfc\x42\ \x22\x2e\xbb\xad\x74\xf7\x21\xca\xbd\xdb\xc3\x43\x7e\x4e\x70\x11\ \x88\x65\x78\xfb\x9e\x0b\x60\x2f\x72\x21\x28\xac\xdb\x2e\x6c\xc8\ \x4d\xa3\xd2\xae\x61\xf2\xf5\xd1\xf8\x8a\xbb\xad\x70\xae\x3a\x5f\ \x5c\x75\xbe\x17\x7c\x5c\xc3\xa5\x20\x70\x67\x37\x0f\xae\xb4\xe5\ \x29\xdc\x7d\x89\x74\xbf\xb8\xbe\x1e\xba\xbf\x11\xa0\x53\x28\xc6\ \xc3\x3f\xf4\xe2\x6f\x0b\x64\x78\x05\x5c\xae\x2a\x4b\x9c\xd5\x84\ \x44\xa8\xbb\xfe\x76\x72\x3a\xf7\x4d\x91\x14\x9d\x97\xf6\xb2\xf7\ \xe5\x2a\x1d\xe1\x2a\xdd\xa5\x5f\x41\xe7\x1b\xcc\x85\x4d\x03\x11\ \x6a\x6d\x77\x04\x3d\xa1\xd4\x19\x0f\xcf\xee\x96\x49\x55\x1e\x84\ \xab\x2e\xa8\xa1\x54\x49\x60\x58\xd4\xc5\x47\xb2\xb5\xa9\x7c\xf6\ \xd1\x4a\x4a\xdb\xcc\x44\x0f\x7f\x84\x7b\xce\x33\x6c\x00\x89\x13\ \xbe\x97\x8d\x97\x00\xa5\xa7\x3f\x91\x9e\x7f\xcb\x10\x2a\x41\xe3\ \xd9\xfd\xd0\xd5\xa3\xbb\x7c\x91\xcc\x15\x8f\x73\xfb\x84\xce\x37\ \xe8\xa2\xb6\xb8\xb8\x75\xbf\xe7\xe4\xa6\xbd\xdc\x03\x43\x28\xbb\ \xa4\xbf\x65\x78\x05\x86\xe3\xf5\x37\xaa\x21\x72\x72\x25\x38\xfc\ \xe2\x39\x28\xf7\x0f\xe1\xd2\x6a\x3b\xab\xbd\x88\x50\x5f\xfc\x15\ \x53\xf9\x19\xea\xd5\xc9\x4c\x1c\x11\x73\x51\xbb\xdd\xbc\x02\x71\ \xbb\xe0\x55\xa1\xdc\x15\x9d\xfc\x7f\x78\x1d\xff\x39\x6d\xd9\x20\ \x90\x88\xe9\x11\xee\x82\xbb\x8b\x14\xad\xc0\x46\x9d\x01\xa4\x26\ \x33\x6b\x7e\xab\xe3\x4c\x9b\x00\x67\x31\x1c\xcb\xe9\xe0\xc1\x1e\ \x6e\x4c\xb2\x8b\xf1\xf4\x96\x22\x68\x34\x72\xcd\xa2\xfd\xdf\x25\ \x69\xe0\x10\x16\xbc\x72\x23\xee\xd7\x02\x24\xfc\x4b\x24\x51\x85\ \x32\xf1\x9e\x99\x08\x5d\xb4\xf8\x79\xba\x5d\xc3\x1b\x00\x62\xcf\ \x24\x1e\x78\x38\x05\xb9\xe4\xea\xee\x87\x3f\xa5\x48\x2a\x00\x1c\ \x76\x3b\x62\xa9\x18\x6f\x99\x8d\x4d\xc7\x9a\xa9\x68\xb6\xf2\x5b\ \x66\x1b\xad\x02\x11\x2a\xb9\x10\xa9\x44\x88\xbe\xa4\x85\xaf\x8f\ \xb5\xa1\xd6\xc9\xb1\x37\x75\xb0\x2b\xdf\x88\x50\x22\xbc\x36\xc1\ \xff\x2e\x59\x28\xc9\x4e\xa3\xa8\xe1\xf7\xa0\xc8\x1c\x14\x9f\xd9\ \xcf\xd1\xfc\x9a\x2b\x6c\xb4\x8e\x73\x52\x9b\x12\xad\x46\x75\x6d\ \x0c\x7e\x47\xdf\x5a\x2c\x66\x2c\x16\x2b\x0e\x40\x28\x55\x12\x18\ \x1a\x86\xff\x39\x86\x6d\x6d\xaf\xe2\xe0\x91\x93\x34\x5c\x62\xee\ \x6b\xad\xc8\xe6\x4c\x56\x09\xf6\xdf\x51\xde\x1f\xff\xe6\x95\x7f\ \x7d\xc5\xac\x4e\xd6\x26\xd2\xd3\xd2\xa8\x35\xfd\xe3\x5f\x12\x49\ \x64\xc8\xff\xc0\xd4\x7e\x0e\xbb\x0d\xb3\xd9\x8c\xd5\xf6\xd7\xf2\ \x0b\xfe\x53\x31\x6d\xc1\xb9\x09\xe2\x10\x82\xc3\x66\xe7\xd0\xa9\ \x06\xbe\xd8\xdb\x48\x6a\xbd\x1d\x91\xcd\xc6\x89\x02\x03\xf5\x96\ \xce\xd0\x0f\x0e\x40\x2c\x86\xca\xf2\x36\x96\xee\xad\xe3\xeb\x03\ \x4d\x64\x35\xd8\x11\x08\xcf\x7d\xe3\x1a\x17\xb8\x32\x35\x67\xf3\ \xcd\x67\x5f\x52\xd0\xfa\x3b\x7a\xc8\x5e\xcb\xe6\xa5\x4b\x2e\x81\ \x0d\x1b\x58\xfd\xce\x8b\x7c\xbd\x23\xff\x3f\xd7\x06\x7b\x33\x47\ \x7f\xdb\x4d\x5e\xe3\x7f\xef\xc4\xb9\xbe\x30\x95\x3d\x47\xf2\xf9\ \x43\x96\xbb\xb9\x81\xcd\x5f\xbd\xc5\xec\x27\x9e\xe0\xb5\x45\x5b\ \x68\xbe\x42\x28\x8d\xea\x93\xeb\xf8\x7e\xe3\x41\xec\x97\xf0\xac\ \x7d\x3f\x7e\xcd\xe6\xe3\xfa\x7f\x6a\x21\x9b\xcb\xf7\x30\xf7\xc5\ \xb7\xc8\x68\xf9\x7f\x5e\x34\x96\xf3\xe9\xdc\x17\xd8\x91\xd5\x48\ \x53\xc9\x09\xf6\xa6\x15\xff\xd3\xeb\x6a\xdf\xf7\x0b\x79\xe3\x87\ \xe3\x38\x8c\x95\xfc\xb6\xf7\x20\xe7\x87\xac\x25\xf3\x17\x16\x2f\ \xdd\x8a\xf1\xbf\xa4\x91\x35\xe7\x1f\xe4\xed\xb9\x4f\xf1\xc4\xec\ \x97\xd9\x78\xb4\xf0\x1a\xd3\xfe\xfd\x7b\x72\x27\xe3\x16\x38\x3a\ \xff\x95\xcb\x84\xb8\xca\x85\xc8\x44\x9d\x0f\xe4\x12\x01\x22\xc1\ \xb9\x77\xce\x5d\x12\xb1\x10\xa5\xbc\xfb\xbd\x0b\x9f\x5d\xa3\xcb\ \xa9\xb1\x30\x9f\x6a\x93\x37\x41\xaa\xcb\x43\x87\x3a\x6c\x16\x8c\ \x66\x33\x76\xc7\x85\xd2\x88\x15\xa3\xc1\x80\x15\xb0\xd6\x96\x51\ \xd4\xa8\x21\x3e\xd4\x1f\xb0\x63\xb6\xd8\x00\x29\x49\xc3\xc6\x31\ \x28\xa1\xd3\xf6\x6d\xb5\x18\x31\x9a\xcc\x97\x31\x33\x9b\xc5\x8c\ \xc9\x6c\xbd\xe2\xa8\xdb\xbb\xdc\x34\x1d\xd8\xec\xf6\xf3\x05\x63\ \x32\x18\x30\x5f\x01\x1d\x65\xaf\x38\xca\xb7\xdf\xae\xa1\xd6\x64\ \xe9\xf4\x9b\x03\x1c\x0e\x1b\x46\x83\x11\xeb\xff\x1b\xb5\xc8\x81\ \xd5\x7c\xae\x8e\x8e\x73\x12\xae\xc9\x88\xc1\x68\xea\xfe\xdb\x6c\ \xc4\x62\xb9\xb8\x5c\xbb\xcd\x82\xc9\x64\x39\xd7\x2e\x1b\x07\x37\ \x7d\xc3\x86\xd3\x45\x58\x1c\x74\xf5\x97\xcd\x62\xc6\x78\x4e\x52\ \xbe\x52\xb9\x66\x93\x09\xcb\x15\xa4\xba\xec\xdd\xcb\xd9\x96\x2f\ \xe5\xfe\xb9\xaf\xf1\xf4\xbd\xa3\x71\x13\x83\xc5\x6c\x3c\xd7\xbf\ \x9d\x94\x73\xaa\x18\x77\xff\x04\xb4\x5d\x63\xe5\xc0\x61\x28\xe4\ \x54\x59\x3b\x41\x09\x11\xdd\x63\x65\x32\x71\xe1\x56\x66\xb7\x98\ \x31\x18\x8c\x58\x2f\x18\x54\xb1\x2a\x9c\xf1\xe3\x46\x13\xe0\x0c\ \x60\xc7\x64\xbc\x72\x3f\x23\x76\x63\xe0\xf8\x89\xf4\x09\x94\xf0\ \xeb\x0f\x8b\xd8\x9b\x5e\x81\x0d\x2e\x08\x0c\x75\x71\x90\xa8\x0b\ \xff\x6f\xb7\x3b\x00\x3b\xa1\x7d\x6e\x62\xfc\xb0\x78\x2a\xf6\xaf\ \x63\xe9\xea\x23\x98\xcf\x55\xae\x20\xad\x00\x81\x5b\x38\x1e\x7f\ \x07\x5b\x6e\x33\x1b\x31\x9a\xac\x97\xcd\x23\x83\xf1\xe2\x39\x0a\ \x60\x31\x9b\x30\x5b\xae\x1c\x38\xca\x61\xb3\x62\xec\x1a\x5f\x80\ \x26\x56\x2c\xf9\x01\x52\xee\xe0\xd5\x05\x2f\x30\xba\x67\xc8\x5f\ \xcb\x4c\xf4\x67\xaa\x8c\xd9\x0a\xf7\xf4\xb4\x62\xb5\xff\x6b\x4c\ \xd7\x41\x27\x24\xde\x68\xb9\xc6\xa4\x2f\xa5\xe2\xd2\x1c\x4a\xaa\ \x73\xf9\xf2\xd5\x27\x69\x15\xf9\x31\x6b\xce\x53\x24\x6a\xc5\xe4\ \x1f\x58\xcf\x8a\x6d\x87\xa9\xd1\x57\x63\x76\xeb\xc5\x1b\xef\x3e\ \x8a\x39\x6d\x3b\x5f\xff\xb0\x95\xaa\x76\xe8\x31\x66\x06\xc3\x7d\ \x72\x31\xfa\x45\xe1\xaf\xa8\xe0\xa3\x17\xde\x41\x31\xec\x19\xa6\ \x87\x64\xb3\x7c\x73\x36\x8f\xbe\xd4\x8b\x13\x2b\xde\xe7\xbb\x03\ \x45\x38\x2c\x06\x34\xc9\x13\x79\x76\xd6\x48\x5c\x30\x70\x78\xd3\ \x72\x36\xfd\x96\x4e\x43\x63\x1d\xce\x49\x53\x78\xfd\xd1\xd1\xe7\ \x0e\xb4\x1c\x6c\xfb\xe4\x15\x32\xbd\x6e\x65\xf6\x6d\x71\x1c\x5c\ \xf1\x26\xbb\x05\x43\x79\xe9\xd6\x00\xbe\x79\xe7\x3d\x4e\x55\x74\ \x60\xb6\xc9\x18\x39\xfd\x49\x6e\xe9\xe3\xdf\xd5\x86\xf2\xec\x62\ \x9a\x1b\x6b\x58\xf1\xf6\x4b\x14\x4f\x79\x9c\xdb\x42\x3a\xf8\xe2\ \xb3\x25\xe4\x54\x35\x20\xd0\x24\xf0\xf0\xd3\x0f\x13\xa5\xb9\x82\ \x3c\x62\xa8\x66\xfd\xf7\x5f\xb3\x2b\xb5\x1c\xb1\x2e\x86\x07\x1f\ \xb9\x17\xfd\x96\x0f\x58\x79\xb4\x1c\xa7\xc0\x14\x1e\x7a\x70\x32\ \x65\xdb\x97\xb0\xf1\x60\x3e\xed\x76\x05\x37\x3f\x30\x9b\x9b\x13\ \x3d\xc9\x3e\xb0\x86\x95\x9b\x0f\x53\xd7\x50\x83\xc1\x77\x30\xef\ \x3c\x33\x91\x9a\xaa\x6a\x2a\x6b\xd6\x31\xaf\xbd\x8e\x27\x1e\xb8\ \x8d\x86\x43\xcb\xf8\x7e\xfb\x29\xea\x5b\xad\xf4\xbc\x65\x16\x0f\ \x8c\x8a\xef\x66\x28\x4d\x05\xac\xfe\x61\x25\xa7\x0a\xab\xa9\xd4\ \xb7\x30\x64\xd6\xeb\xdc\xdb\xdf\xef\xfc\xac\xe7\x6c\xea\x69\x6a\ \x2a\xa5\xac\x59\xff\x0b\xf7\x4c\x1b\xc7\x89\x65\x1f\xb2\xf1\x48\ \x31\x06\xab\x9c\x9b\xee\x7b\x86\x89\x3d\x9c\x48\x2d\x6f\x27\x78\ \x62\x67\xb6\xf6\xb3\x3b\x57\xb0\x6a\xe7\x29\x1a\xea\x2a\xa8\x68\ \xf7\x63\x6a\xbc\x8a\xf6\xfc\x43\x2c\xfa\x76\x0d\x45\x0d\xed\x28\ \x42\x06\xf1\xc2\x33\x53\x68\xfc\x6d\x25\x9f\xae\xda\x8f\x59\xa0\ \x64\xd4\x43\xb3\x19\x15\xdd\xc9\xf2\x77\xaf\x5a\xc6\x59\xf7\x89\ \xf4\x4a\x2c\xe0\xa3\x05\x9f\x91\xdf\x64\xc1\x60\x10\x31\xfa\xc1\ \xd9\xdc\x92\xe2\xd7\xdd\xcf\x87\x56\xb2\x3e\x55\xcd\xf3\x3d\x83\ \x28\x2e\xac\x25\xb7\x68\x05\xaf\xb7\x95\x71\xff\x8c\xc9\x78\x4b\ \xa1\xfa\xe4\x0a\xde\xd9\xde\xce\xdc\x17\xee\x43\x96\xbe\x89\xf9\ \x5f\x9d\xe0\xd1\x8f\x16\x10\xd0\x70\x86\x57\xdf\x5a\xcf\xc8\xbb\ \xc6\x71\x70\xcd\xaf\x8c\x9d\x13\x4f\x7e\x71\x35\x0d\x35\x65\xbc\ \xf3\xf2\x5b\xdc\xfd\xe4\x34\x72\x2b\xab\x28\xc9\x2e\xe5\xe9\xfb\ \x7e\x41\xd7\x67\x22\xb3\x67\x8e\xba\xe0\x10\xda\xcc\xe9\xad\x4b\ \x59\xb6\x23\x8d\xd6\x0e\x1b\xc9\x63\xef\x63\xd6\xcd\x29\xe4\x1d\ \x58\xc6\xa2\x9f\x8e\x62\xb6\x18\x10\xfb\xf5\xe1\x99\x39\xf7\xe1\ \x2b\x35\x71\x60\xf5\x12\x36\xec\x3f\x4b\x8b\x49\xcc\xc0\xbb\x9e\ \xe0\xce\xfe\xc1\xdd\x1a\x51\xd6\x5e\x16\x7f\xb7\x8e\xb2\x16\x23\ \x2e\x41\x83\x78\x66\xf6\x1d\xe8\x1a\xcf\x70\xaa\xa8\x11\xa1\x69\ \x23\xeb\xe5\x4a\x66\xde\x1c\x73\x4d\xd2\xfe\x57\x98\xad\x8b\xcc\ \x81\xda\xc9\x81\xdb\xbf\x70\xa9\x9d\x1c\x38\x4b\x1d\xd7\x4c\x24\ \x97\xeb\xbb\xe4\xa6\xe5\xd3\x73\xec\x3d\xbc\xf6\xf6\xab\xf4\x10\ \xe4\xb2\x6e\x47\x1e\xf5\x27\x96\xb3\xf0\x9b\xbd\x5c\x77\xf7\x93\ \xdc\x7f\x73\x4f\xec\x42\x57\xec\xc5\x47\x79\xf7\xbd\x9f\x08\x1c\ \xfd\x20\x6f\xbe\xf9\x1a\x77\xdf\x94\x48\x75\x46\x16\x22\xa3\x9e\ \x1f\x3e\xfa\x08\x4b\xfc\x14\xee\xbb\xd1\x9f\xc2\x93\x69\xd4\x58\ \x3c\xd1\x50\xcd\xa6\x3d\x99\xf4\xba\xe7\x15\xde\x7f\x6e\x0a\xfa\ \x7d\x1b\xc8\xaa\x35\x91\xba\xee\x33\xbe\xda\x59\xcb\x9d\x4f\xbd\ \xc4\x94\x01\xfe\x18\xcd\xa6\x6e\x40\x8c\xa3\x9c\xd3\xf9\xa5\x68\ \x43\x7d\x80\x36\xb2\x4e\x15\xe0\xe3\x1f\x40\x5b\xd6\x41\x0e\x15\ \xa9\x98\xfd\xe6\xc7\x3c\x34\xd4\x9d\xb5\x3f\xad\x42\xdf\x2d\x6b\ \x71\x26\x3b\x87\xa0\xf1\x8f\xf3\xe1\xfb\xef\x70\x47\xa2\x84\xaf\ \x5e\x7b\x93\xc6\x80\x91\xbc\xf3\xe1\x42\xe2\x8c\xa9\xac\xdf\x7e\ \xa5\x48\x7a\x66\xb6\x7c\xb5\x90\xad\x95\x9e\x3c\x35\xff\x4d\x16\ \xcc\x99\x49\xa0\x28\x9f\xb5\x07\x2a\x18\xf5\xc4\x42\xde\x7b\xe1\ \x6e\x2a\xb7\x7e\xca\x8a\x54\x19\x2f\x7c\xf0\x3e\xe3\x23\x0d\x6c\ \x3d\x98\x4a\xe1\x91\x9f\x58\xf8\xdd\x31\x6e\x98\x36\x87\x99\xa3\ \x63\x10\xd9\xed\x58\x3b\x4a\xc9\x6a\x08\xe2\xe9\x57\x3f\xe4\xad\ \xd9\x53\xb0\xa6\x2f\xe3\xbd\x0d\xb9\xdc\xfe\xc2\x07\x3c\x7b\x73\ \x10\x07\x36\xee\xa0\xb9\xcb\x76\x5b\xc5\x17\x6f\xbe\x4d\xba\xa8\ \x07\xcf\x3f\xf7\x20\x91\x2a\x1b\x32\xc5\x05\x5a\x4e\x5b\x09\xe9\ \xd5\x6a\x1e\x5a\xf0\x21\xf3\x1e\xbe\x83\x8a\x0d\x1f\xf2\xfd\x09\ \x09\x4f\x2f\x7c\x9f\x59\x43\xb4\x6c\x5c\xb5\x9b\x76\x7d\x3e\xd5\ \xed\x62\x7a\xc4\x69\x29\xdf\xb5\x98\xf7\x56\x9e\x62\xc8\xfd\xcf\ \xf2\xc0\xcd\x7d\xf0\x0c\x4d\xc1\xcf\x54\xc8\xfb\x1f\x2f\x41\x39\ \xe4\x61\x3e\x78\x79\x26\x1d\xc7\x76\x90\x55\x54\xc9\xc1\x7d\xbb\ \x71\xbf\x71\x06\xef\xbe\x3d\x9f\x21\xe1\xe7\xbd\x64\x6a\x38\x93\ \x95\x83\x32\x50\x47\xd3\xf1\x5d\x9c\xa9\xd7\x32\xf7\xbd\x0f\x99\ \xd6\x57\xc1\xda\xcd\x7b\xb9\x30\xf8\x6a\xe6\x89\x1c\x8c\x72\x3f\ \x1c\xd5\xa7\xc8\x57\x24\xf2\xdc\xbb\x9f\x30\xef\xfe\xdb\xf0\x96\ \x76\x89\xf1\xd4\xd5\xb7\x20\x00\xf6\xef\xdc\xc2\xf1\xac\x5a\x1c\ \x02\xc8\xdc\xb5\x81\x1a\x55\x24\x3a\x61\x39\x67\x5b\xc4\xa8\x44\ \xad\x64\xe4\x57\x31\xee\xa9\x57\x78\xf7\xad\xe7\x48\x70\x6a\x26\ \xab\xc4\xc0\xf4\x39\x0b\x78\xe3\xf9\x29\x14\xed\xdf\xcc\xb1\xca\ \xee\x72\x2b\x0e\xaf\xe0\xfd\xf5\x79\x4c\x7c\xf2\x4d\x5e\x79\xe0\ \x06\x0e\x6c\x5a\x45\x61\x87\x85\x93\xbf\xec\xc2\x6b\xe0\xbd\x7c\ \xfc\xc1\xf3\xc8\x4a\xf6\xb1\x23\xbb\x8d\xb2\xed\x8b\x59\xfa\x5b\ \x33\x0f\x2d\xfc\x88\x19\xd7\x29\xf9\x79\xd3\x61\xba\x64\xb5\xe6\ \x0c\x3e\xfc\xe8\x1b\xdc\x86\x3e\xcc\x47\x6f\x3c\x89\x3c\x6f\x13\ \x3b\xb3\x9a\xa9\x4c\xcb\x44\x19\x7f\x2b\xef\xbf\xfb\x06\xd3\x47\ \x45\xff\xe5\x56\xf1\x9f\xee\x20\xd2\x6e\x07\xdb\x1f\x70\xd9\xaf\ \x71\xec\xcb\xa9\xbd\x9c\xf4\x0a\x05\xfd\xfb\xf7\x47\x26\x52\xa1\ \x51\xbb\xe3\x44\x0d\xeb\x36\x1f\x22\x61\xca\xd3\x0c\x8b\xf2\xa6\ \xb2\xa2\x94\xe0\xde\x11\x64\x1f\xfc\x15\x5b\xca\x6d\x4c\xbb\x31\ \x06\x37\x37\x57\xa4\x62\x33\x79\xd9\xe5\x9c\xda\xbf\x9d\x1a\xed\ \x30\x66\x4f\xe9\x0b\x98\x49\xcb\x2f\xc1\xbb\x47\x12\x94\xa7\x51\ \x2f\xf3\xa4\x5f\x0f\x0d\x32\x85\x0a\xb5\x5a\x8b\xb4\x3e\x8b\x8d\ \x3b\x0b\x98\xf4\xd8\xa3\xc4\xf9\xa8\xd1\x97\xb6\x11\x1b\x15\xd3\ \x95\xfd\xc6\x5a\x9c\x47\x9d\x41\x4b\xef\x70\x0d\x34\x17\x93\xd3\ \xe4\x46\x62\xa4\x17\x79\x59\x59\xb8\x26\xf6\x26\x48\x29\xc2\xd7\ \xbf\x33\xd2\x5e\xd7\x70\x5a\xf4\xe4\x15\x36\x93\x94\x10\x81\x08\ \xa8\xcd\xdc\xc7\x31\x53\x38\xd3\x27\x0f\xc2\x49\xa6\x41\xe7\xea\ \x7c\x59\xde\xcf\x4e\xa3\x70\x2a\x7b\x4e\x99\xb8\xe7\x81\x69\x84\ \x78\xaa\x71\x75\x51\xd0\x51\x78\x0a\x93\x26\x84\x9e\xd1\x2a\xb0\ \x94\xb3\x63\xff\x31\xdc\x42\x7c\xc9\xd8\xba\x82\xdd\xf9\x52\x46\ \x27\xeb\xd8\xb1\x7e\x37\xfd\xa6\x3e\xc2\x90\x18\x4f\x2a\x73\x1b\ \x08\x8e\xec\x85\xa3\xf4\x38\xed\x9e\xc1\x84\xfb\xcb\x00\x13\xbb\ \xd6\xef\x41\xa8\x0d\xa6\x2d\x63\x33\x3f\xee\x29\x26\x79\xd8\x60\ \x54\xe7\x8a\xad\x3a\xb0\x89\x0c\x53\x04\xcf\x3c\x34\x02\xb7\x8e\ \x7a\x1a\x4c\xfe\xa4\x04\x77\x3b\xc8\x35\x17\x9f\xa6\x49\xee\x4b\ \x42\xb0\x0c\x2c\xf9\x6c\x3f\x52\xc8\xc8\x99\xf7\x12\xe0\x2c\xc3\ \xd5\x5d\x87\x52\x21\xa4\x3c\x3b\x8f\x0e\x45\x1c\xd1\xca\x26\x56\ \x6e\x39\x41\xdf\xe9\xcf\x30\x20\xc4\x9d\x92\xb2\x52\x7c\x7a\xc6\ \x50\x79\x78\x17\x67\xaa\x14\xf8\x8a\xca\xf8\xf1\xc7\xf5\x48\x12\ \x87\x10\x2a\x6f\xa1\xb0\x42\xcc\xf5\x3d\xa2\x91\x3b\xc9\x91\x89\ \x3b\xfb\xc4\x51\x55\x42\x55\x93\x9a\xde\xe1\x2a\x52\xcf\x94\xa0\ \x8b\xbe\x01\x2f\xb1\x08\x17\xb5\x12\x95\xb3\xe2\x02\xd5\x5b\x4f\ \x7a\x55\x0b\x11\xbd\x62\xa8\x3e\x95\x8a\xdc\x2b\x92\x28\xb5\x00\ \x84\xdd\x7d\x2b\x75\x71\x43\x2e\x16\x52\x9e\x7b\x92\x13\x55\x42\ \x42\x63\x83\x69\x29\xcb\x64\xdd\xde\x0a\xc6\x4c\x1a\x8f\x31\xf7\ \x24\x6e\xa1\x91\x38\xb7\x97\x52\xdc\xa0\x21\x39\xbc\x13\x0c\xd5\ \x54\x56\x40\x95\x23\x94\x1e\x51\x9e\xb8\x6a\x14\xb8\x2a\x95\xb8\ \x74\xf9\x12\x76\xb0\x67\xdb\x01\x12\x6f\xbe\x8b\x7e\x41\x4a\xd4\ \x1e\x1a\x5c\x9c\xe4\x18\x9a\xcb\xc8\xae\x55\xd1\x2b\x25\x09\xa1\ \x93\x1c\xa5\x4a\x8d\x46\x52\xc3\x86\x6d\xc7\x90\xfb\x87\x50\xf1\ \xdb\x6a\x36\x9c\x6e\x60\xe0\x4d\x3d\x38\x6f\xf6\xcf\xda\xb3\x9d\ \x3a\xcd\x60\x66\x0c\x8b\x44\xa2\x52\xe1\xae\x72\x46\x2e\x6c\x25\ \x35\xab\x0c\xef\xc4\x58\x14\x42\x10\x8b\x04\xd7\x98\xf6\x35\xfa\ \xf3\x52\x6b\x69\x2a\xf5\xce\x9e\xc4\x44\x49\x31\x17\xec\x60\x67\ \x56\x07\xfd\x92\x95\x94\x37\x1a\xf1\x0f\xf3\x06\x47\x0d\x99\x59\ \x2d\xc4\x85\xfa\xd0\xda\xa4\xc7\xd9\xe3\x02\xe7\xe8\xb6\x6c\x32\ \xda\x5d\x79\xe4\xe5\x27\xb0\xa5\x6f\x67\x5f\xa9\x1d\x6c\x7a\x8a\ \x4a\x0d\x24\xc5\xf9\x51\x9c\x96\x83\xd0\x2d\x9a\x70\x01\x54\x14\ \x66\xd0\xa0\x09\x45\x65\x6b\xa1\xa6\x43\x47\x94\xa7\x33\x98\x4b\ \x38\x5b\x2d\x20\x38\xbc\xdb\x7e\x58\x5b\x51\x41\x9b\xc4\x0f\x3f\ \x25\xd4\x17\x9e\xa6\x51\xa9\x23\x48\x6b\x25\x27\xaf\x86\xf8\xc4\ \x28\xa0\x8d\x75\x6b\x8e\xe1\x1b\xdd\xaf\xcb\x8f\xd7\x5a\x57\x4e\ \x49\xa3\x1b\xe1\x5e\x9d\x8e\xb9\x0d\xd5\xc5\xe0\xee\x89\x9b\x1c\ \x1c\x95\x07\xd8\x5d\x6a\x21\xa9\x67\x14\x60\xbd\xc8\x8e\x6b\x68\ \x6e\xa2\xd5\xe2\x82\xd6\xb9\x5b\xca\xcd\x4b\x2d\xc2\xc5\x2b\xae\ \xd3\xa7\xb8\xae\x86\xa6\x76\x31\xae\xb4\xd3\x22\xf4\xe6\xee\xd9\ \x73\xb9\x39\xd1\x95\x92\x0a\x08\xf1\xf1\x03\xaa\x38\x59\xd1\x46\ \x48\x4a\x38\x95\xa9\x39\x68\xbc\x43\xe8\xec\x9d\x66\xca\x9a\x6c\ \x28\x9c\x05\x34\xb6\x88\x18\x3a\xfd\x19\x1e\x9d\x90\xdc\x55\x46\ \x55\x51\x15\x12\x55\x28\x1a\x20\x3f\x37\x8d\x56\xef\x70\x7c\xbb\ \x5d\xc3\x29\x48\xcd\x41\xee\x13\xdf\xe9\xe7\x5c\x57\x4d\x63\xbb\ \x98\x50\x3f\x67\xa0\x85\xbd\x3b\x0f\x13\xda\x33\x8a\xba\xca\x42\ \x04\x21\xd1\x38\x99\x6b\xa8\x32\x38\xf0\x0f\xf5\x00\x5b\x25\x99\ \x39\x4d\x24\x45\x79\x53\x53\xa3\x47\xa8\x72\xa5\xad\xbe\x19\xef\ \x9e\xb7\x30\xef\xd9\xa9\xc8\x1a\x72\x28\x13\xfa\x13\xec\x79\xb1\ \x3f\x7b\x65\x49\x2e\xf5\x6e\x11\x04\x3b\xb7\x93\x51\xa6\x27\x38\ \x39\x14\xb0\x91\x9b\x56\x4a\x58\x58\x78\x77\x3a\xb9\xea\x02\xaa\ \x5b\x9c\x48\x0e\x57\x70\x36\xa3\x1a\x77\xbf\xd8\xcb\x52\xcd\xc9\ \x9d\xb5\x28\x8d\xe5\xfc\xf4\xfd\x66\x82\x47\x4c\xa7\x9f\x77\x33\ \xdf\x7e\xf6\x25\x1d\xe1\x23\x19\x15\x21\xe7\x74\x6a\x1d\xc1\xe1\ \x71\x74\x54\x66\x52\xab\x0a\xc0\xeb\x5c\xe6\xfa\xb2\xc2\x0c\x44\ \x81\xc1\x78\xc9\x41\x9f\x9a\x86\x4d\xe1\x4f\x97\x22\x60\x6d\xa3\ \xb2\xd2\x8e\xaf\x47\xa7\x99\xe6\xd0\x96\x5d\xc8\xfd\x7b\xe2\xd1\ \x7e\x86\x2a\x27\x2d\xa1\x21\x40\x71\x26\x75\x1d\x1a\xe2\xb5\x26\ \x2a\xda\xcc\x28\x65\x46\x1a\x4c\xae\x4c\x9c\x35\x97\xe9\x43\xba\ \x31\x03\xa5\x15\x75\x48\xbc\x02\x91\x01\xb5\xa9\x07\x38\xdd\xec\ \x4f\xb2\xbb\x95\xdc\xd2\x56\x62\xc3\x7d\xfe\xb2\xeb\xf8\x9a\x37\ \xed\x55\x44\x35\x39\x79\xd4\x14\xe5\xb0\xee\xb3\x0f\x28\x49\xcf\ \x23\x79\xca\xa3\x0c\x88\x0e\xa1\xd4\xc3\x89\x4d\x1f\xbf\x4d\x7d\ \xb0\x95\xfd\xa5\x0e\x12\x95\x3a\x62\x7a\xf5\x63\xed\xa7\xdf\xb2\ \xb0\xee\x38\x1e\xde\xf1\x0c\xf0\x2a\xa4\xd6\xe0\xce\x88\x91\x13\ \x09\xd3\x9f\xe2\xe3\xcf\xbf\x25\x78\x46\x18\xf9\x2d\x5a\x6e\xf3\ \x91\x72\x64\xc5\x59\x5c\xa3\x1f\x3c\xa7\x56\x1f\xc7\xc5\xff\x56\ \x82\xc2\x82\xf1\x93\xe6\xb3\x68\xd1\x97\x04\x98\x33\xc8\xb6\x69\ \x98\x1e\xda\xbd\xf4\xdd\xbc\x03\x70\x69\xfe\x85\x8f\x3e\x5a\x84\ \x35\xf7\x20\x36\x97\xbe\x08\x8d\x0d\xe4\x9e\xad\xa2\xc5\xbe\x9e\ \x37\xb7\x15\x50\xa3\xbc\x9e\x39\x77\xf6\xed\xfa\x8d\x48\xae\x44\ \x61\x2b\x63\xd9\xa2\xb7\xc9\x19\x3c\x94\x81\xe1\x7d\x51\xae\xf8\ \x96\xcf\x3e\x31\xd1\x9a\x77\x86\x80\xe1\xf7\x33\xdc\x23\x9d\x67\ \x9e\x58\xc9\xf8\xe7\xdf\xe6\xfa\x73\xdc\xde\x29\x30\x86\x44\xff\ \x95\x7c\xbc\x70\x21\x31\x7e\x6a\x92\x86\x0f\xe6\x54\x6e\x39\xde\ \xc3\xce\xa9\xc7\x1e\xa1\x24\x45\x79\x91\xa9\xaf\xa5\x49\x6e\xa5\ \xa2\xb4\x9a\x84\xc0\x10\x12\x82\x6d\xac\x5c\xf2\x0e\x05\xbe\x26\ \xd2\x2b\xdb\xe8\xad\x56\xe0\xe2\xea\x42\xe1\xee\xf5\xbc\x2b\xd6\ \x33\x6c\xf4\x78\x06\x5c\x17\xca\x8a\x2c\x3d\x2d\x2d\x62\xda\x2a\ \xaa\x89\x8f\x0d\x46\x72\x4e\x1c\x0a\x8a\x8f\xc5\xbc\x73\x3d\xef\ \x7e\x59\x47\xd3\xc9\x7d\x88\xa3\x26\x5f\xc0\xfc\xda\x38\x95\xa7\ \xc7\x6f\xd0\x39\xa0\x8c\x2e\x84\x70\x5f\x2b\xdf\x7d\xf0\x01\xfb\ \x85\x15\x14\x48\x7b\x33\x7f\x54\x12\x8d\x3b\x0e\x52\xf7\xeb\xaf\ \x64\x1b\x9e\x20\xc1\x5b\xc2\xea\xf7\xdf\xa2\x32\xd0\xc4\xe1\x52\ \x11\xbd\x64\x4a\xa2\xe3\xe3\xf1\xdc\xb7\x93\xda\xc6\x66\x4c\x46\ \x0b\x0d\x1d\xbd\x68\x49\x3b\x82\xd0\x37\x11\xef\x4b\xd0\x30\xb9\ \xa9\x27\x70\x0d\x1d\x8b\xac\x21\x97\x9c\x52\x21\x77\x85\xfa\x80\ \x21\x97\xa3\xf9\x16\x06\xdd\xd6\x0d\x40\x2a\x39\x7b\x86\x6a\x61\ \x30\x21\x2e\x22\x9a\x55\x72\x32\xf7\x7c\xcf\x27\x96\x33\x0c\xb8\ \xe5\x0e\x12\xcf\xc5\x46\x51\xa8\xbd\x91\xe4\xee\xe2\x6c\xc2\x33\ \xbc\x32\xf8\x3a\x56\xac\x7f\x83\x43\xe5\x51\x7c\xfb\xfc\x78\x30\ \x67\x71\xac\xdc\xc0\xf0\xd8\x40\x9c\x3a\xd2\xb0\x16\x6f\xe5\xb3\ \xb7\x45\x0c\xbd\x69\x00\x65\xa7\x8a\xf0\x8f\x1a\x89\x14\x38\x7a\ \x24\x0b\xa9\xdf\x44\xba\x42\x50\x89\x35\x24\x26\xa8\x58\xf5\xd3\ \xc7\x34\x1e\x86\xf4\x62\x17\x1e\x5c\x30\x86\xb2\xf5\xcf\x21\xd6\ \xf4\x20\x00\xc8\x3c\x95\x4a\x83\x73\x08\x81\xba\x48\x7a\x44\x07\ \xb1\xaf\xae\x96\x16\x35\xd8\xaa\xab\x88\x89\xf6\xed\x92\xb4\x63\ \x12\x62\x58\xfd\xd5\x2a\x3e\xfc\xfc\x0c\x25\x67\x72\x19\x72\xcf\ \x73\x78\x99\x8b\x29\x6c\xd7\x32\xda\xdb\xed\x2f\xbb\x8e\x45\x8f\ \x3c\xfc\xf0\xfc\xab\x89\x71\x49\xa5\x52\x7e\xdb\xb7\x8f\xca\xca\ \x0a\xb4\x5a\xdd\x65\xaa\xb4\xcd\x66\x23\x22\x3c\x8c\xc0\xa0\xe0\ \xae\xcc\xd6\x17\x5e\x42\xa1\x90\x96\x96\x66\x9c\x9c\x9c\x50\xba\ \xaa\x70\x38\xec\x9d\xf7\x9a\x9b\x50\xb9\xa9\xff\x7e\x32\xdb\xff\ \x32\xc9\xdc\x7c\xf0\xf7\xf3\x44\xae\xf4\x62\xd8\xad\x77\x32\xb2\ \x67\x20\x20\x26\x26\x21\x0e\xb5\xc4\x8a\x32\xa8\x07\xe3\xc7\x0d\ \x24\xd0\x53\x8b\x77\x68\x2c\x71\x21\x6a\x2c\x56\x11\x01\xe1\x11\ \xf8\xfb\xfa\x13\x1e\x9b\x42\x88\x97\x1b\x9e\xe1\x71\xf8\xaa\x5c\ \x50\x7b\x7a\x13\x9e\x98\x48\xa4\x9f\x1a\x67\x95\x27\x29\xc9\x71\ \x68\x14\x12\x24\x0a\x0f\x12\x13\xe3\xd0\x6a\x3c\x48\xec\x99\x84\ \x52\x62\xa5\xe8\xd4\x31\x6c\xfe\xc3\xb9\x63\x40\xb7\x24\x24\xd1\ \xf8\x13\x1b\xe9\x83\xcd\x26\xa5\xe7\x4d\xe3\x19\x7a\x7d\x0f\x24\ \x0d\xa9\x6c\x3d\x5e\x4d\xca\x80\xbe\x24\xf4\x1c\xc2\x5d\xb7\x0d\ \x43\x23\xed\x56\x61\x05\x4e\x1a\x62\x63\x03\x91\x88\xa4\x78\x07\ \x86\x13\x1b\x19\x4f\x8f\x68\x0f\x4c\x26\x88\x1b\x7c\x1b\x77\x0e\ \x8d\xe6\xec\xa6\xef\x39\xd4\x1c\xca\x5d\x63\x92\xba\x19\xa4\xd8\ \x95\x84\xe4\x64\x5c\x85\x66\xa4\x6a\x7f\xa2\x42\x03\xf0\x0f\x0a\ \x25\x39\x3e\x02\x95\x4c\x04\x42\x17\x12\x12\x13\x70\xc6\x80\x55\ \xec\x4a\x50\x68\x18\x9e\x1a\x37\xc2\x93\x93\x70\x15\x58\x50\x85\ \xf6\xe2\xe6\x11\x43\x09\xf5\xd2\x10\x10\x13\x8b\x9f\x5a\x81\x4c\ \xe9\x49\x78\x44\x18\xf1\xbd\x7a\xe0\x25\xb7\xd2\x61\x95\xe2\x1b\ \x1c\x46\x90\x97\x1b\xe7\xb5\x6e\x27\x9f\x48\xa2\x43\x74\x58\xec\ \x0a\xae\xbb\x69\x02\x83\x12\xc3\xd1\xaa\x95\x9d\x2a\xae\x3e\x95\ \xe5\x9b\xd2\x19\x7c\xeb\x04\xfc\x95\x22\x10\x2a\x49\x88\x4f\x40\ \x61\x37\xa2\x0a\xbb\x8e\x3b\x26\x8f\x47\x27\x01\x77\xff\x08\xc2\ \x7d\x5c\x70\xf1\x8c\x64\x40\xaf\x38\x94\x42\x0b\xaa\xa0\x1e\x8c\ \x1b\x7f\x23\x81\x3a\x0d\x9a\x80\x68\x62\x43\x34\x18\xda\x8c\xa8\ \x3c\x03\x09\x0b\xf6\xc1\xc5\x59\x43\x5c\x62\x12\xde\x6a\xe7\x8b\ \x4e\x8d\x24\x72\x2d\x49\x49\x09\xb8\x3b\xcb\xf1\x08\x49\x20\x2e\ \xcc\x03\x89\xc3\x8e\x26\x28\x9a\xa4\x58\x3f\x9c\xce\x2d\x07\xbb\ \xc4\x99\xf0\xa4\x24\x82\x75\xae\xf8\x47\x46\xe1\xed\x26\x45\xae\ \xf6\x23\x32\x2c\x00\x17\xc9\xb9\xc6\x49\x9c\xf0\x8f\x48\x64\xf8\ \x98\x41\x68\x15\x52\x34\xbe\xa1\x0c\x1d\x35\x82\x38\x1f\x17\x30\ \xdb\xd0\x05\x45\x93\x18\xe1\x8d\xd2\x3d\x90\xb8\x20\x77\x44\x52\ \x25\x41\xe1\xa1\xf8\x05\x44\x90\x98\x18\x8b\xda\x19\x44\xae\x1e\ \x24\xf5\x4a\x40\xa7\x94\x76\x29\xff\x41\x09\x3d\xf0\x94\x59\x11\ \xb8\x85\x73\xeb\xb4\xc9\x44\xb9\x49\xb0\x4b\xdd\x89\xeb\x91\x82\ \x87\xda\x09\xbb\x4c\x49\x4c\x4a\x12\xbe\xee\x4a\xa2\x93\x13\x50\ \x0b\xcd\x98\x1c\x0a\x02\x42\xc3\xf1\xd3\xba\x76\x99\x0f\x54\x81\ \xd1\x44\x05\xba\x61\xb0\x3a\x31\x70\xec\x14\x46\x24\xfb\x72\x76\ \xd7\x72\x4e\x98\x43\xb9\x75\x68\x3c\xff\x2e\x8c\x4e\x5d\xad\x1e\ \xa5\xd2\xf5\xb2\x24\xcb\x7f\x94\xbf\xc6\x9f\x2a\xf6\xc8\x7f\x82\ \xae\xe6\xd8\x23\xff\x59\xb2\x71\x62\xe3\xd7\xec\x2b\x17\xa3\x93\ \x34\x71\x3a\xab\x81\x71\x8f\xbf\xc0\xa0\xa0\xbf\xdf\x3f\xa9\xcb\ \x5e\xe4\xeb\xe2\x58\x3e\x79\x71\xca\xef\xf4\x20\x6a\x63\xf7\xda\ \xcd\x38\x27\x8f\xa2\x4f\x88\xea\x4f\xdd\x43\x69\x1b\x3f\x63\x63\ \x65\x08\xcf\xcd\x1a\x89\xf4\xda\x84\xf9\xf7\x93\xa9\x9c\x2f\x16\ \x7e\x89\xcf\xd8\xc7\x19\x9b\xa4\xfd\xb7\x15\x73\x55\xc7\x1e\xb9\ \x46\x7f\x65\x12\xe2\x17\xdd\x8b\x58\x71\x05\x36\x51\x28\x0f\x8f\ \xef\x41\x98\xc7\xff\xbf\xa1\xf9\xf4\x9e\xc4\x43\xfd\xfc\xfe\x05\ \x97\x4f\x17\x06\x4f\x9c\xf2\x97\xd8\xd4\xfc\xfb\xdc\xc2\xe3\xae\ \x9e\xd7\x18\xf6\x7f\x88\xec\x28\x19\x77\xdf\xe3\x78\x7a\x6b\xff\ \xd2\xed\x10\x3b\x5f\x65\x92\xa1\x8b\x8b\x0b\x62\x91\xe8\x77\x66\ \x8e\xfe\x1f\x24\x87\x99\xba\x9a\x3a\xe4\xee\x5e\xb8\x48\xfe\x48\ \xc9\x40\x80\x57\x44\x0a\x23\x22\x52\xfe\x9e\xa6\x47\x75\x59\x05\ \x52\xad\x3f\x9a\x73\xe1\xf4\x3c\x22\x12\xf0\x30\xb7\x51\x5d\x51\ \x8b\xbb\x8f\x0e\xc9\xff\x2c\x4a\x4a\x84\xc6\xeb\x1f\x3b\x0c\xb3\ \xb4\x37\x51\xdb\x06\x5e\x9e\x6e\xdd\x9e\x03\x0e\x2b\x75\x55\x7a\ \x64\x1a\x4f\x94\xf2\x7f\x25\xfb\xa1\x83\xd6\x86\x5a\xcc\x32\x35\ \xee\xce\xff\xac\xc1\xc0\x46\x63\xb5\x1e\x91\x4a\x87\xab\xd3\xef\ \x93\xff\x1c\x96\x66\xca\x2a\x5b\xd0\xf9\xfb\xe3\x74\xc1\xf4\x33\ \xb7\xd4\x51\x6f\x94\xe2\xed\xe1\xfa\xc7\x89\x11\x32\x15\xde\xe7\ \xe2\x78\xb5\xd7\xd7\x60\x10\xb9\xa2\x75\xfb\xeb\x25\x21\x13\xbf\ \xba\xe0\x95\xab\x8a\x47\x89\x44\x22\x72\x73\xb2\x91\xc9\xa4\x57\ \xa7\x1f\xb7\xa5\x95\xc2\x82\x6a\x74\x21\x61\x28\xa5\x02\xac\xa5\ \x47\xf9\xe4\xb3\xfd\x4c\x7d\xe9\x05\xc2\xff\x60\x23\x5f\xe5\x99\ \x1d\xfc\xb0\x66\x0f\x6d\x2e\xa1\xdc\x71\xcf\x3d\x44\xeb\x2e\x61\ \x2e\x35\x67\x58\xf4\xee\x2a\x6e\x9e\xfb\x3a\x9a\x0b\xd6\x4e\xf1\ \xe1\xf5\x7c\x7e\x40\xc2\xbc\xb9\x93\xf9\x6b\xc5\x06\x72\x60\xee\ \x68\xa1\xa9\xd5\x80\x43\x28\x45\xa5\x56\x23\x17\xff\xeb\xbb\xce\ \xc9\xad\x5f\xf2\x73\x47\x1f\xe6\x4f\x1f\xd4\x3d\x8c\xb5\xe9\x7c\ \xf4\xfe\x36\xee\x78\xe1\x69\x5a\xb6\x7d\x41\x9e\x76\x04\x53\x07\ \x84\xfe\x8e\xf9\x50\xce\xd2\x8f\x3e\x22\xe8\x8e\x17\x19\x13\xf9\ \xf7\x0f\xe7\xec\xe6\x66\xf2\x4a\xeb\xf0\x09\x0a\x45\x29\x06\x7b\ \x43\x36\x9f\xbc\xbb\x86\x11\x4f\xce\xa5\xb7\xef\x95\xf6\xe4\x26\ \x76\xae\x59\xca\xce\xb4\x1a\x82\x6f\x18\xc7\xf4\x31\x7d\x2e\xcb\ \x72\xaf\x3f\xb6\x8e\x4f\x7e\x31\xf2\xc2\xab\xb3\x2e\x8a\x20\xb8\ \xe7\xc7\x45\xa4\xa9\x6f\x66\xce\xe4\xa4\x3f\x44\xc6\xae\x2e\x2a\ \xc4\xaa\xf4\xc3\x4f\x2b\x07\x9a\x59\xf9\xe9\xc7\x38\x0f\x7f\x9c\ \xc9\x7d\xff\x82\x4c\xfb\xc4\xf1\x63\x57\x97\x60\xe9\x70\x20\x93\ \x4a\x71\x56\x2a\xaf\xec\xcf\xfb\x3f\x4e\xb5\xa9\xbf\xf0\xfe\x8a\ \x6a\x5e\x59\xf8\x28\x00\x85\x99\xe9\xe8\x65\x81\xf8\x2b\xff\x60\ \xe5\xbf\xe6\x28\x8b\xbe\xdd\x45\x8f\x49\x77\x11\xab\x73\xc6\xd3\ \xed\xf2\xbe\xae\xc8\xcb\xa4\xcc\xe6\x43\xa0\xbb\xe4\xa2\x05\x96\ \x93\x71\x12\x81\xcf\x04\xfe\x6a\x3a\xa0\xb5\x26\x9d\x97\x66\x2f\ \xa0\xd9\x23\x12\x57\x7b\x23\x06\xe7\x18\x1e\x7a\xf2\x21\xa2\xdd\ \xff\x15\x0d\xa6\x95\xac\x53\x39\x78\xdc\x78\xcb\x45\x26\xa3\xfa\ \xc2\xe3\x94\xa3\xc0\x5b\x23\x47\xa0\xf3\xc5\x47\xad\xf8\x5d\x5f\ \x37\x95\xe6\x92\x53\x2e\xe5\xa6\x7f\xc0\x9b\xa2\xfa\xf8\x4f\x7c\ \xba\xc3\xce\x82\x57\x3a\x37\x87\xda\xa2\x93\x94\x0a\x54\xf8\xfb\ \x5e\x59\xca\x3e\xb9\x71\x31\x3f\x17\x79\x72\xcf\xbd\x23\x51\x2a\ \xdd\xaf\xb8\x01\xa7\x9f\xca\xc1\xae\xbb\x09\xf5\x45\x77\xcb\x39\ \x9d\x5b\x84\xd7\x54\xdf\x3f\x66\x60\x4c\x85\x2c\xfa\xf8\x73\xfa\ \x3c\xf6\x0e\x7e\x5a\xa0\x3e\x93\x74\xbd\x89\xc9\x51\x1e\x7f\x4d\ \xf3\x48\x54\x54\x34\x57\x23\x9d\x3f\x54\x74\x5c\x65\x76\x92\x92\ \xb2\x1c\xf2\x73\x33\x78\xf3\x55\x3b\x53\x67\xdc\x41\xb3\xbe\x80\ \x92\xbc\x66\xe6\xbd\x90\x43\x78\xdf\x71\xdc\x73\xd2\x58\xb1\x9a\ \x00\x00\x20\x00\x49\x44\x41\x54\x73\x0f\x44\xd8\xc8\xd8\xb3\x86\ \xf5\xbf\x9e\xc2\xe8\x1c\xc4\x9d\x0f\xcc\x24\x46\x52\xc6\x0f\x4b\ \x57\x70\xa6\xac\x95\xd0\xbe\x13\x78\x70\x42\x6f\xf4\x99\xfb\xf8\ \x71\xcd\x0e\xaa\x8d\xce\x0c\xb9\x7d\x3a\xc3\x2f\xc8\xae\x5e\x7c\ \x74\x3f\x99\x25\x25\xb0\x7b\x37\x81\x0f\x3e\x80\x47\xc9\x01\x3e\ \x58\xf9\x0b\xe5\xad\x12\x06\x4e\xbc\x87\xb1\xbd\x03\x28\xc8\xcf\ \xc2\x2d\x66\x20\x5a\x11\x58\x1b\x8b\xd8\xb0\x66\x3d\x67\x4b\x2b\ \x48\xcf\x68\xe4\x8e\x97\x62\xc1\xd1\xc0\x96\xa5\xdf\x73\x20\xbd\ \x02\xcf\xc4\xa1\xdc\x77\xf7\x4d\xc8\x1b\xb3\x59\xfa\xed\x2a\xb2\ \xab\xcd\x24\x0f\xbd\x8d\x29\xc3\x13\x11\x00\x1d\xfa\x74\x96\x7d\ \xbf\x81\xa2\xda\x36\x9c\x7c\x92\xb8\xf7\xbe\xc9\xf8\x2a\x04\x98\ \xea\xf2\xd9\xb4\x6e\x23\x67\x8a\x6a\x70\xb8\x84\xf3\xe0\xd3\x33\ \x11\x64\xee\x60\xd9\xe6\xfd\x34\x1a\x44\x84\x25\x25\x21\xd1\x67\ \x72\xa6\xdc\xc8\xf5\x13\x67\x32\xa1\x4f\x20\xd0\xce\xe1\x4d\x2b\ \xd8\x76\x28\x17\x91\x67\x12\x33\xef\xbf\x03\xf7\x96\x54\x96\xfe\ \xb0\x8e\x82\x3a\x1b\x09\x23\xef\xe6\xae\x1b\x23\xaf\xb0\x09\x1d\ \xa1\xd6\x77\x28\x6f\xbf\xf5\x20\x5a\x53\x1e\x4f\x4d\x5b\xc0\xfe\ \xa3\xbd\x38\x5d\x9d\x4e\xd4\xb8\x99\xa4\xb8\xb7\xb3\x75\xe9\x57\ \x18\xe3\x6f\x67\x62\x8a\x77\x97\x74\x5e\x74\x72\x07\x1b\xb7\x1f\ \xa2\xb2\xb1\x83\xc0\x1b\xa6\xf0\xd0\xd8\x14\xda\xca\xd2\x58\xb3\ \x76\x1b\x45\x95\xe5\xa4\x97\x29\x99\x1d\x1d\x0e\xb4\x73\x68\xe3\ \x6a\x76\xa7\x16\x50\x9c\x93\x8d\xff\xe0\x27\x51\x76\x14\xb2\x36\ \xd3\xc2\xcd\xf7\x78\x53\x76\x7a\x2b\x3f\x6e\x3a\x42\x7d\xab\x99\ \x88\x1b\x26\x30\x7d\x5c\x1f\x24\x80\x3e\xfb\x00\x6b\x36\xed\xa6\ \x44\xdf\x86\x5f\xf2\x50\xee\xbd\x73\x38\xe7\x59\x7c\x79\x59\x01\ \xc5\xb5\xe5\x2c\x7d\xe7\x25\x64\xba\x18\xee\xb9\x6f\x0a\x7e\x4e\ \x50\x79\x66\x27\xcb\xd7\xed\xa2\xc6\xec\xcc\xe0\x49\xf7\x32\x32\ \xc9\x9b\xd2\xf4\x5c\x8a\xd2\x2a\x79\xf7\xcd\x76\xc6\xdf\xf7\x34\ \xca\xbc\x5c\xf4\x05\x85\x7c\xf4\xe2\x5c\x7c\x13\x46\x30\xe3\xb6\ \x1b\x70\xee\xda\x59\x1a\xf9\x6d\x4f\x2a\x15\x16\x5f\x0e\x1e\xf7\ \xe3\xde\x3b\x03\x39\xb2\x66\x31\x5b\x8f\xe5\x20\xf1\x4e\x66\xfa\ \xcc\xa9\x04\x29\xeb\xc8\xac\xac\x27\x7c\x4c\xa7\xab\x61\x6d\xee\ \x61\xd6\x6d\xde\x43\x59\x55\x31\x67\xf5\x5e\xbc\x1d\xa5\xc3\x54\ \x75\x86\xef\x97\x6d\x20\x4f\x6f\x21\x65\xd4\x1d\x4c\xbe\x31\x9a\ \xfc\x83\x3f\xb1\xf2\xe7\x93\xb4\xca\xc3\x99\x76\xd7\x28\x2a\x0f\ \xae\x61\x57\x5a\x05\xae\xe1\x37\x30\xf3\xae\x9b\xd1\x5d\x22\xce\ \x5b\xcb\xb3\x29\x2a\xcb\xa5\xea\xb3\x97\xd1\x8f\xbc\x9f\x5b\xd4\ \x45\xd4\x94\xe7\xb2\xea\xed\xe7\xd8\xe9\x97\xc2\x3d\xf7\x4c\xc2\ \x57\x01\xf5\xf9\x87\x58\xb1\xfa\x17\x8a\x9b\xc5\x0c\xb8\x65\x1a\ \x63\xfb\x04\xfe\x39\x79\x97\x44\x2a\xe5\x6a\xbc\x44\x62\xf1\x55\ \xc7\xb0\xa1\x9d\xec\xd4\x32\x06\xde\x76\x3f\x8f\xcf\x9a\x42\x94\ \xc6\x4a\x46\x6a\x13\xc3\x6e\x7d\x80\xe9\x23\xc3\x39\xb8\x62\x11\ \xc7\x9b\x20\x7f\xdb\x17\xbc\xbb\x32\x83\x21\x53\xa7\x13\x62\x3e\ \xc9\xb2\xed\xbf\xb1\xf1\x87\xcf\x39\x61\x8d\xe2\xa1\x87\x67\x32\ \xa8\x77\x24\xcd\x39\xbf\xb2\xe0\x9d\x95\x78\x0d\xbc\x9d\x11\xd1\ \x26\x96\xfc\xb8\x8e\xfa\xae\x72\x8c\x1c\x3b\x5b\x45\xef\xc9\xb3\ \x98\x75\xef\x1d\xf8\xd4\x1f\xe0\xa5\xb7\xbe\x43\xd9\xf3\x16\x6e\ \xef\xaf\xe6\xa7\x6f\x16\x53\xd4\x61\xa4\x34\xb7\x81\x98\x98\x38\ \x04\xa6\x42\x16\xbe\xf8\x1a\x67\x6d\x21\x8c\x1c\x9c\x82\xb3\xda\ \x87\x08\x3f\x19\xab\xde\x98\xc7\x6e\xbd\x17\x33\x66\x8e\x26\x6f\ \xf7\x0f\x6c\x2f\xb2\x53\xb6\x7f\x35\x07\xca\x9d\x98\x72\xef\x74\ \x6e\x88\x0f\xec\x92\x3e\x33\xb7\xaf\xe0\x58\xbd\x3b\xd3\xef\xbf\ \x1d\x7b\xd6\x06\xbe\xdb\x57\x04\xcd\x99\x2c\x9c\xf7\x06\xf9\xb2\ \x18\x46\x5c\x17\x42\x7e\x7a\x11\x0e\x7b\x33\x9b\xd7\xfc\x44\x7b\ \xc8\x50\x26\x0f\xd2\xb1\x6e\xe5\x2a\x1c\x09\xe3\x18\x1f\xef\xc4\ \xea\x2f\x7e\xa2\x1e\x38\xf8\xfd\xbb\x2c\xfe\xad\x89\x5b\xa7\xdd\ \x81\x73\xe1\x66\x36\xee\xd9\xcf\xaa\xc5\x8b\xa8\xf1\x18\xc8\xc3\ \x0f\xde\x45\xef\x48\xdd\x15\x7b\xb7\x34\xf5\x0c\x6d\x8d\x65\xec\ \xdb\xb2\x89\x2f\x3f\x5a\x86\xcb\x75\x63\x18\xd7\x4f\x4b\xea\xc1\ \x63\x94\x34\x02\x4d\x39\xec\xd8\x99\x8e\x4a\xdd\xed\xd5\x92\xf1\ \xf3\x22\x16\x7c\xb9\x8b\xf0\x1b\x46\x12\xae\xa8\x21\xaf\xb6\x95\ \xd6\xaa\xe3\xbc\x3c\xff\x53\x5a\x7d\xfa\x31\xec\xba\x00\x5c\xbc\ \x7c\x09\xf7\x17\xb0\xf9\xbd\x97\xf9\xe1\x48\x2b\xc3\xc6\x8d\xc0\ \xc3\xc5\x95\xe0\xf8\x38\x5a\xb3\x76\xb3\x27\xab\x0c\x99\xa8\x9d\ \x9f\x97\xaf\xc0\x1e\x3e\x94\x19\x13\x53\xd8\xbf\xf6\x6b\xf6\xd7\ \x40\xcb\xe9\x55\xcc\x7b\x67\x39\xae\x3d\xc6\x30\x20\xc0\x41\xea\ \xa9\xd2\x0b\x10\x75\x0e\x0a\x32\xce\xe0\x9d\x3c\x90\x3b\xef\xbe\ \x15\x71\xee\x56\x96\x6c\xc9\xc5\x52\xb8\x83\xd7\xdf\x5b\x8d\xef\ \xe0\x29\x8c\x4f\x92\xf3\xe3\x67\xcb\x68\xb0\xb7\x70\xaa\xb8\x83\ \x01\xd3\x9e\x64\xd6\x5d\x93\x49\xd4\x76\x70\xf8\x4c\x03\x49\x63\ \x1f\xe0\xde\x71\xbd\x38\xb3\x7a\x09\xfb\xb2\x9a\xba\xf5\xa5\xca\ \xd3\x54\x48\x82\x79\x78\xf6\xa3\xdc\x3a\x22\x91\xfd\xdf\xbd\xc6\ \x77\x47\x5b\xb8\x65\xda\x74\x3c\xaa\x76\xf2\xdd\xc6\x63\xd0\x5a\ \x43\x45\xad\x13\x3d\xa3\xfc\x68\x4e\xdf\xcc\xbc\x37\x96\x22\x8f\ \xbb\x91\xeb\x63\xfd\x70\x0b\x8e\x47\xd7\x91\xc7\xeb\xf3\x3f\xa2\ \x3d\x78\x08\x53\x86\xf9\xb2\x7e\xe5\x32\xf2\x9b\x1a\xf9\x79\xf9\ \x36\x5c\xe2\xc7\xf2\xc0\xf4\x9b\x69\x3a\xb0\x84\xe5\x27\xac\xdc\ \xf5\xd0\x2c\xc6\x0d\x8c\xe5\x4a\x66\xf9\x9c\xd4\x6c\x14\x61\xe3\ \x98\xfd\xc8\x2c\xc6\xf6\xf7\x26\xed\x64\x0e\x6e\x29\xb7\x32\x6b\ \xfa\x44\x2c\xa7\x36\xb1\x7e\x5f\x01\xb6\xba\xa3\x2c\x78\xf3\x1b\ \xe4\xc9\x13\xb8\xad\x87\x88\x35\xdf\x7f\x4f\xf5\x9f\x55\xe0\x74\ \x38\x3a\xe3\xdd\x5e\x8d\xd7\x55\x47\xad\xe5\x64\xea\x9d\xe8\x79\ \xfd\x0d\xf8\x7b\x7b\x20\xea\x28\x22\xcb\xa0\x63\xc0\xd0\x5e\x44\ \xf7\x4e\xc0\x47\xe7\x82\xad\x31\x8b\x95\x5b\x0e\x10\x37\xe6\x56\ \x82\xa8\xa1\x48\x2f\x20\x3a\xd8\x1f\x6f\x6f\x4f\xda\x0a\xce\x50\ \x62\xd4\x10\xe5\xa7\xe0\x97\xf5\x2b\xb1\xc5\x0d\x67\x50\x98\x8c\ \xbc\xfc\x7a\x42\x82\x42\xba\x92\xaf\xd2\x56\x42\x81\xde\x41\xdf\ \x3e\xbd\xf0\xf1\xd2\x72\x7a\xdb\x26\x14\xbd\xee\x62\xe6\x88\x1e\ \xf4\xec\xdf\x13\x95\xc8\x8a\xbe\xa6\x98\xdc\x66\x17\xe2\xa2\x7d\ \x38\xb9\xf6\x5b\x6a\x02\x47\xf3\xf2\x83\xe3\x09\x94\xb5\xe1\xea\ \x1f\x82\xac\x6e\x27\x1b\x73\x60\xdc\x2d\x83\x68\x2f\xca\xc1\x26\ \x0f\x20\x52\x67\xe5\xd4\xe9\x3a\x62\xfa\x8e\x26\x25\x32\x0c\xff\ \x2e\x95\xde\xc0\x99\x8c\x16\x92\xfa\x8f\x21\x32\x34\x99\xa8\x30\ \x1f\x24\x82\x0e\xf6\xfc\xb4\x9c\xa6\xa8\x49\x3c\x3f\x6d\x24\x5a\ \xb9\x11\x75\x52\x0a\x5a\x63\x35\x65\xf5\x72\x46\xde\x34\x88\xa4\ \xe4\x58\x02\x03\x43\xe8\x3d\x28\x8e\x7e\xc9\x89\x68\x15\x42\x3a\ \x4a\x4e\xb1\xee\xd7\x6c\x06\xdf\x32\x1e\x65\x6b\x09\x15\x26\x0d\ \xa1\x81\x01\x78\x7b\xbb\x53\x7e\x36\x8d\x7a\xa9\x0f\x91\x3e\x9a\ \x2b\x74\x6e\x23\xa7\x8b\x8c\x04\x45\x45\x23\x31\xb7\x51\x53\x56\ \x8a\xc1\x26\xc7\xd3\xcd\x0b\x3f\x17\x09\xe6\xc6\x26\x8a\x8e\xec\ \xc6\x1c\x36\x98\xbe\xe7\x33\xdd\x36\x67\xb0\x62\xdd\x29\xc6\x3d\ \xf6\x22\xa3\x6f\x88\xc7\xde\xee\x42\xdf\x48\x2f\xf6\xae\x58\x86\ \xfa\xc6\xfb\x79\x6c\xd2\x40\x5c\x3b\x4c\xf8\x05\x26\x20\xcc\x5b\ \xcf\xa6\x7c\x17\x9e\x99\xff\x28\x7d\x42\x24\xd8\xa4\x4a\xe2\x62\ \x5c\xc9\x4f\x2d\x20\x30\x3a\x05\x65\x47\x31\x39\x75\x1e\x0c\xbf\ \x71\x20\xd1\x7d\x7b\xe0\xe3\xe6\x8c\xad\xa3\x92\xe5\x2b\x76\x93\ \x78\xf7\x0b\x4c\x1d\x92\x82\x40\x20\xc6\x2f\x29\x89\xae\xa4\x2e\ \x36\x3d\x67\xb2\xed\x0c\x19\x75\x0b\xd1\xe1\x89\xf4\x0c\x0b\xc2\ \xd1\x52\xc9\xe6\xf5\xdb\xd1\x0d\x9b\xc9\x94\x01\x09\x5c\x97\x94\ \x84\x4e\x6c\xa4\xb1\x24\x8b\xb2\x36\x09\x03\x6f\x48\xc1\xcf\xcf\ \x17\x69\x6b\x2e\x39\xad\x42\x06\x8d\x1c\x48\x78\x62\x1f\x22\x74\ \x52\x2c\x17\x44\x0a\x2c\x49\xcb\x02\xcf\x64\xfa\x47\x06\xa0\xb1\ \x96\xb0\x79\x5f\x1d\x53\x1e\x7b\x84\x9e\xb1\xf1\xf4\x49\xf4\xc4\ \x68\x68\xa2\xbc\xb8\x80\x46\xd7\x28\x22\xdc\xda\x58\xb1\x7c\x23\ \x91\x93\x9e\x62\xda\x4d\x7d\x91\x99\x5b\x09\x8f\xf7\x27\x7b\xff\ \x4a\xf2\x5d\x53\x18\xdb\x2f\x90\xa2\xec\x12\x3c\x7d\x23\x71\x6a\ \xcb\x21\xc7\xee\xcb\x8d\xc3\xfb\x13\xe2\xe7\x85\x7f\x50\x20\xd4\ \x17\x93\x5e\x6e\x21\x32\x3c\x04\xc5\x65\x96\x28\x23\xe9\xf9\x25\ \x04\x5c\xd7\x97\x88\x20\x3f\x34\xb2\x56\x32\x8a\x2b\x49\x1a\x3a\ \x98\xf0\xc8\x5e\x24\x07\x69\x10\x58\xda\x38\xb0\x6e\x25\x86\x80\ \x41\xdc\x94\xe8\x46\x4e\xbe\x1e\x6d\x50\xcc\x25\x26\x9b\x3f\x11\ \xd3\xb6\xd9\x6c\x5c\x6d\x97\xe3\x2a\x75\x1d\x69\x29\x3f\x43\x83\ \xb3\x8e\xb0\x50\xc9\x39\x75\x34\x15\x9b\xda\x97\x08\x37\x68\xcf\ \xca\xa7\x45\x10\x4c\x80\xb5\x86\xca\x66\x23\xb5\x67\x7e\xe5\xa7\ \xed\x99\x5c\x77\xd7\xd3\x4c\xea\x17\x41\xef\x89\xcf\x30\xf7\x8e\ \x48\xbe\x5d\xf0\x22\x07\x33\x72\xd1\xd7\xb5\x60\xa9\x39\xcb\xca\ \x9f\xb6\xe3\xdc\xf3\x76\x9e\x99\x39\xaa\xcb\x75\xad\xa9\x24\x9f\ \x1a\x81\x2f\xc1\x5e\x0a\xa0\x99\xdc\x3c\x03\xb1\x91\x9d\x91\xd4\ \xf2\x0e\x1e\xc1\xa6\x0a\x47\xd7\x9e\x4e\x9d\xb3\x27\xe1\x9e\x0e\ \x32\xd3\xcb\x89\xeb\x11\x87\x00\xc8\x3e\x59\x8c\x36\x28\x09\x51\ \x59\x16\xed\x66\x03\xc7\xb6\xae\xe4\x60\xa9\x33\x0f\xcc\x7d\x91\ \x38\x45\x39\xa7\xeb\xcc\x84\x25\x06\x5f\xa2\x40\xe4\x93\xd5\x26\ \x20\x22\x29\x00\x6c\x65\x14\x97\x19\x48\xf4\x17\x92\x59\x5a\x43\ \xd4\x75\x89\x9d\xe5\xa6\xe5\x13\x1a\x1d\x85\xa1\x2a\x07\xbd\x34\ \x9c\x70\x0f\xa8\xce\xca\x44\xe8\xe4\x43\x18\x90\x53\x94\x83\x23\ \x24\x12\x71\x7d\x35\x8d\xad\x36\x0a\x0e\x6e\x62\xc3\x51\x3d\xe3\ \x1e\x9a\xc3\xf0\xf8\x40\x86\xdf\x3f\x9f\x87\x07\x4a\x79\xf7\xf9\ \xf9\x9c\xaa\xbe\x7c\xfe\x38\xfe\x8f\xbd\xf7\x0e\x8f\xa3\x3c\xd7\ \xff\x3f\x33\xdb\xbb\xda\xaa\x77\x59\x92\x2d\x59\x72\x37\xd8\x06\ \xdc\x4b\x4c\xef\x84\x9e\x40\x80\x10\x7a\x42\xca\x09\x84\x10\x48\ \x03\x02\xa1\x85\x1e\x7a\xb5\x01\x37\x6c\xdc\x7b\x93\x9b\x64\xf5\ \xb6\xea\xbd\x6e\xaf\x33\xfb\xfb\x43\xb2\x6c\x87\xef\x39\x3f\x72\ \x72\x02\x01\xf6\xbe\x2e\x95\x6b\x76\xa7\xbd\x33\x73\xbf\xcf\x3c\ \xe5\x7e\xba\x8f\x63\x0b\x46\x73\xc5\xcd\xd7\x72\xc1\x25\x57\x73\ \xc7\x55\x67\xd1\x73\x7c\x37\xdd\x18\xc8\x49\x54\xd0\x51\xb5\x95\ \x15\x5b\x9b\x39\x7b\xf9\xe2\x31\x5f\xbd\xa3\xb9\x91\x3e\x29\x9b\ \xd9\xb9\x66\xb0\xd7\x51\xe5\xb6\x90\x9d\xac\xa3\xa6\x36\xc0\xf4\ \xa2\x22\x20\xc4\xe1\xba\x01\x52\x8a\x26\x31\x50\x56\x8a\x39\xb3\ \x80\x6c\x0d\x0c\x1c\xaf\xc5\xad\x1e\x47\xa1\x29\xc0\xe1\x3a\x27\ \x99\x05\x45\x38\x9b\x8e\x32\x14\x9b\x4e\x7a\x12\x84\x6a\x8e\xe3\ \x12\x13\xc8\x56\x36\x51\xeb\x35\x32\xf3\x8c\x91\x32\xfc\xba\xb6\ \x01\xf2\x0b\x4f\xaa\x25\x06\xbb\xab\x68\x16\xa2\x19\x3f\x29\x06\ \xbc\xf5\xec\xae\xee\xa1\xa0\x40\x4f\x43\xb7\x93\xdc\x69\x23\xed\ \xcf\x2a\x8f\x97\xe0\x4b\x2b\x40\xd1\xdd\x86\x4b\x95\xc7\xf8\x98\ \x91\xd8\x84\xbd\xb6\x16\x67\x38\x8d\xe2\x04\xf0\x77\xd7\x63\x0b\ \xc6\x91\x95\x7a\x62\x32\x0b\x51\x56\xdb\x82\xb5\x20\x0f\x01\xe8\ \x6d\xb7\xd1\xaf\x1b\x47\x5e\xa2\x16\xe8\x67\xcf\xe1\x01\xf2\x73\ \xf3\xe9\xab\x3f\x8a\x79\xc2\x04\xcc\xbe\x36\x9a\x7a\x45\xce\x9c\ \x9e\x09\x38\xa8\xae\xf1\x30\x3e\x33\x8d\xfe\xa6\x26\x64\x77\x3b\ \xab\x3f\xfa\x84\x41\xeb\xd9\xfc\xea\x17\xd7\x13\xae\x3b\x88\x14\ \x9b\x46\xd6\x28\xa3\xa6\xcd\xb9\x81\xbf\x3c\x74\x25\x87\x5e\xf9\ \x2d\x2f\x6e\x6c\xf9\xe2\x4d\xef\xed\xa2\xa9\xcd\xcf\xe4\x09\xa3\ \xfe\xf1\xde\x56\x5a\x7b\x74\x14\x67\x26\x01\x9d\x1c\xef\x81\xf4\ \xac\x44\x3a\x6a\xba\x09\x0c\x35\xf2\xf1\x8a\xd5\xc8\x79\x17\xf2\ \xcb\x3b\x2f\xf9\x42\xd0\xf4\x3f\xc6\xa7\x1d\x15\x15\xf5\x9d\x22\ \x2e\x41\x10\xf0\x7a\xbd\x04\x83\xdf\x41\xdd\x56\xd9\x8f\xbd\xb7\ \x91\x1d\x6b\xb6\xe0\x2c\x28\xa0\xfd\x50\x3d\xc6\xe4\x8b\x31\x01\ \x7b\x4b\x8f\xe2\x4d\x9c\x4d\x5a\x5a\x3a\xf1\x31\xd1\x98\xb2\x8a\ \x98\x95\x69\xc4\x60\x35\xe3\x6c\x39\xc8\xe7\x95\x6e\x12\x54\x22\ \x26\x9d\x12\x51\x67\x21\x29\x31\x91\xe6\x70\x3a\x67\x9e\x9d\x0f\ \x61\x3d\xa7\x0a\xd7\xb5\xd4\x57\xa0\x4e\xcb\x25\x41\x03\xa0\x23\ \x25\x41\x60\xc7\xee\x75\xa4\xf9\x34\x7c\xfc\x49\x2d\x4b\xee\x7e\ \x9c\x14\xf5\x7a\x86\x3a\x9b\xb0\x75\xb9\x48\x4a\x37\xf2\xee\x96\ \x8d\x8c\x57\xd4\xf1\xd1\xbe\x1a\xd2\xae\x4e\x22\x2e\x29\x9d\x18\ \x53\x3f\x79\xd3\x66\x13\x27\x07\x49\x88\xd1\xe1\xad\x39\x4a\x97\ \xd7\x42\x71\xc6\xe9\x11\xff\xc1\x8a\x43\x0c\x84\xe2\x98\x9c\x02\ \xde\xda\x4a\x6a\x06\xa2\xb9\x2a\x33\x1b\xb7\x45\xcb\xe7\xeb\x3e\ \x63\xfc\xb0\x81\x95\x7b\xfb\x58\x38\x2b\x8a\xc6\xe3\x07\x50\x65\ \xcf\x21\x0e\x58\xbb\xbf\x06\x7d\xc6\xf7\x51\x23\x73\xec\x50\x19\ \x09\x53\x96\x90\x94\xee\x27\x3a\xc6\x42\x6a\xfe\x34\x0a\xe3\x94\ \x58\xa2\xa2\xe8\x39\xbe\x93\x23\x3d\x60\x96\xb4\x98\xf4\x66\xdc\ \x2d\x3b\x78\xe4\x85\x32\x2e\xbb\xeb\xae\xb1\x20\x63\x5b\x69\x19\ \x1d\x1d\x4e\xba\x4b\x0f\xb0\x79\xa8\x91\xcd\xeb\x76\x32\x61\xc9\ \x8f\x49\x04\x32\xa7\x64\xf2\xdc\xef\xff\x42\xca\xb2\xbb\xb8\x7d\ \xc6\xc9\xe0\x97\x3e\x26\x1e\x83\xf7\x23\x56\x7e\xb6\x0d\x6b\xdb\ \x7a\x5a\x83\x2a\xe2\x92\x13\x48\x36\xbb\xd8\xb2\x79\x15\xc6\xae\ \x00\xdb\x2a\x5a\x58\x7e\x4d\x1c\x71\xba\x04\x3a\x3e\xdb\xc7\xda\ \x9d\xc9\x34\xad\xfb\x9c\x21\xcb\xd5\xe8\x1c\x95\x54\xf4\x05\xf9\ \x7e\x61\x2c\x95\x1f\x1c\xc6\x92\xb2\x8c\x78\xe0\xc8\x81\x32\x02\ \x96\x29\x64\xc7\xc7\x22\x7a\x7a\xd8\xbe\x7a\x1b\x76\x4a\x39\xd0\ \x11\xcd\x83\xe9\x27\x5d\x3b\x3d\x55\xa5\xf4\x0d\x0c\xd1\xb4\xfb\ \x33\x36\x7c\xbe\x9a\x50\xe1\x85\x5c\x36\x6b\x22\xaf\x6f\x10\x39\ \xb4\x6e\x0d\xc9\xf5\x5e\x3e\xfc\xbc\x8b\x4b\x7e\x7d\x0f\xc6\xbe\ \xd5\x0c\x75\xd6\xb0\x61\xdd\xe7\x14\xce\x98\xce\x70\x45\x25\xa1\ \xd4\xe9\xc4\x01\xb5\xc7\xf7\xe0\x8e\x4e\x21\xe3\x04\x67\xfb\xbb\ \xa8\x6f\x71\x51\xb0\x68\x44\x3f\xc4\x18\x93\x80\x71\x68\x3d\x9f\ \x6f\xd8\x86\xb6\x71\x23\xd5\xba\xe9\xfc\x71\x5e\x06\xcd\x1f\xf9\ \xe8\xa8\xa9\xa4\x5f\xca\x21\xd6\xe8\x60\xcd\x27\xeb\x71\xc7\xb5\ \xb1\xa5\xd5\xcf\xdd\xf1\x09\x18\x92\x52\xb0\xf4\xc7\x32\x6d\xce\ \x6c\x44\xbf\x48\x8c\x26\xcc\xe7\xfb\xea\xb0\xa4\x5e\x83\x19\xf0\ \x77\xd5\xb0\xfd\x48\x23\xe6\x58\x1d\x7a\x5d\x34\x3a\xa9\x83\xb7\ \x5f\x58\x49\xf2\xb2\xdb\x59\x98\x35\x7a\x8f\x48\x61\x24\xf7\x00\ \x87\xb7\x6f\xc4\xe0\x9e\x86\xd5\x51\x46\x87\x3a\x95\xac\x14\x05\ \xc1\xfa\xfd\xd8\x7c\x1a\xae\x19\x9f\x40\x63\x4a\x3c\x46\x67\x2a\ \x67\xce\x2e\x24\x10\xb4\x60\xfc\x0f\x16\x92\x52\xde\x75\xf7\x3d\ \xdf\x29\xde\xd2\xe9\x74\xbc\xfa\xea\xcb\x54\x94\x97\x63\x32\x99\ \xbf\x53\x56\xb7\x39\xff\x7c\x6e\x3a\xcf\xc5\xfe\xca\x4a\x32\xd2\ \x33\xb0\x14\x9c\xc5\xb9\xd9\x93\x00\x19\x43\x5a\x11\x97\x4e\x2e\ \x02\x6d\x3a\x77\xde\x71\x13\x2b\x3e\xdb\xcd\x8e\x0e\x13\x67\x2e\ \xcb\x20\x89\x10\x1d\x35\x25\x54\x87\xf4\x9c\xfb\xe3\x7b\x38\x33\ \x27\x15\xe9\x07\x77\x23\x7f\xbc\x86\xed\x5b\x7a\xc9\x9e\x3c\x97\ \x93\xd9\xd8\x7e\x2a\x8e\xb6\x92\x3e\xe3\xe2\x51\xcb\x5b\xcd\xb9\ \xb7\xdf\x87\xf7\x83\x35\x1c\x28\xd7\x73\xc9\x7d\xbf\x65\xfe\x44\ \x33\xc8\xe7\x72\xf3\xf9\x7e\xdc\x83\x1e\xe6\x5d\xf7\x73\xfa\xde\ \xfc\x80\x43\x55\xc3\x2c\xbf\xe6\x26\xe2\x72\x75\x98\xf3\xaf\xe2\ \xae\xcb\x05\x36\xef\xdd\x4a\xa3\x25\x93\xe4\x29\x67\x10\x50\x24\ \xb1\xf4\xbc\x8b\x49\xff\x07\x13\x28\xa8\xce\xe0\x7b\xe7\x4f\x26\ \x1e\x18\x54\x46\xb3\xf0\xb2\xe5\xc4\x1b\xb4\x9c\x7f\xfd\xed\xb8\ \x3e\x5c\xc3\xb1\x26\x2d\x97\xde\x7a\x03\x59\xa9\x6a\xc2\xc1\xa9\ \x5c\x5e\x38\x0d\x08\x61\x29\x9c\xc3\x79\x05\x13\x01\x1f\xc9\x13\ \x97\x31\x7e\x72\x26\xc4\x19\xb9\xeb\x8e\xcb\x59\xbd\x65\x1f\xbb\ \x9a\xad\xcc\x4f\x9a\x80\x29\xe8\xa3\xf1\xd8\x11\x7c\xaa\x18\x6e\ \xfc\xe9\x1d\x4c\x36\xb7\x52\x95\x9a\x82\x59\x73\xf2\x5d\x5c\x99\ \x3c\x89\x79\xb3\xfd\x54\xef\xdf\x8d\x4a\x67\x66\xfe\x0f\x1f\x64\ \xd1\x99\x23\x01\xb6\x98\x84\x64\x94\x9a\x2c\xae\xbe\xfe\x62\x8c\ \xa7\x3e\x7c\x69\x33\xb9\xed\x8e\xcb\x58\xbd\xfb\x08\xc6\x71\x73\ \xb9\x79\x42\x14\x66\xb5\x86\x8b\xef\xba\x07\xd7\x47\x9b\x29\xeb\ \xce\xe1\xea\x1f\xde\x4a\xa6\x45\x22\x36\xff\x06\x6e\xeb\x78\x87\ \x03\x87\xca\xc9\x3f\xeb\x2a\x0a\x13\xc7\xe3\xf5\x78\x99\xb7\xec\ \x42\x26\xc5\x40\x6d\xda\x59\x5c\x90\x3e\x13\x00\x45\xda\x24\xce\ \x9f\x38\x0d\x41\x93\xc6\xcf\xee\xbc\x81\x75\x7b\x2b\xd9\xd5\x70\ \x0c\xd2\xe7\x91\x16\x77\xf2\x98\x0d\x69\x67\xb2\x68\x66\x90\xda\ \xb2\x46\xf2\xcf\xbf\x93\x65\x73\x8b\x10\x81\xab\x6f\xfd\x09\x1f\ \x7e\xbc\x9e\x83\xb6\x68\xae\xfb\xe9\x03\xcc\xc9\xd2\x43\xd2\x42\ \xae\x3d\xbf\x9f\xc3\x55\x35\xa4\x8c\x9f\x88\x39\x6b\x32\x97\x4c\ \x9d\x36\x72\x1e\x96\x09\x5c\x7e\xde\xf8\x31\x65\x43\x57\x7b\x2d\ \x36\x4f\x1c\x17\xa4\x8f\xb0\xb8\x21\x6b\x0e\xf7\xdc\x39\xc0\xea\ \x9d\x07\xd1\x25\x9f\xc5\x83\xb7\x2c\x27\x1a\x30\x2c\xbe\x85\x8b\ \x9c\x7b\x18\x0c\x27\x73\xf3\x1d\x77\xf2\xde\x27\xbb\x68\xd0\xe7\ \xf1\xa3\x9b\xc6\x93\x66\x56\x93\x73\xd9\x5d\x0c\x84\x3f\x62\xef\ \x96\xad\x58\xb3\x67\x32\x15\x3f\xd1\x45\x73\x59\x5e\x30\xa2\x2b\ \x2e\x11\x66\xa0\xa5\x9a\xa3\x15\x30\xf1\xca\x3b\x38\xdb\x52\xce\ \x03\xab\x06\xf8\xf9\xf5\xa7\x4c\xea\xc6\x4c\xae\xbc\xf5\x3a\x56\ \x6d\xab\xc4\xd6\x99\x4d\x62\x4a\x0a\x17\x5e\x56\x8c\x15\x70\x4b\ \x71\x9c\x7b\xde\xf9\xa4\xab\x20\xe3\x47\xf7\xe1\x5e\xb1\x8a\xed\ \x5b\x76\x91\x54\x30\x97\x69\xff\xc1\x89\x65\xdf\xc9\x32\xf6\xdf\ \x3f\xfa\x08\x47\x8f\x1c\x26\x37\x2f\x1f\xe5\x3f\x04\x24\x23\x65\ \xec\xff\x1a\x5c\x0d\x9b\x78\xf8\x6f\xfb\xb9\xee\xc1\x87\x28\x8e\ \xfe\x4e\x0f\x05\x9d\x55\x07\x38\x6e\x6b\xa1\x64\xf7\x21\xd2\x97\ \xdd\xc6\x8d\xf3\xc7\x7d\x85\x7b\x0f\x51\x75\x60\x07\x0d\x43\x0a\ \x12\x8d\x6e\xd6\x7d\xb2\x85\x9c\x8b\xee\xe2\x86\xb9\xff\xee\x2e\ \x2d\x32\x5b\x5f\x79\x98\x5d\xc2\x5c\x1e\xba\x79\xc1\x57\x28\x23\ \x1a\x64\xe7\x7b\x2f\xd1\x16\xbf\x84\x6b\x17\xe5\x7d\xad\xd7\x3d\ \x52\xc6\xfe\xef\xb8\xad\x24\x89\x60\x30\x88\x2c\xcb\x44\xf0\x7f\ \x8b\x80\x32\x95\xeb\x6f\xff\x09\x45\xd1\xdf\xf5\x91\x90\x19\x68\ \xad\xe7\x58\xcd\x30\xb3\xaf\xf8\x09\x8b\xa6\x65\x7d\xd5\xf6\x18\ \x2a\x31\x40\x4b\x65\x25\xb5\x0a\x3d\xb3\xaf\xfa\x09\x4b\xce\xf8\ \x0a\xda\x6a\xc9\x5e\x92\x66\x5e\xcc\x8f\x73\x27\x7f\xc5\xba\xcf\ \x4a\xce\xf9\xfe\xed\x20\x7c\xfb\xd5\xa6\xbf\x9b\xda\x23\x27\x54\ \xfb\x22\x1c\xfb\x7f\x8e\x98\xcc\x02\xfe\x31\xb7\x22\xe8\xf7\x11\ \x56\x68\x50\x2b\xbf\x19\x23\x2e\x05\x03\x48\x82\x12\xb5\xf2\x5f\ \x21\x00\x91\xa2\x65\xd7\x51\xb4\xec\x9f\x21\xbc\x10\xbe\x80\x8c\ \x5a\xa3\x46\xfc\x5f\x0e\x55\x28\xe0\x27\xac\x50\xa3\x52\x28\xc8\ \x9d\xb9\x9c\xdc\x99\xcb\xbf\xfc\xba\x3e\x0f\x3e\x59\x85\x51\xff\ \x2f\xd4\xa1\x8a\x06\x0a\x26\x9d\xa8\x62\x0c\x13\xf4\x07\x11\x55\ \x6a\x14\xff\xec\x50\x86\x25\xfc\xfe\x10\x2a\xad\xe6\x4b\x92\xbf\ \x80\x20\x40\xc0\xe7\x43\xd4\x68\x51\x7e\x8b\x1f\xee\x48\x13\x84\ \x08\xfe\xbd\x70\xd7\xf3\xc2\xb3\x2f\x72\x7c\xf0\xcb\xae\xe0\xa7\ \x6c\xdb\x3a\x4a\x1a\xfa\xbf\x9e\xe3\x0d\xb6\xf1\xf6\x0b\x4f\x73\ \xb0\xdb\xff\x95\xef\xba\x71\xdf\x47\x3c\xfd\xe1\x4e\x02\xa7\x10\ \x8e\xd7\x39\x8c\xdd\x1b\xfa\x72\x1b\xb0\x57\xf0\xd2\xdf\x5e\xa2\ \xd6\xf5\xbf\x61\x2c\x1f\xab\x5e\x79\x8c\x77\x0e\xb4\xff\x9f\x9d\ \xcf\x70\xe3\x4e\x9e\x7c\xf9\x63\xfa\xa5\x2f\xc1\xd1\x21\x2f\xc3\ \x43\x8e\xb1\x86\xd0\x5d\xfb\x57\xf2\xb7\xb7\x36\x12\xf8\x67\xde\ \xf2\x9a\xf7\xf2\xb7\xe7\xde\xa6\xe7\x4b\xe4\x18\x48\x01\x37\xc3\ \x0e\x17\xdf\xc4\x77\xed\x08\x69\x47\xf0\x6f\x85\xab\xee\x00\x15\ \xcd\x0e\x12\xac\x5f\x96\x48\x64\x7a\x9a\xea\xe8\x1a\xf6\x7d\x2d\ \xc7\xeb\xb3\x95\x73\xa4\xd2\x41\x5a\xdc\x57\xad\x49\x11\xa2\x6a\ \xdf\x6e\x7c\x2a\xd3\xc9\x3c\xea\x40\x13\xaf\x3c\xf3\x57\x8e\x0d\ \x7f\x39\x6a\xe9\x2b\x3f\x44\x55\x8b\x4c\xda\xff\x46\x91\xd6\xdd\ \x44\x59\x65\x1b\xa9\xe9\xff\x77\x0a\x78\xb6\xc3\xdb\xe9\x0c\xaa\ \x88\xf9\x12\x86\x7b\xe9\x27\xaf\xf0\xda\xea\xaa\x31\x42\x3a\xba\ \xef\x30\x4e\x4d\xfa\xc9\xb1\xf8\x12\x68\x38\x56\x82\xcd\x13\x4d\ \xf2\x97\x90\x4d\xdc\xfb\xde\xd3\x7c\xb8\xab\xe1\x1b\x49\x80\x91\ \x26\x08\xdf\xa1\x26\x08\x00\xce\xae\x0a\x56\xaf\xf8\x84\xed\x25\ \xd5\x68\xe2\x33\x48\xb4\x68\xe9\xae\x2b\x61\xed\x9a\xcf\xd8\x77\ \xb4\x96\xb0\x29\x8d\x94\x58\x05\xe5\x3b\x3e\x63\xcd\x86\x6d\x54\ \x77\x38\x91\x1c\x6d\x6c\xdd\xf0\x19\xe5\x9d\x41\x32\xc7\xa5\xa1\ \x11\xc0\x3f\xd0\xc2\xc6\xd5\x1f\xb3\xb9\xa4\x0e\x7d\x52\x16\xf1\ \xa6\x53\xcf\x5b\xa2\xbd\x72\x1f\xeb\x3e\xdf\xca\x86\xf5\xdb\x91\ \xb2\x97\x73\xc5\xac\x1c\xdc\x9d\x95\xac\x5e\xf9\x29\x7b\x2b\x3a\ \x49\xce\xca\x60\xa0\x6a\x1b\xc7\x07\x34\x64\xc4\x9b\x09\x0c\x54\ \xb1\x61\x4f\x1d\x51\xd1\x4a\x7a\xfc\x66\x66\xcd\x29\x44\x17\x18\ \xe2\xc0\x96\xb5\xac\xde\xb0\x83\xee\x60\x0c\xf9\xe9\x31\x34\x1e\ \xd9\xca\x27\xab\xd6\xd3\x38\x2c\x92\x95\x93\x7c\x9a\x9e\x85\xb7\ \xcf\xc6\xc6\xb5\x9f\xb2\x71\x77\x29\x82\x35\x9b\x94\x28\x2d\x9d\ \x55\xfb\x59\xbd\x66\x03\x07\x4a\xeb\x50\xc5\xa5\x91\xa0\xf7\xb3\ \x77\xc3\x6a\x36\x6c\xde\x45\x6d\xb7\x8f\x8c\x71\x19\x68\x4f\x79\ \x72\x1b\x8e\x6c\x66\xf5\x81\x4e\xc2\xce\x2e\x5a\x87\x21\x3b\x3b\ \x09\x25\xe0\xea\xad\xe5\xb3\x95\x1f\xb3\xb3\xac\x85\xe8\xf4\xec\ \x31\x55\x42\x90\x38\xbe\x6d\x33\xcd\xc1\x38\x52\x63\xb5\xd4\x1c\ \xdc\x44\xa5\xcb\x42\xa6\xc9\xcb\xb6\xb5\x1f\xb3\x6e\xeb\x7e\x06\ \xe5\x18\x72\x53\xa3\xf1\xf4\x54\xb3\x66\xe5\x27\xec\x2e\x6d\x23\ \x26\x2d\x8b\x68\xbd\x12\x02\x03\xec\xdb\xbc\x9e\x2d\x9b\x37\xb2\ \xe5\x70\x3f\x73\x2f\xba\x9a\xfc\xc4\x11\xaa\x0a\x36\x1d\xe6\xef\ \xaf\xad\xa4\xcb\xee\xc0\xaf\x4d\x20\x2f\x39\x8a\x86\xc3\x9b\xf9\ \xf8\xd3\xf5\xd4\x0f\xc8\x64\xe4\xa6\x9d\x96\x4b\x7c\x74\xdb\x1a\ \xb6\xd5\x39\x09\xf4\xb5\xd0\xed\x37\x90\x93\x16\x8b\x00\xf8\x07\ \x5b\xd9\xf2\xd9\x1a\xb6\xec\x2a\xa1\xc7\xa3\x26\x3b\x23\x01\xd1\ \x37\xcc\xbe\x4d\xab\x58\xb3\x71\x17\x03\x9a\x64\xe2\xdd\xf5\xac\ \x2f\x09\x70\xf5\x15\xf3\xa8\xdf\xb9\x9a\x63\xbd\x1a\x72\x53\x47\ \x03\x13\xc1\x61\x76\x6e\xd8\x81\x14\x9b\x4d\x8c\xde\xcb\xde\x2d\ \x5b\xb0\x9b\xb2\x48\xa0\x83\xcf\xd7\xac\x66\xd3\x8e\x7d\x74\xfa\ \x0c\x64\x65\x58\x4f\xf1\xb7\x4a\xec\xfa\xe0\x03\xaa\xfb\x24\x86\ \x7b\x9b\xf1\x68\x13\x48\x8f\x1b\xc9\x9d\xb1\x1d\xda\xcc\xca\xd5\ \xeb\xa9\xed\x0b\x93\x9e\x93\x8a\x56\x70\xb3\xfe\x83\xd7\xd8\x5a\ \xdd\x85\xc7\x23\x92\x9f\xab\x61\xe3\xea\x95\xd4\xda\x7d\x0c\x74\ \x75\xa3\x4f\xcc\x26\xce\x70\x8a\x27\xd7\x3f\x4c\xc9\xb6\xb5\xac\ \xd9\xb0\x83\xfa\x1e\x3f\xa9\xb9\x19\xe8\x84\x20\xfb\x36\xbe\xc7\ \x9e\x16\x3b\x43\x3d\xdd\x04\x0c\x49\xa4\xc5\xea\x01\x99\xb6\xf2\ \x1d\xac\xfc\x78\x3d\x15\xed\x7e\x32\xc7\x65\xa0\x55\x38\xf9\xf4\ \xf9\x97\x39\xd0\x34\x4c\x50\x96\xc9\xc8\xcf\x42\xee\x3a\xce\xc7\ \x1f\x7d\xc2\xde\xf2\x0e\x62\xd3\xb3\x88\xd6\x29\xe9\xa9\x3b\xc0\ \x27\x2b\x57\xb3\xbf\xb2\x0d\x4b\x46\x2e\xb1\xba\x2f\x97\x52\xf2\ \xef\x6e\x82\x10\xb1\xb4\xbf\x4b\xf0\x36\xf3\xdc\x9f\x9f\xa7\x59\ \x4c\x24\x23\x21\x06\x9d\x5a\xa0\x62\xc3\x4b\x3c\xfc\xd4\x4a\x7c\ \x3a\x2d\x47\x36\x7e\xcc\x8e\x06\x37\xe1\xae\xdd\x3c\xfd\xfa\x3a\ \xc4\x38\x2b\x35\x9f\x3f\xc7\x1f\xde\xdd\x87\x3e\xda\xc4\xde\xf7\ \x5e\xe4\x83\xed\x9d\xe0\xaa\xe4\xb1\x87\x1e\xe6\x88\xdd\x84\xbe\ \xaf\x84\xe7\x9f\x5d\x71\x5a\x17\xef\x92\x95\xcf\xf2\xf0\xf3\xeb\ \x91\xb5\x0a\xba\xed\x4e\xd2\xa7\x15\x21\xb7\xef\xe5\x37\xbf\x7d\ \x86\x0e\x31\x16\x7f\xfd\x7a\x9e\x59\xb1\x95\xb2\xfd\x1b\x58\xbd\ \xb7\x76\x84\x70\xd6\xbc\xcb\xe7\xc7\x06\x70\x56\xaf\xe7\xfd\x75\ \x07\x10\xc2\x1e\xde\x7d\xfc\x41\xde\xd9\xdd\x46\x6c\x82\x95\xa8\ \x68\x35\xa5\xab\x9f\xe5\xcf\xaf\x6e\xc1\x98\x14\xcb\x9e\x77\x5f\ \x62\xc5\xde\x93\x2e\x14\x6f\xc7\x41\xfe\xf0\x9b\x47\x39\xdc\x03\ \x09\x71\xd1\x98\xf5\x61\x4a\x57\x3d\xcd\xa3\x7f\x5b\x45\x50\xab\ \xe1\xe8\x9a\x15\x1c\xb6\xb9\x69\x3f\xf2\x31\x2f\xac\x39\x46\x4c\ \x9a\x95\xc3\x9f\xbc\xc8\x4b\x6b\xeb\x4e\xb3\x76\x1b\xeb\x2a\xd0\ \x25\xa7\x90\x6c\x55\xb2\xe9\xcd\xbf\xf2\xfe\xc1\x41\xe8\x39\xc0\ \xef\x1f\x78\x1c\x5b\x38\x86\xb0\x6d\x3b\x4f\xbe\xbc\x85\xb1\x37\ \x7e\xa9\x9d\x0f\xde\x7b\x9f\x1a\xb7\x1a\xe8\x67\xfd\x7b\x6f\x63\ \x1b\xec\x67\xe3\x5b\x4f\xb1\xae\xc6\x47\x76\x66\x22\x6a\x8d\x0e\ \x7f\xc7\x41\x7e\xf7\x9b\xa7\x68\x92\x63\x90\x5b\x37\xf3\x97\xf7\ \xb6\xe1\xf7\xf5\xf2\xfc\xc3\xbf\xe5\x93\xc3\x7d\x68\xc4\x61\x06\ \xb4\xd1\xe4\x8c\x3b\x69\x26\x37\xd4\xd5\x21\x67\xcf\x66\x56\x71\ \x01\x19\x89\x46\x2a\x3e\x7b\x81\xc7\xff\xbe\x1d\x43\xa2\x95\x23\ \x2b\x5f\xe1\xef\x6b\x6a\x4e\x75\x46\x50\x6b\x6b\x20\x26\x2d\x15\ \xab\xd1\xc7\x87\x2f\x3c\xc5\xc6\x86\x20\xa1\xb6\xdd\x3c\xf2\xe0\ \xa3\x1c\x1b\x52\xe0\xa9\xdb\xc3\x8a\xcf\x8e\xa3\xc4\xce\x1b\x7f\ \xfe\x35\x1f\x1c\xe8\x20\x26\xce\x4a\xb4\x4e\xa6\xa9\xa9\x01\x75\ \x66\x2a\xe5\xeb\x5e\xe4\x85\xd5\x15\xc4\x26\x9f\xcc\xe7\xf6\x75\ \x1d\xe6\xef\x1f\xae\x67\x48\x21\x82\xa3\x82\x0f\xde\xf9\x18\xbb\ \x42\x49\xe5\xea\xd7\x58\xb1\xab\x93\xb4\x24\x0d\x1b\x5f\xfc\x03\ \x1f\x97\x74\x9c\xe2\x66\x6a\xe2\x78\x87\x9b\xa4\x9c\x1c\x4c\xde\ \x66\x9e\xfb\xe3\xdf\x68\x70\x43\xfd\xe6\x17\x78\xec\xf5\xcd\xe8\ \xe3\xad\x94\x7f\xfa\x3c\x6f\x6f\xaa\x87\x60\x17\xad\x7d\x02\xf3\ \xe7\xcd\x24\x33\x2b\x85\x50\x67\x33\x9d\x83\x3a\x66\x14\xe5\xe1\ \xae\xda\xc0\x33\x7f\x7b\x0f\xe7\x29\x67\xda\x51\xb2\x8e\x17\x3f\ \x38\x48\x74\x4a\x12\x15\x6b\x5e\xe5\xc5\x0f\x8e\x02\x76\x6c\x8d\ \x4e\x8a\x8a\x26\x61\x76\x57\xf0\xd2\x5f\x9e\xa1\x35\x0c\x2d\x3b\ \xde\xe4\x91\x67\x3f\x43\x15\x1f\x4f\xdd\xe6\x57\x78\x76\x75\x35\ \x38\x6b\x69\x26\x8a\x73\x16\xcd\x24\x2d\x39\x19\x7f\xd3\x3e\x1e\ \x7e\xf8\x6f\x74\x29\xe2\x90\x9a\xb7\xf0\xd8\xab\x1b\x18\x6a\x2f\ \xe5\xb9\xa7\xde\x26\x10\x93\x49\x92\x49\xfb\xcf\xfb\xe4\xff\x8d\ \x88\x34\x41\xf8\x2e\x41\xf2\x33\x34\x34\x4c\xbc\x25\x83\xf3\x2f\ \x9a\x42\xa8\x63\x27\x77\x7d\x54\xc6\xe5\x8f\x3c\xcf\x82\xe4\x3a\ \x9a\xf6\x1d\x60\xca\x94\x14\x9a\x4b\xde\x44\x93\x73\x16\x37\x5d\ \x7e\x19\x5b\x87\x0f\xe2\x51\x9e\xc5\x25\x97\x9e\x85\xb6\xfa\x08\ \xc7\xbb\x3b\xd9\xf3\xc1\x47\x74\xa7\x5f\xc8\x33\xb7\x5d\xc8\xce\ \x17\x0e\x71\xc0\xa3\x42\x31\xe6\x5e\xd8\xc0\xdf\xd7\x37\xf1\x83\ \x3f\x3e\xcd\x6c\x73\x1d\xb6\x5d\x87\x39\x33\x47\xe4\xc3\xd7\xdf\ \x46\x33\xfb\x46\xee\xb9\xa1\x88\xf7\x1e\xdd\x46\xb7\xa8\x26\x26\ \x3e\x89\xf0\xa0\x00\xbe\x26\xd6\x1d\xb2\x73\xd1\xaf\x97\xd1\xbd\ \xea\x21\x32\x26\x5e\x8a\x6b\xef\x9b\x6c\xe9\xcd\xe2\x4f\x7f\xf9\ \x29\x09\x4a\x90\x06\x8f\x71\xdf\xef\x8f\x71\xd1\x43\xcf\xb2\x2c\ \xb6\x8e\x23\x6b\x37\xa1\x50\x2b\xc6\xac\xba\x4d\x6f\xbf\x85\xaf\ \xf8\x7a\x1e\xff\xf1\xbc\x11\xb7\x8c\x6d\x2b\x3f\xfd\xb4\x81\xeb\ \xfe\xf0\x2c\x67\x59\xab\xa9\x3e\x50\x46\x7e\x5e\x02\xf5\x2b\x8e\ \x92\x3b\xf7\x1a\x2e\xbf\x60\x16\x31\xb6\xa3\x6c\x6c\xef\x05\x46\ \x53\xc4\x02\xbd\x54\x54\xc9\x5c\xfc\xa3\x9b\xb9\x60\x6a\x0c\x52\ \x45\x19\x55\x0d\x0d\xac\xdd\xf5\x3e\xe1\xa9\xd7\xf3\xd3\x1b\x67\ \xf2\xf1\x9f\x77\x21\x28\xc5\xb1\x20\x76\xb0\xa9\x1c\xa7\x26\x91\ \x59\xc5\x7a\xe8\xae\xa2\xc3\x95\xcc\xb2\xbc\x24\x2a\x77\xf5\xe1\ \x0b\x17\x72\xc6\xa2\x8b\x88\xd3\xfa\x79\xff\xf7\x0f\x23\x4d\xbb\ \x86\x9f\xfd\x70\x26\x1f\x3f\xbe\x1b\xbd\x18\x62\xcf\xca\x97\xa8\ \xd6\x9f\xc5\x93\xbf\xbe\x92\xfe\x2d\xcf\x72\xb0\x5d\x47\xd6\x58\ \xc6\x68\x90\xda\x9a\x6a\xb2\xcf\xbe\x91\x0b\x96\x4e\x07\x7b\x25\ \xf7\xaf\x38\xca\xb9\xbf\x78\x82\x0b\x26\x58\xc8\xee\x39\xc6\x27\ \x0d\x4d\xc0\x48\xe5\x22\x03\x6d\xd4\xb7\x47\x71\xfd\x6f\x6f\x62\ \x4e\xba\x48\x57\xc9\x3d\xb4\xd4\xd5\xf0\x7e\xc9\x7b\xe8\x17\xde\ \xc3\xaf\x2e\x29\xe0\x93\x27\x8f\xe2\xcd\x99\x4e\xeb\xa6\xb7\xd8\ \x6d\x1f\xcf\x9f\xfe\x72\x27\x23\x5e\xab\x30\x1b\x3e\x2b\xe3\xf8\ \x8e\x4e\x7c\xfe\x4b\xf9\xf5\xa3\xb7\x91\x6e\x3e\x69\x55\x76\x55\ \x97\x61\xc8\x9c\xc8\xc4\x28\x18\xd8\x5b\x87\x64\x99\xc2\xd4\x98\ \x20\xef\x1c\xef\x67\xea\x05\x0f\x70\xfe\xa2\x78\x02\x4d\x87\x38\ \x62\xeb\xe0\x84\x46\xab\xb7\xae\x0c\xbb\x71\x1c\xf7\xdf\x79\x25\ \x19\xce\x7a\xaa\x8e\x3e\x49\x53\xc5\x7e\xf6\x7e\x72\x94\x25\x3f\ \x79\x82\x4b\x26\x5a\x28\xf1\x1e\x62\x45\x6b\x0b\x03\x4d\xd0\xa7\ \x98\xc0\x2d\x97\x5c\x48\x8a\x0e\x9a\x77\xec\xc6\x61\x9d\xcd\x0d\ \x57\x5d\x40\xb8\x60\x80\x7b\x5e\xef\xc4\x01\x63\x32\x09\xd5\x35\ \xe5\xc4\xcd\xb9\x80\xab\x2e\x3e\x87\x69\xe1\xe3\x3c\x5b\x55\x8d\ \xbd\x4f\xa2\x31\x90\xc9\x8f\xaf\xb9\x9c\x42\x21\x99\x43\xbf\x5c\ \x49\x6f\x97\x8d\x8d\x2b\xf7\x72\xf6\xcd\x7f\xe4\xba\x99\x56\x8e\ \x78\xeb\x79\xc3\xd6\x41\x57\x79\x1b\x52\xcc\x24\xbe\x7f\xf1\x52\ \x4c\xf8\x78\xff\xf7\x4f\xa3\x3c\xf3\x7a\xee\xbd\x71\x36\x43\xa5\ \x1a\x8e\xbd\x6a\xa3\x7f\x28\x96\x01\xbb\x9b\x09\x29\x13\x38\x7f\ \x76\xf6\x7f\x94\x1b\x25\x62\x69\x7f\x97\x60\xcc\xe7\xc1\x47\xee\ \x47\x79\xf0\x65\x7e\xf9\xec\x5a\x8e\x97\x1d\x43\x9b\x3d\x9d\x79\ \xa9\x02\xee\xb2\x1a\x86\xa4\x74\xa6\x24\x42\x69\x79\x1f\xc9\x79\ \xd3\x01\x2f\x6d\xed\xc3\x64\xa7\x26\x02\x6e\x6a\xed\x61\x52\xb3\ \x8d\x94\x97\xf7\x60\x6f\xde\xcf\x1f\x1e\x7e\x80\x7d\xfe\x22\xee\ \xb9\xe3\xd2\xb1\xd7\xf4\xfa\x03\xc7\xd0\xa4\xcf\x65\x76\x02\x0c\ \x36\xd6\xd1\x25\xe6\x90\xa5\x72\x50\xdb\xd6\x49\x77\xf9\x06\x7e\ \xfb\xeb\x3f\xd3\x19\xbf\x90\x7b\xae\x5f\x4c\xa2\xc5\x0c\x8e\x3e\ \x36\xad\x5c\x89\x54\x70\x3e\x8b\x52\x02\x94\xb4\xd8\xc9\x9c\x9a\ \x4d\x63\x49\x23\x59\x13\xe7\x92\x30\x6a\x56\xf4\x35\x97\xd3\xec\ \x74\xb3\xe7\x83\x27\x79\xf8\x99\x35\x14\x5f\x71\x07\x57\xcc\x18\ \x7d\x7d\x97\xbb\x29\x6d\x13\x99\x3e\xe7\xcc\xb1\x53\x6d\x3c\x7e\ \x10\x71\xe2\xd9\xcc\x48\x01\x77\x45\x09\x6e\x4d\x22\xf9\xf1\x6e\ \x4a\xeb\x65\xf2\xf3\x27\x02\x2e\x6a\xfb\x86\x48\x3b\xa5\xac\xdb\ \xd7\x53\x43\xb3\x18\x47\x5e\x7e\x0c\xc8\xad\x54\xf6\x78\xc9\x4a\ \x0f\x51\xd6\xdc\x4b\x4f\xf5\x26\x1e\xf9\xcd\xa3\xd4\x9b\xcf\xe2\ \xa7\x37\x2f\x1e\x7b\x70\x5a\x6b\x9a\x10\xa2\x8b\xc8\x53\x40\x57\ \x47\x0d\xf6\x98\x14\xe2\xe2\x2c\x5c\x7e\xf7\x23\x2c\x8d\xaa\xe1\ \xfe\x5f\xfc\x85\xa6\xb6\x26\x9a\xbb\xba\xe9\xad\xde\xc2\x6f\x1f\ \xf8\x23\x36\xd3\xd9\xdc\xfb\xfd\x33\xa8\x3e\xd4\xc5\x59\xf3\x16\ \xa3\x06\x0e\x97\xb6\x13\x3d\x6e\xca\x98\xfa\x1e\xfe\x3e\x1a\x9a\ \xc2\x14\x8d\x1b\x95\x41\x6d\x3c\xca\x80\x75\x3c\xd3\x26\x58\x00\ \x27\xe5\x6d\x0e\xe2\x73\x4e\xe6\x7d\xf7\xb6\x56\xd2\x1f\x95\x45\ \x56\x9a\x1a\x86\xcb\xa9\x77\x2b\x49\xb1\x74\x51\xe1\x30\xb2\x78\ \x69\x01\x04\x9b\xa8\x6b\x71\x30\x7d\x72\x1c\x65\x15\xed\xa4\x4c\ \x9b\xcf\x58\x98\x21\xd8\x43\x55\x8b\xc8\xb8\xcc\x4c\x54\x32\x18\ \x4d\xa7\xbb\x01\xea\x2a\x7b\x48\xc8\x9c\x8a\x16\xa8\x6e\xb6\xa1\ \x9b\x50\x84\xde\x6f\xa3\xd9\xa7\x66\xd2\x94\x44\x90\xba\xa9\x6f\ \xf4\x90\x97\x9e\x74\x72\x9d\xf2\x46\x94\x89\x53\xc8\x00\x86\x5b\ \x2a\xe9\x14\x93\xd0\x78\xba\xe9\xd6\x16\x32\x2b\xcf\x02\xf8\xa8\ \xae\x71\x91\x95\x91\x4a\x77\x53\x39\xea\xdc\x7c\x4e\x84\x11\x1a\ \xeb\x6a\x88\xcb\xcf\xc1\x00\x34\x55\x76\x60\xb6\xe6\x93\x38\x16\ \xf2\x18\xa4\xb1\xd1\xc1\xa4\x82\x91\x73\x2f\xad\xea\xc5\x9a\x59\ \x80\xb3\xe1\x30\x52\x42\x1a\x19\x66\x70\xd6\xb6\x20\xe9\x72\x89\ \x1b\xae\xa4\x57\x48\x62\xee\x4c\x2b\xe0\xa3\xa1\xa5\x93\xd4\x82\ \x38\xea\xaa\xdb\x30\xe7\x4e\x1d\x99\x04\xdc\x4d\xd4\xb4\xfb\x99\ \xbb\xa0\x68\xc4\x8a\xb7\x55\x21\x58\xe3\x49\x2f\x3a\x9b\x87\x7f\ \x73\x1d\xb5\xef\x3c\xc2\x1f\xde\xdd\xfb\x1f\x15\xb0\x8c\x90\xf6\ \x77\x06\x7e\x9a\x6a\xab\x19\xd2\x64\xb3\x60\x76\x16\x5d\xb6\x3a\ \xbc\x0a\x35\x43\x5d\x2d\xd4\x76\x77\xb3\x61\xd3\x06\xfa\x63\xf2\ \x88\x95\xda\x39\xd2\xee\x20\x6f\x6a\x0e\x38\x6c\x54\x34\x29\x28\ \xcc\x1b\x07\x83\x47\xa9\x1f\x0a\x53\x58\x90\x82\x4a\xa5\x20\x6d\ \xd2\x3c\x6e\xfc\xc1\x4d\x5c\x75\xc9\x52\xb2\xe3\x4e\x86\x8b\x34\ \x5a\x25\x43\x9d\xd5\xd4\xf7\x74\xb1\xed\xb3\x75\x0c\xc7\x27\x12\ \x13\x6d\x44\xa9\x30\x32\xf1\xcc\xa5\xfc\xe0\x96\x9b\xb8\x7c\xd9\ \x1c\xac\x0a\x88\x8f\x4b\x66\x70\xfb\xeb\xbc\xbe\xc7\xc7\x75\xd7\ \x2f\x85\xfe\x32\x9a\x06\x04\x8a\xc6\xc5\x60\xb2\xa8\x68\xac\x3d\ \x40\x5d\x6b\x0b\x0d\xad\x9d\x78\x65\x2d\x51\x31\x89\xcc\xbd\xf8\ \x5a\x6e\xbe\xf1\x1a\x16\xce\x2e\x38\xd9\xa6\x4b\x34\x12\xab\x72\ \x51\x71\x68\x1f\x6d\xad\x0d\xb4\xf5\x0e\x22\x6a\xb4\x0c\x36\x37\ \x61\xeb\xee\x62\xf5\xea\x3d\xf8\x74\x13\x30\x0e\x96\x52\xed\xd3\ \x31\xbe\xd0\x04\x83\x55\xd4\x77\x4a\x4c\xca\x1b\xa3\x03\x3a\x8f\ \x1f\xc2\x2d\xe8\x10\xfb\x6b\x79\xe3\x91\x3f\xd3\x1d\x37\x9b\x8b\ \x67\x67\xa1\x10\x34\xe4\x9e\xb9\x84\x1b\x6f\xba\x89\x2b\x2f\x98\ \x4b\x8a\xe5\xa4\x27\x3d\x18\x08\xe0\x1c\xec\xa6\xb1\xa3\x99\xcf\ \x56\x7c\x8e\x32\xd6\x4a\x78\xa8\x9d\xba\x5e\x81\x39\x0b\x66\xa3\ \xee\xad\xa5\xdb\x2d\xa3\x51\x9b\x29\x98\xb9\x68\xe4\xfc\x97\x9f\ \x43\x72\x8c\x1e\x85\x64\xa7\xb6\xa1\x86\xde\xe6\x7d\x6c\x3a\x5a\ \x4b\x6c\x7e\xda\x29\x97\xcb\x49\x77\xbf\x93\xc1\xde\x36\x3a\x7a\ \xfb\xf1\x2b\x75\x04\x7a\x3b\x68\xb2\xf5\x70\xf0\xa3\xbf\xb1\xdb\ \x99\xcc\xf9\x8b\x4f\x76\x4f\x6f\x2a\x3d\x82\x60\x30\xe2\x6a\x2e\ \xe3\xaf\xbf\x7b\x16\x55\xf1\x72\x96\x15\x5b\x71\x0d\xf4\xd3\x50\ \xdd\x4a\xcd\xf6\x4d\x94\x34\x1b\xc8\x8a\x8b\x25\xc6\xac\xa2\xa3\ \x7c\x2f\x75\xad\xad\xd4\xdb\xda\xe9\x6b\x39\x46\x8d\x2f\x9a\xbb\ \x9f\x78\x82\xc9\x81\x3d\x3c\xf9\xd6\xfe\xd3\x9d\xa8\x3e\x2f\x83\ \x7d\xed\x74\xb7\x1c\x66\xfd\xfa\x12\x92\x72\x52\xf0\xda\xea\x18\ \xf2\x9a\x31\x0e\xd5\xf2\xce\x63\x4f\x50\x63\x98\xc3\xf2\x19\x27\ \x8e\xdf\x43\x69\x4d\x35\x8a\x78\x03\x8d\xa5\xdb\xf8\xd3\xb3\x1f\ \x33\xfe\xc2\x2b\x28\x4a\x31\xe0\xed\x69\xa2\xbe\xb9\x8b\x83\x9f\ \x3c\xc7\xd6\x81\x54\xce\x9b\x37\x1e\x7b\xa7\x0d\x87\x63\x80\xa6\ \xe6\x4e\xec\x03\xed\x54\x56\x0c\x92\x9b\x5b\x00\x84\x38\x70\xbc\ \x95\xd8\xf1\x45\x63\x6f\x72\xf2\x70\x07\xf5\xbd\x4a\x4c\x2a\x1f\ \x3b\xdf\xfb\x3d\xab\xda\x62\xb9\xec\xe2\x29\x54\xee\xaa\x22\x2e\ \xbd\x18\x23\x70\xec\x58\x05\x72\x6a\x21\xc9\x66\x3d\x1e\x67\x0f\ \xb5\xb5\x9d\x1c\x5b\xfb\x2a\x1b\x5a\x4c\x5c\xba\x20\x9f\x9e\xfe\ \x1e\x86\xdd\x7d\x34\x35\x77\xe0\xf6\x81\x02\x37\xb5\x55\x36\x5a\ \x4b\x37\xf0\xca\xba\x3a\x16\x2d\x9b\x4d\x5f\x43\x3d\x24\x4f\x65\ \x76\xb1\x95\xfa\xfa\x66\xfc\xff\x41\x4f\x72\x24\x10\xf9\x9d\x09\ \x44\x7a\x28\xf9\xfc\x43\xde\xfd\x68\x2d\x15\xbd\x5a\x2e\xb9\xfe\ \x87\xcc\x3b\x63\x02\xce\xda\xfd\xac\xd9\x74\x0c\x65\x74\x12\xb9\ \x13\x26\x31\x21\xc6\x43\x75\x4b\x80\x45\xdf\x9b\x83\xa6\xaf\x96\ \xa3\xfd\x5a\x96\x2c\x9f\x8a\xa2\xb1\x92\xda\xe1\x58\x96\x2d\x98\ \xce\xf8\x4c\x0b\xe5\x3b\x36\xb0\x75\xdf\x21\xba\xa4\x68\x26\x17\ \x66\x71\xa2\xa2\x3b\x36\x23\x0d\x7b\xfd\x5e\x56\x6d\x39\x86\x32\ \x2a\x9d\xfc\xbc\x5c\x26\x15\x16\x92\x9b\xa4\x66\xdf\xa6\x75\xec\ \xd8\x5f\x86\x47\x93\x44\xf1\xf8\x54\x74\xea\x10\xb5\x75\x75\x4c\ \xb9\xe2\x6e\x16\xe5\x9a\xb1\xdb\x6a\xa8\x1b\x8a\x65\xf1\xfc\x62\ \xb2\xf2\xc6\x61\xaf\xda\xc1\xaa\x0d\xbb\x68\xf3\x99\x38\x67\xf1\ \x72\xd2\xa4\x46\xd6\xae\xdb\xc8\xe1\xf2\x66\xa2\xc6\x15\x93\x15\ \x7b\xc2\x2e\xd5\x92\x9b\x1d\xc5\xb1\xcd\xab\xd8\xbc\xb7\x9c\x50\ \x5c\x2e\x73\xe7\xcc\xc4\x57\xb5\x8d\x75\xdb\x4b\x51\x27\xa4\x90\ \x53\x58\x4c\x86\xaa\x97\x0e\x6f\x02\xcb\xe7\x4c\xc4\xdf\x5a\x47\ \x45\xaf\x85\x25\x8b\xa6\x61\x18\xbd\x05\x1c\x9d\xad\x54\x56\x54\ \x70\xac\xac\x16\xfd\xf8\x25\xdc\x7e\xcb\xc5\x44\xa9\x4d\x8c\x4b\ \xd6\x50\xb2\xf9\x33\x76\xec\x3f\x86\x5d\x15\x4f\xd1\xf8\xf4\xb1\ \x00\x68\x5c\xb2\x95\xbe\xea\x1d\xac\xdb\x5d\x81\x36\x29\x97\xf1\ \x13\x0a\x89\x72\xd5\xf0\xd6\x9b\xef\xb2\xe3\x68\x3b\x93\x2f\xbc\ \x81\xf3\x66\x17\x93\x9d\xa4\xa5\x64\xf3\x3a\xb6\xed\x2b\xc5\x29\ \x5a\x99\x5a\x30\x8e\xf4\x64\x35\x7b\x36\xac\xa6\xa4\xc9\x43\x7a\ \x7a\x0e\x13\x8a\x27\x93\x73\xc2\xdc\xd4\x98\xd0\xfa\x9a\xd9\xf4\ \xf9\x16\xda\x42\x66\xce\x5a\xb0\x8c\x04\x47\x39\x9f\xae\x5a\x4f\ \xa3\x3f\x85\x9b\x6e\xbf\x8d\xa2\xb8\x93\xf7\xda\x60\x73\x03\xe5\ \xe5\xe5\x94\x55\x36\x93\x3c\xfb\x32\x6e\xbb\x66\x3e\x7a\x6d\x22\ \xf1\x74\xb3\x7e\xd5\x3a\xba\x42\x3a\xd2\xf3\xc6\x31\xb1\x68\x12\ \xc5\x45\x59\x0c\x1c\xdf\xc6\xaa\x0d\xbb\xe9\x27\x86\x14\xbd\x07\ \xbb\x94\xc8\xd2\xd9\xc5\x8c\x4b\xc4\x25\x41\x5e\x00\x00\x20\x00\ \x49\x44\x41\x54\xd1\x51\xb2\xbb\x92\x71\x67\xce\xc4\x3c\x7a\x92\ \x49\x49\x06\xca\x77\xad\x63\x77\x6d\x3f\xd6\xf4\x09\x14\x4d\x29\ \xc0\xd7\x78\x98\x8d\x7b\x4a\x69\x6d\x6d\x86\xb4\xd9\xdc\x73\xfb\ \x55\x24\x8e\xf5\x0b\xf3\xd3\x6d\xab\xa2\xb2\xb4\x9c\x0a\xdb\x00\ \x33\x2e\xbe\x85\xeb\x16\x4e\xc0\x10\x13\x8f\xc9\x53\xc7\xa7\xab\ \x36\x60\x73\xc7\xf3\xc3\x3b\x6f\x63\x42\xac\x06\xbd\x41\x47\xd5\ \xae\x4d\xec\x39\xde\x4b\x72\x7a\x1c\xdd\x03\x01\xa6\x2f\x5e\x48\ \x92\xbe\x93\x23\x65\x4d\x4c\x5a\xb4\x94\xac\xa8\x91\x73\x1d\xb6\ \xed\xe4\xfd\xf5\x25\xf4\x76\x37\xd1\x4b\x06\x3f\xfa\xc9\x1d\x14\ \xc6\xfa\x28\x39\x5c\x4b\xc6\xd9\xe7\x32\x3e\x21\x4c\x45\xe9\x61\ \x62\x27\x9f\xc3\xd4\xc2\x49\x58\xfc\x4d\xac\x5e\xb1\x86\x3a\x97\ \x85\xab\x6f\xbf\x83\x49\xf1\x26\xa2\xb5\x32\x65\xdb\x36\x70\xa0\ \xb6\x9f\x09\x67\x2f\x66\x5a\xaa\x92\xad\x9f\x7e\xca\xbe\xea\x7e\ \xe6\x5c\x7d\x17\x97\xcf\x32\xb3\xfe\xcd\xd7\xf8\x70\xf5\x26\xda\ \xc3\x19\xdc\xf8\x83\x2b\xc9\xb0\x7c\x79\xf9\xa8\x48\x37\xf6\xff\ \x63\x44\xba\xb1\x47\x10\xc1\xbf\x0a\x27\x7f\x7f\xf0\x3e\xdc\x67\ \xff\x8c\x3b\x97\xe4\x7f\xa5\x7b\xde\xff\xf2\x2f\xf9\xc4\x3d\x9f\ \xc7\xef\x5d\xfa\x1f\x3b\x3a\xff\xee\x32\xf6\x88\x7b\x24\x82\x08\ \x22\xf8\x27\x3d\x6d\x6e\x94\xe6\x3c\xa6\x8e\x4b\xf9\x8a\x77\x1c\ \xc4\xae\x48\x64\xca\xf4\xc2\xef\xf4\xf0\x47\xb2\x47\x22\x88\x20\ \x82\x7f\x0e\x9a\x44\xae\xbf\xff\xfe\xaf\x61\xc7\x2a\x96\xdd\x74\ \xcf\x77\x7e\xf8\x23\x96\x76\x04\x5f\xce\xc6\xe9\x2a\xe5\x83\x77\ \x56\xd1\xff\x3f\x56\x54\x87\xe8\x6a\xae\xa5\x75\xc0\x7b\xda\xd2\ \x40\x4f\x15\xef\xbe\xb9\x86\x5e\x6f\x64\x1c\x23\x88\x20\x42\xda\ \x11\x7c\x25\xb0\x1d\xde\xc9\xd6\xe3\x43\xe8\xff\xc7\x77\x33\x17\ \xdb\x56\xbc\xc2\xc6\xca\xde\xd3\x96\xb6\x54\x6c\x63\x53\x55\x17\ \x2a\x5d\x64\x1c\x23\x88\xe0\x5f\x45\xc4\x3d\xf2\x1d\x44\xc0\xde\ \x43\x65\x75\x03\x6e\xb4\x64\xe4\x4c\x20\xcd\xaa\xa6\xa3\xbe\x1a\ \x5b\xe7\x00\x9a\x98\x4c\x8a\x27\x64\xa2\x55\x02\x84\x19\xee\x68\ \xa0\xa9\xb3\x93\x6d\x7b\xaa\xc8\x98\x79\xcb\x68\x1e\x71\x98\xbe\ \xb6\x06\x1c\xea\x44\x72\x12\x4c\x84\x3c\x83\xd4\xb7\x3b\x49\x4f\ \x36\x53\xb4\xe8\x46\xd2\x0b\x46\xba\x58\x0f\x75\x34\xd0\xd4\xde\ \xc9\xde\xed\xe5\xe4\x16\xdf\x48\x34\xe0\xe8\x69\xa4\xa2\xa6\x1d\ \x43\x72\x3e\xc5\xb9\x89\x08\x80\xbb\xaf\x89\xb2\xea\x16\x54\x71\ \x39\x4c\x9a\x90\x86\x5a\x00\x57\x6f\x0b\xe5\xd5\x36\x24\x7d\x2c\ \x05\xc5\x45\xc4\x68\x22\x9a\x8c\x11\x44\x00\xa0\xfc\x67\x35\xa5\ \xc7\x52\xe4\xc2\x61\xc2\x30\x9a\x55\x21\x10\x0c\x85\x20\x3c\xf2\ \xb9\x52\xa9\x04\x41\x18\xc9\xca\x08\x87\x51\x28\x14\x08\xa2\x80\ \x24\xc9\x88\x82\x80\x24\x8d\x14\x01\x0b\xa2\x80\x28\x88\x88\xa2\ \x48\x38\x0c\x4a\xa5\x02\x49\x92\xc7\xd2\xe8\x44\x51\x44\x96\x65\ \x64\x59\x3e\x2d\x12\x2b\xcb\x32\xa1\x50\x08\x59\x96\x51\xa9\x54\ \x84\xc3\x61\xe4\xb0\x8c\x52\xa1\x40\x96\xc3\x08\x02\x48\xd2\xc8\ \x77\x22\x38\x1d\x7d\x95\x1b\xf9\xeb\xcb\xeb\x50\xc4\x5b\x69\x38\ \x78\x88\xf1\xd7\xff\x95\x5f\xcd\xac\xe6\x77\x7f\xf8\x98\xb4\x09\ \x79\x34\x97\xbd\xc4\xa4\x1f\x3c\xcc\x9d\x8b\xf2\x38\xba\xfa\x45\ \xde\xd8\x54\x4b\x62\xa2\x81\x23\xc7\x86\xf8\xc1\x75\x99\x63\xdb\ \xd9\xfd\xe1\xb3\xec\x8c\xba\x82\xa7\x6f\x3e\x8b\xfa\x2d\xaf\xf0\ \xd4\x91\x44\xee\x3e\x57\xcf\x93\xef\xb6\xf3\xe4\xd3\x13\xa9\x58\ \xff\x12\x2f\xad\xab\x26\x21\xc5\xc8\xa1\x52\x2f\x3f\xbc\xb2\x88\ \xe1\x8a\x55\x3c\xf4\xdc\x56\xac\xe9\xb1\xd8\x1a\x3f\xe4\xb2\x07\ \x9e\x66\x41\x68\x17\xbf\x7b\x7a\x05\x9a\x84\x64\x7a\x6d\x6f\x70\ \xc6\x2d\x8f\xf2\x83\xbc\x21\x9e\xf9\xd3\x2b\x84\x12\xd2\xd1\x6b\ \x62\x88\xcf\x9f\x18\x21\xed\x08\x22\x38\x41\xda\x7a\xbd\x01\xa5\ \x52\x41\x58\x0e\x23\x85\x47\x08\x5c\x14\x44\x10\x40\x18\xf9\x85\ \x2c\xcb\x08\x80\x1c\x0e\xe3\x74\x38\x61\x34\xfd\x4d\xa9\x54\x12\ \xf0\xfb\xf1\xf9\x7c\xc4\x5b\xad\x88\x0a\x11\xa7\xc3\x49\x67\x47\ \x07\xa1\x50\x08\xad\x4e\x87\x80\xc0\xf0\xf0\x10\xc1\x60\x10\xb3\ \xd9\x82\xdf\xef\xc3\x64\x32\x21\xc9\x32\x7e\x9f\x1f\x49\x96\xf0\ \x78\x3c\x28\x14\x8a\xd1\xfc\x67\x3d\x1a\x8d\x06\x8f\xc7\x83\xd7\ \xeb\x45\xa7\xd3\xa2\x56\x6b\x08\x06\x83\xa3\x64\x1f\xc6\x68\x34\ \x11\x1f\x1f\x8f\xc1\x60\xa0\xb1\xd1\x86\x5a\xad\x42\xa7\xd5\xd1\ \xdd\xdd\x8d\xde\x60\x40\x0a\x49\x98\xcc\x26\x12\x13\x13\x22\x8d\ \x0e\x4e\x85\xb3\x86\x67\x9e\xfe\x90\x8c\xef\x3f\xc4\x2d\xf3\x35\ \x3c\xf6\xb3\x4e\x32\x8b\x12\xa9\xdd\xf1\x26\xfa\xf1\x17\xf1\xc0\ \xcf\x2f\x64\xef\x5b\x0f\xf2\x6e\x4d\x2b\x7d\x49\x36\x5e\x5a\x5b\ \xcf\x8d\x8f\x3c\xc1\x74\xf1\x08\x3f\xeb\x5c\x4b\x7a\x52\xec\xe8\ \x86\x04\x62\x63\x62\x51\x7a\x42\xc0\x00\x9f\x6d\x6f\x61\xe9\x8d\ \xb7\x10\xac\xfe\x0b\x29\x45\xf3\x91\x6d\x5b\x78\xe6\xa3\x6a\xae\ \x7d\xf8\x31\xce\x89\x3a\xc2\xbd\x7d\x9f\x91\x1e\xdb\xcb\xf3\x8f\ \xae\x67\xd6\xad\x7f\xe6\xaa\x29\x1e\x7e\x73\xeb\xaf\xe8\xe9\x2c\ \xe7\x8d\xb5\xef\x13\xb7\xf4\xa7\xdc\x7f\xfe\x04\xf6\xbf\xf3\x1b\ \xde\x3c\x52\xc5\xf7\x54\x4e\x2a\xba\x14\xdc\xff\xf3\xbb\x98\x92\ \xa8\x8e\x5c\xb7\x08\x22\x38\x95\xb4\x75\x2a\x0d\x16\x8b\x05\xb5\ \x4e\x8b\x3f\x18\x40\x54\x28\x50\xab\x54\x08\xa3\x96\xb2\x30\x6a\ \x19\x0b\x82\x40\x30\x18\xa4\xab\xab\x94\x8e\xce\x6e\xf4\x7a\x03\ \x02\x12\x5a\x9d\x96\xaa\xca\x4a\x7e\x70\xc3\x0d\x78\x5c\x2e\xca\ \x6d\x65\x94\x94\x1c\x24\x14\x0a\xa1\x52\x69\x08\xcb\x61\x4a\xcb\ \x4a\xb1\x0f\xdb\xc9\xcb\xcb\x23\x24\x85\x28\x2a\x2a\x22\x3b\x3b\ \x9b\xfa\xfa\x7a\x76\xed\xda\xc5\xd0\xf0\x10\x1e\xbf\x87\x23\x47\ \x4a\xc9\xcb\xcd\xc1\x6a\xb5\xd2\xdd\xdd\x4d\xa3\xad\x99\xa8\x28\ \x33\x99\x19\x19\x38\x1c\x0e\x86\x87\x87\x09\x87\x25\x0a\x0a\x0a\ \x99\x34\x69\x32\xd1\xd1\xd1\x1c\x3c\x70\x08\xa3\xd1\x88\xd5\x6a\ \xc5\xef\x0f\xa2\x52\x29\x31\x9b\xa3\x29\x2a\x2a\x24\x25\x25\x39\ \x42\xda\xa7\xa0\xe3\xe8\x56\xfa\x63\x26\x71\xff\xfc\x0c\xb0\xed\ \xa4\xcb\x19\xc3\x15\x99\x02\xdb\xdf\x19\x24\x6d\xf6\x14\x40\xa6\ \x7f\xd0\x41\x76\x96\x81\x23\xfb\xd7\x11\x3b\xf7\x4a\x66\x25\x29\ \x69\xdb\x71\x10\xbf\x35\x9d\x8c\xd8\x93\xdb\x4a\x88\x32\xa3\x18\ \xf4\x50\xbd\x79\x05\xad\x51\x67\x70\xd7\x24\x33\xef\xbd\x3f\xcc\ \xb8\xa5\xb9\xd4\xef\x7a\x9e\x84\x73\x2e\xe0\x9c\x0c\x35\x3d\x5b\ \x4b\x09\x5b\xf2\xb0\x0e\x94\x50\xda\x33\x80\x7f\xcb\x1b\xfc\xee\ \xc3\x4e\x0c\xb3\xae\x65\xb1\xb9\x97\xc7\x07\x93\xb9\x67\xe1\x04\ \x40\x66\x78\xd0\x4e\x4c\x94\x91\xc4\xe9\xf3\xb9\xed\xe2\x56\x5e\ \x7e\xe8\x7e\x16\xde\xfc\x33\x2e\x9b\x91\x16\xb9\x78\x11\x44\x70\ \x82\xb4\x11\x40\xad\xd1\x10\x08\x06\x46\x5c\x1d\xa3\x55\x3c\xe1\ \x70\xf8\x0b\x6e\x09\x49\x92\x50\x2a\x55\xf4\xf5\xf5\x23\xd2\x4f\ \xce\xb8\x6c\xa4\x60\x90\xf2\xb2\x32\x8e\x1d\x3b\x86\x4a\x21\xa0\ \xd7\xeb\xc8\xcc\xcc\x44\x10\x04\x36\x6f\xde\x82\x4a\xa5\x66\xda\ \xb4\x69\x34\xda\x1a\x09\x84\x82\x98\x8c\x06\x82\xa1\x11\x95\xf2\ \xa2\xe2\x22\x8e\x1c\x3e\x42\x72\x4a\x32\xf5\x8d\xf5\xe8\xb4\xea\ \x31\x97\xc8\x09\xe2\xd6\x6a\x34\x64\x64\x64\x30\x34\x34\x34\x4a\ \xc0\x32\x43\x43\x43\x54\x56\x56\xe2\xf3\xf9\x50\x29\xd5\x63\xdd\ \xd5\x17\x2c\x58\x84\xc3\xe1\x40\xa5\xd2\x60\x30\x18\xbe\x53\x4d\ \x7b\xbf\x0c\x82\x1e\x0f\x3e\x9f\x80\x0c\x1c\x2d\xd9\x4d\x7f\x54\ \x21\x89\x81\x76\x1a\x06\x43\xcc\x2f\x4a\x81\x60\x17\x35\xb5\x7e\ \x26\x2d\xce\x40\x6e\x77\xe0\x95\x3c\x40\x90\xdd\xdb\x2b\x89\x49\ \xfc\x3e\xa7\xca\x34\x27\x65\x24\xe1\x5c\xfd\x11\xcf\xb4\x58\xb9\ \xfc\xde\x47\x51\xfb\x6b\x29\xb7\x8b\x5c\x54\x90\x8a\xbf\xcc\x8e\ \x47\x15\x02\x24\xb6\xef\x39\x8e\x32\xe5\x47\x98\x42\x65\xa8\x8d\ \xe9\xcc\x5b\x72\x1e\x59\x26\x0d\xf1\x99\xe9\x50\xb9\x06\xb7\xdb\ \x87\x2f\x08\x83\x95\x9f\xb3\xe6\x50\x80\xcb\x1e\x2c\x20\xe0\x0d\ \x71\xce\x15\xf7\xe2\x68\xfb\x09\x9f\x6e\xde\xcf\xd4\x28\x17\x61\ \x4b\x2a\x39\xf1\xa6\xc8\x45\x8c\x20\x42\xda\x5a\x8d\x16\xa7\xd3\ \x81\xd6\x60\x40\xa1\x54\x20\x08\xc2\x69\xfe\x62\x60\xd4\xe7\x1c\ \x26\x14\x0a\x11\x1b\x1b\xcd\xd4\xc9\xc5\xb8\xdc\x2e\x12\x93\x92\ \x38\x72\xf8\x10\x3a\x9d\x96\x66\x5b\x23\xb9\xb9\xe3\x88\x8a\xb2\ \x10\x1f\x1f\x87\x46\xad\x65\x62\x61\x11\x4d\x4d\x4d\xd8\x87\x86\ \x71\x0c\x8d\x94\x7e\x0b\x26\x13\x75\xd5\xb5\x98\x8d\x66\x66\xcd\ \x9a\x45\x94\x25\x0a\x9d\x5e\x87\x4e\xa7\x43\xaf\xd7\xe3\xf1\x78\ \x88\x8a\x8a\xc2\xeb\xf5\x22\x49\x12\x1a\x8d\x06\xbd\x5e\x8f\xd7\ \xeb\x1d\x2d\x25\x17\xf1\xfb\xfd\xb4\xb5\xb5\xa1\xd3\xe9\x88\xb7\ \x26\x90\x9e\x9e\x81\x52\xa9\x22\x14\x0a\x71\xcd\x35\xd7\xe0\xf1\ \xf8\xf0\xf9\x3c\x63\xbe\xf3\x08\x46\x90\x3e\xfb\x5c\xf2\xb6\xfc\ \x85\x9f\xdf\xf5\x5f\x24\xeb\x5c\xa4\x65\xce\x64\xc8\xd6\x88\x4f\ \x95\xc3\xc4\x64\x05\x81\x2e\x1b\x1d\xca\x04\xce\xcb\x4c\x26\x6d\ \xc1\x72\x3e\x7f\xec\x0d\xee\x6d\xda\x8a\x2a\xa0\x23\xad\xe8\x74\ \xc2\xb4\x64\xa5\x13\xf4\xf6\x93\x71\xee\xdd\x2c\xc8\xd6\xe0\x2a\ \xaf\x40\x36\xa6\x90\x9f\x20\xa2\x5e\x7a\x3e\x2b\x1f\x7b\x87\x7b\ \x7e\xb1\x1f\x5d\x50\x41\xd2\x44\x35\x96\x29\xe7\xb2\x64\x42\x05\ \x2b\x5e\x7d\x0e\x83\x3e\x9e\x73\x6f\xbc\x85\xf9\x45\x67\xb3\xb0\ \x78\x07\x4f\xdc\x7f\x07\x06\x8d\x96\xb9\xb7\xfd\x8c\x79\x19\x4e\ \x5e\x7e\xf4\x11\xea\xdc\x61\x24\x45\x22\xd7\x5d\x33\x9e\x35\x4f\ \xfd\x0e\xf9\xa2\x87\xb9\x6f\x49\x84\xb4\x23\x88\x40\xa8\xad\xac\ \x0a\x27\x27\x27\x23\x0b\x02\x2a\xb5\x6a\x8c\xa0\x05\x41\x18\x09\ \x20\x8e\xfe\x0d\x87\xc3\x04\x02\x01\x7c\x3e\x3f\x55\x55\xd5\x28\ \x95\x4a\x14\x0a\x91\xc6\x86\x06\x6a\xab\xab\x08\x05\xfd\xc4\xc7\ \x27\xa0\xd3\x69\xf0\xb8\xdd\x44\x47\x47\x13\x1b\x63\xa5\xae\xae\ \x9e\xae\xce\x6e\x2a\x2a\xcb\x11\x05\x11\xad\x4e\x8b\xd5\x1a\x4f\ \x7a\x7a\x1a\xd9\xd9\xd9\x6c\xde\xbc\x99\xc6\x26\x1b\xbe\x80\x8f\ \x8a\xaa\x4a\xb4\x1a\x2d\x79\x79\x79\xf4\xf7\xf7\xd3\xde\xde\x4e\ \x56\x56\x16\x49\x49\x49\x63\x44\xad\x56\x2b\x51\x28\x94\x04\x02\ \x41\x66\xce\x9c\x49\x7d\x5d\x03\xe9\xe9\x19\xb8\xdd\x1e\x52\x52\ \x52\x59\xb8\x70\x21\x05\x05\x23\x15\x53\xca\xff\x47\xc7\x8c\xef\ \x7a\x19\xfb\x48\x9b\x25\x1f\x7a\x93\x05\xb5\x02\xc2\x61\x99\xa0\ \x24\xa0\xd3\xaa\x08\x4b\x01\xbc\xc1\x30\x3a\xad\x66\x44\x3c\xdf\ \x6d\xc7\xe9\x0b\x63\xb6\x18\x11\x10\x50\x29\x4f\xd5\x69\x91\xf1\ \xfb\x03\x28\xd4\x23\xfd\xf8\xe4\xa0\x9f\x80\x24\xa2\xd5\x8e\x0c\ \xba\xdf\xed\x18\x5d\xd7\x80\x88\x80\x52\xa9\x40\x96\xfc\xd8\x87\ \x1d\x48\x82\x1a\xb3\xd9\x3c\xd2\x33\x52\xf2\x33\x34\xe4\x40\xd0\ \x9a\x89\x32\x6a\x20\x2c\xe1\x72\x3a\xf0\xfa\x42\x68\x4d\x16\x4c\ \x3a\x15\x7e\xaf\x17\x51\xad\x43\xa5\x88\x04\x23\x23\xf8\xcf\xc7\ \xbf\xbd\x1b\x7b\x5f\x5f\x1f\x59\x59\xd9\xa0\x10\x11\x44\x61\x2c\ \x5b\x43\xa1\x50\x20\x8a\xe2\x98\x3f\x3b\x1c\x0e\xa3\x52\xa9\xf0\ \x7a\x7d\x0c\xf4\xf7\xb3\x6f\xef\x5e\xd2\xd2\x52\x71\xd8\x87\x69\ \x69\xb2\xe1\xf5\xf9\x70\xbb\x9c\xc4\xc6\xc6\x62\x34\x1a\x39\x76\ \xec\x18\x59\x99\x39\x84\x65\x89\xa1\xe1\x7e\xac\xd6\x58\x52\x53\ \xd3\xa8\xaf\xaf\xa7\xad\xad\x85\xc1\xc1\x7e\x24\x29\x44\x6c\x6c\ \x0c\x8d\x8d\x0d\x0c\x0c\x0c\x20\x4b\x32\x4a\xa5\x92\x70\x38\x8c\ \x28\x8a\x84\x42\x21\xe2\xe3\xe3\xc7\x5c\x35\x00\xa1\x50\x88\x70\ \x18\x62\x62\x62\x68\x68\x68\x20\x1c\x0e\x13\x0c\x06\xb1\x58\x2c\ \x2c\x58\xb0\x80\xc4\xc4\x04\x8e\x1d\x2b\xc5\x68\xd4\x53\x54\x3c\ \x81\x50\x28\x62\x6d\x9f\x0a\x85\xda\x40\x6c\xdc\xe9\x13\xcb\x89\ \xc9\x4d\x50\xa8\xd1\x9f\xc2\xcb\x1a\x83\x05\xcd\x7f\x3b\x07\x89\ \x68\x34\x27\xd5\xfd\x44\x95\x06\xad\xea\xd4\x75\xcd\x5f\x58\x57\ \x54\x68\x88\x8e\xb5\xfe\xc3\x01\x69\x88\x8e\x3b\x65\x99\xa0\xc0\ \x68\x8e\xc6\x68\x3e\x65\x5b\x3a\x7d\xe4\xc2\x45\x10\xc1\x89\xe7\ \x55\x21\x8a\xc8\xb2\x84\x1c\x96\x91\xe4\x11\x82\x53\x2a\x95\x88\ \xa2\x78\x9a\x4a\x55\x20\x10\x60\x70\x70\x90\x60\x20\x48\x42\xbc\ \x15\x83\x41\x4f\xc0\xe7\x85\xb0\x8c\x4a\xad\xa2\xbd\xbd\x05\x8f\ \xc7\x85\xd3\xe1\x40\xaf\xd5\xd0\xd2\xd2\xc6\x60\xef\x00\x31\x31\ \xb1\x68\x94\x6a\xdc\x0e\x17\x6d\xcd\x2d\xa4\xa7\xa4\x52\x5f\x5f\ \x4f\xc0\xeb\xa3\xa6\xb2\x8a\x9c\x9c\x71\xa4\xa4\xa6\x32\xe4\xb4\ \x23\x08\x02\x4a\xa5\x12\xad\x56\xcb\xf0\xf0\x30\x0a\x85\x02\x8f\ \xc7\x43\x52\x52\xd2\x58\x40\x54\x14\x15\x98\x4c\x26\x0c\xa3\x16\ \xad\xc3\xee\xc2\x6a\xb5\xb2\x6c\xd9\x32\x16\x2d\x5a\xc2\xc1\x83\ \x07\xa9\xaf\xaf\x23\x3b\x3b\x1b\x41\x10\x81\x08\x69\x47\x10\x41\ \x04\xdf\x22\xd2\x96\x24\x89\xce\xce\x4e\x54\x5a\x0d\x3a\xbd\x1e\ \xbd\x5e\x8f\x52\xa9\x44\x92\xa4\xd1\x0c\x90\x11\x5f\xb1\xd3\xe9\ \xa4\xb5\xb5\x95\x8a\xf2\x72\x5a\x9a\x9a\x39\x74\xa8\x04\xbd\x4e\ \x47\x5c\x6c\x0c\xbd\x7d\x3d\xc8\x72\x18\x93\xc1\x40\xd0\xef\x47\ \xd4\xeb\x50\x2a\x44\x86\x86\x07\x51\x6b\xd4\x58\xad\x56\xda\xda\ \x5b\x51\x28\x14\x98\x7d\x46\x04\x11\xec\x8e\x61\x32\x33\xd3\xe9\ \xef\xef\xc1\xe7\xf3\x92\x91\x91\x49\xa3\xcd\x46\x20\x10\xc0\x60\ \x30\x8c\xf9\xb3\x43\xa1\x10\x3a\x9d\x0e\x95\x4a\x85\xc7\xe3\x21\ \x3f\x3f\x8f\xa9\x53\xa7\xe2\x74\xba\xc8\xca\xca\xa2\xfc\x78\x25\ \xb2\x2c\x33\x38\x38\xc8\x91\x23\x47\x38\x7e\xfc\x38\x59\x59\xd9\ \xe4\xe4\xe4\x44\x7c\xda\x11\x44\x10\xc1\xb7\x8f\xb4\xc3\x08\x18\ \x0c\x06\x44\x95\x12\x95\x7a\xd4\x1f\xe9\xf7\x13\x08\x04\x50\x8f\ \x6a\x43\xbb\xdd\x6e\x14\x0a\x05\x6a\xb5\x1a\x87\xdd\x4e\x73\x93\ \x0d\xbf\xcf\x4b\x5f\x4f\x37\x6d\xad\xcd\xc8\xb2\x84\x41\xaf\x47\ \x0a\x04\x08\xca\x32\xb2\x14\x42\x96\x43\xf8\x7d\x7e\x7c\x3e\x2f\ \xed\x6d\xad\x48\x52\x10\x85\x42\xa4\xa3\xb3\x83\x40\xc0\x8f\x5a\ \xad\xa2\xa5\xa5\x79\x64\x3f\x3a\x1d\x4a\x95\x9a\xe8\xe8\x68\xec\ \x76\x3b\x43\x43\x43\x88\xa2\x88\x46\xa3\x21\x2b\x2b\x8b\xc2\xc2\ \xc2\x91\x89\x65\x94\xb8\x9d\x4e\x27\x06\x83\x91\xe8\xe8\x68\x32\ \x33\x33\xf0\x7a\x7d\x74\x77\x77\xd3\xd6\xd6\x81\x46\xa3\x66\xf7\ \xee\x5d\xc8\xb2\x44\x4a\xea\x59\x04\x02\x91\x94\xbf\x08\x22\x88\ \xe0\xdb\x03\xb1\xa7\xbb\x1b\x51\x10\xd1\xeb\xf5\x08\x08\x63\xfe\ \x6c\xa3\xd1\x88\x4a\xa5\x42\xad\x56\x13\x13\x13\x83\x20\x08\xd4\ \xd7\xd7\xd3\xdb\xdb\x8b\xd5\x1a\xc7\x92\x25\x4b\x98\x38\xb1\x00\ \x85\x42\xc4\xe9\x74\x22\x02\xc1\x50\x10\x59\x96\xe8\xe8\x6c\xc7\ \xe9\x74\x12\x0a\x06\xe9\xee\xec\xc6\x61\x77\x20\x05\x25\x1c\x43\ \xc3\xb8\x9d\x2e\x44\x41\x24\xe4\x0f\xe0\x72\xba\x98\x39\x63\x26\ \xd1\xd1\xd1\x34\x35\x35\xe1\xf1\x7a\x51\xa9\x54\x04\x02\x81\xb1\ \x49\x43\xa9\x54\x62\xb3\xd9\x68\x69\x69\x41\x14\x45\x4c\x26\x23\ \x13\x27\x4e\x44\xad\x56\x93\x94\x94\x84\x42\xa1\x20\x31\x31\x91\ \x40\x20\x80\xd3\xe9\x64\x70\x70\x08\xaf\xd7\x4b\x6f\x6f\xef\xa8\ \x7b\x24\x82\x08\x22\x88\xe0\x5b\x64\x69\xeb\xf5\x7a\x8c\x16\x33\ \x61\x01\xe4\x90\x04\x48\x28\x15\x0a\x14\x0a\x05\xb2\x2c\x13\x0e\ \x87\x71\xbb\xdc\xd4\xd6\xd4\x62\xb3\xd9\x50\xa9\x94\x98\x0c\x31\ \x4c\x9c\x58\x88\xdd\x3e\x44\x7b\x6b\x1b\x0e\x86\x30\x99\x4c\x08\ \x8c\xf8\xbe\x35\x6a\x2d\x5a\xad\x06\x49\x0a\x23\x85\x24\xbc\x1e\ \x0f\x46\xb3\x09\x49\xa3\x26\x14\x0a\x11\x0a\x06\xd0\x68\x35\xa8\ \xd5\x6a\x5a\x5a\x9a\xe9\xee\xef\x47\xa3\xd5\x8c\xb8\x43\x82\x41\ \x54\x2a\x15\x7e\xbf\x9f\xf4\xf4\x74\xa2\xa2\xa3\xd0\x68\x34\x74\ \x76\x76\x22\x08\x02\x81\x40\x00\x8f\xc7\x83\x4a\xa5\x42\xa3\xd1\ \x8e\x95\xab\xd7\xd4\xd4\x50\x58\x58\x84\x24\x49\x4c\x9b\x36\x9d\ \x39\x73\x66\x13\x0c\x06\x23\x57\x38\x82\xaf\x0d\x76\xfb\x10\xdd\ \x9d\x9d\x48\x52\x44\x4e\xe1\xdb\x82\x70\x38\x8c\x46\xa3\x25\x35\ \x2d\x03\xad\xee\xeb\x51\x40\x53\xaa\x94\x4a\x54\x0a\x25\x76\x8f\ \x1b\xb5\x46\x8b\x2c\x49\x04\x43\x32\x2a\x35\x10\x1e\xf9\x69\x6b\ \x69\x61\xb0\xaf\x17\x85\x2c\x23\x86\x65\x44\x59\xe2\xf8\xd1\x23\ \xf4\x74\x74\x10\x65\x36\xd1\xd5\x25\xd2\xd9\xdd\x4d\x5c\x9c\x15\ \x8d\x46\x8d\xa0\x54\xe3\x0d\x48\xc8\x72\x88\xe8\x28\x0b\x6e\xb7\ \x9b\xb0\x28\xe3\xf6\xb9\xc7\x52\x07\xe3\x13\x12\xd0\x6a\x34\xd8\ \x9a\x6d\x98\xa2\xa2\x31\x19\xcd\x28\x04\x05\x4e\x8f\x93\x9e\x9e\ \x3e\x82\x81\x10\x26\xa3\x99\x84\xf8\x24\xec\xc3\x76\x74\x5a\x03\ \x82\xa0\x60\x68\xc8\xc9\xee\xdd\xfb\x48\x4a\x4c\xa6\xa2\xbc\x1a\ \xaf\xd7\x8f\xcb\xe5\x21\x3f\x7f\x3c\x92\x24\x91\x9d\x9d\x8d\xd1\ \x68\x22\x1c\x8e\xb8\x45\x22\xf8\xfa\x30\x3c\x38\x40\x75\x55\x25\ \xd1\xd1\xd1\xa8\xd5\x9a\xc8\x80\x7c\x8b\xe0\x76\xbb\xa9\xaa\x3c\ \x4e\xf1\xe4\x69\x23\x3a\x4b\x5f\x35\x69\xf7\xf5\xf6\x32\x3c\x34\ \x84\xca\x68\x46\xa3\xd3\x22\x05\x43\x84\xe5\x91\xfc\xe4\x50\x28\ \x88\x14\xf4\xe0\x73\xbb\xf1\xb9\xdc\x24\x27\x24\x50\x5b\xdd\x4f\ \x67\x6f\x17\x2e\x97\x8b\x50\x48\x46\xab\xd5\x62\x34\xea\x71\x7b\ \x7d\x84\x05\x11\xa7\xdb\x8b\x5e\x6f\x00\xc2\x18\x8c\x46\x10\x05\ \xb4\x7a\x2d\x0a\xa5\x12\x41\x21\x12\x65\xb1\xd0\xd3\xd3\x43\x9c\ \x35\x8e\xb6\xb6\x36\x14\x6a\x25\x2e\x8f\x1b\x87\xc3\x8b\x4a\xa5\ \x26\x18\x94\x68\x6f\x6b\xc7\x62\x89\xc2\x6a\x8d\x87\x30\x58\x2c\ \x16\xe6\xce\x9d\xcb\xa1\x43\x87\x48\x4c\x48\xe2\xdc\xe5\xe7\xb3\ \x6b\xd7\x2e\x3e\xff\xfc\x73\x12\x13\x13\xc9\xce\xce\x26\x31\x31\ \x89\xc4\xc4\x44\x8a\x8b\x8b\xf1\xf9\x7c\xb8\x3d\xae\x48\x45\x64\ \x04\x5f\x1b\x5a\x9a\x9b\x88\x4f\x48\x20\x27\x37\x3f\x32\x18\xdf\ \x42\x54\x55\x1c\xa7\xaf\xb7\x87\xa4\xe4\x94\xaf\x7c\xdf\xa2\xdb\ \xed\xa6\xa5\xb9\x19\xb7\xdb\x4d\x28\x24\xa1\x54\x2a\x50\xa9\x54\ \xc8\x72\x08\x95\x42\xa4\xbf\xb7\x8f\xe1\xa1\x41\x0a\x0b\x0a\x70\ \xbb\x5c\xd8\x1d\x76\xc2\xe1\x30\x92\x24\x21\xc9\x32\x08\x02\x5a\ \xad\x0e\x9f\xcf\x87\xc7\xe3\xc6\xef\xf7\xe3\xf7\xfb\x00\x01\x87\ \xc3\x4e\x6f\x6f\x2f\x7d\x7d\xfd\xf8\x7d\xfe\x31\x35\xbf\x50\x28\ \x44\x4b\x4b\x0b\xf1\xf1\xf1\xe8\x74\x7a\x7c\x5e\x1f\x3d\x3d\x3d\ \xb4\xb7\xb7\xa3\xd1\x8c\x94\xb2\x3b\x9c\x0e\x94\x4a\x25\x2a\x95\ \x8a\xc2\xc2\x42\x94\x4a\x25\x82\x20\xe0\xf5\xfa\x08\x87\xc3\xc4\ \xc7\xc7\x8f\xa5\x04\xca\xb2\x8c\x4e\xa7\x23\x37\x37\x97\xbe\xbe\ \x3e\x12\x13\x13\x23\x65\xec\x11\x7c\xad\x08\x86\x82\xe8\xf4\x91\ \xfc\xf2\x6f\x2b\x34\x1a\x0d\xc1\x60\xe0\x6b\xd9\xb7\x58\x5e\x76\ \x1c\x9f\xdf\x8f\xc7\xeb\xc2\xef\xf5\x8e\xb8\x44\x64\x99\x50\x20\ \x44\x73\x53\x23\xe5\xe5\xc7\x29\x2d\x2b\xa3\xbc\xa2\x8c\x60\x28\ \x80\x2c\x87\x09\x87\xc3\xe8\xf5\x7a\x42\xa1\x20\x6e\xb7\x1b\xbd\ \x4e\x47\x54\x54\x14\x76\xbb\x03\xb5\x5a\x8d\xd7\xeb\x23\x10\x08\ \x90\x94\x94\x4c\x28\x24\x13\x15\x15\x83\xd3\xe9\x46\x96\xc1\xe3\ \xf1\xa2\xd3\x19\x08\x87\x05\x1c\x0e\x17\x3a\x9d\x1e\xa5\x62\x84\ \x90\x47\x8a\x77\xbc\x84\x42\x21\x52\x92\x53\x28\x28\x28\x40\xa5\ \x52\x61\x30\x18\x46\xc5\xa2\xc2\xb8\x5c\x2e\x1a\x1a\x1a\x48\x4b\ \x4b\xc3\x6a\xb5\x62\xb5\x5a\xe9\xeb\xeb\x23\x3a\x3a\x9a\x60\x30\ \x48\x62\x62\x22\x9d\x9d\x9d\xf4\xf5\xf6\xfd\xbb\x2a\x92\xbe\x75\ \xb0\xf7\xb4\xd1\xd1\xeb\xfe\x5a\x8f\xc1\xd5\xdb\x42\x5d\x73\x0f\ \xff\x38\xcd\x7a\x86\xba\x69\xef\x1a\xe4\x9b\x36\xfd\x0a\x08\x10\ \xb1\x19\xbe\xbd\x10\x84\x91\x6b\xfc\x75\x90\xb6\x42\x84\xd4\xe4\ \x64\x0c\x3a\x3d\x61\x59\xc6\xef\xf3\x21\xc9\x21\x94\xaa\x91\xd2\ \x38\xa5\x28\x80\x1c\xc2\xd6\xd0\xc8\xf0\xf0\x10\x4e\x87\x03\x9f\ \xcf\x8f\x2c\xcb\x04\x02\xc1\x11\x9d\x92\x70\x18\x83\xc1\x80\xdb\ \xed\xc6\xed\x76\xe3\xf1\xb8\xb1\xdb\xed\x38\x1c\x0e\xb2\xb2\xb2\ \x46\x24\x53\xf5\x7a\xa2\xa2\xa2\xc6\x88\x57\x10\x84\x31\xad\x11\ \x41\x14\x88\x8a\x8e\x1a\xd3\xd0\x36\x9b\xcd\x44\x47\x47\x33\x30\ \x30\xc0\xde\xbd\x7b\xd9\xb9\x73\x27\xb1\xb1\xb1\x63\x16\xbe\x5e\ \xaf\x47\xa1\x50\x8c\x55\x42\x5a\xad\x56\xc2\xe1\x30\xdb\xb7\x6f\ \x67\xdd\xba\x75\xbc\xff\xfe\xfb\xe4\xe5\xe5\x22\x47\xfc\xda\xa7\ \x21\xe4\x75\xd2\xd5\xde\x42\x63\x63\x23\xad\x5d\xfd\x04\x46\xd3\ \xd8\xf7\xbe\xff\x32\xef\x6c\xb1\x7d\xa9\x6d\x84\x7d\xfd\x54\x94\ \x95\xe3\xfc\x27\x52\xe0\x2b\x36\xbf\xcd\xcf\xef\xb9\x8b\x07\x9f\ \x7a\x8b\x16\xdf\xff\xfb\x3b\x8d\x9b\xdf\xe1\xef\x2b\x0f\x7e\x61\ \x79\xfd\xc6\xbf\xf3\xf2\x8a\xbd\xdf\x6c\xfe\x93\x43\x0c\xf7\x75\ \xd2\xd4\x64\xc3\xd6\xdc\xc6\xb0\x7b\xc4\x42\x1b\xa8\xde\xcc\xa3\ \x7f\x7c\x83\x1e\xff\x17\x57\x91\x3c\xbd\x94\x55\x54\xe1\x88\x94\ \x1a\x44\xf0\x0f\x50\x8e\x1b\x37\x0e\x04\x19\x8f\xdb\x85\x4a\xad\ \x24\x18\x94\x51\xab\xf4\x84\x25\x09\x29\x38\x92\xc2\xe7\xf3\x7a\ \x71\x3b\x5d\x0c\x0e\x0e\x12\x1d\x6d\x01\x01\x1c\x8e\x11\xf7\x85\ \x80\x80\x6b\x34\x8f\x5b\x10\x84\x31\xc1\xa7\xb8\xb8\x38\xf2\xf2\ \xf2\x89\x8b\x8b\xa5\xa3\xa3\x13\x85\x52\x49\x4c\x4c\x2c\x20\xd0\ \xdd\xdd\x4d\x20\x10\xc0\x68\x34\xd2\xdd\xd3\x43\x4c\x4c\x2c\x5e\ \xbf\x34\x56\x42\x6f\xb1\x58\x90\x24\x89\xfe\xfe\x7e\x92\x92\x92\ \xe8\xe9\xe9\xa1\xb7\xb7\x17\xa5\x52\x89\xcf\xe7\x63\x70\x70\x10\ \xa3\xd1\x48\x5a\x5a\x1a\xdd\xdd\xdd\xe4\xe4\xe4\xd0\xd4\xd4\x44\ \x77\x77\x37\x5e\xaf\x97\xc5\x8b\x17\xa3\xd7\x1b\x70\x8c\x56\x59\ \x46\x30\x82\xea\x95\x4f\xf1\xc0\x8a\x2a\xc6\x17\x65\xe1\x1f\x1e\ \x42\x9f\x3e\x9b\x7b\x7f\x71\x3d\x21\x8f\x1b\xdf\x97\x4c\xb4\x09\ \x75\xee\xe3\xc5\x17\x76\x73\xcf\xb3\x8f\x63\x52\xfc\xff\x7f\x5f\ \xea\xd9\xcb\x4b\xef\xef\x63\xfe\xed\xf7\x33\x27\xdd\x84\xe5\xbf\ \x91\xc7\x96\x82\x7e\x82\x21\xe9\x0b\xb6\x8b\xe4\xf7\xe0\xf2\x06\ \xf8\x26\x5f\xc5\x50\x57\x29\xbf\xbb\xe3\x01\x86\xd3\x27\x61\x55\ \xf9\x70\xfa\x74\x5c\x74\xfb\x7d\x9c\x93\x98\xc3\x19\x33\x2c\xa7\ \x49\x07\x8c\xbd\x79\xb4\xee\xe1\x99\x57\xca\xf9\xe5\x13\x0f\x61\ \x56\x44\xee\xdd\x08\x4e\x21\xed\xc1\x81\x01\x6a\xaa\x6a\x48\xca\ \xce\x22\x36\x36\x06\xb5\x5a\x8d\x28\x82\x7d\x70\x18\xa5\x6a\x84\ \x88\x93\x53\x52\xe8\xeb\xee\xc1\xed\x76\x61\x32\x1b\xb0\x3b\x1c\ \xd8\xed\x76\x10\x14\xf8\xfc\xbe\x91\x7c\x6e\xad\x76\xd4\x17\x3e\ \xa2\x1f\xe2\x76\xbb\x47\x35\xb0\xed\x28\x14\x4a\xba\xbb\x7a\xd0\ \xeb\xf4\xe8\xf5\x06\xb4\x5a\x3d\x4a\xa5\x9a\x8a\x8a\x2a\xc2\x61\ \x09\x9d\xce\x88\xcf\xe7\x1b\x55\xf1\x13\x46\xd3\xf9\x34\x63\xca\ \x7f\xb1\xb1\xb1\xa8\xd5\x6a\x24\x49\x42\xa1\x50\x32\x63\xc6\x0c\ \x2c\x16\x0b\x81\x40\x80\xd7\x5f\x7f\x1d\xa5\x52\xc9\xbc\x79\xf3\ \x30\x99\x4c\x78\x3c\x1e\x26\x4d\x9e\x34\xd6\x30\x01\x22\xa4\x7d\ \x02\x6e\xa7\x8f\x9c\x33\xae\xe2\xcf\xbf\xbe\x08\x7c\xcd\x3c\xf4\ \x93\x07\x78\x6b\xc3\x2c\xa6\x1b\x95\x1c\x5f\xff\x1c\xbf\xaa\xd4\ \xa1\xb0\x4e\xe6\xe6\x5b\xaf\x23\xd3\xac\x60\xa0\x76\x37\xaf\xbe\ \xb5\x9a\x4e\x97\x48\xc1\xbc\x4b\xb8\xf1\xe2\x33\xd1\x68\x34\x78\ \xed\x35\x3c\xf6\xb3\xfb\xc9\xc9\x9e\xc9\x1d\x77\x5f\x4e\xeb\xb6\ \x77\x79\xf3\xb3\x12\x7c\xaa\x38\x16\x5d\xf6\x03\xce\x9b\x9e\x7a\ \x92\xb0\xdc\xbd\x0c\xba\x7a\xd8\xf1\xd1\x6b\xb4\xe6\xcd\xe4\xa6\ \x9b\x2f\xa0\x62\xf5\xcb\x7c\xb0\xa3\x0a\xd9\x90\xc2\x05\xd7\xde\ \xcc\xbc\xf1\x31\x63\xc2\x5c\x00\xde\xae\x63\xbc\xf2\xca\x7b\x34\ \x79\x34\x04\xda\xaa\x31\xce\x98\x85\x00\xf4\x55\x6c\xe5\xef\x1f\ \xac\xa7\xd3\xa3\x60\xca\xb2\x6b\xb9\x71\x49\x31\x43\x0d\x5b\x79\ \xfe\xd5\x75\xf4\x78\x55\x4c\x3f\xef\x1a\xae\x5f\x3c\x09\x01\xb0\ \xb7\x1e\xe6\xc5\x17\xde\xa7\x27\x10\x46\x56\xc4\x70\xfe\x0d\xb7\ \xb1\xb0\x30\x8e\xf6\xd2\x35\xbc\xf4\xce\x76\x1c\x92\x96\x19\xe7\ \xdf\xc0\xb5\x0b\xc6\xd3\xb8\xe3\x43\x5e\x5d\xb3\x1f\x5f\x58\x24\ \x2e\x3d\x97\x14\x83\x8f\xea\xca\x46\x14\x69\x33\xb9\xed\xf6\xeb\ \x49\xd7\x43\x5f\xd5\x76\xde\x78\xff\x33\xda\x5d\x02\xc5\x8b\xaf\ \xe6\xa6\xe5\x53\xa8\xfc\xe4\x49\xde\x6d\xcf\xe0\xbf\xee\xba\x14\ \xe3\xff\x64\x68\x07\xbc\x84\xb4\x79\xdc\xf9\xc0\x9f\x98\x62\x15\ \x38\xf8\xde\xef\x78\xe2\x85\x4f\xc9\xbd\x73\x3a\xb5\x35\x6d\x4c\ \x9b\x3f\x13\x1c\x4d\xbc\xf3\xca\x1b\x94\x34\x0d\x91\x31\xeb\x42\ \xae\x9c\x1d\x45\xa8\xf5\x18\x7f\xb9\xff\x7e\xf2\xa6\x2f\xe0\xa2\ \x33\x8c\xac\xfc\xbc\x89\xeb\xef\xbc\x9e\x44\x6f\x1d\xcf\xff\x6d\ \x0d\xb3\x6f\xfa\x19\xa9\x8d\xab\x78\xe6\xbd\xed\xd8\xc3\x26\x16\ \x5e\xf9\x63\x2e\x3c\x43\xcb\xea\x97\x5f\x66\x47\x75\x0f\xfa\xe4\ \xc9\xdc\x74\xdb\x8d\x64\x2b\xdb\x78\xff\x95\x37\x38\xd8\x30\x48\ \x4a\xf1\x3c\x6e\xbe\xe9\x42\xa2\x23\x8f\xc5\x37\x16\xa2\x48\x98\ \x40\xc0\x47\x8c\x25\x8a\x60\x28\x40\x38\x2c\x21\x4b\x12\x16\x8b\ \x19\x8b\xc9\x44\x82\xd5\x8a\x4a\xa1\xa0\xa0\x60\x02\x79\x79\xe3\ \x70\xb9\x5c\x28\x14\x8a\x91\x40\xa0\x28\x12\x0c\x06\xd1\xeb\xf5\ \xa8\xd5\x6a\xa2\xa3\xa3\x08\x04\x83\x04\x43\x23\xb9\xd6\xf6\x61\ \x27\x4a\x85\x0a\x6b\x5c\x3c\x0a\x51\x49\x74\x54\x2c\x4e\x87\x8b\ \xb0\x0c\x2a\x85\x9a\x89\x05\x45\x4c\x9b\x3a\x13\x41\x10\xc7\xca\ \xd6\x45\x71\xa4\x58\x27\x18\x0c\xa2\x54\x2a\x71\x38\x1c\x34\x37\ \x37\xe3\xf3\xf9\xb0\x58\x2c\x08\x82\x48\x47\x47\xc7\x98\xfe\x48\ \x76\x76\x36\x4b\x97\x2e\x65\xfa\xf4\xe9\x74\x74\x74\x70\xc6\x19\ \x67\xa0\xd3\xea\xb0\x35\xd9\x10\xc5\x88\x89\x72\xba\x1f\x4e\x1c\ \x1b\x93\xa0\xcb\x8e\x27\x14\x40\xa1\x56\x10\x94\x20\x75\xca\x52\ \xee\xba\xfb\x56\xe2\xba\x36\xf3\xc2\xa7\x47\xc0\x6f\xe3\xe9\xc7\ \x5f\x46\x39\xf5\x52\xee\xbb\xe5\x5c\x1a\xd7\x3e\xcb\x6b\xbb\xba\ \x40\x14\xd1\x99\xb3\xb8\xe1\x9e\xfb\xf9\xf1\x4d\x17\xe2\x3d\xb6\ \x92\x27\x5e\xdf\xcb\x9c\xab\xef\xe4\xa6\x45\xa9\x7c\xf4\xd7\x3f\ \xb2\xbb\xed\x64\xdb\x75\x29\x14\xc2\x60\x1d\xc7\x35\x77\xdc\xc7\ \xcd\x57\x2f\xa3\x77\xcb\x4b\x3c\xb3\xaa\x91\x0b\x6e\xb9\x97\x2b\ \xa7\x28\x79\xe5\xb1\x27\xa8\xf3\x83\x4a\x21\x20\x08\x0a\xc0\xcd\ \x9b\x7f\x79\x92\xb6\xe8\xb3\xb8\xe7\x8e\x1f\x32\x2d\x23\x8a\x30\ \x02\x21\x6f\x3d\x7f\x7d\xf6\x03\x92\x16\xdf\xc6\x2f\x6e\x9a\xcf\ \xfe\xb7\x9e\x66\x73\x7b\x98\xa1\xba\x3d\x54\xf9\x12\xb9\xf9\x9e\ \xbb\x59\x36\x25\x73\x6c\x8a\x1e\x6c\x2e\xa5\xa4\xdf\xc4\xb5\x77\ \xfd\x82\xf3\xf3\x3d\xbc\xf1\xc2\xab\xf4\x00\x49\x79\xb3\xb9\xf5\ \xa7\xbf\xe2\xf6\x0b\xc7\xb3\xf9\xf5\xd7\xa8\xf7\x43\xe3\xe1\x83\ \x38\x62\xce\xe1\x57\x3f\xbd\x11\x2a\xd6\x72\xd0\x91\xcc\xed\x3f\ \xbb\x03\x63\xe3\x26\xde\x5a\x57\x0b\xbe\x7a\x9e\x79\xe6\x5d\x62\ \xe6\xdd\xcc\xaf\x6e\x5d\xca\xe1\xf7\x9e\x61\x6d\x83\x8f\xf8\xf4\ \x5c\x0a\x72\x92\xbf\x54\xa3\x55\x41\x54\xa0\x54\x08\x80\x1f\xbb\ \xc3\x81\xa8\xd7\x10\xb2\x77\x72\xac\xac\x89\x30\x21\x3e\x7a\xfe\ \x31\xf6\xfb\x72\xb8\xf5\xee\x3b\xb9\x64\x6e\x31\xda\x90\x07\x55\ \xd2\x78\xae\xbf\xf7\x57\xdc\x7a\xe9\x42\x0c\x9e\x76\xca\xeb\x9a\ \xf1\x01\xc8\x4e\x1a\xea\x6a\xb1\x07\xa1\xe9\xe0\x4e\x7a\x75\xc5\ \xdc\x79\xdf\x8f\x99\x37\x31\x96\x9d\xaf\x3e\xc5\xa6\xee\x54\xee\ \xfb\xf5\xcf\x29\xf0\xec\xe3\xf9\x77\x77\x51\xb3\xf1\x43\xd6\x96\ \x0a\xdc\xfe\xc0\x83\x5c\xbb\x7c\x26\x86\x08\x61\x7f\xb3\x2d\x6d\ \x97\xdb\x8d\x40\x98\x81\x81\x3e\xf4\x3e\x03\x96\x0c\x13\x4a\x51\ \xc0\xe3\x72\xd1\xde\xde\xce\x91\x23\x87\xf1\x7a\x7c\x0c\x0e\xf4\ \xd1\xd4\x68\xc3\xeb\xf3\xa2\x37\xea\xc7\x94\xf7\xb4\x5a\x2d\x4e\ \xa7\x13\x85\x4a\x85\x20\x88\xb8\x9c\x4e\xe2\x62\x63\x49\x4c\x4c\ \x24\x3e\xce\x4a\x56\x56\x16\xbb\x77\xef\xc6\x6a\xb5\x32\x30\x30\ \x80\xd1\x68\x44\x96\x65\x66\xcc\x9c\xc1\x59\x67\x9d\x45\x6b\x6b\ \x2b\x7a\xa3\x81\x8e\xae\x6e\x3c\x9e\x11\x0d\xec\x84\x84\x04\x2c\ \x16\x0b\xc3\xc3\xc3\xc4\xc6\xc6\x32\x7e\xfc\x78\x1c\x0e\x07\xc1\ \x60\x10\x9f\xcf\x47\x49\x49\x09\x43\x43\x43\x4c\x9d\x3a\x95\x8c\ \x8c\x0c\xd4\x6a\x35\xe5\xe5\xe5\xe4\xe5\xe5\xa1\xd5\x6a\x79\xf1\ \xc5\x97\x68\x68\xac\xe3\xf7\xbf\x7f\x04\x8f\xc7\x13\xb9\xca\xa3\ \xd0\xaa\x05\x1a\xf6\xbf\xc3\xcf\xff\x6b\x2f\x7e\xbb\x83\xe8\x33\ \xaf\xe6\xe6\x85\xd9\x6c\x3f\x14\xc6\x9a\x9c\x47\x52\xca\x04\x16\ \xcc\x9f\xc9\x8b\x95\x3d\xb4\x1f\x6d\xa6\x57\x18\xcf\x1d\x97\xcc\ \x22\x5e\x80\x8b\x16\xef\xe2\x8d\x3d\xc7\xf1\x67\x8b\x28\x94\x3a\ \x12\x52\xe2\x31\xab\x61\xcb\x81\x63\x18\x26\x5e\xc4\xf9\xd3\xc6\ \x01\x56\xce\xde\xb9\x83\x9d\x15\x6d\x9c\x9d\x96\x37\xe2\x03\x0f\ \x87\x51\xaa\x0d\xc4\xa7\xc4\x62\x54\x48\xac\xd9\x57\x45\xc6\x59\ \x37\x72\xce\x84\x4c\x98\x70\x05\x85\x7b\xfe\x8b\x5d\x75\x4e\xce\ \x56\x88\x08\xa2\x82\x80\xa3\x81\xd2\x9e\x78\x7e\x78\xef\x85\x64\ \xa4\xc0\xb4\x82\x54\x1a\x06\x05\xfa\x5b\x4b\xa9\xe8\x18\x24\xb8\ \xed\x43\x9a\x71\xe3\x55\xaa\xb1\xf7\xba\x40\xa9\x26\x36\x29\x9d\ \xfc\xac\x14\xb4\xa7\xb1\xa4\x80\x29\x3e\x99\xcc\x8c\x04\xa6\x9e\ \xbf\x88\x4f\x8e\x7d\x46\xa7\x0b\x42\x95\x7b\x79\x6b\xfd\x11\x02\ \x81\x61\xbc\x2e\x37\x9e\x40\x10\x51\xa9\x21\x36\x31\x93\xf8\xd4\ \x62\x66\xcd\x2a\x64\x8b\x26\x95\x8c\xb4\xf1\x2c\x2c\x4e\x67\x4d\ \x6f\x07\x43\x1d\xc3\x94\xb7\x0f\xe2\xdd\xb9\x82\x4e\xd1\x8b\x47\ \xa9\x66\xa0\xd3\x8e\xf5\x9c\xf3\xb9\xf6\x4b\x11\xb6\x1a\xd1\x59\ \xc1\x53\x0f\xff\x82\x38\xa5\x17\xb7\x60\xe5\x9e\x7b\xaf\x22\x7e\ \x70\x13\x6a\x9d\x0e\xa9\xb7\x9a\xa3\x36\x0f\x17\xff\xf6\x72\x0a\ \x53\x46\x0a\x36\xec\xb5\x41\x44\x8d\x81\xf8\xe4\x18\x0c\x2a\xf0\ \x0a\x02\x1a\x8d\x8a\x91\xd0\xba\x88\x5a\xad\x41\x14\xc2\x84\x45\ \x0d\x09\x69\x59\xe4\xa6\xa6\x00\x83\x1c\x3c\x68\x63\x50\xf0\xf3\ \xe6\x8b\x4d\x0c\x77\x4b\xc8\xca\x01\xe2\x96\xcf\x21\x67\xcb\x3b\ \xbc\xfd\xd6\x2a\x2e\xbd\xfc\x22\x92\x22\x8f\xc2\x37\x9b\xb4\xfb\ \x07\xfa\x69\x69\x6e\xc1\x19\x08\x22\x88\x02\x3e\xaf\x87\xbc\x71\ \x39\x08\xa3\xe9\x74\xa1\x50\x88\xb0\x1c\xc2\xd6\xd2\x44\x58\x0e\ \x93\x93\x93\x4d\x5b\x47\x3b\xbd\xbd\xbd\x58\xa2\x62\xb0\x6a\x34\ \x34\xb7\xb6\x22\x28\x95\xe8\x19\x09\x22\x9e\x28\xa0\x89\x89\x89\ \xa1\xb1\xb1\x11\xb5\x5a\x4d\x56\x56\x16\x55\xd5\xd5\xf8\xfc\x7e\ \xac\x56\x2b\x46\x93\x89\xe1\x61\x3b\x5d\x5d\x5d\x44\x47\xc7\x60\ \xb5\x5a\x47\x32\x4f\x7c\x5e\x12\x93\x12\x11\x05\x11\x9f\xcf\x47\ \x76\x76\x36\x19\x19\x19\xd4\xd7\xd7\x23\x49\x12\x6a\xb5\x1a\xa7\ \xd3\x49\x7d\x7d\x3d\x8b\x17\x2f\xa6\xaf\xaf\x8f\x92\x92\x12\x6c\ \xb6\x46\x34\x1a\x1d\x2b\x57\xae\xa4\xbd\xbd\x83\x82\xc2\x09\x11\ \xcf\xc8\x3f\x20\x10\x0c\x93\x52\xb4\x8c\x7b\xee\xbf\x18\x8b\xd6\ \x80\x61\x54\x4b\x55\x0a\x87\x91\xc2\xa3\x0a\x8f\x61\x11\x05\x61\ \x94\x5a\x35\x72\xc8\x89\x2b\x04\xf1\x2a\xf0\x38\x9d\x88\x5a\x2d\ \x0a\x31\x48\x48\x0e\x11\x1a\x8d\x0c\xea\x34\x4a\xfc\xae\xe1\x51\ \x47\x54\x00\x97\x3b\x80\x4e\x7d\xba\x90\x79\x38\x2c\x33\x92\x7d\ \xa9\x40\xa7\x16\xf1\xba\xec\x23\x1f\xf8\xbc\x78\xbc\x21\xf4\x6a\ \x25\x52\x48\x02\x01\x54\x1a\x0d\xaa\xa0\x13\xbb\xc7\x03\xe8\x09\ \x8f\x66\x2b\x89\x82\x88\x32\x2a\x8b\xcb\x6f\xfd\x29\x93\xa2\x65\ \x42\x28\xd0\xeb\xb4\x54\xae\x95\x08\xff\x77\x2d\xe5\xc6\x02\xd1\ \x2a\x14\x0a\x0d\xc1\x81\x6a\x9e\x7a\xfe\x63\x0a\x6f\x7f\x8c\xeb\ \x32\x6d\xfc\xea\x81\x37\x09\x84\xe4\xb1\x63\x3c\xf1\x36\x12\xf2\ \x8f\x44\x06\x05\xa5\x00\x52\x18\x41\x50\xa0\xb4\x64\x70\xe9\x8f\ \xee\x63\x5a\x1c\x84\x50\xa0\x52\xfd\x13\xbd\x2b\xe5\x20\xb2\x3e\ \x9b\xab\x6e\xbe\x8b\x33\xb2\xa2\x31\x19\xf5\x88\xc0\x40\xcf\x88\ \xcc\xb0\xa8\x54\x23\x12\xc2\x7e\x4a\x74\x57\x10\x46\x9a\x65\x9f\ \x18\x67\xa5\x4a\x83\xcf\xe9\xc3\xeb\x07\x14\x02\x0a\xe1\x44\x68\ \x36\x8c\x2c\x9f\xf8\x5f\x44\x21\xaa\x28\x38\xfb\x0a\x7e\x7e\x55\ \x11\x41\xbf\x8c\x52\xa9\x42\xa3\x51\xf1\xdb\x27\xc7\xb3\x7f\xcd\ \xdb\x3c\xfe\xcb\x87\xf8\xd1\x1f\x9f\x64\x5e\xa6\x2a\xf2\x40\x7c\ \x53\x49\x5b\x92\x42\x78\xbd\x1e\xec\x83\x03\xf4\xf6\xf5\x41\x28\ \x84\x28\x4b\xc8\xa1\x10\x83\xfd\xfd\xc4\x44\x47\x61\x34\x18\xe8\ \xed\xed\x41\x0a\x04\xd1\x6a\x75\x84\x42\x12\x66\x93\x05\xbd\x5e\ \x3f\xa6\xca\xa7\x50\xa9\x50\xaa\xd4\xf4\xf4\xf4\xe0\x74\x39\x31\ \xe8\x75\xf8\xfc\x1e\x64\x29\x88\x28\x84\x09\x06\xfd\x38\xed\xc3\ \x48\x92\x4c\x7c\x7c\x3c\x41\xbf\x1f\xb7\xcb\x45\x28\x10\x20\x24\ \x49\x04\x03\x41\x14\x0a\x25\x0a\x51\x81\x28\x88\x18\x0d\x46\x06\ \x06\x07\xc8\x48\x1f\x69\x34\x60\x34\x1a\x50\xab\x54\xd8\xed\x76\ \x96\x2c\x59\xcc\xe4\xc9\x93\xd9\xb4\x69\x23\x61\x59\xa6\xa9\xa9\ \x09\xad\x4e\x47\x65\x65\x39\x7e\xff\x68\x3e\xb8\x24\x7d\x6d\x29\ \x39\xff\xb1\xa4\xed\xf5\x20\x2b\xcc\x24\x47\x45\x7d\x61\xb9\xd7\ \x3f\x42\x18\x21\xbf\x17\xfb\x90\x0b\xeb\x94\x73\x99\x9e\xb2\x89\ \x67\x1e\x7b\x89\x73\x32\x82\x6c\xd8\xeb\xe4\xa2\x5f\x4e\x45\x19\ \xdf\x43\x54\xb8\x87\x37\xfe\xf6\x3a\x73\x0a\xf3\x99\xba\xe0\x7b\ \xc4\xfc\xe9\x65\x1e\x7b\x0d\x92\x9c\xc7\x29\xf5\x17\xf3\xeb\xe9\ \x99\x27\x79\x53\x0a\xe0\xf6\x78\x39\xc1\x2b\x0b\x2e\x58\xc8\xe6\ \x27\xde\xe3\xb9\xf7\x86\x50\x37\xef\xa1\xdb\x72\x0e\xf7\xe6\xeb\ \x70\xd9\x8c\x34\x6f\xde\x45\x83\xf7\x1c\x2e\x5d\x6c\xe5\xf5\x67\ \xfe\xcc\xd0\x92\x19\xd8\x4a\xea\x09\x8e\x9b\x45\x7c\xde\x02\x16\ \x26\xae\xe5\xed\x57\x5e\xa3\x6d\x52\x0a\x82\x32\x8e\xf3\xce\x3b\ \x1b\x39\xe0\xc5\xed\xf5\x7f\x21\xbb\x44\x0e\xf9\x71\x79\x82\x23\ \xcb\xe5\xc0\x48\x55\xae\xda\x44\x42\x94\x8a\xe6\xb2\x83\xec\xeb\ \xef\xa1\xd7\x15\x42\x54\x88\x04\x7d\x1e\x3c\xca\x91\x52\xf3\xa0\ \xcf\x83\x57\x18\xf9\x3f\xe4\xf3\xe0\xf2\x78\x89\xca\x9e\xcf\x92\ \xd4\xd5\xbc\xf3\xca\xab\x74\x4d\x4b\x07\x21\x86\xe5\x17\xcc\xa5\ \x76\xc5\x9f\x79\xa3\x2d\x8b\x87\xee\xbb\x82\xff\xa9\xa7\x4e\x58\ \x0e\xe2\xf6\x42\x5c\x62\x12\x16\xe3\xc9\x34\xd4\x70\x28\x80\xd3\ \x6e\x27\x1c\x97\xcf\xf7\xe6\x8c\xe3\xb5\xa7\x7e\x8f\x67\xc1\x54\ \x4c\x71\x69\xcc\x2e\x9e\x40\xa2\x73\x25\xef\xbf\xf8\x06\xd3\x8b\ \x0b\x98\x33\x69\x3a\x93\xc4\x95\xbc\xf6\xcc\x9b\x9c\x9d\x3a\x40\ \xf3\x40\x00\x95\x52\x20\xe4\xf7\xe0\x95\x4e\x44\x91\xa3\x38\xf7\ \xa2\x69\x3c\xfa\xe1\x5b\xbc\xad\x5e\x48\x54\x38\xc8\xb8\xf9\xcb\ \x49\x1b\x3c\xca\x8e\xca\x5e\x2c\x5a\x33\x1a\x55\x18\x8f\x3f\x04\ \x44\x48\xfb\x9b\x0a\x45\x7a\x4a\xc2\x6f\x63\x62\xa2\x41\x96\xf0\ \xba\x9c\x84\x02\x7e\xea\x6b\x6b\x08\xfa\x7c\xf8\xfd\x7e\x42\xfe\ \x00\x83\xfd\x03\xb4\xb7\xb6\x21\x85\x42\x0c\x0f\x3b\x18\xb6\xbb\ \xd0\x6a\xb5\x28\x55\xaa\x31\xed\x8f\x21\xfb\x30\x21\x29\x88\xd3\ \xe9\x44\x0a\x85\xc8\xca\xcc\xc4\x62\x34\x22\x87\x02\x78\xdc\x6e\ \xcc\x26\x13\x4e\xbb\x1d\x8b\xd9\x44\x46\x7a\x3a\x05\xe3\x0b\xf1\ \xba\x5c\xa4\xa7\xa5\xd3\xd5\xdd\x8b\xdb\xed\xa3\xa5\xa9\x95\x80\ \xd7\xcf\xa4\xe2\x49\x98\x4d\x26\x12\xe2\xe3\x28\x28\x28\xa0\xa7\ \xbb\x8b\x8e\xf6\x56\x8e\x1d\x3d\x4a\x28\x18\x60\xe6\x8c\x19\x2c\ \x5a\xb8\x00\xbf\xcf\xc3\x9b\x6f\xbe\x81\xd7\xe3\xc2\x3e\x3c\x84\ \xdf\xe7\x81\xb0\x84\x4e\xab\x21\x29\x29\x89\x79\x0b\xe6\x7f\x41\ \x7f\x44\xad\x56\xb3\x6b\xe7\x4e\x3a\x3b\x3b\x88\x8b\xb3\xa2\x50\ \x9c\xee\xf7\x96\x24\x89\xbc\xdc\x71\x64\x64\x66\x8d\x75\xf0\x39\ \xf5\x47\x14\xc5\xd1\xae\xf1\x3a\x4c\x66\x0b\xe1\xf0\x48\x1f\x4d\ \x87\x7d\x18\x4b\x54\x34\x2a\xf5\x7f\x6e\xf7\x70\x51\xa9\x24\x36\ \x3d\x87\x71\x19\x71\xa7\xdf\x04\x4a\x15\x89\xd9\xb9\x64\x26\x1a\ \x11\x15\x4a\xa2\x12\x53\xc9\xcd\x4a\x67\xda\xcc\x22\xe4\x9e\x26\ \x5a\xec\x6a\xbe\x77\xdd\x4d\x2c\x9a\x10\x07\x62\x0c\x45\xd9\xf1\ \xf4\xb5\xd8\xf0\x69\x62\x29\x9a\x75\x0e\xf3\x8b\x53\x69\xab\xab\ \xc5\x65\xcc\xe5\x07\x3f\xba\x96\xbc\x58\xf5\x29\x16\xa3\x02\xad\ \x25\x85\xfc\xdc\x4c\x74\x02\x68\xad\xf9\xcc\xc8\x8d\xa6\xb1\xa6\ \x8e\x70\xe2\x34\x7e\x74\xd3\x65\x24\x6a\x15\x44\xa5\x65\xa3\x97\ \x02\x68\xac\x39\xcc\x9a\x3f\x8f\x54\xe5\x30\xf5\x8d\xed\xe8\x33\ \xa6\xb0\x74\xd1\x1c\x92\x63\xe3\x98\x3c\x63\x3a\xe2\x70\x33\x4d\ \x1d\x43\xe8\xe3\xd2\x18\x9f\x9b\x8a\x5a\xa1\xc2\x92\x98\x4d\x5e\ \x46\x02\xe2\x3f\xf8\x90\x2d\x71\x69\x4c\xc8\x4e\x46\x25\x28\x50\ \xe9\x63\x98\x50\x34\x85\xb3\x27\xa5\xd1\xdb\x58\x45\xf3\x20\x14\ \x9e\xb9\x90\x59\x93\x72\xd0\x2b\x55\xc4\x67\x8d\x23\x2b\xc9\x84\ \x42\xa9\xc2\x9a\x9a\x4b\x4e\x52\x34\x82\x52\x45\x4c\x6a\x0e\x39\ \x69\xc9\x4c\x9a\x39\x1d\xb5\xb3\x15\x5b\xfb\x20\xba\x98\x54\x26\ \xe4\xa7\x81\xd7\x85\x6c\x4a\x66\x42\x4e\xca\x17\xfc\xda\x5d\x1d\ \xed\x98\x4c\x66\x4c\x66\x0b\x08\x22\x1a\x73\x1c\x79\x13\xc6\x61\ \x54\x0b\xa7\x1d\xa3\x3e\x26\x91\x71\xe3\xd2\xc8\x9d\x7a\x06\x29\ \x6a\x17\x8d\xcd\x1d\xc8\x86\x78\x8a\xa7\x4c\x63\x7a\x5e\x34\x1d\ \x4d\x2d\xf8\x75\x09\x14\x4d\x2a\x62\xe6\xb4\x5c\xec\x2d\x8d\x74\ \xba\xd5\xcc\x38\x67\x09\x67\x4e\x4c\x47\xab\x54\x11\x9b\x9e\x4b\ \x56\x4a\x34\x00\x71\xb9\x53\x99\x98\x00\xb6\xc6\x16\x9c\x92\x86\ \x9c\x09\x85\x44\xc9\x83\x94\x1f\x2f\xa7\x75\x48\x64\xc1\xa5\x57\ \xb3\xb8\x38\x3e\x62\xce\xfc\x8b\x18\x1a\x1c\x40\xa1\x50\x60\xf9\ \x07\x03\x08\xa0\xbf\xaf\x17\x93\xc9\xfc\xef\xca\x5c\x0b\x08\x57\ \x5f\x7c\x5e\x38\x3a\x3a\x1a\x51\x29\x8e\xa4\xd4\x79\x7c\x68\xd5\ \x6a\x72\x73\xf3\x40\x10\xe8\x6c\x6b\x63\xa0\xaf\x7f\x4c\x81\x2f\ \x24\x8f\xbc\x4e\xba\x62\xf0\xa4\x00\x00\x20\x00\x49\x44\x41\x54\ \xab\xd5\x6a\x14\x2a\x25\x01\x7f\x00\x97\xc7\x45\x5b\x47\x07\x16\ \x8b\x85\xc1\xa1\x21\x9c\x4e\x27\xd9\x59\x99\x08\xb2\x8c\x41\xaf\ \x65\xda\xb4\x19\x98\x4d\x16\x0e\x1e\x3c\x48\x63\xa3\x8d\xc9\x93\ \xa7\x70\xf9\xe5\x57\x8c\x28\xfb\x79\x3c\x18\xcd\x51\xd8\x5d\x5e\ \x9e\x7d\xee\x39\x3a\xdb\xdb\xb8\xf3\xae\x3b\xb0\x58\xcc\xf4\x0f\ \xf4\xb3\x7c\xf9\x32\x94\x4a\x15\x07\x0e\x1c\xe0\x85\x17\x5e\x00\ \x64\x96\x2e\x5d\x86\xd1\x68\xa4\xaa\xaa\x8a\xe6\xe6\x66\x44\x71\ \xe4\xd8\x43\xa1\x10\x5a\xad\x16\xad\x46\xc3\xf8\x82\x02\x1e\x7c\ \xe8\xa1\x2f\xf8\xb4\xbf\xeb\xed\xc6\x22\xf8\x6a\x70\xa4\xe4\x00\ \x49\xc9\x29\x24\xa7\x46\x3a\xc9\x7f\x1b\xd1\xd8\x50\x87\x5a\xa5\ \x26\x2d\x23\xf3\x0b\x9f\xfd\xdb\xdb\x8d\x39\x9d\x2e\x0c\x46\x13\ \x2a\x54\xa8\x55\x4a\x8c\x26\x33\xa9\x29\xa9\xa8\xd4\x1a\x4a\x4b\ \xff\x3f\xf6\xce\x3b\x5e\x8e\xba\xfc\xfe\xef\xe9\xdb\xf7\xf6\xdc\ \x92\xde\x43\x12\x48\x20\xf4\x0e\x52\x04\x15\x2b\x52\xa4\xe9\x17\ \x0b\x7c\x41\x51\x8a\x34\x11\x11\x11\xa4\x85\x26\x20\x4d\x29\x2a\ \x82\x82\x8a\x80\xa0\xf4\x90\x80\xd4\xf4\x5e\x6e\xc9\xed\x77\xfb\ \xee\xd4\xcf\xef\x8f\xd9\xdd\x6c\x42\x2c\x3f\x5b\xfc\xc6\x39\xbc\ \xee\x2b\x97\x6d\x33\x77\x76\xf7\xcc\x33\xe7\x73\x9e\xf3\xbc\x4b\ \x21\x9f\xc7\x32\x4d\x0a\xb9\x3c\x6d\xed\xed\xe8\x92\x42\xbe\x58\ \xc0\xb2\x2c\x3c\xcb\x44\x55\x55\x3c\xd7\xd7\x03\xa3\xb1\x18\xb6\ \xe3\xd0\xd3\xd3\x43\x2a\x9d\x66\x6c\x7b\x3b\xae\x63\x53\x2a\x16\ \x31\x4b\x16\x8e\xe3\x20\xcb\x32\x9d\x9d\x9d\x2c\x5e\xbc\x84\xc6\ \xc6\x06\xb2\xd9\x2c\x9e\xe7\xa1\xeb\x1a\xae\x63\xe3\x7a\x1e\x96\ \x65\x61\x5a\x25\x22\x91\x30\x2f\xbe\xf8\x12\x9b\x37\xf7\xb0\x7c\ \xf9\x32\x34\x4d\xa1\x50\xb0\x58\xb0\x60\x01\xb6\x6d\x57\x33\xb7\ \x85\x10\xd4\xd7\xd7\x57\xbd\xdf\xae\xeb\x06\x2d\xec\x01\x76\x28\ \x04\x02\x82\x1e\x81\x9d\xf7\xfd\x15\x62\x87\x71\x8c\x3a\x3c\x92\ \xa2\xae\xa1\x11\x55\xd7\x69\x6b\xef\x28\x4b\x02\x32\x9b\x36\x75\ \x91\x49\x67\xb0\x2c\xbf\xb1\x41\x08\x18\x1c\x1c\xc2\x72\x1c\x04\ \x7e\xef\xbd\xa4\xc8\x58\x96\x85\xeb\xba\x24\x93\x49\x8a\xc5\x22\ \xf1\x78\x9c\xc6\xc6\x46\x5c\xc7\x45\xd3\x34\xea\xeb\xfc\xee\xc6\ \xe6\xa6\x51\xf4\xf5\xf5\xd1\xdd\xdd\x4d\x28\x14\xa2\xaf\xaf\x17\ \x21\x3c\x62\xb1\x28\x9e\xe7\xb2\x6e\xdd\x3a\xf2\xf9\x1c\xaa\xa6\ \xb0\x74\xd9\x12\xc2\xe1\x10\x03\x03\x7d\x78\x9e\x47\xa1\x90\x2f\ \x67\x89\x78\xa8\xaa\x52\xb5\x07\x2a\x8a\x9f\x93\x22\x49\x12\x86\ \x61\x90\x4a\xa5\x08\x95\xfd\xe2\x3b\x22\x7d\x2b\x40\x80\x0a\x62\ \xd1\x18\xa9\xe1\x21\xda\x3b\x46\x07\x07\x63\x27\x83\xe7\x79\xe4\ \xb2\x59\x46\x8f\x19\xbb\x63\x48\x5b\x92\x24\x9a\x9b\x9a\x08\x45\ \x23\x94\x6c\x93\xe1\xc1\x21\x12\xd1\x38\xa9\xd4\x08\x92\x2c\xa3\ \x1b\x06\xb2\x24\xa1\x68\xaa\xff\xaf\xa3\x61\x3b\x4e\x75\xe7\x2d\ \xcb\x22\x14\x0e\x61\x3a\x36\xa6\x69\x52\x2c\x16\xfd\xc9\x37\x66\ \x89\x54\x2a\x85\xa6\x2a\xac\x5f\xbf\x9e\x4c\xda\x4f\xdd\x73\x1c\ \x97\x70\x38\x84\xae\xeb\x6c\xd8\xb0\x81\x09\x13\xc6\x23\x29\x2a\ \x23\x23\x23\x00\x44\xc2\x21\x7a\x7a\x7a\x08\x87\xfd\x38\x4b\x59\ \x86\xe6\xe6\x26\xb2\xd9\x1c\x72\x59\x57\x36\x42\x21\x14\x59\x26\ \x1a\x8d\x52\x2a\x95\xc8\xe5\x72\x44\xa3\x51\xbf\xa5\xde\xf3\x28\ \x14\x0a\xd5\x56\xf9\x00\x01\x76\x04\x26\x4c\x9a\xcc\xca\x15\xcb\ \x78\xfb\x4f\x8b\x82\x02\x62\x27\x83\x6d\xdb\x24\x13\x75\x34\x35\ \xb7\xec\x18\xd2\x8e\x25\x93\x48\xaa\x4a\x5f\x5f\x1f\xe1\x70\x98\ \x4c\x36\x4b\x3a\x9d\xa5\x94\x2f\xa0\x6a\x0a\x91\x50\x18\xab\x64\ \x11\x0e\x45\xfc\xae\x45\xcd\x23\x14\x0e\xfb\xc3\x0d\xac\x52\x39\ \x7d\xcf\x1f\x02\xac\x6b\x9a\xdf\x38\x20\xcb\x98\xa5\x22\x43\x43\ \x43\xb4\x34\x37\xd1\xd8\xd4\x84\xeb\x78\x8c\x94\xf5\xee\xb6\xb6\ \x76\xa6\x4f\x9f\x8e\xa2\x28\x64\xb3\x59\x96\x2c\x5b\xc6\xb2\xe5\ \x4b\xb0\x6c\x93\x50\xc8\x40\xd3\x14\x6c\xdb\x42\x55\x55\x74\x3d\ \x8c\xae\xeb\x44\x63\x11\x06\x87\x06\xfd\x09\xf1\x8e\x83\xa4\xaa\ \xe8\xba\x8e\x61\x18\x14\x0a\x05\x4a\xa5\x12\xe3\xc7\x8f\x47\xd7\ \x75\x56\xad\x5a\x45\x73\x4b\x4b\x70\x79\x1a\x60\x87\xc1\x08\x85\ \x99\xb5\xeb\x5c\xb2\xd9\x0c\x9e\x17\x64\xe0\xec\x44\xba\x08\x9a\ \xa6\x11\x8b\x27\x76\xd8\x2e\xa8\x85\x5c\x91\x74\x3a\xc3\xf0\x48\ \x1a\xa7\xdf\x6f\x7e\x89\x37\x24\x48\xa5\xd2\x24\x8d\x10\x96\xe9\ \xe0\x94\x35\xe2\x7c\xa1\x88\xe3\xd8\xe8\xe5\xf8\xd4\xca\x87\x31\ \x9f\xcf\x51\x2a\x95\x70\xca\x83\x74\xa3\xd1\x28\x85\x42\x1e\x4d\ \xd3\x10\x42\xd0\xdf\xdf\xcf\x98\xd1\x63\xcb\xc3\x82\x6d\x0c\xc3\ \x60\xc5\x8a\x15\xf4\xf6\xf6\xe2\x79\x1e\x6b\xd6\xad\x63\x78\x78\ \x18\x45\x91\x70\xcb\x0e\x14\xc3\xd0\x08\x85\x0c\x24\x49\x50\x28\ \x16\x7c\xaf\x2f\x2e\xa2\xec\x11\xa8\x44\xb5\x0a\x21\xca\x91\xaf\ \x7e\x98\x54\x25\xa6\x55\xd7\x75\x08\x74\xed\x00\x3b\x10\xb2\x2c\ \x93\x4c\xd6\x05\x07\x22\xc0\x3f\x97\xb4\x33\xb9\x1c\x9b\x36\x76\ \x92\x2f\x16\xfc\xa6\x18\xdb\xc6\x75\x3c\x86\x86\x86\xb1\x4a\x16\ \x9e\xe3\xa0\x69\x3a\xba\xae\x61\xd9\x36\x92\x44\xd5\x46\xe7\x96\ \xed\x6e\xa6\x69\xf9\xc4\x59\x9e\xde\x6e\x18\x06\xe9\x74\x0a\x45\ \xf6\x2b\xe6\x42\xa1\x40\x4b\xcb\x28\x76\xdd\x75\x57\xfa\xfb\x07\ \x78\xfe\xf9\xe7\x31\x8c\x50\x55\x93\x56\x14\x15\xc3\x30\x88\x44\ \xc2\x14\x8b\x05\x24\xc9\x3f\x9b\x25\x12\x09\x1c\xd7\xc1\x34\x4b\ \xb8\xae\xe3\xcf\xb0\x2c\x77\x62\x7a\x9e\x6f\x35\x2c\x95\x4a\xb8\ \xae\x5b\x95\x65\x62\xb1\x98\x9f\xc3\x1d\x5c\x92\x06\x08\x10\x60\ \x67\x24\x6d\x24\x18\x4e\x8d\x90\x4c\xfa\x63\xc1\x2c\xcb\x62\xf5\ \xba\x35\xb4\x36\xb7\x90\x2b\xe4\x71\x6c\x9b\x78\x24\x4a\x2c\x16\ \x25\x14\x0e\x13\x8f\x45\x71\x5d\x87\x4c\x26\x83\x69\x5b\xd8\xb6\ \x8d\xf0\x3c\x64\xc5\x8f\x55\x2d\x95\x4a\xc8\xe5\x4c\x92\x54\x3a\ \xc5\x84\x09\xe3\xd0\x34\x8d\xd7\x5e\x7b\x8d\x5c\x2e\x8b\xe3\xd8\ \xc8\xb2\x8a\x10\x82\x64\x32\xe9\x2f\x20\x66\xd2\x80\x87\x69\x9a\ \xd5\xe8\x55\xc3\x30\x28\x99\x05\x84\x00\xcf\xf3\xc3\x9f\x24\x49\ \x42\x29\xdb\xef\x60\x8b\xa6\x0e\x50\x28\x14\x50\x14\x85\x70\x38\ \x4c\x22\x91\xa0\xb9\xa5\x25\xb8\x2c\x0d\x10\x20\xc0\xce\x47\xda\ \x86\x61\xf8\x13\xd0\x5d\x87\x48\x24\x42\x26\x93\xa1\xa9\xb1\x91\ \xfa\xfa\x7a\x7a\x7b\x37\x63\x18\x06\x48\x12\x7a\x39\x75\xaf\x2e\ \x99\x20\x9f\xcb\x62\x85\x43\xa8\xba\xc6\xc8\xc8\x08\xb2\xa2\xa0\ \x68\x2a\x9a\xae\x93\xcb\xe5\xaa\xc3\x2f\x0b\x85\x02\x9b\x37\x6f\ \x46\x53\x35\x52\x29\xdf\x89\x52\xf1\x53\xd7\xd5\xd5\xa3\x6b\x1a\ \xf9\x5c\x9e\x50\x28\x5c\xcd\xd7\xce\x66\x6d\x6c\xdb\xc6\xb6\x2d\ \xb2\x39\x88\x46\x23\xd5\x85\x1c\xcf\x73\xb1\x2d\x0f\x55\xb5\xaa\ \x53\x70\x64\x59\x29\xef\x77\xb6\x1a\x5c\x15\x8d\x46\x19\x35\x6a\ \x54\x40\xda\x01\x02\x04\xd8\xf9\x48\x5b\xc2\xa3\xa5\xa5\x11\x59\ \x40\x4f\x77\x37\x78\x1e\x96\x69\x51\x34\x4b\xb8\x42\x20\xe1\xe1\ \xb8\x26\x02\x1b\x59\x52\xc9\xe7\x53\x58\x8e\x43\xa9\x54\xf0\x2b\ \x5f\x05\x42\x8a\x46\xc9\xb4\x90\x15\x95\x70\x38\x4c\x2e\x97\xc3\ \x75\x1c\x1c\xcb\xa4\x67\x73\x2f\xb1\x68\x94\x70\x38\x82\x87\x87\ \x59\xf2\x2b\x63\x59\x81\x7c\x31\x4f\x36\x9f\xc5\x1a\xf1\x65\x0e\ \xcb\xb2\x90\x65\x05\xcf\xf3\xf5\xe9\x50\x28\x84\x22\x6b\xe8\x9a\ \x41\xb1\x54\xc4\x75\x40\x51\x15\x6c\xd7\x22\xaa\x86\xf1\x3c\x1b\ \x4d\x93\xcb\x63\xc7\x24\x72\xd9\x14\xba\x2a\x53\xd2\x55\x06\xfa\ \x7b\x83\xc9\x35\x01\x76\x20\x04\x9b\xbb\xbb\xe9\xee\xea\x0c\xa6\ \xb1\xef\x4c\xef\xaa\x10\x18\x86\xc1\xc4\x49\x53\x48\xd6\x37\xec\ \x18\xd2\x76\x5d\x9b\xfe\xde\xcd\xc4\xc3\x11\x84\xeb\x61\xe8\x3a\ \x91\x48\x04\xd7\xf5\x88\xc6\xa2\xc8\x12\x68\x92\x00\xcf\x41\xb8\ \x16\x45\xd3\xc5\xb4\x6d\xf2\x85\x2c\xe1\x50\x98\x68\x34\x82\xa2\ \x6a\x58\x83\x83\xb8\xae\x83\xaa\xfa\x6d\xe1\x96\x6d\xa3\x20\xa3\ \xaa\x3a\xaa\x66\xe0\x09\x81\x2c\x2b\xa8\x9a\x5f\x69\x67\x73\x59\ \x4a\xa5\x12\xa1\x70\x18\x0f\x0f\xdb\xb2\xcb\xa4\x2d\x23\x49\x0a\ \xba\xae\x12\x89\x44\x51\x14\x15\x21\x24\x5c\x47\x00\x0a\x9e\xf0\ \x90\x65\x70\x5c\x17\x59\x91\x88\x27\x12\xb8\x8e\x8b\xa1\x69\x84\ \x34\x8d\x64\x3c\x8e\x63\x5a\xe4\x32\xd9\xc0\xf2\x17\x60\x87\xa1\ \x77\x73\x0f\x1b\xd6\xaf\x65\xdc\x84\x49\xe8\xdb\x74\xdd\x06\xf8\ \xbf\x0b\x09\x89\x6c\x36\xc3\xaa\x95\xcb\x98\x3d\x67\x0f\x42\xa1\ \xf0\xbf\x9f\xb4\x43\xe1\x18\xc5\x42\x9e\x51\x4d\x71\x86\x86\xd3\ \x0c\x0d\x0d\xd2\x36\x7a\x34\x4d\xcd\xa3\xc8\xe7\x32\xa4\x53\x23\ \xe8\x86\x0e\x92\x84\x90\x24\x3f\x09\xb0\x54\xa2\x54\x2c\xe2\x38\ \x2e\xb2\xa2\xf8\x3b\x2e\x29\x48\x92\x8b\xe7\x7a\xd5\x76\x6f\x49\ \x6c\x71\x79\xf8\xd5\xb3\x87\xeb\x56\xc6\x94\xb9\x7e\x55\xed\x7a\ \x98\xb6\x8d\x27\x3c\x5f\x8a\x29\xcb\x20\xb2\xac\xa2\xaa\x6a\xd5\ \x71\x62\xdb\x7e\x37\xa5\xac\x29\xc8\xb2\xec\x07\x00\xb9\x1e\xa6\ \x69\x53\x97\x48\x20\x2b\x0a\x9e\xe7\xa1\x28\x7e\x87\xa6\x61\x18\ \xc1\x88\xbe\x00\x3b\x0c\x3d\x5d\x5d\x74\x8c\x1e\x1b\x34\xd7\xec\ \x84\x68\x6a\x69\xc1\xb6\x2d\x86\x06\x06\xe8\xd8\x01\x0d\x36\xb2\ \x69\x39\x18\xe1\x18\x9e\x2c\x13\x8a\xc5\x88\x44\xe3\x18\xe1\x08\ \xd9\x5c\x0e\xcd\x08\xa1\x19\x06\x42\xc2\x27\x5b\xd3\x01\xfc\xc9\ \x32\xb2\xaa\xe1\xb8\x2e\x85\x92\x49\xae\x50\xa4\x50\xc8\xe3\x7a\ \xa2\x4c\xe2\x21\x54\x55\xc5\xb4\x4c\x4a\xb6\x05\x8a\x84\x16\xd2\ \xf1\x24\xb0\x3d\x97\x92\x6d\x51\xb4\x4a\xd8\x9e\xeb\xff\x94\xa7\ \x1a\x57\xba\x19\x4d\xd3\xac\x2e\x30\xfa\xa4\xed\x22\x21\x50\x55\ \x5f\xbf\x76\x3d\x97\x48\x34\x8a\x27\x81\xe7\xba\x84\x23\x11\x14\ \x55\x25\x95\x4a\x91\x2d\xe4\xd1\x74\x1d\xc7\x09\x86\xeb\x05\xd8\ \x71\xf0\x84\x87\xaa\x05\x0e\xa6\x9d\x15\x8a\xa2\xe0\x7a\x3b\x86\ \x63\xd4\xbe\xc1\x61\x92\xc9\x04\xe1\x42\x1e\xdb\xf3\xc8\x97\x4c\ \x36\xf7\x0f\x10\x09\x85\xc9\xe7\xf3\xb8\xb6\x85\x2c\x1c\x34\x19\ \x9a\x1b\x1b\x51\x54\x99\x7c\xd1\x1f\x56\x40\xb9\xa9\xc6\x13\x82\ \x92\x69\x21\x49\xb2\x2f\x5b\xa8\x2a\x9a\x6e\xa0\x99\x36\xf9\x5c\ \x01\x49\x52\xa8\xab\xab\x43\x91\x55\x14\x59\xc5\xb2\x1c\x4a\x45\ \x0b\xdd\x30\x50\x15\x09\xc7\x76\xc9\x66\xb3\xc8\xb2\xdf\x16\x2f\ \x84\x20\x91\x48\x54\x83\xa0\xaa\x7d\xfe\xb2\x54\xb6\x07\x86\x09\ \x85\x23\x98\x25\x13\x51\xde\xa6\x65\xd9\x48\xb2\x82\x10\x12\x02\ \xbf\x93\x33\xf0\x69\xff\xad\x42\x9d\x8b\x69\xb9\x68\xba\x8e\x5c\ \xa3\x28\x15\x06\x57\xf3\x7e\xa7\xcd\x9c\xb9\xbb\x6c\x3d\x60\xe0\ \xff\x0b\x2e\x85\x6c\x0e\x1b\x8d\x58\x2c\x82\xf2\x01\xc5\x4a\xb0\ \xe1\x9d\x97\xe8\x0d\x4f\x65\x9f\xe9\xed\x5b\xdd\x33\xb4\x71\x09\ \xab\x73\x49\xf6\x9a\x39\x86\xff\x6b\xab\x13\x7f\xdb\x34\x76\x81\ \x6d\x59\x20\x6b\x68\x6a\xcd\x5f\x28\x72\x2c\x7e\x6b\x31\x89\x29\ \xf3\x18\x97\x0c\x22\x54\xff\x33\xdf\xe0\x1d\x38\x8d\x7d\xfa\x8c\ \x59\x8c\x1d\x37\x91\x64\x7d\x23\x89\xba\x7a\x24\x55\x25\x95\xce\ \x51\x30\x6d\x54\xcd\x20\x1a\x8f\x23\x84\x84\x65\xd9\x78\x9e\xc0\ \x43\xc6\x71\x05\xae\x27\x70\x5c\x8f\x52\xa9\x84\x5d\xd6\xa2\x3d\ \xc0\x71\x3d\x0a\xa6\x85\x90\x64\x8c\x70\x98\xa1\xa1\x61\xba\xbb\ \x7b\xc8\xe5\xf2\x48\x92\xec\xbf\x4e\x59\x26\x91\x65\x05\x81\x84\ \x69\xfa\xd3\xdd\x4d\xd3\xac\xfe\x1e\x89\x44\x88\x46\xa3\xc4\xe3\ \x71\xea\xeb\xeb\x7d\xd7\x89\xed\x50\x28\x96\x10\x02\x4c\xcb\x1f\ \x73\x16\x89\x46\xb1\x6c\x97\x92\x69\xa1\xaa\x1a\x9a\xaa\xe1\x78\ \x1e\x0d\x8d\x4d\x81\x8e\x58\x03\x27\x33\xc8\x3b\x0b\xdf\x26\xe3\ \x6c\x39\x26\xc2\x1a\xe1\x9d\xb7\x97\xb3\x7e\xe9\xf3\x5c\xf6\xad\ \x1b\x58\x91\xd9\xfa\x39\x43\xcb\x9e\xe1\x47\xbf\xf8\x03\xf9\xbf\ \x7b\xab\x79\x9e\x7f\xe0\x5a\xce\xbf\xe0\x42\xbe\x77\xeb\x63\xf4\ \x16\xb6\xf7\x7e\x38\xbc\xfb\xc2\x23\x3c\xfb\xce\xa6\x0f\xdc\xb3\ \xfc\xd5\x27\xf9\xf1\xef\xde\xfb\x3f\x7f\xec\x37\xbc\xfb\x06\x6b\ \xba\x53\x5b\x91\x75\xe7\xaa\x65\xac\xda\xb8\x9e\x9f\xde\x74\x39\ \x3f\x7a\x61\xe3\xd6\x4f\xb0\xba\xf8\xc5\x4f\xee\xe5\xed\xed\x8d\ \x69\x0f\xf0\x5f\x0f\xf5\xb4\x2f\xfc\x0f\xb2\x2c\xe1\xda\x05\x4c\ \xcb\x26\x5f\x28\x12\x8f\x27\x48\x0d\xa7\x18\x33\x66\x34\xef\xbe\ \xf5\x16\x6f\xbc\xfa\x0a\x99\x54\x11\xd3\xb4\x08\x29\x2a\x8e\x27\ \xb0\x1d\x17\xc7\x71\xca\x33\x21\x5d\x32\xd9\x2c\xcd\xa3\xda\x10\ \xd8\x68\xaa\x4a\x49\x56\xf0\x84\x05\x8a\x8c\xaa\xa9\x78\xc2\x43\ \x52\x64\x84\x24\xa1\x87\x0c\x86\x46\x86\x41\x91\x89\xc9\x51\x4a\ \x65\xa2\x06\xca\xcd\x36\x0a\xf1\x78\x9c\xf6\xf6\xf6\x6a\xb4\xea\ \xd0\xd0\x10\x42\xf8\x0d\x35\x8e\xe7\xe2\x21\x68\x6e\x6a\xc2\xd0\ \x75\x24\x49\x22\x14\x0e\xe3\x58\x16\x91\x58\x94\xc1\xa1\x21\xb2\ \xb9\x60\x21\x72\xab\x37\xda\xee\xe1\xde\x1b\xaf\x60\x8f\x8b\x7e\ \xcc\x19\x7b\xf8\xab\xde\x03\x7f\x7a\x94\xab\xee\x5c\xc7\x95\x3f\ \xf8\x26\x9f\x3f\x65\x2c\x1d\x91\xf2\xa5\xbd\x55\xa0\x60\x49\x64\ \x8b\x16\x92\x1c\xaa\xd6\x13\x56\x21\x4b\xd6\xf4\x48\x24\x13\x68\ \xd5\x92\xdc\x25\x97\xc9\xe0\x48\x21\x92\xf1\xf0\x56\xb5\x87\xb9\ \xee\x4d\x1e\xff\xfd\x26\x3e\x72\xfe\xc5\xcc\x1b\x53\x4f\x63\x58\ \x02\x1c\xb2\xa9\x2c\x42\x8b\x90\x88\xfa\x6b\x18\x92\xac\xa0\xd4\ \x94\xf8\x76\xa9\x80\x2b\x79\x14\x4d\xa7\xe6\x3d\x14\x94\x72\x19\ \x0a\x8e\x4c\x22\x19\x47\x95\xfc\xdb\xac\x62\x8e\x6c\xc1\x46\x8f\ \xc4\x89\x87\xb5\xea\x63\xad\x52\x81\x5c\xbe\x84\x1a\x8a\x55\xb7\ \xe3\x5a\x25\xb2\xb9\x3c\x42\x0d\x91\x8c\xfb\x8b\xec\x08\x8f\x62\ \x2e\x4b\xc1\xf6\x88\x25\x92\xa8\xa2\x44\x3a\x6b\x12\x8e\x25\x08\ \xeb\x4a\xf5\xf5\xcc\x5c\x86\x7c\xcd\xb6\x1d\xdb\xc4\x45\xc5\xd0\ \xfe\xfa\x1c\xd2\x15\xcf\xdd\xc9\x83\xc5\x23\xb9\xef\x5b\x27\x60\ \x00\x58\x9d\xdc\xf3\xfd\xcb\xa8\x3b\xf1\x5a\x4e\xf8\xf4\x69\xe4\ \x63\x2d\xd5\x2b\x9e\x7c\xde\x42\x2e\xe4\x71\x6a\x42\x02\x85\x63\ \x91\xce\xe6\x50\x43\x31\x62\x61\xbd\xe6\x38\xe5\xc8\x16\x5d\xa2\ \xf1\x04\x86\x5a\xee\x5d\xb0\x8b\xa4\xd3\x05\xa4\x50\x98\x44\x79\ \x42\x4e\x80\x9d\xec\xbb\x7c\xcb\xad\xb7\xa1\x19\x2a\xb1\x68\x88\ \x48\x24\x42\x7d\x7d\x23\x9a\xa6\x31\x6b\x97\xd9\xf4\xf7\x0f\xb2\ \x7c\xf9\x0a\x34\x3d\x44\x22\xd1\x50\xee\x94\x1c\x44\xd6\x7c\xc9\ \xa2\x58\x32\x51\xca\xb6\x3a\x4f\x92\xd1\xf5\x10\xb9\x7c\x81\xd6\ \xd6\x51\x14\x0a\x9b\x10\x9a\x41\x38\x12\xc3\x30\x0c\x1a\x9a\x5a\ \xd0\x75\x8d\x4c\xae\x80\x0e\x28\x45\x13\xdd\x08\xa3\xea\x21\x22\ \xd1\x18\xc5\x62\xb1\xfa\x05\xd5\x34\x0d\xdb\xb6\x19\x18\x18\x20\ \x9d\x4e\x53\x2c\x16\x29\xe4\x0b\x48\x92\x4c\x28\x14\xc6\x76\x5d\ \x84\x80\x6c\xbe\x80\x69\x5a\x24\xe3\x09\x14\x59\x25\x67\x15\x48\ \xa5\x32\x6c\xee\xe9\x65\xcd\xea\xb5\x1f\x18\x70\xf0\x5f\x8d\xc6\ \x5d\x39\x6a\xaf\x49\x3c\xf3\xcc\xcb\x9c\xb1\xc7\xc7\x01\x97\x17\ \xff\xf0\x2e\xd3\x0e\x3a\x8d\x5d\xf4\xd5\x5c\xf4\xc8\x8b\x7c\xe9\ \xca\x19\x84\xba\x16\xf2\xbd\xeb\xef\x67\xb3\x1b\x45\x1a\x59\x8d\ \x3d\xf1\xa3\xe8\x40\xef\xdb\x4f\x70\xeb\x23\x2f\x90\x29\x59\x84\ \xc7\xed\xc7\xd7\xbe\x76\x0a\xed\x5a\x9e\xe7\xee\xb9\x99\x5f\xbd\ \xd1\x89\x0b\xcc\x3a\xea\x54\xbe\xfc\xa9\xfd\xaa\x33\x51\x4c\xd3\ \xc6\xce\xf6\xf0\xcc\x23\x3f\xe4\xed\x69\x47\xf2\xb5\x13\x77\xe7\ \xf9\x7b\x6f\xe0\xd9\xa5\x03\x08\x59\x63\xbf\xcf\x7c\x85\xd3\x0e\ \x9f\x89\x2c\x49\x54\x66\xc3\xf5\xbe\xfd\x5b\x6e\xb8\xf3\x57\x58\ \xb1\x3a\x46\xba\x56\x10\x3e\xe4\x00\x64\x60\xc9\x73\x3f\xe1\xfe\ \xdf\xbc\x8d\xe5\xd8\x34\xcd\x39\x8e\x0b\xbe\x78\x14\xb9\x37\x7e\ \xc5\x55\x77\x3c\x81\x19\x49\x32\xf7\xc3\x5f\xe2\x2b\x1f\x9d\x05\ \x40\x76\xe9\xef\xb8\xe2\xc6\x9f\x61\x46\xea\x28\x14\x6c\x0e\x38\ \xf9\x6b\x7c\xe1\xb0\xe9\xf4\xbf\xf5\x0c\x3f\xfc\xe5\x8b\xf4\xa7\ \xf3\x8c\xdd\xff\x04\x2e\x3e\xed\x70\x96\x3c\x7d\x13\xd7\xff\x7c\ \x39\x75\x71\x8d\x92\x56\xc7\xe8\x3a\x8d\xa1\xfe\x1e\xd2\xd2\x18\ \xce\xb9\xe4\x22\x76\x6f\x0f\xb1\xfc\x8f\x0f\x73\xef\x93\x6f\x62\ \xda\x36\x0d\xb3\x3f\xca\xa5\x5f\x39\x92\xa7\x6e\x3e\x9b\x3f\x86\ \x4e\xe2\xd6\x73\x0e\xfb\xab\x87\x7e\x9f\x8f\x7e\x92\x87\x2e\x7b\ \x96\xe5\x83\xc7\x33\xa7\x49\xa6\x7f\xc9\x02\xd6\x79\xb3\xb9\xee\ \xb0\xb1\xbc\x34\xff\x3b\x8c\xec\x79\x36\x93\x47\xc1\x13\x77\x5c\ \xc7\xaf\xdf\x1d\xa4\x21\x6a\xb1\xaa\xbb\xc0\xc1\xe1\x10\x94\x36\ \xf2\xc0\xfc\x1f\xf2\xce\xe6\x22\x96\x17\xe1\x63\x67\x9e\xc7\x31\ \xb3\x5b\xe8\x7d\xe7\x77\xdc\x72\xcf\x13\xa4\x5c\x30\x5a\x67\x73\ \xd6\xf9\xe7\x30\xc5\x5a\xca\x2d\x37\xfc\x88\xd5\x69\xc1\xa8\xc9\ \xf3\xf8\xe2\x39\xa7\xd0\x1a\x7c\x05\x76\x3a\xc8\xb2\x26\x93\xce\ \xa6\xc9\x15\x0b\xac\xdb\xb0\x81\xe7\x5f\x78\x81\x07\x7e\xf2\x10\ \x3f\xfb\xc5\x63\xe4\x4b\x25\xc2\xe1\x08\xaa\xaa\xd1\xd0\xd0\x40\ \x7d\x7d\x23\x02\x09\x59\xd5\xd0\xcb\xd1\xa8\xaa\x6e\x20\x29\x2a\ \x92\x10\xf4\xf5\xf7\x62\x96\x4a\x0c\x0f\x8f\x60\xd9\x0e\x89\x44\ \xa2\xea\x1e\x69\x6b\x6b\x23\x91\x48\x96\xb3\xae\x7d\xbf\xa3\xa6\ \x69\xb4\x8c\x1a\x45\x22\x91\x40\x29\x3b\x4e\x7c\xcb\x9f\x2f\x99\ \xa4\xd3\xe9\x6a\xf4\xab\x10\x1e\xb6\x63\x63\xbb\x2e\x96\xeb\x92\ \x4a\xa7\xe9\xea\xea\x62\xdd\xfa\xf5\x6c\xea\xec\x24\x9b\xcb\xf9\ \x7f\x90\xaa\x12\x4b\x24\xaa\x39\x28\x01\xb6\xe0\x90\xa3\xf6\x25\ \xbb\xe6\x15\xde\xcf\x03\xa9\xf7\x59\xb4\xde\xe2\xd0\x23\xf7\x82\ \x42\x8e\xe1\x74\x0e\x6c\x9b\x27\xee\xba\x93\xd2\xf4\x4f\x33\xff\ \xd6\x1b\x39\xf3\xb8\x79\xa8\x80\x53\xe8\xe1\xee\x3b\x1e\x63\xd4\ \x01\xa7\x71\xc5\xc5\x5f\x41\x7b\xff\x49\x7e\xf6\x5c\x27\x43\x6f\ \x3f\xca\x03\x0b\xb3\x7c\xf1\xbb\xb7\x72\xc3\xa5\x27\xb3\xea\x57\ \xf7\xf1\x9b\xf7\xb7\x68\x2c\xc2\xb3\x51\x5a\xf7\xe6\x6b\x57\x5c\ \xcb\xe5\x67\x1e\xce\xba\xe7\x7f\xc8\xe3\xeb\x93\x5c\x74\xc3\x0f\ \xf9\xce\x57\x3e\xc4\x4b\xf7\xdd\xcd\x5b\xbd\x05\x42\xba\x8c\xa4\ \xe8\xc0\x00\xf7\xde\xfb\x08\x2d\xc7\x7e\x95\xf9\x37\x7e\x97\x4f\ \x1d\x30\x1d\xd9\x53\xb0\xfb\xde\xe4\x47\x0f\xbe\xc4\x9e\x27\x9d\ \xc3\xa5\x67\x7f\x82\xee\x67\x7e\xc4\x73\xab\xb2\xa4\x37\x6f\xa4\ \xd4\x72\x04\x3f\x98\x7f\x13\xa7\x1f\x39\xbd\xba\xdd\xdc\xe6\x8d\ \xe4\xa3\xbb\x72\xe5\xad\xb7\x72\xd9\x89\x73\xf8\xfd\x4f\x1e\x65\ \x43\x01\xda\xf6\x3c\x92\x73\x2f\xb8\x84\x6f\x7c\xfe\x08\x56\xbc\ \xf0\x04\xef\x8c\x08\x46\xba\x37\xd0\xb2\xff\x89\xcc\xbf\xed\x06\ \xe6\x2a\x3d\xf4\xc7\x0f\xe1\xe6\xdb\x6f\xe4\xd0\x86\xf5\xfc\xe2\ \xe5\x65\x30\xf2\x2e\x77\xff\xf8\x79\xe6\x7c\xe6\x6c\x2e\x3b\xf7\ \x78\x06\xfe\x70\x0f\x8f\xbf\xd9\xcb\x41\x27\x9c\xc7\xff\x1c\x33\ \xfb\x6f\x3a\xee\x75\xd3\xf6\x66\xcf\xd1\x83\x3c\xbb\x70\x2d\x00\ \x6f\xbd\xf8\x1a\xa3\xf6\x3d\x8c\x36\x45\x27\x3d\x32\x4c\xc1\x53\ \x18\x5e\xf0\x30\x8f\xbf\x65\x73\xde\xb5\xb7\x70\xcd\x45\xa7\x33\ \xa9\xc1\x40\x48\x2e\x6f\x3e\x72\x37\x2f\x0f\x8e\xe3\xeb\x97\x5d\ \xce\xa7\xa7\x3b\x3c\x70\xd7\x13\x14\xcd\x2e\x7e\x74\xcf\xc3\xb4\ \x7c\xe4\x3c\xee\xb8\xfd\x3a\xf6\x56\x57\x70\xd7\x83\x2f\xb3\xee\ \xcd\x97\x78\x7d\x43\x8c\xf3\xae\xb9\x91\xcb\xcf\x39\x31\x20\xec\ \x9d\xb5\xd2\x8e\x44\xc3\xa8\x86\x8a\xa1\xe9\xac\x5d\xbb\x81\xa1\ \x81\x01\xda\xda\xc7\xf0\xc6\xa2\x37\x98\x36\x69\x32\x63\xc6\x8e\ \x63\xd9\xc8\x30\xa5\xa2\x8d\x1a\xd1\xd1\x8d\x10\x92\x2c\xa3\xaa\ \x1a\xaa\xaa\x60\x3b\x36\xae\x27\xd0\x8d\x10\xa6\x65\x13\x0a\x87\ \x51\x14\x95\x68\x24\x86\x65\x59\xb4\xb7\xb7\x93\x4a\xa5\xe8\xee\ \xee\xc6\x34\x2d\x4a\x25\x93\x70\x38\x54\xb5\xf3\x55\x72\xb0\x2b\ \xd7\xd5\x7e\xc3\x8e\x82\xeb\x7a\x28\x8a\x82\xae\xfb\x9d\x98\x9e\ \xe7\xa1\x96\x8a\x78\x9e\x87\x54\x7e\x9c\xe3\x38\x48\x02\x86\x47\ \x46\xfc\xc9\xf0\x86\x3f\x19\xbe\x32\x0a\x2d\xd0\xb4\xb7\x46\x7c\ \xf6\x91\xec\x99\x78\x9a\xd7\xde\x5c\x47\xd4\x5b\x40\xb6\xf5\x00\ \x0e\x1c\x2b\x63\x6f\x12\x28\x8a\x82\x93\x1d\x60\x5d\xa7\xcc\x41\ \xc7\xef\x45\x08\x68\xeb\x68\x42\x5f\x26\x93\x19\xee\x61\x7d\x77\ \x8e\xba\x3f\x3d\xc5\x0f\xdf\x77\xb1\x47\xcd\x60\x52\xc2\x61\xe5\ \x7b\x4b\x69\xdb\xed\x00\xe6\xb4\x68\xc0\x81\x1c\xd0\xfe\x20\xab\ \x96\xae\x83\x5d\xe7\x54\x54\x05\x24\x49\xc6\x5f\x63\x73\x59\xb3\ \x78\x35\xd3\xf6\x3b\x93\x09\x71\x19\x66\x1f\xce\xee\xb1\x27\x59\ \xb5\xba\x87\x26\x55\x45\x56\x35\x18\x5e\x47\x7f\x21\xca\xa9\x87\ \xcd\x06\x24\x9a\x46\xb5\x60\x0c\xc1\xd0\xba\xf5\x0c\x0e\x0d\xf1\ \xde\xb3\x3f\x63\xa5\xb0\xa9\x9b\x30\x83\x86\x90\x87\x8b\x4c\x28\ \x1a\x23\xa1\xa9\x5b\x2f\x09\xc9\x0a\x46\x38\x42\x18\x68\x9a\xba\ \x3b\x63\x78\x8c\x7c\x3e\xcf\xa2\x67\xef\xe3\xd1\x57\xbb\x88\xea\ \x25\x52\xa6\xc0\x2a\x3a\xc8\x8a\x46\x58\x0b\x01\x11\x76\x1d\x37\ \x86\x2e\x49\x07\x12\x4c\x9c\x36\x86\x3f\x15\xf3\x0c\xac\x1d\x62\ \x70\x70\x98\xc5\x7f\x78\x94\xb5\xc2\x26\x36\x76\x3a\xf5\x21\x89\ \xc6\x31\x33\x69\xfc\x9b\x17\xad\x9a\x39\xfa\xd0\x3d\xb8\xee\xc5\ \x3f\x90\x3e\x4c\xf0\xf2\x0a\x97\x0f\x5d\xb0\x3f\x50\x02\x49\x41\ \xd5\x04\x1b\x16\x6f\x60\xd4\xd4\xfd\x99\xdd\xa0\x80\xdd\x44\x5d\ \x22\x8c\xec\xa5\x59\xb6\xaa\x9f\xec\x40\x91\x87\xef\xbc\x03\xb3\ \xa8\x30\x6b\xea\x68\xf2\x9b\x16\xd3\x57\xaa\xe7\x93\x87\xcd\x00\ \x05\x0e\xdf\x6f\x4f\x5e\xf8\xc5\x9b\xc4\x4f\x3e\x81\x63\xdf\xbb\ \x93\x9b\x2f\xfb\x16\x07\x1c\xfb\x69\x8e\x3b\x72\x2e\xe1\xe0\x63\ \xbf\xf3\x91\x76\x3a\x95\x42\x0b\x19\x0c\xf6\x0f\x90\xcd\xe5\x31\ \x0b\x26\x3d\xdd\x3d\xa8\x8a\xca\xc2\x45\x0b\x39\xfe\x93\x9f\x00\ \x45\x66\xa0\xbf\x97\x74\x5a\xc2\x72\x4c\x7f\x4a\x35\x12\xa2\xfc\ \x5f\x34\x16\xa5\xb9\x79\x14\x85\x42\x91\xe1\x91\x34\xa1\x68\x94\ \xc1\xe1\x61\x54\x09\x22\xb2\xcc\xf0\xf0\x30\xc5\x62\x91\xca\xe4\ \xe8\x48\x24\x42\x38\x12\x2e\xe7\x6b\xfb\x32\x48\x25\x53\x44\x51\ \x65\x54\x55\x26\x14\xd2\xa9\xab\x4f\x92\x1a\x19\x41\x55\x15\x2c\ \xcb\x9f\x7c\x23\x69\x5e\x55\x46\x71\x5d\xb7\x9a\x36\xa8\xaa\xbe\ \x6e\x9e\x4a\xa5\x68\x68\x6c\xc0\x30\xf4\xe0\xdd\xfd\x00\xea\x39\ \xfa\xd8\x3d\xb9\xfe\x57\x3f\x66\xb3\x34\xc8\xde\x9f\xb8\x90\x30\ \x50\x10\x80\x10\xa8\xe1\x04\x8d\x89\x22\x4b\xd7\x6d\xe2\x98\xd9\ \xb3\xf1\x5c\x17\xc7\x75\x09\x85\xe3\x24\x63\x49\x0e\x3b\xf1\x5c\ \x3e\x3a\x33\x59\x7d\xb5\xa5\x43\x49\xfa\x96\x6d\x62\x18\x68\x70\ \xba\x58\x39\x64\xd3\x3a\xaa\xb9\x86\xac\x7c\xe6\xf6\x4f\x9d\x0a\ \x4d\x6d\x75\x74\xae\xed\xc4\x02\xf4\xf4\x3a\xd6\xe4\x54\xa6\x35\ \xd7\xe3\x2d\x36\x31\x1d\x17\xea\x9a\x09\x2b\x59\x96\xac\x1c\x64\ \x8f\x79\xcd\x08\xd7\xc1\x76\x3c\xa2\x0d\x09\xc2\x89\x76\x3e\x79\ \xd6\x25\xec\xd9\xbc\x45\xa5\x5d\xbc\xc8\x46\x08\x0f\x17\x3e\x30\ \xa3\x51\x78\xe5\xed\x4a\x0e\x72\xc8\xc0\xe9\x5b\xc2\xcf\x7f\xf1\ \x2a\x87\x5c\x7e\x2f\x1f\x9b\xdc\xcf\x25\xe7\xde\x8a\x53\x5e\x47\ \xa9\x4e\x73\x97\xdc\x2d\xdd\x8b\xae\x04\x1e\xfe\xb6\xe3\xad\x1c\ \xf7\xa5\x6f\xb2\x5f\xab\x5a\xa3\x99\xe7\xb1\x31\x88\x86\xfe\x36\ \x5b\xdf\xb4\x0f\x1d\x4b\xfb\x1f\x7e\xc8\x2d\x3f\xd8\x84\x35\x76\ \x6f\x0e\x9c\xa2\x02\xa6\x7f\x7c\x3c\x89\xe6\x8e\x7a\x06\x96\x2c\ \x67\x80\x63\x69\x06\x7f\x8a\x13\x61\x9a\x12\x21\xda\x1b\x3f\xc4\ \x25\x17\x1c\xb3\xe5\xc4\x34\xfc\x26\xaa\xc8\xb0\x7a\x7d\x8e\x99\ \xd3\x63\xac\xdd\xb4\x1e\x27\x31\x99\x78\xa2\x83\x53\x2f\xbc\x8a\ \x63\x97\x3f\xcb\x85\x97\xdd\x80\x53\x7f\x1b\x9f\xdb\x33\x48\x19\ \xdc\xe9\x48\x3b\x3b\x34\x8c\xed\xba\x74\x6f\xde\x8c\x59\xf2\xd3\ \xfb\x3c\xc7\x46\x92\xa1\xab\x73\x23\x43\x23\x03\xc4\x12\x61\x36\ \xf7\x9a\xa8\xba\x8e\xe3\x9a\x18\xa8\x68\x9a\x81\xa2\x18\x4c\xec\ \x18\x4d\x7d\x43\x23\x83\x23\x69\xf2\xc5\x12\xa1\x68\x94\x92\xed\ \x10\x4d\x24\x90\x5d\x1b\x49\x16\x84\x23\x06\x96\x55\x42\xd7\x75\ \x24\x49\x90\x4a\x0d\xa1\xa8\x0a\xbd\x7d\x69\x2c\xbb\x88\xa2\xa9\ \xb8\x8e\x87\x2c\x0b\x10\x0e\x6a\x48\x06\xd5\x66\x70\xa4\x97\x42\ \xa1\x44\x4b\x73\x2b\x8e\xf0\x90\x24\x15\xe1\xba\x84\x23\x21\x0c\ \x25\x4e\x26\xeb\x2f\x36\x56\x86\x20\x48\x92\x8a\x23\x5c\x3c\xe1\ \x12\x4b\xc4\x82\x4a\x7b\x3b\x98\x72\xd0\x31\x34\xdd\xf3\x39\x5e\ \xd6\x8f\xe6\xe1\x03\xc6\x95\x49\xcb\x21\x9f\xcf\x63\x87\x63\x7c\ \xf2\x8c\x4f\x73\xf9\xfc\xf9\x5c\xbe\x64\x3a\x76\xd7\x9f\x10\xed\ \xc7\x90\x6c\x9c\xc6\x49\x9f\x9e\xc6\x6d\x37\x5e\xca\xbb\x93\x47\ \x13\x8e\xb7\xf1\xa9\x33\x4f\x63\xe6\x11\xa7\xb0\xe7\x6b\xd7\x70\ \xe5\x37\xbf\x43\xd2\xea\x22\x33\xe1\x20\xbe\x74\x70\xc7\x16\xe2\ \x74\x6d\x0a\x05\x13\x57\x54\xb4\xdd\xd3\x79\xe5\xaa\x5b\xb8\xe4\ \xf2\xd5\xa8\x23\xeb\x88\xec\xfb\x71\x0e\x99\xde\xc8\xb2\xe5\x1d\ \x2c\xfd\xcd\xcf\x59\xf5\x91\xab\x39\xfd\x93\x07\x73\xfd\x6d\x97\ \xd2\x35\x6b\x0a\x9b\xdf\x7f\x07\xe5\xc0\x83\x88\x4f\x3b\x88\x63\ \xf7\x7d\x99\xdb\x2e\x39\x9f\x19\x93\x1a\xd1\xda\xe7\x72\xe6\xa9\ \xc7\x20\xbb\x16\xc5\x92\xfd\x81\xbf\xd1\x73\x4c\x8a\xa5\xca\x24\ \x76\x87\x42\x26\x87\x54\x37\x86\xb9\xb3\x9a\x78\xe6\xc7\xf3\xe9\ \x6c\xb6\x58\x93\x71\x31\x74\x85\x9c\x55\xa4\xa8\x94\xa7\xaf\x9b\ \x25\x4a\xe5\xc9\xe6\x8e\x5d\x24\x97\xc9\x11\x99\xf8\x61\x3e\x7a\ \xe0\x0b\xdc\x75\xd9\x05\xbc\x3c\xb9\x09\xb5\x75\x0e\x5f\x3a\xf5\ \x28\x9e\x9f\xff\xbf\x3c\x17\x3a\x85\x3b\xbe\x7a\xd8\xdf\x76\xe0\ \xa3\x33\x38\x6e\x9f\x08\xa7\x7e\xe7\x35\x2e\xfb\xf9\x37\x88\x56\ \x16\x38\x4b\x45\x72\x79\x93\x31\xc7\x9c\xc4\xbc\xd7\xae\xe6\xf2\ \xaf\x7f\x9b\x29\x8d\x45\x96\xf5\xb9\x1c\xaa\xc5\x39\xf0\x73\x9f\ \xe2\x85\xab\xef\xe7\x1b\x57\xbc\x4b\x8b\x2e\x33\xeb\xd8\xcf\xf1\ \x91\x39\x7b\x72\xd2\x87\xe7\xf0\xa3\xeb\x2f\x61\xd9\xf8\x38\xeb\ \x36\xe4\xf8\xec\xc5\x1f\xa7\xb8\xec\x25\xee\xfa\xcd\x22\x14\xc3\ \x46\x6e\xea\xa0\xbd\xc1\x08\x3e\xf0\x3b\x21\xa4\xe6\xe6\x76\x81\ \xe4\x5f\x52\xba\xae\x87\x28\x37\xc8\x28\x12\x34\x35\x37\x72\xc8\ \x21\x07\x61\x5b\x05\xba\xba\xd6\x63\xe8\x2a\x9e\x55\xc2\x2d\x99\ \xd4\xd5\x37\xe0\x78\x02\x0f\x89\x54\x36\xcf\xd0\x70\x0a\xcd\x08\ \x21\x29\x2a\x42\xc8\x78\xc2\x45\x72\x2c\x3c\xd7\x61\x70\x70\x80\ \x50\x28\x4c\x5d\x5d\x1d\xc3\xc3\x43\x98\xa6\x3f\x5b\x32\x93\xc9\ \x10\x8d\xc6\x28\xe4\x4b\x7e\xb7\xa4\x67\xa1\x69\x0a\x2d\xa3\x1a\ \x71\x5d\xbf\x0b\x52\xd3\x0c\x0c\x3d\x4c\x3a\x9d\x03\x21\xe3\x7a\ \x0e\xc9\xba\x24\x53\xa7\x4c\xa1\xb3\xab\x8b\xcd\x9b\x37\x57\x6d\ \x82\xd1\x68\x14\x55\x55\x49\x26\x93\xec\xbb\xef\xbe\x5c\x74\xe1\ \x45\xc1\x60\xdf\xed\x60\xf3\xda\x95\x64\x68\x60\xda\x24\xbf\x2a\ \x76\x4b\xc3\xac\xdc\x30\xcc\xd8\x29\x93\x89\x29\x30\xdc\xb5\x8a\ \xa5\xab\x3b\x71\xb5\x38\xe3\x26\x4f\x65\x7c\x6b\x1d\x92\x28\xb1\ \x71\xc5\x52\xd6\x76\x8f\x10\x69\x1c\xc3\xac\xd9\xd3\x88\xa9\x60\ \x67\x07\x59\xfc\xde\x12\x72\x6a\x3d\xb3\x76\x9f\x4d\x83\xbe\xa5\ \x12\x76\x72\x83\xac\xda\x94\x65\xc2\xb4\x09\x84\xcb\xfa\x6a\x71\ \xa8\x9b\xf7\x97\xac\xc4\x89\xb7\xb1\xeb\x9c\x19\xc4\x65\xf0\x8a\ \x69\x96\x2f\x5f\x4b\xd3\xf4\xdd\x18\x15\x51\xd8\xbc\xe6\x3d\x56\ \x6e\x1a\x44\x09\xd7\x31\x7e\xfa\x0c\xc6\xd4\x47\xc0\xcb\xb1\xf2\ \xbd\x25\x74\x0f\x17\x88\xb7\x4d\x66\xce\x2e\x63\xb1\xfa\x37\xd2\ \x99\x0d\x33\x6d\xd2\xd6\xd3\xc5\xcd\xe1\x2e\xd6\x0f\x0a\xa6\x4c\ \x1d\x83\x52\x4a\xb1\x6a\x6d\x3f\xed\xd3\xa6\x12\x2e\xf6\xf3\xde\ \xfb\xcb\x18\x31\x05\xc9\xd6\xf1\xcc\x9a\x36\x81\x62\xef\x4a\x86\ \xa4\x16\x26\xb7\xd7\x93\xda\xb4\x9a\x01\xd1\xc4\x94\x71\xf5\x8c\ \x6c\x5e\x43\xaf\x53\xc7\x8c\x31\x4d\xe0\xe5\x59\xbd\x78\x09\x9d\ \x83\x79\x62\xad\x93\x98\xbb\xcb\x58\x52\x9b\x96\x33\x24\xb5\x32\ \x7d\xec\xf6\xf3\x27\xb6\x37\xd8\xd7\xca\x0d\xb0\x7c\xd5\x30\x53\ \x76\x9d\x46\x44\xf5\x25\xa3\xae\xb5\xab\x70\xea\xc6\x33\xbe\x31\ \x8c\x53\x1c\x62\xe9\x7b\xcb\x18\x2c\x7a\x34\x8c\x1a\xcb\xb4\x69\ \x13\x88\x28\x90\x1f\x58\xcf\xfb\xcb\x37\x50\x14\x21\x26\xcd\xda\ \x8d\x71\x8d\x11\x10\x2e\x9b\x96\xbd\xc3\x9a\xbe\x22\xa3\x77\x99\ \xcd\xd4\xd6\x3a\xcc\x91\x6e\xde\x5b\xb2\x8a\x8c\xad\x32\x66\xca\ \x4c\xa6\x8d\x69\x08\x18\xee\x5f\x84\x1d\x39\xd8\x57\xba\xe0\xc2\ \x4b\x84\xa2\xaa\x78\x9e\x87\xeb\xf9\x9d\x8f\xb8\x1e\xc2\x73\xb1\ \xcc\x22\x02\x0f\xd7\x29\x92\xcb\x65\xc8\x64\x86\x29\x66\x33\xd8\ \xa5\x02\xcd\x4d\x2d\x38\x9e\xc0\x05\x8a\x25\x8b\xa2\x69\x51\xb2\ \x1c\x6c\xd7\xc5\x71\x3d\x84\xeb\xa2\xa9\x32\xa5\x62\x9e\x6c\x36\ \x47\x43\x43\x03\xcd\xcd\xcd\x64\xb3\x59\x46\x46\x52\x38\x8e\x8d\ \x69\x5a\x18\x86\x8e\xeb\x0a\x6c\xcb\xa5\x50\xcc\x11\x0a\x19\xb4\ \x77\x8c\x2a\x77\x49\x4a\x64\x33\x39\xa2\xd1\x38\xae\x23\xb0\x2c\ \x07\xdd\xd0\x10\x08\x1a\x1b\x1b\x19\x19\x19\xa9\x76\x4f\xe6\xf3\ \x79\x12\x89\x04\x02\xb0\x4c\x93\xc3\x0e\x3b\x8c\x9b\x6e\xbc\x89\ \x5c\x79\x81\x32\x20\xed\x00\xff\x4e\xbc\xf5\xc6\x42\xda\x3a\x3a\ \x68\xef\x08\xa6\xb1\x07\xa4\xfd\xcf\x25\x6d\x75\xe3\xc6\x8d\x48\ \x12\x65\xe2\x92\x90\x84\x8c\xf0\xc0\xf3\x1c\x64\x59\x02\xcf\xc1\ \x73\x2d\x74\x5d\x21\x16\x8d\x13\xd5\x35\x9c\x52\x14\x55\x53\xb1\ \x0a\x45\x74\xc3\xc0\x48\xc4\x09\xd9\x2e\xb6\xe3\x77\x43\x7a\x9e\ \xa0\x54\x2c\xe0\x79\x1e\x9a\xaa\x20\xca\x9e\xd3\x7c\x3e\x4f\x28\ \x14\xa2\xb1\xb1\x01\xc7\x71\x28\x14\x0a\x0c\x0d\x0d\x61\xdb\x2e\ \x9a\x6a\x60\x18\x21\x42\x21\x03\x55\xd1\x29\x16\x4b\x68\xaa\x4e\ \x63\x63\x13\xe1\x70\x94\xae\xae\x6e\x6c\xcb\x97\x3e\x64\x45\xa6\ \xbf\xbf\x1f\x51\x9e\x52\xe3\x79\x1e\xe1\x72\x06\xb7\xe3\x38\x14\ \x1c\xbb\xac\xa1\x07\x08\xb0\x83\x2e\x61\xa5\xa0\x21\x77\x67\xc6\ \x0e\x9d\xc6\x3e\x34\x34\xe4\xb7\x8a\x7b\x0e\x08\x09\x84\xe4\x4b\ \x24\xf8\x31\xa8\x7d\x9b\x37\xd3\xd3\xb3\x89\x79\x7b\xee\xc1\x1e\ \xbb\xef\x86\xa1\xf9\x9a\xa1\xe7\x09\x04\x92\xef\x97\xce\xe5\x71\ \x5c\x0f\xcb\xf1\x28\x59\x26\x9e\x07\xba\xa6\xa1\x1a\x1a\x9e\xe7\ \x77\x4d\x56\x2c\x7e\xb6\x6d\xfb\x8b\x86\x9e\xc7\x8a\x15\x2b\xe8\ \xec\xec\xaa\x9e\x30\x84\x80\x44\x22\xce\xe4\xc9\x53\x08\x87\xc3\ \xd8\xb6\x85\x69\x5a\x74\x75\x75\xa3\xeb\x3a\x8e\x53\x40\x92\x60\ \xea\x94\x29\x74\x74\x74\xf8\xf9\xdc\x8a\x82\xeb\x79\x08\xe1\x3b\ \x20\x6c\xdb\xc6\x75\x5d\xa6\x4c\x99\x12\xe4\x8f\x04\xd8\x61\xa8\ \xab\x6f\xa0\xaf\xb7\x87\xb6\xf6\x8e\x20\x22\x78\x27\x43\xb1\x50\ \x20\x35\x3c\xcc\x94\x69\x33\x76\x0c\x69\x37\x37\x37\xe3\xb9\x2e\ \x8a\x02\x8e\xed\x20\x09\x05\x59\x56\x90\x84\x1f\xd0\x84\x27\xc8\ \x64\x46\xc8\x65\x73\x74\x77\x75\x63\x9b\x79\x5c\xd7\x46\x96\x64\ \x34\x4d\x07\x49\xa6\x50\x2c\x52\x28\x14\x7c\xe2\xb6\x6d\x90\x24\ \x54\x4d\x43\x52\x95\x6a\xa7\xa3\x3f\x22\xcc\x45\x92\xfc\xa9\x36\ \x99\x4c\x9a\x81\x81\x81\xf2\x1c\x48\x19\xcf\xf3\xa7\xcf\x64\xb3\ \x59\x7a\x7b\xfb\x88\x44\x62\xf4\xf6\xf6\xd2\xdb\xdb\xe3\xbb\x46\ \xca\xcf\x13\x40\x36\x9b\x65\x78\x78\x18\xd3\x34\x41\x02\x55\xf1\ \x25\x13\xc7\xb6\xf1\x3c\x0f\xdb\xb6\xe9\xe8\xe8\x08\x3a\x22\x03\ \xec\x30\x8c\x1b\x3f\x11\xb1\x7e\x2d\x7f\x7a\xe3\xf5\x1d\x96\x51\ \x11\xe0\x5f\x03\x59\x86\xf6\x31\x63\x49\xd6\xed\x18\x67\x8e\xea\ \x07\x33\x81\x10\x4e\x59\xcf\x96\xf0\x3c\x10\xae\x87\xa2\xaa\x4c\ \x9a\x5c\x4f\x7b\x47\x2b\x03\x03\x9b\xd9\xd4\xd9\x05\x38\x58\xe5\ \x8c\x10\xe1\xf9\x21\x4e\x08\xfc\xa6\x9b\x72\x45\xe1\x7a\xbe\x55\ \x4c\x52\x64\x5c\x6f\xcb\x25\x84\xeb\x3a\x94\x4a\x16\xb9\x5c\x96\ \x4c\x26\x53\x1d\xc2\xeb\x47\xb7\x3a\x7e\x23\x0e\x32\xe9\x74\x8e\ \x5c\xd6\x64\x70\x60\x18\xdb\xf2\x73\x48\x24\x45\x22\xa9\x25\xfc\ \xb9\x93\x96\xc5\xc8\xd0\xf0\x96\x4b\x14\x49\xa2\xbc\x13\x78\xc2\ \x23\x9f\xcf\x93\xcf\xe5\x91\xe4\xe0\xcb\x12\x60\xc7\x40\x51\x55\ \x26\x4d\x99\xc6\x84\x89\x93\xab\xa6\xc7\x00\x3b\x07\xfc\x75\xae\ \x1d\x77\xf5\xa4\x3e\xfa\xe8\xa3\xc8\x32\x84\x23\x3a\xe3\x27\x4c\ \x20\x1e\xaf\xc3\x31\x5d\x14\x59\x41\x78\x02\xc7\xb6\x50\x24\x30\ \x42\x1a\x0d\x4d\x2d\x84\x42\xba\x9f\x39\x62\x96\xfc\x46\x17\x59\ \x06\xcf\xf7\x6b\xcb\x8a\x84\x2c\x2b\x15\xfe\xc4\x72\x5c\xdc\x8a\ \x17\x56\x08\x1c\xa7\xec\x81\x15\xe0\x38\x4e\x59\xca\x70\x40\x12\ \x48\x12\x94\x4a\x16\x08\x99\x48\x24\x86\x10\x10\x8f\x27\x71\x5d\ \xdf\x51\xe2\x7a\x8e\x3f\xf0\x57\x52\x11\x50\x5d\x18\x04\xdf\x67\ \x2b\xfc\x8d\xf8\xf7\x79\x02\x23\x98\xc6\x1e\xe0\x3f\xa1\x2a\x0b\ \xa2\x14\x02\xfc\xb3\x49\xdb\x75\x5d\x6c\xc7\x21\x53\x48\x31\x34\ \x32\x42\x6b\x6b\x3b\x4d\x0d\x2d\xd8\x96\x8d\x6b\xfb\x93\x68\x6c\ \xdb\x66\x74\x47\x2b\xb1\x44\xd2\xaf\x6e\x25\x87\xb0\x6e\x20\x23\ \xe1\x09\x0f\xe1\x79\x7e\x72\x9f\x63\xfb\x03\x0c\x14\x05\x5d\xd3\ \x50\x34\x7f\xf8\x41\x6d\x33\x8c\x24\xf9\x79\xdc\xba\xae\x21\x49\ \x92\x6f\x33\xc4\xf5\x1b\x1b\x1c\x0f\xcf\x95\x7c\x3f\xb6\xe7\x3b\ \x39\x4a\x66\x11\x55\x05\x24\x8f\x62\x31\x87\x82\x3f\xf9\xa6\xd2\ \x58\x03\x20\x95\x07\x20\xd8\xb6\x8d\x10\xbe\x65\x51\x0d\xa6\xb1\ \x07\x08\x10\x60\x67\x24\xed\xe6\xe6\x66\x1c\xcf\x46\x31\x60\x70\ \x70\x90\x0d\x1b\x37\xd0\x3f\x30\x4c\x53\x7d\x13\xae\xe7\xe2\x3a\ \x0e\xf1\x58\x14\xdb\x73\xc9\x64\x33\xc4\xe3\x09\xf4\x70\x14\xcf\ \xf1\x27\xc9\x48\xb2\x2f\x49\xb8\xb6\x8b\x6c\xdb\xd8\xb6\x1f\x27\ \xe9\x0a\x09\x45\xd1\x51\x55\xc9\xcf\x15\x29\x2f\x3e\x56\xaa\x6e\ \xdf\x4e\x27\xca\xf1\xac\x7e\x54\xab\xaa\xa8\xc8\x9a\x0e\x28\x28\ \xb2\x3f\x4c\x21\x4e\x0c\x84\x87\xa4\x78\x78\x5e\x02\xc9\xf3\x15\ \x42\x21\x84\xff\x7a\xfe\x1a\xa6\xaf\x99\xbb\x5e\x79\x42\xbb\x49\ \x7d\xb2\x2e\x18\xec\x1b\x20\x40\x80\x9d\x8f\xb4\x9b\x9a\x1a\x09\ \x47\xc2\xe4\x8a\x19\x72\xd9\x02\x91\x96\x18\x86\x6e\x90\xcb\xa6\ \xfd\x31\x63\xc0\xd0\xd0\x00\x03\x83\x7d\xec\xb6\xeb\x2c\x92\x75\ \x75\xb8\xae\x53\x5e\x54\x94\xd0\x54\x1d\x59\x96\x70\x14\x07\x0c\ \x03\x21\xa2\x80\x87\x40\xc2\xb5\x45\x59\x03\x92\x28\x07\x86\xe0\ \x3a\x2e\x02\x90\xa5\x8a\xfe\x2d\x00\x19\x49\x32\x00\x09\xc7\x15\ \x08\xcf\xc6\x91\x6c\xa0\x9c\x43\x22\xc0\xb3\x7c\xcf\xb4\x84\x40\ \x91\x24\x5f\xc7\x96\x28\xeb\xd6\x12\x8a\x2c\x50\x54\x5f\x11\x71\ \x85\x40\x0a\x2e\x4b\x03\x04\x08\xb0\x33\x92\x76\x22\x11\x23\x11\ \x8f\x53\x28\x64\x09\x6b\x21\x32\x99\x34\x8a\x24\x21\x84\x43\x21\ \x57\x2a\xeb\xd4\x2a\x8d\x0d\xf5\x84\x23\x11\x8a\xa5\x22\x08\xb9\ \xbc\xf6\xe7\x21\xf0\x67\x42\x7e\xd0\xb3\x28\x10\x92\x84\x5c\x9e\ \x6e\x53\xb1\xf5\xc9\x8a\xe2\x93\xad\xe4\x2f\x60\xfa\xd5\xb0\x52\ \xcd\x0e\x96\x85\x00\xb9\x52\x8d\xbb\x78\x65\x1d\xdc\x71\xc1\x75\ \x1c\x24\x3c\x60\x4b\x52\xa0\x24\x49\xa8\xaa\xba\xd5\x3e\xf8\x9d\ \x9a\x01\x02\x04\x08\xb0\x13\x92\x76\x5f\x6f\x3f\x83\x43\x43\xc8\ \x32\x34\x37\x37\x31\x34\x34\x48\x36\x9b\xc1\xb6\x6d\x24\x49\xc6\ \x50\x74\x92\xc9\x38\xad\xad\xad\x65\xef\xb4\x83\x2c\xf9\x9d\x81\ \x02\xca\x76\x3c\x69\xfb\xf6\x3a\x21\xe3\x49\x35\x93\x52\x2a\xc4\ \x2e\xb6\x98\xd3\x6b\x25\x0c\xff\xfe\x2d\xa6\x75\xa9\x5c\x8d\x0b\ \x21\xfc\xc0\x7a\x45\x46\x91\x15\x40\xf6\x7d\xe2\x35\x27\x8a\x5a\ \xe9\x45\x08\xe1\x3b\x5b\x02\x04\x08\x10\x60\x67\x23\x6d\x24\x08\ \x19\x21\x06\x87\x07\xc8\xe7\xb2\x94\x8a\x45\x5c\xd7\xad\x6a\xd0\ \x96\x65\x61\xdb\x0e\x8e\xe3\x62\x59\x26\x4d\x8d\x2d\xc4\x22\x31\ \xd0\xa9\x66\x5f\xff\xb9\xee\x20\x09\x09\xcf\xf3\xca\x26\x8e\xed\ \x93\x68\x85\x6c\xb7\xbc\x56\xcd\xf3\xab\x15\xfa\x16\xb7\x88\x24\ \x0b\x10\x52\xb5\x32\xaf\x3d\x61\xd4\x3e\x36\xb0\xfb\xfd\x67\xc1\ \x1a\x5c\xce\x93\xbf\x5f\xcc\xe4\x7d\x8e\x64\xee\xc4\x20\x79\x2e\ \x40\x80\xbf\x9b\xb4\xbb\xba\xba\x91\x65\x09\x55\x55\xc8\xe6\xb3\ \x18\xa1\x30\xae\xe3\xa2\x6a\xfe\xf0\x82\x70\x38\x4c\xc8\x08\x11\ \x32\x42\x7e\x46\x88\x6d\x63\xd9\xd6\x96\xc0\xcd\xb2\x76\xbc\x3d\ \xd2\x76\x1c\xd3\xbf\x5d\x08\x24\x59\x2e\xc7\xa8\x0a\x24\xfc\x05\ \x48\x2a\xed\xf3\x02\x1c\xc7\xaf\xb2\x3d\x21\xaa\x24\x2f\x21\xe1\ \x7a\xae\x2f\x83\x20\xf9\x8b\x9e\xae\x53\xb5\xf2\x55\x08\xbb\xb6\ \xca\x17\x42\x60\x5b\x36\x8e\xed\x04\xef\xee\x36\xe8\x7c\xeb\x05\ \x5e\x7a\x6f\x2d\xa6\x27\xfc\x2e\x52\x25\xca\x01\x1f\x3f\x9e\x99\ \x8d\xff\xfa\x18\xdb\xfc\xfa\xd7\xb8\xe7\x81\xa7\x39\x6d\xf4\x7e\ \x01\x69\x07\x08\xf0\x8f\x90\xf6\x84\x09\x93\x10\xc2\x45\x96\x7d\ \x39\x42\x29\xdb\xe7\x34\x4d\x2b\x0f\x22\xf0\x6f\xf3\x6d\x7a\x3a\ \x86\xae\xa3\x6b\x5a\xd5\x7f\x5a\xd1\x95\x6b\xab\xee\xca\xed\xaa\ \xa6\xe0\xb9\x9e\x9f\x79\xec\xfa\xb9\x21\x54\x15\x12\xb1\x15\xd9\ \x4a\xb2\xe4\x9b\xd6\x6b\x2a\xf0\x42\xc1\xcf\x2f\xa9\x58\x05\x65\ \x59\x06\xcf\xf3\x09\xbd\x66\x9b\x95\xc7\x57\x7e\xb7\x6c\x0b\xc7\ \x75\x82\x8e\xc8\x6d\xb0\x71\xd1\xb3\xdc\xf3\xd0\x6b\xb4\x4c\x9c\ \x42\xc2\x10\x38\x5a\x33\xd3\x3f\x74\x2c\xfd\xb9\x4e\x8a\x46\x92\ \xb1\xad\x4d\x14\x52\xdd\x74\xf5\xbb\x8c\x19\xd7\x42\x61\xa8\x8f\ \xe1\x9c\x89\x1a\x4e\xd0\xda\xd6\x4a\x44\x15\xe4\x53\x83\x0c\x0c\ \x67\xb0\x5d\x89\x78\x7d\x03\xba\x97\x65\x28\x6d\x12\x6b\x6e\xa7\ \xb5\x2e\x82\xe4\x94\x18\xe8\xef\x27\x9d\x37\x41\x31\x68\x6e\x6f\ \x23\x19\xd2\x90\x64\x05\xc3\xd0\xb7\xcc\x82\x14\x25\x7a\xbb\x7a\ \xc8\x94\x24\x9a\x5b\xdb\xa9\x8f\x1b\x14\xd2\x7d\xf4\xa7\xa1\x63\ \x0a\x04\x2c\x4c\x00\x00\x20\x00\x49\x44\x41\x54\xcc\x28\xb4\xe0\ \xad\x0b\x10\x60\xfb\xa4\xdd\xde\xde\x5e\x96\x2e\x04\x8a\x22\x97\ \xdb\xcd\xfd\xa9\x31\x15\xbd\x5a\x51\x94\x6a\x45\x2b\x97\x9d\x1b\ \x7e\x17\xa3\x57\x25\xed\x6d\x89\x5b\x08\xe1\xff\xbf\x22\xa1\x69\ \x21\x1c\xc7\xd9\x8a\x58\xb7\xae\xcc\xcb\x61\x55\x92\xbc\x95\xec\ \x11\x89\x44\x7d\xb2\xaf\x54\xdb\xb2\x5c\x1e\xe8\xca\x56\x27\x07\ \x59\x96\xcb\x23\xc9\x44\x75\x54\x99\x1c\x10\xf6\x07\xdf\x6c\x55\ \xc6\x68\x9f\xc3\xd7\xbe\x7b\x0b\xfb\x8d\xaf\x1c\x9f\x02\x4f\x5e\ \x7f\x3d\xb7\x2e\x34\xb8\xe6\x9a\xaf\xf0\xea\xcd\x17\xf3\x76\xc3\ \xa7\xb9\xfd\xfc\x79\xdc\x7d\xed\x15\xbc\xb2\x32\x85\xa4\x46\x39\ \xe4\xd4\xaf\x73\xc1\xf1\x73\x79\xf6\xde\xcb\xb8\xe3\xa9\xd5\xd8\ \x42\xa1\x7d\xc2\x24\x62\x66\x1f\x6b\x3a\x87\x69\x9c\x76\x28\x97\ \x7d\xff\xdb\xec\x9a\x7b\x8d\x6f\x5f\x7c\x3d\xcb\x36\x17\x41\x89\ \x30\x75\xde\x87\x39\xff\xf2\x73\x68\x53\xca\xa7\x63\x59\x05\x2c\ \x5e\x78\x64\x3e\x77\x3f\xfe\x2a\xa9\x22\xb4\xcd\x3e\x82\xcb\x2f\ \x3a\x83\x55\x0f\x5d\xca\x55\xcf\xc0\x75\x3f\xbe\x8b\xfd\x5a\x02\ \xf7\x4f\x80\x00\xdb\x83\xec\x2f\x06\xd6\xfe\x80\x10\x7e\x2b\xbb\ \x2c\x2b\x48\x92\x52\x26\x53\x85\x4a\xa8\x53\x85\xd8\x6b\x89\xda\ \x6f\x94\x71\xab\x81\x4d\xe0\xb7\xad\xbb\xae\x8d\xe3\x58\xb8\xae\ \x83\x10\x2e\x9e\xe7\xe0\x38\x36\x9e\xe7\x94\xef\x77\xca\xaf\xe7\ \xe0\x38\x26\xa6\x59\xc2\x34\x8b\xd8\xb6\x89\x6d\x97\x90\x24\x0f\ \x4d\x53\xd0\x75\x15\x45\xde\xbe\x24\x52\x21\xef\x0a\x91\xcb\x65\ \x29\x26\x68\x1f\xde\x1a\x92\x1a\x42\xcf\xac\xe4\xc6\x8b\x4e\xe6\ \xa4\xcf\x7e\x8a\x2f\x5c\xfa\x08\x19\x11\xe1\xb8\xb3\x2f\xe4\xd8\ \xd1\x43\x7c\xf7\x82\xf3\x59\xe4\xed\xce\x05\x5f\x3b\x9e\x44\x72\ \x34\x9f\x38\xed\x2c\xce\x3d\xfb\x4c\x0e\x1c\x2b\xf8\xc3\x73\x2f\ \xd2\x39\x54\x24\x93\x1e\x24\x39\xfb\x73\x3c\x70\xe7\x37\x89\x0e\ \xaf\x23\xb6\xc7\x49\xdc\x7a\xe3\x85\xe8\x6b\xfe\xc8\xd3\xef\x76\ \xe2\x59\x69\x7a\x73\x21\x3e\x73\xde\x2d\xfc\xf8\x86\xb3\x28\xbe\ \xfb\x38\xf7\xfc\xe2\x5d\x84\xa6\x21\x01\x9a\xae\x92\x5f\xf7\x0a\ \xf7\x3f\xf8\x0c\xad\x07\x9f\xc6\x37\xff\xf7\x93\x64\x17\xfd\x92\ \x07\x5f\x5a\xc2\x94\x43\x3e\xcb\xe9\x27\x1d\xc7\xc4\x44\x40\xd8\ \x01\x02\xfc\xd9\xe2\x0b\x21\x21\x84\x2f\x39\x78\x9e\xa8\x12\x5e\ \xa5\x7a\xf5\x17\x0a\xa5\x1a\xed\x7a\x8b\xdc\x51\x5b\x6d\x57\x06\ \xf8\x56\xda\xd5\x5d\xd7\x45\x55\x7d\x2b\x9f\xef\x44\xa9\x91\x42\ \xa4\xad\xff\xf5\xb7\xbd\xe5\x44\x50\xa9\xec\x2b\x64\x6c\xdb\x76\ \x95\x8c\x3d\xff\xc6\xed\x3a\x4f\xa4\x9a\x2b\x00\x7f\x96\x64\x50\ \x6d\x6f\x75\x62\xf3\x1c\x5c\xa3\x89\x83\x3e\x72\x32\xb3\x5a\x65\ \xe4\xe4\x54\x62\x12\x10\x9e\xc0\xbe\x7b\x4f\xe4\xe7\x2f\xfe\x9e\ \x7d\x0f\x9e\xc3\xec\x46\x95\xae\x45\x4f\x70\xe3\xf5\x8f\x10\x9b\ \xbd\x0f\x71\x21\x23\x79\x12\xae\xed\xdb\x3b\x35\x3d\xc6\xf8\x69\ \xd3\x69\x4f\x24\x28\x46\xe3\x8c\x9d\x34\x85\xd1\x75\x32\xb9\x4c\ \x09\x21\xc9\x48\xb2\x4e\x32\x39\x8a\xb1\xbb\x35\x31\x7b\x6a\x9c\ \xa5\x6b\xd7\x91\x9b\x07\x20\x11\xd2\x04\x83\x03\x7d\x8c\x14\x64\ \x94\x0d\x6f\xf1\xc2\x88\xc1\x8c\xfd\xf7\xa1\x35\x11\x61\xfc\x6e\ \xfb\xf2\x3f\xbb\x05\xef\x53\x80\x00\x7f\x91\xb4\x5d\xd7\x27\x65\ \x4f\xb8\x58\x96\x5d\x25\xd3\x4a\x9b\x78\x25\xf2\x54\xd3\x74\x3c\ \xcf\xad\xb6\xaa\x57\xda\xd1\xc1\xb7\xfd\xa9\xaa\x8a\x51\x9e\xd0\ \x5e\xa9\xb8\xc1\xab\x56\xe0\xb5\xa4\x5e\x3b\x50\xa0\xb2\x8d\xda\ \x9f\xda\xfb\x6d\xdb\xc6\x71\x9c\xaa\x0c\xa2\xa9\x7e\xc5\x56\x21\ \xe6\xca\x7c\xc8\x8a\xa4\x22\xcb\x32\xaa\xaa\xfa\x96\xc4\x20\x7b\ \x64\x1b\xd6\x76\x71\xe5\x10\x1d\x13\x67\x30\x6b\x92\x4e\xbe\x60\ \x32\x94\x83\x48\xef\xf3\xfc\xf8\xc9\x55\x1c\x74\xcc\x3e\xac\x7f\ \xed\x97\x3c\x75\xc4\x5c\xea\xd6\xbe\xcf\xfa\x54\x9c\x0b\x3f\x7b\ \x12\xca\x33\x1b\x58\xf0\xb6\x9f\xb0\x28\x04\x78\xae\x87\x53\x39\ \x71\xba\x2e\xc2\xf5\x7d\xf3\x94\xa5\x33\x15\x93\xee\x4d\x2b\x58\ \xf6\xfa\x08\xcb\xd7\xe5\x68\xf9\xcc\x44\x92\xfa\x2a\x84\x99\x66\ \xc5\xaa\xf5\xec\xb1\x5b\x1b\x4d\x11\x17\xa3\x65\x16\x1f\xff\xd8\ \x6c\x4a\x59\x97\x09\xd3\xa6\xb0\xf2\xc5\x07\x79\xf2\x5d\x38\xf1\ \x8b\x9f\x63\x5c\x24\x38\xe1\x06\x08\xb0\x5d\xd2\x0e\x85\x0c\x90\ \x40\x51\xc2\x5b\x79\xae\x2b\x44\x59\xa9\x72\x85\xf0\xa7\xda\x58\ \x96\x8d\x63\x5b\xc8\x8a\x8c\xae\xeb\xd5\xc1\xba\x95\xe7\xd6\xa6\ \x5f\x69\x9a\x8e\xa2\xf8\x91\xaa\xba\xae\xa3\x28\x4a\x75\x34\x98\ \xeb\xba\xd5\x6d\x54\x2a\xe6\x5a\xb2\xad\x3c\xa6\x42\xe2\x95\x6c\ \x11\xc7\xb2\xab\xb7\x57\x1e\xa7\xaa\x6a\x4d\x75\xaf\x96\xf7\xc7\ \x0d\x16\x22\xb7\x95\x47\x94\x10\x46\x7e\x3d\x3f\xbc\xe2\x4c\x6e\ \xf7\x3c\x4a\x22\xc6\xf1\x67\x5f\x4c\xfd\xe2\x07\x49\x8f\x3e\x98\ \xef\x5d\x79\x06\xbf\xbf\xe6\x4c\xee\xbd\xfd\x21\x2e\xf9\xd2\x51\ \x1c\x30\xe9\x36\xe6\x5f\x70\x2e\x21\x2c\xda\x76\x99\x4b\x44\x97\ \xb6\xb9\x42\xda\x12\xb0\x28\x49\xe5\xeb\x1a\x49\xc1\x50\x4b\xbc\ \xf4\xf0\xb5\x3c\xe7\x38\x8c\x9e\xfb\x31\xce\x38\x6e\x0e\x91\x48\ \x03\x47\xef\xf9\x3b\x7e\xf3\xd8\x93\x7c\xfc\xa8\x8b\x39\xe7\x9c\ \x13\xb9\xf5\xfe\x47\x38\xff\xb9\x2c\x34\xce\xe3\x7b\xd7\x5e\x4a\ \x61\xd5\x9b\xfc\xf1\x65\x8f\xc3\x3f\x77\x12\xe3\x22\x81\x44\x12\ \x20\xc0\x76\xbf\xc7\x9f\xfc\xd4\x67\xab\xe5\x68\x45\x96\xd8\x92\ \x0d\x42\xb5\x12\xae\x84\x31\xe9\xba\x4e\x21\x9f\xa7\x50\x2c\x90\ \x4c\x26\x09\x85\x42\x65\x59\x43\xae\x92\xab\xff\x5a\x72\xd5\x29\ \xb0\x6d\xc5\x5b\x21\xdb\xaa\x3e\x8d\xaf\x7f\x0b\x4f\x94\x13\xff\ \x24\xdf\xe2\x57\x3e\x09\xe4\xf3\x79\xf2\x85\x3c\x8a\xac\x54\x2b\ \xf9\xca\x9c\xc9\x48\x24\xb2\x25\xed\xaf\x4c\xe4\xa5\x52\x89\xdd\ \x76\xdb\x8d\xb3\xce\xfe\xca\x07\x26\xd8\xfc\x37\x8f\x1b\xb3\x0a\ \x59\x72\x45\xab\xca\xba\x02\x09\xc3\xd0\xb1\x4b\x45\x54\x23\x41\ \x3c\xa6\x63\x99\x79\xd2\xe9\x22\xb1\xa6\x26\x94\x52\x96\x4c\xbe\ \x88\x90\x54\x42\x91\x28\xb1\xb0\x46\x31\x97\xc6\xf4\x42\xd4\x27\ \x75\xb2\xa9\x34\x42\x8b\x10\x0b\x6b\xe4\x52\x29\xe4\x64\x23\xf2\ \xca\x47\x39\xf5\xe2\x9f\x73\xd8\xe9\xdf\xe2\xd4\xa3\x26\x21\xab\ \x21\x22\xba\x7f\x25\xe4\x98\x79\xb2\x45\x41\x22\x19\x43\x91\x3c\ \x0a\xd9\x2c\x45\xd3\x41\xd6\x74\xe2\x89\x18\xd8\x45\x72\x25\x41\ \x32\x11\x0d\x84\xad\x00\xff\x67\xf1\x2f\x1f\x37\x56\x2b\x29\x54\ \x34\x6c\xbf\xba\xa5\x2a\x5f\x54\xaa\xd9\x4a\x05\xde\xd8\xd4\x44\ \xa4\x58\xa4\xa7\xa7\x87\x64\x32\x49\x32\x99\xac\x6a\xde\xb5\x3a\ \x78\x25\x8a\xb5\xd6\xe9\x51\x5b\x49\x57\x5b\xdb\x65\x90\x84\x40\ \x08\x3f\xf4\xa9\x72\xe2\xb0\x2c\xab\xba\xfd\x90\x11\x2a\x4f\xaf\ \xf1\x83\xaa\x6c\xdb\xc6\xb2\xac\x6a\x1b\x7b\x65\xff\x00\x14\x59\ \x41\x55\x03\x79\x64\x5b\xe8\x91\x38\x0d\x91\xed\xdc\x51\x73\xa2\ \xd1\x8d\x28\xcd\x2d\xe5\xff\x8f\xc4\x69\x8a\xc4\xb7\x7a\x68\x24\ \x5e\x4f\xe5\x25\xe2\x75\x5b\x06\xc7\x26\x1a\x1a\x01\xc8\x03\xb2\ \xac\x12\x49\x24\xfd\x26\xac\xda\xcb\x3a\x23\x4a\x7d\x75\x40\xb8\ \x4c\x24\x9e\x64\xab\x97\xd7\x23\xd4\xe9\xc1\xfb\x14\x20\xc0\x5f\ \x94\x47\x80\xad\x62\x4d\x2b\x72\x44\x85\x58\x2b\xe4\x5a\xdb\xb9\ \x58\xeb\x9d\xae\x0c\xd6\xad\x75\x92\x28\xe5\x68\x54\xdb\xda\x22\ \x6f\xf8\x97\xd2\x5b\x77\x4f\x56\x3d\xd6\x65\x5d\x94\x1a\x67\x48\ \x85\x8c\x6b\xb5\x73\x80\x50\x28\x44\x3a\x9d\x26\x9f\xcf\x13\x89\ \x44\x88\x44\x22\xd8\xb6\xed\x0f\x65\x28\xef\xa7\x6d\xf9\xff\x1f\ \xc8\x23\xff\x7e\x44\xa6\x1e\xc7\x8f\xee\x3f\x0a\x7d\x1b\xc2\x0e\ \x10\x20\xc0\x3f\x89\xb4\xab\x21\x4b\x8e\x83\xa6\x69\x68\x9a\x56\ \x0d\x6b\xda\xd6\x46\x57\xf1\x6f\x9b\xa6\x89\xa2\x28\xbe\x54\x52\ \x28\x50\x5f\x5f\x5f\xad\xb4\x1d\xc7\xc1\xb2\x2c\xbf\x4a\x97\xb6\ \x26\xe7\xda\xaa\xbb\xd6\x21\x82\x90\x11\x35\xa9\x7c\x15\xf2\xd5\ \x34\xad\x2a\xb9\x54\xf6\xa7\xb2\xed\x58\x2c\x56\xbd\x12\xd0\x75\ \xbd\xba\xdf\xfe\x55\x81\x86\xae\x1b\x81\xe5\x6f\x47\xe8\x6d\xaa\ \x41\xb2\xce\x08\x0e\x44\x80\x00\xff\x2a\xd2\xae\x6d\x9c\xa9\x54\ \xdd\x15\x92\xae\x90\x77\xa5\xea\x75\x5d\xd7\xcf\x25\x29\x3f\x27\ \x1a\x8d\x12\x0a\x85\xb6\xea\x4c\xac\x54\xdc\xb2\x2c\x83\xd8\x32\ \x58\x77\xdb\x05\xce\x0a\x3c\x21\x10\xae\x8b\x8c\x40\xa9\x91\x39\ \x2a\x03\x81\x6d\xdb\x26\x9b\xcd\xe2\x79\x1e\xf1\x78\x9c\x70\x38\ \x8c\x65\x59\xc4\x62\x31\x92\xc9\x24\xae\xeb\x92\xcf\xe7\xab\xfb\ \x54\x71\xae\x78\x9e\x1b\x58\xfe\x02\x04\x08\xb0\xf3\x91\x76\xc5\ \x8f\x5d\xf9\xb7\x22\x75\x54\xed\x78\x9e\x87\x5b\x5e\x88\xac\x8d\ \x40\xad\xcc\x77\xac\xb8\x35\x2a\xa4\xac\xd7\x2e\xec\x89\x2d\x95\ \x73\x6d\xd7\x64\x6d\x45\x2d\x49\x92\x3f\x94\xd7\xf5\x47\x93\x55\ \x34\xeb\x4a\x35\x0e\x10\x0e\x87\xc9\xe5\x72\x14\x0a\x05\x0c\xc3\ \x20\x14\xf2\x3b\x2c\xd3\xe9\xb4\xff\x47\x94\x2d\x7f\x95\x13\x82\ \x10\x7e\x86\x49\x80\x00\x01\x02\xec\x74\xa4\x5d\xa9\x9c\x2b\x8b\ \x86\xb2\x2c\xe3\x38\x4e\x55\x13\x2e\x16\x8b\x48\x92\x84\x61\x18\ \x68\x9a\x56\x25\xed\x0a\x59\x7b\x9e\xf7\x81\xf6\xf5\xaa\xbe\xcd\ \x96\x46\x97\x0a\x49\x6f\x6f\x45\x55\x52\x14\x24\xc4\x76\xd3\x02\ \xc3\xe1\x30\x89\x44\x82\x68\x79\xb1\xac\x42\xd0\x86\x61\x54\xaf\ \x04\x6a\x4f\x00\x95\x0a\xbd\x50\x28\x10\x48\xda\x01\x02\x04\xd8\ \xd9\x20\x17\xcb\x51\xac\x15\x9f\x75\x25\x18\x4a\xd3\xb4\xad\xba\ \x14\x35\x4d\xab\xba\x34\x2a\x15\x77\x6d\x40\x54\x6d\x3b\x7b\x45\ \x2a\xa9\x3c\xb6\x56\x82\xa9\x5d\xe0\xac\x5d\xe8\x94\xca\x12\x4a\ \x65\x11\xb3\xb2\x8d\x8a\x64\x53\xd9\xaf\x0a\x41\xd7\xea\xdc\x15\ \xc7\x8a\x52\x3b\x1b\xb2\xec\x4c\x09\xf0\x0f\xa2\xd4\xc7\x5b\x8b\ \xfe\xc4\x88\xf5\x8f\xbf\x94\x93\xee\x62\xc1\x6b\xef\x93\xb3\xc1\ \xb1\x4a\x58\xce\x5f\x1b\x55\x91\x67\xf1\x5b\x0b\xd9\x90\xae\x49\ \x6c\x34\x87\x79\xf3\xd5\x37\xe9\xcb\xfe\x9b\xc7\x5c\x98\xfd\xbc\ \xbd\xe8\x4d\x86\xcc\xed\x5f\xc1\x75\x2f\x7f\x93\x37\x56\xf7\xff\ \x53\x37\x39\xbc\x71\x31\x0b\x96\x6c\xfc\x3b\x07\x7a\x14\x79\xfb\ \x85\xdf\xf0\xd6\xc6\xd4\x3f\xfe\xbe\xe5\xba\x58\xf8\xe6\x7b\x64\ \xfe\xcc\x8e\x38\x96\x89\x69\x05\xa9\x9a\xff\x36\xd2\x0e\x87\xc3\ \x68\x9a\x46\xe5\xdf\x4a\xa2\x5f\x38\x1c\xa6\xae\xae\x8e\xf6\xf6\ \x76\xda\xda\xda\xaa\x7e\x68\x45\x51\xb6\x0e\x90\x2a\x13\xab\xe3\ \x38\xd5\xc5\xc9\x2d\xdd\x88\x5b\xbb\x41\xb6\x25\xe5\x2a\x39\xfb\ \xa1\x22\x1f\xd0\xc5\x2b\xfb\x53\x2b\x95\xd4\xee\x43\xe5\xa7\xb2\ \x0f\x95\xaa\xdb\x30\x0c\x0c\x23\x14\x58\xfe\xfe\x09\xd8\xb4\xe0\ \xd7\xfc\xe8\xd1\x45\x08\xed\x1f\x7f\xad\xfc\xc6\xb7\xb9\xff\xbe\ \x67\x29\xba\x59\x1e\xba\xfe\x32\xee\x7b\xb9\xf3\x2f\x3e\xde\x5a\ \xbb\x80\xbb\xef\xfe\x15\x59\xb1\x65\x48\xb3\x97\xd9\xc8\xc3\x77\ \xfd\x94\xf5\x23\xff\xde\xf7\xb6\x6b\xe1\x6f\xb9\xfb\x67\xaf\x23\ \xb6\x1b\x3f\x28\x78\xf3\xd9\x9f\xf1\xf8\xa2\x8d\x7f\xdb\x71\xe8\ \x59\xca\x93\xbf\x7b\x9d\x9c\xfb\x97\x1f\xb7\xea\xf5\x27\xf9\xc9\ \xef\xdf\xfb\x3b\x49\x3b\xcb\x2b\x4f\x3f\xca\x9b\x9b\xd2\xff\xf0\ \xdf\xbe\xfa\xb9\x87\x79\xf8\xe9\xc5\xe4\xfb\xd6\xf2\xe2\xb3\x4f\ \xf1\x9b\xdf\xfc\x96\xe7\x5f\x79\x8b\xfe\xa2\x4f\xd4\xaf\x3f\x70\ \x0d\xd7\xfd\xe4\xa5\xed\x3e\xb7\xf3\xdd\x17\x79\x7a\xc1\xda\xe0\ \x8b\xf4\xcf\x94\x47\x2a\x76\x3a\x3f\x8a\xd5\xfd\xc0\x42\x64\xa5\ \x82\x95\xa4\x9a\x45\x4a\xc5\x97\x3e\x2a\x31\xae\x15\xd2\xac\xad\ \x8c\x5d\xd7\xc5\x53\xb6\x1e\x62\xb0\x6d\x9c\x6a\xed\x87\x5e\xda\ \x26\x4b\xa4\xb6\x32\xaf\xe8\xdc\xb5\x7e\xf1\x5a\x39\xa4\xd6\x86\ \x58\x91\x60\xfe\x45\xc6\xf6\xff\x32\x14\x79\x7d\xe1\x3b\x8c\xde\ \xf7\x8b\x34\x48\x50\xc8\x8c\x90\x37\x3d\xa2\x75\xf5\xe8\xa2\x44\ \x2a\x53\x24\x1c\x4b\x10\x0d\x95\x19\x5d\x78\xe4\xd3\x23\x94\x84\ \x4e\x5d\x7d\x9c\x8a\x1f\xc8\x73\x8a\xe4\x4d\x97\x54\xb6\x08\x92\ \xc0\x21\xce\x61\x9f\x3a\x05\xbb\xa1\x19\xf0\xc8\xa5\x52\x14\x6d\ \x41\x24\x51\x47\xd4\xd8\xe2\x22\x7a\x67\xe1\x02\xc4\xc4\x7d\x98\ \x51\x07\x08\x8b\x6c\xb6\x84\x99\xca\xe1\x21\x97\x87\x5c\xb8\x64\ \x46\x46\x30\x1d\x85\x58\x7d\x92\xb0\x2a\x03\x02\xab\x90\x25\x93\ \x37\xd1\xa3\x49\x62\x21\x89\xf4\x48\x1a\xc9\x88\x92\x8c\x85\xab\ \xd7\x5e\x8e\x95\x27\x9d\x2e\x11\xaa\xd9\xa6\x6b\x9b\x64\xb3\x19\ \x1c\x74\x12\x75\x49\xf4\xea\x47\xc8\x64\xe1\xeb\x6f\xd1\xb6\xf7\ \xe7\x69\x92\xa1\x98\x4d\x91\x2b\x39\x84\x63\x75\xc4\xc2\xe5\x08\ \x05\x59\xc6\x29\x64\x48\x67\x73\x28\x5a\x88\x58\x68\xcb\x89\xc6\ \xcc\xa5\xc9\x9a\x82\x44\x7d\x12\x5d\x96\x48\x6d\x78\x97\x47\x1f\ \x5b\xcb\xa4\x39\xbb\x30\x26\xa1\x13\x8f\x85\x91\xf1\xc8\xa5\x46\ \xb0\xa4\x10\xf5\xc9\x72\x73\x91\x24\x23\x1c\x93\x91\x6c\x01\x43\ \x92\x49\xc4\x42\xe5\x7d\x2f\x92\xc9\xe4\xf0\x94\x10\xf5\xc9\x38\ \x4a\x35\xcf\xd8\x26\x93\x4a\x63\xc9\x11\x9a\x12\x02\x55\xd5\x50\ \xcb\x0d\x6e\xf9\x4c\x06\x25\x12\x43\x75\x2d\x3c\x45\x47\x57\x65\ \x5c\xcb\xc4\x16\x0a\x21\x43\xc5\xb5\x0a\x64\x32\x79\x3c\x35\x4c\ \x32\x11\x43\xad\xfe\xed\x69\x5e\x58\xb8\x9e\x99\x1f\x3b\x85\x4d\ \xbf\xb8\x96\x1b\x17\xc0\xb1\x1f\x9a\xc1\xe0\x82\x67\xf9\xe5\x13\ \x63\xf8\xea\x95\x17\xb2\xdb\x91\xc7\xd3\xe8\x35\x55\xbf\xcb\xc5\ \x5c\x9a\x7c\x49\xd0\xd0\x54\xcf\x9a\x85\xcf\xf1\xab\xfe\xdd\xd8\ \x73\x66\x13\xba\x16\x21\xaa\x79\xd8\x42\x25\xa4\x2b\x78\x8e\x8d\ \xe9\x08\x42\x21\x1d\x5c\x9b\x6c\x26\x83\x29\x14\x92\x75\x75\xe8\ \x32\xe4\xd3\xc3\x14\x5d\x95\xfa\x86\x44\xf9\xb3\x24\x28\xe4\x52\ \xe4\x8a\x2e\x91\x78\xdd\x56\xc7\xf8\xbf\x8a\xb4\x2b\xb2\x88\xe3\ \xb8\x28\x8a\x8c\x2c\x2b\x5b\xcb\x16\xe5\xc0\xa7\x50\x28\xec\x93\ \xb4\xeb\xa2\xa9\xaa\xdf\x25\xe9\x38\x68\x65\xf9\x03\x24\x3c\xcf\ \xc5\x71\xb7\xf6\x66\x57\x69\x79\x9b\x6c\x91\xad\xca\x7d\x49\xaa\ \x76\x1d\x6e\x4b\xbc\xb5\x8b\xa2\xb5\x84\x5e\x8b\xda\x76\xf7\x8a\ \xd3\xc5\xdf\xa7\xa0\xd2\xfe\x47\xe0\x0d\xae\xe0\x8d\xb5\x2a\x27\ \xfc\xcf\x6c\x56\x3c\x77\x37\xd7\xfc\x64\x21\x75\xf5\x21\x4a\x4e\ \x8c\x31\xad\x06\x43\xfd\x7d\x0c\xb9\x4d\x7c\xf9\xd2\xcb\xd8\x6f\ \x74\x88\xd7\x1e\xbf\x9d\x47\x5f\x5e\x83\x67\x3b\x8c\x39\xe0\x44\ \xbe\x76\xf2\x01\x68\x43\x4b\x99\xff\x83\x5b\x59\x96\x33\x88\x94\ \xfa\xe8\x75\x0e\x20\x6a\x98\x3c\xf1\xc4\x4f\x29\x1e\x78\x1e\x93\ \x1a\xb3\xfc\xe2\xce\xdb\x78\xbf\x67\x90\xa2\xd2\xc1\x17\xcf\xff\ \x06\xbb\x77\x84\xc1\xe9\xe7\xf5\x37\x36\xb1\xd7\x89\x5f\x46\x65\ \x88\x87\xae\xbb\x9a\x3f\xae\x2d\x51\xaf\x15\x58\x99\x1d\x85\xa1\ \xcb\x30\xf2\x1e\x0f\xdc\xfe\x30\xab\x7b\xd2\xd0\xb4\x1b\x17\x5c\ \x7a\x16\xf5\x5d\x7f\xe4\xe2\x2b\x1f\x80\xfa\x7a\xcc\xa2\x44\x47\ \x5b\x1d\x85\xdc\x30\xbd\x43\x26\x47\x9c\x79\x11\xa7\xec\x3f\x89\ \xdc\xba\x05\xcc\xbf\xf5\x41\x3a\x8b\x1e\x4a\xb4\x83\xcf\x9d\x77\ \x21\xfb\x8e\x4e\x71\xcf\x35\xdf\x66\x41\xa7\x42\x44\x14\x08\x4d\ \x3e\x8a\x8b\xcf\x3b\x81\x16\x03\xc4\xf0\x4a\x16\xad\x91\xf9\xd4\ \xe9\xbb\xb1\xe6\x85\xfb\xb8\xea\x9e\x97\x88\x37\xc4\xb0\xec\x30\ \x1f\xfd\xd2\xd7\xf9\xe8\xdc\x76\x74\x4d\x63\xd9\xd3\x0f\x72\xe5\ \x92\xc7\x48\xdb\x8d\x9c\xfe\x8d\x8b\x38\x70\x72\x9c\xd5\x2f\x3f\ \xc8\xad\x3f\x7d\x15\xd3\x13\x24\x26\x1c\xc8\x85\x17\x9e\x42\x38\ \x12\x43\xf4\xbe\xcd\x9d\x3f\xf8\x0e\x63\xf7\xfe\x24\xdf\xf8\xec\ \x9e\xfc\xf1\x27\xd7\xf3\xf3\x05\x7e\xa5\x3e\xf9\xd0\xcf\x71\xc1\ \x09\x07\x62\x84\x42\x6c\x7a\xf9\x97\x5c\xbd\xf9\x15\xb2\x69\x93\ \xfd\x4f\x3a\x97\xcf\x7f\x68\x26\x3d\xef\xbf\xc0\xbd\x3f\x7d\x8e\ \x81\x6c\x86\xf6\x3d\x8f\xe7\xc2\x33\x8f\x42\xb7\xfa\x78\x78\xfe\ \x7c\x5e\x5c\x39\x44\xa8\x71\x06\x5f\x3d\xef\xe3\xbe\xa4\x18\xd6\ \xe9\x5e\xf4\x20\x57\xff\xac\x9b\xaf\x5f\x71\x0e\xef\xcd\xbf\x94\ \xc1\xbd\xbf\xca\x97\x8e\x9e\xc0\x3b\x0f\x5f\xcf\x63\x23\xfb\xf3\ \xfd\xaf\x4f\xe6\xda\xf3\xaf\x60\x8d\x1d\x21\xe4\x14\x69\x9a\x7d\ \x14\xe7\x9e\xfd\x19\x9a\x14\xb0\xd7\xbd\xc9\xf2\xe1\x04\xe7\xec\ \xd5\x4e\xf7\x02\x95\x39\x07\x1e\xc7\x97\xfe\xe7\x20\x60\x33\x97\ \x7d\xfe\x42\x7e\xf7\x5a\x37\x47\xa4\x9e\xe4\xb7\x85\x03\xd8\x65\ \x62\x0b\x4b\x9e\xbe\x8b\x3b\x9f\xfc\x13\xb6\x12\xe7\xd0\x33\xbe\ \xc6\xa4\x44\x92\x81\x67\x7e\xcd\xf7\xae\x7e\x97\xbd\x3f\xf3\x25\ \xda\x16\x3f\xc4\xef\xdd\x43\xf8\xee\x99\xfb\xd3\xb5\xe8\xe7\x7c\ \xef\x19\x97\x1b\xbe\xf3\x69\x7e\x7b\xcb\xa5\xfc\xf6\xfd\x3c\x8d\ \x6d\x33\x38\xfb\x9b\x5f\xa6\xf0\xea\x83\x3c\xf0\xec\x32\x6c\xdb\ \xa2\x6d\xef\x4f\x72\xc1\x69\x47\xb0\xe9\xc5\x07\xb9\xfd\x17\x0b\ \x11\x7a\x84\xd9\x1f\xfd\x3c\x5f\x38\x6c\x97\xff\x4e\x79\xc4\xb2\ \x2c\x4c\xd3\xa4\x50\x28\x60\x9a\x16\xe9\x74\x9a\xcd\x9b\x37\xd3\ \xdd\xdd\xcd\xc0\xc0\x20\x43\x43\xc3\xac\x5f\xbf\x91\xc1\xc1\xa1\ \x2a\x59\xca\x92\xec\xf3\xa1\xeb\xe1\x3a\x2e\xc5\x42\x91\x52\xb1\ \x88\x65\x5a\xb8\xb6\x83\x24\x40\x66\x0b\x01\x57\xb2\x49\x2a\xe1\ \x4f\x95\x6e\x46\x7f\x94\x99\x8d\x69\x99\x94\x8a\x45\x6c\xdb\xae\ \xfe\x54\x5a\xd5\x2d\xcb\xaa\x36\xff\x54\xb4\xf7\xda\xd7\xa9\xe4\ \x74\xd7\x6a\xdd\x5e\x79\x50\x42\xa0\x69\xff\x63\xd8\xf0\xd6\x8b\ \x64\x5b\x67\x33\xa7\x45\xa1\x6b\xcd\x5a\xe2\xfb\x9e\xc4\xfc\x5b\ \x6e\x66\xff\x58\x1f\x03\x91\xbd\xb8\xe9\xb6\xdb\x38\xba\x7d\x88\ \xc7\x7e\xbf\x9c\xd2\xea\xa7\x79\xe0\xd7\xcb\xf8\xf0\x97\x2e\xe4\ \x82\x33\x0e\xe6\xdd\x47\xef\xe2\xcd\xde\x1c\xcf\x3d\x72\x3f\x2b\ \x62\x87\x72\xd3\x6d\xf3\x39\xef\xe4\x23\xa9\x93\x4c\x5c\x21\x28\ \xe4\xd2\xe4\x4b\x16\xc8\xa3\xf8\xf4\x99\xe7\x72\xc9\x45\x5f\x63\ \xb6\xb6\x92\x27\x5e\x7c\x17\x80\xdc\xba\x85\x2c\xb3\xc6\x70\xd0\ \x5e\xa3\x58\xfe\xc4\xbd\x3c\xd3\x3d\x86\x2b\x6f\xbe\x83\xcb\xcf\ \x39\x89\x31\x21\x07\xdb\x12\x50\x3f\x93\x53\xbe\x7c\x3e\x97\x5c\ \xf0\x15\x1a\xbb\x17\xf2\xf4\x6b\x7d\x58\x99\x1e\x86\x1b\xe6\x72\ \xe9\xfc\x5b\x38\xfb\xc0\x7a\x56\xf7\x18\x5c\x78\xc3\xad\x9c\xff\ \xf1\xc9\x3c\xf5\xf8\xf3\x14\x28\xf2\xc8\x3d\x77\x51\x9c\x73\x32\ \x77\xdc\x79\x1b\xc7\xcf\x74\xb8\xfb\xb6\xc7\xb1\x0a\x39\x3a\xfb\ \x4b\x1c\x77\xde\xd5\xfc\xf0\x07\x17\x10\x59\xf6\x1b\x9e\xfd\x53\ \x37\x00\x1b\xdf\x7e\x91\x74\xf3\x4c\xe6\xb6\xaa\x74\xad\x59\x4d\ \x74\xaf\x13\xb8\xf9\xd6\xdb\xf9\xdf\x8f\x8c\xe3\xe1\xf9\xf7\xd0\ \xed\x81\x24\x1c\x66\x1c\x7d\x1a\x37\xde\x72\x3b\x9f\x9e\x9e\xe6\ \x67\xbf\x7e\x91\x52\x7a\x05\x77\xdd\xfd\x3c\xfb\x9d\x7e\x39\x77\ \xdd\x72\x15\x93\x46\xfe\xc0\x0f\x1f\x7f\x1b\x4b\x82\xd8\xd4\x43\ \xb9\xec\xda\x1b\xb8\xf0\x84\xfd\xe9\x59\xf0\x53\xee\x79\x31\xc7\ \x59\x57\xdd\xca\x4d\x97\x9f\x41\xef\x53\x3f\xe2\xa9\x15\x23\x28\ \xb2\xc7\xa8\x39\x47\x71\xf9\x0f\x6e\xe1\xca\x2f\x1e\xc2\x1f\xef\ \xbb\x97\xb7\x06\x60\xec\xee\x87\x73\xce\x45\x97\xf0\x8d\x2f\x1c\ \xc1\x86\x57\x7e\xc9\xbb\x19\x58\xf1\xeb\xbb\xf9\x7d\x77\x13\x97\ \xde\x74\x2b\x3f\xb8\xe2\x2c\x26\x37\x85\x11\x92\x60\xfd\xab\x8f\ \x72\xdb\x63\x6b\x39\xfe\xec\xff\x65\x72\x9d\x4e\xa1\x50\xc2\x76\ \xbd\xf2\x95\x85\xe5\xaf\x2b\xe4\x07\xd9\x98\x8f\xf2\xb9\xcb\x6f\ \xe1\x8e\xeb\x2f\x40\x5d\xfc\x6b\xee\xfd\xf5\x4a\x00\xde\x7b\x63\ \x01\x62\xf2\x7e\x4c\xd5\x40\x48\x82\x5c\x66\x80\x81\x54\x3f\x6f\ \x3f\xfb\x3b\x36\x14\x65\x26\x4d\x6c\xa0\x94\x49\x53\xb0\x3c\xcc\ \x81\x85\xdc\xf2\xf0\xdb\x1c\x75\xf6\xf7\xb8\xfd\xa6\xef\xf1\xe9\ \x79\x63\x29\x16\x8a\x4c\x38\xf4\x74\x6e\xbc\xee\x7b\x7c\x76\xcf\ \x71\x98\x85\x02\x96\xed\x95\xaf\xc8\x6d\x4c\xdb\x43\x76\xb2\xac\ \xdd\x30\xc8\xe1\x5f\xbe\x82\x9b\xbf\xf7\x75\x46\xf5\xbe\xca\xed\ \x0f\xbd\xc5\x41\x27\x7f\x95\x8b\xbe\xf8\x11\x56\x3f\xf1\x63\x5e\ \x5c\xba\x99\xb7\xfe\xf0\x14\xd2\xcc\x4f\x70\xdd\x4d\xd7\x73\xc6\ \xa1\x33\xfe\x7b\x35\xed\x48\x24\xb2\x95\x6d\xaf\x42\x7e\x9a\xa6\ \x61\x59\x26\xc3\xc3\xc3\x38\x8e\x4d\xb1\x58\x20\x9b\xcb\xe1\xba\ \x2e\xc5\x42\x81\x52\xa9\x84\x28\x6b\xcd\x15\x99\x64\xdb\xc5\xc5\ \xca\x70\xdd\x8a\x3e\x1d\x0a\x85\xaa\x0e\x94\x8a\x8c\x62\xdb\x36\ \xb6\x65\x6d\x95\xe4\x57\x2b\x77\xd4\xb6\xd6\xd7\x86\x44\x6d\xdb\ \xad\x59\x21\xee\xca\x09\xa2\xe2\x86\x09\xf0\x77\xaf\x40\xf2\xd2\ \x2b\xab\x99\xb2\xe7\x21\x68\x80\x2b\xc9\x84\xc2\x61\x40\x67\xc6\ \x2e\xed\xc4\x42\x32\xa0\x33\x65\xc2\x78\xe4\x6c\x86\x9e\x95\x6b\ \x49\xa5\x86\x79\xfd\x89\x07\x78\xe0\xe9\xa5\x8c\x9f\x39\x9b\x3a\ \xb7\x8f\x15\x3d\x83\x4c\x3f\xf4\x20\x62\x40\x43\x73\x2b\x31\x4d\ \xe0\x89\xf2\x94\x24\x4d\xc3\x5a\xff\x0a\xb7\x5c\x77\x0d\xf3\x7f\ \xf4\x08\xef\x77\x65\x28\x95\xbd\xfd\xef\xbd\xf0\x3a\x89\xe9\xfb\ \x30\x5e\x86\xe5\x6b\xd6\xd0\xb6\xdf\x81\x8c\x89\x40\xb2\xb1\x95\ \xba\x90\x8c\xac\x41\xef\x3b\x4f\xf1\x83\x6b\xbe\xcf\xed\x3f\x7e\ \x9c\xb5\x43\x26\x9e\x65\xe2\x29\x0a\x46\x38\x84\x0e\x4c\x99\x31\ \x9e\xa6\xa4\x86\x01\x8c\x9d\x34\x8d\x84\x69\x92\xdd\xbc\x8e\x0d\ \x7d\x1e\x87\x1e\xb1\x3b\x32\x1a\xfb\xee\x7b\x08\x91\x9e\xa5\x74\ \x67\x2c\x74\x2d\x44\x38\x12\x86\xfa\x89\xcc\x9e\x6c\x30\x9c\xf2\ \xf5\xe0\x97\x5f\x5e\xc9\xa4\x79\x87\x62\x00\xae\xa4\x10\x8a\xc5\ \x50\x81\x5d\xf7\x3f\x86\x49\xe6\x46\xd6\x77\x67\x90\x14\x19\x23\ \x9e\x00\x64\xa6\xcf\x99\x86\x5b\x1a\x61\xfd\xfa\x35\xf4\x47\x66\ \x71\xd0\x9c\xd1\x60\x8c\xe2\xa0\x83\xa7\xb2\x61\xed\x0a\xd2\xb6\ \x8c\xa2\xa8\x55\x09\x62\xfd\x9a\xc5\xc4\x76\x3f\x80\x99\x2d\x3a\ \x91\xd1\x73\x39\x60\x9a\xcc\xf2\xd5\xeb\xb0\x51\x88\x8d\x1a\x45\ \xbd\x0a\xa3\x77\x3b\x94\x99\xea\x08\xdd\x9d\xdd\xbc\xf5\xeb\xbb\ \xb9\xe6\xda\x1b\x78\xf0\x37\x0b\x19\x76\x5c\x4a\xb6\xc3\x9a\x77\ \xbb\x98\x3e\xef\x50\xc6\xc7\x75\x42\x11\x1d\x54\x05\x85\x0c\xbf\ \x79\xe8\x51\x8a\xe3\x0e\xe6\xa0\xc9\x31\xc0\x01\x24\x94\xda\xb5\ \xa3\xf2\xef\x5a\x28\x44\x38\x24\x41\x72\x1a\xc7\xec\x3e\x8e\xcd\ \x4b\x96\x03\x59\x5e\x5f\xb8\x89\x79\xfb\xcf\x03\x40\x57\x3c\xd6\ \x2c\xfa\x15\x37\xfc\x60\x3e\x8f\xbd\xd6\xcb\xc7\xcf\xba\x84\x8f\ \x4d\x09\x53\x72\xfc\xac\xa1\xbe\xf5\xef\x92\x1f\x3d\x9b\xbd\x67\ \xb7\xa0\xea\x61\x54\x7c\x19\xd3\x1f\xc6\x5d\xbe\xe2\x96\x7c\x29\ \xa9\xac\x29\x21\x49\x7e\x79\xa5\x6a\x21\x62\x31\xbf\x8b\xb6\xbf\ \xbb\x9b\xbe\xe1\x0c\x6f\x3d\xfb\x53\xee\x7b\x72\x11\x2d\xd3\x76\ \x25\x19\x0a\x73\xf8\xc9\x67\x92\x5c\xfd\x6b\xbe\x75\xd5\xcd\x2c\ \x5c\x3b\xfc\xdf\xab\x69\x8f\x8c\x8c\x94\xfd\xce\x12\xf9\x7c\x1e\ \x5d\xd7\x09\x87\xc3\xd5\x9c\x10\x55\x55\xab\x0d\x2e\xaa\xaa\xd2\ \x50\x5f\x8f\x84\xef\x0c\xa9\x38\x37\x2a\xbf\x6f\xdb\xfa\x2e\x95\ \x33\x45\x2a\x1f\x10\x45\xd9\x3a\xb9\xad\xea\x34\x11\x32\x8a\xcc\ \x07\x72\xbc\x6b\x9d\x21\xb5\x1a\x77\xed\x02\x63\xed\x62\x68\xe5\ \xf9\x86\x61\xf8\x41\x50\x81\x3c\xf2\xf7\xa3\xe7\x4f\xbc\xd7\xaf\ \x73\xe2\x81\x53\xca\x07\x1a\x44\xe5\xc4\x28\x81\x53\xae\xd6\x24\ \xcf\xc3\x13\x12\xb1\xe6\x3a\xa2\x0d\xe3\x39\xf9\xbc\x4b\x99\x1a\ \xd9\xa2\x05\xbf\x13\x0e\xf1\xa7\xf7\x56\xc2\xfe\x6d\x20\x5c\x9c\ \xaa\x63\x44\x46\xd3\x5d\x5e\x79\xec\xe7\x74\x26\x3e\xcc\x9d\x97\ \x1e\xcb\x2b\xf7\x5f\xc2\xaf\x2d\x01\x0c\xf0\xd2\xb2\x61\xe6\x9e\ \xbe\x2f\x00\xcd\x4d\x2d\xf4\x2d\x5e\x4e\xe1\x84\x79\x44\x24\x0f\ \xc7\x93\x30\xdc\x61\x7e\xfb\xf8\x23\x48\xf3\x2e\xe0\xbb\x27\xce\ \xe3\xf1\x6f\x9f\x4b\x8f\xe3\x20\x41\xb5\x58\xf0\x24\x70\x3d\x17\ \x17\x90\x5c\xff\xea\x4b\x89\x35\x92\x8c\x39\xac\x58\xd9\xc7\xe1\ \xed\x13\xe8\xec\x5c\x41\x3a\xd2\x46\x7d\x44\x2b\x7f\xb6\xca\x55\ \xa8\x24\xa3\x68\x21\xc8\xbc\xc3\x3b\xbd\x0a\x9f\x39\x67\x6a\x59\ \x55\x05\xa7\x54\xf2\xaf\x06\x06\x56\xd3\xed\x25\x68\x48\x46\xc9\ \x7b\x02\x21\x2a\xc3\x3f\x24\x40\x22\x59\xdf\x42\x38\xfb\x3b\x36\ \x0c\xd8\xb4\x8f\xd6\x58\xb7\xb2\x8b\xba\xc6\xbd\x49\x18\x45\xcc\ \x4c\x06\xd3\x05\x54\x68\x6a\xea\x20\xfb\xf6\x1a\x46\x04\x34\xdb\ \x03\xac\xda\x64\xd1\xf1\xa1\x66\xe4\x3e\x1b\xc7\x76\x91\x80\xc2\ \xe6\xa5\xac\x75\x92\xec\x27\x7a\xf8\xe9\x4f\xdf\xe0\x80\xcb\xef\ \xe5\x13\xb3\x36\x72\xe9\xb9\xf3\xb1\x1c\x99\xe6\xb6\x30\x9d\x1b\ \x56\x61\x31\x17\xdf\x63\xe5\x61\x7b\x09\x4e\x3e\xf7\x6c\x86\x5e\ \x7f\x80\xdb\x9e\x6e\xe7\xdc\x0f\x4f\x23\x12\xb2\x59\xdd\xdf\x07\ \x4c\xf4\x67\xb0\xba\x02\x24\x09\xcf\x71\x70\x5c\x00\x8b\x55\x3d\ \x03\x84\xc7\x8d\xc1\xee\x7a\x8d\x25\x56\x2b\x5f\x9d\x33\xda\x3f\ \x8d\xdb\x32\x33\x0f\x3d\x83\x6b\xbe\x7a\xf8\x36\x2b\x52\x7e\xa1\ \x17\x6f\xec\xc0\xeb\x79\x99\xcd\xc3\xd0\x52\x8e\xa5\x51\x65\x41\ \x31\x93\xad\x3e\x36\x11\x52\x18\xd9\xd8\x55\xfe\xbe\x52\xcd\x29\ \xf2\x33\xf5\xfd\xe3\x57\x97\x8c\x11\x4f\x76\xf0\xd9\xb3\x2f\x65\ \x76\x03\x35\x57\xcd\x1f\xe2\x8a\x9b\x0e\xe0\xd5\xfb\xaf\xe6\xe6\ \xab\xef\x64\xe2\x3d\x97\xd2\xfa\x5f\x18\x06\xa9\xa6\xd3\x69\x74\ \x5d\xc7\xf3\x44\x4d\x37\xa1\x1f\xc1\x5a\x2a\x15\xab\xd5\xb1\xe3\ \x38\x7e\xda\x5e\x2e\x87\x6d\x59\xd4\xd5\xd5\x93\x4c\x26\xab\x5a\ \xb4\xef\x18\xa9\x0c\x49\x10\x55\x1b\xdf\x96\x76\xf8\x4a\xbc\xeb\ \x96\x2a\xb8\x42\xb8\x42\x94\x63\x57\x1d\xb7\x1a\xf7\x5a\x1b\x32\ \xb5\x6d\xee\xc9\xb6\xbe\xef\x8a\xf6\x5d\x71\x8f\xc8\x92\xec\x9f\ \xdd\x03\xce\xfe\xbb\xf1\xfe\xc2\xd7\x30\xdb\xf6\x66\xae\x9f\x03\ \x85\x6d\x96\x28\x79\xfe\xfb\xe6\x9a\x45\x4a\xa6\xff\xbb\x63\x97\ \xc8\xa7\x73\xb4\xec\xfd\x09\x0e\x7d\xfe\x5d\xbe\x7f\xfe\x05\x4c\ \xed\x88\x13\x9e\x72\x30\x67\x1e\x7f\x30\x9f\x3a\xf9\x04\x16\x5f\ \x7f\x3f\xe7\x5f\xf9\x3a\xb1\xd4\x6a\x52\xfa\x5e\x84\x15\x30\x4b\ \x79\x2c\x53\x66\xe6\xde\x7b\xf0\xe8\xfd\x4f\x71\xe3\x6d\x6b\xe9\ \x7c\x6b\x35\x89\x8f\x7d\x96\xd4\xd2\x45\x74\xda\x63\x39\x75\x56\ \x12\x80\xfd\x3f\x72\x12\xaf\x7f\xff\x06\xce\xbf\x68\x2d\xa3\xb5\ \x21\xd6\x5b\x49\x8c\x70\x1d\xbb\xef\x31\x8f\xd7\x9e\x7d\x84\xf9\ \x43\xaf\xb0\x6c\xf9\x20\xf3\x0e\x34\xf0\x1c\x8b\x42\xc9\xf4\x1d\ \x17\xae\x45\xb1\x60\x56\x2f\xc5\xf3\xb9\x2c\x76\xb4\x95\x13\x3f\ \x73\x2c\xdf\xbf\xf7\xfb\x7c\xfb\x95\x56\x7a\x37\xf6\x72\xf4\x99\ \x57\x52\x17\x4d\x93\x2f\xe4\xcb\xc4\x05\x76\xa9\x04\xb2\xc5\xea\ \x45\x0b\x28\x8e\xda\x8b\xdd\x9b\xcb\x15\xa9\x6e\xb0\xea\xb7\x8f\ \x70\x55\x7a\x21\x7d\x6b\x56\x31\xf9\xa3\x5f\x66\x97\x84\xc2\xca\ \x7c\x9e\x52\xc8\x2d\x2f\xbc\x9a\x64\xb3\x79\xea\xc6\xed\xc5\x89\ \x47\x3d\xc5\x3d\x57\x7f\x93\xe7\x9b\x25\x36\x0e\xb5\xf0\x95\xcb\ \x0f\xa3\x2d\xb6\x9a\xc9\xf2\xc3\x5c\x75\xf1\x25\x4c\x9b\x7b\x34\ \x5f\xfc\xd8\x67\x39\x74\xd1\x55\x5c\x71\xe1\xe5\xd4\x7b\x03\xa4\ \xc7\x1e\xc1\x97\xf7\x19\x4b\xcf\x33\x61\xfa\x16\xfe\x8a\xef\x7d\ \x7f\x09\xbd\xab\x96\x33\xe9\xd8\x2f\x72\xe0\x1e\xd3\xe9\x9a\x11\ \xe7\xf9\x1f\xff\x80\xee\x36\x93\x35\xc3\x36\x47\x2a\x32\x7b\x1f\ \x7f\x0a\xbf\xfd\xd6\xed\x9c\x7f\xd1\x32\x5a\xea\x5a\xf8\xf8\xc9\ \x1f\xc2\x31\x8b\x44\xa7\x1d\xce\x57\xf6\xa9\xe7\xac\x8b\xaf\xe6\ \xe9\x49\x77\x70\xd0\xa7\x8e\xe2\xb7\xd7\xdd\xc1\xa5\x3d\x2f\x93\ \x5e\xba\x94\xe8\xfe\xc7\x80\xa6\xe3\x0e\x6c\xe0\xc1\xeb\xbf\xc3\ \x4b\x4a\x3f\x6b\x52\xa3\xf8\xc6\x45\x7b\xf0\xf6\xcf\x2f\x23\x36\ \x69\x1f\x76\x89\x6d\xf9\x0c\x58\xca\x07\xbd\x2c\x8e\x59\x24\x67\ \x96\xa8\x9f\x74\x34\x27\xcc\x79\x81\x9b\x2f\xfd\x3a\xe3\x3b\x1a\ \x99\xb8\xdf\x89\x7c\x6c\xdf\xbd\xf1\xbe\xfb\x10\x5f\xbf\xec\x3d\ \xe6\x1e\x7c\x12\x27\x7c\xf8\x68\x7e\xf9\xad\xdb\xf8\xfa\x15\x6b\ \x08\x0d\xac\xc0\x6b\xfb\x18\xba\xe4\x52\x2a\x16\x71\x5c\xff\x0b\ \xdb\x34\xe7\x43\x1c\xb7\xcf\x42\xae\xbf\xe4\x1b\x4c\xe9\xa8\x23\ \x39\x71\x1e\xa7\x9f\x74\x34\xcb\x1e\xbb\x95\x3f\x74\x82\xd4\x9f\ \xa2\x63\xf2\x7e\x44\xff\x4b\xd3\x7b\xa5\xd3\x4e\xfb\x82\x50\x14\ \x05\x55\xd3\x91\x25\x09\xaf\x1c\x6c\x0f\x7e\x95\x22\x49\x92\x3f\ \x79\x06\x09\x4f\x78\x38\xb6\x4d\x26\x9d\xc6\x75\x5d\x46\x8d\x1a\ \x85\xae\xeb\xb8\xae\x57\x26\x50\xa9\x26\xca\x54\x46\xe0\x6e\x95\ \x63\xa2\xaa\x95\x91\x65\x5e\xf5\x39\x42\x08\xff\x12\xad\x3c\x0d\ \xa7\xb6\x8d\xbd\xe2\x68\xa9\x90\xb1\x24\x55\xce\xc8\xe2\x03\xfe\ \x70\x21\xfc\x0c\x6d\x21\x3c\x1c\xdb\x65\xe6\xac\x99\x9c\x7a\xda\ \x29\x94\xca\x55\x51\x05\xff\xcd\xd1\xac\x7f\x3b\xd2\xdc\x75\xd1\ \xd7\x71\x8f\xbc\x84\xb3\x0e\x9f\x04\xc0\x70\xcf\x5a\x86\xa4\x46\ \xa6\xb4\xd5\x91\xe9\x5d\xcb\x80\x9d\x64\xd2\x98\x26\x32\xbd\x1b\ \xe8\x33\xe3\x4c\x19\xd7\x88\x67\xa5\x59\xb9\x78\x19\x7d\x39\x9b\ \x86\xd1\x53\x99\x39\xa9\x15\x05\x28\x0e\x6c\xe4\xfd\x95\x1b\x31\ \x25\x9d\xd6\x71\xd3\x98\x3a\x3a\x49\xf7\xba\x35\x78\x0d\xe3\x18\ \x53\xa7\xd2\xb9\x62\x31\xeb\x36\xa7\x50\x23\xf5\xcc\x9c\x33\x99\ \x37\xef\xfb\x36\xcf\x6b\x1f\xe5\xda\xff\x39\x68\xcb\x62\x73\xa6\ \x8f\xf7\x97\xad\x26\x63\x49\x34\x76\x4c\x64\xea\x84\x36\x74\x0a\ \xac\x5b\xba\x84\x8d\x83\x79\x42\xc9\x16\xa6\x4d\x9b\x4e\xdc\x1b\ \x60\x75\xbf\xc3\x94\x49\xa3\x91\xb3\x9b\x59\xdb\x6b\x31\x71\xca\ \x38\xc8\x0d\xb0\xa6\xbb\xc8\x84\x29\x63\x31\x64\xe8\x5f\xb7\x94\ \x15\x9b\x86\x68\x9c\x30\x9d\x19\xe3\x5a\x90\xdd\x3c\xeb\xd6\x76\ \x92\x1c\x3b\x95\xc6\x90\xa0\x6f\xe3\x3a\xb4\x78\x8c\x27\x6e\xbc\ \x82\xfc\x41\x17\x70\xce\x91\xfe\x15\xc7\x1f\xef\xfb\x16\x3f\xdb\ \x3c\x91\x2f\x1c\x31\x1d\x39\xda\xc2\xac\x5d\x26\x12\x96\x60\xb0\ \x6b\x0d\x69\xad\x85\x49\xa3\x12\x14\x47\xba\xd8\x98\x92\x99\x3c\ \xa1\x1d\x55\x14\x58\xbb\x64\x09\x9d\x29\xc1\xc4\x19\xb3\x19\xdb\ \xe4\x5f\x86\xa4\xfb\xd6\xb1\x74\xc5\x26\xb4\xa6\x89\xcc\x99\x39\ \x16\x35\x3f\xc0\xfb\x8b\x97\x93\x55\xea\xd9\x65\xf6\x6c\x1a\x42\ \x60\xe5\x87\x59\xb3\x72\x15\xfd\x19\x93\xc4\xa8\xf1\xcc\x9c\x31\ \x0e\x03\xb0\x72\x83\x2c\x5b\xb2\x82\x91\x92\xa0\x7e\x54\x07\x53\ \xa7\x4e\x24\xa2\x40\x31\xd5\xcd\xd2\xa5\x6b\xc8\x4b\x71\x66\xee\ \x3a\x0d\x6b\xa0\x0b\x1a\xc6\xd1\x9e\x0c\xd1\xb5\x7c\x09\xa5\xe4\ \x58\x26\xb7\xc7\xe9\x5f\xbf\x84\x95\x1b\x87\x50\xa2\xf5\x4c\x98\ \x3a\x9b\x56\xef\x1d\xce\xb9\xe8\x3e\xf6\x3e\xe1\x0c\xa6\x45\x5c\ \x5a\x67\xcc\x63\x6c\xa2\x87\x6b\xbe\xf6\x1d\x3a\x4e\xbd\x96\x53\ \xf7\xf0\xcb\xe6\xe1\x4d\x6b\x18\x91\x1a\x99\x34\xa6\x7e\xab\x4f\ \x4b\xaa\x7b\x2d\xc3\xa2\x9e\x89\xa3\x1b\xc0\xca\xb1\x7a\xf9\x52\ \xba\x46\x2c\x5a\x27\xce\x66\xc6\xd8\x24\x3d\x6b\x16\xb3\xaa\x2b\ \xc5\xa8\x89\xb3\x99\x31\xb6\x9e\x4c\xcf\x1a\x96\xae\xe9\xc2\x55\ \xa3\x74\x4c\x9e\xce\x84\x16\x9d\x8d\x6b\xd6\x13\x6e\x9b\x44\x4b\ \xb4\xec\x44\xb2\x33\xac\x5c\xb6\x9c\xcd\x23\x25\xea\x3a\x26\x33\ \x6b\x4a\x07\xa9\xf5\x8b\x59\xbe\x71\x10\x29\xdc\xc0\x8c\x5d\x67\ \xd2\x18\xfe\xcf\x74\x8f\xfc\xab\xa3\x59\xa5\x15\xcb\x97\x89\x3f\ \xe7\x67\xde\x92\x47\x22\xb6\x1a\xb8\x5b\xd1\x8e\xb7\x17\x04\xf5\ \xe7\x92\xf5\x84\x60\xbb\x1d\x8a\xb5\xcf\xdb\x76\x3f\xfe\x7f\x53\ \xfa\xfe\x96\xe7\x07\xa4\xfd\xd7\x51\xe8\xed\xe4\xac\x6f\xde\xce\ \x79\x37\x7c\x9f\xdd\x1a\xff\xcd\x1b\xcf\xae\xe0\xa2\xff\xbd\x96\ \xfd\x2f\xbc\x99\x8f\xcd\x4c\xee\xd0\xe3\x50\x5c\xf7\x2c\x67\x7d\ \xfb\x59\xce\xbd\xf1\x46\xe6\x96\x1d\x6d\xcf\xdc\x71\x3e\x4f\x4a\ \x1f\xe1\x87\x5f\x39\x64\xa7\xa9\xdc\xdc\x81\x05\x9c\xf9\xcd\x9f\ \xf3\xf9\xeb\xe6\x73\x40\xf9\xfd\xee\x5f\xf8\x10\x17\xde\xb3\x96\ \xab\xee\xb8\x82\x31\x41\x5c\xee\x7f\x14\x69\xab\x7f\xa9\x01\x65\ \x4b\x35\xcb\x07\x72\x44\xe4\xf2\x8d\x95\xa7\xff\x35\x82\xfd\x73\ \x77\xcb\x95\x41\x09\x65\x59\x43\x20\xaa\x93\x50\xaa\xfb\x26\x55\ \x54\x2f\xca\xf7\x51\xd5\xc1\xb6\x6c\xdf\x5f\xdc\xaa\x55\xda\x82\ \xde\x9a\xbf\x0f\x5a\x7d\x0b\x17\x7f\xfb\xab\x4c\x6c\xfc\xf7\x6f\ \xdb\xd3\x5b\xf9\xc2\xa5\x57\xd0\x31\x31\xb9\xc3\x8f\x83\xd2\xb4\ \x2b\xdf\xbc\x72\x26\x13\x9b\xb6\xdc\xb6\xcf\x27\xcf\x61\x2a\xc9\ \x9d\xea\xfd\x96\xeb\x66\x73\xc9\xc5\xad\xb4\x24\xb6\xdc\x16\x99\ \x7c\x08\x97\x5c\x7e\x34\x1d\x01\x61\xff\xe7\x69\xda\x7f\x5b\x05\ \xfb\x97\x2b\xda\x7f\x04\xb5\x2f\x55\xbb\x70\x28\xb6\xbe\x63\x2b\ \x79\x5a\x54\xd8\xfb\xaf\xdc\x16\xe0\xef\x24\x6d\xc3\x60\xda\xf8\ \xb6\x1d\x43\x20\x46\x1d\x53\xa7\xd6\xfd\x47\x1c\x07\x3d\xd1\xc6\ \xb4\xc4\xd6\xb7\xd5\xb5\x8e\xa3\x6e\x27\x7b\xbf\x25\x2d\xce\xe4\ \xc9\x5b\x0f\xbb\x88\x35\x8d\x66\x6a\x53\xf0\x5d\xf8\x8f\x3c\xc9\ \x06\x87\x20\x40\x80\x00\x01\x02\xd2\x0e\x10\x20\x40\x80\x00\x01\ \x69\x07\x08\x10\x20\x40\x40\xda\x01\x02\x04\x08\x10\x20\x20\xed\ \x00\x01\x02\xfc\x3f\xf6\xde\x23\xc8\xb1\x2c\xcd\xd2\xfb\x9e\x84\ \xd6\x70\xb8\x03\xae\x55\x78\x68\x9d\x11\x29\xaa\x32\x2b\xab\xb2\ \xaa\xa6\x7b\xa6\x17\xdc\x70\xb6\xa4\x19\x57\xec\xd9\x0e\x8d\x4b\ \x9a\x71\xc7\xc5\x2c\x68\x34\xb6\x19\xd7\xb4\x59\x34\x8d\x6c\x1a\ \x7b\xa6\xa6\xaa\xb2\xaa\x2b\x45\x64\x68\x1d\x1e\xae\xb5\x00\xe0\ \x0e\xb8\x43\xab\xa7\x2e\x17\x80\x7b\x78\x64\x44\x96\x4a\x11\x99\ \x11\x38\x69\xcf\xc2\xf1\xf2\xe1\xe1\xc9\x73\xff\xfb\xdf\xff\x9e\ \xd3\x45\x17\x5d\xd2\xee\xa2\x8b\x2e\xba\xe8\x92\x76\x17\x5d\x74\ \xd1\x45\x17\x5d\xd2\xee\xa2\x8b\x2e\xba\xe8\xa2\x4b\xda\x5d\x74\ \xd1\x45\x17\x5d\xd2\xee\xa2\x8b\x2e\xba\xe8\xa2\x4b\xda\x5d\xfc\ \xd0\xe1\x60\x1a\x06\xf6\x5f\xa1\x10\x20\x1c\x0b\xc3\x30\x5f\x10\ \x17\xb0\x8d\xe6\x9b\xe7\xde\x2d\x6c\x4c\xc3\xc0\xf9\x41\x2b\x2d\ \x08\x2c\xa3\x85\xe5\x38\xaf\xf6\x28\x1c\x8b\x56\xcb\x7c\x63\x45\ \x2b\xba\xa4\xfd\x03\x44\xa3\x98\xe6\xc1\xcd\x6b\x5c\xbf\x3b\x43\ \xb9\xf5\x2d\xbf\x40\xc6\x1e\x77\x6f\xdf\x62\xb7\xe5\x50\x58\x9d\ \x61\x7e\x3d\xf7\x67\x7f\xb5\x92\x5d\xe0\x8b\x87\x8b\x18\x5f\x7a\ \xf1\xb7\x66\x6f\x72\x7f\x69\xe7\x9b\x6d\x5a\xcc\x16\xd5\x5a\x83\ \x6f\xe7\x6a\x38\x34\xaa\x55\x5a\x07\x06\x0e\x76\x9d\xa5\xc7\x8f\ \xc8\x96\x8d\x3f\x7b\x0f\x76\x75\x8b\x9b\xb7\xef\x53\xb4\xbf\xf2\ \x04\xa8\x56\x6b\x58\x7f\x21\x13\x09\xcb\xa0\x5a\xab\x73\xb0\xdb\ \x66\x61\x93\x47\x4f\x57\x68\x7e\x1b\x17\x42\x34\x99\xbb\x7d\x83\ \xd5\xdd\xfa\x77\x1b\x36\x58\x2d\xaa\xd5\xe6\xe1\xbd\xad\x65\x96\ \xb8\x79\x77\x09\xb3\x4b\xda\xdf\x87\x76\x1c\xdc\x2a\x78\xb5\xaf\ \xb7\xf8\x34\x70\xa9\xaf\x97\x7c\xd4\xd2\x8d\x3f\x70\x77\x2e\x0f\ \xa2\xc2\xc3\x9b\xf7\x69\xf9\xfa\x18\x19\x48\xa0\x2b\xdf\xb2\x0f\ \xa6\x30\xa8\x94\xcb\x98\x8e\x84\x70\xec\x43\xa1\xfa\x3f\x07\x56\ \xb3\x46\xa9\x66\xbc\x70\x1f\xcc\x56\x8d\xa6\xf9\xcd\x46\xda\xe5\ \xcc\x0c\xd7\x1f\x2d\x61\x7c\x1b\xd7\xc0\xac\xf0\xe8\x8b\x1b\x64\ \x8a\xd6\xe1\x93\x6a\x5b\x36\xce\x5f\x20\x9c\x26\x3b\x0d\x4a\xe5\ \x2a\x5f\xc5\xd9\x66\x79\x93\x1b\xb7\x1f\x52\xfa\x0b\xc9\xb6\xb6\ \xbb\xc0\x17\xf7\xe7\x38\x50\x8d\x17\x1d\x5d\xfa\x6f\x29\xc4\xa5\ \x5a\x2e\x63\x7c\xc7\x81\x76\x79\x6b\x96\x1b\x0f\x57\x0e\xaf\x9d\ \xd5\xac\x51\xa9\xb6\xde\xd8\x88\xf3\x7b\xa5\x22\xae\xc9\xf0\xdb\ \x45\x85\xdd\xaa\x74\xe8\x9f\xf7\x57\xbd\x63\x0e\x0c\x04\x05\xef\ \x8f\xd9\x98\xf6\xeb\x71\xa3\x8c\x7a\x8d\x86\xdf\x86\x66\x9d\x52\ \xa9\x86\xee\xcb\x91\x46\x26\x12\x6f\x4b\xb1\xed\x6f\xce\x90\xb1\ \xe3\x9c\x1c\x49\x20\x99\x45\x66\xe6\xd3\xa4\x8e\x9f\xc4\x5f\xcf\ \xf0\x64\x66\x85\x06\x1e\x46\x8e\x9f\x20\x15\xf6\xd0\x2a\xac\xb1\ \xbc\x0b\xc7\xa6\x46\x50\x9b\xfb\xcc\x2d\xed\xd0\x3f\x75\x82\x80\ \xf6\xec\xf7\x4a\xe9\x25\xe6\xd6\x72\xc8\x72\x8b\x9a\x09\xb2\x24\ \xa1\xb9\x3d\x78\xd0\x01\x9b\xcc\xe2\x53\x56\x77\xca\x68\xa1\x7e\ \xce\x9e\x1e\x45\x2a\x6c\x33\xbd\xb0\x42\xdd\xd1\xe9\x1f\x3f\xc9\ \x68\x6f\x00\x49\xd1\xb0\x8a\x19\x1e\xde\x6a\x21\x24\x9d\xd1\xe3\ \xa7\xe9\x0b\x6a\x48\x92\xfc\x4c\xca\xb7\x55\x64\x6e\x76\x81\x7c\ \xd5\xa1\x6f\x6c\x8a\xf1\x54\xe4\x88\x1d\xb3\x4d\x7a\x69\x96\xb5\ \x74\x01\xc5\x1f\x63\xea\xd4\x49\xc2\x6a\x9d\xa5\x99\x55\x22\x63\ \xc7\x89\xf9\x64\xd2\xf3\xb3\x38\xf1\x09\xc2\x2a\x14\x36\x17\xb9\ \x75\xad\x4a\xb4\x7f\x84\xd3\xa3\x49\xea\xf9\x0d\x66\x17\x36\x30\ \xb5\x00\xe3\x27\x4e\x91\xf0\xab\xd4\x0b\x5b\xcc\x2d\x6e\xd2\x30\ \x1c\xfc\xf1\x24\x61\xa5\x41\x66\x67\x1f\x2d\x32\xc0\xa9\xe3\xa3\ \xb8\x15\xc1\xce\xea\x2c\xcb\x5b\x7b\xc8\xde\x08\xc7\x4e\x9d\x26\ \xaa\xc9\x38\xcd\x3c\xd3\x0f\x6e\x90\x8e\x24\x38\x35\x35\x8c\x2f\ \xe0\x45\x57\xda\x0f\x69\x29\xb3\xcc\xfc\x4a\x1a\xdb\x15\xe6\xd8\ \xc9\x53\xc4\xbc\xf2\xe1\xf1\xe7\xd6\xe6\x59\xdc\x2e\xa3\x88\x32\ \x26\x6a\x47\xe6\xb8\xc5\xe6\xfc\x0c\xeb\xf9\x1a\x81\xc4\x28\xa7\ \x8f\xf5\x23\xcb\x50\xcd\xa7\xb9\x7f\xed\x0b\x62\xf1\x5e\x4e\x9d\ \x9a\xc0\xc9\xaf\x33\xbd\xb0\x89\xa5\x85\x98\x3c\x75\x82\xb8\x57\ \x05\x61\xb6\xaf\x49\xb6\x84\x27\x31\xca\xa0\x1f\x2a\xe9\x55\xee\ \x5c\x6b\x12\x4b\x8d\x30\xd6\xe3\xc3\xeb\x95\x68\xab\x14\xdb\x64\ \x96\xe7\x58\x4d\xef\xe3\x89\x0d\x30\x35\x35\x8a\x57\xb1\xd8\x59\ \x5f\x62\x7d\x7b\x0f\xc3\x91\x89\x0d\x8e\x33\x35\x9c\xf8\x4a\x02\ \x2c\xa6\x17\x99\x5f\xcd\xe2\xb8\xe3\x9c\x3e\x3e\x84\x4b\xb3\x58\ \x9f\xb9\x4f\x79\x5d\x27\x94\x1c\xe3\xc4\x48\x02\x09\x68\x16\x33\ \xcc\xcd\xad\x50\xc7\xcd\xc8\xf1\xd3\xa4\xc2\x2e\x40\x50\x4c\x2f\ \x33\xbf\x9a\x05\x4f\x94\xa9\x53\xc7\x09\xbb\x64\x63\x8a\xf6\x9d\ \x00\x00\x20\x00\x49\x44\x41\x54\xcc\x7a\x9e\xf9\xa7\x8b\x14\x5b\ \x12\xa9\x89\xe3\x8c\xf5\x85\xb1\x6b\x79\x66\xe7\x16\x29\xb4\x14\ \x86\x26\x4e\x32\x9c\xf0\x3f\x6b\x2b\x04\x94\xb6\xe6\xb9\x7e\xad\ \x48\x6c\xf8\x38\x83\x9a\x0b\xab\xbc\xca\xad\xeb\x75\x14\x3d\xc0\ \xe4\x89\x93\xc4\x7c\x0a\x38\x4d\x36\x16\xe7\xd8\xd8\xa9\x11\x4a\ \x8e\x70\x62\xb2\x1f\xf5\x35\x24\xed\xef\x55\x63\xa5\xca\x70\x67\ \x4b\xe6\x37\x0b\x0a\xbf\x5b\x3a\xb2\x2c\xb6\xff\xfd\x78\x49\xe1\ \xe3\xc5\x67\x9f\x0f\x96\x8f\x17\x3b\xeb\x3b\x9f\x7f\xb3\xa0\xf0\ \x20\x2d\x7f\x2d\xe2\xff\xbe\x41\x92\xe5\x8e\x09\xab\x83\xa4\xf9\ \xe8\x49\x0e\x90\xea\x8d\x3c\x3b\x47\xa3\xcc\xcc\xf4\x22\x0d\xc0\ \xdc\x5b\x67\x69\x2d\x87\x68\xee\x72\xed\xb3\xdb\xd4\xdd\x71\xe2\ \x9e\x26\x77\x3e\xbb\x46\xa6\x01\x56\x39\xc3\xe2\xea\x76\x3b\x72\ \x69\x15\x59\x59\x5c\xa6\x76\xa4\x5f\xde\xcc\xcd\xf3\xd9\xcd\x19\ \x94\x70\x82\x88\x47\xc5\xb1\x6c\x64\x05\x0a\x1b\x8b\xac\x65\x4a\ \x54\x76\x9e\x72\x63\x26\x4b\x62\x78\x94\x44\xc4\x07\x02\x64\xdd\ \x4b\xdf\xe0\x18\x83\x31\x85\xe9\xbb\xb7\xc8\x59\xa0\x29\x60\x9b\ \x36\xde\x48\x0f\x01\xb1\xcf\xcd\xcf\x6f\x50\xb2\x40\x91\x25\x24\ \x49\x01\x0c\x1e\xde\xbc\x4d\x5e\x84\x19\x1b\x08\xb2\x74\xef\x16\ \x2b\xf9\xd6\xd1\xb3\xc6\x13\x88\x31\x32\x31\x8a\xab\xba\xc6\xdd\ \x07\x0b\x38\x8e\xc9\xc6\xc2\x22\x85\x46\xdb\xf3\x31\xbb\xb6\xc4\ \x56\xbe\x81\x2c\x49\xe8\xfe\x30\x03\xc3\x23\xa4\xe2\x11\x5a\x85\ \x35\x3e\xff\xe2\x01\x22\xd8\x4b\x88\x7d\x6e\x7e\x7e\x93\x92\x0d\ \x85\xad\xa7\xac\x15\x1c\xfa\x07\x7a\xd8\x99\xbb\xcb\xc3\xd5\x2a\ \x7d\xa9\x1e\x0a\x8b\xf7\x78\xb4\xbc\x0b\x48\xb8\xfd\x51\x46\xc6\ \xc7\xf0\x35\xb7\xb8\x73\x77\x06\x5b\x52\x90\x65\x37\xf1\xde\x01\ \x46\x86\xfa\xf0\xaa\x06\xab\x33\x33\xe4\x1b\x02\x23\xb7\xc0\xe7\ \xb7\x67\x50\x42\x09\x7a\xa2\x01\x94\x23\x3d\x9f\xe2\xda\x23\xae\ \xdd\x5f\xc3\xdf\xd3\x4b\x40\x93\x70\x6c\x07\x45\x82\xed\x27\xb7\ \x98\xdd\x85\xb1\xf1\x21\x2a\x2b\xf7\xb9\xb7\x5c\x42\x96\x25\x54\ \xb7\x97\xe4\xd0\x08\x03\xc9\x04\xd6\xfe\x1a\xd7\xef\x2c\x10\xe8\ \x1f\xa7\x47\xd9\xe7\xd6\x8d\xc7\x18\x40\xfa\xc9\x0d\x6e\x2f\xe4\ \x89\xf4\xf6\x11\x09\xb8\x91\x84\x40\xf3\x05\x49\x0d\x8d\x90\xea\ \x89\x60\x95\xd3\x4c\x2f\x6c\x60\x03\xb9\xf9\x5b\xdc\x99\xcd\x12\ \x4b\x26\x69\xa5\xa7\xf9\xe2\xde\x0a\x60\xb0\x32\xff\x84\xb2\x1a\ \xa6\x3f\xee\x66\xf1\xce\x2d\xe6\x33\x2f\x4f\x77\x54\xb7\x9f\xf0\ \xd9\xed\x05\xf4\x70\x2f\x3d\x91\x00\xaa\x0c\xc2\x01\x97\x3f\x4a\ \x32\xee\x61\xf9\xc1\x0d\x66\xb2\x06\x34\xb3\x7c\xf1\xd9\xcd\xf6\ \x73\xe6\x6e\x72\xf7\xf3\x6b\x64\x1b\xd0\xc8\xce\xf0\xd9\xed\x79\ \xdc\xf1\x24\xee\xc6\x16\xd7\x3e\xbf\x47\x13\x58\xbc\x79\x9d\xb4\ \x19\x60\x74\xa4\x1f\xbf\x5b\x07\xab\xc4\x9d\x9b\x77\xa9\xb9\xfa\ \x18\x4d\xe8\x3c\xbd\x73\x93\xad\xca\x51\x69\x66\x81\xe6\x8b\x30\ \x38\x3c\x4c\x5f\xc4\x87\xe4\x38\xa0\x68\x44\xfb\x92\x68\xb5\x0d\ \xae\xdf\x7e\x8c\x09\x6c\x3c\xbe\xcd\xc2\xae\x60\x6c\x62\x90\xe2\ \xf2\x03\x1e\x2c\xee\x75\x23\xed\xef\x32\x3d\xe2\x3a\x72\x64\x92\ \x74\xe0\x7c\x23\xe1\xd6\x25\x84\xe5\x50\x35\x44\xdb\x18\x14\x09\ \xbf\x5b\x46\x16\xd0\x32\x1d\x6c\x01\xb2\xf4\xfc\xf7\x5f\x2b\x08\ \x81\x50\x7d\xf4\xa5\x06\xe9\xf1\x3e\x5b\x1d\x4d\x8d\x12\x99\xbe\ \x4d\xae\xe6\xe0\xda\x2d\xe3\x4f\x8e\xe2\x6c\x2d\x51\x77\x0f\xf0\ \x8b\xf3\x53\xa8\x98\xd4\xf6\x7f\xc3\xc2\x5a\x81\x2b\x21\x0d\x5d\ \x6b\x1b\xc6\x22\xc9\x68\x9a\x86\x7c\x24\xcb\x92\x5d\x5a\xc5\x93\ \x3a\xc1\xe5\x93\xe3\xd0\xf2\xb0\x96\xa9\x60\x3b\x20\xab\x1a\xaa\ \x22\xa3\xb9\xfd\xb8\x44\x9d\x42\xd5\xe2\xd4\x78\x3f\x2e\x19\x0c\ \x2c\x8a\xb9\x2c\xd5\x46\x8d\x56\xa3\x4e\xb9\x0a\x1e\xe1\xe0\xe9\ \x1d\x60\xea\xd8\x18\x2e\x92\x94\xff\xf9\x63\x36\xb3\x65\x02\x8a\ \x8c\xa4\xc8\xd8\xe5\x2c\xdb\x99\x1c\x6e\x35\x44\xc6\xb4\x31\x6a\ \xfb\xe4\x0b\x45\xc6\xe3\xbd\x47\x72\xb6\x35\x32\xe9\x02\x0d\xc3\ \xa4\x62\x95\x69\xda\x7d\xe8\xba\x8e\x22\xb7\xcd\x73\x55\x55\xc3\ \x91\x25\x84\xe3\xa0\xf9\xc3\xf4\x0f\x26\x71\x03\xeb\xf7\xe6\x10\ \xbd\x53\x5c\x3e\x3d\x89\xc4\x20\x95\xff\xfc\x5b\xd6\xb6\x4a\xc4\ \x65\x95\x70\x22\xc5\xc8\xc8\x28\x72\x6e\x8b\x45\xa7\x8f\x91\xb1\ \x61\xd4\x5a\x9a\x87\xfb\x45\x20\x81\xb0\xea\x64\xb7\xf7\x68\xb4\ \x4c\x6a\x56\x89\x86\x05\x42\xd6\xdb\x0d\x65\x8f\x0b\xac\x12\x8a\ \xa6\xa3\xcb\x06\x6b\xcb\x2b\xb8\x86\x2f\x70\xe9\xf4\xc0\x97\xb3\ \xd8\x6c\x2d\x6d\x91\x98\x7a\x8b\xb3\xc7\x92\x38\x25\x93\xb5\xe2\ \x36\xb6\x51\x63\x65\x39\x43\xcb\x2f\x93\x49\xdb\x34\x9a\x4d\x2a\ \xe9\x1c\x56\xaf\x82\xe2\xf2\xd1\x37\xd4\x4f\x5c\x81\xcc\xfd\x5b\ \xe4\xab\x0d\xfc\xb9\x34\xd4\x9b\xd4\xf7\x6b\x94\xea\xfb\x2c\x6e\ \x17\x19\xbd\xf8\x4b\x4e\x24\x5d\xed\x71\x83\xed\x2d\x64\x6f\x90\ \xfe\xa1\x14\x3e\xa0\x5a\x95\xd1\x74\x1d\xd9\x6e\xb2\xb2\x9a\x66\ \xe0\xdc\x2f\x98\x1a\x0c\x62\xc5\x55\x7e\xf3\x2f\x8b\xec\x9d\x8a\ \x21\x2b\x2e\x92\x23\x63\x8c\x26\x3c\x98\xb9\x6d\x76\x72\xfb\x90\ \xf4\xbe\x90\xc7\x5f\x5d\xd8\x24\x38\x7c\x81\x0b\xa7\x52\x9d\x55\ \x35\x2c\xa1\x93\x1c\x1a\x61\x24\xe5\xc7\xc8\x64\xd8\xdd\x2d\xb0\ \x5f\x5d\xa0\x1e\x18\xe6\xc7\xe7\xa7\xd0\x99\xa4\x91\xff\x15\xab\ \x6b\x59\x7a\xf6\x37\x08\x8d\x9e\xe5\xdc\xd4\x20\x4c\x44\xc8\xfd\ \xea\x0b\xd6\x72\x4d\x02\x21\x1f\x8d\x9d\x02\xe6\xf8\x00\xfd\x61\ \x2f\xb5\xf4\x0c\x5b\x99\x32\x3d\xde\x3c\xd9\x5a\x8b\x46\xa9\xc8\ \xfe\x7e\x85\x81\x40\xf0\x30\xe5\xa3\xf9\xa3\x0c\x0e\xf6\xa3\x01\ \xa5\x9c\x85\x1e\xe8\x63\x72\x6c\x14\xe2\x12\xe9\x4f\x57\x29\x94\ \xcb\x6c\xaf\x6f\xd2\xf4\x0f\x93\xc9\xd8\x34\x9b\x35\x6a\xb9\x1d\ \xec\xc9\x18\x4a\x97\xb4\xbf\x43\x7e\x72\x04\xa6\xcb\xc5\x7f\xf3\ \xb6\x9f\xbb\xf3\x55\xae\x5c\x8e\x33\xa9\x5a\x94\x4d\xc1\x9d\x87\ \xfb\x7c\x9c\x81\xbf\x7b\x2f\xca\xc5\x98\x02\x86\xc9\xaf\xef\x16\ \xb8\xb3\x63\x03\x12\xaf\x37\xc4\x8b\x03\x6e\x9e\x1e\x06\x13\x6e\ \x36\x97\x97\xf1\x16\x1b\xf4\x1c\x4f\xc0\xee\x3a\xc8\x6a\xa7\x3b\ \xa5\xb4\xcd\x97\xad\xb6\x4d\x9c\x2d\xec\xce\x3e\xe4\x17\xae\x96\ \xe3\x74\xba\x3d\x47\xba\xa7\x07\xdb\x38\xb6\x85\x3b\x34\xc6\x2f\ \x3e\x0a\x30\xff\xf4\x09\x1f\xff\x6e\x95\xb7\xdf\x39\xcb\xc6\xdd\ \x2f\x68\xf4\x9c\xe2\xf8\x70\x88\xfd\x5c\xf5\x99\xa1\x85\x78\x16\ \x35\xcb\x12\xe0\x74\x9c\x89\x64\x19\x61\x3b\x20\x79\x49\x0d\x8d\ \x10\xd7\x25\x86\xc6\x8e\xe3\x0f\x3c\x73\x1d\xa8\xa7\xe7\xb8\x7e\ \x67\x83\xc9\x4b\x17\x88\xb8\x1a\xec\xe7\x3b\xb6\x45\xc2\xee\xb8\ \xa6\xab\x87\x69\x16\xc1\x97\x0c\x35\x1c\x07\x55\x51\x3a\xc7\xad\ \xa0\x48\xed\x48\x17\xa4\x43\xb7\x76\x4d\x96\x10\x9d\x2a\x16\x49\ \x56\x91\x55\x85\x5a\x7e\x8d\xeb\x37\xe7\x18\xbd\x70\x91\x98\xd7\ \x20\x9f\xee\xec\xf8\x85\xfc\xb5\x84\x24\x04\x8e\xed\x20\x2b\x2f\ \xa7\x05\x47\x1c\x71\x53\x3a\xf8\xba\xb0\xb1\x85\x4e\x4f\x72\x88\ \x91\x3e\x77\xc7\xa2\x2e\x84\x68\xad\xe1\x88\x67\x6e\x4b\xb6\x25\ \xf0\x04\x7a\x18\x1e\x1d\x46\xb6\x86\x38\x76\xce\x47\x58\x6b\x60\ \x39\x02\xe5\x68\x17\xb2\x73\x68\xe2\x25\xf9\x67\x21\x40\xed\x6c\ \x2b\x4b\x2a\xb2\x68\xfb\xab\xb6\xaf\x41\xfb\xee\x2b\x2e\x05\xf1\ \xd2\x4c\xbb\xc0\x76\x40\x79\xe1\xdc\x0e\xf6\x01\x9a\xa6\x80\xb0\ \x71\x1c\x81\xa2\x28\x9d\xe7\x4c\x46\x95\x64\x84\x6d\x63\x3b\x02\ \x45\xee\x50\x8c\xa2\xa2\x48\x12\xa6\x29\x31\x78\xe9\x43\x3c\x9b\ \x8b\x3c\xbd\xf7\x39\x6b\x7d\xa7\x39\x9b\x90\x90\xf5\x10\x83\xc3\ \x23\xf8\x55\x87\x91\xc9\xd3\xf8\xfd\xbe\x17\xb8\xe0\xe8\xb5\x17\ \xc2\xc1\x01\x14\x49\x45\x97\x25\x84\x65\xe3\xd8\x2a\x3d\xa9\x21\ \x86\xe3\x1e\x06\x87\xda\xd6\x7f\xaf\x63\xde\xfb\xfb\x7f\x4e\x92\ \x84\xcf\x2d\xa3\xbb\x64\x5c\xad\x26\xff\xeb\xff\xb3\xc5\xff\xf6\ \xd8\xe2\xfd\x33\x01\xde\x39\x17\xe6\x82\xd6\xe2\x3f\xfc\x53\x9a\ \xff\xf9\x57\x7b\x3c\xde\x77\xd0\x94\xd7\x93\xb0\x1d\xcb\xec\x0c\ \x02\xb6\xcd\x95\x5f\x1c\x03\x93\x19\x3d\x36\x42\x69\xf6\x36\xab\ \x55\x0f\x83\x11\x37\xd1\xa1\x41\xa4\xd2\x1a\x8f\x97\x33\x64\x57\ \x9e\xb0\xb6\x67\x33\x34\x14\xc1\x1d\x8c\x43\x69\x87\xd9\xe5\x2c\ \xbb\xf9\x3c\x75\xe3\xf9\x86\xae\x6f\x6c\x80\xda\xd6\x0c\x4f\x56\ \x77\xc8\xef\xe6\xa9\x35\xcd\x0e\xdf\x58\xd8\x42\x60\x9a\x65\xf6\ \xea\x0a\x43\x63\x63\xb8\xeb\x39\xf2\xe5\x1a\x86\x69\xa3\xe9\x1e\ \xbc\x5e\x0f\xb2\x70\x0e\x07\xe9\x9a\xe5\x02\xbb\xb9\x7d\x96\x1f\ \xde\x26\xe3\x04\xe8\x4f\x86\x50\x24\x87\xbd\x6c\x16\x27\x10\x23\ \x16\x94\x48\x67\xf6\x41\x96\xb0\x1c\x81\xa4\x3e\x8b\x23\x6c\xd3\ \xc0\x72\x64\xbc\x5e\x1f\x6e\x97\x8a\x6d\xd9\x28\x2e\x1f\xa1\xa0\ \xcd\xfc\xec\x1c\xb9\x7c\x86\xfd\x4a\x13\x1b\x09\xb7\xd7\x8f\x99\ \xcf\xb0\xbe\x9e\x26\x5f\xae\x11\x1d\x1c\xa5\xb1\x3d\xcf\xec\xc6\ \x0e\x9b\xb3\xf7\xd8\x32\x3d\x0c\xf4\x47\x10\x46\x0b\xab\x33\x50\ \xe7\x38\xd6\x61\xf9\x9a\xb0\x2d\x6c\xdb\xc1\xb1\x0c\x2c\x47\xc2\ \xed\xf3\xe1\x76\x69\x38\xb6\x8d\xa4\xb9\xf0\xb8\x5b\xac\xaf\xad\ \x92\xdd\xd9\xa3\xd9\xb4\xb0\x6d\x13\x03\x9d\x81\x81\x14\xe5\xa5\ \x47\xcc\xad\x67\xc8\x66\x77\x28\x35\x0e\x06\x2b\x15\xfa\x47\x7b\ \xc9\xce\x3f\x64\x71\x3b\xcf\xce\xee\x1e\xcd\x96\x85\xac\x07\x19\ \x4a\x79\xd8\xc9\x66\x68\x09\x19\x61\x1a\xa0\xaa\xe8\x6e\x3f\x4a\ \xad\xc8\xfa\xf2\x26\xb9\x42\x11\xff\xc0\x10\x52\x2d\x4f\xae\x6c\ \xa2\x48\x16\xa6\x90\x90\xb4\x18\x43\x31\x37\x4b\x0f\xee\xb2\x99\ \xc9\xb2\x93\x2f\x22\x74\x3f\xa2\xb0\xcb\xfa\x6a\x9a\xbd\x52\x05\ \xd3\x76\xb0\x4d\x13\xa1\x7a\x19\xe8\x8f\xb2\xf6\xf8\x31\xe9\xdc\ \x0e\xd3\x8f\x9f\x60\xc7\x07\x88\xfb\x35\x2c\xc3\xc0\x3e\x28\x84\ \xb1\x4c\x1c\x64\xac\x7a\x9e\x07\xf7\x17\x68\x1c\xf2\xb7\xc2\xd0\ \x50\x8c\xfc\xca\x43\x16\x37\x33\xec\x64\x73\x34\x1b\x16\x8e\x6d\ \x1f\x96\x7f\xda\x96\x89\x61\x39\x44\x06\x46\x61\x6f\x95\xe9\xe5\ \x34\x99\x95\x07\x2c\x97\xa1\x7f\xa8\x9f\xd4\x50\x2f\xb9\xe5\x27\ \x2c\x67\xf2\xac\x3c\x7c\x40\x49\x0e\x31\x98\x70\x51\xd9\xdd\x41\ \x0a\x26\x19\x1d\x0c\xb1\x9b\xce\xa1\x87\x7b\x89\x7a\x6a\x6c\xe7\ \x4a\xc8\x92\x84\x6d\xd9\xc8\xfa\xb3\xc6\xc2\xe3\xf5\x62\x17\xb7\ \x58\xd9\x48\x93\x2b\x35\xb0\x6d\x1b\xcb\xb2\x0f\x1b\x27\xc3\x34\ \x90\x3c\x41\xfa\x52\x21\x76\xb7\xb3\x18\xc8\x38\xb6\x85\x50\x5c\ \xaf\x65\xf8\xa6\xfc\xbb\xbf\xff\xfb\xff\xe9\xfb\x94\xd3\xbe\xb1\ \xa1\xb0\x57\xef\x0c\x44\x0a\xb0\x55\x95\x4b\x43\x2e\xb6\x76\x5b\ \x0c\x0e\xf9\x19\xf2\x29\x8c\xf7\xbb\xa9\xe7\x9b\x04\xe3\x2e\x36\ \x16\xca\xdc\xdf\x77\x88\x87\x34\x22\x2e\x89\x4a\x53\x60\x0b\xe8\ \x0b\x08\xae\x0c\x3a\x58\x5f\x0a\x49\x75\x5d\xe7\xb3\x4f\x3f\x25\ \x9d\xde\x26\x1e\xef\x79\x21\x92\xb0\x6d\x9b\x63\x93\x13\x0c\x8f\ \x8c\x1e\xfa\x61\x1e\x5d\x64\x59\xa6\x5c\x2e\xe1\xf1\x78\x08\x04\ \x43\x08\xe1\xb4\xd7\x95\x8a\x84\xc2\x11\x34\xfd\xdb\x31\xd5\x6b\ \x55\x2b\xa8\xe1\x04\x3d\x41\x85\x4a\xcd\xa6\xa7\xbf\x8f\x2f\x9b\ \x51\x2b\xde\x30\xf5\x8d\x39\x8c\xf8\x14\xa7\x87\xa2\x48\xae\x30\ \xbd\x11\x95\xcd\xa5\x45\x32\x45\x9b\xc9\xf3\x57\x18\xef\xf1\x80\ \x1e\x26\xea\x75\xd8\x5c\x5d\x21\x5b\x6c\x12\x4e\x8e\x30\xd2\x1f\ \x47\xed\x3c\xe1\x5a\x20\x41\x8f\xdf\x61\x73\x65\x99\xf4\x5e\x9d\ \x50\x62\x88\xb1\xc1\x04\x34\x2a\xe0\xeb\x21\xa2\x57\x79\xfa\xf8\ \x29\x9b\xd9\x22\x91\xd1\x33\x9c\x9a\x1c\x22\x1e\x72\x91\x5d\x5b\ \x66\x63\x3b\x8f\x1a\xea\x65\x64\x38\x85\x5f\x97\x68\x14\x72\x64\ \x32\x19\x2a\xb6\x97\xb3\x6f\x5d\x26\xe1\x53\x71\x7b\x3c\x54\x72\ \x39\xf4\xde\x71\xa6\x86\xe3\x94\xd2\xab\xac\x6d\xa6\xa9\x98\x0a\ \x89\x44\x0f\x07\xef\xab\x2b\x14\xc1\x2d\xca\x2c\x2f\xad\x90\x2f\ \x59\xf4\x0c\x0c\x93\xea\x89\xd0\x13\x8f\x50\xc9\xae\xb3\xbe\xb9\ \x03\x81\x1e\xc6\x46\x86\x08\x47\x22\x78\xec\x22\xab\xab\x9b\xd4\ \x25\x1f\xa3\xa3\x13\x24\xbc\x16\x6b\x8b\x4b\xe4\xea\x1a\xa7\x2f\ \xbf\x45\x2a\xa8\xd1\xa8\x57\x10\x9e\x38\x7d\x51\x3f\x56\xa3\x86\ \xed\x8e\xd0\xd7\x13\xc0\x6c\x56\x31\xd4\x20\x63\x23\xc3\x78\xa5\ \x32\x2b\x4b\x2b\xec\x16\x0d\xe2\xa9\x61\x06\x7b\x63\x44\x82\x1e\ \x76\x37\x56\x49\xef\x37\x89\x26\xe2\xc8\x96\x89\x2f\xde\x47\xbc\ \x37\x45\x44\xab\xb3\xba\xb2\xc2\x6e\xa1\x49\x20\x96\x24\xe8\x69\ \x9f\x80\x37\xda\x47\x58\x6d\xb0\xba\xbc\xc2\x4e\xc9\xa2\x67\x60\ \x94\xc1\xbe\x28\x3d\x7d\x7d\x48\xe5\x2c\x2b\xab\x9b\xec\x95\x5b\ \x04\x13\x7d\xf8\xbd\x41\x42\x6e\x83\xcd\x95\x55\xf6\x9b\x32\x83\ \x13\x27\x18\x08\x39\xac\x2f\x2d\xb3\xbd\xbb\x87\xf0\x44\xe9\x8d\ \x78\x89\xf5\x25\x91\x2b\x59\x56\xd6\xb7\x28\x34\x64\x06\x46\x26\ \x88\x69\x15\x56\x57\x36\xa8\xe2\xa3\x27\xec\xc5\x70\x54\x7a\x93\ \x71\x62\x89\x24\x6a\x7d\x97\xa5\xa5\x75\x6c\x7f\x3f\x6f\x5d\x3e\ \x8d\x5b\xb5\xa9\x56\xea\x04\x7b\xfa\x09\x7b\x54\x8c\x7a\x05\x35\ \xd4\x87\xa7\xb1\xcd\xdd\xb9\x02\xe3\x53\x43\xe8\x9d\xe7\xc0\x13\ \x4b\x12\x92\xab\xac\xac\xac\xb1\x5b\x68\x12\xe9\x89\xa3\xda\x06\ \xde\x58\x1f\x61\xaf\x86\x51\xaf\x80\x37\x46\x5f\x6f\x92\xde\xb0\ \xc2\xd6\xd2\x12\xe9\xa2\xcd\xe4\x85\xb7\x18\x8b\xbb\x71\x85\x7b\ \x09\xab\x35\x56\x16\x57\x28\xda\x01\xce\xbf\x75\x89\x1e\xaf\xc4\ \xee\xda\x3c\x33\xf3\x2b\x14\x0c\x37\xa7\xce\x9f\xa2\x37\x12\xa6\ \x2f\x11\x60\x6f\x73\x85\xf5\xcd\x2c\x0d\xe1\x22\xd1\x1b\x43\x3b\ \x78\x1e\xfd\x41\x5c\x76\x89\xd5\x95\x4d\x9a\x4a\x90\x44\x58\xc7\ \xc0\x4d\x2a\x19\x45\xb6\x4d\xaa\x75\x9b\x78\x2a\x45\xaa\x3f\x89\ \x28\x67\x58\x59\xdd\x60\xaf\x6a\x10\xee\xe9\xc3\xaf\x7f\xf7\x71\ \x69\x3e\xb7\x4b\x20\x10\xfc\x8b\x8d\xc9\xff\xdc\x9a\x04\x69\x76\ \xe6\xe9\xf7\xa6\x32\xce\xa5\xc2\x7f\xf8\x5c\x63\x21\x27\xe3\x52\ \xc1\x34\x6d\x6a\xba\x87\x7f\xff\xf3\x20\xd7\xa7\x2b\xbc\x73\x39\ \x8a\x9c\xab\x33\x93\x6d\x72\x6d\xb1\xc5\x47\x3f\xef\x65\x30\x5b\ \xe4\x7f\xb9\x59\xe3\xc7\xef\x26\x78\xdf\xdf\xe2\x1f\x3e\xab\x60\ \x28\x32\xe7\x93\x0e\xff\xee\x5d\x93\xc6\x97\x8a\x39\x5f\x57\x37\ \xf6\x56\xb5\x48\xa9\x98\x63\x76\x6e\x8b\x91\xcb\xef\x33\x1c\x56\ \xe8\xa2\x8b\x3f\x17\xdb\xb3\x37\x59\xb3\x92\xbc\x77\x66\xb8\x7b\ \x31\xbe\x26\xbe\x75\x37\xf6\xef\xe9\x58\x1b\x92\xae\xf2\xde\xe9\ \x20\xa9\xa0\x4e\xc4\xb6\xd8\xa9\x83\x6e\x98\xfc\xf3\x9d\x7d\x9e\ \x54\x24\xfc\x9a\xc4\xcd\x99\x1a\x17\xde\x0e\xf3\xdf\xa9\x2e\xe2\ \x03\x3a\xf6\x4e\x03\x21\xbd\x99\x0f\x4a\x71\x7b\x89\x27\xdb\x75\ \x86\x4e\x5c\xec\x12\x76\x17\x7f\x31\xfa\x8e\x5d\xa6\x4f\xea\x3e\ \x37\x3f\x04\x7c\x2f\x49\x5b\x92\x40\x58\x0e\x95\xa6\x83\x29\x37\ \xf9\xc7\xc7\x35\xb2\x75\x89\x5f\x3f\x2c\x53\x10\x0a\x41\x77\xbb\ \x42\xa4\xb8\x5d\xe1\xff\xf8\xdc\xe2\xad\x41\x17\xcd\x8d\x0a\xd3\ \x6b\x2d\x64\x55\x46\x72\xde\xbc\x1b\xd9\x3b\x75\x99\xde\xa9\xef\ \x43\x83\xdb\x1e\xe8\xfa\xa6\x7a\x86\x82\xd7\x7f\x58\xf9\x7b\x91\ \x27\x55\xd4\xee\x45\xe8\x92\xf6\x5f\x41\xd6\xb4\x47\xdc\x1d\xc0\ \xb1\x1d\x1e\x3c\x2d\x73\x4b\x80\xae\xc9\xe8\xb2\x60\x66\xb3\x85\ \xaa\xb4\xab\x10\x1c\x01\xb2\x22\x91\xdb\x69\xf0\x4f\xe9\x76\x9d\ \xa9\xae\xc9\x68\x72\xa7\x40\x41\x74\x6f\xee\x1f\x67\x43\x1b\xcb\ \x91\x50\x95\xe7\xbb\x70\x4e\x25\xcb\x93\x85\x3c\xe3\xe7\x4f\xe3\ \xff\x8b\x03\x2f\xc1\xda\xf4\x2d\x0a\xfe\x63\x5c\x1c\x8d\x7e\xcd\ \x03\xb4\x59\x7b\x72\x9b\x7a\x78\x8a\x93\x83\x5f\x6f\x5f\xed\x59\ \x82\xcf\x2a\x29\x5a\xa5\x3c\xfb\x4d\x85\xde\xde\x48\x57\xc7\xa1\ \x8b\x2e\x69\x7f\xdd\xa8\xca\xad\xb6\xa7\xa1\xeb\x0a\x78\xb5\xe7\ \x5f\x29\xaf\xf6\x92\x98\x4b\x93\x5e\x88\xc5\x94\x4e\x9d\x76\x97\ \xb8\xbf\x1a\xbb\xcb\x0f\x59\xb1\xfa\xb8\x7a\xbc\xff\xb9\xab\x67\ \x37\x8a\x6c\x6f\xef\x32\x72\xfe\xaf\xbb\x83\xd5\xe2\x3e\x25\xe5\ \x9b\x50\x85\x70\x28\xef\xef\x52\xd5\xc7\xbe\xf6\x9e\x4a\x6b\xd3\ \xcc\xef\xfb\xb9\x7a\xa9\xbd\xaf\x7a\x7e\x93\xe5\x3d\x37\x3d\x5d\ \xd2\xee\xa2\x4b\xda\x5f\x0f\x2d\x0b\xfe\xdb\xcb\xe6\x37\x42\xb6\ \x92\x04\xcd\xd7\x4a\x48\xce\xa1\x98\xdd\x20\x5b\x6c\x12\xe8\x19\ \xa4\x3f\xe6\xa3\xb8\xb3\x49\x5d\x8d\x91\x8a\x79\x69\x14\x32\xec\ \x5b\x3e\xfa\x7b\x7c\xe4\xb7\xd6\xc8\x55\x4c\x3c\xa1\x04\x43\xc9\ \x28\xb2\x04\xc2\x6a\x91\xdd\xda\xa0\xd8\x14\xf4\x0e\x0e\xd1\x6a\ \x56\xd9\x5c\x5f\x20\x28\xd5\x09\x25\x92\xf4\x47\xda\xd3\x86\x25\ \x59\x41\x16\x4d\x36\x97\x97\xd8\x91\x14\x12\xa9\x01\xc2\x3e\x0d\ \x61\xd6\xd8\xde\xdc\xa6\xd2\x82\x70\x4f\x8a\x64\xbc\xbd\xbd\xd5\ \xac\xb0\xbd\x95\xa6\xe1\xe8\x0c\x8e\xf5\xb7\xeb\x75\xdb\x05\xd9\ \x64\x36\xb7\x70\xc5\x52\xf8\x9c\x22\x7b\x0d\x8d\x64\x4f\x08\xd1\ \x2a\x93\xdd\x6f\xd2\x93\x4c\x60\x97\x76\x49\xef\x16\x31\x6c\x08\ \xf5\xa4\x48\xc6\xfc\xcf\xdf\x43\xf9\xc8\x74\x77\xa7\x49\x66\x63\ \x8b\x52\x4b\x22\xd1\x3f\x40\xd4\xef\xea\x74\x18\x1a\x64\x36\xb7\ \x28\x35\x20\xde\x3f\x48\xcc\xe3\xb0\xb5\xbe\x49\xcd\x92\x88\xf6\ \x0d\xd2\x1b\xf6\xe0\xd4\x4b\x6c\x6f\x64\x79\xea\xb7\x09\x46\x52\ \xf4\x26\x06\x19\xf3\x29\xed\x49\x17\x8e\x49\x3e\xbd\x49\xbe\x6a\ \x11\xe9\x1b\xa2\x37\xec\x06\x6c\xca\xbb\x59\x76\x0b\x15\x2c\x49\ \x23\x9e\x1c\x24\x1e\xd0\x41\x18\xec\x6c\x6d\xb1\x5f\x35\x08\xf6\ \xa4\x48\xc5\x83\xdd\xd4\x4d\x17\xdf\x39\xbe\x77\x81\x86\xa6\x80\ \xae\x7e\xfd\x45\x7b\xcd\xc6\x54\x76\x17\xee\x71\x7b\x7a\x13\xc3\ \xa8\xf2\xf4\xe6\xe7\x2c\xee\x35\x90\x9a\xbb\xdc\xbe\x71\x9b\x7c\ \x65\x8f\x7b\xb7\xee\xd2\x16\x5f\xb3\xa8\x37\xea\x98\x46\x9d\x85\ \x7b\xd7\x78\xb0\x5a\x02\x4c\x66\x6e\x7e\xc2\xfd\xb9\x2d\x4a\xc5\ \x22\xe5\x7a\x13\x59\x51\x91\x1c\x8b\x66\xa3\x81\x79\xa4\x2e\x52\ \x42\xc2\x6e\x16\xc9\xee\xee\x91\xdf\x5a\xe0\x93\x4f\x6e\x92\x6b\ \x82\x24\x0c\xea\x8d\x26\x46\x7d\x8f\x7b\x37\xbe\x60\xa5\xe0\x80\ \x59\xe0\xf6\x27\x7f\x60\x7e\x33\x47\xa9\x50\xa0\x6e\x58\x48\x92\ \x8c\xaa\xc2\xce\xdc\x6d\xee\xce\x6c\xa2\xe8\x2a\xc5\xcd\x19\xee\ \xcc\xac\x63\x03\x76\x79\x83\xdb\xf7\x9e\x50\x77\x60\xed\xc1\x75\ \x1e\x2f\xa5\xa9\x94\x76\xb9\xf3\xf9\x1f\x78\xb4\x56\x7c\x49\xeb\ \x2b\x03\x36\x33\xb7\xae\x71\x6f\x7e\x8b\x52\x6e\x9d\x6b\x9f\x5c\ \x63\xbb\x6c\x03\x4d\x9e\x5c\xff\x8c\xfb\x73\x5b\x14\x4b\x45\xaa\ \xf5\x16\x8e\x63\x52\xaf\x37\x31\xaa\xbb\xdc\xf9\xfc\x0b\x32\x4d\ \x50\x34\x0d\x19\xbb\x7d\xae\x0e\x54\xd3\xf3\x3c\x98\x5e\x05\x60\ \xfd\xe1\x35\x6e\x3c\x59\xa5\x58\xc8\x70\xfb\xda\x27\x2c\xe5\x0d\ \xb0\xab\x3c\xb8\x7e\x9d\xe5\x6c\x89\x52\x66\x81\x6b\x9f\x7e\x41\ \xde\x82\x9d\xa7\xb7\xb9\x33\xbd\x41\xb3\xd5\xa4\x5a\xad\xe1\x74\ \xf9\xa3\x8b\x37\x3d\xd2\x86\x6e\x4a\xe3\xe5\x41\x76\x91\xa7\x73\ \x6b\x88\xd8\x14\xa1\xa0\x87\x7d\x67\x99\x99\xb9\x0c\x93\xef\x5d\ \xe2\xdc\xfe\xa7\xfc\xfe\xff\xfd\x2d\xa9\xf3\xef\x72\x61\x38\x08\ \x38\x44\x63\x3d\xd8\x6a\x8d\xba\xbe\xc9\x6e\x66\x1f\x23\xbc\xcd\ \x72\x41\xe6\xdd\x5f\x7e\x48\xbc\x53\x46\xbe\x99\x31\x09\xa4\xc6\ \xb8\x70\x7e\xfc\xb9\x68\x51\x08\x07\xc5\xdf\xc7\xa5\x77\xae\x12\ \x51\x5a\xdc\xff\xfd\x7f\x66\x66\x6d\x97\x0f\x8e\xf7\x10\x8b\x55\ \x29\xd5\x74\x3c\x1b\x19\x72\xbb\x25\x22\xfb\xd3\xe4\xb5\x14\xbf\ \xfc\xf0\x32\xae\x4e\x6f\x20\x2f\x41\x66\xfa\x36\xb5\x40\x8c\x77\ \x3f\x7c\x8f\x90\x0a\x4d\x49\x41\x53\xdb\xb3\x13\x85\xac\xb4\xa7\ \xcd\x63\x63\x5a\x0a\xc3\xc7\xcf\x71\x61\x34\x42\x61\xe9\x3a\x9f\ \xcc\x4d\x33\x3e\xf2\x23\x8e\xc6\xdb\xb2\xa2\x60\xef\xaf\xb0\xbc\ \x63\x73\xf5\x6f\x3e\x22\xe1\x72\x98\xbb\xf1\x6b\xa6\x97\x33\xc4\ \x92\x25\xd6\x0b\x1a\x3f\xfa\xdb\x0f\x89\x74\x9e\x64\xe1\x98\xc4\ \xe3\x11\x2a\x75\x19\x65\x33\x4d\xa6\xd0\x60\x4c\x80\x37\x3a\xc4\ \xa5\xf3\xa7\x00\xd8\x2f\xca\xa8\x9a\x86\xd9\x4c\xf3\x64\xa3\xce\ \xe9\x0f\xff\x86\xd1\x90\xcc\xd6\xfd\xdf\xf3\x78\x7a\x9e\xd1\x1f\ \x0d\xe1\xc8\x41\xa6\xce\x5c\x65\x24\xda\xe0\x8b\xff\xf2\x31\xeb\ \xd9\x1a\xc9\x56\x13\x0b\x3f\x43\x93\x27\x89\xf9\xf4\xee\x73\xd9\ \x45\x37\xd2\xee\xe2\x2b\x60\x35\x69\x3a\xa0\xbb\x14\x9a\x0d\x93\ \xde\xc9\xf3\x5c\x9a\x4c\x00\x10\x08\xba\xa8\xd7\x6a\xc8\xba\x07\ \x80\xf2\xd6\x34\x9f\x5e\x7f\x44\xa1\x23\x89\x2a\x4b\x12\xad\x5a\ \x0d\x59\xf7\xe2\x7f\x8e\x67\xc4\x4b\xb5\x6b\xdb\xd5\x1a\x07\x53\ \xdb\x35\xfc\x7e\x17\x96\xd9\x60\x7b\xee\x16\x37\x1f\xad\x50\x6f\ \x99\x08\x49\x42\xc2\xa1\x51\x6d\xe0\xf6\xfb\x3b\x84\x7d\x10\xa9\ \x0b\x8c\x7a\x95\xba\x21\x90\x0e\x67\xb2\x0b\x1c\x21\xb5\xf7\xdd\ \x19\x82\x68\x17\x99\xc8\x87\x55\x26\xbe\x68\x08\x9c\xd6\x91\x94\ \x96\xe8\x90\xb6\x8c\x51\x6f\x20\xab\x7e\x82\xae\xf6\x23\x1b\x08\ \x04\xb0\xeb\x4d\x1a\xd5\x06\x8a\x16\xc0\xaf\x3e\xfb\xce\xda\x83\ \x6b\xdc\x79\xba\x41\xc3\x74\x3a\x53\xc8\x9f\x8d\x4a\x3f\x3f\x11\ \x5a\xc2\x6e\xd5\xb0\x75\x37\x3e\x5f\xfb\x35\x08\x85\xbd\x38\x66\ \x1d\x53\x48\xc8\x92\xe8\x88\x05\xe8\x78\x5d\x3a\x56\xd3\x22\x75\ \xe9\xc7\x9c\x1b\xd2\xb8\xff\xc9\xc7\x7c\xf1\x70\xf9\xdb\x91\x81\ \xed\xa2\x8b\x2e\x69\xbf\x06\xd0\xc3\xf4\xf8\x74\x6c\xc9\xcb\xd8\ \xd4\x71\xc6\x47\x86\x49\x25\xfc\x58\xc5\x35\xee\x2f\x34\xf8\xe0\ \x6f\x3f\xa4\xb1\x70\x87\xf5\x92\x49\xbd\xb4\x43\xc3\x15\xe7\xf4\ \xe9\x13\x4c\x24\x23\x60\x19\x78\xe3\x49\xe4\xfa\x2e\x4b\x1b\x05\ \xcc\x56\x03\xd3\xb1\x51\x75\x17\xb5\xfd\x3d\xca\x8d\x16\x8d\xa3\ \x2e\x20\x42\x60\x99\x2d\x9a\x4d\x93\xc6\xde\x06\x2b\xe9\x16\x03\ \x71\x3f\x7b\xbb\x19\xb4\x9e\x11\x4e\x9f\x3c\x43\x7f\xd8\x85\x65\ \x43\xa4\xaf\x97\x6a\x66\x8d\xcd\xfd\x3a\x46\xb3\x81\x8d\x85\x65\ \x0b\x06\x2f\xbd\xcf\xf9\xde\x06\x9f\x7d\x76\x87\x06\x10\x08\x04\ \x31\x76\xb7\xc9\x55\x2c\x9a\xcd\x16\x96\xe5\x80\x24\x21\x63\x52\ \x2a\x95\x31\xec\x16\x6b\x0b\x9b\x28\x9e\x38\x21\xf5\x39\x5a\xa5\ \x52\xae\xe2\x8e\x27\xd0\xac\x1c\x8b\x5b\x25\xac\x7a\x9e\x95\xf5\ \x1c\xe1\x44\x8c\x70\x6f\x0f\xa2\x9e\x66\x61\xbb\x48\xab\xd9\xc4\ \x6c\x55\xd9\xcd\x14\xf0\x25\x8f\x71\xf2\xc4\x49\x7a\x82\x2e\x2c\ \xd3\x41\x77\x2b\x34\x6a\x7b\x14\x1a\x06\x86\xe9\xb4\x1b\x11\xc7\ \xc6\x15\xec\x25\x6c\x95\x59\x5d\xcd\x61\x9b\x55\x16\x57\x76\xf1\ \xc6\x92\xb8\x65\x07\xdb\x11\xcf\xe4\x42\x1c\x81\x10\x0e\xc2\x84\ \xc1\x13\x17\xb9\x7a\xb6\x9f\xcd\xf9\x25\xf6\xca\x4d\xb2\xeb\x6b\ \x14\x1b\x56\xf7\x19\xed\xe2\x3b\xc3\xf7\x6a\x1a\xfb\x77\xc2\x7f\ \x3f\xc8\x69\xec\x2a\x3d\xb1\x00\xb9\xd5\x69\x66\xe6\x97\x58\xdf\ \x2e\x12\xeb\x8b\x91\x5d\x98\xc6\xea\x39\xce\xd9\x89\x21\x3c\x76\ \x9e\xd9\xed\x16\x93\x53\xe3\x34\xd2\x0b\xcc\x2c\xac\xb2\xbd\x57\ \x25\xd4\x37\xcc\xf0\xc0\x00\x51\xb7\xc9\xe2\xd3\x69\x16\x56\x36\ \xa8\xaa\x61\xc6\x87\x7a\xa9\x6c\xcc\x31\x33\xbf\x4a\x43\x0b\x93\ \x8a\xf9\x91\x00\x49\x58\xec\x65\x37\x59\x5e\x59\x63\x6d\x2b\x4f\ \x6c\xe2\x22\x67\xc6\xfa\x08\x78\x34\x32\x4b\xb3\x2c\x2c\xaf\x92\ \xab\x43\x72\x68\x94\x54\x7f\x3f\x3e\x63\x8f\xa7\xd3\x33\xac\xac\ \x67\x50\x22\xbd\x28\xb5\x3c\x4d\x4f\x8a\x33\xa7\xc6\xa8\xaf\x4f\ \x93\xb1\x22\x8c\x8e\x0c\xa2\x54\x36\x99\x7e\x3a\xc7\x46\xb6\x88\ \x37\xd6\xcf\xf8\x60\x82\xc2\xda\x2c\x6b\xd9\x7d\xb2\x1b\x2b\xe4\ \xad\x30\x97\xdf\xba\x40\xc8\x75\x10\x47\x28\xa8\xb4\xd8\x58\xd9\ \x26\x3c\x7e\x9a\xe1\x90\xc3\xfc\xe3\xc7\x2c\xad\xa4\xd1\xfb\xa6\ \xb8\x7c\x72\x00\xcd\x1d\x26\xec\x36\x58\x78\xf2\x84\xe5\xd5\x0d\ \x0c\x57\x8c\xf1\xc1\x20\x9b\xf3\xd3\x2c\xad\xae\x53\xac\x43\xff\ \xd8\x38\xc9\xde\x30\x95\xcc\x32\x4f\x67\x97\xa9\x4b\x3e\xa2\x6e\ \x83\xfd\xba\xc6\xc8\xd0\x20\x89\xb0\xc6\xda\xec\x63\x66\x17\xd7\ \xb1\x43\x23\x5c\xbe\x74\x0c\x97\xdd\x20\xbd\x9d\x27\x32\x30\x42\ \xc8\x0d\xf9\xf4\x36\x6a\x2c\x85\x92\x9f\xe3\xc6\x9d\x47\x6c\xee\ \xd6\x48\x4e\x9e\x62\x2c\x0e\xf7\xbf\xb8\x83\x92\x18\x25\xe6\xd3\ \xba\x6c\xd2\x05\xf0\x86\x4d\x63\xff\x2e\xf0\x83\x9e\xc6\x2e\x04\ \xb6\x6d\x23\x24\x19\x55\xe9\xa8\xd5\xc9\x07\xa9\x8c\xb6\xfa\x9a\ \x24\xcb\x48\xc2\x69\x8b\x22\x49\xca\x73\x75\xd8\xc2\x69\x2b\xaf\ \x49\xb2\xd2\x96\x36\x15\x0e\x96\xed\x20\x29\x6d\x15\xbc\xa3\x49\ \x12\xdb\xb2\x41\x96\x51\xe4\x2f\x7d\xdf\x76\x90\x14\xb5\x23\x8d\ \xda\x86\x63\xb7\x5d\x5c\x64\x45\x7d\x4e\xe2\x15\x21\xda\xeb\xdb\ \xca\xff\xed\xed\x90\x3b\xc7\xd4\xe2\xc1\x6f\x7f\x83\x3d\xf6\x2e\ \x97\x27\xe2\x87\x0d\xe4\x0b\xa7\xec\x38\x87\x69\x94\xf6\xf1\x83\ \xa2\x2a\xcf\xe7\xe1\x3b\xe7\x25\x2b\x0a\xb2\x24\xe1\x38\x76\x47\ \x7d\x4f\xed\x54\xb2\x3c\xbb\x76\x1c\x9c\xfb\x0b\xdf\x6f\x2b\xda\ \xfd\xb1\xf7\x4c\x08\x07\xdb\x6a\x1f\x8f\xaa\x76\x3b\xa9\x5d\xbc\ \x1c\x6f\xe4\x34\xf6\x2e\xbe\x02\x92\x84\x72\x44\x05\x4f\x7a\x8e\ \x7c\xa4\x67\x04\xf5\x15\xa4\x22\xc9\xca\xf3\xc6\x10\x5f\x49\x3e\ \xcf\xff\xce\xf3\xdf\x7f\xb1\x2c\x47\x3e\x94\xe5\x7c\xf1\x78\xe5\ \x43\x16\x94\xda\x24\x7a\xe4\x37\x74\x8f\x17\x47\x57\x3b\x9b\xbe\ \x9c\x2d\xa5\x23\x0f\xfe\x0b\xc7\xff\x15\xeb\x65\x59\x41\xfe\xf2\ \x71\x4a\x2f\x3f\xa7\x3f\xb6\xdf\x17\x4f\x47\x46\xd5\xba\x64\xdd\ \xc5\xab\x85\xea\xf1\x78\xde\xa8\x13\xf6\x7a\xbd\x28\x8a\x0c\xdd\ \x2a\x95\x57\x9d\xa8\xe2\xd4\x8f\x3f\xea\x5e\x86\x2e\xba\xf8\x4b\ \x49\xfb\x7f\xfc\x1f\xfe\xfd\x1b\x75\xc2\xb2\xac\xb0\xb5\xb5\x8e\ \xcb\xa5\x77\x79\xbb\x8b\x2e\xba\xf8\xe1\x91\xf6\xf2\xf2\xf2\x1b\ \x75\xc2\x42\xb4\x1d\x37\xfc\x81\xe0\x4b\x5c\x39\xba\xe8\xa2\x8b\ \x2e\xbe\xe7\xa4\x3d\x79\xec\xd8\x1b\x79\xe2\xb2\x2c\x23\xcb\xf2\ \x73\x83\x90\x5d\x74\xd1\x45\x17\xdf\x7b\xd2\x56\xd5\x37\x77\x2c\ \xb2\x4b\xd8\x5d\x7c\xdb\xcf\x57\xad\x5a\xc1\x32\xcd\xee\xc5\x78\ \x8d\xe0\x72\xbb\xf1\x78\x7d\xaf\xec\xf7\xd5\x2e\x71\x75\xd1\xc5\ \xb7\x40\xd8\xc0\x7e\x7e\x17\x49\x92\xd1\x5d\xae\xee\x05\xf9\x81\ \x42\xe2\xf9\x9a\x05\x21\xa0\x5a\xa9\x60\xb4\x5a\x84\x22\xd1\x57\ \x72\x4c\xaa\xf9\x06\x46\x01\x6d\x25\xba\x6e\xe9\x56\x17\xdf\x1e\ \x2a\xe5\x12\x02\x08\x04\xfc\x1d\xc5\x80\xe7\x5f\x7f\x49\x02\x59\ \x6a\xa7\xe7\x9c\x6e\xe0\xf4\x3d\x22\xe9\x67\xf7\xe9\x40\x76\x41\ \x88\x23\xec\x2d\x40\xd3\x43\x94\x8a\x45\xdc\xcd\x26\x2e\xb7\xfb\ \xbb\x27\xed\x54\xaa\xff\xcd\xba\x29\x92\x44\xa9\x54\xa2\xd9\x6c\ \x22\x75\x75\x35\xbb\xf8\x96\x60\xb6\x5a\xb8\x5d\x6e\x1c\xe7\x80\ \x00\x9e\xd7\x7a\x91\x65\x99\x7a\xb3\x89\xae\x6b\x48\x92\xf4\x67\ \xa5\xea\xda\x63\x30\x4e\x57\x54\xed\x5b\x84\x73\x30\xc9\xeb\x40\ \xaf\x46\x3a\x92\x46\xed\xac\x97\x65\x15\x4d\x53\x31\x4c\xe3\xd5\ \x90\xf6\x7f\xff\xf7\x7f\xff\x46\xdd\x14\x8f\xc7\xc3\x3f\xfc\xc3\ \xff\xce\x93\xc7\x8f\x09\x85\x42\x3f\xf0\xbc\xb6\x43\x65\x7f\x1f\ \xe1\x0e\x13\xf4\x7e\xf3\x63\x13\x56\xb3\x4c\xb1\x01\xd1\x48\xf0\ \xaf\x10\xa9\x11\x94\x77\x33\xb4\xf4\x30\x3d\x61\xef\xd7\x3d\x12\ \xf2\x3b\x39\xd4\x50\x2f\x61\xb7\xfc\x83\x79\xf9\x1d\x3a\x2f\xfc\ \x81\x70\x55\x87\x00\x74\x4d\x67\x67\x77\x87\xdf\xff\xfe\xf7\x8c\ \x8d\x8d\x71\xf5\xca\x55\xec\xce\xac\xd2\xaf\xbe\x9c\x16\xa5\x42\ \x0d\xdd\x1f\xc4\xad\x49\x5d\xe2\xfe\xd6\x82\x3a\x0e\xef\x83\x24\ \xb5\x23\x6f\x21\x75\x02\x6d\x71\x90\x30\xe9\xdc\xd7\x57\x74\x13\ \xde\xb8\xf4\x88\xae\xeb\xe4\x76\x76\xd8\xde\xda\xc4\xe7\xf5\xa2\ \x6a\xda\x0f\x82\xb8\xcd\x7a\x99\x62\xb5\x8e\x65\x83\xe6\xf1\x11\ \x09\x05\x50\x24\x93\x85\xfb\xf7\x50\x26\xde\xe3\xfc\x88\xff\x4f\ \x53\x5f\x7d\x8f\x6c\xc1\xa2\xaf\xbf\xf7\xcf\xd2\xe4\xad\xed\xcc\ \x71\x77\x4d\xe5\xc3\x0f\x2e\xf2\x97\x67\x65\x05\xdb\x73\x0f\x29\ \xc4\x2f\x7e\x7d\xd2\x16\x75\x66\x1e\xde\x27\x72\xf1\xe7\x84\xdd\ \x5f\x4f\xdb\xa5\x92\xdf\xa6\x26\x05\xe9\x8b\x05\x00\xc1\xfa\xa3\ \xcf\x49\xeb\xe3\xbc\x73\xe2\x9b\xee\x71\x76\xfa\xd2\x92\x84\x10\ \x4e\x3b\x9a\x76\x04\x9a\xa6\x92\xc9\x66\xf8\xe2\x8b\x2f\xb8\x7a\ \xf5\x0a\x2b\x2b\xab\xdc\xb8\x79\x83\x77\xde\x79\x07\x6c\xbb\x2d\ \x4d\xf0\x65\x22\x91\x65\x44\xab\xca\xf2\xf4\x0c\xc9\xb3\x57\xe9\ \x8f\xa8\xd8\x8e\x78\xf6\x33\xcf\xfa\xf6\xcf\xaf\xfb\xf2\xe7\xa3\ \xdb\xbd\xec\x7b\x2f\xdb\xf6\x4d\xc3\x51\x45\x48\x01\xb2\xdc\xd6\ \xbc\x74\x1c\x87\x43\x65\x4c\xa1\x20\x84\x78\x65\x97\xea\x8d\x2c\ \x1d\x71\x1c\x07\xcb\xb2\x7e\x50\xb9\xc4\xb5\xdb\x9f\x70\x2f\xaf\ \xd0\xdf\xeb\xa7\x5e\x2e\xa3\xc7\xc6\x79\xf7\xed\x49\x84\x6d\xe3\ \x88\xaf\x7e\x00\xc5\x11\x93\xdd\x66\x7e\x89\x07\xb3\x16\x3f\xeb\ \xef\x45\x3d\x62\x99\xdb\x8e\x06\xa5\x17\x5c\x58\x84\x63\x63\x39\ \xf2\x57\xec\xfa\x2b\x0c\x7c\x0f\x7f\xb3\x6d\xf6\x79\xb8\x57\x21\ \x3a\x92\xae\x7f\x9c\xe8\x04\x2f\xdb\xa6\xad\xb2\xf7\xb2\x63\x78\ \x71\xfa\xfb\xf3\x56\xc0\xcf\x6f\x23\xc8\x2e\xdd\x67\xcb\x75\xa6\ \x43\xda\x10\x4d\x8d\xa3\x2b\xa1\x17\xde\xdb\x97\x9d\xd7\x5f\x92\ \x4f\x6b\x47\x62\xcf\xc8\x5b\x38\x0e\xaa\xaa\x93\xc9\x66\xb9\xf6\ \xf9\xe7\x5c\xbd\x7a\x95\xd1\xd1\x51\x06\x07\x06\xf9\xdd\xef\x7f\ \xcf\xcd\x9b\x37\x79\xfb\xea\x55\x4c\xc7\x7a\xae\x3b\x7e\xa0\xa5\ \x22\x6c\xa7\xa3\xf1\xe2\x20\x84\x83\x63\x3b\xb4\xa5\x01\xe4\xce\ \xb5\x91\x91\x84\xc0\x71\x9c\xb6\xfb\x90\x24\xda\x3a\x31\x07\x7f\ \x3b\x47\x34\x60\x1c\x07\x59\x56\x41\x38\x6d\x6d\x18\xe9\x80\x94\ \xda\xfa\x3a\x38\xce\x1b\x6b\xf0\x20\x1d\xf9\x57\x91\x65\xf6\xf2\ \x39\x1c\x21\x88\xc7\x13\x38\xb6\xd5\xd9\x40\xb4\xb9\xfd\x55\x45\ \xda\x6f\x6a\x1f\x48\xfa\x93\x04\xf2\xfd\x82\xe5\x28\x0c\x1c\xbb\ \xc8\x8f\xce\x26\xc1\xd8\xe1\x57\xff\xdf\x4d\x96\xd2\x03\xb8\x15\ \x93\xd9\x87\x9f\x91\x9f\x17\x68\xa1\x21\xde\x7a\xeb\x0c\x7e\x15\ \x76\x57\x1e\xf3\x68\x7e\x13\x4b\x68\xf4\x4d\x9c\xe1\xc2\xb1\x24\ \xaa\xa6\xd1\x28\xae\xf2\xc9\xaf\x3f\x26\x91\x9a\xe0\xd2\xd9\x41\ \x96\x1f\xde\x64\x21\x5d\x42\x52\x03\x1c\x3b\x77\x89\xf1\xde\x67\ \xa5\x4c\xb2\xaa\x50\xcb\xad\xf2\xe9\x6f\x0b\x58\xa6\x60\xe8\xd4\ \x25\x4e\x8f\xc4\x68\xee\xaf\x72\xeb\xde\x3c\x75\x43\x10\x1a\x38\ \xc1\x5b\xe7\x46\xd0\xb0\xd9\x9a\xbb\xcf\xf4\xf2\x0e\x42\x0f\x73\ \xee\xd2\x45\x14\x55\x46\xd1\x14\x9c\xfa\x36\x9f\x5f\x5f\x64\xf2\ \xed\x77\x31\x16\xef\xb2\xeb\x39\xc6\x95\xe3\x71\xf6\xd7\x1e\xf3\ \x68\xd7\xcb\x07\x6f\x0d\x30\x7b\xfb\x1a\x6b\x39\x03\x59\x92\x08\ \x24\x27\xb9\x7c\x6e\x02\xb7\xf2\xec\x55\x6a\xdf\xaf\xf6\x1d\x2b\ \xa5\xe7\xb8\x3f\xbd\x42\xdd\x92\x88\x0d\x9d\xe0\xe2\xe9\x11\x74\ \x6c\xd2\x73\x0f\x98\x5e\xd9\xc1\x56\x7c\x9c\x7a\xe7\x3d\x7a\xea\ \x1b\xdc\x79\xb2\x40\xd5\x10\xc4\xc7\xce\x72\xe5\xc4\x00\xba\xae\ \x90\x59\x7a\xc8\x6f\x73\x6b\x1c\x3b\x77\x0e\xbd\xbc\x4d\x46\xc8\ \x24\xa3\x7e\xea\xf9\x35\xee\x3d\x98\xa5\x62\x40\xb0\x6f\x8c\xcb\ \x17\xa7\x70\x37\x76\xb9\x75\xf3\x1e\x7b\x4d\x10\x42\xa2\xff\xc4\ \x25\xce\x8f\xc5\x59\xb8\xfd\x5b\xb6\xd4\x13\xfc\xf4\xe2\xd0\x57\ \x07\x6c\xa2\x4d\xd6\x88\xf6\xe0\x77\x7a\x7b\x9b\x9b\xb7\x6f\x71\ \xe5\xca\x15\x06\x07\x06\xa8\xd7\xeb\xc8\xb2\xcc\xcf\x7e\xfa\x53\ \xfe\xf1\x1f\xff\x2f\x5a\xad\x26\xef\x5c\x7d\xfb\xb0\xe9\x91\x85\ \x49\x7a\x65\x96\x8d\x5c\x15\x55\x16\x94\x5a\x0a\x03\x12\x18\x85\ \x2c\xb3\x0b\xcb\x54\x5b\x0e\xde\xf8\x20\xc7\x8f\x8d\xe0\x14\x56\ \x98\x9e\xdf\xc2\x41\x42\xd2\x3c\xf8\xdd\x0a\xf5\x5a\x05\x03\x0f\ \x63\xc7\x4f\xd1\x17\xf6\x60\x94\x32\x2c\xcc\xaf\x50\x69\xb5\x65\ \x69\x8f\x1d\x9f\xc4\x27\xca\x2c\xcc\x4c\xb3\x57\x07\x84\x43\x30\ \x39\xce\xb1\x91\x3e\x14\xe1\xbc\x91\x41\xb7\xe8\x34\xcc\x12\x12\ \x3b\xbb\x19\xe6\xe7\x66\x10\x42\x70\xec\xf8\x49\x12\x89\x5e\xda\ \xed\xa3\xe8\x04\x27\xaf\x06\xdd\x12\x8a\x1f\x4c\x3b\x23\xb5\x09\ \x00\x41\x29\x97\xa7\x05\xb8\x74\x19\x1b\x95\xfe\xa9\x4b\x7c\xf8\ \xc1\x15\xe4\xfc\x3c\x8f\x37\x4a\x38\xc5\x65\x6e\x3f\x5a\x67\xf8\ \xe2\xfb\xbc\x7f\x65\x82\xcc\xd3\x9b\x3c\xcd\x9b\x20\x04\xbe\xf0\ \x00\xef\xfd\xec\x67\x5c\x3a\x3b\x4a\x6e\xf6\x26\xd3\xdb\x82\xb7\ \x3e\xf8\x19\x97\x46\xdd\x3c\xbe\x79\x83\x5c\xeb\x68\xa4\xed\xa0\ \xfa\xe2\x9c\x7d\xe7\x7d\xde\x39\xd3\xcb\xd2\x83\x9b\xac\x57\x05\ \xee\x68\x3f\x97\xdf\xfb\x80\x1f\xbd\x75\x8c\xc2\xd2\x23\xb6\x4b\ \x0e\xcd\xf4\x53\xee\xcd\x15\x38\x71\xe5\xc7\xfc\xf8\xed\xf3\x24\ \x82\x3a\x02\x09\xb3\xb8\xcd\xad\x5b\x4f\x09\x8c\x9d\x21\xe5\xd7\ \x69\x54\xcb\xd4\x5a\x6d\xfd\x69\xcb\xa8\x53\xa9\x1b\xe0\x34\xd8\ \xc9\x97\x19\x3c\xff\x2e\x1f\xfe\xe8\x3c\x76\xe6\x11\x77\x16\x32\ \x2f\x4d\x13\xd0\xc8\x70\xe3\xd6\x1c\x91\x63\x57\xf9\xe9\x7b\xe7\ \x69\xac\xdc\x67\x7a\xb5\x4c\x33\x37\xc7\xed\xb9\x5d\x26\x2e\xbf\ \xcf\x8f\xdf\xbd\x44\xc2\xab\xe0\x89\x0d\x70\xe9\xdd\xf7\x79\xf7\ \xc2\x28\xd9\x85\xc7\xa4\xeb\x02\x84\x44\x72\xec\x0c\x3f\xf9\xe8\ \x03\x46\x7a\x43\xd4\x8b\x79\x4a\x4d\x0b\x44\x99\xbb\x37\xef\xa3\ \x0d\x9e\xe3\xa7\x1f\xbc\x85\x9c\x9b\xe1\xf6\x42\x0e\xbb\x59\x21\ \x5f\x96\x38\xf7\xa3\x0f\x79\xe7\x74\x1f\xcb\x0f\x1f\xb0\x5b\x17\ \xf4\x0e\x4e\x30\x92\x0c\xfd\xd1\x6e\xb6\x40\x1c\x56\x87\x98\x96\ \xcd\xdc\xc2\x3c\x13\xe3\x13\x24\xfb\xfa\x30\xcd\xb6\x17\xaa\x6d\ \xdb\xb8\x5d\x2e\xfc\x7e\x3f\xf9\x5c\x9e\xcc\x4e\xb6\x6d\x05\xa7\ \xc8\x94\xb3\x2b\x2c\xa6\x9b\x0c\x9f\x3c\xcf\xb1\xf1\x41\x5c\x4a\ \x3b\x7a\x56\xfd\x51\xc6\x4e\x9c\xe3\xcc\xc9\x51\x9a\x3b\x2b\x64\ \x8a\x06\x46\x6d\x8f\xa6\x12\xe2\xd4\xc5\x8b\xc4\x94\x2a\x3b\x15\ \x95\xe3\xe7\x2e\x92\xf2\xd4\x59\x59\x4f\x63\xd9\x0d\x96\x9e\x3e\ \xc5\x08\x0c\x70\xee\xc2\x59\x7c\x46\x9a\x99\xa5\x6d\x2c\xab\x45\ \xb1\x68\x30\x30\x75\x96\xd3\xc7\xfa\xd9\x5f\x5f\x20\x5b\x32\x91\ \x15\xe9\x20\xc1\xf3\x66\x2d\xa2\x1d\x45\xdb\x4e\xbb\x17\x32\x32\ \x3a\xce\xf0\xd8\x38\x48\x12\x76\xe7\x5e\x3a\x9d\x7b\xdb\x8d\xb4\ \xbb\xf8\xe3\x37\x4a\xb6\xd8\x5e\xb8\xc3\xef\xf2\x3e\x2c\x0b\x46\ \xcf\x5f\x65\x22\xee\xe2\xae\x23\xe3\xf5\x06\xd0\x3c\x5e\xfa\x7b\ \xa3\x6c\x54\xea\xec\x37\x33\xa8\xa1\x61\x26\x7b\x03\x48\x04\x18\ \x49\x2c\x92\xd9\x2a\x30\xde\xdb\x56\xda\x73\x69\x32\x12\x16\xdb\ \xe9\x32\xb1\xe1\x2b\xf4\xf8\xdc\x30\x71\x8c\xe8\xd2\x1f\xd8\x2e\ \x34\xe9\xe9\x73\x77\x48\x1b\xbc\xfe\x10\xd1\x80\x0b\x3d\x30\x45\ \x62\x66\x8b\x5c\xbe\x4a\xac\x9a\xe1\xfe\xd3\x4d\x1c\xc9\xa6\xd9\ \x32\x11\xa2\x49\x36\x9d\xc7\xd3\x77\x8c\xe1\x9e\xd0\x61\x2a\x42\ \x91\x4c\xe6\x1f\xdd\x21\x71\xe2\x47\xfc\xcd\x58\xac\x93\x24\x54\ \x0e\xd5\x08\x0f\x64\x6f\x01\x64\x45\xc7\x17\x08\xe0\x0e\x85\x39\ \x3e\xd9\xcf\xcd\x8d\x5d\xac\x13\xc9\xe7\x1e\x50\x49\x92\xa8\xef\ \x6d\x53\xf7\x25\x99\x18\x89\xe1\x01\x8e\x0f\x05\x98\xde\xd9\x22\ \x5b\xce\xe2\x4f\x8d\x33\x96\x08\x1c\x24\xc1\xc8\xad\x2f\xf2\x74\ \x69\x07\x07\x83\x86\xe9\x60\x98\x36\x12\x12\xaa\xae\xa1\x1f\x39\ \x06\x45\x51\x30\xf6\x76\xa9\x5a\x21\xde\x9b\x48\xe1\x56\x61\x72\ \xa2\x9f\x1b\x1b\xbb\xb4\x62\x1e\x34\xcd\x8d\x3f\xe0\x26\xe4\x1e\ \xa5\x47\xd9\xa2\x5c\xb3\x98\x48\x8e\x13\xfa\x13\x89\x9e\x83\xb1\ \xaa\xf6\x62\xf3\xa3\xf7\xde\xe3\xd3\x4f\x3f\x23\x16\x8b\x92\x48\ \x24\xda\x69\x0d\x21\xb0\x6c\x1b\x49\x96\x78\xef\xed\xf7\xf0\xfb\ \xfd\x58\x96\x89\x22\x0b\x4a\xa5\x7d\x5c\x89\x61\xfa\x62\x61\x44\ \xdd\xc4\xa3\xa5\x01\x41\xad\x90\x61\x71\x35\x8b\x8d\xa0\xde\x39\ \x2f\x24\x19\x4d\x77\xe1\xf2\x87\x89\x47\x23\xe4\x73\x3a\x1e\x5f\ \x90\x68\x4f\x94\xcd\x4c\x8b\x46\xa5\x4c\xa5\xa9\x31\x3a\x94\xc2\ \xef\xd7\x19\x18\x4c\xb1\xb3\xb4\x4f\x3d\x99\x40\xd6\x74\x5c\x1e\ \x0f\x41\x4f\x8a\x98\x6b\x93\x46\xa3\x85\x13\x51\xdf\xd0\xc9\x67\ \x12\x48\xed\x41\xe3\x44\x6f\x5f\xa7\x62\xa7\x4d\xe6\xb6\x6d\x1d\ \x09\x68\x5e\xdd\xb5\xe9\x92\xf6\x0f\x28\x3d\xd2\x37\x7e\x8e\x1f\ \x5f\x1c\x44\x96\x0e\x34\xb4\x9b\x07\x19\xd3\xc3\x6e\x93\x04\xe8\ \x2e\x1d\xb3\x55\xa3\x09\x78\x68\x51\x6f\x36\xd1\x62\x3a\x32\x60\ \x39\x76\x27\x5f\xa9\xe2\xd6\x24\xf6\xea\x55\x20\x0e\xad\x06\x4d\ \x13\x7a\x75\xe5\x39\xea\x71\x0e\xba\x81\x56\x8d\xba\xe9\x10\xd2\ \xea\x3c\xb8\x3b\x8d\x7e\xf2\x23\xde\x1e\x11\x5c\xff\xcd\x27\x58\ \xb6\x84\x5f\x57\x31\xca\x55\x9c\xc3\xee\x9b\xc0\x72\x54\x46\xa7\ \xce\x40\x69\x81\x87\x2b\x09\x2e\x8d\x45\xd1\x64\x07\xa3\xd6\x38\ \x4c\x53\x1d\x8d\x56\x0e\xfe\x34\x1a\x35\x24\x3d\x74\xa4\x1b\x28\ \x68\x67\x19\x64\x34\xdd\x8d\x68\xe6\x31\x4c\x40\x83\x6a\xad\x85\ \xea\xf1\xe0\x72\xa9\xd4\x0b\x0d\x3a\xab\xa1\x99\xe7\xe1\xdd\x19\ \x7a\xdf\xfe\x5b\xce\xf6\x59\xfc\xe1\xd7\x37\x70\x1c\x50\x71\x30\ \xed\x17\x33\xb6\xaa\xae\x23\x39\x4d\x6a\x06\x6d\x5f\xcb\x5a\x15\ \xf4\x08\x8a\x24\x1d\x12\x30\x92\xa0\x5d\xde\xff\xa7\x5f\xd8\x76\ \xc4\xd6\x19\xd4\xea\x0c\x44\xba\x5c\x2e\x9a\xad\x26\x8e\x6d\x23\ \x1c\x07\xa9\xb3\xcd\xc1\x22\x49\x12\xaa\xaa\x76\xf2\xd2\x12\xaa\ \xaa\x61\x56\xea\x18\xb6\x40\xeb\x44\x80\x58\x75\xd6\x16\x16\x90\ \x93\xe7\x39\x33\xec\x63\xe6\xce\xbd\xf6\xfe\x84\xe8\xe8\x7d\x77\ \xfe\x76\x2c\x2c\xab\xad\x13\x0e\xb4\x35\xd0\xb1\x68\x34\x4d\xf0\ \xab\x34\x1b\x75\x84\xaa\xb5\xf5\xcf\x45\x5b\xeb\xdc\xb6\xed\xc3\ \x32\x89\xa3\xc7\xff\x26\x41\xee\x93\xc6\x45\xdb\x00\x00\x20\x00\ \x49\x44\x41\x54\x0c\xd2\x0a\x04\x96\xe9\x70\xf4\x6e\x1f\x96\x02\ \x8a\xce\x5b\xd7\x8d\xb4\xbb\xf8\x63\x71\x9b\x6d\x9a\x08\x49\x45\ \x91\x9e\xcf\x68\xd9\x86\x01\x76\xfb\xe1\xb1\x6d\x93\x56\xcb\x24\ \x78\xf6\x38\xf1\xa5\x4f\xb9\xf6\xf9\x1d\xa2\x72\x99\x4c\x2b\xc2\ \x3b\x63\x61\x74\x2b\x81\x5a\xbf\xcd\xad\x2f\xee\xd0\xd7\x97\xa2\ \xff\xd4\x71\x36\xaf\x3f\xe6\xfa\xdd\x7d\x44\x21\x03\xb1\x29\xc6\ \xa2\xda\x73\x39\xed\xfa\xde\x36\x4f\x1e\x6b\x34\xb3\x1b\x98\xc1\ \x21\x26\xfb\xa3\xcc\x2d\x7a\xd8\x5e\x9f\x63\xa1\xa1\xb0\x57\x31\ \x88\x0b\x99\xe4\xb1\x49\xbc\x9b\xb7\xf8\x97\xcf\xeb\x44\x7d\x6e\ \xfa\x47\x46\x70\x6c\x0b\x77\x72\x8c\xb7\xce\xf6\xf0\xab\xdf\x7c\ \x8a\x3f\xf0\xaf\x19\x19\x1d\x60\xf6\xc6\x43\x6e\xde\x2f\x62\xe5\ \xb6\xb1\xfd\x27\xdb\x93\x4c\xec\x0a\x73\x0f\xee\x50\xf1\xd9\x6c\ \x6e\x37\x98\x7a\x77\xe8\x19\x69\x4b\x6e\xfc\x8a\xcd\xfa\xc2\x12\ \x27\xae\x4c\x72\x2c\xb4\xce\xad\x6b\xd7\xe9\xf5\x59\x6c\x15\x5d\ \x5c\x38\x33\x42\x52\xf3\x12\x5c\xba\xce\x67\x9f\x19\x44\x83\x2e\ \xe2\xa9\x24\xb1\xa8\x87\x9d\xd5\x39\x66\xf7\x05\xa5\xa6\x8d\x24\ \x2b\x84\x7b\x12\x14\xee\x3d\xe5\x96\x59\xa0\x7f\x74\x18\x47\x38\ \x18\x2d\x13\x39\x38\xcc\x58\x6a\x81\xfb\x9f\x7f\xc6\x4e\x4c\x65\ \x7b\xbb\xc5\xc9\x1f\x8f\xa2\x89\x15\x4c\xd3\xea\x8c\x29\x0a\x4c\ \xd3\x42\x96\x2c\x96\xef\x7e\xc2\x2a\xc7\xf9\xe8\xf2\x30\x5f\x9d\ \xd4\x7e\x16\xbd\x09\x47\x74\x06\xfb\x40\x73\xb9\x70\xb9\x5c\xd8\ \x9d\xcf\x6e\x97\x1b\x59\x92\xb0\x1d\xfb\x90\x2c\x6d\x5b\x26\xda\ \x3b\x44\x26\x37\xcb\xa3\x87\x2d\x42\x6a\x8b\xb2\x21\x18\x50\x54\ \x7c\x7e\x0f\x99\xfc\x36\x6b\x8e\x9b\x72\xdd\xa4\x47\x92\x70\x6c\ \x1b\xcb\xb2\xdb\x0d\x8c\x6d\x61\x59\x4a\xbb\xb1\xb3\x2d\x4c\x43\ \x02\x77\x88\x64\x5f\x80\x95\x99\x47\xd4\x23\x1e\x8a\xf9\x22\xc9\ \x89\xf3\xb8\xe4\x5a\x27\x55\x23\x40\x38\xd8\xa6\x89\xe4\x38\x6f\ \x2c\x69\x3b\x47\xee\x9f\x2c\x2b\x87\x7a\xee\x82\xb6\x01\x86\x24\ \x75\xd2\x46\xaf\xf0\xd2\x74\xed\xc6\x7e\x10\x76\x63\x6d\xc3\x80\ \x70\x2c\x46\xc0\xab\x3d\xb7\xde\xe5\xf1\x13\x89\x45\xf0\xba\x64\ \x34\x97\x97\x70\x34\x4c\xd0\x17\x20\x39\xd8\x8b\xdc\x6a\x20\xdc\ \x71\x4e\x5f\x38\x4d\xcc\xad\x80\x16\x24\x19\xf3\x61\x19\x26\xba\ \x3f\x4c\x6f\x5f\x3f\x83\xbd\x41\x9a\xf5\x26\x9e\xc4\x18\xe7\x4f\ \x8d\xe1\x3a\x62\xac\xa0\x79\x82\x04\xbd\x3a\xb6\x65\xe3\x4f\x8c\ \x70\xfe\xec\x04\x6e\x59\xa5\x27\x99\x40\xb3\x9b\xd4\x2d\x85\xde\ \xa1\x71\x06\x7b\x23\x68\xae\x20\x03\xa9\x38\x98\x4d\x84\xec\x22\ \x14\x8b\x11\x0e\x05\x09\x84\xc2\x04\xc3\x09\x62\x11\x37\x42\x72\ \x11\xeb\x1b\xa0\x37\xe2\xa1\xd5\x34\xf0\x44\x92\x4c\x8e\x8f\xe0\ \xd7\x1a\xac\xaf\xa6\xf1\xf5\xa4\xf0\xbb\x3c\x8c\x9e\x3a\xcb\x48\ \xc2\x7f\x64\xa0\x58\x25\x1e\x0b\xa3\xaa\x32\xfe\x70\x94\x54\x7f\ \x3f\x6e\xa7\x85\x21\xfb\x39\x7e\xe6\x02\xa9\x90\x0a\x9a\x9f\x54\ \xaa\x17\xc9\x6a\x60\x4b\x1a\xe1\x9e\x7e\xc6\x86\x52\x48\x66\x9d\ \x96\xad\x92\x1a\x19\x23\xd9\x13\xc4\x1f\xee\x21\xe6\x91\x68\xd9\ \x12\x81\x48\x9c\x48\x38\x4c\x38\x1c\x26\xe0\x75\x11\xef\x4f\xe1\ \x93\x4d\x5a\xb6\x8b\x89\x33\xe7\x18\x8e\xba\x41\x56\xf1\x06\xc3\ \xed\x12\x4b\x59\xc6\xed\x0b\x12\x8d\x45\xda\x79\xe8\x50\x84\x90\ \xff\xe5\xc5\x90\x95\x72\x09\x55\xd5\x3a\xe9\x9f\x76\xcd\xb6\x2a\ \xcb\xac\xae\xae\x32\x3f\x3b\xcb\xda\xc6\x06\x0b\x8b\x8b\x2c\x2e\ \x2c\x32\x3f\x3f\x4f\x26\x9b\xe5\xf4\xa9\x53\xe8\xba\x76\x48\xa0\ \xb2\xcb\x4f\x3c\x16\x46\xb2\x5a\xd8\xb2\x8b\x9e\x54\x8a\x48\xc8\ \x4f\x28\x12\x45\x15\x06\x86\x29\x08\xf6\xf4\x91\x88\x06\xd0\x35\ \x1d\x8f\x2f\x80\xd7\xad\x21\x2b\x2a\x1e\x7f\x00\xaf\xa7\xfd\xb7\ \xd7\xe7\xc7\xe7\xf5\x10\x8a\xc4\xf0\xe9\x0e\x86\x25\x11\x1f\x1c\ \xa3\x3f\x1e\x40\x08\xd0\xbd\x7e\xfc\x7e\x1f\x8a\x24\xa1\xba\x3c\ \xf8\x02\x01\x74\x55\xe2\xcd\xac\xff\x3b\xa8\xa7\x77\xc8\x6c\x6f\ \x91\xc9\x6c\x93\xcf\xed\xd0\x6c\x36\x09\x04\x03\x48\xb4\xcb\x00\ \x5b\xcd\x06\xaa\xaa\xe1\xf1\xbc\x58\xce\xda\xb5\x1b\xfb\x86\xf1\ \x83\xb6\x1b\x7b\x5d\x61\xee\xf0\xf1\xaf\xaf\x33\xf2\xfe\xdf\x31\ \x19\x7a\x3d\x3a\x7f\xdb\x9b\x1b\x78\xbc\x5e\x34\x4d\xc5\x71\x9e\ \x45\xad\x86\x61\x50\xa9\x54\x5e\x48\xa5\xb8\x3a\x83\x91\x2f\x34\ \xd7\x9d\x9c\xbb\x24\x01\x4e\xdb\x46\x4e\x48\x32\xea\x81\xe5\x9a\ \x10\x58\xb6\x05\x92\x82\x22\x1d\xe4\xc7\x55\x14\x19\x2c\xcb\xee\ \x58\xcb\x81\x65\x59\x80\x8c\xa2\xb6\x2d\xd9\x0e\xac\xe3\x84\x24\ \xa1\x2a\x0a\xb6\xd5\xee\x4d\x28\x8a\x0a\x8e\x8d\xfd\x86\xcf\xde\ \x91\x24\xa8\x54\x2a\x2c\x2f\xcc\x03\x70\xfc\xe4\x69\x3c\x3e\x1f\ \xc2\x71\xd0\x34\x9d\x52\xb1\x80\xdb\xe3\x21\x1a\x8b\xbf\xf0\xdd\ \xae\xdd\x58\x17\xaf\x3f\x94\x10\xa7\x2f\x5c\xc6\xe7\x79\x8d\x8a\ \x99\x24\xb0\x4c\x13\x4d\xd3\x40\xd8\x20\x24\x04\x0e\xba\xae\x13\ \xef\x89\x23\x89\x17\xe7\xc0\x38\x2f\xc9\xb5\x23\x9c\xc3\x34\xca\ \xe1\xae\x85\x83\x6d\x7c\x79\x5b\x1b\x9b\x4e\x5d\xbc\x6d\x73\x90\ \x9e\x7e\xf6\x77\x27\xe2\x37\xad\xe7\x6a\xb0\x25\x21\xb0\x1d\xeb\ \xf0\x38\x1c\xcb\x7a\xee\x98\xde\x3c\xb6\x7e\x96\xb6\x0e\x06\x83\ \x1c\x3b\x71\x12\x45\x51\xf0\x7a\x7d\xed\x9c\xff\x41\xbe\xdb\xb6\ \xbe\xad\x48\xba\x9b\xd3\xee\xe2\x07\x00\xd9\x4d\x72\x60\xf0\xb5\ \x3a\xa5\x70\x38\x42\x66\x7b\x1b\x4d\xd7\xd1\x5d\xae\x67\xd3\xa0\ \xa5\x17\x27\x20\x1e\x7e\xee\x1a\xba\x7f\xaf\xd8\x5b\x08\x41\x34\ \xea\x46\x00\x8e\x63\xa3\xa8\x0a\x8e\x23\xa8\x57\x2b\x18\x46\x8b\ \x40\x20\xd8\x25\xed\x2e\xba\x78\x5d\xe0\xf3\x07\x88\xf5\xf4\xb0\ \x9f\xdf\x7d\x93\xe3\xd6\x1f\x76\xc8\xfd\xb2\xf9\xff\x42\x20\x2b\ \x32\xc9\xd4\x00\xaa\xf6\x6a\x5a\xd9\x2e\x69\x77\xd1\xc5\xb7\x84\ \x48\x34\x46\x30\x14\xc2\xb2\xec\xee\xc5\xf8\xc1\x41\xbc\xa4\xb1\ \x6d\x8b\x2c\xa8\x9a\xf6\x4a\xa5\x9d\xbb\xa4\xdd\x45\x17\xdf\x22\ \x14\x45\x6d\x0f\xee\x75\xd1\xc5\x37\x84\xee\x34\xf6\x2e\xba\xe8\ \xa2\x8b\x2e\x69\x77\xd1\x45\x17\x5d\x74\xd1\x25\xed\x2e\xba\xe8\ \xa2\x8b\x37\x1c\xaa\x10\xce\xa1\x25\x12\x70\x58\x7b\x78\x30\x1b\ \x50\x08\x81\x24\x4b\xe0\x08\x64\x45\x41\x51\x94\x76\xbd\x62\x47\ \x8f\x41\xd3\xd4\xb6\xf2\x98\xaa\xa2\xaa\x0a\xb6\xed\x1c\xce\x32\ \x3c\x98\x90\x62\x3b\x6d\x61\x1c\x09\x8e\x14\xed\x8b\x8e\x7e\x90\ \xd2\xd6\x5b\xb0\x1d\x1c\xc7\x3e\x9c\xc0\x22\x3a\xda\xc0\x42\x88\ \xc3\xcf\xd0\xd6\xc2\x3e\x58\x14\x45\xc1\x11\x4e\x47\x6b\x5e\x3a\ \xdc\x1e\xda\x93\x09\xba\xa6\xc5\x5d\xbc\x4a\x58\x96\x45\xb5\x5c\ \xea\x4c\x6c\xe9\xe2\x75\x81\xae\xbb\x08\x04\x83\x87\x53\xdc\xbf\ \x73\xd2\x76\xe9\x1e\x5c\x6e\x57\x47\x4c\xbd\x23\xa2\x0e\x87\x64\ \x2b\x4b\x32\xa6\x69\xe0\x76\xbb\x29\x14\x8a\xec\xe6\xf6\x88\x46\ \x22\xe8\xba\x1b\x70\xd8\xde\x4e\x13\x0a\x85\xc8\x66\xd7\xc9\xe7\ \xf2\x44\xc2\x61\xf6\xf6\xf3\x48\x92\x84\x65\x5a\x34\x1a\x0d\x02\ \x01\x3f\x8a\xa2\x62\x5a\x26\x81\x40\xe0\xd0\xc5\x43\x51\x14\x0a\ \x85\x7d\xf6\xf6\xf6\x08\x84\x82\x04\x02\x41\x4a\xa5\x12\x95\x4a\ \x19\x4d\xd3\x70\xbb\xdd\xb8\xdd\x1e\xf6\xf6\xf6\xd0\x75\x1d\x49\ \x92\xf0\xf9\x7c\xb8\x74\x17\x81\x40\x80\xbd\xfd\x7d\x02\x81\x00\ \xb2\x24\xd3\x32\x0c\x82\x81\x20\x1e\xaf\x07\xd3\xb4\xe8\xeb\xed\ \x45\x77\xa9\x5d\xe2\xee\xe2\x95\xc0\xb6\x6d\xf6\x72\xbb\xb8\xdd\ \x6e\xfc\x87\xf5\xbc\x47\x2a\x12\xbe\xca\x55\xa6\x8b\x57\x8f\x23\ \xf7\x46\x3a\x10\xd0\x3a\x28\xb0\x77\x04\xb5\x7a\x95\xfd\xbd\x3c\ \xb1\x9e\xc4\xab\x21\xed\x64\xaa\x1f\xb7\xdb\x8d\xc0\xe9\xc8\x10\ \xb6\xa7\xdc\x1e\x94\xb4\x08\x21\xb0\x2c\x8b\x62\xb1\x40\xb1\x54\ \xa2\x5c\xa9\x91\xce\xe4\x88\xc7\xe3\x0c\xa4\x92\x78\xbd\x41\xc2\ \xa1\x38\xcb\x4b\x2b\x2c\xcd\x2f\xd1\x6c\x35\x48\xa7\xb7\xc9\xe5\ \x72\x54\xcb\x25\x14\x59\x6e\x4f\x8f\x95\x15\x3c\x5e\x0f\xa3\xa3\ \xa3\xa8\x8a\xc2\x6e\x3e\x8f\xdb\xe5\xa2\x54\x2a\xf1\x7f\xff\xf3\ \x3f\x33\x32\x32\xc4\xd8\xe8\x28\x4b\x4b\x4b\x6c\x6c\x6e\xe3\xf3\ \x7a\x18\x1d\x1d\xc1\xeb\xf5\xf2\xf8\xf1\x63\xc2\xe1\x30\x63\x63\ \xa3\x1c\x9b\x3c\xce\xd4\xd4\x71\x36\x36\x36\xa8\xd5\x6a\x24\x93\ \x29\xb2\xd9\x1d\xf6\xf7\x0b\xf4\xf7\x0f\xd0\x68\x34\x19\xe8\x1f\ \xe0\xdd\x77\xdf\xe6\xd8\xf1\xd1\x6e\xb9\x55\x17\xaf\x04\x95\x4a\ \x09\xdd\xa5\xe3\xf6\x7a\x0f\x75\xd0\x9f\x83\x00\x55\x51\x0f\x7b\ \x8d\x5d\x7c\x8f\x08\xfb\xf9\x64\x40\xe7\x4f\xd1\x99\xc5\x2a\xf0\ \x07\x82\x94\x4b\x25\x1a\xf5\x3a\x1e\xaf\xf7\x3b\x3f\x44\x59\x42\ \xc2\x30\x5a\xd4\x6a\x6d\xb5\xaf\x83\xf4\x88\x69\x9a\xd8\xb6\x8d\ \x61\x18\xa8\xaa\xca\xfe\x7e\x81\x62\xb1\x78\x48\xe4\xa1\x40\x90\ \xcf\x3e\xbb\x06\x40\x34\x1a\xe1\xe4\xc9\x93\x84\xa3\x21\xea\xb5\ \x2a\x03\x03\x03\x7c\xf4\xd1\x47\x1c\x9b\x9a\x42\x92\x65\xa2\xd1\ \x28\xc3\x23\xc3\x8c\x8e\x8e\x72\xe1\xc2\x05\x02\xc1\x20\x8a\x2c\ \xb3\xb1\xb1\x81\xaa\xaa\x04\x3c\x6e\x54\x45\xc1\xb2\x2c\xbc\x5e\ \x2f\x5e\x8f\x8b\x70\x38\x84\xdb\xed\xc6\x34\x4d\xa2\xd1\x28\x6e\ \xb7\x9b\xfe\xfe\x01\x52\xfd\xfd\x78\xbd\x5e\xd2\xe9\x34\xc9\x64\ \x92\x4a\xa5\x4a\xa3\xd1\xa0\xb7\xb7\x17\x55\x55\x39\x71\xe2\x38\ \x53\x53\x53\xa4\x52\xc9\x17\xa6\xff\x76\xd1\xc5\x77\x96\x1a\x31\ \x4d\x54\x4d\x3f\x24\x64\x81\x84\x10\x6d\x43\x5e\x01\xc8\xb2\xc2\ \xce\xee\x2e\x2d\xa3\x85\xac\xca\x6d\xd7\xef\x3f\xb1\x48\x8a\x0c\ \x32\x7f\xd6\xb6\xdd\xe5\xaf\x5c\x04\x87\xf7\xe9\xb0\x7d\x15\xe2\ \x59\xb4\xdd\x61\x76\x45\x91\xb1\xac\x57\xe3\xaf\xab\x42\x3b\x8d\ \xe1\x76\xbb\x51\xd5\x67\xf5\xa4\xaa\xaa\x1e\xe6\x93\x6d\xdb\xc6\ \xe3\x71\x53\x2e\x97\x59\x5b\xdb\x24\x91\xe8\x63\x6f\x2f\xcf\x6e\ \x6e\x97\xbb\x77\xef\xa0\xc8\x12\x85\xbd\x3d\x02\x81\x00\x13\x13\ \x93\x6c\x6d\x6e\xf2\xe0\xde\x5d\xfa\xfa\xfa\x18\x1c\x1c\x3c\x8c\ \xda\xa3\xd1\x28\x43\x43\x43\x0c\x0f\x0f\xb3\xb1\xb1\x81\xcb\xe5\ \x22\x9b\xcd\xb6\xc9\xd9\x30\x30\x4d\x13\x97\xcb\x75\xd8\xbd\xf4\ \x78\x3c\x18\x86\xd1\xce\x5d\x3b\x0e\x8b\x8b\x8b\x38\xb6\x60\xfa\ \xc9\x34\xfb\xfb\xfb\x7c\xf2\xc9\x27\x0c\x0c\x0c\x31\x36\x36\x46\ \xb5\x5a\x45\xd7\x75\xa2\xd1\x08\x89\xde\x04\x6e\x8f\x07\x21\x5e\ \xff\x5c\xa2\x63\x9b\xb4\x2c\x81\xdb\xa5\x3f\x37\x15\xa0\xb6\xb7\ \x45\xde\xf0\x30\x94\x8c\xfd\x55\xf3\xf1\x8c\xf2\x2e\xdb\x05\x18\ \x1e\x4e\xfc\x15\xa3\xd5\x2d\x36\x16\x16\x51\x7b\x27\x49\x85\x5c\ \x5f\xef\x04\x45\x8b\xcd\xc5\x35\x5c\x7d\xa3\x24\x82\xfa\x37\x4c\ \xac\x2d\x6c\x54\x5c\x9a\xf2\x8d\xdf\x97\x03\xe1\xfc\xb6\x37\xa6\ \x7c\x44\xcb\x53\xa0\x69\x3a\x0b\x0b\x0b\xdc\xba\x75\x8b\xbe\xbe\ \x3e\xde\x7f\xff\x03\x34\x55\xed\x8c\x15\xbd\x2c\xfa\x93\xc0\x6e\ \x91\xdd\xca\xe3\x8d\xf7\x11\x74\x2b\x3f\x28\x7f\xd3\x1f\x5a\xa4\ \xfd\xe5\x94\x6a\xc7\x0d\xb5\xd3\x63\xe2\x50\x6f\xfc\x55\x41\xae\ \x56\x2b\xb8\x5c\xfa\xe1\xa0\xa3\x6d\xdb\x87\xd1\xc1\x41\xd4\x2d\ \xcb\x32\x92\x24\x33\x36\x36\x46\x22\xd1\x43\x5f\x6f\x2f\xad\x66\ \x93\x4a\xb9\xc4\xfc\xec\x2c\x7b\xb9\x5d\x42\xa1\x00\x89\x78\xfb\ \xff\xf5\xf5\x26\xa8\xd5\x6a\xb4\x5a\x2d\x24\x49\xa2\x54\x6a\x0f\ \xc6\xec\xed\xed\xf1\xbb\xdf\xfd\x8e\x54\x2a\x45\x20\x10\x60\x72\ \x72\x92\x68\x2c\x8a\x10\x0e\xad\x56\x0b\xa3\x13\xe9\xb7\x8d\x47\ \x65\xe2\xf1\x38\x1e\x8f\xe7\xf0\x78\x0a\x85\x02\xf7\xee\xdd\x63\ \x6e\x6e\x0e\x21\x04\x91\x48\x18\xbf\xdf\x87\x10\x82\x8f\x3e\xfa\ \x88\x53\xa7\x4e\x31\x32\x32\xca\x99\xd3\x67\xb0\x2d\xfb\xb5\xc9\ \x17\x1a\xe5\x3c\x6b\x6b\xdb\x1c\x6d\xd7\xad\x46\x81\xb5\x8d\x1d\ \xf2\x9b\x33\x7c\x7a\x7d\x9a\xfa\x97\xce\xb5\x98\x9e\x63\x66\x3d\ \xf7\x57\x5f\x82\xda\xce\x3a\x4f\x17\xd2\x7f\x9d\xc1\xab\x68\xb1\ \xb9\xb2\x40\xae\xfa\x0d\x44\x22\x76\x8b\x8d\x85\x39\xf6\x6a\x5f\ \xbf\x01\xce\xad\xcf\xb3\xb0\x55\x3a\xfc\xbc\xf6\xf0\x06\xb7\xa6\ \xd3\xdf\xd2\x5d\x7b\xde\x8d\xfd\x40\x34\x5f\xd3\x34\x66\x67\x67\ \x79\xf2\xe4\x31\x7f\xf7\x6f\xfe\x0d\xc1\x40\x80\x7f\xf9\xfd\xef\ \xdb\x6e\x35\x8a\xcc\x0b\x06\x58\x9d\xc1\x7c\xc9\xa9\xb3\xb1\xb8\ \x4c\xa5\xe9\x20\xcb\x20\xc9\x52\x7b\x91\x0e\x92\xaf\x5f\x5a\x27\ \x49\x87\x9f\x9f\xed\xeb\x25\xdf\x43\x3c\x5b\xf7\xa5\xf5\x6f\xe4\ \x72\x60\x70\xd0\xf9\xef\x40\x92\xb9\x7d\xfd\xc4\x21\x85\xbf\x52\ \x37\x76\x97\xcb\x45\xb5\x5a\x43\x56\x25\x34\x4d\xeb\xc8\x40\x4a\ \x87\xb9\xec\x83\x28\xd7\xeb\xf5\x32\x38\x38\x48\xa1\x50\xe4\xd8\ \xc4\x71\xd6\xd6\xd6\x70\xbb\x74\x84\x6d\xb1\xbc\xb4\x88\xc7\xeb\ \xc1\x32\x0c\x34\x4d\x65\x78\x64\x18\x4d\xd7\x28\x14\x0a\x64\xb3\ \x59\xca\xe5\x32\xb6\x6d\x13\x8d\x46\x69\x36\x9b\xd4\x6a\x35\x84\ \x10\x2c\x2f\x2f\x53\xaf\xd7\xd1\x34\x9d\x46\xab\x45\xab\xd5\x3a\ \x6c\xcd\x5c\x2e\x17\xf5\x7a\x1d\xd3\x34\xd1\x3b\xf2\xa9\x6e\xb7\ \x0b\xdb\x86\xc9\xc9\x49\x4c\xd3\xc4\xeb\xf5\x61\x9a\xed\x94\x4a\ \x32\x99\x22\x91\xe8\xeb\x90\x79\x84\x7c\x7e\x17\x45\x7b\x3d\x2a\ \x1a\x15\xab\xc8\x83\x3b\x8f\xb1\x22\xff\x15\x13\xa1\x76\x43\x9a\ \x5b\xb8\xc7\xbd\x9d\x30\xbf\x7c\xff\x24\x97\xfc\x06\xee\x4e\x38\ \x6d\x34\x6a\x98\xb6\xa0\x61\x8a\x23\x53\x6d\x1d\x1a\xd5\x2a\x2d\ \x47\xc6\x1f\xf0\xa3\x1e\x84\xde\xb6\x41\xb5\x5a\x47\x68\x1e\x02\ \xde\xe7\x23\x62\x49\x96\x41\x98\x54\x2a\x55\x54\x49\xc1\xe7\xf7\ \x20\x03\xc2\x32\xa8\xd6\xea\xd8\x28\x78\xfd\x7e\x74\xe5\xc0\x6d\ \xdd\xa2\x5e\xad\x61\xa2\x11\xf4\x88\xb6\xcf\x61\xe7\x7f\xd5\x6b\ \x35\x34\x8f\x17\xd9\x6e\x61\xa3\xa1\x6b\x0a\x8e\x65\x60\xd8\x12\ \x6e\x97\x86\x6d\x36\xa9\x37\x5a\x38\x28\x78\x7d\x3e\x34\xe5\xf9\ \xbe\x81\x2c\x2b\x47\x8c\xd0\x05\xcd\x5a\x95\x96\x2d\xe3\xf5\xfb\ \x38\xbc\xc5\xc2\x6e\xff\xbe\x23\xe1\xf5\xfb\x51\x85\x41\xb5\xda\ \xc0\x91\x35\x7c\x7e\x1f\xaa\x0c\xfb\x5b\x6b\xac\x08\x87\xbe\x90\ \x8c\xe6\xf6\x92\x9a\x3c\x4d\x58\xea\x48\xe9\x0a\xa7\xbd\x5f\x47\ \xc1\xe7\xf7\xa2\x76\xc8\xce\x6c\x36\x68\xb4\x0c\x50\x74\xfc\x3e\ \x2f\xb2\x04\x96\xd1\x6c\x47\xe8\xba\xfa\x47\x22\xed\xb6\x1b\xfd\ \xb3\xae\xb5\x40\x55\x75\x66\x66\x66\x99\x9d\x9d\xe5\xa7\x1f\x7e\ \x48\x30\x18\xe4\xad\xb7\xde\xe2\xe6\xad\x5b\xfc\xcb\x1f\x3e\xe1\ \x27\x3f\xf9\xe0\xf0\x7d\x3b\x88\xb0\x25\xdb\xa0\x5a\x6d\xe2\x18\ \x8d\x43\xd3\x59\xbb\x73\x0f\x1c\x14\x5c\x1e\x0f\xba\x22\xe3\xd8\ \x26\x46\xb3\x85\x69\x3b\x28\xba\x1b\x5d\x76\x68\x36\x5b\xc8\x9a\ \x1b\x8f\xbb\xfd\xfe\xc8\x52\xfb\xf9\x68\x18\x36\x2e\x8f\x17\x97\ \xd6\xfe\x2d\xbb\xd9\xa4\xd5\x32\x11\x52\x7b\xdc\x49\x91\x5f\xad\ \xc8\xff\xab\x4e\x69\x1f\xfc\x2b\x4b\x32\x5b\x1b\xeb\x38\xc2\x61\ \x70\x70\x04\x84\xd3\xe1\x74\xe7\xd5\xba\xb1\xeb\xba\x86\x24\xbb\ \x40\x12\xcf\x95\xcc\xd9\xb6\x8d\x24\x49\x47\xd2\x23\x1e\xf6\xf7\ \xf7\xf9\xf4\x93\x4f\x59\x5e\x5c\xa6\x54\x2a\x61\xb6\x5a\xcc\x3c\ \x9d\xa6\x51\xaf\xe2\xd6\x75\x86\x47\x86\x99\x9f\x7b\x4a\x38\x18\ \xe4\xd8\xd4\x14\x73\x73\x73\x78\x3c\x1e\x52\xa9\x14\x92\x24\xb1\ \xb4\xb4\x44\x28\x14\xe2\x9f\xfe\xe9\x9f\x88\xc5\x62\x3c\x79\xf2\ \x84\x42\xa1\x40\xb3\xd1\x40\xd6\x54\x5c\x2e\x17\x46\xab\x85\x2c\ \xcb\xf4\xf4\xf4\x1c\xe6\xd8\x1d\xc7\xe9\xa4\x6b\x20\xe0\x0f\xd0\ \x6c\x36\xa9\x54\x2a\x68\x9a\xc6\xde\xde\x3e\x67\xcf\x9e\x61\x79\ \x79\x99\x44\xa2\x8f\x56\xab\xc9\xec\xec\x2c\x1e\xaf\x1b\x78\x3d\ \xd2\x23\x4a\x74\x84\x91\xf0\x0c\x9b\x2b\x5b\x4c\x5c\x18\x04\x6a\ \xac\x6c\x55\x19\x3b\xf3\x0e\x4a\x69\x95\x5b\x33\x0d\x7e\xfe\xe1\ \x65\x2a\x9b\x4f\xf8\xe2\xde\x0a\xaa\xd7\x4b\xb3\xb0\x8b\x67\x72\ \x0c\x19\xd8\x9e\xbd\xc3\xf4\x46\x09\xc9\x31\x51\x63\x63\xbc\x7b\ \xe5\x04\x6e\xa3\xc4\xfd\xeb\xd7\xc9\xd4\xda\x8e\xe1\xa9\xe3\x97\ \xb9\x30\xd9\xf7\xec\xa1\x95\x15\x5a\xb9\x45\x6e\xdd\x28\x60\x36\ \x1a\x84\x46\xce\xf1\xde\xb9\x11\xec\x42\x86\xe9\xe9\x45\xca\x8d\ \x06\x52\x70\x80\xf7\xde\xbb\x80\x4f\x34\x98\xbd\xf5\x05\x4b\xf9\ \x26\x9a\x27\xc4\x99\x4b\x53\x28\x8a\x8c\xaa\x49\xe4\x96\x6e\x71\ \x6b\x45\xf0\x93\x9f\x5d\x65\xf7\xc1\xbf\xb0\xed\x39\xc3\x8f\xcf\ \x0c\x52\x5e\xb9\xcb\xad\xb4\x97\x8f\x7e\x72\x92\x47\x7f\xf8\x0d\ \x1b\x86\x0b\x8f\x64\x60\x7b\xfb\xb8\xfa\xce\x15\x62\xee\x97\xbf\ \x4e\xdb\xb3\x77\x79\xb0\xb8\x83\x2a\x0b\x94\xe0\x20\x6f\xbf\x7b\ \x9e\x80\xda\x64\xf6\xce\x75\x16\xb3\x75\x74\x4f\x90\x93\x17\xdf\ \xa6\x87\x2d\x1e\x3c\x5c\xa3\xd9\x6c\x20\x47\x27\xf8\xc9\x3b\xc7\ \xd1\x35\x95\xca\xfa\x22\x77\xcd\x5d\x86\x4e\x5f\x46\xdf\x78\xca\ \xaa\x34\xc1\x07\x17\xfb\xd9\x9c\xbe\xc9\xe3\xb5\x7d\x64\xc9\x41\ \x8b\x8e\xf0\xee\x3b\x67\xf1\x34\xb2\x7c\xf2\xdb\x1b\x18\x1e\x3f\ \xa2\x51\x23\x30\x70\x96\x0f\x2e\x8f\xb3\x78\xfd\xb7\xac\xeb\x53\ \xfc\xab\x77\xa7\xfe\x68\x7a\xa4\x1d\xb9\x39\xe0\x80\xa2\x2a\xcc\ \xcc\xcc\xb0\xb0\xb8\xc0\x87\x1f\xfe\x84\x60\x30\x88\x61\xb4\xdd\ \xe7\xdf\x7d\xfb\x6d\xfe\xcf\xff\xf8\x1f\xf9\x2f\xbf\xfa\x15\x3f\ \xff\xf9\x47\x68\xaa\xd6\x56\xb9\xb0\x2a\x2c\x3d\x7d\xcc\x4e\x4d\ \xe0\x52\x6c\x0a\x4d\x95\x21\x49\x60\x96\xf3\xac\x2d\xad\x51\x6f\ \xb5\xb0\x5d\x71\x4e\x9f\x3b\x85\x94\x5f\xe4\xde\x6c\x1a\xb7\xc7\ \x85\x61\x3a\xb8\x5c\x2e\x64\x61\x52\x6b\xd8\x0c\x1e\x3f\xcf\x68\ \x32\x48\x25\xbb\xcc\xec\xc2\x16\xb6\x2c\x81\xec\x63\xf2\xf4\x59\ \xe2\x5a\x85\x27\xf7\xee\x53\xc1\x83\x62\x37\x51\xc2\x43\x9c\x39\ \x39\x8e\x5b\x72\x70\xde\x40\xe2\x16\x47\xe4\x56\xb7\xb6\xd6\x58\ \x59\x5e\x44\x08\x09\xc7\xb2\x19\x1a\x1e\x39\x6c\x80\x5f\xa5\x1b\ \xbb\x6a\x5a\x16\x6d\x2f\x40\xe7\x90\xa4\x0f\xca\xeb\x00\x5a\x9d\ \x08\xb8\x56\xab\xd1\x6c\x36\x19\x1d\x1d\x21\xbd\xb1\x8d\xaa\x29\ \x98\x66\x8b\x56\xb3\xc1\xf2\xe2\x02\x6e\xb7\x1b\xdb\x6a\xb1\xbb\ \xb3\x43\x36\x9d\x21\x93\xc9\x22\xcb\xed\x48\xc4\xb2\x2c\x12\x89\ \x04\xf5\x7a\x9d\x42\xa1\x80\x10\x82\xfe\xfe\x7e\x86\x87\x87\xdb\ \x29\x94\x4e\x44\xa8\xa9\x2a\xb5\x6a\x0d\xc7\x11\x48\x12\x68\x9a\ \x76\xd8\x90\xb4\x5a\x2d\x74\x5d\xc7\xe7\xf3\x51\xad\x56\xb1\x2c\ \x8b\x48\x24\xc2\x4f\x7e\xf2\x53\xfe\xed\xbf\xfd\xaf\x79\xf0\xe0\ \x11\x9f\x7c\xf2\x07\x42\xe1\x10\xcd\x66\x8b\x50\x30\xc0\xe8\xf8\ \x00\xb6\xfd\x3a\x0c\x46\xaa\x8c\x4f\xf6\xf1\xbb\xa7\xeb\x54\x2f\ \x0c\xe2\xd9\x5d\xa7\x20\x02\x9c\x1a\xf2\x61\x6f\x59\x38\x42\x46\ \x18\x15\x9e\x3c\x58\x20\x79\xfe\xa7\x5c\x1c\x89\xb0\x72\xf7\x37\ \x2c\x23\xd1\x2a\x6f\xf1\xf0\x69\x96\x91\xb7\xde\xa3\xdf\x55\xe4\ \xb3\x4f\x1e\xb0\x36\x3c\x4a\x78\xef\x3e\x5b\xa2\x97\x5f\xfc\xeb\ \x8b\x88\xdc\x02\x1f\x7f\xfe\x90\x9e\xde\x5f\x30\x18\xec\x54\x0d\ \x39\x36\x7a\x74\x8c\x1f\x7f\x74\x05\x57\x65\x83\x8f\x7f\x77\x9f\ \xd5\xfe\x14\x13\x3d\x83\x9c\xbb\x1c\xa5\x55\xdf\xe5\xc6\x8d\x69\ \x36\x0b\xe7\xe9\xaf\x3c\x66\xae\xa0\xf3\xc1\x2f\x3e\x22\xaa\x03\ \xa2\xcc\x36\x0e\x3b\x0b\x0f\x49\x37\x25\xde\x7a\xef\x6d\xfc\x8a\ \x44\xe6\x65\x4f\xb9\xd3\xa2\xd2\x54\x39\xf9\xf6\xcf\x38\x96\x70\ \x78\xf4\xfb\xdf\xf0\xe0\xf1\x0a\x1f\x5d\x19\x7b\x9e\xb2\x15\x15\ \x2a\x6b\x3c\x9a\xdb\xe1\xd4\x4f\x7e\xc9\x68\xa8\xc5\xad\xdf\xfd\ \x8e\x87\x2b\x03\x9c\x73\x6d\xb2\xb0\xa3\xf2\xfe\x2f\xff\x96\xb0\ \x2a\x70\x24\x05\x99\x21\x2e\x5d\x49\xd0\x2a\x6d\xf2\xc5\xcd\x05\ \x76\x6a\xe3\x08\x24\x12\x93\x97\xf9\xc9\xf9\x14\x00\x2b\xcb\x16\ \x8e\x4b\xc1\x2e\x2d\xf2\x60\xa5\xc0\xb9\x0f\xff\x96\xe1\x40\x8d\ \x1b\xbf\xfe\x17\x1e\x2d\x0c\x72\x35\xd5\xa4\xae\x86\x79\xf7\x67\ \x3f\x25\x5e\x5b\xe6\x57\x7f\x78\xca\xfa\x89\x51\x26\x2e\xfd\x98\ \x24\xee\x3f\x99\xd4\x3e\x70\x63\x17\x80\x6d\x5a\x54\xaa\x15\x26\ \xc6\xc7\xd1\x34\x0d\xd3\xb2\xdb\xae\xdf\xc2\x41\xd0\x0e\x46\x3c\ \x5e\x0f\x7b\x7b\xfb\xa4\x52\x29\x04\x0e\xfb\x1b\x2b\xa4\x1b\x7e\ \x2e\x5e\x3d\x8b\xab\xb9\xc3\xfd\x7b\xcb\xd8\xb6\x83\x16\x8a\x31\ \x32\xe9\xc5\x32\x4a\xcc\x3d\x5d\x24\x5b\x9c\xa0\xc7\xa8\xa3\x04\ \x53\x5c\xb8\x7c\x82\xdc\xd3\x1b\x2c\x55\xc2\xbc\x73\xe5\x18\xfb\ \x8b\xb7\x59\x4c\xef\xd0\x1f\x95\x59\x59\x58\x25\x30\x72\x91\xe3\ \xfd\x01\xb6\x66\xef\x30\xbf\xbc\x81\x7f\x22\x80\x61\xbb\x98\xbc\ \x70\x85\x98\xbc\xcf\xbd\xdb\x33\xec\x14\x06\x18\x89\xeb\x08\xfb\ \x4d\x64\x6d\x71\x90\xd8\x26\x14\x8e\x72\xfe\xd2\x95\x67\x63\x7b\ \x9d\x51\x64\xb9\x53\x45\xf2\xca\x22\xed\xfd\xfd\x7d\x24\x24\x02\ \x21\x7f\x5b\xb0\x9d\x67\x13\x6b\x0e\x22\xdc\xa7\x4f\x9f\x92\xcd\ \x66\x59\x5a\x5e\x62\x6d\x69\x95\xc7\x0f\x1f\x32\x79\x6c\x12\xcb\ \xb2\xa8\x55\xab\x84\x43\x01\xcc\x4e\x05\x4a\xad\x5a\xa5\x5a\xa9\ \xd2\x6c\x36\x19\x1a\x19\xa5\x52\xa9\x1c\x46\xc5\x8a\xa2\x50\xad\ \x56\x89\x46\xa3\x18\x86\x81\xc7\xe3\x21\x1e\x8f\xb3\x93\xdb\xa5\ \x52\x6b\x0f\x24\x1a\x46\x0b\xc7\xb1\x69\xb5\x0c\x02\x81\x40\x3b\ \xfa\x36\x0c\x06\x07\x07\x39\x71\xe2\x38\xc5\x42\x99\x44\xa2\x97\ \xd5\xd5\x55\x74\x5d\xe7\xfc\xf9\xf3\xec\xef\x17\x98\x9f\x9f\x27\ \x1a\x8d\x72\xfe\xfc\x79\x4c\xc3\xc2\xe5\x76\xbf\x56\x5d\xbc\x60\ \x6a\x92\xe8\xe3\x4f\xd9\xce\x57\xd1\x36\xd2\x78\x92\xc7\x08\x03\ \x65\xd1\xce\x53\x9a\xf5\x2a\x75\xd3\xcb\x54\x22\x02\x80\xdb\xa3\ \x23\xb5\x04\xb5\x6a\x85\x7a\xcb\x22\xbf\xb9\x40\x11\x9b\x50\x6a\ \x98\x88\xd6\x22\x9f\x2b\xd1\xd3\x7f\xbc\x4d\x3d\xd1\x41\x12\xca\ \x0c\xc5\x52\x9d\xc1\xa0\xff\xf0\x19\x50\x74\x0f\x6e\x19\x94\x50\ \x0f\x89\xa0\x43\xa5\x5a\x22\x5b\x58\xe7\xd1\x4a\x11\xaf\x47\xa6\ \x6e\x0a\x84\x6d\x52\xce\xef\x13\x4c\x4c\x10\x75\x1d\x1d\xcd\x69\ \xb2\x3c\xbb\xc8\xf0\xf9\x0f\xe9\xf5\xc9\xcf\xf2\x85\xd2\x91\xc1\ \xb5\xc3\xa8\x5e\x45\x95\x65\x40\x63\x74\x28\xca\xe6\x5a\x8e\x16\ \x63\x1c\x4d\xd8\xc8\x8a\x44\x7d\x7f\x1f\x47\x8f\xd3\x1f\xd1\x00\ \x8d\xfe\xbe\x38\x4f\xf3\x7b\xec\xba\xca\xb8\xe2\xc3\x44\x5c\xed\ \x06\x47\xc1\x66\xed\xe1\x5d\xe6\x77\xea\xf8\xdc\x0e\x86\xe5\x20\ \xe8\x74\x69\xbf\x24\x5c\x2f\x49\x12\xf5\xfd\x1c\x8a\x2f\x46\x32\ \x28\x03\x01\x86\x62\x7e\x66\xf2\x7b\xd8\xfd\x1a\x8a\xd2\x36\x51\ \x96\x42\x51\xfc\x1e\x85\x7a\xd3\x46\x8b\x45\x08\xff\xc9\x8c\xf6\ \xf3\x6e\xec\x20\x78\xfb\xea\x55\xfe\xd3\x7f\xfe\x4f\x84\x42\x41\ \xfa\x7a\xfb\x70\x3a\xd7\xa4\x1d\x98\x38\x9c\x3f\x77\x8e\x40\x20\ \x80\x69\x5a\xa8\x8a\x43\xad\x56\xc1\x15\x1b\xc5\xef\xd6\x10\xb6\ \xab\x93\x36\x72\xc8\x6f\x2d\xb1\xb4\x5d\x46\x77\xa9\x34\x2c\xa7\ \x6d\x9e\x20\x49\x28\xb2\x84\x90\x35\xfc\x5e\x1f\x7a\xb5\xdd\x5b\ \x72\xfb\x7d\x88\x8a\x4d\xab\x5e\xa3\x69\xba\xe8\x8f\x87\x91\x55\ \x95\x68\x4f\x82\xd5\xf9\x2a\x2d\xc3\xd7\x19\xb3\x02\xd5\x1d\x24\ \xe8\x92\x30\x0c\x03\x07\xfd\x8d\x77\x63\xf7\xfb\xfd\x47\x3c\x21\ \x45\x67\x6c\xa2\x33\xf9\xf0\x55\xba\xb1\x37\xea\x0d\x92\xa9\x3e\ \x04\xed\xd6\xc4\x34\xcd\xc3\xc1\xc7\x4a\xa5\xf2\xff\xb7\xf7\xe6\ \x51\x72\x5c\xd7\x9d\xe6\xf7\x5e\xec\x91\x4b\x65\xed\x05\x14\x50\ \x00\x0a\x20\x09\x12\x04\xf7\x5d\x24\xc5\x55\xa4\x68\x6a\x97\x47\ \x96\x2d\x7b\xce\x71\xdb\xe3\xf6\x71\x5b\xf6\xf4\x8c\xdb\xdd\x3d\ \xd3\x23\x9f\x33\xdd\x33\xee\x76\xdb\xee\xee\xb1\xdd\xb6\xdc\x6e\ \x59\x96\x6d\x49\xb6\xd4\xa4\x28\x51\x22\x29\x52\xa6\xc4\xc5\x5c\ \x01\x10\x24\xb1\xef\xa8\x42\x15\x6a\xcb\xca\x2d\x32\x63\x7b\x6f\ \xfe\x88\xac\x02\x40\x82\x8b\x48\x91\x90\xc0\xf8\xce\xc1\x01\x50\ \x59\x19\x19\x19\x99\xf1\x8b\x1b\xf7\xdd\x7b\x7f\x48\x29\xa9\x54\ \x7a\xd9\xbf\x7f\x3f\xdb\x5f\xd8\xce\xee\x9d\xbb\x98\x9b\x99\x61\ \xa1\xba\x40\x1c\x45\x38\xb6\x85\xef\x39\xf8\x9e\xcb\x62\xb5\x8a\ \xeb\xba\xd9\x22\x65\xa3\x4e\xbd\x56\x47\x6b\x8d\x69\x9a\xd4\x6a\ \xb5\xee\x97\x43\x90\x24\x09\x87\x0f\x1f\xee\x36\xde\x94\xe8\xeb\ \xed\x65\x61\xb1\xba\x9c\x4b\x2f\x97\xcb\xf4\xf6\xf6\x32\x30\x30\ \x40\x92\x9c\x70\x88\xb0\x2c\x9b\xd5\xab\xb3\xea\x13\xd7\x75\x91\ \x52\xf2\xe0\x83\x0f\x50\xa9\xf4\xd2\x6a\xb5\x70\x1c\x8f\xb9\xf9\ \x39\xfa\x7a\xfb\xe9\xef\xeb\xeb\x1e\xe4\xb3\x04\xbb\x97\x73\xd6\ \xf5\xb3\xed\xb9\xa7\x31\x55\xca\x79\xd7\xad\x38\x21\x10\x4a\x63\ \x7a\x05\x5c\xa3\xc5\xe4\x5c\x8d\xa1\xb1\x1e\x54\x9a\xa2\x34\x78\ \x9e\x87\x63\x7b\x6c\xb8\xe4\x1a\x46\x8b\x27\x72\xfc\x41\xd1\xe3\ \xe0\xcc\x02\xe9\xb9\x2b\xd0\xcd\x19\xe6\x62\x8b\x91\xa2\x7b\x6a\ \xa4\xa8\xb2\x6a\x86\xb4\x3e\xcf\x5c\xc3\xe0\x1c\x3b\x65\xef\x8b\ \x07\x18\xbc\xf8\x2e\x2e\x1b\xb3\xf9\xc7\x87\x1e\x41\x29\x41\xa1\ \x52\xa4\xbe\x6f\x9e\xa6\x3a\x87\xa2\xcc\x9e\xab\xf0\xb9\xf4\xfa\ \x8b\x68\x1e\xd8\xca\xd3\x7b\x0b\x5c\x7d\xce\x00\xb6\x63\x52\xab\ \x35\x59\x2a\x82\xd3\x4b\x65\x54\x2a\x21\x4a\x52\xc0\x60\x66\xb6\ \x8e\xe9\x8f\x73\x72\x9d\x48\xe6\x2c\xae\xf0\x7b\xca\x10\xed\x61\ \xb6\xa5\x19\x2d\xc4\xcc\xce\x2f\xe0\x0c\x6f\xa0\xcf\xaa\xd1\xd9\ \x3b\x45\x53\xad\xcd\x5e\x3f\x9a\x67\xc7\xbe\x29\xc6\xde\xff\x61\ \x2e\x1c\x6c\xf0\xd8\x77\x1e\x23\x4e\x05\x86\x50\x44\xed\xf6\xab\ \x72\xcf\x5e\x4f\x2f\x71\x70\x84\x85\x0e\x8c\xb8\x21\xd3\x8b\x2d\ \xdc\x95\x3d\x18\xb4\x4e\x08\xd7\xd2\x35\x47\x68\x74\x18\xd0\xd1\ \x16\x9e\x6b\xbd\x6e\x4e\xfb\x14\x37\xf6\xee\xdf\x59\x2e\x54\x9c\ \xc8\x75\xeb\x93\xa2\xf1\x6e\xf5\x88\xd6\x0a\x85\xc4\xf5\x0a\x74\ \x8e\xcf\xd3\x68\xaf\xc4\xd7\x69\xd6\xb9\x1c\x07\x4c\x1d\x99\xa4\ \x30\x76\x15\x9b\xd7\x14\x78\xe9\xa9\xa7\x4f\x72\x63\xcf\x5c\xd5\ \x95\x52\xa0\x33\x3b\x31\xa5\xba\x7e\x93\xb6\x8b\x6d\x84\x2c\x2c\ \x36\xe8\xf7\x8a\xd4\xaa\xf3\x08\xbf\x82\x69\x64\xfb\xaa\x74\xd6\ \x91\xac\xb5\xe8\xbe\xd7\xf7\xa6\xb1\xaf\x58\xae\xd3\xd6\xcb\x4e\ \xf6\xba\x2b\xe6\x42\x2c\x7d\x86\x67\xd8\x8d\x7d\x74\x74\x14\xa5\ \x15\x49\x12\xe3\xfb\x3e\x69\x9a\x62\xdb\x76\x96\x26\xb1\x2c\x84\ \x90\xcc\xcc\xcc\x70\xf4\xe8\x11\x2a\x95\x1e\x2e\xba\x68\x33\x49\ \x18\xb3\x6b\xf7\x2e\x26\x8f\x1e\xc1\xd0\x3e\xed\x56\x40\x7f\x5f\ \x2f\x8d\x7a\x9d\x46\xbd\x81\x52\x29\x8e\xeb\x72\xf0\xd0\x01\x4c\ \xcb\x22\x0c\x3b\x74\x3a\xd9\xc9\x62\x5a\x26\x53\x53\x53\x8c\x8e\ \x8e\xb2\x6a\xf5\x2a\xb6\x6c\xd9\x42\x2b\x08\x88\x93\x84\x66\xb3\ \x41\xb3\xd9\x40\x1a\x06\x3d\x3d\x3d\xd8\xb6\x4d\xa7\xd3\xc9\x52\ \x2f\x2a\x65\x68\x68\x88\x7a\xad\x49\xa5\xd2\xcb\xd1\xa3\x13\xf4\ \xf4\xf4\x60\x9a\x36\x87\x0f\x1f\xc6\xb2\x1d\xf6\xee\xdd\x42\xa3\ \xd9\xe0\xe7\x3e\xfd\x99\xb3\xf2\x0b\x35\xba\x61\x03\x5b\xb6\x7c\ \x8b\x60\xdd\xfb\x58\x55\x59\xba\x2b\x4a\x49\x92\x18\xe1\x94\xb9\ \xe8\x92\x73\x79\x72\xcb\x0f\xa8\xee\x2f\x10\x2c\x2c\x50\x3c\xe7\ \x5c\xbc\xde\xd5\x5c\xb8\xe1\x20\xcf\x7e\xef\x01\x76\x17\x1c\xdc\ \xde\x95\x5c\x7a\xd9\xf9\xac\xbd\xe0\x32\x8e\xfd\xe0\x69\xbe\xfb\ \xd0\x14\x84\x2d\x7a\xcf\xbb\x84\xd5\xbd\x27\x16\xd6\x2c\xd7\x27\ \xa9\xee\xe2\xd1\x7f\xa8\x12\x36\x6b\x14\xc6\x2f\x66\xdd\xca\x61\ \xc4\xf1\x01\x5e\x7a\xf1\x49\xda\x47\x2c\x8e\x37\x12\x7a\x0d\x49\ \x65\xdd\xc5\x8c\x1d\xfe\x01\x8f\x3e\xf0\x20\xbe\x5f\x60\xdd\xf9\ \xe3\xa0\x12\xac\xbe\x75\x5c\x3f\x64\x71\xff\x23\x4f\xb0\xbf\xff\ \x2e\xd6\x6e\xd8\xc4\x9e\x47\x9e\xe5\xc1\x87\xa7\xa1\x39\x8f\x39\ \x74\x21\x86\x94\x18\x49\x83\x9d\xcf\x7f\x9f\x29\x27\xa1\x16\xb9\ \x5c\xfe\xbe\x0d\x27\xca\x14\x4d\x8f\xbe\x5e\x93\xbd\x2f\xee\x60\ \xc3\xad\x17\xb3\x69\xed\x14\x5b\xbe\xf7\x20\xbb\x6c\x45\x47\x0e\ \x72\xed\xfa\x11\xfa\xac\x02\x63\xc7\x1e\xe3\x91\xef\x3c\x48\xd1\ \x2b\x30\x7e\xfe\x46\xd6\x8f\xf5\xb2\xe7\xb9\xef\x53\x2f\x6a\x8e\ \x37\x05\xeb\x0c\x93\xc1\x35\xab\x78\xf9\xf1\xad\x7c\xe7\xbb\x47\ \x58\xbb\xf1\x12\x1c\xa1\x49\xe3\x04\xb3\x6f\x23\x9b\x56\x4c\xf3\ \xdc\xc3\x0f\xe0\x59\x09\x91\x35\xc2\xb5\xe7\x0f\xa2\x1a\x8b\x99\ \x8f\x62\xf7\xd4\x4d\x53\x85\x90\xb0\xef\xa9\x87\xd9\x6f\x9d\xc7\ \x1d\xd7\x9d\xf7\xda\xe5\x94\xaf\x74\x63\xef\x0a\xf6\xd2\x08\x88\ \x13\x8f\x64\x5b\xc8\xc4\x56\xa3\xbb\x7f\x92\x58\x53\x19\x59\xc7\ \x70\xf5\x45\xb6\x3f\xf7\x14\x9e\x91\xd0\x50\x16\xa6\xe5\xd0\x37\ \xd8\xc7\x81\xc3\x2f\xb3\x75\xde\xa6\xd6\x8c\x19\x35\x24\x2a\xcc\ \x22\x6e\xad\x40\x2b\x45\x9a\x6a\x50\xd9\x7a\x85\x4a\x14\xda\x2a\ \x33\xb6\x76\x25\xbb\xf7\x6e\xa3\x76\xd8\x24\x8c\x05\xeb\x2e\x18\ \xc3\x66\x21\x73\x71\x4f\x75\xd7\x31\x3e\x13\xfd\xa5\xfd\x78\xcf\ \x21\x4f\x5c\x74\x45\x77\x11\x7c\xe9\x42\x9a\x05\xda\xe2\xd5\x1f\ \xef\xbb\x2d\xda\x96\x6d\x13\xc5\x11\x86\x65\xd2\x6e\xb7\xf1\x3d\ \x3f\x9b\x1d\xa2\x52\xa4\x61\x30\x37\x35\xcd\xb3\x4f\x3c\xce\xf4\ \xa1\x43\x28\x15\xb3\xf1\x9c\x0d\x18\xd2\xa4\xba\x30\xc7\xe4\xd1\ \x23\x84\x71\x44\x6f\x7f\x3f\x8d\x66\x40\xbd\x19\xe0\x17\x8b\x48\ \x21\x50\x5a\xd3\x0e\xdb\x48\x53\xe0\xfb\x2e\xad\x56\x0b\xcb\xb2\ \x48\xb5\xc2\x71\x4d\x34\x29\xed\x76\x13\x81\x26\x8c\x42\x1c\xd7\ \xc3\x71\x7c\x50\x92\x9e\x52\x99\x82\x5b\xa0\xd3\xec\x30\x33\x3d\ \x4b\x14\x25\xd8\xb6\xcb\xd0\xc8\x0a\xb4\x9e\x65\xa0\x7f\x18\xd3\ \xdc\x83\xef\x97\xd9\xb9\x73\x27\xc5\x42\x09\xc7\x72\xb8\x78\xf3\ \x25\x5c\x73\xf5\xd5\xd4\xeb\x75\xd6\xaf\x5f\x47\x33\xa8\x72\x56\ \xb9\x86\x78\x23\xdc\xf2\xd1\xff\x09\x61\x17\x96\x07\xa1\x17\x47\ \xce\xe7\xd6\x5e\x85\x0d\xb8\x6b\x2f\xe2\xd6\xfe\xd5\x2c\x36\x3b\ \x48\xcb\xa5\x54\x2e\x03\x82\xf1\x4b\x6f\x60\x70\x6d\x95\x66\x3b\ \xc5\x29\x94\x70\x00\xe1\x0d\x72\xcd\x4d\x37\xb3\x50\xad\x23\x9c\ \x22\xbd\xbd\x25\x4e\xae\x56\x2e\xac\x3c\x97\x5b\x6e\x1f\xa6\xd9\ \x89\x31\xdd\x22\xbd\x95\xcc\x89\x7a\xdd\xc5\xd7\xd3\x3b\xb6\x48\ \x3b\x4a\xd9\xb8\xa9\x40\xb9\xc7\x00\x59\xe6\xb2\x1b\x6f\x67\xb1\ \xba\x48\x98\x4a\xca\x95\x1e\x86\xaf\xb9\x19\xe1\x5a\x18\xd6\x7a\ \x6e\xbd\xbd\x0f\x65\x83\xe1\xaf\xe2\xfd\x77\x94\xa9\xd6\x5a\x60\ \xd8\x94\xca\x15\x44\xdc\x20\xb1\x4a\x8c\x9f\xb7\x99\x55\x15\x03\ \xbb\xd0\x4b\xc9\x3b\xb9\x2a\xc3\xe2\x9c\x2b\x6f\x65\xb8\x19\x21\ \x11\xac\xbb\xe4\x3a\xfa\xc6\xe6\x09\x12\x49\x6f\x5f\x2f\x59\xb0\ \x5b\xe2\xd2\xeb\x6f\x61\xed\x7c\x8d\x50\x09\x7a\xfa\x7a\xf1\x47\ \xde\xc7\xd0\x5c\x95\x4e\xa2\x39\x6f\x73\x81\x8a\x2f\x31\x0a\xe7\ \x71\xd3\xed\x43\xd4\x5b\x31\xc5\x4a\x01\xa7\xff\x6a\x06\x71\x01\ \xc1\x39\x97\xdf\xc0\xd0\xc2\x3c\xed\xd4\xa0\xd2\xdf\x87\x6b\x80\ \x2e\x8e\x71\xf3\xfb\x47\x28\x18\x80\xe8\xe1\xea\x1b\x6e\xc4\x2a\ \x58\x70\xc5\x4d\x8c\xe0\xbc\xee\x37\x6b\x39\x82\xee\x96\xfb\x29\ \x20\x55\x29\x95\x9e\x1e\xbe\xff\xd8\x63\x78\xae\x7b\xca\x42\x56\ \xbb\xdd\xc6\x75\x9d\xec\x37\x85\x06\x52\xb0\x0a\xac\xdf\x74\x19\ \x43\x8d\x06\xb1\x82\xb5\x8e\x8f\xef\x9b\x18\x6b\x36\xe1\xf5\xd7\ \xe9\xc4\x29\xa3\xab\x3d\xfc\x82\x44\x16\xce\xe1\x82\x3e\x89\x4c\ \x3a\xb8\x23\xe3\x5c\xd0\x2f\x20\x8d\xf0\xfa\xd7\xb0\xb9\x0c\x86\ \x8a\x29\xaf\x58\xcf\xe6\xf2\x20\xad\x4e\x82\x53\x2c\x53\x74\x4d\ \x54\xd2\xc3\xc6\x8b\x37\x63\x39\x90\x62\x32\x76\xe1\xc5\x08\xcb\ \x41\xa9\xf4\x3d\x69\xb8\xb3\x94\x1a\x46\x2b\x8e\x1c\x39\x42\xb5\ \x3a\x0f\x1a\xfa\x06\x06\x59\x3d\xb6\xa6\x1b\x61\xab\x93\x22\xee\ \x33\x20\xda\x4a\x6b\x5a\x41\x40\xb9\xa7\x48\x1c\x45\xa4\x2a\x45\ \xa4\x60\x18\x92\xa0\xd1\xe4\xc8\xc1\x03\x24\x61\x07\xc7\x32\xf1\ \x0c\x9b\x4e\xb3\xc5\xf4\xcc\x1c\x61\x94\xe5\x9c\xdb\xed\x36\xb3\ \x73\x73\x58\x96\x45\xa5\xb7\x37\x73\x9a\x16\x02\xcf\x75\xbb\x0b\ \x9a\x12\xa5\x35\xa9\x52\xa4\x61\x07\x29\x25\x63\xeb\xd6\x31\x39\ \x39\xc9\xc2\x82\xa4\x54\x2e\xe2\xd4\x16\x49\x6a\x75\xa6\x8f\x1f\ \xa7\xdd\x6e\xb3\x72\x64\x84\xb5\x63\x6b\x70\x6c\x9b\xe3\xc7\xa7\ \x91\x42\x32\x7d\xfc\x38\x0f\x3e\xf4\x5d\xfa\xca\xfd\xac\x1a\x5d\ \xc3\x62\x75\x91\x7a\xbd\x41\xc1\x2f\x32\x38\x34\x48\x4f\xb9\x4c\ \xa5\x52\x61\x60\x60\x80\xb9\xb9\x39\xfc\x82\x43\xb9\x52\x38\xcb\ \xa2\x05\x41\xa1\xa7\xe7\xd4\xca\x12\xdb\xa3\xe7\xa4\x5c\x82\x5b\ \xea\x65\xa4\xf4\xea\x85\xcc\x52\xef\x20\xa5\xde\x57\x54\xa5\x38\ \x05\x06\x47\x4e\xef\x1e\x2f\x0c\x8b\x52\xef\x00\xaf\xda\x94\xb4\ \xa9\xf4\x0f\xbd\x2a\xa7\x2b\x4c\x87\xde\xc1\xe1\x13\x3f\x70\x4e\ \xec\x54\xa1\x72\xe2\x85\x6d\xaf\xcc\xb0\x77\x92\xb7\x5e\xa4\x48\ \x15\x14\x7b\x06\xe8\x1f\x38\x7d\x09\x9d\x61\x7b\xf4\xf6\x79\x4b\ \x3b\x46\x4f\xff\x10\x3d\xaf\xda\x5f\x97\xbe\xa1\x93\x17\x07\x8d\ \x53\xf7\x67\xe9\xf8\x95\xfb\x28\x94\x4f\x5c\x10\x96\xf7\x52\x9a\ \xf4\x0c\x0c\x9f\xb2\x5d\x61\x3a\xf4\x94\x9d\xe5\xed\x15\xcb\xdd\ \x47\x0b\x65\x9c\x37\x71\xf2\x2f\xdd\x5a\x2f\x95\xff\x85\x9d\x90\ \xab\xae\xba\x8a\xcb\x2f\xbf\xe2\xd4\xfc\x3e\x64\xe3\x1e\xb4\x3e\ \x65\x78\x9b\xd6\x0a\x21\x2d\xca\x95\x01\x96\x4c\x26\x95\x52\x28\ \x61\x50\xec\xe9\xa7\xbb\xfa\x90\xe5\xb4\x2d\x9f\xa2\x9d\x9d\x67\ \xc2\xf2\x29\xd8\xd9\xb6\xa4\xe9\x51\xb2\x44\x76\xfe\x69\x81\x53\ \xa8\xe0\x16\xc9\x0c\x83\xd3\x14\x84\x85\x5f\x72\xd0\x69\x8a\xd2\ \x02\xb7\x50\x02\xad\x78\x2f\x37\x13\x2f\x09\xf7\xf0\xca\xd1\xec\ \xce\x5f\x4a\x46\x57\xad\x46\x20\xb2\x8b\x19\xe2\x44\xf3\xd4\x99\ \x10\xed\xf9\xf9\x39\x7a\xfb\x7a\xb3\xb4\x88\x95\xa5\x45\x34\x90\ \x46\x11\x8d\x6a\x95\xa3\x13\x13\xf8\x85\x02\xbe\x57\x60\xea\xf8\ \x31\x76\xef\xde\x4b\xa2\xb3\x4a\x8f\x9e\x9e\x1e\x66\x67\xb3\x39\ \x24\x86\x61\x30\x33\x33\x43\xa9\x54\x22\x0c\x43\x7a\x7a\x7a\x68\ \x05\x0d\x84\x10\xc4\x71\x4c\xb1\x58\xa4\xd3\xe9\xd0\xdf\xdf\x4f\ \xab\x15\xa0\x94\xc6\x34\x45\x96\x36\xd1\x59\xdb\xfc\xfc\xfc\x3c\ \x86\x61\xe0\x79\x3e\xa6\x69\xb2\x58\xab\xb1\x7e\xc3\x06\xf6\x1e\ \x38\x40\xb1\x5c\x62\xd3\xa6\x0b\xd8\xbb\x6b\x3f\x0f\x3c\xf0\x6d\ \x06\x07\x07\x59\xb7\x6e\x2d\x52\x4a\xfa\xfb\xfb\xb9\xf2\xca\x2b\ \xe9\x74\x3a\x04\x41\x8b\xe3\x33\xc7\x19\x1e\x19\x40\x50\x44\xe7\ \x13\x79\x7e\xbc\xb1\x7a\xb8\xfa\x96\x1b\xb1\x7c\xe3\xac\x7a\x5b\ \x52\x1a\x44\xdd\x8a\xa7\x44\x9f\xe8\x74\x54\x2a\x45\x08\x96\x17\ \xb8\xba\x4b\x5f\xcb\x02\x20\x4e\x93\x66\x51\xfa\xd4\x4e\x49\xd1\ \xcd\x5d\x9f\xfa\x7b\x59\x89\x9e\xe8\xfe\x7b\xf9\x9a\xa0\x35\x4a\ \x2f\x35\x60\x67\xeb\x14\xa7\xba\xc0\x6b\x74\x77\x5b\x02\x96\xfb\ \x24\xde\xcb\xae\x96\x4b\x25\xd8\xb6\x65\x71\xce\x79\x1b\x91\xd2\ \x40\x4a\x99\x7d\x0e\xdd\xbc\x76\x1c\x47\x14\x8a\xc5\x33\x23\xda\ \xd3\xd3\xd3\x54\x7a\x7b\x29\x14\x0a\xe8\x54\x2d\x2f\x06\x46\x51\ \xc4\xf1\xd9\x19\x7a\x7a\x7a\xa8\x94\x4b\x6c\xdf\xf6\x02\xed\x76\ \x3b\xcb\x33\x37\x03\x84\xcc\x26\xee\xf9\xbe\xcf\xdc\xdc\x1c\xe5\ \x72\xf9\x94\x91\xac\xd3\xd3\xd3\x24\x69\xb4\x5c\x8f\xea\xfb\x3e\ \x71\x1c\xb3\xb0\xb0\xc0\xe8\xe8\x28\x9e\xe7\x51\xab\xd5\x98\x9d\ \x9d\xe5\xd0\x91\x09\x2c\xcf\x23\x49\x12\x54\x9c\x60\x59\x26\x42\ \x08\x36\x6d\xda\x44\xa1\x54\xe4\xde\xfb\xee\xc3\x72\x6c\x56\x8e\ \xae\x64\x7e\x66\x81\xed\x2f\xbc\x88\x69\x9a\x1c\x3b\x76\x8c\x0b\ \x2f\xbc\x90\x2b\xae\xb8\x02\xad\x35\xc3\xc3\x43\x6c\xdf\xfe\x22\ \xe7\x9d\x77\x2e\x1b\x36\x9c\x43\x75\x71\xf6\x8c\xd9\xdc\xe7\xbc\ \xd9\x9b\x07\x83\x42\xa9\x74\xd6\xbd\xad\xbe\x81\x01\x8e\x1c\x3c\ \x80\x90\x02\xbf\x50\x64\xb9\xd1\x30\xff\x3a\xfe\xc4\xdc\xd5\x66\ \x23\x07\x4e\x54\xd4\x21\x0c\x54\xaa\x59\xac\x2e\xa0\x94\xa2\xdc\ \x53\x39\x23\x7b\x66\xa6\x49\xcc\xe4\xe4\x51\x46\x57\x8d\x62\x88\ \x6c\x96\x75\x10\x04\x1c\xdc\xbb\x87\x27\x1e\x7f\x02\xa1\x15\x05\ \xcf\x25\x49\x92\x6e\xde\xcd\xc7\x76\x12\xaa\xd5\xac\xda\x63\x70\ \x70\x90\xc9\xc9\x49\x8a\xdd\xab\x4e\xbb\xdd\xa6\x52\xa9\x10\x45\ \x11\x69\x9a\x60\x1a\x36\xb5\x76\x03\xcb\x74\x10\x18\x24\x71\xc2\ \x62\xb5\x46\xa9\x58\xa6\xdd\x0e\x11\x48\x0a\x7e\x81\x20\x8a\xd0\ \x5a\xe1\x5a\x16\x1b\x36\x6c\xc0\xf7\x7d\x4a\xa5\x12\xb3\xf3\x73\ \x28\xa5\x48\x92\x84\x6d\x5b\xb7\xb1\x61\xdd\x06\xda\x41\xbb\x5b\ \x55\xa2\xe9\xeb\xab\x10\x04\x2d\x56\xad\x5a\x45\x1c\x47\x0c\x0e\ \x0d\x70\xde\xb9\xe7\x2e\x57\xc1\xe4\xe4\x9c\x09\x1c\xc7\x65\xd5\ \xd8\x5a\x66\xa6\x8f\x51\xaf\xd5\xba\xeb\x57\xa7\x9b\xc7\x9a\xab\ \xf8\x8f\x5f\x9c\x7d\x42\xb4\x4f\xfd\x8c\x34\x68\x81\xe7\x7b\xac\ \x1e\x5b\x7b\xc6\x02\x42\x73\xfd\xf8\x38\xcd\x20\x2b\x6d\x4a\x75\ \x8a\x65\x59\x74\x3a\x1d\xe2\x38\xc6\x75\x1c\x0e\x1d\x3c\x40\xb1\ \xe0\x67\xb3\x41\xc2\x08\xad\x25\x71\x94\x09\x62\x1c\xc7\x18\x86\ \x41\xb1\x58\xa4\xd9\x6c\x22\xa5\xa4\xd5\x6a\x65\x39\xa0\xd1\x51\ \xe6\xe7\xe7\x69\xb5\x5a\x14\x8b\xc5\xe5\x12\x42\xdb\xb6\x31\x4d\ \x8b\x66\xb3\x85\x6b\x3b\x14\x0a\x45\x9c\x66\x93\x7a\x3b\xc0\xb1\ \x1d\x46\x47\x47\x01\xc1\xd6\xad\x5b\x99\x9e\x9e\x66\xe3\xf9\xe7\ \xd3\xdb\xdb\xcb\xec\xfc\x1c\xa6\x69\x92\x24\x09\x71\x1c\xd1\xdf\ \xdf\x8f\xef\xfb\x68\xad\x39\x70\x60\x3f\xbb\x77\xef\x62\x72\xf2\ \x18\xbf\xf9\x9b\x9f\xc5\x71\x1c\xea\x8d\xc6\x89\x45\x85\x9c\x9c\ \x33\x80\xe7\xfb\xac\x19\xdf\x90\x1f\x88\x9c\x1f\x6d\xea\x6d\xb1\ \xba\xd0\x75\x9c\x49\x09\x82\x00\xc3\x30\x4f\xe9\x88\xec\x74\x3a\ \x4c\x4e\x4e\xd2\x68\x34\x32\x03\x03\x99\x75\x4d\x2e\xb9\xc9\x84\ \xdd\xb6\xf3\x76\xbb\x8d\xe3\x64\xe6\x04\xe5\x72\x99\xb5\x6b\xd7\ \x32\x30\x30\x48\x10\x04\x8c\x8c\xac\x60\x70\x70\x08\xa5\x34\xf5\ \x7a\x83\x72\xb9\x57\xe3\x63\xb1\x00\x00\x20\x00\x49\x44\x41\x54\ \x07\xcb\xb2\x31\x4c\x8b\x52\xa9\xbc\x34\xcb\x06\xd0\x94\x4a\x65\ \xe6\xe7\xe7\x70\x1c\x87\x76\xbb\xcd\xd3\xcf\x3c\x43\xa3\x91\xe5\ \xc6\x3b\x61\x87\x62\xa1\xc8\xc0\xc0\x40\xb7\x1a\xc5\xe4\xd8\xb1\ \x49\x1e\x7d\xf4\x51\x9e\x7d\xf6\x59\x2e\xbf\xfc\x32\x4c\xd3\x64\ \x7a\x7a\x9a\xea\xc2\xc2\x19\xb5\xb9\xcf\xc9\xc9\xc9\x79\x47\x44\ \x7b\xd7\xae\x1d\xb4\xdb\x01\x69\x92\x60\x5b\x59\x47\x62\xb3\xd1\ \xa0\xd9\x6c\x82\x10\xac\x58\xb1\x02\xcb\xcc\x84\xbc\xbf\xbf\x9f\ \x30\x0c\xa9\xd7\xeb\x59\xfe\x59\x65\x33\x0e\x7c\xdf\x5f\x9e\xe8\ \x57\x28\x14\x32\xfb\x30\x95\x75\x84\xb5\xdb\x21\x0b\x0b\x55\x94\ \xd2\x94\xcb\x3d\x94\xcb\x3d\x1c\x3e\x7c\x84\x5a\xad\x4e\x1c\x27\ \x44\x51\x4c\xaa\x14\x8e\xe3\x52\xf0\x0b\xdd\xce\x49\x73\x79\x71\ \x73\x64\x64\x18\xc3\x30\x08\xc3\x90\xf1\xf1\x71\xfa\xfa\x2a\x6c\ \xde\xbc\x89\xf9\xf9\x59\x0e\x1e\x3c\x80\x61\x48\x2e\xba\xe8\xc2\ \xcc\x44\x61\x7c\x0d\x69\x9a\xd2\x6c\x36\x70\x5d\x3b\x77\xad\xc9\ \xc9\xc9\x39\xfb\x44\x5b\x22\x29\xfa\x05\xb4\x06\xd7\xf3\x10\x42\ \x50\x2e\x97\x19\x1f\x1f\x67\xdd\xda\xb5\x0c\x0d\x0d\x71\xd1\xc5\ \x17\x67\xb3\x43\xda\x01\xc5\x62\x91\x62\xb1\xb0\x3c\x89\xcc\x30\ \x0c\x4a\xa5\x12\x85\x42\x81\x76\xbb\x4d\xb3\xd9\x24\x0c\x43\x76\ \xed\xda\x89\xe3\x38\xf4\xf5\xf5\x75\x27\xf2\xf9\x34\x1a\x0d\x0c\ \xc3\xa0\xbf\xbf\x9f\xb1\xb1\xb1\x6e\xdb\x7a\x84\x14\x12\xa5\x14\ \x71\x1c\x53\xab\xd5\x30\x0c\x83\x4e\xa7\x43\xbd\x5e\xa7\x58\x2c\ \x52\x2a\x95\xb2\x39\x24\xa9\x62\x70\x68\x88\x91\x91\x11\x56\xad\ \x5a\xc5\x55\x57\x5d\xc5\xb5\xd7\x5e\xcb\xe2\xe2\x22\x17\x5c\x70\ \x01\x43\x43\xc3\xbc\xfc\xf2\x4b\x3c\xf0\xc0\x03\x7c\xfe\xcf\xff\ \x1c\xd7\x75\xf3\x4f\x38\x27\x27\xe7\xac\xc2\x94\x12\x26\x27\x27\ \x18\x18\x5e\x41\xc1\xf7\x31\x6c\x9b\x30\x8a\xd8\xb5\x6b\x17\x4f\ \x3d\xf9\x8f\x78\xae\x83\x29\x45\x36\xeb\xc3\xb1\x71\x1d\x87\xb6\ \x1d\x61\x9a\x16\x71\x9c\x2c\x1b\xe8\x6a\xad\xe9\x74\x42\x06\x06\ \x1c\x56\xaf\x5e\xcd\x86\xf5\x1b\x98\xe8\xfa\x47\xd6\xeb\xf5\xee\ \x68\x55\x97\x72\xb9\xcc\xcf\xfe\xec\xcf\x92\x24\x09\xbb\x77\xed\ \x26\x55\x8a\x83\x47\x0f\xa3\xd1\xf8\xbe\x4f\x5f\x5f\x1f\xad\x56\ \x0b\x80\xb5\x6b\xd7\x2e\x57\xac\x44\x51\xc4\xe3\x8f\x3f\x8e\x8a\ \x12\xd6\xae\x5d\xcb\xf8\xf8\x38\x3d\x3d\x3d\x2c\x2c\x64\x03\x76\ \x36\x6e\xdc\xc8\xdf\xfc\xcd\xdf\xf2\xe5\x2f\x7f\x99\x85\x85\xf9\ \xe5\x31\x97\x39\x39\x39\x39\x67\x95\x68\xef\xdf\xbf\x97\xa9\xd9\ \xe3\x54\x26\x27\xb8\xf4\x92\x4b\x18\x1b\x1b\x23\x68\xd6\x59\x98\ \x9b\xc1\x32\x25\xed\xa0\xc5\x81\x7d\xfb\xe8\xed\xed\xa5\xd2\x53\ \x66\xd7\x9e\xbd\xc4\x4a\x31\x3c\x3c\x48\xbd\x5e\x67\x61\xa1\x8a\ \x10\x50\xee\x29\x33\x35\x35\x85\xef\xbb\x58\x96\x45\x18\x87\x1c\ \x3b\x36\xc1\xca\x91\x21\x2a\x3d\x25\xe6\x66\xa6\xb1\x0c\xc1\xe8\ \x8a\x11\x82\x66\x93\xb9\xb9\x79\x5c\xc7\x66\x64\x70\x10\xcf\xf5\ \xa8\x35\x1a\xf4\xf7\xf5\xb1\x7e\x7c\x9c\x63\x13\x93\x94\x8a\x45\ \xce\x3d\xf7\x5c\x9a\xad\x26\x71\x14\x21\x10\x34\x1b\x0d\xb6\x6c\ \xdb\xca\x25\x97\x5d\x4a\xaa\x52\x76\xee\xdc\xc1\xb7\xbf\xf5\x4d\ \xca\xa5\x22\x4f\x3d\xf9\x38\x87\x0e\x1d\xa2\xdd\xaa\x13\xb6\x5b\ \xcc\xce\x1e\xcf\x73\xda\x39\x39\x39\x67\x9f\x68\x87\x49\x44\x63\ \x6a\x92\x83\xfb\xf6\x10\x35\xeb\x04\x9b\x2f\xa4\x51\x6f\x10\x77\ \xda\xac\x5a\x39\x42\x1c\x46\x4c\x1e\x39\xc4\xf0\x50\x96\xcf\xb6\ \x1d\x0b\x9d\x24\x48\x53\x60\x5a\x12\xbf\xe0\xd2\xd3\xd3\x03\x42\ \x33\x35\x35\x49\xaa\x12\x84\xd4\xb4\xdb\x2d\x4a\x05\x87\x76\xab\ \x46\x14\x46\xcc\xcd\x4c\x23\xa4\xc4\x90\x9a\x38\xec\x10\x34\xeb\ \x99\xe1\x82\x56\xb8\x96\x89\xeb\xba\x34\x1b\x4d\x4a\xc5\x12\x93\ \x13\x13\x7c\xe8\x83\x77\x61\x9b\x26\x52\x88\x6c\x96\xb6\x52\x6c\ \xde\x7c\x11\x77\xde\xf5\x41\xbe\xff\x83\x1f\x60\x00\x47\x0f\x1d\ \x62\xa0\x52\xe1\xc5\x6d\x5b\x09\xdb\x01\xae\xef\x92\x84\x01\x51\ \x58\xc7\x90\xb9\xa1\x6f\x4e\x4e\xce\x59\x28\xda\x0b\xf3\x8b\xa8\ \x34\x25\xec\xb4\x98\x98\x9c\xe0\xe8\xd1\xc3\x8c\xad\x5e\x4d\x27\ \xea\x60\x48\xc9\xd4\xf4\x31\xc2\xb0\xc3\xdc\xdc\x1c\x9d\xb0\x83\ \x56\x8a\x42\x21\x6b\x7d\x5e\x1a\xa6\xb2\x94\x87\x16\x5d\x81\x4d\ \xd3\x14\x29\x04\xed\x56\x8b\xbe\xfe\x3e\x84\x14\xf4\xf4\xf4\x20\ \xa5\x64\xdd\xda\x75\x68\xad\x58\xb5\x6a\xd5\xb2\xaf\xa3\x69\x58\ \x24\x71\x82\xe3\x3a\x0c\x0d\x0d\xb1\x7e\xfd\x7a\x86\x86\x87\xa9\ \xd7\xeb\x1c\x9f\x3e\x4e\x6d\x71\x91\x34\x4d\x29\x14\x7c\x2e\xb9\ \xe4\x12\x82\x20\xe0\x0f\xff\xe3\x7f\x44\x6a\x4d\xb5\x50\x20\x6c\ \xb7\x51\x4a\x63\x3b\x16\xa9\x76\x71\x3a\x36\x9e\xe7\x91\xaf\x43\ \xe6\xe4\xe4\x9c\x75\xa2\xbd\x6b\xe7\x4e\xca\xe5\x32\xa6\x14\x6c\ \x9b\x79\x81\xde\x4a\x2f\x51\x94\x66\x8e\x27\x13\x13\x54\x17\xaa\ \x44\x61\xc8\xd1\x23\x13\x98\xb6\x45\x9c\x2a\x3a\x49\x82\xdf\xad\ \x12\xe9\x74\x3a\xcb\x23\x56\x7d\xdf\x67\x6a\x6a\x8a\x30\x0c\xb1\ \x2c\x8b\xb5\xa3\xa3\x5c\x70\xc1\xf9\xec\xdf\x7f\x90\x7d\x7b\x0f\ \x2c\x97\x04\xae\x58\xb1\x82\x5d\xbb\xf6\x60\x59\x26\x57\x5c\x71\ \x05\xfb\x0f\x1f\x66\xe7\x81\xfd\x0c\xf4\x0f\x64\xd5\x2a\x96\x9d\ \xa5\x63\x2a\x15\x2c\xc7\x5e\x1e\x42\x3e\x3f\x37\xcf\x5f\x7e\xe1\ \xbf\x73\xf4\xc8\x11\xa2\x30\xc4\x14\x82\x46\x33\x9b\xd5\x2d\x84\ \xc0\x71\x3c\xc2\x38\xc1\x75\x7d\x5c\xd7\xcf\xab\x47\x72\x72\x72\ \xce\x3e\xd1\xb6\x1d\x07\xd3\x34\x30\xa4\xc4\x71\x5c\x2e\xdc\xbc\ \x99\x6a\xb5\xca\xc1\xfd\xfb\x59\x9c\xaf\x12\x04\x41\xe6\x72\xde\ \xdf\x4f\xbb\xdd\x26\xd5\x31\xa9\xd6\x84\xdd\x06\x1c\xd3\xcc\x6c\ \xc2\xa4\x94\x94\x4a\x25\x66\x66\x66\x18\x1e\x1e\xc6\xb6\x2d\x82\ \x76\x9b\xe3\xc7\x67\x68\xb7\xdb\x28\xa5\x68\xb5\x5a\xec\xd8\xb1\ \x83\xa5\xaa\xec\x66\xb3\xc9\x40\x7f\x3f\x05\xdf\xc7\xb2\x2c\x34\ \x9a\x20\x68\xb1\x72\xe5\x0a\x9e\x7f\xfe\x39\xa6\xa7\x8f\xf3\xf2\ \xae\x1d\xcb\x73\xeb\xb7\xbd\xb0\x8d\x97\x5e\xde\x4e\xbb\x1d\x50\ \xf4\x0b\x98\x48\xfa\x7a\xca\xb4\x9a\x4d\xca\xe5\x32\x96\x63\xb3\ \x58\xaf\x63\x5a\x76\xee\x56\x9d\x93\x93\x73\x76\x8a\xb6\x42\xa0\ \xa5\xc1\x8a\xd1\x15\xa4\x69\xca\xcc\xec\x0c\x47\x8f\x1c\xe5\xd8\ \xf1\xe3\x90\x64\xb3\x7f\x17\x16\x16\x10\x42\xd0\x6c\x36\x31\x6d\ \x1b\x0c\x49\x9a\xa6\xcb\xc6\xbf\x52\x4a\x8a\xc5\x22\x51\x14\x31\ \x37\x37\x97\xcd\x31\xd1\x8a\x95\x2b\x57\xb0\x66\xcd\x1a\x3c\xcf\ \xe7\xc0\xbe\x83\x74\xc2\x2c\x2a\x3f\x7a\xf4\x28\xe7\x9d\xb7\x91\ \x5a\xad\xc6\xfe\x03\x07\x98\x98\x9c\xc0\xb4\x24\xd5\xc5\x79\x9e\ \x78\xe2\x31\x0e\xec\xdd\x87\xeb\xb8\x34\x1a\x75\xa4\x65\x01\x1a\ \x29\x35\xa2\x3b\xf0\xa6\xe0\x7b\xb8\xb6\x4d\x1a\x67\xee\x37\xf3\ \x73\xf3\x14\x4b\x1a\xc3\x34\x31\x4c\x0b\xcf\xca\x3c\xf6\x72\x72\ \x72\x72\xce\x3a\xd1\x2e\x16\x8b\x0c\x0e\x0e\xb3\x30\x57\x25\x4d\ \x13\x0c\xcb\xa2\x5e\x6f\x60\x20\x30\x3d\x0f\x94\xc6\xf3\x32\x73\ \x04\xcb\x76\xd0\x68\xd2\x34\x25\x8a\x22\x6c\xdb\xc6\x71\x1c\x5a\ \xad\x16\x73\x73\x73\x04\x41\x80\x94\x92\x7d\xfb\xf6\xb1\x66\xcd\ \x18\x13\x13\x93\x48\x43\x60\x19\x16\xd2\x90\x38\x8e\xb3\xec\x8e\ \xf3\xf4\xd3\x4f\x33\x3e\x3e\x8e\x56\x3a\xab\xdf\x96\x92\xa0\x15\ \x70\xf4\xe8\x04\x9d\x4e\x88\x69\x98\xf4\xf4\x54\x88\xd2\x84\x56\ \x3b\xc0\x71\x5c\xa4\x21\xb1\x0c\x49\xb1\x58\xc0\x14\x92\x5a\xa7\ \x4d\xbb\xdd\xce\x26\x6f\xa1\x89\x92\x98\x46\xab\x45\xb5\xb6\xc8\ \xca\x55\xab\x91\x32\x17\xee\x9c\x9c\x9c\xb3\x4c\xb4\x1d\xd7\x63\ \xef\xbe\xbd\xd8\xdd\xfc\xb4\x6d\xdb\x74\xc2\x08\xbf\x50\xc2\x34\ \x8c\x6c\x54\xa3\x86\x38\x8a\x40\x4b\xb4\x01\x96\x80\x28\x8a\x00\ \x96\xbb\x22\x85\x10\xd4\xeb\x75\x5c\xd7\xed\x76\x4c\xa6\x0c\x0e\ \x0e\xd0\x0e\xda\x04\xba\xcd\xfc\xfc\x3c\x85\x42\x81\xcd\x9b\x37\ \xd3\xdf\x3f\x40\x10\xb4\x39\x72\xe4\x08\x5b\xb6\x6e\xa1\x5e\xaf\ \x61\x5a\x06\xa0\xa9\x37\x6a\x40\x8a\xed\x58\xd8\xb6\x85\x8e\x35\ \x42\x68\x52\x15\xd3\x09\xdb\x18\xae\x8b\x6b\x9b\x18\x18\x18\x42\ \xd2\x0e\x02\x56\x8d\x8e\x52\xea\xa9\x30\x71\xec\x18\x8d\x56\x40\ \x18\xc5\x58\xb6\x93\x7f\xba\x39\x39\x39\x67\x9f\x68\x2f\x54\xab\ \x2c\x2c\x2c\xe2\x58\x06\xc5\x52\x09\x21\x24\x9d\x30\xc2\x30\x2d\ \xc2\x30\x5a\x1e\xce\x9e\x44\x31\x69\x92\x80\x02\x61\x64\xa6\xbf\ \x4a\x65\x83\xd4\xe3\x38\xce\x3a\x1b\xa5\x5c\xae\x22\x91\x52\xb0\ \x58\x5d\x64\x74\xd5\x4a\x0c\x99\x75\x38\x8e\x8f\x8f\x33\x3b\x3b\ \xc3\x8e\x1d\x3b\x51\x0a\x1a\x8d\x3a\xd3\x53\xd3\xd9\xc2\xa5\x63\ \x10\x45\x21\x6d\x01\x05\xcf\x47\x1a\x82\x38\x0e\xb3\x59\xc0\x42\ \x60\x18\x12\xcb\x34\x11\x64\x7e\x7b\x59\x04\x6f\x2c\x0f\x86\x6f\ \xb4\x9a\xd9\x2c\x93\x62\x19\x84\x41\xb9\x5c\x79\x6f\xda\x25\xe5\ \xe4\xe4\x9c\xdd\xa2\x3d\x35\x35\xc5\x62\xad\x86\x29\x20\x8c\x63\ \x04\xd0\x68\x34\xb2\x86\x16\x21\x70\x6c\x07\x74\x96\x12\x91\x88\ \x6c\xf8\x7a\xca\x72\xdb\xf9\x52\x6e\x5b\x75\x4b\x01\x33\x31\xcf\ \xfc\xe5\xaa\x8b\x8b\xac\xdf\x30\xce\x9a\xb1\x35\x6c\xdc\xb8\x91\ \x9d\x3b\x77\x32\x31\x31\x49\xa5\xd2\x4b\x1c\x67\xcf\xb1\x6d\x9b\ \x42\xa1\xc0\x62\xbb\x81\xd0\x82\x62\xff\x00\xe5\x62\x11\xcf\xf5\ \xb2\x4e\x4a\xb1\x64\x82\x0a\x68\x8d\x69\x48\x92\x24\x26\xec\x84\ \x84\x71\x1b\x9d\x64\xd6\x66\x86\x6d\x63\x3a\x2e\xd2\x30\x11\xa6\ \x89\x30\xb2\xc8\x3d\x27\x27\x27\xe7\xac\x12\xed\x46\xb3\x89\x00\ \x52\xa5\x58\x58\x58\xc0\xb1\x6d\x6c\xdb\xa6\xd9\x6a\x61\x08\x89\ \x69\x98\x78\x8e\x83\x5d\x2c\xe2\x7b\x3e\xed\x4e\x8b\x76\x3b\xc8\ \x52\x23\xdd\x28\xdb\xf7\x7d\x82\x20\x58\x9e\xf4\xb7\x58\x5d\xa4\ \xdd\xe9\xd0\x3f\x32\xcc\x9e\x3d\x7b\xd8\xb3\x7b\x0f\x51\x18\x2d\ \x8f\x52\x4d\xd3\x04\xd7\x75\x31\x4d\x93\x6a\xb5\xba\xbc\x33\x96\ \x65\xe2\x79\x2e\x9d\x76\x1b\x53\x1a\x99\x3b\xb4\xcc\x2c\xed\x35\ \xba\x3b\xef\x44\x64\xa3\x61\x95\xc6\x10\x26\xcd\x4e\x0b\x84\xa0\ \xe8\x38\x14\x8b\x45\xca\xbd\xbd\x28\x21\x18\x19\x1e\x26\x7d\x2f\ \x7b\x26\xe5\xe4\xe4\x9c\x9d\xa2\x6d\x21\xd0\x52\x62\x9a\x0e\xb5\ \xc5\x45\x86\x07\x87\x11\x42\x50\x8d\x16\x48\x50\x48\x43\xe0\xfa\ \x2e\xa5\x42\x91\x82\xeb\x61\x90\xa2\x55\x4c\xa7\xdd\xc9\xba\x19\ \x6d\x13\x69\x08\x6c\x53\xd2\xa8\xb7\x31\x2c\x13\x2d\x14\xb5\x5a\ \x15\xcf\x36\x40\x69\x6a\xf5\x06\x61\x18\x62\x48\x89\xe7\x3b\xf8\ \xbe\x87\x61\x18\x99\xeb\xb3\x4e\x40\x68\x04\x12\xa5\x45\x16\xe5\ \x87\x1d\xd0\x29\x42\x08\x44\x77\x86\x36\x48\xe2\x38\x25\x8e\x15\ \x85\x82\x4d\xd8\x6e\x63\x38\x2e\x56\x92\x22\x2d\x0b\xd3\x34\x29\ \xf8\x1e\x7e\xa9\x88\x61\x59\xf8\x4e\x3e\xe5\x2f\x27\x27\xe7\x2c\ \x14\xed\x95\x23\xc3\x04\xad\x80\xe9\xe9\x19\x0c\xc3\x24\x68\x75\ \x30\x6d\x83\x54\x2b\x6c\xcb\x22\x8c\x63\xa4\x14\x68\x95\x12\x47\ \x1d\x92\x38\x24\xea\x74\x90\x68\x1c\xdb\x44\xe9\xcc\x4d\xdd\x34\ \x0d\x2c\xdb\xa4\xdd\xe9\xd0\x0e\xdb\xcc\x2f\xcc\x21\x54\x8a\xeb\ \xb8\xdd\xf9\xdb\x92\x28\x8a\x48\x92\x84\x54\xc5\xd4\xea\xd5\xcc\ \x6c\x21\x8a\x40\x83\x94\x16\x52\x08\x92\x24\x13\x6b\x04\x38\xae\ \x43\x9c\x2a\x92\x38\x45\x2b\x50\x02\xb4\xd2\x98\xd2\x44\x78\x05\ \x4c\xc3\x20\x8a\x22\x3a\x51\x88\xd9\x6e\xd1\x69\x07\xb4\x9a\x0d\ \xda\x9d\x0e\xbe\x65\x23\xf3\x81\x51\x39\x39\x39\x67\x9b\x68\x2f\ \xd6\xb2\xd9\x20\x61\x18\x52\xae\xf4\x60\x9a\x12\xcf\xf5\xb2\x94\ \x84\xd6\x59\x05\x89\xd6\xc4\x71\x8c\x8a\x63\x1a\xcd\x26\xed\x76\ \x1b\xcf\xf3\x71\xfd\x02\x5a\xa7\xc4\x69\x4a\x9c\xa4\xd9\x34\xbe\ \x38\x42\x0a\x81\x61\x9c\x68\xba\x91\x52\x62\xdb\x36\x69\x9a\x12\ \x86\x21\xb5\x5a\x8d\xa8\x6b\x07\x96\xa6\x8a\x4e\xd8\x21\x49\x34\ \xda\xce\x6a\xbe\xb3\x8e\xc6\xec\xb9\x3a\xc9\x66\x88\x48\x29\x91\ \x86\x41\xaa\x52\xc2\xb0\x4d\xa1\x50\xec\x56\xaa\xd4\xf0\x3d\x87\ \x52\xb1\x08\x5a\xb3\xb0\x30\x47\xab\x15\xd0\x09\xdb\x88\xbc\x56\ \x3b\x27\x27\xe7\x6c\x13\xed\x20\x08\xf0\x3d\x1f\x80\x4e\xbb\xcd\ \xea\xb1\x31\x84\x21\xb1\x5d\x8b\xda\xe2\x22\x9e\x9f\x19\xee\x7a\ \xb6\x83\xd0\x9a\x4e\x27\x22\x4d\x21\xe8\x74\xb0\x12\x0b\x85\x26\ \x8c\x12\x4c\xd3\x04\x69\x80\x90\x98\xa6\xdd\x75\xa6\xe9\x2e\x62\ \x2a\x88\x13\x45\x9c\x28\x10\x9a\x28\x4e\x59\x4a\x37\xa7\x1a\x2c\ \xc7\xc1\xf4\x2c\x4c\x23\x5b\xe0\x34\x0c\x23\x13\xf3\x4e\x48\xaa\ \x41\x48\x99\x55\x8a\x08\x49\x12\x85\xb4\x1a\x75\x74\x9a\xe0\xda\ \x03\x58\xa6\x24\x89\x63\x6c\xcb\xc0\x73\x6d\x2c\xc3\xc0\x94\x3a\ \x9b\x39\xfb\x16\xc9\xd6\x3c\x4f\x9f\x5a\xc9\x33\x2e\x39\x39\x39\ \x67\x54\xb4\x95\x10\xb8\x5e\x36\x4e\xd5\x34\x4d\x4c\x33\x4b\x71\ \x20\x75\x16\x29\x0b\x49\x92\xa4\xdd\x34\x86\xee\x0a\x97\x26\xea\ \x84\xc4\x66\x82\xd2\x9a\x76\xbb\x8d\x5f\x2c\x64\x39\x68\xc3\x44\ \x48\x49\xab\xdd\x26\x8a\x23\x8a\xdd\x0b\x42\x1c\xc7\x28\xa5\x96\ \x4b\x03\xb3\x28\x3b\xa5\xd3\xe9\x64\x42\x6d\x8a\xcc\x8c\x37\x4d\ \xf0\x1d\x9b\x54\x64\x0a\x99\x24\x69\x56\x35\x62\x99\x48\xc3\xc4\ \x54\x1a\xcf\xb1\x49\xc2\x10\xdb\x34\xf0\x1d\x87\xc9\xf9\x39\x4c\ \x43\x52\xf2\x3d\x0c\x09\x3a\x4d\x49\xe2\xf0\x2d\x79\xa6\x0a\x21\ \x48\xd3\x84\x4e\xa7\x7d\xd2\xfc\x12\xb1\xfc\x58\x14\x85\xa4\x69\ \x4a\x6e\xc8\x9a\x93\x93\x73\x46\x44\x3b\x4d\x13\x92\x6e\x74\x1b\ \x04\x01\xb3\xb3\xb3\x28\xad\x49\x54\x4c\xd8\xe9\x30\xaf\x15\xbe\ \xeb\xa2\xcb\x3d\xd8\x86\x01\x02\xc2\x38\x9b\x6f\x2d\xb5\x06\x21\ \x30\x4c\x93\x28\x8a\x51\x5a\xe3\x79\x1e\x41\xd0\xa6\xd1\x6c\x70\ \xfc\xf8\x0c\x7a\x60\x00\xaf\xe0\x13\x45\x11\x51\x9c\x59\x8b\x99\ \x96\x45\xa1\x50\xa0\xd9\x6c\xd2\x09\x43\x5a\x41\x40\xdc\x08\x50\ \x69\x44\xd1\xf3\x18\xec\xef\xc3\x71\x1d\xc2\x30\xc2\x44\x92\x24\ \x09\xa6\x4d\x26\xdc\xdd\xd6\xf9\x30\x8a\x48\xd2\x94\x56\xab\x49\ \x14\x86\x59\x0a\x27\x4d\xf1\x7d\x1f\x43\x4a\x2a\x95\xde\xb7\x5c\ \xa7\xad\x95\x66\x71\x71\x91\x81\x01\x7b\x79\x18\x95\x94\x99\xbb\ \x4e\xd0\x6a\xa2\xb5\x22\xf7\x0b\xce\xc9\xc9\x39\x23\xa2\x1d\x45\ \x11\x71\x12\x23\xa4\x5c\x2e\xdb\xf3\x0b\x05\xe2\x34\xc2\x30\x4c\ \x54\x12\x93\x74\x5d\xd7\xc3\x30\xcc\xca\xed\xa4\x24\x49\x15\x69\ \xd0\x41\x69\x8d\xd2\x1a\xcb\x96\x44\x49\x4a\xd0\x0a\xb0\x1d\x1b\ \x19\x18\xcc\xce\xcf\x23\xa4\x64\xc4\x71\x10\x96\x85\x30\x4c\x92\ \xb8\x43\x27\x8a\xf1\x8b\x82\x30\x8e\x69\x87\x21\x5a\xb1\x6c\x24\ \x6c\x9a\x26\x85\x42\x81\x72\xb1\x40\xe2\xa7\xc4\xa9\xe2\xf8\xec\ \x1c\x71\x92\x40\x18\x61\xa2\x41\x9a\xf4\xf6\x0f\xa2\x85\x81\x12\ \x06\x6e\xa1\x84\xe7\x17\x11\xd2\x64\x68\x64\x80\x34\x49\xe8\xed\ \xeb\x47\xe9\x1f\xbe\xe4\x4f\x6b\x8d\xe7\xfb\xac\x5e\xbd\x96\x23\ \x87\x0f\x52\x28\x16\x71\x6c\x07\xad\x53\xa2\x28\x66\x70\x68\x05\ \x61\x18\xa2\xf2\xc6\x9d\x9c\x9c\x9c\x33\x21\xda\x41\xbb\x4d\x10\ \x04\x24\x49\x4c\xa1\x50\x58\x4e\x93\x38\xc2\x41\x99\x29\xed\x20\ \x21\x0c\x43\xda\xed\x36\x42\x29\x94\xd6\x44\x61\x4c\x92\xa4\x24\ \xea\xc4\xd0\x28\xc7\xf7\xb1\x35\x68\x5f\x10\x04\x01\x96\xe5\x60\ \x59\x0e\x2a\x05\x81\xc4\x32\x6c\x24\x1d\xd2\x44\xd1\x6c\xb4\x28\ \xf8\x45\xb4\x12\x68\x95\x75\x57\x6a\x91\x2d\x56\x7a\x9e\x47\x7f\ \x7f\x3f\xc5\x82\x8f\x56\x8a\x85\x5a\x7d\xd9\x36\xac\x1d\x76\x90\ \x3a\xa5\x58\x2a\xe1\x16\x4a\x04\x61\x84\xe5\xfa\x88\x76\x88\xb4\ \x1c\x66\x66\x17\x68\xb6\x3b\x24\x71\x42\xef\xd0\x08\x52\xfc\xf0\ \x79\xed\x25\xeb\xb4\x95\xa3\xab\xf0\xfd\x02\xb3\xb3\x33\x24\x49\ \x84\xeb\xb8\x8c\xac\x58\x45\xb1\xd4\xc3\xd4\xb1\x09\xf2\xc6\x9d\ \x9c\x9c\x9c\x33\x26\xda\x51\x14\x11\xc7\x31\x41\xbb\x8d\xdf\x6a\ \x11\x25\x31\xad\xa0\x89\xd6\x9a\x82\xeb\x2e\xa7\x4e\x74\x92\xa0\ \x65\x96\x9a\x48\xd3\x14\x69\x18\x68\x01\x5a\x0a\xa2\x28\x42\x03\ \xbd\xbd\xbd\x34\x5b\x2d\x0a\x85\x02\x71\x27\xa4\xb7\xaf\x97\xc1\ \xc1\x21\xaa\x8b\x55\x44\x53\x62\xbb\x0e\x9d\x4e\x07\xc7\x73\x51\ \x68\xaa\xb5\x45\x4c\xd3\xea\x2e\x62\xa6\xb4\xdb\x6d\xe6\xe6\xe6\ \xa8\x2d\x1a\xd4\x6a\x35\x12\x95\x8d\x81\x2d\x57\x7c\x4c\x69\x90\ \xc4\x31\x5a\x9a\x2c\x2c\xd6\x31\x4d\x13\xcb\x71\x09\xc2\x98\x30\ \x51\xd4\x5a\x01\x07\x8f\x4c\xd0\x6c\x35\x29\xf7\xf5\x61\x18\x6f\ \x7d\x31\x52\x29\x85\x5f\x28\x30\x5e\xde\xb0\xfc\xb3\x34\x4d\x51\ \x2a\xed\x0a\x76\x9e\x1f\xc9\xc9\xc9\x39\x03\xa2\x6d\x48\x41\xb1\ \x54\x42\xc7\x99\x31\xaf\xe7\x79\xc4\x69\x16\x3d\xa7\x49\x42\x4f\ \xa5\x07\xdf\x71\x21\x4d\xa9\x2d\x2c\x60\x5a\x16\x8e\xeb\x12\x45\ \xd9\x5c\x92\x44\xa5\xb4\xbb\x8b\x89\x71\x12\x67\x8d\x30\x42\xe3\ \x17\x7c\x6a\x8b\x55\x3c\xcf\xa3\xa7\xd2\x43\xab\x1d\xa0\xc9\xa2\ \x58\xa5\x14\xe5\x72\x19\xdf\xf7\x99\x9e\x9e\x26\xee\xb6\xc2\x9b\ \x96\xc0\x30\xb3\x39\x25\x56\xa1\x90\x95\x0a\x9a\x59\x19\x60\x9c\ \x64\x36\x66\x41\xd0\x66\x22\x9c\x26\x8e\x62\x7a\x7a\xca\xdd\xaa\ \x15\x93\x24\xd5\xf4\xf6\x0d\x30\x5f\xad\xa1\xb4\x40\xa5\x6f\x5f\ \x54\x75\x77\xee\x89\xec\xce\x5f\xc9\x16\x20\x73\x72\x72\x72\xce\ \xa0\x68\x5b\x86\x43\x4f\xa9\x42\x6d\xae\x8a\x65\x59\x54\x2a\x15\ \x82\x4e\xc0\xd0\xf0\x20\x9d\x76\x1b\xcb\x32\x88\xa3\x10\x4b\x1a\ \xd8\xb6\x8d\x34\x2d\x84\x0c\xb3\x26\x19\x29\x89\xe3\x84\x34\xd5\ \xa4\x08\x52\x2d\xe8\xe9\x1f\x60\xa6\xba\x48\xaf\x65\xd3\xd3\x53\ \xa1\x56\xab\x71\xf8\xf0\x61\x1a\x8d\x06\xed\x76\x9b\x4a\xa5\xd2\ \xcd\xa1\x67\xd5\x22\x71\x92\x20\x0d\x89\x8a\x3b\x48\x6c\x0c\x43\ \x12\x27\x31\x18\xe0\x7a\x1e\x4a\x77\x5b\xd8\xd3\x04\xcb\x34\x31\ \x4c\x83\x20\xe8\x60\x9a\x26\xcd\x56\x40\x1c\xc7\x14\x8b\x45\x8e\ \xcf\xcc\xb2\x6a\xd5\x2a\x3c\xcf\x43\x29\x8d\x69\x59\x6f\xeb\xc0\ \x18\x86\x41\xb5\x5a\xe5\x8b\x7f\xf5\x57\xcb\x62\xfd\xf3\x3f\xff\ \xf3\x0c\x0f\x0d\xe5\xdf\x9a\x9c\x9c\x9c\x33\x27\xda\x51\x10\x71\ \xf4\xe0\x11\x16\xe6\xe7\xd1\x5a\x31\x71\xf4\x30\x61\x1a\xe3\xb9\ \x2e\xd2\x10\x98\x86\x41\xa7\xd9\xc4\x31\x0d\xd2\x28\x01\x61\x61\ \xba\x3e\x5a\x0b\x6c\xcb\xa1\xd2\x37\x80\xe3\xb8\x34\xda\x6d\x16\ \x9b\x0d\xda\x89\x02\xd3\x21\x08\x15\x06\x92\x7a\x75\x81\x66\xbd\ \x81\xe3\xba\xa8\x24\xa5\x54\x2c\x32\x31\x39\x89\x34\x4d\x16\x1b\ \x75\x1a\xad\x26\xbe\xe7\xe1\xd9\x16\x8e\x6d\xe1\x38\x16\x03\x43\ \x7d\x58\xb6\x49\x94\x84\xa8\x54\x21\xa5\xc6\x10\x1a\xa1\x53\x84\ \xd6\x58\xa6\x04\x14\x86\x34\xc0\x94\xa0\x53\x94\xd2\xb4\x83\x26\ \x05\xdf\x23\x0a\x3b\xf8\xbe\xfb\xd6\xdb\xd8\x35\xcb\x77\x03\x97\ \x5f\x7e\x39\xf7\xdd\x77\x1f\x77\xde\x71\x07\x7d\xbd\xbd\x79\xb4\ \x9d\x93\x93\x73\x66\x45\xbb\x54\x2e\x70\xe0\xc0\x7e\x62\x15\x31\ \x38\x30\x80\xe9\xd8\x14\xdc\x12\xd2\xc8\x6a\xab\x0d\x24\xae\xeb\ \x41\x9a\x95\xf4\x39\x8e\x09\x68\x7a\xca\x25\x56\xaf\x19\xc3\xb4\ \x1d\x16\x6b\x75\xc2\x34\xa6\xe8\xfb\x48\xa1\xe9\xe9\x29\xe1\xda\ \x36\x49\xa7\x6b\x63\xe6\x66\x29\x97\x38\x8e\x99\x9a\x9a\xc2\x30\ \x0c\x76\xef\xde\x4d\x10\x04\x38\x8e\x43\x9a\xa6\xa4\x2a\x9b\xa1\ \xad\x75\x36\x65\x30\x49\x63\x2c\xcb\x42\x0a\x03\x10\xc4\x49\x8c\ \x61\x5a\x0c\x0c\x0c\xd0\x6c\xb5\xa8\xd5\x6a\xcb\x35\xde\x4b\x75\ \xdf\x52\x4a\x2a\x95\x0a\xb6\x6d\x53\x2a\x95\xde\x92\x68\x2f\xb5\ \xd0\x47\xdd\x29\x87\xd7\x5d\x7b\x2d\xe3\xe3\xe3\xcb\x11\x76\x9c\ \x24\xf9\x12\x64\x4e\x4e\xce\x99\x13\x6d\x29\x35\x61\xd4\xc1\x72\ \x2c\xfc\x52\x91\x55\xab\x57\x13\x45\x21\xd2\x10\x44\x71\xd6\x50\ \xe3\x3b\x2e\x06\x9a\xb9\x99\x19\xca\xc5\x12\x9e\x57\xa4\x15\xb4\ \x68\xd5\x6b\xcc\xcc\xce\xb2\x58\x6f\xe0\xf8\x3e\xa9\x4e\x49\x33\ \xcf\x04\xe2\x34\xc9\xec\xc1\x80\x4a\xa5\x07\x05\x54\xab\x55\xd2\ \x54\xe1\xba\x2e\x8b\x8b\x8b\x78\x9e\x87\xe3\x38\xc4\x51\x44\x12\ \xc7\x98\xa6\x85\x10\x50\xaf\x37\x69\x36\x33\x43\x05\x29\x4d\x94\ \x4a\x31\xa4\x49\xbb\x13\xb2\x7a\xcd\x00\xa5\x72\x19\xad\x35\x41\ \x10\xd0\x6a\xb5\xb2\xa6\x1e\x21\xb2\x5c\x78\xb7\xae\xfa\xed\x2c\ \x14\xba\xae\xc7\xcc\xf1\x29\x46\x57\x8d\x91\x24\x09\xa3\x2b\x57\ \x66\x0b\xaf\x52\x52\x5d\x98\xc7\xb4\xcc\xe5\x12\xc5\x9c\x9c\x9c\ \x9c\x77\x55\xb4\x35\x29\xc5\xa2\xc7\xc0\xc8\x08\x2b\x47\x47\x69\ \x06\x2d\xbc\x42\x66\x42\xa0\xe2\x08\xd0\x2c\xd4\xaa\x18\x40\xab\ \x1d\x10\x85\x21\xa5\x42\x87\xa4\xdb\x87\xae\x92\x88\x9e\xa2\x4f\ \x94\x24\x99\xbd\x97\x4e\x51\x1a\xb4\x56\xb4\x5b\xad\x4c\x90\x93\ \x14\xd7\xf7\x70\x1d\x97\xa0\x93\x75\x4a\x2e\x2d\xec\x09\x01\xa6\ \x69\x11\x06\x1d\x6c\xd3\x06\x9d\xe5\xba\xb5\x82\x38\x4e\x88\xe3\ \x0e\x49\xac\xb0\x2d\x49\x1a\x27\x1c\x3c\xb0\x1f\x84\xa0\xd9\x6a\ \x65\xaf\xdf\xb5\x3e\x4b\xe2\x84\x30\xec\x30\x33\x73\x9c\x76\xbb\ \xcd\xe8\xe8\xca\xe5\x08\xfc\x87\xca\x8c\x68\xcd\xe8\xea\x31\xe6\ \x66\x67\x90\xc2\x60\x70\x78\x64\xb9\x0c\x70\x61\x7e\x9e\xea\xc2\ \x3c\x95\x9e\xde\xac\x7b\x33\x27\x27\x27\xe7\xdd\x16\xed\x42\xc1\ \x63\xc5\xe8\x08\x5a\x1a\x59\xde\x59\x68\x8e\xcf\xce\x30\x5f\x9d\ \xc3\xb1\x6c\xd6\x8e\x8d\x91\xa6\x29\x26\x9a\x81\x81\x41\x84\x4a\ \x11\x5d\xc1\x76\x5c\x17\x50\x48\xd3\x22\x8a\x63\x84\x90\x44\x71\ \x42\xbb\xd3\x41\x20\xd0\x8e\x83\x59\x31\x48\x92\x2c\x35\xe2\x17\ \x7c\x6c\xd7\x26\x55\x29\x73\xd5\x2a\xc7\xa6\x8e\x23\x05\x58\x66\ \x77\x66\x89\x65\xa1\xc9\xa2\xea\x52\xb9\x84\x6d\xdb\xd4\x6a\x0d\ \x6a\x8b\x4d\x92\x38\xc5\xb2\x1c\x52\x3b\xc1\xb4\x4c\x1c\xdb\xc4\ \xb6\xb3\x79\x25\x8e\xe3\x92\xa6\x29\x86\x91\x55\x9e\x24\x71\x84\ \x4a\x93\x65\xb1\x3d\x55\x94\x21\x8e\xb3\x01\x59\x51\x1c\xc3\x92\ \xc9\x42\x97\x30\x0c\x71\x5d\x8f\xb5\x6b\xd6\xb0\x77\xcf\x2e\xe6\ \xe6\x67\x70\x1d\x37\xab\x25\x57\x8a\x91\x95\xa3\xc4\x49\x4c\x18\ \x76\x4e\x04\xf3\x02\x94\x56\xdd\xfb\x8a\x9c\x9c\x9c\xf7\x32\x99\ \x9e\xbc\x73\x5a\x20\x1e\xb8\xff\x1b\x5a\x6b\xe8\x84\x21\xb6\x9d\ \xb5\x6d\xc7\x49\x42\x9a\x26\xd9\xc4\x3d\xc7\x5d\xde\x01\x29\x44\ \xe6\x19\xd9\x55\x2a\xad\x15\x69\xaa\x30\x8c\xac\xc5\x9b\x6e\x33\ \xcb\x52\xa9\x9c\x4a\x15\x74\xa5\x6c\x29\x85\xb1\x54\xe1\x1c\x27\ \x31\x9d\x4e\x98\x95\xd4\x75\x1f\xb3\x1d\x1b\x81\x40\xc8\x6c\x3e\ \x9f\xd6\x9a\x54\xa9\xac\x36\x1b\x90\x42\x62\xd9\x36\x52\x0a\x54\ \xaa\x11\x02\x94\xd6\xd9\x7e\x75\x5f\x43\x6b\x45\x9a\xa4\x78\x9e\ \xc7\xe0\xe0\x60\xd7\x38\xe1\x04\x52\x4a\xe6\xe6\xe6\x68\xb7\xdb\ \xd9\xeb\xbd\x22\xcd\xa1\xb5\xa6\xbf\x7f\x00\xcf\xcb\x06\x65\x05\ \x41\x0b\x9d\xa6\x18\xa6\x89\xeb\xf9\x18\x46\x66\x8b\x56\xa9\xf4\ \x31\x38\x34\xbc\x7c\xb1\x98\x9e\x3a\x46\xab\xd5\xcc\x4a\x10\x73\ \x72\x72\xde\xb3\x82\xad\x95\x62\x6c\xed\xf8\x3b\xf5\x12\x4d\x11\ \x76\xda\x9a\x65\xc1\xd3\xcb\x82\x2b\xba\x19\xe9\xd7\x5e\xcc\x13\ \x99\x98\x0b\x01\xdd\xe7\x2c\xcd\x56\x7a\x33\xd9\xde\x25\x11\x3f\ \xe5\xcd\x9e\xe6\xb5\xb2\x85\x41\x71\xca\xb0\xaa\x37\xb1\x71\x54\ \xb7\xf6\xfb\xb4\xb7\x17\xa6\xb9\x5c\x7b\x7d\x3a\xe2\x38\x3e\x71\ \x1c\x4e\xb3\x8f\x4b\x3f\x3b\xf9\xf9\xe2\x15\x11\x7b\x4e\x4e\xce\ \x7b\x93\x77\x58\x0b\x9a\x66\x18\x86\xef\xb9\x83\xfa\x66\xf3\xd1\ \xaf\x75\x21\x79\xb3\x3f\xcb\xc9\xc9\x79\xaf\xa6\x47\xde\x39\x64\ \x7e\x88\x73\x72\x72\x72\x7e\x72\xc8\x45\x3b\x27\x27\x27\x27\x17\ \xed\x9c\x9c\x9c\x9c\x9c\x5c\xb4\x73\x72\x72\x72\x72\xd1\xce\xc9\ \xc9\xc9\xc9\xc9\x45\x3b\x27\x27\x27\x27\x27\x17\xed\x9c\x9c\x9c\ \x9c\xf7\x32\x79\xfb\x5e\x4e\xce\x7b\x9c\x37\x1a\x7e\xf6\xe3\xdc\ \x83\xf0\x93\xbc\xef\x3f\xc1\xa2\x2d\x10\x42\x93\xf7\xa6\xe4\xbc\ \x37\x05\x53\x82\x56\x3f\xc2\x49\x15\xa2\xdb\x40\xac\xb3\x71\x0f\ \x6f\x60\x40\x2d\x84\x20\x8e\x22\x82\xa0\x75\xfa\x5b\x71\x29\x29\ \x16\x8b\x08\x69\xbc\xb1\x00\x0a\x81\xd0\xef\xde\x04\x1e\x21\x04\ \x61\x18\xd2\x69\x07\xa7\x7d\xdc\x30\x0c\x0a\xc5\x22\x6f\x75\xe2\ \xe7\x8f\x6b\x97\xf3\x9b\x16\x6d\x29\xe4\x5b\x72\x37\x7f\xc3\xed\ \x9a\x26\x22\x4d\xc0\xb6\x31\x54\x4c\x14\xab\xdc\x7e\x31\xe7\xec\ \x11\x65\x29\xbb\x73\x74\xd4\x69\x02\x13\x81\x56\xe9\xf2\xdc\x9c\ \x37\x14\x44\x4e\x1f\xdc\x48\x21\xb3\xed\x67\xb1\x25\x4a\x29\x84\ \x90\xa4\xa9\xea\x3e\x8f\xd7\x14\xe4\xa0\xd5\x64\xfb\x0b\x5b\x89\ \xa2\xf8\xb4\x53\x31\xa3\x28\x64\x74\xd5\x2a\x36\x9e\x7f\xe1\x2b\ \x0c\x40\x44\x36\xd5\x93\xa5\xce\xe1\x4c\x24\x55\x9a\xbc\xee\xac\ \xa4\x1f\xd5\x45\x4a\x4a\x49\x6d\xb1\xca\x4b\xdb\xb7\xa1\xf4\xe9\ \x8f\x5f\x14\x86\xac\xdf\x70\x0e\x6b\xd7\x6f\x20\x5d\x1e\x69\x21\ \x90\xdd\x99\x45\x27\x5f\xe4\x0c\xd3\x42\xea\x94\x28\x4e\x33\xfd\ \x11\x12\xd3\x90\x24\x3f\x86\xf3\xf3\xdf\x94\x68\x0b\x01\x49\x92\ \x20\x0d\x83\x1f\xe5\xf4\x2a\xc3\x34\x38\xf8\xf4\x77\x38\x60\x6c\ \x66\x7d\xfa\x12\x07\xac\x0b\xb9\xed\xf2\x15\xc4\xb1\xca\xcf\xf6\ \x9c\x9f\x78\xa4\x61\x92\x76\x1a\xd4\x83\x08\xcb\xf1\xf1\x5d\xeb\ \x64\x35\xc7\x36\x02\x1e\xb9\xe7\x41\x2a\x57\xde\xca\xa5\xa3\x65\ \x92\xf4\xb5\xbf\xf7\x2a\x89\x48\xb5\x81\x6d\xca\x53\xce\x40\x21\ \xc4\xf2\xb9\x69\x9a\x06\xc7\xf7\x3c\xcd\x53\x87\x04\x37\x5e\xdc\ \xcb\xa3\xcf\x1c\xe2\xfa\x3b\xef\x64\x40\x86\xa4\xa7\x13\x7b\x69\ \x30\x39\x39\x81\x5f\x28\x72\xeb\x07\x6e\x3c\xed\xeb\xa6\x69\xc2\ \x23\x0f\x3d\x40\x38\x1e\x9e\x32\x0c\x4d\xeb\x84\x56\xbd\x45\x98\ \x82\x5f\xaa\x50\x76\x63\x1e\xff\xd6\x37\xe0\xa2\x3b\xb8\x6e\xd4\ \x25\x4a\x4f\xaf\x13\x49\xd8\x41\x9b\x26\xa6\x7c\x7b\xcb\x69\x86\ \x61\x70\xe8\xe0\x7e\x46\x46\x57\x73\xd1\xc5\x97\x9e\xf6\x77\x82\ \xa0\xc5\x63\xdf\xff\x1e\x6b\xc6\xd7\x9f\xd8\x6f\x95\x10\xa6\x60\ \x5b\x26\x1a\x8d\x10\x1a\xd2\x98\x97\x9f\x7e\x88\x19\xef\x02\x6e\ \xba\x7c\x0d\x2a\x01\x33\x9e\xe6\x3b\xf7\x3f\xcf\xb9\xd7\xdf\xca\ \xba\x8a\x45\xaa\x7e\x7c\xa4\x5b\x9a\xa6\xf9\xba\xb7\x00\xa6\xe5\ \xd0\x3a\xfc\x04\xff\xea\x37\x3e\xc7\xb3\x53\x1d\x6c\xd3\x40\x48\ \x13\xcf\xf7\xf1\x3d\x07\x29\x40\x18\x56\xf6\x7f\xd7\x41\x02\x86\ \x65\xe3\xfb\x3e\x9e\x63\x23\x00\xd3\x76\x29\x14\x7c\x7c\xcf\xc5\ \x94\xd9\x44\x3e\xd3\x76\xf1\xfd\x22\xad\xe3\xfb\xd9\x33\xd9\xa0\ \x6f\x74\x8c\x95\x03\x3e\xc2\xb0\xf1\xfd\x02\xbe\xef\x61\x9b\x12\ \x34\x48\x33\xdb\x7e\xc1\xf7\x71\x4c\xf9\x86\xb7\x34\x8e\xe3\x9c\ \x72\xe5\xb5\x2c\x0b\xeb\x6d\x7a\x46\xe6\xe4\xfc\x70\x01\x89\x45\ \xfd\xc8\x73\x7c\xfe\x3f\xff\x21\xff\xf5\xcf\xfe\x8c\x2f\x7d\xe7\ \x59\x9a\xca\xc2\x71\x5c\x7c\xbf\x80\x6b\xdb\x98\x22\x66\xe2\xd0\ \x21\xaa\x41\x8c\x94\x06\x8e\xe7\xe1\xfb\x1e\x96\x21\x40\x0b\x4c\ \xcb\xc1\x2f\x14\x28\x15\x5d\x5e\xfe\xf6\xdf\x70\xdf\xb6\x2a\xc5\ \xb2\xb7\x5c\x3d\x60\x98\x36\xd1\xf1\xe7\xf9\xbf\x7e\xe3\x5f\xf3\ \x83\x43\x4d\x5c\xd7\xa2\x5d\x3b\xce\xa1\xc9\x79\xa2\x76\x8d\x83\ \x87\x27\x89\x85\x8d\xd7\x3d\x4f\x4f\x87\x56\x8a\x52\xa9\xfc\x3a\ \xe2\x68\x62\xdb\xce\x49\x77\xd9\x02\xc7\x33\xd9\xf3\x83\xaf\xf3\ \x6f\xff\x9f\x3f\xe0\x0b\x5f\xfc\x4b\xfe\xf8\xf3\x7f\xcb\xcb\xd3\ \x4d\xa6\x0e\xec\x61\x3e\x75\x70\x0a\x1e\x96\xcc\x8c\x48\x2c\xc7\ \xed\x6a\x81\x8b\x6f\x07\x3c\xf8\xd5\xbf\x66\xeb\xb1\x0e\xa5\x82\ \x8b\x10\x99\xab\x95\xef\xfb\xd8\x96\xb1\xfc\xfb\x85\x82\x8f\x63\ \xbe\x71\x80\xa8\x35\x94\xcb\xaf\xbd\xef\xbe\x5f\xc0\x34\x4e\xe8\ \x9b\x34\x6d\x58\xd8\xcd\xe7\xff\xcb\x9f\xb3\x67\x51\xe3\x7a\x2e\ \xc1\xc1\xa7\xf9\xa3\x3f\xfd\x7b\xa2\xbe\xf5\xac\x1e\x28\xa1\xb5\ \xc4\xf1\x0b\xb8\x4e\xcc\xc1\xbd\x7b\xa8\x75\x14\xa6\x69\xe3\xf9\ \x3e\x9e\xeb\x60\x74\xa3\x70\xbb\xbb\xdf\xce\xc9\xfb\xbd\xf4\xff\ \x77\x58\xdf\xcd\xad\x5b\xb7\x72\xe9\xa5\x97\xbe\xe6\x44\x3c\x43\ \x44\xec\xd8\xf6\x12\xa9\x88\xd8\xb6\x75\x17\xd7\xaf\xbf\x96\xe0\ \xc8\x8b\x7c\xed\x9b\x0f\x31\x2d\x57\xf0\xa1\x4f\x7e\x82\x91\x60\ \x3b\x7f\xfd\xf5\xef\x52\x2f\x6f\xe0\x13\x3f\xfd\x61\xc4\xce\x87\ \xf9\x1f\x0f\x6f\xa3\xb0\xfe\x6a\x3e\x79\xd7\x35\x1c\x79\xe4\x6f\ \x79\x70\xcb\x04\xb2\xb4\x8a\x3b\x3f\xf2\x21\x2e\x1c\xb5\x79\xf1\ \xd1\x7b\x78\xf8\xb9\x43\x54\x67\x27\x58\xf9\x7e\x87\xe6\xc2\x21\ \x16\xcc\x21\x8e\x6f\x7f\x88\xbf\xff\xee\x0b\x74\x44\x89\xab\x3f\ \xf0\x61\x6e\xd8\xbc\x82\xf9\xdd\xcf\x70\xdf\x03\x8f\x33\x13\x59\ \x5c\x72\xf3\x47\xb9\xed\xe2\x15\xa4\x49\x7a\xda\xab\xef\xc2\xc2\ \x02\x5b\xb7\x6e\xe5\xc6\x1b\x6f\xc4\x34\x4d\x2c\xcb\xe2\xe5\x97\ \x5f\x66\x71\x71\x91\xab\xaf\xbe\x3a\xf7\x78\xcc\x79\x77\x6e\x61\ \xa5\x62\xf7\xb3\x8f\xb0\x30\x70\x23\x9f\xfb\xf5\x3b\x68\x2f\xd4\ \xb0\xcc\x90\x97\x1f\x7b\x88\x87\x9e\xdc\xcb\xe0\x25\xb7\xf1\xe9\ \x0f\xac\xc5\xb6\x2d\x0c\xd3\x82\xf6\x14\xf7\x7d\xfd\x3e\x76\x2d\ \x98\xdc\x70\xf7\xc7\x79\xdf\x39\x15\xf6\x3d\xf3\x1d\xee\xfd\x87\ \x97\x19\xbe\xf4\xfd\xac\x89\x9a\x3c\x75\xef\x9f\xd2\x3c\x78\x1d\ \x1f\xfb\xc4\xad\x54\x0c\x85\x61\x68\xf6\x6c\x7b\x81\x50\x28\x5e\ \xda\xfa\x22\xb7\x5e\x78\x1b\xd2\x30\xb3\xc0\xaa\x2b\x88\xe9\xc2\ \x3e\xbe\xf2\xb5\xe7\xb8\xec\xce\x9f\x62\xac\x2c\x48\x4e\x89\x18\ \x35\x52\x4a\x0c\xc3\x78\xfd\xf7\x62\x1a\x9c\x9c\x64\x11\x42\xd3\ \xaa\xb7\xd8\x70\xfb\xcf\xf1\xd9\x8f\x5c\xc1\x23\xff\xed\xdf\xf0\ \xad\x87\x5f\xe2\x7c\x3b\xe1\x1f\xbe\xf4\x9f\x38\x38\xb4\x92\x9b\ \x3f\xf4\x31\x2e\x59\x29\x79\xfe\xe1\x7b\x79\x78\xcb\x11\x56\x5c\ \x7c\x2b\x3f\x73\xc7\x39\xa8\xce\x2c\xf7\xfc\xf9\x7f\x62\xef\x2d\ \x77\xf3\x89\x6b\xd7\xf3\x83\x7b\xfe\x82\xe7\x8f\xc6\x5c\x7a\xdb\ \x47\xb9\x6d\x73\x1f\xcf\x3d\xf8\x75\xbe\xff\xc2\x14\xe7\xbe\xff\ \x6e\xee\xbc\x62\x03\x22\x89\x4f\xab\x81\x5a\x6b\x0c\x29\xdf\xd0\ \xe8\xc4\x34\xcd\xa5\x79\xa4\xa8\x54\xe1\x8f\x8c\x31\xe2\x54\x79\ \x61\xff\x14\x97\xad\x5e\xc7\xfe\xbd\x2f\x63\x0c\x6f\xa4\x98\xce\ \x32\x5b\xef\x61\x7d\x7b\x9a\xfb\xfe\xfa\x5e\xf6\xcf\xce\x71\x68\ \xde\xe1\x16\xdf\x66\x61\xdf\x53\x7c\xfd\xdb\x8f\x11\xf6\x5e\xc0\ \x27\x3e\x71\x27\x23\xc6\x22\xff\xf0\xd5\x7b\x78\xf6\x50\xc0\xe6\ \xf7\xdf\xcd\x1d\x57\xae\x64\xfb\x23\x5f\xe1\xe1\x2d\xc7\xd8\x70\ \xf5\xed\xdc\x79\xfd\x05\xc8\x38\x7e\xc7\xb4\x5b\xbe\x6e\x3e\x4d\ \x58\xc4\x8b\x7b\x79\xee\xa0\xc1\x2f\x7c\xf6\x13\x04\x3b\x9e\xe6\ \x48\x90\xb0\xf7\xc9\x6f\xb2\x47\x9f\xc7\xa7\x7f\xfa\x0e\x46\x8c\ \x19\xee\xfd\xf2\x7d\x18\x1b\x6f\xe6\xc3\xb7\x5e\x8d\xbd\xb0\x8d\ \xbf\xff\xf6\x8b\x5c\xf3\xd1\x8f\x51\x38\xf6\x34\x8f\x3e\xf5\x32\ \xbb\x76\x1f\x62\xd5\xd5\x77\x73\x45\xcf\x0c\xf7\x7f\x7f\x1b\x33\ \x7b\x9f\xe5\x9e\x1f\x1c\xe0\x8a\x3b\x3e\xc8\x05\x2b\x7b\x00\xcd\ \xec\xfe\x97\xd8\x3d\x59\x63\x72\xd7\x76\xa2\x91\x6b\xb9\xeb\xb2\ \x0a\x8f\x7e\xe7\x21\x8e\x1d\x9f\xe0\xde\xaf\x7f\x9b\xe2\x65\x77\ \xf1\xfe\x95\x29\x2f\xec\x38\x8c\x12\xc6\x6b\x5e\x7a\x0b\xc5\x22\ \x0f\x3f\xf2\x08\x7f\xf9\x97\x5f\xa4\x50\x2c\x32\x39\x39\xc9\xef\ \xfe\xfb\xff\x40\x27\x0c\xdf\xf0\xcb\x99\x93\xf3\xa3\x22\xd5\x92\ \x75\x9b\xae\xc4\x99\x7a\x82\x2f\x7c\xe5\xbb\xd4\x84\x4b\x73\xff\ \xd3\x7c\xf3\xa9\x69\x6e\xfb\xe4\x4f\xd1\xdc\xfa\x20\x4f\xec\x9b\ \xc7\x32\x4c\x2c\x2b\xe1\x1f\xbf\xf1\x75\x8e\x14\x2f\xe6\x43\x57\ \x0f\xf0\xe8\x37\x1f\x64\xff\xe1\x17\xf8\x1f\xdf\x7e\x81\xcd\xb7\ \x7f\x88\x9b\x2e\x5a\x83\x10\x16\xe7\x5d\x77\x37\x9f\xfc\xa9\x6b\ \x28\x4a\x85\x12\x16\xba\x79\x90\xa7\x76\x85\x7c\xfa\xb3\x3f\x83\ \xda\xf7\x3c\x7b\x16\x62\x2c\x71\xaa\xb0\x49\xd3\xa1\x6f\xa0\x17\ \xfb\x35\x02\x40\x21\x04\xe2\x0d\x84\x4f\x1a\xc6\x2b\xd6\x99\x04\ \x86\x65\x30\xf9\xc2\x13\xdc\xf7\x8d\xbf\xe3\xa9\x83\x31\xe3\xe3\ \x23\x68\x6d\x73\xd1\x4d\x3f\xc5\x15\xc3\x2d\x1e\x7c\xe8\x71\xf6\ \xee\x7c\x92\x6f\x3f\x33\xc7\x6d\x1f\xfe\x00\xc1\xb6\x6f\xf3\xe0\ \xb6\x23\x18\x76\x0f\xd7\xdd\xf5\x09\x3e\x79\xc3\xf9\xec\xfc\xde\ \x57\x79\xb6\x3a\xca\x47\x6e\xdf\xc4\x96\xef\xdc\xc7\xb3\xcf\x3e\ \xc5\x77\x9f\x38\xc8\xb5\x1f\xfe\x19\xae\x3f\x77\x08\x9d\xbe\x7e\ \x3e\x59\x1a\x32\xcb\x91\xbf\x41\x1a\xe5\xc4\x01\x49\x88\xcd\x01\ \xae\xba\x68\x8c\x43\x2f\xee\xa6\x13\xd6\xd9\xbb\xb7\xc6\x05\x97\ \x5f\x4c\xfd\xc0\x56\xf6\x4f\xcc\xb0\xe5\x7b\xf7\xf0\x72\xb8\x86\ \x9f\xfa\xc0\xb5\xf4\x79\x16\xba\xb6\x8f\xaf\x7d\xe3\x71\xd6\xbd\ \xff\xe3\x9c\xa3\x5e\xe6\x1b\x8f\xed\x65\xcf\x63\xf7\xf2\xc4\x4c\ \x2f\x1f\xb9\xf3\x62\x76\x7c\xef\x1e\x1e\x7b\x66\x2b\x0f\x3d\xba\ \x9b\x4b\xef\xfe\x19\xde\x7f\xe1\x28\xbc\xc3\x79\x70\x79\xcd\xd5\ \x57\xbf\xe6\xa8\x52\xd3\x31\x39\xf6\xc2\xf3\x4c\x47\x25\x46\x87\ \x56\xe1\x05\x13\x3c\xb5\x7d\x8e\x8d\xd7\xdc\xc2\x60\x7d\x2b\xf7\ \x3d\xfc\x02\xd5\x85\x23\x4c\xa5\xc3\xdc\x76\xfb\x75\x9c\xb7\x6e\ \x0d\xe6\xe2\x1e\xf6\x4d\x4f\xf1\xdc\xa3\x8f\xb0\xe7\xe8\x02\xad\ \x66\x15\xed\xf4\xb0\x62\xec\x5c\xae\xb9\xfc\x02\x9c\xce\x02\xfb\ \xf7\x1c\xc6\xdd\x70\x05\x37\x5c\x7e\x31\xe7\xad\x1d\x40\x6a\x85\ \xb4\xec\x2c\x1d\x62\x38\xf4\x8f\xac\xe1\xd2\xcb\x2e\x67\xc4\xee\ \x70\x78\xdf\x01\xaa\xde\x3a\x6e\xbe\xf9\x12\xd6\x8d\x0c\xe0\x99\ \xaf\x7d\xf7\x91\x2a\x85\xe7\xba\x7c\xf6\xd7\x3f\xcb\x63\x8f\x3f\ \xce\xef\xff\xfe\x1f\xf0\xb9\xcf\xfd\x0e\xef\xbb\xee\x5a\x6e\xbf\ \xed\x36\xa2\x28\xca\xd5\x24\xe7\x5d\x21\x89\x13\x86\x37\xdd\xce\ \xaf\xff\xea\xcf\xb1\xa2\xb3\x83\x2f\x7c\xfe\x4b\x3c\xb5\xe7\x20\ \xc7\x26\x8f\xf2\xd8\xa3\x8f\x33\xb9\x58\x65\x36\x88\x90\xd2\xc4\ \x52\x35\xf6\x1c\x99\x66\x62\xd7\xb3\x7c\xef\xa9\x9d\xd4\x93\x26\ \x07\xf6\xee\xc4\x58\x7d\x05\xb7\x5f\xb3\x99\x35\x2b\x87\x30\x95\ \xa6\x50\x19\x62\x64\xa0\x07\x03\x30\x6c\x93\x99\x1d\x5b\x38\xd2\ \xf4\x58\x39\xb4\x9a\x72\x32\xc3\x33\xdb\x26\x31\x1c\x73\xd9\x9c\ \x5a\xab\x14\xa3\x67\x8c\x3b\x3e\x74\x3b\xc3\x05\x5e\x95\x97\xd5\ \x64\x0b\x7a\x52\x8a\x37\x10\x3e\xc9\x2b\x97\x33\x05\x10\xb5\x9b\ \x34\x63\x93\xf7\x7d\xe4\xe7\xf9\xc8\xb5\x6b\x48\x94\x64\x68\xcd\ \x39\x5c\x7e\xe9\x45\xb8\xd1\x3c\xbb\xf6\x1d\xa0\xff\xfc\xeb\xb8\ \xfa\xe2\xab\xb8\x69\xd3\x08\x07\x0f\x4c\x90\x60\xd2\x3b\x38\x42\ \xbf\x2f\x99\x38\x58\x65\xd3\xb5\x37\x73\xd1\x55\x37\xb2\xb1\xd2\ \xe1\x48\x3a\xc0\xfb\x36\xf7\xf3\x83\x6f\x7d\x93\xdd\x33\x1d\x0c\ \xf9\x46\xa9\xd0\x37\xde\x77\x69\x9c\xba\x8d\x24\x4a\x19\xbb\xf4\ \x72\xdc\x85\x7d\x3c\xbb\x7d\x0b\xc7\xd4\x08\x97\x9e\xd3\x8b\xd6\ \x26\xa6\x6a\x73\xe4\x68\xc0\x25\xd7\xdf\xce\xa6\x8b\xce\x61\xc5\ \x50\x91\xe6\xb1\x49\xa6\x26\x27\xd8\xf6\xf8\xf7\xd8\x76\xb8\x46\ \xb4\x70\x8c\x1d\xfb\xab\x9c\x77\xe3\x2d\x5c\x74\xe5\x75\x6c\x5e\ \xa9\x39\xde\xb4\x79\xdf\x95\xa3\x3c\xf5\xad\x6f\xf0\xd2\x54\x80\ \xec\x2e\x3e\xbf\x63\xa2\xdd\xe9\x74\x5e\xe3\x88\x18\x58\xe9\x02\ \xcf\x6d\xdf\x4f\x50\x3f\xc4\xd7\xbe\xfa\x4d\x66\xda\x01\x3b\x9e\ \x7f\x06\x56\x5d\xc5\x3f\xfd\xec\x3f\xa1\x70\xf8\x11\x1e\x78\x76\ \x9e\x82\x5c\x64\xcf\xc1\xd9\x4c\x14\xdd\x3e\x06\x7b\x57\x70\xed\ \x07\x3e\xce\x3f\xfb\xad\xdf\xe2\x63\xd7\x6f\x24\x09\x02\x92\x24\ \x45\x29\x4d\xaa\x24\x7d\x03\x15\x5a\x47\xf7\x72\x74\xb1\x43\x12\ \x27\x28\xa5\xbb\xab\xeb\xba\xeb\x86\x93\xa2\x54\x8a\xd6\xe0\x16\ \x8a\x18\xad\x19\x26\xa7\x3b\x74\xa2\x88\x37\x2a\x2e\x89\xe3\x98\ \xb5\x6b\xd7\xf0\x2f\x7f\xfb\xb7\xb9\xff\xdb\xf7\x33\x3e\x3e\xce\ \x2f\xff\xf2\x2f\xf3\x5e\x9c\x1b\x9e\x73\xe6\x10\x42\x53\x9f\x9f\ \x26\x2a\xaf\xe7\xc3\x1f\xfd\x00\xf6\xfc\x1e\x66\x5a\x92\xe1\x95\ \x6b\xb9\xf9\xae\x4f\xf2\x9b\xbf\xf5\x2f\xf9\xc8\xa6\x41\x5a\xed\ \x16\x41\xea\x30\x50\x2e\x32\xb6\xe9\x1a\x3e\xf5\x0b\xbf\xc2\xbf\ \xf8\x95\x5f\xe0\x82\xe1\x12\x8b\x93\xfb\x39\x3c\x1f\x64\xa6\x1c\ \x32\xa5\xbe\xb0\x48\x10\x86\xa4\x48\x6c\xd5\x60\xeb\xf6\x3d\xb4\ \x1a\x93\xdc\xfb\xd5\x7b\x98\x0c\xda\xec\xdb\xfe\x3c\x0b\x89\x41\ \x14\x65\x1e\xac\x71\x94\x90\x04\x55\xf6\xee\xdc\x43\x33\xca\x0a\ \x0a\x5e\x79\x67\x9a\x39\x47\xbd\xfe\x1d\xa8\x21\x5f\xf9\xb8\x26\ \x89\x53\xc6\x2e\xbf\x89\x4f\x7d\xf2\xe3\x5c\x7f\xc9\x06\x2c\x9d\ \xa0\x94\x22\x4d\x12\x54\x9a\x02\x82\x72\xa5\x97\xc5\x89\x83\x2c\ \x74\x16\xd9\x7b\x74\x96\xca\xc0\x00\xa6\x8e\x98\xab\xd6\x89\x95\ \xa0\xd4\x63\x72\xf4\xe0\x21\xc2\xda\x24\x47\xe7\x3a\xf4\xf6\xad\ \xe0\xe6\x9f\xfe\x65\x3e\x75\xa5\xc7\xd7\xbf\x7c\x3f\xb3\xa1\x81\ \xf1\x1a\xa2\xac\x35\x18\xf2\x8d\x23\x6d\xd3\x78\x45\xad\x85\x8a\ \xb1\xfb\x36\x72\xd9\xda\x88\x2f\xfd\xd7\xfb\xe8\xbd\xf8\x4a\x56\ \x3a\x8a\x58\x29\x30\x1c\x7a\x7b\x24\x07\xf6\xec\x21\x09\x15\x51\ \x27\xc2\x2a\x15\x29\xf4\x8e\x70\xf9\x4d\x1f\xe4\x97\x7e\xed\x9f\ \xf3\x8b\x9f\xb8\x8e\x01\x5f\x33\xb1\x67\x3f\x9d\xea\x34\x87\x8f\ \xb7\x29\xf4\xaf\xe4\xfa\x8f\xfe\x22\x3f\xf7\xbe\x3e\xee\xfb\xbb\ \xaf\x73\xb4\x63\x65\xeb\x12\xef\x54\xea\xed\x95\x76\x5c\x27\x5f\ \xa1\x82\x99\x59\x26\xc3\x7e\x7e\xe9\x7f\xff\x55\x2e\x1d\xf5\xa8\ \xed\x7f\x82\x3f\xfd\xea\x56\x9e\x7a\xf0\x6b\xbc\xf8\xc2\x1e\xda\ \xc6\x30\xb7\x5f\x71\x2d\xfd\xab\x43\xfe\xe6\x0b\xbf\xcf\x3f\x0e\ \x9f\xc7\x27\x7e\xfa\x6e\xee\xba\xec\x28\xf7\x7d\xe1\x4f\xf1\x86\ \xcf\xe3\xa7\x3f\x74\x23\xa5\x52\x01\xcb\x00\xb4\x85\x6d\x24\x0c\ \x5f\x74\x23\x37\x1e\xf8\x12\x7f\xf1\x7b\xff\x37\xed\x76\xc2\xd5\ \x1f\x2b\x63\xce\x7a\xb8\x96\x81\xe5\xf8\x78\x96\x44\x61\x60\xdb\ \x2f\x9a\x43\xf5\x00\x00\x0a\x01\x49\x44\x41\x54\x16\xc5\xd1\xf3\ \xb9\xfd\xaa\xdd\x3c\xf8\x85\xff\x4c\x73\x62\x17\xd6\x35\x17\x62\ \x08\x48\x5e\xe7\x4d\x05\x41\xc0\x85\x17\x6e\xe2\xf3\x7f\xf6\xa7\ \xf4\xf5\xf6\xa1\x94\xe2\xb5\xde\x67\x4e\xce\x3b\x81\x61\x98\xcc\ \xed\x7d\x92\xbf\x7b\x64\x27\x69\x1a\x53\x3c\xf7\x26\xee\xbe\xeb\ \x52\x9e\xff\xd6\xdf\xf1\xf7\x7f\xfe\xc7\x94\x56\x5e\xcc\x67\x3e\ \xf3\x01\x36\xae\xed\xe1\xe9\x67\x0f\xf2\xa9\xbb\xef\xe0\xf0\x97\ \x1f\xe4\x4f\x5e\xfe\x01\x9b\xae\xfb\x10\x1f\xbb\xf1\x16\xde\xff\ \xd2\x5f\xf2\xf9\x7f\xff\xef\x18\xbd\xe8\x06\x3e\x70\xc9\xd5\xb4\ \xff\xe6\xab\xfc\xfe\xdc\xe5\x7c\xe6\x17\x3e\x8e\x5d\x3d\xc6\xe1\ \x45\x97\x9f\xff\x5f\xff\x39\xef\x1b\x2f\xd1\x3c\xfa\x3c\x7f\xf2\ \x57\x8f\xd3\x32\xae\xc3\x5e\x7c\x9c\xa9\x68\x03\x2b\x8c\x2a\x2f\ \x6c\x7b\x9a\x63\x2f\x1c\xe0\xa6\x4f\x7f\x86\x73\xfb\x04\xf1\x2b\ \xaa\x3a\xde\x9c\xf9\xf5\xa9\x76\x54\x5a\x83\xe9\x7a\xd8\x42\xd3\ \xee\x74\xd0\x51\x8c\x65\x08\x1c\xaf\x80\x6d\x08\xd0\x16\x96\xe5\ \xb0\xe1\xd2\x5b\x58\x3c\xf0\x05\xfe\xc3\xef\xfc\x2e\x85\x95\x17\ \xf1\xf3\x57\x5e\x4c\xe2\x1c\xe1\x2f\xee\xf9\x6f\xfc\x7f\x93\x77\ \xf3\xf1\x5b\xef\x62\xe2\x6b\xf7\xf0\x3b\xff\xaf\x62\xf5\x15\x77\ \x71\x79\x5f\x93\xbf\xfd\xe3\x2f\xb2\x7f\x21\x64\xe3\x25\xb7\x51\ \xb6\xf5\x49\xa5\x79\xaf\x92\xed\x6c\xdf\x5f\xa7\x88\x42\x2f\x59\ \x69\xbd\xf2\x8e\x5c\x38\x6c\xba\xe8\x7c\xee\x7d\xac\xc6\x25\x17\ \x8e\x43\x9a\x62\xd9\x2e\xa6\x53\xe2\xda\x0f\x7c\x80\x7d\x5f\xbc\ \x87\xdf\x79\x21\xa6\x6d\x8c\x31\xb8\xfe\x12\x3e\xf8\xbe\x23\xdc\ \x7b\xcf\x17\x78\xaa\x38\xc4\x6d\x9f\xfa\x05\xae\xf9\xe0\xdd\xec\ \xf9\xd2\x3d\xfc\xce\xef\x26\x8c\x6e\xbe\x99\x6b\xd6\xa4\x7c\xe5\ \x8f\xfe\x80\xbd\x0b\x11\x1b\x36\x5f\x4b\xbf\x93\xbe\xa3\xd5\x26\ \xa2\x5e\x5b\x7c\xcd\xad\x6b\xa5\x51\x64\xc6\xbb\xcb\xbe\x8f\x49\ \x4c\x92\x24\x74\xa2\x08\xd3\x29\x50\x70\x2d\x84\x80\x4e\xb3\x4e\ \x27\x95\xf8\x85\x02\xb6\xa1\x69\xd6\x1b\x24\x98\xf8\xbe\x8b\xd0\ \x99\x7f\xa4\x20\xfb\x10\xa4\x69\x61\x8a\x94\x66\xbd\x89\x32\x1c\ \x7c\xd7\xce\xea\x55\x97\x8a\xf3\xbb\xbe\x91\x4a\x83\x45\xc8\xcb\ \xcf\x3c\xca\x96\x7d\xc7\x99\x9e\x58\xe0\xe2\x8f\xfc\x1c\x77\x6e\ \x5e\x41\x1c\x27\x6f\xf8\xe6\x2c\xcb\xea\x46\xed\xb9\x60\xe7\xbc\ \xfb\x68\x95\xd0\xe9\x74\x48\xc9\x9a\x3c\x4c\x21\x40\xc7\x34\x1b\ \x2d\x94\xb4\xf0\x3c\x17\x53\x28\xc2\x30\xc1\x29\xf8\xa4\xed\x26\ \xcd\x76\x8c\xed\x7a\xb8\x8e\x8d\x41\x4a\xa3\xd1\x44\x19\x36\x85\ \x82\x87\x6a\x37\x69\x27\x12\xcf\x77\x90\x5a\x91\x2a\x81\x65\x9d\ \x74\x6e\xc6\x11\x5a\x5a\xe8\x34\x42\x1b\x16\x86\x4e\xba\x77\xa6\ \x02\x69\x18\xaf\xaa\x20\x91\x52\x52\xaf\x2d\x32\x75\x6c\x92\xde\ \xbe\x7e\xe4\x2b\x22\x6a\x21\x04\x9d\x76\x40\x14\x45\xac\x5d\xbf\ \xe1\x24\x7f\xd8\xa5\xba\x73\x71\x4a\x7a\x62\xc9\x27\x56\x76\xcf\ \xf3\xac\xf6\x39\xa2\xd1\xe8\xe0\x14\xcb\xd8\x86\x06\xad\xe9\x04\ \x2d\x22\x6d\x52\x2a\xfa\xa8\xa8\x45\xb3\xa3\x28\x96\x4b\xc8\x34\ \x22\x68\x05\xc4\x98\x94\x4a\x3e\xe2\xb4\xb5\xed\xdd\x7d\x17\x82\ \xf9\x85\x39\xe6\x67\x67\xe9\xed\x1b\x78\xd5\xba\x9c\x10\x82\x56\ \xb3\x8e\x10\x92\xb1\xb5\xe3\xa4\x69\xf2\xaa\xc7\x95\xca\x1a\x90\ \x96\x7c\x1d\xb5\x10\x99\xb9\x78\x14\xd0\x08\x62\x1c\xcf\xc3\x32\ \x4d\x4c\x03\x82\x46\x83\x50\x09\x3c\xcf\xc7\xb6\x4d\x74\x14\xd0\ \x6c\xa7\x14\xca\x25\xa4\x8a\x08\x5a\x6d\x12\x2d\x29\x16\x0b\x48\ \x14\xef\xa0\x66\x37\x5f\x57\xb4\x97\xde\xdc\x29\x25\x81\x02\xd0\ \x62\xf9\x56\x6b\xe9\xb1\x57\xfa\x26\x9e\xf2\xff\x93\x3c\x1e\x97\ \xff\x79\x4a\xd1\xbf\x46\x2f\xbb\x52\x9e\x68\x22\x10\x52\x22\xd2\ \x90\x89\x7d\x3b\x38\x34\x1b\x50\x1a\x19\x67\xd3\xfa\x95\x18\xa4\ \x79\x07\x65\xce\x4f\x42\x92\xe4\x35\xcf\x13\x96\x1a\x65\xc4\x09\ \x13\xeb\x57\x3d\xf6\x8a\xf3\xe8\x55\xde\xa4\x27\x9d\x57\xa7\x9c\ \xab\x4b\xbe\xad\xcb\x3e\xae\xaf\x1d\x90\x4a\x29\xe9\x74\x3a\x34\ \x1b\xf5\xd7\x7c\xbc\xd2\xdb\x8b\x10\xaf\xf6\x54\x5d\xaa\xca\x38\ \xf9\xf5\xd1\xfa\x24\x93\x6d\xfd\xaa\x9f\x9f\x38\x26\xdd\x73\xfc\ \xf5\x74\xe3\x8d\x72\xbb\x52\x12\x04\x01\xad\x56\x83\xd3\xb5\x10\ \x19\xa6\x49\xa5\xd2\xdb\x7d\xef\xa7\xf3\x9f\x3d\xf9\xb8\x9c\x78\ \x37\xaf\xfe\x1c\x4e\x7c\x8e\xcb\xef\x63\x59\xbf\x4e\x7d\x1f\xf0\ \x8e\x77\x77\xbf\xb1\x68\xff\x38\x7c\xf1\x4d\xdb\xc1\x36\x05\x2a\ \x4d\x08\xc3\x98\x5c\xaf\x73\x72\x7e\x74\xc8\xd7\x29\x9d\xcb\x4a\ \xe5\xd2\x1f\xdb\x19\x1e\x86\x61\xbc\x66\xf5\x9b\x06\xd4\x8f\x61\ \x47\xe3\xdb\x15\xed\x9f\x80\x81\x51\x9a\x24\xea\x90\xe4\x85\x1f\ \x39\x39\xef\x08\x3f\xc9\x6b\x3e\xef\xc5\xbe\x8b\x7c\x34\x6b\x4e\ \x4e\x4e\x4e\x2e\xda\x39\x39\x39\x39\x39\xb9\x68\xe7\xe4\xe4\xe4\ \xe4\xa2\x9d\x93\x93\x93\x93\x93\x8b\x76\x4e\x4e\x4e\x4e\xce\x8f\ \x1c\xb3\x5e\xab\xe5\x47\x21\x27\x27\x27\xe7\x27\x04\xd1\x0e\x82\ \xbc\xec\x39\x27\xe7\xac\x3f\xd3\x97\x5c\x63\xf2\xd3\xfd\x4c\x1c\ \x7b\xc8\x3a\xcc\x7f\x04\x34\xcd\x28\xca\x07\x29\xe5\xe4\x9c\xcd\ \x48\x99\xd9\x66\xd5\xaa\xf3\xd4\x16\x6b\x44\x71\x74\x4a\x4b\x7a\ \xce\x3b\x87\x65\x59\x14\x4b\x25\x7a\xfb\x07\x70\x1c\xf7\x47\x52\ \x0f\xff\x13\xd0\x11\x99\x93\x93\xf3\x96\x4f\x70\x21\x89\xa2\x0e\ \x13\x47\x0f\xa3\x15\x14\x8b\x25\x0c\x33\x9f\x2b\xff\x6e\xa1\xb5\ \xa2\xdd\x0e\xe8\xb4\xdb\x8c\xac\x18\xa5\xa7\xd2\xfb\x76\x85\xfb\ \x27\xa1\x23\x32\x27\x27\xe7\xad\x09\xb6\x20\x55\x09\xc7\x26\x27\ \x70\x1d\x8f\x52\x4f\x4f\x26\x18\x79\x8a\xe4\x5d\xc5\xf5\x7c\xa2\ \x30\x64\x76\x76\x06\xd3\xb2\x28\x14\x8a\x6f\x4b\xb8\x5f\x43\xb4\ \x45\x76\x35\x56\x6f\x6f\xc4\xa0\x61\x9a\x6f\x7b\x1b\x39\x39\x39\ \x6f\x9d\x46\xbd\x81\x30\x6d\x8a\x95\xde\xee\x99\xad\x4e\x33\x58\ \x3b\xe7\x1d\x8d\xb6\x95\xc2\xb6\x1d\x4a\xa5\x32\x8b\xd5\x2a\x9e\ \xe7\xbf\xad\xed\xbd\xba\xe4\x4f\x48\x6c\x19\xf0\x8f\xf7\x7f\x85\ \x27\xf6\xcd\x63\xbe\xa5\x5b\x29\x81\x29\x12\xb6\xff\xc3\xfd\x3c\ \xb3\x67\x06\xc3\xca\x03\xfa\x9c\x9c\x77\x1d\xc3\x24\x98\x3d\x86\ \xf8\xda\xef\x51\xff\xa3\xdf\x20\x3c\xf0\x22\xc2\x72\xf2\xe3\x72\ \x26\x84\x5b\x2b\x5c\xd7\x05\xad\x89\xa3\xe8\xb5\x2d\x1e\xdf\x8c\ \x68\x4b\x69\xe0\x38\x2e\xae\xeb\xe2\xd8\x16\x52\x48\x4c\xdd\x61\ \xf7\xf6\xa7\x39\x34\xdf\xce\xac\x73\xa4\x81\xed\xb8\xb8\xae\x83\ \x69\x48\xba\x46\x45\xd8\x8e\x83\xeb\xba\xd8\x96\xb1\x3c\x18\x51\ \x48\x89\xe3\xba\x78\xae\x60\xef\x33\xdf\xe7\xa5\x89\x1a\x86\x69\ \x90\x5f\xdb\x73\x72\xde\x65\xa4\x41\x67\x76\x92\x9e\xfa\x14\x2b\ \x5c\x41\x7b\xff\x76\x84\x65\xe7\xc7\xe5\x0c\x91\xd9\xc0\x89\xd7\ \x31\x76\x78\x93\xe9\x91\x76\x6b\x91\x83\x47\x8f\xb2\xd8\x4e\x28\ \x0e\x8c\xb2\x6e\xcd\x28\x22\x05\xc3\xb4\x31\x24\x08\x69\x22\x55\ \x95\x7d\x2f\xed\x67\x31\x76\x58\x7b\xce\x06\xfa\x3c\x8b\x24\xac\ \xb1\xe7\xc5\xc3\x54\x03\xc5\xc0\xaa\x35\x8c\x0d\x57\x10\x1a\x64\ \x12\xb0\x77\xcf\xcb\x04\x71\x4c\x35\x12\xb8\x5d\x8f\xb6\x3c\x41\ \x92\x93\xf3\x2e\x8b\x04\x20\x0c\x0b\x25\x04\x28\x85\x96\xf9\x1d\ \xef\x19\xbf\x8e\x4a\xf9\xb6\xb3\x53\xe6\x8e\x27\xef\xe3\xbf\xdf\ \xbf\x9b\x73\xc7\xfb\x98\x38\x38\xcb\x75\x9f\xfa\x35\x3e\x73\x43\ \xb9\xbb\x61\x03\x93\x1a\xdf\xfc\xd2\x9f\xf1\xfd\xfd\x1d\xfa\xdd\ \x88\xba\x35\xce\xff\xf2\x6b\xff\x33\x63\xa2\xca\xf6\x2d\xcf\x71\ \xbc\xba\xc0\xe1\x69\xc5\x87\x7f\xe9\x9f\x71\xcb\x78\xca\xbd\x7f\ \xf5\x47\x3c\xb4\x3b\x62\x6c\xd8\x63\xcf\xfe\x45\x6e\xbc\x29\x6f\ \xba\xcc\xc9\x39\x63\x19\x12\xc3\xcc\x66\x4a\xc7\x21\x2a\xbf\xdf\ \xfd\x31\xf8\x3c\xde\xd8\xd7\xf2\x0d\x85\x3f\x69\x2d\x32\x7c\xf5\ \xdd\xfc\x8b\x7f\xfd\x39\x7e\xe9\xce\x51\x9e\x7c\xf2\x49\x16\x95\ \x85\x21\x40\xda\x36\xf3\xdb\xbf\xc7\xa3\x3b\x22\x7e\xf1\xb7\xff\ \x0d\x9f\xfb\x3f\x7e\x83\xf5\xea\x45\xbe\xfe\xe8\x0e\xec\xca\x1a\ \xde\x77\xc3\x0d\xdc\x78\xe3\x0d\xac\x12\xc7\x78\x69\xcf\x21\x66\ \xf7\x6f\xe1\xe1\xad\x8a\x5f\xfc\xdf\xfe\x4f\xfe\xd5\x6f\xfe\x0a\ \x37\x9c\xd7\x4b\x94\xe4\xf5\xa0\x39\x39\x67\x2c\xda\x36\x4c\xd2\ \x24\x26\x8d\x23\x14\xe4\xb2\x7d\xc6\x23\x6d\xe3\x2d\xe7\xb3\x97\ \x9e\x27\x0d\x95\x22\x05\xa4\x1a\x2a\x23\x2b\x30\x54\x48\x27\xc9\ \x92\x19\xa6\x2d\xa9\x4e\xce\x60\xf5\x8e\x33\x3e\xe0\x42\x61\x88\ \x73\xc7\x56\x52\x9f\x59\x60\xc7\x63\xf7\xf1\x27\x7f\xf1\xf7\x3c\ \xfd\xc2\x2e\xe6\x83\x08\x4b\x24\x2c\x2c\x2e\x90\x56\xd6\xb0\x66\ \xa8\x0c\x86\x8d\xe7\x18\x79\x75\x51\x4e\xce\x99\x14\x09\xd3\x24\ \x4d\x52\xd2\x28\x42\xe7\x92\x7d\x46\xd1\x5a\xbf\x65\xd1\xd6\x5a\ \x13\x04\x01\x42\x08\x64\x1c\xab\xae\xb1\xa5\x46\xa9\x13\xfe\x6e\ \xa8\x88\xc5\xc5\x0e\x03\xeb\xd7\x90\xce\xef\x64\xcb\xc1\x05\xda\ \x33\xfb\xd8\xb2\xe7\x18\xeb\xce\xeb\xe7\xa5\x67\x9e\x41\x9f\x7b\ \x2b\xbf\xf6\x4f\x7f\x99\x5b\x2e\x1a\x26\x08\x15\x43\x2b\x57\xe3\ \x2e\xbc\xc8\xd3\x2f\x1f\x26\x0c\x43\x3a\x9d\xf8\x84\xf7\x5b\xfe\ \x99\xe5\xe4\xbc\xfb\xa2\x6d\x18\x24\x69\x42\x9a\x64\x91\x76\xce\ \x8f\x43\x7a\x44\xfc\x50\xf6\x6d\x42\x08\x84\x10\x14\x8a\x45\xb4\ \xd6\x98\x5a\x48\x8c\xae\xa3\xb2\x10\x02\x43\x40\x6a\xf4\x70\xc1\ \xc6\xf5\xfc\xed\xf7\xee\x67\xe1\xb7\xff\x09\x9f\xbc\xe9\x10\x5f\ \xff\x2f\xff\x8e\xfb\x0d\x4d\x61\xcd\x4d\x7c\xe6\x9a\x4d\x74\xfc\ \x1b\xd9\xfe\x77\xdf\xe0\xdf\x7c\xee\x51\xaa\x53\x35\x2e\xf9\x88\ \x4b\x79\xed\x46\x3e\xfd\x91\x9d\x7c\xe5\x8b\x7f\xc8\x93\xbe\xc5\ \xfc\xbc\xc9\x9d\x7d\xc5\x6c\x11\x24\xff\xbc\x72\x72\xde\xdd\xd4\ \x88\xc8\x3c\x14\xa3\x38\x42\x49\x13\xa5\xf2\xac\xf6\x19\x0e\xb5\ \x31\x4c\xf3\x87\x8a\xb4\xb5\x52\x84\x71\x8c\xe7\x79\xb4\x1a\x0d\ \xfc\x42\x01\x31\x3f\x73\x4c\xc7\x58\xf8\xae\x8d\x8a\x3b\x04\x91\ \xc2\x2f\x14\x30\x54\x4c\xbd\xde\xc0\x29\xf7\x51\xb4\x14\x0b\xb3\ \xb3\xb4\x12\x8b\xfe\xa1\x01\x1c\xa1\x40\x40\xab\x36\xcf\x62\x23\ \xc4\x70\x0a\x54\x7a\x0a\x58\xa6\x85\x65\x68\xea\x0b\x73\xd4\x82\ \x18\xc7\x2f\x51\x2e\x79\x18\x79\x31\x7f\x4e\xce\xbb\x1f\x65\xdb\ \x0e\xd5\xfd\x3b\x38\xfc\x7b\xbf\x8a\xab\x62\x8c\x0f\xfd\x2a\x2b\ \x6e\xf9\x38\x69\xbb\x95\x1f\x9c\x33\x71\x11\x45\xe0\x7a\x2e\xe6\ \x9b\x2d\xbb\x14\x02\xad\x14\x96\x6d\x67\x99\x10\xad\xd0\x4a\x35\ \x45\xa3\x5e\xd7\x52\xe8\xac\x6b\x51\xc8\x2c\xd2\x56\x2a\xfb\xb7\ \x14\x99\x13\xb3\x10\x18\x5d\xb7\x66\xad\x54\x56\x67\x28\x44\x56\ \xbe\x72\xd2\x15\xe1\xd5\x3f\xd7\xdd\x9f\xe7\x1f\x58\x4e\xce\x19\ \x09\xb5\xd3\x84\xa9\x2d\x4f\xd0\x5c\x9c\x63\x70\xf3\x35\x98\x85\ \x52\x3e\x2c\xea\x8c\x04\xd9\x7a\xb9\x85\xfd\xcd\xa4\x46\xb4\xd6\ \x44\x51\x84\xe7\xf9\xb4\x83\x00\xcf\xf7\x68\x35\x9b\xf8\x85\x42\ \x33\x1f\x18\x95\x93\x73\x56\xeb\xb6\xc0\xf0\x0a\x84\x9d\x0e\x41\ \x6d\x01\xad\xd2\xb7\x5d\x72\x96\xf3\x43\x65\x44\x00\x85\x65\xd9\ \xf8\xc5\x12\x68\xfd\x26\x44\x5b\xa0\x75\xd6\xfa\x9e\xaa\x14\x29\ \x25\x5a\x65\xcf\x53\x2a\xcd\x45\x3b\x27\xe7\x3d\x21\xdc\xa6\x49\ \x9a\x24\x74\x3a\x1d\x92\x38\xca\x0f\xca\xbb\x84\x94\x06\xae\xe7\ \x61\xdb\x36\x69\xaa\x50\x2a\x7d\x13\x11\x76\x88\xe7\x15\x68\x07\ \x2d\x3c\x7f\x29\xd2\xf6\x69\x35\x1b\xf8\x85\x62\x2e\xda\x39\x39\ \xef\x15\x4c\xd3\xc4\x30\x0c\xc8\x23\xed\x77\x33\xd6\x46\xa5\x29\ \x49\x92\xbc\xe9\x8a\x11\xd3\xb2\xd0\x4a\x21\x84\x44\xeb\xa5\xbf\ \x35\x4a\x29\xb4\x56\x4d\x13\x68\xe6\x07\x36\x27\xe7\xec\x27\x49\ \x12\x92\x24\xce\x7b\x27\xce\xc0\x9d\xce\x0f\xf5\x39\xc5\x71\xf7\ \x5f\xe9\x2b\xfe\xc6\x00\x5a\xff\x3f\x92\xe0\xd5\x42\xef\xd6\x3a\ \x54\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ \x00\x00\x8c\x34\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\x33\x00\x00\x00\xe1\x08\x02\x00\x00\x00\x2b\xbb\xc5\x99\ \x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\xec\xbd\x77\x90\xe5\xd9\ \x55\xe7\x79\xce\x35\xbf\xfb\x33\xcf\xbf\x97\xb6\x32\x2b\x2b\xcb\ \xaa\xbd\xef\x96\x84\xd4\x92\x68\x19\x04\x83\x18\x56\x1a\xd0\x4e\ \x20\x34\x1a\x66\x36\x62\x86\xc0\x04\xec\xb0\xcb\x46\x4c\xec\xce\ \xc4\xb2\x1b\x0c\x01\xbb\x4b\x88\x19\x40\x98\x01\xe1\x04\xb2\x0d\ \x42\x8b\x68\x39\xa4\x6e\xb5\x51\x4b\x6d\xca\x67\x55\xa5\xa9\x74\ \x2f\xf3\xf9\x9f\xff\x5d\xb7\x7f\xbc\x56\xd3\x68\x05\xaa\x6e\x54\ \x3d\xa5\xae\xf7\x89\xac\xa8\x7c\x55\xf9\x7b\xf9\xe2\xfe\x7e\xdf\ \x7b\xcf\x39\xf7\xdc\x73\x70\x34\x1c\xc0\x4b\x82\x73\x7e\xe6\xd4\ \xb3\x3f\xfe\xe3\x3f\x5e\x14\x05\x21\x04\xae\x01\xb4\x82\xea\x34\ \x79\xdd\x8f\x08\xad\x60\xc2\x0b\x51\x36\x3b\xe0\xbc\xfa\x2d\xb7\ \xff\x84\x1b\x70\x00\x20\x84\x20\x22\x21\x48\x29\xef\xf5\xba\x79\ \x96\x9e\xb8\xe1\x26\x63\x0c\xa1\xb4\xc8\xd2\x5f\xfb\xb5\xf7\x3f\ \xfb\xec\x49\x21\x04\x00\xe4\x79\x76\xcb\x2d\xb7\xfd\xc8\x7b\xde\ \x93\x65\xd9\x64\x18\xaf\x12\xa5\x52\xe9\x03\xbf\xf9\x1b\x1f\xfd\ \xc8\x87\x6f\xb8\xf1\x26\xcf\xf3\xac\xb5\xd6\x5a\x32\x19\x97\x09\ \x13\xae\x41\x26\xca\x9c\x30\x61\xa2\xcc\x09\x13\x26\x4c\x94\x39\ \x61\xc2\x44\x99\x13\x26\x4c\x98\x28\x73\xc2\x84\x57\x3a\x6c\x32\ \x04\x13\x26\xbc\x04\x2c\x80\xa0\xc0\x29\x58\xfb\x62\x2e\x43\xb0\ \x16\x52\x39\x51\xe6\x84\xab\x0a\x22\x30\x07\x10\xbf\xf1\xdf\x8d\ \x01\x55\x20\xa2\x7d\x71\x8f\xed\x77\x12\x0e\xb5\x4f\x6c\xd2\xd5\ \x1e\xe1\xf4\x45\x5c\xa5\x2d\x54\x84\xfd\xee\x23\xda\xd8\x89\x32\ \x27\x5c\x35\x5d\x1a\xad\xd5\xda\xd3\x36\x4f\x00\x5e\x20\x4e\x6b\ \x48\xa5\xe9\x2c\x1e\x07\xa3\xe0\x15\xac\x4c\x02\xcf\xee\x92\xcf\ \x5e\x60\xbe\xf3\xfc\x22\xfa\x82\xf5\x14\xc6\x43\x82\x00\xf6\x85\ \x2f\xa5\x81\x03\x65\xf3\xe6\xa3\xd7\xa5\x32\x11\xbf\xc9\x24\x7e\ \xbd\x98\x58\x2f\xa3\x10\x0c\xa5\xea\x91\x4f\x54\x4f\x7f\xde\xaf\ \x37\xad\x31\xcf\x5b\x6b\xa0\x54\x0e\x74\x65\xe6\xd6\x8e\xe1\xb7\ \xbf\xf5\x1d\x46\xeb\x57\xaa\x35\xeb\x50\x08\x1c\xeb\xf1\x17\x0c\ \x3e\x02\x00\x38\x0c\xd1\xd8\x44\x5a\x4a\xac\x32\xe0\x0a\xc2\x00\ \xa4\xb6\xc6\x5a\x69\xc0\xe5\xd7\xa5\x9f\x69\x2d\xc8\xc2\x18\x7d\ \x9d\xca\x92\x32\xf2\x32\xcd\x4a\x88\xd6\x80\xbe\xf8\xf4\xec\xd2\ \x32\x55\x39\x30\x66\x2d\x02\x00\x68\xc9\x1b\xd3\x97\x6c\xf9\xe1\ \x0f\xfd\xe9\xdd\x3f\xfa\x53\x48\x28\xe8\xeb\xe0\x66\x58\xc8\x91\ \x7e\xff\x6b\x6a\x83\x8d\x61\xe9\x68\xeb\xfe\x9a\x09\x95\x3d\x75\ \x66\xf8\xe0\x8a\x7c\xcd\xdd\xf5\x07\x16\xb9\xb5\xe6\x89\xa7\xfb\ \x0f\xad\x4a\x20\x57\x7a\x7b\x5e\x81\x6b\xa6\x31\x70\x9d\x2a\x13\ \x80\xda\xbf\x63\x57\x5e\x45\x61\x02\x58\x6b\x24\x12\xa2\x0a\xf0\ \xca\xba\xdf\x56\x32\x07\x6b\xbc\x6a\x73\xc3\x78\x7f\xf2\x89\x3f\ \x5f\xbe\xef\x8d\x47\xee\xbb\xdf\xc8\xe2\xfa\x19\xfc\xc0\x63\x52\ \x90\x0a\xd1\x1f\x7f\x68\xe7\x4b\xb4\xfe\x4b\x6f\x28\xef\x70\xfd\ \x3d\x73\xf0\xdb\x9f\xda\xdd\x94\xe8\x32\xa0\x0c\x95\x81\xeb\x54\ \x99\x88\x20\x5c\x72\xdd\x66\xb4\xbf\x9c\xd6\xac\x05\x50\x5a\xa7\ \xa5\xd6\x93\x3d\x79\x4b\x6b\x29\xd8\x3c\xcd\x82\xca\xe5\xd2\xe2\ \x1f\x7c\xf2\x33\x0b\xf5\xca\xb1\x85\x59\x33\x0e\x44\x5e\x37\x18\ \x63\x8d\xb1\x9a\xd2\xdb\x8e\x57\x1b\x42\xec\xf7\x8a\x03\x2d\x67\ \x6d\x3d\x5c\x8b\x6d\xa5\xc2\x1a\x02\xda\x43\x65\xaf\x78\xe2\x24\ \xaf\xc8\xa7\xf3\xba\xfd\x7a\x59\xc7\xd9\x18\x03\x64\x98\xab\x87\ \xbe\xf0\xc5\x0f\x3f\x7a\x4a\x1e\xbe\x63\xb7\xbe\xfc\xfb\x7f\xf1\ \xd7\xad\x7a\xfd\xed\xf7\xde\x9a\x8c\x06\xd6\x02\x5e\x1f\x1e\xbf\ \xd6\x36\x93\x16\x08\x10\x00\x20\xa4\x51\x73\xe8\x30\xf9\xbd\x87\ \x47\xdb\x39\x36\x4b\xcc\x14\xba\x3c\x55\xfa\xef\xef\x29\x11\xf9\ \x22\x62\xd5\x93\xd8\xec\x84\x97\x4e\x92\x17\x2d\x92\xbf\xf6\xae\ \xdb\x1f\xfa\xc2\x17\xff\xc0\xc2\x68\x34\xe2\x0e\x7f\xe7\x6b\xef\ \xb0\xe7\x1f\xcd\x6a\x37\x5f\x0f\xa2\xb4\x00\x06\xf1\x96\x1b\xcb\ \xf3\x1e\x3b\xee\x9b\x8f\xf6\xed\x5d\xa8\x1e\xf9\x5a\xef\xcf\xb7\ \x6d\xcd\x81\x93\x17\xa2\xd7\xdf\x5f\xfd\x17\xaf\xc3\xbc\xea\x52\ \x93\xbc\xa8\x99\x73\x92\x03\x34\xe1\xa5\x46\x80\xac\x95\x16\xf4\ \xda\xe9\x37\xce\xba\x0f\xdc\xff\xfa\x0b\x97\x2e\x25\x59\xfe\xdf\ \xbd\xf1\x75\xe5\xad\x93\x45\x38\x92\x16\x2d\xbc\xf2\x4d\x59\x1c\ \x87\x7f\x0a\xeb\x53\xf3\x57\x8f\xf7\xcf\x0d\xf5\xe3\x27\x47\xab\ \x19\x36\x7d\xe2\x70\x92\x77\x93\xdf\xfa\x42\xbf\x47\xa8\x1e\x25\ \x7f\xfe\x74\xa2\x19\xb9\xe2\x00\xd0\x64\xcd\x9c\xf0\x8f\xa0\xb0\ \x10\x67\x79\xed\xf2\xe9\xb7\x1e\xba\xe5\xd0\x3b\xde\x56\x0a\xfc\ \x85\x68\x5b\x85\xdd\xa8\xb8\xf2\x48\xc7\x77\xf6\x82\x69\x2d\xa0\ \xb5\xa7\xcf\x8f\x9e\x32\xc0\x28\xba\x0c\xcf\xad\xa7\x84\x22\x23\ \x60\x2d\x10\x86\x61\x2f\xfb\xf8\x5e\x6a\x01\x38\x43\xc1\xd0\xea\ \x2b\x75\x3a\x26\xca\x9c\xf0\x12\x9d\x4c\x4e\x49\xf9\x8e\x37\x3d\ \xf2\xb9\x0f\xf9\xa3\x14\xda\x4f\x70\xbf\xdc\x36\xe6\x6c\x1a\x81\ \xb5\x89\x3f\x35\x7d\xeb\x6b\x50\x4b\xfb\x8a\x8e\x00\x31\x02\x0e\ \x03\x87\x82\x43\xff\xd6\xf6\x74\xe8\xdf\x5d\x16\x1d\xf4\x1c\x7c\ \xe1\x1a\x7b\x85\x39\x43\x13\x65\x4e\x78\x89\x50\x84\xd9\xbb\xdf\ \xe0\x1e\x7a\x95\x94\x72\x2c\x56\x04\x14\x88\x60\xa1\xe6\xfb\xd5\ \xe6\x14\x1a\xf3\x0a\xd6\x65\x2a\xf1\x1d\x37\xa8\xef\x3d\xa1\x5e\ \x6c\x90\x0b\x01\xae\xc4\xa2\x98\x28\x73\xc2\x4b\x5d\x36\xad\xe5\ \x8c\x4e\xcf\x2f\x7e\xf3\x35\x55\xeb\x57\xb6\x97\x69\x01\x1c\x06\ \xe2\x25\x5d\x7b\x25\x33\xd6\x44\x99\x13\xfe\x51\xe2\xb4\xd7\x71\ \x35\x34\x7b\x35\x63\x5c\x93\xd8\xec\x84\x09\xd7\x22\x13\x65\x4e\ \x98\x30\x51\xe6\x84\x09\x13\x26\xca\x9c\x30\x61\xa2\xcc\x09\x13\ \x26\x7c\x3b\x99\xc4\x66\x27\x7c\xab\xc9\x9b\x10\xcf\xf3\xae\x91\ \x06\x19\xaf\x48\x82\x20\xe0\x9c\x7f\x43\x56\xc6\x44\x99\x13\xfe\ \x21\x38\x77\x2e\x5f\xbe\xfc\x4b\xbf\xf4\x8b\x7b\xed\xf6\x64\x34\ \xae\xd6\xf2\x48\xe9\xd6\xd6\x96\xeb\xba\xcf\x8b\x13\x11\xaf\x41\ \x65\x9a\xa2\x50\x8c\x3b\x04\x8c\x36\x40\x19\xd1\x52\x1a\x20\x60\ \x94\xb1\x88\x88\x94\x51\xab\xa5\x36\x48\x10\x2c\x12\xce\xd8\x75\ \x5b\x5b\xe4\xe5\x59\x30\xa3\x28\xdc\xdc\xbc\xbc\xbb\xb3\x6d\xaf\ \xa7\xc3\x96\x2f\x2b\x16\x18\x67\xe5\x4a\x85\x73\x7e\x8d\xae\x99\ \xd6\x48\xe5\x1d\x7e\xd7\xbb\xee\xfa\xea\x5f\x3d\xb8\x11\x89\x7a\ \x95\x76\xf6\xc2\x57\xbd\xfe\x7b\x16\x59\x57\xcf\x7f\xd7\xeb\x8e\ \x78\x99\x4c\x1f\x7e\xf0\x13\xc5\xc1\xef\x7e\xfb\x7d\x33\xa3\xe1\ \xf0\xc2\x93\x9f\x7d\xe8\x91\x33\x9a\xf1\x89\x36\xaf\x1e\x88\xd8\ \x68\x34\x2a\x95\x0a\x4c\x94\x79\x15\xb5\x09\x84\x10\x4a\xe9\xf3\ \xd3\xdf\xb5\xa5\x4c\x04\x50\x49\x52\x3b\x78\x6c\xa1\x44\xc2\xe3\ \x3f\xfc\xef\xdf\x51\xfb\x8f\xff\xcb\xaf\xcc\x1d\x3a\x51\xee\x3e\ \xce\xaa\xe4\x4b\x1f\x7e\xff\xe7\x56\x52\x43\x6a\xff\xec\xf5\xad\ \xa7\xfe\xfa\x83\x7f\x7d\xd6\x79\xf7\xbf\x7e\xcf\x3f\x51\x1f\xf8\ \xb3\x47\x77\x84\x43\x27\x77\xf7\x2a\x3e\x37\xd6\x32\x36\x71\x7c\ \x5e\x8e\x71\xbe\x56\xfd\x4c\xc2\x68\xb6\x7f\x61\x2f\x9b\x9b\x3a\ \x90\x1f\xad\xe6\x85\x7f\xe2\xb6\x43\x25\x6e\x76\x56\x57\xa7\x6f\ \xfc\xa1\xb7\xff\xf3\x9f\xb8\x75\xfb\xc2\x47\x3f\xfe\x37\x59\x96\ \xca\xa2\x18\x6c\x9d\xff\xdc\xc3\x17\xdf\x79\xdb\xad\xee\xc3\x1b\ \x1a\xe8\x24\x40\xf1\xb2\x3d\x34\x13\x5e\x0e\xe7\xf3\x5a\x33\x9d\ \x18\xc9\x2e\x9d\xdb\xbd\xed\xbb\xde\xec\xb6\x57\x1f\x7c\xcc\xde\ \x78\xef\x5b\x18\x1b\x7e\x6d\xa7\x98\x4f\x37\x1e\x7c\xf0\xd7\xbf\ \x70\x3e\xd6\xb4\x79\x17\x23\xa9\x92\x4a\x5b\xd7\xf7\x40\x17\x06\ \x26\xc6\xec\xd5\xd5\xa4\xd6\x7a\x32\x0e\x57\xdb\x9f\xff\x86\xe8\ \xf7\x35\x67\xa2\x20\x63\x7b\xe7\xce\x1d\xf8\xa9\xff\xc9\xfc\xde\ \x2f\x7c\xf1\x6f\xa2\x37\xfc\xc2\x7f\x70\xcf\xfd\xe6\x46\x04\x6f\ \xaa\x34\x0f\x1e\x3e\x76\x9c\xe4\x51\x3f\xa1\xbc\xb4\x74\xf8\xc4\ \x5d\xe4\xf6\xef\xb9\xb7\xf5\xb5\x0f\xff\x99\xe4\x8e\x33\xb9\xb7\ \x57\x4d\x96\x8e\x23\x2a\x95\xf2\x64\xcd\xbc\xaa\x9e\x7c\x92\x24\ \x69\x9a\x5e\xdb\xca\x24\x4c\x86\x17\x3e\xf1\xfb\x1f\x1c\x3d\x7b\ \x41\x0d\x8a\xbf\xfc\xc4\x1f\x7b\xdb\xa7\x2c\xa6\x27\xbf\x76\xfa\ \xde\xe5\xd7\x7c\xf7\x11\x58\x7f\xfc\x73\xcf\x3e\xf9\xc4\xfd\xf7\ \xde\xf6\xda\xca\xe0\x4b\x1f\xfa\xc0\x93\x17\xfa\x8e\xc3\x27\x77\ \xf7\x2a\x51\x14\xf9\xab\x5e\x75\xc3\x8f\xbe\xf7\xbd\x93\x6e\xf0\ \x57\x0f\xdf\xf7\x3f\xf2\xe1\x0f\x3f\xf4\xd0\xa7\xeb\xf5\xc6\x78\ \x06\xb4\xd6\x5e\x83\x6e\x3d\x52\x1b\x7d\xe9\xe3\x1f\x25\xc2\x0b\ \x02\xfc\xea\x43\x9f\xb0\x54\xf8\x1c\xbf\xf6\xa9\xff\xfa\xa8\x32\ \x08\xc0\x84\x47\xe1\xf4\x33\x0f\x2b\x24\xc4\x11\xde\x44\x96\x2f\ \x8f\x35\x3b\x31\x68\xaf\xea\x08\xf7\x7a\xdd\x8d\xf5\x75\xdf\x0f\ \x84\x10\x63\x71\x5e\x9b\x01\x37\x22\x7c\x1f\x00\xac\x05\xc7\xf5\ \x60\x7c\x4a\xd5\x0b\x5e\x60\xb2\x32\xfe\xe2\xec\x57\x63\x8c\x45\ \x44\x63\x14\x12\xe7\xf9\x2a\x49\xd6\x2a\xa5\x35\xa5\x0e\x41\xd0\ \x46\x13\xc2\xf0\xef\x1f\x3c\x40\x30\x46\x59\xa0\x74\xec\x0f\x58\ \xad\x8c\xa1\x84\x68\x63\x28\xe5\xf8\xdc\xbb\x19\x4a\xf9\xb8\x4c\ \xba\x35\xd2\x00\xa5\x04\xb5\x96\x48\x38\x5a\xa5\x2c\x32\xca\x10\ \xc0\x98\x42\x5b\xc2\xe9\x24\xda\x39\xe1\x6f\xc5\xa9\x94\x32\xc6\ \x5c\xbb\xd6\xec\x55\x40\x5b\x32\x7d\xdf\x5d\xff\xf2\x86\xe6\x42\ \xd8\x79\xe8\xd3\x5f\xfb\x68\xbf\x90\x48\x04\x27\xc6\x88\x57\xbd\ \xf3\xfe\x7f\xbd\x75\xf2\x17\xbf\xb8\xc5\xbe\xff\xfe\x9f\x99\x13\ \x3a\x4d\x9f\xf9\xf4\x63\x7f\x32\xd4\xf8\x82\x26\x04\x56\x1b\x5c\ \x3a\xf6\x9e\xd7\x1d\xba\x99\xca\xad\x47\xbe\xf6\x81\xf3\xfd\xbe\ \xb1\x96\x3a\xb3\xf7\xdc\xf1\xe3\xb7\xcf\x4d\xad\xaf\xfc\xde\xe7\ \xcf\x3f\x21\xad\xe1\xa5\x7b\xdf\x75\xff\x8f\x9e\x79\xf4\x7f\x7b\ \xa6\x37\x44\xab\x16\x6f\xfc\xe9\xb7\x1f\x39\x92\x14\x32\xe9\x3f\ \xfe\x99\xa7\x3e\x36\x75\xf4\x67\x6e\x77\x9f\xfa\xd8\xd7\x3e\xad\ \x0c\xce\x1e\x7e\xdf\x03\x8b\xe9\xc7\x1e\xf9\xd3\x1c\x9c\x49\xf0\ \x6a\xc2\xf3\xde\xe6\xdf\x59\x9d\xae\xdd\x59\xc4\x28\xa9\x94\x31\ \x46\x16\xb9\x54\x7a\x5c\xb0\x7f\xfc\xbd\x56\x45\x5e\xa8\x2b\x8d\ \x48\x58\x20\x84\x75\xb7\x3f\xf9\x91\x2f\xfd\x1a\xcc\x7c\xef\x4d\ \xd3\xad\x85\xe5\x77\xdd\x32\x3b\x97\x16\xec\xe6\x1b\xfe\xf9\x89\ \xfa\xbc\xc7\x09\xb0\xe9\x1a\xdd\xfe\xf4\x97\x7e\xfe\x43\x0f\xff\ \x71\x68\x08\x41\x04\xab\xa4\xca\xa4\x96\x16\x90\x22\x76\x76\xfe\ \xea\xc1\x47\xde\xbf\x4b\x4e\x9c\x98\x99\x2e\x37\xde\xf8\xea\xc3\ \xf7\x2c\xce\xbf\xed\xa6\x5a\xf7\xc1\x2f\x7d\x70\xea\xf0\x0f\x1d\ \xad\x05\x85\x2d\xdf\x76\xc3\x0f\x1f\xaf\xd7\x39\x75\x2c\x58\x6b\ \xa1\x52\x5d\xe8\xad\xff\xde\xef\x7c\xfa\x7f\x1f\x96\xde\xf4\xfa\ \x63\xaf\x29\xb9\x87\xef\xbe\xed\x5d\x0b\x1e\x2f\xe8\xd4\xad\x27\ \xde\x73\xd3\xd4\x2c\x05\x98\x04\x55\x26\xfc\xbd\x76\xe3\xb5\xf9\ \xb1\x8c\xca\x4b\xcb\x6f\xfc\x5f\xff\xef\xdf\xf9\xdd\xdf\xff\xe3\ \xdf\x7d\xff\x7f\xb8\x67\xb1\x2c\x8b\xa2\x28\xf4\xf1\x37\xff\xab\ \xff\xf2\x47\x1f\xf9\x93\x0f\xfe\x97\x7f\xf6\xda\x83\x32\x97\x57\ \x36\x17\x51\xab\xb6\xcf\xae\x3f\x1a\x19\x8e\xc5\x5e\x27\x4a\x3d\ \x6f\x4a\x10\x6c\x1d\x78\xeb\x12\xbd\xf4\xe5\x95\xa7\x2c\x52\x44\ \x6b\xf9\xd2\x6b\x6e\xfb\x91\x63\x8d\xa6\x31\xca\x5a\x4d\xdd\xf9\ \xc3\x8b\xaf\x3d\x36\x75\xd8\x01\x6d\x40\xc6\xb9\xbc\xe9\xb6\x9f\ \xbc\xa9\x32\x3a\xbf\x7d\x99\x8b\x7a\xe0\xd7\x9a\xd5\xc3\xa3\xee\ \x57\x56\x77\x9e\xdc\x4a\x70\x26\x68\xce\x2d\xfd\xc0\x94\x7c\xe2\ \xb1\xf5\x33\x40\xc7\xd9\x82\xa8\x8c\xf6\xcb\x47\x8e\xcc\xdf\xd5\ \x74\x31\x2c\x94\x80\xcd\x93\x7b\xd9\x4d\x4b\x37\xb7\x5a\xaf\xae\ \x9b\xb3\xe7\xba\xc6\xe7\xce\x44\x9a\x13\xbe\xc3\x94\x09\x48\xd0\ \x64\xcf\x7e\xe6\x43\xbf\xf4\x8b\xbf\xfc\x2c\xde\xfd\x3f\xff\xf8\ \x0f\x78\x3a\xf2\x0e\xbe\xe9\xdf\xff\xec\xbb\x2f\x7c\xe4\x57\x7e\ \xfd\xa1\xee\x8f\xfd\xbb\x9f\xbf\xab\x45\xe5\x95\x55\x35\xb5\x46\ \x53\xef\xc4\x5b\xee\xfb\x17\xc3\xd5\x3f\x5a\x19\x46\x17\x4f\xbf\ \xff\xd1\xdd\xfc\xee\xe3\xaf\xd9\xdc\x78\x68\x68\x1c\xc6\x7c\x5a\ \x9c\xfe\xf4\x63\xff\xf9\x7c\xd4\x78\xe0\xd5\xff\xf6\x80\xcb\x94\ \x96\xcc\x3f\x78\xe3\xd1\xef\xbd\x79\xfe\x06\x07\x95\x45\x8a\xb2\ \xfb\xe5\x47\x7e\xfe\xaf\x57\x87\xf7\xdc\xf4\x3d\xa3\xcd\x3f\xfe\ \xcb\xa7\x3f\xa3\x58\x00\x56\x01\x58\xa3\x0b\x12\xdc\x7c\xcf\xd2\ \xc2\xb9\x4b\x0f\x4b\x74\x19\x8e\xbd\x50\x63\x2c\x69\x4e\xbd\xf6\ \x8e\xa5\x9b\x77\x56\x3e\xf0\xf0\xfa\x79\xcf\x77\x56\xce\x7f\xdc\ \xb6\xde\xf9\xb6\x9b\xef\x58\x3f\xff\xe1\x0e\xa9\xb9\x94\xda\x89\ \x34\x27\xfc\x3d\x5c\xa3\x7e\x26\xa1\x4e\xb8\xf6\xf0\x1f\x9d\x4c\ \xe2\x8c\xd7\xef\x3b\xff\x86\x3b\x3c\x34\xe6\xc8\xfd\xdf\x57\xba\ \xfc\xc5\xff\xfa\x87\x1f\x5d\xe1\xeb\xdf\xf3\xe6\x5f\x7d\xcb\x6b\ \x0f\x3e\xfa\x89\x75\xee\x7e\xcb\xbc\x3c\xab\xa1\x74\xe7\xad\xef\ \x63\x3b\xbf\xff\xd1\x67\xbf\x48\xdd\x56\x25\x98\xa2\x6c\xba\x12\ \x54\x67\x6f\xfa\xb7\xb5\xc6\x4d\x64\x78\xf9\x2b\x6b\x97\xfa\xfd\ \x27\xb7\x07\xc9\x8d\x87\x7e\xbe\xe5\xf9\x1b\x99\xcd\x7b\x8f\x7d\ \xf2\xf3\x8f\x00\x12\x4a\x04\x05\xc2\x38\x8b\xd3\xe1\x20\x09\x9d\ \x6a\xcd\x13\x2d\xc1\x68\x14\xef\x94\xa6\x96\x03\x6f\xb3\x26\xd8\ \x9e\x56\x81\xb7\x78\xef\xdd\x3f\x39\x3b\x7d\x63\xcf\xbe\xee\xe4\ \xce\x07\x43\x20\x0c\xd5\xea\xca\x07\x3f\xf4\xd4\xa3\x94\x3a\xcc\ \x3b\xe2\x3a\x6e\xbb\xf7\xd5\xa8\xfa\xee\x1f\x6c\x9e\xfe\xd4\xe6\ \x85\x07\x8e\x3d\x20\x08\x99\xe8\x72\xc2\x77\x98\x32\x01\xac\x56\ \x64\xe9\xae\xb7\xbd\xef\x5f\xbe\xf7\x4d\xb7\x4c\xfd\xe6\xcf\xfd\ \x9f\xfb\x99\xf3\x5d\x47\x1b\x7b\x83\xb3\x31\x94\x03\x33\xd8\x8e\ \xe2\xb9\xa5\x19\xa2\x2f\x59\xa0\xdf\x22\x88\x62\x25\xf3\xee\xb8\ \xfb\xc8\xed\xf9\x4e\xfc\xae\x07\xde\x70\xfe\xe2\x83\xc1\xc2\x7b\ \xa7\xc2\x3f\xfd\xb3\x3f\xff\x31\x4d\x5b\xaf\xbf\xf7\xe7\xdc\xce\ \x67\x64\x70\xcf\x3f\xbd\xff\x1d\x65\xa7\x6e\x3b\x9f\xbb\x38\x1a\ \x31\xc2\x60\x1c\x83\x45\x40\xd0\xca\x96\xef\xbe\xf5\xc7\x0e\x57\ \x9a\xbe\x4b\x9f\x78\xe2\x0f\x4a\x0b\xef\x79\x60\xae\xf7\xb1\xa7\ \x3e\xb6\x77\xe0\xe7\xfe\xd5\xf7\xbd\x39\xee\xfe\xf5\xe7\x2e\x7d\ \xea\xe1\xf3\x7f\xa1\x6d\xeb\x7b\xbf\xfb\xdf\x0d\x56\x3e\x1f\x23\ \x27\x68\x10\x09\x25\x8e\xc3\x4b\x9c\x12\x4b\x28\x65\x9c\x99\xf4\ \xcc\xd9\x5f\xfe\xe0\x5a\x14\x1a\x40\x74\x3c\xc6\xac\x2d\x26\xf9\ \x4b\x13\xbe\xb3\x94\x09\x48\x49\x36\xd8\x7b\xea\xb1\x47\xaa\x95\ \xef\x7f\xe0\x1d\x6f\xfd\xcb\xaf\xfc\x8e\x05\x00\x6b\x00\x00\x11\ \xb4\x05\xc0\x2b\x6b\x12\x81\x1c\x8a\xb3\x1f\xf9\xab\x9f\x71\xb9\ \x4f\xd1\x84\xd1\x7e\x71\xfa\x3f\xaf\xd8\x48\x88\x2a\xa0\x3e\x79\ \xea\xd7\x50\x87\x12\xc2\x47\x9f\x1e\x72\xc8\x7a\x83\x8d\xcc\xd0\ \xf1\xfb\x7e\x3d\x56\x46\x29\xc6\xa7\xcf\xff\xd9\xa6\xf0\xf2\x74\ \xbb\x13\x0d\x1d\xf7\xe3\x9f\xea\xea\x3c\xef\x7d\xf6\xcb\xbf\x30\ \x55\x2a\x0d\x86\x6b\x29\xb8\x82\xa3\x85\xfc\xd1\x27\x7e\xd5\xa8\ \x88\x11\x06\x68\x2f\x3d\xf3\x2b\x97\x6d\xc2\x19\x43\x40\x54\xed\ \x2f\x3c\xf2\x9f\x54\x41\xb4\xba\xb0\x1a\x23\xa3\xee\x67\x1e\xf9\ \x65\x5d\x64\x8c\x4c\x74\x39\xe1\x3b\x4e\x99\x60\x7a\x9b\x67\x3e\ \xfa\x81\x2f\x7f\xea\xc9\x9d\x3f\xfc\xed\x9f\xbe\xe7\xd7\xff\x68\ \x6f\x2b\xaa\xdd\x56\x77\x6c\x92\x1a\x77\xca\x73\xe3\xbd\xae\xbe\ \xa2\x0e\x2e\x08\x36\xed\x0d\x56\x2d\x58\x00\x24\x84\x21\x84\x16\ \x28\x41\x04\xb0\x79\xde\xb3\x40\x08\x86\x7b\x9d\xbe\x05\x24\xe4\ \x9b\x34\x6d\x46\x30\x51\xb8\x3e\x1a\x19\x44\x4a\x29\x57\x45\xb7\ \x9f\x23\x25\x5c\x17\xed\xad\xce\xee\xf3\x97\x20\xd8\x24\xed\x21\ \x12\x44\x04\xc4\x22\xef\xe4\xcf\xfd\x16\x00\x2b\xe3\xa4\x83\x84\ \x11\xe2\x10\x00\x00\x35\x7e\x39\xd1\xe5\x84\xef\x30\x65\x5a\x63\ \x2b\x07\x96\xeb\x4c\xf6\x7a\xd1\xab\x5e\xfd\x9a\x5a\xd1\xee\xe5\ \x6a\xfd\xe1\x2f\x7a\xef\x7c\xf7\x03\xf7\x1e\x7f\xac\xf4\x4f\x6e\ \x6d\xa8\x5f\x7b\x74\x9d\x5d\x61\x8f\x08\x40\x4a\x5f\x98\x2a\xf4\ \xb7\x92\x40\x1c\x1b\xc3\x48\xe9\x3f\x94\xbb\x40\x08\x23\x2f\xb8\ \xe4\xb9\x6b\x90\x31\xfa\x0d\x3f\xf6\xb7\xaf\x11\x5f\x28\x3c\x24\ \x84\xc1\xdf\xfb\x72\xc2\x84\xef\x0c\x65\x5a\x55\xa8\x83\xaf\xfd\ \xc1\x9f\x7b\xf7\x9b\xac\xd4\x25\x9a\x7e\xfc\x97\xff\xe3\xe9\x11\ \x51\x67\x1e\xfc\xbf\x3e\x7a\xe7\x4f\xfd\xa7\x3f\xfc\x1f\x20\xfb\ \xfc\xef\xfd\x1f\x9f\x5d\x4b\x84\x10\x93\x5b\x38\x61\xa2\xcc\x97\ \xcf\x92\xe5\x82\x9f\xfb\x8b\xdf\xfa\xd9\x47\x3e\xe2\x32\x4c\x87\ \x7b\xbb\xbd\x98\x3b\x42\x98\xe2\xf3\xbf\xf5\xef\x4f\x7e\x6a\xde\ \x35\xd1\xce\x76\x17\x9c\x89\x2c\x27\x4c\x94\xf9\xb2\x7b\x99\x2a\ \x8f\xdb\x5b\xa3\x71\x19\x06\xee\x38\x08\x00\x84\x52\x34\x9d\xad\ \x75\x00\xa4\x8c\x4f\xa2\x27\x13\x26\xca\xfc\x6f\xa1\x4d\x42\xd8\ \xff\xaf\x92\x22\x22\x61\x6c\x52\xbd\x60\xc2\x2b\x9f\xc9\x53\x3e\ \x61\xc2\x44\x99\x13\x26\x4c\xf8\x4e\xb7\x66\x27\x5c\xcb\x38\x9c\ \x8d\x4b\x30\x5a\x6b\xc1\x3e\x97\xf4\x31\x7e\x89\x88\x88\x38\x4e\ \x3c\x24\x88\x5f\xff\x19\x6b\xc1\x22\x22\x00\x22\x22\xa1\x94\x20\ \xb1\x60\xf3\x2c\xb7\xd6\x20\x00\x21\x08\x80\x80\x48\x29\x45\x42\ \x08\x52\x6b\x8d\x36\x1a\xac\x45\x44\xad\xb5\x35\xc6\x5a\x4b\x08\ \x01\x78\xae\x2e\x11\x21\xd4\x18\x83\x08\x88\x68\x8c\xb5\xd6\x02\ \x58\x0b\x80\x80\x80\x00\x16\x10\x01\x90\x38\x42\x20\x92\xf1\x67\ \x18\x1f\x57\x22\x84\x58\x40\x00\x4b\x29\x03\x04\x4a\x19\x22\xb1\ \x00\x04\x40\x1b\xad\x95\x46\x1c\x57\x24\x43\x42\xd0\x18\xa3\xb5\ \x1e\x17\xe9\xd1\x5a\x03\x58\x00\x04\x00\x4a\xa9\xe3\x38\x00\x90\ \x65\x19\x22\x0a\x21\x10\xb1\x28\x8a\xf1\xb9\xe7\xf1\x7f\x29\xa5\ \xbe\x7e\xd5\xd8\x17\x43\x44\xb0\x16\x0a\xa9\x26\xca\x9c\xf0\xed\ \x87\x12\x72\x61\x6d\x6b\x18\x46\x94\x10\x47\x08\x4a\x69\x51\x14\ \xd6\x82\x23\x1c\x4a\xa9\x94\x2a\xcf\x52\x46\x11\x91\x14\x52\x21\ \xa5\x8e\x23\x08\x61\x9c\xb3\xa2\xc8\xb5\x56\x5a\xca\x70\x34\x90\ \x32\xa7\x88\xc7\x4e\xdc\x40\x99\xa3\x81\x64\xb9\xd4\x5a\x9b\x22\ \x0f\x87\x3d\x55\x64\x51\x32\x74\xb8\xa8\xd4\x9a\x84\xf0\x5c\xca\ \x6a\xbd\xe6\x79\x1e\x65\x2c\x4b\x0b\x6b\xa0\x5a\xab\x21\xc2\x70\ \x34\xf2\x83\x40\x6b\xa3\xb5\x72\x5d\x21\x84\x03\xd6\x12\x44\x6b\ \x8c\x52\x96\x10\x62\x8c\x52\x32\xbf\xf4\xf4\x29\x95\x27\x9e\x10\ \x40\x98\x21\xfc\xc0\xd2\xe1\x38\x0e\x29\x58\x4a\x69\xb7\xd3\xb5\ \x46\x46\xc3\x81\xcc\x13\x4a\x30\x97\x32\x28\xd7\xea\xcd\x96\x56\ \xda\x75\x5d\x63\x4d\x1c\x27\x9e\xe7\xb5\x5a\x53\x51\x1c\x5b\x0b\ \x8d\x46\xc3\x22\x31\x5a\x81\x35\xbd\xde\xee\xda\xda\x1a\x67\xec\ \xa6\x9b\x6e\x4e\x92\x64\xe5\xfc\x8a\x31\xfa\xf0\xe1\x23\x94\x52\ \x44\x5c\x5f\x5b\xcd\xf3\x62\xfe\xc0\x01\xad\x75\xbd\xd1\x18\x4f\ \x5b\xc6\x5a\x29\x25\xa3\x74\x69\xbe\xf5\x2d\xeb\x2a\x4d\x94\x39\ \xe1\xc5\x2f\x98\x0e\xfb\xab\xcf\x3f\x7a\x7a\x65\xcd\xf5\x85\xef\ \xf9\x5c\xb8\xfd\xfe\x60\x38\x1c\x35\xa7\xa6\x5c\x21\xf6\x3a\x5d\ \x4e\xa1\xe2\x10\x6d\x61\xb7\x3b\x98\x9d\x5f\x2c\x55\xea\x5c\xb8\ \xc6\x28\x4e\xb0\xc8\x92\x51\xaf\x77\xfa\xe4\x57\x36\xd6\x56\x38\ \x25\x3f\xf9\xd3\xff\xe3\xf1\x9b\xef\x1a\xa4\xb0\xb2\xb6\x9d\xc4\ \x91\x4d\xc3\x8b\xcf\x3c\xb1\x79\xe9\xd9\xb5\xad\xb3\xd3\xd3\x8b\ \x47\x8e\xdf\x2e\xad\x93\x6b\x7b\xfc\xe6\x1b\x6f\xbf\xe3\xb6\x6a\ \xa3\x79\xe6\xd4\x85\x4a\x30\x75\xe7\x5d\x07\x33\x99\x6e\x6c\xa6\ \xf3\x0b\x53\x9d\x5e\xaf\xdf\xeb\xb7\x5a\xcd\xe9\x96\xdf\xac\x55\ \x19\xa0\x31\x32\x55\x16\x29\x19\xf4\x3a\x2a\x4d\x7f\xe3\x77\xff\ \x70\xe3\xdc\xd3\x47\x96\x16\x83\xfa\x74\x04\xe5\xf7\xfc\x9b\x9f\ \xed\x77\xe5\x70\xf7\x72\x6f\x30\xb8\xb8\x72\xbe\x24\xc8\x43\x7f\ \xf1\x91\xb4\xbf\x23\x38\xc6\x79\x71\xc3\x1d\xaf\xb9\xf3\x35\x6f\ \x48\xa2\x84\x20\x6e\x6c\x6c\x20\xb2\xf9\x83\x8b\x87\x96\x0f\xf7\ \xfa\x43\x42\x58\xb9\x52\xf5\x82\x20\xf0\x9d\xa9\x56\x79\x6b\x73\ \xeb\xc1\x4f\x3c\x78\xfe\xec\xd9\x9f\xf8\xc9\x9f\x2c\x07\xe5\xdf\ \xfe\xc0\xef\xac\x9f\x5f\xf9\xa1\x1f\xf9\x91\xd6\xd4\x34\xa5\xf0\ \x1b\xbf\xfe\xeb\x87\x0f\x1f\xb9\xef\xd5\xaf\xde\xef\x74\xee\xba\ \xfb\x6e\x20\x54\x2b\xb3\xdb\x6e\xc7\x49\x3a\x3f\x3b\xf5\x6f\xde\ \xfd\x66\xad\x27\xca\x9c\xf0\xed\xc6\x58\xa8\x56\xca\x73\xb3\x33\ \x8c\x53\x29\xa5\x10\x4e\xb3\xd9\x70\x85\xe3\x08\x51\x14\x45\xb3\ \x51\x3b\xb2\x7c\x28\x1f\x76\xcf\x9c\x3b\xc7\x09\xa2\xd5\xb5\x8a\ \xef\x7a\xc1\x68\x38\xb4\x46\xcd\x4e\x4f\x99\x3c\x9d\x9a\x6a\x25\ \xa3\x6e\x91\xe7\x67\xcf\x9c\xbe\xf5\xce\xfb\x5c\x0d\xe5\x40\xa8\ \x3c\xa6\x1e\x5f\x5c\x3c\xd0\xd9\x59\x99\x99\x9a\x65\x8c\x83\xb5\ \xb5\x4a\xc5\x32\xc7\x48\xa9\x0b\x15\xf6\xfa\x49\x38\x3a\xba\x74\ \x3c\xf0\x1c\x03\x69\xbd\x52\x02\x99\x95\x5c\xce\x1a\x35\x46\x71\ \x6f\x7b\xab\x88\x47\x5a\x16\x14\xa0\x37\x8a\x1d\x47\x10\xd4\x82\ \xea\x4a\xb9\x54\xad\x54\x11\x31\x4d\x92\xc5\xa3\xc7\x5d\x46\xaa\ \x81\x9b\x3b\xac\xbf\xd7\x3e\xb4\xb4\x48\x4c\x56\xab\x96\x31\x1f\ \x72\x6a\x82\x4a\xcd\xf7\xdd\x7e\xaf\x2b\x1c\x31\x3f\xb7\x20\x84\ \x3b\x3f\x3f\xdf\xee\x74\x4e\x9d\x7c\xb6\xd7\x1b\x1c\x5a\x3e\x7c\ \x60\x7e\xc6\xf3\xdc\xdd\xf6\xd6\xea\x85\x93\x68\xf1\xd0\xc1\xc5\ \xd5\x0b\x2b\xa3\x7e\xef\x35\xf7\xde\x73\xd7\x9d\xb7\xef\xee\xee\ \x20\x5a\x04\xbd\x79\xf9\x72\xb3\x5e\xfd\xfe\xef\xff\x3e\xad\xcd\ \x70\x38\xc8\x92\xc4\x0f\xfc\x24\x4f\x04\xa3\x95\x99\xe9\x99\xe9\ \xe6\x95\x1c\xfe\x9b\x28\x73\xc2\x8b\xc6\x1a\xd3\x6c\xb5\xc2\x4c\ \x1b\xab\xf3\x3c\x07\xa4\x9c\x3b\xad\x66\x53\x2a\x2d\xa5\x3c\xb0\ \xb8\x58\xf2\xbd\x3e\xaa\xb9\xf9\xf9\xf3\x2b\x97\x3c\xd7\xcd\xf3\ \x94\x3b\x4e\xb9\x5c\x4a\xa2\x70\x75\x75\xd5\x73\xc5\x0d\x37\xdd\ \xd2\xde\xdd\x52\x52\x5d\x5e\xdf\xd8\xdd\xd9\x46\xb7\xea\x0a\x5e\ \xad\x56\xd2\x41\x0e\x68\x8b\x42\x39\xdc\x43\x2a\x0e\x1f\x3e\x7e\ \xf4\xf8\xad\xbb\xbd\x5e\x92\x25\x49\x92\x98\x28\x2e\xf9\x81\x35\ \x66\x77\x6b\x93\x0a\x42\xc0\x28\x55\x10\x00\x4e\x49\xa3\x56\xe5\ \xad\x66\x9e\xc5\xed\xce\xde\xe6\xc6\xe5\x51\x98\x58\x80\xb9\xb9\ \x29\x99\x8d\xb6\xb7\xb7\x01\x80\x20\xe9\x75\xbb\xaf\xba\xdd\xcb\ \xd2\x24\x8e\xc2\x34\x8e\xcf\x9c\x39\xf5\xda\xef\x7a\xad\xe7\x78\ \x8c\x20\xa3\x48\x09\x51\x5a\x17\x85\xd4\xc6\x9c\x38\x71\x62\x61\ \x7e\x61\xd0\x1f\x3a\xae\x70\x5d\x8f\x73\xee\xfb\xde\xf4\xd4\x14\ \x67\x8c\x33\x7a\xfc\xe8\x31\xad\x17\x19\x25\x69\x96\xef\xed\xb5\ \x1f\x7b\xec\xb1\xb7\xbd\xe5\xad\x53\x53\x2d\x4a\x20\x4b\x92\x6a\ \xb9\xb4\x9e\xcb\x23\x47\x8f\x70\x46\x01\xc0\x68\xa5\x94\x8c\xa3\ \x78\x18\x8e\xe6\xe6\xe6\x8c\x01\x84\x2b\x3a\x55\x3c\x89\xcd\x4e\ \x78\xd1\x20\x62\x18\x86\xbd\x5e\xcf\x18\xe3\xfb\x3e\x00\xb8\xae\ \xeb\xfb\x7e\xa9\x54\x3a\xb8\xb8\xe8\x0a\xd7\x68\xe3\x70\x87\x51\ \x66\xac\x16\x0e\x9f\x6e\x4d\x39\x94\xa4\xd1\x68\x38\xe8\x8f\x03\ \x42\x8c\xb0\x66\xbd\x05\x80\xed\x76\xfb\xd9\xa7\x9f\xca\xd3\xd8\ \x61\x64\x7a\xaa\xe9\x7b\x7e\x96\xe7\x4a\x6b\x63\x08\xa1\x22\x0e\ \xb3\x28\x4a\x17\x0f\x2c\x9d\x38\x7e\x83\x27\xdc\x7e\xaf\x0b\xc6\ \xb8\x8c\xc9\x2c\xed\xb6\x77\x3a\xbb\xbb\x69\x1c\x15\x79\x86\x68\ \x95\x94\xd6\x68\x99\x17\xd6\x5a\xad\xe5\xf2\xd2\xe2\x7d\x77\xdf\ \xf9\xea\x7b\xee\xa9\x94\x4b\xc3\xe1\xd0\x5a\x9b\xc4\xb1\x92\xc5\ \xf1\x63\x47\x1d\x8a\x0e\xc5\xc5\x85\x39\xdf\x17\x9b\x1b\xeb\x9b\ \x97\x37\xa2\x38\x46\x8b\x5a\xeb\x34\x4d\x67\x66\x67\x5e\x7d\xdf\ \xab\xa7\xa6\xa6\xc3\x30\x54\x46\x0b\x21\x18\x63\xd3\xad\xd6\xd1\ \xc3\x87\xad\x91\x45\x91\x11\x62\xf7\xf7\xdb\x9e\xeb\x71\xc6\xcb\ \x41\x70\xc7\xed\x77\x6c\x6e\x6c\x9c\x3a\x7d\x32\x08\x7c\xe1\xf0\ \x6a\x25\xa8\x55\xcb\x51\x34\xa0\x04\x3a\xfb\xbb\x79\x96\x2a\x99\ \x77\xbb\xfb\x61\x38\xac\x94\x02\x4a\x88\xd6\x8a\x5f\x59\x1f\x8a\ \x89\x32\x27\xbc\xa4\x20\x10\xa5\xda\xe8\x2c\xcb\x92\x24\x36\xc6\ \x78\x9e\x57\xaf\xd7\xab\xd5\x2a\x77\x1c\x21\x44\x7b\x6f\xef\xf4\ \x99\x33\xdb\xdb\xdb\x46\xeb\x28\x1c\xee\x6e\x6d\x6c\xae\xaf\x69\ \xad\x8e\x1d\x3b\x7a\xf0\xe0\x41\x63\x8c\x01\x3c\x7e\xfc\x55\xe5\ \x4a\x2d\x8e\xc2\x8d\xb5\x35\x4e\xa0\x48\x93\x4e\xbb\xbd\xb5\xb5\ \xb1\xbf\xbf\x67\xac\x95\x52\x37\xea\xad\x85\x85\xa5\x6a\xa5\xe6\ \x3a\xa2\xd1\xa8\xa3\x35\x69\x1c\xd5\x2a\xe5\x3c\x4f\x76\xb6\x2f\ \x0f\xfb\x1d\x34\x6a\xa6\xd5\x68\xd4\x2a\xcd\x46\xbd\x54\xf2\xb5\ \x52\xd3\xd3\x53\xcb\x87\x97\xef\xbd\xf7\xde\x7a\xb5\x3c\xdd\x6a\ \x50\x02\x00\xd6\xe1\x4e\x29\x08\xc6\x92\x48\xe3\xe8\xc9\xc7\xbf\ \xdc\xdb\xdf\xa5\xd6\xcc\x4e\x4f\xb5\x9a\x8d\x8d\xf5\x35\xad\x24\ \x12\xa0\x94\x52\xc6\x83\xa0\x4c\x18\xbf\xb4\xba\x1e\x25\xa9\x52\ \xca\xf3\xbc\x56\xab\x39\x33\x3d\x43\x01\x1b\x95\x6a\xad\x5c\xf2\ \x1c\xde\x6c\xd4\x8b\x22\x97\xb2\xa0\x84\x1c\x5e\x5a\x72\x38\x7b\ \xe2\xf1\xc7\x66\xa6\xa7\x84\x43\xb5\x29\xe2\x24\xda\xda\xda\xac\ \x54\x4a\x8e\xc3\xb4\xca\x9b\xcd\xc6\xd6\xe5\x0d\x44\x0b\x60\xc2\ \xe1\x80\x12\xcc\xb2\xf4\x4a\x6a\x59\x4c\xac\xd9\x09\x2f\xde\xcf\ \x34\xb6\x5a\xa9\xcc\xce\xcc\x02\xb1\x4a\xaa\xc1\x30\xac\x56\xab\ \x84\x20\x63\x8c\x31\x56\x14\x05\x00\x58\x24\x94\x10\x0a\xd0\xdb\ \xdf\x73\x18\x75\x3d\xff\xe0\xc2\xbc\xe7\xf9\xc6\x98\xa0\x5c\xd6\ \x45\x31\x7f\x60\xa1\xd5\x6c\xf6\xf6\x76\xb7\x2e\xaf\x0b\x4e\x2b\ \x25\x87\xb1\x6c\x66\x66\x6a\xb8\x57\xcd\xf3\xdc\x1a\xbb\xb4\x74\ \x68\x79\x79\xd9\xf1\xaa\xb9\x2c\xd2\x38\x1a\x0e\xfa\xbe\xe7\x4e\ \x35\x6b\x9e\x2b\xb6\x2f\x0f\x94\xce\xea\x0d\xa0\xd6\x1c\x38\x70\ \xb0\x3f\x0a\x87\xa3\xa1\x31\x26\x0c\xb5\x2a\x8a\x20\xf0\xb7\x56\ \x2f\x7e\x65\x73\xa3\x35\xd3\xf2\x3d\x6f\x61\x7e\x3e\xea\x6c\x73\ \xce\x75\xae\xa2\x41\xff\xd6\x9b\xee\x7c\xea\xa9\xa7\xa2\xde\xee\ \xd6\xc6\x06\xa7\x64\xaa\x59\xbf\x44\x09\x6a\xe2\x70\x26\xc1\xe4\ \x85\x4c\xd2\xb4\x3f\xe8\x27\x51\x14\x45\x51\x92\x24\xa5\x52\x29\ \x4d\xd3\x68\x14\x3a\xc2\x89\xe2\x61\xa3\xd1\x6c\x34\x9a\xdb\x97\ \xb7\xb5\x95\xd3\xad\x29\xdf\xf7\x0f\x2d\x2f\x9f\x7c\xe6\xe9\xe5\ \x43\x07\x8d\xd1\x81\xef\x6b\x95\x0d\x07\xbd\x72\xa9\x94\xc4\xb1\ \xb1\xb6\xd7\xed\xe4\x79\x3a\x1a\x0e\xc2\xd1\xd0\x0f\x4a\x69\x9e\ \x72\x52\x7f\x6e\x57\x67\xa2\xcc\x09\xdf\x66\x6b\x96\x60\x18\x86\ \x8c\xb1\xe1\x68\x90\xe7\xf9\x58\x6f\x94\x32\xc6\xa9\xb5\xd6\x73\ \xc4\xdc\xfc\x1c\x03\xbd\xbb\x75\xb9\xdf\xeb\xea\x22\xaf\x94\xfc\ \x4a\xb5\xea\x39\x5c\x29\xe9\xfb\xfe\xc2\xc2\xa2\x91\xd2\xa1\x70\ \x60\x6e\xee\xc2\xd9\x33\x32\x4b\x2f\xaf\xad\x7a\xd5\x16\x75\x9c\ \x5a\xb5\x9a\x15\x29\x12\xd0\xc6\xce\xcc\xcc\x2e\x2e\x1e\x74\x83\ \x5a\xa7\xdf\xd9\xd8\xbc\xb4\xdf\x69\x23\x9a\x93\x27\x9f\x2a\x52\ \x65\x8d\x6e\x4d\xd5\xf6\xdb\x3b\xfb\xd3\x33\xf5\x66\x53\xe6\xe9\ \x68\x38\x70\x1c\x67\xbf\x3d\x88\xc3\x70\x76\xa6\x95\x46\xe1\xf6\ \xe5\x35\xca\xe0\xc4\xf1\x23\x9e\xe7\x75\x8b\xc2\x12\x93\x17\xf9\ \xee\xce\xe5\xe6\xdc\x52\x9e\xc6\x5b\x97\xb6\x3a\x7b\xbb\xf7\xdd\ \x73\xd7\x46\xd8\x37\x4a\x09\x4a\x94\x52\x45\xa1\x8c\xd2\xfd\x5e\ \xaf\x56\x6f\x78\x8e\xe3\x38\xce\x68\x34\xec\xf7\x7a\x8d\x46\xa3\ \xd9\xaa\x1b\xa5\xe2\x24\x42\xa3\x04\xa3\xc2\x71\xb4\x26\x4a\xea\ \x41\x36\xa8\x55\x2a\xcf\x3c\xb5\x77\x61\xe5\xfc\x60\xd0\xcb\xf3\ \x64\x7b\xeb\x72\xa5\x54\x9a\x99\x9e\xda\xde\xd9\x19\x0c\xfa\x94\ \x39\x84\xc0\xee\xce\xd6\xfc\xc2\x82\xb5\x2a\x8e\x8a\x90\x53\xb8\ \x82\x96\xaf\x13\x65\x4e\x78\x89\xd6\x6c\xaf\xdf\xeb\x76\x3b\x41\ \x10\x34\x4b\xa5\x71\x1d\x77\x8a\x84\x12\x62\xad\x55\x52\x09\x21\ \x82\x52\x50\x2a\xf9\xdd\x6e\xf7\xe2\xca\xf9\x83\x07\x97\x6a\xd5\ \x9a\xf0\x4a\xbe\xe7\x67\x85\x14\xc2\xe9\x6c\x6f\x49\x69\x18\x21\ \xe1\x70\x70\xe9\xe2\xca\x2d\x77\x35\x46\xa3\x81\xeb\xf0\x9d\x9d\ \x1d\x2f\xf0\x86\xbd\x51\xa1\x72\x42\x51\x6b\xc9\x38\xdd\xef\xec\ \x5e\xde\xb8\x48\x11\x9b\xf5\x56\xa7\xdd\x2d\x07\x7e\x12\x77\xa7\ \xa6\x66\xc2\xd1\xe0\xe2\xca\xb9\xe6\xcc\x5c\xab\xde\x30\x60\x1a\ \xb5\x5a\x96\xa5\xd1\x68\x30\x3f\x37\x8b\x56\x73\x87\xe7\x79\x71\ \xec\xd8\xb1\xfd\xcd\x4b\x2e\xb3\x8e\x70\x92\x38\x1a\x0d\xba\x0e\ \xd2\x8d\xd5\xd5\xd9\x99\xd6\xec\xec\x54\x77\x77\x93\x02\x20\xd8\ \x71\x62\x83\x94\xea\xc0\xc2\x42\xb9\x54\x4e\xe3\x84\x33\xa6\x94\ \x0a\xc3\x11\xe7\x14\xad\x19\xf4\xbb\x00\x40\xac\x21\x60\x1c\xce\ \x13\xa5\xd2\x24\xe1\x8c\xde\x79\xe7\xed\x5f\xfd\xea\x13\x17\x2f\ \x5e\x24\x60\xf6\xda\x3b\x5a\xe9\xc0\xf7\x46\xa3\xe1\xee\xce\x76\ \x92\x26\x73\x73\x07\xea\xb5\x5a\x9e\xe7\x04\xa1\xdf\xef\x09\xd7\ \xab\xd7\x2a\x57\x72\x16\x63\xa2\xcc\xeb\xca\x0a\xd5\x00\x2f\x3c\ \x41\x8e\xd6\x8e\x9d\xbe\x17\xb9\x66\x02\x14\x45\xb1\xb3\xb3\xe3\ \x79\xee\xd4\xd4\x54\xa3\xd1\xf0\x83\x40\x4a\x39\x0a\x23\x4a\x59\ \xa9\x5c\x42\xc4\xa2\x90\x8e\x23\x96\x97\x0f\x5b\xab\x7d\xc7\xd9\ \xdf\xdf\xd3\xda\x34\xa7\x67\x6b\x53\xd3\x41\xb9\xe6\x79\x41\xaf\ \x3f\x48\x92\x74\xaa\xd5\x6a\xef\xb5\xb7\x2e\x6f\x1c\x3e\x71\x03\ \x73\x5c\x6b\x75\x10\xf8\x59\xc4\xf3\x22\xb7\x16\x46\xa3\x61\x2e\ \xfb\x4f\x3d\xfb\x94\x25\xf9\xf2\xa1\x85\xbd\x9d\xed\xe9\x56\xd9\ \x77\x58\xbd\x5a\x6f\xb7\x77\xcf\x9f\x3b\x47\x98\xeb\x05\xa5\x56\ \xbd\x6e\x09\x63\xdc\xf1\x7d\xa1\x95\x3a\x7f\xe6\x74\xa7\xbb\x6b\ \x54\xb1\xbd\xd5\x6d\xb7\x77\xca\xe5\x12\x20\x82\xb5\xbe\xeb\x59\ \x6b\xb4\xcc\x8d\x2e\x06\xfd\xde\x9b\xee\x7c\xb3\xe0\x5c\x29\x59\ \xc8\x82\x50\x8d\x88\x9c\xf3\x6a\xa3\x76\xe3\x0d\x37\xa6\x69\xb6\ \x11\xad\x25\x69\x3a\xd5\x6a\x19\xa3\xf2\x2c\xd3\x14\xf7\xda\xed\ \x52\xe0\xf7\x39\x47\x42\x33\x69\x8c\x31\x68\x91\x3a\xac\x5e\x6f\ \x1c\x5a\x5a\x7a\xfc\x91\x2f\x01\xc3\x5e\xaf\x3b\x18\x0e\xca\xa5\ \xca\xee\xee\x76\x18\x0e\x95\xd6\x83\x41\xaf\xd5\x9a\xb2\xd6\x0e\ \xfb\xfd\xd9\x85\x85\x46\xa3\xe1\x08\xc7\xd8\x89\x9f\x39\xe1\x05\ \x82\x1a\xf4\xfb\x41\x65\xce\x5a\x7c\x3e\xc4\xaa\x95\xca\xb3\xf4\ \xc5\x76\xad\x25\x04\xf7\xf6\xf7\x84\xc3\x8f\x1f\x3b\x56\xae\x54\ \x5d\xcf\x43\x82\xc2\x11\x69\x96\x27\x49\x4c\x28\x61\x94\x32\xc6\ \x8c\x36\x83\xe1\x40\x30\x7e\xf4\xe8\x91\x38\xcb\xc3\x28\x09\xe3\ \xc8\x32\x27\x28\x55\xc1\x58\x0a\xa4\x51\xaf\x99\xbc\xb9\xbd\xb3\ \xd5\xeb\xee\x7b\x42\xdc\x74\xdb\xed\x4f\x3c\xfe\xe8\xc2\x81\x03\ \xc9\xa8\x4f\x18\xd6\x6b\x15\xdf\x17\x7f\xf1\xe1\x4f\xd4\x9a\xd5\ \xd7\xdf\x7f\xdf\x93\x4f\x3e\xdc\xba\xe9\x86\xdd\xed\x76\xa5\x5c\ \x9b\x99\x9d\x99\x9f\x9f\xdb\x6d\xef\x4d\xcd\xcd\xcf\xce\xcc\x12\ \x82\x84\x91\x7e\xaf\x5b\x64\x2e\x63\xac\x56\xad\xee\xaf\xa9\x95\ \x0b\x2b\x5e\xa9\x5c\xa8\x3c\x8b\xfb\x84\x10\x4a\x89\xe3\x38\xd5\ \xa0\xd4\x6c\x36\x46\xc3\x91\x27\x9c\xe5\xa5\xa5\x46\xa3\x91\x66\ \x99\x94\xca\x21\x40\x00\x5c\xd7\x3d\x76\xec\x98\x31\xa6\xdd\x6e\ \x1f\x5a\x5e\x9e\x9e\x9e\x8e\xc3\xd1\x60\xd0\x8b\xe2\x48\x70\xaa\ \x94\x94\xb2\xe8\x74\xf7\x35\x00\xe7\x41\x9a\x67\x4a\xe5\xd5\x72\ \x89\x12\x98\x9b\x9d\x71\x3d\x57\x6b\xd5\xde\xdd\x4d\xb3\x54\x08\ \xb1\xb9\xb9\xa1\x95\x2e\x0a\x35\x04\xac\x56\xab\x4a\xe6\xe8\x0a\ \xdf\x75\xa2\x70\x98\xc5\xa3\x2b\x19\xe4\x89\x32\xaf\xa3\xad\x0e\ \xc6\x78\xb7\xdb\xad\xd7\xeb\x84\x38\x00\x50\x14\x45\x96\xa6\x8c\ \x33\x6b\x5e\x5c\x79\x4d\x6b\x11\xad\xae\xd5\xca\x41\x20\x10\x2d\ \x58\x45\x2c\x12\x4a\x1b\xf5\x4a\xc4\x59\x92\x24\x86\xb1\x2c\xcd\ \x95\xd2\xcd\x66\x2b\x89\xe3\x5a\x6b\x3a\xde\xda\x72\x3c\x71\xf0\ \xf0\xa1\x4a\xad\x39\x1a\x85\xed\xad\xd5\x64\xb4\x67\x8d\x34\x48\ \xa9\xe3\xc6\x71\x7c\xfe\xcc\xa9\x23\xcb\x4b\x1b\x17\x57\x0e\x2f\ \x1d\x3a\xfd\xcc\x33\xae\xe3\x8d\x46\x83\xf3\xe7\x4f\x51\xa2\x6f\ \x3c\x71\x42\x38\x41\x10\xcc\xc4\x69\xb2\x78\xf8\xa6\x20\x28\xf9\ \xbe\x37\xdd\x6c\x95\x1b\x53\x4a\x83\x43\x31\x4f\xc2\x2c\xcf\x3b\ \x9d\x8e\xd6\x3a\xcf\xf3\x4e\xa7\xe3\x70\x5a\xaa\x37\xb5\x2a\xde\ \xfe\xd6\x37\x5f\xbe\x74\x7e\xeb\xc2\xb9\x28\x89\x81\x8a\x38\xcd\ \x2b\xa5\x00\xb4\x72\x38\xb5\xd6\x08\x21\x80\xa0\x65\xc4\x52\xb4\ \x00\x8c\x7b\x41\x50\xd9\xdd\xd9\x9b\x9e\x9a\x22\x60\xd6\x57\x2f\ \x11\x02\x9e\x60\x23\x23\xd3\xac\xf0\x7d\x5f\x5b\x8d\x40\x92\x28\ \x2c\xf2\x4e\x14\x46\xbe\xef\x95\x05\x73\x5c\x51\x2b\x97\x0f\x2e\ \x2e\x5d\x5e\xdf\x18\x74\x07\x84\x52\x6a\x49\x5e\xe4\x45\x91\x23\ \x12\x0a\x76\xd8\xeb\x70\x2e\x64\x9e\x76\x77\x77\xb2\x3c\x6f\xd6\ \x6b\x38\xf1\x33\x27\xfc\xad\x29\x6b\xcd\xd1\x63\x27\x7a\x83\xdd\ \x6e\xa7\x4b\x08\x52\x4a\x19\xe3\x33\x73\x07\xa2\x70\xd8\xeb\x76\ \x5e\xa4\x32\x6d\xb5\x5a\x31\x51\xa6\x8d\x66\x56\x69\x45\xb4\xd6\ \x8e\xe3\x14\xca\x18\x23\x85\xe0\x71\x1c\x23\x21\x95\x6a\x2d\x0a\ \x87\xa3\x30\x5a\x5d\x5d\x15\xae\xbb\x78\x70\x69\x66\x66\x1a\x99\ \x48\x8b\xdc\x98\x42\x16\x49\x21\xf3\x5a\xa3\x8e\x04\x93\x24\x09\ \x47\xc3\xb5\x8b\x17\xf2\x24\xf6\x3d\x3f\x8a\x12\x46\x70\x6b\x6b\ \x13\x90\xbe\xe5\x81\x37\x8d\xe2\x14\x0c\x11\x6e\xb9\x3f\x4c\xee\ \xbd\xef\x75\x83\x41\xdf\xf7\x5c\x87\x20\x4f\xb2\x2c\x0b\x2f\x5f\ \xde\x20\x84\x94\x82\x20\x4b\x92\xf5\x8d\x8d\x52\x10\x1c\x3f\x7a\ \x94\x0a\xd7\x0f\x82\xf6\xf6\x86\x2e\xb2\x34\x8e\xcb\xe5\x8a\x56\ \xda\x00\x59\xdf\xd8\xb8\x74\xe1\xc2\xde\xee\x36\x5a\xeb\x38\x0e\ \x52\x4c\xf3\xcc\x18\x83\xc4\xa1\x84\xfa\x41\x59\x08\x9f\x31\x81\ \x00\x45\x96\xc6\xd1\xa8\xdb\xed\xd4\xab\x95\x20\x08\x86\xc3\x81\ \x36\x4a\x2b\x4d\x09\x19\x0c\xba\x56\xa9\x34\x8a\x6b\x95\x20\x1a\ \x0d\xc2\x81\xc9\x92\xb4\x1c\x94\xac\xb5\x69\x92\xd7\x6a\x35\xcf\ \xf3\xf3\x22\xf7\x3d\xdf\x18\x8d\x08\x4a\x4a\xb0\x16\xc1\x84\x43\ \xc2\x39\x27\x93\x4c\x83\x09\xdf\x20\x27\x42\xc8\xe1\xa3\xc7\x8f\ \x1d\x7f\xd5\xc2\xe2\xd2\x81\xc5\xa5\x43\x87\x8f\x36\x1a\x4d\x63\ \x5e\x7c\x3d\x6a\x04\x63\xcc\x70\x30\x18\x0d\x47\xea\xeb\x07\x29\ \x8c\x31\x51\x14\x0d\x06\xc3\x42\x16\xae\x70\x5d\xd7\xcd\x8b\x82\ \x71\x5e\xab\xd5\x7a\xbd\xde\xf2\xf2\xf2\xe2\xe2\x82\x2b\x44\xa9\ \x14\x38\x9c\x97\xcb\xd5\x9b\x6f\xb9\xb5\x90\xd2\x71\x9c\x5a\xad\ \x56\xe4\x45\x14\x86\x4f\x3e\xf9\xe4\xe2\xe2\x82\xe3\xf0\x34\x8d\ \x6b\xf5\x7a\x10\x04\xd5\x6a\xf5\xd0\xa1\x25\xe1\x38\x5a\x4b\x4a\ \xe0\xae\xbb\xee\x08\x7c\xef\xc0\x81\x39\xb0\x1a\xac\x69\x36\xeb\ \x9e\x27\xba\xfb\xfb\xfb\x7b\xed\xbd\xf6\x6e\xb7\xb3\x2f\x8b\x9c\ \x52\x22\x8b\xdc\xe5\x74\xf9\xe0\x81\x46\xb5\xf2\xc4\xe3\x8f\xad\ \x5e\xbc\xd0\x6a\x34\xac\x91\x9c\x80\x35\x4a\x15\x49\x96\xc6\xc2\ \x11\x84\xe0\xe9\x53\xa7\x56\x2f\x5d\x62\x8c\x31\x46\x39\x63\xe5\ \x20\xf0\x3d\xd7\xf3\xdd\x46\xa3\x66\x8c\x2e\x8a\x5c\x2b\xd5\xe9\ \xec\x23\xe2\xc2\xc2\x42\xad\x56\x2b\xf2\x5c\x2b\x25\x1c\x87\x12\ \xda\xe9\x76\x8a\xa2\x28\x8a\x22\xcb\x73\xd7\x75\x5b\xad\x16\xa5\ \x54\x29\xc5\x39\x2b\x05\x7e\xbd\x5e\x2f\x95\x4a\x00\xc8\x39\x67\ \x8c\xb9\xae\x6b\xad\xed\xf5\x7a\x59\x96\x49\xa5\x26\x11\xa0\x09\ \xdf\x28\x4e\x63\x4c\xa5\x5a\x25\xa4\x6e\x2d\x28\x25\x5f\xd8\x16\ \xee\x45\xba\x9a\x24\xcd\xb2\xc1\x60\x00\x00\xdc\x49\x38\x77\x38\ \x77\x84\x10\x4a\xa9\xc1\x60\xd0\x6a\xb4\x38\xe7\x84\x52\x40\x4b\ \x08\x09\x02\x7f\xdc\x16\x52\x49\x6d\x20\x23\x16\x17\x0f\x2c\xd6\ \x7d\xf7\xec\x99\xf3\x8d\x7a\x7d\xf5\xd2\xfa\xfe\x5e\xe7\xf2\xfa\ \xa5\xa4\xd9\xfa\xbe\xb7\xbf\xed\xdc\xb9\x73\x32\xcf\x4a\xa5\x72\ \xe0\x07\xb7\xdf\x7e\x3b\xe3\x8c\x10\x32\x1c\x0e\x8d\x52\xa5\xc0\ \x03\xa3\xbb\xfd\x3e\x05\x90\x79\x3e\x1c\x0c\x19\x92\x6a\xb9\x94\ \x66\x19\x18\x2b\xf3\xdc\xe5\x4e\x9e\xa4\x32\xcb\x87\xdd\xbd\x28\ \x1c\x0d\xba\xfb\xd1\xa0\xe7\x79\x42\x51\x48\x93\xc4\x68\x5d\x2a\ \x97\xa3\x41\x4f\xe5\xa9\x23\xf8\xb9\xb3\x67\xba\xa3\x61\x96\xa5\ \x42\x70\x8a\x80\xc4\x52\x46\xb4\x92\x82\xf1\x70\x38\xcc\xf3\x02\ \xc6\x6d\xaf\xa4\xea\x76\x3b\x79\x96\xa6\x71\x22\x04\x37\x46\xf7\ \x06\x7d\xb4\x86\x52\xb2\xb7\xb7\x9b\xe7\x79\xab\xd5\x9a\x9e\x9e\ \xf6\x3c\xc1\x18\x71\x1c\xe6\xfb\x9e\x94\x32\xf0\xfd\xf1\xe0\xcc\ \xcc\xcc\x24\x49\xc2\x18\xcb\xb2\x2c\x8e\x63\xcf\xf3\xae\x30\xdc\ \xf6\x8f\x52\xa6\x05\x48\xd3\x34\xcf\x0b\x42\xae\x89\xb5\x57\x2b\ \xcb\x13\x96\xa7\x4c\xab\xeb\x53\x78\xe0\x08\x42\x19\xfe\x03\x91\ \x3f\x44\xdc\xdc\xdc\xb4\x00\x46\xeb\x20\x08\x1a\x8d\xe6\x4b\xbb\ \xf1\x42\x08\x00\x1b\xc7\x71\x51\x14\x80\xc4\x75\xbd\x4a\xb5\x5a\ \x6f\xb4\x3c\xcf\x13\x42\x04\x41\x20\xa5\x5e\xa8\x2c\x30\x82\x97\ \x56\x2f\x78\x9e\x57\xab\xd5\xa2\x38\x76\xbd\xc0\xe1\x8e\xc3\x39\ \x22\xb6\xf7\xf7\x83\x72\xf9\xe8\x89\xe3\x4f\x9f\x7c\x76\x75\x6d\ \x75\x7f\xbf\x73\xdb\xed\x77\x1c\x5e\x3e\xfc\xb9\xcf\x7e\x16\xac\ \xa9\xd6\xaa\xda\x98\x72\xb9\x92\xa6\x29\x20\x6c\x5d\xde\x4c\x8b\ \x2c\x8b\xe3\x1d\x99\xef\xec\xee\x1c\x3a\xb8\x98\x27\xd1\xce\xf6\ \x66\xa3\x51\xbf\xfd\xb6\x5b\x08\xa5\xbd\x6e\x6f\x65\xe5\xfc\xca\ \xca\x0a\xe3\xbc\x5e\x2b\x77\x57\x77\x39\x25\x49\x38\x4c\xd3\xf8\ \xe6\x1b\xef\x6a\xef\x6e\xfb\x9e\x48\x93\x44\x3b\xfc\xe4\xd3\x5f\ \xcd\x32\xd9\x9c\x99\x9f\x99\x99\xb7\x43\xf5\x58\x00\x00\x20\x00\ \x49\x44\x41\x54\x59\x58\x5e\x7a\xfc\xf1\x2f\x1b\x63\x00\x88\xd1\ \x46\x49\x99\x65\x69\xa9\x1c\x6c\x5d\x5e\xdd\xdb\xdd\xaa\x94\xfc\ \x2c\x76\x5d\x61\xb2\x3c\xef\xf7\xfb\x68\x2d\x27\x6c\x14\x0e\xf3\ \x2c\x35\xda\x14\x45\x11\x45\x91\x31\x76\x67\x67\x07\x00\xf2\x3c\ \x1f\x1f\x58\xd5\xda\x28\xa5\x84\x27\x28\xa5\x84\x90\xf1\xe1\xd2\ \x2c\xcb\x92\x24\x29\x8a\x62\x34\x0a\xc3\x30\xbc\xea\xfb\x99\x08\ \xe0\x79\xde\xf8\x13\x5c\x1b\xca\x04\xdf\x27\xc2\xa3\xd7\xa7\x32\ \x9f\xd7\xe7\x3f\x74\xbf\x39\xff\xc2\x17\xbe\xf0\x37\x5f\xfc\xa2\ \x10\xe2\x7d\xef\x7b\xdf\xd4\xf4\xf4\x4b\xfa\x15\xc6\xf7\xfd\xd9\ \x99\xd9\x5c\x49\x4a\x08\xe3\x0e\x63\xbc\x52\xa9\x10\x42\x28\xa5\ \x9e\xe7\x21\xa2\x54\x19\x77\x9c\x72\xe0\xcd\xcd\xcd\x0d\xfb\x7d\ \x63\x4c\xb9\x5c\x66\x94\xb4\x77\x77\x01\x89\xf0\x9c\xde\x60\xa0\ \xad\xe5\xc2\x5d\x5a\x5e\x7e\xf4\xd1\x2f\x5b\xa3\x0e\x1f\x3a\x14\ \xf8\xde\xa0\xd7\xa5\x84\xb8\xae\xe7\xba\xfe\x70\x30\xb4\x80\xbe\ \x2b\xe6\x66\x67\xce\x9c\x3b\x1b\x8e\x86\x9c\xb3\xc3\x4b\x8b\x5a\ \x16\x56\xeb\x7a\xad\x4c\x08\x64\x69\x52\x2a\x95\x02\xdf\xa5\x04\ \x8f\x1d\x3b\xb2\xb8\xb8\x78\xf6\xec\x99\xbd\x9d\xed\xc0\x13\x04\ \xc0\xf7\xfc\xcd\xcd\xcb\x9c\xd1\x23\xcb\x87\x4f\x9d\x7c\x26\x89\ \x86\x88\x68\x34\x26\x51\xdc\xd9\x6b\x1f\x3e\x7e\x9c\x00\xa0\xb5\ \xd6\x1a\x55\x28\xdf\x75\x2b\xa5\x52\x9e\x65\xd6\xea\xd5\x4b\x97\ \x5c\xd7\x65\x8c\x29\x25\x29\x21\x9c\x91\x22\xcb\xd6\x37\xd6\xf2\ \x3c\x73\x5d\xb7\xc8\x33\x00\x9b\xa6\x89\xe3\x38\xbe\x5f\xde\xdf\ \xdf\x93\x52\x02\x58\xa5\x64\x1c\x85\x5a\x4f\x45\x61\x38\x4e\xc4\ \x5d\x59\x59\x31\xc6\x8c\x45\x6b\x8c\xe9\x76\x3b\xad\x66\x7d\x12\ \x01\x9a\xf0\x0d\x4b\x9d\xd5\x4a\xbd\xf3\x9d\xef\x44\x42\x0e\x2d\ \x2d\xdd\x7e\xdb\x6d\x4a\xaa\x97\xd0\xc5\x13\x11\x93\x24\x41\x42\ \x7c\xdf\x27\x88\x42\x78\xdc\x71\x7c\xcf\xe3\xc2\xe3\x9c\x53\x4a\ \x01\xd0\x11\x56\x5b\x03\x88\xd3\x33\x33\x97\x2e\x5c\xd8\xda\xdc\ \x34\x08\xb5\x7a\xd3\xf7\xcb\x59\x5e\x74\x3a\xdd\x76\x7b\xdf\x0f\ \x4a\xae\xe7\x2d\x2d\x1d\xf2\x7d\x7f\x34\x1a\xa4\x69\x22\x65\xbe\ \xbf\xdf\x66\x94\x6c\x6d\x6d\xdf\x79\xd7\xbd\x95\x6a\x65\x73\x73\ \xbb\x52\xae\x49\x99\x37\xea\xb5\xa3\x47\x96\x5b\xcd\x86\x31\xaa\ \xdb\xed\x38\x84\xf4\x7b\xdd\xed\xed\xad\xd1\x60\x70\xe4\xc8\x11\ \x21\x04\xa3\xe4\xc0\x81\xb9\x43\x87\x0e\x25\xe1\x68\x6f\x73\xa3\ \xbb\xbf\xef\x08\xa7\x28\xe4\xd6\xf6\xce\xf2\xa1\x25\x2f\x28\x15\ \xb2\xd0\x12\xaa\x95\x72\x66\x15\x77\x58\x1c\x87\xfd\x7e\xcf\x28\ \x45\x09\x6a\x25\x8d\x31\x95\x5a\xb5\x51\xaf\x0f\xfa\xbd\xfd\xdd\ \x76\xad\x56\x0d\xc3\x28\x8e\xc2\x4a\xa9\x54\x64\xa9\x26\x58\xab\ \x94\x4b\x65\xdf\x11\xdc\x18\xcd\x0d\x43\x04\x42\x48\xa3\x51\x5f\ \x5a\x3a\xb4\xbf\xbf\xdf\x6e\xef\xfa\xbe\x17\x45\x21\x12\x60\x8c\ \xe5\x32\xf7\x3c\x2f\x4d\x53\x6b\x2d\x63\x4c\x4a\x59\x14\xc5\xf8\ \x50\xf5\x15\xee\x51\x4d\x94\x79\xbd\xc0\x18\x4d\x92\xa4\xda\x28\ \x33\xc6\x7e\xf8\x87\x7e\x08\x11\x95\xd6\xd6\x58\xa5\x14\x79\xd1\ \x05\x42\x11\x00\xb4\x56\xd5\x7a\x8d\x12\x42\x29\x77\x3d\x8f\x10\ \x02\xe3\xb2\x20\xd6\x22\x41\x40\x00\x44\x83\x50\x2e\x97\x29\x21\ \x8c\xf3\x30\x0c\x2f\x76\x2e\x54\xaa\x0d\xe1\xf9\x04\x0c\x10\x52\ \xae\x54\x08\x21\xe5\x72\xd9\x71\x1c\xa3\xf5\xda\xda\xda\x5e\x7b\ \xb7\xbd\xb3\x4b\x09\xd9\xd9\xdd\x15\xbe\x27\x5c\xd1\x68\x34\x1a\ \xf5\x56\xbf\xdf\x9f\x9d\x9e\x9a\x9b\x99\x8e\xa2\xe1\xd9\x73\x67\ \x3b\xed\xbd\x92\xef\x67\x71\xd2\xef\x74\x8a\x34\x9d\x6e\x35\x3b\ \x79\xae\x65\x11\x0d\x87\x97\x56\xce\x53\x02\xcd\x66\x7d\x2b\x8d\ \xba\xfd\x41\x92\x24\x42\x88\x3c\x57\xb9\x54\x4a\x1b\x24\x28\x65\ \xc1\xb9\xa8\x57\xab\x59\x96\x9d\x39\x7d\x2a\xcb\x12\x6a\x01\x01\ \x10\xc0\x61\xd4\x5a\x3b\x1a\x8e\xa2\x28\x44\xb0\xc2\xe1\xfd\xa2\ \x48\xd2\x24\xf0\xbc\x3c\x4f\x93\x34\x15\x9c\xfb\xae\x3b\x18\x0c\ \xb2\x2c\x63\x8c\x69\xad\xb5\x36\x8c\xb1\x66\xb3\x59\x14\x45\xb5\ \xda\xdb\xd9\xd9\x29\x95\x4a\xb3\x73\xb3\xdb\xdb\xdb\x52\xca\x24\ \x49\x2a\x95\x8a\x10\x82\x73\x3e\x1c\x0e\x01\x80\x32\x46\x29\xb3\ \x57\x90\x69\x30\x89\xcd\x5e\x17\x68\xad\x9b\xad\xe9\xce\xfe\x5e\ \x9a\xa6\x63\xcf\x47\x6b\x4d\x09\x19\x0e\x7a\x60\x8d\x23\x5c\xfb\ \x62\x16\x4e\x63\x4d\xb5\x5a\x1d\x9f\x6c\xe6\x9c\xe1\xb8\xd8\x0f\ \x3c\x57\x08\x08\x11\x11\x09\x17\xc2\x2f\x95\x8c\x31\xcd\x56\xcb\ \x11\x02\xac\x3d\x74\x68\xb9\x51\xaf\x87\x61\xb8\xbf\xb7\x37\x18\ \x8e\x0c\xe0\x81\x85\xc5\x66\xab\xb5\xb8\xb8\x38\x3b\x3b\x0b\x00\ \xbb\xdb\xdb\xcf\x3c\xf5\x34\x80\x41\x84\x1b\x6e\xb8\xe1\xd0\xd2\ \x12\x25\x74\x7e\x6e\x5e\x38\x4e\xaf\xdb\x51\x32\xef\xec\xed\xf5\ \x7a\xdd\x3c\x4b\xb3\x34\x5a\xbd\x74\xf1\xf2\xe5\x35\xb0\x3a\xcb\ \x92\x73\x67\x4f\x47\xd1\x68\x7e\x7e\x96\x12\xe8\x74\xf6\x36\xd6\ \xd7\x19\xa5\x07\x97\x96\x84\x70\x19\x17\x5e\x50\x41\xee\x34\x5a\ \xd3\x06\x59\x94\x24\xd6\x5a\x04\x64\x8c\x1d\x3d\x72\xe4\xb9\xa3\ \x9b\x14\xad\xd5\x52\xe6\xbe\xe7\x96\xcb\x25\x82\x58\x14\xf9\x60\ \x30\x4c\x92\xc4\x73\x9d\x22\xcd\x08\x41\xc6\x59\x9e\x26\x69\x9a\ \x66\x59\x66\x8c\xf1\x7c\x37\x2f\xb2\x24\x8d\xf7\xf6\xda\xa7\x4e\ \x9d\x8c\xe2\xd0\x11\xdc\x0f\x3c\x29\x73\x6d\x34\xa5\x34\xcb\xf3\ \x24\x49\x82\x20\xa8\x54\x2a\xf5\x7a\x7d\x79\x79\x79\x76\x76\x36\ \x49\x92\x5e\xaf\x97\x66\xe9\xcb\x61\xcd\x8e\x03\xc7\xd7\x8e\x9f\ \x59\x48\xa2\x2d\x6a\x33\x11\xe3\xdf\xbd\x4d\x2a\x2b\x55\xca\xb3\ \xb3\x73\x67\x4e\x3d\x7b\x68\xf9\x70\xa5\x5a\x53\x4a\x75\xf6\xda\ \xc3\xd1\x70\x66\x76\xae\xbd\xbb\xf3\x62\x6d\x5a\x4a\x28\x21\x44\ \x4a\xe9\x38\x0e\x65\x04\xf0\xb9\x62\x5c\xe3\x59\x80\x52\x62\x01\ \x8c\xb5\x9c\xb1\x22\x49\xb8\x70\x86\xc3\xe1\xd2\xa1\x43\x47\x8f\ \x1d\x23\x84\x3b\xc2\x7b\xf2\xab\x5f\x89\x93\xa4\xd1\x6c\x39\xc2\ \xb5\x76\xd8\x6a\x4d\x39\x0e\x8f\xa3\xe8\xcc\xd9\xd3\xc2\x71\xb4\ \x31\xb7\xdd\x76\xdb\x89\x13\x27\xfa\xfd\x61\xb7\xdb\xcd\xb3\x7c\ \x7b\x7b\x4b\xa9\xe2\xec\x19\xdb\x68\xd6\xc1\x68\x46\x29\x58\x93\ \x44\xf1\xf4\xf4\x34\xe7\xbc\xd7\xeb\x95\x83\x92\xe7\x08\x46\x88\ \xe0\xce\x54\xa3\xb1\xb5\xb3\x65\x8c\xa9\x35\x9a\x96\x8a\xa9\x99\ \xe9\x4a\xb5\x32\xe8\xb4\x85\xeb\x71\x82\xa3\x30\xf6\x3c\xd8\xd9\ \xd9\xbe\xf1\x96\xdb\x05\xe7\x5a\x29\x46\x0d\xa3\x04\x00\x86\xc3\ \xe1\xc5\x0b\x17\xce\xaf\x6e\x0d\xba\x7b\xb5\x6a\x10\x47\x51\x29\ \x28\xc7\x7a\x98\x24\x89\xd1\x6a\xd0\xef\x77\x3a\x9d\x99\xe9\xe9\ \x66\xa3\x31\x0c\x87\x83\xc1\xc0\x18\x63\xc1\x86\x51\x18\xad\x44\ \xd6\xda\xc1\x60\x80\x88\x59\x96\x6e\x6d\x6d\xe5\x59\x46\x29\xad\ \x54\x2a\x59\x96\x05\xbe\xef\x79\xde\x78\x63\xc9\x73\x5d\xc1\x1d\ \x7b\xb5\xb3\xf3\xac\xb5\x07\x0f\x2e\x2a\xa5\x08\x5e\x1b\xca\xd4\ \x50\x6a\x90\x0a\xe3\x66\x52\xbe\xfd\xef\x22\x30\x81\x9c\xbb\xbe\ \x57\x2e\x97\xcf\x9f\x3b\x0d\xd6\x12\x4a\x5d\xd7\x6b\xb5\xa6\xf2\ \x3c\x93\xb2\x18\x67\x96\xbe\x88\x65\x13\xc0\x0f\x02\x4a\xa9\xb5\ \xc0\x28\x23\x40\x8c\x31\xb2\x48\x8d\xd6\x8c\x31\x47\x3b\x79\x9e\ \x85\x56\x15\x69\xfa\xec\x53\x4f\x67\x71\x52\x14\x85\xe7\xfb\x08\ \x44\x4a\x5b\x2e\x97\x7d\xcf\xcf\xb3\xc2\x6a\xa3\xa5\x6c\xd4\xeb\ \x47\x8e\x1e\xf9\x9b\xcf\x7d\x26\x8a\x46\xeb\x6b\x6b\x85\xcc\x7c\ \xcf\xbb\xf7\xde\x7b\x18\xa3\x71\x14\xed\xed\xed\x46\xa3\xb0\x5c\ \xf2\xbf\xfb\x0d\xf7\x47\x51\xb8\xb6\x71\x69\xf3\xf2\x86\xd5\xca\ \x68\x59\xe4\x89\x92\x39\x58\xed\x70\xee\x0a\xc1\x19\x2b\x05\x41\ \x7b\xb7\x6d\xad\x35\x4a\xa7\x79\xd6\xa8\xd7\xf3\x42\xaa\x22\x73\ \x78\x3d\x4d\xb2\x66\x6b\x6a\x76\xba\xf9\xf8\x97\x1f\x71\x2c\x8c\ \x86\x83\xb3\x67\x4e\xaa\x22\x45\xa3\x99\xc3\xad\xb1\x8c\x8b\x30\ \x8a\xce\x9e\x3e\xb9\xdd\xee\x96\xcb\xc1\xfe\x5e\x1b\x00\x3c\xcf\ \xd3\x46\x15\x45\xd1\xed\x76\xf2\x2c\xab\x54\xab\x48\x48\xa7\xdb\ \x8d\xe3\x08\xac\xa5\x94\x2a\xa9\x64\x51\x58\x6b\xb3\x3c\x0b\xc3\ \x90\x31\x9a\x24\xf1\x6e\x7b\xd7\x0f\x4a\x9c\xb1\x4a\xad\x96\x65\ \xa9\x57\x2a\x6f\x6d\xef\x0e\x47\x51\xa3\x35\x55\x0a\x4a\xd9\x95\ \xf9\xf6\x2f\x5d\x99\x4a\xe9\xd9\xb9\xf9\xff\xe7\x57\xdf\x7f\x8d\ \x2c\x98\xcf\x4f\x16\x5a\x4d\xba\xc5\x7e\x13\xcf\x50\x1b\xd9\xed\ \xed\x08\x57\xcc\xcd\x2f\x7c\xfd\xc9\x40\xa9\x64\x5e\xe4\xf5\x46\ \xe3\x45\xc9\x72\x1c\x01\x36\x06\xc1\x68\xb0\x28\x89\xa4\xd4\x08\ \xc7\x29\xd2\x24\x0c\xc3\x72\xb9\x5c\x24\xa3\x33\xcf\x3e\xb9\xb1\ \xb9\xe6\xb9\xa5\xcd\xcb\xdb\xae\xef\xcf\xcc\x4c\x1b\xad\x8d\xd5\ \x16\x99\xd6\x52\x4b\x25\x98\xe3\x3a\x42\x4b\xc5\x19\xad\x96\x4a\ \xbe\xef\x66\x79\xb6\xba\x76\xa9\x14\xb8\xe5\x6a\x30\x33\x3d\x65\ \xb4\x12\x0e\x8d\xe3\xc1\xee\xce\x96\xc3\xf9\xec\x6c\x6b\x38\x64\ \x3b\x5b\x4c\x65\x45\xa7\xd3\xe6\x1c\xb5\xce\x92\x38\x0c\xc3\x70\ \x7a\x7a\x26\x89\xc3\xe1\x60\xb0\x70\x60\x71\x38\x08\xd7\xd6\x2f\ \x59\x23\x91\x12\xc7\x71\x66\x6a\x65\xd7\xf3\xba\x3b\xdb\x9b\x1b\ \x6b\x82\x3b\x27\x4e\xdc\xf4\xd8\x63\x4f\x0e\xa3\xa4\x1c\xe8\x53\ \xcf\x7c\x35\x8c\xa2\x40\x38\xd6\x82\xd4\x08\x44\xb8\x9e\xd7\xdf\ \xdf\xd6\x69\xc6\x2a\x2e\x75\x85\xb5\x36\x1a\x0d\x00\xa0\xdb\xed\ \x4a\xa9\xfc\x52\x39\x8e\xa2\x6e\xaf\x8f\x00\x68\xb4\x51\xda\x18\ \x89\xe3\xce\x70\xd6\x52\xb0\x04\x0c\x82\x46\xab\xe3\x24\x9e\x9a\ \x9b\x77\x85\xe7\x05\x25\xa5\xa1\xd1\x9c\xea\x74\xbb\x8e\x1b\x20\ \x41\xd7\x0f\x92\x34\xbe\xba\x75\x80\xac\x35\xd5\x5a\x9d\x10\x62\ \x27\x3d\xcd\xbf\xb3\x35\x0b\x60\xed\xf3\x35\x51\xaf\x30\x36\x1b\ \x87\x61\xbf\xb3\xc7\x18\x15\x8e\x33\xd2\xc6\x5a\x5b\xa9\x54\x84\ \x70\x5c\xce\xd2\x28\x8c\x46\x83\x33\xa7\x4e\xee\xed\xb7\x1d\xc7\ \xd5\x06\xb4\x31\xab\x6b\x97\x46\xa3\x91\x10\x1e\xe5\xd8\xed\x75\ \x2f\x5c\x38\x7f\xd7\x1d\x77\x12\x44\xad\xf5\xf6\xe6\xe5\x5a\xad\ \x5a\xad\x56\xf3\x34\x2a\xf2\xac\x18\x1f\x98\xea\xf5\xaa\xf5\x86\ \xe7\x0a\x46\x48\xb7\xdf\xbb\xe3\xd6\xdb\x08\x25\x9c\x73\xb0\x36\ \x49\x92\x5e\xaf\xcb\x39\x66\x59\x9e\x66\xb9\xc3\x45\x96\xe5\xfb\ \xfb\xfb\x00\xa4\x52\xa9\xb8\x2e\x07\x0b\x52\xc9\x34\x8c\x1b\xcd\ \xc6\xcc\xec\x4c\xad\x5a\xdb\xdc\xdc\xe8\x74\xda\xae\xeb\x6d\x6d\ \x6f\x12\x8a\x49\x9a\x0a\x07\x99\xb5\x5a\x16\x9c\xb3\x2c\x2f\x18\ \x65\x16\x09\xa5\x4c\xc9\xa2\x5c\xf2\x11\x40\x4a\x9d\xc4\x11\x63\ \x2c\xcf\xf3\x6a\xb9\xd2\x68\x34\xd2\x34\x1d\xf6\xfa\x14\x89\x31\ \x5a\x6b\x6d\x8c\x31\xc6\xe0\xf3\x10\x24\xe4\xb9\x72\xba\xd6\x5a\ \x00\xe3\xf9\x22\x8a\x22\x03\x66\x18\x0e\xb3\x2c\xe3\x8e\x13\xc5\ \x71\x14\xa7\xd5\x92\x7f\xd5\xf7\x33\xc7\x1f\x6e\xf2\x6c\x5f\x6f\ \x50\x4a\x2f\x5d\x58\xb9\xb8\xb6\x51\xab\x56\x95\xd6\x59\x9a\x69\ \xad\x5c\xcf\x9b\x9b\x9b\x6b\xb5\x5a\xe1\x68\xb4\x7a\xe9\xc2\x28\ \x1c\x51\xc6\x11\xa9\xc3\x69\x1c\xc7\x83\xfe\xa0\xdf\xeb\x4e\x4d\ \xcf\x0a\xd7\xdd\xde\x6a\x03\xc0\xf4\x74\x6b\x6f\x7f\xb7\xc8\xf3\ \x22\x4b\x10\x11\x01\xb4\xd6\xd6\x1a\xad\x2c\x25\x74\x30\xec\x5f\ \x58\x39\xef\x09\x81\x08\x83\x5e\xb7\xd3\xed\x9c\x3a\xf9\x4c\xb5\ \x5c\x41\x04\x4a\x10\xc0\x5a\x40\x42\xa8\x70\x9c\xe9\xe9\x59\xa3\ \x4c\x1c\x47\x33\x33\xb3\xcf\x3c\xf3\xb4\x94\xb2\x52\x2d\x6f\x6c\ \x74\x2c\x18\x6b\x6d\xb7\xdb\xcd\xb2\x2c\xcb\x52\x6b\x6d\x9a\x26\ \xab\x6b\x6b\x8c\x31\x4a\xa8\xd1\xda\xf1\x02\x24\x68\x8c\xb1\xd6\ \x4a\x29\x81\x90\xfe\x60\x50\x2a\x95\xaa\x95\x6a\x2e\x25\x82\x65\ \x8c\x02\xd8\x52\x29\x98\x99\x99\x49\xd3\x34\x8a\x42\xc6\xa8\x94\ \x05\x41\x54\xc6\x8c\xc7\x61\xbc\x66\x8e\x33\x1f\x09\x21\x48\x08\ \x20\x08\x47\xec\xb7\xf7\xea\xb5\xba\xc3\x59\x96\x15\x60\x2c\xa3\ \x2c\xd5\x99\x2a\x8a\xd1\x28\x9c\x6e\xd6\x27\xbb\x26\x13\xae\x0a\ \x04\xc9\xfe\xde\x4e\x7b\xe7\xb2\x96\xa9\x2c\x0a\xad\x35\x00\x26\ \xd1\x00\x4c\x81\x56\x46\x61\x74\x79\x7d\x55\x2a\xa5\xb5\x35\x3a\ \xe7\xdc\x21\x84\x0c\xfa\xfd\xbd\xbd\xbd\x03\x07\x0e\x84\xc3\xc1\ \x68\xd0\x73\x05\xcd\x8b\xd4\x73\xbd\xdd\xdd\x6d\xc1\x28\x45\x64\ \x94\xc8\x42\x52\x82\x80\xa0\x95\x3a\x73\xe6\x4c\xb5\x5a\x0b\x7c\ \xef\xfc\xb9\xf3\x79\x96\x1d\x3d\x72\xd8\xf7\xbc\xed\xed\xad\xd3\ \x67\x4e\x25\x49\xe4\xbb\x9e\xb6\x4a\x13\x93\x67\xc5\x7e\xbb\x2d\ \x95\xae\x56\x2b\x71\x14\x32\xc6\x36\x37\x37\x4b\xe5\x32\xe3\x94\ \x20\x29\x8a\x7c\xaf\xdd\x36\xc6\x58\x63\xca\xa5\xd2\x60\x30\xc8\ \xd2\xc4\xf7\x7d\xc1\x69\x6f\xbf\xed\x08\x8f\x10\x92\xa7\x39\x12\ \x4a\x09\xb1\x48\x10\x20\x08\x4a\xd6\x5a\xcf\xf7\x7d\x42\xac\x2d\ \x75\xf6\xf7\x29\xc5\x28\x0a\x57\x56\xce\x4b\x29\x1d\xce\x8c\x71\ \x8c\xd6\xcf\xcb\x92\x10\x42\x08\x28\xa5\x10\x60\x2c\x4e\x00\x60\ \x94\x5a\x6b\xa3\x30\xb4\xd6\x94\xcb\xd5\x46\xbd\x11\xf1\x84\x33\ \x2a\x8b\x62\x7f\x7f\x9f\x00\x4c\x32\x0d\x26\x5c\x25\x03\x18\x95\ \x2a\x06\xfd\x2e\x58\xcd\x39\x17\x62\x9c\x89\x86\xe1\x68\xb0\xa9\ \xa4\x31\x26\x8e\xc3\x22\x97\x88\x48\x08\x95\x52\x22\xa3\xb2\xc8\ \xcf\x9c\x3a\x79\xe2\xd8\x31\x6d\xcc\xea\xa5\x8b\x52\xa9\x3c\xcf\ \x08\x40\xad\x54\x52\x45\xc6\x03\xbf\xd1\xa8\x77\x3b\x7b\x16\x2c\ \x5a\xd0\xda\xee\xb5\xdb\x79\x96\xd7\x6b\xb5\xce\x5e\x27\x08\x02\ \x46\x69\xbd\x56\xcd\xd2\x74\x34\x18\xe6\x79\x91\xe7\x79\x96\xa5\ \x42\x88\x34\x49\xa2\x30\x04\x40\x57\x88\x3c\xcf\x46\xa3\x3c\xcb\ \x12\x4a\x09\xa5\xb0\xb5\xbb\x33\x36\xeb\xb2\x2c\x73\x85\x50\xb2\ \x30\x5a\xb9\x4e\x50\x64\x59\xa3\xd5\x4a\x46\x83\x24\x49\x28\xa5\ \x16\xec\x58\x57\x88\x38\x37\x37\x57\xab\x55\x47\x83\x88\x0b\x01\ \xd6\x32\x4a\x93\x38\x1e\x0d\x87\x52\xca\x68\x14\xba\xae\x1b\xf8\ \x7e\xb5\x52\xd9\xdd\xdd\x1d\xf7\x56\x00\x78\xce\x2c\x45\x40\x24\ \x04\xc9\xd8\xae\x05\xad\xa5\x10\x4e\xa7\xd3\x69\xb5\x5a\x84\xe0\ \xc6\xc6\x5a\xbd\xde\x98\x9f\x3f\x40\x08\x8d\xe3\xb0\x56\xaf\x5e\ \x81\x30\x27\xca\x9c\xf0\x52\x84\x89\x79\x9a\xf4\x3b\xfb\x56\xc9\ \xf1\xde\x40\xb9\x5c\x96\x5a\xbb\xae\x3b\xe8\x75\xe2\x38\x2e\x8a\ \x4c\x1b\x83\x94\x3c\xd7\xdf\x44\x69\x46\xe9\xa5\x8b\x2b\xab\x97\ \x2e\x1c\x3d\x7a\x34\xec\x77\x8f\x9e\xb8\x21\x8d\xc3\x64\x34\x28\ \x97\x7d\x6d\xe4\xf6\xda\x86\x51\x1a\xad\x65\x84\xa5\x49\x5c\x29\ \x95\x2b\x41\xa0\x64\xd1\xef\xf7\xd2\x3c\x99\x9d\x9a\xbe\x78\xf1\ \x02\xa7\x6c\x65\xe5\x3c\x58\x23\x1c\x27\x67\x8c\x71\x36\xee\x26\ \x32\xb6\x45\x3b\x9d\x7d\xdf\xf7\x28\x25\xfd\x7e\xb7\x28\x32\xcf\ \xf7\xb4\xd6\x45\x51\x70\xce\x39\xe7\xda\x18\x29\x65\x9e\xe7\x83\ \xc1\xa0\xd9\x6c\x82\xd5\x94\x52\x25\xa5\x52\x8a\x10\x62\xb5\xb6\ \xd6\x7a\x9e\xe7\xfb\x7e\xa5\x5c\xc9\x53\xb9\xbf\xd7\x36\x60\x29\ \xa1\x59\x96\x29\xa5\x8a\x22\x27\x84\xe4\x79\x3e\x1c\x0e\xc6\x6a\ \xe4\x9c\x03\x58\xa5\x94\x31\xda\xda\xb1\xb7\x69\x65\x51\x8c\xd3\ \x7d\x08\x12\xc1\xb8\x52\x2a\x1a\x8d\x38\xa1\x8e\x10\x79\x1a\x6f\ \x45\x71\x21\x0b\x34\x36\x1c\x8c\xec\xa4\xa6\xc1\x84\xab\x25\x4e\ \x82\xca\xe8\x24\x4b\x8d\x31\x16\x80\x72\x46\x29\x35\x60\x2d\x82\ \x54\xd2\x18\x43\x08\xb1\x88\xd6\x58\x44\xb0\x00\x5a\x69\x55\x14\ \x6b\x97\x2e\x1a\x25\xd1\x9a\xd9\xe9\xc6\x60\xd0\x25\x88\xd1\xa8\ \x1f\x8d\x42\x25\x0b\x24\x48\x29\xa5\x84\x70\xe6\x04\x9e\x8f\x08\ \x69\x9a\x68\xa9\xd3\x38\x1e\x89\x61\xaf\xb3\xbf\xee\x38\x83\x5e\ \x37\x0c\x47\x59\x9e\x71\xca\x2a\x41\xa5\x52\xa9\x6a\x5d\x44\x51\ \x9c\xd8\x38\xcd\xd2\x6e\xa7\x9d\x65\xa9\xd6\xaa\xc8\x89\x51\x85\ \x35\x9a\x92\x71\xeb\x20\x4d\x08\x75\x05\x4f\x93\xd8\x1a\xed\xb9\ \xa2\xc8\x53\x63\xc7\x41\x12\x3b\xfe\x03\x00\x88\x24\x49\x92\xed\ \xed\x6d\xad\x6d\x18\x0e\x7d\x3f\xc8\x65\x91\xa6\x91\x2b\xdc\x3c\ \x4b\x8d\x31\x9e\xef\x81\x35\xd6\x5a\x4a\x89\x94\x12\x11\x84\x10\ \x88\x90\xe7\xa9\x31\xc6\x5a\xad\xb5\x19\xa7\xb0\x53\x8a\x60\x0d\ \x25\x68\xb5\x1e\x8d\x86\x04\x69\x10\xf8\x60\xd1\x5a\x30\xc6\x50\ \x3a\xce\x38\xba\x8e\x95\xf9\xbc\x35\x6f\x27\xe1\xe3\x6f\x2f\xd6\ \x12\x4a\x09\x63\x84\x32\x0b\x3a\x97\x32\x4a\x12\xd7\x75\x31\xcf\ \x11\x50\x8f\x87\x9b\x20\x7e\xbd\xcd\xce\xb8\x9c\x82\xd5\x7a\x6b\ \x63\x23\x1a\xf4\x7d\x3f\xa0\x00\x71\x14\x21\xa2\x35\x5a\xa9\x22\ \x4b\x13\xa3\x34\x23\x04\x01\x8c\x36\x59\x96\xee\x6c\x6f\xa7\x79\ \x46\x08\x65\x04\x95\x92\x79\x9e\x9d\x3a\xf5\xcc\xce\xf6\xae\xeb\ \xba\x82\x73\x4a\x18\x25\x14\x01\x3c\xd7\x13\x8e\x53\xad\x94\xf6\ \xf6\xf7\x2a\xe5\xc0\xe1\x24\x8e\x13\xce\x88\xb5\x76\xdc\x5b\x0c\ \xac\x21\x88\x08\x16\xac\xc9\xb3\xf4\xf0\xf2\xa1\x03\xf3\x73\xdb\ \xdb\x5b\x9c\xf3\x38\xc9\x8c\xd6\x06\x80\x50\x0a\xd6\xba\x42\x04\ \x41\x30\x0a\x47\x79\x26\x83\x20\x98\x9d\x9d\x1d\x0c\xfa\x7b\xd6\ \x58\x6b\xac\x35\x42\x38\xae\x10\x79\x9e\x03\x58\x4a\xa8\xeb\xba\ \x00\x96\x52\xaa\x94\xa4\x94\x09\xc1\xa4\xcc\xc7\x65\xca\x08\x21\ \xae\xeb\x0a\xe1\x68\xad\x7d\xdf\x27\x84\x86\x61\x68\xb4\xe6\x9c\ \x6b\x6d\xa2\x70\x94\x67\xd9\xf5\x1b\x01\x22\x84\x18\x63\xc6\x11\ \x39\x44\xe2\xba\x02\x91\x4c\xc2\xc8\xdf\xc6\x39\x4f\x2a\xa3\x94\ \x05\x42\xd1\x42\x21\x55\x18\x25\x52\x1a\x29\xb5\xe3\x38\x16\x29\ \xa5\x8e\xd6\xca\x5a\x8b\xd6\x52\x42\x10\xd1\x5a\x23\x65\x11\x45\ \x61\x91\x27\x37\xdd\x74\x73\x9c\x44\x9c\xb3\x24\x8e\x95\x2a\x18\ \x62\x67\x7f\x4f\x49\xc9\x18\x43\x0b\x60\x4d\x96\xe5\x81\x52\x04\ \x50\xe6\x39\x20\x16\x59\xb6\xbb\xbb\xeb\xb9\x5e\xa5\x5c\xae\x55\ \xaa\x9c\x73\x6b\x21\x49\xb2\x28\x0c\x01\x2d\x63\xa4\xd1\x6a\xcc\ \xd1\x19\x24\x50\xad\x96\x57\x57\x57\xcb\xe5\x52\xa9\x54\x4e\xd3\ \x2c\x0c\xc3\xa2\x28\x8c\x31\x9c\x73\xd7\xf5\x1c\xc7\x69\xb5\x5a\ \xbe\xef\x8f\xcb\xc9\x0f\x86\xa1\x05\x20\x84\x3a\xc2\x55\x4a\x19\ \x63\x8a\xa2\xc8\xb3\x3c\x49\x32\x24\x7e\x1c\xc7\x52\x2a\x21\xdc\ \xf1\xd1\x67\xc6\x9e\x33\x9e\xc7\xe9\xb2\x85\xd4\x8c\x51\x63\x8c\ \x52\xb2\x5a\xad\x72\xce\xf3\x22\x1b\x8c\x06\x71\x1c\x33\xc6\x38\ \xe7\xe3\xa2\x7b\x49\x92\x38\x8e\x9b\xe7\x85\x10\x7a\x5c\x9c\x5e\ \x29\x25\x95\xba\x4e\x95\x49\x08\x89\xe3\x68\x7d\x6d\x4d\x15\x85\ \x01\x8b\x80\xae\x2b\x96\x0e\x2d\x0b\xd7\x9b\x2c\x9e\xdf\xae\x35\ \x93\x3b\x0e\x75\x18\x10\x34\x1a\x2c\xd8\x2c\xcf\x95\xd1\x85\x2a\ \x4a\xa5\x12\x22\x52\x87\xd9\x44\x7e\xbd\x65\x25\x10\x42\xd0\x02\ \x25\x50\x14\x69\x9a\xe8\x3c\x4b\x77\xb6\xb7\x46\x49\xa4\x72\x99\ \xa7\xa9\x2b\x84\x54\x32\x2f\x8a\x71\xa3\x4d\x46\x28\xa7\x94\x3b\ \x8e\x29\x8a\x78\x30\x40\x40\xed\x70\x4a\x59\xb5\x5c\x39\xb8\xb0\ \x98\x67\xd9\xfa\xfa\xba\x70\x84\x2b\xbc\x6a\xb5\x1a\x27\x91\x31\ \xba\x14\x04\x5a\x16\x83\x7e\xbf\x56\xaf\x72\xce\x8c\x56\x08\xd6\ \x75\x98\xf6\x04\x82\x91\x85\x2c\xb2\x94\x33\x82\xd6\x6c\xac\xad\ \x12\xb0\x25\xff\xb9\x27\x81\x52\xaa\x8d\x95\x52\x6a\xad\xb9\xc3\ \xb5\xd6\x52\xca\xa2\xc8\x31\x81\xd1\x68\xe8\xba\xee\xd8\x8f\x1d\ \x1f\xe0\x42\xc4\x6a\xb5\xca\x19\xdb\xef\x74\xf3\x3c\x47\x74\x5d\ \x57\x8c\xeb\x5f\x17\x45\x81\x04\xc1\x5a\x29\x65\xa5\x52\xf1\x3c\ \x37\x2f\x0a\xa5\x64\x96\xe5\x42\x68\x4a\x29\xe7\x9c\x50\xc2\x19\ \xf7\x7d\x97\x33\x72\x5d\x2a\x13\x31\xcf\xf3\x73\xa7\x4f\x1f\x38\ \x78\xf0\xd0\xf2\x61\x42\xa8\xd2\xea\xe2\xca\xb9\x73\x67\x4e\xdf\ \x74\xcb\x6d\x94\xb1\xeb\x53\x9c\x5f\xdf\xfe\xfe\xb6\xbd\x9d\x51\ \x0a\x2d\xa0\xb5\x74\xdc\x13\x96\x10\x02\xa8\xa5\x8a\xc3\xc8\x11\ \x42\x2a\x09\xc6\x5a\xa3\x09\xa2\xd1\x9a\x32\x4e\x29\x45\x20\xaa\ \xd0\x80\xd8\xef\x0f\xb5\xd6\x69\x96\x02\x40\x6f\xd0\xa3\x8c\x12\ \x00\x4b\xb4\xd2\x92\x5a\xc3\x89\xf5\x7c\x91\xd9\x42\x33\x88\x8b\ \xac\x5a\xae\xb8\x9e\xe7\x96\x4a\x05\x40\x8e\x08\x25\xdf\x96\xcb\ \xa3\x2c\x4e\x8b\xdc\x6d\xce\x29\x69\xc2\x51\xd4\x89\xfa\x79\x91\ \xb6\x07\xdd\x54\xe7\x44\x38\xa3\x34\xe1\x84\x19\xa5\xac\x31\x32\ \x4e\x7c\xdf\x4f\x95\x72\xb8\xe3\x10\x12\x0f\x06\xdc\x02\x5a\x30\ \xd2\x70\x42\xad\x05\x40\x6d\xad\x46\xb0\x95\xc0\x9b\x99\x6e\x65\ \x59\xde\xe9\x74\x94\x51\xc6\x42\x5e\x64\x8e\x10\xc3\xc1\x80\x71\ \xe6\xba\x5e\x18\xc5\x95\x4a\xb5\x5a\xab\x53\x2e\xfa\x83\x01\xa2\ \x15\x82\xe7\x79\x0a\x00\x5a\xeb\x2c\x4e\xb3\xb4\x00\x8b\x0e\x17\ \x83\xfe\xc0\x02\x18\x63\xb5\xd6\x49\x12\x4f\x4d\xb5\x6a\xb5\xea\ \x38\x52\x9d\x66\x7e\x9a\x25\xd7\xe3\x59\x13\x4a\xc8\xf6\xe6\xe5\ \x66\xb3\x79\xf8\xc8\x31\x6b\xac\x92\x12\x2d\x9c\x78\xd5\x4d\x7e\ \x50\x6a\xef\xee\x10\x42\xaf\x33\x3d\x8e\x7b\x2f\x13\x4a\xbe\xcd\ \x09\x8b\x4a\xc9\x22\xcb\x64\x5e\x8c\x43\x1d\x94\x20\x02\x18\xad\ \xb5\x94\xe4\xeb\x99\x7b\x04\x01\x11\xb4\x52\x5a\x49\xa5\x8a\x3c\ \xcf\x8b\x42\x22\x60\x92\x26\x71\x14\x67\x71\x92\xc4\x71\x9e\xe7\ \x59\x9e\x85\x69\xac\xb4\x04\x62\x29\xa3\x84\x11\x4a\x80\x80\x1d\ \x76\x3a\xc4\x98\x8a\xf0\x5c\xc2\x49\x61\x88\xb2\x3a\x2f\x1c\x26\ \xa6\xa7\x66\x4a\x41\xc0\x09\x04\x9e\x33\x55\xab\x06\x2e\x27\xda\ \x1c\x98\x9d\x9b\x69\xb6\x38\x52\x07\x48\x49\x78\x0c\xd1\xe3\x0e\ \x68\xed\x09\x51\x29\x95\xea\xd5\x5a\xc9\x0f\x5c\xce\x1d\xca\x02\ \xcf\x4b\xa3\x38\x4b\x32\xb4\x00\xc6\x12\x0b\x9c\x52\x82\x10\x78\ \x5e\x39\xf0\x5d\xc1\x39\x27\x59\x9a\x08\xd7\x91\xaa\xf0\x7d\x7f\ \x7c\x68\x2b\xcb\x0b\x44\x12\x27\xe9\x7e\xa7\x1b\xc7\x11\xe7\x2c\ \x4d\x13\xc6\x58\xa9\x14\x48\x29\xc7\xfd\x7c\xad\x05\xd7\xf5\x94\ \xd4\x79\x2e\x8d\xb1\x94\x32\x21\x04\xe7\x4c\x4a\x19\xc7\x91\x52\ \x05\x21\xb0\x78\xf0\x40\xa9\x14\xbc\x7c\xb1\xd9\x2b\xd9\x39\x7d\ \xb9\x4c\x59\x3a\x1a\x0e\x0f\x1d\x3e\xaa\x95\x1a\x9f\x48\x1a\xfb\ \xe5\xb5\x7a\x63\x7f\xaf\x7d\x90\x10\xf3\x4a\xc9\x76\xff\x16\x77\ \x17\xa9\xc3\x49\x96\xa4\xc8\x3d\x12\x9e\xf9\xd8\xe7\x2e\xbf\xfe\ \xed\x0f\xd4\xb9\xf9\xb6\x2c\x9c\xd6\xda\xc0\xf7\x3d\xcf\xe5\x9c\ \x72\xce\xbf\xde\x23\xdd\x5a\xab\x91\x10\x0b\x06\xac\x91\xaa\xe0\ \x94\x21\x22\xe3\x14\x11\xac\xd5\x00\x68\xac\x02\xe4\x52\x16\x61\ \x6c\xd3\x24\x25\x94\x68\x63\xa5\x54\x69\x96\x69\x40\xca\x39\x12\ \xa2\xa5\xcc\xb2\xdc\x27\x1c\x47\x49\x53\x78\x7a\x10\x56\xab\x0d\ \x41\x88\x49\xa5\xea\x8c\xa2\x51\x62\x95\x2e\x6b\x20\x44\x94\x35\ \x29\x55\x5b\x65\xcb\x7c\xcf\x6b\x94\xea\x50\x09\xbb\xbd\x5e\x5e\ \xe4\x33\x33\x53\x51\x91\x00\xa5\x58\xe4\x60\x4c\xb7\xdf\xaf\xd7\ \xeb\x41\x10\x34\xa7\xa6\xd2\x34\x1d\x84\xa3\xf6\xde\x7e\x51\x14\ \x8c\xb1\x42\x49\xa3\x2d\x27\x54\xa1\x1e\x9f\x20\x1d\x86\x23\xca\ \x98\xe7\x07\x16\x10\x91\xba\xc2\xa7\x84\x15\x46\x73\x4e\xc7\x11\ \xdc\x5e\xaf\xcf\x18\x1d\x1b\xc0\x52\x4a\xd7\xf5\x28\x65\xe5\x72\ \x79\x30\x18\x44\x51\xe4\x38\x0e\x20\xd4\x6a\x55\x40\x94\x52\x66\ \x59\x36\x3e\x38\x96\x65\x19\x00\x08\x21\x66\x66\x66\xea\xb5\x97\ \xad\xaa\x25\x21\x86\x3a\xf6\xda\x78\xe0\x09\x77\x0c\xa2\x05\xab\ \x8d\xe9\xec\xef\x29\x25\x1d\xc7\x69\x4d\xcf\x18\x6b\xc6\x5b\x4f\ \xf6\x15\x13\x07\xfa\xfb\xef\x2e\x22\xb1\x2a\xfa\xda\x67\x3e\xf6\ \xa7\x5f\x89\xde\xfb\x13\x3f\x7b\x83\xec\xad\x5c\xdc\xba\xdf\x0d\ \x7c\x9e\xa7\x59\x61\xbe\x1d\xe2\x64\x9c\xf9\x81\x5f\x0a\x02\xc6\ \x58\x9a\xa6\xe3\x6d\x12\xc6\xd8\xb8\x75\x02\x22\x7a\x9e\x87\x16\ \xc6\xb1\x4a\x44\x04\xc0\xf1\x5f\xe3\x02\x73\x79\x5e\xe4\x52\xfa\ \x81\x4f\x38\x2f\xf2\x2c\xcd\x33\x0b\x88\x94\x03\x41\xe2\xba\xc0\ \xb9\x35\x96\x11\x52\xa9\x94\x8b\xac\xc8\x64\x6a\xc0\x7a\x7e\xe0\ \x38\xac\x1f\x8e\xd2\x34\x25\x68\x94\x4c\xca\xe5\x72\xa5\x54\x61\ \x94\x66\x59\xae\xb5\x8e\xd3\x34\x4d\x53\x63\xb4\x10\xa2\x3d\xec\ \x16\x52\x96\x4a\xa5\x2c\xcb\xc2\x28\x9a\x99\x9d\xa5\x8c\x39\x42\ \x0c\x86\xc3\x5e\xbf\xb7\xb7\xbf\x0f\x08\x84\x31\xd0\x0a\x00\xa4\ \x56\x46\x9b\x52\xa5\xec\xfa\x9e\xb6\x46\x69\x4d\x99\xb3\xb7\xd7\ \x59\x38\xb0\x30\x35\x35\xbd\xb1\xb1\x59\x2e\x57\xe6\xe7\xe7\x37\ \xd6\xb7\x1c\xee\xee\x6c\xb7\xa7\x67\x5a\xa5\x52\x29\x8e\x63\x3d\ \x3e\x58\xe3\x38\xe3\xbd\xd3\x71\x0e\x90\x52\x2a\x4e\x92\x4a\xb5\ \xea\x79\x5e\x1c\xc7\xe3\x09\xb4\xdb\xed\xfa\xbe\x6f\x8c\xd9\xd8\ \xd8\xa8\x54\xca\x2f\x4b\xed\x3c\x42\xf2\xfd\xed\xfe\x27\x7f\xd7\ \xc6\x03\xb8\x06\xce\x82\x51\x6b\x42\x6f\x16\x4f\xdc\x60\xc7\x79\ \xc7\x4a\x6b\xa2\xad\x36\x04\x71\xaf\xbd\x7b\xe6\xd4\xb3\xe6\xc5\ \xa4\x6e\x5f\xa3\xab\x25\x00\xe7\x6c\x61\xf1\x90\xeb\x7d\xf3\x98\ \x16\x61\x34\xdc\x5c\x5d\x59\xeb\x33\x4b\x94\xb5\x94\x0b\xd9\x3b\ \xf3\x1b\xbf\xf4\x0b\xb3\xcb\x77\xfc\xc0\x3b\xde\xd8\xa0\xdf\xb2\ \x13\xf9\xb7\x9a\x13\x00\xf2\x3c\x53\xb2\xb0\xd6\x53\xaa\x00\xb0\ \x84\xa0\x10\x8e\xe3\x38\x79\x9e\x15\x85\xf4\x5c\x4f\x78\x6e\x9a\ \xc4\xa3\x61\x88\x40\x90\x12\x24\x84\x12\x24\x94\x70\x4e\x8d\xd1\ \x85\xd2\x06\x09\x10\x6a\x94\xb2\x16\xac\x06\xa3\x0d\x52\x46\x28\ \x05\x65\x72\x63\x0b\x2c\x42\xa2\xa9\xcd\x79\xc0\xc3\x2c\x29\xbb\ \x14\x1c\x53\x2a\xb3\x3c\x31\xeb\xbd\x5d\x87\x13\x6d\x72\x32\x0a\ \xdc\xa9\x5a\x46\x54\x56\xa4\x58\xb8\x97\xc3\x2e\x71\x90\x11\x67\ \x68\xf3\x51\x12\x6b\xa9\x82\x52\x40\x28\xad\x37\xea\xd5\x5a\x8d\ \x32\xea\x08\xc7\x02\x10\x4a\xf5\x78\x9b\xd5\x18\x40\x64\x0e\x37\ \xd6\x10\xce\x86\xa3\xd1\xfa\xfa\xba\x1f\x04\x8d\x46\x73\x7a\xe6\ \x40\x18\xa6\xe5\x72\x75\xbc\xc9\x39\x3b\x33\xb7\x70\x60\x31\x89\ \xb3\x8d\x8d\xcd\xc1\x60\x24\x5c\x51\xad\x06\x69\x9a\x8e\x2b\xfd\ \x20\x22\xa5\x34\xcf\xf3\x71\x48\x69\x71\x61\xc1\x2f\x97\x94\xd6\ \x94\xd2\xb9\xb9\xb9\x6e\xb7\xdb\xef\xf7\xb5\xd6\xe3\x9e\x7f\xda\ \x98\x2c\xcd\xae\x7e\xc7\x21\x44\xcb\x44\xef\xc1\xdf\xac\xaf\x7e\ \xa5\x54\x6f\x18\xf3\xdf\x3e\xb8\xc2\xac\xde\xa2\x65\x69\xac\xd1\ \x7a\x1c\x18\xb4\x60\x8d\x56\x5a\x29\x3f\x28\xcd\xcc\xce\x29\xf5\ \x1d\x5f\xbd\x0b\x01\xb2\x3c\x0b\xc3\x91\xe7\xfb\xdf\x54\x99\x5a\ \x4a\x7f\xe1\xe6\x1f\x7c\x57\x35\xfe\xc3\x4f\x1a\x0b\xc6\x68\x5e\ \x59\x78\xe0\x9f\xbe\xed\xdc\x27\xff\xf4\xff\x7d\xec\xd8\x7b\xdf\ \x74\x40\x67\xff\xd8\xe9\x89\x51\x8a\x08\x4a\x49\x6b\x2d\x80\xa5\ \x94\x11\x82\x8e\xc3\xb5\x56\x48\xb0\x52\x29\x5b\x84\x22\xa3\x00\ \x96\x10\xe2\xf9\x1e\x22\x52\x42\x10\x90\x10\xc2\x39\x33\x48\x09\ \xa0\x31\xa6\x28\x72\xb0\xd6\xe3\xa2\x00\x60\x88\x84\x92\xdc\x9a\ \xc1\x70\xa0\xa8\x45\x46\xbb\x49\xa8\xb5\xe2\x9c\x5b\xcd\xa2\x51\ \x91\xda\x22\xcb\x52\x05\xd2\x00\x84\xe9\x48\xee\x6e\x46\x3a\xf7\ \x3c\xcf\x17\x2e\x2f\xe2\x82\x18\x00\x9b\x67\x71\x6f\x75\x88\xd2\ \xa8\xbc\x50\xbb\xca\x5a\x10\x42\xec\x77\x3b\x42\x38\x40\x10\x29\ \x09\xe3\x28\x49\x13\x00\x8a\x48\x70\xec\x7e\x5b\x60\x9c\x25\x69\ \xaa\x8d\x29\xa4\x44\x42\xb5\x06\x25\xe5\xe6\xe6\x96\x10\xae\x31\ \x5a\xca\x62\x75\x75\x35\x0c\xc3\x8d\x8d\x0d\x44\xec\x76\x3a\xc6\ \x14\x94\x92\x28\x8a\x06\x83\x41\x10\x04\xe3\x1a\x11\xff\x1f\x7b\ \xdf\x1d\x68\x45\x75\xed\xbd\x76\x9b\x7a\xce\xbd\xe7\xdc\xde\xe1\ \xde\x4b\xef\x82\x48\x11\x44\x29\x22\x88\x41\x8d\xa0\x31\xb6\xc4\ \x12\x4b\x9a\x89\x2f\xe5\x69\xf2\x92\x98\x57\xf2\xbe\xbc\x97\x18\ \x9f\x89\x29\xc6\xae\xd8\x40\xaa\x74\x44\x7a\xef\x97\x72\xa9\xb7\ \xf7\x72\xfa\xcc\xec\xf2\xfd\x31\x17\x44\x01\xe3\x4b\x2c\xc8\x63\ \xff\x43\x99\x39\x33\x7b\x66\xf6\xda\xab\xfd\xd6\x6f\x19\x86\xa1\ \x69\x1a\x65\xac\xa5\xa5\x95\x50\x82\x10\x8a\xc5\x62\xbe\x17\x9a\ \x4c\x26\x3d\xcf\x63\x8c\xe5\xe7\xe7\xdb\xf6\x67\xe4\x67\x2a\xcc\ \x74\x37\x11\x8d\xbb\x89\xf3\x21\xe8\x49\xa5\xe0\xac\x88\x73\xcf\ \x71\x93\x42\x0a\xa9\xa4\x10\x22\xe5\xa4\x5c\xcf\xa5\x94\xea\xba\ \x41\xe9\x85\xc0\xab\x67\x58\x16\xa5\xf4\x23\x32\xb4\x08\x63\xa4\ \x38\x97\x5d\x1c\x20\x9a\x19\x2a\xed\x39\xc0\x1a\xb0\x7a\x75\x73\ \x9b\x44\xc5\x08\xfe\x21\xad\xa9\x94\xf2\xb9\x6d\x34\x8d\x51\xca\ \x7c\x3b\x96\x31\xe6\x7b\xf5\x94\x50\xa6\x31\x42\xa9\x65\x98\xb6\ \x6d\xa7\x52\x29\x46\x88\x4f\xe2\xee\xd7\x25\x6a\x9a\xc6\x2c\x2a\ \x31\x26\x0a\x05\x2c\x83\x11\xaa\x84\x68\x6a\x6c\x88\x47\xa3\x88\ \x12\xa6\x94\x45\x29\x35\x74\x21\x04\x63\xac\x33\xd9\xe1\xc4\x13\ \x09\xc7\x4b\x0f\xa6\x0b\x15\xd5\x01\x72\x6d\x5b\x22\x65\x62\x64\ \x18\x46\xa2\xb5\x2d\x2e\x25\x92\xaa\x1a\x50\xd0\xb6\x15\x80\x1b\ \x8f\xb7\xb7\xb7\x17\x16\x14\x31\x4d\x73\x39\xf7\x38\xe7\x52\xa8\ \xd6\x16\x29\x65\x22\x95\x52\x08\x22\xf1\xb8\x4f\x88\x42\x35\x0a\ \x1c\x39\xae\xa3\x10\xc2\x18\xc7\xe3\x71\xd7\x73\x63\x89\x78\xd2\ \x75\x6a\x6a\xeb\x30\x10\x8f\xbb\xc9\x64\x02\x21\x94\x72\x92\xae\ \xe7\xc4\x13\x31\xa6\x91\x58\x34\x16\x0a\x07\x82\xc1\xa0\xea\x42\ \x11\x49\x3f\x90\xa1\xeb\x7a\x32\x99\x04\x80\x58\x2c\xc6\x05\x6f\ \xef\x68\xd7\x34\xcd\xb2\x2c\x9f\x8f\xcb\xc7\xbe\x7b\x9e\xd7\xde\ \xde\x1e\x08\xd8\x9f\xbe\x35\xab\x14\xf2\xdc\xcc\xeb\xef\xef\xb4\ \x6c\x27\xd2\x8e\xce\x83\x12\x6a\x82\x54\x52\xa6\x79\xa9\x64\x0a\ \xa3\x60\x30\x88\x31\xf1\xd9\x3e\x1d\xc7\x35\x4c\x33\x33\x3b\xfb\ \xc2\xc0\x1b\x48\xa5\xb8\xeb\x71\xee\x7e\x04\xce\xcb\xcf\xc2\x29\ \x00\x00\x25\x04\x17\xbc\x2b\xd9\xfd\x49\x78\xb8\x38\x16\x8f\xc6\ \xe2\x11\x4c\xc0\xe7\x6b\xb4\x6d\x9b\x50\x24\xb8\x50\x20\xa4\x92\ \xa9\x64\x82\xe9\x1a\xc1\x58\xd3\xa9\x10\x24\x11\x8b\x71\xce\x41\ \x49\x82\x31\x80\x8c\xc7\xa3\x82\x62\x09\x88\x21\xa2\x11\xc2\x85\ \x04\xcf\x83\x64\xd2\x6d\xef\xb0\xc3\xe9\x8c\x30\x9b\x43\x9a\xd2\ \x75\x83\x59\x41\x2b\x65\x04\xb9\xe7\x09\xc1\x4d\xc2\x2c\xa2\xeb\ \x98\x4a\x6c\x30\x53\x8f\x79\x0e\xa1\x04\x49\xe5\x3a\xae\x10\x42\ \x63\x9a\xae\x31\xce\x45\x52\xb0\xf4\x34\x22\x24\x28\x46\x30\x25\ \x0a\x81\x66\xe8\x88\x60\x29\x85\xff\x4f\x2e\xb8\x54\x92\x62\x2a\ \x85\xf4\xf1\x49\x52\x4a\xc7\x75\x01\x80\x69\xcc\x6f\xd8\x47\x08\ \x56\x4a\x12\x8c\xa4\x50\x8c\x61\x4d\xa3\xba\x6e\x60\x8c\x6a\x6b\ \x91\x90\x9e\x6d\x5b\xc1\x60\xc0\xc7\xeb\xfa\xc0\xda\x2e\x5e\x32\ \x9f\x0f\x49\x4a\x04\x40\x29\xf5\x8b\x51\x2c\xcb\x22\x84\xb8\xae\ \xab\x69\x9a\x6d\xdb\x8e\xe3\x70\x8f\x7f\x26\xfd\x33\x95\x64\x69\ \x19\xb9\xb7\xff\x33\xe0\xf3\x22\x04\x44\x10\x34\xef\xd8\x5e\x55\ \x79\x40\xef\xd5\x3b\x91\x50\x4a\x2a\x3f\x05\x5c\x5f\x57\x5b\x54\ \x54\xec\xa4\x1c\xce\xbd\x0b\x28\x36\xfb\x91\xef\x1c\x51\xcb\xb6\ \x29\x06\xa5\x59\x76\x66\x06\xb2\x0d\x9c\x95\x6b\x9a\x99\x8a\x59\ \x8a\x9d\xaa\xaa\x57\x20\x25\x48\x89\x84\x80\x8f\x6d\xe7\x2b\x50\ \x04\x13\xca\x18\x21\xc4\xaf\x21\xf6\x3c\x8e\x50\x8a\x73\xce\xb9\ \x40\x08\xe2\x2a\xce\xb8\x27\x38\x3f\x55\x2a\x05\x00\x52\x4a\x82\ \xb0\x52\x2a\x95\x4a\x49\x0d\x6b\x86\x81\x41\x7a\x49\x87\x70\x81\ \x3d\x9e\x1b\x4c\xeb\x53\x50\x84\x94\x90\x52\x06\xac\x80\x46\x0d\ \xc6\x98\x66\x68\x32\x20\xbb\x9a\x8b\x01\x60\x21\x08\x02\xe0\xd2\ \x48\x0b\x3a\x48\x72\xc1\x41\x28\x29\xa5\xa6\x69\x4a\x08\x8d\x69\ \x52\x4a\x27\x99\x6c\xea\x68\xaf\x4e\xc5\xda\xe3\x71\xbf\x82\x84\ \x27\x12\x5d\x41\x07\x21\x5d\xcf\x73\x3c\x4f\x01\x70\x29\x40\x0a\ \xa5\x94\x90\x92\x0b\x81\x31\xe6\x52\x08\x21\x05\x28\x19\x8f\x21\ \x00\x50\x12\x00\x71\x2e\x5c\xd7\x6d\x68\xac\x45\x08\x0b\x21\x23\ \x91\x4e\xcf\x4b\xa5\x52\x89\xa6\xa6\x26\x3f\xd8\xe3\x4b\x26\xe7\ \xdc\x71\x1c\x7f\x2b\x4c\x24\x93\x9e\xe0\x29\xd7\xf5\x4e\x22\xe6\ \x7d\x74\x11\xa5\x14\x63\xec\xba\xde\xc7\xdc\x1c\x3f\x81\xd8\xac\ \x92\x82\x7f\xbc\xc6\x63\x9f\xc1\xe0\x00\xbd\xca\xcb\x77\x45\x3b\ \xf7\xef\xdb\x57\x5a\x56\x86\x30\x16\x42\x1c\x3d\x72\x38\x37\x2f\ \xaf\xb4\xbc\x87\xe7\xb9\xff\x27\x12\x99\x18\x2b\x04\x90\x5b\x3e\ \xe3\x9b\xbd\x90\xf0\xbc\xc6\xfc\x7b\x87\x62\xbc\x64\x61\x56\xbb\ \xec\x13\x5b\x05\xbf\x5b\xc2\x84\x00\x04\x40\x99\x32\x4d\x48\x0b\ \xaa\x70\x86\xca\xce\x56\x05\xf9\x90\x9d\xad\x30\x12\x94\x4a\x84\ \x3e\x5a\xee\x31\x41\x04\x23\xa5\xa4\xbf\xd3\x49\xc9\x39\xf7\xb5\ \x34\x07\x00\x42\x30\x20\xd0\x0d\x8d\x51\xc6\xb9\xe0\xe0\xe8\xba\ \x66\x18\x9a\xa6\xe9\xa6\x61\x00\x02\x49\x11\xd5\x99\x72\x3c\x9e\ \x14\x0c\x41\x38\x3d\x3d\x6c\xda\x44\xc9\x80\x69\x21\xa9\xb8\x82\ \x98\x70\x12\xd2\x53\x6e\x1c\x51\xac\xeb\x1a\x15\x88\x28\x45\x94\ \x22\x52\xa5\xa2\x31\x94\x8a\x24\x40\x82\x52\x01\x3b\xc0\x3d\xce\ \x1c\xc2\x39\x47\x0a\x0c\xd3\xb0\x2c\x8b\x79\x86\x97\x8c\x00\x46\ \xc9\x64\x2a\x99\x4c\x18\x86\x69\x18\xba\x27\x84\x94\xd2\xf1\xdc\ \x94\x93\x52\x08\x51\xc6\xa4\x10\x08\x21\x8a\x31\x20\xbf\x42\x13\ \x03\x46\xa0\x90\x54\x52\x0a\x0f\x94\xa4\x4c\x03\x24\x2d\xcb\x90\ \x52\x39\x4e\x22\x1a\x8d\x29\xf0\x74\x9d\x44\xa3\x51\x5d\xd7\x7d\ \x65\xeb\x47\x7d\xfc\x1d\xea\x94\x70\x02\x00\xa3\x14\x21\xe4\xb7\ \x30\xf1\xc1\x7d\xbe\xed\xe6\x6f\x11\x9f\x91\x64\x9e\x7f\xd9\x04\ \x34\x64\xc8\xb0\x9d\xdb\xb7\x1c\xae\x3c\x54\x50\x58\x54\x5d\x5d\ \x95\x9f\x5f\xd0\x7f\xc0\xe0\xff\x13\xe8\x1f\x4a\x95\xa6\x21\xd7\ \x45\x2d\x2d\x78\xc7\x4e\x7d\xd3\x26\xb2\x79\x13\xaa\x3c\x82\x5c\ \x07\x5c\x17\x71\x0e\x9c\x9f\xa2\xfc\xf1\x81\x73\x88\x52\xc5\x28\ \x30\x4d\xa5\x05\xd5\xe0\x21\x78\xd8\xd0\xfc\x13\x55\x87\x95\xe2\ \x84\x28\x04\xca\x45\x67\x0d\x41\x71\x2e\x3c\x8f\x33\x26\xa4\x10\ \x84\x52\x1f\xf6\x4d\x08\x11\x02\x03\x00\xc6\x84\xa7\x5c\x89\x90\ \x87\x1c\x25\x95\x92\x12\x21\xc4\x3d\x17\x94\x02\x25\x11\x80\x32\ \xb4\xb8\xeb\xe2\x78\x32\x08\x38\x6c\x98\x69\x04\x23\xcf\xa1\x9a\ \xc6\x15\x24\x1d\xaf\xef\x90\xc1\x55\x91\x4e\x45\xb1\xae\x69\xa6\ \x69\x9a\x96\x41\x10\xe8\x04\x31\x05\xa9\xce\x48\xcd\x91\xa3\xc2\ \xd0\x85\x90\xf1\x44\x2c\xaf\xb0\x20\x18\xb4\x05\xe7\xcd\x4d\xcd\ \x18\xa1\xf4\xf4\x70\xc0\xb6\x92\x94\x64\x4a\x37\xd5\xd0\x80\x94\ \xcc\x08\x87\x14\x00\x20\x44\x19\xe1\x42\x01\x02\x4c\x30\x41\x84\ \x20\x24\x00\x29\x40\x08\x23\xe9\xb3\x93\x49\x45\x11\xa6\x18\x10\ \xc2\x0a\x23\x29\x15\xc1\x44\x61\x45\x08\xc1\x58\xb9\x1e\x76\xb9\ \x17\x4c\x0f\x12\xc2\x3c\x8f\x53\x46\x40\x21\xdf\x7c\x45\x18\x11\ \x4c\x92\xc9\xa4\xdf\x6e\xc8\xb6\x2d\x05\x48\x28\x09\x4a\xb9\x9e\ \x27\xa5\x24\x98\xe8\xba\xee\xbb\xa5\xbe\x7f\xfe\x7f\x54\x32\x7d\ \xea\x87\x21\xc3\x86\xef\xd8\xb6\x65\xd7\xce\x1d\xfd\x07\x0c\x1c\ \x30\xf8\x12\x25\xe5\x85\x2c\x99\x08\xf9\x32\x89\x1b\x1b\xe9\xba\ \xf5\x74\xde\x3c\xf2\xde\x6a\x5c\x55\xad\x72\x73\x65\x69\x29\x9f\ \x3a\x45\xf6\xed\xa3\x8a\x8b\x65\x7e\xbe\xca\xca\x82\x60\x50\x19\ \x06\x48\x89\x12\x09\xe8\xe8\xc0\xcd\xcd\xa8\xb6\x16\x9f\xa8\xc2\ \xbb\x76\xe2\x8a\x0a\xe3\x9d\x77\xee\x8d\xc6\x26\x65\x65\xee\xcd\ \xcf\xdb\x5a\x5c\x54\x61\x59\x2e\x63\x40\xc8\x87\x44\x53\x49\x2c\ \x25\xc1\x88\x05\x2d\x13\x90\x42\x80\x18\xa2\xa0\xb0\xc6\x28\x21\ \x94\x51\x46\x3d\xc0\x08\x61\x02\x18\x63\x44\x30\x80\x02\xa4\x14\ \x28\x25\x15\x26\x2c\x05\x1a\x57\x32\x44\x64\x16\xa0\x2c\x09\x2c\ \x95\xc4\xb6\x95\x22\xa8\x3e\x99\x4a\xcb\x2f\xc6\xdd\x7a\xe0\xda\ \x13\x08\x50\x56\x66\x16\x45\x84\x50\xc2\x34\xc2\x90\xd0\xb9\x87\ \x13\x29\xe2\xb8\x66\x38\x53\xea\x76\x8c\xd7\xa3\x40\x3a\xd8\x36\ \x08\x61\x4a\xc2\x53\x09\x23\x14\x26\x98\xc6\x13\xa9\x82\xf4\x0c\ \x53\x40\x5d\x4b\xb3\x1d\x0a\x82\x46\x31\x65\x52\x8a\x64\x2a\xd5\ \xd6\xda\x9c\x4c\xb8\x18\x31\x40\xd8\x47\xe7\x09\x29\x7d\x9e\xdc\ \x80\xce\x8a\x73\x73\x39\xf7\xa4\x00\x0e\x54\x28\xa4\xa4\x90\x52\ \x08\xc9\xa9\xc6\x88\x96\x20\xba\x65\x06\xac\x58\x2c\x11\xed\xec\ \xb0\x2c\x93\x31\xa6\x4e\xf2\x27\x11\x42\x12\xc9\x18\xd3\x88\x52\ \x32\x10\xb4\x31\x22\x52\x76\xa1\x6d\xfd\x73\x02\x96\xe5\xeb\x0c\ \xce\x79\xd0\xb2\x3f\x5d\xee\xbc\xf3\x3a\x40\x22\x25\xc2\x78\xc0\ \xc0\xc1\x59\xd9\x39\x05\x05\x45\x17\xb8\x58\x6a\x1a\x60\x84\x8e\ \x1e\xd3\x66\xcf\x61\x2f\xbe\x88\x8f\x1d\x53\xd9\xd9\x7c\xd2\x24\ \x67\xe2\x04\x79\xc9\x25\x32\x3b\x5b\x65\x64\x00\x00\xe2\x1c\xa4\ \x00\x21\xc1\x07\x9a\x63\xac\xd2\xd3\x21\x1c\x16\xe5\xe5\x8a\x10\ \xa0\x14\x5c\x97\xb4\xb7\x7b\x47\x0e\x6f\xf9\xf5\xff\x0b\x6d\xdc\ \x7c\xf5\xa1\xca\xab\x0f\x1c\xdc\x1b\x4a\xaf\xb1\x6c\x19\x89\x28\ \xdb\x06\xcf\x43\x42\x00\x80\x94\x2a\x14\xce\xc8\xcd\xc9\xb3\x2c\ \x83\x20\x3f\xce\xa4\x30\x46\x42\x29\x04\x58\xd3\x75\x53\x37\x99\ \xa2\x08\x63\x5f\x3d\x61\x0c\x18\x13\x4c\x90\x02\xa5\x94\x22\x8c\ \x3a\x88\x12\x85\x42\x9e\x67\x45\xa3\xe0\x24\x15\x06\x47\x88\xa4\ \x90\x46\x7a\x48\xb3\x83\x09\x2e\x5d\x04\x69\xb6\x65\xda\xb6\x14\ \x0a\x40\x51\x4d\x27\x58\x20\xac\x10\xf5\x03\x4e\x01\x96\x91\x1d\ \x75\x92\x29\xc9\x75\x04\x9a\xa1\xa7\x69\xb4\xbd\x91\x7b\x52\x2a\ \xe9\xc6\x12\x09\x3b\x23\x33\x98\x9e\x71\x49\x71\xf7\x9a\xa6\xfa\ \x48\x32\xc1\x28\xa6\x94\x59\x06\xd5\x98\x45\x20\x81\x10\x06\xac\ \x00\x29\x00\xe5\x33\x13\x28\x50\x54\xd7\x88\xc6\x04\x52\x84\x61\ \xac\x34\xa5\x90\x94\x52\x4a\x2e\x41\x2a\xa5\x4c\xc3\xd6\x74\x53\ \x02\x04\x6c\x64\xe9\x3a\x26\xe4\x14\x43\xd7\xa9\xe8\xab\xa6\x69\ \x7e\xe0\x47\x0a\x5f\x4f\x23\x42\x08\x00\xf8\x00\x0c\x5f\x44\x39\ \xe7\xea\xe3\x55\x25\xd2\xcf\x6a\x4f\x47\xa7\xec\xf2\xb3\x1e\x85\ \x73\xc3\xcd\xfe\xbe\xa3\x4a\x4a\xa6\x69\xa5\x65\xe5\x9c\xf3\x8f\ \x78\x13\xbe\x83\x23\xe9\x3c\x87\x00\x00\x20\x00\x49\x44\x41\x54\ \xfe\x77\x1c\xfd\x34\xe6\xfc\x71\x8e\x7e\xc8\x76\x05\x4d\x43\xc7\ \x4f\x68\xcf\x3f\x47\x9f\x7f\x01\xd7\xd7\x8b\xd1\xa3\x53\xff\xf4\ \x08\x1f\x37\x4e\x15\x17\xfb\xb1\x42\xe0\x1c\xc5\xe3\x67\x27\xad\ \x54\x0a\x7c\xc8\xd9\x29\xc5\x9b\x91\x21\x83\x43\xd6\x5e\x76\xd9\ \x3e\xa6\xf5\x48\xa5\x86\x57\xd7\x5c\x7e\xec\xf8\xb0\x97\x5e\x4e\ \xec\xd9\xd3\x7e\xc7\x1d\xd1\x89\x13\xa5\x6d\x63\xc7\x01\x00\xa4\ \x14\x02\xe5\xa3\x72\x15\x80\x54\x40\x08\x61\x18\x21\x84\x08\x43\ \x0a\x49\x0e\x12\x40\x81\x04\x04\x0a\x84\x42\x80\x10\x06\xa9\xa4\ \x90\x1c\x23\x4c\x11\x0d\x12\x86\xb8\xe2\xae\x83\x95\xa4\x96\x05\ \xba\x49\x74\x33\x90\x1e\x36\xcd\x80\x4c\xb9\x82\x7b\x80\xa4\xe3\ \xa4\xa4\x10\x94\x50\xc7\x95\x1c\x4b\xce\x93\x29\xee\x71\x04\x09\ \x27\xe9\xa6\xe2\x4c\x23\xa9\x64\x42\xd7\x35\xa5\x31\x8a\x51\x7b\ \x47\xab\xf4\x9c\x5e\x65\xe5\x97\x8d\xb8\xac\xbe\xa6\xb1\xb9\xb5\ \x93\x05\x43\xba\x66\xbb\xed\xb1\x96\x96\x66\x43\xd7\x08\xc2\x22\ \xa5\x18\x32\x28\x01\xa5\x38\x28\x21\x95\xbf\xa9\x00\x66\x4c\x22\ \xdc\x99\x48\x24\x92\x09\x29\x11\x96\x04\x01\x92\x52\x4a\x25\xd4\ \x49\x26\x3a\x21\xa5\x27\x85\x02\x85\x94\x4a\x4a\x71\x4a\x25\xfa\ \xb2\x97\x4a\xa5\xfc\x58\x57\x24\x12\x51\x12\xc0\xff\xf9\x49\x0a\ \x3b\xff\x34\x3f\x14\x14\xfe\x8c\x7b\x4e\xfb\x3b\xc4\xb9\xf2\xf8\ \x7e\xfc\xca\xef\xef\x79\xe6\x0f\x3d\xcf\xf3\x4d\xf0\xb3\x1e\x75\ \x5d\xd7\x4f\x82\x9d\xf5\xa8\xe3\x38\x18\x63\xdf\xb4\x38\xf3\xbe\ \xb1\x58\xcc\xdf\xc6\xce\x65\xf7\x26\x12\x09\xf3\x1c\x48\x1a\x29\ \xa5\xe3\x38\xe7\x9a\xb3\x1f\x2b\x3f\xd7\x9c\x3d\xcf\x53\x4a\x9d\ \x6b\xce\xae\xe3\xa0\x73\xcc\x19\x21\xe4\xf7\xcc\xa0\xe7\x28\x8b\ \xf1\x63\x09\x4a\x29\xd0\x75\x48\x24\xd8\xb3\xcf\x6a\xbf\xf9\x2d\ \xae\xaa\xe2\xd3\xa6\x39\xf7\xde\x23\x46\x8e\x94\xe9\xe9\x28\x99\ \x84\x54\xea\x7f\x1d\x2b\x57\x0a\x3c\x0f\xa5\x52\xcc\xf3\x88\x52\ \x27\x42\xa1\xe3\xe1\xf0\xe2\xf2\xb2\x29\x29\xe7\xfa\xba\xfa\x82\ \x1f\xfc\x30\x31\x72\x64\xcb\xfd\xdf\x48\x8c\x18\x01\x8c\x79\x4e\ \xca\x49\x26\x29\xc2\x40\xb1\x52\x42\x2a\x25\x11\x30\x8a\x15\x48\ \xd7\x4d\x00\x60\x25\x48\x97\x4b\x0a\x0a\x81\x72\x3d\x07\x13\x42\ \x09\x06\x8c\x28\xa0\x6c\x23\x60\x61\x01\xae\xa7\x84\x47\x4c\x26\ \x28\x71\x90\xa4\xba\x8e\x11\x58\x94\x12\xcf\x03\xd7\xf1\xa2\xd1\ \x68\xd2\x21\x08\x51\xc6\x9c\x84\x04\x25\x28\xf7\x44\x2c\x22\xa4\ \xe0\x9c\x73\x27\x29\x9d\x54\x6b\x7b\x8b\x81\x40\x0b\xd8\x29\xd7\ \x8b\x34\x36\xa5\x15\xd2\x96\xba\xba\xe5\x4b\x96\xe6\xe6\x14\x82\ \xc2\xed\x0d\xcd\x44\xa3\x19\x56\xc0\xed\x8c\x79\x91\x38\x66\x5a\ \x10\x6b\xa6\x89\x14\xf2\x3c\x21\x14\x28\x2e\x10\x47\x4a\x22\x0a\ \x84\xa6\x12\xc9\x36\xd5\xee\x09\xa9\xa4\xc2\xe0\x53\xce\x83\x54\ \x5d\xce\x51\x17\xbf\x1e\x02\x25\xa4\x54\x12\x93\x2e\x35\xe3\xa3\ \x67\x7d\x11\xf5\x1d\xc8\x58\x2c\x06\x0a\xf9\xb5\x13\xbe\x04\xfa\ \x6a\xc9\x47\x23\x78\x9e\xe7\x79\x9f\x61\x7d\xa6\x2f\x21\x4d\x8d\ \x8d\xdd\xba\x77\x3f\x33\xf4\x44\x08\x69\x6a\x6c\x3c\x7a\xf4\xe8\ \xb8\x2b\xaf\xf4\x41\x4c\x1f\x5a\x6a\xc7\x8f\x1f\x6f\x6f\x6f\x1f\ \x31\x62\xc4\x99\x47\x19\x63\x15\x15\x15\x18\xe3\x81\x03\x07\xfa\ \x22\xfa\x41\x3b\x4e\xdb\xb6\x6d\x5b\x76\x76\x76\x69\x59\x19\xf7\ \xbc\x33\x8f\xae\x5b\xb7\xae\x67\xcf\x9e\x79\x79\x79\x67\xce\x0a\ \x21\x94\x4c\x24\x36\x6d\xde\x3c\x69\xd2\x24\xef\x8c\xdf\x62\x8c\ \xdb\xda\xda\xf6\x57\x54\x8c\x9f\x30\xe1\xcc\x59\x11\x42\x6a\x6a\ \x6a\xea\xeb\xeb\x2f\xbf\xfc\xf2\xb3\x3c\x11\x63\x95\x87\x0e\xa5\ \x1c\x67\xe8\xb0\x61\xee\x19\x47\x35\x4d\xdb\xbd\x6b\x97\x65\xdb\ \x7d\xfa\xf4\xf1\xce\x36\xe7\x8d\x1b\x37\x96\x94\x94\x14\x17\x17\ \x9f\xb9\xcd\x11\x42\x4e\x1c\x3f\x9e\x99\x97\x67\x64\x64\xe0\x35\ \x6b\xf4\xc7\x7f\x49\x97\x2d\x13\x57\x8c\x4d\xfc\xf6\x37\xe2\xca\ \x2b\xc1\x30\xc0\x75\x51\x2c\xf6\x0f\x7e\x4d\x9f\x32\xc7\x00\x50\ \x08\xd5\x73\x6f\xeb\xa8\x91\xc3\x6f\xb8\x91\xcd\x9a\x95\xf9\xd7\ \x67\x8b\xef\xbc\xab\xfd\xae\x3b\x9d\xef\x7e\x37\x8e\x21\x12\x8b\ \x70\x29\x10\x26\x42\x09\x40\xa0\x31\x02\x8a\x73\x37\xa5\x84\x87\ \x11\xc1\x8a\x11\x4c\x08\xc1\x94\x52\x8c\x14\x45\x58\x37\xb0\xa1\ \x51\xc6\x98\xc1\x58\xc0\xe1\x28\x16\x03\x29\x10\xc3\x9c\x81\x9b\ \x54\x28\x18\x34\x75\xe2\xc4\xa3\x2c\x90\x41\x12\x09\x2d\x91\xc0\ \xdc\xc3\x98\x50\x42\xa4\x92\x40\x41\x29\x2e\x1c\x57\x46\x62\x10\ \x4b\x90\x78\xdc\xd0\x34\x82\x31\x8f\xa7\xac\x54\xca\x44\x58\x0a\ \x11\x52\x2a\x0c\x90\xc5\x68\xbe\x6d\xe7\xd8\x46\x75\x75\x75\x67\ \x47\x53\x5e\x5e\x5e\xa2\xa3\x33\xa4\x5c\xa1\x44\xc8\x60\x39\xf9\ \x59\xdc\xe5\x49\x37\xe6\x78\xc4\xe1\xc2\x71\x3d\x87\x0b\x0e\x18\ \x30\x75\x63\x09\x27\x99\x22\x4c\x57\x0a\xb9\xd2\x43\x04\x49\x85\ \x14\xf8\xb5\x6e\x08\x00\x23\x90\x4a\x4a\x90\x1c\x00\x92\x8e\x70\ \x3d\xd7\xd7\x46\x7e\x3a\x94\x12\xc2\x85\xf0\xb1\x9f\x18\xd1\xf7\ \x3d\x72\xd4\x65\x92\x48\xa5\xa4\x90\x8e\x93\xf2\x97\xf1\x87\x76\ \x5d\xcf\xf3\x92\xc9\xa4\xdf\x84\xd3\x97\xf3\x4f\x4c\x32\x5d\xd7\ \xad\xad\xad\x2d\x2b\x2f\x3f\x6b\x50\x98\x52\x7a\x2e\x50\x92\xbf\ \xd9\x9c\x4b\x71\x29\xa5\x0c\xc3\x38\x57\x79\xa1\x4f\xac\x74\x2e\ \x85\xe9\x67\xc0\x3f\xa2\x29\x1a\x42\x28\x10\x08\x9c\xcb\x6e\x24\ \x84\xfc\xdd\x73\xd6\x75\x1d\xce\x3d\xe7\x53\x25\xb9\x67\x3d\xea\ \x03\x47\xce\xae\x30\x09\xa9\x6d\x6d\x0d\x5a\x56\xfa\xcb\x2f\xb3\ \xc7\x7e\x02\x69\x69\xce\x93\xbf\x73\xbf\xf2\x15\x48\x4f\x87\x64\ \x12\x12\x89\x7f\xfc\x53\x7a\x9c\x8f\x1d\x3b\xe6\xb2\xe1\xc3\x7d\ \xdc\x88\x92\xd2\x34\xad\x36\xee\x8a\x9b\x67\xb4\x8c\x1e\x99\xff\ \xc2\x4b\x99\x2f\xbe\x94\xda\xb0\xe1\x5b\xb7\xcc\xbc\xf9\x86\xe9\ \x44\x4a\x10\x52\x01\x20\xe4\xb7\x5f\x50\x4a\x4a\x00\x85\x7c\x3d\ \x01\x27\x59\x92\x01\x30\x21\x18\x9d\x32\xe2\x10\x16\x02\x84\xf4\ \x71\xee\x7e\x8e\x07\x33\x86\x29\x95\x42\x69\x4c\xc3\x08\xf5\x17\ \x7d\x10\x42\xf8\x54\x65\x69\xd7\xea\x96\x7e\xc3\x05\xcc\x18\x50\ \x82\x10\xe2\x1e\xd7\x18\x43\x08\x10\xa0\x81\x23\x47\xf9\x1f\xa5\ \xf7\xc8\x91\x9c\x8b\x8e\x8e\x0e\x1f\x31\x27\xa5\x54\x52\x48\xa9\ \x08\x21\xa0\x40\xfa\x16\x29\x02\xa9\xba\xe2\x30\x0a\x90\x9f\xd8\ \x54\x5d\x5a\x0e\x49\x25\x4f\xfa\x9f\xbe\xe5\xae\x40\x75\x3d\x20\ \x80\x42\x08\x49\x3f\x3b\x82\x10\x46\x08\x10\xf2\x83\xcf\xd2\x77\ \xe0\x11\x42\x3e\xbb\xf6\x69\x21\xf0\xae\xdc\xb3\xea\x5a\x1b\xb1\ \x48\xc7\xe9\xdf\xd7\x73\x93\x13\x26\x8c\x1f\x3a\x74\x88\x69\x98\ \x18\xe3\x2e\xfe\xfc\x48\x67\xc7\x27\x68\xd0\x7e\xf6\x7e\xd7\xdf\ \x3c\xfa\xd1\x0e\xdb\x47\xfb\x99\xe7\xdb\x13\x29\xcb\x22\xf5\xf5\ \xfa\x8f\x7e\x4c\x5f\x79\x85\x4f\x9b\xe6\xfc\xf2\x71\xd9\xbf\x3f\ \x78\x1e\x78\x9f\x24\x7c\xc2\xcf\x89\x9f\x6e\xd5\x73\xce\x01\x21\ \xa5\x69\x48\x08\xba\x78\xb1\xf1\xc3\x1f\xa1\xce\x4e\xf8\x97\x9f\ \x7a\x0f\xdc\x0f\x98\x80\x6f\xcb\x9c\x2d\x01\xaa\x4e\xd3\x0e\xa7\ \x2f\x54\xe8\x22\xd5\xfb\xe0\x79\x4a\x21\x00\xd9\xb5\xfa\xf1\xd9\ \x5e\x01\x02\x04\xc8\x4f\x72\xa8\xae\x28\xcb\xa9\xc2\x36\xff\x63\ \x49\xa5\x30\x42\x00\x80\x09\xf1\xaf\xf6\x3e\xf9\xa4\x7f\xe6\xd9\ \x9c\xbc\x0f\x9f\x73\x46\xe4\xfb\xb4\x07\x44\xff\x98\x8c\x80\x94\ \xea\xac\x96\xe3\x87\xe0\x96\x9f\xa4\x64\x5e\x1c\x9f\x6e\x5e\xc4\ \x30\xf0\xee\xdd\xc6\xfd\x0f\x90\xfd\xfb\x9d\x1f\xff\xd8\x7d\xf0\ \x01\xb0\x6d\xf8\x78\x74\x4f\x9f\xe0\x34\x94\x65\x91\x03\x07\xb5\ \x5f\xfc\x82\xbd\xf5\x96\x77\xdf\xbd\xce\xcf\x7f\xae\x02\x81\x4f\ \x76\x6b\xb8\x38\xe0\x22\xab\xe5\x17\x63\x60\x0c\x9a\x46\x56\xad\ \x32\xef\xfb\x86\xf2\xbc\xc4\x2b\xaf\x88\xc9\x93\x41\xf0\xcf\x5a\ \x2c\x01\x40\x29\x14\x8f\xcb\x9e\x3d\x9c\xa7\x9f\x96\xbd\x7b\xeb\ \x8f\x3f\x8e\x6a\xeb\x52\xff\xfd\x5f\xaa\xb8\xf8\x73\x98\xcc\x85\ \xfd\xcd\x2f\xbe\x82\xf3\x7a\x28\x05\x08\x29\xc6\xe8\xfc\xf9\xe6\ \x9d\x77\xc9\x70\x38\x39\xfb\x2d\x7e\xed\x54\x70\x1d\xf8\x1c\xcb\ \xd9\x92\x49\xa5\x31\xe7\xb1\x47\x93\x7f\x7c\x9a\xac\x5a\x65\xde\ \xff\x00\x3a\x72\x44\x69\xda\xc5\xcf\xf5\x49\x5a\x27\x17\xad\xd9\ \xf3\x4f\x18\xd5\xfb\x7f\xc3\x18\x18\xa3\xf3\xe7\x5b\xdf\xfc\x96\ \xe8\xd5\x2b\xf1\xf4\x1f\x64\xef\xde\x5d\xf9\xc9\xcf\x97\xe1\x45\ \x29\x45\x08\x18\x06\x9b\x3d\xc7\xfa\xf6\xb7\x65\xef\xde\xf1\xa7\ \xff\x20\xcb\xcb\x51\x32\x79\x9a\x67\x76\x4e\x2f\xfa\xcc\xbf\x5f\ \x1c\x17\x25\xf3\x7c\x17\xcb\xd3\x73\xd3\x60\x18\x6c\xd9\x32\xfb\ \xbe\x6f\x88\x7e\xfd\xe2\x4f\xfd\x8f\xec\xde\xfd\xfc\x32\x1a\x11\ \x52\x86\xa1\x2d\x5c\x64\x3f\xf8\x20\x1f\x34\x28\xfe\x87\xdf\xab\ \xbc\xbc\x8f\xe3\x73\xfa\x32\xe9\xc7\x99\x2e\xca\xe7\x45\xc9\xfc\ \x02\x88\xa5\x8f\xe1\xea\xe2\x38\x35\x4d\xb6\x75\x6b\xfa\xed\x77\ \xc8\xec\xec\xc8\xb3\xcf\x8a\xf2\xb2\x2e\x8d\x74\x1e\xcd\x18\x00\ \x63\x65\x1a\xfa\xec\x39\xc1\x07\x1e\x70\xc7\x8f\x8f\x3e\xf5\x94\ \x4a\x0b\x22\xc7\xfd\x1b\x05\x6a\x7e\xcb\x49\xbf\xb3\xdd\x45\xc9\ \xbc\x28\x99\x5f\x08\xb1\xe4\x9c\x2b\x29\x85\xae\x93\xe3\xc7\x33\ \x6f\xbb\x0d\x25\x53\xad\x2f\xbe\xe0\xf5\xeb\x77\xde\x89\xe5\x07\ \x35\xa7\xf5\xe2\x8b\xe1\xef\x7d\x3f\x7e\xd7\x5d\x1d\xff\xfa\xaf\ \xa0\x24\x3a\x4b\x2e\xaa\x2b\x37\x71\xaa\x19\xac\x5f\x3f\x75\x51\ \x73\x9e\x75\x5c\x8c\xcd\x9e\x5f\x62\xd9\x55\x26\x8f\x10\x6a\x6d\ \xcd\x7b\xe4\x11\x55\x5d\x53\xfb\xcc\x5f\x12\xdd\xba\xe1\xa6\xa6\ \xf3\xfa\x01\x62\xb1\xc8\xf4\xe9\xde\xb1\x63\x39\x4f\xfc\x2e\x99\ \x9f\xdf\x7a\xf7\xd7\x95\xeb\xa2\xb3\xe7\x06\xbb\xb4\x25\x63\x4c\ \xd3\x34\x38\x0d\xc2\x76\x71\x19\x5c\x94\xcc\xf3\x57\x2c\x01\x00\ \x51\x2a\x5d\x27\xfd\xb7\x4f\x58\x9b\x36\x37\x3f\xfe\x78\x62\xf8\ \x65\x28\x16\x57\x70\x7e\xd7\xca\x70\x01\xe0\xb6\xdf\xf7\x0d\xbb\ \xbe\x21\xf3\xb7\xbf\x8d\x74\x2b\x49\x4e\x9a\x44\x12\xc9\x0f\xda\ \xb4\x1f\x48\xd8\xc7\x62\x31\xc3\x30\x6d\x1b\x01\x74\x51\x96\x5c\ \x14\xce\x4f\x5d\x32\x11\x7c\x8a\xeb\xa8\xab\x5c\xf5\x24\x56\xea\ \x02\x10\x4b\xbf\x22\xc1\x67\xac\x88\x46\xa3\xdc\x34\x73\x97\x2d\ \xcb\x79\xfe\xf9\xfa\x19\x37\x35\x4f\xbe\x1a\x27\x13\xf0\x85\xe0\ \x2e\x72\x05\xd7\xb4\x63\xf7\xde\xdb\x7d\xf3\xe6\xd2\x5f\xff\xd7\ \x91\xbe\x7d\x93\x39\x39\xc8\x3d\x3b\x89\x84\x72\x55\x73\x53\x53\ \x28\x14\xc2\x18\x99\xa6\x79\x4a\x6d\xe2\x4f\x88\x4a\xca\x87\x09\ \x5d\xf4\x33\x01\x4e\xc3\x94\x61\x42\x11\xf8\xed\xcf\x3e\x51\x79\ \x3c\x05\xc7\x52\x3e\x36\x51\x49\x05\xe7\xd9\x1e\x8b\x4e\x02\xbc\ \xd4\x47\x6f\x2b\xa7\x8b\x25\x00\xf8\x55\x08\xae\xeb\x45\xa3\x91\ \xa6\x48\xa4\x8f\x94\x69\x33\x66\x90\x6e\xdd\x23\xaf\xbc\xec\x06\ \x02\xe7\x5a\xdc\xe7\xe9\xb0\x6d\x6b\xdd\xfa\xc0\x8c\x19\xf1\x49\ \x93\xe2\xff\xf3\x24\x30\x06\x67\xe0\xa8\x29\xa5\x47\x8e\x1c\x39\ \x78\xf0\x60\x61\x61\x61\x7e\x7e\x7e\x30\x98\xa6\xeb\x3a\xa5\xc4\ \x8f\x06\xf9\x85\x1d\xff\xc8\x14\x30\xa1\x58\x09\x49\x18\x43\xd2\ \x71\xbf\xa8\x54\x89\x9f\x88\xce\x44\x84\x10\xe1\x26\x92\xae\xd4\ \x03\x76\x5b\xc5\xfa\x6d\xd1\xd0\x84\xcb\xfa\x63\xe9\x7d\x52\x0b\ \x1e\x03\x28\xc0\x18\x11\x88\x1f\x5e\xb0\xea\xc4\x98\x09\x83\x77\ \x2c\x5b\xdf\xed\xca\xab\xcb\x83\x54\x9c\x1f\x7b\x23\xc2\x04\x03\ \x4f\xc4\x53\x8a\x50\x9d\xb1\xb3\xdb\x65\x4a\x09\x29\x10\x26\xe8\ \x83\x3a\xf3\xa4\xe6\x14\x5c\x29\xc2\x45\xe6\x93\xbf\xc3\xd1\x58\ \xe2\x97\x8f\x6b\xf9\xf9\x9a\xe3\xc0\xdf\x24\xa7\x40\x08\x9d\x3f\ \x3d\x42\x11\x82\xf1\x57\xb9\xff\xf4\x48\xe0\x67\x3f\x63\xd7\x4d\ \xf3\xee\xbc\x13\xe2\xf1\x33\x25\x53\xd3\xf5\x68\x2c\x96\x4c\x26\ \xc5\xc9\xb6\xcd\x4a\x61\xa5\x14\xc6\x04\x01\x20\x84\xa5\xfa\x3b\ \x77\x76\x4c\x59\xeb\x81\xb5\xdb\xda\x0b\x2e\x49\xaf\xdd\xd5\x91\ \x37\x71\x74\xb9\xe2\xe2\x8b\xa8\x3e\x3f\x01\xe3\x81\x32\xdc\x78\ \xe0\xbd\xa7\xfe\xfb\xd7\xbf\x79\xe2\xc9\xb7\xd6\x56\x76\xd4\x1f\ \x3f\x50\xd3\x61\x05\x2c\x43\xa3\xa0\x14\x22\xcc\xb2\x6d\xdb\x34\ \x08\x42\x54\x37\x34\x82\x10\xa6\x86\xae\x21\x00\xa6\xeb\x9a\xa6\ \x19\xba\x86\x3e\xca\xf8\xc5\xba\xc6\x97\xfc\xe9\xdf\xff\xf3\xf9\ \xd5\xd2\x34\xa9\xdb\x7a\xb0\xf2\x84\xe3\xa5\x8e\x1c\xac\xec\x74\ \xe5\x47\xf3\xf5\x69\x8c\x9d\xaa\xcc\x44\x08\xe9\x9a\xf6\x69\x79\ \x32\x08\x23\xaf\x79\xe1\x0b\xbf\xff\xf5\x6f\x7e\xfb\xd4\x73\x73\ \x8e\xb4\x4b\x5d\xd7\x2c\xdb\xb6\x2d\x83\x20\x00\x4c\x4c\xcb\x0e\ \xa6\x05\xe3\xb5\x5b\x5e\x7e\x6d\x25\x4e\x4b\x37\x19\xd3\x0d\xfd\ \xd4\xe4\x4f\x09\x27\xa7\x2c\xbc\xf8\x1d\x3c\xeb\x75\xe7\x91\xef\ \xf3\x31\x63\x20\x95\xf2\xd9\x18\x4e\x9d\x70\xd6\x81\x10\xc1\xa0\ \x30\xd5\x34\x8a\x95\x42\x9a\x61\x9a\xa6\x4e\x29\xd3\x28\x51\x4a\ \x9e\xfd\x37\x27\x2f\xd7\xf5\x2b\x29\xd5\x47\x8e\x0f\x3d\xac\xa6\ \x6b\x18\xce\x71\x69\x29\x95\x10\xde\xfd\xf7\x8b\xb1\x63\xd9\xe3\ \xbf\x44\x07\x0e\x28\x4d\x3b\xeb\x89\xae\xeb\x72\xce\x45\x17\x63\ \xab\x02\x00\x44\xa8\x8a\x1e\xfa\xcf\x1f\x3c\xb6\xb8\xa2\x45\xd7\ \x19\x20\x62\x98\x76\xc0\xb6\x18\x06\x40\xc4\xb0\x6c\xdb\x32\x29\ \x02\x7f\x45\x59\xa6\x8e\x01\x08\xd3\x6d\x3b\x60\xdb\x26\x23\x48\ \x29\x20\x4c\xb3\x2d\x4b\xb4\x1e\xd9\x53\xd9\x60\x84\xb2\x32\x43\ \x16\x22\xcc\xb4\xed\x80\x6d\xeb\x8c\x80\x52\x08\x53\xc3\xb2\x03\ \x01\xdb\xd0\xe8\xb9\x76\x39\x5d\xd3\x4e\x19\xd5\x84\x10\xed\x73\ \xc2\x36\x91\x1f\xff\xf8\x47\xff\xe0\xa2\x34\x50\x62\xe9\x1b\x2f\ \xc4\x7a\xde\xfc\xa3\x07\x6e\x28\xcd\x0b\x25\xeb\x0f\xbd\xb7\x66\ \xfd\xee\x3d\x07\xdb\x20\xdc\xab\x34\x2f\x5e\xbb\x6b\xd6\xcb\xaf\ \xae\xad\x68\xcc\x2f\xeb\x5e\xb3\x7e\xc9\x71\x28\xcc\xf6\x8e\x2f\ \xdb\x7c\xa4\xa8\x3c\x6f\xcf\xea\x55\x47\x6b\xab\xb6\xec\xaa\x2e\ \x28\x2d\x35\xf0\xd9\xf7\x7c\xcc\x0c\x5e\xb7\xe3\xed\x65\xdb\x5a\ \xda\x63\x45\x83\x47\x17\xd2\xba\x4d\x7b\xdb\x06\x0c\x29\x3b\xba\ \xfb\x50\xfe\xe0\xa1\xf9\x16\x39\x17\x2f\x3c\x42\x68\xf3\x96\x2d\ \x00\x90\x99\x99\x09\x00\xae\xeb\xae\x5b\xb7\x2e\x33\x33\xf3\xd3\ \x78\xd1\x88\x1a\xd1\xca\xc5\x2f\xaf\x89\x3f\xf8\xe8\x0f\x26\x0e\ \x2a\x09\xda\x66\xb2\x6e\xef\x6b\x2f\xbe\xfa\x5e\x45\x53\x41\x79\ \x4f\x3b\x5e\x35\xef\xd5\x17\x17\x6e\xae\x4e\x0b\xc2\xfa\x65\x2b\ \x76\x57\x35\x00\x15\x3b\xd7\x6f\x4f\xeb\x56\x1e\xa4\x20\x4f\xb6\ \x67\x74\x11\x92\xc7\x8f\x75\x7b\xec\x27\xb4\x7f\xff\xd4\xaf\xfe\ \x03\x31\x06\x12\x30\x52\x12\x80\x60\xac\xa4\x3c\x2b\xb0\x06\x53\ \xd6\xb0\x67\xd5\x86\x2a\x66\x36\x6f\xdb\x58\x4d\x7b\x16\xc0\xf2\ \xd7\x5f\x5c\xba\xa5\x0a\x9c\xc6\xbd\x35\x4e\xb7\xa2\x1c\x74\x16\ \xe5\x83\xa4\xf0\x24\x80\xc6\xf0\xd1\x6d\xcb\xb7\xd7\xa2\xd2\x6e\ \x59\x70\x6e\xef\x03\x81\x4c\x25\x13\x29\x4f\x82\xe4\x29\xd7\xe3\ \xb1\x86\x95\x2b\x37\xe9\x85\xe5\x61\x1d\xce\xfe\xf2\xa5\x84\x60\ \x50\x76\xeb\xa6\xfd\xf9\x2f\x28\x16\xe7\xd7\x4c\xf6\xb7\x9f\xf7\ \xe7\x8c\x71\x4b\x6b\xeb\xd1\xa3\x47\xd2\xd3\x42\xa1\x50\xba\x61\ \xe8\x7e\x75\x8b\xa6\x1b\x55\x5b\x17\xaf\xd8\x72\x3c\xa9\xa5\x0f\ \x1b\xdc\x07\x27\xea\x96\xcd\x7e\x6d\xde\xbb\xbb\xf4\xc2\xbe\x05\ \xb4\x61\xee\x2b\x2f\xbf\xb3\xe9\x50\xa8\x6c\x80\xd5\xba\xfb\xe5\ \x97\x67\x6d\x3e\x1a\x2d\xed\xd3\xa3\x7d\xf7\xd2\x17\x5f\x9f\xbb\ \x76\xdb\x61\x23\xa7\x7b\x49\x8e\x55\xbf\x67\xed\x2b\xaf\xcd\xdb\ \xbc\xe7\x10\xe4\x5c\x72\x49\x9e\x53\x93\x08\x64\x79\x47\x66\xcd\ \x7a\x7d\xd9\x7b\xdb\xe2\x7a\x4e\x8f\x92\x6c\xa7\xe5\xf0\xbc\xd7\ \x5e\x5d\xb8\x6a\x63\x8b\xca\x28\x2f\xcc\xfc\xd0\xcb\xc1\x18\x27\ \x93\xc9\xf5\x1b\x36\xe4\xe6\xe4\x68\x9a\xc6\x18\x6b\x68\x68\xd8\ \xbd\x67\x4f\x51\x61\xe1\x17\x50\x67\x2a\xc5\xb1\xd9\xbb\x7f\xff\ \xf6\x3d\x4b\xe7\xbe\x5b\x41\x4c\x8b\x82\x0c\x16\xf7\x1f\x3f\xba\ \x6c\xfb\x92\xf9\xfb\xeb\x4f\x2c\x78\x6d\x01\x29\x1f\xd9\x93\x56\ \xbd\x35\x77\x75\x53\x47\xd5\xee\x7d\xd5\x6d\xf5\x9b\x5f\x99\xbb\ \xb9\xb3\xb9\x6e\xe7\xee\xfd\x2e\xb2\x0c\x83\x22\x9f\x91\xe5\x6c\ \xab\x42\x23\xee\xde\x6d\x3b\xb2\x2e\x9b\x3a\xa1\x2f\xd9\xba\xe3\ \x90\xa4\x1f\x57\xae\x34\x4d\x6b\x6c\x68\xf8\xf7\xff\xf8\x8f\xf6\ \xf6\x76\xcb\xb2\x9e\x79\xe6\xaf\xcb\x57\xac\x38\x15\x6c\xf8\x84\ \x87\xe4\x81\xbc\x7e\x3d\x82\x1d\xb3\x5f\x5f\x70\x3c\x42\x82\xb8\ \x75\xde\xac\xb9\xa8\xe7\xe8\x3e\xec\xf8\x9b\x8b\xd6\xd5\x1c\xa9\ \xd8\xdd\xca\xc6\x8e\x1b\x95\x61\xa0\x50\x61\xef\x29\x53\x27\xf7\ \xce\x32\x10\x65\x18\xc1\xa9\x88\xab\x42\x48\x29\x95\xfd\xe2\x8b\ \x56\x5b\x5b\xea\xa7\x3f\x25\xf9\x05\xf5\xef\xbe\xfa\x9f\xbf\x9b\ \xd5\x81\x74\x8d\x19\x9d\x07\x97\xfd\xea\xd7\x7f\xac\xf2\x98\xc6\ \x98\x69\xd9\xb6\x65\x50\xec\xab\x08\xdd\xb6\x2c\xa7\xa9\x72\xdf\ \xd1\x96\x40\x76\x4e\x7e\x4e\xfa\x89\xcd\x8b\x36\x37\x65\x4c\x9d\ \x76\x45\x41\x66\x66\x76\xd8\x46\x0a\x98\x6e\xd8\xb6\xad\x53\x42\ \xa8\x66\xdb\xb6\x65\x9a\x96\x9e\x5a\xf9\xc6\xcb\x5b\xaa\xe3\xa6\ \x65\x05\xc2\x39\xd9\x21\x1b\x14\x30\xc3\xb2\x6d\x4b\x67\x04\x14\ \x50\xcd\xb0\x6d\xdb\xb6\x4c\x46\x10\x60\x46\x79\xcb\x8a\xf9\x2f\ \x3e\xf1\xab\x7f\xfd\xe7\x9f\xfe\xf2\x77\xff\xf3\xcc\x86\x63\x9d\ \x05\x25\x85\x26\x45\xfe\x69\x96\x69\x18\x86\x69\xdb\x96\x4e\xb1\ \x3f\x25\xcb\xb6\x4d\x25\xe4\x95\x57\x3a\x0f\x3c\xc0\x5e\x78\x81\ \xae\x5a\x05\x86\x71\x96\x85\x23\x95\x52\x12\x4e\x7d\x78\x4c\x09\ \x6f\x58\xb7\xbd\xf9\xba\xfb\xbf\x6a\xd5\xed\x3a\xd0\xe6\x36\xec\ \x5c\xf4\xee\x31\xed\xda\xe9\x57\x97\x85\xbd\xe5\xaf\xcf\x3a\x4a\ \xcb\x26\x8c\x1d\x9e\x09\xd5\x6f\xbd\xbe\x3c\x77\xf8\xa4\x82\xf8\ \x9e\x45\x2b\x77\x1f\xae\xd8\xcd\xf3\x86\x5f\x56\x90\x5c\xf8\xce\ \xea\xa6\xfa\x23\x6f\xcd\x5d\x9d\x35\x70\x74\xff\xe2\x30\x42\xa8\ \xe3\xf8\xee\xed\x95\x2d\xcd\x95\xdb\x8f\x39\xc5\x13\x87\x17\x6c\ \x58\x34\xef\x70\x4b\xc7\xaa\xd9\xaf\x35\x85\x87\x8c\xed\xae\xef\ \xd8\x5e\x91\x54\x67\x61\xba\x30\x2d\x73\xfd\xfa\xf5\x4f\x3f\xfd\ \x47\x5d\xd7\x13\x89\xc4\xbf\xff\xfb\x7f\x9c\x38\x71\xe2\x73\x51\ \x9b\xff\xb0\xce\x04\x10\x02\xe7\xf7\x18\xd8\x3b\x9f\x55\xac\x5f\ \xbc\xfa\x40\x3c\xcf\x72\x9a\x58\xc9\x0d\x53\x46\x37\xec\xde\x99\ \x60\xce\xf1\x3a\x3c\xe3\xf6\x19\xfd\x32\xe9\xa6\x8d\x7b\x8a\xfb\ \xf6\x69\x3a\x51\x8d\x51\xb4\xa6\x9d\x66\xd1\x64\x63\x42\x1f\x77\ \xdd\xf4\x91\x7d\x0b\x91\xe7\xc8\xb3\x45\x73\x10\xc2\xc4\x6b\x7d\ \xe7\xed\xe5\x99\x43\xaf\xe9\x6f\x36\xae\xd8\xda\x76\xe9\xa0\x8c\ \x5d\x7b\x9a\x06\x0c\xee\x5e\xb9\xe3\x40\xfe\xe0\x4b\xf2\xcd\x73\ \xea\x4c\xa5\x54\xef\xde\xbd\x77\xed\xda\xbd\x74\xe9\xb2\x43\x87\ \x0e\x6e\xdc\xb4\xf9\x27\x8f\x3d\x9a\x96\x96\x26\x3e\x8d\x8e\x43\ \x4a\xe0\x40\xc1\xd0\xc1\x3d\xbd\x86\xfd\xef\x2c\x59\x17\x57\xa9\ \xe3\x8d\xf8\xc6\xaf\xdd\x34\x34\x53\xae\x59\x5f\x99\x99\xa6\xb5\ \x90\x9c\x29\x13\x47\xa2\xb6\x43\xfb\xaa\xe1\xaa\xc9\xa3\xd3\xad\ \x8c\xfe\x03\x7a\xeb\xd2\xe3\x27\x19\xd6\x38\x63\x64\xeb\xd6\xec\ \x9f\xfe\x4b\xdb\xb4\x6b\xd1\x77\x1f\xa6\x58\xd6\x6d\x7f\x6f\xde\ \xfa\xad\xc1\x1e\x63\x07\x97\x88\x25\xaf\xbc\xba\xf1\x58\x62\xd8\ \xc4\x49\xe9\xad\xbb\x5f\x79\xfe\xe5\x95\xbb\xea\xb2\xba\x95\xe5\ \x87\xd8\xf1\x6d\xcb\x5f\x7e\x6d\xfe\xb6\xfd\xc7\xf4\x92\xe1\xfd\ \xd2\x3a\xea\x9c\x90\xd6\xb0\x75\xd5\x9e\x1a\xd7\x91\x69\x36\xee\ \xe4\x66\x59\x81\xbd\x7d\xd9\xec\x97\xdf\x5c\x1a\x0d\x16\xd0\xc6\ \x9d\x2f\xbc\xf0\xc6\xae\x7a\xde\xab\x67\xe1\xd1\xad\xab\x96\xae\ \xd8\x50\xeb\xd2\x74\xcd\x8d\xf2\xb4\x6e\x59\xb0\xe6\xed\x97\xde\ \x58\xb4\x3e\x61\xe5\xf7\x2a\x49\xdf\xbf\x76\xd1\xac\xd7\xe7\xae\ \xdd\x75\x24\x50\x58\x9e\x1b\xc0\x1c\xd9\x7d\x86\x8d\x1d\x98\x96\ \x3c\x1c\xcf\xb9\xff\x3b\xf7\xf5\x49\xe3\x07\x0f\x55\x67\x16\x15\ \x1c\x5d\xfd\xc6\x4b\x73\x96\xed\x3d\x52\x5b\x75\x60\xdb\x82\xc5\ \x6b\x93\x69\xc5\xbd\x8a\xc2\x35\x3b\x57\xbc\xf8\xf2\xec\x03\xcd\ \x50\xde\xab\x3b\xed\x51\x4a\xde\x9e\x4b\x0e\x1c\xf0\xa6\x4f\x07\ \xc6\x4e\xa9\x4d\x5f\x67\x56\x1e\xaa\x0c\x85\x43\xe1\x50\xd8\x34\ \x74\x4a\x35\x66\x5a\x89\x23\x1b\x16\x6c\x6e\x9f\x70\xed\x84\xe8\ \xae\xd5\x87\x78\xb7\x71\x43\xf2\x4e\xec\xd9\x7a\xb8\x9d\x95\x97\ \x90\xb5\x6b\x0e\x8f\xbf\xed\xb6\x61\xa5\x05\xa4\x79\xf3\x6b\xcb\ \xb6\x79\xdc\xab\x3f\x51\xe5\x99\x19\xe9\x34\x69\x96\x8f\x9f\x3a\ \xd0\xda\xb9\xe7\x84\x45\xdd\xc3\xb1\xf4\x9b\x6f\x9d\x9a\x19\x3b\ \x72\x30\x9a\xd9\x2b\xd8\x76\xdc\xcd\x2b\x37\x1b\x6b\x69\xbf\x9b\ \xae\x1e\x54\xbd\x6b\x07\xb7\xd3\x8f\x54\x36\x8c\xbf\xfd\xf6\xbe\ \xa2\x6e\x57\xbd\x1c\x3c\xb8\xb7\x06\xe2\x43\x6b\x86\x12\x3a\xa0\ \xff\x80\x57\x5e\x7d\xf5\xf8\x89\xe3\x0b\x16\x2c\xb4\x4c\xf3\xa1\ \x87\x1e\x92\x52\x7c\xf6\x6e\xfc\x27\xe0\x67\x22\xe0\xed\x6d\x6d\ \xa1\x5e\x57\xdc\x71\xf3\x55\x91\x83\xdb\x6a\xa2\x2e\x48\xee\x71\ \x81\x94\x24\x76\xa6\x9e\x6a\xad\x6a\x8c\xb6\x34\x54\xc5\x50\xa0\ \x67\xaf\x5e\xa4\x7d\xc7\xaa\x7d\xa1\x5b\xc6\xa4\x2f\x79\x6f\xbd\ \x55\xd0\x3f\xcc\x1b\x2b\x8f\xd4\xba\xe7\x20\x78\x47\x98\x76\xd6\ \xed\xdf\x5f\xd5\xbe\x6f\xf5\x1b\xf3\x37\x1f\x6d\x3f\xb1\xf7\x40\ \x63\x0c\x84\x23\x10\x70\xee\x7a\xe2\xa3\xd4\x9f\x8f\x3e\x7d\xe4\ \x91\xef\x2b\x50\x8b\xde\x59\xfc\xd8\xa3\x8f\xe6\xe7\xe7\xbb\x9f\ \x52\x9c\x13\x61\x1e\x6b\xe9\x84\xf0\xa4\x19\xb7\x0e\xcd\xea\xdc\ \x7f\xb4\x9d\xc9\x68\x4d\x43\xb2\xb1\xae\xd6\x65\x96\xa9\x13\x1f\ \xd8\x83\x31\x49\xc6\x63\xb1\x94\xf0\x12\x6d\x47\x0e\x9f\x48\x8a\ \xf7\xa9\xb1\x90\xe7\x85\xfe\xfc\x17\x41\x69\xf5\x8c\x99\x88\x51\ \x2c\x9d\x0e\x61\x0c\x19\xd6\xbf\x76\xf7\xe6\xa3\xfb\xf7\x57\x8b\ \xdc\xa1\x3d\xf3\x63\xad\xb5\x0b\xdf\x98\xa7\x7a\x8d\xb9\x24\xbd\ \xe9\xad\xf9\x6b\x1a\xab\xf6\xbe\xf5\xce\xb6\xd2\x91\x57\xf5\x2b\ \x4c\x47\x00\x2d\x47\x77\xef\x3c\xdc\x02\x54\xeb\x3e\xf0\x8a\xeb\ \xa6\x5e\x2e\x6a\x0f\xec\xad\x6e\x3a\xb6\x65\xe9\xe2\xdd\x9d\x63\ \xae\x9e\xd4\x2b\x37\x98\x51\x32\x68\xc6\xcc\x6b\x55\xe5\x9a\xb5\ \x15\x35\x58\x0b\x0e\x1d\x3f\xf5\xba\xd1\x03\x63\xc7\x77\x54\x1c\ \x6b\xaa\x58\x37\x6f\x5d\x6d\xfa\xc4\x2b\x7a\x6d\x9e\xff\x56\x45\ \x43\xeb\xbe\x6d\x7b\xec\x7e\x63\x87\x66\xb4\xcf\x9b\xbb\x26\x45\ \x18\xee\xca\x67\x10\x4c\x08\xc6\x14\x52\xed\x3b\x77\xec\xea\x88\ \x47\x76\xef\x3a\x52\x36\xfc\xaa\x40\xcb\xce\x3d\xd1\xcc\x2b\x87\ \xa4\xad\x7e\xe7\xbd\xba\xaa\xed\x6f\x2e\xae\xb8\x74\xf2\x14\x72\ \xec\xdd\xc5\x1b\xaa\x59\xaf\x9e\xee\xf7\xbf\x47\x56\xad\xa2\x6f\ \xcf\x3d\xb3\x12\xe5\x43\x4e\xac\x06\xa9\x8a\xbd\xfb\xdb\xda\x6a\ \xdf\x7e\xe1\xc5\x8a\x96\xe8\xd1\x1d\x1b\x3b\xc3\x83\xef\xfd\xf6\ \x03\xdd\x63\x9b\x67\x2d\x3a\x10\x30\xbd\x63\xc7\x1b\x5d\xee\x0a\ \x96\x16\x0a\x64\x0f\x1c\x35\xe1\xae\x07\xbf\x7b\xf7\x0d\x97\x93\ \x54\xd2\xe3\x5c\x48\x05\x80\xed\xb4\x74\xd9\x56\x5b\xd3\xec\x09\ \x21\x84\x50\x5d\xfe\xbb\x52\x92\x0b\xc1\x39\x20\x44\x35\x4b\x17\ \xb1\x86\xc6\x78\x8a\xbb\x9e\x54\x67\x5d\x3d\x9c\x7b\xd9\xd9\x59\ \x8f\x3d\xfa\xcf\xcb\x57\xac\x48\xc4\xe3\x3f\xfa\xd1\x8f\x30\x46\ \x9f\x4b\xc7\x8d\x7f\x38\x36\x8b\x10\x45\xf2\xc8\xe6\x05\x8b\xb7\ \x37\x28\xcf\x29\xbc\xec\x9a\xf2\x60\x75\x55\x1b\x01\x00\x42\x40\ \xcb\xec\x37\x79\xf4\x89\x57\x7f\xff\x6f\x8a\xd9\x23\xaf\xbd\xb5\ \xb8\x20\xa7\x34\xcb\xaa\xe1\xc5\x43\x86\xe8\xf3\x96\x55\xf4\xb8\ \xa4\x4f\xfc\xf0\xaa\x59\x2b\xdb\xee\xbc\x67\x66\x16\xf5\xc4\x19\ \xea\x0f\x53\x5a\xb9\xfd\x60\xf1\xf8\xdb\xbe\x79\xcb\x48\xaa\x52\ \x4b\x9f\xfd\xfd\xee\x4a\x2f\xcf\x8a\x6c\xa9\x48\x94\xe5\xd1\x3d\ \x5b\x2a\x86\x7e\xe9\x52\xe4\xba\xea\x9c\xca\x5c\x68\x9a\xf6\xe8\ \xa3\x8f\x46\x23\x91\x6e\xdd\xba\xf9\xec\x66\x9f\xca\xf6\x46\xa8\ \xd3\x76\xf8\xf5\xd9\x2b\xdb\x13\x9c\xb3\x9c\xeb\x6f\xbd\x4e\x3f\ \xb2\xe4\xf5\xdf\xfd\x42\xb0\xc0\x15\x33\x6e\xcf\x89\x6c\x26\x84\ \x82\x10\xe9\xf9\xbd\x4b\xe8\xea\x27\x7f\xfd\x87\x89\x23\x4b\x0f\ \xec\x3a\x31\xf9\xae\x3b\x4b\x0c\x24\x85\x52\xa6\xa9\xaf\x58\x69\ \x2d\x5c\x58\x73\xfb\xed\xf1\xb2\x32\xe4\x72\xac\xf1\xce\xb8\xe8\ \x3d\xe4\xb2\xc4\xfe\xad\xaf\xcd\x49\x96\x5c\x72\x75\x5a\xed\x86\ \x96\xea\x83\xb5\x5e\xf6\x4d\x93\xc7\x94\x36\xd1\x6d\xcf\x6f\xdd\ \xbb\x3b\x2a\x0b\x07\x8f\x1f\x3b\xac\x3a\xb2\xa9\x36\x22\x31\xd3\ \x74\xc0\x52\x21\x3b\x94\x93\x9b\x95\x59\xcf\x34\x5b\x79\x07\x2b\ \x6b\xba\x0f\x9f\x78\xf9\x65\x03\x45\x32\x52\xb9\x7d\xcd\xda\x1d\ \x87\x8e\x36\x76\x64\xa4\x1c\x4d\x91\xcc\xfc\xc2\xdc\xac\xd0\x51\ \xc6\x98\xe7\x1e\xaf\x6c\xea\x3b\xfa\xbe\xe1\xa3\x03\x55\x5b\x77\ \x1d\xa8\x6a\xa6\xba\x5d\x58\xda\x6b\x44\x1a\xdf\xf2\xf2\x81\x98\ \x40\x59\xa8\x4b\x8a\x7c\x36\x11\x85\xb0\xae\xeb\x18\x14\xd1\xd3\ \x4a\x7a\x0e\x0c\xa4\x76\xb7\xbb\x05\x43\x47\xf6\x58\xbf\x67\x6d\ \xcd\xa1\xca\x86\xfa\x9a\xed\xeb\xd7\x35\x35\x44\x0a\x9a\x5a\x84\ \x28\xe4\x33\x67\xca\x67\x9f\xd3\x9e\x7c\x52\x5c\x37\x4d\xd9\x16\ \x70\x71\x8e\x9d\x0d\x7b\xb1\xc8\x81\xe3\xc9\xe9\x0f\xfe\x60\xea\ \xa0\xec\x54\xf3\xfe\xa7\xff\xb4\x70\xd3\xf2\x05\x35\x07\x0f\xb4\ \xc5\xc9\xa0\x49\x43\x87\x6a\xfa\x73\x6f\xfe\x7e\xcf\xf2\xa2\x6b\ \xbe\x3c\xf3\x4b\x63\x0f\xcd\x9e\xf3\xd2\xd6\xf4\x82\x6b\xae\xbf\ \xde\x34\x34\x4a\x10\x20\x8c\x11\xa4\x97\x5d\x32\x71\x60\xc5\x1b\ \x4f\xfc\xc2\x4b\x44\x8a\xae\x18\x4d\x09\x65\x14\x23\xc2\x18\xc5\ \x7e\xfa\x40\x0f\x17\x4f\xb8\xa2\xef\x5b\xaf\x3e\xb9\xa9\xfd\x78\ \x7b\xd1\x24\x8a\x01\xce\x32\x1d\x94\x4a\xa5\xca\xca\xca\x9e\x7c\ \xe2\x09\xdb\xb6\x2d\xcb\xfc\xbc\x9a\xc7\xfd\xe3\x7d\x4d\x94\xa7\ \x68\xdf\x31\x37\x14\x5f\x92\x54\x58\x0b\x85\x43\x98\x0f\x2c\x91\ \x48\xa4\xf0\xe4\xdb\xbf\x86\xa8\xae\x17\xdd\xf8\xed\x01\x6d\x1e\ \xb1\x33\xd2\xad\x78\x4c\x5c\x3e\xf3\xbb\x23\x11\x01\x82\x7e\xfc\ \x58\x1f\xaa\x4b\x15\x1a\xf5\x8d\x3b\x94\x81\xcf\x22\x96\x00\xc0\ \xdd\x64\x9f\xab\xbf\xda\x57\xd3\xa5\xeb\x3a\x40\xc7\xdd\x72\xdf\ \x08\x8e\x19\x1e\xe6\x08\x62\x0e\xbd\x27\xe9\x48\xe9\x79\x1f\x2d\ \x6a\x9c\xf3\xf4\xb4\xb4\x8c\x70\xd8\xfd\x34\xb3\x82\x92\x7b\x7a\ \xee\x80\xaf\xdc\x51\x9a\x74\xa5\x95\x96\x1e\x34\x35\xc8\xbf\xe1\ \x5b\xfd\xda\x3c\x6a\x67\xa4\x5b\xc2\xb9\xea\xee\xbe\x48\xe3\x71\ \x69\xe4\xdc\x74\xff\xc3\x1d\x51\xc7\xb0\xac\x4b\x2f\x19\xc9\x74\ \xc5\xa5\x52\x18\x23\xc7\xb1\xfe\xf8\x47\x91\x11\x6e\x9f\x31\x03\ \xa4\x00\xa5\x40\x7a\xc9\x64\xc2\x0e\x75\xbf\xac\xfc\xe0\xda\x45\ \x9d\xd7\x5f\xd6\xeb\xc8\x1b\xef\x4a\x65\x9b\xb2\xfd\x44\x6d\xd4\ \x6e\xae\x89\x63\x2b\x3f\x3f\xcb\xdd\x53\x51\xd3\xe6\x09\xce\x85\ \xf0\xc5\x06\x40\x29\x29\x24\x80\x54\x4a\x71\x60\x19\x69\xfa\xde\ \x63\xc7\x23\x6e\x7f\xd2\x74\x78\xee\xdb\xef\x0d\xbb\xf3\xfe\x7c\ \x36\x3b\x26\x15\x56\xbc\xad\x23\x26\xb8\x27\xa4\x02\xcc\xd2\xd2\ \xd9\x9e\xea\x2a\x27\x9e\x51\xdb\xea\xf6\x4d\xb7\x5b\xa4\x14\x9c\ \x73\x89\x3e\xc0\xac\x71\x9a\x7e\x3b\x19\xdc\x95\x5c\x70\x25\x04\ \xe7\x9e\x27\xa4\x94\xa0\x87\x82\x76\x46\xd1\xa8\x89\xd3\x0a\x2c\ \xa2\x59\x36\x4f\x24\x55\x56\x96\xfb\xed\x6f\x19\x5f\xbf\x9b\xbe\ \xfd\xb6\x77\xf7\xdd\x70\x0e\xf6\x30\x25\x25\xa7\x81\x1b\xee\x79\ \xd0\xb4\x2c\xc7\x71\x50\x5a\xf9\x3d\xdf\xba\x8f\x73\x9e\x1c\x34\ \x04\x34\x3b\x94\x66\x53\x9c\xff\xad\xa2\x61\x51\x47\x06\xd2\xad\ \x40\xf1\x8c\x82\xc1\xed\x29\x49\x82\x69\x26\xfd\xd2\x5d\x12\xd1\ \x14\xee\x75\xc7\x1d\xe5\x54\xa7\x05\x53\x6f\x2b\x1f\xd9\xe6\x80\ \x96\x16\x0c\x10\x95\x7f\x9b\x22\x04\x95\xdd\xa1\x48\x52\xa2\x6b\ \xef\xf8\x1a\x65\xa8\xae\x2d\x3d\x3f\x37\xad\x3e\x95\xd5\xbf\x4f\ \x89\x8e\x15\x9c\xc3\xb3\x71\x5d\xb7\xa4\xa4\xa4\x8b\x66\xe5\x8b\ \x9c\xcf\x04\xa6\x5b\x19\x86\xed\xc7\x83\x14\x61\x3a\x01\xa5\x14\ \xd3\x74\x50\x8a\x73\x14\x08\x65\x02\x28\xc9\xb9\x02\xc0\x94\x61\ \xbf\x6f\x9c\xae\x29\x29\x81\x6a\x36\x85\x73\xf6\x28\x57\x4a\x33\ \x74\x00\x90\x52\x01\x08\x44\x34\x83\x00\x00\xb5\x18\x00\x80\x6d\ \xc1\xc7\x69\x6e\xee\xe7\xf1\x3f\x7d\xb7\x80\x05\xd2\xc3\x01\xff\ \x15\x70\x0e\x80\x02\xe1\x4c\x00\x25\x38\x07\xca\x74\xe8\x62\xaf\ \xc2\xcc\xce\xcc\xb4\xdf\xcf\x61\x2a\x00\x4d\xa3\xef\xbd\xa7\x2f\ \x5b\xd6\xfe\xd0\x43\x6e\xf7\x6e\xa8\xb5\x15\x01\x80\xe0\x8a\x10\ \xaa\xa0\x78\xd4\x75\x0f\x97\x7b\xdd\x2c\x79\x84\x12\x6a\x96\x4c\ \xbe\xb2\xd7\x8b\x4f\xff\xdb\x12\x16\x18\x39\xed\x96\xbe\x43\xc2\ \xe3\x8e\x1e\x7a\xe9\xbf\x7f\xe1\xc4\xe3\x7d\xaf\xb9\x1a\x73\xc6\ \x00\x63\xac\x69\x0a\x2b\x05\x98\x52\xf0\xd8\x90\x71\x13\x0f\x3d\ \xfb\xca\x7f\xfc\x6c\x7b\xff\x91\xe3\xfa\xf7\xcb\x59\x3f\xe7\x95\ \x64\x47\x7c\xd4\xf0\x9c\xc1\x43\x7a\xfc\xe9\xb5\x67\x9f\x6c\x98\ \xd4\xcf\x32\x99\x66\x0d\xbb\x7c\xd2\x81\x67\xdf\xf8\xf9\x2f\x21\ \xa7\xdf\xf8\x11\x3d\xb2\x17\xad\x64\x94\x20\x40\x44\xd7\x35\xf4\ \x7e\xce\x9a\xe9\x1a\x47\xa0\xba\xb2\x26\x08\x31\x4d\x23\x08\x30\ \xd5\x74\x49\x00\x30\xc3\x10\xea\x75\xf9\x55\x7d\x4f\xcc\x7b\xf1\ \x2f\x76\x6e\xf9\xb5\x37\x7d\xb9\x97\x0e\x9e\xeb\x7a\x53\xa7\xb2\ \xc1\x83\xb5\xa7\xff\xe8\x5d\x7f\x3d\xd8\xf6\x39\x0b\xbe\x11\x32\ \x4c\x0d\x29\x21\x25\x06\x50\x54\xd7\xa9\xa6\x9b\x76\x00\xfc\xc6\ \x39\x12\x19\xc1\x90\x11\x04\x25\xa5\xc7\x51\x30\x9c\x19\x04\x50\ \x52\x02\xd2\x08\x28\xa5\xb0\xa6\x13\xa5\x04\x97\x28\x18\xce\x0a\ \x02\x28\x25\x15\x68\x1a\x80\x02\x42\x7c\x46\x35\x5d\xc7\x20\xa8\ \x11\xcc\xcc\x2e\x28\xea\x3b\xea\x92\x01\x3d\x30\x77\x3f\x62\x59\ \xb8\x9f\x37\xc0\xe3\x62\xad\xc9\xe7\x39\xa4\x52\x8a\x10\xf3\xbe\ \xfb\xd8\xb2\xe5\xb5\x73\xe7\x34\x05\xd3\x53\x91\xce\xc1\x83\x06\ \x29\x25\x05\x17\x08\x13\x42\x19\x25\xc0\x3d\xce\x05\x07\x44\x75\ \x0d\xc7\x3a\x3a\x3c\x62\x86\x02\x86\x54\x8a\x80\x8c\x74\x74\x78\ \x58\x0f\xda\x26\x92\x5c\x00\x21\x20\x04\x10\x46\x91\xe4\x42\x00\ \xd2\x74\x4d\xb9\x89\x8e\x48\x82\x59\xc1\x80\x06\x9d\x1d\x11\xc5\ \x0c\x3f\x43\x98\x88\x46\x1c\x60\xb6\xc1\x14\x60\x5d\x67\x3c\x19\ \x8d\x24\x45\x5a\x28\x44\x81\xbb\x2e\x07\x42\x09\x48\x2e\x14\xa1\ \x5d\xb8\x08\x25\x85\x90\x40\x7d\x12\x65\x21\x08\x21\x52\x08\x44\ \x28\x52\x42\x28\x44\x09\xe2\x5c\x10\xa6\x33\xe4\x75\x76\x44\x38\ \x62\x76\xc0\x66\x08\x14\x80\xb2\x2c\xed\xaf\x7f\x35\x1e\x78\x30\ \xf9\xc2\xf3\xde\xcd\x37\xa3\x44\x82\x52\x7a\xe0\xe0\xc1\xc5\xef\ \x2c\x2e\x2b\x2f\x2b\x2f\x2b\xcf\xc8\x08\x99\xa6\xcd\x18\x23\xc4\ \x2f\x0b\xfb\x14\x79\x36\xa8\x66\xe8\x8c\x28\xc1\x53\x8e\x23\xcf\ \x6f\xfc\xc1\x45\x44\xfb\xe7\x3a\x74\x1d\xef\xda\xa5\xbf\xb3\x38\ \x3e\x63\x06\xef\xd6\x1d\xbd\x5f\x50\x82\x28\x63\xa0\x94\x92\xdc\ \x93\x3e\x6e\x86\x01\x28\xce\x95\x99\x16\xb2\xa0\xab\x9d\x06\x47\ \x28\x10\xca\xf0\x0d\x4b\x85\xfd\xe8\xa7\xff\x33\x40\x94\x32\x00\ \xc9\x39\x22\x7a\x38\xc3\xf0\x2d\xd1\xf4\x8c\x4c\xdf\x74\x14\x12\ \x99\xc1\xf4\x93\x9c\x9c\x4a\x70\x8e\x35\x3b\xac\x83\x52\x5c\x28\ \xe8\xba\x35\x90\xae\x3f\x4f\x46\xe3\x18\xf1\x2f\x8d\x7c\x1a\x51\ \xea\x93\x89\x62\xea\x9f\xc5\x18\x53\x4a\x70\x20\xc1\x50\x06\x80\ \x92\x27\xed\x19\xe4\x38\x7c\xca\x14\xd9\xb3\xa7\xf6\xc2\x0b\x7c\ \xda\x34\x38\x07\x2b\xf7\x67\x33\xb8\x9b\xe2\x5f\x10\xb0\xe3\x45\ \x1e\xa0\xcf\xf1\xdd\x63\x00\xd0\x66\xcf\x01\xd7\x4d\xcd\x98\xe1\ \x13\x1e\x7e\xc0\xad\x83\x33\xbd\x3c\x1f\xff\xfe\x3e\x1d\xc9\xc9\ \xb6\xc7\x70\xca\xcf\xec\xfa\xd9\x69\x50\x1f\x79\x12\xe2\xd3\x75\ \x72\x97\x67\x77\x0a\xf8\xf3\xfe\x95\x4e\xfe\xfd\x83\x7f\x9e\x31\ \xa3\x53\x57\xfe\xd0\xd9\xa7\x4d\x49\x9d\xee\x4e\xa8\x82\x02\xef\ \x2b\x5f\x21\xab\xde\x25\x5b\xb7\xc2\xc7\xeb\x84\x75\x71\x5c\x94\ \xcc\xcf\x53\x32\x51\x6b\xab\xf6\xf6\xdb\xee\xb8\x71\x7c\xc8\xe0\ \x2f\x18\x72\xfd\x7f\x35\x84\xe0\xd3\xbf\xa4\x6c\x9b\xcd\x9e\xad\ \xe8\x45\x33\xed\xa2\x64\x9e\xe7\x43\xd3\xd8\xca\x55\xf8\xd0\x21\ \xe7\xe6\x99\x4a\xd7\xe1\x02\xee\x56\xe6\xba\xa2\x77\x6f\x31\x69\ \x12\x99\x3d\x07\x1f\x3d\x0a\x17\x59\xf6\x2e\x4a\xe6\xf9\x3b\x10\ \x02\xce\xd9\xbc\xb9\xb2\xb4\x94\x5f\x7e\xf9\xdf\xa6\xa8\xfc\x58\ \xa9\xd8\xbf\x5d\xdf\xf8\xf9\x54\x27\x4b\x89\x18\xf3\x66\xdc\x84\ \xdb\xda\xe8\xba\x75\x40\x2f\x1a\xb4\x1f\x23\x02\x74\xb1\x90\xfc\ \x73\x19\x4a\xd7\xf1\xa1\x43\x74\xd5\xbb\xce\xcc\x19\x32\x2f\x0f\ \x27\x12\x27\x3b\x80\x7c\x40\xce\x08\xc6\xbe\x4f\x08\x00\x42\xfe\ \x2d\x22\x4b\xc5\x93\x49\xa9\x69\xec\x5c\xa7\x21\x84\x4f\xab\x6b\ \x45\x98\x10\x8c\x7c\xc7\x50\x61\x84\xc4\x87\x91\x2e\x08\x13\xac\ \xc4\x27\x54\x42\x95\x4a\x89\x31\x63\x64\xb7\x6e\x74\xf6\x1c\xef\ \x2b\x5f\x81\x93\x3b\x08\x3a\xdb\xb8\xb8\x3c\x00\x80\x76\x76\x5c\ \xcc\x9a\x7c\x1e\x92\x69\x99\xf6\xf2\xe5\x76\x34\xda\x79\xc5\x15\ \xf1\x68\x44\x44\xa2\xc9\x54\x2a\x1a\xe9\x44\x84\x22\x84\x94\x92\ \x98\x68\x88\xc7\xea\x6a\x9b\x5d\x65\x64\x85\xf0\xda\xc5\xcb\x73\ \xae\x9c\x39\x3c\x1b\x39\xe7\x90\x14\xcc\xf4\xd4\xf1\xf5\x6f\xac\ \xed\x98\x7e\xd3\xe4\x74\xca\xcf\x4c\x09\x10\x4a\x5b\x8e\x6c\x59\ \xbe\x2b\x3a\xed\xc6\x49\xb6\x70\x11\x46\x89\x8e\xc6\xa6\x8e\xa4\ \x11\xcc\x08\xdb\x24\xe9\x0a\xdb\xb6\xf1\xe9\x75\x05\x8a\x47\x3a\ \x13\x9a\x15\xd4\xf1\x27\xc1\x50\x21\xa5\xca\xce\xe6\x53\xa7\xb2\ \x17\x5f\x14\x55\xd5\x40\x88\xe3\xa4\x92\xf1\x78\x2c\x1a\x21\x04\ \x79\xae\xcb\x98\x46\x08\xf6\xf9\xf4\x2e\x2e\x0f\x00\xa0\x19\x59\ \x59\x17\xdf\xc2\x67\xee\x43\x60\x50\xa0\xad\x5e\x2d\xcb\x4a\xad\ \x89\x13\x75\xdd\xe0\x4c\x37\x92\x49\x05\x28\x16\x8f\x29\xa5\x00\ \x33\x14\xaf\x7e\xeb\xa5\x57\x2a\xda\x41\x23\xf6\x88\x71\x23\x9a\ \x1b\x1b\x02\xc0\x34\x03\x8b\x94\xcb\x05\xb0\xae\xe2\x6c\xe5\xb9\ \x1e\xa6\x8c\x60\x84\x98\x96\x4a\x45\x9a\x5a\x3a\x14\x61\x1a\x03\ \xc7\x13\x84\x32\x8c\x00\x40\x71\xd7\x43\x94\x19\xba\xa6\x9c\x48\ \x4d\x6d\x8b\x40\x98\x51\xda\x74\x78\xcd\xf3\xaf\xae\xe0\x86\x1d\ \xee\x79\xf9\x55\x25\xce\xd2\xdd\x91\xdb\xbe\x7e\x73\xba\x17\x13\ \x88\x10\x82\x31\x20\xb7\xad\xf2\xcd\x17\x16\x8f\xbe\xfb\x3b\x43\ \x02\x4e\x4a\x76\xe5\x35\xa5\xe0\xfc\xef\x65\xab\x50\x4a\xf1\x29\ \xd7\x68\x4f\x3d\x45\xde\x5b\x0d\x63\xc6\x98\x96\x1d\x48\x4b\x4f\ \x0f\x85\xc3\xe1\xb0\x65\xdb\x1a\x63\xf8\xd3\xcf\x67\x7e\x91\x24\ \xd3\xbb\x80\x43\x82\xe7\xad\x8f\xc9\x18\x34\x34\x18\x1b\x36\xba\ \x37\xdd\xe4\xda\xb6\x8c\xc7\x85\xe7\x71\xcf\xe5\x9e\xab\x94\x02\ \x84\x75\x4d\xae\x9f\x3d\xfb\x20\x1d\xf8\xbd\x1f\x5c\x6b\x8a\x24\ \x77\x3b\xde\x58\xd1\xf0\xf6\x1f\x7f\xb5\x39\x23\x7f\xf2\x97\x67\ \x5c\x92\xaf\xd6\xbd\xf3\xfa\xaa\x6d\xc7\xb3\x07\x4d\xb8\x75\xfa\ \xa8\x8e\x3d\x2b\x5e\x5f\xb4\x0e\xf2\x47\xdc\x70\x09\xb5\xec\x80\ \x57\xbf\xf3\xb9\x77\x0f\x5e\x75\xe3\x94\xb6\x0d\x6f\xbd\xb3\xf9\ \x70\x46\xdf\x71\x5f\xfd\xf2\xb8\x8e\x5d\x4b\xdf\x58\xba\xa5\x23\ \x12\x45\xf9\xc3\x09\x02\x82\xd5\xf1\x3d\x1b\x23\xd9\x63\x1e\x7f\ \xf8\x4b\xc8\x4d\xd4\xed\x5e\x55\xb7\x6d\xd9\x6f\x22\xd1\xeb\xaf\ \x9d\xec\xee\x9d\xbf\x64\x77\x53\xf9\x88\xa9\x5f\x1e\x9b\xe5\x35\ \x54\x3e\xff\xbb\xff\x3a\x36\x71\xc6\x95\x85\x8d\xaf\xbe\xb9\xac\ \x05\xb2\xa6\xde\x74\xf3\xe0\x7c\xdd\xfb\xbb\x2c\x5c\xc4\xb9\xec\ \xd7\x4f\x96\x95\x93\x15\x2b\xd4\xe8\xd1\x52\x88\x2e\x60\x9f\x70\ \x3d\x97\x81\x52\xe4\xa2\x64\x5e\xf4\x33\x3f\xe7\xc1\x18\xdd\xb8\ \x11\x35\x35\x8b\x89\x13\xfc\x3e\x93\x5d\x0d\x28\xbb\x88\xaa\x30\ \x76\x9b\x0e\x9e\xe8\x18\x36\xf5\xb2\x0c\x03\x52\x8e\x6e\x22\xac\ \xf4\xf0\xc4\x69\x77\x85\xf7\xbd\xb5\x6a\xed\xb6\x50\x3f\x77\xc5\ \x7e\xef\x2b\xf7\xde\xba\xf4\xb9\x37\xd6\x15\x41\xe5\xf2\xad\xbd\ \x26\xde\x7a\x69\x59\x2e\x6d\xdc\xe2\xb4\x55\xbe\xf5\xf6\xf1\xd2\ \x2b\x6f\x0a\x54\xaf\x7b\x61\x77\xe2\xe6\xbb\xef\x58\xff\xe2\x4b\ \x2b\xb6\x98\x8d\x2b\x36\xf5\x9e\x7a\x5b\x7e\xd3\x9a\x45\x07\x84\ \x52\xc0\x05\x2a\x1f\x32\x36\xe3\xd5\x65\xbf\xfd\x43\xec\xda\x2f\ \x4d\x09\x81\xca\x1a\x30\x76\xe6\x6d\x37\xe5\x68\xd2\xcb\x9e\x51\ \x3e\xf8\xc0\xb3\xaf\x2c\xdf\xd3\xfb\x86\x40\x5e\xf9\x8c\xaf\x3c\ \x30\x2a\xdc\xfc\xd7\x27\x17\x67\x8f\xbd\x65\x44\xfb\xca\x85\xf3\ \xde\xeb\xfd\xcd\x6b\x99\x70\xfe\x1e\xbd\xc9\xb9\xcc\xcd\x15\x97\ \x8f\x62\xcb\x57\xe2\xaa\xaa\xae\x08\x2d\x42\x67\x3a\x9b\x17\x17\ \x08\x5c\x8c\xcd\x7e\x3e\x4e\x26\x21\x64\xdd\x3a\x55\x54\x24\xfa\ \xf7\x07\x21\xce\x52\x35\x8e\x08\x21\xc8\x75\x05\xea\x6a\x19\x0b\ \x88\xe9\xa1\x9c\x82\x3e\x3d\x7b\x50\xaf\xb3\xba\xb1\xb1\xbe\xfa\ \xf0\xc2\xb9\x8b\x9b\x84\x6c\xad\xae\x4e\x99\xdd\x47\x0e\xee\x9b\ \x97\x93\x61\x6a\xb4\xf5\xf0\x96\xdd\xcd\xc6\x88\x61\x65\x1d\x75\ \x8d\xcd\xb5\x87\x17\xcd\x59\x70\xdc\xd1\x9c\x9a\x23\x51\xbb\x78\ \xf4\xd0\x3e\x85\x85\x85\x3e\x77\x84\xe0\x5e\xb8\xec\xf2\x6f\x7e\ \xe7\x1b\x23\xf3\xa2\xaf\xfc\xe5\xb9\x8a\xa6\x94\x6e\x9a\x76\x20\ \xc0\x78\xcb\x7b\x8b\x5e\x7f\xe1\x8d\xe5\x4d\x09\xc7\x73\x25\xa2\ \xd4\x0a\xa6\x51\xb7\xb5\xb6\xad\x61\xcf\x9a\x45\xcb\xb7\xd5\x69\ \x7e\x08\x45\x05\x00\x00\x20\x00\x49\x44\x41\x54\xd4\x4d\xf1\xbf\ \x57\x76\x94\x02\x42\xf8\xf8\xf1\x10\xe9\xc4\x07\x0e\x5c\xcc\x9d\ \xfc\x0d\x9d\xf9\xc9\xcb\x3a\xa1\x94\x60\x25\x05\xff\xa4\x99\x91\ \x10\xa6\x3e\x88\xf4\x23\x2e\xfb\xe9\xb1\x5d\x22\x42\x29\x56\x9e\ \x77\x76\x14\x34\xa1\x14\x49\x71\x7a\xe0\x85\x50\x86\xd4\xd9\xde\ \x01\x21\xa8\xad\x8d\xbe\xb7\x46\x0c\xe8\x2f\xf3\xf2\xce\xcc\x97\ \x28\x25\xb8\x96\x39\xa4\x77\xde\x2b\x4b\xde\xe9\x9f\x7f\x43\x18\ \x52\x52\x44\x84\x94\x42\x48\x29\x38\x97\x28\x3d\x2d\x23\xaf\xa8\ \xf4\x9a\x1b\x67\x66\x1b\x9a\x99\xd8\xff\xdb\x5d\x8b\x77\x55\x56\ \x8f\x28\x0d\xa7\x9c\x54\xf6\xa0\x6b\x2e\x0b\x44\x5e\x7e\x69\xf9\ \x8d\xbd\x32\x32\x0a\xcb\xaf\xb9\xf1\xa6\x5c\x93\x59\xa8\xfa\xa9\ \xdf\xbe\xb1\x75\x5f\x75\x8f\x44\xdc\xe1\x12\x00\x30\x82\x8e\x86\ \xa3\x31\x9a\x3d\x6c\xe4\xf0\xf7\xd6\xbf\xdc\x1c\xcb\x4d\xb6\xb7\ \xb7\x74\x26\x13\x15\xcb\xdf\x3d\x4a\x1f\x7e\xe0\xae\x65\xcf\xbd\ \x22\x10\x55\x89\xce\x86\xfa\xe6\x64\x4e\x20\x3b\x2d\x27\x73\xf4\ \xe4\x09\xfd\xb3\x01\x1b\x96\x48\xfd\xdd\xdf\x15\x39\x8e\x18\x3a\ \x14\x10\xb2\xb7\x6c\xc1\xc3\x2f\x3b\x55\xcb\x42\x28\xa3\x04\xff\ \xaf\xae\x8a\x29\xc3\x4a\x70\x21\x2f\x54\xc9\x3c\x9d\xd3\x00\x69\ \x86\xa5\x53\xe5\x71\x79\x72\x2d\x6a\xb6\xa5\x4b\xe1\x49\xa9\x30\ \x61\xa6\x65\x19\x1a\x55\x52\x7c\x44\x85\x07\x26\x84\xc7\xdb\x8e\ \x1d\x3d\xd1\x9a\x94\x81\x80\x7d\x1a\x4b\x1c\xd6\x4d\x4b\x43\xf2\ \xe4\xda\x45\x4c\x33\x4c\x53\x47\x42\xf8\xe4\x77\x08\x33\xd3\xd0\ \x95\xe0\xf2\x1c\x4d\x7d\x31\xa1\xf1\xda\x9d\xab\x77\x54\xe5\x76\ \x2b\x31\xd0\x47\xb0\xff\x28\x09\x9f\x3c\xdb\x25\xa6\xb4\xe3\xc8\ \xf6\xb5\x7b\xda\x4b\xba\xe7\x9e\xc9\x58\x84\x90\xec\x6c\x6d\x8a\ \x71\x6a\xe9\xfe\x4e\x87\x28\x15\x7b\xd7\xaf\x3e\x9a\x4a\xef\x96\ \x65\x7d\xf8\x75\xe9\x3a\xde\xbf\x5f\xfb\xd3\x1f\xf9\x57\x6e\xe1\ \x57\x5e\x09\xa9\x54\x17\xad\x01\xe7\xc9\x64\x92\x73\x9e\x97\x9b\ \x2b\x04\xe4\x97\x96\x93\xe6\xbd\x0b\x97\xae\xdc\xba\xeb\x30\xcb\ \xcc\xa3\x6e\x32\xab\xf7\xa0\x8c\x54\xfd\xf1\x08\x1b\x3d\x6e\x14\ \x6b\xdc\xb3\x68\xd1\xb2\x8a\x1a\xa7\xcf\x88\x51\x65\x76\xc7\xb2\ \x85\xf3\xb7\x1e\xee\x2c\x2e\x0e\xb5\xc5\xec\x69\x37\x8c\x3b\xb1\ \x69\x35\xe9\x77\x55\x4f\x71\x64\xfe\xa2\xa5\x15\xd5\x91\xf2\x61\ \x63\xfb\x84\x93\xcb\x17\xcc\xdf\xb4\xaf\xb6\xa0\xdf\xb0\x21\xbd\ \x0b\x35\x0c\x4d\x07\xd7\xbf\xf6\xc6\xdc\xd5\x1b\x2b\x32\x06\x4d\ \xfc\xd2\xf8\x4b\xe2\x95\x6b\x17\xae\xda\x93\xdd\x7b\x68\x5a\xac\ \x72\xf9\xbb\x1b\x3b\xf5\xdc\x51\x63\xc6\x64\xf3\xa3\xf3\xe7\x2e\ \x89\x04\x06\x4c\xba\x34\x6b\xc3\x92\x45\xab\xb7\x1c\x20\x99\x3d\ \x7a\xe6\xdb\xe2\xef\x06\x83\x2b\x05\xe1\xb0\xb6\x6a\x15\xaf\xae\ \xd9\xdd\xa7\x4f\x5a\x38\x9c\x91\x91\x11\x0c\x18\x47\xb7\xaf\xac\ \xe8\xd0\x4b\x8b\xb2\xd1\xc7\xe3\x83\x26\x04\x55\xed\x78\x6f\x6f\ \xa3\x2a\x2e\xca\x44\xf2\xc2\x14\xce\x93\xb5\x26\x88\xe8\x94\xef\ \x59\xb7\xb2\x0a\xf5\x9c\x34\xb2\x54\x09\x41\x35\x3d\xd1\xb0\x6f\ \xc5\xba\xea\xa1\xe3\xaf\x28\x0a\x99\x6e\xa4\x66\xf5\xf2\xd5\xf5\ \x5e\xfa\xe8\xf1\x57\xf6\xc8\x32\xbd\x93\x25\xb0\x08\x61\xca\x28\ \x02\x10\xdc\x93\x40\x54\xec\xc4\x8b\x7f\x7a\xee\xb8\x63\x97\xf4\ \xbf\xf4\xfa\xa9\x57\x65\x52\xce\xa5\x42\x98\x32\x15\xdf\xf4\xee\ \xd2\x44\xe1\xa8\xb1\xbd\x73\x95\x42\x0c\xa5\x0e\xed\xdc\xbc\xfd\ \x40\x43\xf9\x98\xab\x87\x16\xa5\x23\xc2\xbc\x96\xca\xf7\x76\x54\ \xf5\x19\x39\xb6\xd0\x90\x5d\x3a\x11\x61\x4a\x29\x46\x5d\x75\x55\ \x88\xea\x75\x1b\xfe\xfc\xc4\xbb\xf0\xe8\x4f\xbe\x99\x2d\x13\x29\ \x97\x4b\xa5\x7c\x4d\x46\x30\x52\x52\x70\x01\x90\xaa\x59\xb0\x78\ \x73\x9f\xab\x6f\x1a\x1c\x82\x84\xe3\xc9\x93\x57\x38\x19\x51\x44\ \x84\x52\x42\x90\x12\xef\xeb\x73\x84\x09\xa5\x04\x9d\x8a\x3a\x22\ \xcc\x28\xf5\xc3\x9e\xdc\x3b\x79\x0b\xc6\x4c\xd3\xdc\x37\xfb\x89\ \x3f\x6f\xcb\xf8\xd9\xa3\x37\x31\xee\x2a\x44\x18\x45\xdc\xe3\x12\ \x80\x32\xc3\xc4\x9d\xb3\x7e\xff\xbb\xe6\xd2\x1b\xef\x9b\xdc\x9b\ \x73\x49\x35\xdd\xd0\x62\x7f\xf9\xf9\x2f\xdb\x86\xdc\xf5\xf0\x35\ \xe5\x0e\x57\x8c\x92\x53\x17\x54\xc1\xa0\xf6\xca\xab\xc6\xbd\xf7\ \x7a\xf3\xde\x4e\x8c\x19\xab\x92\x49\x05\x08\x94\x4c\x26\xe2\x4d\ \x4d\x4d\xf1\x64\x6a\xf0\xa0\x41\x4a\x29\x84\x09\x25\x88\x7b\x9e\ \x54\x08\x61\x44\x30\x56\x42\x48\x84\x09\x02\xa9\x80\x10\xc4\x3d\ \x4f\x01\x42\x08\x53\x4a\xa5\x70\xb9\x04\x8c\x09\xc1\x20\x15\x22\ \x48\x71\x09\x8c\x60\xcf\xf3\xd4\xc9\x6f\x24\xb9\x27\x14\xa2\x04\ \xfb\x68\x78\x3f\x37\xa3\x14\x66\x1a\x51\x42\x22\x84\x38\xf7\x80\ \x30\x8a\x94\xeb\x71\xc2\x18\x92\x12\x11\x22\xb9\x27\x15\xa2\x8c\ \x82\xe0\x9e\x50\x18\xff\xc3\x9b\x9e\x61\x18\x8f\x3e\xc6\x9f\x7e\ \xfa\x2f\xdf\xff\x7e\xfe\xe0\xc1\x65\x25\xc5\x79\xd9\x81\x77\x5f\ \x7d\xe2\x70\xde\x8d\xdf\x9d\x31\x1a\x3c\xce\x34\xed\xf4\x4f\x46\ \x19\x25\x18\x49\x29\xbb\x6c\x25\x84\x29\xa5\xa6\x8e\x96\x3e\xf5\ \xd3\x8d\xc6\x84\x47\xee\x1a\x27\x93\xce\x05\x09\x9e\xea\xda\xe3\ \x75\x1d\x57\xae\x5d\xf0\x87\xa7\x5e\x25\x97\xde\x37\xe9\xf2\x1e\ \x18\x88\xe8\x38\xfa\xfa\x33\x4f\x2f\xd8\x4d\xf2\x2f\x1b\x53\x16\ \xea\x78\xe3\x99\xa7\xf7\x41\x79\x4f\x6b\xdf\xd3\x7f\x68\xf8\xce\ \xf7\xee\x2a\x32\x11\x97\x0a\x61\x82\xc1\xad\x3d\x72\xb8\xd3\x63\ \x05\xdd\xba\x65\xda\xac\xe6\xc8\x86\x1d\x8d\x6c\xc6\x1d\xd3\xbb\ \x65\xa4\x07\x88\xf0\x69\x20\x74\xca\xb7\x2e\x9c\xf5\xe4\xb3\x0b\ \xcb\x6f\x2d\xbb\x6a\x60\x89\x88\x35\x2c\x9d\xf3\xe6\x61\x27\x5c\ \x5e\x52\x10\x32\x18\xc1\xea\xe8\xe6\x85\x6f\xbc\xbd\x60\x7b\x5b\ \xf0\x7b\x43\xaf\xea\x6e\x79\x5c\x28\x00\x04\x22\xd5\x58\xdf\xd4\ \x1e\x49\x60\x2b\x54\x52\x9c\x6f\x61\x84\x09\x55\x6e\x5b\xe5\xbe\ \xbd\xad\xba\x51\x58\x94\xcb\x10\x60\x42\x62\x2d\xd5\xd5\x4d\xd1\ \x60\x4e\x71\x51\x4e\x86\x8a\x77\x6c\xdb\xb8\x21\x96\xdd\x93\x15\ \xa6\x65\x15\x77\x0b\x69\xa2\xa1\xea\x50\x4b\x1c\x72\x8b\xbb\x65\ \x5a\x54\x81\xec\x68\x38\x51\xd7\x12\x35\x43\x39\x85\x79\x19\x14\ \x14\x20\xe4\xc6\xdb\x8e\xd5\x34\xba\x58\xcf\x2d\x2a\xc9\xb0\x08\ \x77\x93\xf5\x75\x4d\xed\xd1\x24\xb5\xc2\x25\xc5\xfe\x2d\x70\x67\ \xfd\x89\x23\x49\x5e\xd7\x96\xa4\x8c\xfa\xd2\x2c\x53\xed\x35\x9d\ \x6e\x46\x4e\x8e\x8e\x65\xa4\xb9\xb6\x89\x18\x97\x4e\xbc\x3e\x65\ \xe7\x49\x09\x18\xdc\x9a\xc3\xc7\x5c\xe4\x44\x39\x30\x8a\x31\xa1\ \x28\xd9\x76\xb8\xb2\xd6\x63\x69\xdd\xba\xe5\x6b\x18\x81\xf0\xd0\ \xba\xd5\x71\xaa\x35\x17\x95\x67\x2b\x29\x08\x49\x75\x34\x1f\xab\ \xaa\x8d\x4b\xaa\xeb\xfa\x29\x85\xa1\x7c\x7e\xbb\x93\x64\xb2\x5d\ \x25\xa6\x4a\xfa\x3b\x0a\xe7\x00\xc8\x97\x12\xc5\xb9\xd7\xf5\x0f\ \x25\xfd\xb3\x7c\xfb\xd8\xe3\xf2\x14\x37\x35\xf7\xfb\x32\x9c\x2c\ \x52\x81\x2e\x00\x3a\x42\x48\x71\x8f\x9f\xf2\x16\x40\x0a\x0e\x80\ \xf1\x49\x80\x01\xe7\xfe\x04\x04\xe7\x00\xf0\x09\x88\x25\x80\xc2\ \x98\x0f\x1f\x6e\xfe\xfa\xd7\xe4\xc0\x81\xea\xc2\x6e\x25\x25\xdd\ \x11\x00\x26\x8c\x12\x0c\x08\x33\x22\x9a\xaa\x2a\x5b\x62\x2a\xb7\ \xa4\x24\xd3\xd6\x84\x97\xac\x3f\x71\xac\x35\xe2\x06\xb3\xf2\x8b\ \x72\x43\x48\x2a\x82\x44\x53\xd5\xb1\x4e\x57\xb5\x26\x24\x0b\x10\ \xb8\x70\x07\x05\x00\xaa\xe9\x2d\x15\xcb\xe6\x6c\xee\x98\x3c\x75\ \xc2\x9e\x88\x94\x88\x9a\xaa\xf9\xcd\x59\xb3\xb5\xde\x57\x8d\xe5\ \xfb\x04\xb0\xe8\x89\xb5\x1b\x1a\xd9\xd7\x7f\xf2\xe0\xa5\xf6\xe1\ \x5f\xfd\xe4\x57\xef\x1e\x68\xba\xeb\xd2\x3c\xae\x04\x85\xe4\xbb\ \xb3\xfe\xb4\x78\x6f\x87\xad\xb9\x32\x34\xe0\xde\x87\xee\xa2\xca\ \x73\x12\xcd\x9b\x56\x2e\x6b\xec\x37\x7c\x4a\x41\x1e\x93\x1e\xd3\ \xd9\x91\xb5\xaf\xaf\xaa\xb5\xa6\x4c\xbe\xa2\x4e\x71\x42\xf0\xa1\ \x0d\x6f\xbf\xb5\xf6\xe8\xa5\xa3\x2e\x95\x5a\xb8\x20\x33\xa0\x44\ \x22\x96\x64\x23\xae\xbe\x3a\xba\xaa\x02\xab\x2e\x55\x86\xa9\x16\ \x3f\xba\xe2\xbf\x9e\x98\x17\x28\xe8\xe6\xb5\x35\x07\x7b\x4f\x7c\ \xe8\x9e\xe9\x4c\x23\x9d\xb5\x07\x96\xce\xe3\xd1\xba\xfa\xa2\xb1\ \x5f\x7d\x70\xe6\xc8\xa6\xed\xf3\xff\x38\x6b\x25\xd8\x81\x68\x5c\ \x8d\xbf\xf5\xa1\xeb\x7a\x18\x1a\x38\x7b\xd6\x2c\x8f\x97\x74\x9f\ \x76\x73\xb7\xaa\x45\xcf\xbf\xbc\xfa\x58\x20\x80\x13\xa4\xe0\x8e\ \x87\xbe\x91\x5b\xb3\xea\xf7\xaf\xbe\xa7\x85\x33\xb2\x4a\x06\x5c\ \x7f\xe3\xa4\x10\x70\x4c\x49\x4b\xc3\xd1\x77\x97\x6d\x68\x8f\x36\ \xc7\xcd\xbe\x0f\x7d\xfb\x2e\x76\x74\xfe\xaf\xfe\xb0\x22\xab\xb8\ \x38\x52\xd7\x58\x32\xee\xab\x0f\xcd\x1c\x59\xbb\xfe\x8d\x3f\xcc\ \x5a\x6d\xe6\x15\xc4\xab\x2a\x93\x45\xbd\x08\x02\x84\x19\x74\xee\ \x7b\xe2\x37\x4b\x6e\x78\xe4\x5f\xc7\x17\x46\x5f\x79\xf6\x37\xce\ \x88\xdb\xb2\xf6\xcf\x3d\x5e\x3a\xf3\x87\xd7\x5a\x8b\x9f\xfd\xc3\ \x82\x5d\xed\x79\xb9\xd6\xc1\xe3\x0d\xc3\xc7\xe9\x90\xaa\x9f\xfd\ \xec\xf3\x07\x63\x0c\x45\x5b\xd3\x06\x4e\xbb\xff\xd6\x31\xb5\xef\ \xbd\xce\xe6\x2f\xc0\x79\xe1\xdf\x3c\xfb\xca\xf4\x3b\xef\x1d\x9d\ \xd9\xf4\xec\x5f\x9e\xab\xe1\x01\xd3\x0e\xf6\x1f\x75\x65\xa9\x79\ \xa1\x47\x26\xa5\x94\xbd\x7b\x41\x4e\x8e\xdc\xbe\x65\x7e\x67\xac\ \x33\x65\x7d\xe3\xa6\x61\x3e\x26\x49\x63\x62\xdb\x82\x57\x5f\x7f\ \xef\x48\xc0\xc6\x09\x94\x7f\xc7\x03\x77\x0f\x0c\xc7\x76\x6c\x58\ \x7d\xa8\xb6\xb5\xa1\xc9\xb9\xf2\xd6\x07\xa6\x0f\x0b\x6f\x9a\xff\ \xdc\x8b\x2b\x8e\x66\xe7\x66\xd4\xef\xaf\xe9\x31\xe5\x42\x96\x4c\ \x8c\x30\x55\x91\x13\x0b\x97\xec\x19\x7b\xcb\xd7\x46\x94\x04\x14\ \x62\xb6\x4e\xf6\xae\x5e\x54\x9b\x31\xfa\xce\x1b\x46\x31\x00\xc3\ \x32\x12\x4d\x4d\x86\x91\x91\x63\x71\xa0\x69\xd9\xe1\xf4\x96\x86\ \x4e\xc0\x80\x89\xd6\x76\x70\xc5\xbc\x9d\x91\x9b\xbf\xf7\xd3\x5f\ \xfc\xf4\x7b\x45\x9d\xbb\xde\x5e\x7e\x10\x10\xca\x2e\x1f\xf6\x8d\ \x47\x1e\xb9\xe5\xea\x4b\x75\xe1\x02\xa6\x89\xfa\x5d\x8b\x36\xb6\ \xde\x78\xe7\x9d\xbd\xc3\x04\x31\x83\xe2\x54\xc5\xe6\x83\x99\xe5\ \x43\xfa\x95\x86\xf7\x2f\x7b\xe1\x4f\x73\xb6\x09\x6a\x0f\x9a\x30\ \x6d\xdc\xc0\x42\x90\xa7\xf3\xad\x23\x37\xda\x8e\xb2\xfb\xde\xf7\ \xc3\x9f\xfe\xe2\x07\x77\xb8\x07\x17\xbf\xb3\xab\x11\x4b\x99\x51\ \x36\xfc\xfe\x1f\xff\xe4\x47\x77\x8e\x3d\xb1\x7e\x65\x5d\x67\xdd\ \xbc\xb7\x57\x64\x8c\xfd\xda\x2f\x7e\xfe\xb3\xbb\xc7\xe6\xac\x7c\ \x73\x5e\x43\x4a\xd2\x40\xf6\x75\xf7\x3d\xfc\x9d\x7b\x6e\xcd\x6e\ \xdd\xf0\xea\xbb\x95\x13\xbf\xf1\xe3\x9f\xff\xfc\xc7\x23\xec\xba\ \x39\x8b\xb6\x35\x1c\x3f\xd4\xc8\xf3\x67\xdc\xfb\xe0\xdd\x33\x27\ \xa6\x83\x27\x94\xe2\x42\x66\x75\xef\x7f\xcd\xf4\x2f\x5d\x37\x79\ \xb4\x57\xbd\x6d\x67\x5d\x8c\xc7\x3b\xb4\xc2\x4b\x1e\x7a\xec\x67\ \x3f\xbe\xe3\xf2\x13\xeb\x56\xd6\x76\xd4\xcc\x5f\xb0\xb6\xe8\x9a\ \x07\x7f\xfe\xd8\x0f\x6f\x9d\x30\xc8\x90\x8e\x54\xa0\x84\x67\xe6\ \x0f\x1a\x18\x52\x07\xf6\x57\x3b\xad\xb5\x55\x6d\x81\x11\xfd\x4b\ \x40\x49\x4c\xf5\xe8\xd1\x35\x0b\x77\xb5\xcf\xfc\xfe\xbf\x3c\xf6\ \xc3\x07\x46\x97\xe5\x82\x82\x13\xeb\xe6\xbf\x57\xe9\x5e\x79\xed\ \x75\x53\x47\x77\xdf\xbb\x7c\xc1\xc1\xea\xfd\xcb\xe7\x2e\x65\xcd\ \xa9\xee\x37\x5e\x7f\xfd\x40\x7d\xee\x9c\xb5\x6d\xad\xb5\x95\x55\ \x91\x61\x53\x6e\xb9\xf7\x8e\x5b\xfa\x84\xb1\x27\xd5\x85\x2d\x98\ \x48\x08\x95\x91\x01\x79\x79\x57\x84\xb3\x6f\xb8\xaa\xec\xc0\xae\ \x2d\x75\x49\x4c\x31\x20\xa6\x3b\x35\x3b\xe7\x2e\xab\x98\x74\xef\ \x3f\x3d\xfe\xb3\x1f\x8e\xcc\xac\x99\xb5\x70\xa3\x67\xe4\x5f\x3e\ \x7e\xf2\xb4\x69\xd3\x86\x64\xc7\xb7\x6d\xdd\x1b\x69\x3d\x32\xf7\ \x9d\xca\xc9\x5f\xfb\xc1\xcf\xfe\xf9\xe1\x6b\x2f\x2d\xfa\x1c\xa9\ \x40\x3e\x0b\x9d\x49\x29\x39\xba\x73\xf1\xca\x8a\x2a\x67\xd5\x1b\ \x9b\x0e\xec\x3c\xd6\x5e\xbf\x76\x53\xda\xda\xa5\x1b\x5b\xb3\x9d\ \x17\x9f\xdb\x5c\x71\xe2\x84\x5c\xb1\x26\xbd\x54\x53\x20\x25\x22\ \x80\x94\x90\x1e\xa6\x04\x00\x10\x46\x1d\x35\x55\x5a\x66\xf7\x3e\ \xc5\x41\x82\xec\x21\xa5\xe1\xc5\x35\xd5\x6e\x3e\x06\x29\x38\xe7\ \xbe\xd5\x44\x29\xec\x5c\x31\x7f\xc7\xb1\x64\xda\x9c\x17\x8e\x6f\ \x3f\x54\x6d\xb0\x1d\x43\xb3\x23\x49\xd6\xeb\xb2\x71\xe3\x27\xf6\ \xe8\x09\x0d\xbf\x7e\x67\x53\xdb\x8d\xc3\xb3\x44\xd2\x39\x33\xe6\ \x89\x30\xa5\x0c\x23\x6c\x15\xf7\xed\x93\x97\x56\x7b\xa2\x05\x8a\ \x31\x21\x04\x01\xca\xc8\xcf\x0d\x1a\x15\xd1\xf6\xfa\x46\x07\x8f\ \x1c\xd4\x93\x62\xbd\xd7\xc0\x3e\xda\xea\x35\xcd\x09\x81\xc1\xcf\ \x41\xa0\x78\x43\x35\xd7\x73\x07\xf6\xc8\x22\x1a\x1e\xdc\xab\x68\ \xd3\x8e\x23\xc5\xdf\x9f\x39\xb5\xe3\xcd\xbf\xfe\xbf\x5f\xf5\x1c\ \x39\x69\xfa\xd5\x23\x83\x58\x62\x95\x5a\x3b\xfb\xd9\xa5\x95\xa9\ \xc2\x1c\x1a\x11\x82\x4b\x85\x10\x26\x04\x94\x84\xac\xc2\xbc\xa0\ \x79\x30\xd6\xde\xd0\x2a\xc8\xa8\xfe\xe5\x04\x53\xcb\xb4\x68\x57\ \xdf\x39\xa9\x68\xf8\xd2\x4b\x8b\x66\x1d\xd8\xb9\x5b\x4b\x3a\xb9\ \x7d\x7b\xe5\x07\x2b\x85\x44\x18\x45\x1b\x6a\x49\x5a\x41\x9f\x6e\ \x69\x08\x71\x53\xd7\x05\x96\x6d\x27\x9a\xb9\x97\x3c\xb8\x79\xb5\ \xf0\xe4\xe8\xab\x2e\x37\xe3\x8d\xb2\x2e\x9e\xed\x74\xc0\xb0\xcb\ \xfb\xf7\xd2\xe7\x6e\xd8\x9b\xca\xbb\xef\xab\x5f\x6e\x9a\x3f\xfb\ \x8f\xbb\xb3\x7b\x8e\x1a\x7d\x59\x8e\x7e\xa1\xeb\x4c\x21\x54\x56\ \x96\x2a\x29\xc9\xda\xb6\x33\x33\x90\xa6\x91\x78\xc2\x55\x08\x21\ \xca\x48\xb4\xb1\xc6\x61\x85\x03\x4b\xb3\xb1\x81\xfa\xf7\xed\xb9\ \x66\x73\x6b\xd5\xde\x75\xaf\xcd\x5a\xa2\xe5\xe4\x27\x9a\x62\x34\ \x93\x47\x3b\x9a\x3b\x59\x41\x9f\xd2\x3c\x44\x79\xc0\xd2\x2f\xf0\ \x7c\xa6\xe0\x5e\x66\xef\xab\xbe\x79\xf7\xcd\x83\xca\xbb\x17\x66\ \xa7\xdb\x69\xe1\x8c\x8c\xa2\x2f\xdd\x79\xef\xf4\x31\xfd\xbb\x97\ \x14\xa4\xd9\x66\x76\x76\x66\x4e\xf7\x1e\x34\x5e\xbb\xe7\x48\x5b\ \xb2\xbe\xf2\x70\xbd\xd7\xbb\x2c\x5b\x09\xa5\xa4\x0a\x17\x77\x77\ \x5b\x8f\xed\x3b\xde\xe9\x45\x4e\x6c\x3b\xd2\x96\x59\x52\xa2\x29\ \xa9\xe0\xfd\x7a\x5c\xee\xf1\xee\xa3\xbe\xfc\x8d\xdb\xa6\xf5\x2e\ \xeb\x96\x13\x0a\x04\x33\xb2\x33\x43\xe1\xa2\x5c\x54\xb9\x7f\x57\ \x4c\xf0\xda\xfa\x46\x9c\x96\x6d\xe2\xb3\xd7\x3f\x21\x04\x6e\x2a\ \x1e\x4b\x38\xc9\xfa\x43\x95\x0d\x91\x82\x92\x2c\x9f\xe4\x5f\x4a\ \x9f\xb1\x52\x92\x40\x5e\xa1\xa9\xf6\x6d\x3f\xe0\x8a\xe4\xfe\x9d\ \xfb\x1c\xa3\x38\x2f\xcd\xe2\xa9\x64\x5b\x5b\x34\x95\x4a\x68\x79\ \xdd\x74\xa7\x61\xe7\x81\x46\x2f\xd5\xb8\x6d\x7f\x95\x55\x58\x62\ \x68\x59\x53\x6e\x7f\xe0\x7b\x77\x5c\xbe\x75\xde\x5b\x9b\x8e\x25\ \x74\x9d\xca\x64\xd3\x9a\x35\x07\x07\x4c\xb9\xe7\x3b\xdf\xb9\xbd\ \x6f\x6e\xc0\xf3\xe9\x03\x94\x52\x12\x84\x94\xa0\x24\x0e\xe6\x17\ \x68\x72\xd7\xa6\x5d\x29\x21\x39\xf7\x4e\xa5\x40\xb8\x84\x1e\x43\ \x46\xdb\xb5\x1b\x5e\x5b\xb0\xa7\xdf\x88\x51\xe9\x94\x0b\x09\x4a\ \x8a\xf4\xc2\xee\xaa\xf3\xc4\xd6\x8a\x46\x29\xb9\xc7\x5d\xce\x51\ \x46\x71\xb6\x1e\xc8\x99\x78\xcb\xdd\x0f\xde\xfb\xf5\x5b\x66\x4c\ \xe9\x56\x54\xdc\x17\x3a\x30\x33\xbc\x6e\x39\xbb\xf6\xec\x97\x39\ \x25\x36\xa6\xbd\xc7\x4e\x7f\xf8\xe1\x7b\x02\x27\xd6\x2f\x59\x77\ \x08\x6b\x0c\x9d\x33\x21\x84\xf1\x05\x90\x85\x97\x12\x4c\x33\xd9\ \xbb\x97\x19\x8f\x19\xed\x1d\x0a\x13\x84\x40\x49\x2f\x16\x4b\x05\ \x72\x0b\x4c\x5e\xb3\xf3\x70\x03\x4f\xb4\xec\xde\x57\x99\xd3\x23\ \xb7\x6a\xd7\xfa\x9a\xc0\xe0\x6f\x7f\xff\xbb\x37\x5d\xd5\x8b\xbb\ \x5e\x30\xb3\x20\x8b\x57\x6d\xdb\x77\x54\x08\xe9\xba\x9e\xbc\xa0\ \xed\x0b\x2a\xa5\xb4\x33\xcb\x2e\xcd\xed\xc9\x0c\xbd\xa2\x79\xd7\ \x5e\x59\x52\xd6\xad\x88\x88\x3c\xcc\x74\xd2\xb6\x67\xfd\xbb\x7b\ \x4a\x7b\x94\x64\xe4\x1b\x37\x8e\xdb\x3e\xeb\xe9\x9f\xaf\xc2\x90\ \x35\x74\xfa\xd8\xf2\x90\x27\x3c\x09\x32\xdc\x7b\xc2\x0d\xc3\x8e\ \xbf\xf5\xdb\xc7\x17\x30\x8f\xe4\x5c\x7a\xdf\xc4\xde\xde\x96\x55\ \x42\xa2\xd3\xbe\x82\x0a\x95\xf4\x1a\x5e\x4a\x75\x43\xc5\xf7\xaf\ \x6b\x0b\x96\x17\x64\xa6\x19\xd3\xa6\x6f\xf9\xf3\xec\x5f\xfc\x64\ \x9b\xe3\xb1\x6b\x6e\x9b\x10\x54\xdc\x83\xae\x8a\x8a\xd3\xdf\x34\ \x61\x34\xd6\xb0\xef\xd9\xff\xfe\x57\x14\x69\xb1\x7a\x4e\x98\x32\ \x38\x27\xba\x49\x9c\x64\xfe\x54\x52\xb8\x9c\xe6\x5c\xff\xe5\xc9\ \x4f\xbd\xfc\xfc\x4f\x76\x5a\xc9\x14\x9d\x7c\xeb\xcc\xdc\x50\x78\ \x54\xbf\xec\xd9\x7f\x78\x7c\x4f\x8f\xfe\x5f\xbe\xfd\xb6\x5b\x27\ \x55\xbe\xf4\xcc\x7f\x6e\xb4\x90\x67\x74\xff\xda\x97\x47\xd4\x6d\ \x5a\xf0\xda\xaa\xbd\x12\xbc\x50\xaf\x81\x65\x39\xba\xc7\x39\xb6\ \x73\xc7\x8e\xed\x31\xff\xad\xdf\x55\xaf\x26\xc7\x5b\x64\x7f\x9b\ \xa9\x4e\x79\xea\x16\x42\xb8\x9c\xe4\xde\x30\x73\xca\xef\x5f\x7a\ \xf9\xa7\xfb\x17\x7b\xcd\x35\x66\xdf\x99\xd4\xe7\xb6\xe1\xdc\x2a\ \xec\x7b\x49\x91\x7a\x61\x4f\xe0\xde\x4b\x4b\xc1\x6b\x97\x52\x0a\ \xcf\xb5\x4b\xc7\xcc\x1c\x77\xe8\xcd\x3f\xfd\xdb\xa6\x8c\x40\x5d\ \x6d\x7c\xcc\x44\xad\xdb\xe0\xe9\x63\xf6\xfe\xf9\xc9\x9f\xfd\x34\ \x14\x60\x79\xc3\xa6\xdd\x7e\xe3\xa8\x31\xdd\xca\x23\x74\xfd\xb3\ \xcf\xbd\x50\x15\x2a\x9b\x71\xd7\x64\xb3\x65\xdf\xb3\xb3\xe6\xb7\ \xa4\x50\x3b\xc9\xef\xd7\x23\xff\x54\x6d\x07\xa1\x8c\x51\xd2\xf5\ \xa8\xae\xab\x10\xf6\x52\x31\x07\x34\x5b\xff\xc2\x57\x1e\x23\x29\ \x13\xf9\x05\x3a\x17\x66\xa4\x93\x23\x9d\x23\xbd\xb4\x47\xaf\x77\ \xde\x59\x72\xf0\xaa\x87\x6f\xba\x76\xc8\x4b\xcf\xfe\xd7\x46\x1d\ \x79\x46\xf7\xaf\xdd\x71\x59\x66\xb3\x7c\x6f\xe7\x82\x7f\xfb\xc5\ \xd1\x54\xc3\xb1\xf0\xd0\xc1\x7a\x56\xcf\x99\x33\x46\xfe\xf5\xcd\ \xa7\xf6\x2d\x0b\xb6\xd7\xb5\x0f\xb8\x36\x1d\x5d\xb8\x45\xad\xef\ \x33\x74\x21\x84\xdc\x44\x24\xee\xd1\x50\xba\x05\x7e\x23\x3c\xe1\ \x76\x76\xc6\xf5\x60\xba\xc1\x08\xc6\xa2\xa5\xae\x36\x2a\x8c\xc2\ \xc2\x5c\x0d\x49\x3f\xa3\x85\x10\x21\xc8\x6b\xaa\xab\x8b\x72\x9a\ \x5b\x50\x18\x64\x2a\x99\x88\x44\x53\x90\x1e\x0a\x92\x0f\xa6\xfb\ \x11\x82\x64\xb4\xd3\xc1\x66\xba\xad\x13\x4c\xdc\x68\x73\x6d\x53\ \xc4\xcc\xc8\xcf\xcf\x30\x39\x17\x00\x08\xa4\xd3\x1e\x49\xda\x69\ \xe9\x7e\x65\x03\xa6\x46\xfb\x9e\x59\xbf\x9e\x53\x7d\xf3\x9d\x37\ \x67\x22\x94\x59\x90\x67\x11\xe5\x24\x22\x91\x14\xa4\x87\xd2\x08\ \x4f\xb6\x47\x92\x76\x7a\xc8\xd4\x59\xa2\xad\xa1\xbe\x2d\x6e\x67\ \xe4\xe5\x85\x4d\x21\x14\x88\x64\x63\x7d\x63\x0a\x99\x39\xb9\x39\ \x41\x03\x5a\xeb\x6a\xdb\x93\x2a\x33\xbf\x28\x6c\xe2\x44\xa4\xad\ \xa9\xa5\xdd\x05\x2d\x3b\x37\x2f\xdd\xa2\x42\x48\x84\x30\x02\xb7\ \xa9\xae\x3e\x9a\x92\x66\x30\x3d\x33\x33\x4c\xbc\x68\x67\xf2\xc3\ \xb7\x48\x75\x34\xd5\xb7\x74\x02\x33\xc3\x19\x99\x41\x93\x75\xb5\ \xc7\xc1\xd8\x8b\x47\xe3\x2e\x0a\x85\x03\x48\x89\x68\x67\xa7\x60\ \x76\xba\x6d\x10\x2c\xdb\x1a\xea\xda\x62\xae\x61\xa7\x65\x64\x84\ \x0c\x8d\x21\x91\x68\xa8\x6b\x8c\x7b\x10\x0c\x67\x67\x14\xe5\x06\ \xee\xb9\x87\x6f\x58\x7f\xf4\xb9\x17\xac\xb2\x5e\x59\x06\x76\x13\ \x91\xc6\xc6\xc6\x8e\xb8\x4b\x8d\x00\x56\x6e\x22\x1e\x1f\x3c\x68\ \x10\x42\x2a\xd2\xdc\x50\x5d\xdb\x98\xe4\x2a\x90\x91\x19\x3f\xb2\ \xbd\x29\x67\x68\x61\xed\x9a\x83\xd9\x63\x6f\x19\x59\xea\x79\x5f\ \x6c\xff\x0a\x9b\x66\xeb\xeb\xaf\x67\xdf\xf5\xb5\xed\x3f\x7a\x24\ \x36\xe5\xba\xd2\xdc\xdc\x74\x43\x8b\x76\x46\xf4\xcc\xbc\xac\x00\ \x69\x6b\x6c\x68\x8b\xcb\xac\x82\xc2\x90\x49\x94\x92\xf1\xf6\xe6\ \xc6\xb6\x28\x62\x56\x46\x66\x46\xc0\x34\x18\x81\xce\x96\xfa\xe6\ \x8e\x04\x35\xd3\x32\x33\x42\xa6\x46\xd4\x05\x2a\x9c\x1f\xe0\xce\ \x43\x98\x10\xa4\x4e\xc3\x55\x20\x42\x89\xf2\x91\x2d\x08\x53\x42\ \x10\x52\x82\x7f\x10\x69\x70\xf2\xff\xa5\x10\x42\x2a\x84\x09\x41\ \xc0\xcf\xc6\x22\x89\x09\x41\xaa\x4b\xa4\x31\xe9\x4a\x42\x8a\x53\ \x49\x6b\x84\x28\xc1\x82\x9f\x8a\xcd\x1a\xed\xbb\x5e\xf9\xf5\xc2\ \xb6\x87\x1f\x7d\xb8\x08\x25\x53\x9e\x90\x4a\x21\x44\x08\x06\x2e\ \x04\x20\x4c\x09\x16\x9c\x2b\x40\x98\x90\xd3\x2f\x85\x30\x26\x84\ \x20\xa5\x38\xe7\x0a\x21\x42\xba\xf2\x99\x5d\x73\x23\x18\x01\x48\ \x21\x4e\xd5\x22\x22\x3f\x6f\x08\x5d\x59\x53\x85\x08\xfd\xf0\x2d\ \xba\x66\x0b\xd0\x75\x9d\x0f\xbc\x2e\x0c\x9c\x0b\xff\x89\x90\x12\ \x42\x2a\x38\x79\x53\x50\x4a\x08\x2e\xd5\xc9\x29\x01\x48\x29\x85\ \xae\x99\x57\x8e\xc7\xba\xe6\x2c\x5e\x0c\xdc\x73\x1d\x9f\xc6\x1a\ \x49\xc1\x13\xf1\x78\x73\x73\x73\x22\x95\x1a\x3c\x78\x88\x6e\x88\ \x25\x7f\xfa\xed\x3b\xc7\x60\x60\x59\x4e\x20\xab\x74\xc4\xf0\xde\ \x56\x30\x78\x68\xce\x33\x15\xc5\x93\xef\xbd\xaa\x2f\x77\x93\x29\ \x47\xea\x86\x0e\x52\x28\x50\x9e\xe3\x22\xcd\xd0\x08\x08\xce\x39\ \xe7\x0a\x33\x43\xa3\x52\x4a\x50\xc2\xf1\xa4\xae\x6b\xc2\x75\x14\ \xd1\x34\x8a\xa4\x42\x58\xf1\x94\xeb\xff\x96\x7f\x5e\xc6\x20\xd1\ \xf5\xea\x35\x6b\xcb\x27\x4d\xaa\xf8\xe6\xb7\x92\x0f\xde\x9f\xad\ \x31\xd3\x0a\x9a\x86\x8e\x40\x02\x26\x8c\xf9\xf9\x4c\xff\x1b\xf9\ \x95\x2f\xa7\xbf\x7c\x44\x28\xc1\x08\x01\x28\x21\xc4\x05\x6c\xd0\ \x7e\xc0\x34\x52\x52\x7c\x70\x37\x56\xe2\x54\xf8\x4b\x49\xce\xcf\ \x06\xb6\xf8\xe0\xff\x9f\x71\x85\xd3\xfc\x8b\xd3\xc4\x55\x0a\x2e\ \xc5\x87\xd1\x21\xfc\x34\x02\x6f\xc9\x9d\x60\xaf\x29\x8f\x14\x8b\ \x80\x17\x4b\xc2\x29\xd2\x29\xd1\x75\xca\xfb\x37\x55\x1f\xba\x94\ \x92\x92\x9f\x02\x85\x28\x25\xf8\xfb\x91\x25\x75\x96\xbb\xc2\xfb\ \xec\x74\xa7\x9e\xf8\xc3\xb7\x38\xdb\x6c\xdf\xbf\xe0\xfb\x4f\x74\ \xd6\x9b\x7e\x60\x4a\x84\x40\x7b\x07\x6e\x6e\x16\x63\xc7\x78\x4c\ \x43\xc9\x64\xd7\xf9\xbe\x48\x9d\x5e\xa3\xac\x94\x24\xfa\x65\x37\ \xdc\x72\xe7\xe8\xee\x00\x72\xf3\x9b\xcf\x6c\x29\xb8\xbc\x98\x31\ \x42\x18\xc4\x6b\xde\x7e\xe9\xf5\x3d\x75\x91\x92\xa1\x53\x6f\xbd\ \xa6\xc7\x92\x3f\xfd\x7e\x6b\x0b\x67\x56\xde\xf4\xaf\xde\x3e\xd0\ \xac\x9b\xf3\xfa\x5b\x7b\x6b\xf9\xa5\x5f\xba\xfd\x9a\xa2\xce\x67\ \x9e\x7b\xab\xd9\xa5\x46\x7a\xba\x29\x93\x2d\x71\x6d\xca\x57\xef\ \x1e\x91\xd5\xf2\xe6\x2b\x6f\xee\xab\x4f\x95\x8f\x98\x72\xd3\xd5\ \x43\x35\xf9\xf9\x44\x82\x91\x94\xa9\xcc\x8c\x44\x20\x60\x35\x36\ \x24\x1c\x57\x69\x1a\x28\xc9\x39\x27\x04\xe3\x0f\xbf\x3d\x25\xc4\ \x87\xf6\x79\x25\x38\x17\x70\xe1\x8f\xf3\x16\xd1\xae\xb0\x66\x67\ \x84\xd3\xe9\x85\x44\x8f\x43\x08\xea\xe8\x04\xcf\x93\x05\x05\xf0\ \xd1\x9d\x5b\x11\x62\x58\x6e\x79\xeb\x99\xff\xfe\xcd\x13\x6f\xaf\ \x3b\xe4\x26\x22\x1d\x71\x07\x21\x4c\x35\x7c\x60\xe5\x82\x0a\xd5\ \xfb\xc1\xbb\xaf\x6f\xdf\xb6\x78\xf3\xe1\x96\x36\x47\xbf\xe1\x5b\ \x3f\x9a\xd2\xcd\x79\x77\xdd\x76\x99\xd9\xf3\xfa\xaf\x7d\xfb\xeb\ \x13\xbb\xef\xdc\xb8\xab\xb9\xa9\x3e\x62\x0f\xfe\xce\x77\xef\x30\ \x3b\x9a\x7a\x5f\x77\xcf\x4d\x43\xd8\xd6\x0d\xbb\x76\xae\x5b\x72\ \x94\x5c\xf2\xcd\xaf\x4f\x3a\xb1\x61\x59\x45\x9d\x43\xe9\xe7\xf6\ \xf5\x25\xc6\x91\x50\x48\xef\xec\x40\x82\xc3\xc5\xe2\x92\xbf\xa9\ \x33\xcf\x33\xd9\x94\xe2\x02\xdb\x1b\x31\x46\x91\x4e\xe4\x3a\x2a\ \x3b\x07\x3e\x1a\xed\xa9\x40\x2a\x94\xdf\x7b\xd0\x98\x4b\x4a\xd3\ \xf3\xc3\x4d\x47\x00\x63\xa4\x00\x28\x11\x2d\xcd\x91\xd6\x13\x3b\ \x66\xcf\xad\xf4\xc2\x85\x01\x25\xb0\xc6\xa8\x11\xc8\x2f\x2a\x64\ \xb5\x6e\xdd\xa1\x2d\x8b\x17\xad\x89\x46\x1b\x13\xe6\x18\x8c\x80\ \x51\xa2\x07\xb2\x0b\xb3\x42\x44\x33\x73\x0a\xf3\x58\x47\xac\xbd\ \xb1\xb5\xf1\x58\xe7\x9c\x85\x3a\x49\xcf\xb3\x89\x27\xd5\xe7\xf6\ \xf5\x15\x42\xb1\x40\x20\xb3\x33\x82\x84\xb8\x28\x84\x5f\x34\xc9\ \xbc\x00\x0d\x14\x8c\x62\x31\x70\x3d\x95\x95\xf5\x37\x24\x13\x94\ \xeb\x7a\xa1\x1e\xbd\x86\x0d\xed\x0f\xc8\xab\x73\x1c\x4f\x00\x05\ \xaf\xb9\x3e\x72\x69\xb7\xdc\x9c\x54\xe0\xda\x1b\xaf\xb0\x19\x0b\ \xe0\x96\x0d\xb1\x94\x90\x3e\xf8\xce\xdd\xbf\x6d\x43\x67\xe6\xa5\ \x77\x5d\x93\x7a\x66\x69\xc2\xf3\x84\xeb\x7a\x52\x0a\x2f\x95\x72\ \xb9\xe4\x9e\xe7\x7a\x2a\xab\xbc\x7b\x5e\x22\x70\xed\x8c\xcb\x75\ \xca\x82\xb6\x79\x76\xf7\xe4\xb3\x92\xcc\x44\x20\x90\x17\x8d\xe2\ \x8b\x92\x79\x2e\xc9\x0c\x04\xd3\x2e\xbe\x85\xcf\xca\xc1\x42\x20\ \x15\xe2\xdc\x28\x2c\x34\x28\x83\x20\xf3\xd9\x98\x85\x10\x9e\xe7\ \x61\x42\x53\x8e\xe7\xb8\x2e\x28\x25\x25\x64\x17\x97\xe3\x90\xee\ \x3a\x0e\x10\x15\x2a\x2c\x2d\x4c\x0f\x94\x17\x0c\xdb\xbd\xe9\x44\ \xe0\xaa\x2f\x8d\x6d\x7b\xf3\xa5\xbf\xfc\x39\x7f\xc0\x15\x37\x8e\ \xef\x51\xda\xa3\x3c\x88\xb9\x9e\x91\x57\x84\x42\xc3\xca\x4b\x9a\ \xdf\x5e\xfc\xcc\x1c\x27\xbb\xdf\x35\x69\x61\xf1\xff\xdb\x3b\xf7\ \xf0\xaa\xaa\x3b\xef\x7f\xd7\x65\xef\x7d\xf6\xb9\xe4\xe4\x02\x24\ \x01\x42\x80\x84\xd0\x70\x97\xbb\xa0\x72\x55\xa8\xf0\x22\x2a\x8a\ \x14\x95\x17\x9f\xfa\x32\x9d\xb1\xd3\xb1\xed\x74\x46\x7d\x6d\xd1\ \xce\x74\x9e\xa7\x7d\x5e\x75\xda\x3a\x42\xb5\x4a\x9d\x29\x5e\x46\ \xea\x20\x77\x85\x8a\x08\x86\x8b\x5c\x02\x84\x40\x48\xb8\x08\x26\ \x40\xee\x24\x39\xe7\xec\xcb\x5a\xeb\xfd\xe3\x04\x86\xb1\x80\xd1\ \x52\x73\x68\xd7\x37\xe7\x49\x9e\x73\xb2\x9f\x7d\xf6\xb3\xd6\xfa\ \xec\xdf\x6f\xfd\xf6\x6f\xfd\x56\x61\x6f\x87\x28\x92\xdb\xb7\x30\ \x68\x13\x2b\x9a\x9b\xd7\x23\x54\x3c\xee\xc6\xfa\x9a\xd7\x7f\xf3\ \xab\x97\x72\x6f\x98\x74\xf7\xd4\x51\x41\xd2\x79\x01\x14\x42\x9c\ \x48\xc4\xaa\xab\x0b\x06\xec\x60\x38\x12\xb6\x6d\xd3\x34\x29\xd5\ \x35\x0d\x2e\x69\x21\xa5\x94\x6e\x85\xaf\x4e\x6b\xd7\xe2\xbe\xfb\ \xb0\x6d\x1b\x06\x0f\x06\x70\x29\x99\xf1\x78\xbc\xbe\xbe\xa1\xa1\ \xa1\x6e\xf0\xa0\x41\x52\x2a\xc3\xb2\xa8\xf4\x5c\x5f\x42\x81\x99\ \x26\x53\xbe\xa7\x98\xc9\xe1\xb9\x82\x99\x06\x23\x44\x0a\xdf\xf3\ \x85\x61\x9a\xc2\x49\x48\x66\x1a\x54\xf9\x12\x86\xc1\x49\x32\x80\ \xe6\xc3\xe4\xc4\x71\x3d\xc3\xb2\x94\xe7\x08\x62\x18\x4c\x79\x9e\ \xbc\xb0\x92\xc3\xf3\x3c\xd1\x59\x1d\xcf\x39\x2f\x3b\x7e\xbc\xf5\ \x07\xff\x30\xfe\xe3\x8f\xab\xd6\xae\x4d\xcf\xcf\x0f\x07\x02\x9a\ \x4c\xed\xcd\x76\xaa\x12\x09\x08\x81\xb4\xb4\xcf\x35\xae\xbe\xeb\ \x5c\x78\x03\xe1\x25\x77\xad\x92\x4e\xfb\x1f\xc7\xbb\x70\xa4\xeb\ \x38\x97\x1e\xe1\x5c\x12\x1a\x77\x5c\x00\xf0\x9c\xe4\x79\xda\x0f\ \x70\x9d\x44\x4a\xc4\x10\x08\x49\xd8\x36\x8f\xc7\x89\x36\x0c\x9a\ \xcc\x94\x90\xe3\x40\x4a\x04\x83\x57\x86\x92\x22\x10\xc2\x9f\xf7\ \x78\x35\x38\xb8\xe1\x1b\x06\x49\xb6\x86\x96\x26\xb3\xf3\xe5\x79\ \xc9\xc4\xd1\x2b\x85\x88\x90\x68\x13\xbb\xdf\x55\x48\xe9\x07\x09\ \x84\xfc\x51\xb7\x0e\x42\x94\x94\xb6\x67\x07\xe1\x79\xda\x66\x6a\ \x32\x53\x43\x52\xb6\x6f\xa5\x77\x59\x31\x8e\x96\x3a\xb2\xe2\x19\ \xb0\x14\xde\x5f\x40\x29\x46\x29\x21\xf8\xd2\x39\x44\xc4\x8b\x63\ \xdc\x03\xc2\x0e\x41\x29\x68\x32\x35\x99\x29\x32\xac\x01\x5c\x79\ \x0f\x49\x45\x08\xe3\x69\x99\xea\x1a\x92\x99\xac\x8b\x74\x8d\x9e\ \xe6\x33\x42\xaa\x5b\x12\xbf\xde\x7d\xfc\x7b\xe3\xfb\x85\x4d\xfe\ \xe5\x72\x88\xb8\x9f\x20\x86\xa5\x74\x82\x81\x26\x33\xb5\x1c\xc1\ \x8b\x7c\x5e\x96\xa3\x64\xc0\x96\x4a\x78\x09\xe5\xfb\x00\x08\xe1\ \xb0\x02\x97\x1c\xe1\xc3\x97\x30\x3a\x5a\x12\x92\x58\x41\x48\x47\ \x79\xd7\xe6\xb1\x21\xa7\xc4\x71\xdd\xe7\x76\x7f\x1a\xf3\xe4\x8f\ \x26\x14\x5a\x86\xf1\x25\x2c\xa7\x94\x12\x4a\x69\x3f\xf6\xea\xd2\ \x11\xea\xce\x20\xd3\xf3\x3e\xc7\xca\x79\x92\xf6\xbc\xc1\x1c\x3f\ \xc7\x9c\x30\xd7\x18\x39\x9e\x28\x17\x42\x42\x49\x08\x0f\x66\x57\ \x56\x38\x00\xbe\x03\x99\xfc\xc4\x87\x10\x50\x0a\x52\x40\xf8\x10\ \x3e\xa4\x82\x52\x10\x3e\x84\x07\xd7\xa7\xc3\xe6\x18\xfd\xbb\x2b\ \xd7\xbb\xf0\x5f\x09\xa5\x20\xfd\xf6\xb7\x49\x7f\xb2\xc3\x2f\xa5\ \x54\x5b\xcb\xf9\x7b\xef\xb9\x37\x32\x7d\xc1\x13\xeb\xf6\x3a\x9e\ \xcf\x09\xbe\xe8\x49\xa0\x14\xa0\xda\x73\x0c\xb4\xe5\xd4\x64\xa6\ \x86\x8f\xc2\x41\x29\x12\x89\xab\xf9\xbb\x4a\x48\x57\xb1\x11\x77\ \x1b\x85\x79\xc9\xd5\x24\xca\x0a\xc3\x80\xf2\x05\xac\x00\xc2\x45\ \xe6\xa4\xd9\x2c\x2b\x9b\x70\x28\x01\x92\x9e\x4d\x82\x96\xf2\x3d\ \xc5\x2c\x92\x9e\x43\xa2\x51\xa5\x5c\x25\x7c\x15\x88\x92\xac\xee\ \x08\x1a\xe2\xe0\x3a\xaf\xaa\x06\x10\xb0\x33\x49\x46\x26\x94\xa7\ \xa4\x80\x11\x22\x19\x39\x24\x12\x52\xc2\x53\x4a\x7e\xa1\x97\x10\ \xc2\xe4\x6c\xf1\x0f\x9f\xf4\xc7\xde\xf9\x4f\xef\x95\xfa\xc2\xa7\ \x50\x5f\xf4\x24\x50\x8a\xfb\x3e\x38\xd7\x3e\xad\xf6\x66\x53\x43\ \xa6\x09\xc6\x10\x8b\x21\x33\xf3\xb2\x26\xf5\xbf\x7d\x5d\x2f\xe6\ \xed\x79\x3b\xb1\x6d\x2f\x4c\x9b\x8d\x7a\x38\xd0\xdf\x73\x76\xd5\ \x59\x63\x7a\x26\x36\x97\xab\x50\xbe\x31\xf1\x3e\x6f\xdb\x6b\xa4\ \xe7\x0c\x73\x40\x1f\x42\xda\xdc\x55\xcf\xab\x21\x8b\x02\x45\x51\ \xa9\x6c\xb9\x77\x99\x53\xe6\x58\x77\x2e\xa4\x6e\xad\xb7\xfb\x75\ \xd5\x7d\x36\x8f\xad\x74\x3e\x19\x12\x98\x75\x27\x61\x52\x56\xae\ \x89\xbf\xbf\xc7\x98\xfa\xf7\x46\x37\x01\xc3\xf2\x37\xff\x9b\x5b\ \xfe\x09\x3a\xbe\x0f\xb4\x02\x00\xc7\x71\x28\xf0\xf3\x5f\x3e\xff\ \xad\xff\xe3\xfd\xcb\xc6\x75\x8f\x4d\x19\xc2\x28\xf1\xa5\xea\x28\ \x64\x4a\x41\x29\xc3\x75\x95\x69\x6a\x9b\xa9\x6d\x66\x6a\x28\x10\ \x00\xa5\x68\x6d\xbd\xea\xb8\x55\x4a\x4a\x29\xa9\x39\xe9\x6f\x43\ \x7f\xfd\x5c\x60\xf2\x18\xb1\xef\x2d\x2f\x36\x34\xf8\x8d\x19\xde\ \xf6\x77\xa4\x6f\xaa\xb3\xbb\xe2\xcb\xfe\xd1\x6d\xcd\x33\x47\x16\ \x79\x9b\x97\xb8\x35\x61\x63\xec\x18\x6a\x9b\xde\xc6\x67\x63\x2b\ \xd7\xb2\xfe\xb7\xd0\xcc\x5c\x16\x76\xdc\x8d\x4b\xdc\xc3\x9f\x20\ \x10\x04\x0d\xf1\xb1\xd3\xe5\x9e\x5f\xb4\xbe\xbc\x04\xbd\xa6\xf0\ \x9e\x3d\x88\x11\x77\xd7\xfc\x73\x6c\xf3\x11\x36\x64\x04\x20\xd4\ \x17\x54\xb2\xec\x83\xc5\xd9\xcf\x7f\xf9\xcb\xd3\xfd\xa7\x3c\xbb\ \xa5\x0c\x52\x52\xa0\xe3\x67\x20\x4a\x99\x09\x47\xd8\xb6\xd2\x19\ \x3f\x9a\xcc\x94\x90\x6d\x83\x73\x5c\x61\xcf\x52\x02\xe0\x62\x19\ \x25\x22\xfc\xd2\x95\xf1\xd5\x4b\xdd\xfd\x47\x95\x68\x93\xe7\x5b\ \x69\x88\xaa\x96\xf3\x0a\x0a\x94\x29\xc2\x60\x07\x89\x9d\xce\x87\ \xce\x60\x46\xb5\x77\xf2\xac\x82\x02\x88\x6a\x3d\x23\x7d\x53\x9d\ \xd9\x14\x7b\x7f\x8f\x71\xc7\x13\x81\x91\xc3\x94\x97\x00\x2c\x62\ \x43\xd4\x7c\x22\x9a\xcf\xc8\x36\x45\xec\x10\x84\xaf\x88\x92\xf5\ \xe7\x00\x4b\xe1\x8b\x61\x89\xf6\x5a\xb5\x10\x42\x84\x83\xf6\x92\ \x97\x5e\xae\xea\x3b\xf1\x85\x92\xa3\x14\x92\x74\xf8\x54\x50\x2a\ \x90\x88\xfb\xb6\x0d\x4d\xa6\x26\x33\x25\x14\x0e\xc3\x30\xd0\xd8\ \x78\xd5\xd8\xa5\x82\x52\x30\x6c\x12\xce\xa0\x91\x0c\x1a\xcd\x66\ \xc5\x33\xcd\x9e\x0d\x6d\xab\x4a\xcd\x69\xdf\xa0\x7e\x1d\xec\x7c\ \x73\xe4\x44\x2a\xeb\xc5\xa7\xd5\xf2\xe4\x0e\x77\xe7\x1a\xb7\xb4\ \x0c\x76\x84\x30\x0a\x6a\x10\xc3\x24\x76\x57\xd2\xbc\xdf\xab\xaa\ \x67\xfd\x87\x53\x6e\x80\x9c\xf7\x4f\xd6\x1b\xe3\xe6\x5a\xe3\xff\ \x17\x0b\x35\x8a\x33\x67\x48\x20\x0c\x4a\xc0\x2c\x62\x70\x28\xf9\ \x05\xe3\x37\x90\x52\x26\x97\x33\x2b\xa5\x9a\x1b\xea\xbe\xf3\x8f\ \x4f\xac\xf0\xba\x3f\xbf\xbd\x2a\x19\x74\xed\xc8\x8b\x48\x19\x88\ \xc5\xfc\x70\x58\x31\xa6\x1f\x69\xea\x79\x66\xca\x90\x59\x57\xf7\ \x39\xde\x2c\x95\xa2\xa2\x84\xf5\x2f\x32\x46\x17\xa0\xf5\xac\x68\ \x6e\xf4\x4a\x56\x3a\xc7\xce\xc3\x98\x46\x70\x3c\xb1\x6d\x87\xf5\ \xb5\x29\xb4\x79\x59\x7c\xfd\xef\x02\xb7\x4c\x35\xf3\x1b\xdd\x4d\ \xaf\x8b\xc3\x5b\x64\x43\x4c\x39\xe7\xdc\x83\x25\x82\x64\x99\xa3\ \x66\x52\x52\x9f\x78\x7f\xa5\x4a\x1f\xa5\x9c\x46\xef\xc4\xaf\xe9\ \xa4\x79\x46\x01\x71\x36\x2c\xf3\x1a\x5c\x52\xb1\x4d\xb5\x08\x25\ \x2b\xdc\x43\xa6\x02\xed\xf8\xaa\x86\x64\x80\x56\x0a\x09\xa0\xbe\ \xa1\x51\x4a\x31\x7b\xd6\x4c\x72\xe6\xb8\x65\x9a\x1f\x32\x39\xbd\ \x5f\x3c\x3f\xc3\xfe\xdc\x7c\xbb\xa4\xcd\x0c\xb6\xb6\x7a\x91\x88\ \xba\x26\x85\xdf\x35\x99\x5a\x7f\xac\xa2\x51\x58\x16\xce\x9d\xbb\ \xea\xe0\x07\x0c\xe5\xed\x7d\xcb\xdd\xe9\x83\x00\x84\x81\x52\x42\ \x0d\x70\xea\x6c\x5a\x0e\xd3\xc6\xde\x7f\xf7\x76\x0a\x62\x85\x40\ \x6a\xdb\x5e\xdb\x06\x50\x12\x08\x62\xf7\x0a\xd0\x00\x68\x93\xf3\ \xd1\x31\x70\x16\x7b\x7d\x0f\x40\x89\x69\xe3\xf4\x2a\x9f\x98\xe0\ \x70\xd6\xff\xbf\x84\x00\xb1\x82\x60\xc4\x2d\x59\x01\x6e\x83\xec\ \x8e\x97\x28\x62\x5a\x9f\x53\x60\xe1\x7f\x5c\x1c\x01\xa4\x15\xb0\ \x4a\xf7\xef\xff\xdf\x0f\x3c\xf0\xc2\xd2\xa5\x0f\x2e\x7c\xf8\xf0\ \xd2\x1f\x3e\x7a\x53\x3f\x09\x58\x9c\x8a\x0e\x6c\xce\x25\x95\x24\ \x52\x86\x5a\x5a\xbc\xee\xd9\x92\x73\x6d\x33\xb5\x37\x9b\x02\x4a\ \x4f\x87\x69\xa2\xa6\xe6\xaa\xc3\x1f\x90\x00\xb7\x89\x1d\x21\x81\ \x08\xb1\x82\xc4\x08\x80\x31\x28\x02\xd3\x06\x00\x1e\x24\x76\x04\ \x94\x82\x18\x24\x10\x21\x81\x10\x40\xc0\x6d\x50\x02\x30\x18\x16\ \x08\x6f\xff\x9c\x52\xf0\x00\x18\x85\xa2\x30\xc3\xc4\x0e\x83\x52\ \x28\x02\xc3\x06\x01\x60\x10\xc3\x4c\x3a\xa8\x1d\x7f\x59\x96\x55\ \x7a\xf0\xd0\xff\x7d\x64\xd1\x90\xb6\x63\xaf\x3e\xff\xaf\x77\xcd\ \x9d\x5b\x1d\xed\xdd\xd2\x16\xcb\x09\x99\x61\x83\x75\xf0\x24\x44\ \xa9\x70\x73\xb3\x93\x91\x71\xe5\x74\x28\x6d\x33\xb5\xbe\x4a\x45\ \x22\x08\x87\x51\x59\x79\x45\x2a\xa5\x54\x6d\x4d\x8a\xa5\xe8\xae\ \xaf\x92\x12\xe6\x3b\xb5\xa5\x65\x0b\xc6\x74\x9b\x3b\xa5\xf0\xf1\ \x6d\x1b\xb7\x6e\xdd\x1a\xc8\xee\xb5\xbd\x72\x4b\xbe\x8d\x0e\xa6\ \x03\x49\xe1\x18\x8d\x0d\x91\xa6\xe6\xfa\x2e\x5d\x24\xd7\x23\x50\ \x93\x99\x22\x2a\x2a\xc2\xb1\x63\x70\xdd\xcb\x6c\xba\x2c\x05\x82\ \x69\x74\xea\x02\x45\x52\xd4\x97\x51\x20\x99\xae\xf7\xeb\x1b\x9a\ \x87\xe4\x44\xd3\x83\xd6\x5f\x0d\x6b\xf8\xe1\xf3\xbf\xb0\x39\x2d\ \x9a\xfd\x10\xc9\xef\xc6\x14\x3a\xc2\x26\x65\x24\x78\x3a\x26\x3d\ \xa7\x2d\x27\x87\xfe\x91\xeb\x56\x34\x99\x5a\xd7\x4c\x7d\xfb\xe2\ \xe3\x8f\xd1\xd0\x80\x9c\x9c\xcf\x8e\x7b\x21\x48\x5a\xa6\x31\xf9\ \x7b\x29\x5b\x68\x42\x29\xa4\x43\xdd\xa4\xa4\x22\x54\x10\x3a\x58\ \xc9\x7f\x9b\x7e\xcc\x17\x22\xbb\x67\x3e\xb3\x2c\xd5\xb1\x3d\x85\ \x09\xa7\xe1\xa5\xbf\xf2\x20\xe3\x91\x48\x58\xaf\xcf\xd4\x64\xa6\ \x8a\x0a\x0b\x51\x5b\x8b\xc6\xc6\x3f\x24\x13\x00\xa4\x54\xb1\x96\ \xcf\x90\x99\x2c\x33\xad\x08\x6b\x2f\x36\xdd\xe9\x7c\x92\xf6\x22\ \x35\x02\xe8\xde\xbd\x3b\x00\x21\x3c\x15\x73\x81\x0e\xd9\x4c\x95\ \x96\x66\x9f\x3e\xe5\x9b\x66\x3c\x1a\x8d\x68\x32\x35\x99\xa9\xa2\ \xfe\xfd\xd1\xd4\x84\xe3\xc7\x51\x5c\x7c\xa5\x35\xc8\x4a\xc1\xb0\ \x02\x01\xcb\x80\x02\x94\x57\xfb\xe9\xe9\xb8\x91\x66\xb4\x9e\x69\ \x32\xba\xe4\x67\x85\x2e\xad\x91\xaf\x14\x8c\x80\x1d\x30\x38\x92\ \x99\x06\xc2\x89\xc5\xdd\x3f\x35\xbb\x97\xde\x38\xbe\xf0\x56\x79\ \x84\xc0\xf7\x83\x55\x55\x0d\x96\x15\x8f\x46\xa9\x26\x53\x93\x99\ \x42\xf3\xcc\x68\x14\xfb\xf6\xe1\xf6\xdb\xaf\x34\x78\x0d\x13\x27\ \xf6\x6d\x29\xd9\x7b\xd4\x51\x24\xa3\x47\x41\x37\xd4\x9d\xcf\x1e\ \x9a\x5e\xbe\xbe\x2c\xf7\xd6\x6f\x4e\xe8\x27\x14\xe1\x8c\x08\xdf\ \xf3\x05\x0c\x13\xc7\x3e\x5a\xbf\xed\xf0\x69\x6e\x05\x84\x1b\x0f\ \xf4\x1c\x3d\x7b\xca\x20\xe2\xb9\x84\x71\x02\x99\xdc\x6a\x40\x49\ \xe1\xfb\xbe\x54\xa0\x8c\x73\x4e\xa5\xef\xfb\xa2\xf3\x78\x60\x0c\ \x0d\x0d\xbc\xaa\xaa\x31\x27\x27\x11\x0e\xeb\x7a\xb3\x57\x9c\x8d\ \xeb\x26\xf8\xaa\x15\x8d\x62\xe0\x40\x1c\x38\x70\x15\xb3\x62\x18\ \xaa\x62\xd7\xb6\x2a\x27\x34\x70\xd0\x80\xfc\xee\xd9\x05\x43\x46\ \x8f\xe8\x97\x0d\x05\x4a\x09\xe3\xbc\xb5\xf6\x93\xd2\xd2\xf2\xba\ \x36\xc1\x28\xa4\x54\x91\xec\x5e\xc5\x7d\xa3\x65\x3b\x3f\x26\xdd\ \xfa\xe4\x67\xe2\xec\xd9\x46\x70\x1a\x6b\xaa\xab\x6b\x6a\x3d\x5f\ \x77\x7a\x7f\xe9\xbe\xf2\xe3\x67\x05\x61\x8c\x73\xa7\xf9\xcc\xc1\ \xd2\x83\x35\x4d\x0e\x67\xb4\x13\xc9\xa4\xf5\xf5\xa8\xa9\xae\xcd\ \xcb\x23\x3a\x9d\x5d\xdb\xcc\x54\x6a\x72\x8e\xe2\x62\x7c\xf0\xc1\ \xe5\xc3\xb3\x17\xdc\x45\x6a\x06\xf2\xfb\x0e\x1f\x3f\xbe\x98\x30\ \xb1\xf5\xe5\x7f\x3d\xd8\xeb\xd6\x21\x9c\x53\x66\xc4\x4f\xef\x59\ \xfe\xda\xef\x05\x57\x6e\xb0\xe0\xfe\x07\xef\xe8\x42\xbc\xac\xbe\ \x83\x7a\xe5\x07\xf7\xed\x3a\x39\xfc\xc6\x49\x7d\xcf\x6f\x79\x66\ \x59\xc9\x5f\x3d\xf6\xf0\x81\x0d\x6f\xd6\xa4\x0f\x61\xc7\x36\x97\ \xc7\x33\xcd\x58\x63\xaf\x89\xf3\xe7\xdd\x80\xb7\x96\xbf\x73\x1e\ \x88\xc9\xac\x7b\x17\xce\xcb\x0f\xc0\xef\x8c\x19\xab\x62\x8c\x9c\ \x3a\x85\x9a\x9a\xfa\x5b\x6f\xd3\xae\xac\xb6\x99\x29\xa6\xb1\x63\ \x71\xea\x14\x0e\x1f\xbe\xb2\xd5\xa4\x06\x95\xbb\x56\xbc\xf4\xa3\ \xa7\xfe\x79\xf9\xc6\x0a\x6e\x99\x8c\x10\x80\x70\x53\x95\x7d\xf8\ \xc1\xa7\x3c\x6f\xf2\x2d\xa3\x5a\x2b\x76\xec\x3b\x19\x37\x0d\x2a\ \x7d\xcf\x75\x3d\x21\xa5\xeb\xc4\x22\xdd\x8a\xf2\x82\xad\x87\xf7\ \x57\xd6\x27\x58\x9f\x5e\xb9\x2e\xc9\x9c\xf5\xe0\xa3\x3f\x58\x38\ \xee\xd4\xde\xad\x25\x5b\xb6\x56\xb4\x84\x27\x4c\x9e\x60\x9d\x29\ \xfd\xa8\xbc\xd1\x34\x3a\xa7\xeb\x89\x52\x7c\xd7\xc7\x2e\x48\x6d\ \x8f\x1e\x44\x93\xa9\x6d\x66\x6a\x69\xe8\x50\xd8\x36\xf6\xed\xc3\ \x90\x21\x57\xb0\x2c\xd2\x93\x74\xe8\xd7\xef\xfb\xc6\x4d\x45\xdc\ \x36\xf6\xbd\xe9\x2b\x40\x2a\x45\x19\x71\x1c\xcf\x69\x39\x57\x71\ \x82\x0d\x9c\x70\x5b\xbf\x28\xdc\x4b\x37\x10\x93\x92\xa6\x65\x0f\ \x2d\xcc\xda\xb4\x79\x83\x15\xc8\xb9\x25\x3f\xed\xa8\x50\x52\x91\ \x60\x56\x66\x40\x55\x35\xc7\x88\x17\x6b\x3a\x72\xe4\x93\x9e\x63\ \xa6\x16\xe7\x5a\x6e\x67\x15\x82\x96\x92\xef\xdd\xd3\xd4\xa7\x4f\ \x2c\x3d\x5d\x93\xa9\x6d\x66\x8a\xa9\xb0\x10\x99\x99\xd8\xb2\x05\ \xb8\x7c\xb9\x0d\x42\xe0\xb9\x09\xc9\xad\x70\x24\xd0\x2a\x44\x81\ \x00\x00\x0b\xcb\x49\x44\x41\x54\x6c\x5b\xdc\x77\x13\x09\x0f\x11\ \x9b\x9c\x3c\x78\x2c\x67\xf0\xa0\xec\x50\x20\x3d\x3b\xaf\xa8\x6f\ \x7e\x6e\x56\x20\xb9\xb5\x1f\x81\x74\x12\x09\x21\x95\xe3\xf3\xc1\ \x63\x47\xb6\x9c\x38\xe0\x65\x0f\xee\x61\xc3\x6b\xa9\xde\xfe\xfe\ \xaa\xe5\xcb\x37\xca\x9c\xc1\x63\x47\x0d\xee\x9e\x11\x4c\xeb\x92\ \x53\xd0\xa7\x77\x7e\x6e\x48\x74\x0a\x99\x8c\x91\xda\x5a\xba\x73\ \x57\x4b\x51\x91\x0c\x04\xf4\x40\xd0\x36\x33\xc5\x94\x91\x81\xd1\ \xa3\xb1\x7d\x3b\x9a\x9b\x11\x8d\xfe\xa1\xc5\xf4\x5c\x52\x3c\x66\ \x72\x5e\x5a\x17\xcf\xf3\x88\xaf\xf2\x47\x4e\x0c\x05\xbb\xf4\x0d\ \xdf\x3a\xae\xec\x4c\x64\xc0\x84\xbb\xe5\x87\x25\x65\x47\xe2\x7d\ \x86\xf6\x91\x60\x00\x94\xf0\x68\xe6\x2d\xb7\x4d\xcd\x8d\x18\x7e\ \xa2\x2d\xe6\x8a\xac\x9c\x81\xe3\xc6\xf6\x96\xce\x59\x01\xe2\x9c\ \x6f\x64\x79\x63\xe6\xdd\x3c\x22\x2b\x8d\xdf\x33\x1d\xdb\xf6\x56\ \x24\xb2\x8b\x7a\xf7\x57\x01\x82\xaf\x1e\x4d\x65\x18\xac\xb4\x14\ \x0d\xf5\xad\x23\x47\x0a\xce\x75\x91\x2e\x4d\x66\xea\x69\xd2\x24\ \xac\x5c\x89\xaa\x2a\x0c\x1f\x7e\x19\x32\x3d\xf4\x19\x32\x86\x4a\ \xd7\xf1\x05\x14\xba\x0f\x18\x99\x27\x3d\x57\x65\x4e\x9e\x5c\xe8\ \xc4\x13\x99\x23\xa6\xf6\xbf\x91\x49\xcf\x8d\x27\x1c\x05\x92\x4c\ \x1d\x1a\x31\xee\x46\x29\x64\x43\xe5\xfb\xcb\xfe\x6b\x77\xd1\x84\ \xbb\x86\x65\x5b\x6e\x0b\xcb\x29\x1c\x3e\xe9\xb6\xb9\x03\x73\x49\ \xbc\x35\x9e\x48\xf8\xb9\x03\xc6\xdd\x3f\x6c\x82\x12\x6e\x3c\xee\ \x74\x8e\x1f\xc9\x18\xdf\xb6\x0d\xe1\x88\x3f\x78\x10\xce\x9e\xd5\ \xa3\x40\x93\x99\x92\x64\x02\xe4\xbd\xf7\xd4\x65\xc8\x6c\xf7\x66\ \x2f\xbc\x81\xef\x3a\x3e\x00\xc8\x78\xdc\x03\x20\x9d\xb8\xe7\x5c\ \xf8\xdf\x85\xd9\x9b\x93\x48\x00\x48\xeb\x7d\xf3\x77\xbf\x3f\x09\ \x4a\xf8\x8e\xa3\xcc\xae\x33\xe7\xce\x91\x5e\xbc\xe5\x7c\xfb\x39\ \x7d\x37\xd1\xea\x76\xde\xbe\x26\x9c\xd3\xc6\x46\xbe\x71\x13\x06\ \x14\xcb\xc2\x42\xf2\xc9\x29\x3d\x0a\xf4\x3c\x33\xf5\xd4\xb7\x2f\ \x46\x8f\xc6\xfa\xf5\x10\xe2\x1a\x56\xdc\x50\x4a\x7a\x9e\xeb\xf9\ \xc9\x49\xa4\xf2\xdc\x4e\x0b\xf4\x5c\x96\x4c\x72\xfc\x38\x39\x7c\ \x58\x4c\x9b\x06\xdb\xd6\x89\xec\x9a\xcc\x94\x14\x63\x98\x3e\x9d\ \xec\xdc\x89\xb2\x32\xfc\x65\xac\x84\x52\x94\xf2\x4d\xbf\x27\x89\ \x84\x98\x38\xf1\x73\x2a\xee\x6a\x69\x32\x3b\x53\xd3\xa7\x83\x31\ \xb2\x61\x43\xbb\xaf\xf9\xe7\x2d\x42\x48\x2c\xc6\xd7\xac\x11\x23\ \x46\xc8\x01\xc5\xd0\x49\x79\x9a\xcc\xd4\xd5\x80\x01\x18\x36\x8c\ \xac\x58\x41\x5a\x5b\xff\x18\xb3\xc9\x0d\xd3\x60\x29\xdf\x8f\x96\ \xc5\xf6\xee\x65\x1f\x7f\xec\xcf\x9c\xa1\xc2\x69\x9a\x4c\x4d\x66\ \x0a\xcb\x34\xd5\x9c\x39\x64\xef\x5e\xb2\x6f\xdf\x67\x76\x07\x53\ \x0a\xdc\x0c\x84\xc2\xa1\x50\x30\x18\x30\x8d\x2b\x17\xb1\x22\x94\ \xaa\x9a\xaa\xf2\xe3\xb5\x6d\x29\x5d\xe9\x8a\x10\x45\x08\x5f\xb5\ \x4a\x19\x86\xb8\xed\x36\x40\x27\x18\x74\xe0\x86\xab\x9b\xa0\x33\ \x75\xc7\x1d\x78\xfa\x69\xfa\xfa\xeb\x18\x3f\xfe\xd2\x81\x6c\x58\ \x38\x5a\xb2\xe6\xdd\x92\x72\x69\x85\x7a\x7d\x6d\xe4\x94\x5b\x86\ \x87\x88\xa7\xa8\x61\x59\x86\x12\x9e\xe3\x0a\xc3\xe4\xbe\xeb\x2a\ \xc2\x6d\x5b\x9d\xad\x2c\x6f\xca\x4b\xef\xd3\x2d\xc2\x4d\x83\x53\ \xb8\x89\xb8\x20\x46\x20\x79\xa4\xe3\xa5\x44\x98\xc5\x30\x68\x4d\ \x8d\xf1\xbb\xb7\xc5\x2d\x37\x8b\x41\x83\xb8\xe3\xe8\x9e\xd7\x36\ \x33\xb5\x83\x22\xf9\xf9\x6a\xe6\x4c\xf2\xf6\xdb\xa4\xb2\xf2\x12\ \xb3\x49\x38\x57\xc7\xcb\x0e\xb8\xdd\x87\xdd\x31\x6d\x5c\xcb\xc1\ \x75\x2f\xbd\xb9\xc5\x35\x43\xe2\x7c\xf5\xd6\x8d\x1b\x76\x94\xd7\ \xc0\x6f\x39\x52\x7e\xb4\xcd\xa7\x22\x7e\xae\xec\xd0\xc9\xae\xfd\ \x07\xf7\xcd\x8e\x50\xb8\x95\x7b\xb7\xae\x7b\xf7\x83\x53\x2d\x40\ \x6b\xcd\xd6\x8d\x1b\xb6\x1f\xfc\x44\x31\x96\x12\x96\x94\x73\xbe\ \x71\x23\x39\x7e\xc2\x9b\x37\x0f\x86\x01\xa9\xa3\xb2\x9a\xcc\x94\ \x97\x7c\xe0\x01\x52\x5f\xcf\xde\x79\x07\x9c\xff\xf7\xe3\x49\xa5\ \xa8\x61\x65\x75\xcf\xeb\x37\x68\xf4\xfd\xf3\x66\x24\x2a\x77\x1f\ \x3b\x71\x6c\xdd\xdb\x6f\x97\xd7\xd4\x95\xac\x7e\x6b\x7b\xe5\xb1\ \x4d\x6f\xaf\x28\x6b\x90\xe7\x8f\x6c\x5e\xf9\xc1\xa1\x03\x9b\xdf\ \xd9\x7a\xe2\xfc\xc9\x8f\x56\x2e\x5f\xb3\xe3\x5c\x7d\x73\x5b\x6b\ \xf5\x9a\xb7\x56\x94\x55\xd7\xed\x58\xfb\xe6\xef\xcb\x1b\x4d\xde\ \xd9\x5d\x4c\x08\x62\x31\xfe\xdb\xd7\xe4\xc0\x62\x31\x69\x12\x5c\ \x57\x77\xba\x26\x33\xf5\x8d\xa6\xc2\x8d\x37\xaa\xb1\x63\x8d\x57\ \x5e\x21\x75\x75\x9f\x9d\x6d\x4a\xe1\x79\xc2\x0c\x45\x33\x43\xe2\ \xd4\xe1\xd2\x3d\x15\x75\x99\x3d\x7a\x47\x12\xa7\xb6\x57\x91\x11\ \x05\x69\x55\x27\x4e\x56\x1d\xad\xef\x33\x7c\x60\x9a\x61\x99\xa8\ \xdf\xba\xf3\xf8\xe8\x7b\x16\x3e\xf4\xc0\x9c\xde\xb1\xa3\x3b\x0f\ \xd5\x76\xcd\xcd\x0b\xab\xda\xdd\xbb\x8e\x4a\x93\x77\xb2\xd9\x0c\ \x04\xd8\xd6\xad\xfc\xc3\x2d\xde\xfc\xf9\xb2\x6b\x57\x1d\xfb\xd1\ \x64\x5e\x1f\x64\xaa\x60\x50\x3e\xfc\x30\x3d\x74\xc8\x58\xbf\xfe\ \xd2\xe5\x9a\xc9\x20\x90\x65\xb0\x9a\xaa\x23\x35\x4e\xb4\x5b\x7a\ \x88\x00\xd2\x13\xfd\x26\xdd\x39\x73\x64\xff\xc2\xa1\xfd\x1a\x4a\ \x56\x95\x34\x84\x86\xf5\xed\x26\xa5\x4a\x16\x76\x4f\x12\x48\x14\ \x08\xa3\xd2\x17\x05\xe3\xee\xbc\x6b\x62\x81\xef\xf8\x9d\xe9\x3b\ \x32\xa6\x1c\xc7\x7c\xf1\x25\xd5\xa5\x8b\x77\xd7\x5d\x24\xb9\xbd\ \x82\x96\x26\xf3\xfa\x70\x68\x67\xcd\x52\xc3\x86\x05\x7f\xf5\x2b\ \xda\xd4\xd4\x5e\x19\x99\x50\xa6\x9c\x83\x9b\x57\xff\xc7\xb2\xa5\ \x2f\xbe\xbd\x67\xc8\x94\x69\x23\x86\x0d\x18\xd4\x27\xad\xb6\xba\ \xa6\xb9\xc5\x4d\x8b\x1a\x5d\x0b\x86\xdb\xd5\x7b\x3e\xb5\x7a\x16\ \x64\x47\x9c\x58\x4b\x5c\x65\x8d\x1b\x91\x5f\xf2\xc6\xcb\xbf\xfe\ \xf7\xff\xac\x20\xf9\x23\xfb\x67\x9c\x3d\x73\xa6\xa5\x2d\x61\x65\ \xa6\xb3\xce\x5d\x69\x65\x9a\x7c\xe7\x4e\xbe\x76\xad\xbb\x60\x81\ \xec\x57\x08\x1d\xfb\xe9\xf8\x3d\x6d\xf1\xe2\xc5\xba\x15\x3a\xd1\ \x64\x42\x29\x19\x08\x48\xce\x8d\xa5\x4b\x13\xbd\xfb\x34\xf5\x2f\ \xca\xce\x48\x97\x12\xd1\x2e\x39\x59\x41\x83\x87\xba\x8c\x99\x32\ \x7d\xfc\xc0\x5c\x49\xec\x82\xc2\xde\x24\xd1\x22\xcc\x48\x6e\x6e\ \xb7\xa0\x69\xf7\xe8\x3f\xf0\x86\x01\xfd\xd3\x03\x3c\x9c\x95\xd3\ \x33\xbb\x5b\x9f\xe2\x01\x3d\xa2\xdc\x53\x46\x4e\xef\xe2\x51\x43\ \xfb\xaa\x78\xab\x34\xd3\x72\x73\xb2\x43\x06\xe9\x34\x23\x45\x08\ \x80\xc0\x13\x4f\x90\x73\xb5\xce\xb3\xcf\x20\x2d\x02\x21\x01\x50\ \x4a\xeb\xea\xeb\x4f\x9c\x38\x91\x95\x95\x95\x99\x99\x69\xdb\xb6\ \x69\x9a\x8c\x31\x72\x41\x7a\x60\x00\x20\x4a\x7b\x17\x9d\x4a\xa6\ \x52\x4a\x00\x5e\x53\x93\x35\x6d\x9a\xdb\xd4\x54\xb6\xe4\x85\xfe\ \xe3\xc6\xc1\xf5\x98\x69\x5a\x06\x07\x94\xf0\x3c\xd7\xf3\x15\x40\ \x99\x61\x59\x06\x51\xd2\x49\x24\x7c\x05\xc3\xb4\xa8\xf4\x1c\x4f\ \x1a\xa6\x49\xa4\xe7\x09\x62\x06\x2c\x4e\xe1\x39\x09\x1f\x2c\x60\ \x99\xc9\x23\x3b\x33\x6f\xd6\xb6\xd9\x86\x0d\xc1\xd9\x77\x3a\x3f\ \xf8\x81\xf3\xd4\x62\x92\x48\x24\x5d\x59\xce\xf9\xe1\x23\x47\xb6\ \x7c\xf8\x61\xbf\xc2\x7e\x05\x05\x05\x19\x19\x19\xa1\x50\xc8\x34\ \x4d\x4a\x29\xa5\x54\x93\xa9\xbd\xd9\x94\x91\x10\x2a\x33\x33\xfe\ \xed\x6f\x07\x2a\x2b\xbb\xad\x5b\xaf\x0c\x03\x04\xc2\x73\x63\xb1\ \x58\x2c\x16\x77\xbc\xf6\x89\xa2\x14\x5e\x3c\x16\x8b\xc5\x13\x42\ \x81\x00\xbe\xeb\xb8\xbe\x24\x04\xbe\xe7\x7a\x42\x01\xd2\x4d\xc4\ \x63\xb1\xb8\x27\x94\x12\xfe\xc5\x23\x3b\x4d\x9c\x93\xe6\x66\xf3\ \xd9\x67\x55\xaf\x5e\xde\xc2\x85\x44\x88\xcf\xcc\x30\x29\xa1\x97\ \x1a\x49\x6d\x21\x3e\xdb\x7e\xba\x09\x52\xc2\x75\x71\xdd\xc4\xed\ \xb7\xb3\xa9\x53\xbb\x2f\x5f\xee\x3c\xb4\x10\xfd\xfa\x5d\xf7\x53\ \xb2\x60\x88\xfd\xf6\xb7\xfc\xf7\xef\x7b\xbf\xf8\x05\x29\x2c\x20\ \x6d\x6d\x17\x97\xd4\x30\xc6\x92\x3e\xad\xb6\x90\x9a\xcc\xd4\xc6\ \x92\x10\x2a\x04\x09\x06\x9b\x1f\x79\x24\x67\xfe\xfc\x96\x1f\x2d\ \x3e\xb5\xf8\x47\x8c\x52\x22\xe5\x75\x9a\xe9\xae\x38\xa7\xa7\x4f\ \x17\xfd\xe4\x5f\x9c\x31\xa3\x8f\xdf\x38\x56\x1e\xad\x80\x2f\x2e\ \x7a\xf0\x84\x10\xcf\xf3\x82\xc1\x20\xe7\x9c\x31\x96\xe4\x53\x23\ \xaa\xc9\x4c\xd5\x9e\xf0\xfd\xd6\x9b\x6e\x6a\x58\xb0\x20\x73\xc9\ \xd2\xe6\x29\x93\xab\x6f\x1c\x47\xda\x5a\xa5\x52\x48\xfe\x5c\x47\ \x58\x52\x4a\x19\x2f\x7e\xe5\x15\x79\xfa\xf4\xa1\x47\x1f\x6d\x05\ \xc8\xb9\x5a\x00\x24\xf9\x43\x08\xa5\xd4\xe0\x3c\x1c\x0e\x5b\x96\ \xc5\x18\x4b\xc6\x7e\x92\x77\x28\x3d\x0c\x34\x99\xa9\x62\x2d\x93\ \xbf\x93\x03\x34\x20\x44\xfd\xfd\xf7\x5b\xef\xbd\x17\x7a\xea\xe9\ \x53\x8f\x3f\xde\x1c\x89\xc8\x44\x42\x5d\x5f\x64\x2a\x25\xad\x40\ \xaf\x5d\x3b\xc3\xff\xf1\xdb\x8a\x19\x33\xb6\x87\x42\x6a\xe7\x2e\ \x92\xdc\xda\x01\x84\x10\x30\xc6\xb8\x61\x04\x2c\xab\x4b\x97\x2e\ \xd1\x68\xd4\xb2\xac\x8b\x96\x53\xc3\xf9\x3f\xc6\x86\x9e\x79\x77\ \xba\xa4\x94\x4a\x29\xdf\xf7\x3d\xcf\x6b\x15\x42\xac\x5c\xd9\x7d\ \xd1\xa2\xda\x59\xb3\x4e\x3c\xf6\x98\xf2\xfd\xeb\x29\x69\x46\x29\ \x69\x59\xd6\x99\x33\xc5\xdf\xfe\xb6\x32\xcd\x43\xcf\x3d\xe7\x65\ \x65\x51\xcf\xbb\xd4\x27\x4f\x4e\x2f\x39\xe7\x96\x65\xa5\xa5\xa5\ \x45\x22\x91\xe4\x23\x13\xed\xd3\x6a\x9b\x99\x72\xa2\x94\x2a\xa5\ \x38\xe7\x00\x42\x40\x7c\xd6\xac\x58\x69\x69\xb7\xe7\x9e\x63\xe3\ \xc7\xb7\xce\x9b\x47\xe2\xf1\xeb\xe6\xee\xc9\x39\xf1\xbc\xac\x1f\ \xff\xd8\xae\xae\x3e\xbb\x6c\x59\x97\x21\x43\xc8\x25\x71\xac\x8b\ \x0e\x42\xd2\xa1\xe5\x9c\x07\x02\x01\xd3\x34\x39\xe7\xc9\x4f\xf4\ \x48\xd0\x36\x33\x05\x8d\x8d\x4a\x1a\x4f\xe1\xfb\x2e\x21\xaa\xb9\ \x39\x38\x7f\x3e\x3d\x70\xa0\xf5\x8d\x37\xc4\xe8\xd1\x2a\x1e\xbf\ \x2e\x5c\x73\x65\x59\x81\x9f\xff\x3c\xf8\xd8\x63\xb1\x9f\xfc\x24\ \xf1\xe8\xa3\x24\x1e\xbf\xf4\x49\xc9\x45\x7b\x78\x11\x4e\xc3\x30\ \x38\xe7\xda\x8f\xd5\x64\x5e\x27\x70\x0a\x21\x39\x27\xfb\xf7\x9b\ \x77\xde\xa9\x72\x72\x9c\x15\x2b\x90\x93\x83\x44\x22\xc5\xe3\xb4\ \xca\xb6\xd9\x9a\x35\xd6\x7d\xf7\x89\x99\x33\xdd\x17\x5e\x40\x30\ \x78\x25\x3f\xfc\xe2\x63\xcc\x8b\x0f\x4e\x34\x96\x9a\xcc\xeb\x80\ \x4f\x29\x84\x02\x14\xe7\x64\xc3\x06\x3e\x7b\xb6\xba\xfd\x76\xf1\ \xea\xab\x2a\x14\x4a\xe9\xaa\x56\x86\x41\x4a\x4b\xf9\xb4\x69\x2a\ \x2f\xcf\x5f\xb5\x0a\x39\x39\x57\xbf\xda\x8b\x64\x6a\x6b\xa9\xc9\ \xbc\x6e\xc8\x6c\xef\x11\x42\x40\x08\x79\xe5\x15\xb2\x68\x91\x5a\ \xb4\x48\x3e\xf3\x0c\x0c\x23\x45\xa3\x41\x8c\xa1\xb2\x92\xdd\x73\ \x0f\x5a\x5b\xc5\x3b\xef\xa0\xf8\xf2\x05\xb8\xfe\x90\x40\x6d\x2d\ \xaf\x36\x67\xd7\x4d\x90\x62\x93\xb5\x0b\x83\x55\x29\x00\x6a\xe1\ \x42\x55\x5b\x4b\x1e\x7f\x9c\xa5\xa5\xa9\xa7\x9f\x06\x63\x29\xb7\ \x8a\x8a\x10\x7c\xfa\x29\x59\xb8\x10\xb5\xb5\xea\xcd\x37\x69\x71\ \x31\x94\xba\x4a\x05\x5d\x8d\xa2\x26\xf3\xba\x67\x14\xc9\x1a\xec\ \xdf\xfb\x1e\xda\xda\xf0\xb3\x9f\x11\x42\xf0\xd4\x53\xed\xcb\xc4\ \x52\x47\x27\x4e\xe0\x9b\xdf\x44\x65\x25\x7e\xf3\x1b\x32\x6e\xdc\ \xc5\x2b\xd7\xd2\x64\xfe\xb9\x8b\x31\x3c\xf9\x24\x08\xc1\x8f\x7f\ \x8c\xe6\x66\xfc\xf4\xa7\xb0\xed\x54\xb9\xb6\x23\x47\x30\x7f\x3e\ \xaa\xab\xb1\x6c\x19\x6e\xbb\x4d\xf7\x95\x26\xf3\x2f\xad\x97\x38\ \x9e\x7c\x12\xe1\x30\x9e\x78\x02\x67\xcf\xe2\xf9\xe7\xd1\xb5\x6b\ \xe7\x5f\xd5\x96\x2d\x58\xb0\x00\x00\x96\x2f\xc7\xc4\x89\xba\x97\ \xae\xad\xf4\xe3\xdd\xeb\xc7\x72\x7e\xff\xfb\x78\xf1\x45\xac\x5e\ \x8d\xaf\x7f\x1d\x3b\x76\x74\xe6\xc5\x28\x85\x17\x5f\xc4\xcc\x99\ \x88\x46\xb1\x7a\xb5\xc6\x52\x93\xf9\x17\xaf\x07\x1f\xc4\xea\xd5\ \x68\x6b\xc3\x8c\x19\x58\xb2\xa4\x73\xea\xd0\x9d\x3b\x87\x45\x8b\ \xf0\xc8\x23\x98\x3e\x1d\xeb\xd6\x61\xe0\x40\xdd\x2d\x9a\x4c\x2d\ \x60\xf2\x64\xac\x5e\x8d\x09\x13\xf0\xad\x6f\xe1\xfe\xfb\x51\x5e\ \xfe\x95\x7e\xfb\xca\x95\x98\x34\x09\xcb\x96\x61\xf1\x62\x2c\x5b\ \x86\xdc\x5c\xdd\x21\x9a\x4c\xad\x0b\x2a\x28\xc0\x1b\x6f\xe0\xb9\ \xe7\xb0\x79\x33\x6e\xbe\x19\x3f\xfd\x29\x1a\x1b\xff\xe4\x5f\x5a\ \x56\x86\x87\x1e\xc2\xdd\x77\x23\x12\xc1\x86\x0d\x78\xec\x31\x04\ \x83\xba\x2b\xfe\x74\xd2\x99\x06\xd7\xb3\x0e\x1e\xc4\xe2\xc5\x58\ \xb1\x02\x03\x07\xe2\xbb\xdf\xc5\x9c\x39\x48\x4b\xbb\xf6\xdf\x52\ \x51\x81\x97\x5f\xc6\x4b\x2f\x41\x4a\xfc\xdd\xdf\xe1\x6f\xfe\x06\ \x59\x59\xba\xed\x35\x99\x5a\x57\x95\x94\x58\xbd\x1a\x3f\xfb\x19\ \x76\xee\x44\x71\x31\x16\x2c\xc0\x9c\x39\xc8\xcb\xbb\x06\x67\x76\ \x5d\x1c\x38\x80\x57\x5f\xc5\x6b\xaf\x21\x91\xc0\xdc\xb9\xf8\xce\ \x77\x30\x68\x90\x6e\x72\x4d\xa6\x56\x87\xd5\xd6\x86\x75\xeb\xb0\ \x64\x09\x36\x6d\x42\x4e\x0e\x6e\xbd\x15\xb3\x67\x63\xfc\x78\x64\ \x67\x7f\x99\xb3\x95\x97\xe3\xfd\xf7\xf1\xbb\xdf\x61\xdb\x36\x98\ \x26\xe6\xce\xc5\xc3\x0f\x63\xd4\x28\xdd\xcc\x9a\x4c\xad\x2f\x25\ \xdf\x47\x49\x09\xde\x78\x03\x6b\xd7\xe2\xcc\x19\x44\x22\x18\x3f\ \x1e\x63\xc6\x60\xec\x58\xf4\xe8\x81\xf4\x74\xa4\xa5\x5d\x5a\x06\ \xbe\x5d\xb1\x18\x9a\x9b\xd1\xd0\x80\x8a\x0a\x6c\xdf\x8e\x8f\x3e\ \xc2\xde\xbd\x60\x0c\xfd\xfa\xe1\xde\x7b\x71\xf7\xdd\x28\x28\xd0\ \x4d\xab\xc9\xd4\xba\x16\x3a\x7b\x16\x7b\xf6\xe0\xdd\x77\xb1\x63\ \x07\xf6\xef\x47\x5b\x1b\xba\x75\x43\x97\x2e\xc8\xc8\x40\x24\x02\ \xdb\x86\x69\x42\x4a\x38\x4e\x3b\x96\x8d\x8d\x38\x77\x0e\xe7\xcf\ \x23\x37\x17\x37\xdc\x80\x9b\x6f\xc6\xe4\xc9\x18\x3c\x38\x85\x92\ \x8d\x34\x99\x5a\x7f\x56\xf2\x3c\xd4\xd6\xe2\xd0\x21\x54\x54\xe0\ \xc4\x09\x54\x57\xa3\xbe\x1e\xad\xad\x48\x56\x00\xb1\x2c\x44\xa3\ \xe8\xda\x15\x79\x79\xe8\xd3\x07\x5f\xfb\x1a\x8a\x8a\x10\x8d\xea\ \xc4\x57\x4d\xa6\x96\x96\xd6\xe5\xa5\x9f\x67\x6a\x69\x69\x32\xb5\ \xb4\xb4\x34\x99\x5a\x5a\x9a\x4c\x2d\x2d\xad\x6b\xa9\xff\x0f\x0b\ \xd9\xce\x5b\x7c\xd5\x3b\xef\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ \x42\x60\x82\ \x00\x02\xef\x72\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x02\x6d\x00\x00\x01\xcb\x08\x02\x00\x00\x00\x15\xc4\x38\x87\ \x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\ \x01\x00\x9a\x9c\x18\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\ \x25\x00\x00\x80\x83\x00\x00\xf9\xff\x00\x00\x80\xe9\x00\x00\x75\ \x30\x00\x00\xea\x60\x00\x00\x3a\x98\x00\x00\x17\x6f\x92\x5f\xc5\ \x46\x00\x02\xee\xf8\x49\x44\x41\x54\x78\xda\xec\x9d\x77\x98\x1c\ \x47\xb5\xb7\xcf\xa9\xaa\x0e\x93\x67\x67\x67\x73\x5e\x49\xab\x1c\ \x2d\xcb\xc6\x39\x67\x6c\x1c\xc0\x18\x63\x03\xc6\xe4\x9c\x2f\xe9\ \x02\x97\x70\x49\xf7\x92\x2e\x19\x03\x0e\x60\x63\x30\x0e\x38\x07\ \x70\xb6\x65\x5b\xb2\x72\x5a\x69\xb5\x39\xc7\x89\x1d\xaa\xea\x7c\ \x7f\xcc\x4a\x96\x64\xc9\x96\x23\xe2\xa3\xdf\xc7\xcf\xe3\xd5\x4c\ \x4f\x4f\x77\x75\x4d\xfd\xea\x84\x3a\x85\xdd\xdd\xdd\x6b\xd7\xae\ \xb9\xe3\x8e\xbf\x75\xec\xd8\xe1\xfb\x3e\x22\x42\x40\x40\x40\x40\ \x40\x40\xc0\x01\x20\x22\xd3\x34\x9b\x9a\x5b\x4e\x3c\xf1\xa4\xc6\ \xc6\x26\xfc\xdb\x6d\xb7\xfd\xec\x67\x3f\xce\x66\x73\xa6\x65\x20\ \x22\x50\xd0\x44\x01\x01\x01\x01\x01\x01\x07\x06\x01\x88\x7c\x5f\ \x86\xc3\xe1\x33\xce\x3c\x47\xdc\x71\xe7\xdf\x32\x99\xac\x61\x9a\ \x5a\x11\x04\x2a\x1a\x10\x10\x10\x10\x10\x70\x10\x30\xce\xf3\x85\ \xc2\x93\x4f\x3c\xc6\xcb\x92\x89\x92\xb6\x3e\xdf\x6e\x25\x22\xad\ \x09\x00\x5e\xc0\xd9\xab\xb5\xd6\x7a\x5a\x80\x0f\x74\xd8\x1e\xa7\ \xa2\xc0\x6f\x1c\x10\x10\x10\x10\xf0\xff\x89\x94\x22\x2b\x16\x8b\ \xcc\x75\xdd\xe7\x89\x28\x29\xa9\x08\xc8\x30\x84\x69\x0a\xce\x99\ \x94\xbe\xd6\xfa\xf9\x0a\x2a\xa5\xe4\x9c\x99\xa6\x30\x0c\x41\x44\ \x4a\xc9\xe7\x9f\x4a\x4a\x45\x44\x42\x4c\x9f\x4a\x29\xa9\xb5\x7a\ \x0d\x6e\x87\x88\x88\xf6\xba\x3c\x92\x52\xbe\xb0\x68\x6b\x4d\x52\ \xc9\x43\xd3\x97\xad\x89\x7c\xdf\x47\xd2\x2f\xc9\xd3\xa0\x34\x29\ \x25\x83\xa9\x4a\x40\x40\x40\xc0\xeb\x00\x22\x48\xe9\x0b\x44\xd8\ \x53\xfc\x08\x40\x49\x15\x8b\x45\x63\xf1\x88\x69\x18\x00\x4c\x29\ \xe5\x38\xc5\x89\x89\x29\xad\x14\xe3\xac\x74\x98\x52\x9a\x73\x56\ \x5e\x5e\x6e\xdb\x36\xe7\x1c\x80\x3c\xcf\xcb\x66\x73\xb9\x6c\x8e\ \x0b\xb1\xfb\x6c\x52\xca\x48\x34\x9a\x88\x47\x0d\xc3\x40\x64\x5a\ \x2b\xc7\x71\x26\x26\xa6\xa4\x2f\xb9\xe0\x07\xba\x32\xe9\xfb\x8a\ \x08\x00\x19\xa2\x10\xfc\x60\x4c\x58\xa9\x39\x92\x6f\xa1\x96\x4c\ \x00\x80\xd4\x02\xcd\x70\x2a\xac\xbc\xa9\x29\x17\x45\xe9\xf6\x7c\ \xdf\xd7\x44\x08\x88\x88\xc2\xe0\x5a\x0b\x30\xc2\xa9\x30\xe8\xec\ \x58\x8e\x0c\x38\xc0\xb7\xf8\x52\x03\x69\xd3\xe0\x04\x2f\x74\x19\ \xa4\xb5\x2f\x25\x01\x20\x20\x63\x4c\x1c\xf8\xee\x0e\x4a\x44\x35\ \x23\x23\x52\x59\x6e\xd3\xc4\xc0\xa4\xe6\x80\xec\x60\x3e\xe5\x6b\ \xd3\x08\x85\x63\x86\xe3\x64\x72\x1e\x13\x41\x17\x0f\x08\x08\x08\ \x78\x4d\x29\x59\x6f\xbc\xa9\xb1\x01\xf6\x50\x08\xa9\x64\x59\x59\ \x32\x5d\x9e\x12\x42\x94\xfc\xbd\x9c\x33\xcb\xb2\x42\x21\x3b\x97\ \x2f\x10\x11\x00\x6a\xd2\x8c\xb3\x9a\xea\xca\x70\x38\xc4\xd8\xb4\ \x4f\x58\x08\x11\x89\x44\x88\x28\x9f\x77\x18\x63\x25\x11\x4d\x24\ \xe3\x95\x15\x29\xc3\x30\x4b\x5a\xc8\x39\x2f\x9d\xaa\x50\x2c\x2a\ \xa5\xf7\x27\x90\x24\x89\x47\xcb\xd2\xa9\x44\x22\x11\x8b\xd9\x02\ \xfc\x62\x91\x80\x11\x00\x51\xe9\x3f\xdc\x65\x7d\xee\x7a\x05\xc0\ \x95\x46\x24\xdd\x70\xd4\x8a\x39\x7a\xa4\x67\xca\xd1\x00\x90\xf3\ \xed\xda\xc6\x99\x4b\xda\xca\x86\x3a\xfa\x7c\xc6\x08\x50\x92\x15\ \x4b\xa5\xca\xe3\x89\x78\x2c\x16\x12\xe8\x17\xf3\x8e\x67\x56\x36\ \xb7\x2e\x9a\x51\x99\xed\xee\xc8\x90\xc0\xe7\xb4\x6a\xfa\xe4\x00\ \xe8\x2b\x33\x92\x4c\x57\x25\x0c\x95\x99\x72\xd1\xc0\xe7\x4c\x5f\ \xd8\x53\x56\x89\x98\x16\x91\x54\x2a\x95\x8c\xc7\x63\xb1\x88\x81\ \xca\x2f\x14\x01\x19\x01\x7b\xee\x52\x4b\xc7\x13\x4d\xdf\xc2\xf3\ \xfe\x28\x19\xd4\xa5\x3b\xf2\xa5\x88\x55\x54\x2f\x5b\xd8\x5c\xec\ \xe9\x98\x94\x8c\x90\xd3\x3e\x5f\x4a\x7b\x9f\x16\x80\x48\x67\xfd\ \xe8\xec\x79\x6d\xad\x95\xe6\x50\xd7\xa0\xe4\x62\xd7\x09\xf7\xfd\ \x08\x40\x60\xaf\x06\x04\x04\x04\xbc\x6a\x52\x2a\xf6\x34\x46\xb5\ \xd6\xb6\x65\x95\x25\x13\x04\xe0\x7b\x2e\xe7\x82\x0b\xe1\x3a\x8e\ \x10\xc2\xb2\xac\xb2\xb2\xe4\xe8\xe8\x18\x63\x48\x9a\xca\x52\x09\ \xcb\x32\xf7\x89\x9e\x12\x51\x32\x99\x2c\x14\x1c\x29\x7d\x22\x30\ \x4d\x23\x95\x4c\x6a\x4d\x23\x23\x43\xa5\x63\xb4\xd6\xb6\x6d\xa7\ \x52\x65\x65\x65\x65\xc3\xc3\x23\xfb\x09\xca\x6a\xad\x85\x35\x67\ \xf1\x92\x2a\xc3\x77\x7c\x0d\x88\xb9\xa1\x9d\x1b\x37\x77\x64\x29\ \xc4\x10\x18\x12\x28\x0f\x11\x25\xb3\x88\x14\x67\x08\x5a\xa3\xf4\ \x18\x72\xcf\x75\x46\x47\xc7\x0b\x12\x94\x66\x0a\xb8\xc5\x7c\x43\ \x20\x91\x06\x20\x00\xd2\x1a\x15\x37\xdb\x16\x2f\xae\x11\xb2\xe0\ \x2b\x86\x98\x1b\xda\xb9\x6a\xed\x4e\x22\xcd\x18\x93\x22\xac\x3d\ \x64\xca\x47\x6e\x28\x4d\x9e\x66\x26\x07\x24\x09\x5a\x79\x7e\xb8\ \xad\xa5\xa9\xd9\x2e\x3c\x35\x3a\xce\x48\x0b\x84\x82\x62\x88\x5c\ \xa0\x46\xe5\x01\x72\x28\xcd\x18\x7c\x65\x97\xa7\x97\x1d\xd6\x26\ \xbc\xa2\xa7\x88\x21\x4d\x0c\x76\x75\x6c\xdb\x91\x23\xb3\xa8\x99\ \x40\xc6\x51\xa1\x72\x35\x5a\x9a\x19\x86\x2e\x12\x18\x92\x84\x81\ \x1e\x91\x21\x01\x42\xcc\x73\xb5\xa9\x89\x38\x03\x20\x8d\xca\x03\ \x12\xbb\x84\x0f\x10\xc0\x95\xc0\x18\x17\xa8\x51\x7a\xc8\xb8\x66\ \x86\x02\xe4\x48\x40\x8a\x49\x17\x84\xe5\x29\x04\x64\xb6\xf0\x05\ \x67\x44\x84\x40\xbe\x22\x0d\xdc\xe0\x84\xca\x03\x64\x1a\x4d\xa5\ \x35\x67\x80\x40\x40\x14\x28\x69\x40\x40\x40\xc0\xab\xa5\xa4\x7b\ \x79\xff\xb4\xa6\x68\x34\xc2\x18\x23\x22\xd7\xf5\x7d\x3f\x6f\x59\ \x56\xd1\x29\x96\x25\xcb\x88\x28\x1a\x0d\x4f\x4c\x4c\x68\xad\x39\ \x67\x91\x48\x84\x68\xdf\xc4\x22\x22\xe2\x9c\xc5\x62\x91\xd1\xd1\ \x31\x44\x88\x44\xe2\x5c\x70\xcf\xf3\x01\xa0\xa2\x22\x4d\x44\xbe\ \xef\x67\x32\x19\x00\x88\x44\x42\x86\x21\x94\x52\xcf\x37\x49\x11\ \x80\x31\x18\xde\xb6\xea\xbe\xb5\x23\xb3\x0e\x3f\xf6\x0d\x6d\x8d\ \xdb\xb7\x75\xe7\xa2\xb5\x47\x2f\x6e\x8d\x18\xe0\x64\x47\x36\xae\ \xd9\x30\xce\x12\xcb\x97\xcf\x4d\xd9\x26\x6a\x77\xa0\xb3\x7d\xf3\ \xb6\x3e\x2e\x44\xba\xa2\x3c\xb3\x95\x20\x52\x71\xd8\xe2\xd9\x55\ \x31\x83\x34\xb8\xc5\xd1\x3d\x4f\x0b\x44\x63\x1d\xcf\xde\xb7\x6e\ \xb8\x6e\xee\x91\xc7\xcd\x6f\x2e\x6b\xef\xf3\x95\xc4\x50\x7c\xe9\ \x09\xa7\x28\x2f\xdf\xb9\x79\x7d\xd7\xc0\x44\xd1\xaa\x98\x33\x7b\ \xe6\x8c\xda\x32\x72\x33\x3b\xb7\x6c\xdc\xdc\x55\xf0\x5d\x57\x54\ \x56\x1c\x75\xca\xc9\x03\x3b\x37\xac\xd9\x30\x10\xa9\x9d\xb1\x78\ \x6e\x73\x79\x98\x4d\x0e\xf7\x6e\xd9\xb4\x75\xca\xd7\xc0\x19\x00\ \x20\x02\xf9\x85\x6d\xab\x1e\xde\x38\x8c\xb5\x6d\xf3\x8f\x98\x3b\ \xd3\xc9\x4d\xad\xdf\x99\x29\x6f\x9a\xb1\xa8\xad\x3e\x6e\xd2\x70\ \xcf\x8e\x35\x1b\xbb\x2b\xe6\xac\x58\x92\x18\xbd\xf7\x91\xf6\x96\ \xa5\x4b\xab\x70\xe8\xb1\x55\x83\x4b\x4f\x3e\xc6\xea\x59\xbf\x6e\ \x18\x97\x1c\x36\x2f\x69\x1b\xa8\xdd\xbe\x1d\x5b\xb6\xb4\x0f\x95\ \xe6\x18\x08\xe0\x2a\x16\xaf\x6e\x5c\x3c\xa7\xa9\xcc\xc6\xf1\x81\ \xae\x2d\x9b\xb7\x0d\xca\xc8\x82\xc3\x96\xb6\x26\x0d\xad\xbc\xbe\ \x1d\x1b\x37\xed\x18\xb3\xab\x67\x2c\x9d\xdf\x9c\xb4\x11\x00\xa7\ \x46\x75\x51\x31\xb3\xbc\x76\xf1\xbc\x96\x54\x98\xe7\x27\x86\xb6\ \x6e\xdc\x34\x50\xe4\x73\x96\x2e\x6a\x4e\x27\x6c\xe1\x3f\xbd\x6a\ \xf5\xd0\x68\x4e\x70\x16\x74\xff\x80\x80\x80\x80\x57\x8e\xa0\xbd\ \x84\x50\x1b\x86\x81\x88\x44\x14\x8f\xc7\xc7\xc6\xc6\x26\x26\x26\ \xaa\xab\xaa\x84\x10\xa5\x5c\x21\x44\xa6\x49\x73\x64\xa5\xc4\xa2\ \x6c\x36\x97\xcf\xe7\x77\x6b\x61\x3a\x5d\xce\x18\x33\x0c\xa3\xe4\ \x9c\x34\x0c\xc1\x18\x22\x02\xe7\x8c\x73\x4e\x44\x4a\xe9\x92\xfb\ \x54\x08\xce\x18\xf3\xa5\x64\xfb\x28\x31\x00\x00\x28\xa5\xcb\x1a\ \x66\x9f\x98\x6c\xb1\x22\xf6\xd4\xe0\xa0\xa7\xa5\xcc\x8c\x6c\xdc\ \x50\x0c\x87\x62\xad\x73\x9a\x1b\x2a\x07\x73\x13\x2c\x16\x16\xdd\ \xcf\x3e\x3d\xc0\xab\x56\x2c\x9c\x97\x9f\xcc\xf4\x2a\xc5\x19\x7a\ \x60\x37\xcf\x9e\x59\xce\x32\x2b\x1f\xdf\x59\xd6\x34\xa7\xb9\x9c\ \x95\x32\x89\x77\xff\x87\xc2\x8a\x46\xa3\xf1\x88\x09\x5a\x29\xad\ \x11\x19\xb9\xb9\xb5\xab\x37\x58\x2d\x4b\xe6\xcc\x6a\xdc\xd9\x3f\ \x55\xdb\xdc\x3a\x23\xcd\xd7\xaf\x7c\x12\x2b\x67\x2e\x9a\x3f\x7f\ \x74\xf8\x69\x62\xdc\x9b\x1a\x5d\xb7\x6e\x4b\xc6\x57\x3a\x5c\xb5\ \x68\xd1\x0c\x1c\xdc\xf6\xd0\x5a\x67\xfe\xd2\x05\xb3\x67\x16\xd7\ \x6f\xd8\x9e\x67\x21\xda\x75\xf1\x8c\x91\x6d\x50\x6f\xd7\xd0\x8c\ \x86\x74\x32\x12\x0b\xc5\xcd\x25\xf3\x1b\xb3\xed\xeb\x9e\x9d\xb2\ \x0e\x5b\x36\x6b\x6e\x26\xbb\x7d\x70\x50\xd5\x56\x24\x13\x89\x68\ \x3c\x19\x97\xf9\x44\xb2\xac\xcc\xf0\x3b\xc6\xb3\x60\x54\xc4\x42\ \xd8\xb1\x6a\xe5\x54\xaa\x6d\x79\x6b\x4b\x7f\xdf\x60\x51\x69\x00\ \x92\x9a\xa1\x55\xbe\x64\x61\xab\xdf\xbd\xe9\xa1\x21\x5a\xb4\x6c\ \x6e\x5b\x4b\x3e\xb3\xb9\xaf\x7b\xeb\xe6\x4c\xc4\xaa\xa8\x6f\xaa\ \x6d\x6a\xe9\xea\x71\x66\xcc\x6d\x31\xb3\xbd\x8f\xae\x1a\x6d\x99\ \x3f\x3f\xc9\xc0\x65\xd1\xa5\x0b\x67\xda\xd9\xbe\x67\xda\xf3\xb3\ \xe7\xcd\x9d\x39\x63\x72\x70\xcd\x78\x59\x79\x22\xdf\xdb\xfe\x54\ \xcf\xb0\xe3\x4b\xce\x59\xb0\xc2\x29\x20\x20\x20\xe0\x55\xb0\x46\ \x01\xc4\xde\xbe\x55\xd4\x34\xed\xaa\xcd\xe7\xf3\x04\x14\x8f\xc7\ \x33\xd9\x5c\x59\x59\x12\x11\xa7\xd7\xb7\x10\x01\x10\x69\x22\xa0\ \x48\x24\x1c\x0e\x87\x76\xeb\xe8\x6e\xe7\x6d\xe9\xdc\xa4\xf5\xee\ \x50\x5c\xe9\x2d\x44\x2c\x45\x65\xb5\x2e\x85\x0d\x9f\x9f\xde\x3b\ \xfd\x8a\xef\x7a\x3c\x9c\x28\x0f\xab\x35\x6b\xdb\x47\x9c\x50\x5d\ \x6b\xd3\xbc\xe6\x78\x6e\xaa\x00\x1a\x0c\xc6\x10\x40\x6b\xed\x67\ \xc6\x87\x26\x8b\x23\xb3\x1b\xca\xa3\x91\x81\x0c\x11\x10\x98\xe1\ \x64\xc8\x9c\x1a\xdf\x31\xd0\x3f\xc5\xd2\x3e\xa6\xf7\x3a\xa7\x56\ \x2a\xd1\xb8\xe0\xac\x26\xf0\xdd\xe2\xce\x2d\x5b\x27\x8a\xaa\x9c\ \x73\x92\x7e\x76\x6c\x6c\x32\x9a\x9f\x97\x32\xd0\x88\x94\x47\x23\ \xf9\x4c\xef\x70\xcf\xb0\xf6\x23\x33\x9b\xe7\x97\x47\x2d\x0f\xc1\ \xf7\x1c\x7f\x62\x38\xc3\x93\x46\x32\x5d\x66\xf9\x9b\xfa\x86\xc6\ \x7b\x8b\xbd\xcd\x2d\xf3\xa2\x49\x8b\xab\x9c\x26\xa0\xe7\x82\x94\ \x52\x02\x5a\xc8\x39\x53\x9a\xac\x70\x59\x98\x15\x36\xf7\x0c\x8d\ \x65\xc4\xc0\xec\xd6\xda\x78\xd4\x19\x1e\x9d\x70\x1a\x67\x34\x55\ \x72\xee\x48\xb0\x1a\x66\xd6\x41\x3e\x97\xcf\x64\xb0\xac\x4a\x6b\ \x5d\x9c\x9c\x18\xf4\x32\xaa\xa9\x82\x71\x93\xa0\xe4\x9e\x05\x1e\ \x4d\xc5\x4d\x77\x5d\xdf\xd0\xd8\xa0\xec\x9b\xd1\x3c\x33\x1a\xb7\ \x63\x4e\xdb\xfc\x36\xd3\xcd\x2b\x81\xa0\xc0\x8c\xc4\xe3\x26\x0c\ \x77\x0c\x0c\x0d\xba\x15\xad\x32\x69\x6b\x61\xc7\x93\x06\x83\x70\ \xb2\xb9\x3e\xac\xdc\x4c\xc1\x63\x82\x81\x26\xf2\x73\x53\xc5\xc9\ \x51\x69\xc5\x59\xe0\xd7\x0d\x08\x08\x08\x78\x95\x84\x74\xaf\xf8\ \x28\x63\x98\xcf\xe7\x13\x89\x18\x29\xe2\x9c\x25\x13\x09\xd3\x34\ \xf3\xf9\x3c\x00\x70\xce\xf3\xf9\x82\x94\x8a\x31\x94\x4a\x15\x5d\ \x27\x12\x0e\x3f\x7f\x31\x0c\x00\xe4\xf3\x05\xc6\x10\x10\xf2\xc5\ \x62\x19\x94\x71\xce\x7d\x5f\x0e\x0e\x0e\x01\x80\x52\xca\xb2\xcc\ \xd2\xa9\x7c\xdf\xdf\x27\x55\x78\xb7\xe8\x31\xc6\xf2\x83\x3b\x9e\ \x18\xb0\x4e\x38\x76\x59\x53\x63\x5d\x57\x76\xbc\xb6\xae\x46\x14\ \x77\xae\xdf\x30\x30\xfb\xa8\x74\xac\x24\xc9\x80\x3c\x14\x89\xf0\ \xb2\x84\x89\x23\x45\x57\x93\x85\x80\x20\x8b\x19\x57\xce\x28\xab\ \x4c\x97\x4f\xd8\x26\x03\xd4\x7b\x08\x29\x31\xc6\xb2\xfd\xdb\x56\ \x6f\x1f\x25\xf2\x3c\xa7\xe8\x61\xac\xa4\xed\x5c\x08\x02\x20\x40\ \x54\x5e\xc6\x29\x36\x54\xa4\xe2\xe9\x18\xa6\xd3\x61\x74\xa7\x0a\ \xae\xa1\xc1\x0a\x85\x45\xbc\x2c\xe4\x32\xe5\x4c\x64\x65\x7d\x65\ \xba\xac\xaf\x60\x57\xc5\xc3\x4e\x76\xc4\x53\x88\xcf\xb9\xc6\x91\ \x1b\x11\x23\xc4\xdb\xe6\x36\xa5\x2d\x7f\xf3\xe8\x68\xce\x05\x0f\ \x1b\x2a\x2b\x13\xe3\xa6\x5d\x11\x16\xf9\x21\x47\xe6\x8a\xe3\x93\ \xc5\xb9\xcd\x8d\x83\x5b\x37\xef\xb0\x6a\xe6\x37\x25\x46\xba\xb7\ \x66\x8a\xc2\x2c\x67\x00\xc0\x04\xe7\x88\xa5\x5c\x20\x02\x64\xc2\ \x0a\x45\x4d\xe9\x4c\x16\x54\x43\x65\x3a\x39\xe8\xeb\xca\x58\x28\ \x3f\x94\xb7\x92\xf5\xf5\x09\x5a\xf9\xc8\x56\x59\x35\x73\x69\x7d\ \x98\xbc\x5c\xd6\x87\xca\x8a\x8a\xe4\xd0\x90\x65\x70\x04\xa6\xbd\ \x42\x81\x58\xb8\x38\xd5\xbe\xa5\xcb\x67\x96\xe1\xe7\x34\x0f\x23\ \x00\x32\x66\x08\xae\xf6\xd3\xec\x01\x01\x01\x01\x01\x2f\x53\x48\ \xf7\x8a\x8f\x32\xc6\xf2\xd9\x5c\xa1\x50\x8c\x46\x22\xa1\x50\x08\ \x88\xb4\xd6\xe1\x70\x18\x11\x01\x61\x7c\x7c\x12\x80\x10\x19\x69\ \x3d\x3e\x3e\x11\x89\x84\x19\x63\x7b\x4a\xa9\x10\x22\x97\xcb\xe7\ \x72\x79\xce\x19\x00\x14\xf2\x85\x6c\x2e\x97\x4c\xc4\x6b\x6b\x6b\ \x76\xaf\xed\xe4\x9c\x13\xd0\xf8\xf8\xa4\xd6\xc4\x0f\x10\xa2\xe3\ \x5c\x70\x4b\xc8\xa9\xe1\xcd\x5d\x13\xc7\xcc\x99\xd5\xda\xb7\xb2\ \xb7\xb7\xbf\x62\x76\xf3\xf1\xc7\xd6\x71\x0b\x87\x7c\x8f\xc0\xd4\ \xc0\x9b\x96\x1e\xd5\x6a\xb2\xfc\x70\x4f\xf7\xd0\x14\x94\xa7\x98\ \x30\x6c\x28\x74\x6c\x6d\x2f\x5b\x34\xe7\xd8\x93\x8f\x03\x82\xfc\ \x44\x9f\x7e\x4e\x30\x50\x08\x83\xdc\x6c\x6e\x6a\x94\xd9\x11\x2e\ \x2c\xd0\x84\x8c\x71\xce\x11\x00\x91\x71\x8e\x16\x53\x3d\x1d\x9d\ \xe5\xd1\xd9\x47\x9c\x74\x12\xf8\x4e\xdf\xb6\x8d\x63\x45\x0f\xfb\ \x46\x9a\xd3\x33\x8e\x3c\xf9\x94\x91\x9d\x9b\x9e\x5e\xd3\xb5\x7e\ \x53\xd9\xd2\x39\x0b\xce\x68\xc3\xc2\xe4\xc8\x96\x1d\x5d\x05\xb4\ \x10\x01\x10\x94\x26\xe2\xf6\xac\x65\xc7\xce\x20\xed\x16\x32\xdb\ \x37\x6c\x18\x1c\xcb\x7a\x88\x1b\xb6\x8d\x2c\x9c\xbf\xa2\x49\x40\ \x66\xb8\xa7\xa3\x6f\x18\x18\xf6\x8f\xe5\xe6\x36\x84\x47\xc6\x86\ \x87\xd1\x9e\xd7\x92\xcc\x0d\x0e\x38\x8c\x9b\x38\x7d\x25\x80\x4c\ \x70\x21\x38\xe6\x32\x99\xb1\x22\x6b\x69\x9b\x35\xf0\xe4\xc6\xb5\ \x9b\xca\x97\xce\x5e\x7a\xe6\x3c\xcc\x8d\x0f\x6c\xec\xec\x1b\x03\ \x39\x98\x4b\x2d\x5e\xb1\x42\x73\xa1\x73\x63\xe0\x4d\x6d\xdd\xdc\ \x79\xd8\xfc\xe6\x53\x4f\x99\x01\x08\xa3\xbd\x3e\x93\x93\x9b\xb6\ \x74\x2e\x6d\xab\x3b\xea\xb8\x06\x90\xfe\xce\x35\x8f\x8d\x0f\x6b\ \xce\x39\x04\x45\x30\x02\x02\x02\x02\x5e\x6d\xf0\x98\xa3\x8f\xdc\ \x33\xd9\x87\x88\x18\xc3\xea\xea\xaa\x68\x34\xca\x58\xc9\x72\x21\ \xe9\xcb\xc1\xa1\xe1\x6c\x36\xc7\xd9\xf4\xb2\x48\xad\x75\x34\x16\ \xa9\xae\xaa\x14\x42\xec\x76\xe7\xe6\x72\xf9\x81\xc1\x41\xad\x89\ \x21\x2b\x9d\x0a\x11\xaa\xaa\x2a\xe3\xf1\x58\x69\x25\x0c\x10\xf9\ \x52\x0d\x0f\x8f\x4c\x4d\x65\x38\xdf\xef\x0a\x4b\x22\x60\x86\x1d\ \x32\x64\xb6\xe0\x73\x1f\xc3\xf1\x10\x08\x2f\x3b\xee\x5b\xa1\x90\ \x69\x72\x24\x25\x65\xd1\xe1\x89\xba\x23\x8f\x6c\x1b\x78\xf6\x99\ \x9d\x59\x1f\xbc\x82\x94\x5c\x1b\xe1\xb0\xa9\xb9\x9b\x9d\xf4\x05\ \x98\x76\xc4\xe4\x00\x04\xd2\x51\x52\x4a\xe0\x00\xa0\xc9\x30\x6d\ \xc3\x94\xb9\xa2\x04\x2a\x5d\x1e\x70\x14\x56\x84\xfb\xca\x2d\xe6\ \x78\x2a\x66\x38\xca\x71\x1c\xc5\x14\xb7\xa2\xb6\x40\xed\x7a\xc5\ \x22\x71\xc3\x53\xc2\xb4\x0c\xcb\x40\xf4\x1d\x25\xfd\x9c\x34\xcd\ \x90\x69\x73\x50\x6e\x5e\x4a\x0d\x42\x94\x1c\xe1\x0a\x4d\xdb\xe4\ \x1c\x01\x48\x2b\xbf\x28\x3d\x1f\x84\xa1\x09\x7d\x2d\x42\x21\xd3\ \x60\x5a\x39\x39\xa9\x91\x18\x77\x21\x12\xb7\xa4\x76\x0b\x0e\x84\ \xc2\x36\xe3\xc5\x5c\x01\x0d\x62\x76\xd8\x24\xe6\x66\x27\xa1\x2c\ \x6a\x29\xf0\x0a\x05\x29\xd0\x30\xe3\xcc\xf5\x5d\x37\x43\xb6\x1d\ \xb2\x6c\x46\xd2\xcd\x4b\x49\x3e\x1a\x68\x58\x11\x93\x01\x10\xf8\ \x0e\x49\x3f\x2b\x85\x61\xd9\x21\x13\x49\x6b\xf2\x8b\x5a\x53\x41\ \x09\xc3\xb2\x42\x06\x82\x56\xe4\xe7\x0b\x2a\x6c\x87\x0c\xdb\xcf\ \x16\x24\x29\xe4\x41\xbf\x0f\x08\x08\x08\x78\x75\xac\x51\x22\x3c\ \xe6\xe8\x23\x9e\x9f\x76\x4b\xa4\xc3\xe1\x68\x28\x1c\x62\x88\x9e\ \xef\xe5\x32\x39\xa9\xd4\x3e\xe6\xa3\xd2\x5a\x70\x11\x8b\x45\x0d\ \xc3\xd0\x44\xc5\x42\xa1\xe4\xd1\xdd\x47\x95\xb5\xd6\xe1\x70\x24\ \x1c\x0e\x33\x86\xbe\xef\xe7\x72\x39\xdf\xf7\x0f\x20\xa2\xbb\xce\ \xac\x14\x22\x63\x0c\x81\xb4\xd2\x54\xfa\x53\xa9\x69\x27\xad\xd4\ \x76\x34\x5d\x77\xcc\x91\x33\x7b\x1f\xbe\x67\x5b\x46\x6a\x61\x73\ \x9c\xfe\x22\x36\x2d\x64\x7a\x77\x94\x77\x5a\xbf\x01\x60\xd7\xb9\ \xf8\x1e\xb1\xc1\xd2\x91\x9c\x73\x22\xad\x35\x94\xde\xdb\xf5\xf1\ \xdd\x87\x4e\xbf\x30\x7d\x49\xa5\xf3\xc0\xee\x7f\x3e\x77\xab\x6a\ \x97\x69\xbe\xd7\x5b\xbb\x5e\x47\xc6\xa6\x93\xaa\x48\x2b\x4d\x8c\ \x73\x04\x52\x6a\xfa\x9a\x4b\x87\x31\xce\xb1\xf4\x2e\xe3\x88\x50\ \xaa\xb8\xf8\x5c\x43\xec\x71\xe6\xdd\xf7\xb8\xfb\x25\xad\xd5\xde\ \x2f\x80\xd6\xba\xe4\x06\x98\x3e\x9b\x52\xb0\xfb\x1a\x02\x02\x02\ \x02\x02\x5e\x3b\x1d\xdd\x6d\x71\xee\xae\x88\xcb\x4a\x79\xb7\xfb\ \xfb\xfc\xae\xc1\x1a\x19\xdb\x53\xb4\x5e\xf2\xa9\x5e\xca\x45\x23\ \x13\x46\x24\x6c\xfa\xf9\x9c\xab\x29\xa8\x2a\x10\x10\x10\x10\x10\ \xf0\x4f\xd4\xd1\x03\x56\x8f\x63\xec\x40\xb2\xf8\x1c\x88\xf8\xc2\ \x96\xe5\xc1\x9f\xea\xe0\x41\x24\x2d\xdd\xa9\xc9\x22\x32\x8e\x41\ \xd9\xfb\x80\x80\x80\x80\x80\x7f\x2a\x22\x93\xc9\x04\x62\x14\x10\ \x10\x10\x10\x10\xf0\xf2\xec\x51\xfc\xe5\x2f\x7e\x1a\xb8\x46\x03\ \x02\x02\x02\x02\x02\x5e\x9e\x92\x22\xbd\x26\xbb\x98\x05\x04\x04\ \x04\x04\x04\xfc\x5b\x20\xb2\xd9\x6c\xd0\x0a\x01\x01\x01\x01\x01\ \x01\x2f\x53\x47\x83\x26\x08\x08\x08\xf8\x97\x87\x0b\x34\x2c\x28\ \x55\x45\x09\xf8\xf7\x85\x80\x08\xb4\x22\xe5\x83\x7a\xfd\x5c\xad\ \x81\x8e\x06\x04\x04\xfc\xcb\xc2\x38\x70\x03\x48\xe9\x81\x0e\xd5\ \xbe\x8a\x0a\x59\xd2\x3a\x28\x7b\xf9\x6f\xab\xa1\xc0\x39\xda\x11\ \x8c\xa7\x79\xc3\x6c\x56\x51\x0f\xc8\x40\x49\x78\xed\x63\x97\x81\ \x8e\x06\x04\x04\xfc\xab\xda\xa0\x20\x7d\xb9\xee\x61\xb5\xf2\x76\ \x3d\xd2\xcb\x8b\x53\xa8\x24\x0b\x44\xf4\xdf\x5b\x49\x89\x0b\x12\ \x96\x17\x89\x43\xaa\x5e\xac\x38\x8b\xcf\x5e\x8e\x56\x18\xa4\xf7\ \x9a\x7e\x2f\x66\xa6\x26\x5f\xe8\x6d\xdc\x7f\x75\x85\x52\x05\x86\ \xe0\xb1\x05\x04\x04\xfc\x73\x30\x6d\xc8\x8c\x7a\x7f\xfb\xb9\x5e\ \xfb\x0f\xc3\x30\x90\x0b\x60\x2c\x70\xea\x06\xec\x72\xed\x6a\xd2\ \x4a\x12\xc2\xec\x15\xc6\x29\xef\x60\xf5\x33\xc1\x2d\xfe\x73\x74\ \x54\x08\xc1\x18\xcb\xe5\x72\xcf\x97\x4c\xc3\x30\x22\x91\x88\xeb\ \xba\xbb\x0b\xd0\x07\x04\x04\x04\xbc\x6e\x22\x4a\xdd\x9b\xdd\x9b\ \x7f\xcc\x07\xb7\x73\xcb\x0e\xe4\x33\xe0\x00\x92\x4a\xe4\xbb\xb2\ \xac\x86\x9f\xf9\x1e\x31\xff\x68\xf0\xdd\xd7\x5b\x47\x39\xe7\x83\ \x83\x83\x7f\xfe\xcb\x5f\x86\x87\x86\xd5\xde\x3a\x8a\x00\x5c\x88\ \x05\x0b\x16\x9c\xf7\xc6\x73\x0c\xd3\x0c\xa4\x34\x20\x20\xe0\xf5\ \x43\x98\x30\x31\x54\xbc\xea\x3f\xc4\x58\x9f\x08\x85\x83\xd1\x27\ \xe0\x85\x14\x0e\x40\xfb\x9e\x67\x86\xed\x0f\xfc\x10\x2b\x1a\x5e\ \x23\x29\x3d\x60\x7c\xd4\x30\x8c\x3b\xef\xbc\xeb\x81\x07\xfe\x1e\ \x0a\x85\x9e\xff\xae\x52\x6a\xeb\xd6\x6d\xcd\xcd\x4d\x47\x1f\x75\ \x94\xe3\x38\xc1\xd3\x0a\x08\x08\x78\x3d\x60\x0c\xbc\xa2\x7b\xc7\ \xcf\xc5\x44\x3f\x0f\x44\x34\xe0\x45\x2d\x52\x00\x34\x4c\xd3\xcd\ \x7a\x7f\xfb\xb9\xf5\xb6\x2f\x82\x69\xbd\x16\x79\xbc\x07\xd4\x51\ \xad\xf5\xe4\xd4\xe4\xc7\x3e\xf6\xd1\xba\xba\x3a\xfd\xbc\x2f\x16\ \x86\xf1\xe8\xa3\x8f\x0e\x0e\x0c\x1e\x4c\x7d\xdd\x80\x80\x80\x80\ \x57\x07\xc3\xf6\xfe\x7e\x3d\xdb\xf8\x18\x0f\x45\x82\xc6\x08\x38\ \x58\xab\xd4\x0c\xf1\xf6\xa7\xdd\xbf\xfd\xdc\xba\xe8\x93\x00\xaf\ \xa3\x8e\x02\x00\x22\xb6\xb5\xb5\xb5\xb6\xb4\xa8\xe7\xe9\xa8\x69\ \x9a\x1d\x1d\x3b\xb3\xd9\xcc\x8b\xcd\x05\xd0\x0e\x85\x0c\xd4\xc5\ \xa2\xa3\x76\x4f\x1d\x89\x50\x98\xa1\x90\xa5\xbd\xa2\xe3\xaa\x7f\ \x52\x68\x03\xad\x70\xd8\xd8\x73\x0f\x35\xe9\x15\x1c\x57\x03\xb3\ \x43\x61\x83\x93\x53\x28\x4a\xbd\xeb\x8a\x91\xd9\xa1\x90\x40\x5d\ \x2c\x16\xa5\x7e\xa9\xd7\x4b\x80\xc2\x0e\x87\xb8\xf2\x0a\x8e\xb7\ \x47\x1b\x80\x30\xcc\x90\x6d\x7a\xc5\xbc\xab\xe8\x9f\x1d\xde\x41\ \xc3\xb2\x6d\x83\xb9\xc5\x82\x2b\x29\x28\xb7\x1c\x70\x88\x22\x0c\ \x3d\xd4\xa9\x9f\xbd\xcf\x34\x8c\x7f\x96\x6d\x73\x48\x19\x5a\xff\ \xae\xdf\xfe\xb2\x1c\x19\xa6\xad\x36\x3f\xa1\x3a\x37\xf2\xe6\xf9\ \x20\xfd\xe7\xb9\x39\x98\x6d\xdb\x2f\x5a\x6a\x5e\x6b\xed\xba\xee\ \xf3\x13\x86\x5e\x64\xdd\x8b\xe7\x79\xae\xeb\x3e\x5f\x47\x89\x48\ \x4a\xf9\x22\xdf\x8a\xcc\xc2\xfc\x03\x7f\xba\x6e\x73\xbe\xfc\xc2\ \xb7\xbc\xb1\xda\x94\x9e\x22\x00\x60\x86\xe5\xf5\xad\xbd\xee\xd6\ \x07\x53\x8b\xcf\x3e\xfb\xd8\x56\xf2\xe4\xeb\xed\x9c\x41\x26\x20\ \x7b\xcf\x35\xd7\xae\xeb\x1b\x53\x5a\x13\x20\xf9\x6e\x6c\xee\x71\ \x6f\x3f\xe7\x84\x04\x8c\xde\xfd\xfb\x5f\xae\x9d\x4c\xbf\xf9\xb2\ \x0b\x5a\xe2\xe8\x49\x42\x66\x98\x7a\xec\xce\xab\x7f\xb5\x76\x2a\ \x75\xe1\x9b\xdf\x34\xa3\x9c\xfb\x2f\xe5\x7a\x91\x1b\x90\xe9\xfb\ \xeb\x35\x7f\x1e\xaf\x3c\xee\x6d\x6f\x3c\xdc\x90\x6e\x69\x1f\x55\ \xc3\xe4\x7d\x9b\x1e\xfe\xeb\xdd\x6b\x96\x5d\x78\xf9\xb1\x0d\x51\ \x4f\xfd\xf3\x92\x9f\x91\x87\x0c\xb5\xfa\xbe\x1b\xee\x5b\x3f\xfe\ \x86\x37\xbe\xf5\xe8\xd6\x88\x27\x83\x4c\xec\x80\x43\xd2\xaa\x10\ \xa6\xda\xb1\x96\x8f\x0f\xc0\x3f\xc5\x18\x7d\x19\xda\x41\x1a\x00\ \xe1\xb5\x98\x99\x12\x01\xe0\x0b\x5d\x0f\x11\x10\xc1\xab\xb8\xd3\ \xd6\x4b\xfa\xf6\x83\x6e\x1f\xf2\x3d\x14\x16\x3c\x67\xd2\x10\xe8\ \xd7\xe6\xb2\x19\x13\x85\x8c\x5c\xfb\x10\x9f\xb9\x74\x1f\x1d\xe5\ \x9c\x8f\x8d\x8d\x3d\xf0\xc0\x03\x85\x42\x81\x1d\xd8\xc3\xaa\x94\ \x8a\x45\x63\x27\x9f\x72\x72\x59\x32\xb9\x8f\x26\xbe\xa6\xeb\x47\ \x99\x60\xee\xd6\x67\x1f\xbf\xf1\x91\xbe\x11\xdf\xfa\xf4\xbb\xcf\ \x0c\x69\x47\x11\x20\x17\x6a\xb2\xf7\x1f\x77\xdf\xd9\x64\xaf\x38\ \xe7\xc4\x99\xe4\xed\xb6\x7e\x01\x11\x89\x08\x76\x67\x2e\x21\x32\ \x44\x22\x4d\xcf\x59\x86\xac\xb4\xcf\x38\x20\x32\x84\x3d\xde\x01\ \x44\x56\xda\x83\x7c\xf7\xe9\x10\x11\x60\xaf\xf3\x3d\xd7\xa2\x94\ \x7b\xf2\xfe\xfb\x56\x17\x23\x73\x67\xd4\x22\x29\xe5\xb9\x58\xf4\ \x09\x80\xdb\xc9\xda\x0a\xf1\x93\xdf\x5f\x35\x66\x57\x7c\xf5\x3d\ \xa7\x9a\xe8\x08\x13\x37\xdd\xf5\xd7\x9f\x5f\x75\xf3\xbc\xb7\x7e\ \xae\xba\xcc\x52\xca\xdf\xaf\xe5\xce\x00\xf4\xfe\xf2\xad\x90\x71\ \x72\xa7\xd6\x3d\x7c\xd7\x7d\x63\x6b\xa4\xf5\x1f\x57\x9e\x31\x9f\ \x39\xae\x06\xe0\x82\x4d\xf6\x6f\xbd\xf3\x6f\x77\x45\x4e\xbc\xf8\ \xc4\xa6\x98\xa7\x0e\xbe\x11\x4a\x77\x7e\x80\x46\x60\x0c\xf6\x3c\ \x12\x01\x11\x4b\xa7\x3a\x40\x3a\x18\x5a\x16\xdf\xfa\xf0\x9f\xfe\ \xe7\x07\xbf\xdd\x89\x55\x55\x47\x9e\x7f\xfc\xac\xa8\x27\x83\x11\ \x3b\xe0\x10\x54\x51\x46\x4e\x9e\x3a\xd7\xb3\x83\x8f\x25\xf9\x05\ \x2a\x4d\x0a\x91\xa1\xb0\x40\xbc\xec\x20\x14\x81\x2f\xd9\xb2\x8b\ \xcd\x64\xb7\xf3\xe0\x13\xc0\x0f\xce\x1a\xf6\x25\x9b\x73\xa6\x91\ \x9e\x74\x9f\x78\x0c\x98\xf9\xdc\xeb\xd2\x21\x5f\xa3\x1d\xde\xa5\ \x43\x44\x6e\x01\xd0\x40\xd3\x02\x20\x20\x0d\xd2\x25\xa5\xd1\x08\ \x01\x67\x00\x00\x08\xe0\x15\x49\xaa\xe9\x1b\x31\x0c\x80\xa8\x71\ \xdc\x9b\xb1\xe7\x4e\x6f\xe7\xe8\xf4\x31\xfb\x9b\x1f\xa3\xc1\x48\ \xbe\xea\x3f\x66\x4d\xca\x34\x8e\x78\x0b\x9b\x7a\xcc\xdb\xdc\x0e\ \x62\xd7\x7d\x69\x9f\x3c\x1f\xad\xd2\x4d\x11\xb8\x05\x2a\xf9\xf3\ \x84\x85\x46\xe9\x18\x45\x6e\x11\x44\x08\x4b\x17\x4c\x9a\x9c\x02\ \x86\x2a\xc5\x9c\x56\x1a\xd8\xa2\xf3\x3e\x30\x04\x2d\x21\x31\xdf\ \x5a\x31\xcf\x7f\xf4\xcf\xba\xc8\xf7\x10\xd7\x57\xcb\x9f\xc1\x69\ \xb0\x83\x26\x47\x30\x1c\x07\xfd\x5c\xcb\x98\xa6\xd9\xbe\x7d\xfb\ \x77\xbf\xf7\xfd\x5c\x2e\x27\xc4\x01\x35\x51\x4a\x99\x4c\x26\x67\ \xce\x9a\x59\x59\x51\xf1\x7a\xea\x28\x10\xa0\x15\x8a\xc6\x63\xec\ \x89\x9b\x7f\xff\xfb\xaa\xea\x0f\xbe\x69\x29\x73\x1c\x00\x02\x26\ \xc2\x91\x88\x6d\xf2\xd2\x9a\x69\x64\xc2\x10\xe8\x16\x8b\xbe\xd2\ \xc8\x8d\x90\x6d\x81\xf2\xa5\x26\xe9\x39\xbe\x66\xa1\xb0\xcd\xb4\ \x52\x04\x42\x70\xbf\x58\x70\x35\xda\x96\x05\xca\x77\x14\x09\xb1\ \xcb\x35\x4b\xda\xf7\x7d\x60\x5c\x70\x06\x80\x86\x29\xa4\xeb\xba\ \x52\x12\x20\xe7\x82\xef\xf3\x3c\x10\xb5\x5b\x70\x94\xf9\x86\x73\ \xde\xf9\xa5\x77\x9f\xca\x94\xd4\x00\x24\xbd\xa2\xeb\x38\x9e\xb1\ \xf8\xb4\xb7\x7f\x60\x7b\xfb\x4f\x6e\xfd\xdd\xdf\x16\xcf\xb9\xf4\ \xb8\x19\xd9\x8e\x47\x7e\x7b\xed\x6d\xd1\x23\x2e\xfa\xf0\x65\xa7\ \x44\xc0\xf7\xf7\x27\x46\xa4\x7c\x47\x81\x21\xc4\xfe\xe7\x9d\xc8\ \xec\x68\x22\x3e\x36\x71\xeb\x6f\x7f\x5c\x5d\xf5\xb5\xf3\x97\x56\ \x15\x1d\x0f\x08\x98\x30\x23\xd1\x88\xc9\x91\xa6\xbb\xbd\x30\x38\ \xb8\x45\xc7\x57\x9a\x71\xc3\xb6\x2d\x52\xbe\xd2\x24\xdd\xa2\x4f\ \x3c\x12\xb6\x40\x6b\x22\xe4\x1c\x3d\xa7\xe8\x6b\xb4\x2c\x0b\xa4\ \xef\x6a\xe2\x7b\x36\x82\xeb\x01\x33\x04\x47\x60\xdc\xe4\xcc\x73\ \x8b\xae\xd4\x88\x8c\x0b\xce\xf6\x77\x71\x86\x65\x4f\x6c\xbd\xef\ \xa7\xbf\xbd\x33\xd6\xba\xa8\x71\x7c\x82\x31\x0c\x12\x37\x02\x0e\ \x55\x1d\x45\x2a\xe6\x75\xdf\x76\x21\x0e\x46\xc6\x88\x14\x88\x25\ \xef\xb4\x16\xb4\x00\x10\x15\x47\xe4\xfa\x7b\xfc\xf6\x4e\xe0\x26\ \x20\x81\xef\x92\x52\xc0\x0c\x34\x4d\x50\x1e\x29\x40\xd3\x02\xed\ \x93\x54\x68\xda\x40\x3e\xf9\x12\x85\x41\xbe\x0b\x44\x00\x0c\x4d\ \x8b\x34\xb1\xaa\x36\x5e\x5e\x04\xad\x81\x69\xf2\x1d\xd0\x04\xdc\ \xc4\x92\x87\xd9\x2f\x92\xd2\x80\x1c\x4d\x1b\xb0\x64\x66\x15\x29\ \xef\x8b\xf4\x5c\x73\x46\x9f\xfb\xf8\xc3\x7b\xb8\xf8\x1c\x36\xf3\ \x8d\xd6\xf2\x72\xef\xde\x3f\xc9\x29\x8d\x4c\x91\x0e\x99\x67\x7c\ \x90\x17\x9e\x75\x1f\x7f\x98\x88\x20\x54\x6d\x1c\x71\x86\x68\x2c\ \x93\x4f\xdd\xe0\x75\x8c\xa0\x60\xe4\xa1\x58\xfe\x76\x6b\xce\x4c\ \x00\xa2\xe2\xa0\xff\xd4\xcd\x7e\xa7\x12\x6d\x47\xc0\xf8\x5d\xba\ \x90\x45\x3b\x3c\x7d\x0d\xa4\xc8\x73\x81\x08\x84\x8d\xe4\xe3\xcc\ \xb3\xed\x45\x91\xe2\x9f\xaf\x21\x16\x41\xd3\x00\xe9\x92\x94\x80\ \x1c\x4d\x0b\x10\x41\x4b\xf2\x5d\x20\x00\x61\xe3\xee\xe9\x85\x74\ \x48\x2a\x00\x86\xa6\x0d\x9c\x81\x74\xc9\xf7\x01\x00\x98\x81\x86\ \x09\x08\xa0\x25\x79\x05\x92\x51\xde\x7c\x14\xef\xdf\xe4\x6d\xd4\ \xbb\x26\x19\x1e\x56\x1e\x66\xaf\x58\x2e\x1f\xbf\xc6\x9f\x92\x00\ \xa6\x79\xfa\xa7\x8c\xaa\x38\x11\xd1\xf6\x7f\xb8\xcf\x3c\x46\xc4\ \xc0\x6e\xb0\x4f\xbf\x50\xaf\xb9\xda\xeb\xcf\x20\x03\xe0\x69\xfb\ \x82\x73\xf5\xd6\x67\xf9\x8a\xd3\xd4\xc3\x1d\x2a\xe3\xa0\x96\xe4\ \x14\xb0\x3c\x6d\x2c\x58\x22\x1f\xff\x13\x11\x43\xdf\x21\xa5\x9f\ \x6b\xe4\xe9\x6b\x46\x34\x6c\xe0\x1c\x48\x91\xe7\x00\x11\x70\x0b\ \x8d\x83\x12\x32\xe4\x02\x47\x7b\xf4\xc4\x90\x88\xa5\x68\x0f\x1d\ \xf5\x3c\x6f\xd6\xcc\x99\x9f\xff\xfc\x7f\x14\x8b\xc5\x17\xd8\x2b\ \x5b\x6b\x1d\x8d\x44\x9a\x9b\x9a\x3c\xcf\x7b\x69\x7e\xdd\x57\x8e\ \xf2\xbc\xf8\xac\x25\x2b\xea\xd9\x7d\xbf\xfb\x49\x5d\xed\xd7\x2f\ \x3a\xbc\xc6\xa3\x7d\x9d\xac\xa8\xa6\x1e\xbf\xf3\x96\x9b\xee\x7c\ \x70\xfb\x40\x26\x5a\xd1\x7c\xdc\x59\x17\xbe\xf9\xac\x37\xa4\xc3\ \x7c\xc7\xaa\x9b\xbf\xfe\xc3\xbf\xce\xbf\xf8\xb3\x1f\xbf\xe8\x70\ \x93\x60\x62\xf3\xdd\x5f\xf9\xe6\x35\x75\xe7\x7c\xe8\xd3\x97\x9d\ \xd0\xf9\xe7\xef\x7e\xe9\x2f\x5d\xef\xfe\xcc\x97\x4f\x5f\x92\xf0\ \x94\xa0\xc1\xa7\xff\xfb\x1b\x3f\x14\x8b\xae\xf8\xfc\x07\x4e\xb6\ \x94\xb3\x63\xd5\x7d\xd7\xdf\x70\xf3\xb3\x1d\x43\x0a\x44\x79\xeb\ \xd2\xf7\x7c\xe2\xe3\x47\x56\x09\xf7\xb9\x08\x2d\x23\x67\x2a\x0f\ \x58\x1b\x8a\x12\x68\xc7\x29\x4a\x5d\x32\x64\x11\x48\xba\x10\x3b\ \xe3\xd2\xf7\xae\xdb\xf8\xe5\x3f\xfe\xfe\x8f\xcb\x5a\xdf\xb9\xf6\ \x9a\xdf\x6f\x70\x5a\x3e\x73\xc5\xc5\x8d\x11\x2a\x3a\xb4\x3f\x29\ \xb2\xb6\xde\xfe\xa3\xaf\xdd\x8f\x5f\xf9\xfc\xc7\xe6\x56\xa0\xeb\ \xeb\xfd\xcc\x65\x15\x35\x2c\x3a\x63\x36\x3c\x73\xf5\x8f\x7e\x5a\ \xff\xcd\xcf\x2f\xaf\xb1\x68\x5f\xa9\x35\xb8\x37\xf6\xd0\x5d\x37\ \xdf\x72\xd7\xc3\x1d\xc3\xf9\x58\x55\xcb\x49\x6f\x7c\xcb\x85\xa7\ \x1e\x9e\x0c\x63\xd7\x13\xd7\x7f\xe3\x27\x77\x1f\xf1\xae\xcf\x7f\ \xe0\xdc\x25\xa0\x69\x78\xcd\x6d\x5f\xf9\xfe\x8d\xb3\x2f\xf8\xf8\ \xc7\xdf\x7a\xf8\xaa\xeb\x7e\xfe\xa3\xbb\x3a\xde\xf1\xa5\x6f\x9d\ \xd6\x62\xfa\x68\x16\x3b\x9f\xfe\xce\xd7\xbe\xcd\x4f\xfa\xc2\x57\ \xdf\x79\x98\x2e\x4c\xad\x7a\xe0\xd6\xeb\x6f\xbe\x7f\xc7\x50\x06\ \x0d\xbb\x79\xf1\x59\x9f\xfe\xf8\xc5\x55\x26\xa8\x3d\xac\x52\xe4\ \x26\x64\x77\x5c\xf5\x7f\xbf\xf5\x17\xbe\xf9\x43\x4b\xfd\xef\xfd\ \xfc\x66\x1d\xa8\x68\xc0\xa1\xac\xa3\xca\x87\xfc\x24\xe0\xc1\x39\ \xfd\x88\xf1\x39\x27\x73\xe3\x99\xe2\x63\x4f\xb3\xba\x65\xe6\x79\ \x5f\x13\x4f\xfe\xa8\xf0\xe8\x2a\x20\xce\x6a\x97\x19\x0d\x35\x34\ \xde\x2e\xb7\xb7\x63\xf9\x6c\x91\x52\x72\xc7\x4e\x08\x55\x1b\x55\ \x09\xd5\xbd\x99\xcc\x1a\xd1\x5a\xad\x07\xba\x79\xed\x3c\x96\x8c\ \x81\x3b\x2a\xdb\xd7\x90\x4b\xa0\x25\x28\x0d\xa4\x81\xb8\x98\x75\ \x02\x2b\x8f\xe9\xbe\xd5\xaa\x6f\x08\x78\x88\xcd\x3a\x9e\xa7\xe2\ \x90\xed\x96\x3b\xb6\x90\x04\x00\x43\xb4\x1d\xc9\xa2\x36\xaf\x29\ \x27\xb7\x73\x0f\x0b\xd5\xc1\xda\xe3\xed\x73\x2e\x15\x95\xa3\xf2\ \x91\x1b\x61\x5c\x81\xe6\xc6\xb1\x57\xd8\xc7\x9e\x41\x5b\xc7\xdd\ \x87\x0b\x14\x9d\x6f\x9f\x7d\x29\xcb\x6c\xf4\x9f\x79\x46\x8d\x66\ \x91\x33\x00\x02\x2d\xc4\x9c\xa3\xb9\xf5\x6c\xe1\xe1\xb5\xbc\xf5\ \xa4\xd0\xdb\xbe\x08\xbf\xf9\x3e\xb9\x3e\x9f\x79\x82\x65\x2e\xa4\ \xc1\x0d\x72\x60\x10\x10\x01\xa3\x62\xe1\x09\x2c\x82\xba\xe3\x19\ \xd5\xdf\x0f\xd1\x6a\x3e\x67\xa9\x79\x54\x96\xb2\x1d\xfe\xa6\x2d\ \x58\x3e\xc7\x98\x31\x0b\xf2\xbd\xb2\x7d\x03\x49\x00\x2b\x65\xcc\ \x5b\xc6\xc2\x4c\xf7\xae\x96\x83\xe3\xc0\x18\x10\xb0\xfa\x15\xbc\ \xb6\x12\xdc\x11\xb9\x6d\x1d\x39\x12\x53\x33\x8c\xfa\x99\x68\x31\ \x3d\xba\x55\x76\x75\x82\x06\x10\x29\x63\xde\x89\x68\x98\x2c\x26\ \x40\xee\x32\xc8\x94\xe6\x4b\x2e\xb1\x8f\x3d\x8b\xa7\x85\x7e\xe6\ \x1a\x20\x42\x9e\x10\xb3\x16\xd2\xba\xdf\x7a\x03\x2e\xe4\x07\x09\ \x05\x20\x51\x61\x12\xaa\x16\x9a\x47\xad\xf0\x6f\xb8\x0b\xb8\xc6\ \xa6\x93\xcc\x79\x8b\x8a\x4f\xde\xe8\x3f\x05\x34\xe9\x00\x01\x56\ \x2f\x36\xea\x6b\x30\x3c\x03\xa5\x07\xa0\x41\x21\x6b\x39\x9a\x57\ \x95\xd1\xe0\x06\xd9\xd3\x07\x08\x60\x24\x8d\xf9\x87\xa3\xe5\xa9\ \xed\x4f\xe9\xc9\x02\x88\x88\x98\x77\x0c\x4b\x84\x69\x68\x93\xec\ \xed\x01\x3c\x08\x67\x03\x32\x28\x64\xc9\xc9\xef\xe3\x69\x97\x52\ \x56\x54\x54\x5c\x76\xd9\xe5\x07\xd3\xad\x9c\x42\xc1\xf3\xbd\x7d\ \x62\x9a\xaf\xb9\x8e\x92\x96\x52\x94\x9d\x7b\xc5\x65\x91\xd1\x4f\ \xfe\xee\x67\x3f\x6b\xfe\xd6\x97\x56\x34\x44\x0b\x7b\xb8\x58\x4d\ \x51\x7c\xe0\xda\x9f\xfc\xe0\x2f\xeb\x8f\x3c\xef\x92\x0b\x16\x55\ \x75\x3d\x7d\xdf\x1f\x7f\xf9\xbd\x09\xf9\x9f\x9f\xb9\x64\x45\xeb\ \xe1\x67\x9c\x77\xe4\x93\xbf\xba\xee\xaa\xc5\x8b\xe6\x9c\xdd\x9c\ \xf9\xc3\xaf\x7e\x3f\x92\x5a\xf1\xf1\x33\x8e\x08\x81\x94\x5e\x31\ \x9b\xcb\xfb\x72\x57\x86\x0e\xc9\x42\x3e\x27\x1c\x9f\x19\x66\xb1\ \xe3\xb1\x9f\xff\xe0\x67\xa3\x35\x27\xbc\xe7\xa3\x97\x86\x75\x71\ \x78\x3c\x9f\xb0\x70\x2f\xfd\x60\x4c\xe6\x27\xa6\xdc\x4c\xd7\xd6\ \xb5\x0f\x3e\x42\xb5\x75\x8d\xf5\x55\x29\x03\xb5\x2f\x15\x00\x90\ \x74\x79\xf9\xbc\xcb\xdf\x7d\x49\xe7\xff\x5c\xfb\xdf\x5f\xe9\x2b\ \x8e\x8e\x9e\x7e\xd9\xe7\x8f\x9f\x9d\x72\x0f\xbc\xbc\x47\xf9\xc5\ \x5c\x1e\xd5\x81\x45\x48\x4b\x5f\x94\xcd\xba\xe2\xf2\xa3\x86\x3e\ \xf5\xb5\x1f\xfd\xf4\x86\xef\x7c\xe9\x8a\xa6\x18\xed\x39\x4d\x32\ \x71\xea\xce\x6b\x7e\xf4\xd3\xdb\xb7\x1f\x77\xe1\x5b\xdf\xdc\x96\ \xda\xbe\xf2\xce\x3f\xfd\xfc\xdb\x19\xfc\xda\x47\xcf\x5d\x36\xeb\ \xa8\x37\x9e\xf9\xf8\xca\xab\xaf\xf9\xed\xc2\x45\xdf\x3d\xa9\xa2\ \xff\x9a\x5f\x5d\x9b\xab\x3d\xe9\xa2\xd3\x97\x9b\xda\xf7\x5c\x27\ \x97\xcf\xfb\xbb\x53\x9f\xb4\x2c\xe4\xb2\xdc\x93\xa6\xc1\xdb\xd7\ \xdc\xf5\x3f\x3f\xb9\xa1\xfe\xd4\xb7\x7e\xec\xed\xad\x54\x1c\x1b\ \xca\x97\x59\x08\xb4\x57\xc9\x34\x66\x19\xfe\x3f\xae\xbe\xea\xc9\ \x4c\xf3\x57\xaf\x3c\xbf\x62\xdd\x1f\x55\xb0\x0e\x38\xe0\x10\x47\ \x6b\x90\x1e\x72\x76\x70\x3d\x15\x41\x17\x55\xff\x06\xb9\xfe\x41\ \x5a\xff\x90\x1c\x2e\x46\x2e\xb8\x5c\x3c\xbb\x4a\xd7\x9c\x17\x39\ \xe7\x4c\xdd\xb7\x15\x8f\xbc\xc0\x78\xea\x27\xce\xc4\x9c\xd0\x9b\ \x96\xe6\xff\xe7\x13\xd0\x7c\x61\xe4\xa2\xb6\xfc\xf7\xae\x54\x75\ \x27\x85\xce\x68\x28\xde\xbb\x21\x74\xe1\xdb\xf4\xd6\x27\xa0\xfa\ \x2d\xe6\xec\xbb\xf3\xd7\x5f\x3d\xfd\xeb\x51\xc4\x8f\xfb\x60\xf8\ \xb0\x66\xbf\x6f\xc4\x3a\xea\x1c\xff\x9e\x6f\x3b\x9b\x86\x59\x45\ \x13\x8b\xd9\xe2\xf0\x37\x19\xe9\xdf\x16\x1e\x78\x54\x9c\xfc\x61\ \xfb\xc8\x36\xb5\x63\x1b\x6b\x9e\x03\x9d\x4f\xee\xba\x78\x8f\x22\ \xb3\xec\xd3\x4e\x97\x4f\xfe\x9e\x96\x9f\x00\x00\x20\x5d\xb6\xf8\ \x72\xb3\xd1\x73\xee\xb9\xc7\xac\xd3\xe4\xa3\x58\xf1\x16\x6b\x4e\ \x93\xdc\xe6\x88\x66\x4f\xf5\x6d\x05\xda\x15\x83\x54\x8e\xec\x5a\ \xe9\x3f\xfd\x80\xdf\x3e\x2c\xe6\xfe\x50\x54\x27\x00\x90\xd5\xce\ \xe6\x06\x33\x4e\x39\xd7\xb9\xf1\x6b\x5e\x7b\xde\x3a\xff\x93\x66\ \x93\x29\xc7\xb4\x75\xd4\x49\xce\x75\x5f\x53\x4e\x11\xd0\x66\x15\ \xf5\x5a\xf6\x60\xd5\x51\xa1\x37\x5f\x89\x13\x5b\x28\x71\x9e\x39\ \xeb\xf6\xfc\xad\xf7\x18\x27\x7d\xdc\xaa\x2d\xfa\x7d\x63\xcc\xd9\ \x01\xfd\xa3\x25\x1d\xc5\x44\x23\x4f\xc6\x59\xe3\xd9\x66\xeb\x5d\ \xf9\x3f\xdf\x22\x8e\xbe\x22\x34\xdb\xf6\xb6\x8f\x9a\x27\xbe\xd5\ \xbf\xfb\xeb\xce\xea\x41\xeb\xfc\xcf\x58\xb5\x5a\xf6\x67\x78\x6d\ \x95\x5a\xa7\x76\x87\xef\x28\xbb\xdd\xb9\xe3\x77\xd6\xe9\xe7\x01\ \x63\x00\x1a\x78\x04\x0d\xd2\x93\x83\xaa\xbb\x87\x7c\x1f\x0d\x1b\ \x80\x10\xc6\xfd\x95\x8f\x9b\xa7\x9e\xc0\x63\x77\xc8\x29\xd3\x5c\ \xb2\x54\xef\xb8\xd3\x9f\x2a\x8b\xbe\xeb\x0a\xff\xfa\x4f\xe8\xe8\ \x49\xe1\xb7\xbd\x9d\x7a\xd7\x40\x6c\x01\x62\x3f\xf9\xc4\x97\xbc\ \x35\xb4\x62\x86\xec\x19\x12\x47\x9c\xc2\xee\xfd\x9e\xbb\xcd\xb3\ \xcf\xfb\xb2\x48\x66\x54\x21\x6c\x2d\x3f\xba\xf8\xc7\x6f\xc3\x9c\ \x2b\xed\x15\xd5\x6a\x47\x07\xd1\xb8\xec\xed\x04\x78\x71\x1d\x45\ \x44\x50\x1e\x28\x7f\x1f\x1d\x35\x0c\xa3\xbb\xbb\xfb\xfa\xeb\x6f\ \xc8\x17\xf2\x8c\xbd\x50\x7c\x34\x91\x88\xbf\xed\x92\xb7\xd5\xd4\ \x54\xcb\xbd\x1d\xe6\xaf\x47\x7d\x5d\x52\x9e\x8e\x35\xbd\xe3\x43\ \x1f\xdc\xfc\xb9\x6f\xff\xf4\x17\x7f\x6e\xfa\xca\x95\x61\x3e\x7d\ \x1b\x5c\x58\xb9\xad\xf7\xfe\xe9\xae\xd5\x4b\x2e\xfa\xcc\x7f\x7e\ \xe0\x14\x0e\x00\xc7\x2f\x56\x53\x9f\xb8\xf5\xde\x3b\x3b\xce\x59\ \xd6\x16\x4a\x9e\xf3\xce\xf7\x6d\xd8\xf6\xe5\x6b\x7f\xfb\xfb\x89\ \xe6\xf1\x07\x7a\xe3\x1f\xf8\xaf\xcb\xdb\x92\xe8\x2a\x42\x64\x9c\ \xed\xe9\xaa\x44\xc6\x18\x63\xc8\x10\xa7\xfa\x7a\xfa\x27\xfc\x25\ \x6f\x3e\xfb\xdc\xd3\x17\x01\x68\xe9\x3a\xae\xe7\xef\x99\x3a\x83\ \xa8\x7d\x19\x9e\x33\xbb\x65\x60\xe0\x99\xab\x7e\x7c\xf7\xd8\x94\ \x9a\x77\xc2\x9b\xde\x73\xf9\xf9\xad\x29\xa3\x74\x9c\xe7\xfa\x2d\ \x47\x9e\x79\xce\x91\x2b\x7f\x7a\xcb\xca\xe8\xa2\x0b\xdf\x72\xc6\ \x32\xee\xb9\xde\xbe\x46\x26\x18\xa6\x6d\x9b\x02\x19\x0f\x5b\x06\ \xe3\x18\x0e\x47\xcc\x10\x13\x86\xef\x16\x8b\x3e\xed\x1b\x83\x57\ \x9e\x13\x6f\x3a\xea\x83\x1f\xbc\xf8\x33\xdf\xba\xee\x97\x7f\x99\ \xf5\xd5\x2b\x4f\xde\x3d\xa9\xe6\x96\x18\x7c\xe6\xc9\x9b\xee\x7e\ \xf6\x88\xb7\x7f\xe3\xcb\xef\x78\x03\x00\x9c\x78\xdc\x12\x3d\xfe\ \xbe\xdb\xee\x78\xf0\xe2\x93\x17\x54\x87\xd2\x17\xbc\xfb\x7d\x1b\ \x3f\xff\xb5\x6b\xaf\xfa\x5d\x4f\x45\xef\xe3\xe3\xd5\x1f\xff\xe4\ \x25\xcd\x11\x92\x1a\x10\x19\x63\x7b\xfa\xac\x91\x31\xce\x90\x21\ \xe8\xe1\xc1\x1d\x23\x5e\xe2\xed\x67\xbf\xe9\xf4\x05\x15\x40\xd2\ \x2b\xb5\xc1\x1e\xc3\x8f\xb0\xcc\x91\x0d\x77\x5e\x77\xef\xf6\x53\ \xde\xfb\x8d\x65\x15\xd6\x76\x2f\xd8\x86\x36\xe0\x5f\xc3\x2a\x7d\ \x69\xc7\x33\x01\xc2\x44\x01\x7a\x60\x9d\xf6\x4f\x67\xf1\x26\x71\ \xf4\xe9\x7a\xed\xcf\xf3\x77\x3e\xc2\xe6\xbf\x23\x72\xc1\xa5\xec\ \xf7\xd7\xa8\xcc\x89\x22\x9d\x52\x75\x0d\x60\x25\xb0\xa2\x95\xd7\ \x35\xd2\x8e\xc7\xb4\xaa\xa0\xcc\x7a\xe7\xcf\xff\xad\xab\xcf\x8a\ \xbe\xfb\x42\x9e\xfa\x33\x28\x0d\xe4\x43\x64\xae\xb5\x62\xbe\x77\ \xfb\x67\x9d\x35\xfd\xe2\x8c\xff\x0a\x1d\x7f\x81\xb7\xf1\x7b\x6a\ \xc7\xb3\x50\x5d\x83\xc9\xb9\xc6\xcc\x36\x5c\x35\x6c\x2e\x3b\xdc\ \xbf\xed\x53\xce\xea\x6e\xe3\x4c\xc3\xae\xb7\xa6\x07\x0c\x6d\x19\ \xc7\xbe\x05\x3b\xfe\xec\xae\x9e\x8c\x1c\x71\x22\x39\x79\x48\x2c\ \x32\x57\xcc\xf2\x6e\xf9\x8a\x6a\xf8\xa8\x59\xeb\x12\x26\x45\xd3\ \x6c\xb5\xe9\x2e\x77\x75\x87\x71\xd2\xfb\xc2\x61\xc8\xdf\x7a\x1b\ \xa0\x09\x00\xa0\x81\x37\x9f\x68\x9f\x3e\x83\xb5\x9d\xc8\x60\x8d\ \xdb\x3d\x66\x1c\xae\xe5\x23\xbf\x29\xac\xec\xb7\x2f\xfb\x3f\x73\ \xc6\x4c\xbf\x68\x99\xf3\xd2\xee\xaf\x3f\xee\x0d\x92\x75\xf1\xf7\ \xad\xa3\xde\x50\xd8\x0e\x34\xbe\xde\xf9\xdb\x4f\xb4\x17\xb3\xdf\ \xfa\x5d\x1c\xfe\x5b\xfe\x0f\x7f\x84\xea\x13\x23\xef\x79\xbf\xf1\ \xcc\x5a\x16\xab\x84\xfc\x23\xfe\x23\x7f\x52\x19\x17\xcd\xd2\x15\ \x4a\xdd\xb7\x46\x62\x03\x33\xea\xad\x05\x4b\x98\x7d\x07\x58\x42\ \x6e\xb8\xbe\xf0\xa7\x47\xcd\x37\x7d\xd3\x9e\xb7\xc0\x1b\x6f\x31\ \x67\x86\x8b\xbf\xf8\x98\x3f\x6a\xdb\x97\x37\xf1\xdd\xae\x54\x24\ \xbd\xfd\x51\xb2\x97\x59\x25\x05\x22\x04\xca\xcb\x1d\x5b\xc4\x61\ \x57\x46\x4f\x0e\x79\xf7\xfd\x9f\xb7\x79\x27\x08\x03\x84\xa5\xdb\ \xef\x53\xa7\x1e\x25\x66\xd4\xcb\xcd\x11\xd1\x50\xe6\xdf\xfa\x38\ \xb0\x0a\x72\x8b\x04\x11\xe3\x88\x0b\x61\xf3\x1f\xf2\x37\xdd\xc4\ \x5a\xdf\x1c\xb9\xf0\x48\x0c\xd5\x18\xc7\x9d\x07\xc3\x77\xe8\x81\ \x2e\xdd\x7a\x82\xb1\xf4\x68\x59\xf0\x8d\x86\x42\xf1\x97\x5f\x96\ \x13\x61\xfb\xca\x9f\x58\x2b\xde\xe0\xa9\x32\x46\x93\xce\xca\xeb\ \xe5\xe8\x24\x1a\xa1\x97\xd2\x7f\xf6\xed\x42\x86\x61\xf4\xf7\x0f\ \xdc\xf0\xa7\x3f\x65\x32\x99\x17\x88\x8f\xfa\xbe\x5f\x9e\x4e\x9f\ \x7a\xca\x29\x8d\x0d\xf5\xff\x04\x1d\x05\x00\xe9\x7a\xd1\x19\x47\ \x7d\xf0\x7d\x17\x7c\xee\xbb\x7f\xfe\xdd\x1d\x87\x7d\x70\xae\x85\ \x00\x00\x28\x50\x75\x6d\xeb\x9c\x2a\x12\xdb\xf2\xf0\xf7\xbe\xf5\ \xa4\x54\x24\x04\x75\xee\xcc\x66\x72\x3d\x5d\xe3\x72\x4e\x2d\xf0\ \xf2\xf9\xef\x7e\xef\x65\x5f\xfb\xe6\x2f\x7e\xbd\x26\x76\xd6\x7b\ \xff\xe3\xd4\x79\x69\xd7\x71\x59\xe8\x05\xa6\x0c\x3a\x3d\x67\xe1\ \x61\x73\x2a\x1f\xfe\xc3\x77\xbe\x39\x7a\xe6\xe9\x27\x1f\x3b\xbb\ \xa1\xc2\xe4\x6c\xcf\x1c\x54\xed\xbb\x46\xdd\xf2\x8f\x7c\x7a\xb1\ \xeb\x16\x27\xc7\x47\xb7\x3e\x75\xf7\xef\x6e\xb8\xf6\xfb\xca\xfe\ \xd6\x47\x2f\x88\x33\x5f\x11\x71\x43\x64\x7a\xd6\xaf\x6f\xef\x31\ \x62\x49\x6f\x70\xed\x43\xcf\x76\xbe\xed\xa8\x06\x74\xf6\x88\x8d\ \x22\xda\x42\xad\xba\xff\xea\x9b\xee\xdf\x22\x42\x56\x61\xa4\x53\ \x4c\xc1\xcf\xbe\xfd\x85\x30\x53\x14\xab\x3e\xff\x5d\xef\x59\x5a\ \x86\xde\xf3\x9c\xa4\x8e\xe7\xb7\x1e\x75\xc1\x07\x2e\xdc\xf4\xfd\ \x1b\x7f\x73\xfb\xb2\xd9\x73\x6c\x03\xa7\x1f\xac\xec\xea\xda\x3e\ \xea\x0a\x7b\xe3\x3d\xdf\xfe\xd6\xfd\xbe\x02\x83\xe9\xce\x81\x62\ \x61\xa2\xbd\x2f\xe7\xd7\x18\xca\xac\x5e\xfa\xde\xf7\x5e\xf2\x9f\ \xff\x7d\xf5\xef\x55\xe2\x4d\x1f\xfa\xd2\x71\xb3\x92\xae\xe3\x19\ \x21\x76\xc0\x79\x0b\xf1\x96\xd9\x47\x2e\xac\x79\xea\xb7\xdf\xfe\ \x5a\xdf\x19\x67\x9c\x7a\xec\xe1\x8d\x55\x71\xce\x70\xb7\x90\x22\ \x72\xe6\x8e\xdc\x71\xe3\x4d\xc6\xe2\x8b\xde\x79\xd6\x02\x00\xb0\ \x2d\x03\x01\x0c\x3b\x2c\x2c\x01\x6e\xa0\xa9\x01\x87\x20\x04\x4c\ \x80\x15\x22\xb7\xf0\x12\xf2\x39\x49\x83\x92\xa4\x14\x86\x2b\xd0\ \xcc\x91\x0e\xa1\x6d\xea\xde\x6e\x62\xa8\x47\xba\x48\x9f\x85\xaa\ \x4b\x8e\x4c\x8a\x45\xa7\x61\x74\xdc\x5b\x3d\xc1\xe7\x1c\x0b\x95\ \xe5\xf2\xa9\x2d\xa4\x2b\x4a\x93\x65\xf0\x26\xb4\x8b\x68\x18\x40\ \x04\xca\x87\x50\x25\x53\x05\x6f\x60\x04\xb8\x52\x7d\x3d\xb0\xa0\ \x85\x37\x9f\x66\x9d\xf3\x66\xbd\x73\x25\x58\x06\x69\x09\xa1\x24\ \x08\x47\x0f\x8f\x02\x22\xec\x4e\x4b\x54\x2e\xc4\x0e\x33\xe7\x2e\ \xc1\x29\x1e\x9e\x99\xe4\x15\x2d\xe6\x1b\x4e\xa7\xe1\x26\x51\xd7\ \xc0\xce\xfc\x02\x56\x2e\xe4\x91\xa2\x35\x6f\x1b\x02\x53\x3b\x9f\ \xf6\xd7\x3d\x4b\xd6\x82\xc8\x29\x73\x99\x75\xdb\xee\x28\x1e\x46\ \xca\x59\x72\x4a\xef\xb8\xb3\x78\xfb\x23\x72\xd2\x32\x19\x02\xe3\ \x80\x9a\xa6\x46\x01\x0d\x4c\xa4\xc0\xef\x97\x93\x79\x50\xa4\x86\ \xbb\xcd\xd6\x54\xc9\xcd\x89\x8c\xa1\x11\xc6\x48\x82\x3a\x3b\x34\ \x01\x4c\xf5\xea\x5c\x98\xc5\x94\xfb\xb7\xaf\xd3\x09\x6f\x0b\xbd\ \xf3\xfb\x6a\xf5\x35\xce\x13\xab\x00\x09\xe2\x4b\x43\x17\x5f\x09\ \x43\xab\x14\xb7\x41\x17\x81\x21\x68\x0d\x8c\x23\x47\xca\x0e\x53\ \xb5\x81\x89\x24\x78\x83\x2a\x93\x07\xb4\x9f\x73\xea\x4e\x0b\x91\ \xfd\x5c\x84\x12\x05\xc8\x41\xf7\xaf\x5f\x77\xb5\x29\x8e\xff\x54\ \xf8\x8c\xb7\xa8\x9d\xff\xad\x3c\x02\xc6\xc9\xe9\xf6\xd6\x76\xd9\ \xf3\x8f\x95\xcc\x62\xce\x3a\xbf\x77\x04\xad\xaa\x92\x6b\x0c\x63\ \x21\xbd\xb9\x8f\x14\x82\xf2\x80\x08\x8c\x30\x46\x0d\xea\x07\x4c\ \x55\xab\x4d\x37\xfa\xdd\xab\xb1\xfc\x6c\x98\xe8\xd3\xd9\x02\x28\ \x5f\x0d\x4c\x88\xb2\x2a\xf9\x97\xef\x39\x70\xb9\xfd\xb6\xef\xe8\ \xf6\xdb\x9c\xbf\xdf\x4b\x9a\xbf\xe8\x1c\x8b\x88\xc0\xb0\xc0\x30\ \x81\xf6\x8a\xbe\xb9\xae\x3b\x77\xee\x9c\x9f\xff\xec\xa7\x9e\xe7\ \xe3\x81\x93\x9b\x48\x6b\xcb\xb6\x5b\x5b\x5b\xdd\xd7\x3f\x3e\xba\ \xfb\x1a\x7c\x47\xcd\x3e\xfe\x2d\xef\xde\xb8\xe1\xe7\xd7\xfd\x7a\ \xe6\x25\x47\x1b\x06\x03\x00\x04\x95\x77\x7d\x09\x82\x73\xed\x79\ \xbe\xd4\xe4\xf9\x50\x33\x6b\x69\x43\x59\x75\xa5\xa1\x95\x46\x22\ \x0c\x27\xca\x42\x16\xb9\xd9\x52\xc2\x29\xee\xd5\x2c\xfb\xb9\x55\ \x0f\x53\x73\xde\xff\xf9\x2f\x35\xdf\x76\xdb\x43\x4f\xde\xf6\xc5\ \xdb\xfe\x34\xff\xc4\xf3\xdf\x73\xf9\x05\xcd\x71\xb6\xa7\x39\x86\ \x5c\x58\x86\x19\x8a\xc4\xca\x2b\x6b\xe7\xce\x9d\xa9\x06\xb7\xff\ \xf8\xd1\x87\xda\x2f\x39\xe5\xf0\xda\xb0\x52\xcc\xd4\xe3\x37\x5d\ \xfb\xeb\x87\x86\xcb\x3e\xf2\xb9\x8f\xec\xf8\xcb\x0f\x6f\xf8\xd5\ \x6f\xe6\xb6\x7c\x71\x59\x95\x70\xf6\x30\xda\x88\x40\x18\x56\xc8\ \xb6\x99\x65\xfa\x82\x01\x90\x69\x5a\x96\x50\x60\x87\x8c\x03\x3d\ \x09\x52\x8e\xb2\x4e\x7c\xeb\xfb\x37\x6e\xfa\xfc\x35\xbf\xba\xfa\ \xd2\x93\x2a\x44\xe9\x48\x52\x9e\x97\xd3\x5c\x18\x4c\x79\xae\x56\ \x04\x3e\x40\xcd\xac\x37\x34\xc7\x6a\xe2\x02\x34\x00\x10\xc6\x12\ \xa9\x30\x97\x25\x73\x19\xf7\xd8\x17\x6a\xbf\x0e\x2e\xe9\x7b\xe5\ \xb3\x8f\xfb\xc2\x57\xe2\xb7\xdd\xf2\xb7\x27\x6e\xfd\xd5\xdf\x6e\ \xbc\xf6\xc4\xf3\x2e\x7f\xc7\x45\xc7\x27\x98\x2e\x39\x6f\x99\x10\ \x03\x6b\xee\xbf\xe3\xa9\xd1\x85\x17\xc0\x53\xf7\xdd\xa3\x00\xc6\ \x37\x76\xf8\x40\xdb\x9f\xbe\xff\x89\xf0\xe1\x0b\x5a\x2b\x21\xd8\ \x84\x20\xe0\xd0\x93\x51\x14\x26\xc6\xd3\x30\xdc\x09\x70\x70\x3a\ \x8a\x1c\xad\x08\x46\x53\xac\x72\x9e\x75\xd6\xa5\xd0\x7e\x8b\xec\ \x6f\x67\x63\x53\xe6\xf2\x53\x78\xf7\xed\x6c\xc9\x09\x4c\x75\xe8\ \xec\x98\x5a\xbb\xc6\x7c\xfb\x7b\xd8\xba\x5f\xe5\x1f\x9f\x08\x5f\ \xf6\x41\xe6\x6c\xc8\x77\x76\x42\xe3\xc9\xd3\x85\xef\x91\x03\x43\ \x20\x02\xe4\x18\xaf\x81\xfc\x7d\xca\x8f\x98\x87\xbd\x41\x3e\xbe\ \xdd\x5c\x7e\x38\x0d\xdf\x4b\x95\x4b\x98\x39\x5c\xb8\xeb\xd7\xb8\ \x90\x87\x8f\x88\x40\xa6\x53\x4f\x0a\xe3\xa8\x13\xe5\x3d\x8f\x61\ \x28\x0e\x6c\xa0\x14\xbf\x02\xaf\xa3\xf8\x87\xcf\xa3\x29\x30\x39\ \x9b\x57\x45\xd5\xce\x2d\xaa\xf3\xd9\x42\xff\x23\x80\xc4\x17\xc6\ \xac\x86\x31\xbf\x6b\xb3\x98\x37\x6a\x2d\x3d\x81\x6f\x18\xe2\x6d\ \x0b\xf4\xf8\x2a\xf2\x76\x79\x2b\x05\x53\xdb\x6e\x2f\xdc\xf6\x08\ \x0a\x03\x38\x07\x1e\x01\xc6\x00\x11\x10\x81\x71\xe0\x82\xfa\xb7\ \x69\x76\x9e\x35\x7f\x9e\xb3\x93\xcc\xf9\x8b\xf4\xe6\xfb\x29\xdf\ \x8a\x91\x26\x5e\x51\x43\x39\xad\xfa\x77\x98\x8b\x4e\x35\xd6\x76\ \x50\xd3\x49\x3c\x3a\xe2\x8f\xe7\x80\xc0\xbb\xf7\xfb\xea\x88\xcf\ \x85\x8f\x7e\xb3\xf7\xf4\x53\xca\xd7\x2c\x39\x8f\x27\xa1\xf0\x87\ \x5f\xa9\xe4\x39\xa2\xe9\x0d\x80\x00\xc8\x00\x19\x20\x02\x13\x68\ \x70\xea\xdf\x42\xe2\x5c\x73\xc9\x52\x77\xd3\x24\x86\x42\xcf\x13\ \x2d\x9c\x9e\xdc\x68\x05\x89\x2a\x9e\xaa\xa1\x5c\x1e\x6d\x7b\xcf\ \x3d\xcb\x90\x29\x7f\xed\x9d\xe6\x3b\x3f\x16\x6a\xf2\xe5\xdf\xbf\ \x4d\x45\x00\x1b\x81\x71\x50\x59\xdd\xd9\x6d\x2e\x3b\xdd\xd8\xb6\ \x93\x22\x49\x14\x06\x14\xc7\xf5\xe0\x38\xf7\x07\xfd\xc7\xee\x07\ \x33\x46\xc5\x51\xa8\xda\x04\x15\x17\x1b\x6d\x6d\xde\x70\xc2\x98\ \x53\xad\x9e\xd9\x0a\x06\x97\x0f\xff\x52\x0d\x5c\x14\xbd\xf4\x22\ \x7f\xf5\xc3\xfe\xa8\x8b\x2f\x9a\xc8\xad\x35\xd8\x31\xb4\x23\xfb\ \x48\x87\x52\x2a\x91\x48\x9c\x70\xfc\xf1\xf4\x82\x45\x6e\x11\x01\ \x00\x1d\xc7\xf1\x7d\xff\xf5\x8e\x8f\xee\x21\x3c\xda\xa1\xc8\xa9\ \x97\xbc\x77\xed\x96\x6f\xfe\xe1\x86\x5b\xc1\x37\x1a\x18\x68\x10\ \xe5\x31\x1b\x00\x16\x9d\xfa\xae\x0f\x9f\x39\x03\xb4\x22\x00\x64\ \x1c\xb4\x2c\xe6\xf3\x1e\x18\x66\x7e\xe7\xb5\xbf\xb8\x6a\xac\xfe\ \xb4\x77\xad\x18\xb9\xe9\x8f\xbf\x68\x6b\xfb\xc6\xb9\x0b\xd2\xbe\ \x46\x23\x6a\xa1\x9f\x2f\x7a\x45\x26\xd2\xa0\x60\xcf\xbb\xd2\x4a\ \x85\x2a\x66\x5d\xfc\xde\x4f\x9d\xfe\xa6\xde\x55\x7f\xbf\xe9\x67\ \xd7\xfc\xf1\xea\x58\xd5\xe7\xaf\x3c\x59\x78\xee\x6e\x7b\x4c\x08\ \x03\x49\x4a\xe9\x4b\xa5\x8c\x48\xb8\xa2\xb6\x0c\xdc\x11\xd7\x97\ \x88\xcc\xb4\x70\xf3\x3d\x7f\xba\xf1\xef\x5d\xc7\xbf\xe3\x4b\xe7\ \x9c\x7c\xc2\x70\x64\xe8\xd9\x2f\xff\xf2\xaa\x3f\xde\x3d\xe3\x63\ \xe7\x87\x50\x4d\x9f\x81\xc8\x95\x6c\xc1\xf1\x6f\x5d\x7e\xaa\x40\ \xc6\xb7\xdc\xfc\x9f\x1f\xbf\x0d\xaf\xfc\xe4\x57\xe6\x54\xa0\x96\ \xbe\x5b\x2c\xba\x07\x2a\xd7\xa0\x3c\x1d\x69\xb8\xe4\x3d\x97\x6f\ \xfb\xda\x4f\xff\x78\x4b\x95\x6f\x1a\x08\x04\xcc\x88\x45\xca\x99\ \xa2\xc5\x6f\xfc\xe0\xfb\x8e\xae\x01\x2d\x09\x10\x19\x07\x92\x85\ \x5c\x5e\xa1\x29\x32\xed\x57\xfd\xe2\x77\xee\xdc\xb3\x2e\x4d\x74\ \xdf\xfe\xbb\x9f\xce\x69\xfd\xfa\xa9\xb3\xcb\x14\x50\xc8\x12\xe4\ \xba\xc5\xac\x27\xcc\x90\xe7\xef\xd5\x08\x4a\x41\xc5\xcc\x15\xef\ \xfd\xf4\xb2\x0b\x7a\xdb\xef\xbd\xf9\x0f\xd7\x5c\xf7\x8b\x48\xed\ \x8c\xf7\x9f\xd4\xa0\x5c\x59\xea\x10\xc5\xc9\x7c\xaa\x3e\xd5\xf1\ \xf8\xed\x5b\x1e\x52\x88\xa8\xa4\xef\x6a\xf5\xec\xdd\xd7\xfb\xa2\ \x7c\xe1\xac\x5a\xd2\x5e\x30\x6e\x07\x1c\x62\x3a\xaa\xd1\x0a\x41\ \x5d\x1b\x0d\x76\xe0\x41\x2d\x60\x51\x34\x31\xca\x96\x9c\x1b\xae\ \x3e\x09\x05\xa8\x9d\x7f\x29\x3c\x78\x0f\x30\xe5\xdf\xff\x6b\x76\ \xce\x7b\x22\xef\x7e\x03\xa9\x29\xe7\xb6\x5f\x28\xcf\xc0\x9e\x27\ \x54\xe6\x4d\xd0\xbb\x5d\x77\x76\xa9\x89\x2c\x0d\xac\x54\x53\x9a\ \x91\x47\xc5\x42\x29\xf7\x90\x0a\x79\x60\x24\xb7\x3d\x45\x0b\xcf\ \x31\x1b\x6f\x2f\xde\x72\x5d\xf8\x8d\xef\x8c\xcc\x23\xc8\x6d\x75\ \xfe\x76\xaf\xf4\xb6\xf9\x73\x3e\x10\x79\xdf\x0f\xc8\xac\xa4\xde\ \x5b\xc8\x1f\x70\xef\xfc\xa5\x7d\xce\xdb\xc2\x57\x9e\x8e\xd1\x94\ \x7a\xe6\x7e\x00\x06\xc8\x40\x15\x68\x2c\x4b\x52\x42\x4e\xa8\xc9\ \x41\x3d\x36\x4c\x79\xa9\x9d\x09\x92\x1e\x56\xf6\xeb\xf0\x28\x39\ \x53\xfe\x23\xbf\xe3\xe7\x5d\x19\x7e\xf7\x62\xf0\xfa\xdd\xdb\xef\ \x24\xb4\xa6\xc7\x11\x27\x4f\x12\xd0\x0c\xa1\x69\x02\x49\x92\x9a\ \x9c\x1c\x94\x8a\xc2\x78\x79\x32\x19\x8c\x3f\xeb\xde\x7d\xbb\x75\ \xe2\x27\x23\xc7\x03\x0d\xde\x57\x7c\x7a\xbd\x56\x23\x7e\xcf\x31\ \xf6\x25\x5f\xd3\x5d\x7f\x2f\xde\xfd\x1b\x37\xf1\xb1\xd0\xbb\xbe\ \x45\x5a\xfa\x77\xfd\xd8\x1f\xd6\xe6\x29\x1f\x34\x5b\x53\x60\xd8\ \xfe\x93\x37\x68\xc9\x91\x1b\xd4\xff\x80\xd7\x3e\xc7\x7e\xc7\x0f\ \x40\x47\x71\xf2\x19\x92\x00\x5e\x9e\x3c\x09\x88\x20\x8b\x24\x81\ \xc6\x56\x15\xef\xbc\x39\x74\xd2\x47\xc5\x0a\x87\xc5\x5c\xef\xe9\ \xf1\xbd\x13\xbe\x24\x15\x73\x40\x00\x5a\x62\x7a\x81\x75\xd2\xb9\ \x4c\x00\x60\xd6\xb9\xe3\x97\xca\x65\x50\x0a\xe4\x09\x13\x47\xd6\ \xf8\x3b\x86\xec\x59\x79\x7f\xc3\x16\x32\x2c\x24\x45\x4e\x1e\x50\ \xfa\x4f\xfc\x82\x57\x7e\x28\x74\xf9\x7f\x13\xc4\x68\xf8\x09\x72\ \xc6\xdd\x3b\x7e\x16\x7e\xd3\x65\x91\xf7\x9c\x4a\xce\xa8\x7b\xf7\ \x8f\xfd\xde\x47\x8a\x7f\x6f\xb5\xcf\xf8\xb2\x81\xa0\x77\xfc\xc5\ \x7d\x72\x1d\x5f\xf1\x21\x7b\x71\x33\x70\x4b\x3e\x79\x8b\x9a\x72\ \xf1\x20\xb2\xcf\x48\x4b\x2a\xaf\x63\x89\x0a\xda\x7b\xd5\x8a\x65\ \x59\x5b\xb6\x6c\xf9\xe9\xcf\x7f\x5e\xc8\xe5\x5f\xa0\x42\x9f\x54\ \x2a\x91\x88\x7f\xe4\xc3\x1f\x6e\x69\x69\xf1\x7d\xff\x25\xe8\x28\ \xe7\x5c\x08\xf1\xfc\x7a\x0b\xa5\xad\x60\x5e\x72\x96\x80\xef\x9a\ \xe9\xb9\x97\xbf\xe3\xdc\x2d\xdf\xfc\x75\x9f\x5b\x86\x48\x92\xa0\ \x71\xd1\xd2\xd9\x95\xb7\xdd\xf7\xe7\xab\x16\x34\x7c\xe0\xc8\xb6\ \x6a\x93\xa9\xc9\xe1\xfe\x22\x0b\xc5\x43\xb6\x2d\xbc\x87\xfe\x78\ \xd5\xbd\x3b\xec\x0f\x7f\xe7\xbd\x67\xd7\x8d\x8c\x6c\xfd\xec\xd5\ \x3f\xbf\x76\xce\xb7\x3e\xde\x96\x84\xf4\xac\xd9\x29\x76\xef\xc3\ \x8f\x3e\x7a\xcc\xa2\x8b\x1b\xcb\x42\x1e\x2f\xad\xb0\x24\x64\x4c\ \x17\xb2\xe3\x1e\x56\x54\x56\xa6\x6a\x67\x9c\x7c\xea\x31\xb7\xde\ \xf2\xc0\xe8\x50\x7f\x51\xf3\x04\xc0\xf4\x52\x32\xf0\x07\x7b\x7a\ \x20\x52\x55\x57\x99\x40\xe5\xf6\x6c\x7c\xe4\x9e\x7f\x6c\x0e\xb7\ \x1c\x5d\x5b\x16\x43\x61\x14\x7a\x9e\xfe\xed\x75\xb7\x8b\x85\x67\ \x5c\x76\xde\x91\x58\xc8\xd5\x2e\x3b\xeb\x1d\x17\xac\xfa\xf6\x8d\ \x7f\xfc\xeb\xf2\xc5\xef\x3c\xbe\xc9\x75\xfc\x5d\xb3\x2f\x90\x9e\ \x93\xf3\xc0\xb0\xac\x82\xeb\x2b\x89\x85\x42\xce\x2b\x4e\xe7\xeb\ \xbe\x80\x7f\xc1\x77\xbd\xf4\xdc\x13\x2f\x3b\x7f\xdd\x37\xae\xba\ \x5f\x46\x53\x08\xa0\x25\x9b\x31\x77\xd1\xec\xd4\x6d\xf7\xfc\xfe\ \xd7\x0b\x2b\xae\x5c\xde\x52\x29\xc0\x1b\x1f\x1a\x95\x3c\x14\x09\ \xdb\x16\x2f\xdc\x7b\xfd\xaf\x1f\xec\x4f\x7d\xf6\x7f\x3e\x70\x7c\ \xa2\xa3\x7f\xdb\x17\x7e\xfd\xeb\xeb\x67\x7d\xed\x83\x4d\x51\xd1\ \x38\xa3\x31\xa6\x1f\x78\xfc\xe1\x07\x8f\x9d\x7f\x7e\x5d\xdc\x52\ \xbb\x1b\x01\xa1\x98\x9b\x98\xa0\x70\x75\x55\x59\x55\xeb\xe2\x53\ \x8e\xda\x76\xc7\x5d\x2b\xfb\xfa\x33\xc0\xb0\x64\xcb\x4a\xcf\xad\ \x3f\xea\xd2\xff\x3d\xf2\x92\x69\xaf\x4c\xc8\xee\x79\xe0\x0f\x5f\ \xf9\xe5\x9d\xa7\x7c\xfc\x7f\xdf\x71\x54\xfa\xf9\x5e\x8b\x80\x80\ \x43\x40\x47\x09\xed\x30\xd6\xcf\xd1\xcf\xdc\xc5\x89\x5e\xcc\x89\ \x87\x28\xc0\x7f\xf0\x1b\xf2\x31\x0b\x38\x03\xe9\x50\x21\x0f\xcc\ \x00\xd3\xa6\xa9\x4d\xce\x0d\x5f\xc0\x50\x08\xbc\x2c\xb9\x0a\x4d\ \x1b\xfc\x81\xe2\x8f\xaf\x00\x52\x18\xd2\xce\xef\x3e\x0c\xa4\x31\ \x92\xa2\xae\x3b\x0a\xd7\x20\x60\x18\x72\xed\xc5\xab\xbe\x06\x1a\ \x40\x3d\x98\xff\xc5\x93\x08\x12\xdc\x7f\x14\x7e\xf7\x0c\x5a\x82\ \x8a\x53\xa0\x18\xe2\x76\xe7\x86\x2f\x60\x28\x0c\x24\xc9\x2d\x82\ \x88\xd1\xc0\xe3\xc5\xdf\xad\xc1\x50\x08\x94\x4b\x9e\x0b\xdc\xda\ \x65\xb1\x09\x30\x05\xe4\x77\x14\x7f\xff\x1d\xd0\x80\xa6\x28\xf9\ \xc6\xd4\x86\xdf\x15\x36\x12\xd8\x49\x98\xda\xe4\xfc\xe1\x0b\x18\ \x0a\x91\x93\x01\x49\xc0\x39\x00\xa0\xa5\xdc\xdb\xbf\x05\xa0\xd1\ \x34\xa7\xa3\x61\x46\xce\xf9\xf3\x57\x80\x34\x0b\x1b\xfe\x63\x3f\ \xf0\x81\x20\x14\x52\x1b\xfe\x52\xd8\x7e\x2f\x0a\xa0\x42\x06\x40\ \x20\x0e\xbb\x37\x7d\xd1\x0b\x45\x40\x7b\xe4\xe7\xbd\xdb\xfe\xcb\ \x0f\x47\x41\x15\xa8\xe8\x22\x37\xfd\x47\x7f\x2e\x57\x1a\xa0\x5d\ \x2a\xe4\xa7\x97\xc3\xaa\x11\xf7\xd6\x6f\x78\xa1\x28\x80\x22\xaf\ \x08\x28\xfc\xbb\xbf\xe7\x83\xc6\x58\x44\xad\xfb\x63\x7e\x3d\x80\ \x61\xe9\x8d\x37\xe7\xb7\xdf\x8f\xa6\x00\xbf\x48\x52\x82\xb1\x6b\ \xf1\x28\x9a\xe0\x6e\x2f\x5e\xfb\x55\x20\x85\x96\x45\x3d\x8f\x39\ \xd7\xaf\x02\x86\xe0\x66\xc9\x93\xf0\xdc\x3a\x25\x06\xa6\xf6\xef\ \xf8\x82\x8f\x00\xca\x44\x81\xe0\x76\x17\x7f\xfb\x75\xd0\x0a\xe5\ \x80\x7b\xd3\x57\xbd\x48\x6c\x7a\x99\x29\x85\x61\xf4\x99\xc2\xef\ \x36\x62\xc8\x06\x2d\xc9\xf3\xd1\x20\xf5\xf4\x55\xf9\x0d\x37\x21\ \x57\x94\xcf\x02\x9a\xea\xd9\x6b\x0a\x1b\x2d\x20\x9f\x0a\xb9\x69\ \x9f\xc1\x8b\xf6\x20\x25\xb1\xba\x95\x25\x2b\xc8\xc9\xef\x15\x43\ \x67\x2c\x97\xcb\x6d\xda\xb8\x29\x9b\xcd\x8a\x03\x2f\x32\xf6\x7d\ \x99\x2a\x2b\xcb\x17\x0a\xcf\xd7\x3e\xf1\x82\x46\x30\x8d\x8f\x8d\ \x45\x23\x11\xa5\x34\x00\x79\x9e\xc7\x18\x33\x0c\x83\x88\x4c\xd3\ \xcc\x66\x32\xdc\x78\x91\x69\x21\x02\xb9\xc5\x42\xbe\xe8\xec\x36\ \xcf\x3c\xc7\x6b\x38\xec\xcc\x4b\x4e\x7b\xfa\x5b\x7f\x58\x5b\xf4\ \x94\x56\x1e\xaf\x5c\xf4\xae\x2b\x2e\xfd\x9f\x9f\xfc\xf1\x07\x5f\ \xfd\x8f\xba\x9a\xb4\xc9\x29\x37\x95\x59\xfa\xb6\x4f\xbe\xff\xa4\ \x79\xdd\x2b\xff\xfc\x8b\x1b\x9e\x58\xfa\xf6\xaf\x9d\x34\x3b\xee\ \xe9\xe8\x65\xef\xbe\x78\xf5\x97\x7e\xf9\x8b\xeb\xe7\x7f\xf5\x3d\ \x67\x26\x9b\x8f\x7e\xf3\x19\x8f\xff\xe2\xf6\x3f\x7d\x7e\xc7\x13\ \x15\x89\xb0\x2e\x4c\x6c\x1b\x85\xa5\x26\x17\xdc\x18\xd8\xf2\xd8\ \x8f\x7e\x7b\x9b\x1b\x2f\x0f\x09\x2c\x4e\x0e\xf6\xa8\xf4\xf9\x47\ \x1d\x99\xc0\x52\x31\x25\x40\x26\x84\x3b\x7c\xef\x1f\x7f\xf0\x8f\ \x0e\xac\x2c\x0b\x83\xf2\x46\xfb\xbb\x33\xa2\xfe\xb2\xf7\x5c\xd4\ \x9c\x34\xc1\x19\xbf\xeb\x0f\xbf\x79\xa2\x3f\xf9\xf1\x4f\x5c\xd4\ \x1c\x51\x45\x57\x31\xb4\x8e\x39\xf7\x92\x37\x3c\xf6\xb9\x1b\x7e\ \x73\xd5\xe2\x99\x5f\x5c\x5a\x25\xdc\x7d\xca\xfd\x10\x09\x2b\x52\ \x96\x40\x81\x07\xd8\x41\x98\xb4\x53\xc8\x15\x76\x09\x30\x90\x76\ \x5c\x63\xf9\xd9\x17\x9f\xf1\xcc\xda\x3f\xae\x9a\xf0\x14\x69\xe9\ \x85\x1a\x97\xbe\xf3\xca\x8b\xff\xe7\x67\x7f\xfd\xce\x17\xb7\xd5\ \xd7\xa4\x0d\x94\x99\x09\xef\xa4\x2b\x3e\x7c\xf1\x71\xf3\x3a\x1f\ \xb9\xf1\x97\x37\xad\x3d\xe6\x7d\xdf\x3c\xa6\xd9\xd6\x34\xe7\x9d\ \xef\x3c\xff\x53\x5f\xbf\xf6\x57\x37\xcc\xff\xfc\xbb\x4e\xaa\x58\ \x78\xc2\x79\x27\x3e\xf9\xdb\x07\xae\xfd\xdc\xb6\x87\x2b\x12\xb6\ \x9f\x9b\xd8\x5e\x30\x17\x1b\xcc\x14\xb8\xfd\x89\xeb\x7f\x7a\xf3\ \xd6\x54\x2a\xce\x51\x4f\x0e\xf7\x39\x15\x4b\x4e\x3a\xb2\x51\xfb\ \x6a\xcf\xac\x65\x21\xd8\xee\x30\x3b\x23\x99\xcf\xe7\x25\x70\xc1\ \x98\x0b\x81\x53\x37\xe0\x90\x54\x52\xdf\x13\x33\x97\x78\xb5\xb3\ \xf8\xe0\xf6\xe7\x2a\x00\xbc\xd0\x10\x26\xc9\xf5\xa7\x87\x22\xc3\ \x9a\x8e\xc7\x70\x13\x48\x52\x21\x03\x80\x50\x4a\x2a\x41\x04\x2d\ \x01\x11\x90\x81\xd6\xd3\x95\x7a\x48\x81\x2e\xf9\xf2\x08\xa4\x04\ \x44\x60\x0c\xa4\x4b\x88\x20\x4c\x50\x0e\x15\x08\x80\x03\x47\x00\ \x06\x24\xa9\x30\x35\xfd\x45\xa5\x03\xc8\xa7\x82\x77\x80\x62\x46\ \xbb\x4e\xf8\xdc\x0b\x72\xfa\xbb\xb8\xf1\xdc\xb5\xed\x59\x60\x41\ \xc9\x7d\xeb\x07\xa9\x5d\x67\x50\x72\xda\x3a\x10\x0c\xfc\x02\xf9\ \x00\x68\x00\x02\x00\x07\xd2\x54\xcc\x00\x20\x30\x03\x80\xa6\xff\ \x16\x06\x00\x81\x5f\x24\xbf\x00\x80\xcf\xd5\x94\xc0\xd2\xf1\x7b\ \xdc\xc5\xee\x2f\x9d\x6e\x0a\x06\x82\x81\x2c\x92\xa4\xfd\xdd\x17\ \x3d\x77\x49\x24\xc9\xc9\x4d\xd7\x7f\xda\x67\xb1\x2f\x32\x20\x0d\ \x04\xbb\x64\x6f\x57\x53\xf0\xdd\x57\xb8\xeb\xdb\xb9\xb1\x57\x1b\ \x22\x03\x81\xe0\xe5\x08\x60\xfa\x9a\xa5\x4b\xd2\x99\x9e\x9d\x1c\ \x94\x19\xa7\x75\x28\x2e\x16\x1d\x4f\xcf\xdb\xd3\xdb\x75\xdd\xb9\ \x73\xe7\xfe\xec\xa7\xff\xe7\xf9\x3e\x3b\xf0\xfc\xac\x24\x7c\xf5\ \xf5\xf5\xcf\x5f\x3f\xca\x3f\xff\xf9\xff\xd8\xef\x67\x4c\xd3\xbc\ \xe7\x9e\x7b\xff\x74\xe3\x8d\xf7\xde\x77\xdf\x5d\x77\xdd\x75\xf7\ \x3d\xf7\x6c\xdb\xd6\xfe\xf7\x7f\xfc\xe3\xcf\x37\xfd\xe5\x9e\x7b\ \xee\xbd\xe3\x8e\x3b\x57\xad\x5a\x75\xc4\xe1\x2b\xe6\xcd\x9b\xbb\ \x8f\x85\xbb\xa7\x8a\x22\xe8\x42\xc1\x4d\xd6\xcf\x5c\x32\x77\x66\ \x84\x6b\x4d\x00\x40\x9a\x85\x9a\x1a\x6a\x0d\xc3\x68\x9e\xb3\x78\ \x56\x7d\x52\xfa\xba\xa2\x75\xfe\x51\x47\x2e\x8a\x0b\x2d\x35\x86\ \xc2\xf1\x86\xd9\x4b\x8e\x58\x3c\xbf\x2a\xc6\xbb\x36\xad\xce\x95\ \x2d\x7f\xfb\x45\x27\x25\xb9\xf6\x7c\x9d\xac\x6d\xa9\xb6\xfd\xa9\ \xa2\x35\xb3\xad\x25\x62\x85\x66\x2e\x3a\x6c\x4e\x7d\xdc\xf7\xa4\ \xb0\xec\x58\x45\xc3\x11\xc7\x9d\x7c\xd2\x31\x4b\xd3\x31\x13\x38\ \x07\x2d\x3d\x45\xa6\x1d\xaa\x68\x5a\x78\xe1\xa5\xef\x3c\x7d\x79\ \x33\x3d\x57\xcd\x8f\x08\xcd\xb2\xf2\x74\x48\x80\x06\x16\x8e\x95\ \xcd\x39\xfc\x94\x77\xbe\xfb\x9d\xc7\xcd\xa9\xd2\x52\xf9\xb9\xbe\ \x75\x5b\x46\xda\x4e\x7c\xd3\x9b\x8e\x99\x8b\xca\x27\x00\xd2\xda\ \x88\x57\x36\x96\x47\x3c\xc7\x2f\xaf\x6f\xae\xaf\x8c\xef\x13\x3b\ \xd4\x4a\x25\x5b\x0e\x3f\xe7\xa4\xc3\xcb\x42\xa8\x9f\xbf\x00\x13\ \x11\x94\x5f\xf0\x54\xcd\xac\x25\x0b\x66\x55\x61\xe9\xb3\xa4\x59\ \xa8\xac\xa1\xbe\x92\xb1\xc8\xbc\xa5\xcb\x1a\x62\x86\x2f\xb1\x66\ \xc6\xa2\xa3\x0e\x9f\x17\xe5\x5a\x12\xda\x91\x44\xcb\xbc\x25\x87\ \x2d\x59\x50\x19\xc5\x1d\xab\xd7\xf8\x8d\x6f\x78\xdb\x1b\x8f\x8b\ \x73\xe9\x4b\x2a\xaf\x6f\x2e\xe3\x2a\xa3\xed\x59\x33\x9a\xc3\x76\ \x74\xf6\xe2\xc3\xda\xaa\x23\xbe\xaf\x0d\xcb\x4a\x54\x36\x1d\x79\ \xc2\xa9\x27\x1d\x39\xbf\x3c\x6a\x32\x60\xa4\x7c\x05\xdc\xb2\x23\ \xcd\x0b\x8e\xba\xec\x8a\xb7\x2f\x6f\x8a\xfb\x52\x1d\xe8\x49\x49\ \xa7\xe8\x1b\xf1\xb9\x8b\x96\xd4\x25\x0d\x15\x2c\x23\x0d\x38\x64\ \x5d\xbb\xd1\x32\xf2\x1c\xea\x5c\xcf\x48\xbf\x78\xee\x6e\x29\x82\ \x88\xcf\x1b\xf4\x9f\xff\xe2\xee\xbf\x71\xb7\x5c\xe1\x5e\x2f\xee\ \xe7\x30\xdc\xcf\x3f\x0f\x74\xc0\xfe\x42\x6d\x7b\x8f\x95\x2f\xf8\ \x41\x7c\x5e\x11\xbe\x7d\x8e\xdf\xeb\xb3\xfb\xbd\xcd\x83\xb8\xbc\ \x7d\xee\xe2\x40\x4d\x71\xa0\xfb\x7a\xee\x45\x7c\x91\xc3\xf6\xdb\ \xf2\xf0\xa2\x6d\xf8\x52\x5a\xf8\xf9\x32\xea\x39\xb4\xf0\x04\xe3\ \xa8\xf3\x60\x7f\x35\xe9\x84\x10\x55\x55\x55\xd5\xd5\xd5\x55\x2f\ \x48\x79\x79\x39\xec\xaf\x36\xdc\x01\xf7\x1f\x0d\x85\xec\xaf\x7f\ \xfd\x9b\x8f\x3f\xf1\x84\x6d\xdb\x52\xca\x74\x3a\xfd\xc3\x1f\xfc\ \xef\xe6\xcd\x5b\xbe\xfe\x8d\x6f\x98\xa6\x49\x44\xae\xe7\x7d\xe8\ \x03\x1f\x78\xe3\x1b\xcf\x29\x14\x0a\x2f\x90\x19\x60\x87\xc2\x06\ \xaa\x42\xa1\xa8\x9e\xbb\x63\x42\x6e\x86\x43\x96\xf2\x1c\xc7\x95\ \xa5\x47\xc5\xb8\x61\x59\x66\xa9\xf0\x10\x69\xe5\xb9\x8e\x27\xc9\ \xb0\x43\x21\x03\x0b\x85\xe2\xae\x91\x1d\xad\x50\xd8\x60\xaa\x50\ \x70\x34\x01\x20\x33\x4d\xcb\x30\x38\x96\xa2\xaf\x5a\xf9\xbe\xe7\ \xfb\x0a\xb9\xb0\x2c\x4b\x70\x56\x7a\x59\x7a\xae\xe7\xef\xbb\xb6\ \x93\x1b\xa6\x69\x18\xa5\xaf\xd3\x4a\x7a\x9e\x27\x4b\x15\x6e\x91\ \x87\xc2\x21\xa6\xfd\x42\xd1\xa5\x3d\x6e\x43\xd8\xa1\x90\xc9\xdd\ \x62\xc1\xf3\xf7\x1b\xf9\xdc\x5d\x7d\x6f\xbf\x6d\x20\x42\xe1\x10\ \x2a\xb7\x50\xf4\x76\xb7\x01\x11\x08\xd3\x0a\x59\xc6\x9e\x75\xea\ \x99\x30\x2c\x73\xba\x11\xb4\x96\x9e\xe3\xfa\x8a\xcc\x50\xd8\xe2\ \xb4\x47\x89\x7c\x66\x87\x43\x02\x54\xa1\xe8\x28\x02\x44\x66\x5a\ \x96\x59\xf2\x45\x94\x1a\xc1\xf3\x3c\xa9\xb9\xd8\xa7\x3d\x5d\xff\ \x05\x4a\xf8\x12\x31\xc3\x0a\xd9\xa6\xef\xe4\x5d\x3f\xa8\x53\x1f\ \x70\x08\x83\x8c\x7c\xd7\xfb\xdb\xcf\xc4\xc6\x47\x11\x01\x82\xce\ \x1a\x70\x30\x13\x30\xe9\xfb\xe5\x0d\xe6\xa5\x5f\x66\xe9\x3a\x90\ \xaf\x7e\xdc\xea\x05\xf6\x4d\xa3\x79\xf3\xe7\x3d\xfa\xd8\x63\xae\ \xeb\x12\xd1\xe4\xe4\xe4\xed\xb7\xdf\xd1\x3f\xd0\x5f\xb2\x3e\x7d\ \x29\x53\xa9\x54\x4b\x6b\xb3\x7c\xc1\xfa\x8d\x08\xe4\x16\xf3\xee\ \xbe\x13\x30\x24\xe5\xe7\x73\x7e\xe9\x88\x5d\x56\x9d\x5f\x2c\xf8\ \xfb\xcc\x5a\xa4\x5b\xcc\xee\xb5\xeb\xea\xee\xb3\x4d\x4f\x4e\x3d\ \xb7\xe8\xb9\xfb\x2a\x1a\x69\xe5\x14\x0b\x2f\x7c\xdb\xca\xf7\x8a\ \xbe\xb7\x5f\x0f\x7a\x31\x9f\xdb\x8f\xb9\xb6\xfb\x4a\xf0\x40\x16\ \xff\x0b\xb4\xc1\xae\x73\xee\xb9\xdc\x15\x41\xf9\x6e\xce\x77\xf7\ \x3c\xa5\x96\x7e\x51\xee\xdb\x08\xbe\x53\xf0\xf7\xfa\x66\xed\x14\ \xf2\xb0\xfb\x15\xd2\x9e\x53\xf4\x9e\x37\xe1\x7b\x7e\x7b\xbe\xf0\ \xb4\x5d\x4b\x2f\x9f\xf3\x20\x18\x97\x02\x0e\x7d\x93\xd4\x8e\x98\ \x27\x5f\x56\x1c\xea\x32\xfb\xb7\x72\x2b\x1c\xcc\xfb\x02\x5e\x54\ \x44\x3d\x60\xc6\x59\xef\xe1\x95\x0d\xe4\xbd\x26\xbb\x65\x1f\xd0\ \x1e\x45\x44\xdf\xf7\xd7\xae\x5d\xd7\xd7\xd7\x27\xa5\x24\x22\xd7\ \x75\x19\x63\xa6\x69\x22\xa2\x65\x59\xb3\xe7\xb4\xcd\x9a\x39\x53\ \x07\x3e\xc0\x80\x80\x80\xd7\xd9\x28\x35\x4c\x35\x36\xe0\x3f\xfc\ \x67\xb6\xfa\x1e\x2e\x0c\xd0\xfa\xb5\xda\xd8\x24\xe0\x5f\x5b\x42\ \x89\x7c\xc7\x2f\xab\xe3\xa7\xbf\xcb\x58\x74\x02\x78\xc5\xd7\xaa\ \x43\x1e\x48\x47\x01\x60\x77\x56\xd1\x7e\xdc\xc1\x88\x08\xe0\xf9\ \x3e\x05\xc5\xe4\x02\x02\x02\x5e\x7f\x29\x15\x26\x71\xe1\x3f\xfc\ \x67\xfd\xf8\x2d\xc2\x2b\xa0\x57\xdc\x15\x30\x0b\x04\xf5\xdf\x5d\ \x3c\x81\x08\x48\x93\x52\x0a\x90\xda\x56\x88\x53\x2f\xe7\xf5\x6d\ \xe0\x14\x0f\xb0\xde\xfe\x35\xd6\xd1\x80\x80\x80\x80\x43\x58\x4b\ \x11\x08\x54\xcf\x16\xb9\xf6\x41\xea\xde\xc8\x85\x09\xd9\x51\xcc\ \x4d\x80\xe7\x06\xf1\x89\x7f\x53\x09\x2d\x15\xa6\x30\x2c\x65\xc7\ \x20\xdd\x20\x8e\x38\x9b\xcf\x5e\x8e\x66\xe8\xb5\x88\x89\x06\x3a\ \x1a\x10\x10\xf0\xff\x87\x94\x32\xe0\x02\x88\x74\x76\x4c\xf5\x6e\ \xa3\xb1\x01\xca\x67\x40\x7a\x10\xc8\xe8\xbf\xa5\x21\x0a\x9c\x63\ \x28\x8a\xf1\x34\x6b\x9c\xc3\xd3\x75\x80\x0c\x94\xdc\xb3\xa6\x52\ \xa0\xa3\x01\x01\x01\x01\x07\x80\x31\xe4\x06\x70\x0e\xc8\x20\x50\ \xd1\x7f\x67\x2d\x25\x02\xad\x48\xfa\xaf\x83\x7c\xee\x46\x04\x0d\ \x1f\x10\x10\xf0\x2f\x8f\xd6\xa4\x5d\xf0\x83\x86\x08\xf8\x67\xcc\ \xe2\x82\x26\x08\x08\x08\x08\x08\x08\xf8\x27\xdb\xa3\x9c\x73\xce\ \x79\xd0\x9a\x01\x01\x01\xaf\x27\x44\x54\x5a\xd1\x8e\x38\x5d\xd0\ \xad\x54\x83\x0c\x00\x10\x71\xcf\xd5\x04\x86\x61\x06\xb9\x47\x01\ \x07\xea\x3f\xff\x7c\x1d\x45\xc4\xcd\x9b\x36\x8c\x8d\x8e\xb2\x60\ \x09\x57\x40\x40\xc0\xeb\x38\x08\x0a\xc3\xa8\xaa\xaa\x42\x64\xae\ \x53\x74\x1c\xa7\xb4\x7d\xa1\x1d\x0a\x01\x80\xef\x79\x0d\x4d\x2d\ \xa6\x69\x02\x80\xd6\xfa\x7b\xdf\xfb\x4e\x36\x93\xe5\x3c\x18\xa3\ \x02\xa6\x91\x4a\xa5\xca\xca\x3e\xf2\xd1\x8f\xbd\xf2\xd5\x9b\xaf\ \x82\x8e\x1a\x86\xe8\xe9\xea\xba\xfa\xda\xeb\x2c\xcb\x0a\x9e\x4d\ \x40\x40\xc0\xeb\x83\xef\xfb\xf5\x0d\x0d\xdf\xfd\xee\xf7\xba\xbb\ \xbb\xb2\xd9\x4c\x2c\x96\x10\x42\x48\xdf\x37\x84\x51\x5b\xdf\xd8\ \xdb\xdd\x29\xa5\x2c\xe9\x28\x00\xf4\x74\x77\x4f\x4c\x4c\x04\x6e\ \xb3\x80\xe7\x74\x54\xca\x7c\x65\xe5\xab\x72\xaa\x57\xc7\xaf\xcb\ \x38\x37\x4d\x73\x77\x97\x0d\x08\x08\x08\x78\xad\x29\x15\x56\xeb\ \xef\xeb\x9d\x1a\x1f\x9b\x3d\x7b\x5e\x38\x12\x41\x44\xcf\xf3\x86\ \x06\xfb\x87\x87\xfa\xf7\xd9\x1f\xc5\x30\x0c\xd3\x34\x03\x1d\x0d\ \x78\x4e\xb6\x18\x33\x0c\xe3\xd5\x39\x55\xd0\x9a\x01\x01\x01\xff\ \xa2\xe3\xa0\x5b\x2c\x8e\x8e\x0c\xcf\x98\x3d\x37\x1c\x8d\x2a\xa5\ \xa4\x94\x9c\xf3\xda\xba\x06\x02\xca\xe7\x73\xf8\x82\x91\x26\xd2\ \x4a\x69\x0d\x80\xa4\xa5\xe7\xf9\x9a\x4a\x55\xaf\x7d\x5f\x2a\x00\ \x24\xad\x95\xd2\xc8\x18\x02\x49\xdf\x93\x7b\x16\x40\x25\xed\x7b\ \x9e\x54\x84\x38\xbd\xe3\xef\xf4\x2b\x9a\x10\x51\x2b\xe9\x79\x3e\ \x01\x00\x94\x2a\xea\x20\x22\x28\xe9\x7b\xd3\x5b\x4e\x91\x52\x8a\ \x00\x19\x96\x00\xad\xa4\x2f\x4b\xbb\x78\x50\x50\x1e\xee\x5f\x94\ \x17\xb0\x47\x51\x18\x06\x47\xf2\x7c\x3f\x78\xb8\x01\x01\x01\x87\ \x20\x45\xa7\x68\x5b\x76\x34\x1a\x53\x52\x32\xc6\x10\x51\x29\xc5\ \x18\x8b\xc5\x92\x83\xfd\xfd\x2f\xb0\x95\xa4\xeb\xc1\xf2\xb3\xdf\ \x7f\x9c\xbd\xe6\x67\x37\x3d\x28\x43\xb5\x27\x9e\x77\xfe\xd1\x8b\ \x1a\x11\xc0\x1f\xdb\x7e\xfb\x4d\x37\x6f\xe8\x1c\x2d\x5f\x76\xc6\ \x7b\xde\x7e\xba\xc8\x64\xb8\x69\x8c\xed\x5c\x75\xf3\xcd\xf7\x0c\ \xe6\x15\x67\x0c\x88\xa4\xc6\x96\x15\xe7\x9c\x7f\xda\x11\x51\xae\ \x51\x4d\xfd\xe3\x96\x1b\x1e\x5c\x37\x34\xe7\xd8\xf3\xdf\x78\xd2\ \x92\x30\x43\xf4\x27\x9e\xb8\xe7\xe6\x07\x9e\xe9\xe0\xc9\x59\xef\ \xfd\xc4\xfb\x6b\x28\xe3\x6a\x74\x27\x07\x1e\xbd\xe7\x6f\x4f\xb7\ \xf7\xa9\x70\xdb\x7b\x3f\x71\x65\x63\xc8\xc9\x4b\xcd\x40\xaf\xbc\ \xe9\xb7\x8f\x8f\xc5\xdf\xfc\xf6\x8b\x67\xc4\x39\x50\xe1\xf1\xbb\ \xfe\x7c\xff\x53\x9d\x68\x8a\x20\x23\xea\x90\x70\x78\x30\x6e\x59\ \xe6\x3e\xcf\x42\x4b\xdf\xf5\xe5\xc1\xe9\x28\xe3\x06\xb8\x1d\xeb\ \x9f\x1d\x94\xf1\xf9\x73\x66\xc4\x2c\x24\xa2\x97\x54\x92\x5e\xc1\ \x6b\x57\xcb\x30\x00\xa0\xb4\xe9\xef\xde\x19\x89\x00\xa0\x01\x82\ \x49\xcf\x6b\x0d\x67\xd3\xb6\xc3\x73\xa3\x32\x40\xb0\x5f\xc3\x6b\ \x6e\x7d\x22\xb2\xe7\xed\x4e\x48\x44\x4c\x70\x86\x4c\x23\x8e\x8c\ \x8c\xe4\x0b\x85\xc6\x86\x06\x44\xe4\x9c\x13\xd1\x0b\x14\x64\x20\ \x82\x70\xa2\xa2\x32\x14\xf2\x7d\xf3\xa4\x2b\xde\x7f\xde\x8c\xc9\ \x6b\xae\xfb\x6d\x7f\x9e\x2f\x3e\xe5\xa2\x0f\x7c\xea\xca\xef\x7f\ \xe9\xbb\xc5\x54\x5d\x19\x75\xfd\xe4\xc7\x57\xe5\x13\x6d\xef\xfc\ \xf8\xa7\x2e\x19\xd9\xf9\xfd\x3b\xd6\x73\xd3\x94\xd2\xaf\x5a\x72\ \xd1\xc7\x2f\x3f\xf6\xf1\xbf\x5e\xfd\xf8\xb6\xb1\x78\x45\x3a\x3b\ \x9a\x6f\x7e\xc3\x25\x1f\x79\xcb\xe2\x7b\x6f\xbc\x7a\xf5\xce\xc9\ \xca\xf9\x27\xbe\xf3\x8a\x8f\x1a\xee\xd7\xef\xea\x8f\x35\x96\xab\ \x87\x7e\x73\xd5\x53\x43\xe6\xbc\x23\x4f\xbf\xf8\x93\x9f\xb5\xbf\ \xff\x95\xfb\xfa\x8c\x8a\x64\x64\xed\x9f\x7e\x7c\x7b\x47\xd1\xe6\ \x90\xcb\xea\x33\xde\xfb\xc9\xc5\xf8\xd4\xff\xfc\xf4\x1f\x76\x79\ \x15\x14\x32\xc8\x59\x20\xa2\x87\x44\x7f\xe3\xdc\x9d\x1a\x7c\xfc\ \xc9\x55\xe3\x1e\xe1\x1e\xdd\x26\xdd\xb6\xf8\xf0\xd9\x8d\x9c\xe4\ \x9e\x3d\x51\xec\x57\x85\x4d\x9d\xbd\xeb\xba\x5f\xdd\xf3\x4c\xa7\ \x53\x3e\xff\x3f\x3e\x55\xff\xec\xed\x37\x78\x6d\x67\x9c\xb6\xa4\ \xce\xf7\x5e\x3c\x45\x98\x00\x04\xc2\xe7\x2a\x27\xc3\x18\x0c\xe9\ \xaf\x15\x06\x42\x8f\xc7\x7f\x38\x14\x09\x19\x62\xf7\xc8\x52\xd0\ \xf8\xe6\x64\xfe\xd8\xa8\xeb\xe8\xa0\x85\x5e\x2b\x4c\x84\x1f\x0f\ \x47\xba\x7c\xd3\xe2\x58\x9a\xb3\xf8\x84\x0d\x86\xfc\x48\x45\xc6\ \x0f\xba\xfb\x6b\x86\xcd\xe0\xb1\x9c\x71\xfd\x78\x38\x66\xf0\xfd\ \x6e\x9b\xe1\x79\x5e\x5f\x7f\x7f\xb1\x58\x4c\x26\x12\xa9\x54\xea\ \x60\xce\xa9\x95\xef\x3b\x8e\x55\xb7\xf8\xb8\x45\x95\xb7\xfe\xe8\ \xfb\x8f\xb6\x17\x6c\xae\x3a\xae\xfe\x4d\xdd\x7f\x7d\xeb\xd4\x65\ \x33\x6e\x75\x0b\x24\xaa\x1a\x5a\x5a\x9d\x78\x63\xd8\x1d\x5c\xdf\ \x3b\x0a\xc8\x4a\x3b\x89\x1f\x73\xce\xb1\x3d\x8f\x5d\xff\x87\x3b\ \x1e\xe7\x91\x30\xf4\x74\x48\x5e\x7e\xc5\x47\xde\xb0\xf9\xbe\x9f\ \xff\xe5\xfe\x55\x56\xd8\xda\xd1\xf1\xfb\x50\xd3\xcc\x33\x4e\x3f\ \xfe\xe1\xab\xb6\x79\x4e\x61\x62\x6c\x64\xb0\xd7\xe9\xfb\xd3\x6f\ \x42\x95\xdf\x3a\xf3\xe4\xe5\x0f\x5f\xd3\xe5\x2b\x9d\xa8\x69\x9a\ \x01\x9e\xa9\xa6\x36\x6d\xe9\x1d\x1b\x1d\xc1\xf9\x15\x95\x09\xb1\ \x61\xf3\x9a\x82\x36\xa3\x61\x33\xf0\xee\x1e\x12\xd3\x65\xc1\xc7\ \x3a\x57\xfd\xe9\xaf\xf7\xd4\xce\x99\x69\x93\x22\x00\xe4\xac\x30\ \xd4\x39\xba\xbd\x38\x77\x56\x6b\x19\x93\xea\x85\x75\x94\x73\x3e\ \xd5\xb5\xe9\xc9\x2e\xe3\xfd\xff\xf1\xd9\x95\xb7\xdc\xa5\xcc\x08\ \x3a\x13\x1d\x03\xe3\xb4\xb4\xfe\xe0\x2f\xa2\x52\xa8\x28\x0b\xdc\ \xfd\xaf\x15\x96\x60\x19\xd7\xdf\xd9\x39\xdc\x50\x55\x15\x4f\x24\ \xb4\xd6\xa5\x19\x4c\x9c\x51\xad\xa1\xf2\x0a\x30\xf0\x06\xbc\x06\ \x10\x62\x88\xe3\xd8\x60\xdf\xa0\x67\x37\xd6\x56\x33\x36\xdd\xc5\ \x0d\xa4\x1a\x43\xba\x84\xc1\xd4\xf1\x35\x69\x76\xc0\x88\xc1\xd8\ \x48\xb6\xb3\x73\x78\x56\x43\x9d\x6d\xdb\xcf\xb7\x4a\x0d\xc3\x58\ \xb2\x78\x71\xc9\xaf\x5b\xfa\x39\xbc\xf8\x69\x89\xb4\x26\xbb\x2c\ \x89\x3c\xd7\x3d\xe2\x86\x6c\x53\xa0\xf6\xbc\x7c\x7f\x8f\x73\x58\ \x59\x1c\x86\x95\x11\xaf\x5d\x76\xe4\xd1\xd2\x4e\x25\x0d\xcd\x42\ \x16\x2f\x5d\x0b\x8f\x55\x27\xbc\xfe\xc1\x7e\x32\x42\x86\x10\xc8\ \x91\x99\xc9\xaa\x68\xa1\x7d\x78\x18\x8d\x90\x61\x08\x54\xf9\xfe\ \xfe\x51\x51\x57\x1d\x65\x5b\x35\x20\xe3\x5c\x08\x93\x6b\x39\xdc\ \xd7\x19\x3e\x3c\x69\x62\x27\x71\xbb\x65\xd1\x11\xac\x59\xf1\x42\ \xe7\x70\x4f\xe7\x63\xb7\x5e\x05\xc5\x33\x4f\x79\xdb\x87\xce\xce\ \xf7\xdd\xf5\xd7\x3f\xaf\xe9\x9a\xe2\x22\x48\x5b\xf9\xe7\x83\x40\ \x6e\x3e\x5f\x79\xd8\x69\x9f\xfc\xd8\x5b\xe3\xd2\x51\x04\xc2\xb2\ \xc6\xd6\xdc\xf9\x83\xbf\x76\x3a\xbe\x06\x0b\xf7\xf4\xb8\x8a\xfd\ \x1b\x94\xa6\x6d\x73\x7f\x74\x74\xc2\x07\xc8\xf4\xef\xd8\xdc\x39\ \x9e\x9e\x93\x64\x2f\x65\x68\x96\x1a\xa4\x61\x0c\x9d\xf3\x29\x32\ \x42\x81\xab\xf1\xd5\x1c\x53\xb8\x10\x93\x03\x75\xf7\xfc\xc4\xd7\ \x54\xc8\x17\x1c\xc7\x89\x27\x12\xbb\xdf\x55\x00\xca\x2d\x4c\xac\ \xb8\x38\x3f\xe7\x68\xf6\xda\xec\x58\xfb\xef\xdb\xf2\x86\x95\xba\ \xf7\xe7\xd6\x58\x87\xe3\xb8\xf9\xa2\xa2\x3d\xf6\xbc\x24\x00\xe9\ \x4b\xa7\xa2\x65\xec\xf4\x0f\xa2\xef\x05\x6d\xf5\x2a\xa2\x0d\x3b\ \xbc\x7d\x65\xe4\xa9\x1b\x5c\x5f\xe7\xf3\x79\xcf\xf3\x42\xa1\xd0\ \xf3\x27\xe8\x42\x08\xc6\x38\x00\x30\xc6\x5e\x50\x47\x51\x4b\xcf\ \x57\xda\xf7\x51\xa3\xe0\x9c\xe5\x47\x46\xa4\x8a\xb5\xd5\xc7\xd6\ \x6f\x98\xb4\xb8\x02\xbb\xba\x65\x86\xdd\xfd\xec\x38\xf2\xb9\xf9\ \xbe\x67\x7f\xf7\xd3\x9f\x8f\x7a\x6c\xd1\x5b\x3e\xfd\x81\xf3\xcf\ \x7a\xf4\x99\x9f\x4d\x02\x27\x95\xe9\x1b\x37\x67\xd7\x35\x72\xb9\ \xcd\x97\x88\x4a\x7a\x72\xac\x77\x22\xd4\xda\xd0\xc0\x64\xb7\xe7\ \x5b\xae\x6f\xce\x68\xaa\xf6\x27\x1e\xcb\x28\xc6\x80\x94\x92\xbe\ \xef\x6a\x8c\x36\xcd\x6c\xcb\x74\xad\x77\x89\x31\x2f\xf3\xd0\xf5\ \x3f\xbf\x79\x7b\xd1\x16\xcc\x30\x0d\xee\x0f\x3d\x70\xe3\x55\x8f\ \xde\x59\x76\xd4\x05\x1f\xbd\xf2\xf2\xf3\xbf\xf6\xdd\x5f\x0f\xfb\ \xa6\x08\x9c\xbb\xff\xfc\xd9\x1b\x8b\xc6\x62\xfe\xd8\x70\x26\xaf\ \x42\xcc\xf3\x15\xa1\xe0\xe3\x63\x83\x5e\x28\x1c\xb6\x38\xd0\x5e\ \x3f\x73\xb1\x3f\x77\x87\x8c\x54\xcf\x3f\x63\xf9\x9a\x3f\xfc\xf6\ \xaa\x8c\xaf\xd6\x75\x6c\xab\x98\x77\xea\x5b\x16\xd6\xeb\x97\x5c\ \xf7\x01\x65\x34\x4d\x56\x18\x28\xf0\x33\xbe\x8a\x3a\x6a\xa0\xef\ \x94\xa6\x42\xa5\xc4\x8a\xe7\x4f\xb3\x75\x28\x2a\x13\x95\xcc\x2d\ \x04\xcd\xf5\xaa\xea\xa8\x4d\xc2\x00\x22\x44\xdc\x5f\xc9\x11\x22\ \x2e\x64\xbc\x02\x7d\x37\x68\xab\x57\x53\x47\xcd\xb0\x0e\x45\x77\ \x37\xfb\xf3\x3b\x3c\xe7\x5c\x93\xde\xba\x65\xd3\xe4\xc4\xb8\xd6\ \x10\x8d\x46\x66\xcc\x6c\x13\x62\xff\x99\x1f\x5a\x7a\xe5\xb3\x0f\ \x9f\x5f\xc1\x07\x32\xc6\xf1\x2b\xea\x7a\xef\x9d\x28\x0c\x6c\xbc\ \xef\xc9\x9d\x97\xbe\xe7\x43\xde\x5f\xee\xea\xce\xf2\x65\xa7\x9c\ \x37\xcb\x7b\xe6\xbb\xab\x3b\xe0\xa8\x93\x22\x65\xb5\x6d\x73\xe7\ \xd7\x87\xaa\x8e\x5f\xda\x56\xe8\xbe\x27\xaf\x01\x19\x32\x9d\x7b\ \xe2\x8e\x07\x8f\x7b\xdf\x25\xef\xce\x8a\x27\xb7\x0e\x47\xd3\xe9\ \x6c\xcf\xe6\x07\xff\x7a\xdf\x67\xde\x7d\xf9\xbb\x9c\xd0\x53\x3b\ \x26\xea\x16\x9e\x70\xc1\x3c\x76\xe3\x0f\x1f\x2a\xf2\x59\x76\x34\ \xd9\xd0\xd2\x36\x37\x6a\x2d\x38\xea\xd4\x93\x66\xe6\xfe\xf0\x9d\ \xa7\x3d\x68\x35\xc3\xb1\x86\x59\x73\xe7\x99\x45\x5b\x60\x6e\x72\ \x32\x56\xd3\x56\x15\xca\xf5\x0e\xe5\xcb\x13\x36\x30\xc6\x00\x88\ \x02\x11\xfd\xe7\x23\xa5\xae\x6a\x99\x97\x2e\xdc\x77\xd3\x5d\x4f\ \x5c\x71\xf6\x52\x93\x53\xb6\x7b\xcd\x9f\x6f\x7b\xba\xe1\xc4\x2b\ \xcb\x4c\x25\xf7\x36\x52\xc4\x7e\xfd\x1d\x9e\x36\x0e\x7f\xe3\x15\ \x35\x6d\x87\x6d\xda\x39\x22\x62\xe5\x4d\x4d\x0d\x21\xf4\xa5\x66\ \x2f\x35\x77\x08\xb5\x04\x25\x03\x1d\x7d\x75\xfd\x0d\xf8\xa2\xfb\ \x18\x68\x8d\x4a\xa2\x92\x41\x63\xbd\x9a\x30\xf9\x22\x9e\x15\xa2\ \xa0\xd9\x5f\xfd\xee\xae\x24\x1c\xd8\xbe\x44\xc4\x42\x3e\xf7\xd8\ \x23\x0f\x19\x86\x68\x6e\x9e\xc1\x38\xeb\xef\xed\x7d\xfc\xd1\x47\ \x66\xce\x9c\x75\x80\xa5\xa2\x1a\xb9\x3d\x77\xc5\x71\x2b\x4c\x36\ \xf9\xcc\x5f\x6e\x7a\x74\x8b\x19\x66\x4f\xdc\xf4\x2b\x67\xec\xec\ \xe3\x4f\x38\x6b\x29\x40\x6e\x60\xf5\x0f\xaf\xbe\xab\xb7\xc8\x53\ \x43\x3b\x3a\x46\x9a\x4f\xbb\xf0\xad\x88\x30\xb1\xfd\x9e\x5f\xdd\ \xfd\x80\xcb\x0c\x01\x60\x98\xe6\xd0\xfa\xdb\xfe\xe7\x57\x99\x73\ \x4e\x3e\xea\x8d\x73\x09\x55\xee\xc9\xcc\xce\xcd\xcf\xde\xf2\x3f\ \x57\x65\xcf\x39\xe5\x98\xf3\x16\x72\x5d\x18\xbc\xfa\x27\x3f\x5c\ \xd9\x9e\x33\x13\xe3\xeb\xdb\x27\xda\x8e\x39\x6f\x86\xd6\x99\xc1\ \x1d\xbf\xfc\xef\x7b\xb6\xf4\x17\xcd\x70\x61\xc7\xce\xae\xe6\x15\ \x67\xbd\x65\x39\x21\x40\xdf\xb3\xf7\xad\xcd\xa5\x96\x1e\x7b\xdc\ \x11\x48\x2a\xd7\xf5\xcb\xdf\xde\x3a\xe4\x1a\x46\xb0\x7b\xc8\xa1\ \x30\x6f\x56\x3e\x24\x5a\x2e\xb9\xe4\xac\x9f\xfd\xfe\xf7\x9f\x7d\ \xe0\xfa\x90\x85\xb9\x5c\xa1\x66\xf1\x59\xef\x3a\x71\x1e\x79\xde\ \x3e\x03\xc1\x7e\xf3\x8c\xd0\x60\xde\xaa\x7b\x6f\xfe\xeb\xfd\xeb\ \x8a\xc4\x38\xca\xa2\x17\xbd\xe8\xfd\xef\x3b\x7a\x66\xda\xf7\x83\ \x31\x22\x20\x20\xe0\x50\x11\x59\x21\xc4\xb6\x6d\xdb\x16\x2e\x3e\ \x6c\xfe\xfc\x79\xae\xeb\x2a\x29\x13\xf1\x78\x7a\x64\x78\xcd\xb3\ \xcf\x56\x54\x94\x3f\xdf\x59\xc3\x84\x35\xb6\xf9\xd1\xff\x5b\xff\ \x20\x00\x10\x30\xd3\x34\x05\x67\x40\xc5\x67\xef\xbb\x7e\xd5\x3d\ \x04\x08\x00\xc8\x85\x61\x45\xc2\xb9\xf6\x27\x7e\xf2\x5f\x0f\x23\ \x2b\x19\x0f\x28\x8c\xdd\xbe\x56\x14\x82\xf5\xad\x7d\xe0\x67\xab\ \xef\x2b\xed\x16\xce\x85\x61\x86\xcc\xc1\xf5\x7f\xff\xc5\x9a\xfb\ \x01\x91\x08\xb8\x10\xa6\x6d\x81\xd3\x7f\xed\xf7\xbe\x4a\x6c\xfa\ \x63\x5c\x18\x86\x19\x02\xd9\xf7\x87\xff\xfb\x26\xc1\x74\x35\x60\ \xc6\x05\x83\xd5\xeb\x1f\xbb\x05\x00\x88\x88\x1b\xa6\x11\x04\x47\ \x0f\x19\x7c\xd7\xaf\x59\xfa\xc6\xaf\xb5\x2e\x5b\xbf\x79\x47\xc6\ \xa5\x68\x79\xdd\x9c\xb6\x46\x53\xfb\xf2\x79\xf3\xba\xfd\xe8\x28\ \x63\xc2\x19\xde\x7c\xcb\x9d\x6b\x96\xbc\xe5\x7d\xc7\xcd\x88\xf9\ \x52\x11\xb0\x68\x3c\x2e\xa5\x0a\x5a\x36\x20\x20\xe0\x90\xf1\xcc\ \x80\xef\xf9\xe5\xe9\x8a\x59\xb3\xdb\x3c\xdf\x57\x4a\x2b\xad\x7d\ \xcf\x4f\x24\x93\xd5\x35\x35\x13\xe3\xa3\x88\x6c\x0f\x67\xc1\x34\ \xc0\xb8\x69\xf2\x3d\x5e\x86\x92\x4c\xee\x65\x8b\x68\x0d\x8c\x5b\ \x36\xdf\xdb\xdd\xf0\x9c\x11\xc2\x85\xc1\xc5\x9e\x6f\x01\x13\x86\ \x29\xf6\x39\x18\x4d\xdb\xde\xfb\x0c\x1a\x00\x4d\xcb\xde\x67\xc4\ \x35\xf9\xfe\xbf\x25\xe0\xb5\xb5\x38\xe9\x45\x32\x61\xb9\x21\xf2\ \x23\x9d\xeb\xd7\x6f\x9e\x74\xa0\xac\xa6\x79\x4e\x5b\x93\x45\x9e\ \xbf\xbf\x25\x6e\x62\xbf\xbd\xd3\xc9\x4f\xea\xf2\xa6\x65\x4b\xe7\ \x56\x19\x05\x57\x03\x00\x68\xad\x82\x07\x1c\x10\x10\x70\x68\x59\ \x0c\x52\x96\x95\x95\x9b\x86\xe9\x38\x45\x02\x22\x22\x4d\x1a\x24\ \xa5\x52\xe5\x03\xfd\xbd\x6c\x0f\x83\x94\x31\x06\x44\xc1\xaa\xf6\ \x80\x3d\x95\xf4\x05\xf6\x56\x41\x2e\x20\xdb\xfb\xa7\x9f\xfd\x64\ \xfd\x14\x2b\x4e\x65\x4c\x2b\xf4\xc0\xb2\x33\x3f\x78\xe9\x29\x11\ \x94\xfa\xf9\x69\x6e\xfb\x53\x69\x08\xc5\x2b\xc2\xc3\x6b\x7f\xf2\ \xad\xaf\x96\x9b\xa4\x48\xf9\x3a\x7e\xf6\xdb\x2f\x5d\xde\x5c\x26\ \xfd\xc0\x24\x0d\x08\x08\x38\x94\xac\xd2\x5d\xa9\xad\x88\x00\x04\ \x48\xa0\x01\x18\x67\xfb\x58\x78\x97\xbe\xed\x12\xcb\xb6\x31\xd8\ \x3b\x2d\x60\x8f\x8e\xe1\xba\xae\xd6\x7a\xbf\xbd\x42\x08\xb6\x73\ \xe3\x63\xed\xc6\xd2\x2f\x7e\x6e\xc5\x5f\xae\x7f\xec\x94\x73\x8e\ \xbc\xe3\x0f\x37\x6e\xe8\x3d\xfc\xa8\xa6\xa8\x96\x2f\xaa\xa3\xc8\ \x84\x40\x96\x6c\x7e\xdb\xfb\x3f\xd0\x37\xe5\x95\x0a\xb7\x68\x30\ \xeb\x93\xb6\x56\x41\xba\x50\x40\x40\xc0\xa1\x2b\xa9\xd3\xeb\xa6\ \xb5\xde\xc7\x79\xa6\x94\xaa\xa8\xac\x9c\xd9\x36\x37\x68\xa3\x80\ \x3d\x69\xdf\xba\x59\x6b\xbd\xdf\x94\x34\x04\x2a\xe6\x0b\x91\x54\ \x7d\xcc\x66\xd2\x2b\x8e\x8f\x8e\x64\x0a\x24\x0e\xb0\xcf\xc1\xde\ \x3a\x8a\x48\x7e\xbe\xa3\x6b\x3c\x59\x59\x11\x4a\x54\xd4\x45\xa7\ \xf3\xaf\x09\x58\xc4\xe4\x81\x5b\x37\x20\x20\xe0\xd0\x33\x2b\xf6\ \x1c\xc0\x90\x0e\x90\x54\xad\x54\xe0\x4b\x0b\x78\x09\xbd\x42\x29\ \xaa\x6c\x5d\xb2\x00\xc9\x97\xa6\xe5\x6c\xba\xea\x9a\xee\x15\xa7\ \x9d\xbf\xb0\x36\xaa\x94\xff\x22\x3a\xca\x98\xf0\xb2\x9d\x37\x5c\ \x73\xef\x49\x6f\xbd\xa0\xfb\xee\xab\x57\x0e\xfa\x06\x47\x20\xa5\ \x78\xf9\x45\xef\xbe\x62\x45\x4b\x99\x1f\xf8\x75\x03\x02\x02\x0e\ \x49\x1c\xc7\xf1\x5d\x17\x11\x00\x10\x21\xf0\xdf\x06\xbc\x52\x89\ \x8d\x56\xcd\x3c\x22\x2a\x79\x28\x7a\xee\xdb\xde\x37\xbb\xdf\x99\ \xbd\x78\x49\x08\xa5\xaf\x5f\xcc\x1e\xd5\xca\x37\xca\xe7\x7f\xea\ \x8b\x73\x0d\xd3\x58\x3e\xf3\x8b\xe7\xea\x52\x4d\x41\x3d\x3a\x38\ \xa8\x42\xc6\x5e\xf5\x04\x03\x02\x02\x02\x0e\x05\x70\xda\x12\xed\ \xed\xee\x2e\x16\xf2\x0d\x4d\x4d\xa6\x30\x02\xe7\x59\xc0\x2b\xc4\ \x30\x45\xf7\xd3\xf7\xde\xb4\x21\xf4\xf1\x0f\x9f\xb3\x7d\xe5\xbd\ \x37\x3f\xb6\xc3\x7a\x7c\xc5\x07\xdf\x77\x69\x5d\x58\x3f\x5f\x0a\ \xf7\xb6\x47\x05\x1f\xdb\xfa\xd4\x23\xeb\xbb\x35\x72\x44\x44\x00\ \x42\x14\x54\x58\xfb\xcc\xe6\xe5\x17\x7f\xe0\xec\x8a\xb8\xef\x05\ \x21\xd2\x80\x80\x80\x43\x89\xd2\xae\x9e\x44\x33\x66\xce\x52\x4a\ \x96\x32\x47\x0e\xc6\x1c\x95\x52\x06\x6b\x10\xfe\xbd\x66\x5c\x88\ \x07\x2a\x74\xb5\x9f\x83\x89\x8a\xb9\x8c\x11\x4e\x3b\x9d\x4f\xdf\ \xf9\xac\xf3\xae\x4f\x7d\xfc\xf1\x3f\xfc\x71\xfb\xc0\x44\xfd\xcc\ \xb2\xd2\x7e\x66\x07\xd4\x51\x04\x46\xaa\x38\x3a\x3c\xa4\x98\x40\ \x40\x40\x44\x20\x25\x55\xf3\x8a\x53\x57\xcc\xaa\xd4\x32\x28\xc2\ \x10\x10\x10\x70\x88\x0e\x91\x3b\x76\xb4\x17\xf2\xf9\x86\x86\x46\ \xd3\x34\x5f\xf4\x78\xa5\xe4\x9a\x55\x4f\x21\x0b\xf2\x77\xff\x6d\ \xa6\x5b\x04\x00\xb0\x74\xf9\x11\x8c\x1d\x54\xa5\x0b\x0d\xac\xb6\ \x79\xc6\xc4\xdd\xb7\x7c\x69\xa5\xdf\x78\xc2\x15\x4b\x9a\x92\xeb\ \x53\x15\x31\xcb\xd8\x6f\xfc\x7d\x2f\x1d\x55\xd2\x4f\xcf\x3b\xe9\ \xc3\x4b\x4e\x23\x00\x21\x0c\x20\xe9\xfb\x0a\x19\x17\x82\x79\x85\ \xbc\xe3\xeb\xa0\xd3\x05\x04\x04\x1c\x92\xa3\x24\xb5\xb6\xce\x90\ \x4a\xf9\xae\x7b\x30\x56\xa6\xd6\xda\xb2\xec\xaa\xea\x1a\x1d\x54\ \x2d\xfd\xf7\x80\x21\x0e\x0d\x0d\x6a\xad\x0f\x52\x47\xa5\xef\x27\ \x5b\x8e\x78\xf7\x15\x91\xee\x42\xf8\xb0\xe5\x4b\x85\x70\xcf\xbd\ \xf4\xf2\x68\x22\x81\xca\x05\x49\xb0\xb7\x16\xee\x6b\xe4\x6a\xe9\ \x15\xa4\x2f\x04\xf6\x6d\x78\xf8\xe6\x9b\xef\x1e\x4a\x2e\x7e\xef\ \xa5\x67\xc9\x81\xed\x90\x6a\xae\x2d\x0b\x1d\xe4\x86\x44\x01\x01\ \x01\x01\xaf\xf3\x28\xd9\xb1\x63\x47\xa1\x90\x6f\x68\x68\xb4\x0e\ \xc2\x1e\x05\x00\xc6\xd0\x30\x0c\xad\x35\x00\x32\xce\x18\x20\x81\ \xd6\x4a\x23\x17\x0c\xb4\x7c\xe9\xcb\xfc\x58\xe9\x83\x52\x07\x49\ \x4e\x87\x62\x0f\x61\xec\xa5\x79\x1f\x08\x80\x1b\xc9\xf2\xd4\xf0\ \x54\xff\xca\xbf\xdf\xe1\x13\x0b\xd9\x86\x5b\xf0\xaa\xda\x16\xcc\ \x6d\xac\xa0\xbd\x13\x7d\xf7\x57\x17\x90\x73\x39\xb1\xfd\xfa\xeb\ \x6e\xb3\x5b\xe6\x8a\xa1\x81\x02\xc0\xb6\x87\xef\x18\x9a\xf1\xa6\ \x77\x9e\x3c\x47\xbb\xc1\x9e\x50\x01\x01\x01\x87\x1c\x9a\xf4\xfc\ \x05\x0b\x35\xe9\xcc\xe4\xe4\x41\x2e\x71\x21\x02\xa5\x94\xd6\x60\ \x1a\x34\x35\x3a\x3c\x99\xf7\x0c\x3b\x9c\x2a\x8b\x4d\xf5\xb4\x8f\ \x62\x6a\x56\x5d\x39\xe8\x97\xb0\x3c\x81\x33\x1c\xea\xd8\x30\xc5\ \xcb\x5b\xeb\xf7\x1d\x64\x03\x0e\x89\x1e\xa2\x5f\x5a\x30\x5c\x18\ \x62\x72\xe7\x93\x3f\xfa\xd1\x0d\xb2\xa2\x2e\x69\x0b\xe6\x4f\x6e\ \xda\xdc\x95\x6c\x98\x77\x5c\xa2\x7e\x4e\x73\x35\xaa\xbd\x72\x8d\ \xf6\x5b\x17\x10\x73\x13\x83\x93\x91\x59\x1f\x7a\xf3\x39\xf7\x5d\ \xfb\x17\x2e\x4c\x03\x95\x7c\x35\x7a\x46\x10\xd5\xdf\xab\x9d\x19\ \xc3\xd2\x8a\xb7\x52\x99\x47\x02\xc4\xd2\xbe\x49\x48\xbb\x7c\x4d\ \x88\xa5\x7c\x2f\x50\xcf\x5b\x5a\x1e\x34\xfb\xfe\x5b\x15\xb1\xd4\ \xa4\x00\xc0\x19\x47\x04\x4d\x9a\x08\x58\xa9\x25\xf7\x33\x21\xa5\ \x3d\xfe\x4f\x04\xcf\xe5\xad\xd0\x2b\x6b\xbd\x7f\xcf\xde\x3e\x5d\ \x1a\x66\x8f\xdd\xe5\x4a\xdd\x1b\x19\x22\xbe\xf0\xa6\x9a\xd3\x6d\ \x4f\x9a\x34\x69\x38\x78\x9b\xae\x94\xaf\x0b\xe8\xb8\x8e\xf4\xfc\ \x83\x4c\x32\xda\xfd\x88\xb8\x90\xab\x6e\xbf\xee\x17\x7f\x7e\x94\ \xc7\x42\x92\xd7\x7e\xe0\x53\xef\xe9\xbf\xe3\x37\x8f\x97\x5d\xf4\ \xbd\x2b\x9a\xdc\xec\x94\x66\x86\x65\x70\x20\x92\x9e\xeb\x13\x9a\ \xa6\xc9\x19\x02\x69\xcf\x73\xa5\x02\xc3\x34\x05\x67\x88\xa8\xa4\ \xcf\xd1\x79\xe2\xa6\xff\xdb\x58\x7f\xf9\xd7\xde\xdb\xea\x4e\x4c\ \x79\x52\x05\xb5\x93\x0e\x35\x25\x7d\x49\x3b\xd2\x71\x0e\x03\x1d\ \x1b\x55\xcb\xb1\xff\xf1\xc9\xb7\xc5\x48\x89\xec\xc6\xef\xff\xe4\ \xb6\x63\xdf\xfe\x91\xc3\xea\x0d\xcf\x3f\x88\xfd\x5e\xb4\xd6\x89\ \xaa\xd6\x16\x7e\xef\x55\xbf\xfe\x63\x61\x6c\x38\x7f\xfd\x6f\xb6\ \x6e\xa1\x37\x9f\xd2\xc0\xb4\x7a\x85\x3f\x30\x21\xc4\xbf\xc9\xd0\ \x82\x00\x80\x40\x04\xa4\x89\x31\x2c\x8d\xa8\xc8\x90\x88\x48\x6b\ \xc6\x98\x61\x08\xa7\xe8\xf8\xbe\xef\x14\x8b\xc2\x10\x91\x68\xc4\ \x30\x2d\x4d\x7a\x7c\x62\xd2\x71\x9c\x50\x38\x6c\x9a\xa6\xe0\xc2\ \x75\xbd\x42\xbe\x40\x5a\x27\xe2\x51\xc3\x30\x5e\xde\xd0\x2c\x84\ \x40\xc4\x7f\xe5\x96\xa7\xdd\xa3\x2a\xee\x61\x4c\xec\xfa\xe7\xee\ \xbf\x50\x08\xee\xfb\xb2\x58\x2c\xda\x21\xdb\x30\x8c\xf1\x89\x89\ \x42\xa1\x18\x89\x44\x43\xe1\xb0\xeb\x7b\xc5\xa2\xa3\xa4\x2c\x3d\ \x17\xdc\x7d\x86\x5d\x2d\x83\x88\x88\x8c\x33\x86\x0c\x81\xc8\x30\ \x04\xe7\x0c\x88\x4c\x43\xbc\x3c\x41\xe4\x9c\x33\xc6\xfe\xff\xe9\ \xf0\xd3\xcd\xf5\xdc\xd4\x03\x9f\x7b\x0c\xd3\x13\x17\xc6\x98\xe7\ \x7b\x08\x68\x85\x42\x8a\x68\x62\x62\xc2\x73\xbd\x70\x24\x1c\x8d\ \x44\x1d\xd7\x71\x9c\xbc\x54\xaa\xb4\xb2\x53\xef\x9a\x38\x4e\x9f\ \x94\x90\x80\x10\x91\x21\x9a\xa6\x11\xb6\x6d\x3a\xf8\xd1\x66\x7a\ \xde\x03\x08\xc0\x10\x00\x01\x34\xc0\x8b\x3f\x33\x24\x22\x0d\xdc\ \xc8\x6f\xbd\xee\xc6\xdb\x9b\xde\xfc\xdf\x5f\x3a\xa7\x79\xa0\x6f\ \x2c\x9e\xb6\xfb\x19\xac\xbb\xe5\x37\x1f\x5f\x77\xe7\x31\x6f\x7d\ \xe7\x42\xd9\xfe\x87\xbf\xdc\x37\xe6\x99\xc7\xbc\xed\x03\x6f\x5e\ \x60\xde\xf2\xeb\x6b\x1f\xd9\xd8\x97\x68\x3d\xfc\xed\x97\x5e\x38\ \x23\x85\xed\x4f\xde\x76\xfd\xdf\x1e\x19\xd7\xb1\x13\xce\xbf\xec\ \xc2\xa3\xea\x4d\x5b\x3f\x7e\xeb\x6f\x3e\xb6\xe6\xfe\x13\x2f\xb8\ \xf8\xb4\x15\xad\xca\xf1\x02\xbb\xe1\x90\x9a\xe1\xbd\xa4\xc7\x21\ \x25\xa5\x9b\x16\x1f\xc9\x8d\x90\xc1\x4d\x60\x18\xad\x3d\xfa\xb8\ \xa3\xaa\x62\x86\x61\xd9\x4a\x16\xf6\x59\xf9\xb2\xbf\xfa\xba\x5a\ \x51\xa4\xfe\xe2\x77\xbd\xf3\xce\xdb\xef\xeb\x50\x89\x5c\x81\x5f\ \xf0\x9e\xf7\x1e\xd9\x1c\xf3\x3c\xff\x65\xdf\x83\x52\xaa\xac\xac\ \xac\xb6\xae\xfe\xff\xd7\x08\x2b\x21\xe8\x3d\x7f\xa2\x9a\x48\x69\ \x43\x70\x29\x89\x73\x46\x00\x52\x6b\x22\x65\x70\x0e\x40\x82\x61\ \x4f\x57\x47\xfb\xe6\x0d\xdd\x9d\x3b\x2b\xcb\xcb\x66\xce\x9c\x51\ \xd6\x98\xde\x3a\xd4\xff\xd8\xd3\xcf\xb4\x77\x77\xda\xf1\xb2\x86\ \xa6\x19\x52\xb3\xce\xed\xdd\x1d\x5b\x77\x38\x53\x45\x90\xf0\xb9\ \xf7\x5d\xba\x60\xf6\x0c\xd7\xf3\x5e\x46\xef\x69\x69\x6d\xe5\x5c\ \xfc\x8b\x9a\x47\x84\x04\x40\x48\x6c\xd7\x88\x8b\x44\x84\x80\x4a\ \x12\x63\xc0\x18\x82\xf6\x41\xf9\x60\xdb\xa4\xe5\xd0\xc8\xc8\xe4\ \xf0\x88\x47\x72\x32\x33\xfe\xf4\xaa\x55\x4f\xad\x7a\x86\x85\x92\ \xad\x73\x17\x2b\x25\x57\xaf\x5e\xbd\xbd\xbd\x23\x33\x95\xd1\x9a\ \x3c\xdf\x17\x8c\x6b\xa9\x38\x33\x2c\x23\x66\x5a\xe1\x50\x34\x16\ \x2b\x4b\xc5\x93\xc9\x48\x28\x24\xb8\x46\xe5\x1e\xb6\x68\x4e\x79\ \x59\x0c\xdd\xcc\x69\x47\x1f\xe1\xbe\xf4\x9e\xaf\x94\xaa\xaa\xaa\ \x2e\x4b\xa5\xfe\xd5\x3b\x3c\x4d\x4f\x09\xb1\xe4\x16\xa3\x52\xe9\ \x3d\x8d\x02\x81\x31\x22\xad\x11\x41\x03\x68\xad\xa4\x52\x53\xd9\ \x8c\x27\xa5\x61\x9a\x5d\xfd\x43\x7f\x5f\xb5\x6a\xfb\xce\xce\xfa\ \x86\x86\x99\xb3\xda\x86\xb7\xec\x78\x76\xdd\xda\x2d\x5b\xb7\x4d\ \x4e\x4e\x01\xa2\x52\xca\xd7\x06\x90\x30\x18\x72\xce\x84\x19\x66\ \x56\x24\x14\x2b\x8b\x45\x42\x71\x53\x9c\x70\xf8\xc2\x0b\xce\x3a\ \xa5\x38\xb4\xf3\x25\x59\x73\xbb\x8a\xd4\x97\xae\x98\xe0\xe0\x6c\ \x41\x52\xbe\x32\xd3\x4b\xe7\xb7\xdc\x7f\xdf\x5f\xef\x2a\x7f\xe3\ \xd1\x2b\x16\xa7\x43\x39\xcf\x95\xcd\x47\x9c\xf2\xee\xf3\x8e\xa8\ \xaa\x49\x3c\xf8\xeb\x7b\xb6\xf1\x39\x1f\xbf\xfc\xc8\xca\x7a\xf3\ \xee\xab\x7f\x7c\xff\x60\xe3\x07\x3e\x78\xe5\xc3\x57\xff\xe0\x97\ \x7f\xa9\xfc\xf4\x69\xf6\x8f\x7f\x77\xcf\x51\x6f\xff\xe0\xac\xfc\ \xa3\x3f\xf8\xf9\xcf\x9a\x66\x7c\x8d\x69\x36\x67\xc5\x29\xef\x7e\ \xd3\x91\x89\x58\x42\x3a\x5e\xe0\x7e\x3b\xf4\x7a\x33\x1d\xbc\x9b\ \x83\xb4\x8e\x94\xd7\x96\x75\x6f\xfe\xc7\x1d\xb7\x33\x04\x22\x32\ \x62\xb5\x21\x6f\xf0\xa1\x7b\x76\x36\x2d\x3b\xbc\x2a\xcc\xf7\xf4\ \x13\x8b\xfd\x8f\xbd\xe4\x4f\x8d\x8f\x3a\x8a\x10\x01\x75\xe1\xc9\ \x3b\x6e\xb1\xad\x0b\x96\x36\x05\x75\xea\x5f\xc4\x06\xdd\xe3\x19\ \xa1\x46\xa6\x95\x16\x8c\x11\x91\x40\xe0\x8c\x01\x32\xad\x54\x7f\ \x6f\xcf\x9a\xf5\x6b\x46\x46\x86\x52\xe9\xd4\x89\x67\x9f\x99\x48\ \x26\xb6\x6d\xdb\x7a\xf3\xaf\x7f\x33\x9c\xcb\xa6\xab\x6b\x96\x2c\ \x39\x7c\x32\x5f\x7c\xf6\xd9\x75\x5b\xdb\x3b\xa6\xc6\xb2\x6e\xce\ \x5d\x3a\x7f\xe9\x45\xe7\x9d\xd7\xd0\x58\xee\xfb\xfe\xbf\x63\xab\ \xd2\x74\xbb\xe2\xb4\xdf\x95\x94\xd2\x86\x10\x8c\x03\x02\x6a\xa5\ \x18\x02\xd8\x76\x66\x6a\x62\x67\x67\x97\xe3\xf9\x79\xd7\x59\xbb\ \x71\xc3\xd3\xab\x56\x59\xa1\xf0\xe2\xc5\x87\xe5\x25\xae\x7a\x66\ \xf5\x86\x0d\x1b\x72\xb9\x1c\x22\xf3\x5c\x8f\x08\x39\x32\xcb\xb4\ \xcc\xb0\x1d\x0e\x87\x13\xf1\x74\x34\x9e\x8a\x27\xcb\xac\x70\x44\ \xd8\x36\x69\xad\xbd\x22\x53\xc8\x85\x35\x39\x95\x35\x65\xf1\xdf\ \xd6\x3b\x57\x72\x81\xed\x9e\xc3\x0b\x8e\x44\xa0\x34\x01\xa0\xe0\ \xa8\x95\xaf\xb5\x26\x4d\x8c\x71\x5f\xca\xa9\x5c\xd6\x57\x5a\x98\ \x46\x57\x57\xcf\xaa\xd5\xab\xbb\xfa\x06\xca\x1b\x9b\x8f\x3d\xe6\ \xf8\x6c\x2e\x77\xef\xdd\xf7\x6e\x6b\xdf\x3e\x31\x39\x29\x95\x66\ \x4c\x48\xdf\x97\x4a\x73\x2b\x64\x99\x91\xb0\x69\x46\x23\xe1\x68\ \xa2\x2c\x9c\x48\xc7\xca\x2a\x4c\xce\x23\x82\xca\x53\xe5\x93\x13\ \x93\x86\xd2\x9c\xbf\x84\x9d\x38\x4b\xfe\x7c\x64\x08\x08\x08\xec\ \x20\xec\x51\x20\x22\xa5\x7c\x85\xf1\x8b\xde\xf7\xe9\xe6\x87\xff\ \xf1\xd0\xdf\x7e\xf3\xd7\xbf\x56\xbe\xff\x63\xef\xe2\x8c\xc7\xca\ \x6a\x66\xce\x68\x31\x20\x47\x84\x55\x33\x66\x2f\x3b\xec\x30\x1c\ \xdf\x74\xdd\xba\x75\x43\xda\xbf\xe9\x86\xa1\x89\xd1\x7c\x31\x3d\ \xb4\x61\xc3\x78\xfb\xe0\x64\xf8\xef\x37\x6f\xf2\xc6\x8b\xbe\x1c\ \x1a\xc8\x12\xf0\x64\xba\x66\xd6\xcc\x66\x3f\x9b\x0f\xca\x10\xfe\ \xab\xdb\xa3\xc8\x98\x9b\x1d\x5e\xfb\xcc\xca\x29\x34\x18\x00\x68\ \xc9\xcb\x17\x34\x95\x37\x6e\x78\x76\x7d\x7c\xfe\x61\x35\x11\xbe\ \xe7\xfe\x69\xfb\x8b\x8f\x72\x21\xc7\xb7\x5e\xfb\xdb\x3f\xc2\x9c\ \xe3\x97\x2c\x89\x6b\x2d\x7d\x65\xa5\x22\x26\xe9\x60\x7a\xf5\x02\ \xc3\x3d\x10\x22\x02\x11\x00\x6a\x40\x22\x86\x84\xc8\xb5\x96\x9c\ \x0b\x40\x40\x45\xa3\x3d\xbd\xeb\x36\x6c\x98\xca\xe7\x92\x15\xa9\ \x79\x4b\x16\xa2\x29\x9e\x58\xf5\xd4\xd3\x6b\x9e\x75\x7d\x39\x6b\ \xc6\xcc\x24\xb1\xd1\xc9\xa9\xfb\xef\x7b\xb8\xbd\xb3\xab\xe0\x7a\ \xbe\x64\xa8\x99\x65\x86\xdb\x77\xec\xfc\xf6\xf7\x7f\xf2\x9d\xcf\ \xbe\x67\xd1\x9c\x56\xe7\xdf\x34\xcf\x0b\x77\xfb\xef\x4a\xbe\x3b\ \x22\x4d\xa4\x91\x33\x26\x78\xb1\x58\x18\xec\x1b\xea\xed\xed\x73\ \x3c\xb9\xb3\xbb\xe7\xd1\x27\x9f\xf0\x95\x9e\x31\x7b\x1e\x17\xc6\ \x43\x8f\xae\xdc\xba\xbd\x6b\xaa\xe0\x7a\x9e\x62\x0c\x19\xa3\x88\ \x1d\xe5\x42\xa4\x12\xa9\xb2\x54\x2a\x1e\x4f\x84\x43\x91\x50\x38\ \x62\x86\x22\xc2\x0a\x49\x42\xa9\x89\x94\x56\x5a\x1a\x02\x2c\x33\ \x34\xd4\x3f\x1a\x37\xff\x9d\xa3\x5c\xb8\x47\xed\x5a\xd2\x4a\x73\ \xce\x98\x00\xd2\x04\xa0\x11\x49\xfa\x9e\x30\x8d\xf1\xa9\xc9\x89\ \xa9\xa9\x78\x2a\xd5\xd3\xd7\x7d\xd7\x7d\xf7\x4d\x4e\x4e\x2d\x5e\ \xb6\xec\xa8\x99\xb3\xb7\x77\xf7\xdf\x76\xeb\x6d\xed\xed\x3b\x7c\ \x5f\x69\x20\x22\x66\x70\x41\x80\x21\xdb\x8c\xc4\x62\x91\x68\x79\ \x24\x9a\x48\xc5\xe3\xc9\x64\x22\x1a\x4b\x70\x3b\xea\x69\xa6\x7c\ \x3f\xcc\x94\x6d\x59\xbd\xdd\xdd\x4d\xe5\x21\xc1\x5f\xdc\x2b\xce\ \x19\x2b\xe4\xf3\x4a\x29\x44\xdc\xe5\xb1\x47\x44\xca\xe5\x72\x07\ \x15\x45\x22\xad\xb5\xb6\xa2\x55\x27\x5e\x70\xf9\xa9\xe7\x9d\xfb\ \xdb\x6f\x7c\xfc\x67\x37\x3c\x7a\x9a\xcd\x7d\x4d\x9c\x73\xa6\x89\ \x00\xb4\x94\x9e\xe7\x0a\x22\xd2\x7c\xce\x31\x67\x5f\x79\x62\xab\ \x94\x14\x2b\x4b\xec\x78\xe0\xe7\xa2\x62\xce\x5b\x2e\xbf\xa2\x52\ \xf8\x68\xd8\xa9\xb8\x79\xc7\x5d\x9e\xaf\x89\x31\xc6\x90\x94\x7e\ \x29\x21\xde\x80\xd7\x6b\x72\x78\xf0\x0f\x45\x49\x19\xaf\x5b\xf4\ \xe1\x2f\x2c\xc7\xdd\x42\x0c\xca\x71\xbc\x2b\x3e\xba\x80\xb4\x96\ \x7b\xab\xe1\xfe\xf2\x75\x11\xf2\xd9\xd1\x7c\x7c\xfe\x07\xae\x7c\ \x7b\xa3\xa1\x49\x03\x22\x39\x85\x82\x27\x83\xf5\xa3\x2f\x38\xdd\ \x21\x04\x20\x46\xa5\x9f\xb3\x26\x22\x24\x62\x8c\x00\xd4\x60\x67\ \xf7\xb6\x4d\x9b\x5c\xc7\xa9\x6d\x6c\x5c\x36\x63\x45\xe7\x40\xef\ \x9d\xff\xf8\xc7\xe6\x8e\x1d\x89\x8a\x74\xdb\xb2\x15\xc4\xd9\xb6\ \x8d\x9b\x37\x3e\xbd\x76\x6c\x62\x32\xef\xfb\x0a\xb9\x92\x5c\x69\ \x0c\x19\x21\x4b\xd8\x8c\x38\x47\x43\x08\x03\xfe\x3d\xf3\x56\x08\ \xf7\xd2\x51\x04\x02\x45\x44\xdc\x30\x5c\x27\xbf\x63\x67\xc7\xd8\ \xe4\xc4\xe0\xf0\xe8\xe0\xe8\xe8\xd6\xad\xdb\x72\x05\xb7\xa6\xbe\ \xd9\x95\xea\x91\xc7\x9e\xde\xba\x7d\x3b\x69\x54\xc4\x90\x78\x22\ \x12\x89\x44\xa3\x86\x61\x9a\xa6\x55\x53\x5d\x5b\x96\x2a\x0f\x87\ \xc3\x96\x65\x73\xc6\x14\x12\x30\x2e\x89\x11\xa1\xe0\x02\x38\x31\ \x22\x03\x0d\x02\x1c\x1b\x9f\x0c\x95\x87\xff\x7d\xfb\x3c\xe1\x2e\ \x6b\x94\x00\x88\x0b\x54\x52\x12\x29\xce\x19\x32\xe6\x4b\x3f\xeb\ \x16\x32\xa3\x59\x62\xac\x6f\x64\xe4\xaf\x77\xdd\xdd\x37\x3c\xd2\ \xd4\xdc\xda\xd8\x36\x67\xdd\xc6\xcd\x9b\x37\x6f\x1d\x1e\x99\x74\ \x1c\x17\x08\x0c\xcb\x22\x02\xa9\x74\x24\x12\x4b\x26\x93\x15\x95\ \x95\xc9\xb2\x94\x19\x8a\x87\xc2\x91\x88\x65\x09\xce\x35\x30\xc5\ \x4c\x54\xe8\x29\x32\x0d\x16\xb1\x43\x53\x43\x3d\x3a\x65\xc1\xf4\ \xbc\xf4\x85\xbc\x74\xa6\x65\x0e\x0e\xf6\x0d\x0d\x0e\xd4\xd6\xd5\ \x15\x0b\x0a\x11\x4c\xc3\x70\x5c\xa7\xbf\xaf\x37\x1e\x4f\x68\xad\ \x0e\xe0\x72\xdb\xe5\x0a\x66\x9c\x17\x7b\x6f\xf9\xeb\x03\x19\x5e\ \x9e\xb6\x0a\xcf\xec\xc8\x37\x9c\x5e\xdb\x68\x0e\xde\x74\xdb\xed\ \xd7\x86\x47\x67\x2e\x59\x24\x7d\xaf\xe0\x79\x5a\xf9\x2a\x54\x7d\ \xec\x31\x87\xff\xf2\xde\xbf\xde\x63\x9e\x10\x01\x98\xb1\xe4\xd8\ \xd9\xcb\x8e\x9f\x73\xeb\x8f\x6f\xbc\xe5\x9e\x23\x5b\xe2\x3c\x52\ \x77\xd2\xc9\x4b\x6b\x1b\xeb\xae\xbf\xf7\xce\x6b\x43\xe3\x2d\xb3\ \x17\x2c\x9d\x55\x07\x4a\x06\x96\xc7\xa1\x34\x2b\xc4\x97\xb4\xf9\ \x2c\x37\xc4\x64\xcf\xba\x1b\x6f\xb8\x6b\x0a\x4b\x65\xe6\x3d\x5e\ \xbe\xe4\xb2\xb7\x9e\x5a\x6e\xef\x67\xc5\xf1\x7e\x3a\x99\xd2\x3a\ \x51\xd9\xd2\x1a\xbe\xff\x77\x3f\xfc\x49\x99\xe1\x79\x52\x49\x19\ \x3e\xf1\xfc\x37\x2d\x6a\x48\x4a\x19\x38\x2b\x5e\xd0\xaf\x4b\xbb\ \x46\x20\x06\xa8\x09\x38\x4c\x8e\x4f\x6e\x5c\xbd\x7a\x6a\x6a\xaa\ \x75\xd6\xac\x74\x55\xd5\x8e\xae\xce\xab\xff\x74\xc3\x68\x26\x93\ \xa8\xac\x5a\x71\xf4\xf1\x83\xe3\x63\x4f\xac\x5c\xbd\x76\xf3\x26\ \x3f\xe7\x62\x51\x29\xd0\x4a\x73\x62\xc2\xb2\xec\xa8\x1d\xb1\x85\ \x1d\x09\x45\xa3\xe1\x48\x32\x51\x1e\x89\xc6\xd4\xbf\xeb\xe2\xdd\ \x52\xab\x12\x32\x00\xd2\x5a\x31\xce\x11\x59\xc7\xce\xf6\xbe\xbe\ \x5e\x4f\xca\xee\xe1\x91\xa7\x56\xad\x66\xcc\x28\xab\xa8\xf6\x47\ \x27\x9f\x78\x7a\x4d\x47\x57\xb7\xeb\x2b\xc6\x6c\x8d\x18\x8d\x44\ \x2b\x2a\xab\xcb\x92\xc9\x74\xba\x22\x14\x89\xe4\x0b\xc5\x54\x79\ \x3a\x14\x0e\x49\x5f\x71\xc6\x19\x67\x1a\x94\x06\xd0\x12\x98\x42\ \xc6\x84\xd4\x3e\x32\x6e\x18\x02\x41\x48\x4f\x1b\xc2\xfc\x77\x0e\ \x72\xed\xee\xcf\xbb\xb2\x6e\xa5\x10\x42\x2a\x39\x36\x32\x94\x2d\ \x14\x98\x69\x6c\xef\xea\x7a\xea\x99\x55\x0a\x58\xaa\xa2\xba\x21\ \x12\xef\xe8\x1d\x78\xf6\xae\x7b\xa7\x32\x79\x25\x41\x80\x30\x8d\ \x70\xc8\xb6\x13\x65\x65\x91\x78\x02\x11\x2b\x2b\xab\x53\xe5\xe5\ \xd1\x68\xd4\xb2\x42\x3e\x70\x02\xce\x40\x82\x56\x84\x5c\xa0\xa9\ \x48\x5b\x96\x15\xe2\xda\x30\x8c\x5c\x36\x47\xba\xf2\xe0\xcc\x0b\ \x48\x95\x95\x6d\x5c\xbf\x2e\x9f\xcb\xd7\xd6\xd7\x1a\x86\x31\x34\ \x34\xb8\x7d\xdb\xb6\xf2\x54\x0a\x5e\x50\x85\x11\x00\x08\xb4\xd2\ \x84\xa1\xca\xb2\x48\xd7\xa6\xed\x83\x8a\x2f\x38\xe7\x7d\x67\x9e\ \x7c\x58\x52\xd6\x5f\x9a\xb9\x6d\xf5\xb6\x8e\x54\xcb\xfc\x99\x87\ \x9d\x88\xbc\x4e\x79\x9e\xa7\xe0\xf0\xf3\xde\xcb\x63\x77\x3f\xb2\ \x6e\xbd\x0a\xd7\xd4\xcf\xf7\x8c\xa6\x25\x9f\xf8\xec\x87\x6f\xbf\ \xf7\xd1\xb5\x1b\x86\x5b\x16\x55\x39\x2e\x2c\x38\xf1\xed\x97\xe6\ \x6f\x5d\xb7\x6d\x47\x59\xd3\x3c\x02\x08\xc2\xa3\x87\xa0\x35\xfa\ \x12\x0e\x56\xda\x0c\x97\xcd\x5b\xbc\xa4\x88\x1c\x51\x98\x72\xe0\ \x9e\xbf\xaf\xdc\x39\x7e\x6c\x45\x7d\x58\x69\xf5\xe2\x3a\xca\x90\ \x49\xbf\x38\x3e\x34\xe6\x37\xb6\x35\xb5\x36\x82\x96\x4a\x59\x89\ \x90\xd0\xaf\xa0\x5f\x20\xa2\xef\xfb\x4a\xa9\xd2\x66\x6f\xa5\xe4\ \x8b\x83\xac\x2b\x71\x88\x3e\x92\x5d\x09\x8a\xf0\xdc\x0a\x07\x3d\ \x9d\xf5\xcf\x18\x00\x64\x32\x13\x3b\xda\xb7\x0d\xf4\xf7\xc7\xe3\ \xf1\x45\x87\xaf\xe8\x9d\x1a\xff\xe3\x1f\xae\x29\x14\x9c\xd6\x99\ \x6d\x6d\x4d\xad\x5d\xbd\xfd\xb7\xdf\x71\xdf\xce\xee\xee\x4c\x26\ \x67\x86\x22\xd2\x63\x40\x60\xd9\xe1\xb0\x19\xb2\xc3\xd1\x68\x22\ \x19\x0e\xc7\xa2\x91\x78\x79\x2a\x1d\x0d\x47\x01\x38\x17\x82\x5e\ \x7e\xe1\x95\x5d\x4b\x6b\x76\x3d\x8b\x43\xbf\x79\xb5\xd6\x44\xc4\ \x18\x63\x8c\x95\x16\x41\x28\x29\x99\xe0\x04\x4c\x13\x14\x0a\xb9\ \xf1\xa9\x6c\x7b\x47\xe7\x8e\xce\xae\x29\xcf\x4f\x56\xd4\x8c\x8c\ \x8c\xfe\xe3\x91\x27\x3a\x3a\x7b\x08\x38\x37\x2c\xc1\x18\x67\x66\ \x43\x63\x63\x73\x53\x6b\x32\x51\x16\x8d\x45\x11\x99\xaf\x14\x60\ \x36\x99\x4c\x6b\x20\x62\x8a\x31\x4e\xa4\x35\x49\x05\x84\x02\x19\ \xe3\x00\x28\x1d\x8f\x21\x96\x16\x6d\x4b\xa5\x11\xd9\x2b\xe9\xf3\ \xa5\xbe\xf1\xdc\x3a\x1c\xce\x4b\xb7\x56\xda\x3a\x18\xf7\x48\x73\ \x85\x43\x6c\x9d\x4c\x69\xb9\x95\xef\x4b\xc6\xd8\xf4\x0c\x51\x03\ \x0a\xc3\x93\x72\x72\x6a\x32\x57\x74\x7b\x87\x46\x36\xb5\xb7\x8f\ \x4d\x4c\xd6\x34\xb4\xe4\x1d\xef\xa9\xd5\x6b\xb6\xed\xec\xca\x15\ \x3d\x40\xee\x29\xb4\xcd\x50\x3a\x59\xd1\xd4\xd0\x98\xae\x48\x47\ \x62\x51\xdb\x0e\x67\x32\x99\xea\x9a\x5a\x44\x24\x60\x5c\x08\x86\ \x42\x01\x82\xf2\x40\x49\x22\xa6\x98\x69\x22\xb8\x45\x05\x1c\x39\ \x13\xc5\xa2\x73\x90\xbd\x54\x6b\x1d\x8b\xc7\xe3\xf1\x64\x6f\x4f\ \x57\x67\xe7\x0e\x22\x10\x82\x57\xd7\x54\x27\xe2\xc9\x9e\x9e\xce\ \x17\x1d\x55\xb5\xf2\x89\xc5\x0e\x3f\xf5\x2d\xc7\x9c\xc5\x11\x40\ \x49\xaf\xe8\x38\xae\x48\x9d\x7e\xc9\x07\xce\x11\xe8\x15\x0b\x8a\ \x35\x2f\x04\xbf\xe0\xfa\x00\xe0\x68\x63\xc9\xa9\x6f\x3e\xe2\x2c\ \x01\xa4\x9c\x62\xa1\x90\x2b\x46\xea\x17\xbf\xf3\x83\x2b\x38\x03\ \xe9\xb9\x45\x27\xaf\xec\xf4\x59\x97\x7d\xf8\x3c\x8e\x5e\xb1\xe0\ \x78\xc1\x52\xfb\x43\xcd\x61\x88\x2f\x69\x6a\xa3\x94\x0a\xa5\x9a\ \x4f\x3b\x6f\xce\xf4\xbf\xe5\xce\xcd\xcf\x6c\x2d\xba\xfb\x4f\x52\ \xd9\xef\xfa\x51\xc8\x8e\xf5\x4f\xc4\xe6\xbf\xef\x43\xef\x6e\xb1\ \x74\x69\x59\x97\x53\x28\xf8\xaf\xac\x4e\x07\xed\xca\x05\x28\x45\ \xe0\xf9\x01\x36\x44\xfd\x57\x7a\x2a\xbb\x86\x7b\x98\x5e\x06\xaa\ \x11\x19\x10\x8d\x8d\x4d\x6c\x6b\x6f\x1f\x9f\x18\x2f\x2f\x2f\xaf\ \x6f\x9b\x3d\x3a\x32\x76\xed\xcd\xb7\x0c\x16\xf3\x0d\xad\x2d\x49\ \xc6\xd6\x6e\xde\xbe\x79\xf3\xd6\xcc\x54\xbe\xe8\xb8\x40\xdc\xb6\ \x62\x4c\x31\xcb\xb6\x85\x69\xa7\x2b\x2b\x53\xe5\x15\xc9\xb2\x54\ \x24\x1e\x17\xdc\x60\xcc\x60\x4c\x30\x64\x52\x21\xbc\x02\xf1\x53\ \x52\xa2\x61\x94\x06\xeb\xd2\x05\x1f\xca\x52\x5a\x2a\xdc\x25\x84\ \xd8\x7d\x9d\x4a\x6b\xcf\xf3\x42\x11\xdb\xf3\x55\xc1\x71\x26\x33\ \xd9\xd5\x6b\x56\xad\x7e\x76\x8d\xeb\x79\xc8\x44\xa6\x50\x7c\xe2\ \x99\x87\x7b\x7b\xfb\x19\x17\xc4\x4c\xce\xcc\x68\x2c\x99\x4c\xa6\ \x9b\x9a\x5a\x1a\x1a\x1b\x2d\x2b\x8c\xc8\x0c\x21\x3c\x29\xc9\x57\ \xc2\x92\xcc\x0c\x11\x69\xce\x34\x11\x4a\xe9\x6b\x04\x22\xad\x00\ \x7d\x0d\xa4\x35\x0a\x83\x3c\x85\x8c\x21\xa2\x10\x9c\x80\x5e\x41\ \x87\xa7\x7d\xe6\x5b\x5a\xeb\x52\x6d\x74\xc3\x30\x18\x63\xbb\x37\ \x10\x26\xa2\xd2\xcc\xf2\xd0\x79\x2e\x5a\x29\xa5\x25\x00\xf7\x7d\ \xdf\xb4\x4c\xa5\x01\x39\x2f\x78\xae\xe3\x3a\x5b\x77\xf6\xac\xdf\ \xb8\xa1\x28\x89\x5b\x36\x89\xf0\x5d\xf7\x3f\xbc\x63\x47\xa7\x4f\ \x84\xdc\x04\x34\x4d\x33\xd4\xd0\x58\x57\x5f\x57\x3f\xa3\x69\x46\ \x3c\x1e\x47\x00\x8d\x00\xc0\x7d\x85\xe1\x58\x99\x56\x5a\x2a\x8d\ \x8c\x21\x33\x00\x88\x33\x20\x26\x94\x06\xad\xd0\x27\xcd\xb8\x60\ \x5c\xfb\x52\xb9\xd3\xdb\x9f\x1d\x64\x87\x51\xe1\x48\xa4\xb9\xa5\ \x95\x48\x97\x16\xd7\x19\x86\xe1\x38\xee\x8b\xba\x8f\x48\x6b\x29\ \x7d\x22\x92\xbe\x5b\xd8\xeb\x3d\x3f\xeb\x3b\xbb\xfe\x76\x8a\x7b\ \xbc\x21\x73\x7b\x1d\xa9\x94\xef\x39\xf9\x3d\xdf\xcf\x7a\x4e\xa0\ \x58\x87\xae\x7b\xe5\xa5\xe8\x28\x17\x22\x3f\xd2\x7e\xf7\x43\xab\ \xf2\xc8\x05\xc7\xa9\xae\x0d\x5b\x9d\xaa\xb3\x2a\x13\xfb\xb5\x67\ \xf6\xb7\xee\x85\xc0\x8e\x24\x8d\x91\xf5\x57\xfd\xe8\x47\x95\xa6\ \x52\xa4\x7d\x1d\x3d\xe1\xdc\x37\x2e\xac\x4b\xbc\x12\xbf\x6e\xc9\ \x24\xb5\x2c\x4b\xfe\x7f\x51\xef\x7e\xb7\x31\x51\x1a\x25\x11\xc1\ \xf3\x24\xe3\x62\x60\x70\x70\xf3\xd6\x6d\xe9\xea\x9a\xd6\xea\x9a\ \xad\xed\xed\x8f\xac\x5e\xcb\xb9\x91\x6a\x68\x72\x27\xa7\xd6\xac\ \xdf\xb6\x6d\xcb\xb6\x62\xd1\x21\x60\xa4\x59\x34\x56\x1e\x8f\x26\ \x93\xc9\x54\x79\x2a\x65\xd8\xb6\x66\x98\x2e\x2f\xb7\xac\x10\x37\ \x0c\x26\x0c\xc1\x0d\xa9\x49\x29\x8d\x80\x28\x38\x63\xec\x65\x0f\ \xe9\xbb\x25\xff\x5f\xc2\x1e\xe5\x9c\x97\x74\x05\x11\xb5\xd6\xae\ \xe7\x5b\xb6\x45\x8a\x15\x5c\x7f\x70\x78\x64\xe3\xe6\xad\x9b\xb6\ \x6e\xed\xeb\x1f\x90\x4a\x0f\x0d\x0f\x77\x74\x75\x0f\x8d\x4d\x71\ \x61\x86\xc3\x65\x9a\xa0\xbe\xa1\xb1\xae\xbe\x29\x9d\xae\x2c\x2b\ \x2b\xb7\xc3\x21\x29\x49\x6b\x14\xa6\x85\xc0\xb4\x72\x24\x68\x47\ \x63\xc1\x57\xc8\xb8\x24\x20\x44\x1f\xb8\x92\x52\x6b\x94\x4a\x7b\ \x1a\xb4\xd2\x06\x02\x43\xb4\x6c\x93\x90\x34\xc8\x57\x50\x7c\x95\ \x38\x17\x00\x50\xda\x5f\xa2\x94\x08\x33\x6d\x5e\x13\xed\xb6\x4a\ \x77\x1b\xa6\x87\xe0\x43\x11\x8c\x01\x01\x33\x0c\x00\xd4\x88\x63\ \x13\x53\xdb\x3b\x77\x6e\xda\xba\x75\x62\x62\x4a\x23\x8c\x8e\x65\ \xb6\xed\xe8\x1c\x1c\x1c\x92\x9a\x98\x11\x8e\x98\xa1\x68\x2c\x9e\ \x2e\xaf\xaa\xaa\xae\xa9\xaf\x6f\x28\x4f\x57\x10\x30\xce\x85\x54\ \x0a\x91\x69\x02\x34\x8b\x4c\x98\xc8\x51\x7a\x1e\x21\x6a\x26\xa4\ \x92\x92\x80\x94\x56\x9a\x1c\x49\x4a\xa3\x6d\x18\xdc\xd4\x92\x14\ \x31\xc6\xd8\x4b\x98\x67\xef\xe9\xbd\xd8\xb3\xab\xbf\xf0\x47\xc2\ \xe1\x48\x43\x63\xcb\x2b\x99\x2a\x05\xfc\x6b\xd1\xb5\x73\xc7\xee\ \xc9\xeb\xc1\x0c\x9b\xca\x77\xc6\xc7\x46\xf3\xcc\x20\xe5\x5b\x95\ \x8b\xdf\xf7\xe6\x13\x1a\xa2\xb0\xdf\xfd\x43\xc5\xf3\x3f\xcd\x18\ \x58\xa9\x96\xf3\x2e\x7c\xe3\xb6\x11\x87\x31\x44\xd0\x92\xec\x88\ \xc9\xe9\x15\xfa\x75\x3d\x7f\x68\x68\xa8\xaa\xaa\x8a\x73\x5e\x72\ \xed\xfe\x4b\x67\x42\x96\x1c\xa5\xa5\xdf\x2d\x22\x2a\x2d\x19\x47\ \xcf\xf7\x12\xe9\x54\x2b\xb6\x3d\xbb\x7e\x63\x67\x4f\x9f\xe6\xc2\ \xae\xa8\x1a\x18\x18\xba\xef\x8e\x7b\x07\xfb\x47\x3d\xcf\xb7\x6c\ \x9b\x63\xc8\x30\x43\x35\x35\x35\x75\x0d\x8d\x95\x15\x55\x56\x38\ \x0c\x0c\x1d\xc7\xe1\x8c\x95\x25\x93\x4a\x69\x64\x02\x90\x2b\xa9\ \x4d\x81\x60\xa0\x02\xd2\xf2\xa5\xd4\xe1\x78\x1e\xa6\x69\x02\xe2\ \x6e\x5f\xfa\x9e\x3e\xde\x43\x73\x82\xb2\xfb\x52\x11\x51\x98\xe6\ \x54\x3e\x97\xcd\x17\xd6\x6d\xd8\xbc\x76\xed\xfa\xe1\xd1\xf1\xc9\ \x6c\x7e\x68\x78\xac\xbb\xa7\xd7\x71\x3c\x05\x10\x89\xa6\x19\x17\ \xb1\x68\x74\xde\xbc\x05\x4d\x4d\x4d\xb1\x44\x22\x12\x89\x39\x8e\ \x5b\x28\xe4\x6d\xd3\x56\xc0\x3d\x45\x00\xa0\x34\x4a\x60\xc4\x84\ \x46\x21\xb5\x76\x5c\x5f\x92\xf6\x3d\x1f\x94\x22\x8d\x0a\x48\x69\ \xd0\xa4\x34\x69\x8b\x91\x26\x65\x18\x58\x28\x66\xa5\x8a\xbf\xbc\ \x86\x37\x0c\x73\xd3\xa6\x8d\xa4\xa9\xaa\xaa\x2a\x9d\x4e\xc7\x13\ \x89\xe9\xdf\xdb\xae\x6d\x9b\x08\x48\x30\x51\x92\x52\x22\x2a\xcd\ \x1e\x0e\xa1\x87\x00\x80\x00\xbe\xf4\xb8\x61\x8e\x4f\x4d\x6e\x69\ \xef\xd8\xba\xb3\x73\x2c\x93\xcd\x14\x0a\x5d\xbd\xfd\x3b\xbb\xba\ \x33\x59\x17\xc8\xb0\xcc\x58\xcc\xb6\xab\xaa\xaa\x67\xcd\x6c\xab\ \xab\x6b\x88\xc7\xe3\xa6\x69\x22\x20\x30\xe6\x03\x07\x44\x92\xd2\ \xf7\xe5\x54\x36\x83\xdc\x90\x1a\x15\x01\x31\xa1\x89\x7c\xa5\x8b\ \x52\x32\x55\x32\x7c\xb5\x4f\x08\x80\x12\x18\x72\xae\x90\xb8\x29\ \x5e\xf3\xa0\x0f\x01\x17\xc2\xb2\xed\x40\x5d\xfe\x7d\x60\x2f\xc5\ \x09\xaa\xa4\x4c\xd4\x2e\x78\xfb\x15\x4d\x43\x13\x6e\x65\x4d\x95\ \x81\x1a\x01\x5c\xd7\x3d\x18\xbf\x2e\x82\xf2\xc6\x27\x33\x76\x34\ \x32\xe3\xb0\x63\x5b\x69\x2f\x23\x57\xa9\x57\x90\xe7\x42\x64\x18\ \x86\xd2\xba\xe4\xd4\x15\x42\x10\xc1\xbf\xa0\x8c\x3e\xb7\x12\x40\ \x6b\x5d\xaa\xeb\x47\x44\x9e\xe7\x01\x92\x27\xbd\xfe\xc1\xc1\x75\ \x9b\x36\x77\xf7\x0f\x72\x2b\x24\xb9\xd8\xd1\xd9\xdb\xde\xd9\xdd\ \x3f\x34\x24\xb8\x99\x10\xd1\xa4\x61\x72\xcb\xa8\xaa\xa9\x69\x68\ \x6d\x29\xaf\xaa\x08\xc7\xe2\x92\x40\x22\x08\xc3\xd0\xb9\x0c\xd7\ \xda\x0e\x87\x5c\xd7\x67\x8c\x2b\x05\xa5\x35\x4b\x8a\x88\x88\x34\ \xe8\x57\xd0\xf0\x34\x36\x3e\x11\x0e\x87\x42\xa1\xd0\x6e\xa1\xda\ \x1d\xba\x03\x82\x83\x98\x8f\xbf\xc4\xc0\xc2\x2b\x33\xee\x4b\x22\ \xca\x19\x23\x22\xa9\xd4\xc0\xf0\xd0\x8e\x9e\xee\x9e\x9e\xde\xfb\ \xff\xfe\x90\x22\x36\x3c\x3c\xde\x3f\x34\x3a\x39\x95\xb5\xec\x88\ \xb0\xc2\xd1\x50\xb4\x2c\x55\xd1\x50\xdf\x58\x9e\x2e\xaf\xaa\xaa\ \x0a\xd9\x21\x22\xe0\x8c\x0b\xc3\x34\x0c\xdf\xf7\x3d\x8d\x06\x71\ \x93\x08\x14\x30\x60\x42\x03\xe6\x1d\xd7\xf1\xbd\x7c\xd1\x51\xa4\ \xb5\xd2\x4c\x03\x02\x23\x64\x80\xc8\x10\x0c\xcb\xf0\x0a\x85\xee\ \xae\x81\x59\x8d\x95\xc3\xc3\x03\x0d\xe9\x30\xbe\xac\x01\x3d\x14\ \x0a\xdd\xf6\xfb\xab\xff\xfe\x8f\x7f\xd4\xd7\xd7\x97\x95\x95\x55\ \x55\x55\x55\x57\x57\x37\x35\x35\x35\x34\x34\xa4\x2b\x2a\x62\xd1\ \x68\x28\x14\x32\x0d\xe3\x85\x4d\xa8\x52\xb3\xbc\xfa\xad\xbf\xeb\ \x8c\x78\xc0\xcc\x0b\x62\x42\x00\xe8\xec\xf8\xc4\xd0\xe8\xe8\xfd\ \x0f\x3e\x92\xf7\xfd\x91\xa9\x5c\x7b\x57\xcf\xf0\xf8\x54\x51\x4a\ \x61\x9a\x89\xf2\x1a\x83\xd9\x65\xc9\x44\x43\x7d\xfd\xac\x59\x6d\ \xb5\xd5\xd5\x08\xdc\x30\x0c\xe9\xf9\xbe\xe7\x2a\x0d\x0a\x88\x10\ \x81\x09\x60\xe8\x4a\x6d\x98\x21\x47\x6a\xcf\xf3\x90\x09\xd7\x77\ \x8b\x44\x9e\x56\x4c\x4b\x90\xbe\x26\xd2\x68\x68\xd2\x82\x21\x37\ \x4d\x5f\x4a\xc7\x75\x5f\x87\x39\xc5\x2b\x99\xb8\x68\x67\xaa\x7f\ \xac\x98\xae\xa9\xb6\x0f\xb6\x77\xe8\x89\xa1\x7e\x1d\x4e\x97\xc7\ \xf6\xa3\xdc\x1d\x2b\xef\xe9\xc0\x99\xa7\xac\x98\xb1\xdb\x3f\x3c\ \xd2\x3f\xc4\xe3\x95\xa9\xa8\xb1\xaf\xab\x10\x11\x00\xb6\x3f\x7d\ \x47\x07\xce\x39\x6d\xf9\x8c\xe7\x9f\x6a\xf3\xc3\x77\xf6\x87\x96\ \x9e\x7c\x78\x4d\xa0\x9a\xfb\x7d\xe4\x2f\x41\x74\x85\xe1\x8f\x6e\ \xfd\xdd\xaf\xaf\xda\x38\x48\x73\x4f\xbc\xe8\xca\x73\xe6\xac\x7b\ \x7a\x53\xed\xbc\x25\x55\x31\xa1\xf5\x0b\xef\xe3\xcd\x85\x37\xbe\ \xe9\x57\x3f\xbd\xe7\xa4\x4b\x2e\xec\xba\xeb\x77\x4f\x0e\xfa\x06\ \x43\x00\xe5\xeb\xc4\x85\xef\x7d\xef\xd1\x33\xd3\xbe\xff\x32\x5d\ \xb2\x9a\xb4\x6d\x87\x2a\x2a\x2a\x19\xc3\xd2\x88\x21\x04\x57\x04\ \x9a\xa6\x4b\xe8\x95\x6c\x65\x86\x50\x5a\xff\xcd\x00\x88\x34\x00\ \xb1\x5d\xd5\x33\xa7\x2d\x32\x2c\x1d\x0e\x52\xe9\xe9\x55\xd7\x08\ \xa0\x15\x22\x10\x22\xd1\xcb\x9f\xc3\x6a\x64\x00\xc0\x08\x18\xe9\ \x3d\x57\xcd\x01\x63\x04\x08\x0c\x80\x50\x69\x4d\xa4\x85\x00\xad\ \x15\x22\x29\x45\xc2\x30\x5d\xdf\xd3\x04\x3b\x7a\xfa\xd7\x6f\xd9\ \x3a\x34\x34\x9c\x2f\xba\x99\x42\x71\xfb\xce\x2d\x7d\x83\xc3\x8e\ \xa7\x34\xf2\x58\xac\x3c\x1a\x8a\x37\x57\x36\x37\x54\xd5\x27\x52\ \xf1\x64\x3a\x65\x85\x2d\x47\x7a\x4a\x30\xc6\xb9\xe0\x5c\x21\xc9\ \x2c\x91\xef\x11\x20\x33\x0c\x4d\xa8\x48\x2b\xad\x7d\x29\xa5\x92\ \x4a\x6b\x5f\x13\x41\xe8\x65\xfb\xd2\x3f\xf3\xf1\x4f\x09\x21\xea\ \x1a\xeb\xea\x9b\x1a\xd2\x95\xe5\xe9\x74\x79\x6d\x75\x4d\x79\x59\ \x2a\x1e\x4f\x01\x03\xdc\x3b\xe8\xad\x94\x22\x44\x86\x0c\x68\x77\ \xed\x3d\x52\x4a\x97\x32\x4f\x90\xb1\xdd\x75\x50\xa7\x67\xf5\xb0\ \xef\x19\xf6\xed\x8e\xba\xf4\xc4\x40\x23\x68\x06\x84\x40\x44\x48\ \x80\x0c\x49\xaa\xd2\x26\x0c\xbe\xef\x31\x46\x58\x0a\x4b\x32\x46\ \x80\x04\x98\x73\xbd\xa7\x9e\x7e\x66\x4b\x7b\xc7\x86\xcd\x5b\x2a\ \x2a\xab\xba\x7a\x47\x06\x06\x87\x15\x61\x34\x96\x58\xb8\xa4\x2d\ \x9e\x28\x13\x86\x19\x8b\x26\x92\xc9\xb2\x74\x2a\x2d\x0c\xc3\x10\ \xa2\x14\x58\x95\x4a\x4a\xb7\x88\x44\x06\x67\x8e\xf6\x98\x69\x65\ \x5d\xe1\x71\x23\x9f\x1f\xcf\xe5\x8b\x19\xdf\xcf\x28\xee\xfb\x14\ \xb5\x6c\xa1\x5c\x9f\x29\x89\xbe\xf4\x7c\xd4\xe4\xe6\xa6\xf2\x93\ \x63\x5e\x76\xac\x3c\x66\x39\xce\x5c\xe9\x3b\x08\x2f\x33\x96\x8c\ \x44\x64\x27\xa7\x78\x22\x37\x9c\x77\x7b\x46\x11\xb7\x9b\x86\x30\ \x00\x22\x42\x94\x47\x63\x35\xe5\xe9\x99\xad\x2d\x0d\x33\x9b\x92\ \xa9\x78\x5d\x6d\x5d\x6d\x4d\x75\x2a\x9d\x02\x00\x2d\x25\x72\x86\ \xc8\x35\x11\x10\xfa\xbe\x6f\x98\x86\xef\x49\xc3\x14\xb0\x4f\x02\ \x28\x1e\x4c\x69\x16\xdc\x55\x8e\x68\xd7\xbf\x88\x34\x69\x45\xda\ \x10\x02\x01\x94\xe7\x23\x67\x8c\x31\x02\x0d\x00\x0a\x35\x43\xc6\ \x81\x13\x40\xdf\xf0\xc0\xe6\xad\x5b\xfa\x06\x06\x88\xb1\x67\xb6\ \x6c\x1c\x19\xcd\x8e\x4c\x38\x56\x38\x19\x0a\x55\x55\x25\x13\xa1\ \x48\x24\x1e\x4f\x96\xa7\x2b\x1b\x1a\x1a\x52\xf1\x64\x38\x64\x23\ \x90\x40\x26\x38\x03\xa6\x25\x29\x4d\x40\x5c\x28\x20\x42\xa1\x38\ \x2a\x61\x33\x61\x8f\xe5\x5d\xd7\x53\x9a\xa4\x2f\x7d\x4d\xa0\x49\ \x31\x00\xce\x42\x52\x6a\xce\x50\x70\x04\xcf\x65\x8e\x2b\x51\x0f\ \xf5\xf6\x90\x3a\x1c\xf8\xeb\x94\x87\x98\xef\x7b\xea\x6f\xcf\xe6\ \xcf\x3c\xf3\xc4\x44\xc9\x5c\xf1\x87\xef\xba\xfb\x91\xba\x23\xde\ \xb8\xa8\xf2\x80\xfb\xc6\x78\x3d\x8f\xfc\xf0\x37\x6b\xae\xfc\xca\ \x97\xe6\x84\x0f\xf2\x4b\x72\x37\xfd\xef\xa7\xa7\x8e\xfd\xd2\xa7\ \xce\x59\xf0\xfc\xf7\xda\x1f\xbd\xf3\xd1\xf8\x9b\x9f\xd3\x51\x9a\ \xbc\xf1\xff\x7e\x58\x76\xf6\x27\xdf\x76\xf4\x73\x72\xb8\xee\xee\ \xab\x3b\xe2\x47\xbf\xe9\xa8\x99\x00\xb0\xed\xc9\x3b\x1e\x8b\x27\ \xf7\xaf\xa3\xff\xb8\x6b\x6d\x7d\x6d\xa0\xa3\xaf\x42\x5c\x83\x43\ \xc7\x96\xa7\x87\x62\x47\x7e\xf9\xf2\xa6\xdf\x5e\xf7\xcc\xe8\x09\ \x4d\x1b\x1e\x7f\x20\x57\x31\xab\x36\x51\xa6\x5f\x38\x5f\x57\x2b\ \xc9\xe3\x2d\x97\xbf\xe7\xd2\x58\x59\xa2\xf5\xe2\xf7\xac\x90\xb4\ \x6b\xe1\x1e\x2f\x4b\xc7\x5e\x49\x70\xd4\xb2\xec\x2d\x5b\xb6\xdc\ \x73\xd7\x7d\x8d\x4d\x4d\xe9\x74\x3a\x91\x4c\x26\x92\xf1\x48\x3c\ \x22\xf0\xb9\x1f\xb9\x24\x00\x24\x24\x64\x48\xa4\x24\x68\xcd\x38\ \x27\xd2\x40\x88\xc8\xa9\x54\x6b\x1c\x50\x6b\x42\x56\x2a\x81\x4d\ \x88\x20\x7d\x5f\x70\x06\x44\x2f\x65\x89\xed\x81\x3c\x3d\xbb\x95\ \x41\x03\x69\x28\xe5\x0d\x01\x03\xad\xb5\x66\x1a\x34\x22\x23\x50\ \xae\xe7\x19\x06\x53\xa0\x08\xa1\x7f\x74\x70\x72\x32\xbf\x66\xed\ \xc6\xde\xd1\xc9\x09\x57\x8d\x8e\x8d\xed\xec\xd8\x39\x3a\x36\x69\ \x9a\x36\x17\xd1\x48\x98\x87\x23\x91\xc6\xa6\xe6\x39\xb3\xe7\x55\ \x95\x57\x87\x43\x61\xc6\x59\xd1\x29\x78\xca\x37\x43\x61\x9f\x48\ \x02\x90\x06\xc7\xf7\x7d\x89\x82\xdb\x9e\x42\x4f\x81\xab\xb4\xd4\ \xe4\xb8\x3e\x20\x21\x91\x92\xca\xf1\x5c\xad\x62\xf8\x72\x74\x14\ \x88\xe8\x99\xd5\x9b\x47\xc6\x47\x35\x23\x66\x31\xcb\x36\x23\x11\ \x3b\x1e\x8d\xc6\xed\x70\x53\x75\x4d\x53\x4d\x43\x4d\x7d\x75\x4d\ \x43\x75\x5d\x5d\x5d\x79\x3a\x5d\x9e\xae\xe0\x86\xc9\xb9\x21\x3d\ \xc9\xb9\x28\x29\x88\x94\xca\x10\x5c\x13\x71\xc6\x7c\x25\x85\xe0\ \x44\x04\xa5\x3a\x88\x08\x8c\x08\x5e\xc4\xe9\x8c\xa5\x6a\x72\xa5\ \xb6\xd5\x00\x1a\xb4\xc1\x38\x2b\xf9\xc5\x35\x20\x28\x51\xb2\x91\ \x39\x6a\xad\x3d\xe9\xb9\x92\x36\x6c\x6e\x7f\x6a\xf5\xda\xbe\x81\ \xa1\xae\xae\x81\xae\x9e\xc1\xc5\x4b\xa2\x0a\xed\x64\x79\x4d\x75\ \x6d\x7d\xdb\x9c\xb9\xb1\x78\x22\x16\x4f\xba\xae\x53\x2c\x14\x13\ \xd1\x98\x21\x8c\x7c\xbe\xa0\x2c\x3b\x12\x0e\x4b\x42\x4f\xa3\x42\ \xd3\x07\x5f\x2a\xa5\xb9\x54\xe4\xe5\xa4\x99\x2d\x68\xf2\x59\x36\ \x93\x55\x16\xcf\x98\x31\x4f\x09\x9d\x71\x23\x32\x9f\x51\x53\x53\ \xf9\x49\x8b\x71\xa6\x94\x76\xf2\x11\x81\x4d\x0d\x55\x2d\x75\x95\ \x51\x8b\xcd\x6d\x6b\x89\x45\x43\xfa\x65\x95\x1f\xd1\xda\x8f\x54\ \xcf\xa8\x58\x00\xa6\xc9\x7c\xe5\x4b\xe5\x91\xef\x9a\xbe\x63\xba\ \xc5\xcc\xd8\x48\xdf\xf6\x35\xeb\x9f\x5d\xef\x0a\x19\x89\x45\x66\ \xcd\x68\x99\x3f\xa7\xed\xc8\x23\x96\x1f\xb6\x7c\xb9\x19\x8e\x2a\ \xcf\xd5\xca\x47\x21\x18\x13\x0c\x38\x22\x72\xce\x49\x83\x56\x9a\ \x73\xdc\xbb\xb7\xbe\x48\xb3\xe3\xde\xcf\x45\x2b\x42\x86\x0c\x99\ \xd6\x0a\x35\x90\xd2\x8c\x71\x44\xd4\xa4\x39\xe7\x45\xe5\x08\x26\ \x24\x40\xef\x50\xff\xb6\xf6\xad\x9d\xbd\xfd\x5d\x83\xa3\x3d\x7d\ \x3d\xad\xb3\x5a\xc7\x5c\x37\x47\xbc\xb9\x6d\x61\x6b\xcb\xbc\xba\ \xda\xc6\x44\x32\x5a\x2c\x66\xb9\x10\x91\x48\x34\x14\xb2\x7d\xdf\ \xe7\x82\x97\x02\xda\x2e\x91\xab\xc0\x25\x90\x88\xc0\x04\x01\xf3\ \x88\xe5\x7d\x95\x71\x15\xb9\x8e\xe3\x49\xcf\x93\x1a\x40\x08\x93\ \xb4\x6f\x70\xf0\x35\xba\x9e\x4b\x1a\xc0\x77\x0b\x99\xe1\xec\x60\ \xe7\xb2\x79\x4d\x46\x43\x45\xd6\xc9\x29\xd2\xc6\xeb\x35\x62\x4e\ \x6c\xbd\xf7\x1b\x5f\xb8\xcf\x4d\xcd\x7a\xc7\x51\xf5\x00\xd0\x7e\ \xff\x1f\xfe\xeb\xbf\x6e\xbc\xfc\xff\x4e\x59\x54\xc9\x47\x7b\x76\ \xf4\x8e\x16\xc2\xa9\xba\x59\x4d\x15\x08\x94\x1d\x1d\xe8\xed\x1f\ \x96\x56\xb2\xa9\x66\xf9\xbb\x2e\x9b\xd9\x60\xd3\xe4\x40\x9f\x8a\ \x56\x96\xc7\xcc\xc2\xd8\xe0\xa4\x8e\xd6\x56\x44\xb3\xa3\x7d\xbd\ \x83\xa3\x1e\x0b\x37\x34\x54\x3b\x23\x7d\x23\x39\x68\x98\x31\x33\ \x15\x31\x62\x55\x8d\x46\x34\x02\x40\xc3\x5d\xdb\x7a\xc7\x9d\xb2\ \xea\xe6\x96\x9a\xc4\xae\x28\x80\xe1\x4d\xf6\x6d\x5a\xbf\x4e\x24\ \x6a\xdb\x1a\xd3\x80\x89\x33\xdf\x76\xb9\x51\x5b\x0e\xda\x1d\xec\ \xee\x1a\x9a\x28\xc4\x6a\x1a\xba\xb7\x3e\x7e\x4f\x56\x35\x5a\x85\ \xda\xd6\x16\x33\x6c\xe7\x87\x77\xae\x5b\x1b\x8f\x55\xd4\xb7\xd4\ \x96\x95\x26\xc0\xfd\x3b\xb6\x8e\x16\x61\xa4\x40\xa6\x29\x00\xf4\ \x58\xef\x8e\x9e\x91\x7c\xa8\xac\x76\x76\x73\xe5\xe4\x70\x4f\xd1\ \x4a\xd7\x24\x42\xe4\xe5\xfb\x06\x32\xe9\xba\x1a\x5b\x04\x42\xf9\ \xe2\xc6\xab\x54\x10\x0d\x99\x4c\x88\x90\x70\x77\x6e\xd9\xdc\x37\ \xe9\xcf\xb6\x8c\x83\xf2\xeb\x5a\x06\xf6\xb7\x3f\xc3\x9a\x8f\x59\ \xd1\xd6\xa2\xf6\x10\x4e\x25\xe5\x2b\x59\xf7\x62\x59\x66\x47\xc7\ \x8e\x1f\xfd\xf0\xff\xe2\x89\x18\x43\x96\xae\x48\xd7\xd6\xd5\x55\ \x56\x56\xd6\xd4\xd4\xd4\xd6\xd5\x96\x57\x56\xa4\xca\xca\xaa\xca\ \x53\x76\x2c\x3a\xed\xed\xe5\x06\xf0\x5d\x8e\x54\x1f\x88\x00\x18\ \x95\xac\x55\xce\xd1\xf7\x15\x67\x25\x3b\x01\x19\xe7\x52\x29\xc6\ \x18\xb2\x57\x94\x00\xcc\x55\xc9\x9f\x05\x92\x93\x9e\xfe\x42\xe4\ \xc8\x50\x13\xe3\x8c\x03\x6a\x45\x12\x14\x63\xcc\x32\x22\x8e\x72\ \x73\xc5\xc2\x96\xad\xdb\xa4\xc6\x9b\xff\x7a\x7b\x34\x9e\xdc\xd4\ \xbe\x73\x64\x2a\x97\x2d\x14\x23\x91\x68\x22\x51\x66\x59\xa1\x78\ \xbc\xac\xa1\xb1\xa9\xa6\xa6\x36\x5d\x5e\x11\x8f\x27\x48\x39\x86\ \xe1\x01\x13\x82\x98\xd6\xb6\xa7\x40\x03\x20\x30\xa6\xb5\x90\xc0\ \x30\x22\xb9\x91\x75\x8c\xbc\xe3\xf9\x84\x9a\x50\x2a\xa1\x95\xaf\ \xa5\x46\x02\x4f\x33\x4d\xf8\x32\x66\x09\xa5\x5c\xd1\x44\xeb\x02\ \xaa\x2a\x10\x90\xaf\xa5\xd6\x2a\xe7\xe5\x73\x19\x67\x64\x72\x6a\ \xcd\xfa\x6d\x26\x02\x80\x6f\x87\x8c\xaa\x8a\x8a\x99\xad\x33\x8e\ \x3b\xe6\x98\xf3\xce\x3b\xb7\xbc\xba\xce\x34\x89\x94\x04\x40\xe4\ \xdc\xe4\x82\x08\xa4\x2f\x19\x67\x04\x5a\xd1\xb4\x5b\x98\xc1\x41\ \x2f\xc8\x42\xd0\x0c\x00\x34\x07\xe0\x25\x79\x57\x12\xa5\x62\x5c\ \x00\xe7\xa0\x91\x11\x79\x45\xa7\x7f\x6c\xe4\xe1\x27\x1e\xf5\xb5\ \xee\xec\x19\xe8\x1b\x1c\x1d\x1d\x99\x1c\x1e\x1e\xcf\x3a\x3e\x37\ \x43\xd1\x44\x59\x4d\x7d\xa3\xe3\x78\xb5\x0d\x4d\xd1\x78\x12\x90\ \x4b\xa9\xb9\xb0\x42\x11\x8e\xc8\x19\x13\xbe\xc6\x62\xc1\xb5\x13\ \xe5\x8e\x24\x87\x8c\x22\xc9\xbc\x64\xc5\xa2\xcb\xc9\x17\x96\x66\ \x3c\xe1\x14\x0b\x50\xc8\xe7\x26\xc6\xac\xb2\xb0\x74\x5c\x0d\x66\ \x66\x72\x0a\xfc\x7c\x32\x62\xd5\x45\x13\x48\x54\x99\x2e\x6f\x69\ \xac\x0b\x99\x30\x67\x4e\x8b\x21\xf4\xb6\x6d\x1b\xc7\x46\xfb\x6b\ \xca\xc2\x2f\x33\x8a\xaf\x15\x8b\xa6\x45\x9a\x19\x06\x80\x56\x86\ \xf2\x41\xe6\x6d\xf4\x93\xe8\x4e\x99\x62\x22\x33\x1a\x8d\x86\x22\ \x91\xb0\x69\x5a\xdb\x76\x76\x77\xf6\xf4\x6d\x6a\x6f\xdf\xd1\xd9\ \x7d\xc6\x99\x67\xa7\xd3\x29\x2e\x08\x18\x97\xbe\xd7\xdb\x37\xc0\ \x39\x6f\x68\xac\x27\x4d\xc2\x60\xcf\xfd\x00\xf1\xc5\x5b\x1e\xa9\ \x54\x63\x0b\x60\x57\x85\x3f\x28\x05\x0a\xa4\x34\x99\x00\x22\x14\ \x0c\x24\x01\x80\xf4\xfd\xce\xfe\xde\x9d\x7d\xbd\x56\xd8\x1e\x1c\ \x1c\xda\xb6\x65\x9b\xe7\x14\xb7\xb6\xf7\xf4\x0e\xe5\x92\xa9\x78\ \xdb\xdc\x64\x55\x75\x4b\xba\xd2\x98\x3f\xef\xb0\xf2\x74\x8d\x6d\ \x5b\xa6\xc5\xec\x98\x62\x0a\x4d\xc6\x80\xa4\xef\xb9\x3a\x12\x65\ \x66\xc8\x57\xe8\x6b\x2a\x30\xe6\x72\x43\x69\xcd\x00\x88\x99\x05\ \x4f\xe6\x3c\xca\x7b\x34\x31\x36\x6c\x1a\xa6\x54\x8a\x1b\x46\xae\ \xe0\x28\xe6\xe5\x9d\x29\x50\x50\x28\x16\xbd\x62\xde\x16\x88\xb2\ \x58\x51\x1d\xa9\x99\x59\xa3\x4d\x08\xd5\x95\xd3\x41\xdd\xe5\xab\ \xc3\xe4\xb8\xb1\xb8\x25\xf5\xd8\x1d\xb7\x9e\x73\xe4\x87\xca\xdd\ \xae\x9b\xee\x59\xdf\x50\x3f\x0b\xa6\x72\x00\xe6\xc6\x27\xef\x7e\ \x64\xcb\x44\x6f\x67\xdf\xf2\xb7\x7f\xf1\xca\x13\x23\x3f\xfb\xfa\ \x17\x37\xb8\xc9\xb6\xf9\x2b\xce\x3f\x3e\xf2\x9b\xdf\xae\xfc\xc4\ \xf7\xbe\xf6\xc8\xf7\xbf\x32\x71\xe2\x17\x3f\x72\x4e\xeb\x9a\x1b\ \x7e\xfc\xa7\xcc\x49\x3f\xfa\xfc\x8a\xab\xff\xeb\xf3\xcf\x50\x6d\ \x15\x8e\x8f\xe6\x75\x65\x5d\xbd\x3f\xbc\x73\x3c\x75\xd4\xd7\xbf\ \xf0\xbe\xa3\xce\x7d\x17\x94\xd5\x6c\xfd\xc7\xef\x7e\xf4\x97\xb5\ \x15\x55\xa9\x9a\x85\x6f\x7c\xef\xf9\xcb\x4a\x16\xb7\xc9\xfd\x8d\ \x4f\xdc\xfe\x87\xec\x9a\x81\x8e\xe1\xc3\xde\xfa\xe9\x0f\x9d\xd3\ \x78\xfb\xaf\x7f\x91\xba\xe4\x5b\xe7\xa5\x1e\xf9\xcc\xe7\xaf\x4b\ \xb5\xce\x58\x7e\xfa\x79\x95\xb1\xe8\xd0\xea\x67\xee\x60\xd9\x33\ \x2e\x4c\x99\x21\xd6\xbe\xea\xc1\xbf\x64\xd6\x75\xec\xcc\x9d\xf7\ \xb1\xaf\xbe\xf9\xf0\xd4\xa3\x57\x7f\xeb\xd7\x0f\xf6\x35\x34\x96\ \x6d\x5d\xdf\xbf\x74\xa9\x05\xa0\xb6\x3e\x75\xef\x03\x9b\x46\x07\ \x3a\xfb\x57\xbc\xe3\x93\x8d\x9b\x7f\x7f\xc3\xd8\xd1\xbf\xfa\xfc\ \x39\x23\x1b\xfe\xf6\xd9\x5f\xb4\x7f\xeb\xc7\x5f\x6e\x0e\x74\xf4\ \x45\x7f\xc1\xc0\x52\xd5\xf5\x53\x7f\xbb\xf5\x47\x3d\xd1\x62\xae\ \xd0\x77\xeb\x60\xf3\x11\xe7\x1d\xd6\x9c\x66\xaa\xf8\x62\x3a\x8a\ \x28\xc0\xd9\xba\xe6\x99\x44\xf9\xd1\x86\x61\x09\xbe\x5b\x47\xc9\ \xd5\x4a\xab\x57\xb0\x06\x80\x80\x18\x77\x0c\xc1\x01\x89\xf4\x44\ \xff\xc0\xa6\xce\x4e\x04\xe4\x5c\x00\x90\x65\x87\xca\xcb\x92\xa9\ \x58\xb4\xb1\xa6\xba\xba\x22\x5d\x5d\x59\x5e\x5f\xdf\x50\x59\x59\ \x55\x96\xaa\x88\x95\x95\xd9\x76\x08\x19\x00\x32\x20\x2d\xa5\xcf\ \x39\x17\x1c\x11\x40\x69\xad\x35\x30\xce\xb9\xc1\x49\xeb\x83\xdf\ \xe8\xfc\x40\x43\x3d\x94\x4a\x9c\x80\x92\x40\x04\x24\x90\xf9\xe4\ \x33\x5f\x87\x84\x0d\xc8\x7d\x92\x4c\x08\xcf\x97\xbd\xc3\xc3\x3b\ \x7b\xba\x76\x76\x75\xf5\x0d\x0c\xd5\xd7\xb7\xf4\x0e\x4d\x0c\x6f\ \xdc\x6e\x86\xa2\xd5\x95\x75\xf3\xd3\xe9\xaa\x9a\x5a\x02\x16\x0a\ \x85\xe3\x89\x64\x79\xaa\x82\x31\xce\x85\x69\x08\x06\x82\x90\x4b\ \x47\xea\x82\xa6\xa2\xc7\x34\x08\x64\x26\x63\x1c\x7c\x89\x52\x6b\ \x25\xb2\x2e\x42\x51\xe5\x5d\x49\xc0\x08\x48\x4a\xc5\x90\x38\x30\ \x8e\x28\x15\xbc\xfc\x44\x23\x44\x51\x3b\x4b\xe4\x5d\x20\xe4\x5a\ \x03\x50\x8c\x7c\xae\xf2\xdc\xcf\x4e\xe6\xf2\x20\x54\x3c\x9a\xe2\ \x0c\x33\x8e\x7c\xf2\x99\xd5\xbd\x3d\x03\xed\x5b\xb7\xbf\xe9\x4d\ \xe7\x2e\x5b\xbe\x4c\x08\xa6\x91\xa4\x84\x55\xcf\xae\xed\x1d\x18\ \x3a\xe7\xcc\xb3\x34\x09\xe0\x82\x80\x4a\xbe\x5d\x9c\x0e\xb1\xbd\ \xc8\x85\x69\x56\x1a\x0f\x69\xda\x19\x29\xd5\xb4\xa7\x5e\x6b\x99\ \x19\x1f\xee\x1b\xe8\xe9\x1b\x34\xa3\x61\x8f\x91\x6b\xf0\xcd\x9d\ \xdd\x0f\x3e\xfe\xc4\x64\x26\x5f\xcc\x7b\x82\x8c\xb0\x1d\x4b\x55\ \x56\x99\x91\x28\x71\x23\x9a\x4c\x99\xae\x34\x2c\x3b\x14\x8e\x31\ \x66\x48\x25\x7d\x4f\x85\x6c\x5b\x6b\x52\x8c\xdb\xb1\xb8\x4f\x2c\ \xeb\xd1\x64\xde\x95\xc0\x8b\x12\xf2\x1e\x2b\xfa\x42\xb8\xaa\x36\ \x1c\xed\x1f\x1d\xcb\x4c\x15\x55\x66\xa4\xa5\xa1\x5a\x81\x9b\x19\ \x1e\x4d\x46\x12\x0d\x2d\xe5\x0d\x91\xea\x8a\x70\xbc\xa9\xa1\xc9\ \xf5\x5c\xc7\x2d\x56\x55\x97\x2f\x5a\x32\xa7\xe8\xe5\x76\xf6\xb4\ \xfb\x90\xdf\xd9\xbf\x6d\xc5\xf2\x05\x2f\xcf\x1e\x45\x80\xa2\x36\ \x32\x14\x8e\x32\x83\x09\xce\x91\x2c\x2e\x0d\x35\x85\x98\x4b\xb5\ \x34\x0c\x8e\x76\x54\xd5\xd7\xb4\xcc\x98\x37\x3a\x3c\x6a\x46\x63\ \xd9\xa9\x89\xf6\xee\x81\xce\x1b\x6e\x5a\xbd\x7e\xd3\xe1\xcb\x96\ \x56\x55\xa4\x0b\xb9\xdc\xc0\xe0\xc0\xfa\x8d\x9b\xe7\xcd\x9d\xf7\ \xbe\xf7\xbd\x0f\x19\x7a\xbe\x27\x0c\xb1\xdb\x65\x82\xc8\x5e\xa4\ \x5a\xe8\x74\x93\x83\x66\xa0\x18\x21\x00\x2a\x85\x40\x8c\x34\x28\ \x25\x33\x13\x93\xc3\x63\xf9\x5c\xc1\x28\x8b\x51\x34\xe4\x01\x3c\ \xb9\x76\xcd\xaa\xd5\x6b\x0a\x85\x82\x9b\x77\xd0\x27\xcb\x88\x37\ \xd4\xce\xac\xaa\xad\x8c\x45\x2b\x2a\x2b\x09\x85\x6d\x84\x22\xdc\ \xb2\x40\xa0\x62\x9e\xd4\x5e\x58\x98\x1c\x40\x6a\xad\xb4\xf6\xa4\ \x22\x40\x97\x78\xc1\xa7\xbc\x2f\x72\x45\xe9\x39\x6e\x58\x48\x61\ \xc3\x78\xce\x9d\xc8\x15\xc6\x26\xb2\xa6\xe0\x4e\x61\x52\x7a\x9e\ \x02\x2c\x3a\x7e\x2c\x62\xc5\xb4\x27\x80\x66\x55\x24\x2a\x53\x75\ \x21\x81\x0d\xf5\x95\x0d\xb5\xe9\xb0\xcd\x37\x6d\x5e\x6f\x93\x7a\ \xdd\x44\x14\x00\x46\xfb\xb3\xf3\xcf\xbe\xb2\x7a\xf0\xde\x5b\x57\ \x0e\x9d\x9c\xbb\x75\xb8\xfa\xe4\xb7\xcd\xd8\xb6\x65\x68\x08\xa0\ \xee\x88\x53\x2e\xaa\x9c\x33\xbc\xf1\xce\xab\xef\xb8\xe7\xa9\x2b\ \x8e\x3f\x7c\xc4\x0d\x5d\xf4\xb9\xef\x9f\xd7\xc2\xdd\x8e\x5b\x7d\ \x42\x00\x10\xa6\x29\x38\x96\xc2\x69\xa6\xc1\x01\x0a\x63\xc5\xd8\ \x05\x9f\xfc\xef\x73\x5b\xd7\x7f\xf2\xbd\xdf\x3a\xfc\xb2\xcf\x5d\ \xd0\xd0\xff\x85\xf7\x7c\x7d\xe5\xf6\x8b\x2f\x58\x32\x17\x40\xfd\ \x6d\xdd\x53\xb9\xf2\x23\xbe\xfa\xa9\xcb\x2b\x23\xcf\xcd\xfb\x5d\ \xc9\x17\x9e\x7c\xd9\xd7\x3f\x74\xda\xc4\xd3\x57\x7f\xfc\x97\xbf\ \x3f\xed\x84\x2f\x5b\x9c\x31\x06\xb9\xf1\x41\x98\x75\xe2\xd7\xbe\ \xfd\xbe\x24\xa8\xbb\x7e\x7c\xed\xf2\x33\x2e\xff\xc2\x25\x47\x02\ \xc0\x3d\xff\xf0\x17\x9f\x7e\xd9\x7f\xbd\xeb\xf8\xa7\x7f\xfb\xf9\ \xdf\xdf\xf9\xf7\xd3\x5a\x67\x5c\x7d\x5f\xff\x65\xff\xf5\xa3\x53\ \x5a\xc5\x1f\xbe\xfc\x89\x0e\xd7\x01\x30\x0e\x3b\xe9\x82\x54\xdb\ \xf0\x96\xfb\xae\xbb\xf5\xce\xb5\xdf\xb9\xf4\x0d\xfc\xff\x56\xf6\ \xd3\x39\xc3\x5b\x36\xd6\xcc\x3b\xbc\x3e\x48\xae\x3a\x08\xa4\xe7\ \xa7\x67\x1c\xf9\xc1\x0f\x57\x74\xf4\x8d\x6b\x00\xe4\x76\xba\xa2\ \xac\x63\xe3\xba\x68\xba\xa6\x3a\x15\xa5\xbd\x13\x1a\xf6\x9d\x96\ \x10\x8a\x90\xe5\x3e\x7c\xdb\x75\x23\xab\x63\xbb\x12\x8b\x48\xaa\ \xd0\xb1\x67\x9f\x3d\xaf\x2e\xa1\x5e\xae\x6b\x97\x94\x0c\x97\x57\ \xd6\x2d\x3f\x81\x69\x55\x0a\x8f\x29\x29\x7d\xcf\x43\x40\xe5\xf9\ \xbe\x94\x13\x5a\x0f\x0f\xe5\x77\x0c\x6d\x03\xb5\xc1\x00\x09\xd2\ \xb7\x04\x4f\x95\xa5\x2a\xd2\x95\xf5\x8d\x4d\x73\xe6\x2f\x98\xd1\ \xda\x3c\xa3\xa5\x2e\x1a\x8b\x4f\x2f\x48\x03\x26\x18\x53\x5a\x7b\ \xbe\x14\x86\x60\x8c\xc1\x2b\x2b\xff\x4b\x8c\x10\x88\x11\x09\x20\ \x0e\xa4\x81\x10\x34\x47\xc6\x4c\xc3\xf1\xfd\x89\xc9\xb1\x58\x3a\ \xb5\x63\x67\x47\x47\x77\xcf\xe0\xe8\x68\x67\x77\x5f\x77\x6f\x7f\ \x77\x4f\xff\x39\xe7\xd4\x6a\x23\x5c\xd3\x94\x6a\x6a\x6c\x9d\x33\ \x77\x5e\x38\x14\x06\x64\x4c\x88\x5c\x36\x6f\x87\x42\xa1\x50\x38\ \x97\x2f\x22\x03\x26\x4c\x42\x5b\x01\xb9\x00\x3e\x32\x8f\x71\x49\ \x5c\x70\x13\x09\x7c\xe9\xbb\x8e\x97\xc9\x3b\x63\x05\x0d\x4c\x78\ \xd2\xe7\x42\x20\xa2\x65\x09\x20\x92\xbe\x9f\x2b\xe6\x72\xb9\x9c\ \xef\x47\x19\x5a\x2f\x67\x6c\x41\x70\xed\xb8\xaf\x15\x03\x83\x11\ \xe3\x0c\x0c\xf0\x0d\x95\x8d\x19\xc9\x8a\xf1\x3e\x59\x18\x9d\x31\ \x67\xb6\xe3\x52\x31\x9b\xcb\x4f\x4e\xf5\x0e\x8c\x0f\xde\x71\xef\ \xd3\x4f\x3d\x73\xe2\x89\xc7\x96\x57\x95\x79\xca\x1d\x1c\x19\x5a\ \xbb\x61\x1b\x21\x6f\x6d\x6d\x59\xb2\x68\xb1\x52\xb2\xb4\x65\x0d\ \x1c\xb4\xae\x6b\x24\xc2\xe9\xc0\x33\x6a\x00\x02\x60\xcc\xcf\x4c\ \xd2\xc4\xd4\xd3\x8f\x3e\xfa\xd0\x43\x8f\x9a\xb1\xb2\x8b\x2e\x7b\ \xbb\x91\x4e\x4e\xa1\x4e\x56\xd7\xe4\x15\x29\x61\x81\xc1\x04\x86\ \x6a\x6a\xea\xa2\xe5\xe5\x22\x1c\xce\xe6\xb3\x8e\xeb\x45\xc2\xd1\ \x5c\x2e\xdf\xb1\xb3\x2b\x55\x56\x61\x9a\x06\x22\x03\x14\x8a\x69\ \x20\x94\xc0\x08\xf9\x64\x26\x3b\x91\x2d\x28\x10\x1e\x41\x26\x5b\ \x98\x98\xca\x88\xe2\xa8\xa9\x3d\x4f\xc6\x0c\x4b\xa0\xc0\xda\x74\ \xcc\xe0\xee\xa2\x85\x6d\xe5\xe9\x8a\x18\xfa\x3c\x37\x31\x32\x34\ \xb1\x72\xe5\x03\x3d\x7d\xbd\xdb\x3b\xda\xcf\xbf\xe8\xdc\x37\x1c\ \x37\xbf\xa7\x63\x70\xaa\x38\xe2\x41\xfe\xa2\xb7\x9f\x77\xc6\x71\ \xa7\x3a\x8e\xf3\xb2\x66\x2f\x28\x95\x53\x2c\x4e\x82\x34\x48\x33\ \xad\xa4\xcd\xb4\x4d\x39\x0f\x27\x6b\x93\xbc\xaa\xa6\xdc\x8e\x99\ \x2b\x8e\x3c\x32\x93\x2d\x74\x76\xec\xec\xed\xed\x1d\x1e\x1a\x1c\ \x19\xec\x7f\x6c\xe5\x33\x1b\x37\x6c\xac\xae\x2c\x8f\x87\x43\xb1\ \x58\xd4\x29\x66\x37\x6f\xdc\xd0\xbe\x7d\x6b\xdb\xec\x39\xa5\xc5\ \xac\x04\xb8\x6b\xd3\x15\x60\x7b\x14\x91\x7f\x01\xc7\xbe\x66\xa0\ \x80\x10\x88\xa1\x66\x88\x88\x20\x27\x27\x9f\xbc\xf3\x9e\xf6\xcd\ \xdb\x16\xad\x38\xe2\xb0\xc5\xa7\x43\xc8\x08\x93\xe2\xa1\x70\xc6\ \x97\xb9\x82\x67\x6a\x56\x5f\x55\x5d\x51\x56\x23\xac\x54\x32\x99\ \xca\x65\x72\x82\x9b\x3e\xb1\x6c\xc1\xb5\xc2\xbe\x90\xc8\xa5\x87\ \xa8\x04\x43\x4d\xc0\x0d\x2b\x14\xb5\xb8\x15\xce\x14\x64\xd6\x71\ \x5c\x40\xd7\xa7\x9c\xe3\x16\x32\x19\x11\x46\x61\x86\x5d\xd7\x2f\ \x14\x3d\xc7\x29\xb6\xcd\xaa\xdf\xbe\xbe\xa7\x2c\x64\x98\xa6\x6d\ \x56\x57\xd6\x26\xca\xda\xea\xaa\xa2\x26\x68\xa7\x50\x5f\x99\x4c\ \x27\xc3\x15\xe9\x58\x2e\x9f\x19\x9f\x1a\xef\xdb\xb8\x6e\x60\xeb\ \x56\x7e\xce\x79\xaf\x9b\xff\x6e\x2a\x57\xc4\xaa\xb6\x0b\x8e\xc8\ \x7d\xf9\xaa\xff\x5e\x43\xec\xcc\x8f\x5d\x51\xfd\xd8\x77\xd6\x38\ \x85\xdc\xd0\xb3\xdf\xff\xf6\x55\x54\x33\x8b\xf5\x8e\x41\x48\x03\ \xa0\x21\x38\x63\x7b\x84\x9c\x01\x48\x53\x29\x0b\x94\xed\xda\x04\ \x8e\x73\x0e\x5a\x83\x55\x51\x51\x91\xf0\x7d\x05\x76\x79\x4d\x52\ \x38\xc5\x22\x40\x12\x80\x9f\x72\xc9\x27\x33\x7f\xb8\xf6\x6b\x5f\ \xf8\xec\x61\x67\x5e\x7e\xd9\x19\x8b\x8d\xe9\x39\x0f\x0b\x87\xa3\ \x0c\xa0\x7c\xe1\xe2\xa4\xf1\x78\xcf\x94\x27\x4a\xdf\xc2\x98\x30\ \x4a\xdf\xc5\xf6\xc8\x8a\x2a\x6d\x15\xc0\x01\xa0\x7e\x46\x0d\xef\ \xcc\x4e\x0c\x77\x3a\xe5\x75\x73\x5b\x6d\x00\x88\x86\x4c\x2e\x84\ \x37\xba\xe6\x3b\xff\x7d\x95\x5f\x39\xc3\x1a\x18\x55\xe0\xa4\xe7\ \x9f\xdc\x6c\xdd\xf1\xc8\xb3\xbd\xb0\x23\x3b\xfb\x98\xe5\x81\x2d\ \x7a\x50\x1e\x4a\x21\x8a\x43\xdb\x6e\xfc\xdd\xef\xbb\x7d\x2b\x62\ \x09\x94\xf9\xee\x9e\x41\x2b\x51\x7f\xfc\x85\x6f\xbb\xf0\x84\x45\ \xe8\xb9\x2f\xb2\x8f\x37\x10\x70\x2e\x4c\xd3\xda\xb5\x65\x01\x31\ \x6d\x71\x86\xaf\x68\x7e\xa8\x15\x84\x93\xa2\xf5\xf0\x10\x47\x2d\ \xa5\x56\x9a\x01\x82\x26\x25\x25\x29\x45\x4a\x2b\x25\x19\x6a\xdf\ \xc9\x0a\xed\x85\xd0\xcb\x0e\xf7\x0e\x75\x77\x8c\xf6\xf5\xb5\xf7\ \xf4\x88\x75\x6b\x93\x8f\x3d\xdc\xd4\xd0\xf0\x86\xc3\x97\x9d\x72\ \xca\xc9\xf1\x48\x48\x6b\xcd\x84\xd1\xd7\xd3\xf3\xf0\x63\x4f\x9c\ \x78\xf2\x29\xf3\xe6\xcc\xce\x7b\xca\x12\x1c\x5e\x62\x5e\x6b\x69\ \xa5\x7f\x29\x2b\x52\x22\x30\x24\xae\x34\x73\x7c\xe0\x26\xf7\xbc\ \x42\x2e\x0f\x40\x39\xa4\x9e\xc9\x89\x07\x1e\x7a\x38\x33\x35\x39\ \x31\x95\x19\x9d\xc8\xe6\x0a\x5e\xa6\xe8\x32\x11\xaa\x6e\x6c\xb3\ \x62\xe9\xa6\x59\x0b\x18\x63\xb5\x75\x0d\x04\x42\x01\x8f\x86\x63\ \x52\xa9\x78\xc2\x42\x64\x92\x58\xd1\xf1\x90\x9b\x16\x72\x47\x86\ \x5c\x0d\x39\x4f\xe7\x3d\xca\xbb\x5a\x02\x71\xe9\x87\x2c\xa3\xa0\ \x3c\x4f\xfb\x39\x2f\x9f\x2f\x38\x8c\x0b\x29\x95\x30\x85\x92\x2a\ \x33\xe1\x4a\x27\xa7\xfc\x62\xc8\x64\x8a\x34\x90\x7a\x19\xe1\xdf\ \x52\x56\x6e\xd1\x29\xb8\x2e\x71\x06\xa8\x19\xd3\xa4\xc8\x95\x32\ \x17\x89\xca\xea\xca\xd4\xd4\xc8\xe4\xe2\x25\x8b\xcd\x70\x75\x4f\ \x67\xf7\xe8\xe0\x60\x66\x74\x34\x33\x32\xd2\x33\x3c\x72\xcd\x8d\ \x7f\x4d\x95\xc7\xc2\x31\x33\x91\x88\x87\x23\xe1\x91\x91\xb1\x3b\ \xee\xbc\x75\xc9\x82\x85\x02\x81\xb4\x02\xc6\xd9\x74\xc6\x6f\x29\ \x1d\xec\xb9\x84\xdb\x7d\xbc\xa0\x04\xd3\x59\x5b\x44\xbb\x32\x5e\ \x10\xc0\xf7\x73\x03\x43\x3a\x93\x1b\x1f\x1a\xce\x4e\x4c\x56\xc5\ \x2a\x48\x81\xeb\xc8\x02\xaa\x6c\xc1\x23\x6e\x19\x16\x48\xb7\x58\ \x9e\x4c\xc7\x23\x71\x93\xf3\x78\x3c\x3a\x35\x39\x99\xcb\xe5\x42\ \x42\x14\x8a\xae\xc1\x4d\x24\x19\xb1\x63\xc0\x38\x69\x2a\x4a\xa9\ \x3c\x99\xc9\x64\x5d\xcf\xcd\xe7\x72\xae\xeb\xfb\xd2\x77\x1c\x07\ \x90\xa7\x4c\x2b\x9a\xb0\xbd\xa2\x8b\x66\x5c\x69\x3f\x1a\x31\x2a\ \x12\x36\x57\x7e\x61\xbc\x7f\xdd\xe6\xd5\xbd\xdb\xd6\xf5\x6f\xdf\ \xd8\x3b\x9e\x73\x24\x64\x27\xc6\x01\xe9\xac\x73\x8f\xdb\xb6\x6d\ \xfd\xda\x35\x4f\x99\x16\x54\x44\xcd\xc6\xa6\x85\xd9\xd1\xe1\x68\ \x6c\x86\xa2\x97\x9c\x5e\x87\x4c\x14\xc6\x3b\xa7\xfa\x36\x52\x38\ \xc1\xc1\x12\xcc\x94\x5a\x4b\x74\x15\xcb\x2b\xc6\xcb\x42\x56\x66\ \x68\x10\x7d\xaf\xa9\xae\xae\xb2\xa2\x72\xc6\xcc\xb6\xad\xdb\xda\ \x3b\xb6\x6d\x4d\x27\xa2\x23\xfd\xdd\x23\x23\x43\xd5\x73\x67\x85\ \x43\x56\x53\x5d\xdd\xf6\x1d\x3b\x1e\x79\xf8\x1f\x33\x67\xce\x20\ \x22\x14\xbc\x64\x8a\x96\x32\xc0\x4a\xfb\xc7\xed\xd3\x8d\x77\xff\ \x73\x4f\x9b\xb4\xe4\x00\xd0\xa4\xb4\xd4\x4c\x03\xd7\x7a\x6c\x68\ \xc8\x73\x8a\x48\x0a\x10\x3d\x5f\x16\x95\x2c\x7a\x92\x09\xb3\xa2\ \xbc\x22\x21\xec\x28\x33\x86\xfa\xba\x89\x0d\x8d\x8e\x87\xc3\x65\ \xc9\x86\x59\x73\x92\xb1\xf2\xee\xbe\x71\xc4\x48\xb2\x2c\x11\x11\ \x21\x43\x98\xc4\x6c\x57\x0b\x46\xdc\x95\xbe\x9c\xca\x4c\x4e\xe5\ \x72\xf9\x62\xc1\x71\x0a\xae\xe7\xb8\x9e\x2c\xe6\x34\xf7\x63\x95\ \x0d\x45\x5f\x08\x80\x54\xc4\x6a\xab\x4d\x54\xc8\xfa\x79\xb3\x9a\ \xe2\x65\xe5\x2e\xf1\xdc\x64\x66\xa4\xb7\x37\xeb\xe6\x56\x3d\xfe\ \x90\x2a\x4e\x7d\xe6\x13\x1f\xc2\x74\x63\x76\xac\xc7\xf5\x9d\x74\ \x79\xe4\x82\x0b\xcf\xb1\x6d\x4b\xfa\xaf\xcf\x42\x73\x3f\xe3\x2a\ \x26\x30\xb9\xf8\xac\x05\xe2\xda\x7b\xed\x4b\x4f\x9d\x19\x5d\xff\ \x24\x48\x3f\xd7\xbb\xe5\xf1\xf5\x5e\xd3\xef\x3e\xfb\x31\xfd\xe0\ \x2f\xbf\x74\xa7\x53\x32\x2b\x48\x6b\x80\xe9\x02\xfa\xc8\x45\x32\ \xa9\x56\xb7\x6f\xf5\x4e\x6d\xf4\xa5\x54\xbb\x3c\x76\x44\xba\xb4\ \xc5\xaa\xd6\x1a\x40\xd1\x73\x3f\x0b\x12\xe5\x33\x2f\xfd\xc4\xd7\ \x8f\x7f\xe4\x97\x9f\xfc\xf1\x4f\x0f\x3b\xfa\x57\x8b\x63\xd3\x66\ \x86\xeb\xb9\x00\x72\xc7\x43\x0f\x4f\xa8\xaa\x99\x29\x73\xab\xa6\ \xd0\x1e\xe7\x02\x40\xcb\xc2\xc1\xe1\x51\x4f\x4a\x8e\x9a\x76\xbd\ \xac\xb4\x26\xa0\x44\xf5\xbc\xf8\xe8\x5d\x8f\xaf\x1e\x79\xf3\xb2\ \xb4\xeb\xfa\x80\x62\xaa\xfd\x8e\xd5\xb9\xea\xab\xfe\xe7\xe3\xf6\ \x13\xbf\xff\xec\x8d\x39\x1f\xcb\xcf\x38\xb6\xed\x37\x57\x7f\x0f\ \xac\xaa\xf7\x2f\xaf\x0d\x34\xf2\xa0\x74\x94\x43\xcf\xe6\x95\x03\ \xd1\x45\x9f\xfe\xc8\xc5\x09\x04\x91\xdb\xfc\x93\x5f\xde\x71\xe4\ \xc5\xef\x5f\xde\x14\x01\xcf\x7d\xb1\x7d\xbc\x49\x3a\xd2\x7e\xc3\ \x19\x17\x5d\x7c\x74\xa3\xf7\x5c\x0d\x24\x92\xbe\xff\x4a\x76\x02\ \x62\x40\x45\x32\x86\x74\x3c\xc2\x10\x05\x0a\x93\x0b\x64\x9c\x31\ \xd0\x44\x5a\x93\xd2\x9a\x74\x11\x94\x56\xc5\x32\x0b\xb8\x3b\x55\ \x55\x9e\x1e\x9c\x18\x8b\x87\x8d\xd6\xfa\x1a\xb7\x58\x1c\x19\x19\ \x5a\xbf\x79\x53\x5f\x6f\xef\x63\x8f\x3f\x3e\x7b\x56\x2b\xd3\xda\ \x75\x8a\x99\x7c\x7e\x6a\x2a\x63\x18\xc6\xac\x99\x33\x4c\xf1\x72\ \x82\xa3\xa5\xa1\x47\x29\x05\x88\x9a\x33\x4f\xc9\x10\x31\x56\x50\ \xe3\x5b\x37\x76\x6d\xda\x6a\xda\xa1\xba\xe5\x4b\x43\x55\xc9\x99\ \x6d\xd5\xb7\x3e\xfa\xd0\x13\x4f\x3f\xe3\xfb\x2a\x53\x90\x56\xa4\ \x2c\x5d\xd3\x10\x8d\xa7\xe3\x89\x94\x8f\x96\x9d\x48\x31\x20\xcd\ \x44\x38\x9a\x60\x9c\x7b\x12\x5c\x57\x71\x53\x58\xa6\xa9\x14\x81\ \x30\xb9\x69\xe5\x1d\x3f\xeb\x0a\x47\xa1\x23\x95\x23\x55\xde\xf5\ \x3c\xed\x6b\xa0\x32\x1e\xeb\x9f\x18\x71\xdd\x42\x36\x33\x1a\xb7\ \x4c\xa5\x8a\x39\xbf\xe0\x14\xa4\x10\x3c\x6c\xf2\x64\x75\xc4\x12\ \xe1\x90\x29\x2a\x2a\x2b\x92\xc9\xa8\x7c\xb9\xf5\x75\xbd\xc9\x61\ \xa7\xe8\x33\x30\x50\x0b\x13\x18\x81\x87\x90\xcd\x64\xa7\x5a\x6b\ \x23\x63\x3b\x26\x0a\x63\xe3\xb3\x67\x1e\x59\x5f\xd1\x98\xcb\x65\ \xb7\x6f\xdb\xba\x63\xc7\xb6\x2a\x68\xd6\xb2\xd8\xd5\xb9\x2d\x55\ \x5d\x96\x2a\x2f\x27\xad\xb4\xef\xaf\x7e\xea\xa9\x35\x6b\x9f\x5e\ \xbe\xec\x0d\x4a\x79\xd3\xf2\x49\x80\xa5\xb4\x51\xf6\x5c\x0d\xbc\ \x52\x99\x9e\x3d\x47\x76\x22\xcd\x91\xe9\x52\xbd\x03\xa5\xc9\xf5\ \x84\x30\x0a\x99\xfc\xaa\x95\x2b\x9f\x59\xbd\x7a\x22\x9b\x73\x07\ \x06\xae\xfb\xd3\x8d\x19\x90\xa3\xbe\xb7\xb5\xaf\x3f\x37\x95\x57\ \x8a\x42\xcc\x4c\x44\x22\xb1\x70\x68\x74\x74\xb0\x73\xc7\xa6\xf1\ \xb1\x09\xa9\x69\x87\x19\x32\x2c\xbb\xb9\xb5\x4d\xbb\x45\x54\xbe\ \xeb\x4b\x0d\x6c\xa2\xe8\xba\x9e\xeb\x7b\x9e\x40\x1d\xb1\x8c\xb8\ \x8d\x06\x47\x1d\xe6\x40\xca\x73\x27\x86\x07\xa7\x7c\x2b\xcd\xaa\ \xca\x10\x35\x43\xe5\x15\x33\x7f\xfa\xf5\x8f\x47\xc6\xc6\x3d\xe9\ \x59\x90\x47\x3f\xef\x19\x61\x02\xe3\x8c\x53\x8f\x3f\xfb\x8c\x33\ \x17\xcc\x6e\x6b\x5f\xf9\x64\x71\xa8\x37\x94\x88\xc8\x51\xd9\xb1\ \x73\x47\xaa\xaa\xa5\x6e\x79\x9b\x7a\xe9\x03\xba\x26\x96\xe0\x53\ \x0d\xd6\x90\x01\x59\x37\x4f\xa0\x0c\x54\x28\x98\x76\xdd\x4c\xdf\ \x40\x3e\xc4\xdc\x68\xd8\xde\xb9\x61\x7d\x22\x35\x3c\x63\xce\xdc\ \x50\x65\x75\x2a\x51\x5e\x57\x5d\x13\x36\x79\x7f\x67\x6a\xfb\xa6\ \x67\xab\xab\x2a\x0c\x86\xc5\xbc\x33\x67\xe6\x4c\x03\xb0\x90\xcd\ \x44\x13\x09\xa9\xb4\xa6\x52\xca\x34\x22\x32\x22\xb9\x3b\x57\x7a\ \x77\x31\x07\xda\xb5\x3a\x18\x59\x69\x94\x25\x06\xcc\xf3\x3d\xce\ \xb9\xc9\x0d\xc6\xb1\x6f\xd3\x96\x95\xf7\x3f\xb8\x75\xfb\x0e\x83\ \x8b\x27\x9e\x7e\xba\x63\x6a\x72\x58\x7a\x7d\x85\xfc\xda\xad\xdb\ \xc0\x93\x91\xb0\x3d\xd0\xb9\xd3\x19\x9b\x90\xbe\x6b\xc7\x42\x68\ \x99\x22\x1a\xeb\x1d\xec\x5d\x71\xec\x99\x55\xe9\x2a\xc6\x2d\x93\ \x85\x2d\x6e\x90\x2e\x8e\x67\x1d\x9f\x98\xe7\x3a\x53\x93\x13\xf9\ \x5c\x86\x94\xe4\xa0\x05\x67\x21\xad\xc2\x08\x56\x1c\x4c\x6e\x15\ \xfd\x82\x01\x51\x4f\xcb\xb2\xb0\x88\x90\x6b\x9a\x4e\xef\x9a\x07\ \x77\xf6\xf4\xb6\xf7\x0c\xee\xe8\x1f\x19\x18\x19\x91\x85\x29\x5d\ \xc8\xcc\xa8\xaf\x94\xe2\xdd\x3b\xba\x36\xf4\x0d\xf4\x85\xe2\xd1\ \x15\xc7\x2e\x2d\x4b\xa7\xb3\x5d\xc5\xd7\x6b\x59\x9c\x97\x71\x7c\ \x6e\x31\x80\xd8\xc5\x9f\xf9\xf1\x69\xa2\x52\x00\x98\x61\x9e\xed\ \x9d\xac\x59\x78\xce\x92\x9b\xff\xf7\xcb\x9f\xff\x4f\x36\xb2\x03\ \x5b\x2e\xe1\x0c\xf4\x73\x5e\x7e\xd2\x5a\x49\x80\x37\x5c\x74\xd1\ \xdd\xdf\xbe\xfa\x13\x9f\xbe\xb7\xd8\xdf\xd7\x7a\xe6\x5b\x4a\x3b\ \xc8\x94\x4c\x47\x7a\xde\x1f\x00\xea\xd9\x3b\x7f\x71\xe3\xc3\x7d\ \xdc\x9f\x9c\x71\xc4\x89\x0d\xbb\xfc\xab\xe9\x9a\xf2\xf6\xdb\xae\ \xf9\xec\x8e\xdb\x46\xc6\xe9\xdc\x77\x7f\xa6\x31\x44\x9e\x2a\x7d\ \x84\x76\x7f\xe1\xa2\x63\xcf\xfc\xcb\x77\xae\xfb\xf0\xc7\x1e\x3e\ \xeb\xf2\x77\x84\x84\x41\xbb\xb6\x2f\x57\xbe\x17\x2e\x9b\xff\x91\ \xb7\x1f\xfe\xc3\x9f\x7f\xe1\xc9\xb2\xd8\x60\xe7\xe4\x09\x47\x47\ \x92\x73\xcf\x3c\x3c\xfc\xc3\xaf\xfe\xc7\x7f\x5a\x13\x1d\xba\xfa\ \x5c\x0e\xb0\xf8\xf4\x73\xcd\xeb\x2e\x1e\x3a\xf6\x3b\xf3\x62\x81\ \x44\x1e\x64\xaa\x20\x45\xd3\xcd\x0b\xe6\xda\x15\x65\x89\x30\x11\ \x5a\x75\x8b\x96\x2c\xaa\x4d\xc5\xa3\x11\xab\x58\x28\xea\x17\xdc\ \xc7\x9b\x14\x98\x33\xe7\x2f\x13\x09\x51\x2c\x16\x5f\xdd\xdd\x46\ \x49\x91\x5b\x94\xc2\x40\x02\x60\xe8\x33\x60\x9c\xf3\x3d\xc3\x6b\ \x9e\x30\x85\xc1\x1d\xed\x28\x8d\xb6\x6d\xd5\x35\xb5\x84\xc0\x3b\ \xe5\x8c\x33\xba\x3b\x3a\x3a\x3b\x77\xe6\x32\xb9\xc1\xde\xc1\x2d\ \xed\x3b\x07\x06\x87\xea\xab\x2b\xaa\x2b\xca\x2b\xca\xcb\x8b\xb9\ \xec\xf6\x6d\x9b\xbb\xbb\x7b\x5a\x5a\x5b\x5e\x9e\xca\x94\xaa\xcc\ \x20\x63\x0a\x41\x03\xf8\xf9\x22\x9f\xc8\x6e\x7d\xe2\xe9\xbe\x8e\ \x9e\xa5\x47\x1f\x95\x9c\xd1\x08\x02\xa6\x00\x34\x33\xc2\xd1\x84\ \xe7\x2a\xcd\x29\x9c\xac\x2e\xaf\x68\x8a\x26\xd3\xc2\xb0\x26\x0b\ \x3e\x08\xd3\x30\xf8\xf0\xd8\x64\xb1\x08\xe9\xf2\xb4\x69\x03\x32\ \x61\x9a\x61\x4f\x6b\x64\xdc\x8e\x44\x51\x18\x93\x13\xd9\xa9\xa2\ \xa1\xc1\xd0\xe4\x7b\x6e\xbe\x98\x9d\x2c\xfa\xc5\x74\x6d\x55\x3e\ \x3f\xe9\x03\xe5\x35\xa4\x52\xb1\xd9\x49\xa3\xb3\xb3\xb3\xbe\x26\ \x19\x8d\xc7\xe3\xf1\x78\x3c\x16\x4d\xc6\x22\x15\xa9\xc4\xe8\x50\ \xbf\xe3\x39\x26\xc3\x97\xb9\x6f\x1d\x11\x9f\xea\xc5\x5c\x11\x51\ \x68\x8d\xae\x42\x57\x3a\x20\x7c\x2d\x33\x9d\x93\x7e\x5c\x88\xc9\ \xae\x9e\x2d\xfe\x63\xb5\xcd\x2d\xf1\x54\xd9\xb2\xc3\x96\x25\xd2\ \x65\x05\x27\x17\x36\x99\x1d\x36\xfd\x7c\xa6\x2c\x9a\x94\x4e\x3e\ \x54\x56\x56\x5b\x57\x1f\x12\x62\x72\x62\x38\x1a\x4b\x0a\xce\x76\ \xd7\xf9\xe1\x9c\x95\x8a\x52\xec\x53\x77\x70\x57\x4d\x22\x66\x30\ \xe6\x39\x45\xcb\xb2\xdd\x4c\x6e\x6a\x78\x84\x3c\xd9\xdd\xb1\xf3\ \xde\x7b\xee\xdd\xbc\x71\x03\x63\xac\xac\xbc\x62\x20\x93\x59\xf3\ \x44\x77\x9e\x74\x9e\xc8\xe3\x8c\x03\xb3\xb8\x51\x16\x89\x98\x48\ \x5d\x1d\xdb\x26\x86\x7a\xc6\x47\x07\x08\xd1\xb2\x23\x0e\xb0\x3c\ \xe1\xea\xfe\xee\xca\xda\x86\xf9\x0b\x97\x84\xc3\x11\x4f\x29\x11\ \x8a\x45\xa3\xb6\x25\x6c\xe5\x3b\xaa\x98\xcb\x8f\x8f\x4f\x66\x26\ \xa6\x26\x46\xf2\x99\x89\xf1\xd1\xd1\x91\x29\xd5\x72\xd8\x69\xf5\ \x8d\x73\xb2\x7e\x5e\x2a\x47\xbb\x9e\xca\x67\xea\x53\x09\x8d\xda\ \x16\x11\x37\x33\x9a\xf7\x0c\xad\x79\x39\x8a\x39\xe5\x15\xf1\xa2\ \x17\xcb\x39\x5e\xce\xab\xb4\xc3\x1d\x5b\x36\xc7\x42\x46\x59\x7a\ \xa6\x7e\x79\xc3\x39\x32\xc3\x9b\x34\x27\x3b\x6d\x33\x16\x22\x03\ \xc8\x56\x9e\xb6\x18\xb3\x0d\xa6\x0a\x5e\x43\x6d\xc5\x61\x4b\x96\ \x80\x96\x7f\xbf\xe5\xa6\xf6\x96\x99\xf5\xb3\xe6\x36\xb4\xce\x9a\ \x37\xab\xcd\x30\xd0\x66\xfe\x70\xcf\xb6\xc1\x81\xde\x59\xcd\xcd\ \x66\x34\x64\x5a\xf6\x51\x2b\x0e\x8f\x46\xc2\xca\xf7\xb9\x30\x90\ \x40\x6b\x42\x00\xc6\x08\x80\x69\xd2\x08\x58\xaa\x6a\xb2\x7b\xee\ \x32\x3d\x95\x51\xaa\xb4\xa6\x45\x6b\x6d\x32\x06\x44\x43\xfd\xc3\ \xab\x9e\x7a\xea\xb1\x07\xfe\x31\x39\x3a\x56\x9e\x48\x9a\x42\x0c\ \x8c\x8c\x3e\xbc\x65\x5b\x96\x28\xaf\x75\xaa\xaa\x32\x37\x36\xb1\ \x73\xfb\x0e\x7f\x6a\xd2\x54\xd2\xe0\xa4\x32\x53\x45\xd0\xc2\x49\ \xf5\xf6\x0f\x5a\x76\xea\xb0\x23\x4f\x43\x92\x9d\xed\xed\xa6\x20\ \x2e\x64\xce\xf7\x1c\x29\x39\x52\xc4\xb6\x2a\xe3\xa6\x29\x2c\xae\ \x15\xc9\xa2\xf6\xa5\x53\x2c\xe4\xc6\x33\x5d\x03\xa3\x15\x33\x97\ \xb0\x58\x44\x79\x7e\xaa\x32\xb2\xe1\xe9\x47\xef\xba\xe6\x7f\x85\ \x37\xe1\x29\x3d\xe5\x33\x16\x2a\xe3\xae\x4a\x45\x43\xa7\x9c\x7e\ \xee\x39\x67\x9e\x62\x68\xb5\x65\xd3\x46\xe4\x5a\xf8\x4e\x36\x37\ \x55\x18\xec\x8f\x45\x5a\x91\x89\xd7\x25\x48\x1a\xbe\xec\x3f\xbe\ \x8e\xa1\x38\x00\x24\x6b\x5a\x93\x00\x00\xd0\x76\xe6\x27\xbe\x72\ \x32\x4f\x24\xa2\x9f\xff\xe6\x77\x7a\x07\x27\xb4\xb0\x53\xe9\x2a\ \xc6\xf0\xf3\xdf\xf8\x86\x15\x17\x00\x60\x36\x9e\xfe\xcd\xff\x3a\ \x21\x86\x60\xcc\x3a\xfd\xbb\xff\xbb\xb4\x7f\x34\xcb\x43\xb1\x74\ \x3a\x0d\x40\x1f\xfb\xf6\xd7\xcd\x98\x00\xa8\xfe\xc8\x7f\x7e\x87\ \x47\xa3\x00\x70\xc5\x37\xbe\xc7\xc2\xa5\xd4\x5c\xb1\xf0\xf8\x8b\ \x2b\xe6\x4d\x91\x08\x57\xd7\xd7\x86\x77\x4d\xfe\x17\x5f\xf8\xa9\ \x9f\x1c\x3f\x9a\x2d\xaa\x58\xba\xa6\x32\x61\x03\xe8\x2b\xbe\xfa\ \x0d\x16\x89\xd9\x70\xf1\xff\xce\x86\xd2\x27\x2b\xe6\x9f\xf5\xfd\ \x1f\x2c\x1d\x9a\x72\x93\x95\xd5\xe1\x05\x5f\x3c\x12\x42\x00\x50\ \x73\xd4\x95\xdf\x58\x06\x06\xc0\x9c\x33\x3f\xf0\xfd\x15\xfd\x43\ \x93\x45\x2b\x9a\x4c\x97\xa7\x0c\x51\xfb\x1f\xdf\xfc\x6e\xef\xe0\ \x98\xe2\x76\x59\x79\x85\x00\xd0\x9c\xa5\x67\xbe\xe1\x98\xd3\x96\ \x05\x5b\x76\x1d\x24\x4a\xe9\xf2\xa6\x05\x4b\x74\xff\x96\x67\x57\ \x33\x00\x00\x5d\xd7\xb6\x28\xc5\xa7\x36\xaf\x1f\x2b\x6b\x68\x8a\ \x9b\x7b\x7a\xda\xf7\xd1\x51\xd2\x1e\x84\x57\x9c\xfa\x26\x50\xfe\ \xab\xbc\x65\x37\x63\x54\xcc\xa9\xfe\xad\xda\x36\x91\x21\x30\x86\ \x8c\x49\xad\xb1\x94\x89\x8f\x48\x8c\x3b\x8a\x84\xc1\x49\xe6\xc2\ \x3a\x8f\x51\x5e\x19\x0d\xf9\x79\x3f\x9d\x48\xd6\x1e\x71\xd4\xbc\ \x79\x0b\x77\xee\xec\xd9\x18\xde\x24\x50\xfb\x85\xec\x70\x7f\x57\ \x6d\x55\x05\x03\x5d\x5f\x53\xd5\x3f\x3c\xb6\x61\xdd\x9a\xfa\xba\ \x1a\x61\x98\x2f\xf1\x8a\x58\xa9\xd8\x29\x63\x4c\x29\x25\x95\x1f\ \xb3\x42\xd9\xfc\x54\x5f\xc7\xce\xf6\x81\xc1\xa9\x62\x2e\xd4\xd7\ \x53\x5c\xf9\x6c\x56\xe8\xae\x7c\xbe\xab\xbd\xcb\x77\xb5\x5b\x50\ \x76\x24\x55\x59\xd9\x60\x47\x52\xc2\x8a\xd9\xe1\x88\x2f\x25\x37\ \xcc\x58\x22\x6a\x70\x5b\x4b\xce\xcc\x90\x1d\x89\x22\xa2\xaf\x95\ \x27\x15\x91\x9c\xca\x66\xa4\x94\xc5\xa2\x93\xcd\x91\xe3\x38\xd2\ \xc9\x32\x72\x80\xa4\x29\xd0\x1d\x76\x5d\x6e\x31\x66\x79\x92\xa7\ \x52\xf1\x85\xf5\xd6\x61\x4d\xcb\xa2\xc9\x32\x6e\x5a\x45\xc7\xd9\ \xb2\x79\xd3\xe6\x4d\xc3\x8f\x0e\x0f\x0d\xf5\xf7\x76\x76\x75\x7c\ \xe1\xa3\x1f\x9d\xd7\x36\xdb\x7d\x89\xc5\xaf\x4b\x4e\xbd\x2a\x4b\ \xda\x9e\x43\xc8\x48\xa3\xe7\xfb\x9c\x29\xf0\xdd\x90\xd0\xe0\xb8\ \x4d\x75\xf5\xf3\x6b\xea\xba\xb6\xac\x7b\x70\xe5\x63\x75\xf3\xe7\ \x46\xeb\x6b\x6b\x67\xb4\xc4\x12\x2d\x7e\x31\x37\xb8\xb3\x7d\x74\ \x72\x8c\x72\x4e\xc4\x10\x18\xe2\x09\xdb\x0a\x71\xe1\x64\x72\xe0\ \xa9\x78\xaa\x1c\x99\x00\x40\x4d\x04\xba\x54\x96\x1f\x76\x3b\x15\ \x4b\x65\xb7\x76\x55\x51\x66\x44\x9e\x6d\xd9\x40\xc0\x94\xea\xea\ \xec\xbe\xff\xbe\xfb\xb6\x6d\xdb\xe1\x4b\xa5\xc2\xb1\x82\xf4\xfb\ \xfb\xfb\x1d\x9f\x1c\xa9\x98\x69\x45\xc3\x21\xc3\xb4\x13\xc9\x32\ \x53\x88\x62\x76\x2a\x3f\x3e\xd2\xd3\xb1\x43\x4d\x0d\x59\xba\xc8\ \x0c\xd3\x2f\xe6\x34\x32\x2b\x1a\x97\xc8\x86\xbb\xdb\x63\x21\x71\ \xf4\x31\xc7\x00\xb3\x3c\xdf\x1d\x1b\xec\xdb\xd1\xdf\x3f\x36\x3a\ \x94\x9f\x9a\xc8\xe7\x32\xd9\xc9\x49\x37\x9f\xe3\x4c\x33\x84\x8c\ \x23\x66\x90\x3f\x3e\x36\x58\xd5\x58\xcf\xa6\xf2\xa0\x72\x61\xc1\ \x5b\x6a\x6b\xe6\xcc\x9f\x3b\xd8\xdf\xee\x15\xd2\x83\x43\x79\xb7\ \xa0\x06\x3b\x3b\x9c\x6c\x76\xf1\xb1\xc7\x55\x45\xc2\x9b\xd6\xad\ \x71\x73\x53\x85\xc9\x6c\x43\x79\x93\x25\x8c\x97\x37\x90\x23\x67\ \xf9\xb1\xa9\xb1\x9d\xdd\xa1\x50\x54\x18\x36\x10\x57\xbe\xb6\x84\ \x35\xe6\xb8\xf3\x66\xb7\xbd\xff\x7d\x1f\x9a\x3d\xa3\xb5\x63\xd5\ \xca\xc9\xee\xae\x87\x9f\x79\x72\xd3\xba\x8d\xe9\xa6\xd6\x65\x2b\ \x56\x1c\x75\xec\x91\x35\x55\x55\x8b\x17\x2f\x14\xe4\x16\x26\xa6\ \xc6\x87\xc7\x2b\x2a\x2b\xee\xbe\xfd\x6f\x8b\x7a\xfb\x8f\x3e\xf6\ \x58\x0c\x71\x86\x02\x48\x4f\xc7\xe2\x76\xd5\x67\x28\x99\xa0\xbb\ \xe7\x31\x8c\x31\x5e\x8a\x61\x23\x01\x72\x86\x2c\x3b\x36\xf6\xf4\ \xca\xa7\x1e\x7f\x62\xe5\xf8\xf8\xb8\x22\x30\xca\xca\x3b\xc6\xc6\ \xf3\xb9\x9c\x61\xd9\x39\xcf\xe7\xa1\x50\x3a\x1c\xc9\x0c\x0e\x15\ \xc7\x46\x74\x7e\x0a\xf3\x13\x21\x4b\xd8\x86\x31\x3e\x95\xb7\x23\ \x91\xe2\xd4\x64\x38\x9a\xde\xb4\x66\xb5\xf4\xcc\xc3\x56\x1c\x4b\ \x7e\xce\xb2\x4c\xcb\xa4\x54\xdc\x46\x24\xd2\x4a\x4b\x7f\x7c\x74\ \x70\x60\x64\x30\x33\x3e\x3a\x39\xfe\xff\xd8\xfb\xef\x38\x4b\xd2\ \xb3\x3c\x18\x7e\x52\xe5\xaa\x93\xcf\xe9\x3e\x9d\xc3\x74\xf7\xe4\ \x3c\x3b\x9b\x93\xb4\xbb\xd2\xee\x4a\x5a\x45\x40\xe4\x60\x1c\x08\ \x06\x1b\xfc\x99\xd7\x60\x6c\x63\xfc\x82\xfd\xbd\x1f\xd1\x06\x83\ \x85\x40\x08\x21\x50\x96\x36\x07\x6d\x0e\x33\xb3\x93\x67\x7a\x3a\ \x4c\xe7\xd3\x27\xe7\xca\x55\x4f\x78\xff\xe8\x45\xc6\x36\xaf\x7f\ \x66\xfc\x7a\x11\xfe\xe6\xfe\xab\xbb\xba\x4e\x75\x9d\x0a\xcf\x75\ \x5f\x77\xb8\xee\x86\xdd\xeb\xd9\xbd\x6e\xa7\xd3\x03\x6a\xfa\x03\ \x53\x87\x39\x24\x0c\x12\xca\xb9\xdf\x6f\x27\x14\xa8\x11\x9c\xc9\ \x17\xeb\x0e\xed\x76\x02\x22\x4b\x39\x2b\xf1\xe1\x7b\xee\xdf\x37\ \x3e\x5b\xdb\xde\xe6\x2d\x3f\x9d\xd2\xa2\xed\xc6\x76\x7d\x7b\x64\ \x74\x18\xee\x9f\x7c\xb7\x0a\x76\x51\x22\x9d\xf9\xaf\x36\x49\x5a\ \x32\xa3\x01\x00\x00\x31\xb2\x13\xd3\xd9\x6f\x6d\x4f\x65\xd2\xef\ \xdc\x5f\xa2\x65\xd2\xef\x44\x5e\x95\x64\x61\x32\xf9\x9f\xa7\xd3\ \x24\xdf\xd9\x07\x7f\xeb\xb0\xd6\x5f\x3a\xbe\x96\xc8\x4f\x26\xf2\ \xff\xf5\x19\xc8\x7a\x61\x68\xec\x2f\x0d\xb8\x41\x56\x7a\xe7\x20\ \x66\xf6\x2f\xad\x6a\x46\xb6\x38\xf5\xce\xb9\xbc\xa3\xc3\x84\x55\ \x2b\xf3\x17\xa4\xd6\xcc\x0e\x99\xd9\xbf\x14\x96\xd4\xd3\xe3\x53\ \x3b\x07\xf1\x5f\xfa\xc2\xff\xef\x8b\xdf\x5c\x9f\xbc\xf3\x3b\xde\ \xb7\x3f\x7b\x13\x20\xff\x87\xe3\xba\xb8\xd7\xde\x78\xf2\x0b\x5f\ \x6c\x03\x89\x20\xc8\x69\x44\x0a\xc7\xbe\xff\xe1\xc9\xaf\x7d\xfe\ \x85\xfb\xfe\xee\x4f\x1e\x29\xe0\x98\x89\xff\x4e\x7e\x54\xd0\xf8\ \xff\xfd\x49\x05\x02\x62\x1c\x76\xf5\xca\x65\xdd\x50\x01\x84\x10\ \x63\x84\x20\xe7\x82\x43\xf0\x17\xef\x0a\x22\x50\x45\x00\xf2\xd0\ \xe6\x30\xec\xa2\x58\x23\x50\x30\x76\x7d\x7e\x71\x7a\x6e\x7f\x2a\ \x35\x74\xf8\xd8\x58\x2a\x37\x24\x42\x8f\xfa\xfd\xb7\x5f\x8b\x25\ \x82\x13\x96\x41\x63\xf9\xe0\x91\xa3\xef\x79\xdf\x43\x9c\x46\x40\ \x22\x3b\xa5\xfd\xff\xa3\x59\x91\x98\x4a\x12\x61\x9c\x05\x7e\x20\ \x49\x04\x05\x74\x6d\x79\xe1\x99\x27\x9f\x5a\x5d\x5a\x22\x08\x11\ \x5d\x5d\x5f\xba\xd2\xbf\x7a\xae\x17\xf3\x6e\x14\xf9\x34\x46\x1c\ \x50\x0a\xad\xac\xa9\x9b\x19\x24\xe9\x1c\x48\x00\x49\x82\x73\xca\ \xe2\x98\x32\x3d\x91\xb0\xbb\x41\xcf\x71\xec\x30\x60\x94\xbb\xbe\ \x1b\x84\x81\x40\xd0\xb6\x6d\x21\xb8\x44\x88\x46\x50\x4a\xa3\xba\ \xce\x15\x08\x78\xcc\x18\x07\x5d\xaf\xa5\x58\x83\x61\x08\x00\xd7\ \x73\x96\xd9\x59\x3d\xbb\xba\xb4\xb0\x5d\x6b\x36\xda\x9d\xed\x6a\ \x25\x8a\xa9\xed\xf4\x3d\xa7\xaf\xc9\xa4\xd3\x69\xfb\xce\x0f\xa1\ \xbf\xbe\xb2\xff\xce\x88\x83\xf6\xfa\x62\xbb\xdb\xc1\x0a\x01\x18\ \x45\x51\x44\x88\xa4\x12\xd9\xf3\x82\x47\xdf\xfb\xd0\xf7\x7c\xc7\ \x77\xe6\x69\x7c\x8e\x3e\xfb\x95\x57\x5e\x7e\xf5\xf1\x2b\xe6\xf4\ \xe4\xd0\xe6\xcc\xe1\xe3\xc7\x66\xc6\xc6\x0f\xef\x99\x61\x03\x19\ \xe0\x87\x2b\xeb\x4b\xba\x65\x6e\xaf\xae\xfd\xda\xaf\xfc\xea\x07\ \x1f\xfb\xc8\xfd\x8f\x7c\x00\x21\x0c\x30\x12\x0c\x20\x0c\x77\x02\ \x59\x18\x63\x21\xb8\x10\xe0\x5b\xfa\x76\x3b\x3f\x84\x41\x80\x58\ \xc8\xc3\xb0\xb4\x5e\x7a\xf1\xc5\x17\x2f\x5d\xba\xd2\xe9\xda\x1d\ \xdb\x01\x44\xee\xba\xae\xc0\x48\xb6\x12\x86\x2c\xcb\x8c\x5b\x5a\ \x52\x21\xb2\xe0\x50\x50\x36\x94\x4b\x2f\x94\x4b\xd5\xea\xb6\xd3\ \x6d\x64\x51\xbc\x7b\xbc\x58\x1c\x1d\x57\x13\xc9\xad\x4a\xf5\xe2\ \xb5\x45\xca\x61\x14\xf3\xf5\xc5\x4b\x32\x66\xed\x56\xb3\xd7\xac\ \x86\xbe\x17\xc5\x94\x71\x1e\x86\x31\x44\x98\x72\x0e\x25\x85\x41\ \xc8\x00\x40\x44\x08\x16\x70\x16\x6c\x6c\xac\xba\xa5\xab\x63\x7b\ \x47\x74\x45\x9d\x1a\x1d\x2b\x64\x72\xe5\xad\x25\xd3\xb2\x70\x9f\ \xa6\x53\xe6\x3f\xf8\x07\xff\xe0\xe4\x3d\xf7\xb5\xba\xed\x7a\xec\ \x2b\x43\xb9\xed\x95\x66\x1d\xc7\xd3\x83\x29\x90\x34\x6e\xb0\x7e\ \x0d\x0a\x16\x48\xcc\x37\x00\x51\x28\xe5\x1c\x50\x3f\xf4\x63\x49\ \xc6\x98\xec\x39\x74\x60\xdf\x89\x5b\x40\x1c\xe7\x74\xf9\x81\x43\ \x7b\xd2\x56\x22\x50\xd3\xaf\x5d\xb8\xfa\xe2\xb3\xcf\x5c\xbe\x78\ \xe6\x9e\xbb\x4e\xec\x9a\x9a\x58\x9a\xbf\xd0\x69\x37\x35\x49\x16\ \x71\x1c\xba\xee\xb5\xcb\x97\xf7\x1f\x38\x98\xb1\x92\x20\xa2\x98\ \x48\x02\x08\x21\x04\x44\x70\x47\x65\x90\x52\xba\xa3\xa1\xb8\xc3\ \x4a\x85\x10\x8c\x52\x21\x28\x42\xa2\x59\xaf\xcf\x9f\xbf\xf8\xd6\ \xab\x6f\x84\x01\x6d\xb4\xbb\x11\x10\x0e\x8d\xbb\xbe\x2f\x1b\xba\ \x9e\x4e\x63\x80\x54\x0e\x13\xba\x49\x83\x70\xeb\xea\x7c\xb7\xbe\ \x3d\x31\x98\xbe\xeb\x8e\x7b\xf7\xec\x1a\xd3\x54\xd3\x8f\x95\xa7\ \x5f\x7a\xf9\xed\x85\x05\x3f\xea\xd9\x2c\xec\xb5\x6b\x34\xe8\x7a\ \xfd\x46\x52\xb7\xec\x76\xa7\xd1\xa9\x77\x5b\x8d\xed\x72\xb9\xd3\ \x6e\xdb\x7d\xdb\x71\xdc\x20\x08\x63\x1a\x0b\x01\x30\x46\x0c\x60\ \x4b\xcb\xf5\x03\x26\x21\xdd\xcc\x65\xa1\xe4\x7a\x51\x9c\x49\x27\ \xef\x3f\x7e\x42\xb3\x92\xcb\xdb\xed\x6e\xcb\x69\x6d\xd7\x7b\x7d\ \xfb\xa5\x6f\xbe\x38\xb7\xf7\xc0\xdc\xe1\x13\x8a\x24\xb7\x6a\x1b\ \x9d\x5a\x0d\x07\x4e\x46\xda\x19\xe3\x7b\x73\x31\xff\x7f\xc5\x94\ \x23\xf7\x7e\x62\xe2\x36\x65\x74\x24\x8f\x6f\x5e\x8c\xff\x61\xa3\ \x71\x6c\x15\xf7\xff\xf8\xcf\x1f\x20\x48\x04\x21\x53\x54\x99\x51\ \x8a\x10\xfc\xd1\x7f\xb4\x9b\x28\x24\x66\xff\xdd\x7a\xdd\xff\x55\ \xb1\x66\x00\x0d\x44\x27\x14\x47\x93\x18\x42\x08\x62\x04\x11\x84\ \x18\x73\x01\x98\xe0\x4c\x70\xce\x81\x1f\x79\x51\x48\x21\xf3\x13\ \x0a\x0e\xfb\x6d\x99\xc8\x27\x4f\xdc\x4e\x6b\xed\xaf\x9d\xf9\xd3\ \xd1\xb9\x3d\x63\xbb\x77\x8f\x8c\x8d\x5b\x32\xe9\x37\xb6\xab\xeb\ \xc3\x2a\xe1\x04\x42\xce\x59\xbd\xb4\x79\xee\xf5\x97\x8f\x1e\xbf\ \x45\xc4\x0c\xc9\x44\x00\xfe\x17\x42\x77\xef\x0c\xd6\xde\x59\xd4\ \xde\x19\x02\x2d\x80\x80\x00\xed\x48\xea\x40\x21\x38\xc7\x08\x23\ \x88\x2f\x9c\xbf\x78\xf5\xf4\xf9\xcd\x95\xf5\xae\xd7\x8f\x11\x08\ \x01\xeb\x76\xea\x8e\x17\xc6\x02\xca\x44\x43\x0c\x66\xd5\x24\x51\ \x15\x81\x25\x2d\x91\x46\x02\x4a\x00\xcb\x58\xe6\x21\x95\x14\x2c\ \x11\x15\x21\x28\x00\xec\xd8\xae\xe3\x79\x71\x14\xc8\x18\xc9\x0a\ \x21\x10\x12\x89\x58\x85\x24\x42\x90\xc6\x01\x0a\xfb\xcc\xed\x39\ \xfd\x76\xdb\x6e\x46\x8e\xbd\xb5\x5d\x13\x89\xa1\xfd\xf7\x7c\x24\ \x0e\x30\x12\xb2\x2c\xd0\xf2\xc5\xf3\xdf\xf8\xea\x97\x64\x55\x27\ \xb2\xcc\x28\x45\x10\x98\x90\xeb\x86\x9e\xcb\x65\x3f\xf0\xd0\x43\ \xc3\x43\xc3\x37\x2a\x26\x25\x30\xf3\x11\xf3\x21\x97\x21\xc4\x9c\ \x7a\x94\x21\xc7\x61\x49\x23\x79\xcf\xfd\xf7\x1f\x39\x79\x17\x28\ \x6f\x35\x06\xce\x3d\x7c\xdb\x89\x7d\x6e\xbf\x02\xc5\x57\x5f\x79\ \xe1\xfa\xfa\x4a\x31\x5f\xf8\xe0\x9d\xf7\x20\x49\x5e\x5d\x5c\x60\ \x61\x04\x4d\x04\x04\x20\x08\x6f\xac\xad\x96\x96\x97\x72\xc5\xa2\ \x66\x25\x43\xca\xda\x7d\x1b\x70\x96\x49\x25\x14\x4d\x8b\x63\xc6\ \xb9\xf8\x8b\xa7\x0d\x61\x8c\xfc\x20\x58\x5f\x5f\x6b\x94\x36\xce\ \x9f\x3e\x75\xf6\xcc\xf9\x6e\xbb\x6b\x5a\xa9\x88\x83\x72\xa3\x35\ \x38\x36\x56\x9c\x9c\x92\x34\x15\x60\xd2\xea\x77\xdb\x5b\xdb\xb9\ \x74\x1e\xc4\x1c\x32\x91\x4e\x24\x07\x0b\x85\x53\xaf\xb7\xea\xe5\ \x75\xcb\x50\xde\x73\xdb\x2d\xb7\xed\xdd\x4d\x64\xb5\x1f\x04\x07\ \x66\xa6\x67\xa7\x27\xbf\xf4\xc4\xd3\x7e\x10\xc6\xbe\x5d\xaf\x94\ \x4c\x43\x8b\x60\xc4\x62\x07\x70\x01\x10\x21\x9a\xe2\x85\x71\xcc\ \x39\x26\x52\xc4\x04\x00\xe8\xbe\x87\x1e\x30\xf3\x03\x85\xa9\xb1\ \x66\xaf\xfd\xf4\x93\x67\x5e\xd8\x3c\x97\x52\x60\xad\xb4\xbe\x7a\ \xfd\x9a\x6e\xc0\x72\xa3\xde\x0d\x44\xec\x3a\xa5\x76\x39\xb3\x74\ \xb1\xdf\xeb\x04\x61\xd8\x0b\x3a\x51\x42\xbe\xe5\xd1\x07\x67\xe6\ \x26\x20\x4e\x88\x1b\x4a\x18\x08\xc1\x25\x62\x1a\x6a\x41\x96\xa1\ \xed\xb4\xbd\xc8\xe6\x9c\x1a\x86\x1e\xc5\x0c\x6b\xca\x76\xa3\x96\ \xd5\x8d\xcc\xc1\x83\xb5\xcd\xd2\x90\x95\xe8\xc6\xe0\xc7\xbe\xf7\ \xfb\x59\x32\xf5\x87\x7f\xfe\xb9\x33\x97\xe6\xaf\x5f\x17\x9a\x08\ \x12\xba\xd1\x69\x76\x31\x96\x14\x49\x11\x9c\x9e\x7a\xe3\xf5\xe9\ \x99\xa6\x62\x5a\xe3\xb3\xb3\xa1\x1d\x36\x5a\xad\xec\x40\x56\xd3\ \x55\xce\x58\x10\xfa\x04\x13\x45\x51\x38\xe7\x08\x63\x00\xa1\x17\ \xc5\xbd\x5e\x6b\x61\xfe\xd2\xcb\xdf\x7c\xb1\xb6\x59\xd1\x88\x9e\ \x4c\xa6\xfb\xbd\x5e\x00\xe1\xe0\xd4\xd4\x70\x2a\x11\x01\x80\x09\ \x59\x5f\x59\x63\x61\x3c\x3c\x94\x39\xf5\xe2\x8b\x8d\xed\x4a\x5e\ \x57\x8e\xce\xce\x4e\x0c\x14\x74\xc0\x98\xe3\xf0\x98\x7d\xf7\x47\ \x3e\x21\x3d\xf9\xd4\x93\x6f\xbc\x15\x0b\xda\xac\x95\x20\x77\xd7\ \xae\x5f\x3a\x7f\x66\xdb\xb3\xeb\x51\xb3\xc6\x7d\x8f\x0b\x20\x20\ \x8a\x18\x8f\xa8\x40\x48\x96\x88\x14\x51\x16\x31\x41\x39\xb7\x00\ \x8e\xc3\x48\x78\xce\xf2\xfc\xd5\xd1\x04\xd4\xc3\x38\x9f\x1f\x1c\ \x9b\xdc\xb5\x5d\xad\x46\x94\x42\x05\x03\x8b\x7c\xe8\xb1\x8f\x7d\ \xe2\x7b\xbe\x2f\x99\xc9\x7b\x9d\x9e\x5c\x48\x5b\x72\xd4\x5a\xbd\ \x94\x2b\x64\x51\x3e\x4b\xff\x56\xea\x86\x7e\x7b\x1a\x4a\xe6\x47\ \x92\x37\x2f\xc3\x5f\xdf\x17\x96\x14\xa5\xb3\xf8\xe6\xd7\x9e\x7e\ \xa3\xe1\xc6\x66\x7e\xe6\xfd\x8f\x3d\x32\x97\x57\x08\x91\xc4\x7f\ \xd3\x0c\xf7\x2e\xe1\x28\x42\x28\xf0\xdd\xed\x8d\x65\x55\xd3\x92\ \x89\xa4\x6e\x1a\x82\xf3\x20\x88\x5a\xed\x16\xc4\x98\xc6\x14\x41\ \xac\x63\xc3\x0e\x5c\xaa\xc6\x4d\x18\x4f\x24\x32\x7f\xf7\x3b\xbe\ \xff\xc4\x81\x5b\xaf\xbc\xfe\x46\xfd\xd2\xf9\x17\xbf\xf2\xaa\x39\ \x31\x71\xe0\xf0\x3d\x87\xf6\xef\x1f\x2f\xa4\x4f\x1c\x39\xd8\xa9\ \x96\x7a\x8d\x4a\xe4\xb9\x05\x73\xe4\xe5\xc7\xbf\x0c\xec\xce\x6d\ \xef\xfb\x18\x10\x80\x02\xc6\x91\x60\x80\x43\x86\x89\x20\x50\x00\ \x84\x04\x44\x82\x01\x86\xb9\x04\x04\x80\x50\xc4\x71\x88\x01\x24\ \x12\x71\x6d\x67\x79\x71\xe5\xcc\xa9\xb3\xd5\x6a\xad\x5e\x2d\x03\ \x28\xfa\xae\x1b\x03\x18\x73\x04\x89\x95\xcd\x14\x28\x15\x86\x6e\ \xe8\xaa\x4a\x64\x99\x29\x28\xe2\x9c\x52\x98\x94\x84\x42\x62\xcc\ \x9d\x20\xa2\x12\x92\x58\xc4\x22\xa1\xc4\x9a\xdc\x76\xfb\x06\x08\ \xf7\x0c\x26\xd2\x32\x03\xcc\xb3\x6d\xbb\xdd\xee\x77\xfa\xbd\x4e\ \xbf\xd3\x6d\xd5\xfd\x86\x53\xa9\xf7\x3d\xca\xa8\xd7\x25\xdc\xe9\ \x85\x74\xe0\xd8\x03\x03\x24\xd9\x45\x22\x99\x96\xa1\xf0\x02\x8e\ \xb2\xb9\x7c\x71\x30\x6b\x68\xa8\xd3\x69\xf5\xed\x3e\x83\x24\x64\ \xd2\x27\xbe\xe3\xe3\x1f\xfd\xf8\x27\x5d\xcf\xf3\x7d\xef\x46\x34\ \x01\x04\x60\x22\xe6\x18\x47\x42\x09\x42\x4e\x43\xa4\x89\x20\x6d\ \xaa\x9a\x02\xfb\xd4\xbb\x5c\x2d\xcf\x4e\x8f\x93\xc3\x77\xe9\x95\ \xa7\x0e\x41\x76\xb8\x98\x79\xf4\xff\xfc\xe8\x9b\x9d\xf0\xf7\x3e\ \xf5\x79\x19\x2f\x19\x6e\x6d\x28\x29\xa7\x13\xa9\xbe\xe7\x73\xc4\ \x75\x4b\xdf\xd8\x5c\xf9\xfa\x97\xff\x2c\x95\x48\x1d\x3d\x79\x5b\ \xaa\x38\x74\x75\x75\x3d\x61\x68\x52\x94\xed\x63\xa5\xd2\x71\xfc\ \x88\xe6\x0b\x99\x91\xc1\x02\x04\x0c\x60\xb9\x6b\xf7\xae\x97\x4a\ \x1b\xeb\xeb\x97\x37\x4b\x54\x96\xb1\xa6\xeb\xc9\x64\x52\xd7\x5b\ \x7e\x98\x29\x0c\xd6\xeb\x6d\xd8\xf4\x46\x26\xa7\x9a\xad\x5a\xaf\ \xeb\xb1\x28\xc8\xa5\x52\x94\xc1\x00\xc0\x56\x10\xd4\xfb\xad\x38\ \xec\x8e\x8f\x0f\xf3\xd8\x7d\xe1\xa5\x57\x8f\xcc\xed\x59\x98\xbf\ \x2a\x49\xd2\xed\xef\x79\x6f\x78\xef\xdd\x9f\xfd\xda\xe3\x3e\x15\ \x34\xe0\xd3\x7b\x77\xd7\x09\xd9\xa0\x2b\x8c\xc6\xbb\xa6\x67\x74\ \xc3\x58\xdf\xda\xc2\x8a\x1e\x03\x6c\xfb\xd1\xc8\xd8\xe4\xdd\x1f\ \xfa\x44\xc5\xe7\x1f\x7a\xf0\xee\x97\xbf\xf2\x99\xf3\x5e\xa9\x5d\ \xad\xee\x3b\xba\xff\xe1\x07\x0e\x4d\x4d\x8e\x40\x11\x54\xea\xf5\ \x6b\x55\xa7\xd9\xe9\xce\x64\xd5\xa3\xd3\xf9\x8d\xeb\xbd\xf5\xf5\ \x6e\xec\x85\x05\x23\x97\x32\xb4\xea\xeb\x17\xb7\x7a\xc1\x43\x3f\ \xf2\xd3\xa1\xf7\xd7\xaf\xd7\x05\x88\x43\x8f\xc1\x9e\x4c\x4c\x5d\ \x83\x12\x96\x11\x94\x09\x8b\x0d\x5d\x5f\x5b\x5a\xe8\xb7\x6a\x5c\ \xe4\x62\x59\xaf\xaa\xd9\x24\x08\xf3\x21\x8b\x17\xeb\xf5\x41\x2d\ \xb7\xf7\x3d\x0d\xbf\xc1\xbc\xf5\x01\xbf\x4b\x12\xb2\x99\x1f\xec\ \x76\xbb\xf9\x6c\x1a\x0a\xbe\xba\x7c\x6d\x69\x61\x61\x68\x7c\x4a\ \x53\x4d\x81\x15\xdb\x0d\x2d\x00\x38\x8d\xa8\xef\x37\xeb\x95\x5c\ \x26\x83\xb1\x10\x90\x08\x48\xda\x8e\xb3\xb2\xb5\xe5\x74\x3b\x4b\ \xab\x6b\x8a\x61\xa5\x87\xa0\x63\x7b\xc5\x99\xc9\xba\xe7\xa4\x34\ \x5d\x57\xa5\xc5\xab\x57\xf7\xec\xdd\xd7\xef\x85\x95\x52\xdb\x30\ \x34\x2c\xab\xed\x7e\xdf\x71\xed\x99\xfc\xf0\x50\x2a\x7d\xfa\x85\ \x97\x0e\xec\x9b\x26\x08\x9e\x3d\x77\xf9\xd8\x5d\xf7\x7f\xcf\x47\ \x1e\x99\x5f\x5e\x5e\xd8\x6e\x05\xbd\xb6\xdd\xae\xf7\x3b\x0d\xbb\ \xd5\xc1\x10\xaa\x7a\x26\x86\x1a\x96\x14\xcf\x0f\x35\x24\x15\x92\ \xe9\xb5\xf5\x75\x2c\x11\x59\x41\x9c\xd3\x03\x33\xbb\x3f\xf0\xe8\ \x77\xba\x94\x1d\x3f\x96\xff\xe5\x67\x7e\x7f\xd9\x6d\xa5\x71\x3c\ \x55\xd0\xbf\xf1\xec\xeb\x88\x70\x86\x51\x1c\xb0\x38\x8a\x01\x8e\ \x1d\xb7\x12\x78\x15\x10\xc5\xcc\x75\x69\x1c\xea\xc3\x53\x97\x9a\ \x8d\x85\xeb\xf5\x47\x8f\x03\x09\x7e\x3b\x8f\xc2\x66\xfd\x6e\x9f\ \x18\x29\x5d\x82\xdf\x0a\xe4\x75\x7b\xb6\x62\xa6\xb5\x9b\x6d\x25\ \xff\x7b\xc4\x75\x25\xc9\xd9\x3a\xf3\x07\x9f\xfa\x52\xe2\xd8\x83\ \x0f\x4e\x25\x57\xce\x3c\xff\xfb\xff\xc9\xf9\xa9\x9f\xfc\xbe\xa2\ \xfa\x57\x0c\x81\x7a\x97\xee\x39\x84\x30\x0c\x23\xdb\x71\x31\x91\ \xba\xbd\x7e\x10\x44\xba\xae\x73\xc6\x7d\xd7\x17\x42\x08\x24\xb0\ \xc0\x50\x70\xdb\xee\x24\x06\x8d\x6a\xa3\xfc\xf0\xed\xb7\xdf\xfd\ \xd8\x23\x20\x92\x86\x76\x8d\x7f\x44\x79\x60\xd7\x72\xae\x42\xc5\ \x97\xbe\xf6\xd5\x95\xa5\x85\xc9\x62\x7e\xbc\x90\xa1\x6e\x8f\x32\ \xea\xfb\x7e\xa7\xdd\x2e\x0e\xe4\x2b\x95\xed\xda\xd6\x26\x94\x75\ \x6b\xc0\xa4\x88\xb6\xba\xdd\x8c\x99\x97\x55\x13\x0a\x10\x06\x01\ \xc0\x31\x91\x25\x0e\xc9\xce\xe8\x2a\xd7\xf3\x82\xd0\x5f\x5a\x5a\ \x7a\xe3\xd5\x37\x36\xd6\x2b\x40\x40\xc3\x4c\x96\x5b\x2d\x81\x79\ \x71\x78\x44\xd5\x92\x92\xaa\x13\x49\x5f\xdf\xd8\x22\x84\xab\x9a\ \xaa\x28\xaa\xed\xf4\x33\xe9\x3c\x0e\xc3\x20\x0e\x51\xec\xb8\x8d\ \xbe\xe3\x78\x31\x80\x02\x43\x2d\x69\x8c\x4f\x4f\x2b\x86\xa2\xe9\ \x8a\x5d\xde\xba\xb2\x7d\x45\x74\xb6\xbd\x4e\xb3\xd7\xeb\x55\x9a\ \x2d\x2f\x0a\x01\x60\x51\xe0\x03\xa6\x42\x25\xd9\x8f\x62\x09\x71\ \x24\xe3\x48\x70\x88\x89\xd3\x6d\xe7\x93\x05\xda\xad\x12\x8d\x38\ \x7e\x30\x36\x39\x79\xef\x5d\xb7\xa4\x4c\x72\xf9\xd2\x59\x26\xd8\ \xd5\x85\x15\x27\x10\x2f\xbc\xf0\x7c\x71\x64\xfc\xd0\xa1\xc3\x37\ \x00\xa2\x3b\x24\x5c\xd3\x74\x95\x42\x5f\x28\x88\x33\x4d\x11\x16\ \x24\x84\xc5\x22\x8a\x36\xd6\x37\xcc\xfc\x4a\x5f\x92\xbd\x84\x55\ \xf5\xdc\x13\x7a\xa2\x53\xef\x25\x7c\x71\x7c\xfa\xc0\x1b\x33\x0b\ \x54\x84\x36\xc6\x57\xeb\x25\x95\x6b\x84\xc8\xa9\xac\xc5\x31\x72\ \x02\xaf\x77\x7d\x39\xf4\xc2\x76\xcf\x39\x74\xfb\x1d\x42\x52\xc2\ \xc0\x0f\x1d\x1b\x6b\xb0\xd3\x6e\x57\x9b\x5d\x4c\xd0\x60\x2e\xcd\ \x44\x7c\xfe\xfc\xd9\xaf\x3d\xf5\xf4\xca\xc6\xb6\x1f\x7a\x88\x0b\ \x43\x52\x0c\x03\xa4\x52\x69\x9f\xd2\x6c\x21\xaf\x9b\xa6\xb7\x51\ \x1e\xc9\x0d\x57\x4a\x95\x42\x3a\x3b\x39\x90\x99\x1b\x1d\x9c\xbf\ \x7c\xe1\xad\xb3\x17\x93\xf9\xa1\xf1\xc9\x89\x6e\xaf\x8b\x81\x18\ \x1a\x48\xfb\xae\x4d\x83\x70\x78\xb0\x80\xc3\xa0\xde\xa8\x8f\x0c\ \xe4\x06\xa7\xa6\x9e\x7b\xfd\xad\x85\xad\x5a\xbd\x5a\x3b\x7f\xee\ \x22\xc1\xb1\x40\x64\x70\xa8\x30\x3e\x3e\x2e\x04\x1f\x18\x28\x1c\ \x3c\x7a\xfc\xf5\x53\x6f\x97\x6b\x2d\xdd\xd0\x2f\x5d\xbb\xa6\x0f\ \x4f\x9f\x7a\xf5\xc5\xcb\xaf\xbd\x30\x3b\x90\x3a\x78\xdb\xee\x3b\ \x6f\x39\x6a\x98\xea\xc6\xea\x82\xd3\x6b\x22\x22\x8d\x0d\x4e\xce\ \x4e\x8e\x4d\x15\x33\x6e\x65\x53\x61\x31\x8c\x03\xbb\xd9\x81\x3a\ \x6b\xaf\x6d\xb5\x37\xd7\xf4\xd1\xc9\x1b\xcc\x8f\x42\x10\xd2\xb8\ \x6d\x77\x29\x8f\x00\x67\x32\x86\x5c\x88\x20\x8c\x09\x12\x71\xc0\ \x39\x15\x58\x31\x9b\x10\x64\xa7\xa7\x3a\xab\x9b\x1b\x0b\xd7\x66\ \x6e\x1d\x42\x44\xa2\x58\x75\x04\x9e\x9c\x9c\xc9\xf7\x49\xd6\x34\ \xb7\xbb\xbe\xdb\x6a\x9a\x8c\x62\xc0\xc3\xc8\xb7\xac\x54\xbb\xd3\ \x7c\xeb\xf4\x1b\xc7\x6f\xbf\x3b\x88\xfc\xf2\xd6\x66\x21\x9f\x43\ \x3c\xae\xac\x6f\x96\x57\xd6\xc6\xc7\x27\xc6\xe7\xf6\x6c\x57\xca\ \x4f\xbc\xf0\xe2\xf9\xcb\x57\x7d\xd7\x05\x71\x10\xfa\x61\x26\x93\ \x51\x4c\x93\x21\x6c\xa6\x33\x89\x64\xba\xd3\xb3\x4d\x3d\xd1\xef\ \xda\x84\xe8\x07\x77\xef\xc9\x0f\xe6\x4d\x4d\x0e\x3c\x87\x40\x3e\ \x3c\x38\x70\x60\xef\xee\xa0\x59\x3a\x7a\xe8\x70\x3e\x93\x2c\x64\ \xd2\x07\x4e\xde\x3a\xba\xf7\xd0\xcc\xf8\xd8\xfc\x6a\xc9\xeb\xb6\ \xb0\xa0\x1a\x41\x52\x3a\x15\x05\x2e\x56\x64\x2e\xcb\x9e\x17\xe4\ \x32\xd9\xc3\x47\x8e\x66\x32\xb9\x4e\xb7\x8b\x30\x5c\xdf\x58\x05\ \x80\x3d\xf2\xc1\x0f\x63\x35\x71\xe7\xc1\xbd\xfb\xf6\x4e\x54\xbe\ \xfb\x91\x2f\xff\xd9\x67\xb7\x16\x57\x99\x6d\xa8\x98\x67\x72\x96\ \x1b\xb8\x6e\x3f\x54\x14\x4d\xd5\xd4\xc1\xc1\xbc\x04\x59\x69\x79\ \x75\xfe\xf2\xc5\x8b\xf3\xd7\x57\xdb\xce\x5b\xeb\x9b\x83\x33\x33\ \x8f\x9c\xb8\xff\x5d\x4a\x8f\x72\xce\x38\xc0\x04\xfd\xb7\x21\x05\ \xca\x04\x21\xff\x0f\xa9\xa2\x68\xeb\x77\x7e\xed\x8f\x4f\xfc\xf0\ \xcf\xdd\x3f\xf6\x17\x03\x7c\xdc\xeb\xbf\xf9\x7f\x7d\xf9\xd1\x9f\ \xfa\xa7\xda\xb9\x3f\xbe\x20\x9d\xf8\xae\x7b\xf7\xde\x84\xa2\xbf\ \xdd\x38\x8a\xc4\xd6\xd2\x65\xba\xeb\xc1\x1f\xff\x81\x0f\x2b\x00\ \xdc\x75\x72\xb2\xf3\x2f\x7e\x7b\xb9\xd2\x1b\x9e\x4e\xb2\xff\xbe\ \xbe\xee\xff\x52\x13\x42\x50\x2a\x18\x03\x34\x0e\x3d\x37\xe8\xf7\ \x6c\x22\x11\x82\x89\xa6\xa9\x10\x89\x6e\xa7\xdf\x74\xfb\x44\x60\ \x6c\xc7\xfb\x87\xa6\x33\xb9\x81\x46\xec\x68\x86\x65\xee\x9f\x0c\ \x37\x97\xa6\x51\xf2\xe0\xae\xc9\x0f\xfe\xc8\x3f\xfa\xe2\x57\xbf\ \x7e\xfd\xda\xa5\x76\xad\x32\x31\x5c\x70\xfb\x5e\x3a\x99\xee\x47\ \xb1\x69\x99\xf5\x5e\xff\xc9\xaf\x7f\x15\x4a\xd2\x5d\x0f\xdc\x39\ \x30\x3a\xc8\x3d\x27\xc2\x8a\xa5\x6a\xdd\x8e\xdd\xe9\x36\xcd\x84\ \x92\x48\xa7\x22\x10\xab\x92\xda\x71\x7b\x5b\xb5\x72\xab\xdd\xbc\ \xba\xb8\xd0\xb0\xfb\xc8\x90\xa3\x90\x0f\x4e\x0e\xd7\xfa\x2d\x23\ \x61\xa9\x89\x44\xab\x6d\x0f\xa7\x33\xad\x76\x6b\x65\x73\x65\x20\ \x9f\x1f\xb2\x06\x11\x02\x69\xd9\x9a\x9d\x18\x59\x5f\x5f\xab\xae\ \x94\xca\xcb\x4b\xf5\x7a\x2b\x0a\xa9\x95\x4e\x53\x04\xad\x6c\x26\ \xf6\x7b\xc5\xb9\x03\xa6\x8a\xae\x6f\xae\x76\xaf\x5f\xb2\x98\xcf\ \x3d\x87\x73\x28\x09\x9c\x51\x12\x34\xf4\x23\x82\x7c\x45\x76\xc2\ \x1e\xe2\x91\xa2\xea\x1d\x8f\x4a\x89\xdc\x48\xa1\x90\x65\x3d\x56\ \xeb\x5e\x38\xfd\x96\x31\x9e\xa1\x51\x98\x2f\x16\x6d\x3f\x28\x95\ \xb6\x6d\xcf\x03\x10\xa8\xaa\x92\xca\xa5\x3f\xf0\xe1\x4f\xdc\xff\ \xc0\xbd\x8d\x66\xf7\x06\x04\x9b\x76\x9a\x51\x5c\x3b\xa0\x01\x85\ \x98\xa0\x88\x22\xce\xfc\xc0\xc1\x12\x64\xa1\x70\x1a\x9d\x8c\xaa\ \x07\x7d\x37\xc2\x22\x3b\x35\x72\xfd\xf2\x45\x3f\x0e\x13\x5b\xa5\ \x33\xf3\x5b\xb1\x6f\x67\x0b\x29\x27\x02\xd7\x96\xaf\x93\x10\x03\ \x81\x0b\x43\xd9\x03\x07\xf6\x44\x5e\x98\xb1\xac\x99\xe9\x39\xcd\ \x4a\xbc\x75\xea\x4c\x66\x6c\x7c\x73\x69\xde\x8a\xfd\x23\xb7\xdd\ \x9d\x2e\x8e\xe7\xb3\x18\x71\xb1\xb6\xbc\x72\x7d\x79\xfe\xf2\xe5\ \x4b\x67\xdf\x3e\xdb\xee\x7b\xba\x61\x84\xae\xab\x02\x54\x48\x65\ \x01\xe7\x8e\xed\x94\xcb\xdb\x13\x33\xb3\x56\xc2\x32\x52\x56\x40\ \xe3\xcd\x8d\x95\x5d\x63\x83\x5e\xaf\xc3\xc2\x70\xa4\x90\xd7\x93\ \x96\xc4\x63\x19\xc2\x20\x16\x43\xc3\x53\x87\xa7\x27\x9d\x7a\x6b\ \x66\x7a\x6c\xd7\x48\xb1\xd9\x6e\x67\xb3\x69\x17\x2b\x09\xcb\x30\ \x35\x85\xc5\x51\xbb\x51\xcd\x17\x92\xa9\x54\xea\xf0\xe1\x23\x81\ \xe7\x42\x21\xb2\xd9\x6c\x32\x99\xcc\x65\xb3\xb5\x46\x4b\x46\x70\ \x7c\xa0\xf0\xf5\x17\x9e\xfb\xda\xc2\x19\xa3\xbf\x75\x7c\x32\x7b\ \xf0\xc0\xa1\x56\xab\xb3\xb8\xd4\xa8\xd7\xab\x9c\x05\x9a\xae\x67\ \x3d\x2c\x2b\x4a\xb7\xbc\x75\x60\xef\x1e\x2b\x99\x0b\x28\x8f\x21\ \x0a\xb8\x28\xd5\x9b\x4b\xd7\x16\x8f\x15\xc7\xe0\x8d\xaa\x36\x33\ \x40\x84\xa4\x03\x62\x20\xc1\x92\xa9\xc4\x40\xbe\xa0\x48\x72\x4c\ \x59\xb1\x38\x8e\x91\xc1\x02\x36\x34\x98\xc9\x1f\x3b\x58\xe3\x01\ \x17\x7e\xf1\xd8\xd4\x95\x95\xba\xdb\x6e\xa7\x4c\xd2\xeb\xf6\xaa\ \xa5\xd2\xa3\x0f\xbc\x57\xc7\xed\x13\x63\x23\xcd\x6a\xb9\x56\xda\ \xc8\x65\xd2\x8f\x7c\xe0\x91\x4a\xbd\xd5\xea\x7b\x8e\xd3\xb5\xed\ \x96\xdf\x13\xc0\xb6\x7d\xc7\x79\xe9\xf1\x67\x7a\x9d\xf6\x89\x93\ \xb7\x78\xdd\xfe\xca\xd6\xb6\x1a\xb3\x3d\xa3\x63\x6f\x9d\x39\x1b\ \x87\x31\xa5\x71\xa0\x46\x89\x7c\x32\x0a\xe3\xd7\x5e\x7f\xf3\xb1\ \x8f\x7c\x5c\x89\x45\x41\x35\x11\x91\x97\xaf\x5e\x35\x0d\x3d\x9b\ \x50\x01\xd4\x74\x0c\x1c\x16\x46\xa1\x3b\x36\x3e\xa2\xdc\x75\x7b\ \x36\x93\x36\x74\x35\x97\xcf\x47\x61\x68\xf7\x3a\x23\xc5\x9c\x88\ \x5c\x5d\xce\x74\x6a\x25\x44\x23\x4b\x95\x91\x8a\x59\x60\xfb\xd4\ \x4d\xe7\x13\xf7\xde\x73\xdf\xe0\xd0\xc8\xf2\xf5\xe5\xc3\xfb\x26\ \x53\xa9\x24\x16\x76\xb9\x52\x72\x9c\xc6\x6d\xf7\xdc\x31\x38\x90\ \xff\xdd\x3f\xf9\xec\x13\x5f\xfb\xea\x48\x21\x7b\x78\xdf\x87\xb8\ \xe7\xa4\x74\xa5\x51\xab\x06\x61\xd0\x55\xed\x5c\x21\x7f\xe0\xd0\ \x31\x88\x14\xd7\xef\x01\x24\x87\x14\xce\x2f\x5c\x3f\xb3\xb4\x0a\ \xd2\xb9\xda\x7a\x89\x51\x0a\x88\xf4\x2e\x10\x52\xd1\x38\xfd\x0b\ \xbf\xfc\xc7\xef\xfb\xb9\x5f\xbf\xbb\x28\x51\xbb\xb1\xd9\x64\x13\ \x93\x83\x08\xf0\x67\x3e\xf5\x0b\x2f\x93\x87\xff\xcd\x0f\xdc\xf1\ \x57\x7f\x4c\x46\xd5\xed\xaa\x17\xff\xa5\x77\x4d\x11\xd5\xed\xba\ \x4f\x41\x42\x35\x34\x7c\x93\x93\xfe\xad\x37\x2e\x60\x26\x3f\xe8\ \xbd\x78\xe1\xf5\x4b\x87\xf6\x0f\xaa\xf5\x2b\xaf\x6f\x86\xd6\x5d\ \x49\xfd\xaf\x7c\x26\xc9\xbb\x06\xa2\x92\x24\xeb\x86\x89\x30\x21\ \x32\xe1\x8c\x47\x41\x00\x44\x84\x21\xe4\x8c\x29\x44\x56\x14\x15\ \x10\x6c\x42\x99\xb8\xbd\xb0\xd1\x5f\x5f\x59\xaf\x86\x7e\xc0\xc2\ \x24\xc1\x91\x60\x07\x73\x23\xa5\x86\xc3\x23\x7a\xe2\xe4\xc9\x6e\ \xab\x3e\x35\x52\x84\x22\xca\x17\x0a\xf5\x7a\xd9\xe9\xd9\x50\x33\ \x20\x84\x5e\xbf\xcd\xe3\xf8\xd2\x99\xd3\x83\xb5\xc1\x44\x3a\x67\ \x77\x3c\x16\x23\x55\x35\xbc\x20\x8c\x68\x60\x58\x96\xaa\x29\x95\ \x66\xfd\xe9\x67\x9f\x98\x9f\xbf\xea\x79\x1e\x65\x62\x87\x89\x62\ \x05\xc8\xba\x26\x9b\x7a\x61\x68\x64\x6b\xbb\x5c\x6f\xb7\x65\xc3\ \x8c\x69\x3c\x35\x33\x39\x3c\x38\x28\x23\xb8\xb4\xb0\xd0\xa8\x57\ \xba\xad\x52\x1c\x78\xcd\xad\xb5\x46\xb5\x86\x04\x02\x02\xc4\xdc\ \x0d\x01\x08\x9d\x66\x65\x63\x71\xb4\xd1\xda\x7d\xe8\x98\x45\x40\ \x88\x45\x4a\x37\x22\xc8\x21\x20\x61\x2c\x38\x17\x22\x8c\x0d\x4d\ \x96\x0c\x23\xaf\xa6\x75\x44\x9d\x58\xa4\xd5\x81\x8f\xfd\xe0\x4f\ \xca\x8a\x96\x96\xe1\x70\x2a\xf9\xc6\x17\x3f\x7d\xa9\x06\xc6\x06\ \x54\xa7\xd7\xbc\x78\xe1\xcc\xd0\x40\x52\xc2\xcc\x75\x1d\xd7\xf3\ \x73\xc5\xa1\xe1\xe1\x5c\x1c\xf6\x82\xc0\xbb\x31\xd5\x43\x01\x80\ \x1f\x33\xd7\x8f\x00\x06\x32\x96\x32\xe9\x4c\xce\x2c\x52\xdf\x55\ \x55\x4d\x93\x14\xee\x79\xb9\x41\xb9\x38\xbe\x2b\x39\x3c\xf0\xc2\ \xef\x34\x38\x8b\x0b\x87\x77\x87\x17\x96\x85\x06\x05\xe0\x4e\xb5\ \x09\x5b\xae\x20\x3a\x52\x70\xad\x5a\x1b\x1c\xc8\x4e\x8f\x8f\xde\ \x77\xc7\x1d\x77\xde\x76\x67\xb3\xdd\xfb\xa3\x2f\x7c\x49\x82\xa0\ \xd7\xee\x2c\x2f\xce\xcb\x7a\x7a\x17\x97\x62\x80\xaa\xa5\xad\xda\ \xf6\x8a\xe7\xf4\x38\xa3\x34\x08\x3b\x8d\x86\x4a\x24\x15\x49\x2a\ \x44\x3c\x8e\x9a\xb5\xaa\x4b\x69\xa7\xdb\x9e\x9f\x9f\x5f\xbe\xbe\ \x4a\x20\x11\x94\xda\x8d\x92\x28\x98\xdb\x6b\x6d\xbb\xdd\x42\x71\ \xa4\x42\xae\x08\xc6\x03\x5f\x97\x50\xab\xd5\x45\xb3\xa8\xd7\x6d\ \xbc\xf6\xea\x8b\x3a\x91\xb7\xb6\x2b\xf1\xdb\xa7\x0f\xdc\x79\xcf\ \xe0\x60\x61\x7e\x65\x7d\x7a\x6a\x36\x9d\xcd\xa5\xb3\x56\xe0\x7b\ \xba\x6e\x40\x20\x7a\x9d\xae\x61\x18\x49\xd3\x1a\x1b\x1e\x6e\x37\ \x5a\x14\x00\xaf\xd3\x00\x6e\x0f\x78\x7d\x43\x42\xef\xb9\xf7\x9e\ \x8d\xb5\xf5\x6e\xbb\xd1\x6a\xb7\x99\xe0\xba\x2a\x01\xc4\x9c\x4e\ \x57\x55\x65\xd9\xd4\xcf\x9e\x3d\x9f\x29\x0c\x9f\xbd\xb2\x7c\xf6\ \xf2\xa2\x65\xa6\x55\xce\x19\x65\x92\x61\x8a\x1b\x1b\xe5\x2d\x00\ \x03\x50\x31\x13\x85\x62\x51\xd0\x50\x93\x64\x45\x37\x09\xc2\x03\ \xc5\xac\xeb\x86\xa5\xcd\xca\x9c\x95\xd1\x00\xe0\x9c\x66\xa7\x06\ \x6e\xfd\xc1\x8f\x6a\x83\x53\x89\xde\xcb\x5a\x3d\xb0\x6d\xea\x62\ \x6f\xa3\xd9\xde\xe8\xf6\xf6\x1f\x3c\xb4\x7b\x6a\x62\xf1\xea\xc5\ \xd1\x91\xc1\xc9\x91\xe1\x72\xb5\x2c\xcb\xca\x99\xb7\x5e\xab\xd5\ \xaa\xf7\xdf\xf7\x9e\xd6\x56\x79\x63\x61\x21\x69\x26\x76\x4f\x4e\ \xd5\x74\x4d\x81\xb8\xb6\xb1\xd5\x6b\x34\xd2\x99\x5c\xda\x4a\xac\ \x5a\xc9\x16\xed\x73\x00\x9b\xe5\x4a\xe4\x38\x18\xf0\xbd\x73\x33\ \x9a\x2a\x9f\xbd\xb0\x62\xfb\xd1\xdc\xee\xbd\x2b\xcb\x8b\xfb\x66\ \x27\x65\x9e\xef\x55\x1a\xbb\x27\x87\xb1\x53\x77\xdd\xee\xab\xaf\ \xbf\xb2\x72\xe5\xfc\x50\x3e\x33\x39\x3e\x5a\xae\x55\xab\x6f\x9e\ \xba\xe7\xe1\xc7\x9c\x7e\x7b\x6a\x6c\x30\x59\xc8\xd7\x4b\xab\xa1\ \xef\x21\x26\x4f\x8c\x8d\xf8\x36\xeb\x44\xf6\xc4\xf8\x90\x44\x78\ \x75\x7b\x0d\x83\x98\x87\x8e\xa9\xa6\x34\x49\x64\x12\xea\x5d\xb7\ \x1d\x35\x52\xd2\xef\x7e\xea\xdf\x3f\xf5\xf5\x6f\xe8\x8a\xb4\xbc\ \x58\x3e\xb6\xef\xa3\x77\xdf\xf6\x81\xa7\xbe\xfe\x8d\xbe\x1b\x67\ \xd3\xb9\x44\x7a\x20\x5d\xc8\x5c\xb8\x74\xb5\xeb\x74\x0f\x1f\xd8\ \xdf\xee\x3b\x46\x2a\xb3\x6b\xf7\xbe\x0b\x6b\x95\x76\xc7\x4e\x49\ \xfa\xbb\x56\x64\x04\x73\x45\x44\xfb\x97\x56\xba\x77\x17\xf3\x97\ \x9f\xfd\x83\x5f\xf8\x83\xf2\xaf\x7d\xf5\x37\x66\xa4\xee\xea\xb5\ \x95\x81\x87\x87\x00\xe8\x3e\xf5\xd9\xcf\xbe\xb5\xd8\x1a\x3d\xfa\ \xc0\x27\x3f\x7c\xbb\x0e\xc0\xea\x5b\x5f\xff\xc2\xd3\xe7\x81\xc6\ \x4b\xa1\x90\x25\x0c\x00\x58\x78\xe5\x8b\x5f\x79\xe1\x2a\x52\xa3\ \x1a\x87\x12\x46\x90\x40\x42\x64\x10\xb7\x9f\xfc\xfc\x67\xcf\x5c\ \x6f\x73\xc9\xba\xeb\x43\xdf\xf5\xde\x03\x43\x00\x80\xd2\xf9\xa7\ \xff\xec\xa9\x53\x76\x04\x8b\x07\xee\xf9\x8e\x0f\xde\x93\x92\x6e\ \xa2\xd5\xb7\xaf\xb1\x98\x0d\xee\xbd\xfb\x83\xc7\xd6\xbe\xf0\xdb\ \xff\xe6\x4b\xb2\x14\x0b\xfd\xde\x4f\xfc\xd0\x9e\x9c\x42\x69\xfc\ \x37\x86\xa3\x3b\xa1\x5d\x0c\x61\x14\x84\x3e\x73\x11\x44\x10\x00\ \x8c\x31\x65\xac\xd3\xe9\x28\xb2\xcc\x01\x10\x9a\xe5\x46\x5e\x5e\ \x55\x45\xe0\xaa\x58\xb5\xfb\x4e\x7a\x74\x2c\xea\xf7\xa6\xf6\xec\ \xde\xfe\xc6\x37\x9b\x91\x68\x5c\x5b\xda\x6a\xd6\x39\x87\x5e\x40\ \x85\xa0\x63\xe3\xe3\x1e\xa5\xf9\xa1\x61\xc7\xee\xf7\x7a\xbd\xe1\ \xdc\x60\x42\x51\x54\x59\xd9\x5e\xdb\x12\x42\x92\x8d\xf4\x66\xb9\ \xa6\x5b\x29\xdd\xca\xe8\x2a\xee\xb6\xed\x95\x8d\x2b\xd7\x57\x56\ \x54\x59\x1e\x19\x18\x3e\x7b\xfe\x5c\x14\x51\x3f\x8c\xb2\x59\x3e\ \x32\x3c\x1a\x7a\xde\xf2\xe2\xf5\xbd\x7b\x0f\xf7\x7a\x4e\x2a\x95\ \xc1\x58\x5a\x5b\x59\xcd\xe5\x32\x2a\x42\x3c\xf2\xb6\x56\x17\x2d\ \x5d\xed\x54\x36\xca\x9b\x1b\x5e\xb7\x2b\x33\x36\x98\xcb\x03\x01\ \xba\x4e\x93\xc7\x4c\x11\x29\x06\x40\x75\xf1\xea\x70\x26\xbb\x77\ \x6c\x68\xa3\xb7\x8d\x79\xe8\x63\x40\x05\x62\x31\x18\x1e\x1d\x1b\ \x1d\x19\xcc\xe7\x72\xa9\xa1\x51\x93\xd0\xcb\xa7\x5f\x5e\x2c\x35\ \xf5\x99\xdb\x84\x91\x75\xbd\xce\x0f\x7d\xe4\xfe\xe7\xbf\xf2\xc4\ \xf6\xc6\xbc\x95\x30\x61\xac\xe7\x73\xc9\xfc\xc0\xa0\xa4\xa2\x7e\ \xb7\xc1\x18\x0f\xa2\x30\x66\xb1\xa2\xca\x8a\x26\x23\xe4\x33\x76\ \x83\x95\x17\x58\x37\x75\x49\x95\x89\x4c\x10\x30\x74\x55\x33\x74\ \x62\xe9\x08\x62\xca\x63\xd3\x54\x53\x3a\x36\x25\x59\x19\xc8\x1c\ \x7c\xf4\xa1\x64\x2e\xcd\x8b\x23\x85\x66\x0f\x5d\x5f\xe5\x3c\x1c\ \x2d\x16\x0d\x77\xae\xef\x07\x21\xa0\xb2\x4e\x4c\x85\x1c\xde\x37\ \x37\x94\x4b\x2f\x5f\xbe\x70\xee\xfc\xa5\xb1\x42\xda\xd2\xc8\x50\ \x3e\x3d\x97\xbf\xab\x5c\x6f\xac\x3e\xf3\x2c\x94\x95\x38\xf4\x0f\ \xed\x9d\x96\x21\x63\x94\xed\xdb\x3d\x17\x84\xf1\xad\x27\x4e\x20\ \x2e\xde\x7e\xed\x75\x06\x20\xd2\x75\x04\xc5\x9e\xd9\xd9\xc2\xd8\ \x10\xc2\xd8\xee\x77\x87\x72\x99\x7d\xd3\xa3\x32\x60\x0b\x4b\x0b\ \xba\xa6\xa7\x4d\xd3\x20\x38\xa3\xab\x0f\xdf\x7f\xdf\x2b\x2f\x3d\ \x7f\x7d\x75\x53\xe5\x21\x6d\xd7\x0c\x2c\xef\x9e\x9a\xd5\x4c\x3d\ \x08\xe3\xad\xd2\xd6\xe6\xe6\xfa\xb1\xa3\x47\xee\xb9\xef\xc1\xe1\ \xe1\x31\x23\x69\x56\x2a\x95\xd2\xd6\x66\xa7\xdd\xab\x54\xaa\x1f\ \xf9\xc8\xc7\x6e\xbf\xf5\xd6\xfd\xfb\xf6\xdd\x7a\xcb\xf1\x2f\x7d\ \xe9\xcb\x7d\xa7\xf3\xd0\x6d\xc7\xe7\x61\x57\xb4\xd7\x0d\x82\x9a\ \x9e\xbb\x5d\xaa\x44\x8c\x43\x0c\x39\x07\xaa\x66\xd2\x20\xec\xd9\ \x7d\x0d\x0d\xac\xac\xaf\xad\x96\x5e\xe8\x45\x68\xab\x61\xf7\x7a\ \x0b\x19\x5d\x1b\xcb\xa7\xdd\x28\xc6\x37\x5c\xee\x82\x44\xdf\xed\ \x97\xeb\x02\xb2\x18\x71\x5e\xde\xde\x98\x1c\x1d\xef\x77\x3b\x51\ \x10\x2f\x5d\x9b\x1f\x2c\x0e\xbd\xf7\x7d\x0f\xde\x7a\xeb\xbe\x42\ \xd1\xf0\x3c\xef\xad\xe7\xbe\xdc\xe9\xf8\xc8\x69\xf1\x20\xda\x75\ \x78\x77\x69\xf3\xca\xa7\xff\xe8\x73\xb7\x1f\x3e\xfe\xa1\x87\x1f\ \x02\x71\xac\x48\x72\xb5\x54\x82\x00\x30\x45\x45\x71\x38\x94\x4d\ \x2d\x5f\xb9\xd8\xaa\x34\xca\x9b\xa5\x5c\x36\xd7\x6b\x77\x7c\x2f\ \x58\x98\xbf\xd6\xf3\x1c\x45\x37\x86\xc6\x02\x81\xc9\xc4\x70\x11\ \x84\x61\xad\xd2\xd2\x78\x18\x75\xbd\xc6\x5a\x30\x5a\x1c\xe9\x55\ \x37\x73\xa6\x9a\x4e\x24\x17\x2f\x5f\x30\x35\xe2\xf7\xdb\x96\x04\ \xca\xa5\xf5\xd9\xd1\x21\x25\xb2\x6b\xdb\x1b\x2b\x1b\xab\x91\x10\ \x61\x44\x1d\x3f\x48\xe5\xf3\x40\x4f\xac\xac\x5c\xbf\x7c\xfe\xdc\ \xc4\xf0\xd0\xd8\xae\x69\x2f\x8a\x37\xb7\xdc\x76\xbd\x3a\x3d\x3e\ \x94\xcd\xa4\x55\x09\x4b\x8a\xb4\xb9\xb5\xd9\x68\xb6\xa3\x28\x96\ \x54\xf9\xfe\xb9\x7b\x9d\xc8\xb9\xbe\xbc\xe8\x79\xbd\xd7\xbf\xf4\ \xf9\x17\xbf\xfc\xe7\x63\xa9\x74\x26\x95\xea\x75\xba\xa7\x5e\x7b\ \x75\xff\xde\xbd\xc4\x30\x4b\x8d\x4e\xa3\xed\x36\x3a\xf5\xf7\x3d\ \xf2\xc0\x6d\x77\xdc\x99\x4e\x99\x9a\x6a\x0c\x0c\x4f\x68\x66\xee\ \xd5\xb7\xaf\xca\x8a\xae\x09\xea\x34\x7a\xef\xde\x54\x73\x3c\xbc\ \x3f\x9f\xba\x7c\x65\x15\xdc\xa9\x5e\x5c\xaa\xa7\x2d\xf7\xad\x0b\ \xed\x99\xfd\x8d\xcd\x46\xe6\xd1\xe9\xe4\x73\xbf\xff\x6b\xaf\xf4\ \x77\x7f\xc7\x47\x8f\x3e\xf1\xa9\x4f\xff\x91\x59\xfc\xde\x5d\xcb\ \xff\xe6\x37\xbe\x72\xeb\x77\x7e\xef\xb4\x58\x7c\xfb\x52\x59\x92\ \x61\xef\xf2\x17\x7e\xe5\x77\x9f\x7d\xcf\x77\x7f\x77\xd1\x3d\xf7\ \xd6\xbc\x2d\x61\xb0\x75\xf1\xf9\x57\xb4\xa1\x87\xc7\xea\x4f\x3c\ \x7e\xea\xe4\x0f\xfe\x83\x5c\xfd\x95\xff\xf8\x6b\xbf\x39\xf8\xeb\ \xbf\x32\x59\x79\xf2\x5f\xfd\xda\x17\x6f\xf9\xe8\xf7\x1c\x8d\x2e\ \xfd\xf6\x57\x9f\xba\xfd\xfe\x7b\x52\xe9\x9b\x68\xf5\xed\x6b\x82\ \x53\x2a\x99\xf7\x7d\xd7\x4f\x9f\x78\x5f\xab\xef\xc7\x7a\x22\x93\ \x32\x25\xcf\x71\xff\x4a\xb7\xfa\x5d\xc2\x51\xc6\x59\x3e\x9b\xcd\ \x24\xad\x7a\xbd\xce\x28\xc5\x84\x20\x88\xac\x74\x6e\xa7\x28\x4f\ \xd7\xf5\x28\x8e\x49\x32\x35\x56\x2c\x26\x39\x57\x84\xc8\xa5\xb2\ \x19\xa1\xe8\x21\x1b\xc8\x8f\x28\x46\x6e\x6d\x65\x95\x51\x94\x99\ \x9b\xbb\x5e\xda\xea\xdb\x0e\xc6\x10\x43\x5e\x1c\x99\x18\x1d\x9f\ \xc8\x66\x53\x4f\x3d\xf9\x0d\xda\xe9\xf5\x5d\x3f\x9d\x48\x4f\x4f\ \xcd\xc4\x71\x00\x35\xdd\x15\xc4\x8d\xf9\xea\xf2\x9a\x2e\x13\x1e\ \xb8\xcc\xb3\xe7\xaf\x5c\xa2\x9c\x9e\x3c\x79\xab\x9a\xc7\xab\x8a\ \x19\x23\xe6\xe3\x58\xf8\x61\x75\x63\x93\xe7\xf3\xcc\xf1\x62\xdb\ \x2d\xaf\x6e\xc8\xaa\x3a\x3c\x3c\xdc\x28\x95\x14\xc0\x2d\x20\x0c\ \x85\xa4\x55\x59\x23\xb8\xb2\xb1\xea\xb4\x5b\xc5\x4c\xf2\xfd\xf7\ \xde\x3b\x3d\x3a\xaa\x10\xc9\xe7\xe2\xeb\xcf\xbd\x70\xf6\xda\x22\ \xc7\x52\xaf\xeb\x6c\x98\x89\xc2\xc1\xd9\x62\x3e\xe5\xba\xbd\x7a\ \xa7\xe9\x72\x60\xe5\x8b\x7b\xef\x38\x31\x34\x32\x90\xb2\x92\x85\ \xc4\x30\xe8\xd6\xcb\x56\x46\x55\x82\x7a\xc7\xb5\xfc\xb8\xb2\xb6\ \xf5\xc2\x2b\xa7\x97\x37\x16\x42\x18\x30\x97\x1b\x32\x9d\x9b\x99\ \x38\xb0\x6f\x6e\x6b\x7d\x55\xd7\x35\x21\x68\xb7\xd7\xbe\xed\x8e\ \x3b\xc6\x26\xc6\x14\x4d\xc1\x18\xc5\xf1\x0d\xea\x19\x39\x94\x71\ \xc0\x81\x08\xed\x4e\xd7\x73\xb0\xad\x69\x8c\x32\x08\x50\xdd\xee\ \x05\x2c\x62\x56\xe2\xe8\x9d\x77\xee\x1f\xcc\xed\xdb\x3b\x67\xd7\ \x5a\x5f\xff\xc3\xcf\x6d\x6f\xd4\xbc\x5a\x2d\x1c\xc8\xde\x75\xff\ \x5d\x67\x84\x3b\x10\x46\x5b\xa5\x8d\x64\xda\x1a\x1f\xcc\xad\x5c\ \xbd\x68\x89\x98\x05\x51\xbf\xb1\x5d\xb4\xa6\x2f\xbc\xf9\xf2\x95\ \xcb\x57\x7f\xe0\xbb\xbe\x57\xc8\xcd\xd5\x73\x97\xc6\x26\xa6\x03\ \xa7\x77\xea\xd4\x5b\x99\x84\x4e\x59\x44\x14\xed\xd6\x13\xc7\xf3\ \x99\x0c\xa2\x62\x76\x7a\x57\x42\xd7\x5b\xdd\x4e\xaf\xd9\x1e\x9c\ \x9a\x8c\x42\x5f\xd7\x64\xcf\x76\x7b\x9d\xc6\x48\x2e\xd5\xac\xd5\ \xf3\xb9\x1c\x04\xa8\x5c\xda\x36\x8d\xf6\xd4\xc8\x40\x6e\x64\xd7\ \xea\xd2\x7c\xbf\xdf\xef\x39\x5e\x21\x95\x49\xaa\xba\x64\x58\xd3\ \x93\x83\xeb\xf5\xc6\x6b\xa7\x4e\xb7\x5a\x6d\x81\xb5\xcb\x17\x2f\ \x64\xd2\x19\xc3\x32\x06\x8b\x43\x2b\x2b\x2b\x9b\x5b\xa5\x6e\xa7\ \x73\xe6\xcc\x99\xc1\xc1\x01\x21\x58\xa3\x52\x39\xb4\x67\xc6\xc3\ \x89\x10\x48\x67\x1e\xaf\xce\xe4\x53\x9d\x46\xa5\x59\xaf\x22\x04\ \x21\x07\x31\x15\x42\x30\xcf\x8b\x21\x73\x32\x96\xce\x19\xb3\x12\ \x29\x0a\x9a\x31\xc4\x44\x33\x55\x40\x34\xc3\xe8\xfa\x5e\xd7\xb1\ \x6f\x6c\xde\x4b\x14\x46\xb7\xdc\x7a\x34\xc2\xe1\xfc\xf9\x8b\xf5\ \xed\x56\x3e\x9d\x56\x10\xf6\xdd\xa6\xe7\x06\x80\x43\x88\x48\xe4\ \xf5\x5e\xfa\x9a\xe3\xd4\x97\x5d\xde\x21\x1a\x7e\xf3\x8d\xf3\x69\ \x6b\x7c\x6e\xe6\xf8\x6a\xa9\x76\xe1\xf5\x37\x22\xd7\x5f\x5f\x59\ \xbf\x7e\x76\x1e\x78\x7e\x3e\x69\x1c\x9c\x9b\x46\x2c\x8c\x03\x0f\ \x23\x09\xf8\xe1\x9f\x7d\xfa\x0f\x6f\xbb\xf3\xae\x03\x07\x0f\x9d\ \x3e\x7d\xfa\xd5\x37\xdf\x84\x00\xcc\xcc\xcc\x34\x1a\x4d\x2f\x08\ \x35\xcb\x18\x9d\x9b\x09\xe2\xf8\xcd\xd7\x5e\xde\x37\x39\xb9\xe7\ \x96\x83\x34\x72\x3b\xed\x5a\x36\x9b\x06\x32\x82\xb2\x40\x4c\x6e\ \xf6\x03\xbb\x59\x16\x2c\x94\x88\x01\x69\xb8\x67\x7c\x1c\xb0\x60\ \x83\xd1\x7a\xab\x7e\xf9\x3a\xbe\xeb\xd8\xf1\x42\x22\xa5\x5a\xe6\ \xf4\xde\xdd\x6f\x9c\x3e\xf3\xec\x37\x5f\x08\x43\x2f\xf4\x6d\xcf\ \xee\xce\xee\xdd\x27\xcb\xe4\xcd\x37\x2b\xab\xd7\x57\x6e\x39\x79\ \x42\x35\x12\xbe\x1f\x6c\x95\xca\xfd\x9e\x03\x31\x8c\x04\xc8\x0f\ \x8f\xbe\x6f\x6c\xf4\x3f\xfe\xde\xd6\x99\xd3\xa7\xda\xe5\xed\xfd\ \xe9\x64\x4a\x33\x0c\x59\xe9\x9a\xa6\x87\x50\xaf\xdb\x51\x0c\x73\ \xe6\xc0\xa1\x53\xaf\x9f\x5e\x5b\xdf\x64\x4f\x3d\x7d\xe8\xf0\xc1\ \xc3\x07\xf7\xcf\x2f\x2c\xc5\x31\xdd\xdc\xaa\xbc\x71\xee\x6c\xb5\ \xde\xd4\x8d\x34\x01\xf0\xdd\xc3\x51\x40\x0e\xed\xcf\xbe\x78\x75\ \xbe\xb2\x19\xaf\x45\x53\x3f\xfa\xc3\xc6\x33\x2f\xbf\x54\xc9\x18\ \xcd\xf4\xf8\xb0\xea\xfe\xe9\x8b\x6f\xb5\xc6\xe4\xe7\x9e\x2b\x35\ \xba\xad\x70\xed\xda\xd9\xfa\xeb\xe6\xc9\xc7\x7e\xe4\x43\xf7\x03\ \x30\xf5\xf4\x33\x8b\x80\xd2\x2b\xaf\xbe\x98\xbf\xef\xbb\xbe\xf7\ \x91\x7b\x41\x50\xf8\xfa\x0b\x9f\xa6\x5c\x10\x59\xd3\x64\x22\x04\ \x55\x53\x63\xb7\xdd\x77\xc7\x8c\xb2\xeb\xc2\x4b\xbf\xb8\xbd\xdd\ \xed\x9e\x7e\x89\x1c\xff\xe4\x8f\x7c\xe8\x7e\x56\x51\xbf\xf0\xfc\ \x13\xe2\x66\x57\xcf\xb7\x7b\x9d\x11\xe9\x97\xaf\xfe\xd9\xe3\x2f\ \x3b\x58\xc6\x10\x0a\x16\x91\xec\xbe\xc7\xde\x7f\x5b\x42\x06\xff\ \xed\xe8\xb3\x77\x09\x47\x7d\xcf\x3f\x7a\xe4\xd0\xef\xfe\xe6\xaf\ \xfd\xca\xbf\xfd\xd5\xab\x57\xe7\x07\x8b\xc5\x72\xbd\x1e\x86\x81\ \xac\x68\x50\x92\x00\x21\x86\xae\xf7\xbc\x9e\xed\x2a\x00\x43\x42\ \xb9\xd6\x6a\x64\x81\xa2\xba\x40\x51\x11\x10\x7c\xf4\x3d\x77\x4c\ \x0e\x4f\x6e\xd7\x5c\x82\xf0\xd9\xb3\x6f\x4f\x8e\x4f\xfc\xd0\x0f\ \x7d\x5f\x71\x68\xb8\xdf\xeb\xbe\xf9\xc6\xa9\xe7\x9e\x7d\xc1\xee\ \xb6\x0d\xd5\xda\x37\x3b\xdb\xae\x57\xc7\x87\x87\x66\x0f\x1e\x2a\ \x97\x1b\x55\xd7\xdf\x6e\xb4\x46\xf2\xf9\xfb\x4f\x9e\x1c\xc8\x66\ \xc6\x0a\x85\x57\xbf\xf9\xc2\xdb\xaf\xbc\xa1\x69\xc6\x50\xaa\x40\ \x64\x79\x63\x73\x33\xa6\xb4\x5e\x2a\x3b\x8d\xe6\x40\x3a\x7d\xf6\ \xb5\xd7\xb7\xb6\xcb\xbb\xf7\xee\x2d\xa6\x33\xc3\xb9\x9c\x45\xa4\ \xac\x69\x42\x4e\x1f\xbc\xe7\xde\x33\x67\xde\x2a\x6d\x6c\x0e\xa4\ \x13\x1f\x7c\xe8\x81\xf1\x6c\x3a\x67\x90\xd0\xf3\xd3\xa9\xf4\xcf\ \xfc\xd8\x8f\xfe\x9f\xbf\xf1\xdb\x67\xe7\x17\x64\x60\x74\x4a\x9b\ \x25\x5d\x8c\x14\x33\xe9\xcc\xf0\xfc\xc6\x6a\x9f\xf2\xa3\x47\xf7\ \x1f\xb8\xe3\x44\x3a\x9d\x08\x5d\x27\xec\x44\x16\xd1\x00\x54\x19\ \x83\xeb\x6b\x2b\xbe\x96\x51\x09\x6b\x3a\xfd\xaf\x3e\xfd\x54\xc0\ \xc3\xc9\xe2\xc0\xbe\x5d\x13\xb2\x2c\x5d\x9b\x5f\x14\x82\x59\x09\ \x43\x95\x51\x4a\x92\xfd\x98\xbf\x71\xea\xf4\xdc\x9e\x59\xc6\xf5\ \x1b\xbc\xf4\x10\x0e\x8c\x8e\x04\x6e\xaf\x5d\xd9\x90\x24\xce\x78\ \xe8\x04\x34\x88\x98\x65\x25\x37\x6b\x5b\xf4\x0d\x5f\x1b\x18\x28\ \xd9\xad\xf3\xb9\x94\x68\xb5\x94\x80\x2d\x5f\x59\xb1\x86\x26\x0f\ \xcf\xee\xaa\x3b\xdd\x85\xcd\xb5\xba\xeb\xb0\x6a\xad\xb4\xba\x56\ \xab\x12\x2c\x02\x4b\x21\x73\x23\xc5\xc0\x71\x69\xe0\xd6\xb6\x37\ \x78\xe8\x0d\x0d\x14\x56\xd7\xd6\x56\xb6\xaa\xdd\x6e\xd7\xea\x75\ \x9a\x8d\x86\x2e\x8b\x66\xcb\xdd\x35\x35\x09\x89\xf4\xd2\xeb\x6f\ \xad\xac\x6c\x68\x44\xbd\xeb\xc4\x89\x90\x60\x21\xf8\xf6\xd6\x06\ \x95\x90\x91\x4a\x95\xcb\x4d\x82\xc8\xb5\xa5\x45\x77\x7c\x50\xd5\ \x0c\x27\x88\x06\x07\x8a\x66\xdf\xa1\x5e\x5f\x84\xfe\xd6\x7a\xdb\ \x77\xfd\x46\xab\x7f\xde\xb7\x6f\x3d\x3c\x57\x1c\x1e\xe0\xaa\xe1\ \x09\x74\x71\x61\x69\x69\x75\xc3\x4a\x65\x04\x82\x8e\xd3\xef\xb5\ \xdb\x90\x48\x31\x63\x87\x0e\x1d\xc6\x98\x3c\xf3\xe4\x53\x2f\xbf\ \xfc\x72\x3e\x9b\xe6\x34\xea\x34\xea\x51\x14\x7e\xec\xfb\x7e\xf4\ \x89\xe7\x5f\x56\x40\x3c\x3a\x50\xf4\xed\x6e\xc2\xd2\x18\x67\xd4\ \x8b\x68\xcc\x38\x17\xa1\x1f\x2a\x9c\xa3\x44\x52\x26\x9a\xac\x30\ \x24\xa9\xae\xeb\xb7\x6d\x27\x91\x48\xe6\x8b\x45\xb7\xb9\xed\x87\ \xc1\x8d\xe1\x68\x18\x45\x77\x9c\x3c\xf6\xbe\x87\xee\x7e\xf6\xe9\ \x27\x5f\x7f\xe9\x25\xea\xfb\x58\x08\xb7\xef\x74\xea\x65\x8c\x09\ \xc4\x12\xe5\x51\xd4\xd5\x17\x2e\x5c\x88\x55\x2a\x54\x0c\x00\xd9\ \x37\xbb\x7b\x20\x93\xc1\x0c\x74\xaf\x55\xe3\x5e\x1f\xc6\x4c\x86\ \xa4\x53\xeb\x14\x74\x7d\xf1\xea\xc2\xec\xc4\x98\x0c\xe4\x17\x9e\ \xfb\x66\xab\xd3\x6d\xb5\x3b\xab\x8b\x2b\x87\x8f\xdd\x92\x1a\xc8\ \x77\xae\x5e\xc5\x48\xba\xba\xb2\x16\x53\x3a\x50\x1c\x5c\xdd\x2e\ \x0d\x96\xcb\x8a\xae\xd6\x5b\x95\x61\x13\x5b\x92\x0f\x45\xf0\xd0\ \x3d\x47\x57\x57\x97\x6b\xcd\xea\x03\x8f\x7e\x18\xa9\xa9\x7f\xf7\ \x1b\xbf\xd7\xa9\x6d\x18\x99\xf4\xf5\xd5\xeb\x69\x4c\x6e\x3d\x70\ \xa0\xd5\xec\xf5\x6c\x9b\x11\x72\x65\x75\x03\x70\xfc\x9d\x8f\x7e\ \x08\x2a\xfa\xe9\x2b\x4b\x2f\x9f\x3e\xb7\x59\xad\x17\x87\x46\xcc\ \x54\x3a\x8e\x02\xd7\x71\x2c\xcb\xc8\xe5\xf3\x94\x73\xd5\x48\x28\ \x00\x6e\x96\xaf\x5d\x5f\x2f\x45\x11\xf5\x02\xf7\xd0\xf1\x13\x7d\ \xc7\x4b\xa6\x93\x27\x6e\xbb\xf3\xf1\x2f\xfe\xb9\x6a\xbb\xd3\xa6\ \xa9\x00\x3c\x3b\x36\x56\xee\x76\x6b\x9c\xae\xaf\xaf\x75\x23\x31\ \xbb\xef\x00\x92\xcc\xab\xbf\x7b\x85\x51\xea\xf6\xec\x72\xa9\x12\ \xb3\xd8\x0e\x82\xaf\x3f\xf7\xec\xd5\x95\xeb\x61\xcc\xb8\x6b\x27\ \x8d\x24\x04\xef\x5e\xd7\xcb\xd8\xd1\x5b\xd8\x8b\xaf\xfd\xf9\xe7\ \x37\x13\xfb\x3e\x7c\xd7\x5d\xda\x4b\xcf\xfc\xc1\x17\xbf\x84\x72\ \xd3\xb7\x0e\xa5\x81\x4f\xb5\xa3\xf7\xbc\xff\x7d\xbb\x93\xfc\x63\ \xdf\x99\x1b\xc8\x5d\xfa\xd3\xe7\xe9\x3b\x32\xbb\xef\xe8\x2f\x02\ \x08\xf8\x5f\xda\xf2\x5f\x16\x27\xf0\x38\x04\x00\x03\x4d\x83\x82\ \xc7\x11\x65\x58\x91\xdf\x09\xcd\xdd\xec\xe9\xf9\xf6\xe7\xa3\x02\ \x20\x22\x5b\xa9\x24\x82\x04\x41\x42\xe2\xea\x6b\xaf\x7f\xf3\xe0\ \xad\x47\x8f\x0d\xa9\x9c\xfe\x0d\xe1\x28\x44\xd8\x77\x7a\xd9\x04\ \x99\x1a\x1b\x18\x1d\xca\x4d\xed\x9a\xfd\xe6\xcb\xaf\x9e\x39\x77\ \x91\x41\xc4\x38\xec\x3a\x9e\x44\x30\x81\x61\xaf\xea\xe3\x74\xaa\ \xbc\x59\xba\x72\xe1\xa2\x2c\xe4\x89\xd1\xe9\x5b\xef\xbc\xad\x30\ \x3b\x24\x2c\xbc\x74\xee\xf5\x97\x5e\xb8\x50\xae\x34\x34\x59\x49\ \x26\x93\xbd\x6e\x7f\xfe\xca\xb5\xd2\xc6\xda\xeb\xaf\xbe\xb8\xb6\ \xb8\x64\x6a\x4a\xaf\xd1\x0e\x7b\xdd\xdd\x23\x1f\xdc\x37\x35\x29\ \x43\x31\x33\x3e\x44\x5a\x9d\x5a\xbd\x9c\x4f\x68\x9b\xf3\x97\xae\ \xbb\xce\xe1\x83\x07\xcf\x2b\x7a\xb7\xd9\x6d\x75\xdd\x81\xc1\x21\ \x8c\x64\x1e\xf2\x7c\x2e\x37\x36\x32\xdc\x6c\x36\x16\x16\x96\x05\ \x24\x0a\x02\x04\x70\xdf\x75\xfa\xdd\xee\xad\xc7\x8f\x0e\xe4\xb3\ \x07\xf6\xed\xc9\x67\xd2\xcf\x3f\xf7\x8c\x6b\x3b\x83\xb3\xd3\x6e\ \xb7\xfb\xcd\xb3\xa7\xee\x39\x71\x74\x7d\x75\x65\x79\x7d\xe3\xbe\ \x47\x1e\xfb\xe4\x27\x3e\xb6\xfe\xeb\xbf\xb5\xb2\xd5\x96\x89\x8a\ \xc0\x08\x00\x82\xd2\x78\x70\x68\xe0\x9e\xe3\xb7\x48\x66\xb2\x56\ \xdb\x8e\xa3\x7e\xd4\x77\x0f\x8c\x1c\x18\xcd\xe5\x24\x43\x3a\xbf\ \xf5\x7b\xeb\xaf\xbf\x56\xae\xd7\x1e\xfe\xc0\x07\x6e\xbf\xed\xe4\ \xca\x95\x87\x3e\xfe\x91\x8f\x3e\x74\xe7\x9d\xc3\xf9\x5c\xab\x56\ \xdb\x2c\x6d\xfd\xf1\x1f\x7f\x76\xe3\xca\x52\xab\xdb\x98\x9b\xdb\ \xe5\xf8\xb4\xde\xee\xcd\x11\x45\x92\xe5\x28\x0c\xff\xba\xaf\x1f\ \xe7\x1c\x23\xfc\x33\x3f\xf5\x8f\x91\xf0\x3f\xf7\xfb\xbf\xd5\x6b\ \xd5\x5c\xd7\x1d\x99\x98\xfe\xfe\x1f\xf9\x7b\xe9\x6c\xb6\x51\xd9\ \x12\xa1\x7b\x6d\x61\xf5\xf4\xe5\xa5\xed\xc8\xd5\x14\x69\x76\x7a\ \x7c\x5a\x4b\x08\xac\xc9\xd9\xc4\x7a\x63\x6b\xed\x5a\x0d\xd8\x51\ \x69\xa3\xdc\xf7\x42\x83\xc0\x8d\x52\x35\x97\xd0\x97\xae\xaf\xe5\ \x52\x69\x2e\xe0\xe5\xab\xd7\xda\x9e\x3f\x3e\x39\xcd\x81\x58\x2f\ \x6d\x51\x8e\xb6\xb6\xb7\xb3\x29\xb3\x98\x35\x77\xef\x1a\xbf\x72\ \xf9\x42\xc4\xc4\x83\x0f\xbe\xe7\xcf\xbf\xf0\xf5\x6e\xbd\x7d\x7d\ \x65\x25\x9b\x4a\x0a\x20\x30\x42\xed\x46\x3d\x62\xb4\xdf\x6d\x2b\ \x58\x4e\x18\xfa\xd6\xf6\xf6\xdc\xbe\x83\xd3\xe3\x73\x80\x09\x5c\ \xad\x0d\x8f\x8f\x99\x9a\x1c\x47\x2e\x46\x48\x31\xac\x5e\x64\xbf\ \x78\xe6\x4a\xad\xe5\xa7\x74\xb3\x51\x6f\x76\x5c\x57\xb5\x52\xd9\ \xa1\x61\xd7\x0f\x2a\xe5\xf2\xc2\xb5\xf9\x41\xcf\xaf\x35\x1a\x03\ \x83\x83\x92\x24\xe7\x72\xb9\xca\xf6\x56\xa3\x56\xe7\xb1\xdf\xae\ \x97\x87\x07\x8b\xed\xca\x36\x75\x7a\xc5\x6c\x62\x74\x38\xa7\x8a\ \xb0\xd1\x10\x7d\xc7\x46\x48\x70\x1e\x03\x2e\x38\x95\x90\xa6\xbb\ \x4e\x10\xc6\x8d\x8d\x7a\xdd\xf6\x22\xd7\x8f\xb0\xac\x24\xb3\x39\ \x2f\x0a\xd2\xb9\x74\x36\x9f\xe5\x37\xd4\x3f\xca\x39\x4f\x6a\x5a\ \x3e\x91\x7c\xf8\xfe\x7b\x67\x06\xf3\xaf\xbd\xf4\xf2\xcc\xd4\xd4\ \xc6\xda\x5a\xb7\x56\x1d\x9b\x98\x10\x02\xab\x44\xd9\x3b\x36\xb5\ \xb8\xba\x5c\x69\xb6\x56\xb7\x4b\xe9\x74\xb1\x36\xdc\x94\x91\x69\ \x98\xca\x23\x0f\xdc\x77\x66\x3e\x71\xf1\xcc\xdb\x19\x33\x5f\xae\ \x56\xfb\x8d\xaa\xd3\xa9\xef\xf9\xb1\xbf\xbf\xb9\xbe\xba\xbe\xb9\ \xd5\xb7\xbd\x4e\xcf\xe9\x9f\x7e\x3b\x3f\x31\xd1\xee\xf6\x82\x28\ \xc6\x12\xee\xb7\x3b\x89\x64\x7a\x69\x7d\xcb\xf1\xdc\xe7\x5e\x7a\ \xe5\x3d\xef\xbd\x3f\x3f\x58\xa8\x37\xcb\x34\x6a\x1d\xdc\x37\x31\ \x35\x99\x1f\x29\xea\xcd\x4e\x37\xa9\x01\x35\xad\xcf\x4d\x8f\x9c\ \x7a\xfb\xed\x28\x0a\x7c\xdf\xf7\x3d\x6f\x6c\x78\x34\x0a\x3c\x06\ \x00\x54\x74\x45\x56\xcf\x2f\xaf\xb4\x3f\xfd\xd9\x5c\x36\x57\x73\ \x7b\x92\x22\xa5\x0b\xc3\xaa\x99\x30\x13\xc9\x4a\xbd\xb6\xba\xb6\ \xaa\x99\x09\x0e\x50\x2a\x9b\xd3\x0d\x4b\x08\x20\x2b\x3a\xe7\xc0\ \x76\x1c\x00\xe1\xfc\xfc\xfc\xf6\x76\x59\x37\xb5\x62\xb1\x18\x46\ \x41\xd8\xaa\xef\x1b\x1a\x41\x21\x43\x9e\x37\x98\x4c\xb6\x7b\x6d\ \x88\x60\xbb\xd7\xa9\x35\x1c\x05\x28\x77\xdd\x71\xc7\x7d\xf7\x1c\ \x7b\xec\xb1\x8f\x09\x1e\x51\xce\xbe\xf6\xec\x53\xe7\xe6\xaf\xba\ \x9c\x4a\xaa\x22\x18\xb7\x0c\xed\x7f\x66\x06\xe2\x5f\xd7\x8c\xb1\ \x13\x7b\xe9\xaf\xff\xf1\xd3\x93\xff\xe1\x0b\xfb\x81\x2a\x4e\x4e\ \x46\x3f\xff\x9f\xce\xfc\xc0\xaf\xff\x43\x59\x49\x1d\x3f\x39\xfe\ \xd5\x6f\xbe\x3c\x97\xba\x43\x06\x5c\xce\x8f\x1e\xba\xfb\x81\xcf\ \xfc\xe2\xe7\x7e\xe7\x4b\x89\x63\xb9\x7a\xa9\xe7\x31\x44\x0e\xdd\ \xfd\xc0\xa7\x7e\xf9\x4f\xfe\x60\x88\xec\xd5\xd6\xab\x6e\x00\x21\ \xa4\xa1\x1f\x60\x06\x38\xf5\x3d\x9f\x09\x00\x00\xf3\x5d\xc7\x65\ \xda\xc9\x63\xb7\x7f\xe6\xdf\x7e\xf6\xf3\x53\x24\xd7\x7c\xbd\x1a\ \x08\x74\x13\xa9\xbe\xcd\xf3\xa3\x94\x1a\x85\xd9\x4f\xfc\xc0\xc1\ \xbf\x78\xa5\x37\x5b\xeb\xbf\x65\xfb\x11\x00\xda\xdf\x58\x5c\x17\ \x21\xe4\xbb\xfd\xd6\xfa\xca\x40\xc6\xe0\x00\xb5\x9b\xe5\x43\x87\ \xf6\x2e\xaf\xad\x61\x59\x83\xb2\xd6\xea\xd9\x96\xae\x89\x5e\x29\ \x6c\xb7\xc6\x76\x4f\xed\x9e\x1e\x77\xfb\xb1\x1b\x07\x9b\x8d\x6a\ \xf9\xe9\x27\x33\xf3\x19\x68\xf1\x4e\xcf\x5d\x5f\xab\xb7\x9a\xbd\ \x5c\x26\xed\xf6\x7b\xd7\x17\x96\xb6\xae\xa3\xb7\x4f\xbd\xe9\x74\ \x1a\x98\xb2\xb0\x67\x2b\x9a\xac\x23\xba\x6b\x20\x3b\x60\x4a\x5b\ \xe5\x35\x79\x60\x40\x8e\xed\xa9\x81\xe4\x6c\x31\x75\xe1\x9b\x2f\ \x26\x55\xed\xe9\xaf\xad\xbe\xf4\xd2\x8b\x99\x4c\x5e\x00\x5c\xaf\ \x5d\x8e\xb9\x48\x66\xd3\xa9\x54\x32\xa6\x61\xb5\x56\x25\x32\x06\ \x10\x69\x46\x6a\xef\xbe\xdd\x3d\xdb\xb9\xfb\x9e\xbb\xdc\x28\x58\ \x58\xbd\xae\x27\xf4\x33\x17\xce\x76\x3c\xcf\x0f\xe9\xf8\xf8\x54\ \xd2\x4a\x80\x6c\x66\xd7\xe4\x78\x31\x9b\x2a\x0c\xe4\x0f\x1e\x39\ \x34\x75\xf8\x96\x3f\xfb\xca\x13\xeb\xe5\x9e\x1b\x05\x5d\xb7\x8f\ \x9b\x31\x91\xd1\x68\x71\x78\xcf\xc4\xae\x37\x4e\x9f\x69\xac\xad\ \x05\x76\xaf\x90\x4a\xed\xfe\x9e\xb1\x3e\xb3\xe6\x0e\xef\x3f\x76\ \xf2\xd8\xd2\xda\xb5\x74\x2e\x93\x62\x3d\xee\xd1\x5f\xfc\x27\x3f\ \x6b\x21\x00\xa8\xdf\xa9\x35\x4f\xbf\xf9\x16\x03\xe8\xd6\x93\x77\ \x9e\x39\x7f\xee\xca\xd2\xb2\x20\x9b\xf7\xbf\xef\xe1\x87\x1e\xf9\ \xa0\x1b\xd8\x76\xdb\x95\x90\x2c\xfe\xfa\xd5\x17\x84\xe0\x3b\x8f\ \x1f\xd3\x25\xb0\x67\x20\xf9\xc2\xd7\xbf\xb0\x78\x7d\xf9\xc0\xf1\ \xdb\x02\xc7\xde\x76\x1d\x18\x7b\x0a\x08\xa7\xb3\x99\x86\x99\xae\ \xc4\xd1\x52\xa7\x5e\x6a\x36\xa0\xc3\x82\x80\xe1\x84\x85\x11\x2e\ \x60\xb5\xd9\x74\x6c\x8f\x73\x25\xa1\x65\xb2\x40\xc5\xd5\x6e\xcf\ \xa5\x64\x3c\x53\xac\xf5\x82\x33\x17\xae\xd5\x1c\xbb\x13\x30\xc6\ \x49\xad\xd1\x54\x93\x59\xbb\xdb\x2e\x16\x73\xd9\x42\x9e\x71\x7a\ \xe4\xe8\x91\x33\xe7\x2f\x0a\xc0\x3f\xf4\xd8\x87\x7e\xe7\xb7\x7f\ \x37\x66\xac\x5e\xab\xc9\x8a\x74\xe2\xe8\xd1\xc5\xad\x8d\xed\xcd\ \x0d\x99\x28\x7b\xe7\xf6\x2c\x2f\x2e\x6c\xb5\xeb\x67\x2f\x5f\xcb\ \x37\x5c\x16\xb3\x81\x84\xb6\x7b\x6e\x06\x33\xdf\xee\x77\x99\xe0\ \x1c\x12\xa1\x18\xad\x6e\xfb\xcd\x4b\xd7\x72\x66\x52\x96\x15\x33\ \x9d\x11\x32\xf6\x29\xc3\x92\xc4\x19\x5b\x5c\x58\xec\x79\x81\xa2\ \x9b\x57\x2f\xcf\x13\x42\x20\xc6\x9e\x17\x08\x46\x5b\xb5\xea\xc2\ \x95\x4b\x41\xaf\x73\xc7\xfd\x0f\xf4\xbb\xf5\x89\xb1\xc1\x94\x65\ \x38\xad\xae\xd3\x6f\x6b\xaa\x64\xfb\x01\x14\x14\x03\x24\x63\x14\ \xf8\x31\x81\xb2\x96\x30\x62\x0a\xfb\xb6\xef\x87\x34\x06\x28\x66\ \x54\x91\x80\x00\x8c\x83\x1b\x54\xc7\x24\x92\xb4\x72\x6d\x91\xf5\ \xf3\x86\xa6\xe6\xcd\xe4\xee\x89\xc9\x5b\x8e\xdd\x72\xd7\xf1\x93\ \xf9\x64\x76\x6d\x7d\x53\x08\x7c\xfe\xfc\x39\x05\xd0\x66\xbb\x51\ \xab\xb7\x45\x24\x67\x52\xc3\xf5\xae\xe7\xd1\x2d\x00\xe2\xe9\x5d\ \xa3\xb5\xed\x15\x5d\x95\x22\xc0\x7b\xae\xeb\x8b\x78\x64\xb0\x68\ \x66\xd2\xbd\xa5\xa8\xe5\xfa\x01\xe3\x24\x91\xac\xf7\xfa\x7f\xfe\ \x85\x2f\x1a\xa6\xd9\xb7\x7d\x59\x85\x8a\xaa\xf5\xfa\x9e\xeb\x7b\ \x5c\xb0\x20\xec\x0a\x0e\x8e\x9d\x38\x51\x5f\xbd\x12\xda\x8d\x44\ \x36\xb9\xbc\xb6\x94\x4d\x27\x32\xd9\x44\xbb\x5b\x5f\xbd\xba\x3c\ \xbb\x7b\x66\x74\x6c\x64\xab\xe7\xa9\x9a\x25\x11\xb5\x5e\x6d\xac\ \xad\x6d\xba\x11\x75\xb8\xa0\x00\x26\x07\x47\xb6\xb7\xdb\x5c\xb2\ \x1c\x01\x53\x49\x2b\x86\xa4\xef\x85\x46\x06\x02\x22\xb7\x3a\xbd\ \x34\x56\xac\x74\xae\x38\x32\x61\x1a\x26\x0d\x03\x1e\x78\x84\xd1\ \xc1\x6c\x0a\x63\x54\x2d\x6d\x10\xc0\xde\x7c\xed\xa5\xf3\x17\xce\ \x16\x07\xf3\xd7\x4b\x4b\xa5\x4e\x35\x8d\x94\xb8\x12\x04\x12\x31\ \x86\x86\x8c\x4c\xb2\x72\xf1\xca\xda\x52\xd5\x6f\x79\x83\x03\xfa\ \xfb\xdf\xff\x20\x0b\x1d\xce\xd8\xca\xd6\xe6\x85\xab\x57\xdc\x38\ \xd6\x33\x09\x10\x02\xd6\x0b\x01\x60\xe0\xdd\x54\x33\x92\xf2\xef\ \xfd\xd8\xc7\xc2\xcd\x99\x23\x59\x04\x00\xb8\xed\x81\xc7\xbe\xcb\ \x1d\xbd\xef\x68\x01\x00\xf0\xc1\x9f\xf8\x05\xfc\xa7\x9f\x7b\xf1\ \xf1\xaf\xc9\x85\x5d\x1f\x99\xb9\x65\x64\xe6\xfd\xff\xe2\x9f\x90\ \x3f\x7b\xe2\xd5\xc7\x7d\x71\xfc\x81\xf7\xef\x4e\x01\x73\xe8\xc3\ \xff\xfc\xa7\xe5\x2f\x3e\xfd\xe2\x13\x11\xb8\xf3\xfd\xef\x9f\x4a\ \x82\xda\xdc\x6d\xc7\xd5\x3c\xd4\xf9\x6d\xf7\xdc\x9a\x96\x01\x80\ \xfa\xc1\xbb\xee\xce\x5b\x28\x3d\xf9\xd1\x7f\xf6\x0f\xd0\x57\x5e\ \xfd\xe6\x46\xd4\x16\xc8\x40\x37\xb5\x85\xbe\xcd\xe3\xba\x18\xfb\ \x9d\xcd\x53\x2f\x2e\xfa\x10\x11\x8c\x7b\xeb\x67\xe7\x7b\xa9\xfb\ \xb2\x16\xf8\xab\x0a\x0f\xdf\x3d\x3e\xea\xda\xfd\xc8\x69\x76\x9a\ \x15\xa2\x6a\xbb\x76\xef\xdf\xaa\xb5\x08\x81\xaa\xa1\xcd\xec\x3b\ \x08\x24\x55\x93\x25\x50\x5e\x2c\xe8\xf0\xd1\x8f\x7e\xb4\x30\x34\ \xd2\xea\x47\x1d\x8f\xaf\x6e\x35\x4e\x9f\x3f\x1b\x74\x5b\x5a\x04\ \x54\x49\x87\x80\xaf\x2c\x2f\x66\x73\x79\x9f\xd2\x8b\x17\x2e\x24\ \x74\xd5\xb7\x6d\x1e\xc5\x73\x93\x53\x04\x08\x59\x11\x2a\x64\x26\ \x62\x71\xbf\x15\xb6\x2b\x4e\xd0\x43\xb2\xbc\x7a\xe5\xed\x68\x6b\ \xf1\xc4\xc4\x44\xa3\xd2\xd0\x2d\x4b\x40\xb0\xb5\xbd\x25\xab\x16\ \x13\x28\x62\x6c\xa3\xba\x0d\x14\xd4\x6c\x35\x2a\xcd\x1a\x17\xdc\ \xd0\xad\xe2\xe0\x90\x62\x6a\x7e\xb7\xe5\xf4\x82\x66\xbb\xa5\xeb\ \xea\x1f\xfe\xd9\x9f\x46\xa1\xbf\xdd\x6a\x00\x42\x12\x89\xf4\x1d\ \x77\xdd\xd5\x58\x4a\x17\x86\x8a\xc9\xe9\x49\x55\x33\x74\x4d\x8b\ \x1c\x77\x7c\x62\x22\x7a\xfd\x4c\x18\x38\x21\x8f\x6d\x9f\x07\x1d\ \x6f\x58\xd6\xe2\xbe\x5d\x5d\x5e\x3d\x30\x37\x97\xc9\x0f\x8f\x0e\ \x0f\xa4\x92\x4a\x2b\xea\x6d\x6d\x75\x5d\xea\x0c\xa7\x90\xc2\x9a\ \x97\x5f\x79\xd6\x7e\xf8\x51\x75\x20\xdd\x5b\x5d\xd2\x08\x7d\xfa\ \xf9\x97\x9e\x7c\xe2\xe9\xe2\xc8\xd8\xa1\xa3\xc7\x8f\x1c\x39\xfe\ \xd6\xdb\xe7\xba\xfd\xe0\xf2\xb5\xa5\xf1\x4b\x57\x39\x8c\x0b\x7a\ \x41\x56\x94\xbf\x6e\xd2\x08\x42\xe8\x38\xce\xb9\x33\x17\x3f\xf1\ \xe8\xfb\xa6\xf3\x05\xf5\x9e\x7b\x70\x18\xee\x9e\x98\x08\x91\xd2\ \xf7\xdc\xad\xd5\x95\xb1\x82\x95\x4a\x66\x0e\x9e\x3c\x66\x45\x7d\ \xa9\x56\xf2\x2a\xad\xb9\x89\xe2\xc0\xc0\x70\x6c\xe9\xf3\x1b\x6b\ \x1b\xd7\x96\x1a\x6e\x3f\x56\x0c\xd9\x30\x42\xac\xd0\x28\x2e\x0e\ \x4c\x0c\x4d\xef\x7d\xfe\xb5\xb7\x2e\x5c\xbc\xe4\x30\x42\xac\xec\ \xe5\xc5\xd5\x5a\xa5\x46\xa1\xcc\x15\xbd\xde\x6a\xeb\xba\x9c\x50\ \x40\x13\x04\xba\xae\x0a\xc0\x2b\xd5\x4a\x2a\x5b\xdc\xb3\x6f\x8f\ \x0e\xd1\xbe\x99\x99\xbb\xef\xbc\x63\x62\xf7\x6c\x27\x70\xfa\x8e\ \x77\xe6\xad\x33\x49\x3d\xb1\x70\xe5\x32\x45\x08\x10\x79\xbd\x5c\ \x1f\xc8\xe5\xe6\xf6\xec\xa3\x34\xac\x6e\x6f\x36\xeb\x55\x04\x01\ \x24\x24\xa2\x6c\x72\xdf\xfe\x5e\xad\xe3\xbb\x3e\x91\x4d\x8f\x0a\ \x4c\x20\x8a\xa9\x82\x11\x00\xd0\xb6\x7b\x6a\xa7\x9b\x57\x74\xc7\ \x71\xfa\xfd\x5e\xe0\xfb\x27\x6f\x3d\x79\xf8\xf0\xe1\x75\x43\x49\ \x6a\xc4\x77\xfa\x95\xd2\x66\x69\x73\x7d\xc0\x82\x8e\x2d\x55\xcb\ \x9b\x8c\x86\x08\x02\x82\x81\x42\x10\x14\x10\x42\x30\x30\x50\x54\ \x64\x6d\x60\xa8\xb8\xd9\x6c\xb7\xba\xcb\x0e\x87\x92\x99\x04\x18\ \x19\x86\x42\xb8\xa7\xa9\xea\x8d\x25\xea\x24\x59\xba\x7a\xe1\xd2\ \xc4\xc0\x7b\xa9\xcf\x50\x04\x4d\xc9\x5c\xba\xb2\x98\xcf\x64\xf6\ \xcf\xee\x2f\x6f\xd5\xcf\x5e\xb8\xb0\xba\xba\xb6\xb0\x74\x69\x74\ \x74\x02\x00\x29\x9f\x29\x40\xa4\x7b\x1c\xd2\x38\x02\xc2\xbf\xbe\ \xb1\x1c\xfa\xb6\xa2\x92\x10\xe2\x08\xc1\x4c\x3a\xfb\x9e\x47\x1f\ \xae\xdb\xf6\x85\xc5\x25\xae\xaa\x44\xc5\x8a\x66\xe5\x46\x27\x25\ \x11\x99\xba\xd1\x6a\xf4\x79\xcc\x19\x02\x31\xe7\x32\xd6\xfc\xc0\ \x55\x15\x75\x6b\x75\xf3\xd0\x23\xf7\xae\x2e\x9f\x97\x35\xc5\x61\ \xf4\xf5\xb3\xa7\x0f\xec\x9d\x9d\x9e\x9c\x41\x8a\xbc\x51\xde\x36\ \x92\x68\x66\xcf\xfe\xca\x85\xcb\x7e\xe0\x86\x21\x7d\xeb\xd4\x99\ \x4e\xaf\x8d\x65\x4d\x4b\xa4\xdc\x38\xbe\xe3\xee\xf7\x2e\x9d\xba\ \xb4\xb5\xb1\x05\x93\x5a\xcf\x8f\x21\xc2\xb2\xa6\xd9\x8e\x17\xc7\ \xac\xd1\xee\x30\xa4\x14\x86\xc7\xf2\x03\x43\x2c\x0c\x51\x14\xaa\ \x00\x98\x32\x21\x32\xf1\x03\x2f\x9b\x34\x16\x2e\x9f\xfb\xe6\x8b\ \xcf\x43\xc8\x27\xa7\xc7\xb4\xa1\x0c\x80\x58\xc1\x5a\x21\x99\xab\ \xda\x76\x72\x30\xef\x08\x9a\x4e\xa7\x86\x6e\x9d\xb8\xf2\xfa\xc5\ \x5c\x4a\x79\xf1\xf9\xe7\x5b\x7b\xf6\x16\x07\x06\x5d\xc7\x69\x34\ \x1a\x92\x26\x13\xc9\xb4\x5b\x7d\xa2\x10\x08\xc4\xbb\x9c\x3e\x3c\ \xf8\xe0\x8f\xfe\x05\xef\x00\xd6\xec\x5d\x3f\xfd\x4f\xee\x7a\xe7\ \x17\x39\xf7\xc8\xf7\xff\xe4\x23\x7f\x69\xcf\xa1\xc3\x0f\xfc\xf4\ \xe1\x07\xfe\xf2\x67\x27\x4e\x3c\xf2\x33\x27\xfe\xf3\x2e\x99\xfb\ \xbf\x6f\x0f\x00\x00\x80\xef\xfd\x91\x19\x00\x00\x00\xa9\x47\x7f\ \xf8\xef\x00\x00\xa2\xe6\x46\x0b\x16\x1e\xf9\xd0\xec\xd2\x8b\x9f\ \xdb\x02\x53\x83\xe6\x4d\xa8\xfa\xb6\x36\x84\x50\xe4\x34\xcf\x9f\ \x7e\xab\x0b\x24\x04\x98\x62\x15\xbf\xeb\x47\xde\x3f\x95\xc4\x94\ \xd1\xbf\x39\x3e\x0a\xa1\x1f\x86\x97\x2f\x5d\x2d\x55\x4b\x13\xbb\ \x76\xb5\x9d\xae\x13\x86\x48\x56\x64\x59\xfa\xf8\x87\x3f\x30\x3a\ \x3a\xea\xd9\xbd\x73\xcf\x7c\x85\xda\x9d\x7e\xa7\x17\xc5\xc0\x8e\ \x59\x7e\x7c\x72\x50\x58\x99\x75\xdc\xac\x97\xcf\x2d\x2e\x0e\x15\ \x8a\xa5\x52\xdd\xee\x54\x45\x1c\x14\x06\x47\xdb\x3d\xbb\x16\x06\ \x99\x84\x49\x29\x33\x2d\x53\x02\xcc\xb5\x3b\x6f\x9d\x3b\x77\x60\ \x6a\x17\xc4\x44\x56\xcd\xd5\x8d\xd2\x85\xe5\x85\xc9\xe9\xc9\xd1\ \xe1\xa2\x40\x22\x3b\x3c\xd8\x73\x40\xdb\x77\x1c\x3b\x30\x81\xa4\ \xa8\x4a\xc4\xbd\x64\x5a\xaf\x37\xb6\x9a\x8d\x16\x63\x94\x73\x58\ \xa9\x54\xb2\xb9\xec\x85\x73\x67\x56\x37\xb6\xb4\x44\xca\x76\x3d\ \x4c\x50\xca\xd2\x1d\xa7\xaf\xa9\x24\x9b\xb1\x5a\xcd\xf2\xc5\xb7\ \x4f\x37\x57\x16\xfc\xf2\xb6\xa9\xab\x8d\xbe\xfd\xcc\xeb\x6f\x3e\ \xf0\x89\xef\xa6\xc2\x17\xd0\xcb\x26\xb2\x61\x60\x43\x8a\x66\x76\ \xed\x9a\x9d\xdd\xf3\xca\x73\x2f\xa4\x55\xcd\x6d\xb6\x24\x4d\x2d\ \xec\xdf\xa3\x8a\xb0\xe3\xda\xcd\x5a\x67\x65\x71\xde\x8f\x69\xa7\ \xd7\x39\x71\xf4\xce\x23\x7b\xa6\xaf\x5d\xb8\x90\x0c\xbb\xb6\xf0\ \x85\xdb\xda\x3d\x5a\x18\x9e\x18\x66\x7e\x7f\xe3\xfa\xea\xe1\xfd\ \xfb\xb1\x2a\x7d\xf2\x93\xdf\x3d\x32\x5a\x74\xbc\x1e\x73\x18\xe7\ \x37\x32\xc4\x9b\x73\xf1\xc2\xf3\xe7\xee\x38\x7c\xc2\xe2\x3d\x16\ \x44\x0f\xde\xff\x30\x37\xb3\x2e\x44\x63\x96\xc4\xfd\x56\xd0\x6d\ \xc6\x21\xb0\x0a\xc3\xc7\x72\x43\xb7\x9f\x38\x16\x37\x9d\xa9\xec\ \xb0\xa0\x28\x31\x36\xf4\xe6\xe5\xf3\xbf\x73\xf9\x4a\x27\xf2\x8c\ \x54\x5a\x52\xe4\x30\x76\x21\x0f\x8f\x9f\x7c\xb0\x6b\x7b\xd7\xae\ \xaf\x87\x0c\xeb\x96\x95\xd0\x65\x69\x60\x50\x97\x65\x80\xe5\x80\ \x31\xc0\x22\x0c\x79\xaf\xdf\xe5\xcc\x47\x36\xa2\x4c\x98\x92\x52\ \xdb\xae\xee\xd9\xbd\x7b\x71\xf1\xda\xee\xdb\x8e\xaf\x7b\xdd\x4b\ \x6f\xbd\x54\xaa\x94\x4d\x33\xd1\x6c\x37\xf6\x65\x33\xe3\xbb\x67\ \x57\x5e\x6f\x31\xca\x54\x5d\xb3\x92\xa6\x99\x4e\x5d\xbb\x7c\xa6\ \xb6\xb9\x19\xd3\x98\x22\x8c\xa0\xd0\x15\x69\x6a\x72\xd2\x4e\x66\ \xaf\x5d\xba\xea\x04\x5e\x4a\x4f\x53\xc6\x20\x80\x42\x40\x28\x11\ \x20\xc0\x76\xab\x1e\x61\x38\x34\x38\x50\xab\x6c\x44\x41\xf0\x1d\ \x1f\xf9\x80\xa1\x4a\x04\x41\xc6\xb8\x24\xa9\x5e\xa7\x6e\x42\x5f\ \xc1\x5a\xcc\x40\x2f\x42\xe5\x9a\x2d\x10\x61\x02\x09\xa2\x00\xc6\ \x88\x22\x99\x29\xab\x56\x6f\x3b\x5b\x6c\x69\x6d\xdb\x09\x62\x25\ \x91\x09\x23\xd6\xa8\x35\x87\x73\xb3\x9a\xa2\xd3\xff\x89\x17\x84\ \x71\xd2\x6d\x3b\x29\x53\x96\x08\xa8\x96\xb7\x5f\x79\xed\xcc\xdd\ \xf7\x3e\x58\xad\xb7\x02\x2e\x77\xfa\x36\x91\xe0\xcc\xbe\xc3\x9d\ \x8e\x1b\x30\x90\x34\x2d\x20\x93\xae\xd3\x0f\x3a\xbe\xaa\x00\xc7\ \x66\xfb\x0f\x1c\x8e\x84\x74\x79\x61\x35\x0e\xec\x4c\x7a\xa8\xdb\ \xe9\xfd\xf1\x1f\x7e\x26\xa2\xb1\x2c\xab\x8a\xaa\xc6\x42\x48\x90\ \x25\x74\x93\x52\x3a\x33\x3b\xb3\xba\xb6\x05\x91\x90\x10\x0e\xa3\ \xc8\x4a\xe8\x82\xb3\x7c\x3e\xbb\x7f\xff\xc1\xe9\xa9\x91\x46\xf9\ \xfa\xfa\xd2\x39\x49\xd5\x04\x82\xeb\xdb\x9b\x9a\x99\xcd\xe4\xd3\ \x6e\x14\x0f\x8f\x0d\x8b\xf3\x57\x75\xdd\xea\xba\x7d\xbb\x66\x4b\ \x32\x8e\x42\x3f\xf2\x3c\xcd\xb4\x1e\x78\xe0\x7d\x12\x25\x5b\xd5\ \x8a\x22\x13\x4d\x93\x19\x10\x6e\x10\x2a\x9a\x2e\x90\x8c\x64\xa3\ \xd5\xed\x07\x7c\x3b\x95\x2b\x0c\x58\x05\xd3\x20\x8c\x07\x00\x50\ \x88\x25\x24\x49\xc3\x63\x13\xed\xae\x7b\xf7\xbd\x0f\x28\xb2\x74\ \xf1\xea\x85\xa5\x8d\x46\x4e\xd3\xa3\x24\xe1\x46\x1c\xc8\xe8\xda\ \xf9\xb7\xe4\x4c\xe1\xe8\xfe\x43\x90\x9a\x61\x3b\xd8\xbc\x7e\xb9\ \xb2\xb0\x7e\xe7\xd4\x01\xcd\x11\x39\xd5\xec\x37\x3b\x30\xa2\x20\ \x16\xc2\x0d\x65\xd5\x08\x08\x02\xff\xdb\xa9\xeb\x8a\xd8\x5b\x3c\ \xf3\xe2\x6a\x87\x27\x06\x0f\xfc\xd4\x4f\x7c\x2c\x73\x93\x8f\x7e\ \x7b\x1b\xa5\xd4\x2a\xee\xff\xbb\x3f\x7b\x60\x47\x55\x16\x13\x82\ \x00\x8f\x63\xfa\x57\x3e\x97\xef\x9a\x9e\x11\x60\x0c\x2e\xad\x54\ \x18\x96\xb6\x1b\xad\x76\x08\x86\xc6\xe7\xa6\x67\xf6\x40\x0e\xb9\ \x1b\x4e\x15\x32\xa0\x90\x50\xef\xba\xf5\xc9\xc7\x9f\xf4\x62\x80\ \x38\x0a\x42\xaf\xb2\xb9\x94\x4a\xea\xef\xbf\xf3\x30\x02\xca\xca\ \xd2\x66\xca\x4a\x5e\xba\x7a\x21\x76\xfb\x8d\x8e\xe7\xf4\xfb\x8c\ \x93\xbe\xed\x47\x7e\x98\xb6\x14\xd7\x0f\xaa\xdb\xab\xdd\x46\xab\ \xef\xc6\xad\x18\x29\xa3\x33\x8d\x46\xf3\xf9\x37\x2f\x6e\x6d\x6d\ \xec\x9e\x3b\x10\x51\xfc\x67\x2f\xbe\x70\xf4\x96\x5b\xbf\xf4\xdc\ \x2b\xa5\x46\x33\x9d\x2c\x38\x41\xc0\x10\x2b\x0c\xa4\x72\xb9\x24\ \x04\x42\x21\xe8\xca\xe5\x25\x80\x15\x42\xb4\x66\xb5\x19\x6f\x6d\ \x51\x01\x25\xa2\x74\xbb\xf6\xc4\xd8\x58\xaf\x55\x87\xbe\xbf\x7b\ \xa4\x88\x47\xf2\xad\x46\x69\xed\x3a\x52\x5c\xbf\x2e\xea\xfa\xd8\ \x58\x2e\x9b\x6f\x0b\xb0\xb2\xb6\xb4\xbc\xb6\x38\x31\x9c\x1d\x2c\ \x0c\xca\xb2\xac\x2a\xfa\xd0\x40\xb1\x5a\xaa\xf4\x9a\xad\x13\x27\ \x8e\xbb\x8e\xb3\x51\xaf\x9e\x5b\x5a\x98\xd8\x37\x35\x5b\x1c\x6a\ \xac\x6d\x6e\x2e\x5d\x77\x22\x80\xd4\x4c\xdb\xf3\x16\xae\x9c\x25\ \x34\x08\x24\x11\xf5\xfa\x03\x09\x09\x0c\xe7\xcc\x84\xd2\xec\x3b\ \xaf\xbe\xf0\x8c\xcb\xd9\x77\x7c\xcf\x77\x1f\x3d\xb0\x3f\xa2\x01\ \x42\xb4\xeb\xd8\x40\x88\xbf\x76\xed\x85\x00\xb2\xac\xd4\xfb\xd2\ \x56\xbd\x3f\x95\xe1\xe9\x6c\xf6\xf9\x97\x2e\x2c\xd7\xdc\xc9\xc3\ \xfb\x72\x83\xca\xae\xb9\x99\xb5\xf3\xae\xa2\x69\x02\x52\x3d\x8c\ \xfa\x2d\xc7\xb6\x83\x0b\x2d\xc7\x71\x02\xed\xfa\xa2\x24\x91\x82\ \x6a\xae\x44\x21\x97\x42\x46\x29\xe4\x5e\x26\xa1\xf5\x5a\x95\x17\ \x4e\x9f\x0f\x63\xa1\x9b\x09\x84\x21\xe4\x4c\x21\x2a\x03\x0a\x01\ \xc8\x94\x91\x8e\x38\xa2\x51\x3a\x9d\xe9\xf4\x5a\xa5\xed\x72\x71\ \x64\x84\xc6\xa0\xbe\xb9\x75\xe4\xc8\x71\xae\xc8\xbf\xfe\x99\xff\ \xe4\x43\x16\x02\xe6\x07\x41\x42\x37\xa9\x13\xba\x34\x2e\xf7\x7a\ \x50\xd2\x09\x91\x20\xa0\xfd\x5e\xe3\xd2\xb5\xcb\x9d\x4e\xaf\xe1\ \x84\x32\x41\x8a\x8c\x11\x8a\x40\x10\x14\x93\xc9\xbc\x61\xac\x2d\ \x5d\x93\x55\x85\x83\x18\x43\x29\xf4\x7d\x4a\xa4\x48\xc0\x5e\x14\ \x53\x84\x40\xaf\x33\x30\x90\x96\x24\x96\x4f\x26\xbd\x7e\xa3\xb1\ \xd5\x8d\x7d\x37\x95\xca\x70\x0e\xec\x56\x65\x34\x85\x15\x4d\x69\ \xf7\xa3\x72\x1f\x34\x42\xad\xd7\xef\x13\x8c\x74\x85\x28\x08\x98\ \x08\xd7\xda\x4d\x8a\xb0\xeb\x45\xb5\x9e\x2b\xe9\x09\x0e\x89\x44\ \x10\x8b\xf9\xf2\xca\xa6\xa1\xcb\x53\x7b\xfa\x18\xdf\x50\x49\x88\ \xe0\xb2\x91\xbc\xbe\x55\x79\xef\xbd\x47\xfb\x6d\x3f\x3f\x9a\x47\ \x9a\xf9\xc4\x4b\x6f\x77\x9d\x50\x95\xf9\x3f\xff\xe5\x5f\x72\xfb\ \xb5\x4a\xa5\xfb\xdb\xff\xfe\xf7\x3c\x0a\x8c\x30\xe8\xd4\x4a\x58\ \x51\x19\xa5\x7a\x2e\xb5\x5d\xaa\xfb\x8e\xbf\x7f\xdf\x9e\xd2\xfa\ \x86\xdd\x73\xee\xbb\xfd\x8e\x37\x5f\x7b\x2b\x70\x22\x4c\x88\x1b\ \x05\xc2\x0f\xa1\x84\x05\xa0\x12\xa0\x08\x62\x45\xd1\xb1\x42\x98\ \x60\x92\x84\x34\x42\x82\xc8\x57\x35\x39\x91\xd4\xce\x5d\xb8\xe8\ \xbb\xfd\xac\x25\x79\xbe\x00\x14\xdb\x1e\x6d\xb5\x6b\x9a\x61\x37\ \xfa\xf1\x46\xb9\x3b\x31\x73\x68\x74\x6c\xba\x55\xeb\x38\x6e\xcb\ \x77\xda\xb9\xa4\x61\xa8\x92\xd4\x63\xc8\x0f\xf3\xe9\xc4\xe0\x68\ \x4e\x4f\x49\x83\xb9\xa4\xeb\x7a\x81\x1f\x71\xca\x21\xf6\xfc\x88\ \xda\x5e\x08\x11\x8e\xbb\xbd\xab\x57\xae\x66\x54\x9a\x99\x1d\xd3\ \x2c\x1d\x6a\xb2\xc7\x59\x6e\x78\xf4\xf8\xdd\xf7\xe7\xf2\x83\x83\ \x83\x85\x6b\xf3\x57\x27\xa6\x8f\xf6\x5c\x7c\xf9\xc2\xd9\xf9\xc5\ \x4b\xba\x26\x74\x55\xa4\x72\xc9\x04\x0b\x94\x99\x39\x9f\xe3\x6b\ \xab\x4b\xcc\x0d\x8e\xec\x3e\x7a\x74\xdf\x2d\xf5\x95\x95\xf9\xc5\ \xc5\xad\xe5\x55\xc8\x98\x0c\x84\xec\x73\x8e\x78\x2c\x4b\xff\xfb\ \xa9\xeb\x2a\xc5\x3d\xdf\xff\x53\x3f\x7f\x13\x9f\xfe\x76\x39\x3f\ \xe0\x2f\x72\x69\x8c\x46\xf4\xff\xd9\xb5\x7b\xf7\x74\x01\x63\xca\ \x7a\x3d\x1f\x29\x5a\xc7\xe9\xc7\xa5\x36\x80\xca\xa1\x7d\x07\x9e\ \x7f\xee\xcd\x7f\xf9\x2f\x7f\x53\xfa\xa5\xff\xe3\xf6\xbb\x4f\x8c\ \xee\xda\x7b\xe2\xb6\xfe\xde\xfd\xc7\xa3\x98\xf7\xec\xee\x56\x79\ \x8d\x31\x40\x24\x39\x70\xe2\xa9\xc9\x69\x45\x56\xe7\xf6\xee\x76\ \x7c\xfe\xe5\xaf\x3f\x9d\x4a\xa7\x14\xcd\x0a\xa2\xb0\xdf\x6e\xa6\ \xcd\xac\x00\xa2\xd7\xef\x7b\xbe\x7f\xe0\xf0\x81\x3b\xef\xb9\xef\ \xea\xb5\xa5\xcf\x7c\xf6\x4f\xda\xdd\x4e\xaf\xd3\xfe\x9d\xdf\xf9\ \xd4\xbe\xfd\x7b\x96\x16\xae\x22\x23\x7d\xf1\xea\x55\x81\x88\x95\ \xce\xb8\xb6\x63\xfb\xde\xbd\xfb\xf7\x43\x18\xef\xda\x35\x23\x28\ \x5a\x58\xfc\xcd\x98\xa3\x98\x51\xd7\x73\xe2\xc8\x33\xac\xa4\xe0\ \xac\x90\x49\xeb\xb2\xbc\xd5\x68\x4a\xdc\x3b\x30\xbd\x5f\x96\xd1\ \xb9\x37\x5e\xdb\x94\x94\xa3\x33\x33\xa6\x69\x30\x4d\x9f\xdc\xbb\ \xd7\xd9\x2a\x3d\xf3\xc6\x9b\x8b\x8b\x2b\x43\xa3\xa3\xba\xa6\xef\ \x9e\xdb\xab\x68\xe6\xf2\xf5\xf5\x95\x95\x35\x8c\xf1\xfc\xe2\xd2\ \x60\x71\xb0\xd2\x68\x79\x67\x2f\x3e\xf4\xe8\x07\x86\x52\xc3\xd7\ \x57\xbf\xd1\xe9\x38\x23\x13\x93\x9b\x5b\xa5\x97\x5e\x7a\xf9\x93\ \x1f\xff\xe8\xbd\xf7\xdc\x29\x7c\x6f\x6d\xfe\x62\xeb\xe2\x05\x3f\ \x8e\xdd\x76\x27\x10\x44\x4f\x25\x4c\x55\x9d\x9b\x9d\xb9\x72\xe1\ \x82\x91\x50\x3d\xb7\x8f\x80\xae\xc8\xfa\x0d\x44\xbb\x30\x21\xb2\ \xc4\x36\x37\x97\x77\x17\x87\x59\xc4\x73\x85\xfc\xb5\x8a\xfd\xf8\ \xd3\x4f\xdf\x71\xef\x91\x23\x8f\xbe\x17\x47\x68\x6d\x63\x53\x56\ \x8c\x03\x87\x8e\xe6\x07\xa7\xce\xbd\x7d\xf6\x67\xfe\xf1\x3f\x6d\ \x34\x9a\x10\xc2\xbb\xee\xba\x6b\x74\x74\x7c\xbb\x52\x89\x28\x89\ \x59\xe8\xb9\xfd\x42\xbe\xb0\xbc\xb2\xd2\xed\x39\x08\xc8\x2c\x8c\ \x11\x41\x58\x12\xa1\x10\x92\x8a\x10\x13\x96\xae\x42\x88\x64\x2c\ \x21\x8e\xa8\xc7\x0a\xa9\x42\x46\x4b\x39\xb6\xd7\xac\xb7\x3d\xcf\ \x8b\xbc\x30\x74\xfc\x40\x04\x6e\xe0\x4f\x4f\x4f\xaf\xad\xac\xab\ \x48\x71\xda\x7d\xaf\xef\x22\x84\x01\x04\x9a\xa2\x26\xcc\x84\xdd\ \xb7\xa3\x88\xc5\x0c\x30\xca\x64\x82\x24\x22\x87\xc0\xa7\x94\x1a\ \x86\x61\x26\x2c\xd3\x34\x6b\xf5\x3a\x91\x44\x44\x59\x44\xed\x28\ \x8a\x04\x44\x92\x61\x61\x4c\x2a\xd5\x9a\x95\x4c\x0f\x17\x72\xae\ \xeb\xd4\x6a\x55\xbb\x6f\xa7\x92\x29\x08\x41\xbd\xd9\x4c\x9a\x16\ \xc7\x72\xb5\xd3\xef\xd8\x5e\xc7\x0d\xdb\xb6\xcf\x29\x35\x54\x49\ \x97\x91\x1f\x8b\x9e\x19\x5b\xe9\x5c\xcf\xf7\x0a\x23\xe3\xfd\xcd\ \xb2\x00\x08\x40\x08\x20\xe8\x75\xbb\x9e\x83\x04\x07\x37\x5c\x38\ \x1a\x51\x7a\x6d\x79\xf9\xbd\xf7\xdf\x82\x89\x12\x71\x70\x65\x69\ \x31\x10\x29\x45\x4f\x05\x00\xe4\xc7\xa6\x6e\x9b\xba\xe3\xe9\x2f\ \x3f\x2e\x13\x29\x06\xa2\x67\xf7\x20\x96\x10\x65\x18\x93\x7a\xa3\ \x51\xcc\x0f\x6c\xac\x5d\x1f\x1d\x19\x1b\x1d\x9b\xbd\x7a\xf9\xf2\ \x0b\x2f\xbe\xba\xb9\xbe\x41\x14\x29\x0c\x43\x06\x04\x17\x30\x0a\ \xa3\x30\x88\x78\x10\xa4\x53\xe9\x30\x0c\x08\xc1\x4e\xdf\xf6\x3c\ \x97\xc8\x92\x10\x2c\x91\xc8\x11\x4c\x2e\x9e\xbf\xb4\xbc\xb8\x7c\ \xe2\xc8\xbe\x56\xc3\xe6\xd4\xf7\xe2\x16\x44\x00\x3a\x41\xad\xde\ \x75\x03\xd1\xe9\x78\x53\x07\x8f\xf7\x2e\x5f\xab\x5e\x6b\x44\x8c\ \x87\xdd\x5e\xc2\xb2\x14\x43\xa7\x9c\xd9\x76\x03\x70\xb7\x38\x90\ \x1a\x1e\x1a\xbd\x7a\x65\x3e\x08\x42\xca\x41\xab\x67\x33\x81\x38\ \x00\xa6\x95\x50\x14\x99\xc5\xb1\xa6\x6a\xb3\x73\xbb\xb7\x6b\xcd\ \xb3\x57\xe6\x83\x30\x3e\x78\xe8\xd0\xd8\xf8\xc4\xe6\x66\x89\x53\ \xba\x77\xcf\x9e\xd2\x76\xf9\xf8\xf1\xdb\xa7\xa7\x26\x57\x96\x2f\ \xca\x92\x3f\x90\xd7\xaf\x5e\xbd\x28\x13\xa1\x4a\xe4\xc0\xfe\xa3\ \x5f\xfd\xf2\x0b\xc3\x93\x7b\xf7\xdc\x76\x6c\xb3\xb2\xb5\xb0\xb2\ \xb0\xde\xad\xdb\x61\xd0\xf6\xdc\xb4\x64\x9a\x92\x66\x7b\x61\xec\ \x7a\x37\x97\xf0\x9b\xf6\x6d\x01\xa4\xff\x63\x4b\xee\xbb\x84\xa3\ \x98\xe0\x66\xa3\x75\xee\xc2\xd5\x44\x72\x74\x64\x6c\xd4\x4c\xb0\ \xf3\xa7\x5f\xb5\x12\xeb\x48\x64\x64\x39\x79\xea\xdc\xd6\xb1\x3b\ \x4e\x52\x2e\xe5\x87\x26\x2f\x5d\x5d\xde\x35\xb7\x67\x60\x78\xa2\ \xd6\x69\x13\x89\x0c\x0e\x16\xae\x5d\x5e\x5c\xda\x58\xa2\x51\xbc\ \x6b\x6e\x57\x71\x74\x4c\xd2\x74\xc7\x75\x01\x92\x75\x5d\xf3\x6c\ \x9c\x4c\xa7\x20\x42\x31\x13\xa9\x7c\xee\xfe\x87\x1e\xaa\xb6\x9a\ \x4f\x3e\xf9\x0c\x92\xe5\x74\x26\x9f\x4a\x67\x19\xa5\x6b\xeb\xe5\ \xbe\x13\x9f\x39\x7b\xb9\xd5\xed\x63\x62\xca\xb2\x4a\xd2\x4a\xaf\ \x8f\x12\xc9\xcc\xde\xfd\xb3\x4f\x3c\xfe\x44\xad\xd2\x48\xe7\x06\ \x1c\xdf\xef\x3b\xfd\x76\xb7\x95\x34\x35\x82\x21\x04\xdc\xeb\x75\ \x57\xdb\xad\xa4\xa1\xef\x9b\x9e\x4b\x59\x6a\xb3\xdd\xe9\xb9\xf1\ \xeb\x67\x2f\x03\x28\xdd\x72\xf4\xa0\xac\x99\xf3\xdb\xd5\x2f\x3d\ \xfd\xdc\xe2\xe6\xa6\x69\x65\x3a\x1d\x47\x26\x5a\x18\x03\xd5\x90\ \x7d\x3f\xee\x3b\x5e\x36\x97\x6b\xf6\xec\xed\x46\xbd\xdb\xed\x44\ \x08\x68\x99\x21\xdf\x07\x5d\x9b\x1d\x3e\x72\xb2\xdf\xef\x8f\x14\ \x8a\xf7\xde\x76\xfb\xe2\xe2\xf5\x5e\xdf\x3e\x72\xe8\xe0\xd0\xec\ \xfe\xdb\x05\xba\x78\xe9\xb2\x91\x1f\x7c\xeb\xe2\xe5\x40\xb0\xd1\ \xe2\xc0\xeb\x6f\xbe\x06\xa8\x3f\x32\x90\x2f\x64\x92\x4c\xc6\x37\ \x98\x31\x12\x5c\x23\xfe\xd2\xc2\xdb\x0f\xde\x9a\x55\x0d\xc5\x48\ \x18\x17\xaf\x5c\x5a\xed\x34\x52\x45\x73\x7e\xef\x9c\x89\x13\xc7\ \xef\x7c\xc0\xa6\x3e\xd1\x93\x8e\xe7\xda\x5e\x10\x44\x51\x10\x46\ \xb2\xac\xd4\x9b\x4d\xc7\xe9\x6b\x86\x61\xca\x96\xef\xbb\x96\x25\ \x31\x08\x6b\xf5\x26\x51\x94\x28\x10\x94\x0b\x1e\x45\x3c\x8e\x09\ \xa5\x29\x45\x17\x1c\x50\xc6\x04\x80\xae\xe3\xe9\xaa\x31\x32\x34\ \x81\x09\xf1\xbc\x10\x23\x20\x80\xf4\xe2\xcb\xaf\xfa\xa1\xb7\x6b\ \x7a\x6a\xb3\xb4\x61\x37\xea\x23\x07\xb3\xd5\x70\x5d\x22\x50\x11\ \x64\xf7\xae\x39\x01\x37\x28\xa5\xe9\x64\x62\x20\x9b\x6b\xb7\xea\ \x04\xe3\x4c\x2a\xeb\xbb\xb6\xe7\x05\x48\x00\xc6\x40\xa5\x52\x1d\ \x1a\x1e\x4a\x24\x2c\x59\xd6\x28\xe3\x00\x50\x88\x85\x10\x42\x53\ \x35\x45\x37\xd5\x44\x5a\x08\xda\xed\xb4\x87\x72\xe9\x64\x26\xb7\ \x5d\xad\x2d\x2d\x2e\xa5\x12\x16\x40\x40\x96\xe5\x64\x36\x9b\x4e\ \xe8\xd5\x66\xbb\x54\x6b\xd5\x3b\xb6\x1d\x52\x20\x9b\x80\x30\x87\ \x46\x6e\x44\xdd\x38\xe8\x7b\x1d\xd8\xf2\x42\x00\x47\xa7\x66\xcd\ \x7e\xd0\x77\xbd\x98\x86\x18\x02\x59\x92\x30\x06\x18\xa1\x1b\xbb\ \xec\x08\xa1\x76\xb7\xd5\xa8\x95\x89\xae\xf1\x1e\x3c\x72\xf4\xe8\ \x3f\xfb\xe7\xbf\x70\xbd\xd4\xb3\x32\xc5\x83\x87\x77\x0d\x8e\x16\ \x37\x2b\x5b\xab\x2b\x2b\x96\x69\x78\x9d\x7e\xe4\x79\x11\x80\x38\ \x8c\x75\xc3\x94\x34\x99\x52\x36\x32\x32\x3e\x3f\xbf\x7a\xef\xbd\ \x0f\xda\x36\x5d\x59\xdb\x62\x34\xe6\x22\x8e\xe3\x08\x40\xc4\x04\ \xf4\x82\x48\x08\x81\x39\x35\x0c\x43\x86\x08\x63\x4c\x29\x05\x00\ \x68\x58\x8a\x19\xe7\x9c\x9f\x3d\x7f\xee\xb6\x13\xb7\xeb\x92\xe1\ \xfa\x31\x56\x73\x8e\x8d\xd6\x6a\x54\x92\x24\xd3\x54\xb6\xeb\x01\ \x60\xb0\xd5\x5f\x18\xbe\x6b\x9a\xa7\x72\xb1\x99\x34\x15\x14\xf7\ \x1a\x4d\xd7\x65\x94\xca\xb2\xf4\xf6\xe9\x37\x13\x86\x7c\xdb\x89\ \x63\xe5\x7a\xdf\x76\x3d\x49\x52\xb8\x80\x8a\xa2\x62\x49\x31\x12\ \x96\x61\x58\x8c\x03\x08\xc5\xfa\xe6\x46\xa3\xb9\x37\x0c\xe3\xf1\ \xb1\x09\xa2\xa8\x07\x0f\x1c\x50\x25\x55\x57\xd5\xf5\x8d\x35\x5d\ \x97\x8b\x83\xc5\x80\xe2\x30\x70\x0e\x1e\xdc\x9b\x48\x50\x1a\xb5\ \xc3\x70\xf8\xc5\x97\x4e\x0d\x0e\xee\x3a\x72\xf8\x3d\xf7\xdf\x7d\ \x8f\x96\xd7\xfb\x12\xcb\xa7\x73\x03\xb3\x53\xe7\xdf\xdc\x34\xf3\ \xd9\x4e\x39\x62\x8c\x25\x54\x8b\xba\x9c\xbb\xbe\xf8\x1b\xed\xaf\ \xa4\x81\xe3\xc4\x28\x61\xe9\x7f\x65\x55\x2d\xed\x6d\xbd\x7c\x6a\ \xeb\xc8\xdd\xb7\x7f\x6b\xf6\xe7\x7f\xb6\xb0\xf1\xd2\xeb\xf3\xbb\ \x6e\xb9\x67\xe4\x66\xfa\xf3\xff\x9f\xec\xdd\xd2\x05\xe4\x5c\xd6\ \xe4\x83\x87\x8f\x84\x5e\x52\xc1\x6a\x3e\x09\xd2\x69\x26\x29\x49\ \x45\x3d\x5c\x6b\xaa\xf5\x1e\x75\x00\x07\x00\xb7\x7b\xfe\xdb\x17\ \xe7\x6b\x1d\xff\xce\xbb\xee\x3c\x7c\xe4\x64\xb9\xb2\xce\xa1\x74\ \xf8\xd8\x89\x7b\x1f\x1a\x8e\x3c\x7f\x63\x73\xed\xf2\xe2\xaa\x6d\ \xbb\x8e\x4f\x05\xc4\xa6\xa9\x79\xb6\x4a\x64\xd2\xe9\x75\x0c\x33\ \x31\x35\x39\x81\x64\xe5\x73\x7f\xfe\x05\xd7\x0b\x34\xc3\x92\x55\ \x03\x00\x90\x54\x35\x1a\x87\xb9\xc2\xf0\x99\xf3\xe7\x02\xc0\x21\ \x8b\x23\x2e\x0c\xcd\x44\xae\xfd\xf5\x27\x9f\x9a\x5f\x9e\xa7\x11\ \x5d\x58\x5e\x61\x14\xc7\x9c\x61\x82\x06\x8b\x03\xb9\x64\x72\x65\ \xe5\xba\x62\x06\xf5\x66\x5f\xd3\xd4\xa9\x99\xe9\xd1\xa1\xe1\xd8\ \xb7\x65\xd9\xcc\xe4\x47\xda\xa8\xf6\xc2\xb9\xf3\xf3\xe5\xed\x6c\ \x3e\x57\xae\xd6\x5c\xcf\x1f\x18\x1a\xd5\xad\x54\xa7\xdd\xf2\x43\ \x56\x6f\x74\x10\xd6\xfd\x88\x61\x45\xef\xfb\x11\x91\x49\xb7\x67\ \xf7\x1c\x3b\x37\x36\x1a\x70\xe2\x51\x9e\x48\xe5\x2a\x6f\x9c\xf2\ \x5c\xfb\xb1\x0f\x7d\x28\x93\x49\x5e\x99\xbf\xfa\xd2\x2b\xaf\xff\ \xa7\x3f\xfa\x93\xbf\xf3\xc9\xef\x78\xe8\xf6\xdb\xac\x72\xf3\xad\ \x4b\x97\x0e\xdc\x72\xe2\x99\x37\xdf\x58\x58\x59\x02\x3c\x3e\x76\ \xe8\x50\x02\x93\xa8\xd7\xb1\x31\x87\xe4\x46\x72\x46\x10\x42\x18\ \x35\xe7\x2f\xae\xfb\xc1\xc9\x88\x8a\x76\xbf\xe5\xfa\xce\xc8\xf0\ \xf0\xd4\xf4\x74\xa1\x38\x36\x31\x30\xa9\xaa\x7a\x9e\xc4\x10\x20\ \x19\x62\x21\x00\xe5\xdc\xf5\xbc\x7c\xa1\x90\x2f\xe4\x2b\xb5\xf2\ \xf6\x76\x59\x37\xb3\x08\x01\x4d\x05\x9b\xfd\x96\xef\x7b\xaa\x92\ \xa0\x22\x16\x10\xc7\x8c\x47\x94\x82\x38\x06\x08\x99\x86\xc9\x15\ \xd9\xb4\x12\xaa\x61\x5a\xa9\x6c\xa9\x5a\x5d\x5b\x5b\x13\x58\xca\ \xe5\x07\x62\x49\xda\x58\xdb\xc8\x24\x2d\xbf\x67\x1b\x80\x0c\x1a\ \xe9\x21\x23\xf3\xf0\xdd\xef\xbd\x70\xf9\xf2\xe6\xca\xc6\x9e\x03\ \x87\x26\xc7\x26\x5c\xcf\xb5\x0c\x23\x99\x48\x6c\x6d\x6c\xc4\x61\ \x94\x30\x0c\x55\x92\x03\xdf\x8d\xc2\x48\x25\x60\xbb\xbc\x3d\x38\ \x54\xdc\xbb\xef\xc0\xc2\xc2\x22\x00\x10\x20\x04\x21\xd2\x34\x55\ \x51\x55\x49\xd6\xe2\x98\x05\xbe\x1f\xf8\xd4\xf1\xc2\x66\xbb\x97\ \xcb\x64\xe6\xf6\xee\x77\x7a\x6d\xdd\xd4\x74\x5d\xd7\x14\x39\x14\ \x62\xbb\xd1\xdf\x6e\x74\xda\xb6\xef\x46\x8c\xa8\xba\x24\x1b\x50\ \xd6\x21\xe0\x0c\xe1\x6e\x10\xc9\x0a\x06\x92\xb4\x5e\xae\x4a\x9a\ \xa1\x02\x88\x02\x00\x04\x53\x88\x24\x91\x1b\x57\x03\xc0\x98\xb4\ \x1a\xd5\x7a\x75\x93\x06\x76\x7e\x6c\x08\x40\x32\x38\x7b\xe0\xfe\ \x08\x61\x59\x09\x05\x20\x10\x5c\xba\x74\xf9\xf9\xe7\x9e\x09\x3c\ \x87\x46\xa1\x20\x28\x8c\xb9\x2c\x48\x88\x43\x08\x58\x8b\xc5\xbb\ \x67\x67\xa2\xb8\x5b\xa9\x75\x3f\xfc\xe1\x4f\xfc\xd1\x1f\xfd\x5e\ \xbb\xd5\x47\x88\xc6\x3c\x82\x00\x73\x81\x39\x13\x82\x8b\x38\xa2\ \x81\xef\x23\x24\x31\xc6\x31\xc6\x51\x14\xc5\x71\x4c\x14\x09\x21\ \xa4\xc8\x0a\x82\x60\xef\xdc\xee\x87\x3f\xfc\x81\x2f\x7f\xed\xf1\ \xaf\x3c\xf1\xf8\xee\x7d\x87\xde\x78\xe3\x8d\xc8\xaf\x64\x2c\xab\ \xbe\xb5\x9e\x4c\x65\x7b\x0b\x4b\x72\x22\x65\xa6\x52\xb0\x1f\xea\ \x56\x0a\xb2\x38\xf4\x03\x45\x42\x57\x2e\x5d\xfb\xe1\xef\xfb\x8e\ \x7c\x7e\xf0\xb7\x7e\xf7\x8f\x24\x59\x85\x18\x4b\x58\xd2\x75\x93\ \xa8\x8a\x6e\x18\x00\x20\x1a\x44\x00\x81\x4a\xa5\x7a\xf9\xca\xbc\ \x2c\x2b\x93\x53\x53\xa9\x6c\x01\x42\x52\x2a\x95\x82\x20\xf0\x5c\ \x6f\x63\x6d\x7d\x60\x80\x5a\x99\x61\x22\xab\x40\x40\xca\x9c\x30\ \xee\x1a\x96\xac\x48\xf8\xd2\xa5\x8b\x07\x0f\x2e\x0f\x0d\x0c\x26\ \xc7\x32\xe9\x5c\x86\x00\xc9\x8b\x82\x0b\x57\xae\x12\x59\xc9\xe6\ \x72\x16\x95\x84\x13\x01\xc6\x4c\x45\x7d\x37\x3b\x2c\xdb\x2b\xe7\ \x5f\x3d\xb7\xe0\xc6\x42\x36\x0b\x47\x6f\xbf\x73\x2a\xa7\xae\xbd\ \xf4\xa9\xff\x70\x3e\xfd\x2f\x7e\xee\xfb\xbe\x35\x6e\x2c\x6a\x2e\ \x7c\xf9\x85\x8d\x07\x3f\xfa\x50\x86\x80\xb0\x7a\xed\xf3\x9f\x7b\ \x7d\xe2\x8e\xdb\x33\xff\xed\xb1\xc2\xd2\x9f\x7e\xf6\x2b\xdf\xb3\ \xf7\x26\x8e\xde\xc4\xd1\xff\x05\xc6\x28\x4b\xa6\x93\x07\x8f\x1e\ \xf2\x7b\x89\x76\xbd\x16\x87\xe5\xf1\x5d\xa9\x99\x3d\xc7\xae\x5e\ \x55\x44\xa1\x10\x93\xb0\xdd\xef\x8d\x24\x8c\x44\x26\xdf\xb5\xfd\ \x4b\x4f\xbd\x30\x31\x3d\x77\xe8\xf0\x9e\xbe\x1b\x75\xbb\xfd\x03\ \x7b\x0f\xf2\x98\x29\x66\x62\x76\xdf\x21\x2b\x3d\xd0\xec\xba\x5f\ \xf9\xca\xd7\xfb\xbd\xb6\x35\x3c\x34\x38\x98\xcb\x24\x13\x4b\xd5\ \x12\xa5\x0c\x20\x7c\xe5\xda\xa2\xed\x07\x31\x13\x4e\xa7\x8f\x90\ \xa7\xa9\x2a\xe5\x08\x30\x96\xcf\xa6\x0b\xc5\x11\xe8\x3b\xb6\x1b\ \xb6\xbb\x7d\xca\x44\x10\x53\xbb\xd5\xac\x37\xaa\x07\xf6\x1f\x50\ \x35\xc3\xee\x87\xa9\x4c\x16\x20\x96\x4a\x99\x93\x63\xa3\xa7\xcf\ \x9c\x52\xc3\x08\x41\x19\x70\xae\x69\xaa\xd3\xb7\x37\x37\x56\xdd\ \x08\x70\x2c\x71\x49\x25\x89\xd4\x4a\xa3\x53\x76\x03\x4d\xd7\x92\ \xc5\x11\x49\xb3\x18\x85\x8e\x1b\x45\xd4\x81\xa8\xc6\x91\x2a\x6b\ \x26\xe5\xc0\xd4\xf4\xad\xed\x92\x24\xe3\x9e\xe3\xe7\x07\x8a\x89\ \xb4\x65\x59\xd2\xd8\xd8\xd0\xd5\x2b\x17\xf7\xcd\xee\xbe\x78\xee\ \x5c\xbd\xd1\x00\x18\xd7\xba\x2d\x40\xa4\xb7\xce\x5e\x3c\x34\xbb\ \xe7\xc4\x7b\x1e\x7a\xfc\xf5\xd7\x57\xb7\x4b\x27\xee\xb8\xfd\xcd\ \xd7\x5e\xf9\xe8\x47\x3f\x3a\x34\x30\xb0\x74\xf6\x7c\x77\x7b\x3b\ \x7b\xe0\x88\xac\x19\x82\xfd\xf5\xda\x30\x84\x10\x84\xe0\x5f\xfd\ \xd7\xff\x04\x8a\x46\x26\x8d\x24\x41\x26\xfa\xf8\xa7\x7e\xf2\xef\ \xcf\x1d\x3b\x32\x3c\x5d\x54\xb0\x16\x87\x40\x60\x48\x90\x1c\x51\ \x0a\x09\xdc\x2a\x95\x1a\xd5\xca\x91\x43\xfb\xff\xe3\xa7\x7e\xdf\ \x71\x9c\xbf\xf7\xf7\xfe\x7e\x10\x04\x00\x3a\x00\x01\xd7\xf1\x80\ \x88\x35\x45\x75\x5d\x8f\x52\x84\x08\x06\x08\x51\x2e\x00\x63\x34\ \x08\x91\xa6\x45\x41\xc0\xb9\xe0\x08\xef\x39\x7e\xfc\x85\xdf\xff\ \xfd\xd5\x46\x2d\x46\x92\x5b\xda\x4a\x20\x2e\x25\x0d\x23\x9d\xec\ \x74\xbb\x32\x00\x03\x99\x1c\x11\x60\x78\x74\x74\x7d\x73\x6b\x75\ \xab\xe4\x05\x7e\x21\x9f\xf5\x3d\x5d\x96\x24\xc0\x79\xb7\xdd\x89\ \x7c\x97\x80\x8c\xae\x69\xd9\x4c\x3e\x8a\xa2\x30\x72\xfc\xc0\x4d\ \x26\x93\xe3\x93\xd3\x17\x2f\x5d\x06\x10\x12\x49\x86\x00\x61\x22\ \x73\x01\xfd\x20\xe8\xf6\xfd\x38\x0e\x0d\x55\x75\xfd\xa8\xd1\xee\ \x90\x35\x78\x68\xff\x9e\x7c\x3e\xeb\x39\x3d\x55\x55\x04\x84\x97\ \xe7\x17\x96\xd6\x4a\x5d\x2f\x8c\x21\x66\x08\x85\x31\xc3\x22\xb6\ \x4c\x4b\xd5\x54\x1a\x45\x08\x69\x14\x82\x64\x2a\x5b\x6f\xb5\x52\ \x19\x0b\x86\x81\xac\x28\x34\xf6\xa3\x28\xa2\xb1\x08\x83\xe0\xc6\ \xd6\x73\x01\x80\x84\x59\xb3\xbc\xfe\xc2\x37\xbe\xb2\xff\xc0\x2c\ \x81\x28\x3f\x36\x05\xb4\x0c\xc6\x96\x84\x51\xb3\x55\xd7\x31\x7f\ \xcf\xbd\x77\x6f\xae\x6f\x5d\x5e\x5a\xd9\xaa\x77\x38\x07\x9e\x6b\ \x03\x04\x09\x50\x90\xaa\x54\xab\x55\x45\x4e\x94\xb6\x4b\xbb\x77\ \x4f\x8d\x8d\x8f\x96\x2b\x6b\xb2\x84\x38\x04\x70\x67\x9c\x2e\x80\ \x18\x63\xc6\x68\x18\x45\x92\x1c\x05\x41\x80\x31\x66\x8c\xb9\xae\ \xab\x23\xcd\xf3\xbc\xb9\xdd\x33\xe7\x2f\xbc\xbd\xfb\xa3\xd3\xc9\ \x4c\xe2\xd6\xbb\xef\x7d\xfc\xd5\x37\x7a\x11\x94\x93\xb9\x88\xb7\ \xac\x54\x6a\xe5\x9a\x03\x00\xe8\x5e\xbb\x38\x77\xe4\xa8\x42\x03\ \x4d\x22\x12\x32\xa0\x00\x30\x29\x09\xc6\x9b\x6d\x9f\x0a\xbd\xd3\ \x0b\x16\x97\x56\x74\x33\x01\x20\xd4\x75\x23\x8c\x28\x63\xdc\xb6\ \x1d\x4a\x19\x21\x92\xae\xeb\x61\x1c\x04\x51\x74\xd7\xdd\xf7\x3d\ \xfe\xd4\x33\x89\x44\x92\x10\xd2\xb7\xed\x4e\xbb\xdd\x6e\xb6\x42\ \xcf\x89\x23\x31\x04\xcd\x30\xf0\xda\xed\x8d\x74\x2a\xe0\xac\x83\ \xa0\x98\x99\x9d\xad\x55\xf8\x6b\xaf\xbe\x9a\xc9\x8e\x0b\x29\x88\ \x0a\xd6\x7a\xa5\xb5\x76\x6d\xb9\xba\x51\x62\x0a\x0a\xbc\x30\xb0\ \xfb\x72\x8c\x14\x4d\x01\xf8\x5d\x2d\xd8\xbd\xf4\xe5\x4f\x7f\xf6\ \x8a\xf1\xe1\x87\xf7\x6e\x5d\x7c\xea\xc9\xa7\x5e\xfc\xb1\x5f\xfa\ \xa5\x3d\xc7\x1e\xfd\xc1\x29\xc9\x00\x20\x0e\xec\x66\xa3\x1d\x41\ \x4d\xe9\xac\x3c\xf9\xb5\xe7\x0b\x7b\x67\xa6\xf3\xe9\x14\x20\x12\ \x08\xcb\x1b\x1b\x52\xda\x28\x16\x73\xef\xa8\xe4\x32\xaf\xbc\xdd\ \xa0\x5e\x4b\x60\x82\x31\x60\xa1\x53\xab\x36\x22\xa4\x0e\x0c\x17\ \x35\xe6\x77\xec\x38\x99\x49\x20\x00\x7c\xa7\x13\x23\x23\xa1\xcb\ \x37\xb1\xe7\x26\x8e\xfe\xb5\x8d\x73\x9e\x4e\xa7\x35\x53\x39\x7e\ \xf8\xb6\xf2\xe6\xe6\xc5\x2b\xa5\x30\xec\x3b\xfd\x86\xe7\xc8\xe5\ \x5a\x97\x2a\xfe\xfa\xf5\xec\xd4\x2d\xb7\xaa\xaa\x72\xf9\xf2\xe5\ \x98\xa2\x7a\xa3\xdd\xed\x39\x53\xd3\xb3\x96\xa9\x12\x84\x01\x45\ \x82\x01\x81\x41\x71\x78\xe8\x17\xff\xc5\x2f\x1c\x39\x7a\xf8\x3f\ \xfc\xf6\x6f\x67\xd3\xc6\xd0\xc0\xe4\xf6\xc6\x7a\x1c\x04\x99\x74\ \x9a\x0b\xb0\xba\xbe\xe1\x87\xa1\x80\x8a\x17\x46\x51\xe4\xe9\x11\ \x8d\x62\x91\x4e\x58\xad\x56\x47\xd3\x2d\x10\xfb\x56\x2a\x1d\x84\ \x61\x3e\x9f\xb7\x5d\x84\x24\x69\x6c\x74\x94\x71\x66\x26\x12\x8c\ \xb9\xc9\x6c\x2e\x91\x34\x3a\x95\xad\xd3\x67\x4e\xb3\x98\x22\x01\ \x13\xc9\x44\x2a\x9b\x97\x65\x6d\x6d\x73\xab\x5c\xaa\x44\x1c\x0b\ \x84\x39\x24\x92\x91\xb4\x54\x2d\x8c\x42\xc5\x4a\x72\x24\x03\x2c\ \x73\x0e\x82\x98\x52\x00\x1b\x9d\x1e\x20\xf5\xd1\xb1\xc9\xa1\xd1\ \xb1\xed\xed\x92\xef\x07\x86\x95\x91\x25\x29\x9d\xb4\x30\xb4\x65\ \x20\x4d\x4f\x66\x8f\x1e\x9a\xd3\x88\xde\xa8\xd6\xba\xb6\xdd\xb1\ \x1d\xa0\x48\x66\xc6\xbc\xba\xb8\xfc\x87\x9f\xf9\xec\xff\xf1\xcb\ \xbf\xf4\x0f\xff\xf1\xcf\xfe\xce\xa7\x3f\x75\xec\xd8\x31\x4d\x96\ \xf6\xef\xdb\xdf\xe9\x74\x21\xc6\xad\x4e\x57\x0f\x42\x15\xc2\x1b\ \x68\x66\x14\x5c\x80\xa8\xa3\x19\xd4\xf3\xfd\xc8\xe7\x09\x53\x7b\ \x68\xef\x51\xa9\x58\x00\xc0\x13\x42\xa8\x92\xc9\x01\xa0\x94\x4a\ \x42\x00\x00\x44\xe8\x61\x41\xff\xd9\x3f\xfd\xd9\x6c\x3a\x71\xe6\ \xd4\x9b\x8e\xdd\x83\x50\x08\x4e\x39\xa5\x51\xe4\x20\xcc\x55\x59\ \x66\x8c\x0a\x21\xef\xdc\x53\x26\x04\x81\x80\x70\x01\x22\xca\x21\ \xea\x74\xbb\x2e\x8b\xb6\x3b\xcd\x7a\xe8\xd8\x2a\xa4\x0a\x71\x02\ \x96\xd1\x0d\x8d\x06\x92\xa9\xa5\xd2\x29\xe6\x7a\xd3\x13\x13\x3d\ \xc7\x86\xcd\x66\x2a\x9f\x39\x3e\x32\x04\x10\xb1\x4c\x4d\x95\x70\ \x79\xbb\xdc\xed\xb4\x29\x0d\x89\x24\x21\x84\x1d\xc7\x89\x88\x64\ \x18\x06\x96\x4c\x24\xa1\xcd\x52\x39\x8c\x99\xe3\xba\x56\x22\x25\ \x11\x39\x16\xcc\xf7\x02\xc6\xb9\xa2\x6a\x08\x02\x08\x00\x07\xc2\ \xf5\x03\xcb\xd2\xeb\xed\xde\xa9\xb3\x17\xb2\x49\x33\x6d\xe9\x33\ \xb3\x03\x1b\xdb\x95\xb7\xce\x5f\xa9\xd6\x9b\x48\x52\x7d\x2a\xf4\ \x44\x8a\x46\x34\xa2\xdc\x8f\x63\x2c\xab\x58\x56\x39\x64\x8c\x52\ \x0a\x71\x22\x9d\xe6\x82\x29\x32\x71\x1d\x4f\x96\xa4\x98\xc5\x76\ \xbf\x17\x33\x76\xa3\xc4\x08\x12\xc4\xbd\x6e\xbd\x53\xdf\xb6\xe8\ \x78\xa6\x98\x07\x4a\x0c\x14\x07\x80\x10\x85\x3c\x4d\xa2\x13\x47\ \xf7\x46\xd5\x32\xe4\xb1\x20\xd8\x09\xae\x58\x48\x11\x58\xa6\x54\ \x20\x08\xbb\x9d\xae\xe7\xd8\xba\xee\xc6\x94\xbf\x7d\x06\x0a\x1e\ \x41\x28\x28\xe3\xef\x08\xe1\x08\x20\x18\x83\xf8\x5b\x8a\x3a\x30\ \x8a\x22\xca\x39\x00\x20\x91\x4c\x04\x91\x1f\x04\xa1\x24\x49\xd9\ \x6c\x8a\x71\xff\xdc\xb9\xb7\x29\xd1\xc6\x26\xc6\xb6\x6b\xcd\xe2\ \x70\xb1\x44\xbd\x6c\x21\x73\xf2\xf6\x13\x4e\xb7\x3d\x99\x2e\xe6\ \x64\xe1\x79\x5d\x18\xf9\xad\x5a\x53\xb7\x32\x48\x49\xa8\x86\x09\ \x89\xfa\xfa\xa9\xab\xad\x66\x05\xca\x0a\x46\x04\x40\xe8\x86\xa1\ \xef\xfb\xbe\x17\x24\xd3\x29\x21\x44\x18\x06\x92\x44\x34\x43\xf2\ \x83\xd8\xf5\x7c\x59\x51\x0d\x33\x01\x21\x8e\xc3\x88\xc6\xb1\xdd\ \xeb\xf5\xbb\x71\xd2\xca\xb4\x1b\x75\xcb\x52\x91\x30\x7a\xbd\x52\ \x26\xad\x75\xfa\x2e\x82\xf2\xec\xec\xa4\xac\x26\x04\x67\x06\x40\ \xd1\x66\x35\x29\x94\x14\x94\x4d\x28\xaf\x57\xab\x31\x82\x22\x66\ \x10\x08\x0a\xa8\x80\xec\xdd\xac\x32\x8a\x39\xd9\x7b\xc7\x47\x3e\ \xf9\x1d\x27\x44\x63\xfa\xef\xff\xf4\x6f\x97\x5c\x31\xb4\xf1\xf8\ \x1f\xbc\x99\xfb\xb7\x3f\xfb\xe1\x2f\xfe\xca\x3f\x7a\x6a\x13\x0d\ \xcd\xdc\xfa\xf1\xfb\x86\x75\x7f\xe3\x4b\x7f\xf8\x1f\x27\x4e\xbc\ \xff\xbb\x8e\xe8\xb0\x75\xe5\xb3\xbf\xff\xdb\xb0\x5b\x2d\xde\xfe\ \xc9\x9f\xfd\x3b\xef\x57\xfa\x1b\xbf\xff\xab\xbf\x7a\xa6\x29\xa7\ \x48\x67\x23\xc8\xa8\x0a\xf0\x4a\x17\x3e\xf3\xa9\x6f\xd4\xfa\x6d\ \x79\xea\xe1\x9f\x7e\x34\xf1\x6f\x7e\xf5\xab\x3f\xf0\x6b\xbf\x75\ \xd4\xea\xfc\xd1\xbf\xfc\x47\xf8\xe1\x7f\xfe\x77\xee\x9b\xbc\x89\ \x3d\x37\x71\xf4\x46\xc2\x5c\x95\x6a\x05\x40\xe0\x85\xbd\xfb\x1f\ \xb8\x73\x71\xf5\x99\x66\xbb\x51\x1c\xf6\x15\x49\x50\xbf\x1e\xfa\ \x3d\xe8\xcf\x01\xe6\xd4\xca\xeb\x27\x4f\x1c\x39\x79\xdb\x7d\x47\ \x8f\x1f\xb4\x12\x06\x07\x1c\x01\xca\x38\x87\x10\x21\x04\x85\x10\ \x9c\x8b\xc0\x77\x3f\xf8\x81\xf7\x8f\x0d\xe7\x17\x2e\x5f\x09\x7c\ \x37\x9f\xd0\xef\xbf\xe3\xb6\x97\x5e\x7a\xc9\x8d\xe2\x30\xa4\x71\ \x0c\x38\xa2\x31\xa5\x71\xcc\x3d\x18\x01\x80\x14\x59\x92\x30\xa2\ \x9c\x4a\x98\x44\x31\xed\xd9\xc1\x89\xe3\xc7\xa3\xd0\xf7\xec\x56\ \x2a\x99\x68\xb5\x5a\x48\xa0\xf1\xf1\x89\x9e\x1f\x66\xb3\x03\x84\ \x85\x1b\xdd\xd6\xec\xec\x5c\xbd\xd9\x06\x18\x2b\xaa\xba\x51\xde\ \xf6\xbb\xed\x20\x8a\x63\x4a\xb1\x24\xc9\xaa\xea\x45\x3e\x41\x12\ \x45\x9c\x53\x10\x23\x4a\x19\x43\x00\xca\x9a\x1a\x51\x26\x30\x71\ \x83\x60\xbb\xb2\x3d\x3a\x3a\xda\xef\xf5\x6a\xf5\x2a\x81\x50\x53\ \x15\x95\x40\xee\x2c\x6f\xd7\xed\xd2\x4a\x69\xb8\xa0\xfa\x9e\xa8\ \x37\x3c\x80\x30\xc4\x24\xa2\xcc\x73\xec\x94\x92\x79\xf3\xec\xf9\ \x27\x1e\x7f\xf2\xb1\x8f\x3c\xb6\x6f\xcf\xde\x4e\xad\x3e\x94\x2f\ \xf4\x3a\xdd\x5d\xfb\xf6\x19\x92\xba\x38\xbf\xd8\xb7\xed\xcc\xf0\ \xf0\x0d\x04\x75\x19\x8b\xbf\xfe\xa7\x9f\x01\xa2\x25\xab\x6c\x70\ \x70\x7c\xff\xfe\x7b\x20\xf0\x41\xd4\x06\x32\x85\x0c\x00\x0e\x11\ \x31\x09\x0f\x91\x44\x00\x0d\x8f\xed\x9f\xfb\xe1\xef\xf9\x44\x21\ \x65\xbe\xf9\xe2\x0b\xdd\x56\x5d\x56\xb0\xac\x4a\x8a\x84\x11\x44\ \xba\x6a\x50\xea\xd3\x38\x80\x00\x09\xc1\x38\x67\x5c\x70\x01\x05\ \x21\x38\x8a\x43\xce\x74\x4d\xd5\x54\x59\x71\x3d\x2f\x08\x83\xf7\ \x3c\xf8\xc0\x9f\x3f\xf7\x4c\x4c\x08\x13\x14\x49\x78\x78\xa4\x88\ \x38\xff\xf8\xc7\x3f\x16\xf4\xfa\x9a\x24\x47\x61\x84\x15\xe5\x90\ \x69\x4a\xaa\x7e\xee\xdc\x85\xd0\x0d\x14\x99\xd4\x6b\xe5\x28\x0c\ \x30\x14\x9c\x73\xca\xe2\x20\x08\xfa\x51\xbf\xd3\x69\x01\x2c\x74\ \x43\x5d\x5a\x5a\x5e\xdb\xd8\x60\x4c\x20\x20\x6c\xcf\xa1\x54\x50\ \x4a\x55\x55\xd5\x75\x0d\x00\x18\x45\x7e\x14\x85\x42\x88\x20\x66\ \x00\x42\x4d\x05\x94\xc3\xbe\x17\x2e\x2e\xae\x5c\x5e\x5e\xa9\xf7\ \x1c\x8a\x08\x12\x00\x22\xe8\xfb\x3e\x91\x64\x59\x92\x68\x14\x7a\ \x00\x26\x53\x49\xa4\xc9\xb2\x50\x20\x16\x0a\x91\x7c\xd7\x8e\xc3\ \x00\x43\x28\x61\x04\x65\x09\x13\x89\xff\x4f\x90\x22\x21\x84\xa2\ \x2a\x18\xc0\x5a\xa5\xe2\xb4\xca\x80\x30\x8e\x61\x3f\x8a\x1b\x8d\ \x4e\xe4\xf3\x64\x7e\x68\xdf\xec\xd8\xe6\xfa\xea\xda\xf5\x6b\x12\ \x61\x8a\x4c\x22\x81\x28\x8d\xfc\x30\xf2\x5d\x37\x8e\x42\x55\xa2\ \x96\x49\x78\x68\x39\xbd\x8e\xa1\x2b\xb6\xed\x03\x28\x41\x84\x38\ \xe7\x00\x71\x88\x20\x21\x04\x23\x64\x59\x56\x1c\xb1\x46\xab\x7d\ \xdb\x6d\xb7\x29\xaa\xf2\xe6\xa9\x37\x20\x84\x87\x0e\x1d\x9a\xdb\ \x35\xee\xd9\xed\xcd\xad\xeb\x40\xb5\xb2\x29\x8d\x8b\xe4\xe8\xc8\ \xd8\xe6\xf5\xab\x27\x6f\x39\xbe\x6f\xd7\x98\xdf\xed\x48\xaa\xf5\ \xf4\x93\x4f\xbd\xbc\x3c\x3f\x90\x49\x53\xd7\x75\xb9\x14\x82\xd8\ \xa3\x0d\x45\x55\x9a\xad\x6f\x62\x48\x23\x1e\x0a\xce\x21\xc6\x18\ \x63\xc1\xb9\xaa\xa9\x84\x90\x56\xab\x85\x10\x62\x8c\x21\x61\xb9\ \x5e\x50\xa9\x36\xf6\xec\x3d\x30\x3e\x31\x75\x7d\x65\x95\x71\x01\ \x21\x08\x02\x1f\x0a\x1a\x06\x9e\xdd\x6b\xea\xba\xa4\x29\x68\xa3\ \xdd\xda\xda\xe8\x58\xfa\x60\xbb\x19\xc5\xb1\x77\xd7\xbd\x7b\xae\ \xaf\x6d\x82\x30\x34\x62\xab\xb5\xb9\xb5\xbd\xb4\x0a\xa9\xa0\x61\ \xcc\x24\x8c\x10\x14\x10\x52\xc0\x01\x60\xef\x66\x76\x54\x53\xc0\ \xc5\x67\xfe\xfd\xcf\x6f\x8d\x76\x37\xae\xb8\x23\x0f\xdc\x35\x8c\ \xfb\xcb\x71\x14\x33\xc1\xec\xcd\xed\xf8\xc3\x3f\xf9\xef\x1e\x3b\ \x94\xeb\x2d\x3c\xcd\x07\x8f\xfd\xec\xbf\xfa\x67\xd3\x06\xf0\x96\ \x5f\x60\xb9\x43\x3f\xf1\x0b\xbf\x34\xe5\xbf\xfc\x93\x3f\xf7\xe7\ \x17\x1e\x7b\x28\xf5\xea\x1f\xbc\x11\xef\xfb\x77\xbf\xf6\x77\xad\ \xc6\xcb\x3f\xfe\xaf\x9e\x08\x43\x60\x4d\x9f\xfc\xa1\x1f\x1b\x6b\ \xd7\x2e\xfe\xc6\xaf\x7f\xf5\xf2\x63\x3f\x3f\x93\x09\x4e\x5d\x6c\ \x1c\x3d\x5c\x59\xee\xa4\x3f\x3a\x3b\x7a\x13\x78\x6e\xe2\xe8\x8d\ \x79\xe7\x82\x20\x39\xf0\xd8\xfa\xc6\x75\x88\x42\x3f\xe6\x83\xc5\ \xe9\x93\x27\xee\x99\xfe\xf8\x71\x9c\x1c\x00\x52\x08\xe2\x12\xf5\ \x7a\x27\x4f\x1c\x3c\x79\xf2\x4e\x20\xeb\x9c\x02\xce\x81\x80\x82\ \x02\x01\x00\x24\x18\x71\x01\x18\x17\x80\xc5\xaa\x22\x01\x08\x11\ \x8b\x56\x96\xaf\xd6\xca\xe5\xf1\x91\xd1\x6b\x57\x2f\x6d\x6e\xac\ \x4a\x7a\x3a\x8c\x39\x65\x40\x08\xc1\xd8\x8e\xb3\xce\x19\x8d\x28\ \x8b\xa0\x40\x11\x8f\x03\xcf\xd1\x8d\xb4\xd3\xf7\x9b\xf5\x86\xe0\ \xf4\xe8\x91\x43\x03\x03\x99\x76\xab\xc9\x18\x1d\x1d\x1e\x4e\x45\ \x42\x08\x62\x9a\x19\x4d\x33\x75\x45\xb2\xbd\x08\x13\xc9\xf1\x03\ \xc7\x71\x24\x88\x63\x88\xb1\x02\x08\x82\x7e\xe0\x8f\x0c\x0e\x5a\ \x96\x35\x7f\xed\x1a\x88\x29\x51\x64\x82\x84\x00\x10\x13\x82\x31\ \x81\x18\xfb\x51\x18\x34\x1a\x85\x42\xde\x34\x4d\x1a\x86\x32\xc6\ \x86\xac\x2c\x5f\x3d\xbf\x72\xd1\x18\xcc\x29\x69\x45\xb9\xfd\xc4\ \xae\xaf\x3d\x71\xda\xf5\x1d\xa2\xa6\x80\x40\x34\x0c\x00\xa3\x36\ \xc1\x32\xc1\x5f\xfd\xfa\xd7\x1e\x78\xdf\x83\xf7\xde\x7a\xfb\x6f\ \xfc\xe6\xaf\xa7\x12\x89\xc9\x07\xde\xb7\xb5\x5d\xd9\xde\x2a\x9d\ \x5a\x58\x78\xcf\xd4\x34\xfa\xeb\xbb\xe8\x02\x00\x08\xd1\x81\xd9\ \x69\x49\x1e\x64\xc0\x05\x40\x0e\x7a\xad\xe6\xc2\x45\x01\x3d\x4e\ \xbc\xad\x6a\xab\xdd\x41\xc4\x28\x1c\xbf\xf3\xce\xcc\xd8\xa4\xd7\ \x28\x43\xbf\x7f\xf7\x89\xa3\x8b\x97\xde\x86\xb2\x62\x2a\x72\xe8\ \xb9\x04\x01\x8c\x04\x86\x3c\x8a\xc3\x91\x62\xc1\xee\xbb\xdd\xb6\ \x87\x04\x86\x82\x01\xc8\x08\x84\x10\x42\x2c\xc9\x08\x63\x21\xf8\ \x40\x3e\x77\xfe\xea\xe5\x7e\xa3\x71\xf2\xe4\x89\x37\xcf\x9d\xbd\ \x5e\xab\x8d\x66\x32\xc7\x26\x26\x3a\x2b\xd7\x19\xa5\xe9\x74\x02\ \x24\x4c\x16\x47\xa9\x54\x1a\x63\xec\x7a\x21\xc0\x24\x9b\x4a\xd4\ \x7c\x37\x97\x4d\x67\x33\xc9\x52\xa9\x0f\x00\xa3\x34\x72\x1c\x40\ \x88\x64\x98\x7a\x1c\xc7\x9e\xef\x44\x34\xd2\xb4\x98\xf7\x05\x17\ \x10\x42\x24\x00\x50\x54\x5d\x51\x55\x21\x80\xe7\xfb\x08\x0b\x88\ \x04\xc2\x80\x31\x18\xc7\x9c\x10\xe8\xf8\x31\x8d\x3a\x04\x72\x99\ \xc0\xb5\xcd\x52\xc4\x01\x51\x34\xc6\x98\x82\x49\x14\x53\x4e\x01\ \x02\x02\x01\xc0\xa9\xef\x3b\x00\x61\x22\x49\x0a\x04\xcc\xb2\x0c\ \x82\x21\x8d\x03\x20\x04\x10\x12\x42\x44\x00\x44\x29\xbb\x71\x14\ \x45\x72\xcf\x67\xf3\x8b\x6b\xb5\x95\xeb\xdc\x6f\x50\xd6\x63\x30\ \x9e\x9c\x9d\xda\xb7\xef\xd8\xf4\xb1\xe3\xea\xd0\x64\xdc\xf7\x4d\ \x13\x03\x11\x09\x1a\x3a\x51\xa7\xef\x33\x2f\x88\x21\x42\x50\x00\ \x01\x98\x22\xf9\x2c\x70\x0a\x69\x41\x23\xe4\xf6\x3b\x08\xe9\x00\ \x60\x08\x31\x17\x42\x92\x30\xc1\x00\x61\xa8\xaa\xaa\xa6\x69\x9a\ \x16\x52\x4a\xef\xbc\xf3\x4e\x45\x55\xaf\x5e\xbb\x12\x04\x5e\x32\ \x91\x1c\x19\x1e\x71\x5d\x7d\x4c\x56\x63\x41\xb6\xb7\xcb\x95\xd2\ \x76\x21\x61\x98\x32\x39\xb4\x7f\x9f\x4a\x84\x4a\x30\x8f\xb9\xd3\ \x6e\x41\x46\x03\xd7\x55\x14\x39\x99\xcd\x34\xec\x50\x95\x08\x63\ \x91\xaa\xa8\x41\x10\x73\x01\x04\x44\x08\x40\x84\x30\x91\x15\xce\ \x99\x10\xc2\x71\x1c\x4d\xd3\x81\x10\xad\x56\xb4\xb0\xb0\xc4\x01\ \x99\xd9\xbd\xc7\x68\xb5\x64\x45\x21\x84\x44\x61\x44\x10\x4e\x5a\ \x16\x8b\x02\x16\xf6\xd7\x97\x2b\x94\x97\x34\x59\x5e\x2a\xd5\x2b\ \x8c\xaa\xfa\x84\x69\x0e\xf6\x1d\xdf\x09\x1d\x2f\x50\xfa\x7d\x62\ \xdb\x3d\x3f\x08\x82\x30\xa6\x00\xc6\x1c\xa8\x84\x40\x88\x00\x16\ \x00\xbd\xab\x4d\x2f\x11\x85\x53\xc7\x3e\xf0\x13\x3f\x7a\x97\x5f\ \x5f\xfb\x93\xff\xf0\xbb\x9f\x7d\x6a\xf9\xb1\x94\x84\x00\x00\x00\ \x62\x49\x51\x15\x05\x41\x88\x20\x10\x00\xbe\x23\x56\x28\x04\x24\ \xaa\xa6\x20\x3d\xb3\x7b\xd4\x92\x7a\x2d\xc7\x59\x2d\xcd\x1c\x7b\ \x74\x40\x27\x20\x9b\xd7\x09\xc1\x30\xba\xf8\xa5\xff\xf0\xe9\xd7\ \xaa\xf9\x0c\x6c\xfa\xbe\x47\x46\x1f\x3c\x3e\xf6\xbb\x6f\xbd\xb1\ \x99\xf4\xa3\xc2\xf4\xee\xe1\x9b\xd3\x49\x6f\xe2\xe8\x0d\xae\x2a\ \x9c\x60\x6d\x20\x3b\x6e\x7b\xfd\x3f\xfc\xcc\xa7\x4d\x4b\xfa\xfb\ \x3f\xf1\x0f\x47\x07\x86\xb7\xd6\x56\x14\xbc\x8a\x49\xa0\x24\x10\ \xd2\x4c\x10\x50\x45\xa2\xc4\x90\x00\x91\x80\x00\x10\x01\x01\x76\ \xe6\x73\x00\xce\x01\x82\x10\x22\x80\xa0\x70\x5a\x65\x1a\xf4\x3f\ \xf0\xbe\xf7\x3e\xf7\xd4\xd3\x97\xce\xbe\xdd\xed\xf5\x86\x07\x06\ \xdb\x1e\x8b\xfa\x1e\x10\x00\x08\x08\xb8\x10\x82\xb3\x38\xe2\x18\ \x20\xc4\x01\xe2\x3c\x0e\x15\x59\x22\x08\x0e\x0d\x0c\x18\xaa\x3a\ \x32\xb4\x6b\xdf\xbe\x5d\xa9\xb4\x71\xe4\xc8\xa1\x5a\xb9\x01\xb8\ \xb2\x51\xef\x43\x49\xc6\x32\xf2\xbd\x68\x62\x74\xcc\x09\x39\x90\ \x35\x28\x6b\x4e\xab\x6d\xf7\xda\xb2\xa0\x2a\x12\x99\x64\x52\xc1\ \x64\xef\xf4\xb4\xa9\x5b\xe5\x95\x35\x85\x48\x00\x40\x1a\x87\x61\ \x1c\xbb\xbe\x1d\x72\xe4\xb8\x9e\xaa\xa8\xd9\x54\xba\x5c\x2e\x67\ \x53\xc9\x5c\x26\x45\x03\x9f\x7a\x81\xf0\xed\x91\xa4\x9b\x54\xda\ \x2c\xb4\x92\xa6\xe4\x79\x2d\xa2\x98\x02\xe2\x30\x88\x58\x1c\x63\ \x00\x43\xdf\xe5\xb2\x54\xab\x55\x57\x96\x96\x0e\x1e\x3e\x6c\x49\ \x2a\xa2\xa0\xd9\x68\x39\xae\xbb\xb8\xb9\x71\xfa\xda\xb5\xf7\x7c\ \xe0\x43\x37\xd0\x80\x01\x01\xe0\x9c\x97\xd6\x56\x54\x2d\x8c\x84\ \xd3\xac\x77\xfd\xde\x19\xcc\x41\xbf\xbf\x65\xa5\xa0\x95\x2d\x8c\ \x4e\xde\x32\x77\xe0\xb0\x0a\xe2\xd7\xbe\xfa\x67\xad\xed\x72\xa5\ \x54\x92\x64\x99\x02\x28\x9b\x89\xb6\x1b\xfa\x9e\x4b\xe3\x28\xa1\ \x9b\x04\x61\x05\x6b\x93\xe3\x63\x0b\x0b\x8b\x82\xc7\x18\x4a\x00\ \x08\x0c\x21\xc1\x08\x4b\x28\x86\x48\x28\x84\x01\x2e\xc2\xe8\xfe\ \xdb\xef\x3c\x31\xb7\x57\x83\xd2\x5c\x3a\xbf\x39\x7f\xfd\x43\x0f\ \x3d\x72\x72\xd7\xd4\x92\xaa\xa5\x32\xa9\x84\xa1\x47\x91\x1f\x21\ \x2c\x00\x0d\xfc\x40\x25\x8a\xa2\x28\xbb\xc6\x47\x07\xb2\x19\x4a\ \x23\x59\x82\xae\xd3\x67\x2c\x42\x50\xc4\x71\xa0\x69\xb2\x61\x68\ \x41\x80\x64\x4d\xf2\x7d\x2f\x9d\xc9\x00\x21\x7a\x8e\x0b\x00\xc2\ \x98\x00\x08\x01\x80\x10\x01\x88\x40\x18\xf9\x71\xe4\x01\x55\x13\ \x02\x06\x51\x84\x30\x11\x2c\xa4\x08\x4a\x88\xf9\x5c\x78\x01\x05\ \x44\xe6\x00\x50\xce\x09\x16\x18\x71\x08\x62\x24\xb8\xa2\xaa\x18\ \xa3\x38\xf2\x02\x0a\x30\x21\x8a\x2c\x6b\x32\x32\x34\x25\x90\x25\ \x1a\xc7\x98\x60\x24\xb0\x24\x29\xe0\x46\x9b\x5e\x20\x04\x21\x20\ \xdd\x08\xeb\xa9\xe1\xa9\xc9\x01\xe6\x54\x42\xbf\x2c\x43\xe7\xd8\ \x6d\x27\xe2\x50\x5c\x7b\xfb\x4d\x2b\xb1\xa6\xe4\x72\xbb\x67\x26\ \x1f\x7d\xf8\x01\xa1\x26\x2f\x2f\xad\x3f\xf5\xfc\xcb\x00\x50\x8c\ \x64\x8c\x91\xaa\xe8\x09\x23\x18\xcc\x68\x83\x59\xbc\xb4\x50\x51\ \x09\x8e\x19\x16\x40\x02\x10\x0b\x48\x25\x02\x65\x09\x2a\x92\x24\ \xc9\x72\x14\x85\x9c\x0b\xcf\xf3\x24\x49\x72\x6c\x3b\x93\xc9\x6c\ \x6c\xf4\xd6\xd6\xd6\x6e\xb9\xe5\x68\x22\x99\x0d\x63\xa6\x49\x0a\ \xa6\x0c\x06\xbe\x81\x71\xd6\x30\x89\x40\x08\x61\xdd\xd2\xd7\x37\ \x4a\x57\x57\xd6\x23\x48\x1c\x4a\x0d\x23\xc9\x10\x80\x92\x48\xea\ \x9a\xef\x45\x43\x83\x56\xbd\x11\xf6\x7c\x0e\x11\x86\x40\x40\x84\ \x09\x91\x64\x59\x97\x24\x22\xcb\x32\x00\x82\x31\xe6\x7a\x21\x44\ \xb8\x6f\xdb\x9e\xe7\x85\x61\x24\xb8\xf0\x3c\x2f\x8e\xe3\xf2\x76\ \xd9\xd6\x55\x16\xc7\xd9\xb4\x87\x48\xdf\xf3\xdb\x92\x44\x59\x84\ \x54\x25\x65\x68\x03\x8a\x9a\x6e\xb4\xba\x0c\xf0\x00\xc6\x35\xaf\ \xdb\xeb\x77\xba\x51\xd0\x0d\x5c\xa0\xc8\x31\x67\x0a\x44\x50\x00\ \x04\x80\x8c\xf1\xbb\x28\x53\x0f\x18\x17\x7a\x6a\x70\x20\x57\x00\ \x99\xe4\xa8\xca\x17\x2b\x4d\x9e\x41\xff\x39\x31\xc2\x19\x00\x80\ \x10\xc2\xed\xae\xe3\x03\xa0\x01\x2e\x00\x10\x9c\x31\x00\x18\x05\ \x00\x42\xac\x0c\x4f\x0e\x2e\x9f\x3d\xdf\xf9\xc8\x89\x34\xa7\x94\ \x0b\xd6\xaf\x7e\xed\xcb\xa7\x0e\xff\xc4\xef\xfd\xc0\xad\xf4\x57\ \xfe\xf1\xcf\xf9\x6e\x3c\xfb\x9e\x87\xa4\x5f\xfa\xfc\xa7\x3e\x8b\ \x26\x4f\x7c\x5f\xe6\x26\xec\xdc\xc4\xd1\x1b\x5d\x56\xa0\xef\x86\ \x8c\x91\xe1\xd1\xd1\x8f\x7e\xe7\x77\xde\x77\xdf\xbd\x85\xc1\xe1\ \xe6\xc6\x7a\x69\x63\xdd\x6f\x97\x0d\x12\x40\x1e\x1a\xc5\x41\x63\ \x60\x74\x68\x72\x9f\x2c\x53\x20\x80\x10\x02\x02\xc0\x04\x13\x80\ \x08\x08\x21\x86\x91\xeb\xab\xaa\xec\xd9\x8d\x46\xad\x14\xfa\x41\ \xbd\xdb\x79\xec\xc3\x1f\x4a\xa7\x92\xdf\x7c\xe1\xc5\xd9\xe9\xd9\ \xb7\x2e\x2e\x86\x61\x8c\x08\x12\x08\x30\xce\x00\xe0\x08\x13\x00\ \x05\xa5\x51\x18\x06\x6d\xbb\x4f\x74\x5d\xd7\xb5\x47\x1f\xf9\xf0\ \xfb\x1e\x7c\x30\x8a\x5c\xd7\xee\x3a\x5e\xc7\x34\x8c\xe1\xc2\x10\ \x8d\x51\xfd\xb5\xb3\xeb\xa5\xf2\xa1\x3d\x93\x73\xbb\xe7\x76\xcd\ \xec\xda\xaa\x36\xb4\x64\xb2\xde\xe9\xa7\xb3\x19\x84\x85\xdf\xeb\ \x52\xea\xc5\x34\x82\x9c\x47\x9e\x07\x15\x4d\x25\x84\x00\xe4\x78\ \xbe\x1f\x87\x11\xa7\x02\x00\x24\x61\x55\x56\x52\x56\x4a\x22\x52\ \x18\x85\x5c\xf0\x03\x7b\xf6\x95\xb7\x37\x43\x35\x9c\xd9\x3d\x67\ \x6a\x04\xd3\xb6\x25\x99\xb1\xdf\x0d\x22\x4f\x40\x83\x43\xe0\xf8\ \xae\x00\x91\x22\x4b\xae\x6b\x13\x2a\x73\x46\xb7\x37\x37\x0f\x1e\ \x3a\xbc\x7b\x6a\x57\xdf\xb6\x9b\xb5\x46\xc7\x73\x5f\x3d\x7d\x26\ \x92\x24\x44\xc8\x0d\x14\xeb\xee\x7c\x22\x8e\xa8\x80\x71\xb5\x51\ \x5f\x5e\x5c\x01\x21\xd1\x10\xd0\xd5\xf0\xf0\x6d\xb7\x0c\x0c\x8d\ \xb8\x31\x72\x7a\x0d\xaf\xdb\xb6\x70\x2c\x92\x52\xec\xea\xbd\x9e\ \x5b\xad\x34\xb4\x4c\x86\x29\x2a\x86\x22\xf6\x43\x39\x05\x3d\xaf\ \x9d\xcf\x1a\xa6\x06\x79\x18\xa8\xb2\x12\x31\x88\x90\xc0\x3b\x4e\ \x0e\x26\x48\x96\x29\x04\x10\x23\x5d\xd2\x0a\xa9\xb4\x4c\x69\x77\ \xb3\x64\x04\xb4\x48\x14\x77\x75\x13\xe6\xf3\x27\x0f\x1e\xa2\x80\ \x89\x20\xd4\x54\x09\x72\xc6\x68\xc4\x29\x47\x48\x12\x61\x98\x4b\ \x24\x52\xa9\x44\xa5\x5a\x69\xb6\xea\x10\x0a\x8c\x11\xe3\x54\x55\ \x55\x49\x22\x61\x18\x42\x28\x08\xc6\x84\x10\x84\x50\xe0\x47\x12\ \x91\x22\xca\x28\x63\x00\x00\x22\xcb\xaa\xaa\xca\x12\x01\x3c\x10\ \x9c\xb2\x98\x72\x80\x18\xe7\x44\x92\x04\xe7\x8c\x03\x02\x09\x44\ \x02\x63\x89\x45\x31\x44\x90\x20\x02\x04\x47\x50\x40\x28\x10\x80\ \x90\x53\x88\x84\x4c\x10\x80\x28\x8a\xa2\x18\xb0\xd0\x93\x93\xf9\ \x82\xaa\x48\x4e\x1c\x09\xce\x01\x44\x10\xa2\x1b\x2f\x76\x11\x42\ \x20\x29\x02\xca\xdc\xfe\xc3\x1f\x78\xec\x41\xe6\x96\x09\xe8\x94\ \x2f\xbf\xb6\xb6\xb2\xe4\xf4\x43\x4b\x4d\x6b\x5c\x4a\x65\xb2\xe3\ \x73\xd3\xfb\x8f\x1e\x61\xc4\xcc\xbe\xf2\xf6\x6b\xaf\xbd\x0e\x04\ \x92\x55\x03\x02\x4a\x00\x7a\xef\x3d\x27\x7f\xf4\x87\xee\x11\x30\ \xf9\xc6\x9b\x17\x90\x60\x82\x01\x01\x11\xe2\x50\x30\x0e\x88\x40\ \x08\x02\x08\x3c\xcf\x07\x02\x59\x66\x52\xd3\x35\xdf\xf7\x7a\xbd\ \x9e\x2c\xc9\x51\x18\xf5\xfb\xbd\x98\x52\x1a\x53\x02\x71\xe0\xf9\ \xf5\x52\x09\xc7\x71\xce\xb2\x8e\x1e\x3c\x5c\xaf\xd5\x46\x46\x47\ \x21\x94\x63\x24\x55\x7a\x2e\xd4\xad\xbe\xd3\xd7\x92\xd8\x0e\x5c\ \x49\x55\x62\xea\xe9\x2a\xdc\x58\xbf\x06\xb1\x0c\xa0\x85\x20\xe4\ \x9c\x47\x71\x24\x84\x90\x15\x65\x07\x4e\xc2\x30\x84\x00\x68\x8a\ \xd4\x6c\xb6\x27\xa7\x67\xf7\xed\xdd\x5f\xae\x56\xa3\x30\x04\x9c\ \x53\x1a\x73\x41\x25\x45\x82\x88\x77\x7b\x75\xd7\x2d\x25\x92\x8c\ \x33\xa6\xca\x09\x4e\x89\x69\x66\x10\x56\x42\xca\xea\xad\xa6\xa9\ \x0a\x8e\x95\xb6\xdd\x6a\x46\xae\xcd\x42\x1f\x44\x1c\x42\x26\x00\ \xe5\x02\x02\x88\xdf\xcd\x69\x2f\x00\xe8\x2a\xba\xf4\xdc\xa7\x7e\ \xa9\xf3\x82\x5d\xdb\x6e\x2b\x33\x3f\xfe\xc1\x13\xe0\xf2\xcb\x7e\ \x64\x00\x20\xe2\x30\xa4\x5c\x00\x00\x8c\xa1\xfd\x27\x87\x3f\xfb\ \xff\xfd\xb9\x9f\x9c\x3d\xfa\xbe\xef\x3c\x41\x78\xbc\xb3\x59\x44\ \x61\xe0\xc6\x68\xdf\x03\x3f\x7c\xe2\xd4\xaf\xfc\xdc\xcf\xae\xe4\ \x70\xb7\x0e\x0b\xc9\x6c\xfe\xee\xbb\x26\xff\xe4\x33\xff\xba\xfe\ \xa2\x74\xa1\x1c\xee\x53\x20\xcc\x9d\x78\x60\xf6\xb3\xbf\xf0\xf9\ \xee\xaf\xfd\x7f\xf6\xdf\x44\x9d\x9b\x38\x7a\xc3\x75\x46\x42\x4b\ \x2a\x6a\x88\x4f\xdc\x7b\x47\xb6\x30\x48\x10\x16\x34\xf2\xed\x36\ \x11\xfe\xae\xc9\x01\x43\xc3\x8a\x26\xc1\xc0\x96\xe2\xa6\xd6\x5f\ \xa4\xde\x5a\x88\xa5\xa0\xef\x41\x39\x11\x00\x2b\x3f\xb4\x47\x60\ \x09\x0a\x2e\x23\xbe\xb1\xb8\xd1\xe8\x9c\xab\x94\x57\x79\x30\xd6\ \xe9\xa3\xf1\xfd\xb9\xdd\x77\x9e\xfc\xdc\x37\xbe\xca\xae\xaf\xb5\ \xbb\x3d\x06\x29\x21\x5a\x4c\x63\x4e\x23\x49\x96\x31\x02\x08\x42\ \x84\x89\x99\xc9\xf7\xfc\x18\x12\xa3\x63\x7b\x44\x51\x12\xa9\x74\ \x3a\x35\xb6\xb9\xb1\x66\x45\x09\x82\xb9\xe7\xf6\x39\xf3\x3b\xf5\ \x05\x16\xd8\xc3\xc5\x43\xbb\x77\x3d\xea\x3a\xbe\x79\xfe\x7c\x14\ \x78\xd4\xe9\x6a\x9a\x96\xd1\x74\x97\x51\x11\x2b\x11\x65\x2c\x62\ \x95\x56\x47\x4f\xa6\xcd\x6c\x26\x8c\xa9\xeb\xb8\xaa\xa2\x6b\xaa\ \x82\x0c\x86\x65\xa2\x42\x35\x69\xa5\xdc\x38\xea\xf5\xdb\x5a\xbf\ \x3f\x55\x18\x6c\x12\x53\x19\x4a\xf3\x99\x93\xaf\x55\x32\xec\xfa\ \xf9\x82\x86\x37\xb7\xbc\x46\x97\x59\xb9\xa4\xd3\x0f\x62\x14\x52\ \x1c\x48\x48\x48\x5c\x8a\xdc\x28\x0c\x68\xdb\x75\x68\xec\x0f\x0d\ \x17\xa5\x1a\xb2\x64\xf5\xd2\x85\x79\xcf\x0e\x11\xd2\x29\x17\x37\ \xd2\xf5\x22\x04\x26\xe4\x03\x7f\xf7\xa7\xb0\x0a\x29\xf5\xc2\xd0\ \x93\x85\x88\x02\xfb\xda\x5b\x2f\x6f\xac\x5c\xdb\x6c\xac\x89\x18\ \x0e\xad\x54\x86\x0a\x03\xe9\xfd\x43\xbb\x0e\xcc\xb6\xed\x43\xde\ \x66\xf4\x47\x7f\xf8\xc7\xd7\x5b\x2b\x89\xd1\xec\xf4\xcc\xf8\x50\ \x25\x68\xf7\xda\x1f\x7b\xec\xd6\xf7\x3f\xbc\x77\xf5\xfa\xea\xc5\ \x53\x51\x2f\x4a\x30\x48\x22\xd0\x13\x90\x42\x61\xc1\x58\x55\x65\ \x25\xf4\x22\x0f\x13\x4e\x98\xc7\xc3\x6a\xb7\xd6\xed\xf6\x27\xc6\ \x07\x65\x05\xe5\xf3\x39\xc1\x22\x0e\x25\x45\x56\x38\x63\x2c\x64\ \x99\x44\x86\x71\xe6\x83\x00\x08\x01\x30\xc0\x10\x47\x41\x78\xe1\ \xed\xf3\xbd\xb6\x4d\xb0\x12\x23\xc8\x01\xa0\x14\xba\x4e\x68\x68\ \xea\xce\x37\xc6\x88\x04\x7e\x08\x21\x62\x8c\x23\x88\x80\x80\x02\ \x0a\xc1\x81\x60\x80\x01\x96\xd6\x12\x66\x51\x5b\x2f\x6d\x21\x49\ \x61\x34\xe0\x3c\x94\xb0\x04\x20\x74\x7d\x1f\x01\x11\x46\x11\x12\ \x10\x70\x84\x00\x60\x9c\x21\x20\x33\xce\x39\x03\x98\x10\xc8\x30\ \x21\xc4\xd2\xd5\x90\x44\x42\x08\x59\x56\x11\x26\x10\x12\x00\xb1\ \xe7\x85\x10\xc1\x6c\x2e\x37\x30\x30\xc0\x19\xbb\x31\xcf\x91\x44\ \x81\x12\xf6\x2f\x9d\x7a\x69\x18\x37\xd5\xb8\x55\x4c\xcb\xc9\x9c\ \x3e\x39\x30\x08\x8a\x52\xab\x6b\xf7\x3a\x35\x7c\x09\xcc\xdc\x67\ \xb9\x6e\x63\x65\x69\x7b\x97\x35\x74\x78\x2c\xf3\xf6\xb2\xc3\x50\ \x1e\xa1\xad\x44\x28\x4f\x67\xb2\x32\x76\xd7\xd6\x2b\x40\xf8\x5c\ \x44\x8a\xae\x06\x21\x0e\x42\x0a\x00\x12\x9c\xc7\x31\x65\x9c\x06\ \x91\x2d\xc9\x1a\x03\x54\x57\xe4\x6e\xbb\x79\xf2\xd6\x5b\xfb\xbd\ \xd6\x85\x33\xa7\x2c\xc5\x00\x21\x0b\x3c\xcf\x34\x8c\x7e\xa7\x3b\ \x54\x1c\x28\xe4\xb3\x86\x49\x4e\xde\x72\x80\x0b\xda\xef\x95\x53\ \xc9\x8c\xdb\x6d\x10\xc1\xc3\x20\x46\x92\xea\x45\x2c\x95\x4a\xf9\ \x51\x10\xfa\xbe\x9a\xd0\xf3\xc5\x49\x2f\x0c\xbd\x46\x1f\x10\x06\ \x01\x80\x10\x22\xc1\x38\x8d\x38\x92\x2c\xd3\x00\x80\x3b\x7d\x07\ \x32\x66\xf7\x9c\xc8\xf7\x4c\x4d\x02\xd4\xed\xf7\x5a\x99\xac\xd9\ \x6c\xc5\x58\x05\x6a\x42\xe3\x48\x00\xc1\x35\x23\xa1\x6a\x78\x75\ \x65\x39\xa6\x4a\xb7\xdf\x1b\x46\x91\x6e\x22\x9f\x33\x99\x90\x56\ \xcf\xed\xd0\xfe\x56\x65\x93\x73\xce\x11\x35\xa2\x98\x41\x20\x49\ \x80\x41\x81\x90\x8c\xb0\xf4\x6e\x2e\x82\xc7\xbe\xf7\x67\x7e\xe5\ \xbe\x8a\x1f\x71\xa2\x26\xc6\xa6\xa6\xd3\x1a\x0a\xf4\x1f\xf8\xc5\ \xfd\x92\x4c\x92\x3f\xf4\x8b\xff\x4a\xcb\x27\x01\x00\x40\x2f\xfe\ \xc0\x2f\xfc\xbb\xdb\x97\x37\x85\x39\x34\x34\x6c\xfd\xfc\xbf\x3a\ \x90\x37\x01\x40\x83\x3f\xf6\xcf\x7f\x5e\xcb\x63\xa0\x4d\xfd\xf8\ \xbf\xfe\x77\x4b\x8b\x2b\x76\x84\x7f\xb8\x38\x3c\x9a\xd4\xf6\xfe\ \xe8\x3f\x1b\xbd\xb6\xdc\xf6\xf8\x07\x3e\x9e\x9f\x98\x50\x01\x00\ \x03\x03\x13\x27\x1f\x18\xda\x91\xc2\xbf\x69\x37\x71\xf4\x86\x32\ \x10\x61\x34\x33\xbb\xeb\xe4\xed\x47\x4d\xb3\x10\x0b\x00\x00\x47\ \x22\x54\x25\x6a\x77\xab\xdb\x2b\x95\x4c\x26\x65\x9a\x66\x6b\xe3\ \x7a\x68\x37\x31\xe6\x5e\xd8\xd7\x13\x16\x50\x8c\x5d\x07\x6e\x1f\ \xdd\x7f\x07\xa6\x1e\x24\x1a\xe0\xac\xb2\x7e\x7d\xf9\xca\x9a\x0f\ \xe7\x6d\xbb\xe1\xf7\x8d\x80\xea\xab\x5b\x0d\x01\xed\xf5\xd2\x92\ \x35\xa6\x41\x24\x82\x38\xc4\x04\x73\xce\x20\xe4\x08\x8a\x9d\xf6\ \x00\x08\x25\xc3\x4c\x68\xa6\xd3\xe8\xdb\x99\x4c\xfe\xda\xc2\xe2\ \x33\xea\x73\xfb\xf6\xee\x4e\x26\x0c\x45\x52\x21\x8c\x13\xa6\x11\ \x05\xfd\x7d\x7b\x26\x01\x04\x49\x4b\x26\x84\xf8\x08\x26\x13\x89\ \xed\xad\xed\xc8\xb1\x89\xe0\xaa\xaa\x48\x09\x33\x0a\x85\xeb\xf6\ \x05\xe1\xb5\x66\x63\xcf\xfe\x7d\xf7\x3d\xf8\xc0\xb3\xcf\xbf\x00\ \x15\x15\x62\x05\x20\x55\x22\x1c\x4b\x50\x47\x6a\xe8\x85\x3d\xaf\ \xef\xc5\x81\xe3\x61\xbb\xef\x0a\xac\x0f\xec\x3e\xa0\xef\xbd\xed\ \xed\xae\x33\xa1\x90\xd6\xfa\x85\xd7\xce\x2c\x00\x25\x21\xb0\x12\ \x07\x3d\xc4\x23\x88\x19\x10\x00\x0b\x0c\x00\x0c\xe3\xc8\x0b\x43\ \x2a\x58\x2a\x9f\x69\x37\x9b\xa5\x8d\xd2\xda\xca\xba\xdd\x0b\xc2\ \x58\x40\x08\x6f\x2c\xc6\xc8\x39\x7f\xfd\xd5\x97\x20\x88\x13\x96\ \xaa\x6b\x18\x83\x48\x41\x7c\x6a\x6a\x44\xe6\x01\x61\xb4\xb2\xb1\ \xc6\x9c\x7a\x83\x76\x13\x27\x52\xa1\x57\x5a\x7d\x7b\xcb\x22\x43\ \xaa\x15\xad\x5f\x5b\x1b\x2f\x24\xc6\x26\xa7\x1c\x51\xb1\xed\x4e\ \x2e\x67\x30\x5a\xeb\x77\xd7\x91\xe0\x90\x2b\x80\xc0\x58\x44\x02\ \x84\x92\x30\x05\xc7\x71\x48\x85\xa0\x54\x17\x3e\x88\x3c\x1a\x2a\ \x96\x36\x9e\xcf\xb0\x98\xee\xda\x35\x15\x47\x54\x22\x04\x13\x02\ \x21\x04\x10\xca\x44\x01\x1c\xd1\x30\xb2\xfb\xb6\xef\xfb\x89\x44\ \x22\x9f\xcf\x47\x51\xdc\x6a\xb6\x20\x80\x8c\x71\x21\x90\x6e\x26\ \x30\x44\x80\x31\x4e\x85\x00\x1c\x70\xce\x39\x1f\x1a\x1a\x86\x10\ \x2e\xaf\xac\xca\xb2\xc2\x99\xe0\x50\x40\x00\x21\x44\x12\xc2\xa6\ \x2a\x23\x03\x96\x4a\xdb\x7e\xe0\x1b\x86\x16\x06\x1e\xd6\x54\x23\ \x95\xd1\x72\xe9\x76\xa3\xc9\x39\x50\x25\x99\x73\x2e\x84\x00\x02\ \x03\x88\x14\x99\x20\x84\x08\x21\x8c\x31\xc8\xa1\x8a\x89\xa1\x4b\ \x18\x13\x5d\x37\xe3\x98\x71\x01\x62\xca\x14\x45\x61\x8c\x41\x00\ \xac\x44\x82\xdf\x30\x27\x15\x40\x91\xf0\xa5\xcb\xe7\xfd\xc6\xf5\ \xac\x12\xec\x1d\xcf\x0b\xee\x6b\x86\x22\xe9\x7a\xa6\x50\xcc\x17\ \xf3\xe3\xb9\x69\xcf\xae\x77\xe5\xa8\x30\x36\x66\xc4\xf9\x0f\x3e\ \xfc\xfe\xca\x57\x5f\x59\x6c\x45\xb2\x02\xa2\x48\xbe\x72\x75\xe5\ \xe1\x8f\xef\x96\x25\x55\x92\x65\xc6\x9d\xc8\x77\x01\x34\x39\xa7\ \x08\x01\x00\x90\x10\x82\x52\xa6\xe9\x5a\x14\x47\x7e\x10\x24\x93\ \xd6\xc6\xfa\xda\xfb\x1f\x7a\x70\x66\x7a\x2a\x93\x4c\xb2\x28\x7a\ \xa7\x7a\xd6\xee\xd3\x38\x9e\x9d\x9d\x05\x80\x45\xb1\xdf\xeb\xb7\ \x11\x82\x08\x59\xed\x76\xf8\xca\x0b\xcf\x22\x46\x65\x89\x44\x51\ \x2c\xcb\x2a\xc6\x08\x03\x28\x63\x12\x05\x2c\x32\x60\x18\x0a\x59\ \x96\x38\xe7\x8c\x51\x84\x30\x17\x08\x42\x20\x11\x32\x36\x36\x76\ \xed\xda\x35\x4a\x63\x95\x48\x2c\xa6\x1b\x1b\xeb\x6f\xbe\xfe\x9a\ \x6a\x28\x96\xa5\xe5\x06\x32\x7d\x3b\x7f\xe6\x5c\xe4\x87\x81\x69\ \xea\xa1\x17\xc5\x61\xe8\x47\x7c\xbb\xd2\xb1\xac\x6c\x22\x99\x71\ \x5c\x3b\x8e\x03\x42\x48\xab\xd1\x1c\x1e\x2e\x16\x47\xc7\xb7\x2b\ \xd5\x66\xbd\x1a\xc4\x21\x16\x1c\x70\x01\x09\x17\x08\x45\x9c\x4b\ \x92\x0a\xe1\xbb\x87\x37\x6a\x7a\x70\x6f\x7a\xf0\xbf\xd8\x92\x18\ \x1c\x4b\x00\x00\xc0\xe0\xd8\xf8\xb7\x36\xca\x66\x61\xff\x91\xc2\ \xce\xcf\xa3\xe3\xd6\xce\xb6\xa1\xb1\x77\x8a\x86\xa0\x9c\x9c\x3b\ \x70\xf4\x3f\x1f\x02\x19\xd3\xfb\x0e\x4f\x03\x00\x00\xe8\x2e\xbd\ \xf9\x9f\x3e\xf7\xa5\x45\x2f\xfd\xbd\x3f\xf9\xb0\x7a\x13\x73\x6e\ \xe2\xe8\xff\x44\x7e\x54\xc8\x44\x4e\x98\x49\x21\x62\x09\x42\x4e\ \x03\x40\x58\x3a\x6b\xec\x9a\x1a\x29\x13\xa6\x9b\x09\xc6\x60\xb9\ \x4f\x3d\x17\xc8\x22\x0a\x1c\xef\xd6\x99\xbd\xb3\x87\x0e\xc7\x58\ \x0b\x1a\x9b\xbd\x46\x67\x68\xff\x6d\x8d\x4a\xb5\x56\xd9\x36\x75\ \x4a\xbd\x38\x70\x6d\x49\x8a\xab\xcd\x7a\x64\x0f\xb8\x6e\x3d\xad\ \x83\xa4\x19\xaf\x97\x6d\x89\xc8\x3b\x31\x64\x59\x56\x24\x49\xc2\ \x18\x13\x42\x28\x8d\x83\x20\xd0\x35\x4d\x74\x7b\xa1\xef\x35\xeb\ \x35\x88\x04\xc1\x10\x23\x48\x30\x09\x7c\x4f\x92\x70\x22\x91\xba\ \xfd\xf6\x3b\x28\x67\xae\x13\xa8\xaa\x11\x47\xbc\xdb\xed\x86\x51\ \x14\x53\xea\x38\x2e\xe3\x0c\x63\x28\xcb\x3a\xc1\x49\x46\x43\xc0\ \x19\x02\x60\xd7\xf4\xae\xc7\x9f\x7c\x0a\x02\x20\x49\x84\x48\xc4\ \x17\x71\x14\x52\x97\x3a\x51\x10\x75\xbd\x8e\x62\x28\x84\xa0\xb6\ \xe3\x86\x92\x56\x69\xf6\x7b\x17\x17\x7b\xed\xee\x83\xc5\xa4\x41\ \x45\x25\x08\x94\x54\xde\x0f\x3c\x11\x86\x30\x88\x55\x0c\x35\x4e\ \x30\x47\x00\xc3\x98\x71\xc1\x79\x4c\x59\x2a\x93\x49\xa4\x52\xaf\ \x5f\x39\xb3\xbc\xbe\xee\x51\xde\x68\xf7\xc2\x30\xbe\x81\x81\x8c\ \x10\x42\xca\xe8\xe9\x17\xbe\x2a\x63\xde\x6d\x77\x64\x19\x60\x10\ \x58\x2a\xde\x35\x3a\x4c\xdd\xbe\x86\x78\xde\x34\xe5\x5c\xc1\x57\ \xf5\x6a\xb9\x44\x2b\x95\x62\x21\x1b\xda\x9b\xbb\xe6\xc8\x5b\x25\ \x99\xc5\x7a\x24\x08\xd4\x69\x0c\xe8\xc5\x4b\xcb\xc7\x4f\xdc\x1d\ \x45\xaa\xe7\x52\x00\x01\x84\x40\x70\xc0\x21\x04\x50\x20\x24\x84\ \x60\x9c\x73\x46\x19\x46\xa0\x51\x6f\x34\x1a\xed\x89\xf1\xb1\xae\ \xdd\x35\x35\xd3\x30\x0d\x8c\x91\x44\x30\xf8\x8b\xc9\xc7\xbe\xef\ \x31\xc6\x0c\xc3\xe0\x9c\xfb\xbe\xd7\xe9\x74\xab\x95\x7a\xb9\x5c\ \x66\x8c\x52\xca\x20\x44\x9c\xf3\x3d\x7b\x76\xdb\xdd\x6e\xb3\x5e\ \xe7\x9c\x13\x89\xa8\xb2\x54\xa9\x54\x20\x84\x8a\xa2\x88\x9d\xb4\ \x28\x00\x10\x42\x00\x44\x4c\x29\x51\xcc\xdb\x4e\xde\xa2\x27\xac\ \xd7\xde\x7a\x53\x00\x81\x20\x04\x00\xaa\x9a\x36\x50\x28\xf8\x9e\ \x07\x20\x88\xa3\x58\x00\x81\x10\x42\x08\x61\x8c\x25\x49\x52\x55\ \x95\x31\x46\x29\x15\x42\x70\xce\x65\x59\x96\x24\x22\x84\xf0\x3c\ \xcf\x75\x5d\x5d\xd3\x76\xfe\x94\x48\x24\xf0\x8d\x4f\xc1\x14\x31\ \x92\x84\x91\x1d\xdf\x7b\xf0\xe4\xe1\x5d\x19\xd9\x1b\xcf\xeb\x8f\ \x7f\xe9\x73\x43\x43\x85\x7d\xd3\x73\x85\xa1\x91\x18\xc9\x4d\x5d\ \xd5\x87\x0b\xdc\x6f\x0f\x65\xa6\x9d\x55\xea\xf6\x70\x3a\x65\x24\ \x44\xb9\xe3\x72\xa8\xc2\xb7\x16\x56\xbe\xf8\x85\x97\xb1\x94\x2c\ \x95\xda\x8e\xeb\x99\xa9\x9c\x17\x04\x00\x02\x88\x00\x84\x90\x60\ \x09\x11\x25\x0c\x43\xc3\x30\x00\x00\x98\xa0\xd5\xd5\xeb\x5c\xf0\ \x7c\x3e\x37\x3a\x3a\xa2\x2a\xb2\xac\x48\x14\x28\x81\xef\x73\xc1\ \x2d\xcb\xf4\x7d\x8f\xd2\x28\x99\x4c\xb9\xae\x13\x04\x81\x24\xc9\ \xad\x56\xcb\xf7\xfd\x38\x8e\x65\x59\x4a\x24\x12\x10\xc2\x9d\xf7\ \x25\x8e\xe3\x30\x0c\x77\x92\xa0\x84\x10\x8c\xdf\xd1\x53\x8f\xa2\ \x88\x10\xb2\x7f\xff\x7e\xdd\x30\x5e\x7c\xe1\x9b\x8a\xa2\xa8\x8a\ \xea\xb9\xfe\xd2\xd2\xca\xc4\xd4\x28\x91\x89\xa6\x1b\x85\x42\x31\ \x99\xc8\x78\x7e\xd4\xe9\x3a\x84\xd1\x6a\xad\xa6\xeb\x52\x26\x9b\ \xaf\x56\x3a\x03\x85\x8c\x65\xa6\x05\x87\x4e\xdf\x6e\xd4\xea\xf9\ \x54\xca\x94\x55\xc8\x44\xbb\xdd\x09\x81\xc0\xb2\x24\x00\xa0\x10\ \x43\x40\x62\x3f\xca\x58\x19\x84\xff\xf7\xe1\x6d\xda\xc0\xd4\x7d\ \x1f\xfa\xee\x0f\x8d\xcd\x8d\x65\xf5\x9b\x90\xf3\xb7\xc8\x20\xc2\ \x8a\x22\xff\x57\xf4\x85\xd3\x38\x8c\xe3\xff\x8a\xd5\xbc\x4b\x38\ \x2a\x2b\xf2\xea\xf2\x4a\xd4\xef\x15\x47\x87\x29\xa0\x9a\x02\x42\ \xbb\xae\xe8\x60\x72\xef\xf4\xe4\xe1\x03\x00\x6a\x00\xab\xc7\x1f\ \xf9\x30\xf3\xfa\x9d\x56\x99\xd6\x37\x3a\x6b\x0b\xd5\x2b\x57\x6b\ \xcd\x66\x7e\x64\x2a\x37\xb9\x27\x6e\x2e\x24\x13\x09\x73\xcf\xe4\ \x8b\xcf\x3d\xe1\x07\x3d\x4d\x4a\x04\x2c\xd4\x4c\x3c\x31\x3c\xda\ \x6d\x57\x7f\xeb\xb7\x7e\xe6\xd9\x2f\x9f\x3d\x77\xad\x4e\x88\xce\ \x39\x67\x7f\xd1\xf3\x87\x31\xc6\x18\x23\x84\x38\xe7\x89\x84\x85\ \xab\x35\xd7\xb1\x3b\xed\x86\x22\xa1\x91\x91\x62\xaf\xdb\xc6\x18\ \x1b\x86\x4e\x69\x60\x98\x96\xeb\x3b\xaa\x2c\x31\x0a\x64\x59\x56\ \x14\x39\x8e\x22\xdf\xf3\x29\xa5\x51\x14\xc5\x34\x02\x80\x27\x2c\ \x68\xea\x3a\x10\x8c\x10\xb2\xbe\xb1\xb1\x5d\xa9\x04\x41\x30\x30\ \x30\xe0\x7a\x41\x18\x45\x5e\x14\x84\x71\x00\x91\x6a\x68\x0a\x72\ \x62\xcf\xf6\x40\x3a\x55\xef\xf4\x49\x3e\xbb\x6d\xf3\xae\x03\x03\ \x25\xf7\xec\xca\xe6\x68\xb7\x1d\x9b\x49\x21\x29\x71\x3f\x02\x31\ \x25\x94\x11\x21\x4b\x82\x00\x06\x80\x04\x09\x21\x9a\xa1\x51\xc1\ \x23\x4a\x4f\x9d\x3e\x37\xbf\xbc\xec\xf8\x21\x31\x13\x9a\xc9\x11\ \xc6\x37\xd4\x99\x0e\x21\x00\x51\xe0\xc7\x22\xd2\x34\xdd\x75\xed\ \xa4\x49\x46\x47\x46\xea\xf5\xe6\xf6\xca\xd2\x5d\xb7\x1e\x2e\x0c\ \x0e\xd8\xc8\x92\xf3\x43\x83\x13\x85\xc8\xed\x0d\x58\xba\x48\x7a\ \x9b\x25\xac\x06\x5a\xdc\x44\x8e\xce\x88\x8c\xad\x74\xfa\xd9\xe7\ \x2f\x0c\x0c\xca\xd5\xad\x52\xdf\xa1\x14\x50\x86\x10\x47\x10\x42\ \x04\x01\xc0\x08\x62\x8c\x00\x80\x94\xc6\x9a\xa6\xd9\xb6\xb3\xbd\ \x5d\x1e\x1b\x1d\xcd\x66\xb3\x12\x92\x3c\xdf\x0f\x83\xc8\xb2\x4c\ \x59\x56\x64\x59\x46\x08\xb9\xae\x4b\x29\x35\x4d\x13\x63\xec\xfb\ \x3e\x63\xac\x5e\xaf\xb7\xdb\x6d\xce\x38\x42\x48\x08\xd8\xe9\x74\ \x8a\xc5\xa2\x8c\x71\x18\x04\x82\x53\xca\x29\x15\x22\x9d\x4e\xeb\ \xba\xbe\x5d\xad\xda\xb6\xab\xc8\x2a\x84\x00\x21\x08\x00\xa0\x8c\ \x2a\x8a\x3c\xbb\x7b\x6e\x78\x62\xac\xe7\xda\x97\xae\x5c\x91\x15\ \x05\xc5\x71\xab\xdd\x92\x08\x69\x75\x3a\x08\x63\x09\x62\xc6\xd9\ \x8e\x57\xb1\xf3\x78\x08\x21\xe2\x38\xde\xc1\xf5\x1d\xc8\xa4\x94\ \x72\xce\xc3\x30\x04\x00\x30\xc6\x00\x00\x08\x21\x08\x91\x24\x49\ \xe0\x86\xf8\x28\xa3\x2c\x3f\x3c\xba\xe7\xd8\xad\x5a\x36\x71\xe4\ \xf6\xbb\xc7\xd2\xe8\xad\x97\x1e\x9f\x9c\xdb\xbb\x7b\x6e\xca\xf5\ \xdc\x56\xab\x39\x38\xb5\x4f\x0c\xec\x76\x60\x33\x99\xd6\x85\x5f\ \x15\x5d\x61\xd9\xd6\x81\xf4\x64\xd7\xd9\xb6\x03\x4e\x0c\xea\xf7\ \xd9\xe9\xb7\x36\xa6\x67\xf7\x3a\xae\x48\xa7\xb3\x1d\xa7\x07\xb1\ \x86\x88\x84\x10\x86\x00\x61\x2c\xed\x74\x8e\x02\x00\x6c\xdb\x1e\ \x19\x2a\xee\xdb\xb3\xdb\x75\xed\xf5\x8d\xb5\x89\xc9\x31\xc3\xd2\ \xdb\x9d\x96\x66\x18\xb2\x2c\xcb\xb2\x04\x21\x08\xc3\x40\x95\x54\ \x5d\xd7\x09\x21\x18\x43\xdf\x0b\x65\x49\x7e\x47\x51\x21\x0c\x3d\ \xcf\x33\x4d\x93\x10\x02\x21\x94\x24\x29\x99\x4c\x0a\x01\x5c\x3f\ \xe0\x9c\x73\xce\x09\x21\xaa\xaa\xee\xdc\xaf\xf1\xf1\xf1\x91\xd1\ \x91\x6f\x3e\xff\x82\xe3\x38\x81\xe7\x85\x34\x38\x79\xcb\x89\x7d\ \x7b\xf7\x95\xab\xe5\x28\xa2\x94\x73\x8c\x94\x38\x8a\xc2\x80\x86\ \x51\x1c\x06\x3c\xf0\xfb\xbb\xa6\xa6\x30\xb4\x28\x25\x02\x60\xcf\ \x0d\x30\x21\xba\xaa\x89\x98\x83\x98\xab\x8a\xe2\x06\x3e\xc5\x30\ \xe4\x5c\xd1\x0c\xcf\x0e\x92\x9a\xf1\x7d\xdf\xfd\x3d\xf7\xdc\x79\ \xb7\x44\xa4\x1b\x9b\xa0\xfe\x6d\x68\x4a\x72\x60\xff\x91\x81\x9b\ \xb0\xf4\xb7\xcb\x10\xc6\x5e\xa7\xf4\xda\xe9\x2b\x1e\xc0\x44\x22\ \x88\x33\xca\xb9\xe0\x20\xbb\x6b\xff\xa1\xe9\x61\xcc\xff\x0b\xd5\ \xfa\x77\xad\x7f\x14\x37\xea\xf5\xb5\x2b\x57\xef\x7f\xe8\x7e\xc6\ \xdd\x91\x62\xa2\xb9\x36\x7f\xf9\xcc\xab\xdc\xf7\xad\x54\x41\x35\ \x0a\x48\xcb\x9a\x99\x14\x41\x0c\x86\xfd\xb1\x74\x5a\x73\x06\xda\ \xd5\xad\x42\x32\x81\x78\x14\x79\x2d\x09\xba\x2b\xab\xab\xb6\x0f\ \x14\x89\x07\x7d\x55\xd5\x73\xe5\x66\x90\x1b\x1e\xda\x7f\x64\x37\ \x0f\x62\xc1\xf1\xef\xfc\x5f\xdf\xa0\x14\x51\x11\xed\xbc\x7b\x92\ \x24\xed\x2c\x8e\x10\x42\x42\x48\x14\x45\xba\xaa\x12\x08\x7d\x1a\ \x6c\x6f\x6d\x5c\xb9\x7c\xf1\xe8\x91\x83\xa9\x94\x19\x87\x01\xc6\ \x84\xc6\x40\x33\x74\x2a\x58\xab\xd5\x8c\x23\x6e\xe8\x56\xa5\x52\ \x6d\xb5\x5a\x92\x2c\x11\x42\x3c\xcf\x63\x9c\x09\xc1\x00\xb0\x6d\ \xbb\x47\x10\x94\x31\xf2\x3c\x57\x56\xe4\x20\x08\xda\xeb\x1b\x58\ \x92\x11\x51\x62\x08\x39\x83\x08\x23\x85\x10\x1a\xfa\x81\x08\xc3\ \x30\x88\x98\x14\x32\x2c\x65\x06\xa8\x92\x11\x7a\xc2\xf7\x3c\x9b\ \x6f\xa6\x07\x46\xaa\x8d\x2e\x81\x88\x02\x0e\x80\x10\x08\x33\x4c\ \x44\xcc\x30\x67\x10\x00\x4d\x53\x31\x46\x94\xb3\xeb\x1b\xeb\x6b\ \xeb\x1b\x3e\x05\x56\x32\xe3\x39\x1e\xa5\x37\x22\x08\x20\x84\x40\ \x98\x3c\xf2\xf1\xef\x21\x48\xc8\x8a\xc4\x69\x94\xb4\xf4\xd0\xed\ \x7d\xe9\x4f\x3f\x3b\x79\xe4\x8e\x58\xb3\xea\x81\x9c\x1b\x1b\x19\ \xd8\xb5\x9f\x13\x9c\x95\x53\xd0\x6b\x89\x0e\xd1\xaa\xa9\xd9\x78\ \xb4\x6d\xf3\x6d\xa7\x3e\xb2\x6f\x08\x6c\x45\x11\x85\x0b\x0b\x55\ \x05\x6b\x44\xd1\xe3\x50\xc4\x71\x04\x64\x88\x21\x81\x08\x22\x0c\ \x30\x46\x02\xc0\x20\x08\x2c\x53\x67\x4c\x54\x2b\x55\xc3\x30\x1d\ \xc7\x6e\xb7\x2a\x44\x92\x92\xa6\x25\x04\xe0\x9c\xef\xb8\x35\xa6\ \x69\x0a\x21\x10\x42\x42\x88\x9d\xae\x99\xd1\xd1\xd1\x4c\x3a\x13\ \xb3\x96\xa0\x02\x71\x98\x48\x26\xb6\xb6\xb6\x9c\x5e\x0f\x23\x14\ \x51\x2e\x11\x29\xf0\xdc\x30\x8a\x08\x91\x10\x44\x9a\xa6\x02\x81\ \x20\x86\x18\x13\x8c\x31\xc2\xd8\x76\xfd\x6a\xbd\x31\x32\x3e\xae\ \xeb\x66\x1c\xd3\x7e\xcf\x36\x0c\x2e\x00\x1c\x1c\x44\x94\x0b\x49\ \x92\x31\x00\x61\x18\x32\xc6\x76\xce\x41\x51\x94\x9d\x2b\xb9\x53\ \xbe\xb4\x43\xb3\x84\x10\x18\x63\xce\x39\x42\x28\x8e\xe3\x9d\xe7\ \xa7\xd3\xe9\xb8\xae\x0b\x6f\xa8\x07\x03\x21\xd4\xe9\xf5\x36\xb6\ \xcb\x2a\x0a\x9f\x7c\xf6\xb9\x95\xf3\xaf\x1a\xc0\xbe\xff\x8e\x63\ \x8d\x56\x97\xd1\xa8\x52\xaf\x77\x62\x59\x6a\xa2\xdc\x68\x32\xf6\ \x1a\x1c\xe9\xa4\x0d\x0f\x22\x4b\x93\x91\xc8\x80\xb0\x8a\xed\x28\ \x88\x28\xda\xaa\x44\x73\xfb\x07\x07\x06\x77\x2d\xae\xae\xca\xb2\ \xc2\x00\x93\x08\xc6\x00\x63\x08\x21\x24\x3b\xae\x81\x6d\xdb\x3b\ \xce\xe2\x89\x5b\x4e\x58\x96\x39\x36\x36\x32\x35\x3e\x5a\x2c\x16\ \x11\x44\x82\x33\x84\x80\x2c\x29\x8c\xb3\x54\x2a\x25\x00\x83\x10\ \x2a\x8a\xaa\x69\xea\xd6\xd6\xb5\xed\xed\x72\x1c\xbf\xf3\xdd\x65\ \x59\x66\x8c\x85\x61\xb8\x13\x00\x6f\xb7\x5a\x10\x63\xd3\x34\x77\ \xbc\x8a\x9d\x8d\x3b\x54\x5e\x96\xe5\xbe\xdd\x57\x55\x85\x40\x9c\ \x4e\x26\x35\x43\x1e\x1a\x1d\xb6\x12\x89\x60\x7d\xad\x90\x4a\x1b\ \x86\xb9\x6f\xef\xbe\xab\xf3\x8b\x82\xf1\x38\x62\x12\xd1\x5c\x37\ \xac\xd4\xda\x89\x64\x36\xa9\x65\xa2\x88\x21\x1c\xdb\xed\x3e\xe2\ \x42\x84\x51\xd0\x73\xc6\x47\xc6\xdf\xba\x70\x3e\x0e\x43\x62\x1a\ \x01\x15\x00\x4a\x3f\xf8\x83\x3f\xfa\xd1\x47\x3f\x2a\x21\x02\x41\ \x47\xfc\x6f\x37\x3a\xed\xa6\xfd\x6d\xc2\x51\x08\x63\xaf\x75\xe5\ \xc2\x39\x1b\x93\xfa\xfa\x8a\x67\x14\x77\x0d\x24\x9c\xea\x7a\xef\ \x9a\x3d\xfd\x93\xdf\x99\x46\x94\xf1\x77\x1d\x47\x39\x67\xf9\x7c\ \xa1\xb4\xb8\x54\xde\xda\x02\xc0\xad\xaf\xb5\x6b\xeb\x57\x6a\xab\ \x8b\x09\x5d\x6f\x96\xeb\xd9\xe2\x6c\x3f\x28\x77\x9d\x8e\xa9\x22\ \x13\x86\xfd\x5c\x42\x78\xdd\xc1\x7c\x06\x43\xc5\xe6\x8c\x43\xd8\ \xec\x75\xf4\x94\x01\xd4\x50\xf1\xf2\x71\x1b\x76\x5d\xbd\xe7\xfb\ \x0f\xbf\xe7\x56\x46\x9c\x20\xec\xac\x5e\x5f\x68\x3b\x4a\x44\x65\ \x84\xc1\xce\x1a\x8d\x10\xda\x59\x02\x20\x84\x94\x52\x97\x31\x28\ \x11\x5d\x57\x5a\xed\x06\x8f\x23\x00\xe3\x46\xb3\x92\xcb\xce\x08\ \x02\x81\xe0\x44\x22\xb6\xed\x46\x34\xb2\x2c\x8b\x60\x35\x0c\xe3\ \xa5\xa5\xa5\x66\xab\x45\xb0\x14\xc7\xb1\xe0\x42\x55\x15\x4d\x57\ \x81\x20\x51\x14\x30\x1a\x77\x1d\xcf\x32\x4d\x2e\x38\xe7\x42\x51\ \x14\x22\x2b\x11\x15\x8a\x2c\x2b\x42\x22\x10\xb7\x5a\xcd\x20\xf4\ \xa1\x02\xa3\x38\x84\x50\xe6\x02\xe4\x0b\x83\xe5\x10\xf8\x71\x94\ \x8c\x91\xdb\x0f\x14\xc9\x0b\x5d\xdf\x00\x4a\x18\xf9\x9c\x20\x20\ \x21\x9f\x00\x22\x21\x2c\x18\xc2\x40\x37\x54\x2c\xe1\x44\x2a\x29\ \xab\xd8\xf3\x5d\x3f\x06\xa2\xdb\xd1\x14\x89\xe0\x1b\xd3\xa9\x17\ \x00\x08\x33\x9d\x36\x75\xcd\xb6\x5d\xd7\xa7\xe7\xdf\x3c\xbf\xb5\ \xbe\x56\x18\x99\x1b\x18\x1b\xea\x36\xaa\x9b\x1b\xb5\x42\xc0\x93\ \xad\x7e\x61\x6c\x2f\x35\xa3\x24\x67\xc4\x36\x47\xbc\xa9\x47\xc7\ \xf2\x2f\x95\x5e\x4f\xef\xb6\x92\x7b\xf6\xbc\xf2\xca\xe5\x88\x0b\ \xc6\x8d\x54\xb6\xa8\xea\x51\x3f\xa0\x02\x71\x8c\x09\xc1\x00\x03\ \x04\x01\xc7\x18\x73\x01\xe3\x98\x86\x51\x24\x04\x28\x97\xab\xad\ \x56\x2b\x93\x49\xab\xb2\xc4\x39\x53\x24\x59\xf0\x77\x3c\x9b\x38\ \x8e\x77\xe0\x8a\x31\x86\x10\x52\x55\x95\xc6\x94\x31\x16\xc5\x71\ \x14\x46\x0c\x20\x59\xd1\x12\xa9\x64\x1c\x47\x8c\x31\x09\x63\x59\ \x92\x62\x46\x0d\xc3\x8c\xa3\xc8\x66\xd4\xb2\x4c\x00\x31\xa3\x2c\ \x66\x14\x00\x04\x21\x04\x9c\xf7\x6c\xdb\x76\xdd\x4e\xbb\xed\xb9\ \x5e\x3a\x95\x26\x44\x92\x15\x25\x91\x48\x84\x51\x1c\x33\x16\x33\ \xca\x39\xd8\x71\xa7\xbe\x45\x49\x77\xc2\xb9\x94\x52\x49\x92\x76\ \xc2\xbd\x3b\x5c\x79\x27\xb6\xb9\x03\x2a\x18\x63\xcb\xb2\x3c\xcf\ \xbb\x51\x3d\x23\xae\x6b\xea\xf0\x60\x41\x91\x50\xa7\xdd\xa1\x8c\ \x2e\xaf\xae\x26\x35\x3c\x32\x90\x1d\x1c\xcc\xef\xde\xbd\x8f\xe9\ \xa6\xed\x6d\x6e\xbe\xe1\x0c\xa1\x74\xda\x4a\xc0\xeb\x95\x78\x73\ \x7b\xd0\xb8\xfc\xe8\x61\xd2\x6a\x99\x2f\x2e\x3b\xb6\xaf\xb4\x9c\ \x8e\xf2\xd6\x15\x33\x99\x87\x78\x9b\x32\x86\x09\xc6\x18\x40\xb1\ \x33\x3f\x0f\x61\x04\x19\xe3\xbe\xef\xa7\x52\xa9\x7a\xbd\xda\x6e\ \xb5\x06\x07\xf3\xd3\xd3\x53\x8a\x84\x55\x45\xa5\x9c\x42\x0c\x19\ \xe5\x1c\x30\x01\x38\xc2\x50\x70\x4c\x24\x22\x04\x50\x64\x75\x7a\ \x6a\x66\x70\xb0\xd8\x6e\xdb\x9c\xb3\x9d\xeb\x10\x04\x01\x00\x60\ \xc7\xc9\xe0\x9c\x03\x4a\x35\x2b\xa1\x2a\x0a\x21\x84\x73\x1e\xc7\ \xf1\xce\xbd\xeb\xf7\xfb\xa5\x52\x89\x71\x6e\x9a\x86\x99\xb0\xa2\ \xd8\xb7\x1d\x97\x10\xa2\x2a\x72\xe0\xba\x09\xdd\xc8\x25\x53\xd5\ \xcd\x2d\x45\x92\xc3\xc0\x61\x22\xcc\x64\xf3\x11\x8b\x11\x52\xb8\ \x20\x94\x0a\x84\x30\x67\x3c\xf6\x7d\x02\x05\x62\xd4\x50\x15\x99\ \xe0\x38\xa6\x22\x8c\x5d\x2f\xfa\xd1\x1f\xfc\x7b\x9f\xfc\xe4\xf7\ \x55\xd7\x2a\x32\x24\xd9\xdc\x4d\x10\xbd\x69\x7f\x93\x46\x29\xb5\ \x8a\x07\x7f\xfc\xff\xb8\x45\x55\xc1\x93\xbf\xfb\xab\x6b\xd3\x1f\ \xf9\xb1\x07\xf6\x36\xce\x3f\xf1\x6b\x5f\x5e\x0b\x62\x0e\x14\xf8\ \x97\x0b\x3f\xdf\xb5\xfc\x28\x90\x65\x45\x56\xb4\xcd\xcd\xd2\xf8\ \x48\xe6\xec\xe9\xb7\x17\xde\x7e\x49\xa6\xf6\xc9\x63\x87\x79\xcc\ \xaa\x95\x2d\xa4\x26\x71\xd8\xe7\x61\xb0\xff\xd8\xa1\xeb\x57\x2e\ \x74\x6a\x25\xb1\x77\xf7\xd8\xdc\x5e\x23\x99\xc2\x89\xac\xcb\x70\ \x36\x93\x4a\xa8\xde\xfa\x7c\x93\xb8\xb0\xd5\xed\x1c\xb8\xf5\x68\ \x6e\x28\x5f\x6f\x96\x74\x16\xbd\x79\x7a\xa1\xd2\xc5\x92\x9e\xe6\ \xfc\x1d\xdf\x1c\xbc\x93\x3f\x7b\x87\x19\x08\x21\x7c\xd7\x7b\xff\ \x43\x0f\x1e\x3c\x78\xb0\x56\xab\x0c\x0d\x15\x32\x69\xcb\xb1\x7b\ \x92\x44\x30\x46\xfa\x0e\x7f\x41\x10\x13\x10\x85\xdc\x71\x9c\x52\ \x69\x5b\xd7\x75\xc7\x76\x01\x00\x02\x08\x1a\xc7\x08\xe9\x9c\x01\ \x8c\x31\x17\x5c\xd3\xb4\x54\x2a\xa5\x6a\x5a\xa3\xdd\x09\x62\x16\ \x86\x11\x22\x32\xe7\x4c\x96\x48\xd2\xb4\xb6\xed\x16\x65\x4c\x25\ \x1a\x17\x82\xc6\x41\xec\x3a\xdc\xe9\x71\x59\x03\x5c\x89\xaa\x65\ \x64\xdb\x50\xf5\x65\x01\x10\x80\x42\x20\xac\x29\xb1\x04\x29\x62\ \x2a\x42\x30\x08\x07\xc7\x8a\xb2\xa2\x5c\x5f\xb9\x1e\x3a\x5e\xaf\ \xd7\x89\x22\x57\x51\x2c\x15\x03\x37\x08\x11\xbc\x91\x65\x05\x42\ \x44\x69\xf4\xdb\xbf\xfa\xcb\x94\x7a\x10\xc9\x53\xd3\x33\xd5\x5a\ \xed\xdc\xd9\x4b\x87\xf6\xcd\xda\xed\x66\x26\x6d\x0d\x8d\x8c\x15\ \x07\x74\x4b\x97\xd7\x16\x2e\x3a\x6e\x79\xff\xf0\x50\xa2\x91\x51\ \x5b\x38\xd9\x5d\xfe\xe0\x49\x9d\xdd\x3b\xfb\xf4\xb6\x4b\x11\x53\ \xf4\xd4\xa5\xab\x1b\xde\x38\xd1\xf4\x64\x54\xdf\x46\xb2\x0c\x20\ \x81\x50\x20\x01\x80\x60\x00\xee\xa4\x3f\x41\x14\x44\x18\x81\x66\ \xa3\xd5\x68\x34\xd3\xa9\x64\x14\xc5\x42\xd0\x5e\xa7\x2b\xcb\x4a\ \x3a\x9d\x96\x65\x79\x07\xcf\x76\xee\xc8\xce\x6d\xc2\x08\x17\x0a\ \x85\x4c\x3a\xd5\xed\xdb\x92\xa2\x77\xba\xfd\xbe\x6d\x1b\x8a\xba\ \xc3\x0b\x09\x46\x3c\xe6\x02\x08\xc6\x39\x8d\x01\x13\x50\xd3\x74\ \x49\x92\x24\x45\x26\x44\xe2\x5c\xc4\x71\xc8\x29\x28\x57\xaa\x86\ \x69\xf5\xfb\xb6\x26\xab\x44\x96\x91\x44\x14\x59\xed\xf7\x6d\xcf\ \xf7\x18\x63\x10\xbe\x93\x16\xfd\x56\x90\xbf\xdb\xed\xee\x10\x53\ \xce\xb9\xa2\xbc\x13\x70\xde\x81\x8a\x9d\x1d\x76\xf6\xd4\x34\x15\ \x22\x74\x63\xa4\x08\x42\x14\xd8\xfd\xfa\xf6\x66\x6e\x72\x48\x92\ \x34\xd3\x4a\xeb\xbb\x76\x67\x0b\xc5\x54\x3e\xc3\x10\xd9\xdc\x6a\ \xc5\xbc\xc4\x91\x33\x9b\x3d\x32\xa4\x1f\x0e\x96\xab\x6e\xab\x4a\ \xe4\xa5\xe2\x44\x27\x79\xeb\xcc\xfd\x41\xf2\xa9\xab\x6f\xf6\x7c\ \xa1\x60\x6d\x75\xa3\x82\x15\x14\x84\xb1\x66\x68\x5c\x80\x77\xb2\ \x32\xef\x88\x8c\x70\x20\x00\xe7\x20\x0c\x03\xc0\x63\xca\x62\x8c\ \xa1\xeb\x3a\x82\x11\xc7\xe9\x87\x51\x94\x48\x25\xd2\xe9\x34\xe7\ \x3c\x8e\x39\x21\x84\x51\x01\x04\x54\x64\x4d\xd3\xf4\x66\xb3\x1d\ \x86\x21\xa5\xb1\x10\x62\x27\xd2\xfe\xad\x17\x27\x8e\x63\xc6\x98\ \x24\xc9\x71\x14\x85\x41\x40\x08\xd1\x75\x5d\xd7\xf5\x1d\x19\xa3\ \xf5\xf5\xf5\x9d\x48\x78\x18\xc7\x1c\x08\x8c\xb1\xa6\x2a\xe9\x54\ \x32\x6d\x59\x76\xdf\x4e\x68\xda\x89\x03\x07\xce\xbc\xfc\x5a\xa3\ \xd5\x92\x0d\x4b\x36\xd2\xba\xa9\x46\x51\xa8\x68\x96\xa6\x27\xa3\ \x90\x73\xc6\x8e\x1e\x3e\x60\xea\xa0\x5f\x6f\x0a\xce\x36\x36\xd6\ \x9d\x6e\x2f\x97\x4c\xf4\x83\x78\xff\xee\xbd\xdf\xf3\x5d\xdf\xdd\ \x6a\xb4\x3b\xdd\xbe\xa5\x99\x29\xf6\x4e\xe8\xfe\xa6\xdd\xb4\xbf\ \xc1\xfc\x28\x81\xe1\xfc\x2b\x4f\x7e\xe3\xc5\x37\x33\xd6\x7b\x01\ \x00\xed\xfa\x76\xa8\xea\x9a\x8c\x81\x88\xfe\x06\xf2\xa3\x04\xe3\ \x4a\xb5\x12\x30\x5a\xae\xd6\x04\xf3\xdb\xcd\x1e\xa0\x78\xb8\x30\ \x94\x4b\x65\x1f\xfa\xc0\x3d\xc6\xd0\x14\x50\x4c\xbf\xd7\x74\xfa\ \x1d\x93\x85\xdb\x2b\x0b\x7b\xee\xbb\x57\x35\x34\x8f\x33\x06\x50\ \xce\x4a\x15\xb3\x45\x1a\x7a\x72\x04\xd4\x5e\x84\xbb\x55\x03\xf2\ \x23\x07\x67\x37\x2a\xeb\x29\x06\x52\x50\xf3\x1d\xcd\x8d\x11\x83\ \x98\x60\xb4\xa3\x41\x8a\x10\x92\xa4\x9d\x6a\xc3\x77\x7a\xa8\x5d\ \xd7\x29\x64\x33\xef\xb9\xef\x9e\x76\xbb\x41\x24\xac\xeb\x2a\xa5\ \x91\x24\xe1\x38\xa6\x71\x2c\x0c\xc3\xf4\x7d\x07\x13\x60\x1a\xfa\ \xe6\xc6\xd6\xf2\xf2\x12\x46\x48\xd7\x75\xcf\xf3\x00\x00\x8c\xf3\ \x28\x8a\xe2\x48\x60\x0c\x55\x45\xa1\x91\x68\xb7\xdb\x44\x92\x62\ \xce\x65\x45\xe7\x02\x45\x94\x49\x32\xc1\x08\x50\x16\x0f\x8f\x8d\ \x77\xa8\xe3\x84\x76\xe0\xfb\x20\xa0\x8a\xe6\xb9\xed\x8a\xa0\x91\ \xa5\x25\x95\x6e\x59\x71\x5a\x92\x88\x25\x86\x58\x1c\x73\x80\x76\ \x54\xd0\x20\x60\x08\x63\x55\xd5\x7c\x3f\xf8\xb3\xcf\x7f\x7e\x76\ \xf7\xae\x84\xaa\x66\x52\xd6\xe1\x03\xbb\x53\xe9\x81\x54\x6e\xf0\ \x89\xe7\x5f\x00\x9c\xdd\x48\xb9\x2e\x04\x00\x0a\x83\xf7\x75\x0d\ \xee\xde\x3b\x37\x34\x32\x71\xca\xed\x15\x2c\x02\x62\xdf\xeb\x77\ \x35\x22\x6a\x3c\x6a\x37\x1d\xdf\x6e\x8f\xe6\xf6\x1e\x9a\x9c\xd4\ \x69\x6c\x57\x57\x25\x1a\xeb\xca\xe2\xf4\x9e\xf1\x25\x51\xdf\x5a\ \x6a\x9f\xb8\xe5\xd0\xe9\x97\x4f\x35\x36\xb7\x10\xaf\xa9\x8a\x21\ \xa9\x88\x21\x06\x01\x80\x1c\x03\x01\x05\x64\x8c\xc5\x3b\x89\x34\ \xca\x18\x82\xc4\x71\xdc\x56\xab\x03\x66\xa1\x61\xa8\x8c\x51\x4d\ \xd5\x34\x55\x17\x42\xec\xdc\x8b\x28\x8a\x30\xc6\x3b\xb9\x49\xcf\ \xf3\xa2\x28\xc2\x48\x1e\x1d\x1b\x5b\xba\xbe\x66\xbb\x2d\x88\x24\ \xc6\x98\x6d\xdb\xfa\x5f\x94\x02\xed\x38\x86\x5c\x88\x9d\x1b\xea\ \xba\x2e\x21\xb2\xa6\xab\x84\x48\x18\x63\x59\x96\x20\xe0\xb5\x56\ \x6b\x6e\xcf\x9e\x38\xa6\x08\x13\x49\x92\x11\x21\x71\x4c\x39\x84\ \x8e\x1f\x02\x08\x25\x08\x77\x18\xd5\x0e\x00\x45\x51\xa4\xaa\xea\ \xce\xb3\xb1\x93\x11\xe4\x9c\x43\x08\x77\x30\x7e\xe7\x9f\x22\x84\ \x2c\xcb\x0a\x82\x20\x0a\xc3\x1b\xa3\xa3\x8c\x8b\x54\x22\x31\x3e\ \x3c\xd2\x6c\x36\xda\xe5\xb5\xdd\x13\xc5\xc1\x7c\x6e\x6c\x66\x32\ \x95\x30\x35\x43\x47\x92\x94\x32\xd4\x14\x0c\x54\x32\xde\xbc\x50\ \x77\xdb\x2b\xda\x40\x2f\x35\x2a\x6c\xb7\x5f\x7d\x6d\xb9\xd4\x9c\ \xd0\x8a\x06\xaf\x74\x01\x95\xbb\x6e\x5f\x8a\x65\x4d\x4f\x44\x51\ \x28\x49\xb2\x10\x18\x0a\x24\xc4\x4e\x8b\x2c\x84\x00\x02\x20\x38\ \xe7\xbe\x1f\xf5\xfb\x3d\x42\x70\x22\x69\xa9\x92\x24\x04\x93\x55\ \x95\x32\xe6\xfb\x9e\x2c\xab\xef\x28\x0d\x91\x1d\x9e\x8d\xae\x5c\ \x99\xff\xf4\x1f\x7c\xfa\xea\xfc\x7c\xe0\xc7\x42\x70\x49\x92\xbe\ \x15\x2d\x08\xc3\x30\x8a\x22\x8c\x11\x17\x7c\xa7\x0a\x69\x07\x5f\ \x77\x38\xba\x24\x49\x4b\x4b\x4b\xc9\x64\xd2\x30\x0c\x84\x70\xdf\ \x75\x27\x27\xc6\x76\x4d\x4f\x47\x9e\x87\x04\x73\xda\xcd\xc5\x0b\ \x4e\x36\x99\x3d\x79\x60\xcf\xf5\xd5\x75\x35\x57\xb0\x03\xdb\xf5\ \x6d\x49\x52\x29\xe5\x9c\x0b\x5d\x55\x03\xdf\x75\xec\xf6\xcc\xd4\ \xf8\x7c\xbf\xd3\xeb\xb7\xea\x95\x32\xe6\x8c\x7a\x81\xc4\x60\xc1\ \x4c\x2a\x10\x77\x7d\x17\x21\x4c\xb9\x80\xe0\x66\x7f\xc8\x4d\xfb\ \x1b\xce\x8f\x46\xbd\xcd\x2f\xff\xc9\x1f\xbc\xb4\x4a\xee\x7d\xf4\ \x83\x97\x5e\xff\x93\x5f\xa9\xbc\x5c\x5e\x5a\xde\xf7\xe1\x9f\xc8\ \x28\x8c\x06\xe0\x6f\x00\x47\x01\x00\x02\x23\x87\x46\x09\x4d\x5b\ \x5e\x5e\x3f\x73\xea\xc2\x07\xee\x3e\x7e\xef\x89\xbd\x34\xe8\x36\ \xca\xdb\x2d\xc7\x73\x19\x24\xb1\xe8\x36\xea\x2f\x3e\xfb\xe4\xf1\ \x23\xfb\xe4\x54\xba\x54\xdd\x66\x02\xe9\x58\x41\xb0\x8c\xdc\x18\ \x2b\x06\x6f\x78\x7a\xcb\x51\xfa\xf3\x77\xdc\x77\x28\x69\x7a\xab\ \x9b\xf5\x91\xe2\x2e\x29\x92\x75\x9c\x13\x70\x29\xa2\xa1\x2c\x23\ \x84\xf0\x0e\xd7\xc1\x18\x43\x08\xa3\x28\xda\x89\xd1\x71\xc6\x37\ \x36\x36\x6b\xd5\x2a\x26\x80\xc6\xb4\x52\x6e\xa8\xba\x6a\x1a\x09\ \x42\x88\x10\x88\x52\x26\xcb\x32\x00\x2c\x8a\xa2\x6e\xaf\x67\x9a\ \x66\x3b\xea\xed\xe0\x31\x00\x20\x9d\x4e\x3b\xae\x8d\x91\x42\x29\ \x75\xe3\x48\xc2\xb0\x38\x38\x68\x98\x66\xa5\x5e\xb7\xbd\x50\x00\ \x0c\x20\xa2\x34\x04\x42\x50\x89\x1c\x3c\x70\x24\x50\xc5\xf9\xcb\ \x6f\x47\x71\x84\x83\x68\x58\x43\x0e\x0c\x3a\xed\x4d\xc5\x4a\x10\ \xbb\x94\xc6\xbe\xf0\x5d\x04\x35\x82\x4d\x09\x62\xc6\x00\xa1\x5c\ \x82\x02\x32\x46\x63\x16\xbb\xee\xb3\xcf\x3e\x7b\x6d\xe1\x72\x31\ \x9b\xda\x3b\x35\xe3\xb4\x20\x0b\x6c\x8d\x14\x52\x2a\x42\xe2\x46\ \xca\x8c\x76\x72\x90\x47\x0f\xef\xd5\x64\xc9\xf6\xe2\x76\xb7\x6f\ \x24\x32\x63\x53\x7b\xc6\xa7\xa6\x86\x86\x87\x12\x09\x1d\x40\xa1\ \xe8\xc0\x80\x62\x34\xce\x0e\x00\xab\xbc\x7c\x05\xc5\x9d\x81\xc3\ \x61\xb3\x5e\xbf\xb6\xec\xbf\xf9\xb6\xc1\xed\xcc\x9e\xc3\x47\x6b\ \xa5\x7a\xbf\xd1\x77\x7d\xca\x41\x40\x08\xe4\x88\x03\x88\x85\xc0\ \x82\x43\x01\x05\x67\x4c\x00\x0e\x00\xa4\x94\xcb\x18\x61\x2c\x55\ \xca\xd5\x9d\xe8\x63\x14\x85\xba\x6a\xec\xe8\xc9\xc5\x71\xbc\x13\ \x5c\x95\x24\x69\x87\x95\x12\x89\x40\x88\xe6\xaf\x2e\x9c\x7d\xfb\ \xac\xe7\x79\x54\xc0\x98\x46\x88\x10\xc6\x19\x84\x10\x08\xc1\xb9\ \x00\x10\x50\x4a\x19\xe7\x8c\x31\x26\x44\x18\x51\xce\xb8\xaa\x6b\ \x86\x61\x99\xa6\xa9\x28\xb2\x80\x3c\xee\x76\x4e\x9f\x3e\x1d\x45\ \x51\x1c\x46\xba\x6e\x28\xaa\x62\x98\x66\xad\xd5\x60\x9c\x2b\x92\ \x04\x04\x80\x9c\xef\xb0\xa8\x6f\x25\x41\x77\x22\xba\x3b\xe8\xbe\ \x03\xea\x3b\x9c\x75\x07\xb6\x83\x20\x48\x26\x93\x7d\xdb\x76\x1c\ \xe7\xc6\x1a\x30\x10\x82\xbd\x9e\xfd\xf6\xd9\x0b\x0a\xe6\x2a\x66\ \x3f\xf0\x03\x3f\x3c\x33\x35\xc1\x62\x5f\x95\x24\xdd\x30\x88\xa2\ \x58\x7a\xc2\x7d\x7b\x71\xf5\xe5\xb7\x65\xe6\x70\x69\x45\xc9\xf6\ \xcc\x41\x34\xff\x0d\xba\xb0\xc6\xc3\x09\xf5\xf6\xfb\x0f\xcf\xff\ \xe9\x97\x35\xa2\x13\x44\x00\x42\x10\x11\x04\x01\x06\x12\x64\x08\ \x40\x28\x00\x60\x8c\x8a\x77\x4e\x0c\x62\x8c\x99\x60\x8d\x46\x6d\ \xa7\xb0\x9c\xd2\x88\x0b\x26\x09\x49\x00\x11\x04\xe1\xce\x57\x20\ \x58\x62\x4c\x40\x88\x55\x55\x7a\xed\xb5\xd7\x5e\x79\xe5\x35\x01\ \x09\x82\x58\x08\x61\x59\xd6\xff\xcd\xde\x7f\x87\x5b\x72\x55\x67\ \xe2\xf0\xda\xa9\xe2\xc9\x37\xa7\xbe\x9d\xbb\xd5\xdd\x0a\xad\x9c\ \x90\x84\x44\x46\x04\x91\x73\x34\x38\x0d\x18\x03\xb6\xb1\x3d\xf3\ \x79\x1c\xc6\xf6\x8c\x67\x7e\x1e\x07\x6c\x92\x31\x98\x9c\x41\x20\ \x40\x42\x39\xe7\xdc\xea\xdc\x7d\x73\xbe\xf7\xe4\x0a\x3b\xad\xef\ \x8f\xba\xdd\x6a\x25\x23\x5a\x20\x0d\x70\xde\xa7\xf5\xa8\x6e\x9d\ \x3a\x75\xea\xec\xaa\xb3\xdf\xbd\xd2\xbb\x32\x5b\x33\x7b\xe0\x09\ \x21\x4a\x69\x6d\xac\xd4\x46\x6b\x6d\x8c\xc9\xcc\xf7\x7c\x3e\x1f\ \x86\xa1\x10\xa2\x56\xab\x51\x4a\x13\x29\xeb\xad\x66\x5f\x5f\x2f\ \x67\x5c\x70\x16\xb7\x9a\x77\xde\x72\xe3\x89\x9b\xb7\x6e\x5f\x33\ \x6c\xca\xb9\xdc\x09\x9b\x9a\x3c\xb8\xf5\x9e\x09\x24\x86\x70\x86\ \xa0\xb9\x94\x44\x50\x95\x46\x8d\xda\x8a\x43\x43\x20\x66\x79\x79\ \x9e\x12\xbd\x65\xfd\xda\xf1\xc9\x59\x66\x6c\xb2\x52\x4b\xeb\xad\ \x4a\xa1\x1c\x35\x92\x48\xa5\x40\x02\xe8\xc4\x47\x3b\x78\x0e\x79\ \x94\xd2\xfa\xd2\xf4\x12\xdb\xf2\xa1\xff\xfa\xda\x93\x86\xc2\xc3\ \xdb\x6f\xba\xe6\xf6\x3d\x5b\xde\xf4\x3b\x17\x9d\xb1\xd1\xa4\xf2\ \x71\x8f\xe6\xb3\xa5\x67\x04\xa0\xac\x9e\xaf\x2e\x0f\x0e\x9e\x18\ \x35\xea\x83\xfd\x6b\x05\x0b\xc6\xc7\xa6\x66\xc6\xf7\xec\x9b\xd8\ \xdf\x40\x5d\x1e\x18\x39\x79\xd3\x69\x71\xb5\xb5\xf7\xd0\x04\xba\ \x74\x21\xaa\xf7\xf6\x55\x06\x7b\xfa\xbb\x2a\xa5\x7a\xb5\x36\x37\ \x33\x57\x70\xba\xc2\xba\x9b\x1c\x9a\x19\x2e\x2c\xf4\xf7\xcd\x3e\ \x3c\x7e\x6b\xc1\xdd\x4a\xda\x82\x6b\xbe\x32\xd5\x6a\x36\xa7\x3d\ \xb7\x40\x40\x50\x4a\xad\x7d\x34\x25\x87\x10\xa2\x94\x62\x94\x32\ \xce\xa6\x27\x27\xf6\xed\x79\xa4\xb7\xaf\xdb\xf1\xb8\xd6\xa9\x70\ \x85\x45\x6d\x2d\x43\x40\xa3\x0c\x82\xf2\x7c\x27\x8a\xe3\xcb\x2f\ \xbf\x7c\x7e\x7e\xc1\x71\x3c\xa5\xa4\xe7\x79\x68\x71\xc7\x8e\x1d\ \xf7\x3f\x70\x1f\x20\x07\x60\x8c\x00\x6a\xd5\x6e\xb5\xb4\xd1\x32\ \x95\x94\x52\xca\xb8\xd4\x28\xd3\xc8\xcd\xbb\x06\x4d\xb9\xbb\xab\ \xa7\x35\x24\xef\xbf\x5b\x19\x9d\xa3\xbc\xc8\xed\x40\x57\xb8\x6d\ \xf3\xa6\x3b\x1f\x79\xb0\xba\x7c\xa0\x6b\xb8\x08\xd4\x2f\x84\x03\ \x8c\xf5\xb4\x16\x6a\x3a\x6d\x50\x64\xae\x45\x86\x98\x1a\xe3\x71\ \xaf\x54\x2e\xd7\x6a\x2b\x5d\x79\xdf\x61\x10\x38\xb4\xdd\xaa\x2d\ \x4c\x1e\xea\x0e\x5c\x72\x5c\x73\x0a\x01\x20\x40\x1a\x86\x5b\x1a\ \xf6\x6f\x5e\x27\xad\x5b\x70\x07\x36\xf5\x9d\x90\xaf\x74\xd1\x30\ \x50\xbe\xeb\xfa\x8e\x53\x2c\x74\xf3\x5c\xfb\xa6\x7d\x63\xf7\xd7\ \x1d\x53\x36\x5d\x7b\xc4\xba\x05\xaf\xcb\xbd\xe2\xdb\xd3\x8b\xe9\ \xce\x91\x0d\xeb\xd3\x28\x19\x5e\xb7\xe6\x81\xdb\x1f\x00\x60\x40\ \xc0\xa0\xa2\x84\x22\xa1\x60\x29\x5a\x44\x9a\x95\xa2\x00\xa1\xc4\ \x5a\x0b\x84\x68\xad\x0e\x1e\x3a\x60\x8d\x01\x4a\x1c\xc7\x01\x00\ \xcc\x02\xc9\x9c\x67\xf6\x5f\x96\x2b\x4b\x08\xf1\x3d\x5f\x29\x7d\ \xef\xbd\xf7\xee\x3f\xb0\xdf\x71\x03\xa4\x3c\x9b\xca\x33\x2f\x2b\ \xa1\x94\x53\xae\x8d\x16\x42\x30\xb4\x4a\x2a\x75\x84\x0b\xe3\x38\ \x6a\x36\xdb\x8c\xb1\x20\x0c\xba\x7b\xba\xac\x31\x13\x87\xc7\x55\ \x92\x0a\xc6\x95\x92\x95\xb0\x7b\xcd\x9a\xd1\xb1\xa9\x49\x0b\xa0\ \x8c\xe1\x00\x82\x3b\xd9\xa7\x67\xfd\xc5\x32\x4f\x83\x31\xa6\x52\ \xa9\x68\xad\x33\x4f\xa6\xb5\x56\x08\x41\x08\x09\xc3\xb0\xd9\x6c\ \x26\x49\x52\x5d\x59\x49\xd3\x14\x8e\xcb\x20\xa5\x84\xa4\xca\x48\ \xcb\x1c\xd7\xab\x36\x1b\x6d\xe3\x6d\x3e\xfd\x02\x00\x68\x2c\xaf\ \xcc\x2d\x2e\x3b\x5e\x21\xe4\xf9\x89\x2b\x2f\x57\x7b\x96\x4b\x6b\ \x3c\x3e\xc0\x38\x6b\x42\x40\x7c\x56\x12\xad\xd1\x81\x70\x84\x8d\ \x76\x9f\xb4\x7d\xdb\xf4\x9e\x83\xad\x56\xec\x32\x3f\x6e\xa7\x81\ \x1f\x52\xe2\x00\xda\xac\x77\x9a\xb1\x9a\x70\x01\x47\x8c\x69\x46\ \x61\x66\x66\xd6\xae\x5a\xd8\xe0\x0a\x87\x31\x4a\x28\x09\x02\x0f\ \xd1\x63\x8c\x53\xc2\xe2\x38\xa5\x94\x0a\xe1\x54\xab\x55\x04\x74\ \x84\x00\xc2\xd0\xda\x30\x0c\xb3\x9b\x62\xad\x85\x23\xfe\x76\x04\ \xc8\x0a\x8d\x08\x21\xd9\xe0\x44\x51\x94\xb9\xc1\x97\x97\x97\xb5\ \xd6\x51\xaa\x29\x67\x0f\x3d\xfc\xd0\xb5\xd7\x5e\xfd\xe6\xd7\xbd\ \x7a\x6e\x6a\xd2\xa6\xb1\x8d\x9b\xf7\xdd\x7e\x4b\x4f\xa9\x5c\x0a\ \x0b\xb5\xc4\x58\x44\x83\xc6\x13\x2e\x22\xad\x35\xea\x85\x10\x03\ \x87\xd7\xab\x2b\xae\xa3\xfc\xd0\x4d\x63\x55\x2c\xe4\xdc\x44\x92\ \xbe\xbe\xbd\x07\xc7\x1b\xf3\x8b\x28\x65\x42\x22\xa0\x0c\x08\x76\ \x48\xb4\x83\xe7\x38\x3e\x2a\x65\xd7\xfa\xb3\x7f\xef\xf7\x2e\x8c\ \xaa\xf3\x87\x0f\x55\x8b\x9b\xce\x7e\xef\x29\x17\x28\x29\x95\x52\ \x4f\x6c\x5f\xf1\xac\xe9\x02\x52\xad\xcd\xc4\xd4\x74\x4f\xa9\x12\ \xb8\xce\xf6\x53\x4e\x92\xb2\x36\xb3\xb0\x94\x58\x73\xc2\x09\x5b\ \x73\x95\x42\xb1\xb7\x77\x70\x70\xfb\x43\x8f\x1c\xe8\x1f\xdd\x30\ \x32\xb0\xae\xa7\x50\x72\x02\x7f\x3a\x6e\x2f\xef\xdb\xcd\x1a\x7a\ \xeb\x96\x13\x79\x44\xaa\x93\x07\x38\x4e\xf7\xaf\x1b\xa6\x4d\x51\ \xdd\xbd\x57\x6c\xec\x6b\xf5\xf5\xca\xd4\x4c\x2f\x2d\x0b\x23\x99\ \x35\x06\x04\x05\x9a\xb5\x93\x32\x59\x3a\x09\xa2\xd2\x9a\x31\x8e\ \x08\xcd\x66\x8b\x00\x09\xfc\x80\x30\x5b\x28\x84\x40\x48\x9a\x26\ \x29\xc8\x30\xc8\x33\x46\x10\x98\x56\x3a\xf4\x83\x9e\xee\xde\x52\ \x71\xae\x56\x6b\x22\x92\x7c\xbe\xd8\xdb\xd7\x37\xba\x76\xdd\xfe\ \xfd\x07\x00\x58\x9a\xc4\x42\x30\xcb\x19\x30\x41\x98\x40\x42\x09\ \x21\x16\x91\x52\x92\xf7\xf3\x14\x4c\x92\xa6\x03\x83\xfd\xca\x81\ \xeb\xae\x0d\x65\xa2\x90\x8b\x28\x6e\x15\x31\xba\xf4\xdc\x13\xb9\ \x9c\xbf\xe3\x61\xca\x5c\xa7\x54\x2e\x2d\xa6\x4c\x30\xdb\x55\x09\ \xd5\x12\x47\xb4\xc2\x58\x54\xda\x63\x82\x1a\x04\xb4\x7e\x90\x23\ \x84\x7a\xb9\x7c\xac\x27\x56\x9a\x75\x89\x40\x38\x41\xb0\xc7\x31\ \xa1\x23\x00\x63\x7c\xe3\x86\x73\x67\x57\x96\x7b\xd6\x9f\xb9\x6e\ \xf3\x49\xca\x08\xe2\x84\xd6\x75\xda\x2a\x59\x5a\x59\x56\xed\x56\ \x5f\xb1\x37\xda\x3f\x7d\xc7\x4f\x6e\x3f\x49\x0e\x6e\xe8\xcf\x19\ \x24\xb1\x6c\xf3\x4a\x17\x86\x02\xa2\x52\xbf\xdb\xa5\x2b\x7d\x22\ \x28\x39\x9e\xbf\x32\xb7\x52\xe6\x39\x14\xc4\x5a\xcd\x39\x07\x0a\ \xda\x58\x4e\x89\x45\x24\x40\x09\x30\x8b\x04\x91\x50\xe6\xb4\x9a\ \x71\x2a\x35\xe7\x8e\x70\x04\x1a\x40\xc8\xc8\x2f\x5e\x59\x59\x29\ \x97\xcb\x61\x18\x66\x7e\x02\x44\x4c\xe2\x78\x79\x65\xd9\x75\x1d\ \x8b\x68\xad\xf5\xfd\x90\x71\xee\x38\xae\x92\x12\xd1\x52\x00\xa9\ \x34\xe1\x8c\x32\xce\x05\x01\xc6\x80\x30\x02\x60\xd0\x2a\xa5\x29\ \xa1\x84\x40\xbb\xdd\xb6\xc6\x24\xa9\x54\x52\x69\x6e\xe5\xf2\x4a\ \xa9\x52\xf1\x84\x20\xd6\x52\xb4\xc4\x22\x21\x94\x10\xb4\x76\xd5\ \xe8\x44\xb4\x69\x9a\xfa\xbe\x9f\x59\xc9\x61\x3e\x47\x38\x97\x69\ \x4a\x28\x35\x88\x5a\x6b\xc7\x75\x80\x40\xb5\xba\xb2\xb2\xb2\x82\ \x08\xc7\xdd\x4f\x5a\x19\xcd\x1c\x86\x06\x08\xf2\x1b\x6e\xbc\xe3\ \xcc\x0b\x2e\xca\x97\x4a\x4e\x58\xd0\x33\x55\x79\x78\x61\x62\x6a\ \x57\x74\x70\x6c\x00\x5d\x3d\xb9\x12\xb7\x67\x86\x37\x90\xea\xc2\ \xe2\xc1\x48\x95\xb6\x6f\x3f\xf9\x85\x2f\x65\x5b\x7a\xde\xf8\xa6\ \xf7\xfe\xf8\xca\x1f\xfe\xe0\xf2\x1f\x19\x45\x1b\xb5\x38\x4d\xe4\ \x9e\x47\x76\x31\x8e\x7e\xe0\x52\x62\x0d\xa2\x43\x3d\x40\xb0\x88\ \x5a\x5b\x82\x18\xc7\xb1\xeb\xba\x8e\xc3\x8d\x96\x94\xf0\x34\x51\ \x8e\xe3\x0a\x26\x16\x16\x16\x8d\xb1\xfd\x7d\xfd\x9e\xeb\x58\x03\ \x46\xeb\x30\xf0\x39\xa3\x60\xad\xe7\xfb\x40\xa8\xe7\x7a\x59\x3a\ \x9e\x45\x34\xc6\x22\x00\x17\x82\x10\x62\x50\x66\x4e\xdd\xcc\xdd\ \x9d\x19\xa3\xed\x76\x5b\x29\x85\xd6\xfa\xae\x93\x69\x2c\x8f\x4d\ \x4c\x46\xa9\x8c\x52\xd5\x6a\x25\x4b\x0b\x2b\x11\xa9\xb5\xc4\x82\ \xb2\x44\x74\x0d\xf7\xfa\xfe\x64\xd4\x96\xc4\x11\xe0\xe6\xb8\x6b\ \x93\x34\xdf\xd5\xd7\xd3\x37\x58\xe9\xf2\x7a\x07\x7a\xea\xd5\x86\ \x4e\xcd\xc2\xec\x02\x58\x18\x19\x1c\x6c\xc7\xa6\xbe\xb4\xd0\x3b\ \x12\x1a\x15\x09\xd7\xed\xcc\xe3\x1d\x3c\xe7\x8e\x5d\x01\xf1\xcd\ \x5f\xff\xd4\x37\x6e\x78\xa4\x9d\x28\x27\xec\x7b\xfe\xeb\xdf\xf1\ \x8a\xb3\xd6\x3e\xa9\x5f\xf0\x59\xe3\x51\x30\xda\xd6\x57\x1a\x13\ \x93\x13\xa1\xc0\xa2\xc0\x13\xd6\x0d\xf4\x84\xbd\x5c\x0f\x40\xd2\ \xa8\x14\x02\xc1\xe8\xca\xd2\x6c\x22\xb0\x7f\xed\xc6\x2d\x23\xdb\ \x7b\x2b\xa5\x76\x9f\xd3\x2e\x40\x0f\x77\xd7\x40\x25\x5d\x8a\x96\ \x16\xf6\xb8\xfe\x8c\x7f\x4a\x3a\xfd\xf0\xa2\xdc\x5d\x81\xc0\x2b\ \xac\x83\xb1\xc6\xb8\x44\x32\x2d\xeb\x79\x0c\xd0\x38\xe8\xb8\x16\ \x21\x55\xda\x75\x5d\xa0\x3c\x4d\x62\x65\x2c\x61\xa8\xac\x05\x20\ \xad\x76\x14\xa7\x4a\x5b\x54\x69\x44\x28\x84\x61\x60\x8c\x6e\xb5\ \x1a\x2a\x4d\x95\x52\x85\x5c\x81\x52\x2e\x5c\x77\xcd\xf0\x9a\xdb\ \x6f\xb9\x2b\x0c\xf3\xc6\x60\xb5\xde\xd8\xbc\x75\xab\xb6\x56\x5b\ \xc3\x81\x30\xce\x11\x48\xa2\x6c\xae\x94\xeb\xee\xed\x5b\x69\x46\ \x69\x9c\x08\xc1\x09\x80\x2b\x02\x42\x08\xa1\x18\xf8\xc2\x35\x16\ \x1b\x32\xd5\x50\x0d\x30\x5d\x5e\x60\xcb\x7e\x34\xbd\xf7\xe4\x92\ \xe7\x9e\x76\xda\xf8\xa1\x43\x51\x3d\xe6\xc2\xab\x36\xc6\xd7\x6c\ \xec\xa9\xf4\x7b\x69\x9a\x4c\x4e\x4e\x39\xc2\x41\x45\xda\xb5\xb6\ \xc8\xf1\x20\xf4\xa2\x96\xda\x7d\x68\xbc\x69\x6c\x44\x59\x12\xc5\ \x49\x9c\xf0\xe3\x2d\x64\xe4\x9c\x2f\x1d\x96\x9f\xfa\xd2\x77\x5f\ \xda\x2e\x9c\x1a\x15\x92\x86\x1c\x5d\xbf\xc9\xeb\xeb\xf2\xfb\x7a\ \x9a\xb3\x2b\x66\x45\xc6\x33\x33\xf5\x7b\x1f\xb6\xed\x25\x95\xd3\ \x7b\xa7\x16\xfa\xfc\xc4\x49\x46\x76\x1d\x9e\x6e\x43\x72\xc1\x65\ \xa7\x8d\x9c\x7c\x5e\x65\xeb\x46\xc8\x95\x84\x64\xb3\xb3\x4b\x8d\ \x56\xa3\x1d\xd7\x0f\x4f\xee\xdf\xbb\x77\x8f\xa0\x9e\xe7\xe5\xb4\ \x45\x62\x2d\x63\x02\x08\x58\x0d\xa9\x44\xce\xb9\x54\x30\x37\xbf\ \xbc\x6e\xdd\x20\x66\x69\x31\x16\x85\x23\xb2\x1a\x44\x4a\x69\x14\ \x45\x88\x98\xc5\xe4\xfc\xc0\xef\x1f\xea\xbb\xff\x01\x24\x14\x3d\ \x47\x18\xad\x83\x20\x87\x48\x91\x32\xa5\x34\x10\x40\x46\xb5\x31\ \x59\xae\x2d\x02\xa1\x04\x28\xa3\xc4\x12\xce\x98\x23\x04\x12\xa2\ \x95\x6a\x34\x1a\x4a\x6b\xc2\x89\x44\x13\x08\x31\x35\x3d\x35\x30\ \xd8\xd7\x53\x2c\x2c\xcf\x4c\x52\x21\x90\x82\xb1\x4a\x2b\xa5\x0d\ \xf3\x3c\xa7\x50\xc8\xb7\x5a\xed\x4c\x70\xc0\x22\x00\x15\xb9\x5c\ \xd8\x6a\xb6\x92\x24\x59\x5a\x98\x17\x42\xb4\xe3\x48\x29\xc5\x09\ \x18\xa3\x8c\x51\xc7\x2b\x55\x4f\x2c\x49\xb5\x69\x06\xa2\x60\xa5\ \xde\xbf\xf7\xc0\xc4\xc2\xf2\x60\x21\xd7\xe7\x79\x5d\xd6\x2c\xdd\ \xf9\xc0\xa1\xeb\x6e\xda\x94\x77\xe2\xc9\x39\x97\x26\xb1\x9c\x37\ \x8d\xa2\xed\x5d\x0b\x3b\x83\xed\x17\xbd\xa6\x7f\xcb\xe9\x98\x4e\ \xb3\x9c\x7d\xe3\xeb\xde\xf8\xc6\xd7\xbd\x1d\x10\xea\x8b\xc9\xf2\ \xca\xe2\x97\xbf\xf2\xef\x8f\xec\x79\xe0\xf6\xdb\x6e\xf6\x5c\x8f\ \x11\x81\x16\xad\x45\xca\xa8\xd6\xda\xe1\xbc\xd9\x68\x4b\x69\x5d\ \x57\x70\x06\x04\x28\x58\x8d\x86\x50\xe4\x03\xbd\x83\x52\x29\x46\ \x58\x1c\xc7\xd6\x9a\x7c\x18\xe4\x82\x80\x21\x3a\x8e\xab\x12\x5d\ \x2e\x97\x1d\xe1\x1a\x69\xac\x46\x4b\x00\x29\x05\x24\x16\x08\x20\ \x64\x0a\x0c\x59\x0e\x73\x26\xd1\x90\x6d\x20\xa2\x31\x36\xc7\x80\ \x31\x9a\x5a\xdd\x37\x38\xac\x45\xb0\x77\x7a\xc1\xf8\xf9\x85\x7a\ \x5c\xb0\x10\xa9\xda\xba\xee\xfe\x74\xff\x84\x5f\x22\x2c\x60\xd2\ \x81\x80\x38\xd0\x4c\x1d\xe1\xfb\x9e\x5f\xe8\xed\xce\x95\x3d\x2d\ \x23\xbf\x58\x30\x89\xe6\xae\x9b\x68\xd3\x83\x8c\xae\xd4\x27\x27\ \x0f\x77\xf5\xf6\x80\xac\xfb\x61\x09\xa0\xa3\xfc\xd3\xc1\x73\x09\ \x2e\xf8\xe2\xae\x6b\xbf\x7b\xfb\xca\xab\xde\xf8\x9a\x7b\x6e\x7e\ \x68\xdb\xf6\xe1\x5b\x7f\xfc\x9d\x4d\xeb\x7e\x67\x5b\xb7\x78\x4c\ \xc9\xcb\xb3\xc9\xa3\x99\xec\x7c\x92\x98\xe9\xe9\xa5\x53\xb6\x6d\ \x3a\xb4\x7f\x77\x57\xb1\xe2\xf2\x22\x49\xc5\x50\x65\xd4\x0b\xdc\ \xa1\xd1\x35\xd0\x33\x3c\x88\x3c\x49\x6d\x09\x3d\xab\x62\xd1\x23\ \x38\x8d\x7a\x9d\x42\x74\xd3\x9e\xc5\xdb\xf7\x5a\x52\xcd\x0f\xb6\ \xad\xd7\x9c\x69\x2c\x36\xf4\x4a\xdf\xd9\xa7\xa6\xa9\x49\x88\x96\ \x40\x93\x84\x18\xeb\x30\xca\xa4\x4a\xb3\xf0\x9b\xb5\x56\x2b\x05\ \xc7\x64\xed\x5a\x44\x63\x4c\x96\x5a\x82\x28\x84\x70\x10\x91\x52\ \x56\x2c\x16\xc3\x30\x67\xad\x91\x89\x02\x8b\x8c\xd2\xde\xde\x5e\ \x00\x20\x40\x8c\x35\x2b\x2b\x2b\x0f\xef\xda\xd5\xdb\xd7\x9b\xa4\ \x69\x28\x28\x67\xdc\x58\x2b\xb8\xa8\xd6\xea\x52\xe9\x20\x08\x72\ \xf9\x3c\x22\x4a\x99\x2a\xa5\xc3\x30\x54\x3a\x09\xc3\x20\x6a\xb7\ \x3d\xd7\xe3\x81\x17\xe6\x72\x08\xb2\xbf\xbf\x2f\x17\xfa\xcb\x53\ \x71\xa5\x5c\x9e\x74\x9c\xe5\x5a\xcd\x11\x5e\xa1\x58\x54\x5a\x15\ \x8a\xf9\x38\x76\xe3\xf4\x60\xb1\xab\x22\x23\x1d\xd5\xa2\x52\xae\ \x64\xac\x2d\x17\x0a\x94\x31\x63\x31\xc8\xe5\x28\x61\x84\x30\x4a\ \x8f\xaf\xee\x05\xac\xb5\x10\xe6\xd7\x6c\xdb\xd1\x30\x76\x6c\x7e\ \x61\xb0\xdc\x1f\x1b\x9d\xb6\x5a\x4e\x4f\xa1\x92\x0b\x17\xc6\xa7\ \x1e\xba\xf2\xf6\xbe\x89\x85\xb5\x96\xd9\xe5\x95\x66\x6b\xd1\xe4\ \xe5\xa0\xb3\xb5\x25\x56\xd6\x9f\x77\xe2\xf9\x6f\xbd\xd4\x3a\x05\ \xad\xdb\x42\x90\x8f\x7d\xf4\xbd\xd6\x0a\x0d\x44\x2a\x79\xeb\x6d\ \x37\xef\xda\xf5\xc8\x8f\x7e\x78\xed\x03\x0f\xec\x65\x8c\xa2\x80\ \x8c\xe3\x11\x11\x91\x20\x62\xad\x5e\xad\xae\xac\x6c\xde\x3c\x8a\ \xa8\x8c\x36\x9c\x91\x2c\x38\x9a\xa5\xc8\x1a\x63\xa4\x94\x59\xb5\ \xa2\xe3\x3a\x9b\x36\x6e\xbc\x9a\x5f\xab\x2d\x48\x29\x1d\xe1\xbb\ \x8e\x43\x19\x41\x0b\x08\x60\xad\x45\xb4\x47\x17\x10\x59\x36\x10\ \x60\x26\x92\x40\x1c\xd7\xa5\x94\x2e\x2d\x2f\x27\x49\x92\x9d\x9c\ \x33\xa6\x94\x52\x32\x1d\xe8\xed\xd3\x32\xde\xfd\xc8\x43\xc6\x68\ \xc6\x5d\x00\xe4\x0e\xf3\xdc\xc0\x75\x5d\xad\x35\x00\xc9\xfc\xba\ \x8e\xeb\x23\x00\xe7\xc2\x0f\xfc\xa8\xdd\xe4\x42\x50\x4a\xd2\x34\ \x45\x44\xa5\x64\x7f\x7f\x7f\x5f\x5f\x5f\xd6\xee\xe3\xb8\x96\xb3\ \x24\x49\x62\xe4\x39\xce\xd9\xe2\xc2\xc2\xbe\x3d\x7b\x07\xd6\x0d\ \x31\x6b\x9b\xb3\xf3\x07\xef\xb9\xcf\x6f\x36\xbd\x52\xa5\xe9\x90\ \xa5\xa6\x2a\xae\x1b\x5d\x4e\xe3\x7c\x6e\xf0\x45\xaf\x78\x5e\x13\ \xd1\xc6\xcb\xad\xf6\xac\xab\xa9\xe3\xf7\x18\xe3\x31\x9a\x2b\x76\ \x07\x6e\xd0\xfd\xa1\x0f\x7f\x30\x4e\x9a\xbf\xff\xa1\x0f\xdd\x74\ \xe3\xad\x85\x42\x9e\x10\x46\x08\xc9\xc2\xe6\x04\xa0\xd9\x6a\x01\ \x80\x31\x86\x12\x40\xb4\x84\x10\x02\x04\xc8\x91\x7e\x0f\xc6\xb8\ \xae\x1b\xc7\x71\xab\xd5\xaa\x94\x4a\x4a\x2b\x4a\xb5\xeb\x06\x8e\ \x10\x42\x88\x38\x8a\xb9\xe0\xda\x98\x6c\x88\xb3\xc8\x71\x16\x48\ \xce\x36\x38\xe7\x59\x44\x99\x73\x4e\x28\x35\x46\x12\x0a\x4c\x30\ \xdf\xf1\x4f\x3d\xef\xdc\x1f\x5e\x7f\xed\x1d\xbb\x1e\x2e\x38\x0e\ \xc9\xe5\x83\x42\x5e\x4a\xb5\x64\x8d\x23\x58\x23\x89\x24\x35\xc2\ \x67\x94\x39\x8a\x9b\x44\xf0\x26\xa0\x24\x34\xf4\xf3\x9a\x52\xc9\ \xa4\x65\xa6\x58\xd2\x03\x03\x03\xb9\x5c\xb1\x7f\x70\x60\xcf\xde\ \x87\x6e\xbb\xeb\x56\x6d\xc9\xa9\xa7\x9f\x36\xf4\xe2\x4b\x08\xa1\ \x88\x1d\xef\x6e\x07\xcf\x91\x39\x4a\xec\xc2\xec\x64\x69\xdb\x39\ \x17\x9c\xba\x6e\xd7\x3d\x53\xa7\x9c\x73\xce\xd8\x7d\x0f\x2c\x36\ \x22\xd2\x53\x7a\xce\xec\x51\x00\x40\x0b\xb9\x7c\x57\xb9\x52\xea\ \xed\x5f\xbb\x75\xe3\x09\xf5\xa5\xf9\x8b\x5f\xfc\x1a\x66\xd2\xda\ \xe2\xdc\xb7\xbf\xf6\x95\xd3\x65\xe9\xb4\x4d\x1b\xa9\x25\x5d\x95\ \x4a\x91\x7b\x49\xd2\x5a\x8a\x17\x58\x52\xf3\x54\x70\xdb\xb7\x6e\ \xdc\xa4\x4a\x6e\x11\x9d\x2d\x42\x94\x9d\x9a\xab\xa6\x64\x93\x98\ \x34\x07\xa2\xe4\x76\x49\x05\x1c\xbc\x7a\xa4\x39\x26\x7e\xd1\x43\ \x6b\xb5\xd1\x8c\x31\xe1\x08\x15\xad\x6a\xd6\x1c\xad\x17\x8c\xe3\ \x58\x08\x41\xa8\xcb\x39\x67\x8c\x12\x42\x1a\x8d\xc6\xfc\xfc\x42\ \x4f\x4f\x4f\xa9\x58\x42\x0d\x4a\x9b\x5c\x2e\x47\x28\x4d\xd2\x44\ \x6b\x5b\xa9\x54\x96\x96\x16\x1f\xde\xf5\xb0\x10\x82\x32\x46\x28\ \xd1\xc6\x3a\x8e\x93\x28\x19\xc7\x71\xb1\x58\x64\x9c\x23\x62\x3e\ \x9f\x43\x64\xcd\x66\xdd\x11\x22\x4d\xe5\xd8\xd8\x98\x94\x69\xa9\ \xa7\x4b\x08\x21\x1c\x91\xa6\xe9\xf4\xf4\xf4\xfc\xe2\x62\x6d\x69\ \x65\x70\x70\x70\x71\x71\xd1\x5a\x58\x5c\x5a\xd2\xda\x74\x55\xba\ \xad\x45\x42\xa8\x02\xc3\x7d\xd7\xcb\x07\xdc\x77\xe3\x34\x29\x96\ \x8a\x95\xae\x6e\xc6\xb8\x4c\x55\x12\xa7\xe8\x03\xa5\xec\xf8\x22\ \x46\xda\x58\x6f\x68\xe0\xfc\x4b\x5f\xde\x62\xd4\x2b\x16\xfc\x62\ \x31\x51\x52\x36\xd2\x2e\x59\x2e\x38\x62\xdf\xd8\xd8\xc2\x83\x0f\ \x6e\xe6\x39\xce\x78\xbd\xd9\x4e\x2c\x2b\x95\x07\x1e\x9a\x9a\xdf\ \x72\xde\xf3\x6c\x65\xdb\x43\x87\xf7\x84\x85\xa2\x30\x6d\xe1\xba\ \x3d\x95\x51\xb4\x9e\x57\xee\x69\xd4\x97\x36\xaf\x1d\x7a\xfe\xf9\ \xcf\x3b\xf7\xf4\x0b\x7f\xf3\x37\x7f\x7f\x61\x79\xc1\x5a\x8b\x14\ \x10\xd1\x82\xb5\x56\x03\x11\x32\x95\x4b\xcb\x4b\x84\xd2\x34\x96\ \x0c\xe8\x6a\x94\x9a\xb1\xec\x46\x64\x66\x8d\xb5\x36\xeb\xe5\x72\ \xd2\x49\x27\x95\x4a\xc5\x43\x87\x27\xba\x7b\xfa\x03\x3f\x67\x8c\ \xe5\x00\x94\x10\xc7\x71\x10\x56\x6b\x3d\xb3\xf5\x50\x96\x15\x7c\ \x34\x86\x9a\x59\xb7\x59\x1e\x10\x63\x8c\x33\xca\x19\x4d\x62\x75\ \xee\xf9\xe7\x0e\x0c\xf4\xcd\xcc\x4c\x79\xae\x1f\xc9\x14\x8c\xe1\ \x9c\x1b\x6d\xad\xb0\xbe\xe7\x17\x4b\xc5\xe5\xe5\xea\xd2\xd2\x92\ \x94\xd2\x0f\x42\x44\x8c\xda\x6d\x63\x14\x21\x24\xf0\xfd\x7a\xbd\ \x66\xb4\x0e\x7c\x4f\x1a\xba\x76\xed\xe8\xc0\x40\xbf\x31\xc7\xc9\ \xa3\xc6\x18\x21\xb8\x05\x24\x8c\xc4\x51\x7b\xef\x43\x0f\xbd\xe0\ \x92\x0b\x09\xc4\x37\x5e\xf1\x63\xb9\xff\xd0\x19\xbd\x3d\x46\x24\ \xcb\x34\xea\x3a\xe9\xa4\xe2\xd6\xd0\x0e\xcf\xf0\x52\x69\x76\x76\ \x3e\x57\x1e\x62\xb4\x59\xec\x0a\x0d\x44\xa9\x5e\x22\x10\x72\xc1\ \x8c\x31\xb5\xda\x42\x2b\x6a\x6f\xdc\xbc\xe3\x15\xaf\xbc\xec\xf6\ \xdb\x1f\x8a\x62\xeb\xfb\x48\x29\x31\xc6\x20\x5a\x04\xa2\x95\x36\ \x46\x23\x5a\x63\x34\xe1\x94\x10\xc8\x8a\x74\x33\x9f\x44\x96\x37\ \xe1\xfb\x7e\x9a\xa6\x17\x5c\x78\xe1\xfc\xc2\xe2\xf7\xbf\xff\x13\ \x40\x96\x4a\xc9\xe2\x18\x01\x5d\xd7\x75\x29\x55\x46\x67\xd2\x4e\ \x47\x73\x98\xb3\x91\x5f\x2d\x2a\x05\xa0\x94\x7a\xae\x4b\x01\x62\ \x99\x68\xea\xf4\x0d\x0d\xf8\xa5\xe2\x03\xfb\xf6\xc6\x8c\xc6\x69\ \xb2\xd8\x6a\xcc\x35\x73\xbd\xb9\x7c\xec\x78\x3e\x67\x6d\x21\xbc\ \x20\xe0\xc2\xb7\x96\xcc\xb4\xa3\x66\xbb\x35\xc3\x53\x56\x10\x6b\ \xbb\xba\x7d\x1e\xb8\xdc\x43\x0f\x7d\xee\xe7\xc3\x7c\xbb\x1d\x47\ \x49\x3a\x33\xb7\xc8\x1d\x92\xb4\xda\x77\xdc\x79\xd3\x0b\x2f\xbe\ \xc0\xf5\x3c\xe8\xf0\x68\x07\xcf\x11\x10\x69\x2e\xdf\xc5\x4d\xdc\ \x4a\x41\x2f\xdd\xf3\xff\xfd\xcd\x2e\xd6\xbd\xfd\x15\x03\xa5\x27\ \x95\xd9\x7a\xf6\xf4\x75\x83\x20\xec\xea\xea\x29\x95\x0a\x73\x0b\ \x55\xd7\x09\x2d\x2f\x4c\xaf\xa8\xee\x52\x69\x31\xa9\x3f\x3c\xd1\ \x86\xfc\xbc\x58\x33\x95\x14\x0a\x03\x41\xb7\xf2\x81\x89\x20\x59\ \xa2\x41\x93\x1c\xb8\xfe\xe6\x7c\x8b\xf3\x96\x6e\x37\x96\xd3\x91\ \x39\xe0\xf5\x15\x1f\x8a\x6b\x36\xad\x3b\xeb\xf4\x42\x5f\x6f\x57\ \xff\xfa\x85\xc5\xe5\xd3\x77\x9e\x16\xb8\x15\xa9\xd3\xa5\x95\x85\ \xa9\xa9\xc9\x5c\x2e\x8f\x68\xa5\x92\x8f\xbb\x02\x6b\x6d\xb3\xd9\ \x62\x8c\x31\xe6\x20\x5a\x63\xd0\xf3\xbc\x4a\xa5\x22\x84\x13\x04\ \x81\x52\xaa\x51\x6d\x8e\x8e\x6e\x28\xe4\x0b\x00\xc8\x39\x8f\xe3\ \xc8\xa0\x45\x84\x99\xe9\x69\x21\xb8\xd2\x8a\x10\x2a\xa5\x24\x94\ \xda\xac\x05\x63\xbb\x4d\x28\x45\xc4\x30\x0c\xcb\xe5\x2e\xd7\x75\ \x8c\x49\x17\x16\x16\xb6\x6e\xdd\x7a\xdb\x6d\x77\x5b\xc4\x20\x08\ \xa4\x6a\x7b\x9e\x5f\x5d\xa9\x4e\x4e\x4d\xd7\x56\x56\x36\x6d\xda\ \xbc\x69\xcb\xd6\xb1\xb1\x31\x1e\xc5\x61\xde\x4b\x95\x5a\x58\x58\ \x20\x8c\xb4\xda\x6d\xc7\x05\x37\x1f\x52\x47\xa0\xd4\xe5\x4a\xd7\ \xc8\xf0\x48\x4f\x77\x4f\xa3\xd1\x4a\xa2\x74\x71\x69\x11\xc8\xf1\ \x64\x1a\x11\x00\x63\xed\x64\xa3\x41\x0a\x79\xd7\x73\xfd\x5c\xd1\ \x58\x54\x69\x5b\x71\x6d\xdb\xad\x68\x72\x72\xef\xcd\xb7\xe4\xdb\ \x35\x31\x92\xab\xd6\x5a\xad\x90\x56\xb6\xee\xf0\x36\x04\xba\x5c\ \x4d\x31\xb7\xf7\xc1\xfd\x17\x3c\xff\xb5\x61\x25\xa7\xd2\x25\x1d\ \x25\xf5\xf9\xc3\x61\x79\xd8\xea\x20\x74\xec\xec\xc4\xdc\x8a\x1b\ \x9c\x75\xde\xd9\xa3\xa3\x6b\xa6\xe6\xa6\xa8\xcb\x11\x11\x88\x05\ \x34\x16\x95\x45\xa0\x04\x66\x66\xa6\xe3\x28\xca\xc8\x32\xa3\xa2\ \x6c\x52\xce\x56\x33\x59\xf6\x0a\x00\x30\xad\x85\x10\x6f\x7d\xeb\ \x5b\xbf\xfe\xcd\xef\x2c\x2c\xac\x58\x6b\x18\xa3\x5a\x5b\x44\x60\ \x8c\x51\xc6\xb3\x05\x10\x1c\x11\xd6\xc9\xaa\x53\x8e\xa6\x52\x03\ \x64\x3a\x8e\x2e\x25\x04\xac\x91\x5a\xae\x19\xea\x3f\xfd\xd4\x9d\ \x00\x38\x37\x3b\x1b\x86\xb9\x44\xeb\xec\xb0\x72\xa9\xdc\xd5\xdd\ \xe3\x7b\x7e\xad\x56\x8b\xe3\x38\x93\x1d\x40\x44\xcf\x73\x8d\xd1\ \x51\xab\x65\x8c\x96\x32\xed\xed\xed\x25\x68\xe7\x67\xe7\x4a\xe5\ \xe2\xe8\x9a\x91\x7c\x3e\x67\xed\xf1\x65\x78\x11\xa3\x35\x65\xd4\ \x10\x0b\x8c\x80\x85\x99\xf1\x71\x12\xa7\xa8\x8c\x5c\x58\x2a\x73\ \xd1\x5e\x99\x2b\xf4\xb3\x13\x5f\x76\x5e\xef\xa9\x2f\xab\xd2\xd6\ \x22\xec\x9a\xac\xcd\xf4\xf5\x0e\x94\x07\xfb\x5a\xb5\x79\x23\x52\ \xc3\x94\xe3\x86\x04\x18\xda\x98\x01\xf4\xf5\x94\x7b\x59\x17\x42\ \xba\x6b\xd7\x23\x49\x6a\xc2\x30\x8f\x68\x09\x81\xa3\xe6\xb2\x41\ \xb3\xb8\xb8\x50\x2c\xad\x57\x89\xb1\x16\xe8\x6a\xee\x2d\x55\x4a\ \x66\x6b\x91\x6c\x00\xb3\xbd\xef\x7f\xdf\xfb\xca\xe5\x81\xcf\x7c\ \xfa\xdf\xfd\x20\xd0\xc6\xa4\x69\x1a\x04\x81\x41\x9b\x8d\xc9\x51\ \x0d\xa3\xcc\x7f\xb3\x5a\xcb\xcb\x79\xf6\xaa\xef\xfb\xae\xe7\x3a\ \x8c\x4c\xcf\xce\x9c\x71\xd6\x19\xb3\xf3\x73\x0f\xec\x7e\x24\xa5\ \x8c\xb9\x5c\x23\x24\x51\x3c\x59\x6f\x3c\x32\x3d\x1b\x10\x4e\x0b\ \xbe\x5f\xce\x69\x69\x92\xc8\xae\xa4\x36\x29\xf8\x79\xa1\x7b\x56\ \x2a\x4b\x73\xcb\xdd\xc5\xc0\x2b\xf9\x68\x91\xf9\xcc\xf3\xfd\x30\ \x9f\x2a\xad\x83\x7c\x50\xae\x56\x57\xea\xb5\x76\x3b\xce\x7e\xb3\ \x9d\xd9\xbc\x83\xe7\x0a\x4a\xca\xc1\x53\x5e\xfa\x81\xd3\x9c\x1c\ \x4b\x2f\x7c\xc1\x0b\x26\x54\xff\x79\xe7\x9d\x5a\x62\x5a\x19\x7c\ \xce\x78\x94\x51\x56\xab\x57\xef\xbd\xff\xee\x7c\xe0\xf7\xf6\xf4\ \x28\xa3\xd6\x0c\xaf\x39\x34\xbb\x54\x4f\x2d\x73\x8a\x2f\x7f\xd3\ \x7b\x2d\x82\xf6\x8a\x85\x72\x9f\x4d\x79\x43\x99\x91\x02\xc3\x84\ \xde\xff\xfd\x1b\xd4\x7d\xbb\xb7\x08\xbf\x95\xb4\x5b\x32\x62\x75\ \x33\x32\xb8\xf1\x94\x17\x9e\xda\xbb\xf5\x8d\xbd\x1b\xce\xc6\xb8\ \x4d\x08\x0e\xad\x19\xfc\x8b\xbf\xfa\xd3\x58\xd3\x5a\xb5\x31\x35\ \x31\x76\xe5\x55\x3f\xb9\xf1\x86\x1b\x0e\x1d\x3a\xec\x79\xae\x42\ \x38\xba\x76\x40\x00\x04\xcc\x66\x70\x21\x9c\x24\x8d\x5d\x57\xa4\ \x69\xea\x79\x5e\xa6\x54\x17\xb5\xdb\xae\xe7\xee\xdf\xbf\xef\xbb\ \xdf\xfd\x6e\xbd\xde\x48\x53\xc5\x85\x4b\x18\x73\x9c\xac\xe4\xdf\ \x70\xc2\x2c\x22\x63\x2c\x4d\x53\x4b\xc0\xf3\x3c\xa9\x54\x56\x5a\ \x63\xad\x75\x5d\xaf\x50\x28\x12\xca\xef\xba\xeb\xae\x20\x08\x4a\ \xc5\xe2\xf2\x72\x23\xf0\x83\xae\xee\x4a\xb1\x58\xe8\xea\xea\xca\ \x17\x8a\x0b\x0b\x8b\xbb\xf7\xee\x1d\x1c\x1c\xb4\x48\x84\xe3\x06\ \x61\x4e\x38\xce\x4a\xbd\x6e\xa2\xd8\x48\xc9\xbd\xc0\x12\xc8\xda\ \x8c\x70\xca\x5d\xd7\x25\x84\x01\xb0\x52\x51\xcc\xcc\x2e\x28\x29\ \x8f\x4b\xa0\x0e\x09\x25\xe8\xf9\x8d\x28\x1e\xe9\x1f\x70\xb9\xd0\ \xed\x84\x82\x75\x18\x09\x01\x16\x27\x26\x1b\xfb\x0e\x16\x80\xec\ \xd7\x73\x95\x4d\xe5\x4d\x1b\x4e\x2c\xae\x59\xb7\x68\x16\x6a\x66\ \x5f\x3c\xdd\xbe\xf0\xd4\x17\xb0\xa5\xe6\xd2\xdc\xb4\x24\x29\x77\ \x5d\x6b\x3d\xd9\x8a\x1c\xd1\xf4\xf3\xf9\x2d\x27\x6d\x15\x61\xf7\ \xbd\xf7\xdd\xfe\xc8\x81\x87\x09\x87\x55\xe7\x1b\x02\x82\xb1\x36\ \x4b\xaa\x55\x53\xd3\x53\x8d\x46\xa3\x5c\x29\xe8\xd4\x24\x71\x5b\ \x08\xa1\xb5\xce\xea\xfd\x33\x49\x84\x2c\xcf\x88\x52\xaa\x8c\x3e\ \xff\xfc\xf3\x87\x46\xd6\xfe\xc3\x3f\xfc\x73\xb3\x11\xa1\x05\x44\ \x6d\xd0\x12\x42\x81\x90\xec\x5d\x99\x3d\x94\xd9\xb2\x47\xe7\x7a\ \x29\x25\x21\xd4\xf5\xbd\xd0\xe4\x50\x6b\x41\xc1\x18\xb3\xf3\xa4\ \x13\x93\x76\xab\xde\x6c\xb6\x5a\xad\x56\xd4\x76\x3d\xaf\x15\xb7\ \x11\x31\x08\x83\x24\x49\xa6\x26\xa6\x10\xf0\x88\x41\x4b\x95\x52\ \x60\x8d\xe7\xba\x0d\x44\xab\x75\x9c\x24\xa7\x9e\x72\xf2\xfa\xb5\ \xeb\xae\xfa\xc9\x95\xad\x66\xc3\x5a\xeb\x79\xfe\xf1\x4d\xe6\x08\ \x40\x81\xc8\x38\x25\x4e\x8e\x0a\x6a\x65\xba\x30\x3b\x53\x9b\x9b\ \xef\xea\xe9\x1b\xc8\x17\xd3\x78\xa6\xa5\x96\xc1\x0f\x7b\x2f\xd9\ \x51\x37\xa8\x0b\x43\x6b\x86\x06\xaa\xb3\xf7\x35\x16\x66\xa6\xf7\ \x5e\x1f\x74\x0f\xa6\x1e\x21\xbe\x28\x17\x9d\x7c\x4e\xd8\x04\x99\ \xcf\x89\x20\x84\x40\x7d\x65\xe1\x81\x07\xee\x43\xb0\x08\x48\x19\ \x25\x1a\x2c\xda\xec\xe9\x96\x32\x9d\x9a\x9c\x3c\x61\xdb\x16\xab\ \x52\x04\x2b\xa5\xb6\x46\x72\x2e\xb2\x72\x58\x63\x4c\x2e\x97\xcb\ \x08\x32\x1b\x3a\xce\x18\x01\x92\xcb\xe5\x96\x6b\x55\x40\x4c\x92\ \x44\x1a\x6d\xd0\x66\x77\x33\x1b\x9c\x4c\x32\x30\xdb\x76\x5d\x37\ \x73\x09\x30\xc6\x88\x81\x57\x5c\xfa\xf2\x52\xa5\x3c\xbc\x71\xd3\ \x27\xbe\xf8\x1f\x08\xcc\x82\x55\x48\x9c\x30\x8f\xda\xa4\x69\xac\ \x8c\x5d\x49\x22\x5b\x8b\x9d\x76\x83\x69\xe2\x79\x25\xa7\xb7\x47\ \x97\x43\x13\x38\x2c\x57\xa8\x54\x7a\x0b\x2e\x45\x4e\x8c\x31\x96\ \x58\x4a\xa9\x47\x29\x37\x8a\x3b\xcc\x0d\x9c\xa0\xe0\xb7\x5b\x6d\ \x42\x3a\x22\x0c\x1d\x3c\x97\x60\x9c\x35\xe7\xf7\x5f\xf5\xe3\x9b\ \xeb\xc8\x5d\xc7\xa1\xb8\xf8\xa3\x1f\xcb\x97\xbe\xe0\xf4\xbc\x20\ \x4f\xec\x01\xf5\xec\xf9\x75\x09\xb1\x82\x6b\xca\xcd\xe4\xf4\x58\ \xa1\x94\x03\x82\xf9\x72\x89\x38\x82\x32\x51\x1c\x1e\x46\x04\x11\ \x06\xbe\xe0\xb6\x56\x2f\x15\x0a\x22\x85\xf6\x03\xfb\xf5\x83\xfb\ \x0a\x69\xaa\x3d\xb1\xe8\x36\x95\x2b\xfa\xcb\x9b\xb5\x13\x6c\xd9\ \x71\x56\x5b\xf4\x34\x9b\x35\xd7\xc4\x02\x52\x62\x19\x84\xc4\xf5\ \xf2\xdd\xbd\xc5\xde\x9e\x53\x4e\x3d\xfd\xd4\xf3\xce\x3d\xe7\x83\ \x1f\xfc\xa0\x31\x9a\x31\x92\x39\xf4\x88\x4b\x01\x40\x4b\x9d\xa6\ \x89\xd6\x1a\xc1\x3a\xae\x03\x80\x94\x66\x35\x18\xe0\x38\x4e\x2e\ \x97\xf3\xbd\xf0\xee\xbb\xee\xbf\xe6\xda\x6b\xa3\x28\xa6\x54\x18\ \x63\xd1\x5a\x2e\xb8\x31\x9a\x31\x4a\x09\x45\x6b\x33\x2f\x99\x01\ \x4c\xd3\x34\x95\x32\x33\x95\x5a\xad\xd6\xca\x4a\x35\x08\xc2\xbe\ \xfe\x2e\x21\xe8\xfc\xfc\x7c\xab\x99\x1a\xad\x9b\xcd\x46\xb9\x2b\ \xbf\x7e\xfd\xfa\x52\x39\xdc\xb2\x65\xcb\xee\x5d\xbb\xe7\xe6\xe6\ \xe6\x66\x17\x06\x06\x86\x8c\x31\xad\x76\xbb\x3a\x39\xb5\x30\x3f\ \x9f\xcb\xe5\x1c\xe1\x69\x6d\x08\x20\x45\x20\x88\xd5\xc5\xa5\x5a\ \x77\x37\x17\xae\xe7\x86\x73\x0b\x8b\xfb\x0f\x1e\x96\x4a\x1d\xf7\ \xc4\x22\x1c\xb7\xa7\x58\x2a\x05\x45\x68\xc9\xb4\xd6\xbc\xff\xbe\ \xbb\x87\x37\x0e\x9f\x71\xc2\x86\x32\x73\x86\x9d\x80\x44\xd5\xa9\ \x28\x1a\xda\xbc\x61\xf4\xc2\xd3\x0e\x2d\xb5\xfb\xd7\x9e\xda\xe7\ \x8e\x8e\x1f\xd8\xb7\xeb\xa1\x03\xb6\x2d\x0b\x45\x5a\xa7\x0e\xb8\ \xb9\x8d\xeb\x07\x81\xe7\xc1\xcb\x81\x10\x4c\x18\x6d\x1a\x87\x26\ \xf6\xce\x56\x27\x72\x41\x19\x57\x35\x0d\x58\x12\x1b\x02\x20\x1c\ \xa2\xb5\x42\x34\x16\xad\x35\x96\x32\x56\x2e\x97\x5b\xad\xd6\xdc\ \xdc\x5c\x56\x7a\xd8\xdf\xdf\x5f\x28\x14\x66\x66\x66\x10\x51\x2a\ \xd9\xd5\xdd\xed\x08\x2f\x8e\x62\x58\xed\x73\x07\x51\x1c\x73\x47\ \x20\x92\x34\x95\x99\x21\x9b\x39\xe7\x33\x2b\xf6\xa8\x2c\x80\x94\ \x32\x97\xcf\xc7\xa9\xe4\x9c\x97\x2b\xe5\x9d\x27\x6d\xaf\x14\xc3\ \x9e\xee\xde\x66\xab\xd9\xd3\x55\x01\x40\x4a\x98\xca\xfc\xf0\x49\ \x72\xf8\xf0\x21\x21\x5c\xad\xb2\xca\x10\xea\xba\x1e\x63\xdc\x68\ \xad\xb5\xca\x4c\x52\x6d\x8c\xcb\xd8\x9e\xdd\xbb\xd7\x8e\xae\xd9\ \xb2\x79\xd3\x03\xf7\xdf\xb7\x67\xf7\xae\xf3\xcf\x3b\xe7\xb8\x55\ \x75\x28\x10\x62\x90\x50\x2a\xad\x12\xae\xb3\xb8\x30\x3f\x33\x7e\ \xf8\xc4\xde\x7e\x93\x44\x5a\x26\xca\x26\xb3\xb5\xe5\xd2\xd8\x5d\ \x63\x64\xf9\x90\x14\xdb\xc8\x46\x37\x66\xb3\x07\x17\x3d\xaf\x18\ \xf2\x60\x64\x64\x1d\x75\x5d\xc1\x3d\x87\x07\x40\x84\xd5\x48\x40\ \x5b\x13\xa3\x91\xa5\x62\x08\x44\x19\x9b\x28\xcd\x28\x25\x47\x2c\ \x78\x95\x26\x72\x66\x76\x26\x4d\x93\x2c\x26\xea\xfb\xbe\x92\x66\ \x79\x79\x65\x71\x71\x31\x49\x92\x72\xb9\x3c\x34\x34\xd4\x6a\xb5\ \x16\x16\x16\x10\x4d\xa9\x58\xd9\x7f\xe0\x80\xe7\x7b\x5a\x2b\xa3\ \xf5\x6a\xcb\x1e\x6b\x2d\xda\x63\x7d\x48\xc6\x98\x4c\x6d\x38\x13\ \x0e\x2c\x95\x4a\x51\x14\x51\x4a\xd1\xda\x72\xb1\x78\xf2\x49\x27\ \xdd\x72\xf7\x7d\x53\x63\x13\x56\x1a\xe6\x70\x6d\xac\x52\x46\x70\ \x0e\xdc\x05\x01\x86\x22\x17\xd4\xe5\x6e\x5c\x6d\x95\x0a\xc5\xd8\ \x73\x5b\x88\x3e\x81\xe5\x56\xab\xd1\x6e\x07\xd4\xa3\x92\x01\x80\ \x45\x90\x4a\x5a\xd4\x40\xa9\xf0\x9d\x02\x2f\x78\xbe\x4b\xfa\xfa\ \x28\xed\xe8\x30\x74\xf0\xdc\x3a\x76\x01\x80\x64\x8d\x2e\x00\x08\ \xd5\xb5\xdb\xaf\xbd\x72\xcb\x69\x27\x9d\x3a\xe0\x3e\x56\xa3\xfe\ \xd9\xe4\x51\x42\x00\x4d\x92\xd4\xad\x8e\xfd\xb0\x30\xbf\x30\x37\ \x3d\x3d\xc3\x7d\xaf\xd4\xd3\xed\x70\x67\xb1\x51\x1d\x1a\x1a\x2e\ \x57\x0a\x69\xa3\x9a\xa7\xbe\x88\x62\x13\xe9\xfd\x57\x5e\x13\x3d\ \xbc\x77\xc3\xb6\xf5\x69\xde\x46\xae\xb7\xe9\xe4\xb3\xcb\x6b\x8b\ \xb1\x98\xaa\x57\xe5\x72\x3c\x3d\xba\xbe\xec\xe4\x1c\x48\x52\xb0\ \x46\x6b\xd4\x8c\x52\xf4\xe6\xe6\x96\x3d\xcf\xbd\xf0\xa2\x0b\xcf\ \x3e\xfb\xec\x1b\x6e\xb8\xd1\x71\xbc\x2c\xc9\x02\x11\x18\x65\x04\ \x71\x7a\x7a\xda\x75\xdd\x66\xab\x5a\x70\x72\x59\x4b\x2c\x4a\x29\ \x22\x28\xa5\xc0\x82\x35\xa0\xb5\x56\x4a\x66\xcd\x3e\x09\x01\x72\ \x24\x08\xb7\x1a\x9c\x3b\xb2\x5a\xcf\xa2\x46\x47\x5b\x4a\x65\xcd\ \x20\xab\xd5\xaa\x36\x89\xe3\xb0\x56\xab\x45\x88\x4b\x28\x59\x59\ \xa9\x5a\x94\xf7\xdc\x73\xcf\xd9\x67\x9d\x6a\xad\x4d\xe2\xd8\x68\ \xa3\x95\xa9\x2e\xaf\x94\x4a\x25\x9d\xca\x66\xbd\xc1\x29\x77\x85\ \xcb\x08\xa5\x96\x28\x6d\x9a\x51\x33\x97\xcb\x2d\xcc\xce\x75\x77\ \x75\xf7\x0f\x8d\x68\x63\x77\x3d\xb2\x77\x71\xb9\x4a\x18\x3f\xae\ \x36\xde\x80\x88\x23\xc3\xc3\x85\x4a\xd7\xd4\xf8\x34\x8b\xf4\xcc\ \xc1\x83\xd7\x5e\x7d\xd5\x05\xfc\x42\x29\x13\x02\x28\x94\x22\xca\ \xd4\xab\xcd\xa5\xc5\xb9\x3d\x63\xfb\x1e\x9a\xa9\x17\xa3\xae\xf5\ \x5b\x2b\x75\xc3\x1f\x79\x64\xff\x96\x0d\xeb\x82\x52\x6e\xe3\x9a\ \x93\x11\x72\x3d\x7d\xfd\x34\x97\x03\x9b\x82\x89\x97\x16\xa6\x5b\ \x32\x0d\x72\xac\x54\x09\x65\x24\x09\x3a\x5a\x69\x3f\xf0\x1c\x4f\ \xa0\xd1\x00\xb8\x7d\xc7\x09\xe7\x9e\x7b\x56\x3e\x9f\x6f\xb7\x63\ \x5f\x38\x68\x6c\x66\xfa\x0f\x0c\x0c\x64\x6a\xae\xad\x56\xab\xd9\ \x6c\xca\x54\xe6\xf2\xb9\xcc\x49\x3b\x33\x33\x1d\xb5\xdb\xae\x1b\ \xd8\x2c\x28\x8a\x16\x80\x66\x63\x7b\xec\x37\xca\xdc\xbc\x47\x15\ \x91\x10\xd1\x75\x3d\x29\xd3\x20\xf0\xb6\x9f\xb0\x25\xf0\xdc\x34\ \x8d\x95\x14\xcb\x2b\x55\x34\x46\x29\x9d\x68\x49\x05\x15\x42\x18\ \x63\xd0\x62\x96\xba\x42\x08\xcd\x14\x06\x80\x50\x6b\x2d\xa5\xcc\ \x73\x1c\x06\x48\x3c\xd7\x6a\xb5\xb4\x30\xef\x3a\x4e\x6f\x6f\xcf\ \xd2\xf2\xd2\xfc\xfc\xfc\x71\x4f\xe8\x0c\x90\x02\x10\x00\x4b\x90\ \x70\x5a\x6f\xd4\x17\xe6\x67\x21\x89\xb8\xa0\x29\x4a\x8e\x3a\x05\ \xb6\xeb\x91\x07\xa3\x41\x1e\x93\xbc\xef\x6e\x1e\xe9\x59\xbf\xae\ \xdc\x2d\xca\x7d\xe0\xe6\x00\x28\x20\xd3\x29\xa2\x61\x04\x28\x58\ \x49\x98\x32\x32\x32\x32\x2a\x95\x7c\x6b\x52\x42\x91\x31\x6a\x8d\ \x71\x1c\x91\xa4\xb1\xef\x3a\x5b\xb7\x6e\x1d\x1d\x5d\x93\xa6\x31\ \x41\xcb\x18\x4d\x65\x0a\x86\xe6\xf3\x79\xdf\xf7\xb5\xd6\x9e\xe7\ \x49\x29\x9b\xcd\x66\xb3\xd9\xec\xee\xee\xca\x16\x7f\xbe\xef\x1f\ \x6d\x6e\xf3\xb8\x71\x3e\xfa\x67\x46\xaf\x47\x37\x38\xe7\x5a\x1b\ \xa5\x35\x32\xd6\x37\x38\xd8\x8c\x6e\xd2\x5a\xa7\xa9\xf4\xfd\xc0\ \xd8\x94\x11\x46\x91\x18\x8b\x16\xd0\x20\x50\xce\xc0\xe5\xe8\x72\ \x70\xb8\xf0\x03\x03\x52\x22\xd4\xe2\x76\x50\x2a\x05\x9e\x00\x07\ \x8d\x31\x2a\x8d\x01\x80\x0b\x17\x29\x1a\xad\x09\x10\x87\x3b\x94\ \x32\x42\x3a\x6e\xdd\x0e\x9e\x4b\x68\xad\x73\x7d\x5b\xde\xfa\xfe\ \x53\x8e\x4c\x3d\x13\xcd\xff\xfe\x4f\xf5\x28\x79\xd2\x4c\xf2\x67\ \x2f\x3e\x2a\x84\xe8\xae\x74\x55\xca\xdd\xfd\x03\x43\x3d\x7d\x03\ \xe3\x93\x53\x8e\xe7\x85\x85\x7c\xab\xd5\xee\xe9\xeb\x2d\x14\xc3\ \xb8\xb9\xa2\x56\x6a\x51\x3d\xee\x3b\x75\xa7\x6a\x4a\x5c\x5e\xee\ \x12\x7c\x65\x65\x36\xbf\x75\xc7\xd9\x2f\xbd\xcc\x2d\x0f\x34\x96\ \x56\x1a\xb8\x8c\x29\x6c\x59\xbb\xde\x12\x23\xa3\x2a\x45\x4a\x08\ \xb5\x56\x10\x4b\x29\x65\xbd\xbd\xdd\x94\x8a\x66\xb3\xb6\xbc\xb2\ \x74\x34\xd9\x2f\x2b\x01\x94\x52\x33\x34\x99\xaa\x4e\x18\x86\x5a\ \xa9\xd4\x68\xc7\x71\x38\xe7\x88\x60\x8c\x71\xb8\x20\x84\x6c\xda\ \xb4\x71\xc3\x86\x0d\x7b\xf6\xec\x67\x8c\x22\x22\x3d\x12\x87\x43\ \x6b\x8d\xc1\x8c\x47\x33\x65\x21\xc6\x39\xa1\xd4\x72\x7e\x24\x67\ \x92\x50\xca\x84\x20\x49\xda\x56\x4a\x53\xca\xd0\x12\xc7\x71\xa4\ \x52\x7b\xf7\xee\x3d\xe7\x9c\xd3\x4a\xf9\x62\xe0\x05\x4d\xde\x74\ \x98\x88\x5a\x2d\x82\x44\x29\xa5\x12\x29\x18\x47\x6d\x53\xad\x92\ \x66\x94\xcf\x87\x60\xa9\x0b\x54\x45\xe9\xf2\xfc\x72\x18\x96\x66\ \x96\x96\x0f\x1e\x1e\x4b\xb4\x39\xde\x36\xde\x40\x29\x13\x42\x1c\ \xd8\x7f\x20\x6d\x45\x45\xee\x7b\x9e\xbb\xf3\x8c\xd3\xb7\x9e\xbc\ \x23\x32\xd2\x58\x09\x14\xb8\xb4\x79\xc1\xea\x53\x73\x91\x7b\x7f\ \xd3\x2d\xb6\xe7\xd5\x9a\x2d\x3d\x83\xa3\x1b\x36\x6d\x39\xdb\xf1\ \x44\xdf\x70\x00\x58\x06\xed\x27\xf5\x06\x6d\xb7\xb5\x6a\x33\xc7\ \x94\x7c\x37\x4d\x23\x13\x45\x03\x5d\xa5\x03\xd5\x59\xc2\xb8\x70\ \x5d\x63\x8d\x52\x89\x51\x92\x32\x7b\xc1\x05\xcf\x3b\xe9\xa4\x13\ \xa3\x76\x9b\x12\xa6\xb5\xb6\xc4\xba\xae\x9b\xcf\xe7\xb3\x30\x27\ \xe7\xbc\xd1\x68\x6c\xda\xb4\x29\x49\x12\xcf\xf3\x90\xc0\xc2\xc2\ \xc2\xd8\xd8\x98\xe3\xb8\x94\xd2\x38\x4a\x01\xd1\x66\x62\x46\x47\ \x24\x99\x1e\x47\xa5\xd9\xcc\x8e\x88\x4a\x69\xa0\x00\x40\xac\x31\ \x82\x73\x34\x0a\x8c\xb4\x46\x05\x81\xdf\xdd\xd3\x7d\x70\x7c\xca\ \x0d\x5c\x83\x86\x1e\xf1\x06\x67\xa7\xca\xba\x8d\x22\x02\xa3\x34\ \x4d\x92\x38\x6a\x5b\x63\x18\x21\xb9\x7c\x5e\xa6\xf1\xdc\xfc\x5c\ \x5f\x6f\xcf\xc6\x0d\x1b\x72\xb9\xd0\x73\xbd\xe3\xf6\xeb\x32\x24\ \x0c\x0d\x21\x04\x18\x55\x88\xd4\xa1\x07\x0e\xee\x6f\x5c\x70\x61\ \x2d\xaa\x47\x36\x36\x5a\xc5\xf3\x84\xfb\x2b\x51\x73\x57\x79\xf3\ \x09\xf1\xc2\xe4\x72\x2b\xf0\x8c\x11\x8d\xc8\x2d\xf7\x20\x77\x2c\ \xb0\x76\xad\x99\xcf\x95\x64\xd4\x62\x0c\x89\xd0\x40\xb4\x2f\x1c\ \x97\x12\x34\xda\x6a\x43\x04\x20\x82\xb5\x26\x6d\xcb\x93\x76\x6c\ \xfb\xe0\x07\x7e\x67\x64\x64\xa8\xdd\x6e\xc8\x24\xce\xe5\x02\x63\ \xb5\xd5\x94\x52\x9a\xb5\x6d\xc9\xf2\xbc\xba\xbb\xbb\x7b\x7a\x7a\ \x1c\x47\x4c\x4d\xcd\x2c\x2e\x2e\xfa\x7e\xb0\xb2\xb2\x7c\xc4\xe2\ \xb7\x47\x7e\x2f\xf8\x44\x9f\x6a\x16\x61\x95\x52\x66\xde\x5d\x44\ \x9c\x98\x9d\x5d\x8e\xa3\xc9\x85\x79\x45\x80\x0a\xae\x8d\x12\x9c\ \x73\x42\xad\x56\x0c\x0d\x22\x38\x84\x31\x26\x34\x23\x92\x93\x18\ \x0c\x07\x20\xda\x52\xc4\x76\x92\xb0\x7c\xe0\x7a\x8e\x4a\x23\x65\ \x94\xe0\x82\x51\xc7\xa0\xcd\x06\x8a\xa2\x35\x46\x83\x25\xab\x6b\ \xef\x0e\x95\x76\xf0\x5c\xf9\x75\x19\x4b\x6a\x33\xf7\xdd\x7a\x30\ \x01\xca\x38\x6b\x1c\xbe\x6b\x77\x35\x7f\x61\x25\x0f\xf8\xdc\xe5\ \x19\x01\x80\xb5\xc0\x89\x97\x0b\x8a\x32\x35\x39\x3f\x97\x0f\x0a\ \x9e\xeb\x59\x63\x36\x6e\xdc\x14\xe6\xf2\xd5\xea\x32\x89\x1b\x77\ \xdd\x70\xed\x03\x77\x3d\xf8\x97\x7f\xf7\xd7\x81\x2b\x8c\xcf\xda\ \x32\xaa\x56\x65\xdf\x70\x8f\xe8\x2d\xcc\xcc\xce\xf5\x6d\xdc\x21\ \x6c\xad\xba\x54\x9d\xde\xbb\x8b\x11\x46\x45\xcb\x09\x4a\x5e\xb1\ \xd7\x11\x01\xa1\x9e\xa5\xe0\x38\x02\xc0\xb9\xf7\xde\x7b\x1e\x7e\ \xf8\x41\x47\x78\xab\x94\x87\x60\x11\x28\xa1\xd6\xaa\x95\x95\x95\ \x5a\xad\xd6\xdb\x57\x01\x20\x42\xf0\x56\xab\x55\xaf\xd7\x95\xd2\ \xae\xeb\x76\x57\xba\x7c\x8f\x0d\x0e\x0c\x9e\x76\xda\xe9\xbb\x76\ \xed\x41\xd0\x9c\x3b\x94\x50\x46\x29\xa5\x74\x35\x72\x04\x47\x8c\ \x51\x02\xab\x66\x0a\x62\x96\xb8\x61\x8c\xf5\x3c\xcf\x0f\x84\xb1\ \xd2\x5a\xab\x64\xc2\x99\xe7\x79\xbe\xc5\xb4\x54\x2e\x0f\xf4\x0f\ \xd6\x17\x96\xbb\x2b\xdd\xcb\x8b\x2b\x60\xd1\x6a\x9b\x44\x11\x02\ \x09\x83\xdc\xaa\xd3\x52\x19\x1d\x25\x3d\xc3\xc3\xa5\x72\x29\x0c\ \x83\x62\x77\x05\x84\xa8\xae\x54\x1f\x7e\xf8\x91\x54\x29\x26\x9c\ \xe3\xcc\x76\x21\x60\xad\x1d\x9f\x99\xd4\xda\x52\x46\x2d\xd8\xf5\ \x5b\x37\xf6\x6f\x19\x55\x21\x34\x89\xe1\xb9\xa0\x2e\xd3\x2e\x4b\ \x74\x2b\x95\xcd\x56\x75\x66\x2a\x2a\xa8\xde\x72\xa1\xb5\x58\x2b\ \xe5\xbb\xe6\x16\x97\xf2\x5d\xb9\x46\x34\x2b\xac\x83\x29\xb1\x89\ \x0e\x5c\x37\x6e\xd7\x11\x24\xf5\x98\xe5\x6e\x48\x45\x00\x9c\x28\ \x24\x9c\x22\x5a\xad\xcd\xe0\xe0\xe0\x9a\xe1\x81\x66\xab\x19\x86\ \x41\x1c\x47\xd6\x1a\xce\x08\x00\x65\x8c\x65\x62\x7b\x9c\x31\x84\ \xd5\x3c\x52\xa3\x75\xb3\xd9\xac\xd7\xeb\x5d\x3d\xdd\x71\x1c\xcf\ \xcd\xcd\x03\x41\xdf\x0f\x6a\xf5\x16\x1e\xe9\xca\x72\xac\x61\x74\ \xd4\xb5\x7b\xd4\x0d\x90\x55\x37\x71\x4f\x30\xce\x9b\x8d\xc6\xca\ \xd2\xe2\x86\xd1\xe1\x08\x4c\x18\x86\x1a\xd9\xb9\xe7\x9d\x3b\xbf\ \x5c\x3f\x38\x76\x88\x30\x42\xb4\xe2\x5c\x10\x4a\x33\x25\xbc\x23\ \x27\x21\x8c\x71\xb0\x56\x26\x31\xa0\xf5\x7c\xbf\x90\x0f\x4b\x23\ \x43\x82\x73\x21\x18\x43\x1b\xba\x2e\xa0\x3d\x5e\x77\x3a\x0a\xa0\ \xcc\x00\x21\x80\x94\x18\x6b\x99\xeb\xdc\xf7\xe0\xfd\x51\x63\x25\ \xb6\x52\x3b\x40\x88\x57\x5b\xa0\x60\xa2\x53\x5f\xd4\x43\x49\xd2\ \x9e\x3a\xe4\x94\x2a\xbc\x58\x42\xa6\x9a\x8b\x63\x61\xa5\x3b\xc8\ \x87\xf9\x2e\x5c\x9c\xdc\x65\x53\xb9\xb4\x38\x5b\x2a\xe5\xbd\x5c\ \xd0\x3d\xb4\x96\xa0\x61\x84\x11\x4b\xad\x45\xc6\x48\x4f\x4f\x8f\ \xe3\xf2\xa1\xa1\xc1\x30\x0c\x6b\xb5\x2a\xa2\xf5\x7d\x8f\x50\xa2\ \x52\x23\x98\xd0\x5a\xa7\x69\xea\x38\x8e\x35\x96\x0b\x9e\x09\xf1\ \xd7\x6a\xd5\x43\x07\x0f\x36\x1a\x0d\xcf\x0d\x93\x24\x41\x58\x15\ \x47\x3c\x3a\xc8\x4f\xf8\xe5\xae\x66\x4d\x27\x49\xe2\xfb\x3e\x67\ \x8c\x32\x36\x5d\x5d\xba\x63\xef\xc3\x0f\x8d\x1f\x6c\xa3\x66\xbe\ \x48\xb4\x0a\x1c\x8f\x12\x30\x46\x53\x62\x89\x41\x50\x1a\xd0\x91\ \x68\xad\xcb\xa8\xc3\x8d\x52\xdc\x5a\x66\x31\x51\xe9\xd8\xe2\x6c\ \xa9\xaf\xdf\x46\xb1\x32\xda\xf1\x5d\xa4\xc4\x48\x83\x94\x30\xea\ \x30\x0e\x60\xa5\xd5\x16\x80\x74\x38\xb4\x83\xe7\x10\x94\xd2\xa4\ \x31\x7b\xcb\x75\xd7\x36\xa8\x03\x46\x89\x5c\xdf\x6b\xde\xf5\x9a\ \x8d\x65\xae\x8f\xa4\x2e\x3e\x47\x3c\x6a\x50\xc6\x58\xaf\x45\x9e\ \x67\xa7\xa7\xe6\x5a\xcd\xe8\x82\xf3\x2f\xe8\x1f\x18\x4c\x94\x9a\ \x99\x9c\x54\x52\x79\x36\xae\x2d\xad\x6c\xdb\xb1\x9d\x17\x02\xd3\ \x6e\xd6\x6d\x9a\xf3\x9c\x96\x89\xf6\x1d\xda\xaf\x07\xcb\x87\x97\ \xd3\x05\x4b\x06\x87\xe3\xc9\xf1\xf1\x64\xc9\x1b\xdd\xb8\xa1\xd2\ \xdb\xcd\xbc\x12\xf7\xbb\xb8\x57\x06\x08\x10\xa4\xd1\xb1\x35\x31\ \xe7\x2c\x08\x02\xad\xcc\xa3\x53\xb0\xb5\x49\x1c\x07\xbe\xd8\xb4\ \x69\x23\x5a\xcc\x9a\x4e\x7b\x9e\xeb\x7b\x5e\x9a\x4a\x6b\xdb\x4a\ \x2b\x29\x95\x92\xf5\x7d\x7b\x0e\xc4\x51\x3b\xe3\x36\x4a\xa9\x70\ \x44\x66\xb3\xae\x7a\x48\x01\x33\xbd\x34\x60\xf4\xe8\xd4\x93\xa5\ \xa1\x32\xc6\x5c\xd7\x61\x8c\x66\x65\x03\x8c\x39\xc2\x71\x1c\x87\ \x13\x4a\xb7\x6e\xde\x1c\x27\xf1\xd4\xd4\x54\xb9\x58\x02\xb4\x71\ \x92\x86\x41\xae\xab\xd2\x95\x24\x69\x9a\x4a\x42\x18\x10\x20\xc8\ \x73\xdd\x4e\x29\x57\xe8\xef\xee\xee\xed\xeb\x23\x82\xa7\x68\x1f\ \xd8\xbb\x6f\x66\x76\x26\x45\x54\xd9\xe7\x1c\x97\x50\xbd\xb1\xf6\ \x8e\xbb\x6e\x57\x4a\x83\x82\xa2\x13\x6e\xdd\xb0\x29\xec\x2b\x87\ \xbd\xa5\xba\x8c\x68\xd2\xae\xa3\x16\x68\x2c\x25\x07\xa6\x26\x19\ \x83\x75\xeb\x4e\x08\x19\x6b\xcd\x2d\x78\x6d\xe2\xd2\x92\x31\xed\ \x58\x2c\xf7\xf5\x57\x0a\x95\x7c\x54\x53\x07\xf7\x3e\x68\xb5\x8a\ \xdb\x0d\x22\xe8\xd0\xda\xcd\x3e\x08\x1f\x5c\x66\x88\x35\x26\xb5\ \x26\xcc\xf9\xa3\xa3\x6b\x4e\x3a\x71\x3b\xe7\xd4\x18\x93\x0d\xa3\ \x5f\x70\xb3\x27\x92\x73\xae\xb5\xce\xb2\xbd\x52\x99\x12\x42\x94\ \xd6\x95\xae\xca\xec\xec\xdc\x81\x03\x07\x9a\x8d\xf6\xf2\xca\xb2\ \x10\x22\x8a\xdb\x4a\x49\xee\x38\xab\x13\x3a\x79\x8c\x49\x74\xac\ \xb3\x31\xb3\xb1\x28\x63\x6e\x98\x17\x8c\xc5\x49\x73\x6c\xec\x70\ \xe0\xb2\x42\x2e\x4c\x93\x34\x96\x66\x64\x64\xf8\xd2\x57\x5c\x7a\ \xc5\x8f\x7f\x38\x36\x76\x58\x1b\xc3\x18\x03\x5c\xad\xe2\x50\x4a\ \x72\x2e\x28\xa5\x69\x9a\x38\x6e\x08\x84\x84\x61\x58\x2a\xe6\x5d\ \xd7\x2d\x15\x0b\xb9\x5c\x4e\x6b\x25\xe3\xa8\xab\xbb\xcb\xf3\x3d\ \x7b\xbc\x36\x11\x01\x20\x99\x6d\x47\x08\x12\x8b\x14\x97\x56\x96\ \xae\xba\xf6\xea\xc8\x48\x0c\x05\xc6\x3c\x4e\x7c\xd2\xc2\x64\xa5\ \xed\xd0\x74\x6e\x69\x6e\x86\x7a\xf9\x4a\xd7\xe0\xba\xe1\xb0\x18\ \xd6\x67\x96\x07\x07\xba\xd3\xa8\xb1\x34\x3f\x0d\xca\x76\x95\x4b\ \x16\xdb\x2a\x55\x26\x8d\xca\xc5\x92\xcb\x5d\xd4\x44\xc9\xb4\x50\ \x0c\xce\x3e\xfb\xac\x9d\x3b\x4f\xea\xeb\xed\x49\x92\xd8\x71\x38\ \xa2\x31\x9c\x08\xc1\x39\x67\x99\x28\xa3\x52\x8a\x52\x42\xd9\x91\ \x04\x69\xc6\x84\xe3\x4c\x4c\x4c\x58\xc4\x54\xaa\x38\x49\x1c\xcf\ \xcd\x32\xb9\xf0\xc9\x12\xfa\xad\x45\xc6\x1e\xb5\x47\x11\x20\x8b\ \x4f\x4f\x2d\x2e\xa4\xf7\xde\x35\xdf\xaa\x91\xd0\xa3\x8c\x93\x38\ \x36\x80\x82\x52\x04\x4b\x39\x61\x00\xc2\x30\x43\x48\x0b\xac\x15\ \x8c\xb8\xc2\x11\x4e\xb7\x13\x48\xd0\x68\xf4\xfe\xc9\xb1\x0d\x85\ \x7c\x81\x52\xd7\x0f\x15\x5a\x6b\x2c\xa3\x42\xa3\x95\x52\xeb\x54\ \xca\x38\x21\x00\x90\x45\x64\x3a\xd3\x79\x07\xcf\x9d\x5f\xb7\x38\ \xbc\xf3\x03\x7f\xb4\xbd\x15\xab\x30\x1f\x12\xa0\xae\xc3\xd2\x38\ \x7e\xd2\xe6\xf2\xcf\x62\x9e\x11\x10\x43\x8c\xd4\x49\x57\x58\x34\ \x2a\xce\xf9\xec\x07\xdf\xf9\xe6\x29\x3b\x77\x76\x77\xf7\x12\xa0\ \xbe\x1f\xe6\xbb\xfa\xcf\xbf\xec\x35\xdd\x85\xbc\xcf\x89\x4c\x53\ \xd5\xac\xb5\xd3\x66\xe0\x71\xaf\xd1\x5e\xd8\xb3\x27\x75\x42\x62\ \x47\xbb\x7b\x4e\x2e\x9d\xb5\xcd\x71\x2b\x10\xf8\xa8\x23\x4b\x28\ \x00\x57\x36\x15\x4e\x4c\x64\x93\xa1\x02\xe2\xb8\xa0\xf3\x9e\x57\ \x4d\x53\x20\xc4\x18\x65\x8d\x0d\x7c\xf7\xd4\x9d\x3b\x76\xec\xd8\ \x7c\xee\xb9\xe7\x38\xae\xd3\x6e\x47\x9c\xd3\x54\x6a\x63\x49\xff\ \xc0\x10\x21\xc4\x68\xc3\x08\x24\x51\x7c\xd2\xc9\x27\x6e\xd8\xb4\ \x61\x68\x70\xf0\x2b\x5f\xfb\x66\x3b\x4a\x28\x20\x20\x1a\x65\x29\ \x30\xee\xf3\x6c\xe5\x6e\xad\xa5\x47\x6a\x39\x18\xa5\x8c\x66\x96\ \x01\xa5\x82\x69\x8b\xd6\x12\x4a\x18\xa2\x45\x93\x38\x9c\xf9\xbe\ \xd8\xbe\x65\xa3\x43\xb0\x5c\xcc\x0d\x0c\xf5\x0e\x0e\xf7\x2d\x2c\ \x2c\x0e\x0e\xf5\x75\x75\x77\xcf\xcd\x2f\x34\x17\x9a\x61\x90\xb7\ \xd6\x6a\x65\x84\x70\x90\xb0\xc5\x6a\x35\xec\x2a\x19\x15\x47\x5a\ \x56\x5b\x2b\x94\x62\xe8\x78\xa9\xb1\xc7\xed\xe2\x22\x00\xf5\x85\ \xb1\x99\x99\x39\x2d\xd1\x73\x82\xbd\x7b\xee\x2b\x77\x55\xce\x3e\ \xe7\x34\x59\x0c\xc5\xca\xb2\x2a\xc3\x14\x27\x6d\xed\x24\x98\xcb\ \x25\xb4\x37\x4e\x92\x85\x99\x85\xb9\xe8\x30\xee\x5f\x37\xba\xb1\ \xd2\x5d\x41\x96\xce\x46\x75\xdb\xdb\x57\x5d\xa9\xd5\xeb\x4b\x39\ \xdf\xa9\x14\x03\x3f\x08\xa2\x66\x4d\x84\x43\xa5\xde\x1e\x16\x4c\ \x59\x46\x08\x90\x5c\x21\x2f\x65\x32\x3f\x3f\x37\xd8\xdf\x9b\xc6\ \x51\xd4\x64\x88\x36\x10\x4c\x33\x47\x1b\x60\x8c\xa6\x52\x32\xca\ \x09\x05\x44\x14\x5c\xc4\xad\x28\x96\x32\x97\xcb\xa7\x52\x2d\x2c\ \x8c\x45\x51\xbb\x58\x2c\xb7\xdb\x0d\x04\x9d\x95\x6d\x10\xca\xb5\ \xd6\x78\xa4\x9b\xf3\xaa\xe2\xea\x2a\xbf\x12\xad\x35\x10\x12\xc7\ \x49\xb9\x44\xb4\x05\xca\x9c\x99\x85\x95\x30\xbf\x90\x0f\x83\x81\ \xfe\x7e\xcf\xe5\x49\xab\xb9\x69\xed\xe0\x0b\x2f\xbc\xe0\xcb\x73\ \x0b\x49\x2a\x29\x71\x80\x82\xd2\x8a\x52\x4a\x08\x68\x9b\x72\x00\ \x42\x99\xb1\x4c\x69\x26\x04\x31\x48\xfd\x20\xf0\x7c\xcf\x11\xdc\ \x61\x34\x70\x9d\x46\xad\x2e\xb8\x73\x7c\x03\x4f\x00\x14\x21\x92\ \x3b\x1a\x29\x05\xc2\x34\x71\x98\x88\xd3\xf8\xfb\x37\x5c\xbb\xae\ \xbb\x8b\x74\x85\xb5\xa5\x9a\x76\x8c\x17\xf2\x61\xee\xf5\x78\xa1\ \x96\x2d\xcf\x77\xeb\xb5\xc5\x64\x6f\x33\xc8\xe5\x52\x99\xb0\x74\ \xd4\x77\xf8\xe8\xc0\x48\xbb\xd1\x8c\xa3\xd4\x71\xbd\xa8\x95\xb6\ \xa3\x64\x70\x68\x88\x72\xc6\x38\x75\x3d\xd8\xb2\x79\x6d\xb9\xe4\ \xeb\xb4\x6d\x74\xbe\x56\x4b\x32\xb1\x43\xad\x5c\xa9\xb4\x31\xd6\ \xf7\xad\xd1\x46\x29\x45\x78\xce\x68\xa3\x8d\x11\xc2\x89\x92\x98\ \x50\x3e\x31\x33\x83\x04\xa4\x35\x1a\x2c\x43\x03\x14\x8d\xd1\x80\ \x48\xc0\x64\xd2\xb6\x16\x81\x20\x12\x40\x63\x14\x63\x04\x01\x08\ \x65\xa9\x4c\xa5\x52\x9e\xeb\x19\x84\xb8\xd1\x68\xce\x2e\x6c\xe8\ \x1b\x9a\x5d\x5a\x4e\xb5\xa5\x86\x1a\xb4\xb1\xb6\x9c\x3b\x4a\x25\ \x40\x89\xcb\x5c\x82\xcc\x21\x18\x5b\x9d\x52\x14\x0e\x8f\x1b\x31\ \x61\x34\x26\x66\xbc\xda\x9e\x69\xb6\x9a\x49\x54\x28\x16\x91\x82\ \xd6\x86\x71\x4e\x29\xa3\x80\xc2\xe1\x9c\x07\x71\x14\x75\x18\xb4\ \x83\xe7\x16\x84\x71\x68\xcd\x7c\xeb\x8b\xff\x7e\xeb\x21\x79\xd6\ \xa5\x6f\x79\xfd\xf3\xd6\x3c\x7c\xff\x78\xd7\xe8\x86\x92\xf7\x24\ \xf2\x20\xcf\x5e\x7c\xd4\xf1\x1c\xc6\x89\xb5\x86\x70\x6c\xb6\x57\ \x92\x24\x6e\xb7\xaa\xed\xc6\x72\xb9\xd4\xe5\x3a\x7e\xa9\xdc\xb5\ \x66\xdb\xf6\x81\x35\x83\x5e\xce\xa5\x2a\x85\xa8\x95\x44\x4d\x4b\ \x2c\xb6\xe2\x74\xff\xa1\xae\x1c\x75\x87\x87\x74\x73\xa5\x3e\x3b\ \x40\x1d\xaf\x19\x37\x9d\x44\x71\xd7\x91\x49\x9b\x80\x06\xd0\x4d\ \x3d\xe1\x82\x75\x09\xe3\x5e\xd1\x17\xd4\x13\xc2\x98\xb6\x46\x2a\ \x1c\x37\x8d\xda\x82\xe1\xa5\x2f\x7b\xd1\xd0\x9a\x7e\xcf\x73\xa3\ \x28\x0a\x82\xc0\x22\x50\x2a\x8c\x51\x51\x94\xac\x56\xa9\x33\x02\ \x88\x52\xc6\x42\xf0\xd7\xbd\xee\xb2\xc5\xc5\xa5\xef\x7c\xef\xfb\ \xcc\x0b\x28\x90\x34\x49\x3d\xd7\x03\x4a\x01\x2d\x02\x58\x44\x72\ \xa4\x5b\x78\x96\x23\xc3\x18\x31\xd6\xc6\x69\xc2\x18\xe3\x8e\xe7\ \x79\x86\x02\xa6\x49\x7b\x79\xb9\xf1\xc2\x4b\x2e\xec\xeb\xa9\x00\ \x58\x42\x81\x30\x5c\xb7\x7e\x54\x59\x09\xd4\x74\xf5\x56\x4a\x3d\ \x15\xf9\xa0\x8c\xe2\xc4\x0b\x3c\xab\x4c\xbb\xa1\x0d\xa3\x40\xa9\ \x08\xbc\x62\x21\x64\x71\x54\x5c\x2c\xe6\xeb\x0d\x60\x42\xd6\x9a\ \xc7\xab\x06\x40\x10\xed\xca\xec\x04\xca\x94\x13\xc7\x22\x89\x93\ \x44\x4f\x35\x6e\xba\x7c\x3a\xa4\xb6\xec\x73\xe5\xe8\xa4\xcb\x9d\ \xad\x6a\x8b\x7e\x1c\x9b\xc4\xe8\x00\x29\x61\x0c\xc1\x4c\xcc\xed\ \x9f\x98\xb5\xbe\xef\xab\x34\x4d\x36\x6f\x11\x8e\x3b\x3c\x32\x5c\ \x5b\x9a\xab\xd5\x56\x10\xb0\xad\xe8\x9a\x91\x42\xdf\xc8\x50\xb0\ \xfb\x80\xd2\xe8\xba\x6e\xa9\x54\xf0\x7d\x9f\x73\x46\x10\x1c\xce\ \x28\x21\x9c\xb3\x28\x6a\x3b\x1e\x18\xa4\xbe\xf0\x08\xe3\x08\x10\ \x86\xb9\x2c\xc7\xc7\x0d\xfc\x28\x8a\x1c\xc7\xe9\xef\x1b\xb8\xef\ \x9e\xfb\x29\xa1\x52\x49\xa5\x52\x42\x2c\x82\x46\xc8\xaa\x15\x2d\ \xc2\x63\x0a\x67\xb3\xf1\x67\x00\x59\x2d\xa9\xd6\xd2\x18\xcd\x19\ \xd3\x96\xb7\x22\x09\xdc\xab\x36\xda\x52\x4f\xf7\xf6\x54\xba\xca\ \x25\x2b\xa3\xae\x42\xa1\xab\x58\x99\x9e\x9f\x03\x04\x42\x19\xe3\ \x19\x25\x58\x82\x96\x50\x4b\x80\x18\x83\x08\x3c\x95\xaa\xd6\x68\ \xe6\x73\x41\xab\xd5\x6a\x35\xea\xa8\x75\x10\x04\x94\x72\xdf\xf3\ \x8f\x5b\x52\x47\x53\xaa\x19\xd3\x68\x89\x05\x8e\x44\x20\xd1\x08\ \x4d\xad\x16\x41\xc7\x28\xab\x2c\x25\x9c\xf8\xcc\x99\x48\x52\xd9\ \x64\x0c\x2c\x11\x66\x60\xa0\xbf\x51\xab\x45\xb5\x86\x56\xa6\xb6\ \x50\x33\xf9\x70\xff\xae\xc3\xbd\xdd\x7d\xc5\x52\x39\x5f\x2a\xb8\ \x5a\xe7\x8a\xe5\x5c\x98\x0b\x73\x81\x32\xb4\xab\x2b\xdf\xdd\x95\ \x67\xd4\x26\x69\x2b\x49\xda\x9e\xe7\x09\xc1\xb3\x4c\xe6\x4c\xb7\ \x8c\x32\xe2\xb8\x3e\x4d\x29\x13\x8c\x32\x4e\x8d\xb1\x16\x80\xb2\ \x76\x14\xd5\x9b\x4d\x04\xb4\x60\x80\x12\x44\x4b\x08\x45\x40\x00\ \xa4\xd9\x7a\x05\x2d\x41\x44\x6b\x8f\xfc\x67\x2d\x42\xa6\x3f\xac\ \xb4\xf6\x3c\x66\x91\x60\x33\xda\x31\xb2\x6e\xcb\xb6\x1d\x9f\xf9\ \x8f\x2f\xec\x9b\x1c\xf7\xf3\xf9\x93\x77\x9e\x1c\xa7\xd1\xd2\xc2\ \xdc\xd2\x62\x3b\x4d\x34\x41\x10\x28\x18\x02\x63\x4c\x81\x49\xac\ \xf6\xbc\xc0\x1a\x6b\xac\xad\x49\xd3\x42\xd3\x57\xc8\x11\x4e\xad\ \xb5\x8c\x33\x4a\x09\xa3\x24\xfb\xd3\x58\x08\xf2\x41\x27\x38\xda\ \xc1\x73\x0b\xce\xe9\xe1\x47\x6e\xb9\xbf\x39\xf4\xee\x37\x0f\x7f\ \xf7\xca\x9b\xe7\x4f\x7e\xf9\xed\x57\x7d\x7f\xc3\x2b\xdf\x77\xfe\ \xfa\x82\xd2\xcf\x5d\xdd\x8b\xb5\xd6\xf7\xfc\xd3\x4e\x3d\xc5\xf5\ \x9c\x99\xe9\x09\xb4\x4a\xeb\x64\x69\x79\xbe\xd1\xa8\x19\x65\xb5\ \x85\xc2\x23\x0f\x8d\x6e\xd8\x70\xce\x99\x27\x17\xd6\x0d\xb7\x96\ \xe6\x57\x40\x87\x0e\x25\x4c\xcc\x37\x1a\x24\x96\x27\xf4\xf5\xb9\ \xdc\x2e\x4e\xec\x2d\x56\xba\xa8\x10\x69\x9b\x9b\xd0\xcf\x57\x4a\ \x28\x4d\x63\x69\xbe\xd5\xa8\xcd\x55\xab\xf9\x5c\xb9\x77\x64\x3d\ \x5a\x9d\xca\xc4\x58\xc9\x1d\xdf\x28\x5d\x2c\xe5\x36\x6c\x5a\x67\ \xac\x6a\x36\x9b\x52\x4a\x21\x84\xeb\x3a\x52\x2a\x00\x08\xc3\xa0\ \xdd\x8e\x08\x80\xe3\x3a\x69\xd4\xf6\x3c\x57\x08\xa7\xd1\x6a\x4f\ \x4d\x4d\xcd\xcc\xcc\x38\x4e\xa6\xf1\x42\xdb\x51\xec\x79\x9e\xd1\ \xda\xa2\xcd\xdc\xb6\x99\xaf\x92\x1c\x09\xe3\x09\x21\xac\x56\x69\ \x92\x78\xbe\xef\x38\x0e\x7a\xc6\x75\xc4\x8e\x6d\x5b\x95\x8e\xce\ \x3b\xef\x3c\xdf\xf7\xeb\xf5\xaa\xd2\x4a\x4a\xd9\xdb\xdb\x1b\xe4\ \xc2\x66\xa3\xd5\x6a\xb6\x0c\xc0\xe6\xcd\x9b\x17\x16\x97\xf6\xef\ \xdb\x0f\x86\x32\x22\xc2\x4a\xa1\x58\xca\x71\xcf\xd5\x80\xa9\x94\ \x9c\xf3\x20\xf0\xa4\xc6\xc0\x73\x39\xa3\xc7\x35\xaf\x20\x00\xa1\ \x40\x18\xe1\xcc\x71\x80\xb0\xac\x54\x62\xb9\xd9\x48\x18\x36\x9b\ \xaa\xe0\xf1\x5a\x2b\xaa\xb6\x12\xe1\x52\xa1\x58\xad\xd5\x36\xc8\ \x83\xc0\xf1\x5c\xd7\xf7\x1d\xd0\xba\xd5\x8c\x1c\x87\xd6\x1b\x8d\ \x46\xa3\x05\x60\x7b\x4a\x85\x4a\x57\x97\xe7\xb8\xd4\x75\x18\x65\ \x81\xef\x19\xa3\x82\x30\x5f\xcc\xe7\x8b\x85\x42\x3e\x97\xcb\x85\ \x61\x2e\x97\x0b\x7c\x27\x0c\x03\x4a\x20\x8e\x62\xc2\x14\x6a\xa4\ \x94\xc4\x71\x9c\x69\x01\x02\xa0\x31\xab\xe1\x4f\x6b\xac\x51\x66\ \x62\x62\x9a\x12\x66\x0c\x6a\x6d\x10\x09\x01\x0a\xc0\x00\xc8\xb1\ \x29\xbb\x8f\x93\xa6\xca\x82\xac\xd6\x62\x92\xa6\x61\xe0\xa7\x49\ \x1c\xc7\x91\x23\x9c\xae\x52\x41\xc9\x04\x11\xeb\x8d\x06\xe7\xb4\ \x54\xca\x77\xf5\x94\xa6\xe7\x67\x10\xad\x94\x9a\x65\xe2\x76\x8e\ \x20\x96\xa9\x34\xa6\x8c\x32\x04\x63\x34\x21\x48\x80\x68\xa3\xeb\ \xf5\x9a\xe7\x38\xe5\x42\xc1\x71\x1c\x46\xf9\x33\x2a\x62\x24\x24\ \x13\xc4\xa4\x94\x66\x25\xab\xd6\x42\x14\xc5\x4a\x6b\x40\x68\xd6\ \x9b\x71\x5a\x5b\xb7\x66\xa4\x51\xab\xf5\x57\xfc\x20\xf4\xa7\xa6\ \xc6\xc7\x0e\xee\x3d\xfb\xac\xb3\xd2\x54\x79\xae\x1f\xc7\x89\xe7\ \x39\x43\x43\x43\xcd\x7a\x9b\xb7\x9b\x44\x90\x6a\xb3\x01\x6e\xd8\ \xd5\x55\xe9\xa9\x74\x09\xaf\x38\x3c\x5c\xf2\x3c\x2f\x08\x82\x72\ \xb9\xe2\x79\x6e\x16\x89\x70\x1c\xa7\x5e\xaf\xb7\x5a\x2d\x46\x59\ \xa3\xd1\x48\xe2\x58\x2a\xdd\xdd\xdd\xd3\xd5\xd5\x65\x34\x6a\x6d\ \x5c\xd7\xdd\xbf\x6f\x5f\xbd\x56\xb3\x16\xac\x31\x14\x08\x00\xcd\ \x4a\x46\x01\x2c\x20\xcb\x62\x17\xd9\x30\x5b\x38\x32\xe0\xc6\x72\ \xc6\x29\x21\x52\x2a\x44\xe4\x82\xa5\xed\x08\x62\x39\xda\x33\xd0\ \x9f\x2f\xcd\xb3\xe9\x9c\xeb\xbe\xe4\xbc\xf3\xd6\xac\x19\xaa\xad\ \x2c\x2d\x2e\xce\x4d\x4f\xcd\xec\xdb\x3f\xfe\xe0\x81\x3d\xd4\xf7\ \x38\x23\x71\xdc\x2e\x94\xfa\xac\xe1\x3a\x4e\xbc\x9c\xd7\x88\x6a\ \x4a\x2b\xbf\x54\xa8\x37\x1a\xb9\x5c\x4e\x6b\x7d\xe0\xc0\x01\x6b\ \x6d\x57\x57\x57\xb9\x5c\xce\x1a\x9d\x12\xd2\x71\xeb\x76\xf0\x9c\ \xda\xa3\x68\xa3\x28\xed\x1d\x5a\xbb\x6d\xdb\xda\x9b\x6f\x3a\xb8\ \x34\x3b\xbf\x5c\x6b\xad\x7b\x8a\x84\xcf\x67\x4f\xa7\x1e\x2d\x72\ \xc6\x1d\xc7\x51\x4a\x02\x40\xa1\x98\x4f\xa3\x76\xab\xd5\x56\x32\ \x16\x9c\x0b\xe6\x46\xd5\xa5\x3d\xf7\xad\x4c\x1c\x7c\xf0\xa6\xae\ \x42\x05\x41\x77\x15\x52\x8f\xc5\x8d\x5a\x0b\x30\x4c\x4d\xb5\xd9\ \x8c\xe7\xa6\x08\xa5\xe5\x4a\x57\xbe\x5c\xee\xed\xef\x6f\x55\xa7\ \x02\x1c\x48\xe2\xd6\xc2\xd8\x61\x46\x21\x70\x03\xd7\xe3\x2a\x8d\ \x03\x5f\x78\x1e\xa7\xd4\x72\x06\x95\x52\xe5\x84\xad\x1b\x4e\xd8\ \xb2\xd1\x68\x19\x47\x2d\xa3\xa5\xeb\x79\x71\x24\x00\xb0\xdd\x52\ \x10\xe6\x8c\x96\x12\xac\x45\x63\x94\x52\x49\x42\x29\x0f\xc3\xf0\ \xe0\x81\xc3\xb3\x73\xb3\xb9\x5c\x28\x1c\x47\x4a\x99\x05\x46\xcd\ \x6a\xff\x98\xc7\x20\x8b\x39\x33\xc6\xc8\x6a\x9c\x94\xb8\xae\x8b\ \xc6\x70\x4a\x5f\xfc\xe2\x17\x9f\xb2\x73\xbb\xd5\x69\x9a\xb6\x1d\ \xc7\x19\x1a\x1c\xca\xe7\xf2\xd5\x6a\xd5\x0f\x83\x30\x08\x1b\xad\ \x76\xad\xde\x68\xb7\xa3\x38\x8a\xb5\xd6\x82\x7b\x7e\x3e\xc8\x75\ \x95\xba\x7a\xbb\x34\xb1\x71\xab\x25\x1c\x51\x2c\x15\x6b\xf5\x46\ \xb5\x56\x0f\x03\x97\x0b\x71\xbc\x7e\x5d\x12\x86\xa1\x54\x4d\x47\ \x08\xc6\x5d\x99\xaa\x7a\xa3\xa1\xe3\x08\x02\x37\x52\x49\x58\x28\ \x93\x80\xb7\x56\xda\xf1\x72\x55\x41\xb1\x19\xa7\xf9\x62\x68\x80\ \x1c\x3a\x3c\x51\x29\xe4\x47\x86\x87\x42\x9f\x32\x8e\xcd\x66\xa3\ \xaf\x6f\xd0\x68\x55\x5b\x5e\x28\x84\x01\x38\x10\x47\xed\x7a\x6d\ \x65\xfd\xe8\xc8\x8e\x13\xb6\xba\x7e\x2e\x9f\xcf\x95\x8a\x85\xd0\ \xf7\x3c\xc7\x31\x46\x5b\xc3\xb3\x36\x64\x94\xd1\x38\x8e\x96\x97\ \xab\xb5\x5a\x4d\x4a\x99\xcf\xe7\x9d\x8d\x1b\x2b\x95\x4a\xd6\xa5\ \x8b\x02\x43\x0b\x53\x73\xf3\xb5\x6a\x0d\x08\xb5\x16\x8c\x46\x04\ \x82\x48\x11\x01\x2d\xa0\x05\x84\x55\xcf\xee\xb1\xc3\x7e\xa4\xf9\ \x36\x05\x40\x29\xa5\xef\x7b\xda\xda\x24\x49\x11\xb1\xa7\xa7\xc7\ \xe8\x34\xf0\xbd\xa8\xdd\x5c\x5a\x5e\xe0\x6e\x50\x28\xe6\x28\x03\ \xca\x09\xb3\x1c\x81\x58\x20\x81\x1f\xca\x24\x6d\x24\xad\x30\xf0\ \x11\x48\x92\x24\x9e\x27\xf2\x85\xa2\x10\x8e\x4c\xdb\x0e\xa7\x03\ \x43\x03\x8c\xb0\x28\x6a\x13\x42\x28\x5d\x2d\x7c\x42\xca\x18\x01\ \x46\xe0\x09\xc5\x38\x40\x00\xb2\x97\x28\x65\x84\xae\xea\x14\x12\ \x42\xac\x45\xb4\x98\xed\x44\x20\x16\x51\x1b\x2b\x95\x51\x4a\x69\ \x8b\xb9\x5c\x8e\x52\xca\x38\x6b\xb7\xdb\x9e\x13\x0c\x0f\x0f\x35\ \xab\x4b\x80\x18\x04\xbe\x4c\x95\xe3\x3a\x71\x12\xcf\x55\x17\x7c\ \xe1\x97\x4b\x45\xa5\x64\x77\x57\x57\x77\x77\xa5\x16\xd3\x53\x76\ \x9e\x14\xc5\xd0\xd5\x13\x54\xca\xb9\x5c\x3e\x9f\xa6\x69\x9a\xca\ \x62\xb1\x98\x85\x30\x39\xe7\x5c\x88\x34\x8e\x27\x0e\x8f\x45\x51\ \x54\x2e\x97\xa1\x5c\xe1\x84\x59\x54\x82\x51\x06\x38\x39\x3e\x61\ \xb5\x41\xa4\x52\x66\x6e\xf3\x2c\x32\x4a\x10\x57\xdb\x95\x21\x82\ \x45\x82\xb8\x3a\x63\x64\xd2\x0d\x94\x32\x20\x24\x4d\x53\x6b\x91\ \x52\xea\x39\xde\xfc\xe4\xcc\xec\xc4\x64\xd1\x75\x7b\x72\x39\x19\ \xb5\x5b\xb3\xd3\xb9\xa1\x7e\xc2\xe8\xc8\x86\xf5\xcf\xdb\xb9\x73\ \xb1\x99\x7c\xe1\x5b\x5f\xbd\xf1\xfe\x3b\x99\xe3\x00\xd8\x56\xab\ \x21\x9c\x5c\xae\x1c\x6a\x9d\xb4\xa3\x3a\x80\x91\x4a\x2d\x2c\x2c\ \x44\x51\x54\x2a\x95\x4a\xa5\x52\x1c\xc7\x59\x43\x1e\x4a\x69\x76\ \x73\x19\x65\x08\x08\x94\x51\x9a\x49\x05\xc3\x93\xfa\x06\x32\x8d\ \xc8\xac\x1c\x3c\x5b\xdd\x32\xc6\x28\xb5\x99\x72\xe4\xd1\x12\xa9\ \xc7\xd5\x2f\x1d\xad\x67\xeb\xa0\x83\x27\x37\xfc\x80\x96\x7b\xfb\ \x67\xbe\xfb\xbd\xbf\x3c\x90\x5f\x5a\xa8\x1e\x98\xd8\x5f\xda\x7a\ \xf1\xf6\xc1\xe2\x93\x0a\x6e\x3f\x7b\xf6\x68\x26\x85\x7a\xe0\xc0\ \x41\xce\x57\x03\x97\x5a\xa7\x94\x5a\xd7\xe1\x8c\x11\x46\xd0\x41\ \x90\x4a\x2e\xcd\x2e\x2e\x4c\xab\x90\xd1\xe1\x7c\x3e\x95\x71\xad\ \x59\x27\x0e\x73\xa5\x4e\x0d\xe4\x42\x37\x0c\x02\x8d\x72\x79\x7e\ \x2a\x6a\x2c\x19\x6b\x6a\x0b\x53\x23\x6b\xd7\x0c\xf4\x75\xa7\x51\ \x3b\x56\x4a\xca\xa8\xb5\x30\x9b\x2b\x0d\x16\x8b\x61\xae\xd1\xea\ \xea\xed\x1b\x19\x19\x1e\x1e\xea\x27\x60\x28\xb1\x59\x77\x4c\x25\ \x65\x1c\x47\xf9\x7c\xc1\x18\x7d\x54\x32\x8d\x12\xc2\x1c\x07\x2c\ \x2a\xa5\x19\xa5\x13\x13\xe3\x69\x9a\xe6\x72\x39\x6b\x69\xb3\xd9\ \x14\x42\x1c\x29\xc3\x78\x34\xd5\x65\x75\x6e\x3d\x62\x1e\x21\x01\ \x9d\x09\xf4\x30\x4a\x08\xe5\x9c\x37\xea\x8d\x89\x89\x89\xe5\xc5\ \xd9\x52\x31\x5f\x2c\xe5\x11\x91\x73\xee\x79\x9e\x05\x14\x5c\x30\ \xe1\x72\xd7\x9b\x9d\x99\xa1\x94\xe6\xf3\xf9\x54\x1a\x27\xe7\xd7\ \xe3\x86\x9f\xfa\x4a\x4a\xa5\x55\xa1\x50\xe8\xeb\xed\xab\x94\xbb\ \xe6\xe6\xe6\x66\xe7\x16\xe8\x11\x45\xf2\xe3\x58\x56\x31\x2e\x3c\ \xcf\xf3\x3c\x3f\x8a\x65\xb5\x5e\xd5\x5a\xb9\xbe\x4b\x5c\xce\xbd\ \x5c\x04\x74\x29\x6e\x36\xa4\x2c\x16\x4b\xb9\x72\x39\x36\xa6\xda\ \x6a\xf7\x56\x0a\x03\x03\x43\xd5\xc5\x05\xc1\x04\x0f\x1c\x03\xca\ \x58\x3b\xb7\xb8\xdc\x6c\xb6\x3c\x4e\x66\xe6\x97\x0a\xf9\x7c\xae\ \xd4\x0b\x04\xba\xbb\x2a\xc3\x43\xfd\x84\xb9\x8e\x70\x42\xdf\xa3\ \x84\x34\x1b\x0d\x5a\x2a\xb8\x0e\x4f\xd3\x34\x93\x3c\x2f\x17\x8b\ \x41\x90\xe3\x82\x5b\x63\x2b\x5d\x95\x4c\xd3\x18\x08\x91\x69\x0a\ \x00\x46\xe3\xde\x7d\xfb\x09\x65\x04\x2d\x21\x90\x75\x15\x21\x84\ \x52\xc6\x38\xe7\x88\x68\xc1\x1c\x25\x4e\x80\x23\xd9\xb6\x94\x65\ \xda\x8d\x84\x20\xa2\x25\x04\x5d\x57\x20\xd8\xf9\x85\xb9\xd1\xb5\ \x43\xda\xe8\xa5\x95\x65\xce\x48\x10\x86\xad\x76\xe2\x7b\xae\xe7\ \x7b\xc6\xa2\xe3\x30\x03\x54\x08\x97\x51\xee\x7b\x34\x76\x7d\x42\ \x19\x25\x00\x94\x00\x1a\x40\x9d\xa6\x91\x96\xc9\x72\xdc\x8e\xe3\ \xd8\x73\xb2\xae\x64\xa6\xd9\xa8\x67\x1a\x93\xc8\x95\x23\x2d\xd1\ \x04\x09\x63\x8c\x1c\x25\x75\x40\xd0\x88\x35\x4d\xda\xd2\xb6\x9a\ \x0d\xa2\x53\x00\x00\xb4\x56\x2b\x47\x50\xca\x08\x67\x8c\x5a\x46\ \x09\x11\x8e\xb0\x84\x34\x5a\x6d\xb0\x2a\xcc\xe5\x5d\xc7\x33\xd6\ \x1a\x8b\xd5\x46\x13\x6d\x02\xa5\x5c\x57\xef\xc0\xf8\xd4\x4c\xa9\ \x54\x21\x84\x0a\x6b\xb9\xa0\x48\xb9\x21\x6c\xa1\x5a\x17\x1e\x0f\ \x2d\x46\x13\xd3\x84\xe6\xc2\xc0\x0f\x42\x3f\x08\x68\xa1\x58\x14\ \xc2\x59\x58\x98\xa7\x94\x06\x41\xa8\x75\x4b\x38\x0e\x67\x5c\x08\ \x91\xcb\xe5\x86\x86\x87\xac\xb5\x61\x98\x43\x8b\x4b\x4b\x8b\x88\ \xa0\x8d\xe5\x9c\xd7\xea\x55\x6b\x35\x80\x20\x80\x82\x73\xc1\x98\ \xa1\x84\x71\x46\x0c\x05\x04\x4b\x10\x11\x89\x35\x00\x1c\x09\x22\ \x20\xa1\x0c\x01\x38\x67\x08\x1c\xd1\x12\x0a\x8e\xe0\x71\x12\xad\ \xd4\x56\x96\x16\xe7\x2b\xa5\x7c\x21\x70\xac\x21\xb5\xf9\xe9\xb8\ \x3e\xda\x58\x59\x9e\x1f\x6b\x6a\x80\x42\xef\xd0\xf3\xcf\x3c\xa3\ \xd5\x5c\xd9\x3d\x39\x49\x80\x12\xad\x5d\x0f\x31\x69\x61\x1a\x79\ \x1e\xb4\xab\xcb\x3a\xcc\x0f\x0d\x0d\x65\xae\x85\x4a\xa5\x92\x49\ \x83\x25\x49\x92\x69\x5d\xb5\x5a\xcd\xd5\xba\x6d\xa1\x6d\x94\x34\ \x35\x49\x10\x38\x67\x70\x4c\xc6\x59\xf6\xeb\x6b\xb7\xdb\xcd\x66\ \xc3\xda\xa3\x3c\x0a\x8c\x31\x29\x75\xbb\xdd\xae\xd7\xeb\xae\xe3\ \x20\xa0\xd6\xba\xd5\x6a\x36\x1b\x8d\xa3\x5e\x1a\x25\xa5\x94\xb2\ \xc3\x16\x1d\x3c\x15\x8c\xd6\xe5\x35\x3b\xdf\xf6\xf6\x7c\x53\x13\ \xce\x08\x30\x7f\x74\xe3\xa6\xb2\xc8\x5a\x0b\x3e\x57\x3c\x8a\x40\ \x80\x20\xda\x66\xa3\x4e\x88\x01\xd0\x5a\xc5\x61\xce\xcf\x87\x41\ \xe0\x7b\xc6\x18\x4e\xa9\x6d\xc5\xf5\xe5\xe5\xb6\x4d\x83\x52\x4e\ \x71\xd6\x60\x74\x3e\x89\x22\x6b\x3d\x2a\x0a\x71\x3a\x57\x6b\x14\ \x58\x62\x2c\x86\xf9\x7c\x10\x88\x76\xbb\x69\x8c\x09\x02\x7f\x61\ \x6e\x6e\x65\x69\xb9\x58\x2e\xf6\xf4\xf7\xbb\xb9\x3c\xf2\x90\xf8\ \xb9\xbe\xbe\xee\x58\xd9\xa1\x35\x23\x5d\xe5\xb2\xef\x8a\xde\xbe\ \xee\x30\xe7\x0b\xe1\xe4\xc2\x90\x10\xd0\x4a\x45\xed\x56\x21\x9f\ \x0f\x83\x20\x95\xa9\xd6\x9a\x51\xaa\x95\x12\x5c\x48\xa9\x96\x97\ \x97\xf7\xef\xdf\xcf\x28\x13\xc2\xa9\xd5\x5b\xc6\x18\xc1\xdd\x63\ \x73\x47\x33\xbb\x33\x9b\xd0\xb3\xf5\xef\x6a\xc7\x53\x63\x52\x29\ \x45\x66\x73\xcb\xf4\xf0\xd8\xe1\xc1\xa1\x9e\x76\xbb\xbd\xbc\x34\ \xdf\xd5\x5d\xe9\xeb\xed\x4b\x92\xc4\x71\x1c\x3f\x0c\x9a\x8d\x96\ \x45\x02\x94\x3a\xa3\xa3\x5d\x5d\x91\xef\xfb\xd5\x46\x73\xb9\xd9\ \x9c\x5b\x9a\x0f\x73\x41\xa5\xd2\x25\x38\x8b\x93\xa4\xd5\x6c\xba\ \x8e\x3b\xd0\xdf\xd7\xdd\xd5\x15\x04\xfe\x93\xea\x23\x3f\x8d\xf8\ \x28\x2e\x2e\x2c\x59\x44\xd7\x0b\xa4\x4a\x8d\xd1\x4c\x30\x60\x44\ \x11\xe2\x78\x6e\x35\x89\x1b\x89\x74\xc2\x80\x7a\xae\x26\x24\x35\ \x36\x4e\x65\xa3\xd9\xec\x29\x15\xb7\x6c\xdd\xb6\x67\x62\x7e\x3e\ \x32\x91\x32\x40\x89\x35\x16\x01\x28\x25\xd6\xd4\x81\xcc\x53\x7a\ \x28\xcb\x1f\xb6\x88\x00\x51\x0c\x50\xaf\xad\x06\xc2\x17\x96\xe7\ \x8e\xf1\x43\x90\x23\xf5\x88\x84\x10\x20\x07\x1f\x2d\x68\x39\xd6\ \xe1\xbf\xf9\xc4\xb5\x4f\xe6\xc4\x23\x47\x26\xbd\xa7\x63\x75\x03\ \x20\x26\xaa\x76\xf3\x6d\xd7\xc1\x91\x22\x48\x42\x08\x20\x52\x0e\ \xe7\x9d\x73\xca\x63\x4f\x9b\x99\x5a\x23\x8f\xdd\x93\x5d\x70\x80\ \x88\x33\xb3\x13\xd9\x9f\xd3\xf3\x13\x37\xdf\x72\xdd\x91\x57\x09\ \x41\x0b\x50\x62\x43\xa5\x4d\x08\x84\x68\x00\x4d\x08\x38\x04\xe6\ \x34\xfc\xe1\x62\x19\x16\xab\xb8\xfb\x2f\x8f\x1e\x6c\xd1\x5e\x78\ \xe6\x8e\x27\x78\x81\x1e\xed\x5d\x93\x6d\x2c\x46\x29\xc4\x30\x5e\ \x95\x38\xd9\xca\xcc\x2e\x4a\x56\x32\x7e\x3e\xa2\xec\x8f\x59\x9d\ \x95\x35\x16\x00\x08\xa5\x68\x57\x23\x9a\x7b\xf6\x03\x1c\x53\xf1\ \x79\xec\xc0\x52\x42\x8f\x08\x49\xa2\xb5\x08\xc7\x74\x52\x45\x6b\ \x47\xd6\x8f\x1c\xfb\xad\x8f\x19\xed\x27\xb9\xd4\x27\xf8\x96\x08\ \x40\x88\x58\x02\x80\x47\xf6\xde\x45\x08\x5d\xbb\xae\x17\x00\xaa\ \xf5\xc5\xef\x5d\xf1\x5d\xc6\x98\xb5\xc6\x68\x43\xe8\x7d\x9c\xf3\ \x11\xdf\x1f\xda\xb8\x31\x2b\x19\x43\x88\x00\x90\x78\x94\x12\x32\ \x79\xd7\x3d\x53\x77\xdf\x7b\xec\x65\x23\x3e\x7e\x64\x8e\xbd\x3b\ \x04\xbb\x2c\xc0\xce\x13\x2a\x84\x10\xc4\x38\x3b\x84\x73\x48\xd3\ \xc6\xe7\xff\xe3\xdf\x9e\xa2\xb6\xfa\x31\x85\xb0\xc7\xd6\xc5\x66\ \x83\xd1\xdd\xdd\x7b\xe9\xa5\xaf\xb9\xf0\xf9\x97\x74\x38\xa3\x83\ \x27\x82\x31\x56\x5f\x19\xbb\xea\xfb\xdf\xaf\x12\xc1\x08\x45\xdd\ \x6c\xf1\xad\x1f\xfc\xd0\x3b\x46\x0b\x44\x9b\xe7\x28\x3e\xaa\x8c\ \xee\xef\xef\x1b\x1e\x1c\x1c\x1b\x3b\x00\xa8\x8c\x95\x99\xa3\x55\ \x15\xf2\x50\xc6\xae\x4a\x77\xd4\x6a\x2f\x2e\xcd\x11\x42\xc3\xc0\ \x03\xca\xa8\xe3\xac\x24\xc9\x62\x9a\x70\xcf\x0d\xf2\x05\x10\x5e\ \xa4\xec\xba\x91\x35\x2b\x8b\x0b\xbb\x0f\x3d\xbc\xf3\x94\x93\xc2\ \x7c\x09\x00\xe3\x44\xba\x41\xae\x77\x70\xcd\xd2\xd2\x62\x5e\x4a\ \x92\x26\xf5\x95\x76\xa5\x3f\x77\xe2\x8e\x1d\x6e\x30\xd9\xd5\x33\ \x50\x2c\x16\xc2\xc0\xf7\x1c\xc7\x75\x9c\x2c\x21\x90\x12\x1a\xcb\ \x54\xc9\x74\x66\x72\xc2\x18\xa3\xb4\x2e\x95\x4a\x23\x23\x23\x9e\ \xeb\x5a\x6b\x5c\xd7\x1d\x1b\x9f\x18\x9f\x98\x20\x84\x58\x6b\x5a\ \xad\x16\x21\xd4\xa2\xe5\xc0\x11\x2d\x1e\xf9\x65\x66\x94\x76\x74\ \x16\x20\x84\x10\x4a\xa8\xa1\x4a\x4a\xf4\xfc\xc0\xf7\x6b\x71\x44\ \x19\xed\xed\xed\x65\xd4\xae\xac\x2c\x54\xab\x2b\x46\x99\x81\x81\ \x01\x20\x24\x49\x93\x20\xf0\x29\x17\xae\xef\xa7\x52\x06\x41\xae\ \x5c\x2e\x37\xe2\xf6\xf8\xd4\xf4\xca\x4a\x75\xcf\xbe\xbd\x9b\xd6\ \x6f\x1a\x19\x1a\x72\x1d\x57\x39\x92\x00\xa0\xb1\xd6\x28\x78\xb2\ \xea\xf8\xa7\xc3\x2f\x00\x44\x29\xd3\x6e\xb7\x29\xe3\x89\x54\x00\ \x40\x29\x91\x4a\x49\x29\xe3\x38\xd6\x5a\x69\xa0\xae\xef\x04\xf9\ \xb0\xb7\xbf\xcb\xf1\x5c\xc2\x68\xb3\xd5\xae\xe4\x73\x7b\x26\x66\ \xc7\x6a\xca\x22\x10\x02\xe4\xc8\x12\xcc\x98\x2c\x78\x06\x56\x23\ \x80\x7d\x92\x49\xef\xf1\xce\xb7\xcc\x3b\x88\xc7\x4e\xcc\x47\x79\ \xec\xb1\x33\x38\x79\x2c\xa3\xfd\x27\xf3\xfb\xe3\x29\xf1\xc8\xa9\ \xb3\x5b\x83\xc7\x5c\x06\x3e\x66\xf2\xc7\x63\x16\x75\x8f\xde\xbe\ \xc7\x7c\x4a\x56\xca\x74\x4c\xb5\xee\x63\xeb\x29\xb3\xe6\x27\x8f\ \x1e\xf9\x28\xe1\xac\xfe\xb2\x50\x1f\xcb\x37\xe4\x49\x8a\x20\x8f\ \xfd\xa0\x23\x17\x7e\xe4\x1a\x2c\x00\x20\x18\xb0\x47\x46\xdb\x1c\ \xf3\x25\xcd\xea\xe1\x26\xeb\x7e\x63\x9e\x30\xea\x8f\xf9\xa8\xa3\ \x27\x79\x0a\x22\x24\x3f\x75\x6c\x9f\xea\xd5\x63\x47\x0c\x11\x10\ \x8f\x4a\x58\x23\x02\x58\x6d\x08\x00\xa1\x0c\x00\xb4\x36\x4f\x72\ \x83\x31\x5b\x7b\x3d\xfa\xc6\xa7\xb9\x4e\x22\xab\xeb\xc2\xc7\xbf\ \x76\xf4\x53\x7e\x56\x4c\x4d\x4e\x7c\xfc\xe3\xff\xa7\x1d\xb5\x5f\ \xf6\xf2\x57\x76\x68\xa3\x83\x27\xda\xa3\x61\xcf\xa6\x37\xfd\xc6\ \xfb\x0d\x21\x40\x9c\xc0\x4c\xfd\xc7\xe7\x7f\x30\x55\x6d\xaf\x2d\ \x16\x9e\xf0\xeb\x7b\xb6\x78\x94\x52\x1a\x47\xd1\xe4\xf8\xd8\xca\ \xf2\x52\xb1\x10\x02\x81\xd0\x0f\x2d\xe8\xa8\x15\x25\x91\x74\x9d\ \x40\x26\x8a\x08\xce\x19\x45\xca\x08\x50\x6b\xa1\xde\x6c\x19\xc6\ \xb4\x31\xe8\x38\xcc\xf5\x91\xb0\x83\xe3\x53\x6b\x86\x06\x72\xc5\ \x52\x22\x55\x50\x2a\xa6\x69\xcc\x1d\xaf\xd5\x4e\xe6\x97\x96\x0a\ \x61\x3e\x6a\xc7\x8c\xb1\xe1\xc1\xb5\xa2\x58\xee\xaa\x54\xd6\x03\ \x67\xc2\x2f\x14\x8a\x82\x93\x46\xad\x4a\x00\x2a\x5d\x3d\x9c\x73\ \xc6\x79\xa1\x50\x08\xc3\xd0\xf3\xbc\xb1\xb1\xb1\x4c\x5f\x37\x4b\ \xfe\x4c\xd3\xd4\xf7\xc3\xa9\xe9\xa9\xa8\xdd\x66\xcc\xcd\x2a\x44\ \x09\x81\xa3\xc6\xe8\x13\xab\xd4\x8f\x5d\xe1\x02\x81\xa3\xf9\x2f\ \x9c\xf3\xd9\xd9\x59\x21\xc4\xa6\x8d\x1b\x27\xa7\xb8\xe7\x39\x69\ \x9c\x2c\x2c\x2c\x74\x77\x77\x87\x61\x18\xb5\x63\x65\x2c\xa1\x0e\ \x17\x82\x90\xc4\x5a\x5b\x2a\x16\x8b\xa5\x62\xad\xd6\x58\x59\x5e\ \x71\x84\x20\x84\x39\x9c\x15\xf3\x94\x52\xd4\x46\xb9\x96\x71\xce\ \x8e\xbf\x17\x23\xa5\xa9\x92\xb5\x5a\x4d\x1b\xcb\x18\x53\x96\x59\ \x6b\x08\x25\x86\x32\x3f\x2c\xe4\x98\x93\x4a\x5d\xc8\x85\x9e\xeb\ \xa6\x71\x9c\x73\x82\xfe\xc1\xbe\x28\x95\xe3\xcb\x91\x26\x2c\xd3\ \xe8\x7b\xd2\xaf\x0c\x4f\x11\xaf\x7a\xfc\x51\x99\x29\xd2\x41\x07\ \xff\x8f\x81\x10\x6a\xad\xfe\xc1\xf7\xbf\x73\xda\xe9\x67\xf6\xf5\ \xf5\x77\x06\xa4\x83\xc7\xad\x4c\x99\xe3\x77\xf7\x79\x08\x48\xa9\ \x48\x67\xc7\xe3\x94\xf0\x23\x22\x30\xcf\x11\x8f\x12\xda\x6c\x36\ \xa4\x4c\x86\x86\xfa\x19\x23\x8c\x52\x63\x14\x1a\x65\x99\xb0\x06\ \x26\xc6\x66\x3c\xd7\xb3\x04\x95\x91\xa0\x29\x26\xca\x10\x1a\xcb\ \xd4\xf5\xf3\xa1\xef\x8c\xac\x19\x11\xc2\x49\x92\x34\xc8\x91\x95\ \x6a\x6d\xb0\xbf\x87\x58\x39\x3b\x33\x95\xcf\x87\x89\x31\x95\x72\ \xf7\x40\x5f\x9f\xeb\x78\x71\xd4\xf0\x7c\xbf\x5e\x6f\xf8\xe0\x57\ \xca\x95\x48\x12\x04\xee\x39\x9e\xef\x0a\xd0\xba\x5c\xae\xf8\x9e\ \x4b\x00\xad\x56\x80\xc8\x28\xed\xed\xe9\x09\x7c\xcf\xf5\xbc\x2c\ \x51\xf3\xa8\xe2\xfc\xfe\xfd\x07\xb4\xd6\x8e\x13\x48\x6d\x8c\x31\ \x94\xb1\xd5\xfe\x97\xf8\x78\x96\x38\xb6\xe3\xb1\x3d\xd2\xfa\x5b\ \x29\x99\xf5\xc6\x5c\x59\x59\x59\x5a\x5a\xa2\xa4\xdc\x55\xa9\x84\ \xa1\x17\xb5\x62\x42\x08\x02\x2e\x2d\x2d\x11\xa0\x61\x2e\xaf\x8d\ \x91\x4a\x05\x01\x0d\x82\x00\x08\xb4\x93\x56\x3e\x18\xe8\xeb\xea\ \xa1\x94\x73\x2a\x10\x51\x01\x26\x32\x6e\x45\x4d\x40\xb3\xfa\x09\ \xc7\x3b\x61\x30\xca\x00\x08\xa3\x99\x25\x63\x5c\xc7\x71\x5d\x37\ \xb3\xae\xac\x36\x39\xcf\xd3\x2a\x9d\x9f\x9b\xe9\xef\x2e\xba\xae\ \x50\x49\x9c\x48\x9d\x5a\x02\x60\x8f\x35\xbb\x08\x21\x08\x10\xa5\ \x52\x6a\x03\x00\x82\xb1\xc0\x39\x2a\x8b\x78\x2c\x6b\x13\x6d\xb4\ \x92\x2a\x1b\x37\x21\x84\x10\xfc\xf8\xf4\x98\x7e\x01\x53\x27\x20\ \xfc\x1c\x2a\x2a\xb2\xdb\xdf\xe9\x32\xfd\x4b\x3f\x51\x32\x3e\x3b\ \x37\x3d\x3f\x37\xdb\xe1\xd1\x0e\x1e\x4f\x8d\x82\x2f\x1f\xbe\xfb\ \xdf\x3f\xf3\xdd\x86\x70\x18\x21\xf1\xd2\x64\xb3\xff\x79\xeb\x7b\ \x0b\x68\xe5\x73\xc6\xa3\x99\x7e\x8d\x45\x43\x08\x69\xb5\x5a\x9c\ \x52\x42\x90\x20\x24\x71\x1a\x06\x79\x63\x20\x8a\x14\xba\x9a\x71\ \x14\xc0\x28\x12\x66\x30\x74\x7c\x64\x24\x17\xe6\x95\x36\x02\x14\ \x25\xc0\x19\x71\x1c\xd2\xa8\x2e\xf9\x0e\x4b\xa3\xc6\x9a\x81\xee\ \x24\x49\x05\x41\xcf\xf3\x38\xe7\x3d\xdd\x43\xad\x38\x4e\xe2\x24\ \x28\x33\xd7\xf5\x5c\xee\x0a\x3f\x74\x5d\x8f\x10\x1b\x7a\x3e\x67\ \xdc\x18\x93\x4d\xeb\x52\xca\xe5\xe5\xa5\x42\xa1\xe0\x79\xde\x6a\ \xed\x8a\xb5\x94\xd2\x5c\x3e\xb7\x67\xcf\xfe\x89\x89\x31\x4a\xa9\ \x45\x6b\x8c\x35\xc6\x38\xab\xd1\x14\x42\x49\xa6\xca\x80\x47\x63\ \x6f\xc7\x4e\xa3\x5a\x6b\x22\x18\x25\x34\x4d\x53\x00\xa0\x84\x24\ \x71\x7c\xe8\xd0\xa1\xc0\xdf\x92\xcb\x79\xae\xeb\xb9\x8e\xa7\x52\ \x15\xa7\xb1\xef\xfb\xf5\x5a\xbd\xd1\x6a\x31\xe1\x84\x61\x98\xcf\ \xe7\xe3\x24\x91\x49\x3b\xe0\x82\x33\x61\xb9\xa7\x34\xb6\xdb\x31\ \xa5\x84\x12\xe2\x39\x42\x29\x11\x25\xa9\x3d\x2e\x81\xba\xa3\xef\ \x60\x9c\x73\xce\x09\x20\x22\x7a\xae\x47\x08\xb1\xda\x20\x50\x63\ \xc1\x5a\x4d\xd1\x5a\x85\x89\x8a\x62\x9f\x59\x9d\x03\x42\xa3\x76\ \x4b\x29\xce\x19\x3d\x96\x81\x12\xa5\xa3\x28\xdd\x58\xf0\x07\x8b\ \x3e\x05\x32\x9f\xc8\x7d\xf5\xb6\x70\x1d\xdf\xe1\xc7\x12\x4a\xb3\ \x19\x01\x65\xe5\x62\x59\x38\x42\x1b\xdb\x68\xd4\xa2\x7a\x33\x17\ \x06\xf0\x94\x5f\x00\x8f\x7f\x89\xf0\x9f\xcc\x92\x4f\x76\xd2\x28\ \x4e\x29\x81\x4c\x24\xf6\xf8\x2f\x83\x80\x94\x4a\x2a\x1d\x06\x7e\ \x67\xba\xf9\x65\x47\x1a\x27\x4a\xa9\xce\x38\x74\xf0\x38\x18\x6d\ \x72\xbd\x9b\xdf\xf2\x9b\xef\xd7\x40\x09\x77\x8b\x30\xf7\xa5\x2f\ \x5f\x37\xb5\xdc\xee\x19\x70\xe1\x09\x41\x93\x67\x4f\x87\x81\x73\ \x6a\xad\xd2\x4a\xb9\xae\xab\xd3\x94\x10\x92\x2a\xe5\xf9\xbe\x52\ \x8a\x52\x21\xb8\x13\xd9\x94\x00\xa1\x4c\x38\x42\x10\xa0\x48\x49\ \x6a\x64\x18\x04\x71\x3b\x12\x81\xef\xfb\x9e\xe7\x80\x27\x44\xda\ \x6e\xd8\xc4\x54\x4a\x85\x76\xab\x61\x34\x4a\xa9\x28\x13\x51\x9c\ \x96\xba\x4b\x95\xee\xee\x7c\x21\x9f\x26\x89\xcb\x39\x17\x0c\xac\ \xa5\x00\x68\x2d\x13\x0e\xa3\x94\x73\xae\x94\xe6\x9c\x3b\x8e\x93\ \x25\xd9\x4a\x29\x8d\x31\x61\x18\x3a\xc2\x31\xda\x20\x92\xc9\xc9\ \xa9\xea\x4a\x83\x73\x27\xab\x70\x59\x8d\x7b\xa2\x46\x44\x42\x29\ \x01\x3c\x26\x71\xe6\x31\xee\x4b\x63\xb4\x10\x8c\x52\xaa\x95\x36\ \x16\x29\xe3\x4a\xa5\xf3\x0b\x0b\x67\x9e\xb1\x33\x8a\x9a\x68\x74\ \x18\xe6\x01\x40\x49\x95\xcb\xe5\x38\x13\x63\x13\x93\xb5\xa5\x65\ \xd7\x75\xbb\x7b\xfa\x72\x61\x08\xae\x97\xb4\x5b\x60\x89\x36\x60\ \x11\x1c\xc1\x09\xa5\x4a\xa7\x8c\xf1\x52\xa1\x58\x2a\x17\x5c\xc7\ \x39\xae\x3c\x23\x00\x44\x63\xad\x41\x4b\x8c\xa1\x8c\x50\x00\xa9\ \x24\xa5\x4c\x38\x4e\x3e\xc8\x67\x36\xb7\xeb\xb2\x34\x89\xb5\xb2\ \xd5\x95\xfa\xf0\x60\x6f\x2a\x65\xbe\x90\x87\x7a\x74\xf4\x13\x09\ \x81\x44\x5a\x2a\xd3\x0f\x6c\x1b\x3c\xb7\xaf\x50\x72\x18\x05\xa8\ \x2b\x7b\xff\x72\xeb\xd3\xbb\x66\x6a\xd6\x06\x8e\xc8\x86\xa5\xd5\ \x8a\x4a\xe5\xee\x6d\xdb\x4f\xc8\xe7\x72\x9c\x33\x6b\x31\x8a\xa2\ \x03\x07\x0e\x4d\x4e\x8e\xe5\x72\x01\x79\x8a\x35\x56\xdc\x6c\x48\ \x60\x85\x5c\x40\x08\x28\x99\xb6\xda\x69\xbe\x90\x63\xc7\x55\x32\ \x4b\x00\xdb\xed\xb6\x46\x5e\xcc\xfb\xc7\x4a\xfa\x11\x80\x58\x39\ \x95\xd1\x0d\x83\x7a\x61\x62\x76\x2e\xe5\x3e\x79\x82\xa9\x9a\xc6\ \x71\x9c\x4a\x04\x22\x1c\x27\xf4\xbd\x27\x4d\xb4\x21\x80\xa9\x16\ \x4e\x69\xdd\xb6\x6e\x3b\xb7\xff\x40\x2c\xbc\xce\x8c\xf3\x4b\x0d\ \xdb\x71\x2a\x74\xf0\x14\x9c\x45\x85\x5b\xaa\x74\x21\x01\xc2\x04\ \x2c\x4f\xac\x2c\x2f\xc6\x4a\x13\xf2\xdc\xf5\x7b\x01\x42\x32\xd5\ \x72\xc6\x80\x73\x4e\x09\xc4\x71\x0c\x94\x48\xa3\x08\x21\x96\x58\ \x63\x52\x0a\x96\xa1\x63\x81\x48\x82\x88\x86\x02\xf1\x03\x6f\x79\ \x79\xc9\xa1\xc4\xe5\x9c\x3b\x2e\x61\x46\x49\x4d\x98\xe3\x08\xb6\ \xb8\x5c\x5b\xbf\x7e\x6d\x25\x97\x4b\xa5\xf6\x83\x50\x6a\x53\xad\ \x2f\xcd\x2f\xce\x5a\x2a\x8a\xdd\x7e\x2e\x74\x8a\xa1\x23\x9c\xbc\ \x05\x50\xca\xa4\xa9\x0c\xfb\xfa\x18\xa3\x11\x46\x8e\x70\x01\x20\ \x8e\x63\x03\x96\x31\xe6\x87\x41\x10\x04\x52\x4a\x44\x1a\xb7\xd3\ \xbd\x7b\xf6\x27\xb1\x72\x1c\x17\x80\xa5\x69\x4c\x08\xb1\x80\x40\ \x08\x63\x4c\x5b\x7d\x6c\xc2\x7d\xe6\xd1\xcd\x9c\xba\xab\x1a\x30\ \x5a\x31\x20\xca\xa0\x52\x86\x50\x87\x30\x3d\x37\xbf\x14\x45\xb1\ \x51\x92\x12\x6c\xd4\x6a\xae\xeb\x05\x41\x10\xc7\x31\xa5\xb4\xb7\ \xa7\x37\x5f\x28\x20\x00\x77\x1d\x4b\x80\xbb\x9e\x0b\x4c\x29\xe5\ \x7a\xc2\x18\x93\x35\xab\xe1\x96\x1b\x63\xac\x35\xda\x68\x8b\x40\ \x8e\xcf\x68\x23\x84\x3a\x8c\x39\xbc\x58\x2a\x07\x41\x40\x10\xdb\ \xed\xb6\x35\x86\x31\xa6\x50\xb9\x9e\xa3\x2c\xb6\xe2\x28\xf0\x43\ \xe1\x78\xed\x66\x95\x89\x30\xcc\x79\x4b\xcb\x8b\x16\x91\xe0\xea\ \x27\x6a\x8b\x3a\x4e\x3e\xb6\xa3\xef\xbc\x0a\x55\x51\xb5\xdd\xb2\ \x88\xe0\x31\xfa\xbc\x3c\xef\xda\xd1\xf3\x67\xf7\xcf\x25\x84\xba\ \x9c\xb5\xa3\x24\x5f\x28\xed\x3c\xf5\x64\x02\x10\xc7\x51\x16\x5d\ \x66\x8c\x9f\xb0\x6d\x0b\xa2\x9d\x9c\x9c\x28\xe4\xc3\x27\xfa\x42\ \x93\x84\xf4\x6e\x3b\x77\x04\x66\x1e\xdc\x3d\xa6\x9c\x02\xcb\x9f\ \x70\xfe\xa9\xde\xc2\x43\xf7\xcf\x69\x86\x59\x4a\x17\xc9\x0a\x4d\ \xac\x31\x16\x28\x63\x14\x8c\xb6\x84\x31\x0a\x56\x1b\x4b\x19\x3f\ \xda\x21\x94\xa0\x6d\x18\x6f\x70\xcb\xa9\x23\x62\x66\xdf\xee\x09\ \xe5\x3a\xd6\x58\x8b\x48\x08\xa5\x9c\xb5\xda\xc1\xbb\xdf\xfb\x9e\ \x91\x7b\xbe\xf9\xf7\x5f\xde\x23\xf3\xae\x60\x47\xdf\x87\x88\x50\ \x6f\xd9\xca\xf0\xe6\x93\xd7\xf6\xba\x44\xd7\xe6\xc6\x67\xa7\xe7\ \x12\xea\x20\x5a\x63\x33\x25\xa4\xec\x60\xb4\x46\x2d\x34\xbc\x97\ \xbf\xe2\xb2\x37\x9e\x5e\xff\xdb\x8f\x3c\x14\x97\x5c\xa3\x8d\x45\ \xc8\x0a\x4d\x3b\xbd\xa7\x7f\x09\xa7\xcb\xce\x18\x74\xf0\xa4\x7e\ \x5d\xb1\x7c\xf8\xbe\x4f\x7f\xf2\xeb\x55\xea\x72\xc0\xb8\xdd\xae\ \x9c\xf8\xf2\xed\x03\xf9\xe7\xb4\x7e\x14\x91\x51\x1a\xf8\x9e\xeb\ \xba\xc7\x8a\x18\x30\xc6\xb2\x2e\xc1\x8c\x52\xc7\x15\xca\x28\x20\ \xe0\xb8\x2e\xe5\x1c\xad\x2d\x16\xf3\xad\x66\x35\x6d\xb7\x6b\xf5\ \x6a\xbb\xd5\xe2\xda\xa0\xcb\x05\x63\xed\xa8\x5d\x2a\x96\xa4\x54\ \xe3\x13\x93\xae\xeb\x53\x26\xca\x5d\xdd\x85\x72\x38\xb3\x30\xdb\ \x6a\xb7\x7a\x07\x1d\x3f\xf0\x08\x00\xa1\xe8\x88\x55\xed\x78\x29\ \x15\x21\x78\x44\x44\x9e\x31\xc6\x72\xb9\x9c\xeb\xba\xcd\x66\xb3\ \x5a\xad\x3a\x8e\x2b\xa5\x09\xfc\x7c\x56\x85\x96\x69\x8c\x1b\x93\ \xd9\xa3\x04\x18\xcd\x32\x1c\x09\x3c\x9a\xa0\x0b\x47\xe2\xa3\x47\ \x37\x28\x21\x16\x08\x00\xd1\xda\x66\x69\x41\x8d\x7a\xa3\x5e\xaf\ \x97\xf2\x9e\x92\x71\xb3\x19\x01\x36\xba\xba\xbb\x1c\xc7\x49\x9b\ \x2d\x42\x89\xe3\xba\x42\x08\xee\x7a\x40\x88\x31\x16\x89\xb1\x08\ \xda\x18\x42\x08\x17\x1c\x00\x98\x65\xc6\x18\x63\x2c\x01\x4a\x80\ \x1c\x47\xb6\x4e\x76\xa9\x6b\xd6\x8c\xb6\x5a\xcd\xcc\x83\xad\x52\ \x29\x95\x62\x8c\xf9\xbe\x1f\xc7\x71\x2e\x17\x96\x72\xc5\xe9\xb9\ \x79\xd7\xf7\x89\x81\x34\x6a\xd5\x1b\xed\xd0\xb3\x8e\xe3\xa0\x8d\ \x2d\xac\xa6\x25\xb7\x13\x79\x71\x45\x9c\xee\xa7\xd5\x6a\x73\x6f\ \x53\xad\x0f\xb9\xc7\xe8\xdd\xf5\x74\x53\x5e\x6c\xf2\xdc\x97\xf7\ \xb9\x5f\x9b\x93\xcc\x17\xd6\xe2\xfa\xf5\x6b\x8d\xd6\xbb\x76\x3d\ \x92\xa6\x09\x63\x1c\x11\xad\x35\x3b\x76\xec\x58\xb3\x66\x64\x71\ \x61\x41\x4a\xc5\x18\x7d\x2c\xcb\x63\xbb\x6d\x77\x5e\xfa\xba\xf7\ \xec\xf0\xbf\xf2\x8f\x7f\xfd\xd9\x6b\xc6\x36\xef\x78\xfd\x87\x3e\ \x7c\xfa\xa7\x3f\xf0\xe1\xf1\x99\x28\x11\x85\x82\xcf\x88\x8e\x64\ \x3b\x21\x5e\x89\x71\xe4\xba\x99\xe8\x3c\xe3\x86\x69\x99\x80\xe7\ \x70\xf0\x20\x8a\x8d\x20\xab\xd9\x9c\xa6\x21\xdd\xd7\xbf\xe2\x6d\ \x2f\x2a\xde\xf4\x87\x7f\xb8\x37\x46\xa2\xa8\x9f\x73\x08\xa4\x4d\ \x25\x09\x90\x82\x35\x86\x78\x21\x04\x15\x62\x8d\x49\x13\xea\xfb\ \x80\x48\xc0\xd6\x22\xff\xe4\x17\xbe\xfa\x3d\xaf\x3e\x33\xc4\x54\ \x21\x8b\x16\xef\xff\xe4\xff\xfc\x4c\x4d\x42\x4a\xfc\xbc\x47\x41\ \xb6\x55\xa2\x9d\x30\x88\x62\x8b\xcc\x2d\x84\x3c\xef\x33\x6d\x34\ \x01\x88\x22\xad\xa9\x97\x73\x29\xca\x86\x94\xc4\xf1\xdc\x4e\xd0\ \xf4\x97\xcc\x1e\x35\xb6\x93\x07\xd7\xc1\x93\xf9\x75\x75\xd8\xbd\ \xf1\x4d\xef\xfb\x1d\xca\xa9\xd6\xd6\xcb\x97\x7a\xba\x4a\x0c\x9e\ \xdb\xfa\x51\x80\x4c\x5e\x24\x73\x15\x86\x61\x58\x2e\x97\x83\x20\ \x38\x22\x3e\x42\x29\x25\x71\xdc\x6e\xc7\x91\xb1\x68\x11\x1d\xc7\ \x01\xc4\x95\x95\x95\x42\xce\xcf\x79\x5e\x75\x79\x49\x6b\xed\xfb\ \x41\xe0\x09\xab\x54\xa5\xa7\x17\x8d\x4e\x92\x44\x08\x11\x45\x51\ \x51\xeb\x95\xea\x4a\x2b\xa9\x71\x21\x1c\xc7\x91\x52\x02\xa2\xef\ \xfb\xd2\x58\x8a\xab\x24\xa7\xb5\x26\x04\x01\x20\x8b\x85\x64\x4d\ \xa0\xea\xf5\x7a\x10\x04\x61\x18\x00\x90\x24\x51\xb3\x73\xb3\x1b\ \x37\x6e\x78\x68\xd7\xc3\x49\x9c\x6a\xa3\x8c\xd1\xae\xeb\x66\x85\ \xa1\xc7\x06\x44\x8f\x75\xea\x1e\x4d\x35\xa2\xe4\xd1\x52\x0a\xa5\ \xa4\xe3\x84\x9c\xf3\x34\x4d\xe7\xe7\xe7\x3d\xd1\x97\xc4\x6d\xc6\ \xb8\xeb\x7a\x2b\xd5\x95\x7c\xa1\x50\x2a\x97\xea\xcd\x76\x2a\xa5\ \x41\x54\x4a\x51\x46\xd3\x44\xb6\x9a\xed\xac\xe2\x2d\x1b\x25\x21\ \xc4\x91\x8f\x78\x46\xf9\xae\x88\xb8\xb4\xb4\xa4\x94\xa4\x47\xda\ \x76\x00\x40\x2e\x97\xcb\x4c\xd2\x24\x4e\x6a\x8d\x1a\x77\x1c\x42\ \xa9\x4a\xd2\xcc\xd8\x0e\xc3\x30\x8e\xdb\xd6\xb6\x09\x59\xe5\x3c\ \xad\xf4\x59\x21\x57\xf5\x2a\x22\x3e\xdc\x76\xee\x59\xac\x87\xd4\ \x2e\xf3\x60\x83\x13\xc7\x69\xfb\x34\x5f\x7c\xd3\x6a\xa9\x88\xe7\ \xf9\xae\xeb\x26\x49\x1c\xc7\xd1\xd6\xad\x5b\x1d\xc7\xa1\x94\xde\ \x7f\xff\x03\x71\x1c\xf9\xbe\x5f\x2c\x15\x17\xe6\xe7\x82\xe0\x71\ \x8a\xb5\x16\x08\x95\x51\xab\x65\xbb\x5f\xf9\x9e\xdf\x9a\x98\xfc\ \x8b\x3d\x8d\x6a\xb3\x15\xc5\x52\xb7\xc3\xf5\xef\xfe\x8d\x77\x5c\ \xb8\x7d\x10\x5b\x33\x3f\xf8\xec\xc7\xbf\x39\xd9\xfd\x3f\xfe\xe2\ \xc3\xd5\x2b\xff\xe2\xaf\xaf\x2c\x7f\xf2\x9f\xdf\xf6\x9d\x3f\xff\ \xcb\x5d\x85\x73\xfe\xea\xc3\x2f\xf9\xe1\x7f\xff\xc8\x8f\xe7\xa4\ \xe7\x88\xd5\x75\x03\x60\x1a\x47\x6d\x47\xb6\x13\xe5\x6c\x3a\xe3\ \x83\xef\x7e\xdd\x69\xeb\xcb\xf5\x89\x87\xbf\xf6\xb9\xcf\xfe\xe0\ \xbe\xb6\x4e\x93\xa1\xf3\x5f\xf5\xbf\x9f\xff\x7a\xbd\x72\xf0\xeb\ \x9f\xfe\xc4\xf5\xbb\x57\x9c\xc0\x8d\x63\x93\x1f\x3d\xf1\x5d\x6f\ \x7e\x7e\xeb\xd6\x2f\xfe\xd5\xe7\x7e\xb2\x68\x73\x83\xdd\xbc\x29\ \xc1\xf4\x6e\xff\xcd\xf7\xbc\xe9\x82\xed\x83\xc9\xc2\xfe\xef\x7d\ \xe1\xb3\xdf\xbb\x75\xbc\x74\xf2\x8b\x3e\xf0\xbe\xd7\x9c\xd0\xe3\ \x19\x6d\x17\xa7\x66\x9a\xb1\x12\x1b\xce\xf8\xc0\x3b\x5f\xbd\x7d\ \x30\x6c\xcd\xee\xf9\xea\xbf\x7d\xe6\xee\xa9\xd8\xf1\xdc\xce\x1c\ \xf4\x4b\xe6\xd7\xed\xd0\x68\x07\x4f\x9c\x39\x2d\x7a\x85\xee\xde\ \x68\xe9\xea\xeb\xef\x58\x6a\xe9\x7c\xef\xba\xf3\x2f\x3c\x6f\x20\ \x4f\x9f\x34\x65\xf2\x59\x52\xc6\xca\xf8\xc7\xf3\xbd\x4a\xa5\xd2\ \xdd\xdd\x5d\x2c\x16\xc3\x30\xcc\xf8\x2c\x4d\xd3\x28\x8a\x5a\xad\ \x56\xbd\xd1\x30\xc6\x78\xae\xe7\x38\x8e\xeb\xba\xc3\x23\x23\xe5\ \x72\x39\xcc\xe5\xb3\x18\x2a\xa1\x94\x52\xda\x6c\xb6\x80\x90\xa5\ \xa5\xa5\x85\xf9\xf9\x28\x6a\x4b\x29\x2b\x95\x0a\x22\x59\x5e\x5a\ \x66\x84\x59\x6b\x1b\x8d\x46\x7b\x55\xce\x8d\x6a\xad\xad\x31\x19\ \x33\x65\x92\x63\x42\x88\xa3\x93\x78\x1c\xc7\x8b\x8b\x8b\x8d\x46\ \x43\x6b\x03\x40\x2a\x95\x8a\xe7\x3a\xcf\x7f\xfe\xf3\x2f\xb8\xe0\ \x02\xce\x79\xb3\xd9\x00\xb0\x04\x90\x90\x4c\xc9\xe5\xd1\x16\x69\ \xab\x05\xfe\x00\x47\x17\x01\x00\x40\x19\x5b\x25\x3d\x42\xb2\x2e\ \x8f\x84\x50\xad\x75\xab\xd5\xf2\x7d\xbf\x50\x2c\xe6\x72\x39\xb4\ \x98\xcb\xe5\x94\x52\x71\x14\x7b\x9e\x27\x84\x63\x8d\x49\xd3\x34\ \x49\x52\x42\x48\xa9\x54\x74\x5d\xd7\x5a\x4b\x29\x15\x42\x64\xca\ \x79\x8c\x31\xd7\x75\x7d\xdf\x3f\x3e\x0d\xb3\x8c\xfb\xd3\x34\x61\ \x8c\x39\x42\x78\x9e\x17\x04\x61\x18\x86\x68\x6d\xb1\x58\xf4\x7d\ \xbf\xd5\x6a\x21\x82\x10\x42\x29\x19\x45\xd1\x11\x97\xf5\x6a\x08\ \xf9\x28\xd0\xda\x82\x89\x64\xbb\x69\xa2\xe6\xeb\xcb\xf2\x90\x66\ \xd7\x34\xd9\x1b\xbb\x2c\x8f\x1b\x69\xbb\x59\x50\x6d\x62\x6d\x96\ \x9d\x6b\x8c\x4e\x53\x89\x08\x51\xd4\x6e\xb5\x9a\xad\x56\x13\xd1\ \x2a\xa5\x94\x52\x84\x12\x63\x9f\x08\x44\x04\x22\xdc\xe6\xee\x1b\ \xaf\x78\xb0\xf5\xa6\xdf\x7a\xcf\x69\xc3\xa1\xd1\xaa\x29\xfd\xe7\ \xbd\xea\x75\xcf\xdf\x60\xbf\xf0\xcf\xff\xf4\xe3\x7d\xe2\x4d\xbf\ \xf5\x96\xca\xf2\xc4\x23\xe3\xf3\x95\x91\x6d\x9b\xb7\x6d\x28\x85\ \xc3\x27\xac\x5d\xb3\x6e\xcd\x16\xbe\xfc\xd0\x3d\x93\x89\xcb\xd9\ \x31\x67\xb3\x00\x40\x51\x37\xa1\xe7\x75\xef\x7c\xc3\xba\xf6\xbd\ \x1f\xfb\xfd\xff\xdf\x8d\x4b\xdd\x6f\x7e\xdb\x6b\x86\x78\x62\x85\ \xb7\x70\xcf\x8f\xfe\xe8\xc3\x7f\x76\xcb\x62\xf9\x95\xaf\x7b\xe5\ \x20\xb4\x94\xd1\x6d\xed\x0c\x0e\x6f\xe9\xa7\x4b\x37\x7d\xef\xca\ \xaa\xb6\x39\x47\xae\xac\xd4\x97\x74\xdf\xa5\x6f\x7c\xfd\x99\xf9\ \xe9\xbf\xfa\xc8\x1f\x7d\xe3\x21\x7c\xed\x3b\xdf\x34\x12\x76\x5d\ \xfa\x86\x57\x0c\xac\xdc\xfd\xb1\x0f\xff\xd9\x77\xef\x9e\x77\x5d\ \x68\x42\xef\xeb\xde\xf9\xda\xb5\x72\xf7\x3f\xfe\xc3\xbf\x8f\xb3\ \xad\x6f\x78\xf3\x8b\x45\x92\x98\x2c\x7f\xbb\x83\x5f\x1e\x74\x68\ \xb4\x83\x27\xa1\x46\x21\xe4\xc2\xae\x4f\xff\xe3\x27\x77\x4d\xce\ \xef\xd9\xb5\x7b\xcf\xdd\xd7\x7e\xe2\x73\xdf\x5b\x4c\x9e\x3c\x7a\ \xf3\x6c\xe5\xeb\x02\x18\xad\xdb\xed\x76\xc6\x2e\x59\x91\x25\x21\ \x84\x51\x4a\x28\xe5\x8c\x11\xba\x5a\x15\xcf\x28\x55\x46\xd7\xeb\ \xf5\xa8\xdd\xa6\x04\xad\x4e\x51\x4b\xc6\x68\x9a\xc4\x94\x04\x4c\ \xd0\x5c\xe8\xb7\x75\x1c\xe6\xc3\x9e\x9e\x2e\x4a\x99\xd2\x46\xcb\ \xb8\xd1\xa8\x95\x2a\x03\x85\x72\x31\x55\xb4\x59\xaf\xa7\xd6\x51\ \x4a\x19\x6d\x78\xc8\x5c\xd7\x35\xc6\xa0\xb5\x84\x70\x46\x29\x02\ \x30\xc6\x38\x63\xc6\x98\x0d\xeb\xd7\x27\x69\x1a\x47\x91\xe3\xba\ \xcd\x66\x2b\x4e\x22\x63\xcc\x25\x97\x3c\xbf\x51\x6f\xb4\x5a\xb1\ \x1b\x04\xb7\xde\x76\x7b\xb5\xda\xc8\x44\xea\x53\xa5\x8e\xad\x1f\ \x3d\x6a\x95\x5a\x6b\x8d\xd1\x88\xd6\x82\x05\xc2\x64\x2a\xdb\xc0\ \x0a\x85\x82\x52\x32\x6a\xb5\xda\xed\x76\xb9\x5c\x8a\xe3\xb6\x4c\ \xb5\x94\x4a\xa6\x92\x3b\x42\x6b\x0d\x88\x94\x12\xce\x39\x01\xb0\ \x08\x32\x95\x60\x21\x4b\x3c\x66\x8c\x6a\x6d\x8e\xb2\xb5\x31\x46\ \x29\x75\xdc\xde\x42\x44\x6c\xb5\x5a\xc5\x62\xf1\x88\xb9\x06\x00\ \xd8\x68\x36\xc1\xda\xfe\x81\x01\xdf\xf5\x16\x56\x16\x1b\x8d\x46\ \xd4\x4a\x98\x25\x9e\x20\xf5\x5a\xad\xd9\x08\x28\x27\x16\x81\x1e\ \x23\x5c\x50\x4b\xd4\xa8\x23\x2d\xc2\xb7\x0e\x55\x87\x0b\xbd\x9b\ \x4b\xec\x1b\x87\xe6\xde\xd0\x65\x3d\x0a\x35\x45\x2c\x70\x40\xa2\ \x94\x8a\xe3\x84\x10\x62\x8c\x51\x4a\x23\x02\xa5\x34\xdb\xa6\x54\ \x26\x71\x4a\x80\xac\x36\x71\x7d\x6c\x80\x8a\x10\x06\xc9\xdc\x37\ \x3f\xf5\x6d\xf1\xb1\xff\xf6\xf6\xd7\x52\x2d\x6b\xc6\xab\xac\xed\ \xea\x61\xc2\x9e\x75\xd1\x85\x9a\x2d\xdf\x7f\xb0\x96\x27\xb5\x5b\ \x77\x4d\x9d\x7f\xe6\xc9\xaf\x7e\x7e\x5c\x9b\x1b\x1f\x3e\xf7\x74\ \x12\x6c\x9c\xb9\xe3\x33\xcb\x5a\x53\x24\x04\x50\x6b\xa3\x65\x94\ \xda\x9c\x41\x42\xd0\xd0\xc2\xc8\x96\x1e\xf7\xfe\xcb\xef\x7e\xe8\ \xf6\xfb\xc8\x49\x8f\xbc\xe0\xb2\xcd\xa3\x5d\xc2\x00\x8d\x17\xe7\ \xc6\xef\xbb\xfb\xce\xbd\x87\xce\x3f\x77\xa8\x37\x30\xe3\xa9\x05\ \x44\x63\x14\x30\xc7\xf3\x1d\x99\xb4\x81\x30\xad\x92\xc4\xed\xdb\ \xd2\x5f\x3a\xb0\xe7\x47\xf7\xdd\xf6\xc0\x6c\xef\xbd\x97\x9d\x7d\ \xc9\x96\x4d\xeb\x47\xf2\xee\xbe\xdb\xef\xbf\xe7\xde\xc3\xc3\x17\ \xb7\xe9\x5a\xc3\x8a\xc3\xeb\x42\x8f\x05\xc3\x17\x5f\xec\xb3\xc6\ \xa1\xbd\x33\x69\x20\x58\xdd\x64\x1a\xbc\x1d\xfc\x92\x98\x1d\xd8\ \xd1\xc3\xef\xe0\x49\xc0\x19\x1c\xdc\x7d\x57\x75\xf0\xa2\x3f\x79\ \xf7\xc9\x9f\xff\xdc\x4d\xaf\x7a\xd3\x25\x97\x7f\xea\x53\xbb\x67\ \x2e\xb9\x70\x7d\xd1\xd8\xe7\x48\x87\x21\x4d\xd3\x13\xb6\xef\xf8\ \xd8\x9f\xfe\x59\xe6\x05\x25\x84\x50\x4a\x8e\xaa\xdb\xac\x4a\xb6\ \x10\x40\x44\x4a\xa8\xc5\xd5\x7e\x20\x42\xb0\x4c\x4d\xd0\x18\xe3\ \x7b\x4e\x2e\xf0\x00\x51\x29\x55\x11\x02\x00\x1d\xc7\x21\x84\xd8\ \x34\x05\x80\x9e\x7e\x45\xc2\x20\xe6\x4c\x1b\x8b\x48\x28\xa1\xa5\ \x1c\x16\x11\x19\xe3\x84\x52\x37\x6f\x00\x80\xae\x96\x4f\x02\x25\ \x94\x07\x28\x8c\x66\xae\xeb\xb9\x46\x1b\x4d\x80\x08\x07\x2b\x61\ \x49\x12\x5a\xe8\xee\x7d\xfd\xdb\xde\x96\x45\x6d\x5f\x71\xd9\xab\ \xa2\x28\x82\x23\xce\xdb\xa7\x64\xaa\x55\xb2\x41\x00\x82\x16\xb3\ \xea\x1a\x6b\xad\xb5\xba\x90\xcf\xe5\x8a\x05\xdf\x98\xcc\x83\xa4\ \xb5\xe6\x9c\x67\x4d\xc1\x09\xcd\x1c\xc5\x04\x01\x8d\x36\xd6\x5a\ \xce\x45\xd6\x2e\x2a\x33\xaa\x08\xc9\x58\x07\x11\x6d\x10\x84\xc7\ \x91\xaf\x6b\xad\x75\x1c\xe7\xff\xfc\xef\xff\xcb\x19\x23\x59\xe0\ \x97\x10\x63\xac\xd6\xca\x5a\x1b\x86\x21\x63\x2c\x8e\x63\x63\x8c\ \xb5\xc8\x28\xe3\x8c\x50\x4a\x5c\x97\x2f\x2f\x2d\xdd\xfe\xf0\xc7\ \x29\xc9\x7c\xcb\x40\x19\xbd\xab\x01\x3b\x2b\xda\x18\x32\xda\xd3\ \xbb\x41\x44\x3e\xea\x87\x06\xba\x4d\x32\xc7\xc1\xde\xd3\x14\x29\ \x61\x3e\x21\x49\x92\x34\x1a\x8d\x30\x0c\x39\xe7\x93\x93\x53\x8c\ \xd1\x55\xd1\x73\x6b\xa3\x28\x6a\x34\x1a\x9c\xb3\xc7\x35\x80\xcb\ \x3a\xa6\x03\x00\x13\xae\xd3\x3e\xf8\xf9\xcf\x7d\xef\x84\x3f\x79\ \xfb\x30\x6b\x92\xb4\x3e\xd3\x6c\x70\x74\xee\xba\xea\x7b\x0f\x54\ \x59\x19\x1a\x35\x0a\xcd\xbb\x1e\x6a\x5f\xfa\xb6\x33\xba\x66\xbe\ \xf0\xa5\xcb\x4f\x7a\xdd\xbb\x2e\xee\x5b\xf9\xe4\x7f\x8c\x21\x75\ \xd0\x1a\x69\xc0\xe9\xde\x72\x42\xbe\x36\x99\xf6\x6e\xdd\x50\x51\ \x87\x9b\x49\x7d\xf2\x70\x55\x9d\xb8\xe3\xe4\xcd\x3b\x57\xce\xd8\ \xbe\x15\x1b\x13\x93\x2b\xfa\x74\x46\x9c\x7c\x79\xe0\xc4\xd3\xce\ \xdb\xb1\x25\xae\xde\x33\xd3\x24\xd4\x25\x1e\x4d\x26\xc7\x76\x1d\ \x8a\x2f\x7e\xf1\xbb\xde\x35\xf9\xf9\x2b\x26\x53\x77\xa8\xdf\x7f\ \xe4\xee\x89\xfd\x4b\xcd\x97\x6e\x3a\x69\xdb\xa9\xbb\xd6\x9e\x7c\ \x72\x20\x17\x0e\x1c\x3a\xdc\xd7\x48\x2f\x3a\xf1\xf4\x9d\x27\x4f\ \x57\xf2\x1e\xa1\xc2\x36\xe7\x66\x52\x3b\xa8\xe6\xaf\xfc\xce\xb7\ \x17\x6c\x3e\x17\xcf\xb4\x19\x23\x68\x3a\x06\xce\x2f\x93\x5f\xd7\ \x76\xe2\xa3\x1d\x3c\xc5\xb3\x61\xc0\x71\x18\x5a\xa3\xda\x0b\x77\ \xdf\x72\xcb\x44\xd3\x3d\x2b\x7c\xf2\x34\x7e\xfe\xac\x3d\xac\x61\ \x18\x16\x8b\x45\x3c\x2a\x73\xf6\xe4\xb4\x44\x8e\xf8\x80\x8f\xd5\ \x0b\x25\x40\xc0\x5a\xcc\xb4\x08\xdc\x23\x65\xf4\x16\x11\x00\x85\ \xc8\x03\x80\x43\x88\xb5\xa8\x10\x89\x80\x2c\x4d\x88\x09\x38\xda\ \x21\x82\x71\x01\xc7\x7c\x7b\x44\x00\x0a\x82\x71\x63\x11\x28\x17\ \x8c\xe3\xea\x40\x10\x00\xb4\x88\x61\x2e\x97\x19\x9e\x83\x43\x83\ \x94\xd2\xd5\xb3\xfc\x67\xf9\xb2\xe4\x09\xd4\x8a\x99\x1b\xd8\x18\ \xa3\x8d\x11\x7c\x75\xb5\xe0\x1d\x49\x17\x7a\x82\x84\x28\xc9\x96\ \x11\x8f\x3d\x21\x1e\x35\x7d\x9f\x28\x4b\xfb\xf4\x5d\xbb\x5b\x36\ \x6f\x79\x52\x4d\xa2\xa3\xea\x86\xc7\xaa\x32\x21\x20\xe7\xc2\x20\ \xd7\xc6\x50\xce\x00\x00\x2c\x08\x46\x6f\x88\xc5\x99\x2d\x7a\x8a\ \x9b\x9e\xac\xe6\x54\xa4\x0d\xe2\x29\x4e\x83\x59\x7d\x38\x15\x57\ \x34\x1d\xea\x64\xae\x6f\x3b\x33\x33\x37\x3c\x32\x34\x3c\x3c\x94\ \x49\xfb\x66\xe7\x97\x4a\xce\xcf\x2d\xa4\x69\xea\x79\x8e\xb1\xf6\ \xd8\x2f\x4f\x01\x2d\x22\xe5\xc2\x21\xdc\xf3\xf8\xd4\x9e\x9b\xbf\ \xf8\xe3\x9d\x7f\xf2\xa6\xd1\x22\x6b\x5c\xfb\x9d\x6f\x6c\xea\x7e\ \xfb\xbb\x3e\xf6\xdf\x05\x67\xfb\xbe\xff\xaf\xff\xeb\x8b\xe3\xed\ \xb9\x87\x6f\x1b\x53\x6f\xe8\x3a\x7c\xcd\xb5\xf7\x54\x2e\x7a\x6d\ \x94\x1e\x3c\x38\x3e\x2d\x79\xd1\x45\x1b\xc7\xa6\x6f\xd3\x69\xff\ \xe5\x37\x5e\x50\x72\x6c\x75\xf2\x91\xaf\x7e\xff\x2e\x4e\x97\xbf\ \xf2\xf9\xef\xfc\xde\x6f\xbc\xe6\x1f\x3e\xf1\xb2\xd6\xec\xbe\x6f\ \x7e\xf6\x9b\x63\x31\xa9\xcf\x2f\x0f\x3e\xff\xf5\xff\x7c\xf1\x1b\ \x6a\x13\x0f\x7d\xe5\xb3\xdf\x9e\x44\x5f\x00\x30\x01\xcd\xc9\x5d\ \x9f\xfc\x97\xaf\xbe\xfb\x4d\x2f\xfe\x83\xbf\x3a\x9f\x81\x5d\x9e\ \x78\xe0\x1f\x77\xfd\xcf\x6f\x7f\xe9\x1b\x6b\x7e\xfb\xad\x7f\xfd\ \xf1\x7f\x94\xd5\x89\xef\x7f\xf1\xd3\x07\x56\x66\x97\xbe\xf2\x9d\ \x35\xef\x7d\xcd\xdf\xfd\xd3\xb9\x00\xf6\xd0\x7d\x8f\x30\x35\xf5\ \xb5\x2f\x7e\xbb\xfb\x1d\x97\xfe\xf1\xff\xf8\x1b\x66\xd5\x35\x9f\ \xfe\xf3\x4f\x5d\x5f\x73\x43\xde\x49\x35\xfa\x25\x82\x79\x82\x48\ \x59\x07\x1d\x00\x80\xd6\x76\x60\xcb\xd9\x17\xe4\x2c\xa2\x5f\x16\ \x73\x57\xde\x14\xbf\xe0\x35\x6f\x3c\xa1\xd7\xcb\x14\x7b\x1e\x3f\ \xcd\x36\x32\x7d\xf1\x67\x00\xc7\x11\x57\xfe\xe8\x87\x5f\xfa\xf2\ \x57\xb2\xf2\x76\x04\xe0\x04\xfe\xba\x7f\x39\xe7\x8a\x99\x37\xfc\ \x05\x3a\x01\xa0\xed\xdc\x95\x9f\x9b\x1b\x8a\x09\xb1\x32\x35\xf2\ \xdd\xbf\xda\xdd\x82\xb7\xdf\xb4\xb8\x66\xa0\xbf\xa7\xb7\x37\x63\ \xc4\xb6\x25\xef\xae\xb4\x5e\xea\x2e\x4d\x5f\xf0\x9e\xd6\x89\x97\ \xd0\x34\x3a\xbe\x8f\x10\xc2\x99\x9c\x1c\xff\xf3\x3f\xff\x6f\x8e\ \xe3\x1c\xdd\x29\x2d\xe4\x55\xf4\xce\xb0\x7e\xb2\x93\xe4\xa9\x25\ \x00\x2d\x4b\xf6\x6b\xf7\x73\xcd\xc2\x0c\xcf\x79\x6c\x75\xa1\x20\ \x13\xe5\xf9\x41\xa5\x52\x16\x42\x50\x42\x10\x50\x6b\x53\xaf\x37\ \xea\x8d\x9a\xeb\x38\x4f\xaa\xc4\x60\x91\x3b\x61\x21\x0f\xad\x46\ \x3b\x52\x20\x14\xe6\xba\xcb\x8c\x36\x97\x97\x62\x34\x6e\xa1\xbb\ \xe0\x51\xb0\x36\xae\x47\x52\x4b\x14\xe0\x56\xba\xf9\xca\x72\xc3\ \xf0\x7c\xb9\x00\xed\xa8\x1d\x29\x96\x65\x18\x11\x4d\xbd\x7c\xe0\ \x39\x8c\x98\xb8\xda\x6c\xa7\xcc\x75\x93\xc4\xf0\x5c\xa9\x12\x70\ \x13\xd7\x1a\xcd\x04\xdc\x90\x0a\x2f\xef\x71\x4a\x40\xb6\x57\x5a\ \x91\xe2\x9e\x73\x64\x0a\xc5\x76\x02\x5e\x2e\x5f\x0a\x04\x01\xd4\ \x71\xcb\xc8\xb4\x29\x01\x82\x52\x77\x4e\x60\xda\x6c\xd4\x5b\xd4\ \x73\x93\xc4\xb0\xa0\x54\x09\x1d\x40\xa3\x92\xa6\x92\xaa\x25\x81\ \x87\xc5\x4a\x20\xc0\x1a\x13\x57\xdb\x9a\x00\xe9\x78\x75\x7f\x99\ \xd0\x6c\x36\xfe\xfe\xff\x7e\xfc\xac\xb3\xce\xe9\x0c\xc5\xaf\x3c\ \xf6\xef\x7d\x64\xed\xfa\x4d\x59\x0a\x67\x86\x3d\x8f\x3c\xdc\x3f\ \x30\xc8\x9e\x42\xed\x8f\x32\xe1\x70\x92\x26\x71\x1c\x27\xc4\x0d\ \xf3\xbe\x50\x52\xe2\x73\xd8\x7f\xb4\x83\x5f\x32\xb6\x46\xb0\x16\ \x8e\x71\x24\xa3\x20\xa4\xc1\x83\x7f\x68\xf1\x2d\x24\x5a\xc3\x24\ \x23\x30\x65\xc4\x6e\x1b\x68\xee\xf8\x94\xa0\x05\x04\x20\x04\x84\ \x23\x92\x24\x9a\x99\x8e\x1d\xd7\xe1\x9c\x19\x63\xd3\x54\x22\x1a\ \xc7\x11\x00\xf0\xa4\x9e\x69\x42\x54\x52\x9b\x6b\x03\x13\x82\x13\ \xb0\x02\xab\x4b\x0b\x96\x09\xc1\x1d\x42\x75\x63\x79\xb1\x06\x00\ \x84\x71\xce\x18\x23\xc6\x46\xb3\xf3\x48\x1d\xc1\x54\x73\x71\x11\ \x09\x17\x82\xac\xf6\x32\x41\xa6\x5b\x8d\x95\x3a\x02\x10\xca\xb8\ \x70\xac\x45\xc7\x21\x26\x5a\x5e\x68\x61\xb6\x87\xa0\xd4\x51\xbc\ \xd4\xca\xba\xa6\x30\xee\x38\xc6\xae\xda\xfc\x84\x90\xc0\x45\x13\ \x57\x97\xda\x98\xbd\xca\x18\x13\x0e\x9a\x64\x65\x31\x42\x20\x94\ \x0b\x17\x2c\x38\x0e\x5d\xdd\x93\x9d\x81\x33\xd7\x41\x13\xaf\x2c\ \xb6\x11\x80\x50\xce\x39\x25\x68\x7f\x21\xf2\x4c\x1d\xfc\xc2\x5c\ \x65\x1d\xb7\x6e\x07\x4f\xf1\x6c\x18\x95\x18\x00\xc2\x83\x7c\x81\ \x00\x2a\xa9\xf0\x29\x7e\xda\x1d\x1e\xed\xe0\x29\x98\x14\xed\xb1\ \x1d\x39\x10\x91\x03\x80\x10\xbb\x6d\xe1\x41\x0b\x00\xc0\x09\x78\ \x02\xbc\xac\x2d\xd7\x11\xf6\x05\x80\x2c\x3b\x5a\xca\x34\x4d\x11\ \x80\x30\x46\x29\x15\xf8\xd4\xe5\x05\x88\x40\x18\xe7\x70\xf4\x44\ \x94\x73\x0a\x88\x16\x11\x08\xe5\x7c\x35\x51\x79\xf5\x55\xca\x38\ \x80\xb5\x96\x50\xc6\x1e\x7d\xcb\x6a\x9f\x16\xc6\xf9\x63\x0e\xce\ \xd8\x8e\x66\x07\x64\xe7\xa3\x9c\x3e\x7a\xc2\x63\xaf\xe1\xd8\x83\ \x8f\x9e\xe2\xd1\x3d\x47\xce\x78\xec\x31\xd9\xbe\x63\xf6\x3c\x7a\ \x39\x9d\x07\xe8\x97\xe8\x41\xef\xdc\xad\x0e\xfe\xf3\x67\xc4\x9a\ \x9f\xd2\x53\xa8\xc3\xa3\x1d\x3c\xd1\x40\xcc\xd6\xe9\xf6\x49\x33\ \x9b\x5c\x42\xdc\x47\x7b\xb9\xa0\xc1\x27\x3f\xc3\xb1\x85\x3a\xc6\ \x98\xce\xa8\x76\xf0\xff\xaa\x3d\x6a\x3b\x9a\x46\x1d\x3c\x43\x74\ \x78\xb4\x83\x27\xb2\x20\xb1\xd6\xd6\xeb\xf5\xa7\xd0\x73\xef\xa0\ \x83\x5f\x1d\x34\xea\x75\xf5\x64\x99\x23\x1d\x74\xd0\xe1\xd1\x0e\ \x8e\x1f\x4a\xa9\x4a\xa5\xeb\xa3\x1f\xfd\xa3\xe3\x13\x7f\xe8\xa0\ \x83\x5f\x22\xa4\x69\xba\x6e\xdd\xfa\xce\x38\x74\xd0\xe1\xd1\x0e\ \x7e\x9e\x30\xc6\x14\x8b\xc5\x77\xbe\xeb\x3d\x9d\x44\xeb\x0e\x7e\ \x2d\x40\x3a\xeb\xc5\x0e\x3a\x3c\xda\xc1\xcf\x1b\xd6\xda\x56\xb3\ \xd1\xc9\xc0\xe8\xe0\x57\x1e\x88\x18\x84\x39\xce\x3b\x33\x61\x07\ \x1d\x1e\xed\xa0\x83\x0e\x3a\xe8\xa0\x83\x67\x42\x87\xfc\x38\x45\ \x54\x3a\x3c\xda\x41\x07\x1d\x74\xd0\xc1\xaf\x35\x08\x21\x4a\xa9\ \xc9\xc9\x49\x72\x5c\x3a\x2a\x1d\x1e\xed\xa0\x83\x0e\x3a\xe8\xe0\ \xd7\x9d\x47\xb5\xd6\xf3\xf3\xf3\x1d\x1e\xed\xa0\x83\x0e\x3a\xe8\ \xa0\x83\xe3\xa4\x52\xc6\xd8\xf1\xf1\x68\x27\x51\xad\x83\x0e\x3a\ \x78\xca\xb9\xa5\x33\x04\x1d\x74\xd0\xb1\x47\xff\xdf\x02\x25\xe0\ \xf2\x9f\x59\x3e\x85\x10\x48\x35\xfc\x0a\x76\xe3\xa2\x84\xfc\x02\ \x4a\x0e\xf0\x17\xa3\x50\x43\x08\x01\xf8\xa5\x48\x61\x26\x9c\x73\ \x44\x63\xcc\x33\x2b\x5b\x22\x54\x70\x9a\xf5\xd4\xeb\xfc\x72\x3b\ \xf8\xf5\xb4\x50\x01\xad\x7d\x1a\xad\x27\xf8\x73\x72\x75\xf0\x14\ \x8d\x3f\x7e\xb5\x85\x49\x29\x81\x96\x24\x0f\xcd\x11\xfa\x33\xae\ \xf2\x2d\xc2\xfa\x0a\x86\x0e\x3e\xa3\x09\xed\xa9\x86\xfd\x89\x9d\ \xb5\x9f\x2d\xa0\x36\x56\xa7\x47\xfe\xc8\x3a\xc6\xe0\x63\xb6\x8f\ \xb6\x98\x7b\xfc\xf6\x91\x2f\xf2\xb8\x6d\x00\x20\x84\x05\x3e\x1a\ \x0b\x3f\x43\xbb\x56\xe2\x06\x81\x38\x72\x57\xd0\xa8\x38\x4e\xec\ \x63\x4d\x31\xca\x1c\x4e\x74\xaa\x2c\xf9\x7f\xa5\x9d\x0b\xf5\xc2\ \x80\x19\x19\x25\xe9\x63\xb4\xb3\x09\xe5\xd8\xba\xfd\xaa\xab\xa7\ \x74\xff\x4b\x5e\x7a\x5e\x60\xd4\xe3\x46\x81\x30\xee\x3a\x0e\x67\ \x14\x10\xb5\x4a\x53\xa9\x9f\xfc\xde\x53\x06\xd1\xf4\xf7\xbf\x7f\ \x7d\xb0\xf5\x9c\x0b\x4f\xdd\x08\x4a\x75\xb8\xb4\x83\x5f\x2f\x9b\ \x87\xb1\x68\xe1\xc0\x6d\x0f\x2f\x9f\x76\xde\x59\x25\x61\xed\x7f\ \x3a\x49\x3e\xdb\x3c\x8a\x94\x59\x99\xd8\xa8\x7d\xec\x6f\x1f\x11\ \x08\x63\x3c\x5f\x12\x9c\x1b\x25\x7f\x55\xcb\x16\x05\x83\x99\x06\ \xf9\xfb\x9b\x85\xff\x33\x8e\x7a\xa2\xe1\x4f\x9e\xaf\xb6\xf6\x62\ \x7a\xdc\xfa\x65\x84\x58\x04\xd3\xac\xa1\xb5\x8f\x12\x01\x02\x10\ \xa0\x7e\xce\x09\x72\x68\x94\x7d\x76\x55\x70\x69\x18\x2e\x7e\xed\ \xdb\xcb\x5f\xfb\x36\xcb\x85\x40\x8f\x78\x10\x2d\xac\xf6\x8f\xc5\ \xd5\xcb\xfb\xd9\xb6\x11\x6c\x2a\x73\x67\x9e\x36\xf0\x5b\xef\xa1\ \xae\x63\x13\xf9\x53\x1d\x93\x84\x50\x62\x1a\x57\xfe\xdb\xa7\xee\ \x9d\x6b\x69\xa5\x8d\x92\xf9\xf5\x3b\xdf\xfc\xc6\xcb\x46\x42\x02\ \x84\x12\x00\xa3\xa5\x32\xa4\x36\x7e\xdd\x27\x3e\x77\xf7\x8b\xdf\ \xfb\xfe\xf3\xb6\xf4\xb4\x9b\x2d\x0b\xd4\x71\x5d\xc1\x88\x51\x2a\ \x95\x12\x09\x73\x32\x72\x02\x2b\x93\x54\x5b\x04\x00\xc6\x1d\xc7\ \xe1\x14\x40\x6b\x29\x1f\xa5\x2b\xc2\x1d\xc7\xe1\x0c\x00\xd0\xe8\ \x54\x4a\x8b\x00\x84\xb9\x9e\xc3\x09\xd1\x4a\xa6\xca\x08\xd7\x17\ \x54\xc7\xb1\xe4\x9e\xcf\xac\x4a\xa4\x71\x7d\x9f\x5a\x19\x1f\xbd\ \xfd\x84\x52\xbd\xf2\xcd\x7f\xfa\xc7\x85\xc1\xb3\xdf\xfa\xd2\x73\ \x7c\x30\xdc\x75\x39\x23\x56\xa9\xd4\x10\xae\xaa\xd7\x5f\xf1\xad\ \xb1\xe2\x8b\x5e\xf1\xba\x17\x86\x3a\x89\x62\x69\x8e\xfc\xa0\x98\ \x70\xd2\xe5\xc3\x57\xfd\xe4\xea\xfb\x0f\xcc\x82\x57\xda\x7e\xce\ \xc5\x97\x9c\x71\x42\x28\xa8\x70\x04\x01\x54\x32\x55\xda\x02\x00\ \xe5\xc2\xf3\x03\x5b\x9f\xfc\xce\x57\xbf\xb5\xed\xad\x1b\x2e\x3a\ \x73\x2b\xb1\x28\x1c\x87\x11\x94\x47\x8e\xe9\xa0\x83\x5f\x71\x1e\ \xa5\xb0\x32\x7b\x78\x3e\x2e\x84\x81\xa0\xfa\x31\xab\xd5\x27\x32\ \xd4\xb3\xcb\xa3\x94\x9b\x95\x39\xfa\x93\xcf\xe6\x93\x3a\xb2\x47\ \x3f\x9a\x20\x68\x99\xa4\x3b\x5f\xb2\x0f\xc2\xc1\x0d\x5b\x82\x52\ \xc5\xfe\x8a\x2a\x9b\x53\x02\x81\x00\xef\xc8\x57\xb7\x06\x15\x82\ \x20\x10\x6b\x24\x04\x28\x25\x2e\x27\x60\x31\xd5\x68\x11\x28\x23\ \x2e\x27\x04\x80\x12\xa0\xcf\xc4\x0a\x22\xc4\x22\x9a\x9b\xbe\x15\ \x1c\xb8\x93\xb9\xfe\xd1\xbe\x2b\x04\xc1\xaa\x44\xf5\x6f\x9c\x5d\ \x77\x96\xe5\xce\xd0\xd6\x13\x8d\x52\xcf\x9e\x57\x82\xb1\x74\x7c\ \x12\x26\xc6\x4b\x27\x6c\x76\xcf\x90\xee\xa9\x06\x10\xa2\xab\x38\ \xeb\x41\xf7\x54\x83\x06\xa2\x1f\x73\xb1\x16\x9d\x1d\x06\x53\x68\ \xff\x50\xb8\xdb\x8d\xd8\x64\x6d\x04\xf1\x8f\x98\x7b\x86\xe5\x6b\ \xac\xad\x93\xe8\x2a\xe6\x5d\x60\x78\xaf\x31\x55\xd2\xbe\x5c\xd8\ \x2a\x80\xa0\xcb\x5f\xfa\xaa\x9c\x9e\x19\xf9\x93\x8f\xf0\x52\xc1\ \xa6\xf2\xa7\x8f\x0e\xa6\xbb\x6f\xb9\xfa\xda\x6a\xf7\x99\xdb\xd7\ \x50\x6d\x8c\x25\x60\xd3\xb1\x47\xf6\x4c\x2e\x35\xa4\xa5\x3d\xc3\ \x1b\xb7\x6f\x1a\x8e\x16\x0f\xdc\x7c\xcb\xad\xe1\xa6\x4d\xc9\xe2\ \x96\xad\x5b\x37\xf5\xf8\xf2\xc0\x83\xf7\x4d\x2c\x25\xbd\x6b\x36\ \x6d\x59\xd7\x8f\x71\xfd\xf0\xc1\x5d\xb3\x4b\x75\x4d\x83\x8d\xdb\ \xb6\xf5\xe6\x1c\x00\xbb\x32\xbd\xff\xc0\xd8\x4c\x8a\xa2\x6f\xcd\ \x86\x0d\x23\x3d\xc4\x68\x04\x42\x89\x9e\x1f\x3b\x38\x31\xb3\x94\ \x68\xcc\xf7\x8e\x9e\xb0\x7e\x48\x30\x42\x4d\x6b\xf7\xdd\x77\xcf\ \x35\x74\xff\x86\x13\x36\xf7\x07\x07\x1f\xb8\x71\xd1\xf4\x9d\x7a\ \xd2\xe8\xf4\x83\x77\x55\xbd\xbe\xad\x6b\x4a\x7b\xee\xba\xb3\xc6\ \x47\x4e\xd9\x36\x48\x56\x8d\x6c\x42\x30\xba\xff\x86\xab\xf7\xef\ \xe8\x7b\xc3\xcb\x2e\x2c\xd2\xfa\x81\x87\x1e\x98\x5c\x8c\xca\x23\ \x1b\xb7\xae\x5f\x43\x09\x75\x83\xc0\x44\xf3\xb7\xde\x70\x43\xc1\ \x2d\x6d\x3d\x61\x7d\xc0\xc0\x58\xa4\x5c\x24\xb3\xf7\xfe\xfd\xdf\ \xfc\xdd\x9d\x0b\xee\xc6\xb5\x83\x30\xbf\xf7\xc1\xd2\xe8\xf3\xcf\ \x3b\xd5\xb6\x26\xef\xbe\x73\x5f\xc3\x7a\xeb\xb7\x6c\x1f\x2e\xbb\ \x06\x89\xac\xcd\x3c\x70\xe7\x64\x5c\xdf\x6f\x1d\xcf\x11\x94\x72\ \xa1\xab\x33\x0f\xde\xb5\xaf\x6e\xbc\x0d\x5b\xb7\x0d\x95\x3d\xad\ \x3b\x8d\x07\x3a\xf8\x95\x07\x61\x9c\xc9\x66\xa3\xde\x4e\xba\x04\ \x3c\x6a\x8f\x3e\x99\x4b\xea\xd9\xe5\x51\xe1\xa4\xbb\xef\x1c\x92\ \xb5\xde\xd1\xb5\x68\x2d\x10\x9a\xb5\x2d\x62\x80\xa4\x6f\xed\xd7\ \x7f\xf8\xbd\x69\x56\x19\x39\xe1\xc4\x5f\x93\xec\x06\x6b\xb0\x67\ \xa4\x70\x86\x9f\xdc\x11\x79\xef\xdc\xe9\xa3\xc1\x83\x87\x9b\x3f\ \x7a\x24\x82\x82\xf7\xea\xd3\x0b\xeb\x02\xba\x30\xdb\xfa\xc6\xfd\ \x6d\xf9\x8c\x1d\x89\x84\x10\x55\x5f\x71\x76\xdf\xb2\x66\xeb\x09\ \xd4\x68\x38\xaa\x9a\x6b\x0c\xeb\xea\x7b\x68\x72\xf1\xa6\x7f\xfb\ \xff\xce\x79\xef\x47\xc9\xb3\x3d\xec\x48\x84\xf0\x07\xfa\x70\x71\ \xc9\xd6\x77\xf1\x0d\x00\x16\xf4\x0c\x90\x1c\xf0\x0d\x80\x12\xd4\ \x38\xf0\x35\x20\x36\x80\x69\x81\x3a\x0c\xee\x49\xc0\x37\xa0\x5d\ \x01\x79\x80\xb8\x17\xa0\xd8\x00\x7a\x1a\xe4\x3e\x12\xbc\x12\xf9\ \x46\x80\x31\x48\x1f\x22\x38\x03\x6e\x5f\xd7\xe0\x69\x27\x2f\xde\ \x71\xc7\x81\x0f\xfc\xe1\xda\xbf\xfa\x53\x6f\xc3\x3a\xdb\xfe\xa9\ \xfd\xcc\x89\x70\x78\xf7\xb6\x4b\xfe\xe0\xbf\xbe\x35\x4f\x15\x65\ \x42\xae\xec\xfa\x1f\xff\xf3\x7f\xdc\xb5\x24\x05\x18\xa7\xef\x84\ \xdf\xfd\xe3\x3f\xdf\xee\xf9\xc5\xa2\xbd\xf5\x07\x5f\xb8\xfd\xce\ \xf3\xff\xe2\x4f\x87\x0f\xfd\xe4\xdf\x3e\xf1\xdd\x7b\xa5\x05\xeb\ \xf4\xbd\xed\x83\x1f\x3d\xaf\x32\xfe\xcf\x7f\xf1\x37\x7b\x5a\x86\ \x7b\xa3\x1f\xf9\xdb\x3f\x1f\x2c\x7a\xc0\xc8\xe4\x5d\xd7\x7c\xf6\ \xbb\x37\xb5\xa5\xd2\xf9\xcd\xbf\xfb\x91\xdf\xbf\x68\x6b\x59\x6a\ \xea\x98\x85\xef\x7d\xfe\x1f\xbe\x7b\xdb\x94\xe7\x52\x74\x7b\xdf\ \xf8\xfb\x7f\xf2\xf6\xf3\x7a\x7f\xf0\xb9\x8f\x7f\xe5\xba\xdd\x94\ \x5a\x1b\xac\xff\x9d\x8f\xbe\x77\xfa\xda\x2f\xff\xfb\x9d\x5d\xff\ \xf2\xef\xbf\x7f\xc5\xbf\xfe\xaf\x3b\x86\x2f\xfd\xdb\x77\x9f\xf5\ \xf9\xbf\xfe\xd3\xe6\x0b\xff\xf2\xf4\x93\xd6\x18\x29\x1f\xf5\xeb\ \x06\x61\xe0\xb9\x2e\x4b\x6e\xfd\xce\x67\xff\xf5\xcb\x57\x57\x53\ \x14\xf9\xc1\xcb\x7e\xfb\x0f\xde\x75\x5e\xe0\xb8\x7c\x71\xcf\x9d\ \xff\xfa\x77\x77\x24\xda\x79\xde\x9b\x3e\xf4\xa1\x37\x9c\x43\x51\ \x09\xa6\x6f\xfe\xfe\xd7\x6f\x18\xf7\xdf\xf7\x47\x7f\xf2\xba\x0b\ \xb6\xd8\x56\x3d\x36\x8c\xd7\xf6\x7c\xf6\xef\xff\xee\x47\x0f\xce\ \x28\x03\x03\x3b\x2e\xfc\xe0\xef\x7f\x70\x87\x3b\xf9\xa5\x7f\xf8\ \x9b\xef\xdd\x3b\xe7\x86\x4e\x9a\x50\xe1\xb8\xb6\x3e\xf6\xa5\x7f\ \xfe\xdb\xab\x77\x57\x09\xea\x70\xed\x39\x1f\xfa\xc0\xfb\x4e\xe8\ \x61\xb2\x63\x95\x76\xf0\x2b\x0d\x63\xa0\x77\xed\x8e\x81\x07\xaf\ \xf8\xce\x97\xbf\x9c\x0f\x9c\x2c\xe6\x88\x5a\xe5\x36\x9c\xf6\xa2\ \xb3\xb6\x3b\xa0\x8f\x35\x4a\x9f\xed\x7c\xdd\xd4\x18\xc6\x04\x44\ \x4d\x53\x5f\x4a\xe6\xc7\x93\x85\x49\x3d\x3f\x81\x8e\x77\xd5\xae\ \xc3\xfb\x56\x92\x73\xde\xf4\x5e\x2f\x57\xb0\xe6\xd7\xa2\xfd\x02\ \x22\xe6\x0a\xee\xb6\x6e\x5e\xe9\x76\xe9\x4a\xeb\x5f\x6e\x6c\x0c\ \x6e\x2a\x3e\x6f\xbd\xff\x8a\x73\x2b\xc5\x6a\xfb\xf3\x37\xad\xdc\ \x3c\x29\x7f\x4e\xe1\x38\x62\xb4\x41\xe6\xf0\x34\xb2\x51\x43\xce\ \x8d\x27\x0b\x53\xe9\xec\x18\x91\xd1\x58\xdb\xfc\xe0\xd6\x7b\x37\ \x5f\xf2\xea\xd1\x93\x4f\xd7\x4a\x3e\x07\xa3\xc0\x58\xb2\xb8\x14\ \xcf\x8c\xeb\x78\x5c\x47\xe3\xf1\xd4\x78\xba\x30\x6e\xb2\xed\x89\ \xf1\x74\x71\x5c\x47\xe3\xa6\x3d\x1e\x8f\x8f\xa7\xcb\xe3\x26\x9e\ \x50\xed\x89\x68\x7c\x5c\x55\x27\x74\x3c\xa1\x9a\x13\xd1\xd8\xb8\ \xaa\x4f\xe8\x78\x42\x35\x26\xa2\xb1\xf1\x74\x6a\x2a\xba\xe7\xde\ \xf6\x35\xd7\xf4\x6c\x1a\x71\x17\x66\x0e\xfe\xf6\x47\x9a\x77\xdc\ \x43\x7d\xef\xa7\xfb\x09\x84\xdf\x7c\xe0\x1b\xef\x79\xd3\x65\x97\ \xbe\xfa\xcd\xff\xeb\xcb\x0f\x30\x41\xda\x8d\x78\xe7\x3b\x3f\xf6\ \xef\xff\xe7\xc3\xe5\xc6\x9e\x9b\x6f\xdd\x63\x38\x4d\x65\xf1\xad\ \x1f\xfd\xbb\x2f\x7f\xfc\x23\xfd\x72\xef\x57\xbe\x74\x25\x5d\x7f\ \xde\x3b\xde\xfa\x8a\x4a\x7d\xf7\xe5\xd7\xdd\xb8\x18\x9b\x7a\x43\ \xbd\xe0\xf7\xff\xd7\xd7\x3f\xff\xbf\xce\x18\x0a\xa5\xd2\x46\xe3\ \xe8\x69\x17\xbe\xfe\x0d\x6f\x78\xf9\x25\xa7\xda\xe9\xdd\x0f\xee\ \x3d\xac\x33\x07\x0c\xaa\x46\x3d\x5a\x7f\xd6\x6b\x3e\xf9\xb9\x7f\ \x3c\x2f\x9c\xb9\xfa\xb6\xfd\xb3\x0f\xdf\xf5\xbd\x1f\xdf\x52\xda\ \x76\xf1\x9b\x5e\xf7\x12\x7f\xf6\xe6\xaf\xde\x3c\x7d\xca\xce\xf3\ \xca\x7c\xe1\xfe\xbb\xef\x9f\x4e\x5b\xcb\xe3\x0b\xfb\xf6\x3c\x34\ \xa5\xd6\xbe\xe0\xfc\x4d\xfc\x68\xcf\xf1\xec\x7f\x00\x94\x8b\x68\ \xf2\x91\x6f\x7f\xf3\x47\xa5\xf3\x7f\xfb\xcb\x5f\xff\xcc\x2b\xd6\ \xd7\xbf\xfe\xe5\x1f\xcd\xb6\xb4\x49\xd4\xd0\x89\x2f\xfb\xe4\x97\ \xbf\xf0\xde\x0b\xbb\x6f\xfe\xde\xe5\x07\x1a\x92\x13\x46\xb0\xb9\ \xef\xc0\xa2\x3f\xb2\xed\x8c\x93\xb6\x38\x26\x05\xc7\x2f\x97\xc2\ \x43\xb7\x7e\xf3\x5b\x77\xb5\xdf\xf9\x67\x9f\xf8\xe2\xff\xf9\x6d\ \xb5\xf7\xc6\x1f\x5f\x7f\xf7\x81\x7d\xb7\x5c\x71\xdb\xd2\x1b\xfe\ \xf4\x9f\xbf\xf0\xbf\x7f\x67\x20\x40\x42\xec\xfe\x7b\x7f\x72\xf9\ \x8d\xe3\x3b\x5e\xf0\x9a\x37\xbe\xf8\xa4\xa9\xdb\xaf\xbe\xe9\xfe\ \xfd\x20\x9c\x4e\x22\x6f\x07\xbf\xe2\xf3\xb3\xd5\x34\xe8\x79\xd1\ \xeb\xdf\xf4\xea\x17\x5f\x74\xf6\x59\x67\x9e\x75\xe6\x99\x67\x9e\ \x71\xc6\x19\x67\x9d\x7d\xf2\xba\x01\x86\xf6\x71\x99\x3c\xcf\x76\ \x7c\xd4\x58\x44\xca\xa6\x8a\x6b\x85\x49\xba\x16\xf6\xab\x76\x4b\ \xac\xdf\x7e\xf5\x74\xfb\x96\x3b\xee\x3a\x6b\xeb\xc6\x42\xdf\xa0\ \xfd\x75\xea\x61\x64\x2d\xa6\x06\xad\x45\x8d\xe0\xb9\x84\x01\x14\ \x8a\xee\x28\x57\xff\x71\x5f\x6b\x96\xb2\x46\x4c\x7e\x5e\x81\x62\ \x0b\xa8\xb5\x6a\x15\x07\xa7\x63\xb3\xc1\x9d\x97\x33\x63\x6e\xd7\ \xc0\x44\x6e\xe4\xcb\x57\xde\xd0\xef\xe0\x86\xcd\x9b\xcd\x73\x90\ \x93\x49\x00\x10\x08\x18\xc1\x81\x80\x54\x40\x0c\x68\x0a\x14\x40\ \x2a\x40\x05\x9a\x81\x02\x90\x0a\x6c\xb6\x8d\x20\x15\x18\x05\x9a\ \x83\xb4\xc0\x15\x28\x0d\x86\x83\x34\x40\x14\x28\x03\x5a\x50\xe1\ \x06\x44\xb5\xe5\xc4\x84\xbd\xe2\x87\xe5\x8b\x2f\x16\xb1\x3e\xfc\ \xa1\x8f\x0d\xff\xe9\x47\xcb\x2f\xbe\x04\xe5\x7f\xb6\x4a\xb0\x3a\ \x0d\x36\x5c\xf4\x91\x77\xbe\xd0\x23\xb6\x7b\x68\x13\xea\xfd\x84\ \x12\xc2\x9c\xae\xfe\x5c\xa1\xe8\xd9\xb4\xad\x11\xd0\xa2\x9b\x2b\ \xf8\x8e\xbb\x92\xd4\xaa\x31\x23\xcd\xe9\x87\xf7\xaa\x2d\xcf\x7b\ \x41\x69\xfb\x28\x35\x8a\x52\xca\x85\x17\x84\x41\x92\xa4\xc0\x1d\ \xac\x1d\xfc\xca\xbf\xfc\xcd\xcd\x8d\x0d\x2f\x3c\xbd\xe8\x09\x6e\ \x1f\x75\x0b\x11\x4a\x29\x65\x3c\x5f\xec\x19\xea\x09\x77\x25\xb2\ \xb6\x1c\x49\x05\x7a\x79\x72\xcf\x58\x69\xfb\x25\xaf\xae\x0c\x75\ \x8d\x6e\x73\xfb\xf3\xd7\x5d\xff\x8d\x9f\x30\x7f\xe3\x16\x73\xf8\ \x9a\xab\xf6\x24\x6b\x4f\xde\x31\xd8\x6d\x8d\x06\x20\x94\x50\xe1\ \x06\x82\x32\x8b\x16\x28\x44\x8d\x7a\x33\x86\xb5\x9b\xb7\x76\x95\ \xd7\x6c\xd8\xd2\x2f\x7f\xb0\xd0\x92\x1a\x10\x1c\x37\xe8\x2d\xf4\ \x0c\x0d\x0f\xd0\x1b\x67\x1a\x89\x25\x79\x44\xe2\x96\x0b\x4e\x32\ \xb5\xb0\xb0\xdc\xd8\xda\x53\x76\xa5\x22\x60\x5b\x0b\x0b\x26\x3f\ \xb2\x79\x74\x4d\x5f\x25\x1e\xc8\x39\xd5\xda\x72\xb5\xb9\x22\x59\ \x69\xe3\xe8\x50\xb9\xb4\xc8\x29\x21\x68\x9a\xf5\xf9\x94\xf1\xea\ \xf8\x9e\x43\xa5\xf0\x45\x97\xbe\x68\x7d\xaf\xaf\xb5\xe9\xa4\x1d\ \x75\xf0\x6b\x60\xea\x00\xe7\x6e\x18\x78\x29\xaa\x7c\xa5\xa7\xab\ \xe0\xa1\x31\xd6\xda\x27\xa6\xb0\xf3\x67\x77\xe2\x44\x63\x51\x0b\ \xef\xba\x7b\x1f\x5e\x5c\x5e\x7e\xfb\x45\xa7\xf5\xf4\xdb\x6b\xa6\ \x5a\x57\xdf\x78\xcb\x1b\x5e\xfe\x62\xd2\x5c\x4e\x93\x24\x08\x82\ \x5f\x8f\xc5\x0e\x6a\x8b\x06\x81\x10\xd0\x48\x36\xae\x2f\xbe\x23\ \xaf\xf6\xee\xaa\xde\xd3\x14\x5b\x47\x05\x20\x2a\xe6\xbc\xe3\x92\ \xfc\x0d\x37\x2d\xef\x8b\x7f\x2e\x84\x6d\x91\x8b\x03\x4b\x8d\xaf\ \x5f\x7d\xc3\xab\x2f\x3a\xf7\xac\x0d\x3b\xc6\xb4\xf3\xf9\x1f\xfc\ \x64\xdd\xe8\xc8\xf9\xc3\xe5\xd9\x66\x23\x7c\xae\xe6\x45\x42\x0d\ \x10\xad\x20\x89\x01\x10\xa4\x01\x54\x10\x27\x80\x29\x48\x0b\x5c\ \x42\x9c\x82\x4d\x41\x5a\x48\x15\xb0\x04\x6c\x0a\xca\x42\x2a\x81\ \x24\xa0\x25\x48\x84\x54\x02\xc6\xa0\x52\x50\x40\x38\xe7\xa0\x80\ \x00\xe8\x6a\xb5\x7e\xc5\x15\xf9\x8b\x9f\x6f\x8a\xfe\xfc\x67\x3e\ \x5f\x7e\xc9\x25\x3f\xed\x76\x58\xad\xd2\x56\xab\x69\x21\x3d\x74\ \x70\x2f\xf6\x59\x82\x59\x23\x73\x63\xad\x31\x16\xdd\x5c\x4f\x1e\ \xea\xb7\xde\x70\x95\x57\x3f\x69\x73\x7f\xff\xa6\x21\xf1\xa0\x0a\ \x4f\x38\xe9\x44\x2a\xf5\xc8\xe6\x6d\x45\x79\x97\xd4\xc6\x58\x6b\ \xad\x45\x00\x4a\xa9\x6e\x2e\x8f\x8d\xcd\x94\x4e\x7d\xd5\xe9\x27\ \xbb\xb7\x5e\x7e\xb3\x3e\xa6\x04\xc5\x5a\x63\x57\x7f\x8d\x46\x4a\ \xec\x59\x3b\xd2\x9d\xe7\x8b\xac\xb0\x7d\xe7\x29\xb6\x91\xae\xdf\ \xde\xe7\x0f\x8c\x9e\x3d\x12\xfc\xeb\x4f\xee\xb9\xe4\xfd\x7f\xbc\ \xa3\xfe\xe3\xbf\xff\xc2\x81\xf3\xdf\xfd\xfa\xc1\x8a\x6b\x64\xc2\ \x85\x7d\xe4\x86\x2b\x1f\x98\xb7\x65\x3a\xf5\xf0\x62\xb2\xae\x58\ \xea\x1f\x5d\xb3\x7e\x30\x7c\xe0\xc7\x5f\xbf\xdc\xd9\x7a\xe3\x35\ \x07\xfb\xb6\xbd\xad\x37\xe7\x18\xb4\x2b\xf3\x87\x7e\xf8\xa3\x6f\ \xdf\x72\xd5\xdd\xe1\x86\x97\xac\x2d\x3a\xc6\x1a\x82\xe1\x99\xcf\ \x3f\xe7\xdb\x77\x7c\xe1\x13\x1f\xff\xc7\xa9\x8b\x4e\xe5\xad\xf9\ \x76\x61\xc3\x89\x5b\xcf\xe8\xfd\xd6\x57\xbe\xfd\xbd\x6f\x8e\x89\ \x7d\x7b\x1b\x70\xe9\xc6\xad\xeb\x47\xdc\x7e\x71\xc5\xd7\xbf\xf2\ \x35\xb9\x35\x6a\xc4\x4a\x23\x1b\x18\x3e\xa1\x42\xaf\x83\xe2\xc8\ \xce\x93\xfb\xdb\xd6\xd9\xbc\x7e\x0d\x33\x1d\xaf\x6e\x07\xbf\xe2\ \x20\x84\x52\x8c\xee\xbf\xf6\xca\xdb\x0f\xd4\xc3\x50\xc4\x91\xde\ \x70\xd6\x0b\x2e\x3c\x69\x84\x3c\x99\xc9\xf1\xec\xda\xa3\x08\xca\ \x22\xa6\xed\xad\xeb\xd6\x3e\xf8\xe0\x83\xdf\xb8\x85\x8f\xae\x19\ \xbe\xe1\xe6\xdb\x9e\x7f\xfe\x79\xa7\xe6\xcd\x8d\x07\x67\x0a\xe4\ \xd7\xc2\x5d\x84\x16\x8a\x5d\x6e\x85\xc0\xd6\x61\x1e\xcd\x19\xc7\ \x81\x3d\xbb\x57\xfe\xf2\xa6\x28\xf0\x28\xf7\xec\xb4\x2d\xbc\xea\ \xd4\xfc\xf7\xa6\x68\x7f\x81\xb1\x9f\xcb\x78\x10\xb0\x08\x49\x1c\ \x6f\xa8\xe4\x8b\xb9\xdc\xe5\x57\xdf\x58\x3b\xef\x9c\x7b\x1f\xbc\ \x23\xf4\xfd\x57\x9f\xbe\x7d\xfe\xee\xeb\xe4\xf0\xe9\x84\x90\xe7\ \xc4\x20\x25\x94\x18\x02\x4a\x43\x9c\x02\x58\x90\x06\xac\x5e\xe5\ \x51\x65\x21\xd1\x40\x63\xc0\x04\x94\x85\x54\x01\x49\x1e\xe5\x54\ \x4c\xc0\x64\xc7\x48\x30\x29\xe8\x14\x14\x12\x4f\x08\x92\x90\x2c\ \x87\xd7\x26\x49\x74\xd7\x5d\xfe\xb9\xcf\x4b\x91\xfe\xb4\x72\x2a\ \x12\x94\x7a\x9c\xc3\xf7\xfe\xeb\xdf\xdf\x69\x75\x62\x7b\xce\xf8\ \xe8\x7f\xb9\xac\xdc\x55\xb6\x0e\x07\xc2\x73\xf9\xa2\xef\x90\xca\ \xe8\x39\x6f\xb9\xec\x8e\x2f\xfd\xe4\x9b\xbb\xee\xd8\xfd\xa7\x7f\ \xf1\x07\xbf\xf1\xfb\x1f\xfc\xf4\xbf\x7d\xed\xdf\xfe\xe9\x76\x1d\ \x0c\xbf\xeb\xf7\xb6\x0d\xf6\x79\xc5\x52\x29\x10\xab\x51\x12\xab\ \x94\x33\xb0\xe5\x55\x6f\xb8\xec\x8b\xdf\xff\xce\xff\xde\xcd\x49\ \xef\x9a\xd1\xfe\x32\xb1\x59\x5d\x17\x0d\x72\x85\x5c\xe8\x01\x80\ \x9b\x2b\xe4\x1c\xe2\x0d\x9f\xfa\xfe\xdf\x7d\xef\xe7\xbe\xf4\xdd\ \x4f\xfe\xc3\x4d\xe0\xad\xf9\xad\x75\x3b\x4e\x58\xdb\x7b\xfa\x45\ \xa7\x0e\xdc\xaf\xcf\x3c\xf3\xa4\x2d\xd3\xb3\xeb\x37\xd5\x4f\x3f\ \x75\x67\x88\x32\x01\xc2\xd1\x34\xab\x13\xd7\x7c\xfb\x9a\x15\xe5\ \x6c\x38\xeb\xd5\x6f\x7d\xc1\x69\x7e\x29\x7c\xeb\x6f\xff\x76\xfa\ \x6f\x5f\xfe\xc4\x3f\xdf\x31\x74\xd2\x0b\x7f\xef\x3d\x2f\x29\xba\ \x6a\xc3\xe6\x4d\x0f\xdd\xb8\xeb\x53\x1f\x7f\x68\x60\xeb\x85\x1f\ \x78\xd7\xeb\xfa\x5d\x50\x1a\x41\xe9\xe1\xb3\x5f\xfb\x47\xbf\x27\ \xbe\xfe\xfd\x6b\xbf\xf2\xd9\x7b\x88\x08\xb6\x3e\xbf\xf2\xa2\x0b\ \x5e\xf1\x7b\xef\x5d\xfe\xec\xb7\xbe\x74\x8f\xc9\x9f\xff\xba\xf7\ \xbd\xf2\xdc\x0d\x3d\xbc\xff\x03\xbf\xfb\xe6\xcf\x7d\xe3\x8a\x7f\ \xbc\x4d\xe7\xfb\xd6\x0f\xf5\x94\x46\x4e\xdc\xf1\x81\xf7\xcf\x7e\ \xe1\x3b\x3f\xfc\xfb\xeb\x5a\xf9\x4d\xe7\x7f\x74\xeb\x99\x6b\x0b\ \x54\x75\x8a\x4a\x3b\xf8\x95\x06\xe3\x74\x69\xff\xc3\x0f\xcc\xb2\ \x17\xbf\xfe\xcd\x23\x05\xd1\x98\x7a\xe0\x07\x37\xdc\x3a\x3e\xf2\ \xea\x0d\x25\xae\xed\x73\x9b\xaf\x0b\xa8\x80\xa4\x8b\xd3\xa7\xf5\ \xf4\xc4\x2f\x7a\xc1\x0f\xae\xb9\x6e\xcf\xbe\xfd\x67\x9d\x71\xc6\ \x05\x23\xc5\xf4\xd0\xfd\x0a\x39\xe2\x11\x77\xdf\xaf\xb6\x3b\x17\ \xd1\x0b\xc4\x0b\xb7\x07\xa4\x15\x7f\x6b\x8f\xa4\xc3\xc9\x23\xd4\ \x16\x03\xca\x19\x31\x52\x7d\xe3\x86\xe5\x97\x9e\x5a\x7c\x6b\x3f\ \x4c\x4f\x44\x73\x09\x52\x20\xcf\x30\x39\x32\x93\x0f\x90\x69\x5a\ \x9e\xdf\xf3\xa6\x8b\xcf\xfd\xda\xb5\xb7\x5d\xfe\xa3\x1f\xf7\xf6\ \xf5\xbf\xf9\x25\xe7\x05\x13\x0f\x26\xed\xf6\x73\xea\x49\x27\x86\ \x40\xaa\x8f\xd8\xa3\x16\xac\x86\x24\xb3\x47\x0d\x80\x02\x9a\x00\ \x26\x20\x2d\x50\x05\x90\xd9\xa3\x08\x89\x04\x9b\x80\x49\x41\x5a\ \x48\x52\x30\x31\x68\x09\x1a\x00\x04\x7f\xbc\xdf\x1c\xf1\x3f\xaf\ \xa2\x46\x34\x86\x95\xdf\xfc\x5f\xff\xcf\x1b\xb3\x03\x11\x91\x10\ \x46\xe9\xa9\x7f\xff\x09\x20\x4c\x51\xf8\xe3\xbf\xfe\x67\x20\xd4\ \x1a\xfe\xe2\xf7\xfc\xd1\x45\x6f\x55\x48\x08\x63\xdc\x19\xbe\xe8\ \x63\x7f\x7d\x8e\xd4\x96\x10\xca\x18\x05\xac\xfc\xed\x67\x3e\x4d\ \x18\x4b\xa5\x02\x00\x40\xa3\x49\x78\xde\xab\x7f\xeb\x8c\x97\xbd\ \x5b\x1b\x64\x9c\x33\x4a\xb2\x14\xa1\x94\xf6\xfe\xc6\x1f\xff\x1d\ \x02\x61\x96\xbe\xea\x8f\xfe\xe5\x95\x40\x98\x32\x1b\xce\xba\xf4\ \xcf\x76\xbe\x50\x19\x4b\x28\xa5\x94\x46\xad\xd6\xe0\xe9\x6f\xfe\ \xd4\xbf\xbf\x81\x73\x46\x86\x2e\xfb\xe7\xd3\x5f\x4d\x19\x4f\xa4\ \x01\x00\xa9\xf9\xe9\x97\xfe\xc6\xce\x97\xbe\xdb\x5a\xe0\x8e\xc3\ \x29\x26\xb1\xee\xdf\x7e\xd1\xc7\xfe\xe7\x39\x52\x5b\x26\x5c\x87\ \x41\xa4\xcc\xcb\xde\xf5\xd1\x97\xbc\xdd\x58\x84\x6c\x8f\xca\x62\ \x25\x68\x0d\x78\xa7\xbc\xf0\x4d\xdb\x2f\xb8\x4c\x99\xec\xca\x19\ \xa1\xf4\xcc\x57\xff\xd6\x29\x2f\x79\x97\x01\xea\xba\x2e\xb1\x32\ \x45\xf7\x94\x17\xbd\xfd\xef\x2e\x7c\x83\xb6\x48\x28\x63\x94\x28\ \xcd\xce\xbc\xf4\x3d\xa7\xbc\xf0\xad\xc6\x22\xa5\x8c\x52\x48\x54\ \xc7\x1c\xed\xe0\x57\xdf\xde\x89\xdb\x2d\x51\x19\x5a\x3b\xd8\xe5\ \x58\x93\x1f\x5d\x5b\x66\x8f\x44\xa9\x04\x22\x9e\xc8\x50\xcf\x41\ \x7c\x34\x95\xca\x4e\xee\x39\x6f\x78\x4b\xe1\xd2\x17\x2f\x54\xeb\ \xe7\xac\x1f\x10\x07\xee\x32\x4a\xa7\x0a\x2c\xe2\xaf\x01\x8d\x02\ \x63\x64\x6e\xa2\xf5\x7f\x0f\x35\x81\x80\xe7\x50\x32\xd6\x9c\x42\ \xf0\x38\x41\x00\xc6\x48\xda\x4c\xbf\x7a\xcd\xbc\x45\x00\x42\x7c\ \x87\xd0\x9f\x87\x49\x6a\x11\x52\xad\xd5\xca\xe2\x90\x52\xef\x78\ \xc1\xb9\x77\x1d\x5a\x73\xc2\xda\x35\xc3\xd5\xc3\xa6\x59\x4b\xb5\ \x31\xd6\x3e\x37\x83\x8e\x08\x84\x18\x42\xa5\x86\xe4\x18\x7b\x94\ \x26\x80\x12\xa4\x01\xd4\x40\xd2\x55\xdb\xf4\x28\x8f\x4a\x0b\xec\ \x08\x8f\x2a\x84\xf4\x88\x3d\x2a\x81\x20\x13\x8f\x61\x4d\x04\x44\ \x7c\x3a\x35\x43\x8c\x73\xf6\x98\xeb\x42\xce\x45\x56\x27\xc6\x39\ \x07\x40\xb4\x46\x13\xc2\x85\xc8\x5e\x55\x4a\x11\xc2\x84\x60\xd9\ \x9f\x90\xbd\x74\x6c\x59\x19\x5a\x6d\x08\xe3\x62\xb5\xbc\xeb\xd1\ \x97\x08\xe3\x3c\xdb\x71\x64\xc3\x2a\x65\x09\x65\x82\xb2\xa3\x07\ \xa2\x05\xce\x19\x22\x22\x50\xc6\x00\x8e\x51\xe0\x40\x24\x8c\xf1\ \x6c\xa7\xd6\x08\x00\xfa\xd1\x8b\xb1\x2a\xab\x53\x25\x94\x71\xca\ \x32\xdb\xf8\x58\xa1\x05\x34\x52\x9a\xa3\x9f\x95\x7d\x2f\x65\x09\ \xe5\x82\x02\x58\x9d\x89\x2d\x58\xa5\x2c\x61\x5c\x1c\x39\x64\xf5\ \x98\x23\x67\xec\x74\xa5\xed\xe0\xd7\x01\xd6\x92\xde\x91\x8d\xce\ \xfd\x3f\xf9\xe6\x77\xa2\x75\xbd\xfe\xc2\xe1\x3d\x4b\xe1\xe8\xf3\ \x2a\x39\x6b\xcd\x73\xed\xd7\xb5\xa6\x30\xb2\xf1\xc0\x7d\xb9\xd6\ \x6c\x8d\x2e\xdc\xcd\x4b\x3d\x03\xc2\x3d\x74\xe7\x3e\x9b\xb4\x9b\ \x0a\xed\xb6\x0b\x3c\xc7\x81\x5f\xe9\x5f\xa9\x45\x88\xd5\x91\xf9\ \x94\x11\x00\x50\x3a\xb3\x18\x21\x7e\xd4\x2a\x24\x84\x92\x6c\x12\ \x93\x1a\x00\x20\x51\xcf\x48\x14\x10\x11\x83\x7c\x61\xa9\x7f\xf3\ \x5d\x53\x0f\x06\xac\xc6\x66\x97\x47\x73\xe5\x68\xef\x5d\xf7\x57\ \x97\x0c\xe2\x9c\xdf\xdb\xd3\xbf\xe6\x67\x51\xff\xf9\xf9\x9a\xa3\ \xc4\x12\x92\x5a\x20\x29\x00\x82\x44\x30\x16\x6c\x0a\xa0\x40\x01\ \xa0\x01\x9b\x00\x28\x90\x00\x68\xc0\xa4\x80\x12\x14\x02\x31\xa0\ \x53\xb0\x1a\x14\x40\xa2\x81\xa5\x60\x34\x68\x02\xe8\x88\xc7\x26\ \x38\x23\x58\x0b\xec\x69\x0d\xd1\x53\xed\x79\xf4\xa5\xc7\x1e\xf4\ \xb8\xb7\x3c\x19\xbb\x3c\x39\xe3\x3c\xc9\x99\x9f\xe4\xd0\x27\x3d\ \xea\x29\x4f\xfb\xf8\x5d\xff\x29\xd7\x3d\xf5\x67\xfd\x6c\xc7\x74\ \xd0\xc1\xaf\xf2\x5c\x6d\xb4\xd3\xb5\xfe\x15\xaf\x7c\xc9\xdd\xf7\ \x3e\x3c\x33\xd3\x0c\x06\x4f\xba\xec\x8c\x9d\x3d\x3e\x31\x86\x1a\ \xa3\x1f\x97\x98\xf9\xac\xf2\x28\x1a\xdd\xbd\x69\x3b\x5e\xf6\x81\ \x99\xc5\x19\x20\x14\x10\x09\x22\x52\x02\x40\x04\x17\x43\x9b\x77\ \x38\x42\x20\xfe\xca\xba\x8c\x94\x81\xa1\x02\xfe\xc1\x85\xea\x67\ \x35\x31\x11\x61\xa0\x80\xea\x78\xdd\xbb\x68\xad\x1f\xe6\x06\x2e\ \x7d\xf7\xc2\xc1\xdd\x2b\xd6\xae\x0e\x3b\x21\x40\x08\x41\xe8\x1a\ \x1a\x2d\x0d\xad\xb1\x5a\x3d\x37\x83\x42\xc0\x02\xa6\x13\x00\x0a\ \xa0\x09\x7a\x01\x8c\x07\xc6\x00\x2c\x83\x5a\x04\x33\x0d\xda\x02\ \x2c\x82\x5e\x02\x9c\x02\x8d\x80\x0b\xa0\x97\xc1\x4e\x03\x3b\x19\ \x70\x0e\xf4\x32\xe0\x14\xd0\x0d\x60\xa7\x41\x37\x01\xba\x1f\x33\ \xb2\x56\x2a\xb0\xd8\xd1\x5a\xef\xa0\x83\x0e\x7e\x56\x50\xc6\xe2\ \xe5\xf1\xdb\x6f\xbd\xaf\x4d\x1d\xce\xb9\xac\x4e\xdf\xf0\xc3\x09\ \x44\xab\x2d\x5d\x7b\xf2\x79\xa7\xaf\x2f\x1f\x9b\x3c\xf8\x2c\xe7\ \x19\x21\x63\x74\x70\xeb\x89\x83\xdb\x4e\x79\xac\x23\x91\x00\x20\ \x6a\x85\xf6\x57\x39\xee\x62\x11\x42\x07\x4f\xea\xff\x99\x57\xf6\ \x04\x40\x9a\x67\xa6\x53\x8f\xb6\xd8\xdb\x5f\x1a\x18\x7e\x42\xf8\ \x99\xa0\xd5\xf8\x1c\xd6\x1a\xa5\x92\x87\xae\xb9\x06\xe4\x3f\x02\ \xb4\xc0\xee\x03\x38\x0c\xc6\x02\x2c\x01\x8e\x83\x5d\x00\xd3\x06\ \x9c\x02\x98\x01\x7b\x39\x90\x25\xc0\x43\x00\x0b\x60\xbf\x0e\x66\ \x02\x70\x37\xc0\x32\xd8\x2f\x00\xd9\x0d\xf6\x41\x10\xda\x17\x60\ \xf1\x88\x12\x16\x75\x1c\x31\x32\x0c\x04\x3a\x4d\x4b\x3a\xe8\xa0\ \x83\x9f\x99\x47\x29\xa9\xcd\x1d\x3c\xb4\x18\x6f\x3f\x79\xd4\x01\ \x6b\xdb\x0b\xf7\x3c\x38\xbb\xee\xa4\x93\x2b\x1e\x29\x7a\xec\x71\ \x72\xbb\xcf\xba\x4e\x3d\xa2\xd5\x0a\x40\xfd\x7a\xde\x1b\x8b\x90\ \x3c\x47\x9c\x85\xc6\xe0\xff\x63\x6a\x8b\x48\x08\x36\x1b\x95\xbc\ \xdb\x1a\x18\x34\x0f\x03\x10\x20\x83\x00\x08\x78\x1f\x00\x03\x32\ \x08\x68\x01\xee\x3e\x66\xfb\x2e\x00\x0e\x64\x10\xd0\x00\xdc\xf1\ \xd8\x6d\x97\x96\x86\x03\x67\x7e\xce\x5a\x0b\x00\x08\xc0\xf2\x79\ \xe7\xa4\x93\xeb\xd3\x8b\x3a\x14\x9d\x49\xa1\x83\x0e\x3a\xf8\x59\ \xe7\x27\x25\x55\x61\x68\xf3\x79\xcf\x3b\xdf\x31\x86\xeb\xb9\xe5\ \xd9\xea\xe8\x09\x27\x9d\x34\x10\x48\x29\x1f\x57\x41\xdd\xe9\x9b\ \xd6\xc1\x33\x82\x23\x18\x3d\xae\x6a\x25\x06\xc4\xa5\x84\x6a\x15\ \x4c\xcd\xaf\x6f\x37\x20\x0c\x00\x01\x32\x7f\x84\x0b\x9a\x32\x43\ \x28\x30\x80\xe0\xd1\x37\x3c\xba\xcd\x8f\x79\x72\x39\x80\x20\x60\ \x0c\x99\x9a\x32\xd1\xa3\x12\x80\x84\x90\xb4\x9d\x34\x2d\xed\x3a\ \xff\x6c\xd2\x89\xee\x75\xd0\x41\x07\x3f\x9b\xc5\x47\xba\xfb\x06\ \xa2\xbb\xef\xba\xfe\xf6\xd2\x96\xde\x60\x65\xec\xbe\x89\x48\xec\ \x70\x58\x9a\x4a\xf3\x5c\xd7\xbd\x74\xf0\xab\x86\x9b\xee\x9f\x98\ \x5e\x68\x00\xa0\x32\xc2\x22\x25\x80\x82\x69\x6d\xd9\xea\x36\xd7\ \xca\x70\x44\xb2\xba\xad\x39\x02\x21\x04\x05\xd3\x46\xe4\x97\x0f\ \xa2\x35\xc3\x21\x04\x2d\x0b\xd0\xa2\x94\x58\x87\x2b\x44\xc2\x09\ \x9e\x5d\x3d\x50\x46\x9d\x3e\x23\x9f\x2c\xda\x76\x5c\xba\xe8\x79\ \x6b\xfe\xeb\x1f\xea\x56\xb3\x73\xa7\x3a\xe8\xa0\x83\xa7\x0f\x63\ \x4c\xd0\xbf\xf5\x05\xe7\xd4\xae\xbf\xf3\xda\xfd\x16\xc0\x29\x9e\ \x71\xd1\xc5\x83\x79\x66\xcc\x73\x9e\xaf\xdb\xc1\xaf\x10\x08\x21\ \x08\xf8\xc9\x6f\xdf\x7d\x68\xa6\xd5\xdf\x9d\x1b\xa9\x4c\xe7\xbd\ \xb6\x34\x62\x7c\x69\x70\xa0\xb8\x98\xf3\xa2\x54\x39\xe3\x2b\x83\ \xc3\xe5\xb9\xc0\x49\x12\xe5\x4e\xac\x0c\xac\xa9\xcc\x78\x42\xb6\ \x53\x7f\xba\xda\xb7\xb6\x6b\xca\x59\x6b\x5b\x83\x27\xcf\x35\xba\ \xd7\xbe\x75\x86\x33\xdd\x88\x73\x87\x16\x87\x39\xc3\xe5\x96\xbc\ \xf2\xde\x1b\xff\xe0\xa1\x6f\xad\x49\x6a\xcf\x48\xcd\x89\xb3\xf6\ \xae\x3d\x4b\xdf\xfa\x6e\xf9\xa5\x2f\xfc\xd5\x0e\xbd\x77\xd0\x41\ \x07\x3f\x77\x83\xd4\x58\x32\xb4\xfd\xfc\xb7\x6c\x39\x4b\x69\xcb\ \x84\xc3\x29\x98\xa7\x08\x8d\xfd\x62\x79\xd4\xba\x01\x3a\x01\x60\ \x67\x0a\xfb\xf9\xdd\x5c\xe6\x58\xc7\xff\x29\xf7\x9f\x3b\xd6\x0d\ \x9f\xc1\xf3\x03\x96\xb3\xa7\x75\xa4\x45\x57\xf0\x0b\xce\xd8\x32\ \xd4\x1f\xbe\xfa\xc4\x5b\x37\x0e\x1c\x8a\xe2\xfc\xa7\x6e\xdc\x76\ \xd9\xce\x3b\x47\x7b\xc7\xeb\xad\xf2\xbf\xdd\xbc\xe3\x2d\x67\xde\ \xd4\xdf\x35\xbb\x54\xed\xf9\xdc\x6d\xdb\xde\x73\xde\xd5\x95\xe2\ \xf2\xf4\xd2\xd0\x57\xef\x3c\xe1\x37\x2f\xfc\x71\x2e\xac\x1f\x9c\ \x5d\xf7\x83\xfb\x47\x7f\xf3\xc2\x3b\x3d\xbf\xb5\x77\x7a\xcb\x3f\ \x5d\x73\x4e\x2e\xb0\x05\xdf\xb9\xb3\xa7\xf0\x31\xaf\xf8\x87\x0f\ \x7c\xfd\x94\xc6\x54\xfa\x33\x16\xb7\x1e\x29\x18\x01\x27\xf4\xf1\ \xe0\xc1\xd9\x4f\xfe\x7b\xf9\xd2\x97\xc0\xaf\x93\x6e\x73\x07\x1d\ \x74\xf0\xf3\xa1\x52\xad\xb3\x06\x6a\x80\xe6\x3f\xe9\x16\xf8\x8b\ \xe4\x51\x6b\xf3\xf7\xfe\x10\xb8\xd3\xe1\xd1\x9f\xe7\x9d\xa5\x8c\ \x45\x75\x20\xf4\x48\x2c\xf1\x49\x88\xd6\x1b\x7f\x80\xa6\x6d\xa2\ \x8f\xb3\x7f\x0b\x5a\xc3\x0a\x5d\x70\xc1\x6b\x00\x7f\x7a\x5e\x12\ \x21\xc4\x22\xde\xfc\xc0\xf8\x69\xc5\x9f\xac\x71\x0f\xad\x34\x9d\ \x5b\xef\x3f\xf1\xac\xde\xab\x06\xf8\xc4\x72\x35\xbc\xf9\xbe\xed\ \x97\x8c\x5c\x59\x81\xf9\xc5\x85\xca\x2d\xf7\x9d\xf0\xca\x0d\x3f\ \xca\xe9\xc6\xdc\xcc\xc0\xcd\xf7\x6f\x78\xdd\xd6\x2b\xdc\x62\x32\ \x3d\xb5\xfe\xd6\x07\x07\xde\xb0\xed\x87\x5d\x39\x3d\x39\x39\x73\ \xed\x3d\x17\xe4\x7c\x53\xc8\xb9\xe7\x6c\x1f\xcc\xe7\x5f\xf4\xdf\ \x83\xc2\x6f\xdd\xf3\xb5\x8b\x97\x76\x4b\x80\xa7\x99\x22\x45\x01\ \x44\xa6\x0b\x18\x45\x38\x31\x56\xe9\xe9\x6a\x86\x01\x74\xc2\xa3\ \x1d\x74\xd0\xc1\xf1\x80\x50\x46\x8f\xa4\x80\xa0\x35\x4f\xde\xd1\ \xe3\x17\xc5\xa3\x01\x83\x3c\xb5\xf9\xfb\xbf\xd7\x99\xc2\x7e\x11\ \x77\x16\xfc\x20\x8c\x25\x3e\xc1\x0e\x73\x08\x72\xcf\xed\x9b\xbc\ \x0f\xc6\xee\x3c\xfe\xf3\x6b\x69\xfb\x37\xb6\x2f\x7a\x3d\xd8\xa7\ \x41\x5e\x04\x08\x21\x80\xd6\x58\xaa\x0d\x18\xc3\x10\xad\x31\x54\ \x1b\xd0\x86\x01\xa2\x5e\xdd\xa6\x80\x56\x1b\xa6\x0d\x18\x43\xc1\ \xa2\x36\x4c\x19\x30\x86\x01\xda\xec\x18\x63\x28\x25\xd6\x11\x74\ \xb9\x9e\x5c\x77\xdf\xc4\xd9\xdb\x06\xce\x7f\xc9\xf3\xfe\x25\xcc\ \x4f\xde\xf3\xed\xd7\xcc\xde\x4d\x08\xfc\x74\xb1\x2b\x42\xa4\xd6\ \x46\x6b\x1f\xc0\xc6\xb1\xdc\xb3\x9b\x9d\x7e\x76\xe7\x79\xe9\xa0\ \x83\x0e\x8e\x6f\xaa\xe5\x9c\x26\xad\xda\xf2\x4a\x2d\xd1\x24\x28\ \x94\xba\x2b\x25\x4e\xcc\xb3\x94\x67\x84\x40\xbe\x5b\x75\xe3\x7a\ \x4d\x19\x4d\x3a\xd5\x7b\x3f\x7f\x18\x46\xeb\x4b\x89\xe5\x04\x8f\ \x4d\x44\x75\x08\xdc\x9f\xb8\xb3\xe3\xed\x46\x3b\x7e\x26\x7d\x4b\ \xb5\xd2\x5d\xc6\xbc\x96\x3c\x4d\x13\x30\xd3\x92\x33\xa9\xc4\x24\ \x81\x24\x05\x63\x4c\x2a\x21\x4e\x20\x4d\xc1\x1a\x93\xa6\x10\x27\ \x90\x4a\xb0\x56\xa7\x12\x92\x04\xa4\x5c\xdd\x9f\xa4\x20\xa5\x5d\ \xdd\xe6\x20\xa5\xa5\xa0\x19\x15\x8c\x91\x38\xd1\x37\xde\x3f\x75\ \xfa\xd6\xfe\x17\xbd\xf0\x8c\xcb\x73\xf9\xca\x6d\xfc\xb5\xb3\x77\ \x4a\xca\xff\xf3\xc4\x23\x42\xa9\x02\x68\xd6\x6a\x4e\xd6\x59\x97\ \x32\xb4\xa6\xf3\xb8\x74\xd0\x41\x07\xc7\x41\xa2\x8c\xc3\xec\x9e\ \x3b\xae\xba\xf6\xce\x06\x0d\x73\x0e\xb4\x9a\x71\xef\x96\x33\x5e\ \xfc\xfc\x33\x8b\xc2\x18\xfb\x0b\xe6\xd1\xcc\x64\xf8\x4e\xcd\x9f\ \x18\x5b\x88\x93\x98\x12\xda\xb9\x21\xbf\x80\x95\x0a\x30\x02\x21\ \x67\x9c\x3f\x7a\x07\x5d\x82\xf7\xc5\xee\xd4\x1c\x5d\x5a\x68\x53\ \x7a\xfc\xc3\x9e\xa4\xe9\x09\x10\xbf\xf1\xe9\xf2\x28\xa1\x04\xd0\ \x1a\x99\x62\x94\x40\x9c\xa0\x35\x26\x4d\x31\x4e\x20\x49\xd1\x18\ \x93\x64\xdb\x09\x1a\x8d\x49\x02\x51\x02\x49\x8a\xd6\x98\x24\x81\ \xd8\x81\x54\x82\xd1\x36\x4e\x21\x62\x90\xa4\x48\xd0\x32\x42\x00\ \x80\x52\x62\x11\x6f\x7b\x78\xfa\xa2\x53\xd7\x6c\xd9\x34\x34\x71\ \x8b\xab\x5b\xf1\x4f\x55\x01\x26\x8c\x91\x7c\x9e\x10\xf2\xa8\x17\ \xe4\x19\xa8\x57\x30\x2e\x08\x3e\xa7\xad\x36\x09\xe1\x9c\x5b\xfd\ \x0c\x7a\xab\x10\x2a\x38\x33\xc7\x77\x06\x42\x1d\xc1\x8d\x92\x96\ \x72\x41\x41\x1d\x11\xea\x25\x94\x71\x4a\xb4\xd6\x3f\xdf\x71\xa1\ \x4c\x70\x8a\x52\xfd\xd4\x30\x36\x11\x82\x5b\xad\x3a\x1d\x50\x3b\ \xf8\x85\x82\x72\x9e\x2e\xee\xbb\xe6\xda\x07\xd6\x9c\xff\xaa\x33\ \x37\xf5\x31\x02\xaa\xb5\x70\xd3\x8f\x7f\x7c\xf5\x1d\xc5\x57\x5f\ \x70\x02\xb1\x0a\x7f\xe1\xf6\x28\x62\xd1\xe1\x9b\x47\x87\xb5\xee\ \xd8\xa3\xbf\x50\x36\x45\xdf\xf7\xed\x91\x4c\x54\x04\x10\x60\x47\ \x7b\xbb\xfa\x0b\xe1\x33\x29\x18\x51\x4a\x8e\x8e\x0c\xd9\xa7\xed\ \x90\x27\x60\x01\x56\xed\xd1\x34\x05\x34\x76\xd5\x36\x4d\xc0\x1a\ \x9b\xa6\x90\x24\x90\x48\xb0\xc6\x24\x69\x76\x0c\x1a\x6b\x93\x74\ \xd5\x66\x35\xd6\x24\x09\x24\x14\xa4\x42\x00\x7b\x64\x01\x80\x19\ \x1b\x2e\x54\x23\x00\xe0\xf0\xb4\x43\xec\x8f\xc9\xcb\xc5\xa7\xcd\ \xa3\x44\x08\xe7\xd8\xb5\x07\x1a\x39\x33\xb6\x2f\x72\xfb\xd6\xf5\ \x85\xbf\xe8\x26\xe7\x84\x30\xc1\xa9\x52\x8f\xf9\x65\x02\x21\xc4\ \xa4\x63\x07\x0f\xe7\x07\x46\x4a\x21\x47\xfb\xb8\x17\x29\x17\x9c\ \x12\x02\x68\x95\xd2\x4f\x7e\xb3\x08\x25\xaa\xb1\x7f\xdf\x5c\xd7\ \xba\x0d\x45\x41\x9e\xfe\x97\xa0\x94\x01\x20\xaa\xe6\x83\x8f\x4c\ \xf4\x6c\xd8\x9e\x8f\xc6\x1e\x5c\x84\xad\x9b\x46\x1d\x62\x10\xa8\ \x6a\xce\x1d\x5a\x92\xc3\x6b\xd7\x38\xf8\x73\xe3\x32\xc2\x58\x7b\ \xfe\xe0\xd8\x32\xd9\x7c\xc2\x5a\x87\x00\x5a\xfb\x14\x8f\x1f\xa1\ \x10\x1f\xdc\x3b\xe9\x0f\x6c\xe8\x0f\x98\x41\x7c\xee\xd7\x3a\x1d\ \xfc\xaa\xf2\x28\xc1\xc5\xe9\xc3\x76\xf8\xc4\x73\x77\x6e\xf2\x75\ \xa2\x11\x82\x81\x0d\x17\x3e\xef\xb4\xaf\xdf\x70\xa8\x7a\xc6\xd6\ \x6e\x97\x1c\x3b\x2d\xfc\xa2\xe2\xa3\x88\xe8\xba\xae\xe7\x79\x9d\ \x07\xfc\x17\x38\xff\x02\xd8\x27\x94\x73\x50\x4a\xc3\x5c\xee\x99\ \x0c\xbb\x56\xc2\xf7\xfd\xa7\x69\x16\xaf\x12\xb6\x31\x52\x62\x9c\ \xae\xfa\x75\xa5\xc4\x78\x95\x3b\x75\x2a\x31\x4e\x21\x4d\xd1\x66\ \xfe\xde\x14\x52\x09\x56\x9b\x24\xc5\xd8\x01\x29\xd1\x6a\x93\xa6\ \x10\x33\x90\x29\x52\x34\x8c\x92\x47\x33\x6e\xb3\xa6\xa8\x3f\x53\ \x88\xfd\xd8\x01\x41\x58\xcd\x71\x23\x3f\xc5\xf0\xa2\x26\x3a\xbc\ \x6f\x77\x2d\x26\xbe\xef\xe8\x24\xd1\xc4\x19\x19\x09\x7f\xf0\x8d\ \x2f\x57\x5e\xfc\x5f\x36\x0f\x90\x5f\x28\x8f\x12\x42\x8c\x6c\x4c\ \x4d\xb7\xbb\xfa\xfa\x82\x63\xe8\x92\x71\xd1\x9a\xbc\xeb\x73\x5f\ \xbc\xf3\xcd\x1f\xfa\x2f\x3d\x14\xa5\x7d\x8c\xe9\xc6\x30\x99\x3e\ \x78\x60\xb9\x99\xf2\xa0\x30\x38\xd8\x9f\x73\xf9\x13\xa5\x26\x98\ \xe3\xd6\x77\xdf\xf1\xa5\x6f\x8e\xfd\xc6\x1f\x6d\x2d\xc1\xd3\x4b\ \x57\x26\xd4\x11\xfa\x86\xaf\x7d\x66\x4f\x78\xf1\xdb\x4f\x9c\xfe\ \xfa\x77\xee\xfb\x8d\x3f\x3e\x65\xfa\x86\x6f\x5c\x19\x9f\xb1\x7d\ \xc7\x26\x22\x63\xe6\xf2\xdd\xdf\xff\xee\x0f\x17\x36\x7c\xf8\xb7\ \xd7\x93\xf4\xe7\x45\x5f\x44\x08\xf2\xd0\x55\xdf\xbd\x11\xcf\x39\ \xed\x94\xa1\x1f\x7e\xfa\xe3\x8b\xeb\x5f\xfe\xa6\xe7\x6f\xb5\xe9\ \xe3\x33\x00\x08\xf7\xcc\xf4\x9d\x5f\xfd\xf2\x4d\xaf\xfa\xd0\x47\ \x06\x00\x29\x23\x73\x7b\xee\x5b\xa4\xfd\x3b\x36\xf7\xda\x4e\x67\ \xf1\x0e\x7e\xfe\x24\x86\xae\xc3\xc1\x6a\x6d\xac\x05\xd0\x59\x0b\ \x27\x78\x92\x45\x1e\xff\xc5\x5e\x45\x27\xc9\xe8\x17\x6b\x8f\x3e\ \x15\x95\x3c\xa3\x39\xc5\x66\x6d\x3b\x7f\x06\x3a\x27\xd6\x5a\x29\ \x31\x8e\xb3\x98\xa8\x4e\x25\xc6\xc9\x51\xee\xc4\x38\x86\x54\xa2\ \xb5\x3a\x4d\x31\x8e\x41\xa6\x68\xad\x49\x25\xc4\x31\x48\x69\xad\ \x35\x49\x02\x0e\x01\x29\x2d\x59\xe5\x51\xc4\xd5\xfc\x38\xb4\xf6\ \x67\x21\x31\xc4\x63\xb5\x0f\x71\x95\x56\x7f\x5a\x17\x6f\xc2\x88\ \x6a\xec\xba\xef\xf6\x7d\x07\x27\x1f\x7a\xf8\xd0\xf0\xc9\x67\xf4\ \x54\xba\xce\x88\x07\x16\x1b\xe2\xac\xc1\x82\x25\x8c\x53\xd4\x16\ \x84\x23\xac\x4a\x35\x66\x9e\xd2\x55\xaf\x26\x65\x9c\x58\xad\x0c\ \x0a\xc7\x01\xa3\x0d\x10\x21\x98\x91\xd2\x10\x26\x28\x31\x88\x14\ \xc0\x58\x4b\x19\x23\x80\xc6\x58\x4a\x19\x01\x7b\x2c\x31\x33\xee\ \x2c\xde\x7f\xc5\xff\xfe\xee\xe2\x1f\xfc\xb7\x3f\xe8\x72\x55\x14\ \xa7\x96\x72\x87\x11\x42\x60\x61\xe2\xe1\xb8\xd8\xdd\x53\x76\x09\ \xd5\x8c\x68\x83\x08\x00\x4c\xb8\xba\x7a\xe0\xab\x9f\xff\xc2\x43\ \x4b\x50\xcc\xb1\x66\x12\xbc\xec\x2d\xef\xb9\x78\x47\xa5\xdd\x8a\ \x09\x73\x18\xb1\xda\x58\xc6\x05\x05\xa4\x44\x1e\x3a\x78\x40\xf5\ \x6d\xe8\xce\xb9\x0c\xc1\xa4\x92\x30\xc1\x08\x66\xfa\xda\x84\x32\ \x0a\x68\xac\xa5\x8c\x53\xb0\x7a\xf5\xda\xd0\x5a\x32\xba\xfd\xcc\ \x4a\x71\x60\xea\xc1\xeb\x20\xb7\x7e\xd8\x6b\xdd\xb2\xa7\xb6\xe6\ \x79\xeb\x02\x6a\x12\x64\x0e\x36\x77\x1d\x9c\xcd\xef\x78\xa1\x07\ \xd6\x70\x8e\x5a\x13\x2e\x18\x18\x29\x0d\x77\x04\x18\x93\x5d\x24\ \x10\x2a\x04\xb7\x4a\x6a\x24\x9c\x11\x63\x2c\xe3\x1c\xb5\xd2\x48\ \x1d\x87\x5b\xad\x90\x30\x46\x50\x2a\xcd\x84\xc3\x28\x63\x6a\x6e\ \xf7\xcc\xd2\xc0\x45\xa3\xc4\xf2\xf5\x3b\xcf\x1b\xac\xf4\x30\x42\ \x09\x23\x52\xa3\x10\x1c\x8d\x06\x2a\x38\x45\x64\xe6\xf0\xfe\x83\ \x2d\x67\xcd\x48\x5e\x18\xd0\x0e\x69\x5f\xf5\xcd\x6f\xa8\x73\xde\ \xb7\x73\x2b\xa6\x99\x07\x5b\x49\x03\xcc\xe1\xf4\xe7\xee\x76\xee\ \xe0\xd7\x8f\x45\x49\xbe\xdc\x27\x66\xda\x12\x79\xe0\xa0\x45\x04\ \x62\x9b\x51\x52\x18\xee\xcf\xb9\xf4\x71\xdd\xd3\x3a\x3a\x0c\x1d\ \xfc\x1c\x1c\x20\xda\x40\x9a\x5a\x25\x41\xa6\x3a\x4e\xb9\x92\xa8\ \x14\x48\x69\x12\xc9\x95\x34\x4a\x81\x4c\x31\x91\x4c\x4a\xab\x14\ \xa4\x12\xa5\x24\x32\x35\x8a\x43\x9c\x42\x9a\x52\xa9\xb4\x62\x90\ \xa4\x84\xa0\xa5\x00\x08\x48\x8e\x98\xa1\x3f\xb5\x11\xf7\x13\x1f\ \xff\xc7\xf2\xaa\xfd\xa9\x2e\x6e\xb4\xca\xb8\xbd\xaf\x7c\xfb\x07\ \xaa\xf7\x7d\xef\x6f\xeb\x5d\xef\xff\xe0\xef\x6f\xaa\x38\x07\xaf\ \xfb\xd2\xf4\xd4\xd4\xb7\x3e\xfe\x3f\xbe\x19\x8e\xbe\xe5\xdd\x6f\ \xdb\xd1\xcb\xf7\xdd\x76\xc5\xf7\xae\xbd\x67\xa1\xa5\xb7\x5f\xfc\ \xfa\x37\x5d\xbc\x03\xb4\xe2\x82\x4f\xdd\xf3\x83\x2f\xfd\xf0\xde\ \x44\x49\xd1\xb7\xf3\xdd\xef\xbc\x6c\x4d\x5e\xdf\x7b\xed\xb7\xaf\ \xb8\x71\x57\x4b\x3b\x17\xbe\xfe\x6d\x43\x2b\x37\x5e\xbd\xb8\xe6\ \x77\xde\xf6\xe2\xc9\x2b\x3f\xf3\xcd\x87\xf9\x6f\x7d\xf8\x5d\xf8\ \xd0\x8f\x3e\xf1\xfd\xb1\x37\xff\xf6\xdb\x07\x3c\xb4\x59\x8f\x59\ \x66\x0e\x3f\x3c\x3e\x30\x7a\xd6\x68\x21\xb9\xed\x7b\x5f\xbd\xf2\ \x8e\x7d\x2d\xed\x9e\xf3\xaa\xb7\xbf\xe6\xdc\xd1\x99\xbd\x13\xb5\ \xc3\xe9\x27\xfe\xfa\xbf\xb2\x9e\x9d\xef\x7e\xfb\xa5\x3d\x2e\x18\ \x4b\x99\x9a\xff\xf2\x27\x3e\xbe\xaf\x78\xc1\x87\xfe\xf0\x25\xbd\ \x21\x8d\x63\xc5\x6c\xf3\x8a\xcf\xff\xd3\xcd\xbb\xe7\x8d\xdb\xfd\ \x8a\xb7\xbc\xed\x9c\x4d\x3d\xad\x99\x3d\x57\x5c\xfe\xc3\xfd\xf3\ \xb5\xc9\xbd\xd3\xe7\xbe\xef\xa5\x39\xa8\x5f\xf7\xcd\x2f\x5f\xff\ \xd0\x78\xcc\x2a\x2f\x7f\xf3\x3b\xcf\xdb\x50\x00\x42\x1f\xba\xe2\ \x53\x37\x47\xdb\x7f\xe7\xed\x97\xec\xbd\xe2\xdf\xbe\xf3\x48\xf9\ \x43\xbf\xff\x9a\xc6\xc3\x57\x7c\xe6\xca\xe5\xb7\x5c\x76\xf2\xd5\ \xd7\x3c\xf8\x92\xdf\xd8\x76\xdf\xf8\x62\xd7\x96\x8b\x45\x63\xe2\ \x40\xec\x5f\xbc\x7e\x88\x68\x45\x98\x63\x6b\xd3\x93\x4b\x33\xd3\ \xb7\x7d\xe3\xbf\xdd\x94\x6e\x7e\xc1\xeb\xdf\xf4\x82\x9d\x6a\xee\ \xa1\xaf\x7e\xf3\x87\x7b\xa7\x96\xfd\xe1\x53\xde\xfe\x8e\xd7\x0c\ \x7a\x68\x90\x08\x6e\x0f\xdc\xfe\xa3\x1f\xdd\xf4\xc0\xfc\xe2\xa2\ \x37\x7c\xde\x87\x7e\xef\xb5\x53\x57\x7e\xf1\x1b\x37\xef\x57\x46\ \xf7\x9f\xfc\xe2\x77\xbc\xe6\x22\x77\xf9\xde\xcf\x7c\xf1\xfb\x53\ \x8d\x04\xbc\xc1\xd7\xbc\xf3\xbd\xa7\x88\x99\x85\xba\xf3\xe2\x0d\ \x7d\xcd\xa9\xbb\x2e\xbf\x6d\xff\x1b\xde\x7f\x61\xfb\xf0\xcd\x5f\ \xfe\xf6\xd5\x63\x8b\xad\xca\xa6\xf3\xdf\xf3\xf6\x97\xe7\x9a\xe3\ \x3f\xf8\xfe\xe5\x0f\x8e\xaf\xcc\x8c\x1d\x58\xf3\x8a\xdf\x2b\x08\ \x62\x34\x37\x8d\xf1\x89\x6a\x75\xe5\xda\xff\xf8\xe7\xd9\xe7\xbd\ \xe7\x1d\x17\xed\xbb\xfe\x1b\xdf\xbb\x7e\x57\x5b\xb1\x9d\x2f\x79\ \xc3\xab\xce\xdb\x4c\x3a\x54\xda\xc1\x33\x80\xd1\xa6\x30\xbc\xfd\ \xc5\xa5\xfa\xfc\xde\xfb\xf6\x36\x65\xa1\x67\x70\xed\x70\x4f\x65\ \xf4\xc4\x17\xac\x61\x0e\x3c\xfe\xd1\xfa\x45\x25\x01\xd9\xce\xbf\ \x5f\xf0\x3f\x04\x78\x62\x52\x2e\xfe\xfc\xce\xff\x34\x1d\xcb\x88\ \x48\x08\x1a\xcb\x6f\x3e\x78\xc6\x81\x85\xee\x9b\x0e\x9c\x31\x5d\ \xeb\xbb\xe5\xe0\x69\x87\x16\x2a\x37\xee\x3b\x7b\xa6\xde\x7b\xcb\ \xc1\xd3\x0f\x2d\x54\xae\xdf\x77\xf6\x5c\xbd\x27\xdb\x7f\xfd\xbe\ \x73\x66\x1b\x3d\xb7\x1e\x3a\xf5\xc0\x42\xf7\x4d\x07\xce\x9a\xae\ \xf7\xdd\x76\x78\xe7\xbe\xf9\x9e\xeb\xf7\x9d\xcd\x99\xce\x28\x14\ \x10\x33\xb7\x6c\xd6\xe1\xed\x67\x70\x81\x18\xf3\x28\x95\x22\xe0\ \xd3\x0d\xf3\x12\x6a\xe3\x83\x07\x77\xdb\x35\x9b\xba\x03\x8e\xaa\ \xb5\xff\xc0\xbe\xbe\x0b\x2f\xfb\xd0\x87\x7f\x7b\xa4\xb5\xe7\x27\ \xb7\x4d\xd7\x0f\x5c\xfd\xe9\x6f\xdf\x71\xda\xeb\x7f\xf7\xfd\x97\ \x8c\xde\xf5\xe3\xeb\x96\x35\xa1\x40\x18\x24\x77\x5f\x73\x9b\xd8\ \x7c\xe9\x87\x3f\xf8\x16\x31\x76\xfd\xad\x63\xcb\xe3\xb7\x5f\xfe\ \xc5\x9f\x4c\xbe\xe2\x37\x3f\x74\xd9\xa9\xce\x8f\xaf\xbb\x7d\x25\ \x8a\x17\xaa\x11\xd3\x2b\xd7\x5e\x7d\xdd\xbe\xc9\x2a\xa3\xea\xee\ \x1b\xaf\x4b\x7a\x36\xf4\xe5\x9c\x23\x81\x5b\xc6\xd4\xf2\x83\x93\ \xad\xe1\xed\x27\x4e\x5f\xfd\xa5\x2f\x5f\x3f\xfb\xb2\xf7\x7d\xe8\ \x6d\xe7\x76\x5f\xff\xdd\x9f\x2c\x47\x8b\xbb\xa6\xe4\x69\xaf\x7a\ \xd7\xef\xbe\xef\xb5\xf4\xe0\x4f\xae\x7f\x64\x96\x71\xce\x1c\x31\ \x7b\xf7\x55\x77\x57\x7b\xdf\xf9\xee\xd7\x8e\x14\x85\x05\x5e\x2c\ \x39\x77\x5c\xfe\xd9\xab\xa6\x4a\xef\xfb\xbd\xdf\xbb\x60\xb0\xfe\ \x9d\x6b\xee\x8b\x1b\x53\x5f\xf8\xf8\x27\xa7\x73\x27\xbf\xe3\x2d\ \xaf\x1a\xed\x1f\xd8\x30\xdc\x7b\xef\xe5\x9f\xba\xe2\x00\x7f\xe7\ \x87\x3e\x7a\x6e\x6e\xee\x9a\xeb\x1e\xb4\x8e\xa0\x94\xea\xb4\xba\ \xb0\xd2\x02\xb5\x7c\xd3\xb5\x57\x3d\x32\xdd\x12\x4c\xde\x7d\xed\ \x8d\x74\x68\x3d\x6b\x1e\xda\x5d\x23\xae\xaa\x4e\x2c\xb4\xb6\x6c\ \x1d\xae\x8d\x3d\x92\x78\x5d\xeb\x07\x5c\xa5\x91\x71\xba\x32\x31\ \xbe\xa2\xd6\xbd\xe5\x9d\xef\x7f\xc7\x2b\xb6\xdd\x7e\xd5\x8f\x0e\ \x2d\xce\x7f\xeb\x33\xff\xb1\xdc\x73\xfe\x47\x3f\xf2\x36\x75\xf0\ \xc6\x9b\x0f\x35\x1c\x4a\xb8\x23\x0e\xdf\xf8\x8d\x4f\x7e\xeb\xee\ \x93\x2e\x7d\xcb\xcb\x4e\x1d\x69\x46\xd4\xb3\x4b\xd7\xdc\xf0\xc0\ \xe8\x0b\xdf\xfd\xe1\xf7\xbc\x68\xfa\x86\xef\xdc\x3f\xd7\x9a\xbc\ \xe7\xb6\x83\xc9\xba\x0f\x7c\xe4\x43\xa7\x17\xa6\xbe\x77\xed\x6d\ \xe3\x33\xf3\x0d\x6f\x74\xb4\xbb\x30\xbf\xe7\xc1\xa5\x06\xcf\x25\ \x7b\x3e\xf5\xe9\x6f\xf0\x93\x5f\xf3\x47\xbf\xf9\x92\x85\xfb\xae\ \xd9\x3b\x33\xfe\xed\x7f\xff\x97\x7b\x92\x35\x6f\x7f\xfb\xeb\xb6\ \xf5\xf7\x6e\x1c\xea\x63\xd4\x52\xc1\x97\xf7\xef\x4b\xf3\x27\x7e\ \xe8\x0f\x3e\xfa\xee\x37\x5e\xb8\x74\xfb\xb7\x3f\xfb\x83\x03\x97\ \xbc\xe3\x77\xdf\xf5\x92\x0d\xd7\x7f\xef\xc7\xd3\x4d\xc2\x59\x27\ \x33\xa3\x83\x67\x10\x6c\xa0\x94\xe8\xe6\xbd\xd7\xff\xf0\x27\xb7\ \x3c\x38\x3d\x3d\x76\xcb\x95\xdf\xfd\xfe\x2d\x7b\xac\x93\xf3\x1d\ \x0e\xcf\x82\x5f\x17\x01\x38\x81\x8f\xf5\xd6\x02\xd2\xd1\x5f\xf8\ \x45\xc1\x21\x30\x29\xd9\xdf\xcf\x87\x9e\x78\xf4\xa6\x46\x96\xbc\ \xbe\xd4\xbe\x20\x97\xc6\xcf\x70\xdc\xb5\xe4\xdd\x65\x8d\x4f\x6b\ \x1a\xb2\xc6\xa6\x06\x7a\x2a\xfe\x83\x7b\xcf\x1a\xab\xed\x48\x94\ \x1f\x38\x70\xcf\xf4\x79\x7b\x16\x4e\x89\x54\x10\xba\xf6\xb6\xf1\ \xe7\x3f\x30\x73\x56\xa4\x42\xdf\xc5\x1b\x0e\xbe\xe4\xce\x89\x0b\ \xda\x32\xf4\x04\x5c\xb5\xef\x95\x37\x1e\x8a\x23\x99\x73\x38\x5e\ \xf1\xc8\x6b\x5d\x96\xc4\x3a\x3f\x34\x90\x8b\x52\x0b\x08\x40\xc0\ \x58\x1c\xee\xce\x6f\x59\x53\x79\x70\xaa\xfa\x33\xb8\x99\x1f\xe7\ \xd3\x46\x7c\x5a\xe1\x55\x42\x30\x6d\x1e\xda\x33\xb3\xfe\xe4\x17\ \x06\x1c\x55\x6b\x65\xec\x70\x73\xc7\x4b\x4f\x1e\xe8\xeb\xad\x94\ \x0a\x8d\x50\xdf\x71\xe5\x4d\xaa\xbc\xb5\xd0\xdc\x7d\xd5\x9d\x63\ \x6b\x4f\x7b\x49\x89\x03\x1a\x6e\xdb\x87\xf7\x35\xf9\xce\xb3\x4e\ \xe9\xed\x5e\xaa\x94\x8b\x79\xbb\x7c\xfd\x4d\xb7\x38\xeb\x5e\xa0\ \xc7\xee\xbe\xe9\xc1\xfa\x69\x17\x9d\xd8\x43\xef\xe5\x14\x0f\xdf\ \x73\xeb\x04\xe9\xea\xed\x2d\xcd\xed\xb9\xfd\xa6\x43\xfc\x65\x1f\ \x3c\xcb\x43\x99\x64\x1f\x2b\x84\x9c\x3d\x38\xdb\xa6\xaf\x58\x6f\ \xae\xfc\xb7\xbd\xa7\xbc\xfa\x03\x67\x6f\x18\x9a\x9d\xed\x09\xdc\ \x66\x34\xb3\x6f\x01\x8a\xaf\x3f\x7f\x67\x7f\x6e\xb6\xb7\xec\xa1\ \xb5\x00\x84\xb1\xff\x3f\x7b\xef\x1d\xe7\x58\x79\x9f\x8b\x7f\xdf\ \x76\x9a\xba\x34\xa3\xe9\x75\x7b\x03\x96\x05\x96\x5e\x4c\xc7\x60\ \x63\xe3\x86\x6d\xdc\x72\x53\xdc\x92\x38\x71\x92\x1b\xdf\xdc\x5f\ \x7a\x72\x73\x93\xdc\x54\xdb\xb1\xe3\x5e\xb0\xe3\x12\xe3\x0e\x06\ \x8c\x4d\xf7\xd2\xb6\xb1\x7d\x77\x7a\x57\x97\x4e\x7d\xdb\xef\x0f\ \xcd\xcc\xce\xc2\x42\x96\xb5\xc1\x76\xd0\xc3\x7e\x06\x69\x46\x23\ \x9d\x39\x3a\x7a\x9f\xf7\xf9\x96\xe7\x2b\x8e\x1e\x9a\x8e\x77\x6e\ \x1d\x4a\x28\xdf\x97\x88\x99\xe1\xf4\xee\x07\x77\x37\x6e\x7e\xff\ \x2d\xab\x7b\x93\xe5\xce\x9c\x3d\x2f\xf7\x3f\x7a\xef\x48\xe2\xbc\ \xff\xef\xed\x37\xc0\x81\x6f\x56\x13\xf9\xce\x78\xf5\x9b\x77\x1f\ \xec\xbf\xec\xd6\xb9\x5d\xf7\x3d\x55\xb2\xcf\xba\x74\x2d\x11\x42\ \x03\xb1\xe2\x71\x52\x52\x87\x9f\xfa\xc9\xac\x4e\xf5\xf7\x1a\xb3\ \xfb\x1f\x7c\x70\xc2\x7a\xf3\x5b\xcf\x29\xdc\xfb\xf7\xd9\x55\xe7\ \xb1\xfa\xf4\x9c\xdf\x71\x7d\x4f\xfc\xe8\xb7\x27\xec\xf6\x2d\x1d\ \xa6\x96\x01\x32\x11\x1f\x1b\x3d\x42\x56\x6f\xdb\xb6\xb1\x5f\x59\ \xdd\x71\x73\x76\xee\xe0\x8f\x1f\x9d\x83\x1b\x5e\x61\x3d\xfa\x83\ \x1f\xf2\xd4\x86\xad\x7d\x71\xa1\x28\xe6\x53\xdf\xfb\xe1\x9e\xb3\ \xdf\xf0\xc1\x6b\xb7\xa6\xbe\x72\x5f\xb1\x77\xeb\x8d\x78\xe1\xd0\ \x02\xc9\xbe\x62\xdb\x9a\x4e\x0c\x1d\x29\x06\xa2\x7a\x60\xa2\xd0\ \x7b\xf6\xe5\xbd\xf9\xde\xc1\xfe\xf6\xdd\x45\x6f\x6c\xf4\x58\x7c\ \x68\x63\x5b\x8c\xdf\x73\xa4\xd0\xbe\xf6\x92\xfa\xe3\x3f\x38\xd4\ \x48\xdc\x9a\xf1\xee\xfd\xc1\xa3\xb1\x35\xe7\x5b\x63\x3f\x79\xaa\ \x32\xf8\xbb\xbf\xfd\x86\xdc\xfc\xc3\x73\x3c\x7b\x7e\x77\x1e\xa4\ \xa2\x34\x3c\x72\x74\xc2\x1a\x38\xbb\xbf\x3d\x6b\x89\xb9\xff\x7c\ \xe0\xb1\x75\xd7\xff\xea\x65\x1b\x07\x16\x64\x77\x8c\x16\x5a\x85\ \x47\x2d\xfc\x94\x20\x04\xcd\x8e\xec\x1d\xe1\x5d\xaf\x7b\xeb\x35\ \xed\x16\x0e\x0b\x07\xfe\xf3\xdb\x3b\x46\xd6\x0f\xad\x6f\x37\x9f\ \x9d\x2a\x7a\xb1\xe2\xba\xed\x54\xc6\x71\xb3\x68\x42\xb7\x06\x40\ \xfe\xac\x37\x2a\xc8\x24\xa8\x1a\xf2\x91\xd1\xf9\xbe\x8e\x8e\x64\ \x2a\xb5\x3c\x2c\x2c\x81\x75\x27\x13\x9e\x44\x3f\xcd\x69\x47\x20\ \x34\x91\xa7\x2a\x49\x11\x72\x7d\x01\x66\x6a\x70\x00\x01\x60\x8c\ \x34\x42\x4a\x6b\xa4\x34\x6e\x47\x0a\x21\xfd\xdc\xb7\xb1\xd2\x88\ \x20\xd5\xd4\xb4\x4a\x03\x22\xe0\x47\xb8\xe6\x45\x08\xe9\xa6\x16\ \xb5\x4c\x3a\x33\x5b\xdc\x73\x70\x66\xf8\xd4\x7c\x0a\x41\xeb\x67\ \xd5\xeb\xaa\x53\xfb\x93\x71\xd8\x98\x3b\x38\x6f\x6e\x1f\x1c\xa0\ \x20\xeb\x95\xe9\x51\x37\x76\x63\x5f\x17\x54\x0e\x1e\xab\xf0\xf3\ \x56\xc7\x46\xee\xf7\x69\x3c\x1c\x19\x2b\xac\x7d\xc5\xad\xe7\x6e\ \x5d\x47\x25\xd7\xd4\x6a\x1c\x39\xdc\x40\xa9\x75\xbd\x76\x7d\x62\ \x7c\xaa\x9e\xbd\x38\x8e\x0f\x96\x43\xcb\x29\x1f\x9b\xcd\x6c\xbf\ \xf9\x9d\xdb\xcf\x5d\x3f\xf3\xe0\x01\x35\x77\xe0\x9b\xf7\x90\x73\ \xaf\x7d\xf5\xf8\xe3\x0f\x7d\xf9\x4b\x07\x72\xe7\xdd\xb8\xad\xd7\ \x0c\x83\x08\x00\x30\x61\x31\x1b\xef\xd9\xbb\xa7\x4a\xd7\xaf\xb1\ \xab\x77\x7a\xfa\xe2\xc1\x4e\x50\x95\x47\x76\xec\x74\xd6\xbf\x3a\ \x18\x3b\xa8\x12\xeb\xd6\xe6\xc8\xe8\x83\x3f\xda\x59\x68\xfb\xf5\ \xe1\x2e\x50\x12\x08\x36\x28\xf2\x6b\x85\x00\x58\xd2\xd4\x12\xe3\ \xca\xc2\x7c\x5d\xe4\x06\xf2\x29\x70\x27\x1f\xfd\xc9\xc8\xba\xab\ \xaf\xac\x4d\xec\x48\x0e\x5c\x93\xc5\xb0\x6b\xdf\x01\x2b\x3b\x94\ \x41\xa5\x99\x80\xf4\x34\xe6\xa6\x8c\xf8\x2b\x6f\xfb\xf5\x33\xd7\ \x76\x44\x91\xa0\x06\xb1\x53\xed\xbc\xf0\xf4\x37\xef\x8d\x9d\x77\ \xd3\x6b\x8f\x3e\xbc\xe3\xf6\x2f\x3f\xd1\x75\xc1\xeb\xcf\x6c\xe3\ \x5f\x38\x58\x1d\xbc\x78\xa8\x3e\xf3\x60\xa3\xad\xbf\x27\xc9\x1f\ \x9d\x2c\xe4\xce\x1a\xb2\xb4\xf2\x00\x01\x6f\x8c\x1e\x9b\x5e\xb5\ \xe5\xda\x38\x72\xbf\xf3\xbd\x1f\x59\x3d\x17\x64\xfd\x23\x12\xd1\ \xf2\xd4\xb1\x64\xfa\x8c\x5f\x79\xcf\xb6\x81\x14\xe6\x1a\x93\xda\ \xd4\x7c\x44\xcf\x5d\xd3\x05\xe5\x43\x23\x13\xe1\xe6\xeb\xba\x16\ \x0e\xef\xc0\x99\xb5\xeb\xb2\x78\xff\x9d\xf7\x1d\x41\x43\x6f\x88\ \x85\xdf\x5c\xe0\x5b\xae\xed\x57\xe5\x83\xf7\x3c\x3c\xb5\xe6\x86\ \x6b\xcb\x4f\x3c\xd2\x77\xe6\x8d\x96\x98\x39\x34\xdf\x18\xbc\xbc\ \xab\xf0\x48\x01\x33\x63\x76\x64\x34\x36\x7c\xc9\xfb\x2f\x3d\xe7\ \xd8\x77\xff\x4d\xb5\xaf\xed\xb0\x61\x62\x74\xaf\x97\xca\x77\xe7\ \x2d\x25\x39\x53\x95\x91\xe9\xd9\xee\x73\xfa\x1d\x46\xa2\x4a\x69\ \xa1\x10\x6d\xec\xcb\x03\x84\xbb\x1e\x79\x98\xf5\x9f\xd9\x99\x22\ \x3f\xb7\xd1\xf4\x2d\xfc\x77\x81\x92\x12\xa8\x69\x9b\x0c\x13\x6d\ \x5a\x36\x45\x5a\xe9\x93\xd7\x5b\xbc\x58\x3c\x2a\x14\x08\xc6\xe6\ \x6e\xfc\xa0\x66\x76\xcb\x17\xf0\x67\xc9\xa2\x84\xd1\xca\x4c\xcf\ \x5d\xff\xcc\x95\xf6\x5c\x2f\x08\x82\x64\x2a\x75\x42\x38\x3d\xf4\ \xcb\xdb\xdf\xe8\xae\xbf\x18\x87\xa7\xe9\xf1\xae\xb5\xa6\xa6\x95\ \x97\xa7\x9a\x5e\x92\x4a\x17\xeb\x51\xb9\x0e\x84\xe8\x15\xc9\x82\ \x26\x91\xa3\xe7\xbd\xad\x40\x2f\xb9\x14\x69\x50\x5a\x0b\xc9\x91\ \x5e\xae\xd6\x05\x0d\x30\x5b\x76\xaf\x7b\xfc\x9b\x6f\x18\x7b\x50\ \x9c\xa2\xcb\xee\x4a\xf5\x79\xca\xa2\x04\x51\x5a\x3c\xfa\xf8\x0c\ \x49\x0c\xf7\xa7\xb4\x82\x85\x23\x4f\x55\xed\xb6\xc1\x1e\x6b\xe1\ \x89\x7d\x73\x6e\x62\x4d\x57\x27\x5b\xd3\x7d\x68\x2c\x34\x0c\xe2\ \x79\x6e\xc0\xb5\x63\x02\x65\x6a\xcf\x9e\x83\x51\x72\x75\x5f\x0c\ \x1f\x3b\xb2\xab\x10\x6b\xeb\x1e\x18\x18\x1e\xe8\x7e\xc2\x13\x86\ \x81\xbc\x5a\x95\x6b\x94\xce\xe4\x2a\x4f\xfc\x3b\xdc\xf4\x47\xd7\ \x5d\xb0\xee\x9f\x3f\xfb\x77\xfb\x3a\x5f\xf5\xb7\x37\x9c\x0b\x11\ \x47\x94\x95\x0f\xdd\x77\xfb\x9d\x07\xda\x72\x74\xef\x63\x7b\xcf\ \x7e\xdd\x07\xda\x33\x99\xc1\x0c\xb9\xf7\x4b\x9f\x99\x49\x94\x76\ \x2e\x74\xbd\xfb\xb6\x4d\x13\x77\xdc\x39\x35\x6f\x7c\xed\xe3\xff\ \xb4\xf7\xc0\xf4\x65\x6f\x7c\xc7\xfa\x76\xca\x23\x01\x40\x36\x5f\ \x76\x49\x66\xf7\x97\xfe\xe6\x6f\xbd\x0d\x9d\x46\xa5\x61\x5e\x71\ \xc5\xfa\x1e\x67\xea\x3f\xbe\xf0\xb9\x74\xed\xe0\x74\xf6\xbc\xdf\ \xbc\x70\x53\xf9\x81\x1d\xd3\xdf\xf8\xfe\x67\xe8\xe4\xd1\x87\x0e\ \x92\x8d\x67\xa7\xd3\x9d\xeb\xfa\x12\xa5\x08\x4c\xc4\xab\x5e\xb8\ \x5c\x1e\x91\x6a\xeb\x9a\x7c\xf0\x0b\xfd\x6f\xfd\x93\x6b\xb7\x77\ \xfe\xef\x7f\xff\xb7\xc9\xc1\xeb\xff\xfa\xfa\x73\xf9\xc2\xe3\x7b\ \x0a\xe2\xea\x55\x3d\xb1\x62\x2c\x1c\x7b\x62\xd7\xc4\x95\x6d\x09\ \xf3\x89\x5d\x8f\xcf\x5c\x34\x94\x63\x58\x04\x95\xa3\x47\x0a\x0d\ \x78\xe8\xdf\xf6\x7f\xed\x50\x39\xff\xf6\xf7\x5e\xd9\x5d\xd0\x39\ \x6b\x4a\x62\xa6\x23\x37\x0c\x42\x0d\x16\x28\x49\x92\x3d\xbd\x31\ \xfe\x9d\xcf\x7e\x72\x3c\xb9\xb0\x7b\xc1\xbe\x22\xa6\x8f\x4d\x4c\ \xce\xcd\xb3\xaf\x7c\xec\xff\xed\x3c\xb8\x70\xe3\x5b\xdf\x97\x0d\ \x8f\x8d\x8d\x95\xf4\xfd\x77\x3c\x39\xba\x2f\x58\x75\xd5\x8d\x17\ \xad\x7b\x64\xaf\x78\x64\xf7\xd3\x13\xfd\xe9\xe9\x12\xbb\xac\x23\ \x9d\x5d\xbf\x3a\x71\xe0\x30\x30\x83\xfb\x5e\xc3\x85\xde\xc1\x41\ \x79\xcf\x3d\x9f\xfc\x82\x5b\x79\x6a\x07\xcb\x5d\xec\x30\x50\x5c\ \x6b\x44\x62\xb6\xde\x71\xdf\x1d\x9f\x5a\x18\xbb\xea\x8a\x4d\xab\ \x57\x25\x7e\xf8\x8d\x2f\x97\x1f\x8e\x76\x8e\x98\xaf\xff\xd5\x2b\ \x12\x3a\x0a\x5b\x92\xb4\x85\x9f\x02\x52\xe9\xfc\xe0\xc6\x8e\xa7\ \xbf\xf3\xe5\x2f\x2e\x74\x67\xed\xc2\xcc\x14\xed\xdd\x36\x98\x8b\ \x29\x75\x92\xd2\x77\xf2\x87\x7f\xf8\x3f\x7f\x6a\xfd\x4b\x8e\x1e\ \x39\xbc\x67\xcf\xde\x65\x4f\x00\x8c\xe0\xca\xb8\x6f\x50\x52\x3d\ \xfb\x46\xe5\xa4\x95\x61\x2b\xd3\x69\xfd\xfb\xd9\xfc\xb3\x12\x48\ \x46\xa9\xfd\x3f\x2a\x44\x70\xc7\x84\x9f\x4e\x24\x62\xb1\x58\xb3\ \xbc\x96\x6b\xb4\xd5\x8e\xd6\x10\xaf\xb6\xea\xfc\x60\x60\x8b\x26\ \xec\x34\x5f\xc2\x70\x90\xe5\x24\x62\xce\x7f\xa9\x44\xb5\xd6\xdf\ \x7d\xe8\x30\x35\xcc\x46\xa0\x6a\x6e\xa8\xb4\x96\xea\xd4\xff\x29\ \x29\xb5\x54\x6a\xf1\x9f\x54\x4a\xeb\x26\x89\x6a\xd0\x00\xa0\x95\ \xce\x24\x2d\x2d\xe5\x19\x4f\xdc\x73\x6e\x75\xec\x14\xc5\x85\x06\ \xe0\x00\x46\x93\xab\x19\x85\x4c\x4e\x64\xda\x72\xaf\x7f\x0d\x3c\ \xff\x0c\x73\xa4\x79\xa4\xbb\x87\x37\xae\xed\xcd\x82\x92\x9c\xa3\ \xde\x55\x1b\x87\x3b\x13\x41\xa8\xda\x06\x37\xac\xea\x6e\xef\x5f\ \xb7\x36\x05\x6e\xb1\x16\xa6\xf2\xbd\xfd\x9d\x59\x86\x00\xb4\x08\ \xc1\x1c\xda\xb8\xb1\x27\x6d\x46\x52\x0f\xac\xde\xd0\xdf\xd5\xb9\ \x7a\xf5\x2a\x23\xaa\x94\x5d\xdd\xd6\x3d\xd0\xdd\x96\x34\x0c\x3b\ \xdf\xbf\xf6\xb2\x2b\xcf\xcf\x1a\x38\x9e\xed\xbd\xf4\xaa\xcb\x87\ \xb2\x66\xb3\x5c\x96\x52\x13\x09\xdf\x97\xe6\x59\xaf\x78\xf5\xb5\ \xe7\x0c\x6a\x30\xd7\xac\x1d\xc0\x5e\x49\xa5\x57\xdf\x7c\xcb\x4d\ \xab\x32\x84\xd8\xc9\x8c\x83\xc1\xc9\x5f\xf5\xaa\x5b\x2e\xdd\xd4\ \x21\x22\xa1\x01\x40\x49\x96\xe9\xdf\xba\x69\x18\x47\xae\x40\x56\ \xcf\xaa\xb5\xeb\x36\x6c\xdc\xb4\xb6\xd7\x2b\x95\x12\x83\xe7\xbc\ \xf6\xe6\xab\xb2\x54\xa5\xba\x86\xfa\x92\xba\x12\x18\xe7\x5c\x76\ \xe9\x19\x6b\x7b\x73\xed\x5d\xeb\xd6\x0f\x88\xca\x42\x5d\xd0\xae\ \xbe\x81\xce\xb4\xd3\xac\xa4\xa7\xcc\xe9\x1c\xd8\x70\xe5\x65\xdb\ \x12\x06\x8d\xb7\x0d\x5e\x7e\xc5\x15\x43\x59\x16\xf8\x41\xbc\x63\ \x70\xc3\x70\x4f\x26\xdb\xd5\x97\x33\x59\xaa\xf7\xec\xcd\xab\x13\ \x26\xc9\x74\x76\xc5\x89\x96\x80\x53\x6d\x59\x86\x55\x66\x60\xeb\ \x2d\xaf\x7b\xe5\x40\x02\x68\x7a\x70\x5d\x77\xac\x54\x28\x69\x2b\ \x33\x30\xd8\x9b\xb0\xa8\x56\x52\xd3\xd4\xda\xd5\x7d\xda\xad\xc6\ \x7a\x37\xbd\xe2\xf2\x73\x06\xd2\xea\x27\x3f\x7e\x80\xb4\x0f\xf6\ \xf4\x0e\x5f\x75\xd3\x6b\x2f\xdd\xd8\x7e\xf8\xc9\xfb\x76\x4c\x89\ \x35\x6b\x87\xd6\x6e\xbb\xe2\x96\x1b\xb6\x3b\x48\xb7\x0f\x0e\xc5\ \xa9\x91\xc9\xb5\xe5\xfb\xd7\xae\xe9\x6b\xcb\xf5\xad\x19\xc8\xe2\ \x85\x42\x95\x25\xf3\x7d\x3d\x1d\x5d\xfd\x03\xfd\xed\x66\xa5\x2e\ \x37\x5e\x78\xc5\xb6\x8d\xab\x72\xa9\x38\xd6\x52\x22\xab\xbb\x77\ \xc8\x96\x01\x8a\xe7\x06\x87\x57\x6d\x5c\xbf\xce\x0a\x2b\x81\xd5\ \x73\xc3\x6b\x5f\xbb\xa5\xd3\x0a\x5f\x48\x1b\x0c\x33\x8c\x9f\xc6\ \xb7\xa4\x85\x5f\x16\x94\x8a\x0b\xe9\x4c\x8e\x90\xe3\xc1\xad\xc2\ \xc2\x7c\x3c\x91\xc0\x18\x23\x84\x84\x10\x0b\x0b\x0b\xc7\x8b\x4e\ \xb4\x46\x46\x62\x68\xd5\x50\x82\x29\x89\xcd\xbe\x75\x5b\x2f\x3c\ \x7b\x9d\x8d\x4f\xde\x04\x87\x6a\xd5\xca\x4f\x9b\xab\x33\xd8\x5d\ \xdf\xff\xde\x17\x6f\xff\x92\x69\x9a\xb0\x94\x1f\xfd\xab\xce\x62\ \xdc\x64\xd3\x6f\xf8\xb3\xd6\xbc\x97\x9f\xb9\x1e\x65\xa5\xc9\xbe\ \x3b\xfe\x62\x7f\x03\x6e\x7b\x60\xa1\xbf\xab\xb3\x3d\x9f\x6f\xc6\ \x75\x5d\x85\xde\x99\x6d\x5c\x6f\x16\xa6\x2e\x7d\x57\x63\xcb\x95\ \x38\xf4\x4e\x5b\x8f\x32\xc6\x3a\x3b\x3b\x9f\xbf\xfb\x05\x21\xa4\ \x94\xfa\x8d\xff\xf3\x5d\x33\x96\x9c\xa9\xf2\x85\xb2\x87\xf1\xa9\ \x47\x92\xf5\xe2\x7f\xc7\x15\xa4\x3e\xfe\x6d\x68\x0e\x2d\xd2\x43\ \xdd\x29\x03\xc4\x93\x7b\x46\x6e\xdd\x7f\xd7\x5b\x8f\xfe\xe8\x54\ \x24\xa9\x02\xf0\x00\x9a\x3e\x14\xd8\xb6\x60\xd5\x5a\x7f\xd5\x86\ \xb5\xff\xf1\x19\x1d\x86\xcf\x7f\x3c\x98\x5a\x26\xd5\x41\x10\x2a\ \x0d\xc4\xb0\x0c\xac\x82\x20\xc2\xcc\x34\x29\x04\x41\xa8\x11\xb5\ \x6c\x8b\x62\x24\x79\x18\x84\x5c\x03\x68\x0d\xcc\xb4\x28\x08\x3f\ \xe4\xd4\xb0\x0d\x2c\xfd\x20\x42\x84\x59\x96\x49\x30\x88\x28\x0c\ \x42\x0e\x84\x5a\x96\x29\x03\x3f\x52\x60\x39\x36\xf0\x30\x8c\x44\ \xb3\xfc\x18\x61\x6a\x59\x26\x59\x7a\x42\xa5\x81\x30\xc3\x32\x0d\ \xac\x65\x18\x06\x91\xd0\xd4\xb0\x2c\x93\x22\xad\xa2\x30\x8c\x4e\ \x9c\x34\x81\xa9\x61\x99\x0c\x23\x50\x82\x07\x41\x84\x98\x69\x99\ \x0c\x94\x08\x82\x40\x4a\x0d\x98\x98\x96\xcd\xb0\x16\x42\x69\x25\ \xc2\x88\x63\x66\x5a\xa6\x81\x41\xf3\x28\x08\xf9\xd2\x53\x61\x62\ \x5b\x26\x0f\x7c\xae\xc0\xb6\x2d\x2d\xc2\x20\x92\x88\x30\xdb\xa4\ \x91\xef\x0b\x44\x2c\xcb\xd2\x91\xcf\x81\x5a\x06\x89\x82\x40\x68\ \x40\x80\x4d\xdb\x62\x04\x2b\x29\xc2\x30\x94\x4a\x03\x34\x5f\x9c\ \x68\x25\xc3\x20\x10\x4b\x6b\x0c\xa6\x86\x6d\x19\x5a\x0a\x20\xcc\ \x3d\x76\xff\x9f\xfc\xed\xf7\xde\xfc\xc7\x7f\x71\x4e\x37\x09\x3d\ \x1f\x21\xf1\xdd\x0f\xff\xc9\xfe\xce\x37\x7c\xe8\xad\x17\xca\xc8\ \x0f\xc2\x48\x2a\x20\xd4\x30\x0d\x14\x71\x65\x30\x1c\xfa\x81\x02\ \x6c\x58\x96\x41\x89\x96\x22\x08\x02\xa1\x91\x69\xd9\x06\x45\x82\ \x0b\xad\x55\x14\x45\x1a\x10\x68\xc0\xcc\xb0\x2d\x03\x14\xf7\xfd\ \x50\x63\x66\x5b\x26\x06\x15\x86\x01\x7f\x21\x24\xaa\xb5\x76\x62\ \xf1\x95\xbe\x60\x2d\xfc\x77\xc5\xe1\x83\xfb\x06\x87\xd7\x30\xc6\ \x96\xbf\x73\x60\xdf\xde\xce\xae\x6e\x42\x08\xc6\xd8\xf7\xfd\x7d\ \xfb\xf6\xad\x2c\xde\x44\x18\xeb\xc8\x9d\x9a\x98\x28\xd4\xa2\x78\ \xae\xa3\xbf\x27\x6f\x62\x38\x69\xe5\x62\xeb\xea\x69\xe1\xa7\x02\ \x5a\xb6\xde\x43\xa7\x1c\x4e\x5d\x14\x9d\xcf\x60\x50\xdd\x8c\xf3\ \xa2\xe3\xbf\xad\x05\x97\x6b\x87\xda\x16\x24\xad\x1e\xb8\xef\x05\ \x1d\xd2\xf1\x03\x39\xd5\x56\x5a\xa4\x44\xe8\x8b\xe6\xf6\x00\x14\ \x0f\x03\x00\x40\x48\x89\xa8\xf9\x4d\xd0\x32\xf0\xdc\xe6\x23\x09\ \xa5\x5a\x0a\x05\x20\xa2\x40\x34\x8d\x14\x78\xe0\x03\x00\x42\x5a\ \x09\xdf\x13\xcb\x1b\x0d\x50\x32\xf0\xbc\xe6\x21\x85\x9e\xb7\xf8\ \xcd\xe6\xa1\xad\x7c\x64\xf3\xb1\x22\xf2\x96\x46\xf4\x20\x04\x92\ \x07\xee\x73\x68\xf0\x95\x8f\x04\x00\xe0\xa1\xcb\xc3\xe3\x4f\xa4\ \x55\xe8\xbb\xe1\x8a\xa7\x7e\xe6\xe3\x97\x92\x3f\xfe\xd2\xb1\x05\ \xbe\xbf\xf4\x97\x0b\xdf\x17\xcd\xbf\x24\xf4\x9b\xfb\x30\xee\xfb\ \x7c\xe9\xac\xaa\xd0\xf7\x4e\xdc\x8f\x68\x1e\xfa\x3c\x3c\xc9\x11\ \xba\x8d\x08\x00\x30\x8e\xb8\xd5\x79\xd3\x9b\x6f\xe9\xb5\x23\xb7\ \x2e\x95\x06\x8c\xd4\xea\xf3\x6f\x1e\xca\x0f\xf9\x5e\x5d\x08\xb5\ \x74\x9e\x22\xdf\x07\x00\x58\x3c\xdb\xa0\xa3\xc0\x8f\x8e\xbf\xa1\ \x3a\x0a\xbc\xe8\x19\xef\x30\x3a\xfe\x2a\x00\x00\x92\x7b\x6e\x2b\ \x21\xda\xc2\xcf\x6e\x65\xc3\x04\x85\xa5\xfb\xbf\x73\xc7\x21\x37\ \xde\x9b\x8f\x15\x9f\x7c\xf4\xf1\xfe\xed\xaf\xb9\x72\xab\x85\xe4\ \x4b\xea\xc3\xd0\xc2\xcb\x42\x1f\x03\x3a\xee\xb7\xa1\x95\xe4\xc1\ \xf3\x3f\x1c\x2d\xea\xcd\x65\xe5\xa9\x01\x00\x2d\xdf\x69\xb6\xbb\ \x20\x4c\xa8\x41\x10\x9a\x2a\xd4\x4d\x93\x3a\x06\xc1\x2f\xcc\x17\ \x62\xc5\xd1\xbd\x10\x17\x87\x15\x5b\xd1\xe7\x94\xe2\x08\xc9\x4a\ \xa9\x8c\xed\x54\xdc\x40\x27\x37\xe3\x43\x18\x63\x90\xb2\x15\x83\ \x01\x00\x50\x4a\x99\xe9\xbe\x4b\x2e\x1c\x0c\x83\xb0\xf9\x56\x28\ \x4d\xd6\x9c\x77\x01\x12\x51\xc8\x15\x6a\x15\x20\xb6\xf0\x8b\x0a\ \x42\xd0\xdc\xd8\xbe\x31\xd9\xf7\xfa\xb7\x5c\x97\xb7\x31\x2f\x1d\ \xfe\xea\x37\x1e\x1a\x2b\xad\xdf\x98\xb7\xd4\xb3\x26\x91\xb6\x78\ \xb4\x85\x9f\x96\x49\x97\xeb\x82\xa4\x0c\x6d\xd3\x34\x4c\xe3\x39\ \x14\xa9\xd6\x4b\x22\x14\xad\x20\x51\xbd\x14\xd0\x5d\xea\x46\x05\ \xdf\xf3\xb8\x88\x10\x35\x85\x52\x51\x24\x05\x7d\x61\xa5\xc7\x2b\ \xf5\xa8\x3e\xe5\x9c\x02\x42\x48\xcb\xc8\xf3\x43\xa9\x80\x9a\x96\ \x6d\xb0\x67\x0b\x6b\x44\x4c\x54\x7e\xea\xf6\xcf\xde\x77\xf1\xdb\ \xde\x73\x96\x09\x5c\x3f\x7b\x0f\x8b\x85\x5b\x9e\xa9\x89\xce\x7c\ \x3b\xc3\xaa\x65\xe7\xb5\xa8\xbc\xfd\x13\x4a\x33\x78\x10\xac\x50\ \xe6\x2d\xb4\xf0\x0b\x7a\xe5\x06\xbe\x6f\xa7\xd3\x36\xd5\x41\x10\ \x61\x4c\x0c\x83\x69\x29\x38\xe7\x0a\x9e\x99\xc2\x6a\xf1\x68\x0b\ \x3f\x03\x22\x5d\x8e\xec\x1a\xa6\xc1\x15\x7a\x96\x97\x9f\x5e\x66\ \x4c\xdd\x4c\x6d\x1d\x57\xa4\x8b\x32\x14\x2d\x11\xad\x41\x89\x61\ \x18\x91\xe7\xa1\x45\xf1\xaa\xe1\x05\x8a\x51\x74\x32\x96\xff\x2f\ \x83\x38\x54\x56\xbe\xfc\x4f\x7f\xf3\x58\x23\x9d\xa5\x72\xf0\x8a\ \xd7\xbe\xfe\xe2\xcd\x58\x44\x1a\x61\xc3\x34\x19\xc1\xa0\x55\x18\ \x86\x9a\x92\xf9\x43\x07\xe6\xfc\xdc\x9a\xee\xb4\x21\x3c\x11\x72\ \x0d\x88\x32\xc3\x60\x14\x81\x8a\xc2\x00\x11\xb4\xe7\xc7\x5f\xba\ \xbb\x7e\xe6\x1f\xfc\xca\xb0\x6e\x54\x25\x66\xa6\xc9\x30\x02\x11\ \x85\x61\x24\x30\x35\x9a\x77\x79\x14\x46\xbc\x35\xd0\xad\x85\x16\ \x7e\x91\x81\x12\xd9\xf6\xda\x83\x0f\xdf\x3e\x7f\xc8\xc0\x20\x43\ \xbf\x5c\xe7\xc5\x1f\xdc\xf1\xa8\x46\xab\xcf\xbb\xe6\xd2\x8d\x6d\ \x62\x45\x1a\xbe\xc5\xa3\x2d\xfc\x94\x2c\x7a\x42\x0c\x54\x6b\x2d\ \x84\x96\xcf\x68\xe2\x3c\x5e\x3d\x04\x70\x22\x89\x6a\x00\xb4\x22\ \x4b\xaa\x95\x46\xa0\xc9\x52\xff\xe8\xe2\xb3\x6b\xfd\x82\xa4\xcb\ \xca\xa9\x2d\xa7\xe2\xaf\x0b\x00\x98\xb0\xca\xc8\x53\x87\xe4\xaa\ \x0f\xfc\xd1\x7b\xba\xc1\xe5\x80\x91\x88\x34\x22\x54\x96\x1f\xf8\ \xf6\x5d\x8f\xef\x9f\x46\x89\x9e\xab\x6f\x7a\xf5\xd6\x21\x3c\x3a\ \x39\x3b\x35\x31\xf3\x6f\xff\xe7\xff\xf4\x9d\x71\xe9\xab\x5e\x71\ \x96\x4d\xc4\xd1\xc7\xef\xfa\xc1\x03\xbb\x3d\xab\xf3\xda\x57\xdf\ \xbc\xb5\x97\x4d\x1e\x38\x7a\x68\x62\xe6\x5f\xe4\xc2\x8d\xb7\xbc\ \x3e\x57\x7c\xf2\xf6\xef\xfc\x68\x36\xb0\xce\xb9\xe6\x55\x97\x6f\ \xe9\xab\x8d\x3e\xf9\xe5\x3b\xef\x9f\x6a\xe0\xb3\x2e\xb9\xf1\xaa\ \x73\xfb\x54\x6b\xf6\x57\x0b\x2d\xfc\xa2\x42\x0a\x99\xe8\x58\xf7\ \xaa\x5b\xda\xb9\xc6\x00\x1a\x21\xa4\x95\x14\x42\x2a\x0d\x4e\x2a\ \x26\x4f\xfc\xec\xb6\xaa\xbd\x5b\xf8\x19\xe8\xd1\xe7\x93\x7d\xfa\ \xd9\x77\x56\x66\x46\x4f\x6c\xf7\x44\xcd\x19\x2d\x2b\x67\xb6\xe8\ \x17\x1a\x1e\x3d\x81\x74\x95\x3e\x05\x1a\x45\x84\xca\x43\x8f\x3f\ \x39\x53\xa8\x8c\x1d\x3e\x12\x31\x9b\x61\x04\x00\xc4\x30\xea\x47\ \x1e\xfb\xce\xbd\x87\x37\x5f\x76\x75\x4f\xb8\xef\x0b\x5f\xb9\xb3\ \x16\x78\x63\xe3\x53\x5b\x2e\xbb\xfa\xca\xf3\x7a\x1e\xf9\xde\x97\ \x7f\x32\x2b\xe7\x76\xdc\xf1\x6f\x5f\x7e\xb4\xff\xfc\x2b\x06\xc5\ \x91\xdb\xff\xe3\xc7\x75\x6f\xe6\x60\x35\xfe\x8a\x5b\x6e\xbd\xe1\ \xd2\x0b\xe2\xf3\x3f\xf9\xd7\x0f\x7f\x49\x0d\x6d\xbf\x60\x08\x7f\ \xf3\x73\x77\xcc\x55\xa6\xbf\xf6\xc5\xdb\x8b\x6d\x5b\x5f\x79\xd5\ \x85\xbd\xed\x09\xad\x54\x8b\x44\x5b\x68\xe1\x17\x78\x59\xd3\xc4\ \x72\xda\x32\xf1\x46\x71\x76\x72\x72\xaa\xd4\x10\x6d\xdd\x03\xab\ \x57\x0d\xaf\x1a\x1e\xea\xcc\x58\xcf\x28\xa0\x68\xf1\x68\x0b\x3f\ \xa5\x1c\x85\x95\xd3\x61\xf4\x4a\xde\xd4\x4d\xad\xaa\x17\x95\xe7\ \x92\xbe\x5c\xfa\xe6\x8a\x7a\xdd\xe5\x6f\x6a\xad\x55\x73\xc4\x8b\ \x3a\x4e\xa2\x2f\x90\x70\xf0\x32\x95\xea\x13\x29\xf9\xb9\xa1\x22\ \xde\x7f\xc1\xcd\x6f\xbd\x61\xfd\xfd\x5f\xfc\xe8\xa7\xbf\xf9\xb8\ \x62\x0c\x21\x44\x89\x1c\x1d\x19\xa5\xc3\xe7\x5d\x79\xc9\x05\xaf\ \xb8\xe2\x4c\xee\x95\x0b\x0b\xf3\x13\x0b\xb1\x8b\x2e\x7d\xc5\xf9\ \x97\x5d\xd0\x9b\xb4\xfc\xfa\xf4\x5d\x3f\x78\x72\xd3\xab\xde\xf9\ \xda\x2b\x2e\xbe\x74\xdb\x5a\xec\x55\x0b\xa3\x07\x6a\xac\xfd\x92\ \x8b\xce\xd9\xb8\xae\x6b\xd7\x3d\x3f\x10\xeb\x6f\x7c\xd7\x6b\xae\ \xbc\xe4\xfc\x6d\x39\x5d\xa9\x86\x90\xb4\x59\x61\x6a\x3a\xde\xb7\ \x69\xf3\x50\x46\xb5\xb4\x68\x0b\x2d\xfc\x02\x03\x61\xaa\x1b\x73\ \xf7\x7c\xe3\xeb\x0f\xef\xdc\xfb\xe4\xe3\x4f\xfc\xe4\xc7\x3f\xb8\ \xe3\xee\xc7\xaa\xa1\x12\x82\x3f\x7b\xde\x6d\x8b\x47\x5b\xf8\x99\ \x90\xe9\x71\x42\x5c\xf9\xcd\x13\x3b\x44\xe1\x78\x70\xf7\x04\x12\ \x5d\xbe\xa3\xd1\x52\x24\x77\x79\x74\xa8\x7e\xe1\x7a\xf4\x84\x03\ \x3b\xa5\xdf\xd5\x80\xcd\xde\xb5\x5b\xae\xbc\xf1\xd6\x5b\x2f\xed\ \x3d\xba\x6b\xa7\x8b\x28\x01\x84\xa3\xda\xc8\xc4\xec\xd0\xc6\x35\ \x36\x88\x5d\x3b\xf6\xa7\x3b\x57\x93\xf2\xa1\x05\xa7\xa3\xbb\x33\ \xd6\x38\x76\xa0\xa6\x53\x03\xf6\xfc\x48\x68\x6d\xda\x32\x04\xd0\ \xd8\xbd\xef\xa8\x33\xbc\xba\x76\x74\x9c\xe5\x36\xf4\x25\x08\x78\ \x73\x87\xe6\xaa\xab\xb7\x6e\x64\x00\x23\x87\x9e\xae\xc4\x7b\xda\ \x73\x43\xb7\xbe\xff\xf7\xaf\x6c\x9b\xfa\xfb\xff\xfb\xf1\x31\x9f\ \x26\x1c\xb3\x55\x67\xd3\x42\x0b\xbf\xb0\x20\x04\xe6\xc7\xf7\xcf\ \x59\x6b\xde\xf8\xda\x6b\x86\xfa\xd7\xbd\xea\x35\xaf\x8c\x57\x0e\ \x8d\x16\x5c\x72\x32\xcb\x8e\x56\x7e\xb4\x85\x9f\x16\xc7\x53\x90\ \x08\x94\x3a\x9e\xda\x5c\x2e\xc8\x5d\x66\xcd\x67\x1a\x2f\xac\xd0\ \xa4\x2b\xbe\x89\x9a\x82\x74\xb1\x00\xe9\x05\x4e\xb1\x45\x2f\xb8\ \x7f\x14\x61\x1d\x1d\xde\xf1\xe0\x8c\x4a\x98\xc1\xcc\xdd\x3f\x3c\ \xba\xe6\x8a\x5f\x4b\x6a\xae\x10\xe6\x5e\x75\x7c\xb4\xee\x74\xcf\ \x7c\xeb\x33\x77\x7d\xff\x90\xf3\xae\x0f\x5e\x34\x73\xef\xdf\x9a\ \x6d\x67\xf5\xc4\xf5\xc1\xdd\x07\x7c\x73\x60\x28\xdf\x66\x46\xb5\ \x27\x1e\x7c\x80\xe3\x03\xdf\x3d\x4c\xdf\xf6\x07\x67\x46\xf7\x3e\ \x5c\x9c\x3d\xfa\xd0\x8f\x1f\xe8\x5b\xd5\xdd\x1e\x37\xf7\x3c\xf2\ \xd0\x23\x1e\xfd\xd6\x77\xf7\x5f\xfc\xfa\xdf\x08\x8e\xdd\xff\xe3\ \xaa\x1d\xcf\xe5\xe2\xa4\x70\xe8\xe1\xff\xfc\xee\x84\x73\xeb\xad\ \x57\xc5\xb0\x68\xd5\xf4\xb6\xd0\xc2\x2f\xa6\x3c\xe0\x11\x37\x63\ \x39\x93\x22\xc1\x83\xc2\xfc\x7c\x3d\x40\x8c\xe2\x93\x6e\xcd\x5b\ \x7a\xb4\x85\x9f\xee\x5a\x5b\x6c\xf9\x5c\x71\xef\x84\xb0\xed\x0a\ \xa7\x85\x67\x68\x53\x38\x29\x89\x82\xd6\xcd\x71\xf3\x7a\xc5\x2b\ \xbc\xb0\x43\xc2\xcf\x3c\xba\xc5\xa7\x40\x27\xed\xb4\x40\x80\x90\ \xae\x97\x66\x9e\x7a\xf4\xfe\x9f\xec\x99\x3a\xf3\xa6\x5f\x7b\xdb\ \xb5\x9b\x14\x17\x80\x70\xa3\x3c\x35\xe3\xf2\xb9\x91\x5d\xe3\xa2\ \xef\x3d\xbf\xf3\x1b\xdb\xba\x90\x88\xad\xbe\xf8\xbc\x33\x19\x77\ \xa3\x44\xf7\xf9\x97\x6d\xb1\xe3\xc3\x6f\xb9\xf5\x06\x71\xf8\x81\ \x1d\x93\xe6\x6d\xbf\xf1\x1b\x5b\xdb\xec\x35\x17\x5d\x7d\x5e\x6f\ \xf0\xc8\x8e\x5d\x85\x28\xf5\xca\x37\xbc\x69\x8d\x3e\x76\xef\x63\ \x13\x17\xbd\xe1\x37\x6e\xd9\xde\x5f\x9f\x99\x78\xec\xc7\x77\x3d\ \x70\x58\xde\xfc\xce\xb7\x0c\xc6\x09\x31\x4d\xd2\xfa\xf0\xb5\xd0\ \xc2\x2f\xb0\x3c\x48\x77\x0e\x0f\x76\xa6\x84\xa2\xa6\x98\xb8\xe7\ \xc7\x4f\xe5\x37\x9f\x3b\x98\xb5\x64\xcb\xcf\xa8\x85\x9f\x39\xd0\ \x92\x6a\x6c\xfe\x4f\x29\xb5\xd4\xd8\xb2\x52\x74\x3e\xb7\x12\x7d\ \x96\x29\xa0\xd2\x68\x29\xa9\xda\x7c\xce\x17\x42\xa4\x08\x91\x64\ \x12\xdb\xb6\x28\x16\x35\x6f\xba\xf0\x68\xa9\x54\xa3\xd1\xa0\x4a\ \x51\x4a\x09\x21\xcf\x64\x53\xad\x25\x98\xe7\xbc\xf2\x6d\x17\xbe\ \x1a\x83\xd6\x52\xf0\x30\xe2\x0a\x80\x12\x34\xb5\x77\x87\x1e\xbe\ \xf4\x0f\xfe\xf0\x6d\x31\x1e\xf8\x51\xe4\xba\xea\xdc\x57\xdd\x8a\ \x55\xe4\x79\x72\xcb\x15\xb7\x6c\x05\x11\x78\x41\xf7\x99\x57\x7d\ \xe0\xdc\xeb\x40\xab\x28\x0c\x43\xdf\x37\xf2\x1b\xde\xf6\xfe\xb3\ \x30\xa8\x30\x08\x24\xda\xf4\x8e\xdf\xdc\x8a\x91\x16\x51\x18\x06\ \x62\xcd\xa5\xaf\xdb\x72\x25\x01\xad\x79\x14\xca\x55\xaf\x7a\xcf\ \x05\xda\x0f\xa2\x96\x16\x6d\xa1\x85\x5f\x50\x1e\x95\x32\x96\x1f\ \xbe\xa0\x0b\xf3\x28\xd8\x7e\xd5\x2d\xe7\xb2\x58\x3a\x61\xab\xe7\ \x18\x0e\xdf\xe2\xd1\x16\x4e\x5f\x8b\x4a\xa5\x94\x3e\xa1\xca\x48\ \x2d\xdb\x2a\x3c\x83\x2f\xff\x6b\x12\xd5\xc7\x25\xa4\x5a\xa9\x6f\ \xb5\xd6\x8a\xc4\x1c\xd6\x96\x45\x08\x6b\x40\xf0\x8c\x67\x5b\x7e\ \x71\xa5\x11\x25\x32\x9e\xf4\xcd\x98\xcd\x28\xb8\x2e\x42\x88\x4b\ \xa9\x38\xaf\xd5\x6a\x0c\xc0\x60\x8c\x31\x66\x9a\x16\x79\xa6\x12\ \x7c\xb6\xb9\x1d\xd2\x5a\x20\x6b\xe0\xa2\x73\x37\xa0\xa0\xd1\x88\ \xa4\x06\x00\x04\x3c\x6c\xfa\xe7\x2d\x3a\x02\x02\x02\x79\xa2\x27\ \xdf\x89\x6e\x7f\xdc\xf7\x8e\x3b\xd5\xc9\x28\x70\x8f\x5b\xdb\x49\ \xaf\xe5\x61\xd7\x42\x0b\xbf\xe0\x0b\x9c\x92\x91\x92\x80\x68\x32\ \xd3\x06\xa0\x9e\x8b\x44\x5b\x3c\xda\xc2\x69\x07\x3d\x94\x56\x92\ \x0b\xd9\xac\x03\x5a\xd4\xa3\xa0\x95\xd4\x80\xd0\xb3\x4d\xe7\x9f\ \x43\x9b\x1e\x6f\x2a\x5d\xf9\x93\x15\x15\xbc\xa0\xb5\xd2\x0a\x85\ \x66\xac\x96\xee\x14\x88\x3c\x73\x28\xda\x33\xba\x66\xb4\x8e\x28\ \x13\xb1\x64\xa0\x10\x31\x52\x1a\xb4\x8a\x84\x90\xca\x75\x5d\x03\ \x21\x69\x18\x5a\x6b\x8c\x31\x42\xff\xe5\x7c\x0f\x2d\x23\xb9\xf6\ \x8a\xd7\x6c\x44\x22\x08\x44\x6b\x7e\x6e\x0b\x2d\xbc\xac\x05\x83\ \x14\xcf\xff\x88\x97\x94\x47\xf5\xcf\xae\xa6\x02\xad\x58\x42\x17\ \xe7\x67\x60\xdc\x9c\x40\x02\x08\x30\xc2\xff\xd5\x6f\x2f\x2e\xbc\ \x2b\x97\x48\x29\x25\xc6\x18\x01\x48\x25\xd1\xd2\x13\xfe\xcc\xcf\ \x80\x06\xbd\x74\xc8\x8b\x1e\x3e\x4b\xaf\xa2\x95\xd2\x68\x09\xc7\ \xeb\x54\xb5\x6e\xfe\x5d\xa7\x7d\xf6\x4e\x3a\xcb\x42\x29\xd5\x7c\ \x21\x58\x74\xe3\x43\x2b\x0f\x72\xe5\x68\xa1\x93\xfe\xae\x10\x42\ \x29\x25\xb8\xd0\x8b\x8a\x54\x2f\x1d\xac\x7e\xce\x58\xee\x4a\xde\ \x3b\xa1\x82\x77\x25\x89\x2e\xf5\x90\xae\xbc\x64\x78\xc4\x37\x6e\ \x70\x87\x36\x89\x13\x4e\x01\x3a\xe9\x91\x41\x2a\xa1\xd6\xad\x0a\ \xf6\x1c\x00\x3f\x00\x8c\x91\x56\x24\x95\x92\x51\xa4\x18\xd3\x2f\ \xa8\x6a\x69\x85\xe8\x6c\xa1\x85\x16\x5e\x16\x84\x79\xda\x6b\xec\ \x4b\x76\x88\x08\xa1\xe7\x1d\x4e\xb4\xe8\x5a\xb3\x44\x2e\xfa\x19\ \x1c\xb6\xb2\x54\x44\x2f\x3d\x40\x2b\xbd\xcc\x89\x81\xef\x7b\xae\ \x9b\x4c\x25\x35\x80\xeb\xba\x18\x40\x03\xe0\x25\x66\x5d\x26\xdf\ \x93\x9d\xa8\xc5\x62\xd3\x44\x3c\xde\x08\x02\x21\x64\x22\x11\x97\ \x4a\xbb\x6e\x43\x2d\xb9\xb3\x3e\x7b\xfd\x7d\x36\xc5\x6a\xd0\xe8\ \xb8\xe3\xfa\x49\xfe\x7c\x04\x80\x11\xa6\x94\x01\x80\xd2\x52\x29\ \xa5\xb4\x22\x98\x2c\x4f\xb4\x33\x4d\x53\x2b\x15\x86\x61\x18\x45\ \x06\x23\xa6\x69\x11\x42\x19\x63\x42\x08\xca\x18\xa5\xf4\x34\xde\ \x66\xad\xf5\xc2\xc2\xc2\xf2\xd9\x6b\x32\x34\x42\xd8\x30\x0c\x29\ \x85\x94\x52\x69\xc5\x18\x13\x9c\x4b\xa9\x28\xa3\xcd\xbe\x13\x4a\ \x69\x3e\x9f\x3f\xf9\xc9\xd2\x5a\x4a\xa9\x94\x92\x52\x4a\x29\x14\ \x2c\xb7\x78\x2e\x56\x09\x21\xc0\x27\x1d\x88\xf6\x2c\xbe\x5c\x51\ \xc4\x7b\x5c\x86\xc2\x62\xdb\x29\x5a\x76\x3c\xd2\x2a\x12\x6c\xfd\ \xea\xf8\xab\xb7\x08\x79\x0a\x2d\x30\x5a\x01\x17\xd0\xdf\xbf\xb4\ \x57\x41\x08\x80\x29\xc5\x58\x33\xac\x4b\x29\xa5\xad\x61\x93\x2d\ \xb4\xd0\xc2\xb3\x97\x68\xc3\x30\x4e\x4f\x3b\xbd\x44\x3c\xaa\xa4\ \x4c\x65\x32\x3d\x3d\xbd\xcd\x49\x99\x5a\x2b\x00\x0d\xe8\xb8\x67\ \x1b\x42\x48\x49\x86\x34\x06\x04\x80\x34\x80\x46\x48\x2f\x99\x01\ \x2b\xa5\xa5\x52\x1a\x61\x03\x01\x46\x08\x6a\x75\x57\x68\x65\x5b\ \xb6\x90\xca\xa0\x78\xbe\x58\xae\x96\x2b\x9f\xff\xf8\x67\x4d\x0c\ \x97\x5d\xf3\x8a\xa7\xf6\xec\x7e\xe0\xfe\xfb\x62\x86\x89\xa5\x32\ \x08\xa9\x36\xaa\xca\x40\x94\x31\xa4\x88\x92\xb2\x29\xa4\x16\x69\ \x58\xeb\xe5\xbb\x04\xe3\x3f\xfd\xe3\x3f\xfd\xf2\x57\xbf\x7a\xe4\ \xf0\xd1\xff\xef\x8f\xff\xa4\xe1\xb9\x7f\xf3\x7f\xff\xcf\x7c\x61\ \x5e\x81\x00\xa2\x43\x1e\x4a\xa1\xd0\xf2\xd2\xdc\x1c\xea\x71\xdc\ \x79\xfd\x84\xaf\x2b\x6f\x60\x84\x01\x01\xc1\x88\x48\x65\x53\x6b\ \xa0\x6f\xf5\x86\x75\x1b\xab\xa5\xca\xcc\xfc\x78\xdd\xab\x20\x4a\ \xba\x7b\xfa\x0f\x1d\x19\xa7\x2c\xce\x2c\xfb\xe2\x8b\xb6\x3f\xf9\ \xd8\x43\x07\xf7\xef\x0d\xfc\xf0\x8c\x33\xd6\xae\x59\xb3\xbe\x5a\ \xf1\x82\x50\xf8\x81\xf8\xf5\xf7\xbf\x67\xf5\xda\x35\x51\x14\xbd\ \xa0\xd3\x8e\x31\x0e\xc3\xf0\xbd\xef\x79\x6f\xa5\x52\x23\x18\x11\ \x4a\x29\xa5\x51\x14\x75\x75\x75\x9d\x71\xc6\x19\xbb\x76\xed\x2a\ \x14\x0a\x4a\x47\xbd\x03\x5d\x94\xb0\xb1\xb1\x09\xa5\x54\x2c\x96\ \x48\x26\x52\xd9\x6c\xee\x4b\xb7\xdf\x7e\xd2\x97\x53\x8b\xd0\x5a\ \x4b\xa5\x24\x2c\x99\xf7\xa1\xa5\xf6\x4f\x40\xfa\x64\x1b\x95\x93\ \x56\x15\xad\xd4\xa8\xcf\x10\xac\x4b\xcd\x33\x5a\x2b\xad\x2c\xc2\ \x52\xa6\x79\x4a\x3c\x0a\x00\xd6\x89\xdb\x17\x84\x08\x21\x84\x50\ \xc3\x60\x86\x61\x3c\xbf\xd4\x6e\xa1\x85\x16\x5e\x86\x50\x4a\x19\ \x86\xb1\x79\xf3\xe6\x5f\x6c\x3d\x8a\x50\x93\x0f\x9b\x3c\xda\x24\ \x48\xa5\x00\x21\x8c\x70\x73\x03\x80\x31\x3e\x3e\xf0\x1b\x63\x00\ \xc0\x5a\x6b\xa5\xa4\x90\x91\x10\x42\x08\x59\xad\x15\x4d\xc3\x34\ \x0c\x56\xab\x35\xb2\xb9\x2c\x20\x30\x0d\x2a\x84\xac\xd7\x6a\xdf\ \xfa\xf6\x37\xa9\x41\x5e\xfb\xea\x57\x3d\xb4\xe3\xd1\x87\x1f\x7e\ \x10\x23\x04\x08\x01\x82\x30\x0a\x11\x46\x51\x10\x31\xc3\x6c\x0a\ \xa8\xa6\x96\x6a\x32\xa8\xe0\x9c\x0b\x01\x5a\x23\x42\x18\x26\x61\ \x14\x2a\xa5\x7c\xdf\xe7\x9c\x13\x42\xa4\x94\x0d\xd7\xd5\x20\x98\ \x49\x10\x68\x8c\xf1\x33\x8c\x64\x4f\xfc\xba\x48\xa0\xcb\x8f\x59\ \x8e\x9a\x62\x8c\x09\xc1\x96\x61\x82\x80\x58\x3c\x6e\xdb\x31\xd7\ \x70\x31\xc1\x8e\xed\xc4\x53\x49\xc6\xcc\x4a\xb9\xca\x4c\x99\x33\ \x99\x94\xc2\x73\x83\x5c\xae\x3d\x1e\x73\xda\xda\x7a\x46\x46\xa6\ \xf6\x1f\x3a\xe2\xfa\x61\x47\xbe\x8b\xae\x98\x3d\xfb\x02\xc4\x28\ \x68\x00\x20\x88\x10\x04\x5a\xca\x48\x88\x08\x00\x21\x54\x2b\x57\ \xf6\xed\xd9\x3b\x3d\x31\xa9\xa4\x14\x3a\x3a\x7a\x78\xa4\xbd\x3d\ \x3f\xd0\x3f\x30\x32\x32\x32\x3b\x33\x83\x01\x9f\x77\xee\x79\xcf\ \xa5\x7d\x8f\xcf\x48\x53\x4d\xd3\xbd\xa6\x1e\x6d\x6a\x48\xa4\x9b\ \xf1\x82\x93\x79\x2c\x3c\x4b\x74\x9e\xa4\xce\xe8\xb8\xe3\xfd\x62\ \x92\x75\xb1\x0f\xc6\x34\x8c\x74\x2a\x15\x09\xf9\x42\x05\x79\x73\ \xc7\xd3\xc4\xf2\x3b\xd2\x42\x0b\x2d\xb4\xf0\x33\xc4\x4b\xc4\xa3\ \x4b\x86\x6f\x72\x29\x8b\x29\x95\x52\x94\xb2\xa6\xc1\x6a\xb3\x50\ \x05\x63\x44\xc8\xa2\x0e\x89\x22\x1e\x86\xa1\x94\x92\x10\xd4\xcc\ \x75\x1a\xcc\xec\xec\x48\x61\x8c\xcb\xe5\xb2\x61\x30\x46\x09\x02\ \x90\x42\xd6\x6b\xf5\xaf\x7d\xe5\x2b\xc5\xc2\xc2\x5b\x6e\xb9\xe5\ \xf1\xc7\x1f\xfb\xd1\x8f\x7e\x28\x79\x64\x5a\x96\x56\x4a\x6a\xa9\ \x41\x27\xd2\x29\x5d\xaf\x4b\x2e\xa4\xd4\x52\x4a\xa9\xa4\x94\x0a\ \x40\x0b\x29\x22\x21\x38\x8f\xb4\x06\xaa\x35\x10\x15\x86\xa1\x61\ \x18\x51\x14\x72\xc1\x2d\xcb\xc2\x18\x6b\x25\x81\x68\x04\x80\x30\ \x59\xa6\x90\xe6\x9f\xf0\x0c\x9a\x69\xde\x5b\x5e\xa5\x9b\x0b\x77\ \xf3\x36\x21\x84\x60\x24\x94\x32\x98\x11\x4b\x26\x11\xa5\x89\x54\ \xaa\x8d\xe7\x09\xd1\x5c\x2b\xdb\x8e\x27\x13\x69\x8f\x47\xc9\xa4\ \x45\x09\x12\x42\xfb\x9e\x9a\x9e\x9a\xec\xee\x59\x13\x44\x0d\x2f\ \xd2\xe9\xb6\xce\x78\x5b\x1b\x33\x4d\x80\x17\x1c\xd4\x6d\xa6\x7f\ \x23\xdf\x8f\xfc\xa0\xa9\x8c\x9b\xbb\x99\xaa\x28\xd7\x2a\x95\x28\ \x8a\x62\xb1\x38\x08\x85\x01\xcf\x4d\xcf\x9a\xc4\xda\xb0\x66\xfd\ \xb1\x91\x91\xc2\xfc\x42\xa9\xb0\xf0\x5f\x06\x3f\x51\xf3\xd9\x17\ \x0b\x8c\x16\xff\x87\xe0\xb9\x6c\x16\x4e\x10\x9d\xfa\x19\x02\x54\ \x3f\xe3\x21\xc7\x8d\xe9\x9b\xd7\x06\xa5\xd4\x76\x1c\xfa\xc2\x79\ \xf4\x44\xee\x6f\xa1\x85\x16\x5a\xf8\xa5\xe5\x51\x8c\x71\x10\x04\ \x0b\x0b\x73\x8c\x99\x94\x32\x84\x40\x6b\x10\xcd\x6a\x4f\xb5\x58\ \xaa\xc2\x28\x15\x92\x47\x51\x84\x10\x32\x4d\x66\x9a\xa6\x69\x9a\ \x84\x20\xc6\x18\xc2\x08\x34\x28\x8d\x39\x17\x52\xca\x44\x22\xae\ \x35\x80\x52\xa1\xeb\xdd\x7d\xd7\xf7\x25\x0f\xde\xf0\xba\xd7\x3d\ \xb6\xe3\xe1\x1f\xdd\x7b\x0f\xa3\x94\x60\xc4\x28\x6d\x34\x1a\x18\ \x03\x20\xe8\xcc\x64\x62\xf1\xf8\xc8\xc8\x08\x60\xb2\x94\xd5\x93\ \x5a\x6b\x44\x08\x65\x5a\x83\x56\x5a\x21\x84\x84\x90\x61\x14\x99\ \xa6\x19\x45\x3c\x0c\x82\x78\x3c\x41\x09\x45\x80\x28\xa6\x18\x10\ \x5e\xe1\x1c\x7b\xd2\x45\x79\x59\xe8\x34\xe9\xa7\x19\x4b\x5c\xbe\ \x41\x28\xa6\x84\x10\xa0\x95\x46\x5d\x4d\x4e\xc4\x2c\xbb\x58\xaa\ \x98\x16\xa6\xcc\xe8\xec\xca\xf4\xf5\xf6\x47\x32\x5a\xb7\x6e\x95\ \x6d\x9b\xed\x6d\xed\xdd\x5d\x03\x33\xb3\xf3\x08\xc7\x24\xb2\x4c\ \x27\x3d\x3e\x3b\x9b\xee\xea\xb0\x6c\xfb\x34\x8c\xcd\x9b\x54\x16\ \xb3\x1d\x90\x8a\x19\x06\x21\x84\x60\x2c\x16\xf7\x12\x0a\x21\xc4\ \x18\xe3\xdc\x42\x84\x20\x8c\xeb\x95\x9a\x8c\x44\x7f\x4f\x7f\x23\ \x55\xf7\x1a\x8d\xe7\xe2\x1e\x8c\x71\xb3\x46\x69\x69\xaf\xd0\x9c\ \x92\xb6\xa2\xb9\xa5\xf9\xee\x9e\xb4\xce\xe8\xd9\x09\xd1\xe3\x27\ \x74\x45\xde\x14\x8e\x3b\x19\x2d\xd6\x5b\xa1\xd3\xb0\x36\x6a\xa1\ \x85\x16\x5a\xf8\xef\xa5\x47\x6d\xcb\x6e\x6f\x6b\x0f\x23\x2e\x84\ \x68\xce\xc2\x8a\x39\x89\x66\xa4\x0d\x21\x04\xa0\x09\x41\x4d\x63\ \xb9\xe6\x77\x96\x01\x8b\x76\xe5\x1a\x81\x76\x1b\x8d\x98\xe3\x50\ \x42\x95\x52\x1a\xd4\x9d\x77\x7e\xaf\x5a\x2a\x5e\xfd\x8a\x2b\xee\ \xbb\xe7\xae\x3d\x4f\x3d\x61\x99\x86\xf0\x03\xac\x74\x18\x04\x18\ \x43\x24\x05\x57\x8a\x59\x46\x7b\x36\x77\x68\xff\x7e\x6a\x39\x6a\ \x45\x72\x0f\xa4\x94\x4a\xc9\xe5\x8c\xa9\xd2\x5c\x70\x4a\x29\xe7\ \xdc\x75\xbd\x5c\x9b\xa6\x84\xf0\x30\x52\x5c\x33\x93\x98\x96\x09\ \xe8\x84\x55\xfc\xd9\x11\xc2\x95\x07\xbc\x32\xa8\x8b\x31\xc6\x84\ \x02\x06\x84\x69\x10\x86\x14\x05\x92\xcb\x87\x1e\x79\x54\x69\x7e\ \xe1\x05\x17\x02\x90\xd9\x99\x42\x22\xed\x60\x04\x80\x54\x26\x9b\ \x8d\x02\x28\x95\x1b\xeb\x37\xa5\x66\x66\x9f\x9e\x2b\x94\x25\x46\ \x40\xa8\x54\xf2\x74\x22\x92\x1a\x10\x40\x67\x47\x87\x1f\x4f\x50\ \xc6\x9a\x87\x44\x29\x6d\x34\x1a\x52\x4a\xd3\x34\xc3\x20\x30\xb3\ \x71\x04\x38\x8c\x42\x4c\xc0\xf7\xbd\xc8\x0f\x6d\xc3\x6c\xcb\xe6\ \x9e\x87\x47\x09\x21\xcd\x1f\x12\xa2\x10\x80\x5a\x74\xc2\x5d\x16\ \xe4\xcf\xee\x0a\x7d\x8e\x84\xe8\x49\x8b\x8f\x9a\x3f\x43\x08\x9d\ \xe8\xe4\xd0\x42\x0b\x2d\xb4\xf0\xb2\xe6\xd1\x66\xf3\x06\x65\x06\ \x26\x74\xa9\x6a\x14\x84\x50\x94\x62\xad\x01\xa1\xc5\xd6\x0e\xa5\ \x14\x63\xb4\x99\xc2\x5c\x2e\x4f\xd5\x8b\x59\x53\x1c\x45\x22\x8a\ \x22\xc7\x71\x10\x80\x92\xe2\x7b\xdf\xfe\x56\xe4\xfb\x1b\xd7\xae\ \xfd\xfe\xb7\xbf\xbd\x6b\xd7\x53\xa9\x78\xdc\xad\x96\xfd\x52\x8d\ \x22\xe2\x45\xa1\x93\x4e\x08\x03\x07\x3c\x70\xfd\x70\xb0\x7b\x00\ \x34\xe6\x82\x73\x29\x10\x00\x97\xa2\xd9\xf3\xc8\x05\xe7\x9c\xc3\ \x52\xa7\x47\xc8\x79\x32\x99\xd4\x5a\x21\x00\x93\x99\x82\x0b\x11\ \x71\x66\x1b\x92\x0b\x8e\x11\x98\x46\x33\xad\xbb\xcc\x94\xcf\xf8\ \xda\x94\x4b\xcb\x42\x6d\xb9\xc2\x65\x51\xb7\x21\x6d\x98\xc6\xf0\ \xaa\x55\xc3\xfd\x6b\x0e\xed\x3f\xd0\xd5\xd3\xc3\x18\xee\x1d\x18\ \x0c\x42\x8e\xa9\xe9\x05\xa1\x65\x59\x8c\xb1\x6c\x36\xe3\x7b\x72\ \x68\x68\x30\x1e\x8f\x99\x96\x91\x4e\xa7\x8c\x98\xd9\xd3\xd3\xc7\ \xb9\x80\x17\x9e\xdb\x6b\x9e\xe7\x99\x99\xd9\x6a\xa5\xd2\xe4\x3f\ \x21\x9a\xad\x1c\x08\x61\x84\x31\xe2\x5c\x60\xcc\x9a\x16\x42\x4a\ \x49\xad\x25\x20\xe5\xfb\x9e\x61\x9a\x98\x60\x78\x0e\xaf\x80\xa6\ \xd4\x56\x12\xb4\xd6\x08\x23\x2d\xd5\x62\x30\x16\xc1\x0b\x4a\x88\ \x3e\xd3\x9f\x01\x56\x98\xf2\x2e\x99\x22\x35\xf3\x01\xad\x0f\x6a\ \x0b\x2d\xb4\xf0\xb2\xd7\xa3\x27\xca\x38\xa5\x14\x42\x40\x29\x28\ \x25\x17\xfb\x26\x31\xd2\x5a\x62\x4c\xa4\x94\x08\x01\xc6\xb8\xc9\ \x70\x8c\x19\x18\x13\x25\xb5\xd6\x50\xaf\xd5\x6d\xdb\x21\x04\xf3\ \x30\xfa\xc9\x23\x0f\x4b\x1e\x75\xe7\xf3\x5f\xf9\xd2\x17\x8f\x1d\ \x3b\x96\xcd\x64\xc3\x46\x75\xea\xe8\xd1\xb0\xec\x56\x6a\x35\x09\ \x60\x67\x13\xed\xab\x06\x88\x6d\x16\xcb\xa5\x64\x2a\x89\x31\xf6\ \xa3\x48\x28\x89\x10\x6a\x3e\xf3\x62\x74\x17\x21\xa5\x14\xa1\x04\ \x03\x96\x42\x38\xb1\x98\xd6\x8b\xb5\x5b\x14\x63\x8c\x10\xc1\x58\ \x6b\xd9\x2c\x23\x56\x08\x56\x6a\xcd\x67\x8b\x51\x58\x51\xd8\xb2\ \x2c\x46\x09\x21\x08\x83\x94\x8a\x52\x6a\x59\x36\x35\xcc\x0d\x9b\ \x36\xad\x5a\x3d\xa4\x90\x94\x00\x61\x08\x97\x5d\x7d\x0d\x00\xef\ \xeb\xcf\x94\x8a\xe5\x64\x32\xd1\xd3\x9d\x5a\xb7\x61\x5d\x32\x95\ \xee\xec\x69\x23\x26\x13\xa0\x29\x33\x0c\xc6\x4e\x8f\x4e\x34\xe8\ \x46\xa3\x5e\xab\xd5\x30\x21\x4a\x29\xd3\x34\x08\x59\xdc\xa9\x2c\ \x12\x2d\x70\x80\xa5\x1a\x1c\xa4\x11\x80\xd4\x50\xad\xd5\x9f\x5f\ \x05\x12\x42\x08\xc1\x80\x50\x33\xc3\xbd\xd4\x36\x8a\x96\xe9\x6f\ \xa5\x0c\x5d\x91\x10\xd5\xf0\x0c\x49\xba\xf2\xfe\x4a\x77\x7b\xad\ \x9b\x07\xa3\x5b\x63\x3a\x5b\x68\xa1\x85\x16\x8f\x2e\x53\xcd\x92\ \xfc\x68\xba\x0d\x28\x21\x23\x0d\xc0\x08\x05\x90\x4a\x2b\xad\xb1\ \x94\x82\x31\x06\x40\xb4\xd6\x3b\x76\xec\xf8\xc1\x0f\x7e\x10\x8b\ \x25\xaf\xb9\xe6\xea\x33\xce\xd8\xcc\x23\xad\x94\x36\x98\x19\x85\ \xd1\xdc\xcc\x8c\xdf\x70\x31\xa0\x0f\xff\xeb\x3f\x3b\xb6\x9d\x4b\ \xa7\x03\xaf\x7e\x68\xcf\x9e\xbc\x13\xbf\xe9\xfa\xeb\x2d\xa0\xfb\ \x46\x8e\x7c\xff\xf1\x1d\xb5\xa3\x23\x5d\x43\xbd\x8e\x1d\x33\x4c\ \x53\xe9\xa5\x86\x4d\x25\xc2\x30\x44\x18\x5b\xa6\x49\x19\x13\x9c\ \x07\x41\x80\x00\x29\xa5\x82\x20\xb0\x2c\x4b\x08\xe1\xba\x1e\x21\ \xd8\xb6\x2c\x8a\x31\x52\x7a\x91\x4d\x09\x6e\xee\x02\x9e\x11\xb9\ \x5d\x59\xa0\x0b\x4b\x55\x48\xcb\x5f\x97\xe2\xba\xd8\x64\x0c\x84\ \xb6\x98\xa5\x95\xae\xd7\x1a\x42\x47\x91\x8c\x1a\xbe\xe7\x47\x28\ \x8c\x88\x96\xe1\xe0\x40\xc7\xdc\xcc\xbc\xef\x35\x32\x1b\x9c\xbd\ \x4f\xef\x7a\xf8\xe1\x47\x88\x61\x86\x1c\x24\xe0\x6a\xb5\xf2\x2f\ \xff\xfc\x0f\x9d\xf9\x36\xdf\x97\x2f\x30\x0a\xa0\x31\xc6\x89\x64\ \x72\xa1\x50\x30\x19\xa5\x94\x45\x82\x13\xad\x31\x46\x80\x40\x4a\ \x49\x28\x25\x94\x48\xdd\xb4\xa4\x40\x08\x21\x0d\x0a\x10\xb1\x9c\ \xd8\x29\xbc\x9f\xb8\xd9\x8b\xb9\xec\xbd\xa0\x9b\x3d\x4b\xcf\x19\ \xb6\x5d\x71\x58\x2b\x1e\x70\xa2\x0c\x5d\x1a\x11\x83\x60\xa5\xa5\ \x51\xeb\x83\xda\x42\x0b\x2d\xb4\x78\x74\x59\x9c\x34\x33\x68\x0a\ \x90\x06\x50\x95\x4a\x41\x69\x89\x91\x26\x84\xc6\x63\x39\x83\xc5\ \xf6\xed\xdf\xe3\xb9\xa1\x61\x98\x4f\x3c\xf1\xc4\xc8\xc8\x08\xa5\ \x46\xbe\xbd\xc3\xb6\xec\x20\x08\x72\xb9\xbc\xc1\xe8\xd8\xc8\xe4\ \xcc\xd4\x54\xb5\x5a\xbd\xf7\x07\x77\xa5\x92\x09\x46\x70\x5b\x2e\ \x73\xec\xd8\xb1\xc2\x7c\xf9\x2d\x6f\xb9\x3e\x8d\x8d\xde\xf6\xee\ \x5a\xa5\x3a\xd8\xd9\xfd\xd8\xf4\x54\xac\xbd\x31\xd0\x3f\x64\x3b\ \xb6\x65\x9a\x85\x7a\x05\x53\x0a\x00\x98\x52\xd3\x34\x13\x89\x04\ \x21\x24\x08\x02\x2e\xa5\x94\x12\x81\xe6\x9c\xa7\x52\x19\x4a\xa9\ \x94\x82\x52\xca\x28\x25\x98\x10\x00\xd0\x80\x35\x02\x4c\xa0\xd9\ \xbe\xba\x22\x90\x0b\x27\x56\x18\x2d\xaa\xcf\xa5\x88\xee\x72\x5c\ \x97\x60\x8c\xb5\x36\xa9\x19\xb3\x1d\xa4\xa0\xd1\x70\xab\x6e\xf5\ \xe0\x91\x03\x8d\x30\x70\x43\x3d\x3b\x5f\x1b\xec\xe9\xbd\xf0\xdc\ \xad\x23\xa3\x63\x99\xb4\x65\xd9\x40\xa9\xb7\x77\xdf\x21\x46\x81\ \x0b\x10\x00\x1a\x20\x0a\x42\x84\x4e\xcb\x3d\x40\xeb\x44\x26\x3d\ \xb8\x6a\x38\x08\x83\x46\xbd\x11\xb7\x12\xcc\x30\x96\x72\x9c\x1a\ \x23\x84\x29\x01\x8c\xb4\x5a\xac\xba\x45\x08\x82\x20\xb2\x63\x89\ \x53\x2f\xe9\x69\xce\x4a\x5b\xb2\x4d\x80\x25\xab\x0c\x80\x67\x26\ \x38\x8f\xdb\x2c\x00\xac\xb4\x34\x5a\x59\x94\x74\xfc\x42\xd1\x68\ \x69\xb2\xf7\xf3\x4c\x6b\x69\xa1\x85\x16\x5a\x78\x91\xa4\x1f\x26\ \x8c\x92\xe5\xf5\x47\x37\x57\x37\x25\xb9\x90\x3f\x1f\x1e\x6d\x96\ \x70\x6a\x05\x08\x01\xc2\x48\x2a\x09\x5a\x8d\x8c\x1e\x3d\x36\x7a\ \x08\x23\xc5\x79\x58\xad\x56\x1b\x35\x79\xf6\xd9\xe7\x4b\x29\x3d\ \x37\xb0\x6d\xb9\x61\xc3\x86\x2d\x5b\xce\xa4\x94\x22\x44\x8a\xc5\ \x32\x42\xa8\xb7\xd7\x1a\x1d\x1d\x3b\x7a\xf4\x48\xb9\x38\x7f\xd7\ \x9d\x77\xb6\xe7\x32\xf5\x6a\x25\xf2\x5d\x25\xe4\xe1\x03\x07\xfb\ \x3b\x72\x3d\xed\xed\x83\xd9\xce\xa8\xe6\xad\xee\xeb\x7f\x7c\xec\ \xa8\x9a\x9e\x5a\x28\x95\x2a\xb5\x8a\x14\xca\x34\x2c\x29\x15\x35\ \x16\x65\xa2\x6d\xdb\x08\x63\xce\x79\x33\x84\x1b\x86\xa1\xd6\x10\ \x45\x11\xa5\x14\x13\xac\xa5\xc2\x1a\x30\x20\x8a\x31\xc2\xa0\xa4\ \xd6\x52\x62\x84\x96\xf3\xa3\x68\x49\x55\x2f\xeb\x4e\x0d\x80\x00\ \x56\x4e\x14\x21\x84\x20\x84\x29\x21\x98\x60\x82\x31\x51\x2a\x15\ \x4f\x50\x82\x05\xe7\x84\x90\xb1\xf1\xf1\x27\x76\xed\xce\xe4\xdb\ \x9d\x54\xbb\xc0\x38\x91\xc9\x22\x6c\x08\xa1\x98\x41\x0c\x0b\x2e\ \xbe\xe4\xec\x87\x1f\x7e\xf0\xd0\xc1\x99\x98\x83\x1b\x75\xed\x37\ \xf5\xe2\xe9\x9c\x76\xa4\xb4\x9e\x5d\x98\x6b\xd4\xeb\x96\x65\x77\ \xf5\xf6\xb8\xae\x5b\x2e\x97\x9b\x31\xed\x66\x16\x17\x30\xd2\x8b\ \xce\x09\xcd\xe2\x5b\xf0\xbd\x20\xd7\xde\x7e\x2a\xbc\xb5\x68\x53\ \xaf\x41\x6a\x85\x00\x12\x71\xd3\x0f\x78\xc4\x25\x5a\xa6\xcd\x67\ \x0e\x7e\x39\x31\x4b\x7a\xf2\x51\x30\xda\x34\xa9\x56\x10\x72\xae\ \x95\x56\x4a\x69\x0d\x52\xaa\x28\x8a\x94\x5e\x3e\xfd\x2d\xb4\xd0\ \x42\x0b\x2f\x22\x08\xa5\xf5\x99\xfd\x5f\xfb\xd2\xb7\xe6\x05\x21\ \x18\x21\x04\x5a\x69\xc9\x45\xe7\xb9\xd7\xbe\xf1\xca\x6d\xa6\x8e\ \x56\x66\x9c\x5e\x32\x1e\x45\x51\xc0\xfd\x1a\x77\x52\x0c\x00\x08\ \x36\xf6\xec\x7b\xf8\x81\x07\xee\xee\xec\xc8\x4e\x4f\x8e\xce\x4e\ \x4e\x50\x42\xf6\x8f\x4c\x3e\xb9\xfb\xe1\x0d\xeb\x36\xaf\x1a\x5e\ \x8b\x70\xbc\xab\x23\x8f\x09\x6d\xb8\x21\xe7\x8a\x73\x64\x30\x3a\ \x37\x33\x71\xe4\xf0\xfe\x7a\xb5\x72\xe7\xf7\xbe\x17\x79\x5e\xac\ \x27\x9f\x89\xf7\x4e\x4f\x4f\x95\x4a\xb5\x23\xa3\x53\xbd\xc9\xd8\ \xe8\xd4\x08\xc6\xba\x5c\xaa\x1d\x99\x98\x98\x2d\xcd\x27\x08\x80\ \x17\xb9\x85\xaa\x90\x12\x9b\x26\x73\x6c\x8d\x01\x6b\x20\x00\x0c\ \x00\xa2\x08\x6b\xcd\x30\x0a\xa4\xc4\x84\x28\xad\x1a\x6e\x9d\x51\ \x42\x08\xa9\xd7\x6b\xae\xe7\x02\x6a\x36\x7d\x9a\x91\x88\x40\xa9\ \x18\x21\x1a\xa3\x95\x85\xb8\x4d\xb2\x5c\xb4\xe1\x45\xa0\xb4\x26\ \x84\x2c\xf2\xa8\xd6\x8b\x15\x46\x4d\x55\x8a\x89\x12\x1a\x30\x35\ \x0d\x6a\x9a\x34\x14\x46\x28\x42\x45\x68\x08\x96\x0e\x69\x24\x6d\ \xdb\xce\x59\xd4\x89\x59\x0e\xc5\xb8\x51\xaf\x0c\xf4\xb7\x5f\x7b\ \xdd\xf9\x53\xd3\x77\xb8\x2e\x60\x66\xe2\x08\x1d\x37\x7f\x7f\x61\ \x21\x00\x0d\x00\x4a\x23\x0d\x78\x7e\xa1\x50\xae\x54\xdb\xdb\xdb\ \xb3\xb9\xb6\x4a\xa5\x52\x2e\x97\xf5\x71\xa7\x44\xad\x35\x60\x84\ \x09\xa5\x18\xe3\xc0\xf3\xdc\x46\xed\xbf\x64\x50\x21\x78\x10\x84\ \x42\x4a\x40\x24\x66\x99\x49\xc7\x74\x18\x8e\x6c\xa3\xee\x85\x5c\ \xa8\xc5\xc0\xec\xf2\x51\xe8\x15\x3d\xa3\x7a\x65\x03\xd1\x09\x32\ \x54\x6b\xc5\x28\x8e\xd9\x26\x68\x70\xfd\x30\xe4\xc2\x64\xc4\xc7\ \x28\x0c\xc3\x5a\xb5\x06\x08\x53\xd6\xf2\x24\x6a\xa1\x85\x16\x5e\ \x7c\x1e\x25\xb8\x3c\x79\x60\xff\xbc\xbc\xf8\xea\x0b\x58\x69\xdf\ \xdd\x0f\x8f\x5d\x78\xc3\x75\xe6\xc4\x13\x0f\x3d\xf9\x74\xfd\xd2\ \x73\x2c\x86\x56\x8e\x52\x7e\x89\x78\x94\x32\x3a\x31\x36\xb9\x30\ \x5e\xee\xe8\xcb\x4d\xcc\x1e\x23\x86\x78\xe4\x27\xf7\xd6\x6b\x73\ \x71\xd3\x1f\x3d\xb4\x33\xc1\x58\x2a\x9e\xe1\xd1\x6c\xcd\x15\xbb\ \xf7\x56\xc6\x47\x0f\xf4\xf7\x0d\x74\xb4\xe7\xf7\xee\xdd\xbf\xff\ \xe0\x31\xc7\xc9\x5f\x7b\xed\xeb\xb2\xe9\x64\xa9\x50\xaa\x94\xe7\ \x7f\xfc\xc3\xfb\x92\x31\x23\xd6\x96\x0a\xbd\x46\xb2\x2d\x5e\xab\ \xd4\x8f\x1c\x1b\x01\xc0\xa5\xba\x3b\x51\x9a\x1f\x3e\x63\x53\xdd\ \xaf\x8f\xbb\xe5\x42\xbd\xea\x60\x84\x34\xd1\x6e\x44\x10\x36\x1d\ \x53\x68\x6d\x31\x66\x00\xd6\x61\x64\x33\x26\x05\x57\x08\x59\x4e\ \x42\x03\x72\x83\x00\x69\x19\x86\x41\x3c\x16\x63\x06\x0d\xa2\x00\ \x40\x3b\x71\xc7\x0f\x7c\x8d\x95\xd2\x32\xe6\x24\x2d\xdb\x02\x00\ \x84\x11\xc6\xb8\x59\xef\x0a\x80\x16\xcb\x72\x01\x21\x8c\x34\x5e\ \xba\x85\x10\xc2\x88\x12\x8a\x16\xdd\xee\x31\xc2\x98\x63\x44\x2c\ \x8b\x32\xcc\x23\x0f\x61\xed\xf3\x48\x51\x2b\xc2\x4e\x10\x60\xa1\ \x9c\x44\xbc\xbd\x51\xf7\x1b\x55\xaf\xab\x23\x5f\x5e\x28\x0f\xf4\ \xb4\xaf\x5b\xb3\xce\x32\x53\x0b\xc5\x0a\xa1\x6a\xa9\x35\xe8\x34\ \x77\x30\x31\xcb\x06\xa5\x2d\xd3\xaa\xd7\x6a\x33\xd3\x33\xf1\x58\ \x2c\x1e\x8f\x27\xe2\x09\xcf\xf3\xab\x95\x8a\xe0\xdc\x30\x4c\x84\ \x11\x46\x58\x29\xa5\xb5\x72\x6c\x2b\x66\x59\xcf\xf3\x9c\x52\xca\ \x30\x0c\xa3\x28\x0a\x82\x20\x8c\x78\xdd\x15\xb9\x34\xf5\xbc\x60\ \xff\xc4\x42\x2e\x9d\xc8\x65\x13\x04\x01\x02\xdd\x4c\x72\x36\x3d\ \x15\xd4\xf1\xd8\xed\x33\x12\xa2\x8b\x53\xd2\x9a\x2c\x8a\x00\x03\ \x86\x91\xa9\x92\x12\xba\xa3\x2d\x6e\x32\x2a\x95\xf6\x02\x11\x84\ \x61\xbd\x51\xc7\x98\x1a\xa6\xa9\x94\x32\x4d\xf3\x79\xbd\x9a\xff\ \x7b\x04\x95\x10\x30\x0b\x08\x81\x56\xcf\xec\x49\x4f\x4e\xe8\x13\ \xd0\xa7\x58\xc4\xde\xaa\xfa\x6e\xe1\x85\x43\x73\x2e\xf2\xeb\xb7\ \xdd\x74\xd3\xf5\xc6\x4c\xe2\xe0\x04\xbb\xe6\xd5\x37\xa4\x0f\x18\ \xfb\xbf\x72\x48\x3c\xab\xf8\xf1\x25\xf3\x61\x20\x41\xe0\x1f\x39\ \x72\x94\xb0\x8d\x13\x23\xc7\x76\x3e\xfd\x13\x6a\x70\xa4\xbd\xf9\ \xf9\xd9\x7a\xad\xc6\xe2\x89\xbe\x64\xb2\xbb\xb3\xb3\xe6\x47\x4c\ \x6b\x19\xfa\x44\xab\x89\xf1\x91\x20\xa8\xae\xdf\x30\x1c\x8b\xe5\ \xdb\xf2\x89\x72\xa9\x54\xab\xcc\xdc\x7f\xdf\xbd\x71\xdb\xce\xb6\ \xb5\x51\x80\x7d\x7b\xf7\x75\x75\x75\x0b\x11\x95\xcb\xa5\x64\x22\ \x6e\x6b\x7e\xf0\xd8\x08\x47\xb4\xd1\xf0\xc6\x26\x26\xb8\xd0\xb6\ \x65\x27\xd2\x69\xc6\x08\xd6\x2a\x11\x73\x40\x46\x26\x31\x88\x46\ \x02\x21\xcb\xb6\xa5\x34\x6a\xf5\x06\x42\xc4\x71\x12\x1a\xd3\x28\ \xf0\x7c\xcf\xb7\x6d\xdb\x60\x2c\x1e\x8b\x27\x12\x71\xc7\x71\x28\ \x25\xa0\x95\x41\x99\x6d\x59\x31\xc7\xd1\xcf\x6a\x6c\x3d\x7e\x1b\ \xa1\xa5\xa2\x57\xb4\x1c\xd7\x85\x65\x63\x23\x84\x30\x42\x86\xc9\ \x14\x40\xc4\xa5\xe7\xab\x86\xaf\x81\xc6\x14\x10\xae\x35\xb3\x8c\ \x74\x5b\xba\x5c\x2f\x09\xad\x1b\x5e\x68\x3b\x38\x0c\x11\xc3\xb1\ \x64\xcc\x8c\x5b\xc0\x05\x97\x9a\x50\x82\x4e\x63\x39\x45\x80\xb4\ \xd6\x85\x85\x39\x1e\xf1\x58\x2c\x96\x4c\xc4\x28\x49\x79\x9e\x5b\ \x2e\x2e\x18\xa6\x19\x73\x62\x4e\x47\x5b\x18\x46\x11\x8f\xb8\x10\ \x4a\x2b\x82\x11\x42\xc4\x75\x5d\x2e\xa3\xe7\x17\xa3\x52\x4a\xce\ \x39\xe7\xbc\x3b\x67\xd7\xea\x25\xaf\xec\x01\x82\xd7\x5c\xd0\x39\ \x3e\xe7\xcd\x55\x8a\x14\xa3\x67\x1f\xca\x73\x1f\xe4\x33\x48\x5a\ \x6f\x1d\x4c\x64\xe3\x6c\xcf\x68\x0d\x63\x04\x12\xd2\x16\x4a\x39\ \xc4\xf7\x7d\x66\x58\x08\x63\x42\xc8\xc9\x27\x72\xff\x77\x02\x26\ \x61\xbd\x5c\x7b\xe8\x8b\x62\x6e\x02\x5a\x71\xec\x93\x6c\xe5\x38\ \xde\x7e\x13\xc9\xf7\x81\x3c\xa5\x39\xae\x86\x61\x26\x92\xa9\xd6\ \x89\x6c\xe1\x85\x04\xf3\x70\x32\x9e\xa8\x4c\x8c\xcd\xb9\x90\x99\ \x9d\x38\x70\x68\xf7\xa3\x8f\x1f\xc9\x1c\xd8\x51\x77\x06\x13\x36\ \x81\x13\x57\xc8\x97\x6e\x53\xaf\x95\x0a\xfc\xc6\xc4\xd8\x48\x7f\ \x4f\xf7\xe3\x4f\x78\x1d\xb9\xec\xdc\x5c\xb1\x26\x43\xcb\xb2\x0a\ \xa5\xf2\x90\xd0\x1b\xd6\xad\xdf\x77\xe0\x90\x5b\x6b\xc4\xcc\xb8\ \x14\xfe\xb1\x23\xfb\x12\xa9\x44\x3a\x6d\x76\x76\xb7\x17\x8a\x63\ \x84\x58\x07\x0e\x1f\x39\x67\xfb\x85\x91\xeb\xf2\xc0\x8b\x7c\x8f\ \x10\x5c\xaf\x55\x30\x56\x8e\xcd\x78\x88\x4d\xe6\x8c\x4e\xce\x1f\ \x1b\x9f\x8b\x24\x28\x00\x40\x40\x85\xd0\x4a\x46\xa1\x3f\x3b\x3b\ \xd3\xdd\x91\x4f\xc7\x6c\x86\xb1\x41\x0d\xe6\x38\x99\x5c\x5b\x18\ \x46\xd4\xb0\x0d\xcb\x42\x61\x88\x18\x8d\x08\x09\x7c\x5f\x48\x61\ \xd9\xb6\x06\x90\x5a\x33\xc6\x62\x8e\x4d\x29\xa2\x8c\x98\x06\x8d\ \xc7\x62\xea\xb8\x6b\xc4\xb2\x40\x5c\xb4\x66\x47\x78\xd1\x14\x78\ \xc5\x8f\x4e\x20\x5d\x4d\x34\xa6\x5a\x6a\x88\x24\xe1\x82\x69\x64\ \x3b\xf1\x36\x16\x4f\x41\x28\xb1\x45\xbb\x7a\x3b\xe6\x46\xf7\x0a\ \x50\x5c\xe2\x42\xd1\x55\xca\x39\x74\xe0\x60\xe0\xb9\x36\xc3\x31\ \xcb\x90\x52\x2a\xc9\x4f\x6f\x3d\x45\x80\x30\x28\xaf\x5e\xf5\x1a\ \x35\xc3\x60\x8e\x13\x4b\x24\xe2\x06\xc5\xf5\x7a\xbd\xec\x7b\x94\ \x12\xc3\xb2\x0c\x93\x0a\x1e\x46\x81\x2f\xb8\x40\x08\x09\x21\x94\ \xe0\xff\x95\xca\x5d\xac\xaa\xfa\xb5\x9b\x36\xfa\x41\x28\xa4\x00\ \x80\x4c\x8c\xb9\x81\x0c\xb8\x44\x3f\xd5\xe5\x0b\x31\x8b\x32\x82\ \xaa\x2e\x5f\x7e\x31\xcb\x64\x80\x09\x5e\x6a\xc6\x6d\x86\x01\xfe\ \xdb\x6a\x2d\x8c\x23\xdf\x2d\xff\xe7\x47\xd2\xf1\x78\x7c\xd3\x59\ \xd0\x12\x52\x27\xd9\xca\xc9\x49\x4c\xf2\xf9\x0e\x04\x6a\xf1\xa2\ \x59\x31\x0b\xf1\x19\x37\xb4\xd6\xd5\x6a\xa5\xb0\x30\xd7\x9e\xef\ \x68\x9d\xb9\x16\x4e\x11\x42\xa8\xfc\xaa\x33\xd6\x9a\xf7\xfe\xcd\ \x87\x3e\x68\x43\xb4\xee\x9c\xcd\x3b\x3e\xfb\xf7\x05\x94\x7e\xd5\ \xdb\x2e\x4c\x61\x1e\x89\x9f\x87\x1e\xd5\x5a\x33\x83\x9a\x96\xe9\ \xc4\x6c\xc9\x23\x03\x43\xa5\xb4\x10\xb3\x4c\xcf\xad\x1b\xd4\xa8\ \x29\xed\x7a\x61\x3a\x9f\xb2\x28\x2d\xd4\x8b\x56\x47\xb7\x57\x2d\ \x7b\xf5\xf2\xe0\x50\xa7\x56\x5e\xb5\x32\xd3\x70\x95\xe3\xe4\xe2\ \xf1\x64\x3a\x93\xcd\xf4\xf5\x4f\x8d\x1d\x8b\x2c\x13\x21\x38\x7c\ \xe8\x40\xad\x52\x22\x48\xe5\x72\xc9\x28\x14\xc8\xb0\x18\x68\x19\ \x45\x04\x50\xcc\x32\x99\x41\x94\x14\x6e\x2d\xb8\xfb\xee\xbb\x86\ \x57\x0d\xa7\xe3\x31\xd3\x32\x11\xa2\xd5\x6a\x6d\x66\x76\xc6\x75\ \xc3\x62\xb9\x5c\xaf\xd7\xfb\x07\xfa\xd7\x6f\xd8\x18\x78\x0d\x8c\ \x71\x14\x45\x6d\x6d\x6d\x08\x23\x00\x6d\xdb\x16\x63\x04\x23\x48\ \x58\x66\x3a\x1e\x8b\xc7\x1d\xb5\x34\x28\x54\xeb\x65\x36\x3d\xbe\ \xfa\x2b\x78\xe6\xa0\xb7\x95\x9d\xa6\x04\x29\x4a\xb1\xd2\x9a\x0b\ \x14\x0a\x2c\xa5\x19\xf0\x20\x0a\xb8\xeb\xb9\x16\x33\xda\x3b\x32\ \xc5\x71\x61\x58\x46\xa1\x58\xdb\xb7\xfb\x29\xaf\x16\x1c\xd8\xff\ \x74\x67\xbe\x7f\xed\xb0\x33\x31\x35\x32\xd0\xd7\x95\x88\xdb\x52\ \x9e\x66\xff\x28\x41\x40\x69\xb3\x90\x18\x02\xdf\xf5\xbd\x7a\x47\ \xbe\x23\x3f\x3c\x58\x2c\x96\x02\xdf\xd7\x4a\xf0\x48\xc4\xe2\x4e\ \x32\x95\x90\x52\x70\x21\x84\x10\xb9\xb6\xec\xf3\xa8\x5f\x4a\x09\ \x80\xd1\x34\x1d\x32\x97\x7c\x33\x9a\x43\x79\x6c\xe7\x67\x40\x70\ \x4a\x83\xd6\x3a\x91\x40\xcb\xbc\x82\x00\x21\x8c\x19\x63\x86\x61\ \x18\x86\xd1\x9c\x3d\xf7\xdf\x16\x84\xfa\x53\xc7\xcc\xca\x6c\xfb\ \x7b\x3e\x09\xa8\x35\xe2\xed\x39\x4e\xd2\xd1\xc3\x8e\x65\xa2\x13\ \x5d\xa0\x9f\xab\x1e\x2f\x16\x8f\x8f\x8f\x8d\x36\xea\xb5\x64\x2a\ \xdd\x0a\xf0\xb6\x70\x4a\x2b\xa7\xe4\x2a\xd6\xfb\xd6\x77\xff\xee\ \xda\xc7\x76\x86\xa9\xd5\x17\x6d\x5b\xcb\x2b\xb3\x2e\xc4\xf3\x19\ \x3b\x8a\xc4\xcf\x29\xae\x8b\x50\xc4\xc5\xd4\x7c\x21\xdf\x93\x1b\ \xe8\xea\xee\x68\x6f\x3f\x72\x64\x57\x4f\x4f\xbb\x16\xbc\x5c\xaa\ \x98\x86\xe3\x05\x01\x14\xa5\x49\x19\x56\x2a\xee\x98\x92\x87\x8e\ \xc5\xfc\x46\xb5\xe6\xfb\x4a\xcf\x11\x23\x01\xaa\x9c\xcb\x0d\x1c\ \x3e\x74\x38\x97\x4c\xcc\x4f\x4d\xf4\x75\x75\x7a\x8d\xba\x5b\xaf\ \x0b\x21\x19\xc1\xb1\x78\x5c\x38\x88\x51\x13\x81\x0a\xfc\x46\xcc\ \xb6\x29\xc6\x42\x09\xcb\xb1\x6b\x0d\xf7\xd0\xc1\x03\x96\x6d\xe5\ \xb3\xd9\xb6\xf6\x7c\xb5\xe1\x8e\x8d\x4d\x56\xaa\xd3\xa3\x13\x33\ \x80\xc0\x31\x8c\xa1\x81\x41\xaa\x81\x07\x61\x44\x69\xb9\x5c\xb6\ \x6d\x47\x83\x16\x52\x5a\xb6\x99\x4c\x26\x0c\x82\x62\x26\x75\x4c\ \x66\x59\x86\x04\xbc\x64\x7f\x87\x56\xd0\xe5\x71\x1e\x5d\xe9\x00\ \xfb\x8c\x81\xa9\xa0\x35\xc5\x04\x00\x47\x51\x28\x24\x52\x08\x0b\ \x29\x11\x0f\xb4\x88\x12\xa9\x78\x3a\x69\x75\xe6\xd3\x7e\xad\x73\ \xef\xce\xbd\xc5\x42\xf5\xfe\xfb\x77\x04\x41\x7d\x78\xb0\xfb\xca\ \x2b\x2e\x3b\x36\xda\x51\x2c\x4c\x23\x74\x3a\x49\xb2\x66\x51\xee\ \xd9\x67\x9f\xed\xbb\x2e\x63\xac\xd9\xeb\xa2\x01\xa4\x94\x84\x90\ \x81\xfe\x01\xa5\x14\x17\x02\x51\xdc\xac\x45\x6e\x9a\xd9\x0a\xce\ \xfb\x07\x06\x9f\xc7\x00\xa1\x69\xcc\x4b\x08\x31\x0c\x63\xd9\xaf\ \xf8\xc5\x5b\x9e\x9a\xf2\xb3\x59\xb7\xd5\x8c\xe8\xbe\xf4\x0a\x91\ \x51\x2c\xb8\xf8\xe9\x12\x95\x88\x32\xaa\xa5\x90\xa7\xe0\x2c\xa1\ \x25\xc7\x8c\xfd\xf2\x46\x74\xff\xf9\x9f\xff\xf9\xdd\xef\x7e\x37\ \x63\x2f\xe2\x76\x47\x49\xa9\xb4\xc6\x27\x7a\x2e\x3f\x7b\x6e\x71\ \xb3\x5d\x01\x63\x1c\x8b\xc5\xea\xb5\x6a\xab\xd8\xbb\x85\x53\xfe\ \xbc\x22\x24\xfc\xb1\xa3\x87\xe6\x7d\x63\xdb\xd9\x7d\x4c\x87\xc2\ \x4c\x65\x4d\xc6\xf9\x49\x9a\xf8\x5f\x22\x1e\x65\x94\x4e\xce\xce\ \x3e\xf2\xd4\xee\x99\xc2\xe4\xc1\x23\x79\x83\xb0\xce\xf6\xce\xe9\ \xf1\x31\xc6\x70\xb5\x54\x4e\xa6\x73\x41\xc0\x6b\xf5\x62\xdc\xb1\ \x09\xc2\xd5\x62\x39\x8a\x42\x8a\x74\xe8\xbb\x16\xa1\x41\x28\x30\ \x17\x53\x53\x63\x73\x13\xe5\xa1\x81\x81\xa7\x77\xee\x3c\xb0\x77\ \xf7\xfb\xdf\xfb\x9e\xce\x7c\xfe\x68\xad\xde\xa8\xd7\x63\xf1\x18\ \x63\x94\x60\x02\x0e\x18\x06\xf6\x29\xc4\x2c\x16\x78\x1e\xc6\x88\ \x07\xbe\x96\x92\x60\x52\x2a\x14\xf3\xeb\x86\x93\xc9\xa4\xe5\x24\ \x4c\xe7\x68\x92\x98\x30\x39\x3b\xd0\xd7\x3b\xd0\xdb\x1b\x7a\xee\ \x9e\x27\x1f\x57\x4a\x9e\x79\xf6\xb6\x52\xa9\x44\x08\x31\x4d\x0b\ \x30\x38\x31\x2b\x11\x8f\xc5\x4d\x8a\x94\xb0\x0d\x66\x99\x66\xa4\ \x17\x0d\x0e\x9b\x4b\x79\x93\x3c\x16\xab\x4e\x11\x6a\xaa\xa8\x65\ \x3a\x69\x9a\xb9\x2f\x3f\x0c\x23\x62\x1a\x36\x02\xc4\x39\x57\x12\ \x47\x61\x83\x82\x10\x11\x4f\x98\xa4\xb7\x3d\x4d\x84\xef\x55\x8a\ \x26\x86\xb6\x6c\x56\x29\x1d\x44\x1c\x01\x3b\x7a\x64\xf4\x87\xf7\ \x3f\x44\x70\x34\x3f\x37\xa1\xa4\x42\xa7\xe5\x0b\x08\x5a\xbb\xae\ \xeb\x36\x1a\xcd\xc2\x9c\xe6\x14\xee\x20\x08\xc2\x30\x6c\xb2\x3e\ \x17\x42\x81\x26\x18\xc3\x62\x15\xae\x70\x5d\xb7\x5a\xa9\x61\x8c\ \xfe\x4b\x7a\x33\x4d\x73\xe5\xbc\xd5\x17\xef\x7a\x86\x15\x43\xc8\ \x5f\x4c\x1d\x68\x50\x24\xc3\x13\x3f\x27\x08\x13\xd9\x98\x7f\x7a\ \xa2\xd6\xb7\x66\xd8\xc1\x27\x79\x79\x42\x19\xa3\x04\x21\x90\x42\ \xf0\xe7\xe2\x5a\x84\xb1\xf2\x8f\xee\x3b\x66\x75\xad\xee\x4a\x18\ \xa7\x30\x46\x75\x71\x9c\xfd\x8b\x4b\xa5\x51\xe9\xe9\x03\x53\xdd\ \xeb\xb7\x64\x8c\x9f\xf1\x13\x17\x0a\x85\x17\x7b\xa4\xc0\x62\xcf\ \xd5\xe2\x3c\xe3\xc5\x71\x4b\xcf\x78\x51\x04\xb0\x38\xd4\x0f\x63\ \x0d\xd0\x52\xa2\x2d\x9c\x3a\x28\x63\xa5\x03\x0f\x7c\xe2\x4b\x77\ \xa5\x73\x89\x27\x0e\x57\x3e\xf8\x6b\x97\xde\xf7\x8d\xbb\x56\xbd\ \xe2\xe6\xcd\x9d\xb6\x78\x56\x68\xf0\xa5\xcb\x8f\x4a\x20\xc5\x40\ \x26\x7c\x9e\x28\xd7\xbb\x32\x34\x95\xcc\x78\xf5\xd2\x53\x4f\x3d\ \x9e\x6b\x6b\x0f\xc3\xb0\x5e\x6f\x58\x36\x09\xfc\xc8\x60\xac\x52\ \x2a\x4b\x21\x0c\x93\x34\x4a\xf5\x7a\xdd\xb5\x63\x39\xdf\x77\x7f\ \x7c\xf7\x4f\xb4\x36\xba\x3b\xf3\x6d\x99\xa4\x4d\x48\x9c\x19\xbd\ \x9d\x5d\xa3\x47\x8e\x0a\x2e\x3c\x37\x54\x0a\xfb\xae\xcf\x28\x21\ \xcc\xb4\x19\x02\x19\x62\xcd\x11\x10\xa5\x15\x68\xd5\x70\xfd\x85\ \x85\x85\x73\xb7\x9d\x95\xcb\xb5\xbb\x91\x98\x9d\x2f\x30\xd3\xa6\ \x06\x93\x4a\xd9\x26\x53\x9e\x88\x3c\x77\xa1\x5c\xa1\x64\x3b\xc6\ \x34\x91\x48\x28\x90\x42\x72\xc6\x58\x22\xe6\x98\x18\x44\xc0\x0d\ \x8c\x6d\xcb\x24\x08\x90\x86\x66\x39\xae\x52\x5a\x29\xa9\x14\x5e\ \x62\x11\x2c\xb5\x3e\x29\x8f\x2a\xa5\x10\xc2\x42\x68\xa4\x29\xf7\ \x23\x0c\x42\x8a\x40\xf1\x4a\x47\x2e\x11\xf2\xa8\x34\x3f\xd7\x11\ \x5b\xd3\x11\xb3\xbe\xf5\xf4\xde\xde\xde\x3e\xe9\xd5\xb3\xe9\xe4\ \xcc\xc2\x9c\x56\x12\x63\xf5\xa3\x07\x77\x38\x0e\x7d\xf5\x4d\xd7\ \x77\x74\x76\x0b\xc1\x4f\x67\xb9\xd1\x7a\xd7\xee\x3d\x8d\x7a\xcd\ \x34\x2d\x42\x08\xc6\x48\x48\x89\x11\xb2\x6c\x9b\x12\x12\x46\x51\ \x14\x45\x7a\xa9\x4b\xa7\x79\xfc\x6e\xc3\xf5\x83\xe0\x14\xf5\x2e\ \xac\x30\x72\x7a\xb1\x02\x2c\x27\x4a\xfc\x17\x4d\xf5\x42\x65\xee\ \x58\x51\xc4\x07\x3a\xb3\x48\x2b\x58\xee\x12\x66\x46\x30\xb5\xeb\ \x6b\x5f\x39\xf0\xce\xff\xf9\x9b\x09\x2a\x9f\x51\xaa\x47\x19\x0b\ \x4a\x53\x7b\x47\xa7\x3d\x81\xb3\x1d\x3d\x7d\x5d\x6d\x0c\x2d\x59\ \x51\xac\x9c\x6a\x80\x99\xc1\xc7\xbe\xfb\xf5\x2f\xad\x7a\xfd\xef\ \xf5\xa7\xcd\x50\xe8\xa5\xa7\x5f\xdc\x29\x9c\x4a\x51\xee\xfc\xe8\ \xfe\x63\xd3\x25\x60\xb1\x9e\x81\xe1\xde\x7c\xf2\xa7\x27\x58\x5d\ \xda\xf5\x89\x4f\x7e\xf7\xed\x7f\xfe\x77\x3f\x73\x1e\x7d\x09\xaa\ \xa9\x95\x5e\xd9\x9b\xbc\xa8\x3b\x97\xa2\x43\x7a\xc9\x9c\x6b\xc5\ \xc5\xb3\xb8\xe5\x6d\xe9\xd1\x16\x4e\x6d\x41\x00\x35\x3b\x39\x9e\ \x3f\xfb\xe6\xff\x79\xdb\xf0\x3f\xfe\xdd\xb7\x6b\x81\x2c\x4f\x1d\ \x99\x6f\x04\x08\x39\x3f\x37\x3d\x0a\xa0\x81\x19\x0b\xbe\xea\xc6\ \xf6\xf8\x4c\x71\xed\xf0\x66\xaf\xe4\x0e\x0e\x0c\x32\x8a\x0e\x1d\ \x3e\xa2\x84\xf6\x3c\xdf\x72\x1c\x4c\x68\x3c\x91\x9c\x9d\x5a\xa0\ \x00\x1d\xed\x59\xb7\x5a\x65\x60\x4c\x1f\x9d\x78\x6a\xd7\x68\xe0\ \xc1\x70\x7f\xfb\xe6\xb5\x6b\x66\x27\x26\xce\x3b\xeb\x2c\x03\x63\ \xcd\x23\xbf\xe1\x8a\x48\x4a\x19\x22\x4c\xb1\x12\x10\x85\xc4\x42\ \x04\x44\xe0\xd6\x4c\x46\x5d\xdf\x5f\x28\x37\xca\x01\xa4\x73\x29\ \x3f\x08\x95\x26\xc9\x64\xf6\xd0\xee\xbd\x42\x21\xcb\xb0\x08\x63\ \x95\x52\x49\x89\xbe\x94\x63\xd7\xdc\x5a\xad\x54\xc5\x18\x27\x13\ \x89\x6c\x36\xdb\x74\xcc\x4f\xa7\xd3\xfd\x03\x7d\xa5\x99\x69\xd3\ \x34\x13\x8e\xcd\x0c\xb6\x4c\x15\x1a\xb4\x56\x5a\x29\xbc\xac\x47\ \x95\x46\x20\xf5\xca\xb0\xd2\x8a\x9a\x5e\x00\x00\x03\x53\x0a\x86\ \xc9\x58\x14\xd4\xa4\xf0\xfa\x7b\x53\x4e\x2a\x55\xab\x35\x74\x15\ \x0d\xb6\x67\x74\xad\x9a\x77\xec\xa8\x52\x31\x90\x3a\x77\xeb\xa6\ \x89\xb9\xb6\xc7\x9e\x7a\x4a\x68\xa0\xcc\xae\xfb\x7c\xcf\x81\xc9\ \x86\x17\xa4\xb2\x58\x9e\xd6\xa9\x27\xcc\xc4\xc4\xd0\x80\xb9\xd4\ \x20\x14\xc2\x48\x29\xa8\x56\x1b\x80\x10\xa5\x84\x11\x46\x09\x6d\ \x9a\x45\x34\x0f\xda\x32\x9c\xb8\x9d\x78\xa1\x94\xf5\x4b\x3e\xd2\ \x0c\x19\x0c\xf6\xdd\xf7\xf9\xff\xac\x9d\xfb\x57\xbf\xfe\x2a\x0b\ \x71\x11\xfa\x01\x07\xdb\xb1\x29\x46\xa0\xa4\x94\x4a\x44\x61\x88\ \x90\x69\x9b\x5a\x2c\xce\x41\xa5\x86\x31\xbf\xfb\x07\x1f\xf9\xfc\ \x5d\x32\xd1\x9e\x64\x12\x52\x43\x6f\x7a\xc7\x9b\x87\x1d\xe5\x79\ \x3e\xd7\xc4\x71\x4c\x25\xb8\x02\xcc\x28\x0a\x82\x10\xa2\x48\x48\ \xa5\x35\x20\x4c\x19\xe1\x9e\x17\x20\xc3\xb6\x19\xe2\x42\x9e\x02\ \x89\x06\x3f\xfa\xec\xdf\x7f\xe6\xbe\x63\xf9\x9e\x6e\xe5\xd5\x3a\ \xb6\xdc\xfc\x81\x77\x5d\x41\x01\x24\x0f\xb9\x42\x86\x61\x60\x04\ \x5a\x84\xa1\x22\x96\xb1\xfc\x89\xd6\x41\x10\x1a\x96\xb5\xbc\xbb\ \xe1\x61\xa0\x10\x33\x0d\xb2\x32\x7c\x2c\x85\x14\x3c\x0a\x23\x6c\ \x2e\xfe\xa2\x16\x9c\x73\xa1\x0c\xdb\x22\x00\x5a\x8a\x30\x8a\x34\ \x22\x86\x61\x20\x00\x8c\x35\x0f\x23\xa1\xb1\x6d\x19\xcd\xb7\x5c\ \xf0\x88\x2b\xb0\x2c\x13\xad\x78\x15\x89\xc8\x4b\x70\x2d\xa8\x25\ \x7f\x6c\xbd\x62\xa2\x9e\xd6\x27\xcc\xdd\x5b\x59\xc2\xb0\xf8\x51\ \x6d\xd1\x68\x0b\xa7\x1c\x07\xb3\x1c\x67\x7e\xdf\x83\x5f\xf9\xea\ \xa1\x91\x89\x23\xdf\xbc\xfd\x0b\x47\xaa\xc9\xf3\xb3\xc9\x93\x2e\ \x74\x2f\x11\x8f\x2a\x25\x93\x99\x36\x23\xd5\x3e\x5b\xac\x97\xa7\ \x0f\xae\xea\x4b\xaf\xeb\x6d\x2b\x4e\x1f\xed\xee\xe8\x8a\xc5\x13\ \x47\x47\xc6\x83\x30\xac\x37\x94\xc1\x0c\x2e\x24\x41\xc4\x31\x2c\ \x50\x90\x8c\xa5\x31\x66\xa5\xb9\x60\x55\xcf\x50\x3a\x99\xcd\xe5\ \x52\x69\xc7\x9e\xf2\xdd\x18\x63\xed\x99\x74\xa3\x5a\x0f\xfd\x08\ \x94\x0e\x39\x37\x2d\xa0\x5a\xe9\xc8\x2b\xcd\x94\xe3\xb6\xe1\x30\ \xd6\xd3\xd7\xe7\xa4\x52\x65\x37\x78\xf0\xc9\x03\x11\xe7\x0c\x91\ \xf9\x85\xe2\x13\x3b\xf7\x3c\xb5\xf7\xe9\x58\x2a\x13\x09\xc9\xa5\ \xf2\x7d\xbf\x5e\xa9\x0c\x77\xb6\x75\x27\x87\x9c\x64\x3a\x9d\x4a\ \x13\xca\x00\x81\x54\x12\x21\x30\x18\x33\x0d\x83\x20\x30\x18\x65\ \x8c\x52\x42\x31\xc5\xba\x99\x04\x55\x0a\x30\x68\xd0\x4a\x2e\xf2\ \xa8\x54\xd0\x1c\x9a\x82\x15\x52\x6a\xd1\xea\x68\xc9\xd1\x47\x83\ \x02\x8c\x2c\xac\xd8\xfc\xec\xcc\xc1\xfd\xbb\x8b\x8d\x42\x2d\xf4\ \x84\xc8\xc4\xec\xe4\x40\x3e\xb5\x65\x68\x40\x56\xcb\x85\x89\x71\ \xae\x54\x2c\x16\x0b\x64\x60\x5b\x0c\x61\xd0\x88\x7a\x1c\x0c\x96\ \x7c\xe8\xf1\x5d\x93\x53\x73\x03\x83\x43\x51\x14\x9d\xd6\xce\x1d\ \xc4\x71\xb3\x20\x84\x35\xa6\x94\x60\x4c\xb8\xe0\x3c\xe4\x21\x08\ \xac\x60\xb9\x06\x19\x21\x14\x71\xde\xd7\x27\x5e\x86\x0b\x0e\x61\ \xa6\xc9\x28\x61\x78\xea\x89\x7b\xbf\xf0\xf5\x1f\x55\x39\xb4\xad\ \x39\xff\x6d\xb7\xdd\x1c\x33\x8c\xb0\xb8\xef\x13\xff\xfc\xb7\xda\ \x0f\xfa\xcf\x79\xe5\x5b\x5f\x75\x41\x0c\x49\x89\xa8\xae\x1e\xf8\ \xd4\xe7\xbe\xd3\x7e\xd9\xaf\xfc\xda\x2b\xb7\x50\xc9\x3d\x3f\xb4\ \xad\xf0\xa9\x7b\xbe\xf1\xf5\x1f\xee\x8e\xc0\x58\x75\xde\x75\xb7\ \xde\xb8\x3d\x8e\xdc\xfb\xbf\xfe\xc5\xef\x3e\x3e\x19\x77\xf4\xe8\ \xac\xbf\xc5\x32\x50\x38\xf7\xed\xdb\x6f\x7f\x6c\xa4\x24\x69\xe6\ \xda\x5b\xdf\xf5\x8a\xde\xe2\xdf\xfc\xf5\xc7\x7b\x5e\xf9\x81\xb7\ \x6c\x6f\x0b\xa2\x93\x07\x1e\x27\x7f\xfc\xc5\x8f\x7d\x7f\xe2\xdd\ \x7f\xfd\x8f\x97\x0e\x25\x40\x71\x3f\xd4\x14\xfc\xef\xfe\xcb\x5f\ \x7d\x7d\xe7\x6c\xb2\x67\xf3\xaf\xbe\xff\xfd\xb1\x43\x5f\xfd\xb7\ \xaf\x3c\xdc\xe0\x72\xf5\x25\x6f\x7c\xcf\xad\x97\xa0\xf2\xa1\x4f\ \x7f\xe4\x13\x4f\xcf\x35\x50\x72\xf5\x3b\x7f\xeb\xbd\x67\xb6\x2d\ \x7c\xec\x2f\xff\xf6\xf1\x29\xc9\x44\xd4\x75\xfe\x1b\x3e\xf0\xf6\ \xab\xe2\x14\x00\x00\x31\x23\xaa\x1d\xf9\xb7\x3f\xf9\x9f\x56\xd8\ \xc8\x6f\xbd\xe9\xb7\xfe\xc7\x4d\x29\x56\xbf\xe3\xdf\xfe\xe5\xfe\ \x83\x13\xd2\xea\x7d\xd7\xef\xfc\xd6\xaa\x70\xef\x3f\xfd\xcb\xd7\ \x02\x06\x47\x0e\x1e\xde\x7a\xdb\xff\xfb\xd0\x75\xd1\xbf\xfc\xdf\ \x4f\x1f\x9b\xaf\x39\x03\x17\xff\xf6\x6f\xbe\xa5\x1b\xc6\x3e\xf7\ \xe1\x8f\x3d\x31\x52\x25\x6d\x9b\xde\xf7\xc1\x77\xaf\xb5\x8a\x9f\ \xfe\xab\xbf\x7c\x70\x2a\xc8\x6f\xb8\xac\x5c\x47\x8c\xbe\xb8\x57\ \xd0\x32\x71\x36\x43\xbb\xcd\xa0\x2e\x5b\x1a\x0e\xb8\xcc\xb5\x52\ \xca\x95\xbf\xd2\xa2\xd1\x16\x4e\x11\x42\xea\xf6\xc1\x33\x36\xf7\ \xcc\x8d\xcf\x06\xab\xd6\x0e\x29\x64\xbf\xfe\xb6\xab\xd7\x66\xe9\ \xca\x2b\xea\x25\xd7\xa3\x4a\x03\x21\xf1\x5c\xae\xb6\x30\xea\x47\ \xe2\xc1\x87\x76\xac\x79\xe3\x2b\xd3\xb9\x7c\xa5\x3c\x47\x29\x3b\ \x77\xdb\xb6\xc9\xd9\xe9\x62\x7d\xa1\xe1\xb9\x51\xa0\x2c\xdb\x8e\ \xc7\x12\xb6\xc1\x88\x46\x31\x2b\xee\xac\xc9\x8c\xb0\x19\xc1\x55\ \x69\x61\x3e\xf2\xea\x20\xf8\xf8\xd1\x23\x0f\x3f\x70\x3f\x0f\xa3\ \x30\x08\x3c\x2f\xf4\x43\x61\x19\x76\xdc\xc1\xdb\xb7\x9d\x9b\x49\ \xc5\xce\x38\x73\x53\xbe\xa7\xb3\xbb\xad\xcd\x8e\xa7\x66\x4b\xee\ \x5f\xfc\xbf\x7f\xf9\xfe\xbd\x0f\xd9\x09\xfa\xe4\xee\x3d\x43\x43\ \x43\xc9\x78\x7c\xa1\x58\x0e\xeb\x75\x1b\x41\x03\xa0\x3b\x9b\x7a\ \xc3\x8d\x57\xfb\x95\xe2\xa3\xbb\x0e\xe1\x28\x22\x5a\x25\x12\x49\ \xd3\x71\x34\x46\x7e\xe8\xcd\xcf\x4f\x1b\x06\x86\x40\x48\xa5\xa8\ \x41\x25\x26\xcd\x2c\xa8\xd4\x40\x30\xd1\xa0\x05\x92\x1a\xb4\x42\ \x08\x49\xbd\x18\x3a\x42\x5a\xd3\xe6\xf6\x78\x31\xce\xdb\x8c\x10\ \x12\x45\x1a\xb5\xda\x9e\xdd\x8f\x4d\x4c\x1c\x25\x36\x4e\x64\xe3\ \x61\xbd\xa8\x3c\x97\x44\xb4\x3d\x9d\x12\x11\x9f\x1c\x1b\xef\x1e\ \xe8\x01\x19\xb6\xb7\xe7\x02\x11\x6a\xa5\x39\x70\x93\x58\x80\x28\ \x61\x19\x84\x09\x9c\xee\x1c\xce\x48\xc8\xa6\xed\x90\x56\x5a\x69\ \x85\x00\x30\x26\x80\xa0\xd9\xe5\xc2\x30\x96\x42\x36\xa7\xdc\x34\ \x4d\x13\x3c\xe1\x97\x2a\x95\x97\x67\x45\x06\xa2\x86\x2e\x1d\xf8\ \xe2\x17\xbe\xd3\x75\xc3\xaf\xbf\x7b\xb3\xf1\xa5\x8f\x7c\xf8\x0b\ \x77\xaf\xfa\xd5\xb5\x84\xc4\xbb\x6e\xba\xed\x3d\x6b\xd5\xa1\x7f\ \xfe\xd7\x2f\xdf\x35\x34\xf0\x86\x73\x7a\x00\x68\xf1\xc0\x53\x45\ \xdd\xf6\xa6\xab\xcf\xb6\x74\x10\x01\x71\x92\x99\xc6\xc1\xef\x7d\ \xe1\xdb\xbb\xaf\x79\xf7\x6f\x9f\x6d\x8d\xfc\xf3\xbf\x7c\xe9\xbb\ \x43\x6b\xae\x41\x3f\xfe\xfa\x83\xb3\x6f\xf8\xed\x0f\x6c\xd4\xfb\ \xff\xe1\xc3\x5f\x03\x0c\xbb\xbf\xff\x1f\x3f\x9e\x48\xbd\xf7\xbd\ \xb7\x4d\xdf\xfd\x89\x2f\x7d\xee\x5b\x5b\x3e\xf4\x9a\x2b\xae\x7b\ \xa5\xd3\xeb\x3c\x77\x19\x93\x78\xe4\x27\x3b\xd3\xe7\xbc\xf1\xd2\ \xa1\x04\x00\x00\x66\xb6\x0d\x20\xe7\x76\xef\x9e\x3e\xf7\xf5\x7f\ \xf8\xe6\x8b\x3a\x70\xe9\x81\xff\xf5\xc9\xbb\x2f\x7e\xcf\xff\xdc\ \x1e\x3b\xfc\x67\x7f\xfc\x6f\xf7\x5e\xb8\x41\x7f\xfd\xa3\xbb\xd9\ \x45\xbf\xf7\x07\xe7\x3d\xf0\xef\x7f\xf6\xaf\x9f\x7b\xe0\x63\xef\ \xe9\x3c\x30\x5e\x7b\xd5\xef\xfe\xfd\x76\xb2\xeb\x4f\x3e\xf4\xe9\ \x1f\x9d\xbf\xed\xc6\x4d\x19\x00\xd0\x52\x60\x2b\xff\xaa\x5f\xff\ \xbd\x0b\x92\xb3\xff\xf4\x67\x7f\xf3\xa9\x55\x1b\x3f\x70\xcd\xaa\ \xeb\xde\xfa\x1b\x97\x04\x8d\xfb\x3e\xf3\xd7\x9f\xff\xea\x8f\xfe\ \xf6\xb7\x6e\xfa\x5f\x7f\xb7\xfd\xd8\x3d\x1f\xfd\xff\xe6\xf1\xb5\ \x17\xf7\x40\x8c\xbd\xe3\x7d\xbf\x1f\xb8\x93\x1f\xfb\xf3\xbf\xff\ \xee\xa3\x97\xfc\xea\x2b\x06\x5f\xf7\x3f\x7e\xf7\xfa\x46\xe5\xcb\ \x7f\xfb\x97\xff\xf1\xfd\x23\xff\xfb\x46\xb1\xeb\x60\xf0\x9a\x3f\ \xf8\xf3\x4b\x57\xc7\xfe\xf6\xef\xfe\x5e\x48\xcd\x5e\xcc\x5a\x63\ \xa5\xd4\xe2\x84\x20\x58\xd4\x99\x18\xe3\x87\x1f\x7e\xf8\xd0\xa1\ \x43\x96\x65\x69\xad\x85\x10\x57\x5f\x73\x75\x7b\x5b\xbb\x52\x52\ \x83\x6e\x96\x94\xb7\xe8\xa1\x85\x53\xbd\xc0\x38\x77\x3a\xd6\xbf\ \xf3\xb7\xb6\xd4\x0b\xb3\x0b\xd5\x28\x9d\xef\xcc\x38\xc4\xf7\x82\ \x93\x5e\x43\x2f\x99\x0f\x03\xae\xfb\xb5\xd9\xfa\x74\xc6\xc2\xc4\ \xb0\x46\xc6\x66\x3f\xf9\xd9\xaf\xbd\xe1\x75\x37\x64\x7b\x86\x0f\ \x1f\xdc\x1d\x4b\xc4\x07\xba\xf3\xb1\x2a\x9a\x2b\x16\x27\xeb\x05\ \xdb\x8c\x09\xa4\xfd\x46\x64\x2a\xb4\x77\xf7\x53\x95\x6a\x99\x4b\ \x69\x67\x32\xc7\x26\xe6\x73\xa9\x0c\x44\xdc\xb1\x9d\xc3\x87\x8f\ \xec\x3d\x78\x90\x9a\x4c\xd6\x1a\x29\xdb\xcc\x59\xe6\xf9\x9b\x86\ \xde\xf7\xfe\x5f\x65\x28\xd0\xba\x51\x2a\xcf\xfa\xb5\xca\xfc\x44\ \x70\x78\xac\x10\xc7\x42\x09\x10\x51\xb4\x50\x9a\xba\xfc\xf2\x0b\ \x23\x37\x68\x4c\x42\x87\xc5\xa6\x3d\xff\x95\x57\x5f\x70\xc5\xf6\ \x2d\x59\x7f\x76\x64\x7c\x5f\x3f\x16\x39\x4b\x66\x29\x2a\xc6\x52\ \x35\x21\x22\xc0\xc4\xc0\xf3\xf3\xd3\x19\xdb\x89\x5b\x29\x6c\xa5\ \x34\xb3\x09\x26\x24\x88\x82\x72\x35\xc6\x58\x22\xe1\x04\x8a\x07\ \x0c\x5c\x10\x21\x70\xd0\xc8\xc0\x4c\x23\x12\x29\xd0\x44\x23\x2c\ \x43\xe1\x22\xa4\x88\x26\x2a\x22\x8a\x6b\x43\xf9\xc5\xb9\x85\xf9\ \x85\x59\x42\xcd\x98\x61\x26\x91\x5d\x9a\x9f\x0f\x54\x8d\x1a\x71\ \xed\x38\xa3\x53\x13\xd2\xb1\xca\x6e\x1d\x79\xda\x75\x2b\xa9\x78\ \xfc\xd2\x33\x56\xcf\x57\xbc\xc9\xf9\x0a\xc2\xc2\x4e\x38\xcb\x76\ \xc9\xa7\x81\x50\x70\x2e\x05\x60\xd4\x2c\x32\x92\x52\x22\x84\x16\ \x0b\x5f\x11\x08\xa5\xa5\xd6\x94\xd2\x28\x92\x08\x21\x8c\x41\x0b\ \xcc\x41\xbe\x9c\x3e\x32\xcd\xbe\x60\x40\x08\x61\x4a\x2a\xa3\x47\ \xca\xba\xff\xb6\x8b\xb6\xe4\x93\xf8\x8a\x0b\x36\x7d\x7c\xd7\x91\ \xc6\xa0\x63\xc6\xda\x07\x7a\xbb\x7a\x12\xe9\x0b\x36\x7e\xfb\xf1\ \xd1\x19\xb9\xad\x0f\x30\x28\xa1\x08\xa2\x04\x2f\xa6\xde\x30\x85\ \xa9\xbd\x07\x8c\xee\xb3\x2f\x3b\x63\x20\x8e\xdb\x2f\x58\x7b\xcf\ \x13\xfb\xc7\xd7\xe3\xb1\xf4\xd0\x79\x17\xae\xef\x31\x6b\xd5\x6c\ \xca\xc6\xba\x71\xe8\xc8\x7c\xad\x58\xf8\xe6\xed\x9f\x8b\xbc\xb0\ \x23\x6d\x46\x10\x3f\xff\xd2\x2b\x79\xe4\x85\xe2\xb9\xd4\x92\x16\ \x4a\x51\xdb\x5c\x8c\xf0\x1e\xfd\xce\x9f\x7f\xf1\xf0\x7b\x7e\xef\ \x1d\xb6\x1d\xcb\xb5\x75\xa6\x12\xf1\x85\x5d\x7b\xc6\x4b\xc5\x27\ \xbf\xf3\x85\xbd\x8a\x3b\x7d\xbd\xc4\x9b\xd9\x39\x36\x5d\x88\x1e\ \xfb\xf4\xc7\x76\xf9\x0d\x3b\xdf\x6d\x03\x97\xa6\x19\xcb\xb6\x65\ \xf3\xb9\x73\xb7\x0e\x7d\x66\xae\x58\x06\xc8\x34\x77\xb7\x86\x9d\ \x5b\xb5\xba\xab\xdd\xea\xba\x6a\xfb\xea\xaf\xee\x19\x0f\xcf\xc5\ \x5f\xf9\xf8\x27\x0f\x56\xc1\x9b\x9e\x0f\xce\x08\x15\x00\x2d\x3c\ \xf9\xf1\x2f\xed\x7c\xdd\x6f\xfd\xd5\xb6\x0e\x7b\x6e\xcf\xbd\x9f\ \xb8\xfd\x4e\x9f\xd2\xf1\x42\xbd\x4f\x05\xb5\xb9\xdd\x9f\xf8\xc8\ \xed\x73\xd2\x28\x4c\x35\xfa\x3c\x1f\x90\xc9\x9c\x54\x5b\x3e\x9f\ \x8c\x83\x81\x5f\x74\x17\x26\xad\x94\x56\xcb\xe1\xa1\xe6\x10\x40\ \xda\xde\xde\x7e\xf7\xdd\x3f\x88\xc7\x13\xf5\x7a\x7d\x60\xa0\x3f\ \x99\x48\x48\x29\x56\x04\x7e\x5b\x3c\xda\xc2\xa9\x93\x16\x21\xaa\ \x7e\xef\x67\x3f\xf5\xf5\x47\x27\x1c\x87\x05\x11\xbd\xe8\x96\x77\ \xdc\x7c\xfe\x30\xe2\x5c\xff\x1c\x79\xd4\xf7\x1a\x0b\x73\x93\xd8\ \x34\x0c\x40\x98\x59\xbb\xf6\x1c\x2c\x95\x16\x6e\x7e\xed\x35\x9b\ \xcf\xd8\x36\x7e\x78\x5f\xe8\xd6\x31\x56\x99\x78\x3a\x4a\xab\x89\ \xc9\x19\x4e\x82\x76\x3b\xbd\x7a\x60\x35\x72\xfd\xa0\x5e\xed\xed\ \xea\x88\x77\x76\x1f\x99\xad\x15\xea\x5e\x77\x36\x17\x01\xed\xe9\ \xea\x35\x26\xa6\xfb\xba\x7a\xfa\x07\xc1\xab\x79\x97\x6d\xdf\x9e\ \xc6\x41\xf1\xe8\xa1\x44\xbb\x8d\x68\x88\x75\x30\x3d\x39\x27\x42\ \x14\xd4\x5d\xaa\x79\x5b\xc2\xb0\xb3\xc9\xba\x5f\xee\xef\x49\x9b\ \x9a\xf4\x25\xcd\xa0\x5c\xc9\x5c\xbc\xf5\xba\xcb\xce\x6f\x94\xa6\ \x46\x0e\xef\xae\x96\xe7\xb6\x9f\x77\x89\x87\x63\x59\xc7\x70\xaa\ \x9e\xeb\xca\x38\xb6\x4d\x64\x27\xd3\xdd\x66\x3c\x51\x8a\x74\x39\ \x24\xab\x70\x8a\x61\x94\xcf\x3a\xa1\x32\xe7\x8e\x1d\x96\x95\x8a\ \x19\x37\xcd\x18\x03\x06\x96\x89\x31\x61\x5a\x22\x01\xc4\xa0\x24\ \x54\x21\x50\xc0\x18\x2b\x29\x91\x06\xc6\x98\x96\xba\xcd\xc2\x33\ \x47\x8b\x83\xbd\x9d\x03\x83\x43\x32\x0a\xcb\xf3\xd3\x61\xb1\x10\ \x4f\x27\xbb\x07\xd7\xa4\xd3\x89\xbd\xbb\xe7\x81\x80\x90\xa2\x5a\ \x5e\x48\xc5\xed\x9e\x8e\xf6\x9e\xae\xcd\x0b\x95\x86\xf7\xe8\x93\ \xf5\x80\x5b\x26\x21\xa7\xe5\x67\xb4\x14\xce\x52\xcd\x42\xdc\xe6\ \xd7\xc5\x3c\x16\xe7\x4b\x03\x41\x09\x41\xd4\x8b\x7c\x00\x8d\x00\ \x63\x8c\x25\x28\xf5\x72\xf2\xa2\xd3\x4a\x02\x35\x18\xd1\x6e\xad\ \x02\x26\x71\x52\x49\xcc\x8b\x33\x95\x70\x28\x89\x67\xe7\x66\x69\ \x7a\x35\x43\x5c\x4a\x85\x30\x06\xb7\x3c\x3d\x53\xcf\x0c\xc5\x31\ \xd2\x9c\xcb\xdc\x9a\x75\x24\x7c\xf4\x81\xc7\xc7\xde\x7e\xe9\x00\ \xe6\x52\x4a\x1d\xcb\x24\x82\xea\x6c\x31\xd0\x71\x56\x9b\x29\x55\ \x9c\xc1\x64\x0a\x3b\xf5\xbd\x13\x85\x10\x7a\x30\x56\x4a\x4a\xcd\ \xe2\x16\xe9\x5c\x7b\xf1\x7b\xde\x77\x35\x8d\xb8\xd4\x0a\x20\xaa\ \xd7\x03\xc0\xe4\xb9\xeb\xa3\xd9\x59\x1b\x56\x7d\xf3\xab\xdf\x3e\ \xfc\xf6\x0b\xd6\x24\x11\x55\xb5\xa9\xe9\x99\x50\x23\x04\x5a\x4a\ \x0e\x00\x2c\x96\xb0\x33\x7d\x6f\xfa\xed\x3f\x39\x2b\xdd\xfc\x7b\ \x0a\xbb\x91\xb9\xee\x8a\xb7\xfe\xc9\x1b\xb6\x2c\x3e\x41\xf5\x31\ \xa5\xb5\x14\x1a\x80\x2b\x82\xc9\x72\x92\x50\x2b\xa9\xa4\xc6\x00\ \xe0\x8f\x4e\xce\x64\xb7\xb4\x1d\xbc\xf3\x0b\xf7\x4d\xf5\x7d\xf4\ \x9f\x7e\x7d\xec\x3b\x7f\xfb\xaf\xfb\x35\x03\xef\xcb\x1f\xfb\x64\ \xfa\xba\x5f\x7f\xdd\x59\xed\x00\xc1\x57\x3f\xfd\x99\xf2\x99\xbf\ \xf9\x77\x6f\xdf\xfa\x95\xbf\x7c\x5f\x4d\xba\x0f\xfe\xe7\x27\x0f\ \x26\xae\xff\xd7\x0f\xde\xf4\xd0\x3f\xfe\xde\x0f\x45\x04\x60\x82\ \x56\x52\x48\x00\xf2\x12\x5c\x3d\xaa\x49\xa4\x6a\xb1\x54\xa1\xd9\ \xcd\x35\x34\x34\x78\xfd\xf5\xd7\x7f\xed\x6b\x5f\xef\xee\xee\x7e\ \xf5\xab\x5f\x4d\x09\xe1\x9c\x63\x8c\x9b\x6a\x54\x29\xd5\xaa\x33\ \x6a\xe1\x14\x41\x0d\x3a\xbf\xeb\xfe\x6f\x3d\x51\x7b\xfd\x7b\x7f\ \xff\xac\x1e\x7b\x66\xe7\x9d\x1f\xff\xd6\x57\xd7\xad\xfa\xc0\xa6\ \x1c\xe1\x3f\xaf\x7a\x5d\x84\x30\x0f\x03\x22\xb9\x85\xcc\x6a\xb9\ \x42\x03\xd7\xb6\x62\x93\xd3\x73\x1f\xff\xc4\x17\x2f\xbf\x74\xfb\ \x45\xe7\x9e\xe9\xb9\x62\x7a\x7c\x2c\xe2\x41\xbe\xbb\x33\x69\x3b\ \x41\xad\x91\x6c\xef\xe0\xa1\xdb\x95\xcf\x53\x4c\x99\x65\x65\x06\ \xd6\x64\x47\x4b\x33\xe3\xd3\x38\x9e\x3d\x34\x3e\xbb\x61\xdb\xf9\ \x7d\xab\x37\x1c\x19\x3d\x96\x8c\xc5\x14\x61\x42\xe3\xfe\x81\x81\ \x72\xa5\x92\x59\xd7\x27\x45\x95\xe9\x48\x48\x44\x99\xdd\xdd\x93\ \xeb\x2d\xab\xae\xae\xf9\x6a\xe8\x59\x4c\x63\x55\x39\x7b\xdb\xf6\ \x75\x43\x37\x3c\x7c\xef\x8f\x32\x8e\xad\x19\x94\x7d\x6f\xbc\x50\ \x10\x5c\x06\x44\xcd\x96\xa7\xbb\xe8\x19\x8e\xe0\x8d\x89\xa9\x60\ \xa6\xca\x54\xac\x7f\xe8\xac\xd9\x28\x3c\x3c\x39\x83\x88\x61\x15\ \xa1\x33\x61\x35\x94\x4a\x9a\xb1\x8e\x6c\x06\x82\x2a\x78\xb5\xf2\ \x5c\xa5\x1a\xb8\x2c\xe1\xc4\x92\x99\x74\xba\x43\x82\x0e\x25\x4f\ \x1a\xa4\x1e\xd4\x1d\xaa\x22\x25\x65\xa4\x28\xa6\x08\xe3\x89\x23\ \x07\x6d\x82\x56\xaf\x5a\x65\x5a\x4e\xb5\x14\x4a\x93\xc8\x5c\x52\ \x29\x50\xa1\x8b\xb8\x47\x64\xd4\xd9\x96\x8d\x99\x8c\xc8\x90\x62\ \x70\x6b\xd5\x62\xb1\x1c\x2a\x1c\xb8\x0d\x21\x60\xed\xe6\xbe\x44\ \x3c\x7e\xda\x55\xfb\xc9\x64\x0a\x00\x35\x9b\x47\x9b\x55\xc4\x8b\ \xe9\x5b\x00\x8c\x31\xc1\x34\x11\x4f\xe6\xf3\xed\x08\x50\xa5\x5a\ \x2e\x95\x8a\x61\x18\x75\x76\x75\xea\x97\x07\x95\x12\xc3\x9a\x7a\ \xf4\xdb\x5f\x7d\xe4\x48\xc2\x14\x4f\xef\x53\xd7\xfe\xea\x70\x76\ \x38\x79\xc9\x99\xf7\x7f\xf9\xc3\xff\xb8\xab\x9b\xee\x3f\x22\x5f\ \xf5\xde\x73\xe2\xea\x31\x5e\x3e\xfc\x95\xcf\x7e\x82\x16\x0e\x1f\ \x43\x67\xbe\x77\xdb\x2a\x2d\x85\x96\x8a\xe5\xb7\xbe\xf5\x55\x4f\ \x7f\xec\xcb\xff\x34\xfd\xc4\xba\x9c\x29\x02\xd6\xfe\xca\x9b\xae\ \x39\xf3\xf1\x8f\x7d\xe4\xef\xff\xb1\xcf\x28\x1d\xf2\xfb\xff\xc7\ \xb9\xfd\xfd\xc6\x35\x6b\x1e\xfd\xf8\x3f\xfe\x9f\xff\xb7\x3e\x1f\ \x1d\x9a\x8b\xb6\x10\xe7\x82\x1b\xae\x78\xe0\xa3\xdf\xfe\xc7\x7f\ \x9d\xc8\x5b\xd0\x7f\xfe\xf5\x57\x0d\x79\x7f\xf3\x97\x1f\xe9\xb9\ \xe9\x83\xb7\x9d\xdf\xfe\x5c\xf9\xd1\x0d\xaf\x7c\xeb\x8d\x7b\xfe\ \xfc\xcf\x7f\xf7\x77\xce\x3c\x6b\x83\x9e\xda\x11\x91\x41\x9b\x68\ \xdf\xf5\x22\xa1\x01\x20\xbd\xe5\x86\xeb\x07\x77\x7c\xf4\x4f\xff\ \xf8\x8c\xb5\xed\x24\xb5\xe5\x1d\x6f\xbe\xec\x75\xaf\xbd\xea\x2f\ \x3e\xf5\x0f\x7f\x35\xbd\x2d\x8e\x8d\x8b\x6e\x7e\xf3\xb6\x1c\xf2\ \x3c\x57\x28\x00\xd0\xa1\xeb\x2a\xb1\xf8\x2a\xc8\xb0\x75\x7d\xec\ \xf6\x7f\xfd\x68\x5b\xfd\xc8\xae\xb9\xfe\xdf\xff\xc0\xa6\xf6\x83\ \x4f\xc7\xef\xba\xff\x73\x9f\xfd\x7c\x6d\xef\xd3\x6c\x68\xc3\x91\ \xc7\xbe\xf9\xc9\xef\x8d\x5e\xd3\x79\xe8\xf3\x9f\x3d\xd0\x77\xe6\ \x05\x1b\xcf\xda\xf0\xe4\x8e\x6f\x7f\x8e\xec\x7e\x62\x7f\xe1\xcc\ \x0b\x63\x03\x6b\x37\x87\x5f\xfd\xf1\x67\xbe\x50\x1d\xd9\x35\x69\ \x5c\x6e\x82\x12\x9e\xeb\x89\x97\xaa\xb5\x64\x71\xd4\xd0\x71\x82\ \x04\x00\xf0\x3d\x6f\xcb\xe6\xcd\xd3\x53\xd3\xab\x57\xaf\x8e\x39\ \x4e\x18\x86\xcd\x91\x47\x4d\xe3\xe8\x16\x37\xb4\xf0\x02\xb4\x1f\ \xe8\xc2\xec\x4c\x6a\xcd\xb6\xf3\x36\xf5\xb3\x88\x6f\xda\x7e\xe1\ \xc0\xdd\x4f\xcd\x94\xeb\x9b\xdb\x32\x3f\xb7\xb8\xae\x52\x2a\x6e\ \xdb\x1d\xa9\x38\xaf\xb9\x32\x8c\x90\x50\x1a\x30\x33\x9c\x6a\xa3\ \xf6\xcd\x6f\xff\xf8\xe0\xfe\x23\x17\x6f\x3f\x27\x91\xe8\x9a\x9f\ \x9b\xda\xbf\xef\x08\x20\x11\xd5\xab\x95\x54\xaa\x3d\x16\xf7\x42\ \xaf\x5a\x6f\x80\x1b\x1e\x2c\xee\xae\x44\xc8\xc7\x56\x8d\x93\x54\ \x2a\x5f\x97\xb8\x7b\xf5\x86\x03\x93\x53\xe3\x73\x85\x7a\xa1\x18\ \xba\x7e\xde\xbe\xd8\x24\x5e\x6c\x74\x3a\x93\x8f\x13\x2b\xd3\x3b\ \x6c\xbb\xd5\xb0\x58\x89\xac\x58\x52\x02\x99\x98\x2a\xdd\xfa\x96\ \x8b\xaf\xb8\xea\xd2\xd5\x83\x6b\x2c\x66\x17\xaa\xf3\x7b\x76\x8f\ \x63\x11\x55\x16\x66\x92\x8e\xd9\xd1\xd3\xf3\xd4\xde\xdd\x75\xae\ \xd7\x9f\xb1\x5d\xba\xd5\xca\xf8\x38\x09\x38\xe2\xe4\xf0\xb1\xd9\ \x83\xd5\xca\x3c\x21\x41\xad\x62\x7a\x63\x46\x6f\x67\xb6\xdd\xb9\ \xf7\xbe\xef\x55\xc7\x47\xd6\x76\x59\x09\x8b\x6a\xd0\x54\x43\xe1\ \xd8\xd8\x84\x96\x67\x9e\x77\x8e\x26\xe6\xec\x5c\xb1\xbb\xaf\x27\ \x61\x22\x29\x78\xc2\x60\x81\x16\xc2\xf3\x22\x5f\x13\xc1\x57\xf5\ \xf5\x49\x40\x85\x99\x19\xb7\x5e\xaa\x15\xe7\x29\x52\x86\x65\x77\ \xb7\xe7\xe3\xa6\x59\x9c\x9b\x16\x81\xcf\x95\xc8\xa5\x53\x8e\x65\ \x5a\x96\x99\x8f\x25\x99\x9d\x58\x28\xd7\xa6\xe6\x0a\xc5\xe9\xf1\ \xc0\x73\x4f\xa3\xb1\xa4\x59\xd0\x38\x3c\x34\xd4\x70\xdd\xe6\xcc\ \xed\xe5\x16\xcc\xe5\xa6\x4c\x1e\x89\xbf\xf9\xeb\xff\x7b\xfe\x05\ \xe7\x51\x03\x7f\xf6\xd3\x9f\xff\xc7\x7f\xfc\x07\x00\x94\xcd\x64\ \x5f\x26\x3c\xaa\x04\xcf\xac\x3a\xe3\x82\x80\x15\x5d\xb5\xed\xca\ \x37\x6d\x59\x9d\xf7\x43\x7d\xed\x5b\x7e\xad\xfb\x89\x27\x27\xca\ \x72\xfb\xf5\x67\x6f\xe8\x8f\xc9\xc6\x96\xdb\xde\x45\xc7\x66\x2b\ \x78\xf8\x86\xd7\x6e\x3d\xab\x2b\x89\xb9\x50\x00\xc0\xb9\xde\x74\ \xd5\x5b\xff\x68\xd5\xd3\x7b\x0e\x4d\xf9\x0a\x67\xba\x06\xb2\xc9\ \xde\x37\xbd\xfb\xdd\x8f\xed\xd8\x5d\x16\x9b\xae\x39\x67\x5b\x7f\ \x1a\x29\x3d\xf8\xce\xdf\x7c\xff\x93\x4f\xee\x29\x78\xfa\xcd\xef\ \xb8\x72\x63\x1b\x8d\xc5\x2e\xfb\xc0\x6f\xe6\x9f\x7c\x7a\xd4\xd7\ \x66\x77\xda\x96\xc4\xbe\xe6\xe6\xd7\x3b\xbd\xf1\xe7\xb3\x79\xa0\ \xf9\xb7\xfe\xd1\xff\x3d\xfb\x27\x8f\x1e\x9e\x29\xeb\x81\xd7\x5f\ \xb5\x76\x73\xde\x8c\xdd\xfc\xee\x77\xdb\x43\x71\x00\x00\xda\xfe\ \xb6\x0f\xfd\xe5\xc6\x07\x1f\x1e\x2b\x85\xd9\xfe\x6e\x0c\x30\x78\ \xe9\xdb\xfe\xa2\x63\xc3\xe3\xfb\xc7\x05\xcb\x76\x24\x0d\xb0\x56\ \xff\xca\x7b\xde\xdb\x93\x41\x00\xf1\x1b\xde\xf9\x3b\xa8\x7b\xc9\ \x1e\x2f\xbb\xf5\xfd\xbf\xfd\x81\x83\xa3\xb3\xda\xdc\xf0\xba\x0b\ \x2f\xec\x4f\x63\xd8\xfe\xfa\xdf\xb7\xfb\x77\x1d\x9e\xe9\xb9\xec\ \xcd\xaf\x3e\xfb\x9c\x1c\x9a\xfd\xfd\x3f\x7a\x5f\x24\x79\x18\x29\ \x8a\x9c\x8b\xdf\xf6\x9b\xd9\xa1\x07\x8f\xce\xbb\x57\xbf\xed\x03\ \x5b\xcf\x1e\xee\x49\x0d\xff\x41\xfc\xfe\xfd\x93\x95\x8e\x37\xfd\ \xfa\xe6\xb3\xd6\x82\x19\xfd\x8f\x0f\xfc\x6a\x6f\x3b\x7e\xc9\x96\ \x94\xe6\x58\xbd\x95\x3c\xda\x8c\xdf\x5e\x7d\xf5\x55\x5a\xeb\x20\ \x08\x9a\x57\x3b\x6a\x0e\x60\x50\xcd\x4d\x64\x8b\x20\x5a\x38\xd5\ \x8d\x5a\xae\x7f\xd3\x26\xc4\x40\x23\xc6\x08\x28\xfb\x8c\x0b\xaf\ \x1a\xee\xce\x1a\xa6\xa1\x75\xf0\x0c\x49\xfa\x12\xf1\xa8\x90\xb2\ \x2b\xdf\xb6\x75\xfd\xba\x83\x4f\x3e\xa5\x2d\x43\x21\x25\x85\xaa\ \xb9\xa1\xe5\x24\xb5\x16\x07\x8f\x4e\x17\xe6\x7f\x78\xee\x96\xcd\ \xc3\x43\x03\xd5\xc9\x70\xbe\x3c\x61\x13\x98\xab\x2e\xc8\x88\x47\ \xae\x14\x92\xd6\x6b\xfe\x03\xfb\x8f\xb9\xe9\xce\xb8\x15\x17\xd4\ \x0a\xb1\x15\x60\x2b\x93\x4f\x6f\xdc\x7a\xae\x01\x30\x75\xf4\xf0\ \xfd\xf7\xde\xf3\x15\x15\x6e\x5c\xdd\x7d\xa8\x58\x3b\xfb\xdc\x8d\ \x9c\xbb\x73\x53\xb3\x8d\xaa\xaf\xc1\xde\x7d\x78\xf2\xd0\xe4\x7c\ \xff\xba\xb5\xaf\x7b\xfb\xaf\xb9\x40\xbf\x79\xcf\x83\xb9\x78\x72\ \xae\xea\xb9\x91\x24\x82\x57\xeb\x7e\x7b\x36\x9b\xcb\xe6\x47\x76\ \xed\x2c\xd4\xfd\xd0\x73\xdd\x5a\x69\x66\x66\x34\x8c\x1a\xb1\xb8\ \x0d\x5a\xc6\x19\x59\xb3\x71\x63\xcd\x0d\xe8\x6c\x69\x6c\xf7\x0e\ \xb3\x3b\x31\xd4\x66\x12\x3b\x97\x36\xa4\x8e\xc2\xd9\xd9\x02\x17\ \xa4\x2d\x9e\x33\x52\x46\x9a\xaa\x64\x3a\xde\x93\x8c\x6b\x84\xfc\ \xc8\xf5\x42\x17\x47\x94\x97\xdd\x98\xdd\xd6\x9f\xef\x99\x46\x12\ \x19\x66\x32\x91\xd9\x7f\xf0\x48\x18\x34\x92\xb1\xa4\x0c\xdd\x4a\ \xcd\xed\x12\x3a\x16\x4b\xda\x96\xb3\x76\x68\x90\x62\x6d\x99\x86\ \xe2\x5c\x23\xc4\x6c\xc7\x8f\xe4\xe5\x17\x6e\x3f\x3a\x36\x79\xf0\ \xf0\x51\x25\xc4\x69\xd7\xec\x07\x61\xe8\x79\x7e\x73\x86\xde\xb2\ \x35\x84\x5e\xde\xcd\x4b\xdd\x68\x34\xc6\xc6\x47\xa2\x28\x1a\x1b\ \x1b\xe7\x9c\x4b\x29\xa5\x10\x2f\x97\x4f\x8b\x14\xc9\xce\xa1\x2b\ \xfa\xd6\x36\xd7\x61\xc9\xb9\xe7\xfb\x0a\x27\xce\xba\xe4\x9a\x73\ \x30\x88\x28\x0c\xa3\x10\xcc\xf4\xe6\xf3\x2e\x3f\x8b\x20\xd0\x2a\ \x0a\x43\xbe\xac\xb9\xb4\x8a\x38\x6a\x1b\x3e\xf3\xda\x75\xdb\x10\ \x80\x12\x3c\x08\x23\x70\x3a\x2f\xb9\x76\x00\x23\x15\x05\xcd\x47\ \x2a\x1c\xef\xba\xf8\xea\x7e\x8c\x90\x56\x22\x0c\xc2\x30\xe2\xc9\ \xde\x4d\xd7\x0e\x9f\x89\x40\xf3\x20\x08\x25\x6c\xdd\x7e\x91\xe6\ \x41\x28\x9f\xbf\x9a\xd4\xde\xb8\xfd\x8a\x8d\x2b\xee\xaf\x3f\xe7\ \x9c\x15\xa1\xdf\xf4\x39\x57\xdc\xb0\xe2\x3e\x74\xae\x3b\xf7\xc6\ \x75\xe7\x2e\xdd\x4b\x6f\x3d\xa7\x79\xdb\x58\x7d\xd6\xf9\x2b\xb6\ \xdc\xb1\x75\x5b\x2f\x5a\xb7\xf5\x04\x7d\x3e\x74\xc6\x85\x43\x67\ \x2c\xdf\xcd\x5e\xdb\xbd\xf2\x35\xe1\xac\x4b\xae\x3b\x6b\xa5\x50\ \xde\x7e\xd5\x86\xed\xc7\x8f\x70\xeb\xf9\x8b\xcf\xe5\xfb\xfe\x8b\ \x1f\x8d\x57\xfa\x44\x20\x84\x9a\xca\x53\x29\x09\xd0\x74\x5f\x40\ \x8b\x66\x0c\x4b\xea\xb5\x45\x0f\x2d\x9c\x22\xa4\x54\xc9\xce\xa1\ \x81\xca\xc8\x93\x0f\x3f\xc8\x28\x56\x52\x5a\x99\xd4\xf4\x81\x27\ \x26\x34\x6a\xef\x5f\x33\xd0\xe6\xac\x2c\x5b\x7b\xe9\xe6\xbd\xd4\ \xab\xd5\x83\x7b\x76\x79\xe5\x72\xd2\xb1\x23\x04\xae\x27\xe2\xa9\ \x8c\x1b\xba\x61\xa0\x08\x8d\x95\x2b\xfc\xc7\x8f\x3c\x39\x3a\x37\ \x9b\xed\x4a\xd2\x64\x56\x48\x17\x25\x12\x0d\xa1\x0a\xd5\x6a\xb5\ \x16\x4d\x4c\x95\x22\x62\x21\x4a\xbd\x30\xb2\x12\x29\x09\x50\x71\ \xbd\x74\x67\x47\x7b\x6f\xff\x60\x67\x7e\xfd\xf0\xf0\x81\x9d\xbb\ \xf7\x1c\x1e\xdd\x7f\xe4\x68\x43\x83\xfc\xdc\xb7\x54\x73\x26\x35\ \x00\x01\xa8\x02\xf4\xf7\x0c\xbd\xe7\x83\xff\x5b\xa5\x56\x8d\xcd\ \xcc\x4c\x56\x29\x50\x2b\xd6\xbe\x0a\x94\xe5\x2e\x4c\xc7\xe2\x6d\ \xa5\x62\xbd\x51\x39\x10\x45\x14\xa9\xb8\xef\x29\xae\x44\xc9\x2b\ \x82\xa3\x29\x52\x03\xdd\xa9\x7e\x9c\xe9\x6a\x8f\x4d\x78\x05\x88\ \x07\x46\xcc\xec\xcb\xea\x81\x5c\x07\xaf\x01\x8a\xdc\x99\x29\xbf\ \xa7\xbb\x43\x28\x67\x7a\xa1\xee\x2e\x14\xa3\xa0\x90\x4a\xb7\x1b\ \x46\x4c\x03\x0a\x22\x4f\x61\xd5\xdb\xd7\x17\x2a\x19\x95\x8b\xe5\ \x50\xd7\xdc\xa0\xe4\x97\xbc\x68\x4a\x68\x1c\x71\x54\x15\xbe\x41\ \xb0\x61\x27\x9c\x54\x46\x61\x73\x62\x72\xc6\x16\x65\x46\x89\x8b\ \x51\x14\x46\xd4\x30\x48\xc3\x2b\xd7\x1b\x41\x24\x63\xc9\xcc\x19\ \x1b\xd6\xc5\x1d\xe7\x34\xe2\xba\x4d\xd6\xac\x54\x2a\xb5\x5a\x6d\ \x79\xe4\xf8\xa2\x0c\xe5\xbc\xd9\x24\xa0\xa4\xfe\xd0\x87\x3e\x44\ \x28\x0e\xfc\xa0\xe1\x36\x94\x12\x41\x10\x54\xeb\xf5\x97\x49\xbd\ \xae\x65\x59\x77\x7e\xef\x7b\x7b\xf6\xee\x31\x0d\x53\x6b\x6d\x18\ \xc6\xdb\xde\x76\x1b\x63\x28\xf4\xbd\x70\xe9\x2c\x82\x96\x61\xb0\ \x7c\xf7\x99\xeb\xb9\x88\x42\x11\xad\xf8\xa1\x14\xbe\x77\xc2\x2e\ \x44\x4b\xee\x7b\xc7\x3d\x34\x10\x80\xe4\xa1\xc7\xc3\xe5\xbb\x61\ \xe0\xc3\x49\x13\x77\xbf\xb4\xe6\xba\xb7\xbd\xe3\x9d\xd4\x30\x5e\ \xd4\x97\x50\x5a\x6b\xd0\xcd\xaf\x4b\x03\x6c\x75\xd3\x60\x77\xc9\ \xdd\x62\x69\x3a\x1f\x02\x8d\x90\xef\xfb\x18\xe3\x56\xa1\x51\x0b\ \xa7\xca\x59\x04\xfb\x95\xc9\xfb\xef\xbe\xbb\xa1\x83\x43\x07\xc6\ \xdb\x86\xd7\xb7\xd9\x10\x09\xc1\x25\x39\xeb\x9a\xb6\xe1\x8e\x78\ \x73\xbb\xf6\x92\xf2\x28\xc2\x88\x07\x41\x71\x76\x1a\xfc\x30\x9e\ \x48\x1b\x8c\x46\x86\xc1\x25\x47\x84\x21\x2c\x04\xe7\x18\x98\xcb\ \xa3\xfd\x23\x13\x4e\xd5\xca\xe4\xec\x44\x9c\xe2\x9a\xdf\x97\xeb\ \x60\x19\x1c\x85\x45\x48\xd8\x2a\xd2\x96\x81\x7b\x3b\xfb\x36\x6f\ \xde\xb0\x63\xc7\x63\xc7\x46\x47\x9c\x54\x42\x08\xaf\x5a\xad\x50\ \xc5\xb3\xb9\x8c\x41\xa9\x1b\xfa\x58\xf3\x00\x71\xdf\x8b\x54\x24\ \x40\x01\x20\x4a\x34\xd4\x7c\x11\x61\xa7\x24\xb2\x38\x9d\x58\x75\ \xd6\x40\x8a\xa1\x90\x5b\x9e\xab\xcb\x13\x85\x20\x20\x58\x28\xa2\ \x39\xa1\x49\x44\x9d\xc7\x9e\x3a\x58\x09\xea\x9d\xfd\x5d\x81\x76\ \x25\x12\x71\x1a\x22\xb7\x51\x78\x64\x6f\x52\x8b\xae\xde\x3c\xa5\ \xd2\x82\x46\x57\xaa\x13\xc7\xd3\x95\xb2\x54\xba\x1d\x68\x6a\x7c\ \xa6\xe1\x43\xad\xbb\xb3\x23\x1d\x57\xb5\xaa\x37\x3d\xb3\x40\x09\ \xd5\x48\x31\xdb\x30\xb1\x8a\x19\x64\xae\x5c\x2d\x2c\x94\x27\x5d\ \x3e\x36\x5f\x0a\x05\x74\x74\xf7\x48\xad\xc3\x20\xb4\x28\x52\x58\ \xc6\xd3\xd9\x42\xa5\xbc\x50\x2a\xb5\x5b\x91\xeb\x8b\x28\x0c\x4d\ \xd3\x94\x9e\x9f\x48\x26\xd2\xd9\x5c\x18\xf1\x58\x22\x71\xd1\x85\ \x17\x77\x76\x76\x9c\x9e\x9f\x11\x00\x50\x4a\x9b\xd5\xb9\xcb\x46\ \xb5\x94\x52\xce\x79\x3c\x1e\xc7\x18\x53\xc2\x94\xd0\x4a\xcb\x58\ \x3c\x16\x4f\xc4\x30\x46\x8d\x46\xa3\xab\xf3\xe5\x92\x1f\x8d\xa2\ \xe8\xbc\xf3\xce\x3d\xe3\x8c\x2d\xcb\x81\xee\x66\x22\xf9\xe7\x79\ \x4c\x5a\x19\x99\x7c\x3d\x8a\xa2\x7d\x3f\x31\x86\x36\xc2\x2f\xa1\ \x8a\xda\xb8\x66\x00\xbc\xea\x8b\xcb\xa3\x3c\x62\x86\xc9\x96\xfa\ \xcb\x00\x40\x23\x8d\x34\x00\xa0\xe6\x9c\xdb\xe5\xa9\x4c\x4a\xeb\ \xe2\xc2\xc2\xc2\xfc\xdc\xfa\x8d\x1b\xa5\x90\xd0\x42\x0b\xa7\xa2\ \x47\xb9\x48\xf6\x6c\xfd\x9d\x3f\xda\x78\xff\x57\x3f\x35\x79\x6c\ \x2a\xd1\xbb\xf9\x57\xde\x76\x63\x1b\x93\x91\x50\x08\xe1\x67\xb8\ \xec\xbe\x74\x75\x46\x51\x14\x46\x81\xcb\xa4\xf6\xbc\x3a\xc1\x14\ \x11\x04\x1a\x98\x69\x12\x4c\x25\xe6\x1a\x47\x91\x42\x1c\x78\xb5\ \x16\xfa\x82\x27\x5d\xd3\xb7\x84\x57\x99\xcd\xe7\x72\x1b\xce\xdc\ \x9a\x2b\x57\xca\x75\x6f\x6a\xa6\xa2\xa3\x06\x51\xa1\x49\x35\x06\ \x59\x2c\xce\x52\x0a\x0b\xd2\x37\x05\xb7\x2d\x4a\x51\x1a\x79\xa6\ \x8a\x3c\x8d\x15\x80\x17\x28\x8f\x01\x03\x4d\x08\x35\x1a\xb5\xea\ \xa1\x43\x47\xbb\xb7\x5c\xcc\x65\xa8\x19\x0f\xb1\xec\x1c\xda\x6c\ \xb0\xc4\xa1\x23\x13\x13\x8d\x99\x18\x8d\xf7\x76\xb4\xc7\x12\x9d\ \x7e\x20\xe7\x6b\xe1\xde\xfd\xfb\xa8\x09\x6e\xbd\xca\x28\x9d\x3c\ \xbc\xaf\x37\x66\x0f\xc4\x50\x57\x2e\xd3\xb3\xbe\x67\x61\x61\xc6\ \x2d\x57\x66\x26\x8e\x89\x28\xa0\xd4\xe0\x42\x2f\x94\x16\xa6\x8b\ \x8d\x10\x04\x07\x55\xa9\x36\x78\xa4\x2c\xcb\xe6\x61\xe8\x79\x61\ \xce\x41\x85\xf9\xf9\x64\xa6\x4d\x88\x40\x28\xdd\x9e\x6f\x4b\x75\ \x75\x17\x4a\xf5\xc9\xe9\x19\xb7\x5e\x26\x8a\xb7\xe7\x92\x7e\xc0\ \x4d\x83\x16\x0b\xf3\xb1\xb8\xd3\x96\xcb\x4a\x29\x94\xd6\x94\xb2\ \x6a\xb5\x2a\x10\xad\x7a\xae\x65\xd9\xae\xef\x7f\xf1\xf6\x2f\xbc\ \x6b\x60\xf5\xf0\xfa\x4d\x51\x18\xbe\xb0\x05\x59\x6b\x00\x68\xce\ \x48\x59\xe6\xd1\x26\xad\x36\x3d\xdf\x11\x46\x08\x10\x21\x98\x62\ \x82\x31\x06\xd0\x08\x01\x63\xec\xc5\x33\xf9\xfb\x45\x83\xd6\x3a\ \x1e\x8f\x27\x12\x89\xe3\x0b\xf4\xcf\xdb\x85\x55\x0b\x61\xe5\x7b\ \xd4\xd5\x6f\x99\xfa\xd6\x27\x10\x0f\x50\x6b\xe4\xcb\xb3\xd7\x13\ \x25\xea\x43\x97\xec\xc0\x14\x6b\x09\xb0\xd4\xcf\x82\x4e\xd2\xd8\ \x82\x10\x28\xad\x11\x82\xc1\xe1\xe1\x58\x2c\x7e\xd2\x26\xfa\x16\ \x5a\x38\xc9\x35\x46\x88\xf6\x0b\x77\x7c\xea\x13\xf7\x8c\x26\xde\ \xfb\xe7\x7f\x3d\xfb\xc3\x2f\x7c\xf8\xdf\xbf\xf5\xfe\x5f\xbb\x39\ \x67\x28\xf9\xac\x86\x86\x97\xce\x5f\x57\x49\x21\x45\xc4\x10\x09\ \x79\x40\x30\x91\x08\x09\x25\x10\x65\xa6\x61\x60\x44\x81\x32\x2f\ \x42\x48\xe0\x50\x93\xc8\x57\x75\x21\x23\x70\x43\x43\x84\x0d\x51\ \xab\x47\xa1\xe6\x96\xe3\x74\x65\xec\xb5\xab\x7a\x6c\x2a\xd6\x0c\ \xf4\x58\xc9\x24\x02\xc1\x30\x11\x51\x80\xa3\x50\xcb\xc8\xc0\x24\ \x66\x90\x80\x83\xd2\x0a\x18\xd5\x94\xa6\x63\x09\x1e\x48\x6c\x5a\ \x46\x84\x26\x8f\x1e\x54\x61\xa0\x85\xd2\x18\x05\x42\x3b\x76\xdc\ \xca\xf7\x6c\xbb\xe6\x26\xa7\x6b\xe0\xd8\xa1\x43\xe9\xcd\x67\xac\ \xdb\x78\x26\xf7\x7d\x4b\x36\x8a\x95\x05\x19\xd4\x62\x8a\x51\xc5\ \xa2\x86\xff\xe8\xd3\x07\xb6\xad\x6a\x8f\x39\x1d\xe5\xbd\xbb\xba\ \xba\x3a\x7a\xfa\x06\x23\xb7\x51\x98\x9f\x2b\x96\xbc\x62\xd5\xf5\ \x24\x26\x0c\xf9\x41\xb5\x58\x11\x36\x52\x85\x05\xb7\x51\x6d\x88\ \x48\x29\x04\x89\x5c\x07\x35\x28\x35\x59\xf7\x40\x4f\xb1\xe2\xd3\ \x44\xa6\x50\x0f\x1a\x54\x26\x6c\x1c\xd6\x02\xbf\x11\x16\x23\x4f\ \x6b\x68\x4b\x5b\x85\x99\x91\xc3\x87\xf7\x79\x95\x94\x88\xc2\x9e\ \xfe\xfe\x5c\x22\x99\x36\x4c\xa1\x74\xb5\x5a\x99\x2f\x16\x6c\xc7\ \x21\x26\xb3\x2c\xfb\xb4\x35\x52\xd3\xa5\x68\x39\xae\xbb\x6c\xf8\ \xae\xb5\xd6\xb2\xb9\x73\x27\xcd\x6e\x76\x8c\x11\xc6\x88\x52\xfa\ \xb2\x32\x61\xd0\x27\xce\x0c\xf9\xc5\xe0\x09\x95\x38\xe3\x92\xf8\ \xda\xb3\x55\xe8\xb7\x3a\x35\x4e\xf6\x9e\xc1\xf9\xa6\x1d\x72\x71\ \x6a\x2d\xa1\xc8\x30\x0c\xc6\x58\x8b\x44\x5b\x38\x75\x10\x8c\xe6\ \x26\x0f\x1e\x6e\xf4\xbe\xff\xf7\x6e\x5d\x9f\x8f\xe9\x37\xbf\xcb\ \xb8\xe7\xa9\x7a\xc3\xcb\x66\xcc\x67\xaf\x16\x2f\x21\x8f\x6a\xa5\ \xb5\x42\x98\x34\x7b\xde\xa3\x28\x8a\x94\xa0\x00\x18\x53\x0c\x80\ \x01\xe9\x48\x28\x29\x00\x10\x20\xa6\x04\x62\xa6\xe1\x50\xa7\x32\ \x5f\x16\x5c\xa6\xf2\x49\xe9\xd7\xa9\x12\x3d\xb9\xe4\xfa\xe1\xbe\ \x7c\x2e\xeb\x0a\x09\x94\xc6\x93\x4e\xca\x31\x91\xdb\xd8\xfd\x08\ \x09\x6a\xae\x09\x98\x41\x14\x46\x81\x49\xa8\xe3\x98\x16\x06\xc9\ \xc0\xe7\x2e\x11\x91\xf6\xaa\x86\xf4\x28\x21\x00\x9a\x03\x6f\x44\ \x4a\x99\x66\xbc\x7f\xa8\xdf\x4c\xc4\x07\x37\xc6\xd2\x69\x37\x9d\ \x4b\xe5\x71\xd2\x2f\xaf\x5d\xb5\x2e\x89\x64\x1b\x4d\x06\x5c\x38\ \x66\xa6\x1e\x1c\x9e\xe7\xbc\x7e\x6c\xf2\x9c\xad\x9b\x9d\x74\xbb\ \x08\x05\x31\x98\x61\x29\xe2\x97\x6d\x9b\x86\xae\x57\xaf\x2c\x20\ \xcd\xd7\xae\x5b\x3d\xd0\xd3\x3b\x3b\x39\xbb\xff\xe9\xc3\x5e\x23\ \x32\x1d\x8d\x18\x6b\x04\x9e\xac\x55\x14\xb6\xf7\xec\x3b\x84\x28\ \x18\x4e\x82\x0b\x20\xd2\x5b\x3d\xd8\xd9\x9e\x8a\xfb\xf5\xba\xef\ \xf3\xb5\x03\x9d\x53\xc5\xda\xda\x55\x83\x52\x86\x01\xc1\x95\x46\ \xa3\x1e\x44\x8d\x86\x6b\x98\x06\x46\xc8\x76\x9c\x5a\xa3\xde\x68\ \xd4\xc3\x30\x38\x6d\x6e\x23\xe4\x84\xb8\xee\xf2\x20\x6c\x58\x74\ \xf7\x86\x66\x9f\x6b\xb3\x56\x43\xeb\xc5\x39\x53\xad\x0f\xd2\xcf\ \x97\x28\x14\x0f\x81\x32\x44\x8d\xd6\xb9\x78\xae\x53\x64\x9f\xf2\ \x18\x5a\xad\xa1\x45\xa2\x2d\xbc\x20\x08\x2e\xd2\x03\xe7\xbc\xef\ \x37\x2f\x36\xb0\xf2\x3d\x17\x50\xe6\xd2\xeb\xae\x14\xe2\xe4\x73\ \x0f\x5f\x3a\x1e\xc5\x80\x4c\xc2\x18\x63\x58\x69\x84\x90\x46\x8a\ \x62\xd0\x52\x44\x9c\x4b\x05\x04\x10\x10\x40\x0a\x40\x29\x90\x5a\ \x61\x1c\x68\x5e\xc3\xa1\x13\x4b\x07\x4a\x78\x73\xd5\x5c\x2e\x99\ \x76\x9c\xc9\x99\xe9\xa1\x35\x9b\xe2\x99\x0c\x0a\x94\x00\xc8\x64\ \xb2\xd9\x44\xcc\x45\x0b\x8d\x48\xd6\xaa\x0d\x4a\x88\xf2\x3c\xaa\ \x05\x33\x11\x60\xc4\x35\x97\x84\x4a\x04\x0a\x30\x10\x30\x08\x84\ \x42\x04\x61\x48\x0d\x06\x84\x71\xc5\x31\xb5\x12\x99\xac\x19\x4b\ \x21\x44\x84\x44\x45\x37\xc0\x96\x93\x1e\x5a\x37\xbb\x77\xf7\x7c\ \xb5\x1e\x4b\xc5\x39\x0f\xd7\xf4\xf4\xae\xed\xef\xaf\x37\x0a\xe9\ \x44\xa6\x56\xa8\x53\x8d\xf2\xd9\xf6\x44\x6f\xda\x71\x4a\x7e\xe8\ \xb3\x85\xb9\x23\xa3\x73\xf5\x2a\x9f\x1b\x1f\x8b\x16\x16\x02\x2f\ \xb4\x88\x44\x71\xa5\xb4\xe8\xee\x1e\xee\xe8\xed\xac\xb9\xee\xae\ \xa7\x0f\x85\x41\xd9\xb1\xa9\x85\x68\x32\x19\xeb\xb0\x8d\x94\x0d\ \x09\x47\x1a\x3d\xbd\x91\x91\xd8\x7b\xf0\x69\x2e\xf9\xe6\xcd\xab\ \x76\x1e\x18\xc3\xc8\xae\x35\x82\x75\x6b\x06\x37\x6e\x48\xbb\x7e\ \xcd\xb4\x6d\x85\xc8\x5d\xf7\xde\x9f\x48\xf5\x00\x35\x4f\x3f\x4f\ \x66\x98\xc4\xe0\x14\x10\x46\x98\x10\x44\x0d\x03\x33\x22\xb4\x06\ \x4a\x95\x10\x48\x21\x42\xa8\x06\x0d\x18\x69\x84\x80\x20\x05\x20\ \x5b\x95\x8d\xbf\x18\x4a\xb9\x65\xc1\xf3\xbc\xa2\xb4\x85\x16\x5e\ \x44\x50\xca\x10\x92\x52\x2f\x0e\xca\x54\x4a\x63\x4c\x9a\x35\xe1\ \x3f\x27\x1e\x45\x48\x49\x25\x23\x2e\x09\x16\x52\x31\xc3\xc0\x18\ \x45\x01\x6f\xce\xea\x0a\xa5\xd4\x4a\x03\x01\x8c\x08\x93\xaa\x19\ \x60\x14\x20\x1b\x20\xa8\x11\x33\xad\x84\x8a\xa2\x89\x99\x6a\xc5\ \x86\x4c\xd7\x2a\xce\x6c\xa5\x29\xb3\x0c\x88\xb8\x5b\x8b\x74\xa8\ \x18\x18\xc9\x7c\x6f\xc5\xd5\x51\xc8\xa9\x89\x1c\xaa\x14\xa8\x88\ \x30\x6d\xc6\xb1\xe1\x60\x82\x91\xd7\xd8\xb4\xf5\xbc\xb1\xc9\x99\ \x54\xb6\x8d\x10\x86\x81\x46\x21\x27\x80\x30\x46\x49\xc3\xf4\xa4\ \xaf\x04\x27\x40\x25\x66\x25\xad\xec\xa1\xb5\xd5\x83\x47\x46\xfd\ \x46\x7f\xde\x0a\xa2\x4a\xbf\x63\xd8\x6e\x70\xe6\x59\xdb\x56\x0d\ \xf6\xee\x79\x6a\xe7\x42\xb1\x3c\x71\xf0\x88\xeb\xfb\x21\x17\x95\ \x7a\x5d\x62\x15\x06\x51\x32\x6e\xad\xed\x1f\xe8\x70\x2c\xd7\xf7\ \x39\xc6\xc4\xb4\x4a\xf5\x46\xa1\x5a\x69\xf8\xa1\x93\x70\xb6\x9e\ \xb1\xde\x22\x32\xf0\xdc\x6d\xe7\x9d\x9d\x49\x67\x68\x58\x9d\x3d\ \xf0\x44\xdd\x9d\x57\xf1\xd8\xd3\xa3\xe5\x2f\xde\x79\xdf\x2b\xce\ \x3f\x63\x70\x78\xb0\x5a\x59\x90\x01\x4b\x18\xc9\xa8\xec\x8f\x2f\ \x14\x39\xf2\xd7\x9c\xb5\x65\x6c\xa1\x0e\xa9\xbe\x91\x2a\xaa\xb9\ \xe2\x74\x25\x22\xd2\x06\xc3\x86\x61\x00\x31\x00\x03\x06\x89\x90\ \x42\x98\x13\x84\x08\x06\x81\x28\xc2\x80\x08\x80\x6a\xc6\x32\x80\ \x12\x62\x50\xfa\x62\x4e\x60\x6e\xa1\x85\x16\x5a\xf8\x65\xd8\xa8\ \x21\x46\x49\xe8\xd5\x5d\xff\xb8\x17\x20\x66\xa6\x63\x99\xe8\xc4\ \x5d\x1c\x7d\x29\x8f\x4a\x4a\x21\x05\x5d\xe2\xf6\xe6\x78\xce\xc5\ \xb1\xd8\x0a\x29\x8c\xc8\x12\xe7\x22\x42\xb0\x10\xd2\x30\x0c\xc3\ \x34\x01\x21\xca\x58\x8c\xa6\x6b\xb5\x62\xc4\x75\xc2\x89\x79\x75\ \xd7\x20\x48\x53\xe5\xd7\xcb\x32\x32\x3a\x3a\xf3\x67\x9f\x79\x56\ \xa1\x16\x84\x42\x13\x15\x06\x8d\x4a\xc3\xf5\x15\x98\x99\x78\xc7\ \xfa\x4d\x67\xb8\x9e\x77\x70\xff\xbe\x9e\xee\x61\x93\x19\x5a\x0a\ \xdf\x17\x18\x13\xc3\x34\x34\x10\xa5\x41\x03\xc2\xd4\xc0\x44\x6b\ \x0e\x88\x02\x57\x81\x43\x8d\x5c\xae\x8d\x62\xc6\x98\x91\xca\xa6\ \x8d\x90\x13\xdb\x3a\x34\x36\xaa\x14\x1f\x5e\x3d\x5c\x4c\xce\x8f\ \x1c\x39\xea\x58\x04\x81\xec\xeb\xe9\xf0\xb8\x28\xd6\xdd\x4a\x23\ \x3c\x3a\x3a\x29\xb2\x89\x74\x26\x67\x58\x96\x2f\x64\xc3\x0f\x95\ \x26\x9d\xdd\xbd\xf9\xce\x36\x3f\x70\x6d\xcb\x8e\xdc\xe0\xe9\x3d\ \xfb\x31\x35\x93\x54\x76\x27\xd2\x3a\x24\x1a\xd9\x94\x22\x13\x1b\ \x09\xd3\xec\x75\xc8\x39\x9d\x78\xdf\xee\x51\xc5\xc9\xdc\xbc\x61\ \x25\x9c\x5c\x7f\xd7\xe1\xa7\x77\xad\x3f\xf7\x0a\x92\xe8\x7b\xe4\ \xa9\x63\xcc\x30\x4e\x3b\x85\x47\xb5\xe6\x4a\x1a\x84\x9a\x80\x14\ \x00\xc6\x44\x61\x4c\x10\xa6\x98\x20\x06\x58\x61\x04\x48\x03\x46\ \x04\x21\x8c\x30\x42\xa4\x19\xed\x6d\xa1\x85\x16\x5a\x78\xd9\x02\ \x61\x86\xc5\xbe\xfb\xbf\xf1\xe5\x6f\x3d\x5a\x93\xcd\x5e\x64\x50\ \x51\xd8\x71\xc1\x6b\xdf\xf7\xfa\x57\xd8\x10\xae\x14\xa5\x2f\x1d\ \x8f\x22\x84\x97\x67\x01\x72\xce\x95\x52\x18\xe3\xa6\xfb\x65\xb3\ \x9a\x54\x49\x8d\x00\x10\xc6\x00\x20\x84\x70\x1c\xc7\x71\x1c\x00\ \x08\x7c\x1f\x21\xe4\xc4\x1c\xca\xe2\x0b\xf3\xe5\xb0\x5e\x4f\x12\ \x64\xe8\x00\x23\x95\xb4\xa1\xd1\x28\x57\x67\x79\x77\x5b\x36\xd7\ \xdd\x55\x53\x58\x09\x5e\x9a\x24\x65\xaf\x12\x73\x52\xed\x7d\xeb\ \x14\x49\xd4\x1a\x9e\x93\xe8\x02\x70\x92\x31\x87\x4b\x41\x09\x20\ \x8c\x79\xc4\x15\x96\x1a\x90\xd0\xa0\x10\xd1\x4a\x11\x86\xa4\x8e\ \x34\x82\xc8\x0f\x16\xa6\xe7\xfa\xdb\x12\x48\x63\x21\x75\x3d\xf0\ \xb3\x34\x4b\x93\x56\x00\x62\xf7\xc1\xa7\xf3\xa9\xc4\x86\x8d\xc3\ \x91\xef\x79\x9e\xef\x73\x3d\x59\xa8\x50\xc3\x5c\xa8\xd4\xe0\xd0\ \xa4\xea\xcb\xe5\x05\x06\x6a\xb8\x3c\xaa\xf9\x1e\xb3\xac\x6a\x23\ \xdc\x7d\xef\xfd\xd5\x6a\x65\xd3\xc6\x35\xc3\x7d\xab\xa6\xe6\xab\ \x43\xeb\xb6\xa4\x2c\x23\x49\x79\x10\xf2\x3a\x4d\xee\x9c\xdd\xc1\ \xb0\x11\xa7\xa6\xad\xa2\xed\xeb\x7a\xd5\xfc\x8c\xef\x41\x26\x93\ \xb1\x12\xf1\x6c\x5f\x7b\x03\x11\x08\x0a\xac\x1e\xf4\x58\x81\x49\ \x4f\xd3\xf8\x1b\x21\x88\x13\xd0\x5a\x32\xc5\x91\x46\xb6\x69\x09\ \x8a\x43\x04\x14\x11\x8a\x09\x61\x18\x29\xac\x35\x42\x08\x21\x02\ \x08\x23\x42\x80\x37\x33\xd8\x2d\xb4\xd0\x42\x0b\x2f\x57\x10\x46\ \xcb\x87\x1e\xfc\xd4\x57\x1f\xdf\x7e\xcb\x6d\x67\xf7\x27\x9b\xe3\ \xf9\xb4\x52\x2c\x91\x63\xfa\x99\x56\xf5\x2f\xa9\x1e\x05\x0d\x08\ \x21\xa5\x94\x94\x92\x31\x16\x04\x01\x63\xcc\xb2\x2c\x4a\x69\x14\ \x85\x08\x01\x21\x8c\x10\xdc\xac\x9f\x24\x84\x28\xa5\x38\xe7\x9c\ \x73\x42\x48\x10\x70\x8d\xed\xc9\xf1\x99\xc9\xa3\x47\xcf\x59\x37\ \x64\x4a\x3f\x66\xd2\x5c\x26\x17\xe9\x5c\x35\xe0\x11\x62\xab\x07\ \x7a\x76\x4d\xcc\x55\x5d\x2e\xad\x24\x4d\x5b\x60\xd8\x1e\x30\x4b\ \x61\x9f\xc3\x42\xd9\xf5\x22\x69\x32\xe4\xbb\x9e\x06\x84\x0d\x8d\ \x30\xd5\x4a\x45\x42\x4b\x40\x80\xb1\x50\x0a\x69\xc1\x35\xd7\x54\ \x61\x8c\xa5\x50\x51\xc0\x85\xd4\x88\x18\xb5\x30\x1c\x9b\x9b\x99\ \x1b\x29\xbc\xf5\xe6\x9b\x06\xfa\xbb\x6c\xa4\x2c\x10\x0b\x53\xfe\ \xdc\xd4\xec\xc1\x91\x29\x69\xc6\x0d\x46\x15\x42\xcc\xb6\x15\xb1\ \x26\xe7\xca\xb3\x85\x42\xdd\xf7\xec\x64\x22\x94\x72\xe7\x77\x77\ \xe6\x6d\x38\xe3\x8c\xb6\x83\x87\x8e\x26\x9c\x64\xf7\xd0\xe6\xb6\ \xde\xe1\xc2\xdc\xfc\x42\xa9\x32\x35\x33\xeb\x92\x78\xb1\x16\x6a\ \x4d\xca\x0b\x0b\x73\xa6\x1f\x49\x11\x6a\x68\x6b\xcf\x26\x13\x36\ \x46\x22\x01\x9e\x83\x48\x71\x66\xff\x00\xb6\x2f\xba\x68\x4d\x3e\ \x69\x3e\xdb\x1c\xf9\x54\xcf\x7b\xe8\x11\x15\x61\xad\x82\x46\x80\ \xe2\x71\xc2\xe2\x18\x08\xd2\x80\x01\x11\x44\x31\x45\x1a\x01\x25\ \x04\x61\x84\x90\x26\x18\x45\x18\x33\xf2\xf2\xe3\x51\x4c\x34\xa6\ \x27\x4d\xba\x61\xad\x30\x82\x9f\x83\xc7\x13\x42\x18\xc1\x4f\x33\ \xed\x0b\x61\x0c\xfa\xb4\x86\x0e\xfc\xd4\x2f\xdd\x42\x0b\xbf\xdc\ \x3c\x8a\xf4\xd4\xb1\x03\xf1\x4d\x97\xdf\x72\xdd\x05\x26\x0f\xe5\ \xf2\x84\x78\xc9\x43\x2e\x7f\x6e\x3c\xaa\x94\x92\x4a\x34\x6f\x60\ \x8c\xe3\xf1\x38\x21\x24\x0c\x43\x29\x25\x21\x04\x63\x22\xa4\x68\ \x56\x8a\x36\x4b\x49\x85\x10\x4d\x77\x31\xc3\x30\x30\x46\x5e\x10\ \x21\x30\xbc\x4a\xf5\xe0\x9e\xbd\xfd\xa6\x72\x64\x83\x64\xe2\xf3\ \xe5\x19\x1a\x4b\x3a\xe9\xb6\xf6\x6c\xfa\x9a\xf3\xcf\x16\xea\xf1\ \x87\x66\xe7\x41\x92\x80\x2b\x4d\x34\x66\xd4\x8f\x7c\x6d\x20\x6d\ \xb1\xd1\x99\xc9\xf6\x76\x43\x2b\x69\xd9\x31\x2d\x79\x28\xb8\x46\ \x0c\x34\x46\x1a\x49\xd0\x4a\x29\x11\x05\x9a\xa9\x28\xe2\x49\x8c\ \xd3\xd9\x6c\xc4\xa5\x50\x3a\x9e\x4a\xcd\x4d\x4f\xcc\x1c\x3b\x7a\ \xd6\x45\x67\x6d\x3d\x67\x5b\xca\x20\x47\x9f\xde\xb9\x50\x9a\xa3\ \x0c\xb2\x6d\xe9\x75\x96\xfd\xf4\xd1\x29\xad\x75\x67\x7b\x4a\x4a\ \x0e\x98\xda\xb6\x9d\x01\x14\x93\xd2\x8c\x3b\x01\x0f\xb6\x99\xb1\ \x55\x43\x3d\x3d\x3d\x6d\xa9\x64\xbc\x5e\x6d\xec\x3e\x7a\xac\x63\ \xfd\x99\xda\x8e\x17\xe6\x67\xe7\x7d\x3e\x56\x98\x39\x3a\x35\xd7\ \x91\x8a\x0d\xaf\x1a\xb4\x98\xdc\xf1\xc4\xee\x7c\xe7\x60\x26\x9d\ \x1a\x3b\x7c\x28\x9b\xb4\xac\x0a\x42\xa0\x4c\xce\x1d\x62\xea\xf1\ \xb2\x70\xaf\x41\x6d\xdd\x5a\x8a\x17\xb8\x18\x22\xa5\xd4\xd8\xb1\ \xa3\x54\xa9\x84\xe9\x94\xe6\x2b\x88\x92\x9e\xb5\x6b\x69\x32\xa1\ \x94\x42\x1a\x9a\x3d\x30\x84\x61\x8c\x9a\x5d\xa4\x88\x87\x41\x61\ \x6e\xae\xd1\x91\x7f\x79\xcd\x1f\xc5\x24\x98\x1d\xab\x7d\xe7\xdf\ \xc1\x6f\xac\x74\x11\xd2\x4a\x92\x44\x26\x71\xc3\xaf\x54\xbc\x30\ \xdf\x3f\xf8\x52\x9f\x13\xa5\x22\xa5\x08\x79\x61\x9b\x1a\x4c\x08\ \xa8\xc5\x06\x37\xc9\xb9\x46\x2b\x46\xc9\x60\x62\x5b\x2c\x0a\x82\ \xff\x7a\x4b\xa6\x64\xa4\xf4\xf3\xbe\x34\x32\x6d\x4b\xf3\x30\xe2\ \xaa\x15\xbc\x68\xe1\xbf\x1f\x34\xa0\x44\x3a\x5d\x9b\x3c\x72\x6c\ \xa6\x36\x94\x44\xcf\xbf\xa7\x7c\xa9\x7c\x18\x00\xb4\x06\x84\x70\ \x73\x65\xb7\x2c\x8b\x31\x16\x86\x21\x2c\x39\xc8\x28\xa5\xa4\x54\ \x4a\x85\x4a\xc9\x65\x43\x19\x21\x84\x94\xb2\xf9\x95\x50\x0b\x81\ \x00\xc1\x17\xe6\xa7\x83\x46\x67\x5b\x1c\xf3\x7a\x21\xdd\xde\x06\ \x10\x62\xde\xa0\xc2\xe9\x31\xc8\xb9\xdd\xd9\x03\x4f\xca\x42\xdd\ \xe3\x2e\xb7\x0c\xa3\xad\x2d\x9d\x4a\x58\x42\xbb\x50\x54\xe3\x33\ \x23\x43\x1d\x36\xd1\xda\x4e\x26\x6c\x27\x81\xa9\x29\xb4\x44\x88\ \x68\x8d\xb4\xc4\x18\x90\xc9\x68\xc5\xaf\x00\x43\xb5\x86\x97\xca\ \xb5\x69\x2a\x99\x15\x23\xcc\xea\xef\x1f\xe8\x83\x8e\x6b\xaf\xbb\ \xa1\xad\xa7\x67\xf2\xe9\x5d\x95\x4a\xd9\x31\x0c\x83\x5a\x46\x10\ \x76\xa6\x72\xf9\xc1\xb5\xf7\x3e\xf8\xf8\xce\x7d\x93\x9b\xd6\xf6\ \x9a\x26\xd3\x48\x25\x53\x09\x2b\x1e\x9f\x2b\x95\xf6\x1f\x9c\xb8\ \xf8\xd2\x6d\x6f\x79\xeb\x9b\xf6\xef\xdb\x1b\x06\x9e\xa6\xfa\xc9\ \xa7\x77\x7b\x46\x6c\xa0\x7f\xe0\xc8\xde\x5d\x95\x5a\x63\x74\xc1\ \x8b\x88\x51\x73\xdd\xef\x7e\xff\x7b\xab\xba\x3b\x82\x06\xb7\xbb\ \x58\xff\x60\x6f\x2c\x46\xf6\x3c\x75\x90\x99\x2a\x95\x70\xca\xc5\ \xb9\xc9\xc9\xb1\x84\xa9\x87\xde\xa4\x10\x3e\x9d\xe5\x4a\x6b\x2d\ \xa5\x72\x2c\xa3\xbb\xbb\xbb\xa7\xb3\x6f\x76\x7e\x9e\x10\x22\x84\ \x54\x52\x48\xa5\xb4\x0c\x99\x61\x48\xa9\x95\x92\x71\xc7\x06\x0d\ \xbb\x76\x3e\x35\x31\x33\xc3\x08\x7e\x79\xf1\x28\x35\x4a\xdf\xfb\ \x5c\xb6\x32\x99\xee\xe8\x39\xde\x4b\xaa\x35\xc6\xc8\x27\xe4\x8e\ \x3f\x7b\x3f\x59\x7f\xde\xab\x7f\xf3\x43\x4a\xaa\xa6\x60\x45\x84\ \x9a\x8c\x2a\x29\x01\x21\x04\x9a\x73\xfe\x33\x57\x6e\x84\xd2\xf2\ \xd1\x47\xfe\xe3\xe1\xe2\x2d\x6f\x7c\x75\x9e\x84\x42\x9f\xe2\x07\ \x4d\x7b\xf5\x3a\xa2\xa6\x65\x31\x2a\x6b\x77\x7e\xe5\x6b\xd6\xd9\ \x37\x5d\xbe\xa5\x83\x47\x02\x61\x2c\x1b\xb3\x3f\xfc\xd1\xb1\xe1\ \x6d\xe7\x76\x27\x88\x7c\xee\x23\xa6\x8c\xcd\xec\xb9\xe7\x1b\x7b\ \xf5\x5b\x5e\x7f\x6d\xe2\xc4\x3c\xd0\x71\xa1\xab\xfc\xa7\x7e\xf8\ \x00\x1d\x3a\x6b\x43\x6f\xaa\x65\x12\xd4\xc2\x7f\x3f\x08\xae\xfa\ \x36\x5f\x71\xc1\xa3\xff\xf0\xb7\xff\xfb\x0f\x7b\x7b\xf3\x0c\x69\ \xad\x41\xf1\x30\x73\xe6\xd5\x6f\xbd\xfe\x02\x47\x9f\x30\x9b\xe9\ \x25\xe2\x51\x0d\x80\x10\x34\x2d\x00\x9a\x75\x46\x52\x4a\xad\xb5\ \x69\x9a\x4d\x12\x6d\x2e\x5e\xcd\x31\x82\x00\x40\x08\x41\x08\xd9\ \xb6\x0d\x00\xae\xeb\x06\x41\x40\x88\x30\x89\xc1\x20\xb2\x0d\xc8\ \x65\x93\x31\x53\xc6\x19\x58\x16\x65\x0e\xcd\xf5\x64\x42\x19\xb9\ \x13\x33\xe9\xa8\xd1\x1d\x33\x2a\xc2\x08\x21\x88\xa2\x20\x6e\xe3\ \x6c\xda\x5a\x58\x00\xca\x78\xc3\xab\x60\x90\x8c\xe0\x89\xd1\x63\ \x5e\x18\xf5\xf5\x0f\xb7\xb5\xe7\x85\xe2\x5c\x28\xa5\xa0\xd9\x54\ \x49\x84\x54\x0c\x03\x21\xd4\xb1\x25\x84\x02\xe3\x54\x2a\xd3\x58\ \x98\x77\x0c\xa3\x3e\xb7\x50\x1a\x1b\x8f\x25\x53\x3d\x83\xc3\x33\ \x13\x63\xfb\xf7\x1f\xa6\x98\xcc\x17\xc7\x1a\x1e\x8f\x5b\xce\x45\ \xe7\x0c\x77\xb4\xb5\x3b\x86\x51\x6d\x34\x24\xc6\x75\xaf\xbe\x50\ \x98\x0f\x22\x31\x32\x3e\xfa\x9f\xdf\xbc\x23\x08\x02\xcf\xad\xa5\ \x12\xc6\x39\x67\xaf\x3b\x32\x79\x34\x72\xcb\x67\xac\x1f\xf6\xc3\ \x28\x36\xb1\xf0\xf4\xc8\x74\x2c\x66\xad\x1d\x6c\xef\x77\xf0\x50\ \xc4\x53\x36\x9f\x3a\xfc\x78\xb1\xd6\xf0\xb8\x3b\x51\xb6\x48\xba\ \xb7\x6f\xeb\x99\x99\xb5\xb5\xe9\xe9\x09\x8e\xd8\x69\xd4\xfe\x68\ \x00\x8c\x71\xba\xad\xad\x34\xb7\x50\xae\x7b\x1d\x6d\x1d\x88\x99\ \xd5\x46\xc3\xb1\x4c\xc2\x98\x90\xd2\xc0\x38\x94\x91\x90\x9a\x20\ \x54\xaf\xd7\x13\xa6\x49\x01\x27\x28\xc3\x4b\x5e\x48\x2f\x07\x20\ \x84\x14\xe8\x20\xf0\x63\x4e\x0c\xca\xb3\x4a\x4a\x05\x00\x1a\x88\ \x96\xb8\x7f\xdd\x83\xe3\xb5\x59\x65\xbe\xe5\xd6\x77\x35\x07\xca\ \x02\x00\x36\xcc\xca\x9e\x7b\x3f\xf5\xb5\x7b\x03\x23\x86\xb1\x31\ \x7c\xd6\x25\xaf\x7c\xc5\xb6\x18\x56\x40\x0c\xdb\x32\x90\x92\x41\ \x10\x70\xa9\x99\x61\x9a\x26\x43\xa0\xa5\x10\x0a\x08\xa3\x58\x8a\ \x30\x08\xb8\x02\x20\xd4\xb0\x2d\x03\x69\x19\xf8\x01\x97\x9a\x1a\ \xa6\x65\x32\x04\x20\x39\x57\x08\x33\x4a\xa4\x88\x84\x82\xa0\x36\ \x7b\x60\xa4\x44\x62\x96\x4d\x49\xe8\x07\x91\x50\x00\x40\xa8\x61\ \x2d\xbf\x8a\xd2\xcc\xb4\x2c\x46\x41\xcb\xc0\xf7\xb9\x42\x4c\xd5\ \xbe\xff\xe9\xcf\xe6\xaf\xfb\xf5\xeb\xb6\x66\x55\xb5\x38\x79\xe4\ \x50\xfb\x19\xd4\xb2\x62\x14\x79\xa1\x50\x2a\xaa\x1d\x39\x74\xb4\ \x6d\xf3\xb6\xfe\xac\x6d\x52\x46\x90\x8e\x02\x3f\x5c\x1e\xa3\x86\ \x88\x69\x5b\x14\x23\x84\x94\x57\x9a\x3a\x3c\x69\x9b\x09\x2b\x26\ \xb1\xef\x07\x42\x69\x40\xd8\x30\x2d\x83\x62\x29\xa2\x20\x14\x18\ \xf8\xe4\xd1\x83\x56\x76\xfd\xc6\xbe\x34\xa6\x86\x65\x1a\x18\x54\ \xe8\xfb\x91\x02\xd3\xb2\x0d\x8a\x15\x0f\xfd\x90\xb7\xe2\xc2\x2d\ \xfc\x72\x2e\x0a\xc4\x30\x0d\x16\x1b\x78\xf3\x07\xfe\xec\xfc\x43\ \x47\xe6\x2b\xae\x04\x04\x8a\xfb\x9e\x67\xe6\xbb\xa8\xfe\xf9\xc5\ \x75\x31\x26\x94\xb1\xa6\x23\x5d\x93\x3b\x19\x63\x00\xd0\xcc\x80\ \x36\x23\xba\xcb\x6b\x77\x53\x0c\x35\x63\xbc\xb6\x6d\x63\x8c\xa3\ \xc0\xd3\x51\x8d\x40\x88\x11\x67\x16\x65\xb6\xe1\xd8\xc4\x89\x3b\ \x91\x08\xeb\xd5\xf9\x86\xeb\x29\xaf\x52\x9c\x9e\x6a\xcf\xc5\xed\ \x88\x8b\x92\xdb\xdb\xd7\x87\xb5\xf4\xcb\xc5\x94\xc9\x3a\xd2\x49\ \xaf\x5a\xaa\x94\x8b\x3c\xf0\x83\x30\xf2\x23\xbe\xfb\xc9\xc7\x3a\ \xba\xbb\x7a\x7a\xfb\x32\x99\x36\xd7\xf7\x23\xce\x01\x1b\x48\x72\ \x11\xe2\x48\x09\x4d\x90\x02\xc2\x09\x09\x85\xa2\x0a\x0f\xe6\xf2\ \xb2\x50\x7f\xec\x47\x3f\xce\xb5\x65\x86\x56\x0d\x77\xf5\xad\xc6\ \x56\x72\xc7\x8e\x9f\x50\x27\x39\xd8\x91\x32\x28\x8b\x7c\xdf\x31\ \x0d\xc1\xf9\xc8\xc8\x81\x42\xad\x51\x0b\x38\x27\x46\xbe\x23\x99\ \xce\xa5\x2e\xba\xf4\xe2\x72\xb9\x7c\xec\xe8\xc1\x8d\x43\x9d\x0b\ \xa5\xba\x16\x07\xfb\x7b\xba\xfb\x73\x66\xb5\x1a\xc5\xd7\x0d\x4e\ \x4e\x4c\xe5\x93\xb1\xf3\xce\x3e\xab\x1b\x37\x54\xb5\xe0\xa4\x62\ \x9e\x12\x0f\xee\x2c\xd4\xbd\x6a\x39\x32\x26\x9e\x3a\xaa\xf0\x54\ \x20\x22\x2f\xac\x9d\xef\x87\xdd\x18\xbd\xd0\x04\x5d\x53\x51\x56\ \x7d\x3e\x57\xae\xb9\x2e\x9f\x9c\x5e\xa8\x54\x6b\x0d\x2d\x87\x37\ \xae\x33\x6d\xc7\x76\x0c\x86\x70\x23\xf0\x35\x41\x93\x13\x63\xf3\ \x13\x93\x1b\x56\xaf\xd9\xb4\x61\x03\xdb\xb8\x21\x9d\x49\x49\xf5\ \x72\x6a\x21\xd5\x5a\x28\xa9\x0d\xa3\xdc\xb1\x3a\xe9\x2e\xe8\x99\ \x11\x04\x88\x0d\x6d\xb8\x6b\xbc\xfa\xf0\x8f\x7e\x74\xed\x2d\x6f\ \x4c\xf7\x0c\xca\xc0\x5b\x0a\x8e\xe2\xc6\xf4\xc8\x74\x2d\xf3\x2b\ \xbf\x75\xab\x59\x3e\xf8\xe5\xcf\x7d\xf6\x8b\x38\xfd\xfe\x9b\x36\ \x17\x0f\x3f\xf9\x9d\x9f\xec\x89\x9c\xde\x8b\x2f\x39\xbf\x27\x85\ \x26\x0f\x3f\xf5\xd4\xee\x83\x55\x4e\x07\xd6\xac\x73\x82\x99\x03\ \xa3\xc5\xce\x75\xe7\x5e\xb4\x75\xc8\xc0\xa8\x3a\xf5\xf4\x77\x1f\ \xde\x1d\x5a\x9d\x17\x5e\x76\x41\x6f\x8a\xcd\x1e\x7a\xea\xf1\xbd\ \x87\xaa\x21\xee\x5f\xbb\x3e\x16\xce\x1d\x3c\xb6\x90\x5f\x77\xf6\ \x65\xe7\x6f\x24\xd4\x84\xfa\xd4\x0f\xbe\xfa\x65\x03\xb1\x33\x2e\ \xb8\x74\x5d\x87\xad\x00\x55\xc6\xf7\x7c\xe7\xd1\x3d\x51\xac\xe7\ \xa2\x4b\x2f\xec\x8e\xe9\xd1\x5d\x0f\x3e\xb9\x7f\x34\x34\xf3\x17\ \x5e\x72\x71\x5f\x86\xa1\x48\x7b\xf3\x47\xee\xf9\xce\x97\xe6\x0e\ \x0d\x5f\x74\xce\xfa\xb8\xa3\xf6\xdc\xff\x9d\xe8\x68\xaa\x6b\xcd\ \xd9\x17\x9c\x39\x48\xac\xcc\xc6\xcd\x1b\x72\x31\xd3\x2f\x8e\x3d\ \xf4\xc0\xa3\x33\x1e\x59\xbf\xfd\xd2\xb3\x06\x32\x4a\x2a\x44\x28\ \x0a\x4b\x0f\xff\xe8\xa1\xa3\xf3\xc1\xaa\x73\x2f\x69\xb3\xe3\x7c\ \xe6\xe9\xaf\x7f\xfe\x8b\xb1\x58\x6e\xfb\xc5\x17\x74\xc5\x29\x52\ \xc1\xfe\x87\xef\x7b\xf2\x68\xb1\x63\xcd\xd9\x97\x9c\xb3\x96\x6a\ \x63\x70\xe3\x66\x9a\x71\x30\xa5\xf5\xb1\xbd\x77\x3e\xba\xab\x86\ \xd3\xe7\x5c\x7c\xf9\xfa\x76\xb4\xf7\xc1\xef\xee\x1c\x2d\xe5\xd7\ \x9e\x7b\xf1\x59\xc3\x54\x8b\x56\x8e\xb5\x85\x5f\x32\x0e\xc5\x58\ \xba\x85\x47\x7e\xf4\x78\x41\x30\xcb\xa0\x18\x21\x00\xad\xb5\x32\ \xb3\xab\x2e\x3c\x6f\xb5\x09\x3c\x7c\xd6\x8c\xc3\x97\xcc\xb6\x66\ \x71\xe6\xe5\xb2\x29\x9d\x10\xa2\xe9\xb0\xb3\x6c\x9d\x83\x31\x5a\ \xbe\x2b\xa5\x54\x4a\x09\x21\x82\x20\xd0\x5a\x33\xc6\x40\x2b\x0a\ \x61\x22\x4e\x0d\x03\x95\xeb\xd5\x48\x2b\x64\x9a\xc0\x70\x10\x79\ \xa3\xa3\x07\x8e\x1d\x7b\xfa\xe8\xc8\xde\xf9\xf2\x34\x89\x31\x12\ \x73\x48\x2c\x11\x0a\x29\x23\xee\x20\x44\xc3\x28\xa6\x51\x5f\x2e\ \x5f\x29\x15\x1b\xf5\xba\x96\xc2\x20\xc8\x66\x68\x7e\x6a\x7c\xe7\ \x63\x8f\x1e\x3b\xb8\x47\x07\x0d\xa6\x22\x1d\xfa\x58\x28\x21\xb8\ \xd0\x4a\x31\x23\x00\xed\x4b\x45\x18\x1b\xec\xee\xdf\xba\x66\xc3\ \x70\xae\xa3\x3b\x97\xab\x97\xaa\xe3\xe3\x33\x0a\x99\x3d\x6b\x36\ \xb7\x0f\xac\x3b\xef\xc2\x4b\xaf\xbf\xf5\x4d\x97\xdd\x78\xdd\x59\ \x1b\x57\x7b\x95\x59\xbf\x5e\x58\x35\xd0\x79\xfe\xb9\x67\x6e\xda\ \xb0\x6a\xa0\xaf\x6d\xdd\xfa\x1e\x4a\xf1\xa1\xc3\x07\x9f\x3e\xf8\ \xf4\x93\xbb\x76\xde\xf9\x8d\x3b\x66\x8f\xec\xdb\xd0\x9d\xeb\xb1\ \x74\xcc\x5d\xb0\x1b\x0b\x96\x57\x32\x83\x7a\x12\x23\xd9\x68\xcc\ \x4d\xcd\xd4\x1b\xc1\xe4\xec\x4c\xc5\xad\xad\x5e\xbf\xb6\xbb\xaf\ \x07\x61\xda\xd6\x96\x4f\x25\x12\xa1\x5b\xf3\xaa\x45\x29\x38\xa0\ \xd3\x8c\xeb\xfa\x1a\x19\xa9\xac\xa4\x46\xa9\xe6\x2a\x4a\x4d\xdb\ \x1e\x19\x1d\xab\x7b\xae\x61\x9a\x42\x4a\xdb\xb6\x2a\x95\x4a\xa9\ \x54\x0a\xc3\xc0\xad\xd7\xca\xc5\x82\x6d\x99\x6b\x56\xad\x86\x97\ \x53\xeb\x8b\xd6\x5a\x69\xa8\x11\xe7\x3f\xee\xfb\xc9\x03\xf3\xa1\ \xd1\xd1\xc7\x7a\x86\xee\x1e\xab\xde\xff\xf0\xa3\x37\x5e\xfd\x8a\ \x24\xd5\x82\x3f\x63\x0f\x83\xe3\xd9\xde\x8d\xeb\x57\x6f\xb9\xe0\ \xf2\x2d\x83\x89\x89\xa9\xaa\x3b\xb1\xe3\x93\x9f\xff\x96\x17\xcb\ \xab\x89\x87\x3e\x76\xfb\x5d\x1e\xd2\x3f\xf9\xfe\xd7\xee\x39\x50\ \x8d\xa1\xca\xd7\x3f\xf2\xaf\xdf\x79\x6c\xd2\x22\xf5\x6f\x7d\xe1\ \xa3\xf7\x1e\x6d\xf0\xf9\x9d\x9f\xfa\xf4\x37\x1a\x4e\x3b\x4c\xef\ \xf8\xf7\xcf\xdc\xe5\x62\xf4\xe4\xf7\xfe\xf3\x9e\x3d\xa5\x18\xad\ \x7d\xeb\xe3\x7f\xf7\x8d\x1d\x63\x16\x73\xbf\xf3\xf9\x4f\xfe\x60\ \x4f\xd9\xb2\x69\x50\x2a\x55\x7d\xe1\x4d\x3d\xf1\xb1\x8f\x7c\xf2\ \x60\x9d\x05\x93\x8f\x7f\xea\xb3\xdf\x74\x63\x79\x31\xf6\xe0\xa7\ \xbf\x70\xa7\xa7\xbc\xbb\xbf\xf4\x1f\x4f\x4e\x45\xb6\x45\xd4\xd2\ \x5c\x3d\x4c\xcd\x58\x22\x99\x49\x25\x0c\x86\x41\xf2\x40\x20\x26\ \x0a\x5f\xff\xec\xbf\xdd\x7d\xa0\x6e\x04\x33\xdf\xfa\xea\xf7\x67\ \x4a\xa5\x1f\xdc\xfe\xd1\x87\x26\x65\x5b\xca\x0c\xb9\x00\x40\x00\ \x98\xea\xda\x77\x3f\xf3\x91\x3b\x1e\x1d\xc3\x14\x89\x28\xd4\x08\ \x8b\x30\x02\x42\x26\x77\x7c\xfb\x13\x9f\xbf\x4b\x18\x74\xf7\x9d\ \x9f\xf9\xc4\xb7\x1e\x07\xa6\x1f\xfe\xfa\x27\x3e\x77\xe7\x3e\xc6\ \xf8\xa3\xdf\xfe\xda\x93\x13\x9e\x98\xd9\xf9\xd1\x8f\x7c\x6a\x7f\ \x49\x12\xcd\x25\xd2\xbb\xbf\xff\x85\xaf\x3c\x34\xde\x9e\x8f\x3f\ \x7e\xc7\xa7\xbf\xf9\xf8\x18\x69\x35\x22\xb7\xf0\xcb\x17\xa0\xc2\ \x8a\x7b\x93\xc7\x0e\xef\x7c\xf4\xbe\xcf\x7d\xfe\x6b\x0f\x3f\xb9\ \x7b\xf7\x9e\xbd\x7b\x9e\xb8\xff\x0b\x9f\xfe\xe2\xbe\xb9\xba\xd4\ \x27\xd9\x19\xbe\x64\x7a\x14\x01\x68\x29\x64\x33\x9c\xdb\x0c\xe4\ \x36\xb3\xa4\xb1\x58\xcc\x30\x0c\xd7\x6d\x44\x91\x44\x80\x30\x46\ \x4d\x12\x6d\xd2\x67\x33\x3f\x6a\x5a\x56\x32\xee\x24\x09\x74\xb7\ \x25\x09\xc5\xbb\xf7\xed\x59\x48\xc7\xf2\x49\x47\x46\x6e\x57\x57\ \x5b\x2c\x66\xd5\xeb\x25\xd7\xf5\xca\x9c\xbb\x20\x25\x63\x91\x14\ \x93\x93\x93\xab\xf3\xc9\xa4\x4e\x94\x66\x17\x66\x47\xa7\xba\xda\ \x3a\x29\x26\x1a\x00\x23\xac\xb5\x62\x14\x53\x62\x05\x81\x3f\x37\ \x3d\xbe\x30\x33\x91\x48\x24\xb2\x99\x1e\x65\x3a\x42\x21\x02\x84\ \x12\x22\x22\x30\x0c\x93\x11\xe6\xd5\x6b\xa5\x99\x99\xde\xc1\x76\ \x3b\x9d\x4b\x26\x12\xa3\xb3\x45\xbb\xad\xb3\xa7\x77\xf0\xf5\xef\ \x58\x37\x3f\x39\x3a\x3f\xbf\x90\x85\xa8\xa3\x2d\xb5\x6d\xeb\x16\ \x3b\x1e\x7b\x7c\xe7\x5e\x6a\x3b\xed\x3d\x5d\x75\x2e\xc0\x8c\xd5\ \x7c\x77\xff\xc1\xfd\xfb\x0e\x4d\xce\x8c\x57\xaf\xdd\xec\x60\xcf\ \x35\x4d\x3f\x66\x41\x4c\x09\x33\x6e\xfb\x25\x1f\x79\x61\x7b\x22\ \x66\x63\xe2\x0b\xec\x4a\xc4\x62\xa6\x56\x40\x6d\xa7\xa7\xbf\xff\ \xd0\xc8\xde\x64\xac\x01\x21\xd7\xf5\x85\x24\xe2\x14\x14\x68\x74\ \x7a\x17\x05\x50\x03\x1b\x16\xa3\x20\x31\xd3\x5a\x01\x45\x48\xf2\ \x72\xb5\xdc\xd7\xdf\xa7\xb4\x3a\xb8\xff\xd0\xdc\xcc\x14\x68\x85\ \x30\x2e\x57\xca\x8a\x47\x81\xe7\x52\x6a\xa0\x97\x93\x35\xa0\xd6\ \x3a\x14\x8a\x81\x62\x94\x7c\xef\xde\x1f\xd1\xeb\xae\x16\x22\xba\ \xeb\x47\x0f\xdc\x78\xd5\x15\x9b\xec\x68\x67\xa5\xf2\x8c\x52\x1a\ \x42\x59\x63\xfa\x89\xcf\x7e\x0a\xa9\xf2\xc4\xb1\x52\xdb\x6b\xdf\ \xb8\x7e\xdf\xfd\x9f\x3e\x30\x13\xf5\x9d\x11\x28\x8c\x46\x1e\x79\ \x7c\xf2\x4d\x97\x4a\x8d\xd7\x5c\x74\xed\x1b\xaf\xeb\x51\x63\x87\ \x8a\x1b\x2f\xba\xf5\x55\xeb\xf5\xcc\xff\x3e\x74\x68\x76\xb5\xbc\ \xef\xc0\x9c\xdf\xad\x42\x44\xf5\xc4\x8e\x07\x8e\x95\xaf\x52\x9a\ \xac\xdd\x76\xed\x1b\x5f\xd7\xa3\x66\x0e\x4c\xad\xbb\xf0\x4d\xaf\ \x3e\xc3\x9e\xf9\xfd\x83\xfb\x8e\x9d\xbb\x59\x26\x86\xb7\xbc\xe6\ \xd6\xb7\x0e\xb2\xd9\x0f\xff\xe1\x5f\xee\x78\x62\x24\xf2\xee\xdb\ \x5b\x14\x3d\x22\x44\x54\x1d\xda\xfb\xe8\xc1\xe2\x79\x9a\xa6\x2f\ \xb8\xe6\x75\xaf\x3d\x27\xe9\xd6\x03\x2e\xb5\xa1\x15\x07\x67\xf3\ \x79\x57\xbf\xea\xc2\x2e\x59\x1d\xf7\x55\xec\x9c\xcb\xae\x7f\xd3\ \xc5\xbd\xd6\xec\x87\x9e\x7e\xea\xd8\xb5\xd7\x1b\xb6\x6d\x11\x8c\ \xb4\x14\x5c\xeb\xa1\x6d\x97\xaf\xef\x8c\x47\x61\x84\xa8\xe5\x1e\ \x7b\xe4\xc1\x11\xf9\xd6\xff\xf5\x9b\xe7\xe5\x90\x44\xe8\xc0\x7d\ \x0f\x26\x86\xcf\xb8\xf9\x4d\x6f\x32\xcf\xb6\x3e\xf4\xef\x4f\x1d\ \x9d\xde\xfa\xc3\x1f\x8d\x5c\xf2\x96\x3f\x7c\xe3\x05\x3d\x13\xc3\ \x9f\xfc\x8b\x6f\xfe\x60\xf4\xb2\x77\xc5\x63\x31\xc7\x10\x3b\x1f\ \xbe\xa7\xd8\x75\xe5\x5f\xbe\xfb\x35\x96\x12\x38\x38\xfa\xd7\xf7\ \x3d\x19\x74\x6e\x0f\x02\x81\xa2\xc2\xc3\x8f\x1e\x7e\xcd\xf6\x61\ \xd4\x32\x1e\x6a\xe1\x97\x0a\x4a\x0a\x9a\xea\x7d\xe3\xfb\x7e\xf7\ \xe0\x7d\x5f\xf8\xda\xfe\xe4\xef\xbc\xef\x75\x8e\x54\x84\x8f\xfe\ \xd3\x5f\x7f\xb4\x58\xf7\x21\x6f\xc2\xcf\x8b\x47\x11\x02\x21\xa4\ \x17\xfa\xcc\x32\x90\x06\xad\x94\x54\x2a\xac\x56\x2d\x66\x24\x92\ \x49\xcb\x30\x91\xd6\xae\x76\x97\x89\x16\x03\x02\x8c\x90\x56\x06\ \xa3\x52\x4a\xa4\xb5\x41\x69\xcc\x8c\x67\x13\x99\x74\xc2\x6e\xcf\ \xc6\xf3\xd9\x78\x7b\x3a\xde\xdd\xb9\x41\x09\x3d\x35\x35\x53\x6d\ \x58\x93\x75\x03\xe5\xfb\x85\xa4\xd2\x5b\x60\xb2\xe2\x45\xb5\xb9\ \xca\x9c\xe0\x8d\x5a\xdd\xad\x37\x1a\x47\x0f\x1f\xec\xea\xb9\x40\ \x63\x90\x12\x18\x35\x79\x14\x6a\x19\x39\x8c\x2a\xee\x07\x81\xeb\ \x95\xa6\x0a\xf3\x33\x4e\x7b\x8f\x99\xcc\x5a\xe9\x0e\x21\x71\x9c\ \xc4\x69\x43\xb6\xd9\xb1\x10\x47\x6e\x30\xd7\xa8\x04\x76\xb6\x4b\ \x83\xe8\xc8\x25\x56\x0d\xf6\x80\xf0\xdc\xa9\x19\x14\x79\x88\x87\ \x73\xe5\x22\xd5\x42\x3b\x99\x63\xf3\xa5\xa9\x62\xcd\xb2\xa2\x5c\ \x9e\x22\x2e\x16\x16\x26\x0f\x8d\xcf\x54\x83\x68\x62\xb2\xda\xdd\ \x95\x27\xb6\x61\x9a\x16\x44\x5e\x22\xde\x96\xcc\x75\x38\x6d\xbd\ \x87\x1f\xdf\x5f\x53\x4f\x3a\x71\x33\xd2\x91\xd4\x9a\x11\x33\x15\ \xcf\xb9\x22\xf4\x6a\x6a\x6e\xba\x22\x15\xf2\x24\x9f\xab\xd4\xc6\ \xeb\xda\xa0\x86\x00\x86\xd0\x69\x2d\x47\x1a\x70\x84\x90\xc0\xd8\ \x30\xdc\x20\xd2\x08\xa4\x90\xa9\x4c\x5a\x4a\x19\xb8\x7e\xe8\x85\ \x73\x53\x73\x40\x0d\x00\x45\x90\x70\xc3\xd0\x8e\xc5\x27\x8a\xd5\ \xb6\x6a\x03\xbf\xac\xea\x8c\x34\x84\x52\xd1\xf9\x63\x37\x9f\x7b\ \xe6\x57\xa2\xe8\xdb\x77\xde\x0d\x00\xe7\x6f\xdf\x7e\x41\xde\xac\ \xef\xdb\x15\x75\x9e\xf3\x0c\x75\xae\x41\x63\xe6\xe4\xf3\xa9\x9d\ \x8f\xde\x43\xce\x78\xfb\x45\x83\xb9\xbb\xbe\xe7\xdb\xe9\xce\xae\ \xf6\x8c\x4a\x5f\xf4\xde\xf3\x3a\xfb\xe2\xf0\xa4\x06\x25\x38\x08\ \x69\xc6\xa8\x08\x3d\x05\xda\x36\x0c\x24\x85\x5b\x0f\x9d\x54\xbe\ \xab\x3d\x03\xa9\x8b\xde\x7d\x76\xdb\x50\x1c\x1d\x03\xa4\x64\x04\ \xa0\x0d\xcb\xe6\xa1\x2f\xb5\x34\x2d\x03\x69\xa1\x00\x21\x84\xb4\ \x54\x60\xdb\x69\x1b\x57\x03\xcf\x77\xfd\x78\x2e\xdf\xd3\x91\xd5\ \xe9\xcb\xdf\x77\x61\x7e\xc8\x11\x0f\x6b\x2d\x79\x24\x23\xae\xf4\ \x52\x1c\x5f\x6b\xad\x24\x80\xd2\x80\x10\x80\x14\x91\x06\x9d\x88\ \x19\x48\x45\x0a\x28\x68\x19\xe1\xf4\xcd\xbf\xf1\x07\x99\x3b\xbf\ \xf7\xa5\x7f\xf8\xb3\x9e\x8b\x6f\x7d\xfb\x0d\x67\x61\x84\x22\xb7\ \x81\x58\x2c\x9b\x60\x42\x84\x88\x51\x04\x48\x2b\x19\x05\xc0\x8c\ \x98\x49\x49\x18\xfa\x9e\xb6\xd3\xa9\x18\x80\x8e\x65\x32\x58\x4f\ \xf8\x5c\x23\x00\xa4\xa5\xeb\x7b\x76\x2e\x63\x12\x2d\x25\x20\xe1\ \x79\x80\xdb\xbb\xbb\xdb\x52\xc6\x05\xaf\x7e\x7b\xa6\x73\x15\x88\ \x56\x8a\xb4\x85\x5f\xce\x44\x8f\x90\x94\x91\xe2\xc4\xb1\x91\xa9\ \xd2\xaa\x34\x9d\xdf\xfb\xc4\x48\xd5\xbe\x28\x15\x3b\x69\xa0\x8e\ \xbe\x64\xeb\x94\x02\xad\x16\xe7\xec\x2e\x46\x78\x29\xa5\x1a\xa0\ \x52\x2e\x33\xc6\x92\xc9\x64\x22\x9e\x68\x34\x1a\x2a\x0a\x9b\x69\ \x51\xbd\xe8\x0e\x80\x14\x80\xe0\x11\xc6\x50\xae\x05\x92\xcf\xc4\ \xd6\x0e\xce\x16\x2b\x5e\xbd\x3a\xbf\x60\x1e\x38\x3a\xa1\x15\x0d\ \x39\x8a\x24\x85\xf4\x80\xdd\x36\x5c\x29\x2c\x84\x5e\x23\xe5\x50\ \xb7\x21\x17\xca\x45\x8c\x30\xd7\x80\x18\x0d\x23\x5f\x2a\x8e\x10\ \x01\x80\x20\x88\x10\x22\x42\x62\x8d\x00\x21\x4a\x98\x49\x18\x53\ \x04\x26\x46\x0f\x87\x21\xda\xb8\x71\x5b\x2e\x9b\x4f\xc7\x92\x24\ \x90\x29\x27\xd6\x48\xc5\x7c\x55\x9d\x9c\xad\x56\x55\x03\x08\x33\ \x2c\x7b\xcf\x43\x3f\x4e\xa4\xd2\xc8\xb4\xa8\x41\x4d\x8c\xb8\x82\ \xa9\xd9\xf9\x50\xea\x58\x26\xdb\xd6\xd9\x9d\x4c\xc4\x73\xb9\xec\ \xd4\xf4\x4c\xc2\x96\xc5\xb9\x12\xc7\xb8\x23\xeb\x6c\xd9\xb4\x2a\ \xc7\x38\x16\xf5\x98\x6d\x95\xca\xa5\xc9\x6a\x84\xcb\xea\xd8\x5c\ \x45\x13\x14\x4b\x26\x1d\x27\x99\x24\xd4\xab\x05\xd3\x93\xb3\xc5\ \x5a\xad\xec\xfa\x0b\x75\xbf\x5e\xad\x63\xb3\x52\x69\x78\x80\xa9\ \x27\x88\x90\xfa\xf4\x78\x4d\x6b\xcd\x34\xb2\xa8\xc9\x45\x24\xb4\ \x64\x06\x35\x98\x49\x29\x95\x51\x34\x35\x3e\x29\x22\x4e\x28\xd1\ \x5a\x21\x90\x82\x47\x99\x5c\xa6\xd6\xf0\x6a\x7e\x14\xc2\xcb\xaa\ \x81\x14\x01\xe8\x48\x2a\x5e\x2d\x67\xa6\x76\xbf\xe9\xe2\xb3\xef\ \x4c\xc4\x0d\xd3\xba\x76\x5d\x2f\x1c\xd9\x21\xa5\x0c\x39\x7f\xc6\ \x67\x47\x46\x21\x4d\x0e\x5d\xf9\xca\xd7\x5c\xbd\x21\xf3\x27\x7f\ \xf3\xa5\xaf\x3c\xbe\xe1\x82\x2d\xab\xee\xd8\xbd\x5f\x67\x06\xd6\ \x27\x35\x67\xc9\x98\x45\x39\xe7\xcd\xdc\xa0\xe4\x5c\x48\x05\x00\ \x4a\xf0\x28\xd4\xfd\x67\xac\xd3\x3b\x76\xaa\x74\xff\x96\xb4\x76\ \x71\x32\xc1\x88\x10\x5c\x48\x0d\x00\x52\x1c\x7f\xa4\x90\x0a\x40\ \x7b\x95\xd2\xec\xcc\x74\x7d\xe2\xde\x87\x67\xc9\x6b\x37\xaf\xea\ \x9f\x5b\x07\x8f\x1c\x44\x99\xfe\xf5\x69\x15\xea\x74\xc6\xa8\x45\ \xd1\x09\x7d\xc5\x88\x9a\xf1\x98\xbf\xff\xc0\x9e\xc3\x5d\x22\x65\ \x72\x25\xa5\x54\x1a\x40\x4b\x2e\x84\xd4\x00\x9a\x73\xa9\xb8\x57\ \x28\x7b\x1b\xae\x78\x8d\xe1\xcd\x7c\xee\xfe\x1d\xaf\xbd\x6e\x6b\ \x1a\x44\x72\x60\x73\x4e\xde\xff\xcd\x6f\x3f\xf0\xea\x6d\x5d\xd8\ \x49\x46\x4a\x89\x66\x0e\x48\x49\xce\x43\x9a\xe8\x39\xb3\x2f\xba\ \xef\xae\x1f\xac\x76\xb6\xee\xf8\xee\x43\x4e\xe7\xf6\x81\x04\x3c\ \x1c\x46\x44\x9b\x6b\xd7\x6d\xfc\xda\xe7\xef\xfa\xe1\xe6\xfc\x70\ \x8a\xc6\xd3\xf9\x2d\xdd\xa9\xc7\x16\xdc\xde\x2b\xcf\x04\x3f\x88\ \xe7\x92\x18\x5a\x4e\xcd\x2d\xfc\x52\x42\x70\xd5\xb7\xf9\xf2\x8b\ \x9f\xf8\xc8\x3f\xfd\xe9\x87\x52\x09\x56\xa9\x44\xdb\x6f\xf9\xd5\ \x75\xed\x96\xe0\xd1\xcf\x8f\x47\x01\xd0\x52\xf5\xd0\x72\x43\x85\ \xd6\x9a\x19\x8c\x6b\xed\xfb\xbe\xd6\xba\xe9\x6a\x44\x08\x15\x42\ \x2c\x0e\xe6\x5d\x1a\x3c\xa2\xb5\xf6\x42\xa1\x99\x5d\x97\x6a\xcf\ \xe8\xec\xea\xc1\x0e\x30\xe3\x42\xb1\xc8\x8b\x32\xb9\x7c\xb6\xb7\ \x8b\x59\x71\x57\xd2\x92\xeb\x51\xc3\x48\x67\xdb\x64\xbd\xc1\x27\ \x67\xeb\x35\xcf\x31\x3c\x08\xb9\xc6\x04\x80\x10\xad\xa2\x20\xc0\ \x98\x45\x91\xc0\x98\x61\x6c\xf8\x3c\x8a\x22\xa4\xb5\x41\x28\xd6\ \xa1\x4b\xa3\xd0\x60\x4e\x61\x6a\xa4\x34\x35\xb5\x6e\x68\x98\x74\ \xa5\x42\x11\x51\xdb\x59\x35\x34\x50\x98\x3c\x5a\x2c\x56\xec\x98\ \x53\x28\x96\x4c\x27\xee\x36\x42\xcf\xf7\x90\x52\x5a\x09\x25\x85\ \x65\x30\x3b\x1e\x2b\x2f\x2c\xcc\xcd\xce\xd9\xb6\xed\x07\xbc\xa3\ \xbb\xb7\x7a\xe4\xe8\xb6\x33\xd7\xe6\xf2\x1d\x53\xb3\x73\x96\x49\ \x87\xdb\xdb\xdc\x05\x5d\xab\x14\x42\x1e\xa1\x58\x9b\x5b\x53\x8d\ \x5a\x03\x21\x7c\xe4\xf0\x68\x63\x1a\xc5\xb0\xa6\x40\xbc\x30\x88\ \xa7\x52\x83\xed\xf9\x7e\x62\x18\xce\x51\x89\xac\xd2\x7c\x31\x6b\ \xe8\x6a\xcd\x55\x3c\xd4\xa7\xd5\xa6\x87\x10\xa4\x62\x76\x21\x2c\ \x5a\x0c\xf9\x9e\x50\xa1\xc4\x04\x57\x0a\x85\x30\xf0\xab\x52\x11\ \x44\xa9\x16\x82\x07\x06\x41\xd4\xa0\x54\x2b\x81\x09\x26\x06\x30\ \xf3\xe5\xd4\x14\xa8\x91\xd6\x56\xd7\xc0\x91\x91\xc7\x3b\xa3\x39\ \x5c\x7f\xf4\x92\x8e\x6e\x84\x70\x65\xef\x23\xda\x6f\x4c\xba\xc2\ \x39\x6b\x00\xc1\x71\x3a\xd0\x4a\xb1\x64\xae\xbb\x13\x42\xd7\xcf\ \xf4\x9f\x77\xdb\x2b\x9f\xfe\xf6\xfd\x0f\x5c\xf5\x1b\xaf\xba\xad\ \xe0\x7f\xfb\xf6\x8f\xdf\x83\xd8\xba\xcb\x5f\xf3\xe6\xae\xb5\xb9\ \x8e\x6e\x94\x30\x94\x82\x54\x7b\x4f\x7b\xca\x56\x4a\x27\xdb\x3b\ \xdb\x12\xa4\x63\xeb\x8d\xb7\x5d\xef\x7f\xef\xf6\x8f\xff\x90\xd0\ \xd5\x17\xbd\xf6\xb6\xee\xf5\xe9\x7c\x57\x90\x32\x95\x82\x54\x5b\ \x77\x3e\x65\x2b\xa5\xe2\xed\x5d\x6d\x49\x3b\xd6\x3e\xbc\x31\xbd\ \xe3\x8e\x4f\x7f\x18\xb4\xf9\x8a\xb7\xbe\x63\x7b\x9f\x49\x3a\x6e\ \x7a\xfb\x4c\xf4\xfd\xdb\x3f\x76\x17\x32\x36\x5d\xfc\xba\x5b\xaf\ \x68\xcb\xf7\x74\xa7\x6c\xbc\x68\xb5\xa0\x95\x64\xc9\x4b\x6e\x7a\ \xe5\xc8\x7f\xdc\xfd\xb1\x91\x7d\xb7\xbc\xe1\xfa\x7c\x6f\x9f\x11\ \x63\x4a\xa9\x58\x5b\x67\x87\xed\x00\x36\xbb\xfb\xba\x12\x34\x7a\ \xfa\xfe\x3b\xee\xdd\x57\xc1\x34\x76\xe3\x1b\xae\x4d\x61\x25\x85\ \xa0\xa9\xf5\x6f\x7f\xfb\xeb\xbf\xf2\x8d\xef\x7f\xec\x09\x18\xbe\ \xf8\xa6\x8b\xda\xf3\xfd\x5d\x02\x6b\x09\x2c\xd6\xd3\xd5\xc1\x68\ \xfc\xba\xdb\xde\x59\xfe\xd2\x37\x3e\xfa\xe1\xc7\xe3\x9d\x9b\x7f\ \xe5\x4d\xd7\x3a\xba\x91\xea\xec\xb6\x18\xee\x3f\xfb\x86\xdb\x66\ \x6a\xdf\xfb\xea\xa7\x7e\x68\xe6\xae\x78\xcd\x3b\x5e\xfd\xce\x77\ \x06\x5f\xfc\xea\xc7\x3f\xfc\x14\xb5\x3a\x6f\xbe\xed\x4d\x67\x74\ \x27\x55\xab\x2b\xa6\x85\x5f\xc6\x45\x41\x09\x65\xe6\x5e\xf9\x2b\ \x1f\x3c\x6b\x6c\xbc\xec\x89\x44\x5b\x77\x7f\x57\x16\x89\xe8\xa4\ \xfb\x42\x54\xab\x56\x7e\xca\xd7\x33\x0c\x76\xd7\xf7\xbf\xf7\xc5\ \xdb\xbf\x64\x9a\x26\x00\x68\x00\x8a\xe0\xaf\x3a\x8b\x71\x93\x4d\ \xbf\xe1\xcf\xb4\xe1\x80\x56\x89\x78\xfc\xeb\xdf\xfc\xd6\xef\xff\ \xef\x3f\x4e\x25\x93\x48\x6b\x25\x95\x92\x12\x21\x84\x74\xd3\x75\ \x57\x36\xdd\x18\x12\x89\x04\xc6\xd8\xf3\xbc\xe6\x90\xa3\xa6\x07\ \x6f\xb3\x8e\x57\x23\x1c\x45\x0a\x69\x99\x49\x98\x20\xdc\xd7\xbd\ \xfa\xa6\xf3\xcf\x3b\x67\x7a\x7a\xae\x52\xf5\x09\xb5\x31\xb3\x84\ \x92\x5c\x2a\x81\xc8\x8e\x3d\x4f\x4f\x17\x8b\xe3\x13\x93\x52\xea\ \x74\x2a\x85\x84\xd4\x5c\xa4\x1d\xf3\xda\x57\x6c\x17\x91\x40\x88\ \x2a\x84\x24\x07\xa9\x11\x97\x9a\x10\x82\x09\x0a\x42\x9f\xb8\x0b\ \x06\x77\x85\xa2\x81\x00\xdf\x8f\xce\xdc\xbc\xe5\xb2\xf3\xb6\xce\ \x1c\xde\x93\x77\x74\x7f\xd6\x16\x7e\x19\x64\x80\x29\x99\x9d\x2f\ \x84\x5c\xa6\x52\x69\xc3\x30\x02\xcf\x77\x6b\x15\x2d\x45\x32\x11\ \x57\x14\x79\x52\x16\x2b\xd5\xae\xee\x5e\x3b\x91\x88\x27\x53\xf5\ \x5a\x6d\xe4\xd8\x91\xc0\x6b\xd4\xaa\x25\x83\xd2\xee\xce\xbc\x0a\ \x1a\x4c\x8b\xb9\xf9\x85\xe9\x4a\x58\x92\xb1\xf1\x62\xb4\x50\x2c\ \xaf\xea\x69\x4b\x28\x2f\xe3\xd0\xfe\x81\x81\xee\xee\xee\x44\x3a\ \xe9\xc4\xe3\xc5\x6a\x8d\x30\x0b\x30\x3b\x74\x64\xd4\xf5\xa3\x89\ \xd1\xf1\x1b\x7f\xf7\x4f\x87\xb6\x9c\xcd\x43\x5f\x13\xc6\x4a\x93\ \x7d\x77\xfc\xc5\xfe\x06\xdc\xf6\xc0\x42\x7f\x57\x67\x7b\x3e\xdf\ \x1c\x3d\xed\x2a\xf4\xce\x6c\xe3\x7a\xb3\x30\x75\xe9\xbb\x1a\x5b\ \xae\xc4\xa1\x87\x30\x0a\x83\xf0\x1d\x6f\xb8\x2d\x08\xc3\xcd\x67\ \x9d\xb1\xef\xc0\x81\x83\x47\x0e\x1b\x96\x85\x30\x4a\x25\x12\x06\ \x65\x6e\xdd\xf5\xdc\xaa\x16\xa1\x49\xc8\x2b\xae\xb8\x6c\x72\x76\ \x7e\x6c\xa6\x54\x68\x44\xaf\xb9\xe5\x96\x2f\x7e\xf2\x9f\x82\x20\ \x78\xb9\x08\x52\x84\x6a\xa5\xe2\x81\x7b\xee\x68\x94\x8b\x78\xc9\ \x14\x51\x03\xd2\xa0\xe3\x6d\x1d\xeb\xaf\xbc\x39\x91\x4a\x1d\x2f\ \x26\x07\x30\x2c\x9b\x60\x10\x5c\x68\x84\x28\x65\x5a\x46\x41\x24\ \x19\xa3\x5a\x0a\xa9\x01\x69\xad\xb4\x26\x94\x21\x25\x84\xd2\x84\ \x32\xa4\xa5\x10\x0a\x33\x8a\xb5\x14\x0a\x2d\x3e\x52\x01\x82\xe6\ \x23\x29\xd2\x52\x08\x4d\x18\x45\x5a\x09\xa9\x30\xa5\x58\x2b\xa9\ \x80\x52\x2c\x85\x04\x4c\x29\xd6\x9c\x0b\x8d\xf0\xf1\x57\x01\xad\ \x14\x50\x46\xb5\x3c\x41\x92\x12\xca\x30\x2c\x8e\x1a\xc6\x84\x82\ \x12\x52\x6a\xcc\x28\xd6\x4a\x48\x4d\x19\x51\x42\x68\x84\x41\x6b\ \x84\x09\xc1\x9a\xf3\x45\x9e\x23\x8c\x61\xad\x9a\x02\x16\x10\xa6\ \x18\xb8\x10\x80\x08\xa3\x58\x70\x81\x08\xa5\x18\x84\x50\x98\x12\ \x50\x52\x48\x45\x28\x03\x25\xa4\x46\xcb\x87\x04\x5a\x21\x4c\x29\ \x46\x42\x0a\x58\x3c\x0d\xbf\xf8\x01\x3c\xed\xc4\xe2\x94\xd2\x16\ \x73\xfc\xb7\xc7\xe1\x83\xfb\x06\x87\xd7\xb0\x15\xb5\x6f\x07\xf6\ \xed\xed\xec\xea\x6e\xb6\x62\x9e\x7c\x65\xc0\x84\x52\x82\x11\xd2\ \x4a\x72\x21\x9e\xeb\x7a\x7e\xc9\xfa\x47\x35\xa5\xd4\x71\x1c\xcb\ \xb2\xb4\x94\x52\x48\x01\xa0\x54\xd3\x22\x50\x36\x69\x40\x08\xe1\ \xba\xae\x6d\xdb\xb6\x6d\x73\xce\xa5\x94\xcd\x22\xa3\xa6\x7e\x0d\ \x23\x2e\x14\xb6\x2c\x3b\x94\x10\xfa\xfa\xab\xdf\xbe\xfb\xf0\xf8\ \xfc\x25\x97\x5e\x61\xb7\x65\x8b\xe5\xba\x0c\x15\xd1\xca\x30\x68\ \x73\x3a\x5c\xa3\xe1\x63\x44\xfd\xd0\xf5\x83\x08\xb8\x44\x4a\xcd\ \x7b\xee\xf8\xc4\x74\x5f\x4f\xb7\x92\x40\x01\xb4\x0c\x4d\xc6\x94\ \x96\x7e\xbd\x08\xa0\x07\xf3\xed\x7d\x7d\x83\x59\x53\x71\x01\x1a\ \x19\x0b\x85\xb2\x63\x71\x54\x9f\xab\xce\x1e\xeb\x19\xea\xee\xe8\ \xec\x9d\x9d\xac\x07\x1a\x4d\x4e\x4e\xd6\x1a\xde\xe6\xcd\x9b\xdb\ \x3a\xba\x78\xc8\x65\x14\x82\xea\x62\x08\x4b\x11\x06\x61\x88\xbd\ \x86\x13\x4f\x94\x6b\x8d\x50\x68\xd7\x8f\x0c\x86\x33\xc9\x38\x4b\ \x18\x46\x57\x7a\x6c\xe4\xe8\x9e\x5d\x4f\x5a\x94\x64\x62\xa6\x63\ \x39\x03\xbd\x6d\xba\xac\x26\x16\x16\xe2\x4e\x3c\x9b\xca\xd5\x67\ \xaa\x1e\x52\xd4\x34\xb9\x52\xe3\x13\x13\x8c\x31\xad\x01\x61\x92\ \x4c\x24\x7a\xdb\xe2\xb6\xed\xac\x69\x8f\xa5\x13\x8e\x7a\xe1\x8d\ \x28\x08\x10\x02\x88\x19\x60\x31\xc6\xbd\x2a\xf7\xea\xed\xe9\x54\ \x2c\x99\x88\xc5\xe3\x06\xa5\x61\x18\x61\x25\x45\xe8\x7a\x42\x70\ \x05\x33\xb3\xf3\x95\x4a\xbd\x52\xad\x5e\x75\xcd\x0d\xff\xdf\x87\ \xfe\x40\x08\xfe\x72\xca\x86\xe8\x64\x36\x77\xee\xad\xbf\xf1\x2c\ \x15\x8e\x40\x2b\x90\x62\x99\x44\x19\x63\xd3\xd3\xd3\x1f\xfa\x5f\ \x7f\xb4\xbc\xf2\x86\x61\xb8\x6a\xd5\xaa\x3f\xfd\x93\x3f\x8e\xa2\ \x68\xe9\x6a\x87\x66\x90\x16\x56\xde\x40\xa0\x44\xb3\x55\x53\xf3\ \x67\x3e\x52\x34\x1f\xb0\x6c\x3d\xb8\xf4\x48\xe0\x5c\x01\x00\x48\ \x1e\xc9\xc5\x4d\xf2\x33\x7e\x57\xf0\x67\xbe\x4d\x52\x70\xb9\xe2\ \xf6\x89\x2f\x0d\x8b\x85\xc7\x5a\x01\x80\x96\x42\xad\xd0\x8a\x92\ \x1f\xff\x45\xd0\x92\xab\xc5\x3f\xbf\x79\x0c\x5a\x8a\xe6\x31\x28\ \xae\x4e\x78\xf2\x15\x7f\xce\xca\x87\xb5\xaa\x8b\x5a\xf8\x6f\xa1\ \x4a\x97\x3f\x7b\xcf\x87\x97\x2e\x3f\x8a\x10\x22\x98\x60\x8c\x95\ \xd2\x52\x46\x1a\x40\x4a\x49\x31\xc6\x0c\x0b\x21\x9a\x8c\xea\xfb\ \xbe\x10\x22\x16\x8b\x31\xc6\x96\x9b\x64\x9a\xda\x14\x23\xed\xd8\ \x8c\x47\x21\x57\xd8\x8e\x25\xbc\xc0\x7f\xe4\xb1\xa7\xca\x8d\xe8\ \xe2\x8b\x2f\x8f\x27\xd3\x35\xb7\x11\xfa\x91\x54\xb2\xee\x07\xfd\ \xfd\xfd\xb3\xc5\x8a\xe7\xf9\x5e\xc3\xc5\x18\x03\xd1\x61\x14\x85\ \xb5\xea\xc4\x6c\xa1\xab\xa7\x5f\x70\x1f\xb8\xaf\x03\x97\x82\x30\ \x41\x9e\xbd\x7a\x78\xb0\xb7\x7b\xb0\xb7\x3b\x46\x38\x55\xa1\x61\ \x58\xd5\x7a\x23\x0c\x3a\x04\x17\xbe\x57\xe9\x8a\xeb\xa0\x32\x3b\ \x35\x22\x52\xd9\x54\xd2\x49\x05\x18\xea\xa3\x63\x82\xd1\x42\xbd\ \x66\x98\xa6\x93\x88\x6b\x15\x45\x61\x10\x44\x42\x21\x18\x1a\x1c\ \xde\xb9\xe7\xe9\x03\x07\x0e\x0d\xaf\x59\xeb\x2e\x14\x78\xe4\xa5\ \xe3\x86\x43\x14\xa5\x28\x66\x19\xb6\x1d\x13\xa1\xcf\x18\x4d\x25\ \xe2\x82\xc5\xe5\xdc\x7c\xbd\x52\x48\xa4\xf2\xe9\x44\x22\x83\x7b\ \x0b\xb3\x63\x53\x93\x53\x94\x90\x78\x22\x1e\x85\x41\xd3\xa8\x22\ \x6c\x54\x05\x8f\x54\x03\x13\x50\x94\x9c\xce\xb2\xa4\xb5\x46\x18\ \x5f\x70\xde\x99\x9e\xef\x4f\x4c\xcf\x29\x1e\xae\x1a\x1c\x24\xcc\ \x90\x5a\x55\xab\xd5\xc0\xf5\x0c\x8a\x6d\x27\xc9\x95\x01\x2a\xdc\ \xb9\xf7\xa0\x69\xd9\xa6\x69\xbe\xf1\x96\xd7\x6c\xde\x30\x54\xaf\ \x55\x5f\x5e\x1f\x18\xad\x91\xe4\xcf\xf5\xa3\xe5\xdb\x4a\x29\xdb\ \xb6\xaf\xbe\xea\xaa\xe5\x7e\x2d\x21\x45\x2e\x97\x53\xaa\x95\x07\ \x6c\xa1\x85\x97\x29\x5e\xd2\x68\x86\xd2\x0a\x00\x30\x46\x08\x21\ \xc6\x98\x6d\x59\x22\xe2\x3c\x8c\x96\x4d\x8e\x9a\x7d\xa5\x4d\x55\ \x1a\x8b\xc5\xa2\x28\x6a\x0e\x84\x01\x00\x9b\x12\x29\x23\x86\xb5\ \x56\x2a\x0a\x24\x21\x2c\x8c\xf8\xe3\x3b\x1e\x53\x52\x5f\x7d\xcd\ \x35\x71\xdb\x08\xb4\x00\xad\x79\x2d\xd2\x98\xb5\x65\x33\x85\x62\ \x19\x61\x4c\x09\x91\x52\x81\x96\x56\x2c\x81\xa8\x35\x5f\x2a\x27\ \x0c\xc0\x61\xdd\xd6\xfe\x50\x7b\x6a\x63\x7f\x57\x9c\x08\x52\x3a\ \xc4\xf9\x64\x9d\x31\x00\x1d\x77\x62\x54\x69\xa2\xa1\x52\x29\x5b\ \x80\x36\xf4\xe6\x4a\xa5\x62\xa3\x34\x5f\x2c\xcd\x44\x96\x65\x25\ \x12\x9b\xb7\x9e\xd5\xdd\x37\xf8\xd8\xe3\x8f\xcf\xcc\xcc\xac\x59\ \xbd\x3a\x1e\x77\x18\x06\xce\xc8\xf8\xf8\xf8\xe8\xc4\x54\xc0\x05\ \x8f\xf8\xce\xa7\x9e\x6c\x6b\xcb\x65\x33\xa9\x5a\xb5\x51\x0a\xdd\ \xce\xb6\x5c\xdf\x9a\x4d\xf9\x55\xd8\xaf\x95\x79\xbd\x10\x79\x6e\ \xad\x5e\xda\xb4\x6e\xf5\xa1\xf1\x39\x84\x44\x7b\x26\x96\x6c\x33\ \xdb\x12\xb8\x50\x2d\x1f\x3e\xb8\xaf\xbb\xab\x3b\x93\xcd\x50\xca\ \xa4\x14\xbd\x5d\x9d\xbe\xef\xf2\xc8\x5f\x98\x99\x5a\xb9\xe5\x7f\ \xa1\x04\x91\x8c\x9b\xed\xb9\x54\x7f\x5f\x9f\xd6\xa8\x54\x73\x81\ \x30\xb7\xe1\x2a\xa1\x6c\xd3\x02\xd0\xa6\x4d\xa5\x2b\xb8\x08\x12\ \x4e\xbc\xb3\x23\x6f\xd9\xf6\xe6\x75\xab\x41\x37\x0d\xf0\x5e\x5e\ \xc6\xa9\xa7\x62\xe1\x24\xa5\x4c\x26\x93\xef\x7a\xd7\x3b\x4f\xb8\ \xb0\x95\xf2\x3c\xaf\xb5\x9a\xb4\xd0\x42\x8b\x47\x5f\xf4\x55\x0a\ \x63\x4c\x28\x05\xa9\x4c\xc3\x6c\x5a\xee\x22\x84\x10\x5a\xf4\x67\ \x68\xae\x47\xcd\x58\xae\xeb\xba\x4d\x2f\x7b\x84\x50\x14\x45\x5a\ \xeb\x30\xf4\x98\x41\x30\x02\xad\x11\xd2\x48\x6b\x60\x84\xc6\x32\ \xce\xae\x9d\x4f\xd6\x6a\xc5\x6b\xae\xbe\xda\x30\xcc\x42\xa9\x92\ \xcd\xe6\x4a\x15\x57\x0b\x21\xa3\x90\x22\xa4\x78\x84\x90\xc6\x14\ \x63\x85\x14\x82\x98\x63\x37\xca\x33\x1d\x31\xfc\x9a\xab\xae\xb2\ \xa2\xda\xdc\xc1\x3d\x22\xaa\x1b\x51\x90\xee\x6c\xef\xdb\xb0\x39\ \x20\x2c\x41\x29\x56\x6a\x66\x72\xa2\x3c\x39\xd2\xd9\xd9\x25\xb5\ \x22\x2a\x52\x1a\x21\x4c\x90\x82\xd9\xe9\xd9\xb8\x93\xcc\xb5\xe7\ \x2f\xba\xfc\x15\xe3\x23\x23\xfb\xf7\x3d\x5d\x3f\x56\x55\x92\xfb\ \x5e\xc3\x21\xb6\xc3\x62\xbe\x1f\x6c\xd9\xb2\x79\xed\xea\xe1\xb9\ \xb9\x39\x3f\xf0\x8f\x1c\x3d\x36\x31\xb5\x50\x0d\xf1\x48\xc1\x67\ \x06\xcd\xa7\xec\x38\x33\xb9\xa8\x5a\xb6\x93\x4c\xd8\xd5\x85\xf2\ \xfa\x4d\x6b\x2d\x2a\x06\xba\x32\xba\xc3\x39\x3a\x3e\x5e\x2a\x94\ \x27\xc6\x46\x4a\x0b\x0b\xdd\x5d\xdd\x51\x14\xfa\x9e\xdb\xd5\xd9\ \x61\x59\x46\x2e\x97\x35\x4d\xe3\xf4\x8c\xfa\x10\x42\xdd\x5d\x1d\ \x04\x13\x27\x91\x39\x36\x36\xd5\xf0\x26\x84\x04\xb7\xee\x5b\x8e\ \x6d\x50\xec\x79\xae\x61\x30\x82\x64\xa4\xc2\x5a\xc3\xef\xeb\x6c\ \x5f\x3d\xd0\x97\x49\xc5\x40\x71\x68\xb9\x8f\x3f\xd7\x76\x50\xa9\ \x46\xa3\xd1\x3a\x0f\x2d\xb4\xd0\xc2\x4b\xcb\xa3\x4b\xe3\xc3\x11\ \x80\x54\x4a\x69\x25\xb8\x90\x42\x60\x40\x98\x10\xb5\x64\x6f\x44\ \x29\x6d\x1a\xd9\x03\x40\xb5\x5a\x15\x42\x64\x32\x19\x4a\xa9\xe7\ \x79\xb6\xed\x70\x19\x51\xca\x94\x02\x25\x31\xc1\x54\x81\x8c\x38\ \x4f\xc6\x13\x33\x13\x53\x77\x7c\xe3\x6b\x17\x5c\x78\x71\x67\x67\ \x8f\xdf\xa8\xc7\xe3\x31\x8b\xe2\x84\x65\x32\x42\x94\x10\x89\x64\ \x9c\x9b\x46\xa5\x54\xd4\x32\x08\xfc\x8a\x12\xde\x2d\xaf\xbd\xf5\ \x92\xb3\xd6\x8c\xef\x7d\x32\x0d\xab\x66\x0e\x3d\x9d\x88\x99\x43\ \xeb\x37\xd8\xe9\x2c\x31\x63\x3e\xc8\xf9\x5d\x3b\x45\xbd\xda\xdd\ \xd9\xd9\x9e\x6f\xa7\xa6\xd5\xa5\x91\xa2\x06\x10\xaa\x08\xd6\x84\ \x68\x84\xab\x53\xb3\x9e\x90\xf9\x74\xb6\xeb\xb2\xcb\x01\x6b\xaf\ \x51\x8f\x22\xdf\xf7\xd5\xce\xc7\xf6\x2c\x2c\x4c\xc5\x6d\xa3\x3c\ \x3f\xd7\x91\x4d\x2d\x94\x75\x77\xff\x60\xc8\x12\x8a\x39\x01\xa6\ \x9c\x37\xea\x7e\x64\x98\x9a\x32\x23\x99\xc9\x04\x91\x77\xed\xd5\ \xe7\xd7\xeb\x35\x2c\x1b\xd3\xe3\x73\x7d\xdd\x1d\x3d\xf9\x2c\xd6\ \x02\x23\x25\x38\x8c\x8d\x8e\x66\x73\xb9\x58\x22\x31\x35\x33\x87\ \x08\x94\x8b\x73\xe7\x78\x9e\x4d\x88\x14\xa7\x71\xe2\x91\x65\x90\ \x6c\xae\xcd\x0d\x74\xa3\xee\x52\xc2\x0a\x0b\x65\xce\xa5\x83\x19\ \x20\x2c\x35\x62\x10\xe5\x1d\x9d\xee\xea\x61\x04\xe7\xf3\xb9\x84\ \x6d\x94\x67\x66\x60\xc3\xda\xd6\x67\xa3\x85\x16\x5a\x68\xe1\x17\ \x88\x47\x11\x20\xa9\x9a\xcd\x6c\xba\x59\x10\xa8\xa4\x92\x4a\x21\ \x44\x30\x5a\xb4\x03\xa4\x84\x00\xa5\x52\x4a\x21\xb8\xe0\x82\x31\ \xd6\x68\x34\x84\x10\xd9\x6c\x16\x63\x1c\x09\x2e\x81\x10\x66\x49\ \xa1\x95\x02\x84\x99\x52\x5c\x4a\xa9\x34\x27\x94\x94\x4b\xa5\xbb\ \x7f\xf0\xfd\x57\x5c\x79\x6d\x4f\x4f\x1f\x10\x3c\xd8\xdf\x5f\x2c\ \x95\x17\x0a\xc5\x42\xbd\xca\x0c\x4c\x09\x21\x04\xb0\x0c\x03\xb7\ \xbc\x61\x55\xff\x85\x97\x5c\xc0\x50\x38\xbc\x7a\xb5\xec\x68\xeb\ \xcc\x66\xc7\x0f\x1e\xd8\xb5\xe7\x90\xd9\x5e\xe7\xcc\x62\x8a\xa7\ \x9c\x64\xc7\xd0\x70\x5c\xaa\x6a\xb9\x5c\xab\x36\x02\xae\x25\x61\ \x84\xb1\x84\x61\x10\x82\x7d\xa1\x52\xed\xcc\x2f\x96\x0f\x1c\x3d\ \xd2\x08\xbd\x44\x32\x16\x06\x5e\xa5\x52\xb2\xe3\x6d\x53\x73\xc5\ \x85\x42\x31\xe5\x50\x87\x29\x11\x35\x02\x89\x8a\xa5\xaa\x62\xf1\ \x44\xf7\x70\x57\xdf\xb0\x11\xcc\xcb\xe2\x98\xc9\x2b\x02\x78\x3c\ \x6e\x75\xb6\x75\x65\xbb\xba\x0a\xc5\x22\x8d\xea\x8e\xd2\x8d\xca\ \x5c\x22\xd7\x8d\xda\x73\x9a\x4b\x3f\x50\x3c\x92\x95\x6a\x63\xae\ \x58\xe9\xe8\xea\xb0\x63\x16\x36\x2c\x4c\xd8\x69\x74\xe2\x69\x0d\ \x94\xd2\x8e\xce\xfc\x0f\x7e\x70\xcf\xe1\xa3\x53\x5e\x84\x83\x08\ \x8a\xe5\xaa\x65\x39\x00\xd8\x8f\xb8\x46\x18\x78\xed\xec\x35\xed\ \xe7\x9f\x77\xae\x54\x28\x93\xef\x3e\xef\xe2\x2b\x0b\xc5\x8a\x3b\ \x5f\x44\x31\x47\xb7\x72\x7e\x3f\x3f\x2c\x07\x69\x7e\xd1\xd0\x1c\ \x0f\x7c\xd2\x43\xc6\xbf\xb0\x55\xaf\x5a\x2b\x29\x5a\x17\x55\x0b\ \xbf\xe4\x7a\x14\x00\x94\xd2\x11\xc7\x8a\x53\x90\x08\x69\x8d\xa4\ \x52\x42\x23\xad\x09\x63\x56\xcc\x24\x44\x44\xa1\x92\x1c\x11\x2a\ \x85\x8a\x94\x40\x5c\x9a\x86\xe9\x79\xfe\xd0\x50\xf2\xbc\x73\xb7\ \x3d\xf2\xc8\x23\x35\xdf\x45\x5a\x62\xd0\x98\x60\x84\xa4\x61\x12\ \x4f\x68\x4a\xa9\x10\x5c\x01\x0e\x05\xbe\xeb\xde\xfb\xb6\x9f\x77\ \x5e\x5b\x5b\x9b\xe0\x02\x45\x5e\x8a\xe1\x82\xef\x82\xe7\x98\xb1\ \x64\x4f\x5b\x97\x49\x90\x57\xad\x65\x12\x49\x0a\x0a\x18\x41\x89\ \x18\x4d\xd9\x6d\xe9\x44\x66\x60\xa0\x52\x28\x57\xa3\x30\xdd\x99\ \xcf\x24\x13\x62\x72\xcc\x9b\x9b\x2d\xd7\xeb\xd5\x6a\xa3\xea\x87\ \xc4\x4c\xb0\x98\x49\x2c\xcb\x0d\x7c\xdb\x32\x13\x4e\xac\x32\x3b\ \x9b\x30\x8d\xe1\x7c\xba\xda\x40\xa1\x88\x08\x46\x35\x21\x0f\xef\ \xde\x57\x2e\x44\x56\x3c\xe5\xc4\xbb\x4a\x45\xb7\x5a\x28\xf8\x4a\ \xd5\xa8\xe1\x74\xb5\x99\x4e\xac\x51\xae\xb8\xd3\x87\xdb\x8c\x30\ \x1b\x37\x08\x4a\x84\x8d\xba\xe7\x8f\x7b\x8a\x60\x84\x29\xc6\xa6\ \x69\x33\x83\x79\x81\xc7\x15\x6f\xcb\x67\x30\x31\x13\xe5\x5a\xa9\ \x5c\x4b\x65\x33\x5c\x44\x8d\x5a\xc1\x6f\x54\x94\x14\xa7\x11\x68\ \x45\x08\xa4\x94\x47\xc7\xa7\x27\x67\x8b\x73\x0b\x25\xc4\x62\x6e\ \xa0\x1d\xdb\x4a\x24\xd3\xf1\x58\x2c\x08\x3d\x4e\xc0\x16\x4e\xa3\ \xd2\xb8\xff\xc7\x8f\x28\x6c\x99\xc9\xf1\xb9\x3a\x39\x7c\x64\x6c\ \x7c\x6a\xfe\xcd\xbf\xf6\xf6\x28\x6a\xf1\xe8\xcf\x8d\x44\x83\x20\ \xf8\x29\x92\xe2\x2f\x22\x0c\xd3\x34\x4d\xf3\x99\x54\x8a\x10\x46\ \xc8\x9b\x9b\x0c\x78\xf4\x0b\x97\x11\xd0\xda\x8a\x25\x9c\x4c\x5b\ \x8b\x4a\x5b\xf8\xe5\xe6\xd1\xa6\xb1\x2d\x52\x9a\x48\x8d\x25\xc7\ \x48\x49\xc5\x01\x94\xd0\x48\x69\xcd\x0c\x4b\x63\x22\x7c\x5f\x72\ \x41\x0c\x0b\xb0\x56\x04\x18\xa5\x91\x88\x08\xa5\xbe\x5b\xcf\xa5\ \xe2\x17\x9f\x7f\xce\xf4\xdc\xd4\xe4\xc4\x64\xb1\x54\x35\x0c\x4b\ \x2b\xa4\x14\xc4\x1c\x26\x85\xd2\x1a\x10\xb6\x42\x85\x45\x04\x0f\ \x3c\xfc\x93\x7c\xda\xc9\x67\x92\xed\xf1\xd8\x7c\xbd\x61\xcb\xd0\ \x14\x6a\x55\xd7\x00\x35\xcd\xb9\xd2\x78\x2d\xf0\x7e\x78\xf7\x7d\ \xf9\x38\xbe\xf6\xf2\x73\xb3\x49\xc3\x8a\x5b\xa8\x2d\x4e\x52\x56\ \xae\x33\x93\x16\x81\x0a\x5d\x77\xfa\xa0\x3f\x32\x52\x3a\x76\xcc\ \xb1\xad\x54\x26\x47\x63\x29\x33\xdd\xe1\x64\x7a\xb0\x69\x45\xb2\ \x16\xd4\x6a\x52\xab\x6c\xd2\xa9\x97\x66\x51\x75\x2a\x06\x3c\x66\ \x9a\xbb\x8e\x1d\x0b\x42\xe4\x17\x6a\xb9\x58\x37\xeb\xe8\x9e\x6c\ \xe0\x0c\xeb\x4e\x31\x43\x49\x57\xc4\x74\x68\x1a\x85\x89\x71\x31\ \x5f\x1e\xc8\xf2\x74\x3a\x16\xd4\x2b\x38\xf2\x42\x3f\x10\xda\xc3\ \x76\x52\x11\x8a\x1d\x23\x42\x94\x5a\xc8\xc4\x40\xb5\x56\x42\x95\ \xcb\x25\xc4\x82\xee\xde\x84\x92\x41\x26\x65\xad\x1e\x1a\x9a\x9f\ \x99\x64\x04\x9d\x5e\x2b\x9e\xd2\x7a\xbe\x16\xa6\x3a\x7b\x87\x63\ \x6d\xbb\x9e\x7a\xba\x54\xae\x75\x75\xf5\xe6\xb2\x29\x84\x90\x49\ \xed\x6a\x8d\x6b\x6c\xd7\x38\xab\xbb\x6a\x72\x61\x21\xdd\x61\x8e\ \xba\x4f\x59\xa6\x79\xa9\x95\x68\xe5\x47\x7f\x5e\xc0\x18\x97\x4a\ \x05\x29\x94\xed\x38\x08\x96\xed\x69\x7f\x5e\x6f\xc7\x09\xe5\x66\ \x5a\xab\x6a\xa5\x6c\x9a\x56\x3a\x93\x59\x51\xa2\x8c\x30\xc6\xf3\ \x3b\x1f\x0e\xc6\xf6\xc5\x93\x29\x84\x17\xe7\x07\xa3\x93\x3e\xc5\ \x4b\x73\xa0\x2b\x08\x5e\x4b\x59\x88\xb8\xbd\xea\xcc\xf6\xb5\x9b\ \x95\x68\x51\x69\x0b\xbf\xc4\x7a\x54\x6b\x84\x39\x62\x11\x30\x85\ \x80\x22\x24\x11\xd2\x28\x42\x08\x11\xa4\x98\x0a\x40\x81\x50\x81\ \x69\xb0\x50\x44\x48\x72\x93\x60\x04\x2a\x88\x02\x4a\xd0\xc2\x42\ \x61\xef\xee\x3d\x43\xc3\x83\x1b\xd7\x6f\x5e\xb5\x6a\xed\xa1\x43\ \x87\x47\x46\x46\x5d\xd7\x23\x98\x71\x15\x21\x84\x0d\xd3\xe0\x91\ \x70\x14\x21\x1a\x21\x11\x04\xc5\xc2\x74\x65\x7e\xf8\xe2\xf3\xf7\ \x1d\x98\x33\x93\xcc\xc8\x30\x9c\xc1\x5e\xc4\x43\x14\x4b\x25\x12\ \xa5\xe2\xe8\xbf\xfe\xeb\xa7\xaa\xd3\xa3\x17\x9f\xbb\x16\xa2\x7a\ \x3a\x13\x0f\x03\x2f\xdf\xdd\x9d\xef\x19\x82\xb2\x2b\xe7\x2b\x51\ \xb5\x11\xfa\x81\x00\xcd\x93\xc2\xee\xef\xb1\x3a\x7b\x12\x03\x6b\ \x41\xa2\x98\xe6\xc1\xc8\xa8\x28\x57\x70\xc4\x55\xe8\x8b\xd0\x17\ \x58\x23\x66\xcd\x96\x1a\x81\x76\x9c\x35\x6b\xad\xde\x01\x23\xdd\ \xc1\xb5\x11\xb3\x33\x31\xc3\x5a\x98\x38\x36\x32\x33\xaa\x83\xc6\ \xcc\xd8\xc2\xe4\xbe\xfd\x9b\x7a\x74\xfc\xb2\x33\xd7\xf5\x0e\xf9\ \xc5\xb9\xb9\xc2\xa8\x19\xb3\x0c\x4c\x3a\xba\xba\x0c\x83\xda\x16\ \x06\xa4\xc3\xa6\x29\x9c\x54\x95\xba\x3b\x5f\x9e\xc5\x98\x32\x66\ \x24\xc0\x70\xa5\x8b\xad\x14\x31\xad\xd3\x6a\xc8\x43\x00\xf0\xd5\ \xaf\xdf\x21\x22\xfe\xc1\x0f\xfe\xc1\xc8\xb1\xa9\x99\xb9\x22\xa1\ \x34\xe0\xa1\xc1\x0c\xcc\x28\xa6\x94\x43\x88\x0d\xac\x18\x6e\x8b\ \x77\x0f\xac\x59\x67\xd8\x0e\x0f\xc3\xf3\x2f\xbf\xb0\xd5\xff\xf7\ \x73\x52\xa2\xb8\x51\xaf\x4b\x21\xfb\x07\x87\x30\x26\xbf\x80\x47\ \x28\x38\x1f\x1b\x3d\xe6\xfb\x96\x65\x59\x4d\xbe\xc4\x8c\xd5\x46\ \x0f\x06\xc7\xf6\xac\xc9\x38\x54\x37\x40\x21\x40\xe8\x38\xad\xbd\ \xf4\xd7\x11\xd2\x8b\x15\x19\x08\x40\x6b\xd0\x9a\x33\x74\xe4\xc8\ \xae\x46\x36\x1f\xcf\xb5\x37\x87\xc8\xb6\xd0\xc2\x2f\x1f\x8f\x36\ \xaf\x67\xae\x50\xa8\xb1\xd4\x84\x60\x2a\x30\x68\x4a\xb0\x96\x18\ \x09\x43\x85\x20\x23\xa9\x23\x46\x48\x18\xf8\x48\x69\x93\x19\x00\ \xa0\x28\x36\x4d\xb3\xe1\xba\x4f\xee\xd9\x93\xca\x64\x4d\x2b\x21\ \x42\xd8\xb4\x7e\xcb\x9a\xe1\x75\xc7\x46\x46\x8e\x1e\x39\x1a\x46\ \x61\xc4\x43\x8c\xa9\xc5\xa8\x41\x99\x89\xa8\xe2\x3c\x8a\x64\x5b\ \x26\xf9\xa6\xd7\xbf\xda\x60\xf2\x91\x27\x77\xe6\xb2\x78\x74\x74\ \x67\xc3\xd5\x48\x38\x1c\x49\x51\x9d\x8d\xeb\x20\xeb\x38\xa6\x46\ \x93\x13\x93\xf3\x63\x61\xad\x5e\x3e\xe7\xc2\x4b\xf2\xab\x37\x63\ \x16\x86\x9e\x28\x16\xeb\x60\x38\xa9\x8e\x8e\x02\xc8\x74\x2e\x67\ \xe6\xdb\xb8\x89\xb1\xe1\x90\x4a\xc5\x4a\xa7\xca\xb3\x73\xf3\x53\ \x13\x38\xf2\x10\x20\xc0\x24\xdb\xd9\xdf\x31\x2c\x76\x1f\x9e\x57\ \x56\x22\x36\x38\x68\xc5\xda\x63\x28\x1e\x69\xe3\xb1\x91\xd1\x3d\ \xc7\xa6\x08\xb6\xb5\x4f\xb3\x43\xdb\xf6\x8f\x37\xf6\xcc\x1e\x60\ \x3b\x0e\xf8\x9c\x0c\x77\xe4\x86\xcf\x6c\x4f\x26\x52\x12\x74\x67\ \x77\x77\xb5\x3c\xdf\x28\xcd\x35\xbc\x06\x36\x63\x94\xb1\xba\x1f\ \x14\x6b\xa1\x27\x58\x24\x15\x84\x1a\xe2\x31\xcd\x71\xb9\x54\xe8\ \x09\x45\x02\x21\xf5\x82\x17\x65\x08\x7c\x9f\x11\xf3\x9d\xff\xe3\ \x9d\xd7\x5d\x77\x83\x1f\xa8\x8f\x7c\xe4\xdf\x42\x2e\x98\x8d\x5c\ \x1e\x06\x81\x6f\x3b\x96\xe0\x62\xfe\xff\x67\xef\xbf\xc3\xe4\xb8\ \xae\x33\x61\xfc\xdc\x50\xb1\x73\x9e\x3c\xc0\x20\x67\x80\x00\x48\ \x82\x49\x24\xc5\x28\x89\x92\xac\x9c\x2d\xc9\xde\xb5\x9c\x64\x7b\ \x57\xeb\x95\xbd\xd6\xe6\xdf\xb7\xdf\x26\xa7\xcf\x96\x25\x07\x59\ \x39\x9b\x0a\x0c\xa2\x98\xc4\x04\x12\x24\x88\x9c\x81\xc1\xe4\xd4\ \x3d\x9d\xbb\x2b\xdf\xf0\xfb\xa3\x66\x86\x60\x92\x04\x90\x20\x45\ \xb2\x5f\xe2\xe1\x33\xd3\x53\xdd\x55\x75\xfa\xd6\x79\xef\xc9\xb5\ \x8a\x62\xc4\xb2\x3d\x3d\x9c\x10\x25\x1a\x7b\xf7\x87\x3e\xd4\x37\ \xd4\xcf\x1c\xa7\xf3\x78\xbc\x1a\xc6\x28\x6a\x5b\xed\x74\x3a\x83\ \x17\xad\x3a\x78\xa5\x66\xaa\x23\x8c\x11\x80\x14\x2f\x3a\x30\x34\ \xec\x7a\x4d\x15\x25\x1a\x8b\x3b\x56\xdb\x34\xcd\xc5\xda\x6e\xd4\ \x6a\xb7\x53\xb1\x28\xf5\x5b\x82\x4b\x40\xcf\x74\x84\x02\x8c\xd0\ \xc2\xd5\xbf\x12\x16\x29\x82\x70\x98\xc3\x82\x05\x2f\xa5\x08\x47\ \x47\x2a\x04\x25\x15\xb5\x55\x2e\xc6\xf3\xdd\x1d\x1e\xed\xe0\xb5\ \xeb\xd7\x45\x48\x30\xea\xb7\xc0\x37\x18\xc7\x1c\x14\x1f\x28\x42\ \x48\x01\x9f\x4a\x2e\x05\x17\xcc\xd3\x34\xc5\xe7\x4c\x0a\x4e\x08\ \xc6\x18\xb8\x90\x80\x31\x13\x82\x68\x9a\xa2\x69\x44\x31\x09\x52\ \x54\x22\x3d\xdb\x4b\x24\xe2\xd7\x5d\x7d\xcd\x8e\x6d\x5b\x9e\x78\ \xe2\x89\x13\xc7\x8f\x81\xf0\xa5\xa4\x5a\x42\xc7\x20\x5b\xe5\x26\ \x16\xce\x60\xcf\xb2\x4b\x37\xac\xc8\xeb\xbf\xe6\x14\x67\x5a\x76\ \x2d\xa5\x18\xb6\x22\xd2\x29\xb4\xbc\x6f\x40\x91\xd9\xa4\x2a\x77\ \xac\x5b\xb5\x62\x79\x7f\x4c\xd3\xa6\xe6\x66\x03\x25\xa5\xa6\x96\ \x83\x9e\x08\x64\x71\xb6\x55\xaf\xf9\x1e\x73\x2c\xbf\xde\x4c\xf5\ \x0f\x44\xe3\x69\x35\x96\x06\xa4\x02\x97\x20\xc0\xaa\xd4\x27\xc6\ \xc6\x82\x6a\xd1\x20\x0c\x2b\xa0\x69\x11\x3b\x40\xf9\x65\xeb\x76\ \xad\xb8\x3a\x88\x25\x5c\x04\xd5\xb1\x46\xa3\xd9\xf0\x34\xf3\xc8\ \xe4\xec\xe8\x5c\xbb\x3f\x53\x28\x64\xf2\xc8\x4c\xc6\x57\xac\x95\ \xa5\xe0\xf0\xd4\xb8\x8f\x86\x47\xb2\xf1\xde\x5c\x72\xe5\x72\x55\ \x53\x95\xfa\xc8\x18\xb3\x1b\x54\xba\x54\xd1\x04\xd5\x8b\x95\x46\ \x2a\x97\xdf\x70\x49\xff\xd8\x4f\xef\xb7\x85\xf0\x02\xa8\x4e\x37\ \xdd\x80\x4f\x4c\x4e\x6d\xb3\xdc\x2e\x7c\xde\x9a\x28\x4c\x08\xf9\ \xf0\x87\x3f\xfa\xa9\xdf\xf9\x5d\x89\xd0\x8e\x4b\x2f\x8b\x7d\xe3\ \x3b\xd5\x7a\x3d\x4a\xe2\x85\x42\x37\x17\x41\x2e\x9f\x9b\x2b\x57\ \x73\xfd\xeb\xe2\xe9\xdc\xd8\xd4\x5c\x71\xde\x6d\xd9\xcd\x5c\xa6\ \x97\x50\x45\x08\x0b\x50\xc7\xb5\xfb\x6a\x38\x52\xa5\x0c\x33\x8c\ \xce\xe5\x51\xb4\xc4\x47\xcf\x0b\x4c\x3e\x63\xf5\xbd\x14\xba\x45\ \x28\x68\xd7\x2a\x96\xc8\x64\x92\x14\xe4\xd2\x57\x7f\x6e\xae\xd3\ \x33\x19\x46\x08\x3d\xbb\xe3\xdf\xa2\x01\x28\x24\x2c\x0c\xf8\x43\ \x8b\xd6\xa0\x04\x29\x01\x90\xfc\x25\xa6\x15\xa1\xc5\x2d\x37\x3c\ \xdb\x97\xbd\xf8\x33\xfa\xf9\x77\x88\x24\x84\x27\x03\x04\x08\x90\ \x5c\xa8\x81\x96\x20\x25\x48\x82\xa5\x10\xa2\xc3\xa0\x1d\xbc\xa6\ \xfd\xba\x08\x13\xee\xa8\x56\x83\x9a\x28\x00\x1d\x30\x92\x80\x05\ \x10\x09\x14\x21\xe1\x49\x2e\x05\xd5\x8d\x88\xd3\x6c\x71\x44\x08\ \x51\x24\xc2\x5c\x72\xaa\x68\x42\x02\xa6\xa8\xed\x78\x13\xd3\x53\ \xf9\x44\x9c\xfb\xbe\xae\x29\x14\x58\xad\x34\x1b\x8d\xea\x7f\xfc\ \x07\xbf\x7d\xe6\xcc\x99\x6f\x7f\xe7\x1b\xd3\xd3\x33\x6d\xa7\x2c\ \x41\x2a\x3a\xdf\x30\xb8\x6c\xcb\xea\x01\xd2\xaa\x6c\xed\xc9\xff\ \x3f\x9f\xfa\x44\xab\xd9\x52\xa8\x0e\x42\x58\xed\x8a\x4a\x31\x92\ \xcc\x6a\x34\xfc\xd2\x4c\x09\x43\xf7\xf2\x15\xfd\x1b\x2e\x6d\x0b\ \x82\x8d\xa8\x67\x39\x0e\x91\x46\x57\x8e\x7b\xc1\xfc\xc4\xd4\x7c\ \xa9\x11\x4b\x33\x51\xb1\x24\x54\xa5\x19\x9d\x1f\x1d\x6f\xcc\xcf\ \x28\x20\x31\xc8\x44\x34\x1a\xd5\x10\x35\xe8\x74\xcb\x1e\x3e\x79\ \x56\xeb\xdb\x0a\x46\x72\x6e\xa6\x61\xcf\xb7\xdb\x53\x4d\xcf\x25\ \xd1\x15\x89\x64\x24\xaf\xa9\x25\x85\x83\xdf\x68\x3a\xb6\xa3\xc5\ \x8d\x46\x2d\x3e\xd7\x10\x53\xa5\xd3\x31\x82\xd7\x0f\xa6\xb7\x5b\ \xfe\xd0\xb2\x01\xcc\xbd\x84\x06\x3a\x42\xe9\x54\x32\x9e\x1f\xc8\ \xf6\x13\x8f\xc1\xcf\x1e\x7b\xbc\xe2\x00\xd6\xe3\x42\xd3\xe6\xaa\ \xcd\x86\xe5\xcd\x3b\x24\x90\x18\x9f\xbf\x83\x2c\x1c\xf2\xfa\xe6\ \x37\xdf\xa4\xa8\xba\x54\x68\x24\x1a\x4b\x24\x92\x9a\xa9\x5f\x7f\ \xc3\x9b\x7f\xfd\x13\x1f\xd5\xa3\xfa\xdd\x3f\xb9\xeb\xee\x9f\x3c\ \xea\x7a\xba\x46\x52\x49\x53\xba\xed\xf9\xc0\xe2\x5f\xff\xd2\x0f\ \xb6\xae\xfa\x74\x2e\xaa\x04\x41\x27\x98\xf4\x2a\x38\x76\xa5\x10\ \x4b\x73\x1a\xce\x25\xb0\x25\x7e\x5d\x3a\x94\x52\x22\x99\xd7\xb6\ \x5d\x89\xa8\xae\xa9\x04\xa3\x0b\x26\x52\x4a\xc8\xcc\xf1\xfb\x3e\ \xff\x58\xf0\x6f\xff\xe0\xc3\x59\xc4\x98\x78\x96\x29\xfc\x5c\x5e\ \x5f\xbc\xc2\x25\x02\x94\x52\x4a\xce\x41\x72\xc1\x25\x42\x18\x90\ \x90\x12\x24\x0a\x09\x79\x81\x7a\x7f\xd1\x05\x60\xc9\x59\xdb\x17\ \x80\x71\x54\xa5\x58\x0a\x26\x21\x3c\x0d\x46\x88\x62\x14\x04\x81\ \x0f\x58\x7b\xf1\x41\x44\x8b\x97\x84\x42\xcb\x14\x84\x44\x08\x84\ \x04\x29\x05\x41\x20\x80\x3f\x3b\x68\xdb\x41\x07\xaf\x35\x1e\x65\ \x42\x66\x23\xea\x55\x2b\x52\xbe\x8a\x67\x5b\x5e\xc5\xab\x72\x1c\ \xf1\x38\x01\x95\xfa\x82\x0a\x06\x9a\x12\x65\x9c\x58\x1c\x69\x5a\ \x24\xf0\x7d\x45\xa5\x04\x90\x94\x1c\x04\x08\xce\x29\xc1\x13\x63\ \x23\x1b\xfb\xf2\x48\x08\xc9\x15\x06\x0e\x46\x72\xcd\xc0\xe0\xe5\ \x5b\xd7\xbc\xf9\x8a\xad\x3b\x36\x2e\xff\x6f\xff\xf5\x3f\xaf\x5a\ \xb3\x66\xb0\xaf\xef\xf4\xe1\x03\xbf\xf7\xc9\x8f\x99\x88\xd7\x46\ \x4e\xfb\x94\xc4\x24\x8e\x47\x0d\xab\xd5\x22\x14\xab\xaa\x20\x58\ \x50\x8c\xf2\xfd\x79\xaa\xe8\x3e\x67\xc5\xa9\xe9\xa0\xdc\xa8\x06\ \x50\x58\xbe\x2c\x1d\x11\xc2\xf5\xa3\x5a\x24\x9e\xeb\x89\x08\xb5\ \x38\x57\x9c\x1c\x99\x6a\x34\x1c\x23\x1a\xd3\xf5\x08\x60\x64\x4b\ \x2f\x9f\x4a\xea\xd9\x0c\x6b\x00\xe7\x4e\x71\x6e\xee\xe4\x5c\x71\ \xd6\xd7\x4c\xa5\x7b\xf2\xcc\x3c\x32\xb3\x8d\x9a\x33\x7e\x6a\x2c\ \x11\x2f\x44\x88\x4a\x08\xc9\x24\x62\x41\xad\x6a\xd0\x04\x06\x34\ \x6f\xd7\x5b\x9e\x8f\xa2\x19\x97\xf9\xed\x56\xbd\x7e\x74\xe6\xe9\ \x93\x73\xdd\x39\xf3\xb2\xad\x6b\x36\xac\x1a\xc8\x47\x15\xab\xdc\ \x6e\x17\x4f\x39\x81\x9c\x9e\x9d\xab\x5b\x2e\x8a\xa4\x6c\x8e\x1b\ \xed\xa0\x6c\xb3\xb6\x23\x5c\x6c\x22\x4c\x2f\x48\x27\x23\xce\xf9\ \x5f\xfe\xe5\x5f\xbe\xff\x7d\x1f\xbc\xe9\xb6\x5b\xa5\x94\x98\xe2\ \xc0\x66\x37\xdc\x78\xfd\xe0\x60\x7f\xa9\x3c\xfb\xe5\x2f\xfd\xfd\ \xf1\xe3\xe3\xd9\xd4\x40\x32\x95\xa9\xd6\x6a\x2c\x60\xf1\x78\x7c\ \xea\x44\xfd\xde\x1f\x0d\x7d\xf4\xa3\xef\x00\xe8\xf0\xe8\x2b\x4e\ \xa3\xe7\x9a\x7d\xe7\x72\xd5\x82\x61\xf7\x8c\x83\x87\x2a\xb8\x78\ \xe2\x91\xaf\x7d\xf3\xce\x19\x47\x10\x89\x97\x5f\xfd\xee\x4f\xbc\ \xfd\x32\x63\x71\xf8\xba\x60\x41\xd8\x41\x7e\xe9\x1d\x2c\x60\x12\ \x10\x55\xe8\x82\x91\xc7\x19\x97\x98\xd2\x67\xa6\xb5\xfb\xae\x55\ \x6f\x87\x5d\xea\xe5\x73\xf6\x6c\xcf\xa1\xe7\xe7\xf2\x68\x78\x04\ \x67\x00\x02\xa4\x78\x56\x81\xd6\x82\x0d\xf9\x0b\x49\x14\xcd\x4c\ \x17\xbf\x71\xa4\x58\x64\x52\x4a\xe8\x2d\xe4\x3e\xbc\xa9\x50\xd0\ \xe4\xc3\x07\x4f\x3f\x82\xb2\x9f\xdb\x5e\xa8\xcd\xcc\xfd\xe5\xbe\ \xe2\x95\xdb\x56\xde\x54\xd0\xc2\x19\x73\xbf\xc8\xb0\x45\x20\x85\ \x7c\xc6\x58\x46\x20\x99\x04\xd9\xa1\xd1\x0e\x5e\xcb\x3c\xca\x45\ \x2e\xae\xdf\xbc\x23\xaf\x67\x97\x4d\x35\x82\x27\x8e\x4d\x1c\x19\ \x2f\x09\xa9\x49\x30\x80\x52\x0e\xd8\x07\xe2\x3a\x9e\xcb\x85\x4e\ \x09\xe2\x08\x89\x40\x27\xd2\x6e\x37\x23\x86\xde\x6c\x37\x15\x55\ \x55\x11\x8e\x12\x0f\x63\xc1\x03\x6b\x65\xcf\x5a\xc3\x50\x06\x73\ \xd1\x3d\x0f\xde\x79\xf3\xad\xb7\xac\x19\xcc\xbd\xff\xd6\xeb\x6e\ \xbb\xee\x06\xd3\xf3\xe5\xd5\x97\x56\x4a\xb3\x8e\xd5\x50\x88\xc4\ \x51\x53\x6a\x94\x46\xa3\x5d\x2b\x57\x22\x89\xeb\xf3\x4d\xa7\xd5\ \xa0\x00\x51\x53\xf7\x6c\xcb\x69\xd5\x30\x73\x10\x6b\xdb\xe5\x8a\ \x85\x1a\x83\xeb\xd7\x0a\x1f\xb5\x2d\x8e\xa5\x62\x26\x72\x26\x35\ \x6d\x24\xb9\x4a\xb0\xaa\x10\x8d\x52\x4a\x62\x66\x34\x69\x9a\xc5\ \x5a\xa5\x5a\x6f\xcc\x4d\x8d\x8c\x4d\x8f\x57\xbc\x60\xe3\xd5\x37\ \x9b\x7d\x5d\x3d\x34\xfb\xf8\xf8\xac\x9d\x37\xaa\x59\x25\xbd\xac\ \xbb\x42\xfd\xb9\x7a\x09\x21\x86\xc0\xab\x95\x26\x62\x89\x98\x28\ \xcd\x46\xf5\x38\xc4\x53\xb5\x66\x59\x89\xe8\x52\x72\x3b\x08\x86\ \x8b\xed\xda\x13\x07\x27\x8a\xe5\x35\x7d\x85\x5c\x3e\x5b\xb7\x03\ \x5f\x00\xd1\xf4\x7a\xe0\xda\x7e\x50\x6b\xb9\x36\xe3\x36\xe3\x01\ \xa1\x0c\xf3\x0b\x56\x00\x52\x48\xdb\x73\x3c\x1e\x30\x2f\xb0\x1d\ \x3b\x62\xea\x84\x88\x6d\x5b\x36\x02\xc0\xe1\x03\x7b\xe7\xa6\xc7\ \x36\xaf\xed\x79\xd3\x35\x57\xdd\x70\xd3\xad\xb3\x53\x63\x3f\x7b\ \xf0\xfe\xd1\xe1\x33\x81\x37\x77\x78\xef\x8f\xe4\x47\xde\xd1\x79\ \x3c\x5e\x15\x88\xe7\xdb\xa3\x8b\x36\xe9\xd2\x31\x44\x51\xac\xe9\ \xa7\xff\xfa\x7f\xff\x73\xd7\xad\xbf\xf1\x99\xeb\xd6\x63\xab\x52\ \x47\x09\xd2\x9e\xb9\xfb\xc7\xff\x72\x60\xbc\x9d\x1d\xda\xf1\xae\ \x5f\x7b\x73\x06\x35\x1f\xfd\x97\xdb\x9f\x3c\x3b\xcf\x24\x5d\x7f\ \xd5\xdb\xde\x72\xc5\x6a\x05\xb1\xb3\x7b\x7f\x72\xd7\x83\x07\x6d\ \xad\xeb\x1d\x1f\x7c\xdf\xda\xa4\x75\xcf\xf7\x7e\xb8\x7f\xa4\xda\ \xbf\xf9\x4d\xef\xbd\x6d\x17\xc6\x88\x60\x04\xa1\x77\x54\xbe\x10\ \xc1\x2f\xf2\xa1\x78\x5e\x09\xa9\x94\x42\x72\x0e\xc0\xa5\x10\xa1\ \x1f\x7a\x81\x42\xd1\x12\x25\xbf\xe8\x02\x26\x04\x35\x2b\xb5\xbf\ \xde\x3d\xb9\x7c\xed\xc0\xc7\xfa\x23\xc2\x77\xbe\xfb\xe4\xd8\xe7\ \x03\xf1\xb9\xcb\x72\xdc\x0f\x7c\x55\x96\xe7\xe6\xfe\xfa\xc9\xe9\ \x75\x1b\x96\xdf\x90\x25\xdc\xf7\x5f\xfc\x59\x38\xc7\x01\x0c\x48\ \x4a\x89\xa4\x44\x08\x24\x20\x40\x20\x81\x83\xec\xa4\xce\x75\xf0\ \x5a\xe6\x51\x09\xa0\x12\x64\xca\x20\x4e\x83\xfe\x8d\xcb\xe3\x51\ \x33\x70\x5a\x27\x27\xaa\x8e\x67\x81\x66\x4a\x42\x19\x51\x84\xe0\ \x04\x63\x19\x78\x54\xb8\xcc\x6e\x9b\x1a\xe9\xcd\x47\x1b\xb5\x7a\ \x3a\x49\x29\x45\x1f\x7e\xdf\xaf\x6d\x5f\xbf\x7a\xbe\x38\xdb\xdf\ \xdf\xd7\xd7\xd7\x7b\x70\xdf\xd3\x83\x79\xb3\x32\x51\x2c\x8d\x9d\ \x48\x67\x52\xb7\x5c\xb1\x35\x2f\xac\xf6\xe4\x44\xb1\x38\x0b\x44\ \x32\xee\xf5\xaf\x5d\x45\x13\x51\x19\xd5\xb5\x42\x16\x77\x15\x44\ \xcb\x4b\xc5\x0b\xfe\xc4\x64\xbb\x56\xd1\xb0\x42\x75\x4d\xd4\xbc\ \xa0\xd1\xea\xcd\x0e\x44\xf5\xd8\xd9\xf1\x23\x93\x4e\x2d\x4d\xa3\ \x26\x20\xce\x25\x10\x25\x9d\xc9\x68\x48\xba\x84\x5b\xbe\x1b\x80\ \x6f\x18\x91\x64\x5c\x77\x1a\xf5\x99\xd9\xe9\x93\xc7\x8e\xcd\x4c\ \x8d\x67\xba\xd2\x97\x6e\xdf\x41\x63\x7a\x75\x7e\x6c\xdb\x15\xab\ \x65\x3e\x71\xdf\xd9\xf1\xd4\x86\xee\xba\xf4\x26\xa6\xcf\x58\xcd\ \xaa\x53\x99\xeb\x4d\x44\xcb\xf5\xf9\x7a\xa3\xa6\x08\x14\xcd\xa9\ \x22\x62\xd4\x09\x16\x92\x20\x00\xac\xa9\xb1\x48\xd4\x76\xdd\xc7\ \x8e\x4c\x4e\x95\x1a\x2b\x87\xdc\xa9\xd2\xbc\xcf\x98\x66\x44\x24\ \x56\x8c\x48\xcc\xf1\x18\x47\x08\x10\xa2\x0a\x51\x54\x06\xf8\x42\ \x95\xb2\x14\x4c\xf2\x4c\x3e\x33\x5f\x99\x3f\x78\x70\x5f\xa9\x34\ \xf7\xc9\x4f\x7c\x94\x42\x30\x3d\x72\xbc\x27\x93\xf8\xfc\x5f\xfc\ \xef\xcd\x5b\xd7\xc7\xa3\x1a\xc5\x40\x2e\xeb\xbb\xf1\x9a\xa1\xb3\ \xa7\x4e\x38\x4e\x23\x91\xe9\xed\x38\x75\x5f\x2d\x2c\xda\xa3\x52\ \x3e\xc3\xa1\x0b\x06\xe9\xd2\x31\x18\x89\x93\x7b\xee\x9e\xee\x7f\ \xd3\x67\xdf\x7b\x55\x0c\x84\xc8\xa4\xbb\x90\x64\x56\x75\xc5\xb6\ \xab\x07\x36\xb9\xf7\x7c\xe3\xeb\xdf\x8a\x2f\xfb\xf4\xb5\xe8\x81\ \x7b\xf6\xe4\x6f\xf9\xd8\x26\xe3\xd4\xb7\xbe\xfa\x77\xf1\xc1\xff\ \xb5\xa5\xfe\x93\xbf\xfe\xa7\x87\x77\xdc\xf6\xb6\xad\xf1\x68\x46\ \xb3\x7f\xf2\xd5\x2f\x3e\xed\xaf\x7b\xe7\x6d\x9b\x7f\xfa\xcd\xef\ \x7c\x27\x5a\xb8\x3e\xa6\x20\xe0\x8b\x11\xc5\xe7\x90\x28\x92\x21\ \x59\x86\x1c\xb6\x70\x85\xe8\xdc\x07\x5c\x72\x06\x48\x00\xe3\x21\ \x6d\x2d\xdc\x01\x7a\xc6\x37\xf2\x62\xf7\x8b\x31\x3a\x3e\x59\x2a\ \xa7\xd2\xff\x69\x4d\xd2\x10\x0c\xcc\xd8\x27\xb7\x65\x3f\xfd\x54\ \xe5\x4c\x2b\x65\x52\x3c\x3f\x5b\xfc\xdb\x39\xb8\x64\xe3\xe0\x3b\ \xfb\x75\x16\x04\xe2\xe7\x10\xf2\x33\x7e\xdd\xc5\xf8\xae\x04\x89\ \x24\x48\x0c\x48\x4a\x19\x74\x68\xb4\x83\xd7\x38\x8f\x4a\xa9\x6a\ \x5a\x57\x4f\x4f\x2c\x9f\x95\x28\x88\x61\x77\x6d\x97\x61\x55\xe5\ \x5c\xd3\xf6\x7c\xd7\x97\x4a\x80\xa8\xc0\x34\x12\x31\xdd\x66\xad\ \x10\x57\x56\x0d\x2d\xbb\x6c\xf3\x9a\xa4\x49\x35\xcc\x53\xf1\x68\ \x21\x9b\xcd\x15\xf2\x93\x53\x13\xb9\xb8\x7a\xc5\x15\x9b\xda\xd5\ \x5a\xd0\x9c\x05\xa7\xd7\x44\x4e\x65\xf4\x58\xef\xf2\xeb\x93\x51\ \x72\xec\xf1\x47\x35\xd7\x9d\xaf\x56\x8d\x58\x24\x96\x49\xb5\xbd\ \xa6\x21\x15\x45\x8d\xe2\x58\x14\xa4\x60\xc0\x11\xf1\x52\x29\xd3\ \x6f\xcd\xbb\x5e\xcb\x24\x28\x1a\x8b\x01\x95\x9a\xa1\xf3\x00\xd9\ \x81\x77\x7a\x72\xc4\x44\xaa\x21\x94\x84\x16\x8b\xe8\x31\x8c\x34\ \xac\x51\x08\x58\xd0\x6e\x9b\x3a\x4d\x67\x12\xd5\xe2\xe4\x13\x8f\ \xed\x19\x1f\x9d\xa6\x88\x6e\xbd\x74\xd7\xc0\x50\x6f\xae\xaf\xf0\ \xd4\xa1\xa3\x2c\x20\x8d\xa9\x13\x9b\x56\x6f\x9b\x9c\x55\x9a\xc8\ \xab\x34\x6d\x5e\xf3\x0d\x97\x79\x1e\x58\x52\xd2\x42\xb7\xa8\xdb\ \x11\x50\x02\xc1\x25\x73\x35\x95\x2a\x9a\xa9\x68\x6a\x20\xc0\x45\ \x44\x89\xc7\xd2\xb1\x4c\xd3\xb3\xf7\x0f\x4f\x49\x02\x84\x28\x41\ \xad\x99\xcd\xe6\x81\x8b\x00\x85\x93\xcf\x25\x00\xc3\x10\x9c\x3b\ \x47\xfa\xbc\x40\x08\x69\x3b\xd6\x17\xff\xe1\x8b\x0a\x55\x74\x4d\ \xbd\xe9\xc6\xeb\xde\xf7\xc1\xf7\x79\x76\x1b\x0b\xbf\xaf\x2b\xb3\ \x7e\xf3\x6a\xb7\x5d\x0f\x98\xcf\x29\xd6\x84\x54\x88\xec\xce\xc7\ \x75\x23\x15\x49\x74\xbb\x1d\xad\xf3\x2a\x79\x76\xa5\x10\x42\x2e\ \xfc\xef\x39\x21\xd2\xa5\xf8\xa8\x14\x7e\xab\x51\x8d\x76\x5d\x42\ \x24\x78\x9e\x2b\x01\x01\x26\x32\x70\xa7\x4e\x1e\x3c\x36\xd3\xac\ \x34\x1c\x6d\x7a\x9e\xcb\x0c\x36\x73\x1b\xb6\x5e\x7a\xf5\x8a\xcd\ \xc7\x9f\x3a\x39\x3c\x32\x43\x8e\xee\x49\x5f\x72\xdb\x47\xdf\x7a\ \x1d\x00\x04\xa5\x63\x07\x9e\x38\x54\x1f\x34\x1e\x79\x64\xb6\x5a\ \xaf\x06\x13\x67\xed\x75\x04\x81\x10\x02\x04\x7a\xee\xf4\x1a\x84\ \x16\x4c\xe2\x30\xdd\x49\x48\x21\xa5\x3c\x97\x19\xa5\x94\x42\x70\ \x89\x98\x14\x5c\x22\x04\x42\x2c\x04\x4d\x17\x33\x68\x7f\x7e\x7c\ \xb4\xe5\xfa\x31\x33\x4e\x98\x1f\x30\x0e\x88\x2b\x9a\xa2\x73\xd1\ \x74\x7c\x8c\xe4\x7c\xb5\xd5\xd4\x23\xd7\xea\x08\x78\x20\xb8\x90\ \x3f\xa7\x8e\x66\x89\x47\x91\x04\xb9\xc8\xa3\x18\x21\x90\x92\x83\ \x90\x5c\x76\x96\x74\x07\xaf\x69\x1e\x05\x29\x25\x22\xbe\xa4\xc5\ \x62\xa5\x52\xab\xb9\x01\x5f\x37\xd0\x95\x8c\x18\x13\xf3\x4d\x0f\ \xe9\xe5\x96\x57\x6c\xb4\x67\x5b\x1e\x77\xfc\x8c\x89\x7f\xff\x37\ \x3f\xb2\xa6\x2f\xeb\xd7\x8b\xd9\xa8\x02\x81\x15\x31\xb5\xad\x3b\ \xb7\x1c\xd9\xb7\x8f\xdb\xd5\x68\xb2\x17\xd2\x11\x5a\x2f\x2a\xd2\ \xd5\x31\xeb\xce\xc4\xfa\x86\xfa\xa1\x5e\x99\x38\x7d\x62\xae\x3d\ \xab\x00\x13\x51\x00\xd5\x4b\xc4\x95\x48\x3a\x0e\x04\x53\x8c\xad\ \x62\xd9\xe6\xdc\x34\x8c\x88\x46\x54\xc3\xad\xfb\x35\xc7\x71\xb9\ \xa2\xb5\x1d\x2f\xdd\xdd\xc3\x8d\xb4\xaf\x04\x8e\x99\xad\xd4\xe6\ \x86\x06\xb3\x24\x20\xc3\x53\x65\x31\x57\x8c\xe8\x26\xe7\x5c\x70\ \x9f\x7b\x0e\x38\xce\xe8\xde\x7d\x4d\xea\xc5\x92\xa9\x37\xdf\x74\ \x53\x3e\xd7\xad\xa8\xb4\xd5\xae\x1f\x3e\x72\xb4\x34\x37\xad\xeb\ \x89\xd9\xb3\xc7\x12\x48\xbf\x21\x9a\x1d\x2f\xef\xf7\x1b\x02\xd7\ \x91\x70\x25\x55\xe3\x60\x44\x5b\xcc\x43\x51\x35\xad\x44\x62\xd0\ \x9a\x99\x1b\xf6\x9c\xb6\x1e\xd7\x09\x21\xa0\x69\x0c\x29\x12\x08\ \xe3\xc2\xd0\x0c\x5d\x23\x6e\x60\x53\x8a\x35\x09\x7a\x3c\xc9\x58\ \x80\xc3\x18\x95\x14\x18\x01\xa5\x80\x2e\xd4\xaf\x4b\x29\x5d\x3e\ \xb8\x6c\x7a\x6a\xaa\xbf\xaf\x6f\xa0\xb7\xfb\x8a\x2b\x2e\x27\x04\ \xda\x76\x33\x16\x35\xa3\x31\x03\x38\x13\x2e\x30\x88\xe8\x02\xe6\ \xe7\xe6\xa4\x67\x65\xfa\x57\x71\xee\x79\xa0\x76\xea\x47\x5f\x35\ \x7b\x14\xa4\x5c\x9c\xcd\x1b\xe6\xbb\xca\x67\x79\x2e\x25\x20\xc4\ \x85\x92\x2a\xf4\x37\xee\x3d\x55\xb6\xdf\xda\xaf\x93\x80\x63\x55\ \xe5\x8f\x7e\xff\x9f\xfe\xe5\x78\xea\x37\x3e\x72\xf3\xb0\x35\x75\ \x52\xf8\x8c\x0b\x00\xe1\x7b\x0e\x00\x57\x31\x61\x41\xc0\x03\x01\ \x54\x0a\x00\x29\x84\xe0\x9c\x49\x73\xc3\x65\xd7\xbc\x69\x28\xc6\ \x6e\xbc\x25\x53\xc8\x95\x0f\xfc\x0b\x07\x04\x52\x72\xce\xb8\x80\ \x67\xf2\x67\x97\xac\x3c\x84\x10\x0a\x29\xf3\x59\x7e\xdd\x85\xbc\ \x5c\x1e\x48\x22\x40\x70\x58\x74\xec\x3e\xcb\x2f\xfd\xe2\x3c\x2a\ \x01\x15\x22\x5a\x7d\xa2\x5d\xf1\x13\xdd\x44\x02\x86\xe9\x52\xd3\ \x53\x70\x41\x93\x13\x3e\xdf\xb0\xaa\xfb\xdd\xb1\xe0\xef\x76\x8f\ \x5a\xdb\x7b\x6f\xcd\xab\x3e\x13\x2f\xe6\xd7\x45\xe7\xd8\xa3\x12\ \xa1\x05\x8f\x72\x18\x1c\xc5\x48\x72\x1e\x5e\x55\x07\x1d\xbc\x56\ \x79\x94\x52\x52\xaf\xb5\xf6\xee\x39\x9e\xef\xe9\x4d\x26\xa3\x92\ \x39\x11\x85\x76\x0f\xf5\x6f\x5f\x8d\x25\xc2\x73\xa5\xf9\x9a\xed\ \x1c\x9e\xb7\x77\xef\x1f\xb9\xf6\xf2\xcd\xbf\xf5\xe1\xdb\xf6\x3d\ \x74\xff\x64\x79\x6a\xd5\xb6\x6b\x47\x8e\x1e\x42\x44\x0b\x64\xd0\ \x6e\xb5\xed\x9a\x33\x17\xcc\x01\xc7\x44\xd5\x8c\x78\xdc\x11\x7c\ \xd9\xba\xb5\x91\x6c\xa1\xb8\xef\xc0\xf4\xc8\x28\x00\xb7\x98\x6b\ \x5b\x76\x2e\x9f\x97\x44\x1a\xa6\x2a\x30\xf2\xad\xfa\x7c\xbd\xe5\ \x70\xc1\xda\xad\x35\x7d\x05\x55\x51\x7d\xcf\x22\x66\xdc\xa7\x9a\ \x91\xce\xeb\xb9\x2e\x4f\x02\x46\x38\x46\xf4\x27\x8e\x9c\xe9\xcf\ \x0f\x6c\xdb\x71\x59\xb0\x41\x58\x6d\x17\x84\x64\x8c\x39\x76\x9b\ \x0a\x01\x42\xe8\xba\x92\xea\xce\xc4\x32\x19\x5e\xb3\x6a\xe5\x6a\ \x7d\x7e\x7e\xf8\xec\xc4\xec\x4c\x25\x9b\x2c\xd8\x6d\x1b\x2c\xc7\ \x2d\x8d\x51\x52\x19\x20\xde\x64\xb1\xe8\x58\x0a\x07\xdd\xb6\x82\ \xd9\xa9\xa3\x0d\xaf\x46\xb1\x9c\xc2\x84\x31\xbf\x52\x99\x57\x14\ \x6c\xe4\x13\x88\x12\x00\xae\x6b\x0a\x0f\x7c\x29\x39\x42\x44\x48\ \x88\xc4\xe3\x8c\x05\x52\x42\x20\x38\x48\x44\xa8\xea\x7b\x9e\xa2\ \x28\x8a\xa2\x30\xf6\x4c\xda\xe3\xf9\xba\xd3\x31\xc2\xd7\xae\xde\ \x02\xab\x36\x79\xcc\xed\x1d\xe8\xbe\x64\xe3\x7a\xd5\xa0\x31\x53\ \xa9\xd5\xeb\x53\xd3\x93\x8a\x94\x99\x6c\xb7\x62\x68\x8a\xa6\x76\ \xad\x48\x83\xdb\xf4\xbd\x16\x73\x05\x50\x03\x94\xce\xd3\xf1\x6a\ \x58\xa3\x08\xa4\x08\xad\x3b\x21\x38\x17\x52\xa2\x05\x17\xa9\x04\ \x29\x11\x46\x21\x43\xb9\x12\xad\xd8\x76\xf3\xd6\xfb\xfe\xfa\x2f\ \xff\xef\xe7\x6f\xba\x6a\x3d\x75\x6a\x41\x7c\x00\x73\x29\x40\xb0\ \x80\xb1\xc0\x0f\x02\xc6\x83\xc0\x75\xdc\x20\xe0\xc0\x99\xeb\x38\ \x81\x2b\xd7\x5e\xb9\xed\xbb\x5f\xfc\xd1\xd7\xba\xf9\xb2\xa8\xd6\ \xb7\xb2\x77\xcb\xd6\x9e\x07\x1e\xdb\xb3\x3c\xba\x1d\x31\xae\x66\ \x7a\x0c\x5d\x6f\x8f\x1e\x3e\x35\x51\xbe\xac\x57\xe3\x42\xa2\x73\ \x4a\x69\xc2\x56\xbf\x12\x00\x21\x2c\x14\xf1\xbc\x3c\x23\x24\xa5\ \x94\x9c\x85\xb6\xf4\x42\xfd\xc9\xb3\x5c\xd3\x58\xbe\xf8\xf2\xf5\ \x24\x5e\xdd\x95\xdc\x3e\x39\xfb\x17\x4f\xce\xdc\xd4\x67\x08\xc7\ \xfb\xc9\x48\x6b\xd7\xaa\xae\x41\xca\x4e\x04\xbc\x05\x62\xf3\x60\ \xf6\x0f\x19\xfb\xdf\x4f\x4f\xd3\xed\x3d\xd7\xa7\x49\xf0\xe2\x05\ \xae\x8b\xfb\x10\x80\xc5\x62\x6b\x04\x48\x62\x24\xa5\x00\xc1\xe4\ \x1b\x6f\x14\x60\x07\xaf\x2b\x1e\x15\x82\x1b\x46\x74\xf3\x86\x6d\ \xc9\x5c\x8e\x31\x57\x8a\x40\x55\x40\x53\x70\xbb\x59\xa9\xd6\xe6\ \x79\xb9\x38\x90\xcd\xae\xbd\xf1\xd2\xa8\x42\xae\xbf\x7c\x33\xb2\ \xab\xb2\x5d\xdb\xb9\x79\x7d\xbe\xaf\xef\xd8\x9e\x27\x7c\xce\x90\ \xcf\x73\xdd\x7d\x27\x4f\xcd\x58\x96\xc7\xe6\xab\xc5\xe9\x12\xd6\ \x8c\xb3\xa3\xe3\xfd\x2b\x57\x83\x1f\xb4\x5d\x5f\x37\xe3\xdc\x91\ \x92\x8b\xb8\xae\xa0\x80\x5a\x35\xbb\x48\xe7\x6c\xcf\xd7\x23\x91\ \x5c\x26\x57\xb7\xac\x9a\xe5\xcc\x9f\x99\x70\x98\x68\x49\xdc\xdd\ \xdf\x9b\x1a\x18\x92\x44\x51\x09\x75\x9a\x4d\x56\xaf\x62\x8f\xdb\ \xc5\xfa\x43\x77\x3d\xa8\x81\xb1\x61\xeb\x96\xc2\x60\xbf\x12\x8b\ \x22\x4a\x41\xa1\x10\x04\x80\x09\x6b\x36\xac\x56\x73\x78\x74\xaa\ \x3a\x5b\x9c\x9f\x9a\x3a\x79\xf8\x88\xb0\xdd\x6c\x32\x39\x71\x76\ \x46\x55\xc8\xe6\xf5\x9b\x29\xb0\x99\xb9\x33\x11\x0d\xe2\x11\xec\ \x52\xad\xc5\xd0\xd9\xa3\xc7\x2d\xbf\x42\x29\x93\x26\x04\xaa\x82\ \x19\xc9\xc5\x23\x96\x6b\xcf\x4c\xcd\xf6\x0c\xf4\xea\xba\xa2\x10\ \x40\x84\x30\x5f\x50\x90\x01\xf3\x85\x0f\x20\x40\x51\x28\x42\x98\ \x71\x9f\x73\x48\xa5\xd2\xbe\xe7\x95\x2b\x15\x8c\x30\x46\x17\x12\ \x20\x45\x00\x9c\xf3\x76\x43\x3a\x8e\x9b\xef\xcd\x5e\x75\xd3\xad\ \x7a\x36\x25\x7d\x47\x89\xe7\xb3\x89\xae\x14\xe3\x00\x48\xa1\x26\ \xc1\x44\x0a\x26\xa5\xe0\xaa\xa6\x44\x0a\x44\x0a\x00\x62\xb7\xbc\ \xce\xe3\xf1\xea\xd8\xa3\x8b\x06\x5f\xc8\xa7\x02\x96\x02\xa4\x12\ \x38\x00\x08\x00\xe0\xdc\x23\xd1\xc1\x4f\x7c\xe6\x0f\x1e\xf8\xc9\ \xfd\xfb\x1e\x7f\x14\xb0\xb6\xec\x92\x81\x1b\xaf\xff\xb0\xe5\xfd\ \xf8\xde\x1f\xde\x8e\x94\xfe\xcb\xb6\x0e\x70\x89\x36\xed\xdc\x9a\ \x33\xa5\xef\xc1\xd0\xa6\xad\x41\x9a\xa6\x37\xdc\xf2\xaf\x3f\x44\ \xef\xdf\xfd\xf8\x04\x49\xbe\xa9\x7b\xe8\xc6\x8f\x7c\x0a\xfd\xf8\ \xce\xdd\xf7\xdf\xa7\x64\x06\x93\xcb\x36\xad\x5e\xb9\xeb\x1d\x97\ \x16\x67\xe7\xca\xac\xab\x47\x70\xbe\x44\x4b\x0b\xa5\xab\x0b\x3e\ \xe5\x90\x44\x9f\x5f\xf7\x02\x92\x73\x89\x39\x08\x21\xc5\x42\x7a\ \x51\x18\x67\xc5\x52\x02\x88\x9f\x63\x8f\x0a\x21\x08\x55\x7e\x63\ \x7b\xf7\xfd\xa3\xf5\xa7\xa7\x1a\x80\xc9\x8d\x1b\xba\xae\x2b\x68\ \xc2\xe7\x5d\x71\x73\x07\x22\xae\x1b\xac\xed\x4b\xff\xa6\x5f\x39\ \x54\xb1\xaf\x48\x98\x44\xbe\xa8\xdc\x42\xeb\x76\xd1\x8d\x2c\x11\ \x20\x89\x10\x12\x48\x0a\x2e\x19\xea\xb8\x75\x3b\x78\x6d\xf3\x68\ \x10\xb0\xee\xee\xc2\xb6\x77\xbe\x8d\xea\x7a\xb5\x5c\xf2\x5d\x7b\ \xbe\x3c\x5b\x29\xcf\x55\x9b\x6d\x20\x4a\xae\xbb\x77\x68\xf5\x6a\ \xbd\x67\xd9\xea\x81\x89\x28\x62\xd5\x89\x49\x9d\x12\xe1\x7a\x63\ \x4f\x3e\x99\x8c\x27\x13\x99\x94\xf0\x59\x21\x5f\x58\xb6\x72\xd9\ \xec\x5c\xb1\x5d\xab\x78\xae\x4b\x10\x99\x9e\x9c\x60\x1e\xa3\xaa\ \x96\xea\xed\xc3\x86\xa9\x05\xa2\x3e\x37\xe7\xb8\xb6\xe7\xf9\xad\ \x66\x40\xb0\xe3\xf9\x81\x8a\xa3\xb5\x99\x6a\x69\x7e\x3e\x9e\x4c\ \xd5\x38\x07\xc3\xe8\x5b\xbe\x2a\xdd\xdd\x4f\x53\x69\x90\xd8\xae\ \xd7\x25\x52\x3d\x1f\x26\xa6\xe7\x0a\x99\xec\xc4\xc4\xe8\x83\xf7\ \xdc\x61\xb7\x2a\x91\x54\x4a\xd1\x35\x21\x05\x20\xc4\x03\xd6\xac\ \xd5\xb9\x94\x96\xeb\x34\xaa\x35\xe9\x05\xd2\xf7\xbb\x73\x59\xe1\ \x07\x8d\x6a\xb5\xd9\x6c\x00\x86\xe9\xd9\x59\xc9\x7c\x2f\x10\x3e\ \x52\x89\xae\x24\xe3\xb1\xb1\x53\x23\x01\x77\xa2\xa6\x41\x14\xce\ \x21\x50\x15\x03\x63\x8c\x80\x10\x5d\x77\x59\x30\x37\x57\xcc\xe4\ \x73\x7a\x2a\xed\x7b\x2e\x42\x44\x51\x35\x22\xa4\xc0\xc0\x38\x8b\ \x18\x66\xc4\x34\x3d\xea\x61\x40\xd5\xf9\x72\xad\x5a\x13\x82\x27\ \x13\x49\x84\x40\x5e\x50\xfd\x28\x60\xdc\xb3\x61\x9b\x66\xe8\x5b\ \x76\xac\xa7\x49\xd3\xf6\xb8\xaa\x47\x39\x80\x1f\x48\x6a\x20\x8a\ \x21\x60\x20\x01\x38\x51\x25\x01\x2e\x81\x0b\x41\x31\x06\x21\x00\ \xdc\xce\xe6\xfd\x55\x81\x90\x42\x82\x14\x52\x48\x11\xb6\x0e\x40\ \x8b\x0c\xb1\x60\x50\x49\x29\x35\x4d\x53\x15\x0a\x85\x55\xef\xfd\ \x57\x1b\x16\xdf\xe6\xd7\x9b\xd6\xcd\x1f\xfa\xd4\x5b\x31\x02\x24\ \x99\xef\x7a\x01\xbc\xe3\x23\xef\x61\x9e\xd3\x72\xc8\x95\xef\x7c\ \x1f\x62\x5e\xcb\xe6\x43\x3b\x6e\xfe\xbd\x5d\x6f\x45\x20\x7c\xd7\ \xf5\x24\xba\xe1\xfd\x9f\xb8\x85\x60\x29\xb8\xe7\xba\x1e\x24\x6f\ \xf9\xd8\xa7\x64\xe0\x7a\x41\x70\x6e\x7a\x6e\xd8\x43\x01\xa3\xb0\ \x7e\x04\x89\x30\x9f\xf8\x39\xd5\x2c\x52\x48\xc1\xa4\x58\x34\x43\ \x17\xd8\x3f\xa4\x50\xf9\x4c\xa3\xa1\x17\x82\x46\x10\x45\x00\xba\ \x72\xdb\xc6\xfc\x6d\xa1\xdd\xcb\x25\x08\xe9\x72\xb9\xbe\x37\xb5\ \x05\xa4\xc3\xb8\x05\xb0\x63\x79\xe6\x72\x29\x1d\xfe\xe2\x43\x88\ \xe4\x62\xb3\x86\x45\x31\x85\x86\x74\x58\x46\x2a\x05\x07\x29\x3a\ \x2b\xba\x83\xd7\x30\x8f\x4a\x29\x55\x4d\xa1\x28\x70\x24\xa6\x11\ \x6d\x6a\x72\x64\x7c\x72\xdc\x71\x2c\x23\x1a\x5b\xb9\x62\xc8\x30\ \x35\x55\xd5\x66\xca\xa5\xd5\x5d\xb9\x28\x86\xc6\xec\x54\x42\x55\ \xa8\xe0\x6e\xdb\x19\xec\xe9\xa5\x9a\xee\x36\x9d\x48\x3a\x7d\xcd\ \x4d\xd7\xb7\xdb\x96\x42\x08\x48\x19\x31\xa2\x94\x1a\x93\x63\x53\ \xcb\xd7\xad\x4b\xaf\x5e\x9b\x14\x1c\x63\x2d\x5b\x9a\x6f\xd7\x1b\ \xd5\x52\xa9\x59\x6f\x70\x4a\x93\x85\x48\x2c\x9e\xa0\x94\x64\x7a\ \x97\x1b\xc9\x24\x8b\x26\xb0\x19\x25\x58\x05\x33\xc2\xb9\x0c\x5c\ \x97\x71\x3c\x3f\x5f\x39\xba\xff\x60\xb5\x52\xcb\xa4\x53\xd2\xb3\ \xed\x76\x6b\x6e\x6a\x62\x6d\x2c\x82\x5c\xdf\xb6\x6d\xd7\xf3\x1b\ \xd5\x3a\xc6\xa8\xaf\xaf\xbf\xbf\x27\x27\xfa\x7b\x4d\x4d\xab\x16\ \xcb\x13\xc3\xa3\x1e\xf3\xdb\xed\x76\x20\x38\x02\xd4\x76\x5c\x29\ \x45\xdd\x76\x20\x62\xc6\xb2\x89\xe9\x99\x72\xad\x3d\xa7\x46\xa4\ \x14\x01\xc6\x84\x60\x1d\x49\x4a\x15\x05\x61\x92\xcb\xa4\xcd\x58\ \xb4\x52\xaf\xcd\x16\xe7\x04\x13\xd1\x68\x54\xd3\x35\x5d\x37\x11\ \x40\xc0\x02\x5f\x82\x4e\x15\x02\x08\xb8\x28\x16\x4b\x8d\x46\x43\ \x53\x94\x88\x19\x69\xd6\xeb\xbe\xe7\xa1\x0b\x32\x49\x29\x25\xd7\ \x5d\xbb\xd5\x48\x44\x81\x80\xe4\x81\x41\x01\x71\x46\x09\x52\x89\ \x44\x12\x80\x49\x2c\x24\x53\x08\x20\x60\xd2\x27\x98\x10\x90\x00\ \x48\x80\xe8\x90\xe8\xab\x67\x8f\x02\x0b\x98\x5c\x2a\x23\x5d\x34\ \x46\xc3\x8d\x14\x92\x48\x55\x94\xc3\x87\x0e\x8f\x8c\x8c\x2e\x95\ \x87\x4a\x00\x8c\xf1\x9b\xae\xb9\x46\x0a\xe1\x9d\x63\x76\xb9\xb6\ \x13\x9a\x8b\xbe\x13\xfe\x00\xcc\xf7\x98\xbf\xe4\x69\x90\x9e\xe3\ \x9c\xe3\x76\x10\xae\x6d\x2f\x71\x52\xf8\xdf\x62\x9c\x31\x34\x49\ \x17\x68\x9e\x05\x01\x3c\xaf\xee\x85\xfb\x3e\x50\x02\x8b\x5d\x84\ \xe4\x52\x44\x55\xca\x73\x7a\xf5\x3d\x17\x0a\x46\xfb\x4b\xf6\x48\ \xd3\x57\x9e\xdd\xae\x8b\x09\x79\x69\xc1\xec\x8d\x28\xce\xe2\x89\ \x7c\x26\xfc\x5f\xe0\x7d\x41\x4b\xfd\x00\x25\x92\x21\x93\xa2\x85\ \x9e\x46\x82\x05\xac\x63\x8f\x76\xf0\xda\xe6\x51\x8c\xb1\xeb\x3a\ \x07\x0f\xed\x9f\x2b\x57\x2d\xab\x15\x30\xd6\x3f\xd8\xdf\xd5\xb5\ \x2e\x9b\xc9\x44\xa2\xd1\x46\xa3\x3e\x5f\x2c\xb1\x56\xab\x3b\x1a\ \x89\x9b\xba\x53\xad\x24\x62\x51\xe1\xb1\xa8\x69\x12\x21\xa5\xcf\ \x98\x94\x2d\xda\xd4\x23\x2a\xa6\x48\xd5\xf4\x81\x81\x01\x10\xe8\ \x2c\x4c\x0e\x9f\x9d\xc0\x46\x2c\x3f\xb4\xcc\x18\xe8\x07\x44\xd4\ \xae\x9e\xb4\x84\xb4\xef\x07\x8e\x23\x82\x40\x55\x28\x72\x2c\x30\ \x0d\xe9\xd8\xcd\x4a\x23\x9e\x2e\x20\x33\x0a\x8e\xef\xd9\x5e\xb9\ \x52\xf6\xdb\xb6\xdb\xa8\x1f\x79\x7a\xcf\xe1\xbd\x7b\xba\xb2\x19\ \xdb\xb2\x32\xd9\x5c\x7f\xd4\x24\x18\xb7\x9b\x0d\xcd\xd4\xf3\xa9\ \x54\x34\x16\x17\x5c\xa6\x53\x69\xdd\xd0\x1b\xad\x5a\xe0\xf9\x93\ \x63\xe3\x63\xc3\x23\xc5\x99\xa2\xe4\x52\x37\x8d\x80\x33\xdd\x30\ \xe3\xe9\x4c\xb3\xdd\xe2\x3e\xc3\x9a\xce\x70\xeb\xf0\xc9\x83\x48\ \xd5\x8c\x28\x95\x0c\x54\xa2\x4a\x89\x00\x2b\x8a\xa6\x61\x8c\x3d\ \x2f\x90\xd8\x49\x25\xd2\xe9\x64\xba\xde\x68\xd4\xaa\x55\x9c\x4c\ \xa5\xe3\x7a\xe0\xfb\xdc\x0b\x34\x45\xa1\x98\xb4\x1b\xcd\x72\xb9\ \xec\xda\x8e\xa9\x69\x9a\xa2\x4a\x2e\x34\x4c\x09\x26\x17\x96\xf8\ \x23\xa5\xa4\x31\x13\x54\x10\x4c\x48\x82\x85\x14\x18\x13\xc9\x25\ \x25\x2a\x48\x0e\x8c\x13\x4a\x9d\x56\x2b\x1a\x4f\x04\xae\xc3\x64\ \x80\x00\x74\xaa\x20\x89\xed\xce\xc3\xf1\xaa\x18\xa3\x42\x24\x12\ \xc9\xb9\xb9\x99\x74\x3a\xad\x69\x9a\x90\xcf\x62\xa0\x90\x15\x28\ \x21\x89\x44\x32\x97\xcb\x51\x7a\x2e\x8f\x22\xc3\x30\x15\x85\xbe\ \x2c\x59\xa9\x08\xa1\xe7\xf4\x99\x47\xa1\x4b\x04\x81\xeb\x38\xe5\ \xf2\xfc\xf2\xa1\x15\x4b\x6d\xf6\x04\xe7\xc9\x5c\xf7\x74\x80\x0b\ \x8c\xeb\x94\xc0\x39\xd4\x89\xd0\x33\xfd\x10\x5e\x58\x01\x61\x14\ \x37\x64\x96\x63\xfa\x6c\x1e\xe5\x42\x9a\x9a\xa6\xa8\x14\x8b\xf3\ \xb8\x1d\xf4\x8c\x5f\x77\xe1\xd2\x11\x46\x20\xc1\xf1\x79\x11\xcc\ \x81\xae\xde\xce\xbc\x97\x0e\x5e\xd3\x3c\x4a\x5a\xad\x46\xc3\xaa\ \x29\x3a\xcd\x46\xb2\x91\x68\x74\xd5\xca\x95\x91\x68\xc4\xf3\xbc\ \xd1\xd1\xb1\x6a\xa5\xea\xd8\x76\x36\x6a\x38\xcd\x9a\xc7\xf4\x64\ \x3c\xa6\x60\xe1\x07\x3e\xe6\x4a\xab\x5e\x25\x54\x43\x54\xb5\x85\ \xcf\xa2\x54\x53\x74\x84\x04\x55\xf5\x78\x34\x89\x81\x14\xe7\xab\ \x30\x32\x56\xf5\xec\x21\x8a\x22\x99\x1c\x89\xc4\x41\x08\xa4\x45\ \x95\x64\x12\x58\x20\x39\x0b\x2c\xc2\x2d\xab\xdd\xac\x69\x11\x43\ \xf2\xc0\x2b\x97\x5c\xd7\xb3\x5a\x2d\xa7\xdd\x9e\x9f\x9e\x1e\x39\ \x79\xbc\x34\x39\x16\xd3\x88\x02\xc1\xd1\x93\x27\xa3\xf1\xd4\x86\ \x4d\x1b\x56\xaf\x5c\x1b\x4f\xc4\x2c\xa7\x55\x2a\x55\x46\xc7\xa6\ \x04\x97\x5c\x08\x43\xd7\x1b\xf5\xd2\xfc\x7c\x31\x70\x7c\x43\x35\ \x30\x25\x96\xdd\x36\x8d\x48\x34\x91\x88\xc6\x12\x6e\x10\x98\xb1\ \x78\x7f\x26\x57\x61\xf4\xcc\x53\x87\x9a\xed\x46\x34\x93\x05\x10\ \xaa\x46\x4d\xcd\x00\x50\x38\xc7\x84\x12\x44\x91\x94\xd2\x6e\xb7\ \xad\x56\x0b\x63\x12\x8f\xc5\x48\x2a\x5d\x2e\x97\x25\x63\x99\x4c\ \x46\x55\x14\x29\xa5\xd5\x6e\xb7\x9b\x4d\xdf\x71\x75\x55\xa3\x94\ \x6a\x8a\x2a\xa5\x74\xb9\xb8\x50\x6d\x08\xae\xe3\xfd\xf3\x3f\x7d\ \xfe\xbd\x1f\x78\x4f\x2a\xdf\x05\x82\x11\x00\xc0\x94\x79\x56\x75\ \xbe\x58\x9a\x99\xb1\xdb\x76\xad\xdd\x7c\xf0\xb1\x87\xae\xbc\xfa\ \xea\x1b\x6f\xbc\x09\x53\x04\x12\x98\xe7\x81\x40\x1d\x7b\xf4\x55\ \x01\xe7\x3c\x5f\x28\xb4\x5b\xcd\x23\x87\x0e\xc4\xe2\xf1\x17\x74\ \x42\x48\x29\x55\x55\x5d\xb9\x72\xf9\xb3\x77\x56\x72\x62\x62\x34\ \xac\x34\xb9\x48\xd7\x86\x00\x84\x14\x8d\x7a\x3d\x9b\xcf\x27\x53\ \x69\xbe\xc8\x49\x3c\xf0\xb3\x83\x2b\x1a\x97\xde\xbc\x7f\xdf\xcf\ \x12\x41\x1b\x23\xf4\xcb\x5f\x84\x04\x50\x09\x19\x4a\x99\xcf\xab\ \x58\x85\x6a\x20\x4a\xf5\xe0\x97\xbf\x99\x73\x89\xff\x99\x69\x73\ \x12\x24\xc8\xba\x9a\x48\xed\xb8\x3e\xd3\xd3\xcf\x59\xd0\x59\x63\ \x1d\xbc\x86\xfd\xba\x98\x60\xcd\xd0\x7a\xf2\x3d\x2c\x08\x34\x55\ \x75\x5c\xc7\xb1\x9d\x72\xb9\xdc\xa8\x37\x18\x0b\x5c\xcb\x6e\xf9\ \xb6\x8e\xa5\xdb\x72\x7d\x15\x9b\x7a\x02\x6b\xb4\xdd\x6a\x00\xa1\ \x94\xea\x12\x51\xee\x2b\xa8\xa5\x06\xd4\xa5\x40\x35\x8d\x12\x85\ \xf6\x2f\x5b\x76\xdf\x43\x0f\x05\x14\x7b\x10\x68\x86\xee\x9f\x1d\ \x95\x44\x49\x67\x73\x99\x6c\x81\x12\x8a\x11\x42\x8c\x05\x76\x53\ \xc1\x10\x37\x4c\xc7\xb2\xaa\xed\x31\xbb\x6d\x35\x6b\x8d\x99\xa9\ \xa9\xe9\xd1\xb1\xfa\x7c\xd9\xd4\x94\x42\x2a\xca\x4d\xd2\xac\xd7\ \xcb\x15\xdb\x61\xfa\xf0\xd9\x29\x26\x51\x5f\x5f\x57\x24\xaa\xab\ \x9a\x89\x89\x66\x59\xae\xd5\xb2\xaa\xb5\x79\x09\x6e\x6f\xff\xa0\ \x86\xd5\xb9\xe9\x59\x80\x60\xc3\xa6\x15\x18\x93\xd3\xc3\x67\x1d\ \x3f\x20\x9a\x9a\xca\x66\xe6\x6b\xad\xb6\x65\x4d\xcf\xcc\x2a\x8a\ \xce\x98\x8c\x9b\x71\x12\xf6\x07\x95\x40\x29\x45\x14\x14\x85\x62\ \x84\x58\xc0\x24\x17\x08\x01\xf7\x5c\x0d\xe3\x6c\x32\xe1\x7a\x7e\ \xb5\x52\xd6\x34\xcd\x71\x1c\xc9\xb9\xaa\xa8\x89\x44\x42\x72\x81\ \x10\x92\x52\x60\x84\x2f\x78\x7e\x96\x94\xa0\xa8\x8a\x8d\x94\x87\ \xf7\x1e\xed\x19\x68\x26\xe3\x71\x21\x65\xab\xdd\xae\x57\x2a\xbe\ \x6d\xf3\xc0\xd3\x54\xb5\xe1\xcb\xe4\xca\xb5\xc7\xe6\xca\x62\xff\ \xa1\x54\x3a\xa3\x52\xd5\x75\xdd\xa4\x6e\x0c\x65\xd2\xa2\xe3\x08\ \x7b\x95\x4c\xd2\xa1\x55\xab\x6a\xd5\xaa\xd5\x6e\xff\x9c\xc3\xd8\ \xf3\x1a\x65\x28\x54\xb9\xd8\x8f\x31\x20\xb4\x62\xd5\xea\x44\x22\ \xc9\x9f\x6d\xd8\x09\x16\xac\xdc\x79\x55\x6d\x60\x45\xab\x56\x81\ \x67\xec\xc1\x5f\x96\xff\xfc\x17\xa1\xed\x97\xe3\x7e\x24\x20\x34\ \x94\x4c\xa7\xf2\xdd\x1d\x12\xed\xe0\xb5\xcd\xa3\x08\x21\xd7\xf3\ \x03\x26\x1a\xcd\x56\xad\x5a\x5b\xd6\x3f\xc0\x7d\xee\xba\xb6\x6f\ \xdb\x48\x30\xe9\xfb\x81\x65\xb7\x90\x6f\x66\x93\xc9\x54\x92\x52\ \x10\xc2\xd7\x74\xad\x52\xad\x70\x21\x63\x89\xb4\xa9\xab\xbe\xe4\ \x9a\x00\x10\xd2\x30\x4d\x16\x70\x8e\x21\x95\xcf\xd6\x9b\x35\xe7\ \xa4\xb5\x69\xc3\xbb\x74\xc1\x13\x18\xdc\x66\x63\x6e\x6c\x7c\x82\ \x21\xa0\x4a\x10\x04\xa6\xa6\x25\xa3\x06\x66\xbe\x4a\x44\xab\xd5\ \x9a\xa9\x94\x6a\xd5\xda\xcc\xc4\xa4\xef\xba\xd9\x64\x26\x13\x55\ \xa3\x11\xa3\x51\xaf\x53\x8c\x10\x25\x02\x41\xb3\xed\x58\x8e\x6f\ \xdb\x6e\x79\xbe\x4c\x71\x26\x1a\x8b\x9a\xd1\x68\x21\xdf\x8d\x80\ \xfa\x3c\x70\x98\x55\xad\xcc\xb7\x6b\x8d\xde\x65\xcb\x96\xf7\x2f\ \x8f\x98\x91\x7d\xfb\xf6\xfb\x9c\xa5\x53\x79\x26\xb8\x6d\x59\x92\ \x07\xbe\xeb\x6e\xdd\xb8\xad\x71\xe0\x78\x00\x44\x08\x4a\x90\xc0\ \x08\x10\x21\x18\x23\x84\x24\xc5\x88\x62\xaa\x00\x70\x11\x10\x8c\ \x09\xc2\x00\x48\xd1\x74\x53\xd5\x7c\x29\xb8\x94\x91\x68\x94\x12\ \x22\xa5\x14\x7e\x40\x34\x0d\xc2\x8a\x77\x21\x2e\xb8\xea\x0d\x01\ \x70\x09\xf3\x5d\x57\x9c\xad\xb0\xf2\xe9\x09\x45\xd3\x62\xb1\x64\ \x3c\x16\x13\x22\xa7\x60\xe4\xda\x56\xbb\xd9\xa8\x97\x5b\x1b\x37\ \x5e\xcb\x85\xf8\xe2\x9d\x07\x07\x07\x29\x26\x34\xe0\x22\x6f\xb4\ \x3f\xfb\x8e\x74\x67\x3c\xc6\xab\x46\xa5\x5c\xa4\xd3\x99\x4c\x26\ \xf7\x2b\x56\xc5\xbb\x30\x57\x8d\xbf\xd0\xe8\x31\x1e\x04\xa9\x7c\ \x77\xba\xbb\xef\x1c\x67\xf0\xaf\xc6\x35\x87\x65\x44\x1d\x12\xed\ \xe0\xb5\xce\xa3\x84\x60\xcb\xb2\x1f\xdf\x73\x00\x08\xba\xfe\x4d\ \xd7\x26\x93\xa9\x76\xbd\xee\xb6\x2d\xe0\x4c\xba\xbe\xd7\x6a\x1b\ \x04\x67\xb2\x59\x8c\xa5\xed\xda\xa9\x74\xd2\x63\x3e\xd5\x15\xaa\ \x13\xe1\x33\xe6\xdb\xd8\xd0\x7c\xc7\x93\xf3\x44\x8d\xc4\xda\x66\ \x43\x8b\x24\x3c\xce\x2c\xd7\xee\xef\xef\xdf\xb3\xfb\x49\x03\x98\ \xa8\x56\x6d\xcf\xea\xc9\x17\x06\x96\xf5\xd9\x81\x68\xb9\x7e\xdb\ \xf6\x9a\x8d\xfa\xec\xfc\xd4\xf4\xd8\x48\x69\x66\x92\x52\x8c\x54\ \x1a\x8d\x44\xd6\x0f\x0d\xa6\x13\x49\x90\xe8\xcc\xf0\xd9\xb9\x62\ \xd1\x76\xdc\x15\xab\xd7\x58\x50\x66\x12\x0a\xc9\x24\x77\xed\xf1\ \x33\xa7\xe8\x50\xbf\x2a\x5c\x0d\x15\xd2\x51\x53\x41\xa2\x58\x9a\ \x9d\x9a\x2d\xda\x48\xf4\xf6\xf5\xed\x5c\xbb\xa5\xa7\xd0\x05\x9c\ \x9f\x3a\x71\xb2\x5a\x6f\x00\xc6\xbe\xef\xcf\x97\xcb\x95\xf9\xa2\ \x6e\x44\xb8\x87\xb7\x6d\xbe\x24\x37\xb0\xe5\x27\x0f\x3c\x6a\xb5\ \x5b\x91\xa8\x8a\xc0\x13\xc0\xa9\x0a\x9c\x31\x29\x10\x42\x40\x41\ \x82\x14\x10\x30\x8a\x35\x4a\xa8\x17\x04\x84\x60\xa2\xaa\x8e\x10\ \x88\x10\x42\x48\xe8\x95\x12\x42\x84\xdd\xb6\x11\xc6\x88\xe0\x0b\ \xd6\x21\x9c\x8b\xe9\x7a\x60\x33\x54\xb1\x81\x5b\x4c\x56\x2a\x66\ \xd4\x53\x09\xa1\x04\xb9\x4e\x5b\xa1\x84\x44\xf3\xc3\x35\x47\x33\ \x22\xa9\x95\x5b\x78\x34\x61\x79\xde\x7c\xad\x11\x20\xd6\xf1\xea\ \xbe\xba\xe0\x9c\x03\xbc\xc6\x36\x32\x9c\x05\xd0\xa1\xab\x0e\x3a\ \x3c\x7a\xb1\x78\x14\x93\x5a\xa3\xb1\xff\xd0\xf8\x47\x3f\xf6\x8e\ \xae\xee\xee\xd1\xb1\x31\x9d\x90\xc0\xb6\x81\x71\x2a\x01\x05\xcc\ \x34\xf5\x46\xbd\x91\xca\xc4\x8d\x88\x11\x89\xc7\x4e\x9d\x3e\x41\ \x29\xc9\x66\x32\xe9\x74\xd2\x6a\x5a\x80\x18\x11\x81\x53\xa9\x3b\ \xb6\x2f\x88\xa6\x31\xd1\xf2\x9c\x96\x63\xe5\x73\xe9\xa4\xa9\x7a\ \xb5\xea\xaa\x35\x6b\x8e\xed\x3f\x75\xb6\x36\xdd\xd5\x3f\x14\xc9\ \x76\xe5\x92\xc9\x2e\xcd\x94\x20\xed\x76\x3d\x5d\x88\x16\xa7\x92\ \xe9\x64\xdc\xc0\x6a\xd4\x8c\xe8\x9a\xd1\x6a\xb4\xe6\x8a\x25\xc1\ \xb8\x44\x38\xdd\xdd\xab\xa5\x33\xad\xf9\x6a\xae\xab\xe0\xd7\xeb\ \x99\x68\x7a\xc5\x60\x7f\x26\x61\xe6\x52\x51\xde\xae\x95\x27\x1d\ \x37\x10\x12\x48\x77\x2e\x33\xb0\x6d\x47\x3a\x5f\xf0\x2d\x67\x62\ \xb6\x78\xea\xd8\xd1\x93\xc7\x8e\x39\x6d\x2b\x60\x41\xb9\x52\x55\ \x54\xba\xbc\xaf\x9b\xfb\x81\xf0\x89\x8a\xf4\x4b\xb7\x6f\xd3\x8c\ \xae\x07\x1f\xb8\xaf\x5a\x9d\x46\x38\x88\x25\x0c\x26\x7d\x8c\x25\ \x01\x41\x80\x2b\x98\x10\x82\x82\x80\x61\x86\x11\x48\xc9\x3c\x0c\ \x84\xea\x2a\x26\x24\x60\x9c\x73\x86\x00\xa4\x90\x20\x25\x5e\x74\ \x8e\xfd\xfc\x76\x30\xbf\xd0\x82\x20\x98\x46\x0c\x1d\xa5\x15\x4c\ \xb5\x7a\xcb\x72\x5d\xcf\xe2\x9e\x69\xa8\x8a\x62\xa6\xd2\x71\x8c\ \x04\x46\x52\x37\x22\xf5\x76\xb5\x55\xaa\xd8\x8e\xe7\x4b\xa9\x67\ \xe3\x1d\x1e\xed\xe0\x0d\x02\xd4\x99\xb3\xdb\xf9\xa2\x5f\x13\x3c\ \x2a\x84\xd0\x35\xed\x3d\xef\xba\x7a\xcd\xca\xa1\x89\x91\x11\xb7\ \xdd\x52\x62\x51\x2a\x05\xe3\xbe\xaa\xa0\x68\x54\x53\x28\x36\x23\ \xc9\x68\x22\xda\x6c\xd4\x75\xd3\xea\xee\xea\xb1\x1d\x8b\x31\x91\ \x4c\x64\x1d\x2b\x68\xd4\xad\xb6\xed\x5b\x4c\x24\xba\x23\x99\x74\ \xae\x25\x84\x60\x81\xdd\xaa\xd7\x2a\xe5\x35\xab\x97\x8d\x8d\x8c\ \xaf\x5f\xb5\xba\x7f\xe5\x8a\x83\x47\xf6\x1d\x7b\xec\x81\x4c\x57\ \x4f\xd7\xe0\x50\x3a\x9b\x4f\xc4\xe3\x54\x45\x43\x2b\xfa\xfb\xfb\ \x73\x76\xa3\xd1\x9c\xab\x94\xcb\xa5\x5a\xb5\xde\xa8\xb7\x5b\x8e\ \x57\xad\xb7\x7d\x40\x03\xeb\xfa\xe2\x99\x9c\xc7\x4e\xa7\xe2\x11\ \x82\x51\xad\x38\x37\x25\x9c\x64\x64\x85\x64\x46\x2a\x19\x8f\xc6\ \x92\x5c\x12\x23\x92\x48\xf7\xf4\xd7\x25\x1c\x7c\x7a\xdf\xe1\x03\ \x07\x1b\x95\x72\xa5\x38\xeb\xdb\xed\x64\x34\x96\x88\xc7\x0a\x5d\ \x5d\xd1\x44\x52\x06\xee\xf0\xd8\xd9\x48\xd7\xba\x76\xdb\x51\xea\ \x4e\x5f\xef\xaa\xf7\x7d\x70\x80\x05\x8d\x27\x9f\xbc\xff\xc4\x89\ \xa7\x23\x11\x0a\x08\x24\x63\x42\x82\x24\x08\x30\xc2\xaa\xc2\x40\ \x06\x9c\x21\x4a\x24\x42\x82\x73\x4d\xd5\xb1\x00\x2e\x78\x58\x9d\ \x87\x31\x16\x8b\x5d\x55\x99\x14\x17\x9e\x84\x89\x90\xe7\xbb\x3e\ \x40\xd3\x72\x53\xa9\x48\xbe\xab\x20\xb8\x70\x6c\x2b\x62\x6a\xba\ \xae\x33\xc6\x1a\x95\x92\x2a\x05\x95\x4a\x7d\xae\xc4\x01\x27\x52\ \x29\x3d\x12\x4f\x45\xb4\x4e\x68\xb4\x83\x37\x88\x6e\x75\x6c\xfb\ \x25\xec\x54\x3b\x78\x6d\x40\x02\x78\x9e\xfb\xda\xe6\x51\xc6\x79\ \x2e\x93\xce\x0d\xf4\x36\xe7\xe7\xec\xf9\x22\x73\x9c\x96\xdd\x4a\ \xc4\xa3\xae\xdd\x6a\x39\x16\xd1\x69\x32\x9e\x54\x28\x6e\xd5\xeb\ \x5d\x85\x7c\x2a\x99\x72\x1c\x57\xa5\x11\xcb\x72\x27\x27\x6b\x8e\ \x83\xcb\x25\x8b\x51\x85\x99\x66\x3e\x91\xc3\x54\x73\x2a\xf3\x6e\ \xad\x5e\x99\x99\xc5\x00\xc5\x5a\xd3\xe5\xa8\x67\x6c\x6a\xc7\xce\ \xcd\xeb\x28\xcd\xcd\xcd\x0a\xdf\x9b\x3c\x72\xf0\x68\xbd\x8e\x85\ \x44\x08\x53\x42\x02\xc6\x85\x94\x96\xdd\xc6\x54\x4b\xa4\x0b\x42\ \x53\x8b\xc5\x0a\x50\x6d\xfb\x8e\xcb\x72\x5d\x5d\xb3\xb3\x73\x94\ \x8b\xc0\x76\x62\xba\xa9\x64\x73\x5a\x94\xd4\xda\x16\x36\xf4\xa9\ \x4a\xa3\x52\x3d\x86\xa8\x41\x94\xa8\xaa\x1e\x74\xbc\xd6\xe9\x91\ \x33\x96\xe3\x66\x73\xa9\xb8\x0e\x85\xae\xc2\x8a\xfe\xde\x54\x2a\ \xd7\x68\xf9\x13\xb3\x95\xe1\xd1\x91\x6a\xdb\x8a\x93\x6a\x3e\xb9\ \x9e\x68\xb1\xae\xfe\x75\x53\xb3\xb3\x48\x24\x74\x3d\xa5\x4a\x42\ \x1c\x8f\x0b\x10\x08\x33\x8a\x05\x92\x44\xd3\xa4\x81\x01\x90\x10\ \x12\x01\x12\x42\x20\x81\x88\xcf\x88\x14\x61\x91\xa0\x24\x58\x20\ \x24\x24\x2c\xf4\xf9\xa6\x0a\xe0\x0b\x7e\xca\x25\x97\xae\xcd\x58\ \xb9\x59\x63\x04\x7a\x8d\xae\x44\x44\x4d\x9b\x86\x42\x88\xc7\x45\ \xb9\xde\xa8\xd6\xea\x09\x83\x98\xdc\x70\xfd\x56\x4f\x4f\x4f\x2a\ \x1d\x67\x80\x79\xe0\x48\x69\x76\x9e\xbd\x0e\xde\x08\x3c\x5a\xaf\ \x57\x3d\xd7\x45\xb8\x43\xa4\xaf\x73\x22\x8d\xc6\x12\xe7\x4c\xe4\ \x7d\x0d\xf2\xa8\x94\x22\x1a\x31\xdb\x52\x78\x6e\xc0\x05\xb7\xdb\ \x2d\x15\x22\x34\x15\x37\x0d\xdd\x13\xbe\xa4\x48\x37\x0c\x05\xeb\ \xa6\x1e\x8b\x46\x12\xb6\x1b\xcc\x16\x8b\xcd\x66\x8b\x10\x95\xf1\ \x5a\xbb\xe5\xc5\x63\x89\x68\x32\x95\xe8\xef\xcd\x77\x77\x59\x8e\ \xdd\xac\x37\xce\x9c\x3a\x5d\x29\x57\x05\xc0\xe4\xd4\x4c\xef\x15\ \xcb\x1b\x8e\x3f\x3c\x7c\x76\xcd\xfa\xd5\x3d\xcb\x86\x82\x66\x7d\ \xfd\x86\x8d\x95\x99\xd9\x66\xbd\x5e\xab\xd5\x4a\xc5\x52\xbd\xd9\ \xc0\x84\xe4\x72\x5d\x54\x37\x81\xea\xc5\x72\xbd\x7f\xf9\xca\x8d\ \x5b\x2e\x89\xc5\x13\x87\x0e\x1d\x15\x9c\x9b\x86\x29\x09\xe9\x5e\ \xde\xd7\xdd\x93\xef\xe9\xcb\xa5\x32\x71\xd7\xf7\x0e\x1f\x39\x7e\ \xf6\xc4\x59\x4c\xa2\x23\x13\xc7\x03\xcf\xdf\xb6\x71\x68\xd5\xea\ \xd5\x54\xd7\x52\xe9\x78\x22\x42\x0d\xcc\xbd\x66\xfd\xc4\x89\xe3\ \x48\x4d\x48\x6c\x14\xfa\x57\x07\xc5\x2a\x28\xf1\x15\xab\xd6\xcd\ \x59\xde\xd1\x93\x47\x03\xc6\x31\xb8\xd5\x4a\x95\x00\x46\x12\x51\ \x4c\x24\xa5\x88\x10\x84\x89\x44\x88\x87\xbd\xbc\x31\x46\x12\x30\ \x21\x18\x63\x8a\x31\x12\x48\x0a\x01\x42\x20\x29\xb9\x10\x08\x00\ \x21\x84\x11\x16\x98\xbc\x94\x62\x06\x85\x22\x0d\x08\x92\xb2\xdd\ \x6e\xcf\xe3\x62\x60\xaa\x26\x41\x9c\xf1\xa6\xe5\xb7\x3d\xa9\x6b\ \xaa\xaa\x53\x55\x53\x93\x89\x78\x24\x62\xb2\xc0\x6f\xb4\x6d\x23\ \x82\x10\xca\x76\x5a\xd5\x77\xf0\xba\x87\x10\xa2\xb7\x6f\xa0\xe3\ \xda\xed\xe0\x35\xc0\xa3\xe1\xc6\x2f\xf0\x83\xc0\xf3\x31\xc6\xdd\ \xbd\x7d\x1a\x41\x2d\xcb\xd6\x4d\x2d\x9f\xef\x92\x54\x12\x44\xaa\ \xb5\x16\x70\xd9\xb2\x1c\x0e\xdc\xf3\x3d\x20\xc4\x65\x1e\xa5\xaa\ \x11\xd7\x14\x83\x46\x53\x66\xa1\x3b\xa3\xe8\xa4\x5a\x6b\x97\xca\ \xf3\x67\xcf\x8e\xf4\x0e\x2c\x7b\xf2\xc9\x7d\x42\xa0\xd9\xd9\xd2\ \xb6\x2d\x97\xb8\x2e\x7b\x72\xf7\x9e\x42\x26\x1d\x4f\x27\x30\x97\ \xe9\xae\xee\x68\x3c\xa9\x47\x63\x99\x5c\x77\xa3\xd9\x2a\x57\x2a\ \x0d\xcb\x0a\x5a\xed\x78\xca\xdc\xb4\x6d\xfb\xe0\xd0\x1a\xcb\xf1\ \xf6\x1f\x3a\xc2\x05\x10\xa2\x50\x5d\xdf\x75\xdd\xd5\xeb\xd7\xac\ \x4a\xa5\x63\x08\x73\xdb\x6a\x4e\xce\x95\x47\x8b\xc5\x40\xd5\x89\ \x6a\xaa\xc9\x4c\x36\x9e\x08\x14\x3c\x59\xae\x20\x4a\xe6\xad\x56\ \x32\x42\x0d\xc4\xbb\x52\xc9\x81\x35\xeb\x91\x92\x18\x9d\xae\x4f\ \x9f\x99\x51\xe3\xfd\xcb\xd6\x5f\xd2\xf6\x61\x7a\x76\xc6\x48\x17\ \x72\x85\x6c\x79\x76\xac\xd9\xac\x62\x4c\x30\x22\x02\x2d\x00\x00\ \xb8\xe0\x4c\x82\x10\x12\x63\x42\x00\x21\x84\x30\xc6\x88\x60\x8c\ \x91\xc2\x05\x96\x8c\x4b\xa1\x60\x2a\xa5\x90\x02\x80\x73\xe6\xf9\ \x20\xc4\x05\x0b\x1e\x4b\xd0\x14\x25\x9f\xc9\x22\xaa\x5a\xad\x06\ \x6f\xd5\xdb\x08\x30\x42\xa0\x18\xb1\x48\x4c\xd5\x88\x46\x05\x25\ \x84\x10\xe2\x39\x9e\xe3\x36\x1b\x96\x1d\x47\x86\x46\x11\x46\x61\ \x44\x21\x1c\xdd\x11\xf6\x59\x5d\x68\x4f\x88\x9e\x19\x3d\x02\xe1\ \xeb\x61\xf3\x1a\x80\xe7\xce\x80\x5e\x6a\x71\xbe\x34\x75\xeb\x5c\ \x4f\xcb\x39\x9f\x70\xce\x50\x30\x79\xee\xe8\xe7\x85\xb1\xcc\x8b\ \xbf\x4a\x29\x81\x87\xef\x5a\xfc\x8c\x85\x83\xc2\x0f\xc1\x68\xb1\ \xb7\x2b\x08\x00\x21\x25\xc6\x08\x2f\x3a\xed\xc4\xd2\x59\x16\xda\ \x03\xa1\x73\xae\x73\x69\xe0\x16\x5a\xba\x3d\x2e\xe0\xdc\xae\xe8\ \x92\x2a\x80\xb0\x86\x11\x0e\x07\x8c\x3d\xb3\x4d\x94\x41\xf0\xdc\ \xfc\x1a\x4a\x29\x21\xe4\xbc\x1c\xf2\x08\xbd\xcc\xa3\xa6\xd1\x92\ \xd8\x96\x5e\x59\x10\x99\x7c\x6e\xb9\xe5\xb3\x7f\x09\xbf\x38\xf9\ \xbc\x79\xdd\xaf\x18\x82\x20\x78\xce\xa9\x09\x21\x8a\xa2\x88\x67\ \x4f\x4e\x93\x00\xec\x79\x47\x2e\x5d\xff\xb9\xdf\xd1\x73\x7e\x3d\ \xf7\xbb\xe3\x9c\x2f\x75\xb4\xe8\xa0\x83\x5f\x65\x1e\x45\x52\x48\ \x8a\xa9\x10\x2e\x02\xa4\xaa\xaa\x14\x5c\xd5\x74\xd7\xf3\x81\x71\ \xa4\x20\x2f\x68\xeb\x6a\x42\x48\x68\xb9\x2c\x12\xd5\x7b\xf2\x05\ \xa2\xe0\x72\xb5\x12\x8d\xc5\x0d\xd3\xb4\x2d\x27\x9a\x8e\x48\xc4\ \xca\xd5\xd2\xe4\xf8\xd4\x53\x4f\x3d\x99\xc9\x76\x79\x3e\x27\x54\ \xf5\x7c\x51\x9a\xab\x14\x8b\x95\xc1\xcb\x36\x05\x5e\xa4\x3c\x5f\ \x9a\x9e\x9c\x64\x9e\xeb\x3b\xb6\x4a\x94\xc0\xf7\xab\xd5\x06\x21\ \xd4\x8c\x44\xbb\xfa\x73\xdd\x7d\xfd\xb1\x64\x86\x49\x3a\x36\x31\ \x7d\x66\x74\x0c\x90\x92\xcd\x66\x4b\xa5\x92\xa6\x9b\xab\x36\xad\ \x4f\x64\xe2\xbe\xef\x96\x8a\x73\x33\x33\x53\x67\x47\x47\xe7\x5b\ \x56\x7e\x60\x79\xcb\x01\xd5\xd3\xb0\x69\x26\xba\x93\x89\x54\xdc\ \x8c\x9a\x11\x43\x4d\xc5\x54\xaf\x5e\x89\xeb\x9a\x90\xea\xd9\xf1\ \xca\xe8\x74\x3d\x9a\x5f\xb5\x62\xed\xce\xa6\xc7\xa7\x4a\x75\xc5\ \x34\x23\x31\x9d\xaa\xdc\xb2\xaa\x41\xe0\x62\x82\x41\x12\x09\x12\ \x2f\xb4\x89\x41\x20\x25\x02\xc0\x21\xc2\x16\xa0\x00\x3e\xe7\x18\ \x21\x04\x80\x25\x42\x02\x08\x92\x18\x61\x42\x31\x92\x48\x51\x38\ \x45\xf8\x82\xf5\x99\xf0\x99\xcb\x1d\xc1\x64\x3a\x99\x49\x45\x22\ \xdc\x6e\x72\xdb\x52\x15\x2d\x92\x4c\x07\x52\xb1\xdd\xb6\x17\xb8\ \x2a\xa5\xad\x66\xd3\x75\x5c\x45\xd1\x0a\xd9\x74\x80\xd1\x9f\xdc\ \x31\xe5\x79\x9e\xe3\x78\x52\x72\x45\x51\x12\x89\x44\xab\xd5\x8a\ \x98\xa6\xae\xe9\x82\xf3\x20\x08\x54\xaa\x68\xba\x06\x00\xb5\x46\ \x9d\x28\x0a\x00\xd4\xea\x75\x21\x90\xae\x9b\x8a\xaa\x22\x44\xa4\ \x94\xae\xef\x59\x9e\x03\x20\xa3\xba\x9e\x8e\xc5\xcb\xe5\x4a\x3c\ \x9d\x00\x05\xbb\x9e\x43\x01\x45\x14\x4d\x53\x54\x0e\xa8\xd6\xa8\ \xc7\xa2\xf1\x6a\xb5\x6a\xbb\x0e\xc2\x54\xd7\xf5\xd0\x46\x67\x9c\ \xdb\xbe\x1f\x70\x4e\x85\xaf\x79\x55\x1b\xc7\x20\xd6\x95\xa4\x7c\ \x55\x82\x55\x5b\x5e\x3d\xa0\x0a\xa1\x54\xd1\x85\x81\x9b\x4e\x43\ \xb8\x5e\x92\x98\xa5\x52\x25\x50\x29\x36\x69\x8c\xca\x95\xc9\x64\ \x82\xa8\xa7\x27\xa7\x26\x1c\xc7\x25\x5a\x94\x98\x7d\xa9\x74\xb5\ \x52\x14\x26\xa6\xa6\x61\x50\x43\xb4\x3d\xce\x3d\x45\x55\x89\xa2\ \x79\x1c\x9a\x96\x4d\x15\xad\x51\x6f\x20\x24\x29\x82\xb6\xe3\x5f\ \xbf\x2e\xf3\x9e\xcd\x71\x27\x10\x00\x00\x54\x4b\x3e\xf2\x95\x58\ \x65\xfc\x3f\x1f\x6d\x8f\xfb\x74\xb0\xa7\x1b\x13\x2a\x41\x32\xc6\ \x0a\xf9\xfc\xbb\xdf\xf3\x5e\x76\x4e\x49\xa5\xae\xeb\xf7\xde\x7b\ \xef\xfe\xfd\x07\x34\x5d\x0f\xf7\x49\x42\x08\xce\x18\x55\x14\x8c\ \x31\xc8\x73\x4a\x47\x96\x76\x57\x9c\x0b\x21\x08\x59\x28\x17\x96\ \x12\xc2\x0d\x00\xc6\x48\x70\x21\x84\x50\x54\x25\x08\x18\xe7\x0c\ \x00\x30\x22\x18\x53\xc6\x05\xe7\x9c\x10\x44\x29\xc5\x18\x03\x92\ \x42\x70\x4a\xa8\x1f\x78\x00\xd8\xf7\x7c\xc7\x75\x5d\xd7\xe5\x8c\ \x61\x8c\xcd\x48\xc4\x73\x5d\xc6\x39\xc1\x98\x52\x2a\x01\x38\x17\ \x18\x21\x45\x51\x38\xe7\xae\xeb\x12\x4a\x14\x45\xf1\x3c\x0f\x01\ \xd2\x34\x2d\xf0\xfd\x68\x34\x1a\x8b\xc5\xc2\xcb\x0b\x99\x66\xb1\ \xb7\xae\x0c\xf7\x26\x21\xcf\x52\x42\x24\x00\x63\xc1\xe2\xdd\x60\ \x00\xc9\x83\x00\x21\x44\x29\xc5\x04\x4b\x21\x19\x63\x42\x88\x85\ \x5e\x83\x18\x2d\x4c\x84\x91\x0b\xa9\x00\xe1\x16\x73\x61\x13\x03\ \xa0\x69\xda\x87\x3e\xfc\x41\x55\x55\x97\x08\xd2\x30\x8c\xc7\x1e\ \x7d\xf4\xdb\xdf\xfe\xe6\xb2\x65\xcb\x23\x91\x48\x58\xd9\x2c\x38\ \x37\x4d\xe3\xb6\xdb\xde\x96\xcd\xe6\x85\x90\x18\x23\x84\x17\x0a\ \xcd\x82\x80\xcd\x97\xe6\x06\x97\xaf\x08\x3f\x84\x73\x5e\xad\x94\ \x07\x97\xaf\x78\xe1\x8d\x26\xc6\x1d\x26\xe8\xe0\xb5\x61\x8f\x4a\ \xce\x99\xe7\x78\x56\xcb\x54\xf5\x6a\xb9\x1c\x35\xf5\x64\x32\xc1\ \x99\x67\x5b\x16\x56\x88\x61\x9a\x86\x16\x11\x40\x88\x02\xc9\x4c\ \x3c\x9e\x32\xb9\xf0\xb1\x86\x55\x5d\x55\x55\x25\x91\x8e\xba\x9c\ \x17\x8b\xe3\x73\xc5\xea\xde\xbd\xfb\x63\x91\x58\x36\x93\x3e\x74\ \xf8\x78\x32\x99\x98\x9a\x6e\x8c\x8e\x96\x66\x66\x67\xc7\x27\x93\ \x2b\x86\x7a\xd7\x64\xd7\x22\xc1\xb9\x6b\x4f\x8d\x8d\x72\x3f\x50\ \x55\x2d\x93\x75\x63\xb1\x78\x3a\x97\x07\x55\xad\x35\x5b\x33\xb3\ \xc5\xb1\x89\xd9\x72\xa3\x15\x4b\x66\x0a\x85\xae\x5a\xad\x5e\x2e\ \x97\xe7\x4b\x45\x9f\xb5\x4c\x03\xf3\xc0\x6f\x37\x1b\xd5\x6a\xa5\ \xde\x6c\xe7\xba\x07\x5b\x0e\x6b\xb5\xa4\xc7\x88\xdd\xf0\x74\xcd\ \x6b\x7a\x2d\x9f\x55\xb6\x6f\xdb\x54\xae\xd9\xbc\xc5\x9a\x75\xdf\ \x0f\x48\xd3\x21\xe9\xae\x55\x4a\x74\x60\x6c\xd6\x6d\x7a\x8e\x2d\ \x45\xc3\x6d\xa3\xe9\x71\x45\x81\x7a\x69\xd2\x76\x5a\x4a\xe0\x72\ \xc9\x25\x12\x58\x12\x02\x20\x29\x08\x04\x01\xe7\x5c\x4a\x8c\x30\ \x96\x08\x85\x6e\x5e\x04\x2a\xc1\x58\x20\xc4\x38\xe2\x1c\x85\xda\ \x06\x61\x29\x24\xb7\x2c\x79\xc1\xb5\x9c\x52\x5a\x96\xe5\x48\x5e\ \x6b\x7b\x88\xe8\x85\x4c\xda\x88\xc6\x41\xd5\x34\x55\x45\x54\xaf\ \x56\xda\xe5\x6a\x99\x52\x86\x15\xd5\xb2\xdd\x44\xc2\x48\x67\x0b\ \x66\xc4\xf4\x19\x9b\x75\xc1\xf5\x71\xbd\xe1\xd5\x6a\x75\x4d\x57\ \xd3\x36\x29\xcd\x96\x12\xb1\x78\x2a\x95\xd2\x75\x8d\x05\x58\xd7\ \x15\x69\xf3\x52\xa9\x54\xae\x56\x32\xd9\x2c\x26\x74\x6a\xba\x9c\ \x4a\x67\x53\x29\x0d\x07\x0a\x17\x82\x4b\x14\x04\x4a\xd5\xb2\x9b\ \xad\x46\x26\x2a\x73\x09\x75\x78\x78\x2e\x5d\x60\x6a\xcc\x50\x74\ \xaa\x02\x31\x91\x24\x88\x15\xab\xb5\xb9\xb9\xd9\xbe\xbe\xfe\x76\ \xdb\xad\xd4\x6a\xf1\x44\x2a\x9d\x56\x89\xa2\x30\xce\x83\x40\x04\ \x82\x34\x5a\x8e\x6f\xd5\xa3\x5e\xa5\x2a\x03\x4f\x27\x79\xc5\x89\ \xad\x8c\x3a\x52\x9b\x6c\x08\x4c\x10\xa6\x72\x6e\x66\xbe\x58\x9f\ \x8b\x12\x5a\xd0\xe5\xf4\x44\x0d\x62\x66\x24\x1b\xc9\x6a\x90\xd7\ \x40\x53\x70\xdd\x82\x19\x1b\x26\x5b\x75\xea\xb7\xab\x5d\x74\x7c\ \x62\x4a\xc6\xa9\x9e\x8c\xe7\xe3\x59\xcd\xc7\x9c\x63\xaa\x20\x9f\ \xd9\xe5\x5a\xbd\x5c\x6d\x46\x93\xe9\x96\xed\xd6\x1a\xed\x68\x3c\ \xa9\xc6\x72\x2b\x6d\x8d\xf9\x8e\x1f\x84\x76\x36\x16\x73\xa3\x78\ \xee\xe4\xf0\xb1\xc6\x49\x57\x09\xec\x36\xa1\x8a\x94\xd2\xf7\x7d\ \xcf\x75\x83\x20\x38\xd7\x24\x55\x14\x65\x6c\x7c\xfc\xc9\xa7\x9e\ \xd2\x0d\x03\xa3\x45\x9e\x5b\xcc\x18\x0c\x07\xb9\x20\x84\x11\x5a\ \x62\x52\xc4\x18\x0b\x0d\x23\x55\x55\x85\x10\x9c\x87\x6d\xd6\x41\ \x51\x14\x00\x60\x8c\x9d\xd3\x1b\x1e\x81\x44\x88\x50\x29\x10\x80\ \x44\x04\x30\x42\x52\x4a\x42\x30\x21\x88\x52\xc5\xb2\xda\x94\x2a\ \x08\xe1\x20\x08\x82\x80\x71\xce\x01\x64\xc8\xa0\xa1\xe9\xae\xaa\ \xaa\xaa\xa8\x61\xb3\xa4\x70\xa8\x4c\x10\xf8\xe1\x9f\x38\xe3\x08\ \x41\xe0\xfb\xcd\x46\xc3\xf3\xfc\xae\xae\x42\x2c\x16\x0b\xad\xc0\ \x45\x97\x0a\xc2\x08\x03\x12\x12\x64\xc8\xfd\x98\x10\x82\x31\x63\ \x3c\x9c\x9b\xba\x60\xdc\x4b\xc9\x18\x27\x04\x53\x4a\x39\xe7\xa1\ \x69\xce\x39\x97\x42\x86\x3c\x2a\x16\x0f\x5e\xd8\x4f\x02\x84\x5c\ \x0b\x00\xd1\x68\xf4\x5d\xef\xfe\x35\x38\xa7\xa5\xa0\xa2\x28\xa5\ \x52\xe9\xd0\x81\x03\x9e\xe7\x27\x12\x89\xf0\x30\xce\x59\x34\x1a\ \xb5\xad\x76\x90\x48\x85\x3c\x1a\x52\xb2\x94\x24\x08\x02\xcb\x6a\ \x9f\x3b\x05\xdd\xf7\x3d\x42\x48\x47\xe3\x77\xf0\x1a\xe6\x51\xc9\ \x3c\xda\xb5\x2a\xf9\xd6\x3f\x8a\x31\x8e\x31\x66\x8c\x11\x8c\x11\ \x82\x24\xc6\xa9\xd0\xf7\x84\x10\x40\xb8\xfb\xc6\x42\x21\x4d\x8c\ \x85\x60\x12\x20\x00\xb0\x10\x10\x4c\xb8\xe0\x92\x8b\xf4\x0a\x76\ \xd5\x66\xcb\x8c\x44\x84\x84\xde\xeb\x3d\x8c\xc9\x8d\x5e\xe0\xb9\ \x5e\x32\x19\x53\x35\xa5\xae\x2a\x8e\xa2\x50\x4a\x11\x40\xa4\x9b\ \x09\x21\x40\x02\x15\x42\x4a\x28\x83\x94\x00\x3c\x2d\xb0\xef\xf7\ \x2e\xf7\x87\x74\x5d\x55\x35\x00\x48\x07\xc1\x60\xc0\x3c\xcf\x25\ \x64\xc1\xed\xba\xe0\xc4\x94\xa0\x69\xba\xe7\x33\x2e\x41\x02\x06\ \x40\x9a\xaa\x04\xbe\xef\x7a\x6e\x2c\x16\x95\x82\xeb\xaa\x2a\x38\ \x97\x12\x88\xa2\x71\x01\x8c\x81\x90\x48\x22\x10\x00\x9e\xe7\x72\ \xce\x18\x67\x52\x70\x8c\xde\xa7\x51\x1a\x36\x54\x40\x28\x54\x30\ \x0b\xce\xcf\x50\x29\xa2\xa5\x1e\xde\xa1\x6b\x72\xf1\xb9\x5f\xea\ \xcb\x27\x25\x08\xc1\xf3\x3d\x3d\xbe\xe7\x9d\x3f\x87\x82\xaa\xd0\ \xdf\xbf\xb6\x17\x10\x61\x42\x60\x4c\x28\x71\x31\x06\x04\x14\x23\ \x29\xa5\xe3\x33\xc9\x79\x3a\x54\xd6\xfe\xa6\x21\x4a\xa8\xa2\x02\ \x80\x1d\xce\xc9\x02\x00\xce\x63\x9c\x19\x08\x23\x8c\x71\xe0\x77\ \x23\x8c\x28\x91\x98\xf8\x08\x00\x21\x57\x4a\xe1\xaf\xd4\xb9\xe8\ \x56\x28\x45\x08\x05\xac\x4f\x51\x54\x8c\x25\x80\xbf\xe4\x10\x14\ \x22\xca\xb8\x4e\x30\x21\x58\xfa\x9b\x7a\x31\xc1\x88\x60\x42\x10\ \x02\x81\xa4\x90\xd2\x0f\x18\x65\xac\x5b\x55\x31\x40\x94\x31\x83\ \xd0\xd0\x58\x0a\xa4\x14\x52\x22\x00\x85\x8b\xb8\xe0\x11\x2c\xbb\ \x38\x60\x01\x98\x40\x24\xaa\x11\x84\xa9\xcf\x04\x00\x06\xcc\x7d\ \x66\x32\x3e\x40\x31\xa6\x98\xb0\xc0\x40\x84\x10\x85\x28\x18\x19\ \x94\x22\xc9\xb6\xf5\x65\x03\x40\x1e\xe3\x92\x4b\x85\x12\xdf\x5f\ \x0d\x18\x21\x82\x29\xa6\x04\x21\x00\x15\x00\x09\x41\x19\xcb\x72\ \x91\x46\x98\x20\x84\x18\x97\x98\x60\x42\xb5\xa8\x2a\x5d\xbe\xc0\ \x76\x80\x10\x50\x15\x14\x4d\xd5\x75\x1d\x14\x55\xd5\x08\xa5\xa1\ \x3b\x5a\x51\x94\x25\xa7\x7d\x08\xd7\x75\xdf\x72\xeb\xad\x57\x5f\ \x75\xf5\x02\x57\x3e\x6b\x71\xc1\xd2\x68\x92\x73\x5d\xae\x61\x37\ \xfa\x05\xcb\x4c\x9e\xe3\x6f\x45\x28\xec\x25\x20\x85\x44\x0b\x9e\ \xf6\xd0\xfd\xfb\xcc\x27\x9c\xfb\x5e\x84\x10\x17\x1c\xc1\xb9\xa7\ \x0d\xa7\x73\x73\x4a\x29\xc2\x58\x70\xbe\x14\x7d\x5f\xf4\xa2\x87\ \x91\x7a\xe0\x9c\x43\x18\xb6\x5f\x74\x56\x13\x42\x42\xfa\x11\x42\ \xa0\x67\x1e\xd5\x73\x1d\xf0\x72\xd1\x79\x0f\xcf\x0c\x1e\x5d\xf0\ \x51\x3f\x33\x58\x7b\xb1\xc1\xe1\x62\xbb\xfb\x67\xb5\xee\x05\x78\ \xf6\x9b\x31\x26\x9a\xa6\x81\x7c\xe6\x5c\xa1\x69\xab\x1b\x86\xa6\ \x69\xe1\x3e\x03\x00\x38\x27\xaa\xaa\x2e\x9a\xb3\x80\x9e\x8d\xe7\ \x58\x99\x9d\x08\x68\x07\xaf\x7d\x7b\x54\x4a\xa4\x1a\x8a\x1e\x55\ \x11\x92\x20\xb5\x67\x34\xc5\x33\x5a\x64\x89\x50\x82\x85\x71\x11\ \x68\x29\x08\xc7\x16\x9e\x55\xd0\x10\x32\x32\x58\x4a\x01\x00\x31\ \x84\xc2\xf6\xdc\x08\x21\xce\xb8\x90\x52\x0a\xe9\x83\xf4\xc3\xd0\ \x0f\x41\xe1\xcd\x9d\xab\x6a\x08\xa0\x08\x42\x31\x84\x16\x9e\x58\ \x29\xd5\xc5\xa7\xee\x59\x97\x13\x9e\x5a\x8a\xf8\x39\xf1\x25\x21\ \x17\xb4\x98\x10\x62\x71\xfc\xc5\x42\xa4\x0d\xd0\x42\xc7\x21\x74\ \x4e\x44\x10\x42\xda\x44\xe7\x1c\xb9\x14\x12\x84\xe7\x28\x92\x17\ \x8c\x6b\x9d\xa3\x6e\xc3\x70\xd1\x05\x85\x48\x11\x42\xfd\x69\xfd\ \x99\xf3\x3d\x13\x4a\x0a\x2d\x0c\x8c\x40\x83\x85\xa4\x27\x5d\x4a\ \x90\x92\x9f\xd3\xa0\x34\xbc\x07\x65\x51\x4d\x6b\xf2\x99\xc8\x22\ \x00\x30\x00\x84\x22\xca\x12\x39\x20\xa4\xc9\x85\x21\x99\xcf\x6a\ \xb0\x8a\x90\x12\x2a\x49\x14\xd7\x42\x65\xf9\x2c\x41\x20\x05\x21\ \x45\x0a\x09\x08\x10\x10\x19\xf6\xa9\x78\xd6\x2d\x60\x00\x12\x6e\ \x3a\x90\x04\x09\x0a\x97\x00\x20\x31\x2c\xa8\x66\x84\x14\x04\xaa\ \x5c\x18\x94\x45\x97\xf4\xb1\x90\x01\x00\x8a\xaa\x14\x01\x20\x44\ \x42\x36\x42\x28\x0a\xf2\xd9\x92\x00\x00\x44\x11\xd0\xc5\x2f\x6b\ \x49\x56\x9c\x0b\xe0\x17\xe4\x4f\x17\x42\xa4\xd3\xe9\x5c\x2e\xf7\ \x9c\x88\xef\x2b\xf3\xb0\xfd\xdc\xb6\x7c\xbf\xec\x2c\xeb\xc5\xb5\ \xff\xca\x5e\xfb\xe2\x63\xf1\xfc\x78\x73\x07\x1d\x74\xfc\xba\x00\ \x52\x48\xbe\xe0\xa6\x91\xbf\xc4\xa3\x14\x1e\x84\x9e\xad\x01\x24\ \xc0\x52\x5c\x29\xd4\xb5\xfc\x85\xde\x8b\x16\x68\xe2\x85\xb5\x08\ \x7f\x8e\x11\xf0\x7a\x47\xf0\x0b\xa8\x60\xf1\xaf\xcf\x24\xd4\x9c\ \xbb\x2b\x38\x57\x48\xf2\x85\x75\xde\x0b\x88\x13\xfd\xa2\x53\xc0\ \x8b\x7c\x09\xf2\xc5\x2f\xf2\xb9\x7f\xe2\x3f\xf7\xaf\x4b\x97\xf1\ \xbc\x2e\xc1\xe2\xc5\xaf\xe1\xe5\x5c\x0e\x9c\xf3\x17\xec\x9f\xd7\ \xc1\x6b\x05\xbe\x55\x9d\xad\x7a\xbd\xfd\xdd\xe7\xab\x25\x9b\x73\ \xe3\x4d\x2d\xdf\x97\x32\x5e\xe3\x02\x60\xf3\x33\x73\x24\xde\x95\ \x8e\xbe\x0a\x49\x58\xc2\xad\x4f\x57\x44\x3e\x81\xca\x2d\xd9\xdd\ \x9d\xfe\x15\x8f\x60\x77\x02\xec\x1d\x74\xd0\xc1\x1b\x1e\xbc\xfa\ \xc8\xbd\xf7\x4f\x59\xcf\xda\xf7\x94\x4e\x3f\xfc\x0f\xdf\xb8\xff\ \xf9\x7b\xab\xb3\x4f\xde\xf3\x85\xbf\xfe\xf3\xbf\xfd\xf2\xed\x67\ \x4a\x2f\x5c\xd7\x7f\xf0\xf6\x7f\xba\xfd\xc0\xec\x0b\x11\x53\xfd\ \xe1\xdb\xbf\xfc\x17\x7f\xfe\x57\xdf\xfb\xd9\x41\xe7\x45\x2e\x64\ \xea\xd8\xa3\x4f\x9e\xa8\xfd\x32\x97\x5c\x1a\x3e\xf0\xd8\xc1\x91\ \x9f\xeb\xa4\xb2\x0e\xee\x79\x6c\xaa\xf1\xcc\xc6\xe0\xc8\x63\x0f\ \x9d\x2c\x07\x00\x50\x3f\xb3\xef\xd1\x03\x63\xbf\x70\x23\xf1\xb3\ \xef\x7f\xed\xc9\xd1\x0b\xe8\x5d\xc0\xf6\xdf\x77\xd7\xde\xe1\xfa\ \x4b\x32\xbb\xa6\xf6\x7c\xed\x07\x8f\xd7\xa6\x4f\x3d\xb8\xfb\xe8\ \xaf\xbe\x6b\xa2\xc3\xa3\x1d\x74\xd0\xc1\x1b\x1e\xa2\xfa\xb3\xbb\ \xef\x99\xb4\x25\x80\x7b\xf6\xe8\xbe\x83\xa7\x26\x39\x80\xaa\x50\ \xd6\x9c\x7d\x72\xdf\xfe\x91\xe2\xd2\xe0\x1d\x79\xea\xde\x7f\xf8\ \xab\xef\x3c\x91\x5f\xbb\x65\x59\x2e\x12\x78\x12\x82\xc6\xf1\x03\ \x7b\x8f\x8f\xcf\x87\x7f\x76\x6b\x53\x07\xf6\xed\x1f\xa9\x38\x61\ \x76\xd8\xdc\xd9\xa3\xfb\x0e\x9f\xb1\x16\xb9\xee\xf0\x0f\xff\xe1\ \x07\x87\xdc\x4b\xb6\x6f\xca\x9a\x58\x00\x04\xad\xd9\x03\x4f\x3f\ \x3d\x3a\x6f\x01\x80\xdf\x2a\x1f\xdf\xbf\xf7\xf0\xf0\xf4\xc8\x91\ \x07\xbe\x7d\xfb\xdd\x07\x8e\x0f\x97\xcb\xc5\xa9\xd9\xda\xcf\xf1\ \x90\x14\x4f\x3f\xfd\xf0\xfe\x33\xe1\x67\x33\xab\x7a\xf2\xd0\xbe\ \xa3\x67\x66\x18\x00\x48\x6f\xe2\xd4\xe1\xfd\x47\xcf\xda\xbe\x7d\ \xf8\x89\xbb\xef\xfc\xe9\x23\xa7\x27\x8a\x1c\x00\xc0\x3b\xf8\xc8\ \xfd\xc7\xe6\x03\x00\xa8\x9f\x7e\xea\xa1\x7d\xe3\x00\xfe\xe4\xe9\ \xc3\xfb\x8f\x9c\x6e\x31\x00\xe9\x8e\x9e\x38\x7c\x62\xb4\x28\x17\ \x4c\xea\xd1\x43\xfb\x0f\xcc\xdb\xa0\x50\x0c\x00\x42\x88\x7a\xfd\ \x59\xbc\xd8\x68\x34\x5e\xcc\xe3\x2f\x6b\x47\xbe\xfe\x0f\xff\xf8\ \xed\xbb\x1f\x73\x24\x00\x40\x63\x76\x64\xff\xbe\x83\x53\x55\x17\ \x00\x6a\x33\x67\x0f\x1c\x38\x32\xd7\x62\x00\x6c\xea\xcc\xd1\xa3\ \x67\xa6\x18\x80\x70\xea\x67\x4f\x1c\x3e\x70\xf8\x54\xcd\x11\xa1\ \x29\x3a\x76\xe2\xc8\xfe\x93\x53\x4c\x48\xb3\x6f\xf5\xb5\x57\x6e\ \x52\x98\x3b\x3d\x72\x7c\xff\xfe\xc3\x33\xb5\x05\x52\xaf\x4c\x9c\ \x3e\x70\xe0\xd0\x78\xa9\xf9\xc2\x0e\x2e\x29\x9f\x7f\xb5\xe2\x25\ \x94\x0e\xfe\x42\x74\xaa\xa6\x3a\xe8\xa0\x83\x0e\xb0\x61\x46\x4c\ \x35\x78\xea\xdb\x7f\xf7\x9d\x23\x4d\x53\xd8\x07\xae\xff\xe4\xdb\ \x57\xe8\xf3\xa3\xc7\x1f\x7a\x88\x97\x67\xef\xfc\xe0\x1f\xfc\xe1\ \x65\xfd\x71\xf0\x67\xee\x7e\xf0\xc8\x75\x9f\xf8\x2f\xbf\xb6\x29\ \x05\x00\x20\x1b\x3f\xf8\x9b\x3f\xdf\x53\xa6\xd8\x75\x2e\xff\xc0\ \xef\xbf\x75\xc8\xfa\xfc\xff\xf9\x7c\x23\xde\x53\x3e\x33\xbd\xe9\ \x16\x7d\x76\xef\xf7\xbf\x70\xd7\xb0\x81\xdb\x8f\x1d\x7f\xcb\xef\ \x7c\xe0\x0a\x05\x80\xf9\x8e\x0f\x85\xd5\x97\x5e\xdf\x6d\x80\x68\ \x8c\x7e\xe1\x2f\x3e\x3f\x47\xe3\x56\xfb\xfe\x8f\xff\xd1\xa7\x1a\ \x0f\xfc\xf3\x37\x1e\x9f\xbf\xf2\xed\xef\xe9\x53\xd4\x66\x71\xf8\ \xe4\x70\x8f\x3b\x32\xf2\xe8\xec\xb2\x7f\xf7\xaf\xde\xfc\x62\x57\ \x4c\x14\x4d\xd7\x16\x26\xcb\xf9\x8d\xf9\x33\xc7\x0e\x1e\x39\x79\ \xc7\x99\x77\x7e\x7c\x7d\xfb\xc9\xef\x3f\x3a\xd1\xbf\x76\xe7\xf2\ \xfe\x0d\x86\x26\x4f\x9d\x3d\x3e\x36\x98\x5d\x3e\x50\x20\x80\x54\ \xdd\x50\x09\x02\x00\xac\xea\xb1\x98\x3e\xfc\xf0\x0f\xbe\xf9\xc4\ \xd4\xf2\xe5\x1b\x7b\x57\x76\x1f\xbb\xf3\xdb\xbb\x27\x7c\xd1\xa8\ \x8f\xbc\xeb\x77\xae\x4b\x9c\xf8\xdb\x2f\xde\x13\xc9\xc4\x4e\x4f\ \x35\xd7\xe3\x85\xa4\xee\x7f\xfc\xc7\x7f\x5c\xbd\x7a\xf5\xdb\xdf\ \xfe\x76\x00\xf8\xc1\x0f\x7e\x70\xf6\xec\xd9\x7f\xf3\x6f\xfe\xcd\ \x0b\x66\x6f\x1d\x7d\xf4\xa9\xc1\x1b\xdf\xc5\x8b\x47\x8f\xcf\xbf\ \x75\x2b\xd9\xff\xc5\xbf\xbf\x27\x31\xb8\x7c\x53\x6a\x85\x5e\x7c\ \xec\x0b\xdf\x7e\x3c\x5a\xe8\xbf\x32\x3f\x58\x7f\xea\xce\x1f\x1f\ \xae\x2a\x7e\xfd\xd8\x35\xbf\x7e\x85\x77\xef\xdf\xfe\x64\x6e\x59\ \x3a\xb8\x7b\xcf\xf6\x3f\xf8\x8d\x5b\x4f\xfc\xf0\xef\xef\x38\x2e\ \x52\x7c\xbc\x91\x1c\xf4\xce\xee\xf9\xe6\x13\xca\x6f\x5e\x4b\xff\ \xee\x1f\xef\xcb\xf5\x26\x4b\x77\xef\xfe\xd7\xff\xf6\xb7\x8d\x93\ \x3f\xfa\xc2\x0f\x8f\xa4\xa2\x7c\x92\x2d\xfb\xb7\xff\xf6\xd7\x0b\ \xea\x0b\x08\xe7\x1b\xdf\xf8\x46\x2a\x95\xfa\xd0\x87\x3e\x04\x00\ \xf7\xdf\x7f\xff\x13\x4f\x3c\xf1\xd9\xcf\x7e\xf6\xe2\x15\x38\x75\ \xec\xd1\x0e\x3a\xe8\xa0\x03\x84\xa8\xc6\x4b\x07\xee\x39\xd0\xfa\ \xd7\x9f\xfb\xcf\xff\xe5\xb7\xdf\x3e\xfa\xe8\xdd\xc7\x4a\x62\x68\ \xc7\x4d\x7f\xf6\x6f\xff\xe4\x63\x9b\xc9\x7d\x8f\x1d\x03\x00\xb0\ \x6b\x2d\x96\x5c\x96\x4d\x84\xef\xb1\x47\x1e\x79\x7c\x26\xfd\x1f\ \xfe\xcb\xe7\x3e\xf3\xce\x4d\xfb\x1f\x7a\xf0\x89\xdd\xbb\x1b\xdd\ \xd7\xfd\x97\x7f\xff\x99\xf7\x5d\xb1\x5e\x0d\x66\xee\xbb\xeb\x11\ \x65\xe5\xce\xeb\x77\x0c\x1e\x7e\xf4\x9e\x31\x1f\x00\x60\xeb\x7b\ \x7e\xf7\x1d\x2b\xcb\xff\xf7\x4f\x3e\xf3\xa5\x9f\x1c\x3a\xb9\xff\ \xbe\xe9\xe8\x95\xff\xf5\xcf\x3e\xf7\x91\x8d\xe8\xde\xc7\x0e\x94\ \xdb\xe8\xea\x8f\xfc\xfe\x47\x6e\xba\xd4\x00\xba\xf3\xe6\x8f\x7f\ \xf0\xed\xd7\xed\xba\xf9\x43\xbf\xf7\xd1\x6b\x7e\xc9\x24\x63\x33\ \x3f\x78\xc9\xe5\x57\x5e\xd2\xaf\x9d\x39\x33\x52\xb7\x3c\x88\xf7\ \x5e\x73\xdd\x65\xa9\x04\xf1\x51\xfe\x1d\x1f\xfd\xad\x9b\x2e\x5b\ \x1f\xf2\xad\x5c\xcc\x5b\x46\x08\x21\x10\x8e\x6d\x83\xd1\x7d\xcd\ \x0d\xd7\x14\xbc\xf1\xfb\x1f\x3d\xbd\xfc\x92\x2b\xb6\xf6\xb1\x27\ \x1e\x7e\x6a\xdf\x23\x8f\xc7\xaf\xfa\xd8\xa7\xff\xf0\xf7\xaf\x5e\ \x9d\x0a\x18\x07\x00\x42\xc8\x4d\x37\xdd\xf4\x95\xaf\x7c\xe5\xc9\ \x27\x9f\x7c\xfc\xf1\xc7\xbf\xf2\x95\xaf\xdc\x7a\xeb\xad\x2f\x4c\ \x4b\xc1\xec\x13\x27\x6a\xd7\xbd\xef\x03\xd7\xac\x52\xf6\xec\x1b\ \xc1\x81\xe7\x09\xba\xee\xf2\xeb\x2f\x1f\x32\x1e\xf9\xe9\x13\x2b\ \xde\xfa\x1b\x7f\xf8\x3b\x9f\xd8\x59\xa8\xde\xfd\xe0\xde\xfc\xfa\ \x5d\x3b\x57\xc6\x0e\xfc\xec\xa1\x69\x1b\xd6\x5d\xf3\xa1\x4f\xff\ \xfb\xdf\x4a\x57\x4e\x1e\x3f\x33\xfc\xe4\x29\xeb\xbd\xff\xee\x0f\ \xff\xe8\xd7\x6f\xce\xe9\x9c\x49\x44\x29\x09\xec\x76\x7c\xd5\xf5\ \x7f\xf0\x87\x7f\x7c\x79\xb4\xbc\xff\xf4\xf4\x9e\x87\x0f\xac\xff\ \xc0\x67\x7e\xff\xb7\xde\xdf\xa7\x3a\x0e\x7b\xc1\xef\x12\xdd\x7c\ \xf3\xcd\xb7\xdf\x7e\xfb\x03\x0f\x3c\x70\xe8\xd0\xa1\xbf\xf9\x9b\ \xbf\xb9\xf9\xe6\x9b\x43\x0f\x41\xc7\x1e\xed\xa0\x83\x0e\x3a\xb8\ \x38\x50\x64\x10\x70\x60\x1e\xc3\x5a\x54\x07\x1c\x89\x51\xe9\xbb\ \x81\xa4\x8a\x02\x00\x51\x43\x0f\xac\x00\x00\x20\x92\x8e\xd3\xca\ \xa9\x99\xca\xb6\xee\x1c\x00\x48\xdf\x96\x4a\x34\x02\x10\x44\x63\ \xc0\x8a\x96\x2b\x14\xc3\x00\x00\x4d\xa1\x88\xfb\x8e\xcf\xdb\xc5\ \xd1\x31\x25\xfe\xce\xf7\xbf\x2d\x47\x00\x00\xb0\x9a\xb9\xf9\xa3\ \xff\xe6\xe6\xb7\x1e\xf8\xd3\xff\xf8\x35\x7b\x4d\x2a\x92\x5c\x0d\ \x00\xf1\xa8\xe1\xdb\x1e\x60\xcc\x03\x0f\x00\xa4\x60\xae\xe7\x00\ \x00\x28\x86\xf9\x8b\x34\x3f\xa6\x2a\x05\x00\x90\x4f\xfc\xe8\x1f\ \x77\x97\xd2\xdd\x9e\xe7\x1a\xe4\xb2\x5b\x3f\x1c\xdf\x73\xe7\xd7\ \xfe\xea\x2f\x6f\xfa\xe0\x3b\x09\x16\x9e\xe7\x03\x68\xa1\xb6\x57\ \xb8\x67\xb5\x03\x00\xbd\xdd\x6c\xba\x1c\x6f\xba\xf5\xa3\x4a\xfa\ \xa7\xdf\xfc\xfc\x5f\x6f\xb9\xf2\x12\x02\xac\x34\x31\x81\xd3\x3b\ \x6e\x1b\x5a\xdd\x7c\x62\xbf\x3a\x60\x02\x28\xaa\x82\x96\x7c\xb7\ \x9b\x37\x6f\xfe\xed\xdf\xfe\xed\x3f\xfd\xd3\x3f\x45\x08\xfd\xd9\ \x9f\xfd\xd9\x86\x0d\x1b\x5e\xf0\x92\xac\xc9\x93\x07\x0e\x9e\x6a\ \x7c\xe7\xab\x68\xe4\xcc\x59\xf4\xb0\x7d\xeb\x27\x7f\xef\xe3\xe6\ \x0f\x6e\xff\x87\xe1\x93\x97\x53\xa0\x99\x78\x04\x00\x40\x04\xbe\ \x08\x6a\x33\xa3\xe5\xd4\xf2\xb7\xdd\xbc\x5a\x9b\x7d\x98\x71\x0f\ \x20\x1e\x8b\xa8\xbe\xed\x72\xa4\x18\x3a\x80\xa2\x12\xe4\x2f\xa6\ \xf4\x63\x10\x01\x00\xc4\xe2\x91\x8a\x6b\x79\x9c\x64\x33\x3a\x48\ \x8e\x5e\xbc\x27\xf2\xca\x95\x2b\x3f\xf3\x99\xcf\xfc\xc7\xff\xf8\ \x1f\x7d\xdf\xff\xcc\x67\x3e\x73\xe9\xa5\x97\x5e\xd4\xe5\xd3\xe1\ \xd1\x0e\x3a\xe8\xe0\x8d\x0b\x7b\xf2\xe8\x3d\x8f\x1e\x68\xd5\x46\ \x8a\x4a\xef\xd0\xaa\x4b\xb7\x75\xfd\xec\x9f\x3f\xff\xf5\x6e\xf7\ \x8c\xbe\xe6\xcd\xeb\xbb\xfc\x3b\x4f\xee\xbb\xfd\x0e\xb1\xef\x89\ \xd2\x55\xbf\xb9\x0e\x00\x40\xe9\x7e\xdb\x2d\x97\xfe\xd5\x97\xff\ \x8f\x33\xbc\x53\x97\x74\xc3\xe6\x8d\xeb\xf4\xaf\xff\xcd\x57\xbe\ \x8d\xc6\x0f\xf5\xed\xfa\xd8\x35\x1b\xbd\x27\xff\xef\x37\xbe\xfc\ \x7d\xbb\x78\x74\x2c\xbd\xb9\xf7\xca\xcb\x37\xcc\x9d\x55\x72\xdd\ \x7d\xdd\x7d\x2b\x93\x04\x00\x60\xec\xf1\xbb\x77\x4f\xda\x66\x50\ \x74\xf5\xdc\xf6\xcb\xaf\x79\xf4\x87\x77\xfc\xf3\xb7\x67\x27\x0e\ \x94\xae\xf9\x8d\x77\x35\xef\x7d\xca\x0b\x18\x00\x64\xf3\xf9\xb3\ \x3f\xfa\xee\x9d\xdd\xb7\x15\x5a\x67\x0e\x35\xfa\x7f\xe3\xbd\xbb\ \x5e\x8c\x2a\xa4\x60\xe3\x07\x1f\xbf\x27\xcf\x63\x14\x46\x66\x2b\ \x4a\x66\x43\x9f\x28\x4f\x4b\x7f\x6c\xe4\x54\x5d\xa6\x12\xd8\x9e\ \x6d\x41\x21\x86\x1e\xbe\xf3\xdb\x70\xfd\x55\x3b\x37\xae\xd0\x91\ \xbe\x65\xc7\xd0\x3f\xde\xfe\x45\x65\xac\xf7\xc8\xde\xf2\x55\x1f\ \x1f\x2a\x9d\x3d\x59\x93\xf1\x84\x6c\xd6\xd4\xec\x96\x4d\xcb\xa6\ \xa9\x5a\xe8\xca\xf5\xad\x5c\xae\x89\x4d\xbb\x7f\xf0\x8d\x3b\x9a\ \x2b\x8f\x4c\xb4\xae\xa2\xcf\x34\xaf\xb8\xe1\x86\x1b\x1c\xc7\xa1\ \x94\x5e\x7b\xed\xb5\x2f\x26\xcf\xa7\x1f\xdd\x9d\xbf\xf2\x1d\x6f\ \x7d\xd3\x3a\x79\xe9\x8a\xef\x7f\xfd\x27\xf7\xef\x39\xd4\xaf\x04\ \xdd\x05\xfd\xe9\xb9\xe0\x1d\xdb\x96\xfd\xcb\xbf\x7c\x55\xec\xd8\ \xb4\x6a\xe3\x86\x5d\x9b\xd6\x1d\x62\x34\xdf\xdd\xdd\xbb\x62\x8d\ \x3d\x71\xb7\x1d\x70\x90\xcc\xb1\x2d\x2d\x3f\xb4\xb5\x97\xdf\xfe\ \xf7\xdf\x5f\xaf\x8d\xd6\xfd\x2d\x44\x7a\xae\x87\x05\x0f\x1c\x17\ \x03\x80\xef\x5a\x01\xc9\x6c\x5d\x9f\xfd\xce\x37\xbe\x26\xfa\xdd\ \x29\x4b\xfe\x9c\xd1\xcc\x97\x5f\x7e\xf9\x1f\xff\xf1\x1f\x37\x9b\ \xcd\xb7\xbd\xed\x6d\x17\x7b\x15\x91\x3f\xf9\x93\xcf\xbe\xd4\x8f\ \x20\xe4\xec\xf0\x99\x23\x47\x8e\x2e\xf5\xa8\xc4\x08\xde\x1c\x75\ \x54\x4a\x5a\x1b\xae\x03\xa2\x74\xda\x9d\xbf\x9c\xc0\x84\x38\xcd\ \xc4\xc9\x47\xca\x3e\xfc\x60\xc2\x4e\xc4\xa2\x91\x48\x24\x0c\xf8\ \x07\x12\x6d\x33\xfc\x55\xd4\x6e\x0d\x6e\xf3\x0b\x43\x88\x77\x2a\ \xf0\x5e\xde\x67\x85\x9a\xa7\x76\x1b\x56\xe5\x87\xd3\x5e\x85\x91\ \x4c\x2a\x19\xfa\xb5\x84\x10\xf1\x78\x7c\xc7\xce\x9d\x17\x35\x91\ \xe1\x0d\x0e\x55\x55\xcf\x9c\x3e\xfd\xd4\x93\x7b\xb2\xd9\x9c\xa6\ \x69\x0b\x0d\x20\xa4\x54\x55\x75\xdb\xd6\x2d\xd1\x58\x3c\x2c\x38\ \x5f\xea\xc0\xc0\xb9\x68\xb5\x1a\xd9\x5c\x7e\xa9\x9d\xa1\x65\xb5\ \xb3\xb9\xfc\xf3\x3f\x19\x61\x31\x3f\x33\x51\xc7\xbd\xbf\xf6\xc1\ \x5f\xeb\x8b\x45\xd6\x6d\x59\xeb\xce\x8e\xf2\xae\xed\xef\x7f\xd7\ \xd5\xf9\x68\xcc\x40\x5e\xb1\xc6\x76\xbe\xed\xfd\x37\x6c\xe8\x0a\ \x0f\x4f\x2f\xdb\xba\xa9\x5f\x9f\x99\x9a\x13\x7a\x7a\xf5\xe6\x9d\ \x57\x5f\x3a\x54\x1c\x19\x49\x6e\xbc\xf1\xdd\x6f\xde\x68\xc4\xba\ \x36\xad\xcc\x4c\x9d\x1d\x8f\xad\xde\x79\xed\xce\x2d\xab\x37\x6f\ \x8a\x59\x53\xa7\xc6\xe6\x23\x85\x81\xfe\x7c\x0c\x00\xb8\xdf\x9e\ \x9e\x9a\x6e\xc9\xf4\xcd\xef\x79\xf7\xce\x0d\xab\xd7\x2d\x8f\x8d\ \x8d\x96\xd6\xdf\xf0\x9e\xeb\x37\xf4\x1b\x66\xb4\xb7\x7f\x30\x1b\ \xd3\xd3\x3d\x2b\x12\xbc\x56\xf6\xf4\x81\xfe\xee\x78\x3c\xd3\xd7\ \x9d\x7a\x31\x1e\xd5\x22\x31\x8d\xb9\x2d\xab\xed\xf2\xc8\x15\x37\ \x5e\x47\xcb\xc3\x45\x99\xbe\xfc\xaa\xcb\x52\xbc\x7c\xf4\xe8\x68\ \x7e\xcb\x75\x37\xec\xda\x38\xd4\xdf\xeb\x56\xe6\x98\x99\x1f\xea\ \xcb\x12\x80\xf4\xf2\x0d\xfd\x11\x67\xa6\x12\x6c\xbb\xe9\x3d\x6f\ \x5a\x5b\xb0\x2a\x13\xc7\x8e\x8f\x66\x37\x5d\x7b\xcb\xd5\xdb\x36\ \xac\x5e\xd6\x9e\x39\x3b\x59\xf5\x72\xbd\xcb\xfa\x97\xaf\x5b\x91\ \x91\x63\x53\xd5\xbe\xcd\x57\x5e\xb6\x71\xc0\x38\xc7\x2c\x5e\xb3\ \x66\xcd\xaa\x55\xab\x7e\xce\x37\xe5\x73\x73\xfb\x9b\xae\x5d\xdd\ \x97\xcb\x77\x2d\x5b\xd1\x93\x36\x14\xa5\x3e\x73\xb6\x4a\x07\x6f\ \x7d\xcb\x9b\xd7\xae\xdb\xd0\xa5\xb4\x26\xe6\x9a\xa9\xbe\x75\x97\ \x5f\xb1\x51\xcc\x8f\x8d\xcd\xb6\x53\x3d\x03\xfd\xdd\x99\x6c\x77\ \x4f\x21\x15\x89\xc4\xd2\xdd\x03\x83\x1b\x36\xaf\x47\xd5\xf1\x12\ \x4f\xef\xba\xea\xf2\xa1\x9e\x4c\x32\x57\xe8\xed\x29\x64\x0b\xdd\ \xdd\xf9\x84\x1e\x8d\xe7\x7b\xfb\x57\xac\xe8\xf1\xcb\x63\xc7\x8f\ \x1c\x6f\x46\x06\xae\xbf\x6a\xb3\xf1\xe2\xbe\xef\xa1\xa1\xa1\x75\ \xeb\xd6\xfd\x9c\xab\x2d\xcf\x97\xa2\xb1\xd8\x4b\x8f\x9b\xa2\x66\ \xa3\xfe\x92\x97\xb8\xf2\xd3\x9f\xdc\xfd\x8d\x6f\x7e\x4b\xd3\x34\ \x00\x90\x00\x14\xc1\xff\xd3\x55\x89\x6a\xca\xcc\xfb\xfe\xab\x54\ \xcd\xe7\x94\xd5\x77\xf0\x52\x20\x89\xa2\x54\xa7\xfa\x7f\xf8\xdf\ \x4f\xb4\xe1\xa3\x8f\xce\x0f\x74\x77\xe5\xf2\xf9\x50\x83\x5b\x02\ \x7d\x22\xdd\xbe\x55\x2b\x4f\x5f\xf3\xc9\xf6\xa6\x37\x63\xcf\xee\ \x88\xeb\xe5\x94\xbc\xa2\x67\x7f\xfc\xbf\x52\xc5\x53\x1f\x7f\xb2\ \x79\xda\x55\x56\x2f\x1f\x0c\xfb\x19\x05\x41\xd0\xd7\xd7\xf7\xa9\ \xdf\xfe\x9d\x4e\xeb\x80\x8b\x87\x48\x24\x72\xd7\x9d\x77\xfe\x7f\ \x7f\xfd\x97\x6b\xd6\xae\x8b\xc7\xe3\x8b\xfd\x8c\x78\x34\x1a\xf9\ \xc4\xc7\x3f\xd6\xd5\xdd\x77\x6e\x5f\x40\x42\x88\xef\x07\x33\xd3\ \x13\x6b\xd6\x6d\x0c\x49\x97\x31\x56\x2a\xce\xae\x59\xb7\xb1\x23\ \xc9\xd7\x01\x66\x0e\xde\x73\xfb\xc3\x27\xc0\xc8\xed\xba\xe1\x2d\ \x97\x0c\xa5\x5f\x4a\x9f\xaa\x93\xc7\x8f\x76\x75\xf7\xbc\xf4\x86\ \x91\x1d\xbf\x6e\x07\x1d\x74\xd0\x41\x07\xaf\x19\xf4\x6c\xbd\xe5\ \xf7\xb6\xde\xf2\x2b\x75\x49\x9d\x7c\xdd\x0e\x3a\xe8\xa0\x83\x0e\ \x3a\xe8\xf0\x68\x07\x1d\x74\xd0\x41\x07\x1d\x74\x78\xb4\x83\x0e\ \x3a\xe8\xa0\x83\x0e\x5e\x5b\xe8\xc4\x47\x5f\xd9\x6d\x0b\x02\x8d\ \xc2\xf9\x0e\xd0\x40\x08\x3c\xf6\x22\x3d\xde\x3b\xf8\xe5\xa0\x51\ \xc0\xe8\xfc\x24\x8f\x10\x30\x01\x3e\x87\xce\xc0\xad\x0b\x83\x04\ \x50\x30\x28\xe4\x3c\x17\x3c\x02\x90\xe0\xb2\x8e\xfc\x3a\xe8\xf0\ \xe8\xcf\xd7\x4f\x2f\x38\x0b\x50\xc8\xd7\x77\x85\x0c\x46\xd0\xf6\ \xd0\xa1\x59\x44\xce\x53\x31\x73\x09\x2b\x32\x32\xaa\xca\x97\x44\ \xa5\x2f\x26\x76\x29\x41\xbe\xce\x29\x1a\x21\x38\x56\xc4\x2e\x3b\ \x3f\xf7\x0b\x97\x90\x31\x65\x7f\x52\xf2\x97\x98\x6f\x8e\xf0\x0b\ \x50\xb1\x84\xd7\x7d\x1e\x3b\xc5\x30\xd7\x42\x33\x2d\x44\xcf\x67\ \xc1\x4b\x00\x8c\x60\x4d\x4e\x10\xd4\x29\x98\xeb\xa0\xc3\xa3\x2f\ \xf8\x90\x60\x22\x3c\x57\xd8\x2d\x79\xae\x4e\x97\x12\x11\x42\x63\ \x29\x45\x51\x79\xe0\xcb\xd7\xa9\x5a\x57\x08\xcc\xb4\xd0\x5f\xed\ \x56\x8c\xf3\x94\xba\xcb\xe0\x4f\xaf\x0b\x52\x79\xe9\x5d\xf0\x26\ \x1d\x21\x21\x25\x6f\xd6\xa5\xe0\xe7\xb2\x29\x02\xc0\x66\x4c\x35\ \xa3\x92\x07\xe2\xf5\x3b\xe4\x0b\x23\xf8\xe6\x41\x3a\xd3\x44\xca\ \xf9\x10\xa9\x1d\xc0\x75\x2b\xf8\x6f\x5d\x1a\x58\x02\xbd\x94\x05\ \xcf\xed\x96\xf0\x5c\x78\xf6\x82\xc7\xaa\xa6\xc4\x92\x18\x21\x1e\ \xf8\xaf\x57\xb1\xeb\x04\x0e\xcc\xe0\x6f\x1d\x52\x23\xca\x79\xec\ \x18\x84\x04\x9d\xc2\xff\xb8\xd5\xa3\xf4\x75\xbf\xc1\xeb\xa0\xc3\ \xa3\x17\x00\x42\x79\x65\x16\xdf\xfb\xa5\x98\xd7\x04\xf2\xac\x53\ \x33\xcf\xf5\xb6\xde\x7c\x1a\x22\xdd\x2b\xd7\x46\x92\xe9\xd7\xab\ \x4e\xc7\x08\x4c\x05\xf4\xc5\x5b\x17\x5c\x06\x12\x14\x04\x0e\x93\ \x08\x01\xc6\x48\xa3\x08\x84\xf4\x98\x14\x00\x18\x23\x9d\xa2\xf0\ \x5d\xf8\xa5\xf8\x16\x11\x12\x42\xf2\x47\xbf\x6f\x9e\xdd\x4b\x34\ \xe3\x19\xa3\x5f\x82\x0c\x5c\xbf\x6b\xc5\xcc\xb2\xcb\x04\x55\xfb\ \xd6\x6d\xe6\xaf\xdf\x0a\x48\x9d\x82\xa9\x00\x5d\x98\xfc\x2d\x3d\ \x06\x0a\x01\x9f\x49\x01\x80\x10\x52\x29\x22\x08\x02\x26\x02\x01\ \x00\x48\x53\x16\x7c\x06\x2a\x79\x69\x26\x11\xa6\x6c\xf4\x88\xf2\ \xf0\x37\x74\x8a\x9f\x35\x93\x55\x08\x86\x70\x73\xfb\x6d\x73\x36\ \x5b\xb6\x65\x27\x7e\xc9\xe5\x6b\xbf\x9a\x90\x00\x14\x83\xa9\xc8\ \xa5\x42\x7e\xc6\x84\x40\x18\x4b\xe1\x71\x40\x08\x28\x41\x2a\x41\ \x82\x4b\x8f\x4b\x09\x8b\xbf\xca\x67\x1e\x90\x0e\x3a\xe8\xf0\xe8\ \xf3\xcf\xa6\x7a\x27\xf6\xf6\x06\x8d\xfc\xe0\x32\x29\x44\xb8\x43\ \x97\x52\x12\x90\x50\x58\xfe\xbd\xbb\x7e\x3c\xad\xa4\xfb\xd7\x6f\ \x81\x37\x46\x40\x4a\x70\x99\xef\x8f\xef\x30\xdc\x27\x6d\xfd\xe3\ \xdb\x0c\x21\xe4\xc8\x48\xeb\xee\xe3\x36\x24\x8c\x5f\xdb\x1e\x5b\ \x66\xe2\xd2\x6c\xfb\x7b\x07\x2d\x1f\xbd\x54\x69\x20\x84\x82\x66\ \x45\x3d\xf9\xc4\xe0\xda\xb5\x88\x33\x58\x6a\xde\xc1\x19\xc9\x74\ \x1d\x99\x9c\x7f\xec\x4b\x7f\xb1\xeb\x37\xfe\x1d\x7a\x63\x88\x5d\ \x0a\x29\x0c\xed\x1d\x6b\xd4\x7d\xe3\xfe\x95\xdb\x52\xcb\x74\xd9\ \x6e\xba\x77\xef\x6b\x8e\x38\xe8\xf2\xad\x99\x6b\xfb\x15\x70\xfd\ \x1f\xef\x6d\x9c\x6a\x88\x97\xba\x0e\x11\x12\x44\xf1\xf7\x3f\x30\ \x90\x8c\x45\xe3\x89\x25\x7b\x54\x0a\x41\x15\xa5\x1d\xeb\xba\xe7\ \xab\x7f\x13\xbd\xe4\xba\x95\x3b\xaf\x14\x6f\x8c\x71\xdf\x81\x40\ \x9b\xd6\xa5\x92\xed\xf6\x7c\x3c\xfd\xce\x21\x1a\x30\xfe\xf4\xb1\ \xc6\xc3\x63\x41\xae\x2f\xfa\xce\x2d\x91\x24\x91\xc7\x4f\x37\xee\ \x39\xe3\x49\xdc\x89\x47\x77\xd0\xe1\xd1\x9f\x0b\x8f\x73\x42\x14\ \xb0\x5b\xdc\x73\x02\xd7\x01\x8c\x88\x10\xb8\x7f\xf5\xfd\x47\xcf\ \x9e\xae\xb9\x37\xfc\xfe\x6f\xe8\xd1\x18\x7f\x63\xf4\x85\x91\x52\ \x46\xe2\xda\xfa\x44\x70\xc6\xd6\x50\xb5\xfd\xb7\x87\xd8\x27\xaf\ \x4f\x5d\xe3\xca\xe4\xea\x54\xac\x58\xff\xf2\xd3\x2c\xae\x83\x40\ \xe8\xe5\x50\x2a\x88\x73\x21\x89\x42\x3c\x9b\xfb\x6e\xd0\x6e\x08\ \x4c\x10\x67\x7a\x32\x33\xda\x66\x77\x3e\xbe\x6f\xf5\x9b\xdf\x39\ \xb8\x65\x7b\xe0\xba\x6f\x88\x25\x2f\x41\x52\xba\xbe\x5b\x3b\x5b\ \x15\xcb\x4d\x7e\xc7\x23\x95\xf8\x9a\xdc\xfb\xb7\xf1\x3b\xea\xda\ \xdb\x7a\xe5\x57\x1f\xab\x70\x05\xb7\x03\x20\x08\xbd\x1c\x99\x2e\ \xd2\x17\x52\xc1\x52\x3a\x2d\xee\x58\x8c\x31\x00\x50\x30\x76\x06\ \xd7\xff\xe0\xf1\x7d\x5e\xb2\xe7\x4d\x6f\xff\x20\xa0\x37\x0a\x6d\ \x08\x09\x85\x9c\xde\x4d\x1d\x25\xa3\xcc\x0e\x57\x6e\xaf\xea\x7f\ \xb4\x2b\x59\x91\xf6\xcd\x3b\xa3\xc7\x0f\x56\x7f\x5c\x03\x1d\x0b\ \x8c\x51\xa7\xf9\x59\x07\xaf\x39\xbc\xd2\x75\x2f\x5c\x48\x89\xc9\ \x64\x7c\x59\x25\xb3\x5c\x51\x14\x70\x5d\xa5\x6f\xd5\xfd\xd3\xad\ \xc7\x9f\xdc\x7b\xc9\xf2\xde\x78\xa1\x47\xb0\x37\x50\xa2\x9e\x10\ \xd2\xe3\x20\x84\x64\x00\xa6\x86\x29\x40\x2c\xa1\x0d\xd0\xe0\x8e\ \x03\x56\xb1\xcd\xa6\xeb\xfc\xe5\x0a\x0f\x09\x90\x8c\x05\xad\x44\ \xcf\x70\x64\x90\x66\xba\xc0\x69\x6b\xf1\xd4\x44\xb4\xff\x5b\xf7\ \x3e\x52\x50\x61\xc5\xea\xd5\xfc\x0d\x95\x0d\x2c\xa5\xc7\xa4\x90\ \xe0\x73\xa9\x28\xd8\x54\xc0\x93\x78\xe7\x00\x7d\x7c\x7f\xe3\x44\ \x95\xcd\xd4\x58\x3b\x90\x2f\x7d\x52\x21\x02\x00\x90\x8c\x0b\x61\ \x44\x86\x23\x03\x4e\x6e\x19\xe6\x8c\x08\x2e\x06\xd6\x7f\xef\xe9\ \xd3\xd3\xa3\x67\x77\xac\x5f\xa5\x44\x62\xf2\x8d\x61\x8c\x86\x60\ \x5c\x06\x02\x18\x97\x02\xa1\xa8\x86\x39\x97\xcb\x7b\x34\x5e\xb6\ \xee\x3f\xe3\x96\x9a\x41\xa9\x2d\x50\xc7\x16\xed\xa0\xc3\xa3\xbf\ \x48\xb3\x48\x2e\x24\x53\xf4\x87\x0e\x1c\xfd\xfa\x03\x7b\x6a\xd9\ \xe5\xc6\x8a\x8d\x0f\x4c\xb5\xee\x7f\x78\xf7\x6d\x37\x5c\x5b\x88\ \xeb\xde\x1b\xc4\x24\x02\x90\x42\x32\x2e\xb9\x04\x84\x80\x49\xb4\ \x72\x79\xfc\xa3\x3b\xa2\x27\x8f\xd6\x1e\x99\xe6\x1a\x05\x24\xa5\ \x47\xd4\x5f\xbf\x21\xbd\x4c\x07\xf6\x72\x10\x9c\x10\x42\x52\x65\ \xb8\xdc\xfc\xca\x8f\xee\xde\x67\x29\x91\x15\x9b\x26\x22\xdd\x5f\ \xb9\xe3\xde\xbe\xae\xc2\xb5\xdb\x37\x39\xad\xe6\x1b\x25\xa1\x43\ \x02\xe7\x92\x09\x09\x08\xa4\x90\x7a\xc2\xb8\xed\xb2\xf4\x72\x66\ \x7f\x75\xaf\x0d\x14\x61\x04\x4e\x00\x97\x6e\x4b\xbf\x7d\xb5\x16\ \x04\x2f\x87\x48\xa4\x14\x80\x5a\x92\xfe\xe8\xc1\x47\x7f\x78\xf0\ \xac\xe8\x5f\x2b\x06\x37\x7c\xef\xe9\x93\x67\x86\xcf\xbe\xe7\x96\ \x1b\x14\xee\xf1\x37\x4c\x6b\x7b\x21\x24\xe3\x52\x00\x20\x29\x05\ \x26\xdb\x37\xa6\xde\xb5\x8a\xdc\xb5\xa7\x7e\xb6\x0d\x2a\x46\x82\ \x4b\x33\x15\xf9\xd7\xd7\x26\x22\x5c\xbe\x81\xb6\x15\x1d\xbc\x5e\ \xf0\xca\xfa\x75\x25\xf8\x42\x4a\xd7\x5a\x37\xb4\xec\xf0\x91\x23\ \xdf\xdd\x7d\x70\xb0\xaf\xef\x91\xc7\xf7\x5c\x7f\xd5\x95\xdb\xa2\ \xec\x91\xe1\xd9\x38\x7a\x83\x84\xe8\x20\x91\xd1\x32\x08\xd6\xf6\ \x53\x6b\x86\xab\x1a\x9c\x3c\x51\xfb\x6f\x8f\xda\xa6\x8e\xa9\x2e\ \xa6\x78\xfc\x1d\xdb\x63\x3f\x9a\xc2\x85\x18\x79\x79\x42\x45\x08\ \x84\x04\xd7\x71\x56\xa4\x63\xc9\x78\xec\x8e\x07\x1e\xa9\x5f\xb1\ \xeb\xc0\xe1\x23\xd1\x48\xe4\x9d\x3b\xd6\xcf\xed\xfd\x99\xdf\xb7\ \x03\x21\x24\xdf\x00\x62\x27\x11\x32\x58\xd0\xb4\xa4\x1e\x43\xc2\ \x16\x48\xd4\xed\x2f\xdd\x3b\x3f\xe1\x21\x15\xa3\x7d\x93\xfc\x03\ \xdb\x92\xa7\x9c\x56\x4f\x8a\x1a\x3e\x92\xf2\xe5\x08\xd3\x4b\xe9\ \x32\x66\x48\x58\x3d\xb4\xfc\xa1\x47\x1e\x51\x28\x05\x84\x8e\x1c\ \x3b\xf1\xc1\xdb\x6e\xed\xb1\xa6\xcf\x36\x49\xe2\x8d\xb2\x69\x44\ \x5d\x05\xdd\x10\xb0\x26\x8b\x26\x27\x85\x5e\xe0\x8f\x3e\x35\xff\ \x8f\x27\x79\x4c\x45\x31\xe1\xe2\xf5\xc9\x5b\xd7\x79\xa7\xb1\x92\ \x36\x3b\x6d\x61\x3a\xe8\xd8\xa3\xbf\xc4\x13\xc5\x00\x79\xe5\xe9\ \x4b\x54\xeb\xed\x37\xbd\x79\x7c\x72\xfa\xde\x07\x1f\xda\xba\x79\ \xf3\xd5\xfd\x09\x6f\xe4\x70\x20\xc3\x99\xb1\xaf\x7f\x2a\x15\x52\ \xea\xa6\x72\xc3\x8e\x44\xbf\xeb\xfc\xe8\x94\xdf\xac\xba\xc7\xab\ \x22\x61\x62\x43\x41\xd8\x0f\xbe\xf7\x48\xa5\x1a\x8f\x7e\x70\xbb\ \x39\x35\x61\x17\x5d\xf9\xd2\xbf\x21\x04\x20\x41\x7a\x9e\x97\x9a\ \x3b\xf1\xfe\xeb\x76\xc5\x93\xe9\x3b\x7e\xf2\x53\x9f\xcb\x77\x5f\ \x77\x85\x39\x71\xd8\xb3\xad\x37\x88\x27\x5d\x82\x04\x84\xd6\xaf\ \x8e\xdf\xbc\x9c\x3e\x70\xb0\x35\xdb\x60\x47\xa6\x3d\x49\x71\x44\ \xc5\x1a\x45\xc7\x0e\x57\x7e\x3c\x2d\xdf\xbe\x2b\xd9\x0b\xc1\xc1\ \xe9\x00\x93\x97\xe5\x8c\x10\x48\x10\xd3\xa7\x6f\x1a\x4c\x5e\x79\ \xf9\xe5\x4f\xed\x3b\xb0\x77\xdf\xfe\x1b\xaf\xbd\x66\x3d\x6d\x3a\ \xd3\x63\x01\xe0\x37\x48\x61\x87\x90\x32\x95\xd6\x6f\xdb\x1e\x73\ \x26\x5b\x0f\x4d\xf1\x52\xd1\x9d\x74\x50\xd2\xc0\x86\x8a\xdc\x8a\ \xfd\xa5\xdd\x8d\xfc\xca\xc4\x5b\x56\x2a\x87\xce\xd8\x0e\xea\xb4\ \x58\xeb\xa0\x63\x8f\xfe\x22\x70\x21\x3d\x3f\x10\x93\x27\xaf\xe8\ \x5b\x13\x7f\xdb\x2d\xc5\x5a\xe3\x8a\xa1\x2e\x65\x78\x2f\x0b\xb8\ \x17\x20\x21\x65\xa8\xf5\x5f\xdf\x20\x04\xcd\x4d\xb4\xff\xf2\x6c\ \x0b\x30\x18\x2a\x86\xb1\xd6\x94\x04\x9d\x22\x09\x40\x08\xf2\x5b\ \xde\xb7\x1f\x28\x72\x09\x08\x23\x43\x45\x2f\x8b\x49\x2a\x04\x78\ \x8c\x05\xb5\x72\x2f\x63\x1f\xbb\xe1\x8a\xa7\x47\x06\xd7\x2e\xeb\ \xef\xab\x8d\xf2\x56\xdd\x65\x9c\x0b\xf1\x46\x98\x11\x8b\x31\xe2\ \x0e\xfb\xc1\x83\x45\x26\x40\x55\xb0\x8a\xd9\x9d\x07\x3d\x55\x59\ \x90\xb0\x02\x72\xef\x81\xca\x63\x4f\x03\x00\x68\x2a\x56\x08\x0a\ \x5e\xba\xcf\x55\x4a\x9f\x4b\xdf\x75\x23\xe3\x87\x6e\x5b\xbd\xa5\ \x90\xbc\x01\x63\x72\x69\x56\x83\xb3\xfb\x99\x90\x3e\xe7\xf2\x0d\ \xd1\x69\x00\x51\x2c\x8f\x1d\xab\xee\x3b\x04\x98\x20\x43\x41\x87\ \x8f\xd7\x25\xc6\x1a\x01\x09\x40\x29\xaa\xcc\x5a\x5f\x9c\x6c\x0b\ \x09\x84\x20\x43\x79\x03\x38\x46\x3a\xe8\xf0\xe8\x4b\x53\xe7\x3c\ \x3e\xb0\x72\xf8\x40\xb4\x35\x5b\xc7\xa5\xa7\x95\x64\xb6\x9b\x6a\ \xc3\x4f\x9d\x12\xae\xd5\x0a\xa4\x58\xff\x26\x5d\x55\x5f\xdf\x3b\ \x74\x21\xc1\x59\x48\x46\x46\x84\x22\x00\xf0\xd9\x82\x09\xee\x3c\ \x63\x15\x22\x44\x50\xf8\xc5\xf8\x0c\x00\xc0\x0d\x5e\x52\x53\x40\ \x29\xa5\x19\x8b\x97\xbb\xd6\x3c\x35\x75\xc8\x24\x75\x32\x5b\x19\ \x88\xa4\xac\x93\x73\x07\xeb\x65\x2e\xe5\x9c\x99\xcf\x75\x0d\xc0\ \xeb\x3d\x50\xe7\x31\x70\x19\x50\x0c\x80\x31\xc5\x20\x24\xb8\x1c\ \x01\x5a\x90\xf0\xa2\xe0\x71\x38\x8a\x9e\x0b\xe0\x02\x9c\x00\x82\ \x97\xd6\x14\x10\x83\x88\xac\xd8\x78\xf0\xa1\x23\xd9\x56\x0d\x95\ \x76\x27\x93\x39\x40\xf8\xe8\x68\x09\x58\x50\x0e\x50\x64\xd3\x66\ \xfc\xba\x5e\xed\x08\x80\x09\x70\x82\xb0\xfa\x79\x41\xb6\x1e\x0b\ \x05\x03\x8e\x38\x47\xee\x04\x85\x66\xa8\xdb\xe9\x7f\xd9\x41\x87\ \x47\x7f\x81\x42\xe7\x2c\xbb\x72\x83\x7c\xd7\xa7\x67\xe7\x67\x11\ \xc2\x20\x05\x80\x04\x84\x01\x90\xa2\x28\xbd\xab\x36\xa8\x8a\x22\ \x5f\xbf\xcd\xd2\x02\x0e\x7d\x09\xf1\xef\xaf\x0d\xce\xd7\xc4\x14\ \x12\xba\xe3\x22\xb8\xd0\x04\x0c\x29\x84\x11\x89\x76\xbf\xed\x13\ \xa5\x91\x13\xf5\x90\x2f\xa5\x00\x40\x80\x30\x80\xcc\xf4\x0c\x26\ \x7b\x07\x04\x7b\x3d\xd7\x1a\x09\x01\x1f\xdf\x1e\xf8\xfc\xfc\xaa\ \x88\xb8\x80\xa4\x21\x1d\x76\x81\x4c\x2a\xa5\xc4\x00\xdd\x3b\xaf\ \x2b\x26\x72\xd3\xed\xe6\xe2\x82\x87\x50\xec\x46\x24\x56\x58\xbd\ \x91\x80\x94\xaf\x5f\x2a\x75\x18\xec\xec\x13\xcb\x52\x3e\xc1\xe7\ \x25\x37\xc0\x08\xc2\xbd\x4e\x07\x1d\x74\x78\xf4\x05\x1e\x11\x42\ \x70\xcf\x9a\x8d\x3d\xeb\xb6\x3c\xdf\x91\x28\x59\x20\x5f\xd7\x56\ \x91\x90\x60\x2a\xb0\xb1\x70\x21\xfa\x21\xe0\x2f\x4d\xad\x48\x91\ \xc8\x17\x92\xdd\xbd\x2f\xf4\x17\x2e\x5f\xef\xb5\x46\x12\x60\x45\ \x46\x9e\xaf\xc7\x30\x34\xa7\x02\x71\xe1\x26\xa9\x94\x52\xd3\xb4\ \xc1\x6d\x97\xbf\x40\x91\xa8\x94\x92\x05\xf2\x75\x6d\x8f\x72\x09\ \x99\x88\xec\x8a\x5d\xc8\x4d\x7a\x9d\x3e\xf5\x1d\x74\x78\xf4\xe7\ \xa8\x16\xc1\x02\x80\xe0\x8d\x29\x6e\xf1\xea\x0d\xb2\x90\x9c\xbf\ \xa1\x4a\x15\x9f\x03\xff\x42\x6f\x1d\xbd\xd4\xf5\x2e\xe5\xeb\xb7\ \x83\xee\x2f\x14\x5d\xe8\x21\xef\xa0\x83\xd7\x37\x3a\xc9\x71\x1d\ \x74\xd0\x41\x07\x1d\x74\xd0\xe1\xd1\x0e\x3a\xe8\xa0\x83\x0e\x3a\ \xe8\xf0\x68\x07\x1d\x74\xd0\x41\x07\x1d\xbc\xb6\x70\x71\xe3\xa3\ \x42\x35\xa5\x66\xbe\xee\xe7\x15\xbf\x92\x90\x44\x15\xaa\xf1\x73\ \x8f\x90\x92\xaa\x42\x8b\x74\x64\xf5\x32\x4b\x5e\x31\x00\x63\xe8\ \xcc\x96\xee\xa0\x83\x0e\x5e\x39\x1e\x15\x22\xbe\xff\x2e\x49\x95\ \xce\x34\xde\x97\x13\x18\x63\xbb\x09\x08\x03\xbc\xf0\xee\x44\x52\ \x55\x1f\x3b\x88\xdd\x16\x62\x41\x47\x5a\x2f\x27\x08\x25\xad\xaa\ \xc4\x9d\xd9\x98\x1d\x74\xd0\xc1\x2b\xc2\xa3\x26\x81\x18\x16\xb1\ \x43\x3f\xee\x90\xe8\xcb\x0f\x84\xc1\x30\x23\x8e\xff\x1c\xc9\x4a\ \x00\x15\x49\xaa\x6b\x85\xa9\x83\x30\xbe\xb7\x23\xa7\x8b\x60\x92\ \xea\x48\x53\x09\x7a\xae\x4d\x8a\x31\x36\x4d\x93\xf3\x4e\x8b\xf5\ \x8b\x85\x68\x34\xaa\x69\x9a\xec\x28\x93\x0e\xde\x38\x3c\x2a\x01\ \xfd\xa0\xa6\x39\x8d\x7a\xc0\x18\xea\x4c\x42\x7a\xf9\xc1\x09\x6a\ \x94\x3d\x41\xd1\xb3\xaa\xf8\x55\x24\x0f\x38\xda\x4c\xd3\x6a\x5a\ \x4e\x47\xec\x17\x07\x16\x45\x50\x74\x38\x45\xca\xb9\x24\xda\x6a\ \xb5\x7f\xf4\xa3\x1f\xd6\xaa\xd5\x8e\xa2\xbf\x48\x50\x55\xf5\xf4\ \xe9\xd3\xaa\xaa\x76\x44\xd1\xc1\x1b\x82\x47\xc3\xfe\xb8\x3f\xac\ \x1b\x13\x63\x25\xd7\x75\x3b\x0a\xfd\xe2\xec\x54\x80\x20\x88\x50\ \x42\xe9\x33\xdf\xa0\x86\xe0\xa0\xab\x4d\xcd\xe1\x72\xc9\xc2\xb8\ \x93\x41\x76\xb1\x24\x6f\x12\x88\x47\xe8\xd2\xc2\x26\x84\xb4\x5a\ \xad\x3b\xef\xf8\xf1\xc4\xc4\x04\x67\x0c\x77\x16\xfc\xc5\x10\xbb\ \x04\x45\x55\x4c\x33\xd2\x59\xd8\x1d\xbc\x61\xec\x51\x29\x13\x2a\ \x5d\x33\xd8\xc7\x18\x83\x8e\x5a\xb9\x98\xda\x45\x37\x0c\xb1\xd8\ \x04\x4a\x02\x28\x20\x06\xf3\x99\xae\x78\xa4\x23\xf6\x8b\x2a\x76\ \x45\x55\x31\x21\x4b\xd6\x27\x42\x90\xc9\x64\x23\x66\x44\x08\xd1\ \x91\xfc\xc5\x03\x42\x48\xd7\x75\x21\x3a\x79\x8b\x1d\xbc\x01\x78\ \x34\xa4\x52\x55\xd3\x34\x5d\xef\xf8\xb9\x2e\xa2\x5a\x01\x78\xbe\ \x4e\xc1\x18\x47\xa2\xd1\x8e\xd8\x2f\xaa\xd8\xa5\x7c\x6e\x5f\x5c\ \x29\xa5\x6e\x18\xa8\x33\xad\xe4\x22\xef\x60\x3a\x9e\xf3\x0e\xde\ \x40\x3c\x0a\x2f\xa4\x6b\x3a\x78\x99\x25\xfc\x22\xaf\x77\x36\xec\ \xaf\x8a\xd8\x3b\x0b\xbe\x83\x0e\xde\x98\xe8\x04\x1b\x3a\xe8\xa0\ \x83\x0e\x3a\xe8\xe0\x57\xcf\x1e\xed\x6c\xcc\x2f\xae\x49\x24\x25\ \x42\x08\x63\xfc\x7c\xef\x62\xf8\xa7\x8e\x88\x2e\x9e\xe4\x09\x21\ \xcf\x5f\xe1\x9d\x05\x7f\xb1\xc5\x8e\x31\x46\x08\x75\xe4\xdc\xc1\ \x1b\x82\x47\xa5\x94\x94\xd2\x4f\x7c\xe2\x93\x86\x69\xca\x8e\x83\ \xf1\x22\x7d\x6d\x8a\x32\x37\x3b\xfb\xe5\x2f\xff\xb3\x6e\x18\x4b\ \x15\xba\xae\xeb\xde\x7c\xf3\xcd\x3b\x76\x5e\xea\xb9\x6e\x47\x44\ \x17\x09\x8a\xaa\x7e\xed\xab\x5f\x99\x99\x99\x51\x35\x2d\x94\x3c\ \x63\xac\xab\xab\xeb\x23\x1f\xfd\x18\x0b\x3a\x8d\x2f\x2e\x16\x34\ \x5d\xdf\xb7\xef\xe9\xbb\xee\xbc\x33\x1a\x8d\x76\xa8\xb4\x83\x37\ \x8a\x3d\x9a\x4a\xa5\xcc\x48\xa4\x13\xa8\xbb\x48\x50\x35\xad\xd1\ \xa8\x8f\x8d\x8e\xf4\xf5\xf5\xc7\x13\x89\x50\xce\x52\x4a\x33\x12\ \xc9\x66\xb3\xb6\x6d\x77\x44\x74\x91\xa0\xeb\xfa\xfc\x7c\x69\x76\ \x76\x66\x60\x60\x30\xf4\x07\x84\x1b\xc7\x74\x3a\x1d\x74\x78\xf4\ \xa2\x21\x12\x89\x48\x21\xc7\xc6\x46\x57\xae\x5c\xa5\xeb\x7a\x87\ \x4a\x3b\x78\x43\xf0\x28\xe7\x9c\x73\xde\xe1\xd1\x8b\x25\x5e\xc6\ \x18\x63\xb6\x6d\xbb\xae\x1b\x4f\x24\x96\x5e\x17\x42\x30\xc6\x3a\ \x8d\x75\x2e\xa2\xe4\x39\xf7\x5c\xd7\xb6\x2c\x29\x04\x2c\xd6\x32\ \x4a\x29\xc3\x05\xdf\x91\xcf\xc5\x13\xbb\xef\xfb\xb6\x65\xf9\xbe\ \x6f\x18\x46\x87\x47\x3b\xf8\x95\x42\x27\xcf\xe8\xb5\xfc\xe5\x61\ \xdc\x09\x85\xbe\xf2\x08\x23\xd3\x1d\x39\xbc\x2a\x62\xef\x2c\xf8\ \x0e\x3a\x3c\xda\x41\x07\x1d\x74\xd0\x41\x07\xaf\x2b\xbc\x42\xc3\ \x2b\xc2\x18\x92\xaa\xaa\x1d\x87\xcc\x85\x6d\xc5\x7d\xcf\xbb\x60\ \x27\xb9\xa6\xeb\x9d\x3d\xfc\x85\x19\x40\x8c\x31\xdf\xf7\x2f\xc0\ \x06\x92\x52\xaa\xaa\x4a\x29\xed\x2c\xf8\x0b\x83\xdb\xc9\x95\xeb\ \xa0\xc3\xa3\xcf\x3d\x0d\xa5\xb5\x5a\x75\x72\x72\x32\xac\x19\xe8\ \xe0\xbc\x20\xb8\x58\x3e\x34\x14\xb9\xa0\xbc\x2d\x29\xe5\xd1\xc3\ \x87\x19\xe7\x1d\x7f\xd8\xf9\x82\x73\x9e\x4e\x67\xfa\xfa\xfa\x2e\ \x20\xf0\x49\x29\x9d\x9c\x9c\xac\x54\xca\x9d\x05\x7f\xfe\x2b\x16\ \x08\xc6\x2b\x57\xad\x22\xe7\x74\x5e\xec\xa0\x83\x0e\x8f\x82\xa6\ \x69\xa7\x4e\x9d\xfa\xfc\xdf\xfe\x4d\x24\xd2\x99\x2f\x7d\xfe\x7b\ \x73\xc7\xf9\x0f\x9f\xfb\x8f\x6b\xd7\xae\xf3\x3c\xef\x02\x2c\xaa\ \xbf\xff\xfb\x2f\x58\x56\xa7\x73\xfd\x79\xc3\xb6\xad\xeb\xaf\xbf\ \xe1\xb7\x3e\xf5\xdb\x96\x65\x9d\xef\x7b\x75\x5d\x7f\xf8\xa1\x9f\ \xdd\x73\xcf\x4f\x3a\x0b\xfe\xbc\x77\x8d\x42\xe8\xba\xfe\xff\xfe\ \xcf\xff\xdd\xb1\xe6\x3b\xe8\xf0\xe8\x73\xad\x22\x42\x88\x69\x9a\ \x86\x61\xbc\x6a\xfb\x5c\x21\x24\x00\x42\x08\x21\x90\x12\x7e\x69\ \x67\x9d\x3c\x9f\x83\x2f\x0a\xf0\x4b\x4b\x6c\x31\x0c\x43\x08\xf1\ \x6a\xf1\xe8\x62\xb7\x3c\x84\x31\x92\xe7\x27\x77\x01\x08\xbf\xaa\ \x56\xb4\xbc\xe0\x48\x84\x94\x52\x51\x94\x57\x75\xc1\x87\xeb\x1d\ \x10\xc2\x08\x64\xb8\xf2\x7f\xe9\xf5\xfe\x6a\x2e\xf8\x90\x47\x3b\ \xaa\xb9\x83\xd7\x10\xde\x28\x36\x0a\x67\x8c\x9a\xf1\x74\x26\x1d\ \xd5\x55\x40\x44\xd7\xb4\x5f\x52\x43\x23\x44\x55\x5d\xef\x98\x72\ \x17\xa8\xcb\x39\x93\x58\x49\xa6\x33\xa9\x78\x84\x20\xa0\xaa\xae\ \xfe\xd2\xcc\xa8\x68\x86\x82\x3b\xce\xe8\x0b\xdc\xbc\x70\x2e\xcd\ \x78\x2a\x9d\x4e\x19\x0a\x46\x54\xd5\x54\xe5\x97\xf5\x61\x50\x55\ \x53\x55\x04\x1d\x43\xb0\x83\x0e\x7e\xc5\xec\xd1\x57\x99\x44\x83\ \x20\xbf\xf1\xe6\xdf\xfc\xc8\xcd\xd4\x73\x67\x9f\xbe\xe3\xae\x33\ \xe8\xd7\xae\x19\xfc\xea\xdf\x7e\xb1\xa2\x24\x09\xf7\x02\x01\x8a\ \xaa\x53\xc4\x3d\xcf\x97\x80\x35\xdd\x20\x58\xf8\xae\x17\x70\x81\ \x31\xce\xad\xb9\xf1\xa3\x6f\xeb\xfd\xc7\xff\xf1\x79\x2b\x92\x36\ \x69\x67\x9a\xc7\x79\x19\x44\x4c\x44\xfa\xdf\xff\x89\x4f\x6e\xcd\ \x13\xab\x31\xf3\xbd\x2f\x7d\x77\xed\x07\x3e\x59\xff\xc1\x9f\xdf\ \x31\xce\xe3\x8a\x70\x7d\x86\xa9\xaa\xa9\x84\x79\x6e\xc0\x81\xaa\ \x9a\xa6\x10\x1e\x78\x9e\xcf\x00\x81\x54\x7a\x3e\xf9\x7b\x1f\x3f\ \xf3\xbd\xbf\x7b\x68\xb4\x15\x37\x75\xe8\xa8\xf5\xf3\x11\xbc\xcf\ \xf1\xe6\x1b\x3f\xf4\x81\x1b\x37\xfa\xae\x73\xe8\xf6\x2f\x9d\x4c\ \xef\x7a\x93\x79\xf6\xf3\xdf\x79\x50\x89\xc6\x02\xcf\x15\x80\x55\ \x5d\x47\xdc\xf7\x7c\x86\x08\xd5\x74\x0d\x09\xee\x79\x1e\x97\x20\ \x81\x6c\xbb\xe9\x7d\x57\x16\xa6\xfe\xee\xef\xef\xa4\xe9\x74\x87\ \x4e\x3b\xe8\xa0\xc3\xa3\x0b\x6a\x85\x09\xb2\xf5\xa6\x5b\xc8\xf1\ \x6f\xfc\xc9\x17\xf7\x44\xe3\x66\x72\x68\xd7\xc0\xae\x1b\x3e\x9d\ \x8c\xde\x7b\xc7\x4f\x8d\x8d\x6f\xd9\xb5\x32\x73\xf8\xae\x7f\x7a\ \xb8\xd6\xfb\xc9\xf7\xbd\x35\xe5\x9d\xfd\xde\xd7\xbf\x3b\xdc\x8a\ \x5c\xff\x81\x7f\x75\xe5\x9a\xf4\xe1\x7b\xbf\xf6\xb3\x49\xb6\x7c\ \xdb\xf5\x7f\xf4\x9f\x72\x8f\xfd\xe0\xcb\x0f\x9d\x6d\xaa\xb4\x63\ \x9a\xfe\xb2\x10\xbe\x9b\xd8\x7e\xd5\xae\x65\xf6\xff\xfc\xec\x7f\ \x9f\x81\x04\x15\xda\x8e\xc2\xe0\x9b\x3e\xf5\xd9\xde\x3d\x77\x3d\ \x31\x93\x7d\xc7\xdb\x2e\x67\x67\x1e\xff\xda\x5d\xfb\xb7\xbe\xe7\ \x77\xaf\x58\xa9\xef\xbd\xeb\xdb\x3f\x7d\x6a\xac\x7f\xe7\xcd\xef\ \x7a\xcb\x2e\x98\x7c\xe2\x9f\xbe\xb5\x8f\x46\x7a\xdf\xfb\x5b\x9f\ \xd9\xb8\xfb\x27\xdf\xba\xef\x49\x1f\xa9\x9d\x3c\xa9\x5f\x7a\xfb\ \x22\xa4\x91\x7f\xd3\x4d\xbb\x8e\x7f\xff\x3f\xfc\xc3\x23\xe5\xa4\ \x46\x57\xde\x72\xfd\x96\xb7\x7c\xf0\x4f\xfa\x7b\x7f\xfc\xd3\x23\ \x9b\x6f\x79\xcf\x90\xd9\xba\xf7\xeb\xff\x54\xec\xbe\xf9\x43\x6f\ \xb9\xa4\x35\xfc\xc4\xb7\xbe\x7b\x8f\x1d\x5f\xf9\xbe\x7f\xf5\x81\ \xb5\x89\xd6\x5d\xdf\xf8\x6a\xcb\x23\x3b\xaf\x7f\x4f\x2a\x3e\x78\ \xc7\xbf\x7c\xf3\x78\x0d\x54\xd2\x91\x7b\x07\x1d\xfc\x02\xbc\x11\ \x58\x01\x11\xcc\x4f\x3c\xbe\x47\xdd\xf8\x9e\xdf\xfa\xe0\x8d\x71\ \xe4\x04\x88\x36\xce\x1c\xfc\x97\xaf\x7c\xfd\x48\x29\x71\xd5\xa5\ \x03\xfb\x7e\xf4\xb5\xc7\x66\xe3\x1f\xfe\xe8\xdb\x2b\x4f\x7c\x67\ \x4f\x63\xd9\x7b\x6f\xd9\xb2\xea\x9a\xf7\x5d\xd7\x53\xfd\xf6\xed\ \xbb\x37\xbe\xe5\xc3\x3b\x7a\xe8\xcc\xf0\xa1\xef\x7d\xf9\xcb\xfb\ \x66\x6c\x85\x74\x48\xf4\x7c\xd6\x96\xa2\xb6\x86\xf7\x1f\x2b\x67\ \x7e\xfd\xb7\x3f\x75\xc9\x80\x69\xb9\x1c\x9c\xda\xe3\x3f\xfe\xfa\ \xb7\xef\x1b\xdd\x70\xc5\x15\x72\x74\xef\x77\xef\xd9\xb7\xea\xcd\ \x1f\xb9\x32\x33\xfa\xcd\x1f\x1f\xbd\xf2\xad\x6f\x5f\xbb\x71\xdb\ \x7b\x6f\xdb\x75\xe8\x87\x5f\x9f\xce\x5e\xfd\xae\xab\x56\x07\x76\ \xe5\x91\x3b\xbf\x73\xfb\xe3\xc7\x18\x56\x3a\x24\x7a\x1e\xcb\x1d\ \x61\xe4\x56\x9f\x7e\xe2\xc4\xc6\xdb\x3e\xf5\xe1\x9b\xb6\x48\xdf\ \x11\x08\x4d\x3c\xfd\xb3\xaf\x7c\xed\x4e\x2b\xb2\x66\x6b\x9f\xb8\ \xe7\x9b\xdf\x9c\x30\x76\x7e\xfc\x9d\x9b\x1e\xfe\xee\xb7\xdb\xfd\ \xd7\xbf\xe5\x8a\x95\x97\xde\xf6\x91\xbe\xf2\x43\xb7\x3f\xd5\x78\ \xeb\xbb\xdf\xd5\x6b\xfa\xa7\x0e\x3e\xfa\xf5\x6f\xdf\x3e\xde\x46\ \x1d\xbf\x7a\x07\x1d\x74\xec\xd1\xc5\x9b\x54\xe8\xd8\xee\x6f\xfd\ \xaf\xe9\x63\x37\xbe\xed\x1d\x7f\xf0\xfb\x3d\xdf\x7b\x74\xce\x6d\ \x35\xe7\x67\x8b\x56\x62\xb9\x67\xd5\x46\x4e\x9f\xac\x15\xae\xed\ \x5b\x3e\x98\xf5\x6e\xf2\xa2\x59\x75\xae\x6b\x6d\xb2\xaf\xd0\x23\ \x6e\xb9\x69\x79\x2e\xa6\x25\xd2\xa6\x67\x35\x8b\x33\x33\x4d\x3d\ \xa6\x75\xd4\xca\x79\x29\x74\xaa\x89\xea\xb1\xbf\xff\x8b\xff\xb5\ \xf3\x4d\xb7\xbc\xfd\x5f\xfd\x51\xee\x5b\x5f\xf6\x5d\xaf\x5e\x9a\ \x9d\xaf\x83\x94\xde\xdc\xf8\xc8\xc8\x6c\x75\xdb\x9a\x75\xdd\x99\ \xe8\xcd\xd7\xd1\x64\x22\xe8\x5d\x36\xd4\xb7\xac\x87\xbc\xf9\x56\ \xb5\x3b\xdd\x9e\x8a\xd5\x44\x50\x2d\xcd\x95\xea\x96\xa9\x29\x1d\ \x61\x9e\x17\x91\xaa\xc8\xdf\xfd\xbd\xbf\x9e\x3a\xb9\xeb\xad\xef\ \xfc\xd0\xef\x75\x25\x1e\x6e\x33\xbb\x51\x9d\x2d\x96\x7b\x06\x44\ \xbb\x32\x3b\x7c\xea\x0c\xbd\xe9\x6d\xbd\x7d\x3d\x97\xdf\x74\x6b\ \x3a\x1f\x99\xcc\x0e\xac\x59\xdd\xd3\xe7\xec\x7a\x33\x4f\xa7\xb5\ \xe9\x48\x54\x58\x8d\xd9\xd9\xe2\x3c\xc4\xe2\xb4\xb3\xde\x3b\xe8\ \xa0\xc3\xa3\x21\xa4\x44\xa9\x9e\x5e\x3e\x7b\xf0\xfb\xdf\x37\x2e\ \xf9\xdc\xbb\x7b\x8e\x54\x94\x68\x32\x1e\x37\x6a\x0a\xc5\x88\x28\ \x8a\xc2\x6d\xab\x5d\x29\x9d\x78\xf4\xae\x47\xcf\xd4\xfc\x56\x6b\ \xfd\x07\x36\x57\x26\x8f\xdf\xfe\xad\x87\x3d\xe6\xa3\xcc\xce\xed\ \x6f\x4a\xa7\xe3\x11\x5b\x10\xe0\x02\x3a\x9a\xe5\x97\x17\x3b\xe7\ \x6a\x32\x1f\x23\xfe\x63\x3f\xfa\x66\x61\xc3\xff\xdd\xb2\xa9\x77\ \x58\xaa\xe9\x6c\x42\xd7\x2c\x8c\x30\xa5\x94\x60\xb0\x4b\xa5\x52\ \xeb\xd0\xed\xdf\xda\xe3\x07\xb6\xec\xdd\x75\x5d\x79\x7e\xcf\x4f\ \xbf\x7f\x74\xde\x6b\xb7\xe9\x47\xff\xdd\x35\xf9\x4c\xc2\x98\xb4\ \xc2\xfc\xea\x0e\xce\xe7\xb1\xd6\x0a\xf9\x44\xf1\xe0\x7d\xdf\x35\ \x96\xff\xa7\x77\x6f\x32\xf7\x38\xb1\x74\x3a\x66\xea\x54\x21\x98\ \x50\x45\xa1\x5e\xad\xde\x9c\x9f\x7e\xf4\xce\x6f\x8f\xb7\x98\xd5\ \xe6\xb7\xad\x79\xc7\xf4\xa9\x47\xbe\xf1\xd0\xa8\xef\xda\x83\xbb\ \xde\xb7\x73\x30\x1d\x37\x75\x87\x20\xc9\x65\x67\xc1\x77\xd0\x41\ \x87\x47\x01\x40\x72\x06\x03\x3b\x6e\x7d\xf7\x15\x43\x58\xd5\x8a\ \x7b\xee\x7e\xfc\xf1\xa3\xf1\x0d\xd7\x7d\xea\x4f\x3f\x77\xcf\x1d\ \xbb\xeb\xb5\x26\x27\x2a\x54\x4f\xfd\xf0\x27\x07\xde\xff\x8e\x4f\ \x6d\xf6\x2a\x8f\x7d\xfd\xef\x1e\xba\xe3\xbb\x1b\x7f\xeb\x63\xbf\ \xfb\x7b\x5b\x26\x8f\x3f\xf2\xf5\x1f\xee\x3f\x52\xb9\xf9\x77\xfe\ \xec\x73\xf7\x7f\xf7\x0b\xf7\x1c\x9a\x57\x95\x4e\x59\xfd\x2f\x0b\ \xc1\x98\x9a\x59\xf1\x9e\x0f\xfc\x5a\x5e\x05\xca\xc7\xbf\xf3\xd3\ \x3d\xd6\xfa\xe5\xbf\xf7\xf1\x3f\x36\x07\x7e\x32\xdf\xaa\xdb\x01\ \x57\xb0\x78\xfa\x9e\xdb\xd7\x7c\xe2\x43\xbf\xfb\x07\x97\x4e\xef\ \xbb\xe7\xcb\x77\x3e\x76\xc7\x13\x6b\xde\xf6\xc9\x4f\x5f\x5b\x9f\ \xfe\xee\x17\xfe\xe9\xd1\x27\x4e\x7f\xea\x63\x9f\xee\x5f\xf9\xe3\ \x2f\xfd\xcb\xc3\xb6\xa4\xb8\xe3\xdb\xfd\x65\x77\x8d\x42\x48\x6d\ \xeb\x2d\x1f\xbb\x6e\x79\x94\x18\xca\x53\x77\x7d\x69\xef\x71\x6d\ \xc7\xa7\x3f\xf5\xd9\x3f\xc9\xde\xfb\x78\xb1\xde\xb0\x40\x33\x9a\ \x27\x7f\xf6\x93\x03\xcb\xde\xfb\x5b\x9f\xb6\xe6\xc6\xbe\xf7\xa5\ \x7f\xb8\xef\xf6\x1f\xfd\xe6\xc7\xde\xff\xfb\x9b\xad\x23\xf7\x7f\ \xeb\xa7\x87\x9f\x6c\xdc\xf8\xfb\x7f\xfc\x1f\xb2\xdf\xfd\xe7\x7f\ \x3e\x38\xed\xab\x4a\x27\x96\xd1\x41\x07\x1d\x1e\x05\x44\x15\x38\ \xf5\xc0\xb7\xff\x7c\xb7\x86\x25\x6b\xb5\xda\x02\xd0\x0f\xfe\xf6\ \x3f\xdf\x6b\xea\xcc\xb3\x1f\xdb\xff\x94\x14\xd4\x54\xe5\xe9\x47\ \xbe\xf3\x7f\xf6\xff\x44\xa3\xe0\x39\x2e\xf1\x86\xbf\xfa\x97\xff\ \x6f\x2c\xa2\xcb\xc0\x0d\x84\xfb\x83\xbf\xf9\xaf\xf7\x45\x75\xe6\ \x5a\x1d\x12\x3d\x2f\x10\x55\xb5\x27\x0f\x7d\xe5\xaf\x4f\xa9\x14\ \x7b\x76\xcb\xf1\x05\x7e\xf4\xeb\x9f\xdb\x1f\xa5\xd2\x77\xbd\xdd\ \x12\xa4\x16\x31\xdd\xd2\xd1\x2f\xfd\xf9\x7f\x8f\x99\x1a\x0f\x5c\ \x49\xc5\xde\x1f\xff\xe3\xf1\x9f\xc5\x15\x24\x1c\x9b\x7b\x0f\x7f\ \xeb\x3f\xed\xbb\x83\x4a\xdf\x83\x4e\x9c\xee\x7c\x96\x3b\xc2\x44\ \x5a\x8f\x7d\xe7\xf3\x4f\x6b\xaa\x64\x4e\xab\xed\x02\x42\x9f\xff\ \xff\x7d\xd6\xd4\x88\xe7\xb8\x4f\xed\x91\x42\x89\x18\xd2\x7a\xe4\ \xbb\x7f\xb7\xff\x9e\x28\x95\xdc\xf1\x54\x7f\xf8\x91\xff\xef\x7f\ \x1c\x88\xe8\x0a\x73\x6d\xcf\xf5\x3f\xff\xdf\x3e\x1b\xd1\x89\x67\ \x33\xa5\x43\xa2\x1d\x74\xd0\xe1\xd1\x73\x6c\x23\xdf\x6a\xfb\x00\ \x00\x84\x12\x00\x10\x81\xd5\x0e\x00\x21\x90\x12\x21\x04\x80\x28\ \x25\xbe\xd3\xf6\x43\x3d\x44\x15\x29\xfc\x76\xcb\x07\x00\x84\x09\ \x96\x81\xd5\x0a\xa0\x33\x69\xe2\x42\x8c\x23\xe1\x39\x56\xd8\x84\ \x89\x52\x02\x20\x3d\xbb\xed\x2d\xea\x7b\x04\x80\x09\x95\xdc\x6b\ \xb5\x3c\x00\x84\x10\xa1\x44\xba\x56\xcb\x05\x40\x08\x51\xb2\x70\ \x70\x47\xf0\x17\x00\xee\xbb\x6d\xdf\x05\x00\x42\x29\x00\x88\xc0\ \x5d\x5c\xef\x80\x10\x02\x44\x28\x91\x4e\xbb\x05\x0b\x72\x57\x84\ \xef\xb4\x7c\x07\x00\x61\x42\xe4\xc2\xc1\x1d\xb9\x77\xd0\xc1\xaf\ \x18\x8f\x0a\x21\x7c\xdf\xa3\x84\x48\x90\xe1\x04\x24\x00\x04\x20\ \x41\x86\x35\x6a\x52\x0a\x29\x41\x02\x20\x8c\x10\xc2\x18\x16\x5b\ \xe1\x2c\x3c\xcd\x12\xc4\x62\x43\xa2\x85\x9e\x2b\x72\xe1\xf8\x67\ \x6f\xc6\x01\x21\xbc\xd4\xcc\x65\x49\x9d\x2f\x1d\x86\x10\x42\x08\ \x49\x29\x31\xc6\xe1\x29\x61\xe1\xe3\x9e\x75\xd8\x62\xc1\x22\x5a\ \xfc\xcc\x85\xab\x95\x42\xa2\xa5\xdf\x31\x0e\x0f\x7b\xbe\xc2\x79\ \x4e\x3c\xef\x39\x07\xa0\x17\x2c\x87\x0c\xfb\xc8\x3c\xfb\x3a\xc2\ \xc3\x7c\xdf\x7f\x29\x0d\xd2\x5c\xd7\x75\x5d\x17\x2d\xf0\x16\x46\ \x08\x9f\x7b\x4a\x21\x44\xf8\xe1\x08\x21\x4a\x08\x20\x04\x20\x39\ \x17\xe1\x8d\x03\xa0\xf0\x80\xf0\xe7\x17\x12\xd4\xb3\x6e\xf3\xe7\ \x5c\x27\xc6\x58\x08\x11\x7e\xef\x42\x88\x73\xa2\x9e\xcf\x88\xfa\ \x39\x9f\xbc\xd8\x7c\x4a\x4a\x09\x08\x00\x61\x24\x25\x60\x1c\x7e\ \x83\xcf\x48\xf5\xdc\xf3\x9e\x7b\x01\x08\x21\x84\x91\x5c\x68\xeb\ \x83\x16\xcf\xf8\xac\xae\x4a\x8b\xed\x96\x9e\xf9\x90\xa5\x33\x7a\ \x9e\x1b\x04\xc1\x05\xb3\x09\xe7\xdc\xf7\x3c\x4a\x49\xb8\xc6\x11\ \xc2\x68\x81\x9a\xd0\xd2\xc2\x43\x08\x38\x17\x08\x00\x13\x12\x5e\ \x40\x38\xca\x14\x21\x44\x30\x86\x85\xa5\xbe\x20\x9f\x50\x68\x42\ \x48\x78\x81\x65\x8f\x16\xff\x74\xae\x48\xe1\xd9\xc2\x0c\x1f\x0d\ \x58\x3a\xfb\xf3\x9e\x0e\xb9\xb8\x36\xc3\x35\x8e\x97\x9e\xb5\xf0\ \xba\x97\x64\x1b\xde\xc5\x42\x83\xaa\x73\xce\xb2\xf8\xc0\xa2\x05\ \x27\x7c\xf8\xfe\x73\x2e\x20\x94\x7f\xf8\x01\x2f\xb4\x50\xa4\x94\ \x20\x85\x60\x9d\xa6\xc4\x1d\x74\x78\xf4\xf9\xf0\x7d\x7f\xd5\xaa\ \xd5\xbf\xf5\xdb\xbf\xaf\xeb\x1a\xa5\xd4\xb1\x9d\x20\xf0\xa5\x04\ \x84\x51\xe0\x07\x84\x12\x85\x2a\x9a\xae\x51\x4a\x05\x17\xbe\xef\ \x7b\x9e\x1b\x4e\xcc\xc0\x18\x07\x8c\x11\x42\x31\xc6\x91\x48\x04\ \x40\x86\xe3\xc1\x31\xc2\x54\xa1\x0a\x25\x52\x3e\xf3\xa0\x87\x3a\ \x28\xd4\x7d\x9a\xa6\x22\x84\xa5\x94\x18\x87\x2a\x00\x38\xe7\x18\ \x63\xdf\xf3\x3d\xcf\x8b\xc6\xa2\xed\x76\x5b\xd7\x74\x8c\x51\xc0\ \x98\xae\xe9\x98\x2c\xf0\x6b\x48\x21\x61\x7b\x71\xc6\x39\x00\x20\ \x40\x9e\xef\x4b\x21\x14\x55\x51\x15\xc5\x76\x1c\x16\x30\x21\x85\ \xe7\xba\x84\x52\x04\x28\x08\x82\x45\xe5\xb2\x40\x18\x4b\xd4\x89\ \x10\x12\x8b\x08\xfb\x6e\x0b\x21\x16\x55\x15\x0a\xd5\x68\xa8\x88\ \x30\x21\x94\x50\xce\x79\xd8\x43\x31\xdc\x24\x2c\xb5\x18\xcd\xe7\ \x0b\xe1\x59\xce\xcf\x1a\x94\x92\x10\xf2\xdb\xbf\xfb\x7b\x9c\xf1\ \x70\xdf\xd0\x6e\x5b\x9c\x73\xc1\xb9\xed\x38\xa6\x69\x82\x94\xf1\ \x78\x5c\xd5\x34\x21\x84\xe0\xbc\xd1\x6c\x32\xc6\x10\x40\x2c\x16\ \xf3\x83\x20\x1c\xf7\x18\x89\x44\x14\x85\xfa\x9e\x2f\xa5\xc4\x04\ \x03\x20\x8c\x71\xb8\x91\x09\x6f\x5a\x48\x11\x72\x83\xe0\x02\x13\ \x42\x08\x3e\x57\x33\x73\x21\x08\xc6\x5c\x88\x76\xbb\x1d\x8b\xc5\ \x7c\xdf\x07\x29\x55\x4d\x63\x41\x40\x28\x3d\x87\x2d\x96\x54\xad\ \x0c\x85\x46\xa9\xe2\x7b\x9e\x1f\x04\x86\x61\x20\x84\x18\x0b\x6c\ \xdb\x51\x55\xd5\x71\x9c\x20\x08\x34\x55\xf5\x7d\x1f\x13\x22\x38\ \x67\x8c\xa9\x9a\x8a\x00\x09\x21\x08\x25\x68\x51\x83\x7b\x9e\xc7\ \xb9\xa0\x0a\xa5\x84\x06\x41\xc0\x38\x43\x08\x11\x4c\x30\xc1\xbe\ \xef\x87\x77\x41\x30\x41\x18\xa9\xaa\xea\x79\x9e\x42\x15\x84\xb1\ \x14\x42\x51\x54\xaa\x90\xc0\x0f\xf2\x85\xc2\x85\x0d\x1e\xf1\x7d\ \xef\xb2\x5d\x57\x2e\x5f\xb9\x4a\xa1\x0a\x26\x58\xa1\xd4\xf3\xbc\ \x20\x08\xa4\x90\x9c\x33\x8c\x31\x55\x14\x8c\x31\x63\x2c\x9b\xcd\ \x06\x81\x5f\xaf\x37\xc2\xd7\x55\x45\x4d\x67\x32\x2c\x60\xb5\x5a\ \x0d\x10\x10\x42\x54\x45\xe5\x9c\x4b\x29\x74\x5d\x67\x8c\xa9\x9a\ \xa6\x50\x2a\x84\x58\xe0\x64\x04\x42\x48\x16\x04\x42\xca\xb0\x01\ \x64\xb8\x47\x0c\xa5\xcf\x18\x5b\x5c\x69\x0b\xb3\x6b\x08\x26\x84\ \x12\x45\x51\x30\x42\x5c\x88\xc5\xed\x20\x80\x94\x70\x4e\x3e\x17\ \x63\xcc\xf5\xbc\xa5\x67\x33\x60\x01\x48\xa9\xaa\x2a\xe3\x1c\x24\ \x48\x29\x85\x14\xae\xe3\x68\xba\x2e\xa5\x14\x9c\x63\x8c\x01\x21\ \x55\x51\x30\xc6\x9e\xef\x87\xdf\x72\xb8\xda\xc3\x35\x1c\xfe\x4c\ \x08\x46\x08\x4b\x29\x38\x17\x18\x63\x84\x71\x78\x5e\x21\xa4\x10\ \x22\xdc\xc6\xb1\x80\x51\x4a\x3b\xcd\x75\x3b\xe8\xf0\xe8\x73\x41\ \x30\xae\xb6\xed\xfb\xf6\x1e\x5c\xb5\x6c\x79\x21\x9b\xaf\x94\xea\ \xff\xf2\xbd\xef\x15\x8b\xc5\x74\x3a\xbd\xf5\x92\x6d\x6d\xdb\x4e\ \xa7\xd3\x6b\xd7\x6f\xe8\x2a\x14\x18\xf3\x1f\x7a\xf8\xe1\x9f\xde\ \x75\x97\x14\x7c\xfd\x86\x8d\xbb\xae\xbc\x6a\xb6\x34\x3f\x35\x3d\ \x93\x4c\xa7\x6e\xbd\xe5\xe6\x58\x2c\x5e\xac\xcc\x75\x15\x0a\xd9\ \x6c\x76\x60\xa0\x7f\xa0\x90\x72\x99\xf0\xfd\x20\x66\x6a\x08\x80\ \x73\x39\x3b\x3b\xbb\x7f\xff\x7e\x42\xc8\xa5\x97\x5d\x1e\x8b\xc5\ \x19\x0b\x4c\x73\xa1\x57\x67\xb5\xd2\xac\xd5\x6a\x96\x65\x8d\x8d\ \x8d\x45\x22\x89\x27\x9f\x3c\xb0\x72\xe5\xca\xad\x5b\xb7\x12\x42\ \xd6\xad\x5d\x8d\x08\x00\x00\xe3\xe0\x73\xa6\x28\x24\xac\x58\xb4\ \x18\xf7\x7c\x7e\xf2\xc4\xe9\xe3\xc7\x4f\xb5\x6d\x4b\x55\xd5\xab\ \xaf\xba\xb2\x5a\xab\x3a\x96\x5d\x2c\xcd\x3f\xf2\xe4\x93\xae\x6d\ \x49\x2e\x27\x27\xc7\x1c\xdb\x01\xf1\x8c\xb1\x9b\x4e\xa7\x75\x5d\ \x57\x14\xc5\xb2\xed\xc0\xf7\x47\x46\xcf\x36\x1a\xd5\xbe\xbe\x5e\ \xce\x79\xa9\x54\xf2\x83\x20\x99\x48\x44\x22\x51\xd7\x73\xeb\xb5\ \x5a\x2c\x16\x8b\x24\x13\x99\xae\x6e\x33\x62\xd6\x2b\x0d\x45\x51\ \x54\x55\xad\xcc\x57\x15\x45\x89\x46\x63\x20\x20\x91\x48\xfe\xc1\ \xef\xf4\x25\x12\x89\x0b\x98\xf7\x42\x29\x4d\xe7\xba\x7d\xcf\xdb\ \xb1\x7d\x7b\xab\xd5\xfa\xf6\xb7\xbe\xf5\x83\x1f\xfc\x00\x24\xba\ \xf2\x8a\x2b\x7c\xdf\x5b\x3e\x30\xb8\x72\x68\xcd\xda\xf5\xeb\x6c\ \xdb\x9e\x9d\x9b\xfb\xdc\xe7\x7e\x93\x2a\x54\xd7\xb4\xdf\xf9\x9d\ \xdf\x21\x84\x0e\x0f\x8f\x58\x96\x75\xcb\x0d\x6f\xde\xbc\x65\x73\ \xbd\x5e\x77\x5d\x37\x9d\xcd\x69\x9a\x1a\x4b\xc4\x43\x07\x43\xa8\ \xaf\x85\x10\x8c\xb1\x72\xb9\x3c\x3a\x3a\xba\x6a\xd5\xaa\x7c\x3e\ \x7f\xee\x05\x30\x9f\x7b\x9e\xd7\x6e\xb7\xa7\xa7\xa7\x53\xa9\xd4\ \xc1\x83\x07\x5b\xad\xf6\xf5\xd7\x5f\xa6\x69\x5a\x32\x95\x52\x54\ \xf2\xa2\xc6\x9c\x1f\x9c\x39\x73\x66\x66\xb6\xa8\xaa\x7a\x26\x93\ \xe9\xca\x67\xc7\xc6\x26\x33\x99\xd4\xe3\x8f\x3d\x7a\xf6\xcc\x59\ \xc3\xd0\x4e\x9c\x3c\xd9\x6c\x36\x5c\xdb\xc2\x18\x6b\xba\x2e\x38\ \x8f\x44\x22\x03\x03\x03\x8a\xa2\x54\x2a\x95\x78\x3c\x7e\xf6\xec\ \xd9\x7b\xef\xbf\x6f\xe3\xe6\x4d\x3d\xbd\x7d\x27\x4e\x1c\x1f\x1b\ \x1b\xcb\x66\xb3\x03\x03\x03\xba\xae\x1f\x39\x72\x24\x93\xc9\x64\ \xb3\xb9\x55\x2b\x57\xf7\x0f\x0c\xd8\x96\x35\x3f\x3f\x3f\x38\xb8\ \xbc\x58\x2c\xb5\x5a\xad\x65\xcb\x86\x3c\xcf\x2d\x14\xba\x7b\x7b\ \x97\x49\x79\x21\xe3\xea\x14\x4a\x0f\x0f\x8f\x9d\x99\x9c\xe9\xce\ \xe5\x4d\xd3\xe8\xca\xe7\xf6\x1e\x38\x30\x32\x7c\xe6\xe8\xe1\x23\ \x89\x78\xf4\x1d\x6f\x7f\xbb\x66\x18\xf5\xa6\x3d\x3d\x3d\x79\xcb\ \xcd\x37\x25\x93\xb1\xef\xfc\xf8\x1b\x87\x0f\xee\xdf\xb0\x6e\xe3\ \xe5\x97\xee\x7a\xc7\xa6\x9d\xa5\xe2\xfc\x93\xfb\x9f\x38\x3b\x36\ \xa2\x69\xda\x9a\xb5\x6b\x0d\x4d\xe5\x2c\xd8\x75\xd9\xe5\xa9\x88\ \xb1\x63\xfb\x36\x43\xa3\x96\xed\x9b\xc6\x33\xbd\x29\x46\x46\xc6\ \x8e\x1e\x3d\x7a\xc5\x95\xd7\x68\x9a\xe6\x79\x5e\x34\x6a\x86\xaf\ \x97\xe6\xe7\x09\xc6\x00\x18\x21\xe4\xba\xee\x8f\x7e\x78\x87\x65\ \xd9\xef\x7e\xf7\xbb\xd3\xe9\x94\xaa\x6a\x8a\x42\xe9\x0b\x96\x14\ \x49\x38\x72\xec\xf4\x9e\xa7\x0f\x1c\x3b\x7a\x32\x97\xcb\x66\xb3\ \xd9\xa7\x9f\x7e\x5a\x48\x79\xf9\x65\x97\x11\x42\x5c\xd7\x1d\x19\ \x1d\x75\x1c\x6b\xef\xd3\x4f\xf5\xf5\xf5\x4b\x21\x2c\xcb\x42\x08\ \x11\x4a\x07\x07\x06\xd6\xac\x59\x73\xe6\xcc\x99\xe3\x47\x8f\x62\ \xc9\x66\xe7\x66\xa7\xa6\xa6\x7a\x7b\x7b\x01\xa0\xd9\x6a\xb5\x9a\ \xcd\x42\xa1\x90\x4a\xa5\x9a\xcd\x66\xb9\x52\xa5\x9a\xa6\xa9\x2a\ \x63\x0c\x61\x1c\x8d\xc5\x31\x51\xa2\xd1\x68\x57\x4f\xaf\x6e\x18\ \x18\xa1\xcd\x5b\x36\x1b\x1d\xab\xb4\x83\xd7\x08\x5e\xa1\x3c\x02\ \x42\x70\xa3\xd1\x98\x9b\x9b\x9b\x9f\x9f\x2f\x95\x8a\x84\xd2\x68\ \x2c\x66\xdb\xb6\xaa\x69\x57\x5c\x71\xe5\xe5\xbb\x2e\xb7\x1d\xbb\ \x5c\x2e\x23\x84\xda\xed\xf6\xe1\x43\x87\x6c\xdb\x4a\x24\x12\xb1\ \x58\x6c\xfb\x8e\xed\x2b\x56\xac\x98\x9d\x9b\xe5\x8c\x1d\x3f\x7e\ \x7c\x6c\x6c\x74\xf8\xcc\x69\x29\xb8\xeb\xb9\x23\xc3\x67\xca\x4d\ \xcb\xf3\x19\x42\x88\x03\x30\x2e\x24\x48\xc3\x30\x14\x45\x71\x5d\ \x37\x34\x6a\x01\xc0\xf3\x02\xc6\x84\xe0\x60\x9a\x46\x10\x04\xaa\ \xaa\x76\x77\x77\x9f\x39\x73\xc6\x71\x9c\xd9\xd9\x59\xcb\xb2\x32\ \x99\xac\x1f\xb0\x66\xd3\xad\xd6\x2c\xc7\x71\x54\x95\x62\x84\x3c\ \xce\x1c\xc6\x08\x42\x9e\xe3\x1e\x3f\x7e\xa2\xd5\x6a\x31\xc6\x1a\ \x8d\xc6\x13\x4f\x3c\x79\xe4\xf0\xb1\x42\x57\x61\xc3\xba\x35\x5b\ \x37\x6f\x6a\x34\x1a\xb5\x5a\xb9\xab\xab\xab\xaf\xb7\x8f\x31\xce\ \x18\x33\x0d\x13\x00\xba\xbb\xba\x35\x4d\x73\x5d\x77\x66\x7a\xda\ \xb2\x2c\x04\xc8\x76\x9c\x76\xbb\x6d\xdb\x36\x63\xcc\x73\x5d\xdf\ \xf7\x5d\xd7\x69\x36\x1a\x9e\xe7\x11\x42\x52\xc9\x64\x2a\x99\x6c\ \xd4\xea\x8d\x7a\x1d\x01\xaa\xcc\x97\x6d\xc7\xf6\x59\x50\xab\xd7\ \x02\xc1\xf5\x88\x89\x09\xbe\x80\xde\x78\x08\xa1\x20\x08\x26\xa6\ \x26\x5c\xd7\x9d\x9c\x9c\x30\x0c\x63\x68\x68\x48\x4a\xe9\x38\xd6\ \x4d\x37\xdd\xf8\xe9\x3f\xfc\x74\x2c\x1a\x9d\x9e\x9e\x9a\x9a\x9a\ \x8a\x44\x22\x07\xf6\xef\x77\x5d\x07\xa4\xdc\xb2\x79\x4b\x3c\x1e\ \xbf\xea\xaa\xab\xaa\x95\xca\x7c\xa9\x34\x5f\x2a\x9d\x3c\x71\x62\ \x7c\x7c\xbc\x54\x2a\x61\x8c\xca\x95\xb2\x63\xd9\x42\x88\x20\x08\ \x42\x3b\x1b\x21\xe4\x79\x9e\x94\xb2\x56\xab\x21\x84\x7c\xdf\x0f\ \x6d\x2f\xce\xb9\x1f\xf8\x84\x60\x21\xb8\x10\x62\xf9\xf2\xe5\x13\ \x13\x13\x96\x65\x15\x8b\xc5\x4a\xa5\x12\x5a\xc3\x81\x1f\xb4\xdb\ \x6d\xc6\x58\xe8\x4b\x60\x8c\x09\x21\x42\x63\xf1\xcc\x99\xd3\xe5\ \x72\x99\x52\xa5\x5a\xad\xfa\xae\xf7\xd0\x43\x8f\xa6\x53\xa9\x42\ \xbe\xb0\x6d\xdb\xb6\x54\x3a\x31\x3b\x37\xd7\xdf\xdf\xb7\x75\xeb\ \xd6\x64\x32\xc9\x18\xe3\x8c\x45\x22\x91\x64\x32\x19\x8d\x46\x3d\ \xcf\x6b\x34\x1a\xc7\x8f\x1f\x0f\xad\xcc\x7a\xbd\x31\x5f\x2e\x85\ \x56\xac\x94\xd2\xf7\xfd\x4a\xa5\x12\xfe\x30\x30\xd0\x3f\x30\xd0\ \xdf\x55\x28\x8c\x8e\x8e\xf6\xf6\xf6\xd6\x6a\xb5\x52\xa9\x48\x29\ \x2d\x16\xe7\x00\xc0\xd0\x75\x29\xc5\x85\xf9\x75\x85\x10\x91\x48\ \x64\xc5\xca\x95\x3b\x76\xee\x58\xb3\x7a\x75\x34\x12\x59\xbb\x66\ \xed\xce\x9d\x3b\xa5\x94\xad\x66\x8b\x05\x81\x69\x9a\x43\xcb\x97\ \xeb\x86\xfe\xad\x6f\x7f\xeb\x1b\xdf\xf8\x06\xa5\xa4\xdd\x6e\x73\ \xc6\xa7\xa7\xa7\x0f\xec\xdf\x5f\x2e\x97\x57\xac\x18\xea\xe9\xee\ \xc1\x18\xcf\x4d\x4f\xcf\x97\x4a\xf5\x5a\xcd\x75\xec\x78\x3c\x8e\ \x10\xb2\x9d\xa0\xdd\x6e\xbb\xae\x2f\x25\x04\x01\x07\x80\x74\x3a\ \x6d\xdb\xf6\xa9\x53\xa7\x7c\xdf\x67\x8c\x3b\x8e\x17\xae\xc6\x58\ \x34\x6a\x9a\xa6\xa2\x10\xcb\xb2\x5a\xad\x56\x26\x93\xae\xd7\x6b\ \x42\xf0\x46\xa3\xd9\x6a\xb5\x38\x17\xae\x1b\xd8\xb6\xc3\x98\xcf\ \x98\x27\x04\x0b\x4d\x40\xdf\xe7\x42\x88\xa1\x65\xcb\x2e\xbb\x74\ \xe7\x8e\x1d\x3b\x62\xd1\x28\xc1\xb8\x5a\xa9\xd4\xaa\x35\xc1\xb9\ \xe3\x38\x99\x74\xba\x2b\x5f\xe8\xeb\xe9\x73\x2d\xbb\xdd\x6c\xcd\ \x4e\xcf\xb4\x9b\x2d\xc7\xb2\x8f\x1e\x39\xaa\x52\x25\x97\xc9\xfa\ \xbe\x0f\x08\x31\xc6\x18\x63\x95\x4a\xc5\x71\x1c\xcf\x75\x19\x63\ \x41\x10\xd8\x8e\xe3\xfb\x3e\x20\x08\x82\xa0\x52\xa9\x34\x9b\x4d\ \xce\x38\x63\x0c\x63\xec\x79\x9e\xe7\xbb\xab\x56\xad\x5c\x31\x34\ \xd4\x51\xcd\x1d\x74\xec\xd1\xe7\xab\x15\x69\x18\x46\x36\x9b\x4b\ \xa6\x52\x84\xd2\xbd\x7b\x9f\x6a\xb5\x5a\x18\x21\xdb\xb6\xf7\xef\ \xdf\x9f\x2d\xe4\x2c\xc7\x3e\x71\xe2\xc4\x55\x57\x5e\x31\x31\x36\ \xea\x79\x9e\xa9\x9b\x3d\x3d\x3d\x6b\xd6\xac\x59\x36\x38\xe8\x33\ \xde\xdb\xd3\x33\x3d\x3d\xa3\xaa\x8a\x94\xd2\x75\xdd\x53\xa7\x4e\ \xf5\xf5\xf6\x24\x12\x71\x24\x25\xc1\xc8\xf5\x3c\x42\x88\x46\xb1\ \xe4\x52\xd7\xf5\x4c\x26\xa3\x28\x4a\x3a\x9d\x0e\x1f\x4e\x42\x08\ \x42\x08\x10\xcc\xcf\x97\x55\x55\x55\x55\x35\x1e\x8f\x4f\x4c\x4c\ \xb8\xae\xbb\x7c\xf9\x72\xc3\x30\x82\xc0\x6f\xb7\x2d\x40\x28\x1a\ \x8d\x68\x1a\xe1\x12\xb8\x14\x94\x50\x3f\x60\x9e\x1f\x84\x5e\xd0\ \xd9\xd9\x59\x9f\x05\xf9\x7c\xbe\xd9\x6c\x1c\x3c\x70\x30\x11\x8b\ \xb2\xc0\xab\x37\xea\xf9\x5c\x56\x70\x3e\x33\x3b\xab\xab\x5a\x26\ \x93\xaa\x54\x2a\xaa\xa6\x50\x35\x5e\xe8\x2e\xf4\xf6\xf6\x3c\xf5\ \xd4\x53\x53\xd3\x53\xb5\x5a\x55\x82\x08\xfd\x90\x84\x10\x42\x48\ \x18\x29\xe4\x9c\x87\xbf\x5a\x96\x35\x3b\x35\xe3\xb8\x81\xe3\x38\ \xad\x66\x4b\x70\x91\x4c\x26\x01\x13\x21\x65\x32\x99\xcc\xe4\xf2\ \xfd\xcb\x07\x55\x4d\x93\xe2\xbc\x79\x54\x4a\x89\x31\x59\x31\x34\ \x84\x24\x4a\xa5\xd2\x7b\xf6\xec\x39\x7d\xfa\x34\xa5\xd4\xf3\xbc\ \xc3\x87\x0f\x6b\x9a\xa6\xe9\xfa\x53\x4f\xed\x2d\x74\x77\x0f\x0e\ \x0e\x9c\x3e\x7d\x1a\x63\xac\xeb\xfa\xf6\xed\xdb\x57\xae\x5a\x19\ \x8d\x47\xd7\xae\x5d\xfb\xf8\xe3\x8f\xcf\xce\xcd\xf9\x81\xdf\xd5\ \xd3\x3d\x7a\x76\x34\x9d\xcd\x06\x7e\x90\xcb\xe6\x42\xc1\x86\x84\ \x11\x7a\xe0\x93\xc9\x64\x3c\x1e\xd7\x34\x8d\x52\xca\x18\x5b\xf0\ \x3a\x02\x38\x9e\xdb\x6a\xb5\xa3\xd1\x28\x26\xb8\xbf\xbf\xff\xf8\ \xf1\xe3\x89\x44\xc2\x34\xcd\x76\xbb\x9d\x48\xc4\x19\xe3\x54\xa5\ \xa1\x03\x79\xc9\x9a\x47\x08\x71\xce\x4d\xd3\x2c\xce\x1d\xab\xd5\ \x5b\xb1\x58\xdc\x75\xdd\xd1\xd1\x91\x68\xc4\x14\x9c\x55\xab\x55\ \x4a\x69\x4f\x77\x57\xa9\x34\xef\x80\x95\xcf\xe7\x1d\xc7\x49\xa7\ \xd3\x52\xca\x9e\x9e\x9e\x6b\xaf\xbd\x76\x72\x72\x72\x7a\x7a\xda\ \xb2\xac\x7a\xbd\xae\x6a\x9a\xeb\xb9\xbe\xe7\x6b\x9a\x46\x08\x09\ \xdd\xe6\x8c\x31\x42\x88\xe7\x79\xa3\xa3\xa3\xaa\xa2\x9d\x3a\x75\ \xba\x54\x2a\xb5\xdb\xed\x4c\x26\xd7\xd5\xd5\xc5\x18\x8f\x44\xa2\ \xeb\xd7\xaf\xcf\xe7\x0a\xdd\xdd\x5d\x9e\x6f\xc3\xf9\x17\x51\x0a\ \x21\x33\x99\x4c\xbb\x58\x56\x15\x65\xf3\x25\xdb\xaa\x95\x4a\x3e\ \x97\x75\xed\x15\xf7\xdc\xfd\x93\xe1\x33\xa7\x76\x3f\xfe\xf8\x27\ \x7f\xf3\x37\xd7\xad\xdf\xb4\x63\xe7\x25\x8f\x3d\xfa\xe8\x99\x33\ \x27\x8f\x1f\x3f\x26\xa5\x9c\x99\x9d\xb9\xe1\xcd\x37\x5e\x76\xd9\ \x65\xf3\xe5\xca\x8a\x95\x2b\xbb\x7b\x7b\x9f\xd8\xf3\xb8\xef\xb9\ \xb3\x33\xd3\x86\x61\x30\xce\xe2\xf1\x98\xe3\xb8\xbe\xe7\x61\xb4\ \x20\x7f\xc7\x71\x30\x36\x35\x4d\xeb\xef\xef\x27\x84\xe8\xba\x1e\ \x0e\x98\xc1\x18\xf9\xbe\xaf\xeb\x7a\xb8\xea\xc2\x2d\x45\x3a\x9d\ \x8e\x46\xa3\xa3\xa3\xa3\xbd\xbd\x7d\xba\xae\xd7\x6a\x35\x4d\xa7\ \x86\xa1\xb7\xdb\x6d\x29\x45\x2c\x16\x47\x08\x61\x44\x30\xc6\x5d\ \x5d\x5d\xba\x61\x9e\x3c\x75\x12\x63\x34\x37\x37\xab\x69\x6a\xe0\ \xfb\x33\x33\x53\x67\xce\x9c\x56\x55\x95\x73\x96\x48\xc4\x77\xee\ \xd8\x7e\xea\xd4\xa9\x99\x99\x19\x42\xb0\x6d\xdb\x9c\x33\x55\x55\ \x4f\x9c\x38\x51\xaf\xd7\x5c\xd7\x99\x2f\xd6\xda\xed\x96\xa6\x69\ \x00\xa0\x28\x0a\x42\x88\x52\x4a\x08\x61\x41\x20\x85\xf0\x7d\x3f\ \x12\x8d\x51\x42\x74\x5d\x4b\x24\x52\x95\x6a\x8d\x50\xb5\xdd\x6a\ \x19\x66\x64\x7c\x6c\x7c\x68\xf9\x72\x85\xd2\x8e\x76\xee\xa0\xc3\ \xa3\xcf\x71\xd3\xb1\x74\x3a\x7d\xed\xb5\xd7\x22\x21\x24\xe3\x6b\ \xd7\xaf\x0f\xfc\x60\x7a\x6a\x0a\x61\x34\xb8\x6c\xd0\xe7\x6c\xcd\ \xea\xd5\xc7\x8f\x9f\xfa\xfc\xe7\x3f\x9f\x49\xa5\x56\xae\x5c\xf9\ \xd8\xf4\x94\x61\x18\xb6\x63\x1f\x3a\x74\xa8\xed\xb8\x1b\x36\x6c\ \x38\x7d\x66\xb8\x54\x2a\x51\x8c\xd2\xe9\x74\xb5\x52\xde\xbc\x71\ \x7d\x3e\x9f\x8b\x44\x0c\xdf\x0f\x7c\xd7\x35\x75\x0d\x24\x96\x52\ \x18\x86\x91\xc9\x64\xce\x9e\x3d\x3b\x35\x35\x95\x48\x24\x30\x26\ \xd1\x68\x84\x52\xca\x98\xa0\x54\x49\x26\x13\xcd\x66\xcb\xb2\xac\ \xcd\x9b\x37\x1f\x38\x70\xa0\xd9\x6c\xea\xba\xae\x69\x9a\x94\x32\ \x16\x8d\x81\x94\xae\xc7\x54\x85\x86\xf1\x3c\x42\x70\x54\xa1\xb6\ \xed\x66\xb3\xd9\x4a\xb5\xe1\xb8\x76\xc4\x34\xab\xe5\xf2\xf8\xd8\ \xc8\xe1\x43\x07\xfa\xfa\x7a\x0b\xb9\x5c\xbb\x5e\xf7\x7d\x7f\x76\ \x66\x66\x7e\xbe\x98\xcf\xe5\xdb\x56\x2b\x60\x3e\xc6\xf8\xd0\xa1\ \x03\xa9\x54\xa2\xaf\xaf\x77\x7a\x7a\x0a\x52\xf1\x91\x91\x91\xd0\ \xde\x5a\x8a\x15\xc5\x62\x31\xc3\x30\x38\xe7\xae\xeb\x06\x41\xd0\ \x6e\xb5\x1a\xcd\x36\x42\x28\x16\x4b\x04\xbe\xcf\x18\x1b\xe8\xef\ \x8f\x26\xe2\x6d\xcb\xde\xb8\x79\x53\x34\x1e\x0f\x58\x70\x61\x92\ \x97\x52\x16\x0a\x5d\x86\xa6\x23\x90\x43\x43\x2b\x6c\xcb\x8a\xc5\ \x62\xb5\x6a\x6d\x60\x60\x80\x73\xbe\x66\xcd\x1a\xcb\xb6\xef\xbc\ \xf3\xce\xdd\xbb\x77\x6f\xd9\xb2\xe5\xbe\xfb\xee\x8b\xc5\x62\xaa\ \xa6\x9e\x3e\x7d\x1a\x24\xac\x5c\xb9\xd2\x71\x9c\xe1\xd3\xa7\x6b\ \xb5\x74\xa1\xbb\x2b\xbc\xd4\x78\x22\xae\x28\x4a\xc8\xa0\x08\x21\ \x8c\xb1\xef\xfb\xaa\xaa\x0a\x21\x14\x45\x99\x98\x98\x18\x1a\x1a\ \x0a\x7f\x56\x14\x85\x10\xca\x03\xa1\x69\x5a\x18\xd7\xcc\x64\x32\ \xab\x56\xad\x7a\xfc\xf1\xc7\x4d\xd3\x54\x55\xd5\x75\xbc\x48\xd4\ \x24\x0a\x09\x03\xa2\x61\x34\x37\xbc\x66\x84\x10\x21\x24\x93\xcd\ \x96\x8a\x65\x33\x6f\x54\x2a\xe5\x52\xa9\xf4\xf8\xee\xc7\x62\x51\ \x53\xa5\xb4\xa7\xa7\xc7\x6a\xb5\x6d\xcb\xda\xbb\xf7\xc9\xf5\xeb\ \x37\xa4\xd3\x69\xd7\x75\x55\x55\xad\x54\x2a\x7b\xf7\xee\xbd\xf2\ \xca\x2b\x29\xa5\x6b\xd6\xac\x39\x33\x7c\x86\x12\xe2\x7b\x5e\x28\ \xf9\x70\xe3\xd2\xd3\xd3\x53\x2a\x95\x42\xe7\xc7\xd4\xd4\x74\xbd\ \xd6\xe4\x9c\x27\x12\x09\xdb\x76\xe2\xf1\xa4\xaa\xaa\xab\x56\x2d\ \x73\x1c\x37\x99\x4c\x0e\x0e\x0e\x5a\x96\x43\x2f\xa8\x59\x3b\xe7\ \xac\xbf\xbf\xcf\x05\x02\x08\x4d\x4e\x4d\x95\x4b\xa5\xee\x42\x61\ \xe5\x8a\x15\xa1\xf5\xdc\x6e\xb7\x84\xe0\x00\x28\x99\x4c\x20\x84\ \x3e\xf0\x81\x0f\xdc\x7b\xef\x4f\x0f\xec\x7f\xba\xbf\xaf\xaf\xaf\ \xaf\x6f\x66\x66\x46\x08\xc0\x88\x10\x82\xd2\xc9\x44\xb3\x89\x8a\ \xc5\xa2\xd5\x6a\x66\x33\xa9\x42\x2e\xeb\x66\xb3\x11\x33\x52\xc8\ \x67\x55\x95\x84\x81\x7c\x21\x64\xb8\x71\x0c\xbd\x02\xe4\x9c\xee\ \x95\x08\x21\xce\x45\xb5\x5a\xab\x54\xaa\xad\x56\xcb\x71\xdc\x53\ \xa7\x4e\x11\x42\x72\xb9\x7c\x24\x12\x41\x08\x49\xe0\x9e\xe7\x29\ \x8a\x12\x6e\xef\x30\x26\x52\x00\x42\x48\xa1\xb4\x52\x2e\x1f\x3f\ \x76\x94\x52\xea\x3a\x8e\xed\x38\xa5\xd2\x1c\x80\x08\x82\x60\xc5\ \x8a\x15\x95\x4a\x79\x6a\x6a\x62\xe3\xc6\x0d\xb6\x6d\x79\x9e\x9b\ \xc9\xa4\xe3\xb1\x58\x69\x7e\xbe\x3c\x5f\x3a\x72\xf8\x60\x3a\x93\ \x49\x26\x13\x76\xbb\x19\xba\x16\xc2\xcd\x62\xf8\xe5\x2a\x8a\x42\ \x29\xb5\x85\xa0\x94\x3a\xb6\xad\x1b\x06\x21\x74\xbe\x3c\x4f\xa9\ \xaa\x28\xaa\x61\x18\x37\xdd\x74\x53\xa9\x5c\x3e\x75\xea\x94\x10\ \x37\xa0\x57\x64\x3a\x01\x63\xcc\xf7\xbd\xd7\x79\x3f\x7e\x04\x9a\ \xa6\xbf\xd8\x48\x79\xdf\xf7\x59\x10\xbc\xbe\x79\x4e\xd5\x34\x7a\ \x31\x77\x66\xaf\xdc\xfc\x51\x84\xd1\xd0\x8a\xa1\x44\x34\xda\x6e\ \x34\xb3\xe9\x4c\x3a\x99\x7c\xfa\xa9\xbd\xf3\xe5\xca\xc3\x8f\x3c\ \xf2\xde\xf7\xbf\x2f\x95\x49\xaf\x58\xb9\xfa\xa9\x3d\x4f\x56\xe6\ \x4b\xc3\xc3\xc3\x8a\xa2\xcc\xcd\xcd\x5d\x71\xd5\x55\xab\x56\xaf\ \x1e\x9b\x98\xec\xed\x1f\xe8\xea\xea\x3a\x7e\xec\x48\xbb\x6d\x4d\ \x8e\x8f\x25\x13\x31\xcf\xf3\x0c\x5d\x77\x1c\xcf\xb1\x6d\x0c\x92\ \x20\x24\x04\x67\x9c\x29\x2a\xcd\xe5\x72\x18\x63\xdf\x0f\x0c\xc3\ \x50\x14\x4a\x08\x96\x52\x12\x82\x72\xb9\x8c\xe7\x79\x99\x4c\x8a\ \x31\xd6\x6c\x36\x13\x89\x84\xaa\xaa\x61\x68\xc7\x34\x0d\x21\xa4\ \xaa\xaa\x9a\xa6\xb6\x3d\x8b\xaa\x44\xd7\x35\x09\x48\x4a\x50\x14\ \x65\xa0\xbf\x3f\x62\xc4\x5a\x76\x33\x16\x8b\x3d\x59\xab\xa5\x13\ \x09\xdb\xb6\xaa\x95\x0a\x46\x40\x29\x4d\x26\xe2\x62\xcd\xaa\xa9\ \xa9\x59\xdb\xb6\x84\x10\x95\x4a\x25\x34\x85\x83\x20\x88\x44\x22\ \x0b\x89\xb2\x08\x87\x3c\xb1\x94\x8d\x29\xa5\x0c\xdd\x8c\x94\xd2\ \xd0\x3c\xd5\x14\x5d\xd5\x54\x4d\xd3\x34\xd3\xa0\x84\x44\xa2\xd1\ \x81\xc1\xc1\x4a\xad\xde\xdb\xd7\xc7\xa4\x38\x27\xc9\xf6\x7c\x5d\ \xbb\x90\x88\xc7\x55\x45\xc1\x08\x47\x22\x91\x9e\xee\xc2\x4f\x7f\ \xfa\xd3\x93\x27\x4e\x7c\xef\x7b\xdf\xfb\xf8\xc7\x7f\x7d\xe5\xd0\ \xd0\x65\xea\x65\xcb\x86\x96\xdf\x75\xd7\x5d\xd3\xd3\xd3\xb6\x6d\ \x57\xab\xd5\x4a\xa5\x72\xe9\xa5\x97\x66\xb3\x19\xcf\xf3\x6e\xb9\ \xf5\x96\x87\x55\xc5\xb6\xad\xc7\x1e\x7d\xcc\xf7\x7d\xc6\x58\x2a\ \x95\x22\x94\xfa\xbe\x1f\x04\x41\xf8\x64\x52\x4a\x11\x42\xa1\x49\ \xda\x6e\xb7\x15\x45\x09\x93\xaa\x16\x12\x74\x09\x49\x24\x12\x42\ \x70\x55\x53\x5b\xcd\x96\x61\x18\xd1\x68\x14\x00\x6a\xb5\x5a\xc8\ \x7f\x28\x40\xa1\xbd\x02\x8b\x49\xb3\xe1\xcf\x9a\xa6\xad\x5f\xbf\ \xce\xd0\x8d\x65\xcb\x57\x0e\x9f\x3e\xad\xa9\x54\x53\x94\xe9\xc9\ \xc9\x78\x32\xe6\x7b\x6e\x3c\x1e\x5d\xbb\x76\x0d\x63\x8c\x10\x7c\ \xf6\xec\x59\xdb\xb6\x43\xb1\xcf\xce\xce\xa6\x52\x29\x5d\xd7\x5b\ \xad\x16\x25\x14\x63\x1c\xa6\x2b\x33\xc6\x42\xd6\x09\x5d\xc7\x21\ \xad\x2a\x0a\x6e\xb7\xdb\x03\x03\x03\x86\x61\x64\x32\xd9\x68\x34\ \x56\x28\x14\x6e\xb8\xe1\x86\xa9\xa9\xe9\x4c\x26\x33\x30\x30\x70\ \xf2\xd4\x71\x45\xd5\x25\x5c\x88\x27\x20\x74\xc0\x44\x22\x91\x43\ \x07\x0f\x1a\x9a\x76\xe9\xf6\xad\xad\xa6\xe5\x7a\x2e\x21\x74\x7e\ \x7e\x7e\x6e\xae\xb8\x7d\x87\x3e\x33\x33\xab\x6a\x6a\x77\x77\x77\ \xb3\xd5\xa4\x8a\x32\x31\x31\xf1\xd8\x63\xbb\xbb\xbb\x7b\x00\xb0\ \x19\x31\x54\x4d\x71\x1c\xe7\xe4\xf1\x63\xbe\xe7\x36\x1a\x8d\x76\ \xb3\xc9\x18\xd3\x54\x25\x99\x8c\x51\x95\x00\x80\xeb\xfa\x52\xca\ \x72\xb9\xa2\x28\xb4\x5a\xad\x86\x9b\x9b\x20\x10\x8c\x31\x4a\x69\ \xf8\x7d\x85\x37\xdb\xd3\xd3\x13\x8f\xc7\xee\xbb\xf7\x01\xce\x79\ \x2e\x97\x0b\xd3\xf1\x84\x10\x08\x0b\x8c\x41\x55\x35\x42\x70\x98\ \xd6\x23\x84\x9c\x9e\x9e\x3b\x33\x3c\x0c\x12\xf7\x75\xf7\x9c\x3c\ \x79\xd2\x30\x0c\x11\x30\x43\xd5\xca\xc5\x79\xc3\xd0\x47\xce\x0c\ \xfb\x9e\xe7\x33\xef\xa9\x3d\x4f\x18\x86\xa9\x29\x4a\xb9\x5c\x36\ \x34\x8d\x20\xa4\x6b\x5a\xb3\xd1\xd0\x54\x35\x9b\x4e\x57\xcb\xf3\ \x9a\xa6\x3b\x8e\x6b\x18\x46\xb8\xec\xc3\xd5\x6e\x18\x86\xe7\x79\ \xad\xb6\x15\x4f\x24\xc2\xf5\x13\x8b\xc6\x2c\xdb\x31\x0c\xfd\xcd\ \x6f\x7e\x73\x5f\x5f\xdf\xb1\x13\x27\xac\x76\x4b\x08\x09\x17\xbf\ \x91\x55\xb3\xd9\xa8\x55\xca\x84\x50\x38\xc7\x7b\x8f\x9e\x9d\x41\ \xfe\x1a\x82\x7c\x61\x0e\x05\x21\x04\x17\x3c\x5f\xe8\x32\xcd\xe7\ \x4e\x95\x2f\x97\x4b\x56\xbb\x4d\x08\x7d\xc1\x37\xbe\x4e\x6e\x5f\ \x0a\xc6\x58\x36\x9b\x8b\xc5\x13\xaf\x6d\x1e\xc5\x08\xfb\x7e\x30\ \x57\x6b\x19\xaa\x56\xad\xd5\xd6\xae\x5d\x4b\x09\x21\xaa\x62\xb7\ \x5d\xcf\xf7\x72\xb9\x5c\x2a\x93\x2e\xe4\xbb\xe7\x66\x66\xdf\xf9\ \x8e\xdb\xbe\xf8\x77\x9f\x1f\x3b\x3b\xbc\xea\xea\xab\x57\xad\x5c\ \xd5\x6e\xb5\x72\xd9\x9c\x19\x8b\x15\xe7\x66\xb3\x99\x54\x32\x1e\ \x7b\xec\xb1\x47\x6b\xd5\xc8\xf8\xd8\xe8\xea\x55\x2b\xa7\x27\x27\ \xe3\xf1\x58\x22\x1e\xa7\x04\x61\x8c\x5d\xd7\x63\x8c\xab\xaa\xda\ \xdb\xdb\xa3\xaa\x8a\xae\xeb\x84\x20\x00\x08\xb3\x73\x08\x05\xc7\ \x91\xf3\xf3\xa5\x4a\xa5\x8c\x31\x31\x0c\x63\x6c\x6c\x0c\x00\xae\ \xb9\xe6\x1a\xdd\x30\x80\x83\x42\x28\x02\xc0\x08\x49\x21\xc2\x04\ \x42\x89\xb0\xa1\x69\xf9\x6c\xee\xe0\xbe\x43\xc7\x4e\x1c\x4b\x67\ \x92\xb3\x33\x33\x98\xe2\xd1\x91\x91\xf9\xe2\x5c\xc4\x34\x01\xa4\ \x6d\x59\xdb\x2f\xb9\x44\x53\xf5\xfd\x07\xf6\x47\x22\x66\x68\x78\ \x01\xc0\xe1\xc3\x87\x74\x5d\x07\x90\xf3\xf3\xf3\xed\x76\x7b\xa1\ \x1e\x00\x63\x84\x90\xb6\xb8\x39\x0a\xf5\x8b\xa6\x69\x9c\xf1\x44\ \x3c\xee\xfa\xbe\xef\xb9\x6d\xc7\x36\x23\x11\xdf\xf7\xe7\xe7\x4b\ \x12\xd0\xc9\x53\x27\x55\xc3\xd8\x3a\xd4\x77\xc1\xeb\xda\x75\xdd\ \xa8\xa1\x5b\xb6\x47\x08\x32\x0c\x3d\x9b\xcd\x62\x4c\x46\x46\x46\ \xfa\xfb\x07\xe2\xb1\x78\xbe\xa7\x60\x3f\xed\xbc\xfb\xdd\xef\x9e\ \x99\x99\xb9\xfb\xee\xbb\x0d\xc3\xb8\xfa\xea\xab\x73\xb9\x1c\x21\ \x64\x70\x70\xd0\xb2\xac\xa1\xa1\x21\xd7\x75\x9f\xd8\xf3\xc4\x99\ \x33\x67\x76\xef\xde\xdd\xdb\xdb\x8b\x09\x06\x84\x42\x97\x5d\x68\ \x67\x84\x8a\x3b\x99\x4c\x86\xba\x32\x4c\x41\x0a\x83\x6d\x94\x10\ \x09\x60\xb7\x9d\x30\x42\xa9\xaa\x2a\x63\x6c\xcf\x9e\x3d\x9b\x37\ \x6f\x0e\x7d\x95\x54\x21\xa1\x70\x96\x72\x9b\x15\x45\xe1\x9c\x27\ \x93\xc9\x62\xb1\xf8\xd8\xee\xc7\x4a\xc5\xf9\x6a\xb5\x4a\x31\x1e\ \x1e\x3e\xe3\x07\xae\x46\x69\x3a\x93\x9e\x9d\x99\x1e\x1a\x5a\xbe\ \xfd\x92\x2d\x8f\xed\x7e\x42\xd7\x75\x4a\xa9\xe3\x38\x61\xe6\xda\ \x8f\x7f\xfc\x63\xc3\x30\x0e\x1f\x3e\xdc\x6c\xb5\x38\xe7\x18\xa3\ \x90\x54\x30\xc6\x99\x4c\x26\xdc\x39\x01\x80\x61\x18\x94\x52\x4d\ \x35\x12\x89\xc4\xfc\xfc\xbc\x10\x62\x66\x66\x36\x9b\xcd\x1e\x3a\ \x74\xb0\xaf\x6f\xa0\xd1\x68\x94\xcb\xe5\x44\x3c\xce\x84\x7b\x61\ \x2a\x05\x01\x8a\xc5\xa2\x9a\xaa\xec\xda\xb5\x2b\x9b\x49\x2b\x8a\ \x7a\xef\xbd\xb7\x9b\x86\xb9\xc4\x0e\x91\x88\x79\xe4\xe8\x61\x4a\ \xe9\xa1\x43\x87\x4a\xc5\x92\xa6\x6a\x86\x61\x8c\x8f\x8f\xe7\xf3\ \x85\x2b\xaf\xbc\x62\x7a\x7a\xaa\xaf\xaf\x3b\x9d\x4c\xce\x4e\x4f\ \xd7\x6a\x35\x00\x99\x4e\xa7\x07\x07\xfa\x74\x4d\xf3\x5d\x8f\xb3\ \x40\xd5\x74\x45\x51\x74\x5d\xa3\x14\x4f\x4e\x4e\x0b\x21\x22\x91\ \x28\xa5\x84\x73\x11\xee\x6c\xc2\x88\x46\xb9\x5c\xf6\x3c\xdf\x30\ \xcc\x53\xa7\x4e\x4f\x4d\x4f\xd7\x6a\xb5\x72\xb9\x82\x31\x9e\x98\ \x98\xe8\xea\xea\x32\x23\x3a\x21\xc8\xb2\xac\x30\xbf\x9d\x31\xde\ \x6c\xd8\xc3\xc3\x67\xf6\xed\xdb\x3f\x3d\x33\x73\xfc\xf8\xb1\x62\ \xb1\xd8\xdd\xdd\xcd\xb9\x70\x1c\x8b\x50\x2a\x24\xc3\x44\x93\x48\ \xfa\xbe\x27\x41\xc6\x62\x71\x21\x38\x21\xa4\x52\x29\xeb\xba\x6e\ \xdb\x76\x22\x91\x90\x52\x96\x4a\x45\x84\x20\x9d\x4e\x37\x9b\xcd\ \xd0\xaf\x0b\x8b\xb9\xeb\x94\x52\x55\x51\x00\x41\xa1\xab\x4b\xa1\ \x94\x73\x9e\x4a\xa7\xa7\xa6\x67\x30\xc6\x23\x23\x23\x73\xc5\x52\ \x79\x7e\xbe\xbb\xbb\x2b\x4c\xe2\xbe\xa8\x4a\xc9\x75\x9d\xca\x7c\ \xa9\xbb\xb7\x4f\xd7\x0d\x78\xbd\xa3\xd5\x6a\x16\xe7\x66\x07\x06\ \x96\x91\x73\xcc\xb2\x66\xa3\x61\xb5\x5a\x7d\x03\x83\x2f\xc8\xa3\ \xaf\x27\x38\xae\x3d\x37\x3d\xad\x6a\x7a\xa8\xb5\x5e\xbb\x7e\x5d\ \x9e\x4a\xa5\x5a\xa8\x75\xdf\x83\xf7\xaf\x5e\xb1\x32\x16\x8f\xfa\ \x41\x80\x09\x16\x52\xcc\xce\xcd\x9d\x19\x1e\xbe\xb2\xeb\xca\x72\ \xa9\x92\xc9\x64\xfa\xfa\xfa\xc2\x02\x95\x5a\xbd\xfe\xc8\x23\x8f\ \xac\x5a\xb3\x66\xa6\x38\x9f\xcd\xe5\x09\xc5\xcd\x46\x73\x6a\x7a\ \xd2\xb6\xac\xf9\xf9\xd2\xf1\xe3\xc7\x37\x6d\xdc\xd0\x5d\x28\x44\ \x4d\x23\x1e\x8f\x4a\x21\x18\xe3\xbe\x1f\xb8\xae\x27\x04\xb7\x6d\ \xc7\xf3\x3c\xc6\x98\x10\x8b\x95\x6c\x80\x24\xc6\x61\xf6\x7f\x2c\ \x16\xa7\x94\x36\x9b\xcd\xf9\xf9\xf9\x54\x2a\x25\xa5\x54\xa8\x82\ \x15\xec\xfb\x3e\x04\x32\x12\x35\x09\x45\x42\x08\x82\x30\x17\xa2\ \x5a\xa9\xd6\x6a\x4d\xc3\x30\x2b\x95\x72\xab\x5d\x77\x1d\xa7\xd5\ \x6c\xcc\xcd\xce\xc5\x63\xd1\x6c\x26\x13\x31\x8c\xf9\x52\xf1\xe9\ \xbd\x7b\x5d\xcf\x95\x52\x20\x04\xf1\x78\xd4\xf3\xbc\x7a\xbd\x3e\ \x3a\x3a\x92\xcf\xe7\xb3\xd9\x4c\xbd\x5e\x53\x14\x22\x84\x12\x92\ \xe8\xb9\x36\xa8\xb2\x58\xfc\x80\x10\xf6\x19\xf3\x03\x1f\x61\x92\ \xc9\xe7\x77\xec\xdc\x39\x30\xb8\x6c\xff\xa1\x83\xb5\x46\x33\x93\ \x69\x02\xc1\xee\x65\xdb\x30\xc2\x00\xfc\xbc\x77\x30\x18\x27\x62\ \xb1\xd1\x89\xc9\xf9\x62\x69\xd3\xa6\x8d\x21\x7f\x28\x0a\x75\x5d\ \x77\xdf\xbe\x7d\xd9\x4c\x1a\x30\x9a\x9a\x9c\x7a\xc7\x3b\xde\xfe\ \xc0\x03\x0f\x86\x57\x78\xe4\xc8\x91\xc9\xc9\xc9\x30\xa2\xd6\xd7\ \xd7\xe7\xba\xee\xd1\xa3\x47\xe6\xe6\xe6\x4e\x9f\x3e\x2d\x01\x76\ \xed\xda\xd5\xd7\xd7\x17\x89\x45\x97\xee\x22\x2c\xa8\x70\x1c\xa7\ \xdd\x6e\xbb\xae\x1b\x26\x15\x3f\x53\xd0\x09\x72\xc9\x1c\x47\x04\ \x59\x96\x35\x3d\x3d\x9d\xc9\x64\x82\x20\xf0\x7d\x8f\x2a\x8a\xef\ \xfb\xa1\xa5\x18\x6a\x7f\x4a\x69\x68\x2a\x85\xa6\x3c\x41\xf8\xec\ \x99\xd3\x8d\x66\xdd\x77\xbd\x99\x99\x69\xcf\x73\x0c\x5d\x43\x48\ \xce\xcf\x97\xca\xf3\xc5\x5c\xae\xe0\x79\x5e\xc8\x88\xa6\x69\x8e\ \x8e\x8e\x4e\x4e\x4e\x32\xc6\xba\xba\xba\x32\x99\x4c\x68\x90\x19\ \xba\xa6\xaa\x6a\xbb\xdd\x26\x84\xea\xba\xbe\xb4\x20\x1d\xc7\xd1\ \x34\x2d\x93\xce\x4d\x4c\x4c\x68\x9a\x96\xcd\x66\x0b\x85\xee\x0f\ \x7f\xf8\xc3\x27\x4e\x9c\x78\xf8\xe1\x87\x0d\xc3\xa8\x94\xab\x5d\ \x5d\xb9\x42\x77\x66\xa1\x36\xe9\x3c\x69\x94\x73\x9e\xcd\xe4\xe2\ \x51\x23\x16\xd1\xda\x2d\xf7\x87\x3f\xbe\xc3\x76\x9d\xa1\x15\x2b\ \xf6\xef\x7b\x9a\x10\x3c\x30\x30\x30\x3f\x5f\x1e\x1e\x3e\x73\xeb\ \x2d\xb7\xdc\x75\xd7\x1d\xba\xa1\x53\x4a\x5c\xd7\xdd\xbe\x7d\xbb\ \x69\x9a\xc3\xc3\x67\xb2\xd9\x8c\xae\xeb\xcb\x87\x86\x36\xac\x9f\ \x39\x3b\x7c\x5a\xa1\x34\x97\xcd\xe8\x9a\x86\x31\x10\x82\x15\x4a\ \x75\x5d\xc3\x18\x0b\x21\x75\x5d\x8f\x46\xa3\x89\x44\x42\x51\x14\ \x8c\x11\x42\x0b\xbe\x71\x4d\xd3\x1c\xc7\x21\x84\x0c\x0c\xf4\xdb\ \xb6\x53\xad\x56\x0b\xf9\xfc\xf2\xe5\xcb\xe3\xf1\x98\xeb\xba\xa9\ \x54\x0a\x00\x7c\xcf\xd3\x4d\x0d\x00\x09\x21\x85\x08\x18\xf3\x28\ \x45\x5d\x5d\xdd\x91\x88\x39\x37\x3b\x13\x04\x01\x02\x98\x9e\x9a\ \x76\x1c\x47\x51\xc2\x7d\x12\xf5\x5c\x17\xa4\x94\x42\xb8\xb6\xd5\ \xd6\x54\x16\x04\x94\x20\xcf\x73\x41\x0a\x55\xa5\x9e\x6b\x97\x7d\ \x97\x2a\x4a\xe8\x00\x58\xf2\x1c\xfa\xbe\x9f\xcb\xe5\xb2\xd9\x6c\ \xa1\x50\x98\x02\x18\x1d\x1f\x6f\xb7\x5a\xd1\x68\x34\x1e\x8f\x47\ \x22\x11\xc3\x30\x4d\x33\x52\x2c\x16\x3d\x7f\x0a\x61\x7c\xf2\xc4\ \x49\x2e\xc4\xc5\xb6\x47\x5b\x8d\x86\x6e\x98\xba\x6e\x2c\x95\xbd\ \xc2\x62\x09\xec\xd2\x2e\xf0\x35\xec\xca\x5d\x2a\xf9\x45\x08\x01\ \xc4\x62\xf1\x6a\xb9\xec\x38\x76\x34\x16\x5f\x3a\xa6\x56\xab\xa4\ \xd2\x19\x42\xe8\x73\x24\xf0\x9c\x72\xe1\x57\xc2\xd0\xc2\xcf\x2f\ \xfa\x7f\x19\x24\x10\xde\x3e\x48\x69\xe8\xa6\xa6\xeb\xed\x56\x53\ \xd3\x72\xaf\x61\x1e\x05\x84\x82\xc0\x57\x55\xed\xb2\x5d\x97\x2f\ \xef\x1b\x2c\x57\x2a\x47\x8e\x1e\xf1\x42\x9d\x8b\x40\x33\xf4\x44\ \x32\x79\xff\x7d\x0f\xf6\x76\x77\x3f\xf8\xe0\x83\x8e\xe3\x98\xa6\ \x39\x37\x37\xa7\x68\x5a\xff\xe0\xb2\xd5\xab\x57\xd9\x8e\xd7\xd3\ \xdd\x55\x2f\x17\xa7\xa7\xa7\x14\x45\x41\x00\x83\x03\x03\x6b\x56\ \xaf\xd6\x14\xca\x58\xd0\x6e\xb5\x08\x21\x18\x13\xd3\xd4\xeb\xf5\ \x46\x98\xff\xa9\xaa\x6a\xc8\x9a\x9c\x0b\x29\x25\x46\x48\x4a\x98\ \x9b\x2b\x12\x42\xa2\xd1\x28\xe7\xdc\xb6\x6d\xcf\xf3\x12\x89\x84\ \xe3\x38\x42\x88\x68\x24\x1a\x8f\x45\x11\x01\x16\x04\x80\x88\x10\ \x02\xab\xda\xec\xcc\xec\xee\xc7\xf7\xb4\xda\xce\xd4\xd4\x4c\xa3\ \x5e\xe3\x92\xe9\x9a\x86\x17\x0b\xd4\x1b\xf5\x9a\xdd\x6e\xd5\x6a\ \x95\x76\xbb\x95\x4c\xa5\x14\x85\xce\xcf\xcf\x3b\x8e\xad\xeb\x3a\ \x63\x01\x00\x58\x56\x3b\x9b\xcd\x26\x12\x71\xc7\xb1\x2d\xab\xbd\ \x64\xba\x85\x74\x15\x8b\xc5\xc2\x53\x67\xb3\x19\x84\x88\xc4\x44\ \x33\x75\x21\xd1\xb2\x65\xcb\x56\xaf\x59\x33\x31\x39\xd5\x68\x34\ \x12\xb1\x44\x3e\x93\xab\xd6\x6b\x52\x88\x0b\x13\xbc\x10\xc2\x0b\ \x02\x5d\xd3\x57\xad\x5a\x69\xe8\xda\xc4\xc4\xe4\xe8\xe8\x28\x63\ \x4c\x8f\xe8\xae\xeb\xa6\x73\x99\xa3\x87\x8e\x46\x63\xd1\x53\xa7\ \x4e\x9f\x3a\x75\xca\x30\x8c\x5a\xad\x76\xdf\x7d\xf7\xbd\xe5\x2d\ \x6f\xe9\xef\xef\xf7\x3c\xcf\x34\xcd\x74\x2a\x15\xc6\xb7\x6c\xdb\ \xee\xe9\xed\x5d\xb9\x72\xa5\xaa\xaa\x12\x81\xe7\x79\x18\xe3\xb0\ \xf4\x25\x2c\x87\x10\x42\x98\xa6\xf9\x9c\x3a\x57\x8c\x48\xbb\xd5\ \x72\x5d\x2f\x1a\x8d\x6a\xba\x36\x32\x3c\xd2\x6c\x36\x4d\xd3\x0c\ \x58\x10\x30\x66\xdb\x8e\x11\xd1\x43\x4a\x0e\xed\xa7\x70\x17\x75\ \xfa\xf4\xe9\x5a\xad\x36\x3b\x3b\xeb\xfb\xfe\xc9\x63\xc7\x57\xae\ \x5a\xd1\x0e\x5a\x2c\xf0\x9b\x8d\xba\xef\x69\x33\x53\x93\x53\x13\ \x13\x84\x10\xdb\xb2\x33\xd9\xc2\x4c\x6d\xc6\x71\x9c\x30\xd1\xa6\ \xd5\x6a\xb5\xdb\xed\x56\xab\xd5\xd7\xd7\x57\x6f\xd4\x23\x91\x88\ \x90\x92\x52\xea\x38\x61\x8e\xb4\xdb\xd3\xd3\xd3\x68\x34\x38\xe7\ \xdd\xdd\xdd\x85\x42\x41\x0a\xc8\xe7\xf3\x93\x93\x93\xb1\x58\xec\ \x83\x1f\xfc\x20\xc6\x78\x7c\x7c\x02\x63\xbc\x72\xd5\x4a\x82\x68\ \x58\x40\x7c\xa1\x81\xb7\xc0\x71\xdd\x74\x32\x39\x3c\x3c\xfe\xe4\ \x9e\x3d\xae\x6d\x5f\x76\xe9\xa5\xa7\x4f\x9c\xea\xe9\xe9\x99\x9c\ \x18\x2f\x97\xe7\x09\xd5\xb3\xd9\xdc\xfe\xfd\xfb\xf3\xf9\x5c\x3a\ \x93\x7c\xfc\xb1\xc7\x6a\xb5\x5a\x3a\x9d\xba\xe4\x92\x1d\x4f\x3e\ \xf9\x14\x63\xbe\x61\x68\xab\x57\xaf\xda\xb0\x7e\xdd\x7d\xf7\xfe\ \x94\x10\xa2\xeb\x6a\x57\xa1\x80\x10\xcc\xcd\xcd\x32\xa6\x18\x91\ \x28\x00\x60\x8c\x3c\x2f\x68\xb5\xda\x9c\xf3\x73\x9a\x8d\x00\x42\ \xc8\x71\xdc\x76\xbb\x1d\x8f\xc7\xa5\x94\x8a\xa2\xf6\xf4\xf4\xcc\ \xcc\xcc\x69\x9a\x16\x66\x47\x17\x0a\x05\xce\xb9\x90\x5c\x0a\x69\ \x18\xba\xa2\x28\x08\x61\x84\xb0\xe7\xb1\xd9\xd9\xc3\x93\x13\x93\ \x0a\x55\x36\xac\x5b\xdf\x68\x34\x46\x46\x46\x02\xdf\x47\x80\x10\ \x20\x85\x10\xab\x6d\x31\xc6\x30\x06\x84\x64\xbb\xd5\x08\x02\x46\ \x29\x95\x82\x49\x49\x29\xc1\x41\x10\x98\x66\xac\xaf\xaf\xef\xcc\ \xf0\xb0\x65\x59\xa1\x2e\x76\x1c\x27\x5c\xf3\xbe\xef\x97\xcb\xe5\ \x76\xbb\xad\x28\x6a\x36\x9b\xcd\x64\x32\x9a\xa6\xc5\x62\xf1\x72\ \xa5\x1a\x8d\x44\x5c\xcf\x75\x3d\x3f\x08\x02\xc3\x30\x5e\x01\x15\ \x2e\x16\x0b\x6d\xe5\x52\x7b\x8e\x73\x9e\x9a\xd0\x3b\xff\x9a\x23\ \xcf\x67\x51\xc8\x62\x8c\x41\x84\x99\x07\xcf\xea\xd4\xb1\x70\x9b\ \x18\x93\x73\x25\xb0\x54\xbd\xfd\x8a\xde\x3e\x02\xa7\xdd\x62\x48\ \x33\x75\xe5\x25\x9d\xf4\x9c\xdb\x7f\xe6\x0b\x5d\x6a\xb4\x82\xb1\ \xb8\x50\x2d\xfa\x2b\x13\x1f\x15\xc2\x30\x8c\xfe\xae\x0c\xc5\xa8\ \x51\xab\xdf\x73\xd7\xdd\xc9\x64\xb2\x6f\x70\x60\x7c\x7c\xdc\x34\ \xcc\x9e\x9e\x9e\x83\x87\x0e\x79\x9e\xbf\x61\xc3\x86\xaf\x7e\xf9\ \x9f\xf3\xf9\xfc\x61\xdf\x4f\xa7\xd3\x03\x03\x03\xae\xeb\xda\xb6\ \x9d\x48\xa6\xa3\xd1\xc8\x15\xbb\x2e\xaf\x56\xca\xa3\x23\x67\x23\ \xa6\xd9\x53\xc8\x73\xc6\xda\x9e\x1b\x89\x98\x5c\x70\x5d\x57\x10\ \x22\x08\xe1\x58\x2c\x56\xaf\xd7\x53\xa9\x54\x3c\x1e\x57\x55\x2a\ \xe5\xc2\x56\x0b\x24\xb4\xdb\xb6\xaa\xaa\xb9\x5c\xb6\x58\x2c\x9e\ \x3e\x7d\x26\x94\x70\x98\x97\x9f\x4c\x26\x35\x55\xf3\x5c\x0f\x84\ \xc0\x2a\x91\x81\x64\x2c\x70\x1c\xcf\x71\xdd\x88\x19\x39\xb0\xef\ \xd0\x91\x63\xc7\xce\x8e\x0e\x03\x88\xb0\xd4\x9d\x22\x10\x82\x63\ \x8d\xea\x86\xa6\x1b\x66\xe0\x79\x4b\xe1\xcf\x30\xd7\x7f\x71\x87\ \x05\xd3\xd3\xd3\xed\x76\x3b\x97\xcb\xd5\xeb\x75\x00\x08\x3b\x4b\ \x84\x56\x51\x2c\x16\xab\x54\x2a\x08\xa1\x74\x3a\xc3\xa4\x8c\x24\ \x92\x9c\xf1\x5a\xbd\x51\xab\xd7\x1f\x7b\xf4\xd1\x80\x0b\xc9\x05\ \x92\x12\x40\x64\x53\x29\x55\x51\x85\x14\x17\xbc\x2f\xeb\x2e\xe4\ \x00\x60\x72\x6a\x66\x6c\x6c\x7c\xd3\xa6\x4d\xc3\x67\x86\xdb\xad\ \x56\x2c\x16\x13\x3e\x1f\x39\x3b\xb2\x6d\xc7\x25\x23\x67\x47\x12\ \x89\x44\x34\x1a\x15\x42\x6c\xdd\xba\xd5\x71\x1c\xd7\x75\xbb\xba\ \xba\x18\x63\x6b\xd6\xae\xb5\x6c\xab\x58\x2a\x45\x22\x91\x58\x2c\ \xc6\x19\xb3\x19\x23\x0a\x0d\x93\x53\x42\x0a\x0c\x59\x36\xa4\xd5\ \x70\x07\x23\x17\xbb\x10\x61\x20\x8c\x05\xb1\x58\x94\x50\x32\x3a\ \x32\x5a\xab\xd5\x54\x55\xb5\x6d\x9b\x05\x6c\x72\x62\xb2\xa7\xa7\ \x3b\x5c\xdc\xbe\xef\x87\xc1\x54\xab\xdd\x06\x80\x20\x08\x26\x26\ \x26\x1e\x78\xe0\x81\x53\x27\x4e\x14\x67\xe7\x4e\x9f\x39\xa5\x52\ \xc5\x75\x9d\x4c\x3a\xc9\x02\xdf\x71\xdd\x42\xa1\x50\x2a\x16\xdb\ \xed\x76\xbe\xab\x27\xac\xf1\x6f\x36\x9b\x8a\xa2\x04\x41\x60\x9a\ \x66\xa5\x52\xa9\x94\xcb\x03\xfd\x03\xa5\xf9\xf9\x6a\xa3\xae\x6a\ \x2a\x80\x8c\xc5\xa2\x9a\xa6\x29\x8a\x12\x89\x44\xc2\xe4\xd5\x81\ \x81\x01\x55\xd1\x72\xb9\x7c\x2a\x95\xa2\x94\xde\x7b\xef\xbd\x99\ \x4c\xa6\x5a\xad\xa4\xd3\x39\x4d\xd5\x04\x97\xa9\x54\xea\xc2\xf6\ \xc8\x52\x8a\x54\x3a\xeb\x48\x72\xff\xfd\xf7\x1d\x3f\x76\xb4\xaf\ \xa7\x67\xfb\xf6\xed\x42\x88\xf1\xf1\xf1\xae\xae\xc2\xc8\xd9\xe1\ \xfb\xee\xbb\x7f\xf9\xd0\xaa\xfe\x81\xbe\xae\xae\xc2\xf6\x4b\xae\ \xa8\xd5\xab\x89\x44\xac\x34\x5b\xb4\x2c\x6b\xd9\xb2\x65\x12\xd0\ \xd8\xc8\xd9\xa7\x9f\x7a\xb2\xbf\xb7\x67\xd5\xaa\x55\xf9\x5c\x76\ \x7c\x6c\x24\x97\xcb\x4b\x24\xcf\x9e\x19\x9e\x9e\x9a\x5c\x36\xb4\ \x3c\x9b\xcb\xc3\x33\x0d\x46\x50\x24\x12\xe1\x61\xdb\x10\x04\x52\ \x86\x3d\x28\x58\x58\xc4\x8c\x31\xc1\x18\x74\x5d\x9f\x9b\x9d\xa3\ \x94\xe6\x72\xb9\xb0\xb5\x05\x42\x00\x12\x59\x6d\x2b\x99\x8a\x61\ \x8c\x19\xe3\x18\xc3\xf8\xd8\xf8\xee\xdd\xbb\xc7\xc6\xc6\x34\x4d\ \xed\xea\x2a\xc4\xe3\xb1\x4a\x65\xbe\x52\x29\x03\x2c\xb5\x34\x11\ \x00\x12\x61\x44\x91\x12\xe6\x9a\x85\x59\x66\x41\x10\x30\xc6\x14\ \x45\xf1\x3c\xaf\x5c\x2e\x87\xaf\x84\x7a\x39\x5c\xf6\xd1\x68\x34\ \x9f\xcf\xd7\x6a\x35\xc7\x71\x88\x42\x9b\xcd\x26\xa5\x34\x9b\xcd\ \x08\x21\x10\xa0\x66\xab\x19\xf8\x7e\x24\x12\xa1\xaa\xa6\x6b\x0a\ \x25\xe4\x62\xa7\x19\xc9\xc5\x5e\x16\xcf\x69\x86\xb5\x10\x65\x38\ \xff\xd3\x23\x84\x09\xc1\x00\x92\x33\x2e\x01\x08\xa5\x48\x0a\xc6\ \xc5\x2b\x47\xa3\x4b\xfd\xc6\x16\x5b\x74\x21\x80\xa5\xe6\x55\x42\ \x8a\xe7\x98\x98\x52\x0a\xb9\xc0\x9e\x32\xbc\xdf\xa5\xf6\x5e\x2f\ \xe9\x32\x30\x21\x18\x2d\xc9\xe1\x17\x1e\x4e\x49\xf0\xc4\x8f\xbe\ \x30\x9e\x7f\xeb\x27\x6e\xdc\xc8\x19\x93\x17\xe7\xf6\x41\x4a\x29\ \x2f\xd6\x77\xf1\x0a\xd5\x8f\x4a\x29\x55\x4d\xf5\x3c\xef\xd8\xb1\ \xa3\xf7\xdd\x7f\x1f\x21\xa4\x7f\xa0\x3f\x99\x4c\x6a\x9a\x36\x57\ \x2c\x32\xc1\xc7\xc6\xc6\x0a\x85\xfc\x43\x0f\x3d\x94\x4c\x25\x33\ \x99\x0c\x20\x54\x2a\x95\xae\xd8\x75\xc5\xd0\x8a\xa1\xa9\xc9\x29\ \xdb\xb1\xad\x76\xbb\xa7\xa7\x67\xd9\xb2\x65\x8a\xa2\x30\xc6\xa2\ \xb1\xd8\xb2\xc1\xfe\xfe\xfe\x3e\x04\xc0\x83\x85\xb6\x79\x42\x4a\ \x42\xb0\xe7\xfb\x84\x90\xb0\x78\x54\x08\x89\x31\x22\x04\x73\xc1\ \x3d\xcf\x4f\xa7\x53\x08\xa1\x58\x2c\x3e\x34\x34\xd4\xd5\xd5\xd5\ \xdf\xdf\x6f\x59\x56\x2c\x16\xeb\xed\xeb\x23\x18\x63\x44\x22\xb1\ \x28\x00\x68\x8a\x9a\x88\x27\x4c\xd3\xe8\xee\xea\x92\x52\xb6\x6d\ \x4b\x53\xd5\xf5\xeb\xd7\x75\x75\x75\xb9\xae\xdb\x68\x34\xfc\x20\ \x40\x80\x24\x13\xf3\xf3\xf3\xae\x6d\x05\x81\x57\xaf\x55\x2b\xe5\ \x4a\xc8\x9d\xcd\x66\x33\x2c\xdc\xac\x54\x2a\xd1\x68\x54\xd3\xb4\ \x56\xab\xc5\x39\xf7\x3c\xcf\x71\x1c\xcf\xf3\x74\x5d\x4f\xa7\x52\ \xba\xae\xeb\xba\x2e\xa5\x74\x1c\x47\x48\x69\x44\x22\x66\x2c\xa2\ \x19\xba\x66\xe8\x8d\x56\xa3\x5a\xae\xd4\x2a\xd5\xb3\x67\xce\xb4\ \xeb\xcd\x78\x24\x46\x30\xb9\x60\x12\xd5\x35\x2d\x60\xec\xe4\xa9\ \x53\xfb\xf6\xed\xdb\xba\x6d\x2b\x55\x94\xc1\xc1\x81\x62\xb1\xe8\ \xfb\xde\xf8\xf8\x78\x10\x04\xb6\x6d\x8f\x8f\x8f\x0f\x0c\x0c\xc4\ \xe3\xf1\x62\xb1\x98\xc9\x64\x6e\xbc\xe1\x86\x91\x91\x91\xa3\x47\ \x8f\x86\x2e\xd3\xfe\xfe\x01\xce\x39\x46\x48\xd7\xf5\x54\x3a\x9d\ \xcd\xe5\x42\x2f\xe2\x52\x88\x57\x08\x21\x84\x24\x84\x2c\x35\x6a\ \x0a\x41\x30\x6e\xb5\x5a\xa6\x69\x52\x4a\x35\x55\xeb\xea\xea\xea\ \xed\xed\x1d\x1a\x5a\xae\x28\x8a\xe3\xd8\x2b\x57\xae\x30\x4c\x13\ \x01\x0a\xfd\xdb\x8a\xa2\x50\x42\x4c\xd3\x8c\xc5\x62\x61\x41\x64\ \x24\x12\x59\xbe\x7c\xf9\xfa\xf5\xeb\x15\x45\x99\x9e\x99\x92\x9c\ \xcf\xce\xcc\x45\x22\x91\x7a\xb5\x36\x32\x32\xd2\x6e\xb7\x9b\xcd\ \xe6\x89\x13\x27\x42\x0b\xb8\x5a\xad\xce\x15\xe7\x34\x4d\x1b\x1d\ \x1d\x6d\xb5\x5a\xa9\x74\x7a\x72\x6a\x12\x63\xec\x38\x4e\xb3\xd9\ \xb4\x6d\x5b\xd3\xb4\xee\xee\xee\xc1\xc1\xc1\x4c\x26\x13\x89\x44\ \x9a\xcd\x26\x63\x1c\x21\x9c\x48\x24\x42\xab\xc8\xf7\xfd\x43\x87\ \x0e\x35\x9b\xcd\x47\x1f\x7d\x64\xff\xfe\xfd\x5d\x5d\x5d\xaa\xaa\ \xca\x0b\xd2\xe6\x18\xe3\x7a\xad\x7e\xdf\x7d\xf7\x9d\x39\x73\xe6\ \xca\x2b\xae\x58\xbd\x7a\xd5\xa9\x53\x27\x7f\xf6\xe0\x83\x41\x10\ \x64\x33\x59\x4d\x53\xe7\xe7\x4b\x96\x65\xb5\xda\xd6\xda\xb5\x6b\ \xa7\xa6\xa6\x9f\x7c\xf2\x29\xd7\xf5\x54\x4d\x0b\x23\x8e\x96\x65\ \xc5\xa2\xd1\xe5\xcb\x97\x1d\x39\x72\xa4\x54\x2c\xe5\x72\x39\x55\ \x51\xea\x95\xf2\xe4\xf8\xc4\xe4\xe4\x44\x2e\x9b\x29\x74\x15\x10\ \x06\x84\x00\x63\x08\x43\xa1\xd1\x48\x34\xfc\x46\x00\x80\x73\xe9\ \xfb\x81\xa6\xe9\xa6\x69\x86\x9b\x1b\xcf\xf3\x4a\xa5\x12\x20\xa0\ \x94\x36\x9a\xcd\x58\x2c\x06\x00\x41\xc0\x30\x41\x5c\x70\x00\x08\ \xc3\x9c\xa5\x52\xe9\xe8\xd1\xa3\x42\x88\x64\x32\x89\x31\x9e\x9b\ \x9b\x1b\x19\x19\xf1\x3c\xdf\x34\x4d\xd7\x75\x3d\xcf\x6b\x36\x9b\ \x18\x61\x4a\x95\xb0\x43\x56\x58\xca\x12\xee\x7b\x7c\xdf\x47\x08\ \x25\x12\x09\x42\x48\xbd\x5e\xd7\x54\x35\x1a\x8d\x12\x42\x6c\xdb\ \x6e\x36\x9b\x52\xca\x7c\x2e\xa7\xaa\x6a\xb8\xec\x05\xe3\xad\x56\ \xbb\x5a\xad\x4e\x4e\x4e\x4d\x4e\x4e\x06\x2c\x40\x08\x6b\x9a\x86\ \x09\xee\xe9\xee\x1a\x18\x18\xa0\x84\x5e\x6c\x73\x48\x82\x7c\xc6\ \xf0\x0a\xff\x9d\xf3\xb3\x5c\x7a\xf1\x97\xfb\x87\x09\x71\xc6\xf6\ \xfe\xcf\xcf\x7e\xee\xe1\xb3\x4d\x42\x09\x21\xf0\xe8\xd7\xfe\xe6\ \x8b\x3f\x3c\x46\x08\x41\x88\xd0\x05\x60\x29\x11\xa5\x94\x12\x90\ \x12\x16\x5f\x91\x4b\x3f\xc0\x4b\xfb\x27\x9f\xf7\xab\x58\xba\x2f\ \x00\xc9\xe5\x73\xf6\x06\x42\x48\x10\xe7\x18\x6d\x2f\xcb\x3f\x44\ \xa1\xbc\xff\x73\xff\xe6\x33\xdf\x79\x7c\x0a\x53\x02\x52\x22\xbc\ \x74\xfb\x94\x22\x90\x52\x9e\xfb\x02\x46\x00\xc0\x9b\x95\xd9\x6a\ \xdb\x83\xb0\x1d\xb4\x94\x80\x08\xa5\x94\xa0\xf3\xbb\xaa\x9f\x7f\ \xfb\x82\x8b\x8b\xb7\xa2\x5e\x21\x1e\xa5\x8a\x32\x37\x5b\xbc\xeb\ \xce\xbb\x1e\x7b\xf8\xb1\xae\x6c\xfe\xca\x4b\x2f\x1b\x1b\x1e\x51\ \x31\x89\x68\x3a\x70\xfe\xed\x6f\x7e\xbd\x5c\x99\xaf\x37\x2a\xd1\ \x78\xe4\x43\x1f\xfe\xc0\xa5\x97\xee\x34\x23\x91\x89\xc9\xc9\x54\ \x2a\xb9\x61\xfd\xba\xcb\x2e\xdb\x31\x36\x72\x76\x72\x72\x42\x51\ \xd4\xad\x5b\xb6\x15\x0a\x5d\x84\xd0\xbe\xbe\x01\xcb\x72\xa7\xa6\ \xa6\xf6\xef\x3f\xd8\x6a\x59\xaa\x6a\x10\x42\x30\x00\x63\x4c\x72\ \x96\x4c\xc4\x1b\xf5\x7a\xb8\x37\x17\x5c\x38\xb6\x6b\xb5\x2d\xce\ \x98\xaa\x2a\x08\xa1\x58\x2c\x9a\x49\xa7\x4b\xa5\x52\x2c\x16\x23\ \x18\x47\x23\x11\xc1\x98\x04\xf0\x03\xdf\xf5\xfd\x48\xc4\xa4\x0a\ \x95\x52\x52\xaa\x1e\x3d\x72\xf4\xae\xbb\xee\x68\xd4\xab\xd9\x4c\ \x6a\xeb\xe6\x8d\x3d\xdd\x85\x88\xa9\x63\x90\xaa\xaa\x00\xc8\x20\ \xf0\x3d\xcf\x53\x55\x4d\xd7\x0d\x21\x01\x50\x98\x43\xef\x73\xce\ \x43\x8d\x16\x89\x44\x22\x91\x88\x94\xd2\xf3\x3c\x4c\x28\x55\x55\ \x42\x15\x01\xa0\xea\x3a\x13\xb2\x54\x2e\xdb\x8e\x4b\x55\x35\x16\ \x4f\x74\x75\xf7\x64\xb2\x99\x44\x32\x15\x8d\x44\x38\xe7\xcd\xa6\ \x25\xa5\xa4\x54\xc9\x66\x72\xb1\x48\xd4\xd4\x0d\x4d\x55\x2e\x6c\ \x9f\x88\x31\x3e\x7b\x7a\xf8\xe1\x9f\x3d\xcc\x7c\x76\xf3\x8d\x37\ \x28\x84\xd6\x2b\x95\x7c\x26\x0d\x92\x3d\xbe\xfb\xd1\x43\x87\xf6\ \xf7\xf5\x77\x1f\x3d\x72\xf4\x86\x1b\x6f\xd8\xb2\x75\x4b\x3a\x93\ \xa9\xd6\x6a\x33\xb3\x33\xd9\x7c\xee\x9a\x37\x5d\x43\x28\x7d\x6a\ \xef\xde\xa6\xd5\x2e\x74\x77\xad\x5a\xbd\x1a\x53\x4a\x29\x25\x0a\ \x75\x1d\xa7\x52\x2e\xd7\xaa\x35\x4a\x88\x5c\xe8\x94\x2b\x1c\xa7\ \xad\x69\xaa\xe7\x3a\x9c\x33\x29\x78\xf8\xa2\xeb\xb8\x7e\x10\x68\ \xba\x8e\x09\x11\x42\xea\x86\xde\xac\x35\x25\x87\x68\x34\xc6\x98\ \x00\x40\x02\xa4\x00\x11\x04\x41\x98\x7b\x45\x10\x32\x0c\xc3\x77\ \xec\xdd\x0f\xff\xec\xc8\xfe\x7d\x88\x07\x3b\x2f\xb9\xe4\xca\x2b\ \xae\x48\xc4\xe3\x52\x70\xcf\xf7\xf2\x85\xbc\xed\xb8\xe5\x5a\xcd\ \x34\x63\x46\x24\xa2\xea\xba\xed\x5a\x12\xb8\x04\x11\x04\x9e\x61\ \x68\x42\x72\x09\xbc\xbb\xa7\x90\x48\x46\x7d\xcf\x6d\xb6\x5b\x9a\ \xa6\xab\x8a\xc6\x19\x8f\x9a\x51\x82\xc9\xf8\xc8\xd8\xd9\xe1\x11\ \xdf\x0f\x52\xa9\xcc\xa5\x97\x5e\x96\xc9\xe4\xf2\xf9\x6e\x45\x31\ \xb2\xd9\xfc\xcc\xcc\x2c\x63\x42\x08\x14\x8f\x27\x72\xb9\xbc\xeb\ \xba\x84\x90\x0b\x73\x34\x69\x9a\x76\xff\x03\xf7\xbb\xbe\x77\xf3\ \xad\xb7\x46\x62\xd1\xf1\x89\x71\x00\x38\x70\xf0\xa0\xed\x58\xd5\ \x6a\x45\xa1\xa4\x3a\x5f\xce\x64\xb2\xbb\x2e\xdb\x65\x5b\x6e\xa5\ \x5c\x1b\x39\x33\xc2\x7c\x21\xb9\x70\xec\x76\x26\x9d\xc8\xa6\x12\ \xf1\x58\xd4\xf3\x02\xc7\x76\xf7\xee\xdd\x5b\xab\x35\xa5\x44\xf5\ \x66\x7b\x76\x6e\x4e\x02\xce\x77\x75\x1b\x66\x94\x71\xc6\x85\x00\ \x09\x04\x41\xb3\x56\x73\xac\xb6\x82\xb1\xe4\x42\x4a\x89\x30\x44\ \xa3\x11\x90\x00\x42\x12\x84\xa7\x27\x27\xab\xe5\xf9\x76\xb3\xa9\ \x29\x58\x0a\x36\x35\x3e\x3e\x35\x39\x5e\xab\x57\xe2\x89\xa8\x61\ \xea\xa9\x54\x12\x21\x2c\x25\x70\x2e\x5a\xad\xd6\x5c\x71\xc6\x8c\ \x18\xaa\x42\xec\x56\x6b\x7a\x6a\xb2\x5a\x9e\x97\x52\x98\x86\xae\ \x6b\x2a\x42\x12\x40\x0a\xe0\x94\x62\x21\x85\xa6\x69\x9a\xa6\x99\ \xa6\x19\x66\x0f\x85\x5b\xc6\x30\xc8\xcd\x39\x77\x5c\xd7\xb2\x6d\ \x21\x25\xe3\xdc\xf1\x3c\xdd\x34\x01\x13\x3f\x10\xb9\x7c\xd7\xd0\ \x8a\x55\x14\xd3\xfe\xee\x9e\x95\x43\x2b\xca\xf3\xe5\xc9\xc9\x49\ \xcf\xf3\x74\x5d\x35\x63\xe6\xe5\xbb\x2e\x5b\xb3\x61\x4d\xa1\xa7\ \x20\xe4\x45\x37\xe3\xa4\x58\x68\x34\x7c\x8e\x06\xbe\x70\x36\x01\ \x84\xa4\x67\x4f\x1e\xdb\xfd\xb7\x7f\xf9\x8f\xa7\xaa\x02\x21\xdc\ \x28\xcd\xcc\x94\x6d\x84\x90\x68\x4d\xfd\xf4\xbb\x5f\xfa\xbb\xbf\ \xff\xf2\x63\x27\xe6\x15\xd2\x7c\xe0\xae\x1f\x1f\x98\xf6\x09\xf1\ \x0f\x3c\x7c\xd7\xd3\x23\x15\x42\xe8\x89\x87\x7e\xf2\xf0\x81\x29\ \x42\x08\xbc\x4c\x5c\xb6\x74\x3b\xe7\xae\xde\xe7\xdb\xa3\x20\x84\ \x80\x17\x90\x80\xb8\x60\x39\x00\xa6\x24\xd8\xf7\xe0\x83\xb3\xf5\ \xea\x13\xf7\x3f\x30\xef\x23\x42\x88\x5d\x19\xbb\xfb\x3b\x5f\xfd\ \xe2\x17\xbf\xf0\x95\xef\xdc\x3d\xd6\xe0\x0a\x25\xe5\xd1\xa7\xbf\ \xfb\x95\x7f\xfa\xc2\x17\xfe\xfe\x3b\x77\x3f\xde\xe0\x24\x34\x61\ \x35\x15\x8d\x1e\x79\xf8\xce\x3d\xa7\x81\x10\xd1\x9e\xfe\xc9\x0f\ \x7f\x3a\x5e\x97\x84\xa0\x97\xef\xf6\xe5\xc5\xf3\x54\xbf\x42\x3c\ \x8a\x31\xb2\xda\x6d\xcf\xf5\xae\xbc\xfc\xca\x88\x6e\x3e\xfd\xd4\ \xde\x63\x87\x0e\x27\x63\xd1\x54\x22\x6e\xb7\x9b\xa5\x99\x99\xb9\ \xe9\x49\xc7\xb7\x37\x6e\x59\x7f\xf4\xf8\xd1\x93\xa7\x4e\x70\xce\ \x0d\xc3\x08\x82\x40\xa1\xd4\xf9\xff\xb3\xf7\xdf\xe1\xb6\x5d\x77\ \x79\x28\x3c\xfa\xac\xab\xef\x7e\xf6\xe9\x5d\xdd\x92\x65\x35\x77\ \x1b\xb0\xc1\xd7\x06\x1c\x30\xcd\x36\x01\x02\x49\xc8\xfd\x42\x0a\ \x25\x79\xbe\xdc\xe7\xe6\xc2\x4d\x2e\x5f\x2a\xa4\x10\x07\x1b\x43\ \x20\x10\x8c\xb9\xee\x55\x96\x2c\xd9\x56\x6f\x47\xa7\xf7\xb2\xfb\ \x5e\x7d\xad\xd9\x47\xfd\xfe\x18\x6b\x2f\x6d\x1d\xc9\x58\x3a\xc6\ \x8a\xe5\xec\xa1\xf3\xe8\xd9\x67\x9f\xb9\xca\x1c\x73\x8c\xf1\x6b\ \xef\xef\x7d\xd3\xe4\xd0\xa1\xfd\x85\xc8\x4f\x9c\x3c\x6d\x0c\x0c\ \xfc\x50\x49\x35\x18\x0c\x17\x16\x97\x8e\x1f\x3f\x15\x84\xe1\xb6\ \xf9\x1d\x9c\x0b\x63\x0c\x26\x18\x68\x8d\x11\x9a\x9d\x99\xb1\x7d\ \xdc\x08\x42\xad\x14\x30\xda\xf7\xdc\x46\xa3\x8e\x10\x82\xd0\x0c\ \x07\xc3\xb5\xb5\x55\xc1\x39\x86\xb0\x5c\x2e\x97\x4a\x25\x21\x38\ \x73\x28\xd7\x42\x1b\x83\x30\x12\x42\x1b\x60\xd6\x56\xd7\x4f\x9c\ \x38\x51\x0a\x03\x82\x01\xa5\x68\xd0\xef\xf1\x2c\xa3\x18\x01\xa3\ \x94\x14\x9c\xe7\x4a\x4b\x4a\xa9\xd2\xcf\x65\xfe\x46\x2e\x17\x84\ \x59\x96\x59\x36\xd4\xa5\xa5\x25\xad\x35\x25\x04\x62\x24\x95\x4e\ \xf2\xdc\xf1\xfc\x20\x2c\xcd\x6e\xdb\xc6\x1c\x57\x03\x20\x95\x5e\ \x5c\x5e\x5e\x58\x5c\x18\x0c\xfa\xbd\x4e\xaf\xdf\xeb\xf7\x7b\xfd\ \xc0\x0f\x1a\x8d\xc6\xf4\xcc\xcc\x75\x37\x5c\xcf\x95\x04\x08\x01\ \x04\xaf\x2d\xcb\xc5\x39\x6f\xae\xad\x1d\x3e\x70\xe8\xfa\xc3\xd7\ \xf5\xda\xed\x87\xbf\xfe\xb5\x76\x73\x6d\xef\xde\xdd\xe5\x52\x78\ \xf9\xd2\xf9\xf3\x17\xce\x9e\x38\x75\xf2\x9e\x37\xdc\xe3\x87\xc1\ \xc2\xe2\x22\x17\x1c\x61\x54\x70\x0e\x11\x4a\xb3\x6c\xc7\xce\x1d\ \xcc\x61\x17\x2f\x5e\x6c\x75\x3a\xb5\x7a\x3d\x2f\x0a\x4a\xa9\x92\ \xaa\xd5\x6a\x2d\x2d\x2e\x95\xc3\x12\xb4\x09\x30\xa3\x31\x82\xc0\ \x98\x46\xbd\x56\x29\x97\x94\x12\x23\x5f\x5f\x49\x08\x41\xb5\x5a\ \x31\xc0\x60\x8c\xb5\xd6\x45\x92\xc7\xc3\x48\x71\x09\x0c\x98\x9a\ \x99\xa6\x0e\xcb\xb2\x9c\x39\x8e\x7d\x7c\xd6\x24\xf3\x2c\x3b\x7f\ \xfa\xf4\xb0\xd3\x69\x94\xcb\x13\xe5\x12\xc3\x28\x89\x23\xdf\x73\ \x7d\x3f\x40\x18\x77\xfb\xfd\x61\x14\x57\xeb\x8d\x8c\x73\xa1\x8c\ \x36\xd0\xa6\x19\x19\x23\xda\xa8\x2c\x4b\xb5\x56\xf3\xf3\xdb\xce\ \x9e\x3b\xbb\x70\xe5\x8a\x1f\x78\x8c\x31\x83\x50\xb7\x3f\x90\x42\ \x56\xc2\xf2\xae\xf9\x9d\xfb\xf7\xec\xf3\x1c\x8f\x60\x76\xf9\xca\ \x95\xfb\x1f\x78\x70\x79\x79\x55\x70\x39\xe8\x0f\x4f\x9f\x3a\x0b\ \x01\x9e\x9b\xdd\x36\x39\x31\x79\xcf\xdd\xf7\x1c\x3a\x78\x30\x89\ \x63\x7a\xad\x4a\x79\x52\xca\xfd\xfb\x0f\xbc\xe1\x4d\x6f\x0c\xc2\ \x60\x72\x72\xb2\x5c\xad\x68\x68\xda\x9d\xe6\xa9\x53\xc7\x1f\x7f\ \xe2\xd1\x3c\x4f\x77\xef\xde\x75\xcb\xcd\xb7\x24\x49\x56\x2e\x55\ \x0e\x1d\xba\xee\xed\x6f\xfb\xbe\x30\x28\x69\xa5\x2f\x9c\x3f\x77\ \xf9\xe2\x85\x9d\x3b\xe6\x0e\x5f\x77\xa8\x54\xae\xae\xad\xb5\xf6\ \xee\xdb\x7f\xe1\xc2\x05\xc6\xdc\x5e\x6f\xb0\x70\x65\xf1\xe6\x5b\ \x6e\x69\x4c\x4c\x03\x6d\x95\x1b\x94\xd1\x9a\x39\xac\x52\x0a\x31\ \x84\x0e\x25\x70\x43\x45\xc1\x18\xdd\xeb\x74\x86\xbd\x9e\xe4\x1c\ \x1a\xa3\x84\x98\x6c\xd4\x8d\x52\xe7\xce\x9c\x4a\xa2\xfe\xea\xca\ \xe2\x70\xd0\x33\x40\x41\x60\x1c\xc7\x31\x06\x00\x80\xd6\xd7\xd7\ \x8f\x1e\x3d\x3a\x3b\x3b\xb3\x6d\x7e\x26\x1a\xf6\x25\x2f\x64\x9e\ \x63\x00\x30\x04\x8e\xc3\x08\xc1\x51\x3c\x14\x92\x17\x45\xae\x8d\ \xa2\x94\x5a\xa6\x0b\xa5\x94\x52\x8a\x31\x66\xa3\x52\xad\xb5\xe7\ \x79\x08\xa1\xac\x28\xfa\xc3\x01\x97\x42\x03\x23\xb5\xc1\x98\x12\ \xea\xcc\xcc\xce\x6d\x9b\xdf\xa9\x0d\x34\x1a\x24\x51\xc2\x30\xad\ \x94\xca\x10\xc0\xa2\x28\x20\x81\x3b\x76\x6e\x97\x46\x2a\xa3\x0e\ \x1c\x3e\xf0\x0a\x20\x7d\x0c\x30\x63\xe2\xfc\x6f\xdb\x8c\x1a\x03\ \x80\xd6\xa2\xba\xef\x2d\xef\xbe\x51\x7f\xe4\xbf\xfe\x8f\x9e\x46\ \x0e\xa3\x8c\x12\x23\xdb\x1f\xfb\xfd\x0f\x1d\x4f\xa7\xae\xdb\x41\ \x3e\xf3\x91\xdf\x7b\x7c\x5d\xae\x3c\xfa\x95\xaf\x3c\xb6\x80\x74\ \xff\x4b\x1f\xfd\x77\x1f\x7b\x7c\x09\xa1\xc1\x97\x3e\xf7\xf9\xb3\ \x7d\x88\x90\xd1\x7f\xad\x66\xd4\xde\x9a\xde\x48\xd5\xbe\x30\x63\ \xab\x8c\x9d\x03\xf3\xdc\x0c\xd8\x69\xb9\xe6\x4f\xc4\x58\x74\xce\ \xdc\x77\x3c\xfb\x85\x5f\xff\xb5\xbd\xfc\xd8\xd7\x4f\xac\x43\x84\ \x9a\x67\xbe\xf1\x3f\xbe\x72\xa2\xba\x6d\x87\xb8\xfc\xe0\xbf\xfb\ \x77\x7f\xb0\xc2\xc1\x85\x47\xfe\xdf\x2f\x9f\xec\xce\x6f\x9f\xba\ \xf4\xe0\x9f\xfd\xfb\x3f\xf8\x3c\x37\x14\x03\x88\x28\x53\xad\xf3\ \x9f\xfe\xd8\xbd\x43\x80\x86\x97\x1f\xf9\xc4\x57\x1f\x2f\x28\xfd\ \x76\x82\xf4\x17\xde\xbe\x7e\xb5\xdb\x51\xa5\x54\xb5\x56\xbb\xeb\ \xce\xbb\xa4\x94\x8b\x4b\x8b\xc3\x28\x3a\x71\xf2\x24\x17\x42\x2a\ \xa5\x81\x91\x4a\x6e\x9f\x9f\xbf\xf9\xc6\x9b\x86\xc3\xe1\xd9\xb3\ \x67\x4f\x9f\x3e\x63\x4f\xa2\x30\x08\xc2\x52\xa9\x51\x6f\x00\x60\ \xfc\xc0\x5f\xb8\xb2\xf0\xe8\xa3\x8f\x12\x42\x20\x42\x2b\x2b\x2b\ \xcd\x66\x13\x40\x78\xc3\x0d\xd7\x5b\x82\x6f\xa3\x81\xd1\xc6\x32\ \x1b\x58\xa8\xe7\xb8\x54\xbe\xd1\x64\xa2\xb4\x52\xed\x56\x6b\x7d\ \x7d\x35\x4d\x93\x5a\xad\x12\xc5\x83\xb5\xb5\xe5\x5e\xaf\x03\x80\ \xf1\x7d\x97\x50\xac\x8d\x54\x5a\x63\x82\x84\x50\x27\x4f\x1d\x5f\ \x6b\xae\x84\xa5\x40\x1b\xd5\xee\x34\x4f\x9c\x38\x1e\x27\x31\xc6\ \xd8\x56\xd7\x46\x69\x31\x84\x6c\x35\x25\x0c\x43\xcf\xf3\x18\x63\ \xb6\xd9\x9c\x52\x5a\xa9\x54\x5c\xd7\x2d\x8a\x02\x42\xc8\x1c\xc7\ \xf2\x15\x0c\xfa\x7d\xcf\x75\x6d\x87\x80\xeb\xba\x95\x4a\x65\xd4\ \x91\x09\xd0\xa9\xe3\x27\xdb\xcd\xb5\x46\xbd\x31\x37\x3b\x4b\x09\ \xda\xb5\x67\xf7\x75\xd7\x5f\x47\x28\xd5\x10\x9c\x3e\x7f\x66\x38\ \x8c\xf0\x35\xd1\x8d\x12\x42\x5e\x77\xc7\xeb\x2a\xb5\xea\xd2\xf2\ \x4a\x9c\xe6\x17\x2f\x5f\x1e\x44\x49\x94\x66\x0a\xe8\xb4\xc8\x1d\ \xcf\x7d\xc3\x1b\xdf\xe0\xfb\x41\x9a\xa4\x47\x8e\x1c\x49\x92\xc4\ \x72\xe2\xb8\x2e\xb3\x2d\x22\x13\x13\x13\xfd\xc1\xe0\xd4\xc9\x93\ \x36\x47\x9d\xa6\x69\xa7\xdd\x6e\xb5\x5a\xdb\xb6\x6d\xf3\x7c\x4f\ \x48\x69\xb4\xb2\xe5\x49\x9b\xa0\x46\x08\x61\x84\x6d\x49\x5f\x6b\ \x8d\x2c\x27\x00\x04\x59\x96\xf4\xbb\x9d\x5e\xa7\x13\x96\x7c\x4c\ \xe0\xd2\xc2\x95\x24\x8e\xa3\x28\x0a\x02\x5f\x29\x45\x28\x81\x10\ \x5a\x7f\xb9\xb5\xbe\xbe\xbc\xbc\xec\xfb\xbe\x56\xaa\xdb\xeb\x3d\ \xf1\xf8\x13\xa7\x4f\x9d\xe6\x9c\x97\xcb\xe5\x5e\xaf\x67\xb4\x36\ \xc6\xc4\x51\x64\xdb\x82\xeb\xf5\x7a\x18\x96\x5c\xd7\x53\x4a\xfb\ \x7e\x00\x21\x6a\x34\x1a\x45\xc1\x11\x44\x52\x69\x42\x08\x63\x2c\ \x4d\xd2\x66\xb3\x49\x30\xb1\xc5\xd1\x76\xbb\x1d\x84\x81\xe3\xb0\ \x4a\xb5\x4a\x19\xed\x74\x3a\xf7\xdd\x7f\x1f\x65\x64\xdf\xfe\xbd\ \xd3\x33\x53\x8d\x89\xfa\x9b\xdf\xf2\xa6\x03\x07\xf7\x0f\xa3\xe1\ \xa9\x33\xa7\x2e\x5f\xbe\x72\x6d\xd3\x6e\x53\xa3\xa1\xe7\x33\x46\ \xe2\x38\xa9\x94\x2b\x79\x9e\x9d\x39\x73\x26\x0c\x4b\xb3\x73\x73\ \x84\xb2\x95\xd5\x15\x21\xc5\xe1\xc3\x07\x7b\xbd\xee\x60\x30\xb8\ \xe9\xa6\x9b\xaa\xd5\x2a\x42\x38\xcf\xf2\x56\xb3\x35\x3d\x3d\x59\ \xa9\x56\xff\xb7\x77\xbd\xe3\xd0\xa1\x43\xcd\xe6\xfa\xde\xbd\x7b\ \xf3\x3c\xdf\xb5\x6b\xd7\x3d\xf7\xdc\xc3\x39\x1f\x0e\x87\x82\x8b\ \x3c\x2f\x46\x7a\x00\x10\x42\x00\x39\xe7\xe3\x72\x94\xed\x4e\xce\ \xd2\x4c\x2a\x55\x14\x45\xa3\x5e\xdf\xb5\x6b\x57\xab\xd5\xb2\xeb\ \xed\xd2\xa5\x8b\x97\x2e\x5d\xca\xb3\x6c\x79\x69\x49\x29\x6d\x9b\ \x91\x56\x56\x56\x2e\x5e\xbc\xf8\xd4\x53\x4f\x3d\xf5\xd4\x53\x97\ \x2e\x5e\x54\x5a\x29\xad\x99\xe3\x60\x42\xd4\x46\x33\xb4\x51\xa3\ \x07\x5d\x14\x45\x10\x04\x36\x5d\x6f\x1f\xb4\x65\xb0\x22\x84\xd8\ \xad\xe7\xb8\x2e\x30\xc6\xa6\x94\x2d\x01\x7d\xa5\x5a\x9d\x9c\x9c\ \x14\x42\x94\xcb\xe5\x28\x4a\x34\x30\xdd\x6e\x67\x18\x0d\xa7\x67\ \x66\x6c\x3f\x31\xcf\x0b\x00\x91\xe7\x7a\xf5\x5a\xed\xfc\xd9\x73\ \xdf\x8e\xd2\xce\xcb\x89\x47\xb5\x3d\x60\xb5\x51\x5a\x2b\x63\xec\ \xdd\xa8\x6b\xf9\x63\x80\xd6\x8a\x6b\xe7\x8d\x3f\xfe\x73\xaf\x31\ \x4f\x7f\xf4\x13\xdf\x50\x84\x62\x84\xd2\xd5\xa7\xef\x3f\xb2\x24\ \xb2\xce\x95\x66\xd4\x6f\x5e\x7c\xf2\x44\x71\xcf\xeb\x77\x77\xaf\ \x1c\x5d\x5a\x5d\x4b\x4c\x90\xae\x2c\xf7\x97\x8e\x37\x61\xe3\xf6\ \x9b\xa6\x15\xe7\xd7\xf8\xd1\x2f\xfe\x67\xe3\x46\x8c\xb2\xc1\xbd\ \xd6\xfa\xaa\x80\xcc\x3e\x4e\x6d\xb4\x31\xe3\x8b\xf5\xf3\x5e\xfb\ \x32\xff\x20\xa8\xce\x3d\xf1\xf5\x41\x79\xff\x0d\x07\x0f\xdd\x75\ \xc3\xe4\x13\x5f\x7d\x44\x02\x20\x79\x51\xde\x7d\xfd\x0f\xbc\xeb\ \x07\x7f\xe1\x1f\xfc\xbd\xf9\xfe\x89\x47\x9e\x59\xd4\x90\xec\xb9\ \xf9\xce\x77\xfd\xd0\x0f\xff\xca\xdf\x7b\x6f\xe7\xe8\xd7\x8f\xaf\ \x65\x84\x80\xa2\x30\x7b\x6f\x7b\xdd\x8c\x3e\xf7\xec\x1a\x5f\x3b\ \x7b\x61\x7a\xdf\x2d\x3b\xcb\x86\x0b\xf9\xd7\x75\xfb\x40\xeb\xef\ \x9c\x67\xf6\xca\xf1\x02\x86\x41\x40\x2a\x1e\x52\xba\x14\x96\x9a\ \xab\x6b\x6b\x6b\x6b\xe7\x2e\x9c\x45\x10\x61\x84\xf7\xed\xdb\x77\ \xf3\xcd\x37\x6b\xa5\x7d\xdf\xbf\xf3\xce\x3b\xd3\x61\xfc\xc4\x63\ \x8f\x6b\xad\x9f\x79\xe6\x99\x6a\xbd\x7e\xe8\xf0\xa1\xa9\xd9\x99\ \x4f\x7e\xea\x93\xf5\x72\xdd\xf7\xfd\x67\x9f\x7d\x36\xf0\xbd\xf3\ \xe7\xcf\x97\x2b\xe5\x7b\xee\xba\xb3\x5c\x2a\x6b\xa3\xd3\x2c\xf3\ \x5d\x17\x1a\x64\x81\x15\x63\x0a\x75\x9b\x52\xd6\x5a\x77\x9b\x4d\ \xc6\x5c\x42\x48\xbb\xdd\x61\x8c\x39\x8e\xd3\x6a\xb5\x86\x51\x54\ \xad\x54\x2e\x5c\xbc\xb8\x73\xc7\x8e\x4a\xb5\x3a\xd1\xa8\x0b\x21\ \x0c\x00\x46\xab\xa5\xe5\xe5\xc1\x60\x70\xe8\xe0\xa1\x53\xa7\x4e\ \x65\x59\x16\x45\x11\xe7\xdc\x26\xb2\x2c\xa8\xd5\x92\xc1\xda\xda\ \x06\x00\xa0\xc8\x73\xb3\x51\x2c\xc4\x18\x5b\x9a\x02\xfb\x1d\xb2\ \x2c\xeb\xf7\xfb\x42\x08\x42\xa8\x65\x9c\xb1\x98\x8b\xf9\xf9\xf9\ \xd3\xa7\x4f\x2f\x2c\x2c\x94\xcb\xe5\x20\x08\x8f\x1e\x3d\x26\xb2\ \x22\x4b\xd2\xf9\xed\x3b\xf6\xed\xdf\x3f\x37\x3b\x47\x5d\xc6\xb9\ \xe4\x52\x1e\xba\xee\xba\xc6\x44\x63\x73\x23\xc1\xcb\x2c\x4e\x03\ \x3f\x08\x8a\x82\x1b\xa3\x8e\x1d\x3b\xf1\xe4\x93\x4f\x3e\xf8\xe0\ \x03\xda\xc8\x30\x2c\xbd\xfd\xed\xdf\x5f\x29\x57\x94\x52\x8c\xd1\ \x5b\x6f\xbd\xf5\x93\x9f\xfc\xa4\x94\x72\x79\x79\xb9\xd5\xea\xd4\ \x6a\xb5\xd7\xbc\xe6\x96\x67\x9e\x39\xd2\x69\xb7\x6f\xba\xf9\xe6\ \xcf\x7e\xf6\xb3\x45\x51\x68\xad\x8f\x1f\x3f\x7e\xf0\xe0\xc1\x30\ \x0c\x0d\x00\xd6\x4c\x5a\x93\x66\xcf\x50\x7b\x6e\x6a\xa5\x10\xc6\ \x0e\xc6\x79\x9e\xa5\x69\x5a\x2a\x95\xe3\x28\x4e\x86\xb1\xeb\xba\ \x79\x9e\x2f\x2d\x2d\xcd\xcc\xce\xae\x2c\xaf\x50\xc6\x0e\x1d\x3e\ \x84\x09\x43\x00\x40\x88\xb5\x96\x79\x9a\x5a\x0f\x63\x6a\x6a\xea\ \xec\x99\xb3\x79\x96\x27\x69\xa2\x94\x71\x5d\xd7\xb6\x93\x66\x59\ \x66\x23\xfe\x52\xa9\x94\x24\x49\x1c\x47\x69\x9a\x62\x8c\x94\x52\ \x41\x10\x70\xc1\x85\x10\x16\xc6\x95\xe7\x79\xab\xd5\x5c\x5d\x5d\ \x67\x8c\xe5\x59\x06\x95\x76\x5c\xc7\xf3\xbc\xd9\xd9\xd9\x9b\x5d\ \xe7\x91\x47\x1f\x65\x94\xbe\xf6\xf6\xd7\xde\xf7\xc5\xfb\x4f\x9d\ \x3a\xb5\x7d\xfb\x76\xcf\xf3\xf7\xee\xdd\x73\xe7\x9d\x77\x11\x82\ \x2d\xee\x77\xef\xde\x7d\xfb\x0f\xec\x8f\xa2\xde\x35\x91\x60\x40\ \xa0\x55\x91\x26\xd5\x30\xc0\xc8\xd4\xaa\xd5\xa7\x9f\x78\xca\xf7\ \xfd\x7f\xf4\x0f\xff\x61\xc9\x0f\x7e\xeb\x37\x7f\x33\x8e\xd3\x95\ \xe5\xc5\xee\x9e\x3d\x45\x91\x0f\x7a\xdd\x93\xc7\x8f\x66\x59\x6e\ \xb4\xa6\x8c\x9d\xbb\x70\x71\xf7\xde\x7d\x3b\x77\xce\xf7\xfa\xf1\ \xe1\xc3\x87\xbe\xf8\xa5\xcf\x27\x49\xcc\x18\xdb\xb3\x67\xcf\xfc\ \x8e\x6d\x1f\xfd\xc8\x1f\x2e\x2e\x2c\xfc\xed\xbf\xfd\xb7\xab\x8d\ \xaa\xcd\x9a\x52\x84\xb4\xd6\xc3\xc1\x60\x24\x6c\x84\x20\x04\x80\ \x52\x5a\xad\x56\x21\x82\x79\x96\xd9\xba\xe6\xc5\x8b\x17\xb5\xd6\ \xfd\x7e\x1f\x23\x54\xaf\xd7\x1b\x8d\x86\xeb\x7b\xf6\x4e\xeb\xf5\ \xba\x45\xd2\x96\x4a\xa5\xd5\xd5\x55\xa9\x54\x9a\x66\x5a\xd9\xba\ \xa9\x56\x4a\x29\xad\xad\x9a\xa1\x5d\xd5\x56\x03\x67\x76\x76\x56\ \x6b\x6d\xeb\xfd\x5a\xeb\x38\x8e\xed\xe2\xb7\xbb\xc0\xf3\xbc\xac\ \xc8\x85\x10\x52\x2a\xcf\x73\x1d\xe6\xac\xac\xac\xa4\x69\x26\xa5\ \xaa\xd6\xaa\x18\x63\x88\x50\xa5\x5a\x69\x77\xba\x1a\x98\x5a\xad\ \x56\xaf\xd7\x3b\xed\xce\xd2\xd2\x92\x54\xaa\x5e\xab\xbe\xe7\xad\ \x6f\xfe\x4e\xf3\x19\xd9\x48\x6c\xd4\x29\xbe\x09\x5f\xb3\x21\x60\ \x68\x5e\x76\xac\xa0\x8d\x51\x45\xa6\xab\x3f\xfa\xb3\x3f\xfd\x6f\ \x7e\xf7\x4f\x3f\xdb\xce\x77\xbf\x15\xf3\x2c\x56\x7e\x75\xef\x81\ \x83\x3b\x5c\x71\xe0\xba\x3b\xe7\x76\x54\xca\xd1\x2d\xf0\xfe\x87\ \xef\xbb\xaf\xb3\xed\xad\xef\x9b\xe9\x9e\xfd\xd4\x17\x10\x9b\xb9\ \x61\x4f\x85\x22\x84\x40\x9e\x23\xc7\xc3\x8a\x17\x0a\x79\x2e\x2e\ \xb2\x5c\xbd\x7c\x52\xed\x4d\xc0\xd5\x71\x3a\x70\x43\xa4\xe7\x6a\ \x9c\x91\x01\x66\x64\x3a\xcd\xf3\x79\x47\x37\x02\xf5\x97\x17\x95\ \x11\xde\x7e\xfc\xe1\x23\xeb\xdd\xd2\xbf\xfd\x3f\xcf\x88\xb8\xb5\ \x32\xe8\x1d\x6d\xbf\xab\x82\x20\x04\x40\x4a\x00\x90\x57\x71\x60\ \x9e\x65\x0a\x42\xa0\xb5\x04\x00\xb9\x25\x17\x9a\x2c\x2d\xb4\x31\ \x40\x73\x58\xb9\xf1\x35\x3b\x83\xa7\xbf\xf6\xe0\xf4\x62\xb2\xe7\ \xf6\x1b\x98\xc8\xb3\x97\x8d\xd2\x7a\x91\xdb\x87\xd0\x3e\x67\x63\ \x5e\xed\xf1\x28\x00\x06\x02\x10\x0f\x23\x9e\xe7\x33\x33\x33\xa7\ \x4e\x9f\xea\xf6\xfb\x73\xdb\xb6\x39\x9e\xab\x95\x5a\x5f\x5b\x2f\ \x05\x61\x63\xa2\xd1\x6a\xb5\x1c\xc7\xb9\xeb\xee\xbb\x4a\x61\x08\ \x00\x58\x5c\x5a\xc2\x18\xd7\x6b\xd5\xed\xf3\x73\x3f\xf5\x53\x3f\ \x95\x15\x59\xad\x56\xab\x56\xab\x79\x9e\x5f\x77\xdd\x75\x37\xde\ \x78\xa3\xe7\xb9\x42\x4a\x29\x15\xc1\xd4\x3e\x7a\xc7\x75\x2d\xda\ \x65\x84\x68\x07\xc0\x86\x2f\x6b\x6b\x6b\x5a\x49\xad\xe4\xec\xcc\ \xf4\x44\xa3\x9e\x67\xe9\xcc\xf4\x54\xbf\xdb\x59\x59\x5e\x5a\x59\ \x5a\x14\xbc\x88\xa3\x21\x2f\x0a\x82\x31\xd4\x66\x6d\x75\xed\xa9\ \x27\x1e\x7f\xf2\x89\xc7\xfb\xbd\xee\xa0\xdf\xcf\xd2\xd4\x75\x1d\ \xcf\xf3\x6c\x3f\xa2\xed\xd0\x48\xd3\xd4\xee\x1d\x7b\x7b\x79\x51\ \x98\x8d\x61\x3f\x3a\x49\x12\x84\x50\xb5\x5a\xb5\x67\x8d\xd6\xc6\ \xfa\xec\x41\x10\x58\xb8\x8d\x0d\xef\x30\xc6\x8b\x8b\x8b\x8c\xd2\ \x1d\xdb\xb6\x79\xae\xe3\x50\x56\xa9\x94\xab\x95\x32\xc6\x70\x6e\ \x6e\xae\x5c\xad\x1c\x3c\x7c\x30\xac\x94\x84\x92\xd7\xc6\xc3\x60\ \x77\x8f\x94\x8a\x10\xda\xef\x0f\x1f\x79\xf4\x11\x88\xd0\xce\x5d\ \xbb\x94\x36\xfd\xfe\x20\x49\x53\x42\xd9\x70\x38\x44\x08\xef\xde\ \xbd\x6b\x7e\x7e\x9e\x31\xd6\x6e\xb7\x93\x24\xc1\x18\x71\xce\x6f\ \xbd\xf5\xd6\xed\xdb\xb7\x77\x3b\x9d\x99\x99\x99\x38\x8e\x19\x63\ \x3b\x76\xec\x98\x9c\x9c\x74\x7d\x1f\x6e\x9a\x64\x88\x10\x73\x1c\ \xa9\x94\xed\x5d\x81\x10\x6a\xa5\x84\x10\x9d\x56\x3b\xcb\x52\x5e\ \xe4\x95\x4a\x79\x6e\xdb\xac\xe7\xb0\x52\x10\x64\x59\x7a\xf9\xf2\ \xc5\xf3\xe7\xce\x48\x51\xb4\xdb\x4d\xfb\xf5\x94\x92\xbc\xe0\xab\ \xab\xab\xdf\xf8\xfa\xd7\x9b\xcd\xb5\x24\x49\xd2\x34\xcd\xf3\x3c\ \x0c\x43\x6d\x74\xbf\xdf\x87\x10\xd6\x6a\xb5\x66\xb3\x39\x26\xb5\ \x6f\x34\x1a\xed\x76\x47\x0a\x65\x34\xe4\x5c\x28\xa9\x11\xc4\xbd\ \x6e\x5f\x08\xd5\x68\x4c\x00\x00\x8b\x42\x18\x03\x84\x14\x42\x08\ \x42\xe9\xdc\xdc\x9c\x65\xf6\xb1\xb0\xaf\x24\x4d\xaf\x5c\xbe\x7c\ \xd3\xcd\x37\x4c\x4d\x4d\xda\xcc\xf0\xb6\x6d\x73\x4a\x89\x6a\xb5\ \x32\x31\xd1\x80\x10\xdc\x70\xc3\x75\x18\x21\x63\xae\x65\xde\x11\ \x84\x59\x96\xe6\x79\x16\xc7\x11\x82\xe8\x33\x9f\xfa\xe4\xc3\x0f\ \x3f\xf4\x4f\x7e\xfd\x37\x6e\xbb\xf5\xb6\x63\xc7\x8e\xe5\x59\x3e\ \x18\x0c\x9e\x7e\xf2\xc9\x85\x2b\x97\x2f\x5f\xbc\x98\xe5\x19\x25\ \x18\x02\x03\x31\x6e\xb5\x3b\x71\x92\x3e\x73\xe4\xc8\xca\x5a\xc7\ \x52\x2e\xbb\xae\xd7\x6e\xb7\x2d\x37\x45\xbb\xd9\x59\x5d\x5d\x6d\ \xb7\xdb\x71\x14\x73\xce\xbb\xdd\x6e\xa7\xdd\x8e\x7b\xfd\x66\xb3\ \x69\x7d\x35\x2b\x82\x06\x21\xc2\x18\x7b\xbe\xa7\x95\xb2\x50\xa3\ \x67\x9e\x79\xc6\x22\xb9\x92\x24\xa9\xd5\xeb\xdb\xe6\xe6\xe2\x38\ \xd6\x4a\xa7\x49\xca\x0b\x0e\xb4\x09\x83\x90\x51\xa6\x84\x4c\xe2\ \xa4\xb9\xba\x06\x80\xf1\xfd\xc0\x3e\x4a\x4a\x28\xc6\x58\x69\xed\ \x79\xae\x10\xc2\x02\x9e\xa7\xa6\xa6\xf6\xec\xd9\x53\xab\xd5\xa4\ \x94\x9e\xe7\xd9\xb9\xb5\x61\xab\xeb\xba\x16\x94\x6e\x3d\x1e\x00\ \x4c\x18\x86\x5c\x70\xce\x79\xa9\x14\x2e\x2f\x2f\x2f\x2e\x2c\x70\ \xce\xb3\x22\x8f\x93\x34\x08\xc3\x30\xf0\xfb\xfd\x5e\x9a\xa6\x42\ \x14\x4b\x4b\x4b\x59\x9a\xde\x74\xc3\x8d\x84\x90\xef\x74\xd7\x85\ \xd1\x46\x2b\xeb\x26\x28\x4b\xa3\xad\xa4\xb4\x7f\xb4\x92\x9b\xff\ \xfa\x92\xfe\x28\xa9\xa4\x28\x0a\xce\xb3\x94\x4c\xdd\xf8\x13\xef\ \xbc\x71\xe9\xd2\xc9\x4e\x26\x4a\xd3\xd7\xed\xf7\x92\x4b\xab\x51\ \x6d\x6a\xd2\xa7\x2c\xf0\x60\x38\xb9\xff\x40\xb8\xf4\xc9\xcf\x3c\ \xbb\xff\x4d\xef\xbc\xb5\xba\xfe\xc7\x9f\x7c\xfa\xe0\x9d\xaf\x81\ \xcb\x4f\xfd\xf7\xff\xfe\xf1\xc5\xa4\x78\xf2\xd3\x7f\xfa\xc5\x27\ \x2f\x45\xab\xcf\xfe\xd1\x1f\x7d\x6a\x25\x92\x40\xbf\x8c\xaf\xa1\ \x95\xb2\xa7\xdc\xe6\xdf\xd8\x61\x94\xd6\x2f\xb0\x49\xa3\xa0\xed\ \xaf\x69\x06\x0c\x42\xad\xa3\x0f\x3c\xd5\x9b\xfc\xa5\x7f\xf4\x8f\ \xff\xf6\xdf\xfa\x85\xbf\xff\xab\xff\xf8\x8d\x93\xc3\xfb\xef\x7f\ \x4a\x3a\x6e\xbc\x78\xfe\xc8\x91\x13\x8f\x7c\xfe\xe3\x4f\xc7\xa5\ \x03\xfb\xa6\xa1\x2a\x16\xce\x9d\x38\x7a\xe2\xe4\x17\xfe\xf2\x53\ \x49\x79\x6e\xcf\x8c\x67\xb4\x5c\xb8\x78\xa1\x9d\xe3\x3b\xde\xf4\ \xba\xe5\xaf\x7c\xf8\xfe\xb5\xd2\xed\x87\x1b\x79\x26\x5e\xd6\x17\ \xf8\x2b\x6e\x5f\x29\xad\xb5\x7a\xd5\xc7\xa3\x00\x40\x60\x4c\xe0\ \xfa\xa0\x2c\x57\x57\x97\x9f\x7d\xf6\xd9\xdb\xef\x78\xdd\xcf\xfe\ \xcd\x0f\x7e\xf1\x73\x9f\xfb\xec\x67\x3f\xd3\x5e\x6f\xb6\x5b\xad\ \x1a\x9c\xe4\x9c\x3f\xf5\xd4\x53\xf1\x60\x68\x83\x12\x87\xb1\x93\ \x27\x4f\xce\x6d\x9b\xab\xd4\xcb\x06\xa0\xbd\xbb\xf7\x3e\x7b\xe4\ \x48\xb5\x5a\x01\x46\xdf\x72\xcb\xcd\x87\x0e\xec\xf9\xe7\xff\xd7\ \x6f\xcd\xce\xcc\xbc\xef\x7d\xef\xc3\x18\x13\xcc\x6c\x24\x14\xc7\ \xb1\x4d\x37\x01\x33\xea\xa3\x62\x8e\x33\x3b\x3b\x2b\x79\x91\x67\ \x29\x46\x68\x6d\x6d\x6d\x65\x69\xd1\x28\x79\xe5\xf2\xa5\xa9\xc9\ \x49\xdf\x75\x09\x82\x82\x17\x59\x9a\xe2\x30\x14\x52\x5c\xb9\x7c\ \xa9\xd7\xed\x0e\x07\x83\x67\x8f\x1c\xa1\x94\x20\x08\xf2\x34\xc3\ \x94\xd8\x74\x2e\xc6\xd8\xf3\x3c\x9b\xbf\xb2\x21\xda\xd4\xd4\x94\ \x2b\x65\x92\x24\x36\x36\x1d\x2b\x63\x0b\x21\x84\x10\x16\x82\x11\ \xa7\x99\x54\xca\x82\x15\x2d\x57\xce\x0d\x37\xdc\x30\xc6\x3a\xda\ \x62\xad\xef\xba\x00\x21\x29\x44\x14\x0d\x85\x92\x17\x2e\x5f\xae\ \x4f\x4e\xbc\xe3\x9d\xef\x3c\x79\xee\xac\x14\x02\xfa\xee\x35\x38\ \xe8\x08\x59\x62\x18\x1d\x96\x83\x4f\x7f\xe6\x33\x05\x17\xbf\xfd\ \xdb\xff\x4f\xa3\xd1\xf8\xd5\x5f\xfd\x47\xcd\xe6\xfa\xc5\x8b\x17\ \x0f\x1c\x38\xec\x79\xde\xc2\xc2\x02\x63\x4c\x29\xc5\x39\x9f\x9e\ \x9e\xbe\x74\xe9\x52\xbd\x5e\xf7\x3c\x07\x63\x74\xc3\x8d\x37\x3c\ \xf8\xc0\x83\xb5\x5a\xad\x56\xab\x4d\x4d\x4d\xed\x3b\xb0\xff\xe9\ \x27\x9f\xfa\xd2\x97\xbe\xf4\xcb\xbf\xfc\xcb\xae\xe7\x41\x60\x20\ \x40\xd6\x0f\x4c\x93\x04\x41\xa8\x94\xa2\x8c\x01\xad\x31\x84\xa5\ \x72\x19\x61\xd2\xef\xf7\x5d\xc6\x08\xc2\xcb\x8b\x8b\x8a\xf3\x64\ \x38\x5c\x59\x5f\xdb\xbb\x6f\xef\xf4\xd4\x54\x96\xa6\x45\x51\x10\ \x84\x21\x84\xdd\x6e\xe7\xc2\x85\x0b\xbd\x5e\x6f\xd0\xef\x05\x9e\ \x2b\xa5\xcc\xf3\x9c\x6d\xc8\x9d\xe6\x79\x5e\x2e\x97\x93\x24\xb1\ \x51\x6f\x96\x65\x10\xc2\x9d\x3b\x77\xb6\xdb\x6d\x21\x24\x46\x84\ \x73\xc9\x0b\xe1\x38\x6e\x96\x64\x18\x63\xd7\xf1\x02\x3f\xf0\xbc\ \xac\x1f\x47\x0e\x63\x13\x13\x13\xa5\xb0\x74\xf1\xe2\x45\x8c\x31\ \xf3\x5c\xdf\xf7\xfb\xfd\x7e\x7f\xd0\x67\x35\x66\x9d\x24\x29\x85\ \xd6\xaa\xdf\xef\x0d\x87\x83\x0b\x17\x2e\xbc\xff\xfd\x3f\x43\x19\ \xeb\xf7\xba\xdf\x4c\xb4\xfc\x5b\x1a\xd2\x22\xcb\x4a\x4a\x85\xae\ \xf3\xf0\xd3\x4f\xfd\xc1\x87\x3f\xfc\x73\x3f\xf7\x37\xdf\xfe\xb6\ \xb7\x9d\x39\x7b\x76\x72\x72\x6a\x7a\x66\xa6\x7f\xe6\xec\xa5\x4b\ \x97\x9e\x79\xf2\x09\xa9\xd4\xda\xda\x9a\x28\xf2\xd5\xd5\x15\xd7\ \x75\x21\x42\x37\xdc\x78\xd3\xf2\xca\x72\xbf\xdf\xab\xd5\x6a\x93\ \x93\x13\x51\x34\xd4\x5a\x4b\x21\x1e\x78\xe0\x01\x5e\x64\x71\x1c\ \x0f\x06\xc3\xe5\x95\xe5\xc5\xb5\x25\x8c\xd1\xb6\xb9\x6d\x8c\x50\ \xbb\xa2\xf6\xee\xdb\x07\x20\x30\x4a\x03\x8c\x0c\x00\x52\x88\xc1\ \x60\x30\x0e\x1f\x3b\x9d\x0e\x21\x64\xdf\xbe\x7d\xe5\x72\xf9\xf2\ \xe5\xcb\x52\xa9\x20\x08\x7c\xcf\xab\x56\x2a\x69\x9a\x36\xd7\xd7\ \xb5\x52\x94\xd2\xd9\xe9\x99\x95\xd5\x15\xcf\xf5\x02\xc7\x5f\x6b\ \xae\x0b\x21\x84\x94\x05\x2f\x30\xc6\xae\xeb\xf5\x07\x03\x8b\xa2\ \xb2\x14\x98\x36\xef\xd2\xef\xf7\x2d\xf6\x9e\x10\x62\x85\x65\x4a\ \xa5\x92\xd2\x4a\x48\x69\x59\x30\x09\x21\x10\x40\xdf\xf7\xa5\x94\ \xf5\xfa\x24\xc6\xf8\x94\x10\x8d\x46\xe3\xd0\xe1\xc3\x69\x96\x6a\ \x60\x9a\xed\x76\x5e\x14\x3b\x76\xed\x4c\x93\x6c\xfb\xf6\xed\x8d\ \x7a\x5d\x2b\xb5\x99\x28\xf8\x3b\x18\x8f\x1a\xbd\x11\xab\x98\xcd\ \x7d\x2f\xe6\xe5\x36\x50\x0a\x09\x9c\xca\x9e\xbd\x3b\x18\x54\x69\ \x92\xcf\xbe\xe6\x1d\x7f\xf3\xc7\x5a\x6b\x15\xa8\xdc\x9d\x1f\xf8\ \x85\x9f\xfc\xcb\xcf\xdc\xf7\x91\x63\xba\x3e\x7f\xd3\x8f\x6f\x9b\ \xf7\x83\xea\x6d\x77\xde\x7d\x05\xc9\xc3\x13\xbe\xba\xe9\xce\xdb\ \xaf\xac\xdc\xb2\x6f\xae\x58\x3b\x73\xf1\xd2\xc2\xf5\x5c\x76\x16\ \x2f\xaf\xe2\x83\x37\x96\xbb\x17\x2e\x2c\xbd\x56\x68\xa3\x5f\x4e\ \xd7\xe3\x46\x2a\x7c\x83\x4b\x61\xe3\x3e\x46\x4d\x1f\xe6\x85\xf1\ \xa8\x36\x40\x6f\x4c\x02\x78\x7e\x13\xed\xcb\x0c\x49\x11\x31\xc5\ \xc2\x72\xb4\xe7\x35\x6f\x3e\x3c\x5d\x46\x42\x10\x46\xee\x7a\xdb\ \xed\x9f\xb9\xbc\xda\xcf\x90\xc9\x9a\x5f\xfb\xec\xc7\x84\x24\xef\ \x7c\xff\x07\x6e\x99\x26\x0f\x4a\x90\xae\x9d\xfd\xf4\x9f\xaf\x2a\ \x36\xf1\xfe\x0f\xfe\x8d\x1a\x86\x87\xef\xf8\x81\xa3\x5f\x38\x71\ \xbe\x19\xdd\x79\xe8\x8e\xeb\x26\xfe\xf4\xc8\xdc\x0d\xdb\x43\xc2\ \xf9\xcb\x94\xfe\xfd\x26\xb7\x0f\x20\xb2\xf1\x28\x78\xb5\xdb\x51\ \x08\xa1\x28\x44\x21\x75\xab\xd5\xfa\x0f\xff\xf1\x3f\xde\x70\xd3\ \x8d\xbf\xf0\x73\x3f\xdf\xed\x75\x5a\xdd\x2e\x73\x9c\xf5\xb5\xb5\ \x93\xc7\x4e\xcc\xec\x9c\x17\x4a\x51\x84\xf2\x2c\x27\x94\x26\x71\ \xdc\xee\x74\x2e\x5f\xbe\x7c\xea\xf4\xe9\xe9\xd9\x19\x21\xa4\x15\ \xdf\x5e\x58\x58\xac\xd5\x2a\x9c\x8b\xd5\xb5\xe6\xd2\xe2\x52\x34\ \x1c\xe6\x79\x4e\x19\x6b\xb5\x93\x3c\xcb\x6c\x4e\x75\x38\x1c\x4e\ \x4f\x4f\x6b\xa5\x2c\xea\xc2\xf5\x5c\x04\x61\x32\x18\x86\x01\x3b\ \x75\xf2\xd4\xb3\x47\x9f\x9d\x9c\x9c\x14\x5c\x00\x6d\x26\x1a\x13\ \xd3\x53\x53\x94\x50\x87\x39\xd6\x4c\x06\x61\xd8\x68\x34\x1a\x8d\ \x86\xe7\x79\xdd\x6e\x37\x4d\xd3\x11\xcb\xb9\x36\x96\x94\xd5\x12\ \x05\x68\xad\x93\x24\xb1\x32\x6d\xe5\x72\x99\x32\x76\xe1\xc2\x05\ \x42\x48\xa3\xd1\xe8\x74\x3a\x69\x9a\x4e\x4f\x4f\x7b\x9e\x97\x24\ \x89\xad\x86\x5a\xc7\xd7\xf3\x3c\xdb\x15\x80\x31\x3e\x77\xee\x5c\ \x9e\xe7\x36\x15\xa6\x94\xf2\x7c\x2f\x4a\x62\xdf\xf7\x3d\xdf\xbb\ \xb2\x70\xa5\xd5\x69\x57\xaa\xb5\x5b\x6e\xbb\x65\x30\xe8\x0d\xfa\ \x7d\xad\x0d\xbc\xa6\x80\xd4\x18\x40\x29\x23\x14\x7d\xec\xcf\x3f\ \xf1\xb9\xcf\x7d\xfe\xff\xf7\xdb\xff\xea\xee\x7b\xee\xba\xff\xfe\ \xfb\x10\x22\x69\x9a\x3e\xfb\xec\xb1\x5b\x6e\xb9\x35\xcb\x0a\x84\ \x90\x52\xca\xb6\xf4\x2d\x2e\x2e\x5a\x95\xd6\xc3\x87\x0f\xa5\x69\ \x86\x20\x9a\x9e\x9e\xfe\xd2\x97\xbe\x94\xe7\xb9\x65\xd5\x6a\x36\ \x9b\xc7\x8e\x1d\xeb\x74\x3a\xbb\x76\xee\x4c\xb2\x34\xcd\x62\xad\ \x8d\xed\xea\x41\x08\x4d\x4d\x4d\x69\xa5\x20\x42\x10\x21\x3f\x08\ \x78\xce\x27\x1a\x8d\xe1\xa0\xff\xf4\x33\x47\xb4\x90\x0e\x65\x52\ \x08\x8c\xb1\x75\x23\x7c\xdf\x37\x4a\x67\x79\xd1\x68\x34\x3c\xcf\ \x9f\x9d\x99\x59\x59\x5e\x69\x35\xd7\x45\x91\xc7\x51\x64\x91\x9f\ \x4a\x29\x88\xa0\xcd\x90\x5b\x4a\x64\xdf\xf7\x2d\xe3\x79\xb5\x5a\ \x4d\xd3\xb4\xdf\xef\xef\xdb\xb7\x2f\x4d\xd3\xd3\xa7\xd7\x1d\xc7\ \xb1\xb5\x40\xd7\x75\xc3\xb0\x84\xbb\x3d\xcb\xf5\x31\x35\x35\xd5\ \xee\xb4\x31\xc2\xe7\xce\x9d\x73\x03\x1f\x00\xa0\x95\x62\x94\xd5\ \xeb\xf5\xc5\xc5\x45\xab\xb9\xb6\xb6\xb6\xf6\xcc\x33\xcf\xb8\xae\ \xfb\xa6\x37\xbd\xc9\x71\xdc\x6e\xb7\x9b\xa4\xe9\xb5\x55\xe9\x08\ \x21\xe7\xcf\x9d\x3d\x72\xe2\xc4\x9e\xdd\xbb\x3f\xfe\x17\x7f\xb1\ \x6f\xdf\xde\xbb\xee\xb8\xf3\x0b\x5f\xfc\x62\x9e\x73\xce\x25\x84\ \x98\x10\xda\xed\xb4\xbb\x9d\xb6\x52\xea\xe8\x91\x67\xf2\x3c\xcf\ \x8b\x3c\x49\xd2\x5d\x7b\xf7\xcd\xcd\xcf\x0b\xa5\x06\xc3\xe1\xee\ \x5d\xbb\x94\xc7\xdf\xfa\xd6\xb7\x7c\xf5\xfe\xaf\x02\x00\x76\xed\ \xda\x75\xe3\x8d\x37\x3d\xf4\xd0\x43\xe5\x4a\x79\x6e\x6e\x8e\x78\ \xb4\x5c\x2a\x85\x41\x08\x8d\x29\x97\xcb\x0f\x3d\xf4\xd0\x0f\xbe\ \xeb\x87\x2c\x2e\x31\x4b\x12\x87\x52\xea\x38\x42\x88\x76\xab\x65\ \x00\xf0\x3c\xef\xfc\xf9\xf3\xd6\x55\xb2\x2c\xc4\x87\x0e\x1f\xb6\ \x94\x55\xe5\x72\x19\x00\xd0\x68\x34\xec\x6a\x6c\xb7\xdb\x13\x93\ \x13\xc7\x8f\x1e\x2b\x8a\x82\x51\xca\x29\xcd\xf3\xcc\xf6\xb7\x18\ \x60\x18\x63\x16\x5c\x6d\xe9\xab\x6c\x60\x6a\x69\x2f\xa3\x28\xf2\ \x3c\x6f\x62\x62\x62\x6a\x6a\x2a\xcd\xb2\x76\xa7\x03\x8c\xb1\x21\ \x69\x9a\xa6\xa5\x12\xb1\xdb\x27\x8e\x23\x8c\x31\x75\x9d\x9c\xf3\ \x5e\xaf\x47\x18\x9d\x9e\x9e\xee\x74\xbb\xef\x79\xf7\xbb\x8f\x1f\ \x3f\x5e\x0a\xc3\xed\xf3\xf3\x79\x96\x2b\xad\xf1\x77\xb8\x85\x74\ \x54\x1f\x35\x40\x6f\x24\x76\xc1\x66\x42\x86\x97\xf9\xd8\x35\xcf\ \x4a\xfb\xee\xf8\xff\xfc\xda\x3d\xbc\x28\xb4\x01\x00\x96\xde\xf5\ \x0b\xbf\x82\xb4\x18\x26\x79\x69\xe7\x6d\x7f\xeb\x57\x6e\xb7\x49\ \x54\x21\x44\x96\x89\x1d\x77\xbc\xe7\xd7\xee\x81\x45\x1e\x81\x7d\ \x6f\xfb\x3f\x7e\x0d\xf2\x22\xd1\x3b\xee\xfe\xc7\xff\xe8\x0d\x82\ \xf3\xbd\x3f\xf7\x2b\x48\x4b\xa1\xe1\x3f\xf9\x8d\xbb\x39\xe7\xfc\ \x65\x25\x36\x6d\x63\x8b\xed\x0b\x36\x63\x3d\xfb\x11\x86\xea\x85\ \x78\x5d\x5b\x31\x1d\x91\xa0\x5a\xb8\xe4\xe6\x0e\xcc\x97\x37\x03\ \xba\x28\xe0\x2d\x3f\xf8\x81\xdb\x91\x29\xb8\x00\x94\x18\x63\xf6\ \xbf\xf1\xfd\xbf\xfe\x56\x73\xe4\xf3\x1f\xa2\x3b\x5e\xf3\x4b\xbf\ \xfa\xf3\x0d\x98\x49\xa5\x25\xcf\xb3\x84\xef\xbc\xfd\x9d\xbf\xfa\ \xb3\x6f\x85\x79\xae\xa4\x4c\x93\xbc\xbe\xff\xf5\xbf\x72\xdd\x3d\ \xbd\xf6\xfa\xd1\x23\xe7\xd6\xc8\xc1\x77\xbd\xf1\x46\x62\x8a\xe2\ \xe5\x62\xb6\xbf\xc9\xed\x43\x38\xf2\x21\xf4\xab\xdd\x8e\x1a\x63\ \x1c\xc6\xba\x71\xfa\xdf\xfe\xdb\x1f\x75\x3b\x9d\x7f\xfa\x4f\xff\ \x89\x1f\xf8\xcd\x4e\xb3\x5a\xad\x62\x8c\xa3\xe1\xf0\xcc\xa9\x53\ \x80\xe1\x4b\x0b\x57\x90\x01\xab\x8b\xcb\x45\x9e\x23\x84\x7c\xdf\ \x9f\x99\x99\xb9\x78\xf1\xe2\xec\xb6\x39\xc6\x58\x29\x2c\x71\xce\ \x29\xa5\x52\xc8\xfb\xef\xbf\x7f\xc7\x8e\x1d\x45\x5e\x14\x6e\x71\ \xf9\xf2\xe5\x3c\xcf\x11\x04\x3b\x77\xec\x28\x8a\x62\x79\x79\xd9\ \x18\xb3\x77\xdf\x3e\x88\x11\x1c\x4d\x2b\xe8\x76\x3a\xf1\xa0\xef\ \xba\x2e\x17\x79\xab\xb5\x5e\x2a\x85\xcc\xa1\x93\x93\x8d\x52\x29\ \xb8\x7c\xe5\x92\xd6\xb2\x54\x0e\x28\x63\x14\xc3\x2c\x1e\xae\xaf\ \x2e\xaf\xad\x2e\x03\xad\x30\x34\x5a\x8a\x89\x7a\x2d\x2b\x8a\xfe\ \x30\xb6\x1c\x7e\x9c\x73\x42\x88\x6d\xf9\x77\x1c\x27\x0c\xc3\x30\ \x0c\x95\xd6\x08\xa1\x34\x4d\xa7\xa6\xa6\xac\x98\x89\x95\x1a\xb5\ \xa8\x5d\x2b\xf3\x02\x21\xf4\x7d\x9f\x73\x6e\xad\xa9\x0d\xfe\xec\ \xbb\xd5\x1a\x35\x00\xcc\x30\x19\xb6\x3b\x6d\x83\xe0\x8e\xdd\x3b\ \xfb\xc3\xe1\xde\xbd\x7b\xaa\xd5\xca\xc2\x95\x85\x2c\x8a\xbe\x9d\ \x0e\x62\x42\xd1\xd3\xcf\x1c\xff\xd7\xff\xee\xdf\xfc\xbd\x5f\xfe\ \x7b\xef\x78\xe7\xdb\x07\xc3\x34\x08\x4b\xa5\x72\x29\x49\x8a\x47\ \x1f\x7f\xec\xad\x6f\x7b\x5b\xbb\xd5\x69\x36\x9b\x42\x88\xf3\xe7\ \xcf\xdb\xae\xf9\x72\xb9\xbc\xb2\xb2\x32\x35\x35\x55\x2a\x95\x18\ \x73\xa2\x28\x12\x42\x94\x4a\xa5\x4b\x97\x2e\x3d\xf5\xc4\x93\xdd\ \x6e\x57\x29\xd5\xeb\xf5\x08\x21\x9d\x6e\xa7\xd1\xa8\x39\x8e\x6b\ \x05\x4a\xad\x75\x44\x18\x2b\x29\x31\xc6\x5a\xa9\xc1\xb0\x4f\x31\ \x49\xe3\xb8\xdb\x69\x69\x21\x67\x66\x66\xc2\xd0\xf7\x02\xaf\xdf\ \xef\x9e\x3e\x7d\x62\xcf\xbe\x7d\x52\x7a\xb6\xdd\x36\x8a\xa2\xcb\ \x57\xae\xac\xad\xae\x42\x08\xd7\xd7\xd7\x29\x63\x8d\x89\xc6\xc2\ \xe2\xb2\xe0\xc2\xe2\xce\xac\xed\xcc\xf3\x7c\x72\x72\xb2\x54\x2a\ \x4d\x4c\x4c\xec\xda\xb5\xbb\xdf\x1f\xae\xac\xac\xc6\x71\xea\x79\ \x5e\xa5\x52\xe3\xbc\x58\x5b\x6b\x02\x60\x08\xa1\x18\x53\xce\x85\ \xe3\x38\x81\x1f\x60\x8c\xa4\x90\xb3\xdb\x67\x21\x84\x71\x14\xe5\ \x79\x2e\xb5\x0a\xc3\x90\x10\xbc\x77\xef\xee\xc7\x1e\x7b\xac\x28\ \xb2\x52\x29\xd8\xb6\x6d\x96\x52\x7a\xe8\xd0\x81\x24\x8d\xd7\xd7\ \x57\xeb\x8d\x7a\x9e\x5f\x8b\x29\x25\x84\x2e\x5c\xb9\xf2\xa5\xfb\ \x1e\xa8\x56\xcb\x17\x2f\x5e\xba\xfd\xf6\xdb\x7f\xef\xf7\xfe\x8b\ \xeb\xf9\x7b\x76\xef\xee\x76\xfb\x69\xce\x31\xc6\x14\xe3\xf9\x6d\ \x73\x9e\xe7\x03\xad\x11\xc6\x0f\x3d\xfa\x68\x9a\x15\x61\x18\x5e\ \xba\xb2\xf8\xd4\x93\x4f\xbb\x0e\x23\x98\xae\x2e\x2d\x97\xca\x7e\ \x10\xf8\x7d\x42\xa6\xa7\xa7\x6b\xb5\xea\xde\xbd\x7b\x9f\x79\xfa\ \x19\x8c\xb1\xe7\xb8\x52\xaa\xb5\xd5\xd5\x6a\xa9\x7c\xe5\xca\x95\ \xe1\x70\xa8\x95\x06\xda\xd8\x6a\xee\x70\x18\x39\x94\x32\xc6\xae\ \x2c\x2c\x24\x49\x32\x37\x37\x67\x81\x63\x52\xca\x38\x8e\x0f\x1c\ \x38\xa0\x94\x5a\x5f\x5d\xdd\xb6\x6d\x9b\x96\x92\x39\x4e\x12\x45\ \x97\x2f\x5e\x7c\xfa\xe9\xa7\xed\x0c\x77\xbb\x5d\x97\xb9\x84\x52\ \x42\x08\x63\x4e\x92\x67\xc0\x18\x44\x89\x05\x19\x55\x2a\x95\x72\ \xb9\x7c\xf0\xe0\xc1\xd5\xd5\xd5\xb5\xb5\x35\xc6\x98\x95\x30\x12\ \x42\x5c\x7f\xfd\xf5\xd3\xd3\xd3\xcb\x2b\x2b\xc7\x4f\x9c\xe8\xf4\ \xba\x76\xc3\x96\x4a\x25\xd7\x71\x2c\x88\x7d\xef\xde\x7d\xa7\x4e\ \x9d\xa2\x94\x0e\xe3\xe8\xe1\x47\x1e\xd9\x7f\x60\xff\x8e\x1d\x3b\ \x4a\x61\x38\xe8\xf6\xf2\x24\xdd\x31\x3f\x9f\x25\xe9\xe7\x1e\x7a\ \xe8\xae\x5b\x6f\x72\x18\xfb\xce\x42\x76\x6d\xeb\xb3\xd1\xe6\x39\ \xb0\x2a\x18\x43\x3d\xe1\xcb\xcc\xe7\x1b\x63\x1e\x7b\xe4\x61\xfe\ \x7c\x78\x94\x92\xf2\xe0\xc1\x83\x8d\x46\xa3\xc8\x9f\x47\xf2\xa5\ \x04\xcf\xec\x2f\x24\xcf\x46\xb0\x07\x99\x2b\x09\x00\x00\x45\x31\ \x2a\x15\x5d\x13\x95\x96\xbd\x17\x08\xa1\xb1\x79\x14\x63\x00\x04\ \x00\x18\x9b\xb4\x7d\xa1\x27\xa1\x94\x04\x63\xaa\x9a\x8d\xff\x00\ \x34\xe6\x65\xce\x80\x3d\xfd\x1e\x7b\xec\xf1\x31\x30\x65\x03\xb5\ \xbe\xaf\x34\xb1\xe3\xc0\x0e\xad\x8b\x34\x07\x5c\x1b\xc0\x08\xa8\ \xcd\xee\xdd\x81\x83\x22\xcd\x00\xe7\x1b\xcd\x9d\x42\x1a\x71\xfe\ \xa9\x7b\x3f\xf7\x78\xe7\xd6\xb7\xfe\xf0\x1d\x7b\xca\xbc\xe0\xd7\ \x90\x07\x7a\xfe\xed\x3f\x97\x4b\xd2\x5a\x2b\x29\x81\xf3\x2a\xb7\ \xa3\x18\xe3\x76\x67\xf0\xa9\x4f\x7d\xfe\xe8\x91\xa3\x7f\xf3\xe7\ \x7f\x76\x30\x1c\x3e\xfc\xe8\xa3\x84\x40\xc7\x73\x8d\x31\x18\x93\ \xc5\xc5\x45\xbf\x5e\x59\x5a\x5a\xba\x70\xf6\x9c\x83\x69\x5e\x14\ \x4a\x88\x43\x07\x0f\xde\x7d\xf7\xdd\x0f\x3c\xf8\x80\xd6\x7a\x66\ \x66\xb6\x1c\x96\x6f\xbd\xf5\xd6\xaf\x7f\xfd\x6b\x18\xe3\x99\xe9\ \xe9\xdd\xbb\x77\x6b\x60\x7c\xdf\xb7\x64\xad\x53\x93\x13\xd5\x6a\ \x35\x4d\x12\xce\x79\x14\x45\x8d\x46\x03\x02\x60\xbd\x6f\xc7\x73\ \x4b\xa5\xd2\xea\xc2\x42\x73\x6d\x5d\x4a\x39\x51\xaf\x9f\x39\x75\ \x92\x73\x11\x78\x7e\x12\x45\x9d\x66\x6b\xcf\xae\x5d\x45\x51\x30\ \xc6\x1c\xd7\x4b\xe2\x68\x6a\x6a\xea\x35\xb7\xdc\x52\x2e\x95\xba\ \xdd\xde\xe2\xe2\x42\xa7\xd3\xd1\x5a\x81\x0d\xa9\x16\x0b\xca\xb5\ \x01\x9c\x94\x32\x8a\xa2\x8b\x17\x2f\xda\x56\x51\x1b\x89\x5a\x4a\ \x74\xcb\x90\x67\xed\xa5\xa5\x24\xb5\x5c\xea\x61\x18\x5a\xc7\xdc\ \xf3\x3c\xcb\x2c\x43\x29\x9d\x9e\x9e\xce\x79\x3e\xbf\x73\x47\x2e\ \x2f\xbc\xe9\x2d\x6f\xba\x74\xe9\xf2\xcc\xec\xf4\x8e\xed\xdb\x15\ \xe7\xbd\x76\xeb\xe8\x33\xcf\xde\x73\xd3\x75\x73\x93\x13\xd7\x40\ \x53\x87\x10\x3a\x73\xe6\xf2\xbf\xfe\xd7\xff\xf6\xb6\x5b\x5f\xfb\ \xde\xf7\xfe\xf0\xc3\x8f\x3c\xa1\x94\x66\x94\x31\xe6\x04\x41\xb0\ \xbe\xd6\xfc\xea\xfd\x0f\x94\xcb\xe5\x4f\x7e\xf2\x93\x4a\x29\x6b\ \x2f\x2b\x95\xca\x5d\x77\xdd\x75\xec\xd8\xb1\xd5\xd5\xd5\x99\x99\ \x29\x25\xe8\x2d\xb7\xdc\xf2\xc9\x4f\x7e\xd2\x76\xe2\x4f\x4f\x4f\ \x5f\xbc\x78\xd1\xca\x8f\x0b\x21\x26\x27\x26\xb6\x6d\xdf\xc6\x0b\ \x5e\xab\xd5\x9e\x7c\xf2\xc9\x9b\x6e\xbe\x19\x61\x62\x8c\xb6\x85\ \x64\x4a\x9d\x24\x8a\xe3\x28\x72\x28\x6b\xd4\xea\x27\x8e\x1f\x97\ \x42\x10\x42\x14\xe7\x8b\x57\x16\xea\xf5\x3a\x23\x14\x00\xe3\x07\ \x81\xe5\x14\x3c\x74\xe8\x50\xa5\x5c\x59\x5d\x5e\x6a\xad\xcf\x2c\ \x5e\x59\x4c\xb3\x04\x22\xa8\x8d\x91\x62\x54\x96\x66\x8c\xd9\x24\ \x01\x84\xb0\xd9\x5c\xff\xfa\xd7\xbf\x56\x2a\x55\x28\x75\x2c\x82\ \xb4\x28\x8a\x6a\xb5\x9a\x65\x99\xef\x07\x96\x20\x90\x10\x02\x95\ \x65\xeb\x2d\xac\x52\x58\x92\x24\x87\x0e\x1f\x7e\xe4\xb1\xc7\x92\ \x2c\xdd\xb9\x6b\xe7\xee\xf9\x9d\x69\x9a\x1e\x3d\x7a\xf4\xc0\x81\ \x03\x87\x0e\x1d\x7a\xf2\xc9\x27\x6f\xba\xe9\xa6\xdd\xbb\x77\x47\ \x51\x74\xe1\xc2\x85\xa3\xc7\x8e\xde\x7d\xf7\x5d\x7c\x63\xb7\xbf\ \x4c\xe8\x81\x69\x37\xd7\xfa\xdd\x16\x04\x70\xe1\xf2\x65\x29\x55\ \xa3\x3e\xb9\xb6\xba\x4e\x29\x0d\xc2\x10\x63\xd6\xe9\xb4\x1e\x7d\ \xf8\xa1\xd7\xbe\xf6\xb5\x37\xdf\x72\xf3\xf9\x0b\x17\x8b\xbc\x70\ \x5c\x77\x7e\x7e\xfb\xf2\xf2\xf2\xa3\x8f\x3f\xf1\xde\x1f\xf9\xe1\ \x73\xe7\xce\xed\xde\xb1\x33\x49\x23\x8c\x71\x92\x26\x18\xe3\x20\ \x0c\xb2\x2c\x8b\x93\x78\x69\x69\xa9\x36\x51\x9b\x9a\x9e\x6a\xb5\ \xda\x6b\xcb\x2b\x16\xad\xc6\xe8\x06\xad\x1a\x04\x6b\x6b\x6b\x04\ \x42\xa5\xd4\x89\x13\x27\x06\x83\x41\x92\x24\xab\xab\xab\x79\x9e\ \xf7\xfb\x7d\xeb\x24\xd9\x32\x67\xa7\xd3\xb9\xe9\xa6\x9b\x66\xb7\ \x6d\x8b\xa2\xa8\xdf\xef\xdb\x84\xf9\xf9\xf3\xe7\xa7\xa7\x67\x5c\ \xe6\x9e\xbf\x70\xc1\x18\x33\x31\x39\x09\xba\x9d\x34\x49\x18\x65\ \xbe\xef\xf7\x7a\x3d\x29\xa5\x25\xd4\x1c\x0e\x87\xbb\x76\xed\x4a\ \xd3\xb4\xd3\xe9\x58\xaa\xc5\xa9\xa9\xa9\xa5\xa5\xa5\xfe\x60\x30\ \x39\x35\x79\xfe\xe2\x05\xab\xfc\x33\x3f\x3f\xdf\xed\xf4\x7c\xdf\ \xdf\xb7\x6f\x9f\xd9\x08\x14\x10\xc6\x5c\x89\x2b\x0b\x0b\xaf\xbb\ \xf3\x8e\xcb\x57\xae\x3c\xf0\xc0\x03\xeb\xeb\xeb\x56\x22\xa9\x28\ \x5e\x09\x21\xb3\xb0\x5c\xbe\x70\xe1\xdc\xec\xdc\x1c\xa5\xec\x79\ \x3c\x3e\xd7\x42\x30\x0b\x8d\xd1\x83\xc1\x30\x2f\x72\xb4\x09\x95\ \x26\x84\x30\x06\x38\xae\xfb\xca\x08\x93\xd9\x3c\x26\xdc\x88\xcd\ \x46\x01\x99\x01\x10\x81\x68\x18\xa7\x59\xee\x07\xcf\xd3\x7b\x29\ \x55\x2a\x6b\x6b\x6b\x95\x4a\x95\x32\xa6\xb5\xd9\xe8\x00\xda\xe8\ \x75\x78\x39\x99\x6d\x84\x71\x9e\x17\xbd\x5e\x1f\x6f\xb2\xa3\x5c\ \xf0\x2c\xcb\x0f\xdf\xfa\x43\xbf\x72\x8b\xe0\x5c\x18\xc0\xec\xdb\ \xde\xf6\x83\xbf\xf0\x3a\x20\x39\x57\x80\xb1\x4d\x26\x90\xbe\xf6\ \x07\x7e\xee\xae\x1f\x42\x46\x2b\x21\xa4\x61\xce\x5f\xd7\xed\x03\ \x08\x8a\x22\xef\xf5\xfb\xd3\xb3\xb3\xaf\x6e\x3b\xea\x38\xec\xdc\ \xb9\x73\x7f\xf8\x91\xdf\x9f\x9c\x9d\x7d\xfc\x89\xc7\x1f\x7a\xf4\ \x91\xd9\xb9\xd9\x89\x89\xfa\xea\xea\xaa\x5d\x6d\xb5\x4a\x75\xff\ \xfe\xfd\xc4\x71\x26\xeb\x8d\x3c\xcd\x9e\x7a\xf4\x71\xdb\x16\xf2\ \xe8\xa3\x8f\x2d\x2e\x2d\x7d\xfd\xeb\x5f\xdf\xb1\x73\x97\x16\xca\ \xf3\x7c\x84\x30\x26\x64\xef\xbe\x7d\xd3\xd3\x53\xd5\x4a\x05\x00\ \x50\x2e\x97\x09\x21\x45\x9e\x2d\x2e\x2c\x04\x41\xb0\xbe\xbe\x2e\ \x84\x90\x42\x30\xc7\xb1\xee\xf3\x60\x30\x28\x97\x42\xe6\xd0\x67\ \x8f\x3c\x43\x09\x9d\x99\x9a\x5e\x5a\x58\x94\x82\x43\x60\x44\xc1\ \x09\x46\x40\x9b\x78\x18\x61\x82\x2b\xa6\x4a\x29\x8d\xa2\xe1\x33\ \xcf\x3c\x7d\xf1\xe2\xc5\xe9\xe9\xe9\x3c\xcf\x86\x83\x81\xeb\x79\ \x3a\x84\x5c\x08\xcb\x22\x6b\x61\x14\x49\x92\x58\x59\x92\xf9\xf9\ \xf9\x20\x08\x16\x16\x17\x1d\xc7\xb1\x3d\x30\xad\x56\x6b\x66\x66\ \xe6\xf0\xe1\xc3\x83\xc1\xe0\xfc\xf9\xf3\x51\x14\xc1\x38\xd1\x1b\ \x3c\x64\x16\x21\xe9\xfb\x7e\xb7\xdb\x05\x10\xb6\xdb\xed\xa7\x9e\ \x39\x32\x35\x37\xe5\x06\xde\xc4\xf4\xe4\xe4\xd4\xe4\xc5\x8b\x97\ \xe6\xb7\x6d\x4b\x93\xf4\xcf\xfe\xf4\x4f\x2f\x9c\xbf\xb0\xb4\xb8\ \xfc\xfe\xf7\xbe\x1b\xbd\xfc\x06\x0c\x08\x81\x31\xe6\xdf\xff\xce\ \xef\x3e\xf6\xd8\xe3\x1f\xf8\xc0\x07\xfe\xd5\xbf\xfa\x37\x7b\xf7\ \xed\x3f\x74\xe8\xe0\x91\x23\x47\xd2\x2c\xcf\x8a\xbc\x82\x2a\xfb\ \xf6\xed\x9b\x9e\x9a\xb2\x05\xd1\x2f\x7c\xe1\x0b\x5a\xeb\x7a\xbd\ \x7e\xf6\xec\xd9\xd5\xd5\xd5\x5e\xaf\x37\x39\x39\x19\x0d\xfa\x41\ \x10\x58\xca\xc0\x7d\xfb\xf6\x4d\x4f\x4f\xd7\xeb\x75\xab\xf3\x3a\ \x33\x33\x93\x65\x69\xbf\xd7\x23\x84\x44\x51\x74\xe9\xf2\x25\x25\ \x25\x00\x50\x49\x69\x8c\x89\xe3\x18\x42\xd8\xa8\xd7\xd7\x56\x96\ \xaf\xb4\xbb\xbb\xb6\x6f\x77\x99\xd3\xed\x74\x92\x28\x72\x83\x00\ \x18\xed\xfb\x5e\x1c\xc7\x90\x50\xcf\xd5\x94\x31\x00\xe1\xf2\xf2\ \xf2\x43\x5f\x7f\x28\xf4\x5d\xc6\x68\xa7\xdb\x01\xd0\x4c\x4e\x4c\ \x02\x84\x5b\xad\xc2\x42\xba\x6c\x45\x99\x73\x5e\xab\xd5\x76\xee\ \xdc\x35\x3b\x3b\x3b\x18\x44\x83\xe1\xd0\xe6\x9c\x21\x84\x18\x93\ \x9f\xf8\x89\x1f\x35\xc6\x9c\x3e\x7d\xfa\x99\x67\x9e\xb9\xbc\xbc\ \x68\x36\xc0\xdb\xbd\x7e\xbf\x54\x2a\xb9\xae\xdb\x6c\x36\x19\x63\ \xad\x4e\xfb\xc1\x07\x1e\xd4\x77\xdd\x13\x04\xc1\x75\xd7\x5d\x77\ \xf8\xf0\x61\xc7\x75\x1b\x8d\x89\x03\x07\x0e\x7e\xf9\xcb\x5f\xfe\ \xe3\x3f\xfe\xe3\x2b\x57\x16\xde\xf2\xd6\xb7\xbc\xf9\xcd\x6f\xba\ \x06\x3b\x0a\x21\xe0\x9c\x3b\x8c\x72\x5e\x54\x2a\x35\x25\x04\xe7\ \xb2\xd5\x6a\x4a\x6d\xb7\x83\x87\x10\xc2\x10\x2d\x2c\x5c\x4e\xb3\ \x34\x0c\x2b\xed\x6e\x37\xcf\x73\x80\xf0\xb1\x13\xa7\x06\xfd\xfe\ \xcd\xb7\xdc\x32\x3f\x3f\x3f\xe8\x76\xbb\xdd\xee\x1d\x77\xbe\x4e\ \x4a\xe9\xba\x5e\x96\x65\xa7\x4e\x9e\xea\xf5\x7a\x46\x1b\x29\x65\ \x92\x24\x9d\x6e\xd7\xf3\xdc\xc2\x76\x2d\x28\x75\xf2\xe4\xc9\xa9\ \xd9\x19\xd7\xf3\x52\x9e\x77\xfb\x3d\x5d\x70\xcf\xf3\x6a\xb5\xda\ \xd2\xd2\xd2\xa9\x53\xa7\xc2\x30\x8c\xe3\x38\x49\x92\x72\xb9\x9c\ \xe7\xf9\x70\x30\x58\x5f\x5f\x5f\x5c\x5c\xcc\xd2\x6c\xdf\xfe\x7d\ \xcd\xf5\xf5\x34\x49\xa6\xa7\xa7\x87\xc3\xa1\xef\x7b\xe5\x52\x29\ \x4b\x47\x69\x7c\x25\x65\x10\x86\xda\x18\xc7\x75\x4a\xa5\x92\x95\ \xc6\xb3\x2c\xac\x36\x8b\x90\xa6\x69\x14\x45\x96\x94\xaa\xd9\x6c\ \x52\x4a\x31\x42\x96\x28\xdf\xf7\x7d\xad\x8d\xe7\x79\x9c\xaf\x53\ \x4a\x6b\xb5\xda\x70\x98\x50\xc6\xb8\x10\x80\xe2\x77\xbf\xe7\x3d\ \x2b\x2b\x2b\x4f\x1f\x39\x72\x79\xe1\x4a\xe8\x7a\xda\x98\x0b\x17\ \x2e\x28\xa5\xeb\xb5\xea\x77\xba\x38\x0a\x00\x98\x98\x9c\xea\x74\ \x5a\x27\x8f\x1d\xad\xd5\x1b\x08\x8d\x72\xc8\xcf\x8b\x62\x5e\xba\ \x31\x37\x00\x40\x78\xfb\xed\xb7\x5d\xc5\x27\x08\x01\xcc\xf2\x7c\ \xe1\xca\x65\xf8\x0a\x89\x90\x41\xf0\x62\xba\x6f\x52\xca\x6e\xa7\ \xb3\x7d\xc7\xce\xab\x74\xd3\x76\xed\xde\xf3\xec\x33\x4f\x9e\x3c\ \x7e\xb4\x5c\xa9\x6d\xf4\x09\x9a\xe7\xa3\x5d\x5f\xc6\x0c\x20\x84\ \xde\xf4\xc6\xd7\x5f\x75\xfb\x45\x51\x5c\xba\x78\xee\x7f\xee\xed\ \x2b\xa5\x7b\x9d\xf6\xe4\xf4\x74\xad\xd6\x78\x75\xdb\x51\x84\x71\ \xb7\xdd\x4e\x86\x83\x52\xad\x7a\xfc\xd8\xf1\xa0\x14\x76\x7b\x5d\ \x87\x12\xa3\x74\xb5\x5a\xcd\xe3\xf8\xf4\xe9\x53\x7e\xad\x72\xf8\ \xa6\xeb\x0f\xee\xd9\x73\xdf\xbd\xf7\x01\x63\xfc\x20\xd8\x7f\xe0\ \xc0\xef\x7d\xe8\x43\x4a\xab\x6d\xdb\xe7\x97\x96\x16\x67\x27\x67\ \x38\xcf\xb3\x2c\x29\x05\x1e\x63\xac\x56\xab\x02\x08\xe3\x38\x3e\ \x7a\xf4\xe8\xb6\x6d\xdb\x7c\xd7\xbd\x74\xf1\xa2\xeb\xba\x0b\x57\ \xae\x1c\x3c\x78\x50\x08\xc1\x18\x05\x00\x60\x84\x56\x56\x56\xba\ \x8c\xad\xad\xaf\x1f\x3f\x79\xc2\x00\xb3\x73\xe7\xce\x5c\x16\x71\ \x1a\xad\xac\xaf\xce\xce\xcc\x0e\x93\xe8\xe8\xf1\xa3\xf5\x89\xc6\ \xa1\x43\x87\x66\x66\x66\xa0\xd1\xd1\x60\x10\x0d\x87\x4a\xca\x8b\ \xe7\xcf\xaf\xad\xad\x4f\x4c\x4e\xd8\xf3\xc2\x36\xd5\x0c\x06\x03\ \x1b\x71\x8e\xd1\xb9\x84\x90\xa2\x28\x8c\xd6\xdb\xb7\x6f\xb7\x32\ \x90\xa5\x30\xdc\xb5\x6b\x57\xa9\x54\x6a\x36\x9b\x13\x13\x13\x57\ \xae\x2c\x58\x0b\xba\x67\xcf\x1e\xdb\x3f\xb3\x6d\xdb\x9c\xe7\xf9\ \x83\xc1\x40\x2b\x95\xe7\xf9\x95\x85\xcb\x80\x9a\xdb\x6e\x7b\xcd\ \xea\xea\xea\x03\x0f\x3c\xb0\xb8\xb8\xb4\x4f\xaa\xa3\xab\x47\x4e\ \x9d\x3e\xad\x84\x34\x52\x62\x74\x4d\xd2\x5d\x10\x15\x45\xf1\xc5\ \x2f\x7e\xce\x75\xdc\x7b\xbf\xf2\xe5\xa9\xa9\xa9\x2b\x8b\x4b\x4f\ \x3c\xf9\x44\x18\x86\x13\x93\x93\xa5\x72\x69\x79\x75\xf9\x81\x07\ \x1f\xf8\xd1\x1f\xf9\xd1\x1f\xfb\xb1\x1f\x3b\x75\xea\x54\x14\x45\ \x8e\xe3\xec\xdc\xb9\x63\x65\x65\xe5\x2f\xff\xf2\x2f\xbf\xff\xfb\ \xbf\xff\xd8\xb1\x63\xdb\xb7\xcd\x0d\x87\x43\x2b\x90\x22\x85\xa0\ \x8c\x5a\x38\x49\xb3\xd9\x4c\xd3\x74\xc7\xf6\xed\x0b\x17\x2e\xb9\ \xae\x77\xfc\xe8\x31\x2d\x54\x29\x08\x81\x56\x40\x1b\x4a\x68\xb7\ \xd3\x11\x82\xcb\x82\x9f\x3d\x7b\xe6\xf8\xd1\x63\xf2\xae\xbb\xe3\ \x24\x92\x42\x0c\xa3\x61\x21\x8b\x61\x34\x58\x5c\xbc\xd2\xe9\x77\ \xb7\x6d\xdf\x79\xd3\x8d\x37\x52\x8c\x92\x38\x5a\x5d\x5d\xd1\x5a\ \x76\x3a\xed\xe5\xa5\x25\x82\x71\x18\x06\x57\x16\x97\xa4\x36\xb5\ \x5a\x6d\x38\x1c\xc6\x71\x6c\xdb\xfc\x87\xc3\xe1\x9e\x3d\x7b\x7c\ \xdf\x0f\x82\xe0\xd4\xe9\xd3\xbb\xb6\x6f\xef\xf6\xba\xd1\x70\xc0\ \x28\xd9\xbd\x6b\xc7\xcc\xf4\xcc\x7a\x73\x7d\xdb\xdc\xb6\xd5\x95\ \x95\x13\x67\x4e\xc7\x59\xba\x6d\xdb\xb6\x43\x07\x0f\x0e\xfa\xfd\ \xa9\xa9\xa9\xdd\xbb\x77\xf7\xfa\x3d\x5b\x3b\xbf\x78\xf1\xa2\xc8\ \x8b\x0f\x7e\xf0\x67\xd7\xd6\xd6\xce\x9f\x3f\x7f\xee\xec\x99\xed\ \xf3\xf3\x9f\xff\xdc\x67\xbe\xfc\xe5\x2f\xb7\x9a\xcd\xc1\x60\x90\ \xe7\xe9\x35\x1f\x01\x46\x9b\x6e\xab\x59\xaf\x4f\xfa\x8e\xab\x0c\ \x80\x00\x19\x6d\x30\xc4\x98\xd0\x71\x26\x50\x0a\x99\x24\x49\x92\ \x64\x83\x28\xc6\x18\xa7\x59\xf6\xb5\x07\x1e\xd8\xbe\x7d\x7b\x14\ \xc7\x57\x2e\x5e\x98\x69\xd4\x8d\x36\x5c\x14\x45\xc1\x2d\x6f\xf0\ \x75\x37\x5c\xf7\xc0\x03\x0f\x74\xba\x9d\x07\xbf\xf6\xb5\xbb\x5f\ \x7f\x77\xad\x5e\x77\x7c\xf7\xc2\xd9\xf3\x0b\x8b\x8b\x95\x72\xf9\ \xf8\x89\xe3\xc1\xc2\x95\xa0\x54\x72\x3c\xa7\xc8\xf2\x53\xc7\x4f\ \x20\x84\xec\xa4\xc5\x71\x9c\xa6\xa9\x8d\xe3\x7b\xbd\x9e\xe3\x38\ \x53\x8d\xc9\x2c\x49\x24\x65\x27\x8e\x1f\xbf\x74\xf1\xe2\xf4\xf4\ \x34\x82\x88\x60\xd2\x6e\xb6\xf2\x34\xef\xf7\xfa\x9c\x8b\x3c\xcf\ \x4b\xa5\x12\x17\x82\x60\x8c\x11\x14\x5c\x58\x19\x51\x5b\x25\xb5\ \xe9\x5c\xdb\x71\x94\xe7\xb9\xeb\xba\x33\x33\x33\xb6\x7e\x31\x3f\ \xbf\xfd\xd4\xd9\xd3\x56\xc7\x1b\x42\x38\x39\x39\x39\x1c\x0e\x77\ \xec\xd8\x9e\xe7\x79\x92\x44\xad\xe6\x1a\x42\x90\x40\xe4\x32\x76\ \xdb\xad\xb7\x7e\xe2\x13\x9f\x58\x5a\x58\x0c\x83\xc0\xb2\xa6\x60\ \x84\x28\xc6\xaf\x0c\x47\xfa\xc1\x43\xd7\xb7\x9a\xeb\x9d\x4e\x5b\ \x4b\x01\xbe\xed\xc3\x3e\x8a\x22\xf0\x5d\x38\x8c\x41\x08\x5d\x77\ \xe3\x4d\xd5\x6a\xed\x85\xc9\xaa\xd7\xdc\xf6\xba\xa5\xc5\x85\x28\ \x1a\x7e\xfb\xdd\xba\x4a\x6b\x31\x1c\x7e\x17\xde\x3e\x84\x70\xdf\ \xc1\x43\x96\x8f\xfa\x7b\x00\xaf\xab\x1c\x87\xb8\xc8\x14\xbc\x18\ \x74\x8a\xa8\x3f\x40\x10\x32\x4a\x44\x9e\x51\x42\xb4\x96\x8b\x17\ \x2f\xf4\xda\xeb\xc6\x80\xe5\xa5\x65\x80\x00\xa5\xf4\x2f\x3f\xf9\ \x89\x38\x49\x5e\x73\xeb\xad\xbb\x76\xed\x5d\x5e\xb8\x32\x3f\x3b\ \x3d\x3d\xd1\xd0\x42\xf8\xae\xdb\xeb\x76\x9f\x79\xea\x99\x68\x10\ \x85\x61\x48\x89\xd3\x6a\xb6\x67\xa7\x27\x27\xea\x8d\x41\xbf\x0f\ \xb4\x51\x42\x2e\x5c\xba\xe4\x79\x7e\xb9\x5c\x5a\x5b\x5d\x6b\xae\ \xac\x32\xd7\x21\xcc\x55\x10\x35\xd7\x9b\x85\x50\x59\x9e\xf7\xfb\ \x7d\xa9\x81\x30\xe0\xca\xd2\x8a\x81\x64\x71\x65\x75\x61\x71\xb9\ \xdb\x1b\xcc\xcd\xcd\x2d\xaf\xac\x6b\x0d\x67\xe7\xe6\x2f\x5e\xbc\ \x48\x98\x5b\x2e\xd7\x9a\xad\x16\xc1\x98\x10\x1c\x78\xae\x96\x02\ \x00\x00\x11\x1a\xf4\x7b\x40\x2b\x08\x0c\x41\x70\x30\x18\x60\x00\ \xa0\xd1\xb2\xc8\xd3\x2c\xaf\xd5\xeb\xc3\xc1\x00\x21\xd2\xeb\x0d\ \x3c\xcf\x23\xae\x4b\x10\x52\x52\x10\x08\xb8\x92\x3c\xcf\x1a\xb5\ \x5a\x96\x66\x04\x42\x86\x91\x01\xe0\x8e\xd7\xbe\xb6\xd3\x6e\xc7\ \x9d\x88\xc7\x59\x73\x69\xb5\xdb\xed\x2e\x5d\xbc\x64\x8c\x26\x18\ \x2b\x25\x8c\xe4\xdf\x8e\xde\x8b\x87\xf9\xcc\x44\xc3\xf5\xf0\xe2\ \xe5\x8b\x4d\xc7\x37\x06\x32\x87\x09\x9e\x22\x6d\x5c\x82\xcf\x9f\ \x3e\xf5\xd9\x4f\x7f\x2a\x0c\xc3\x4b\x97\x2e\xc5\xc3\x21\x21\xa4\ \xd3\xe9\xc6\xc9\xb1\xd7\xdc\xfa\xda\x03\x07\x0f\xc5\x49\x9a\x24\ \xd9\x1d\x77\xbd\x4e\x49\xc9\x28\x45\x10\x2e\x5d\x59\x58\x5f\x5d\ \x2d\xb2\xcc\xa1\x54\x09\xd1\xeb\x76\x6b\xe5\x72\x96\x67\x50\x4b\ \x87\xe0\x7e\xa7\xed\x10\xe4\xf9\x7e\x9e\xe7\x51\xaf\x1b\xc7\x71\ \xa3\xde\x20\x00\xc8\xa2\x38\xfa\xec\x11\xa9\x54\x51\xe4\x51\x32\ \x24\x5e\x63\xbd\xb9\x3e\xd9\x99\xd2\xad\xf5\x0b\x67\xcf\xf4\xd6\ \x57\x6e\xbd\xf5\xd6\xce\xda\x52\xd4\xeb\xd4\x2a\xa1\x28\xd8\xc2\ \x25\xbe\x67\xd7\xbe\xa2\x28\x28\x25\xd0\x98\x30\x0c\x2d\xe1\x5f\ \xa9\x54\x92\x8a\xf7\xfa\x5d\xcb\x05\xd8\xe9\xb6\x5c\x8a\x30\x94\ \x14\x9b\x95\xe5\x05\x87\x12\x87\xe2\xd6\xda\xca\xa5\x8b\x17\x7d\ \xcf\x73\x28\xf1\x5d\x27\x49\x89\x12\x92\x31\xb6\xbc\xb0\xf4\xc6\ \xbb\x5f\xef\x32\xc7\x61\x96\x5e\x40\x5d\x77\xf8\xf0\xfc\xf6\xed\ \xc7\x4f\x9d\x90\x92\x1f\x7f\xfc\x59\x91\x65\xcf\x3e\xf5\x44\x9a\ \xc4\x9e\xef\xe5\x49\x14\x0f\xdb\x45\x1e\x5f\x6b\x6f\x18\xd4\x52\ \x1b\x89\x02\x2f\x74\x88\x5b\x08\x89\x81\xc9\xd3\x9c\x4b\x85\x31\ \x01\x10\x20\x68\x10\x82\xd6\x44\x31\xc7\x29\x8a\xa2\xc8\x32\x87\ \x62\x68\x64\xaf\xd3\xa2\x94\x0d\x11\x58\xbd\x7c\x11\x40\x70\xfa\ \xd4\xf1\x56\xab\x85\x31\x3a\x71\xe2\xc4\xc4\xe4\x44\xab\xdd\xa5\ \xcc\x9d\x98\x9c\x94\x42\x2a\xae\x3a\x83\x78\x71\x79\xe5\xcc\xf9\ \x0b\xb7\xdd\x7a\x5b\x9c\x15\x97\x17\x97\x21\x82\x82\x8b\x20\x08\ \x16\x17\x17\x2d\xd4\xb3\x54\xa9\x15\x45\xde\x69\x77\x30\xc6\x52\ \x1b\x07\x62\x4c\xd9\xa5\x85\xcb\x94\x12\x21\xe4\x7a\xab\x19\x86\ \x21\x97\xc2\x2a\x09\xb6\xdb\x6d\xa5\x55\xbb\xdb\x96\x5a\x03\x0c\ \x84\x16\x84\xe1\xa2\x28\xac\x4c\x3d\xa5\x94\x62\xd4\xef\x76\x00\ \xd0\xcb\xcb\x8b\x53\x53\x53\xdb\xb6\x6d\x1b\x0c\x86\xab\xab\xab\ \xc6\x98\x46\x7d\x72\xef\xde\x3d\x47\x9f\x3d\x56\xe4\xfd\xed\xdb\ \xe6\xf3\x34\x6b\xae\xae\x39\xae\x73\xc3\xe1\x43\xcd\xd5\x15\x8a\ \x51\xb9\x14\xf8\xae\xf3\x2c\x86\x5a\x70\xaf\x5a\x7a\xea\xf1\xc7\ \x30\xc6\xed\xb5\x35\x64\x74\x96\x44\xd0\x00\x97\x12\x4c\x30\x46\ \xe0\x95\x8a\x60\xc0\xe4\xd4\xf4\xe4\xd4\x34\xf8\x5f\x78\xcc\x6f\ \xdf\x01\xb6\xc6\xab\x05\x67\x44\x08\x71\x19\xa1\x84\x18\x6d\xb8\ \x36\x46\x1b\x84\x91\xd1\x86\x12\x4a\x30\xe2\x05\xef\x77\x3b\x45\ \x9e\x61\x8c\x45\x91\x1b\xad\xdb\xbd\xce\x83\x0f\x3e\x18\x86\xe1\ \xb3\x47\x8f\x9d\x3e\x73\x96\x61\xd4\x5d\x5f\x3f\x74\xe8\x50\x91\ \xe7\x42\x88\xe9\xa9\xa9\xe9\xe9\x69\x42\xc8\xd9\xb3\x67\x1f\x7b\ \xec\xb1\xd7\xde\x7e\x1b\x82\x38\x08\xfc\x13\x27\x8e\x77\xbb\x1d\ \x21\x76\x7c\xe3\x1b\xdf\x98\x9c\x9c\x74\x5d\xcf\x71\x58\xb3\xd5\ \x5a\x59\x5d\x41\x84\x6a\x03\xa4\xd6\xab\xcd\x56\xe0\xfb\x79\xc1\ \x85\xd2\x83\x61\x54\xae\x54\x93\x2c\x8b\xa2\x18\x13\xfa\xe4\x93\ \x4f\x4d\x4e\x2e\x08\x21\x3d\xdf\x77\x5d\x97\x73\xc1\x18\x4b\xb3\ \xac\xd3\xe9\xc0\x51\x07\x89\xb1\x79\x12\x84\x90\xc3\x98\x94\xd2\ \x73\xdd\x20\x08\x8a\x3c\xef\xb4\x5a\x98\x60\xc6\x98\x4d\x64\x55\ \x2a\xe5\x3c\xcf\x0f\x1e\x3c\xb4\xbc\xbc\x0c\x34\x50\x52\x29\xa5\ \xea\xb5\x1a\x21\x64\xdb\xb6\x6d\xae\xe3\x74\x3b\x9d\x56\xab\x69\ \x51\x1b\x07\xf6\xee\xf3\x6f\xb8\xf1\xd3\x9f\xf9\xcc\xb9\x73\xe7\ \x66\x67\x67\xa1\xd2\x8a\x73\x84\x10\x44\x18\x23\xc4\x28\xb9\x66\ \x6f\xd1\x18\x13\x7a\x4e\xbd\x52\xce\xb9\xc6\x10\x71\x21\x3d\x37\ \x94\x42\x62\x42\x7d\xcf\xcf\xd2\x61\x1c\x47\x8b\x57\x16\x34\x30\ \xbd\x5e\x4f\x2a\xe5\xbb\xee\xfd\xf7\xdf\x7f\xd3\x4d\xb7\x28\xad\ \x8b\x82\x03\x08\x06\xed\xd6\xcc\xd4\x44\x12\xc7\x56\x9f\xae\x31\ \x35\x59\xaf\xd7\x93\x24\x79\xf0\xc1\x07\x6f\xba\xf1\xc6\x46\xad\ \xe6\x7a\xc1\xa0\xd3\x5b\x5d\x5a\x05\xca\x5c\xb9\x78\xf9\xc2\xd9\ \xf3\x73\x73\x73\x18\x63\x29\xd5\xf9\xb3\xe7\x2e\x80\x73\x79\x9a\ \x03\x00\xcf\x9e\x3f\x5f\xad\x54\x94\xd1\x71\x9e\xb1\x34\x73\xbc\ \x14\x02\xd4\xef\x76\x8d\x16\x6b\x6b\x2b\xf7\xdf\xdb\xae\x56\xab\ \x8c\x91\x46\xa3\x76\xe9\xc2\x45\x08\x41\x9e\xa5\xdd\x7e\x1f\x42\ \xe0\x30\x47\x08\x61\x8c\xb6\xaa\x73\xbe\xef\x6b\xad\x3c\xcf\x23\ \x94\x94\x4a\xe1\x92\x10\x39\xcf\xb4\x92\x0e\x73\xb4\x56\xd5\x4a\ \xc5\x18\xbd\x6f\xef\xde\x3c\xcf\xa1\x31\x18\x22\x4c\xb0\xd6\x7a\ \xe7\xfc\xf6\x95\x85\xa5\x83\x07\x0f\xb6\xdb\xed\x95\x95\x95\x2c\ \x49\xb4\x56\x3b\x77\xee\xfa\x5b\xbf\xf4\x8b\x1f\xf9\xc8\x47\x3e\ \xfd\xa9\x4f\x55\xc2\xa0\x16\x06\x69\x14\x19\x60\x08\x81\xcc\x21\ \x8c\x61\xcf\x75\xcc\xb5\x57\xea\x20\x25\xcc\x68\x93\xe7\x85\xd2\ \x1a\x23\xe0\xb9\x2e\x2c\xa4\x90\x82\x10\xa2\xb4\xd0\xda\x8c\xbb\ \xdb\x84\xe0\x52\x4a\x4c\x08\xc1\x48\x4b\x95\xeb\xcc\xa5\xd8\x61\ \x54\x08\x61\x49\xf6\x3d\xcf\xfb\xf2\x97\xbf\xfc\xf0\xc3\x0f\xdb\ \x88\x50\x29\x73\xe6\xf4\xd9\x41\x7f\x50\xaf\xd7\xad\x4a\x79\xab\ \xdd\x7a\xd3\x9b\xdf\xb4\xbe\xbe\xde\x6d\x75\x8d\x31\xc7\x8f\x1f\ \xaf\x54\x2a\x36\x0d\x6b\x95\x04\x5d\xcf\x9b\x9c\x9c\x5c\x5b\x5f\ \x37\x00\xe4\x79\xe1\x39\xd4\x6a\x0a\x30\xc6\x0e\x1e\x3c\xb8\xb8\ \xb8\xb8\xbe\xbe\x6e\xf9\x46\x08\x21\xae\xeb\x26\x59\x36\x02\xd6\ \x09\xce\x8b\x02\x63\x6c\xb9\xae\x1c\xc7\x19\x0c\x06\x61\xb9\x64\ \x37\x42\x51\xe4\x56\x94\x89\x10\x72\xe1\xc2\x05\x5b\x94\xca\xf3\ \x7c\xdb\xf6\x6d\x4b\x4b\x4b\x10\x00\xcf\xf5\x06\x83\x01\x63\xac\ \xd7\xeb\x5e\xb8\x70\x7e\x38\x1c\xae\xaf\xaf\x31\x4a\x92\x61\x74\ \xf4\xc8\x11\xdb\xd9\xe7\x50\x8a\x09\xc1\x18\x29\xa5\x6d\x7e\xfe\ \xd5\x2e\xff\xb9\x35\xb6\xec\xe8\x77\xe6\x93\x28\x71\x5d\x17\x18\ \x03\x20\xd4\x5a\x65\x79\x01\x21\x04\x5a\x51\x3c\x22\xd2\x24\x94\ \xfa\xbe\x3f\xd2\x7e\x42\x10\x02\x68\x5b\xd3\xe2\x34\x87\x10\x2a\ \x5e\x5c\x38\x7d\xfa\xfe\xfb\xef\x77\x1c\x27\x49\x92\xe3\xc7\x8f\ \xb7\xdb\xed\x34\x4d\xeb\xf5\x7a\xa5\x52\x11\x42\xa4\x59\xda\x6e\ \xae\x3d\x7d\xe4\x99\x66\xab\x25\xa4\x5c\x5d\x5b\x5b\x58\x5c\xe4\ \x9c\xbb\xae\x6b\x85\x41\x34\x00\x56\x8f\xc2\xe2\x23\xac\xcc\x93\ \x05\xd7\x64\x59\x56\x0a\xc3\xb5\xd5\xd5\x33\xa7\x4f\xef\xdc\xb9\ \xb3\x56\xab\xf5\x7a\xbd\x76\xbb\xdd\xeb\xf5\x20\x84\xb6\xce\x07\ \x11\xb2\x35\xa1\x71\xb6\xca\x75\xdd\x7e\xbf\x3f\x18\x0c\x8e\x1d\ \x3b\x46\x09\x99\x9f\x9f\xaf\xd4\x6a\xa7\x4e\x9d\x2a\x38\xaf\x56\ \xab\x7b\xf7\xee\x5b\x5e\x59\x8d\xa2\x21\x65\x74\xdf\xbe\x7d\x9d\ \xd6\x7a\xa7\xd3\xde\xbd\x67\xcf\xe2\xe2\xa2\xbd\xdf\x6d\xdb\xb6\ \x5d\xbe\x7c\xd9\x96\x87\xcf\x9c\x39\x63\x53\x70\x52\xca\x5e\xaf\ \x37\x1c\x0e\x19\x63\x94\x31\xdb\x60\x83\x31\x06\xd7\xd8\xf4\x62\ \x20\x84\x53\x33\xdb\x1c\xdf\x8f\xf3\x98\x30\xb7\xd9\xea\xb5\x64\ \x1f\x40\x80\xa1\x51\xaa\x10\xd2\x24\x49\xc6\x18\x45\x84\xf4\xfb\ \x7d\x84\x60\x96\x65\x71\x14\x5d\xba\x7c\x29\x0c\x4b\x6b\x6b\xeb\ \x69\x96\x11\xa0\x7e\xfb\xb7\x7f\xdb\x76\x4d\xf4\x7a\xbd\xc1\x70\ \xd8\xef\xf7\x7d\xdf\xaf\x54\x2a\x08\x63\x21\x65\x9e\x65\xcf\x1e\ \x3b\xfe\xf8\x13\x4f\xee\xd8\xb1\xbd\xd5\xee\x2c\x2f\x2f\x35\x5b\ \xed\x5e\xaf\x57\xad\x56\xcf\x9f\x3f\xcf\xf3\x8c\x31\x1a\x96\x4a\ \x00\xc1\x24\x4d\x5b\xad\x96\xe7\xf9\xbd\x7e\x7f\x6a\x7a\xfa\xc9\ \x27\x9e\xac\x54\x2a\x08\x9a\x6f\x7c\xe3\x21\xcf\x75\xf7\xec\xde\ \x2d\x85\x3c\x7a\xf4\x58\xaf\xdd\x8d\xe3\xe4\xdc\xf9\x8b\x10\x42\ \x69\x00\x41\xca\x52\x50\x75\x3a\x9d\xc1\x60\xe0\xfb\xbe\xeb\xba\ \xed\x76\x9b\x73\xee\xba\x4e\xbd\x54\xbe\xfe\xba\xc3\x17\x2e\x5c\ \xea\x76\x7b\xe5\x72\xf9\xc0\x81\xfd\x84\xb0\x4e\xa7\x9b\xe7\xf9\ \x81\x83\x07\x8f\x9e\x3a\x75\x69\x79\x69\x6e\x6e\xae\x54\xae\xd4\ \x6a\x55\x08\x60\xa3\xde\xc8\x05\xb7\x1c\xf4\xfd\x5e\xef\x8b\x5f\ \xf8\xbc\x96\x72\xd8\x1f\x88\x34\xed\x35\x9b\x04\x21\x00\x00\x63\ \x2e\xe1\x22\x08\x02\xcf\xf7\xaf\xb9\xe7\xcc\xf6\xdb\x10\x82\x21\ \x1c\x29\x54\x21\x44\x1c\x17\x11\x45\x2a\xd5\x2a\xe7\x79\xa7\x95\ \x8e\xa4\x72\x94\x12\x42\x1a\x63\x5c\xc7\x21\x84\x14\xbc\x50\x46\ \x03\x45\x59\x40\x6c\x29\x61\xac\x17\x64\xfb\x8f\xdb\xed\xf6\xd2\ \xd2\x12\xe7\xf9\xe9\xd3\x27\x27\x26\x26\x1d\xc7\x29\x97\xcb\x56\ \xd1\xcf\x18\x63\x91\xe4\x84\x90\x38\x8e\xb3\x6c\x44\x5d\x62\x77\ \x4d\x18\x86\x36\x13\x3b\x18\x0c\xdc\xc9\x09\x4a\xe9\xec\xec\xac\ \x95\x0e\x6c\x36\x9b\x56\xec\xcc\xd2\x86\x80\x0d\x6a\x11\x4b\xac\ \x01\x00\xb4\x44\x45\xb6\xfc\x9f\x65\x19\x46\xd8\xf3\xbd\x52\xa9\ \x54\xad\xd6\x3c\x2f\x5c\x5b\x5b\x8f\xa2\x28\x8a\xa2\xf5\xf5\xf5\ \xed\xdb\xb7\xfb\x3c\xb8\x70\xe1\xc2\xd2\xd2\x52\xc1\xb9\x10\xe2\ \xa1\x87\x1e\x5a\x5e\x5e\xb6\x06\xd8\x18\x63\xb7\x8f\x05\x8e\xd9\ \xf7\xb7\x98\x03\x4a\x19\xe7\xc9\x66\xc0\xe7\xd6\xd8\x1a\x5b\x76\ \xf4\xea\x43\x5d\x29\xdb\x9a\xad\x11\x42\x94\x31\xa3\xb5\x54\x52\ \x29\x05\x94\xb6\xe6\x44\x29\x65\x05\x98\xb4\x36\x94\x21\xce\x39\ \x63\x8c\x17\x05\x65\x8c\x10\x9c\xe5\xb9\xed\xb8\xd0\x5a\xff\xc1\ \x1f\xfc\xc1\xc4\xc4\xc4\xea\xea\x6a\xad\x56\x8b\xa2\xe8\xf8\xb1\ \x13\x49\x14\x19\x25\x3c\xd7\x8b\xa2\x88\x73\x71\xf0\xe0\x81\x07\ \x1f\xfc\x1a\xa5\x64\x75\x75\x35\x49\x12\xc7\x71\x20\xc6\x16\x76\ \xa4\xb5\x76\x1c\xa7\xd1\x68\x34\x9b\x4d\x00\x00\x63\x2c\xcb\x32\ \x08\x80\x92\x72\x7e\x7e\x7e\x76\x76\xf6\xca\x95\x2b\x9d\x4e\xc7\ \x8a\x6c\x7b\x9e\x67\x23\x00\xad\xd4\x58\xd6\xce\x96\x88\x08\x21\ \x52\x4a\x7b\xb2\x87\x41\x60\x09\x66\x39\xe7\x69\x9a\xae\xae\xae\ \x5d\xba\x74\x91\x0b\xd5\x6c\x36\x0f\x1e\x3c\x18\x84\xe1\x53\x4f\ \x3c\xe6\x79\x9e\x95\x28\x87\x10\x5e\xbe\x7c\x39\x8e\xe3\xc5\xc5\ \x45\x7b\x88\x1c\x39\x72\xa4\xdd\x6e\xb3\x0d\xc3\x59\xa9\x54\x2c\ \xa0\x77\xd4\x3d\x09\xaf\x9d\x22\x0d\x21\x84\x09\xed\xf4\xa2\x42\ \x6a\xe6\x7a\xcc\xe3\x3c\x89\x31\xc1\x9c\xe7\x46\x1b\x44\x9c\x34\ \xcf\xa5\x52\x8c\x90\x24\x49\x94\xd2\xcc\x71\xac\x9a\xdb\xfa\xfa\ \x7a\xad\x56\xf7\x7d\x3f\x8b\x06\x17\x2e\x9c\xb7\xfa\xa9\x9f\xfb\ \xdc\xe7\xce\x9e\x3d\x6b\x51\x9d\x18\x63\xab\xf0\x3c\x39\xd1\x28\ \x57\x2b\x88\xe0\xcb\x0b\x0b\xef\xfe\x91\x1f\x19\x44\xc3\xb3\xe7\ \xcf\x19\x00\x4e\x9e\x3e\x05\x01\x08\x7d\xbf\x3f\x18\x24\x59\x0a\ \x8c\x11\x4a\x1d\x3c\x7c\xe8\xb1\xc7\x1e\x03\x00\xd8\xfb\x92\x42\ \x48\x29\x10\xc2\x37\xdc\x74\xcb\xb0\xdf\x6f\xb5\x3a\xad\xf5\x76\ \x9c\x24\x94\x10\xc7\x71\xa5\x94\x8a\x73\x91\x65\x96\xc1\xd5\x96\ \xa2\x95\x52\xbe\xef\x5f\xb9\x72\xe5\xc0\xc1\x83\x52\x8a\x5a\x18\ \xc6\x71\x9c\xa5\xd9\x60\x30\x4c\xd3\xec\xfc\xf9\x0b\xbb\x76\xed\ \x5e\x5e\x5e\x9e\x9e\x9e\xde\xbb\x77\xef\x43\x8f\x3d\x76\xf4\xf4\ \x69\xd7\x75\xfd\xc0\x9b\x9d\x9d\x1b\x0c\x06\x83\xe1\xe0\xe1\xc7\ \x1e\x75\x1c\x27\xc9\xb2\xa7\x9e\x7e\xf2\xd1\xc7\x1f\x19\xf4\x07\ \x7e\xe0\x39\x84\xfa\x8c\x2a\x29\x83\x20\xa0\x0e\x35\xd1\x10\x13\ \x76\x6d\xee\x0b\xb0\x42\x43\x5a\x69\xad\x28\x25\x8e\x43\x0d\x30\ \xb2\x10\x52\x2a\xcc\xa8\xa5\x96\x64\x8c\xf4\xbb\x58\x49\x6e\x53\ \xaf\x96\xa4\x09\x13\xe2\xba\xae\xe3\x40\x03\x01\xc3\xc8\xa1\x54\ \x6e\xf0\x18\x18\x63\x7c\xdf\xaf\xd7\xeb\xb6\x2a\xbf\xb4\xb4\x64\ \xb4\x95\x1d\x0d\xb3\x2c\xb3\xc4\xc8\x83\xc1\x20\x4d\xd3\x24\x49\ \xc6\x9d\xfb\x08\x21\xbb\xad\x82\x20\xa8\xd7\xeb\xb6\x77\xc8\x75\ \x5d\xc6\x58\xa3\x51\xaf\xd7\xeb\x6b\x6b\x6b\x36\xe8\xb4\x8e\x85\ \x25\x58\x90\x52\x2a\x29\xed\x52\x1f\xbf\x15\x84\xd0\xa2\xd3\xa5\ \x94\x5a\xe9\x24\x4d\x20\x82\x83\xc1\xc0\x75\x1d\x4a\x1d\x2b\x0e\ \x68\xc5\x47\x4f\x9f\x3e\x5d\xab\xd7\xa5\x94\x16\x03\x2f\xa5\xbc\ \x74\xe9\x92\x05\x25\xd9\xf0\xd7\xde\xaf\x7d\x73\xcb\x47\x2d\xa5\ \xb4\x17\x8c\x17\xc6\xd6\xd1\xbc\x35\xb6\xec\xe8\x8b\x9d\x2c\x08\ \x11\x42\x2c\xdf\x0d\x40\x98\x12\x6a\x8c\xae\x94\x43\x87\xe0\x61\ \xbf\x37\x1c\xf4\x39\x2f\xc6\xa4\xb5\x10\x21\xdf\xf7\xa5\x52\xa6\ \xc8\xa5\x06\xae\x31\x95\xd0\x47\x08\xdb\x56\x16\xdb\x8f\xdf\xef\ \xf7\xb5\xd6\x79\x9e\x37\x9b\xcd\x5e\xaf\x77\xe6\xf4\xa9\xa9\xa9\ \xc9\xa2\xe0\x10\x53\x03\x11\x73\x7d\xa9\x0d\xd4\xc0\x00\x54\x70\ \x59\x70\xe9\xf9\x6e\xa9\x54\x2a\x97\xcb\x7a\x63\x58\x9f\xbd\xd7\ \xeb\x95\xca\xe5\x7a\xad\x66\xe5\x88\xfb\xfd\x7e\xb3\xd9\xb4\x44\ \x30\x59\x96\x59\x43\x2b\xa5\xd4\x00\x58\xd1\x92\xb1\x2b\x0d\x21\ \xb4\xd2\x16\xb5\x5a\x8d\x60\xec\x79\x5e\xa9\x52\xa9\xd5\x6a\x51\ \x1c\xe7\x45\xbe\xbe\xbe\x3e\x31\x39\x7d\xf0\xc0\x81\x95\x95\x95\ \xe5\xd5\xd5\x2c\xcb\x2d\xb0\xa5\xdf\xef\x5b\x5b\x9b\x24\xc9\x18\ \xf7\xd8\x6e\xb7\x2d\x17\x92\xe3\x38\xd6\xf1\xb7\xa1\x80\xe5\x7c\ \xb8\x26\x7e\xd7\xf1\x81\x0e\x1d\xd7\x4b\xb2\x01\x44\x2c\x8a\x13\ \xc2\x58\x89\xd4\x00\x30\x93\x3b\x77\x0e\xfb\x9d\x4b\x97\xce\x61\ \x30\x62\x2a\x8f\xe3\x58\x08\xee\x7a\x6e\xa5\x5a\xed\x74\x3a\x69\ \x9a\x69\x63\x1a\x8d\x89\x72\xb9\x2c\x5d\xa7\xd5\x6a\x4b\x29\x31\ \xc6\x96\xa3\x8e\x10\xb2\xba\xba\xaa\xb5\x3e\x79\xe2\xc4\xf4\xd4\ \xf4\xf4\xf4\x34\x63\xae\xeb\xa2\x30\x28\x49\xa9\x87\xc3\x78\x62\ \x62\x22\x49\x32\x4a\x69\x91\x77\x4b\x61\xa9\x51\x9b\x30\x08\xb6\ \x5a\xcd\x4a\xa5\x56\x70\x49\xa9\xb3\xb2\xb6\x3e\xbf\x7d\xbb\xc1\ \x78\xfb\xdc\x4c\x5e\x14\x71\x1c\x2d\x2d\x2f\x2f\x2e\x2e\x2a\x21\ \x14\x97\x89\x52\x6c\x72\x32\x4e\x12\x44\x88\x01\xa0\x28\x0a\x8b\ \xed\x82\x10\x5a\x32\xd8\x2b\x57\xae\xd4\x6b\xb5\xa2\xc8\x6b\xf5\ \x46\xb5\x56\x9b\xc9\xf9\x85\x0b\x17\x01\x00\x2b\x2b\x2b\x84\xd0\ \x9b\x6e\xba\xe9\xec\xd9\xb3\xed\x56\xbb\xdd\x69\x23\x0c\xdb\x9d\ \xe6\x33\xcf\x3c\xb5\xb4\xb0\x78\xfc\xe8\xb3\x9d\x6e\x47\x59\x22\ \x64\x2d\x3b\xed\x36\x42\xd0\x61\x98\x11\x8c\x00\xa8\xd7\xeb\x2b\ \x2b\x2b\x8e\xeb\x40\x8c\x10\xa1\x9e\x8f\xb5\xb9\xe6\x74\x3a\x20\ \x84\x40\x08\x84\x10\x8c\x39\x5a\x6b\x6d\x94\x31\x90\x73\x6e\xa8\ \x69\xb5\xd7\x2d\x0b\x80\x52\x52\x6b\xad\xd4\x88\x33\x92\x60\xec\ \x38\x0e\x21\x0c\x00\x90\xa5\x31\x17\xc2\xf2\x8a\x58\x87\xd2\x82\ \x72\x19\x63\x10\x22\xc6\xd8\xdc\xec\xcc\xe5\xcb\x97\x7a\xbd\x5e\ \xb9\x5c\x46\x08\xb5\xdb\xed\x93\x27\x4f\x5a\x32\x0d\xdb\x8f\x6b\ \xc3\x47\x29\xe5\xf5\xd7\x5f\x4f\x29\x5d\x5f\x5f\xb7\x26\xd6\x72\ \x0d\x6a\x6d\x16\x17\x17\x87\xc3\xa1\xdd\x08\x79\x9e\x5b\x8d\x3f\ \x21\x84\xef\x79\x59\x9e\x23\x4a\x6d\xf0\x6a\x17\xa1\x5d\x4b\x69\ \x9a\x1a\x63\x20\x82\xd1\x30\xb2\xba\xee\x52\xaa\x38\xee\xb5\x5a\ \x2d\x4a\xe9\xee\xdd\xbb\xab\xd5\x2a\x84\xb0\xd3\xe9\x9e\x39\x77\ \xa6\xd5\x6a\x5a\xa5\x77\xc6\x58\x9e\xe7\xc6\x18\xcf\xf3\xec\x9d\ \x5a\x63\x69\x15\x1d\x2c\xa1\xa0\x0d\x49\x2b\x95\x8a\xcd\xf7\xbc\ \x62\x59\xdd\x34\x4d\xf3\x34\x35\xe0\x7b\x39\x8d\x0c\x01\xf4\xc3\ \xd0\xf2\x4e\xbf\x70\x44\xd1\x90\x6f\x34\xad\x7e\xaf\x0e\xcf\xf7\ \xaf\xc2\x2a\xbf\x4a\xed\xa8\x41\x10\x62\x0c\xed\x86\xd4\x5a\x23\ \x82\x11\xc2\x94\xb2\x52\xe8\x8b\x3c\x8f\xa3\xa1\x8d\x53\xed\x61\ \x61\x10\xf0\x3c\x2f\x0c\x4b\x79\x9e\xfb\x8e\xe7\xfb\x81\x91\xdc\ \xc2\x31\xec\x86\xf7\x7d\xbf\x56\xab\xd9\x76\xc0\x73\xe7\xce\x41\ \x08\x29\x45\xbe\xef\x45\x51\x44\x08\x61\x8c\xda\xf4\xa9\xb5\xb5\ \x1b\xdc\x28\xc0\x76\xad\x4c\x4d\x4d\x61\x8c\x97\x97\x97\xcb\xe5\ \xb2\x0d\x10\xa7\x26\x27\x21\x00\x69\x9a\x22\x84\x92\x24\x89\xe3\ \xd8\xc6\x64\xf6\x1c\x89\xe3\x18\x00\x80\x08\xb1\x36\xde\x62\x74\ \x2d\x77\x8f\x8d\x65\x87\xc3\x61\xb9\x54\x8a\xe3\x18\x53\x6a\x03\ \x26\x4a\x48\x1c\xa7\x51\x7c\x71\x7a\x7a\x16\x40\x28\xa5\xb4\xda\ \x61\x67\xcf\x9e\xb5\x60\x0d\x63\xcc\xf8\x23\xec\xfb\xc0\x11\x9b\ \xf2\xc8\xc0\xdb\xb8\xdc\x3a\xf5\x59\x96\x9a\x6b\x3e\xd1\x01\xa0\ \x8c\x52\xc7\x29\x84\xc9\xb2\x1c\x33\x97\x32\x07\x18\xbd\xff\xc0\ \x81\x6e\x6b\xed\xca\x95\x0b\x45\x96\x2b\xa9\x2c\x23\x2e\x00\x20\ \x0c\x4b\x61\x18\x08\xa9\xcb\xe5\x4a\xa9\x5c\x26\x94\x32\x08\x5c\ \x46\xa4\x94\x52\x4a\x9b\x42\x2c\x95\x4a\x4b\x4b\x4b\xa7\x4f\x9f\ \xb6\x54\x4d\x61\x18\x2e\x2e\x2d\x36\x5b\xcd\xdd\xbb\x77\x0f\x86\ \x83\x28\x8e\x01\x04\x83\xe1\x10\x22\xd8\x1f\x0c\x28\xc1\x41\x18\ \x16\x82\x4f\x4d\x4f\x7b\xbe\xe7\x38\xae\xe3\x3a\x9e\xef\x27\x69\ \xca\x18\x9b\x99\x9e\xcd\xf3\x84\x52\xda\xe9\x74\x3b\x9d\xae\xd6\ \x9a\x30\x46\x08\x35\x4a\x47\x49\x52\x14\x05\x54\x0a\x40\x68\x80\ \x21\x84\x58\x85\x80\x4e\xa7\x63\x55\x74\x56\x56\x57\x1b\xb5\x5a\ \xbf\xdf\xaf\x0f\xab\x18\x21\x4b\x8e\xa1\xb5\x6e\xb5\x5a\xbd\x5e\ \x7f\xff\xfe\xfd\xab\x2b\xab\xed\x76\xdb\x71\x68\xab\xd5\x3a\x69\ \x4e\x75\x5b\xad\x4a\xb9\x12\x04\x01\x57\x32\xcd\x33\x9b\x1f\x86\ \x40\x07\x81\x4f\x20\x4e\x93\xb8\x28\x8a\x2c\x4d\x0b\x21\x28\x64\ \x42\xc8\x41\x1c\xc5\x49\x72\x6d\xb1\x91\xed\x38\xb2\xf6\x6c\x38\ \x1c\x48\xa5\x99\xc3\x30\x22\x85\x54\x08\x01\xa9\x24\x46\x08\x13\ \x9c\xe7\xc6\xf2\x75\x28\x65\x35\xac\xc0\x70\x38\x74\x5d\x5f\x6a\ \x25\xf2\xcc\x77\x5d\x30\x22\x41\xd5\x96\x54\xcb\x56\x88\x95\x92\ \x16\x2f\x2d\x84\xf0\x3c\xcf\x71\x1c\xcb\xfb\xb1\xb0\xb0\x60\xdb\ \x91\x2d\x2f\x95\x5d\x5d\xb6\x5a\x69\xbb\x9c\xf3\x3c\xb7\x59\x16\ \x8b\x7f\x6e\xb5\x9a\x9e\xe7\xb9\xae\x6b\x13\xad\x36\x12\xb5\x19\ \x5d\xa9\xd4\x73\x1d\x78\x00\x58\x5b\x6e\x23\x57\x29\x25\x63\x4c\ \x6a\x05\x21\x1c\x0e\x87\x96\x78\x44\x4a\x59\xab\xd5\x11\x42\x97\ \x2f\x5f\xce\xf3\x22\x8e\xa3\x56\xb3\x69\x03\x50\xab\xcd\x40\x29\ \x1d\xa7\x76\xc0\xa6\xfe\x25\x2b\x42\x6e\x03\x59\x8b\x81\xb7\x86\ \xf6\x95\x09\x48\x5b\xad\xf5\x2c\x49\x7c\x3f\x1c\x77\xee\x43\x00\ \x5f\x7e\xd7\xcb\x77\x8f\xbd\xdc\x38\x6d\xc1\x73\xf4\x67\x06\x00\ \xad\xe5\xea\xca\x52\xad\x5e\xaf\x56\xeb\x57\xbd\x64\x79\x79\x11\ \x68\xe3\xba\x1e\x18\x29\xa6\x81\xcd\x2f\xfc\xde\xb8\x7d\x63\x74\ \x73\x7d\x2d\x0c\x4b\xdf\x39\xc8\xee\x2b\x17\x8f\x1a\x63\x84\x90\ \x44\x4a\x84\x90\x06\xd0\xaa\x23\x0c\x06\x7d\xc5\x8b\x34\x4d\xad\ \xd0\x8d\xdd\xa5\xa3\xaa\x0c\x80\x9e\xe7\x79\x9e\x57\x08\x25\x04\ \xc7\x40\x4b\x21\xd4\x26\x22\x02\x42\x88\xdd\x78\xf5\x7a\x1d\x63\ \xbc\xb6\xba\x92\x24\xa9\x36\x26\xcf\x8b\x95\x95\x35\x1b\xce\x72\ \x2e\x94\x56\x10\x22\xa9\xe4\x60\x90\xef\xd8\xb1\xc3\x42\x60\xac\ \x95\xb5\x8e\x76\x10\x04\x69\x9a\x02\x63\xe2\x28\x1a\x37\x29\x5a\ \xf7\xdf\x06\x9d\x23\x0f\x5a\x6b\x6b\xe7\x6c\x3c\x3a\x3e\x5c\x6c\ \x70\x59\x2e\x97\xad\x64\x5b\x92\xc4\x71\x1c\xef\xda\xb3\xf7\xd0\ \xa1\x83\x5c\xc8\x28\x8a\x3b\xed\xf6\xe2\xe2\x22\x04\x40\x69\x3d\ \x4e\x0b\x5b\xbe\xb4\x3c\xcf\x2d\xff\xb8\xfd\x2c\x1b\xf8\xda\xb3\ \x26\x0c\x43\x4b\x78\x94\xe7\xb9\x9d\x93\x6b\x9e\xf6\x24\x4e\x30\ \x82\x45\x96\x42\x08\x8a\xbc\x40\x52\x19\xad\x9f\x7c\xe2\x09\x9e\ \xc5\xc6\x68\x63\xb4\xd2\x2a\x49\xd3\x82\x73\x8c\x89\xe3\x38\x61\ \x58\xaa\xd5\x27\x8b\xa2\x88\xe2\x58\x14\x1c\x20\x00\xb4\x1c\xe7\ \x09\x2d\x08\x25\xcf\x73\xc6\xd8\xfc\xfc\xfc\xb9\x73\xe7\x97\x96\ \x57\x76\xed\xde\xad\x0d\x58\x5e\x5d\xbb\x70\xe9\x52\x9c\xa6\x49\ \x96\xc9\x28\x32\x10\xf9\x61\x20\xf2\xa2\xdb\xeb\xdf\x7c\xcb\xcd\ \x9c\xf3\xb0\x54\x5a\x59\x5d\xd5\x06\x74\xba\xbd\xc9\xa9\xc9\xb0\ \x54\x5a\x6b\xae\x17\x59\xc6\x8b\x9c\x52\x5a\x70\xe1\xf9\x01\xa3\ \x4c\x49\x85\x21\x2c\x8a\x82\x10\xaa\x81\xd1\xc0\x58\xc3\x69\x5b\ \x12\x6d\x34\xc3\x18\x5b\x5d\x59\xa9\x55\x2b\x10\x82\xd5\xd5\x55\ \x8c\xb0\xe5\x64\x3e\x78\xf0\x60\xb9\x5c\xe9\xf7\x07\x4b\x4b\x4b\ \xe7\xcf\x9f\x97\x52\x42\x00\xb4\x56\x49\x1a\x33\x87\x31\x46\x29\ \xa5\xda\x8a\xfa\x68\x95\x17\x99\xef\x39\xbe\xeb\x4a\x21\xb4\xd2\ \x69\x9a\xce\x6f\xdf\x5e\xa9\x56\x57\xd6\xd6\x5a\x9d\xee\x30\x1a\ \x0a\x21\xae\x99\x8e\x11\x00\x83\x09\x26\x04\x2b\xa5\x21\x82\x08\ \x21\x03\x34\x21\x08\x63\x4c\x29\x73\x5c\x87\x67\x43\x84\xa0\x95\ \xf9\x43\x08\x01\x00\x3d\xcf\xb3\xad\x4a\xda\x18\xcf\xf3\x82\x0d\ \xc3\x63\xcd\x8a\xd6\xba\xdb\xed\xda\x95\x90\x65\x59\x9e\x25\x5a\ \x6b\x6b\x05\xed\xca\xb4\xda\x7c\x36\x83\x82\x10\xb2\xf2\x44\x9c\ \xf3\x67\x9f\x7d\x56\x4a\x99\x65\x59\x96\x65\x45\x51\x50\x4a\xbb\ \xdd\x6e\x9e\x25\x69\x92\x58\xc6\x12\x29\xa5\x10\xc2\xd2\xf0\x3a\ \x8e\x23\xa5\xd4\xc6\x08\x29\xed\x5e\xb0\x59\xa2\x71\xc6\xd5\xca\ \xcf\x25\x69\x62\xbd\x5e\xc6\x58\xa3\x31\x31\x37\x37\xb7\xb6\xba\ \xf6\xd0\x43\x0f\x59\x41\x18\x31\x5a\xb1\xd0\xba\x89\xe3\xb8\xd3\ \x7e\xd5\x31\xcb\x01\xda\xc0\x1c\x8c\x13\x51\xf6\xe5\xce\xa6\xf6\ \xfc\xef\xdc\x48\xe2\x38\x89\xa2\xed\x3b\x77\x61\x4c\xc0\xf7\xfa\ \x28\xf3\x62\x79\x71\x21\xf0\x43\xba\x69\x6e\xbb\xed\x96\xd1\x7a\ \x7e\xfb\xce\xef\xf9\xdb\xaf\xab\xc6\xc2\xe5\xcb\x7e\x10\x7c\x87\ \xa2\xd2\x57\xae\xef\x45\x29\x95\xa6\x29\xc4\x0c\x53\x46\x10\x92\ \xda\x30\x42\x94\xe0\x76\x6b\x61\x84\x6c\xc2\xb6\x28\x0a\x60\x0c\ \x46\x88\x0b\x9e\xa6\x29\x25\x24\x49\x73\x00\xa1\xc7\x08\x82\x68\ \x94\xf5\x85\xd0\xa2\x15\x6c\xb8\x66\x09\xe2\xa5\xd2\x52\x69\xdf\ \x0f\x99\xe3\x2e\xaf\xac\x56\xab\x55\xa5\x8c\xd2\x26\xcf\x39\x21\ \x94\x60\x84\x28\x8d\xe3\xd8\x96\xd6\x16\x17\x17\x6d\x66\xd8\x52\ \xe0\x4a\x29\x05\xe7\x36\xab\x66\x6d\x9b\xde\xb0\x79\x36\x1a\xd8\ \x0c\x20\x1c\xdb\x72\xfb\x83\xcd\xc7\x5a\xd7\xdd\xe6\x99\x29\x65\ \x33\xd3\xd3\xdd\x6e\x57\x48\x15\xc7\xc9\xd2\xd2\xd2\x30\x8a\xac\ \xd8\xdf\x58\x6a\x6d\x83\xf8\x11\x8e\xa3\xde\x31\xd7\xa0\x35\x12\ \x36\x87\x6c\x2f\xf6\x7d\xdf\x8a\xd8\x5c\xc3\xb4\x1b\x63\x86\x83\ \x5e\x9a\x17\x39\xd7\xa1\x5f\x85\xc8\x29\x38\xc7\x04\x67\x59\x4c\ \x29\x0a\x3d\x7f\x90\xa7\xdd\x6e\xd7\xaa\xcb\x21\x08\x09\xa5\xcd\ \x66\xb3\x54\xa9\xe6\x59\xde\xeb\xf5\x30\xa5\x15\xdf\xd3\x92\x5b\ \x67\x02\x6c\x50\x44\x69\xad\xa3\x28\x1a\x65\x05\x99\x83\x30\x09\ \xcb\x15\x29\xe5\xb3\x47\x8f\x33\xc7\xd1\x06\x0e\x86\x31\x84\x90\ \x0b\x41\x11\x90\x4a\xf9\x7e\xe8\xf9\xe0\xc9\x27\x9f\xec\x0f\xfa\ \x69\x9a\xe7\x45\x21\x84\x8a\xe2\x74\x6d\x75\xc5\x73\x1d\xd7\x73\ \xa5\xd2\x52\x48\x4a\x99\x10\x0a\x02\x20\x94\xd1\xca\x48\xa9\x21\ \x86\x10\xc3\x31\x7b\x94\x45\xc1\x8c\xc5\xe9\xc6\xf3\x13\x47\x49\ \xb3\xd9\x7c\xfd\xeb\x5f\xcf\x18\x6d\xb7\xdb\x00\xc0\x66\xb3\x79\ \xf2\xe4\xc9\xc1\xa0\xe7\x06\x2e\x17\x45\x34\x54\xbe\xeb\x41\x0c\ \x0c\x50\x10\x02\x9b\x2c\x47\x10\x00\xa5\x08\x82\xd4\x71\x0a\x42\ \x80\xd6\x16\xe9\x06\x31\x09\xc2\x12\xc4\xa4\x56\xaf\xeb\x6b\xed\ \x38\x82\x10\x30\x46\x28\x23\x58\x01\x00\x01\xb2\x39\x5b\x46\xed\ \xb2\x24\x04\x39\xae\x9b\x65\x89\x4d\xc0\x22\x4c\x2d\x14\x16\x21\ \x98\xe7\x5c\x69\xe5\x39\xd4\x75\x5d\x21\x84\x2d\x2e\x58\xaf\xd1\ \x3a\x9a\x18\xe3\x5a\xad\xa6\x95\x90\x52\xa6\x69\x7a\xfe\xfc\xf9\ \xd5\xd5\xd5\x6a\xb5\x6a\x2f\xb0\x76\xcb\x82\x8c\x2a\x95\x0a\x00\ \xa0\x28\x8a\x38\x8e\xad\xd1\xb2\xb5\xd2\x28\x8a\x90\x19\xad\x6a\ \xab\xa5\x63\x9f\xac\x05\xfe\x10\x42\x00\x42\xae\xe7\xd9\x09\xb7\ \x97\xd9\x95\x69\xdf\xc4\x68\xc3\x39\xb7\xd7\xb7\xdb\xed\xc1\x20\ \xe2\x5c\x08\x29\xa3\x28\xb2\xc4\x0b\x61\x18\x66\x79\x3a\xae\x80\ \xda\x3d\x62\x8d\xb1\x5d\xed\x76\x17\x8f\xbf\x92\xdd\x4a\xe3\xe6\ \x54\xd7\xf3\x5e\x81\x88\x34\x89\x23\xcf\xf7\x31\x26\xcf\x57\x4c\ \x1b\xb3\x9c\x7f\x4f\x64\x74\x37\x5c\x16\x87\x39\x18\xe3\x3c\xcf\ \x36\xdb\xd1\x61\x34\x6c\x34\x26\xed\x05\xe3\x73\xf5\xbb\xfe\x96\ \x10\x82\xc0\x68\x6d\x25\x38\xbe\xe5\xf6\xb4\x37\x85\x31\x71\x3d\ \x2f\x4d\x92\x57\xbb\x1d\x05\x56\x83\x69\xfc\xc0\x00\x1c\x35\xc3\ \x30\x46\x09\x04\x45\x9e\x49\x2d\x6d\x8e\x0b\x40\x68\x6b\x2a\x52\ \xca\x22\xcf\x01\xc4\x7e\x10\xb8\x04\xa9\x82\x6f\x5e\xf1\xbd\x5e\ \x6f\x30\x18\x60\x8c\x3b\x9d\x8e\x6d\x87\x10\x42\xd8\xa2\xe3\xe6\ \x8d\x8a\x10\x22\x04\x53\x4a\xc2\xc0\x4b\x92\xf8\x2b\x5f\xf9\x8a\ \xe5\x3a\xb7\x6a\x15\x56\x88\x94\x10\x92\xc4\xb1\xe7\xba\xd5\x6a\ \xd5\x5a\xe5\x8d\xd9\xb7\x69\x34\x05\x00\x80\x1b\xc2\x8a\xb6\x96\ \x63\x73\x56\xf6\x48\x82\x10\x0a\xce\x93\x38\x9e\x9d\x9b\xa3\x94\ \xb6\xda\x9d\xe3\xc7\x8f\x73\xce\x85\xd4\x94\x52\x7b\x0e\x6e\x08\ \xe3\x41\x9b\xc5\xb5\xe6\x79\x73\xd4\x38\x56\xc3\xb6\xc8\x4c\xeb\ \x98\x5b\xe1\x1a\x29\xe5\xb5\xae\x6e\x83\x20\xc4\x10\x24\xc3\x7e\ \xb9\x32\xe1\x38\xb4\x10\x92\x11\x8c\x10\x0c\xea\xd5\x52\xc9\xeb\ \xb6\x56\x08\x46\xeb\x6b\x6b\x8e\xe7\x41\x08\xa4\xd2\x61\x10\x58\ \x72\x73\x21\x24\xa5\x74\x72\x7a\x5a\x66\x69\x92\xc6\x63\x3d\xb8\ \x34\x4d\x87\xc3\xa1\x0d\x89\x8e\x1d\x3b\x06\x11\xd6\x00\x5a\x59\ \xd0\xc1\x60\x10\x04\x81\x4d\xd6\x59\xb7\x20\x08\x82\x89\x46\xcd\ \x61\xec\x0b\x5f\xfc\x42\x10\x04\xeb\xcd\x66\xc1\xf9\x70\x30\x60\ \x9e\xdb\xef\xf7\x11\xc6\xbd\x7e\x3f\x21\xb8\xd1\x68\x28\x29\x87\ \xc3\x61\x28\x84\x01\x86\x11\x66\xb4\xb6\x00\x34\x03\x35\xc4\x23\ \x23\x6a\x03\x74\x8b\xc3\x32\xc6\x10\x42\x11\x44\x2b\x2b\xab\x3b\ \x76\x6e\xdf\xbb\x67\xef\xe9\xd3\x67\xce\x9f\x3f\xbf\xbe\xde\x44\ \x08\x73\x2e\x00\x00\xae\xeb\x06\x61\x98\xc9\xa2\x28\x78\xb5\x51\ \x2e\x97\xca\x8c\xb2\x2c\xcb\x34\x30\x36\xb6\x46\x08\x61\x0c\x85\ \x14\x4a\x6a\x2e\x0b\xad\x74\xbb\xdd\x26\x8c\x21\x84\x10\xc4\xca\ \x00\x03\xd0\xb5\x22\x8d\x80\x36\xc6\x26\x2d\x11\xd4\x06\x22\x08\ \x61\x10\xf8\x7e\x58\xb2\x9b\x01\x21\x24\xb2\xb4\xd7\xed\x58\x2a\ \x60\x2e\xa4\xa5\x35\x30\xc6\x94\xcb\x65\xa5\x95\x15\x55\x1d\x17\ \x0e\xed\x3f\x59\x1c\x10\x84\xb0\x5a\xad\xe6\x59\x2a\x04\xb7\xea\ \x72\xe3\x7f\xca\xb2\x34\x0c\x4b\x63\x7a\xe7\x7e\xbf\x5f\xa9\x54\ \x2c\xad\xbc\x8d\x53\xed\x0e\x72\x5d\x57\x6a\x45\x30\xb6\x15\x04\ \x5b\xd4\x8c\xe3\xd8\xa6\x58\xad\xdf\x46\x18\xb3\x6f\x3e\xce\x97\ \x50\x42\xb9\xe0\x49\x92\x28\xa9\x94\xd6\x56\x19\xb0\xd7\xeb\xa5\ \x69\x5e\x14\x05\x26\x98\x11\x87\x10\x82\x10\x56\x52\x8d\xb7\xbc\ \xde\x90\x26\x1b\x6f\xde\xf1\xca\x1f\x9f\x06\x76\xc1\x8c\xbd\x64\ \x4a\xe9\x2b\x93\x21\x03\xcf\xe7\xff\x33\xcf\x67\x04\x7c\x29\x46\ \x05\x22\x84\xed\x4b\x46\x8c\xef\xff\xf3\xad\xe6\xe6\x1f\x2c\xf9\ \xbe\xd9\x7c\xcb\x9b\x67\x40\x5f\x7d\xbf\x9b\xad\xe9\x55\x17\x8f\ \xfc\x9e\xd1\xda\xd6\xdf\x41\xd2\xf7\x17\x0c\x84\x30\x04\x5a\x69\ \x03\x20\x04\x45\x6f\x61\x6d\x30\x39\xbf\xdd\x74\x97\xda\x85\xb3\ \x6d\xa6\x8e\x36\xbe\xe8\x0b\x6f\x1f\x00\x60\x36\x3d\x93\xef\x01\ \xdd\x34\x00\x11\x72\x1d\xd7\x75\x1c\x83\x30\xa1\xd4\xa3\x4c\x29\ \x85\x21\x70\x28\xd1\x18\x41\x04\x8d\x32\xb6\x94\x82\x11\x22\x94\ \x10\x42\xad\x45\xc1\xcc\xb1\xe6\x96\x0b\xb5\xd9\xc5\xb0\x39\xd5\ \x72\xb9\xdc\x68\x34\xd2\x34\xd5\xda\x0c\x06\xc3\xc1\x60\xd0\xed\ \xf6\x30\x26\x08\x21\x21\x24\x42\x10\x02\x18\x0d\x23\xd7\x73\x21\ \xd0\x9c\x17\x16\xd4\x63\xd3\x83\xf6\x58\x19\x0c\x06\x96\xf4\x4e\ \x4a\xd9\x6a\xb5\xac\xff\x6e\x0f\x59\xab\xdd\x68\x2f\x2e\x84\xb0\ \xeb\x6c\x0c\x1c\x15\x1b\x9c\xd4\x42\x08\x84\x31\x84\x70\x75\x75\ \xd5\xda\x3f\xdb\xb8\x42\x30\xb6\xec\x9a\x28\x4d\xad\x24\xe4\xb8\ \x3c\x6c\xcf\xa6\xf1\x23\x1f\x57\x86\xec\x47\x70\xce\xad\x3a\x9b\ \xe7\x79\x16\x18\x6c\x2f\xb8\x96\xc3\x02\x80\x4a\x39\x00\x66\x0a\ \x62\xdb\x7f\xef\x12\xe2\x00\x63\xb4\xe1\x25\xdf\x87\x46\x1b\xad\ \x33\x5e\x00\x84\xa4\x54\xd5\x6a\xd5\xe6\xdf\x92\x24\xcb\x8b\x82\ \x52\x56\x2e\x97\x53\xa3\x92\x68\x74\x2a\x6e\xd4\x6b\x33\xad\xf5\ \xf4\xf4\xb4\x94\x32\x4e\x12\x6d\xc0\xe9\xd3\x67\x4e\x9d\x3a\x33\ \x31\xd1\x58\x5c\x5c\x82\x10\x6a\xa5\x09\xa6\x51\x94\x10\x8c\x28\ \x46\x18\x43\xc7\x71\x56\x57\xd7\x0c\x30\x94\xb1\x42\x08\x48\x70\ \x92\xa6\x84\xd1\xa2\x28\x04\x07\x05\xe7\x04\x63\x60\x4c\x14\x45\ \x08\x61\x1c\x62\x82\x31\xa5\xd4\x61\x4e\xce\x33\x29\x05\x84\x50\ \x0a\xa9\x94\x62\xcc\x49\xd3\xc4\xf6\x75\x24\xc9\x20\xcb\xb2\x46\ \xb5\xb2\xb8\xb8\xd8\xeb\xf4\xab\xd5\xea\xe5\xcb\x97\xa5\x54\x13\ \x13\x93\x9e\xe7\x59\x6c\x36\x46\x58\x29\xe5\xb9\x6e\x18\x86\x00\ \x8c\xea\xcf\x06\x1a\x03\x8d\xd6\x52\x29\x85\x10\x15\x45\xa1\x95\ \x56\x52\xe6\x45\x2e\xa4\x0c\x2b\x15\xaf\x54\x9e\x99\x9b\x9b\x30\ \xba\x5a\xab\x69\x75\xad\x0a\x01\x46\x23\x04\x31\x46\x06\x21\x00\ \x91\x52\x9a\x73\xce\xfb\x7d\xad\x35\x73\x1c\x08\x21\x17\xdc\x3e\ \x7a\x08\x01\x82\x90\x10\x6c\x67\xb9\x54\x2a\x21\x82\xb5\xe0\xb6\ \x52\x60\x8f\x36\xbb\x5a\xec\xb2\xb4\x99\x1b\x00\xcc\x18\xda\x6a\ \x03\x47\xa5\xb4\xcd\x40\x58\x70\x6f\x9a\x24\xb6\xd6\x6e\x89\x85\ \x07\x83\xc1\x48\x67\x1b\x18\x4a\x68\xa5\x14\x58\x78\xb9\x5d\xf0\ \xe3\xfa\xa8\x52\xca\xa2\xf9\x80\x94\x76\xce\x47\x90\x37\xad\xa5\ \x56\x06\x18\xa5\x54\xc1\x0b\xa3\x75\xaf\xd7\xb3\x45\x53\xad\x0d\ \x21\x44\x08\x29\x8c\x70\x1c\xd7\x18\x1d\xc7\xb1\xd4\xdc\x7a\x00\ \x76\xd9\x58\x37\xd1\x66\x59\xc6\xba\xd9\x76\x17\xd8\xe5\x3d\x76\ \x22\x6d\xcc\xfd\x0a\xd9\xd1\x17\xfc\xf0\x9c\xa3\xff\xd2\x0a\x72\ \xb2\x48\x7b\x51\xcc\xa5\xa6\x5e\xa9\x51\x2b\x11\x2d\xa5\xfe\x9f\ \x66\x47\xaf\xba\xa3\xab\x58\x82\xb5\xbe\xda\xf4\x19\xa3\x0d\x30\ \x57\x69\x98\xbf\xe8\x39\x03\x01\x30\x4a\x44\xc3\x28\xc9\x04\xc0\ \xac\xda\x68\x78\x04\x28\xa9\x5e\x01\x53\x8a\x20\xe4\xd9\x50\x12\ \xdf\x27\xd0\x20\xac\xda\xcf\x7c\xf4\xa3\x8f\xfe\xec\xff\xf7\x9f\ \x26\x8f\xfe\xd9\x27\xd6\x6e\xf8\xb5\x5f\x78\x27\xd9\xf8\x1e\x7f\ \xf5\xed\xdb\x50\xe5\xd5\x5f\x1f\xd5\xc0\x18\x48\x19\x53\xda\x78\ \xbe\xeb\x07\x01\xc6\x14\x18\x85\x0c\xc8\xe2\x08\x23\x0c\x21\xb0\ \xbe\xb6\xad\xc1\x58\x62\x77\x12\x86\x10\x51\x8c\x90\x10\xdc\x18\ \x0d\x80\xf5\xec\x01\x84\xc0\x71\x1c\xce\x5d\x88\x40\xb9\x5c\x02\ \xc0\x9a\x55\x91\x65\xa9\xd6\x12\x63\x64\xcb\x4e\x95\x4a\x05\x60\ \xa8\x33\x1d\x27\x31\x04\xd2\xf7\x7d\x8c\x73\x0b\xea\x79\x0e\x86\ \x43\x29\x84\x90\x32\x66\x10\x92\x42\xd4\x6a\xb5\x22\xcf\xb3\x34\ \x75\x5c\x97\x50\x4a\x09\x71\x18\x23\x94\x76\x7a\x3d\x9b\x83\xda\ \x88\x71\x89\x2d\x29\xd9\x68\x35\x4b\x53\x41\xd9\x7a\xbb\xcd\x0b\ \x2e\xa4\x42\x08\x61\x8c\x1c\xc7\xb3\x8d\x3d\x14\xc1\xdc\xa8\x71\ \x5e\xd7\xc6\x76\xe3\xb3\xc3\x2e\xf1\x31\x88\xd1\x1e\x94\xd6\x43\ \xf7\x3c\xcf\x7e\x10\x25\xe4\x9a\x0b\xff\x04\x82\xd0\x73\xe2\x5c\ \xb8\x9e\xbf\x67\xff\x3e\x80\x08\xc6\x24\x8e\x07\xe5\x52\x50\xa9\ \xd5\x3a\xdd\x1e\x61\xcc\x18\x23\xa4\xac\x54\x2b\xf6\x50\x2b\x57\ \x2a\x24\x4b\x09\xa3\xbc\xe0\x46\x49\x64\x34\x81\x06\x28\x0d\xb4\ \x76\x28\x41\xd0\x67\x94\x35\x1a\x0d\x63\x8c\x33\x18\xb4\x3b\xdd\ \x41\xbf\x2f\x78\xae\x94\x90\x92\xb7\xdb\xbd\xb0\x14\x4e\x34\x1a\ \xfd\xe1\x20\xcb\x84\x10\xf9\x8e\xf9\x79\x46\x29\x25\x38\x2b\x72\ \x97\xd1\xd0\xf7\x82\x30\x8c\xe2\x48\xe4\x39\x23\x84\x51\x1a\xc7\ \x71\x63\x6e\xce\x18\x3d\xe8\x0f\xa0\x52\x08\x41\xdf\xf7\x4a\x61\ \x18\x78\x7e\x7f\xd0\x4d\xd3\xb4\xe0\x5c\x20\x40\x09\x66\x8e\x23\ \x44\x1e\x45\x31\x63\x54\x69\x95\xe6\x69\xcd\x94\xae\x5c\xbe\xd2\ \xed\xf6\x94\xd2\x94\xd1\xc0\xf7\x01\x30\x8e\x43\x30\xc6\x83\x7e\ \xd7\x18\x05\x01\xc2\x08\xe5\x79\x56\x64\x69\x25\x2c\x19\x00\x0c\ \x42\x5a\x29\x08\xb1\x52\x5a\x29\x63\x00\xd4\xda\x30\xc7\x57\x3a\ \x43\x94\x50\xc7\xa9\x55\xab\x41\x39\x84\x08\x57\x4a\x81\x36\xd7\ \xcc\x24\x05\x10\x21\xda\x40\x84\xa0\x36\x00\x63\xc2\x98\xdb\xe9\ \x76\x07\xc3\x01\x26\xd4\x68\x0d\x8c\x30\xc0\x00\x08\x94\xd6\x88\ \x60\x42\x29\x44\xc8\x71\x5c\xad\x75\x3c\x4c\x08\x84\x0e\x23\x06\ \x41\x69\x8c\x0d\xe5\x10\xa5\x98\x32\x1f\x93\x9c\xf3\x24\xcf\x7d\ \xd7\x55\x06\x62\xea\x84\xe5\x6a\x39\xc9\x30\x61\x7e\x10\x06\x61\ \x09\x40\x18\x84\x21\xc2\x08\x51\xc2\x1c\x37\x08\x03\x29\x15\x76\ \x98\xd4\x3a\x4d\x53\xcf\xf7\x0d\x80\x79\x51\xf8\xbe\xcb\x39\xcf\ \xf2\x3c\xf0\x7d\xd7\x75\xa5\x52\x8e\x5d\x61\x10\x6a\x00\x30\x42\ \x45\x96\x08\x9e\x6b\x29\x29\x46\x8c\x32\x6d\x4c\x1c\x45\x10\x18\ \xe6\x10\x29\xf9\x86\xbe\x23\x22\x84\x48\xa9\x8d\x31\x08\x41\x08\ \x41\x5e\x64\x79\x9e\x23\x08\xf3\x3c\xb7\x7d\x2c\x76\xaf\x11\x42\ \xc6\xe5\x8c\xf1\x36\x1f\x1b\x2d\x9b\x77\xb1\xd1\xb0\xb5\xb5\xaf\ \xc4\x89\x04\x0c\xd0\x66\x5c\xcd\x7e\xae\xb2\xfd\x52\x1d\x56\x88\ \x29\x78\xf4\xcf\xfe\x9f\xdf\x7b\xa0\xb7\x67\xc7\x44\x36\x4c\x76\ \xde\xf5\xae\xf7\xbf\xe7\x4d\x25\xa4\x9f\xa3\xc2\xd6\x4a\x28\xfd\ \xa2\xe1\xb5\x92\x42\x1b\x48\xe9\xc6\x09\x6c\x94\xd4\x90\x60\x64\ \x94\x90\x1a\x50\x4a\x01\xd0\x4a\x41\x8c\xe1\xa6\xeb\x5f\x5e\x72\ \xc4\x5c\x7d\x02\x9b\xab\x7e\xa7\xf5\x0b\x66\xe0\x9b\xdc\x3b\xa2\ \x74\xf0\xec\x57\xfe\xf9\xbf\xf9\x13\xbc\x7d\x0f\x93\x19\xae\xee\ \xfb\xc9\x9f\xfb\xe9\xc3\x93\x9e\x81\x63\xc6\x52\x23\x85\xc4\x94\ \xbe\xf0\x1b\x6a\x29\x94\x01\x98\xd0\x31\xb7\xa9\x12\x12\x53\x02\ \x80\x12\x42\x23\x42\x31\x04\x4a\x2a\x4c\x9e\x37\x69\x70\x3c\xc5\ \xe9\xc2\xef\xfe\xda\x2f\x5f\x3e\xf8\xcb\xbf\xf3\xf7\xdf\x81\x0d\ \xd0\xb2\x48\xb3\x5c\x03\x20\xf3\x24\xe3\x72\x23\xe6\x7e\x29\xb7\ \xaf\x8d\xc1\xaf\x76\x3b\x6a\x00\x80\x08\x13\x8c\x10\x17\x85\x52\ \x32\x4e\x22\x08\x21\x86\xd0\x21\x54\x48\x09\x00\x44\x90\x68\xa3\ \x10\x42\x10\x21\x87\x39\xda\xe8\xd0\xf7\x1d\xc6\x34\x40\x98\x90\ \x64\xd0\x07\x8a\x1b\xa0\x20\x34\x08\x43\x84\xa1\xd2\x52\x1b\x65\ \x8c\x16\x92\x43\x64\x20\x32\x52\x71\xca\x30\x80\x06\x40\x2d\x95\ \x84\xd0\x00\x64\x28\xc1\xa5\x72\x90\x67\x99\xad\x1b\x85\x61\x48\ \x29\x4d\x92\xc4\x6e\x63\xdb\xbb\x42\x29\xcd\x8b\x3c\xcb\x33\x4a\ \x29\x17\x42\x19\x03\x10\xb2\x98\x4b\x8b\xb3\xb8\xca\x4b\xb5\xfe\ \xb2\x35\x84\xd6\x3a\xb6\xbb\x5d\x42\x99\x95\x7d\xd8\xa8\xf4\x80\ \xa2\xc8\x46\x49\x5a\x5e\x8c\x5f\x68\xcd\xa4\x35\xde\xe3\xfc\xb3\ \x55\x58\x1b\x03\x79\xec\x59\x63\x13\xa4\x16\x93\x3c\x2e\x4f\x5e\ \x83\x37\xe7\x32\x22\x78\xe1\xbb\x44\x19\x1e\xc5\xbd\x34\xe3\x5e\ \x10\x72\x29\xb5\x51\xca\x40\x0d\x11\x75\x98\x10\x82\x50\x82\x10\ \xc6\x98\x08\x29\xb7\xef\xda\x8e\x31\x06\x10\x0e\x7a\xbd\x7c\xd8\ \x57\xbc\xc0\xd0\x00\xa3\x4a\xbe\x07\xb5\x91\x9c\x6b\x29\x2d\x00\ \x0a\x41\x60\x54\x81\xa0\xa4\x04\x78\x2e\xe5\xbc\x70\x1c\x8c\x31\ \x44\x04\x95\xab\xa5\x24\x4a\xa1\x16\x5a\x49\xdf\x73\x27\x1a\xb5\ \x6e\xb7\xa7\xa4\x94\xbc\xc0\x26\xf0\x19\x9b\x9f\x99\x49\xe2\xa4\ \xd7\x1b\x18\x65\xb4\x34\xca\x68\x03\x0d\x44\x44\x68\x49\x28\x46\ \x10\x18\x25\x80\x52\x5a\x09\xa3\x04\x86\x00\x11\xac\x78\xe1\x30\ \x1a\x43\x93\xa4\x09\x17\xf9\xfa\xda\x6a\x91\x24\xae\xe3\x20\x04\ \x39\x17\x45\x21\x3c\x97\xb9\x1e\x4b\xd2\x28\x4b\x33\x2e\x0b\x84\ \x09\x46\x44\x6b\x90\x65\x99\x51\x4a\x19\xc5\x18\x13\x4a\x0b\xa1\ \x8c\x86\xbc\x90\xca\x01\x84\xba\xda\x14\x0e\x43\x5c\x4a\x2e\x44\ \x51\xe4\x92\xe7\xc3\x9e\xe0\x9c\x47\xdb\xe7\xaf\x99\x16\x00\x11\ \xec\x78\x81\x02\x00\x22\xac\x84\xa2\x04\x53\xc7\xd5\x06\x28\x05\ \x30\x46\x00\x18\xa1\xa5\x86\xda\x18\x9b\x1a\x84\x10\x61\x00\x60\ \xa5\x52\xc5\x18\xf5\xfb\x03\x89\x90\xe3\x7b\xe5\x6a\x03\xa7\x09\ \x75\x5c\x4c\x08\x71\x5c\xea\x79\x8c\x32\xae\xb5\x41\x58\x01\x68\ \x20\x46\x18\x97\xaa\x2e\xa2\x0c\x00\x10\x96\xcb\x84\x10\x29\x15\ \x75\x18\xc4\xc8\x35\x9a\x32\x2a\x0d\xd0\x08\x41\x42\xa7\x66\xe7\ \x8a\x3c\x4f\xe2\x38\x49\xd2\xc1\xa0\x97\x17\x1c\x53\xaa\xb3\x4c\ \x19\xe3\x87\x21\x17\x82\x17\x85\xd6\x1a\x13\x52\x70\xe1\x50\x02\ \x94\x54\xbc\x90\x42\x20\x04\x31\xa5\x10\x21\xa3\x95\x25\x33\x47\ \x18\x68\xad\x18\xf6\x31\x26\xd6\xe4\xd9\x6c\x8a\x04\x92\x1a\x0a\ \xa1\x19\x67\xce\xed\x02\x1e\xe7\x78\xad\x02\x92\xfd\xa7\x0d\xec\ \xa1\xb0\xbe\xac\xdd\x68\x96\xec\xfe\x95\xf2\xec\x37\x8b\x6d\x6e\ \x9c\xbc\xdf\x24\x20\xfb\x66\x01\x60\xdc\x4b\xaf\x7b\xd3\xdf\xf8\ \xd5\x9f\x79\x43\x7c\xf9\xd1\xdf\xfc\xcd\x3f\xbd\x6f\xcf\x8d\x3f\ \x7a\x6b\xf8\xd4\x17\xfe\xc7\x17\x1f\x3b\x03\x2b\x3b\xff\xb7\xf7\ \xfd\xc4\x8d\x33\xe8\xc9\xcf\xfe\xf1\x17\x9f\x5a\x92\x00\xef\x38\ \x7c\x9d\x3b\x58\x38\xbb\xd0\x99\xbb\xf5\x1d\x3f\xf1\x43\x77\x97\ \x69\x7e\xf4\xbe\x8f\x7f\xe6\x1b\x27\x74\x30\xff\x8e\x1f\xff\xc9\ \x1b\xd9\xe5\x0f\xfd\xd9\x33\xef\xfc\xe0\x4f\xed\xae\x83\xc7\xfe\ \xe2\xbf\x2e\x4e\xbf\xe5\xdd\x37\xe3\xbf\xf8\x93\x8f\x9d\x6e\x15\ \xf3\x37\xbf\xfd\x7d\x3f\x74\x97\x0f\xd5\xcb\x4d\xa6\xc2\x4d\xa4\ \xfb\x2f\xd4\x1f\x35\x46\xeb\x91\x9c\xf9\xf3\x2b\xc4\x2f\xd6\x37\ \xcd\xd3\x21\xac\xdc\xf4\xbf\xff\xc6\x3f\x9a\x81\xad\x8f\xff\xc7\ \xff\xfb\x23\x1f\x7f\xf4\x5f\xfd\xf2\xdb\xbb\x67\x1f\xfa\xf3\x4f\ \x7e\xb5\x99\xd1\x5b\xde\xf6\xa3\xef\xb9\x67\xdf\x85\xc7\x3e\xff\ \x89\x7b\x9f\x48\x24\x9c\xd8\x7e\x70\x9b\x37\x38\x7e\x66\xc9\xdd\ \x7e\xeb\x4f\xff\xc4\x0f\xcd\x86\xb4\x7f\xf1\x89\x8f\x7d\xfc\x0b\ \x2b\x29\x3e\xfc\x86\x77\xff\xd8\xdb\x76\x7f\xf6\xbf\xfd\x11\xbf\ \xee\x47\x7e\xe4\xb6\xd9\xf6\x89\xaf\x7e\xec\x91\xe4\xfd\x1f\x78\ \xdb\xa9\x2f\x7c\xec\xde\x27\x2f\x90\xc6\xde\xf7\xbc\xef\xc7\x0e\ \x4f\x50\xa1\x0c\x00\x80\x20\x70\xf6\xd1\xfb\xfa\x95\x1b\xbc\xa5\ \x47\x1e\xbe\xfc\xc6\x37\xed\xf2\x01\x00\x08\x23\x60\x00\x84\x18\ \xa1\x0d\x89\x72\xf3\x52\x6e\xdf\x7c\x2f\xe4\x75\x31\x46\x04\x13\ \xeb\x99\x62\x82\x93\x2c\xb3\x5c\xb8\x2e\x65\xd0\x98\xa2\x28\x00\ \xdc\x48\x72\x42\x08\x00\xc0\x08\x3b\x8c\x69\xad\xe3\x34\xf1\xfd\ \xc0\x75\x5d\x9e\x4a\x68\xa3\x51\x00\x10\x42\x61\x18\xda\xea\x51\ \x51\x14\x45\x31\x42\x3d\x38\x8e\x63\x77\xaf\xe3\x38\xc0\x01\x46\ \x6b\xc7\x71\x94\xd2\x84\x52\xb4\xd1\xca\x36\xb6\x5e\xd6\x94\x5a\ \x9a\x18\x9b\x45\x77\x3d\x17\x22\x08\x01\xb0\xb9\x5c\x4b\x04\x68\ \x00\x10\x05\xe7\x45\x61\xdf\x81\x52\x6a\x8b\x4f\xb6\x8b\xd4\xda\ \x45\x63\x80\x05\xf7\x1a\x33\x82\x4e\x58\x52\x18\x9b\xa4\x1a\x37\ \xe1\x59\x33\x89\x37\xdc\xd5\x71\x05\xd7\x5e\x30\x46\x64\x8c\x53\ \xbe\xb6\xfb\xc5\xd2\xc4\x5f\x23\xa5\x11\x00\x00\x22\xea\x38\x5a\ \x6a\xdf\x0f\xb3\x2c\x7b\xe6\xc8\x51\x03\x11\xa1\x0c\x19\x3d\x18\ \x44\x84\x10\x00\x6c\xed\xd3\x50\xc6\x20\x82\xf5\x5a\x0d\x00\x70\ \xf9\xf2\xe5\x72\xb9\x42\x08\x82\x10\x41\x03\x20\x80\x90\x20\x08\ \x11\x73\x9c\xa0\x54\x5a\x5a\x5e\x89\xa2\xa8\x5a\xad\x76\x3a\x43\ \xdf\xf7\x6d\x5a\x3b\xcf\xf2\x7a\x63\xd2\x46\x1b\x18\xe3\x4a\xb9\ \x12\x0d\x12\x97\x32\xea\x50\x44\x30\x40\x70\x18\xc7\x22\x93\x84\ \x52\xa9\x15\x80\x50\x2a\xc5\x85\xc8\xb2\xac\x52\xad\x72\x5e\xb8\ \xbe\xc7\x98\x43\x37\xb4\x5a\x39\xe7\x5a\xc8\x38\x89\xb3\x3c\x75\ \x1c\x97\x39\x4c\x48\x99\x24\x89\x01\xc0\x61\x0e\x17\xc2\x22\x5f\ \xac\x1b\x3b\x86\x58\x17\x9c\xf7\x7a\x96\x43\xc3\xe4\x79\x5e\xe4\ \xb9\xd2\xc6\x2e\x27\x4a\x89\xc3\x18\x65\x4c\xa4\xd9\xa8\x7c\x8e\ \x31\x00\x5a\x2b\x59\x29\x97\x01\x80\x59\x9a\x4a\x09\x08\xc1\x45\ \x91\xf7\x7a\xfd\x38\x1e\x1e\x38\x70\xe0\x5a\x8f\x75\x83\x09\xb1\ \xab\xc2\x36\x5c\x42\x84\x8c\x01\xd6\x99\x83\x10\x01\xa0\x81\xd1\ \xc6\x98\xb1\x95\x41\x08\x5a\xc0\x2d\xc6\x08\x21\x24\x95\x1a\x46\ \x11\x46\xb8\xe0\x5c\x2b\x25\xa4\x4c\xb3\x0c\xb5\xdb\x36\xc3\xdf\ \xe9\x74\xb4\xd2\x10\x40\x8c\x91\xf5\x78\x10\x84\xeb\xcd\x96\x5d\ \xaf\x08\x41\x80\x8c\x06\x5a\x2a\x05\xd4\x28\xf8\xd3\x4a\x39\x94\ \xf9\xbe\xef\x79\x5e\x9a\xc6\x18\x63\x04\x9f\x03\xbd\x5b\xf2\x64\ \x21\x04\xa5\x54\x1b\x23\x84\x80\x1a\x40\x05\x94\x32\x52\x19\xa4\ \x84\xd2\x4a\x29\x4d\x19\xc3\x44\x63\x2c\x00\x40\xb6\xf9\x75\x5c\ \x92\xb0\xc9\x15\x8c\xf1\x46\xfa\x5c\x5b\xd4\x92\x95\xec\xb5\xce\ \xe2\x18\xa3\x37\xde\xc5\x63\x7c\x93\xdd\x56\x16\x81\xfc\xca\xc0\ \x7c\x46\x5a\x9b\xcf\x69\xbc\x6c\xc8\x78\xbf\x8c\xc4\x8f\x36\x00\ \x31\xc7\xa3\x88\x04\xa1\x4f\xb1\x21\x18\x2e\x3c\xf2\x17\x7f\xfa\ \x8d\xb5\x9f\xf8\xc0\x07\xfb\x0f\xfd\xc9\x47\x3f\xfa\x97\xff\xfc\ \xd7\xde\x7d\xf4\x1b\x8f\xba\x37\xff\xf4\x3b\xf7\xf5\xff\xd3\x7f\ \xfa\xb3\x1d\x3f\xf8\xf7\xde\xfb\x43\xbd\x8f\xfe\xd7\xff\xfe\xc8\ \x75\x87\x6f\x1a\xde\xfb\xa1\x4f\x1c\x7d\xd7\xfb\x7f\xdc\xb9\xfc\ \xd5\x8f\xfe\xee\x7f\xfd\x87\xff\xfb\xbb\x93\x4b\x5f\x7f\xe2\xca\ \x3b\xf7\x54\xe5\x83\x8f\x9c\xdc\xf5\xbe\xb7\x7c\xfa\x23\xff\x75\ \x61\xfa\x1d\xef\xff\x3e\xff\xcf\xfe\xf3\x47\x3f\x56\x9f\xfb\xf9\ \x37\xed\x50\x5c\xbe\x5c\x23\x6a\x8c\x01\x70\xe4\xb5\x98\x17\x94\ \xf0\xed\x1c\x3c\x37\x03\xcf\xfb\xe1\x79\xc7\x88\x31\x00\x53\x27\ \x08\xb1\x03\x42\x97\x12\x0d\x89\x1a\x9c\xfe\xf0\x87\x3f\xb1\xfd\ \x9d\x1f\x78\xbb\x7f\xf1\xf7\xfe\xf0\xc3\xf3\xbb\x7f\xa3\x73\xf4\ \x91\x25\xef\xc6\xbf\xf3\x03\x3b\x3f\xfe\xbb\xff\x69\xe1\xc0\x0f\ \x7d\xe0\xbd\x37\x7f\xea\x0f\x7f\xff\xcf\xbf\x7e\xdd\xdf\x7f\x33\ \xfe\xfd\xff\xfc\x07\xe4\xb6\x1f\xff\x91\xbd\xfc\x2f\xfe\xe8\x43\ \xa6\xfc\xeb\xdb\x8b\xf5\x4f\x3f\xf8\xf4\x8f\xbe\xf6\x5d\x67\x9e\ \x79\x70\x59\xbf\xee\xd2\x43\x1f\xfb\xf8\x93\x83\x9f\xfe\x99\x0f\ \x2e\xdd\xf7\xd1\x0f\xff\xe1\x27\xff\xd9\x3f\xfe\xa9\x12\x28\x14\ \x24\x40\xac\x3e\xf0\xf0\xb9\x7b\x7e\xf6\x37\xa6\x9f\xfa\x0f\x9f\ \xbb\xef\xd1\xbb\x7f\xfe\xad\xf0\xf9\xe1\xa6\x19\x49\xc6\xbe\xb4\ \xdb\xff\x1e\xb0\xa3\x00\x00\xad\x95\xb6\x9d\x64\xae\xcb\x85\x50\ \x4a\x41\x63\x84\xe0\x08\x40\x84\xb0\x06\xca\xde\x2d\xc6\x18\x22\ \x48\x19\xf3\x7d\x7f\x30\x18\x44\xc3\x88\x12\x16\x06\x2e\x4f\x47\ \x5e\xad\xdd\x7e\x16\x3a\x61\x95\x58\xc6\xd1\xa1\xad\xaf\x10\x42\ \x6c\xc9\xd3\x62\x7a\xd3\x34\x51\x4a\x95\x7c\xcf\xf6\xa8\x58\x70\ \xac\xed\x25\xb5\x22\x9a\xb6\x0e\x54\x14\x45\xa0\x82\xa0\x1c\x68\ \x47\xd9\x4e\x00\x03\x80\x10\x02\x23\xcc\x79\x21\xa5\xd4\x9c\x5b\ \xc6\x19\x6b\x08\x6d\x75\x67\x9c\xa4\xb5\x8e\x8f\x75\xb1\x6d\xab\ \xe5\x18\xb9\xb0\x99\xba\xc1\xfe\x30\xae\x06\x8d\x4f\x22\x8b\xdb\ \xb4\x86\xd9\x22\xb0\x6c\x9b\xa9\x35\xbd\xd7\x7e\xb2\x18\x23\x94\ \x12\x52\x2b\x05\xfc\x30\xc4\xd4\x25\x84\x0e\xe3\x04\xe4\x05\xd4\ \x4a\x2b\x61\x17\x18\x84\x10\x41\xe4\x38\x0c\x00\x50\xa9\x56\x1d\ \xcf\xef\x74\x3a\x52\xa9\xdd\xbb\x76\xc3\x34\x16\x59\x02\x10\x04\ \x00\x08\x25\xa1\xe0\xb9\xe0\x06\x82\x7e\xbf\x5f\x14\x85\xd6\x52\ \x0a\x3e\x18\x0c\x8d\xd6\xae\xeb\xd6\x6a\xb5\x20\xf0\x01\xc4\x16\ \x4a\x9a\xa4\xf1\xc4\xfc\x1c\xc6\xa4\xd7\x6d\x71\x21\x2c\x0b\x87\ \xf5\x7e\x94\x52\xbd\x6e\xd7\x9e\xb3\x52\x8a\xe9\xda\x0c\xa6\x84\ \x3a\x24\x1a\x0e\x6d\xb7\x06\xf3\x7c\x25\x55\x96\xe6\x42\x69\x00\ \x05\x63\x8e\x31\x50\x03\x88\x10\x81\x84\x40\x84\x1c\xc7\x73\x7d\ \x9f\x52\x07\x68\xa3\xb4\xd1\x1a\x28\x65\xb8\x90\x10\x0a\x00\x30\ \x26\x10\x40\x0e\x11\x72\xc8\xa8\x2c\xed\x38\x8e\x01\x20\xcb\x32\ \xa1\x14\x42\x10\x21\x6a\x00\xc8\xb3\x6c\x08\x34\x04\x3a\x0c\x43\ \x04\x8d\xef\xb1\x4a\x18\x38\x0e\xeb\x6a\x81\x11\x60\x84\x7c\x1b\ \x5b\x0f\x0a\x31\xea\xb9\x84\x10\x69\xad\x01\x30\xb5\x5a\xad\x5a\ \xad\x2b\xa5\xb2\x2c\x6d\xb6\x12\xbb\x3a\x10\x82\x16\x27\xab\x94\ \x6c\x36\xd7\x95\xd2\x45\x51\x28\xad\x21\x32\x1b\x56\xdc\xa6\x46\ \x31\x42\x58\x08\x61\x7b\x69\x30\x42\x18\xa1\xa2\xb0\x16\x0b\x11\ \x42\x37\xac\x17\x02\x00\x18\x08\x20\x86\xda\x18\x0c\x46\x11\x21\ \x46\x48\x08\x91\x26\x09\x30\x40\x08\x49\x10\xa4\x04\xdb\x65\x6f\ \x73\xb0\x63\x9a\x4c\x4a\x59\x39\x0c\x94\x52\x0a\x18\x4b\x2b\x0d\ \x20\x34\x00\x68\xa3\x85\x92\x4a\x4a\x00\x91\xe3\xba\x4a\xe9\x24\ \x49\xec\x76\xb0\xd5\x87\x71\xbd\x53\x48\x29\x84\xb0\x4b\xda\x02\ \x8c\x5d\xd7\xdd\x1c\x9e\x8e\xb7\xc3\x06\x90\x64\xb4\x79\x47\xa7\ \x12\x79\x25\xce\x25\xa3\xcd\x46\x75\x50\x8d\xe0\x38\xd0\xa6\x75\ \xf5\x4b\x6b\x76\x82\x06\x01\xea\x9a\xa7\xbf\xf2\x3f\x7e\xeb\xec\ \xe7\x97\x2e\x2e\xef\xff\x81\x0f\xbc\xfd\x7a\xef\x81\xff\xf2\xc8\ \x5a\x37\x78\xf0\xb3\x9f\xe0\xbd\x6e\x0c\xc3\xe6\x50\x12\x16\xcc\ \xef\xdc\x77\xfd\xed\xe5\x1b\x77\x3d\xec\x6e\xdf\x7f\xe3\x9d\xec\ \xd6\xfb\xbf\xb4\xbe\x76\xf9\xc9\xd3\x47\x26\xee\x79\xcf\x3b\xef\ \xb8\x05\xdc\xdc\x38\xfe\xc4\x6f\x3e\xdb\xa7\xaf\xbb\x75\xe7\xfd\ \xcf\x5c\x18\xf8\x9d\x96\xb7\xfb\xbd\xdb\x7a\xff\xf9\xc4\x32\x8c\ \x9e\xf8\xc4\xaa\xee\x14\x12\xad\x74\xb5\x99\x57\x2f\x51\x81\xd8\ \x3e\xb3\xe7\x20\x42\x06\x00\x6a\x45\x94\xaf\x4a\x75\x6a\xa3\xb5\ \x56\xc6\x28\x6d\xc6\x5e\x85\x79\x61\x56\x14\x1a\x03\x30\xcd\xd6\ \x1e\xfb\xb7\xbf\xf9\x5b\xc5\xfa\x15\x51\xbf\xe9\xef\xfe\xfc\x5d\ \xbd\xe3\x7f\x79\x69\x69\xbd\x78\xe2\xde\x55\x93\xf2\x7c\xd0\xea\ \x75\x21\x22\x13\x3b\xf6\x1c\xba\xe1\xb5\xaf\xbf\xed\x33\x8f\x07\ \x73\x37\xdc\x74\x47\xfb\xfa\xaf\xdc\xb7\xd8\xe9\x9c\xbe\xb0\x84\ \x76\xfc\xea\x8f\xbd\x65\x3b\x01\xe2\xd4\x53\x7f\xf9\xc0\xb3\x6f\ \xff\xe1\x3b\xc4\xef\x1f\xbd\xd0\xbd\xe3\xcc\xb9\xe4\x8e\x77\xed\ \x5f\x78\xec\xb3\x6b\xdd\xea\x7d\x9f\xfa\x44\xd6\xed\xc7\xac\xd5\ \x4e\x75\xd9\xd1\x90\xe0\xe6\x53\xdf\x38\xd9\x75\x6f\x65\x89\x3b\ \xbb\x63\xf5\xe3\xdf\x38\xf7\xde\xb7\xee\x43\xc0\x18\xa3\x95\xd1\ \x1b\xc8\x4c\xa5\xd4\xd5\xf0\xae\x17\xdc\xbe\x01\xc4\x68\xfd\x3d\ \x62\x47\x11\x42\xc0\xd8\xc6\x89\x11\x78\x01\x01\x88\x00\x34\xd6\ \x20\x01\x83\x30\x04\x00\x20\x42\x30\xc2\x4a\x49\xa5\x46\x1d\xa5\ \x4a\x2b\xb3\x81\x4d\xd0\x1b\x7d\x9c\x45\x51\xd8\x16\x08\xce\x79\ \x51\x14\x8d\x46\xc3\x22\x26\xec\xfe\xb4\xbd\x2b\x1b\x2d\x6b\xda\ \x46\x81\x4a\x6b\xeb\xfc\x5a\xf5\xd0\x3c\xcf\x2d\x21\x11\xa1\x84\ \x31\x96\xe5\x99\x4d\x31\x59\x74\xac\x7d\x1f\xa5\x14\xd9\x40\xc6\ \x2b\x63\x44\x9e\xdb\x4f\xb4\x99\x28\x4a\x69\x9e\xe7\x4a\x4a\xad\ \x15\x82\x70\x33\x4c\xce\x06\xac\x63\x3f\x68\xdc\xb7\x70\x15\x32\ \x70\x6c\x65\xc7\x69\x5e\xfb\xaf\xb6\xcf\x0f\x8c\x69\xd2\xae\xd9\ \x41\x87\x90\x32\x8f\x2b\xa0\x24\xcf\xb2\x22\x64\x01\xa2\x8c\x39\ \xd2\xf2\x0e\x0e\xfa\x5d\x60\x8c\x94\xca\xc6\x34\x8c\x32\x7b\x77\ \x84\x39\xb6\xe3\x10\x02\xa3\x8d\x16\x52\x28\xad\x09\x25\x10\x21\ \xad\x75\xa7\xdf\xb3\x31\x74\xa7\xd3\x09\x03\xbf\xd1\xa8\x1b\x00\ \x1c\xd7\xb1\x1d\xfa\x08\x21\x84\x49\x92\xa6\x79\x5e\xb8\x8e\xab\ \x8d\x91\x4a\x71\x29\x35\x30\x5e\x10\x14\x52\x48\x25\xb3\x3c\xf7\ \x7d\x1f\x20\x54\x2a\x95\x3b\xad\x9e\xc5\xc5\x14\x9c\x33\x4a\x83\ \x20\x0c\xfc\x40\x4b\x61\x8c\x51\x4a\x6a\x63\xb4\x36\x69\x9a\x17\ \x5c\x08\x29\x73\x5e\xf8\xbe\x6f\x11\xaf\x00\xc2\x3c\x2f\x74\xd9\ \x30\x4a\x8d\x31\x45\x21\x94\xd6\x4a\x69\x21\xa5\x4d\xb6\x17\x05\ \xa7\x8c\x51\xd7\x95\x82\xe7\x45\xe1\x3a\xd4\x46\x4a\xd2\x46\x72\ \x84\x00\x08\x99\x01\x18\xc2\x22\x4b\x1b\xb5\xaa\xef\x3a\xad\x56\ \xdb\x65\xd4\x9b\x9a\x66\x84\xa4\x52\x0a\xc1\xaf\x99\x19\x50\x29\ \x99\x65\x99\xc5\xef\x10\x8c\x04\xe7\x51\x14\x21\x84\x3c\xcf\xc7\ \x98\x40\x68\x00\x40\x10\x62\x84\x2c\x6c\x96\xa4\x69\x62\x0c\x10\ \x42\x68\x6d\x10\x42\x98\x60\xa0\x47\x99\x89\x31\x6e\x02\x21\xa4\ \xf5\x28\xf9\x01\xb4\xd9\x0c\x50\xdc\x6c\x93\x10\x42\x06\x02\x69\ \xd4\x28\x56\x05\x40\x6b\x8d\x11\x82\x06\x18\xad\x21\x84\x8c\xd1\ \x8d\xf4\x89\x19\x03\xc7\xc6\x70\x74\x03\x8c\xd1\x1e\x17\x52\x48\ \x25\x95\xb2\xfe\xbe\x36\x46\x1b\x00\x0d\xb0\xc7\x11\xa5\xb4\x28\ \x92\x2c\xcb\x8c\x31\xc1\x86\x3a\xb4\x4d\xab\xd8\xad\x37\x86\x58\ \xdb\x1d\xc7\x18\xb3\xc5\xfe\xf1\x2e\xde\x48\x53\xe1\xd1\xde\xdc\ \xc8\xc7\x60\x8c\x5f\x16\x14\xc0\x18\x03\x80\xb9\xda\xcf\x7c\x09\ \x27\xa6\x01\xb6\x7d\x5a\x2b\xa5\x37\xe3\x5a\x8d\xb1\x5d\xfc\xe6\ \x5b\x3f\x62\xa4\x79\x6e\xf6\xdc\xfc\x86\x9f\x7c\xfb\xfc\x9f\xfd\ \x87\x0f\x51\xb7\xec\x13\x28\x85\x99\x3a\x78\xfb\x8f\xbf\xef\x0d\ \x50\x0a\xe6\xf9\x65\x92\xe6\xca\x60\x59\x00\x20\x10\x30\x45\x9c\ \x00\x0d\x35\x46\x52\x1b\x04\x21\xcf\x72\x0d\x00\xe2\x45\xc1\x95\ \x54\xde\xad\xaf\x7b\xcd\xbd\x7f\xf6\xc0\x5f\x24\x7a\xf2\xf0\x5b\ \xe7\x5d\x2d\x48\xf9\xae\xb7\xff\xf0\xdb\x76\x3b\xdc\x60\xd7\xf5\ \xb3\xb4\x78\x09\xf7\x05\xc7\xff\x1b\xc7\x64\x23\xbc\xb7\x36\x2f\ \xc8\xeb\x1a\x63\xf4\x0b\x67\xe0\x85\x41\xa9\x56\x4a\x0a\x4e\x2b\ \xfb\xdf\xf3\xbe\x9f\x58\xfd\xf2\x47\xbf\xb4\xea\x36\x02\x47\x6b\ \x49\xc2\xb9\xef\xfb\xd1\xf7\xed\x64\x0a\x52\xb7\x5e\x77\xbe\xf8\ \xa0\xd4\x3e\x07\x40\x18\x6c\x78\x9e\x2a\x60\x80\x01\x50\x4b\x03\ \xb1\x56\x22\x2f\x00\x20\x3a\x2b\xb8\x36\xaa\xb2\xf3\x8e\x03\xce\ \xd7\xbe\xf8\xc9\xff\x77\x8d\x6c\xff\xbe\xc3\x33\x4f\x3d\x20\xe7\ \xae\xbf\xf3\x7d\x3f\x7c\xbb\x11\x92\xba\xae\x0f\xd2\x5c\x22\x17\ \xf6\x1e\x7d\xf4\x99\x54\x88\x2f\xff\xd9\x47\x21\x90\x7a\x78\xe5\ \x91\x67\xaf\xec\xd9\x65\x4b\xba\x5a\x49\x05\x20\x04\x46\xdb\x74\ \xe0\x5f\x71\xfb\xb6\x53\xeb\x85\x69\xed\x57\x9f\x1d\x35\xc6\x6e\ \x75\x04\x11\xb4\x79\xbf\x20\x08\x30\x21\x18\x00\x2d\x54\xdc\x1f\ \xf0\x2c\x37\x70\x04\xc4\x45\x1b\x5d\x31\x00\x80\x30\x0c\xb5\x81\ \xa5\x4a\x05\xdb\x07\xab\xf5\xb8\xa7\xd3\x62\x47\x5d\xd7\x2d\x97\ \xcb\xfd\x7e\xdf\x16\x11\xc7\xbc\x9d\xf6\x02\x4b\x8d\x5d\x14\x1c\ \x21\x94\x17\x85\xed\x07\x1f\x9b\x5b\x6b\x2a\xec\x0f\x84\x60\xdb\ \x30\x13\xc7\x31\x2f\xb8\xd1\x5a\x4a\x69\x0b\x86\x18\xe1\x51\xa0\ \xbc\x49\xf2\x25\xcf\x73\x8b\x8f\x70\x1c\xc7\x9e\x3e\xa8\x28\xc6\ \x7e\xb4\x0d\x85\x2d\x95\xa8\xb5\x4c\x4a\x6b\x9b\xa7\xb5\x34\x3a\ \x63\x48\xd1\xe6\x31\xc6\x46\x6e\x36\xb1\xf6\x70\xf9\x76\x28\x76\ \xa5\x01\x00\x61\xca\x1c\x0d\x90\xe3\x7a\xbb\x76\xee\x24\x8c\xa5\ \x49\x92\xc5\xc3\x56\x73\x75\xcc\xfa\x66\xf3\x8a\x23\x3e\x7e\x84\ \xe6\xe6\xe6\x5c\xd7\x73\x98\x13\x63\xac\xed\x6e\x03\x40\x69\xad\ \x81\xb1\xc7\xae\xeb\xfb\xcc\x73\x93\x68\xa8\x5b\x32\x4e\x52\xa5\ \xb4\xd2\x6a\x84\xfc\x34\xd2\xb2\x0d\x27\x69\xea\x0c\x71\x10\x7a\ \xcc\x75\xec\x6f\x10\xc6\x1a\x80\x4e\xaf\x4b\x1d\x86\xb5\x52\xc6\ \xd8\xd6\xd8\xe1\x70\x98\xe5\x19\x80\x26\xcb\xf3\x78\x30\xf0\x1c\ \xa6\x85\xa4\x08\x01\x04\x85\x92\x00\x00\x08\x10\x44\x10\x00\xc0\ \x05\x87\x10\xb9\xbe\x4f\xd2\x34\xcd\xf3\x5e\xaf\x3f\x51\xaf\x13\ \x42\x94\x92\x42\xca\xa2\x28\xc2\x52\xc9\xf2\xcf\x15\x42\xc4\x71\ \xa4\xe2\xc4\x28\x19\xfa\x6e\xbd\x5a\x66\x8c\x48\xa9\x84\xe2\x4a\ \x69\x02\x21\xa5\x94\x18\xc3\x28\xe1\x9c\x03\x63\x04\xe7\x45\x9e\ \xf1\xa2\x10\xbc\x20\x18\xf9\xae\xeb\x38\xec\xda\x66\xdd\x9a\x2e\ \x21\x84\xeb\xba\xbe\xef\x3b\xcc\xc9\xb2\x22\x8a\xe2\x28\x8a\x30\ \xb6\x86\x13\xdb\xdc\x04\x84\xc8\x62\xb9\xe3\x24\x06\x06\x28\xa5\ \x31\x46\x08\x61\xa9\x84\x32\xda\xe8\x51\xb6\x63\x8c\xcb\x1d\x37\ \x4d\x21\x08\x81\x36\x96\xeb\x7d\xdc\xe5\x6c\x77\x1b\x42\x18\x62\ \xa4\x80\x96\x52\x82\x0d\x26\x2c\x8c\x10\x81\x30\xcf\x0b\xdf\xf7\ \x29\xa3\x9c\x73\x4a\xb0\x7d\x73\x8b\xbc\xb3\x0b\x15\x42\x08\x0c\ \x48\xf3\x9c\x60\x0c\x10\x56\x42\x5a\xd7\x5f\x48\x69\x3d\x24\x84\ \x47\x84\xd8\x9b\x57\xe9\x98\x74\xc9\x26\x78\xe5\x46\xa2\x65\xec\ \x26\x96\x4a\x25\x2b\x53\x6a\xb1\xd6\x36\x27\x31\xce\xbb\x58\xfb\ \x6a\x8d\xa8\x31\xc6\xb6\x2d\xbd\xb4\xf2\x3f\xca\xd2\x4c\x2a\x65\ \x37\xe9\xd8\x77\xcc\x8b\xec\xa5\xc4\xa3\x96\xec\x4c\x6f\x00\x20\ \x36\xf7\x7e\xbc\x24\x57\x09\xe9\x3c\xcd\x70\x23\xdc\x7e\xe8\x8e\ \xbf\xf5\x8b\xeb\xff\xe7\xbf\xfb\xfd\xcf\xee\xf9\x67\x37\xdf\xf3\ \xe6\x7b\x3f\xfc\xe0\x97\xbe\xe6\xcc\x05\xa0\x3c\x7b\xd3\x9d\xfb\ \x41\x91\xa6\xa4\x10\x40\xcb\x3c\xcd\x8c\x90\x40\x8a\x22\x8d\xd3\ \x82\xbe\xf3\x75\x77\x7d\xe5\xc3\x9f\xf8\xc3\x4a\xc4\x96\x1f\xbf\ \x1c\xde\xf4\xee\xb9\x30\xa8\xdc\xb6\x4f\xff\xd9\x1f\x3d\x30\xf1\ \x7f\xfd\xcb\xbd\x24\x44\x6f\xd8\xef\x3f\xf8\x85\x4f\x97\x5e\x7f\ \x9d\x2e\xd0\x0d\x77\xbc\xd6\xa5\x2f\xaf\x3e\xfa\xdc\x5d\x18\x63\ \xb4\x7a\x21\x7a\xcb\x86\xa3\x76\x06\xf4\xd8\x8e\xbe\x28\x5e\x57\ \x29\x51\x64\xb9\xa4\x93\x33\x3b\x5f\xfb\xc1\xbf\xb5\xf4\x2f\x7e\ \xeb\x77\xfe\x68\xef\xaf\xff\xc8\xeb\xf6\x56\x1f\xfb\xdc\xa7\xee\ \x7d\xc3\xe1\x09\xe1\x4e\xbd\xfe\xae\x43\xa2\x48\xb3\x9c\x2b\xa5\ \x8a\x2c\xcb\x90\x50\x40\xf3\x3c\x4b\x8a\xa4\xbc\xef\xce\xc3\xde\ \x43\x7f\xfc\xfb\x7f\x72\xe7\x4e\x7e\xef\x33\xdd\xbb\x3e\x78\x33\ \xc5\xd5\x3b\x6e\x9f\xff\xe7\xbf\xf3\xf1\xd7\xfd\xe2\xbf\x98\x0f\ \x9d\xe4\xb5\x77\x7d\xe5\xcf\xef\xbf\x77\x02\x4d\x3a\xa6\xb6\xed\ \xc6\x5b\x0e\x38\xda\xc0\xfe\xe5\x23\xf7\x1f\x89\xfe\xc6\x3f\xf8\ \x67\x6f\xde\x1b\x18\x8c\x9e\xfd\xf8\xef\xfc\xfe\xe7\xbe\xf8\x03\ \x7f\xf7\x3a\x10\x2d\x3f\xf1\xec\xa5\xeb\xcb\xe5\xe5\x87\x8f\x9c\ \x5d\x7d\xc3\xc1\x0a\x52\x2f\x06\x1c\xde\xe4\x65\x22\xbd\x11\x89\ \xbd\xba\xed\xa8\xc5\xe2\x2a\x25\xa5\x10\x10\xe3\x2c\xcd\x88\x43\ \x1d\xc7\x21\x10\x21\xc7\x44\xfd\x81\xd2\x9a\x32\x32\xce\xe1\x2b\ \xa9\x10\x26\x79\x91\xfb\x9e\xd7\x98\xf0\x20\x42\x45\x12\x13\x42\ \xe4\xc6\xa1\x6f\x29\x0b\xc0\x06\xdf\x0a\x84\xb0\xd3\xe9\xd8\x23\ \xc6\x16\x2f\xad\x95\xb5\x21\xa3\x75\xc7\x94\x52\x36\x61\x28\x37\ \x86\xb5\xa0\x36\xb5\xcb\x1c\x67\xdc\xd7\x0f\x01\xd4\x4a\x69\xad\ \xb9\x94\x9e\xe7\x15\x45\x6e\x0c\x00\xc6\x48\xad\xe1\x06\x9f\xfe\ \x66\x0e\x33\x42\xc8\x30\x8a\xf2\x82\x57\x2a\x15\xcb\x0b\x68\x2f\ \xb0\x2d\x71\xf6\x7a\xb3\xc9\x5b\xf7\x7d\xdf\xb6\xd6\x8c\x69\xe8\ \xed\xbb\x59\xf0\x91\x7d\x89\x35\xc9\xb6\x05\x33\xcb\x32\x84\xae\ \x51\xd9\x18\x42\xc8\xb9\x8c\x92\xcc\x20\x22\xd2\xcc\x4d\x92\x7a\ \xa3\xc1\x18\xc3\x53\x53\xe7\xcf\x9c\x42\x10\xd8\x60\xdd\x76\xda\ \x70\xce\x31\x61\x42\xca\x32\x21\xaf\xb9\xf5\x56\x5e\xf0\x34\x4d\ \x1c\xc7\x91\x40\x03\x08\x29\x21\xda\x68\x97\xba\x00\x42\x63\x49\ \x85\x5c\xa7\xdd\xe9\x68\xc1\xfd\x20\x88\xe3\xc8\xf5\x7c\x00\xc0\ \x70\x38\x04\x08\xd5\x6a\x75\x29\xa5\xd1\x9a\x31\xc7\x71\x9c\xf5\ \xb5\xb5\xbc\x28\x3c\xcf\xb3\x4d\x8a\xd6\xc6\x10\x42\xa4\x92\x98\ \xe2\xf5\xf5\x75\xcf\xf7\xa9\xc3\xf2\x3c\x93\x52\x0a\xad\x80\x56\ \x65\x3f\xc8\xf3\x5c\x0a\x29\xb5\x36\xc6\x08\x25\xb5\x01\x10\x22\ \x29\x15\x97\x52\x08\xe1\x7a\x5e\x9a\xe5\xcb\x2b\x2b\xda\x98\x5a\ \xad\xa6\x00\x30\x10\x28\x00\x0c\x84\x88\x90\x8c\x17\x71\x9a\x68\ \x0d\x84\x92\x4a\x16\xbe\xeb\x38\x8e\xe3\xb9\x8e\x10\x82\x30\xa7\ \xdd\xe9\xd3\x51\x0f\x0c\x44\x98\x04\xa1\x2b\xb5\x49\x0b\x4e\x98\ \x43\x98\x8b\x29\xdb\xbe\x63\x57\xc1\x8b\x89\xc9\x29\xa5\xd5\xb5\ \xae\x79\x98\x27\x49\x9a\xa6\x56\x22\xdb\x71\xbc\x3c\x2f\x8a\xa2\ \x70\x5d\x24\x44\x56\x2e\x97\x21\x80\x18\x11\x4a\x98\x2d\xdb\x5b\ \xc7\x4b\xc8\xcc\x77\x3d\x8c\xb1\x90\x12\x6a\x08\x09\xdc\x0c\xd5\ \xb1\xf0\x4e\xdb\x21\x83\x21\x1a\xb3\x9f\x21\x88\x08\xc5\x9b\xeb\ \xee\x06\x00\x02\x81\x01\x00\x6e\x80\x3c\x09\xc6\x46\x29\x58\xf0\ \x34\x4d\xcb\xa4\x5c\x14\x85\x26\x23\xde\x06\xeb\x14\x5a\x3e\xa3\ \x11\x57\x97\x10\xc2\x18\xa9\xa5\xad\x79\x58\x9a\x0e\xca\xa8\x54\ \xd2\x71\x1d\x44\x71\xd4\x8f\xed\x12\x75\x5d\xd7\xf3\x3c\x21\x44\ \x1c\xc7\x76\xc1\x43\x08\x1d\xc6\x46\x30\xb4\x0d\xbe\x46\x29\x65\ \x92\x24\x96\x68\xc5\xe6\x5a\xc6\x1d\xde\x63\x66\xb1\x31\x7c\xdd\ \x76\x09\xbf\x44\x87\x45\x08\x31\x1c\x0c\xea\xf5\x06\xdc\x18\x45\ \x96\x15\x79\xfe\x2d\x6d\xa1\x01\x66\x14\x90\x6e\xb4\xbb\x58\x13\ \xa2\x8d\x81\x2f\xa9\x7d\x14\x72\xa0\x77\xdc\xf2\x46\xec\x4d\xa7\ \x71\x5c\xde\xf7\xc6\x0f\xfe\x68\xf7\x72\x73\xa5\x71\xcf\x0f\xfe\ \xdd\x0f\xf8\x5f\x7d\xe2\xd4\x49\xe0\xdf\x34\x71\x58\x98\xf0\xfa\ \x7b\xde\xcc\x66\xbc\x2c\x83\x37\xdc\xf5\x7a\x30\xe7\x15\x1c\x1f\ \x7c\xed\x5b\x8a\x49\xaf\x76\xe8\x2d\xbf\xf4\x53\xf0\xbe\x47\x8f\ \xc7\xa5\x43\xbf\xf8\x8b\xdf\xb7\xcd\x97\x99\x0c\x5f\xff\xae\xf7\ \x8a\x5b\x4a\x07\x26\xfd\x94\xeb\xef\x7f\xff\xdf\x09\xee\xbb\xf7\ \xd4\xf1\xe3\x6e\x75\xd7\x21\x63\xad\xbe\xf9\xab\x8f\xd9\x31\xa7\ \xe1\xa8\x0d\x14\xda\x6c\x84\x31\x06\xbc\xd0\x90\x98\x8d\xc6\x17\ \x9b\xe2\x33\x57\x61\xae\x36\x5f\xcd\x39\x9b\xda\xf7\xa6\xb7\x4c\ \x50\x91\x66\xde\xd4\x8f\xfe\xf4\xcf\x7c\xf9\x89\x56\x17\xdd\xf1\ \xc1\xbf\xf3\x0b\x5f\xfe\xf2\xd7\x8f\x9f\x68\xd7\xf7\x86\xa2\x30\ \xbb\x6f\xba\x9b\xba\x93\x45\x2e\x66\xaf\xbf\xfb\x0e\x30\xc7\xf3\ \x7c\xe6\xba\xdb\xef\x96\xd3\x12\xcd\xbc\xef\x17\x7e\xf1\x2b\x5f\ \xba\xff\xe4\x45\xf4\xf6\xf7\xff\xed\x37\x5c\xdf\x88\x12\xb1\xfb\ \xe6\x37\xfd\xc4\x4f\x7a\xfb\xef\xd8\x9d\x0c\xb3\xed\xb7\xbf\xe7\ \x97\x50\xed\x6b\x4f\x9f\xec\xa0\xf2\x6b\x66\xae\x53\x46\x03\x05\ \x92\x42\xdf\xfc\xfd\xef\xbc\x6e\x2e\xe0\x85\xd0\x88\xee\xbb\xe3\ \xad\x6f\x96\xe7\x12\xef\xf0\x8f\xfd\xe0\x5b\x2e\x0d\x5a\x33\xb7\ \xfe\xf0\xbb\x56\xef\x1b\xf4\x23\x15\x96\xd5\xc8\xb1\x7b\xf1\xdb\ \xb7\x18\x23\xfd\x32\x90\xd8\xdf\xc5\xf1\x28\xc6\x38\x08\x82\x52\ \xb5\x62\x20\x1c\xc6\x51\xb3\xd3\x72\x1c\x87\x62\x8c\x01\x1a\x1b\ \x5a\x63\x41\x55\x1b\xe2\x4d\x4b\x8b\x8b\x84\x10\x44\x18\x44\x88\ \x21\x00\xe4\xa8\x27\xdd\x3a\xe6\x76\x2b\x8e\xeb\x3a\x56\xda\xc2\ \x82\x1a\x6c\x5b\x9b\x0d\xe3\xac\xbc\x86\x36\xda\x36\xb6\xdb\xb3\ \xc6\xd6\x50\xe9\x06\x1d\x6e\x9e\xe7\x96\xb4\xcf\x16\x7b\x10\x84\ \x98\x31\xce\x79\x96\xa6\xda\x18\x03\xa0\x94\x5c\xd9\xae\x95\x8d\ \xf4\x97\x2d\x64\x6e\x30\xde\x2b\x00\xa0\xde\x34\x6c\xe8\x39\x4e\ \xeb\x61\x8c\xe5\x06\xa7\x9a\xeb\xba\x96\x1f\xd8\x5e\x60\xa3\x4f\ \x6b\x54\x6c\x7e\xcc\x0a\x40\x8e\x6d\xaa\xcd\xbc\x5d\x73\xe7\x13\ \x84\x70\x72\x66\xd6\x4d\x12\xd7\x2f\xad\x35\xdb\xc7\x4f\x9c\xb2\ \x59\x62\x25\xb9\xc7\x98\x9d\x37\x1b\x88\xd8\x14\x77\x92\xc4\xa7\ \x4e\x9e\xa4\xde\x25\xce\x05\x63\x0e\x26\x08\x8b\x3c\x4b\x33\x4b\ \xf6\x96\xe7\x39\xa6\x44\x01\x03\x20\xe0\x52\x80\x02\x28\x25\x5d\ \xc7\x49\x92\x54\x29\xdd\xef\xf7\x84\x10\x61\x10\x08\xad\x8d\x31\ \xbe\xef\xb9\x8e\x1b\x25\x51\xa7\x4b\xeb\x8d\x46\xaf\xdf\xcf\xb2\ \x8c\x39\x8e\xe3\xba\x34\xcf\x0b\xce\x21\x42\x59\x9e\x1b\xad\xcb\ \xa5\x12\xa1\x94\x31\x86\x09\x94\x42\x66\x69\x22\x84\x50\x1b\x74\ \xaf\x46\x03\x29\xb5\xd2\xaa\xe0\x05\x21\xc4\x0d\x7c\xa4\x41\x1e\ \x27\x94\x52\x42\x68\xae\x41\x91\x0b\x08\xb1\xc3\xdc\x3c\xe3\x79\ \x96\x19\x1d\x31\xea\x1a\x0d\x8d\x82\x52\x8e\xa6\xbd\x54\x0a\xa7\ \xa6\xa6\x02\xdf\x03\x00\xb4\x3a\x3d\x4c\x90\x5d\x2a\x14\x99\x20\ \x0c\x4b\xd5\x5a\x21\xa5\xeb\x87\x06\x20\xc7\x0f\xfa\xc3\x18\x62\ \x5a\x14\x79\x56\x14\xdf\x8e\xf2\x2b\x30\x7a\x75\x75\x55\x2a\xb9\ \x7d\x7e\x87\x6d\xcd\xb2\x20\x9a\xa2\xe0\xc6\x00\x42\xd8\xc8\x8e\ \x63\xac\xa4\x66\x8c\x4d\x4c\x4c\x70\x9e\x17\x45\x21\x04\x87\x10\ \x62\x32\xae\xf3\x18\x38\x62\x7e\xb5\xf1\x9f\x3d\x0e\x34\x7c\xde\ \x01\x8a\xb4\x1e\x2b\xa5\x58\x03\xfb\x3c\x84\x94\x94\x12\x68\x6d\ \xa9\xa1\x5d\xd7\x71\x1d\xe6\x39\x2c\x4e\x92\xf1\xb7\xb5\x60\x5a\ \x4b\xa2\x44\x08\x11\xb9\x40\x80\x20\x44\x80\x36\x5a\x1b\x03\x51\ \x5e\x08\x03\x8c\x31\x05\xc6\x04\x40\xe8\x79\x5e\x14\x45\xae\xeb\ \xd6\xeb\xf5\x4e\xa7\x63\x8d\x28\xe7\x3c\x0c\xc3\xa2\x28\xd2\x2c\ \xdb\x5c\x85\xb1\xc4\xd7\x63\x86\xcb\x71\xbe\xda\x52\xfe\xda\x66\ \xee\x51\x7b\xab\x65\xfc\x78\x69\xd3\xae\x94\x9a\x9b\x9f\xa7\xd4\ \x59\x5f\x5f\x0b\xc3\x10\x63\xac\x84\xc0\x94\x4e\xcd\xcc\x5d\xba\ \x70\xf6\x5b\xc7\xa3\x66\x83\x19\xf3\xb9\x9c\xe7\x46\x64\xfa\x2d\ \xcd\xb0\x31\x10\xbb\xb7\xbe\xe3\x27\x6f\x33\x82\x73\x69\x00\xb9\ \xf3\xdd\x3f\x7b\x5b\x1e\x0f\xe3\x6c\xdb\xcd\x6f\xfa\xf9\xdb\xdf\ \x0e\x81\x11\x45\x96\x49\x73\xc7\x0f\xbe\xc7\x88\x22\xcd\xcd\x9d\ \x3f\xf0\x2e\x20\x8b\xb8\x30\xb7\xbe\xf5\xbd\x50\xe5\x49\x92\xcd\ \xde\xf8\xc6\x5f\xb8\xed\x6d\xc0\xa8\x22\xcf\xb9\x94\xc0\xc8\xa9\ \x1b\xbe\xff\x83\x37\x9b\x34\xcf\x85\x00\x90\x55\xdf\xf4\x23\xef\ \x7f\x3b\x46\x46\xcb\x3c\xcb\xe5\xb7\x72\xe9\x8c\x79\x0e\x9f\x0a\ \x0d\xb0\x88\x33\x63\xf3\x9a\x5a\xbf\x30\xb1\xa9\xb5\x1e\xb1\x47\ \x68\xb5\xa9\xbb\x74\x63\x2a\x36\xcd\x80\xe4\xb9\xb7\xe3\xc6\xf7\ \xec\x43\x45\x56\xf0\x5c\xf8\x3b\x6f\xfd\x89\xfd\x28\x4f\x33\x53\ \xdb\xfd\xc3\x1f\x3c\x84\x11\xd4\x92\x67\x39\x3f\x78\xe7\x0f\x5c\ \x67\x44\x96\xe7\xbb\x5f\xf7\xce\xfd\x40\xe4\x49\xba\xeb\x75\x6f\ \xdb\x0f\x65\x96\xc5\xb8\xba\xe3\x3d\x1f\xfc\x25\x0c\x81\xe0\x79\ \x21\x0a\x60\x0c\xac\xec\xf8\xe1\x9f\xd9\x2f\xf3\x54\x48\x01\x20\ \xdc\xf5\xda\xb7\x1f\xbc\xeb\x1d\x10\x68\x5e\xe4\x9c\x4b\x00\x40\ \x69\xfb\xed\x3f\xb9\x17\xe6\x59\xc6\x15\x00\x52\xc0\xfa\xc1\xf7\ \xfe\x8d\xeb\x8b\x3c\x9f\x7b\xeb\x0f\xdf\x64\x64\x2e\xf4\x0f\xfd\ \xf4\xcf\xa8\x22\xe7\x52\xda\x5b\xfe\xe6\xb7\x0f\x47\x85\xe0\x57\ \xbf\x1d\x35\x94\x92\x52\xa9\x54\x29\x97\x0d\x84\x42\xcb\x28\x89\ \x95\x52\x4a\x48\x86\xb1\x05\x50\x00\x68\x28\xa1\x5a\x6b\x2e\x04\ \x26\x24\x08\xc3\x66\xb3\x35\x1c\x0e\x11\xa6\x88\x90\x6a\xe8\x7b\ \x74\x14\xea\x05\x41\x50\x2e\x97\x6d\x08\x65\x33\x9f\x10\x42\xdf\ \xf7\xed\x86\xb4\x9e\x88\xed\xc4\x47\x08\x4d\x4e\x4e\xd6\xea\x75\ \xa0\x35\x46\x20\x8a\xe2\x7c\xa3\xc0\x69\x53\xaf\xa3\xe4\x86\x31\ \x98\x90\x31\x3d\x82\x10\xa3\xfc\x30\x82\x50\x6b\x95\x67\x99\xd6\ \xca\x18\xa3\x36\x68\xd2\xac\x19\xc6\x1b\xf0\x5d\xad\xb5\xef\x01\ \x65\x8c\xa5\x1e\xb5\x6e\xb8\x65\x69\xf0\x3c\xcf\x3a\xe6\x00\x42\ \x6d\x0c\x02\xc0\xc2\x3a\x2c\x71\xae\x8d\x03\xc6\xc3\xde\x91\xed\ \xb4\xb3\x5f\xc0\xbe\x36\x4d\x53\xc1\xc5\xb5\x1d\xe8\xc6\x98\x72\ \xad\x1e\x56\x6a\xae\x1f\x22\xe6\x5e\xb8\x78\xc9\xe2\x7d\xb4\x96\ \x13\xdb\xe7\x2d\x3a\x5a\x6b\xc3\x18\x03\xc0\xc4\x71\xbc\x6f\xff\ \x81\x95\x95\x95\xc5\xc5\x25\xcb\xa7\x1f\x84\xc1\x54\x25\xc0\x84\ \x48\xa5\x08\x42\xf5\x46\x7d\x72\x7a\xba\x37\x18\xa4\x69\x6e\x3b\ \x94\xca\x95\x0a\x54\x2a\x8a\x13\x84\x10\x25\x94\x52\x5a\xad\x54\ \xbb\x83\x41\xbd\x5e\xaf\xd7\xeb\x46\x03\x42\xe1\x70\xd8\x5f\x5e\ \x5e\xb6\x4a\x23\xbd\x5e\xcf\xa6\xfe\x2c\xb1\x9c\xeb\x38\x79\xc1\ \xb5\x92\x45\x9e\x1b\x60\xd2\x2c\xb1\xa0\x06\x21\xc4\x60\x30\x40\ \xc0\x08\x05\xe2\x24\xb5\x8f\x52\x2a\x4d\x18\xb6\x52\xcf\x33\x33\ \x73\xab\x6b\xab\xbe\xef\xeb\x42\x94\xca\xa5\x30\x2c\x0d\x87\x43\ \x84\x10\x73\x1c\xa9\x14\xc2\x18\x13\x0a\x20\xc0\x98\x40\x82\x21\ \x50\x9c\xf3\x2c\xcb\x8a\x22\x4b\x93\x34\x4e\x33\x29\x64\xe8\x85\ \xd2\x00\x6d\x14\xc0\x2c\xce\x0a\x08\x21\x75\xbc\x56\xb7\x5f\xe1\ \xaa\xdd\x6e\x5f\x5e\x5c\x8e\xa3\x78\x6e\xc7\x6e\x82\xaf\xa5\xe7\ \x4c\x03\x1d\x04\x81\x57\x2a\xc7\x71\xac\xb5\x9e\xa8\x4f\x30\xe6\ \x4e\x4f\xcf\x0c\x06\xfd\xe5\xe5\x15\xdf\xf7\xad\x13\xe0\x38\x2e\ \x84\x46\x08\x2e\xb8\xa8\xd4\x2a\x08\x23\x21\x78\x51\xe4\x9c\x73\ \x8b\x30\x07\xcf\x27\x67\xd9\x5c\x07\xbd\xaa\x99\x10\xc2\x71\x13\ \x27\x02\xc0\x00\x08\x0d\xc4\xe3\x78\xd4\xbe\x0c\x6a\x63\x95\x18\ \xf2\x3c\x2f\x97\x02\x3f\x08\x68\xbf\xef\xba\x6e\xa9\x54\xb2\x4c\ \xb9\x36\x36\x8d\xa2\xc8\x71\x1c\x4c\x08\x80\x00\x2b\x82\xcc\xa8\ \xb9\x40\x48\x89\x31\x36\x10\x94\x82\xa0\xc8\x73\xeb\x0b\x16\x45\ \x91\xa6\xa9\xd5\x72\xb0\x20\x00\xc6\x58\x51\x14\x9b\xb9\x17\x6c\ \x66\x65\x0c\x97\xcb\x37\x82\xc5\xcd\x08\x5e\x4b\x32\x6c\xdd\x53\ \xc7\x71\xe0\x4b\x5e\xde\x04\x93\x03\x07\xaf\x5b\x5f\x5f\x1d\x0e\ \x7a\x00\xc0\x6a\xbd\xd1\x98\x98\xca\xf3\xec\xa5\x24\xf1\x46\xc5\ \xe0\x31\xf0\x73\x74\xfc\x02\x08\xbe\x75\x15\xc5\x61\xce\x93\x4f\ \x3c\x71\xea\xd4\x69\xb6\xc1\xb4\x57\x70\x7e\xf7\x5d\x77\xee\xdd\ \xbb\x57\xf0\x42\x6e\xb4\xba\x41\x00\x8a\x2c\xbb\xea\x07\x9e\xa7\ \xf6\x07\xc5\x8b\x84\x3f\x4f\x6b\x45\xf1\x3c\xd9\x84\x03\x2a\xd2\ \xf4\x65\x49\xb1\x58\x00\xee\x88\x76\x1f\x22\x0b\x9e\x02\x00\x2a\ \xa3\x85\xb8\xba\x77\xce\x18\x23\x04\x07\x20\x18\x63\x8c\x46\x79\ \x5d\x08\xc0\xd5\xbd\xa6\xd0\x48\x91\x6d\x80\x85\xb5\xe0\xa9\x4d\ \xbd\x2b\x99\x25\xcf\x41\x88\x45\x91\x0b\x00\x20\x80\xb2\xb0\xd7\ \x42\x59\xe4\xf6\x07\xf3\xfc\x2b\xaf\xfe\x8d\x31\xb2\xc8\xe5\xf3\ \x6f\x55\x4b\x9e\xca\xcd\xd7\x8b\x34\x15\x00\x00\x95\x67\xf6\xc3\ \xb3\x24\x7d\x1e\x78\xf7\xea\xdb\x87\x1b\xb7\x0f\x6c\xb1\xc0\xf5\ \xbc\x57\xb7\x1d\xb5\xbb\x77\x7d\x7d\xdd\x2f\x85\x98\x10\xcb\x59\ \x82\x09\x01\x4a\x51\xd7\xe5\x79\xb1\x99\xc3\xd6\x6e\xcb\xb0\x54\ \x0e\x82\xc0\xd2\xb7\x12\x42\x11\x1e\xe9\x42\x58\x94\xd9\x08\xe6\ \x0a\x8c\xcd\x10\xf6\x7a\x3d\xcf\xf3\x6c\x75\xc7\xc6\x7c\xd6\x59\ \xb6\x34\xf4\xd6\x2c\xa5\x71\xb4\x59\x31\x6d\x5c\x7d\xb4\x3b\xdf\ \x71\x98\x1e\x8c\x0a\x5a\x52\x49\x0b\x41\x0a\x82\x00\x21\x54\xe4\ \xc5\x66\xc4\x90\xfd\xb9\x28\x0a\x84\x20\xa5\xcc\xfe\x06\x13\x6c\ \x94\xb6\x1c\x6c\x69\x9a\x5a\x62\xa6\xb1\xe8\x71\x51\x14\x10\x21\ \xa8\xb5\xc5\x4c\xe6\x79\x3e\x26\x89\x1d\x73\xbb\x58\x7b\x69\xe5\ \x21\xad\x41\x1d\x47\xde\xbc\xe0\x1b\x0d\x12\x2f\x7b\x28\xa5\x8e\ \x3c\x7b\x74\x7e\x7e\xc7\xb4\x1b\x22\x44\x20\xc2\x10\x2a\x63\x34\ \xc1\x38\x4d\x53\xa5\xa4\xe3\x38\xda\x00\x84\x68\x96\xe5\x57\x16\ \x16\xb6\xef\xd8\x39\x35\x35\xb5\xd6\x6c\x11\x4a\x1d\xc7\x75\x5d\ \xc7\x71\x5d\x9e\xa7\x23\xc6\x1c\xa3\x09\x21\xb6\x68\xc7\x18\xeb\ \xf4\xba\x49\x92\x60\xa3\xed\xb1\x55\xa9\x54\xaa\xd5\xaa\x15\xc2\ \xdc\xb5\x6b\xd7\xe4\xe4\xa4\x92\xba\xdd\x69\x8e\x3a\x52\x0a\x6e\ \x13\xda\x49\x92\x58\x0d\x51\x3b\xdb\x45\x52\x14\x45\xae\xb5\x49\ \x93\x34\x4a\x22\x08\xe1\xec\xd4\x94\xcb\x28\x54\x3a\x1a\x0c\xa8\ \xe7\x53\x87\x4a\x21\x09\x26\x42\xcb\xbc\xc8\xa5\x92\x3a\x4d\x19\ \x63\x18\x23\xc7\xf7\xe2\x41\x54\xa9\x56\xa7\x67\x67\xa4\x92\x51\ \x1c\x69\x60\x94\x56\xf5\x46\x9d\x39\xac\xd3\xeb\x40\x03\x80\x31\ \x10\x41\x25\x55\xbf\xdf\xa7\x18\x0d\xa3\x48\x43\xa4\x6d\x9e\x07\ \xc0\xa2\x10\xcd\x56\xb7\x28\x8a\x7a\xbd\x0e\x20\x30\x00\x03\x84\ \x83\x52\xe5\xca\x95\xcb\x83\x41\x94\x66\xf9\x35\xc6\xa3\x1a\x38\ \x8e\xe3\xfb\x5e\x96\xe5\x79\x9e\x37\x5b\xad\x30\x28\x4d\x4c\x4c\ \x01\x00\xe2\x38\x71\x5d\x2f\x4d\x53\xcf\x0b\x5c\x97\x09\xc1\x6d\ \x32\x43\x29\xd5\x5c\x5f\x8f\xa2\xa1\xe7\x39\xb6\x10\x2f\xa4\xb4\ \x26\x70\xb3\x2d\x1d\x9b\xd2\x17\xd8\x51\xcb\xde\x02\x01\xd0\x23\ \xa6\x12\x04\x37\xe5\x75\x21\x84\x06\x19\x38\x56\x74\xc9\xd2\x1c\ \x68\x6d\xf9\x92\xa2\x61\x24\xa4\xb0\xc5\xfe\x7e\xbf\x1f\x47\x71\ \xb9\x5c\xe6\x62\x94\xe3\x31\x5a\x23\x42\x4a\x25\x4f\x4a\xc1\x95\ \xd2\xc0\x18\x04\xf3\xa2\x60\x94\xd9\x34\xbe\xcd\x00\x8d\x85\x16\ \x2c\xee\x6f\xcc\x91\x64\xc9\xa2\xad\x77\x38\x46\x33\xd9\x74\x91\ \xcd\xe8\x8c\x39\x8f\x36\xb0\xcd\xd0\x71\x9c\x97\xde\xe5\x65\xf7\ \x4f\xa3\x31\x31\x39\x39\xb5\xd1\xcb\x61\x5e\x4a\x5a\xb8\x56\xaf\ \x9f\x3c\x71\x6c\x62\x72\x32\x0c\x4b\xe3\xce\x6f\x7b\xe8\x5e\x45\ \x85\xf3\x4d\x1a\xf9\xc8\x8e\x1d\x3b\x5d\xd7\x1b\xa7\xd3\xa5\x52\ \xd3\xd3\xd3\x8e\xe3\xbc\x32\x78\xe3\x17\x4d\x3e\x99\x51\x2e\xe2\ \xf9\x54\x79\xc6\xb4\xd7\x9b\x9c\xf3\x52\xa9\xbc\xf9\xfa\xc9\xa9\ \xe9\xa5\xa5\x85\x52\xa9\xec\xba\x9e\x1e\x45\x73\x06\x6c\x54\x87\ \xcd\x4b\x83\x6b\x7d\xf7\x8c\x6f\x76\xfb\xc6\x80\xe1\x60\x30\x18\ \xf4\x77\xee\xde\xfd\x6a\xb7\xa3\x30\xcb\xb2\x56\xab\x3d\x3d\x37\ \xeb\xba\xae\xe3\xba\xb3\x33\xb3\x42\x08\xc9\x79\xb5\x5c\x5e\x5f\ \x59\xb5\xe4\x6d\x4a\x49\xdb\x73\xd6\xe9\xb4\x29\x63\xa5\x52\x29\ \x0c\x43\xe6\xb8\x9c\xf3\x38\x1a\x96\xa7\x26\x20\x44\xc0\x40\x8c\ \xb0\xeb\x7a\xad\x56\x33\x89\xd3\x20\xf0\xed\x19\xad\x94\xb2\x0c\ \x7f\x76\x3f\x5b\xf3\x69\x77\x29\x42\x48\x49\x99\x66\x19\xdc\xe8\ \x3a\x35\xc6\xa4\x69\x6a\x3f\xcb\x18\xe3\xb8\x2e\x25\xd4\xf2\x07\ \x31\xc6\x1c\xca\x82\x20\x44\x08\x62\x88\x30\x42\xc0\x18\x4b\x31\ \x88\x11\x36\xc6\x20\x88\x20\x44\x56\xd8\x9b\x52\x68\x0c\x80\x00\ \x3a\xcc\x31\x42\x58\xa2\xb5\xa2\x28\x6c\xc5\xcb\xda\xe9\x31\x65\ \xa5\x56\x9a\x12\x32\x46\x76\xd8\x34\x83\x10\x19\xc6\x18\x41\x24\ \xe4\x73\x22\x53\x16\x47\x67\x37\x24\x21\x84\x32\x0a\x21\xbc\x86\ \x25\x6d\x3f\xf7\xa9\xa7\x9e\xd1\x1a\x4d\x4c\xcf\x26\x49\xb4\x77\ \xdf\x3e\x21\x78\x34\x18\x34\xea\x95\x6e\xab\x25\xa5\x44\x18\x33\ \xe6\x8e\x08\x95\xa4\x7c\xfa\xe9\xa7\x5f\xf3\x9a\xd7\xec\xdc\xb1\ \x43\x19\x83\x11\xbe\x78\xe9\xe2\xb6\xa9\x83\xd2\xf5\x1c\xe6\x52\ \x46\x2b\xe5\x5a\xc1\xc5\x7a\xb3\x29\x84\x8c\x92\x38\x8a\xa2\x2c\ \x2b\x54\x91\x47\xc3\x48\x4a\x09\x20\xa8\x56\xab\x63\x69\x2d\xa5\ \xb5\xd2\x4a\x6b\x95\x65\xc9\xdc\xdc\xec\x60\x30\x88\xe3\xa4\x5c\ \x2e\xa7\x69\x9a\xa6\xa9\xe7\xfa\x18\xf3\x89\x89\xc9\xa8\x17\x05\ \x41\x30\x35\x35\x99\x15\xf9\xe4\xf4\x64\x91\x67\xa5\xc0\xc7\x00\ \x42\x63\x94\x10\x88\x39\x28\x4d\xad\x83\x29\x95\x12\x52\x42\x8c\ \x85\x10\xe5\x5a\xad\xd9\x69\x97\xca\x95\x30\x0c\xb3\x34\xeb\xf7\ \x7b\x71\x1c\xe7\x79\xee\xb9\x6e\xba\x41\x97\x03\x01\x44\x08\xa6\ \x69\x16\x06\x2e\xa1\x44\x08\x11\x86\x95\x0a\xc2\x42\xab\x56\xab\ \x23\x85\x40\x94\x2a\xa5\x5b\xed\x2e\x26\x98\xaf\x37\x8d\x01\xbe\ \xef\xb5\x3b\xbd\xa9\xa9\x29\xd7\x0b\x01\xc4\x98\xd0\x6b\x83\x77\ \x41\x08\xb3\x2c\x1b\x0c\x22\x42\xb0\x10\xa2\xd5\x6c\x0e\x9d\xe1\ \xfa\xfa\xba\x10\x92\x31\xca\x79\xc1\x39\xaf\xd7\x59\xa7\xdb\xe6\ \x05\x77\x1c\x56\x14\x05\x44\x40\x29\x69\xe3\xb6\xa2\xc8\x6d\xe3\ \xef\x46\x57\xbc\x01\x1b\xed\x5e\x9b\x50\x89\x63\x40\x22\xb8\x0a\ \xf5\x33\xc2\xfd\x5b\x3b\xaa\xed\xdf\x00\xc1\x04\x03\xc8\x8b\xc2\ \x75\x1d\x08\x40\x91\xa7\x5a\x14\xc6\xaa\x88\x6b\xa9\x94\xb4\xdf\ \x39\x4d\x53\x21\x79\x14\x25\x8c\x31\x00\x10\xa5\x8c\x32\x16\x04\ \x01\x75\x1c\x29\xc5\x70\x18\x49\xa3\xb4\xd4\xa1\xa5\x4c\x42\x68\ \x5c\x58\xb5\x4b\x88\x73\xde\xeb\xf5\xec\x6f\xc6\x94\x0b\x63\x96\ \x5d\xfb\x4b\x6b\x2f\x31\x42\x63\x20\xde\x98\xe0\xd0\x66\x1a\x31\ \xc6\x2f\xd7\x7b\x19\x37\x98\xe9\x97\xcc\x29\x58\xa9\xd6\xb6\xef\ \xd8\x75\xf6\xd4\x49\xe6\x38\xe8\x39\x98\x92\x79\xc9\x9f\x08\x28\ \x25\xa5\xd0\xdf\xf4\x12\xb8\xbe\xb6\xba\xb2\xbc\xf4\x3f\x9b\xe5\ \x7e\xbc\x2a\xe0\x18\x6d\x2b\x84\x38\x70\xe8\x30\x73\x9c\xcd\xd7\ \xcd\x6d\x9b\x8f\xa3\xe1\xb1\x67\x9f\x71\x1c\x17\x8e\x56\xd7\xf7\ \x80\x0e\xeb\x0b\x6e\x5f\x6b\x5e\xe4\xbb\xf7\xee\x0f\x2d\xbb\xf5\ \xab\x38\xaf\x0b\x00\x42\x48\x28\xd1\xeb\x74\x26\xa6\x26\x4b\xbe\ \x6f\x8c\xc9\xb3\x3c\xc7\x28\xf0\x3c\x42\x08\xa6\x58\xeb\xe7\xba\ \xc7\x38\xe7\xbd\x76\xcb\x65\x8c\x62\xac\x44\x91\x46\xc3\x2c\x4d\ \x0d\x98\xd2\x06\x28\x0d\x28\x73\x07\xc3\xe8\xfc\x85\x4b\x94\x50\ \x6d\x10\x84\x24\xcb\x8b\x2c\x4b\xf2\x2c\xb3\xae\x6e\x92\x24\xdd\ \x6e\xd7\x7a\xb8\xfd\x7e\xbf\xd7\xeb\x25\x49\x52\xae\x96\x00\x04\ \x84\xd1\x28\x89\x11\x44\x88\x60\x5b\x15\x81\x10\xe6\x69\x5a\xa4\ \x69\x91\xe5\xdc\x71\x00\x84\x4a\x6b\x0b\xa7\x34\x4a\x19\x6d\x6c\ \x73\x22\x24\x04\x11\x66\xb4\x11\xca\x04\x61\x19\x22\x98\xa5\x19\ \x44\x04\x61\xad\x0d\x40\x18\x99\xa2\x68\xb7\xdb\x16\xb5\x64\x51\ \x9a\x96\x8a\xc1\x86\xa7\xcc\xa1\x10\x19\x03\x94\xe3\x7a\x8e\x4b\ \xe3\xb8\xa0\x8c\x66\x99\x34\x40\x69\x63\x00\x44\x06\x22\xcb\x44\ \x21\xb5\x81\x10\x2a\x0d\x92\x3c\xa7\x84\x62\xca\x00\x2e\xc0\xb7\ \xb1\x35\x19\xc5\xe7\xcf\x9d\x9a\x9e\x9e\xac\xd7\xeb\xf5\x72\x09\ \x42\x78\xee\xfc\xf9\x99\xa9\x29\x23\x05\x84\x18\x42\x94\xe7\xb9\ \xd5\x0f\x2f\x8a\xbc\x77\xa5\xdb\xa8\x57\x77\xed\xda\x15\x27\x69\ \x9a\x44\xab\xcb\x8b\xfb\x77\xed\x2c\x24\x94\x1a\x31\xec\x66\x19\ \xff\xfa\xd7\x1f\x69\x77\xba\xf5\x7a\x5d\x0b\x03\x14\x3a\x7b\xe6\ \x9c\xe5\x21\xc7\x08\xf5\x07\x51\xb3\xd9\xa4\x94\x42\xa3\x79\x9e\ \x9d\xba\x72\x65\x71\x71\xb1\x31\x59\x29\x95\xc3\xc1\x60\x80\x09\ \x52\x8a\x87\x61\x80\x20\x92\x5c\x22\x8d\x78\xca\x7b\xed\x7e\x3c\ \x1c\x42\x04\xbb\xbd\x4e\x96\x67\x61\xe8\x1b\xad\xbb\x45\xca\xb3\ \xc2\x63\x94\xe7\x05\xa1\x2e\xc5\x2c\x8a\x13\x42\x59\x10\x94\x31\ \xa1\xd2\x68\x09\x32\x48\x5d\x85\x1d\x83\x28\x23\xac\xb5\xb6\xd6\ \xef\xf5\x28\xa5\x5a\xaa\xe9\xf9\xf9\xd3\x67\xcf\x78\x81\xbf\xb8\ \xb2\x3c\x8c\x63\xdf\xf7\x02\x97\x32\x4a\x09\x45\xe5\x5a\x09\x10\ \xa0\x85\x16\xbc\x00\xd0\x20\xa8\x11\xd0\x18\x41\x4a\x10\xa5\x04\ \x22\x0b\x2e\x93\x69\x12\xa7\x89\xe7\xb9\x94\xf3\xcc\x61\xec\x1a\ \x3d\x72\x08\x39\xe7\x4a\x8d\x70\xe0\x06\x98\x82\xe7\xc6\x18\x4a\ \x58\xa9\xe4\x4b\x25\x25\x17\xc3\x41\x47\x0a\x01\x80\x91\x5c\x63\ \x08\x44\x91\x03\x00\x30\x84\xa2\x10\x50\x23\x08\x00\x40\x96\x33\ \x0f\x3b\xcc\x01\x10\xe4\x79\x1e\xf8\x01\xc2\x28\xcb\x32\x97\x39\ \xae\xe7\x44\x51\x44\x08\x2d\x95\x4b\x79\x96\x67\x59\x56\x2a\x95\ \x30\xc6\x71\x1c\x31\xe6\x84\x61\x98\xe7\x89\x55\x68\xb7\x01\x68\ \x39\xf4\x84\xe0\x79\xa6\x3c\xdf\x77\x18\x03\x69\x4e\x34\xae\x06\ \x3e\xf6\x9d\x52\x2d\xd4\xb6\x86\xa4\x94\x17\x3b\xda\x88\x6a\xd9\ \xb7\xf0\x7a\xd7\x73\x35\x00\x08\x8a\x4e\xab\x6d\xbb\x42\x01\x82\ \x08\x22\x4a\x20\x42\xd0\x18\x05\xa1\x29\x97\x4b\x42\xc8\x28\x8a\ \x8a\x42\x43\x08\xa2\x68\x08\x00\x60\x94\x8e\x5a\xa2\x11\x42\x08\ \x25\x71\xac\xb4\x1e\x37\x90\x52\x4a\x25\x30\x25\xcf\xf5\x02\xbf\ \x3f\x18\x68\x21\xa5\x56\x40\x69\x8c\x90\x02\x00\xa0\x97\xb7\xda\ \x31\x46\x8f\x3f\xfe\xf4\x97\xef\xbd\x17\x42\xb8\x6f\xdf\xbe\x9f\ \xfc\xc9\x9f\x7c\x89\x2f\x9c\xdf\xbe\xa3\xde\x68\x44\xc3\x21\xf8\ \x9e\x1e\x10\xc2\x6a\xb5\x76\x95\x11\xb5\xe3\xc0\xa1\xeb\x66\x66\ \xb7\x65\x59\xfa\xbd\x7d\xfb\xa5\x72\xd9\xf3\xfc\xef\xdc\x47\xbc\ \x52\x78\xdd\x51\x09\x9f\x77\xba\x1d\x2e\x38\x21\x44\x49\x09\x11\ \x2a\x8a\x22\x1e\x0c\xad\x96\xe1\x66\xb8\x39\x21\xa4\xc8\xf3\x34\ \x8e\xac\x4d\xb5\x9a\x2a\xbe\xef\xe7\x45\xa1\x94\x06\x10\x60\x8c\ \x87\x51\x34\xd1\x98\x60\x8c\x0d\x86\xc3\xe1\x70\x08\xa1\x19\xa3\ \xe7\x85\x10\xcb\xcb\xcb\xd6\x8c\x0d\x87\x43\xab\xbc\x38\x4c\x86\ \x8d\x46\x03\x02\xb0\xb8\xbc\x04\xb4\x99\x9c\x9a\x44\x08\x0a\x21\ \x4a\xa5\xd2\xb0\xdf\xb7\x38\x88\x3c\x77\x20\x42\x06\x23\x68\x90\ \x94\x1c\x28\x05\x0d\x00\xca\x48\x25\x91\x36\x10\xe1\x5a\xb5\x16\ \x86\x21\x44\x30\xcf\xf2\x11\x7b\xb3\xd6\x56\xe2\xd4\xf2\xcb\xdb\ \x20\xd8\xc2\x71\xc7\xe5\x40\xeb\x92\x13\x32\x0a\x7f\xf3\x3c\x1b\ \xe7\xa5\x47\xe9\x65\x42\x00\x82\x4a\x49\xa3\x9e\x4b\xde\x01\x00\ \x09\xa5\x88\x90\xc0\xd2\xc4\x5c\x6b\x60\x24\xa5\x6c\x36\x9b\x4f\ \x3e\xf1\x58\xad\x56\xb3\xa9\xef\x34\x4d\xd6\x56\x96\x92\x24\x41\ \x98\x58\x6e\x1d\x2b\x18\x22\xa5\x44\x10\xb6\x5a\x2d\x4a\xa9\x14\ \xa2\xdd\xe9\xe4\x59\xe2\x79\x5e\xbd\x36\xb1\xba\xba\x0e\x21\x76\ \x5d\x5f\x4a\xd9\xef\xf5\xb7\xcf\x6f\xe7\x05\x6f\xae\xaf\x0f\x87\ \x11\x63\xc4\xd2\x50\x84\x61\x78\xf6\xec\x59\x5b\xae\x7e\xf8\xe1\ \x87\x11\x42\xad\x76\x6b\x79\xfd\xca\xec\xcc\xf4\xc4\xc4\xe4\xf9\ \xf3\xe7\x4f\x1c\x3f\x79\xd7\x9d\x77\x19\xad\x29\x26\x41\x18\xa4\ \x69\x72\xf2\xf8\x09\x2e\xb2\x6a\xb5\x32\x18\xf4\x5d\xcf\xcb\xf2\ \x1c\x42\x83\x00\x2c\x8a\x9c\x67\x89\x96\x0a\x62\x4e\x1c\xaf\x5a\ \xa9\x6c\xdb\xb6\xcd\x0f\x4b\x19\xe7\xed\x5e\x0f\x53\xa6\xb5\x76\ \x3d\x4f\xca\x51\xfb\x87\x56\x2a\x95\x52\x0a\xd1\x6a\xb5\x94\x52\ \x17\x2f\x5d\xea\xf6\x7a\x08\x23\x29\x05\x34\x06\x63\x48\x08\x81\ \xc8\xe4\x79\x06\x11\x20\x84\x40\x08\x94\x94\x98\xd0\x30\x08\xc6\ \x15\x3b\x1b\x91\xdb\x84\x41\xa3\x51\xa7\x94\x85\x61\xf0\x6d\xe8\ \xa6\x41\x5b\x44\x1f\x97\x0f\x6c\xba\xaf\xe0\x23\x4e\xe6\x22\x4f\ \x6d\xc2\x40\x49\x71\x95\x2f\x0d\x01\x54\x50\x61\x84\x20\x42\x1a\ \x40\x09\x05\x00\x40\x4b\x55\xe4\x39\x42\xa8\xc8\x72\x2d\x15\xe7\ \x99\x10\x42\x4a\x2c\xa5\xd0\x5a\x2b\x29\x07\x03\x65\x6b\x7e\x79\ \x9e\xe7\x59\x2a\x65\x61\x25\xe5\x01\x84\x45\x51\x0c\x7a\x5d\x82\ \xb1\x10\xd2\x00\x53\x64\x69\x60\xb0\x57\xf2\x69\xe8\x1b\x97\x62\ \x4a\x0c\x30\x04\x51\x9e\xa4\x7e\x18\x04\x9e\x8f\x20\xd0\x4a\x29\ \xa8\x38\x1f\xf1\x10\x65\x59\x6a\x53\xa6\x4a\x69\xad\x35\x30\x88\ \x10\x6a\x8b\xa0\x08\x21\xc6\xa8\xe3\x30\x21\x84\x8d\x2a\x31\xa6\ \x08\xe1\x31\xaa\x08\x41\xa8\x01\x80\x00\x58\x4c\xb8\x10\x82\x58\ \xd6\x24\x29\x47\x1b\x1f\x41\xa0\x81\xed\x52\xe5\x82\xa7\x2f\xad\ \xba\xb9\x39\x18\xbd\xfe\xfa\xeb\x4f\x9c\x3c\xb9\xb4\xb4\x74\xcf\ \xdd\x77\x6b\xf5\x32\x20\xd6\xbe\xff\x9d\xd2\xa4\x7c\xb5\x8c\x72\ \xa5\x52\xae\x54\xc0\xd6\x78\x55\xc4\xa3\xd6\x30\x8c\x9a\x08\x11\ \x1a\x23\xdd\x7b\xbd\x1e\x18\x89\xfa\x5a\x46\xdb\xd1\xfe\xb1\x7e\ \xf4\x58\x4f\x51\x29\x25\x25\x07\x46\x23\x0c\x2c\x16\xc3\x75\x18\ \x84\x9a\xf3\xbc\xdd\x6e\x16\x45\x1e\x86\xbe\x95\xe6\x08\xc3\xd0\ \x92\x19\x95\x4a\x25\x9b\x32\xb2\x39\xa8\x28\x89\x00\x00\x79\x96\ \xad\xae\xae\x3a\x94\xcd\xcc\xcc\x54\xab\xd5\xd0\x0f\x10\xc6\x9d\ \x56\x2b\xcf\xf3\x7a\xbd\x5e\xa9\x56\x83\x30\x10\xcf\xf1\x9c\x28\ \x02\x11\x34\x80\x73\xee\x78\x9e\x90\x92\x10\x94\x17\x69\xaf\xd7\ \xb3\xbd\x9e\x1b\x4d\x38\xb6\x17\x10\xd9\x9e\x16\x0b\x00\xb6\xdf\ \x7c\x38\x1c\xda\x22\x68\xc1\x39\x21\x98\x31\x66\xdb\x60\xec\xcb\ \x6d\xb1\x4a\x2b\xe5\xb8\x5e\x58\x2a\xa5\x69\x92\x65\x99\xed\xe7\ \xb1\x67\xae\xed\xa6\x1d\x75\x94\x5e\x6b\xc6\xc5\xbe\x55\xbb\xdd\ \xb6\x8a\x1f\x76\x6e\xfb\xfd\x41\x51\x14\x8c\xd1\x31\x24\xd8\x1a\ \x0c\xd7\x6a\xa7\x5b\xaa\x55\x8c\x19\x65\x59\x9a\x78\xae\x8b\x31\ \x74\x1d\xc2\x79\x1a\x04\x1e\x21\x10\x22\xb3\xb6\xb6\x72\xe5\xca\ \x25\x4a\xb1\xf5\x12\x82\x20\xd8\xbe\x7d\xfb\xb8\x8d\xc1\x18\x53\ \x2a\x95\x28\xa5\x8b\x4b\x0b\xad\x56\xb7\xd9\xec\xac\xae\xac\xf6\ \xfb\x71\xbb\xdd\x99\x9a\x9a\x72\x28\x9d\x9b\x9b\x1e\x0e\x3a\x71\ \x32\xa0\x0e\x0b\xab\x95\x3d\xfb\xf6\x71\x5e\x40\x04\xb8\xe0\x08\ \xc0\xe9\xa9\x49\x23\x65\xbf\xdb\xab\xd7\xea\x10\xe2\xac\x28\x30\ \x02\x4b\x0b\x97\x5b\xdd\x0e\x73\x3d\xa1\x94\x10\x38\x70\x19\xc5\ \xc0\x60\x84\x30\xae\xd7\xea\x39\x2f\xe2\x38\x2e\xf2\x3c\xf0\x83\ \x95\x95\x15\x8c\x31\x73\x1c\x6d\x69\xb3\x00\x94\x52\xae\xaf\xb5\ \xe2\x64\x58\x29\x57\xb5\xb6\x58\x7f\x2d\xa5\xda\xb3\x77\xef\x20\ \x1a\xae\xaf\xad\xd9\x32\xf6\x38\xd3\xe8\xba\x41\x18\x1a\x5b\x02\ \xbc\x36\x78\x97\xeb\xba\x9e\xe7\x5b\xcf\xd0\x75\x5d\xd7\x75\x6d\ \x9d\xde\x16\x14\x6d\x13\xd1\xf8\xe2\xab\xaa\xef\xf6\xaf\x6a\x43\ \xb4\xc0\xd6\x1a\x11\x42\x63\x19\xd1\xa2\x28\xf2\x42\x61\x8c\x81\ \x52\x16\xf5\x8d\x10\x2a\xd2\xd4\x3e\x6e\x29\xa5\x14\x82\x12\x4c\ \x30\xb5\x65\x2f\x4a\x1c\xad\x15\x63\x0c\x23\x65\xb4\x49\xf2\x6c\ \x66\x7a\xbe\x31\x39\x05\x1d\x92\x19\xa5\x15\x18\x0c\x87\xc6\x18\ \xc1\x79\xaf\xdd\x71\x10\x9e\x6a\x4c\x22\x84\x2d\x72\x93\x10\x0a\ \x11\x0e\x31\xb6\xcc\x37\x56\x05\x4d\x4a\xb5\xd1\x14\x3e\x42\x9b\ \xdb\x9a\x88\x35\x93\x79\x9e\x29\x35\x52\x40\x43\x08\x59\x9c\xa4\ \x2d\x52\xd8\xe5\x6d\x6b\xed\x49\x92\x80\x0d\x0a\xb3\xf1\xc6\x97\ \x52\x16\x59\xfe\xd2\x9d\x15\xab\x10\xe3\x79\xde\x8f\xfd\xd8\x8f\ \xe5\x79\xde\xa8\xd7\xed\xf7\xfb\x76\x5a\xae\xb7\xc6\xd6\xf8\x6e\ \xb4\xa3\x76\xc9\x5b\xae\x95\x31\x31\xd8\x18\x7a\x60\x59\x64\x37\ \xaa\xda\xa3\xa8\xd4\xf2\x15\x08\x21\x1c\xc7\x31\xc6\x24\x49\xd2\ \xe9\xb6\x20\x44\x8c\x11\x6d\x44\xab\xbd\x6e\x80\x54\x5a\x52\x86\ \x1c\x97\x06\xa1\xe7\xba\x6e\x9a\x64\x16\xa7\x60\x93\xab\x36\xf6\ \x1a\x73\xf0\x4a\x29\xbb\x9d\xce\x58\x71\xc5\x76\x8e\x36\x1a\x8d\ \x6e\xaf\x27\xa5\xac\x54\x2a\xa5\x52\xc9\x75\x1c\x82\x89\xe3\x30\ \x0b\x2e\x05\x10\x2a\x21\x65\xc1\x39\xe7\x00\x43\x00\x4c\x96\x15\ \x42\x70\xad\xc5\x86\x2e\xb7\xed\xe4\x36\x5a\x8f\x82\x51\x6b\x29\ \x9f\x6b\x77\x91\xd2\x46\xc9\x4a\x8c\xe8\x5a\x8a\xa2\xd0\xda\x0a\ \x38\x8e\xc8\x95\x84\x10\xbc\xe0\x06\xa4\x16\xc2\x3a\x92\x3b\xdd\ \xa0\x37\x52\x4a\xa5\x49\x3a\x2e\x20\x5d\x63\x5a\xa3\x54\xb2\x98\ \x29\xfb\x7d\xc0\x06\x7e\xd2\x0a\x71\x5b\xc8\xb1\x35\xfc\x9e\xe7\ \x95\x4a\x25\xfb\xe9\x93\x93\x93\x9c\xf3\x66\x7b\x5d\xc8\xc2\xf3\ \x98\x01\xea\xcc\xd9\x53\x2b\xab\x8b\x98\x20\x8c\x81\x21\x30\x0c\ \x5d\xc6\x5c\x21\x65\x1c\xc5\xd6\x43\x0a\x82\xc0\xb6\x24\x71\xce\ \x9b\xcd\xa6\xd6\x3a\x49\x52\x39\x94\x42\xc8\x5e\x6f\x08\x01\xe0\ \x9c\xc3\x10\x4c\x4d\x4d\x56\xaa\x25\x2e\x72\x42\x70\xb5\x5e\x2b\ \x57\xab\x42\x4a\x27\xf0\x28\x21\x20\x89\x94\x90\x39\xe7\xc8\x98\ \x82\x17\xfd\x7e\xb7\x5c\xaa\x42\xa3\xd6\x57\x96\xfb\x83\x01\x46\ \x48\xa4\x89\x46\x40\xe6\x1a\x42\x94\x81\x4c\xa4\x99\x9d\xf9\x8a\ \xe7\x2a\xa5\xf2\x22\xe7\x9c\x0b\xad\x1c\xc7\xa1\x94\x28\x03\x72\ \x2e\x18\x73\x10\x02\x52\x28\xc1\xf5\x60\x30\xb4\x04\x76\x8c\x92\ \x3c\xcb\xdb\xed\x16\x97\x23\x9e\x58\x8b\xd6\xce\xf3\x7c\x7d\x7d\ \x9d\x10\x92\x65\x59\xb7\xd7\xbd\x66\x7e\x5d\x42\x28\x63\x74\xcc\ \x3a\x32\x06\x90\x8f\xf0\x35\xc6\x80\x8d\x07\xbd\x81\x21\x40\x9b\ \x6b\x9c\x63\x96\xab\xb1\x81\x19\xff\x86\x52\x6a\x0c\x40\x98\xd8\ \x5f\xda\x0d\x62\x9f\x9d\x7d\xb8\x56\x27\x12\x41\x30\x86\xc0\x20\ \x04\x2d\xf2\xdf\xf6\x86\x01\xc7\xc9\xf2\x6c\x18\x47\x54\xbb\xc0\ \xa1\x0e\x63\xc0\x98\x4e\xbb\x3d\xd9\x98\xd8\xbf\x6f\x1f\x4f\xf3\ \xe9\xc9\xc9\x30\x0c\xa5\x94\x46\x1b\x80\x80\xed\xb9\x16\x42\x58\ \xae\x28\x88\x11\x25\xd4\x68\x30\xf6\x17\xc7\xdf\x33\x49\x12\x29\ \xc5\x60\x50\x40\x88\xed\x46\x0b\x82\xa0\x5e\xaf\x63\x8c\x2d\x40\ \x5d\x5b\xe5\x06\x29\xfd\x30\xa8\xd7\xeb\xb6\x11\x1c\x42\x60\x2b\ \x94\x63\xf2\x0a\xf8\xd2\xa6\xdd\xf3\xfc\x22\xcb\xa3\x68\x58\x2a\ \x57\x3c\xd7\xf5\x3d\xcf\x6e\x9f\x61\x34\xf0\x7c\xdf\xe8\x2d\x3b\ \xba\x35\xbe\xc7\xec\x28\x00\x10\x11\x2b\xae\x32\x3e\x3b\xac\x69\ \x19\x0c\x06\x10\x42\xcb\x0b\xba\x19\xd9\x6f\xe9\x87\xa4\x94\x42\ \x48\x84\xd1\x60\xd0\xaf\xd7\x6b\x42\x08\x84\x98\xe3\x50\x4a\xb1\ \x10\x39\x00\xba\x5e\xaf\x08\x91\x53\xe2\xe4\x59\x6e\x83\xbf\x38\ \x8e\xad\x25\x1b\x49\x32\x29\x6d\x93\xae\xb6\x8c\xe7\xfb\xbe\xe7\ \xb8\x59\x9e\x8b\xa2\x18\x46\x91\xd6\x7a\x62\x72\x92\x51\x5a\xae\ \x54\x98\xeb\x24\x59\x9a\xc7\x43\x29\x95\xe7\x79\x0e\xa5\x4a\x19\ \x8d\xb0\xe7\xfb\x96\x5b\x0a\x40\x8d\x09\xc2\xc4\xb1\xe8\x3e\x7b\ \xd0\x40\x08\xf3\x5c\x70\x3e\xd2\x72\x01\x00\x78\x9e\x67\x39\x1f\ \xac\x22\xb7\x31\x06\x1a\x08\x0c\x22\x98\x49\xac\x09\x66\xbe\x4f\ \x20\x00\x52\x28\x60\x10\x04\x48\x29\x23\xd2\x0c\xc2\x91\xf0\xc5\ \x88\x8c\x62\xc3\xd6\x8e\xf3\x63\xd7\x16\x18\x01\xa3\xc2\xc0\xab\ \x94\x43\x42\xa8\xd2\x8a\x60\x6c\x09\xfd\xdb\xed\x76\x1c\x0d\x11\ \x46\x94\x20\xad\x21\xa5\xae\x75\x0e\xc2\xc0\x77\x5d\xb7\x28\xf2\ \x76\xbb\x6d\xb4\x6c\xaf\xaf\x39\x04\x51\x02\xb5\x16\x41\x50\x2a\ \x85\x7e\x91\x67\x4a\x14\xbe\xe7\x6d\x9f\x9f\x4d\xd3\x3c\x4d\x8b\ \x14\x68\x68\x14\x34\x3a\x8d\x23\xad\x55\x9e\x01\x04\x61\xa5\x14\ \x0e\x86\x43\x63\x60\x9e\xcb\x20\xf0\x09\x89\x1d\x47\x68\xad\xda\ \x9d\x56\xe0\xba\xae\x47\x6b\xd5\x0a\x73\x58\x7d\x62\x6a\x7a\x76\ \x2e\xcd\xb3\x28\x49\xe2\x24\xc2\x10\xd6\xaa\x95\x68\x30\xa4\x08\ \xf9\x41\x40\x20\xcc\xb3\x44\x69\x19\x06\x01\x44\x06\x61\xc2\x85\ \xb4\x8d\xa7\x85\x10\xd0\x18\x09\xa1\xeb\x38\x45\x51\x30\x08\x7c\ \xcf\xc3\x04\x33\xcf\x4d\xd2\xb4\xd3\xed\x22\x08\x09\xc6\x18\x13\ \xd7\x75\xf3\x22\x07\x40\xf9\xbe\xe7\xfb\x7e\x14\x25\x45\x91\x48\ \x29\x11\x00\xad\xd6\x3a\x44\x48\x0a\xc1\x28\x75\x1c\x8a\x11\x44\ \x10\x28\xc9\xd3\x24\x1e\x0e\xfb\x69\x12\x5f\xab\xfb\x02\x05\xe7\ \x5c\x08\x67\x43\x3e\xd6\xfe\x3f\xcb\xb2\x51\x53\xac\x31\xce\x46\ \xbf\x84\xb5\x43\x36\xeb\xb0\x79\xd8\x35\x30\xbe\xc0\x26\x9c\x6d\ \xf0\xa7\xb5\x06\x70\xd4\x52\x32\xee\x2d\x19\x7b\x66\x5a\x6b\x29\ \xa4\x56\x0a\x42\x60\x2b\x0e\xb6\xcb\xd9\x18\x03\x00\x54\x4a\x41\ \x03\x3a\x59\x5f\x29\xe3\x94\x7c\xe2\xba\x8e\x94\x69\x92\x22\x80\ \x10\x40\x81\x17\xb8\xc4\x29\x0a\xa1\x54\x04\x81\x51\x06\x38\xae\ \xab\x35\xe8\x76\xfb\x52\xa9\x71\x0f\x22\x42\x63\xe6\x61\xa3\x24\ \x37\x00\x58\x43\x9b\xe7\x39\x17\x0a\x13\x06\x21\xe2\x5c\xf0\x9c\ \xa7\x59\x11\x0a\x55\x44\x49\xbb\xd3\xb6\xc1\xa8\x01\x48\x6b\x05\ \x00\x02\x00\xaa\x0d\xc6\x4f\x08\xcd\x46\xde\xd8\x00\x4b\x74\xfb\ \xad\x86\xd6\xda\x71\xdc\xc9\x99\xd9\x0b\x67\xcf\xec\x3b\x78\x28\ \x08\x4b\x1b\x89\x87\x15\x04\x91\xef\x07\xc6\x6c\xd9\xd1\xad\xf1\ \xea\xb1\xa3\x5a\x2b\x21\xc4\x88\x20\x5b\x9b\x71\x6b\xca\x66\xe1\ \x7b\x25\xa5\xd1\xc2\x36\x87\x8d\xa9\xef\x6c\xf9\xd3\xe6\x82\x20\ \x7c\xee\xcb\x04\x41\x60\x9b\x5e\x6c\x7c\x20\x04\x77\x3d\x06\x80\ \x49\xd3\x24\xcb\xf2\x72\xb9\x5c\xab\x55\xc3\x30\xec\xf7\xfb\x51\ \x34\xac\x56\x6b\x96\x2b\x29\x0c\x4b\xbe\xef\xd5\xeb\x75\xdf\xf7\ \x21\x84\x69\x9a\x0e\x87\x43\x1b\x6b\x6e\xdb\x36\xaf\x96\x55\xa7\ \xdd\x51\x00\x60\x8c\x27\x26\x26\x2a\xd5\x6a\x12\x45\xfd\x7e\x1f\ \x02\xe0\x7b\xde\x60\x30\xc8\xf3\x7c\x66\xdb\x2c\x21\x78\xd0\x1e\ \x5a\x5e\x82\x52\xb9\x4c\x11\x36\x52\x11\x8a\x73\x9e\x01\x68\x00\ \x80\x96\x4d\xd0\x72\x2f\x8c\x21\x88\x5a\xc1\x5a\x4d\x1b\x33\x4a\ \x4d\xdb\xf3\xae\xd5\x6a\x8d\x1b\x00\x8c\x55\x32\x77\xdd\x46\xa3\ \x21\x84\xc8\xf3\x22\x49\x12\x29\x95\x52\x1c\x02\x50\x09\xcb\x61\ \xb9\x3c\x3e\x1d\xc6\xa9\x51\xfb\x57\xd7\xf3\x10\x42\x6a\x13\xb3\ \x97\x9d\x5f\x3b\x6f\xb6\x3c\x06\x36\x88\x96\xec\x99\xb9\xd9\x8e\ \x22\x84\x28\x25\x13\x13\x13\x61\x18\x12\x42\xd2\x34\xb5\x48\xe0\ \x4e\xa7\x93\xa6\x09\x63\xd4\x68\x85\x30\x46\x08\x52\x4a\xa7\xa6\ \xa6\xc2\xd0\x17\x5c\x20\x08\x87\xc3\x61\xa5\x52\x26\x10\x14\x79\ \x16\xc7\x31\xc1\x64\xfb\xdc\x9c\x7f\x60\xff\x83\xab\xab\xfd\x5e\ \xd7\x75\x66\x42\x3f\x68\x37\xdb\x93\x93\xd3\x81\xeb\x56\xaa\xd5\ \x46\xad\x56\xf0\xc2\x75\xdc\x6e\xaf\xdb\xeb\xf5\x5a\xcd\xe6\x81\ \x83\x87\x0c\xc0\xc7\x4e\x9c\x28\x8a\x1c\x00\xb3\x63\xc7\xce\x3d\ \x7b\xf6\x70\x9e\xb7\x9b\xcd\xa5\xa5\xc5\x20\xf4\x35\x00\x6b\x6b\ \x6b\xd8\x75\x66\xe6\x66\x2f\x5c\xbc\xb8\xb4\x74\x65\x6e\x66\xf6\ \xd0\xc1\x03\xb3\xd3\x33\x40\x2b\x62\xa0\x91\x1c\x6a\x0d\x11\xb6\ \xca\x3f\x4a\xe9\x2c\x2f\x08\xa1\x18\x13\x80\x10\x82\x48\xe6\x52\ \x69\xad\x8d\x86\x18\x21\x84\x31\xc1\x71\x9a\x1e\x3b\x7e\x2c\x49\ \x32\x08\x00\xb1\xa0\x6b\x4c\xae\xbb\xee\x30\x42\x30\x49\xa2\x34\ \x49\x87\xc3\x84\x17\x85\x14\xaa\xd1\x98\xdc\x77\x70\x3f\xc6\x56\ \xf2\x1d\x8d\xd4\x4e\x36\x68\x34\xa2\x28\xda\xb6\x6d\x9b\xcd\x67\ \x6c\x9a\x4f\x2d\x84\x10\x82\x4b\xdb\x7a\xb8\xc1\x04\xb2\x79\xb5\ \xdb\xeb\x0a\x5e\xa4\x59\x66\x05\xc9\xb3\x2c\xeb\xf7\xfb\x5c\x88\ \x3c\xcb\xe4\x46\x09\x56\xf1\xc2\xda\xcb\x71\x95\xd1\x8e\x71\x6d\ \x15\x6c\x80\x60\xc7\xf2\xef\x96\xbd\x6b\xb4\x4e\x8c\xc4\x18\xd9\ \x12\x84\xdd\x50\x36\xd9\x80\x10\x2a\x8a\x42\x2b\x25\x85\x04\x1b\ \xd4\x22\x63\x62\xdb\xe7\xdc\x02\x0d\x31\xa5\xae\xe3\x6a\x00\x8a\ \x24\xc3\x06\x56\xc2\xb2\x92\x6a\x65\x79\x95\x60\x0c\x01\xb0\x2d\ \x31\xb6\x84\xa9\xec\xa2\x42\xc8\x96\x17\xb4\xd6\x46\x03\xa0\x2d\ \x05\xb8\xb1\xc2\x2f\x9c\xf3\x24\x49\x38\xe7\x08\x41\x42\xa8\xcd\ \xeb\x22\x84\xd3\x34\x5b\x5f\x6f\x6a\xad\xd2\x34\xb3\x9d\xca\x84\ \x50\x42\x99\xb5\xcd\x5a\x29\x8c\xb1\xe5\x6d\xb6\x0c\x43\x4a\x2b\ \x25\xd5\x8b\x1c\x20\x4a\xbd\x70\xc1\x73\x5e\xcc\xce\xce\x29\x29\ \xce\x9d\x3d\xe5\x79\x3e\xc6\x58\x4b\xe5\x7a\xde\xec\xb6\xf9\xc5\ \x2b\x97\xcd\xf3\x8d\xee\x96\x59\xdd\x1a\x2f\x74\xc5\xfe\x7a\x42\ \xc4\xe1\xa0\xff\x6d\xe7\x6b\xe1\xb9\xb3\xa7\xfb\xbd\xde\x38\x15\ \x03\x01\xa8\x54\xab\x68\x83\x76\xc5\x3a\xd4\x71\x1c\x77\x3a\x5d\ \x4a\x09\x42\x68\x13\x81\x30\x54\x4a\x59\xea\xed\xcd\x41\x14\xc6\ \x84\x52\xa2\x94\xd2\xa3\xcc\x8c\x19\x37\x99\x01\x00\x30\x46\x18\ \x93\xcd\x62\x64\x4a\x29\x00\x21\xc1\x18\x41\x64\xe1\xf8\xc6\x8c\ \xac\xbb\x52\x8a\x52\xe6\xba\x4e\xc1\xb9\xe0\xdc\x7e\x41\x4a\xc9\ \x38\x99\x39\x22\x26\xdd\x60\x93\xb7\x48\x4b\x00\x00\x65\x8c\xda\ \xce\xf1\x31\x5b\x18\x04\x1b\xbc\x45\x6a\x13\xe3\x07\xdc\x1c\xb2\ \x8c\xf4\xfb\x0c\x30\xc0\x08\x21\x95\x92\x1b\xc5\x2f\x60\x0d\x15\ \x21\xd4\x7e\x73\x2b\x00\xa2\xf5\x08\x93\x89\x30\xde\x5c\xcd\xd9\ \xac\xba\xa0\x8d\x69\xd4\x6b\x8c\xb1\xcd\x29\x3e\x21\x44\xa7\xdd\ \x1e\x51\x92\x6e\x9c\x35\x41\x10\x78\xae\x3b\xa6\xed\xb0\xb3\xbc\ \xb6\xb6\x06\x01\x70\x5c\xc7\xea\x5c\xda\xa5\x83\x20\xcc\x8b\xa2\ \x28\x0a\xb4\xc1\x98\x6e\x8c\x41\x18\x7b\x9e\x67\x4f\x28\x9b\xfa\ \x66\x8c\x22\x84\x04\x1f\x51\x21\xba\xae\x8b\x10\x1c\x0e\x23\xdb\ \x5c\x04\x00\xb0\x8d\xb6\x10\x40\x4c\x9e\x0b\xa7\x8a\x82\x5b\x5e\ \x85\x72\xb9\x22\x95\x4a\xd3\xc4\x1e\xe2\x0e\x73\xfc\xc0\x07\xc0\ \xf0\xa2\xe0\x42\x20\x84\xb4\xd2\xb6\xa3\x83\x31\x56\xf0\x82\x73\ \xce\x28\x73\x3d\x17\x6f\x1c\xac\xb6\x93\x6d\xd4\x14\x61\xbd\xb1\ \x8d\x15\x65\x17\xd2\xc6\xb3\xb3\x87\x30\x40\x08\x4a\x29\xd3\x2c\ \x1b\x65\xc2\x8d\x31\xc6\x30\xc6\xc2\x52\x68\xb4\x11\x52\x48\x29\ \xa5\x90\xda\x68\x00\xa0\xed\xd6\x85\xcf\x95\xf0\xc1\x98\xd3\xc6\ \x5a\x08\x87\x31\xcf\xf7\x37\x9f\xbf\x96\x81\x52\x0a\x41\x29\x05\ \x1b\xcd\x79\x84\x90\x72\xa5\xb2\xf9\x32\x84\x50\xaf\xd7\x8f\xe2\ \x08\x41\x04\x11\xb4\xf2\x0c\x66\x44\x4b\x74\x75\xd9\xce\xf6\xb2\ \x6e\xac\x25\x30\xfe\xf9\xb9\x7a\xc8\x73\x4b\x6b\xfc\xd7\xab\x3b\ \x5e\x36\xc2\x44\x34\x66\x81\x1f\x3d\xe8\x8d\x31\xae\xc2\xc2\x8d\ \x77\x27\x84\x20\x84\x6d\xa9\x18\x02\x68\x97\xdc\xe6\xf6\x3b\x00\ \x36\xa9\x8b\xbd\x70\xdb\x8f\xe6\xfc\x39\xc5\xb1\x4d\xb6\x0a\x8e\ \xf5\x7d\xc7\xd4\x28\x2f\x24\x01\x18\x27\xb5\x37\xb7\x2a\x5a\x97\ \x62\x7a\x7a\xea\xaa\x03\x24\x49\x92\xc1\xa0\xcf\x28\xb3\xa0\x36\ \x7b\x29\x26\xa4\xd1\x68\x20\x04\x8b\xa2\x28\xf2\xc2\x6a\xff\xb9\ \x8e\x6b\x00\x90\x42\x6c\xdf\xb1\x8b\x32\x66\xd7\xde\xc2\x95\x8b\ \x76\xfd\x6f\x19\x8f\xad\x31\x5e\x69\xc6\x98\x1d\x3b\x77\x7f\x57\ \xd8\x51\x1b\x90\xe1\x4d\xb4\x2f\x06\x00\xf5\xfc\x2e\x2e\xeb\x32\ \x5b\xa7\xf8\x45\xb7\xe4\x8b\x64\x23\xbf\xd5\x14\x58\xe0\xd2\xc8\ \xe2\xc0\xab\x5e\x68\x36\xb4\x73\x20\xd8\xc4\x3d\xbd\x59\x8f\xe5\ \x39\x06\xa9\x51\xf7\xee\x73\x2f\xdf\xfc\xaa\xcd\x5f\xf3\xaa\x73\ \xed\xa5\x78\x18\x2f\x3c\x3b\x36\x1f\x28\xcf\xfb\x3e\x7f\xe5\x90\ \x52\x6a\x63\xe0\xf3\xdf\x7c\x14\x64\x6c\x6a\x59\xb7\x9e\xc7\x55\ \xdf\xd0\x52\xf3\x8f\x89\xb8\x47\xb4\x72\xc6\x8c\x0b\x72\x57\x7d\ \xbd\xab\x9e\xcb\xe6\xa9\xb6\x16\x1a\x5b\xf9\x08\x3b\x57\x08\x19\ \xad\x37\x24\xe3\xcc\x55\x37\xbe\x11\x4e\xc1\x11\x45\xcc\xc6\x11\ \xbf\x71\xb6\x8e\x2d\x91\x19\x35\xe6\x22\x68\xfe\xaa\x26\xfa\x91\ \x19\x02\x2f\x6c\x12\xdf\x64\x6d\xe0\xf3\x5b\x2d\x37\x7d\xae\xbd\ \x8f\xe7\x78\x0d\xc6\xbc\xaa\xdf\xec\x99\x5a\x06\xef\xcd\xff\x6a\ \x00\xb0\xde\xd5\xf3\xb4\x31\x8c\xb9\x4a\xd0\x6a\xcc\xba\x3e\x7e\ \xb6\xaf\xd0\x09\x6e\x5e\x9c\xc0\xe0\xaa\x85\x0d\x5e\x30\x87\x1b\ \x0d\xca\xe6\xaf\xda\x96\x2f\x61\xc1\x83\x6f\xfa\xe1\xa3\x36\xd6\ \x6f\x19\x13\x5a\x07\xc1\x66\x80\xaf\x3a\x40\x6c\xc9\x63\xf3\x2d\ \x8e\xc1\x7a\xcf\xd1\x53\x3c\xc7\xeb\x07\x37\x2f\xa4\x91\xe6\xc9\ \x56\x44\xba\x35\x36\x9d\x19\x57\x2d\x92\xff\xc9\x76\x74\x6b\x6c\ \x8d\xad\xb1\x35\xb6\xc6\xd6\xf8\x5f\x73\xa0\xad\x29\xd8\x1a\x5b\ \x63\x6b\x6c\x8d\xad\xb1\x35\xb6\xec\xe8\xd6\xd8\x1a\x5b\x63\x6b\ \x6c\x8d\xad\xb1\x65\x47\xb7\xc6\xd6\xd8\x1a\x5b\x63\x6b\x6c\x8d\ \x2d\x3b\xba\x35\xb6\xc6\xd6\xd8\x1a\x5b\x63\x6b\x6c\xd9\xd1\xad\ \xb1\x35\xb6\xc6\xd6\xd8\x1a\x5b\x63\x6b\x6c\xd9\xd1\xad\xb1\x35\ \xb6\xc6\xd6\xd8\x1a\x5b\x63\xcb\x8e\x6e\x8d\xad\xb1\x35\xb6\xc6\ \xd6\xd8\x1a\xdf\x85\x83\x6c\x4d\xc1\xd6\xd8\x1a\x5b\x63\x6b\xfc\ \x2f\x3b\xc6\xc4\x24\xcf\xc9\x91\x6f\x70\x74\xbc\xf2\xbc\x15\x23\ \x86\x96\xcd\xbf\x01\xc0\x18\x60\x8c\xfe\x6e\x9e\x43\xf2\x9d\x9d\ \x13\xf0\x9d\x7b\x0e\x23\xd2\xb7\xab\x98\x65\xfe\xd7\xde\x0f\x60\ \x6b\x26\xb6\xe6\x64\x6b\x7c\xaf\x19\x39\x70\xcd\x27\xdc\xb7\x3e\ \x24\x21\x84\x82\xf3\x24\x89\xaf\xba\x00\x21\x14\x96\xca\x9b\xf5\ \xec\x5e\x81\xbd\x85\x20\xcc\xf3\x3c\x4d\x93\xab\x7e\x8f\x31\x29\ \x95\x4b\x2f\xce\xd4\xf5\xdd\xb1\xed\xc9\x5f\xfb\x63\x47\x1b\xec\ \x5c\x08\x23\xad\xf4\x5f\xef\xfd\x40\x84\x36\xc8\xe9\x8c\x56\x1a\ \x22\xa4\xb5\x02\x10\xc1\xef\xae\xa5\x8f\xec\xe2\xd7\xdf\x7c\xed\ \x82\x97\xb8\x39\x36\x54\xb6\x5f\xf8\x97\xab\x2f\xc4\x04\x19\x65\ \x30\xa1\x48\x17\x5c\x33\xd7\x25\xd0\x70\xa9\x30\x34\x9c\x0b\xf3\ \x62\x4b\x70\xfc\x35\x10\x61\x14\xe9\xa2\x90\x7f\xf5\x42\xdd\x78\ \xb6\x00\x00\x60\x0c\xa0\x8c\x2a\x5e\x48\x03\xbe\x33\x93\x0f\x11\ \x02\xfa\xdb\xd3\xbd\x42\x84\x00\x25\x31\x73\xa0\x16\x5c\xe8\x2d\ \x6a\xd5\xad\xf1\x5d\x6c\x2f\x5f\xf4\xd0\x80\x46\x2b\x0d\xd0\x37\ \x3b\xe0\x5e\xf4\x24\xd9\xb4\x73\x36\x1d\x92\x00\xbd\x70\xfd\x23\ \x84\xd2\x34\x39\x7a\xe4\x69\x21\x24\x44\x70\x83\x73\x13\x18\x60\ \x04\x17\xd3\x33\xd3\xd7\xdd\x70\xb3\x19\x13\x5e\x8e\xf7\xbf\x31\ \xda\x00\x4c\x90\x56\xea\x9b\x50\x2f\x7f\xf3\x73\xea\xaf\xd8\xad\ \x08\x0d\x06\xbd\xe3\xcf\x1e\x31\x57\x33\x96\x1b\xce\x8b\x5d\xbb\ \xf7\xec\xdb\x7f\x50\x8e\xe8\x66\x21\x44\x60\x43\x14\x0f\x42\x08\ \x30\xa1\xc8\x28\x2e\x14\x80\x00\x40\x44\x30\x54\x52\xbd\x92\x86\ \xf4\xaf\xd5\x8e\x42\x44\xa0\x1e\xf6\x7b\xb9\xc6\x95\x5a\x78\xf6\ \xbe\x4f\xaf\x6f\x7b\xfd\xf7\x1f\x6a\x70\xf9\xd7\xc4\xa9\x0f\xa1\ \xe2\x1c\x60\x4a\x28\x1d\x5c\x7a\xf0\xde\x13\xee\x3b\xee\xa9\xdd\ \xfb\x95\x73\x6f\xfe\xd1\x1f\xac\x03\xa1\xbe\x3b\xc2\x0e\x84\x89\ \xcc\x86\x83\x38\x27\x6e\x10\xfa\xce\x8b\xae\x7f\x25\xb8\x34\x90\ \x52\xf2\xad\x0e\x76\x08\x94\x2c\x0c\x72\x08\x52\xc6\x60\x04\x38\ \x17\x08\x93\x17\x6e\x2a\x44\x58\xf7\xd4\x57\xbf\xb1\x36\x73\xe7\ \xe4\xfa\x13\xad\xc9\x77\xbd\x79\xfb\x57\x3f\xf6\x47\xcf\xae\xfb\ \x77\xbd\x76\xdb\x7a\x1c\xbc\xed\x4d\xaf\x65\x86\xbf\x70\x59\x4b\ \x5e\x28\x88\x3d\xd7\x59\x3e\xf6\x95\x23\x9d\xc9\x77\xbc\xf5\x26\ \xc8\xc5\x37\x75\x3e\x81\x4e\x86\xfd\x5c\x41\x87\x62\xce\x25\xc3\ \xf9\x63\xdf\x78\x66\xe7\x3d\xef\x38\x54\x47\xdf\x81\xa9\x87\x10\ \x68\x5e\x68\xca\xc8\x35\xbb\xe2\x84\x98\xe3\x0f\x7c\xa6\x53\xbf\ \x7d\xaa\xff\x54\xab\x71\xc7\x9b\x6f\x68\x70\xa1\xb6\xce\xeb\xad\ \xf1\x5d\x38\x10\x26\x2a\x1b\xf6\xaf\x3a\x34\x20\x72\x48\x7e\xff\ \x27\x3e\xef\xdd\xf4\xe6\xd7\xed\xa9\xcb\x17\x3b\x45\xa5\x28\xa4\ \xc6\x0e\xc3\x9b\x0f\x49\x59\x70\x44\x29\x25\xb8\x73\xf1\xc9\x07\ \x4e\xe6\x6f\xbd\x73\xee\xab\x5f\x3f\x7d\xf7\x0f\xbe\x6b\x86\x5e\ \x7d\x12\x23\x84\xd6\x56\x56\x5c\xcf\x7f\xdb\xf7\xbf\xf9\xaa\x77\ \x36\xc6\xdc\xfb\xa5\xcf\x65\x69\xe6\xba\xce\x88\x98\x5b\x89\x28\ \x8e\x73\x69\x82\x72\xbd\x16\xea\x6f\x7c\xea\x13\xf2\x86\x1f\x78\ \xc3\x0e\x9f\xbf\x60\xfb\x8b\x22\x33\x98\x52\xfc\xf2\xc0\x37\x18\ \xe3\x85\x4b\x97\x66\xe6\xe6\x6f\xba\xe5\xd6\xab\xfe\x89\x73\xfe\ \xd5\xaf\x7c\x69\xcf\xde\xfd\xa3\xef\xa6\x45\xc1\x81\xe3\x50\x60\ \x0c\x04\xda\x48\x71\xe2\xd1\x2f\xae\x39\xd7\xbf\xf5\x75\xbb\xb5\ \x30\x54\xae\x7d\xee\x33\x8f\xef\x7f\xfd\xf7\xed\xad\x33\xf5\x4a\ \x09\xd0\xfe\xf5\xe1\x8c\x20\xa2\xb8\x78\xea\x4b\x7f\xfa\xbb\xff\ \xf1\xbf\x7c\xf8\xa3\x7f\xfc\xf0\xb9\x6e\x6f\xf1\xe2\x5a\x0a\x1c\ \xdf\x67\x04\x01\x00\x08\x75\x3c\xdf\xf7\x1c\x86\x10\x62\x8e\x83\ \x21\xc0\x94\x39\x14\x03\x80\x1c\x87\x51\x66\x7f\xfe\x2b\xde\x9f\ \x10\xb1\xf4\xbb\xff\xf4\xd7\xff\xf4\x1b\x97\x99\xe7\xca\x68\xed\ \xf2\x72\x4f\xf2\xe1\x95\x2b\xab\xe2\x5b\xc5\xa3\x8c\xb1\x31\x71\ \x39\x21\x23\xa1\x92\xef\xc8\x6c\x12\x1a\xaf\x3c\xf3\x91\xff\xf0\ \x3b\x1f\xfa\xf0\x47\xfe\xe4\x73\x8f\x0c\x04\x71\x1c\xc7\xf3\x7d\ \xcf\x65\x08\x00\x44\x98\xe7\xfb\xa5\xb2\x7b\xe6\xa1\x4f\x7f\xfa\ \x6b\x67\x82\x72\x99\x12\xea\x30\xfa\x4d\x17\x96\xeb\x0e\x8e\x7d\ \xf9\xb7\xff\xe5\x7f\x59\xe4\xc4\x61\x6e\xb1\xf8\xc8\xbf\xfa\x17\ \xff\xe6\x54\x04\x1d\x42\x5c\xcf\xf3\x3d\x97\x62\x04\x0c\xc0\x94\ \xf9\xbe\x07\x86\xcb\x67\x2f\x37\xfd\xe9\xed\x7b\x77\xcf\xb4\x8e\ \xde\xfb\xd0\x42\xf0\xde\x9f\x78\xd7\xde\x6d\xf3\xbb\xb6\x4d\x20\ \xa0\x09\x75\x7c\xdf\x77\x08\x46\x98\x78\xbe\xef\xb9\x6e\xe0\xe9\ \xc7\x3e\xff\xe7\x5f\x3d\xb6\xe6\xfb\x41\x69\x62\x7e\xd7\xb6\x06\ \xd4\x80\x3a\xae\xef\x7b\x0e\x23\x00\x00\x4c\x1d\xdf\xf7\x7d\xcf\ \x63\x04\x01\x88\xa9\x89\x9f\x7c\xf0\x93\xbf\xff\x1f\xfe\xfd\x3f\ \xfb\x3f\x7e\xeb\xf7\x7e\xff\x4f\xbe\x7e\xaa\xb5\xf3\xe0\x81\xaa\ \x0b\x11\x75\x7d\xdf\xf7\x3c\xd7\x75\x5d\xcf\xf7\x1d\x4a\x00\x00\ \x98\x30\xcf\xf3\x3d\xd7\xd9\xfc\x60\xac\xa8\xcb\xd8\xd3\x64\x8c\ \x59\x69\xb0\x17\x0e\xea\xb0\xce\xc9\x2f\xfe\xea\x3f\xfc\x17\x27\ \x7a\x9a\x62\x88\x30\xf5\x3c\xdf\x73\x19\x82\x00\x11\x6a\x57\x11\ \x84\xa3\x15\xe5\x3a\x14\x42\x48\x1d\xcf\x7e\x0d\x8c\xa0\x01\x90\ \x3a\xae\xe7\x7b\xc3\x95\xf3\x97\x5b\xc5\xf4\xae\x3d\xb3\x75\x17\ \x62\x66\x6f\x67\x34\x69\x84\x79\x9e\xe7\xfb\x9e\x5d\x9c\x2f\xea\ \x1d\x3b\x9b\xbe\xad\x95\x3d\xdf\x3a\xf1\xb7\xc6\x77\xe2\xd0\x48\ \x56\x8e\xd8\x43\xe3\x8f\x3f\xfb\xdc\xa1\xe1\x3a\x0e\x41\x72\x6d\ \x71\xa1\x9b\x70\x84\x89\xe3\x3e\xb7\x5c\x31\x65\x9e\xef\x87\x25\ \xff\xfc\xbd\xff\xe3\x13\x4f\xac\x97\xca\x3e\x1c\xd9\x63\xaa\xba\ \x47\xff\xf9\x3f\xf8\x8d\x7b\xcf\xf4\x1c\x97\x15\x71\x7b\x61\xb9\ \x23\x8a\x78\x61\x61\xb9\x80\xd4\x75\x1d\xfc\x82\x83\xd2\x68\x5d\ \x2e\x57\x5e\x34\x68\xf1\x5c\x7f\xa3\x2a\x09\x1d\x8f\x5e\x7c\xf4\ \x53\xff\xe2\x5f\xfe\xdb\xff\xf6\xdf\xff\xf8\xf7\x3e\xf4\xc7\xcf\ \x2e\x0d\x9b\x57\x2e\xb4\x05\x75\x02\x97\x62\x08\x00\x24\xcc\xf1\ \x7d\xcf\x75\x5d\x9f\xe5\xf7\x7d\xec\x4f\x9e\x58\x88\x4b\xa1\x0b\ \x21\x62\xae\xe7\xfb\x9e\x43\x31\x00\xd0\x1e\x2f\x8c\x7c\xd3\x73\ \x5e\x1b\x53\xa9\x54\x5f\xf4\x00\x1f\xab\x5d\x21\xc2\x60\xff\xc2\ \x87\x7f\xf7\x43\xa7\x3b\xca\xf3\xdd\x74\xe1\xc9\xff\xf8\x7b\x1f\ \xe3\x8d\x03\x3b\xa7\x4b\xc0\x80\xff\x3f\x7b\xe7\x1d\x18\xd5\x75\ \x25\xfc\xdb\x5e\x99\x22\xcd\xa8\xcc\xa8\x77\x81\x84\x40\x08\x44\ \x11\x1d\xd1\x4d\x37\x06\x6c\x0c\x2e\x71\x89\xe3\x9a\x38\xeb\x75\ \xca\xba\x65\x9d\x38\x8e\xf7\xcb\xae\xed\xd8\x5e\xf7\x6e\x43\x4c\ \x15\x3d\x14\xd3\x4c\x13\x92\x68\x92\x50\xef\xbd\x8c\x66\x46\xd3\ \x5f\xb9\xf7\xfb\x43\x12\x88\xea\xb2\xf8\xfb\xb2\xc9\xfb\xfd\x03\ \x92\x66\xee\x3b\xf7\xdc\xf7\xce\x79\xe7\xde\x7b\xee\x11\x74\x06\ \x41\x50\x1a\x6a\x6a\x9c\x7e\x86\x39\xa1\xcf\x0a\x61\x08\x00\x44\ \xbc\x28\xea\xf5\x3a\x81\x23\x00\x40\xc2\x8b\x7a\xbd\x8e\xbf\xb1\ \xc7\xf9\xff\x12\x8f\x42\xc4\x61\x4f\xf5\x81\x13\x15\x13\xee\xf9\ \xb7\x45\x69\xfa\x5e\x45\x29\xc8\xa7\xa7\xf3\xde\x7f\xf9\x58\xc4\ \xf8\x79\x4b\xa7\x67\x84\x95\x1f\xdf\xbe\xfd\x9b\x0b\x41\x29\x39\ \xb7\xe5\xa6\x15\x1d\x3a\x99\x32\x6b\x09\x57\xb5\xff\xbc\x9a\x38\ \x3f\xcb\xb0\x7b\xdb\x19\x41\x54\xec\x24\x79\xf1\xf4\x0c\x76\x79\ \xa1\x98\x4b\x4e\x85\xe7\x5a\x4f\x17\xd8\x98\xe0\x2f\x2d\xec\xcc\ \xcd\xc4\x84\xe3\x38\x0c\x21\xba\x71\x54\x07\x21\xf4\xfb\xfd\x5f\ \x7f\xfd\x75\x4e\x4e\x4e\x48\x48\x08\x82\xb0\xbe\xb1\xb1\xba\xba\ \x7a\xda\xd4\xa9\x3f\xc6\xaa\x2a\xc1\xa0\xee\xcc\xc1\x36\xe3\xb8\ \x17\xff\x75\x99\xec\xb0\x23\x4e\xa9\x3c\xb1\x7b\xe7\x91\x52\x7d\ \x52\xce\xca\x65\xd3\xa4\x0b\x47\x36\xef\x39\x86\xe2\x26\x8c\x08\ \x96\x0b\x76\xad\xb3\xf5\xb6\x4e\x8c\x17\xeb\xbb\xf8\x5b\x16\x4d\ \x11\x55\xf9\xaa\x37\x27\x88\x20\x73\x7b\x7c\x1d\x4d\x45\x87\x4e\ \xb7\xa4\xcf\x89\x3c\x74\xf4\x44\x63\x9b\xdd\xc3\x88\xdc\x5d\xb6\ \x6e\xe3\xdf\xda\x69\xf8\xec\x25\x4b\xc7\x24\x05\x37\x14\x1d\xd8\ \x7e\xa8\xc4\xd9\xdd\xc8\xd2\xd2\x64\x67\x47\x8b\x83\x98\x7c\xee\ \xee\xd6\xaa\x9d\x5b\xf9\x9c\xac\xe8\x2e\xbf\x21\x3d\x4d\x2d\x3e\ \xb0\x65\x4f\x7e\x4d\x72\xee\x92\x71\xa1\xce\xed\xdb\x0e\xaa\xd6\ \x11\xab\x57\xcd\xe1\x90\xe7\xeb\x75\xef\xb7\xb6\xcf\x9e\x94\x28\ \x74\xba\xe1\x88\xa1\xde\x63\x79\xeb\x8f\x55\x38\x86\x4c\x9c\xb7\ \x78\xfa\xb0\xba\xfc\xbf\xed\x3a\x74\xce\xcf\x99\x26\x2f\xb8\x6d\ \x62\x6a\xa8\xc4\x82\x67\xae\x78\x74\x52\xe6\x91\xff\xde\x56\xb1\ \xea\xd1\x87\xe2\x60\xdb\x81\xaf\x4f\x72\xd1\x29\xe5\x07\xd6\x6d\ \x2f\x68\x14\x43\x22\x22\x4d\xb0\xa1\xbe\x2b\x65\xf2\xa2\x25\x53\ \xd3\x3a\xce\x1f\xcc\xdb\x9b\x0f\xac\x59\xb7\x2d\x9b\x15\xce\x51\ \x95\x01\x42\x48\x43\x43\x43\x5d\x5d\x7d\x6e\xee\x74\x55\x55\x79\ \x9e\x3f\x71\xe2\x84\x5e\xaf\xcf\xcc\xcc\xbc\xa2\xb2\x07\x00\x10\ \x29\x9e\x73\xe7\xab\x09\xf2\x15\x9d\xad\x19\xbb\x68\x84\xad\xa2\ \x68\xc7\x8e\x03\x0e\x63\xca\x8a\x15\x4b\xf4\x9d\xf9\xeb\xf3\x8e\ \x28\x91\x23\xef\xb8\x6d\xb6\xb3\x68\xdb\xb6\x23\xe5\xe1\x99\xb9\ \xcb\x67\x0e\x3f\xbb\xfd\xcb\x83\x17\x3a\xf9\x90\xe4\xc5\xcb\x16\ \x0d\x0d\x67\xf9\xbb\x37\x7d\x53\xd2\x6a\xeb\xea\xca\x4c\x20\x8e\ \x8e\x66\x47\x48\x54\xc3\xc9\x2d\x1b\x0f\x57\x50\x21\x6c\xda\xc2\ \xa5\x39\x69\x61\xcd\x67\x0e\x6f\xdf\x5f\xd0\x0b\x0c\xe3\xe7\x2d\ \x9f\x9e\x1e\x26\x2b\xea\xe5\xb1\x2c\x69\x6d\x6d\x2d\x2b\x2b\x9b\ \x31\x63\x06\x04\x90\xe7\xb9\x82\xc2\x42\xc6\x58\x76\x76\xb6\x72\ \x9d\xfb\x53\x43\xe3\x87\x1a\x0d\x58\x77\xe6\x60\x8b\x61\xdc\x8b\ \x4f\x2f\x53\x1c\x76\xc4\xc9\x15\xc7\x77\xef\xfe\xe6\x82\x29\x23\ \x77\xcd\xa2\x0c\x9e\xe7\x30\xe1\xa0\xbf\x63\xe7\xc6\xbc\xe2\x76\ \x3a\x69\xc1\xf2\xdc\x11\x96\x9a\x82\xbd\x5b\xf6\x9f\x0d\x1b\x39\ \x3d\x4d\xf5\x9f\xde\xf9\xc1\xab\x0d\x13\x6e\xbb\x7d\x5e\x38\xc7\ \x30\x81\xe5\x67\xcf\x06\x08\x29\x3f\x7b\xce\x3b\x3a\x0e\x22\xdc\ \x67\x24\x79\x51\x07\x9c\xf5\x5f\x6d\x3a\x3e\x62\xde\x92\x94\x10\ \x34\x78\xca\x13\x5d\x3f\x6a\x44\xf8\x52\x3d\x28\x08\x98\xa7\xd7\ \x9b\x34\x63\xd5\x2f\x57\x4c\xfc\xe6\xd3\xdf\xed\xd8\x77\x2e\x4b\ \xa0\xfb\xd6\xfe\xa5\x61\x5f\xe4\xb4\x45\xb7\x8d\x4b\xe0\xcf\x1c\ \x58\xbf\xa7\xb0\xc1\x3a\x22\x77\xf5\x82\xe1\x40\xb1\x6f\xff\xe8\ \x8d\xda\x19\x0b\x96\x4f\x49\x2b\xca\xfb\xb0\xa0\x3e\x90\x39\x63\ \xc9\x2d\xd9\x11\x45\x7b\x36\x1d\x3a\xdb\x9a\x32\x75\xc1\x82\x9c\ \x34\xa4\xca\xec\xca\xea\x81\x6c\x70\xd1\xb0\xab\x84\xe9\xff\x13\ \x55\x55\x5d\x44\x5c\x8c\xc1\x75\xae\xba\x75\x5c\xc2\x90\xba\xca\ \x12\x1c\x39\xd4\xa8\x76\xb4\xdb\x8d\x29\xd6\x8e\xad\x9f\x6f\xa9\ \xed\xb2\xd5\x75\xf3\xb9\x46\xde\x5e\x7d\x7c\xe3\xce\x6f\xfc\xc1\ \x69\xb7\xad\x58\x18\xc3\x39\x0f\x7c\xb5\xb9\xa0\xce\x33\x7c\xda\ \xc2\xf9\xe3\xe3\x8a\xbf\x5e\xb7\xaf\xa8\x35\x25\x67\xce\x82\x69\ \xc3\x91\x2c\xff\xcf\x3d\xc1\x4d\x8b\x47\x19\x55\x54\x5d\x74\xce\ \xc8\xd8\x93\x79\x9f\x6d\x3b\x51\xcd\x89\x22\x65\x28\x25\x67\xee\ \xdc\x51\xc1\x87\x76\xed\xaf\xae\x3b\x9b\xb7\xaf\x62\xe2\xe2\x5b\ \x43\x3b\xf2\x77\x9f\xaa\xb0\x75\xd6\xd7\x37\xb5\xd5\x94\x1d\xda\ \xf9\x4d\xbd\xa7\xad\xa2\xb8\xd1\x15\x16\x16\x11\x66\xd6\x83\xeb\ \xce\x2a\x62\x5e\xed\x3e\x56\xd0\x34\xe3\xde\x35\x71\x52\xdd\x99\ \x3a\x1b\xf9\xce\x93\x06\x06\x83\xa1\xac\xac\xfc\xf5\xd7\xff\x82\ \x30\x72\xb9\xdd\x7f\xfc\xe3\xcb\x5d\x9d\x9d\x7d\xa5\xc4\x6e\x3a\ \xaa\x0a\xe2\x32\x72\x4c\x8e\xa2\x0f\x3e\xdb\xde\x29\xf3\x52\xcb\ \x99\x4d\xfb\xca\xc6\x2d\xba\x35\xbc\xe3\x78\xde\xb1\xca\xc6\xd2\ \x73\xee\x98\xf1\xb7\xcd\x19\xcd\x33\x30\x24\x67\xd6\xaa\xc5\xb3\ \xe3\x2c\x26\x73\x88\x09\xb3\x6b\x57\x78\x44\x40\x76\x7a\xe9\xf0\ \x9c\x09\xee\xf2\xfc\xf2\xca\xaa\xea\x5e\xe3\xb8\x91\xc9\x7e\x67\ \xdb\xde\x4d\x79\x81\xe4\xdc\x79\xc3\xb8\x9d\x79\x7f\x6b\x6a\xac\ \xce\xdb\x79\x3c\x61\xca\x82\x29\xc3\x63\x30\x00\xee\xd6\xaa\x92\ \xea\x4e\x15\xe1\xd8\x61\xd3\xef\xbc\x73\x81\xd1\xdd\x52\x5a\xdf\ \xde\x52\x72\x74\x47\x41\xfb\xf4\xa5\x2b\xc6\xa5\x58\x43\xa2\x87\ \xad\xfe\xc9\x9a\x68\x6f\xe9\x81\x53\x15\x0a\x32\x8e\x9e\xb5\xe8\ \xce\xf9\x53\xb1\xad\xac\xb4\xb6\xab\xb6\x60\xe7\x81\x5a\x71\xc9\ \xd2\x29\x0d\x47\xb6\x17\xd4\x74\xd4\x94\x96\x89\xe9\xd3\xe6\x8f\ \xd2\xef\xdf\xba\xcf\x41\xd1\xc5\x12\xed\xfd\x7b\x16\x14\x6f\x45\ \x71\x89\xcd\xeb\xab\x2c\xad\x8a\x1b\xbf\x70\x98\xd0\x7a\xb6\xcb\ \xb0\x70\x4e\xc6\xf9\x83\x87\x1b\xea\xcf\x6f\xda\x71\x3a\x73\xde\ \xed\xf1\xbe\x33\x5b\x8f\xd4\x10\x9e\xf4\x3d\x24\x46\xa3\xf1\xaf\ \x5f\x7d\xb5\x7d\xc7\x4e\x63\x50\x70\x61\x61\xd1\x9b\x6f\xbe\xc5\ \x0b\xc2\xb5\xba\xcd\x79\x3b\x4a\x4b\x3a\x4d\xf7\x3d\xba\xa0\xf3\ \xcc\x89\xce\x80\x72\xfe\xf0\xf6\xee\x90\xf1\x77\xaf\x98\x6d\x0e\ \xd4\x6f\x5c\xbf\x2f\x7c\xfc\x82\xa5\xb3\xb2\xe5\xa6\xe3\x5b\x0e\ \x35\xcf\xbb\x63\xa9\x5a\x7e\xf8\xc4\xe9\xf2\xd2\xaa\x8e\xcc\x99\ \xcb\x87\xe3\xda\x9d\x27\x2b\xda\xcf\x1f\xdc\x79\xc6\x31\x73\xc9\ \xc2\x34\xab\x01\x50\xb5\xb5\xaa\xa4\xbe\xc3\x55\x5f\x5e\x66\x1c\ \x36\x6f\x6e\x1a\xde\xbb\xe7\x48\x67\x53\xe5\xc6\xad\x47\x13\x67\ \x2c\x1f\x67\x72\x9d\xab\x6c\xbb\x7a\x3a\x83\x31\x16\x14\x14\xb4\ \x6d\xdb\xf6\xaf\xd6\x6f\x30\x04\x05\x5d\xb8\x70\xe1\xbf\x5e\x7d\ \x0d\x61\xad\x7a\xa5\xc6\x8f\x61\x34\x58\x5c\xc6\xf8\x10\x47\xe1\ \x07\x9f\x6d\xeb\x94\xb9\x40\xf3\xe9\xbc\xc3\x75\x33\x56\x2e\x03\ \xe5\x07\x0e\x97\xb5\x11\xc2\x71\x3c\x2d\xd8\xb1\xb9\x8a\xcb\x58\ \x3e\x33\xf1\xd8\xce\xdd\x55\x8d\x25\x79\x3b\x4f\x0f\x9f\xb3\x6c\ \xce\xd8\x54\xcc\x70\xea\x84\x45\x77\x2e\x9b\x66\xc2\x8c\x42\x0e\ \xfa\x1a\x4f\x14\xbb\x56\x3e\xb6\x9a\x6f\x3a\x5b\xda\xe5\xe3\xd0\ \xa0\xed\x0c\x44\xb4\x44\x58\x74\xe4\xaa\xfd\x2a\x10\xc2\xeb\xd8\ \x52\x7c\xf9\xef\x09\x47\x5a\xcf\x1d\xdb\x92\xb7\xfe\x9b\x4a\x7f\ \x4a\x4a\x0c\x60\x24\x73\xfa\xa2\xc9\x89\xea\xbe\x3d\x47\xaa\xca\ \x4f\xee\x3c\xd9\x35\xe7\xd6\x85\xec\xc2\xde\x5d\x85\x75\x90\x0b\ \x9e\xb8\x70\xf9\xaa\x19\x59\xd5\x87\xd7\xe7\x77\x47\x2d\x5b\x94\ \x5d\xb2\x6f\x7b\xfe\xa9\xfc\xfd\xc7\x6a\x72\x96\xae\xce\x1d\x1e\ \x0d\x14\xf5\x9a\x51\x0c\x42\xf0\x7a\x25\x0c\x2f\x09\xc3\xa8\x8c\ \xc3\xc6\x8d\x4c\x68\x2c\xa9\xf4\x4a\xae\xca\x4a\x7b\x46\xf6\x28\ \x4f\xfd\xb9\xda\x96\xee\xd3\x07\xf2\x2e\x48\x49\x8b\x17\x4c\xb1\ \x18\x79\xe6\xa8\xde\x98\x77\x2c\x71\xfa\x8a\xe1\xb8\x72\xdb\x91\ \xca\xca\xa3\x79\xc7\xbb\x42\x97\x2d\x1c\x5b\x79\x68\xeb\x91\x82\ \x33\xfb\x0e\x57\x64\x2f\x5d\x33\x6b\x54\x3c\xb8\x49\xcb\xa8\x37\ \x6f\x5e\x97\xa9\x32\x33\xce\xbc\xfd\xa1\x7b\x17\x8c\x6e\x3a\xba\ \xe1\xe3\xbc\x93\x2a\x2f\x86\x45\xc5\x8f\x1c\x95\x1d\xce\xf9\xaa\ \xaa\xca\xb9\xb8\xd1\xd3\x46\x65\x4d\x1f\x3d\xa4\xb3\xcb\x9d\x10\ \x1f\xd5\x70\xe1\xac\x13\x87\x44\x12\xfb\xa9\x33\x8d\x61\x09\xc9\ \x23\x27\xe5\xce\x1e\x93\xc4\x14\xf9\xda\x4a\xe4\x88\xbb\xa9\xa2\ \xb4\x39\x10\x16\x1a\x6d\xd5\xc9\x45\xa7\x2a\x69\x5f\xd5\xe8\xfe\ \x7d\xd2\xd7\x17\x8a\x31\x00\xd8\x43\x0f\x3d\xd4\x6d\xb3\xfd\xfe\ \xf7\x2f\x3d\xf7\xfc\x0b\x31\xd1\xd1\xb7\xdf\xbe\xf2\x47\x8a\x2a\ \x14\x45\x0e\x4b\x9d\xfe\xc4\x63\xf7\xa6\x92\xc6\x4f\xdf\xfb\xf8\ \xe0\x99\x0a\x5d\xe2\xa8\x89\xd9\x59\x33\x26\xa4\x74\x57\x37\x4a\ \x88\x0b\x8d\x4a\x88\x8d\x0a\x43\x10\xe8\x82\xcc\xe1\x66\x83\x35\ \x35\x67\xc1\x8c\x51\x44\x91\xe9\xb5\xc7\x86\xba\x7d\x52\xf4\x90\ \xd1\xa9\x41\xf6\x0d\x6b\x37\x8b\x43\xa7\x8f\x88\xe4\x9d\x6d\xb5\ \xf5\xee\xa0\x69\x33\x27\x8d\x9b\x38\xc1\xa2\x74\x97\x15\x57\xf9\ \x43\x87\x4e\x99\x9c\x99\x9e\x1c\x25\x60\x06\x30\xc7\x73\x98\x31\ \xc0\xeb\x83\xc3\x43\x4c\x3c\xc7\xe9\x79\x56\x5f\xd7\x64\x19\x36\ \x61\x42\xf6\xf0\x44\x6b\xb0\xad\xb6\x70\xcb\xe6\xad\x67\x6b\x6d\ \x3e\x39\x40\x29\x34\x86\x84\x59\x82\x83\x79\x8e\xe7\x39\xd6\x54\ \xd5\x9a\x38\x3a\x37\x2b\x6b\x62\x76\xb2\xb1\xb6\xa9\x15\x10\x7d\ \x78\x64\x6c\xd6\xb8\xb1\x66\xe6\xec\x95\x19\x82\x17\x2b\x3b\xf6\ \x97\xec\xe4\x05\x01\x03\x86\x79\xbd\x35\x26\x79\x44\x7a\xba\x35\ \x34\x6c\xe8\xc8\xac\x18\x33\x6b\xaf\xab\xef\x6c\x6f\x2e\x38\xb4\ \xef\x7c\xb3\x2b\xe0\x70\xca\x08\x22\x00\x54\x55\x8d\x88\x88\x78\ \xf4\x91\x47\x3e\xff\xe2\x8b\x37\xde\xf8\xcb\x2b\xff\xf1\x1f\x77\ \xdd\xb5\x66\xc4\xf0\xe1\x57\x07\xa3\x1c\x8f\xea\x4e\x17\xf6\x00\ \x73\x64\x78\x24\xb6\x55\x17\x54\xb8\x47\x4f\x9d\xc5\x37\x1f\xdd\ \x7a\xb0\xb8\xab\xab\xc1\x21\x24\xcc\x9a\x31\x2e\x35\x2e\x96\xda\ \x2a\x6b\xdb\x9b\x8f\xed\x3f\x50\xdf\xe1\xf4\xf8\x7a\x91\xce\x14\ \x11\x9f\x96\x33\x6a\x28\x72\xf7\x54\x57\xb5\x84\x65\x4e\x1c\x3f\ \x32\x33\x39\x36\x84\x31\x86\x39\x9e\xc3\x00\x72\xba\xf0\xa8\xc4\ \xd1\xd9\x59\xa1\xd0\x53\x57\x55\x1b\xb0\x64\x4c\x9b\x90\x11\x67\ \x0d\xe1\xf1\x35\xde\x61\x54\x55\x35\x99\x4c\x4f\x3c\xf1\xc4\xd6\ \xad\x5b\x5f\x7b\xfd\xd5\xdf\xff\xe1\xa5\x65\xb7\xde\x3a\x7e\xdc\ \xb8\xab\xa4\xd5\xd0\xf8\x1f\xfb\x51\x45\x0e\x49\x9d\xf6\xf8\x13\ \x3f\x19\xc2\x35\x7d\xfa\xee\x27\xc7\xca\x6a\x5b\xdb\x5b\x8f\x1e\ \x3c\xd4\xd0\xe3\xb0\x79\x25\x08\x31\xcf\x5c\xd5\x4d\xed\x2d\x15\ \x85\xfb\x8e\x14\xbb\xa8\xbf\xbe\xfa\x02\x8d\xcc\x9a\x3d\x31\x33\ \x2e\xca\x4a\x28\x13\x83\xc2\xac\xe1\x26\x02\x01\xe6\x39\x5b\xc5\ \xb9\x5a\x27\xb1\x84\x47\x99\x68\x4f\x41\x51\x23\xe6\xfb\x23\x4a\ \xc6\x54\x14\x14\x35\x6b\xd1\x9c\x68\x23\x54\xe8\x65\x75\x73\xfb\ \x6a\xbc\x5f\xdb\xea\x22\x3c\xd8\xb4\x42\xc8\x14\xd9\xef\xa7\xc2\ \xa4\xa5\x77\xdf\x3a\x25\x49\x56\x60\x58\x5c\xf2\xe8\xac\x91\x06\ \xd5\x5e\x51\x5d\x63\x1e\x9a\x93\x33\x32\x7b\x7a\x66\x4c\x53\x7d\ \x93\xc4\x88\x29\xd4\x12\x62\x44\x2d\x75\xb6\xb4\xf1\x33\x32\x47\ \x4f\x1e\x6e\x51\x1a\x95\xd0\xa9\xa3\xa3\xbe\xd9\xb6\xa5\xa4\xd9\ \x8d\xc8\xb5\x57\xe2\x10\xc2\xd7\x15\xe6\x52\xa8\xca\x94\x80\x12\ \x3b\x6a\xac\xc1\x51\x5d\x78\xb6\xa0\x95\x46\x8e\x4e\x0b\xa1\x8c\ \x10\xe6\x6f\x6e\xf2\x8e\x9c\x3c\x6b\xd8\xf0\xd4\xc8\x70\x83\xa7\ \xad\xb5\xbd\xa5\xe9\xec\x37\x5f\x17\xd6\x3b\x14\x67\x7b\x59\x8d\ \x7d\xe8\xe4\x19\x99\x63\x26\x64\xc6\xc2\x4e\x17\x3f\x65\x42\xc2\ \x89\x6d\x1b\x4f\x37\xf6\x22\x74\x73\x5e\x8d\x6f\xe2\xfa\x28\x84\ \x8a\xbb\xb5\xc3\x1e\x95\x99\x3b\x77\x42\x6c\x7d\x49\x89\x9b\x42\ \x4a\x15\x55\x55\x99\x4a\x0d\x21\x56\x7f\x47\x6d\xa3\xd3\x55\x5d\ \xd7\x84\x8c\x91\xa3\x32\x13\x6a\x0a\xbe\x69\x63\xd9\x73\x13\x9b\ \xff\x7a\xb2\x25\x23\x2d\xd9\xd5\x54\x51\xde\x68\x03\xd7\x89\xeb\ \x09\x54\xab\xca\xce\xdb\x5c\xbd\xc7\x76\x6e\xba\xd0\x13\x68\x2f\ \x2b\xa8\x77\x31\x26\xf9\x15\x00\xfc\x7e\xbf\xa4\xde\xa8\xb6\xb6\ \xa2\xa8\x41\x41\xc6\xe7\x9e\x7d\xa6\xb4\xb4\x14\x21\xf4\xf4\xd3\ \x4f\x33\x06\x6e\x4a\xed\xd6\x6b\x68\x13\x42\x97\xad\xc5\xc5\xc7\ \xcc\x5b\x34\x27\xd8\x55\xdb\x23\x91\x40\x57\x53\x8b\xc3\x55\x55\ \xdd\x22\x86\x87\x10\x46\x55\x55\x01\x8c\x11\x04\xec\x3d\x0e\x77\ \x40\xe9\xed\xac\x2b\xa9\x6c\xa2\x08\x5f\x5b\x7c\xa6\xf8\xbc\x6e\ \xa0\x8b\xc8\xc9\x8c\xe9\xee\xf0\x67\x8d\x1f\x46\xd4\x40\x40\x31\ \x98\x89\xab\xb2\xa6\xb5\xbb\xb9\xde\xa6\x08\xb1\xf1\x51\xa8\xa7\ \xa1\xba\xc9\x23\xc9\xb2\xa2\x52\xc0\x28\xa5\x8c\x31\xaa\xaa\x94\ \x02\xc6\x18\x55\x29\x0a\x0d\x09\xea\xac\xaf\xea\x70\x7a\x03\x8e\ \x96\x3d\x5b\xf6\x5b\x27\x2f\x5f\x32\x65\x18\x52\x18\x86\x6a\xb7\ \xcd\xe1\x91\x03\xb2\xaa\x52\x86\x42\x2c\xc6\xb6\xba\x4a\x97\xab\ \xad\xae\xa5\x37\x2c\xc4\x0c\xa9\xa2\x28\x8a\x42\xc1\x65\xd1\x32\ \x63\x74\x60\x13\x6d\xdf\x7f\x18\xa5\x8a\xaa\x52\x55\x55\x14\x45\ \x51\x99\xaa\xa8\xa2\x29\xc8\x10\x1a\x35\x61\xf6\xe2\x87\x7f\xfe\ \xd4\xbd\x8b\x47\x52\x5f\xff\x5b\x42\x20\x10\x18\x37\x76\xcc\x23\ \x0f\xff\x6c\xfd\xfa\x0d\x4b\x97\x2c\x59\xb8\x70\xa1\xcf\xe7\xbb\ \x7a\xfa\x86\x48\xed\x05\x25\x8d\x52\x6f\xf5\xc6\xcd\x5f\xf7\x4a\ \xee\xb3\x45\x67\x74\x29\x53\x1f\x7d\x6c\x8d\x5a\xb2\xfb\x48\xb9\ \x4f\x90\x3a\x2b\xeb\xbb\xfd\x01\x3f\xd4\x59\xac\x61\xb1\xd3\x16\ \xdd\xf1\xcb\xdf\xfe\xea\x96\xac\x04\xc9\xeb\x53\x55\x85\xaa\x54\ \xa1\xc8\x62\x35\xdb\x6a\xca\xda\x7b\xbd\x52\x40\xa2\x94\x0d\xa8\ \xa4\x5f\x4e\x95\x02\x43\x70\x10\xb5\xb7\xb4\x74\xfb\xbc\xfe\x80\ \x7a\x9d\x1b\x41\x92\xa4\x8c\x8c\x61\xff\xf2\xcb\x27\xb7\x6c\xce\ \x9b\x3e\x7d\xda\xca\x95\x2b\xfc\x7e\xbf\x66\xf4\x35\x6e\x3a\x10\ \x02\x8f\xad\xd5\x45\xa2\xe7\x2d\x9c\x1b\xec\xae\x6d\xeb\x05\x11\ \xd1\x71\x53\x6f\x59\xfe\xf3\xa7\x7f\xbb\x72\x74\xb4\xdf\xe7\x71\ \xc9\x5c\x78\x70\x50\x5c\xc6\xb8\xdb\xef\x7d\xe8\xe9\x47\x7e\x92\ \x15\x1d\xe2\x6a\xab\xa9\x69\xef\x95\x24\x89\x61\xb5\xb7\xa7\xc7\ \xeb\xf5\xab\x0c\xf2\xcc\x7d\xee\x7c\x99\xc7\xd3\xb5\x7b\x63\x5e\ \xb3\x4f\xae\x3b\x7f\xaa\x53\xc6\x52\x20\xa0\x30\x26\xfb\x65\xc5\ \xeb\xa8\x2c\x29\x73\x06\xc0\x15\x1e\x0c\x02\x88\x11\xbe\xbe\xeb\ \xba\xf4\x69\x45\x52\xa3\xb3\x26\x2f\xbf\x6d\xe9\xd4\xac\x54\x01\ \x28\x2a\xa5\x8a\xa2\xaa\xaa\xca\x00\x34\x85\x84\x39\x5a\x6a\x3a\ \x5c\xf6\xca\x86\x4e\x53\xb8\x85\x07\x52\x57\x8f\x23\x20\x83\x60\ \x33\xdf\x54\x5b\xed\x76\x34\x35\x74\x78\x43\x42\x22\xa6\x2c\xbb\ \x6f\xcd\xe4\x90\xad\x5f\xed\xe8\xf0\xa2\xab\xb7\x20\x33\x00\x10\ \x84\xf8\xfa\x4e\x7d\xd0\x47\x65\x3e\x64\xe8\x98\x64\xf5\xf3\xb7\ \xb6\x9a\xb2\xc6\xc5\x08\x4c\x56\x29\xc0\x7c\x68\x08\xaa\x29\x2b\ \xf3\xfb\xe5\x80\x5f\xe6\x82\x8c\x86\xd0\xc8\x31\xb9\xf3\x7f\xfa\ \xf8\x53\x0f\xac\x98\x6c\x35\x80\xa6\x8a\x6a\x77\x4f\x6b\x7d\x9b\ \xd7\x10\x16\x3d\x71\xd1\xbd\xf7\x4c\x8f\xdc\xb5\x71\x63\x83\x9f\ \xbb\x29\x8b\xa4\x37\x71\x7d\x14\x23\xd5\x5d\xb4\x77\x63\x51\xbd\ \x8b\x01\x6e\xda\x92\xdb\x8d\x95\xfb\x02\x04\x03\x88\x45\x1d\x1f\ \x35\x74\xea\xf4\x86\xba\x77\x5f\xfe\x03\x1f\x96\xba\x7c\xd5\x08\ \xb3\xc5\x3d\xd4\xaa\xe7\x93\x33\xd2\x82\xec\x96\x72\x67\x4a\x6a\ \x44\xdd\xee\x0f\x4f\x48\x19\xf7\x2f\x1d\xc7\xa8\x74\x75\xe3\x54\ \xf2\xd7\xd4\x7b\xe7\xfd\xf4\xa9\xe5\xe3\xa3\x14\x77\xeb\xe7\xef\ \xac\x6d\xf3\x84\x06\x49\xa5\x0d\x8e\xf4\x38\xbd\xfb\x42\x59\x73\ \x5c\x56\x34\x90\xae\x1b\x2b\x04\x02\x81\x88\x88\x88\xd7\x5f\x7b\ \x55\x10\x04\x41\xe0\x14\xe5\xc7\xda\xb7\x89\x31\x76\xd4\x17\xfd\ \x75\xcf\x39\x49\x51\x0d\x49\xd3\x16\xce\x9f\x54\xbe\x6f\xfd\x47\ \x7f\x7a\x89\x84\xa6\xae\xbe\x7f\xa4\x73\xff\x39\x1d\x4f\x64\x05\ \x26\x0f\xcb\x3a\x72\xf2\xab\xd7\xdf\x71\x4d\x4b\x62\x17\x3a\x0c\ \x77\xdd\xb3\x40\xa7\x5c\xb5\xeb\x0d\x42\x46\x29\xe4\x04\x91\xc0\ \xd0\x8c\xe9\x4f\xfe\x6a\x6c\x64\x30\x2b\xd4\xeb\x08\xb1\xce\x5e\ \x30\xe1\xa3\xf5\x6f\x16\x40\xfd\xb8\x79\x2b\xd2\x47\xc4\x2a\x6d\ \x15\xdb\xdf\x7b\xd9\xeb\xf3\x26\x4c\x9b\xc0\x0b\x2d\x06\x1d\x87\ \x79\xbd\x41\xc7\x31\xc6\x30\x2f\x70\x84\x1f\x32\x2e\x37\xab\xfa\ \xd3\x37\x5f\x7a\x29\x79\xdc\xcc\xe1\x63\xd2\x8e\x6c\xff\x2c\xe0\ \xf5\x67\x2d\x99\x91\x99\x9a\x79\xf2\xe3\xbc\xd7\xec\xb6\x49\xf1\ \x06\x83\x28\x64\x4c\x9d\x5f\xf9\xc9\x17\x7f\x7c\xe9\x50\x78\xda\ \xd4\x15\x23\x62\xf3\x4b\x05\x1d\x87\x01\xc4\x06\xa3\x01\x0f\x38\ \x51\x48\x78\xa3\x41\x8f\x01\x63\x10\xe9\x0d\x06\x0e\x41\x41\x6f\ \xe0\x08\x40\x9c\x68\xd0\xf1\x00\x20\x51\xe0\xf4\x71\xd9\x0b\x26\ \xb4\x6c\xfb\xea\xbd\xc3\xa6\xd8\x79\xb7\xdf\x39\x2a\x1c\xf6\xad\ \xfd\x32\xc6\x3c\x5e\xef\x8c\xdc\xdc\xa1\x43\x86\x44\x46\x46\xfa\ \xfd\xfe\xab\x97\xa8\x11\xc6\xbd\x8d\x6d\x76\x3e\xe5\xb1\xc7\x1e\ \x1c\x12\xc6\xdb\x4a\xf6\x7e\xb0\xb3\xfe\xd8\xee\x75\x45\x67\x6b\ \x55\x43\xe2\x92\x9c\x29\x38\xd4\xb5\xfe\xdd\xff\x38\x1c\x97\x75\ \xc7\xb2\x99\xb3\x87\xfd\x75\xfd\xbb\x6f\x19\x62\xb2\xee\x9c\x3f\ \x2a\x38\x38\x88\x43\x0c\x72\xa2\x88\x51\x7c\xce\xdc\x9c\xba\xcf\ \xde\x78\xe5\x65\xbf\x44\xe6\x8c\x31\x72\x4e\xbd\x8e\xc7\xbc\xce\ \xa0\xe3\x20\x43\x44\xe4\xb9\xd0\x94\xec\x59\x99\x35\xdb\xde\x7b\ \xdd\x5e\x5f\x61\x99\x3f\xfb\x7a\xbb\xd4\xbc\x5e\x6f\x4e\x4e\xce\ \x47\x1f\x7e\x60\xb1\x58\x24\x49\xd2\xd2\x94\x35\x7e\x1c\xa3\xc1\ \x39\xea\x4f\xaf\xdb\x73\x56\x52\x14\x43\xd2\xd4\x85\xf3\x27\x95\ \xef\xdb\xb0\xf5\x83\x37\x45\xeb\xf0\x35\xf7\x2c\x1e\x36\x34\xfc\ \x60\x51\xf5\x9a\x05\xf3\xeb\xd7\x6e\x7f\xeb\xcd\xe3\xe9\x39\x0b\ \x56\xcc\x99\x3e\x27\xb3\xe1\xb3\xff\x7c\xd9\x3a\x7c\xe2\x82\x71\ \x93\xf0\x17\x9b\xff\xfc\x6e\xdd\x9a\x9f\xac\x8c\x97\x5a\x1b\x6c\ \xdc\xaa\x5f\xfc\x7a\xc6\x50\x93\xb7\xad\xf4\xdd\x8f\xf6\x3a\xe9\ \xb0\xe0\x40\x71\xb3\x27\x33\xde\xe0\x2d\x39\x5b\xd0\x55\x5c\x35\ \x61\xe5\x5d\xc3\xad\x44\x1e\xb4\x6d\x17\x22\x78\xbd\xfb\xba\x2f\ \xf1\xf4\xe2\xc4\x30\x27\xea\x75\x01\xe8\xf7\xfb\x91\x24\x13\x0e\ \x8a\x06\x23\x23\x10\x20\x4e\x14\x84\xa4\x51\xb3\xdc\x75\x1f\xbf\ \xfa\xc7\x57\x0c\x51\x99\x77\x8d\x1f\x05\x4d\x1d\x1f\x6c\xf8\xfc\ \x2f\x6d\xf3\x56\xce\x5c\xdc\xbc\x69\xc3\x4b\x7f\xa2\x71\x63\x6e\ \xc9\xb1\xfa\xbf\xfa\xef\x3f\x57\xf5\x48\xe9\xd9\xb3\xcc\xc2\xb5\ \x72\x02\x19\x83\x18\xb1\xef\x16\xe1\xa8\x80\xcf\xc8\x1a\x21\x1e\ \x75\x8c\x1a\x9e\xcc\x54\x95\x13\xf5\xbc\x10\x94\x33\xf7\x96\x9a\ \x4f\x36\xff\xe1\x15\x29\x80\xe3\xc3\x93\x47\x2d\x9c\xd6\xbc\x79\ \xeb\x47\xf9\x3a\xeb\xac\x55\xf7\x8c\x9f\xbf\xa4\xea\xf3\x4d\x7f\ \x78\x45\x8e\xcd\x9a\x39\x29\x89\x7e\xf5\xd6\x7f\x55\xf6\x48\x43\ \xb3\x26\x59\x04\x55\xbd\x19\x21\x15\xec\x75\x3a\x6e\xea\x1c\x85\ \x14\x90\x64\xcc\xe9\xf4\x3a\x5e\x95\x25\x06\x50\x7f\x22\x30\xc2\ \x04\x51\xb7\xdb\x8b\x45\xa3\x8e\x00\x85\x32\x78\x71\x94\x18\x03\ \x10\xaa\xaa\xc2\x00\xc2\xd7\xdf\x78\xab\xaa\x8c\x70\x18\xf4\xe5\ \x14\xab\x8a\x0a\x30\x64\x0a\x05\x98\x40\x55\x56\x21\x21\xdf\x1e\ \x58\x73\x1c\x47\x29\x55\xd5\x1f\x37\xf9\x81\x51\x55\x92\x02\x2a\ \x43\x3a\x83\x81\x40\x00\x99\xea\xf6\x78\x89\x68\x14\x09\x90\x15\ \xb5\x2f\xdb\x09\x21\xa4\xca\x7e\x9f\xc4\xfa\x36\xeb\xe2\xeb\xaf\ \xf5\xf6\xd9\x6e\x88\x08\x47\xa0\x22\x2b\x94\x31\x00\x20\xe1\x88\ \xec\x75\x07\x18\x67\x34\x08\x54\x55\x31\x46\x3e\x8f\x4b\x66\x44\ \x27\x0a\xb0\x6f\x09\x13\x00\x76\x31\x07\x1b\x00\x84\x09\x02\x8a\ \xc7\xed\x05\x9c\x4e\x2f\x60\x9f\xc7\x4d\x11\x27\x0a\x02\xc1\x50\ \xf6\xfb\xfc\x2a\x14\x05\x0e\x02\x80\x09\x07\x54\xbf\xdb\xab\xe8\ \x8c\x46\x02\x54\x45\xa5\x83\xf3\xb8\x07\x4b\x74\x29\x6b\xad\x2f\ \xdf\x79\x20\xcd\x1b\x42\xc8\x18\x05\x90\x70\x18\xf8\x3c\x6e\x89\ \x21\x51\x14\xaf\x8e\xb5\x79\x9e\x97\x65\xf9\x7a\x6e\x89\x51\xc6\ \x20\x24\x18\xf5\x5d\x97\x2a\xb2\xa2\x2a\x01\x49\xe1\x44\x83\x8e\ \xc7\x10\x32\x9f\xdb\x23\x33\xa4\xd3\xeb\x39\xa4\xba\x5d\x1e\x8a\ \x38\x51\xe0\x21\xb8\x24\x06\xc2\x1c\x06\xb2\xdb\xed\x05\x9c\xa8\ \xe3\x09\xa5\x74\x90\x4a\x18\x03\x88\xa8\xae\xa2\xa3\x07\x8b\x1b\ \xba\xbb\x3a\xbc\x13\x57\xdd\x33\x3d\xc9\x74\x83\xd4\x2c\x9e\xe7\ \x15\x45\xf9\x91\x26\x30\x34\x34\xae\x69\x34\x3c\x1e\x8f\x0a\x39\ \x51\x10\x08\x62\x92\xa4\x70\x3a\x11\x48\x3e\xb7\x4f\x26\xbc\x20\ \xf2\x3c\x46\xd4\xe3\xf6\x50\x48\x74\x7a\x1d\x93\xbc\x3e\x19\x88\ \x3a\x01\x31\xaa\x32\xc8\x11\x3c\xf0\xe0\x28\x0c\x62\xc8\x14\x15\ \x62\x02\x54\x59\x05\x10\x02\x74\xe5\x54\x2d\x74\xbb\x5d\xad\xcd\ \x4d\x26\x73\x08\xc6\x83\x63\x2a\x16\x08\x04\x24\x29\x90\x94\x92\ \x3a\x90\xa6\x39\x60\x8b\x2e\x79\x56\x76\xd1\xc4\xf4\x59\x18\xb7\ \xdb\xcf\xeb\x8d\x3c\x62\x00\x00\xc9\xef\x95\x28\xd6\x1b\x74\x50\ \xf1\xb9\xfd\xd4\x60\x34\x40\x2a\xfb\xbc\x3e\x05\x60\x83\x41\x0f\ \xd9\x35\xd6\x47\x21\x84\x76\x7b\x4f\x77\x67\xa7\x39\x24\x04\xc2\ \xc1\x26\x91\x79\xbd\x5e\x04\x61\x7c\x62\xd2\x60\xeb\xdd\xf7\x30\ \xc3\x4b\xeb\x4d\x90\x10\xc2\x14\x9f\xdb\xab\xf0\xa2\x48\x08\x26\ \x18\xf8\x3d\x9e\x80\x0a\x05\x51\xe0\x39\x0e\x28\x7e\xb7\x5f\xd5\ \x1b\x0d\x98\xca\x5e\xaf\x4f\x61\xd8\x60\xd4\x23\x76\x73\x52\x63\ \x6e\xb2\x1f\xbd\xa8\xe6\xbe\x8e\xf5\x1d\x2f\x35\xc8\xcc\x82\x4b\ \x49\xc3\x03\x47\x4e\x5c\xf9\xef\x0d\xa6\x3f\x2e\xfe\x1d\x42\x70\ \xf1\x90\x8e\xbf\xbf\x13\x6b\xe0\x40\xb6\x32\xbb\xf4\x13\xbb\xa2\ \x8f\x17\x7f\xfb\xad\xdd\x06\x80\x5d\xfd\xe3\x15\xf9\xd7\x83\xaf\ \xd8\xef\x31\x06\xbe\x36\xf0\x9f\xc1\xbe\x0f\x5e\xf1\x54\x30\xc6\ \xae\xd5\xee\x15\xc3\x77\xd5\x38\x0c\x38\xd1\xfe\xf1\xbb\xe4\xa9\ \xae\x21\xe1\xf7\x55\xe0\xe0\xae\xb1\x81\xd9\xa5\xab\x5a\x1e\xd4\ \xef\xcb\xc5\xb8\x81\x4a\x20\x44\x50\xf5\xd6\x57\x95\xb7\xd8\xa5\ \xd0\xd8\x21\xe9\xf1\xe1\x8c\x6a\x79\xa5\x1a\x7f\x87\x46\xe3\x72\ \xab\x71\xa5\xf9\x84\x83\x43\xc6\x8b\x8f\xc6\x65\x0f\xce\x20\x23\ \xd9\xe7\x73\xae\x7e\x1e\x21\x84\x92\x24\xb9\x5d\xbd\x57\x4c\xb1\ \x62\x84\x4c\xe6\x90\x2b\x9f\xfd\xc1\xc6\xe8\x6a\x03\x0e\xaf\xe8\ \xc0\xa5\x67\xf4\x32\x1f\x7c\x7d\xa3\x80\x10\xf2\x79\xbd\x1e\xaf\ \x07\x5e\x2e\x0c\x21\xa4\x2f\x1f\xe6\xca\x13\x27\x2e\x89\x77\xc5\ \x73\x0f\xd8\x75\x64\xba\xca\x70\xdc\xa4\xe1\xbb\xc9\x7e\x54\x43\ \xe3\x7f\x83\xd5\xe2\x78\x81\x60\x48\x55\x59\x92\x14\x6d\xba\x56\ \xe3\x9f\x19\x84\x10\xbc\x7a\x55\x92\x01\x4a\xd5\xff\xf7\x6b\x19\ \x7d\xfb\x9e\xd8\x55\xf3\x72\x7d\x9b\x1c\xfe\x7e\x0d\x8a\xe6\x47\ \x35\x34\x34\x34\x34\x34\x7e\xb8\xfb\xd7\x54\xa0\xa1\xa1\xa1\xa1\ \xa1\xa1\xf9\x51\x0d\x0d\x0d\x0d\x0d\x0d\xcd\x8f\x6a\x68\x68\x68\ \x68\x68\x68\x7e\x54\x43\x43\x43\x43\x43\x43\xf3\xa3\x1a\x1a\x1a\ \x1a\x1a\x1a\x1a\xdf\x02\xe9\x75\x3a\x35\x2d\x68\x68\x68\x68\x68\ \x68\xfc\x30\xa0\xcf\xeb\xd5\xb4\xa0\xa1\xa1\xa1\xf1\x4f\x60\xef\ \xe1\xc5\x63\xce\x00\xd0\x12\xa7\xaf\x50\x0d\x00\xfd\x45\xad\xbe\ \x7f\x3c\x2a\x49\x01\x4d\x85\x1a\x1a\x1a\x1a\xff\xd8\x20\x84\x54\ \x55\x71\xf4\xf4\x38\x1d\x0e\x49\x92\x06\x6a\x74\x6b\x00\x00\x00\ \xc7\x71\x06\xa3\x31\x24\x2c\x5c\x14\x75\x3f\xe0\x10\x50\xed\x1c\ \x06\x0d\x0d\x0d\x8d\x7f\xfc\x68\x4b\x96\xa4\xe6\xa6\x06\x4a\x99\ \xd1\x18\x44\x08\x06\x5a\x31\xdd\x41\x50\xaa\xfa\x7c\x3e\x9f\xcf\ \x1b\x19\x15\x63\x36\x87\xd2\xef\x79\x56\x28\xd1\x34\xa8\xa1\xa1\ \xa1\xf1\x8f\xed\x44\x29\xa5\xad\xad\xcd\x3c\x2f\x04\x9b\x4c\x94\ \x31\xa0\x15\x2f\xba\xca\x15\x8a\xa2\xce\x68\x30\x74\x77\x75\x72\ \x84\xd3\x1b\x8d\xec\xfb\x44\xa5\x3f\x9e\x1f\x85\x84\xe3\x08\x46\ \x54\x91\x6e\x50\x4c\xe3\x87\x81\x30\x41\x80\x2a\x37\x2a\x78\x03\ \x11\x02\x94\xfe\x28\xf7\x0a\x22\x04\x31\xf5\x3a\x75\xd4\x11\xc7\ \x13\xaa\x48\x83\x44\x83\x84\x60\xaa\x2a\x37\x43\x96\xef\xd9\x14\ \x84\x04\x23\xf5\x3b\x14\x7c\x87\x08\x63\x04\x06\x95\x93\xeb\x1f\ \x3b\x55\x91\xe4\xef\x33\x76\x08\x61\x04\x99\xf2\xc3\x0b\x11\x41\ \x4c\x30\xfb\x7e\xba\x82\x98\x60\x40\x55\x95\x6a\x76\x41\x43\xe3\ \xba\xb8\x5c\x2e\x80\x70\x90\x39\x04\x40\x00\x55\x55\x0b\x46\xaf\ \x86\x31\xc6\x0b\x62\x50\x50\xb0\xc3\xd1\xa3\x33\x18\xe0\xb5\x8e\ \xf5\xbf\xae\xe9\xbb\xa6\x69\xd2\xe9\xf5\x02\x87\x06\x4e\xc9\xc7\ \x82\xa8\x37\xe8\x75\x64\x40\xf3\x98\x13\xf4\x22\x0f\x6f\xb4\x4c\ \x0d\x31\x62\x3d\x2d\x55\xa7\x4e\x9e\xaa\x68\x75\x80\x41\x45\x70\ \x20\x22\x7a\xbd\x81\xc7\x70\xa0\x6a\x01\x16\x44\xbd\xc1\xf0\x3d\ \x1a\x27\x04\xd6\x9d\xde\xb3\xb7\xb0\x9a\x11\xee\xfa\xf7\x02\xfb\ \x2e\xfe\xe3\x07\x19\x7a\x58\x79\x74\xef\x81\xc2\x36\xc2\xa1\x6b\ \xbd\xf5\x79\x1b\x6b\x6b\x6d\x1e\x75\xa0\xca\x3a\x42\xaa\x7d\xff\ \xae\x5d\x65\xdd\x2a\x87\xff\x87\x37\x2e\x22\xa0\xf7\xe0\xee\xed\ \xe7\x3b\x65\xfe\x3b\x34\x05\x21\x66\xee\x86\x75\x6b\x37\x56\xb9\ \xd1\x8d\x3f\x8f\x30\x71\x36\x14\x6c\xdf\x9f\xef\x83\x1c\x82\x7d\ \xde\x1a\xd8\x9a\xab\x0b\xf2\x4f\x55\x35\x3b\x21\xfa\xae\x99\x51\ \x84\xc3\x1d\x15\x27\xb7\x1d\x2e\x51\x10\x81\x3f\x48\xb5\x3c\x73\ \x1e\xd8\xb2\xb6\xa8\xd9\x4d\xf0\x77\x2b\xad\x0b\x11\x61\xde\x53\ \x7b\xb6\x9d\x6d\x70\x60\x82\x35\x43\xa0\xa1\x71\xbd\x87\xdc\x6b\ \xeb\x80\x9b\x5f\x75\xbd\xf1\x44\xa0\xf2\x34\xe4\x04\x4d\x25\xd7\ \x84\x52\x2a\x8a\x22\x60\x40\x0a\x7c\xbf\x6d\x43\xe8\x6a\x6b\xc6\ \xc9\x9d\xdb\xd6\xad\x3d\x54\xd2\xc3\x73\x88\x70\xbc\xea\x69\x3f\ \xb4\x6d\xed\x7b\x9f\x6d\xaa\xf5\x00\x82\x11\x2f\x70\x6d\xc5\x07\ \x37\xec\x2b\xf0\x42\x7e\x70\xb5\x50\x84\x89\x20\x8a\xa2\xc0\x63\ \x08\x09\x4f\xba\x2b\x8f\xbd\xfd\xee\x67\x07\x8f\x9f\x2a\x6b\xb2\ \xd1\x81\x52\xe6\x88\x13\x98\xb3\xf6\xab\xb5\x9f\x16\xb4\x05\x78\ \x04\x31\xc7\x53\x6f\xc7\xe1\x1d\xeb\xde\xfb\x64\x43\x8d\xbb\xaf\ \x71\xbe\xa3\xe4\xd0\xfa\xbd\xf9\x83\x1b\x87\x88\x08\x82\x28\x8a\ \xa2\xc0\x73\x08\x42\x82\x58\xf3\x85\x13\x45\x75\x36\x9d\x5e\x2f\ \xf0\x03\xae\x14\x22\x8e\x17\x44\x51\xe4\x08\x42\x98\x73\xb7\x14\ \x7d\xb9\xf5\x6b\x0f\x1f\x6c\x10\x08\x04\x0c\x22\x2c\x08\xa2\x28\ \x08\x7d\xf5\x4d\x21\x44\xbc\x20\xf6\x7d\x78\x90\x9b\xe2\xfa\xae\ \x81\x11\x64\x17\xbb\x23\x8a\x17\x2f\xd1\xf7\x2d\xbd\x9e\x6f\x28\ \x3a\x71\xba\xd2\x46\x08\x82\x00\x20\xcc\xf1\x1c\x81\x80\x01\x00\ \x39\x5e\xcf\xab\x9d\xdb\xd7\xaf\x3f\xd7\x16\xe0\x30\x44\x98\x08\ \x3a\xbd\x8e\x78\x4e\x1c\x3e\xde\xe4\xa6\x04\x01\x4c\xb8\x81\x5e\ \xf4\xbb\x3a\x5e\x10\x45\x51\x20\xfd\xf5\x47\x21\xe1\x78\x51\x14\ \x05\xfe\x32\x3f\xd4\xff\x2d\x51\x24\xb4\x37\xff\xd8\x89\x26\x3f\ \x11\x74\x22\x37\xe0\x36\x2e\xa9\xbd\x5f\x5f\x03\x8d\x08\x02\xf3\ \xf7\x9c\x3b\x5f\xee\x94\x21\x21\x5c\x5f\x2f\x20\x1a\xb8\xe2\xa5\ \x0f\x0b\x7a\x83\xc1\xd7\x5e\x7c\xa8\xb0\x5c\x42\x04\x01\x88\x79\ \xae\xfb\xc2\xe1\x77\xdf\xfb\xec\xe0\xf1\x53\x17\x1a\x6c\x10\x61\ \xc2\x0b\xa2\x28\xf2\x03\x2f\x02\x78\x40\x51\x83\x46\x1f\x72\xbc\ \xa8\xd3\xe9\x6d\x0d\x25\x47\x4e\xd7\x51\x44\x00\x42\x9c\x20\x88\ \xa2\xc0\x61\x04\x00\x20\x1c\xcf\x61\xc4\x18\xc0\x84\xe7\x08\x62\ \x0c\x20\xc2\xf1\x04\x0f\x52\x32\x81\x10\x61\xea\xbe\x70\xb6\xb0\ \xd9\x25\x21\x04\xfb\x87\xac\x5f\x54\x06\x06\x86\x8c\x27\xfd\x62\ \x40\x44\x44\x9d\x4e\xc7\xc9\xa5\x27\x0e\x57\x77\x79\xbf\x4b\x01\ \x5a\x0d\x8d\x7f\x4e\x20\xc6\x7e\x5b\x87\xd1\xd1\x1c\x63\xe4\xbd\ \x55\xe7\x34\x3f\x7a\xc3\x08\x04\x02\xf8\xbd\x2b\xaa\x91\xab\x62\ \x02\xc7\x9e\x8d\x5f\xae\xdd\x7a\x2e\xe7\x27\xd9\xb3\xc7\x44\xf5\ \xd4\x9e\xde\x90\x77\x88\x8f\x4d\x1f\x96\x1e\x6d\x16\x30\x90\x9c\ \x47\xb7\x6d\xda\xbc\xfb\xb0\x33\x69\xce\xe4\xe9\x93\x82\x80\xdc\ \x37\x9d\x86\x08\x51\xdc\xdd\xe5\xd5\x0d\xb2\x18\x36\x24\x35\x29\ \x14\x29\x95\xe7\x8e\xd9\x74\x89\xab\x67\x4c\xb0\x46\x58\x10\x53\ \xfb\xbc\x28\xf6\xb6\x6c\x59\xfb\xe9\xda\x63\x4d\x2b\xd2\x6e\x99\ \x94\x10\x64\x6f\x3a\xbf\x61\xf3\x01\x2e\x26\x3d\xbd\xbf\xf1\xde\ \xe3\xdb\x37\x6f\xda\x7d\xb0\x27\x7e\xe6\xe4\xe9\x93\x83\xa0\x4c\ \x19\x80\x10\xca\x5e\x5b\x5d\x63\xab\xc3\x2b\x1b\xc3\xa2\x53\x92\ \xa2\x11\x94\x08\xcf\x79\x3a\xeb\x4f\x9d\x2a\x30\x1a\xc3\x92\x13\ \xac\x90\x32\x0c\x95\x96\xca\x0b\xad\xbd\x34\x3a\x69\x68\x7c\x44\ \xb0\xe4\x6a\x2f\x38\x71\x3a\x32\x2e\x3a\xc1\x12\x9a\x94\x9c\x20\ \x48\x8e\xf2\xd2\x1a\x17\x30\xa4\x0c\x4d\x35\xf3\x48\x51\x7d\xb5\ \xa5\x25\x5d\x2e\x35\x3c\x2e\x31\xce\x6a\x82\x94\x41\xc4\x9c\x6d\ \x75\xf5\x2d\x5d\x50\x1f\x92\x94\x9c\x6c\xe2\x81\xd7\xd5\x55\xdd\ \xd4\xd6\xeb\x53\x82\x2c\xb1\x29\xf1\x16\xc8\x18\xa2\x52\xfd\x85\ \x52\x87\x0a\x3a\xbd\x94\xe3\x71\x9f\x67\xf5\x74\x37\x74\x05\x84\ \xb8\x68\x2b\x61\x81\xa6\x9a\x0a\xce\x14\x32\x67\xd1\x42\x43\xa4\ \x48\x01\x52\x3c\x5d\xe5\xe7\x5b\x55\xd6\x23\x21\x42\x10\xc4\x84\ \x78\xdb\x1b\x2b\xeb\x3a\xc4\xd0\xd8\xd4\xa4\x08\xcc\x00\x64\xfe\ \xda\xd2\x62\x9b\x1f\xc7\xa7\x0e\xb5\x1a\xb1\xca\x40\x4f\x53\x55\ \x5d\x5b\x0f\x1f\x12\x95\x92\x10\x2d\x22\x4a\x19\xc0\x1c\xf1\xf5\ \xb4\x14\xd7\xb5\x32\xbd\x25\x2d\x01\x8b\x04\xb4\x96\x9f\x29\x74\ \xe9\xcd\x71\xc9\x51\x66\x11\x00\xac\x7a\xba\xca\xaa\xeb\x65\x21\ \x7c\x68\x6a\xbc\x0e\x01\x48\x90\xa3\xad\xa6\xae\xb9\x5b\x08\x8d\ \x8b\x33\x10\x9e\x23\x84\x10\xc5\xdd\x56\xda\xe8\x4d\x48\x49\xd2\ \x2b\xbd\x95\x65\xd5\x0e\x55\x9f\x92\x9a\x62\xd6\x21\x08\x98\xad\ \xa9\xbc\xb9\x47\xb2\xb7\xf6\x72\xbc\xb5\xef\x15\x83\x27\x4a\x71\ \x61\x81\x4d\x97\xbc\x26\x37\xdb\x1c\x19\xc9\x21\xda\xde\x50\xd9\ \xd0\xe1\x0e\x8f\x4b\x4e\x88\x34\x33\x39\xe0\xec\x6a\x6a\x6e\xe9\ \x0c\x00\x5d\xd2\xd0\x14\xb3\x80\x28\x83\x84\xb0\xf6\xba\x0b\xdd\ \x6e\xa9\xa1\xcb\xcd\x09\xd1\x10\x22\x0e\xca\x0d\xe5\x17\x3a\x5c\ \x20\x36\x65\x48\xb4\x09\xb7\x36\x54\xd2\xa0\xa8\x28\xb3\xbe\xb7\ \xa3\xd1\x0d\x83\xa3\x2d\x41\xae\xae\xe6\x1e\x49\xb4\x18\x59\x75\ \x53\x8b\xd3\xaf\x9a\x23\xe3\x92\xe2\xa2\xa1\x0c\x09\xc7\x61\x08\ \x21\x22\xd0\x6f\x2b\x2b\xad\x75\x03\x43\xca\xd0\x14\x13\x4f\x64\ \x9f\xbd\xac\xac\xa1\xd7\x0f\x23\x12\x92\x63\xc3\x8d\x80\x21\x18\ \x70\x96\x95\x35\x48\xb2\xc7\xa5\xe0\x50\xac\x4d\x52\x69\x68\xdc\ \x38\x22\x25\x14\x40\x46\x29\xc3\x44\xcb\x78\xf9\x16\x5d\xa1\xef\ \x6d\x50\x06\xfb\x51\x28\x08\xb0\x68\xeb\xc6\x12\x36\x6c\x59\xae\ \x62\x43\x00\x31\xd7\xc1\xbc\xb5\x45\xcd\xa1\x63\x82\xba\x3d\x6c\ \x88\x59\x4f\x64\xbb\xa4\xb3\xa4\x2f\x5a\x8a\xff\x56\x8e\x2f\x0e\ \x06\x22\x9c\x62\xaf\xf9\xfc\xed\x0f\x1b\xa8\x99\xf3\x77\x19\xd2\ \xe7\x3d\xfe\x93\x39\x08\x2a\xbe\x9e\xa6\xc2\x13\x28\x63\xf2\xcc\ \x58\xab\x99\x32\x28\x12\xff\x9e\xb5\x1b\xec\xf1\x53\xe7\xfa\x4e\ \x61\xc6\x10\x70\x1f\xce\x5b\x5b\xd0\x14\x3c\x36\xc8\xe6\x61\x29\ \x66\x03\x51\x1c\x92\x10\x9e\xb6\x68\x29\xda\x5d\x7a\xa9\x71\x8e\ \x23\x15\x07\xff\xfa\xfa\xd6\x86\xb4\x21\xd1\x1d\x0d\x6d\x43\x66\ \xae\x7a\x78\xf9\x58\x8e\x63\xad\x95\xe7\x8f\xd2\xb6\xfa\xda\xee\ \x49\xab\x1e\x5b\x33\x2d\xea\xf8\x86\x0f\xd7\x9f\xea\x0c\x0f\x46\ \x5d\x81\xa0\x35\x0f\xff\x3c\x59\x14\xa0\xdf\x51\x5c\x98\xef\x1a\ \x96\x1d\x17\x13\xb4\xfb\xfd\xbf\x14\xf6\x08\x46\xe6\x54\x2c\xd9\ \x8f\x3d\x72\x7b\xf3\x8e\x4f\xbf\x3a\xdd\x1b\x13\x69\x8e\x93\xf8\ \x98\xa8\x30\x42\x65\x8c\x59\x7b\x5d\x45\x51\x71\xbd\xad\xad\x9e\ \x4b\x99\xf3\xe4\x83\x73\x2a\x76\x7d\xf6\xde\xfe\x9e\xf4\xa4\x90\ \xfa\xda\x9e\x29\xab\x1f\x5f\x3d\xd9\x7a\xf0\x8b\xb7\x37\x9d\xb6\ \xc7\xc5\x99\xab\xab\x3b\x87\xa4\x71\x00\x00\xcc\x71\xf6\xea\xaf\ \xff\xcf\x0e\xcf\xb3\xff\xfe\xeb\x64\x7f\xe9\x07\x6f\xaf\x9b\xfe\ \xe0\xbd\x67\xd7\xaf\x1b\x72\xcf\xf3\xf1\xb8\xfe\xb3\xd7\xde\xa9\ \x51\xc3\x22\x44\x57\xa3\x5b\x12\x04\xc1\xd9\x50\xf0\xc1\x27\x7b\ \x50\xa8\xc5\xd1\xb2\x73\xc8\xdc\x7b\xef\x99\x11\xb5\xe7\xe3\xb7\ \xf7\x54\x78\x43\x0d\xb2\x13\xc4\xdc\xff\xc4\xcf\xac\x6d\xfb\xdf\ \xfa\xf4\x60\x70\x54\x8c\x31\x32\xc5\x12\x1b\x67\xc0\x0c\x12\xce\ \xd5\x70\xea\x83\xf7\x37\xf4\x8a\x61\x61\x11\xc9\xe1\x31\x93\x90\ \xec\x2b\x3f\x75\xd4\xcb\xd9\x9b\xbd\x11\x3f\x7b\xea\x91\x74\xa1\ \xee\xcb\x8f\xd7\xb5\xa3\x10\xe8\x68\x3b\x9c\x36\xef\x91\x55\x33\ \xec\xa7\xb7\xbe\xf3\xe5\x01\x1c\x62\x89\x48\x1a\xb5\x28\x37\x82\ \x10\x8e\x53\xbb\x37\xbe\xfb\x66\x8d\x65\xee\x93\xa9\xa1\xbb\xff\ \xfa\xe1\x99\x6e\xde\xa0\xf6\xfc\xed\x64\xe6\x63\x3f\x5d\xe1\x3b\ \xbb\xe5\x8d\x2f\x8e\x06\xc7\xc4\x06\x9a\xcb\xe4\xb8\xc8\x81\x3a\ \xf7\xaa\x0a\xa0\xaf\xa7\xa9\x20\x5f\x49\xcf\xb5\xc0\xda\x7d\x1f\ \x6c\x3e\x1d\x1c\x66\xb0\xdb\xd5\xb9\xf7\x3c\xb2\x20\x83\xad\xfb\ \xfc\xb5\x82\x9e\x90\xa4\xe8\xc4\xa0\xb8\x84\x50\x9d\x0e\x63\x50\ \x71\xf0\xab\x0f\xf3\x4e\x5b\x13\xe3\x7a\xea\x4a\xa5\xe1\x23\x05\ \x2c\x1f\xdf\xfc\xc9\xe6\xfc\x76\x8b\x09\xd9\xa4\xd0\x07\x1f\x5f\ \x53\xb5\xfb\xa3\x42\xf3\xb2\x3f\xdc\x37\x71\xc7\xc7\xaf\x9e\x32\ \xcd\xfb\xd3\x53\xf3\xf3\x3f\xfc\xf0\x6c\xc8\x9c\x49\xf0\xcc\x17\ \x47\xdb\xd3\xe2\x0c\x8d\xf5\xae\x39\xf7\xff\xe2\xb6\x2c\x0c\x21\ \x00\x00\x11\xa5\xeb\xab\x0f\xde\x2e\xea\x44\x26\xe4\x09\x98\x47\ \x3c\xf2\xc8\xea\x10\x7f\xe7\x99\xc2\xd3\xf6\x5e\x5b\xdd\x56\x7e\ \xf5\xa3\x8f\xe5\x58\xed\x5f\x7e\xfc\xc6\xc9\x36\x2e\x2e\x04\x96\ \x36\x79\x52\xb1\x16\x8c\x6a\x68\xdc\xd0\x37\x10\x42\x55\x85\xc9\ \x01\xaa\x2d\x8d\x7e\x1b\xf8\x9a\x05\x59\xbf\xe3\xbc\x2e\xe6\xf9\ \x9e\xf2\x6f\x0e\xd7\x0a\x3f\xb9\xff\x36\x0b\x0f\xb0\xa0\x03\xbd\ \x6d\x17\x2a\x3c\x23\x73\x26\x66\xa6\x98\x0e\xaf\x7b\x77\xcb\xc9\ \x66\x31\x24\x72\xd2\xec\xb9\x43\xc2\x84\xc1\xdb\x3a\x38\x4c\x4b\ \x8f\x6c\x2e\xe3\x33\x9f\x7a\xee\xf9\x67\x9e\xba\xd7\x53\xb4\xff\ \xd8\x85\x6e\x04\xc9\x90\x89\xf3\x1f\x7f\xf2\xd1\xe9\x19\x31\x54\ \x51\x38\x0e\xd5\xe5\xef\x29\x0e\xa4\x3e\x78\xc7\x6c\x03\xa0\x44\ \xd4\x01\x67\x7b\x69\xb9\x2b\x73\xfc\xa4\x91\xa9\xa6\x6f\xbe\x7a\ \x7f\xf3\xb1\x26\xc1\x6c\x9d\x34\x7b\xce\x50\x8b\x38\xb8\x71\x08\ \xa8\xb7\xd7\x1d\x33\x66\xde\x93\xbf\x79\xe6\xdf\x1e\xca\x2d\x3d\ \xb4\xfd\x6c\x5b\x00\x51\x34\x74\xd2\xa2\x5f\xfe\xe6\xb9\x07\x73\ \x2d\x67\x8e\x9e\xec\x6c\x2f\xd9\x7c\xb8\xe5\x96\x07\x7e\xf5\xfc\ \x0b\xcf\xce\x8d\xb0\xef\xd8\x71\xc4\x0b\x40\x50\x5c\xc6\xdd\x8f\ \xff\xf2\x9e\x45\x93\x6c\x45\x9b\x0f\x76\x85\x3e\xfc\x9b\xe7\x5e\ \x78\xe6\xf1\x90\x96\x82\xbd\x27\x6a\xdb\x9b\x9b\x61\xf8\x88\x55\ \x0f\xfe\x74\xd9\xb4\x11\x58\x96\x28\x60\x2a\x25\x49\x99\x63\xa6\ \x4e\x9d\x3a\x39\x3b\xa1\xe1\x42\x41\x93\x87\x49\x2e\x6f\xe2\xc4\ \x45\x4f\xfd\xf6\x85\x07\xa6\x87\x9f\x39\x7a\xb2\xa3\xbd\x78\xdb\ \xa9\x9e\x5b\x1f\x7f\xf6\xb7\xbf\xfa\xc5\xbc\x11\x51\x54\x96\x01\ \x00\xaa\x4a\x63\xd2\x26\xc4\x4b\x6d\xb5\xed\xce\xb6\x8a\x0a\xc5\ \x94\x3e\x26\xde\x48\x01\x16\x08\xac\x3e\xb9\xbd\x14\xa5\x3f\xf5\ \xdc\xf3\x4f\x3d\xbe\x26\x25\x48\x64\xd4\x57\xb0\x73\x4b\x13\x8c\ \x9e\x3c\x6d\xea\xa8\x18\xe5\xe8\xde\x03\x35\x95\xc7\xfe\x56\xe2\ \x5e\xf5\xcb\x67\x5f\x78\xfe\xe9\x91\xa8\x7e\xdb\xde\x52\xb7\xad\ \xa9\xc3\xab\xcf\xbd\xed\x9e\x87\x6e\x9f\x1f\xc1\xc9\x32\x83\x3c\ \x70\x7f\xb3\x6b\x93\x37\x6d\xe1\x33\xcf\x3d\xf3\xd8\x7d\xcb\xe3\ \x04\x45\xe6\x82\x66\xae\x79\xec\xdf\x9e\xfd\x45\x86\x58\x73\xbc\ \xba\xad\xf2\xd8\xd7\xf9\xf5\x78\xe2\x94\x69\x93\x86\x47\x9f\xdb\ \xf3\x75\x63\x5b\xc3\xee\x9d\x7b\x23\x66\xdf\xff\xfc\x33\xbf\x79\ \x60\xe5\x9c\x50\x02\xa8\xaf\x3b\xef\xfd\xf7\xda\x23\x67\x3c\xf9\ \xc0\xbc\xde\x92\x23\x7f\x3b\xd1\x31\x22\x67\xf2\xb4\x9c\xe1\x1d\ \x27\x0e\x9d\x29\xae\x3c\xb4\xeb\x70\xca\x2d\x0f\xfc\xee\xd9\x5f\ \xdf\xbd\x64\x2c\xa1\x97\x96\x93\xa9\xaa\x26\x4e\x59\xf2\x8b\x9f\ \x3f\x31\x3b\xca\x97\xb7\xf1\x50\xd6\x8a\x87\x7f\xf7\xbb\x67\x57\ \x4f\x31\x6d\xdd\xf6\x75\x4f\x40\x75\xf9\x60\xee\x9d\x3f\x7b\xfa\ \x89\xbb\x52\x4c\xbc\xc2\x30\xf2\xd4\xef\xdc\x7b\x22\x73\xd5\x2f\ \x9e\xfd\xed\xbf\x2c\x9f\x35\x46\x60\xc0\x5d\x5f\xb8\xeb\x48\xfd\ \xd2\xc7\x7f\xfd\xfc\xf3\xbf\x9a\x16\xd9\xb1\x6e\x5f\xc5\xb0\xcc\ \x6c\x5f\x4d\xbd\xb3\xb7\xa9\xa6\xbd\xd7\x66\x6b\x6d\xef\xec\x6c\ \xea\x90\xc7\x64\x25\xf9\x7a\x7b\x13\xa7\xaf\xfc\xed\x33\xcf\xdf\ \x39\xc5\x78\xf8\x78\xa1\x07\xf0\x10\x00\xcc\xf3\xcd\xf9\xbb\x4e\ \xb6\x18\x1f\x7d\xe6\xf9\xdf\xfd\xdb\xc3\xa1\xb6\xfc\xad\x27\xea\ \x8c\x96\x94\xa9\xd3\xa7\x4e\x9d\x3c\x31\xdc\x5f\x5b\xd6\xd0\xd6\ \x52\x7a\xfc\x58\x9d\xe9\x89\xdf\x3e\xff\xf4\xe3\xf7\x8f\x4d\x34\ \xdc\xf4\x8d\x6c\x1a\x1a\xff\x80\xf1\xa8\xaa\xa8\x72\x40\xdb\x90\ \xf7\x1d\x74\x85\xbf\xfb\xbb\x46\xdf\xf1\x0d\x03\x7e\x14\x22\x9e\ \x79\x4e\x1d\xd9\x53\xda\xd8\xb0\xf9\xfd\xb7\xf6\x16\xd7\x9c\x39\ \xba\xef\x5c\x4d\x97\x1f\x86\x8f\xc9\x99\x3c\x65\xf6\xca\x5b\xd2\ \xf5\x15\xe7\xcb\x64\x8c\xa4\x80\x4f\xbe\x6c\x07\x0f\x04\x54\xe9\ \x6e\xb5\x45\x27\xa7\x86\xeb\x90\x21\x3c\x25\xd5\x44\xbb\x3b\xed\ \x0c\x61\xaa\xaa\x92\x2c\x29\x2a\x85\x08\xa3\x80\xfd\xf8\xde\x7d\ \x75\x8d\x65\x9f\xbc\xf5\x4e\x51\x75\xdd\xc9\xfd\xfb\xab\x3b\xdc\ \x7e\x16\x92\x3d\x7e\xf2\xe4\x59\x2b\x16\x64\x18\x2a\x8b\x4b\x25\ \x8c\xaf\x6a\xbc\x4f\x50\xc4\x61\x04\x18\x88\x48\x1d\x19\x81\x94\ \x8e\x6e\x2f\x42\x08\x21\xa0\x02\x10\x16\x1d\x46\x80\xcf\x61\x6b\ \xf5\x07\x5b\x52\x12\xc2\x00\x32\xa4\xa7\x47\x79\x7b\x5a\xbd\x2a\ \x84\x10\x30\x95\x02\xc6\xec\x2d\xed\xa1\xd1\x89\xb1\x21\x1c\x36\ \xc5\xa5\x47\x08\x1d\xad\x8e\x19\xf7\x3d\x34\x4a\x57\xf5\xfa\x1f\ \x5e\x59\x7f\xe8\x82\x82\x39\x4c\x38\xea\x6c\xd8\xf0\xce\x9b\x9b\ \xf7\x9f\xa8\x68\xb2\x29\x08\xa8\x94\x41\x84\x10\x64\x0a\x00\x96\ \x98\x30\xcc\x7c\xce\x9e\x76\x29\x38\x3c\x31\x36\x04\x40\x2c\xf2\ \x7d\x0b\xa2\x80\x51\x55\x17\x9e\x38\x6a\x88\x50\x52\x7c\xa6\xa8\ \xa4\x36\x72\xe4\xd8\x70\x01\x52\x00\x00\xa0\xf6\xf6\x1e\x4b\x4c\ \x62\x84\x11\x21\x4e\xe4\x31\x06\xaa\x64\x6f\xeb\x85\xd4\x57\x59\ \x7c\xd6\x61\x18\xb6\x70\xee\x58\x5f\x73\x23\x0e\x8e\x4e\x8d\x36\ \x00\xce\x3a\x3c\x21\xdc\xd9\xd4\x60\x9d\xbc\xea\xee\x99\x09\x3b\ \xdf\xf9\xd3\xab\x9f\xed\xea\xf2\x23\x0e\x23\x26\x79\x3a\x3b\x3c\ \xa9\x69\x29\xc1\x02\x44\x84\x43\x10\x00\x08\x00\x60\x80\x37\x86\ \x87\x9b\x25\xbf\xab\xbd\xcb\xad\x52\xda\x58\x76\xae\xc6\x63\x98\ \xb7\x78\x76\x88\xdc\xdd\xed\x04\xc3\xd2\x13\x78\x04\x30\xe1\x30\ \x42\xd4\xdd\x5d\x7a\xa1\xc1\x10\x11\x17\x8c\x58\xb7\xcd\xee\x53\ \x90\xad\xa1\xbc\xb4\xd1\x33\x71\xe1\xc2\x44\xbd\xb7\xb3\x87\xa4\ \x24\xc7\x22\x00\x05\x9d\x70\xc5\x6d\x43\x15\x45\xa6\xcc\xe3\xe8\ \x71\xfa\x82\x87\x25\x45\x01\xc0\x27\x0c\x49\x83\x3d\x3d\x2e\x1f\ \x25\x18\x43\xc0\xfa\x8a\xd3\x43\x84\x14\x97\xdd\x1d\x10\xd2\x52\ \x22\x01\x40\xbc\x20\x62\x04\x5c\x5d\x5d\x0a\x1f\x93\x16\x63\x02\ \x9c\x39\x35\x25\xd1\xd1\xd0\x6d\x4d\x4b\x0b\x52\xeb\x4f\x9e\x38\ \xcb\x27\x67\x0f\x33\xb8\x0a\x4f\x15\xb6\xb2\xe8\xf4\x84\x08\xc0\ \x28\x84\x8c\x01\x14\x1a\x15\x09\x14\xbf\xa4\x00\x08\x01\xc7\x43\ \x5b\x73\xb7\xc1\x9a\x1a\x6f\xe6\xa0\x29\x26\x25\x2a\xdc\xd1\xd1\ \x7d\x66\xdf\xfa\x77\x3e\xcd\x2b\x2a\xad\xee\xf5\x2b\x04\xca\xdd\ \x36\x3b\xb1\xa4\xc4\x86\x8a\x88\xf0\x22\x8f\x35\xcb\xa0\xa1\xf1\ \x6d\xf1\x28\x56\x15\x55\x95\x24\x0a\xb4\x70\xf4\x46\x30\xc6\x10\ \xc2\x10\xa2\xef\xf6\x61\xea\xf3\x7a\xe0\xa5\x4f\x33\x1a\x90\xd1\ \xa8\x5b\xee\xfb\xf9\xdd\x8b\xc6\x8d\x19\x15\x1f\x66\xb6\xc6\x24\ \xc6\xc6\xc5\x44\xe8\x3a\x0b\x8b\xab\x24\x5f\x7b\x75\x9b\xdb\x64\ \x8d\xb8\x18\xb5\x0c\x5a\x85\x65\x0c\xf1\x31\xc9\x71\x8d\x25\x67\ \xea\xba\x3d\x9d\x35\x45\xc5\x0e\x2e\x2e\xde\x0a\x55\x85\x01\xd6\ \xb7\x5a\xcb\xa8\x2a\x31\x5d\xee\xea\xc7\x1f\x5c\x31\x67\x6c\xf6\ \x08\x8b\xc9\x14\x9d\x90\x18\x61\xb5\x46\x1a\x6c\x85\xc5\x95\x92\ \xbf\xa3\xaa\xd5\x65\xb2\x44\x72\x54\xed\x3f\xae\xea\xf2\x35\x5e\ \x08\x99\xcb\xe9\xe8\x75\xfb\xea\x8a\x4f\x75\x50\x21\x36\xd2\xa8\ \x2a\x2a\x65\x8c\x31\x40\x29\xa3\x94\x1a\xad\x29\x66\x77\xeb\x99\ \xe2\x7a\xbf\xbb\x3d\xbf\xa8\xc1\x1c\x9d\x12\xa2\x13\x7c\x3d\xf6\ \x6e\xbb\xc3\xe3\xf1\x87\x25\xa7\x38\xea\x4b\x2f\x34\x39\x5d\xcd\ \x25\x85\x4d\xfe\xc8\xf8\x48\x4e\x8c\xba\xfd\xe1\x5f\xac\x9e\x66\ \xdd\xbe\x7e\x77\xab\x1b\xf0\x3c\xf1\xb4\x55\x17\x56\x2b\x0b\xd7\ \xfc\xec\xc1\x3b\xe7\x84\x12\xa8\xaa\x0c\xf4\xb9\x0a\x06\x28\x65\ \x8c\xd1\xa0\x88\x54\x73\x6f\x73\x7e\x51\x65\x40\x92\xfc\x92\xdc\ \x1f\x31\x33\x2a\xa1\xe0\xf1\x13\xc7\x34\xef\x5f\xff\x75\x35\x98\ \x98\x3d\x14\x51\x85\x31\xc6\x00\x8e\x4a\x49\x68\x2b\x2f\x2a\x69\ \x70\x4a\x92\x3f\x20\xcb\x0c\x09\x11\x09\xe1\x5c\x50\xec\xc2\x3b\ \xee\xbe\xfb\xce\xe5\x33\x26\x8f\x8e\x4b\x48\x50\xed\x75\x45\xe5\ \x9d\x3e\x7b\xed\xf1\xb2\xf6\xb0\xe4\x44\x2c\xa3\x31\x0b\xd7\x3c\ \xf9\xd0\xd2\xf6\x83\x5b\x4f\x56\xda\x30\x87\xa1\x10\x1c\x1b\x67\ \x3e\x5f\x50\xd4\x62\xf7\x7a\x3d\x6e\xbf\xc2\x00\x03\x7d\x32\x51\ \x46\x55\xca\xc7\x46\x87\x8a\xba\xe0\x29\x4b\x56\xdd\x73\xe7\x1d\ \xb7\xce\xcf\x89\x88\x8c\xb2\x9a\x59\xfe\xc9\x73\x3d\x1e\xbf\xd7\ \xe3\x0e\x48\x12\x08\x1b\xfa\xb3\x27\xd7\x34\xed\x7e\x7f\x5d\x7e\ \x73\x6c\x7c\x4c\xb0\x9e\x1f\x31\x7d\xc9\x3d\x77\xad\x59\xb1\x34\ \x77\x48\x72\x5c\x94\x45\x3e\x75\xb2\xd0\xee\x93\xfc\x3e\xbf\x32\ \x38\x49\x88\x31\x06\x18\x55\x55\x31\xc4\x1a\x61\x72\xe5\x9f\xad\ \xf0\xf9\x1c\xe7\x8a\x4e\x93\xe8\xe8\x50\x03\xa6\x94\xf5\xd1\x37\ \xb2\x24\x24\x2a\xc2\x24\x1d\x3b\x7a\xce\x23\x05\xa4\x80\x5f\x92\ \xa8\x39\x36\x4e\xa7\x34\xe4\x5f\x68\xf6\x3b\x9b\x8b\xce\x56\x84\ \x25\x5a\x4d\x31\x23\x46\x5a\xbd\x9f\x7f\x79\x34\x7a\xe2\x8c\x09\ \xa9\xba\xdd\xdb\xb6\xf1\x49\x23\xe3\x4c\xa4\x7f\x18\x19\xa3\x94\ \x01\x06\x21\x00\xaa\x1a\x70\x38\x02\x91\x43\xe2\x3d\x2d\xe7\x8a\ \x9b\x9d\xee\x96\xb2\xf3\x8d\x8e\x94\x21\x41\x45\x27\xcf\x1a\x47\ \x2f\x7a\xf8\xe1\x7b\x27\xa6\x9b\xbd\x7e\x10\x13\x17\x0b\x5a\x4e\ \x17\x54\xb4\x07\x02\x7e\x7f\x40\x66\x5a\x32\x9c\x86\xc6\x8d\xec\ \x3d\xc0\x98\x28\xaa\xaa\xca\x92\xf6\xa8\x7c\xfb\xbc\x2e\x46\x10\ \xc2\x6f\x35\x2a\x10\x42\x08\x91\xde\x10\xc4\x28\xbd\xb4\x3e\x4a\ \x01\x0a\x8b\x4a\xb1\xc6\x20\x5e\xa0\xed\xdf\xec\x05\x31\x71\x61\ \x11\xf1\x0b\x6e\x9f\xff\xe1\xc6\xcf\x9e\x39\x0a\x89\x65\xf4\x7d\ \x33\x86\x51\x49\x86\x84\x07\x10\x0e\x5e\x90\x92\x65\x96\x3e\x75\ \x79\x6e\xcd\xc7\xff\xfd\xd2\x0b\x90\x2a\x43\xe6\x2e\x9f\x98\x1a\ \x74\xe4\x1b\x80\xc4\x4b\x2f\x3e\x0c\x61\x6b\x52\x7a\x24\xc2\x22\ \xb6\x9f\xda\x73\x30\x28\x21\x36\x28\x34\xe4\x96\x3b\x16\x7d\xb8\ \xfe\xf3\x67\x4e\x60\x12\x96\x75\xef\xec\xe1\x83\x1a\x1f\xfc\x2e\ \x00\x09\x8f\x5a\x8a\x0f\xbe\xf1\xa7\x0b\x2e\xbb\x77\xc2\xe2\xbb\ \x47\x58\xf0\x21\x0a\xd1\xc0\x9e\x57\x08\xa9\x68\x19\x71\xd7\xad\ \x63\x3e\xde\xf0\x5a\xd1\x66\x08\x43\x87\xdd\xb3\x68\x7c\x98\xd0\ \x9d\x13\x71\xe0\xc3\x3f\xfd\x2e\x6e\x54\xee\x7d\xcb\x97\x2e\xaf\ \x7a\xef\xcb\xff\x7c\x11\x01\x39\x62\xec\xfc\x25\x13\xac\x27\xd7\ \x7f\xb0\xaf\xc2\x06\x14\x7f\xf6\x94\xd9\xe1\x3a\x20\x49\x72\x50\ \xc2\x88\x19\x59\xf9\xeb\x5e\x7f\x71\x07\x76\xf9\xf8\x04\x03\x87\ \xec\x00\xf5\xe7\xae\x40\x08\x00\x15\x2c\x23\xee\x5e\x31\xfe\xe3\ \xbc\x37\x4b\xf6\xe8\x1c\x5d\x9e\x71\xa3\x4c\x8c\x32\x06\x80\x12\ \x90\x23\x46\xe4\xc4\x73\xdb\xeb\x22\x73\x87\xc7\x1b\x15\x2f\x45\ \x08\x2b\x8a\x9a\x30\x7e\xd9\xe2\xf2\x0f\x3f\x7d\xf5\x45\x3d\xa7\ \xf4\x90\x50\x93\x5e\x97\x75\xeb\xea\x73\x6f\x7f\xf1\xc7\x67\x4e\ \x0b\x3a\xdd\xd8\x45\xf7\x2e\x1f\x3f\xfd\xce\x19\x0d\x9b\xde\x7b\ \xf9\x6b\x4c\x75\x31\x39\x0f\xcc\xcf\xec\x2a\xde\xf6\xd1\xce\xd3\ \x94\xaa\x42\xfa\xf8\x61\x71\xc1\xaa\x24\xab\x50\x9c\xba\x68\x4d\ \xe3\x47\x5f\xbc\xf2\x62\xa1\xd1\x92\xb0\xec\x8e\x99\xc2\xc0\xa6\ \x59\x08\xa1\x2a\xab\x43\x66\x2d\x9e\x51\xfb\xde\x5f\x5e\x7c\xc1\ \x28\x72\x29\x53\x16\xdf\x71\x4b\xce\x92\x95\x77\x7c\xf4\x69\xde\ \xef\xcf\xed\x32\x27\x64\x2d\x9f\x9b\xca\x21\x60\x1d\x36\xfb\xd1\ \x3b\x9a\x5f\xfa\xf2\xc3\x61\xbf\x7e\xe4\x8e\x39\xd5\x1b\x5e\x7f\ \x69\x87\x8e\xb7\x66\x4c\xbe\x6b\xd5\x82\x45\x77\xad\xf9\xe0\xa3\ \xcd\x2f\xbd\x70\x58\x71\xdb\xc2\x32\xe7\xf3\x90\xf6\x9d\x14\x06\ \x11\x42\x10\x32\x55\x61\x86\xd8\x65\xab\x97\x7c\xf4\xd7\x2f\x9f\ \x3b\x82\x18\x67\x5d\x73\xff\x9c\x60\xd4\xc3\xc0\xa0\x8d\xba\x54\ \x56\xf8\xe8\xdb\xee\x58\xf9\xc9\x17\x1b\xfe\xbd\x78\x97\xdf\xde\ \x15\x3a\x29\x5b\x1f\x93\xb5\x72\xc9\xb8\x2f\xbf\x78\x2d\x1f\x03\ \x12\x36\xf2\xde\x79\x59\x80\x0a\xd9\xd9\x29\x6b\xf3\x2b\x92\x92\ \x33\x86\x87\x37\x7d\xba\xf3\x74\xc6\x98\x51\x3c\x0b\x30\x78\x49\ \xc9\x08\xaa\x54\x08\x1f\x91\x12\xb3\x6b\xef\xae\x59\xbf\xbc\x63\ \xe9\xd8\xd6\x2f\xfe\xfc\x22\x07\x68\x58\xc6\xbc\xf9\x63\xd2\x5a\ \xbd\x93\x3e\xd9\xfe\xe5\x0b\x15\xc6\xce\x16\x69\xda\x78\x2e\x3c\ \x63\xda\xf2\x59\x35\x5b\xde\x7e\x65\x9f\x1e\x75\xf5\x1a\x56\x9a\ \x74\x4c\x9b\xae\xd2\xd0\xb8\xe1\x5c\xa5\x2a\xcb\x8c\x50\x95\xaa\ \x5a\x40\xfa\x6d\x7e\x14\xc3\xbe\x34\x81\x1b\xbc\x99\x50\x1a\x90\ \x65\x9d\x4e\xe7\x71\xbb\xf4\x06\xc3\xb5\xce\x05\x84\x40\xf2\x7a\ \x29\x16\x74\x02\xc1\x18\x79\x9d\xdd\x3d\x6e\x35\x24\xdc\x6a\xe4\ \x59\xdf\xa4\x2b\x55\x02\x3e\x19\xe8\x75\xe2\xc5\x2c\x4f\x88\x09\ \x52\xfd\xdd\x5d\x36\x95\x33\x5a\xc2\xcd\x48\x95\xfd\x3e\xaf\x02\ \x79\x9d\xc8\x5d\x71\x70\x06\x04\xcc\xe7\xf5\x41\x5e\x27\x12\x84\ \x49\x7f\xe3\xe6\x70\x4b\x10\x0f\x2e\x35\x2e\x01\xbd\xbe\xbf\x71\ \x81\xc7\xa7\x36\xfd\x79\x47\xd7\xd0\x9f\xae\x98\xc6\x43\x12\x1a\ \x1a\x0c\x14\x39\xe0\xf7\xca\x80\xd3\x8b\x3c\x95\x7d\x3e\x09\xe8\ \x0d\x7a\x1e\x43\x97\xbd\xcb\xe9\x63\xe6\x30\x8b\x91\x07\x0a\x05\ \x4c\xf1\xda\x6c\x4e\x20\x18\x43\xcd\x26\x1e\xc9\xb6\xce\x2e\x3f\ \x10\x2d\x96\x30\x0e\xc8\x6e\x97\xb3\xd7\xe5\x03\x9c\x3e\x3c\xdc\ \x4c\x00\xa5\x0c\x40\x84\x81\xea\xb7\x75\xf7\x48\x14\x1b\x83\x83\ \x8d\x7a\x41\xf1\x7b\xa4\x2b\x2e\x41\x90\xc7\xd1\x6d\x77\x07\x38\ \xd1\x10\x1c\x64\xe4\x50\x7f\xe7\x21\x42\xb2\xd7\xa3\x22\x41\x27\ \x62\x4a\x55\xaf\xd7\x47\x04\xbd\xc8\x13\x04\x94\x9e\xae\x6e\xaf\ \x0c\x0c\x41\xc1\x06\xbd\xc0\x11\xc2\x24\x4f\xb7\xcd\x21\x03\x2e\ \xd8\x64\xd2\x8b\x1c\x41\xc0\xd1\xdd\xe9\x96\x51\xa8\xc5\xaa\xc7\ \xd4\xef\xf3\x38\x9c\xbd\x32\xc5\xa6\xb0\x30\xa3\x80\x55\x95\x02\ \x00\x30\xe1\x68\xc0\xdd\x6d\x73\xa8\x58\x30\x9b\x83\xd5\x80\x0f\ \x0b\x06\x81\xb0\x80\xd7\xab\x62\x41\xaf\xd3\x61\xea\xb7\x75\xf7\ \xf8\x55\xa0\x0f\x32\x1b\x75\x3c\xc7\x11\xc9\xe3\xb0\xd9\xdd\x50\ \xd0\x9b\x83\xf4\x52\x20\xc0\xeb\x8c\x22\xa6\xbd\x76\x07\x34\x86\ \x98\x04\x60\xb7\x75\xbb\xfd\xaa\x60\x08\x0e\x36\xea\x78\x8e\x28\ \x5e\x67\x77\x8f\x8b\x11\x31\x38\xd8\x28\x70\x7d\x9b\x90\x41\xc0\ \xe7\x55\x20\xaf\x17\x08\x00\x90\xe3\xb0\xaf\xb7\xc7\xd6\x1b\x30\ \x86\x86\x9b\xf5\x9c\x22\x05\xbc\x3e\x3f\x16\x74\x02\x46\x17\xc7\ \x95\x70\x9c\xe4\xb6\xdb\x1c\x1e\xc8\x89\xc1\xc1\x41\x3c\x47\x38\ \x02\x7a\x6d\xdd\xbd\x7e\x16\x62\xb1\xe8\x09\x50\x54\x0a\x98\xea\ \xf5\x29\xa2\x5e\x47\x80\xec\xf1\x49\xbc\x5e\x4f\x00\x0b\xf8\xbc\ \x0a\xe2\x0d\x02\xa7\x48\x3e\xbf\x02\xf5\x7a\x1d\x52\x03\xbd\x2e\ \x9f\xce\x14\xaa\xc3\xb2\xad\xab\xdb\xcf\x84\x70\x6b\x28\xc7\x28\ \x84\xcc\xe5\xb0\x39\x3d\x32\x27\x1a\x4c\xc1\x7a\x42\x38\x1e\xd1\ \x4b\x7d\x31\x88\x48\xb3\x0d\x1a\x1a\xd7\x73\xa2\x1c\xef\x6c\xaa\ \xa9\x7d\xf9\xa7\x7a\xea\x07\x73\x1f\x88\xbd\x65\xb5\xe2\x73\x6b\ \x6a\xb9\x1e\xa2\x4e\xcf\x71\xdc\x8d\x23\x51\x4a\x29\xcf\x0b\x94\ \xaa\x8c\x31\xaa\xaa\xd7\x3e\x5f\x17\x22\x04\x59\x5f\xc4\x05\x11\ \x46\x08\x00\xca\xe8\xc5\x99\x3f\x08\x11\x82\x40\xbd\xfc\xd8\x24\ \x08\x51\x5f\x8c\x48\xa9\xca\x18\x80\x08\x41\xc0\xae\x79\xa2\x10\ \x42\x68\xe0\x2f\xdf\xde\xb8\xc0\xe3\x82\x2d\xaf\xee\xed\x1d\xf5\ \xaf\x0f\x2e\xe0\x02\x5e\x45\xa1\x7d\xcb\x72\xfd\x8d\x43\x84\xfb\ \x3f\x0c\x11\x46\x10\x00\x36\xd0\x54\x5f\x50\x05\x18\x53\x29\xbd\ \x18\xe3\x5e\x94\xad\x2f\x0c\x62\x94\x52\xc6\xae\x90\xbf\xef\x2b\ \x37\xb8\xc4\xc5\x76\x06\xf5\x08\x03\xd0\x77\xdd\x4b\x9a\x83\x10\ \xa2\xbe\xc0\x7a\x40\xa6\x41\xd7\x55\x29\xbb\x74\xc9\x7e\x31\x06\ \x9a\x67\x83\xb4\x71\xa9\x23\x80\x51\xca\x20\xec\x6f\x1c\x21\x04\ \x18\xa3\x8c\x5d\x14\xfb\xe2\xb7\x10\xc2\x03\x9d\x63\x10\xc2\xbe\ \x3e\x60\x8c\xa8\xaa\xb2\x8b\xb1\x7e\xbf\x04\x83\x44\x1a\x3c\x04\ \x97\x8d\xdd\x45\x45\x5e\xea\x04\x60\x57\x1e\x1f\x34\x70\xd1\x8b\ \x2a\xbd\x72\x38\x00\x84\x18\x41\xaa\x0e\x12\x66\x90\xb2\x2e\x0e\ \x7a\x9f\xce\xa8\x4a\x2f\x8a\x3a\xa0\x9c\x8b\xc3\x33\xa0\xfc\x4b\ \xf3\x16\x83\x87\x51\x43\x43\xe3\x1a\x86\x1f\x50\xda\x7e\xee\x84\ \xab\xab\x3d\x3c\x33\x87\x33\x06\x33\xaa\x6d\xcd\xbb\x56\x94\xc9\ \x18\xe1\x78\xbd\x41\x7f\x83\x58\x94\x31\x26\x49\x92\x4e\xa7\xf3\ \xf9\xbc\x3a\x9d\xde\xe3\x76\x5f\x27\x1e\xfd\x3b\x43\x95\xfd\x32\ \xc3\xa2\xc0\x6b\x67\x42\x6a\x68\x68\x68\xfc\x30\x57\xca\xe9\x0c\ \xfe\x40\xc0\xe3\xb0\x01\x4a\xa1\x96\xfc\x72\x95\x77\x04\x00\x10\ \x8e\x18\x8c\x41\x80\xc1\xeb\x15\xc3\xe9\x8b\x64\x38\x4e\xa0\x54\ \x85\x08\xb1\xbe\xed\x33\xd7\x8b\x47\xff\xce\x6e\x00\xd4\x1f\x56\ \x69\x68\x68\x68\x68\xfc\x40\x43\x0a\x09\xe1\x14\x45\x0e\xf8\xfd\ \xb2\x2c\x69\x0a\x19\x0c\xc6\x58\x10\x74\xbc\x20\xa8\xaa\x72\xbd\ \xba\x69\x8c\x31\x49\x0a\xe8\x74\x06\x9f\xd7\xa3\xd3\xeb\xff\x97\ \xc5\xa3\x1a\x1a\x1a\x1a\x1a\x37\x05\x42\x08\xc6\x18\x42\xc8\xb4\ \x04\x98\xcb\x9c\x24\xa5\x94\x2a\x8a\x72\xe3\xcd\xff\x84\xe3\x18\ \x65\x00\x42\xc0\x18\x84\x90\xf5\x2d\x2a\xa9\xaa\x56\x37\x4d\x43\ \x43\x43\xe3\x9f\x05\x45\x51\x14\x45\xd6\x96\xc8\xae\x0c\xd6\x01\ \xf8\x2e\x07\x3d\x29\xb2\x7c\xcd\x48\xff\xff\x0e\x00\x2e\xd9\xfd\ \x92\xae\xff\xbf\xab\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ \x82\ \x00\x01\x0f\x0b\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\x5d\x00\x00\x01\xee\x08\x02\x00\x00\x00\xb3\xb4\x48\x3b\ \x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\ \x01\x00\x9a\x9c\x18\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\ \x25\x00\x00\x80\x83\x00\x00\xf9\xff\x00\x00\x80\xe9\x00\x00\x75\ \x30\x00\x00\xea\x60\x00\x00\x3a\x98\x00\x00\x17\x6f\x92\x5f\xc5\ \x46\x00\x01\x0e\x91\x49\x44\x41\x54\x78\xda\xec\x9d\x77\x78\x5c\ \xc5\xf5\xf7\xcf\xcc\xdc\xb2\x55\xab\xde\x7b\xb1\x8a\x2d\xf7\xde\ \x31\xb6\xc1\x14\xd3\x3b\x04\x02\x04\x48\x80\x24\x24\x21\x85\x24\ \xbf\xf4\x90\x10\x52\x21\x10\x7a\xef\xd8\x80\x71\xc3\xbd\x77\x5b\ \xb6\x24\x5b\xb6\x7a\xef\xda\x5d\x69\xcb\xad\x33\xf3\xfe\xb1\xb2\ \x2c\x1b\x43\x0c\xa1\x18\xde\xfb\x79\xf6\xb1\x77\xaf\xee\xde\x3b\ \x3b\x77\xe6\x3b\x67\xce\xcc\x9c\x41\x00\x00\x00\x19\xe9\x29\x63\ \xc7\x94\xc4\xc5\xc5\x50\x4a\xc1\xc2\xc2\xe2\xff\x33\x08\xc1\xbd\ \x3d\xde\x43\x15\x47\x5b\x5a\x3b\x00\x80\x60\x8c\xc6\x8c\x2e\x99\ \x3b\x7b\xaa\x24\x8a\x94\x32\x2b\x83\x2c\x2c\xfe\x3f\x84\x31\xee\ \x70\x3a\x8a\x0a\xf3\x18\x63\xdd\x3d\xbd\x42\x52\x52\xc2\xc4\x09\ \xa5\x81\x60\x98\xb1\x93\x44\x01\x21\x34\xf4\x9e\x73\x00\xe0\xa7\ \xbb\xda\x89\xb3\x3e\xfa\x1c\x0b\x0b\x8b\xaf\x04\xc8\x30\xcc\x89\ \xe3\x4b\xbb\xba\x7b\xc9\x8c\xe9\x93\x04\x22\x0c\xef\x3e\x20\x00\ \x40\x48\x35\x68\x58\x37\x54\xc3\x34\x29\x13\x08\x42\x08\x71\xce\ \x4f\x91\x04\xce\xb9\xa6\x69\xba\xae\x9b\xa6\x09\x00\x18\xe3\x53\ \xce\x39\xa3\xb4\x20\xc4\x8f\xeb\xca\x17\xf1\xd3\x11\x3a\x73\x09\ \x8b\x64\xc5\x29\xc9\x43\x08\x00\x10\xe7\xff\xbf\x88\xe0\x60\x26\ \x70\x4b\xf4\xbf\xf6\x70\xce\x39\xa5\x2c\xca\xe5\x20\x13\xc7\x97\ \x9a\xe6\x49\xa2\x60\x72\xee\x0f\x2a\x09\x02\x1a\xe1\xb2\x65\xda\ \x45\x1b\x42\x5d\x81\xb0\xc1\xb9\x24\x90\xa1\xc2\x81\x10\x52\x35\ \x55\x51\x75\xa7\xd3\xed\x74\xba\x45\xc9\xa6\xeb\x46\x28\x14\x12\ \x45\xe1\x93\x26\x25\x1c\x56\x01\x38\xc6\xf8\xbf\x9c\xf7\x19\xfd\ \xee\xb0\xa2\x22\xc4\x31\xc2\x27\x1d\x66\x8c\x71\x0e\xc3\x4c\xa4\ \x48\x5e\x98\x26\x0d\x85\x14\x82\xf1\x70\xeb\x49\x51\x75\xd3\x34\ \x05\x81\x9c\x6d\x35\x85\x0f\xfd\xcf\x19\xfb\xec\xd2\x46\x19\x0b\ \x85\x15\x41\x20\x9f\xed\x65\x2d\xce\xd6\x0e\x05\xb5\x3b\xec\x82\ \x61\x18\xc7\x9b\x50\x00\x00\xca\xb9\x12\x54\xaf\xce\x8d\x5b\x94\ \x15\x9f\x64\x13\x45\x8c\xfa\x75\x7a\xd8\x1b\x7a\xb6\xaa\xbd\x35\ \xa4\x44\xd9\x65\xc6\x39\x42\x28\x14\x52\x24\xd9\x3e\x7e\xc2\xa8\ \xb8\xd8\x18\x51\x14\x19\x63\x8a\xa2\x36\x36\x34\xd6\x37\xd4\xba\ \x9c\x76\x74\x4a\x05\x8b\xd4\x32\x8c\x0c\x45\x09\x69\x06\x02\x00\ \x84\x6d\x36\x9b\x2c\x09\x8a\x69\x4f\xca\xcd\x73\xfb\xea\xdb\x82\ \x1a\xc7\xd2\x87\xab\x3f\x42\x40\x4d\x1a\x08\x69\x6e\x97\x0d\x13\ \xfc\x31\xf2\x80\x10\x30\x4a\xc3\x21\xc5\xe4\x9c\x10\xd1\xe1\xb0\ \x11\x7c\x6a\x2b\xa7\x50\x67\x6a\x6e\x9e\xa3\xaf\xa6\x2d\xac\x03\ \x16\x01\x01\x30\x1e\x54\x28\xc2\x48\x40\xdc\x29\xea\x26\x96\x4e\ \xd4\x07\x8a\x4c\x29\x61\xd4\xb8\x64\xb5\xf6\x40\xab\x21\x60\x8c\ \x11\xf0\xb0\x69\x8f\x4d\xc9\x8a\x61\xbd\x3d\x5d\x7d\xba\x28\xa3\ \xff\xa6\x57\x08\x01\xe7\x5c\x55\x14\xdd\xa0\x80\x90\x24\xcb\x36\ \x59\xfa\x6c\x8d\xa3\xe1\x59\x44\x08\x61\x1c\x29\x1a\x88\x5c\xb5\ \x49\x02\xc5\xc2\x99\x28\x2a\x42\x88\xea\x5a\x48\x51\x39\x20\x00\ \xe0\x80\x1c\x4e\x47\xa4\x19\xa0\x0c\x99\x42\x42\x7e\xa1\x7d\xa0\ \xa9\xbe\x4b\x15\x04\xd0\xec\x22\xf2\x87\x4d\x59\x16\x64\x59\xb2\ \x8c\x88\xaf\x25\x94\x9a\xa4\xa8\x30\x3f\x62\x2a\x02\x00\x47\x28\ \x10\x54\x6e\xcd\x89\xbe\x21\xd3\xed\xd0\xc3\x9a\x12\x54\x43\x41\ \xc9\x54\xb3\x64\x18\x13\xef\xdc\xd3\x31\x30\xc0\x91\x48\x88\xae\ \xeb\x08\x0b\x93\x26\x4f\x8c\x72\x3b\x0d\xc3\xd0\x34\xd5\x34\x75\ \x42\x70\x42\x62\x3c\x00\xea\xe8\xe8\x94\x65\xe9\xc3\x05\x46\xd7\ \x75\x29\x21\x67\xe4\x88\x11\xe9\xe9\x99\xa9\x89\x31\x34\xd8\xdb\ \xeb\x33\xb0\x3b\xff\x87\xbf\xb9\xd7\x73\x64\xdb\xfe\xe6\x5e\x24\ \xd9\x86\x9c\x15\x8c\x0d\xb6\xe0\x94\x22\x2a\xa7\x4c\x9a\x3a\xc6\ \xd6\xdd\xd0\xa7\x31\x84\xc9\x60\xfb\x4e\x19\xe7\x30\xac\x85\xe7\ \xba\x01\x61\x1e\x55\x50\x5c\x32\x22\x27\x2b\xd6\x25\xe8\x03\x7d\ \x1a\x43\x8c\x02\x07\x84\x80\x33\x46\x75\x1d\x93\xa8\xfc\x1f\xff\ \xe6\x3b\x72\xd9\xc6\x83\xed\xfd\x48\x92\x11\x63\xfd\x9a\x7d\xec\ \xfc\x2b\xef\xff\xde\xed\x57\x2e\x9c\xd0\xbb\x77\x6b\x53\x40\xe7\ \x08\x33\xc6\x39\x80\xa2\x40\x7c\xc1\xe4\xfb\xee\xbd\xcc\xbb\x65\ \x55\x6d\x18\x30\x21\xa6\xa1\x77\x69\x19\x77\xdf\x77\x7b\x91\xcb\ \x7b\x60\x4f\x15\xb5\xdb\x18\xa5\xc7\x2d\x0d\x04\xc0\x39\xe3\x94\ \x31\x76\x22\x61\x9c\x9a\xdc\x1f\x12\x12\xb3\x47\x94\x14\xe4\xa5\ \x25\x27\xda\xa8\xa2\x85\x42\x26\x16\x8e\xff\xc4\x41\x3b\x3d\x62\ \xb2\x30\xc6\x4f\x1c\x89\x64\x03\x3d\xcd\x39\x9c\x23\x00\x38\xfe\ \x1e\x4c\x8a\x99\x9c\x32\x79\x5a\xa9\xad\xab\xc1\xab\x51\x6f\xc8\ \x35\xef\xfa\x3b\xee\x59\x94\x7f\x78\xc7\x76\x1f\x97\x11\x8f\x64\ \x15\x82\xe3\x29\x1c\xca\x5b\x74\xfc\x46\xa6\x01\xc8\x9d\x56\x54\ \x54\x98\x99\x9e\x91\x9e\x9e\x91\x91\x9e\x6a\xf7\x77\xf8\x75\x06\ \xc0\x7d\x01\x9e\x3c\xea\xa2\xff\xfb\xfe\xac\x4d\x6f\x6d\x2d\xbc\ \xfc\xae\x1f\x5e\x5a\x7c\x70\x7b\x45\xe2\x84\x19\x59\xdc\xdf\xe3\ \xf5\x33\x22\xa1\x13\x8f\xeb\xc3\xe9\x84\xd3\xb6\x10\x16\x67\x7d\ \x77\x02\x04\xc6\x58\xe4\xe1\x21\x84\x14\xdd\x28\x71\xa0\xf3\xe3\ \x50\xc0\xd7\x5b\x1f\x32\xe2\x25\x92\x60\x23\x15\x3d\x7a\xaa\x43\ \x48\xb1\x8b\x57\xa6\xd9\x1f\x6f\x0a\x99\x18\x69\x86\x51\x58\x98\ \x27\x89\x42\x55\xd5\x51\xaf\xd7\x27\x8a\x22\x42\xa0\xeb\x46\x71\ \x71\x61\x5a\x5a\x6a\x57\x67\x97\xaa\x86\x25\x49\x1c\xde\x98\x20\ \x8c\x42\xfe\xc0\xa8\x2b\xcf\xbf\xff\xe2\x29\xbe\x9e\x1e\x46\x04\ \xc3\xdb\xf4\xfa\x13\xff\xde\xde\xa3\x02\x00\x71\x44\x99\x48\x82\ \x70\x88\x88\x32\x26\x28\xa0\x30\x22\x88\x22\xa2\xa0\x06\x55\xd3\ \x9e\x90\x59\x78\xe7\xbd\x57\x2c\x7b\xe0\xc8\xb1\x3a\xbf\x9b\x50\ \xd5\x64\x21\x83\xd8\x25\x82\xa9\xca\x28\x15\xed\x76\x00\x60\x0c\ \xc2\x3c\xe9\xda\xef\xdc\x32\x2f\x3f\x96\x03\x32\xfa\x5b\x5f\xff\ \xdb\x83\x3b\x7d\x76\x51\xe0\x2e\xa6\x0e\x20\x27\x70\x84\xa9\x1e\ \x29\xa4\xc8\xe6\xd6\x51\x00\x94\x30\x33\x90\x9c\x3a\xf2\xca\x2b\ \xe7\x74\xaf\x79\xf1\xc9\xf2\x96\x60\x9f\x36\xa0\x4b\x32\x60\x01\ \x28\x28\x41\x4a\x9d\x08\x01\xa3\x8c\x73\xce\x19\x04\x42\x14\x63\ \xe4\xb4\x81\x24\x20\xc6\x39\x30\x1e\x08\x99\x98\x08\x32\xe1\x4c\ \x09\x62\xd1\x0e\x48\xd4\x0c\x2a\x09\x18\x38\x97\x89\x6e\x20\x81\ \x73\xee\xd3\x63\x2e\xbc\xe9\xba\x4b\xa7\xe7\x13\x6a\x20\x81\x34\ \xef\x5f\xfb\xc2\x93\x6f\x28\x76\x21\xa4\x72\x49\x12\x05\x64\x9a\ \x7a\x40\xb0\xb9\x0c\x86\x19\xe3\x02\xc6\xc0\x0d\xd3\x54\x04\x9b\ \x03\x18\x0d\x68\xc8\x26\x09\x84\xeb\xa6\x11\x16\xec\x2e\xdd\x44\ \x9c\x23\x01\x23\x01\x18\x03\xa4\x03\x21\x08\x90\x1e\x56\x54\x9c\ \x34\xba\xe4\xce\xbb\x2f\x5e\xfa\xb3\xc3\xd5\x8d\xfd\x36\x50\x3b\ \xdb\xea\x2b\x14\x5f\x98\xa2\xb0\x61\x22\x41\xb2\x11\x06\x5a\x08\ \x11\x09\x09\x36\xcd\x30\x05\x42\x10\x30\xd0\x42\x48\xb0\x09\x22\ \x01\xe0\x4a\xd0\x4c\x9d\x30\xf1\xbb\xf7\x5e\x26\xf8\xbb\x82\x3a\ \x48\x44\x5d\xfe\xd7\x63\xd5\xb5\xfd\x86\xe8\x24\x98\xb9\xed\x04\ \x38\x10\xcc\xbb\xdb\x1a\x2a\xf8\x40\x0f\x4d\xfc\xd1\x5d\x37\x87\ \x97\xfe\xa7\xbc\xb9\x4f\x12\x29\xe3\xcc\xaf\x61\x9b\x48\x08\x37\ \x4c\x23\x24\xd8\x5d\x06\x43\x8c\x22\x81\x20\x00\x2e\x80\x35\xc2\ \xf5\x95\x74\x33\x08\xc3\x6b\x6f\x58\x33\xa6\xc4\x60\x1c\xf4\x19\ \x94\xd5\x84\x84\xf5\x1d\xa1\x02\x99\x95\x19\xd2\x2d\x49\x46\x48\ \x0f\x8e\x96\xa4\x28\xc4\x02\x26\x25\x58\xf0\x44\x45\x29\x8a\x32\ \x30\x30\x90\x95\x95\xe9\xf1\x78\x08\x21\xe5\xe5\x95\xc1\x60\x48\ \x14\xc5\x98\xd8\xd8\xc6\x46\xbf\x28\x9e\x74\x65\x60\x00\xc0\x01\ \x0b\x4a\xd3\xee\xdf\xfc\xe4\xd7\x87\x9d\x8b\x9e\x78\xf8\x3b\x73\ \x67\x8d\xdf\xfb\x46\x8b\xa2\x99\x53\x6f\xbd\x7f\xfa\x6d\xe6\xd1\ \x1d\x2b\x5f\x7c\xf1\xed\x3a\x35\xb6\x64\xd6\x25\xdf\xba\xfa\x9c\ \xcc\x28\x76\x68\xe3\xfb\x4f\xbe\xb0\x5c\xd7\xd4\x40\x10\x16\xdf\ \xff\xfb\x85\xde\x83\x7f\xfc\xf9\xbf\x7a\xe5\x11\xd7\xdd\x7e\xc3\ \xa2\x29\x79\xb4\xb7\xee\xfd\x57\x9e\xff\x60\x7f\x33\x71\xda\x74\ \x83\x0b\x89\x85\x0b\xa7\x14\x54\xbf\xf2\xf0\x4f\x9f\x5c\x1b\x93\ \x91\x11\xc5\x44\x12\x5d\xf2\xfb\x87\xbf\xb1\xef\xc1\x9f\x3f\xdb\ \x53\xf8\xc8\xff\x5d\x7b\xe0\xf5\x07\x5f\xaf\x08\xeb\x06\x9f\x79\ \xfb\x4f\xce\x71\x49\x2d\x07\xd6\x3d\xf1\xf8\x6b\xbd\x48\x90\x05\ \x33\x79\xce\xa5\x77\x4f\x6a\xfc\xdb\x6f\x9e\x28\x9d\x79\xc5\x1d\ \x57\xce\x4e\x12\xc3\xbb\xd7\xbc\xfd\xcc\xcb\xeb\xcd\x41\x77\x2c\ \x1f\x08\x43\xd1\xdc\x4b\xbf\x73\xfd\xdc\x44\x11\x90\xc4\x77\x97\ \x99\x3e\x05\xa5\x4f\x5f\x74\xc7\x35\xf3\xb2\xa2\xf8\xb1\xdd\x6b\ \x5f\x78\x71\x49\x9b\x3c\xf2\xf6\xfb\x6e\x99\x9a\x97\x62\x33\x5b\ \xff\xf9\xf3\x3f\x1c\xe9\x57\x03\xaa\x34\x62\xc1\x79\xd7\xcf\x1f\ \xb1\xed\xe5\x47\x5f\x5c\x7d\x48\x95\xa2\x13\xdc\x4c\x27\xf2\x80\ \xee\x98\xba\xe8\xd2\x1b\x2e\x98\x14\x8d\x83\xbb\x57\xbd\xf9\xd2\ \x92\x6d\xf6\x92\xf9\xdf\xbb\xfb\xca\xdc\x18\x17\x56\xbd\x9b\x96\ \xbc\xbc\x74\xcd\xee\x2e\x29\x7b\xd1\xd5\x57\x5d\x31\x67\xa4\x6c\ \xf4\x6e\x5e\xfa\xf2\x6b\xab\x2b\xe2\xa6\x5c\xf8\x9d\x6f\x5c\x90\ \x9f\x12\xdb\xba\x73\xc9\x5f\x57\xf6\xfe\xf8\xde\x9b\x32\x5d\xcc\ \xd7\x52\xf1\xcc\xa3\x4f\xb7\x85\x03\x03\x61\x7c\xd9\x4f\xfe\xb8\ \xa8\x6f\xdf\x8f\xbf\xfb\x78\x6c\x7a\xe6\xc8\x14\xcf\xca\xb0\x16\ \x33\xfa\xa2\x7b\x6e\xbe\x78\x54\xaa\xdc\x50\xb6\xf9\xc5\xe7\x5e\ \x3b\x34\xe0\xb9\xf3\x27\x77\x4d\xcf\x4d\xb0\x13\x5e\xbd\xfb\x83\ \x17\x5f\x78\xbb\xd3\xb4\x13\x82\x01\x38\xe3\xdc\xf4\x37\x3d\xff\ \xab\xef\x3f\xbb\xd3\xef\x74\xda\x72\x12\xa3\x68\x6c\xc9\xcd\xb7\ \x5e\x7f\x6e\x69\x0a\x55\x74\xaa\xb6\x1a\x3a\x4d\xcd\x48\x2f\xc9\ \xd5\x9c\xbc\xd2\xdf\x3b\x30\xee\x92\xdb\x9f\xb8\x78\xf1\xb3\x7f\ \x7e\x68\xf5\x11\x3a\xf7\xaa\x1b\x6e\xba\x68\x4a\x34\xf8\xb7\xbd\ \xff\xfa\x8b\x4b\xb7\xdb\x8b\xe7\xdd\xfd\xad\xcb\x4a\x52\xe3\x3a\ \x6b\xb7\xfe\xe2\x8f\xcf\x11\x41\xb4\x6a\xda\x57\x4f\x17\x86\xdb\ \x0b\x94\xf1\x68\xaa\xd0\xb0\xa6\x9b\xfc\xc2\x28\xd7\xbf\xc2\xe2\ \xb3\xdd\xea\xef\x0a\x85\x18\xa3\x5f\x31\xa9\x5b\x92\x44\x4a\x28\ \x16\x05\xc0\x9c\x33\x4d\x33\x39\xe7\x9a\xa6\x86\xc3\x22\x21\x98\ \x73\x4a\x29\x35\x0c\x83\x10\x44\xcd\xe3\x76\xe4\xc9\x83\x17\xc0\ \x19\x60\x29\x3a\x3e\x25\x37\x29\xd1\x21\x41\x8f\xa2\x50\x40\x92\ \x44\xf6\xbd\xfe\xd8\x0a\xa5\xe0\x27\xb7\x2c\x9c\xb8\x77\x53\x43\ \x53\xd1\xb7\x6f\x5b\xd8\xfc\xf6\xe3\xff\xac\x75\xff\xe0\x07\xd7\ \x5e\xdd\x54\xff\x7a\x8d\x8a\x90\xfa\xc1\x13\xff\x5a\x5b\xd7\xd1\ \x15\xf4\x9c\x73\xdd\xd5\x17\x14\xb0\xc7\x7e\xfd\x4b\xe7\x94\x6b\ \x6f\xb9\xfd\x9b\xed\x35\xbf\x29\x57\x4c\x81\x90\x40\x6f\xf9\xf2\ \x4d\x55\x0b\xe7\x5d\xfb\xf7\x82\x89\x9b\x57\x2d\xdf\x76\xa8\x05\ \x73\x20\x84\x44\x4c\x7a\x42\x70\xc4\xa4\x15\x05\x54\xf6\xe6\x93\ \x6f\x35\x46\xff\xe8\xfe\xeb\x17\xcf\xa9\x7c\xee\x40\x18\x71\xb6\ \xe3\x95\xc7\xde\x38\xd4\xe6\xce\x9e\xf5\xa3\x1b\x67\x1c\x78\xe1\ \xef\xff\xe8\xcf\xfd\xf1\x77\xaf\xbf\xb0\xaa\x76\x9d\xa2\x01\x80\ \x69\x32\x1e\x55\x74\xeb\xcd\x0b\xbc\xeb\x5e\x78\x68\x7b\xf8\xae\ \xfb\x6e\x16\x10\x85\xb8\x91\x77\xdd\x71\x61\x60\xfd\x1b\x7f\xa9\ \xb7\x7f\xfb\xce\x8b\xcf\xab\x3f\xfc\xdc\x2e\xb1\xa8\x38\xed\xd0\ \x8b\x8f\xbe\x55\xd1\x62\x04\x39\xc7\x28\x08\xb1\x63\x0a\xf3\xcc\ \x96\xca\xad\x6b\xb7\xaa\x24\xd1\xee\x8e\x72\x39\x69\xb7\x2f\x98\ \x38\x72\xc6\x6d\x57\x4f\xd8\xf5\xd2\x33\x55\xe2\xb8\xef\xdf\x70\ \x7d\xf9\xbe\xc3\x35\xb2\x33\x2d\x1a\xbd\xf3\x97\x5f\x77\x8e\xfb\ \xc6\x7d\x97\x5d\xb0\x69\xdb\x01\xe7\xd8\xf9\xd7\xcf\xcf\x5e\xf1\ \xf4\x63\xfe\x8c\x05\xdf\xfe\xe6\x0d\xbb\x76\xfe\x0a\x27\xa4\xa4\ \x39\x94\x17\x7f\xfb\xc0\xc1\xbe\x60\x5f\x3f\x7e\xf9\x99\xa7\x12\ \xe3\xd3\x2f\xba\xee\xc2\xf3\x26\x95\xbe\x5c\xa5\x63\xae\xac\x7c\ \xfc\x9f\x1b\x1b\xbb\xfb\xc1\x21\x4b\x82\x24\x80\xe9\x2e\xbc\xf5\ \xce\xab\xec\x87\x96\xfc\xf0\xb1\x8e\x9b\xee\xbd\xe3\xc6\xcb\x3b\ \xeb\x9f\xab\x4a\xcf\x4d\xae\x7e\xe7\xc9\xb7\x7b\x93\xef\xbf\x7d\ \xd1\xec\x8a\x1d\x2f\x6f\xee\xb0\xb9\x6d\x8c\x71\xce\x4c\x8d\xc4\ \x5c\x7a\xf7\xaf\x67\xde\x4a\x44\xdf\xde\x3f\x3f\xfa\xc1\xe4\x05\ \x17\x9e\x93\x43\x1f\xff\xcd\xaf\xf8\xc8\x2b\xbe\x7d\x79\x34\x00\ \x10\x41\x94\x44\x8a\x10\x12\x6c\xe4\xc8\xea\xd7\x5e\xdc\xb0\xaf\ \xb7\x37\x9c\x3d\xf5\x92\xdb\x2e\x2b\xdd\xf0\x9f\x07\xf7\xa3\xf1\ \x3f\xf9\xf6\xcd\xcd\x15\xb5\xe5\xd1\xb1\x39\x71\xe8\xed\x3f\xff\ \xdf\xb6\x9e\x30\xc2\xe4\x94\xf1\x6f\x8b\xaf\x84\x2e\x60\xce\x61\ \xe8\x05\x80\xfa\x35\x93\x19\x06\x62\xe6\xfa\x66\xaf\xc9\xd8\xc5\ \x59\xd1\xef\x37\xf6\x79\x43\x0a\xa6\xe6\x80\xaa\x1b\x1c\x80\x23\ \x46\x69\x28\xac\x18\x86\x49\x29\x33\x4d\x6a\x9a\x46\xe4\xbd\x61\ \x18\xba\x6e\x28\x8a\x8a\x30\x0c\xbf\xec\xe0\x0b\x80\x1b\x0a\x4d\ \x28\xfd\xd9\xc3\xff\xf9\xd7\x7d\x0b\x7d\x07\xd7\x2d\x5f\xbf\xdf\ \x94\x1c\x04\xa1\x81\x96\x9a\x5d\xbb\x8f\x7a\x43\x5c\x8a\x8a\x8e\ \x4f\x2a\x48\x16\xba\xd7\x6f\xd8\x5d\xb6\x79\xf3\xee\x76\x25\x3f\ \x3b\xdb\x25\x03\xe7\x66\x6f\x5d\x55\x5b\x4b\xab\xcf\x96\x56\x9c\ \x91\xd2\x52\x77\x60\xc7\x86\x3d\xdb\x77\xec\xf4\xdb\xb2\x8a\x52\ \x6c\xaa\x6e\x00\x42\x0e\xda\xf9\xdc\xc3\xbf\xff\xf5\xbf\xdf\x3a\ \x16\x8a\xb9\xe9\xfb\xbf\xb8\x76\x6e\x8e\x19\x0e\x02\x42\x9c\x9a\ \x86\x11\xf1\x46\x40\xc4\xd9\xe0\xab\xaf\x2e\xdb\xbc\xa9\xac\x4b\ \xcd\x4a\x4a\x71\x4a\xc0\x38\x1f\x68\xa9\xa9\x6f\xf1\x3a\x12\x4b\ \x3c\xb4\x79\xdd\xba\x3d\xfb\x37\x6f\x3a\xd8\x87\x4b\xb2\xd3\x24\ \x81\x03\x30\x4d\x37\x84\xb8\xfc\x0c\x7b\x60\xdb\x8e\x3d\xfb\x0e\ \x36\x79\x43\x3a\x42\x3c\x2a\x71\x44\xaa\xc8\xa2\x72\xc7\x2e\x98\ \x9e\xd7\xd5\xd2\xd8\x6f\xc8\x12\x66\xa6\x49\xfb\x9b\x8e\xb5\xd6\ \xd7\x07\x18\x66\x1c\x01\x67\x94\x71\x41\x14\x10\x41\x41\x6f\x28\ \x75\xfa\xc5\xbf\xfd\xd9\x1d\xd9\xd1\xcc\x13\x9b\x1d\x8d\x58\xe6\ \xb8\x19\x33\x8a\xa3\xaa\xeb\xda\x18\xb1\x61\xe0\xd4\xd0\x3a\xab\ \x0f\xef\xda\xd3\x60\x4a\x36\xe2\x8a\xcf\x4c\xca\xb0\x63\x54\x34\ \x6d\xce\xf8\x0c\x38\x52\xdf\x23\x48\x36\x00\xa6\x87\x43\x3d\xc7\ \xca\x8e\x34\x2a\x05\xd3\x16\xdd\xf6\x8d\x8b\x27\x8c\x48\xc1\x0c\ \x39\x04\x51\x10\x00\xb8\xd9\x5b\x7b\xa4\xad\xad\x4b\x41\x12\x02\ \x60\x8c\x3a\xe2\x0b\x0b\x62\xd4\x2d\x5b\x77\x1e\xdc\xb4\x7d\x4b\ \x55\x5b\x72\x5a\x7e\x92\x1b\x19\x26\x0f\xb4\xd5\xef\xd9\x55\xd5\ \xdd\x6f\x3a\x62\xe3\x08\xa5\x8c\x47\x3c\x93\x08\x83\xd1\xd5\x5c\ \x53\x59\x79\xa4\xf2\x68\xf3\x00\xc4\x66\x27\xa7\x78\xdb\xca\x37\ \x6d\x3a\x54\xdd\xe4\xe3\x18\xa3\x61\x23\x56\x58\x40\xfd\x6d\x0d\ \xed\x75\xb5\x9d\x86\x23\x2d\xa3\x48\x0c\xd5\x6e\x58\xb7\x67\xef\ \x96\x4d\x87\x83\x8e\x51\xd9\x49\x08\x98\xa1\xa8\xbd\xb5\x15\xed\ \xad\x5d\x9c\xa3\xd3\x94\x04\xeb\x75\xd6\xbf\x86\xd9\x0b\x00\x92\ \x80\x0e\x04\x61\x9e\x8d\x32\xca\x9c\x51\x71\x97\xd9\x79\x2a\xeb\ \xd9\x93\x12\x67\xa8\xdd\x22\x33\x8e\x28\xd8\xcf\x09\x41\xdc\xa0\ \xa6\xd7\xeb\x8b\x8d\x89\x16\x04\xa1\xbd\xa3\x43\x14\x04\x00\xa4\ \x69\x1a\x00\x68\x9a\xe6\xf5\xfa\x04\x22\x30\x4a\xf9\xc9\x1e\x6f\ \xc6\x38\x12\x6c\xc4\x77\xec\xf1\xff\xbc\x50\xd5\xa5\xea\x03\x5d\ \x03\x9a\x24\xc7\x89\x00\x5c\x90\x64\x59\x10\x80\x31\x04\x30\xd0\ \xd7\xe4\x47\xf3\x26\x8d\x1b\x51\xed\x70\x8f\x4e\x76\xb4\xef\xee\ \xec\x0f\x13\x4e\xa2\xd2\x0b\x72\x5d\x81\x76\x14\xea\x6e\xea\xf5\ \x4e\xce\x2f\x2a\x2a\xcd\x73\x8d\x1a\x1d\xc3\x7a\x9a\x7a\x55\x01\ \x63\xd3\x64\x4c\x4c\x9e\x32\xd1\xd1\x74\x78\xf7\x9b\x01\x61\xe2\ \xc4\xef\xe4\xe6\xe7\xc0\x8e\xba\x7e\xdd\x91\x37\x22\x2b\x59\x77\ \x48\x42\x64\xac\x11\x61\x82\xe4\xe8\xf8\x9c\x89\x69\x63\x93\x9d\ \xad\xdb\xba\xc2\x3a\xc2\x08\x88\x28\xb9\x24\x7d\xa0\xaf\x49\x95\ \xcf\x9d\x38\x2e\xbf\xd7\x9f\x5f\x12\x8b\x2a\xba\x7a\x34\xea\x14\ \x65\x67\x42\x6a\x9c\xd9\x52\xdf\xa9\x2f\x9e\x31\x79\xcc\xf6\xde\ \x5e\x87\x2c\x52\x8c\x43\xfe\xb6\x01\x62\x0f\x35\x96\xbd\xbc\xea\ \xa0\xe0\x70\x99\xdd\x0d\xdc\x3d\x0e\x21\x4e\x44\x59\x96\x45\xe0\ \x8c\x23\xe4\x64\xbd\xfb\x2b\x8e\x5c\x3a\x7b\xe1\x45\x57\x5f\xd2\ \xf1\xfa\x4e\x8f\x43\xc6\x08\x04\x4e\xfd\xfe\x4e\x43\x1c\xdd\xb6\ \x7f\xc3\x92\x43\x3d\x6e\x1b\xf6\x35\x75\x7b\x26\x4b\x00\x48\xb2\ \xd9\x24\x8c\x38\x07\x42\xb5\xde\xfe\x5e\x20\xc9\xc7\xb6\xad\x5c\ \x5f\xaf\x78\x24\xb3\xa3\x3b\x30\x42\x10\x00\x61\x41\x92\x4c\x7b\ \xe2\x8c\x59\xb3\xdc\xbe\x0f\x9e\x7e\x7a\xd3\x95\xbf\x1b\x95\x27\ \x60\xdd\xd0\x99\x10\x95\x5e\x90\xe7\x54\xba\x35\x9f\xc1\x39\x20\ \x44\x54\x5f\x53\xbb\xe2\x18\x3f\xa6\x78\x73\x5b\xd4\xf8\xdc\x14\ \x5f\x47\xb9\x37\x44\x09\x06\x22\xc9\xb2\x28\x02\xe7\x9c\x03\xe3\ \x1c\x31\xc6\x19\x05\x44\x44\x1a\x3e\xb4\x79\xe5\x1b\xfb\xfb\x9d\ \x76\x11\x71\x47\xa7\xb7\x37\xa1\x70\xd4\xe4\x89\x59\xe1\x68\x19\ \x23\x0c\x91\x96\x03\x01\x33\xd5\xb0\x21\xa7\xe5\x64\x47\x25\x36\ \x43\x48\xed\xed\x6e\x02\xd7\xc4\xf1\xe3\xf2\x0c\x3c\xb6\xc0\x6d\ \x6e\xec\xf4\x31\x07\x00\x46\x82\x64\x93\xc5\x88\xb1\x60\x8d\x59\ \x7c\x15\xfb\x11\x11\xef\x36\x00\x00\x97\x30\xda\xaf\x4a\x3b\x02\ \xe1\xd9\x76\x63\x34\xeb\xa3\x03\x34\x4c\xe9\x04\x29\x84\x98\xe9\ \xa7\x78\xa9\x5f\xd4\x05\xc1\xce\x39\x42\xd0\xd9\xd1\x21\x49\x62\ \x62\x52\x22\x46\x98\x71\x06\x00\x18\x63\xd3\x30\xba\xbb\x7a\x02\ \x81\xa0\xdd\x2e\x51\xce\x4e\xf8\xd5\x01\x10\x00\x63\x1c\x4b\x36\ \x1b\xa8\x1d\xf5\x87\xdb\xfa\x9d\x0e\x87\x44\x04\x4c\x01\xc9\x36\ \x9b\x80\x11\xe3\x58\x96\x65\xbb\x4d\xf4\xd5\xef\x7e\xf6\xad\x31\ \xb7\xdf\xfa\xf3\xf3\x6d\xbc\xb1\x6c\xe3\x7b\x5b\xf6\xb7\x85\xd3\ \x37\xee\x6e\xbf\xf2\xbb\xbf\x9f\xeb\x3b\xfa\xe0\x0f\x7f\xb3\xe2\ \xad\xa5\x79\x77\x7f\xe3\xb7\xff\xf9\x0f\x0b\x75\x6f\x78\xfd\xb9\ \x5d\x5d\x3a\xb2\xd9\x75\xd3\x44\x51\x59\xd7\xdc\x7e\x63\x51\xa2\ \x13\x71\xda\xdb\x7c\x60\xd9\x96\xfd\xfe\xb0\xb9\x62\xf9\xde\x3b\ \xaf\xfa\xc1\xb3\xd7\x21\x16\xee\xf0\x0f\xa8\x26\xd5\xfa\xbc\xc6\ \xb9\xdf\xfd\xd5\x3c\xe0\xcd\x65\xeb\xdf\xde\xb0\x5f\x8f\x9f\x6b\ \xb7\xcb\x02\xc6\x76\x49\x6f\xae\xdc\xfc\xf2\xca\xac\x1b\x7f\xf0\ \xe0\xd5\xc4\x38\xb6\x6b\xe5\xca\x7d\x55\x6d\x76\xb9\xbc\x8d\x9d\ \x77\xcd\x75\x9b\xff\xef\x5f\xff\x79\x71\xc3\xf7\xaf\xb9\xf5\xa5\ \x4b\x04\x40\xda\x86\xcd\xe1\x50\x7b\xd9\x33\xaf\x6e\xba\xed\xa2\ \x2b\xfe\xbe\xe8\x06\xa3\xa7\xfe\x89\x3f\xfc\x72\x87\x01\xb2\xcd\ \x2e\x62\xc4\x18\xe7\x9c\x63\xce\x24\x3b\xaf\xde\xb6\xe6\x89\x38\ \xc7\x35\xe7\x5d\xf7\x9f\x45\xb7\x00\x46\xfd\xb5\xbb\x28\x37\x9b\ \x2a\x36\xbe\xb2\x3a\xf3\x8a\x1b\xee\x99\x77\x9b\x2d\x50\xb5\xe9\ \xb7\xbf\xfd\x87\x09\xc4\x66\x93\x31\x00\x60\xc1\x66\xb3\xb9\x64\ \x73\xf3\x96\x95\xef\x16\x27\x5d\xf4\xed\x9f\x5e\x26\x4a\xbd\x7b\ \x96\xfc\xfc\xc1\x97\x39\x16\xec\xb2\x44\x30\x92\x8c\xde\x1d\x3b\ \x77\x8d\xbb\x6a\xc1\xc3\x7f\x99\x2e\xc5\x4a\x47\x95\x50\x4f\x53\ \xe3\xc6\xbd\x9d\x57\xfc\xe0\x8f\xe7\xf6\x56\xfc\xec\x3b\x7f\x61\ \x44\xb4\xd9\xed\xa8\xef\xd0\x33\xcf\xaf\xfd\xd1\x4d\xb7\xbe\x78\ \xb9\xd8\x5b\x5f\xf6\xdc\xd2\x35\xbd\x2c\xdd\xe9\xb0\x85\x30\x62\ \x80\x6d\xb2\x2c\x0a\x98\x31\x86\x38\xa7\x8c\x03\xe2\xdc\x95\x76\ \xcb\x2f\x1f\xbd\x99\x83\x2c\x93\x9d\x2f\xfc\xdf\xef\xde\x7e\x7d\ \x44\xfa\x9d\x3f\xfe\xeb\x23\x9c\xf3\x70\x4f\xb9\x4a\x29\x11\x25\ \x59\x06\xac\x75\xae\x59\x7d\xe0\xfe\xab\x6e\x79\x66\xd1\x65\x2f\ \x3d\xf8\xbb\xd7\xb6\xbc\xff\x66\x71\xfa\x35\xbf\xfc\xfb\x2d\xa0\ \x54\x6e\x7a\x7b\x45\x59\x53\xfc\xbc\xb9\x36\x9b\x4c\x80\x53\xc6\ \x08\xb7\x3a\x11\x5f\x49\x5d\x40\x0b\xe6\xcf\x1e\x3e\x98\x64\x72\ \x10\x35\xe5\x26\x67\xff\x54\x59\x71\x62\x4e\x80\xab\x1c\xb5\x53\ \xf1\xe5\xa0\xbb\x8c\x47\xb9\x44\x1c\x19\x8d\x32\x34\x43\x94\x6c\ \xf1\xf1\x71\xa2\x28\x62\x8c\x38\x07\xc6\x58\x30\x18\xea\xed\xeb\ \x95\x25\xe1\xb4\xa3\x53\x8c\x31\xc9\x1d\x1f\x27\x9b\x7e\x9f\x57\ \xe5\x02\x02\xe0\x00\x1c\xb9\x63\xe3\x5d\x92\xbf\xad\xc5\xf0\x24\ \xc6\xb9\x50\xb8\xbb\x3f\xa0\x07\xb9\x2d\x31\x21\xce\x29\xd2\x60\ \x5f\x67\x50\xe3\x1c\x4b\x4c\x74\x25\xc5\x39\x89\xa9\xaa\xfd\xbd\ \x5e\x05\xb8\x33\x2e\x25\xd6\x8e\xd4\x81\xbe\x5e\x2f\x17\xe5\x88\ \xfe\x18\x60\x77\x3a\x1d\x6e\xbb\x88\x81\xa9\x03\xbd\x81\x80\x0a\ \x92\xac\x32\x29\x3e\x3e\xc6\x21\x80\xa9\x2b\xe1\x01\x6f\x90\x39\ \x5c\x51\x6e\x97\x4d\xc0\xcc\x0c\xf4\x75\x04\x74\x2c\xd8\x63\xe3\ \x62\x6d\xc8\xd7\xde\x6b\x62\x4e\x21\xcc\x6d\xc9\x89\x31\x76\x6c\ \x0c\xf4\x74\x2a\x14\x1b\x48\x16\x1c\x9e\x14\x9b\x1a\xf0\xf6\xf5\ \x98\x8e\x98\xf8\xf8\x68\x1b\x61\x54\x53\x06\x7c\x8a\x66\x06\x4c\ \x29\x36\x21\xce\x23\x13\x6e\x84\x83\xfd\x7d\x41\x88\x89\x8f\x77\ \x0a\xfe\x8e\x1e\x9d\x03\xc2\xc7\xd5\x90\x85\x74\x31\x36\x3e\xc6\ \x63\x17\x38\xe7\x66\xd8\x1f\x0a\x87\x34\x13\xab\x60\x4f\x4a\x88\ \xb1\x0b\x88\xa9\xfd\xfe\xfe\x80\x29\xc7\x27\x78\x88\xde\xd7\xd1\ \x2d\xa4\xa5\x45\x33\xc5\xdb\x3b\xa0\x50\x5d\x74\xa7\xc4\x47\x89\ \x18\x98\xe2\xf5\xf5\xab\xe0\x4c\x8c\x77\x50\xd5\xd7\xd5\xcf\x04\ \x85\xd9\xe2\xe3\x62\xa3\x6c\xc4\x34\x34\x73\xa0\xd7\x17\xa6\xa6\ \x1c\x93\x14\xe7\x24\x66\x38\xe8\xed\x37\xdd\x49\x71\x42\x38\xe0\ \xed\xed\x36\xec\xd1\xf1\xf1\x31\x36\xa4\xf6\x77\xfb\x03\x3a\xd8\ \x62\x62\xe2\xdc\xb6\x81\xf6\x66\xdd\x95\x10\xeb\x21\x6a\x77\x7f\ \x50\x67\x18\x73\x86\xb0\xdd\x13\xe3\xb6\x13\x18\x1c\xfc\xe5\xa1\ \xae\x0e\xaf\xc6\x9d\x71\xc9\x31\x2e\x02\xcc\x54\x07\x06\xfa\x15\ \x14\x95\x18\x2f\xa9\x03\x7d\xbd\x7d\xcc\x93\x98\xe8\xb1\x63\xa6\ \xf7\x77\xfb\xc3\x46\x98\x44\xa5\x24\x44\xcb\x5c\xf5\xf7\x74\x2a\ \x4c\x16\x5d\x71\x71\x2e\x30\xbc\x1d\x5e\x26\x61\x6b\x98\xf2\x2b\ \xaa\x0b\xf3\xcf\x9d\x7d\x4a\x35\x36\x38\x98\x86\x31\x02\xc2\xf9\ \x82\x6a\x43\xbc\x93\x8a\x87\xa8\x3d\x48\x6c\x0e\xe1\xa4\x29\x89\ \x86\x61\x72\xc6\x65\x9b\x4d\x14\x05\xc6\xb8\xa6\x69\x86\x69\x48\ \x92\x88\x4f\x27\x0a\x91\xe1\x72\x6a\xe8\x06\x03\x49\x1a\x56\x5c\ \x38\xd3\x34\x1d\x8b\xb2\x88\x99\xa6\x9b\x98\x88\xa2\x80\x39\xa3\ \x86\x61\x32\x0e\x44\x14\xc5\x88\xb7\x9c\x9a\x86\x41\x39\xc2\x91\ \xef\x52\xd3\x30\x4c\x8a\x22\x67\x9f\x58\xa1\xc1\x0c\xc3\xa4\x8c\ \x03\x00\x26\x44\x14\x05\x04\x30\x74\x29\x84\x90\x20\x8a\x04\x83\ \xa1\xeb\x94\x01\x20\x10\x04\x51\x20\x98\x33\xaa\xeb\x26\x91\x24\ \x01\x47\x46\xe2\x07\xcf\x17\x44\x51\x20\x18\x80\x47\x6e\x2c\x49\ \x22\xe2\xcc\x30\x0c\xca\x38\x20\x14\xf9\x2e\x1c\x3f\x82\x10\x16\ \x25\x09\x03\xd3\x34\x1d\x4b\xb2\x78\xfc\xe7\x71\x00\x04\x1c\x38\ \x1f\x9e\x30\x41\x10\x30\x1a\xba\x11\x47\x58\x90\x24\x01\xa8\xa9\ \x1b\x54\x90\x65\xcc\x4d\x4d\x67\xa2\x24\x12\x8c\x18\x35\x0d\x93\ \x72\x3e\xf8\x73\x22\x49\x11\x24\x89\x9c\xf8\x3a\x00\x02\x22\x88\ \x22\xc1\x8c\x1a\xba\x41\x01\x61\x59\x96\x98\xa1\x9b\x1c\x89\x92\ \x88\x07\x53\x08\x98\x08\xa2\x48\x10\x67\xba\xa6\x23\x51\x12\x31\ \x68\xba\x11\xc9\xbf\x48\x2a\x19\x35\x0d\xc3\xe4\xc7\x4d\x3c\x2c\ \x88\xb2\x88\x4d\xc3\x30\x23\x37\xc1\x58\x92\x44\x66\xe8\x26\x07\ \x51\x92\x10\xa3\xba\x61\x72\x0e\x82\x24\x09\x18\x71\x6a\xea\xa6\ \xc9\x01\x0b\xa2\x28\x10\xc4\x4c\xd3\x30\xa9\x20\xc9\xc4\x12\x85\ \xaf\xae\x2e\xcc\x3b\x67\xe6\x69\x9a\x77\x04\x1a\x05\x3d\xe2\x81\ \x40\x60\x23\x40\x3e\xa2\x9b\x48\x29\x65\x8c\x23\x04\x18\xe3\xff\ \x3a\x97\xd9\xc2\xc2\xe2\xab\x32\x7f\xe1\x24\x47\xc0\xf1\xbf\x20\ \x09\x81\x74\xa2\x55\x07\xf6\x11\xeb\x29\x87\xab\x01\xe7\xdc\x72\ \x32\x59\x58\x7c\x1d\x74\xa1\xbf\x7f\xc0\x9a\xac\x6a\x61\x61\x71\ \x52\x3f\xe2\xc9\x27\x1e\x3b\x8d\xbd\x60\x61\x61\xf1\xff\xb1\x32\ \x20\xce\xac\xc0\x6d\x16\x16\x16\x27\x21\x04\x02\x01\x2b\x17\x2c\ \x2c\x2c\x86\x63\x8d\x20\x58\x58\x58\x58\xba\x60\x61\x61\x61\xe9\ \x82\x85\x85\x85\xa5\x0b\x16\x16\x16\xff\x2b\xc2\x57\x22\x95\x18\ \x63\xb0\x26\x59\x58\x58\x7c\x76\xf0\x93\x23\xa4\x7c\xc5\x74\x01\ \x21\x64\x9a\xa6\xcf\xeb\x35\x4d\xc3\x7a\x96\x16\x16\x9f\x15\x0e\ \x87\xd3\xe5\x76\x7f\x94\x34\x9c\xed\xba\x60\x9a\x66\x6f\x6f\x77\ \x4c\x4c\x9c\xd3\xe5\x8e\xc8\x5c\x44\x2e\x86\x54\xcf\x7a\xc0\x16\ \x16\x1f\xd3\xb0\x9e\xb6\xd6\x50\x4a\x7b\xba\xbb\x4c\xd3\x88\x8e\ \x89\x3d\xad\x34\x9c\xd5\xba\x80\x31\xe9\xeb\xeb\xf1\x78\xa2\xe3\ \xe2\x13\x60\x70\x79\x22\x9c\xf4\xc6\x8a\x53\x6e\x61\xf1\xb1\xe6\ \x76\xa4\x9a\x9c\xbc\x7d\x1c\x47\x08\xd9\x32\xed\x0d\xb5\x35\x86\ \x53\x17\xa5\xd3\xc4\xfb\x17\xce\xee\x5f\x05\x9a\xa6\x25\x26\xa5\ \x44\x7e\x4c\x24\xf0\x38\x1f\xb6\x5d\xd4\x67\xa6\x0b\x08\xa1\xb3\ \x44\x65\xce\x9e\x94\x58\x7c\x5d\xa4\x61\xb8\x2e\x44\xde\x30\xc6\ \x08\x21\x44\x10\x4c\xd3\x14\x25\xe9\xcc\xed\x05\x24\xd9\x6c\x02\ \x46\x00\x9c\x99\xa6\x6e\x18\xff\xc3\x46\x43\x88\x88\x02\x37\x3f\ \xed\x15\x18\xe7\x9c\x73\xc6\x39\x67\x88\x10\x04\x80\x38\xa3\x3c\ \x12\xd1\x01\x13\x42\x80\x53\x93\xf2\xff\x39\xef\x30\xc6\x40\xcd\ \x2f\x7f\x3b\x25\x42\x08\xe2\x67\x43\x42\x2c\xbe\x26\xbd\x08\x7e\ \xbc\x91\x19\xdc\xf0\x31\xb2\xd1\x07\xe7\x80\x31\xe3\xc7\x83\x7b\ \x7e\xd8\x54\x3f\xbd\xc2\x30\xad\xe1\xd0\xae\x75\xeb\xd7\xad\x5d\ \xbf\xa9\xac\xba\x8d\x62\x11\x23\x40\x08\xe1\xa1\x1d\xd9\x4e\xfa\ \x70\xfc\x23\x3e\xe9\x23\x42\x08\x21\x4c\x98\x72\x70\xd3\x86\x9a\ \x2e\x55\x94\x04\x04\x80\x3e\xd9\xe2\x4d\xc4\x22\x61\x28\x11\x70\ \x84\x8c\x40\xfb\xa1\x23\x47\xfb\x4d\x1c\x51\x05\x02\x6a\x6d\xd5\ \xa1\x86\x3e\x6d\xd8\x8d\x4f\xbd\x3e\x42\x08\x23\x14\xd9\x41\x65\ \x78\x62\xd1\xb0\xbf\x12\x42\xc2\x9d\x47\xd7\xac\xdf\x1f\x66\x02\ \x39\x1e\x52\x05\x47\xbe\x38\x94\x4d\x08\x0d\x1e\x19\x7a\x73\x52\ \xee\xa3\xa1\x13\x86\xdf\x17\x9f\x7c\xa3\x53\xae\xf6\xe1\x8f\x04\ \xe3\xe6\x03\x5b\xb7\x96\xb5\x08\x82\x60\x0d\x20\x5b\xfc\xef\x0c\ \x06\x3e\xe0\x9c\x73\x8e\x31\x26\x18\x73\x38\xb1\x9d\xe0\x47\xcb\ \x02\x90\x9f\xfd\xec\xa7\x1f\x6a\xdf\x05\x1c\x6a\x7b\xe6\x8f\x0f\ \x55\x04\x6d\x58\xe9\xdc\xb9\x7e\x4d\x4d\xd0\x3d\xaa\x24\x9b\x98\ \x6a\x30\x18\xd2\x4c\x2e\x4a\xb2\x84\x79\x70\x60\x40\x63\xd8\x66\ \x93\x80\x83\x80\x79\x38\x30\x10\x52\x0d\x2c\x08\xa2\x28\x12\xa0\ \xc1\xfe\x80\x09\xc4\xee\xb0\x61\xad\xf7\xdd\x27\x9f\xf3\xc7\x97\ \xe4\x24\xc8\x0c\x30\xa7\x94\x01\xc2\x67\x26\x0e\x84\x60\x9f\xb7\ \x2f\xca\x13\x2d\xc9\x32\x60\x1c\x3a\xf6\xce\x77\x7e\xf2\xa8\x5c\ \x30\x6b\x4c\xa6\x07\x61\xdc\x5f\xbd\xf1\xa7\x3f\xfe\xb5\x2f\x77\ \xe1\xd4\x0c\xbb\x61\x02\x46\x00\x08\x0c\x43\x63\x08\x63\x00\x0e\ \x20\x8a\x22\xd5\x42\x03\x81\x10\x05\x42\x10\x37\x4d\x86\x31\x42\ \x9c\x19\xa6\x09\x98\x08\x02\x56\x43\x03\x81\x90\x4a\x44\xb9\xef\ \xe8\xc6\xa7\x96\x56\x8c\x9c\x50\x22\x02\x17\x25\x49\x24\x10\x0a\ \xf4\x87\x75\xb0\xd9\x6d\x88\x53\xc6\xb9\xa1\x84\x03\x21\x05\x88\ \x48\xc0\x18\x18\x08\x51\x24\xca\x22\xe6\x91\x2d\xaf\x00\x00\x98\ \xaa\x84\x82\x21\x15\x88\x6c\x93\x08\xa3\x0c\x38\x0d\x07\x03\x21\ \xd5\xc0\x82\x24\x4b\x44\x0b\xf6\x07\x55\x53\xb2\xdb\x08\x07\x8c\ \x91\x12\x1c\x08\x84\x35\x84\x05\x81\x10\x41\xc0\xe1\x40\x7f\x48\ \x63\x36\xbb\x1d\x63\x28\x7b\xf3\xf1\xb5\x2d\xae\xf1\x45\x89\x26\ \x43\x22\x41\x60\x79\x56\x2d\xfe\x77\x3f\x1d\x42\x84\x90\x75\xeb\ \xd6\x99\x86\x91\x90\x98\x18\x89\x8d\x8e\x31\xee\xed\xe9\x96\x6d\ \x36\xe9\xcc\xfb\x11\x9c\x51\x6e\x4f\xbb\xe0\xaa\x5b\x16\x8c\x8c\ \x6d\xdb\xf7\xda\x8f\x1f\xdb\x3a\x6b\x5c\xf2\x81\xd7\x9e\x2c\xef\ \x87\x84\x82\x99\xb7\x5d\x35\xeb\xf0\xaa\x97\x37\x1d\xe9\xd6\x4d\ \x34\xfe\xfc\xeb\xaf\x9a\x9b\xb5\xfd\xad\xe7\x57\x94\xb5\x12\x5b\ \xfc\x82\x2b\xae\x9b\x95\x0b\xcb\x5e\x7e\x79\x5f\x93\xdf\x64\xf2\ \xec\x2b\x6e\xb9\xb0\xd4\xe6\x94\xc2\xdb\x96\xbf\x50\x57\x56\x7c\ \xd9\x05\xe3\xd6\x3f\xf3\x54\xea\x55\x3f\xb8\x6a\x72\xba\xae\x9d\ \xd1\xb8\xe3\xf0\xf8\xee\x01\xbf\x99\x64\x47\x3b\xd6\xac\x3a\x77\ \xdc\xed\xc9\xd2\xc0\xfa\xd5\x1b\x54\x92\x68\xd3\x8d\xfa\x35\x4f\ \xbc\x54\x93\xfc\x93\xef\x5f\x6d\x6b\xd9\xf6\x97\xc7\x37\x5c\xf2\ \x83\x9f\x8c\x8e\x46\x9c\x08\xed\x07\xd7\x3c\xf7\xea\xaa\x3e\x53\ \x2c\x9e\x77\xc5\xec\xa4\xe6\xe7\x37\x2b\x3f\xf8\xc1\x37\xe2\xba\ \xb6\x3d\xf4\xc4\x96\x2b\xee\xfb\x89\xab\xfc\xad\x67\xde\xdf\x6f\ \x0a\x8e\xc9\x8b\xaf\x9f\xe2\x8c\xe1\x5d\xcb\x9f\x7e\xe4\xe1\xf4\ \x71\x8b\xee\xb8\x64\xcc\xee\xa5\xcf\xbe\xb7\xab\x91\x82\x50\x30\ \xfb\x8a\x6f\x5e\x32\xa5\x6d\xc7\x5b\xff\x7e\x75\xab\xe4\xb6\x99\ \xcc\x99\x9e\x68\xeb\xed\xed\xf6\x1b\x51\x57\xdf\x75\xcf\xec\xbc\ \x68\xc3\xa0\x82\x24\x1c\x5e\xfe\xc4\x7f\x56\x55\xb9\xa2\x6c\x2a\ \xc4\x5c\x7c\xe3\xed\xf3\x46\xba\x3f\x78\xe2\xe1\xf7\xca\x7b\x3c\ \x29\x79\xd7\xdc\xf2\x2d\x77\xe3\x3b\x2f\xad\x38\xa0\x9a\x46\xc2\ \xa8\xf3\xee\xba\x7e\x76\xdd\xda\xd7\x5e\x5f\x7f\x98\xc9\x51\x53\ \x16\xdd\x72\xd9\xb4\xa4\xfd\xef\xbf\xf2\xee\xf6\x6a\xdd\x34\xb3\ \xa6\x5c\x7a\xfb\x55\x33\x1c\x0e\xa1\x69\xfb\x7b\x7f\xf1\x1e\x9c\ \x34\xff\xba\xc5\x33\x32\xa8\x61\x5a\xc5\xda\xe2\x7f\xf4\x2f\x98\ \x94\x2e\x7f\xf7\xdd\x15\xab\x56\xc5\xc6\xc4\xdc\x72\xf3\xcd\x25\ \x25\x25\x91\x6a\xf5\x29\xe6\x2f\x20\x0c\x86\xaf\xaf\xab\xa3\xb9\ \x7b\xc7\xce\x72\x5b\x4a\x86\xc3\xf4\xd6\x76\xdb\xae\xfc\xee\xf7\ \x26\x66\x3a\x1b\x77\xbe\xba\xf4\x60\xf0\xa6\x3b\xbf\xe3\xa8\x7b\ \xef\x91\xa5\x6f\x8e\x2a\xb9\x71\xc3\xc6\x8a\xfc\xab\x7f\x70\xe3\ \xb4\x54\x22\x08\x87\x56\x3e\xb6\xa1\xd5\x76\xc7\x9d\xf7\x0c\xec\ \x7c\xe1\xf9\x37\x97\x8c\x29\xb8\x81\x91\xb8\x85\xd7\x7c\xe7\x92\ \x49\x49\x46\x38\x00\x57\x5d\xe7\xcc\xf2\x98\xc6\x99\x2e\xee\x66\ \x8c\x71\xce\x18\xe7\x18\x90\xaf\x2b\x98\x37\xe3\xf2\x44\xf5\xf0\ \xea\xfd\xed\x57\xc5\x97\xed\xf5\xa6\x5c\x71\x5e\x5c\x4b\x67\x77\ \xd2\xdc\x11\x7d\x6b\x76\xb7\x84\xc1\xdd\x50\xeb\xc7\xe9\x69\x6e\ \x89\x02\xc7\xc1\x9a\x97\x5e\x59\x1a\x7d\xce\xb7\xef\x9e\x9e\x41\ \x44\xb9\xb3\xec\x48\x50\x31\x28\x07\xc6\xf5\x70\x58\x61\x2c\xbc\ \x63\xc5\x5a\x52\xf8\x8d\x9f\xdd\x38\x45\x12\x85\x8e\xbd\xe5\xb6\ \xec\xa9\xf7\xfe\xe4\xce\x34\x37\x69\xdd\xfd\xc6\x4b\x9b\xbd\xb7\ \xdd\xff\xcb\x5c\xa3\xf2\x6f\x0f\xbf\xb8\xb5\x28\x37\xb6\xa7\xd5\ \xcc\x99\xfb\xeb\x6f\xcf\xdf\xf0\xc8\xaf\x36\x29\x93\x7f\xfb\xf3\ \xbb\x36\x3f\xff\xc7\x77\x57\xed\x9d\x72\xcf\xf9\x88\x9b\x9c\xd3\ \xce\xc6\xa6\xb8\xd2\x0b\xee\xbf\x69\x6a\xe5\x8a\x27\x9e\x7b\xfe\ \xe5\xa2\xdf\xde\xd2\x58\xd7\x3b\xe6\xa2\xbb\x6f\x9a\x9b\x6e\xf6\ \xec\xff\xe3\x1b\x5b\xc6\x5d\xff\xdd\x69\x31\xcd\xff\xf8\xeb\x1b\ \xeb\xc6\x24\x36\x6e\xdc\x1c\x35\xf5\xde\xef\x5f\x50\x04\xd8\xe6\ \xaf\x59\xf5\xc2\xea\xca\xf3\xef\xb8\xa7\x98\x1d\x7a\xe8\x91\x97\ \xb6\xcd\x1c\x67\x67\x42\xd1\x8c\x6b\x7f\x7c\xdb\x74\xa6\x53\xc3\ \x30\x2c\x6b\xc1\xe2\x7f\x36\x16\xc0\x30\xf4\x8c\xcc\x8c\x3b\xbe\ \xf5\x2d\x4a\xa9\x28\x89\x26\xa5\x43\xde\xc7\x8f\x52\x86\x8f\xd0\ \x05\x4c\x24\xb3\x67\xed\xd2\x17\x0e\x7b\x24\xe2\xca\xba\xeb\xb6\ \x2b\xd3\xf8\x11\x90\xec\x51\xee\x28\x97\x93\xf4\x35\xd7\xf6\x0f\ \x68\x5b\x97\xbd\xc6\xb4\x70\x7a\x6e\x22\x08\x29\x97\x2e\x9e\xf4\ \xc6\xba\xe7\x9f\x68\x9a\x7a\xe5\xe2\x19\x5d\xad\x4d\x03\x7e\xfb\ \x07\x6f\xbf\x6a\x2a\x6a\x66\x6e\xba\xa9\x53\x00\x2c\x88\x92\x24\ \x12\x53\x74\x8d\x9e\x36\x83\xe9\x8a\x6e\xb0\x33\x8d\x05\x13\x19\ \x87\xe0\x8c\x03\xef\x1f\x08\x52\xf7\xa4\x0b\x67\x49\x8f\xae\x78\ \xed\x39\xd9\x9f\x33\xe3\x86\x52\x6d\xf5\xe1\x86\x6e\x47\xfa\xb4\ \x51\xf6\x55\x95\x95\xb5\xb1\x4d\xad\x89\xa3\xce\x89\x12\x19\x65\ \x38\xdc\x5a\xd5\xad\x45\x2f\x9e\x33\xda\x23\x1b\x20\x08\x88\x52\ \x40\x91\xb8\xd5\x80\x10\x98\xcc\x36\xf3\xd2\x0b\x8f\xbd\xb3\xe2\ \x1f\x8f\xd7\x5e\x7c\xd5\x65\x1e\x00\xc0\x02\x11\x04\x82\xf4\xc6\ \x9a\x23\x8e\x91\x53\xc7\x66\xc5\x48\x30\x61\x52\xee\xeb\x47\x6b\ \x1b\x27\x63\xc1\x66\xb7\xd9\x1d\x51\x23\x0a\x53\xf7\xd7\x13\xa7\ \xcb\x93\x97\x95\xbd\xa9\xac\x5f\x35\xa8\x1c\xd9\xb8\x16\x0b\x76\ \x87\xd3\xe1\x8c\x9e\x32\xff\x9c\x25\xbb\x5f\x3b\xda\xa5\x48\xb2\ \x2c\x3a\x5d\x0e\xbb\xa3\xab\xbd\xba\xb3\xbf\xff\xc8\xe6\xa5\xf5\ \xcc\x74\xa4\x24\x63\x29\x7e\xd1\x05\xe7\xbf\xb2\xf2\xb5\xbf\x77\ \x8d\xbb\xf4\xb2\x4b\x6c\xcd\x35\xbd\x01\xff\x81\x0f\xde\x3c\x64\ \xe8\xb1\x59\xe9\xc4\x34\x29\x63\x58\x24\x02\x26\x3a\x18\xf4\x44\ \x1c\x56\x0b\x8b\x4f\x09\xa5\x88\x10\x61\xd2\xa4\x49\x08\x61\x00\ \xa0\xd4\xd4\x75\x1d\x63\x0c\x20\x7e\xcc\xee\x1e\x1f\xa1\x0b\xcc\ \xd4\x84\xe4\xc5\x37\x7c\x67\x41\x69\x02\x21\x04\x71\xde\xdf\xc0\ \x80\x73\x4a\x29\x67\xc4\xe6\x72\xbb\xd3\x72\xbf\x71\xf7\xb7\x12\ \x05\x4d\xd3\x19\x07\x90\xce\xbf\xa5\x78\x5a\xd3\x6b\x8f\xff\xe3\ \xd1\x25\x70\x8e\x3b\x36\x3e\xb7\xe4\x5b\xf7\x5e\xe5\x62\xaa\x49\ \x91\x68\x76\xeb\xa6\xaa\xe8\x06\x42\x18\x98\x39\xe0\xeb\xc3\x82\ \x2c\x9c\x69\xa8\x60\xc4\x8e\x1b\x0c\x88\xeb\x03\x8a\x0e\x36\x9e\ \x3a\xf6\x9c\xfc\xa5\xf7\x2c\xe9\x98\xf0\xc8\xdd\x23\x8c\x4d\xab\ \x8c\x70\xbf\x2e\xc4\x4f\x99\x9c\xfd\xe6\xea\xf7\x3c\xba\x36\xfa\ \x8a\x5c\x6c\x6a\x1a\x15\x88\x23\x9a\xb0\xfe\xda\xc6\xbe\xa2\x11\ \x2e\xd3\x30\x88\x64\x57\x7a\x5a\x02\x0a\x24\x62\xc4\x18\xd5\x54\ \x3d\x63\xe2\x45\xbf\x2c\x9d\xbe\xee\x95\xc7\xfe\xf1\xc8\x5b\x77\ \x5f\x98\xc0\x94\x90\x61\x98\x00\xdc\xed\x89\x0d\x56\x35\xf7\x86\ \x21\x85\x76\x35\x75\x18\xf1\x53\xdd\xc8\x4b\x19\x35\x75\x0e\x06\ \xa3\xa6\x69\x68\x00\xa6\x49\x01\x71\x6a\x9a\x94\x52\x8c\x11\x63\ \xdc\x34\x74\x0a\x30\xd0\xda\x1c\x34\x6c\x31\x36\x54\xcf\x38\x32\ \x75\xce\x18\x71\xb8\x6d\xae\xf8\x05\xd7\x7d\x67\x46\xaa\xa0\x68\ \x94\x71\x26\x8e\xb8\xe2\xa7\xa3\x67\xad\x7c\xfe\x2f\x8f\x3e\x69\ \xdc\xbd\x30\xce\x1d\x93\xba\xf8\x9b\xdf\x1b\xe5\xe1\x8a\x4e\x45\ \x99\x6c\xa3\x46\x58\x09\x1a\xc0\x99\x49\x99\x35\x5a\x69\xf1\xd9\ \x0c\x4a\x40\x38\x64\x0e\xfa\xc2\x06\x47\xfa\x39\xe7\x8c\x71\x06\ \x83\xfb\x02\x9c\xe1\xfc\x05\xce\x34\x45\x03\x41\x14\x08\x28\x8a\ \x42\x44\x09\x18\x55\x15\x95\x72\x30\x19\x14\x4e\x5f\x5c\xbc\xef\ \xe9\x7f\xfe\xe5\x6f\xa9\x31\x62\x7c\xfe\xbc\xcb\x67\xc7\xbc\xfb\ \xdc\xfb\x3e\x2c\xf6\x86\x85\x84\x84\xc4\x09\x13\x17\x97\xfd\xf3\ \xd9\xbf\x3e\xdc\x1a\xef\x10\xb3\xc6\x9c\x77\xd9\x9c\xb4\x92\xd2\ \xb8\x37\xde\x7a\xbc\xe3\xe0\xc8\xb9\x33\x0a\xd6\x3e\xfb\x62\xc6\ \x35\x3f\xb8\x7a\x4a\xc6\x19\xf9\x17\x10\x70\x3e\xb8\x6b\x3a\xa1\ \x7a\x5f\xff\x80\x61\x67\x14\xb9\xcf\xb9\xe6\x3b\x19\x4a\x42\x92\ \xcc\x9b\x09\x1d\xe8\xef\xf5\x6b\x68\xe4\xd4\xd9\xc2\x7b\x7f\xa8\ \x4a\x38\xe7\xda\xdc\x58\x5d\x55\x4c\x66\x88\xf1\xa5\xe7\x4f\xde\ \xb5\xe4\xdf\x0f\x1e\xcd\x4d\xf6\xe4\x4e\xb8\x60\xca\xa4\x71\xb6\ \x6d\x8f\xff\xf9\xcf\x99\x8e\xbe\x5e\xcd\x66\x23\xda\xf6\xb7\x5e\ \x2e\xf3\x83\xd9\xa3\xc4\x25\xc4\x26\xa4\xe5\xa5\xd1\x15\xff\xfe\ \xdb\x9f\xf3\x0a\xa7\x5d\x32\x63\xe1\xb8\xfd\x4f\xfe\xe3\xa1\x3f\ \xc5\xb0\x9e\x9e\xf8\x49\x57\x8c\xcd\x6c\x5c\x16\x50\x54\x9d\x52\ \x6e\x68\x9a\xaa\x6a\x14\xb8\xa1\xab\x8a\xaa\x99\x94\x0a\x94\x62\ \x46\x04\x6c\x54\x6d\x5f\xf6\xcf\xe0\xa1\x8e\xea\xda\xec\x29\xd7\ \x16\x45\xb1\x4d\x21\xc5\xa9\x9b\xa6\x11\x76\x64\xcf\x98\x3f\xe2\ \xd0\x1b\xff\xf8\xd3\xbe\xec\x38\xe4\x2e\xb9\xf6\xc2\xa2\xbd\xcb\ \x5e\xae\x1f\x10\xb4\x5e\x9e\x98\xec\x4e\x2a\x99\x32\x33\xf1\xe0\ \xb3\x7f\xf9\x53\x76\x9a\x5b\x8a\x1b\x7b\xed\x65\x33\xb3\x46\x17\ \xf5\xbc\xf4\xee\x83\x7f\x3e\x36\x7a\xc2\xac\x73\xa7\x15\x80\x61\ \x5a\xda\x60\xf1\x3f\x79\x17\x00\x00\x40\x92\x24\x4c\x08\x02\x30\ \x4d\xd3\x30\x29\x8a\x6c\x55\x4c\x3f\xb2\xe5\x41\x03\xfd\xfe\xd3\ \x5c\xcb\x08\xd7\xd7\x34\x7b\xb2\xf2\xe3\x5d\x02\x63\x1c\x21\x4c\ \x55\x5f\x5d\x43\x5f\x4a\x5e\x6e\x94\x84\x10\x21\x5a\x7f\xe7\x91\ \x23\x35\x7e\x1d\xa7\x64\x17\x15\xa6\xdb\x6b\x2b\x2b\x5b\xfb\x42\ \xf6\xd8\xb4\x51\x45\x79\x1e\x87\x10\xe8\x6e\x3e\x7c\xb4\x3e\xc4\ \xa4\x8c\xfc\xe2\xbc\xd4\x68\x33\xec\x3b\x5a\x71\xb8\xcf\xb0\x17\ \x15\x67\x87\x3a\xda\xe5\x94\xdc\xd4\x18\xfb\x99\x6c\x67\x2a\x8a\ \xe2\xe1\xca\xf2\xac\x9c\x3c\x87\xc3\xc9\xb9\xde\x56\x5b\x13\xb6\ \xa7\xe4\x26\x39\x01\x8b\x02\xa2\xba\xc9\x35\x7f\x4b\x43\x2f\x2b\ \x28\x2c\x8c\x96\x06\x5e\xfc\xe3\x9f\xbc\x25\xd7\x7c\xfb\xe2\x62\ \x4d\x35\x8e\x0f\xab\xe8\x8d\x55\x95\x4d\xdd\x41\x57\x4a\xee\xa8\ \x11\x59\xbc\xbf\xa5\xf2\x48\x7d\x90\x0a\x09\x29\x99\x79\x39\x49\ \xde\xfa\x23\xb5\x6d\x5e\x6c\x8f\x2d\x1a\x59\x94\x10\x25\x7a\x5b\ \xeb\x8e\xd4\xb4\x89\x71\xd9\x63\x46\xe6\x92\x50\x47\x45\xc5\xd1\ \x20\x89\x2e\x1e\x35\x32\xc9\x85\x7b\x5a\x1b\xba\x74\x57\x41\x76\ \x52\xb8\xb3\xae\x3d\x6c\x2b\xc8\x4b\x0b\x75\x36\xb6\x05\xa4\xbc\ \x9c\x24\xcc\xb9\x24\xe3\x6d\xcf\x3d\xb4\xb1\x3f\x7b\xfe\xd4\x2c\ \x6c\x4f\x2a\x2d\xc9\xb5\x71\xb5\xa9\xb6\x81\xc4\x67\xa5\xc5\x4a\ \x8c\x13\xcc\x82\x35\x87\x8f\xb4\xfb\x55\x57\x42\x76\x69\x41\x62\ \x57\xfd\x91\x86\xf6\x7e\x31\x2a\xb1\xa8\xa4\x28\xce\x2e\x98\xaa\ \xef\xd8\xe1\xaa\xee\xa0\x11\x9d\x9c\x57\x92\x9f\x2a\x22\xa3\xf9\ \x68\x65\x43\xb7\x92\x9a\x5f\x94\x97\x16\xcb\xa9\x15\x65\xcf\xe2\ \x7f\xb2\x15\x30\xc2\x8a\xaa\xac\x5e\xfd\x81\xdf\xdf\xcf\x18\x1b\ \x33\x66\xf4\x94\x49\x93\x38\x20\xbb\xc3\x5e\x59\x7e\x28\x29\x29\ \x39\xca\xe3\xf9\x70\x65\x3c\x9d\x2e\x00\x44\xb6\x27\xa1\xba\x76\ \x62\x82\x0d\x22\xb2\x2c\x18\x9a\x16\x39\x80\x89\x28\x49\x22\x46\ \xdc\x34\x74\xdd\x60\x92\x2c\x1f\xdf\xa3\x45\x33\x29\x08\xa2\x24\ \x49\x02\x02\x6e\xea\x9a\x66\x50\x4c\x44\x59\x96\x30\x30\x4d\x37\ \x88\x28\x72\x43\x33\xce\x6c\x26\x92\x28\x8a\x95\xe5\x07\xb3\x73\ \xf3\xed\x0e\xbb\x69\x98\x44\x14\x11\x35\x74\x83\xf2\xc1\xc9\x9d\ \x1c\x0b\x36\x87\xcc\x2b\x37\x7d\xb0\xe5\xc0\xa1\x3e\x92\x7d\xd3\ \x2d\x57\xa6\x48\x74\xb0\x85\xe5\x00\x08\x4b\xb2\x24\x10\xcc\x4c\ \x5d\xd3\x4c\x24\x88\xb2\x24\x22\xe0\x8c\x9a\x9a\x6e\x10\x51\x96\ \x44\x02\x9c\xe9\x9a\x66\x50\x2e\x48\xb2\x2c\x12\x66\x1a\x9a\xa6\ \x43\x24\xc1\x9c\xe9\xba\x66\x50\x26\x88\xb2\x80\x98\xa6\x1b\x83\ \xfb\xdf\x68\x06\x16\x24\x91\x70\x4d\x33\x01\x81\x24\xe1\x8d\x8f\ \xff\x7e\xbf\x67\xd1\x03\x77\xcc\x63\xa1\x90\xaa\xe9\x94\x23\xc9\ \x26\x81\xa9\xeb\x26\x8f\x6c\x89\x29\xc9\x12\x41\x88\x51\x5d\xd3\ \xa9\x20\xc9\xa2\x80\x39\x63\x86\xae\x19\x94\x63\x22\x48\x92\x18\ \xf9\xab\xaa\x19\x80\x88\x24\xcb\x02\x01\x53\xd7\x75\x83\x5a\xfe\ \x05\x8b\xff\x09\x0e\x00\x1c\x13\x52\x53\x5d\xfd\xda\xeb\x6f\x66\ \x64\x64\x5c\x75\xe5\x15\x51\x51\x6e\xc6\xc1\xe9\x74\x56\x1c\x3a\ \x98\x9c\x92\xe2\xf1\x44\x9f\xb1\x2e\x9c\x1d\x88\xa2\x58\x59\x51\ \x9e\x98\x9c\x9c\x90\x90\xa8\x69\xda\x60\x77\x08\x18\x70\x04\x68\ \xd0\x63\x82\x31\xef\xac\x3d\x52\xd7\xa3\xe7\x8d\x1a\x9d\x1a\x25\ \x9a\x26\xfd\x82\xc3\x5b\x23\x0c\xbe\xd6\x86\x01\x12\x9b\x99\x1a\ \x03\xd4\xda\x8e\x71\x50\x92\x81\x60\x2e\x8a\x40\x08\x10\x02\xc3\ \x97\xc9\x47\x7c\xbf\x94\x02\xa5\xc8\x30\x80\xb2\x61\xeb\x5d\x2c\ \x3e\x7b\x7b\x81\x03\x47\x80\x04\x51\x68\x6b\x6d\x8b\xf2\x44\xb9\ \xdd\x6e\x6a\x52\x4c\x88\x24\x4a\x87\x0e\xee\xcf\xce\xc9\x75\xbb\ \xa3\xbe\x62\xba\x80\x31\xf6\x79\xbd\x8d\x0d\xf5\x23\x0a\x8b\xa3\ \x3c\x1e\x7e\x7c\xee\x16\x02\x04\x27\x8a\x19\x17\x24\x59\x22\xd8\ \xd0\x35\xe3\x4b\xaa\x96\x82\x28\x63\x30\x75\xfd\xff\xfb\xe6\x1d\ \x21\x20\x84\x0b\x02\xc7\x98\xfb\x7c\xa8\xa5\x05\x75\x76\x42\x5f\ \x1f\xea\x1f\x00\x4d\x8d\x4c\x5d\x07\x59\xe6\x9e\x28\x88\x8b\xe3\ \xc9\xc9\x3c\x23\x03\xc5\xc4\x20\xc6\x90\x69\x02\xa5\x60\xf9\x59\ \x3f\x27\xf7\x02\x07\x40\x20\x0a\x02\x63\x9c\x32\x86\x00\x28\x35\ \x1b\xea\xeb\x15\x25\x54\x5c\x32\x0a\x4e\x37\x91\xe1\xac\x5e\x37\ \xc5\x18\x8b\x8d\x8b\x33\x0c\xbd\xfa\xd8\x91\xe1\x6b\x3f\xf8\x29\ \xce\x56\x8b\xb3\xc1\x48\x90\x65\x00\xc0\x5e\x5f\x6c\x45\x45\x62\ \xe5\xe1\x98\xf2\x72\xdc\xdb\x07\x9a\x06\xba\x0e\xa6\x39\xb8\x43\ \x69\xe4\x5f\x41\x00\x49\x02\x59\x66\xf1\x71\xde\xd1\xa3\x7b\x4a\ \x47\xf6\x8d\x2a\xe5\xb1\x31\x00\x80\x34\xcd\xca\xc9\xcf\xb8\x1b\ \x01\x43\xb6\xf5\x89\xca\xc2\x38\x77\x3a\x9d\xf9\x05\x23\x10\x42\ \xa7\xf5\xf4\x9d\xd5\xf6\x42\x04\x42\x88\x61\x18\xd4\xf2\xc0\x9d\ \xb5\x08\x02\x88\x22\xae\xa9\x16\x5f\x7d\x5d\x78\xfb\x6d\xa1\xbe\ \x1e\xd2\x52\x79\xe9\x68\x3a\x75\x0a\x1b\x31\x82\xa7\xa7\xb3\xe4\ \x64\xf0\x78\xb8\x24\x21\x5d\x07\x7f\x3f\xee\xea\x44\xad\xad\xb8\ \xba\x9a\xec\xda\x85\x2a\x2a\xa0\xad\xdd\xcc\xcd\x35\xaf\xba\xd2\ \xb8\xfe\x3a\x96\x5f\x00\x86\x01\xa6\x35\xcb\xf3\x73\xb7\x23\x44\ \x51\xfc\x28\x51\xf8\x6a\xe8\x82\xc5\x59\x8d\x24\x81\xa2\x48\xcf\ \x3c\x23\xfd\xeb\x11\xd4\xdd\x4d\x17\x2c\xd0\xaf\xb9\x9a\x4e\x9d\ \xca\x93\x93\xb9\xd3\x39\xd8\x41\x88\xf4\x11\x22\xc6\x02\x46\x80\ \x09\x27\x04\x04\x01\x85\x42\xa8\xb3\x93\xec\xda\x25\xbd\xfe\x26\ \x59\xbb\x96\x27\x27\xea\xf7\xde\xab\xdf\x76\x1b\xd8\xed\xa0\xeb\ \x56\xd6\x7e\x99\xc2\x61\xe9\x82\xc5\xa7\xc7\x66\xc3\xb5\xb5\xf2\ \x8f\x7f\x22\xac\x58\x61\x2e\x5a\xa4\x7f\xff\xfb\x74\xfa\x34\x6e\ \xb7\x23\xd3\x04\xc3\x80\xff\x3a\x14\x8d\x31\x88\x22\x17\x04\x14\ \x56\xc8\xce\x1d\xd2\xdf\xff\x21\xac\x5e\x6d\x5e\x7c\xb1\xf6\xa7\ \x07\x59\x7e\x3e\xa8\xaa\x95\xc1\x96\x2e\x58\x7c\xf5\x2c\x05\x7c\ \xec\x98\xfd\xae\x6f\xa3\x63\x47\xb5\xdf\xfe\xd6\xb8\xe1\x46\x70\ \x39\x41\x55\x3f\x8d\xfb\x10\x21\xb0\xd9\x20\x18\x14\x5f\x7e\x59\ \xfe\xbf\x5f\xf1\xa2\x22\xe5\x89\xc7\xd9\x88\x42\xcb\x6a\xf8\xff\ \x48\x17\x30\x26\xc0\xe9\x17\x1e\x79\x04\x61\x8c\x86\x56\x9e\x7f\ \x51\xf7\xe3\x5f\xfa\x5c\x66\x8c\x80\xf3\x4f\xb0\xfc\xea\x63\xce\ \x3f\xe9\x4f\x92\x84\x7c\x3e\xdb\x0d\x37\x90\xc3\x47\x94\x67\x9e\ \xa1\x17\x5e\x00\x8a\x32\xe4\x17\x40\x08\xa3\x4f\x91\xd9\x82\x00\ \x76\x1b\x59\xbe\xd2\x7e\xdb\x6d\x74\xd4\x28\xf5\xd5\x57\xb8\xc7\ \x03\x86\x15\xef\xf7\xcb\x28\x36\x5f\x74\xed\x04\xae\x84\x83\xaa\ \xc9\xbf\xe0\x71\x04\x84\xb8\xa9\xa9\x5f\x58\x1c\x24\x84\x10\x33\ \x75\xd5\xf8\xc4\xbe\x52\x0e\x20\x89\x48\x26\x9f\x48\x80\x90\x5d\ \x44\x1f\xf5\x20\x35\x93\x0f\x4f\x04\x21\xc8\x2e\x9e\x1a\xfd\x82\ \xe0\x13\x9e\xea\x53\xce\x3f\xe9\x52\x06\x37\x8f\x87\xfe\x01\x42\ \xc4\x47\x1e\x15\x36\x6f\x51\x1f\x7e\x98\x9e\x7f\x1e\x04\x83\xc3\ \x9c\x85\x08\xb8\xa1\x69\x14\xd9\x1d\x88\x7c\x92\xe7\x6c\x9a\x10\ \x0c\xd1\x45\xe7\xab\x0f\x3f\x2c\x6c\xde\x2c\x3e\xf2\x28\x08\x82\ \xb5\x3f\xc0\xd9\xa4\x0b\x08\x89\x92\x24\x0a\x24\x02\xfe\xac\x1e\ \x0d\x12\x44\xf0\xbf\xfb\xca\x33\x5b\x9a\x15\x59\x38\xa3\x8b\x62\ \x2c\x0a\x58\x24\x58\x14\x89\x14\x89\xe6\x42\xb0\x24\x10\x91\x60\ \x49\xc0\x83\x97\x40\x58\x10\x05\x9b\x80\x87\x2a\x13\x22\x58\x12\ \xb0\x88\x8f\x97\x4a\x4c\x44\xd3\x57\xf7\xca\x0b\x4b\x5b\x82\xa2\ \x5d\x92\x09\x16\x05\x22\x13\x84\x00\x00\x61\x51\x20\x22\xc1\xa2\ \x40\xc4\xe3\xb1\x95\x4e\xbd\x1a\x3e\xe9\x6a\x88\x10\x49\xc0\x02\ \x21\xd2\xf1\x73\x10\xc6\xa2\x28\xd8\xc8\x50\xdd\x44\x44\x82\x81\ \xb5\x6f\x3d\xbf\xa3\xc1\x6f\xb7\x09\x12\x19\xde\x22\x7e\x6c\x9d\ \x47\x20\x22\x5e\x51\xad\xec\xe8\xa4\xf8\xcc\x32\x1d\x21\x50\xfc\ \xfa\x9a\xa3\x5a\x10\xe0\x94\x6f\x20\x82\x68\xc0\x78\x7d\x47\xb8\ \xc3\x80\x48\xd2\x09\x41\x3d\x5d\xda\xaa\x2a\x5d\x83\x93\xc2\x80\ \xf6\x87\xb8\xce\x01\x21\x60\x21\xfd\x95\x5d\xe1\x56\x03\x4e\x79\ \x38\x08\x03\x52\xcd\xb7\x77\x84\xea\xc2\x5c\x40\x00\x84\xa0\x9a\ \x1a\xe9\xc9\x27\xcd\xab\xae\x32\xaf\xb9\xfa\x94\xbe\x83\x20\x09\ \x35\x5b\x96\x2d\x59\xb3\x39\xb0\x71\x95\xda\xa9\x7c\x32\x69\xe0\ \x1c\x54\xd5\xbc\xf6\x1a\xf3\xca\x2b\xa5\x27\x9f\x44\xb5\xb5\x40\ \x88\x55\x4b\xbf\x78\x84\xd3\xb5\x3f\x04\x85\x3a\x5f\x7f\xec\x91\ \x72\xcd\xe5\x12\x41\x65\x8e\x19\x8b\x6e\xb8\x64\x66\x86\xa1\x28\ \x8a\x4e\x65\xbb\x1d\x53\x5d\x31\xb8\xdd\x61\x17\x09\xa2\x86\xae\ \xa8\x1a\x47\x82\xcd\x6e\x13\x30\xe2\x8c\x9a\x26\x23\xa2\x88\x81\ \x69\xaa\xa2\x9b\x4c\x90\x6c\x36\x49\x44\x08\x98\xa9\xab\x3a\x43\ \x5c\xef\xee\xec\x92\x8c\xc8\x04\x61\xc1\x66\xb7\x09\x88\xeb\xaa\ \xa2\x1a\x4c\xb2\xdb\x09\x33\x54\xcd\x18\x2a\xb4\x18\x93\xfe\x9e\ \x8d\xdb\xaa\x57\xf7\x29\xaa\x3b\x6e\xf6\xdc\x91\x97\xc6\xdb\x84\ \xde\xce\x15\x1b\xab\xd6\x84\x78\xd4\xc8\xa2\xdb\xc6\x27\x67\x21\ \xce\xa9\xde\xbe\xb3\xe2\xf1\xbe\xa8\x8b\xcf\x2b\x98\x06\x4c\x27\ \x18\xfb\xbd\xdb\xca\xea\x36\xf5\x52\xf7\xe4\x31\xdf\xce\xb2\x21\ \x4c\x70\x43\xe5\xb6\x63\x03\xce\x73\xd1\xfe\xe5\x5b\x97\x74\x29\ \x21\x7b\xd4\xa4\x39\xa5\x57\x27\xda\x1c\x4a\x60\xdf\x96\xf2\x57\ \xda\x15\xc8\xcc\xba\x7a\x56\xfe\x64\x81\x03\x33\x3b\xf7\x1c\x7a\ \xb6\x93\x4c\x5f\x34\xfa\x1c\x44\x75\x4c\x84\x01\xef\xee\x83\xf5\ \xeb\xda\x54\xf7\xf4\xd2\x6f\xe6\xc5\xb8\x5a\x9a\x5e\xdf\x5c\xb3\ \xcd\x14\x52\xc7\x8f\xbc\xbd\x24\x36\x9e\x03\x18\xe1\x9a\x4d\xe5\ \x4f\xb3\xb4\x5b\xcf\xcd\x28\xa2\x4c\x27\xa2\x10\x6c\x3c\xb6\xe3\ \x50\xef\x8d\xe7\x46\xbd\xb9\xd1\xef\x8f\xb3\xdd\x56\x22\xea\x26\ \x97\x05\xd8\x7d\x60\x60\xad\x2e\x7d\x77\x92\xcd\x81\x41\x16\x10\ \x01\xae\x9b\x5c\x33\x01\x13\x64\x13\x81\x60\x00\x03\xbc\xfd\xa6\ \x9f\x88\x84\x20\x99\x80\x6a\x70\x8e\xc0\x2e\x22\xdd\xe0\x0c\x21\ \xbb\x08\x18\x21\x46\xb9\xc9\x41\x24\x08\x38\xd7\x19\x28\xfd\xfa\ \xf2\x0a\x56\x94\x2f\xc7\x0a\x20\x10\x04\x8c\x2b\x06\x37\x39\x60\ \x04\x4c\x63\x8d\xbd\x14\x04\xe4\x90\x41\x37\x38\x03\xd0\x54\xd6\ \xda\x8f\x18\x80\x28\x20\x89\x20\x84\x21\xd0\xa9\x3c\xb7\xd7\xb8\ \x71\x51\x54\x26\x81\x7e\x1f\x6b\xe8\xa3\x48\x26\x76\x89\x69\x3a\ \xd7\xd9\xa0\x9a\x38\x6c\x98\x2b\x46\x4b\x2f\x2d\xa2\x80\x09\x72\ \x38\x6c\xb0\x71\x3d\x84\x42\xe6\xb7\x6e\xb3\x4b\x44\xd7\x98\x09\ \x20\x8b\x08\x31\xae\x32\x22\x98\xdd\x5b\xb7\x97\xdb\x66\x5f\x8a\ \x5b\xca\x8c\xd4\x89\x76\x22\x22\x9b\x84\x30\x02\x6a\x32\x55\xe5\ \x8c\x03\x00\x12\x6d\x58\x16\x01\x38\x37\x34\xa6\xe9\x27\x4d\x43\ \x61\x8c\x63\xac\xdf\x76\xab\x7d\xd9\x32\x61\xdd\x7a\xfd\xdb\x77\ \x21\x6b\xd8\xf2\x6c\xd0\x05\x40\x08\xcc\x70\x63\x73\x78\xe2\x37\ \xbe\x75\x4e\x61\x94\xaa\x31\x97\xcb\xb6\x63\xc5\x7b\x5a\xea\xc4\ \xb9\x63\xe2\x0e\x6e\x5a\xd9\x1b\x35\x7a\x66\x1e\x5e\xf7\xce\xe6\ \xc6\x1e\x35\xa5\x70\xfc\x9c\x69\xa5\x24\xd0\xb9\x7d\xe3\xce\x9a\ \x8e\x7e\xc9\x93\x5a\x94\x1b\xdb\x7c\xa4\xaa\x1f\xc7\x4e\x3f\x67\ \x4e\x5e\x82\xbd\xab\xe6\xc0\xce\xb2\x23\x7e\x85\xc6\xe7\x8c\x99\ \x3d\x6d\x7c\x2c\x46\x11\x03\x04\x0b\x22\xed\x6d\x5e\xbd\x6c\x6b\ \x6b\x58\x1e\x3b\x73\xde\x84\x1c\xd7\xc1\x0d\xcb\xbd\x9e\xc2\x19\ \x63\xb2\xc1\x8c\x98\xab\x08\x01\x0d\x69\x5a\x6a\xfa\x25\x93\x5c\ \x78\xcb\xee\x7f\xec\x89\x2a\xb9\x30\x4b\xd8\x50\xf6\xa6\x27\xff\ \x9e\x09\xe4\xe0\x07\x07\x9f\x88\x9b\xfb\xa7\x2c\x7a\x70\xe3\xa1\ \x17\x8f\xf5\x1c\x8b\xca\x9d\x0b\x48\x10\x08\xf7\x75\xad\x58\x5f\ \xbd\x3f\x33\xf3\xa2\x31\xf1\x59\x6e\x19\x51\x8e\x04\x3e\xb0\x7f\ \x5f\x53\xc1\xb8\x9b\xa3\x51\x53\x4c\xf2\xc5\x63\xa3\xc5\xed\xfb\ \x1e\xde\x58\x3f\xea\xc6\x51\x45\x9b\x0f\x3e\xd9\xeb\xbc\x70\x51\ \x81\xb4\x7a\xdf\x13\xfb\x3d\xf9\xd3\x3c\xbd\x6b\xf7\x3f\xdf\xd8\ \x73\xc4\x96\x38\x0a\x10\xc6\x58\x0a\xf5\xae\x5d\x77\x64\x5b\x5a\ \xd6\x85\x0b\xe3\xf2\x3d\xce\x68\xc5\xbb\x7e\x5d\xc5\xda\xbc\xd2\ \xfb\xe2\x82\x2b\x37\x1e\x78\x2e\x71\xee\x2f\xdd\x81\xf5\x6b\x0f\ \xbf\x5d\xd7\x53\x9b\x1e\xaf\x44\x66\x5e\x09\x88\xd5\x96\xef\x45\ \x39\x63\x0b\xe2\x1d\x2b\x37\xfa\x77\xd4\xb3\x39\xb9\x9e\x11\x36\ \xa4\x0c\x68\x4b\xf7\x2a\x6d\x29\xc4\x04\xa4\xf8\xb5\xf7\xaa\xf5\ \x7e\x8a\x46\xe6\xda\x26\x26\x93\x01\xbf\xb1\xbe\x5e\x6f\x0f\xc3\ \x88\x5c\x39\x39\x51\xf4\x38\x71\xc8\xab\xef\xe9\xe2\x93\x0b\x44\ \x49\x63\xeb\xab\x8c\x11\x79\x72\x94\x6e\x6c\xa8\xd3\x3b\x14\x1e\ \x17\x2b\x66\xd8\xe1\x58\xbb\x81\xdd\xe2\xb9\x45\xb2\xc3\x45\xb2\ \xe3\xb0\x87\x40\x5b\xab\xb6\xa9\x49\x37\x65\x71\x4e\xa1\x9c\xee\ \x00\x06\x80\x30\x10\xca\xd6\xed\x0f\x6d\x03\x54\x92\x2b\x4f\x48\ \x22\x2e\x27\xc9\x8d\x43\x32\xe6\xb5\x4d\xda\xfe\x76\xd3\xb0\x09\ \x53\x13\x79\xb7\x57\x7f\x75\x4b\x20\xc7\x23\xce\xc9\x40\xc8\xa4\ \xab\x76\x05\x76\x0b\x68\x4c\x81\xad\x28\x1a\x63\x80\x8e\x4e\x6d\ \x6b\xb3\x09\x94\xf5\x53\x2e\x0b\x48\xf1\x1b\xcb\x0e\x2b\x93\x56\ \xed\x2b\xce\xcd\x0a\x66\x15\x6c\x39\x14\x9c\x98\x89\x93\x24\x5e\ \x59\xa3\x06\xec\xe2\xb4\x6c\x47\xff\xe1\x83\x4d\x5a\xec\x37\x27\ \x16\xe2\x83\x03\x38\xda\x41\x7b\x8e\xf5\x6f\xdd\x63\xf4\xab\x38\ \x3e\xcf\x73\xce\x2c\xd1\x4e\x00\x83\x5e\xb5\x79\x60\x6f\x15\xc3\ \x0e\x5b\xc9\x24\xf7\x98\x7c\x60\x27\xf5\x5d\x90\x69\xd2\x92\x12\ \xc8\xc8\x20\x07\x0f\x82\x20\x58\xb5\xf4\xec\xf1\x2f\x20\x49\xc2\ \x4a\xc0\xdf\xdb\xdb\xdb\x1f\x50\x44\xa7\xdb\xc1\xda\xde\x7c\xed\ \xad\x9d\x3b\xb7\xbc\xf1\xde\x2e\xe4\x70\x21\x84\xec\x9e\xa4\xbc\ \xac\xe8\x7d\xef\xbf\xba\xba\xac\xd3\xec\x3b\xf6\xf6\x92\xad\xe0\ \x49\x0c\x1e\x5d\xfb\xf8\xd3\x6f\x06\xed\x31\x6a\xfd\xd6\xff\xbc\ \xb4\x5e\x21\x42\xe5\xfa\xf7\xd7\x97\xfb\x13\xe3\x1c\xe5\xab\x9f\ \x7b\x7c\xc9\x76\x03\x4b\x08\x10\xc2\x02\x84\xda\xdf\x7c\xee\xf9\ \x6a\x2d\x2e\x2b\x6a\xe0\xed\x67\x5f\x38\xec\x35\xba\xaa\x0e\x1e\ \x6e\xe8\x81\x13\xbd\x16\x4e\x19\xa4\x65\x5c\x30\x29\xe7\x9c\xcc\ \x84\xe2\x58\x87\x53\x16\x6d\x5e\xef\x21\x2f\x2a\x9d\x9c\x33\xb3\ \x30\xfb\x8a\x1c\xa1\xa7\xa9\xa7\x1e\xd9\xb2\x26\x8f\xb9\x6f\x4e\ \xfe\x64\x81\x51\x40\x18\xb3\xbe\x8a\xea\xd7\x3b\xc3\xc1\xb6\xd6\ \x77\x77\xd6\xed\x0c\x33\x4c\x04\x49\x6d\xaf\xa8\xf2\x4b\x63\xc7\ \x65\xc5\xc5\x2c\x9c\x9a\x3f\x2f\x2b\xa1\x24\xda\x1e\x2b\x13\x9b\ \x11\x3e\x5c\x17\x96\xc6\x14\x5c\x9c\x93\x7e\x5e\x69\x42\x5c\x43\ \x5b\x15\x17\x93\xc6\x8f\xfe\xc1\xb9\x79\x93\x45\x64\x72\xc0\x02\ \x0a\x1e\xaa\x7e\xa7\x35\x14\xe8\x68\x5d\xbe\xb3\x76\xa3\xc2\x79\ \x4f\x4f\xb9\xe6\x98\x39\x29\x6b\x52\x49\xde\x15\x89\x66\x4d\x8b\ \xbf\x5d\x74\x16\xcf\x1e\xff\xc3\x29\x99\x25\x78\xb0\x70\x63\xd0\ \xfb\xf6\x1f\xea\x1a\x39\x6e\xbc\xcd\xd4\xb0\x2c\x4c\x88\x66\x6b\ \x8e\xea\x44\x82\x9d\x87\x35\x29\xd1\x96\x8b\x58\xd8\xe4\x08\xa3\ \xd8\x68\x21\x4d\x62\x6f\x6e\x0f\x55\x2b\xd0\xd2\xa2\x2e\xad\x31\ \xdd\x2e\xec\x16\xf9\xc1\x63\xe1\x6d\x3d\x4c\xf5\xeb\x2b\x2b\x35\ \x15\x21\xd0\xe8\x07\x65\x6a\xb7\x89\x3a\x9b\xd5\x65\xd5\x66\x7c\ \x14\x3e\x5c\x1e\x7c\xee\x90\x66\x77\xe1\x63\x47\x43\x2f\x56\xe8\ \xce\x38\xdb\x4d\x53\xec\xd8\xaf\x3d\xb6\x23\xac\x3b\x84\x64\xfb\ \x89\x55\x1a\x08\x81\x69\xb2\x20\x43\x76\x6a\xbe\xb8\x31\xb0\xd7\ \xcf\x83\xbd\xfa\xb2\xc3\x3a\x00\x5b\xb9\x5f\xa9\x54\x50\xbc\x0d\ \x21\x00\x51\xc4\x49\x1e\x92\x14\x85\x05\x00\xca\x40\x94\x30\x0e\ \x19\x4f\x6c\x08\xb5\xea\x10\xea\x56\xff\xbd\x35\xe4\x45\x88\x30\ \x16\xd0\x01\x23\x00\x0c\x31\xd1\x52\x62\xa0\xb3\x12\xc7\x55\x92\ \xf8\x7d\xfb\x06\x2a\x7c\x5c\xc6\xf4\x83\x43\x4a\x8d\x8e\x64\xa2\ \x56\x1c\x28\x97\xf3\x27\x65\x3b\x83\x7d\xef\xbd\xa5\xf4\x31\xb3\ \x6a\x45\xdf\xe6\x72\x92\x10\x6f\x1c\x7c\xaf\xfd\x3f\xaf\x99\xc4\ \x6e\x94\x2f\x6b\xff\xcf\x5b\xd4\x9e\x88\xbc\x07\xfa\x96\xae\x34\ \xf1\x87\x1c\x1e\x86\xc1\x13\x13\x59\x7c\x3c\xea\xe8\xb0\x66\xb4\ \x9e\x4d\xba\x80\x89\x40\xfb\x0f\xee\xdc\xb0\x62\xc5\xaa\x75\x9b\ \xf7\x74\x2b\x30\xf6\xfc\x1b\x2f\xce\xe8\xfe\xeb\xdf\x5f\x18\x71\ \xe9\xad\x73\x47\x78\x38\x92\xec\x48\xe9\xee\x0b\x11\xc3\xd7\xde\ \xd2\xaa\x03\x17\x63\xf3\x17\x5c\x74\xf9\x8d\x57\xcd\xf6\xc4\x24\ \xcd\xba\xec\xca\x5b\xaf\x9c\x2f\xb4\x54\x75\x85\x74\x93\x91\xdc\ \x31\x73\x2f\xbb\xf2\xa6\xef\xdd\xbc\xa8\x6f\xd7\xda\x5a\xbf\x4e\ \x30\x10\x42\xfa\x9a\xf6\x6f\xa9\xec\xe6\x46\xc8\x17\xa6\x7d\x6d\ \xc7\xf6\x1c\x0e\x5c\xf8\xbd\x07\xbe\x7d\xc9\x04\xae\xe9\xc3\x47\ \xbd\x19\xe3\xc0\x7c\x7b\xcb\xfe\xda\x6e\x3f\x67\x4a\x56\x91\xa2\ \x78\x99\x14\x85\x11\xa5\x9c\xd8\x25\xa6\xea\x7e\x24\x27\x26\x46\ \xa7\x0b\x11\x8f\x18\xc2\x86\xda\xde\xde\x2f\x8e\x2d\xfe\xd6\xc2\ \xb1\xd7\xf1\xee\x25\x5b\xea\x2a\x6c\x76\xa1\x7a\xff\x41\x33\x7e\ \xf4\xc8\x04\x59\x35\x4c\xc4\x07\x0e\x1c\x7a\xa4\x05\xc6\xce\xce\ \x1b\x63\x68\xdd\x8c\x48\x36\x01\x51\x0a\x0e\xd1\x41\x55\x3f\x17\ \xe2\x53\xa2\xd3\x05\xc4\x39\x00\x42\x22\xe8\x4d\x6d\xe1\x60\x49\ \xf1\x6d\xe7\x8d\xbd\x41\xf0\x2d\xdf\x54\xb7\x3b\x44\x29\x96\xa3\ \x81\x51\x40\x92\x9d\xe8\x61\x3d\x28\xda\x53\x13\xa3\x92\xf0\x90\ \x4b\x4e\x90\x83\x4d\x65\xb5\x8a\x67\xc2\xd8\x74\x35\x68\x84\x80\ \x5c\x30\xda\xd6\xd3\xa2\x1d\x6a\xd4\x76\xf6\xf2\x8b\xc6\xc9\x76\ \xca\x42\x94\x4b\x02\x02\x8d\xf9\x0d\x30\x82\xb4\x63\x80\x51\x06\ \x09\xa9\xd2\x15\x13\x1d\x93\x12\x89\x48\x90\x8c\x87\x79\x13\x11\ \xd8\x25\x44\x10\x18\x14\xe2\x13\xa4\xcb\x27\x3a\x2f\x2e\x12\x5d\ \x51\xe2\x85\x53\x5c\xd7\x8f\x10\xba\x3b\x0c\x05\xa3\x58\x07\xc2\ \x08\x09\x9c\x85\x28\x1a\x93\x2b\xe7\xba\xc1\x64\x91\xdc\x03\xd1\ \x2e\x2c\x9e\xe0\xb8\x61\x8e\x7b\x7e\x02\xdf\xd8\x68\x30\x01\xd9\ \x45\xc4\x39\x98\x04\x4d\x28\x71\x5c\x32\xda\x96\x26\x02\x16\xf0\ \xcc\x91\xf6\xd9\x39\xa2\xc8\xb8\x64\x23\xf3\xc6\x39\x6e\x9e\xee\ \xc8\xa4\x46\x53\x90\x96\xd5\x68\x24\xc1\x71\xcf\x2c\xe7\x55\x63\ \x6c\x59\x4e\xa4\x33\x10\x45\x04\x1a\xd5\x75\xd3\xab\x90\x7e\x51\ \x9e\x91\x06\x95\xdd\x66\xd8\x4f\x83\x08\x4f\x49\x11\x4d\x7f\x47\ \xd9\x91\xee\x31\xe3\x4b\x6c\x98\x63\xbb\x03\x61\xe0\x06\x15\xf3\ \x27\xc5\x5c\x79\x7d\xea\x7d\x77\xa2\xf6\x3d\xc1\xa3\xed\xa1\xf5\ \x1b\xc4\xe9\xd7\x25\x7f\xe3\xba\xd8\x39\xe3\x31\xa1\xa7\x19\xfc\ \xe0\x1c\x44\x09\x44\x11\xa8\xd5\x83\x38\xab\x74\x81\x99\xba\x90\ \xbc\xf8\xc6\xef\xfc\xf4\x67\x3f\xf9\xee\x1d\x57\xa7\xdb\xc0\x60\ \x1c\x88\x0c\x14\x2b\x61\x5d\x20\x7c\xef\xfb\x2f\xbf\xb2\xa1\x3e\ \x31\x3d\x33\x3e\xda\x1e\xf1\xdf\x21\x60\xba\x6a\x32\x62\x23\x40\ \x43\x61\xce\xb1\x20\x8b\x40\x29\xc3\xc7\xa3\xb2\x3b\xa2\x3c\x0e\ \x41\x57\x0c\x0a\x00\x98\x10\xaa\x85\xb8\x3b\x36\x27\x37\x2b\x3d\ \x73\xd4\x6d\xf7\xdc\x73\x6e\x91\xdb\x64\x44\x20\xf8\xe4\xd1\x6f\ \x2c\xa0\xe0\xc1\x8a\xbf\x1e\x52\x72\x2f\x9e\x78\x73\x8c\xc0\x44\ \xc1\x89\xf5\x01\xc6\x09\x46\xa6\xa2\x63\x59\x8c\x42\xdc\x30\xa9\ \xc1\x4f\xb8\xf3\x81\x71\xd1\xe3\x4a\x8b\x8f\x1b\x5f\x1c\x9f\x14\ \x0c\x34\x53\xd5\x5b\x56\xd9\x54\x30\x69\xb4\x93\x20\x82\xb5\xca\ \xca\xbf\xef\xf7\x79\x2e\x98\x72\x57\xbc\xc8\x90\x10\x8d\xa9\xa1\ \x9a\x40\x08\x0f\x1b\x61\x22\x47\x61\x6e\x1a\xd4\x18\x5a\x46\xc2\ \x81\x53\xc0\x4e\x57\x76\x5c\xdc\x98\x11\x29\xf9\x7d\x03\x5d\x92\ \xe8\xe4\x9a\x9f\x63\x02\x5c\x0b\x53\xc9\x26\x38\x39\x37\x4c\x36\ \x14\x3d\x05\x49\xa2\x51\xbe\xb7\x5c\xca\x1c\x3f\xc2\x83\x82\x3a\ \x53\x38\x4a\x4a\xb3\x4d\xf7\xb0\xbf\xad\x0f\x3a\x52\xed\xe3\xe2\ \x31\xe7\x40\x0d\xfa\xd6\xf6\xc0\x0e\x3f\x64\xc4\x08\x1e\x69\x30\ \xaa\x2d\x70\xd0\x4c\x3e\x34\x15\x08\x0d\x06\xc3\x47\xc2\xf1\xc1\ \x82\xa1\x73\xb0\x88\x18\xe5\x8a\xce\x09\x41\x22\x02\xca\xc1\x34\ \xb9\xe0\x16\xbf\xbf\x20\x2a\x45\xd1\xff\xb2\x72\x60\x5d\x3b\x15\ \x87\x59\xdf\x91\x2e\xbd\x53\x42\xc6\xb0\xa5\x49\x18\x01\xa5\x9c\ \x9a\x3c\x72\x43\xca\x61\x68\xac\xc6\x30\x38\x20\x24\x4b\x88\x72\ \x50\x19\xc8\x32\x22\x00\x8c\x03\x42\x20\x73\xfa\xf6\xb6\xe0\x0e\ \x1f\xb7\x27\xc7\x45\x07\xbd\xae\xa0\xb7\x34\xcf\xee\x6d\xd3\x77\ \x35\x99\x38\x46\xcc\x74\x92\xae\xfa\x83\x8d\x90\x3e\xba\x20\x85\ \x9b\xc7\xf3\x04\x21\x84\x10\x30\x40\xce\x18\x41\x12\x59\x50\x61\ \x0a\x08\xd1\xb1\x83\xb1\xae\x4f\xeb\x5e\x15\x04\xd4\xdb\x83\xbc\ \x5e\x88\x89\xb5\xaa\xe8\xd9\x35\x4e\x49\xb5\x40\x7b\x4b\x53\x43\ \x7d\x7d\x5d\x5d\x83\x37\x18\xae\xd9\xbc\x74\x7d\x47\xe2\x2f\x7f\ \x79\x4b\xe3\xaa\xe7\x36\xd7\xf5\xf6\x7b\xfb\x78\x74\xda\xe8\xd2\ \x91\xa9\x71\xb2\x6e\x50\xe0\x54\xd7\x4d\x0e\x00\x9c\xea\x86\xc1\ \x00\x01\x67\x86\x6e\x70\x40\x04\x68\x67\x7d\x65\x55\x4d\xd5\xaa\ \x95\xeb\x06\xa2\x8b\x73\xe3\x5c\x4c\x51\x5b\xea\x5b\x9c\x69\xa5\ \x59\xb8\xbf\x33\x80\x33\xb2\x33\x62\x3d\xd1\x89\xb1\x64\xff\xaa\ \x25\xab\xf7\xd6\x21\x49\x1c\xda\x0b\x82\x10\xb1\xb3\xe9\xa5\xad\ \xad\xa1\xa9\x45\x8b\x88\xda\xd4\x1d\x0c\xc6\xc6\x8d\x8d\xe5\x15\ \xbb\x1b\xb6\x56\x37\x2c\xad\x37\xe3\xb3\xe2\x33\x23\x4d\x0a\x63\ \x86\xc9\x28\xe7\x5c\x94\xd3\xd2\xa3\xf5\xb2\xba\x0f\x5a\xbb\x76\ \x97\xf7\x74\x27\x26\x8f\x0e\xb5\x94\x1f\xf1\x45\x4f\x2c\xca\x24\ \x1c\xf5\x75\xbc\xb5\xa1\xb1\x6d\x5c\xf1\xa5\xb2\xd1\xd6\x17\xea\ \x13\x1c\x23\x73\x1d\x5a\x79\xcd\xfb\x0d\xad\x6b\x2a\x7b\xfa\x72\ \xd2\x0a\x11\x63\x00\xc0\x23\x57\x03\x03\xa4\xac\x2c\x87\xe3\x68\ \xcd\x7b\x6d\xdd\x7b\x8f\xb4\xd5\x26\xc6\xe4\x67\x24\x95\x4a\xe1\ \xed\xfb\x9a\xf6\x1e\xa9\x7b\xa7\x5b\xc8\x4f\x8f\x8e\xe7\x8c\x02\ \x00\x63\x3a\x65\x0c\x11\x11\x05\xdb\xcb\x8e\x76\x8e\x9a\x32\x4a\ \xe6\x4c\x31\x79\x88\x71\x8a\xf0\x8c\x42\x29\x25\x4a\x98\x99\x2f\ \x3a\x31\x50\x93\x87\x74\xde\x15\xe2\xb1\x71\xc2\xa8\x54\x21\x9a\ \x80\xc9\x81\x31\xae\x1f\xef\x62\x53\xca\x75\x93\x7b\x62\x08\x53\ \xf4\x75\xb5\x7a\x93\x97\xfa\xf5\xc1\x0d\x41\x22\xe3\x9e\xfc\xf8\ \xc9\xfc\xf8\x11\x84\xc0\xd4\x58\xb7\x81\xe6\x8e\xb6\x8f\xe0\xe6\ \x81\x4e\xca\x8e\x2f\x32\xd3\x34\xd6\xe2\xa5\x15\xd5\xca\x9a\x66\ \x3e\x3e\x45\x10\x38\x44\xbe\x6b\x50\x1e\x09\x82\x21\xda\x10\xd5\ \xd9\xbe\x46\xa3\xbe\x8f\x86\x18\x98\x74\x50\x29\x0c\xca\x35\x86\ \x46\x67\x08\xdd\x4d\xca\xca\x3a\xa3\xd9\xc7\xfc\x1a\x20\xc6\xbb\ \x82\x34\x3e\x16\x93\xd2\x92\x38\x6f\x7b\x6c\x4f\x7b\x6a\xb6\x2b\ \xcb\xd4\x9e\xa9\xd0\x8b\x32\x64\x8f\x44\x0f\xef\x3e\x14\x93\x3f\ \x2e\xdb\x83\x86\x42\x6c\x20\x02\x46\x5b\x8d\x72\xe4\x58\x60\xc5\ \xdb\xaa\xee\xb2\x17\x65\xd8\x8a\x93\x43\x9b\x96\x05\x8e\xd6\x28\ \xb5\xcd\x5c\x87\x0f\x8f\x44\x72\x51\xc4\xad\xad\xa8\xbd\x9d\x16\ \x17\x9f\xe2\x7a\xb0\xf8\xf2\xfc\x8e\x9c\x83\xe0\xcc\xce\x72\x1f\ \xda\xb4\xb4\x6e\x07\xd2\x55\x34\x72\xea\x24\xe8\x0e\xce\xb8\xe8\ \xb2\xb1\xe3\x13\x02\x47\xab\xf6\xef\x6e\xb8\xe1\x92\xab\x5b\x5f\ \x7d\xf7\x91\x7f\x56\x98\x86\x7b\xfa\xd4\x24\x22\xf6\x64\x67\x27\ \x4b\x88\x21\xc9\x93\x9d\x99\x66\x07\x13\x64\x77\x66\x4e\xba\x9d\ \x00\x26\xc8\xdf\x5a\xf1\xe6\x4b\x47\x35\x39\xfd\x1b\xb7\x5c\xec\ \x91\x9d\xf3\x66\x8d\x5d\x56\x5b\xe6\x9b\x7d\xcd\xb7\xef\xb8\xf4\ \xd5\x65\xcb\x1f\xdf\x05\xc9\x79\x93\xbf\x91\x73\x4e\x77\x43\x75\ \x43\x52\xea\x39\x18\x1f\x5f\xfe\x85\x30\xd2\xfc\x61\xc3\x21\xa8\ \x07\x2b\x1f\x35\xcd\xb0\x27\xed\xb2\x85\x85\xe7\x9c\x3b\xee\x9a\ \x8d\x55\xaf\x6e\xe1\x51\x93\xc7\xde\x99\xed\x20\x06\xa3\x22\x02\ \x87\x23\x33\x91\x45\x03\x33\x28\x8e\x99\x34\xf6\x7b\x4a\xe5\x1b\ \xcb\xf7\x6d\x4b\x48\xbd\x6e\x76\x4e\xc1\xb1\x25\x4b\xc5\xec\x51\ \xb9\x89\xb2\x69\x9a\x61\xd5\x2b\x49\xe4\x48\xd5\xe3\xe5\x54\x8d\ \x8e\x5d\x30\x7f\xcc\x85\xd3\xc6\xde\xb1\xa9\xfc\xd5\xd5\x15\x90\ \x51\x70\xd7\x84\xc4\x24\x93\x19\x08\x61\xd9\x91\x91\x88\xe2\x80\ \x19\x26\x73\x4d\x18\x73\xb7\x5a\xf1\xea\x8a\x7d\xfb\x63\x12\xae\ \x98\x95\x31\x42\x94\xf8\xb9\xa5\xcd\x5b\x6b\x9e\xa8\x17\x52\xe6\ \x8e\xbf\x3d\x49\x62\x26\xe3\x18\x21\x97\x2b\x37\xce\xee\xc4\x98\ \x77\x37\x54\x34\x1a\x69\xe7\xe7\x26\x51\x4a\x11\x41\x99\xf1\x82\ \xcc\xb9\x2d\xde\xf6\x93\xf3\x64\x49\x42\xba\x86\x33\xe2\x30\x12\ \xc9\x95\xe3\xed\xaf\x57\x84\xff\xd9\x00\x86\x4b\xc8\x70\x02\x72\ \x90\x2c\x86\x81\x03\xe3\x10\xeb\x11\x90\x8c\xc4\x68\xe9\xba\xb1\ \xe6\xbb\x15\xa1\x2a\xcc\xe3\xd3\xe5\x44\x09\x42\x0e\x92\x19\x8d\ \x39\x07\x9b\x83\x64\x47\x63\xc4\x41\x72\x90\xcc\x18\x8c\x39\x70\ \x84\xb8\x41\x37\x1d\x54\xda\x55\xee\x8c\xb5\x2d\x2e\x10\x11\xe5\ \x14\x90\xe0\x24\xa5\xc9\x78\xe3\xbe\x20\xc6\x68\xc2\x78\xe7\x82\ \x34\xdc\xa5\xa2\xac\x18\x0c\x00\xa9\xb1\x42\x9c\x04\x94\x72\xe2\ \x92\x2e\x2b\x32\xdf\x3b\x14\x6c\x4e\x92\xaf\x2c\x26\x39\x71\x82\ \x1d\x01\x05\x94\x1a\x2b\xb8\x11\xa4\xe5\x38\x6e\x56\xc2\xab\x0e\ \x84\x76\x00\x8f\x49\x96\xe2\x9c\xc2\xe5\xe3\x1d\x2f\x57\xf5\xbf\ \xe5\x9c\xf8\x0d\x08\xb9\x3f\x58\x6a\xce\xfa\xf5\x9c\x6c\x61\x7d\ \x39\x1f\x9d\x66\x43\xfe\xba\xbd\x0d\xa1\x51\xd7\x8f\x16\x4c\x43\ \x17\xc8\xa0\x9d\x43\x04\xee\x3b\xe6\x7b\xf3\x19\x66\xc8\x71\xb7\ \xdc\x61\x8f\xc2\x70\xfe\xb7\x62\xc3\x2f\xfb\x5e\x7a\x1e\x29\xcd\ \x1c\x8f\x44\xa7\x74\x24\x10\x02\x8c\xc5\x25\x4b\x20\x18\xa4\x73\ \x66\x23\x6b\xca\xe3\x97\xc1\x47\xc5\x6b\x42\xa2\x24\x21\x36\x38\ \x2b\x91\x31\x86\x30\xc1\x40\x0d\x93\x0b\x92\x08\xd4\x64\x80\x05\ \x82\x18\x65\x88\x10\xa0\xa6\xc1\x90\x24\x62\x43\xd7\x39\x12\x24\ \x11\x9b\xba\xce\x90\x20\x89\x22\x26\xea\x7b\x7f\xfd\x63\x55\xd2\ \xe5\xbf\xb8\x65\x9c\xae\x51\x4e\x4d\x83\x32\x41\x94\x30\x50\xdd\ \xa0\x44\x94\xc8\xe0\xac\x38\x6e\x9a\x54\x10\x25\xc4\xa9\x61\xd2\ \x93\xe7\x2f\x48\x04\x01\xe3\x0c\x00\x38\xa7\x8c\x73\x8c\x25\x8c\ \x38\x07\x8c\x38\x35\x99\x39\x74\x1a\x86\xc8\x47\x84\xb0\x28\x20\ \xc4\x38\x47\x58\x24\x46\xd3\xbf\x7e\xfb\x8f\x98\x0b\x7f\x70\xcb\ \x8c\xc4\xb0\x46\x8f\xff\x29\x72\x35\xc6\x38\x43\x58\x24\x08\x45\ \x36\xbe\xa4\xc7\xfb\x23\x08\x4b\x04\x31\x93\x9a\x91\x09\x0e\xe4\ \xf8\x0e\x7f\x8c\xe9\x8c\x23\x42\x44\x04\x1c\x00\x03\x37\xcd\xe3\ \xad\x59\x24\x01\x98\xd0\x8d\xcf\xfc\x61\x0b\x99\xf3\xb3\xdb\x16\ \x60\x55\xe1\x08\x44\x82\x0c\x93\x73\x00\x82\x81\x31\xe0\x00\xa2\ \x80\x28\xe5\x08\x23\x02\x40\x39\x27\x18\x51\xca\x39\x42\x02\xe2\ \x3a\x05\x0e\x10\xb9\x9f\xc1\x40\x20\x08\x03\x30\x00\x82\x40\x37\ \x39\xc2\x83\xe7\xe0\xe3\x6f\x10\x46\x22\x3a\x61\x68\x44\xf6\xa8\ \xc2\x78\x70\x20\x33\xd2\x1b\x91\x08\x8a\x6c\xec\x89\x01\x0c\xca\ \x01\x83\x88\x40\xa7\x20\x0a\x88\x1f\x3f\x4d\x24\x08\x01\x30\xce\ \x29\x07\x91\x20\xd3\xe4\x14\x40\x12\x10\xa3\x9c\x72\x10\x05\x04\ \x91\x2b\x20\x30\x4c\x8e\x09\x22\x08\x99\x08\xdb\xae\xbf\x91\x6c\ \xdd\xda\xfd\xfe\xea\xcd\x66\x6e\x13\x67\xdf\x9d\x15\xd5\xba\xe1\ \xa5\xbf\xad\xf4\xff\xe8\x57\x77\x27\xb0\x80\x5a\xb9\xa6\xfd\xe5\ \x4d\xf1\x3f\xff\xa7\x78\xe0\x4f\x9d\x87\xb3\x32\x7f\x72\x1b\x31\ \x55\xce\x28\x98\x94\xf6\x77\xea\x5e\x9d\x44\x09\xa1\xa5\x8f\x07\ \xe8\xb4\xf4\x7b\x2f\x45\xfa\xb0\xe5\xd5\x4e\x07\x3e\x58\xee\x58\ \xb8\xd0\x9c\x33\x47\x7d\xf9\x25\x2b\x2e\xc3\x59\x63\x2f\x40\x64\ \x5c\xf9\xe4\x95\xf0\x6c\xb0\x06\x98\x83\xfa\xcd\x06\x8b\xe3\xf1\ \xe5\xcf\xba\x4e\x01\x10\x70\x3a\xec\x0d\x17\x25\x88\x4b\xcb\x4a\ \xf3\xc8\x9a\xa6\x1b\xc7\xcb\xaf\x69\x0c\xb6\x00\x74\xe8\xd0\xc9\ \xc7\x4f\xbe\xad\xce\xfe\xdb\x91\x61\x07\x51\xa4\x17\x60\x0c\x8a\ \x1b\xd6\x7a\xda\x84\xb4\x92\x69\xa5\x89\xba\x4e\x87\xff\x69\x58\ \xdf\xfb\x34\x3b\xb7\x70\xa6\x9b\x1f\x79\x02\xa7\xf4\x23\xd2\x89\ \xb0\xa0\xfb\x7b\x68\xf2\x8c\x69\x63\x6d\x54\x53\x01\x80\x83\x7e\ \xbc\x97\x3d\x34\x46\x30\x18\xc9\x95\x0e\x4e\x2b\x1c\x94\x5e\xce\ \xf5\xe3\x6e\x85\xa1\xed\x36\x4f\xbc\x39\xee\x26\xd0\x8f\xfb\x62\ \xf5\x93\x8f\x0c\x9e\x16\xb9\xc5\xf0\x39\x9d\x27\x12\x70\xfc\x20\ \x03\x7d\x78\x32\x8e\x77\x19\x86\xde\x47\xce\x47\xc3\x4e\x30\x4e\ \xbe\x02\xa5\x9c\x02\x07\x9b\xa4\x3e\xf0\x80\xe3\xb2\x4b\x7a\xbe\ \x71\x6f\xd7\x1f\x9f\xbe\xf2\xe2\x42\xa2\x07\xdb\x7c\xea\xc8\x59\ \x33\x13\xed\x82\x5e\x57\xd6\xfb\xee\x2e\xc7\xb9\xd7\xbb\x92\x44\ \xdd\x93\x61\x4b\x8d\xe3\xba\xc6\x4d\x8d\x73\x40\xa2\xc0\xfa\x6a\ \x7c\x6f\x6f\xa0\x14\x70\xfc\xc8\xc4\x6b\x16\xe0\x13\xee\x21\x00\ \x87\x1d\x35\x36\xd9\xee\xbb\x0f\x6c\xb2\xfe\xc0\x03\x20\x08\xd6\ \x9a\xeb\xb3\xc9\x5e\xf8\x0c\x85\x47\x94\x30\x37\x75\xf3\x4b\x0a\ \x70\x86\xb0\x24\x09\x54\xd7\xe9\x17\x35\x01\x5a\x90\x24\x44\x0d\ \xe3\x6b\x1f\xd0\x0d\x21\x90\x24\xe1\x9d\x77\xec\xdf\xb9\x1b\x46\ \x8f\x54\xff\xf1\x4f\xbd\x74\x0c\x61\x5c\xa4\x9a\xa6\x19\x80\x09\ \x12\x45\x04\x8c\xe9\x3a\x10\x19\x13\xc6\x74\xe3\xc4\x88\x23\x26\ \x48\x20\xc0\x01\x61\xc4\x4d\x83\x47\xf2\x4a\x14\x41\x96\xf1\xc1\ \x32\xdb\xbd\xdf\x23\x47\x8e\x28\xff\x79\xdc\xbc\xf4\x52\xd0\x75\ \xcb\x58\xf8\x7a\xea\x82\xc5\xd7\xd7\x67\x8d\x41\x10\x84\xf7\x96\ \xd9\xee\xbb\x0f\x0c\x43\x7b\xe0\x01\xf3\x9a\x6b\x58\x62\x3c\x32\ \xcc\x4f\xb6\xd8\x49\x14\xb9\x20\xe2\x9e\x6e\xe1\xf5\x37\xe4\x3f\ \xfe\x11\x64\x59\xfd\xfb\xdf\xcc\xc5\x8b\xc1\x34\x81\x59\xf1\x32\ \x2d\x5d\xb0\xf8\x2a\x4a\x83\x28\xe2\xf2\x0a\xdb\x2f\x7e\x4e\xd6\ \xae\x63\xa3\x47\x1b\xdf\xbc\xc5\xb8\xe8\x22\x9e\x91\xc1\x31\x46\ \x9c\x03\xa5\xc0\x18\x30\x76\x22\x2e\x0b\x42\x80\x31\x60\x0c\x84\ \x44\x7c\x36\xa8\xa5\x45\x7c\x7f\xb9\xf8\xdc\x73\xb8\xbc\x9c\x2e\ \x5c\xa8\xfe\xe1\xf7\xac\xb4\xf4\x8c\xc2\x37\x58\x58\xba\x60\x71\ \xf6\x62\xb7\xc3\xc0\x80\xb8\x6c\x99\xf8\x9f\x27\x48\x79\x39\x77\ \x39\xcd\x85\x0b\xe9\xac\xd9\x74\xec\x58\x9e\x10\xcf\xa3\xa2\xc0\ \xe5\xe2\x36\x1b\x20\x0c\x9c\x21\x55\x85\x60\x10\x0d\x0c\xa0\x9e\ \x5e\x72\xb0\x8c\x6c\xd9\x2a\xac\x5d\x83\x02\x41\x3a\x76\x8c\x71\ \xd7\x5d\xc6\xe2\xc5\xe0\x76\x83\xa2\x58\x99\x6a\xe9\x82\xc5\x57\ \x1f\x42\x40\x96\x51\x5f\x1f\xde\xbb\x57\x5c\xb2\x94\xec\xdc\x89\ \x8f\x1d\xe3\x4e\x27\x4f\x4e\xe1\x71\x31\xdc\xe3\x01\x87\x13\x44\ \x01\x0c\x13\x42\x61\x34\xd0\x8f\xfa\xbc\xa8\xb3\x03\x85\x42\xac\ \xa8\x88\x4e\x9d\x6a\x5c\x71\x05\x9b\x3c\x91\xc7\xc6\x81\xa6\x81\ \x15\xc8\xd3\xd2\x05\x8b\xaf\x15\x82\xc0\x65\x19\xe9\x3a\x1a\x18\ \x40\x35\x35\xa4\xf2\x30\xae\xad\x45\xad\x2d\xb8\xa7\x07\x42\x61\ \x60\x0c\x30\x06\xa7\x93\x25\x24\xf0\xf4\x74\x96\x9f\x4f\x47\x8d\ \xe4\x05\x05\x3c\x2a\x8a\x4b\x12\xd2\x34\x6b\xe8\xc1\xd2\x05\x8b\ \xaf\x71\x99\x42\x83\xee\x83\xc8\x8e\x32\x83\x9b\xca\x0c\x4d\x6a\ \xe4\x83\x5b\xcb\x30\x86\x22\x21\x61\x23\xde\x07\x8b\xb3\x4a\xe1\ \x3f\xe6\xf1\x02\x58\x4f\xcb\xe2\x93\x13\x71\x37\x52\x6a\x2d\x84\ \x3c\xfb\x25\xfc\x93\xed\x73\xcf\x39\x33\x4d\xd3\x5a\xe2\x6a\x61\ \xf1\xf5\x96\x70\x41\x10\xd0\xe9\x62\x00\x9e\x46\x17\x30\xc6\x8d\ \xf5\x0d\x44\x20\x18\x63\x2b\xe7\x2c\x2c\xbe\xae\x30\xc6\xa8\x49\ \xb3\x73\xf3\x3e\xbc\xbb\x8c\x70\x3a\x63\x81\x63\x82\x8b\x4a\x4a\ \xad\x8c\xb3\xb0\xf8\x7a\x53\x75\xb8\x9c\x9f\xce\xb9\x83\x3f\x5a\ \x4b\xac\xe1\x22\x0b\x8b\xaf\xb7\xbd\xf0\x91\x75\xdc\xea\x29\x58\ \x58\x58\x7c\x25\x74\x81\x29\xfd\xc1\x2e\xfd\x53\x0f\x86\xd0\x50\ \x40\x19\xf8\xcc\x12\xc3\xd5\xa0\xe2\xfb\xf8\xb4\x98\x8a\xaf\xbb\ \xaf\xff\x4b\x18\xbc\x61\xe1\xfe\x50\xb7\xf1\x69\x6f\x4c\xf5\x81\ \xa0\x16\xfe\x0c\x9f\x5a\xe0\xbf\x65\xd4\x17\x8b\x31\x10\xea\x54\ \x3e\xf5\x82\x39\x1a\x0c\x28\x03\x9f\xfc\xcb\x46\x50\xe9\xfb\xf8\ \x27\xc2\xcd\x70\x57\x4f\xdf\x27\xdd\x2d\x87\x99\xac\x7b\xc0\x34\ \xf9\xd9\xaa\x0b\x9c\xe9\x9a\xa1\xf0\xcf\xb7\xb4\xef\x59\xbe\xfb\ \xf1\xce\x0f\xe5\x9c\x1e\x6e\xe9\xf0\x75\xfe\xd7\x5b\xd7\x56\x3d\ \xba\xba\x6a\x77\x58\x1b\x60\xc3\xd2\xac\x68\x21\x55\x0f\x68\x27\ \xec\x26\xaa\xea\x01\x4d\x0f\x6a\xc6\x89\xe5\xe4\xba\x1e\xd4\x8c\ \x50\x58\x3f\xf1\xeb\x98\x19\x54\xc2\x8d\x1b\x77\x3c\x54\xe1\x0d\ \x7c\xcc\x1d\xb7\xbe\xf4\xe8\x2b\xeb\x6a\x3f\x94\x51\xda\xe7\x9d\ \x51\x66\x60\xdb\xfb\xbb\x9e\xec\xf9\x90\x31\xa8\x05\x9b\x3a\xfc\ \xdd\xff\xed\xdb\xa1\xdd\x7b\xff\xb4\xbb\xad\x49\x3d\x29\xa3\x34\ \x45\x0f\xa9\x7a\x60\xd8\x52\x76\x73\x30\xa3\xcc\x13\x19\xa5\x1d\ \xcf\xa8\x61\xa5\x36\xa0\x84\xeb\xd6\x6f\xff\x4b\x55\xff\x99\x09\ \x0d\x37\x35\x23\xfc\xf9\x2e\x72\x35\x1b\x57\xef\xf8\x57\x6d\xf0\ \x54\x8f\x9a\x16\x6a\xea\xf0\xfd\xd7\xcc\x61\x55\x95\xff\x58\x57\ \x73\x18\x80\xea\xe6\x49\x0f\x91\x52\x45\xa7\x14\x00\xd8\xf1\x37\ \x43\x5f\xd1\x4d\x85\x81\x56\x79\xf0\xe1\xcd\x0d\x75\x1f\x73\xe9\ \x86\xcd\x2f\xfe\xeb\xa5\xf5\x1f\xa5\x0b\x86\xc1\xb4\xd3\xe5\x4b\ \xa0\x3b\xf4\xc4\x86\x01\x1f\x3d\x5b\x75\x41\xed\x79\xfb\xe5\x35\ \x7f\xe8\xfd\x3c\x9f\x28\xc6\x46\x40\xf1\x7d\x78\xee\x5b\x67\xcd\ \x73\x1f\x54\xec\xf9\xf8\xb1\x53\x1a\x3e\xb8\xa3\xa1\xb5\x24\xb3\ \x60\xcf\xd6\x7b\xdf\xaa\x3c\x10\xc9\xea\x9d\xbb\xee\x5f\x56\x73\ \xb0\xa1\xee\x91\xa7\xb6\x3d\x1f\x29\xb6\xcd\x8d\x8f\x3e\xb7\x6f\ \x69\x57\x68\xcb\x33\x1b\xfe\xaf\x1a\x00\x00\x14\x6d\xd3\xd3\xdb\ \xfe\xda\x40\xdb\xdf\xdd\xfe\xc3\x75\x3e\x3f\x00\x30\xe8\x5b\xb2\ \xe3\xfe\x9d\x34\x61\x64\x51\xda\xf6\xc6\x8d\x1f\xb5\x89\x2a\x87\ \xa6\xe5\x95\xbd\x99\xd3\x26\x9c\x92\xb0\x50\xdf\x9b\xcf\x6f\xfe\ \x9b\xff\xf3\x7c\x78\x02\xd6\x03\x8a\xff\xc3\x45\xa5\xb5\xfa\xa9\ \x75\x47\xca\x3e\xfe\xbb\xc1\xae\x95\x87\xfc\xb6\x51\x89\xb1\x5b\ \x36\xdc\xf9\x6e\x55\x25\x00\x00\x84\xb7\x6e\xfe\xfe\x8a\x63\x07\ \x6b\x2b\xff\xf4\xec\xa6\x97\x23\x61\x1a\x9a\x8e\x3c\xf4\xe2\xb6\ \x37\xbb\x3a\xdf\x7b\x66\xc5\xff\xb5\xea\x00\x00\x7a\xdf\x8a\xe7\ \x56\xff\xbe\xc9\x5b\xb9\x74\xe5\xb7\x77\x74\xf6\x01\x00\xd0\xa6\ \x77\x56\xdf\xbd\x77\xc0\x39\x32\x51\xde\x7d\x78\xdd\x99\x14\x5d\ \x16\xdc\xf2\xe2\xda\x9f\xd7\xa9\x9f\x6f\xee\x04\xc3\xde\x0f\xc7\ \xea\x68\x3b\xf6\xf4\xba\x23\x07\xfe\x8b\xa4\x04\xf7\xee\x6c\xec\ \x28\xcc\x9e\x88\xd4\x6d\x4f\xbc\x7b\xc3\xc6\xe6\x8e\xe3\x7f\x68\ \x5e\xba\xfc\xd2\x37\xab\xab\x00\xa0\xbe\xea\x81\x3f\xaf\x78\xc8\ \x7f\xfc\xfa\x7d\x0d\x8f\xff\x6d\xd9\x7d\x0d\xba\x6b\x64\x56\x49\ \x6d\xd5\x9b\x7d\x1f\xd9\xb2\x2b\x1b\xd7\x1f\xf4\xe4\x8c\x71\x7c\ \x44\x69\x5a\xb1\xa2\xe3\x85\x0a\xed\x34\x49\x32\xa8\x2f\xcc\xc4\ \x2f\x2a\x68\xfe\x99\xde\x87\x1a\xde\x86\x96\x8d\x03\xf6\x19\x25\ \x04\x99\xcc\x20\x08\xba\x9b\x5e\xdb\x58\x53\x66\x70\x14\x1d\x3f\ \xc6\x03\xbd\x2d\x3d\x75\xf6\xf8\xf9\xf3\xc7\x5e\xec\xc6\x81\xf2\ \xca\xe7\x0e\xb5\x35\x0a\xce\xc2\x99\xe3\x6f\xcd\x70\x88\x46\xb0\ \x62\xf3\xa1\x37\x3b\xc2\x0a\x91\xd2\x27\x8d\xbd\xb3\xc0\x63\xef\ \x6b\x5f\xb9\xf9\xe8\xa6\x10\xf7\x8c\x1e\x75\xdb\x98\xa4\xe4\xa1\ \x2c\x3b\x7a\xe4\xb9\x7d\x6d\x2d\x22\xea\x0b\x51\xb7\x24\x80\x11\ \x3c\xb4\x66\xef\xab\x7d\x06\x4f\xce\xb8\x62\x7e\xf1\x14\x91\xe0\ \x9e\xb6\x97\x5f\x58\xb7\x27\x2b\xfb\xe6\xb9\x79\xa9\xe5\xe5\x4f\ \x54\x74\xb7\xda\x3c\x53\xe6\x8e\xbf\x26\xee\xf8\xef\x68\xf7\x6d\ \x0a\x26\xcf\x2a\x8c\xcf\xce\x99\x70\xf9\x73\x5b\x5f\x6e\xc8\x2e\ \x49\xf6\x2f\x3b\xdc\xc2\x16\xce\x1d\x99\x15\xd6\xea\xca\xfe\x56\ \xeb\x4b\x1a\x4d\xfa\xba\x37\xbd\x3e\xd3\x73\x71\xe6\xee\xd6\x79\ \x7b\x96\xf3\x37\xbc\x10\x15\x45\x1b\x56\x9e\xd3\xef\x2c\x4a\x38\ \x9a\xdc\xbc\xc6\xcf\xf7\x40\x6c\x1a\x0e\x37\x4e\x6c\x6b\x4e\x4e\ \x3c\x6c\x37\x3b\x2f\x0b\xe8\x72\xfc\x43\xc0\x39\x17\x44\x64\x73\ \x83\x24\x02\x66\x20\x10\xb0\x3b\x90\xd6\x71\x51\x95\x7f\xa2\xf4\ \x53\xf0\x44\x81\x3b\x0a\x1c\xc4\xaf\x77\x98\x29\xe3\x5d\xa8\x22\ \xb6\x23\x20\x94\x74\x77\xf7\xbd\xbf\xad\xf9\xb0\x8a\xa5\xb8\x94\ \xf1\x4e\xd4\xd3\xe2\x6f\x95\x93\xcf\x9d\x57\x38\x3f\x1a\x58\x59\ \xed\x53\x15\xad\x8d\x92\xbd\x70\xd6\x98\x6f\xa4\xd9\xb0\x36\x50\ \xb6\xb9\xfc\xed\xce\xb0\x26\xda\xb3\xa7\x8c\xb9\x23\x37\x4a\xea\ \x6e\x5b\xb6\xf5\xe8\xb6\x30\xc4\x8c\x1b\x7d\xdb\xa8\x84\xc4\xa1\ \x4a\x7d\xb8\xf2\xd9\x03\x1d\x1d\x12\xf4\x84\x79\x82\x44\xa0\xbf\ \x7b\xe5\x07\xe5\x1b\x54\xee\x1c\x51\x74\xf3\xd4\x8c\x5c\x11\xa3\ \xf6\xe6\xe7\x5f\x0c\x6f\xcf\xc9\xbd\x75\x56\x76\x6c\xd9\xa1\x27\ \x0e\xf7\x76\x38\x62\x66\xce\x1b\x7b\x59\xf4\xf1\x9d\xa4\x6a\xeb\ \x77\xc4\xa4\x5c\x99\xe4\x4a\x9a\x32\x7a\xd1\xf3\xbb\x9f\x6b\x2f\ \xf8\x6b\x74\xef\x3b\x87\xfa\xa3\x2f\x9f\x31\x23\x8d\xbb\xf7\xaf\ \x7c\x68\x77\xd7\xe2\x59\x71\x6d\x5b\xaa\x8f\x8d\x9e\xfa\xed\xcc\ \x64\x5b\x51\xf5\x9a\x8d\x95\xbb\x6e\x1a\x3f\x71\xfb\xa1\xa5\x31\ \x59\x77\x8e\x48\x9a\x2c\xe6\xad\x7a\xef\xe0\x6b\xe3\xcf\xbf\xa7\ \xfb\xe8\x0b\x5d\xf2\xcc\x0b\x52\x73\xec\xee\x59\x5b\x37\xad\x68\ \x37\x16\x7b\xbc\x1f\x1c\x1e\x70\x8e\xcc\x9a\x1c\x25\x49\x27\xf7\ \x5c\xfa\x6a\x9b\x37\x84\x5d\xb3\xc7\xb9\x11\xa5\x06\xc6\x10\xe8\ \x59\xf9\x41\xc5\x66\x95\x72\x67\xf4\xa8\x14\x29\xd4\xd8\x53\x8d\ \x9c\x13\xe6\x4f\xb8\x3e\x4e\x0a\x96\x95\x3f\x53\xd1\xd1\x22\xbb\ \x46\xce\x1a\x7f\x4b\xaa\x9d\x70\xad\x71\xdb\xc1\x97\x1b\x07\xfc\ \x48\x88\x1f\x53\x72\x7b\x69\x52\x7c\x4f\xdb\xb2\x2d\xa7\xc9\x1c\ \xd6\x5c\xf7\xf2\xb6\xba\x0a\x22\xd2\x1e\x13\x6c\x22\x36\x82\x07\ \x56\xef\x7d\xdd\x67\xa0\xb4\xec\xab\xe6\x8d\x98\x28\x12\xd4\xde\ \xf2\xc2\x8b\xeb\x76\x64\xe7\xdc\x3c\x3b\x2f\xb3\xe6\xd8\xb3\x7b\ \x5b\x6a\x90\xbd\x68\xf6\xb8\x9b\xd2\x1c\x72\xe4\x12\x1d\x2d\x6b\ \x59\xcc\xf4\x11\x51\x22\xed\xf3\x1a\xc1\xe6\xfd\x87\xdf\x9a\x90\ \xf6\x5d\x0f\x81\x96\xfa\xb7\x2a\xdb\x3b\x73\x32\x42\x00\xa0\x86\ \xc3\xfd\x6d\xab\x76\x36\x5c\xb5\x28\x2f\x1f\xcc\xf6\xed\x95\x2b\ \xfb\x83\x71\xa1\x10\x77\xa7\x2e\x4c\x2e\xff\x79\x65\xaf\x7f\x4e\ \x42\x78\x6f\xd5\xee\x84\xf4\xd9\x59\xd1\xf1\x43\x6d\x06\x6d\xdf\ \x5b\xde\xe7\xb8\x69\xee\x88\xe3\x19\x42\x2b\xea\x83\x3d\x36\xfb\ \x82\x6c\xe9\xb8\x3d\x32\x18\x44\xab\xb7\x3d\xf8\xc6\x81\x60\x2f\ \xc3\x53\xc6\x44\x9f\x9f\x25\x11\x42\x58\x20\xf0\xd8\xf2\x2e\x83\ \xa2\xc9\xa3\xa3\xcf\xcf\x91\xd0\x97\xab\x0b\x4a\xb0\xb6\xba\x69\ \x7d\x55\xdb\x11\x4d\x4c\x1d\x3b\xf2\x1c\x04\x80\x10\xc2\x00\xad\ \x8d\x6b\x83\xf2\xc2\x05\xf9\xc9\xeb\x77\xfc\xbe\x2d\xe5\xae\xf3\ \x4a\xc7\x6c\xdd\xf9\xf8\x36\x77\xe1\xa2\x82\xfc\x8c\xcc\x8b\x12\ \x53\xb5\x9a\xca\x47\xd6\x95\xad\xfe\xc6\xb4\xe9\xab\xb6\x3c\xd8\ \x1f\x7f\xf5\xec\x31\x29\x5b\x77\xfc\xf3\x58\xdf\xb5\xd9\x64\xcf\ \xb2\xfd\x2b\x46\x8e\xbf\x3b\x41\xd9\xb4\x62\xd7\xdf\x63\x17\x3d\ \x98\x21\x61\x00\x68\xaf\x7d\x62\xe5\xd1\xe6\x73\x26\xdd\x64\x1b\ \x58\xdd\x5e\xd3\xc9\x18\x88\xb6\xac\x89\xa3\x6f\xa7\x7a\xf5\xaa\ \x9d\x8f\x1e\x4c\x1d\x9b\x8a\x49\x54\xc2\xdc\xf9\x53\x16\xbb\x9c\ \xc9\x95\x55\x7f\xdc\x1e\xca\x5c\x34\xe3\x92\xa3\x15\x7f\x5f\x5e\ \x1e\x77\x53\xce\x64\xdc\xdb\x05\x7d\xbd\x74\xfb\x96\x71\xfe\x42\ \x61\x4d\x9d\xd0\xd5\x72\xe5\xc1\xf7\xf8\x1f\xb6\x13\x5f\xf5\x55\ \x5e\x12\xad\x3e\x0f\xa1\xe0\x45\x00\x1a\x5e\xa1\xca\xa8\xc4\x1e\ \xef\x88\x7e\x16\x04\xb9\xc8\x81\xbd\x03\xaf\x34\x01\x22\xae\xec\ \xe2\x94\x64\x18\xf0\x45\xa7\x9e\x2b\xf6\xee\xae\xec\xa8\x46\x72\ \x6a\xf1\xa4\xc5\x98\xab\x80\x92\xa1\x73\x7f\xbb\x33\x3a\xcd\xe5\ \x04\xcd\xdf\xde\xb9\xa3\x63\x40\x4f\x8b\x1f\x93\xec\xf4\x40\x7f\ \x6f\xfb\x91\xc3\x25\x71\xb9\xee\xad\xeb\x75\x6f\xb3\xdf\xd7\x2d\ \xe1\x68\x17\x10\xac\x9b\x58\x55\xaf\xd2\x34\xb8\xe7\x3f\x36\x11\ \xce\x71\xc9\x10\x2d\xf7\xca\x06\x4b\x2c\xc8\x4b\xb6\x1f\xd3\xde\ \xeb\x3b\xe7\xee\xe8\x11\x19\xe9\x5c\x8a\x8f\x99\x78\xb4\xf5\xad\ \x75\x42\xf6\xf5\x13\xc6\xbd\xbb\xe7\xef\x66\xea\xcd\x73\x4a\xa3\ \x37\x6e\xf9\x7b\x75\xe0\x1b\xe9\x68\xcb\xb2\x03\xeb\xc6\x4d\xf8\ \x4e\x4c\x70\xf5\xca\x9d\xff\x8a\x5b\xf4\xfb\x14\x11\x00\xa0\xf9\ \xe8\x63\x1f\xd4\xf6\x9d\x3b\xf1\x3a\xe2\x7d\xb7\xbd\x31\xc4\x18\ \x38\x3d\x63\x67\x8d\x2f\x54\xbd\xeb\xdf\xdf\xfb\x78\x56\xca\x5f\ \x00\x50\x6c\xfc\x39\x0b\x26\x2e\x74\xda\x93\x2a\xca\x7e\x7f\x20\ \x34\xe2\xfc\xf1\x17\x54\x96\x3d\xbc\xa2\x3c\xfe\xba\xf1\xb3\x31\ \x00\x40\x5f\x53\xbf\x9a\x30\xb2\x10\x00\x3c\x69\xd7\x4e\x4d\xdc\ \xfb\xc1\xce\x47\xdd\xe1\xca\x92\x71\x0f\xa4\x49\x00\x30\x7a\x61\ \xe9\x84\xa5\x07\xfe\x1a\x76\x87\x79\xca\x75\x93\x92\x63\x00\x60\ \xe6\xc4\x5b\x5e\xdc\xf4\xfc\x07\x6c\x4b\x93\x3e\xe2\xca\x91\x93\ \x01\x20\xa7\xe4\xce\xdc\xf6\x07\x56\xec\x79\x3c\xd8\xdd\x33\x73\ \xc6\x0f\xed\x00\xe0\x2e\x8c\x12\x5e\x6b\xf2\x87\x27\x10\x9b\xb7\ \xfd\xdd\x25\x0d\xcb\x53\x92\x67\x95\x66\xcf\x48\x8b\x8a\x0e\x07\ \xaa\xab\x9b\xd6\x1f\x69\x3f\x6a\x48\x19\xe3\x47\x4a\x1c\x00\x21\ \x44\x10\xf4\x74\x7c\xd0\xce\x0a\x2e\x1d\x3d\x69\xd7\x9e\x3f\xef\ \x92\xcf\xbf\x74\xf4\x35\x65\xfb\xfe\xba\xee\x58\xde\x35\xa5\x53\ \xb3\xb2\x2e\x49\x4d\x57\x8f\x1c\xfa\xe7\xda\x43\xe9\xdf\x98\x3a\ \x7b\xeb\xf6\xdf\x1c\x23\xb3\xce\x1d\xb3\xf8\xc8\xde\x3f\x57\x75\ \xb4\x15\x3a\xca\x97\xed\x5f\x3b\x76\xe2\xdd\xa7\x64\x8e\xbf\xe3\ \x8d\x77\xca\x36\x4f\x9a\x70\x67\x22\x2b\x6f\xf5\xed\xa2\x0c\x44\ \x67\xee\xa4\x31\x77\x98\xea\xe1\x55\x3b\x1f\x4d\x4c\x79\x32\x06\ \x70\x6c\xfc\xdc\x05\x13\xcf\x73\xd8\xd3\xdb\x6b\xfe\xbd\xbe\x41\ \x5d\x38\xf1\x8e\xbe\xda\xc7\xde\xdf\xb3\xe4\xd6\xb9\xd7\x4b\x00\ \x00\xac\xa3\xbb\x33\x36\x66\xb1\x00\x30\x10\xec\x8f\x4f\xb9\xd0\ \x81\xaa\x76\xb7\xb4\x2f\xcc\xd4\x77\x35\xb4\x8c\x2d\x5a\x1c\x0e\ \x75\x02\x40\x7f\xd8\x39\x65\xe4\x82\xce\xba\x37\xbd\x39\x0f\xb0\ \xe6\xa5\xdd\xf2\xb4\xf1\x09\xbe\x60\x78\x00\x62\x92\x52\x5d\xee\ \x86\xae\x66\x48\x4a\x43\x46\xe3\xa6\x9d\x9b\x1d\x51\x85\x25\x39\ \xe7\x16\x24\x17\xca\x18\x2a\xb7\x6f\x37\xd2\xa7\x8e\x89\x41\xc1\ \x80\xbe\xbf\x26\xb8\xbb\x59\x0b\x0b\xc2\xdc\xb1\xce\xa1\xea\x86\ \x10\x08\x04\xe9\x61\xe5\x1f\x6b\x7c\x05\x13\x62\xa7\x8a\xc6\x2b\ \x9b\x7a\x1c\x17\xa5\x4c\x12\x80\x23\x5c\x5a\xe8\x4e\xd2\xd4\x17\ \x37\xf6\x38\x9d\x29\xb3\x13\xf1\x97\xa7\x0b\xb4\x69\xf5\x96\x9f\ \x56\x86\xd3\x2f\x9e\x71\xdf\xd8\x94\x6c\x00\x50\x3a\x8f\x1b\xf8\ \xd8\x1e\x17\x53\x92\x99\x32\xba\x38\x79\x59\x53\x54\x51\x76\xca\ \xa8\x40\xfa\xeb\x15\xc1\x0e\xce\x33\x3b\x5b\xd7\x56\x74\x75\xaa\ \x81\x2e\xc3\xd5\x1b\xe8\xdf\xd9\x48\xb3\xae\x9a\x78\x69\x0a\xd6\ \x6b\xdc\xb1\x26\xc6\x03\x5d\x5b\x5a\x43\xbd\x8e\xba\xb7\x9b\x4c\ \xaf\xc6\xfa\x7b\x14\x9e\x21\x01\x00\x6d\x6c\xac\xc8\x2e\xb8\x77\ \x5c\xc6\x58\x08\x79\xb7\x35\xaf\xe4\x1c\x74\xa5\xbe\xa2\x7a\xa5\ \x8f\xeb\x5e\x1c\xea\x15\x49\x8a\x24\x4a\x42\x52\x9a\x98\x08\x5d\ \x47\x8f\xac\xd8\x98\xd7\xe6\x21\xcf\xbe\x33\xa9\xf1\xa8\x5a\xf3\ \x26\x08\xd1\xa0\x2b\xa0\x6b\xe9\xa1\x40\xa6\xb1\x0a\x3c\x6e\x48\ \x49\x4f\x4a\x1d\xd9\x4a\xca\x8e\xe4\x9f\x37\x76\xcc\x24\x88\xf5\ \x40\x42\x32\xc4\x39\x6b\x8f\x3d\xb6\xd3\xef\x59\xbc\xe8\x47\x0e\ \x97\x03\x24\x19\x44\xa4\x36\x3d\xf6\x6a\xc5\xa1\xd9\x73\x1f\x49\ \xcb\x4a\x8f\x68\x30\x0b\xad\x5d\xbd\xfc\x6f\x49\xe3\x7e\x5d\x30\ \x62\x4a\x44\xc6\xf7\xec\xbe\x8f\x16\xfc\xf6\xb2\x58\x37\x02\x10\ \x43\xfb\xeb\xf7\xfe\x6b\xbd\x92\x79\xc3\xa2\xdf\xa5\xf5\x1f\x79\ \xec\x87\xff\x9e\xff\xc3\x3f\x26\xc5\xef\x7e\x7d\xf9\x9f\xb0\xe7\ \x81\x85\x45\x0b\x04\x47\x34\x04\xbd\xe1\xe6\x37\xd6\x55\xb6\x2c\ \x28\xbc\xbc\x7b\xfb\xdf\xc3\xc6\xd8\x62\x49\xe4\xe5\xab\x8c\x7e\ \x57\x52\xb5\x96\xd2\xdc\x64\xae\xbc\x0f\x1c\x8e\x04\x51\x00\x87\ \x27\x03\xf5\xfb\xec\xfb\x79\x51\x42\xb6\x28\x8f\x3c\xbf\xcf\x55\ \x02\x19\x61\x91\x28\x21\x5f\x68\x73\x8b\xd9\xef\xea\x5a\x45\xb4\ \x4e\x8d\x04\x7b\x34\x48\x11\x01\xc0\x68\x68\x3a\x5c\x50\xf8\xb3\ \x31\xe9\x45\x3c\xaa\x6d\x47\xdb\x56\x8e\x20\xe8\xab\xdc\x57\xbd\ \x43\x35\x7d\xba\xe6\x0f\x53\x10\x01\xc9\xf6\xf4\x94\xe8\x6c\x80\ \xd6\xaa\x8e\xaa\x01\xa0\x3b\x2a\x1b\x42\x61\x25\x2c\xf6\xb1\x48\ \xd7\x91\x07\xc3\x9c\xc6\xd9\x22\xc6\xac\x34\x69\xc2\xb7\xaa\xde\ \xbf\xad\x25\xf9\x67\x97\x64\x65\x46\x9e\x6d\x4a\xde\x6d\xc5\xf5\ \x77\x6e\x6f\xcd\xb8\xfd\x8a\xf3\x22\xfb\x43\x4a\xd1\x73\xe7\xe7\ \xaf\x7d\xf2\xc0\x8e\xc5\xe7\x3d\x17\x1b\x29\x35\x24\x65\xfe\x84\ \xcb\xff\xfd\xce\x9f\xb3\xa7\xfe\x6d\x74\x4c\xa4\x64\xbb\x6c\x44\ \x0c\x86\xfa\xed\xd9\x73\x2e\x9c\x33\xc7\xd7\xbd\x65\xd5\x8e\xbf\ \xbc\xdc\xb0\xe7\x96\x05\xb7\x6c\xdf\xfc\x93\xa3\x46\xfe\xc5\xd3\ \xef\x2f\x4d\x4a\x07\x00\x16\x18\x0a\x0e\x27\x45\x47\x17\x64\x26\ \x4d\x31\xd2\x46\xa9\x6a\x5e\x76\xf2\x54\x96\x5b\xb2\xba\xbf\x8b\ \x32\xa5\xa3\x65\xf5\xe1\xde\xee\xf0\x40\x0f\xc5\xdd\x9a\x56\x5b\ \xe5\x75\xcc\x5b\x74\x6b\xae\x13\x02\x9e\x84\x3a\x82\xfa\xba\xb6\ \xb4\x87\xfb\x5c\xb5\x6f\x60\xb3\x4f\x63\x6a\x8f\x1a\xc9\x1c\x68\ \x6b\xdd\xea\xc9\xbc\x7c\x7a\xce\x64\x60\xb1\xf1\x55\xe5\x1c\x40\ \x0f\xd5\x94\x57\xad\xf2\x9b\xe1\x01\xb3\xdf\xa7\xeb\x31\x80\x64\ \x5b\x24\x73\xf4\xb2\xa6\xf2\xfe\x90\xfd\xc0\xe1\x57\x8d\xf0\x80\ \x66\x76\x28\x0c\x24\x0c\x00\x7a\xd0\xe0\x92\x1c\x05\x00\x8a\xda\ \x6f\xca\x63\xe6\x14\xa8\xef\x1f\x7b\xb7\x22\xa4\x28\x51\xe7\x9e\ \x97\xd2\xbd\xb2\xb6\x8f\x81\x16\x56\xd5\xe4\xe2\x1b\xa4\xd6\x47\ \x76\x1d\x5d\x87\x3a\x6b\x46\x8d\xfa\x2e\xad\xfe\xa7\xa2\xf9\x01\ \x3c\x2e\x51\xd2\xc3\x3e\x40\x63\x26\x8e\xfb\xc1\x44\xb3\x75\xef\ \x81\x47\xde\x5e\x7b\xff\xf4\x59\x8f\x2f\xcc\x8d\xda\xb1\xb7\x76\ \xcc\x85\xd7\x8b\xc0\x9f\x5c\xdd\xb9\x2d\x20\xde\xb1\x20\xee\x9c\ \x8c\x93\x4c\x2a\x04\x20\x20\x68\x6f\x0d\xf9\xe3\x5c\xd7\x96\x3a\ \x65\x00\x5f\x53\x70\x6f\x83\x3a\x26\x1d\x6c\x51\xb6\x99\x05\x8e\ \x18\x70\x74\x34\xb4\x1c\x6a\xd3\x66\x27\xda\xbf\x3c\x5d\x20\xa9\ \x53\xc7\xde\x61\xab\xdb\x5a\x79\xe4\xe9\xf6\xae\x89\xa5\x79\x0b\ \x13\xd0\x89\x7d\x44\x39\x37\x01\x00\x23\xcc\xcc\x30\x00\x70\x4c\ \x08\x21\x5d\xad\x6f\xac\xaa\x69\xba\x64\xf6\xbd\xd0\xfe\xc4\xc6\ \x2e\xc6\x60\x68\xb7\x77\x8c\x22\xf3\xb1\x39\xb7\xbb\x4b\x66\x4e\ \xb8\xdb\xc5\x4d\x22\xd8\xe4\xc1\x7d\x5d\x11\xc1\x5c\x35\xc3\x11\ \xa7\x07\x23\x02\x16\xf9\xd6\x9d\x8f\xb5\x46\x5d\x7f\x61\x34\xa9\ \xd8\x7f\x20\xe6\x85\xa7\xa3\x0f\xac\x3a\xe7\xc8\x00\x28\x7f\x86\ \xaa\xf2\x49\xaa\xc6\x3c\x31\x52\x4a\x32\x24\x66\xc2\xb4\xf1\x90\ \x93\x05\xe9\x19\x90\x9e\x76\xac\xfd\xd5\x96\xbc\x6f\x9d\x7f\xee\ \x3c\x20\x04\x40\xab\xdd\xf9\xed\xf6\xc4\xfb\xc6\xe6\x9d\x98\xa3\ \xe5\x4e\x29\xd3\xda\x92\x62\x4a\x8a\x86\x8e\x24\xd9\xa6\xb8\xbb\ \x03\x69\x19\xe9\x43\x86\x99\xdb\x39\x26\xd7\x96\x92\xe4\x1a\x71\ \xfc\x89\x79\xa1\x3f\xe4\x54\x74\x33\x5c\x57\xd9\xb0\xb6\xba\xab\ \xc1\x14\xc6\xcc\x1d\xb9\x30\x19\xa0\xf9\xe0\x96\xf6\xf8\x51\xa5\ \xc5\x1e\x80\x59\xd3\xce\x0d\x1c\x6a\x2a\x5b\xed\x7d\x2f\xdd\x31\ \x6b\xcc\xa8\x99\xb6\xb4\x83\xcd\x36\x9b\x39\x6f\x71\x7b\xd2\x9a\ \xae\xc4\xbb\x8b\x73\xf3\x8f\xec\x34\xdb\xa2\x6f\xbf\xa6\xb8\xe4\ \xe0\x8e\x3b\xdb\x43\xe7\x4f\x0c\xec\xda\x53\xd6\xb3\x30\x61\x2c\ \x1c\x5b\xde\x7f\xb0\xcb\xdd\x3e\x30\xa2\xb9\xcd\xb5\xf1\x3e\xe8\ \xed\x9c\x2b\x22\xa3\xf0\x80\x11\xef\xbf\x38\x29\x3f\xf3\xbc\x89\ \x24\x67\x26\x19\x53\xe2\x74\x45\x12\x23\x62\x89\x28\x4c\x01\x00\ \x04\x9c\x83\xc0\xd4\x9a\xe5\x3b\x5f\x48\x18\xf3\xf3\x59\xd1\x1d\ \xef\x6c\x79\x85\x32\x10\x39\x63\x83\xe1\x23\x09\x07\x31\x2d\xfb\ \xaa\x45\x39\xe9\x14\x11\x51\x70\x0d\x3e\x3c\x64\x93\x00\x1b\x86\ \x0e\xe0\x00\x00\x6c\xcf\xcf\x4a\x2c\x72\xa7\x8c\x14\x4f\x14\xcf\ \xa8\xbc\xa4\x92\x3a\x32\x22\x65\x28\x6a\x3f\xa0\xf4\xb4\x09\xa9\ \xcd\x34\x23\x3e\x66\xe8\x2c\x47\xcc\xf8\xac\xf8\x11\xd9\x89\x43\ \x99\xa9\x19\x8c\x3a\x6d\x0e\x33\x54\x53\x5e\xbf\xb6\xa6\xbb\x09\ \xc5\x9e\x3b\x3f\x67\x61\xbc\x3d\x63\xea\xd8\x6f\xd9\xea\xb7\x97\ \x57\x3e\xd1\xd6\x35\xa9\x34\x77\x41\xea\x49\xa5\x88\x02\x00\x01\ \x60\x34\xe2\xfc\x91\x24\x82\x9b\x1a\x5e\xf9\xa0\xbe\xe7\xf2\xd9\ \x77\x6a\xcd\x8f\x6e\xf3\x46\x62\x03\x0f\x6e\xae\x81\xd0\x60\x29\ \x72\x78\x4a\x67\x4f\xbc\xc3\xc1\x4c\x22\xd8\x65\x79\xc8\x39\x45\ \x34\x55\x85\xc1\xdc\x41\x98\xf5\x6e\xdd\xf5\x2f\x5f\xe2\x9d\x0b\ \x47\xc4\xac\xdb\xf2\x10\xa3\x14\x60\x78\xe6\xa0\xf8\xa4\x85\xe7\ \x4d\x98\x4a\x39\x12\x89\xc3\x3e\xd8\x00\x0b\x32\x81\x01\x53\x05\ \x00\xc5\x50\x18\x12\x12\xd2\x16\x67\x1f\xbe\xf1\xa5\x03\x9e\x1b\ \x2e\xba\x3b\x5a\x7d\x83\x32\x9f\x0e\x8a\xc2\xc0\x29\xa7\x8d\x2d\ \x3a\xf7\xf1\x95\x3f\xa3\xc9\xf7\xdc\x93\x9a\x77\xa0\x46\xd7\x8c\ \x10\x00\x68\x94\x12\xc9\x09\x10\x6a\x6c\xdc\x50\xd9\xbc\xc7\x6f\ \x88\xd3\xc7\xdf\x39\x3e\x3d\x45\x6b\xde\x78\xd0\x97\x70\xef\xd8\ \x2c\x00\xb8\x60\x72\xac\xe3\x58\x68\xc7\x01\x5f\x7d\xbb\x6d\xe6\ \x08\x77\x61\x4c\xe4\xde\x48\xa5\xc0\x11\x22\x91\xdd\x3d\x22\x79\ \x4a\x01\xe3\x48\x60\xde\xc1\x0c\x0b\xeb\x20\x60\xf4\xe5\xfa\x17\ \xc4\x94\xd4\x85\x29\xa9\x0b\xfd\xde\xb2\xf2\xba\x35\x75\xde\xf1\ \x09\x36\x53\x33\xc2\x1c\xc0\x34\xc3\x3a\x35\x01\xc0\x34\x43\x11\ \xc7\x2c\x35\xc3\x3a\x31\x88\xe0\xc4\x2c\xd4\xd7\xdf\x0c\x41\xaf\ \x4e\x13\xdd\x9e\xe9\x05\xc2\x2b\x6b\x76\xbe\x30\x3e\xd9\x59\xeb\ \xeb\xca\x00\x14\x93\x76\x61\x62\xf9\x43\x3b\xab\xd6\x15\xc4\xba\ \x41\xcc\x1f\x9d\xe1\x89\x3c\xd0\x82\x92\xf3\xf7\x94\xbd\xba\xbe\ \x99\x67\x28\x47\x84\x9e\x80\xb4\x72\x45\xde\x9b\x07\x4a\xea\x6a\ \xe3\x5b\xeb\xa7\xf4\xb4\x08\xe6\x3a\xd9\xe3\xc0\xf1\xac\x32\x37\ \xd7\x75\xe9\xfd\xce\xfc\x81\x95\xde\x96\x9c\xd1\x8b\x9d\x9e\xa8\ \xa4\xe2\x45\xe9\xd2\xa0\x76\x3a\x8e\x95\xb7\x7a\x07\x18\x21\x18\ \x00\x80\x32\x35\x48\xd5\x93\xbd\x5b\xc1\x00\x0b\x3a\x4f\x72\xf5\ \xe8\x8a\xa1\x86\xa8\x09\x20\x9d\xe8\x07\xeb\x46\xc8\x30\x8f\xfb\ \x8c\xb5\xe6\x01\x1d\xe7\x47\xc7\x86\xfd\x1b\x1b\x03\x78\x6c\xe9\ \x77\xf2\x13\xb2\x30\x00\x80\xb6\x6d\x63\xe5\x88\xf1\x77\xc5\x01\ \x00\xd8\x0b\x32\xaf\x28\xc8\xbc\xb8\xb3\x73\xc7\xa1\xba\xad\x2d\ \x51\xe3\x46\x28\x21\x36\xd0\x0f\x00\x2c\xd8\x4f\x5d\x61\x00\xa0\ \x6a\xd0\x30\x74\x00\xd0\x40\xf1\xa7\xa7\xb1\xb8\x71\x55\xb6\x83\ \x89\x93\xcf\xd1\x3b\x1a\x0e\xf9\x6f\xb8\x73\xc2\xfc\xb2\x77\xee\ \xea\xa6\x63\x47\x1a\x03\x7d\x5b\x37\xe6\x98\xe3\xb3\xda\x1b\x27\ \xae\xde\x12\x7e\x73\x03\x89\x72\xca\x31\x89\x50\x3a\x0a\xa6\x4d\ \x83\x69\x33\x8b\x62\x4b\xcb\x6b\x9e\xdb\x14\xa5\xba\xc3\x15\x41\ \xca\x31\x92\x64\x01\x07\x02\x2d\xbd\xb8\x3b\x6c\xe8\x8c\x83\x27\ \x2e\xd5\xd7\xb8\x62\xcb\x51\x21\x35\xb6\x64\x5c\xd6\xd8\x55\xf5\ \xaf\x96\x4b\xe7\xd9\x81\x25\xa7\x4e\x77\x48\x36\x00\x00\x88\x4f\ \x73\x0a\x6d\x7d\xcd\x90\x1a\x1d\x71\xcd\x6a\x66\x58\x37\x4f\x72\ \x77\x99\x66\x58\x33\x54\x36\xcc\x35\x4d\xa9\xaa\x1a\x61\x93\x01\ \x90\x13\x3e\x78\x5d\x0f\xe9\x43\xeb\xa3\x95\x86\x01\x53\x18\xe5\ \xf1\x04\xfb\x56\x36\x87\xe5\x09\x63\xee\xc9\x8b\xcf\x88\x94\xdf\ \xd4\xf4\x0b\x52\xd3\x2f\xf0\xf6\xed\x2b\xaf\x5b\x57\xd7\x37\x3e\ \x2d\x8e\xea\x46\x98\x01\x30\x1a\xd6\x4c\x03\x00\xa8\xa9\x68\xa6\ \x09\x00\xcc\x0c\x6b\xa6\x2e\x08\x0e\xc2\x03\x7d\xfd\xcd\x46\xc8\ \x6b\x50\xc3\x2e\x17\x8e\x4c\x50\xd6\xef\x79\x44\xcd\xc9\xab\xec\ \xee\x90\xdd\x24\x31\xfd\xc2\xd8\xf2\xbf\xee\xac\x5a\x9f\x17\xed\ \x42\x72\x61\x69\x7a\x54\x24\x09\x59\x39\x8b\xc9\xc6\x67\x97\x1d\ \x44\xd9\xf6\x9e\x5e\x4d\x41\x58\x90\x05\x41\x55\xda\xfa\xfc\xa1\ \x80\xa6\xc4\x71\x14\x1d\x9b\xea\xab\x5f\xb9\xa5\x4a\x4c\x89\x2d\ \x1d\x55\x30\xa3\x62\xff\xfb\x7b\x1b\x84\x38\x91\x3a\xe3\xa7\xe4\ \xcb\x91\x82\x21\x24\xc5\x78\x6a\xfa\x6b\x00\x8a\xc2\x9a\x4f\xe3\ \x0c\xc0\x35\x6e\xd4\xf5\x81\x04\x57\x51\x8c\x8d\x77\x50\x55\xed\ \x56\x69\x78\x40\x0d\xc7\x02\x93\xe3\x66\x4f\x1f\x79\x0d\x4f\x59\ \x24\x03\x67\x3c\x18\xd0\x42\x00\x6a\x67\xa8\x3f\x2e\x3d\x13\xcc\ \x9e\x9a\xb6\x63\xb1\x69\x8b\x67\x67\x4e\x8a\x12\x01\x00\xf6\x6f\ \xde\x62\xcb\x9f\x58\xe8\x01\x00\xc8\xc9\x72\xe5\x64\xb9\xba\x7b\ \xd4\xad\x47\x83\x95\xdd\xba\xd6\xa3\x1f\xf1\xf3\x28\x6e\x6c\x0e\ \xa2\x6b\x93\xc5\x54\x87\x3b\x6b\x4f\xf7\x93\x3b\x48\xb1\x68\xac\ \xf1\xe2\x9b\x66\xd8\xc4\x70\x20\x1c\x50\x36\x1e\x0e\x92\xbe\xd0\ \x36\x55\xbc\x33\x47\xfe\x5c\x75\x81\xfc\xec\x67\x3f\x3d\xe5\x10\ \x42\x68\xa0\xdf\x1f\x9f\x90\x38\x7c\x41\x85\xcd\x9e\x92\x95\x36\ \x33\x3b\xda\xc3\x99\xce\x84\xc4\x8c\xc4\x42\xc2\x74\x67\x74\x71\ \xb2\xdb\xc3\x98\xe1\x8a\x1a\x91\x1a\x15\xcd\x98\x2e\xbb\x0a\x0b\ \xd2\xa6\x25\x88\x7d\x75\xed\x87\xfa\x79\x42\x71\xf6\xbc\x8c\x98\ \xac\xbc\x8c\xf1\x5a\x7f\x79\x57\xd8\xef\xf3\xb7\xc5\xa4\x9f\x3f\ \x22\x7e\x44\x41\x4a\x4e\x5f\x4f\x59\xbb\xbf\x4b\x74\xe4\x66\xc6\ \x26\x45\x8a\x8e\x5d\x1a\x91\x53\x73\xa8\xf7\x1f\xbf\x12\xff\xf9\ \xee\xb4\xd7\x0e\xc4\x3f\xf7\x52\x74\xaf\xe8\xf6\x38\xd5\x69\x93\ \xbc\x57\x5d\x82\x1e\xf8\x9d\xfd\x0f\xbf\x68\xbb\xb8\xf0\xe8\xa4\ \x02\x3c\xff\xda\x11\xd3\xae\x77\xa7\x0a\xcd\x4a\x9b\x9f\x92\xa4\ \x98\x11\xd1\xb2\x6d\x50\x17\x44\x76\xe8\xc8\xba\xd8\x8c\x73\x63\ \x44\x0c\xc0\x29\x33\x3d\x9e\x51\x29\x2e\xcf\xb0\xd6\xc9\x10\x1c\ \x59\x19\xf1\xe9\x78\xf8\xd8\x13\x8e\xce\x48\x2c\x76\x9c\x38\xc4\ \x29\x45\x09\x89\xa5\xb1\x36\x09\x00\x3a\x1b\xdf\xaa\x08\xa4\xcf\ \x2d\x9c\xe8\x8a\x2a\x29\x4a\x9f\x10\xe7\x8c\x8e\x24\x98\xf7\xee\ \x7b\xee\xbd\xf2\xf3\xbe\xf9\x8d\x2c\xd7\x90\x78\x13\x97\x2b\x3b\ \x3f\x73\x56\xb2\x5d\x64\x4c\x07\x31\x39\x23\xb1\x00\x51\x3d\x2a\ \xa6\x24\xd1\xe5\x66\x4c\x77\x47\x17\xa5\xb8\xdd\x9c\x6a\x0e\x67\ \x51\x41\xf2\xe4\x04\xde\x51\xd7\x74\x20\xac\xc7\x8f\xcc\x9a\x9b\ \x1e\x9f\x9b\x56\x3c\x35\x68\xf7\xf6\x64\xc4\x1d\x49\xd2\xd1\x6d\ \x8f\xe6\x7d\xe7\x8e\xd0\x0d\xe7\xb4\x4c\xcc\xd0\x47\x8f\xb5\xc5\ \xa6\x0a\xf5\x0d\xf0\xc1\x07\xf0\xef\x47\x9d\x2b\xaa\x0a\xab\x6a\ \xda\x0e\xbc\xdf\xa9\x0a\x85\x13\xaf\x1d\x91\x32\x3a\x27\x2d\xbd\ \xab\x63\x4f\x5b\xff\x40\x62\xf2\xdc\xe2\xd4\x42\x4f\x4c\x71\x14\ \xef\x6d\xec\x6e\x90\x5d\x05\xa3\x47\x5c\x9c\x88\x7b\x1a\xba\x8f\ \xf8\x55\x9e\x9c\x38\xd2\x33\xd8\xb0\x62\x3b\x34\xef\x69\xa8\x29\ \xcc\x99\x2a\x47\x14\x94\xb2\xe8\x98\xd2\x64\xa7\x7b\xd8\x38\xab\ \x21\x39\x73\x32\xe2\x53\xd1\xb0\x5c\x61\x38\x2e\x33\xa1\xc8\x3e\ \x2c\xa3\x4c\x46\x92\x92\x4a\xa3\x65\x11\x00\x5a\xeb\x5e\x3f\xaa\ \x16\xcc\x29\x18\xeb\xf2\x94\x16\xa5\x8f\x8f\x75\x78\x4e\x69\xd4\ \xec\x8e\xd4\xec\xb4\x99\x59\xd1\x51\x9c\x99\x26\x72\x67\x24\x8e\ \xb4\x71\x43\x72\x16\xa4\x47\x27\x72\x66\x48\xae\xdc\xf4\xd8\x44\ \xc6\x0c\xc1\x9e\x53\x9a\x3d\x27\x0e\x77\xd5\x74\x54\x04\x21\xb9\ \x24\xe7\x9c\xd4\xe8\xe4\xcc\xf4\x69\x44\xa9\x6e\x1b\xf0\x05\xfb\ \x9b\xc4\xb8\x59\xa3\xd2\xc7\x8f\x48\xce\xec\xe9\x2e\x6b\xef\xef\ \x96\x5d\x79\x19\x31\x09\x91\x7b\x89\xf6\xbc\xfc\xa4\x94\xae\xee\ \xb2\xce\x80\x9a\x95\x75\x6e\x49\xea\xa8\x9c\xe4\xfc\x40\xdf\xfe\ \xa6\xde\x76\x4f\xdc\xa4\x51\x19\xe3\xe2\xe3\x46\x46\xf1\xde\xc6\ \x9e\x06\xd9\x95\x3b\x22\x6b\x41\xb6\x8b\x37\x76\x55\xf4\x86\x42\ \xd1\xb1\xa3\x12\x1d\x83\x26\x99\x43\x32\xf6\x1d\xdd\x9a\x96\x3d\ \xcf\x01\xba\x3d\x6a\x44\x46\x4c\xbc\xdd\x3d\xb2\x28\xa5\x40\x00\ \x00\xc4\x4d\x1c\x9d\x1a\x97\x03\x8c\xa4\x24\x8d\x8c\x96\x1c\x69\ \x29\xd3\xd3\xdd\x4e\x00\x40\x60\xd8\xa2\x8a\x63\xe9\xc1\xad\xf5\ \x1d\xd3\xc7\x2c\x8e\x92\x62\xf2\x32\xa7\x67\xc4\xa6\xc9\x11\x19\ \x65\x5d\xaf\xbe\xb0\x2c\x6b\xd1\xad\x93\x32\x4e\x34\x4b\x4e\xa7\ \x50\x92\xe5\x28\x89\x27\xba\x62\x56\xb7\xa9\xed\x2a\x3a\x67\x62\ \xec\xbc\x54\x01\x8b\xc2\xb8\x74\xa9\xad\x2d\xdc\xac\xe2\x0b\xa7\ \xc7\x4f\x8a\xc3\x48\xc0\x36\xc4\x1a\xba\x8d\x90\x20\x5e\x31\x33\ \xae\x34\xfa\x33\x70\x2e\x70\xce\xfb\x7a\x7b\x3c\x9e\xe8\x0f\xff\ \xe9\x34\xf1\x17\x10\x42\x2d\xcd\x8d\x85\xc5\x23\x31\x26\x9f\xc5\ \xbc\x20\xa5\xb1\x71\x43\x80\x24\x12\xe5\xe0\xb6\xea\xaa\xd9\x73\ \xff\x54\xe4\x96\x4e\x76\x61\x50\x28\x2f\x87\xf7\xdf\x87\x77\xdf\ \x85\xc6\x76\x00\x80\x91\xc5\x30\x63\x2a\xcc\x9d\x03\xc5\x25\x90\ \x94\x08\x36\xdb\x27\xb9\x9f\xbe\x7f\xd7\x03\x75\xb6\xcb\xae\x1a\ \x3b\xe3\xb3\xb1\xb4\x8c\xb6\xf7\x37\xfc\x21\x7a\xd4\x2f\x66\xa5\ \xa5\x9e\xf2\xc3\x0e\xbe\xf6\x87\x47\x0e\xa5\x3f\xfa\xa7\x5b\x3e\ \x9b\x7e\x1e\x0b\x35\x34\x6e\x08\x89\xc9\x10\xda\xb7\xa3\xb6\x61\ \xde\x39\x0f\xe6\x3b\x4f\xce\x7f\x45\x81\xae\x2e\xa8\xac\x84\x0d\ \x1b\x61\xfb\x4e\xa8\xae\x07\x49\x82\x82\x6c\xb8\x60\x11\x5c\x7a\ \x25\x94\x14\x7c\xc2\xdb\x75\xae\x5c\xff\x1b\x5b\xe1\x4f\xe7\x65\ \x66\x7d\x36\xf3\xbf\xf4\x86\x77\x37\xfc\x25\x79\xcc\xaf\xa7\xa5\ \x24\x7e\x0e\x0d\x98\xde\xde\xb6\xb1\xdb\xf0\x38\x58\xf3\x8e\x23\ \x9b\x4a\x26\xfd\x71\x72\x52\xf4\xe7\xd8\x5c\x72\x65\xd7\x8e\x9f\ \xb5\x7b\x6e\xbc\x7c\xd4\xc4\x4f\x5a\x5c\xf6\xec\xf8\x71\x8b\xfb\ \xfa\xcb\x4b\x27\x9d\x52\xfc\xbc\x07\x5e\xfd\xd1\xa3\x15\x0f\x3c\ \xf6\x60\xbe\x0d\xce\x12\x18\xa3\xc7\xaa\x0e\x67\x64\x66\x7f\x78\ \x89\xc4\x17\xa0\x0b\x6a\x6d\xf5\xeb\x87\x7b\xbb\xb0\x10\x53\x90\ \x7f\x59\x51\x5c\xc2\x89\x3f\x0d\x0c\xc0\xea\xd5\xf0\xec\xb3\xb0\ \x69\x13\xd8\x6c\x30\x79\x32\x5c\x7a\x29\xcc\x9c\x09\xa3\x47\xff\ \x4f\xbf\x56\x6d\x6d\x0b\xb1\xb4\xb8\xcc\xcf\xc4\x5d\xcb\xa9\xbf\ \xdd\xd7\x93\x10\x5f\x20\x7d\x68\x44\xb9\x6c\xfd\xbb\xdd\x09\xd3\ \xcf\x1b\x9d\xfa\x19\x95\xc5\x50\xf5\xb1\xd7\xab\xfa\x7a\xb1\x10\ \x57\x58\x70\xf9\x88\xd8\xd8\x8f\x7f\xa4\x70\xe8\x10\x6c\xdd\x0a\ \xef\xbe\x0b\x7b\xf7\x02\xa5\x30\x6f\x1e\x7c\xeb\x5b\x30\x7f\x3e\ \x38\x9d\x67\x78\x43\x65\xa0\xd6\xc7\xa3\x53\x3d\xf1\x9f\x4d\x21\ \x33\xfa\xda\xfd\x7d\x49\x09\x23\xc4\xcf\x67\x96\x52\x6b\xd3\xd2\ \xb2\xd6\x06\x46\x9c\x59\x59\x17\x8f\x4d\xc9\xfa\xbc\xeb\x0c\x55\ \x9a\xda\x15\x92\x1e\x9b\x8e\x3e\x61\x69\xef\xec\xab\x75\x44\x8f\ \x8a\xfa\x50\x07\xbd\xb5\x6c\xfd\xce\x9e\xc4\x2b\x17\x96\x9e\x3d\ \xc1\x0b\xbe\x10\x5d\xe0\x60\x50\x4e\x04\x74\x46\xb5\xd1\x30\xe0\ \xed\xb7\xe1\x9f\xff\x80\xb2\x32\xc8\x2f\x80\x1b\x6e\x80\xcb\x2e\ \x83\x82\x02\x10\x04\x38\xcb\xe0\x8c\x21\x0e\xcc\xa4\x58\x16\xbf\ \xdc\x87\xc8\x4d\x40\xc2\x87\x72\x57\xd7\xe1\xd8\x31\x58\xba\x14\ \x5e\x79\x05\x9a\x9a\x60\xe2\x44\xf8\xc1\x0f\xe0\xd2\x4b\x81\x10\ \xb0\xb0\xf8\xb4\xba\xf0\x99\x0d\x81\xea\xfd\xa1\xa7\xb7\xfa\xda\ \xcf\x24\x42\x5f\x75\x35\x5c\x79\x15\x5c\x7f\x7d\x7d\x9b\x57\x7b\ \xf6\x05\xd8\xbd\x1b\x1e\x78\x00\x8a\x8b\xcf\x44\x14\xb8\x16\x32\ \x83\x9f\x6a\x4a\xbf\xd6\xe7\x5b\xbd\x3c\xec\xfd\x64\x33\xec\xb4\ \x03\xef\xb6\x2d\xdb\xd4\xbf\xf1\x85\xa6\xf7\x77\x7d\xc9\x33\xff\ \x79\x7f\xcf\xcb\x8f\x7a\x8f\x7a\x4f\x3d\x2e\x49\x50\x5a\x0a\xbf\ \xfa\x15\xec\xd9\x03\x8f\x3f\x0e\xa1\x10\x5c\x79\x25\x5c\x77\x1d\ \x34\x36\x5a\xe5\xde\xe2\x53\xf3\x99\xe9\x82\xc4\x69\x75\x97\xae\ \xfd\xd7\xf3\xb6\x6f\x87\xf9\xf3\xa1\x6c\xf7\xc6\x39\xd3\xdf\xf9\ \xf3\xeb\xc2\x0d\xd7\x81\xcb\x75\x42\xc0\x9a\x36\xd6\x3e\x70\xe7\ \xb1\x5f\xfc\xac\xe6\x57\xf7\xd7\xfc\xee\x91\x90\xf7\xd4\x1d\xdf\ \x42\x5b\x9e\x6f\x5e\xbe\xf7\x53\xd9\xa1\x8a\xda\x50\x67\x2a\x9f\ \x64\x7e\xb9\xd1\xd5\xf5\xce\x5a\x92\x9e\x07\xc1\x76\xed\x63\xd7\ \x47\x7c\x11\xa0\x28\x67\xbc\xde\xbd\xf4\xbd\x8f\x9c\x5f\x1b\x1d\ \x0d\xb7\xde\x0a\x9b\x37\xc3\x5f\xff\x0a\xeb\xd7\xc3\xc2\x85\x70\ \xe0\x80\x55\xbe\x2d\x3e\x1d\x67\x62\xb7\xf3\xa3\xd5\x81\xdd\x1d\ \x46\x54\xa2\xe3\xc2\x62\x3b\xed\x57\xd7\x1c\x0e\x05\x88\x38\xb3\ \xd4\x9d\xed\x40\x00\xd0\xd8\x14\xd8\xda\x64\x08\x54\x37\x10\x22\ \x18\x00\x58\xc5\xd1\xc0\xde\x2e\x9a\x9e\xe1\x5c\x98\x2b\x1b\x8a\ \x7e\xd8\xcb\x4b\xd2\x64\x09\x00\x1a\xea\xe1\x86\x1b\x20\x36\x09\ \x9e\xbc\x7f\xf9\xab\xbb\xce\x3b\x67\xfc\x90\xb1\x6b\xb4\x54\x6a\ \x3c\xdd\x1e\xec\xd2\x7d\x52\xfa\xaf\x7e\x64\x17\x18\xe7\x58\x70\ \x2b\xfe\x35\xcb\x50\xc9\x22\x4f\xba\x33\xb0\xf1\x7d\x9e\x33\x03\ \x33\x25\xb0\x61\x49\x4b\xb0\xca\x31\x79\x51\xdc\xe8\xac\xf0\xde\ \x95\xde\x43\xcd\x62\xde\xe4\x84\x73\xc6\x63\xa6\x04\x77\xac\xeb\ \xaf\xeb\xe0\x60\x73\xcf\xbc\xc0\x93\x17\x0f\x5a\x8f\x77\xcd\xea\ \x50\x97\xea\x98\xbc\x20\x6e\x54\xbc\xa3\x78\xa4\xe8\x10\x01\x40\ \x3f\xba\xbd\x77\xe7\x21\x48\x28\x49\x58\x38\x57\x94\xc0\x6c\x3d\ \xec\xdd\xb9\x47\x1f\x50\x85\x8c\xb1\xf1\xf3\xa6\x0d\x59\x2d\x46\ \xd5\xba\x10\xcb\x2e\x98\x98\x15\x6e\xa2\x30\x18\xba\x8a\x85\x76\ \xad\xf0\x1d\x69\x13\xf3\xa7\x27\xce\x1e\xad\x94\xad\x55\x48\x71\ \xdc\xe8\x74\xa3\x7e\x47\xc0\x1b\x1b\x3b\xb1\x88\x36\xec\xf7\x35\ \xa0\xf8\x79\xe3\xcd\xa6\xfd\x3d\x9b\xf6\x30\x57\x76\xfc\xf9\xe7\ \xcb\x4e\xa6\x54\x6c\xf5\x1f\x38\x4a\xc5\xa4\xf8\xcb\x2f\xb3\xf1\ \x8e\xbe\xd5\x1f\x84\xbd\xdc\x3d\x73\x71\x74\x66\xb0\x67\xd9\x3a\ \x35\x08\xce\x89\xe7\xc6\x8c\xc9\x46\x3c\x14\xd8\xb6\xc6\x7f\xb4\ \x53\xce\x99\x14\x3f\x7f\x22\xa6\x3e\xdf\xaa\x15\xa1\x6e\xc3\x39\ \xed\xbc\x98\xe2\x54\xe7\x79\x97\x8b\x5b\xfe\xe1\x6b\xbc\x31\x2e\ \xbe\x3b\xd8\x10\x76\x8d\x2e\x38\x8d\xa8\x7b\x3c\xf0\x83\x1f\xc0\ \xdc\xb9\x70\xd5\x55\x70\xfd\xf5\xb0\x7e\x3d\xa4\xa5\x59\xa5\xdc\ \xe2\xb3\xb7\x17\xca\xf6\xf5\x3c\xb6\x3f\x24\xda\x89\x2c\xa0\x80\ \x5f\xf9\xe7\x8a\x9e\x7a\x13\xa3\x40\xf8\x5f\x2b\x7b\x9a\x4c\xe8\ \x6a\xf0\xfd\x75\xc3\x00\xb5\x11\x53\x65\x1a\xe5\x12\x82\x83\xfb\ \x7b\xdf\xae\xa7\xd9\x09\x64\xef\xde\xde\x37\xeb\x0d\xc2\xe8\xb6\ \xfd\x7d\xbf\x7d\xb7\xfb\x9d\x46\x23\xf8\xd8\x53\xe0\xf7\xc1\x5b\ \x2f\xd7\x53\x2d\x64\x2b\x9e\x9e\x82\xc0\x0c\x29\x95\x5b\x5a\xff\ \xf5\x9b\xba\x47\x5f\x0c\x76\x28\x48\x94\x11\x01\xb3\xaf\x5b\xef\ \xe9\x34\x4d\x8e\x04\x3b\x1a\x38\xda\xf6\xd4\x8b\x03\xbb\x97\xb4\ \xad\xdc\x85\xa3\xed\x00\x40\xa2\xe3\x6d\xd9\x05\x72\x82\x33\xb8\ \xe9\xf9\xd6\x95\x87\xe5\xdc\xac\xf0\xfa\xe7\x5a\x57\x56\x81\xd9\ \xd5\xf9\xfc\x6b\x9a\x19\x4b\xcc\x86\x96\xbf\x3f\x14\x18\x30\xfb\ \x5f\xfe\x5b\xd7\x7e\x9f\x3d\x2b\x0d\x23\x06\x5a\x77\xef\xeb\x2f\ \x85\xfd\xcc\x3c\xb2\xa2\xfe\xb1\x97\xa9\x2d\xc6\xac\x58\x5a\xf7\ \xc8\xab\x94\x41\x78\xf3\x92\xae\x2d\x8d\x52\x42\x54\x70\xc5\xbf\ \x9b\xdf\xdd\x39\xd4\x1e\x87\x0f\x1e\x13\x52\xc7\x08\x00\x9c\x01\ \x00\x42\x00\x81\x95\x8f\x36\xbe\xb9\x0d\x47\xb9\x82\x2b\x1e\x69\ \x7e\x7f\x9f\xd9\x58\xd6\xf9\xd6\x46\x00\x08\x2c\x7b\xbc\xf1\x8d\ \xd5\x0c\x20\xb0\xe5\xed\xde\x23\x7d\xac\x63\x67\xd3\x53\x6f\xa1\ \xc4\x3c\xd2\xbd\xbd\xf1\xe9\x25\xd4\xf0\xf5\xbc\xf9\xc4\x80\x8f\ \x48\x31\xd1\x38\xdc\xd8\xf6\xb7\xdf\xf5\x56\x07\x45\x8f\x13\x28\ \x00\x60\x92\x98\xe5\x48\x26\xdd\x4f\xfe\xcb\xdf\x1a\x56\x76\xbc\ \xd5\xfc\x76\x99\x9c\x93\x43\x08\x41\x2c\xd4\xf3\xd4\xdf\xbd\x2d\ \xd8\x9e\x22\x76\x3f\xf9\xb0\xaf\xce\x0f\x62\x8e\x3b\x1e\x2b\x47\ \x1a\x90\xe9\xf5\xbd\xf3\x78\xed\x6f\x1f\xec\xda\xb8\x4f\x0f\x9e\ \xce\x44\x1b\x3f\x1e\x5e\x7c\x11\x1a\x1b\xe1\xa5\x97\xac\x22\x6e\ \xf1\x39\xe8\x82\xa9\xad\xa8\xd6\xe7\xcc\x4e\xba\x7e\x72\xf4\x05\ \x05\xb6\xb6\x1a\x7f\x57\xb4\xfb\xde\xd9\x31\x37\xcc\x4f\x2c\x36\ \xf5\xad\x35\xda\xfe\x23\xa1\x82\xd1\xb1\xb7\x4c\xf6\x5c\x3f\xd9\ \x15\x23\x61\x5d\x37\x37\x94\x2b\x1a\xe3\x5d\xfd\x94\x2a\xe6\xfe\ \x6a\x15\x3b\xed\xf7\x2c\x4e\xbd\x7b\xb2\xb3\xa5\x56\xab\x7a\x67\ \x3b\x4c\x9f\x0e\x05\xb9\xdb\xd7\xee\xc8\x9b\x39\xc7\x05\xbd\x6d\ \x7f\xb9\xbf\xe6\xdf\xef\x88\xa5\x17\x16\xfc\xe9\xa1\xe4\x29\x29\ \x9c\x31\x16\x68\xed\x5d\xf6\x4e\xd7\xd2\x37\x7a\xf7\x57\x31\x24\ \x79\xae\xfc\x61\x5c\x5c\xf9\xb1\xdf\xbe\x17\xf7\xcd\x1f\xba\xa2\ \xed\x4c\xd5\x85\xfc\x09\x09\xf3\xcf\x75\xa5\xd8\xfa\x57\xbc\x6f\ \x98\xcc\xe8\xe8\x02\xad\x27\xb0\x7b\x1b\x35\x01\x1c\x69\xb1\x17\ \x5c\x99\x72\xdb\x8f\xdc\x51\x81\x81\x63\x3e\xec\xb2\xd1\x81\x10\ \x49\x1b\x1d\x53\x9a\x0b\x8c\x61\x47\x14\x11\x02\xde\x0d\x1f\x90\ \x69\xb7\x65\x5c\x77\x5d\xe6\xbd\x77\x91\x9a\x0f\xfa\xbb\x14\xe0\ \xc8\x36\x6a\x61\xe2\xe2\x1b\xd2\xaf\x9a\x13\x2e\x2b\x1f\xda\x61\ \x57\xf7\x6a\x24\x26\x09\x00\x38\x00\x42\x22\x80\xb7\x67\xe3\x21\ \xcf\xb5\x3f\x49\xbd\xf2\xc6\x9c\x6f\x2e\x0a\xaf\x5f\x46\x8a\xc7\ \x8b\xca\x51\x45\x19\x50\xbb\x28\x52\xbc\x6a\x77\x57\xa8\x3d\x18\ \x3d\x6f\x4c\x70\xeb\xc6\x60\x9b\x42\xbd\xed\xd4\xa0\xe1\x5d\xbb\ \x35\xdf\x00\xc7\xee\x98\x0b\xae\x4d\x5c\x74\x0e\xd4\xef\xf0\x75\ \xa4\x67\xdf\x7f\x4f\xf2\x95\x57\x47\x97\xc4\x01\xb6\x63\xd3\xaf\ \xf5\xab\x10\x6e\x51\x3b\x7a\xb1\xdd\xc6\x8d\x01\x70\xa4\xc7\x9c\ \x33\x0e\x79\x0f\xf4\xee\x2d\xe7\x5c\xd5\xbc\x61\xe6\x3b\xdc\x57\ \xd5\x0c\x80\xc4\x78\xc9\xe8\x69\x41\x31\xa5\x59\xbf\xfa\x5b\xe6\ \x15\x33\xf4\x2d\x4f\x1e\xf9\xd1\xaf\xfd\xf5\xa1\xd3\x3c\xb8\x69\ \xd3\x60\xf4\x68\x38\x74\xc8\x2a\xe2\x16\x9f\x43\x3f\x82\x32\x15\ \x90\xe7\xf8\x8c\x1f\x4d\xe3\x2e\x1b\x16\x00\x00\x70\x8c\x84\xfc\ \x1a\x53\x4d\x70\xc8\x04\x00\x22\x53\x9d\x39\x63\x61\x8e\x33\x12\ \xe4\x11\xf1\x28\x27\xc9\x96\x18\x2d\x71\xc6\x3b\xfb\xd4\xb2\x16\ \x75\x80\xcb\x76\x1b\x06\x97\xcb\xe8\x3f\xba\xbf\xc5\x7e\xed\x1d\ \xf9\x00\xaa\xa3\x64\x74\x38\x58\xab\x54\x1f\xea\x8f\x76\xbb\x0b\ \xf3\x30\x35\x49\x42\x69\xf6\xcf\x1e\x38\x31\x28\xc8\x01\x63\x8e\ \x90\x4a\x55\x65\xf0\x33\x63\x1c\x00\x81\x49\x15\x64\x2b\x1a\xe1\ \x1c\x91\x60\xcf\xbd\x2f\x31\x2d\x1b\xeb\x7e\x00\xce\x75\x06\x40\ \x04\xbb\xcc\x82\xba\xfb\x9a\x9f\x64\xa5\xbc\xdf\xfd\xe2\x83\x7d\ \x79\x8b\x72\xae\x1d\x8d\x08\x02\x66\x30\x5d\x17\x62\x3d\x00\x00\ \x76\xb7\x60\xa3\x54\x33\x04\x8c\x81\x19\x00\x80\x24\x17\x41\xfe\ \x21\xd7\x2c\x12\x10\x8f\xcc\xe4\xe3\x1c\x04\x01\x40\x65\x1c\x09\ \x31\x4e\x00\xc0\x51\x1e\x4c\x07\x50\xfa\x58\x47\xf4\xda\xde\x77\ \xdf\xe5\x59\x73\x12\xc1\xe7\x5d\xbb\x4a\x0d\x26\xa7\xe5\xc6\x2b\ \xbb\xc2\x24\x3e\xdb\x59\x58\xc8\x8d\xfc\xbc\xf9\x19\xf6\x28\xce\ \x19\xe7\x86\x06\xe0\xa6\x61\x15\xec\x31\xc7\x47\x15\x8c\xee\xa7\ \x1f\xf6\x0e\xe4\x24\xcd\xcc\x56\xa2\x24\x16\xd6\xe4\x39\x57\x17\ \xdc\x93\xd0\xf9\xee\x73\xd5\x5b\x46\x66\x2e\x4e\x45\xa2\xd3\x5e\ \x30\xc2\xe1\x60\xce\x7b\x7e\x2f\xe5\xe6\x01\x00\x37\x38\x72\x4a\ \xc0\x54\xad\xa9\x3a\x50\x7e\xd8\x60\x2e\x77\xe9\x28\xd9\x23\x9d\ \x4e\xf0\x31\xd8\x6c\xd6\xbe\x0c\x16\x9f\x8f\xbd\x20\xcb\x63\xa3\ \xf8\xea\x5d\xbe\x63\x3d\x7a\xa3\xd7\x4c\xcd\x70\xf6\xb7\x04\xd6\ \xb6\x68\x47\x6b\xfd\x5b\xfb\x61\x74\x8e\x5c\x9a\x2d\xed\x3b\xe4\ \xdb\xd7\xae\x37\xf6\x9a\x01\x9d\x89\x92\x38\x2e\x19\x35\xfb\xcc\ \x98\x58\x29\x3d\x4a\x88\xf3\x08\x5a\x7f\xf8\xa5\x6d\xfe\x16\x2e\ \x5e\x3f\xc7\x35\x6a\x6a\x2e\x1c\x2c\xaf\x7e\xe3\xf9\x70\xfe\xd4\ \xd1\xc9\x18\xc0\x11\x73\xc9\x5d\x05\xbf\xf9\x65\x4c\x41\x94\xff\ \xbd\xa7\xba\xf6\xb6\x81\x80\x59\xb0\x2f\xdc\xd8\xaa\xb6\x36\x2b\ \x2d\xad\xd4\x34\x82\x2b\xff\xd3\x17\x9a\x51\xfc\x87\x9b\x7c\xcf\ \xfe\x33\xd8\x6b\x4a\x71\x09\xc6\x91\xb2\x40\x75\xb5\xda\x67\x38\ \xc7\xe5\xa9\x4d\xed\x24\x31\xd7\x9e\x96\x20\xc6\x27\x22\x64\x30\ \x5d\x8f\xa8\x13\xd7\x75\xce\x4c\xb3\xa3\x43\x2c\x9e\x97\x72\xc1\ \xd8\xe0\xae\xdd\xaa\xdf\xe0\xa6\xc6\x50\xb4\xa7\x74\x64\x68\xcd\ \x6b\xfd\x35\xf5\xfe\xf7\xdf\x08\xb1\x11\xee\x14\x37\xd7\x54\x66\ \x50\x00\x00\x6a\x30\xfd\x44\xbc\x0c\x5b\x9a\x9b\xf6\x34\x02\x00\ \x16\x04\xbd\xe6\x98\xc9\x92\xa2\x73\x3c\xbe\xb7\x5f\x0d\x35\xd6\ \x76\x2d\x5d\xce\x52\x26\xda\x5c\xf1\x31\xe3\xe3\xba\x9f\x7c\x11\ \x8d\x9c\x9f\x34\x35\xbb\x77\xc9\x2b\x2c\x6d\xac\xcd\x86\x5d\xa3\ \x0a\x60\xa0\x89\x4a\x89\x8e\x8c\x74\x29\x29\x16\xc9\x02\xd7\x35\ \xce\x38\x00\xc8\x23\x4a\xa5\x81\x1d\x1d\x2b\x77\x2b\x4d\x8d\x5a\ \x4f\xbb\xd6\xd5\x4b\xd2\x4a\xdc\x63\x47\xcb\x1e\xc2\xa9\x49\xfb\ \x7b\x59\xd4\xa8\x94\x6b\x16\xd1\xba\x0d\x41\x9c\xe7\x8c\x17\xd4\ \x0e\xd5\x96\x97\x2f\xc6\xa7\xc9\x6e\x27\x80\xae\x76\xeb\x52\x7a\ \x1e\xeb\x2d\x6f\x7d\xea\x65\x15\x67\xa6\x7c\xf7\x8f\x79\x77\xdf\ \x60\x8f\x3b\xdd\x00\x6a\x6b\x2b\x1c\x3d\x0a\x29\x29\x56\x11\xb7\ \xf8\x14\xfc\xd7\x79\xd0\xa8\x30\xdd\xe6\x6f\x0b\xae\xab\x0a\x55\ \x07\x60\xfa\xa8\xa8\x52\x07\x5d\x53\x36\x50\xd6\xc5\xce\x99\x16\ \x37\x27\x59\x88\x4b\xb4\x47\x69\xda\x07\x95\xc1\xb2\x2e\x33\x2b\ \xc3\x39\x35\xcb\x56\x9c\x2e\x7b\x5b\x43\x1f\x1c\x0e\x56\x76\x99\ \x29\xe9\xf6\x14\x97\x30\x26\xdf\x3d\x3d\xcb\x16\x43\x00\x5c\x6e\ \x78\xe2\xc9\xfa\x83\x2d\xe2\x9d\x0f\x4c\xc9\x8d\x3e\x2e\x4d\x36\ \x5b\xce\xc8\x98\x39\xb3\x1d\x49\x51\x58\xf7\x06\x0e\x57\x04\xca\ \xca\x03\x65\x7b\xfa\x0f\x1c\xc2\xf1\xf1\xe1\x83\x47\x3d\x97\xdc\ \xec\x29\x2e\xc5\x7d\x7b\x03\xc1\xf8\xb8\x99\x93\x59\xe3\xb6\xde\ \xf5\x3b\x4d\x67\x7e\xd2\xe2\x0b\xa1\x69\x47\xcf\x07\x6b\xfa\xab\ \x9a\xc4\xbc\x09\x76\x8f\x19\xae\xed\x72\x8c\x9f\x22\xbb\xb9\x5a\ \x57\x2f\x14\x8c\xc5\x0d\x6b\xdb\x5e\x5f\x3a\xd0\xa8\xc4\x5e\x7e\ \x43\xcc\x08\xb7\x52\xd3\x24\x8f\x9a\xe6\x1a\x33\x5e\x08\x1e\xee\ \x59\xb9\x3a\x34\xe0\x49\xb9\xfd\x3b\xae\x04\x9b\xd1\x5a\x6b\x3a\ \x72\x3d\x25\xa9\xac\xbf\x43\x1d\x90\x3d\x13\x4b\x08\x02\x00\x20\ \x4e\xdd\xbb\x7e\x97\x63\xd6\x3c\x67\x82\x4b\xa9\xd8\xc5\x33\xa7\ \xc7\xcf\x1e\x47\x8f\x6d\xe8\x5d\xbf\xd5\x70\x95\xa6\xdf\x76\xbd\ \x6c\x27\x42\xb4\x5d\x6d\x08\xc5\x5c\x78\xa9\x23\xd7\xa5\xd4\xf6\ \x44\x9d\x77\x8d\x2b\xc9\x4e\xd2\x4a\x6c\x72\x77\xef\xf2\xe5\xfe\ \xbd\x07\xa8\x27\xcf\x9d\x1d\xad\xd4\xd6\xcb\xc5\xd3\xec\x31\x36\ \xe4\x4a\x75\xe5\x38\xfc\x6b\xdf\xf7\xed\x2e\x63\xae\xe2\xa4\x73\ \x47\x86\x36\xbf\xdb\xb7\x63\xb7\x6e\x24\xc6\x2d\x98\x87\xbd\x07\ \xdb\x9e\x7f\xd1\x57\xd6\xe0\x9c\x7e\x45\xd2\xec\x49\xee\xc2\xcc\ \xd0\xb6\x65\x7d\x5b\xb7\x06\x5b\x0d\xd7\x98\x52\x21\xb4\xbf\x63\ \x6d\x75\xec\x15\x97\xd9\xa2\xe3\xa2\x66\x2e\x88\x19\x57\x24\x3a\ \x3e\xc2\xdc\x0b\x85\xe0\xde\x7b\xa1\xa2\x02\xfe\xf2\x17\x48\x4f\ \xb7\x4a\xb9\xc5\xe9\x07\x14\xbe\xcc\x79\xd0\x27\xa3\xfd\xfa\xc7\ \xf4\x37\x7f\x41\x17\x2c\xb6\x3f\xf8\xbb\xff\x71\x5e\xe3\xe7\x8f\ \xda\xfd\xf7\x9f\x05\x93\xaf\xce\xb9\x6e\xda\x59\x30\x47\x4d\xed\ \x7b\xea\xff\xbc\x68\x7e\xfe\xed\x0b\xff\x4b\x62\xf6\xed\x83\x1f\ \xff\x18\x36\x6e\x84\xa7\x9f\x86\xdb\x6e\xb3\x4a\xbf\xc5\x47\xf1\ \x45\xcc\x6b\x3a\x43\x5a\x2f\x98\xb9\xfb\xd6\xef\xdb\x2b\x0e\xc1\ \xdc\xb9\xf0\x8b\x5f\x40\x43\xc3\x59\x9c\x6f\xb6\xf8\x6b\x6f\xf3\ \x64\xca\x67\x45\x27\x9d\xe9\xa4\x60\x41\xfa\xe5\xe7\x7c\x9c\x28\ \xd4\xd4\xc0\xfd\xf7\xc3\x39\xe7\x40\x5d\x1d\xbc\xf5\x96\x25\x0a\ \x16\x9f\x9a\x2f\xda\x5e\x18\xa4\xaa\x0a\xfe\xf4\x27\x78\xf5\x55\ \x88\x8f\x87\x6b\xae\x81\x6b\xaf\x85\xa9\x53\xad\x87\xf1\xa9\x65\ \x1f\x76\xec\x80\x57\x5e\x81\x25\x4b\x60\x60\x00\x6e\xbe\x19\xee\ \xbf\x1f\xf2\xf3\xad\x8c\xb1\xf8\xd4\xf6\xc2\x97\xa4\x0b\x11\x76\ \xec\x80\x67\x9e\x81\x77\xde\x01\x55\x85\x69\xd3\x60\xf1\x62\x38\ \xff\x7c\xc8\xca\xfa\x84\x0b\x28\xff\x7f\x45\x51\xa0\xa1\x01\x56\ \xae\x84\x65\xcb\x60\xef\x5e\x70\x3a\xe1\xea\xab\xe1\x9b\xdf\x84\ \x49\x93\xac\xbc\xb1\xf8\x2a\xeb\x42\x84\x63\xc7\x06\x17\x59\xef\ \xdc\x09\x2e\x17\x94\x96\xc2\x82\x05\x30\x7d\x3a\x4c\x9a\x04\xd1\ \xd1\xd6\xc3\x3b\x95\xbe\x3e\xd8\xb3\x07\xb6\x6f\x87\x75\xeb\xe0\ \xf0\x61\x50\x55\x98\x31\x03\x2e\xbf\x1c\x2e\xb8\xc0\xb2\x11\x2c\ \xbe\x46\xba\x10\x41\xd7\xa1\xb2\x12\xd6\xae\x85\xd5\xab\xe1\xc8\ \x11\x18\x18\x80\xa8\x28\x98\x3a\x15\x26\x4d\x82\xe9\xd3\x21\x27\ \x07\x12\x13\xcf\x7c\x05\xf1\xd7\x8a\x40\x00\x7a\x7a\xa0\xae\x0e\ \x76\xec\x80\x7d\xfb\x60\xd7\x2e\x08\x85\x20\x2a\x0a\x46\x8f\x86\ \xf3\xce\x83\x05\x0b\xa0\xb8\x18\x44\xd1\x2a\xe5\x16\x5f\x47\x5d\ \x18\x4e\x6d\x2d\x54\x56\xc2\xa6\x4d\x50\x56\x06\x07\x0f\xc2\xc0\ \x00\x24\x27\x43\x6a\x2a\x14\x16\xc2\xb8\x71\x50\x50\x30\xf8\x92\ \xa4\xaf\xe7\xe3\x52\x55\xa8\xa9\x19\x7c\x95\x95\xc1\xb1\x63\xd0\ \xd1\x01\x5d\x5d\xe0\xf1\xc0\xf8\xf1\x30\x6e\x1c\xcc\x9b\x07\x25\ \x25\x90\x93\x63\x95\x6c\x8b\xcf\x49\x17\x84\xb3\x31\xbd\xf9\xf9\ \x90\x9f\x0f\x97\x5e\x0a\x86\x01\xbd\xbd\x70\xe8\x10\x1c\x3a\x34\ \xa8\x11\x9b\x37\x83\xa2\x40\x30\x08\xb1\xb1\x50\x5c\x0c\xb9\xb9\ \x90\x97\x07\xf9\xf9\x90\x9d\x0d\x1e\x0f\x44\x45\x41\x54\xd4\x57\ \xc6\xac\x08\x06\x21\x10\x80\xfe\x7e\xe8\xef\x87\x86\x06\xa8\xad\ \x85\xba\x3a\xa8\xaf\x87\xaa\x2a\xe8\xef\x07\x97\x0b\xec\x76\xf0\ \x78\x60\xec\x58\xb8\xfe\x7a\x18\x3b\x16\xc6\x8c\x81\xd8\xd8\xb3\ \x30\x44\x85\xc5\xd7\x8f\xb3\xbb\x90\x89\x22\xa4\xa4\x40\x4a\x0a\ \x9c\x7f\x3e\x00\x80\xa6\x41\x6b\x2b\xb4\xb7\x43\x63\x23\x54\x54\ \x40\x63\x23\x54\x56\xc2\xfb\xef\x43\x4f\x0f\x88\x22\x44\x47\x43\ \x74\xf4\xa0\x34\xa4\xa7\x43\x6a\x2a\x24\x26\x42\x42\x02\xc4\xc7\ \x43\x7c\x3c\xc4\xc5\x41\x5c\x1c\xb8\x5c\x80\x31\xa0\x2f\x64\x3a\ \x02\xe7\xc0\x18\x0c\x0c\x80\xd7\x0b\x7d\x7d\xd0\xdb\x0b\xbd\xbd\ \xd0\xd3\x03\xdd\xdd\xd0\xd6\x06\x6d\x6d\x27\x44\xc1\xeb\x05\x4a\ \x21\x29\x09\xb2\xb3\x21\x3b\x1b\xa6\x4d\x83\xd2\x52\xc8\xca\x82\ \xb4\x34\x48\x4b\xfb\xda\x9a\x45\x16\x96\x2e\x7c\x36\xc8\x32\xe4\ \xe5\x41\x5e\x1e\xcc\x9a\x75\xc2\x2b\xa1\x69\xd0\xd9\x09\x8d\x8d\ \xd0\xd2\x02\x2d\x2d\xd0\xd6\x06\x4d\x4d\x50\x5e\x0e\x7b\xf7\x82\ \xa6\x81\xa6\x81\xae\x0f\x9e\xc6\x18\x78\x3c\x10\x13\x73\x42\x3e\ \x5c\xae\xc1\x97\xc3\x01\x76\x3b\xd8\xed\x20\xcb\x20\xcb\x20\x49\ \x20\x8a\x20\x08\x40\xc8\x49\x81\x8f\x28\x05\x4a\xc1\x34\xc1\x30\ \x06\xaf\xa9\xaa\xa0\xaa\x10\x0e\x43\x38\x0c\xc1\x20\x84\x42\x10\ \x0c\xc2\xc0\x00\xf8\xfd\x30\x30\x00\x3e\x1f\xf4\xf7\x03\x21\x20\ \x49\x20\x49\x83\x57\x8e\xdc\x22\x25\x05\x0a\x0b\x21\x2d\x0d\x32\ \x32\x20\x23\x03\xb2\xb3\x21\x31\x11\x6c\x36\xcb\x53\x60\x61\xe9\ \xc2\xff\x4c\xa4\xbe\xb9\xdd\x50\xf0\xa1\xa8\xa7\x91\xa6\x38\x10\ \x80\x81\x01\x08\x04\x20\x18\x84\xde\x5e\xf0\x7a\x61\x60\x60\xf0\ \x15\x0c\x42\x57\x17\xd4\xd7\x43\x28\x04\x8a\x32\x58\xc3\x23\x22\ \xa2\xeb\x60\x9a\x1f\xb9\xe8\x08\x63\x10\x04\x10\xc5\x13\x95\x3c\ \xa2\x29\x4e\xe7\xe0\x2b\x2d\x0d\x8a\x8b\x07\xa5\x27\x36\x16\xe2\ \xe3\xc1\xe5\x02\xb7\x1b\xa2\xa2\x06\xff\xf5\x78\xac\x92\x67\x61\ \xe9\xc2\x97\x81\xc7\xf3\xdf\xab\x5f\xc4\xd4\x1f\x7a\x71\x3e\x78\ \x24\xa2\x08\x91\x8f\xc3\x89\x74\x40\x10\x1a\x7c\x13\xe9\x92\x20\ \x04\x18\x9f\x78\x21\x64\x95\x2a\x0b\x4b\x17\xbe\xca\x20\x74\x6a\ \x4f\xc1\xc2\xc2\xe2\x8b\x5f\x1f\x61\x61\x61\x61\xe9\x82\x85\x85\ \x85\xa5\x0b\x16\x16\x16\x96\x2e\x58\x58\x58\x58\xba\x60\x61\x61\ \x61\xe9\x82\x85\x85\x85\xa5\x0b\x16\x16\x16\x16\x96\x2e\x58\x58\ \x58\x58\xba\x60\x61\x61\x61\xe9\x82\x85\x85\x85\xa5\x0b\x16\x16\ \x16\x96\x2e\x58\x58\x58\x58\xba\x60\x61\x61\x61\xe9\x82\x85\x85\ \x85\xa5\x0b\x16\x16\x16\x96\x2e\x58\x58\x58\x58\xba\x60\x61\x61\ \xf1\x15\xd5\x05\x84\xbe\xb4\xcd\x23\x2c\x2c\x2c\xbe\x98\xca\x8f\ \xc9\x47\x85\x1d\x14\x4e\xa7\x09\xc8\xd4\xf5\x86\xba\x6a\x4b\x1a\ \x2c\x2c\xbe\xc6\x30\x46\x4d\x5d\x47\x08\x9d\xe9\x7e\x53\x9a\xa6\ \xea\x9a\x66\x85\x30\xb5\xb0\xf8\x3a\xc3\xb9\x24\xcb\xb2\x6c\x3b\ \xa3\xfd\xa6\x38\xe7\xb2\x6c\xb3\xd9\xec\x56\xbe\x59\x58\x7c\xdd\ \x95\x81\xf3\xd3\xed\x87\x20\x7c\xa2\xb3\x2d\x2c\x2c\xfe\x7f\xc0\ \x1a\x8f\xb0\xb0\xb0\xb0\x74\xc1\xc2\xc2\xc2\xd2\x05\x0b\x0b\x0b\ \x4b\x17\x2c\x2c\x2c\x2c\x5d\xb0\xb0\xb0\xb0\x74\xc1\xc2\xc2\xc2\ \xd2\x05\x0b\x0b\x0b\x4b\x17\x2c\x2c\x2c\x2c\x5d\xb0\xb0\xb0\xb0\ \x74\xc1\xc2\xc2\xc2\xd2\x05\x0b\x0b\x0b\x4b\x17\x2c\x2c\x2c\x2c\ \x5d\xb0\xb0\xb0\xb0\x74\xc1\xc2\xc2\xc2\xd2\x05\x0b\x0b\x0b\x4b\ \x17\x2c\x2c\x2c\x2c\x5d\xb0\xb0\xb0\xb0\xb0\x74\xc1\xc2\xc2\xc2\ \xd2\x05\x0b\x0b\x0b\x4b\x17\x2c\x2c\x2c\x2c\x5d\xb0\xb0\xb0\xb0\ \x74\xc1\xc2\xc2\xc2\xd2\x05\x0b\x0b\x0b\x4b\x17\x2c\x2c\x2c\x2c\ \x5d\xb0\xb0\xb0\xb0\x74\xc1\xc2\xc2\xc2\xd2\x05\x0b\x0b\x0b\x4b\ \x17\x2c\x2c\x2c\x2c\x5d\xb0\xb0\xb0\xb0\x74\x61\x38\x08\x21\xf4\ \x49\x4e\x22\x82\x28\x0a\xc4\xca\x77\x0b\x8b\xb3\x19\xe1\x23\x6a\ \x32\xb6\xd9\xed\x02\x46\x00\xc0\x19\xd5\x35\xcd\xa0\xec\xd4\x73\ \x38\x10\x49\x16\x10\xd3\x75\xe3\x63\x35\x81\xc8\x36\xc1\x50\x75\ \x0a\x1c\x21\x08\xf4\xb5\x07\xa8\x3d\x31\xce\x8d\x38\xb7\x72\xdf\ \xc2\xe2\x2b\xa3\x0b\x08\x61\xae\xf7\x6f\x5f\xbb\xac\xce\x1b\x36\ \x29\x73\xc6\xa4\x8e\x9d\x34\x39\x3f\xc5\x6d\xea\x06\x22\x82\x20\ \x10\x04\x9c\x9a\x94\x23\xe8\xae\xdc\xbc\xfa\x40\xdb\x94\x0b\xae\ \x1e\x9b\x8c\x43\x8a\x01\x98\x08\x02\xc1\x00\xd4\x34\x4c\xc6\x23\ \x97\x62\x4a\xe7\xd2\x97\x56\x4a\xe3\x17\x5c\x34\xb9\x08\x05\xdb\ \xdf\x78\xe4\x81\x15\xbe\xf1\x0f\xff\xe5\xde\x54\x09\x10\xc6\x08\ \x01\xa3\x8c\x23\x44\x30\x66\xd4\x34\x4d\xca\x01\x10\x26\xa2\x20\ \x20\xe0\xa6\x69\x50\x66\xc9\x87\x85\xc5\xd9\xa0\x0b\x98\x50\xa5\ \x77\xcd\x2b\x4f\x6f\x0f\xc7\x66\x27\xb9\xb4\x50\xe0\xed\x25\x2b\ \xaf\xf9\xce\x77\x2f\x9f\x9a\x35\xd0\xd3\xd9\xe3\x0f\x30\x10\x3c\ \xf1\x29\xc9\x89\xae\xae\x8a\x1d\x4b\xdf\xa9\x20\x99\x63\x3d\x86\ \x27\x3a\x21\xc5\xce\x42\x6d\x0d\x9d\x0a\x15\xe2\x53\x53\x3d\x32\ \x36\x29\x43\x98\xd0\x70\xfb\x8a\x37\x97\x44\xd3\x84\x82\x18\x39\ \x29\xc6\x96\x3d\x7a\xe2\x78\x5f\xbe\x93\xf0\x90\xbf\xb7\xc7\x1f\ \x30\x19\x72\x46\x45\x8b\x4c\xf1\x0f\xa8\xce\x98\x84\xc4\x58\x27\ \x02\xc4\x8d\x50\x73\x73\x97\x06\x72\x62\x4a\xaa\x5b\x04\xd3\x92\ \x06\x0b\x8b\xb3\xa2\x1f\x01\x08\x61\x94\x37\xef\xf6\x27\xee\x5f\ \xe4\x3b\xb2\xf1\x2f\x7f\xfc\xd3\x6b\x2f\x2e\x99\x3a\xe1\x47\xed\ \xab\x9e\x7a\xf0\x9d\x83\xc0\x51\x6c\xc1\xdc\x9f\xfc\xf2\x2e\x9b\ \xcb\xe3\x66\xfe\x37\xfe\xf2\xe3\x0d\x23\xe7\xfd\xe6\xd7\xb7\x1d\ \x7e\xf9\x9f\xaf\xac\x2f\x57\x18\xce\x99\x70\xd1\xf7\xef\xb9\x26\ \xcd\x86\x18\x00\x20\x21\x2a\xd6\x73\x74\xc5\x73\xdf\x5b\xb9\xfa\ \xbe\x5f\x7c\x2f\xd8\x5e\xb9\xb7\xd6\x71\x27\xd1\xd7\xbe\xf0\xaf\ \x17\xd6\x96\x69\x9c\x24\xe6\x14\xb8\xcd\xee\xea\xc6\xde\xf8\xa2\ \x59\xdf\xff\xd1\x0f\x27\xc7\x7b\xdf\x78\xe2\x91\xf7\xb6\xd7\x28\ \x48\x1c\x35\xe7\xca\xef\xdc\x7a\x79\x92\x68\x98\x96\x32\x58\x58\ \x7c\x81\xe0\x8f\xf6\x0b\x20\x4e\x8d\xb0\x62\x24\x8e\x18\x3f\x6b\ \xda\x28\xa5\xaf\xba\xba\x97\x16\xcf\xbd\xfc\x3b\x77\x7d\xeb\xf2\ \xf3\xa7\xf8\x2b\xd7\x6d\xae\xe9\xc2\x9c\x99\xae\xd4\x6f\xfe\xdf\ \xa3\xff\xfc\xf5\x9d\x7c\xef\xdb\x2f\xac\xaa\x18\x7d\xe1\x2d\x77\ \x5e\x39\xab\x65\xeb\x6b\xef\xec\x69\x17\xc4\x88\x7f\x91\x1b\xaa\ \x39\xf6\x8a\xef\x3c\xf5\xd4\x9f\xe7\x14\x25\xe8\xaa\x09\x00\x00\ \x66\x5f\x67\xb7\x6b\xec\xc2\xdf\xfd\xf1\x81\x14\x6f\x95\x5e\x70\ \xed\xa3\xbf\xbd\x0d\xb7\xee\xdf\xb9\xef\x58\xf5\xfe\x65\xaf\xac\ \x6b\x9c\x71\xcd\x1d\xdf\xba\xa0\x64\xdf\x9a\xa5\x1b\x0e\x74\x88\ \x36\xc1\x7a\x4e\x16\x16\x67\x83\xbd\x00\x00\x80\x88\x68\xb3\x8b\ \xa0\x69\xfd\x7e\x1f\x08\x6e\xa7\xde\xf0\xea\x73\x4f\xee\xec\xb4\ \x17\x66\x3a\x44\x19\x29\x26\xe5\x8c\x72\x2c\x26\x64\xe4\x26\xc6\ \x49\xb5\xcd\x5d\x06\xa7\x2d\x95\x7b\xb4\x28\xa1\x60\xe2\xd4\x78\ \xcc\x18\x70\x00\x04\x00\x94\x32\x57\x5c\x4a\x6e\x7a\x32\x84\x3b\ \xf9\xf1\x4e\x01\x46\x88\xd8\x5d\x59\xf9\x45\x39\x89\x72\x1f\x89\ \x2d\x2a\x75\xc4\xba\x44\x53\xf1\x77\x35\xb5\x99\x02\x6a\x38\xb0\ \xbd\xcf\x86\xc6\x8e\x19\x1d\x2b\xea\x06\x43\x08\xc0\xb2\x18\x2c\ \x2c\xce\x06\x5d\x40\x9a\xbf\xbd\xaa\xe2\x60\xe3\xee\x15\x6f\xae\ \xab\x1f\x71\xc1\x0f\x0b\x58\xc3\x23\x15\xcd\xf9\x17\xdc\x7b\xe9\ \x58\xde\xb4\x67\x8f\xc1\x88\xd3\x65\xa3\x21\x7f\xd5\xfe\x5d\x39\ \x24\xd3\x95\x9e\x22\x51\x96\x50\x30\xf1\x92\x99\x39\x8a\x5f\xcd\ \x1e\x99\x6c\x1a\x0c\x30\xc6\xa2\xdd\x2d\x1b\x8d\x47\x2b\xf7\x97\ \x7b\xd2\xe3\x25\x44\x4e\x0c\x6b\x72\xc6\x4c\xc3\x60\x80\x38\x35\ \x74\x83\x02\x20\x40\x42\x42\x56\xa6\xa0\x56\xa6\x94\xce\x58\x38\ \x2a\x49\xd1\x68\x66\x71\x2a\xd3\x0d\x4b\x14\x2c\x2c\xbe\x64\x5d\ \xe0\xc0\x11\x26\x0e\x97\xab\x73\xcf\x6b\xf7\xed\x78\xd5\x15\x97\ \x3a\xee\x92\x6f\x5d\x7f\xed\xdc\x38\x67\xdf\x85\xb3\x46\x2e\x59\ \xf5\x9f\x23\xeb\x64\x53\x4e\x9a\x26\x09\xe9\x93\xcf\x99\xb3\x79\ \xff\x7b\x8f\xfc\x6c\xed\x88\xb9\xbf\xf9\xcd\xdd\xdf\xba\xaa\xe7\ \xc5\x15\xcf\xfc\xf4\x3d\xc3\x95\x34\xe1\xff\x1e\x1a\x95\x84\xc1\ \x60\x54\x8e\xca\xb8\xf0\x92\x59\xff\x7e\xeb\xe5\xef\xad\x5b\x7e\ \xe7\x4f\xef\x27\x02\x61\x8c\x47\x44\xe1\xe4\x37\x9c\x31\xa6\x1b\ \x2c\x77\xda\x15\xb7\x2e\x6e\x7d\x73\xe9\x63\x6b\x9f\xd7\xe2\x47\ \xcd\x7d\xe0\xd7\xe3\x52\x90\xa1\x59\xc2\x60\x61\xf1\x05\x82\x06\ \xfa\xfd\xa7\x39\xcc\x69\xb0\xbf\x5f\x31\x28\x00\x12\x64\x7b\x4c\ \x4c\xb4\x88\xa8\xc9\x10\x18\xe1\x3e\x5f\xbf\x41\x41\x90\x6c\x2e\ \xb7\xcb\x6e\x93\x8c\xa0\xdf\x37\x10\x06\xd1\x1e\x1d\x13\x63\xc7\ \x7a\x5f\x9f\x4f\x33\x18\x91\xed\x51\x51\x2e\x11\x01\x07\x40\x08\ \x03\xd7\x7d\x7d\x3e\x9d\x61\xb7\x27\x0a\xb4\x40\xc8\x94\xe3\x62\ \x1d\x61\x9f\x4f\x45\x52\x4c\x94\x23\xec\xef\xd3\x49\x54\xac\x1b\ \xf9\xbc\x03\xc4\xe6\x8e\xf6\xb8\x10\x55\xbc\x7d\x7e\xcd\xe4\xa2\ \xcd\x11\xe5\x76\x0a\xc8\xea\x44\x58\x58\x9c\x0d\xba\x00\x88\x08\ \x04\x23\x04\x00\x9c\x33\x46\x19\xe3\x1c\x00\x10\x26\x84\x60\x04\ \xc0\x39\x67\xd4\x64\x1c\x30\x21\x04\x63\xce\x19\x35\x29\x47\x58\ \x20\x18\x21\x34\xf8\x71\xe8\x5a\x08\x13\x42\x10\xe2\xd4\xa4\x80\ \x09\x41\xdc\x30\x29\x11\x04\xc4\x39\xa5\x14\x0b\x22\xe2\xd4\xa4\ \x5c\x10\x04\xce\x29\xa5\x0c\x61\x4c\x30\x41\x08\x38\x63\x94\x52\ \x4b\x14\x2c\x2c\xce\x12\x5d\xb0\xb0\xb0\xf8\xff\x17\x6b\xdd\x94\ \x85\x85\x85\xa5\x0b\x16\x16\x16\xff\x8d\x2f\x74\xca\x10\xc6\x96\ \x0c\x59\x7c\xe5\xe1\x9c\xf3\x8f\x58\xf5\x77\xd6\x96\xf0\x8f\x49\ \xf3\x97\xa9\x0b\x08\x21\xce\x79\x20\x10\xa0\xd4\xb4\x0a\x96\xc5\ \x57\x17\x04\xc8\x6e\xb7\x8b\x92\xcc\x39\xfb\x70\x09\x0f\x06\x83\ \xa6\x69\x9c\x85\x69\xb6\xd9\xed\xd2\x87\xd2\xfc\x25\xeb\x02\x42\ \x88\x31\xd6\xdb\xd3\x2d\xcb\x36\xd9\x66\xb3\xca\x96\xc5\x57\x17\ \x4a\xa9\xd7\xdb\xe7\x72\xb9\x9d\x6e\x37\x67\x27\xaa\x19\xe3\xac\ \xaf\xa7\x47\x14\x25\x9b\xdd\x7e\x16\xa6\xd9\xe7\xed\x73\xba\x5c\ \x6e\x77\x14\x63\xec\xf3\xd2\x05\x0e\x5c\x24\x36\x91\xc8\xfc\x23\ \x26\x16\x20\x40\x94\x19\x9a\x19\x46\x10\x99\xdd\x88\x7c\x5e\xaf\ \xc3\xe9\x4c\x4e\x49\xb3\x0a\x96\xc5\x57\x9d\x28\x8f\xa7\xb5\xb9\ \x49\xb6\xd9\x88\x20\x00\x1f\x8c\x27\xe0\xf7\xf5\xca\xb2\x9c\x9a\ \x9e\x79\x76\xa6\xd9\x13\x1d\xd3\xda\xd4\x68\x93\x6d\x82\x28\x9e\ \x49\x87\xe2\xd3\xe8\x82\x2c\x38\x0e\xd5\xaf\xaa\x6c\xde\x28\x09\ \xa7\x6f\xfc\x4d\xaa\x65\xc4\x97\xce\x18\x79\x83\x61\xaa\x00\x80\ \x10\x28\x4a\x38\x25\x2d\x6d\xa8\x9f\x13\x31\xba\x3e\x47\x0b\x05\ \x63\x04\x70\x86\xd2\x78\xfa\x6f\x73\xf6\x59\x2d\xef\xc6\x18\xc3\ \x67\x78\x39\x8b\x2f\xcb\x1a\x3f\x1e\x74\xcc\x6e\x77\x08\x82\xa8\ \xeb\x9a\x43\x10\xf8\xe0\x23\x46\xe1\x70\x38\x23\x2b\xe7\x0b\x2b\ \xe1\x9f\x28\xcd\x9c\x73\x9b\xcd\x26\x48\x92\xa6\x69\x82\x28\x9d\ \xc9\x62\xa3\x4f\xa3\x0b\x02\x16\xdb\xbd\xc7\xf6\xd5\xbc\x63\x97\ \xa2\x4e\x7b\x82\x66\x04\x0d\x53\x9b\x53\x7a\x8b\x01\xea\x90\x89\ \x11\xe9\x4d\x1c\x4f\xeb\x49\x79\xf7\xd9\xe6\x20\x42\x48\xeb\xef\ \x0b\x9a\x42\x4c\xb4\xeb\xe4\x87\x83\x04\x81\x44\xa6\x63\x7d\xcc\ \xb7\x09\x61\xfd\xde\x01\xe2\x70\x3b\x25\x12\x99\xa1\x8d\x00\x21\ \x8c\x06\x13\x7c\xbc\x7e\x63\x8c\x81\x73\x40\x27\x14\x04\x21\x8c\ \xe0\xf8\xaf\xe2\x9c\x03\x20\x84\x30\xe2\x01\x9f\x0f\x64\x8f\xcb\ \x86\xac\x18\x33\x5f\x45\x15\x18\x7a\xc3\x39\x8f\x94\x54\x42\x08\ \x20\x38\xa5\xcc\x72\xc6\x11\x0c\x3d\xf9\x53\xd5\xe1\x94\x12\x8e\ \x10\x46\x88\x73\xf6\xe9\xcb\x3d\x21\x02\x82\xe1\x93\x07\xff\x4b\ \x9a\x87\x55\x43\x38\x93\xbb\x7e\x1a\xf7\x29\x07\x2e\x10\xc9\x26\ \xb9\x6d\x92\xeb\x23\x5e\x6e\x51\xb0\x0d\xef\x65\xf0\xc1\x09\x93\ \xc0\x39\x37\x54\x55\xd5\x4c\x00\x60\x8c\x7d\x52\x37\xe9\x99\x65\ \x19\xa9\xd9\xf0\xea\xcb\xef\xef\x05\x32\x6c\x91\x16\x20\xc4\x94\ \xa6\xfa\x3a\xaf\xca\xf1\x47\x47\xa4\xc4\x84\xe8\x5d\xe5\x4f\x3d\ \xfe\x42\x75\x4f\x50\x35\x18\xc6\x08\x01\x60\xcc\xb5\x70\x50\x51\ \x94\x70\x48\x41\x04\x23\x00\x4c\xb0\xa1\x2a\x61\x45\x09\x86\xc2\ \x26\xc7\x28\xf2\xa4\xa9\x1a\x0a\x2b\x4a\x30\xa8\x53\x86\x10\x20\ \x40\x08\x98\xaa\x68\xc7\xb6\xbe\xf5\xf4\xd2\x1d\x06\x26\x18\x59\ \xd5\xed\x2b\x03\x3f\x0e\x63\x0c\x63\x8c\x31\xe6\x9c\xb3\xe3\xc5\ \x95\x31\x76\x4a\xf5\xe2\x8c\x0d\xfb\xd2\x89\xef\x7e\xb8\x84\x23\ \x00\x6a\x68\xaa\xf6\xa9\x57\x03\x22\x8c\xc0\xdb\xd6\xd0\xd4\x15\ \xc2\x27\x17\xa9\xe1\xf7\x1d\xba\xf5\x50\x9a\x39\x63\x67\x5e\xd7\ \xbe\xa0\x61\x15\xc6\x38\x70\x0e\x1c\x08\xc1\x5b\x9f\xfa\xf3\xbf\ \xdf\x3c\x40\x08\x11\x4e\x03\x01\xce\x11\x3e\xe9\x23\xe7\x30\xfc\ \x0c\xc4\x39\x0c\x3b\x03\x47\xce\x88\xc8\x33\x26\x82\x20\x00\x00\ \x53\xfc\xde\x01\x85\x03\xe0\xe1\x57\x0e\xd6\x3e\xf7\xcc\x73\x35\ \xaa\x88\x89\x80\xe1\xc3\x77\xe1\xc0\x01\x23\x63\xe7\xca\xf7\xb5\ \xf4\xb1\xae\x96\x55\xf7\x3f\xf0\xaf\x26\x95\x10\x41\xf0\x1e\x5e\ \xfd\xab\x3f\xfc\xe7\x58\x7d\xf9\xc3\x0f\xfc\x62\x6d\x75\x90\x10\ \x01\x05\x6a\xfe\xf9\xeb\xdf\xad\x3b\xdc\xb0\xe4\x1f\xbf\x7a\x7c\ \xf9\x61\x2c\x08\x84\x68\xef\x3f\xf6\xbb\x27\x56\x1f\x3c\xb4\xfc\ \xb1\x5f\xfe\xe3\x9d\x10\x12\x88\x40\x6a\xd6\x3e\xfd\xc0\xdf\xdf\ \x4d\x1e\x3d\xb9\xff\xe0\xaa\x3d\xcd\xc1\x41\x13\xc3\x7a\x7d\x75\ \x5e\x9c\x73\x41\x10\xea\x6a\x6b\xfb\x7a\x7b\x09\x21\x43\x5a\xf0\ \xe1\x6e\x21\xe3\x1c\xd8\x60\xd3\xf7\xb1\x2f\x20\x02\x29\x7b\xff\ \xa9\xdf\x3f\xb5\x89\x9e\x5c\xf4\x11\xe7\x80\xc8\xc9\x15\x81\x0c\ \xff\xeb\xf1\x12\x4b\x30\x61\x1b\x5e\x7f\xf6\xfd\x03\xbd\x38\x52\ \x94\x3f\x3a\xf1\xc3\xc5\x8b\x47\x22\x1f\x9c\x61\x9f\xe0\x8b\xb1\ \xc9\x22\xf9\x18\xc9\x36\x53\xd7\x74\x0a\x60\xfa\x3e\x78\xf5\x95\ \x7d\x2d\x7e\x2e\x78\x46\x8e\xca\xf6\xd5\x1f\x6d\xf1\xc1\xa4\x0b\ \xae\x3a\x7f\x42\x96\xf7\xc8\x96\x37\x96\x6f\xee\x36\xa4\xb1\x73\ \x2f\xb9\x68\x46\xa1\x08\x66\xcd\x8e\xf7\xdf\xdf\x7c\x28\x68\xa0\ \x94\x92\x29\x97\x5f\x3a\x3f\x26\xdc\xb2\x6c\xe9\x3b\x65\x4d\x03\ \x29\x23\x67\x5d\x7d\xf1\x2c\x37\x32\x19\x07\x2c\x48\x7a\xdf\xb1\ \x77\xde\x7a\xb7\x3e\x20\x68\xad\x4d\x52\xe9\x54\x02\xda\xae\xf7\ \x9e\x5f\x7b\xa8\x4b\x8c\xce\xb9\xe4\xba\xab\x8b\xed\xa2\xe9\x6b\ \x7f\xed\xaf\xbf\xdb\x95\x95\x73\xd9\x37\x6e\x4c\xec\x3b\xf8\xc6\ \xdb\xab\x5b\x83\x68\xe4\xec\xc5\x17\xcd\x2c\xc2\xd4\x00\x44\xcc\ \x81\xba\x9d\x55\xe1\x49\x77\x4c\x1b\x91\x1b\x28\x5d\xfe\xab\xb7\ \x3e\xa8\xbc\xff\xb2\xac\xe5\x4b\xd7\xa6\x4c\xbe\x6d\xc2\xe8\x51\ \xe1\x09\xeb\xde\x7c\x7b\xf9\xdc\x9f\x5f\x7f\x78\xe5\xd2\xae\xd8\ \x31\x77\x4f\x29\x0d\xa0\x49\xbf\x7a\xfe\xed\xa3\xf3\x4b\xd3\x9b\ \x3e\xd8\xd8\xe8\xb8\xe3\x9b\x33\x8a\xcc\xa8\x55\x3f\x7f\x6c\x75\ \xf9\x82\xab\x0a\xfb\xde\xfe\xa0\x6a\xfa\x8d\xbf\x48\xcf\x8e\x9b\ \x98\xb5\x74\xfb\xce\xea\x99\x99\xe3\xb8\x15\xed\xf6\x2b\xd5\x97\ \xc0\x08\x1d\x2c\x2b\x7b\xfe\x85\x17\x52\x53\x53\x6f\xbe\xf9\xe6\ \xf8\xf8\xf8\xc8\x18\xc4\xa0\xbd\x30\x64\x94\x23\xc4\x23\x9d\xe4\ \x61\x66\xfb\x60\x2b\x0d\xf0\x21\x33\x91\x9b\x86\xae\xea\x4c\x04\ \x75\xcb\x92\xd7\xb7\x1f\x6d\x31\x19\xc9\x9d\xbc\xe8\xf2\x05\x63\ \x89\xb7\xee\xcd\x77\xde\x3f\xd2\x1e\xce\x1b\xbf\xe0\xea\x8b\x27\ \x43\x4f\xed\xd2\x25\xef\x1e\xed\xd1\xb2\x26\x2c\xbc\x6a\xd1\x24\ \xb3\x71\xdf\x9b\xef\xad\x6f\xe9\xe7\x63\xe7\x2d\x12\x45\x7e\x60\ \xd9\xe3\x7f\x38\x9c\x36\xe5\xc2\x1b\xe7\x15\x45\x53\x93\x7d\xb4\ \x75\x3f\x98\x00\xc6\x19\x87\xb3\xc9\x5e\x40\x00\x6c\x70\xe0\x94\ \x03\x70\x40\x88\x10\x62\x06\xda\x36\x6c\xaa\xca\x99\x76\xf1\xdc\ \x5c\xfd\xdd\xd7\xdf\xb1\x8f\x9e\x7f\x4e\xb1\xfc\xf6\xb3\xaf\xd6\ \xf8\x68\x54\x72\xde\xb9\x97\x5c\x75\xf9\xac\xac\x8d\x6f\xbd\x78\ \xd0\xcb\xbc\x95\x2b\xfe\xf5\xc2\xfa\xf4\xc9\xe7\x2d\x9c\x10\xb3\ \x7b\xfb\xb6\x5e\x55\x5d\xf7\xca\x93\x65\xe1\xac\x6b\xaf\xbe\x28\ \xb8\xf7\xad\x97\xd6\x1c\xc3\x22\xe1\x08\x63\xa3\xf7\xed\x27\x1e\ \x2d\x57\xd3\xcf\x5f\x30\x3b\xc5\x25\x52\xd3\x64\x20\x66\x8d\x9e\ \x75\xcd\x75\x57\xe7\xea\x15\xcf\xbf\xbe\xcd\x00\x8c\x1d\x9e\x29\ \xe7\x5f\x76\xe9\x79\x73\xe3\xf5\xfa\x67\x9e\x7c\xd9\x28\x38\xf7\ \xaa\x45\xa3\x76\xbd\xf1\xe4\xa6\x5a\xaf\x40\x30\x47\x38\xd8\x59\ \xdd\x23\xc4\x64\xa6\xd8\x80\x24\x5c\x75\xe3\x85\x1d\x5b\x5e\x7b\ \xe9\xc5\xe7\x2a\x51\xc9\xb5\x8b\x46\x73\x86\x66\x5c\x7e\x5d\x86\ \x6f\xd7\xd3\x2f\xbc\xf8\xce\xbe\xd0\x65\xd7\x2d\x76\x72\x96\x3c\ \x69\xf1\x85\x45\xea\xeb\xcf\x3e\xff\xcc\x9b\xdb\x47\x5d\x7c\x4d\ \x89\x07\x50\xdc\xe8\x9b\x2e\x1b\xbb\xfd\xad\x67\x5e\x7c\xe6\x15\ \xa3\x60\xe1\xc5\x13\x12\x39\x90\xc2\xec\x24\x7f\xdd\xb1\xd0\x60\ \xe7\xce\x7a\x7d\x35\x5e\x08\x41\x58\x09\xd7\xd4\xd6\x8e\x1c\x39\ \xd2\xe3\x89\xaa\xa9\xae\x66\xc7\xcd\x84\x48\x9d\x47\x27\x95\x70\ \x0e\xc0\x39\xe2\x3c\x22\x0e\x30\xf8\xe6\xc3\xf6\x03\x00\x47\x08\ \x61\x8c\x11\xf5\x6e\xda\xb2\x5b\x1e\x39\xff\x82\xd9\xf9\x7b\xde\ \x7c\x6a\x5b\x43\xcf\xae\xe5\x6f\x6c\x6a\x8d\xbe\xe6\x86\x2b\x27\ \x8c\x48\x15\xf4\xbe\xb7\x9f\x79\xaa\xc1\x35\xfe\xea\xcb\xe7\x36\ \x7e\xf0\xc2\x3b\x65\x3d\xde\xa3\x3b\xf6\x37\x9a\xf3\x17\x5f\x38\ \x26\x37\xde\x34\x21\x73\xdc\xbc\x6b\x2e\xbf\x68\x64\x8a\x9d\x52\ \x76\x7a\xcb\x64\xd0\x6c\x18\x4c\x33\xe3\xfc\x2c\xb3\x17\x00\xd8\ \x71\xf0\xa0\xcd\x4e\x19\x33\x45\x57\x7c\x41\xf1\x98\x49\x4e\xe3\ \x83\xfd\xbd\xd9\xa3\xc6\x4d\x43\xd2\x96\x4d\x4f\x77\xfa\x82\xf1\ \xd0\xb2\x7d\xdd\x4e\x7f\xb8\x7f\x20\x14\xf2\xf5\x06\x8e\xec\xd9\ \x11\x3d\xf9\xc2\xab\xce\x9d\xa4\x36\xf9\x63\xb6\xf7\xab\x03\x6d\ \x7b\xf6\x36\xf9\xd2\x5c\x2b\x57\xd5\x77\xf5\x6b\xf6\xa6\x16\x0d\ \x46\x10\xe0\xc1\xee\xea\x03\x2d\xee\x6b\x7f\x79\xd5\xc4\x74\x09\ \x55\xad\x79\xdf\x4f\x29\x53\x9a\x8f\x94\xed\xac\xee\x1e\x68\x1f\ \x08\x3a\xfb\x54\x23\x01\x09\xb6\xb4\xbc\x82\x9c\x34\xd9\x5f\xf1\ \xe6\xa1\xe6\xce\x34\xf7\xf6\x55\xd5\x4a\x50\xef\xab\xef\xee\xe7\ \x79\x6e\xce\xb9\x16\xf0\x82\x20\x39\x04\x46\x75\x3d\xb6\xe4\xdc\ \x4b\xc6\x1e\xf8\xfb\x1b\xe5\x77\x3d\xfc\xa7\x14\x51\x53\x34\x26\ \x46\xe5\x5f\x7f\xe5\xd4\x9f\xfc\xf5\xf5\xd1\xd7\xff\x76\x6a\x96\ \x4d\x53\x55\x10\x6c\xe7\x5d\x7b\xed\xae\xef\xff\xa1\xb6\xe4\xb2\ \xdf\xcc\xce\x37\x74\xd5\x64\xa4\x70\xde\x55\x53\xf7\xfd\xe8\xc5\ \xf2\xac\x3f\xff\xfe\x5c\xd9\x54\x0d\x2c\xcb\x51\x36\xa6\xf9\x42\ \x94\x49\x8c\x52\xab\x1d\xfe\x8a\x40\x29\x15\x45\xf1\xca\xab\xae\ \x40\x80\x01\x80\x31\xaa\xeb\x3a\x42\x78\xc8\x35\x76\x72\x09\xa7\ \x8c\x31\xce\xd8\x60\x8f\x1e\x38\xf0\xc1\x30\x63\x1c\x60\xd8\x10\ \x00\xe2\xc7\xbf\x6e\x9a\x26\xb1\xbb\x73\x4b\xc6\x4d\x18\x31\xaa\ \x7a\xcf\xce\x23\x0d\xbd\x17\x17\xe4\x4b\x87\x0e\x6c\x3f\x94\x75\ \xc1\x82\xd9\xd4\xbb\x6b\xd7\xd1\x76\xbb\x59\xb6\xb2\x87\x79\x55\ \xb5\xa5\xa9\xd7\xb0\xe1\x98\x94\xfc\x09\xe3\x4a\xed\x10\xdc\x4d\ \xb9\x27\x39\x33\x3f\x2f\x57\xd3\x34\xd3\x34\x87\xd9\x24\x68\x48\ \xb0\x10\x1a\xbc\x7d\xc4\x0b\xc9\x3e\x89\x7f\xe1\x0b\xd2\x05\xce\ \x78\x64\xd5\x34\x23\xc0\x80\x73\x46\x29\x65\xc0\x99\xa1\x69\x5c\ \x06\xe0\x34\x14\x52\xb8\x6c\x12\x49\x02\x5f\xdd\xcb\x6f\x3e\x0b\ \x93\x6f\xba\x7c\x24\xea\x7f\xf2\x5d\xd3\x34\x28\xa5\x1c\x73\x13\ \x20\x22\x8b\xcc\x34\x18\x71\x96\x4e\x5b\x78\xde\x48\x8f\xce\x2e\ \x77\x38\x9c\x66\x48\xe1\x58\x60\x0c\x21\xa6\xa9\x9a\x0e\x20\x51\ \xca\x08\xc1\xcd\xfb\xde\x7e\x7a\x75\xdd\x37\xee\xb9\x55\x2c\x5b\ \xf2\xe6\x11\xdd\x30\x39\xa5\x83\xeb\xb6\xa9\x69\x0a\xf6\xb8\x19\ \xe7\x2d\x2e\x74\x32\xb8\x5c\xb4\x47\x45\x2b\xaa\x0e\x04\x81\x20\ \x73\xaa\x87\x75\x4a\x45\xd3\xa4\x8e\xc2\xa2\xe2\xec\x5c\x5b\x71\ \x5a\x94\xaa\xea\x8c\x73\x4d\x35\x53\x0a\x8a\xf3\xb2\xb3\x8b\x4b\ \xb2\xb1\xaa\xa8\x26\x07\x33\x6c\x8f\xcb\x1b\x5d\x98\xdd\x59\x38\ \x32\x56\x30\x94\x90\xc9\xc1\x34\xc5\xa8\xa2\x51\x85\xb9\x52\x46\ \x5a\x8c\x4d\xd3\x82\x20\x8b\x6a\x48\x07\x6c\xc7\xcc\xa4\x26\x65\ \x56\x85\xfb\xea\x74\x24\x00\x20\x1c\x0a\x0f\x7d\xe0\x00\x18\x73\ \xe0\xfc\xc3\x43\xe0\x91\xce\x3c\xa3\x8c\x32\x7a\xca\x28\xc0\x09\ \x71\x00\x00\x40\x8c\x47\x9a\x6e\xc6\x28\xe5\x9c\x99\x9a\x02\x9c\ \x03\x11\xb4\x90\x96\x3b\xff\x9a\x5f\xa4\x15\xae\x7c\xe7\xed\xdf\ \xfd\xb9\xea\xde\x5b\x46\x0b\x76\xcf\xf8\xb9\x17\xcd\x4c\x27\x06\ \x92\xdc\xb1\x09\x9d\xeb\x0c\xc6\x0c\xcd\xa0\x36\x6c\x32\x46\xa9\ \xc1\x22\x51\x10\xd8\x49\x65\x0a\xc1\x30\x4b\x66\x28\xcd\x11\x6f\ \xe4\x27\x18\x73\xfc\xe2\xec\x05\xce\x38\x43\x98\x81\xa1\xa8\xaa\ \x66\x30\x53\x50\xc2\x8a\x61\x50\x66\xea\xaa\xa2\x1a\x26\xa5\xd8\ \x50\xc2\x8a\xce\x38\x11\x50\x20\xe0\xeb\xf3\xa2\x90\xa2\xeb\x94\ \x8c\x1b\x3f\xe5\x8d\xff\xac\x78\x2d\x11\x47\xf7\xed\xed\x53\x75\ \xd1\x91\x3a\x6d\x5c\xcc\x3b\x9b\xd7\x25\x4b\x13\x45\x5d\xcf\x1c\ \x33\xc1\x4d\x4d\x83\x32\x39\x26\x7b\x7a\x11\x7e\xfb\xf9\x67\xb4\ \x73\xc7\xd4\x1e\x6d\x33\xd3\x27\x00\x22\x98\x6b\xfe\xbe\x5e\xe2\ \x0f\xe8\x7a\x0c\xb2\xc7\xc6\xf1\xe0\xe6\xf7\x96\xf2\xd2\xf4\x9c\ \xbc\xf1\xa3\x63\xb7\x6d\x5a\xb3\x45\x98\x90\xa6\x1a\xee\xf1\xe3\ \x3d\x8c\x52\xce\x34\x5b\x4c\x86\x43\x29\x6b\xef\x0a\xe7\xa5\x21\ \xd3\x34\x34\x45\x55\x14\x55\x55\x75\x6a\xa3\x94\x73\xe0\xa6\xae\ \x29\x8a\xaa\xa8\x9a\x6a\x9a\x76\x46\x39\x00\x32\x34\x43\x55\x14\ \x45\x51\x0d\xc3\x8c\xa8\x0e\x35\x74\x4d\x53\x55\x55\xd5\x74\x43\ \xa6\x9c\x70\xa5\xb9\xa5\x57\x4e\x98\x6e\x67\x86\x6e\x99\x0b\x5f\ \xb5\xd1\x4a\x59\x96\x31\x42\x80\x10\xa5\x54\xd7\x75\x18\xe6\xed\ \x3f\xa5\xe5\x63\x2c\x22\x0b\x94\x71\x8e\x22\x53\x8e\x8f\x77\x37\ \x86\x0f\x96\x53\x13\x74\x4d\x55\x14\x8d\x52\x53\x55\x14\xcd\x30\ \xc1\x64\x9a\xa2\x50\xa6\xd5\x96\xef\xaa\xef\x31\x73\x72\xd3\xb6\ \xd6\x37\x0e\xd8\xaf\x9c\x99\x23\x6d\x59\xbf\x36\x6e\x76\x31\x55\ \xd1\xa8\xe9\xf1\x54\xd3\x14\x45\x33\x4d\x43\x47\x42\x7a\xbc\x7d\ \xeb\xce\x15\xcb\xdd\x1d\x49\xa9\x45\x25\x39\xd1\xf4\xb8\x34\x20\ \x38\x61\x9c\x44\xb6\x79\x1b\x1c\x26\x3d\x5d\x9a\x3f\x6e\x50\xef\ \x67\x3f\xfb\xe9\x27\xcd\x2c\x91\xc8\xb5\x1d\xbb\x1b\xba\x0e\x88\ \x44\x3e\xbd\x01\xc6\x8c\xc4\xe8\xdc\xd1\x39\x0b\x4d\xaa\x47\x86\ \xfa\xbb\xbb\x3a\xe3\x13\x92\x00\x01\xe3\x4c\x0b\x85\x1d\x29\x39\ \xd9\x49\x8e\xb0\x4e\x72\x46\xe4\xb9\x45\x23\xa4\x91\xac\xbc\x82\ \x68\xc1\x0c\x69\x3c\x63\xd4\xc4\xf1\x45\x29\x6d\x87\x0f\x1e\xa9\ \xef\x8e\x2f\x28\x1d\x3f\x32\x3f\x3d\x2b\x3f\x2f\x11\x57\x1f\xa9\ \xf1\x0d\xf4\x75\x05\xc5\x49\xb3\xe7\x4c\x18\x55\x28\x87\xdb\xca\ \x2b\xab\xfb\x54\x94\x91\x57\x10\x23\x63\x4a\x19\x43\xb6\xfc\x91\ \x23\xa5\x40\x53\x79\x65\x8d\xe9\xc9\x9a\x3c\x65\x62\x51\xd1\xc8\ \x24\xe4\x3b\x78\xa0\xa2\xcb\xb0\x97\x4e\x9c\x5c\x98\x93\x95\x9d\ \xea\x68\x39\x56\xd1\x1a\xc0\xd9\x45\x13\x67\x8c\xcf\x1b\x68\x3c\ \x72\xb8\xae\x45\xc5\xd1\xf9\x79\xe9\x32\xe6\x8c\x71\xd9\xe1\xf6\ \x56\x6d\xaf\x56\xe3\xc7\x15\xa5\x30\xd3\x34\x35\xd5\x14\xa3\x0a\ \x46\x64\x49\x88\x0d\x8e\x36\x53\x23\xac\xe3\xcc\xdc\x11\x71\x36\ \x4c\xd9\x60\xc3\xa0\x85\xd5\xe8\xf4\xbc\x8c\x44\x27\x35\x07\x47\ \x85\x0c\x4d\x21\xae\xd4\x11\x99\x89\x04\x61\x34\xd0\xb0\x74\xc5\ \x8e\xc2\x05\x17\x16\xc6\xca\x86\xc9\x3e\x34\x98\x65\x71\x56\x02\ \x1c\x00\x69\x9a\xb6\x77\xdf\xbe\xfa\xfa\x86\xda\xba\xfa\x50\x28\ \x18\x1b\x1b\x8b\x10\x12\x04\xb1\xbb\xbb\xd3\xe1\x70\xda\x6c\xb6\ \x48\x4d\xc3\x98\x74\x77\x75\xc6\xc6\xc5\x11\x42\x22\xbd\x09\x76\ \xdc\x09\x31\xd4\xcb\xe7\xec\xc4\x75\x35\x55\x91\x63\x52\x0b\x32\ \x63\x94\xb0\x99\x9e\x9b\x9f\xe4\x80\x70\x48\x8f\x4d\xcf\x75\x85\ \x5b\x76\xee\xda\xd7\xe8\x23\xb3\xcf\xbf\x64\x62\x4e\x72\x4e\xd1\ \x08\xd4\x57\x5b\x51\xd5\xd0\xaf\xcb\xb9\x23\x72\xed\x4c\x05\x57\ \x72\x5e\x76\x22\x18\x3c\x21\x2b\xdd\xec\x6b\x38\xd2\xd0\x17\x93\ \x96\x97\x91\xe0\x60\x26\x3b\x3e\x2c\x07\x43\xc6\xca\xb0\x01\x52\ \x24\x8a\x62\x4f\x4f\x97\xcd\x66\xb7\xdb\xed\x67\xa2\x0e\x9f\x26\ \x2e\x8b\x43\x8a\x7a\x7f\xcf\x43\x1f\x94\xfd\xdb\xf1\x11\xf3\x9a\ \x54\x23\x38\x26\x67\xd1\xad\x0b\xfe\xad\xe8\x81\xc8\x1c\x8c\xf2\ \x43\x07\x46\x96\x8e\x89\x74\xc3\x04\x49\xc6\xcc\x50\x75\x6e\xb3\ \x8b\x86\xaa\x18\x0c\x3b\xec\xb2\xa1\x2a\x26\x10\x9b\x4d\x32\x35\ \x95\x21\xd1\x66\x13\x31\x20\xce\x4d\x43\x37\xfa\xbb\x9b\x2b\x8f\ \xb6\xb9\xe2\x3d\x0d\x3b\x57\x56\x1a\x25\xdf\xbb\xeb\x62\x07\x35\ \x05\xd9\x26\x12\xcc\x39\xd5\x14\x65\x68\x77\x09\x84\x88\x24\xcb\ \x22\xc1\x00\xcc\xd0\x34\xcd\x64\x92\x6c\x13\x05\x8c\x00\xa8\xa9\ \x29\xaa\x41\x44\xd9\x26\x4b\xc0\x4d\x55\x51\x19\x12\x64\x9b\x2c\ \x20\xc4\xa8\xae\xaa\x7a\x44\x6f\x05\x49\xf6\x55\xad\x79\xf4\xad\ \x63\xd7\xdd\x73\x47\xbe\x1b\x28\x16\x6d\x12\xd6\x14\xed\x84\x05\ \x86\x88\xcd\x26\x51\x4d\x35\x86\x06\xaa\x38\x48\x76\x3b\xa2\xba\ \xa6\xd3\x21\xb9\x26\x92\x4d\xc6\x4c\xd1\x34\x51\x14\x8f\xac\x7b\ \xfe\xad\x2a\xcf\x77\xbf\x7d\x65\x14\x68\x56\xf0\xa9\xaf\x56\x2f\ \x82\x03\x6c\xde\xbc\x65\xe5\xca\x55\x31\x31\xd1\xd7\x5e\x73\x4d\ \x41\x41\x01\x63\xdc\xe1\x74\x1c\xae\x38\x94\x90\x98\x14\x1d\x1d\ \x13\x51\x00\x41\x14\x2b\x0e\x95\x15\x14\x16\x89\xa2\xc4\xa8\xc9\ \xd8\xd0\x8c\x25\x3e\x68\x34\xa0\x93\x46\x08\x04\xc9\x26\x62\xaa\ \x68\xa6\xcd\x6e\xa3\x9a\xa2\x53\x24\xdb\x6c\x88\xea\x26\x08\x36\ \x59\x44\xc0\x0d\x5d\xd3\x74\x03\x61\x41\xb2\xc9\x22\xc6\x9c\x99\ \x8a\xa2\x82\x28\xcb\x84\xab\x8a\xce\x11\x20\x44\x6c\x76\x1b\x41\ \xa0\x6b\x8a\x6e\xb0\x13\xd7\xe7\x27\x7a\x12\x9c\x03\x8e\xcc\xad\ \x41\xc8\xe1\x70\x56\x1d\xa9\x88\x89\x89\x8b\x8d\x8b\x67\xec\xbf\ \x1b\xad\x9f\xa6\x1f\x61\x30\x3d\x33\x71\xcc\xec\x51\x37\x8b\xe4\ \x23\xe7\x41\xa7\xc6\x16\x99\x4c\x1f\xca\x60\xce\x98\x69\x9a\x02\ \x21\xc0\x41\x57\x95\x48\x76\x29\x21\x03\x10\x02\x4e\x95\xb0\x12\ \xb1\x33\xd4\xc1\x37\x7a\x38\xa8\x0f\x4d\x34\x02\x6e\x74\x36\x1c\ \xe9\x3a\xc2\x9d\xf1\xe3\x6e\x5e\x30\xdb\x49\x0d\x83\x71\xaa\x84\ \xb5\xd3\xcc\x45\xa1\xda\xc9\xc7\x75\x55\xd1\x87\x9b\x70\x86\x1e\ \x32\x86\x0e\x98\x6a\xe8\xd4\xc5\x9d\x86\x66\xc4\x16\x4c\xbf\xfe\ \xb2\x54\x27\x98\x94\x0b\xdc\x34\x94\x53\x4e\xe1\x43\x89\x1c\x76\ \x17\x45\x19\xd6\x93\x04\x00\xa0\xba\x1a\x06\x00\x40\xa6\x61\x44\ \x65\x4f\xbd\xb1\x24\xdd\x83\x0d\xc3\xe4\x08\xac\xb9\x4d\x5f\x19\ \x18\xe7\x84\xe0\xf9\xf3\xcf\x75\xb9\x5c\x49\x49\x89\xf9\x79\xf9\ \x9a\xae\x21\x84\x19\x63\xa6\x61\x7e\xd8\x83\x66\x18\xa6\x24\x4a\ \xc3\xbc\xfe\x91\x49\xaf\x91\x7f\x4e\x7a\xee\xe6\xf1\x6d\x54\x22\ \x65\x09\x01\xd7\xd5\xc1\x2a\x10\x32\xb4\x13\x1e\x4a\x46\xb5\xf0\ \xb0\xf2\xac\x6b\xca\xf1\x62\xc6\x39\x55\x42\xa1\x93\x46\x23\x8f\ \xff\x05\x71\x00\x84\x22\x1d\x98\xc8\xbd\x01\x10\xe3\xcc\x30\xcc\ \x33\xdf\x6e\xe1\xd3\xd8\x0b\x1c\xb8\x44\x6c\x82\x20\x7f\xe4\x8c\ \x4a\x84\x28\x3d\xb1\x6e\x8a\x10\x52\x5f\x5b\x4b\x19\x2d\x28\x2c\ \xc2\x84\x0c\xfa\x3f\x22\x2a\x7a\xbc\x81\xfd\xc8\x21\x14\xce\x11\ \x11\x6c\x36\x1b\x02\x00\x6e\x6a\xaa\x46\x19\x7c\xce\x95\xeb\x4c\ \xa6\x4b\x7f\x02\x08\x11\x22\x01\x2c\x2d\x4d\xf8\x6a\x79\x16\x86\ \xbc\xf9\x92\x28\x52\xc6\x28\x65\x91\x8a\xd6\xd7\xdb\xdb\xd4\xd8\ \x50\x32\x72\x94\x78\x7c\x0d\x12\x21\xa4\xa9\xa9\x31\x1c\x0e\x15\ \x15\x97\x10\x22\xf0\xe3\x73\x7b\xcf\xa8\x84\x7f\xe6\x69\x46\xc3\ \xd5\x02\x23\xe0\x80\xc0\xdb\xd7\xd7\x50\x5f\x57\x5c\x32\x4a\x92\ \xa4\xcf\xab\x1f\xf1\x29\xec\x31\xca\x58\xf5\xd1\x2a\x4a\x4d\xbb\ \xc3\x79\x42\xd8\xac\xd2\x67\xf1\xd5\xe8\x4c\xc0\xd0\xf8\x9f\x61\ \x1a\xe1\x70\x38\x27\x37\x2f\x36\x36\x8e\x9e\xec\x45\xae\x39\x76\ \x54\xd3\x54\x87\xc3\x19\x19\x18\xfc\xf2\x4a\xf8\x87\xd3\x6c\x2a\ \xa1\x60\x56\x4e\x5e\x5c\x7c\x3c\x3d\x33\xcf\xf7\x17\x14\xf7\x35\ \xb2\x90\xc3\xeb\xed\xd3\x54\x75\x68\x51\x87\x85\xc5\x57\x0e\x8c\ \xb1\x27\x3a\xc6\x6e\xb7\x9f\x52\xc1\x10\x42\x80\xc0\xef\xf5\x2a\ \xaa\x7a\xb6\x95\x6f\x84\xb1\xc7\x13\xed\x70\x38\xe8\x19\x0f\x87\ \x7d\x71\xf1\xa0\x07\xe7\x78\x59\xa2\x60\xf1\x55\x66\x70\x07\xa4\ \x8f\x98\x0b\x40\x08\x39\x0b\x4b\xf8\xc7\xa7\xf9\xb4\x7c\x71\xf1\ \x1d\x39\xe7\xd4\x1a\xbd\xb7\xf8\x5a\xf3\xb5\x29\xe1\x56\x20\x56\ \x0b\x0b\x8b\x2f\xcf\x5e\x88\xc4\x41\xb2\xfa\x11\x16\x5f\x75\x3e\ \x66\xe2\xe0\x59\xdb\x53\xfe\x44\x93\x1d\xe1\x8b\x8c\x07\x6d\x9a\ \xa6\xdf\x37\x60\x9a\x56\x3c\x68\x8b\xaf\x30\x08\x81\xc3\xe1\x74\ \x38\x9d\x1f\x0a\xc1\x84\x28\xa5\xfd\x7e\x9f\x61\x98\x5f\x95\x34\ \x7f\xc9\xba\x80\x10\x32\x0c\xa3\xaf\xb7\x3b\x3a\x26\xce\x6e\x77\ \x58\x65\xcb\xe2\xab\x8b\x49\x4d\x5f\x5f\xaf\x61\xe8\x9e\xe8\x98\ \xe1\xd5\xcc\x34\xcd\xde\xde\x6e\x8f\x27\x26\x26\xd6\x79\xb6\xa5\ \x99\x52\xea\xed\xeb\xd5\x75\x3d\x3a\x26\xe6\x0c\xa5\xe1\x53\xea\ \x02\x46\x04\x63\xf2\x51\xf7\x40\x08\x31\xce\x18\x33\x87\x3e\xfa\ \xbc\x7d\xb1\x71\xf1\xb1\x71\x09\x56\xc1\xb2\xf8\xaa\xe3\x74\xb9\ \x1a\xeb\x6a\xed\x0e\xe7\xd0\x1c\x21\x8c\x49\x5f\x6f\x8f\xc7\x13\ \x9d\x90\x98\x74\xd6\xa6\xb9\xa1\xae\x46\xd7\x1c\x92\x2c\x7f\x5e\ \xf1\xa0\x6d\xa2\x73\xeb\xe1\x97\x76\x1d\x7b\xdb\x26\x9e\x5e\x1a\ \x75\x53\x29\x48\x9d\x76\xf1\x94\xfb\x35\x63\x70\x8d\xaa\xae\xeb\ \xee\x28\xcf\xd0\x6a\x8e\x33\x89\x96\xcb\x39\xc7\x84\x20\x00\x46\ \x29\x3f\x83\x4e\xdb\xf0\xf3\xe1\xec\xf6\x62\x0c\x25\x95\x52\x0a\ \x96\xc7\xe5\x6c\x7d\x46\xa7\x3c\x99\xa1\x8f\x02\x11\x04\x41\x34\ \x4d\x43\x92\xa4\x21\x43\x5d\xd3\xb4\xa4\x94\x2f\x2e\xe2\xf9\x27\ \x4a\x33\xe7\x9c\x10\x22\x4a\x92\x61\x18\x92\x6c\xfb\xbc\xe2\x41\ \x23\x84\x83\x8a\xb7\xd3\x57\xfd\x31\xf1\xa0\x13\x3c\x39\x91\x08\ \x16\x43\x29\x06\x00\xce\x28\x22\x04\x23\x34\x3c\x97\x81\x9a\x26\ \x3f\xbd\x0b\x67\xa0\xb3\xae\x5d\xb1\xe5\x65\xa6\x90\x33\x18\x7b\ \xc5\x44\x08\x75\xb5\x74\xeb\xf6\xdc\x8c\x78\x38\x3e\x8d\x59\x10\ \x84\xc1\xa5\x24\x9c\x45\x42\x1f\x60\x22\xe0\x93\xef\x8c\x10\x21\ \x64\x70\x02\x29\x1f\x0c\xb1\x8b\x04\x81\x00\xa3\x0c\x11\x8c\x4e\ \x24\x30\x72\x26\xa7\x26\xe5\x48\x10\xc8\xd0\xd9\x00\x40\x04\x01\ \x01\x37\x4d\x3a\xfc\xfa\x43\xc9\x38\xe9\x20\x67\x0c\x50\xa8\xa7\ \xa9\x23\xec\x2a\xc8\x8a\xb5\x22\x32\x9c\xa5\x7e\x84\xa1\x16\x6c\ \x58\xed\x8a\x2c\x57\x24\x82\xc0\xe1\xd4\x68\xae\x83\xeb\xaa\x23\ \xee\xbd\xe3\xa1\xcf\x01\x21\x18\x0c\xef\x76\x12\x91\xd2\x72\x6a\ \x38\xe7\x4f\x82\x20\x08\x1f\xbe\x00\x1a\x0a\x3c\x3d\x4c\x1d\x06\ \x97\x58\x62\x1c\x59\x67\x79\x86\xf1\xa0\x3f\x6d\x3f\x02\x13\x81\ \xc8\x02\x91\x4e\xdf\x9f\x61\x32\xc1\x27\x5d\x39\x12\x0f\x1a\x21\ \xa4\x7a\x3b\xea\x1a\x5b\x75\x2c\xcb\x22\xd1\x55\x85\x0b\xf6\xcc\ \x82\x11\x31\x32\x3a\x25\xa8\x4d\x44\x17\xea\x77\x2f\x7d\xbb\xa3\ \xe8\x17\x77\x5d\x2c\x50\x36\xfc\x04\xf4\xe1\x37\x08\x63\xe6\x5b\ \xfe\xd2\x93\x81\xe2\xc5\x48\x0d\xc5\xa5\xa7\x3a\x25\x8c\x10\xf8\ \x3a\x1b\x7c\xa6\x43\x32\xfc\x10\x93\x99\xe6\x96\x18\x20\xdd\xdf\ \xd5\xee\xd3\x1c\x12\x57\x98\x33\x2b\x23\x06\x18\x20\x3a\x50\xd7\ \xd4\xe7\x72\x48\x03\x0a\x4b\xcb\xc8\x90\x11\xc3\x88\x75\xd4\xd5\ \x43\x4c\x6a\x14\x0a\x74\x06\x84\xac\xf4\x58\xc4\x18\x20\x04\x34\ \xd8\xd0\xe0\x8b\x4b\x4d\x75\xca\x46\x6b\x63\x8b\x14\x93\x92\xe0\ \x12\x28\xe7\x08\xe3\x40\x4f\x5b\x9f\x6a\xcb\x4c\x8d\x0e\x7b\x5b\ \x1b\x5b\x7b\x34\x93\x49\x8e\x98\xac\x9c\xec\x28\x1b\xa1\x94\x6a\ \xbe\xce\xc6\xb6\x8e\x90\x46\x25\x87\x27\x3d\x2b\x27\xd6\x29\x18\ \xde\xaa\x17\x5e\x3a\x7c\xd3\x8f\xbe\x5f\xe8\xc1\x96\x32\x9c\x8d\ \xf6\xc2\xa0\xb2\x33\x8e\x10\x21\xe4\x94\xf6\x8b\xd1\x53\x63\xa8\ \x46\x02\x98\xf2\x13\x2b\x28\xe1\x94\xb0\xab\xc3\xdb\xf0\x81\xee\ \x36\x9f\x61\x4b\x4f\x8e\x46\xc3\xd7\x5d\x0e\xab\xde\xc3\x8f\x9c\ \x14\x52\x01\x00\x00\x61\xcc\x1a\x0e\xed\xf6\x3b\xf2\xc6\xe6\xc7\ \xd2\x61\x85\x67\x58\x24\x98\xc8\x6e\x37\x68\x78\x34\x6a\xce\xe8\ \xd9\x15\xdf\x31\x22\x9f\x9c\x73\x84\xb1\xd2\xd3\xb4\x7d\xc3\xfa\ \x95\x6f\x3d\xf3\xeb\x5f\xfc\xe6\xad\x55\xeb\x36\x6c\xdd\xdd\x6b\ \x0a\x84\x80\x61\x98\x80\x05\x81\x20\xce\x39\x21\x02\x41\x9c\x9a\ \xa6\x69\x1a\x86\x49\x23\xed\xae\x6e\x18\x0c\xb0\x40\x22\xcb\xd3\ \x06\x57\x8a\xa1\xe3\xc1\xa0\x31\xc6\x3d\x15\xeb\xf7\x7a\xe3\xcf\ \x9b\x92\xf6\xde\xbf\x7f\xf5\xf4\xba\x63\x84\x10\xac\xb4\x3c\xf9\ \xa7\x07\xb7\xd4\x79\x8f\xae\x7d\xee\x4f\x8f\xbf\xaf\x12\x42\x88\ \xbe\xf6\xc5\x87\x9e\x5e\x73\xd4\x5f\xbf\xe9\xf7\x0f\x3e\x52\x1d\ \x20\x84\x90\x86\xcd\xaf\x3e\xf4\xf8\x32\xff\x40\xeb\x93\x7f\xfc\ \xdd\x9a\xc3\x5e\x42\x88\xd6\xb6\xf3\xa1\x3f\xff\xab\x36\x40\x6b\ \xb7\xbd\x7c\xef\xf7\xfe\x78\xc4\xcf\x09\x06\x42\x48\xeb\xb6\x17\ \xee\xba\xef\xa1\xf2\x0e\x4e\x48\xcf\x13\xbf\xfd\xc9\x83\x2f\x6e\ \xd4\x09\x21\x98\x10\xd3\xf7\xc6\xc3\x3f\xfc\xe5\xe3\x5b\x09\x21\ \x87\x57\xfc\xfb\x77\x7f\x7f\x66\xc3\x96\xcd\xef\xbc\xf2\xc4\xef\ \x1e\xfc\xc7\xae\x7a\x3f\x21\xa4\x61\xed\x4b\xbf\xff\xe3\xe3\xeb\ \xb7\x6c\x5a\xf6\xc6\xb3\x7f\xf8\xe3\x9f\x36\x1c\xe9\x8a\x29\x9c\ \x33\x2e\xa6\x7b\xe5\xa6\x0a\x86\xb0\x15\x91\xe1\xec\x0d\xc2\x80\ \x90\x20\x08\x3b\x77\xec\xa8\xaf\xaf\x27\x82\x30\x4c\x05\x22\x75\ \xec\x44\x84\x47\xce\x58\x24\x90\xe2\x7f\xbd\x24\x21\xb8\xe2\x83\ \x17\xff\xfa\xe2\x36\x4a\x08\xc6\x88\x51\xc3\x30\x19\x11\x04\x0c\ \x80\x09\xc1\xc0\x74\xdd\x30\x29\xe3\x9c\x13\x41\x20\xc0\x74\x83\ \x22\x22\x10\xc4\x01\x61\x04\xdc\x30\x4c\x8e\x8c\x5d\x2b\x96\x7c\ \x70\xa0\xcd\x34\x23\x71\xcf\x4e\xcf\x29\x63\x93\x8c\x32\x38\xdb\ \xe2\xb8\x0d\xc6\x34\xa1\x2c\x2a\x6f\xd2\x9d\x3f\x9a\xaa\xd6\x7e\ \xf0\x9b\x47\xb7\xde\xfc\xfd\x9f\x16\xba\x20\xdc\x51\xf9\xc4\x63\ \x6f\xd6\xf4\x84\x5d\xc9\x25\xd7\x7e\xe3\xda\xa2\x24\x47\x6f\xcd\ \xf6\xe7\x5e\x5a\xd6\x47\x65\xad\xa7\xde\x36\x79\xbc\x04\xda\xb6\ \x65\xcf\xae\xde\xdb\x68\xe2\xd8\x8b\x6f\xbb\x4d\xdc\xfd\xda\x0e\ \x73\xc2\x0f\x6e\x9e\x1e\xa8\xda\xf4\xef\x37\x8e\x5c\x77\xdf\x9d\ \x99\x4e\x40\xc8\x2c\xdf\x51\x11\x57\x78\x7e\x66\x7c\xea\x75\x37\ \x5d\xf0\xbb\x67\xdf\x3e\x36\xb7\x58\x5f\xbb\xa4\x33\x71\xce\x5d\ \x73\x8a\x3d\xa3\x6f\xdc\xf6\x7f\x8f\xad\x2c\x5f\x70\xbe\x6d\xd7\ \xfa\x7a\xf7\xad\xbf\x38\xb7\x28\x21\xbc\x60\xdb\x2f\xdf\x5e\xb6\ \xf7\xa7\x57\x24\xbd\xb5\xba\x6a\xfe\xb5\x3f\x2b\x1c\x91\x72\xfd\ \xa2\xad\x4f\x2d\x79\x77\xde\xc8\x9b\x36\xbd\xb5\x3c\x7e\xd6\x75\ \xb3\xb2\xa2\x36\x6f\x0b\xda\x68\xfd\xb2\x95\x7b\x46\xde\x38\x8d\ \x84\x1a\x97\xad\xdc\x27\x3b\x9d\x61\x55\x01\x75\x40\x70\xf0\xe6\ \x03\xeb\x76\xd7\x4d\x9b\x9d\xe7\x69\xda\xbf\x6e\x57\x4d\xbf\x7b\ \x4c\x48\x05\xd0\x35\x18\x35\x6b\xf1\x8f\x6e\x5b\xc8\xb4\xfe\xad\ \x6f\xfc\xf3\x3f\x8f\xbe\x98\xf5\xe7\xef\x9a\x26\xcf\x1e\x7b\xc1\ \x8f\x7e\x70\x29\xd2\x43\x07\xde\x7f\xec\x91\x27\x9e\x4c\xfb\xc3\ \x2f\x67\xce\x18\xf3\xd0\xca\xfd\x7d\x8b\xc6\xc6\x62\xb0\xe2\x44\ \x9f\x8d\x5d\x09\x84\x38\x63\x1f\x7c\xf0\xc1\x92\x25\x4b\x62\x63\ \x63\xbf\x79\xcb\x2d\x05\x05\x05\xec\x84\x2d\x70\x92\xe1\xca\x86\ \xc2\x3f\x73\x3e\xbc\xd1\x3e\x6d\x3c\x68\x2c\x48\xb2\x24\x49\x10\ \x58\xf2\xf8\x23\x3b\x1a\xfc\x22\xa7\xb1\xc5\xe7\xde\x71\xf3\xf9\ \xa4\x61\xf7\xb3\xaf\x2c\x6f\x0b\xf1\xfc\x71\xe7\x7f\xf3\x9a\x59\ \xbe\x63\xdb\x5e\x7a\x73\x55\x47\xd0\x88\xce\x9b\x71\xfb\x2d\x8b\ \x71\xf5\x9a\x7f\xbf\xf4\x81\x9f\x3b\x27\x2e\xbc\xd4\xe1\xb2\x55\ \xad\x79\xe6\xb7\xd5\x29\xd3\x2f\xbd\xfd\xbc\x91\xb1\xd4\xa4\xa7\ \xfd\x01\xc0\x87\x3a\x43\xf0\x09\x54\xe1\x0b\x1a\xa7\x3c\xb1\x85\ \x0c\xe3\x9c\x33\x20\x94\xb2\xc8\x07\x30\xbc\xef\x3e\xfb\x64\x5b\ \xdc\xc2\xfb\x6e\x19\xbb\xf7\xad\x7f\xff\xe7\x95\xd5\xbf\xbb\x73\ \xf6\xd2\xe7\x5e\x32\x4b\xae\xf9\xfe\xc2\xa2\x9d\xaf\x3f\xbc\x4b\ \xd7\x75\x90\xc7\xcd\xbb\xa2\x60\xa6\x79\x78\xf9\x93\xef\xbd\xbd\ \xf9\xdb\xb3\x3d\x4d\xcb\x76\xf7\xc1\x8c\xee\x86\xca\x4e\x29\x3e\ \xc6\x29\x50\x4e\x31\xf3\xd7\x74\x2b\x89\xf3\xd2\x81\xd3\xa4\x09\ \x17\x9d\xb7\xab\xf2\x99\x87\x1f\x24\x8a\x71\xd9\x5d\x77\x78\x98\ \xc1\x63\x46\x5d\x7f\xf1\xd8\x7f\x3f\xff\xf7\x4a\x9b\x5a\x72\xd1\ \xad\xa3\x13\x10\xe5\xee\x8b\xae\xbf\xec\xf7\x7f\x7b\xf5\xa1\x46\ \x87\x9a\xb3\xf0\x82\x89\x29\x94\xb2\x71\x8b\xae\x1b\x5d\xf6\xf0\ \xc3\x0f\xfe\x45\xd1\x92\xef\xf8\xd6\x34\xe0\x01\x9f\x57\x9b\x7b\ \xe9\x45\x7d\x55\xeb\xcb\xbd\x13\x3c\x07\xd6\xf4\xc4\x4d\x5e\x94\ \xd0\xda\x17\x08\xf2\x81\xff\xc7\xde\x77\xc7\xc7\x55\x5c\x6d\x9f\ \x99\xb9\x6d\x77\xb5\x2b\x69\xa5\x55\xaf\xb6\xd5\xdc\x7b\x37\xb6\ \xc1\xc6\xa6\x17\xd3\x7b\x4d\x42\x48\x42\x42\xf2\xa6\x90\x37\x24\ \x90\xe4\x0d\x90\x90\x90\x84\x00\xa1\x77\x83\xb1\x0d\xb8\x80\x8d\ \x8d\x7b\xef\xbd\x4a\xb6\xac\xde\xeb\x96\x5b\xa6\x7c\x7f\xdc\x95\ \x2c\xdb\x32\x18\x07\x1b\x91\xef\x3e\xbf\xfb\x5b\x6d\xb9\xda\x9d\ \xbd\x3b\xf3\xcc\x39\x67\xce\x3c\xa7\x05\x27\xf4\xbb\x6a\xb0\xba\ \x74\xd1\xfa\xf1\x0f\x8c\x5e\xb4\x64\xf7\xa8\x2b\xaf\xaa\x29\xab\ \x6b\xe5\x76\x67\x62\x14\x40\x52\x63\x2f\xb8\xe4\xaa\x65\x2b\x9e\ \xd9\x5d\x15\x4c\x27\x58\x08\x4e\x01\x64\xe2\x19\x7e\xe9\x0d\x7d\ \x16\x3d\xb1\x63\x5f\xc3\x8d\x99\x59\x5a\xfb\xd2\xba\x76\xc3\x1f\ \x87\x9c\x2a\x75\x3d\x10\x18\x81\x61\x1a\xaa\xaa\x5c\x77\xdd\x75\ \x8c\xb1\x88\xae\x53\xc6\xa2\x63\x8c\xf3\xe3\xba\xae\xc7\x7b\x38\ \x17\xe8\xb8\xb4\xa3\xe8\xce\x47\x88\x3e\x21\x04\x20\x24\x68\xeb\ \xbe\xe2\x9a\x01\xd7\xff\xec\xd2\xd4\x8a\x67\x9f\x7a\x6d\xf9\xe8\ \x81\xb1\xeb\x3f\x3d\x20\xfa\xfd\xfe\x91\xcb\x08\x45\x24\x5c\xfe\ \xf6\xeb\xef\x8b\x91\x77\xfe\x68\xb8\xf2\xfa\x53\xff\x78\x6f\xdd\ \x90\xcb\xc2\x07\x1a\xa5\x3e\x0f\xfd\xf8\xa6\x04\x0d\x16\xed\xe0\ \x7d\xa7\xde\xfe\x83\x2b\x0b\x05\x92\x29\xa5\xdd\x8e\x78\x8c\x80\ \xdb\x31\x85\xa8\x8d\xd3\x13\x75\x5f\x6d\x9d\x5c\x5b\xe7\x51\x66\ \x8c\x01\x08\x2e\x04\x6d\xac\x38\x58\x2a\x2e\xbc\x69\x62\x7a\x8a\ \xd7\x7d\xf1\xa4\x25\xcf\xef\x3a\x5a\x92\x51\xd9\x14\x73\xc5\xe4\ \x31\x29\x49\x5a\x76\x76\xd2\xa6\x4a\x30\x43\x75\x2b\xe6\xbe\xbd\ \xad\x32\xc2\x9b\x2b\x59\x4c\x5a\xdc\x80\x29\x49\xb3\x5f\xd8\x75\ \xa0\xda\x2c\xad\xee\xd3\x7f\xbc\x47\x62\x96\xce\x24\x1e\x0e\x53\ \xea\x77\x49\xc0\x2c\x43\xa8\x53\x67\x5c\xb3\xfe\xa1\x5f\xb9\xaf\ \x7b\x6c\x5c\x2f\x4f\x24\x12\x41\x58\xe4\x4f\xba\x66\xc0\xda\x5f\ \x2c\xd7\x2f\xf8\xe1\xa4\x7c\x33\xa2\x33\x40\xee\x9c\x71\x33\x46\ \xae\xf8\xcb\x67\x8d\xff\xf3\xe7\x29\x6e\x1a\xd1\xa9\x20\x6a\xfa\ \x8c\x1b\x2e\x78\xf0\xd1\x0f\xaf\xfc\xe9\x1f\xf3\xbc\x5c\xe8\x91\ \xf6\x56\x23\x30\x78\xdc\x60\x75\xfe\xe2\x59\xef\xab\xb5\xe5\x63\ \xae\xbe\xd3\x5a\xf3\x52\x75\x28\x18\x6a\x6d\x8f\x98\xde\xf1\xd3\ \x2f\xaa\x7e\xe1\xc3\x77\x67\x96\x96\xcb\xf9\x0f\x4c\xca\x7a\xe1\ \x85\x15\xad\x11\x6a\x6b\xe9\x51\x10\x82\x0a\xc4\x91\x44\x84\x65\ \x99\x51\xc1\x5a\xce\xc0\xa2\x92\x00\x15\x83\x69\x9a\xa0\xc8\x04\ \xe9\x61\xd3\xe4\x4c\x72\x78\xa1\x07\x82\x73\x90\x24\x69\xd2\xa4\ \x49\xf6\x94\xcf\x39\x33\x4d\x03\x21\x0c\x20\x9f\x5a\x8a\x21\x3a\ \xe7\x9d\x28\xa3\xd8\xdd\x38\x44\x02\x80\x0b\x21\x04\x67\x8c\x13\ \x55\x8d\xf3\x27\x24\xe7\xc6\xf7\xcf\xf3\x95\x56\xb6\xdc\x3e\x7e\ \xe2\xba\xb7\x3f\x7d\xfe\x15\xfd\x92\x2b\xae\xec\xef\x3e\x72\xb0\ \xba\x59\xdb\xb9\xe4\x8d\xfd\xac\x55\x8d\x4b\x30\x4d\x0a\xd8\xe3\ \xf3\x27\x05\xfc\x1e\x68\xe7\x5c\xc8\x9a\xcb\xe3\x76\xe9\xfa\xe9\ \x34\x43\x51\x97\x0f\x47\x10\xd5\x5e\x86\x9e\xc5\x0b\x5c\x70\x7b\ \xdf\x94\xe0\x02\x61\xc6\x18\xe7\x42\x70\x46\x91\xa4\xb8\x64\xbd\ \xba\xbe\x09\x7a\x7b\x9b\xeb\xab\x0c\x49\xf1\x78\xdd\x0a\xb4\x96\ \xd5\x36\x0d\x4f\x4f\xe3\x94\x61\x22\x4a\xb7\x2c\x9a\xbb\xc3\xf8\ \xe5\xe3\x3f\xf7\xec\x79\xfd\x1f\x9f\x45\x48\x4c\xd6\x98\x22\xcf\ \xea\x45\x1f\xcb\x8d\xda\xe8\x29\xb9\xc8\xd0\x19\x05\x26\xcb\x6e\ \x42\x22\x2d\x61\xce\x7d\xd4\x12\x9a\x27\x21\x2b\x37\xc7\x97\x1a\ \xcf\xa9\xc5\x18\x07\x6a\xf2\x18\x4f\x46\x66\xaf\x6c\x2b\xd3\x0d\ \xb6\xf8\xaa\xd0\x4d\x25\x35\x3b\x2b\x3b\xcd\x9d\x12\x4b\x0c\x23\ \xc2\x00\xf1\x88\xee\x4e\xce\xc9\xcd\xc8\x4a\x4d\x8e\xe3\x96\xc1\ \x0c\x23\x12\xe2\x31\xc4\x3b\x7a\xf2\xf8\x0f\x7e\xf6\x94\x91\x37\ \xe3\xbe\xfe\x69\x2b\x56\x43\x28\x12\x09\xb7\x47\x28\xe5\x6a\xa0\ \xff\x45\x03\xe7\xfd\xf2\xc5\x55\xf7\xfc\xfe\x89\x64\x77\x05\xe7\ \x56\x7b\xd8\x14\x42\x20\x84\x25\x40\x12\x32\x76\x6d\x5a\x7e\x18\ \x72\x6e\x0c\xf8\x42\x16\x05\x40\x12\x26\xb2\x44\x4b\xd6\x2c\xdd\ \xc3\xbc\xe3\x73\x03\x7a\xf3\x5e\x93\xbb\x54\x0c\x8c\x31\xa7\x74\ \x65\x8f\x45\x28\x18\x3c\x6e\x96\x03\x60\x0c\x42\x70\x76\xca\x20\ \x8b\x0a\x1b\x33\xc6\x19\x17\x1d\x91\x86\xee\xec\x05\xc4\xb8\x5d\ \x9c\x8a\x33\xc6\x84\x10\xd4\x32\x81\x73\x26\x30\xd5\x8d\xc4\xa2\ \x0b\x7f\xf9\xab\xfe\xeb\x17\xbe\xf5\xaf\xbf\x3f\xfb\xe0\x0f\xa6\ \xc5\xb8\xe3\x46\x5c\x7e\xd7\x55\xfd\xbd\xba\xc9\x89\xa6\x95\x2c\ \xb0\x38\xb3\x4c\x8b\xba\x10\x13\xcc\x32\x23\x16\x00\x88\xa8\xc2\ \xf9\xc9\x16\xfa\x89\x6d\xc6\x22\x1a\xff\xe8\x79\x3a\xf1\xb6\x18\ \xa6\xe0\x1c\x18\x67\xd4\x8c\x84\x23\xa6\x61\x88\xb8\xb4\xc9\x53\ \x06\xbd\x3d\xf3\xc5\xd6\x5d\x69\xa5\x7b\x0e\x0c\x9f\x7a\x67\x46\ \x46\xd6\x84\x89\x85\xef\xbd\xf6\xcf\x86\x9d\xf9\x35\xbb\x8b\xa1\ \xef\x60\x6f\x42\x46\x40\x6c\x5d\x3a\xef\x43\xad\xe6\x80\xce\x73\ \x0d\x2a\x0f\x19\x37\x7e\xee\xe3\xcf\x98\xf9\xd7\xdf\x93\xae\xe9\ \x7a\x84\x09\x64\x49\x9e\xbc\x54\xf7\xea\xe2\xe2\xc8\xc4\x54\xce\ \x28\xb5\x8c\x70\x30\x28\x45\x0c\x4a\x19\xa3\x14\x00\x53\x8b\x46\ \x42\xa1\xa0\x65\x2b\x50\x53\x00\x10\x98\x9a\x91\x50\x30\x18\x36\ \x4d\x4a\x05\x63\x02\x10\x46\x5c\x8f\x84\x42\xa1\x88\x6e\x32\x8a\ \x2d\x23\xd2\xdc\x18\x72\x99\x96\x94\xdc\xf7\xa6\xdb\xef\x34\x93\ \x87\x7a\x85\x41\x99\xd5\xd0\xda\x1e\x74\xb5\x85\x22\x82\x19\xb4\ \xf7\x98\x2b\xbf\x87\x86\x8d\xc8\x4f\x32\x8d\x32\x3d\xdc\xd6\x18\ \xb4\x62\xb0\x75\x70\xcb\xf2\xb7\xde\xac\x0d\xd6\x1c\x3d\x58\xa9\ \x5f\x76\xfb\x3d\xb9\x3e\xd8\xc5\xac\x8a\xfd\xab\xdf\x7e\xa3\x5d\ \xaf\xaf\x38\x58\x5a\x37\xf9\xfa\xbb\x87\xa7\xa1\xe2\xc5\x47\x8c\ \xd8\xcc\x04\x8d\x58\x96\xe1\xd0\x42\x0f\x0c\x2e\xd8\xb7\xb2\xa2\ \xd8\xbb\x1e\x28\xa5\x96\x65\xd9\x85\x5a\x4e\xad\xe9\xd6\xa5\x2e\ \x24\xeb\x22\xfb\x7a\xc2\x09\xf6\x1b\x73\x0a\xa6\x11\x09\xeb\x26\ \xa3\x34\x12\x0e\x1b\x96\x05\x4c\x18\x91\x08\x17\xe6\x9e\x35\x0b\ \x37\x1e\x6c\x72\x59\x86\xc7\x2d\x29\xf1\x85\x97\x0c\x4f\x7e\xff\ \x9d\x67\x1b\xfb\xf7\xc2\x22\x66\xf2\xb5\x97\x71\xd3\x88\x44\x4c\ \x66\x51\x13\xc9\xf9\xbd\x53\x56\x2c\x7b\xfb\x9f\x6d\xfd\x0a\x06\ \x5d\x30\x6e\x40\x12\xb5\x18\x74\x5d\xfb\xb7\x17\xff\x8e\xab\x45\ \x75\xdf\xe6\x2f\xc0\x79\xd2\x83\xae\xad\xa9\x49\x4c\x4a\xea\xa0\ \x55\x26\x88\x96\x98\x9a\x95\x91\x16\xc0\x1c\x52\x7a\xf7\xcd\x49\ \x94\x5b\x83\x62\xc0\x05\x97\x5c\x3c\xaa\x0f\xd3\x79\x46\xc1\x80\ \x5e\x01\xa5\x3d\x68\x04\x7a\x0d\x19\x3f\xbc\x7f\x66\x66\x4e\x41\ \x56\x6c\xb0\xa5\x95\xc4\xe5\x8e\x1d\x3b\x32\x23\x10\x1f\x1f\x27\ \x1f\xd8\xb9\x37\x75\xf4\x95\x63\x73\x3d\x86\x65\x47\x2e\x24\xaf\ \x2b\xb4\x7c\xf9\xb6\x94\x01\x23\x92\x5c\x60\x31\x88\x49\x48\xc9\ \xcc\xce\xf2\xa9\xc4\x8e\x6c\x70\x2e\xb4\x98\xb8\xac\xec\xac\xa4\ \x78\x97\x88\xea\x38\x73\xa4\x78\x92\x32\xb2\xd3\x92\xfd\xd8\x5e\ \xcd\x11\x5c\x20\xd9\x9f\x9c\x9a\x9b\x99\xec\x92\x80\x09\xf0\x24\ \xa4\xe4\xe4\xa4\xb9\x24\x29\x35\x27\x2f\x23\x5e\x31\x4c\xa1\x79\ \xfd\xa9\xa9\xa9\x49\x09\xfe\xe4\xcc\xec\xb4\x24\x9f\xac\xc6\x17\ \x16\xe6\x2a\xc2\x64\xa0\xf8\x13\x53\xd2\x53\x92\x03\x81\x80\xcf\ \xed\xc6\x48\x8a\x4f\x2f\xb8\xe4\xca\xab\x47\xe7\x25\x18\x11\x43\ \xf5\xf9\xe3\xfd\x6e\x01\x38\x36\xa5\xd7\x45\x57\xcc\x98\xd8\x3f\ \x5d\x04\x6b\x3e\x99\xbb\xc0\x3b\x64\xea\x98\xfc\x04\x6a\x31\xa7\ \xba\x53\x8f\x3b\x40\x20\x80\x48\x44\xff\x74\xd1\xe2\xcd\x9b\x37\ \x6f\xdd\xb6\x3d\x12\x89\xa4\xa5\xa5\xd9\xd5\x52\xeb\x6a\x6b\xdc\ \x1e\xb7\xa6\xb9\x3a\xf3\x1d\x6b\x6b\xab\xe3\x13\x12\x31\xc6\x2c\ \x5a\x5d\xe6\xa4\xa5\x81\xe3\x4a\xcd\x9c\x73\xd9\xed\xcb\xcc\xca\ \x48\xf6\xfb\x62\xfd\x49\x39\xe9\x29\x31\x12\xd2\xbc\x89\x59\x19\ \x19\x3e\xc9\x6a\x6e\x6e\x61\xee\xb4\x29\xd3\xa6\xe7\x25\xb8\xd3\ \x0a\x06\x64\xfa\x50\x30\xc2\x7c\x89\xa9\x59\xe9\xc9\x1e\x8f\x2f\ \x39\x23\x33\x39\x31\x46\x58\xdc\x9f\xd3\x27\xc5\x47\x0c\xa6\xa4\ \x65\x65\x25\x78\xe5\x68\x97\x06\x11\xf5\x67\xa0\x53\x0d\x3a\xfa\ \x47\x92\xa4\xfa\xba\x5a\xcd\xa5\xb9\x5c\xee\x73\xae\x07\xfd\x05\ \x79\x4d\xa7\xe8\x41\x6f\xed\x37\x60\xb0\xbd\x88\xca\x39\x13\x48\ \xd6\x54\xc9\xd4\x23\x4c\x80\x10\x48\xd5\x34\x45\xc2\x8c\x9a\xba\ \x61\x09\x01\x80\xb0\xa2\xaa\xb2\x84\x41\x08\xcb\xd4\x4d\x8b\xcb\ \xaa\xa6\xc8\x04\x01\x06\xd6\xb6\x6d\xed\xda\x1d\x3b\x77\x55\x89\ \xcc\x3b\xee\xbc\x3a\x20\x73\xd6\x41\xc3\x1a\x31\x16\xbe\xfe\xef\ \xfa\x9c\x4b\x6e\xbd\xa8\x2f\x33\x2d\x45\xd3\x84\x65\x58\x34\x2a\ \x95\x2b\x04\xc8\xaa\x2a\x01\xd3\x0d\xda\x49\xa2\x48\x52\x35\x19\ \xe9\xba\x7e\x5c\x7a\x11\x11\x97\x26\x5b\xba\x6e\x71\x40\x08\xab\ \x9a\xca\x2d\xdd\xa4\x02\x75\xbe\x89\xa2\x49\x60\x99\x1c\xab\x32\ \xd2\x75\xb3\xcb\x05\xc6\x51\x31\x6b\xa2\xba\x54\xc9\x0e\xa9\x58\ \xa6\x61\x51\x0e\x20\xb0\xac\xba\x54\x05\x40\x80\xe0\x96\x69\x52\ \x41\x5a\x0e\x7e\xf6\xf2\xa7\x55\xb7\x7c\xef\xce\x4c\x95\x5a\x8e\ \xb5\xd0\x43\x73\x18\x04\xc6\x78\xcf\x9e\xbd\xb3\x3e\x98\x9d\x9c\ \x9c\x74\xd3\x8d\x37\x06\x02\x01\x21\x84\xdb\xe3\xd9\xb3\x7b\x67\ \x52\x20\x39\x2e\xbe\xab\x1e\xf4\xb6\xbc\xfc\x22\x59\x39\x59\x0f\ \xba\xbb\x44\x23\x90\x14\x55\xc1\x2c\x62\x30\x55\x53\xb9\xa9\x9b\ \x0c\x14\x55\x43\xdc\x64\x9d\x7a\xd0\x86\x61\x58\x14\x30\x51\x55\ \x4d\x22\x48\x70\xaa\x47\x0c\x90\x14\x85\x08\x5d\x37\x01\x10\x60\ \xa2\x69\xaa\x84\xc1\x34\xf4\x13\xf5\xa0\xa3\xb9\x96\x08\xa1\x93\ \xf4\xa0\xf7\xed\xdd\xed\xf7\xfb\xfd\x09\x81\x73\xa5\x07\x6d\xd0\ \x48\xff\xec\x29\x09\xbe\x6c\x89\xc8\xa7\xb1\x17\x68\x9c\x27\xd5\ \xa4\x91\x4e\x77\x47\x70\x30\x0c\xc3\xa5\x69\x96\x10\x1c\x10\x70\ \x4b\x0f\x5b\x02\x6c\x6b\x47\x98\x7a\xc4\xec\xca\x61\x82\x99\x91\ \x70\x17\x1d\x67\xb0\xf4\x88\xa5\x03\x20\x4c\x10\x25\x98\xc4\x66\ \x0e\x99\x38\x66\x64\x92\x22\xe8\xf1\x72\x9d\xc2\x40\xda\xc4\x6b\ \xef\x6a\x35\x11\x35\x2c\x24\xb8\x19\x0e\x77\xcd\xf6\x40\x00\x54\ \x8f\x8a\xf0\x1e\x17\xcf\xb5\x8c\x88\x75\x92\x0f\x48\x23\x21\xda\ \x11\xa8\x61\x46\x38\xdc\x71\xbf\xe3\x4d\x8c\xa8\x40\x74\xc7\x3f\ \x1e\xff\xd2\x51\x9d\x68\xa6\x87\xcc\x53\xc2\x2b\xa6\x11\x32\xbb\ \xe8\x54\x63\xae\xa5\x0c\xba\xf3\xf6\xd1\x01\x95\x5a\xd4\x49\x6a\ \xea\xa1\x8e\x84\x00\x10\x1c\x06\x0d\x1e\x14\x13\x13\x13\x1b\x17\ \x97\x98\x98\x40\x2d\x8a\x09\x66\x8c\x59\x86\x89\xba\xd6\x98\x17\ \x00\x02\xe9\x86\xae\xaa\x2a\xb5\x33\x1f\xed\xd5\x0a\xd1\x51\x0d\ \xae\xcb\xfa\x25\x02\x60\x46\x54\xfe\xd9\x88\xea\x41\x83\xd5\xa9\ \x07\xdd\xb5\x9f\x30\x66\x84\x43\x5d\xf5\xa0\xf5\xce\xcf\x63\x27\ \xaa\x99\x8b\xe3\x6d\x3e\x59\x0f\x1a\x04\xc2\x88\xd9\x41\x53\x8c\ \xcf\x50\x12\xfa\x2c\xf5\xa0\x65\xa2\xca\x44\x3d\x7d\x18\x03\x71\ \x6e\x19\x34\x62\xfb\x37\x98\x90\xca\xf2\xb2\xa6\xe6\xa6\xa2\xbe\ \xfd\x34\xcd\xdd\x51\x89\x47\xa0\xb3\x51\xcb\x45\x8a\xaa\x11\x0c\ \xd4\xd4\x2d\x2a\x4e\x92\xe5\xc7\x84\x60\x24\xbe\x15\xe9\x83\x08\ \x13\xf2\x2d\x69\xea\xff\xbf\xf1\x85\x8e\xfc\x03\x59\x91\x79\x54\ \x0f\x1a\x18\x67\x15\x65\x65\x4d\x4d\x0d\x7d\xfb\x0d\xc0\x18\x47\ \xf5\xa0\x31\xa9\xa9\xa9\xae\xa9\xa9\x2e\xea\xd7\xcf\xed\xf6\x74\ \x5a\xf0\xe8\x1b\xd6\x83\x8e\x1a\x2a\x5c\xf0\xca\xf2\xb2\xfa\xfa\ \xba\xbe\xfd\x06\x10\x42\x7a\x8a\x1e\xb4\xdd\xe2\x63\xa5\x47\x9b\ \x1b\x1b\x30\x91\x9c\x3e\xe7\xe0\x5b\x4b\x16\xc0\x18\x97\x15\xb9\ \x77\xef\x3c\x97\xdb\xdd\x75\xd7\x0e\xc6\xb8\xbc\xec\x58\x7d\x7d\ \x2d\xc6\xa4\x47\x55\x09\x41\x08\x18\xe7\x12\x21\xbd\xfb\xe4\xbb\ \x3d\x9e\x33\x54\x79\x3c\x7f\xbc\x80\x30\xd6\x23\x61\x4a\x29\x38\ \x75\x14\x1c\x7c\x6b\x43\x0e\x08\x61\x97\xcb\x85\x31\x3e\x75\x80\ \x11\x42\xf4\x48\xc4\xa2\x56\x0f\xeb\xe1\x02\x21\xa4\x69\x2e\xbb\ \x46\xde\x99\x0e\xd8\xf3\xa6\x07\x0d\xe0\x6c\x29\x76\xf0\x5f\xc1\ \x0d\xa7\xb7\xc3\x7b\x6c\x0f\x17\x27\xd4\xd4\xfe\x72\x48\x3d\xe4\ \x82\x3a\x70\xf0\xdf\x4d\x19\xdf\x2e\x38\x7a\xd0\x0e\x1c\x38\xf8\ \xe6\xec\x05\x84\x1c\x31\x68\x07\xff\x25\x46\x81\x38\x8d\xb0\x42\ \x8f\x75\x24\x4e\xd7\xe6\x6f\x98\x17\x10\x42\xba\x1e\x69\x6f\x6b\ \x3f\x93\x9c\x0a\x07\x0e\x7a\x32\x34\xcd\xe5\xf3\xc5\x9e\x14\x5b\ \x44\x18\x19\xba\xd1\xde\xd6\xda\x33\x4b\xcb\x68\xaa\xe6\x8d\x8d\ \x3b\x73\xd2\x3a\xcb\xb8\x23\x42\x18\x23\x7c\xda\xec\x85\x68\x46\ \x36\x3b\x4e\x0a\x91\x48\x73\x4b\x53\x6a\x6a\xba\xad\x07\xdd\x45\ \x7c\x06\x00\xc0\x89\x3a\x38\xe8\x69\x38\x45\x25\x29\xfa\x90\x71\ \x56\x5f\x5b\xc3\x28\x4d\x48\x0c\x74\x99\x81\x91\x69\x1a\x4d\x4d\ \x0d\xc9\xc9\x69\x6e\x8f\x07\x7d\x43\x3d\xbc\xeb\xc7\x75\xbd\xcf\ \x39\xaf\xaf\xab\xb5\x4c\x23\x31\x90\x74\x86\x56\xc3\xd9\xf0\x02\ \x02\x64\xd2\x88\x49\x23\xa7\x33\x9a\x84\x00\x89\xc8\x9a\x1c\x63\ \xe7\x72\x60\x8c\xab\xab\x2a\x93\x53\x52\xbd\xbe\xd8\x6e\x9b\xe5\ \xc4\x23\x1d\xf4\x38\x5e\xe8\xd0\x74\x44\x27\x6a\x25\x62\x8c\x05\ \x88\x23\x87\x0f\xc5\xc5\xc5\xab\x9a\xd6\xb9\x3f\xa2\xa6\xa6\xd2\ \x9f\x10\x88\x8f\xf7\x7f\x83\x3d\xbc\xdb\xf1\x68\xb7\x19\x00\x4a\ \x0e\x1f\x8a\x8d\x8d\xd3\x5c\xda\x39\xd3\x83\x56\x62\x56\xee\x79\ \x6d\xf9\xae\x57\x34\xc5\xdb\xed\x09\xa6\x15\xea\x97\x3d\xe5\x96\ \x49\x4f\xea\x66\x74\x8f\xaa\x45\x69\xe7\x86\x8d\x53\xd5\x72\xbf\ \xa8\xa1\x08\xa1\xaf\x76\x59\x11\x21\xd8\x16\x91\x3e\xb3\xd3\x31\ \xc1\x08\x04\xff\x56\xec\x74\x26\x84\x00\x08\xe6\x64\x49\x9e\x17\ \x87\xbc\xab\xdc\x2b\xea\x00\xe7\x1c\x63\x4c\x88\x44\x19\x53\x8f\ \x77\x52\xb0\x2c\xab\xb3\x36\xca\x57\xeb\xe1\xff\x19\x6d\x75\xdb\ \xe6\xae\xa7\x75\xb6\x59\x92\x25\xca\x2c\x00\xd7\xb9\xd2\x83\x06\ \x00\x21\x38\xe3\xac\xd3\x53\x38\x09\x4c\x30\x71\xd2\x4b\x82\x73\ \x21\x30\xe7\x51\x3d\xe8\xe8\x30\x8c\x0a\xbb\x77\x2f\x08\x0d\x00\ \x00\x18\x61\x04\x9c\x8b\xe3\xda\x38\x5f\xe2\xdd\x88\xf0\xae\xd5\ \x1b\xe5\xdc\xa1\x85\xe9\xb1\x5f\x3a\x7e\x10\xc2\x04\xc2\x3b\xd6\ \xee\x88\x2b\x1a\x91\xe3\x57\x3a\xf4\x75\xb1\x24\x75\x2c\xd3\x74\ \x3c\x25\x75\xd1\xf6\xb3\x4b\x66\x75\x39\x29\xaa\x08\x6a\x8b\x3e\ \x73\xc6\x30\x21\x00\x82\x76\x48\x6b\xd9\xff\xcb\x28\x05\x2c\x11\ \xdc\x55\x3f\xd4\x7e\x0f\x46\x29\x48\x12\xe9\x72\xa9\xec\xf4\x68\ \xd4\xf5\x49\xe0\x5c\x08\x7a\x78\xeb\x7a\x23\x79\x70\xff\x0c\x17\ \xa3\x8e\x89\x75\xce\x6d\x72\x3b\x52\x77\x7c\x04\x76\x4c\x6b\x80\ \x31\x17\xfc\xe4\xfe\x68\x2b\x90\x75\x88\xb2\xf0\x53\xd4\xdc\x4e\ \x18\x75\x1d\x5d\x42\x9c\x6d\xdb\x10\xc6\x82\xb3\x93\x92\xab\xbb\ \xd1\x83\xee\xd2\x66\x5b\x7e\xe1\xdc\xea\x41\x47\x99\xe8\x34\x79\ \x5d\x08\xd0\x49\x29\x5f\xb6\x1e\x11\xc2\x38\x52\x73\x70\xe3\xee\ \xda\x01\x13\x2f\xf0\x13\x8e\xb1\xbe\x63\xf5\x06\x9e\x3a\x70\x48\ \x9f\x04\xfb\xda\x33\xc6\x84\x00\x84\x31\x21\xf6\x06\x0f\x54\xbb\ \x6b\xc5\xfa\x4a\xdf\x95\x97\x0c\xc5\x9c\x51\x26\x30\x21\xd8\x9e\ \xde\x6d\xc1\x04\x4c\x30\x46\xf6\xf0\x05\x84\x09\xc1\x40\x23\xeb\ \x17\xcc\x8d\xbd\x3a\xaf\x28\x23\x3e\x2a\x49\xcf\x39\xe5\x9c\x10\ \x02\x9c\x31\x2e\xa2\x67\x31\x66\x9b\x0a\x8d\x7b\x57\xbc\x3b\x6f\ \xf7\x0d\x09\x89\x47\xb6\x36\x0d\xbd\x60\x94\x4f\x06\x0c\xe1\xed\ \xeb\x37\x23\x7f\x66\xa4\xe6\x48\x7c\xdf\x0b\x0a\x12\x64\x81\x71\ \xc5\xce\xf5\xe5\x2c\x2e\xc6\xa8\x8f\xf8\xfa\x8c\xec\x9b\xc2\x05\ \x8a\xd4\xee\x5b\x7f\x38\x98\x44\xf4\xa0\x3b\x63\xd4\xa0\x5c\xcc\ \xc1\x6a\x29\x5d\xb5\xa5\x66\xf8\xd8\x01\xd5\xfb\x37\x46\x12\x87\ \x0c\xcb\x8e\xa5\x94\x61\x49\x6a\x38\xb2\x79\x67\x93\x77\xdc\xd0\ \x7c\xdc\x72\x78\xe5\xbe\xc6\x81\xc3\x46\xf9\x15\xc6\x01\x4b\x22\ \xb8\x75\xdd\x16\x35\x77\x54\xdf\x24\xb4\x6f\xcd\xaa\x3d\xd5\x6d\ \x80\xa4\x84\xb4\xde\xc3\x86\x0d\x8a\x53\x05\xe7\xc6\xc1\x4d\xab\ \xf6\x1c\xab\xe3\x20\xf9\x92\xb2\x87\x8e\x18\x1a\x70\x2b\xed\xa5\ \x9b\xdf\xfb\xbc\xea\x37\x3f\xbd\x21\x06\xfd\x07\x1a\xe3\x0e\xce\ \x64\xe6\xeb\x32\x03\x47\xf5\xa0\x19\x13\xb6\x2c\xb8\x2d\x23\x72\ \x0a\x2d\xd8\xa3\x54\x7c\x99\x8d\x80\x31\xaa\x3a\xb8\xed\x48\x28\ \x7e\xd4\xe0\x6c\x09\x90\xbd\xff\x4a\x70\xc6\x18\x07\x84\x09\x21\ \x08\x01\x70\x46\xbb\x3c\x8c\xbe\x8a\xb1\x44\xec\xa9\xc2\xda\xbe\ \x74\x5e\x63\xe2\xe8\x29\x83\x93\x85\x5d\x68\x00\x9d\x18\xc5\xe8\ \xd4\x83\x8e\x96\x25\x88\xb6\xb9\xc7\xe9\x41\x77\xf0\x28\x92\x55\ \xbe\x7a\xee\xeb\xef\xaf\x3c\x82\x09\x6e\x3b\xb8\xfc\xe5\x37\xe7\ \x87\x94\x18\x64\xb6\x95\x1d\x29\x2e\xaf\x6b\x11\x98\x20\x8c\xb8\ \x15\xaa\x38\x5a\x72\xa4\xb4\x32\x4c\x45\x6b\xf1\xb6\x65\x2b\xd6\ \x1f\x2a\x2d\xad\xaa\x6b\xc7\xb2\x44\x43\x4d\x47\x4b\x8a\xab\x9a\ \x42\x88\x48\x20\x78\xa4\xbd\xa9\xfc\x68\xc9\x91\x63\x55\x3a\xc7\ \x44\x18\xb5\x95\x65\x15\x65\xd5\xba\x20\x04\x23\x60\x46\x4d\xc5\ \xd1\xe2\x92\xd2\xc6\xa0\x21\x61\xde\x54\xdf\xd0\xa6\x73\x40\x88\ \xe9\xed\x0d\x0d\x2d\x4c\x20\x10\x80\x78\x64\xf5\xe2\x35\x19\xe3\ \xae\x1a\x98\x81\x97\xcf\x7e\x7e\xd6\xfa\x63\x18\xe3\xa6\x7d\xcb\ \x5f\x7a\x7d\x11\x75\xc7\x54\xac\x9f\xf7\xca\xcc\xe5\x14\x13\xdc\ \x5e\xfc\xc6\xab\xaf\x1d\x8a\x68\xb8\x71\xcb\x73\x2f\xbd\x5d\x16\ \xc1\x18\x1b\x9f\xbd\xf5\xf2\xf2\x7d\x6d\x0a\x2d\x7d\xe9\x9f\xaf\ \x1f\x68\xe2\x18\xc3\x86\x39\x2f\xcf\xdb\x52\xa1\x4a\xc1\xcf\xde\ \xfe\xf3\x9f\xfe\x39\xb7\x49\x60\x8c\x31\x66\x8d\xb3\xff\xf6\xf8\ \xdf\x3e\x58\x1d\x46\x58\x2f\x5f\xfd\xe4\xe3\x7f\xf8\x68\xfd\x11\ \x4c\x24\x42\x70\xdd\xee\xcf\x9f\x7c\xec\x0f\x8b\xf7\xb7\x62\xde\ \xf2\xc9\xeb\x6f\x6c\x2f\x0d\x62\x16\xda\xbe\xe4\xed\xc7\xfe\xf4\ \xf7\xfd\x0d\x14\xe3\xf0\xa2\xf7\x66\xae\xd8\xd7\x8c\x79\x64\xdf\ \x9a\xb9\x7f\x7a\xec\xa9\xad\x95\xc6\xd0\xe9\x57\xf8\x1b\x36\xae\ \x3b\xdc\x8c\x08\x76\xc4\x9a\xcf\x03\x30\xc6\x20\xc4\x87\x73\xe7\ \x6e\xd9\xbc\x99\x10\xd2\x39\x0f\xf3\xe8\x18\x3b\x51\x0f\x5a\x9c\ \x91\x1e\x34\xc6\xb8\x78\xc3\xa7\xef\x7e\xba\x53\x60\x1c\x69\x6b\ \x2a\x2f\x2d\x39\x72\xb4\xac\xcd\xe0\x18\x63\x82\x45\x5b\x7d\x65\ \xf1\xe1\x92\xaa\x86\x76\x8e\x90\x44\x50\x5b\x7d\x45\x49\x49\x69\ \x4b\x84\x4b\x04\x09\x6a\x34\xd6\x54\x94\x14\x1f\x6d\x68\x6d\x3b\ \xb0\x69\xed\xaa\x8d\xbb\x8e\x1e\x2b\xab\x0f\x5a\x80\xce\x4c\x0f\ \x9a\xf7\x54\x3d\x68\xce\x99\x1c\x5f\x74\xdf\xed\x17\x3e\xfe\xde\ \xcc\xa3\x43\x1f\x58\x3f\x67\x49\x9f\x2b\xef\x9f\xe0\xaf\x7f\xf3\ \x9f\x2f\x1f\x6e\x07\x33\xa4\x0f\xb9\xf2\xbe\xeb\x46\xc4\xcd\xfb\ \xf7\x3f\x37\xd7\x22\x4f\x4c\xfc\x65\xf7\x7f\x37\xe0\x76\x87\xab\ \xb7\xbe\xfb\x56\x5b\xfe\xc8\x6b\xaf\xe1\x65\xaf\xbd\xf2\x7e\xbd\ \x20\xe1\x20\xba\xe8\x8e\x1f\x4c\x2f\x34\x5f\xfb\xd7\x53\x5b\x6b\ \x95\xb4\xcc\x7e\x77\xde\x77\xc5\xda\x0f\x5f\xf8\x68\x7b\x53\x52\ \x2c\x29\x39\x1a\xbc\x41\x55\x21\x58\xba\xf8\xa3\xb9\x47\x6b\x5a\ \xda\x50\xea\xfd\x0f\xdd\xb5\xeb\x85\x27\x6a\xfb\xdf\xf9\xd0\xb5\ \x03\x0f\x2c\x7c\xeb\xd5\x5d\xfe\xdf\xfc\xfa\x16\x17\xe3\xb4\xad\ \x64\x7b\x35\x9a\x38\xa3\xb7\x12\xa3\xdc\x7f\xeb\xe4\x3f\xcd\xf9\ \xe0\xd8\xc0\xfb\x56\x7d\xf8\x79\xe1\x15\xf7\x0f\xcf\x4c\x19\x78\ \xe7\xed\x5b\x7f\xff\xd6\xca\xc3\x23\xfd\xdb\xe7\xb6\x64\x4e\xfb\ \xf1\xb8\x5c\x8f\x75\xc7\xf8\xf5\x8f\xce\x59\xba\xef\xb6\x5e\xc5\ \x2b\xaa\x03\xdf\xff\xce\x94\x02\x5f\xe8\xb2\x75\x8f\xcc\x9a\xbf\ \xf1\x27\x93\xe8\xfc\x5d\xe2\x8e\xdf\x5c\xe3\xd6\x8b\x39\x4e\x77\ \x37\x6c\x59\xb4\x61\xda\x2d\x63\x33\x8e\xad\x5a\xb8\xa3\x29\x36\ \x33\x86\x19\x16\x84\x9b\x45\x4e\xa2\x6f\xfb\xf2\x4f\xca\x46\xfd\ \x30\x4b\x6b\x5a\xbc\x78\xad\x1a\x97\x23\xb7\xb7\x03\xf7\x20\x57\ \xf2\x05\xd3\x67\x5c\x32\x20\x16\xac\xa6\x77\x9e\xfa\xf5\x8b\x33\ \x57\xfd\xe5\x87\xc3\x91\x16\x3f\xfc\xa2\x6b\x66\x8c\x4f\x06\x08\ \x2f\xfc\xfb\xaf\x5f\x79\xeb\xc3\x7e\xbf\xbc\x69\x48\x2f\xcf\xd6\ \x9d\xc5\x17\x17\x8e\x00\xe1\x54\x00\x3e\xc7\xd3\x19\xc6\x96\x69\ \xce\x99\x3b\x77\xd9\xb2\x65\x1e\x8f\x87\x31\x36\x7c\xc4\x08\xf1\ \xc5\x7a\xd0\x70\x46\x7a\xd0\x92\xa2\xb9\x35\x4d\x11\xcd\xaf\xff\ \xfd\xff\xb6\xb7\x2a\xf1\x28\x68\xf8\x06\x3d\xfc\x3f\x77\xa2\x7d\ \x8b\x9e\x9b\xb5\x06\x7b\x3c\x19\x85\x93\xef\xbe\x71\xfc\xd1\xb5\ \x73\xde\x5c\xb8\x1d\xc9\x3c\x2c\x67\xdf\xff\xd0\xfd\xde\x7d\xf3\ \xff\xef\x95\x65\x72\x62\xda\xf0\x8b\x2e\x77\xc7\x68\xe5\xdb\x16\ \xbd\xd3\xba\x7b\xd4\xe5\x77\x5c\x54\x18\xc7\xba\xdd\xad\xdf\xa9\ \x07\x6d\x8f\xc1\x1e\xa9\x07\xcd\x6c\x0a\xb3\x28\xa4\x8d\xb9\xf2\ \x92\x2d\x4f\x3e\xf5\xd8\x6f\x3c\xc9\xc3\x7e\x71\x69\xdf\xcd\xb3\ \x9f\x58\x5b\x9f\xf0\xe0\x3d\x97\x36\x6e\xf9\xe0\x95\x39\x0b\x86\ \xa7\x4d\xda\xb2\xad\x62\xf8\x83\xbf\xbd\x7a\x78\x3a\xc1\xe4\x40\ \xc4\x48\x2a\xba\xf8\x91\x5f\x5d\xaf\x41\xf8\xc3\x67\x7e\x77\x58\ \x1e\xf4\xc0\xf5\xa3\xf6\x2f\xfc\xf7\xac\xd9\xcb\x26\x3c\x3c\xb4\ \xae\x95\x5f\xfe\xbd\x5f\x5c\x9a\xef\xaf\xde\x32\xfb\xa3\x4d\xe6\ \xfd\xbf\xfd\x43\x7f\xb5\xe2\x1f\x8f\xff\x4d\x37\x74\x88\xed\x7d\ \xd9\x8c\x5b\xda\x83\x8d\x1f\x3e\xff\xf2\x8a\xcd\x4d\x17\x8f\xc9\ \xfa\xe7\xd6\xdd\x11\xe8\x7b\xe0\x58\x65\x62\xbf\x71\x31\x88\x5b\ \x08\x1b\x0d\xc7\xc2\x92\x3b\xd9\x2f\x09\x6a\x66\x8d\xbb\xfa\xc2\ \xad\x7f\x7e\xf2\x37\xbf\xf6\x66\x8f\x7d\x78\x6a\x3f\x66\x99\x4a\ \xea\x88\x5b\xa7\x6f\x79\xee\xaf\xbf\x93\xdd\x49\x37\xff\xe4\x12\ \x0f\xb7\xa8\x9c\x38\xe3\x8e\xab\x9f\xfc\xc7\x3f\x1e\x93\x5c\x63\ \xae\xfd\x61\x81\x8f\x5b\xcc\x73\xd9\xad\xb7\xec\xfb\xeb\x6b\xbf\ \xda\xa2\x0e\x99\x76\xd7\x88\x00\x31\xca\xda\x22\x52\xee\x75\x57\ \xa4\xad\x5b\xbe\x74\x7a\xff\x4b\x16\xad\x3c\x34\xee\x9a\x6b\x8f\ \x6d\x39\xdc\x66\x80\x55\x17\xcc\x1e\x7d\x75\x96\xb5\x63\xf1\xc6\ \xd2\x19\x09\x5b\xf6\x5a\x79\xd7\x5d\x1c\x3c\xd8\x50\x07\x90\x8b\ \x84\x30\x4d\x1d\x20\x86\xcb\xfe\xb1\xa3\x47\xaf\x9b\xbb\xab\xd9\ \x1c\x8c\x80\x53\xcb\x00\xb0\x04\xb8\x87\x5f\x74\xc1\x7b\x7f\xdf\ \x5f\x19\x86\xcc\xe4\xc4\x15\xc5\x35\xa6\xe0\x48\x38\x72\x2e\xe7\ \xb8\xdf\x72\xc1\x38\x1b\x36\x6c\xe8\xb0\x61\x43\x39\xe7\x1e\x8f\ \x87\x31\xda\xa1\x01\x7b\x1a\x3d\x68\xc1\xc5\x71\xa5\xa4\xa8\x69\ \x2f\x4e\x09\x0e\x08\x21\x00\x01\xa3\xa1\xda\x20\x5c\x78\xef\xaf\ \xae\xc9\xa9\x7b\xe6\xb7\x4f\x2d\xdb\x77\x61\xe6\xae\xed\xf5\xee\ \xfe\xbf\xff\x9f\x1b\xfd\x8a\x84\xda\x0e\xbd\xf3\xfe\x92\xd8\x49\ \x77\x5f\x31\x40\x9e\xf9\xcc\x3f\x3e\x58\x79\xd1\x0d\xb8\x56\xc9\ \x1c\xf7\xeb\x47\x6e\xf3\x42\xe8\x83\xad\x6c\xe0\x25\xf7\xfe\xe4\ \xea\x22\xcb\x34\x4f\x57\x41\x1b\x01\x12\xd1\xed\xde\x18\x7a\xaa\ \x1e\xb4\x6d\xd7\x60\x21\x4c\x13\xfb\x2e\xbe\x72\xca\xe2\xc7\x5f\ \x1e\x7c\xe7\x55\x01\xd2\xba\xac\xaa\x2a\x1c\xf2\x2d\x5b\x38\x8f\ \x51\x18\x32\xb0\xb7\x27\x3e\xf7\x86\x5b\x27\xcf\x99\xfb\x5c\xf1\ \xc6\x01\x33\x6e\x9d\x61\x8b\x5a\x70\x00\x30\x1b\xca\x1a\x1a\xc3\ \xe6\xd1\xc5\xf3\x6a\x2c\x2b\x61\x68\xdf\x4c\x61\x99\x18\x4b\x32\ \x21\x98\x40\x75\x45\x35\x4e\x1d\x50\x98\xe2\x92\x23\x31\x3e\xb7\ \x8c\x30\x2b\xdd\xb2\xf0\x95\x39\x1b\x3d\x09\x71\x95\xcd\x46\xbe\ \xa1\x67\x0e\x1b\xa3\x2d\x58\x70\xe0\xe0\xa1\xb2\x3a\x36\xf0\xc2\ \x74\xce\x4c\xc6\x15\x6a\xea\x1c\x10\x11\x8c\x52\x8b\x2b\x71\xd3\ \xae\x98\xb2\xf2\xd7\x2f\x8c\x7c\x60\x5a\x32\xd1\xc3\x26\x43\x1c\ \x0d\x98\x7a\x79\xe6\xd2\x4d\xfa\x80\xdb\x47\x65\x28\x91\xb0\x21\ \x80\xc6\x15\x4c\xba\x28\x6f\xe1\xac\x86\xfc\x69\xe3\x7b\x99\x91\ \x30\x15\xa0\x65\x0c\xbf\x6c\xc4\xfc\x3f\x6d\x8c\x9b\x36\x79\x90\ \xe0\x2c\x1c\x09\xb6\x99\x52\xe1\x98\xa9\x0d\x87\x9e\x7d\xe1\xc5\ \xca\x90\xda\xef\x87\xa3\x7a\xbf\xbc\x61\x7b\x28\x12\x8e\x04\x83\ \xd4\x9d\x35\x6d\x94\xfa\xb7\xf7\xde\x78\x9e\x18\x45\x53\xbf\x53\ \xd0\xf4\xe1\xd6\xd2\x66\x83\xe5\xd8\x02\x5f\x00\x02\x03\x18\x46\ \x84\x22\xa9\xa3\x80\x11\x07\x21\x00\x81\xa5\x87\x38\x01\x01\x20\ \x61\xc4\x0d\x83\x32\x86\x99\x13\x61\x38\xe7\xc0\x18\xf7\xe9\xd3\ \x07\x61\x6c\x17\x13\xa5\x94\xda\x6b\x7e\xfc\xb4\x7a\xd0\xa2\xa3\ \x24\xc2\x49\xce\xfe\xf1\x4c\x07\x7e\x5c\x0f\x9a\x61\x82\x09\xc6\ \x92\x27\x29\x33\x3d\xb6\xac\x2e\x34\xe3\xd2\x19\x25\xef\x7e\xf0\ \xd4\x1f\xfe\x3c\x66\xfa\x75\x53\x73\xab\xaa\xda\x23\x71\x87\x36\ \xcc\x2b\xa5\x72\xce\xc0\xbc\x44\xcd\x6a\x04\x49\x96\x09\xc1\x18\ \x3a\x74\xdb\x80\x31\xce\x4e\x14\x13\x47\x00\x27\x97\x67\xc5\x38\ \x3a\x06\x7b\x9e\x1e\x34\xe7\x42\x70\xce\x28\xe7\x42\x70\x53\x76\ \xc7\x24\x06\x92\xe2\xbc\x18\x38\xf6\x7b\xe3\xbc\xc9\x85\x77\x3c\ \x70\x83\x17\x0c\xd3\x62\x42\x40\xfc\x05\xd7\xff\xef\xc8\x31\xaf\ \xfe\xe9\xc9\x57\x3f\xec\x7d\x6f\x9a\x1c\x0e\x36\x05\x75\xaa\x72\ \xd5\xef\xf6\x26\x64\x8c\xfe\xce\x7d\x93\x88\xa5\x53\x21\xcb\xe1\ \xbd\x8c\x0b\x4a\x4d\xce\x59\x62\x20\x81\x55\xed\x3a\x50\x35\x7d\ \x88\xcf\x34\x29\x97\x68\xeb\xba\xd5\x8b\xa0\xf0\x96\x5f\xde\x39\ \xe1\xd3\xa7\x7f\xb5\x27\x1c\x56\x93\xf2\x46\xe4\xd2\xd9\xb3\x3e\ \x14\x4a\xee\xa5\xe9\xb1\x96\x61\x72\x00\xec\x8a\x27\x54\x6f\x0a\ \x5a\xbd\xe3\x18\x35\x4c\x59\xf3\x04\x92\x53\x02\x2e\xac\x9b\x94\ \x33\x0e\xdc\xa4\x8a\x2b\x31\x21\x25\xec\x8f\xe1\xa6\xc1\x18\x03\ \x60\xa6\x89\xe3\x02\x81\x24\x1a\x27\x83\x65\x51\x2a\x00\x2c\x03\ \xbb\x12\x93\x52\x93\x5c\x32\x62\x94\x72\x5d\x0f\x1b\x42\x08\x4f\ \xea\xd4\xb1\xb9\x0f\x3f\xb7\xea\xaa\x87\xee\x4a\xf6\x34\x00\x0f\ \x47\xf4\x60\x7b\xc4\x42\x2e\x16\x28\x9a\xd0\x4f\x99\x3d\xbb\x69\ \xc4\x9d\xc3\xb2\xda\x97\x0a\x4b\x6f\xd7\x29\x07\x0e\x20\x84\x60\ \xb4\xa9\x7c\xe7\x47\x4b\xd6\xa5\x8e\x79\x20\x9e\x30\x6a\xdb\x58\ \x8c\xb6\xd4\x97\xcc\xff\x60\x45\xd6\xc0\xab\xd2\xdc\x74\x4b\x73\ \xbb\x14\x9f\x8f\x18\xeb\x99\x79\x75\xff\x7d\x60\xf4\x78\x59\x76\ \x7b\xfa\x15\x9c\xf3\x53\x6a\xba\x71\x9b\x12\x18\x65\x8c\xdb\x3a\ \x8b\xa7\x99\x9c\x11\x67\x51\x3d\x68\xce\x98\x10\x82\x59\x26\x30\ \xce\xb8\x00\xcb\xc0\xfe\x41\x77\x3c\xf8\xf3\xa3\xeb\xdf\xfb\xc3\ \x3b\x2f\x27\x3f\x7c\x6b\x72\x8c\xb7\xd7\x84\x6b\x6f\x1f\x9b\x1a\ \x09\xe9\x48\x55\x0f\xcf\xa3\x82\x53\xcb\xb4\x18\x12\x92\xb0\x82\ \x4d\xcd\x96\x65\x9a\x86\x85\x31\xfa\x82\xd5\x01\xbb\xcd\xbc\xbb\ \x36\xf7\x0c\x7b\x81\x0b\x8e\x38\xe7\x02\x80\x33\x6a\xe9\xba\x61\ \x9a\xa6\x69\xa8\xc3\x2f\xba\x62\xcf\xcb\x6f\x3c\xf6\xdb\x7d\xf1\ \xaa\xd6\x6f\xd2\xe5\x17\x16\x2a\xb3\xde\xfc\xa0\x96\xa8\x4d\x86\ \xb7\x6f\x76\x7c\x52\x9f\xc1\xde\x45\xaf\xff\xe1\x37\x95\x03\x46\ \x5c\x34\xfd\xea\xab\x8f\xbe\xfc\xfe\x6f\x7e\xbb\x2a\x46\x72\x8f\ \xbe\xf2\xc6\x29\xb9\xc8\x34\x4d\xd3\x62\x46\xd8\x48\x1a\x30\x71\ \xca\xc0\xe2\x97\x9e\x7c\x3c\xcd\x4f\x8e\xd4\xf0\x3e\xee\xd8\xdc\ \x21\xc3\x37\xcc\xff\xf0\x89\xba\x75\x55\x07\x1a\xf2\x72\x24\x0b\ \x7c\x13\x2e\x18\x36\xe7\x77\x6f\xf4\xbf\xe1\x17\xa9\x6e\x66\x44\ \xa8\x00\x2e\xc7\xe6\xa4\x93\x50\xf1\xe1\xda\x11\xa3\x12\x99\xc5\ \xb8\x69\x1a\x91\x88\x6e\x50\xce\x18\xa5\x1c\x10\x30\x4c\x0d\x5d\ \x37\x4c\x93\x31\x66\xaf\x3b\x62\x89\x9a\x46\x44\x37\x0c\xcb\x62\ \x98\x32\x06\x80\x09\xb3\x0c\x23\xa2\x63\xcb\x62\x1c\xf3\x48\xb8\ \x3d\xc4\x04\x35\xcc\xc0\xa0\x4b\xfe\xe7\xe1\x21\x69\x85\x09\x96\ \x5e\xcb\x59\xb0\x2d\x14\x6c\x0b\x46\x98\x07\x99\x5c\x9b\x78\xd3\ \x8f\xfb\x58\x71\xf1\x98\x05\x25\x11\x6a\x6f\xd6\x19\x91\x45\xdd\ \xc2\x99\xcf\xed\x5b\x24\x35\x35\x35\xc7\x17\x5c\x75\xcf\xf4\x01\ \xc2\x6a\x96\x79\xeb\xea\xb9\x2f\x34\xac\x77\x35\x37\x36\x7b\xb2\ \x26\xde\x33\xe3\x22\x57\xb8\x7a\x7f\x69\x6d\xd6\xb8\x74\x44\x29\ \xa5\x0e\x2f\x9c\xd3\x58\x79\x74\x45\x0f\x63\x1c\x5d\x56\x64\x8c\ \x73\x8e\xa0\xd3\x5d\xe8\xae\x87\x47\x0b\x48\x70\x14\x5d\xa1\x10\ \x1d\x6e\x7e\x67\x3a\x03\x62\x14\x2c\xcb\x34\x2d\x8b\x51\x66\x9a\ \xa6\x45\x29\x30\x61\x99\x16\x20\xba\x67\xc5\xec\x4f\xd7\x1f\x91\ \x44\x6b\x72\x76\xaf\x94\xa4\xfc\x6b\xa6\x0d\x78\xe9\xdd\xa7\x0e\ \x2d\x0d\x28\x6a\xca\x75\xf7\xdd\x2a\x38\x35\x4d\x4a\x29\x35\x84\ \x34\x70\x68\xd1\x8a\x59\x6f\xfc\x6f\xe9\xaa\x91\x93\xaf\x9d\x3e\ \x32\x8d\x9a\x4c\x44\xd7\x08\x8f\x2b\x43\x21\x84\x11\x08\xdb\xdf\ \xb1\x4d\x94\x33\xb7\x17\xce\x26\xdf\xd1\xa5\x78\x17\x6d\xfd\xc7\ \xb2\x5d\x2f\xbb\x4e\x93\xd7\x64\x58\xa1\xfe\xd9\x53\x6e\x9d\xfc\ \x67\x3b\xaf\x89\x10\xb2\x67\xd7\x8e\xa2\xfe\x03\x51\x47\xa1\x4a\ \x60\x91\xda\xba\x66\x97\x3f\xd9\x27\x23\x20\x32\x0d\x36\x1c\xab\ \xa8\xd2\x99\x9c\x94\x96\x91\xe0\x41\x35\xe5\x65\x4d\x21\xea\x8e\ \x4f\xce\x4e\x4f\x90\x30\x6a\xaf\xab\x2c\xaf\x6d\x71\x27\xa4\x66\ \x67\x24\x19\x4d\x95\xc7\xaa\xea\x29\x72\xa5\x66\x64\xc4\xbb\x44\ \x5d\x6d\xa3\xe6\x4f\xf6\x2a\x48\x20\x49\xe2\x91\x8a\xb2\xb2\xe6\ \x30\x75\xf9\x12\x52\x93\x13\x3d\x32\xaf\xad\x38\x56\xdb\x12\x91\ \xdd\xb1\x29\x29\xa9\xf1\xb1\x31\xbc\x7e\xd3\x13\xff\xfc\xec\xa2\ \xef\xfc\x78\x6c\x2a\x31\xa8\x00\x00\x45\x95\xf7\x7c\xf2\xd2\xfb\ \x07\xe3\x7e\xfc\xe0\x8d\x71\xc8\x62\x56\xb8\xbe\xae\xd9\x13\x48\ \xf1\xc8\xb8\x63\xe9\x9a\x37\xd5\xd5\x71\x97\x3f\xd1\xa7\x88\xe8\ \x52\x2b\x8a\xb4\xd4\xb5\x5a\x6a\x52\x20\x0e\x71\x6e\x77\x20\x23\ \xd8\xd8\x18\xc1\x49\x01\xbf\x8c\xc0\x0c\xb7\xd6\xb5\x5a\x81\xa4\ \x04\x85\x60\x59\x22\xd4\xb2\x04\x37\xeb\xeb\x1b\xb4\xf8\x00\x6f\ \x6b\x32\x95\xd8\x80\x4f\x43\x44\x92\x80\x5b\x4c\x58\xe1\xc6\x86\ \x20\x24\x05\xe2\xda\xeb\x2a\x6a\x5b\xc2\x5c\xe0\x18\x7f\x72\x56\ \x5a\x00\x33\x93\x09\xde\x5a\x5f\x5d\xd7\xd4\x4e\x05\x72\xc7\x06\ \x32\x33\x92\xdd\x32\xaa\xda\xf6\xc9\x3f\x66\x1f\xba\xeb\xa7\x3f\ \xe8\xe3\x15\x96\x93\xdd\x74\xae\x9d\x08\x84\x75\x43\x9f\x3f\x7f\ \x41\x55\x75\x35\x08\x31\x72\xd4\xc8\x71\x63\xc7\x02\x80\xcb\xe5\ \xde\xbb\x67\x67\x62\x20\x29\x2e\xae\x43\xf7\x55\x92\xf7\xec\xde\ \xd1\x27\xbf\x50\x51\x14\x7b\x39\x53\xc0\x49\x05\xa7\xba\xd4\x78\ \xc1\x28\xdc\xd2\xd0\x6a\x69\xa9\x89\x5a\x7d\x4d\x83\x1a\x9f\x14\ \xa7\x41\x73\x7d\x1d\xd5\xe2\x5c\xb4\xad\xa2\xba\x81\x12\x57\x5a\ \x46\x56\x42\x8c\x2c\x90\x68\xaa\x3a\x56\xdd\x18\x94\xdd\xf1\x19\ \x59\x69\x38\xd4\xd0\xa4\x4b\x49\x81\x58\x24\x00\x63\x56\x57\x51\ \x56\xdf\x46\x03\xe9\x59\x81\x58\xb5\x4b\xac\x29\x9a\xc0\x1d\x4d\ \x70\x8a\xd6\xe3\xc6\x6e\xb7\x7b\xff\xbe\xdd\x71\xf1\x7e\xbf\x3f\ \xe1\x4c\xd4\x59\xce\xd2\x5e\xe0\x9c\x5a\x4c\x97\x58\xf7\xf5\xac\ \x2d\x66\x30\xde\x55\x17\x15\x31\xde\x51\x05\x9c\x73\x2e\x38\x80\ \x96\x96\x9e\xc1\xa8\x41\x05\x02\x4b\x27\xee\xf8\xfc\xbe\x89\x08\ \x04\xa5\x16\xe3\x90\xde\xa7\x28\x0b\x21\x21\x98\x65\x51\x8b\x41\ \x4c\x52\xc6\x80\xd4\x2c\x4e\xa9\x65\xe8\x4a\x6c\x4a\x91\x3f\x0d\ \x81\xa0\x96\x45\x39\x24\xa7\x67\x70\x66\x71\x2e\x00\x2c\x8a\x95\ \x8c\xde\x85\x59\x08\x09\xc1\xa9\x65\x59\x1c\x27\x65\xe7\xa7\xe6\ \x20\x40\x58\xe8\xd5\x9f\xbc\xfd\xf6\xf6\xc3\x95\x59\x63\xaf\x19\ \x9e\xa6\xea\x66\x54\x98\xd5\xa4\xa2\x68\xdc\xd4\xbc\x23\x4b\x4a\ \x6b\x5a\x06\xa7\xba\x05\x71\xa5\x66\xc5\x30\xcb\xea\xb8\x70\x42\ \x08\x48\x4c\x4d\x07\x4e\x3b\x85\x18\x05\x13\xae\xf8\x94\x18\x24\ \xac\x0e\x79\x49\x21\x84\xe2\x0d\x64\xc6\x0a\xcb\xa2\x14\x90\xe4\ \x8a\xcd\xf2\x22\x6a\x51\xce\xb8\xc1\x28\x00\x00\x92\x93\xd3\x32\ \x39\xa5\x28\x39\x0d\xd9\x6f\xc5\x4d\x66\xc7\xa5\x3d\x89\x19\x5e\ \xb0\x2c\x1a\x9f\xde\x2b\x90\x81\x00\x04\xe7\x9c\x5a\xba\x1d\x39\ \x88\x4b\xc9\x4a\x4c\xc3\xb6\x19\x48\xa9\x69\x09\x56\x72\xa4\xa2\ \xdf\x85\xd3\x7b\xc5\x23\xcb\x70\x12\x9b\xce\x39\xa8\xa0\x9a\xa6\ \x8e\x1b\x3f\xf6\xdd\x77\x67\x66\x64\x64\x0c\x1d\x32\x84\x8b\x68\ \x9a\xc2\xc9\x6b\x7e\x28\xba\x0a\x78\xbc\x87\x9f\x50\xd6\x1a\xba\ \x66\xfa\x08\x26\xdc\xf1\x49\x5e\xc4\x2d\x4b\x24\xa7\xa7\x0b\x66\ \x59\x0c\xe2\x92\xd3\x11\xa7\x1c\x52\xfa\x06\xd2\x11\x08\x46\xa9\ \x45\x2d\x40\xd8\x9f\xd6\x2b\x90\x11\x1d\x0b\xe0\x0b\xa4\xc7\x09\ \xcb\x62\x02\x80\x71\x92\x92\x9d\x97\x86\x80\x51\x8b\x9e\x50\xd2\ \x9a\x77\x70\x03\xb2\x8b\x48\x08\xd4\xb1\x5f\x29\x5a\x59\x17\x9d\ \x2b\x7b\x01\x23\xdc\x1e\x69\x0c\xea\xcd\x18\x75\x9f\xfe\x20\x04\ \x57\x95\x98\x38\x4f\x8a\x2d\xf1\x4a\x24\x69\xf7\x8e\xed\x59\xb9\ \xbd\x62\x7d\x3e\xd3\x32\xb9\x10\xe8\xf8\x05\x43\x70\xce\x15\x31\ \x11\x12\x46\xd5\xb1\xb2\x30\xf6\xe5\xe4\xa4\xca\xfc\x84\x79\x16\ \x61\x64\x19\x86\x40\x92\x2c\xf5\x78\x29\x0a\x21\x4c\xd3\x24\x8a\ \x4b\x42\x4c\x38\x5a\x78\xe7\xde\x8f\xe8\xac\xbc\xd0\xdc\xdc\xac\ \xb9\x34\x97\xe6\x62\x8c\x61\x42\x64\x59\xde\xb5\x7d\x5b\x4e\x6e\ \x2f\xaf\xcf\xd7\xc5\x5e\xd8\x99\x92\x9a\x9a\x98\x18\x30\x4c\x93\ \x0b\xde\xa5\x87\x77\x9a\x0c\xe7\xab\xcd\xc8\x5e\x89\xb0\x15\xa1\ \x11\x20\xc0\x98\xc8\xb2\xbc\x7b\xe7\xf6\xcc\xac\xec\xd8\xd8\xb8\ \x33\xb1\x17\xce\x6e\x3f\xa5\xc0\x58\x26\x48\xfa\x82\xaf\xcb\x05\ \xef\x34\x19\x30\xc6\x0d\xf5\xf5\xc7\x8e\x1d\x2d\x28\x28\x8a\xf1\ \xf9\xa2\x45\xba\x20\x4a\x64\xf0\x55\x37\x40\x9c\xd5\x15\x93\x65\ \x19\x23\x61\x59\xdd\xd4\x6a\xc0\x18\x83\xf8\x76\x14\x88\xfc\x16\ \x35\xf5\xdb\xcf\x0b\xd0\x29\xb4\x4e\x24\x49\x70\xc1\x05\x47\x80\ \x28\xb5\x8e\x94\x14\x33\xce\x0a\x0b\xfb\x76\xf6\x5a\x8c\x71\x4b\ \x73\x73\x49\xf1\xe1\x3e\xf9\xf9\xb1\xb1\xf1\x1d\xa5\xad\xed\xc4\ \x01\x04\xdd\x6c\x65\x38\x87\x6d\xee\x3a\x9c\x10\xc2\x00\x40\x19\ \x2d\x3d\x52\x62\x9a\x66\x51\xdf\x7e\xe7\x70\x3f\xe5\xd9\x75\xe8\ \xfa\xfa\xba\xca\xf2\x32\xc6\x58\xf4\x3a\x9d\xc4\xa3\xce\xfc\xe7\ \xa0\x67\x59\x67\xd0\x11\x32\x8c\x76\x4f\xd1\x91\x28\x14\x17\xef\ \xcf\xce\xc9\x3d\x49\x70\x9d\x10\xd2\xd8\x58\x5f\x5e\x76\xcc\x32\ \x29\x46\x1d\x3d\xfc\xe4\x05\xc4\xf3\xd1\xe6\xae\x1f\xd8\xd9\xe6\ \xd8\xb8\xb8\x9c\xdc\xde\x67\x28\x12\x0f\xe7\x53\xf7\x15\x63\xdc\ \x59\xde\xcb\x81\x83\x6f\xbb\x8b\x71\xea\x00\xb3\x53\x1b\x7a\xa6\ \x68\xc0\xe9\xda\xfc\x35\xc7\x1d\xcf\x02\x9d\x5e\x8d\x63\x05\x3b\ \xf8\x76\x5b\x12\xa7\x19\x5d\x67\xae\xc2\xde\x73\xda\x7c\xda\x59\ \xdc\xf9\x99\x1d\x38\x70\xe0\xf0\x82\x03\x07\x0e\x7a\x8c\x1f\xd1\ \x91\xd4\xe4\x64\xe3\x38\xf8\x56\x03\x61\x4c\xec\x60\xde\xb7\xa7\ \x87\x23\x8c\xf1\x49\x12\x52\x3d\x82\x17\x10\x42\xed\xed\x6d\x91\ \x70\xc4\x91\x8a\x77\xf0\xad\x86\x10\x9c\x60\x12\x1b\x1f\x2f\x49\ \x52\xd7\x61\x86\x10\x0a\x06\xdb\xc3\xa1\x70\x0f\xec\xe1\x42\x08\ \x8c\x51\x5c\x9c\x5f\x92\xa5\x33\xa4\x86\xb3\xe3\x05\x41\xb0\x22\ \x11\xe5\x74\x09\x49\x76\xd9\x5f\xca\xf4\x8e\xdd\x5d\x38\x18\x6c\ \x8b\x44\xc2\x19\x59\x39\x8a\xa2\x38\x7d\xcb\xc1\xb7\x98\x17\x40\ \x34\xd4\xd5\x35\x35\x36\x04\x92\x92\x3b\x97\x31\x11\x42\xe1\x70\ \x28\x14\x0c\x66\x64\x66\xab\x9a\xd6\x03\x9b\xdd\x50\x5f\xd7\xd8\ \x58\x9f\x94\x9c\x72\x86\x56\xc3\xd9\xf0\x02\xc6\x52\x63\x5b\x59\ \x73\xa8\x0a\x23\xd2\xed\x09\x5c\xf0\x18\x2d\x3e\x39\xbe\x8f\x5d\ \x2d\x02\x21\x68\x6b\x6d\xcd\xc8\xca\x56\x14\xa5\x53\x45\x13\x4e\ \x94\xd6\x74\x3a\x9c\x83\x1e\xea\x36\x20\xd4\x55\xc7\x15\x63\x1c\ \x48\x4a\x6e\x6f\x6b\x33\x74\x5d\x73\xb9\x3a\x77\x28\xb5\xb6\xb6\ \xa4\xa4\xa6\xdb\x0a\xd1\xdf\x78\x0f\xef\xb4\x59\x44\x07\x6d\x25\ \x06\x92\xda\xdb\x5a\xf5\x48\xc4\xe5\x76\x9f\x2b\x7b\x41\x93\x3c\ \x5b\x8b\xe7\x7d\xb6\xfd\x39\xb7\xea\xeb\xf6\x04\xdd\x0a\x0e\xca\ \x99\x7e\xd7\xd4\x67\x75\xb3\xdd\x7e\x86\x71\xae\xc8\x8a\x2d\x29\ \x00\x5d\x34\x76\xff\xf3\xa5\x1d\xd4\xad\xab\xf7\x25\xce\x16\xb1\ \x65\xb7\x3a\x68\x0e\x77\xe4\x10\x62\x42\xce\x56\x1b\x1a\x61\x82\ \x11\xff\x76\x68\x22\x08\x5b\x34\xdb\xd1\x95\xfe\x4a\xa6\x78\x74\ \xce\xe3\x1c\xdb\x02\x7d\x5d\xba\x2e\x42\xc0\x18\x93\x65\xa5\x33\ \x47\xe0\x6b\xec\xe1\xa7\xe9\xf6\x18\x81\xe0\x67\xd6\xf1\x39\xe7\ \x84\x10\x4c\x08\xe3\xec\x1c\xda\x0b\x02\x84\x44\x14\x4d\x89\x51\ \x65\xcf\xe9\xce\x91\x25\xed\x84\x4c\x05\x5b\x0f\x5a\x70\x11\x15\ \x3b\x3f\xfe\x02\x3b\x7b\x05\x53\x24\x49\x74\xf3\x27\xef\x96\xc7\ \x8e\xbd\x66\x5c\x01\x3f\x33\x75\x5d\x89\xa0\x7d\xcb\xe7\x1c\x55\ \xfa\x5d\x32\xbe\x50\x50\x0a\x00\x96\xa1\x03\x96\x08\xc1\x88\xb6\ \x1f\x3e\x50\xea\x4e\xcf\x4b\xf5\x2a\xfc\x2b\x52\x8d\x84\x42\x6b\ \xe6\x2f\x94\x06\x5c\x31\x3a\xc7\x0d\x9c\xd2\x93\x05\x9d\xa3\xf2\ \xd0\x5d\x75\xa5\xa3\x2a\xd2\x5d\x74\xa5\xed\xff\x43\x44\x22\x08\ \x04\xa3\x88\x9c\xa0\x1a\x7c\xb2\xae\x34\x67\xd4\xe6\x2f\x64\x3f\ \x16\x94\x0a\xa9\xeb\x2e\x0f\xc1\x29\x17\x00\x48\x22\x27\xad\x3a\ \xd1\x5d\x2b\x16\xd6\xfa\x06\x4e\x1d\x9a\xc5\xce\x22\xa9\xfa\x0c\ \xaf\xcc\xb7\xdc\x06\x3c\xa1\xae\x8c\x3d\xfd\x76\xe6\x05\x75\xa7\ \x07\x6d\xcb\xb2\x40\xc7\xde\xea\x4e\xd9\xd8\x73\xa4\x07\xcd\x99\ \x41\x39\x96\x65\x7c\xe2\xee\xad\xce\x11\x7a\xfc\x99\xe3\xbb\x3a\ \x7b\xa2\x2e\x0b\xb3\xf7\x9f\x21\x8c\x51\xc9\xca\xb9\x1f\x6e\x3c\ \x8c\x88\xa4\x7a\x03\x43\xc6\x5d\x34\xb6\x5f\x3a\xa7\x96\x00\xdc\ \x39\x8a\x98\x65\x61\x59\x46\x00\xd4\xb2\x90\x24\x13\x04\xd4\xb2\ \x10\x91\x09\x06\xce\x45\xa7\x0a\x85\xe0\x1c\x80\x55\x95\xec\x2c\ \x4e\xef\x8f\x8e\x0f\x0f\x00\xe0\xd4\x62\x00\x48\x92\xa5\xe3\xdc\ \xc3\x05\x60\x62\x9f\x50\xbb\x6f\xe3\x4e\x6f\xd2\x65\xe3\x0b\x39\ \x26\xd8\xa8\xfc\xe0\xf5\x39\x05\x33\x1e\x18\x92\x44\x40\x6f\x5c\ \xbe\xe0\xa3\xec\xab\x7e\x90\x1e\xe7\x3a\x75\xfd\x96\x53\x8b\x0b\ \x00\xd4\xd9\x4e\x41\x3b\xf4\xb3\xb0\x2c\x35\xee\x58\xf2\xe1\x9a\ \xaa\xbb\xf3\x0f\xbd\xfe\xda\x8e\x51\x57\xde\x56\xe4\x47\x00\x91\ \x65\xef\x7e\xc0\xf3\x86\x9b\x07\xb6\xa8\x83\xa6\x5f\x34\x30\x45\ \x00\x1c\x5a\x3b\x7b\x53\x5b\x46\x91\x7c\x64\x0f\x2b\xbc\x75\xda\ \x50\x2c\xa0\xfd\xc8\x86\xf9\x6b\x2a\x73\x33\xf1\xfe\xfa\xa4\xdb\ \x6e\x18\xa7\x00\x98\x35\xbb\xdf\x5a\xbc\x67\xf2\x4d\x37\xd4\x2c\ \x78\xe7\x58\xfc\xf0\x6b\x2f\x28\x40\x00\x18\xa0\x64\xe7\xd2\xa5\ \x07\xc9\x2d\x37\x4c\x96\x82\x65\xef\xbc\xbb\x6a\xc4\x8d\xb7\x0e\ \x88\x45\x1c\x00\x43\xfb\x82\xb7\x66\x6b\x43\x2e\xbb\xb0\x7f\xec\ \xca\x79\xef\x6d\x38\xd4\xa8\xc8\x4a\x7c\x6a\xaf\x31\x13\xc6\xf6\ \x49\xf2\x21\xa1\xef\x58\x3c\x7b\xc9\x8e\x5a\x49\x96\x63\x03\x59\ \x63\x26\x4c\x28\x4a\x8f\xf3\x93\xc6\xb7\x67\xcd\xce\xef\xf5\xfd\ \x2c\x95\xb3\x33\x90\xdf\x3f\xe1\x4e\xe7\x6d\xd7\x3b\x9d\xc7\x59\ \xcd\xc5\x27\x1c\x3d\xc5\xa6\x8a\xde\x12\x8c\x2d\x4a\x25\x42\x6c\ \xf9\x62\xfb\x3b\x72\x76\xf2\xc4\x11\xdd\x4f\xd9\x75\x1c\x9e\x46\ \x97\x05\x4b\xf8\xf0\xba\x4f\x36\xb7\xa4\x5e\x77\xc9\x60\xe5\xf8\ \x15\x13\xd4\xa2\x80\x48\x27\xb3\x53\xcb\x3a\xa9\xb3\x21\x22\x91\ \x68\xe7\xa7\x2b\xde\x7b\xab\x21\xfb\xf2\xeb\xc6\xa4\x82\x60\x94\ \x9e\x92\x31\xd8\x45\x2d\x5e\x08\x11\x6d\x33\x67\x3d\x6c\x3d\x02\ \x21\x5b\x59\x4e\x00\x60\x04\x25\x1b\x56\x1f\x0b\xf5\xbb\xf3\xaa\ \x01\x75\x25\x7b\x3e\x7c\xee\xb1\xdd\x57\x3c\x78\xef\xb4\x81\x32\ \xb2\x2a\x0e\xee\x3c\x70\xac\x25\xa9\x77\xdf\x01\xbd\x53\x1a\x4b\ \x77\xd7\xf0\x84\x82\xec\x64\xa3\xee\xe8\xb1\x56\x29\xbf\x77\xaa\ \xd1\x5c\x71\xb8\xca\xc8\xca\x88\xad\x2c\x3e\x58\xdb\x1a\xd6\xe2\ \xd3\xfb\x0f\xec\x1b\x8b\x01\x13\x49\xc2\x20\x00\x88\x08\x1d\xd8\ \xba\xb3\xa2\x45\xf4\xea\x3f\x38\x37\xd9\xc3\xa9\x71\x74\xcf\x8e\ \xe2\xca\x46\x4f\x52\xf6\x80\xbe\xf9\x6e\x09\x10\x0d\xee\xdf\xbe\ \xb3\x36\x02\x25\x4d\xa6\x9a\x40\x04\x80\x00\x04\x2c\x54\x7a\x68\ \x6b\xf9\xe2\x45\xad\xd9\x69\x03\x06\xe7\x4e\x98\x76\x69\x4c\x8a\ \xdb\x6c\xad\xd9\x7f\xb0\xb8\xbe\xd5\xf0\xa5\xe6\xa4\x79\xac\xa3\ \x47\xcb\x49\x7c\xd6\xc0\xfe\x79\x2e\x2c\x88\x30\x4b\x76\xee\x28\ \xa9\x37\xb2\x0a\x06\x16\x64\xc4\x51\x8b\x02\x26\x98\xb7\x2d\x5b\ \xb6\x3e\x6b\xc2\x9d\xfd\xf3\x32\x36\xbd\xfd\xc2\xcc\x8f\x7b\x3f\ \x7e\xcf\x84\xa6\x1d\x8b\x66\xaf\x2f\xf9\xde\xd4\x1b\x69\xe9\xbc\ \xe7\x66\x7e\x34\xa0\xdf\x03\x49\xa1\x03\x33\xdf\x5f\x5e\x78\xd7\ \x6f\xb2\x3c\x4d\xff\x7e\x7a\x66\xaf\xc1\x83\x27\x24\x5b\xf3\x3f\ \x9e\x7b\x38\xe7\x96\x69\x03\xf0\xac\xc7\xdf\x58\x30\x72\xe4\x75\ \x39\xf2\xf2\x8f\x3f\x38\xd0\x3e\xe4\x26\xa3\x61\xd5\x82\x59\x9f\ \xb5\x6f\x1d\xe9\xfe\x4e\x8e\x8b\x89\xb6\xaa\x3d\xcf\x3f\x51\x5a\ \x95\xc5\x63\x4d\xbe\x7f\xad\xf9\xcf\xb7\xab\xb7\x1f\x1e\x94\xe7\ \x43\xed\x11\x5e\xb7\x07\xe6\xae\x0c\xf4\x5d\x80\x33\x48\xca\xda\ \x35\x93\x4d\x57\x82\xc4\x8d\x96\x16\xa4\xc4\xe1\xcc\x24\xa4\xb7\ \xe7\x94\x1f\xbd\xae\xcd\x94\x05\x07\x00\x8f\xe6\x85\x38\x4f\x46\ \xa4\xfd\xb1\xb6\x88\xeb\x5f\xbf\x03\xd3\x90\x6c\x43\xf7\xa4\x1e\ \x83\x10\x60\x1c\x3d\x08\xb1\x6f\x85\x24\x81\x2c\x83\x7d\x2b\xcb\ \xa0\x28\x20\xcb\xa0\xaa\xa0\x28\xa0\x69\xa0\xaa\xa0\x69\x42\xd3\ \x40\xd3\xc0\xed\x06\x97\x4b\xb8\x5c\xe0\x76\x83\xdb\x0d\x1e\x0f\ \x78\xbd\xc2\x3e\xa7\xcb\x21\x54\x15\xec\xf3\x35\x0d\x64\xf9\x8b\ \x88\xe3\xa4\x46\x9e\x1f\xfa\x10\x82\x48\x52\x30\x14\x7a\xeb\xad\ \xb7\x72\x72\x72\x2e\x99\x3e\xdd\x96\x3f\x02\x5b\x5f\xef\x44\xe1\ \xd7\x4e\x63\x42\x9c\x34\x69\x77\x0c\xcb\xe3\xe1\x39\x84\x6a\x0e\ \xef\x58\x5b\x69\x5d\x7f\xe9\xa0\xea\xe2\x7d\x25\xe5\xd5\xba\x50\ \xb3\x8b\x06\xf4\x4a\xf6\x61\x16\x29\xde\xb9\xbb\xa4\x26\x18\xc8\ \xca\xef\x9f\x9f\xae\x80\x55\xb2\x63\xe3\x91\x06\x33\xb3\x70\x70\ \x41\xba\xd7\x6c\xaf\xdf\x7f\xa8\xb8\xba\xc9\x48\x2f\xe8\x53\x7b\ \xac\x78\x63\xc9\xe2\x78\xa3\x57\x7a\xc1\x90\xbc\x24\x57\xf7\x66\ \xdf\x89\x1f\xdd\xe9\xc5\xf7\x14\x5e\x40\x27\xa4\x88\x72\x21\xb9\ \x32\x7a\x0f\x18\x3e\x6c\x14\x0c\x1b\x35\x30\x53\xf9\xd5\xab\x1f\ \x4e\x1e\x5d\x44\x76\xbe\xff\xaf\xb9\xbb\xd3\x33\x13\xab\x17\x2c\ \x9a\x74\xe7\x0f\xfb\x34\x2c\x7d\x66\xad\xef\x6f\x8f\xdf\x5b\xf2\ \xd9\xdb\x7f\x5f\xaf\x3c\xf3\xdc\x2f\x6a\x36\xcd\x7d\x75\x67\xe2\ \x1d\xe3\xe5\xe7\x5e\x5b\xd5\x6f\x68\x7e\xcd\xde\x39\x1b\xc7\xdf\ \xf1\xf0\x2d\x23\x10\x00\x00\x41\x60\x2c\x79\xeb\xb9\x05\x7b\xc3\ \x59\x01\x34\xff\x93\x95\xb7\xfc\xf0\x87\xa3\x72\xe4\xea\xb2\xd2\ \x8a\x9a\xa6\xb2\xa5\x9f\xec\x1c\x77\xe7\x03\x57\xf7\xfb\xfc\xad\ \x67\xe6\xec\x32\x0a\x7a\x25\x1e\x3e\x54\xdf\xa7\x00\x0b\xbb\x77\ \x09\x2c\x2b\xb8\xa1\xaa\xec\x18\x51\xfa\x16\xb9\xe6\xcd\x7c\xb5\ \xe8\xbe\x27\x87\x1d\xfb\xf8\x5f\xef\xed\xed\x3f\xa4\x77\xc5\xc7\ \x6f\x87\xbc\x7d\xfa\xa6\xbb\x0e\xed\xfa\x70\xef\xd5\x3f\xba\xff\ \xd2\x3e\x9b\xe7\xbd\x36\x6f\x67\x24\x27\x99\x2c\x5d\xb6\xe6\xaa\ \xef\xfe\x78\x6c\x86\xca\x80\xb0\xe6\xca\xe2\x72\x3e\xfa\xaa\x2c\ \xc0\xde\x1b\xbe\x77\xc7\xa3\x7f\x99\xbf\xe4\x50\x6a\xc9\xa2\xed\ \x83\x6e\xf9\xc1\xc0\x80\x5b\xcc\xf8\xee\xe0\x5d\x7f\xfa\x70\xf9\ \xde\xfe\x75\xf3\xad\xde\x17\x5f\xd9\x3f\xe0\x6a\x1d\x70\x7b\xca\ \x47\xfb\xff\xfc\xf7\x81\x79\xed\x68\xc1\x81\xef\x5c\xb8\x22\xb0\ \xbb\xe9\x47\x5b\x97\x35\xdf\x70\x05\xa4\x43\xe1\xea\x8d\x23\xd3\ \xf3\xb4\xf7\xcc\x2b\xca\xca\x26\xb5\x2e\x8e\x5f\xfe\x3e\xc8\x08\ \xb5\x35\x4f\x6d\xd7\xaf\x94\x30\xfa\xfc\x75\x01\xf0\x80\xe6\x0a\ \xbf\xf4\xc7\x48\x62\xaa\x2b\x96\xd4\xd5\xb7\x0e\xf5\x79\x59\xcd\ \x51\x50\xe2\x25\xd9\x9d\x92\x3f\x28\x2b\x35\x0e\x5c\xae\xf6\xf2\ \x1d\x4b\xaa\xf0\xf8\x4b\x26\x54\x6d\x5e\x65\xe4\x8e\x1d\xd2\x2f\ \x03\x24\xa9\xad\x64\xcb\x07\x9b\xeb\x2f\xba\xed\x3a\xeb\xc0\xe2\ \x4f\x6b\x13\x2e\xbb\x64\x8c\xcc\x29\x47\x08\xba\x6e\x99\xb7\xe7\ \x6d\xce\x81\x73\x60\x0c\x38\x47\x9c\x03\xa5\xc7\x0f\xcb\x02\xd3\ \x44\x96\x05\x96\x05\x86\x01\xa6\x09\xba\x0e\x86\x01\xad\xad\x50\ \x5b\x8b\x74\x1d\x22\x11\x08\x87\xb1\xae\x43\x38\x1c\x3d\x00\x80\ \x90\x28\x9b\xd8\x87\xaa\x0a\x45\x89\xd2\x8a\xcd\x14\x7e\xbf\x88\ \xf7\x43\x5c\xac\x88\x8f\x87\xf8\x78\x88\x8f\x17\xf1\xf1\xc2\xef\ \x07\xbf\x1f\xfc\x7e\xa1\x28\x9d\x0c\x15\x55\x2c\xec\x96\x3e\x38\ \xff\xba\x58\x03\x63\x1c\x89\x44\x66\xbd\xff\xfe\x81\x03\x07\x8a\ \x8b\x8b\x5d\x2e\xd7\x05\x13\x26\x74\xb1\x0e\xba\xec\xaa\x42\x51\ \x25\xd8\xee\xed\x85\x93\xdb\x23\x88\xa2\xba\x34\x55\x16\x8d\x33\ \x5f\xfc\xd7\x31\x4f\x9f\x5c\xb9\x7e\xce\xc7\xab\x7f\xf4\xdb\x9f\ \xa0\x2d\x1f\xfc\xfb\xb3\x63\x85\x85\x69\x2d\x96\x6f\x60\x51\xea\ \x96\x0f\x5f\xfd\x78\x4f\x24\x37\x19\x2f\x59\xb2\xe6\xfa\x87\x7f\ \x96\xbe\x7f\xfe\x3f\xdf\xdc\xda\x6b\xd0\x00\xe6\x4d\x54\x34\x45\ \xaf\xa8\x3e\x56\x26\x79\x32\xfb\x03\xb8\x4e\x57\x5f\x5b\x74\xd5\ \x83\x16\x5f\xc1\x39\x3e\x6f\x3a\x6e\x51\xb5\xdc\xe8\x23\x66\x72\ \x10\x8c\xf2\xa4\xde\x83\xb3\xe9\xe6\xca\xe2\xbd\x7b\xe6\xaf\x1b\ \x76\xe3\x2f\x6f\x1b\x9b\x7d\x60\xc9\x73\x7f\xfb\x68\xd1\x2f\x6e\ \x1f\x9b\xf4\xe9\x67\xd5\x0d\xf5\x87\x6a\x5b\xc2\xed\xfc\x70\x6d\ \xb8\xa9\xa4\xaa\xef\xe0\xc9\x6e\xba\xd1\x53\x78\xc1\x03\x0f\x5e\ \x1f\xdc\xf2\xe6\xa3\xef\xaf\xac\xba\x6e\x84\x84\x00\xc9\x72\xf8\ \xd8\xc6\xc5\x1b\xeb\x6e\x7a\xf4\x8f\x63\xd2\xd0\xc2\xe7\x1e\x9d\ \xb5\x70\xc3\xd0\x07\xa7\xe5\x0f\x18\x40\xe2\xea\xb4\xf6\x92\xb5\ \x07\xf6\x54\x1c\x13\x9f\xae\x6d\xb9\xf9\x91\xdf\x4f\xc8\x55\x17\ \xb1\x5f\xef\xb6\xac\xa8\xaa\x2a\xa7\x5c\xf8\xa6\x5c\x7f\xc7\x45\ \xbd\x7c\x10\x3c\x88\x24\x99\x20\x11\x0e\x85\x13\xf3\x27\xfc\xe8\ \xc1\xeb\xb7\x7c\xf0\xc4\x6b\x47\xfb\x7c\xe7\x07\xd7\x15\x7f\xfc\ \xe4\x8b\x3b\x36\x35\x8f\x53\x16\x7c\xbc\xd9\x3b\xf1\xba\x82\xde\ \xae\xb2\xed\x6f\x2e\x59\x5b\x3c\xe6\x96\xc1\x00\x10\x62\x46\x1d\ \x0e\xc4\xc6\xb8\xa1\xbd\x35\x86\x64\xdc\x91\xc1\xe6\x3e\xf4\x93\ \x84\xe4\xfc\xdb\x32\xd7\x88\x0d\x65\xd0\xd8\x7c\xd7\xce\xcd\x87\ \x5e\xff\xc0\x67\x1a\x3f\x77\xc5\xba\x1e\xbf\x07\x9a\x5b\x27\x28\ \x78\xb8\x45\x75\xa2\xdc\x98\x94\x24\x95\xed\xe5\x44\xe9\x1d\x17\ \x13\x6a\xd8\xbe\x69\x2f\xcf\x9b\x3a\x35\x3e\x10\xcb\xa5\xd0\x8e\ \x98\xc4\xac\x51\xfd\x96\xed\x3a\x36\xf0\xca\xc9\x3b\x56\xad\x0f\ \x4c\x9e\x74\x70\xdb\x8e\x21\xf7\xff\xcc\x5b\xf2\xc1\xcc\xf2\xb4\ \x51\xf1\xd5\x7b\xd1\xb0\x6b\x0a\x9b\x5e\xff\xbc\x65\x5c\x21\x5b\ \x55\x97\xf9\x9b\xef\x8e\x5a\xf0\xf8\xef\x3d\x97\xfe\xf2\xbe\x51\ \xa9\x26\xe0\xc8\x9e\x77\xdf\x7e\xb7\x34\xe7\x77\x3f\xdf\xf5\xcc\ \x4f\x1b\x47\x3e\x38\x68\x52\x1e\x03\x10\xa5\xcb\x56\xfe\x6d\x71\ \xaf\x07\xee\x8f\xdf\x26\x2f\x5d\xad\x8e\xbf\xfb\x66\x3f\x00\x3d\ \x6b\x5b\xbb\xc3\xf8\x47\x9c\x1f\x67\x93\xae\xe3\xd3\xbe\x63\x59\ \x28\x18\x84\x60\x10\x82\x21\x08\xb6\xa3\xb6\x36\x68\x0f\xa2\xf6\ \x36\x68\x6b\x83\xb6\x36\xd4\xda\x06\xad\x6d\xa8\xa9\x11\x8e\x1d\ \x83\xe2\xc3\xc8\x30\x91\x69\x82\x69\x22\xc3\x10\xa6\x81\x0c\x13\ \x74\x1d\x5c\x1a\x04\x92\x44\x62\xa2\x48\x48\x10\x81\x44\xfb\x3e\ \xa4\x24\x8b\xe4\x14\x88\xf5\x89\x18\x2f\x78\xbd\xc2\xe7\x15\x3e\ \x1f\x68\xae\x13\x5a\xd8\xd9\x92\xe8\x6c\xfe\x15\xb6\xed\x31\xc6\ \x31\x46\x57\x5d\x7d\xd5\xb5\x33\x66\xd8\x82\x00\x94\x51\x7b\xe7\ \x72\x54\x9f\xe5\x04\x52\xb2\xe5\x5e\xa3\x7a\x69\xc8\x66\xd7\x6e\ \x76\x09\x76\xe8\x41\x83\x60\x54\x0f\x81\x67\xf2\x2d\x0f\x5e\x9d\ \xd7\xfa\xc2\x6f\x1e\x5d\xbd\xbf\x7c\x40\x63\x6d\x50\x4a\x98\x78\ \xd9\x0d\x85\xa9\xb1\xb4\x71\xc7\xec\x4f\xb6\xc4\x8d\xbf\x2e\xaf\ \x17\x39\xb2\xe5\xcd\x85\xab\x8f\xdc\xe1\x09\xfb\xf3\x26\xfc\xf8\ \xa1\x9b\x55\x08\xbd\xbf\x9a\x17\x5c\x70\xed\x3d\x57\x14\x30\xcb\ \xb0\x2c\x7a\x92\x03\x67\xb7\x0c\x1f\xdf\xe0\xdd\x7d\x9b\x7b\x40\ \x7c\x21\xaa\x96\xcb\xb8\x38\xae\xb4\x2f\x49\xa4\xbd\xbd\xae\x41\ \xb8\x25\xa6\xb7\x86\x5c\xc3\xd2\x12\x00\x20\x90\xd9\x0b\x37\xed\ \x12\x71\x19\x7d\x92\xda\xd7\xad\x5e\x1b\x21\x99\xe3\x07\x44\xf6\ \xac\x5d\xde\xd8\xa0\x0e\xbf\xa2\x0f\x3e\xb4\x1a\x04\x8d\x30\x90\ \x7d\x01\x4d\xaa\x08\x1a\x16\x17\x82\x60\x08\x36\x34\x32\x25\x39\ \xcb\xaf\x01\x40\x66\x66\xa6\xb5\xb3\xbd\xf6\xc0\xea\x57\x5f\xfe\ \x38\xb6\x60\x20\x0e\x5a\x58\x81\xb6\xd6\x26\x5d\x4d\x4a\xf5\x7b\ \x00\x0c\x22\x61\xce\x19\x13\x8c\x33\x8e\x19\xe3\x82\x33\xcb\x8c\ \x06\x2c\x84\xe0\xd1\x30\x3d\x33\x00\xd4\xb8\x00\x42\x28\x04\xa0\ \xa4\x26\xd0\x43\xd0\x66\x04\xdb\x2d\xe2\x6a\xad\x3e\xb6\xc7\x2c\ \xc8\x1a\x90\xd7\xb6\x97\xbd\xb3\x07\x55\x56\xc9\x07\xb7\xdf\xb3\ \x7a\x77\xef\xb5\x0b\x40\x6f\x13\x61\x7d\x70\xa4\xad\xa0\xae\xc9\ \x85\x97\xc1\x9b\x7f\x15\x31\x5e\x48\x4a\x8a\x49\x4d\x4e\xf3\xc9\ \x4d\xe9\xc3\x62\x86\xe5\x5b\x5e\x1f\x4f\x4a\x96\xd3\x53\xca\xb7\ \x7f\xf6\x41\xb1\xff\x7b\x3f\xbc\x2e\xc6\x23\x31\xb7\x47\x49\x88\ \x3f\xb6\xf2\x9d\xe7\x16\x06\x7f\xf5\x8f\x9f\x7a\x10\xf0\xb6\x6d\ \x0b\x9f\xfa\x78\xc6\xcf\x1f\xc1\x73\xfe\xf6\xd7\xbd\x55\xee\xd1\ \xd7\xfd\xec\x8e\x51\xcb\x8e\x95\xa5\x27\x67\x91\x6a\x1c\xf1\x26\ \x0d\xbb\x64\xe0\xba\xbf\xbe\xfd\xcf\xdd\x68\xd8\x8d\x3f\xca\xb1\ \x56\x2c\x3c\x1a\xd1\xa9\x6d\x28\x0a\x10\x42\x46\x10\xac\xa9\x27\ \x16\x76\x59\x61\x30\x2c\xa2\x47\x10\x80\x0c\x10\xa9\xae\xe6\x61\ \x14\x13\xe6\x28\xa4\x2b\x21\x93\x19\x9c\xf3\xc8\x59\x0a\x3a\x74\ \x1b\x4d\xb0\xa3\x0c\x9d\xf3\x79\xe7\x39\x7e\x3f\x20\x24\x4e\x0e\ \x46\x9c\x58\x4c\xd1\x32\x20\x1c\x81\x70\x18\x85\xc2\x10\x0e\xa3\ \x70\x08\x42\x21\x08\x87\xa1\xa5\x15\xd7\xd6\x42\x63\x23\xb2\x8f\ \xf2\x72\xb4\x6d\x3b\xae\xaf\x47\x8d\x8d\x80\x31\xb8\xdd\xc2\xf6\ \x56\xdc\x6e\xe1\x72\x41\x20\x89\x67\x65\x88\x94\x54\x91\x9a\x22\ \xd2\xd2\x78\x5a\x1a\xa4\xa6\x0a\x8f\x47\x48\x52\xd4\x03\xc2\xc4\ \x9e\x9b\xa2\xa6\x10\x63\xd0\x11\x35\xe8\x16\x31\x31\x31\x9d\xab\ \x5e\x9c\xf3\x68\x0d\x27\x71\x4a\xbd\x29\xce\x3b\xf4\x1d\x3b\xdd\ \xf8\xee\x67\x71\x2e\xa2\x27\x33\xc6\x11\x12\xcc\xd4\x01\x94\xb8\ \x78\x6f\x79\xb3\x3e\xea\xaa\xbb\x82\xd2\xdc\xd7\x9f\xfe\x63\xf2\ \x90\xcb\x6e\x1d\xcf\xdb\x05\xf2\x5b\xad\x55\xe5\xb4\xef\x45\xd7\ \xe4\x0e\x0c\x18\x07\x39\x02\xae\x33\xae\x22\x8b\x09\xc1\x18\x05\ \xa0\x16\x63\x8c\xf1\xee\x92\xa9\x10\xef\x50\x73\x3b\x5d\x9b\x7b\ \x82\xbd\x20\x04\xe7\x0c\x10\xc6\xc0\x18\x33\xc3\xa1\xb6\xb6\xe6\ \xb6\xaa\x92\xf9\x6f\xbf\xa7\x0e\x9e\x3e\xb0\x28\xe7\x50\x7c\x68\ \xf5\xda\x2d\xfd\xfc\xfd\x36\xae\x5a\x83\xd3\xf2\xe3\x13\xd2\x86\ \x16\xa6\xfc\x79\xd6\xfc\xa1\x97\xdd\x38\x3d\xdf\x7c\xf9\x85\xd7\ \xac\x5e\x57\xde\x93\xa5\x96\xed\xa2\x9c\x51\x66\x01\xa7\x96\x3d\ \xb4\x05\xb7\x1a\xea\x1a\x5d\x83\x32\x63\xac\xc5\x2b\x36\x1f\xbc\ \xbc\x00\xd6\x6c\xdc\x9b\x3e\x6c\x54\xdb\x91\x2d\x65\x7a\xea\xef\ \x6e\xbd\xcd\xdc\x4a\x9f\x59\xa1\xc7\x24\x66\xa4\xb0\x59\xcb\xd6\ \x6c\x4d\xba\x20\xab\xad\x5d\x67\x6e\xca\x18\xe5\x94\x4b\x44\xc6\ \xc4\x2c\x39\x56\xdd\x18\x20\x0a\x08\x8b\x10\x4b\x55\x2c\x55\xd5\ \x89\xcc\x4c\x43\xaa\x6d\xca\x28\xab\xc5\xcb\x56\xf9\x56\xae\x9f\ \xb6\xaa\x2e\x71\xef\xa7\xdf\x5b\xbe\x36\x63\xe7\x6e\x77\xb0\x1e\ \x1a\xea\x81\x73\xa1\xba\x84\x27\xc6\xe5\x96\x13\xdb\x5b\x43\x69\ \xa9\xf2\xc0\x42\x9e\x94\x82\x13\xa5\xd9\x9f\xef\xc8\xb8\xee\xfe\ \x09\x63\x72\x74\x5f\xbc\x50\x14\x55\xe1\x6b\xfe\xf9\x78\x71\xaf\ \x9b\x72\x6f\x1c\xc7\x18\x15\x44\x42\x00\x2d\x52\xcd\x51\x16\x43\ \x07\xf4\xa7\x5c\xe7\x8c\x5b\x9a\xa6\xa9\xee\x58\xd9\x70\xb7\x85\ \xa9\x22\xd1\x9a\x1a\x08\x45\x54\x13\x8d\x1b\x3b\x74\xd1\xa2\x77\ \x87\x5c\x3f\x22\x11\xa8\x64\x9a\xa1\x86\xe6\x48\x4b\x1b\xa2\xd4\ \x9b\xda\x77\x4c\x2f\xf7\xdc\xe2\xf8\x0b\x86\x64\x1a\x6b\x39\x6b\ \x0b\x1a\x11\x93\x33\xaa\xb7\xb7\xb5\x35\xcb\xd5\x47\x77\xbc\x3e\ \x6b\x77\xbf\x0b\xef\x4f\x97\x0d\xc3\xa2\x7a\xa8\xbd\xb5\xb5\xa9\ \xe9\xd8\xae\x77\x67\x7d\xee\x1f\x79\x6b\x8e\x1b\x76\x57\x37\xb8\ \xdd\x05\x6e\x6c\x59\x26\xed\x29\x42\x2f\x18\x83\x24\x41\x5c\x1c\ \xc4\xc7\x47\x43\x1b\x08\x09\x8c\xed\x04\x63\x60\x2c\x7a\x50\x0a\ \x8c\x21\xc6\xa0\xad\x0d\xd7\xd6\x42\x5d\x1d\xae\xab\x83\xda\x5a\ \x5c\x5b\x87\xaa\xaa\x50\x55\x15\x2a\x3f\x86\x43\x61\x14\x0e\x43\ \x28\x84\x42\x21\xd0\x34\x9e\x9e\x2e\xd2\xd3\x45\x5a\x9a\xc8\x48\ \x67\x59\xd9\x22\x3b\xcb\xf6\x50\x44\x7c\x3c\x4b\x48\x00\x97\x0b\ \x18\x03\xce\x10\xe3\xc0\x58\xa7\x65\x11\x8d\xe7\x77\xa8\x78\x76\ \x2e\x52\xda\xe3\xff\x14\x7b\xc1\x9e\xf8\x18\x67\x8c\x77\x2d\x66\ \x79\xca\x70\x65\x4c\x30\x5b\x39\x9a\x52\xce\x39\xa5\x14\x28\x67\ \x8c\x09\x66\xb4\x19\xf2\xf0\x8b\x6f\x2b\xcc\x9a\xff\xbf\x2f\xcd\ \x19\x32\xf2\xfb\xbd\x7c\x8a\x14\x28\xb8\x6c\x4a\x1f\xbd\x3d\xa2\ \xf9\x7d\x47\x76\x59\x8c\x51\x46\x29\x45\xd8\x83\x69\xfd\xb1\xa3\ \xf5\x8d\x89\x8c\x92\x18\xf7\xc9\xcb\x67\x9d\x39\x17\x9d\x0e\x91\ \xad\xc7\xde\xf3\xec\x05\xce\xb9\x10\x88\x73\xc6\x51\x6c\x7c\x4c\ \xe9\x86\x8f\x9f\xac\x5a\x41\x2d\x91\x5c\x78\xc9\x43\x97\x5f\xa4\ \xc9\x64\xfa\xcd\x37\xbd\x35\x73\xc1\x63\x9b\x3f\x92\xbd\x59\xb7\ \xdf\x3e\x55\x33\xf4\x9c\x41\x83\x12\x3e\x39\x94\xde\xab\x5f\x61\ \xaf\x66\xbf\x47\x73\x0d\x1c\x12\x2b\x4c\x8a\x15\x97\x22\x71\xc6\ \x90\xc0\x2e\x55\xa1\x5c\xca\xeb\x3f\x7c\xc9\xc7\xcb\xf6\x5d\xf4\ \xe3\x5b\x6f\x98\xf4\xc6\xdc\x17\xb6\x09\x11\x93\x31\xf6\x8e\xf1\ \x45\x49\x86\x3c\x7c\xeb\xbb\x7f\xfb\xed\xff\x62\xa3\xc5\x57\x78\ \xa1\x1a\x97\x7b\xd3\xed\xd3\xdf\x98\xfb\xf6\xef\x57\x4a\xa1\x30\ \x1a\x3d\x2a\x95\x4a\x32\x03\x2e\xb4\xec\x89\x13\x46\xbd\x35\xfb\ \x9f\x4f\x2c\xc9\xbe\xe9\x82\xfc\x7e\x25\x25\x19\xff\xfe\x7b\xda\ \x81\xa5\xb7\xef\xa8\x55\xdf\x7a\xbc\x77\x5d\xf5\xf7\xdb\x0d\xef\ \xeb\x7f\xf2\x45\x8c\xcb\x62\xbd\xac\x39\x3b\x7f\x50\xd1\xbe\x86\ \xda\x1d\xdc\x1d\x9e\x74\xd5\x84\x3b\x6e\xc9\x4c\xf1\x51\x5f\xbc\ \xe6\xc7\x4b\xde\x78\xb9\x7e\xc4\xfd\xdf\x9f\x5a\xa8\x53\x2e\x19\ \xa5\x47\xea\xb9\x36\x68\x04\xcb\x76\x53\x83\x82\x40\x0c\x59\x92\ \xea\xd2\x10\x67\x7a\x84\xe9\xba\x10\x88\x69\x04\x1b\xcc\x87\x19\ \x0f\x86\x18\x98\x5c\x00\x02\xc4\x39\x76\x29\x84\x51\xc6\x09\x32\ \x22\x54\x53\x3c\x84\xe9\x6a\xd2\x90\x9f\xfd\xb1\xb7\x3b\x3e\x2e\ \x62\x34\x79\x5d\x1a\x0d\x47\x2c\x4b\xf2\xb9\x14\xdd\x84\x91\x57\ \xdd\x9b\x67\x2a\x09\x3c\x52\x29\xbb\x5d\xa8\xd5\xa4\x28\xce\xa3\ \xae\x9e\xf3\x62\xe5\x12\x85\x82\x5a\x70\xf1\x6d\x57\x5c\x3c\x80\ \xea\xad\x5e\x7f\xcc\xf2\xcf\xde\x7f\x62\xb3\x8b\x71\x92\x35\xfc\ \xa6\xbb\xa6\x8f\x22\x46\xed\x8e\xfd\x4d\xe9\x23\x8a\x54\xcb\xd0\ \x69\x8f\xc9\x62\xf8\xe2\x7c\x0a\xd4\xb1\x12\x87\x00\x88\x04\x44\ \x82\xa4\x24\x48\x49\xe9\x60\x10\x2c\x08\x06\x40\x28\x1c\x46\x6d\ \xad\xa8\xb5\x0d\xb5\xb5\xa1\xb6\x36\xd4\xd8\x88\x8f\x1d\x43\x55\ \x55\xb8\xb2\x12\x1f\x39\x42\x56\xae\x94\x6b\x6b\x41\x92\x44\x4c\ \x8c\xf0\x78\xc0\xe5\xe2\x81\x00\x2b\xc8\xe7\x59\xd9\x3c\x3b\x9b\ \xe7\xe4\xf0\x9c\x1c\xe1\x71\x83\x24\x83\xaa\x80\xa2\x08\xc6\x82\ \xad\xad\x44\x08\xc4\x38\x46\xe0\x72\xb9\xa2\x9d\xf9\xe4\xfa\x94\ \xc8\xae\x59\xcb\x39\x67\xb6\xb2\xf1\x89\xbc\xd0\x35\x61\x9a\x51\ \x40\x92\xa2\xa9\x84\x31\x50\x35\x4d\x02\x26\xa8\x90\x14\x77\x8c\ \x8a\x0e\x6f\x5c\x38\xf7\xf3\xdd\x1c\x78\xe1\xc8\x89\xf9\x29\x39\ \x39\x37\x4e\x7b\x6d\xf6\x6b\x8f\xae\x56\x5d\xbe\xdc\x5b\xbf\x77\ \x07\x91\x35\x4d\x95\x19\xa5\x06\xc7\x43\x27\x8d\xdf\xf4\xd6\xfc\ \xc7\xfe\x6f\xe3\x84\x4b\x6f\xb9\x7c\x74\x3a\x33\x79\x87\x6c\x5b\ \xd4\x8f\x40\x27\x96\xbd\x17\xdd\xb4\xf9\x0b\x2f\xf6\xd9\xe9\x41\ \x7f\xba\xe5\x99\xcf\x77\xbe\xe4\x52\x4f\xa3\x07\x6d\x86\x06\xe4\ \x4c\xbd\xed\xc2\xa7\x3b\xf5\xa0\x77\xef\xda\xd1\x37\xaa\x07\xcd\ \x38\xb5\x74\x5d\xb7\x2c\x4e\x14\x2d\xc6\xeb\xc1\xcc\x34\xa9\x90\ \x14\x89\x19\xe1\xf6\x90\xa9\xc5\x78\x5d\x32\xa6\x16\x05\x82\x99\ \x45\x31\x91\x30\x12\x8c\x31\x44\x24\x64\x13\xb2\x00\x89\x10\xbb\ \xea\x33\x91\x64\x09\x83\x19\x89\x08\x59\x73\xab\x92\x1e\x6a\x0b\ \x9b\x10\xe3\xf3\x49\xc0\x38\xc2\xc0\x8c\xf6\x60\x44\x10\xc5\xe5\ \x71\x11\x49\x96\x35\xc5\x34\x23\xc1\xb0\x29\x87\x22\xee\xd6\x66\ \x52\x57\x87\x2a\x2b\xc9\x81\x43\x4a\xd9\x51\x73\xef\x5e\xab\xa4\ \xd4\x13\x6c\x27\x9a\x26\xe2\x62\x21\xde\x8f\xe2\x7c\x66\x5a\x06\ \xcf\xcf\x47\xe9\x69\x66\x5a\x1a\xcf\xcc\xe0\xa9\x69\xa0\x69\x40\ \x90\xc9\x98\xc1\x41\x48\x8a\xcb\xad\x49\x9c\x03\xe7\x44\x92\x1b\ \x36\xcf\xfe\xfb\x47\xe5\xf7\xfc\xf8\x3b\xbd\x63\x04\xe5\x82\x52\ \x86\xa2\x15\x48\x3b\x9d\x55\x4b\x20\x22\x75\x09\x98\x71\xce\x18\ \x07\x49\x22\xc7\x97\xaa\x38\xa3\x1d\xcf\xd8\x45\x7c\x89\x24\x21\ \x84\x24\x89\x70\x4a\xb9\x10\x8c\x32\xc0\x04\x09\xc6\x11\x96\x30\ \x46\x84\x10\x04\x94\x32\x21\x38\x65\x5c\x92\x24\xc1\x2c\x43\xd7\ \x2d\x8e\x14\x97\xdb\xeb\xd1\xb8\x65\x32\x0e\x9c\x53\x43\xd7\x29\ \x13\x92\xea\xf6\xc5\xb8\x31\x86\x8a\xcd\xb3\xff\xb5\xa0\xfa\xbe\ \x9f\x7e\x3f\x47\x3d\xdb\x35\xf4\x1e\x0b\x8c\x45\x74\x19\x05\x03\ \x26\x80\x11\x70\x0e\x94\x01\xa5\x88\x31\xb0\x2c\xdc\xd0\x80\xca\ \xca\x71\x65\x05\xa9\x28\xc7\x65\xe5\xf8\xd0\x61\xdc\xd2\x8c\x5a\ \xdb\x50\x5b\x2b\x6a\x6b\x17\x9e\x18\xde\xa7\x17\xcf\xce\x66\xd9\ \xd9\xa2\xb0\x28\x92\x96\xb6\x70\xcb\x96\xfd\x2d\x2d\xba\xcf\x77\ \xf1\x65\x97\x8e\x1b\x35\x4a\x50\xe6\x56\xd5\x3d\xbb\xb6\x07\x02\ \x49\x71\xb1\x71\x9c\xd9\x69\x29\xb6\x1e\x74\x81\xa2\xa8\x8c\xd1\ \xce\xa4\x39\x71\x1a\xed\x52\xce\x29\x17\x58\x22\x88\x52\x66\xa7\ \xab\x30\x46\x01\x11\xe0\x66\x24\x62\x70\x2c\x7b\x63\x62\x08\x70\ \x24\x49\x2c\x12\x6c\x8f\x98\x58\x52\x5c\x2e\xd5\x4e\x9b\x23\x84\ \x20\x00\x2c\x11\x2b\x12\x0a\xeb\x54\x75\xb9\x95\x13\xa5\x49\x3b\ \x48\x01\x84\x00\x84\x11\x02\x84\x10\x72\xbb\x3d\xfb\xf6\xee\x8e\ \xf7\x9f\x4b\x3d\x68\x01\x42\x96\x5c\x1e\x2d\x5e\x53\x62\xba\x7f\ \x53\xac\xa8\xb2\x47\x74\xad\xb1\xc3\x3a\x48\x94\x0b\xc0\xc4\xe5\ \xf2\xb8\x5c\x20\x80\x53\x53\x17\x42\x20\x40\xd4\xb4\x10\x56\xbc\ \x3e\x05\x84\x88\xd6\xd5\x62\x9c\x48\x44\x08\xce\x39\x60\x4c\xec\ \xb0\x09\xc2\x44\xee\xd0\xd3\x94\x25\x49\x08\xce\x18\x48\x9a\x26\ \xb8\x30\x4d\x8b\x28\x6e\xaf\x0a\x80\xb8\x45\x24\x90\x64\x84\x5d\ \x31\xaa\x1b\xe9\x06\x04\xdb\xd1\xd1\x52\x74\xf8\xb0\xa7\xb8\x24\ \x76\xff\x7e\x52\x7c\x18\x5a\x5a\x21\x14\x42\xed\xed\xc2\xed\x66\ \x7d\xfa\x48\xf9\x05\x78\xea\xc5\x7a\x9f\x3c\xd6\x2b\x57\xc4\xc6\ \x8a\xf8\x38\x1e\xef\x17\x3e\x9f\x3d\xa0\x81\x33\x60\x1c\x71\x66\ \x87\x92\x64\x2c\x29\x18\x00\x98\x08\x06\xa3\x4b\xcd\x60\x24\xf5\ \xbb\x60\x7a\xd9\xe2\xfa\xc6\x60\x1f\xaf\x47\x08\x90\x24\xa9\xb3\ \x1e\x59\xb4\xbb\x12\x19\x9d\xf8\x0c\xc2\x44\xc6\xa7\x9c\x74\xfc\ \x19\x2c\x49\xd1\x78\xb2\x65\x46\x7f\x48\x22\x49\x00\x42\x80\x24\ \xd9\x76\x6b\xe7\xca\x35\xb2\xaf\x86\xc0\x44\x76\xc5\xc8\x2e\x00\ \x10\x60\xea\x46\xe7\x8a\xb9\xcb\x13\x63\xff\x72\xa6\x61\xc8\x32\ \xab\x6f\x95\x27\x5e\x72\x49\xb6\x5b\x58\xd6\x7f\x5d\x06\xba\xed\ \x6b\x74\x67\x68\x08\x04\xa0\x28\x2c\x23\x43\x64\x67\x01\x26\x40\ \x08\x10\x0c\xa1\x30\x6e\x6e\x46\xcd\xcd\xa8\xa5\x85\x54\x57\xe3\ \x83\x07\xc9\xd1\x52\x52\x7a\x54\xd9\xbc\x19\xd7\x35\xb8\x3c\xee\ \x5b\x5c\xae\x9a\x50\xc8\x48\x49\x49\x6b\x6f\x13\xdb\xb6\xb3\xbc\ \x3c\x3e\x68\x90\xd0\x75\x40\x48\xb8\xdd\x42\x08\x44\x29\xd8\x3b\ \x29\x6d\x5b\x9d\x77\x06\xf8\xba\xd7\x83\xb6\x7f\x11\x09\x44\xb4\ \x9f\x08\x21\x04\x10\x22\x01\x08\x81\xd5\x18\x9f\x6a\xe7\x2b\x30\ \x01\x60\x9a\x48\x52\xbd\x3e\x35\x9a\x95\x84\xed\x93\x84\x00\x60\ \x16\x25\x8a\xe6\x53\xe0\xe4\xda\x56\x5d\x06\x9d\x00\x00\x0e\x02\ \x09\x04\xd8\x0e\x7d\x9c\x5b\x3d\x68\x3b\xfa\xca\x05\x3b\xfd\x67\ \x08\x84\x70\xe7\xee\x09\x22\x49\x7b\x77\xef\x4c\x4a\x4e\x4d\x4a\ \x4a\xb6\xa8\xc5\xbb\x64\xb0\xfc\xe7\xd9\xe3\xc2\x7e\x07\x8c\x01\ \x13\x90\x08\x60\x8c\x5a\x5b\x71\x65\x25\xae\xae\x96\x0e\x1d\x22\ \xbb\xf7\x90\x92\x62\x72\xf0\x30\x54\x57\x41\x4c\x8c\x48\x48\x14\ \x7e\x3f\xef\x9d\xcb\x8a\x8a\x58\x6e\x2e\xeb\xd5\x8b\xe7\xe6\x0a\ \x9f\x2f\xba\x38\x6f\x27\x62\x32\x06\x8c\x45\x1d\xda\xaf\x10\x84\ \xc3\x12\x06\xbb\x1a\xcd\xb7\x22\x9d\x8f\x10\xe4\xe4\x41\x77\xd8\ \x17\x04\x48\xc7\xf2\x27\x8b\x5a\x16\xc8\x30\x70\x59\x39\x3e\x52\ \x22\x1f\x3b\xa6\x94\x1c\x81\x83\x07\xa1\xaa\x0a\x1a\x1b\xa1\xb1\ \x11\xe2\xe2\xdb\x53\x92\xe4\xfe\x03\xd0\xc0\x81\x7c\x40\x7f\x9e\ \x9e\x81\xb3\xb3\xf6\x37\x34\xc4\xc4\xfa\x32\x52\xd3\x4c\x3d\x22\ \x28\x43\x9d\x2b\x35\xe7\x71\x7f\x44\xd7\xb0\x82\x00\x01\x08\x6c\ \x95\x78\x8c\x09\x00\xec\xde\xb9\xa3\x57\xef\x3e\x5e\xaf\xf7\xdc\ \xe9\x41\xc3\x89\xce\xcb\x69\x8c\x0a\xe8\x14\xa5\x45\xc1\xf6\xf6\ \x83\x07\xf7\x67\x64\x64\xfa\x62\xe3\x3b\x57\x2b\x4f\xa4\x95\xaf\ \x96\x77\x0c\x92\x24\x64\x19\x24\x22\x31\x46\x4c\x4b\x0a\x85\xa4\ \x83\x07\xd1\xae\x5d\x78\xf7\x6e\xbc\x75\x2b\xaf\xaf\xe7\xad\xad\ \x5c\x37\x58\x52\x12\xef\xd7\x97\x17\x15\xf2\x7e\xfd\x45\x7e\x3e\ \xf7\xfb\x45\x62\xa2\x88\x8b\x03\x89\x00\x65\xc0\x28\x62\x0c\xec\ \x7c\x0f\x71\x16\xcd\xe8\xc6\x03\xfe\x96\xe8\xd4\x7d\x8b\x9a\x7a\ \xde\x2f\x8b\x6d\x5f\x20\x04\x84\x00\x21\x42\x22\x80\x10\x6e\x6b\ \x47\x8d\x8d\xb8\xb9\xd9\x2a\x2e\x0e\xae\x5e\x95\xd4\xd4\x12\x73\ \xec\x18\x3a\x70\x00\x00\x09\x6f\x0c\xc4\xfa\x22\xb9\xb9\xb5\x19\ \xe9\xb1\x13\x2e\x70\x8d\x19\x63\x25\x24\x50\x59\xa6\x92\x24\x04\ \x47\x16\x05\xcb\x02\x21\xce\xcb\xd5\x8e\x9a\x46\xe2\xc4\x51\x6a\ \x59\x56\xf9\xb1\xa3\x6e\x8f\xa7\x57\xef\xbc\x33\xdc\xaf\x71\x9e\ \x74\x5f\x09\x21\xc1\xf6\xf6\xb2\x63\x47\x75\xc3\xc0\x9d\x9b\xbd\ \x4e\xe9\xa7\xa7\x27\x19\x04\x18\x45\x73\x5a\x24\x09\x84\x40\x35\ \x35\xa8\xb4\x54\x2e\x39\xe2\xdd\xb3\x37\xb6\xa2\x22\xb6\xac\xcc\ \x15\x0a\x0b\x7f\x82\x48\x49\x66\x39\xd9\x6d\x85\x85\x6d\xe9\x69\ \xed\xe9\xe9\xc1\xe4\x24\xa1\xaa\x40\x08\x10\x09\x40\x74\xc6\xb4\ \x91\xb3\x83\xd3\xc1\x97\x74\x39\x38\x61\x8c\x11\xdb\xef\x20\x88\ \x90\xa4\x40\x52\x72\x62\x00\x2c\x0b\x55\x57\xe3\x03\x07\xf1\xa1\ \x43\x64\xe7\x4e\x69\xff\x7e\xa8\xa9\x81\xaa\x2a\x86\x50\x6b\x56\ \x66\x6b\x7a\x5a\x6b\x41\x81\x51\x54\x28\xb2\xb2\x79\x56\x26\xa8\ \xaa\xbd\x8c\x62\xe7\x53\x9c\xa3\xee\x77\x52\x9b\x51\x97\x49\x3c\ \x10\x48\x4a\x4b\xcf\x38\xf3\x4d\x5c\xe7\x4f\x0f\x1a\x21\x44\x88\ \x84\x10\xfa\x0a\xc4\x89\x10\x48\x12\x48\x32\x00\x40\x24\x8c\x42\ \x21\xbc\x67\x2f\xd9\xb6\x0d\x6f\xda\x04\x3b\x76\x40\x6b\x2b\x84\ \x42\x10\x1b\xcb\x07\x0f\xa6\xfd\xfb\xb3\xa1\x83\x79\x9f\x7c\x91\ \x98\x20\x02\x01\xa4\xb9\x10\x67\xd8\x76\x07\x8e\xa7\xa7\x3a\x5c\ \xe0\xe0\x6b\x59\x36\xe1\xd1\x01\x46\x08\x48\x92\x90\x24\xc4\x39\ \x34\x35\xe1\x86\x06\x54\x51\x41\xb6\x6e\x93\xf6\xee\x25\xdb\xb7\ \x43\x59\x19\xd8\x99\xe0\xf9\x79\x62\xcc\x18\x36\x78\x08\x1b\x3a\ \x54\x24\xf8\xc1\xe3\x11\x08\x23\xce\xc0\xb2\xe0\x7c\x49\xc5\x72\ \xce\xbf\x52\xa1\xe3\xf3\xc7\x0b\x67\xee\xef\x1d\xcf\xc6\x17\x1c\ \x97\x95\xe3\x92\x23\x64\xd3\x26\xb2\x7e\x1d\xde\xbd\x07\x97\x95\ \x89\xb8\x38\x91\x99\xc9\x06\x0c\x60\xa3\x47\xf1\xa2\xbe\xbc\x5f\ \x5f\x11\x1f\x0f\x18\x0b\x82\x11\x17\xc7\x59\xd9\x81\x83\xf3\xe7\ \x7f\xa0\x28\x47\x60\x0c\x42\x20\xc6\x20\x12\xc1\x87\x8b\xf1\xde\ \xbd\x64\xc7\x76\xb2\x71\x13\xae\x28\x47\x95\x55\xc2\xe7\xe3\x83\ \x07\xb3\xc1\x83\xd9\xa4\x89\xbc\x77\x6f\xde\xbb\xb7\x70\xb9\x90\ \x9d\x5a\x6e\xe7\x65\xf6\x9c\x2f\xd4\x53\x78\x01\x21\x90\x65\xa1\ \x28\xc8\x34\x51\x7b\x3b\x3e\x74\x88\x6c\xd8\x80\xd7\xac\x95\x36\ \x6f\x86\xf6\x76\xa4\xeb\x6c\xc0\x00\x36\x72\x04\x1f\x3d\x9a\x0d\ \x1a\x24\x02\x01\x9e\x98\x08\x92\x14\x4d\xd1\x77\x58\xc0\x41\x0f\ \x64\x0a\x49\x12\x8a\x82\x10\x82\xa6\x66\xdc\x50\x8f\x8b\x8b\xc9\ \xba\xf5\x78\xeb\x16\xb2\x61\x23\x50\x0b\x3c\x1e\x9e\x97\x4f\x27\ \x4d\x64\x63\xc6\xf0\x41\x83\x44\x7c\xbc\x70\xbb\x10\x65\x60\x9a\ \x3d\xa1\x3f\x7f\xa3\xbc\x80\xa2\x21\x03\x21\x4b\xc8\xa4\xb8\xa4\ \x04\xef\xdd\x23\x2d\x59\x4a\x36\x6d\xc2\x7b\xf7\x82\xa6\xf1\xde\ \xbd\xd8\x88\x91\x6c\xfc\x38\x36\x70\x10\x2f\x2c\x00\x59\x16\x18\ \x47\x57\x0a\x28\x05\x27\x46\xe0\xe0\x5b\x01\x49\x02\x42\x04\x21\ \xb6\x57\x8b\x2a\x2a\xc8\x8e\x1d\x64\xcb\x16\xb2\x72\x15\x2e\x29\ \x41\x75\x75\x3c\x2b\x8b\x0d\x1d\xca\xa6\x5c\xc4\x86\x0e\xe3\x85\ \x05\x22\x36\xf6\x1b\x37\x22\xbe\x21\x5e\xc0\x58\xa8\xaa\xad\x06\ \x8b\x8f\x1e\x95\x96\x2f\x97\x96\x7e\x8e\xb7\x6d\x43\xed\xed\xc2\ \xeb\x65\x17\x4c\x60\xe3\xc7\xd3\x31\x63\x44\x46\x06\x0f\x04\x00\ \x63\x64\x9a\x0e\x11\x38\xf8\x2f\x01\x21\xa0\x28\x82\x10\xd4\xd2\ \x82\x6b\x6a\xf0\xf6\xed\xd2\xea\xd5\x64\xc5\x0a\x5c\x56\x2e\x54\ \x55\xf4\xee\x6d\x4d\x9d\xc2\x27\x4d\x62\x83\x07\x8b\xd8\x58\x21\ \xcb\xc8\x30\x80\xd2\xff\x5e\x5e\xb0\xad\x03\x3b\x4e\xd3\xd6\x46\ \x76\xed\x22\xcb\x96\x4b\x4b\x97\x92\x4d\x9b\x00\x63\x5e\xd4\x97\ \x4e\xba\x80\x5d\x70\x01\x1b\x32\x44\x64\x64\x00\x00\x08\xe1\xd8\ \x05\x0e\xfe\xfb\xed\x08\x5b\x68\xa8\xad\x8d\xec\xdc\x49\x36\x6e\ \x90\x3e\x5b\x8a\x77\xed\x42\x4d\x4d\xbc\xa8\x90\x4d\x98\x40\x2f\ \xb9\x94\x0d\x19\xcc\x33\x32\x8e\x6f\x75\x3f\x3f\xa9\x10\xe7\x83\ \x17\x10\x02\x45\x11\x12\x41\x6d\xed\xf8\xc0\x01\x79\xf1\x62\xb2\ \x60\x21\x3e\x78\x10\x31\xc6\x86\x0f\xa7\x53\xa6\xd0\x29\x53\x44\ \xaf\x5c\xee\xf7\x03\xc6\xc8\x30\xbe\x5a\x42\x91\x03\x07\xff\x05\ \xc0\x38\x6a\x44\xb4\xb6\xe2\x9a\x1a\xb2\x6a\x35\xf9\xfc\x73\x79\ \xf9\x72\x11\x89\x88\x40\x80\x4e\x9f\xce\x2e\x99\xce\x46\x8e\x14\ \x7e\x3f\x10\x02\xba\x7e\xae\xfd\x8b\x73\xc9\x0b\xf6\x2a\xa3\x2c\ \x0b\xcb\x22\x07\x0e\x48\x4b\x97\x4a\xf3\xe6\x91\xf5\x1b\x84\xaa\ \xf2\x61\xc3\xe8\xe5\x97\xb3\x89\x17\xb0\xfe\xfd\x41\x55\xc1\x09\ \x19\x38\x70\xd0\xe9\x65\x48\x92\x6d\x44\xa0\x23\x47\xc8\xc6\x4d\ \xd2\xbc\x79\x64\xfd\x3a\x5c\x55\xcd\x0b\x0b\xe9\xc5\x53\xe9\x95\ \x57\xb1\x21\x83\x44\x6c\x1c\xb2\xac\x68\x0c\xe2\x5b\xc3\x0b\x08\ \x81\xaa\x02\x00\xaa\xa9\x21\xab\x57\x4b\xb3\xe7\x48\x2b\x57\xa2\ \x48\x84\x0d\x1a\x44\xaf\xb8\x9c\x4e\x9f\xce\x7b\xf5\x02\x9f\x0f\ \x28\x05\xd3\x74\xb8\xc0\x81\x83\xd3\x39\x1a\x42\xd3\x50\x38\x8c\ \x6a\x6b\xa5\xe5\x2b\xa4\x4f\x3e\x25\x4b\x97\x20\xc6\x59\xff\x7e\ \x74\xc6\xb5\xf4\xd2\x4b\x79\x6e\xae\x50\x55\x74\x0e\xcc\x87\xaf\ \x9b\x17\x6c\xe9\x0b\x4a\xf1\xae\x5d\xf2\x9c\x39\xd2\xc7\x1f\xe3\ \x43\x87\x79\x5e\x1e\xbd\xf4\x52\x7a\xc5\xe5\x6c\xf8\x70\x11\x13\ \x83\x6c\xd3\xe0\xbc\x87\x52\x1c\x38\xf8\xb6\xba\x18\x92\x24\x24\ \x82\xb8\xc0\xfb\xf6\x49\x4b\x3f\x97\xe6\xcc\x21\x9b\x36\x89\xf8\ \x78\x3a\xe5\x22\xeb\xd6\x5b\xf9\x98\x31\x3c\x3e\x3e\xba\x66\xff\ \x35\xcd\xb2\x5f\x1f\x2f\x48\x92\x90\x65\xdc\xd2\x42\x56\xad\x96\ \xdf\x7b\x8f\x2c\x5a\x04\x9c\xb3\xa9\x53\xad\x19\x33\xd8\xa4\x89\ \x22\x10\x88\xfa\x45\x8e\x75\xe0\xc0\xc1\x59\x43\x51\x40\x92\x50\ \x6b\x2b\xde\xbe\x43\xfa\xf0\x43\xe9\xa3\x8f\x70\x63\x23\x1b\x34\ \xc8\xba\xed\x56\x7a\xc9\x25\x22\x2b\x0b\x84\x00\xc3\xe8\x01\xbc\ \x60\xe7\x6f\xa8\x2a\xae\xa9\x91\xe6\xcd\x93\x5f\x7d\x8d\x6c\xd9\ \xc2\xb3\xb3\xe9\x8c\x19\xf4\xba\x19\x6c\xd0\x20\x90\x65\xb0\x1d\ \x21\x87\x11\x1c\x38\xf8\xba\xac\x72\x49\x12\x18\x93\xd2\x52\x69\ \xe1\x27\xd2\x3b\xef\x90\xcd\x9b\x79\x4e\x0e\xbd\xe9\x46\xeb\xe6\ \x9b\x79\xbf\x7e\x51\x6d\xde\xff\xc0\xb9\xf8\xcf\x78\x41\x92\x40\ \x96\x51\x6d\x8d\x34\x7b\x8e\xf2\xe2\x4b\xb8\xa4\x84\xf5\xeb\x67\ \xdd\x75\x27\xbd\xf4\x52\x91\x99\x09\x08\x81\x61\x38\x74\xe0\xc0\ \xc1\xb9\x82\x2d\xd8\xdf\xd4\x24\xad\x5e\x2d\xbf\xf3\x0e\x59\xb4\ \x18\x5c\x9a\x75\xfb\xed\xd6\x1d\x77\xf0\x7e\xfd\x00\xe0\xac\x6d\ \x87\x33\xe5\x05\x4c\x64\x59\x02\xd3\x8c\x0a\x28\x59\x02\x40\xd3\ \x50\x4d\xad\x3c\xeb\x7d\xf9\xf9\x17\xf0\xa1\x43\x6c\xfc\x78\xf3\ \x7b\xdf\xa5\x53\xa7\x8a\x84\x04\x27\x0d\xc9\x81\x83\xf3\x6a\x3e\ \x28\x0a\x18\x06\xd9\xb2\x45\x7e\xe5\x15\x79\xf6\x1c\x50\x54\xeb\ \xd6\x9b\xcd\xef\x7c\x87\xf7\xef\x0f\x67\x15\x77\x38\x0d\x2f\x20\ \xac\xb9\xdd\x32\x02\x5b\x34\x4e\x50\xab\xa5\xbe\xb2\xaa\x99\x67\ \x66\x26\x1c\xdd\xbe\x6a\x53\x05\xb9\x64\xda\x84\xe4\xf9\x73\xa5\ \xbf\x3d\x83\x0f\x1c\x60\x63\xc7\x9a\x3f\x78\x90\x4e\x9d\x2a\x3c\ \x1e\x27\xfb\xc0\x81\x83\x6f\x06\x08\x81\xcb\x05\x96\x85\x77\xed\ \x52\x5e\x7a\x49\x9e\xf9\x1e\x68\x9a\xf9\xdd\xef\x9a\x77\xdd\x29\ \x72\x73\xc1\x34\xe1\x3f\xdc\x4f\x89\x30\xe1\xe1\xfa\xd5\x9f\x2c\ \x3a\xd2\x6e\x31\x4a\xa9\xc5\x32\x07\x8f\x4b\x2c\xff\xe4\xcf\x1f\ \xd6\x3d\xfa\xec\x23\x47\x3e\x7a\x7a\xe7\x07\xd5\x8f\xba\x43\xde\ \xa5\x8b\x60\xcc\x58\xfe\x3f\x3f\x65\x97\x4c\x37\x55\x95\x85\x23\ \x12\xc2\x51\x6d\x42\xce\x2c\xcb\x62\x02\x88\x24\x2b\x12\x01\x00\ \x46\x2d\x8b\x52\x84\x25\x59\x96\x30\x42\x42\x70\xc6\x05\x21\x04\ \x09\x6e\x99\x26\x13\x00\x08\xcb\xb2\x4c\x30\xea\xf8\x57\x07\x0e\ \x1c\x7c\x75\xd8\xf9\x51\x00\x64\xcb\x16\xe5\xef\xff\x90\x67\x7f\ \xc0\x73\x72\xad\x87\x1f\x36\x6f\xba\x11\x62\x63\xcf\x3c\x21\xaa\ \x1b\x5e\xc0\x44\xa6\x4d\x07\xff\xf4\xc3\x87\x36\xb0\xb4\xfc\xf4\ \x58\x1a\x31\xf3\x26\xcf\xb8\x38\x37\x38\x67\x7d\xf0\x8e\x0b\x07\ \x7b\x1e\xff\x41\xfc\xc2\xcd\xee\x5e\x39\xfc\xe1\x9f\xb4\x5f\x32\ \xb9\x34\x22\x00\x94\xcc\x8c\x34\x0f\x61\xad\x8d\x75\xb5\x8d\xad\ \x16\x13\x9a\x37\x21\x2b\x33\x89\x70\xd6\xde\x54\x53\x55\xdf\xca\ \x40\xf2\x27\x67\xa4\x25\xb8\x8d\x50\x4b\x4d\x4d\x7d\x48\xb7\x24\ \x57\xac\xdf\x4b\x9a\x1b\x9a\x98\x1a\x9b\x95\x99\xae\x11\x41\x80\ \xd5\x54\x1c\xab\x6b\x33\xe3\x93\x33\xd2\x03\x3e\xe6\xac\x62\x3a\ \x70\xf0\x1f\xda\x0e\xba\x4e\x56\xae\x54\x9f\xfe\x2b\x59\xbd\x9a\ \x5e\x78\xa1\xf9\xcb\x5f\xb0\x31\x63\xc0\xce\xa7\xfe\x52\xd7\xe4\ \x34\xef\x8b\x25\x45\xea\x3d\xf2\xae\x7f\xfd\x6c\x3a\xa1\x16\x48\ \xf2\xd6\xd9\x8f\xe2\xb9\x1b\x53\xff\xfd\x57\xb5\x74\xff\xfa\x11\ \x93\x73\xdf\x7c\xd9\xeb\x6b\x79\xfe\xe9\xbf\x6d\x3a\x54\x27\xb0\ \x3a\xfa\xf2\xbb\x7f\x70\xdb\xb8\x75\x6f\xfc\xf9\xf9\x95\x25\x5c\ \x08\x29\x2e\xfb\xa6\xef\xfd\xcf\x5d\x17\x65\x6e\xfc\xf0\x8d\xbf\ \xbd\xb7\x1b\x10\x8d\xed\x35\xfa\xe1\x5f\xff\x8f\x7f\xff\x82\xdf\ \x3c\x3d\xbb\x29\xcc\x65\x6f\x52\x76\x92\x5a\x79\xb4\x34\x24\x25\ \x5d\x7d\xef\x8f\xbf\x73\xd5\xa0\x1d\x0b\xde\x7c\xe1\xfd\xe5\xf5\ \x41\xea\x49\xe9\x7b\xcf\x83\xdf\x9f\xd4\x37\xc1\x32\x1d\x7f\xc4\ \x81\x83\xb3\x82\x10\x10\x0e\x03\xc6\x6c\xda\xb4\xf0\xc8\x91\xf2\ \xcc\x99\xca\x5f\x9e\x76\x5f\x7d\xb5\xf1\xf0\xc3\xe6\x03\x0f\x40\ \x7c\xfc\x97\x66\x0c\x90\x5f\xfd\xea\x97\xdd\xf8\x11\x7a\xd3\xe6\ \xe5\xab\xf7\x1e\xda\x3e\x7f\xf6\xfb\x6f\xcd\x5f\xc9\x45\xda\xc4\ \x05\x6f\x5d\xf0\xc9\x67\x9e\xa2\xcc\x85\x13\x87\xbc\x9e\x31\xe1\ \xa2\x3b\xaf\xdc\xfb\xca\x63\x6f\x6c\x11\x37\xdf\x77\x7b\x1e\x2f\ \x9d\xbf\x7a\x4f\xef\xe1\x17\x84\xd6\xcf\xde\x1f\xb8\xec\x99\x47\ \xef\x6c\xdc\xb1\x78\x47\x19\x1e\x7f\xd1\x98\x40\x8c\x2f\x2d\xbb\ \x77\x86\x0f\xed\xde\xba\x85\xf4\x9e\x9c\x4f\x37\xcf\xda\x68\x3d\ \xf4\xeb\x47\x0a\xf1\xde\x95\x07\xb4\x47\xfe\xfa\xa8\xf7\xe0\x8a\ \x95\xb5\x68\x70\xae\xf7\x9d\x67\xfe\x19\x2a\xbc\xec\xfe\x6b\x47\ \x96\x2c\xff\x64\x8f\x15\x3f\x61\xd4\x20\x4d\x50\xc7\x9b\x70\xe0\ \xe0\x3f\x62\x07\xcb\x02\x4d\xe3\xa3\x47\xd3\x69\xd3\x50\x7d\x83\ \xf2\xef\x7f\x93\xcd\x5b\x78\xbf\xbe\x22\x23\xe3\x8b\x0b\x79\xe2\ \xd3\xbd\xc0\xa8\xe5\xcb\x19\x79\xdd\x7d\xdf\xb9\xab\x28\x67\xc2\ \x6f\xbf\xaf\xbc\xb5\xf8\xe3\x82\x89\xfb\x9e\xfd\x77\xdb\xc8\x3c\ \x46\x85\x62\x05\xab\xcb\x5a\x65\x12\xd9\xb3\x61\x5d\x05\x24\x8d\ \x1a\x31\xc4\xc3\x2d\x8e\x11\x96\xdd\x29\xd9\xbd\x32\x93\x12\x05\ \x8b\x04\x5b\x4a\xdf\xf9\xe7\x3f\xde\xf9\x74\x4d\x7d\xd0\x24\xb2\ \xc2\x74\x0b\x61\x8c\x91\x1c\x9f\x9c\x9e\x95\x99\xa9\x62\xf0\xa4\ \xe4\xe6\xa5\xc6\x0a\x4a\x9b\x1b\x6b\xea\x83\xc4\x6a\x2c\x5e\xb3\ \xf1\x60\xda\xa0\x61\x45\xd9\x7e\x4e\x1d\xa9\x15\x07\x0e\xbe\x0e\ \x50\x0a\x91\x88\xc8\xcf\xd7\x9f\x7f\x4e\x7f\xee\x5f\x64\xdf\x5e\ \xf7\x35\xd7\xca\x33\x67\x46\x4b\x93\x7f\x35\x3f\x02\x80\x71\xea\ \xce\x1b\x77\x93\x87\xc0\xbb\x6f\x02\xa3\x7b\xef\xbb\xf8\xf9\xa6\ \xc1\x4f\x27\xa4\xbb\x2d\x1e\x6c\x2c\x3b\x50\xda\x96\x91\x9f\x4a\ \xf7\xd6\xf6\x19\x7e\xc1\xa0\x64\xd5\x82\x98\xbe\xd9\xee\x43\x16\ \x13\x84\x53\x4a\x39\x17\x80\x89\xde\x52\xba\x75\x6f\x6d\xaf\x5b\ \x6e\xbc\xb4\x77\xe4\xc0\xce\xbd\x94\x03\x80\x10\x82\x33\x46\x81\ \x83\x10\x9c\x52\xca\x05\xe7\x02\x7c\xf1\xa9\xe9\x7e\x28\x56\xd2\ \x27\x4d\x1b\x8b\x74\xd3\x9f\x5e\xe0\x93\x2c\xe6\x44\x18\x1c\x38\ \xf8\xba\x0c\x07\x5d\x07\x42\xac\x3b\xef\x64\x83\x06\xa9\xbf\xf8\ \xa5\x76\xff\xfd\xe8\x68\xa9\xf9\xf3\x9f\x81\x24\x75\x1b\x6e\xe8\ \xde\x5e\x10\x08\x49\xde\xd8\x81\xcb\x67\xc3\x65\x97\x30\xaf\xd7\ \x9a\xf5\x7e\x68\xda\x68\x42\x0d\xc6\xd4\xe1\xe3\x26\x65\xa2\xea\ \x25\x9f\x6f\x1b\x70\xdd\x03\xb7\x8c\x4f\x5c\xf4\xea\x5f\x7e\xf5\ \xe8\x1f\x67\x7d\xbe\xd3\x24\xb2\x44\xec\x5a\x38\x80\x30\x41\x82\ \xbb\x93\x06\xcd\xb8\x62\xf8\xbe\x05\xaf\xfe\xee\x1f\xef\xb7\xa8\ \xa9\xe9\x09\x9a\x10\xd8\x3e\x03\x21\x44\x08\x01\x00\x84\x08\xe2\ \xdc\x9d\x54\x70\xd7\xf7\xef\x4e\x6d\xd9\xf4\xe4\xa3\xff\xfb\x87\ \xbf\xbf\xbe\xab\xa2\x5d\x92\x30\x72\x7e\x4e\x07\x0e\xbe\x46\x30\ \x06\xe1\x30\x1f\x34\x48\x7f\xe3\x75\xf3\x9e\x7b\xd4\xc7\x1e\xd3\ \xfe\xe7\x17\x60\x9a\x20\xcb\xa7\x9e\xdb\x5d\xfe\x02\x42\x42\x95\ \xe9\x73\xcf\xfb\x7e\xfa\x73\xb8\x78\xaa\xfe\xef\x17\x44\x5a\x1a\ \x6b\x69\x08\xea\xc2\x13\xe3\xd1\x64\x14\x6a\x6f\x67\x58\xf5\xc6\ \xb8\x81\x46\x5a\xdb\xc2\x0c\x90\xac\x6a\x2e\x55\x36\x43\xed\x06\ \x28\x5e\x8f\x62\x84\x43\x96\x20\x31\xde\x18\x89\x1b\xad\x6d\x21\ \x8b\x09\x49\x51\x5d\x2e\x17\x66\x91\xf6\x08\xf3\xc4\x78\x80\xea\ \x61\x9d\x7b\xbc\x1e\x1e\x09\x46\x38\xf1\xc4\x78\x5c\x32\x0e\xb7\ \xb7\x85\x0c\x0b\x13\x49\x73\xb9\x64\x82\x9d\xdf\xd1\x81\x83\x73\ \x02\x59\x06\x00\xe5\xcf\x7f\x51\x1f\x7b\xcc\xbc\xe7\x1e\xe3\xa9\ \x27\xa3\x32\xf6\x5f\xcc\x0b\x22\x26\x46\xfe\xf0\x43\xd7\x9d\x77\ \xf1\x29\x17\x85\x5f\x7c\x51\xc4\xc6\x82\x61\x20\x8c\x09\x42\x8c\ \x31\x01\x88\x10\x2c\x04\xe7\x5c\x20\x8c\x31\x42\x08\x81\xe0\x82\ \x71\x8e\x09\x41\x20\x18\xe3\x18\x13\x84\xec\x32\xde\x18\xe3\xa8\ \x32\x3c\xe7\x4c\x00\x96\x30\x62\x76\x5d\x6b\x84\x38\x63\x80\x09\ \x46\x82\x33\x2e\x00\x61\x82\xed\x72\xe2\x9c\x33\x27\x55\xd2\x81\ \x83\x73\x08\x49\x02\x49\x92\x9f\x79\x46\xfb\xc5\x2f\xcd\x1f\xfd\ \xd0\x78\xf2\xc9\x93\xea\xf7\x9d\x12\x5f\xd0\x34\xb2\x7a\xb5\xeb\ \xfe\xef\xb0\x61\xc3\xc2\xcf\x3f\x0f\xf1\xf1\x10\x0e\x03\x42\x82\ \xf3\x0e\x3e\x11\x9d\x42\xf4\x82\xf3\xae\x6b\x89\xbc\xe3\xf9\xce\ \xa7\xed\xfa\x91\x5d\x4f\xa1\x2c\xfa\x9f\xec\xa4\xff\x81\x93\x4f\ \x75\xe0\xc0\xc1\xb9\x02\xa5\xc0\xb9\xf5\xf0\xc3\xa8\x3d\xa8\xfe\ \xe1\x0f\x3c\x2d\xdd\x7a\xe8\x47\x5d\x57\x28\x4e\xb4\x17\x64\x19\ \xd5\xd7\xbb\xae\xbf\x01\x35\x36\x46\x3e\x9c\xcb\x0a\x0a\x90\xae\ \x3b\xd7\xd0\x81\x83\xff\x5a\x87\xc2\x34\x5d\xdf\x7b\x40\x5a\xb8\ \x30\x3c\xeb\x7d\x36\x65\x0a\x84\xc3\xf6\x2b\xf8\x84\xb0\x02\x42\ \xca\xb3\xcf\x92\x2d\x5b\x8c\x3f\xfc\x9e\x17\x15\x39\xa4\xe0\xc0\ \xc1\x7f\x33\x2c\x0b\x54\x55\x7f\xec\x77\x3c\x25\x45\x7d\xf4\x51\ \x54\x57\xd7\xb9\x72\x79\xdc\x5e\x10\x2e\x17\xd9\xbe\xcd\x33\x75\ \x9a\x75\xd5\x55\xfa\xf3\xcf\x01\xc0\xd7\xbe\x03\x0a\x63\x27\x9a\ \xe8\xe0\x5b\x8f\x93\x4a\xcb\x7f\x2b\x7a\xf8\x17\xb4\x19\x62\x62\ \xa4\xb7\xdf\x71\xdd\x79\xa7\xfe\xf4\x5f\xcc\x87\x1e\x42\xa1\x50\ \x17\x5e\x40\x08\x64\x59\xfb\xd1\x43\xd2\xcc\x99\xe1\xe5\xcb\xf9\ \x80\xfe\x5f\x8b\xea\x4b\x17\x5b\x04\x71\xce\x43\xa1\x90\xb3\xf1\ \xc1\xc1\xb7\x1a\x08\x81\xcb\xe5\x56\x54\xad\xa3\x2c\xfb\xf1\x1e\ \x2e\x84\x08\x87\xc3\x94\xb2\x1e\xd8\x66\x4d\xd3\x14\x45\xe9\x9e\ \x1a\x24\x09\x0c\xc3\x7d\xcd\xb5\xa8\xaa\x2a\xbc\xe4\x33\x91\x94\ \x04\x96\xd5\x11\x77\x24\x04\x55\x56\x4a\xf3\xe7\xd3\x19\x33\xf8\ \xc0\x01\x5f\x3b\x29\x30\xc6\x1a\x1a\xea\x5c\x2e\x8f\xdb\xe3\x71\ \xfa\x96\x83\x6f\x2f\x18\x63\xcd\xcd\x4d\x1e\x4f\x4c\x8c\xcf\x27\ \xba\xec\x4d\x14\x82\x37\x36\x35\xab\xaa\xd6\x03\x7b\x38\xe7\xbc\ \xad\xad\x4d\xd3\x34\xaf\x37\xa6\x9b\x92\xd6\x94\x82\xcf\x67\xde\ \x77\xaf\xeb\xae\xbb\xc9\xda\xb5\xd6\x0d\x37\xa0\xe3\xbc\x20\xcb\ \xd2\xba\x75\xa8\xae\x9e\x5e\x73\xb5\xc0\xf8\x4b\xea\x70\x0b\x81\ \x54\x15\x2b\xea\x69\xf3\xab\x11\x12\xd4\xe2\x91\x08\x44\x4b\xda\ \xa3\x96\xe6\xa6\x98\x18\x6f\x72\x4a\x9a\xd3\xb1\x1c\x7c\xdb\xe1\ \x8d\x8d\x2d\x2f\x2d\xd5\x34\x8d\xc8\xb2\x3d\x04\x10\x42\xcd\x2d\ \xad\x9a\xe6\x4a\x49\x49\xe9\xa1\x6d\xf6\x7a\x2b\x2a\xca\x55\x55\ \x91\x65\xb9\x1b\xab\x41\xd7\xd9\xa4\x49\x22\x3d\x5d\x5a\xbc\x98\ \x5e\x73\x0d\x20\x14\xe5\x05\x41\x08\xde\xb1\x83\x67\x66\xb0\xbe\ \x7d\xd1\x97\x85\x15\xb0\xcb\xdd\xbc\xf8\x93\xd6\x95\x4b\x89\xe6\ \xea\x9e\x9f\x0c\xdd\xdd\x7f\x60\xe0\xe6\x3b\xb8\xae\xdb\x66\x4c\ \x24\x12\x49\x4d\xcf\x14\x22\xea\xe9\xd8\x46\x57\x0f\xb9\x64\xc7\ \x7d\x42\xc1\xf9\x37\xda\x28\x84\x31\x02\xe0\x4e\x19\xde\x1e\xea\ \x41\x44\x53\x70\x35\x55\x93\x65\xd9\xb4\x4c\xb7\x2c\xdb\xfd\x05\ \x23\xa4\xeb\x7a\x52\x52\x72\x8f\x6d\xbc\xa2\x28\xb2\xac\x98\x96\ \x25\x77\x97\xdd\x08\x9c\x8b\xc4\x44\x36\x76\x2c\xd9\xb5\x1b\x22\ \x11\x50\x14\xe9\xf8\xe0\x28\x2e\x11\x29\x29\x22\x31\xf1\x4b\xb7\ \x67\x23\x59\x36\x8e\x1d\x6d\x5b\xbe\x94\x78\x7d\xdd\xf3\x42\x38\ \x08\x18\x23\x49\x06\x88\xae\x68\x08\x10\x76\xca\x52\x67\xef\x8f\ \x5e\x65\xc1\x19\x3f\x31\x22\x82\x90\x44\x08\x67\xf4\x2c\x86\xa8\ \x24\x49\x00\xc0\xe8\x99\x6f\xc4\x44\x84\x88\x96\x86\x26\x24\xe1\ \x96\xc6\xb6\xb8\xb4\x74\xaf\x82\xbe\x29\x6a\xc0\x18\x85\x9b\xea\ \x74\xc9\x13\x1f\xe3\x72\xa8\xa1\xe7\xb0\x40\xe7\x1d\x21\x04\x08\ \x21\x00\x08\x21\xd1\x7b\x5d\x0d\x64\xde\xd3\x53\xf1\xec\xf6\x9f\ \xf6\x65\x42\x58\xbf\xbe\xe4\xd3\x4f\x91\x69\x0a\x55\xc5\xc7\xbf\ \x59\x63\xa3\x88\x8b\x13\x3e\xdf\x97\x2b\xba\x08\x81\x64\x19\x7b\ \x3c\xd8\xed\x3e\xcd\xe1\xc1\xea\x09\x5e\x86\x60\x3c\xfa\x48\x08\ \x33\xd4\x56\x5f\x57\x5d\x59\x59\x59\x59\x51\x51\xd3\x18\x14\x42\ \xa0\xe3\x8d\xc0\xc8\x0a\x15\xef\x3b\xd8\x12\xe1\xf8\xab\xed\x90\ \x40\x12\x81\x5d\x4b\xde\x7a\xf1\xa3\x4d\xdc\xde\xa4\x71\x26\x43\ \x91\x10\xda\xb8\xff\xb5\x17\xdf\x3e\x7c\xe4\xc0\xac\x57\xdf\x2e\ \x6d\x63\xdf\x60\x3c\x19\x63\xd2\x72\x78\xf5\xf3\x2f\x7f\xd8\xf4\ \x55\xbf\xba\x83\x73\x33\x8a\x6c\x70\xce\x31\xc6\x18\x63\x21\x04\ \xef\x88\xea\x73\x76\xf2\x26\x65\xce\xf9\x99\x5b\xc0\xd4\x88\x84\ \x22\xe6\x7f\xd2\xbc\xc6\x8a\x92\xd2\xda\xd0\x57\x8d\x32\x08\x21\ \x10\x3a\xcd\xb7\x95\x24\x91\x91\x81\x5a\x5b\x6d\xb3\x00\x77\x8d\ \xa8\x80\xa2\x00\x91\xce\x85\x5e\x2b\xb7\xb9\x4a\x00\x26\x64\xd3\ \x6b\x7f\xfa\xe9\xcf\x7f\xff\xf2\x2b\x2f\x3f\xff\xfc\x73\xef\x2d\ \xde\x0b\x92\x44\x24\x09\x03\x10\x49\x22\x04\x8b\xa6\xe2\x77\x5e\ \x78\xf3\x58\x48\xc2\x98\x20\x00\x22\x75\x02\x83\x10\xb8\xcb\x63\ \x82\x40\x08\xd4\xf9\x08\x00\xbc\x81\xac\xdc\xd4\x38\xc1\x4f\x38\ \x0d\x81\x10\x80\xa5\x2e\xff\x67\xff\xe6\x20\x04\x46\x7c\xeb\xe2\ \x05\x4d\x09\xfd\x8a\x52\x5d\xc1\x60\x98\x71\x00\x01\x52\xd7\x4f\ \x44\xd8\xfe\x60\x00\x2c\x49\x12\x41\x42\x08\x6c\xbf\x05\xea\xf2\ \x96\x48\x74\x79\x48\x10\x74\xf9\x38\x24\xc4\xf1\xb6\x60\x24\xba\ \xbc\xbf\xbd\xc5\xac\xf3\x21\x08\x48\x1b\x34\x3a\xae\x69\xfb\x27\ \x1b\x2a\x30\xc1\x10\xbd\x62\xce\xf1\x0d\x1f\x92\x24\x1d\x38\x70\ \xa0\xae\xb6\x96\x10\xd2\x39\x34\xc4\x29\xe6\x01\x17\x02\xe0\x4c\ \x07\xce\xf6\x79\x2f\x3e\xfe\xe2\xf2\xff\xc0\x26\x14\xcb\xdf\x7b\ \x6d\xde\xb6\xfa\xaf\xce\x74\x00\x80\x4e\x1b\x13\xec\x12\x16\x38\ \x9e\x07\x2d\x5c\x2e\x14\x0c\x22\x3d\x02\x18\x7f\xcd\x65\xad\x10\ \xe2\x9c\x77\x5c\x36\x16\xd6\xa1\xdf\x85\xf7\xfc\xe2\x8e\xe1\xf6\ \xc7\x96\x6d\x9a\x37\x67\x8b\x79\xef\xf7\xaf\x6b\xdb\xf4\xe1\x87\ \x87\x7d\xb7\x5d\x98\xa1\x1a\x25\xaf\x3f\xf3\xd8\xa7\x19\x83\xef\ \xbd\xf3\x0a\x56\xfc\xd9\xfb\x0b\xd7\x35\x73\xcf\xf8\xcb\x6e\x9c\ \x3a\x34\xab\x6c\xdb\x82\xf7\x16\x6e\x8d\x30\xae\x26\x16\x5e\x7f\ \xcb\x75\xbd\xbd\x91\xb5\x1f\xbe\xff\xf9\x8e\x63\x24\x30\xe0\xce\ \x3b\xae\xa1\x91\xa6\xea\x36\x1f\x21\xb8\xf9\xc8\xa6\xf7\x3f\x58\ \x54\x1d\x26\x85\x63\x2f\xbd\x76\xea\x10\x35\x5c\x3a\xfb\xbd\xb9\ \x7b\xca\x5b\x39\x72\x0d\x9e\x72\xed\xe5\x63\xf3\x30\xb3\x04\x10\ \x1e\xa9\x58\xb7\xbb\x79\xc4\x9d\xe3\x3c\x64\x2f\x20\x8c\x00\x00\ \xa3\x23\x9b\x3f\x99\xf3\xc9\xc6\x20\x8e\x1d\x7f\xf5\x2d\x17\x24\ \xd6\xbc\x3a\x6b\xd3\xd4\x7b\xee\xcb\x62\xa5\xaf\xbe\xb9\x62\xc4\ \xf5\x77\x0e\x48\x28\x7f\xeb\xc5\x05\x7d\x2e\xbf\x7f\x38\xd9\xf7\ \xf6\xcc\x79\x47\x9a\x8c\x9c\x61\xd3\x6e\xba\x62\x94\x5e\xbc\x7e\ \xe6\x87\x4b\x2a\x83\xbc\xdf\xe4\xdb\x6e\x9e\x90\xf8\xd9\x3b\xef\ \xac\xdd\x57\x15\xdb\x67\xc4\x6d\xb7\x5c\x5a\x36\xf7\xc5\x05\x3b\ \xca\x89\x2f\xf3\x8a\x1b\x6f\x1a\x94\xe1\x3a\xb0\xe6\xa3\x8f\x97\ \x6d\x33\xd4\xc0\x94\x1b\xef\x1a\x9b\x85\x37\xcc\x9f\xf5\xd9\xb6\ \xa3\x38\xb6\xd7\x35\x37\x5e\xd7\x2f\x35\xfd\xc2\x51\x19\x6f\x6e\ \x5c\x17\x1a\x7f\x83\x0b\xa8\xa3\x72\xf9\x8d\xfb\x12\x18\xa1\xcd\ \x9b\x36\xbd\xf9\xd6\x5b\x29\x29\x29\x77\xdf\x75\x57\x72\x4a\x8a\ \xbd\x06\xc1\xed\x94\x61\x84\x8e\x33\xc5\x57\x19\x32\x82\x33\xc6\ \x11\x02\x6b\xf9\xac\x37\xd6\xec\xaf\xe0\x02\xe7\x8c\xbc\xec\x96\ \x4b\x87\xa1\xe6\xe2\x59\xef\x7d\x74\xa0\x46\xef\x33\x7c\xfa\x6d\ \x57\x0c\xe7\x8d\x87\x3f\x78\x6f\xce\xc1\x06\x33\x6b\xe8\xb4\xdb\ \xae\x18\xc5\xca\x36\xbf\x39\x6b\x71\x79\x3b\x1a\x36\xf5\x4a\x55\ \xc3\xdb\x3f\x7a\xf6\xf7\xbb\x52\xc7\x5d\x7d\xdf\x85\x05\xb1\x67\ \x66\x2f\x7c\x21\x73\x31\x86\x1a\x1b\x41\x92\xec\xb5\x82\xe3\x21\ \x37\x91\x9e\x0e\x8d\x0d\xd0\xd4\x04\x84\x7c\xcd\x97\x17\xa0\x63\ \xb1\x57\x00\x20\x59\x12\x65\x7b\x97\xcf\xfd\x68\xee\xfb\x33\xe7\ \xee\xae\x68\x49\x2f\x1a\x24\xd7\xac\x7b\xf5\xcd\xf7\x67\xce\xdb\ \x94\x5e\xd4\x2f\x56\x32\x2c\x29\xf5\xa2\x2b\x6f\xbe\x63\xc6\x24\ \x5c\xb5\xfe\x5f\x6f\x2e\xeb\x3d\xf5\x96\x1b\x26\xa4\xcc\x7b\xfd\ \x95\x03\xad\x56\xe5\xbe\x35\x95\x72\xce\x8d\x37\x5d\x1b\x5f\xb3\ \xee\xcd\xd9\x1b\x9a\xcb\x56\xbc\xf6\xc9\xbe\x71\xd7\xdd\x7b\xcb\ \x25\x23\xe2\x5d\x50\x73\x64\xef\xf6\xa3\x4d\x3c\x78\xf4\xe5\x7f\ \xbd\xae\xe7\x4c\xb8\xee\xf2\xe1\x7b\xe7\xbd\x38\x6b\x63\x15\xe8\ \xe5\xeb\x76\x94\x0c\xbc\xec\xa6\x2b\x47\x06\x3e\x7d\xed\xb5\x9d\ \x95\x61\x49\xc2\x80\x88\x5e\x5f\x5c\x0d\x9e\x9c\x2c\xb7\x30\x29\ \x00\x00\x91\x83\xc5\x4b\xff\xf5\xea\xe2\xcc\x89\x57\x5e\x31\x26\ \xf0\xf1\xbf\x9f\xdd\xda\xc2\xeb\xcb\xb6\x6f\xaf\x0c\x9b\x8d\xbb\ \xe6\xce\xfd\xe4\x60\x6d\x0b\xad\x3e\xbc\x7d\x6f\x43\xa2\xd6\xf8\ \xf6\x4b\xaf\x36\x67\x8c\xbf\xf3\x96\x29\x65\x9f\xbf\xb9\x70\x77\ \x4d\xcd\x81\x6d\xbb\xea\xe2\x66\xdc\x7c\xe3\xb8\x01\x71\x2b\xdf\ \x7b\x76\xc1\x7e\x36\xfd\xba\x1b\xa6\x8c\x28\xd4\x00\xe5\x0c\xbb\ \xf0\xce\x7b\xef\x1a\xe8\x29\x7f\xf3\xa3\x55\xe1\xa6\xe2\x77\xdf\ \xf9\x28\x79\xc2\x0d\x77\x5e\x37\xad\x57\xa2\x7a\x68\xc9\xdb\xef\ \x6f\x6c\xbf\xfa\xd6\xbb\x86\xbb\x8f\xbe\xf4\xfa\x82\x76\x0e\x29\ \x7d\xfa\x84\x1b\x8e\x55\x85\x04\x46\xe0\x4c\xd6\xdf\xec\x81\x00\ \xc2\x91\x70\x45\x65\xe5\x88\x11\x23\xd2\xd2\xd2\x4a\x8f\x95\xf2\ \x8e\xc0\xf4\xa9\x33\x2f\x17\xfc\x2b\x84\xd2\x11\x42\x88\x20\x68\ \x5d\xbb\x7e\xbb\x7f\xcc\x75\x37\x5c\x36\x6c\xd7\xdc\x97\x57\x96\ \x36\x6f\x98\xf7\xfe\x9a\xfa\xb4\xfb\xbe\x73\xd7\xc4\xc1\x39\x98\ \xb6\xce\x7c\xf1\xa5\xea\xa4\x49\x77\xdf\x7a\x45\xf5\xe7\x6f\x7e\ \xb0\xbd\xb9\xf9\xe0\xc6\xdd\x35\xda\x8c\x5b\x6e\x1c\x5d\x98\x46\ \x29\xf4\x1e\x73\xc5\x3d\xb7\xdf\x3c\x34\x2b\xe6\x8c\xed\x85\xd3\ \xb7\x10\x21\xc4\x18\x2e\x29\x11\x29\x29\xf6\x6e\x4b\xa9\x93\x2d\ \x78\x51\x91\xb4\xf0\x13\x5c\x53\xc3\x03\x01\xb0\xac\xaf\xd9\x8f\ \x88\x82\x61\x82\x85\x10\xc0\xb9\x10\x9c\x0b\x60\xd4\x10\x31\xd9\ \xb7\xdf\x7e\xf9\x4f\x1f\x7c\xc4\x7b\xc3\x13\x3f\x1b\x9a\x62\x94\ \x97\x73\xac\x25\xa7\x67\x66\xa4\x78\x76\xef\xda\x71\xb8\xb6\xd9\ \xb3\x72\xde\x01\xda\x1a\xa1\xb4\xbe\x36\x28\x61\x25\x29\x23\xbb\ \xb0\x70\x90\xf7\xa2\xbe\xff\x58\xb5\xdf\x4a\x98\x3c\x28\xf5\xf3\ \x55\x4b\x3e\x77\x4d\x9f\x9e\x23\x23\xc0\x92\xcb\x25\xd7\xee\xdd\ \x56\xc3\x73\x7f\x76\xcd\xe4\x34\x05\x42\xc5\xdb\x66\xad\xdb\x33\ \x23\xc7\xa5\x79\xfc\xbd\x0b\x8a\x06\x0d\xf2\xac\x5b\xb1\xa5\xbc\ \xbe\x69\x68\x5a\x32\x13\xc2\x0c\x36\x0b\x24\xb9\x25\xa0\x8c\x0b\ \x21\x10\xe1\xc5\xeb\x37\xc9\x39\x13\xae\x9d\x34\x4c\x81\x82\x03\ \x9b\x1f\xdf\x70\x08\x8f\xe8\x93\xb4\x6b\x77\xf1\xb1\xd8\xaa\x94\ \x5e\x29\xb5\xe5\x07\x77\x57\x1e\x71\xe5\x8f\x4e\x0e\x1e\xde\x51\ \x5a\xa9\x8a\xf5\x73\x8e\xb2\x16\x2b\x52\xd9\xdc\x5c\x20\x70\x5c\ \x4a\x56\xff\xbe\x45\x4a\xb0\xf8\x83\x1d\xa5\x13\x6e\xff\xc3\x98\ \xc1\xc9\x94\x52\x61\xb6\xec\xdc\xb1\x66\xc3\xc1\xba\x50\x7d\x43\ \xab\xa7\x45\x57\x02\x03\x0a\x32\xb6\x2c\xff\x34\xe9\xd2\x2b\xa6\ \xf6\xb2\x56\x6e\x39\xd8\xd4\x20\x2f\xf9\x70\x4e\xa4\xb9\xcd\x34\ \x1b\xdb\x0c\x11\xa3\x7a\x89\x61\x84\x42\x94\x2b\x8c\x39\x06\xc3\ \x37\x0a\x06\x4c\x96\xe5\x6b\xae\xb9\xda\x66\x00\xce\x99\x69\x9a\ \x08\x21\x00\xd9\xf6\xd5\xbb\x0c\xab\xa8\xf7\xfe\x45\x69\x85\x5d\ \xd6\xbf\x38\x17\x42\x70\x00\x46\x5c\x31\x59\x79\x45\x45\xb9\x79\ \xa3\xd7\x2c\xdb\x77\xb4\xf1\xba\x7e\xfd\x63\x76\xaf\x5b\xb8\xd2\ \x7f\xe5\xe5\x53\xa0\x6d\xeb\xe6\xc3\x35\x1a\x5b\xfb\x41\x29\x6f\ \xb4\x98\xbb\xb2\xc9\x52\x49\x7c\x4a\xce\x80\x82\x3e\x12\x58\x8c\ \x72\x6f\x62\x5a\x7a\x5a\x9a\x10\xfc\x4c\xa2\xd4\x18\xe3\x2f\x89\ \x80\x98\x26\xd9\xb6\x9d\xe5\xe7\x0b\x55\x05\x21\x3a\xd2\xa1\x19\ \x63\xa3\x47\xa1\xd6\x16\x69\xe5\x4a\x63\xe0\xc0\xaf\x3d\xec\x25\ \xb8\x00\xc1\x39\x43\x9c\x70\x9d\xa2\xec\x01\x93\x67\x5c\x33\x12\ \x00\x38\x35\x38\xd7\x8b\x0f\x14\xbb\x73\xfa\x5b\xc7\x76\x1f\x6e\ \x99\x90\x0b\x82\xd9\x8a\x4f\x00\x88\x71\x35\x90\x77\xf9\x0d\xb7\ \x25\x12\x0b\xc9\x6a\xbc\x8f\xac\x59\xcb\x38\xb2\x0c\x00\x8a\x80\ \x73\x13\xf9\xf2\x7e\xf0\xcb\xff\xdd\xb2\x72\xe1\x9b\x7f\xff\x43\ \xdd\x77\x7f\x9e\x24\x49\x42\xe7\x08\x23\x6e\xe9\x11\x53\x80\x42\ \x23\x11\x03\x08\x12\x5c\x08\xc1\x4d\xc3\x04\x62\x81\x84\x19\xa5\ \x9c\x31\xce\x10\x48\x1a\x70\x2b\x64\x00\xa7\x8c\x0b\xc0\x00\x40\ \x90\x65\x84\x0d\x00\x05\xf4\xb0\x61\x70\xe4\x1a\x30\x34\x6f\xd9\ \xc2\x79\x0b\x7c\xf1\xd7\xde\x74\xe1\xfe\xcd\xab\x3e\x33\x5b\xf2\ \x2e\xbc\xd8\x85\x4b\x91\xec\x1d\x73\xe9\x8c\xb1\x29\x12\x43\x72\ \x4c\x42\xdc\xe1\x8f\x3f\xe3\xcc\x32\xa8\x20\x94\x03\xf0\x50\x58\ \x07\x10\x48\x92\xab\x56\x7f\xf8\xce\x92\xb2\x7b\x7e\xfa\x7d\xb2\ \xe7\xe3\xd7\x36\x86\x22\x28\xe1\xfa\x1f\x3e\x32\x60\xcb\xca\x59\ \xef\xfc\xb5\xb8\xf2\xb6\x64\x59\x4e\x2b\x18\x7b\xf3\xad\x23\x84\ \xc9\x25\x45\x8d\x41\x66\x30\x12\x62\x12\x91\x88\x60\x94\x71\x87\ \x17\xbe\x69\x47\x02\x00\x42\xa1\xd0\x71\xb3\xd7\x5e\xd5\x16\xe2\ \x94\xa1\x88\xba\xc6\x29\xc5\xf1\x30\xc4\xa9\xbf\x20\x52\x14\xe0\ \xf6\x70\xa0\x14\x84\xa0\x86\x0e\x20\x04\x22\x66\x58\x4f\x9b\x7c\ \xd5\x63\xd9\xfd\x3f\x99\xf3\xce\xe3\xff\x77\xf0\xc7\xdf\x1b\x2d\ \x6b\xb1\xa3\xa6\xdf\x70\x61\xae\x42\x85\xe4\x8e\xf5\x97\x7f\x6a\ \x71\x4a\x0d\x00\x09\x28\x63\x9c\x9a\xcc\x76\x49\x4e\xe7\x70\x76\ \x5d\x52\xb1\xe3\xa6\xa7\xf5\x23\x64\x19\xef\xde\x43\x36\x6f\x32\ \x7e\xf2\x13\x70\xb9\xc0\x30\x3a\xec\x05\xcb\x62\x83\x06\xb1\x61\ \xc3\xa4\x59\x1f\x98\x77\xdd\x05\x8a\xf2\xf5\x6e\x8e\xe0\x9c\x73\ \xc1\x05\x47\x98\x83\x30\x43\x25\xbb\xd6\x2c\x5e\xda\x4c\x75\x53\ \xf5\xa5\x66\xbb\xab\xde\x5b\x7a\xec\xb6\x5f\xff\xb1\x61\xde\xd3\ \x2f\xbe\x3a\xef\x7f\xef\x1c\x94\x14\xd7\xfc\xc9\xc7\xb3\x9b\x0a\ \x7b\xe7\x65\x0c\xcf\x87\x37\xe7\x2d\xfc\x7c\x68\x96\x97\xb8\x53\ \x26\x8c\x2f\xb2\xf4\x70\x08\x99\x4c\x80\x65\xe8\xba\x81\x42\xd5\ \xfb\xb6\x6c\x3b\xe2\xf3\x26\x04\x64\xb3\xb5\xbd\x2d\xce\x30\x82\ \xed\xc1\xb8\x82\x61\x79\xf1\x2b\x5f\x7b\xe9\xcd\x31\x19\xd6\x92\ \xcd\x4d\x13\xee\xed\x2b\xd1\x3d\xe1\x48\xd8\xa4\x14\x2c\x33\x12\ \x0e\x1b\x16\x65\x8c\x51\x8b\x4a\xb1\x19\xb1\x74\x45\x59\x45\x5b\ \x7f\xbf\x9b\xe8\x15\xeb\x37\xee\xbb\x61\xdc\x24\xf7\xfa\x77\x5f\ \x7e\xd3\x9b\x4d\x0f\xef\x68\x8a\xbb\x73\x70\xb2\xdf\x3d\xdc\x5b\ \xf1\xe6\x3a\xff\x4d\xf7\x3c\x30\xb6\x62\xf1\x9c\xf9\x4d\x59\x8f\ \xf7\x49\x22\x09\xca\x88\x1c\xef\xca\x8f\x3e\x96\xc6\xe4\x51\xe6\ \x19\x35\x61\x24\xb7\x22\x91\x88\x49\x4d\xc3\x52\x93\x47\x8f\x28\ \x7a\xf7\xbd\x97\xd4\x9a\x91\xbe\xb8\x84\x64\xe1\xd1\x50\xb8\xac\ \xa4\x84\x54\x35\x98\x22\x85\xb5\x56\xac\x5c\xbd\x95\x7a\xe2\x13\ \xbd\x5a\x5d\xbd\x79\xd9\x84\xc1\xab\xdf\x5c\xfe\xc9\x4a\x9c\x2a\ \xd3\xd8\xde\x03\x86\xc5\xc5\x37\x96\x95\xc8\xde\x40\x82\x8b\x9b\ \x96\x13\x5f\xe8\x11\xab\x95\xaa\xaa\xda\x32\x23\x94\x52\xd3\x34\ \x6d\x52\x38\xc9\x5e\xe8\xb0\x88\x05\xe7\x9c\x31\xf6\x85\x26\x03\ \x02\x40\x96\x19\x09\xeb\x26\xe7\x2c\x12\x8e\x98\x54\x00\x30\x43\ \xd7\x99\x30\x8f\xee\xdd\x74\xa0\x52\x4f\x4c\x0d\xc0\xc1\x4a\x3d\ \xa6\xef\x45\x05\xee\x45\xf3\xe7\xba\x26\xf4\x15\x86\x34\xec\xa2\ \x89\xdc\xd2\xc3\xba\xc1\x01\x04\x28\x39\x69\xde\x95\xab\xe7\x7e\ \xe4\x1a\x9e\x9e\x3d\x70\x70\xbe\x9f\x9d\x5e\x0f\xd5\x66\x07\x49\ \x92\xbe\xc8\x5e\x90\x24\xe9\xe3\x8f\x00\x80\x4d\xbb\xd8\x0e\x9a\ \x74\xe8\x41\x0b\x21\xbc\x5e\x44\xa9\xf2\xe2\x4b\xa2\xb0\x88\x0f\ \x1d\xf2\x05\xae\x04\x56\xd4\xe0\xb6\xcd\xe1\xdd\x3b\xb0\xa2\x76\ \x6f\x1d\x58\x96\x9a\x9d\x1b\x3b\x69\x8a\xb0\x4c\xdb\x86\xa9\xab\ \xad\x49\x0c\x24\x0b\x04\x42\x08\x60\x66\xd0\x68\x6b\xac\x6f\x6a\ \x68\x6c\x8c\x18\x42\x56\x50\x42\xde\x98\xb1\xfd\xb3\x53\x52\x93\ \xda\x6a\x9b\x12\x7a\xf7\xeb\xdb\x2b\xb9\xfe\xc8\xe1\xba\x30\x2e\ \x18\x36\x7a\xec\xc0\xac\x86\xd2\x83\x47\x2b\x9b\xd4\xf8\xb4\xdc\ \xac\x24\x61\x52\x6f\x20\x3b\x2b\x29\x8e\x5b\x06\xf1\xa6\x66\x27\ \x29\xfb\xb7\x6f\x3f\x78\xac\x21\x7d\xf8\x25\xd3\x47\x17\x61\xcb\ \x70\xc7\xa7\xe4\x66\xf5\xea\x5b\x94\x1d\x2a\x3f\x74\xa4\x9e\x8f\ \xb9\xfc\xfa\x49\xfd\xd3\xa8\x11\xa1\xc4\x9b\x9b\x9b\xe3\xc1\xcc\ \x64\x24\x35\x27\x2f\xc1\x23\x31\xca\x64\x97\x4f\x2f\xdd\xb4\xb5\ \x46\x19\x35\x7a\x90\xdf\x83\xda\x83\x28\x6f\xc8\x88\x81\xbd\xfc\ \x15\xfb\xf7\xd6\x59\xfe\xcb\x6e\xb8\x61\x40\x8a\xc6\xb1\xe6\xf3\ \xb9\xd2\xfb\x0e\x29\xca\x4a\x8f\xd5\x48\x4a\x9f\x21\x43\x0a\x92\ \x19\x55\xf2\xfb\xf5\x95\xdb\x2a\x0e\x95\x56\xe9\xc8\xd7\xab\x57\ \xa6\x86\x99\x1a\x97\x9a\x9b\x11\xcf\x2c\x48\xcf\xef\x97\x2c\x07\ \x0f\x1d\x3e\xda\x4e\xd5\xfe\x63\x2f\x2a\x88\x35\xf7\xed\xde\xdf\ \xc2\xdc\x83\xc7\x8c\xc9\x4f\x52\x4b\xf7\x6d\xdb\x73\xb0\x4c\xcb\ \x19\x7a\xf9\xf4\x31\x59\xd9\xf9\xbd\x12\x71\xc9\xc1\xc3\xb5\x2d\ \x7a\x42\x56\x5e\x8e\xdf\xfa\xf4\x83\x85\xee\x81\xd3\xc7\xf5\x8a\ \x35\x2d\x76\xdc\x30\x75\x70\xfe\x01\x02\x01\xd2\x75\x63\xdd\xfa\ \xf5\x07\x0f\x1d\x3a\x70\xf0\x50\x28\x14\x0a\x24\x26\x02\x42\x92\ \x24\xd7\xd5\xd5\xb8\xdd\x1e\x4d\xd3\x6c\x0a\xc0\x18\xd7\xd7\xd5\ \xfb\x13\xfc\x84\x90\x4e\x87\xa2\xab\x67\x71\xc2\x1b\x23\x4e\x2d\ \xe6\x49\xc8\xe8\x9d\x11\x47\x19\xc9\xec\xd5\x2b\xe0\x06\xd3\x14\ \x81\xcc\x5e\x5e\xbd\x7a\xeb\xd6\x1d\x95\x41\xed\xa2\xcb\xae\x1d\ \x9a\x1d\xc8\x29\xea\xab\xb5\x57\x1c\x28\x2e\x8f\x80\xa7\x77\x5e\ \x8e\x0b\xa8\x1c\x9f\x96\x9b\x19\x10\x16\x0b\xe4\xe6\x90\x60\xd5\ \xe1\xf2\x96\xc4\xcc\x3e\x19\x09\x1a\x67\xdd\x7f\x58\xa7\xcd\x22\ \x49\x52\x5d\x5d\x9d\xa6\x2a\x2e\x97\xeb\x64\xda\xd2\x34\x7c\xb8\ \x58\x7b\xe8\xc7\x6c\xc2\x04\xf3\xc1\xef\x03\x63\x20\x44\x17\xfd\ \x05\x59\x46\xcd\xcd\xae\x2b\xaf\x42\x91\x48\x78\xc1\x7c\x91\x96\ \x76\xba\x5d\x12\xc4\xeb\xab\x7e\xf6\xaf\xb5\xaf\xbe\x70\xda\xbc\ \xa6\x50\x30\xf6\xa2\x8b\x73\x9e\xf8\x3b\x0b\xb6\x03\x00\x21\xd2\ \xae\x9d\xdb\xfa\x0d\x18\x04\x00\x9c\x31\xa2\xa8\xaa\x2c\x81\xb0\ \xe3\xba\xcc\xb2\x38\xc1\x2c\xa2\x5b\x88\x28\x2e\x8d\x18\x11\x5d\ \x10\xc5\xa5\x2a\x48\xd0\x48\x44\x17\x58\xd6\x54\x15\x63\x60\x96\ \x11\xd1\x2d\x49\x75\x49\x60\xe9\x86\x85\x25\x4d\x95\x85\x61\x70\ \xd5\xa5\x11\x0c\x9c\x9a\x11\xdd\xc4\xb2\xa6\x20\x1a\x31\x2c\x44\ \x64\x4d\x53\x09\x06\xcb\xd0\x0d\x93\x02\x96\x5d\x9a\x6c\xea\x11\ \x2a\xb0\xa6\x69\xdc\x8a\x58\x54\x00\x02\x22\xab\x91\xb2\xf5\xff\ \x78\x6d\xed\x65\xdf\x7b\x70\x58\x86\x57\x70\x2b\x12\x31\xb0\xa4\ \x6a\x9a\x82\x81\x1b\xba\x6e\x51\x0e\x08\x64\xd5\x2d\x09\x33\x62\ \x58\x92\xea\x96\x31\xd3\x23\xa6\x40\x00\x88\x68\x9a\x2a\x11\x2c\ \x98\x15\x89\x18\x48\x56\x15\xcc\x23\xba\x05\x08\x00\x90\xa2\x6a\ \x8a\x4c\x04\xa3\xba\x6e\x60\x45\x53\x65\x02\x00\xcc\xd4\x75\x8b\ \x2b\x9a\x4b\x26\x48\x30\xaa\xeb\x3a\xe5\x20\x2b\x9a\xaa\x48\x08\ \x04\x07\x5e\xb9\xe9\xe3\x7f\x2f\xaa\xbe\xf3\x87\xf7\x66\xa8\x8e\ \xb1\xd0\x53\xb0\x6e\xed\xba\xf9\x0b\x16\xfa\xfd\xf1\x37\xdd\x74\ \x53\x6e\x6e\x8e\xe0\xe0\xf6\xb8\xf7\xee\xde\x19\x48\x4a\x8e\x8b\ \x8b\xb7\x1d\x0a\x49\x92\x76\xef\xd9\x5b\x50\x50\xa0\x28\x4a\x27\ \x1d\x9c\x3e\xfe\x07\xb2\xaa\xc9\x98\x45\x74\xaa\xb9\x34\x66\x44\ \x4c\x06\xaa\xe6\x42\xcc\xa4\x48\x72\xa9\x0a\x00\xef\xe8\xb7\x92\ \xaa\x69\x32\x41\x82\xd3\x48\x58\x07\x59\x55\x89\xd0\x75\x53\x92\ \x65\x8b\x72\x97\x4b\x93\x30\x98\x46\xc4\x30\xf9\xe9\x17\x1f\x91\ \x7d\xab\x69\xda\xbe\x7d\xfb\xe3\x62\xbd\x7e\xbf\xff\x04\x27\x08\ \x63\x90\x24\xed\xe1\x9f\xca\xaf\xbd\x16\x9e\x3f\x8f\x4d\x9c\x08\ \x91\x08\x9c\xa4\xcb\x22\xdc\x6e\x79\xc1\x02\xd7\x0d\x37\x9a\xf7\ \xdf\x6f\xfc\xf9\x29\xe0\xbc\xdb\x05\x4b\xac\xa8\xed\x9b\xd7\x87\ \xb6\x6f\x45\xa7\xb5\x17\x4c\x2d\xb7\x57\xdc\x94\xe9\xdc\x34\x01\ \x80\x48\xd2\xce\x6d\x5b\x0a\xfa\xf6\x57\x64\x99\x31\xc6\x05\x87\ \x8e\x84\xe8\x8e\x95\x9e\x6f\x26\x8f\x47\x00\x92\x09\xab\x38\x52\ \x26\x25\xa4\x05\xbc\xea\x37\x9b\x9a\x8d\x30\x6a\xaf\x29\x6b\x42\ \xb1\x39\x29\xf1\x8c\x52\x84\x9c\xdc\xa6\x6f\x3e\xb5\x09\x63\x2c\ \xc9\xd2\xb6\xad\xdb\x02\x49\x81\xec\xac\x6c\xd3\x32\x11\xc2\x2e\ \x97\x6b\xd7\x8e\xed\x69\xe9\xe9\x5d\x79\x61\xd7\xee\x3d\xbd\x7b\ \xf7\xf6\x78\x3c\x9d\x7e\xc4\xb9\xe8\x4e\x08\x21\x5d\xd7\x2b\x2a\ \x2a\xfa\xf6\xed\x6b\x9a\xe6\x17\x7f\x44\x27\x29\x00\x80\xcb\xe5\ \xda\xb9\x73\x67\x20\x31\xd1\xef\x8f\x3f\xce\x0b\x08\x81\xa6\x49\ \x73\xe7\xba\x6e\xbf\xc3\x7c\xf0\xfb\xc6\x13\x4f\x80\x69\x46\x77\ \x7c\x9c\xa0\xd7\x84\x10\x60\xac\xfe\xf6\x77\xca\x33\xcf\xe8\xcf\ \xfd\xcb\xbc\xe7\x1e\x14\x89\x74\x93\xe6\x24\x04\x56\x35\xa4\x7e\ \xe1\xbe\x29\xcb\xe2\x91\xb0\xbd\x16\x4a\x08\x39\x7a\xa4\xc4\x30\ \xcd\x82\xc2\x22\x49\x92\xa2\x6b\x3d\xd1\x0d\x27\xd1\xd5\xcb\x6f\ \xaa\xf8\xb5\x00\x24\xc9\x92\x60\x94\xf7\x80\x3c\x56\x44\x24\x02\ \x82\x3a\x7a\x76\x3d\x23\xb2\x60\xf7\x4a\x84\x40\x96\x15\x2e\xb8\ \x2d\x5f\x28\x84\xa8\xaf\xad\x2d\xaf\x28\xeb\xd7\x6f\x80\x24\x49\ \xf6\xc8\x24\x84\x54\x54\x54\xb4\x07\x43\x45\x45\x45\xdd\x6f\x40\ \xf8\x9a\x40\x08\xa9\xab\xab\x9b\x32\x65\xca\x93\x4f\x3e\x79\xd9\ \x65\x97\x59\x67\xbc\x6e\x58\x5f\x5f\x5f\x5a\x5a\x5a\x54\x58\x70\ \x7c\xdf\x94\x10\x10\x13\x83\x77\xed\x72\x5f\x7d\x0d\x4f\x4b\x8b\ \xcc\x7c\x57\x24\x27\x77\x46\x0f\x4e\xd1\x7d\x95\x65\x08\x87\x5d\ \x77\xde\x25\x2d\xfd\x3c\xf2\xfe\x4c\x7a\xd5\x55\xd0\xde\xfe\x9f\ \x0f\x5a\x21\xc4\xe1\x83\x07\x4c\x53\x57\x55\x97\x6d\x69\x9f\x79\ \x72\x98\x03\x07\xdf\xe8\x92\x84\xe8\xbc\x83\x00\x51\x4a\x0d\xd3\ \xe8\xd5\xab\x4f\x5c\x7c\x3c\xeb\xc2\xe0\x08\xa1\xe2\x92\x92\x70\ \x28\xac\xb9\x5c\xe7\xce\xd6\xc3\x18\xd7\xd6\xd6\xfe\xec\x67\x3f\ \xcb\xc9\xc9\xb9\xfe\xfa\xeb\x87\x0f\x1f\xae\x9f\x81\xa8\x1a\xa5\ \xcc\x34\xf5\x9c\xec\xec\xf8\xae\x6d\x76\xb9\x50\x45\x85\xeb\x9a\ \x6b\x71\x4d\x4d\x78\xde\x3c\x3e\x64\xb0\xed\x41\x9c\x86\x17\x00\ \x40\x55\x51\x6d\xad\xeb\xf6\x3b\xf0\xae\x5d\xfa\x6b\xaf\xd1\x2b\ \x2e\x87\x48\xe4\x3f\xcc\x80\xb4\xaf\x54\x6b\x4b\x8b\x69\x1a\xdf\ \x94\xd7\xe0\xc0\xc1\xd7\x31\x32\x91\x2f\x36\x56\x55\x35\x76\xa2\ \x59\x87\x10\x42\x08\xb5\xb6\xb6\x1a\xc6\x39\xec\xe1\x84\xe0\xa3\ \x47\x8f\xbe\xf3\xee\xcc\x07\x1f\x7c\xf0\xfe\xfb\xef\xff\x9f\x9f\ \xfd\x74\xfc\xf8\x09\xba\xae\xdb\x19\x83\xa7\x9b\x94\x11\xc2\x3e\ \x9f\x57\xd3\xba\xb4\xd9\xed\x46\x47\x8f\xba\xee\xbe\x07\xef\xdd\ \x17\x99\xf9\x0e\x9b\x3a\x15\x42\x27\xec\xb6\xe8\xae\xde\x94\x61\ \x88\x94\x94\xc8\x2b\x2f\xbb\xee\xba\xdb\x75\xcb\x2d\x91\x7f\x3d\ \x4b\x6f\xb9\x05\x38\xff\x4f\x92\x9d\x6c\xd3\x25\xce\xef\x77\x28\ \xc1\xc1\xb7\x1d\xf6\x62\xe4\xa9\x3d\x5c\x08\x11\x1b\x1b\x7b\x4e\ \x03\x43\x84\x90\x50\x28\x14\x0e\x87\x07\x0d\x1a\xf4\xf4\xd3\x4f\ \x3f\xf6\xd8\x63\x19\x99\x99\xa3\x46\x8c\x30\xbe\x2c\xd6\x70\xbc\ \xcd\x18\x83\xaa\xe2\x1d\x3b\x5c\x77\xdd\x8d\xaa\xab\x23\x6f\xbe\ \xd1\x55\xee\xf5\x0b\x79\x01\x00\x74\x5d\x64\x66\x86\xdf\x7d\xdb\ \xf5\xfd\x1f\xb8\xbe\xf3\x5d\xa3\xa4\xc4\xfc\xe1\x0f\xa3\x65\x70\ \xff\x93\x0b\xea\x78\xce\x0e\xfe\xdb\x29\xe3\x3c\x7c\x84\xfd\x29\ \x13\x26\x4c\xf8\x9f\xff\xf9\x9f\x47\x7f\xfb\xdb\xff\xfb\xc3\x1f\ \x06\x0f\x1e\x7c\x26\x0e\x05\x48\x12\x10\x22\xcd\x99\xab\xfd\xec\ \x67\x80\x50\x64\xd6\xfb\xec\x82\x0b\xa0\xbb\x18\xe2\xe9\xb7\x15\ \x1b\x06\xa4\xa4\x46\x5e\x7f\xcd\xbc\xf7\x3e\xf5\x4f\x4f\xb8\xee\ \xb9\x07\x1f\x3e\x0c\x6e\x17\x48\xc4\xf9\xf9\x1d\x38\xf8\xc6\xd9\ \x47\x08\x31\x6d\xda\xb4\x1f\xfd\xf0\x47\xbf\xf9\xcd\xa3\x7b\xf6\ \xec\x55\x55\xf5\x8b\x3d\x79\x70\xbb\x51\x28\xa4\x3c\xfe\xb8\x76\ \xf7\xdd\x3c\x33\x23\xfc\xd1\x87\x6c\xf2\xe4\xd3\x15\xbc\xff\x42\ \xb9\x81\x48\x04\x62\x62\x8c\x27\x9f\xd0\xff\xfe\x77\xb2\x6e\x83\ \xfb\xb2\xcb\xe4\xb7\xde\x01\x2e\x40\x51\x9c\xdf\xc6\x81\x83\x6f\ \x0a\x82\x73\x4a\x29\xa5\x14\x00\xae\xb8\xe2\x8a\x9f\xfd\xfc\xe7\ \x4f\x3f\xfd\xf4\xd1\xa3\x47\x94\xd3\x2d\x85\x48\x12\xa8\x2a\xd9\ \xb0\x41\xbb\xed\x76\xf5\xa9\x3f\xd3\xdb\x6f\x8f\xcc\x9c\xc9\x07\ \x0e\x84\x60\xf0\x74\x4b\x0a\xf8\x4b\x38\xc6\x34\x41\x22\xd6\xf7\ \xbe\x1b\xfe\xf8\x23\x9e\x9e\xa1\xdd\x7b\xaf\xf6\x9d\xef\xe2\x03\ \x87\x20\x26\x06\xce\xe5\x7a\x8c\x03\x07\x0e\x4e\x33\x28\x11\x17\ \xc2\xb2\x2c\x59\x96\x4d\xd3\xfc\xd3\x9f\xfe\xb4\x7a\xd5\xaa\x4d\ \x9b\x37\xdf\x7b\xff\x77\xaa\x6b\x6b\x4f\x16\x16\x22\x04\xdc\x6e\ \xd4\xde\x2e\xff\xe5\x2f\xae\xab\xae\xc6\xfb\xf6\xe9\xcf\x3e\xab\ \xff\xed\xaf\x22\x25\xa5\xeb\xea\x43\x37\x4c\xf2\xe5\x0d\x61\x0c\ \x22\x11\x3e\x66\x54\x64\xf6\x07\xf2\x0b\x2f\xa8\xcf\x3c\x23\xad\ \x58\x61\x3c\xfc\x13\x7a\xf3\xcd\x3c\x29\x09\x19\x06\x38\xa2\x63\ \x0e\x1c\x9c\x67\x93\x41\x88\x57\x5f\x7d\x75\xdc\xb8\x71\xfb\xf7\ \xed\x6b\x68\x68\x78\xe8\x47\x3f\x22\x04\x87\x43\x21\x91\x90\x70\ \xfc\x24\x55\x05\xcb\x92\x16\x2c\x50\x9e\x7a\x8a\x6c\xdd\x46\xaf\ \xbc\xc2\x78\xe4\x11\xde\x7f\x00\x18\x3a\x98\x5f\xa2\x16\xd5\xb1\ \x3f\xe2\x4b\x41\x29\x78\x3c\x74\xe2\x44\x36\x69\x12\x3e\x7c\x58\ \x79\xee\x79\x69\xd5\x2a\x11\x17\xc7\xf3\xf2\x84\xdb\x8d\x38\x07\ \xa7\xd4\xac\x03\x07\xe7\x18\x18\xe3\xd6\xd6\xd6\xe5\x2b\x56\xd4\ \xd4\xd4\x3c\xfa\xe8\xa3\x29\x29\x29\xd7\x5c\x7b\xed\xae\x5d\xbb\ \x7e\xfa\xf0\x4f\x46\x8c\x18\x11\x13\x13\x13\x35\xf3\x35\x0d\x14\ \x05\x6f\xd9\xa2\x3d\xf2\x88\xfa\xfb\x3f\x80\xdb\xa3\x3f\xf1\x27\ \xf3\x97\xbf\x14\x69\x69\x60\xe8\x67\x32\x54\xbf\x8a\x9c\xa1\x65\ \x21\xc3\x60\xa3\x46\x45\xde\x7e\x5b\x7f\xed\x55\x30\x2d\xd7\xad\ \xb7\xb9\x6e\xbc\x51\x5a\xb4\x18\x38\x07\x8f\x07\x9c\xd4\x5d\x07\ \x0e\xce\x31\x5c\x2e\xd7\xf2\xe5\xcb\x56\xac\x58\xfe\xe6\x1b\x6f\ \xac\x5e\xbd\x3a\x27\x27\xc7\xe3\x71\xaf\x5a\xbd\xda\xde\x4c\x0d\ \xaa\x0a\xaa\x82\xf7\xed\x53\x7f\xfc\x63\xcf\xc5\xd3\xc8\xd2\xcf\ \x8d\x9f\xfd\x2c\x3c\x7f\x3e\xbd\xed\x36\x20\xe4\x74\x51\xc6\xb3\ \xf2\x23\x4e\x34\x5f\x20\x12\x01\x55\xb5\x6e\xbf\x9d\x4e\x99\x22\ \xbf\x3b\x53\x79\xe1\x05\xf7\x95\x57\xd2\xe9\xd3\xac\xef\x7f\x9f\ \x4e\x9c\x08\x6e\x37\x58\xd6\xd7\x2e\xeb\xe2\xc0\x81\x03\xe8\xd8\ \xb2\x71\xf5\x55\x57\xdf\x75\xd7\x5d\xa3\xc7\x8c\xae\xaa\xae\xfa\ \xd1\x43\x0f\xb5\xb5\xb4\x34\x34\xb7\x70\x55\x15\x42\xe0\x5d\xbb\ \xe4\x57\x5f\x93\x67\xce\x44\xa1\x90\x75\xdb\x6d\xe6\x83\x0f\xb2\ \x7e\x7d\x11\xe7\xa7\x66\x28\x7c\x49\x14\xa3\x9b\x7c\xc7\x33\x84\ \xa2\x80\x24\xa1\x63\xc7\xe4\x77\xdf\x55\x5e\x7c\x09\x55\x56\xd2\ \xa9\x53\xad\xbb\xef\x66\x93\x26\xf2\x84\x04\x64\x59\xe0\x94\x9c\ \x73\xe0\xe0\xeb\x06\x63\x4c\xd7\x75\xb7\xdb\x2d\x11\x62\x98\xe6\ \x9b\x6f\xbf\x63\x62\x7c\xcd\xc5\x17\xa7\xd7\xd5\x4a\x6f\xbd\x2d\ \xcd\x9c\x09\x42\xd0\x6b\xaf\x35\xbf\xfb\x5d\x3e\x6c\x28\x20\x74\ \x76\x39\x47\xff\x01\x2f\xd8\x9e\x8c\x44\x84\xaa\xe1\xa3\x47\xe5\ \x59\xb3\xe4\x37\xde\xc4\x07\x0f\xf2\xa1\x43\xcd\x5b\x6f\xa5\x57\ \x5e\x21\x72\x72\x40\x08\x70\x08\xc2\x81\x83\xaf\x3b\xca\x20\x10\ \xe2\x92\x84\x65\x99\xb4\xb6\xc2\xe7\xcb\x94\xb7\xde\x24\x9f\x2f\ \x13\x92\x44\xaf\xbf\xce\xbc\xf7\x5e\x3e\x78\x30\x60\x0c\xa6\x79\ \xd6\x6b\x02\xff\x19\x2f\x74\x42\x55\x81\x10\x54\x55\x2d\x2d\x5c\ \x28\xbf\xf9\x16\xd9\xb1\x5d\xf8\xfd\x74\xc6\xb5\xd6\xf5\xd7\xb3\ \x7e\xfd\x44\x6c\x2c\x32\x0c\x5b\xef\xc1\xf9\x51\x1d\x38\xf8\x0f\ \x59\x01\x34\x0d\x2c\x0b\x1f\x39\x22\x7d\xfa\xa9\xfc\xde\xfb\x78\ \xe7\x4e\x91\x99\x69\xde\x78\x23\xbd\xf1\x06\x5e\x54\x04\x18\x9f\ \x79\x1c\xe1\x1c\xf3\x82\x6d\x3b\x10\x22\x54\x15\x37\x35\x91\x0d\ \x1b\xa4\x77\xde\x91\x16\x2c\x04\x21\xd8\x88\x11\xf4\xa6\x1b\xe9\ \x85\x17\x8a\xec\x6c\x90\x08\x58\x14\x2c\xcb\x21\x08\x07\x0e\xbe\ \x1a\x24\x49\xc8\x32\x02\x40\xcd\xcd\x64\xed\x3a\x69\xf6\x1c\xe9\ \xf3\xa5\xa8\xb6\x96\x5e\x30\x81\xde\x78\x13\x9d\x3e\x8d\x67\x66\ \x22\xc6\xbe\xae\xc1\x75\x5a\x5e\x40\x08\x21\x04\xa2\x43\x12\xce\ \x7e\xd8\xad\x48\x01\x42\x18\x63\xc4\x3b\xd5\x8b\x25\x09\x14\x05\ \xa8\x85\x0f\x1c\x94\xe6\xcd\x93\x67\xcf\x41\x87\x0e\x42\xbc\x9f\ \x5d\x7a\x69\xe4\xb2\xcb\xc5\xf0\xa1\x28\x2d\x0d\x84\x00\xc3\x88\ \xea\x71\x23\x44\x30\xe6\x9c\x39\x5c\xe1\xc0\xc1\xc9\x73\x2d\x00\ \xc8\xb2\x50\x55\xd4\xd8\x88\x0f\x17\xcb\xf3\x3e\x96\x16\x7e\x82\ \xf7\xed\x13\xc9\x49\xd6\xe5\x97\xd3\x6b\xae\x61\x63\xc6\x80\xdb\ \x0d\x8c\x7d\x69\x4a\xc2\xd7\xc3\x0b\x9c\x53\xc6\x91\xa2\xca\x82\ \x31\x40\x04\x73\xcb\x60\x10\x2d\x92\x74\xd2\x99\x66\xa4\x25\x18\ \xf1\xc4\x26\x68\x52\x97\x3d\x5d\x18\xdb\x0c\x87\xeb\xea\xc8\xa6\ \x4d\x64\xee\x6c\x98\xf3\x3e\x0e\x51\x94\x97\xc7\x2e\xb9\x84\x4d\ \x9f\xc6\x46\x8c\x10\x3e\x1f\x10\xc2\x43\xad\x2d\x8d\x2d\xae\xd8\ \x04\xb7\x8c\x1c\x6a\x70\xe0\x20\x3a\xb9\xca\xb2\x00\x40\xa6\x89\ \xf7\xee\x95\x56\xac\x90\xe6\x7e\x88\xf7\xee\x45\x86\x41\x2f\xba\ \x90\x5e\x75\x15\x9b\x3c\x99\xe7\xe6\x02\x40\x54\x61\xe9\xeb\x1e\ \x39\xdd\xf1\x02\x22\x2e\xd4\x3e\xe7\xa5\xc7\xdf\x58\x0f\x0f\x3c\ \xf2\xe8\xf4\xc2\x58\x10\xed\x73\xff\xfe\xf8\x5b\x5b\x95\x5f\xfe\ \xfe\xe7\xc3\xb3\xbd\x1c\x24\x4d\x91\x11\x70\xcb\xa2\x18\x85\x3f\ \x7e\xf6\xcf\x73\x0e\x49\xbf\xf9\xeb\x1f\x8a\xb4\x70\x30\xc4\x54\ \xb7\x4b\xc2\x48\x70\x66\x1a\x86\xc5\x38\x52\x35\x55\x55\x65\x08\ \x7f\xfa\xbb\xbb\x77\x2d\xc3\x3f\x8c\xd3\xdd\xdb\xb7\x42\x4b\x33\ \xe4\xe5\xb1\xc9\x93\xe0\xca\x69\xab\x77\xaf\x7b\x66\x73\xdb\xc3\ \x7f\xff\xdb\x05\x71\x66\xb0\xdd\x54\x34\x55\x26\x58\x08\x6e\x19\ \xba\x49\x9d\x4c\x4a\x07\xff\x3f\x59\x07\x08\x81\x2c\x0b\x45\x41\ \x0d\x8d\xf8\xe8\x11\xe9\xf3\xcf\xc9\x92\xa5\x64\xed\x5a\x50\x14\ \x5e\x58\x48\xaf\xbe\x8a\x5e\x7c\x31\xef\xdb\x57\xa8\x0a\x62\xbc\ \x53\x73\xed\x9c\xf0\x52\xb7\x1e\x04\x33\xf4\x96\xca\xba\xa6\x8a\ \xa6\x4f\x17\xaf\x1c\x3f\xe0\x26\xb6\x6b\xf1\xa2\x75\xfb\x5a\xdb\ \x53\x1a\xda\x23\x8a\xea\x3f\xba\x65\xd9\x9c\x4f\x56\xb5\x40\xc2\ \xc4\x2b\x66\x5c\x3c\xc4\xcf\x18\x6b\x3e\x76\xf0\xd9\xdf\x3e\xd2\ \x77\xe0\xa4\x9b\x2e\xcf\x9d\xf3\xcf\xf7\x0f\xd4\x06\xdd\x81\x3e\ \xd3\xaf\xb8\x74\x40\x76\x82\xd1\x70\x78\xd6\x47\x0b\x0e\x56\xb5\ \xd7\x55\x84\x2b\x87\x5c\x79\xfb\x53\xb7\xed\x7a\xee\xff\xd6\xbf\ \x32\xa7\xff\xd1\xf2\x91\xbb\xfe\x15\xfb\xfc\xf3\xc3\xdc\xda\xf7\ \x62\x53\xaa\x7e\x1a\x7e\x6b\xd8\x45\xd3\x6e\x1f\xb7\xe8\xbd\x8f\ \xb7\x94\xd4\xa9\x9e\xe4\x8b\xa6\x5d\x32\xac\x77\xa2\x70\x8a\xab\ \x38\xf8\xef\x06\x21\x20\xcb\x82\x10\x64\x99\xd0\xd6\x4e\xb6\x6e\ \x93\xd6\xae\x25\x9f\x7e\x8a\x8b\x8b\x51\x28\xc4\x46\x8e\x34\x7f\ \xf9\x0b\x3a\xf5\x62\x5e\x54\x28\xe2\xe3\x91\x69\x02\xa5\x28\x1c\ \x39\xe7\xf6\x4a\x77\xbc\x05\xd4\x32\x82\x2d\x46\x42\x76\x72\xd9\ \xa6\x35\xbb\x0e\x8d\x6a\x5b\xb5\xa2\x5e\x4e\x8f\x57\x22\x4d\x96\ \x68\xde\xb7\xec\x2f\xcf\xbc\x84\x72\x87\xa7\x98\xc5\xff\x7a\xe2\ \xef\x71\x4f\xff\x4c\x51\x64\x44\xb0\xac\xaa\x9a\x2a\x63\x4c\x00\ \x2b\x31\x1e\xf9\xe8\xa6\xd9\x7f\x6d\x50\xfe\xf5\xc8\xc5\xf3\x5f\ \xfe\xe7\xfb\x9b\x9b\xfb\x0d\xec\x45\x0d\xae\x5a\x3a\xe2\x80\x0b\ \x8a\x8c\xfb\xee\x5b\x5b\x57\xfc\xf6\xd6\x96\x87\xc6\x0f\xcb\x5b\ \x35\x7b\xd8\xea\x9d\x9e\x57\x5f\x6c\x7a\xf5\xad\xb8\xc5\xe3\xd5\ \xfa\x46\x2d\x25\xb3\x1a\x82\x7f\xa8\xa0\x7f\x7f\xfc\x81\x1c\x97\ \x45\x4d\x7a\x2e\x2c\x25\x07\x0e\xbe\x49\xbb\xc0\x36\x0d\x24\x09\ \xb5\xb7\xe3\x23\x47\xf0\xce\x9d\xd2\xb2\x65\x64\xdd\x3a\x7c\xb8\ \x58\xc4\xc7\x8b\xa2\x42\xf3\x97\xbf\x60\x13\x27\xb2\x7e\xfd\xc1\ \xa5\x09\x8c\x91\x61\xa0\x60\xf0\xfc\xf9\x31\xdd\xda\x0b\xd4\x8a\ \x34\xb7\x5b\x79\x13\x2e\x4b\x3d\xb0\xf0\xcd\xd7\xde\x54\xca\x9b\ \x2e\xbc\x6a\xda\xa1\x0f\xde\x6f\x33\x83\x3b\x37\x6d\x2b\x6d\x30\ \xfb\x17\x29\x12\x52\x69\xf3\xa1\x1d\x15\x4d\x49\x94\x6a\x49\x79\ \xdf\x7d\xe4\xb7\x45\x2e\xb3\xa5\xf2\x80\xea\x92\x50\xbb\xe2\xf6\ \x68\xb5\xb5\xb5\x75\x47\xf7\x6f\xdd\x5f\x5a\x30\xe5\xe7\x7f\xfe\ \xf1\xb8\x0f\xfe\x78\xcf\x1b\xa5\x02\xcc\xb0\x00\x0e\xe1\x08\xe7\ \x50\xcd\xe8\xe1\x6b\xaf\x6d\x2d\xc4\x6f\xc8\xbd\x7e\x7c\xeb\x8d\ \x83\xb7\x2c\x65\x4b\x96\x5c\x71\xe8\xf0\x15\xf1\xe5\x61\x85\x7f\ \xba\xb3\x55\x2d\x70\xc3\xd4\xf1\x90\x9c\x02\x9a\x26\x24\x09\xd9\ \x99\x94\xce\x36\x2d\x07\xdf\x52\x3a\x90\x65\x21\xcb\x20\x04\x32\ \x0c\x68\x69\x21\xdb\xb7\x4b\x1b\x37\x91\x15\x2b\xf0\xe1\xc3\xa8\ \xae\x4e\x64\x64\xd0\xb1\xe3\xcc\x87\x7f\xca\x46\x8e\xe0\xb9\xb9\ \xc2\xe7\x43\x86\x01\x94\x82\x61\x9c\xff\xc0\x5b\xf7\x79\xd0\x94\ \xea\x2d\x21\x16\xc8\xce\xbf\x28\xbd\x69\xf9\x93\x6f\xbb\xc7\xdc\ \xf1\xe0\xd0\x82\x8a\x0f\xf5\xf6\xa0\xc1\x39\xe7\x1c\x7b\x03\x19\ \x23\x7a\x0d\x18\x3a\x16\xb2\x73\xfc\x7b\x56\x33\xcb\xb4\x74\x13\ \xc0\x23\x36\x7d\xf8\xd6\xab\x4b\x2a\x6e\x7d\xf0\xc1\x0c\xe5\x58\ \xc9\x5e\x0e\x08\x21\x04\x96\x19\x01\x10\x18\x03\x51\x94\xf6\x83\ \x6b\xff\xfd\xfc\x6b\xde\x89\x0f\x5c\x73\x41\x60\xef\xe6\x45\x10\ \x8e\x80\x6e\x56\x69\xae\x86\x4b\xaf\x84\x5b\xaf\xdc\xf2\xf6\x93\ \xb3\x5e\x5a\x7a\xeb\xe8\x49\x83\x37\xcd\x1a\xbf\xf1\x40\xe0\x47\ \xdf\x43\x9a\xca\x47\x8c\x60\x43\x87\xd2\x89\x13\x45\xaf\x5c\x9e\ \x95\x65\xd7\xbf\x01\x4a\xa3\x09\x11\x8e\x1d\xe1\xa0\x27\xdb\x05\ \x18\x83\x44\x84\x24\x23\x4a\x51\x79\x39\x29\x2f\xc7\x1b\x36\x4a\ \x1b\xd6\x93\x2d\x5b\x51\x65\xa5\x48\x4a\xe2\xb9\x39\xe6\x9d\x77\ \xb2\xb1\x63\xf9\xf0\x61\xc2\xef\x17\xb2\x8c\x84\x00\xd3\x44\xed\ \xed\xdf\x60\xdb\xbb\xb3\x17\x00\x59\x66\xb0\xae\x29\xe2\xa7\x52\ \xff\xb1\x93\x2e\xbc\xb0\x3c\xe9\x82\x49\x99\x71\x26\x8d\xb4\x57\ \xd7\x58\x03\x47\x0d\xcb\xfe\x6c\xf3\xfe\xcd\xeb\x58\xa5\xcb\x70\ \xf7\xff\xfe\xb8\x09\x7d\x7a\xa5\xa2\x65\x9f\x3d\xf3\xc8\xc3\x43\ \x47\x8d\xeb\x1d\x13\xe7\x62\x07\x0f\x6d\xdf\xc4\xcb\xea\x2d\x23\ \x4b\x4d\x2b\x9c\x30\xac\xe0\xb5\xe5\xaf\xfc\xa8\x7e\x65\x4b\x71\ \x2d\x4e\x07\xac\x68\x2e\x17\x69\x38\xb6\x7b\x8b\xd1\xde\x62\x98\ \x16\x97\xb3\x32\xd3\xfc\x91\xcf\x5e\xf9\xc5\x43\x5b\x06\x8f\x1c\ \x9a\xec\x3d\xe2\x55\x5e\x89\x8f\x4b\x1c\x5a\xb4\x5b\x1e\xf1\xfb\ \xbb\xae\x2c\xdc\xbf\x51\x6c\xd8\x24\xbf\xf8\xa2\xf2\xec\xb3\xc2\ \xef\x17\x59\x59\x74\xfc\x78\x36\x78\x30\x1b\x3a\x44\xa4\xa5\x81\ \xa6\x09\x55\x05\xce\xa3\x4c\xe1\x98\x12\x0e\xbe\x71\x2e\x38\x1e\ \x2f\xb0\xc0\x30\x50\x53\x13\xde\xb9\x8b\xec\xdc\x41\xd6\xae\x23\ \xfb\xf6\xa1\xe6\x66\x08\x85\xd8\xe0\xc1\xd6\x65\x97\xb2\x09\x13\ \xf8\x80\x01\x3c\x23\x43\xc4\xc7\x23\x4a\xed\xcc\x60\xd4\x33\xf6\ \x16\x75\xb3\x1e\x81\x89\x14\x6e\xd8\x3f\xf3\xcd\xcf\xb2\xa6\xcd\ \x98\x36\x30\x8b\x59\x16\x26\x32\x6b\x2d\x9f\x3f\xf3\xbd\x50\xfe\ \x95\x77\x4c\x2b\xac\xdc\xb5\x7a\xe1\x92\x75\xb5\x41\xcb\x97\x39\ \xe4\x86\x19\x17\xa7\x4a\x4d\x4b\x17\x2c\xd8\xb0\xb7\x22\xa9\xef\ \x84\xeb\xa6\xf7\xdb\xfa\xc9\xbc\x6d\x47\xea\x91\xea\x4e\xef\x33\ \xe2\xb2\xe9\x63\xbd\x56\xed\x8a\x4f\x17\x6e\x3e\x54\x83\x35\x5f\ \xaf\x81\x13\x2e\xbf\xb0\xa8\x74\xe3\xd2\xcf\xd6\xec\x0c\x0b\x39\ \xc6\x9f\x39\xf9\xd2\x4b\xfa\x27\xc3\xda\x45\x0b\x56\x6e\x2d\xf6\ \x64\x0f\xbb\xe9\xda\xb1\x87\x97\x2f\x58\xbb\xa7\x42\xa8\xae\xb8\ \x9c\x21\x57\x5c\x75\x61\x92\x06\xdc\xb4\x50\x75\x0d\xd9\xba\x05\ \xef\xd8\x29\xad\x5a\x85\xca\xca\x71\x75\x15\x10\xc2\x06\xf4\xe7\ \xfd\xfa\xb3\x11\x23\x78\xbf\xbe\x3c\x3d\x43\x64\xa4\x09\xcd\x85\ \x6c\x3b\xa2\xd3\x94\x70\xac\x09\x07\xe7\x21\x52\x80\x31\x10\x22\ \x24\x09\x71\x0e\xb5\xb5\xb8\xa2\x12\x17\x17\x93\x4d\x9b\xf0\xee\ \xdd\x64\xf7\x2e\xd4\xd0\x28\x92\x93\x44\x72\x0a\x1b\x35\x8a\x8d\ \x1c\xc1\x86\x0c\xe1\xf9\xf9\xb6\x4f\x11\xcd\x44\xea\x79\xba\xa7\ \xdd\xe7\x2f\x20\x2c\xb9\xdd\x1a\x33\x22\xba\xc5\x10\x42\x42\x08\ \x40\xc4\xe5\x76\x21\xaa\x87\x75\x4a\x14\x55\x55\x64\x8c\x40\x30\ \x2b\xa2\x1b\x1c\xb0\xaa\x69\xb2\x84\xb9\x65\xea\x06\x95\x35\x4d\ \x26\x18\x20\x5a\x1b\x4e\x20\xa2\x6a\xaa\x4c\x30\x80\x60\x96\x19\ \x31\x2c\x29\x5a\x79\x0d\x84\x60\x46\x44\xa7\x1c\x14\xcd\xa5\x48\ \x58\x30\x2b\xa2\x5b\x92\xaa\x29\x12\x06\xe8\x78\x73\x11\xad\x76\ \x13\x5d\xbf\x69\x6d\x43\x35\x35\xf8\xd8\x31\xb2\x79\x33\xd9\xbe\ \x9d\xec\xd8\x81\x8e\x1d\x13\x31\x31\xc2\xeb\x15\x39\x39\x6c\xf8\ \x70\xd6\xb7\x2f\x1f\x34\x90\x67\x65\x81\xcb\x05\x9a\x26\x64\x19\ \x18\x73\xac\x09\x07\x5f\x27\x17\x48\x12\x48\x92\x20\x04\x04\x47\ \x11\x1d\x74\x1d\xd5\x37\x90\xbd\x7b\xf0\x9e\xbd\x64\xc7\x0e\xbc\ \x67\x0f\x6a\x6b\x43\x2d\x2d\x22\xd6\xc7\x87\x0e\x65\x03\x06\xb2\ \x51\xa3\x78\x41\xbe\x48\x4e\xe1\x81\x44\x10\x1c\x99\x1d\x3b\x86\ \x7a\xf0\xa4\xf5\xf5\xe5\x41\x9f\x1f\x10\xd2\xf1\x93\x08\x44\x29\ \x0a\x87\xd1\xa1\x43\x64\xff\x7e\xbc\x63\x27\xd9\xb6\x0d\x57\x56\ \xa2\x9a\x1a\xd0\x75\x9e\x9b\xcb\x0b\xf2\x79\x41\x01\x1b\x3c\x44\ \x64\x67\x89\xf4\x74\x9e\x9a\x2a\x62\x62\x80\x31\x64\x17\xd7\xb3\ \x85\x64\x1c\x39\x19\x07\x67\x68\x0e\x60\x2c\x08\x06\x42\x90\x45\ \x51\x4d\x0d\xaa\xaa\xc2\x15\x15\x78\xcf\x1e\xbc\x67\x2f\x3e\x7c\ \x18\x1f\x3c\x88\x0c\x43\xa4\xa5\x89\xa4\x24\xd6\xbf\x3f\x1f\x3a\ \x84\xf5\xed\xcb\xfb\xf6\x15\x09\x09\x76\x77\x45\x8c\x81\x3d\x39\ \x7d\x5b\xbe\xfa\xb7\x8c\x17\x4e\xfd\xd9\x24\x49\xc8\x32\x20\x84\ \xda\xda\x50\x7d\x3d\xaa\xab\x23\xbb\x77\x93\x3d\x7b\xf0\xde\x7d\ \x78\xcf\x1e\xd4\xde\x2e\x3c\x1e\x70\xb9\x44\x52\x12\x1b\x38\x90\ \xe7\xe7\xf1\xfc\x02\x5e\x58\x20\x12\x13\x85\xaa\x82\xcb\x25\x54\ \xd5\xa6\x98\xa8\xf7\xe1\xd8\x14\x4e\x74\x40\x22\x82\x48\x80\x31\ \xa2\x16\xd8\xe6\x40\x7b\x3b\x2e\x2e\xc1\x07\x0f\x90\xc3\x87\xf1\ \xee\xdd\xe8\xd8\x31\x14\x8e\xa0\x50\x08\x00\x58\x41\x01\xef\xd7\ \x8f\xf7\xeb\xc7\x06\x0f\x12\x19\x19\x22\x31\x91\x27\x24\x00\xc6\ \x51\x9d\x01\xbb\x3b\x7d\x0b\xe7\x9e\x6f\x33\x2f\x9c\xc6\x94\x40\ \x00\xf6\x20\x47\x2d\x2d\xf8\xf0\x61\x5c\x5c\x8c\x0e\x1e\x22\xbb\ \x76\xe2\xca\x2a\x54\x5f\x8f\x6a\x6b\x01\x13\x9e\x9b\xc3\x73\x72\ \x45\x4e\x36\x2f\x2c\xe4\xbd\x7b\x89\xe4\x64\x9e\x9c\x2c\x52\x52\ \x84\xc7\x13\xb5\x29\x6c\x6b\xc2\xbe\xe3\x84\x2a\xfe\x2b\xad\x80\ \xae\xb6\x00\x42\x40\x08\xa2\x14\xd5\xd6\xa2\x9a\x5a\x5c\x57\x8b\ \xca\xcb\xf1\xfe\x03\xf8\xe8\x11\x54\x7a\x0c\x97\x94\xa0\x50\x48\ \xc4\xc5\x8a\xa4\x64\x11\x08\xb0\xfe\xfd\x78\xdf\xbe\xbc\x4f\x1f\ \x9e\x97\x27\x52\x53\xed\xa2\x0c\x02\xe3\xa8\x51\xf0\x5f\xb1\x6f\ \xf8\xbf\x88\x17\x4e\x67\x4d\x48\x12\x48\x12\x0a\x87\x51\x53\x13\ \x6a\x6e\x46\xb5\xb5\xf8\xc0\x01\x7c\xe8\x10\x3e\x5c\x8c\x0f\x1d\ \xc2\xd5\xd5\x42\x96\x41\xd3\x40\x91\x45\x5c\x3c\x2b\x2a\x14\x39\ \xb9\x3c\x27\x87\xe7\xe6\xf0\xdc\x5c\xf0\xf9\x84\xa2\x80\xa6\x0a\ \x55\x03\x59\x06\xce\x91\x6d\x53\x74\x86\x36\x1d\x7c\x2b\x26\x0c\ \x42\x80\x60\x81\x09\x10\x02\x9c\x21\xdd\x00\x5d\x47\x86\x01\xba\ \x8e\xcb\xcb\xf1\xd1\x52\x74\xf4\x28\x2e\x2d\xc5\x07\x0f\xa2\xaa\ \x2a\x64\x9a\x60\x18\x48\xd7\x85\xcf\xc7\xf3\xf3\x79\x5e\x1f\xde\ \xa7\x0f\x2f\x2a\xe2\x59\x59\x22\x2e\x5e\xf8\xe3\x85\xcf\x07\x00\ \xc8\x8e\x17\xda\x21\xc3\xff\xba\x9e\x70\xfe\x78\xe1\x9b\x2d\xdc\ \x2e\x30\x06\x42\xec\xb8\xf1\x71\x5b\xc0\x34\x71\x45\x25\x3e\x56\ \x8a\x8f\x1d\x43\xc7\xca\xc8\xbe\x7d\xa8\xb6\x16\x35\x36\xa2\xc6\ \x06\x68\x6e\x01\x8c\x79\x66\xa6\x48\x4d\x11\x69\x69\x3c\x2d\x4d\ \xf4\xee\xc3\x53\x53\x44\x42\xa2\x48\x4c\x14\x81\x04\x91\x90\x08\ \xaa\x7a\x3c\x42\x21\x04\xea\x0c\x58\x38\x26\xc6\x37\x35\xf9\x23\ \x24\x4e\x7a\xc8\x39\x6a\x6e\xc6\x0d\x0d\x50\xdf\x80\x9b\x1a\x51\ \x6d\x1d\x3e\x7a\x14\x95\x95\xa1\xea\x6a\x5c\x5d\x8d\x2b\x2a\x20\ \x14\x02\xb7\x5b\x24\x26\x8a\x84\x04\x91\x90\xc0\x0b\xf2\x79\x9f\ \x3e\x3c\x33\x53\x64\xe7\xf0\xac\x2c\xe1\xf3\x46\x9d\x0b\x84\xec\ \xf9\xc0\x8e\x4f\x89\xee\xfc\x4d\xd4\xb3\xf5\x4d\xc5\x57\xe9\x8d\ \xe7\x89\x17\x10\x42\xe1\x70\x28\xd8\x1e\x14\x3d\x64\xa8\xa0\x8e\ \x3f\x84\x80\x44\x80\x48\x20\x11\xd0\x0d\xd4\xd6\x8a\xda\xda\xa0\ \xbd\x1d\x37\x34\x2a\xc7\x8e\xa9\x95\x55\x4a\x75\x95\x5c\x59\xa5\ \x94\x57\xa0\x60\xbb\x9d\xb8\x0a\x84\x08\x89\xf0\xd8\x38\x2b\x3d\ \xcd\x4c\x4e\xa6\xc9\xc9\x56\x52\x80\x26\x25\x5b\xc9\x49\xdc\xeb\ \x03\x45\x01\x55\xb5\xe5\x37\x41\x51\x41\x92\x80\x73\xe0\x2c\xca\ \x44\xac\x4b\xd4\xd3\xc1\x99\xff\x58\x18\x77\x39\x6c\x7e\xc7\xc0\ \x05\x98\x06\x18\x26\x98\x06\x18\x06\x18\x26\x8a\x84\xa5\xba\x7a\ \xb9\xae\x4e\xae\xad\x95\xea\xea\xe4\xba\x5a\xa5\xb2\x9a\xd4\xd7\ \xdb\x0b\x52\xd1\x1c\x01\x49\xb6\x32\xd2\xcd\xb4\x34\x33\x2d\xcd\ \x4c\x4b\x35\xb3\xb2\x58\x6a\xaa\xf0\x79\x85\xd7\x27\x62\x7d\xe0\ \xf1\x80\x10\x40\x29\x50\x06\x8c\x76\x90\xfe\x09\xe3\x4b\x55\x54\ \x5f\x5c\x1c\xc6\xb8\x6b\x67\x46\x18\x45\xc2\x91\x60\x7b\x5b\xb7\ \x5a\x04\xdf\x38\x27\x28\x8a\x12\x1b\x1b\x8f\x09\x3e\xc3\x01\x78\ \x96\xbc\x80\xb0\x04\x58\x3a\x7d\xad\x7a\x04\x82\x09\x66\x75\x92\ \x42\x24\x1c\x6e\x6d\x6b\x49\x4b\xcb\xd4\x5c\xae\xae\x95\xc3\xa3\ \xad\xee\x21\x57\xaf\x4b\x4d\x8e\xae\xe5\x81\x11\x00\x50\x0a\xd5\ \xd5\x50\x59\x09\x55\x55\x50\x53\x83\xca\xcb\xe1\xe8\x51\xa8\xaf\ \x87\xe6\x66\xd1\xd4\x84\x9a\x9b\x45\x5b\x1b\x00\x40\x6c\x2c\x04\ \x02\x90\x98\x08\x81\x00\x24\x24\x40\x52\x12\x64\x64\x80\xdf\x2f\ \xe2\xe2\x20\x3e\x1e\x62\x63\xa3\xb7\x1e\xcf\x59\x73\xfe\xb7\xd5\ \x6a\xb5\xe7\xd2\xb3\x9e\x51\x4d\x13\x5a\x5b\xa0\xa5\x15\x5a\x5a\ \xa0\xa5\x05\x9a\x9b\x51\x73\x33\x54\x57\x43\x4d\x0d\x34\x34\x44\ \x8f\xfa\x7a\xa8\xab\x03\x00\xa4\x69\x22\x3e\x1e\xf9\xfd\x60\x1f\ \x59\x59\x22\x3b\x1b\x52\x53\x21\x2d\x2d\x7a\xc4\xc4\x9c\xf6\x0a\ \x76\x18\x02\xa8\x4b\xcf\xec\xda\x51\x39\xe7\x75\xb5\xd5\xa6\x61\ \x24\x06\x92\xba\x8c\x31\x64\x18\x91\xe6\xe6\xa6\xd4\xb4\x0c\xb7\ \xdb\xf3\x4d\xf5\x70\xd4\x5d\xef\xb5\xdb\x5c\x5f\x57\xab\x47\xc2\ \x81\xa4\xe4\x73\xc9\x0b\x08\xf3\x70\x23\x0b\xb7\x20\x8c\x4f\xd3\ \x7b\x39\x56\x3c\xc4\x9b\x02\x82\x03\x00\xc6\xb8\xaa\xb2\x22\x35\ \x2d\x3d\xc6\xeb\xb3\xcb\xfe\xda\x16\x57\xd7\x3b\xdf\x0e\x7b\xf5\ \x24\x58\x16\x04\x83\x10\x0a\xa1\x70\x18\xda\xda\xa0\xa2\x02\xaa\ \xaa\x6c\xe2\x80\xea\x6a\x54\x5d\x0d\xd5\xd5\xa0\xeb\x51\xff\xb6\ \xd3\x91\xc1\x18\x5c\x2e\x48\x49\x81\x84\x04\x91\x90\x00\x89\x89\ \x76\xf7\x15\x7e\x3f\xc4\xc7\x47\x89\x43\x92\xec\x1d\xf8\xd1\x3b\ \xf6\xf1\x35\x9a\xa9\x5d\x2f\xf8\xe9\x2e\x7e\xd7\x8f\xfb\x7a\x2d\ \x64\x7b\xc5\xce\x3e\xec\xb8\x3d\xa5\x10\x0e\x43\x53\x13\x34\x37\ \xa3\xa6\x26\xe8\x3c\x1a\x1a\x50\x63\x23\xd4\xd5\x41\x4b\x4b\x34\ \xac\x13\x35\xbb\x18\x50\x0a\x84\x40\x52\x12\xa4\xa5\x89\x94\x14\ \x48\x4d\x8d\x1e\x99\x99\xe0\xf7\x0b\x8f\x07\xec\xc3\xe5\xfa\x82\ \xc1\xff\xc5\x16\xae\xdd\x2d\x3b\xbd\x03\xfb\x21\xc6\x58\x00\x1c\ \x39\x7c\x28\x2e\x2e\x4e\xd5\xb4\x8e\x27\x49\x4d\x75\x65\x62\x20\ \x29\x36\x2e\xfe\x1b\xec\xe1\x5f\xd0\x66\x00\x38\x52\x7c\xd8\xe7\ \xf3\x69\x2e\xd7\x99\x34\x46\x3a\x8b\x8f\xc7\x9a\xb7\xf9\xb3\xc7\ \x1a\x17\x3f\x8d\x5d\xdd\xff\x3b\xd7\xa9\x77\xf0\x15\xa9\xf7\xcd\ \xe3\x91\xd6\x68\x4f\x60\x4c\xd3\x4e\x68\x90\x7d\xbf\xeb\xed\x57\ \x8b\x54\x9c\x67\x2e\x39\xf5\xd3\x30\x06\x59\xb6\x47\x72\xf4\xb5\ \xe1\xc3\xbb\x21\x8e\xa6\x26\xd4\xd0\x00\x8d\x8d\xd0\xd4\x14\xbd\ \x6d\x6e\x86\xaa\x2a\xd4\xde\x0e\x6d\x6d\x50\x59\x09\xed\xed\x28\ \x14\x82\x60\x10\x05\x83\xc7\xa5\x7b\xbd\x5e\x88\x89\x89\x1e\x1e\ \x8f\x7d\x2b\xdc\x6e\xf0\x78\xc0\xed\x86\x98\x18\xf0\x7a\x41\xd3\ \xc0\xe5\x02\x55\x8d\x26\x83\xdb\x87\xa2\xd8\x87\x90\x65\xe8\x3c\ \x3a\x99\x85\x90\xe8\x2d\xc6\xc7\x87\xfa\x99\x8c\xf9\xce\xa1\xd8\ \x79\x6b\x8f\x67\x7b\xdb\xaf\x65\x81\x61\x80\x69\x46\x0f\xc3\xb0\ \x43\x7a\x60\xdf\xea\x3a\x84\x42\xd0\xda\x0a\x91\x08\x84\xc3\x28\ \x1c\xb6\xc9\x14\x42\x21\x08\x06\xa3\x47\x7b\x7b\x74\x6d\x5f\x92\ \xec\x6f\x2d\xec\xef\xee\xf5\x8a\x98\x18\xe8\xdb\x57\x24\x25\x41\ \x20\x00\xf1\xf1\x90\x90\x00\x7e\xff\x71\x4a\x75\xbb\xbf\xfc\x87\ \x3b\xab\x40\xcf\xa9\x43\xda\x7e\xc8\x39\xc7\x18\x13\x42\x28\x63\ \x6a\x17\xda\xb4\xa8\xa5\x6a\xae\x53\xfd\xf9\xb3\xea\xe1\x67\x1a\ \xad\x3b\xe9\x6d\xbf\xa4\xcd\x12\xa1\x8c\x02\xa0\x33\x31\x5f\xa4\ \xb3\x6d\x17\x41\x04\x10\x91\x4f\xf3\x22\x05\x7c\x62\xd9\x6b\xc1\ \xb9\x10\xb8\x83\xa7\xb9\x00\x42\x30\x00\xb0\xaf\x98\xe9\x61\x67\ \x3f\x82\x10\x5c\xc0\x37\x1c\xe4\x39\x93\xdc\x55\x8c\x21\x29\x89\ \x27\x27\x77\x6f\xf2\x19\x46\xf4\x30\xcd\xe3\x77\x5a\x5b\xa1\xa9\ \x09\xb5\xb6\x42\x4b\x0b\xb4\xb6\x42\x5b\x1b\x6a\x6b\x03\xfb\xa8\ \xad\x45\xed\xed\xd0\xde\x6e\x97\x1b\x15\x9d\x26\x0c\x42\xd8\x8e\ \xb7\x75\x0c\x72\x84\x90\x38\xc9\x74\xb7\x9f\x07\x10\xdd\xda\xf3\ \xdd\x52\xc3\x29\x36\xc5\x71\x36\xee\x7c\xc9\x7e\x5e\x88\x13\x9e\ \xef\x1c\x87\x42\x44\xc3\xb1\x42\x80\xcb\x05\x3e\x9f\xb0\xc7\xb9\ \xed\x6d\xf9\x7c\xc2\xe7\x83\xd8\x58\x88\x8b\x83\xd8\x58\x11\x17\ \x07\x7e\x3f\xb8\x5c\x51\x6a\xeb\x64\x3a\x55\x05\x8c\x45\xb7\x17\ \x90\xf3\x73\x9a\x29\x64\x7f\xab\xe3\xd1\xc4\xce\xaf\x89\x31\x17\ \xfc\xe4\xd1\xc5\x85\x10\x5c\x70\x6e\x9f\xc3\x4f\xbc\x44\x27\xf5\ \x61\x49\x92\xec\xce\xdf\xd5\xe0\xff\xaa\x3e\x83\xe8\x2e\x90\x11\ \x6d\x61\x77\x6d\x16\x5c\x80\x00\x84\xce\x88\x24\xa5\xf3\x33\x88\ \x38\xe3\xf6\x98\x16\x82\x03\x60\x42\xac\xad\x9f\x2d\x69\x8b\xef\ \x37\x69\x44\x0e\xb7\xa8\x40\x58\x92\xa2\x3c\x22\x18\x65\x76\xf2\ \x33\x21\x04\x23\x00\xe0\x8c\x72\x0e\x58\x92\x30\x02\x00\x30\x1b\ \xf6\x7c\xb0\xf4\xf0\xa4\x19\xd7\xa4\xcb\xc0\x19\xc7\x04\x33\x6a\ \x09\xc0\x92\x44\x38\xa3\x5c\x60\x49\xc2\x36\x13\x51\xca\x3b\xfe\ \x4b\x30\xca\x84\x10\xe7\xbb\x22\x96\x10\xa7\xa3\x0f\x81\x71\xb4\ \xf7\x9f\x86\xfe\xbe\x84\x92\xc2\x61\x14\x89\x80\xae\x83\x7d\x6b\ \x4f\xce\x1d\x14\x83\xec\x79\xdb\xb2\xec\xf9\xbc\xd3\x56\x17\x9d\ \xb3\xbd\x3d\xff\x77\xae\xcb\x9c\xda\x7d\xbb\xac\xed\x47\x0f\x42\ \x44\xa7\xc5\xd1\xe9\xe6\xc8\xb2\x6d\x9b\x08\xfb\xbb\x74\x8e\x67\ \x4d\xeb\x3c\x84\xcb\x05\x6e\xf7\x59\xd6\x40\xb7\x39\xa5\xbb\x25\ \x61\x71\x9e\x7e\x40\x81\xed\x3a\x4e\x08\x71\x76\xbc\x0b\x09\xbb\ \x3f\x9f\x60\x51\x09\x7b\x50\x8a\xae\x43\xb4\xbb\x2e\x87\x31\x2a\ \xdb\xbd\xee\x40\x7b\xe2\xe4\xd1\x7d\xe4\x4e\x4f\x5c\x70\x4a\x19\ \x74\x0e\x84\x6e\x1f\x62\x22\x11\xfb\x7c\xba\x69\xe1\x9c\xc6\x94\ \x0b\x2e\x19\x96\x02\x9c\x52\x76\xca\xa7\x70\x0e\x00\x08\x63\x61\ \x37\xc3\x6e\x33\x67\x67\x6e\xb6\x9c\x17\x5e\x40\x48\xd8\x17\x49\ \x08\x21\x00\x4b\xd8\xa8\xdc\xfa\xe6\x2b\x2f\xd4\xa6\x5c\xd8\xbb\ \xe8\x27\x59\x6e\x64\x9a\x7a\x4d\x55\x4d\x63\x6b\x98\xb8\xe3\xb2\ \xb2\x33\x5c\x88\x71\x4c\x84\xde\x72\xf8\x68\x05\xd3\xe2\xb3\xb3\ \xd3\x15\x44\x43\x4d\xd5\xd5\x75\x0d\x16\x89\x4b\xe0\x95\xeb\xd7\ \xac\x8e\xc9\xc9\x0f\x27\xfb\x52\x02\xbe\xb6\xd6\x48\x5c\x20\x51\ \x05\xbd\xba\xb2\xd9\x15\x9f\x14\x43\xf4\xea\xca\x9a\xc6\xd6\x88\ \x3b\x21\x35\x3b\x3d\xd1\x68\xaa\x3c\x52\xd9\xa4\xf9\xd3\x73\x52\ \xe3\x80\xb1\x1e\x14\xc8\xf8\x4f\xb6\xca\x20\x04\x6e\xb7\xb0\x0b\ \xff\xf5\xe4\xb5\xb1\xae\xeb\xb5\xdf\xce\x12\x64\x04\x63\xca\xd8\ \x9c\x59\xb3\xb2\xb2\xb2\xc6\x8d\x1b\xd7\x31\xf9\x02\xb7\x27\xdf\ \xe3\x36\x39\x12\x1d\x12\xc9\x9d\x7d\x4c\x74\x1f\x24\x46\x18\xe3\ \xd2\x6d\xcb\x3f\xaa\xe8\x37\x69\x6c\x5e\x6b\x5d\x55\x6d\x43\xa3\ \x29\x94\xa4\xcc\xec\xc4\x18\x19\x09\x56\x57\x7e\xb4\xba\x29\xe2\ \x4b\x48\x4d\x4f\x89\x53\x88\x68\x28\x3b\x5c\xdd\x6a\x05\x32\x7b\ \xa5\xf8\x64\xd3\x08\x55\xd6\xd6\x34\xb5\x99\x09\x69\x81\x23\xbb\ \xb6\xec\x3a\xa2\x65\xb9\xf3\xe3\x92\xb3\x92\x7d\x72\xb7\x1d\x5b\ \x70\xde\x75\xe9\x94\x73\x71\xe6\x74\x7a\x9e\xec\x05\x76\xfc\x62\ \x21\x0c\xd6\xfa\x25\x2b\x73\x2e\xfb\x4e\xff\xb2\x35\x4b\x37\x1f\ \xb9\x67\x72\xef\xb6\xb2\x95\x7f\x7c\xe2\xdd\x98\xec\x5c\xde\x58\ \x1d\xdb\x6f\xda\x03\xf7\x5f\xe9\x6b\x2f\x9d\xf9\xf2\x1b\x25\xba\ \xc6\x5b\xeb\x52\x47\xdd\x78\xff\x8c\xa2\x79\xcf\x3e\xb9\xb2\x51\ \xcd\xc9\x1b\x30\x6d\x5c\x9a\x6a\xb5\x6c\x58\xb2\xa0\xbe\x68\xd8\ \xa4\xbe\xd6\xb3\xaf\x6f\xfb\xee\xef\x7e\x5d\x24\x0e\xbe\xf4\xb7\ \x7f\x8f\x7c\xf0\xcf\xa3\xc3\x8b\x7e\xff\xcc\x22\x6f\x4a\xce\xc0\ \x71\x97\xc4\x42\xe9\x1b\x2f\x7f\xa8\xbb\xbc\x2d\x0d\x6d\x63\xae\ \xff\xde\x35\xc3\x33\x4c\x8b\xfe\x37\x94\xd0\x74\xd6\x38\xcf\x4f\ \xac\x19\x63\xc3\x30\x66\xcd\xfa\x60\xcd\xda\x35\x9a\xa6\x81\x10\ \xa3\xc7\x8c\x81\xa8\x9b\xc0\x4f\xa4\x05\x60\xfc\x78\x17\xef\xfa\ \x33\x75\xe7\x29\x08\x49\xd1\xdc\x2e\x4d\x11\xcd\x2f\xfd\xe3\x89\ \x3d\x46\x5c\x32\x6e\x6d\x22\x79\x0f\xff\xea\x3b\x68\xf7\xbc\xe7\ \xe6\x6e\xf5\x25\xc6\xa5\xf4\x1e\x7f\xc7\xf5\x63\x0e\x7e\xfe\xee\ \x3b\xcb\x0e\x7b\x62\x44\xa3\xee\xbf\xfb\x27\x3f\xf0\xef\xfd\xf8\ \x4f\xaf\xae\xf2\x65\xe6\x0e\x9b\x38\x5d\xf3\x68\xb5\xfb\xd7\x7d\ \xc2\xca\x86\x4d\xbb\x29\x35\x2e\x8e\x75\xab\x84\x8a\x90\x3d\x17\ \xdb\x0d\x60\xf0\x15\x56\x50\xcf\x07\x2f\xa0\x0e\x1b\x46\x08\x8e\ \x08\x31\xea\x0f\x6c\x2a\x11\x97\xfd\xf2\xca\xb4\x03\xe1\xa7\x16\ \xad\x69\x9d\xd4\xdb\x6c\x6f\xb2\x92\x07\x7e\xef\x17\x0f\xa5\xb4\ \xef\xf8\xd3\x6f\x5f\x5e\xba\x6d\xf4\x90\x96\x8f\x96\x97\xe1\xbb\ \xef\xbd\x5c\x3a\xf2\xd9\x73\x9f\xcc\x19\x7f\xc1\x4f\x5a\x82\xd2\ \x94\x5b\x7f\x7a\xc3\xa8\xa4\x96\x92\xcf\xc0\xdf\xeb\xb6\x9f\xfc\ \xa2\x5f\x0c\x34\x1d\x58\x80\x08\x01\x01\x20\x04\x91\x65\x8c\x79\ \xb0\xa9\x56\xce\x1c\xf1\xb3\xff\xfd\x6e\x00\x87\x3e\x7c\xea\xd1\ \x32\x32\xf0\x9e\xcb\x46\x14\x2f\x7a\x79\xc1\x07\x4b\x2f\x1c\x7a\ \xb7\x4b\x38\xfb\x1f\x1c\x9c\x71\xbf\xe5\x42\x80\xb8\x60\xe2\x84\ \x89\x93\x26\x0a\xc1\x55\x55\xa5\x94\x46\x03\x7b\x5c\x08\x10\x5d\ \xd7\x23\x85\xe0\xd1\x23\x1a\x97\xe8\xa4\x85\x93\xe6\x68\x64\x07\ \x64\x00\x80\xd1\x50\x93\xa1\x4c\xb9\xf7\x97\x33\x7a\xd5\x3f\xf3\ \x9b\x3f\xae\xd8\x5f\xde\xeb\xd0\x81\x16\x77\xfe\x43\x0f\xde\x92\ \x12\xa3\xf2\x96\x7d\xef\xce\x5d\x19\x37\xe9\xce\xe9\x45\xd2\xec\ \xe7\x9e\x9b\xbb\xb2\xe4\x66\xb9\x29\xa6\xd7\x05\x8f\xfc\xfa\xb6\ \x18\x11\x7c\x7f\x33\x1b\x30\xfd\xae\x1f\x5f\x59\x48\x2d\xc3\xb2\ \xe8\x69\xc6\x1d\xb2\xfd\x08\x04\x38\xda\x66\xd1\xc3\xec\x05\xce\ \xb9\x10\x9c\x73\x44\x24\xb9\x7c\xc7\xca\x1d\xa5\xc7\xd4\xf7\x5e\ \x8b\x09\x96\x1e\x3b\x50\xbd\xa9\xf4\x86\x41\x04\x24\x89\x20\x01\ \x6a\xa0\xdf\xa0\x14\xb9\xa2\xb4\xbc\x4e\xaf\xb1\x28\xec\x5a\xb7\ \x8a\x1b\x78\xdc\xc4\x91\x6e\x6e\x8a\x68\xb4\xc1\xa6\x18\xe0\x4c\ \x80\x00\xce\x3a\xcc\x71\x9b\xc5\x19\xe3\x02\x49\x04\x0b\x01\xc0\ \xda\x8e\xd5\x84\x4d\xa5\x66\xdd\xca\xcf\x0d\x39\x67\xe2\xc8\x3e\ \xcc\x34\x98\x70\x54\x64\x1d\x7c\x35\x72\xc8\xc8\xc8\xe8\x8c\xea\ \x33\xc6\x10\x8e\xde\x3f\x25\xbe\xc0\x04\x17\x9c\x73\xc6\x59\x67\ \x44\x50\xc0\xa9\x69\x51\x88\x77\x0c\x07\xc6\x38\x22\x08\x71\x06\ \x4a\x7c\x6a\x4a\x6c\x59\x7d\xf8\xe6\x2b\x6e\xaa\x98\x35\xeb\xe9\ \xdf\xff\x71\xf0\x85\xd7\x5d\xde\xb7\xb1\x3e\x62\x42\xf9\xae\x15\ \xb5\x34\xae\xef\x98\x3e\x99\x5e\xab\x4a\x60\xbb\x6f\x03\xe3\x42\ \x70\xce\x00\x28\x65\xac\x9b\x4c\x2a\x74\x42\x30\x19\x61\xd1\x6d\ \x9b\xbf\x79\x5e\x10\x51\x5a\x90\x88\x5e\xbd\x7c\x5d\x49\xdf\x49\ \xd3\x07\x67\xbb\x2d\x9c\x35\xb9\xf5\xe3\x0d\x2b\x37\xe4\x0f\x53\ \x58\x28\xd8\xda\xae\x47\x5a\x0f\xec\xaa\x35\xf3\xa7\x24\xc7\xb7\ \x25\x6a\x5e\x72\xe9\x4d\xf7\x66\xba\xcc\xb0\x0e\x9a\xa8\x35\x28\ \x67\xd4\xe2\xcc\x04\x2c\xd3\x60\x5b\x63\x53\xab\x21\x11\xd0\x62\ \x51\x53\x6d\x59\x45\x5b\x41\x12\xb5\x28\xa5\x94\x71\x2e\x38\x67\ \xd4\xa4\x1c\x6b\xe9\x01\x57\x8d\xa7\xdf\xad\xf7\x4f\x53\xcc\x88\ \xc9\x01\x51\xd3\xa9\x93\xe9\xe0\xcc\x8d\x5c\x1b\x06\xa3\x1d\x56\ \x39\x12\x00\x58\x60\xc1\x39\xe7\x5c\xc0\xc9\x6b\x84\x42\x70\xce\ \x18\x67\x5c\x08\x0e\xa7\x2e\x22\x76\xbc\x31\x63\xc0\x85\x00\xce\ \x19\x63\x20\x04\xa3\x26\x30\xc1\xb8\x00\x6a\x30\x77\xde\x8c\xbb\ \x7f\x32\x7a\xcb\xac\xc7\xde\x7c\x3d\x3b\xf7\xae\x74\xaf\x27\x75\ \xc8\xb4\xbb\x26\x66\x46\x82\x11\xec\x72\x15\x1f\x65\x82\x33\xcb\ \x34\x29\x06\x05\xac\xd6\xba\xfa\x48\x24\x53\x8f\x30\x59\x26\x27\ \xa5\x51\x75\xf1\x24\xa2\x6d\xe6\x9c\x8b\x53\xda\xdc\x23\xec\x05\ \x2e\x04\x26\xa4\x71\xcf\x86\xbd\xf5\xae\x3b\x1f\x98\x36\x30\x16\ \x38\x96\x0b\x63\xaa\x1f\x7b\x7b\x5d\x71\xee\x00\xab\x7a\xdf\xeb\ \x7f\xff\x23\x6a\xab\x77\x17\x4c\x9e\x30\x20\x10\x17\xbe\x72\xfc\ \xd6\x97\xff\xf6\xbb\x47\x3c\x6e\x2d\x77\xe8\x55\xb7\x4d\x4d\x10\ \x9c\x73\xc6\xa8\x65\x2a\xfe\x82\x11\xe9\x8b\xdf\x79\xf2\xd1\x95\ \x7d\x87\xdf\x7c\xc3\xa5\x57\x0c\x5f\x35\xe7\x99\xdf\xae\x8e\x47\ \x35\x61\x6d\x8a\x86\x29\x65\x8c\x01\xa3\x54\x47\xca\x05\xd7\x5e\ \x7d\xe8\xd5\x0f\x1e\xfd\xf5\x3a\xb7\xac\x8e\xbc\xfa\x96\x29\x45\ \x29\xd4\x72\x98\xc1\xc1\x99\xc6\x76\x3b\x07\x3c\x21\x04\x00\x18\ \x63\x08\x21\x10\x36\x2d\x9c\x34\xf7\x22\x7b\x8d\x92\x71\xce\x39\ \xe3\x42\x40\x17\x5f\xe2\xc4\xb0\x03\x62\x14\x28\x63\x8c\x31\x46\ \xb9\xfd\x17\xa8\x60\x94\x13\xc2\xf6\xae\x9c\x3d\x7f\xf5\x21\x24\ \xc2\xe9\xf9\xfd\xb3\x52\xf2\xae\xbd\x7c\xe4\x4b\x73\x9f\xfe\xd5\ \x92\x78\xcd\x9d\x7e\xe3\x77\xef\x00\x21\x18\xe5\x8c\x52\x13\xa4\ \x41\xa3\x06\xaf\x7a\xe7\xed\x47\x8e\xac\x1c\x3b\xf5\xc6\x4b\x47\ \xa7\x31\x93\x89\x6e\x56\x9f\xbb\x7c\x87\x6e\xda\xfc\x85\x5f\xff\ \x2c\xf2\x1d\xb1\x2b\xb6\x71\xfe\x2f\x9a\x96\x3c\x85\x5d\x5a\xf7\ \x2c\xa0\xeb\x31\x83\xae\x4e\xbd\xe7\x43\x3b\xaf\x89\x10\xb2\x67\ \xd7\x8e\xa2\xfe\x03\x31\xc6\x46\xb0\xa5\x35\x24\xe2\xfc\x5e\x64\ \x73\x2a\xb7\xda\xda\x8c\xf6\xf2\x35\xff\x9a\x5f\x7a\xf3\xed\xd7\ \x26\x4a\x90\x90\x92\xea\xc2\x8c\x23\x82\x68\xb8\xa6\xba\x36\x4c\ \x51\xac\x3f\xe0\xf7\xca\x6d\xcd\x6d\xc4\xed\xf3\xa8\x18\x10\x16\ \x66\x7b\x75\x4d\x03\x93\xbd\x29\xc9\x01\x15\x19\xb5\x55\x35\x41\ \x0b\x62\x7c\x71\xf1\x71\x5e\x30\xda\xdb\x0c\x88\x8d\xf5\x62\x21\ \x88\x24\xd3\x50\x53\x55\x5d\x33\x45\x72\x42\x52\x92\x57\x95\x84\ \x13\xb1\x73\xf0\x15\xa8\x01\x1b\xa6\xf1\xd1\x47\x1f\x97\x95\x95\ \x01\xc0\x84\xf1\xe3\xc6\x8d\x1b\x07\x00\x2e\x97\x7b\xef\x9e\x9d\ \x89\x81\xa4\xb8\xb8\x78\xce\x39\x00\x48\x92\xbc\x67\xf7\x8e\x3e\ \xf9\x05\x8a\xa2\x32\xc6\x84\x6d\xd9\x77\x2c\x48\x9c\x1c\x60\x40\ \x48\x0f\xb5\x85\x99\x1c\xef\x55\xda\x5a\xda\xe4\x98\x58\x8f\x0c\ \xc1\xb6\x56\xae\x78\x64\x1a\xaa\x6b\x6c\x61\x58\x4b\x4a\x4e\xf1\ \x6a\x18\x10\x0a\x36\xd6\xd4\xb7\x84\x89\xe6\x4d\x4a\x4a\x40\x46\ \x7b\xd0\xc4\xb1\xb1\x1e\x24\x00\x13\xd1\x52\x5f\xd3\x1c\x64\x71\ \x89\x49\x71\x1e\xe5\x84\x8c\x41\x40\x08\x04\x42\x08\x04\x00\x46\ \x08\x00\x21\xec\x76\xbb\xf7\xef\xdb\x1d\x17\xef\xf7\xfb\x13\xf8\ \x19\x04\xd9\xce\xd6\x5e\x10\x02\x38\xd8\x69\xce\xdd\x11\xc3\x49\ \x2f\x21\xdb\x07\xe2\x8c\x49\x2e\x6f\xa2\x5b\x30\x8b\xd9\xeb\x57\ \x80\xa5\x40\x4a\x8c\x55\xc5\x39\xd6\x52\x32\x73\xb3\xe4\x88\x6e\ \x51\xca\x04\x00\x47\x58\x4d\xcd\xca\x45\x76\x45\x3c\x26\x62\x13\ \xfc\xc2\x8e\x1f\x00\x43\xb2\x37\x33\x27\x16\x04\xa7\x94\x52\x24\ \x27\x67\xe6\xa4\x00\x08\xc1\x19\x63\x42\xf3\x25\xba\x05\xa5\x5c\ \x00\x50\xcb\xc4\xae\xd8\xec\xdc\x78\x00\xc1\x18\xe5\x4e\xcc\xd1\ \xc1\x57\x32\x72\x05\xd5\x34\x75\xca\x94\x0b\xdf\x7d\xf7\xbd\xcc\ \xac\x8c\x11\x23\x46\x70\xbb\x1b\x47\xcd\x5f\xd1\xd5\xeb\xe0\x9c\ \x0b\x01\x82\x73\xc1\x79\x74\xb5\x02\x8e\xa7\x3a\xa2\x2e\x36\xbe\ \x10\x42\x8d\x89\x75\x83\xa0\x8c\xc7\x25\x24\x08\x46\x29\x07\x4f\ \xac\x1f\x09\xce\xc1\x9f\x1b\x9b\x08\x20\x38\x63\x94\x52\x40\xd8\ \xe3\x4f\xf1\x26\x20\x21\x38\xa3\x0c\x5c\x3e\xbf\x47\x30\xca\x05\ \x00\x63\x28\x2e\x90\xe1\x4f\x12\x9c\x31\xd6\xa5\x63\x77\x21\x21\ \x24\x04\x20\x8e\x04\x02\x04\xc0\x05\xe7\x9c\x0b\x7e\xa6\x89\x54\ \x67\xbb\x3f\x22\xd2\xcc\xf5\xb6\xd3\x2e\x9e\x0b\x81\x64\x37\x89\ \x09\xd8\xec\x40\x24\x69\xcf\xce\x1d\xe9\x59\xd9\xf1\x71\x71\x96\ \x65\xf1\x8e\x7c\x38\x3b\x6d\x13\x21\x44\xcd\x70\x5b\x98\x79\x7d\ \x31\x92\xb3\x04\xe7\xa0\xa7\x18\x0b\xc8\xee\x9f\x44\x22\xc1\xf6\ \xa0\xa2\x2a\x8a\xac\x30\xce\x08\x21\x84\x48\xbb\xb6\x6f\xcf\xed\ \xdd\xdb\xeb\xf5\x76\xda\x0b\x7b\xf7\xec\x0a\x24\x25\x25\x25\xa5\ \x98\x96\x61\xe7\x38\x01\xb2\xd7\x02\xce\xf7\xfe\x88\x0e\xf7\xc1\ \xb6\x1b\x00\x21\x84\x09\x26\x44\xda\xbd\x73\x7b\x76\x76\xae\x2f\ \x36\xf6\x9c\xd9\x0b\x82\x63\xb7\x9f\xc4\x24\x7d\xd1\x96\x1b\xce\ \x04\xa7\x1d\xa7\xf3\xd4\xb4\xf4\xe2\x43\x07\xfa\xe4\xe5\xfb\x7c\ \x71\x51\x53\xe2\x38\x8d\x0a\xc5\xe5\x4b\x72\x03\xeb\x79\xaa\xb8\ \x0e\xfe\x7f\x0f\x30\x08\x10\x02\x7c\x3e\x9f\x10\x20\x04\x27\x58\ \xa2\x96\x75\xe8\xc0\x01\xcd\xa5\x75\x92\x02\x00\x70\xce\xd2\xd3\ \x33\x0f\x1d\xda\x8f\x10\x8a\x8b\xf7\x47\xf3\xb6\x85\x00\x8c\xe0\ \x94\x00\xc3\xb9\x6e\x73\xd7\xfd\x0f\xf6\x00\xa3\x96\x55\x7c\xe8\ \xa0\x2c\x2b\x5e\x9f\xef\x0c\xad\xe6\xf3\xa4\xbf\x80\x31\x6e\x6a\ \x6a\xac\x28\x3b\x66\x59\xd6\xf1\xcd\x5e\xdd\x85\x7f\x1d\x38\xe8\ \x09\x38\x9e\x98\x70\x4a\xff\xf4\x27\x26\x66\x65\xe5\x74\x6e\x5e\ \xb4\x41\x08\x69\x69\x69\x2e\x3b\x76\xd4\x34\xcc\x6f\xaa\x87\x9f\ \xae\xcd\x02\xc0\xef\xf7\x67\x65\xe7\x9e\xa4\x19\xf1\xcd\xf3\x82\ \x4d\x0d\x3d\x5c\xd0\xc6\x81\x83\x33\x1c\x7e\xe2\xa4\xf8\xc2\xb7\ \xa1\x87\xf3\xee\xda\xfc\xb5\xfa\x11\x67\xdb\x2c\xa7\x4b\x39\xf8\ \x2f\xc6\x7f\x53\x0f\xc7\xce\xcf\xe9\xc0\x81\x03\x87\x17\x1c\x38\ \x70\xe0\xf0\x82\x03\x07\x0e\x1c\x5e\x70\xe0\xc0\x81\xc3\x0b\x0e\ \x1c\x38\x70\x78\xc1\x81\x03\x07\x0e\x2f\x38\x70\xe0\xc0\xe1\x05\ \x07\x0e\x1c\x38\xbc\xe0\xc0\x81\x03\x87\x17\x1c\x38\x70\xe0\xf0\ \x82\x03\x07\x0e\xfe\x7f\xe1\x05\x24\xc9\x8a\x22\x91\xff\x64\x9b\ \x08\x91\x64\x45\x96\x9c\xad\x54\x0e\x1c\x7c\xbb\x78\x01\x29\x9a\ \xc7\xe3\x56\x4f\x19\xba\x08\x23\xeb\xe8\xce\x0d\x6b\xf7\x1c\x31\ \x11\xc1\x67\x33\xb2\x11\x06\x56\x79\x68\xcb\xea\x4d\x87\x4c\xc0\ \x0e\x35\x38\x70\xf0\x2d\xe1\x05\x84\x89\x30\xf6\x6d\xf8\x64\xc1\ \xe7\xdb\x23\x80\x11\x42\x84\x48\x92\x24\x11\x82\x01\x61\x22\x5a\ \xe6\x3e\xf7\xb7\xd7\x3f\xdf\xce\x64\x8f\x4c\x4e\xb6\x1a\x10\x26\ \x92\x24\x49\x92\x4d\x19\x08\x13\x62\xff\x63\xf4\x34\x84\x24\x45\ \x75\xa1\xc8\xb2\xf7\xff\xf6\xaf\xf7\x37\x58\x98\x20\xe8\x78\x73\ \xec\xf8\x35\x0e\x1c\x7c\xf3\x38\xed\x3e\x6b\x84\xb0\x2c\x42\x6b\ \x3e\x7c\x61\x5e\xcd\xa8\x01\x63\x86\xc4\xc9\xb4\xad\xb9\xa9\x5d\ \xa7\x9a\x37\x3e\xce\xa3\x82\x05\x08\x13\x41\xf5\xc6\xba\x5a\x2a\ \x23\x5f\x6c\x0c\x50\x2a\xa2\xde\x81\xc4\xcd\x50\x43\x4b\x90\x63\ \xd9\x13\xe3\x8b\x71\x4b\x91\xb6\xe6\xb6\x90\x21\xbb\x63\xe3\xbd\ \x1a\x63\x8c\x10\x08\x36\x37\xb4\x84\x1b\x75\x6a\x57\xaf\x45\x92\ \x8c\xdb\x5b\x1a\x83\x3a\xd3\xbc\xf1\xb1\x2e\x89\x3a\xc2\x4d\x0e\ \x1c\xf4\x4c\x5e\x00\x00\x01\x48\x71\x79\x62\xdc\x9a\x22\xa3\x92\ \x75\x1f\x3d\xfb\xca\xfb\x7b\xab\xc2\x69\x7d\xc7\xdd\xf3\xc0\xf7\ \x27\xf7\x22\x44\x73\xd7\x6d\xf8\xf8\xa1\x55\xb3\x25\x7f\xaf\x9b\ \xbf\xf3\xa3\x19\xe3\x72\x98\x49\xb1\x24\x47\xea\x0e\xbe\xfb\xd2\ \xbf\x3f\x59\xbf\xdf\xf0\xe4\xfc\xf4\x2f\x4f\x0f\x0d\xaf\xfd\xfb\ \xbf\x5e\xdd\x54\xdc\x10\x9f\x3b\xf4\xb6\xef\x3c\x70\xc5\x88\x8c\ \xbd\x4b\x66\xfe\xf3\x95\xd9\xc7\x5a\x98\xac\x88\xc4\xbe\x92\xa4\ \x90\x92\x35\x73\x9e\x7b\x75\xee\x91\x46\x3d\x31\x7f\xec\x77\x1e\ \xbc\x6f\x78\x46\x8c\x45\x1d\x6a\x70\xe0\xa0\x87\xc6\x17\x00\x00\ \x10\x51\x58\xc3\xae\x57\x5e\x7e\x37\x94\x35\xed\x89\x3f\xfd\x2a\ \x3b\xbc\xe5\x95\x57\x3f\x6e\xe0\x12\xb2\x0c\x7f\xff\x8b\x7e\xf7\ \xc4\xef\xc6\x05\x9a\x67\xcf\x9c\x75\x34\x8c\x65\x82\x25\x88\xac\ \xfd\xe0\x85\x8f\x76\xd2\xbb\x7e\xf5\xa7\xbf\x3c\xf6\xd3\x61\x31\ \x55\xaf\xbf\xf4\x72\x31\x19\xf8\xd8\x53\xff\x37\x36\xae\xec\xb5\ \x97\xe7\x1e\x2b\xdf\x3b\x73\xe6\x5c\x2b\x67\xda\x1f\x9f\xf8\xf5\ \xf8\x5e\x2e\x83\x4b\xbc\x61\xd7\xab\xaf\xbe\x1f\x4a\x1b\xff\xa3\ \xef\xdf\xee\xa9\xfc\xfc\x95\x59\x1b\x2c\xec\x04\x23\x1d\x38\xe8\ \x79\xbc\x80\x88\xa4\x28\x8a\x22\xcb\x04\x01\x60\x1c\xac\x38\x52\ \xd6\x26\x0d\x1e\x35\x6d\xd4\xe8\x49\x23\x07\xe5\xb7\x95\xef\xaf\ \x0c\x32\x2c\x98\x2b\x29\x73\xc4\xb0\x71\x63\xfb\xe5\x1b\xad\xe5\ \x95\x2d\x4c\xc2\x88\x19\xed\xc5\x7b\x4b\xe3\x87\x4c\xbe\xf4\xa2\ \xb1\x43\x87\x0e\xf4\x05\x6b\x8f\xd6\x04\xfb\x0c\x9d\x3a\x61\xe4\ \xd8\xb1\x63\x86\xd0\xba\xc3\x7b\x0e\x1d\x6d\x08\xf2\xfc\x21\x17\ \x8e\x1c\x3e\x24\x2d\x5e\xe1\x18\x07\x2b\x4a\x1b\x42\x46\xb8\xb6\ \xf8\xf3\xd5\x5b\xa5\xe4\xc2\x4c\x17\xd3\x19\x77\x78\xc1\x81\x83\ \x9e\xe5\x47\x60\x4c\x5a\x2b\xf6\x1c\x68\x90\x32\xdc\x2d\x87\x8f\ \x34\x92\x54\x9f\x3f\x2d\x3d\xe0\x32\x0f\xec\x59\x7f\xb8\x6f\xdb\ \x9e\x03\x47\xb4\xc0\xe4\x64\x37\xb6\x18\x98\xc1\x96\xe2\xc3\x3b\ \x37\xec\xdd\x2f\xfb\xfa\xa5\xc6\x12\xca\x29\x96\xdd\x29\x19\x89\ \xcd\xfb\xb7\x6e\xda\x31\xa2\x57\xbc\xac\xaa\xf1\x29\x7e\xf5\xf0\ \xbe\x0d\xfb\x4a\xe2\x76\xef\xdc\x2b\x62\xf3\xf3\x7a\x65\xfa\xdd\ \xfc\xc0\xce\x55\x07\x46\xa2\xb6\x30\x15\x94\xb9\x92\x92\x3d\x92\ \x60\x89\xbd\xaf\xbe\xe9\x62\xcd\x68\x91\x03\xd9\x9a\x60\x8e\xe4\ \x9b\x03\x07\xdf\x20\xc8\xaf\x7e\xf5\xcb\x93\xa9\x42\xd1\x4a\xd7\ \xcc\x7e\xe2\x2f\x7f\x9f\xb5\x70\x75\xab\xbb\xd7\xb5\xb7\x5c\x3f\ \x7a\x60\x51\x40\x0e\xae\xf9\xf4\x83\xb7\x66\x7d\xda\xec\xce\xbb\ \xf5\xbe\x7b\x46\x64\x48\xbb\x36\xae\xdf\xb2\x71\xcd\xc2\x05\x8b\ \x6b\xa5\x9c\x9b\xee\xbc\x67\x5c\xef\x58\x8b\x32\x24\x69\x81\x54\ \x7f\xcd\xae\x55\x33\x67\xbe\xf3\xc1\xa7\xab\x7d\xc3\x67\x5c\x3d\ \x30\x76\xeb\xb2\x8f\x5e\x7f\x7b\xee\x51\x23\x30\xe3\xee\xbb\x2f\ \x1c\xd6\x2f\xa0\x5a\xdb\x56\xcc\x7b\xe7\x83\x85\x07\x6a\xad\xac\ \x82\x11\xd3\x2f\x9d\x9c\x26\x85\xb7\xaf\x5d\x32\x6f\xfe\x27\x4b\ \x56\x6d\x8b\x1b\x32\x71\x58\x66\x1c\x73\x98\xc1\x81\x83\x6f\x0e\ \xdd\xe8\x41\x23\x84\xac\x48\x7b\x7d\x7d\x63\xd8\x62\x2e\x5f\x20\ \x3d\x29\x0e\x84\x20\x98\xd7\x57\x56\x34\x87\x2d\x77\x7c\x4a\x7a\ \xc0\x2b\x98\xd5\xd6\x54\xdf\xd8\x1a\x62\x1c\xb9\xe3\x92\xd2\x93\ \x7c\x3c\xba\x1e\x81\x24\x09\x87\x5b\xea\xaa\xeb\x5a\x19\x51\x12\ \x92\x52\x03\xb1\x72\x63\x55\x65\x7d\x6b\x44\x8d\x0d\x64\x24\xc7\ \x23\xce\x31\x11\x4d\xd5\x95\x8d\xed\x3a\x60\xc9\x1b\x9f\x98\x18\ \xe7\x95\x08\x6b\xa8\xaa\x6c\x0e\x1a\x20\xa9\x09\x49\xc9\xb1\x2e\ \xd9\x29\x18\xe7\xc0\x41\xcf\xe2\x05\x00\x40\x98\xc8\xb2\x84\x00\ \x04\x67\x16\xa5\x42\x00\x20\x2c\xcb\x32\x46\x20\x38\xb5\x2c\x26\ \x00\x88\x24\x4b\x04\x83\x7d\x8e\x45\xc5\x09\xd1\x09\x49\x22\x18\ \x40\x50\xcb\x62\x1c\x24\x59\x26\x18\x75\x79\x2b\x24\x49\xb2\x9d\ \xcd\xc0\x19\xb5\x28\x03\x84\x65\x59\xc2\x08\x75\xfc\x8b\x43\x0a\ \x0e\x1c\xf4\x3c\x5e\x70\xe0\xc0\xc1\xff\xcf\x70\xf2\x0b\x1d\x38\ \x70\xe0\xf0\x82\x03\x07\x0e\xbe\x0c\x92\x73\x09\x1c\x38\xf8\xda\ \xdc\x72\x84\x7a\x66\x29\x3a\x21\xc4\x57\x8a\xe5\x3b\xbc\xe0\xc0\ \xc1\xd7\x46\x0a\xba\x1e\xa1\x94\xf6\xb8\x86\x01\x52\x35\x4d\x92\ \x64\x21\xb8\xc3\x0b\x0e\x1c\x9c\xd7\xc1\xd7\xd0\x50\x8f\x10\x52\ \x15\xb5\xa7\x35\x8d\x72\x16\xac\xaf\xf7\xc6\xc6\xba\xdd\xee\x33\ \xb4\x1a\xce\x86\x17\x84\x00\x55\x46\xaa\x84\x4e\xf7\x19\x08\x21\ \x8b\x89\x88\x29\x9c\xfa\xd5\x0e\xfe\xff\xb0\x14\x70\x6b\x4b\x13\ \x21\x24\x23\x33\xbb\x67\xfa\x11\xa1\x50\xa8\xba\xb2\x5c\x55\x14\ \x22\x49\x67\x42\x0d\x67\xc3\x0b\x9a\x8c\x36\x1c\x31\xb6\x1d\x33\ \x95\xd3\xec\x6f\xb2\x98\xe8\x15\x90\x2e\xee\xe7\x32\xe9\x57\xcb\ \x44\xc0\x98\x20\xe0\xff\x41\xfe\x02\x22\x04\x0b\xee\x24\x40\x38\ \x38\xaf\xc0\x18\x05\x43\xc1\xcc\xac\x5c\x84\x90\xed\xc9\xdb\x77\ \x7a\x84\x6f\x03\x00\x00\x1e\x8f\x47\x92\x65\x5d\xd7\x3d\x31\x5e\ \x80\x73\xc3\x0b\x0a\x81\x3d\x95\xe6\x3b\x1b\xc3\x5e\xad\x7b\x5e\ \x08\x1b\x62\x72\xa1\x7a\xf9\x40\x97\x49\xbf\xd2\x57\x00\x23\xdc\ \x66\x82\x12\xa3\xc9\x67\x77\x45\x11\xd0\xf6\xd6\x88\xe4\xf2\xa8\ \x04\x39\xcc\xe0\xe0\x7c\x42\x70\xd1\x49\x0a\xd0\x11\xe7\x3b\xce\ \x0e\x27\x71\x04\x42\x00\x02\xce\xb6\x8f\x0a\x00\x4c\x08\x12\x9c\ \x71\x81\x4e\x7e\xdb\xae\x6c\x00\x20\x84\x00\x10\x42\x10\x42\x00\ \x90\x00\x81\x10\x9c\x09\x5f\xe1\xb3\x6b\x96\x22\x21\xaf\x86\x62\ \xd4\xd3\x1c\x1a\xd2\xe4\xaf\x38\x32\x11\x56\x54\xb1\x75\xf1\x7b\ \xb3\x36\x94\x12\x59\x3e\x1b\x52\xc0\x32\xd1\xcb\x67\xbd\xfd\xc6\ \xae\x46\x2a\x13\xc7\x81\x71\x70\x9e\x79\x81\x77\xb0\xc1\x71\x70\ \xce\x45\x07\x55\x74\x3d\x40\x08\x9b\x16\xce\xea\x40\x18\x41\x7b\ \x43\x4d\x6d\x73\x04\x63\x74\xc2\x4b\x5d\x3e\xb7\xf3\xa3\xed\x3b\ \x76\x0b\xcf\xdc\x84\x39\xdf\xf9\x0b\x58\x92\xcc\xfa\xdd\x4f\xfd\ \xe9\xdf\x07\x9b\x40\x91\x89\xac\x6a\x9e\x98\x18\xb7\x4b\x23\x18\ \x30\x12\xcd\xf5\x35\x4d\x3a\xb8\x5c\x6e\x8f\x4b\x23\x27\x34\x0d\ \x49\x8a\xe6\x89\x89\xf1\xb8\x34\x82\x00\x61\xc9\xe5\xf6\xc4\x78\ \x3c\xaa\x4c\xec\x97\x89\xac\x7a\x62\xdc\x2e\x85\xd5\xd7\xd6\x84\ \xa9\x40\xf6\x33\x9e\x18\x8f\xdb\x25\x39\xf2\x91\x0e\xce\x3d\xb8\ \x10\xc0\x3b\x4c\x83\x2f\x3a\x40\x92\xc8\xf6\x05\xaf\xfc\xdf\x2b\ \x2b\x98\x74\x02\x40\x08\x40\xf8\x0b\x1e\x76\x3c\x22\x98\x88\x65\ \xef\xbe\xfc\xf1\xd6\x26\x8c\x89\x44\x90\x38\xcd\x67\x45\x9f\xef\ \xca\x5c\x67\x3c\x57\x9f\xff\xf5\x08\x24\xa8\xd9\xdc\xd4\x6a\x72\ \xac\x4a\x74\xeb\xf2\x85\x2b\xb7\x1d\x71\xa5\x15\x4d\xbb\x64\x4a\ \x2f\x0d\xa9\x9a\x56\xb5\x65\xd1\xb3\x95\xcb\xc1\xdf\xe7\x92\x4b\ \x2e\x4a\xf3\x00\x65\x02\x00\x29\x12\xdf\xbf\xe6\xe3\x65\x5b\x8b\ \x49\x20\xff\xf2\xab\x2e\x4b\x0c\x1d\x78\x6f\xc1\xb2\xaa\xb0\x3c\ \x68\xe2\xf4\x09\x03\x32\xb0\x60\xc7\x76\x2c\x5d\xbc\xee\x30\x21\ \xa1\xda\x30\x52\x24\x22\xcb\xf8\xc8\xd6\xa5\x4b\xd6\xee\xa5\x31\ \x99\x17\x5f\x3e\xad\x97\x5f\xa1\xd4\xd9\xa0\xe9\xe0\x1c\xba\xf1\ \x82\x73\x0e\x00\x02\x3a\xe7\xe4\xe8\x2c\x0d\x80\x4e\x72\x76\x01\ \x8c\x50\x6b\x53\xab\x21\x81\xb9\x79\xf1\xfc\x8d\xfb\x4b\x4d\xae\ \xe4\x8d\xbe\x78\xda\x98\x7c\xd2\x56\xf1\xe9\xa7\x8b\x76\x97\x07\ \x73\x07\x4d\xbc\x72\xea\x50\xd2\x5e\xf9\xe9\xfc\xf9\xfb\x6a\xf4\ \x5e\x23\x2e\xbe\xfc\x82\x22\xbd\x72\xcf\x27\x8b\x57\x1d\x6b\xb4\ \xfa\x4f\xb8\x08\xb8\xbe\x79\xfe\x8b\xe1\x43\x19\x43\xa7\x5e\x3f\ \x21\x2f\x96\x9d\xbe\x7b\x77\x36\x80\x0b\x7e\xe6\xae\x0b\xfe\x46\ \x2e\x22\x21\x44\x51\xf1\xfe\xe5\xef\xbd\xb6\x60\x77\xf6\xa0\x21\ \xa4\x62\xf5\x73\xaf\xce\x6f\x66\x32\x01\xc1\xb8\x9a\x37\xa0\x3f\ \x1c\x5d\xfe\xdc\x1b\x9f\xb6\x09\x85\x60\x24\x29\x52\xf1\x8a\x59\ \x2f\x7d\xbc\x2d\xa5\x60\x60\x41\x6e\xaa\x14\x3e\xf2\xda\x73\x2f\ \x1f\xc3\x99\x83\x7a\x7b\x3e\x7d\xed\xf9\xa5\x07\x83\xa1\x92\x15\ \xcf\xbd\xb6\x48\xcd\x2e\xea\x9d\xe2\xe5\x96\x45\x64\xb9\x66\xf7\ \x67\xaf\xcf\xdd\xda\x7b\xcc\xe4\x1c\x7e\xe8\xd5\x37\x3e\x6d\xe3\ \xc4\xc9\xeb\x74\x70\x0e\x7b\xb4\x6d\x2f\x80\x10\xe8\x64\xb3\xdf\ \x0e\x2d\x74\x39\x04\x80\x40\x98\x10\x89\x60\xde\xb8\xf8\x93\x25\ \x6d\x89\xfd\x07\xf7\x71\x2f\x7e\xe5\xb9\x0d\x65\x4d\x1b\x17\xcc\ \x5c\xb0\x97\x4f\xba\x70\x5c\x76\x20\x96\xb0\xd6\x79\xaf\xbe\xb0\ \x3d\x92\x31\x79\x42\xd1\x8e\xb9\x2f\x2d\xd8\xdb\xd2\xb4\x7b\xf9\ \xb2\xad\x35\xfd\x46\x0c\xcf\x4e\xf2\x72\x81\x93\x7b\x0f\xbe\x60\ \xfc\xa8\x6c\xbf\xc2\x98\xe8\xce\xdd\x88\xb2\x92\x10\xd1\x28\x3c\ \x17\xa2\x27\xdb\x0b\x00\x08\x61\x4c\x88\xd9\xb8\x71\xdd\xb6\xc2\ \xcb\x7e\x34\x63\x5a\xff\x70\xff\xf8\xc7\x1e\x7b\xff\x60\xd5\x85\ \x80\x20\x67\xd4\xa4\x69\x53\x46\x8c\xcd\x76\xfd\xf6\x4f\x9f\x1c\ \xad\xbf\x78\x48\xaa\x46\x78\xe3\xea\x8d\x3b\x73\xa7\x3d\x78\xcb\ \xa5\xf9\x16\x47\x55\x6b\x5e\x3c\xc4\xb3\x7e\x71\xd7\x0d\xd9\x9a\ \x89\xca\x1f\x5b\xbb\x7e\x47\xbc\xb2\xd5\x53\x30\xe5\xae\xeb\xa6\ \xab\x8d\x81\x8d\xdb\xcb\x04\xd0\xe2\xf5\xeb\xaa\x5a\xc4\x91\xdd\ \xdb\x68\x43\x7b\x73\xf9\x9e\x9a\xc8\xd5\x05\x1a\x38\x8b\x14\x0e\ \xce\xa1\x1f\x61\xbb\xf4\x9c\x09\xd1\xe1\xcf\x47\x07\xe6\x29\xf6\ \x32\x80\xed\xf3\x33\x6a\x21\x97\xaf\xdf\xa8\x49\x17\xe6\x19\xd5\ \xfb\x77\xed\x28\xa9\x9d\x96\x92\x04\x9b\x8b\x4b\x9b\x87\x5f\x3c\ \xa1\xb7\x68\x5c\xb7\x62\x47\xa9\xa7\x28\x65\xd3\x36\xde\x1a\x6a\ \xda\xbb\xbf\x6a\xa0\x07\x25\x64\xf5\xbb\x68\xd2\x38\x15\x42\xbb\ \x28\x0f\x14\xf6\x1b\x36\xb8\xc8\x34\x22\x8c\xd1\xd3\x19\x31\xb6\ \xd9\x62\x47\x21\xf9\x57\x89\x2f\x9c\x47\x5e\x40\x44\x51\x24\x8c\ \x09\x25\xdc\xe2\x02\x81\xe0\x1c\x64\x89\x00\x00\xc2\x12\x01\x11\ \x5d\x5d\xb4\xe9\x0d\x81\x1d\xdc\x05\x40\x20\x38\x15\x42\x92\x09\ \x08\x0e\x40\x38\xe7\x18\x4b\x12\x02\x00\x24\x13\x22\x38\xe7\x76\ \x28\x06\x80\x77\x50\x22\x35\x85\x3f\xb3\x70\xfc\x84\xd1\x60\x8e\ \xbe\xc4\xe3\x4d\x54\x38\x75\x48\xc1\xc1\x39\x8d\x3b\x0a\x0e\x42\ \x70\xce\x19\xe3\xd1\x3e\xdc\xe9\x50\x9c\x38\x0c\xb8\xb0\xa7\x6e\ \xce\x18\x17\x82\x5b\x7a\x04\x04\xc7\xb2\xa2\x07\x8d\x82\x2b\x6f\ \xff\x45\xf2\xba\xf9\x1f\xcf\xfa\xdd\xfa\x9d\x0f\xde\xdc\x07\x6b\ \xbe\xbe\xc3\xc6\x0c\x4f\x46\xe3\x26\x4c\xf1\xa7\x66\xb5\xac\xb2\ \x38\xb7\x22\x94\x29\xc8\xe2\x82\x33\x8b\x01\x50\xce\x39\x63\xa2\ \x1b\x5f\xa5\x83\x1b\x00\x00\x63\x10\xc7\xed\x86\x9e\xc4\x0b\x08\ \x4b\x10\x2a\xff\x7c\xd9\x3e\xcd\x9f\x5c\xb7\xed\x33\xdd\x97\x96\ \x98\x92\x3a\x68\x70\xc1\x2b\x0b\xe7\x2e\xf7\x4c\xad\xdd\xf8\x71\ \x6b\x5a\xff\xfc\x74\xef\x3a\xcb\xaa\x29\x39\xb8\x73\x1b\xdf\xb4\ \xf0\x23\x9e\x37\x2a\x37\xc9\xcd\xa8\x25\xe4\x84\x91\xfd\x7b\xbf\ \xbc\xf0\xdd\x4f\xb4\x8b\xe3\x35\x77\x4a\xc6\x88\x54\xe3\xb5\x59\ \x73\x96\x8e\x4b\x6b\x59\xb8\xbb\x71\xf8\xdd\x03\xfb\xb9\xf4\xd9\ \xff\x58\xf2\xee\xc2\xc4\x21\x9e\xb2\xfa\x56\x9d\x0b\xa9\x60\xf4\ \x60\xfd\xb5\xed\x87\x6a\x06\xf4\x89\xa1\xed\x2e\x7f\x3a\x41\xc2\ \xb1\x16\x1c\x9c\x53\x5e\xe0\x82\xdb\xac\xc0\xb8\x9d\x6e\x7c\xd2\ \xe4\xdc\xf1\x10\x71\x26\x2c\xd3\xd0\x75\x93\x51\x6a\xe8\xba\x41\ \x2d\x60\xc2\xd4\x75\xc6\x8c\x63\x07\xf7\xd6\xe8\x71\xe3\x46\xe6\ \x6f\x9d\xbb\xa7\x56\x9e\x36\x3c\x8d\xec\xdc\xbe\xa7\xf0\xa2\xbe\ \x56\xb8\x3d\x90\x85\xa8\x11\xfd\x2f\x0b\x49\xc9\x5e\xb2\x6e\xeb\ \xf2\xd5\xe9\xed\x71\xf1\x59\xb9\xe9\x5e\x4e\x39\x9c\xb8\x3c\x69\ \x33\x02\x42\x28\xba\x4e\xc1\x38\xe7\xec\xcc\xed\x85\x6e\x74\xdc\ \xbe\x14\x8a\x84\xb6\x97\x99\xbb\x2b\xad\xd3\xe7\x35\x41\x76\x82\ \x34\xb1\x40\xb3\xd8\x71\xd7\x01\xd1\x48\xf1\xee\x2d\x1b\xb7\xec\ \x6c\x26\xe9\xd7\xdd\x38\xa3\x57\x9c\x92\x94\x53\x18\x6b\x54\xac\ \x5e\xb3\x39\xe4\xcd\xbb\xe5\x96\xab\x33\xbd\x48\x70\x56\x7f\x74\ \xdf\xee\x7d\x25\x38\x6d\xe8\x6d\x37\x5d\x92\xa4\x0a\xca\x39\xe7\ \x90\x96\x57\xe4\x67\x55\xeb\x37\x6c\x3d\x5a\x67\xf4\x1e\x3c\x71\ \xe2\xc0\xc0\xc1\x8d\xab\xb7\x97\x34\x0f\xb9\xe4\xc6\x4b\x87\x67\ \xba\x13\x72\xfa\xa4\xe0\x5d\xeb\xd7\xed\x3a\xd2\x98\xd2\x67\xd8\ \xa8\x41\xf9\x19\xd9\x79\x59\xde\xc8\x96\xb5\xeb\xf7\x94\x54\xc8\ \x89\xbd\xf2\xd3\xe3\xcf\x3c\x33\xdc\x81\x83\xaf\x0a\x8c\x49\x5d\ \x6d\x8d\x3f\x21\x01\x13\xc2\x39\xef\x5c\x9f\xec\x58\x2a\x3c\x7e\ \xd7\x1e\x98\xc1\x96\x06\xea\x4e\xeb\xd7\x3b\xbe\xb1\xbe\x2d\xad\ \x4f\xdf\x8c\x18\x68\xac\x6f\xf2\xa6\xf5\x71\xb7\x1e\x5a\xb4\x78\ \xd9\xde\x4a\x73\xcc\xd4\xab\xc6\x16\x66\xf7\xc9\xcf\x6e\x3b\xb2\ \x6d\xfd\x96\xbd\x55\x2d\xbc\x57\xdf\x7c\x35\xd2\x14\x96\x02\x85\ \x79\x69\x60\x89\x40\x46\x52\x4b\xe9\xce\xcd\x7b\x2a\x62\x52\xf3\ \x72\x53\x3c\x8c\x1d\x7f\xff\x2e\x39\x14\x20\x20\xba\x08\x22\xcb\ \x72\x7d\x7d\xad\xa6\xb9\x5c\x2e\xd7\x99\xb0\xc3\xd9\xe8\xb2\x78\ \x55\xf4\xfc\xca\xf6\xd7\xd7\x9e\x36\xaf\x29\x64\x88\xc9\x85\xea\ \x1f\xaf\x89\x0b\x1a\x5d\x65\x9c\xb0\xa2\x28\x12\xc1\x20\x84\x65\ \x1a\x16\xe3\xf6\x33\x84\x60\xe0\xdc\x32\x0d\x8b\x09\x49\x51\x54\ \x59\x12\x42\x80\xe0\xa6\x69\x1e\xcf\x5b\x44\x58\x56\x14\x99\x60\ \xc1\x99\x69\x18\x02\xcb\x8a\x22\x61\x00\xc6\x2c\xd3\xa4\x02\x90\ \x24\xcb\xb2\x44\x00\x21\x24\x98\xa1\x1b\x4c\x20\x49\x51\x6c\x4d\ \x28\x6a\x19\xa6\xb3\x18\xe1\xe0\x5c\x42\x92\xe5\xdd\x3b\xb7\xe7\ \x15\x14\xca\xb2\xc2\x19\xe3\xbc\xab\x1f\x11\xf5\x86\xbb\x58\x0e\ \x20\x29\xaa\x8c\x59\xc4\x60\x9a\xa6\x31\x53\x37\x19\x28\x9a\x8a\ \x99\x45\x81\x28\x32\x41\x1d\x1d\x1b\xb0\xa4\x2a\x32\x46\x48\x08\ \x66\xe8\x06\x48\xaa\x42\xb8\xa1\x5b\x02\x01\xc2\x92\xaa\x2a\x18\ \x84\x65\x19\x96\xc5\x8f\xbf\x7f\xc7\x67\x21\x40\x00\x02\x21\x6c\ \xcf\xca\x1e\x8f\x67\xdf\xde\x5d\xf1\xf1\x09\xfe\x84\x44\xce\xbf\ \xbc\x38\xcb\xd9\xf8\x11\x16\x87\xdc\x44\x79\x4a\x5f\x4d\x3b\x4d\ \xfe\x91\x41\xa1\x6f\xaa\x6c\xf1\x93\x2d\x2d\xd3\xd0\xcd\x53\x9e\ \xe9\xea\x0a\x31\xcb\x0c\x5b\x66\xb7\x56\x9a\x65\xe8\x56\xe7\x43\ \x66\xe9\x11\xab\xeb\xcb\xd4\x32\xa9\x75\xc2\x3f\x50\xd3\xa0\x4e\ \x87\x75\x70\x1e\xfd\x08\x4a\x99\x2c\x45\xe7\xec\x68\xf6\x92\x00\ \x40\xf6\xcd\x09\x33\x68\x67\xe7\xd4\x23\x11\x3b\x1c\x60\xe9\xf6\ \x40\x60\x27\xf4\x6b\x46\xf5\x48\x97\x5e\xdc\x39\x06\x04\x08\x46\ \xf5\x30\xed\xca\x35\x1d\x7f\x05\x08\xdb\x7d\xe8\x58\x0c\x41\x00\ \x20\x18\x67\x94\x32\x80\x73\x19\x77\x8c\x58\x62\x72\xa1\x36\xad\ \x9f\x76\xba\x0f\x41\x00\x94\x43\xc4\x12\x4e\x46\x91\x83\xff\x4f\ \x48\x21\xc6\xeb\xab\xaa\x28\xcf\x2b\x28\x24\x92\xd4\x11\xfe\x16\ \xe8\x78\x10\xf0\x7c\xec\x96\x40\x76\x7a\x75\xc7\x27\x02\xea\x08\ \x3c\x22\xd4\xda\xd2\x1c\x0e\x87\xdd\x1e\xcf\x19\x3a\xd4\x8e\xbe\ \xa3\x03\x07\x5f\xc3\x80\xe4\x9c\x1f\xd8\xb7\x17\x21\x88\xf1\xfa\ \x8e\x8f\xcc\x6f\xa4\x31\xd0\x61\x2c\x44\x49\x01\x2c\x4a\x5b\x9b\ \x1a\xd3\x33\xb3\x92\x53\x52\xd9\x99\x15\x7f\x75\x78\xc1\x81\x83\ \xaf\x87\x1a\x84\x10\xf5\xf5\x75\x91\x70\x08\x41\xcf\x32\x94\x11\ \xc6\xfe\x84\x04\xaf\xd7\xc7\xce\xb8\x22\xb4\xc3\x0b\x0e\x1c\x7c\ \x6d\xd4\x40\x08\xe9\x99\xfa\x0b\x8c\x31\x3b\x51\xfb\x1c\xc6\x17\ \x1c\x38\x70\xd0\x4d\x94\x41\x88\x1e\x28\xe2\x76\x76\x70\xf6\x0d\ \x38\x70\xe0\xc0\xe1\x05\x07\x0e\x1c\x38\xbc\xe0\xc0\x81\x03\x87\ \x17\x1c\x38\x70\xe0\xf0\x82\x03\x07\x0e\x1c\x5e\x70\xe0\xc0\x81\ \xc3\x0b\x0e\x1c\x38\x70\x78\xc1\x81\x03\x07\x0e\x2f\x38\x70\xe0\ \xc0\xe1\x05\x07\x0e\x1c\x38\xbc\xe0\xc0\x81\x03\x87\x17\x1c\x38\ \x70\xe0\xf0\x82\x03\x07\x0e\x1c\x5e\x70\xe0\xc0\x81\xc3\x0b\x0e\ \x1c\x38\x70\x78\xc1\x81\x03\x07\x0e\x2f\x38\x70\xe0\xc0\x81\xc3\ \x0b\x0e\x1c\x38\x70\x78\xc1\x81\x03\x07\x0e\x2f\x38\x70\xe0\xc0\ \xe1\x05\x07\x0e\x1c\x38\xbc\xe0\xc0\x81\x03\x87\x17\x1c\x38\x70\ \xe0\xf0\x82\x03\x07\x0e\x1c\x5e\x70\xe0\xc0\x81\xc3\x0b\x0e\x1c\ \x38\x70\x78\xc1\x81\x03\x07\x0e\x2f\x38\x70\xe0\xc0\xe1\x05\x07\ \x0e\x1c\x38\xbc\xe0\xc0\x81\x03\x87\x17\x1c\x38\x70\xe0\xf0\x82\ \x03\x07\x0e\x1c\x5e\x70\xe0\xc0\x81\x03\x87\x17\x1c\x38\x70\xe0\ \xf0\x82\x03\x07\x0e\x1c\x5e\x70\xe0\xc0\x81\xc3\x0b\x0e\x1c\x38\ \x70\x78\xc1\x81\x03\x07\x0e\x2f\x38\x70\xe0\xc0\xe1\x05\x07\x0e\ \x1c\x38\xbc\xe0\xc0\x81\x03\x87\x17\x1c\x38\x70\xe0\xf0\x82\x03\ \x07\x0e\x1c\x5e\x70\xe0\xc0\x81\xc3\x0b\x0e\x1c\x38\x70\x78\xc1\ \x81\x03\x07\x0e\x2f\x38\x70\xe0\xc0\xe1\x05\x07\x0e\x1c\x38\xbc\ \xe0\xc0\x81\x03\x07\x0e\x2f\x38\x70\xe0\xc0\xe1\x05\x07\x0e\x1c\ \x38\xbc\xe0\xc0\x81\x03\x87\x17\x1c\x38\x70\xe0\xf0\x82\x03\x07\ \x0e\x1c\x5e\x70\xe0\xc0\x81\xc3\x0b\x0e\x1c\x38\x70\x78\xc1\x81\ \x03\x07\x0e\x2f\xfc\x3f\x76\xae\x34\x46\x8e\xe3\x3a\xbf\x57\xd5\ \x3d\xe7\xce\xce\xec\x7d\xf2\x26\xc5\x5b\x94\xa8\x5b\xa6\x42\x38\ \x94\x0f\x98\x91\x0d\x53\x31\x2c\xc8\xb0\x21\x20\xb6\xa9\x38\x50\ \x14\x24\x48\x10\x07\x31\x12\xc0\x4e\xec\x1f\x4e\x10\x1f\x91\x2c\ \x98\x89\x49\xc9\xb4\x4c\x27\xa2\x72\xc8\x10\x14\x2b\x92\x10\x52\ \x54\x48\xd3\x24\x45\x93\xd4\xb1\xa2\x48\x2e\x8f\xe5\x72\xb9\xc7\ \x9c\x3d\xdd\x5d\xf5\x5e\x7e\x74\xcf\xec\xec\x31\x4b\x49\x56\xa4\ \x15\xb7\x3e\x0c\x06\xbd\xb3\x33\xdd\xd5\x5d\xaf\xbe\xfa\xde\x51\ \x65\x60\x60\x60\x78\xc1\xc0\xc0\xc0\xf0\x82\x81\x81\x81\xe1\x05\ \x03\x03\x03\xc3\x0b\x06\x06\x06\x86\x17\x0c\x0c\x0c\x0c\x2f\x18\ \x18\x18\x18\x5e\x30\x30\x30\x30\x30\xbc\x60\x60\x60\x60\x78\xc1\ \xc0\xc0\xc0\xf0\x82\x81\x81\x81\xe1\x05\x03\x03\x03\xc3\x0b\x06\ \x06\x06\x86\x17\x0c\x0c\x0c\x0c\x2f\x18\x18\x18\x18\x5e\x30\x30\ \x30\x30\xbc\x60\x60\x60\x60\x78\xc1\xc0\xc0\xe0\x83\x02\x6b\x86\ \xff\x21\x22\x0a\x81\xb3\xaf\xd1\xcc\x4c\xcc\xc0\x6c\xfa\x6f\xee\ \x00\x01\x51\x20\xe2\xac\xb3\x47\x06\x60\x22\x9e\xce\x1a\x51\x08\ \x61\xd9\xb3\xf3\x79\xb2\x56\xa4\xf5\xdb\xe6\x05\x21\x84\xe3\x38\ \xa5\x62\x81\x67\xd9\xf0\x63\x06\xdb\xb6\x1a\x52\x8d\x52\x4a\x36\ \xd4\x30\x47\x48\x01\x51\x6b\x9d\xcf\xe6\xb4\x52\xb3\xb0\x6d\x89\ \x64\x43\x2c\x16\x67\xa6\x09\x9f\x5b\xb6\xce\x8f\x5e\x3e\x7b\xd2\ \x67\x04\x98\x5d\x74\x86\xc0\x8d\x1d\x3d\xc9\x96\x0e\xd2\xd3\x3f\ \x4f\xcc\x65\xc7\xa6\xbd\xd5\x7c\x3e\xe7\x38\x4e\x73\x73\x8b\x10\ \x72\xb6\x31\x9d\xe3\x38\xf9\x5c\xb6\xb5\xad\x5d\x4a\x0b\xc0\x50\ \xc3\xd5\x4f\x0a\xbe\xf2\x87\x2f\x0f\x35\x36\x66\x62\xb1\xf8\x6c\ \x6b\x9e\xd6\x6a\x64\x64\x38\x99\x4c\x36\xa4\x1a\x99\xa8\xaa\x14\ \xfc\x7c\xf6\xfc\x9e\x9f\xa7\xa5\x4e\x36\xa4\xaa\xc3\x11\xb8\xf2\ \xfe\xbe\xb2\x82\xf2\xfc\x61\xc7\x6f\x58\x7b\x5b\xf3\xfc\x25\x34\ \x1d\xd5\x4e\xaf\x17\x7c\xdf\x2f\xe4\xf3\x0b\x16\x2e\x8e\x44\xa3\ \xb3\xd0\x50\x1a\xd3\x19\x21\xc5\xd8\xe8\x48\x6b\x5b\xbb\x51\x0c\ \x73\x81\x19\xc6\x46\x46\x9a\x9a\x5a\x5a\x5a\xdb\x66\x67\xfb\x12\ \xc9\x86\xb3\x67\x4e\xc5\x62\x71\x29\xc3\x49\x54\x58\xf6\xa5\x63\ \xfb\x9b\xc1\xed\xb6\x19\x8a\x97\x00\xc5\x38\x1d\xbc\x2f\xbc\x80\ \x0c\x8c\xe3\xc7\xc4\xa9\x68\xf4\xe4\xeb\x2f\x27\xdb\xba\x22\x91\ \xe8\x54\xdd\x6d\x4d\x4b\xcf\xca\xf7\xa5\x65\x45\xa2\xe1\x0f\xaa\ \x3f\x63\x66\x44\x0c\xde\xdf\xa9\x13\x20\xa5\x00\x60\xd2\x7c\x05\ \x69\x15\x5c\xb4\xf6\x72\xc1\x3b\x33\x23\x8a\x74\x3a\x33\x72\xf9\ \x72\xf0\x5f\x33\x6e\xae\x76\xbd\x00\xae\xeb\x36\xa6\x33\x55\x6b\ \x7c\x6f\xfa\xbd\x62\xac\xa0\xb5\xae\xda\x61\xad\xf1\x57\x0f\xa2\ \xd1\xa8\x10\x42\x29\xdf\xb2\xac\x6a\xc3\x5c\xc5\x0b\x1a\xe2\x5c\ \xb8\xcc\xc2\x06\xd4\x10\x7c\x99\xc7\x6d\xfa\xbd\xf1\xba\x11\x90\ \x81\x01\x81\x81\x91\x83\x16\x00\x6b\x15\x8f\xc6\xec\xb2\xe3\x97\ \xcb\x91\x68\x1c\x58\xbf\x25\xbd\xc0\x15\x42\x63\xa2\xca\xfd\x84\ \xb7\x1b\x28\x25\x9a\xae\x57\x84\xb4\x04\xb2\x56\x9a\x01\x10\x85\ \x94\x82\x94\xa2\x49\x71\x18\x7f\xf4\xd5\x37\xce\xb5\x2e\x5e\xd1\ \x1c\x45\xe2\x99\xc5\x4e\xf8\x18\x27\x31\x05\x33\x03\x6b\x00\x24\ \xc3\x08\x73\x06\x81\x41\x56\xad\x91\x99\xc3\x51\x4a\x34\xc9\x48\ \x02\xc3\xab\x58\xaf\xd6\xf4\xce\x8d\x44\x08\x18\x3c\xfd\xea\xb0\ \x6c\x5f\xd1\xd3\x4c\x44\x53\xa7\x79\x66\x0e\x9a\x22\x03\x3a\xe0\ \x29\x6d\x26\x62\x62\x40\x0d\x80\xc0\xc1\x94\x8d\x55\x72\x7b\x2b\ \x84\x28\x44\x10\x9b\x60\x26\x0e\x6e\x45\x0a\x04\x66\xcd\x80\x88\ \x42\x40\xf5\xf3\x7a\x71\x04\x86\x2a\x1b\x40\x25\x54\xcf\x4c\x04\ \xc4\xac\x75\x3d\xe9\x22\xea\xf5\x03\xe9\xf0\x89\x07\x7d\x40\xc1\ \x3b\x11\xd7\x39\x13\x22\x94\xc6\x06\x2f\x0c\x65\x09\x11\x11\xa9\ \x9c\x1f\x38\x7f\xd1\xa5\x09\xa2\x00\x85\x10\xc5\xbe\x5d\x3b\x77\ \x9e\xcc\xb3\xb8\x12\x5f\x72\xed\xd5\x89\x88\x82\x26\x30\x33\x03\ \x22\x30\xb3\xae\x70\xb0\xc1\xd5\x8e\xc0\x1a\x01\x91\x6b\x30\xc5\ \x1a\x19\xd1\x92\x92\x86\xce\x9d\x7a\xe5\xc4\x89\xbe\x53\xe7\x72\ \x8e\x7a\xe7\x06\x82\x42\x08\x3a\xf4\x8b\x5d\xbb\xf7\x9f\x16\x42\ \x40\x1d\x6b\xa4\xc0\x1a\x01\x82\xc6\x4c\x68\x33\x11\x90\x62\xd6\ \x44\x9a\x35\xb1\xd6\x4c\x9a\xb4\x62\xd2\x44\x9a\xaf\xf4\x02\x26\ \xc1\xea\xd2\x48\xee\xc4\xc5\xd1\x53\xa3\x8e\x66\x96\x4c\x40\xea\ \x52\xae\x30\xe2\x2a\x00\x12\xda\xeb\x1f\xca\x67\x3d\x0d\x5c\xf7\ \x24\x44\x44\xe3\xc7\xe1\x75\x89\x34\x33\x41\x70\x50\xe7\xee\xeb\ \xea\x05\x26\x3d\xc1\x83\xa8\xb0\x74\xbd\xc7\x68\x59\xf2\xf8\xb3\ \x8f\xfc\xf8\xc2\x9a\x6f\x3d\xb8\x25\x09\x50\x3c\xf9\xe2\xb7\x1f\ \x7a\xe9\xcb\xdf\xfc\xeb\xe5\x4d\x12\x80\xb5\xa6\xc0\xf5\x62\xad\ \x7c\xa5\x18\x18\x50\x5a\x16\x90\xd6\x28\x25\x02\x2b\x5f\xf1\x0c\ \x7a\xae\xa2\x59\xaa\x96\x41\xcc\x01\x85\x1b\xcc\x09\x5e\x08\x12\ \x81\x15\x0b\xc4\xca\x5c\x3d\x61\x62\x40\x69\xf1\xd8\x33\xdb\xb7\ \x3d\xf5\xcb\xfe\x54\x73\x46\xb9\xfa\xa6\xdf\xdd\xfa\x99\x9b\xe7\ \x6b\xad\x01\x85\x14\x48\xca\x27\x94\x96\x14\xa4\x35\x0a\x89\xc8\ \xca\x57\x28\x2d\x29\x90\xb4\x0e\xe4\x88\xb4\x2d\x64\xd2\x8c\x52\ \x20\x00\x2b\xa5\xf4\x44\x57\xba\x7a\xd1\x71\x87\x22\xf8\x82\xd6\ \x93\x12\xe7\x4c\x04\xa4\x81\x08\x00\x99\x29\x08\x2b\x04\xad\x0f\ \x44\xfd\xcc\x52\x41\xb2\xf7\x9f\x87\xcf\x3c\x3b\xe8\xa6\xa2\xa2\ \x58\x56\xdd\x3d\x9d\x5f\x5a\xd7\x95\xe1\xe2\xf6\xbd\xaf\xb5\xaf\ \x5e\x7d\xdf\x3c\xf9\xcc\x81\xbe\x5f\x14\xa3\x0f\xdc\xbe\x30\x8d\ \xac\x09\xae\xa0\x19\x10\x00\x30\x7c\x68\x02\x51\x13\x10\xb1\xaa\ \x1b\xe9\xa8\x9b\xa7\x0c\x55\x7a\xed\xad\x06\x1d\x53\x37\xe5\xc2\ \x02\x65\x24\x1a\x4f\x04\x91\x98\x78\x3c\x62\x49\x21\x84\xce\x9d\ \xd9\xbd\xf3\xf1\x23\x67\x47\xa3\x6d\xab\xef\xbd\xef\xde\xa5\x96\ \x14\x42\x48\x69\xe7\xdf\x7c\xee\x7b\x3f\x7a\xa6\xc0\x16\x5b\x99\ \x3b\xb7\xdc\xfb\xdb\xd7\x76\x29\x5f\xcd\xe4\xea\x05\x9a\xa4\xa6\ \x6c\xc1\xf8\x11\x73\xc8\x8f\x60\xae\x8c\xbf\xaa\x8b\x3c\x49\x8e\ \x0b\xcb\x86\xa3\xff\xf1\xe8\x13\xfb\x4b\xf7\xff\xc5\xd7\xd7\x76\ \xc6\xcb\xf9\xac\x1f\x4d\xe7\x4f\xed\xfb\xe7\xc7\x9f\xbe\x30\xea\ \xf7\xac\xff\xc8\x7d\x9f\xd9\x24\xcf\x1f\x79\x64\xfb\xae\xb3\x65\ \xc1\x10\xd9\xf0\xa9\xcf\x6f\xbe\x65\xb1\xce\x9e\xdd\xfd\xd3\xc7\ \x7f\xd9\x77\xb9\x69\xe1\x4d\x5f\xbe\xff\x6e\xef\xe8\xb3\x8f\x3d\ \xf9\xc2\x88\x83\xd7\x6c\xf8\xf4\x17\x36\xaf\xb3\x84\xc0\x9a\xcb\ \x4d\xb5\xc6\xea\x78\xd0\x53\x87\x23\x11\x2b\xcd\xa4\x83\x46\x72\ \x8d\xc3\xc3\xc0\x33\x4b\x5d\xdb\xc2\x03\xc7\x4e\x3f\x35\x08\x0f\ \xde\xb1\x6c\x79\x5c\x14\x0a\xf9\x7f\xdc\x73\xea\xb1\x44\xf4\x81\ \x65\x76\x44\xc8\x28\xbb\xcf\x1f\x38\xff\x6c\xd1\xfe\xc3\x5b\x7b\ \xe7\x4b\x7f\x86\x71\x33\x7e\x45\x84\x60\x52\x0d\xdb\x4c\x0c\xa4\ \x98\xea\x96\x35\x5a\xf5\x86\x61\x20\x8b\x18\x6a\x7b\x21\x64\xb9\ \x7a\xc3\x11\x23\xf6\xe0\xa1\xff\x7e\x78\xdb\x40\x04\xa1\x3c\xf8\ \xfa\xa0\x6a\x8a\x47\xdc\xe7\x76\xfc\xd3\x41\x77\xdd\x57\xfe\xe0\ \xc6\xbd\x3b\xfe\x7e\xdb\x13\x8b\xbf\x7e\x77\x12\x00\x51\xe0\xf0\ \x99\xa3\x67\x74\xfb\x83\x0f\xdc\x53\x3c\xf8\xef\x3f\xdc\xf6\x83\ \xcc\xd7\xbe\xb6\xbe\x19\xfc\x99\xbc\xc1\xda\x67\xcb\x00\x40\x64\ \x78\x61\x0e\xe9\x05\x60\xe0\xaa\x19\x86\xaa\x9e\x10\x91\x2b\xb2\ \x1f\xfd\x4b\xfb\x0e\x1d\x5e\xf8\x89\x3f\x5b\x3f\x2f\xad\x94\x9f\ \x48\x37\x03\x83\x6e\x5f\x7e\xf7\x17\x16\x50\xb6\xef\xe1\xef\xef\ \xde\x73\xfd\x6d\x1f\x72\x4f\x1d\x1f\x48\x7c\xf1\x4f\x7f\x8f\x8f\ \x3d\xf1\xf0\x4f\x7e\xba\x66\xcd\x1f\xf7\xff\xec\x07\x2f\x0e\x2d\ \xf9\xd2\x57\x3e\x1b\x97\xb1\xd8\xe5\x23\x0f\x6d\xff\xf9\xd2\x2d\ \x5b\xef\x49\xf7\x7f\xe7\xbb\x3f\xda\xbb\xf2\x2f\x2d\x5b\x86\x9c\ \x34\xd9\xea\x83\x39\x2a\xf8\x5c\x00\x00\x69\x3d\xe9\x3b\xc4\x0c\ \xe4\x83\xd2\x2c\x18\x81\x11\x80\x02\x82\x08\xb3\x95\x58\x5f\x2b\ \x08\x70\xdd\x7d\x17\xf3\x2b\xaf\x59\xb2\xaa\x01\xb5\xd2\xe9\x4c\ \xc3\x5d\xcb\x1a\xfe\xee\xcc\x68\x69\x41\x4b\x04\xf5\x7f\x1d\x7c\ \xa3\x3b\xd3\xf8\x27\xb7\xf5\x76\x0a\xe5\xf9\x7c\x85\xd8\x69\x25\ \x52\x17\x5c\x1b\x03\x2e\x25\x06\xad\xa9\xfe\xd4\x5a\x4f\x2f\x30\ \x91\x06\x00\x9a\xe8\x4d\x10\xd5\x0d\xa3\x06\x0e\x4b\xa4\xb1\xa9\ \x77\xfe\xfc\x98\xe0\x12\x0c\x1f\x3b\x47\x54\xbc\x70\xf4\xd4\xf9\ \x61\x8d\x8f\xef\x78\xad\x30\xc6\xd8\xe4\x79\x5e\x04\x98\x49\x2b\ \x62\x99\xca\x34\x75\x75\xf7\x34\x7d\xf2\xee\x3d\x2f\x7e\xeb\xf0\ \xf1\x81\x1b\x36\x76\x6a\x5f\xd7\x7d\x56\x38\xa1\x4f\x88\x88\x59\ \x9b\x01\x33\x27\x80\xc8\x44\xc4\x04\x3a\xf4\xf0\xa7\xb1\x46\x21\ \x40\xbb\x9e\xd2\xb1\xb8\x05\xe4\xfb\xbe\x0f\x80\xd2\xc2\x81\xbe\ \xc3\x4f\x3e\xbd\xaf\xa8\xf5\xa5\x9c\x5f\xce\xe5\x75\x14\x63\xa9\ \x96\xae\xee\xee\xf6\xcc\xc6\x8e\x17\xfe\xf5\x7c\xff\xf9\xe3\x27\ \xb2\x1b\x3f\xbf\x79\xf5\xe2\x76\x06\x1c\xdc\xfb\xdc\x85\x81\x41\ \xef\x7f\xfe\xed\x14\xbb\x64\x5b\xae\x93\x23\x46\x66\xd2\xa4\xf5\ \xc4\xd2\xc0\x5a\x73\x44\x64\x00\x7b\x72\xdc\x11\x81\x89\x48\x13\ \x33\x01\x71\xa5\x1c\x92\x29\x20\x04\x02\xa8\x5f\x48\xcc\xc8\xa0\ \x7d\x9f\x21\x25\x08\x7c\x5f\x69\x96\x80\x96\x14\xac\xb5\xd2\x0a\ \x88\x01\x20\xeb\x78\x67\xb3\xe5\xce\xb4\xbc\x82\x6c\xe6\x20\xd6\ \x19\xfa\x3f\xc0\x40\x10\xa6\x55\x80\x74\x30\x80\xa6\x9d\xe9\xad\ \xe9\x43\x88\x0c\xc4\x44\x3c\x1e\x5f\xa9\xca\xb6\x7a\x3c\x47\x1a\ \x7c\xcf\x4f\x2f\x58\xb3\xe9\x23\x77\x26\x11\x72\xbf\x56\x2f\x1d\ \x3e\xe8\x91\x94\x68\x2f\xbd\xf5\x93\x0f\x7c\x6c\x89\xaf\x08\xed\ \xa4\x1c\x7b\xc9\x0f\x32\x1a\xa4\x39\x98\xf1\x8b\xd9\xbc\xeb\xb7\ \x46\x25\x29\xa5\xa7\xf3\x93\x70\x62\x6f\x30\x22\x22\x32\x13\x31\ \xcd\xb6\x32\x32\x83\xff\x17\x5a\x00\x20\x26\x26\xa6\x20\xba\x17\ \x04\xe0\x2b\x0e\x45\x68\xd3\x9a\x55\x34\xbd\xb0\xbd\xfd\xe9\x7d\ \xfb\x47\x36\x2e\x49\x5b\xa4\xc1\x8a\x78\x67\xfe\xe5\x27\x3b\xe9\ \x96\xdf\xff\xa3\x4d\x1d\x8f\x7e\xf3\x1f\x5c\x4f\x91\x4d\x4c\xda\ \x73\x95\xeb\x2a\x81\x0c\x8c\xb6\xe5\x0d\x8f\x66\x01\x3a\x18\x40\ \xd8\xc2\x4a\x76\x6d\xfe\xdc\x17\x57\x35\x0a\x42\x99\x4c\xd2\x53\ \xcf\x3b\xdc\x00\xa0\xc7\x79\x01\x27\xb2\x03\x03\x08\x21\xc2\x91\ \x32\xa9\xcd\xa4\x59\xfb\x00\x9a\x29\x94\x37\x00\x80\x1c\xba\xf9\ \x30\x43\x70\x0c\x81\x85\x58\x16\xb7\x9f\xef\x1f\x2b\x74\xb5\x35\ \x00\x83\xa7\x7e\xd5\x9f\xef\x6a\x6e\x4b\xb2\x76\x19\x3f\xb6\xae\ \x77\x55\xee\xf2\x77\x5e\x3c\xed\xde\xda\xbb\x21\x2d\xcb\x8a\x67\ \x72\x24\x2a\xe4\x89\x18\xc4\x65\x00\x04\x06\x7a\x3b\x0c\x3b\xe2\ \xdb\x88\x3b\x02\x13\x33\x71\x40\x78\x5c\xed\x03\xa2\x6a\x11\xc1\ \xa4\x9f\x68\x0b\x7c\xd7\x29\x16\x8b\x25\xc7\x15\x12\x4a\xc5\x52\ \xa1\x90\x2f\x63\xdb\x9d\x1b\xae\x7b\xe8\xe9\x9d\x8f\x95\xd6\x27\ \x48\xac\xbc\xfd\xc3\xeb\x5a\x9b\xe3\x6a\x78\xef\xde\xc3\x1f\x6f\ \xb6\x07\xfb\x0e\xec\x7a\x34\xaa\xfb\x0f\x8d\xa6\x56\x7c\x6e\x79\ \xa6\xe4\x78\xb5\xe1\xd1\xc9\x25\x12\x35\x35\x0c\x04\xc8\x34\x63\ \x7e\xc6\xe0\x2a\x8b\x2f\x10\x13\x13\x12\x8e\x07\x20\x6b\xac\x11\ \x00\x98\x55\x09\x22\x1b\x36\x6f\x39\xfa\xdd\xc7\xfe\xf6\x1b\x03\ \x6b\x97\x76\x96\x73\xb9\x9e\x75\x37\xf7\x74\xb7\x1f\x7c\xf5\xc0\ \x73\xb2\xe5\xcd\x61\x67\x3d\xb2\xf2\xdc\x92\xe3\x6a\xa5\x95\xef\ \x95\x0a\x25\xcf\x6e\xfa\xd0\x9d\x37\x7c\x6f\xf7\x0f\xbd\xfe\xb5\ \x99\x64\xf3\xed\x77\xac\x5f\xbf\xf0\xc0\xae\x6d\x3b\x6e\x5a\xd1\ \x46\x0d\x3d\x1f\xdd\x74\x6b\x6b\x26\xdd\xff\xbf\x7b\x5e\xd9\xb0\ \x72\x69\x8a\x15\x4f\x63\x8d\x10\xc8\x04\xe2\x6a\xa5\xe3\x84\x98\ \x08\x69\x26\x66\x82\xd0\xe7\x08\x26\x56\x08\xab\x8c\x66\x30\x5f\ \x97\x70\xd3\xb2\xe6\xd7\x0e\x0d\xfd\xcd\x4b\xee\xea\xb4\x75\x69\ \xa4\x74\x4a\x47\xb7\x2e\x4a\x4a\xed\x95\x3c\x9d\xf5\xf4\xb5\x4b\ \xdb\xb7\xaa\x8b\x0f\xed\x3f\x1f\xb9\xb9\xeb\xfa\x24\xd6\x63\x06\ \xe4\x30\xee\x18\x64\x6b\x30\xf0\x7a\x82\xda\x21\xd6\x40\x75\xdb\ \x20\xbf\xfa\xd5\x3f\x9f\xf4\x91\x40\x74\xcb\xe5\x42\x21\xdf\xde\ \xd1\xe1\x7b\xde\x78\x4e\xa8\x22\xe1\xa8\x22\x20\x6a\x5f\xc4\x2c\ \xac\x78\x5b\xe7\xfc\x79\x6d\x69\xd0\x9a\x50\xa6\x5a\x3a\x7a\x7a\ \x3b\x7b\x97\xae\x5a\xdc\x6a\x0d\x0d\x8d\x68\xd9\x30\x6f\x61\x6f\ \x26\xd3\xde\xdb\xda\x24\xad\x58\xcc\xbf\x70\xfc\xac\xbf\xb0\xb7\ \x35\xd6\xbc\xe4\xae\x2d\x9f\xe8\x4d\xa0\xaf\x27\x9e\x16\xc2\xcb\ \x50\x4d\x20\xba\xa6\xd8\x89\x86\x2e\x0d\x76\x74\x76\x12\x91\x19\ \x36\x57\x37\x84\x10\x83\x17\x2f\xb6\xb5\x77\x86\x76\x18\x98\x62\ \x50\xb9\x10\x1a\x67\x50\xd4\xa2\xad\xc6\xee\x1b\xd6\xaf\xb0\xbd\ \x7c\xae\xe8\x46\x52\x2d\x0b\x97\xae\xba\xe5\xfa\x55\xb2\x70\xe9\ \xe2\xa8\xd3\xb3\xe6\xe6\x1b\x57\x2f\x48\x46\x23\xa9\x96\x8e\x79\ \x3d\xad\x16\x42\xa2\xb1\xa9\xb7\xb7\x67\xd1\xf2\x95\x8b\x9a\xad\ \xa1\x4b\xc3\x18\xcf\xcc\x5f\xb2\xfa\x86\xeb\x56\x44\xdd\xd1\xe1\ \x9c\x9b\x68\xe9\xea\xed\x6c\xef\xe9\xe9\x6a\xb0\x75\xa2\xb5\xb7\ \x25\x8e\x8a\x42\x6b\xe4\x6a\xf4\x2e\x34\x4b\xb4\x6d\x6b\x60\x60\ \xa0\x31\xd5\x18\x89\x44\xaa\x51\xd0\x81\x57\x8e\xb4\x7b\xa3\x42\ \x79\x81\x3c\x80\xa0\xcd\xa1\x3d\xd3\x34\x43\xa8\xe6\xc5\x44\x91\ \x88\x7d\x63\x47\x3c\xa2\xd4\x98\xcf\x2d\xe9\xc4\x67\x97\x37\x2d\ \x8e\x80\xd2\x14\xb3\xac\x05\xa9\x48\xab\xc0\x79\x4d\xb1\x16\xa9\ \x95\xb0\x7a\x63\x58\x79\x04\x53\xce\x53\x4d\xa6\x06\xcd\x0d\xd5\ \x16\x03\xb2\x25\xed\x0b\x65\x4e\xad\xb8\x3e\x16\x4f\x4c\x9d\xe6\ \xa7\x59\x1f\x21\x84\xc8\x65\xb3\x17\x07\x2e\xac\x59\x77\x9d\x53\ \x2a\x55\xf2\xc4\x01\x05\x86\x69\xe4\x69\x35\x86\x8c\xc4\x22\x42\ \x3b\x65\x0f\x00\x50\xda\xb1\xa8\xe5\x3a\x65\x02\xb4\xa3\xb1\xa8\ \x2d\x81\xa9\xec\x38\xbe\x66\x3b\x1a\x4b\xc4\x22\xc7\x9e\xfa\xf6\ \x23\x87\x5b\xbe\xf1\x57\x5b\x33\xaa\x58\x2a\x95\xfd\x19\xeb\x1f\ \xb1\xf2\x16\xd0\x74\xb0\x62\xea\xc4\xf1\x5f\xaf\xbb\x6e\xbd\x9a\ \x7d\x0b\x69\x0c\xde\x5d\x48\x29\x8f\xbe\x7c\x78\xcd\xb5\xeb\xaa\ \xc5\x03\x35\xf5\xb7\xd5\xd4\x00\xc4\x13\x71\x29\x04\x0a\xcb\xb6\ \xc3\x25\x8c\xca\x2b\xe5\x8a\x6e\x3c\x1e\x93\x02\x81\x74\xb9\xec\ \x68\xb0\x63\x51\x51\x76\xca\x8c\x56\x2c\x66\xab\x72\xd9\x27\x8c\ \xc4\x62\x51\x5b\xb2\x56\x8e\x53\x26\xb4\xe2\xf1\xa8\x14\x48\xca\ \x73\xca\x2e\x0b\x3b\x1e\x8d\x28\xb7\xe4\x05\xb5\x32\x61\xed\x4c\ \xd5\xa3\x15\x10\xae\x9b\x4a\xbe\x7c\xe4\xd0\xbc\xde\xf9\xc9\x86\ \x86\xa0\x49\x56\x34\x7e\xf8\xc9\xed\x6b\x8b\xa7\x6d\xbf\xcc\x50\ \x51\x13\x35\xd9\xce\x99\x5d\xe0\xa4\x25\x00\x01\x10\xc1\x42\xc0\ \x20\x4c\x48\xc0\x50\xf2\x29\x6a\x09\xd6\xe4\x32\x00\x40\xdc\x12\ \x4c\x54\xa6\x19\xf3\x11\x08\xc8\xc8\xc0\x2c\x40\x30\x40\xa5\xcd\ \xb1\x44\xe2\x57\x59\xea\xfe\xf4\xfd\xe9\xe6\x96\xa9\x0b\x2b\xad\ \x7a\x91\x1e\x5f\xf9\x44\x04\x08\xc4\x95\x60\x6c\x20\x99\x02\x31\ \x32\x5d\xb0\x43\xbb\x8e\x53\x6d\x8f\xf2\x1d\xe5\x07\x87\xbe\x53\ \xf2\x9d\xf1\x11\xae\xca\x4e\xde\xf7\x9a\x96\xdd\xf1\xa9\x8c\xad\ \xb2\xa3\x39\x52\x95\x2a\xac\x29\x61\x8e\xda\x6c\x0b\x56\x52\x21\ \x08\x20\xd0\x75\x5c\xb3\xce\x7a\x4e\xf9\x11\x9e\xe7\x45\xec\x88\ \xe6\x30\xba\x80\x5c\xc9\xf6\x31\x00\x83\x94\x72\xd7\xae\x9f\x0d\ \x0f\x0f\x4b\x19\x9a\xb4\xf2\xfd\xee\xee\xee\xbb\xee\xfa\x1d\xa7\ \x50\xa8\x39\x93\xe7\x84\xf3\x88\x2a\x17\x55\xe0\xcb\xd7\xda\x27\ \x80\xef\x14\xfc\x9a\xb0\x59\x68\xc6\x58\x55\xe5\x5c\x29\x9f\x08\ \x33\x12\x80\x42\x68\xad\xb5\xef\x4f\x9a\x2f\x59\x6b\xdf\x75\xa3\ \x82\x15\x13\x54\xb3\xfe\x95\x20\x20\xd7\x5f\x23\x21\x10\x77\xbc\ \x72\x79\xcc\xd3\xb2\xf6\x84\x0c\x42\xc0\x3d\xcb\x9a\x10\xb8\xca\ \x8b\x8e\x4f\x57\x0c\xcd\x04\x99\x5c\xac\xd6\x4e\x10\xa1\x40\x00\ \xd6\x4a\xf9\x0a\x42\xdf\xe2\xad\xc4\x17\x98\x39\x91\x48\x68\xad\ \xcf\x9d\x3d\xd3\xd3\x33\x0f\x85\xa8\x68\xa6\x71\xc7\xea\x37\xad\ \x4e\x67\x48\x5c\x73\xfb\x82\x95\x5c\x76\x5d\x86\xe8\x0c\x19\x08\ \xac\x52\x50\xa8\x19\x10\x00\x5c\xd7\x7d\xb3\xef\xf5\xe6\xd6\x76\ \xb3\x38\x62\x8e\xa0\xa9\xb9\xf9\x64\x5f\xdf\x8a\x55\xab\xe3\xf1\ \x24\x31\x61\xe8\xa8\x63\xed\xa4\xbb\x71\xe3\x46\xcf\xf3\xc6\x23\ \x0e\xc4\xb1\x58\x2c\x12\x89\x5a\xf6\xbb\xb3\x03\x02\x8e\x2f\x70\ \xa8\x8e\xba\xb0\xd2\xb1\xff\xf4\x69\x40\x91\x48\x24\x6a\x88\x4c\ \xb7\x2c\x59\xd5\xf7\xc2\x89\x35\x4d\x91\x58\xc4\xae\xc9\xb0\x87\ \xa9\xd5\x99\x0d\xf7\xc3\x8b\x5a\x7d\x9a\x5c\xf9\x84\x88\xa9\xa4\ \xfd\x8e\x36\x44\xc1\x09\x47\x88\x4c\x74\x3a\xeb\x70\xcf\xb5\xc9\ \x54\x7a\xfa\x9d\x23\xa6\x5d\x67\x2d\x84\x28\x16\x0b\x27\xdf\xe8\ \x23\x22\x29\x65\xc8\x71\xef\xc7\xea\xd0\xea\xa5\xb1\x9a\x86\x05\ \x54\xbe\x97\xce\x34\x2d\x5a\xbc\xc4\xf0\xc2\xdc\x49\x49\xbc\x79\ \xf2\x8d\x5c\x2e\x6b\x59\x76\xc0\x07\x53\xad\xd1\x92\x72\xf2\x8c\ \xcd\xac\xb5\x7e\xd7\x0d\xb2\xd6\x1a\x01\x40\x6b\x2d\x84\x58\x7a\ \xcd\xf2\x78\x3c\x31\x1e\xed\x42\x44\x14\x27\x0f\xee\xc9\xbe\xbc\ \xcf\x72\x0b\x28\xde\xde\x16\x0c\x56\x9d\xaf\xab\xdf\x34\x98\x16\ \xc6\x21\x09\x05\xcc\x5b\xb1\xec\xb7\x3e\x9e\x6c\x6c\x9a\x76\x0b\ \x86\xe9\x79\x01\x00\x84\x14\x5a\xa9\x62\xa1\x48\x4c\x38\x85\x75\ \xde\x4b\x09\x59\x15\x44\xd5\xbf\x6d\x3b\x92\x4c\x26\x79\xc6\xba\ \x6c\x83\xab\x8a\x17\x10\x11\xb1\x58\x28\xf8\xca\x7f\x5f\xad\x11\ \x26\xed\xa0\x10\xe4\x29\x93\xc9\x06\x29\xe5\xa4\x10\x38\x22\xa2\ \xb4\x8a\xb9\xac\xef\x79\xb3\x2d\x9f\x8e\x28\x92\xa9\x94\x65\xd9\ \x6f\x6f\x5f\x96\xda\xce\x98\x8d\xde\x26\xc3\xa4\xbd\x71\x0c\xe6\ \x04\x3b\xcc\xca\x5d\x05\x01\x60\x86\x29\x0a\x85\x9c\x9d\x8b\xfb\ \xea\xed\x3d\x57\x37\xbe\xf0\x56\xee\xd6\xc0\xe0\xfd\x31\xe5\x0f\ \x5e\x9b\xf5\x07\x71\x08\x99\xfd\xa0\x0d\x0c\x0c\x0c\x2f\x18\x18\ \x18\x18\x5e\x30\x30\x30\x30\xbc\x60\x60\x60\x60\x78\xc1\xc0\xc0\ \xe0\xdd\xc6\xff\x0d\x00\x14\x91\xbe\xbe\xb9\xdd\x3f\x1d\x00\x00\ \x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ \x00\x01\x43\x9d\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\x4c\x00\x00\x01\x6e\x08\x02\x00\x00\x00\x65\x68\xb6\x35\ \x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\ \x01\x00\x9a\x9c\x18\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\ \x25\x00\x00\x80\x83\x00\x00\xf9\xff\x00\x00\x80\xe9\x00\x00\x75\ \x30\x00\x00\xea\x60\x00\x00\x3a\x98\x00\x00\x17\x6f\x92\x5f\xc5\ \x46\x00\x01\x43\x23\x49\x44\x41\x54\x78\xda\xec\xbd\x77\x9c\x54\ \xc7\x95\x2f\x7e\x4e\x55\xdd\x7b\x3b\xf7\xe4\x19\x66\x06\x86\x30\ \xe4\x9c\x41\x24\x09\x49\x28\x67\xd9\xca\x92\x65\xd9\x5e\xc7\xcd\ \xe9\xed\xae\xf7\xbd\xb7\xfb\x7e\xbb\xef\xad\x77\xbd\xb6\xd7\x51\ \xb6\x1c\x64\x2b\x67\x94\x10\x02\x09\x44\x10\x22\xe7\xcc\xe4\xc0\ \xe4\xd0\xe1\xa6\xaa\x3a\xbf\x3f\x7a\x66\x18\x60\x90\xb0\xd6\x96\ \x00\xf7\xf9\xcc\x07\xba\x6f\xdf\xee\x5b\xb7\x6e\x7d\xeb\xe4\x73\ \xf0\x81\x7b\x6f\x83\x2c\x65\x29\x4b\x97\x10\x11\x91\x61\x18\xc5\ \xc5\xa5\xb3\xe7\x2e\x28\x2f\x1f\xce\xa7\x4d\x9d\x98\x9d\x94\x2c\ \x65\xe9\x52\x22\x44\x54\x5a\x75\x76\xb6\xd7\xd4\x9c\x28\x2e\x29\ \x15\xbe\xe7\x67\x27\x25\x4b\x59\xba\x14\xa1\xce\x52\xc9\xe4\x96\ \xf7\x37\x0a\x22\xca\x4e\x47\x96\xb2\x74\x49\x0a\xed\x88\xac\xb9\ \xa9\x41\x64\x31\x9e\xa5\x2c\x5d\xc2\x38\x97\xd2\x13\x5a\xeb\xec\ \x5c\x64\x29\x4b\x97\x30\xce\xb3\xe2\x7a\x96\xb2\x74\xa9\x83\x5c\ \x67\x41\x9e\xa5\x2c\x65\x39\x79\x96\xb2\x94\xa5\x8b\x18\xe4\x4a\ \x65\x75\xf2\x2c\x65\x29\xcb\xc9\xb3\x94\xa5\x2c\x5d\xc4\x3a\xb9\ \xce\x82\x3c\x4b\x59\xca\x72\xf2\x2c\x65\x29\x4b\x17\x31\x27\xa7\ \xac\x4e\x9e\xa5\x2c\x5d\xda\x9c\x3c\x2b\xae\x67\x29\x4b\x59\x9d\ \x3c\x4b\x59\xca\x52\x56\x27\xcf\x52\x96\xb2\x74\xa1\x82\xbc\xa7\ \xb7\x27\x3b\x11\x59\xca\xd2\xa5\x0c\xf2\x2f\x7e\xf1\x8f\xb2\x13\ \x91\xa5\x2c\x5d\xc2\x84\xa4\x55\x76\x16\xb2\x94\xa5\x4b\x98\x44\ \x22\x91\xc8\xce\x42\x96\xb2\x74\x29\x83\x3c\x3b\x05\x17\xc0\x43\ \x30\x50\x98\x80\x08\x80\xd9\xc9\xb8\xb4\x15\x64\x20\x02\xad\x48\ \xf9\xa0\x54\x16\xe4\x7f\x00\xc4\x05\x70\x0e\x4a\xeb\xba\x43\xaa\ \x6a\x2f\xb9\x69\xca\x16\xf0\xb8\xa4\x01\x0e\x9c\x63\x20\x8c\xb1\ \x7c\x3e\x7c\x3c\x2b\x28\x03\x64\xa0\x24\xfc\xfe\xf5\xe5\x2c\xc8\ \x3f\x35\xee\x4d\x4e\x5a\xed\x59\x27\xb7\xaf\x82\xce\x93\xcc\xee\ \x45\xad\x18\x64\xdd\x99\x97\x38\xcc\x89\x0b\x32\x02\x5e\x28\x86\ \x05\xc3\xf9\xbc\xeb\xc5\xb8\xd9\x60\x06\x41\x7a\xbf\xd7\xeb\x62\ \x6f\x4f\x77\x76\xf6\x3f\x69\x32\x83\xd0\x56\xe7\xbe\xf4\x3d\x38\ \xbe\x43\x18\x26\x72\x0e\x8c\x65\x65\xf5\x3f\x24\x89\x5d\x93\x56\ \x12\x10\xc6\xcf\x37\xae\x7a\x90\x95\x55\x82\x6b\x67\x41\x7e\x49\ \x21\x5c\x1f\xfe\xc0\x7b\xf5\x87\xa2\xa3\x91\x05\x82\xd9\xf9\xf8\ \x03\xc6\x3b\x91\xef\xca\xdc\x52\x7e\xdd\x17\xc5\xe4\xcb\xc0\x77\ \x7f\x4f\xd7\x61\xd9\xa9\xfe\x44\xc9\x08\x50\xc3\x61\xf7\x99\xff\ \x2b\xba\x9a\x78\x16\xe1\x7f\xe0\x84\x88\x66\x40\x74\x37\xfb\x2f\ \x7e\x9b\xda\x1b\xc1\xb0\xb2\x20\xbf\xf8\x89\x0b\x48\x76\x78\x2b\ \x7f\x60\x38\x09\x66\x06\xb2\xfa\x77\x96\x00\x00\x0d\xcb\x74\x7a\ \xbd\x57\x7f\x04\x6e\x1a\x18\xcf\x82\xfc\x22\x27\xc6\xdd\xb7\x7e\ \xc9\x6b\xf7\x33\x2b\xcb\xc3\xb3\x34\x08\xe7\x66\x90\x1f\xfd\xc0\ \x7d\xed\xc7\xc0\x7e\x2f\x78\xcc\x5a\xd7\x3f\x29\x12\x86\xaa\x39\ \x40\xfb\x37\x7e\x4a\x08\xa7\xac\x61\xef\x82\xde\xff\x4d\x4b\x1d\ \xd8\xa4\x67\xad\x60\x23\x27\x81\x3c\xb3\x73\x19\x63\x2c\x10\x08\ \x20\x7e\xc4\x13\xd4\x5a\xbb\xae\x7b\x76\x27\x85\x2c\xc8\x3f\xa9\ \xdd\x5a\x58\xea\xf0\x07\xc2\xee\x85\x60\xf8\xe2\xc0\x38\x69\x00\ \x04\xfc\x3d\x6c\x0d\x5a\x03\xb2\x0f\x1b\x0f\x11\x10\xfd\x9e\xd8\ \x1a\x68\x05\xc8\x3f\xce\x8e\xe7\x3b\xc4\x4c\xe4\xec\xd4\x9c\x6a\ \xfd\x3b\x13\xb0\x19\x17\xe9\x5e\x7f\xef\x7a\xab\x72\xc6\x19\x20\ \xe7\x9c\x77\x74\x74\xbc\xf3\xce\xbb\x69\x3b\xcd\xcf\x3d\x27\x4a\ \xeb\x68\x24\xb2\x7c\xf9\x95\x39\x39\x71\x75\x7a\xa4\x4d\x16\xe4\ \x9f\x90\xa0\x4e\xbd\xed\x54\x7f\x08\xf9\x79\x4f\xb8\x97\x26\xa5\ \x01\x10\x18\x43\x61\x01\x67\x1f\x1f\xdf\x3e\xf1\xf9\xf7\x72\xb5\ \xd3\xdd\x71\x10\x85\x38\xbf\xaf\x00\x9f\x7e\x2b\xe7\x07\xbd\xdd\ \x87\x80\x1b\xfd\x87\x25\x79\x1e\x1a\x41\x60\x08\x00\xa0\x3c\xf2\ \x3d\x00\x8e\x66\xa0\xef\x48\xdf\x41\x89\x66\xf0\xd4\x91\xbe\x1b\ \x01\x60\x1c\x0d\x13\xc8\x14\xf3\xef\xc4\xce\x8d\xde\xd1\x46\x14\ \xfc\x5c\xd3\x85\x9c\x91\x94\xbf\xeb\x9d\x4e\x03\x84\x8d\xcb\x6e\ \x82\xfa\x35\x7e\x5d\x1b\x70\x7e\x6a\xcc\x52\xa1\x19\x02\xa4\x53\ \x63\x46\x03\x8d\xfe\x1b\xf7\x52\x84\x21\x3e\x62\x26\x3a\x0d\xaa\ \xb3\x07\x90\x01\x69\xe0\x71\x63\xc9\x75\x70\x78\x95\x7f\xb2\xeb\ \xd4\x4f\xfd\xb7\x64\x3d\x4e\x27\xab\xa8\xa7\x0d\x83\xd1\xc1\x11\ \x32\xa6\x69\x1e\x3b\x7e\xfc\xff\x7d\xeb\xdf\x92\xc9\x94\x38\xf7\ \x85\x7c\x29\xf3\x72\x73\x47\x8f\x19\x33\xb7\x70\x4e\x16\xe4\x9f\ \x06\x71\xae\x12\x9d\xd0\x5a\x87\xc2\x38\x8f\xb5\x48\x04\xc2\x58\ \xf0\x45\xb3\xb2\x94\xb4\x47\x3d\x0d\x72\xcf\x1a\xd9\xd8\x0e\x86\ \x01\x40\xe0\xbb\xa4\x14\x70\x13\x0d\x03\x94\x4b\x9a\xa1\x69\x82\ \xf2\x48\x11\x1a\x16\x68\x8f\x24\xa1\xe0\xe4\xbb\x40\x04\xc8\xd1\ \x34\x48\x33\x56\x36\x89\xa7\x4e\x80\x26\x20\x4d\xbe\x03\x1a\x40\ \x58\x7d\x18\x93\x0e\x49\x05\x28\xd0\x34\x01\x19\x90\x24\xdf\xa6\ \x14\x33\xca\x66\x0b\xd1\xea\xed\xd4\x90\x59\x57\xca\x85\xe8\xd8\ \xc0\x95\x4b\xd4\xbe\x97\xfc\x93\x49\x24\x85\xe5\x8b\x02\x97\x2d\ \x47\xa7\xca\xdb\xf0\xb2\xec\x76\x90\x73\xf0\x1d\x2c\x5d\x12\x9c\ \x3f\xd1\xdb\xf8\xb4\xec\x70\x90\x03\x49\xd3\x58\xf4\x88\x39\xaa\ \x9c\x48\x52\x57\x8d\xbf\xfd\x0d\x79\x52\xf2\xca\xf9\x78\x78\x0b\ \xa5\x93\x10\x0c\xf5\x01\x49\x4b\xf2\x3d\x20\x44\xc3\x02\xf2\xd8\ \xa4\x3b\xad\x92\x9e\xf4\x1b\x2b\xc1\x8a\xa2\x69\x80\x74\xc9\xf7\ \x01\x39\x9a\x16\x20\x03\xed\x93\xef\x02\x21\x1a\x81\x53\x7b\xdf\ \xe0\xbb\x60\x08\xbe\x47\x19\x7e\x98\x99\xa8\xcc\x25\xbc\x14\x61\ \x98\x8d\x5d\x08\x89\x4d\x54\xa3\x91\x73\x00\x02\xe9\x61\xe9\x65\ \xd6\x94\x91\xfe\xe6\xa7\x55\xda\x40\xa6\xc9\x17\xc6\xe2\x47\x98\ \xb3\xc3\xdb\x71\x10\x0c\x4e\x8a\x19\x0b\x1e\x61\xce\x7e\x1a\x76\ \x25\xef\x78\x53\xb5\x76\x00\x47\x72\xd2\x60\xe5\x89\x09\x97\xe9\ \x86\x77\x49\x6b\x44\x4d\x9e\x07\xc8\xd1\xb0\x80\x21\x80\x06\xdf\ \x25\xa5\x41\x58\xe7\xb7\xab\x02\x00\x20\x17\xd8\x56\xa7\xbb\x5a\ \x45\x24\x6f\x70\xda\x98\xe7\x79\x95\x63\xc6\xfc\xcd\x5f\xff\xb5\ \x6d\xdb\xec\xdc\x9c\x5c\x2b\x1d\x89\x44\x46\x56\x8c\xf0\x7d\x3f\ \x2b\xae\x7f\x3a\xd2\x3a\x78\x0e\xa5\x13\x60\x9c\x1f\x23\x05\x8b\ \x4f\x5b\x82\xed\xab\xbc\x03\x75\x6c\xc4\xbc\xc0\xdd\xff\xdb\x5f\ \xf5\x6f\xce\x81\x1a\x44\xc1\x86\xcf\xe5\x25\xf9\x74\x72\xbf\xac\ \x6f\xc2\x92\x29\xdc\xec\x51\x0d\x4d\x18\x1d\xc1\x73\x50\x35\x54\ \x43\x78\x84\x28\x08\xea\xd6\x2e\x5e\x39\x9e\xc5\x23\x90\x68\x90\ \x55\x07\x89\x08\x94\x04\xad\x81\x14\x41\x48\x8c\x5f\xc8\x62\x42\ \xd7\xec\x94\x1d\x09\x14\x26\x1b\xb1\x80\x17\xe7\x51\xa2\x5e\x9d\ \x38\x4a\xca\x27\x16\x16\x13\x16\x32\x21\x78\x4e\x10\xba\xfa\x79\ \xa9\x92\x38\xea\xda\xc0\x15\x37\x1b\xc3\x73\x9c\x9a\x57\xa1\xc1\ \x83\xdc\x99\x81\x5b\xee\xa7\xfd\x2f\xa9\xf8\xa2\xe0\xcd\x77\xa7\ \x9f\xfc\xb9\xf6\x7c\xcc\x9b\x1e\xb8\xf6\x3e\xa3\xdc\x92\x3b\x9f\ \x83\x36\x02\x0e\xa0\x03\x7c\xd2\x12\xec\x7a\xd3\xdb\xd7\xc8\xc6\ \xaf\x08\xde\x35\x26\xfd\xd8\xb7\xc1\xd7\x6c\xc4\x02\x6b\x61\x05\ \xb5\x1f\x91\xcd\x2d\x00\x04\x22\x47\x4c\x9c\xc1\x0c\x47\x9d\xd8\ \xa5\x3b\x13\x18\x1b\x2e\xa6\xce\x32\xbb\x91\x3a\x8f\xca\xaa\x1a\ \xcc\x19\x2d\xc6\x4c\x40\xa7\x51\x1e\x3f\x48\x52\x42\xb0\xc8\x98\ \x3c\x0d\x4d\x5f\xd5\xee\xd6\x9d\x29\x60\x00\xc0\x07\xdd\xc5\x11\ \x92\x84\x05\x63\x45\x69\x05\x9a\x48\xcd\x07\x64\x73\x0b\x80\x06\ \xab\xc8\x98\xb4\x0c\x58\x80\x59\xa4\x65\xbf\xd6\xaa\x91\xcf\x7e\ \xd0\xba\xec\x1a\x11\x69\x57\x5b\x9f\x50\x64\x00\x30\xa4\x34\xe1\ \x30\x6b\xe1\x75\x72\xef\x1e\xad\x00\xad\x11\xe6\xa2\xe5\x7a\xf5\ \x46\x77\xef\x2a\xad\x5b\x00\x34\x84\x86\x1b\x53\xc6\x23\x0f\x21\ \x97\xa0\x09\x94\x07\xd1\x51\xc6\xb4\xc9\x28\x5b\xe5\xf1\xfd\xe4\ \x29\x20\xc1\x46\x2e\xe4\x85\x71\xdd\xb8\x57\x35\xb7\x80\xb0\xe0\ \x7c\x62\x19\x91\x41\x3a\x41\x4e\xea\x0c\x15\x49\x4a\x59\x54\x54\ \xf4\xd0\x43\x9f\x3b\x9f\x75\xe6\xd8\x69\xcf\xf3\xce\xd0\xde\xb3\ \x20\xff\x44\x20\x8e\x48\x5a\x81\xf2\xd0\x34\xe8\x3c\x37\x05\x99\ \x54\x35\xbb\xfd\x7d\x7b\x61\xff\x7a\x65\xff\x5d\x68\xf9\x9d\xde\ \xc1\x7f\x61\xd3\x1f\x08\x2c\x99\xa9\x9b\x4f\xb2\xf9\xd7\xf3\xb5\ \xff\x2e\xc3\xcb\x82\xb3\x59\xea\xfb\xff\xc6\x16\x3e\x18\x5e\x28\ \x13\xdf\xfe\x3b\x1c\x7b\x73\x70\x4a\xca\xde\x66\x07\x6f\xb8\x42\ \x1d\x3b\xc4\x46\xdc\x69\x1c\xf9\x75\xfa\xb5\x77\x81\x00\x88\x40\ \x1b\xe6\x15\xdf\x30\xc7\x84\x75\x97\xc7\xe6\x5e\xe1\xbd\xfa\x1f\ \x5e\x93\xc7\xf2\x2b\x58\x5e\x9c\xcd\xb8\xc1\x28\xfe\x4d\x7a\xcd\ \x36\xf3\xba\xaf\x59\x13\x72\x55\x5d\x13\x1b\x3e\x9c\xda\xd5\x00\ \x97\x41\xbf\xcd\x5f\xfb\x0b\x58\x7e\x37\x20\x03\xe9\xb1\xf1\x8b\ \x99\xbd\x37\xbd\xfa\x59\x9d\xd7\x28\xbe\xf0\x55\x51\xf8\xac\xdb\ \x6c\x59\x57\xde\xae\xf7\x3f\xe3\xcb\x6b\x4e\x5b\xa6\x7e\x52\x9e\ \xd8\xe4\x6d\xdb\x07\xf5\x29\xe3\x6b\x7f\x29\x0a\x2d\x22\x83\x15\ \x8f\x15\x30\x9a\x2f\xbf\xd5\x7b\xf9\xff\xb8\x55\xbe\x75\xdb\x5f\ \x18\x71\x5b\x3b\x41\x73\xce\x02\xe7\x37\xdf\x22\xcf\x21\x11\xe1\ \xc5\x23\xb5\x5b\x0d\x39\xd3\x83\x9f\xfd\x22\xa4\x6b\x21\x74\xad\ \x39\x6e\x6d\xea\xd5\xf5\xe6\x35\xdf\x30\xc2\xed\xb2\x33\x05\x3d\ \xc7\x75\x47\x02\x80\x01\x70\x96\x5f\xc1\xf2\x62\xa7\xee\xe2\xf2\ \xaf\x98\x85\x09\xd9\x26\xc5\xd2\x1b\xbd\x97\xfe\xd9\xad\xc1\xc0\ \x2d\x7f\x25\x22\xdd\xaa\x53\x8b\xa2\x3c\x6f\x40\x9a\x65\x02\x7a\ \x0e\xbb\x6f\x76\xc0\x95\xf3\x01\xfb\x99\xa4\x10\x6a\xef\x1b\x7a\ \xfe\xd7\xc4\xf0\x62\xf7\x48\x23\x9b\xb0\x98\x39\xfb\xed\x23\xf5\ \xe2\xf6\x7f\x13\x4d\x8f\xa5\x3b\x8c\xc0\xed\x7f\x2d\x78\xb3\x4a\ \x06\x78\x5e\x58\x4a\x07\xc2\xe3\x02\x37\x3e\x8c\xe9\x3a\x88\x5c\ \x6e\x8c\x2a\xb7\x57\xae\x64\xf3\x3e\x1f\x98\x37\x56\xb5\x76\x99\ \x0b\x56\xf8\x6f\x7f\xcf\x3b\xdc\x00\x86\x71\x3e\x8b\x04\x94\x07\ \xca\x3f\x03\xe4\x86\x61\xd4\xd5\xd5\x3f\xfb\xec\xb3\xa9\x74\x8a\ \x9d\xdb\x04\xa0\x94\x8a\xc7\x62\x77\xdf\x7d\x57\x49\x49\x89\x3c\ \x5d\xd3\xc9\x82\xfc\x13\x64\xe6\xbf\xad\xb5\x87\x0b\x34\x2c\x60\ \x52\xd7\xed\xa6\x05\xd7\xb2\xd8\x58\x63\xc1\x22\xb5\xe1\xff\xd8\ \xef\x1f\xe3\x97\x7d\x23\xb4\xec\x36\xff\xf9\x2d\x34\xff\x36\x96\ \x1f\x63\x85\xa5\x18\xec\x61\xb1\x11\xac\xac\x44\x1d\x7f\x82\xcc\ \xc5\xd4\xfc\xbe\xfd\xe4\xf7\x70\xea\x43\xe1\xeb\x97\xb1\xd0\x06\ \x20\x02\xf2\x21\x7f\xbe\x39\xb5\xc4\x7b\xea\xaf\xbd\x1a\xdb\xbc\ \xf3\x5f\xad\xcb\xae\xf2\x9f\x7c\x5a\xd5\xee\x06\xa7\x80\x02\x23\ \xcd\xd1\x93\xb1\x58\x9a\x93\xcb\xdc\x67\xfe\xca\xab\xf6\xcc\x3b\ \x8a\x8d\x81\xa5\xc9\x50\xd7\x6f\x55\x54\x66\x64\x90\x40\x8c\x45\ \x63\x90\x3c\x41\x3c\x08\x7e\x92\x6c\xc0\x50\x40\xcc\xbd\x95\x75\ \xad\x4d\xbf\xbf\x27\x34\xe9\x7a\xf2\xbd\x7e\xd6\x45\x00\x86\x98\ \x70\xad\x65\x2d\x14\x13\x97\x41\xf7\x56\xd9\xec\x1a\xcc\x91\xdb\ \x7f\x93\x7e\xe7\x78\xe0\xbe\x7f\x17\xe3\xc7\xf8\x6c\x98\x59\xe2\ \xd9\x3f\xfb\x9f\x32\x5d\x10\x78\xe8\x5f\xcd\x39\x53\xdc\x34\x50\ \xfd\x16\xfb\xe5\xc7\x08\x42\xd6\x2d\xff\x8c\xa9\x8d\xa9\x5f\xfd\ \x1c\xf2\x2f\x0b\x7d\xee\x4b\xc6\xc8\xa3\x2c\xa7\x90\x5a\xde\xf3\ \xd6\xae\xd5\xb6\x46\x33\x23\x8a\x3b\xfd\x77\x31\xca\x1c\x3b\x13\ \xdf\xdd\x85\x26\xc8\xed\x8f\xa7\xdf\x39\x6e\xdd\xfb\x2d\x63\x42\ \xa5\x2f\xca\x8d\xfc\x1e\xfb\xd1\x7f\x94\xb2\x8c\xe2\xdf\x1c\x24\ \x4f\xf9\xea\xc8\x7b\x94\x7b\xa5\x35\x18\x3c\xc8\xa9\xf7\xb0\x57\ \x95\x30\xa7\x4c\x77\x0f\xb7\x19\x53\xa7\xaa\xa3\xcf\xea\x34\x43\ \xed\x82\x23\xf9\x84\x15\x22\x58\x95\xfe\xe9\xbf\x69\x31\x06\xf3\ \xff\x0a\x14\xf0\xc9\xd7\x19\x65\x01\x77\xed\x61\xc8\x0b\x5b\x0b\ \xaf\xe6\x7b\x6b\x8c\xb9\xb3\xe5\x5b\xff\xd3\xd9\x57\x27\x2e\xff\ \x1f\xc1\xc5\xd7\xf9\x27\x7e\x44\x64\x9c\xd7\xc3\x1f\x2a\x13\xd1\ \x30\x8c\xa6\xa6\xa6\x27\x9e\x7c\xb2\xb7\xb7\x97\x9f\x5b\xf8\xf7\ \x7d\xbf\x20\x3f\x7f\xf9\xf2\x2b\x86\x97\x97\x67\x41\xfe\x69\xd8\ \xb6\x89\x50\x18\x60\x06\x88\xf4\x29\x8e\x71\x3e\x86\x22\x25\x49\ \x7a\x18\x29\x02\x9d\x24\x1e\x47\xe1\xca\x93\x8d\xc0\x41\xb5\xd4\ \x90\xb5\x0c\x13\x87\x64\xcf\x9d\x62\xca\x95\x88\x47\xdd\x03\x5c\ \x4c\xbd\x8c\xe5\x33\xb9\xb5\x1a\x86\x2d\x06\x40\x34\x04\xd9\xed\ \x24\x45\x9f\xb5\x4f\xf9\x18\x19\x0e\x6e\x9b\xea\xec\x06\x04\xd9\ \xdc\x64\x4d\x8e\xb1\x92\x05\x81\x3b\xee\xa5\xba\x6d\x14\x30\x40\ \x2b\x0c\xe7\x00\x75\xab\xf6\x5e\xc0\x00\x28\x09\x83\xd9\x86\xb0\ \x10\xfa\x31\x9f\x51\x41\x8d\x00\x28\x0f\x80\x01\xf7\x35\x96\x19\ \xd3\x16\x72\x18\x16\x7a\xe0\x6a\x31\xa2\x92\x2d\xbe\x4e\xbd\xf4\ \x4a\x7f\x52\x1d\x62\xb4\x98\xc5\xb5\x3a\xf8\x92\x7b\xf8\x03\xe5\ \x32\x03\x00\x18\x07\xa6\x75\x4f\x3b\x84\x2c\xcc\x29\x80\x64\xa3\ \x4a\x49\x90\x5d\xaa\xb5\x9d\xc7\x0b\xc0\x26\x40\x44\x2e\x40\x05\ \x30\x16\xa5\xd6\x13\x9a\x18\xf6\x34\xea\x94\xc9\x23\xbd\xce\x8b\ \xdf\xb6\x96\xdd\x1e\x7a\x68\x99\xff\xfe\x2f\xdd\x7d\x27\x10\x35\ \x16\x2d\x0a\xde\x72\x7b\xdf\x5d\x10\x01\x02\x68\x0d\x4c\x00\xd3\ \xd4\xdb\x01\xe1\x00\xc6\x72\x21\x71\x52\xa5\x3c\xb0\xf4\xe9\x39\ \x9e\x08\x46\xf0\x4c\xfb\x1f\x22\x92\x2d\x77\xad\xb3\x6e\x98\x27\ \x46\xf7\x88\x02\xed\xbf\xb3\x07\x32\xc6\x14\xe2\x18\xc9\x85\x9e\ \x5a\x6d\xfb\x10\x51\xa0\x14\x90\xc1\x22\x71\x52\x2e\xc6\xcb\x00\ \xda\xdc\xd5\x5b\xb5\x8e\x32\x91\xf6\xda\x3a\x00\x94\x6e\xae\x86\ \xb9\x13\xd0\x14\xe4\xd0\x47\xfa\x29\x88\x08\x0c\x0b\x0c\x13\x4e\ \xaf\x92\xee\xba\xee\xc4\x89\x13\x7e\xf0\xfd\xef\x7b\x9e\x87\x0c\ \xcf\xbd\x58\x74\x20\x10\x18\x3d\x7a\xb4\xeb\x79\x59\x9d\xfc\x53\ \x41\xb9\x46\x2b\x88\x91\x1c\x48\x76\x9e\xaf\x9d\x9c\x71\x34\x43\ \x10\x8a\xf3\xd2\x99\xd6\x95\xd7\xe9\x83\x3f\x56\x6d\x55\x94\xe0\ \xc6\x8c\x25\xb2\x63\xa7\x98\xb6\x18\xbb\xab\x54\xba\x9d\x0e\x1f\ \x0f\x5f\xf7\x05\xf5\xfe\x7f\xd8\xc7\x0a\xc2\x77\xdf\x47\x4d\xef\ \xc8\x96\x76\x2c\x13\x80\x0a\x10\x01\x39\x30\x04\x50\x80\x02\x63\ \x45\xd4\x79\x88\xc4\xb5\xe6\xc4\x69\xce\xe1\x84\x35\x79\x92\x6e\ \x7c\x9c\x8a\x66\xb0\x60\x47\xfa\xad\x9f\xd1\xd8\x47\xc4\x65\x79\ \xd4\x71\x42\xcb\xbb\xad\xb9\x73\xed\xf7\xab\x31\x18\x02\x89\x43\ \xe8\x8d\x08\xc0\xb9\xae\x3d\x08\x73\xae\x32\x86\x97\xaa\x82\x45\ \x5c\x74\x7a\x2d\xc7\xe4\x4b\xff\xe4\x85\x02\x68\x15\x63\x7e\x89\ \x3a\xb6\x4f\xfb\x84\x02\x00\x10\x50\xc9\xdd\xcf\xd8\x9b\x8e\x20\ \xe7\x68\x98\xc0\x42\x80\x0c\x10\x01\x11\x18\x07\x21\x74\xc3\x11\ \x5a\x72\x87\x31\x6a\xb8\xec\x2d\x36\x2a\x4b\xf5\x86\x13\x44\x63\ \x30\xa7\x8c\xe7\xe4\x2b\xa9\x54\x5d\x8d\x39\xfd\x72\x91\xb7\x1f\ \x4a\x16\x89\x78\xca\x6d\x73\xc0\x4b\xb8\xaf\xff\x87\xba\xfa\x9b\ \xc1\xcb\xae\xf1\xf7\x7e\x47\x13\x63\xc5\x53\x79\xb0\x2b\x95\xb9\ \x8b\xc5\xc5\x80\x99\x71\xb2\xc1\x97\x80\x65\x9f\x35\xc7\x8f\xf5\ \x4e\x5a\x18\x08\x10\x9e\x25\x64\x9d\x61\xd0\x32\x0c\x5d\xb7\xc9\ \xef\xb8\x32\xf8\xd9\x2f\xea\xaa\xd7\x65\x5b\x12\x58\x1e\x20\x03\ \x2e\x75\xe3\x61\x5c\x78\x95\x39\xe6\x3d\xbf\x37\x8a\x56\x00\x84\ \xaf\x4e\xd6\x82\x9e\xa8\xf6\xbf\x2e\x13\x80\xe8\x6b\xc8\x57\x4e\ \xc4\x9c\x36\x4b\xa5\x8f\x18\x33\x17\x50\xdb\x36\xb2\x25\xb0\xf3\ \x30\xb8\x6a\x0d\x81\x28\x5a\xa1\x33\x6a\xab\x2a\xa5\xe2\xf1\xf8\ \xf2\xe5\x57\x7c\x64\xcd\x55\x44\xb4\x6d\xdb\xf7\xfd\xac\x4e\xfe\ \x69\x90\xd6\x18\x8e\x43\xc9\x28\x3a\xda\x8e\xe7\xe3\x6d\x21\x9f\ \xba\x1d\xb1\xf0\xf3\xe1\x29\x49\x02\xa9\xf7\xff\xdc\xd9\xfc\x01\ \x72\xdf\x5d\xfd\xeb\xc0\xb5\x9f\x0d\x7d\xe1\x56\x70\x1a\x9d\x55\ \x2f\x01\x1a\xfa\xc4\x56\xed\x2f\x53\x0d\xd5\xba\xae\x5e\x3b\xb7\ \xeb\xaa\xad\xda\x61\x5c\xbb\xe4\x79\x80\x08\x24\xc9\x71\x80\x49\ \x79\x74\xa7\x75\xc5\x62\x23\xfc\xff\x9c\x37\x5e\x0f\x2c\xff\x5a\ \x78\x11\x52\xcb\x07\xce\xe6\x6d\x84\xed\xf2\xe4\x17\x83\x5f\xfc\ \x2f\x10\x71\x3a\xb9\x16\x52\xc7\xdd\x55\xcf\x05\xae\xfc\x5c\x78\ \xb2\xc4\x48\x58\x6e\x6c\x3f\x5d\xee\x20\x72\xd3\xa0\x08\xb8\x45\ \xf5\xeb\xdc\x1d\xa3\xad\xcf\xfe\x2b\xc8\xa4\xf7\xce\xcf\x64\x6f\ \x0a\x99\x43\x1d\x12\xcc\x5e\xdd\xd3\xaa\xda\x9a\x81\x32\x1a\x0a\ \x81\x97\x06\x10\x68\x06\xd1\x10\x00\x1a\x34\x80\x97\x06\xa9\x01\ \x01\x7c\x87\x88\x41\xe3\x7b\xee\xe6\x31\xd6\x8d\xdf\x34\x49\x51\ \xd5\x4b\xce\xc1\x06\x6d\x6d\x94\x33\xbe\x16\x7c\xe8\x9f\xe5\xa1\ \x97\x9c\x75\x8f\x7b\xf9\x5f\x09\x3e\xf4\x7f\x41\xbb\xfe\xfa\x47\ \xbd\x56\x66\x5d\xf3\x75\xa3\x34\x0e\x4c\x7b\x5b\xdf\x25\x34\x90\ \x31\x7d\x62\xb5\x3f\x71\xe0\x2e\xde\xee\xbf\x84\x02\x04\xf0\x6d\ \xd2\x0c\x9a\xde\xb3\xdf\x1b\x69\x5d\xfb\x37\x86\xd4\x18\xe8\x71\ \xbb\x53\x38\x18\xd5\x24\xc9\xb1\x4f\x33\x8d\xa1\x40\x6a\xf7\xf7\ \xec\x32\xc7\x5d\xee\xef\xde\xac\xc9\x00\x06\xe0\xd9\x84\x42\x57\ \xaf\x76\x3e\x18\x61\xdd\xf4\xf7\xa6\x66\x48\x2d\xda\x51\xba\x66\ \xa5\x5b\x5e\x6c\xdd\xfd\x7f\x2c\xe5\xa9\x7d\x2f\x3b\x1b\xd7\xb9\ \x6f\x3c\x19\xbc\xe6\xae\xf0\x64\x0e\x89\xa3\xce\x9b\x6f\x12\x58\ \xe7\x23\xab\x93\x96\x94\x5f\xc6\xe2\x85\x67\xd4\x93\xb0\x2c\xeb\ \xc8\x91\x23\x3f\xfa\xf1\x8f\x53\xa9\x34\x3f\xb7\x0b\x4d\x4a\x99\ \x13\x8f\x7f\xf5\x6b\x5f\x1d\x35\x72\xe4\x19\x06\xf6\x6c\x16\xda\ \x27\xa5\x91\x07\x42\xce\x9b\xbf\xe0\xeb\x7e\xc3\xac\xc0\x79\x29\ \xe7\xcc\x40\x33\x00\x1c\xc0\x4b\x53\x3a\x0d\xdc\x04\x86\x20\x3d\ \x30\x23\x18\xb4\xc8\xee\x01\x9f\x80\x73\x20\x02\x2e\x40\xab\xfe\ \x17\x12\x08\x81\x73\x40\x00\x25\x01\x39\xb0\x4c\x65\x02\x02\x2b\ \x00\xca\x05\xcf\x87\x60\x1c\x0d\x46\xa9\x6e\x20\x0e\xa0\x80\x05\ \x30\x1c\x06\xed\x93\x6b\x83\xd6\x20\x7d\xb0\xa2\x18\xb0\xc0\x77\ \xe8\x4c\xc1\x0f\x81\xf3\xbe\x6b\x91\x06\x0d\x18\x8e\x83\xb6\xc9\ \x76\xe0\x94\xff\x3f\x73\x8e\x3c\x85\x19\x6e\x00\x49\x18\x5c\xde\ \x9f\x0b\x20\x05\x9a\x80\x09\x40\x0d\x52\x82\x22\x08\xc7\x91\x29\ \x4a\xf6\x02\x13\x40\x1a\x78\x00\x83\x41\xf0\x6d\x72\xd3\x00\x06\ \x86\x63\xa0\xd2\x94\xb6\x81\x9b\x60\x05\xd1\x30\xc0\x4f\x93\x6d\ \xf7\x5d\x57\x4b\x60\x16\x86\x22\x40\x99\xbb\xa0\xa1\x2e\xa1\x21\ \x18\x47\x93\x83\x9b\x22\x79\x46\x9d\x06\x06\x9c\x81\x92\x43\x78\ \x39\x04\x07\xe9\xf7\xed\x74\x5c\x00\x69\x50\x3e\x29\xc0\x50\x1c\ \x0d\x04\x27\x45\x4a\x03\x49\xd0\x0c\x42\x31\xe4\x08\x5e\x9a\xa4\ \x04\x29\xc1\x8c\x60\xd0\xa4\x54\x0f\x28\x3a\x4f\x2f\xba\x76\x52\ \x6a\xc1\xad\x81\xdb\xff\x94\x9c\xd4\xe0\xe3\x81\x40\xe0\x83\xad\ \x5b\xff\xfa\xaf\xff\x26\x99\x4c\xf0\x73\xc7\x59\x48\x29\xf3\xf2\ \xf2\xfe\xe3\x3f\xfe\x7d\xda\xd4\xa9\xae\xeb\x66\x41\xfe\xa9\xb8\ \xca\x85\x6a\xae\x96\x4f\xfe\xb3\x91\x68\x87\xf3\x09\x89\x21\xea\ \xf7\xbb\x9c\x1e\x76\xd6\x77\x7c\xd0\x41\xea\xd7\xf7\x06\x5e\x00\ \x01\x65\xac\x38\x67\xbf\x80\x7e\x95\x0f\x4f\x7d\xeb\x8c\x0b\x9d\ \x7d\x89\xc1\x57\x3f\x75\x90\x80\x86\x3a\x8d\xe8\xcc\x01\x9f\xeb\ \x84\x8c\xfc\xd9\x37\xbc\xb3\x6e\xea\xd4\x18\x4e\xff\x74\xc8\xe1\ \x9d\x71\x17\xe7\xbc\x04\x0c\x75\x5f\x83\x26\xe7\x43\x8e\xf7\x8d\ \x01\x86\xfa\xa9\xb3\x8e\x7c\xc8\x1c\x0e\x0d\x71\x25\xb9\xc5\xef\ \xff\x5f\x7c\xd4\xe4\x33\x22\xde\x10\xd1\xf3\xbc\xfa\xba\x7a\xcf\ \xff\x70\x9d\x9c\x2c\xcb\x1a\x3e\x7c\xb8\x61\x18\x67\x08\xf6\x59\ \x71\xfd\x93\x22\x25\x79\xe9\x18\x35\x79\x89\xde\xf2\x32\x03\xfd\ \xd1\xa9\x41\xe7\x2a\xf9\x76\xf6\xf1\x81\x65\x74\x6a\x3d\x61\xff\ \x29\x67\xbf\x80\x33\x2d\x7f\x43\xff\x20\x9e\x7b\x54\x83\x18\x3b\ \xe2\x47\x9d\x33\x14\x78\x86\x1e\xf0\x87\x8c\xe1\xf4\x4f\x87\x1c\ \xde\x19\x07\xcf\xe7\x12\xa7\xdd\xc8\x79\x1c\xff\xb0\x9f\xfa\xf0\ \xf1\x9f\x07\xc6\x7d\x0f\xa6\x2c\x3b\x1b\xe1\x19\x83\x9c\x69\x9a\ \x93\x26\x4f\x42\xc4\x0f\x51\xcb\x11\x51\x6b\xed\x79\xde\xd9\xe7\ \x64\x41\xfe\x89\x1a\xd9\x8d\xcb\x6e\xf6\x5a\xaa\xb0\x7a\x2f\x32\ \xfa\xbd\x84\x85\x67\xe9\x62\x5c\x17\xd2\x57\x45\x15\xc6\xe5\xf7\ \x7c\x88\xe1\xdd\x71\x9c\x8f\xfd\xfb\xd9\x54\xd3\x4f\x92\x99\xfb\ \x2c\xa7\x48\x5c\xf5\xa0\x17\xca\xd5\xbe\x8b\xd9\x06\x55\x59\x02\ \x20\xe9\x7b\xc0\xf8\x75\x5f\xe2\x45\xc3\xcf\x66\xe3\xbf\x1b\x7b\ \x50\x56\x27\xff\xa4\xc9\xb0\x54\xd3\x09\x7f\xcd\xaf\xc5\xd1\x0f\ \x58\xc6\x29\x8a\xd9\xad\xf6\x0f\x54\xb2\x23\xdf\xf1\x73\x4b\xf9\ \xd5\x0f\x1b\x33\xae\x00\xef\xf7\x55\xe6\x2d\x0b\xf2\x4f\x81\xd0\ \xb0\x48\x6b\xef\xad\x5f\xd0\x9e\xb5\xc2\x77\xd1\x77\x00\xb1\xcf\ \xaf\x9b\xa5\x4b\x1d\xd9\x40\x00\xa4\x49\x29\x45\x44\xe3\xe6\x89\ \xab\x1f\xe2\xc3\xc7\x81\x63\xc3\xef\xad\x56\x6f\x16\xe4\x9f\x12\ \x31\x06\xd2\x97\x55\xfb\xe5\xae\x35\xd0\x56\xcb\x19\x87\x44\x07\ \x26\xbb\x41\x79\xd9\xea\x0e\x97\x2c\xbe\xfb\x82\x73\x2c\x15\x88\ \x40\x61\xb9\x98\x7b\x03\x9f\x30\x17\xad\x50\xb6\x24\xf3\x25\x8d\ \x73\x26\x40\x6b\xd5\x75\x52\x37\x1e\xa5\xce\x16\x9d\xea\x01\x25\ \xb3\xfc\xfc\x52\x15\xce\x91\x73\x0c\x46\x31\x5e\xc0\x46\x4c\xe4\ \x05\x65\xc0\xf8\x27\xd3\x5c\x21\x0b\xf2\x0b\x01\xed\x1c\x85\x01\ \x8c\x01\x66\xab\xaf\x5f\xf2\xb2\x3a\x81\x56\x24\x7d\xd0\xd9\x36\ \x49\x7f\x50\xa4\x15\x79\xd9\xde\xb2\x59\xfa\xbd\x31\x91\xec\x14\ \x64\x29\x4b\x97\x36\x09\x61\x18\x00\x80\x0c\xfb\x03\x08\x33\x89\ \x7a\x5a\x6b\x8d\x00\x80\xc8\x18\x23\x00\xad\x94\x1e\x08\x10\xcc\ \x08\xfa\xfd\xa6\x04\x00\x22\x4d\x44\x80\x88\xc2\x30\xb5\xd6\x7a\ \x20\xc4\x6f\xc0\x60\x48\xa7\xbd\x1b\x24\xbe\x0c\x29\xd2\x00\x01\ \x11\x11\x10\x9c\x8a\x55\x1c\xe2\xdc\xfe\x60\x2e\x86\x8c\xf1\x4c\ \x65\x1c\xad\x35\x11\x21\x63\x99\x3c\x47\xc6\x90\x33\x4e\x40\x08\ \x83\x33\x73\xfa\x22\x99\x06\x4b\xc6\x52\xca\x33\xb2\x70\x11\x31\ \x93\x50\x4d\x9f\xa0\x43\x9b\x88\xa4\x94\x44\x84\xc8\xfa\x47\x4c\ \x19\xc2\xbe\xb9\xee\x1b\x8c\x61\x18\x8c\x65\xf7\xe8\x4b\x5b\x8b\ \x27\x6f\x50\xfa\xc0\xc7\x7e\xdc\x62\xf7\x07\x5b\x94\x56\xbe\xe7\ \x2b\xad\x35\x10\x22\xd3\x40\xa6\x69\x06\x82\x41\xa5\x15\x10\xa5\ \x53\x29\x86\x90\x13\x8f\x1b\x82\x33\x24\xdf\x97\x44\xa8\x09\x89\ \x18\xa0\x70\x7d\x62\xc2\x34\x2d\xc3\x30\xc9\x77\xfd\xf6\xb6\xe6\ \xa0\x65\x06\x2c\xc1\x10\x88\xa8\xdf\x03\x9c\x81\x2b\x20\x22\x62\ \x7f\x68\x71\x06\x6a\xfd\x70\x43\x04\xdd\x07\x4b\x86\x8c\x73\xce\ \x0d\xc3\xec\x4b\x48\x04\x20\x4d\xc8\x58\x26\x70\x0f\x80\x10\x19\ \x32\x24\xad\x89\x34\x22\xfa\xae\x9b\x4a\x25\xed\x74\x0a\x88\xc2\ \xc1\xa0\x21\x84\xe7\x79\x86\x65\x11\x80\xe3\xf9\xa9\x54\x1a\x08\ \x7c\x29\xa9\x1f\xd4\x04\x04\x84\x83\xb7\x10\x22\x2a\xc8\xcf\xcf\ \xc9\xcd\x1d\x5c\xce\x96\x88\x5a\x5a\x4e\x02\x81\x71\x1e\x65\x3d\ \x7e\x47\x1a\x1b\x30\x86\x85\x85\x45\x82\x0b\xcf\x73\x6d\xdb\x06\ \x20\x61\x18\x81\x40\x10\x11\x3d\xd7\x2d\x2d\x1f\x11\x0e\x87\xb5\ \xd6\xa6\x69\xfe\xe4\xc7\x3f\x6a\x68\x68\xf8\xc4\xc6\x96\xa5\x4f\ \x98\xa4\x52\x79\xb9\x79\x5f\xff\xc6\x37\xb4\xd6\x8c\x31\xc7\x71\ \xaa\xaa\xaa\xf0\x63\x19\x65\xc5\x4b\xdf\xff\x99\xd6\xba\xa9\xa1\ \xa1\xa5\xab\x23\x25\x58\x20\x37\xc7\x43\x98\x3a\x7b\xe6\xe5\x57\ \x5d\xe9\x4b\xf7\xf8\x91\xc3\x8d\x27\x8e\xe5\x87\xc3\xf3\x67\xcc\ \x18\x37\x22\xaf\x24\x37\xd0\x63\xa7\x52\x36\xda\x32\xe0\x52\xdc\ \x85\xbc\xbd\xd5\x3d\x18\x2e\x2e\x1a\x39\x6a\xec\x78\x38\x79\xe2\ \xd8\xff\xf7\xcf\x7f\x3e\x77\xd2\xc8\xb9\x53\x46\x9a\x42\xf9\xd2\ \x13\x56\x50\x13\x9a\x9c\x87\x2d\xee\xf9\xbe\xed\xeb\x40\x20\xc0\ \x90\xb9\xae\x13\x30\x03\x86\x61\x70\x44\x8e\x4c\x20\xe3\x8c\x01\ \x12\x32\x66\x58\x41\x66\x58\x79\x05\x45\x15\x15\x95\x66\x30\x4a\ \xc0\x89\x71\x62\x8c\x73\x01\x9a\x80\x08\x84\x00\x04\xe9\xda\x8c\ \x14\x49\x8f\x0b\xa8\x3d\x7e\x74\xdb\x96\x35\x1f\x6c\x58\x93\x6b\ \x89\x6b\x96\x5e\x5e\x18\xcf\xa9\x3e\x76\xa4\x62\xfc\x38\x2b\x2f\ \x7f\xeb\xb6\x5d\x4f\x3f\xf3\xd2\xc8\x11\x95\xb6\x47\x1f\xec\x3b\ \x98\x48\xa5\x09\xc0\x93\xbe\x56\x40\x40\x92\x60\x00\xd3\x7f\xfb\ \xd7\x7f\xfd\x8d\x3f\xfe\x46\x4f\x4f\xcf\x00\x1b\x97\x52\xfe\xd3\ \xff\xfe\x27\x22\xa8\x18\x39\xf2\x13\xd2\xcd\xb5\x0e\x85\x42\xdf\ \xfe\xcf\xef\x26\x13\x3d\xa9\x96\x44\x28\x1c\x31\x84\x90\xd2\xe7\ \x8c\x97\x96\x0f\x6f\x6b\x3d\xe9\x79\x6e\x38\x1c\xce\x0c\xaf\xa1\ \xa1\xe1\xf8\xf1\x63\xa6\x69\x65\xf1\x70\x69\x82\x5c\xca\x64\x71\ \xd1\x60\x96\x93\x4a\xa5\x3e\x26\xc8\x3d\xc7\x29\x1d\x56\x2a\xd3\ \x4e\x7b\x67\x97\xed\x79\x06\x50\x38\x1c\x11\x86\x00\xa2\x58\x34\ \x6a\x0a\x31\x77\xee\xfc\x91\xa5\x25\x4e\xb2\x37\x6d\x7b\x8e\x25\ \x02\x56\xc4\xf1\xd3\x1c\x3c\x8e\x49\x52\x9e\x27\xeb\x64\xfa\x64\ \x5d\xfd\x89\xae\x9e\xa8\xd3\x5e\x2b\xb8\x10\x42\x30\x6e\x22\x4a\ \xd3\x14\x5c\x04\x01\xa0\x20\x1e\xaf\x1c\x39\x3c\xed\xa4\x0f\x55\ \x57\x4b\x5f\x7a\xda\xf3\xb5\x32\x19\x00\x63\x90\x61\xca\x99\x8c\ \x48\x8b\x69\x44\x65\x30\xe2\x0c\x85\x70\x3d\xdf\x0c\x33\xdf\xf3\ \x0d\xcb\x00\xe4\xbd\x9d\x5d\x44\x44\x00\x4a\x2a\x21\x78\x28\x12\ \xcc\xf0\x76\x50\x9a\x01\x20\x60\x6e\x41\x69\x51\x4e\x5c\x9a\xe1\ \xc6\x8e\x84\x07\xc6\xf1\xda\xa6\x12\x34\x22\xe1\x70\xd0\x32\x8b\ \xf2\x72\x8b\x86\x95\x1f\xae\x6b\xb0\x33\x59\xd6\x8c\x65\x6a\x8a\ \xcb\x4c\x7b\x49\xad\x3d\xe9\x0b\x21\xfa\x04\x0d\x38\x25\x74\x98\ \xa6\x49\x9f\x20\x27\xd7\x5a\x5b\x56\xa0\xa3\xbd\xb5\xab\xa3\x63\ \xf4\xd8\x71\xb1\x58\x1c\x11\x7d\xdf\x6f\x6f\x6b\x69\x3d\xd9\x0c\ \xa7\xab\x1c\x86\x61\x98\xa6\x65\x9a\x66\x16\x0f\x97\xa6\xb5\x8c\ \x31\xc3\x30\xcf\x38\xf2\x31\x41\xde\x99\x4a\x96\x99\xa2\x7c\x64\ \x85\x2f\x58\xa2\xfe\x44\x2a\x6d\x87\x62\x31\x46\x50\x53\x55\xa3\ \x94\x47\x4a\x4b\xdf\x97\x4a\xe5\xe4\xe6\x7a\xbe\xdd\x9e\x74\x91\ \xb9\xbe\xd2\xc0\x51\xc9\x6e\x3b\xed\x34\xd6\x6e\xd0\x46\x30\x7f\ \x58\x69\x7b\xa3\x6a\x6f\xec\xf5\x3d\x17\x90\x38\x67\x5a\x83\xe0\ \x22\x18\x08\x15\x16\x14\x8c\x28\x2e\x2e\xc9\x8b\x25\xd3\x49\xdb\ \xf5\x1b\x9a\x9b\x7d\x25\xa5\x54\x9e\x92\x86\x61\x82\x26\xc6\x91\ \x01\x01\x91\xd4\x4a\x33\x24\xad\x38\xd7\x9e\x56\x0a\x48\x29\xc9\ \xb9\x20\xa5\x9c\xb4\xfd\x83\x1f\xfc\x60\xeb\x96\x2d\x9e\xe7\x4b\ \xa5\x6e\xbe\xf9\xa6\x3f\xfa\xca\x1f\x91\xd6\xa4\x35\xe7\x48\x4a\ \x2b\x49\x29\x0c\x36\xbb\x26\xd6\x77\x97\xc4\x62\xbe\x19\x7f\xe7\ \x9d\x35\x46\x70\x6b\xd9\xf0\xb2\x82\xdc\x58\x43\xd5\xa1\xba\xea\ \xea\xde\x9e\x6e\xad\xb4\x06\xd2\x5a\x23\x71\x4d\x3a\x53\xc3\xbf\ \x6f\xe2\x10\xe1\x53\x6f\x0f\x8e\xa8\x94\x7f\xf2\x64\xd3\xf8\xf1\ \x93\xe2\x39\xb9\xd2\xf7\x33\x8f\xb6\x64\x58\x59\x53\x43\x7d\x47\ \x47\x5b\x38\x1c\x19\x52\xcc\x97\xbe\x04\xc6\x39\xc3\x7e\x65\x1e\ \x88\xb4\x52\x9a\x73\x91\xb9\x39\x2d\x7d\x49\x28\x04\x47\xd2\x52\ \x2a\xe4\x86\xe0\xa8\x95\xd4\xc0\x04\x67\x5a\x49\xa9\x49\x08\x83\ \xf5\xa5\xa2\x2a\x29\x35\x72\x2e\x32\x45\x6c\x48\xfb\xbe\x44\x2e\ \x38\x43\xd2\x1a\x18\x63\x08\x4a\x2a\xe4\x9c\x9d\xbe\xe6\x88\xb4\ \x94\x8a\x71\xc1\x90\x88\x80\x31\xa6\xa5\x24\xc6\x39\x43\xad\xa4\ \xd4\x60\x18\x02\x01\x94\xf4\x35\x01\x17\x82\xf5\xe9\x62\x4a\x4a\ \xc5\x84\x60\x88\x19\xd1\x54\x6b\x05\xc8\x39\xcb\x7a\x13\x7f\x47\ \x86\xb7\x24\xf9\x8d\x5d\x1d\x79\xf1\xdc\xe2\x51\x23\xc6\x04\x58\ \x6d\x63\xa3\x56\xca\xf7\xbc\xee\xf6\x76\x29\xbd\xa0\x65\x74\xb8\ \x76\xd8\xe4\x98\x9f\x67\x27\x7a\x64\x7e\x2c\x27\x27\x1a\xe0\x46\ \x3a\x9d\x56\xae\xe4\x9a\x82\x00\x9d\x6d\x6d\x3d\x8e\x03\xcc\xf4\ \x12\x92\x81\x74\xd3\x09\xad\x7c\x8e\x1a\x34\xcb\xcf\xcd\x9d\x58\ \x39\x8e\xf9\xee\xb1\xfd\x07\x5a\xdb\xdb\xad\x78\xce\xe4\xb1\xe3\ \x1d\xe9\xef\xdc\xb3\x9b\x23\x63\x06\x47\x45\x04\x40\x08\x8a\xb4\ \xd6\x40\x8c\x93\x26\xd2\xe4\xf9\x9e\xa6\x8c\x09\x4f\x22\x41\x30\ \x14\x3a\x78\xf0\xe0\xbe\xbd\x7b\x39\x17\x8e\xe7\xcd\x9e\x3d\x4b\ \x2b\xc5\x19\x92\x26\x00\x6d\x18\x86\x61\x9a\x64\xc5\xea\x7a\xdd\ \xa4\xdd\x35\x77\xc1\x32\x27\xd9\x19\x3d\x70\x50\x6a\x3b\x6d\xdb\ \xb7\xdc\x78\x6d\xdc\xb2\x5e\x5e\xb9\xda\x73\x1c\xc6\x84\x92\x92\ \x31\x46\x1a\x38\x17\x0c\x90\x00\x11\xd1\xf3\x7d\xce\xf9\xa7\x9e\ \x30\x82\x00\x9e\xe7\x01\x41\x4e\x4e\xae\x92\x92\x73\xce\x39\xf7\ \x7d\x5f\x6b\x1d\xcf\xcd\x6d\x6a\xac\xc7\x21\x4c\x2f\x24\x25\x8e\ \x9e\x77\xc3\xcd\x57\xcd\x09\x32\x95\x6c\x3e\xb0\x7e\x4b\xfb\x65\ \xb7\x2c\xcd\x13\x81\x68\xc4\x4a\xf5\xf6\x4a\xbf\xe9\xb9\x1f\xfe\ \xba\x86\x8f\xbc\xe5\xd6\x1b\x27\x96\xe6\x30\xd0\x2d\x47\x3f\x78\ \xed\x8d\x77\x1b\x12\x6c\xe6\x8a\x07\xee\x59\x5e\x99\x4c\xa4\xa5\ \x97\x3e\xf4\xfe\x5b\x6b\xb7\x1d\xf3\x89\x83\xef\x04\x46\x2f\xfd\ \xeb\x47\xae\xd9\xfa\x9b\x6f\xaf\x3e\x94\xb0\x0c\x90\xda\x98\xb0\ \xf4\xc6\x15\x0b\xa7\x44\x2d\xa1\x52\x27\xd7\xbf\xfa\xdc\xc6\x7a\ \xf3\xfe\xaf\x7d\x7d\x42\xcc\xb5\x7d\x8d\xe8\x7c\xf0\xea\x33\xef\ \xee\x6d\xe4\x02\xc9\x88\x2f\xbe\xe9\xf6\xa5\x53\x87\xa3\xf6\xea\ \xf6\xac\x7b\xfe\xf5\xad\x33\xee\xfc\x93\x1b\xa7\xc4\x7b\xd3\x8e\ \xef\xf4\xec\x7a\xf7\x8d\x8d\xfb\x1b\x3c\xa9\x27\x5e\xff\xe5\x87\ \x66\x7a\xdf\xff\xde\x2f\x1a\x6d\x6e\x30\xad\x78\x78\xee\xd5\x37\ \x5f\x3e\x6b\xb4\x81\x94\x6e\x3b\xf4\xec\xb3\xeb\xc7\xdf\xf0\xb9\ \x2b\xc7\x87\x13\xb6\x64\x08\xc7\x37\xbd\xfc\xca\xfa\xfd\x5a\x98\ \xd9\x10\xa1\xb3\x96\x0b\xcb\x6c\x9a\x83\x49\x49\x5f\xe9\xb3\x52\ \x4d\x6d\x4d\x0d\x9d\xed\x09\xd7\x2b\x28\x2c\xc8\xc9\xcd\x95\x04\ \x92\xc8\x4b\xd9\x5d\x9e\x4c\xa7\x93\x00\xaa\x38\x2f\x57\xe6\xe6\ \x26\x7a\x7a\x5d\x3f\x6d\x9f\x4c\xec\xdc\xdb\x11\x0d\x45\x82\xc1\ \x68\x2c\x92\x7f\xb2\xa9\xa7\xbb\x59\xf9\xb6\xe8\xe9\xf0\x14\x7a\ \x3d\x5e\x12\xa4\xcd\x49\x9b\x1c\xed\x54\x7a\x6c\xe5\xf8\xd9\x33\ \x66\x7a\x69\xfb\xd0\xbe\xdd\x1d\xf5\xf5\xc9\x44\x32\xa5\x60\xec\ \xc4\x09\x93\x67\xcd\x48\x8d\xa9\xac\xaa\xaf\x25\xa5\x19\xe3\x08\ \xa0\x48\x73\x40\x20\x44\xa5\x81\x11\x10\x91\xd2\xca\x97\x0c\x99\ \x27\x15\x03\x66\xa7\x52\xc1\x40\x80\x73\xce\x19\x0f\x05\x83\x01\ \xd3\xf2\xa5\x34\x2c\x93\x33\x96\x49\xe7\x4a\x25\x93\xc7\x4f\x1c\ \xaf\x6f\x4f\x14\x47\x43\x47\xaa\x4e\x34\xd5\x9e\xa8\x6f\x6e\x96\ \x2a\x6d\x19\x74\xd9\xbc\x99\x4b\x97\x2c\x7a\xff\x83\x5d\x9a\xb4\ \x30\x0d\x33\x60\x31\xce\xb5\x04\x0d\x3a\x23\xae\x13\x11\xcb\xb0\ \xbf\x0b\xc1\xa0\xaa\x33\xf6\x07\x83\xa4\xdf\xd8\xd0\x70\xa2\xaa\ \x6a\xc1\x82\x05\x86\x61\x70\x2e\x86\x36\xf2\x6b\x1f\x73\xa6\xdf\ \x7d\xd7\x8a\xaa\x57\xbe\xff\xd6\x61\x67\x58\x61\xa8\xa5\xb1\xf5\ \x99\x9f\x1c\xcc\x19\xb5\xf0\x8f\xee\x9a\xb3\xea\xe9\x9f\x57\x77\ \x25\x13\x50\x74\xdf\x57\xff\xb8\xac\xed\xbd\xe7\x9e\x78\xd9\x35\ \x0b\x96\xdf\x79\xff\x97\xef\x33\xff\xe5\x47\x6f\xc4\x4b\x47\x3a\ \x35\x1b\x1f\x7b\xee\x83\x78\xe5\xa2\x87\xee\x7f\xc4\xed\xfc\xb7\ \xd5\x87\xda\x08\xc2\x8b\x17\x2d\x88\x07\x62\xf3\x96\x2e\xdc\x72\ \xf8\xd5\x5e\x8f\x8f\x5d\x7e\xdf\x97\x6e\xaa\x5c\xfd\xcc\x53\xfb\ \x9a\xec\xfc\xc2\xbc\x54\xc2\x03\x91\x53\x54\x62\xee\x7c\xe2\xc7\ \x6b\x6a\x7a\x2d\x83\xfb\xae\x23\x0c\xee\x3b\xde\xf0\xd9\xd7\xdc\ \xb1\xb4\xf4\x37\xff\xf5\xe3\x26\x15\xcd\x31\x5d\x17\xac\x61\xa3\ \x4b\x9a\xb7\xbf\xf8\xc4\xfa\x63\x65\x33\xae\x7e\xe8\xa1\x47\x7a\ \xff\xfd\x9f\x37\x77\x0c\xbf\x6c\xd6\x48\x33\x0f\x17\xcd\x1c\xf5\ \xf4\xfa\x63\x2e\x0f\xce\xbf\xe3\x8b\x77\xcf\xa0\x17\x9e\x7d\xaa\ \xb6\x87\x0a\x0b\xac\x84\xe4\x45\x25\x85\xf5\x5b\x7e\xf5\xeb\xf5\ \xf5\x96\x65\x68\xdf\x21\x61\x64\x11\x7e\x16\xc0\x99\xb4\x7b\x4e\ \xec\xaf\xea\xf5\xe1\x54\x51\x0b\xb4\x4a\x47\x8d\x1a\x96\x1b\xd2\ \xea\xb4\x52\x90\xa2\xa9\xf5\x64\x30\x10\x6c\x13\x1d\x0d\x2d\xcd\ \x81\x50\x10\x90\x73\x43\x24\xba\x7a\xd2\x76\xba\xbd\xbd\x55\x30\ \xc8\x9d\x3e\x2d\x14\x0a\x85\x02\x81\x50\x40\xd4\xd5\x1e\x5f\xbb\ \xea\xad\x58\x34\xaf\xb0\xb0\xb4\x20\x6f\x98\x65\x85\x7b\xbb\x53\ \xdd\xdd\x49\xe5\x03\x08\xd4\x01\x2f\x14\xe0\x1c\x95\xf4\xec\x92\ \x82\x82\x8a\xb2\xf2\x64\x57\xe7\xfe\xdd\xbb\x85\x74\x47\x94\x14\ \x1f\xed\xee\xe1\x2e\xb5\xd6\x36\x18\x9c\x5b\xb9\x31\x50\xda\x49\ \xdb\x56\x20\x40\x8c\x71\xc0\x8c\x07\x4c\x6b\x42\x45\xc8\x48\x4b\ \xa9\xa5\x72\x1d\x07\xb9\x21\x2c\x83\x7c\xf9\xc0\xfd\xf7\xdf\x70\ \xed\xb5\x81\x40\x88\x1b\x62\xd8\xb0\x61\xa0\xb4\xeb\xd8\x26\x47\ \xc6\x98\x60\xc2\x73\xdd\x44\x5b\x9d\x70\x3c\x2b\x94\xdf\x5c\x7d\ \xb0\xb6\xfa\x84\xeb\x24\x34\xfa\xa6\x15\xf0\x94\x46\xd3\xca\x29\ \x28\x08\x85\xc3\x81\x48\x8e\x69\x9a\xbe\x92\x76\xda\x95\x4a\x82\ \x26\xcd\x40\x29\x75\xa1\xf9\xa2\x32\xc5\x40\xb6\xed\xd8\x51\x53\ \x53\x93\x97\x97\x37\x6d\xda\x34\x84\x73\xc4\xc2\x21\x92\x9f\xee\ \x4e\xb8\xf1\x82\x42\xee\xec\xdc\xb5\xa3\xc7\x0c\x85\xc0\xb3\xdd\ \x58\x57\x3a\x95\xea\x68\x6d\x6e\x6c\xf1\xc6\x2c\xbd\x7e\x6a\xb4\ \xf6\xdb\xff\xfe\x5c\x9d\x63\x70\x3a\xf1\x9b\xc7\xcc\xff\xf5\xb7\ \xb7\x4c\x1b\xb1\xc9\xf7\xbc\x9e\x44\x53\x4d\xf5\x09\x9e\x0c\xb6\ \x7c\xf6\xba\x82\x58\x50\x4b\x3f\x3a\x72\xce\xac\x52\xf7\x17\xdf\ \xff\xd1\xf2\xfb\x3e\x3b\x6d\xe4\xfa\x77\xab\xc3\x57\x5e\x31\x6d\ \xdf\x6b\x3f\x7c\x79\xfd\x91\x60\xc8\xac\x3d\x71\x48\x02\x0b\x14\ \x17\x4b\x1f\x62\xc5\xe5\x15\x94\xe2\x2a\x5d\x5b\x5d\xa3\x81\x21\ \x43\x37\xd9\x95\x52\x66\x41\x6e\xf4\xc8\xde\xa3\x35\x09\x9f\x45\ \x0a\x51\xbb\x9d\x27\x1b\x6a\xaa\x4f\x74\xf3\xd2\xe4\x1d\x0b\x42\ \x86\x55\x39\x77\x71\xac\x6e\xf5\x77\x57\x45\x1f\x5c\xbe\xb8\x60\ \xd3\xa1\x9e\xbc\xd1\x57\x5e\x36\x62\xcd\xa3\xff\xeb\x9d\xbd\xed\ \xc1\x80\xd1\x50\xed\x79\x46\xb1\x56\x3a\x94\x33\x6c\xe4\x48\x26\ \x98\x6c\xaa\xa9\x56\x04\x3c\x0b\xf2\x33\x34\x76\xce\xd2\x9d\x55\ \x9b\x37\xee\x0c\x97\x0d\xb3\x50\x65\x1c\x59\xdd\xcd\x6d\x6d\x14\ \x19\x36\x7f\x34\x9e\xce\xcd\x05\x69\x02\x22\x4f\xfa\x89\xf6\x04\ \x17\x42\x70\x23\x10\x08\x58\xc1\x40\x6f\x6f\x42\xfb\x92\x04\x23\ \xad\xdd\x94\xad\x3d\x37\x62\x19\x86\x87\xdc\xa5\xae\x54\x1b\x48\ \xe8\xed\xed\x2d\x29\x29\xc9\x2f\x0d\xb8\xd8\x2d\x7d\x19\xcb\x89\ \x33\x1e\xae\xaf\xed\xcc\x8b\x47\x67\x4f\x9f\x1e\x8b\x84\x95\x54\ \xfb\xf6\xec\x69\x6d\x6c\x1a\x5e\x90\x9b\x4c\x75\x3a\x3d\xbd\xdd\ \x5d\xe9\xda\xaa\x9a\xe6\x93\xcd\x93\xe7\xcd\x51\x9e\x04\xd6\x57\ \xe9\x42\x69\xcd\x19\x17\x04\xa4\x35\x32\xcd\x08\xb4\x2f\xb5\xd6\ \x5c\x70\xcf\x93\x4a\xdb\x4c\x88\x25\x57\x2c\x07\xce\x40\x03\x20\ \x80\x52\xbe\x9d\x22\x25\x95\xf4\x19\x03\xdb\x75\x3c\xd7\xc9\xb3\ \xfc\x18\xda\x79\x2c\x29\xbb\x6a\xa3\xc2\x2d\xc8\x09\x82\x19\x0d\ \x45\x42\x2e\xe9\x5d\x07\x0f\x39\x4a\x17\x15\x15\xa3\xb0\x88\x08\ \x25\x53\x92\xd0\x07\x24\x50\x9a\x38\xe7\xa6\x69\x71\xce\xe9\x82\ \x49\xf0\x26\xd2\x42\x88\x5b\x6f\xb9\x85\x31\x76\xb6\x03\xff\x74\ \x90\x1b\x2c\x75\xfc\x89\xc7\x7e\xb3\xe2\x9a\xcb\x3f\xff\xb5\xcb\ \x5b\x8f\x6e\x7a\xe5\xf5\x8d\x9d\x3e\xe7\x8c\x21\x22\xe3\x1c\xb9\ \x88\xe7\x15\x78\x9d\x75\xdd\x3e\x58\xa6\x81\xc4\x64\x4f\x43\x9b\ \x6b\xe4\xe5\x84\x3b\x1c\x7f\xcc\xbc\x1b\xbf\x96\x3b\x3f\xb7\x74\ \x38\x3f\xba\xf6\xbd\xc3\x27\x01\xc5\xb8\x39\x0b\xd8\xc9\x7d\x87\ \x0e\x1f\x2e\xa8\xf5\xe6\xcd\x9d\xb8\xa1\xb1\x27\xc7\xf4\x77\x35\ \xb7\xf0\x40\x00\x11\x2a\xe6\x5c\x55\x89\x75\xef\x9d\x70\x35\x86\ \xc7\xcd\x5a\x18\x4a\x78\x94\x68\xec\x69\xaa\xea\xf5\xd0\x30\x45\ \xdb\x91\x77\x1f\x7b\x42\x5d\xbd\xf4\xb6\x59\x57\xc9\x3d\xef\xbe\ \xf2\xfa\xd6\x46\xc7\x0d\xcc\x5b\x71\xf7\x9f\x4c\x49\x0e\x1b\x55\ \x99\xde\xf5\xd6\xae\x76\xeb\xc6\x3b\x46\x57\xad\x7b\xfb\xf8\x5e\ \xd1\x76\xdd\x1f\xcd\x1d\x9b\xb7\x36\x91\x17\xc7\xae\x9a\xce\xb4\ \x65\x99\x42\x70\xe0\xa0\x88\x14\xf1\xb2\x09\xb3\x97\xc4\x52\x5c\ \x75\xbf\xd7\xd5\xd0\x96\x94\x59\xfd\xfc\x6c\x52\x9e\x1b\xab\x98\ \x7a\xfd\xcd\x97\x87\xc9\xd1\x04\x86\xc0\x63\x1b\xdf\xda\xef\xf9\ \x67\x2f\x62\xc1\x84\x10\x01\xcb\xb2\x2c\x2b\x1c\x22\x29\x05\x37\ \x43\xa1\x10\x33\x84\xee\xe9\x75\xd2\x69\x1e\x0a\x46\x83\x21\xcf\ \xb6\x3b\x4e\x76\x87\x05\x16\xe6\x44\x17\xcc\x9a\x91\x74\xdd\xbc\ \xa2\x42\x66\x98\xc1\x68\x78\xd7\xbe\x3d\x0d\xcd\x47\x83\xe1\xa0\ \x08\x4b\xaf\x17\x8b\x8b\xf2\xa6\x4f\x9d\xda\xdd\xde\x7d\x68\xe7\ \x9e\xb2\x92\xd2\x93\x27\xaa\x9d\x54\x6a\xdb\xb1\xc3\xad\x0d\xb5\ \xb9\xb1\x7c\x4f\xf2\x84\x9d\x6a\x3b\xd6\x4b\xe1\x40\xc9\xa8\xe1\ \xcc\x30\x84\x10\x0c\x81\x94\x26\xe9\xa3\xc1\x19\xe8\x3e\x3f\x19\ \x81\xeb\xb8\x1c\x58\x26\xd2\x06\x34\xb5\x34\x37\xfa\xb6\x4b\x80\ \x4a\x4a\xc3\x32\xf3\xf3\x72\x18\x68\xe9\xfb\x86\xc5\x19\xa8\xbc\ \x78\x68\xc1\xf4\x09\xb9\x11\x2b\x16\xc9\x89\xe7\x14\x9a\xe1\x78\ \x7d\x5b\x57\x63\x47\x47\x77\x32\xb9\x76\xd3\xf6\xa7\x1b\x5f\x4d\ \x26\xed\xa4\x03\xbe\xb4\x65\x5f\x29\x4c\xd4\x99\x72\xe8\x00\x88\ \xc8\x19\x5e\x68\x69\x21\x19\x53\x2a\x11\x31\xc6\x3e\x7c\xf7\x61\ \x9c\xb5\x9f\xd8\xfa\xf8\x0f\x77\xc4\x87\x4d\xf9\xfc\x37\xbe\x72\ \x47\xb2\xe9\x87\x2b\xf7\x9f\xfa\x14\x74\x57\xfb\x49\xb3\x70\x74\ \x41\x00\xab\x52\x3e\xd7\x6e\xa0\x78\x64\xb1\xe5\xae\xef\x4a\x70\ \x21\x12\x1d\x75\x07\x8f\x76\x5d\x3f\x63\xe6\xf1\xf5\xbb\xea\x3a\ \x53\x18\x1e\x35\x67\x66\x65\x31\xcb\xfd\xcb\x6f\x2e\x30\xc3\x85\ \x25\xe6\x82\xe1\xaf\x3e\xd5\xe6\x9a\xe5\xa5\xc5\x6a\xd7\x61\x5b\ \x88\x82\x49\x8b\xae\x0c\x19\x1b\x8f\x1e\x45\x6a\x5f\xf3\x9b\x1f\ \xaf\xaa\xee\x31\x85\x10\xa6\x69\x70\x04\x44\x2e\xbd\xc3\x9b\x5f\ \x3d\xba\xf3\x9d\xe1\x53\x56\xfc\xc9\xc3\x0f\x34\xb7\xfc\x40\x29\ \xaf\xfb\x64\xed\xc1\xbd\x55\x1f\xbc\xf7\x46\x55\x55\xb5\x39\x72\ \xc5\xf4\x71\xa5\xe9\xc0\xe7\xc7\x5e\x45\x39\x79\xc5\xf1\x79\x33\ \xd7\xbf\xd2\xd0\x49\x79\xa3\x0b\xc3\xbb\x1a\xda\x38\x33\x94\xf4\ \x94\x40\x83\xf9\x3b\x57\x3d\xfe\xb3\x35\xb5\x96\x25\xb8\x30\x4d\ \x91\x8d\xf9\x39\x9b\x0f\x80\x69\x85\x94\xd7\xee\xba\x7e\x90\x4b\ \xa9\x81\x33\xec\x4d\xdb\x66\x6e\x90\x03\xa9\x33\xad\xeb\x89\x84\ \xad\x64\x30\x10\x30\x0c\x93\x91\x42\xa9\x7c\xa4\x20\x04\xf3\x8a\ \xf2\x05\x83\x78\x34\x32\x73\xc6\xcc\xdc\x48\xa8\xb6\xb6\xca\x42\ \x67\xea\xe4\xd1\x27\x4f\xd6\x38\x5e\x7a\x4c\xc5\xc8\x9e\x94\xd7\ \xdd\x93\x34\x59\xa4\x30\x7f\x78\x24\x1a\x09\x45\xc2\x2a\xe8\x4c\ \x18\x35\xaa\x28\xaf\xf0\x64\x4d\x5d\x4f\x63\x67\xc7\xb1\xfa\x78\ \x38\x3c\xbe\xa2\x7c\x63\x5d\x75\x6f\xca\x21\xc3\x39\x51\xdd\x90\ \x92\x5e\xbc\xb8\xb0\x2b\x95\x88\xb9\x4e\xc8\xe0\xbe\xeb\x19\x8c\ \x19\x08\x06\x32\xa5\x3c\x62\x08\x24\x35\x69\xa5\xb5\xd6\xe4\xfb\ \x52\x4a\xe2\x1c\x95\xf4\x7f\xfe\xf3\x9f\xbf\xf7\xee\x7b\x9a\xc0\ \x76\x9c\x85\x97\xcd\xff\x9b\xbf\xfe\x2b\x4b\xa0\x29\x08\xc0\x63\ \xe8\xe5\xe5\x86\x4a\xe2\xe3\x8b\x0a\xf3\x34\x98\x09\x0f\xeb\x5b\ \x7a\x77\x1d\xac\xaf\x3b\xd9\xd2\xd1\x9b\xe8\x4d\xf6\xba\xbe\xa3\ \x15\x91\xe4\x44\x48\x00\x99\x60\x38\xea\x0b\xc8\xc9\x4c\x99\x42\ \xb8\x50\xea\x31\x21\x22\x63\xac\xbb\xab\xb3\xab\xb3\x93\x88\x82\ \xc1\x60\x7e\x61\xd1\x39\x15\x0a\x52\x10\x2a\x5d\x3c\x7f\x44\xb2\ \xad\x39\x01\xf1\x80\x29\x6c\xe4\x40\x04\x8c\x9b\xa6\xc9\x10\x85\ \xc9\x9a\x0e\x6c\xd8\xde\x3a\xf7\xf3\x5f\x78\xf0\xe5\x35\xdb\x6c\ \xb3\x68\xf9\xad\x77\xf4\xee\x79\x6d\x6f\x5d\x72\xd1\x35\xc1\x44\ \xf3\xb1\x4d\x6f\xad\xa9\x4e\x1a\x7f\xf1\xc0\xe7\xe6\x1e\xf9\xff\ \x1a\x46\x2e\x1a\xad\x0f\x7f\xff\x3b\xbf\xee\x46\x2e\x55\xce\xbd\ \x7f\xfe\xc7\x57\xcc\x0e\xbf\xbd\x6a\xc7\x9f\xdd\xf5\xc8\x67\xbd\ \xe7\x76\xd5\xf5\x56\x14\xc7\x65\xb7\x26\x00\xc3\x8c\x96\x8f\xae\ \x1c\x67\x24\x4c\x43\xb8\xbd\xed\xad\x9d\x09\x29\x31\xb7\x7c\xd2\ \xfc\x91\xd1\xd6\xfa\x93\x66\x3c\x6c\x70\x83\x73\x66\x06\x58\xcb\ \xde\xdd\x1b\x37\x1c\x34\x43\xa6\xd2\xa1\x25\x57\x2f\xee\xd8\xf8\ \xd4\x8f\x9e\xdf\x81\x06\x84\xca\x16\xfe\xc9\x17\x97\x8f\x7e\xf3\ \xdf\xde\xde\x50\xf3\xe0\xfd\x5f\xb4\xc3\x6f\xd4\x75\xeb\xbc\x82\ \xc0\x89\x83\xcd\xc0\xad\xa2\xf2\xd1\xe3\xc7\x5b\xa6\x69\x28\xa7\ \xa7\xb9\xad\x4b\x51\x56\x2b\x3f\x9d\x8d\x6b\x8a\x15\x94\x45\xbc\ \x3d\x5b\xf7\x55\x2d\x9f\x59\x21\xb8\x6e\xaf\xde\xbb\xb7\xc1\x9e\ \x33\xb5\x88\xc9\x33\xeb\xce\x8a\xde\x44\x6f\xda\x4e\x9b\xa6\x69\ \x08\x11\xb2\xcc\x60\x20\xe4\x78\x5e\x57\x77\x77\x38\x18\x74\x1d\ \x9b\x23\x04\x82\xc1\x99\x73\x66\x97\x97\x0f\xeb\x6e\xa9\x6b\x6e\ \x69\x19\x31\x62\x64\x30\xd2\x5b\x5d\x5d\x9b\xb0\xfd\x48\x4e\x2e\ \x63\x2c\x12\x8d\x86\x22\x61\x2e\x90\x69\x8a\x86\x02\xb5\x55\x47\ \xdb\xeb\x1a\x6a\xf6\x1f\x6a\x6f\x6c\x7c\xe8\xbe\xfb\x4d\xa0\xb2\ \xa2\xa2\x31\x23\x47\x78\x84\x6d\x1d\xdd\x42\xcb\x70\x38\x18\x0d\ \x87\x11\x50\x70\xc1\x91\x11\x81\xaf\x08\x98\x02\x4e\xc8\x40\x03\ \x69\xa5\x95\x22\xc6\x84\xe3\xb8\x52\x23\x67\x4c\x13\x34\x35\x36\ \x1d\x3f\x71\xdc\x34\xcd\xee\x9e\x9e\xd1\xa3\x47\x22\x03\x21\xb8\ \x56\xbe\xf2\x25\x29\x10\xdc\xe0\x22\x98\xb0\xfd\xe3\x35\x75\x07\ \x8e\xd4\x36\xb4\xf5\xb4\x76\xd9\xb6\xd2\x8e\xe7\x7b\x4a\x2a\x02\ \xad\x49\x30\xa6\x75\x26\x02\x97\xb4\xd6\x83\x5d\x8e\x99\xb8\xd1\ \x0b\x04\xe1\x5a\xeb\xaa\x13\xc7\xdb\xdb\x5a\xc2\xe1\x08\x17\x46\ \x32\x99\x4c\x26\x7a\xf3\x0b\x8b\xd8\x90\x05\x64\x88\x08\x59\xde\ \x88\x29\x8b\x16\x2d\xe3\x20\x4f\x6e\x7d\xee\xf5\xf5\xc7\x0d\xcb\ \xd4\x76\xf7\x89\x13\x35\xb6\x04\xc6\x0d\xe6\xb5\xbe\xf0\x93\xef\ \x5e\x7e\xfd\xf5\xcb\x6f\xba\x83\x93\xdf\xb8\xfd\xb9\xa7\xde\x7e\ \xdf\xe5\x66\xef\xc9\xea\x3a\x95\x0e\x46\x22\xcd\xbb\x57\xaf\xac\ \x1c\x36\x6e\xda\x14\xe4\xe6\x81\x2d\x1b\xeb\xba\x12\xdc\x30\x7d\ \xbf\x77\xe3\xa6\x3d\x8b\x8b\x86\xb7\x3c\xff\xe4\x8f\xf1\xc6\xab\ \x17\xac\x98\xb0\x88\x29\xd9\xb4\x79\x6f\x35\x81\x57\x57\xd5\x3e\ \x69\xc9\x8d\xa5\x9a\x10\xb0\x61\xc7\x1b\x2f\xbe\xb3\x4b\x83\x40\ \x23\x34\x7a\xea\xa2\x45\x97\x99\xe4\xa7\xd7\x3e\xfd\x8b\x9d\x35\ \x3d\xa1\xa6\x1a\x95\xf4\xad\x80\xc5\x05\x82\x51\x9c\xab\xda\x36\ \xbf\xbf\xb3\xc7\xb1\x4d\x4f\xf7\x56\xef\xd8\x72\x68\xf2\x88\x61\ \xb1\xd7\x5e\xfe\x11\x4b\xdf\xb2\xe4\xf2\x9b\xe6\x30\xb2\x3b\x8e\ \xb5\x1c\xad\x6f\xac\xae\x1a\x3b\xf1\xf2\xbb\x47\x69\x04\x4c\xd5\ \x6c\xf9\xf5\xcb\xeb\x52\x9a\x63\x16\xe6\xa7\x19\x5c\x15\x05\x0a\ \x2f\x5b\x38\xe3\x8d\x77\x56\x3f\xbe\x3f\x64\x31\x9d\x4c\xfb\x63\ \xe7\x5f\x35\xb6\xc8\xf4\xfc\x33\x93\x9d\x44\x26\x3e\x56\x29\xe5\ \x71\xee\xd9\x69\x1d\x07\xd3\x0a\x78\x9e\x97\x48\x24\x0c\x84\xde\ \xae\xce\x9d\x3b\x77\x4e\x99\x34\x2e\x37\x37\xb7\x20\x1e\x6c\x6a\ \xa8\xee\xe8\xad\x6e\x6a\x69\xeb\x49\xda\xad\x9d\xdd\xa3\xc6\x8a\ \x11\xa3\x2a\xf2\x87\x15\xda\x9e\xc3\x19\x79\xbd\x1d\x75\x55\x27\ \xec\x68\xcc\xe9\xee\x75\x3c\x3b\x14\x0a\x76\x75\x77\x98\x26\x36\ \xd6\xd5\x6a\x2d\xbb\xd3\x8e\xe7\xd9\xc2\x34\x8b\x0b\xf3\x73\x73\ \xe3\x4e\x3a\xe5\xb8\x6e\x24\x12\x09\x06\x02\x02\xd0\x57\x9a\x0b\ \xc6\x19\x27\x60\x52\x69\xa6\xb4\x52\x5a\x49\x2d\x4c\x4b\x29\x05\ \xc4\xc2\xe1\x50\x26\xf0\x83\x0b\xce\x05\x4f\x26\x92\x56\x4e\x14\ \x94\xc6\x4c\x07\x22\x6e\x76\x25\xd2\xf5\x47\xaa\x0f\x1e\xad\xea\ \x4a\xb8\x3d\x69\xd9\x9b\xb2\x7d\x02\x0d\xc0\x19\x47\x9d\x89\x70\ \xcb\x34\xb7\xa7\x4c\x64\xfe\x60\xde\x78\xe1\x68\xe3\x9c\xf3\xf6\ \xb6\x16\xcb\xb2\x0a\x8b\x8a\x19\x63\x88\x8c\x31\xa6\xa4\x6a\x6b\ \x39\x39\x38\xe4\x76\x90\xb0\x2e\x30\xd5\xf8\xc6\x53\x3f\x79\x9d\ \x20\x53\xeb\x58\x18\x86\x61\x05\x9c\xe6\xbd\x3f\x7d\x74\x97\x61\ \x9a\x9c\x21\x80\xa0\x74\xf3\xea\xa7\x1f\x5d\x0d\x08\x40\x04\x4c\ \x08\x11\x0e\xd0\xbe\x55\xbf\xd8\x0d\xc2\x34\x82\x41\x90\x9b\x9f\ \xff\x11\x70\x83\xd3\xae\x1d\xc4\x4c\x2b\x00\x00\x96\x65\x1e\x5d\ \xf3\xf8\x21\x10\x66\x40\x1c\xdf\xfc\xea\x91\x4d\xaf\x22\x02\x11\ \x31\x6e\x18\x02\x5f\xfc\xd1\x3f\xbf\x00\x7d\x1e\x09\xc6\x85\xe0\ \x96\x01\xd0\x5d\xbb\xf3\xf1\x1f\x6c\xcb\x4c\x28\x30\x6e\x18\x62\ \xc3\x93\x3f\x21\x6e\x18\x01\x03\x08\x0c\x79\xf2\xb9\x9f\xfd\x10\ \xb8\x19\x34\x39\x00\xe7\xba\x77\xe5\x4f\xff\x93\x19\x66\x50\xd0\ \xce\xb7\x9e\xda\xfe\x56\x5f\xb8\x82\x30\x44\xdd\xf3\xdf\x5f\x4f\ \x7d\xbf\x8e\x8c\x1b\x42\x64\x55\xf2\x21\x98\xb9\x94\x39\xa3\x66\ \xdd\x75\x77\x45\x6d\xc3\x49\x47\xb2\x58\xe1\xb0\xb2\x82\xa8\x1e\ \xca\x7c\xd3\x97\x6a\x9a\xa9\x45\x43\x48\xed\x1d\x1d\xc2\x30\x0d\ \x21\x32\x71\x60\x6e\x2a\xb9\x6b\xf7\xae\xc5\x97\xcd\x1b\x39\xbc\ \x3c\x68\xf2\xb2\x11\xa3\x73\x0b\x4b\x1d\x09\x7b\xf7\x1f\x52\xa0\ \x6d\xc7\x8e\x8b\xdc\x60\x38\x28\x51\x92\xf2\x0d\x23\xd0\xe5\xf4\ \xb6\xb8\x5d\x45\xf1\x9c\x60\x2c\x67\xca\xdc\xf9\x46\x38\xd2\xd9\ \x9b\x94\x04\x3d\x3d\xe9\xea\x86\x06\x9b\xf4\x88\x31\xa3\x86\x97\ \x97\x85\x02\x41\x3f\x9d\x4a\xa5\x92\x86\x61\x58\xa6\x05\x86\x60\ \x00\x4a\x4b\x52\x4c\x93\x94\xbe\x76\x25\x73\x1c\x3b\x9e\x03\x5a\ \x6b\xa5\x14\x17\xe2\xfa\xeb\xae\x9f\x3e\x6d\x86\x61\x99\x8c\xb1\ \xa2\xa2\xc2\x48\x38\x24\x7d\x0f\x95\x62\x9c\x01\x37\x3b\x7b\x52\ \xdb\x77\xee\x6b\x6a\x6d\x4b\x39\x6e\x22\xe5\xf7\xa6\x3d\x5f\x41\ \x46\xfd\x66\x1c\x49\x4b\x25\x15\x22\x1f\xcc\xb1\x07\x03\x9b\x88\ \x80\xe8\x42\x58\x48\x44\x24\x84\x88\xc7\xe3\xfd\xf5\x77\x89\x88\ \x0c\xd3\x0c\x86\x42\x89\x44\xcf\xd9\x27\x13\x11\x00\x8a\xd3\xdb\ \x9e\x93\xd6\x80\xcc\x34\xd9\xa9\xbb\x44\x6e\x18\xa7\x95\xf8\xd7\ \x9a\x98\xc8\x9c\xa1\x01\x40\xf4\x05\x57\x19\xc6\xa0\x99\xe9\x3f\ \x01\xce\xf8\x32\x11\x18\xa7\x87\xd3\xf6\x7d\x05\x99\x61\x0c\xee\ \x4c\x42\xdc\x30\x33\x7e\xc1\xbe\xd5\x96\x79\xdb\x3f\x26\xc3\x34\ \x01\x80\x00\xc5\xe9\xa1\x5d\xdc\x30\xf9\xd9\x3f\xfe\x87\xa6\x74\ \x7f\xe4\x5d\x33\xa6\xd2\xdd\xf5\xf5\x8d\x3d\xb6\x8e\xe6\x96\x14\ \xe5\x45\x48\xc9\x21\xbf\x24\x32\x22\x62\x06\xe7\x1a\xa9\x2f\xc0\ \xcd\x32\x03\xa6\x05\x42\x30\xc1\xab\x6b\x6a\x8e\x1c\x3d\x6a\x30\ \x8c\x44\x42\xa6\x60\xf1\x78\xce\x82\x45\x4b\xa2\x79\x05\x2d\xed\ \xad\x9e\x94\x3d\xc9\x84\x46\xe0\x8c\x77\x74\x75\x09\x89\xc7\x6b\ \x5a\x7a\x3b\x3b\x27\x8d\x1d\x97\x1b\xce\xbd\xfc\x86\xdb\xc0\xf7\ \xd7\xae\x5e\x1d\x29\x1a\x91\x90\x4d\x2c\xd0\x93\x13\xb6\x46\x55\ \x8e\x2b\x2a\x19\x66\xfb\x7e\x38\x14\x89\xe6\xe4\x70\x21\x80\xc0\ \x73\x7d\x64\x28\x2c\xce\xb8\xa1\x3c\xad\x08\x50\x6b\xcf\x57\x4a\ \x69\xe9\x3b\xc2\x30\xa4\xf4\x66\xcd\x9e\x39\x67\xde\x3c\xce\x99\ \xe0\xc2\x77\x6d\xc7\x49\x13\x91\x26\xe2\xc0\xa4\x86\xc6\x96\x8e\ \xea\x86\xb6\xd6\xce\x2e\x05\xdc\x57\xe0\x28\x40\x64\x8a\x14\x92\ \x46\x40\x20\x60\x04\x52\xab\x53\xaa\x78\x7f\x9a\xda\x29\xb4\x5c\ \x30\x8f\xd6\xb2\x02\xa6\x69\x6a\xad\x07\x42\x5f\x88\xb4\x65\x05\ \xce\x36\x19\x64\x52\x74\xb2\x3c\xed\xd2\x04\xb9\xd6\x1f\xaa\xd6\ \x71\x26\x93\x5b\xdf\x7d\x7d\x5f\x8b\x47\x76\x4a\x19\xd6\xb0\x71\ \x73\x57\x2c\x9a\x62\x66\xc2\xcb\xce\x00\xb9\xea\x6f\xbc\x84\x08\ \x5a\x29\x64\x5c\x69\xe5\xba\x2e\x43\x56\x90\x97\x2b\x2d\x43\x91\ \xae\xae\xad\x29\x1f\x56\xec\x3a\x8e\x10\xac\xab\x3b\x11\xcb\x89\ \x0d\x1f\x3e\x9c\x99\xe2\x78\x55\x55\x47\x47\x47\x32\x6d\x5b\x81\ \x40\x77\x77\xd2\x80\x30\x1a\x79\x22\x62\x74\x3a\x78\xe0\xf8\xb1\ \x8a\x0d\xdb\x1a\xab\x4e\x1c\x3b\x7c\x28\x68\x58\xd2\xf3\x52\x5a\ \x14\x58\xa1\xc2\xd2\x0a\x11\x88\x92\x4c\x18\xa6\x95\x09\x3e\x47\ \x44\x02\x02\x44\x0d\xcc\xf3\x15\xe3\x66\x38\x18\xf2\x1c\x85\x8c\ \x65\xcc\x6f\x5a\xf9\x04\xd4\xd6\xd6\x9a\x76\x3d\x04\x54\xbe\x17\ \x0e\x05\xa2\xe1\xb0\x65\x0a\x45\xa0\x91\xb7\x75\xf4\xd4\x36\x9c\ \xec\x4e\x79\x1e\x98\xae\x27\x35\x91\xd4\x20\x95\x44\x22\x46\x5a\ \x6b\x8d\x7d\x59\xb2\xa4\xfb\x15\x72\x38\x3d\x71\x0f\x2f\x24\x85\ \x0f\x11\x3f\xac\x21\x01\x00\x00\xf8\xbe\x7f\xf3\x4d\x37\x22\x32\ \xcc\x66\x9b\x5e\xba\x9c\x5c\x4a\x4f\x9f\x03\xea\x8c\xb3\x44\xf3\ \xf1\x13\x3d\xb1\xdb\xee\x5a\x7a\xe2\xbd\x2d\xd1\x09\x23\x6b\xb6\ \x1d\xa8\xe9\x1c\x33\x31\x3f\x20\xcf\xda\xf7\xc5\xe0\x5f\xd1\x5a\ \x21\x03\xad\x09\x94\xd2\xa4\x55\xbb\x6f\x22\x44\x03\x56\x77\x57\ \x77\x57\x77\x0f\xc5\x08\x01\x7c\xdf\x4d\xa4\x7a\x73\xf3\xf3\x72\ \xe3\xf1\xa0\x65\xb5\x36\xb7\xd4\xd5\x37\x48\x4d\x85\x05\xa5\xd1\ \x70\xcc\x75\xb9\x4f\x81\x23\x35\x2d\xdd\xdd\xbd\x4f\xbc\xf2\xe6\ \xe1\x83\x07\xc2\x86\x11\x0b\x85\x50\xe9\x92\xe2\x82\x10\x58\xef\ \x7d\xb0\x73\xfc\xa4\xf1\x63\x2a\x47\xa7\x9d\x34\x13\x60\x22\x07\ \x06\x99\xbc\x74\xa9\xb4\x06\x08\x04\xf8\x5b\x6f\xaf\x69\x6d\x69\ \xff\xe2\x17\xbf\x9c\x5f\x50\xcc\x39\x97\xd2\x07\x84\x37\xde\x78\ \x63\xed\xba\xf7\x0c\xc1\x92\x89\xc4\x84\xb1\x63\xbe\xf1\xd5\xaf\ \x59\xb9\xb9\x44\xe4\x4b\x55\x55\x5d\x5f\x57\xdf\x92\x4c\x79\x9e\ \x06\x29\x49\x01\x29\xa5\x01\x34\x63\x8c\x11\x01\x21\x47\xd2\x00\ \x9a\x30\xc3\xb3\xb1\x3f\xd7\x75\x30\x1b\xbf\xb8\x24\x42\xad\x75\ \x4e\x6e\xee\xf8\x89\x53\xb2\x60\xb8\x84\xe9\xd8\x91\x43\x5a\x2b\ \xc6\x86\x6a\xa5\x86\xe4\x7b\x8e\x11\x88\x47\x43\x86\x52\xbe\x63\ \xa7\x1d\xa9\x18\x1b\x3a\xff\xa2\x8f\x93\x67\xc4\x55\x22\x85\x00\ \x88\x0c\x00\x94\xd4\xb6\x4a\xfb\x08\xa8\x64\x6f\x32\x91\x4a\xa7\ \xac\x8c\x4f\x9b\x74\x2a\x21\x11\x29\x1c\x8d\x5a\xdc\x68\x6b\x6d\ \x3f\x7a\xf8\x58\x34\x9a\x7b\xe7\x2d\xf7\xcd\x9d\x75\xf9\x7f\x7d\ \xff\x47\x9b\xb7\x6d\x51\x0c\x5c\xc2\x03\xc7\x4f\xf0\x40\xd0\x25\ \xe8\x76\xfd\xb2\xe2\x92\x48\x51\x71\xbb\x9d\x58\xb3\x79\xed\xc4\ \xea\xfa\x1b\x6e\xb8\x66\xf8\x88\x32\xd2\xca\x57\x9a\x29\x42\x54\ \xa8\x25\x18\x96\x19\x8c\x1c\x3e\x72\x6c\xe5\xca\xd7\x63\xb1\x1c\ \x40\x26\xa5\x54\x4a\x69\x2d\xa3\xd1\x70\xcb\xc9\xe6\xda\xba\x5a\ \xc1\x01\x94\x6e\x89\x86\x94\xf6\x3d\xdf\x65\x8c\xb9\x9e\xac\xaa\ \x6b\x4c\xd8\xae\x52\xe4\xfb\xbe\x22\xd2\x40\x00\x1a\x48\x03\x02\ \x01\x31\x02\x02\xec\xaf\xbc\x40\x67\x30\xc6\xbe\x23\x5a\xc3\xc5\ \xa6\xf8\x69\x9d\x15\xd4\x2f\x75\xd3\x9a\x52\xe7\x7e\xfa\x14\xca\ \x29\x1f\x51\xd6\xad\x7d\x6d\x8a\xd4\x07\xeb\x77\x8c\x9c\xb1\x68\ \x64\x4e\x40\xd1\x10\x5f\x11\x19\xce\xd6\x27\xbb\xf6\x45\x49\x89\ \x4c\xb6\x86\xc1\x40\xb9\x8e\xe3\x38\xae\xeb\x4a\xa5\x94\x52\x9a\ \x14\x80\xf6\xa5\xe6\x69\x0c\x58\x16\x10\x44\x83\x11\x81\x56\x71\ \xfe\xb0\x39\xd3\xe7\x14\x47\x73\x67\x8e\x9f\x54\x75\xfc\xd8\xf1\ \xc6\x6a\x33\x1a\x92\xca\x93\xca\xa7\x8c\xf4\x69\xa0\x16\xfc\x44\ \x63\x2b\x58\xd1\xea\x93\xed\x2f\xbd\xba\x7a\xe9\xd2\x05\xb3\xa6\ \x4f\x46\x54\x0c\x35\x22\x63\x1c\x5d\xad\xc1\xf7\xb7\x6d\xdf\xd6\ \xda\xd6\x95\x5f\x58\xec\x38\xae\xef\xfb\x86\x61\x20\x32\xa5\x54\ \x20\x18\x0c\x84\x82\x91\x60\xc0\x77\xd2\xa6\x65\x4a\xdf\xd7\x4a\ \x11\x41\x73\x73\xeb\x91\x63\x55\x89\xa4\xab\xb5\x06\xad\x91\x34\ \x67\x99\x9e\xbd\x5a\x4a\xc5\x00\xb4\x42\xa6\x81\x00\x80\x0f\x12\ \xce\x11\x07\x30\x9f\xc9\x83\xc9\x76\x33\xc9\xd2\xc5\x24\xcc\x2b\ \x6d\x84\x0b\x27\x8e\x8b\x31\x30\x27\xcc\x5d\x14\x1e\x91\x1c\x36\ \x6a\x8c\x85\x5a\x0e\xb5\xf3\x8b\x4c\x15\x21\xce\x79\x46\xbf\x93\ \x4a\x23\xe3\x8c\x73\xd2\x1a\x94\xe2\x9c\x6b\x2d\x93\xc9\x64\x3a\ \x9d\x8e\x87\x43\xe0\x7b\x80\x04\x0c\x5c\xc7\xf6\x5c\xd7\x14\x22\ \x1c\x08\x07\xcd\xe0\xa8\x11\xa3\xe3\xa1\x78\x7b\x63\xa3\xa5\xe5\ \xa8\xd2\x61\x55\x75\xc7\x7c\x27\x29\x04\x43\x86\xa0\xb5\x26\x5d\ \x5f\x57\xd3\x9b\x76\xba\x92\xae\x15\x8a\x1a\x01\xa3\xb9\xbd\x73\ \xdd\xfa\x8d\xa5\x25\x45\x91\x90\x08\x5a\x9c\x73\xe2\x86\x00\x4b\ \x6c\xdf\xb9\x6b\xeb\xf6\xdd\x4a\x81\xeb\xb8\x9e\xe7\x21\x72\xdf\ \xf7\x39\xc7\x74\x3a\x3d\x6f\xee\xbc\xd2\x11\x23\x83\x01\xd3\xb3\ \x93\x79\xf1\x78\x30\x10\x24\x22\xad\x55\x63\x53\x73\x63\x43\xa3\ \xe7\xf9\x08\x84\xa4\x80\x34\xe9\x8c\xbb\xac\x2f\x93\xb4\x2f\xcd\ \x0d\x3e\x8c\x55\x13\x11\x64\x61\x9e\xa5\x8b\x87\x98\xe0\x89\xe6\ \xfd\xeb\xf6\x26\xae\xba\x7e\x59\x7b\xd5\x81\xf7\x77\x56\x19\x47\ \x4f\xde\xb0\x62\x51\xdc\x20\x7d\xb6\xe1\x8d\xf5\x97\x55\x42\x42\ \x86\x9c\x21\x07\x42\xd4\x80\x80\x9c\x1b\x8c\x73\x5f\x2b\xdb\x75\ \x93\xe9\x94\xe3\x04\x41\x7a\x82\x23\x32\x4c\x4b\xd7\x30\x0c\x93\ \xf3\xbc\x78\x8c\x11\x8c\x2c\x1f\x69\x30\x23\x14\xb4\x98\xe0\x86\ \xc1\xc3\xe1\x60\x47\xba\x97\x99\x82\x5b\x02\x89\xb8\x26\x92\xaa\ \xb5\xbd\x45\x12\x71\x11\xf0\x34\x58\xa1\x80\xe3\xd3\x7b\xef\x6d\ \x75\x53\x3d\xe1\x68\x70\xea\xac\xa9\x23\xc6\x8c\x74\x53\xfe\xaa\ \x35\xeb\x1a\x5b\x7b\x42\x01\xae\x00\xb8\xc1\x35\x49\x25\x7d\x52\ \x4c\x70\x3e\xbe\x72\xec\xf8\xca\xb1\x0c\x99\x61\x70\x4d\xca\x75\ \x5d\xa9\x49\x69\x5d\x5b\x57\xdb\xd9\xd5\xde\x27\xda\x23\x68\xc2\ \x8c\x1b\x9c\x10\x18\x32\x00\x02\x04\x85\x94\xa9\x57\x07\x04\x03\ \x3c\x3c\xc3\xcf\xb3\x42\x6f\x96\x2e\x46\x42\x04\xdf\xb3\x35\x0b\ \x40\xb2\x7e\xc7\xf1\xc4\xb2\x9b\x6e\x3c\xbe\x61\x4b\x43\x4f\x3a\ \xb7\xe8\xcc\x14\xb4\x3e\x71\x7d\x60\xa1\x6b\x99\x09\x1f\x44\xce\ \x39\x63\x4c\x6b\x89\xa0\x49\x91\xe7\x4b\xdb\x71\x5d\xcf\x63\xd2\ \xf5\x51\x23\x12\x32\xf4\x9c\x40\x28\x14\x0f\x05\x03\xe5\x25\xc3\ \x2a\xca\x87\x6b\xa9\x5c\xdf\xcb\xc9\xcf\x35\x83\x81\x58\x2c\xda\ \x69\x27\xa5\x54\x1a\xc9\x10\x3c\x23\x8e\x73\x94\x26\x92\xd2\x8e\ \xab\x40\x93\x91\xee\x49\x19\x9a\x2d\x9c\x3b\xb7\xbe\xb9\xee\x99\ \x17\x5f\xbf\xf1\xf6\x5b\x1c\xd7\xae\xae\x6b\x06\x06\x92\x69\xd7\ \xf7\x52\x76\xca\x97\x1e\x12\x00\x90\x56\x5a\xfb\x52\x49\x19\x0c\ \x04\xed\x94\xa3\xb4\x4a\xbb\xae\x61\x19\x29\xdb\x3e\x5e\x75\x3c\ \x99\xea\x51\x5a\xb9\x5a\x31\x66\x10\x6a\x22\x24\xc0\x7e\x03\x04\ \x12\x10\x21\x11\xf4\xe5\x8e\x9f\x32\xb6\x9d\x41\xd9\x85\x93\xa5\ \x8b\xc9\x22\x83\x91\xdc\x62\xe8\x58\xf7\xec\xb3\x7b\xe3\xe3\x16\ \x55\x16\xc5\x1a\x63\xb1\xa0\x60\x43\x1a\x90\x4f\xb7\xae\x93\xd6\ \x80\x00\x7d\x05\x3a\x48\x49\x86\x04\xd2\xb7\x6d\xdb\x71\x1c\xad\ \x94\xf2\x7d\x4d\x12\x19\x21\xb2\x54\x32\x65\x9a\xc1\x82\xfc\x82\ \xc5\x4b\x16\x8f\x1b\x37\xd6\xf7\x7d\x64\x2c\x3f\x3f\x2f\x16\x8b\ \x29\xa9\xb5\x52\x68\x30\x50\x5a\x67\x9c\xd2\x80\x00\x0c\x40\x13\ \x81\xeb\xf8\x92\x14\xb9\x9e\x13\x74\x7a\x7b\x7b\x52\xa9\x94\x65\ \x5a\xef\xbe\xfb\xae\xe7\xb9\x0c\x89\x31\x70\x1d\x92\x52\x3a\x8e\ \xcb\x85\x40\x02\x81\x0c\x11\x35\x11\x70\xbe\x63\xcf\xee\x55\xab\ \xdf\x1a\x3f\x6e\xfc\xc8\x31\xa3\x8f\x9d\x38\xbe\x7b\xcf\xee\x96\ \x96\x16\x60\xcc\x93\x2e\x67\x62\x30\x60\xcf\x46\x6e\x26\x94\x95\ \xf5\xfb\xed\xce\xe0\xe1\x17\x7b\x48\x95\x67\x27\x7a\x93\x36\x88\ \x60\x6e\x4e\x34\x93\x98\xe9\xfb\x52\x9c\x56\x54\x80\x92\xdd\x5d\ \x2e\xf1\x70\x24\x1a\x30\xd0\x4e\xf6\xa4\x1c\x15\x8c\xe6\x84\xad\ \x7e\x5b\x85\x4e\x6e\x7e\xe5\x99\xcd\x8d\xec\xba\xcf\x3c\x30\xb9\ \xf8\xe3\x14\xe4\x6f\x3f\xb6\xf9\xd9\x57\x36\x17\xcc\xbc\xf6\x8e\ \x2b\xa7\x70\x00\x90\x4e\x47\x77\x3a\x92\x97\x67\x31\x00\x00\x27\ \xd1\x95\x26\x2b\x2f\x16\x1a\xfc\x15\x3f\xdd\xdb\x6b\x4b\x33\x18\ \x8e\x84\x2c\xe5\xa6\x7b\x13\x29\x34\x23\xb9\xb1\x60\x16\xc6\x1f\ \xa5\x93\x4b\x33\x3e\x7c\xe9\x15\x4b\x1a\x7b\xd8\x98\xf1\x63\x85\ \x21\xe7\x2c\x5d\x1c\x08\x87\x99\x96\x70\x96\x6c\x2a\x3e\xc4\x7c\ \x67\x59\x26\x03\xf2\xa5\x67\xdb\xb6\x9d\x4e\x2b\xa9\x48\xfa\xca\ \xf7\xd0\x40\xc6\x85\xe7\x79\x52\xaa\xde\x54\xb2\xb1\xb9\xa5\xb3\ \xa7\x27\x3f\xaf\x04\x15\x49\x5f\x0e\x2f\x2b\x2b\x19\x56\x52\xd5\ \x5c\x27\x84\x95\xb1\x6a\x6b\x95\x49\x10\xa5\x0c\x8f\xd5\x40\x08\ \x64\x08\xa3\xb0\xb0\x38\x2f\x2f\xaf\xbd\xab\xc3\xee\xb0\x3d\x3b\ \xe9\x78\x6e\x71\xd1\x30\xad\x54\x2a\x95\x46\xc6\xf7\xed\xdd\x6f\ \x27\x6d\xcf\xf5\x04\xe7\x91\x48\x24\x16\x8b\x8d\xa9\x1c\xb3\x6b\ \xdf\xfe\xc7\x9f\x78\x6a\xee\xdc\x39\x33\x66\xce\xdc\xb9\x7b\x57\ \x67\x57\x97\x15\xb0\x80\xf1\x8c\xc9\x70\x40\x50\x19\x5c\xc3\xf8\ \xdc\x02\x0f\x0e\xfc\x9b\x29\xf0\x76\x11\x3f\x73\xa7\xf9\xc9\x1f\ \x7e\xff\x44\x2a\x5a\x3c\x76\xce\x83\x77\x5c\x65\x24\xeb\xdf\x7a\ \xfa\xf1\xaa\xdc\x25\xdf\xb8\x67\x69\x5f\x28\x9c\xdf\xbd\xf6\x85\ \x27\xdf\x3f\xde\xcd\x00\x27\x5d\xf7\xc0\xf2\xfc\xc6\xef\xfd\xe4\ \x19\xcc\x2d\x25\x6d\x5e\x71\xc7\x03\x8b\xc6\xe6\x02\x40\xfb\x81\ \x75\x1b\xaa\x43\x77\x3f\x74\x5d\x49\xee\xc7\x6a\xb9\x21\xbb\xd6\ \xac\x7a\xb7\xfc\xf2\x07\x97\x4f\x2c\x64\x00\x2a\xd9\xf4\xf2\x33\ \xcf\x1c\x6b\x73\x22\x65\xb3\x1f\xbc\x67\x85\x7b\x78\xcd\x53\xab\ \x76\xa5\x25\x4e\xbe\xe2\x33\x37\xcc\xaf\xc8\x94\x95\xaa\xde\xfa\ \xea\x73\x6b\xf6\xfa\x84\x39\xe5\x73\x1e\x78\x70\xfe\x1b\xff\xf9\ \xad\x7d\x7e\x2c\xca\x55\xe9\xec\xeb\xee\xba\x7a\xa6\x95\x8d\x00\ \xf8\x50\x98\x03\xb2\x48\x3c\x3f\xee\xb4\xd7\x1d\xd9\x5b\xa5\xd1\ \x34\x85\xf2\xbc\x40\x5e\xe9\xf0\xe2\x1c\x3c\xdd\x55\x7e\x1a\x27\ \x67\x80\x19\x7e\xde\x1f\x03\x87\x8c\xa3\x10\xc2\xf7\xfd\x54\x2a\ \xed\xfb\x3e\x78\xbe\xe7\x7b\x26\x0a\x04\xa6\x94\xd2\x5a\x73\xce\ \xbb\xba\x7b\x7c\xe9\x03\x47\x4f\x49\x22\xca\x89\xe7\x8c\x1e\x51\ \xb1\xe7\xc0\x7e\x8d\xa4\x19\x10\x29\x4d\xd4\xaf\x10\x53\xa6\x1e\ \x33\x22\x05\xac\x60\xd9\xb0\xb2\xdc\x58\x5e\xe5\xe8\x31\xad\xdd\ \x6d\x76\xb2\x3b\x16\x8b\x0f\x2f\x1f\x9e\xec\x4d\x98\xa6\xd9\xdb\ \xd3\xfd\xec\x0b\xcf\xa3\x06\x92\x92\x00\x83\x96\x15\x0c\x85\x66\ \xcd\x9b\x33\xa2\xa2\xa2\x6c\x44\xf9\x7b\xef\x6f\xdd\xbe\x67\x57\ \x28\x1c\x1e\x37\x6e\x5c\x7b\x67\xa7\xed\x79\x1a\x01\xb4\xa6\x41\ \x72\x38\xf4\x3b\x99\x06\xca\x33\x0e\xd4\xc1\x1b\x5a\x3c\xbf\xa8\ \x41\x9e\xea\xf1\x62\x95\x5f\xf9\xe3\x87\x4b\x0d\x00\x50\x27\xaa\ \x8e\x34\xa7\x94\x88\x9e\x52\xce\x8e\xad\x7f\x7e\x7d\x63\xee\x37\ \xfe\xfc\x8f\x0a\x0d\x2f\xad\x8d\xe4\xa1\xdd\xd1\xc9\xd7\xfd\xc9\ \xfd\x57\x57\xad\x7e\xf4\xf1\xb7\xb7\xcc\x1f\x7b\x9d\x00\x50\xa9\ \xde\xda\xaa\x5d\xaf\xaf\x34\x16\xcf\x1b\x77\x60\xfd\xaa\xc6\xe0\ \xc4\x87\xef\x5a\xd1\xb6\xf3\x8d\x55\x5b\x6a\x46\xcc\xbf\xee\xb6\ \x25\x13\xbc\x93\x07\x9e\x5f\xf9\x76\x3b\x96\xdf\x7a\xd7\x6d\x15\ \x31\x0e\x00\xe0\x77\xbc\xfd\xc2\x8b\xbb\x9b\xbd\x39\x57\xdf\x79\ \xc5\x24\xd1\xdb\xd6\xbc\xf3\xad\x17\x99\xbc\xf9\xc6\x05\xa3\x4e\ \xee\x5d\x77\x44\x8e\xff\xbb\xbf\xbd\x7e\xcd\xcf\xbe\xb5\xf1\xd8\ \x74\x63\xd3\x07\xa3\x6e\xfa\x9b\xeb\x83\xeb\xfe\xfd\xd9\x2d\xcb\ \xe6\x57\xc4\x00\xec\x96\x5d\x4f\xaf\xdc\xb3\xe4\xf3\xdf\x58\x3c\ \x3a\x9e\x4e\xda\x16\xb5\xdb\xac\xe4\x91\x6f\x7e\x63\x74\xc7\xf6\ \x6f\x7e\x6f\x6d\xc3\x82\x19\x63\xe2\xd9\x80\xf5\x73\xb3\x28\x2e\ \xfc\xde\xfa\xd5\xaf\xbd\xdd\x2d\x72\xa2\x96\x40\xf0\x4e\xd6\xb7\ \x88\xdc\x82\xca\x29\xe1\xb2\x92\x3c\x71\xba\xf5\x4d\x9c\x61\x64\ \xd6\x03\xd6\x66\x00\xcf\xf3\x98\x29\x32\x75\x16\x6d\x3b\x9d\xe8\ \x4d\x58\x28\x95\x92\x92\x01\x17\x86\x54\xca\x75\x1c\xd3\x34\x23\ \xd1\x88\x06\xb2\x5d\x57\x4a\xe9\x7a\xde\xd1\xa3\x47\xea\x6a\x6b\ \x4d\xce\xd3\xd2\xc9\xf4\x78\xf3\xb4\xf2\x95\x12\x88\xdc\xe0\x0c\ \x50\x2a\x4d\xa8\x09\x75\x2a\x91\x30\x4d\xa3\xa0\xa0\x20\x2f\x27\ \xef\x64\x67\x9b\x25\x95\xef\xf9\x9e\xef\x13\x81\x69\x98\x5a\x69\ \x61\x1a\x22\x10\x50\x4a\xa5\x1d\xa7\x3b\x95\x7c\xe1\x95\x97\x2b\ \x2b\x2b\xd1\x10\xf1\xdc\xa8\x94\xbe\x69\x05\x1c\xd7\x55\x4a\x23\ \xa0\xf4\x95\xc1\x33\x09\xd8\xa7\xf1\xea\xc1\x60\x3e\x43\x21\xbf\ \x94\xac\xeb\x24\x42\x11\xef\xe4\x73\x8f\xfd\x6a\xc6\xa2\xab\x96\ \x4e\x2d\x1b\x35\xeb\xca\xdb\x0c\xff\xd5\x3d\xaa\xff\x96\x9c\x03\ \x07\x9a\xa7\x5d\xfe\xb5\xc2\x10\x07\x6d\x30\x4d\x5c\x18\xdd\xd5\ \x3b\xdf\x7c\x4b\xd5\xee\x6e\xae\xbc\x6c\x45\x66\x11\xf8\x8a\x8f\ \x9a\x79\xd5\xbd\x77\x2c\x6a\x7e\xff\xe9\x26\x6b\xe2\x3d\x37\x5f\ \xe1\x1c\x7d\xe7\xb5\x1d\xf6\x1d\x77\x5e\xbf\xea\xb9\xb7\xf6\x94\ \x07\x8e\xad\x5e\x1d\x9f\x7b\xcb\x94\xe6\xd5\xcf\xbf\xbe\xf5\xcf\ \xef\x59\x88\xa0\x76\xbe\xfa\xf4\x3e\x6f\xdc\xad\xd7\x84\x5e\x7d\ \xf5\xe9\xbc\xd8\xed\xd1\xc2\x8a\x9b\xaf\x7f\x68\x66\x59\x18\x00\ \xa2\x65\xa3\x43\x1b\xde\x7b\xee\x75\xd1\xda\xd2\x11\xef\xa2\xab\ \x66\x8e\x7d\xf4\xc5\x1f\x36\x46\xbc\x51\x0b\xee\x8c\x01\x00\x40\ \xeb\xe1\x03\x30\x62\xfe\xa2\xd1\x39\x00\xc0\x39\x02\x71\x65\xb7\ \xad\x5b\xb9\x6a\x4f\xc7\xe1\x70\xf9\xb8\xe2\x48\x16\xe1\x1f\x6a\ \x5d\x67\x90\x68\xaf\x4f\x18\x23\x6f\xba\x7d\x45\x9c\x4b\x41\xdd\ \x6b\x5f\x5e\x97\xbb\xf0\xca\x19\x25\x61\x5f\xc9\x33\x96\x32\x3b\ \x73\xad\x0f\xd2\xdc\x33\xce\x73\xa5\xa4\xd6\xda\xf5\xbc\xde\x9e\ \x1e\xcf\x71\x95\x52\xbe\xef\x67\xe4\x05\xa9\xb5\x15\xb0\x82\xc1\ \x60\x63\x63\x93\x54\x0a\x19\xdb\xbd\x67\x4f\xda\xb6\x0b\x0b\x0a\ \x39\x32\xd0\xa4\xa5\xf4\x7c\x4f\x49\x49\x40\x84\x8c\x33\x23\x53\ \xd4\x8d\x34\x70\xc6\x9b\x9b\x9b\x37\x6e\xd8\x54\x5b\x5d\xe7\xb8\ \xae\x61\x98\x9e\xeb\x75\x76\x76\x0a\x91\x29\x66\x86\x44\xe8\xb8\ \x6e\xda\x75\x7d\xa5\x50\x08\x61\x59\x81\x60\xa8\xa1\xb1\xa9\xab\ \xbb\x57\x69\x22\x64\x00\xe8\xf9\x52\x4b\xa5\xa5\x32\xb9\x01\x84\ \x67\xe6\x9c\xf4\x03\x7b\xb0\xa2\xae\xfb\xe9\x52\xb2\xb8\x61\x7c\ \xc4\x9d\x0f\x7f\xe5\xe6\x05\xa5\xef\xad\x7c\xe1\x48\xa7\xcf\x18\ \x2a\x29\xcf\x32\x39\x20\x00\xd8\x75\x3b\x9e\x7d\x73\x53\x4a\x1b\ \x0c\x40\xa3\x11\xcf\xcf\x4d\x36\x56\xf5\xe8\xcc\xf3\x04\x2b\x1c\ \xcf\x89\x45\x0c\xce\xe2\x45\xe5\x65\xf9\x91\x74\x73\xd5\xb1\x9a\ \xa3\xab\xdf\x5c\xdd\xd4\x9e\x68\x6f\x3d\x59\x57\x5f\xb5\x67\xc3\ \xea\x75\x7b\x1a\xd3\xbd\x3d\x12\x00\x20\x79\xac\x26\x3d\x73\xc9\ \xe2\xb1\x93\x16\x4d\x28\xd1\x55\xb5\x2d\xc2\x0a\xe6\xe6\xe7\x84\ \x03\x06\x00\xc4\x2a\x16\x3c\x70\xcf\xcd\x23\x72\xb1\xb7\xc7\x8f\ \xc5\xcd\xee\x84\x1a\x35\x7e\x42\x79\x6e\xa8\xbb\xb9\x2e\x45\xa7\ \xed\xb9\x00\xdd\xab\x9f\x79\xe6\x40\x3b\x98\x1c\xb4\xe6\x81\x68\ \xae\x91\xec\x68\xe8\x74\xb2\x48\xfe\x30\xc3\x9b\xa2\x60\x4e\xf9\ \xf8\x71\xa5\x21\x83\x9b\x86\x21\xcc\xc8\xa8\x89\x13\x8a\x22\x16\ \x37\x8c\xb3\x33\xf6\xc4\x87\x5a\xf0\xb4\xef\x2b\xf0\xa5\x27\xd0\ \xf7\x3c\x29\x7d\xd7\x51\x8c\x83\x26\x2e\x7d\x9f\x71\x0b\x00\x83\ \xa1\x60\x6f\x2a\x59\xdb\x50\x37\xdb\x73\x0f\xed\xdd\x97\x9b\x9b\ \x3b\x69\xf8\xe4\xf6\xae\xf6\x6d\xbb\x77\x24\xbd\x64\x80\x9b\x0a\ \xb5\xe2\xc4\x38\x07\x02\x2d\x09\x05\x33\x84\xc9\x91\x31\x64\x96\ \x19\xb4\x4c\xab\xad\xb5\x4d\x70\xa1\xa5\x4a\xa7\xd2\x9a\x50\x29\ \x42\xe4\x84\x5c\x92\x22\x02\xa9\x34\x9c\xea\x19\xc4\x00\x51\x6b\ \xed\xfb\x52\x93\xe6\x8c\x93\x24\x90\x00\x1a\xb5\x54\xc8\xf9\x19\ \x5c\x3a\x63\x69\x1b\x5c\x4d\x9d\x88\x32\x5a\xc6\x80\x0b\xed\xd4\ \x2e\x70\x31\x3f\x72\xe9\xd9\x64\xe4\x8c\x1a\x3b\x32\xa4\x77\x25\ \xdd\x4c\x49\x0c\xad\x4f\x89\x6c\x81\xc9\x93\x4a\x1e\x7f\xe7\x8d\ \x45\xe3\xef\x8e\xa4\xbb\x1a\x5b\x52\xfe\xf0\x48\xac\x62\xea\x0d\ \x2b\xae\xec\x39\xe2\xff\xfb\x6f\xf6\xf4\xf8\xcb\xe3\x56\x5f\x15\ \xe7\xcc\x77\x95\x54\x00\x10\xcc\xc9\x2f\x2b\xcf\xbd\xf1\xae\x1b\ \x63\xa6\x11\xc1\xf6\x63\xeb\x8a\x26\x2e\xb9\x71\xc9\xd8\x38\x37\ \x83\x06\x00\x40\xb0\x28\x07\x4f\x1c\xab\xb9\xac\x28\x5a\xdf\xea\ \x4d\x9a\x17\x6f\x90\xfe\x60\xf7\x4d\xfe\x88\x09\x5e\xeb\x21\x27\ \x36\x71\xce\x68\x58\xfb\x72\xd5\xc8\x2f\xdc\xb3\x04\xa2\xff\xfa\ \xd8\x8e\x2e\xb9\x34\x6c\x40\xe1\xf8\x89\xf4\xd6\xab\xeb\x8f\xce\ \x5a\x36\x56\xb7\x36\x37\xe5\x3a\x92\x07\xf3\x16\x5d\x77\xf5\x44\ \xde\x54\xf5\xbf\x7e\x70\xbc\x2d\x3d\xa1\x30\x90\x05\xf3\xb9\x85\ \x37\xe2\x56\x24\x66\xf6\x1e\x3b\xb0\x0b\x33\x1a\xba\x11\x8e\xa9\ \xde\x83\xfb\x6a\x0b\x47\x8d\x8c\x19\xa7\x89\xb4\xa7\xd7\x00\x3d\ \x7d\xad\x33\x86\x44\x9a\x21\x92\xd6\xae\xe7\xf9\x9e\xaf\x34\x92\ \x60\xc8\x33\xad\xd1\xb4\xd6\x3a\x10\x30\x0d\xd3\x3c\xd9\xd2\x72\ \xec\xc4\xf1\x44\x32\x39\x61\xfc\x84\x44\x32\x71\xf8\xe0\x21\x94\ \x14\x31\x22\x29\x37\x25\x2c\x43\x08\x0e\x1c\x39\x72\x06\x9c\x18\ \x4a\x45\x24\x49\x29\x1d\xb4\xac\x48\x38\x6a\x84\x8c\x28\x79\xc7\ \xeb\x6b\x94\x94\x6e\xda\x76\xb8\xb0\x82\x01\xa5\x94\xef\x4b\x00\ \x52\x4a\x69\x22\x21\x04\x63\x2c\x53\x80\x99\xb4\x06\xa5\x19\xa2\ \x29\x0c\x92\x8a\x94\x46\x02\x50\x1a\x10\x33\x35\xd5\x33\xec\x7a\ \x80\x75\x0f\xa8\xe2\x4a\x29\xa5\x54\x7f\xa7\xb1\x53\x74\x09\x74\ \x14\x4b\xb7\x1c\x78\xf2\xa9\xb7\xdb\x3c\xa8\x98\x7b\xcd\xd4\x62\ \x0b\x00\xb8\x11\x0c\x87\xac\x81\x3d\x7d\xec\xb2\xbb\x96\x77\x3e\ \xf9\xd8\x77\xbf\x05\x7e\x3a\x6f\xd6\x2d\x79\xf9\x64\x1f\x7d\xea\ \x9f\xfe\xf5\x80\xc1\xc4\x82\x1b\x6f\x2d\xb5\x00\x00\x84\x19\x8a\ \x84\x4c\x00\x10\x56\x38\xac\x0c\x00\x28\x9d\x75\xf5\xfc\xe3\x4f\ \xfe\xf2\x87\xff\x15\x1f\x7b\xd9\xe7\x3f\xbb\xec\xd6\x6b\x17\x3c\ \xbd\xea\x57\x7b\xd6\x46\x96\xde\xfe\xb9\x45\x63\xe2\x00\xe6\xc2\ \x9b\x6f\xa8\x79\xe2\x95\xff\xf7\x81\x1a\x3d\xef\xc6\xb9\x95\x39\ \x27\x37\x85\x4e\x55\x6a\x4a\x37\xbe\xf4\xcc\xf3\x47\x7a\x23\x37\ \x3f\x78\x57\x69\x30\xba\xf4\xea\xe9\xcf\xff\xfc\x5f\x37\xa0\x31\ \x79\xd9\x2d\x25\x99\x1d\xa2\x78\xe6\x7d\xb7\x36\x3f\xf7\xfc\x4f\ \x36\x91\xa6\x40\xd9\x95\xf9\xf1\x56\xec\xfa\xf5\xbf\xfe\x6b\x6e\ \x10\xe3\xd3\xae\x5c\x52\x99\x93\x05\xf2\x87\xc9\x6e\x0c\xa5\xd3\ \x5d\x75\xf8\x48\x12\x33\xc5\xf1\x35\x18\x85\xc1\x60\x49\xd5\xb1\ \xea\x60\xf9\xc8\xb8\x79\xba\xa2\x3a\xb8\x3d\x08\x03\xcc\xf8\xc9\ \x33\x6f\x39\x43\x24\x65\x22\x31\x50\x15\xe5\x65\x93\x47\x95\xe7\ \x9a\x06\x72\x34\x2c\x11\x89\xc7\xcd\x60\x38\x92\x93\x6f\x05\xe2\ \x1f\x6c\xdb\xdb\xd2\xda\xbb\x6c\xe9\xf2\xb1\xe5\x23\x63\x91\xc8\ \xc6\x4d\x9b\x3a\x7a\x3a\x23\xf1\xa8\x2b\xfd\x57\x5e\x5f\x59\xdf\ \xda\x60\x06\x42\x0a\xc9\x32\x4c\x03\x0d\x34\x0c\x21\x0c\x24\x14\ \x12\x4b\x62\xf1\xfc\xdc\x9c\x09\x93\xc6\xd7\xb6\xd6\xbf\xbb\x79\ \xbd\x22\x8d\x88\xa1\x50\xc8\x0c\x06\x7c\xcf\xb3\x1d\x47\xf7\x31\ \x17\xe2\x99\x7e\x86\x19\x70\x6a\xf0\x3d\x97\x31\x3e\xa2\x7c\x38\ \x69\xe5\xa4\x6d\xad\xb4\xe7\xb9\xc4\x99\x02\x1a\x10\xc8\x4f\xdd\ \x54\x7f\x52\x57\x06\xe1\x83\x1d\x69\x19\x95\x84\x73\x9e\xe8\xed\ \xfd\xbb\x7f\xf8\x87\xcf\x7f\xe1\x0b\xbd\xbd\xbd\x03\x0a\xbc\x94\ \xf2\xeb\x5f\xfd\x32\x11\x8c\xa8\xa8\xf8\xa4\x76\x67\xe2\x8c\x3d\ \x70\xff\x7d\x95\xe3\xc6\x6b\xa5\xb0\xbf\x68\x04\x63\x4c\x6b\x5d\ \x5f\x57\x3d\xba\x72\x5c\x34\x1a\xcb\xdc\x5d\x43\x7d\xed\xc4\xc9\ \xd3\x06\x3c\x2a\xae\xe3\x2a\x34\x42\x01\x63\xf0\x86\x7d\x86\xcb\ \xc0\x73\xd2\x12\x44\x30\x60\x22\x80\xf2\x5d\xc7\x93\xc2\x0c\x5a\ \x03\x19\xe0\x19\x35\x09\xf1\xf4\xaf\x92\x93\x4e\x13\x37\x03\x96\ \x81\x00\xca\x73\x1c\x49\x56\x20\x70\xaa\x8c\x83\xf6\xd3\x2e\x85\ \x82\x7d\x89\xe2\xa7\xae\x48\xca\x71\x3c\x11\x08\x0e\x38\xf1\xa4\ \x9b\xf6\x68\xf0\x08\x01\x00\x48\xba\x69\x57\x5b\xc1\xa0\x60\x40\ \x5a\x39\xb6\x43\xdc\x08\x05\xb2\x6d\x61\x00\x00\x0e\x1f\xdc\x3f\ \xac\xb4\x34\xd3\xcc\xd3\xb6\xed\x83\x07\x0f\x9e\xd6\xb5\x13\xd9\ \xe9\x2e\x52\xed\xfb\x32\x93\xa6\xf1\x61\xe2\x3a\x66\x10\x9e\x91\ \x60\xfb\x7b\x14\x12\x02\x69\xb4\x1d\xcf\x71\xa5\x9b\x69\x59\xe6\ \xa3\xe7\xf9\x80\x2e\x10\x71\xce\x84\x21\xba\x7b\xba\xea\x1b\xeb\ \xa3\x66\x70\xdf\xbe\xbd\x47\x8f\x1f\xb7\x82\x66\xc5\xa8\x51\xd3\ \x67\xcd\x28\x2b\x2f\x3f\x51\x5b\x75\xac\xea\xc4\x8e\x5d\x3b\x7d\ \x57\x91\x91\xa9\xbb\xac\xb5\xe7\xab\xb4\x3d\x71\x54\xd9\xbc\x79\ \x73\xba\x7a\x3a\x1b\x1b\x1b\x52\xa9\x94\x19\x30\x89\xc8\x75\x5d\ \x60\x98\x81\x22\x29\x95\x59\xd0\x84\xa4\x33\xc6\x7c\x44\x83\x73\ \x44\xe4\x80\x06\xe7\x9e\x92\x88\x80\x0c\x91\xb1\x8c\x39\x61\x40\ \xd3\x3e\x25\x8a\xf7\x0b\xf1\xfd\xe1\xf7\x9a\x33\x9e\x09\xa8\xc7\ \x81\xbc\x4e\xc4\x8b\xdb\xba\x8e\xdc\x0a\x86\x86\x72\x11\x9e\x46\ \x66\x20\x34\x80\x1e\x6e\x58\x61\xc3\x1a\xfa\x1b\xa7\x7d\x15\x03\ \xa1\xf0\xc0\x1b\x6e\x06\xc2\x67\x00\x90\x19\xa1\xe0\x50\x97\x44\ \x1e\x08\x9e\xe6\xee\x16\x56\xe8\x6c\xe5\x10\x85\x15\x16\x03\xdc\ \x89\x07\xc3\xe1\x2c\xb6\xcf\xcb\xf0\xc6\x79\xba\xb3\xe6\x83\x4d\ \x7b\x53\x4c\x30\x00\xd2\x92\xc5\x46\x2c\x5e\x30\x2d\x6a\xc2\xd0\ \x61\xad\xa7\x66\x9c\x78\x06\xde\x04\x00\x48\x92\xb4\xc1\xb9\xe3\ \x7b\x26\x63\x9e\xa4\x94\xa7\x0c\xe6\x59\x86\x60\x4c\x28\xcf\xd3\ \xcc\x40\x5f\xb9\xe9\x94\xeb\xa6\x93\x6e\xf2\x78\xcd\xf1\x78\x28\ \xb6\xf9\xbd\x4d\xc0\x70\xc9\xa2\xc5\xca\x53\xef\xad\x59\x5f\x54\ \x54\xb4\x74\xe6\xa2\xeb\x97\xae\xd8\x3d\x7d\xd7\x2b\x6b\xdf\xde\ \x79\xfc\x88\x96\x29\x03\xfc\x82\x68\xb0\xa8\x2c\x36\x7b\xe6\xe8\ \xca\xb1\x45\x8a\x8a\x3d\xb0\x0f\x1d\x3b\x9c\xb6\x5d\xd3\x60\xae\ \x93\x16\x82\x69\xa5\x48\x93\xf6\x25\x68\x12\xc2\x04\x49\xbe\xf6\ \x91\xa3\x52\x9a\xa4\x5f\x52\x54\xbc\x60\xde\xfc\xe3\xc7\x8f\xa7\ \xd3\x49\x0d\xca\x23\x25\x99\x26\x40\x02\xd0\xd8\xf7\x97\x09\x58\ \x47\x44\xce\xb9\xd6\x5a\x65\x1a\x24\x61\x66\x0a\x08\x48\x33\x64\ \x8c\x31\xe0\x4c\x03\x79\x4a\xca\x73\x67\xfc\x64\x29\x4b\x17\x9e\ \x4a\x4e\xdc\x0c\x17\x97\x95\xbb\x88\x88\x5c\xa8\xde\x3d\x07\x8e\ \x9f\x9c\x3a\x21\x6e\x99\x67\xc7\x69\x9f\xbe\xb7\x6a\x40\xd6\x5f\ \x42\x01\x59\x46\xf4\x47\x44\xad\xd1\xf7\xa5\xed\xb8\x26\x0a\x20\ \x2d\x18\x73\x04\x63\xdc\x95\xd2\x07\xe6\xa5\xed\x74\x77\x4f\x57\ \x47\x47\x8f\x76\x75\x5e\x61\xde\x84\x49\x13\x3a\xbb\x3b\x1a\x4f\ \x36\x4c\x9e\x38\x29\xbf\x20\x8f\x40\xfb\xae\x3b\x73\xe6\x8c\x79\ \x0b\x2f\xab\x6d\xae\xdb\xbf\x7b\x7b\x73\xed\x89\xca\xe1\xc3\x46\ \x95\x15\xc5\xc2\xa1\xb2\x58\xb4\xa6\xae\xb1\xa7\xaa\x7a\xc5\xcc\ \xd9\xd1\x91\xe5\x0e\xc8\x4d\x9b\x36\x75\x77\xf5\x18\x86\xa1\xb5\ \xe6\x5c\x68\xa4\x4c\xf3\x03\xc1\x85\x42\x45\x5a\x7b\x52\x8d\xac\ \x18\xb9\x64\xc9\x92\xda\xda\x5a\x22\xad\x09\x94\xd6\x52\x29\x60\ \x1c\xce\x2e\xea\xd4\xdf\xb1\x7c\xb0\x36\xce\x06\xd1\x20\x36\x96\ \x5d\x39\x59\xba\x78\x40\xae\x94\x19\x29\x9e\xbd\xb8\x82\x01\x01\ \x33\x0c\xb7\xf1\x64\x55\x8b\x23\x55\x26\xea\xec\x4c\x90\x9f\xe9\ \x31\x86\x8c\x5e\xc6\x90\x51\x5f\x10\x0b\x32\x20\x72\x3d\x2f\x99\ \x4c\x1a\x64\x70\x08\x30\x04\xc6\x88\x0b\xee\x7a\x9e\x15\x08\x25\ \x93\x29\xdb\x76\x92\x69\x77\xcb\xce\x2d\x33\x27\x4f\x3f\x7c\xe2\ \x88\x21\x44\x49\x71\x71\x4b\x67\xcb\x9e\x03\xbb\xbb\xbb\xbb\x0b\ \xf3\x0a\xca\x87\x97\x8f\x1f\x53\x39\xba\x20\x7f\xd6\xad\xb7\xb8\ \x89\x2e\x65\x27\x6a\x4f\x1c\xed\x6e\x6a\x0e\x21\x2f\x0a\x85\x67\ \x8f\x1b\xef\x21\x8c\x5b\xba\xb8\x29\xd1\x7d\xe8\xe0\xa1\xf6\xb6\ \x0e\xc3\x30\x7d\x5f\x6a\x4d\x9c\x1b\x9c\x33\xa5\xb4\x2f\x7d\x60\ \x9a\x13\xb9\x8a\x0e\x1e\x3c\xb4\x6a\xd5\xaa\x44\x22\x21\xa5\xcc\ \xb8\xf6\xfb\xca\xcb\x00\xc2\xa9\xdc\x78\x1a\xd0\x12\x33\x5a\x7a\ \x66\xb3\xc8\x34\x18\xcb\xbc\x18\x30\xc2\xeb\x6c\x12\x5a\x96\x2e\ \x32\xfd\x8c\x7b\x89\xe6\x7d\x5b\x6b\x1d\x64\x9c\x61\xaa\xb5\xba\ \xd6\x0f\x4f\x8b\x06\x87\x74\x13\x89\x33\x58\x1f\x51\x26\x4d\x53\ \x41\xbf\x6d\x3a\xd3\x31\x57\x4a\x69\xdb\x76\x48\x50\xc0\x14\x82\ \x31\x5f\x30\xa9\x94\x26\xd2\x5a\x77\xf5\x74\x7b\xbe\xcf\x0d\xc1\ \x91\xed\xd8\xbf\x93\x33\x1e\x8d\x44\x39\x43\xdf\xf5\x38\xe7\xa1\ \x50\xa8\xb5\xb3\xb5\xba\xa9\xe6\x78\xd5\x91\x90\xc1\x23\xc1\x80\ \x81\xaa\x30\x1e\x41\xe5\x47\x22\xa1\x13\x4d\xf5\x81\x70\xa4\x62\ \x62\xe5\xfa\xcd\xef\x7f\xf0\xc4\x13\x56\x6e\x8e\x65\x05\xc6\x8d\ \x1b\x67\x59\x01\x00\x4c\xa5\xd2\xad\x6d\xed\xbd\x3d\x3d\x52\x6a\ \x00\xe2\x1c\x8b\x8b\x8b\x47\x57\x8c\x1c\x56\x52\x62\x0a\xc3\xb6\ \x6d\xcf\xf3\x20\xd3\x2a\x84\xa1\x06\xcc\x38\xbf\xe1\x74\x47\x5a\ \xc6\x67\x96\xd1\xed\x39\xe7\x42\x88\x01\x78\x67\xac\x74\x4a\xa9\ \x4c\x15\xd7\x8b\xf7\x91\x1f\xd8\xbb\xdb\xed\xaa\x63\x97\x4c\x29\ \x28\x82\x94\x69\xea\x7e\xe9\x2a\x1a\x2a\x64\xc8\xff\x40\xd0\xeb\ \xfb\x7e\x7e\x7e\x7e\xc5\x47\xd9\x7a\x11\x40\x4b\xb7\xbb\xa3\xd3\ \xe6\x1c\x94\xe2\xc1\xb2\xab\xe7\x4e\x2b\x0a\xa0\x1a\x2a\xab\x52\ \x9c\x25\xeb\x03\x65\x1c\xac\x99\x42\x68\x08\x08\x80\x8c\x65\x7c\ \x5a\x4a\x29\xca\x58\xb0\x41\x13\x91\x2f\x7d\x65\xdb\x8e\xeb\x06\ \x83\x41\x4f\x6a\x5f\xfa\x46\xc8\x00\x82\x8e\xde\x76\xc1\x45\x28\ \x18\x0c\x45\x42\x56\xd0\x0a\x44\x02\xc8\xb1\xcd\xee\xf5\x92\x32\ \x90\x36\x38\x48\x6c\x91\xa8\x7c\xad\x95\x65\x05\x14\x80\xaf\x76\ \x34\x36\xb7\x74\x25\x53\xcc\x30\x39\x17\x8c\x89\xb4\xeb\xe5\xe4\ \xe4\xc6\x72\xf2\x98\x08\x70\x61\x1a\x86\x91\x9f\x9f\x33\x6f\xfe\ \x9c\x5b\x6f\xba\x49\xba\x5e\x4f\x77\xf7\xfe\xbd\xfb\x32\x15\x66\ \x11\x88\x34\x29\xa5\x08\xf9\x69\x5b\xd5\x20\xd1\x3d\x03\xe6\x0c\ \xf7\xee\xf3\xc6\xf5\x53\xc6\xaf\x06\x00\x44\xfa\xe2\x0d\x5f\x4f\ \x35\xee\x8d\xbc\xf9\x10\x1a\x97\x08\x12\x90\xe8\xcd\xf1\x53\x7b\ \x2d\x8b\x93\x06\x60\x5f\xbd\xfe\xa9\x58\xa8\x58\x69\x79\xe9\xf3\ \x67\xc4\x54\x2a\xd5\xd5\xd5\xf5\x91\x67\x6a\xad\x03\x39\x15\x57\ \x5c\x3b\xac\x27\xe9\x86\xa2\x31\x93\x01\x22\xf4\x45\xa9\x7d\x24\ \xc8\x07\x92\x36\xfa\x7d\x69\x08\x88\xa0\xc9\x34\x4d\x60\xa0\x48\ \xfb\x52\x9a\x5c\x28\xa5\xa5\x92\x44\x94\x4a\xa5\x10\x20\x14\x0e\ \x3b\x89\x04\x37\x0d\x60\x14\x8b\x46\x0b\x8a\x0b\x49\x69\xce\xb9\ \x65\x9a\x0c\x59\xd2\xb5\x2d\xc3\x50\xa4\xd2\x9a\xd0\xf7\x7c\xdb\ \xb6\x93\xbd\xd1\x48\xc8\x34\x0d\x6d\x27\x5d\xdf\xef\xea\xee\x49\ \xa5\xd3\x02\x30\xc4\x44\x22\xd1\x43\x44\x91\x70\xb4\xdd\xeb\xc8\ \xd8\x09\x23\x91\x58\x28\x14\x12\x82\x1f\x39\x72\xe4\x37\x3d\xdd\ \xf1\x48\x74\xca\xa4\xc9\x2d\x27\x4f\xfa\x9e\xcf\x39\x97\x5a\x29\ \x9d\x49\x2f\xd5\x44\xa7\x8a\x22\x65\x90\x9c\xd9\x08\x32\xcc\xdc\ \x34\xcd\x0c\x0f\x1f\x1c\xf1\x76\x69\x2c\x0e\xce\x39\xe7\x80\xdc\ \xbc\x64\x40\x2e\x84\x21\x84\x91\x01\x79\xc6\x87\x44\xc0\xfe\x10\ \x40\x9e\xd1\x25\x3f\xfa\x4c\xc6\xd1\xeb\xdc\xb0\x76\xf5\xa1\xc6\ \x54\xc1\xb8\xb9\xd7\x2d\x1c\xdb\x5c\xdf\x94\x53\x3a\x3c\x66\x0d\ \xd1\xd2\x4f\x9c\xf3\x6a\x99\xe2\x0a\x5a\x63\x3f\x66\x32\x8c\x2e\ \x13\x6c\x42\x00\x52\x4a\x5f\x49\x61\x04\x03\xc1\x60\xc2\x4b\x69\ \xa5\x3c\xe5\x47\x63\x51\x33\x10\x08\x58\x96\x30\x04\x10\x38\x69\ \xdb\xb5\x93\xc8\x98\x69\x18\x1a\x84\x42\x23\x9d\x4a\xb9\x4e\x3a\ \x16\x89\xda\x29\xb2\x93\x8e\x2f\xa5\xeb\x7a\x8e\x27\xb5\x64\x8a\ \x51\x22\x99\x92\xbe\x0c\x04\x02\xbe\x54\xc9\x94\x8d\x88\xc1\x40\ \x88\x71\xdd\xdd\xdd\xed\x4b\x57\x6b\xf7\xf8\x91\x23\x1c\xb0\xae\ \xa6\xb6\xb7\xa7\x97\xfa\x0d\x0c\xfd\xe9\x2f\xa7\x69\xe3\xa7\x92\ \xe4\xb5\xce\x38\xe4\x32\xa9\x66\x19\x6c\x6b\xad\x33\x5d\x04\x2f\ \x19\x9c\x6b\x82\x4b\xc6\x74\x98\x69\x01\x91\xad\xd6\xf3\x21\xc4\ \x38\xeb\x6e\xa9\x6a\xb0\x0b\x6e\xfb\xec\xb2\xad\xef\xec\x6c\x49\ \x14\xd7\x1c\x38\x90\x1f\x2d\x9e\x16\x0c\x49\x75\x9e\x20\xef\x87\ \x47\x7f\xb1\x62\x9e\xa9\xee\xa8\x81\x08\x48\x01\x68\xad\xa5\xd6\ \xbe\x94\x81\x00\x47\xc6\x7c\xdf\x47\xc6\x49\xf9\xa6\x69\x65\x0c\ \x66\xa6\x34\xd2\xa9\xb4\x6d\xa7\x39\x32\x2e\x84\xeb\xb8\x02\x4d\ \xf2\xd1\x49\xf4\x0a\x21\xb8\xa1\xd3\x89\x5e\xad\x94\x94\x52\x2a\ \x05\x08\x06\x43\x9f\x49\xdb\xb5\xc3\xe1\x08\xe3\xc2\x76\x5c\xd7\ \x75\x85\x30\x2c\x0b\x1c\xc7\x51\x4a\x31\x0e\x9c\x33\x53\x18\xca\ \xf3\xaa\x6b\x6a\xa4\xe7\x43\xff\x52\x40\x80\x33\x8a\xb4\x0d\x04\ \xbd\x31\xd6\x97\x2d\x97\xa9\x72\x35\x80\x79\xd5\xef\x81\x1f\x70\ \xa7\x9f\x91\xdc\x72\x91\xe9\xb0\x04\x4a\x03\x5e\x2a\x45\x6e\x90\ \x40\x6b\xd2\x3a\x53\xec\x23\x0b\xf4\xa1\x9f\xb9\xd2\x14\x08\x84\ \x0c\xc3\x0c\x0a\xe8\x68\x69\xe9\x4e\xf9\xc3\x38\x3f\x2f\x71\xfd\ \x6c\x7e\x9e\xd9\x57\xfb\x82\x47\x88\x34\x90\x26\x52\xd4\x67\xcd\ \xf2\x7c\xcf\xf3\x3d\x4f\x49\x26\x38\xfa\x2c\xd1\x9b\xe4\x9c\x9b\ \x96\x45\x2a\x95\x4e\xa4\x18\x50\x30\x14\xf6\x3d\x57\x49\x15\x30\ \x54\xaa\xb7\x97\x31\x16\x0e\xe7\x27\xed\x5e\xc7\xf5\xb4\x52\x7d\ \xaa\x01\x00\x68\xb2\x95\xab\x48\x13\x51\x32\x99\x54\x4a\x73\x66\ \xf4\x27\xb4\x12\xe7\xdc\x34\x0c\xa5\xa4\xe7\xb9\xd1\x70\x24\x1a\ \x89\xa4\x12\x29\xcf\x75\x33\xd9\x63\x19\x63\xa1\x06\x42\xc0\xc1\ \x99\xe4\x03\x50\xcf\x58\xd4\x87\x44\xf8\x19\xfc\xe3\xe2\xe6\xe4\ \x74\xe9\x80\x9c\x88\x48\x91\x22\x62\x59\x90\x9f\xc3\x36\x19\x8c\ \xe4\x52\xd7\x86\xd7\x5f\xab\xf7\x6c\x1b\xbb\xbb\x0a\xc6\xcc\x1e\ \x53\x10\x41\xf2\x7f\x3b\x90\x8b\x8c\x7e\x40\x9a\x11\x22\xe0\xa9\ \x90\x32\xad\xb5\xee\x9b\x7b\x25\x55\x9f\xe7\x19\x01\x88\xa5\x92\ \xb6\x30\x0c\x3b\xe5\x2a\x25\x03\xa6\x65\x1a\x56\x38\x14\xf1\x3d\ \xaf\x33\xd5\x99\x76\x92\x8a\x29\x2e\xb8\xb4\x3b\x3c\xad\x14\x10\ \x37\x0d\x40\xd2\x5a\x02\x41\x46\x7d\xe6\x5c\xd8\xb6\x93\x81\x2d\ \x33\x44\x26\x9c\x13\x91\x09\x21\x32\x2a\x83\x21\x44\x61\x41\x61\ \x6e\x3c\x7e\xb4\xe7\x68\xc6\x90\x98\xa9\xd8\x48\xfd\x55\x29\x06\ \x64\x90\x81\x78\xf5\x7e\x63\x1b\x66\x6c\x6c\x03\x0a\xf9\xd9\x62\ \xcb\xc5\x6b\x78\x23\x00\x7d\xa9\x71\xf2\x4c\x05\x4e\xd0\x59\x56\ \x3e\x14\x29\x29\x03\x79\x15\xcb\xaf\x0b\xb5\x74\xf4\x2a\x02\x64\ \x46\x3c\x27\xd6\xd9\x5c\xcf\x83\xb1\x78\x34\x78\x86\x50\x7a\x3a\ \xc8\xb1\xaf\x77\x77\x26\x86\x1d\x91\x00\x28\x53\x71\x95\x30\xd3\ \x93\x80\x71\x32\x19\x31\xf0\x51\x68\x03\x7c\xe2\x06\xb3\x04\x37\ \x18\x78\xa8\x14\x49\x40\x60\x1c\x41\x6b\x83\x1b\xcc\xe0\xc0\xc8\ \xb0\x8c\x58\x2c\x92\x4a\x27\xdd\xb4\x8d\x26\xd3\x04\x69\xd7\xb3\ \x42\x16\xe7\x48\x0c\x95\x94\xc8\xb8\xf4\x7d\x43\x88\xbc\xa2\xb8\ \x9d\xb6\xa5\x94\xbe\xaf\x0c\xc3\x54\xda\x07\xb4\x18\x47\xc1\x39\ \x22\x22\x10\x47\x01\x4a\x33\xc6\x93\x69\xdb\xf1\x7c\x85\xa8\xb5\ \x56\x04\x99\x6a\x33\x90\x09\xd3\xd3\x99\xba\x14\x88\x88\x2c\x53\ \x44\x9e\x31\x04\xa6\x35\x79\xbe\x4f\x83\xec\x6d\x74\x26\x27\xbc\ \xb8\x21\x22\x35\xb0\x4b\x09\xe4\x44\x9a\x08\x89\x30\x8b\xf1\x73\ \x18\xde\xc8\x69\xdf\xb5\x69\x5d\x4d\x2f\x06\x0c\x8e\xe0\x77\xb5\ \x77\x51\x20\x3c\x7a\xda\xe2\xcb\xe7\x8c\x13\xe0\x9f\x96\x85\x76\ \x96\x72\x97\xa9\xa0\x80\x44\x9a\x31\xe6\x4b\x9f\x90\x38\x32\xa5\ \x24\x92\x89\x9a\x83\x66\x8c\x04\x07\x83\x24\x82\x62\xa0\x80\x01\ \x72\xd2\x24\x3d\x42\xc5\x4d\xa1\x49\x02\x00\x29\xa9\xc8\xb7\x35\ \x29\x92\xb1\x58\xcc\xd7\x3e\x63\x42\xfb\x84\x00\xa6\x30\x02\xcc\ \x52\xa4\x1d\xdb\x01\xad\x19\xe7\x16\x33\xc7\x8e\xa9\x9c\x3c\x79\ \xd2\x5b\x6f\xad\xd2\x5a\x86\x42\x81\x4c\x31\x66\x44\xcd\x58\x46\ \x06\x57\xa4\x01\x89\x2c\xc3\x12\xc2\xec\xe9\xed\x51\x9a\x08\xd1\ \x27\xca\xd4\x90\x03\xad\xfb\xdb\x8d\x23\x69\x02\xc0\x8c\x52\x07\ \xc0\xb4\x22\xad\x24\x69\xf2\x95\x1a\x08\xce\x3e\x87\xb9\xe7\xe2\ \x95\xdd\x2e\x29\x28\x20\x00\x29\x22\xd5\x57\x4f\x3b\x0b\xf3\x21\ \x0d\x6f\x5d\x2d\x27\x1a\x52\xb9\xd7\xdc\x7a\x55\xae\xa1\x05\xf5\ \xac\x7b\x6d\x43\xce\xbc\x65\xd3\x4a\xe3\x4c\xfb\xf4\x91\xe2\x7a\ \x7f\x55\x36\xad\xb5\x56\xbe\x46\x81\x96\x65\x18\xc2\x50\x4a\xfb\ \x52\xd9\x8e\x0d\xa0\x99\xe0\xe4\x39\x39\xd4\x17\x8a\xe2\x2b\x25\ \xb5\x96\x52\xb1\xfe\x44\x0f\xd2\x9a\x13\x27\xad\x6d\xdb\xce\xc4\ \xa8\x66\x22\xc9\x33\xc1\xa4\x4a\x69\xdf\xf7\x19\x63\xdc\x30\x7c\ \xcf\xf7\x95\xaf\x94\xda\xb1\x63\x47\xca\x4e\x9b\xc2\xb4\x6d\x9b\ \x73\x23\xa3\xad\x67\x7c\x60\x2c\xd3\x34\x17\xb5\x30\x84\xeb\x3a\ \xb6\x6d\x2b\x95\x51\x13\x90\xfa\x73\xc6\x69\x50\xf7\xcc\x81\x5c\ \xb4\xc1\xe5\x58\xf1\x12\xee\x7f\x4b\xa0\x2f\x21\xa0\xe3\xa9\x82\ \xf9\x59\x38\x9f\xe3\x81\x6b\x6d\x04\x73\x87\x57\x04\xf2\x62\xd1\ \x30\x57\x9c\xb0\xac\xa2\x22\x14\x8f\x86\x02\x96\xeb\x7a\x1f\x0d\ \xf2\x7e\xf1\x95\x2c\xc3\x60\xa8\x18\x80\xef\xfb\x69\xa5\x31\x60\ \x71\x86\x4c\x23\x79\x68\x58\x06\x37\x4d\xc5\x21\x16\x09\x83\x21\ \xd2\x8e\x4b\x04\x9c\xf1\x01\x63\x16\x22\x3b\xa3\xf4\x92\xea\x2f\ \xb3\x38\x50\x2f\x35\x03\x45\x2e\x38\x20\xb4\xb5\xb5\xb9\xae\x8d\ \x80\x8e\xe3\x6a\x4d\x96\xc5\x11\x99\xd6\x7d\x20\xd7\x40\x0c\x88\ \x99\x42\x70\xee\x38\xae\xed\x38\x83\x41\x4b\x03\xd5\x9b\x30\xa3\ \xa0\x13\x9c\x55\xec\x89\x80\x10\x2e\x61\x90\x2b\xf4\x00\xc1\xbe\ \x64\x40\x2e\x55\xda\x57\x99\xa6\xb4\x7d\x21\x4c\xf8\x07\x50\x20\ \x3f\xe3\xe8\x3d\x4f\x90\x5b\xf1\x61\x63\xca\xbb\xda\x1b\xab\x3b\ \x11\x00\x28\x56\x5e\x11\x13\x6e\x63\x63\x4f\x24\x37\x2f\xc0\x4f\ \xdb\x1e\xc5\xe0\x28\x99\x33\x0c\x73\xae\xed\x01\x80\x46\x10\xa6\ \x28\x2a\x2c\xcc\xcf\xcf\x4b\xf4\x74\xda\xbe\xcf\x38\x76\x25\x13\ \x9e\xd6\xac\xa3\x5d\x1a\x46\x32\x9d\x4e\x24\xd3\xfe\x39\xa4\x2a\ \xa9\x94\x91\x69\xb4\xa4\x35\xf4\x55\x9b\xf1\x7d\xdf\x3f\x23\xeb\ \xbb\xad\xad\x7d\xf0\xb7\x52\xa9\xb4\x61\x18\x9e\xe7\x71\x9e\x19\ \x14\x33\x38\x0b\xf0\xb0\xe3\x38\x7e\x3a\x9d\x4c\x24\x3c\xcf\x23\ \x04\x5f\x65\xba\x24\x66\xa4\x0e\x00\x40\xa2\x3e\xee\xad\xcf\x1e\ \xce\x87\xf6\x51\x90\x52\x5e\xbc\x86\x37\x1d\x2c\x74\x66\x7f\x91\ \x71\xe3\x92\x59\xee\x95\xb9\x79\x1e\xe3\x08\x04\x80\x8d\xf5\x27\ \xdb\x8d\x5e\xfd\x07\xd0\xa4\x19\x11\x1d\xc7\x09\x85\x42\xe7\x21\ \xae\xf3\x74\xf2\xe4\xce\x8d\x5b\x7b\x91\x33\x04\xd0\x1a\xac\x92\ \xf9\x73\x4a\xf7\x7e\x70\x6c\xe6\x75\xd7\x56\x44\xb8\x1a\x94\x71\ \x2a\x66\xcf\x9e\x3d\xf0\x86\x13\x10\x00\x31\x00\x44\x40\x32\x84\ \x10\x9c\x1b\x9c\x47\x42\xa1\x31\x15\xa3\xf2\xf3\x73\xab\xab\xab\ \x7a\x7a\x3a\x03\x86\x99\x4e\xa7\x18\x63\x91\x58\xcc\x0c\x85\xc7\ \x54\x8e\x0d\xe7\xe4\x79\xbe\xf4\x34\x9d\x0a\xd6\xe9\x13\x1f\x11\ \x34\x45\x22\x11\x25\x7d\xd7\xf3\x00\x51\x69\x8d\x88\x86\x61\x64\ \x3c\x59\x9c\x33\x86\x4c\x29\xe5\x4b\x9f\x31\x14\x82\x2b\x45\x42\ \x70\xd2\x80\x8c\x19\x42\x60\x7f\xb0\xaa\xe0\x22\x37\x12\x16\x9c\ \xf9\x4a\xda\x8e\x23\xa5\x24\x04\xa9\xa4\x1e\x08\x7d\x21\xec\x03\ \x39\x00\xf4\xa5\x9d\xa9\x0c\xf3\xce\xfc\x43\xe7\x86\xb0\x52\xaa\ \xa4\xa4\x24\x13\x1e\x73\x31\xd2\x8c\xcb\xae\xd2\x4b\xae\xbb\x94\ \x96\xfb\x65\x83\x12\x7f\x1d\x2f\xf5\x07\xd5\x86\x3d\x10\xf8\xe8\ \xba\x57\x4a\xca\x40\xbc\xe2\xea\xdb\x47\x70\x8e\x4a\x6a\x6e\x70\ \x2d\x15\x32\x56\x72\x63\x85\x61\x32\x75\x7a\x4e\xb9\x78\xe9\xc5\ \x17\x3e\x42\x30\xc8\xf4\x30\xd1\x5a\x67\x4a\x29\x01\x66\x44\x5f\ \xea\xab\x71\xaa\x39\x63\xc8\x3e\x4c\xdf\xfd\xc8\x12\xe8\x1f\xfa\ \xd5\x21\xde\x9c\xe5\xdf\xfe\x1d\x24\x8a\x7a\x9e\x97\x48\x24\x2e\ \x52\x66\x1e\x30\x8d\x4b\x6d\xa5\x0f\x0a\xeb\x88\x98\xd9\x4a\x12\ \x43\xcd\x90\x69\xc9\xce\xfa\x0f\xb6\xef\x39\xd9\xe3\x86\x0b\x86\ \xcf\x9a\x3b\xa3\x24\x28\x0c\xc3\x20\x7d\x66\xd9\x08\x91\x4a\xa5\ \xb2\xf3\x35\xd4\xde\x91\xa5\x2c\x5d\xc0\x6b\x95\x09\x9d\x68\x5e\ \xf7\xf6\x3b\x6e\xfe\xf8\x29\x53\x63\x6d\x55\x07\x56\xbf\x6d\xdf\ \x78\xfd\x92\x1c\x71\x76\x61\x18\x10\xd9\xf9\xca\x52\x96\x2e\x3a\ \x62\x1c\xba\xda\xeb\x7a\xad\xd1\xb7\x5c\xbb\x3c\xc6\x94\x98\x50\ \xfa\xc2\x33\x6f\x37\x74\xdb\x79\x45\xc1\xb3\x1b\x1e\x66\x5b\xd1\ \x64\x29\x4b\x17\x1f\x11\x61\x20\x14\x83\x54\xcb\xf1\x9a\xa6\xde\ \x44\x4f\xed\x89\xe3\x9d\xd2\x88\x05\xcc\xa1\x8b\x46\x64\xe7\xeb\ \x12\x5e\x09\x17\x54\x84\xcf\xd9\x6e\xef\x8c\xa5\xf4\xd3\xab\xbc\ \x45\xfa\xac\xf9\xc1\x8b\x24\x28\x4a\x2b\x19\x2c\x1c\x33\x77\x52\ \xd3\xfa\xb7\x9e\xdf\x8a\x5c\x81\x39\x69\xe1\xf2\x11\x31\xa1\x87\ \x2a\x55\x98\x05\xf9\xa5\x40\x5b\xb7\x6f\x6e\xea\x3c\xc8\x58\x7f\ \xd9\x0c\x20\x54\xe6\xbc\xe9\x2b\x4a\x4a\x8a\xfe\x1b\xbf\xaa\x9a\ \xaa\x8e\xb2\xc2\xf1\x25\xd1\xdf\x81\xb8\xe7\x49\xb9\xfd\xed\xd5\ \xbc\xad\x05\xfa\x07\x89\x5a\xb9\xb1\xf8\xcc\x15\xd7\x45\x42\x1f\ \xdd\xc3\xb4\xab\xe1\x44\x32\x30\x6c\x78\x41\x08\x00\x40\x3b\x75\ \xd5\xf5\xd1\xb2\xb1\xb9\xff\xbd\xe6\x0b\xbd\x49\x7b\xef\xba\x17\ \x2c\xaf\x03\x4e\xb9\x84\xb4\xcc\x19\x3d\x67\xd9\x0d\x06\xff\xed\ \xca\x6f\x68\xa7\xa7\xba\xa1\x73\xd8\xa8\x51\xa1\x4f\xac\x6c\x07\ \x91\x46\x73\xfc\xfc\x6b\x46\x4c\xec\x49\xda\xd2\x0a\xc7\x62\x61\ \xe1\x3a\xee\x90\x6e\xec\x2c\xc8\x2f\x05\xea\x4e\x37\x6e\xae\xff\ \x0f\x83\xf7\xad\x7a\x45\x6e\x8c\x57\xce\xa7\x8c\x53\x4d\xb7\x1f\ \xdd\xb2\xb9\xde\x5a\xb1\x7c\x76\x00\xe1\xc4\x96\x57\x5f\xdf\xda\ \x38\x7d\xf9\x2d\xcb\xa6\x0c\x03\x00\x90\x1d\x6f\xbc\xb8\x76\xc4\ \x92\x1b\xa7\x0c\x0b\x01\xc0\xc9\x43\xef\xbd\xfc\xe6\x36\x2f\x10\ \x19\x31\x71\xc1\xf5\x57\x8c\x7f\xff\xf5\x17\xf2\x6f\xfb\x87\x92\ \xe8\x10\x57\x3c\xb1\x75\x4d\xcf\xb0\x45\xb3\x86\x9f\x6f\x8f\x61\ \x2d\x04\x1c\xd8\x1b\x79\xf9\x69\xea\x2f\x1d\xcd\xec\xb4\xbf\xe4\ \x4a\x75\xc3\xcd\x19\xc6\x74\x6c\xeb\x5b\x35\xc6\xe4\xab\x67\x57\ \x00\x80\xee\x39\xf6\xc6\xba\xfa\x85\x37\x2f\xcf\x47\xd0\x3d\x27\ \xde\xda\xd8\x10\x0d\xa6\xa8\x24\xd2\x07\x72\x96\x58\xfb\xca\x0b\ \xd3\x1f\xf8\xdb\xff\x26\xc8\x15\x0b\x9a\x47\x9e\xce\xab\x7e\x43\ \xf5\xbb\x26\xb8\x07\x6d\xf3\xff\x8a\xf8\xcd\x2a\x59\xf3\xce\xfa\ \xba\xd9\xd7\x2d\xcd\x63\x72\xef\xba\xd5\x6a\xcc\xe5\x33\x87\x7f\ \x98\xef\x9a\xa5\x6a\x5f\x5f\xb9\xe9\xb6\xaf\x7d\xe5\x13\x03\x39\ \xe3\xdc\xee\xae\xff\xe0\xdd\x23\x0e\x37\x18\x00\x69\xc5\xa2\xc3\ \x66\x4f\x1b\x17\x14\x43\x94\x48\xc8\xea\xe4\x97\x84\x19\x06\xb9\ \xc1\x43\x83\xff\x44\x3f\xe0\xdb\x8f\xbc\xff\xf8\x2f\x7e\xbd\x6e\ \xcf\x09\x42\xb0\x6b\x37\xbe\xb0\xae\x61\xd6\xbc\xf1\xbb\x56\x3d\ \xb7\xbf\x5d\x01\xe8\x43\x6f\x3f\xf7\xcc\xaa\xf7\x9b\xba\xfa\x1a\ \x8f\x35\x1c\xdc\x9d\x88\x4d\xba\xf9\xfa\x65\xe9\x7d\xaf\x3f\xbb\ \xfe\x68\x28\xc4\x0e\x6f\x79\x77\xcb\xee\xa3\x69\x05\x00\x90\x68\ \x39\xbe\x69\xc3\xa6\xe3\x2d\x29\x00\x68\x39\xb2\xe3\x8d\x97\x5f\ \x7c\x6f\xd7\x71\x05\xd0\x72\x7c\xf7\x7b\x9b\x76\xb4\xa6\x14\x00\ \xa4\xdb\x6a\xde\x5f\xff\xee\x9e\x13\x2d\x67\xb3\x14\x14\x02\x82\ \x21\x08\x04\xfb\xfe\x82\x21\x34\xcc\x8c\x74\x7c\xf4\xfd\xd7\x7f\ \xf9\xeb\x67\x76\x56\x77\xf6\xdd\x4e\x30\x54\xb7\x67\xdd\xae\x2a\ \x07\x00\x1a\xf7\x6c\xd8\xd1\x90\x1a\x3f\x69\xf2\x98\x61\x39\x00\ \xba\xee\xd0\x8e\x0d\xef\x6c\xed\x56\x86\x65\x02\x78\x5d\x7b\xb6\ \x6c\xdc\x79\xb4\x29\x63\x68\x6a\xa9\xda\xfb\xde\xc6\xad\xcd\x09\ \x09\x00\x4e\x57\xfd\x96\xf7\xd6\xed\x3c\xda\x4c\x1f\xae\x40\x88\ \x00\x99\x00\x66\x30\xf3\x47\x26\x20\x37\x11\x40\x3b\xad\xbb\xb7\ \xed\x4f\x12\x00\xe8\xea\x7d\xdb\xaa\x3b\xa5\x4a\x34\x6d\xdd\xb0\ \x6e\xdb\xc1\x7a\x02\x70\x3b\xea\xb6\x6c\xdc\x78\xb4\xa9\x17\x00\ \x80\xec\xa3\xbb\xb6\xbc\xbb\xe5\x80\xc3\x2d\xf1\x49\x0a\xfa\x44\ \x88\x8c\x0b\xc1\x18\x63\x5c\x98\xe8\x9e\xd8\x7f\xa0\x39\xe5\x73\ \xcc\x72\xf2\x3f\x3c\x0a\x16\x8d\xbf\xfd\x33\x77\xbc\xb1\xa7\x4b\ \x03\x34\x1e\x3e\x60\x8e\x5b\xb0\x78\xc1\xcc\xe4\xc1\xdd\xc7\x1b\ \xbb\x47\x7b\xd5\xbb\xda\xe3\xd7\x2c\x9b\x8a\x03\x35\xb3\xb8\x19\ \xcf\x2f\x2c\x2c\x28\x8e\x18\xd4\x9c\x72\xf3\x94\xdf\xd3\xde\xb4\ \xa7\xf6\xfd\x63\xed\x77\xdc\x3a\x93\x9e\xf8\xe5\xcb\x46\x71\xe1\ \x86\xcd\xfb\x6e\xfb\xd2\x43\x81\x60\x90\x5a\x52\xc9\xb4\x57\xbb\ \xe3\xcd\x17\xd6\x1e\x2d\xcc\xe3\x5b\x0e\x34\x7d\xe9\xb3\xb3\x56\ \x3e\xf9\xac\x5f\x54\x39\x2e\xc7\x3e\x6f\x5d\x9b\x00\xa0\x70\xfc\ \x82\xbb\x6e\xee\xde\xea\xf6\x07\x23\x99\x65\x73\x27\x17\x6d\xdd\ \x7b\xe4\xaa\x31\x53\xf7\x1e\x68\x9f\x79\xc5\x8d\x35\xeb\x7f\x75\ \xac\xe2\xbe\x65\x62\xf3\xe3\x6f\xd7\x8d\x2c\x11\xad\x09\x6d\xa8\ \xd4\xfa\x17\x9f\x3c\xa1\x0a\xdc\xf7\x77\x26\xd9\x7d\x13\xf5\x9e\ \x5f\xbf\xb4\xa7\xa0\xd0\x7c\x7f\x77\xdd\xc3\x0f\x2f\x7b\xef\x57\ \x4f\xb5\x97\x8c\x9b\x18\x4a\x7e\x4c\xb3\x04\x72\x2b\xd0\xd7\x1f\ \xdd\x08\x44\x02\xa2\x6b\xf5\x93\xcf\x57\x85\x2b\x26\x05\x47\xc8\ \x8e\xe3\x4f\x3f\xf3\x96\x59\x90\xf3\xfe\xd6\x03\xec\x91\xcf\xbb\ \x9b\x7e\xf3\xf2\x61\x1a\x1e\xec\xe8\x72\x8a\x3f\x49\x86\xa9\xb5\ \xb6\x62\xe5\x4b\xae\x19\xc3\x88\x80\x0b\xd3\x6b\xb1\x9f\x7a\x2b\ \xe5\xf9\x80\xe6\xd9\x11\xff\x59\x4e\x7e\xa9\x18\xd9\xa8\xcf\xb2\ \x75\x86\x7d\x2b\x9c\x5b\x50\x1c\x0f\x28\x0d\x08\x60\x3b\x9e\x65\ \x99\x00\x60\x19\xa6\xdf\xd3\xb0\x75\xc7\x89\x19\x57\xdd\x30\x32\ \x26\x78\x7f\xbc\xb4\x30\xe8\xc0\x9a\x67\xbe\xf7\xa3\xc7\x9a\xe2\ \xb3\xef\xb8\x72\xb2\x86\xd0\xd2\xdb\xef\x7b\xe4\xce\x05\x89\x13\ \xfb\xf7\x6c\xdd\x29\x2b\x57\x3c\xf2\xb9\x47\x56\x8c\x76\x37\xef\ \xa9\x56\x18\x98\x76\xd5\x67\xae\x5f\x34\x69\xdf\x8e\xdd\x95\x2b\ \x3e\xff\xb9\x2f\x7c\x71\x44\xf2\xe8\xee\xfa\x44\xd0\xe4\x22\x56\ \x3a\x71\xec\x88\xb3\xa3\xa3\xa8\xaf\x6f\xc7\xa9\xbf\x4c\x03\x0c\ \x00\xc8\x2d\x28\xca\x09\xe0\xe0\xb2\x45\x13\x67\x4c\x4d\x37\x1c\ \x6c\x6d\x3e\x5e\xe5\xc6\x67\x8c\x29\x00\x6e\x05\x79\xc7\xf6\xf7\ \xab\x66\xdf\xf1\xc5\xfb\x1f\xbe\x7b\x52\x71\xb0\xf7\xe4\x91\xcd\ \x3b\x9a\x0a\x46\x94\xe7\x52\xcb\x9e\xed\xbb\xb7\xbe\x7f\xa4\x62\ \xf9\xbd\x9f\xfb\xfc\xd7\x26\xe2\xb1\x6d\x27\x7a\x43\x41\x6e\x84\ \x0b\x27\x4e\x18\xc5\xce\x67\x93\x39\xe3\xaf\xdf\x66\x89\xfd\x61\ \x56\x04\x28\x04\xe3\xc1\x82\x49\x13\x2b\xda\x8f\x6d\x3b\xd8\xec\ \x96\x95\x8e\xa0\xae\x63\x5b\xf7\xee\xda\x75\x20\x79\xfd\x97\xbe\ \xf4\xe0\x5d\x37\x0c\x0f\x91\xfc\x04\xd3\x69\x10\xd1\x4f\x77\x1c\ \xdc\xb5\x6b\xe7\x9e\x3d\x7b\x76\xef\x5a\xbf\xee\xbd\x1a\x5b\x14\ \x44\x02\x43\x56\xcc\xca\x82\xfc\x52\x41\x78\x26\x03\xfb\xd4\xdf\ \xa9\x4f\xa5\xd2\x99\xc0\xc5\x9c\x9c\x48\xa2\xab\x1b\x80\x7a\x6c\ \xcf\x80\xee\xbd\x5b\xb6\xad\x7c\xe6\x17\x2f\xad\xd9\xf0\xde\x86\ \x6d\x99\xd4\x16\xe9\xe3\xf4\x6b\x1f\xf8\x1f\x7f\xf5\x97\x5f\xbe\ \xf7\xda\x02\x0b\xa4\xd6\x9e\x0b\xc4\xcc\x80\x49\x4a\x11\x30\x84\ \x4c\x6f\x39\x02\xd2\x9e\x63\xbb\x00\x40\x9a\x30\xd3\x91\x43\xfb\ \xae\x55\xfe\x99\xcf\x7f\x7e\xa2\x3e\xf0\x93\x9f\x3c\x93\xf6\x86\ \x40\x93\xa6\xd3\xfe\x06\xaf\xc7\x33\x22\x31\x23\x23\xa7\x8e\xe4\ \x4d\xcf\xbf\xf2\xb6\x55\x36\xa5\xd4\x00\xad\x09\x21\x93\xd2\x04\ \x00\x82\x21\x69\x4d\x88\xe0\x7a\xb2\x6c\xee\x75\xd7\x2e\x9e\x48\ \xbe\xdb\xd7\xdc\x0e\xa4\x4f\x45\xd7\x3f\xf2\xc8\x0c\xf3\xc4\xcf\ \x7e\xf8\x9b\x3a\xe7\x23\xe6\xed\x8c\x21\xf5\xa1\xc2\x08\x4a\xaf\ \x2b\xe9\x01\x80\xd3\xd9\x95\x66\x66\xd1\xd5\x9f\xfb\xc2\x65\x79\ \x27\x1f\xff\xd9\x13\x07\xbb\xa5\xc1\xc9\x95\x34\xe7\xfa\xbb\x97\ \x8e\xcf\x71\x7d\x49\x1a\x80\x0b\x44\xfd\x49\xa6\xcc\x21\x63\xd2\ \xe9\x3a\xb6\x7f\xff\xfe\x03\x07\xf7\xed\xdd\x5b\xdd\x25\x16\x5e\ \xb1\x64\x58\x88\x2b\x9d\x75\xa1\x5d\xca\x40\x1f\xc4\xc1\xf5\x69\ \xbb\x37\x29\xe9\xb8\x9e\x22\x28\x9f\x76\x59\xfc\x83\x97\x7f\xf2\ \xd8\xbe\xa4\x5f\x74\xf7\xec\x45\x2b\x66\xce\x4c\xbb\x9d\x6f\x3d\ \x69\x8b\x49\xe3\x32\x5d\xd1\xa4\xe7\x7a\xe6\xc0\xaf\x90\xe7\x3a\ \x52\x03\x91\x9f\xb4\xd5\xe8\x59\x73\x0e\x3d\xf1\xca\xaf\x9f\xdc\ \xd7\x54\xc7\xae\xbf\xbc\x32\xff\xd8\xde\x37\xde\x79\x72\xa5\x77\ \xc5\xb8\xe9\x93\x5f\x7f\xfb\x97\x4f\xee\x66\xf5\xe1\x71\x0f\x0f\ \xf3\xb7\x6e\xdd\xd1\xe1\x22\x79\x4e\x7f\xb5\x9e\xfe\x45\xd9\x07\ \x2a\x1a\x80\xb6\x3e\x9d\xe9\x68\xe9\xb9\xfe\xa0\xdc\x01\x9e\xb7\ \x70\x42\xe4\x2f\x7f\xb1\xf7\xcb\xff\xf4\x08\x02\xf8\x4e\x32\x25\ \xf3\xae\x58\x3c\xee\x97\x2f\x3f\x96\x1a\x19\x3e\xd6\xe1\xcd\x1d\ \x36\x6e\xee\xd4\xe2\xaa\xd6\xae\x58\xc9\xb0\xdc\xc2\x61\xb3\xe6\ \x4f\x7c\x62\xd5\xd3\x4f\x1c\x0c\x34\xc8\xb1\xf7\x55\xea\x1d\x9b\ \x76\xb4\xb9\xa0\x5d\x47\xea\x8f\x9a\xb3\x41\xe5\x22\x75\xbf\x34\ \xc4\x63\x63\x66\x8c\xa2\xe7\x7f\xf4\xd3\x11\xe1\x44\x6d\x60\xe2\ \x8a\xe1\x6a\xf7\xfb\xdb\x5b\x53\xda\x4b\xda\xc5\x63\x16\x8f\x3b\ \xb1\xb6\xa3\x3b\x59\x52\x18\x2f\x28\x1a\x37\x77\x7a\xee\x6b\x8f\ \xfd\xec\x78\x6e\xea\xa4\x1b\x37\x3f\x41\x8e\xa9\x95\x0a\xe4\x54\ \x5c\x7d\x5b\x45\xbf\x9e\x25\x38\x92\x3c\xbb\x86\x63\x16\xe4\x97\ \x1a\x33\xa7\xd3\x44\xf7\x01\x0a\x0d\x9f\x76\xfb\xf5\xe3\x82\x00\ \x3c\x77\xfc\xbd\x0f\xdc\xb2\xfd\x50\xdb\xe8\x19\xf3\xca\xc2\x02\ \x20\x16\x8a\x46\xaf\xbe\xed\x6e\xc8\x19\x96\x59\x9f\xe3\x16\xdf\ \x54\x84\xf9\xfd\xdf\x0b\x2c\xbe\xe9\x1e\xb3\x08\x04\x4d\xbd\xf1\ \x3a\xb7\xac\xb4\xec\xde\xfb\x6e\xde\x71\xb0\x79\xee\xe5\xb3\x27\ \x14\x98\x90\x7b\xe3\x67\xd8\x8e\x56\x0c\x56\xce\xbd\xf9\xde\xdc\ \x6d\x87\x9a\xd5\xf2\x79\xf3\x8b\xc2\x5e\x67\xc8\xec\x8c\x8d\xb9\ \xfb\x73\xb3\xc2\x16\x7e\xf8\x20\xcf\xd0\x2b\x4a\x66\xac\xb8\x49\ \x9e\x66\xc7\x2f\x5f\x78\xc7\x3f\x96\x2c\x1f\x39\x32\x00\x00\x93\ \x96\x7f\xa6\x22\x98\x53\x9a\x7f\xcb\x83\xc1\xed\x87\xea\xba\x6e\ \xbc\xf3\xaa\x51\xf9\xd1\x71\x9f\xb9\x37\x67\xdb\xee\x4e\xcd\x48\ \xea\xd2\xa9\xd7\xdc\x67\x16\x1c\x6c\xb4\x97\xdd\xba\xb0\x3c\x2c\ \xd3\xd1\x40\x9b\x53\xfe\x99\x47\x66\x8f\x0e\x9d\x17\x27\xef\xdb\ \x89\x4e\x0d\x2f\xb0\xfc\xee\x2f\x15\xee\xd8\xd9\xe2\x86\x56\xcc\ \x99\x5b\x18\x90\x89\x58\xe0\x64\xb2\xf8\xd6\x07\xae\x9d\x3c\x22\ \x6f\x74\x3c\xb4\x7d\xef\x51\x34\x4d\x0d\x30\xed\x86\x07\x82\xc3\ \xb6\x55\x77\x78\x77\x2e\x9b\x92\xff\x89\x27\x10\x9c\xca\xa7\xd6\ \xd2\x3f\xb7\x20\x91\x05\xf9\x25\x03\x72\x1a\xdc\x4c\x62\xb0\x1f\ \x45\x44\x0a\xc6\x44\xfa\x5e\x47\x87\x4d\xb8\x62\xd8\x84\xc1\xeb\ \xa4\x68\xf8\xc8\x81\x37\x39\xa5\xa3\x73\x06\x31\xd3\xd2\xd1\xe3\ \x00\x00\xa0\x60\xf4\x28\x00\x80\x58\xe9\x84\x2b\x4a\xfb\xbf\xcb\ \x23\x93\xe7\x2f\x9b\x0c\x00\x00\x65\x13\xe6\x95\xf5\x1d\x0e\x4c\ \x98\xbd\x74\xc2\x39\xd9\xe6\x80\x2a\x3e\xc4\x5e\x14\x2e\x1c\x31\ \xea\x4c\x9b\x61\xc1\xa4\x49\x05\x99\x97\x79\xe5\x95\x79\x19\xe4\ \x4f\x9c\x53\x3e\x71\x60\x17\x2a\x98\xbd\xe4\xaa\x81\xd3\x4b\xc7\ \xcf\x2e\x1d\xdf\x37\xb8\x71\xb3\x16\x8d\xfb\xed\x05\xa0\xd3\xc8\ \x88\x4d\x5d\x70\xf9\xd4\xfe\x37\xa3\xa7\x2d\x1c\xdd\xdf\x27\x3a\ \x54\x34\x6a\xe9\x55\x03\x83\xb5\xc6\xce\x5a\x3c\xf6\xd3\x7b\xe8\ \xe7\x73\x5a\x16\xe4\x97\x88\xac\x7e\x06\x27\xbf\x00\x6b\xaa\x64\ \xd8\x26\x0d\x66\x9b\x9f\xf6\x90\x34\x9c\xc5\xc9\x2f\xc5\xd5\x91\ \x05\xf9\x25\x2a\xae\x5f\x90\xab\xf5\x8c\xcd\x87\x2e\x80\x01\xe9\ \x33\x34\x88\x0b\x98\x32\x25\xcf\xb2\x20\xff\x03\x36\xba\x9d\x21\ \xae\xf7\x05\xae\x53\xcd\xce\xb5\x6f\xbc\xbb\x43\xe5\x4d\xb8\xfd\ \xae\x9b\xca\x42\x03\xa6\x21\xda\xb5\xea\xa9\xc3\x62\xda\x3d\x57\ \x4d\x3a\xba\x69\xe5\x6b\x9b\x8f\x17\x4e\x5a\x72\xfb\xf5\xf3\xc3\ \xfd\x2a\x5e\xdd\xae\x35\xaf\xaf\xdf\x9d\x90\xc1\x59\x57\xdf\x7a\ \x59\x85\xfd\xdc\x63\xcf\x37\x53\x20\x5e\x34\xe6\x86\x5b\xaf\x1b\ \x11\x33\x3e\xf6\x20\xf5\xa0\x41\x22\x11\x11\x20\xe7\x90\xae\x7f\ \xfa\x37\x2f\xd4\xf6\x48\x95\x76\xc7\x2c\xbb\xe3\xae\xcb\xc7\x27\ \x1b\xf6\xbe\xb1\xa1\x6a\xe1\xad\xb7\xf5\x05\xd4\x69\x67\xf7\xba\ \x95\xef\xec\xa8\x1d\x36\xe3\xea\x3b\xae\x9a\x61\x22\x80\x6c\x7f\ \xf9\x37\xcf\x15\x2c\x7d\x68\xf1\xe8\x10\x00\xe8\x64\xf5\x73\x2f\ \x6e\x5d\x70\xdb\x5d\x15\x51\x00\xdd\xbb\xea\x99\x95\x25\x57\xde\ \x36\xac\x6d\xcb\x53\xaf\x6c\xf1\x02\x91\xf2\x09\x0b\x6e\xbe\x76\ \x7e\x84\x9d\xad\xd0\x0e\x25\x5c\x0c\xc2\x79\xb2\x7a\xd3\xd3\xeb\ \x4f\xde\x78\xcf\x1d\x25\x16\x00\xa4\xde\xfe\xf5\x53\x34\xf3\x86\ \x15\x53\x86\x01\x40\xdd\xce\x55\x2f\xae\xda\x2d\x4d\x70\x29\x7e\ \xfb\x17\xbf\x32\x3e\xec\xec\x7b\xef\x95\x2a\x6b\xf6\x6d\x8b\x2b\ \x07\xbe\x7e\xf2\xc0\x86\x57\xdf\xd9\xd6\xe9\xf0\x89\x8b\x6e\xbc\ \x69\xa6\x78\xe2\xb1\xe7\x1a\xd2\x10\x2d\x1c\xb9\xe2\xc6\x1b\xc7\ \x16\xfe\x76\xc1\x7a\x44\x64\x18\xc6\xb8\x71\xe3\x3e\xde\xcc\x67\ \x5d\x68\x97\x12\xd0\x4f\x39\xa3\xfb\x7a\x47\x81\x6f\x43\xfc\xf2\ \x5b\x3e\x53\xe1\xec\x7a\xe9\x9d\xc3\x03\xe7\x76\x1f\xdd\xf4\xea\ \x5b\xef\x1e\x3f\x69\x3b\x1d\xbb\x5f\x5d\xd7\x74\xf3\x03\xf7\xe5\ \x34\x6f\x59\xbb\xbd\x3e\xf3\x69\xc7\xfe\x37\x1e\x7b\x69\xf7\x94\ \x2b\x6f\xff\xcc\x4d\x57\x8d\x2a\x08\x25\x5a\xab\x4e\xaa\xd2\xfb\ \xbe\xf0\xd0\x44\x3c\xf8\x9b\x97\xdf\xff\x6f\x8a\xc7\x67\x38\xa4\ \x49\x6b\x08\x96\x5e\x77\xe7\x03\x5f\x7e\xf8\xb6\x62\x53\x06\xf2\ \x0b\x64\xcf\xf1\x17\x9e\x79\x7e\xd3\xf6\xc3\xa9\x7e\xbc\x75\x1d\ \xd9\xb8\xf6\x80\x7f\xcf\xe7\xee\x49\x6d\x5b\xb5\xa9\x26\x09\x40\ \x7b\xd7\xbd\xf1\xf6\xfa\x9d\x6d\xe9\x3e\x6b\xbc\x74\xdb\x36\xbe\ \xf0\xfc\x9b\x3b\x8f\x03\x40\x4f\xd5\x7b\x4f\x3c\xb9\xa6\x25\x95\ \x6a\xae\x3a\x66\x56\x2e\xff\xc2\xfd\x37\xa7\xf7\xbd\xb6\x72\x4b\ \xd3\xb9\x37\xc7\xa1\xe3\x0b\xc0\x3e\xb9\xf2\xc5\xd7\x77\x1f\x3e\ \x9e\x94\x00\x00\x75\x5b\x5f\x7b\x79\xed\xae\xb6\xce\x64\xe6\xc3\ \x61\x13\x17\x3d\xf0\x47\x5f\xb9\x6d\xe1\x28\x49\xa1\x82\x08\x54\ \x6d\x5d\xfd\xc2\xca\xd5\x47\x9b\xbb\x4f\x6d\x10\x27\x36\x3c\xfa\ \xe4\xba\x8a\x85\x37\xdc\x7d\xc7\xb5\x63\x4b\x62\x6e\x7b\x6d\x6d\ \x77\xce\x3d\x7f\xf4\xf0\x9c\x68\xd3\x33\x2f\xae\x71\x7e\x4b\x91\ \x21\xd3\x0b\x28\xf7\xe3\x52\x96\x93\x5f\x22\x08\xef\x2f\x41\x0d\ \x90\xe9\x57\xa7\x09\x48\x03\x98\x13\x67\xcd\x05\x80\x96\x8d\x91\ \x9c\x58\x3f\xf7\x70\x5a\xde\xd9\x52\x35\xff\xea\xab\xeb\x1c\x24\ \x00\x50\x5e\xd2\x85\x58\x50\x1d\x6c\x68\x83\xb9\xc3\x01\xdc\xed\ \x9b\xf6\x8d\xbe\xf2\xae\x25\x53\xfb\x6c\x4b\x1d\x47\x80\x33\x54\ \x8e\xcb\x8d\x50\x4e\x20\xf2\xdf\xb1\x12\xe9\x41\x8a\x04\x52\x3f\ \xbe\x50\xc4\xf3\xf2\xbb\xf6\xbd\xdf\x5b\x38\xe7\xfe\xa9\x05\xe8\ \x04\x6e\x79\xf8\x01\xfc\xf5\xbb\xba\x3f\x9f\x2a\x10\xcb\x33\xfc\ \x23\x27\x4e\xd4\x52\xbc\xb8\x3c\x2f\x6c\x37\x6c\xdd\xd9\x9e\x7b\ \xcd\x95\x33\x85\xee\x2b\x4a\x98\xee\xf1\xc6\xce\x9a\xdc\x75\x74\ \x4f\xf7\xe2\xf2\xdd\x5b\x8f\x8d\x9e\x37\x83\x27\x92\xc4\x4d\x06\ \xda\x55\x68\x05\xc3\xb1\x48\xe0\xdc\xc2\xc5\x90\x66\x02\xda\xbb\ \x61\x1d\x8e\x5d\xba\x20\xde\x00\x02\xa8\x6d\xff\x86\x13\xb4\xe2\ \xba\x85\xaa\x3f\xc7\xcb\x08\x46\xf3\x83\xe9\x2d\x87\x4f\xce\x5e\ \x71\x77\xa1\x80\xe0\xd4\x65\xf7\x7b\xc9\xf5\x3d\xa7\x5c\x80\xfb\ \xb7\x6f\xcf\x9b\x7f\xdb\x8a\x39\x7d\x96\x40\xaf\xee\x90\x10\xa8\ \xd2\x2e\x33\x82\xf1\x68\xe4\xe3\xd5\x0d\x56\x43\x65\x98\x65\x39\ \x79\x96\x00\x00\x8e\xae\x7b\x72\x87\x53\x79\xdd\x82\xd1\x99\xb7\ \x55\xdb\xd6\xb9\x23\x96\x2e\x1a\x9b\xe3\xfb\x32\x98\x3f\xeb\xd6\ \x6b\xc6\x6d\x5b\xbd\xf2\xdd\x1d\xd5\x14\xcc\x20\xc1\x4f\xd9\x98\ \x93\x17\x06\x00\xbb\xed\xf0\xda\x75\xdb\x53\x3c\xd4\x5b\xbb\xe7\ \xa5\x97\x5e\x5e\xb3\xbb\x25\x1e\x0d\xfa\xbf\x1b\x69\x03\xe8\xb4\ \x54\x58\x7b\xf3\x96\x13\x63\xe7\xce\xb1\x00\x78\x20\x92\x93\x1b\ \x1e\x9c\x32\x69\xc6\x0a\x0b\x02\xee\xd6\xf7\xde\x6d\xf2\xac\x1c\ \xd6\xb3\x71\xfd\x81\x29\x57\xae\x28\x0f\x12\xf5\x27\xb4\x79\xbd\ \xdd\xd6\xf8\x65\x8b\x4b\x53\xaf\x3f\xbf\xb2\x9a\x8d\x5d\x31\x7b\ \x58\x22\x61\x33\x46\x27\xb6\xaf\x7d\xfe\xb9\xe7\x0f\xb5\xb2\xdc\ \x30\x7d\x88\x21\x63\xe0\x2f\x53\x97\x10\x01\xbc\xf6\x83\x3b\x1b\ \xcd\xab\xaf\x9a\x63\x82\x0e\x20\x6d\xdf\xb2\x73\xf8\xdc\x2b\x27\ \x14\x98\x34\x28\x3b\xcd\x6e\x3c\x78\x22\x11\x9b\x33\xa9\x18\x00\ \x22\xb1\x78\x88\xd3\x20\x27\x35\x25\xd3\x32\x96\x13\x03\x00\x4a\ \x54\xbf\xf5\xe6\xd6\x5e\xc3\x4a\xb5\x1c\x7e\xf9\xe5\x17\x57\x6d\ \xad\x09\xc4\x62\x9f\x70\xc5\x3a\x71\x76\x69\xc8\x4c\xc9\xc8\x4c\ \x55\x43\xc3\x30\x2c\xcb\x3a\xdb\x52\x8f\x08\x4a\x69\xdb\xb6\x2f\ \xbc\x92\x49\x68\x8a\xd0\x6f\x3f\x26\x94\xda\x95\xda\xbb\x78\xcb\ \x36\x9f\xcb\x4f\xde\x71\xf8\x9d\xb7\x8f\x9a\x8f\x7c\xf9\xd6\x5c\ \x00\x92\x9e\xa7\xe5\xf1\x43\x55\x7b\x1b\xab\x6b\xfc\x86\x23\xe9\ \x8a\x2b\x96\x4d\x9f\x38\xff\xfa\x31\xb3\x1a\x7f\xf0\xaf\x27\xc7\ \x8d\x1e\x06\x00\x00\xa1\xe1\x65\xe6\xba\x5d\x87\xf5\xd4\x22\xee\ \xb4\xed\xdb\x5b\x57\x52\x38\xa2\x6c\xc6\x55\x7f\xf4\xc8\x75\xd0\ \xb4\xee\x1f\xbf\xbf\xba\x69\xe9\xc4\x0a\xe3\xe3\x22\x7c\xb0\x4c\ \x3c\xe8\x35\x75\x37\xd4\x3a\xe6\xd5\x23\xfb\x13\x63\x65\x3f\xc2\ \x49\x79\x52\xd7\xef\xda\xd8\x1e\x9d\xff\xe7\x5f\x5d\xb4\xe6\xa7\ \xff\x77\xed\xe6\x7d\x3d\x75\xc7\x5b\x7f\xf1\x5f\xbd\x27\xf6\x99\ \x2d\xc3\x17\x8c\xbf\x39\xdf\x00\xe5\xda\x2e\x2b\x99\x7b\xd9\xc4\ \x17\xbf\xf1\xd3\x2b\xfe\xfe\xff\x94\xb5\xaf\xab\xf3\x3d\xcf\x63\ \x73\x6e\x7c\xf8\xae\xa5\xc3\x8f\xae\x7e\xf4\xa9\x37\xb6\xcc\xfd\ \xc6\x0d\xe6\x79\xd9\x02\x91\x01\x74\xd5\x1f\x3d\x74\x68\x47\xc7\ \x0f\xf6\x1f\x3b\xd4\xe0\x8f\x9e\x03\xc7\x8e\x1d\x3d\xd0\xaa\x9a\ \x8f\xa5\xf3\xd3\x0b\xe7\x8f\xca\x47\xb0\x4c\xd1\x74\xfc\x08\x2b\ \x9d\x5c\xdc\xff\xa3\xea\x34\x8c\xe0\xf0\xd2\x9c\xcd\xfb\xf7\xda\ \x4b\x47\x04\xa9\x7b\xff\xae\xc3\x63\x26\x8d\x2d\x1c\xb3\xe8\xeb\ \x5f\xb9\x15\xdb\xb7\xff\xe3\x77\xd6\x54\x2f\x99\x3e\x21\xfe\xc9\ \x35\x93\x17\x6f\xad\x5e\x7d\xa6\x54\x20\xd5\xcc\x99\x33\xf2\xf2\ \xf2\x10\xb1\xae\xae\xee\xc8\xd1\xa3\x67\xd7\x82\xd6\x4a\xc7\xe3\ \xb1\xd9\xb3\x67\x7f\x6c\x11\xe2\xf7\x82\x6f\x40\xa9\xbd\xfd\x0d\ \xef\x12\xfc\x76\x5b\xa5\xd2\x72\x58\xce\xc4\x82\xc8\x68\xa5\x7d\ \xb8\x64\x88\x09\x00\x7f\xfd\xab\x6f\xd6\xf8\x95\x6b\x9e\x7d\x26\ \xbf\x72\xfe\x78\xdc\xf7\xd2\xbe\xc0\x17\xbf\xf0\x37\x57\xf8\x6e\ \xe3\xd6\x97\x9e\x3e\x56\x32\xae\x88\xef\x59\xf3\xcc\xda\x6d\xc7\ \x62\x33\xae\x5f\x32\x2e\x37\xf3\xb5\x59\x57\xde\xb4\xef\xb1\x27\ \xfe\xe3\x07\x47\xa3\x6e\x93\x13\x9d\x1d\x0e\xf0\xe6\xfd\xeb\x7f\ \xfa\x44\xaf\x6e\xad\x2a\x99\xb6\xa8\xf0\xf7\x10\xf2\xd1\xdd\x52\ \x93\xf2\xa3\x05\xb1\x81\x1d\x56\xfb\x9e\x07\x02\xa8\x75\xef\x63\ \x2b\x0f\x2d\x5f\x3c\xce\xdc\xba\xfe\x97\xbf\x3e\xd6\xde\x15\x59\ \x7e\xc3\xac\x99\x57\x2f\x74\x5d\xff\xdd\x5f\xff\x67\xef\x8c\xb9\ \x79\x06\x00\x80\x9d\x4c\x3a\x4a\x05\x72\x67\x3c\xfc\xa7\x5f\x2c\ \xab\x2c\x4a\xb6\xa6\x13\x09\x9b\x0b\xbd\xfb\xad\xa7\xfc\xfa\x61\ \x2d\x75\x5d\x53\x2f\xbf\xfa\xbc\x47\x4d\x0a\xa0\x60\xc6\xad\xff\ \x32\xf5\x06\xa7\xe3\xd8\xe3\x8f\xbf\x39\x6d\xe6\xf4\xc9\x97\x4f\ \xf7\x3d\x77\xeb\x8b\xbf\xaa\x2b\xbe\x2c\xd8\xb0\xe9\x27\xeb\x7b\ \xbf\xf2\xf9\x9b\x6a\xaa\xea\x72\xc6\x2d\x3f\x35\x62\xe9\x7b\xfe\ \x29\x2c\x8c\x5d\x74\x7d\xe5\xa1\x9f\x7f\xf7\xbb\x8d\x05\xbc\x33\ \x61\x8c\x8d\x06\xcc\xce\xaa\x2d\x8f\x3e\x99\xe6\x6d\x0d\xf1\xb1\ \xd3\x4a\x3f\xb9\xbc\x73\x00\x00\xf1\xab\xc7\x7f\x7d\xc6\x21\x3b\ \x9d\xfe\xe6\x3f\xfc\x7d\x49\x49\x09\x63\xec\xe0\xe1\xc3\x8f\x3d\ \xf6\xf3\x70\xf8\xcc\x72\x99\x9e\xeb\x8e\x1b\x37\x6e\xc1\x82\x05\ \x17\x16\xc8\x91\x29\xed\x6e\x3c\xf6\x33\x45\xfe\x6f\xc5\x93\x5d\ \x99\x5c\x36\xfe\xab\xc3\x62\x13\x2f\x52\x90\x13\x69\x5f\xa5\x07\ \x3a\x1e\x4a\xed\x4a\xed\x02\x69\x00\xb6\xf8\xae\x2f\x55\x9c\xec\ \x74\x15\xe5\xe4\x85\xf3\xf2\x17\xdc\x5c\x84\x06\x63\xcc\x0a\x96\ \xcd\xba\xf6\xa1\x89\x06\x67\x3c\xb7\x7c\xfc\xf5\x63\x97\x4f\xa8\ \x28\x1c\xf8\x35\x9e\x57\xf9\xb9\xaf\x7f\xe3\xf0\x91\xaa\xb4\x9e\ \x5f\x3a\x6a\x4c\x71\x14\x1e\x7c\x24\xd8\x96\x92\xa1\x39\x0b\xc6\ \x8e\xab\xf8\xf8\x49\xdc\x4a\xa2\x9d\x1e\x78\x2c\x68\xa7\x41\xfa\ \x99\x54\xb5\x70\xf9\xec\xfb\xee\x81\xf8\xc0\x13\x13\xc3\x6e\x79\ \xe0\xae\x68\x00\x80\x8d\xb9\x7e\x45\x51\x59\x45\xd9\xb0\xdc\xdc\ \x23\xb5\x9d\xf9\x2b\x26\x8c\x2e\x0e\x03\x40\x20\x28\x16\xdd\xf6\ \x39\x19\x2a\xcc\x7c\x63\xd8\xec\x1b\xee\x57\x21\x00\x6b\xda\x9c\ \xb9\x00\x10\x99\x79\xc3\xcd\xd2\xca\x31\xc6\xde\x5f\x52\x93\x94\ \x6c\xc1\xb2\xeb\x2b\xcb\xf3\x87\x5e\x2f\xca\x45\x0f\x60\xa0\x29\ \x85\x07\x90\x59\x00\x88\x5c\x98\xe1\xc2\xca\x3b\xee\xbf\x2f\x1a\ \xe3\x8c\x81\x15\x08\xcd\xba\xf6\x8e\x49\x46\x3c\xc2\xf2\x6f\x5e\ \xa1\x38\xc0\xac\xeb\x1e\xa0\xe8\xa9\x9a\x1c\xa5\x73\x6e\xf8\xac\ \x3c\x95\x5d\xcf\x22\x65\xf7\x7e\xf5\x4f\x8e\x1e\x3e\xd6\xed\x89\ \x15\x23\x46\x15\x15\x18\x0f\x7d\xe9\xde\x96\x6e\x3b\x30\x73\x61\ \xe5\xd8\x51\xe1\x4f\xd6\x14\x26\xc2\xa1\x10\x00\x29\xdf\xf7\x35\ \x5a\x96\x81\x00\x0c\x91\x73\x9e\x71\xc9\x18\x42\x84\xc3\xe1\x70\ \x28\x44\x5a\x29\xa5\x89\x08\xb9\x21\x38\x1a\x42\x04\x02\x01\xba\ \x10\xbd\xb1\x68\x89\x70\x06\xe4\xa4\xa5\xa2\x4c\xaf\x52\x86\xa0\ \x15\x11\x43\x24\x02\xce\x04\x91\xca\x38\x73\x38\x37\x32\x0b\x85\ \x33\xe3\xe2\x0d\x85\x10\x2c\x34\x2a\xf7\x4a\xc1\xfb\x64\x47\x4d\ \xd2\xc2\x5c\xa5\x5c\x00\x5e\x34\x62\x6c\xd1\x88\x53\x67\x8e\xe8\ \x8f\x1c\x35\xc2\x79\xc3\xc2\x00\x00\x23\x26\xcc\x18\x42\x08\x08\ \xe6\x4d\x9a\x91\x37\xf0\x76\xf4\x94\x99\xa3\xff\x9b\x43\x54\xca\ \x2f\x28\x56\x4b\xae\x00\xa3\x6f\x90\xe8\x7b\x7e\x79\x05\x79\x1e\ \x04\x83\x66\x38\xaf\x34\x7c\xda\x33\x2c\x2a\x1b\x06\x00\x60\xc5\ \x2a\x2a\x62\x00\x10\x2b\x19\x33\xb7\x64\xcc\xe0\xdf\x8b\x15\x96\ \x0e\xbc\x0e\xe6\x14\x0d\x2e\x5e\x61\xc5\x0a\x4b\x00\x00\x60\xf2\ \xac\xc2\x0f\x1d\x92\xeb\xe4\xcf\xa0\xf1\x1c\x44\x3f\x9b\x97\xbe\ \x8a\x54\x80\xd6\x7d\xb5\x62\x98\x55\x34\x6c\xd8\xc0\xe9\xe1\xbc\ \xa2\x30\x00\x80\x35\x32\x0c\x00\x90\x5b\x52\x3e\xf8\xc7\xac\x78\ \x51\xc9\x19\xbf\x6f\xc6\xc6\x4d\x3b\xd5\xd4\x60\xe4\x84\x69\x23\ \x3f\xad\xe5\x01\x44\x04\xbc\x6c\xda\xe5\x37\x2f\xca\x7f\xe5\xf1\ \x17\x9b\x87\x2a\x20\xa3\xa4\x2c\x18\xbf\xe4\xb3\x37\x2f\x8d\x7a\ \x4d\xaf\x3f\xfb\xcc\xde\x93\xee\x45\xc0\xdc\xb4\x2f\x42\x13\x16\ \x4f\xbd\xbd\x34\x1c\xe9\x6c\x5e\xb5\xbf\x27\x76\xc5\x94\x65\x9e\ \xd3\xd3\xd1\xf2\xee\xe6\xe3\xbb\xca\x46\xdf\x3d\x67\xc4\xd8\x64\ \xeb\x3b\xeb\x0f\xae\x49\xe9\x8b\xde\xc5\xb0\x60\xf6\xe5\x0b\x67\ \x5f\x3d\x48\x6d\x01\xa5\xa5\x19\xb8\x80\xac\xaa\x26\xe2\xbc\xcf\ \xde\x0d\xf7\x3d\x38\x48\x05\x46\xf2\xfd\xb0\xf1\xa9\x55\x8c\x8f\ \x06\xc4\xbc\xbb\xff\x01\xb8\x35\x78\x48\xa8\x1c\xe3\x22\xa9\xcc\ \x8d\x8c\x9b\x96\x39\xa8\x1b\x19\x22\x92\xef\x79\x52\x9e\x59\xba\ \x4e\x10\x29\x11\x19\x3e\x7b\xe1\x82\x49\x23\x7b\xde\xc0\xa1\x59\ \x33\x72\x2e\x13\x8d\x2f\x3e\xfa\x9d\xf2\xab\xbf\x70\xed\x15\xd3\ \xf6\xfe\x62\x93\x36\x2e\xf0\x89\x50\x12\xf2\x16\xcd\x7a\x38\xdc\ \xf6\xec\x4b\x3b\x8f\x09\xce\x0a\x47\xdc\x63\xb7\xbc\xf8\xd4\xce\ \xe3\xb7\xac\xf8\x8b\xe9\xc9\xd6\xa3\x27\xdf\x7a\xb9\x7e\xfd\x35\ \x8b\x1e\x19\xd3\xbc\x63\x77\x5b\xf7\xc5\x0e\xf2\x70\xe4\xec\x3c\ \x0c\xe3\x02\x5b\x91\x2c\x7e\x96\xd2\x07\x9f\x6a\x4f\x08\x2e\x44\ \x4e\x44\xf4\xef\x8a\xa7\xc4\x82\x8b\x04\xe1\xcc\xed\x6d\xda\xb1\ \xf7\xb8\x8d\xdc\x10\x9c\xb4\x52\x5a\x03\x06\x47\x8e\x9f\x50\x5e\ \x10\x3e\xa3\x2a\xb3\x40\x26\x74\xb2\xe6\xc5\x27\x9f\x1b\xf6\xf0\ \x22\x21\x18\x0c\x65\xb2\x62\x88\xdd\x8d\x47\x7c\xa3\x6c\x59\x89\ \x71\x78\x53\xb5\x36\x04\x03\x75\x41\xcf\x81\xf6\x58\x64\x42\x99\ \xd1\xfc\xce\xf1\x1d\x2e\x09\xdb\x75\x62\x92\x02\xa1\x11\x15\x45\ \xc8\xfd\x9e\xa4\xd3\x79\xb2\xbd\x36\xaf\xec\x0e\xd3\x6d\x68\x49\ \xf6\x20\xbb\xd0\xef\x26\x4b\x59\x3a\x13\x92\x9c\x79\xa9\xd6\x5d\ \xef\x6f\xe9\xe1\xba\xb9\xba\xd1\x2a\x2e\x2f\x8e\xf0\x93\x35\x27\ \xc7\xde\xf0\xf0\x23\x37\xcd\xc0\xf4\x69\xe1\x36\x02\x00\x88\x14\ \x01\x13\x1c\x3f\xc4\xe2\xa8\x8c\xfc\xeb\xef\xbd\xdb\x3a\xb6\xea\ \xa9\x0f\x1a\xcc\x70\xc8\x77\x2f\x70\x58\x20\x68\x9f\x58\xc0\x60\ \xe4\xbb\x2e\x90\xd6\xc0\x62\x39\xd3\x2f\x9f\x7b\x9d\xd1\xf1\xe4\ \xeb\xcd\x35\xe1\x82\xcb\x2f\x9f\x30\x6d\xdf\xbe\x1f\x35\xa6\xb5\ \x29\x84\xcc\xae\x9a\x2c\x5d\x54\xa4\x7c\x19\x29\x9e\xf6\xa5\xbf\ \x9d\x17\x32\x3a\x7f\xfd\xed\x5f\xe6\xdd\xf0\xe0\x0d\x93\xf3\x3f\ \x78\xe6\xd1\x4d\x69\xfb\x6c\x2e\xcd\xfa\x20\xc1\x44\x20\x60\x9d\ \x2b\x10\xc7\xf7\xd5\xd8\xc5\xb7\x5f\x3b\x8e\xf6\xd7\xd8\x15\x15\ \x25\x5c\xab\x0b\xdd\x42\xc5\x4c\x4a\xed\x3f\xd2\x63\x5d\x36\xe3\ \xae\x71\xa5\x0b\xc6\x15\x4f\x8e\x99\xd8\x5c\xf7\xcc\xe3\xab\xff\ \x39\x11\xbd\x6c\x6c\xc9\x94\xf9\xd3\xee\x0d\xa6\x0f\x26\xc5\xb0\ \xfc\x50\x90\x28\xdb\x05\x3b\x4b\x17\x1f\x21\x13\x26\xf7\xf6\xaf\ \x7f\x7b\xfd\x8e\xfd\x9d\x09\x05\x00\x9d\xdd\x49\x2b\x1c\x16\x34\ \x64\x07\x15\xe4\xc2\x6f\xdb\xb4\x61\x5b\xa7\x37\xb4\xdf\x89\x31\ \xe6\x74\xd5\xef\x3d\xde\x33\x69\xe1\xe2\x49\x15\x85\x4c\xab\x0b\ \x1e\x17\x4c\x30\x67\xcf\xae\x1f\x1c\x4c\x04\x26\x56\x2c\x2a\xcb\ \xc9\xeb\x6d\xdf\x72\xa4\xa3\x9b\xbb\xc7\x36\x1f\x5e\x8f\x66\xa4\ \xb3\x75\x57\x0f\x94\x4e\x1a\xb9\x30\xd7\x34\xf5\x1f\x52\xc7\xcc\ \x2c\x5d\x4c\x30\x3e\xb7\x09\x90\x71\x2e\x53\x8d\x2f\xfc\xf0\xff\ \xfd\xf0\xcd\x9a\xc5\x57\xcd\xde\xfb\xe2\xa3\xdf\xfb\xcf\xff\x78\ \xe3\xb0\x3d\x7d\xca\x18\xe6\x9f\x59\x6c\x4e\x64\xbe\x21\xbc\xd6\ \x0d\xeb\x9b\x4c\xcb\x62\x43\xfd\x2e\x17\xa2\x69\xd7\xaa\x1f\x6d\ \x91\x08\xc8\x4d\x2b\x60\x99\x4c\x5d\xf0\x06\x76\x14\x4c\x77\xee\ \x3b\xf0\xd3\x5d\x5a\x23\xb7\x0c\x84\x66\xe0\x56\xc0\x6a\x6d\x5c\ \x73\x12\x38\x34\xee\xdc\xa3\x09\x00\x0d\x23\x24\x18\x97\xfa\xe2\ \x7b\xfc\xd2\xf7\x7b\x7b\xba\x01\xb2\x4d\x1a\x2f\x55\x22\xcf\x75\ \xcf\x85\x73\x64\x98\x68\xab\x69\xa5\x31\x5f\xfb\xf3\xdb\x26\x17\ \xf3\x5d\xeb\x56\x6d\x3a\xd4\x79\xe7\x43\x57\xcd\x2c\xb5\xbc\xb3\ \x3a\x70\x0b\xbf\xff\x10\x17\x5c\x29\xa9\x00\x7c\xdf\x1f\x90\x60\ \xb5\xd6\xbe\xef\xfb\x52\x02\x33\x02\xc1\x3e\x5b\xa8\x94\x99\x63\ \x17\xa8\x26\xab\xb4\x3f\x10\x0c\xc3\xb8\x65\xf2\x01\xa1\x85\xa4\ \xf2\x01\x39\x03\x80\x53\xc7\x95\xd2\x4a\x69\xff\xa2\xeb\x80\x1d\ \x8b\xe7\x34\x37\x35\x20\x66\xb3\x0f\x2e\x59\x90\x87\xa3\x11\xc6\ \xf8\x90\xea\xa4\xf2\x65\x4e\xc5\xfc\x2f\x7f\x23\xac\xd3\x9d\x0d\ \xcd\x5e\xe5\x65\x37\xcd\xb8\x82\x7b\xae\xe3\xfb\x43\xd4\x8c\x15\ \xff\xf3\x9b\xdf\x3c\xf3\xb7\x49\xe7\xe5\xe5\xb9\xae\x8b\x88\xf3\ \xe7\xcd\x9b\x38\x61\xc2\xd9\x2b\x89\x88\x4c\xd3\xf0\x3c\xef\x82\ \x9a\x15\x4d\xca\xe0\xc1\x5b\x67\xfd\xcb\x6f\x1b\xd6\x42\x44\x21\ \x33\xee\x29\xfb\xa2\x79\xfe\x44\x85\x45\xc5\x80\x08\x59\x7b\xc2\ \x25\x2b\xac\x03\x10\x9d\x3b\xa2\x94\x09\x4e\x87\xd7\x3d\xf5\xc4\ \xeb\xef\x77\x25\x3d\x23\xa7\x7c\xc5\x1d\x77\x5f\x35\xad\x7c\xe8\ \x42\x8e\xe5\xe5\x65\x67\x1f\x95\x52\x66\x22\xde\x22\x91\x48\x3c\ \x1e\x3f\xd7\x3a\xbb\x00\x99\x39\x22\xcb\x0d\x0f\xff\x18\xdf\xd3\ \x24\x2f\x2e\x66\x7e\x41\x05\x14\x67\xe9\x13\x26\x6e\x08\xa7\x71\ \xc7\xf3\x6f\xee\x99\x77\xf3\x67\x3a\xb7\x6e\x15\xc3\xf3\x77\xac\ \x7a\x7d\x78\xf9\xe7\x27\xe4\x72\x79\x56\xeb\x62\xe1\xfb\x1f\x16\ \xad\xad\xb5\xd6\xfa\x22\x93\x63\x2f\xa9\x24\x93\x0f\x11\x3d\x42\ \x21\xc6\xb2\xb2\xfa\x25\xfe\x94\xd3\xe9\xf4\xd0\x7c\x9c\x41\x67\ \x5b\x1d\x2f\x99\xbd\x62\xe9\xcc\x37\xf6\x1e\x1a\x35\x77\xbe\xac\ \x7a\xb9\x25\x91\x9a\x98\x37\x04\x4b\xce\x16\x8d\xb8\x28\xc9\x30\ \x8c\xd7\x5f\x7b\xad\xa3\xa3\x83\x0b\x9e\x9d\x8d\x4b\x92\xb4\xd2\ \x91\x48\xe4\xba\xeb\xaf\x1f\x52\x27\xd7\x04\xc1\x50\x8e\xc9\x5a\ \x52\x29\x8f\xfc\xa6\xa7\x7f\xf4\x18\xcf\x9b\x74\x45\x61\x6c\x48\ \x96\x9c\x05\xf9\x45\x49\x42\x88\xf5\xeb\xd7\x1d\x3b\x76\xcc\x34\ \xcd\xec\x6c\x5c\x92\x24\xa5\x2c\x29\x29\xbe\xfe\x86\x1b\x86\x36\ \xbc\x79\x5e\x6c\xd4\x65\x5f\x7a\x04\x72\x42\xe6\xb4\x45\x97\x61\ \x33\x9b\xb7\x74\x61\x49\x08\x86\xb2\xbb\x65\x41\x7e\xd1\x0a\x72\ \xc1\x60\x30\x1c\x0e\x67\x41\x7e\x09\x83\x3c\x18\x3c\x67\x6b\x08\ \xc6\x79\xba\xa3\x6a\xe3\xba\x9d\x3d\x84\x86\x61\x70\xd0\x5b\xb7\ \xee\xbd\x7c\xe1\xb4\xb0\x40\x7d\xd6\xa6\x90\x05\xf9\x25\xb1\x20\ \x5c\xdb\xf1\x15\x22\x22\xe3\xa6\x65\x19\x0c\x5d\xc7\x06\x61\x59\ \x06\x03\x00\xe9\x39\x9e\xe6\x41\xcb\x04\x20\x25\x3d\xcf\xf3\x35\ \x01\x13\x86\x65\x9a\x0c\x94\x9d\x76\x34\x50\x7f\x13\x52\x66\x06\ \x82\xa6\x40\xdf\x73\x3d\x4f\x12\x00\x17\xa6\x65\x1a\x88\x00\xa4\ \x5d\xd7\x91\x8a\x00\x99\x69\x59\x06\xcf\x9a\x03\x3e\x4d\x42\x00\ \xd2\xd2\xb6\xd3\x0e\x13\xbe\xef\x0b\xbf\x73\xc7\x96\xe3\xe5\x93\ \xc6\xcf\x2a\x0c\x9c\x1d\x8f\x9a\x05\xf9\x45\xcf\xd4\xa5\x84\xf1\ \xcb\xee\x5c\x32\xa9\x04\x49\x25\x3a\x1a\xb6\x6e\x58\x7f\xb4\x55\ \x2f\xba\xe1\x4e\x75\x62\xd3\xb6\x63\x1d\x80\x38\x7c\xfa\x8a\xa9\ \xf1\x96\x77\x36\xed\x4d\x4b\x51\x36\x71\xc1\x92\x79\x53\x73\x02\ \xd8\x56\xb3\x7f\xdd\xba\x4d\x09\x73\xcc\x67\x1f\xbe\xb6\x80\x11\ \x11\x21\x32\xc0\xf4\xd6\xd7\x5e\xd9\x5e\xdd\x3b\x76\xde\x15\x0b\ \x67\x8c\x0f\x0b\xd9\x74\x64\xc7\xfa\xf7\xf7\x26\x25\x18\xa1\x82\ \x25\xd7\x5e\x39\xb9\x3c\x57\xa6\x3a\x76\x6d\x5c\xbb\xa7\xb6\x8b\ \xf3\xac\x39\xe0\x53\x23\x25\x65\xb8\x70\xe2\xbd\x7f\x34\xab\xaf\ \x52\x9e\x6a\xf4\xfe\xf9\xb1\xce\xb4\x87\x38\x44\x16\x9d\x88\x44\ \x22\xd9\x29\x1b\x62\xa7\x44\xf4\xa5\x44\xc4\x0b\x3f\xb2\x5d\x13\ \x9f\xbc\x60\xe9\xb0\xe4\xa6\x57\x3f\x68\x18\x3e\x6d\xf1\x23\x5f\ \x1e\xf3\xd3\xff\xfa\x65\xe5\xec\x25\x90\xde\xb3\xf9\x40\x0b\x30\ \x9e\x3f\x6a\xf6\xc2\xe1\x07\xd6\xac\xdd\x36\x6a\xd9\x3d\x5f\xba\ \x75\xca\xa1\xcd\x1b\x0e\xd5\xe1\xc4\xb9\x37\xfc\xc9\xc4\xe1\x3f\ \xfe\xc5\xdb\x87\x77\xef\xca\x8d\x97\xde\x7a\xc7\x35\x47\xd6\x3c\ \xb7\xb7\xa1\xb3\xa9\xc7\x9f\x79\xd3\x17\xee\x5d\x52\xb4\x63\xe3\ \xfb\x0d\x7e\x70\xc6\xf2\xfb\xa7\x8c\x59\xf3\x9d\x9f\xbd\x31\xfb\ \xd6\x47\x6e\xac\x48\xbc\xbd\x61\xaf\xc8\xc9\xff\xb0\x5c\xa6\x2c\ \x7d\x32\xeb\x93\x73\x37\xd9\x72\x78\x4f\x83\x8b\x4c\x70\xde\x53\ \xb3\xfd\x40\x2f\x9b\x17\x0f\x0f\xb9\x5c\xc5\x77\xfe\xf3\xdb\xd9\ \x29\x1b\x52\x1c\xd2\xa4\xd3\xe9\xf4\x87\xe8\x45\x17\xd0\x86\xe4\ \x25\x8f\xef\xdd\xba\x76\xf5\x6e\x6b\x77\xfb\x94\x6f\x7d\x65\xec\ \xf0\x58\x32\x69\x47\x8d\x60\x2c\x1e\x47\x86\x16\x57\x4e\x3a\xa5\ \x63\xa3\x6f\xbe\x7e\xc1\xc1\x97\xff\xe3\x17\xef\x56\x0b\x01\xef\ \x6e\x39\xf0\xa7\xff\xf3\xaf\xae\x9a\xb6\xf5\xe7\xab\xd7\x1a\x45\ \x93\xe6\x2e\x9e\x79\x70\xc7\xe6\x75\x07\x3b\x73\x46\x2c\xf8\xf2\ \xb5\x13\xde\xf9\xd1\x3f\xbd\xba\xb7\xcd\xe4\x7a\xc3\xce\xfa\xbf\ \xfb\x1f\xf7\x2f\x9d\xbc\x13\xe2\xf1\x74\xf3\xf6\xcd\xeb\xdf\xe9\ \xf6\xa4\x11\x88\x04\x4d\x9e\xcd\xeb\xf9\x14\x89\x71\xee\xf4\xd4\ \xaf\x7f\xe3\xcd\x6e\x61\x82\x92\x68\xe6\x5c\x7b\xd7\x67\xc6\xe5\ \x18\x52\x0d\x11\xba\x22\xde\x5e\xfd\x56\x76\xca\xce\x45\x81\x40\ \xd0\xb2\xac\x0b\x5e\x60\x27\x1f\x8c\xca\xc9\xf3\x6f\xa0\xca\xd1\ \xb3\x17\x87\xdb\x8f\x1e\xaa\xee\x98\xb5\x22\x36\xe7\x9a\x7b\xcb\ \xe6\xd9\x00\x18\x2d\xae\x48\x6f\xdd\x1c\xca\x2f\xce\xb5\x12\x1b\ \x0e\xb6\x98\xa1\xa0\x81\x94\x4e\xb7\xec\x3d\x96\x58\x5a\x31\x2c\ \x60\x1d\x61\x42\x30\x44\x2e\x0c\x21\x78\xbc\x78\x74\x24\x5d\x7b\ \xa4\xb1\xd3\x0a\x06\x4d\x4e\x4e\xfb\xb1\xe3\xad\x7e\x45\x45\xc1\ \xaf\x9f\xfe\x55\xe9\x43\x77\xfc\xd9\xdf\x4e\x3e\xba\x67\xeb\xfa\ \x0d\x5b\x3b\x3c\x12\x98\xe5\xe7\x9f\x9e\xb8\xee\xfb\xd1\x61\xd3\ \xbf\xfc\x37\x53\xd3\x8e\x6f\x05\x02\x8c\xf1\x80\xc9\x1d\x67\xe8\ \xae\x0d\x62\xe2\xc4\x49\xd9\x29\x3b\x27\x7c\x00\x4c\xc3\xb8\xf0\ \x87\xa9\x81\xe7\x96\x8c\x18\x9d\x34\x53\xc7\x37\x3c\xba\xed\x83\ \xaa\x84\x58\xca\x92\xdb\xde\xfc\xcd\xb3\x1b\x6b\x81\xb1\xe9\x37\ \x7c\xf9\xaa\xb8\xe9\xbb\x9d\x0a\x83\xf1\x08\x73\x3b\x1c\x26\x40\ \x52\x30\x37\x37\x98\x3e\x61\x6b\x82\x81\x14\x63\x04\xf0\xec\x04\ \x04\x62\x61\x83\x79\xbe\xe4\xa4\x24\xe6\xe6\x44\x4c\xc7\x73\x7b\ \xea\xf7\x3d\xfa\xad\x23\xe5\x63\xa6\x5c\xff\xd9\xbb\x1e\x2e\x8d\ \xfc\xe0\xe7\xab\x3d\xd3\xcc\xa2\xfc\x53\x93\xde\x18\xe7\x32\xb1\ \x7e\xe5\x6f\x56\xef\x68\x99\xb0\xfc\x8e\x7b\x96\x8f\x3f\x7a\xa4\ \x29\xa7\xa4\x3c\x6a\xb1\xb3\x25\x76\x61\x05\x02\xd9\x29\xfb\x70\ \x9c\xc3\x05\x2e\x98\x22\xb3\xd0\x3b\xb0\xe1\x95\x9f\xbd\x7a\x40\ \x58\x42\x98\xa6\x21\x22\x88\xe0\xb9\xe9\x64\x32\x09\x8c\x39\xae\ \xe4\x86\xe9\x9d\x3c\xbe\xed\x48\xf2\xea\xbb\x6e\xaf\xf9\xd5\xeb\ \xad\x36\x4d\x98\x7d\xd3\xd2\xb2\xc4\xd3\xcf\x9e\x50\x68\x08\x00\ \xcc\xd4\xbb\xe4\xa2\xa7\x71\xd7\xce\x93\x2b\x6e\xbb\xed\xfa\xae\ \x17\xd7\xf7\x4a\x63\xd6\xf2\xbb\xc6\x8a\x93\x3f\xdd\x5d\x5f\x32\ \x76\x62\xc0\xe9\x6a\xad\xd9\xbf\xf3\xc8\xf2\xcf\xcf\x1b\x13\x46\ \xb2\xb3\x66\xdb\xf3\x5f\x45\x88\x0a\x51\x31\xa6\x11\xf5\x20\x09\ \x88\x11\x31\x22\xae\x35\x27\xc2\xdf\x66\x99\x71\xc1\x3b\x4f\x6c\ \xdf\x70\x48\xdd\xf6\xd9\x6b\xde\x5b\xbd\xb1\x6a\x4a\x7c\xe7\xaa\ \xd5\x15\x37\xdf\x73\x59\x79\xe4\x6c\x57\xb9\xc8\x96\x4c\xb8\x04\ \x48\x4a\x9f\x90\x5b\x81\x80\x19\x34\x10\xc8\x27\x90\xbe\xaf\x09\ \x39\xe7\xc0\x18\x90\xf2\x15\x98\x2c\xb9\xe6\xe9\xc7\x02\x77\x7e\ \xf6\xc1\xaf\xff\xb9\x56\x20\x74\xe2\x8d\x5f\x3e\xb6\xb3\x3e\x61\ \x1a\x1c\x80\x7c\xdf\x57\x04\xc8\x38\xf7\xda\x5f\xf9\xf9\xa3\xb7\ \xdc\x75\xc7\x97\xfe\x64\xae\x22\xce\x9c\x96\xe7\x7e\xf1\xf3\x03\ \xed\xb8\xe4\x33\xd7\x2e\x9f\x5c\xa2\x09\x2d\xe6\xbe\xf5\xd2\xcb\ \x9d\x98\x0d\xb5\x3b\x2f\xf2\x39\x07\x00\x53\xca\x51\x5d\xdd\x23\ \xbb\xba\x4a\x7b\x13\x39\xb6\x1d\x90\x3e\x00\xb8\x42\x74\x07\x83\ \xcd\xd1\x68\x4d\x6e\x6e\x4d\x6e\x8e\x63\x18\x08\x60\x9c\x5f\x4a\ \x02\x22\xd9\xe9\x74\xbc\x64\xec\x8c\x39\x33\x6a\xb7\x1e\x6c\xef\ \xec\xe8\xee\x49\x94\x9e\x23\x00\x1d\xef\xbf\xf7\xee\xec\x93\xf8\ \x10\x93\xd6\x27\xab\x5c\x13\x67\xec\x81\xfb\xef\xab\x1c\x37\x5e\ \x2b\x85\x8c\x21\xb2\x0c\x69\xad\xeb\xeb\xaa\x47\x57\x8e\x8b\x46\ \x63\x5a\x6b\xcb\xb2\xfe\xf7\xff\xfa\x9f\x27\x4e\x9c\xc8\x04\xc3\ \x18\xa6\x05\xda\xf7\xfd\x81\x32\x9d\x68\x58\x16\x48\xcf\x97\x1a\ \x10\x98\x30\x0d\xa6\x5d\x4f\x6a\xe5\x2b\x30\xe2\x39\x71\x4b\xa0\ \x9d\xe8\x4e\xa4\x7d\x61\x1a\x08\x00\xc8\x4c\xd3\x50\xbe\xa7\x34\ \x01\x80\x92\x1e\xf1\x40\x4e\x4e\xdc\x40\x95\xea\xed\x4e\xba\xda\ \x30\x84\x10\x66\x30\x1c\x32\x19\x3a\xe9\xde\xde\xa4\xcb\x0d\x91\ \x95\xd5\x3f\x9c\x34\xa2\x62\xac\x20\x99\xbc\xac\xb6\x6e\x5e\x5d\ \xfd\x98\x8e\x8e\xb4\x69\x26\x2d\xcb\x36\x0c\x57\x70\x02\xb0\xa4\ \x0a\x4a\x3f\xe2\x7a\x61\xd7\xab\xc9\xcb\xdd\x36\xbc\x7c\xd3\xc8\ \x8a\x96\x48\x84\x13\x31\x22\x29\x65\x51\x51\xd1\xff\xf7\x2f\xff\ \x3a\x64\xa4\x2a\x37\xcc\x9e\xea\xf7\x7f\xf2\xe8\x0b\x3a\xaf\xb0\ \xab\xf9\x24\x0f\x58\xb1\x8a\xcb\xfe\xe8\xa1\x1b\x72\xc5\x10\x15\ \x5d\x44\x36\x64\xea\xc3\xcc\x1b\x4a\x7d\xc2\xf9\x39\x03\x4d\x88\ \xa9\xaf\xef\x11\x9d\x93\x06\x7d\xcb\x73\x6c\x40\x1c\xb4\x25\x91\ \x67\xa7\x01\xfb\x2a\x80\x28\xdf\x91\x80\x0c\x91\x71\x03\x89\x92\ \x3d\x5d\xc9\xcc\x46\x30\x50\x2c\x95\xb4\x63\xdb\xc8\xfa\x74\x73\ \x2e\x4c\x22\xd5\xdb\xd5\x91\xd9\xe7\x4c\x43\x00\x80\xf4\xdd\xde\ \x2e\xa7\x7f\x85\x65\x11\xfe\xd1\x0c\xdc\xf2\xe5\x55\xc7\x8e\xdf\ \x74\xf0\x50\x7e\x2a\x75\xb0\xb8\xe8\xd7\xb3\x67\x1d\x2e\x2a\xea\ \x0e\x06\x12\x96\x65\x1b\x06\x00\x04\xa4\x1f\x75\xbd\x1c\xdb\x1e\ \xd7\xd6\x3e\xbb\xbe\xe1\x33\x7b\xf6\x5d\x75\xec\xd8\xeb\x13\x27\ \xbe\x53\x39\xc6\x36\x0c\x94\x12\x4e\xef\x48\x7d\x86\xe1\x2d\x58\ \x38\xee\x96\xcf\xde\xd9\xe5\x80\x10\x08\x3c\x34\x72\xec\xd8\x3c\ \x93\xe4\x50\x95\xd9\xc4\x9f\xfc\xe9\x9f\xfd\xbe\xb9\xd3\x45\xca\ \xc3\x95\x52\xdf\xfb\xee\x77\x94\x52\x17\x66\xd4\x87\xe7\x79\x8e\ \xe3\x64\xb5\xad\x0b\xd0\x8a\xe3\x9b\xe6\xf0\x74\xe2\x9e\x9d\xbb\ \x66\xd7\xd6\xed\xcd\xcf\xff\xfe\xf4\x69\x07\x8b\x8b\x1c\x21\x10\ \x80\x13\x31\xd7\x43\xd7\x05\x00\x07\x30\xcd\xb0\x29\x1c\x3e\x10\ \x0e\xbf\x31\xbc\x7c\x7c\x5b\xfb\x0d\x07\x0f\x7d\x76\xdb\xf6\x89\ \xcd\xcd\x4f\xce\x9a\x75\xdc\x32\xdd\x73\xd7\x6b\xe0\x9c\x25\x3a\ \x4f\xbc\xfb\xe6\xdb\x5d\xdc\xe4\x00\xa0\xec\xd4\x3b\xa3\xbf\xf8\ \x85\xcf\x96\x45\x98\xd2\x74\x86\x04\x2a\x02\xbf\x07\xc3\x5b\x66\ \xe5\xf5\xad\xbf\x8b\xd3\xd1\xc2\x10\x7d\xdf\x6f\x68\xa8\x47\xc0\ \x92\x41\x6d\x34\x2e\x1c\x11\x63\xd9\xd2\x25\xd3\xa6\x4e\xe6\x3c\ \x6b\xfc\xba\xc0\x30\x6e\x59\x56\x75\xf5\xfc\xef\xfe\xd7\x08\xdb\ \x39\xf2\xf5\xaf\x1c\x9f\x37\x6f\x04\xe7\x63\x94\xc2\x8f\x92\xe0\ \x7c\xce\x6b\xb4\x8e\xef\xdc\x39\xeb\xd7\x4f\x96\x6c\xda\xb4\xf9\ \x8f\xbf\x0e\x33\x67\x9c\x6b\x13\x57\x4a\x05\xf3\xc6\xdc\x70\xd7\ \xdd\x3e\x32\x44\x11\xd2\xad\xcf\x3d\xf5\x6e\x75\x8f\x3d\x3c\x16\ \x51\xfa\x14\xf3\xcf\xa0\x5d\xfc\x3e\xc4\xd1\xd3\x46\x76\x71\xb2\ \x1a\x8d\x48\x44\xbe\xe7\x5d\x98\xc3\x57\x4a\x55\x56\x56\xe6\xe4\ \x15\x62\xd6\x59\x7d\x41\x91\x69\xf2\xfa\xfa\xc2\x6f\x7f\x17\x84\ \xd1\xfa\x93\xef\x06\x2e\xbf\x7c\x09\x00\x3b\x6f\x88\x69\xc6\xfc\ \x6b\xaf\x6f\x5d\x7a\x45\xd9\x5f\xfc\xc5\x67\x5e\x5a\x79\x6c\xfe\ \x7c\x65\x18\x6c\x28\x7e\x4e\x44\xdc\x8a\x96\x55\xc4\x00\x00\x99\ \x50\xed\xbd\x4a\x69\xce\xf0\x8c\x9a\x7f\x44\x84\x88\xe2\xf7\x08\ \xef\x8b\x5c\xb0\xcf\x4c\x50\x46\x2d\xfa\xc4\xae\x08\xfd\x42\xd0\ \x50\x3a\x39\x0c\xd6\xc7\x3d\xcf\xf3\x7d\x3f\x0b\xf2\x0b\x68\xc1\ \x30\x86\xc9\x64\xf4\x5f\xfe\x15\xf6\xef\x6f\xfb\xf1\x8f\xed\x2b\ \xaf\x44\xdb\x56\x44\xbf\x55\x05\x1f\x44\x74\x16\x2f\x6e\xfd\xb7\ \x7f\x2b\xf8\xc2\x17\x0b\xbf\xfd\x1d\x9c\x3d\x97\x2c\x0b\x94\x82\ \xd3\xcd\xc0\xc2\x10\x5d\x75\xdb\x7f\xf3\x8b\xd7\x3a\x99\x21\x18\ \xa6\x3b\x1a\x53\x45\x97\xdd\x97\x1f\xa7\xb3\x2a\xa6\x10\x91\xf8\ \x54\xc0\x93\x5d\x10\xd9\x99\xbc\x04\x1f\x87\x10\xa1\x17\x5f\x0c\ \x3f\xfb\x4c\xcf\xdf\xfe\x6d\xfa\xea\xab\xd1\xb6\x41\xeb\x8c\x41\ \xf4\x3c\xf7\x62\x22\x22\xad\xd1\x71\xec\xa5\x4b\xbb\xff\xe2\xcf\ \xf3\xbe\xf9\x4d\xfb\x89\x27\xdd\x2f\x7d\x11\xb5\x86\xd3\x2d\x70\ \xd2\x97\xc1\xbc\x31\x37\xdd\x73\x9f\x8f\x0c\xb9\x95\xc3\x3a\x5f\ \x5c\xb9\xa5\xa9\x27\x55\x50\x64\x01\xfc\xde\xb2\xd0\x86\x5c\x70\ \xd9\x55\x98\xa5\x3f\x14\x84\x1b\x06\xef\xe8\x88\xff\xf0\x87\xee\ \xdc\xb9\xbd\x0f\x3f\x8c\x5a\x83\xd6\x88\xe8\xba\x6e\x73\x73\xb3\ \x7b\xee\xe2\xca\x83\xc1\x12\x8d\x46\x4b\x4a\x4a\x98\xd6\xe0\xfb\ \xc9\x7b\xef\x35\xdf\x78\x23\xf4\x5f\xff\x25\x6f\xb8\x5e\x97\x96\ \xc2\xe9\x42\x3b\x11\x71\x33\x3c\x6c\x44\x08\x00\x90\x1b\xac\xa7\ \x37\xd5\xde\xde\xe5\xfa\x08\x66\x06\x74\xa7\xb1\xfd\xdf\x13\xc2\ \xb3\xf0\xce\xd2\x1f\x96\x4c\x25\x44\x70\xf5\x6a\xe3\xf0\xe1\xb6\ \x47\x1f\x55\x79\x79\x2c\x95\x02\x44\xad\x75\x53\x53\x53\x4e\x4e\ \x4e\x34\x1a\x1d\x6c\xfc\x42\xc4\x4c\xec\xc3\x60\x98\x30\xc6\x5a\ \x5a\x5a\x5a\x5b\x5b\x4b\x4a\x4a\xc0\xf7\x29\x16\x6b\xbe\xef\x9e\ \xb1\x7f\xfc\xa7\x62\xe5\xab\xee\xd7\xbe\x8a\xfd\x19\xff\x19\xe2\ \x86\xd1\x53\xbf\xfd\x89\x5f\xbc\xde\xc9\x0d\x81\x90\x4e\x74\x07\ \xc7\x2c\x9b\x5a\x14\x1d\x28\xef\x39\x18\xea\xe2\x77\x8e\xf0\x0f\ \x81\xf7\xc5\x85\xfc\x73\xb9\x28\x3f\x99\xeb\x9e\xa1\x93\x9f\xa1\ \x9f\x9f\x3d\x3c\xce\x18\xe7\x1c\x10\xb4\xd6\x52\x66\x0b\xb9\x7e\ \xb2\x84\x08\x52\x86\x5e\x7f\xdd\x9f\x38\xd1\x5e\xbc\x18\x5c\x97\ \x00\x10\xc0\x75\x5d\xc6\x58\x34\x1a\xe5\x9c\x33\xc6\x10\x91\x73\ \xae\xb5\x96\x52\x7a\x9e\x67\x59\x56\xc6\x3b\x9b\x41\x26\x63\x2c\ \x27\x27\xa7\xa3\xa3\xa3\x6f\x3b\x70\xdd\xd4\xac\x59\x72\xe6\x4c\ \xe3\x95\x97\xdd\x2f\x3c\x42\x88\x83\x6d\xd8\x4a\x4a\x2b\x3e\x62\ \xc5\x1d\x9f\x45\xcb\xd0\x4a\x5b\xe1\x78\x71\x71\x81\xc9\x54\x26\ \x9c\xe9\x0c\xc4\xb1\xdf\xf9\x02\x3d\xd7\x92\xcd\xf2\xf6\xdf\xdf\ \xa6\xc0\x18\xeb\xee\x4d\x1c\x38\x74\x74\xff\xc1\xa3\x8d\x4d\x2d\ \xc2\x10\x9c\x9d\x49\xe7\xf1\x3b\x00\xc8\x18\x43\xc8\x16\x73\xff\ \xed\xb5\x71\x51\x55\x65\x6d\xdb\x96\x5e\xbe\x5c\xe5\xe5\x61\x3f\ \x3b\xcd\xd4\x23\x18\xdc\xaa\xa4\xa5\xa5\x45\x08\x51\x57\x57\xf7\ \xad\x6f\x7d\x8b\x88\x52\xa9\x54\x67\x67\xe7\x80\x68\x7d\x1a\x6f\ \x57\x4a\xe7\xc4\xbd\xeb\xaf\x13\xdb\xb6\xb3\x83\x87\x48\x9c\xc6\ \x8f\x49\x69\x33\x5a\x3c\x66\x64\xde\xc9\x63\xfb\xb6\xef\xdc\xb9\ \xff\x68\x6d\xd2\xd5\x08\x43\x03\x4d\xfc\x0e\x21\x3d\xf8\x6d\x16\ \xd2\x1f\x73\x4a\xcf\x98\x46\x80\xc1\x46\xf5\x21\x39\x39\xe7\xac\ \xa3\xb3\x7b\xcb\xd6\x9d\xf9\x79\x39\x8c\xb3\x13\xd5\x75\xb5\xf5\ \x8d\xe3\xc7\x8e\xf2\x7d\x39\x80\x5e\x43\x88\xdc\xdc\xf8\x69\xee\ \x52\x22\xe4\xc2\x0a\x04\x38\x12\x11\x49\xdf\xf3\xa5\xf2\xed\x84\ \xed\xb3\x48\x24\x38\xb8\x69\x03\x22\x43\x24\xad\xb3\x0f\xf4\xdc\ \x4f\x8d\x73\xe3\xf8\x71\x00\x70\xe6\xcd\x03\x44\xea\x9f\xe7\x33\ \x1e\x99\x94\xf2\xb1\xc7\x1e\x9b\x38\x71\xa2\xeb\xba\xd5\xd5\xd5\ \x9b\x37\x6f\xde\xb3\x67\x4f\x5e\x5e\xde\x83\x0f\x3e\xe8\xba\xee\ \xe0\x27\x7b\xca\xc0\xb6\x60\x01\x05\x02\xfc\xf0\x21\x39\x63\xfa\ \x60\xb5\x1c\xb9\xc0\x64\xe3\x53\x8f\xfe\xe8\x98\xcc\x81\xf6\x16\ \x19\x3c\x78\xa0\xba\xed\x0b\xf7\x5d\x17\xe7\x19\x37\xf9\xe9\x7e\ \xf2\xdf\x07\x0f\xff\xfd\x21\xfc\x93\xdc\x3b\xfa\x67\x1c\x3e\x45\ \x17\x1a\x02\x01\x12\x00\xd2\xd9\x32\x11\x9d\xd2\xe5\x3a\xbb\xba\ \x82\xc1\xc0\x55\x57\x2c\xf6\xa5\xac\x6f\x68\x7e\x6f\xd3\x07\x89\ \x64\x6a\xd0\xb0\x49\x2a\x3d\x6a\x44\xd9\xa4\x09\x63\x07\x24\x79\ \xe4\xc2\xef\x6d\xd9\xb1\x61\x77\x6b\x42\x19\x81\xc8\xf0\xb1\x53\ \xa6\x8c\x2b\xae\xdf\xf6\xea\x1b\x47\xc3\x9f\xbb\xff\x1a\x4b\x4b\ \xe4\x9c\x21\x20\xc3\xce\xea\x9d\xdb\x6b\xd9\xe2\x65\x73\x43\xda\ \x91\x1a\x18\x03\xa5\x34\x20\x72\xc6\xb4\x52\xc0\x18\x67\x0c\x80\ \xb4\x52\x9a\x80\x71\x9e\xd9\x12\x94\xd6\x00\xc8\x39\x47\x84\xfe\ \xb7\x97\x34\x27\x6f\x6c\x04\xce\xfd\x8a\x0a\x38\xbd\x91\xc1\xc0\ \xf3\x42\xc4\x78\x3c\x3e\x62\xc4\x88\x67\x9e\x79\x26\x1a\x8d\x16\ \x14\x14\xfc\xfc\xe7\x3f\x07\x80\xaf\x7d\xed\x6b\x86\x71\x8e\x66\ \x44\xbe\xaf\xcb\xcb\xc1\xb2\xb0\xa6\x16\x4e\x0f\xbb\xe4\x9c\xb5\ \xd5\xec\xae\xf2\x2b\xff\xf4\x2f\xef\xdc\xf4\xab\xe7\x87\x5d\x3e\ \x6f\xdf\x4b\xab\xf6\x37\x5f\xb6\x64\x44\x44\xab\xd3\xae\xfe\xf1\ \xfd\xe4\xe7\xe2\xe1\xe7\xc2\x43\x96\xb1\xff\x5e\x35\x42\xc3\x30\ \xaa\x6b\x1b\x56\xbf\xb3\xc1\xf7\x7d\xc6\x58\x59\x69\x89\xd6\x84\ \x83\x78\x71\x4f\x6f\xef\xde\x03\x87\xa7\x4d\x9e\x38\x00\x72\x66\ \x98\xa9\xa6\x83\xaf\xbf\xb5\x69\xea\xe2\xa5\x3c\xd5\xbc\xea\xa9\ \x0f\x6a\xaf\xbb\x6f\xd9\x84\xcb\xae\x2e\xd1\x82\x14\x17\x98\xec\ \x6a\xed\x4a\x7a\xd1\xfc\xc2\x64\x7b\xd5\x07\x5b\x92\x65\x15\x25\ \x85\xd1\x60\x34\xc0\x6c\x1f\x22\x91\x10\x4a\xa7\x3b\xed\x87\x22\ \x11\x74\xd3\x9d\x3d\x3d\xb6\xcf\x72\xf2\xf3\x63\x61\x33\xdd\xdd\ \xd6\xd1\xe3\x46\xf2\x8a\x72\xc2\x02\x80\x92\x5d\x2d\x5d\x49\x2f\ \x18\xcd\xc9\x89\x86\x2e\xe5\x96\x4e\x8c\xb1\xae\x2e\x62\x4c\x15\ \x17\xe3\x59\x69\x64\x19\x55\x7c\xed\xda\xb5\x5b\xb7\x6e\xed\xed\ \xed\x1d\x37\x6e\xdc\xdd\x77\xdf\x5d\x58\x58\x78\xe0\xc0\x81\x97\ \x5e\x7a\xe9\xad\xb7\xde\x7a\xf7\xdd\x77\x6f\xbd\xf5\xd6\x09\x13\ \x26\x0c\x46\x0a\x02\x90\x94\xaa\xb4\x9c\x4c\x93\xb5\xb7\x11\x63\ \x70\x3a\x1f\x95\xd2\x37\xac\x00\x07\xf2\xdd\x64\xd5\xc1\x83\xcd\ \x36\x4e\x0b\x1a\x70\x3a\x4f\xca\xe8\x0b\xbf\x7b\xc3\xdb\xf9\x7c\ \x7a\x51\x60\xfe\xd3\xb1\xba\x7d\x58\x82\x0a\x0c\x29\xae\x13\x69\ \x29\x55\x6e\x3c\x36\x7a\xe4\x70\xd7\xf5\x86\xb2\x0a\x61\x5e\x6e\ \xec\xc0\xc1\xa3\x4a\xab\x41\xdb\xb1\xd6\x4a\x85\x8b\xc7\xaf\xb8\ \xf1\xd6\xf2\x88\xbf\xe9\x99\xef\xbc\xba\xed\xf0\x38\xcf\x7e\xe3\ \xa0\xf8\xea\xc3\x37\xd4\x6e\x7b\xfd\xe5\x77\xf6\x68\x23\x34\x66\ \xce\x55\xd3\x73\xc2\x5e\xfb\xee\xd5\xaf\xbe\x3c\x6e\xce\xb2\x4a\ \x3c\xf8\xfa\xbe\xc0\xe7\xbf\x70\x67\xb0\x69\xcb\x2f\x9f\x3b\x78\ \xfb\x57\xbe\xd0\xb5\xe6\xc9\x57\xf6\x76\xe5\xe4\x97\x5e\x71\xc3\ \xcd\xe5\x27\x77\xbc\xb8\x6a\x87\x64\x60\xeb\xf8\x0d\x77\xdd\x93\ \xd7\xb2\xf1\x99\xb7\x76\xb1\x40\xb8\x78\xec\xec\xab\x97\xcf\x0a\ \x29\x79\xa9\x72\x73\x02\x40\xc7\x01\xce\x55\x34\x8a\x83\x78\xf2\ \xc0\xf3\xd2\x5a\x97\x97\x97\x6f\xde\xbc\xb9\xb9\xb9\xf9\xeb\x5f\ \xff\xfa\xcc\x99\x33\x5d\xd7\x5d\xb1\x62\x45\x7d\x7d\xfd\xea\xd5\ \xab\x97\x2e\x5d\x9a\x9b\x9b\xab\x94\x3a\xed\xf9\x02\x80\x54\x14\ \x8d\x82\x61\x80\xed\x9c\x51\xd7\x40\x49\x19\x2f\x9d\x32\x7f\x56\ \x3b\xf8\x2a\x12\x75\x5e\x7f\x77\xf7\x82\x9b\xef\x9e\x98\x1f\xf0\ \x95\x24\x3a\xe5\x3f\xfb\xf8\x9c\x7c\x48\xc9\xfc\x5c\xe2\xfa\xc5\ \xeb\x5d\x3b\x75\x6b\x9f\x24\xc2\xcf\x0d\x72\x80\x53\x28\x87\xfe\ \x37\x99\x71\x6a\xad\x73\x72\xa2\x15\xc3\xcb\x6d\xc7\x19\x12\xe4\ \xa9\x54\xfa\xd0\xe1\x13\x83\xad\x32\x44\x04\x8c\x69\xa7\xeb\xd8\ \xe1\x03\x4d\xa9\xfa\x4d\x7b\x5a\xca\x17\x5e\xc5\xe9\xa0\x22\x93\ \x7a\x8e\xbf\xb9\x66\xd7\xd8\xeb\x1e\x5e\x31\x21\x47\xa3\x38\xb9\ \xe7\x50\x4e\xe5\xfc\x87\xbf\x70\x7b\xbe\xe1\x1d\xdd\xb0\x87\x20\ \x90\x99\x1a\x44\x44\xed\x77\xb4\xf5\x56\x2e\xbe\xfd\x9e\xcb\x2b\ \x29\xdd\xf6\xec\x4f\xd6\xc0\xe8\xab\x6e\x9a\x53\xbc\xfe\x99\x5f\ \xad\xd9\xbc\x7f\x01\x1d\xec\x0e\x8e\xfe\xca\xe7\x6e\xc8\x11\x20\ \x95\xaf\x2e\x5d\x46\xde\xaf\x40\x11\x28\x35\x18\x8d\x03\x0f\x28\ \x13\x86\x3c\x79\xf2\xe4\x86\x86\x86\x48\x24\x92\x49\x2e\x12\x42\ \x44\x22\x91\x60\x30\x38\x67\xce\x9c\xfc\xfc\xfc\x0c\xc8\x4f\x5b\ \x78\x08\x5a\x4a\x20\x02\x3c\xa5\xca\x0d\x80\x5c\xc4\x87\x5f\xbe\ \x64\xa4\xef\x3a\x73\xae\x7f\x70\xe6\x8d\x81\x78\x34\xa8\x7c\x7f\ \xc8\x6d\xf4\x77\x69\x78\x3b\x4f\xd8\x9f\x8f\x26\x7f\x21\x44\x6b\ \x12\x91\x26\x40\xf8\x04\xc3\xef\xfb\x0c\x00\xe7\x70\xa1\x9d\xc3\ \xf0\x96\xf9\x34\xe3\x98\x19\xb2\x05\x25\x22\x4a\x29\xe9\x74\xd3\ \x6b\x06\xa7\x6e\x57\xed\xfa\xb7\xdf\x8a\x06\xac\xf2\x85\xb7\x5d\ \xb1\x74\x42\xeb\xfb\x7b\x80\xb1\x74\x6b\x53\x2f\xe5\x4d\x9a\x58\ \x2a\x98\x07\x5c\x00\xf5\x73\x18\x4d\x40\x83\xe2\x2b\x33\xbf\x88\ \x5c\x08\xc6\xb9\xe1\xf9\x9d\x2d\x6d\x29\x1d\x38\xf2\xee\x9a\xa3\ \x6e\x7c\xf4\x98\xc2\xf0\xb8\x71\xd7\xd6\xbf\xf6\xf6\xe3\x8f\x3e\ \x36\x79\xe1\x15\x8b\xa6\x8f\x16\x74\xc9\xc2\x9c\x94\x52\xc1\x20\ \x28\x85\x9d\x9d\x2a\x1e\xc7\x41\x93\x9c\x21\xce\xf9\xca\x95\x2b\ \x57\xae\x5c\xc9\x18\xdb\xba\x75\x6b\x65\x65\x65\x28\x14\x6a\x69\ \x69\xd9\xb7\x6f\x9f\xe7\x79\x3f\xfe\xf1\x8f\xbf\xf2\x95\xaf\x4c\ \x9b\x36\xed\x0c\x3f\x14\x01\x42\x57\x37\x78\x9e\x0e\x85\xb4\x52\ \xec\x0c\x39\x5c\x4b\xc7\xf6\x09\x30\x18\x8e\x21\x92\xf4\x3c\xea\ \x7f\x34\x83\x9d\xe4\xbf\xb5\xb8\x7e\x3e\x3c\xfc\xcc\xdd\xe8\xbc\ \xbd\xe8\x17\x1a\xb7\xa7\x3e\x8c\x7d\xc2\x18\x07\xad\x49\x6b\xd2\ \x5a\xe3\xa0\x14\x3e\xd2\x5a\x69\xd2\x83\x16\x41\xdf\x39\x88\x5a\ \x67\x5e\xd2\xb9\xba\x53\x66\xce\xa1\xbe\xcf\xfb\x4e\x40\xad\x95\ \x94\x81\xa2\xc9\xf7\x7e\xfe\xa1\x22\x0b\x19\x6a\x8d\x52\x69\x22\ \xa5\xcd\x78\x9e\xa5\xda\x8f\x1d\x6f\x1d\x5e\x19\x55\x9a\x80\x0b\ \x37\xd9\x6b\xbb\xae\x0f\xca\x08\x86\x52\x1d\x2d\xdd\x29\xb7\x98\ \x48\x69\xa5\xb4\xce\x98\xdc\xa4\xf4\x80\x45\xe2\xb1\x60\x64\xea\ \xd2\xcf\x2c\xa9\xf4\xed\xb4\x24\x00\xc2\x9b\xee\x7f\xa4\x61\xd7\ \x9b\x8f\xbe\xf4\x4a\x71\xd9\xd7\xa7\x14\x32\xf7\x12\x15\xd8\xb5\ \x94\x32\x2f\x0f\xb5\x66\x4d\x4d\x7e\x6e\x6e\x26\x15\xbc\xef\xd1\ \x68\xad\xb5\xf6\x7d\x7f\xee\xdc\xb9\x53\xa7\x4e\xdd\xb0\x61\xc3\ \xea\xd5\xab\x1b\x1b\x1b\x4b\x4b\x4b\x0f\x1e\x3c\xd8\xd6\xd6\x76\ \xdf\x7d\xf7\x8d\x1c\x39\x32\x37\x37\xd7\xf7\xfd\x81\xf3\x33\x8f\ \x4d\x73\xce\x9a\x9b\xd1\xf3\x74\x51\x31\x28\x7d\x7a\xda\xd7\x20\ \xab\xaa\x94\xa7\xd6\xc9\xe9\xf0\xfe\x1d\x5b\xd7\xcf\x46\xf8\x47\ \x5a\xe3\x2e\x06\x90\x7f\x3a\x02\x7b\x9f\xf0\x70\x8a\x61\xf7\x31\ \x53\x38\x6d\xa7\x3f\x4d\x5c\x07\xa0\x0f\x11\x7e\x10\x40\xeb\x33\ \x39\xb9\xd6\xca\xf7\x7d\xa5\xa4\xe7\x4a\xad\x49\x04\x2d\x25\x7d\ \xcf\xb5\x21\x77\xec\x95\x97\x8d\x7d\xf5\xc5\x9f\x1e\x89\x47\xf3\ \xc7\xce\xbb\x72\xfa\xb4\x61\xfa\x89\x5f\xfe\xe0\x7b\x23\xa7\x2d\ \xba\x66\xce\xbc\x49\xb1\xc7\x7f\xf3\xa3\xef\xc4\x79\xc2\x16\xc3\ \x2d\x46\xd2\xf7\xa5\x52\x5a\x2b\x32\x0b\xaf\xb8\x7a\xde\xf3\x6f\ \x3d\xfd\xbd\x3d\x79\x96\x15\x5f\x7a\xf3\x4d\xfc\xe8\x3b\xeb\xf6\ \x9f\x44\x95\xce\xaf\x18\x9d\x13\x44\x5f\xa9\x4b\xd5\xfc\x4a\xbe\ \xef\x95\x95\x81\x52\xa2\xa6\x26\x3d\x7d\x3a\x77\x1c\xe8\x87\x59\ \xdf\xe3\x53\xaa\xa0\xa0\x00\x11\x1b\x1a\x1a\x2a\x2a\x2a\x52\xa9\ \xd4\xda\xb5\x6b\x27\x4e\x9c\x98\x4a\xa5\x3a\x3a\x3a\x56\xac\x58\ \x91\x4a\xa5\xce\xd0\xc9\x81\x48\x0b\xce\x8f\x9d\x00\xc7\x91\x23\ \x2b\xc0\xf7\xce\xbd\x0e\x4f\x2b\x0f\x87\x78\x0a\xea\xbf\x9d\x4e\ \x3e\x24\x43\x3e\x9b\x87\x0f\x19\x8c\x05\xbf\xbd\x83\xed\x53\x07\ \x79\x1f\xf7\xd3\x04\x80\x9f\xa4\x0b\x8d\xfa\x19\x2e\x69\x0d\x0c\ \x00\x98\xee\xe7\xef\x40\x03\x1b\xbd\x1e\xe0\x12\x99\x17\x00\x60\ \x3b\x6e\xca\xb6\xbd\xa1\x72\x63\x19\xc3\x44\x2a\xa5\x55\x1f\xaf\ \xef\xbb\x96\xe3\x84\x47\xcc\xba\xff\xee\xa9\x11\xe8\x43\x9f\xef\ \xb8\x45\x93\xaf\xb8\xb7\x92\x69\xc7\xab\x5c\x78\xc3\xe7\x46\x35\ \xb5\xf5\xd8\xc1\x9c\xc2\x50\x2c\xe7\xd6\x07\x3f\xd7\xd8\xd2\x6d\ \xc6\x0b\xcd\x60\xee\x8a\xbb\x1f\x9e\xd2\xd4\xea\x92\x88\xe7\xe5\ \xc7\x51\xcd\xbc\xfe\x6e\x65\xc5\x3c\xc7\x23\x82\xe2\x49\x97\x7f\ \xae\x78\xc2\xc9\x8e\x04\xb3\x22\x45\x16\xe0\x98\x19\x8b\xa2\x5d\ \x8a\x07\x8a\x87\x0d\x8b\x5a\x6a\xc8\x5e\x7c\x97\x08\xc8\x3d\xcf\ \x1d\x33\x86\x2c\x2b\xfc\xde\x7b\xbd\xd7\x5c\xa3\x11\xa1\xff\xd1\ \x64\x1e\x28\x63\x2c\xc3\xa8\x67\xcf\x9e\x3d\x7d\xfa\xf4\xba\xba\ \xba\x9f\xfe\xf4\xa7\x8f\x3c\xf2\x48\x5d\x5d\x9d\xeb\xba\xe9\x74\ \x5a\x29\x35\x10\xe8\xda\xf7\x8c\x18\x23\xcf\x37\xdf\x7d\x17\x10\ \xfd\x09\x13\xc8\xf3\xe8\x1c\x6e\xc8\xc1\xba\x2d\xe2\x00\xe0\x33\ \x08\xff\xb8\x3a\xf9\xb9\xc2\xda\x3e\x84\x87\x9f\xbd\x29\x5c\x14\ \x3a\xf9\xa7\x12\xfb\x45\x04\x19\xb9\x3c\xa3\x93\x63\xbf\xa7\x7e\ \xb0\x62\x3e\xd8\x50\xa0\xa4\x2a\x29\x2a\x6c\x68\x68\x7e\xfb\x9d\ \x8d\x8c\xb1\x21\xc7\x2c\x95\x9a\x34\xa1\x72\x70\x7b\x7a\xad\x15\ \x0f\x44\x4b\xc2\x19\x75\x1d\x01\x40\x2b\x6d\x86\x73\x8b\x23\x24\ \xa5\x92\xc4\x72\x4a\x46\xe4\x0d\x03\xd2\x4a\x2a\x65\xc5\x8a\xc6\ \xe6\x16\x93\x52\x52\xfa\xcc\x8a\x8d\xac\xcc\x01\xc8\x7c\xa4\xa3\ \xf9\xc5\x48\x4a\x2a\x8d\x00\x8a\x28\x94\x37\x6c\x6c\x41\x29\x10\ \x49\x29\x21\x56\x58\x99\x5b\xd2\x77\xa2\xd2\x70\xe9\x66\xc5\xa2\ \x94\x5e\x69\x69\x72\xf1\xe2\xf0\x86\x0d\xa2\xb5\xd5\x2f\x2a\x1a\ \xc8\x21\x1f\xac\x40\x31\xc6\x96\x2f\x5f\x9e\x59\xdb\x0f\x3e\xf8\ \x60\x30\x18\x9c\x3a\x75\x6a\x46\x98\x1f\x1c\xf4\xd6\xb7\x08\x38\ \x67\x1d\xed\xe6\x9a\xb7\x9d\xc5\x8b\xbd\x8a\x0a\x3c\xdd\x91\x3e\ \x18\x20\x03\x62\xf9\xe9\x27\x64\x3e\x42\x80\xf3\xd3\xc9\xcf\x86\ \xe2\x87\xf0\xf0\xc1\xff\x7e\x6c\xb9\x5d\x7f\xda\xb1\x13\x7d\xdb\ \x70\xff\x6d\x7c\xc2\x9c\x5c\x69\xad\x95\x46\xa2\xfe\xb0\xc8\xcc\ \x41\x95\xa1\x7e\x06\xae\x94\x52\x88\xa8\x00\x4c\xd3\x98\x37\x67\ \x7a\x6f\x22\x09\x00\x08\x78\x96\x0e\x40\x86\x21\x62\xd1\xe8\x99\ \x11\x17\x5a\x9f\xd1\x6f\x43\x6b\xaf\xff\x80\x56\x83\x3e\x53\x4a\ \x9d\x8a\xf0\xd0\x9e\x1c\x14\xee\xa1\x4e\x77\x0b\x9f\x76\xa6\x52\ \xd2\x87\x3f\x10\x22\x29\xbb\xaf\xb9\x26\xfe\xca\x2b\x91\x37\xdf\ \x6c\xff\xdc\xe7\x48\xa9\x8c\xbd\x33\xb3\x98\x07\x2c\xe7\x99\xe9\ \x8a\x46\xa3\x0b\x16\x2c\x70\x1c\xc7\x19\xe4\x0d\x19\x2c\xdb\x03\ \x00\x31\x96\xb7\x7e\x83\x51\x5d\xd3\xfb\x57\x7f\xa5\x01\xf0\x1c\ \xd6\x96\xb3\x5f\x67\x5e\xf4\xe7\xb7\x12\x00\x7e\x7c\xc3\xdb\x19\ \x3c\xfc\x0c\x6c\x0f\x19\xa3\xf7\xe1\x68\x3f\x2f\x31\xfe\x13\x04\ \xb9\x52\xda\x73\x5d\x00\xf4\xce\x5d\x6a\xeb\x77\x0e\x72\xc6\x98\ \x52\x8a\xb4\xd2\xa4\x91\x18\x92\xee\x6f\xd9\xa4\xb5\xd2\x19\xd3\ \x9b\x26\x62\x00\x4a\xf5\x89\xeb\x99\x65\x84\x88\xb9\x39\xf1\x0f\ \xf9\x65\xdf\xff\x83\x01\xdc\xa7\x23\xb1\xfb\x89\xf9\xf3\x53\xf3\ \xe6\xe5\xff\xea\x57\xdd\x57\x5c\xe1\x95\x96\x31\xcf\x15\x42\xf8\ \x52\xa6\x52\xa9\x48\x24\x32\x98\x6f\x29\xa5\xce\x78\x1c\x99\xe7\ \xd8\x9b\x48\xf4\xa5\xac\x18\x86\x68\x6a\x1a\xfe\xcc\x33\xfe\xcc\ \x99\xe9\xcb\xaf\x20\xdf\xa7\xfe\x67\x7d\xc6\x63\x3d\xe3\xe0\x80\ \x1e\xfe\xdb\x65\xa1\x7d\x88\x8c\x4d\xa7\x19\x7b\xb5\x52\x52\xfa\ \xfe\x80\x49\x7a\x30\xc4\x07\x7f\x05\xcf\xd1\xb1\xe0\x82\xd2\xd8\ \x32\x85\x1c\x87\x8f\x18\x0e\x04\x45\x45\x45\x9f\x94\xd9\x8d\x18\ \x32\x44\x70\x1c\x9b\x34\x01\x43\x44\xc6\x90\x21\xc3\x8c\xf9\xdc\ \x4e\xa7\x33\x26\x34\x44\x90\xd2\x77\xec\x74\xb6\x32\xcc\x05\x64\ \x63\xb7\xac\xba\x07\x1f\x18\xfb\xa7\x7f\x56\xf4\x83\x1f\xd4\xfc\ \xed\xdf\x28\x44\x4e\x14\x8f\x46\x1a\xea\xeb\xa4\x94\x1f\xa1\xad\ \x10\x11\x51\x28\x1c\x2e\x29\x2e\x4e\x3b\x36\xba\x4e\xc9\x4f\x7e\ \x62\xd6\xd5\xd7\xff\xe5\x5f\xa6\x18\x60\x57\x27\xd0\x50\x3f\x30\ \x88\x7d\x9f\xc6\xc6\x33\xff\x23\x22\x20\x17\x1c\x0f\x1d\x3c\x70\ \xfe\x52\xfa\x19\x07\xf5\x80\xc5\x36\x63\x2e\x92\x5e\x7e\x41\xc1\ \x40\x26\x03\x9e\xf6\xdf\x45\x49\xa6\x69\x65\xcc\x9c\x9f\xe4\x45\ \xa5\x1c\xba\x0e\x34\x32\xcc\xe8\xea\x19\x29\x0c\x19\x66\x63\x85\ \x2f\x30\xd5\x1c\xc0\x34\x8b\xfe\xeb\x07\x91\x7f\xff\x8f\x96\x7f\ \xf8\xbb\xe4\x1f\x7d\x09\x7d\x1f\x95\xca\x84\xa8\x9e\xdf\x0f\x20\ \x09\xae\x0d\x23\xf4\xf8\xe3\x25\x7f\xff\x8f\xe9\xaf\x7e\xa5\xe5\ \x2f\xff\x9c\xa4\xc4\x4c\xc0\x06\xfd\xd6\x82\x2d\x63\xac\xa3\xa3\ \xed\xbf\xe5\x27\x1f\xcc\xad\xb5\xd6\xa6\x65\x95\x95\x8f\xb8\x34\ \x93\x99\xb3\xf9\x97\x59\x3a\x1f\x32\x84\xfe\xeb\xbf\x51\x0d\x8d\ \x25\xff\xf9\x5d\x59\x50\xe4\x7d\xe1\x11\x08\x04\xc0\x71\xcf\xf7\ \xeb\x96\x09\xbe\x6f\xfc\xfa\x37\xc6\xff\xfd\x96\xba\xe9\x26\xfc\ \xfb\x7f\x18\x96\x9f\x07\xbe\xfc\xd8\xc3\x11\x42\xd8\x76\x5a\x60\ \x26\xd3\x98\xfa\xe3\x97\x32\x5d\xb1\x10\x10\x50\x93\xa6\x7e\x5e\ \x7d\x0a\xe4\x83\x97\x7b\x46\xf4\xcf\x58\x87\xfa\x82\xe6\xa5\x52\ \xbf\x7b\x90\x33\xc6\x3e\xcd\x5c\x47\x64\x82\xa3\x54\xd9\x4a\x0c\ \x59\xfa\x28\x52\x12\xa2\x11\xfb\xbb\xdf\x09\x30\x66\xfc\xd9\x9f\ \xd1\x8e\x1d\xee\xdf\xff\x1d\x55\x56\x82\x94\xe0\xfb\x70\x2e\x73\ \x32\x63\x60\x18\x20\x04\xd6\x54\x9b\xff\xef\xdf\x8c\x9f\xff\x42\ \xde\x74\x93\xf3\xfd\xff\xa2\xdc\x1c\x18\x2a\x4e\xf9\xb7\x65\xcc\ \xe2\xbd\x57\x7e\x33\x6e\xf4\xe8\xf2\x61\x25\x9d\x9d\xed\x1b\xb7\ \x6e\xed\xea\xee\x30\x38\x23\xad\x91\xb1\xe1\x23\x47\x2f\x5c\x7c\ \xc5\xc8\x71\x53\x88\x87\x88\x19\x1a\x88\x10\x3c\xdb\x09\x18\x78\ \x68\xcf\xf6\x4d\xeb\xdf\x06\xe5\x21\x66\x5c\xf1\xa4\x94\x5e\xbc\ \xe2\x4e\x64\x0c\x7e\x2b\x30\x20\x5a\x81\x90\xc1\x91\x88\xb4\xf2\ \x3d\xcf\x57\x67\x61\x19\x01\xa4\x94\xd8\xdf\x0f\xe4\xbc\xf6\xd3\ \x40\x90\x6b\xdf\x71\x65\xa6\x49\x90\x25\xd0\x57\x60\x0a\x70\x6c\ \x57\x11\x20\xe7\x41\xcb\x94\xbe\x14\xa6\xf0\x1d\x47\x6a\x4d\xc0\ \x02\x81\x00\x28\x1f\x84\x09\xbe\xe3\x4a\x0d\x04\xc2\x0a\x18\xa8\ \x1c\x9f\x30\xd5\xb4\x66\xe3\x81\x49\xcb\xaf\x1d\x1d\xd6\x49\xc7\ \x03\x02\x26\x2c\xcb\x44\xdf\x27\xd3\x40\xc7\x76\x35\x10\xa0\x08\ \x04\x4c\xe5\xfb\xdc\x30\x94\x6b\x7b\x1a\x10\xd0\x0c\x04\x50\xf9\ \xc0\x0d\x50\x9e\xeb\x29\x42\x10\x46\xc0\x64\xca\xf5\xc9\x0a\x18\ \x9e\x6d\xf7\xc7\x79\xb2\x40\x28\xa0\x3d\xc7\xf5\x15\x37\x03\x01\ \x01\xb6\xed\x64\x76\x53\x64\x46\x20\x60\xf8\xb6\x2d\x81\x07\x43\ \x41\x8e\x40\xa4\x95\xf4\x3d\xcf\xd7\x04\x80\x2c\x10\x0c\x0a\x86\ \x44\x5a\x4b\xe9\x7a\x5e\x36\xe9\xfb\xd3\x27\xcf\x83\x78\xdc\xf9\ \xee\x77\x68\xec\x58\xf3\xdf\xff\x5d\xac\x7b\xd7\xfb\xca\x57\xfc\ \xdb\x6e\xa7\x8a\x11\x14\x0e\xa3\xe7\x81\x94\xd0\xef\x09\x07\xce\ \xc9\x34\xd1\xf3\xb0\xae\xce\x58\xb9\xd2\xf8\xe1\x0f\x59\xf3\x49\ \xef\x2f\xff\xd2\xfb\xd3\x3f\xa5\xdc\x1c\x70\xdd\xdf\xc9\x88\xf8\ \x95\xf3\xa6\x9a\x8c\xc2\x01\x23\x1e\x8b\xc4\xe3\x11\xdf\x49\xf7\ \x76\x75\xa4\x7a\xbb\x5a\x5a\x9a\x12\xc9\xc4\xa8\x51\xa3\xcb\x2a\ \xc6\x18\x66\x08\x19\x47\xc6\x4c\x43\x30\x24\x43\x60\x43\xed\xb1\ \x43\xfb\xf6\xf8\x6e\x52\x7a\x29\xcf\xb5\x7d\xd7\x76\x9d\xd4\x98\ \x89\xb3\x8b\x4b\xca\xce\xd0\x27\x4d\xd3\x34\x4d\x73\xc8\x82\x15\ \xc8\x18\xfa\xc9\x4d\xaf\x3d\xf9\xca\xdb\x9b\x76\xec\xde\x5b\xd3\ \x9a\xcc\x29\x2e\xcb\x0d\x32\xa5\xc1\x30\x2d\xcb\x34\x38\x02\x31\ \xae\xba\x6b\x5f\x7c\x65\x5d\xc1\xf8\x69\xc3\x22\xc2\x97\x0a\x99\ \xb0\x2c\xd3\x10\x9c\xb4\x1e\x4a\x29\x45\x21\xd4\xce\xb7\x5e\xd9\ \xd5\x6e\x8c\x1b\x59\x80\x4c\x24\x6a\xb6\xac\xdc\x50\x2d\xd2\xd5\ \x6f\x6f\xaf\xaf\xa8\x1c\x15\x14\x48\xa9\xa6\xd7\x57\xbe\xe3\x0a\ \x7f\xe3\xea\x4d\xc1\x11\x63\xf3\x82\x86\x81\xce\xfb\x6f\xbd\x56\ \x95\x64\x35\x1f\xbc\x5d\x87\x65\xa3\x8b\x42\x28\x44\xed\xb6\xd5\ \xef\x1c\xe8\x19\x3f\x69\x54\xdb\x9e\x55\x2f\x6e\x3e\x19\xd7\x8d\ \xbb\x9b\x70\xdc\xc8\x62\xce\x45\xb2\x7e\xf7\xeb\xeb\x0e\xa0\x3c\ \xb9\x76\xc3\xb1\xe1\x13\xc6\x58\xc8\xb9\xd7\xfc\xc6\x6b\xef\xa4\ \x49\x6d\x5d\xb7\x9e\x8a\xc7\x97\x84\x91\x09\xbd\xfd\xad\x95\x47\ \x13\x54\xbf\xe3\xbd\x1a\x3f\x6f\xd4\xb0\x18\xe7\xbc\x79\xdf\xda\ \xb7\xf6\xf6\x94\xc6\xec\x37\x5f\x7b\x2f\x3a\x6a\x6c\x8e\x89\x9a\ \x98\x80\xc4\x3b\x2f\xbf\xd6\x6a\x16\x55\x94\xe4\xb6\xec\x7d\xf7\ \xcd\x9d\x4d\x23\x2b\x47\x59\xa0\x40\x58\xaa\xf3\xf8\x6b\xaf\xbf\ \x67\x55\x8c\x8f\xab\xe6\x37\x9e\x7e\x7a\xd5\x7b\x5b\x76\xed\x39\ \xd0\xd4\x2d\x8b\xca\xca\xc2\x06\x47\xb7\xf5\xed\x97\x5f\x78\x7d\ \xcd\x86\x9d\x7b\xf6\xd7\xb6\x3b\xf9\xc3\x4a\x63\x16\xcf\x56\x77\ \xb8\x00\xf8\xb9\x02\xcb\x52\x4b\x97\xaa\xcb\x16\xb2\x63\xc7\xcd\ \x47\x1f\x35\x5e\x7c\x91\xed\xdc\xc1\xba\xba\x31\x9d\x06\xc6\x30\ \x10\x40\xad\xb1\xad\x8d\x1d\x3a\x64\xac\x59\x6b\x7e\xf7\xbb\xd6\ \x3f\xfd\xb3\xf1\xc2\x0b\x6a\xc6\x4c\xe7\x3b\xff\xe9\x3f\xfc\x30\ \x58\x16\xfc\x2e\x7c\x3a\x8c\xb1\xae\xae\x0e\x66\x9a\xcc\x34\x59\ \x30\x68\x96\x0e\x2b\x99\x32\x69\xc2\xf4\xa9\x53\x4a\x8a\x8b\x72\ \x72\xe2\xc1\x40\xc0\x73\x9c\xc6\xc6\xe6\xee\x8e\x0e\x26\xb8\x56\ \xca\x77\x5d\xd0\x52\x30\x05\xda\xf3\x6d\x9b\x33\xe2\x82\x09\xce\ \x05\xcf\xfc\x2b\x86\xbc\x46\x43\x43\xc3\xf6\xed\xdb\x13\xc9\xe4\ \xd9\x15\x88\x10\x19\xb8\x9d\x1b\xd6\x6f\x61\xc5\x63\xa7\x8e\x1f\ \x91\xae\xda\xf4\xdd\x6f\xff\x68\x6f\xab\x6f\xa2\x7b\xe2\xc0\xae\ \x8d\x1b\xb7\x1c\xa9\x6f\x47\x61\x82\xdb\x7b\x64\xf7\x96\x8d\x1b\ \x37\x6c\xda\x75\xd4\x05\x81\x5e\xf7\x81\x1d\x5b\x3e\xd8\x75\xb8\ \xd7\x03\xce\x86\x32\x51\x63\x20\x3f\x98\x5e\xf5\xc2\xcb\xc7\x7a\ \x78\x88\x27\xde\x7e\xe9\xd5\x7a\x2f\x54\x5e\x1a\x3f\xf4\xf6\x4b\ \xef\x1d\x6e\x0f\x86\xcc\x43\xeb\x56\xbe\x77\x22\x5d\x56\x56\x9a\ \xaa\xda\xf8\xc2\x9a\x7d\x46\x28\xdc\x75\x74\xf3\xcb\x6b\x0f\xc4\ \xcb\x86\x87\xbd\x86\x57\x5e\x58\xd5\x85\x61\x91\xac\x7e\xe5\xe5\ \xb7\xd3\xc1\xfc\x20\xa5\xf6\xed\x3a\x52\x3e\x7b\xd1\xf8\x62\x78\ \xe7\x85\xe7\x0e\x75\xa9\x20\x4f\xad\x5f\xf9\xe2\x91\x54\x78\x44\ \x69\xee\xb1\xcd\xaf\xaf\xde\xd5\x12\x8e\x88\xa3\x1b\xdf\x58\xb7\ \xbf\xa3\x74\x64\xb9\x5d\xb3\xed\xc5\xb7\xb6\xe9\x50\xcc\xae\xd9\ \xf2\xf2\xda\x3d\xa1\xa2\x11\x79\xd4\xf4\xc2\x73\x6f\xb4\x7a\x96\ \xe9\x36\xad\x7c\x71\x75\x3a\x94\xa7\xbb\x4f\xbc\xfc\xcb\x47\x5f\ \xd8\x70\x9c\x99\x86\xb0\xcc\xb6\xfd\x6b\x1e\xfd\xe9\xd3\x7b\x6a\ \x3b\x85\x69\xb5\x1c\xdc\xf0\xf3\x9f\xfd\xe2\x83\x63\x9d\x86\x69\ \x5a\x5c\xee\x7a\xe7\xb9\x5f\x3c\xf9\x5a\x7d\x92\xe9\x44\xcd\xba\ \x4d\x87\xf2\x46\x4d\x99\x38\xaa\xb0\x71\xfb\x6b\xff\xf1\xbd\x27\ \x1a\x6c\x6e\xb8\xcd\x1b\x37\x6e\x37\x86\x4f\x9d\x32\x66\x58\xd7\ \xa1\xb5\xff\xf9\x9d\xc7\x8e\x76\x4a\x83\x67\xed\xed\x17\x00\x49\ \x09\x9e\x27\x97\x2e\xb5\x9f\x7d\x26\xfd\xea\x4a\x79\xc3\xf5\x7c\ \xeb\x56\xeb\x7f\xfc\x8f\xe0\x2d\xb7\x46\xa6\xcf\x88\x0c\x1f\x11\ \x19\x3e\x22\x32\x6d\x7a\xe8\xa6\x9b\xad\xbf\xf9\x1b\xb1\x61\x83\ \xba\xfa\x4a\xfb\xa5\x17\xec\x17\x5f\x90\x57\x5d\x05\xbe\x0f\xbf\ \x53\x7f\x27\xbf\xe5\xca\x05\xf9\x79\xf1\x60\xc0\xd0\xd2\x57\x52\ \x69\x2d\x53\xc9\x84\xe7\xbb\x9e\x54\x65\xe5\xc3\x67\xcc\x9e\x57\ \x5a\x5e\xc1\x0d\x33\x95\x48\x0a\x01\x9c\xb9\xa0\x1c\xad\xdc\xaa\ \x23\x07\x4f\x36\x37\x70\x86\x0c\x81\x33\xcc\xf8\xe5\x46\x4d\x98\ \x59\x34\x88\x93\x9b\xa6\x59\xdf\xd0\xf0\xcd\x6f\xfe\xe3\xcf\x7f\ \xf1\x8b\x9e\xde\x9e\xc5\x8b\x16\x9d\xe9\xd3\x63\x0c\x9c\xae\xad\ \x3b\x8e\xcd\xbb\xf9\xee\x2b\xe6\x4c\x9d\x39\x7b\x7a\x72\xef\xeb\ \x6b\x6b\x22\xcb\xa6\xc6\xb7\x6d\xfa\xa0\xba\xee\xc4\x86\xf5\x1f\ \x60\xd9\x94\x31\x51\xfb\xfd\x8d\xef\x77\xfb\x60\x53\xb8\x72\x98\ \xb1\xe6\xb9\x27\xb6\xd7\xf6\xb6\x1c\xd9\xb6\xa3\xd6\x9d\x38\x75\ \x7c\x10\x14\x01\x08\xd3\xb2\x4c\x93\x33\xd0\x4a\x6b\x82\xa2\x51\ \x63\xbd\xa3\xef\x6e\x69\x0b\x17\x27\x77\xbe\x79\x24\xf0\xd0\x83\ \x37\x97\x14\x14\x17\x41\xdd\xab\xef\xd5\x8d\x2d\xd7\x2f\xae\xdc\ \x7d\xe5\xfd\x0f\x4d\x2d\x2b\x18\x39\xcc\x7c\x67\xe5\xda\xc8\xff\ \xcf\xde\x5b\xc7\xd9\x71\x5c\xf9\xe2\x45\x0d\x97\x86\x99\x49\x83\ \xd2\x8c\xa4\x11\x33\x5a\x4c\x96\x0c\x71\xe2\xd8\x8e\x93\x75\xb2\ \xfb\x36\xfb\x76\xf7\xbd\xe5\xfd\xed\xbe\x7d\xbb\x81\x17\x36\x24\ \x66\xcb\x92\x2c\x30\x48\x96\x2c\x66\xe6\x11\xe3\x8c\x06\x34\xcc\ \x70\xb1\xbb\x8b\x7e\x7f\xf4\xcc\x68\x24\xcb\x89\xe5\x38\x8e\xb3\ \x9e\xe3\xf9\xc8\xf7\xf6\xed\xae\xee\xae\xaa\x53\xe7\xd4\x81\xef\ \xc9\xce\x38\xf7\xd1\x26\xf7\x84\xaf\xcd\x1f\x91\x96\x92\x9e\x5c\ \x75\x64\x6b\xad\x92\x4a\xaf\xef\xbe\x04\x4a\xbe\xb5\x7c\x12\xec\ \xbc\xb1\x69\xf7\x95\x91\xb3\x16\x8d\x1c\x96\x23\xaa\x8f\x1e\xaa\ \xc6\x29\xf2\xc6\x96\xf3\xec\xc9\xa7\x96\x25\xc7\x26\x24\xaa\xcd\ \x9b\xf7\x5e\xcf\xca\xd0\x3f\xda\x74\x6c\xc2\xe3\xcf\x8c\x4c\x8b\ \xcb\x48\x71\x1e\xda\xb2\x53\xcf\xc8\xbc\xb4\x7d\x23\x1a\xfe\xf0\ \xb2\x71\x59\x71\x69\xa9\x8d\x27\xb7\x55\x80\x64\x72\x6b\xcf\xa9\ \x40\xee\x73\x5f\x9f\xd6\x79\xf3\xe4\xad\x36\xe6\x6d\xef\x49\x19\ \x3e\x36\x55\x69\xde\xb8\x7e\x6b\xc0\x11\x19\x95\x94\x5b\x5a\x94\ \x70\xf3\xdc\x99\xae\x90\xe8\xf2\x8a\xe2\x51\xc3\x65\xe3\xd9\xf7\ \xf6\x94\x69\x9e\xc8\x8c\xc2\xb1\x19\x5a\xd3\x89\x2b\xbe\xb9\x8f\ \x3d\x3e\xae\xb8\x60\xf4\xc8\xdc\x8a\xbd\xeb\x2f\x8b\xec\xb1\x69\ \xe2\xc4\xb9\xfa\xf1\xcb\x9e\x9c\x5a\x32\xa4\x74\xf4\xf0\xd6\xe3\ \x9b\x8f\xb5\x87\x8f\x1f\x9e\x85\x04\x1b\x94\xe6\x5f\x0a\x73\x2d\ \x63\x00\x63\x99\x9b\x4b\x17\x2f\x66\x2b\x56\xf0\x87\x1e\xe2\x53\ \xa7\xf2\x49\x13\xf9\xc4\x49\x7c\xda\x34\x36\x77\x0e\x5b\xb1\x82\ \x3e\xfb\xac\xf5\xb7\x7f\x43\xbf\xf1\x0d\x99\x33\x04\x00\x00\x3f\ \x57\xf6\xb6\x25\x39\x01\x10\x50\x46\x03\xc1\x80\xaa\x10\x18\x0a\ \x05\x7d\x3e\x4d\xd5\x1c\xba\xc3\xe1\x70\xf4\x78\xfd\x3d\xde\x6e\ \x46\x2d\xc9\xa9\x61\x04\x3c\xee\x70\x66\x78\xa9\x69\x48\x46\x83\ \x41\x2f\xec\x05\xa1\x80\xfd\xd9\x91\xf7\x6e\x8c\x15\xa5\xae\xb6\ \xf6\xda\xb5\x6b\xba\xae\x9f\x3d\x53\x66\x9a\xa6\xae\xeb\xf7\x8b\ \x78\x91\x8c\x52\xcb\x34\x04\x09\x2b\x1c\x5a\x70\xf4\x48\x85\x4f\ \x9d\x34\x72\xf4\xe8\xe4\xae\x6e\xd9\xb2\xe9\xfc\xd5\xaa\x89\x53\ \x35\xe4\x49\x5b\xf6\xcd\xef\x96\x24\x6a\xe5\x07\xde\xda\x7b\xc9\ \xbf\xf0\xb1\x19\xe1\xc1\x4b\xab\x3e\xd8\x77\x65\xf2\xd4\x69\x99\ \x8a\x69\x59\xd5\x17\x8f\xde\x6a\x0e\x45\x24\x64\x0c\x2d\xcc\x52\ \x25\xb3\x80\x67\xce\x8a\x65\xe5\xbf\x5c\xf9\xff\x4e\x46\x2c\x79\ \xfa\x2f\xd2\x9c\x3c\x18\x92\x05\x33\x1e\x1e\x75\xf3\xf9\xff\xf8\ \xaf\xb2\x31\x0b\x9f\x9c\x94\x1d\x16\x0c\x06\xc3\x72\x26\x2e\x9d\ \x78\x63\xd5\x0f\xff\x6f\x44\xf1\xdc\xbf\x9a\x9e\xc7\x43\x01\xe8\ \x4a\x5b\xf6\xf0\xb4\x5f\xbe\xf9\x8b\xb3\xae\x21\x4f\xfd\xe5\xec\ \x70\x45\x54\x5d\x29\xf3\x79\xb2\x0b\xd3\x74\xc3\x90\xd3\x97\xad\ \xb8\xf6\xc2\x6b\x3f\x28\x73\x2f\x7c\xe6\x2f\xb2\xc3\x64\x30\x68\ \xe5\x4c\x5c\x34\xe9\xf2\x0b\x3f\xfd\xe1\x2b\xb9\x33\xbe\x3e\x35\ \x3f\x2a\x14\x0c\x3a\xd3\xc7\x3c\x3a\xfd\xd2\x2b\x3f\xff\x51\x44\ \xd6\x84\x3f\x9f\x59\x2c\x42\x41\xa1\x26\x2e\x7f\x74\xee\x2f\x7f\ \xf3\xc2\x05\x67\xc6\x93\xdf\xfd\x7a\x38\x30\x2b\x3a\xbd\x31\xc5\ \x33\x72\x61\xf9\xb1\x93\x97\xc3\xe3\x2b\x6b\xd5\x82\x45\x53\x42\ \x65\x5d\x7e\x0e\x8c\x6e\x2f\x1b\xf9\xd0\x52\xeb\xe2\x81\x93\x15\ \x8d\x91\xe7\x8f\x38\x86\xce\x9b\xd4\x79\xa6\xab\xcb\x0b\x23\x10\ \x90\x82\x51\x6a\x1a\x0c\xbb\xa2\x87\x0e\x4d\xd9\x7a\xab\x8e\x8f\ \x8f\x05\x40\x32\x6a\x59\xa6\x04\x24\x7c\xc4\xf0\xe4\x93\x97\xea\ \xfd\x14\x85\x0d\xb2\xd7\x97\x4a\x75\xe7\x1c\x02\x20\x63\x62\x78\ \x62\xa2\x24\x04\xc0\x01\xfa\xa7\x14\x80\x31\xc8\x18\x0c\x06\xff\ \x70\x8f\x80\x9c\x2e\xb7\x80\x48\x22\x6c\x71\xe1\xf3\x05\x7c\x01\ \x83\x4b\xa8\x68\x2e\xac\xea\xed\x9d\x9d\xdd\x5d\xdd\x9d\xed\xad\ \x50\xf2\xd6\xa6\xfa\x6b\x17\xcf\xb6\xd4\xd5\x04\xbd\xdd\xde\xee\ \x2e\xc1\x39\xc4\x58\x40\x28\x11\x66\x02\x20\xac\x48\x89\xef\xe1\ \x5f\xd3\x34\xf3\xf2\xf2\xa6\x4f\x9f\xee\x70\x38\x96\x3f\xbc\xcc\ \xe1\x70\x7c\x42\xb0\x2a\x44\x08\x61\x4c\x74\x02\x7c\x3d\xdd\xd8\ \xe3\x69\x3a\xb7\xfd\xf5\x55\x9b\xce\x5f\xaf\xec\x0a\x32\x08\x04\ \x97\xbd\x29\x53\x00\x70\x6f\x67\x07\x85\xb0\xbd\xe1\x56\x75\x2b\ \x9e\x3a\x6f\x4e\xaa\x4b\x30\x0e\x20\x10\x9d\x8d\xd5\xd7\x6f\xdc\ \xa8\x6e\xec\xe4\x10\x42\x00\x04\x35\xf5\x94\x11\x53\x8a\xe2\x1d\ \xf1\x45\xe3\x8b\x13\x99\x45\x81\x64\x5c\x89\x9b\x36\x7d\x38\x21\ \xb1\x53\x26\x94\x20\x66\x01\x00\x28\xc3\x23\xa6\x4c\x8b\x23\xa4\ \x64\xca\xc4\x58\xc2\x99\x04\xd4\x64\xc9\x25\x13\x87\x27\x3b\x63\ \xf2\x27\x8c\x48\x71\x48\xd6\x7d\xee\x42\x65\x4a\xd1\xc8\x18\xcc\ \x29\xa3\x7a\x42\xfe\xb4\xd2\x14\x35\xaa\x70\x4a\x71\x92\x65\x31\ \x29\x39\x25\x31\xd3\xa6\x8f\xd1\x51\xd8\xe4\xe9\xa5\x2a\x35\x85\ \x14\xa6\x09\x87\x4d\x9b\x91\xac\x2b\x05\xe3\xa7\xa5\xb8\x38\x15\ \x92\x5b\x66\x54\xde\xc4\xd1\x69\xee\xa8\x21\xa3\x47\x64\x84\x33\ \xca\xcc\xa0\xc1\x1d\x91\x93\x67\x8e\xef\x38\xf9\xc1\x1b\x9b\x2f\ \x0e\x9b\x36\x33\x35\x0a\x9b\x7e\x43\x30\x2b\x14\x08\x28\x51\xf9\ \x33\x27\x66\x9d\x78\xe7\xc5\xad\xb7\xd0\x8c\xe9\xe3\x9c\x80\x05\ \x02\x41\x88\x7a\x3b\x8a\x10\x85\x40\xe9\xed\xea\x51\xdc\x2e\x38\ \xa0\xf7\x54\x15\xf6\x74\xf8\x14\xdd\xa1\xe0\x41\x67\xdf\x97\x55\ \x81\x0f\x85\xa0\xcf\x07\xbd\x3d\x77\xfe\x7c\x3e\x18\x0a\x81\x3f\ \x70\x30\x22\x09\x04\x29\x00\x26\x17\xbe\xd6\x0e\x2f\x64\xd2\x30\ \xcd\x2e\x9f\xd7\xb4\x2c\xd5\xe1\x71\xb8\xcd\xe6\xd6\xb6\x40\x20\ \x10\xe8\xe9\x8c\xf4\x38\xea\x6a\xea\x3b\x5b\x7c\x94\x52\x09\xa0\ \x90\xd0\x62\x12\x02\x2c\x84\x80\x12\x9b\x41\x2a\x3e\x16\x31\xc2\ \x18\x8b\x8a\x8a\xfa\xf7\x7f\xfb\xff\x82\xc1\x60\x78\x78\xd8\x27\ \x85\xa3\x4b\xc1\x28\xa5\xa6\xe1\xaf\x3f\x7f\xf2\xc3\xc3\x35\xa3\ \x9e\x5c\xd4\x74\x69\xb5\x15\x3f\xf5\x5b\xcf\xcc\x39\xbd\xb2\x79\ \x2f\xe5\x8a\xaa\x20\xd3\xdb\xd4\xd1\x9d\x1b\x1e\x1e\x1e\x9f\xec\ \xd6\xac\xe1\x53\x17\x16\x46\xa3\x90\xc1\x14\x8d\x50\xce\x01\x50\ \x46\xce\xf9\xfa\xe8\x79\x50\x08\xce\x99\x0d\x8e\x21\x05\x07\x4e\ \x77\x58\x58\xc0\x89\x51\xaf\x7d\x4e\x0a\x8e\x1c\xee\xa8\x70\x8f\ \x82\x90\x5d\xa0\x4a\x4a\x89\x90\xe2\x09\x8f\x74\x39\x50\xaf\x55\ \x5f\x4a\x8e\xb0\xdb\x1d\x16\xe6\x72\x40\x88\x8c\xa6\x8a\xeb\x2d\ \x78\xd6\x8a\x74\x1b\xb9\x48\x48\xa9\x3a\x3d\x91\x61\x4e\xd4\x67\ \xdd\x92\x42\x2a\xaa\xee\x09\x0b\xd7\xb4\x3e\x48\x04\x21\x84\xa2\ \x46\x84\x85\x39\x75\x55\xf6\x26\x84\x48\xc1\x91\xdb\x13\xe1\x71\ \xe9\x00\x0a\x20\x85\x11\x30\x85\x13\x46\x65\x95\x96\xc4\x6f\xdb\ \xd9\x9a\x36\x61\x78\x5a\xcf\x41\x68\x99\x21\x6e\x1a\x21\xca\x3d\ \x08\x66\x8f\x9a\x12\xf7\xe1\xfe\x8e\x82\x39\x43\x13\x3d\xf5\x08\ \x84\x42\x41\x09\x90\x10\x9c\x52\xcb\x08\xf8\x2a\xca\xf6\xed\xb9\ \xc2\xe6\xfc\x55\x21\x96\x95\x76\xba\xa8\x11\x34\x6f\x9f\x3b\xbe\ \xe9\x8c\x77\xfc\x37\x46\xb8\x91\x45\x07\xb9\x7c\x90\x06\x32\xf9\ \xa9\x33\xe7\x11\x46\x08\x01\xcb\xa2\x82\x09\x00\x20\xc0\xc0\x62\ \xdc\xe1\x72\xe4\xe5\xe5\x39\x9c\x4e\x5d\x57\x8d\x90\x3f\x3a\xc2\ \x1d\x5e\x98\x6b\x84\xbc\xed\x9d\x3d\x0e\x97\xe7\x66\x45\xe5\x91\ \xe3\xa7\x05\x13\x08\xe3\x50\x30\x38\x63\xea\xf4\xc6\xa6\xba\x50\ \x28\x84\x20\xba\x5b\x55\xe1\xaa\xaa\x6a\x9a\x76\x4f\xb1\x88\x3e\ \x13\x19\x80\x44\xf7\xe0\xee\xcd\x2b\x5f\x3a\xe1\x51\x84\x54\x86\ \x2e\x79\x76\x51\x69\x8e\xd7\x39\xad\x6c\xc3\xfe\xff\xf3\xef\xa7\ \x43\x1d\xdd\x59\x0f\x39\x95\x88\xb4\x89\xc3\x13\xb7\xbc\xfe\xf3\ \x53\x29\xc3\xbf\xfe\xcd\x59\xcb\xc6\xb4\xae\x7d\xfe\x07\x8a\xaa\ \xa5\x0f\x9b\xfe\xc8\xb2\x71\xba\x45\x05\x00\x9c\x33\x61\xb3\xed\ \x40\x07\xa1\x0d\x26\x7c\x77\x85\x55\x84\xe0\xdd\x80\x78\x00\x22\ \x74\xef\x49\x10\x41\x08\x08\x02\x35\xd7\x2e\x1a\xd1\xf9\x79\xb1\ \x2e\x2e\x8c\xbe\xd8\x3d\x88\x10\x94\x77\xbf\x05\x42\x08\x0c\xb4\ \x69\x4b\x60\xdf\xe6\x2e\x6f\x25\xec\xbb\xb3\x94\x16\x95\x0e\x8d\ \x58\x42\x9d\xfc\xe8\x77\x87\x52\x2d\x0a\x5a\x5e\xd5\x09\xa4\xc5\ \x0d\x93\x49\x45\x53\xa5\x50\xe2\x1e\xfd\xeb\xff\x8f\x3b\xa3\x24\ \x65\x4e\x5d\xe3\x96\x29\x34\x8f\x1e\xa8\x59\xfd\x9b\x9f\x45\x68\ \x50\x22\xf7\xac\x67\xbe\x37\x2d\x27\x52\xf4\xa8\x1a\xeb\xd8\xf4\ \xea\x4f\x8e\xb9\x30\x03\xda\xb8\x47\xbe\xf5\xd0\xc8\x14\x66\x5a\ \x83\x3c\x3e\x48\x77\xa9\xca\x23\x32\x92\x04\x82\x44\x51\x20\x04\ \x92\xcb\x50\x28\xa4\x68\xaa\xc9\xad\xec\x9c\xac\x51\xa5\x23\x46\ \x97\x8e\xc8\xce\x48\x77\x3b\x74\x95\x60\x85\x20\xbf\xdf\xeb\x0b\ \x98\x8a\xee\x2a\xbf\x55\xf3\xde\xa6\x2d\xa7\x4e\x9e\xf1\xf9\xfd\ \xaa\xa2\xa6\x26\x27\x33\x2b\xf8\x5f\xbf\x78\x61\xfc\xc4\x69\x96\ \xf5\x40\xce\x3d\x69\x85\x02\xfe\xa0\x29\x20\x72\xba\xc3\x23\x3c\ \x3a\xb3\x28\x44\xc8\x0c\xf4\x74\xfb\x42\x58\x75\x7a\xdc\x4e\xa2\ \x60\x24\x58\x4f\x57\x17\x85\x5a\x78\x64\xb8\x8e\x44\x4f\x57\x67\ \xd0\x92\xba\xcb\xed\x76\x6a\xbf\x05\xb7\x85\x53\x93\x0a\xa4\xeb\ \xea\x1d\xcc\x2d\x41\x0d\x53\x68\xba\x86\xe0\x1d\x45\xc2\x34\x4c\ \xa4\xe9\x0a\xba\x13\x05\x6c\x19\x86\x40\x5a\x98\x66\x6c\x78\xfe\ \xe7\xc1\x11\x4f\x3e\x3d\x2b\x87\x86\x2c\x09\x00\x80\x80\x53\xd3\ \xe2\xc8\xa1\x29\xfd\x1d\x08\x04\x35\x4c\xa6\x38\xf4\x01\x90\xb9\ \xc2\x34\x4c\xa4\xe8\x2a\xbe\xb3\x1c\x30\xd3\x60\x48\xd1\x55\x02\ \xa5\xb4\x4c\x43\x20\x45\x53\x30\xc2\x04\x43\x49\x19\x97\x9c\x1a\ \x54\x3a\x34\x62\x9a\x26\x52\x75\x05\x21\x4c\x08\x14\x8c\x09\xc9\ \x2d\x93\x02\xac\xab\xd8\x08\xf8\x02\x86\x05\x90\xe2\x0e\x8b\x08\ \x73\x2a\x96\x69\x49\x20\xcc\x60\x30\x10\x32\x24\x24\x4e\x4f\x78\ \xb8\x5b\x63\x83\xae\xf2\x41\x1a\x68\x57\xc7\xa4\xaa\xb2\x9c\xc4\ \x24\x24\x1b\x16\xb3\x38\xe3\x9c\xab\xba\x4a\x9c\x11\x2e\x8f\xbb\ \xbd\xb3\xa5\xa4\x74\x4c\x4c\x5c\x8c\xc5\x78\x20\xe0\xc3\xd2\x8a\ \x4c\x49\x55\x20\x40\x08\xeb\x2e\x19\x34\x44\x74\x6c\xe2\xd8\x71\ \x93\x5a\xdb\x7d\xcd\xcd\x2d\xcc\xa2\x9d\xdd\x01\x8f\x4b\x25\x98\ \x3c\x78\xf0\x27\xd4\x5d\xe1\x0e\xb7\xad\x3b\x4b\x6a\x4b\x21\x2e\ \x54\x67\x58\xbc\x2b\x1c\x00\x69\xc3\x16\x49\x88\xc3\x63\xe2\xa0\ \x0d\x66\x22\xa0\x3b\x22\xc6\x03\x81\x14\xf7\x77\x94\xdf\xd1\x52\ \x54\x87\x72\x77\x55\x00\x88\x55\x97\x0b\xde\xb5\x71\x80\xc8\xe1\ \x72\x0d\x3c\x49\x4a\xa0\x3a\x9c\x08\x91\x60\xf3\xc5\xaa\x60\xf8\ \xbc\xa2\x0c\x48\x69\x3f\xe8\x16\x51\x1c\x8a\x7a\xd7\xe9\x00\x2b\ \x4e\x97\x7a\x77\x40\x1e\x72\x38\x5d\x52\xde\xf5\x74\x8a\xc3\xa9\ \x4a\x69\xeb\x33\xaa\xc3\x09\xa5\x14\x52\x8a\x3e\x00\x53\x48\x54\ \x97\x02\x84\x90\x7d\x17\xca\xfe\x2c\x4d\xa2\x39\x14\x20\x85\x04\ \x4e\x4f\xa4\x2b\xac\xb7\xa3\xfa\x50\x59\xb1\xc3\x1d\xee\xf4\x84\ \xdb\x07\x2d\xd3\x1a\x9c\xd6\x83\x74\x1f\x56\xcf\x4b\x4a\x85\x10\ \x62\x84\x55\xd5\x01\x14\x32\x7a\xfc\x84\xa2\xe2\xe2\xa6\x96\x96\ \xba\xba\xfa\xee\xee\x6e\x55\x25\xa5\x25\xc3\x09\x82\x86\xdf\x57\ \x5b\xd3\xa8\x11\x77\x43\x53\x43\xd5\xed\xea\x8a\xea\xaa\xaa\xfa\ \xe6\x11\xe3\xa7\x26\x24\x67\x79\xc2\xa2\x84\xe0\xa6\xe1\x9b\x3d\ \x6f\x7e\x72\x4a\xda\x83\x86\xb5\xde\xb7\x8c\xd2\xc7\x0f\xdd\x13\ \x5d\xfb\xe9\x92\xbc\xef\x73\xd2\xa7\x42\x8f\xb5\x2b\xc8\x6a\x51\ \x23\xc7\x8c\x4a\xf4\xe0\xbb\x83\xf0\x7e\x8f\x36\x7f\xdb\xcf\xa0\ \x0f\xf3\xe7\x93\x7e\xf9\x1d\x1d\x35\x98\xac\x32\x48\xf7\xb1\xab\ \xdb\xc1\x30\x1e\xa2\x05\xbb\xba\x69\x30\xe8\x74\xa8\x52\xc1\xd8\ \xa1\x41\x55\x19\x31\x6a\xb4\xc3\xe9\xae\xb9\x5d\xd7\xd9\xe9\x6d\ \x69\xed\x00\x90\xdc\x2c\xbf\xb5\x63\xdb\xfe\xb3\xa7\xaf\x5d\xbf\ \x72\xf3\xf2\xa5\x8b\x41\xd3\x70\x46\x26\x18\x30\xaa\x78\xc2\x92\ \xbc\x91\xd3\x55\x77\x54\xc8\xa2\x36\x00\xe8\x7f\x97\xfe\x91\x10\ \x6b\x4e\x87\x06\x06\xb9\x67\x90\xfe\xd4\x0d\x6f\x69\x19\x99\x21\ \xce\x7c\x46\xd0\x1f\x0c\x30\xa2\x84\x0c\xc3\x34\x2d\x8f\x27\x2c\ \x29\x31\xc9\xdb\xdd\x09\x84\xec\xe8\xe8\x8c\x8b\x74\x5b\x16\xf5\ \x05\x7b\xce\x5f\x3d\x67\x58\x21\x53\x60\x27\x74\xb6\x05\x9c\xbc\ \x03\x76\x74\xf7\x38\xf5\x44\xc5\x95\xe1\x0b\x5d\x11\x76\xfa\xca\ \x7f\x1f\x1a\x2c\x00\x36\x48\xff\x2d\x98\xdc\x02\x3c\x63\x48\x76\ \x55\x6d\x4d\x87\xdf\xa7\x38\x9c\xb1\xd1\xd1\x09\xf1\x71\x3e\xaf\ \x97\x31\x16\x15\x19\xe9\xf7\xfb\x21\x90\x9d\x5d\xdd\xa9\x29\xa9\ \x13\xa7\x4a\x43\x30\xc3\x94\x96\x08\xf7\x5b\x31\x3d\x0d\x30\x2a\ \xa9\x24\x3e\x21\x2a\x3e\x1e\x37\x37\x57\x5c\x38\xb7\x5f\x0a\x39\ \x18\x51\x39\x48\x83\xf4\xa5\x63\xf2\x2e\xbf\x2f\x32\x26\xda\xe9\ \x09\x13\xaa\xaa\xb9\xdc\x51\xe1\x11\x49\x09\x09\x8d\x42\x2a\xaa\ \xb2\x74\xe9\xd2\xee\xb6\x66\x1b\xbf\xc6\x13\x1b\x13\x9b\x14\xde\ \x63\x74\xa8\x26\x16\x42\x97\x5e\x84\x50\x30\x68\x34\x1b\x0c\x05\ \x4d\x45\xa0\x90\xea\x00\xfd\xa0\x33\x9f\x3b\x7d\xaa\x96\x21\x22\ \x04\x09\x2e\x30\xc6\x9c\xd1\x4f\x2d\x83\xa1\xa2\x90\x07\x39\xff\ \x9e\x7b\x62\x82\x21\xfb\xe2\x80\x48\x21\x51\x88\xe4\x8c\x0f\xaa\ \x18\x83\xf4\xa9\x09\x87\xb9\x3d\xbe\x40\xc0\xe2\x02\x40\xa0\x10\ \x05\x41\x44\x30\x31\x82\x21\xcb\x34\x0a\xf2\xf2\xe2\x63\xa3\x55\ \x82\x21\x92\x46\x20\xc0\x64\xd0\xb4\xfc\x82\x52\xc6\x68\x7b\x47\ \x4b\x4d\xc3\x2d\x89\x43\x5e\x6f\x5d\x73\xf3\xf5\xea\x5b\x67\x5a\ \xea\x6e\x2e\x5d\xb8\x30\x2d\x2d\xe3\x01\x0d\x6f\x50\x75\x38\x75\ \x4d\x55\x15\x05\x23\x28\xc4\xfd\x8a\x6c\x40\x88\xef\xae\xf6\x76\ \xdf\x65\x00\x8b\xd0\x8d\x4b\xd7\x2c\x24\x6e\x5d\xbd\xa5\x46\x27\ \xb9\xc8\xef\x5e\x6f\x20\x42\x90\xfa\x2e\x96\x5d\x12\x61\xb1\x61\ \x3a\x7e\xd0\x05\x0a\x21\x1c\xea\xa8\xb9\x72\xab\x23\x36\x31\x16\ \xdd\x37\xd4\x47\x02\xac\x6a\xba\x8a\xb9\x0d\xa4\x81\x88\xae\x29\ \x00\x20\x55\x53\x25\xb7\x63\x12\xa0\xaa\x3b\x30\x00\x44\xd5\x90\ \xed\x2d\x80\x40\x51\x75\x15\x03\x48\x54\x15\x03\xc6\x39\x90\x00\ \x11\x55\xd7\x14\xc1\x05\x06\xb4\xe2\xd2\xf9\x1e\x35\x36\x39\xca\ \x49\x29\x05\x00\x02\x88\x75\x87\x06\x00\xd0\x34\x55\x72\x26\x01\ \x90\x00\x6a\xba\x8e\x21\xc0\xaa\x86\x81\xe0\x42\x02\x09\xb0\xa6\ \x69\x18\x41\xac\xaa\x04\x30\x26\x00\x04\x10\x2b\x0e\x4d\x11\x7d\ \x65\x7d\x90\xa2\xe9\x1a\x11\xac\xaf\xff\x21\xd6\x1d\x3a\x10\x9c\ \x0b\xa0\x39\x1c\x04\x4a\xce\x7b\xa1\x04\xee\x7a\xa3\xbe\x6b\x1d\ \x0e\x5d\x55\x55\x85\x60\x1b\x2e\x08\x48\x80\x88\xe2\x70\x3a\x54\ \x55\x55\x14\x02\xa5\x1c\x5c\x95\xfe\x28\x64\x1b\xde\x70\x98\xdb\ \xed\x0f\x06\xfc\xc1\x80\xdf\xef\xf7\xfb\xfc\xde\x1e\x6f\x73\x53\ \x13\x67\x0c\x00\x69\x86\x42\xaa\x8a\x31\x04\x9d\xed\x2d\x4e\x87\ \x06\xa5\xaa\x42\x8f\xb4\x30\x96\xa0\xad\xbd\xa9\xa2\xea\x12\x15\ \x9d\x10\x78\xdb\x1a\x6e\x79\x5b\x1b\x42\x9d\x1d\x0b\x17\x2c\x4c\ \x4d\x7f\x10\x26\x87\x10\x0a\xb3\xe2\xdc\x91\xe3\x67\x2f\xdf\xbc\ \x55\xd3\x19\x92\xd1\x31\xb1\x3a\x16\x42\xda\xf5\x70\x11\x82\x10\ \x20\x2c\xfd\xcd\x07\x0e\x9d\x75\x25\x67\x44\xea\x98\x0b\x09\x20\ \xc4\x18\xdf\x83\x3d\x8c\x15\xbd\xe5\xe2\xb6\x35\xfb\xea\x0b\x73\ \xc0\x96\x0f\x4e\x65\x8f\x9f\x9a\xe0\x14\xf6\xc9\xa8\x6f\x81\x40\ \x08\x41\x5b\xf8\xf6\xb5\x0d\x91\x02\xbd\xb7\xd7\xbe\xb3\x39\xbc\ \x78\x42\x56\xa4\x2e\xee\x20\x57\xdd\x75\x0b\x38\xe0\x12\x7b\x21\ \x80\xf6\xf3\x11\x22\x7d\xd5\x1b\xde\xd9\x42\x32\x47\x64\x44\x69\ \x1f\x9f\xc7\x58\x81\xcd\x15\x17\xaf\xd4\x06\x13\x93\xa2\xa0\x44\ \xd8\x6a\x3b\x7b\xee\x26\x65\x81\x1b\x37\x6e\xbb\x63\x93\x9c\x58\ \x22\xc4\xca\xcb\xce\xb4\x5a\xbc\xee\xfa\x75\xcb\x19\x1d\xe9\x56\ \x30\x82\x6d\x95\x17\xae\x37\x1a\xc1\xa6\x1b\x35\x01\x2d\x31\xca\ \x03\x11\x31\x3b\x6b\xce\x5c\xac\x89\x48\x4e\xc6\xdd\x37\xde\x5e\ \xbd\x53\x09\x73\xb5\xf7\x18\x31\xb1\x31\x04\x02\xc0\xbc\x17\xce\ \x5c\x0a\x49\xf3\xfa\xe5\x2a\x57\x7c\x82\x83\x20\x05\xb1\x5b\x97\ \xce\x35\xf9\x78\xf3\xad\xcb\x3d\x4a\x6c\x8c\x5b\x01\x18\x77\x56\ \x5d\xb9\xda\xd0\x13\x6c\xab\xaa\xe9\x04\x89\xf1\x61\x00\x60\xee\ \xad\x3d\x75\xbe\xda\x15\x93\xe0\x24\x12\x62\x12\x68\xad\xba\x70\ \xbd\x39\x2a\x31\x96\xd8\xb1\x40\xcc\x77\xe9\xec\x45\xe6\x89\x89\ \x74\xc2\x5b\x17\xca\x5a\xa8\x23\x36\xca\x29\x85\x44\x0a\xf1\xd6\ \xdf\xbc\x5c\xd5\x15\x1d\x1f\x6d\x2f\x8a\x90\x10\x7f\x53\xc5\xf1\ \x63\xc7\x2f\x5e\xbd\x79\xbb\xa9\x1d\x39\x23\x63\xc3\x1c\x00\x82\ \x40\x7b\xed\xa9\x23\xc7\xce\x5d\xbd\x5e\x5d\xd7\x22\xf4\xb0\x98\ \x08\x77\x6f\x9d\xb0\x41\xfa\xc2\x99\x1c\x29\xba\x86\x88\x82\x10\ \x21\x44\x55\x89\x12\xf4\xf9\xab\x6e\x55\xd6\x54\x55\x75\x77\x74\ \xf6\x74\x77\xb7\xb7\xb5\xb7\xb7\xb5\x51\x4a\xbb\xbb\x7b\x3a\xda\ \x2c\x6f\x87\x2b\xd4\xed\xe4\x21\x07\xa2\x58\xe5\x2c\xd8\xd6\x10\ \x6c\x6b\x10\x7e\x1f\x0c\x08\xe1\x97\xe0\x01\xed\x6e\x08\x61\x60\ \xb4\x7d\xf8\xce\x9a\x0b\xb5\x9d\xc1\x9e\xe6\x13\xdb\x56\xff\xec\ \x37\x1b\xea\x03\x50\x81\xa2\xa7\xb3\xb5\xb1\xb1\xd9\x1b\xa2\x44\ \x55\x85\xbf\xf5\xd8\xc1\xfd\x37\xaa\xeb\x9b\xda\xba\x39\xc4\x0a\ \x12\x5d\x6d\xcd\xcd\xed\x3d\x02\x92\xde\x00\x16\x88\x15\xd1\x7e\ \xf8\xd0\xe5\x21\x93\x1f\xca\x08\x43\x8c\xd1\xae\xb6\xe6\x96\xb6\ \x6e\x81\x08\xa0\x86\xcf\x1f\x94\x10\x42\x08\xcc\x80\x3f\x60\x31\ \xce\x8c\xce\xb6\x96\xc6\xa6\xd6\x80\x25\x15\x05\x03\x00\x11\x12\ \xde\x8e\xd6\xa6\x96\x0e\x53\x40\x8c\x20\x40\x98\xc0\x3b\xb7\xc0\ \x10\x70\x1a\xb2\x2f\xf1\x9b\x82\x60\x04\x11\x96\x56\xa0\xa5\xa9\ \xb1\xa9\xa5\x43\x4f\x2a\x99\x36\xd4\x75\xec\xf0\x79\xeb\xbe\x90\ \x98\x50\xc1\xc1\xda\x0d\x6f\xaf\xba\xd4\x2a\xdc\x6e\xf5\xe6\xe1\ \x0f\x37\xec\xb9\xa2\xb9\xc0\x91\xf7\x57\x6d\x3f\xdf\xa0\x7b\x3c\ \xa1\xdb\x27\xdf\x5e\xbf\x33\x80\x9d\x8d\x67\xb7\xbc\xf5\xe1\x29\ \xae\xb8\xb0\xd9\xfc\xde\xdb\xef\xdc\xe8\x01\xbc\xfd\xca\xca\x37\ \x3f\x68\x66\x8a\x4b\xb5\x4e\x6c\x5e\xbd\xf3\x62\xb3\xa6\xeb\x0d\ \xd7\xce\x1b\x31\x85\x05\xf1\xe6\xbb\xaf\xbc\x7e\xae\x31\xe4\x72\ \x3b\x6a\x4f\x6d\x59\xb3\xe3\x02\xd1\xd0\x99\x8f\xde\xde\x74\xa2\ \xd6\xe9\x76\x07\x1b\x2f\xbc\xbd\x6a\x4b\x37\xd6\x9b\xce\xef\x7a\ \xfb\xfd\xc3\x54\x73\x39\x58\xeb\xe6\x77\x56\x9d\x6f\x11\xa8\xf3\ \xea\x5b\x6f\xbd\x7b\x3b\xa0\xb8\x9d\xe0\xcc\xb6\x75\x5b\x4f\xdf\ \x56\x34\x02\x00\x24\x1a\x6e\xbe\x7a\xf0\x67\x3f\xfc\xe9\x91\xca\ \x80\xa6\x20\x45\x55\x9b\x2f\x7c\xf4\x7f\xff\xe3\x37\x97\x5b\x43\ \xba\x6e\x1e\x5c\xfd\xc2\x4f\xde\xda\xde\xc3\x09\x21\x8a\x2a\xba\ \xb7\xad\xfc\xc5\x8b\xab\xf7\x07\x14\xc5\x8e\x6d\x24\xaa\x5a\x73\ \x7a\xfb\x86\x1d\x27\xfd\x66\xa0\xe1\xc6\x99\x37\x9f\xff\xc5\xa6\ \x93\xb7\x35\x97\xde\x72\xfd\xe0\xda\x8d\x87\xbb\x02\xa1\x96\xea\ \x4b\x6b\x5e\xfa\xc5\xba\x7d\xd7\x80\xaa\x0c\x72\xdd\x1f\x47\x5d\ \x4f\x88\x8b\xc7\x08\x43\x08\x20\x84\x1a\x51\x55\xa2\xa8\x8a\xd2\ \xd5\xd9\x19\x34\x42\x43\x8b\x0a\x52\x52\x92\x08\x86\x40\xd0\xe3\ \xc7\x8f\x1d\x3c\x74\xa6\xa5\x39\xe8\xed\x0e\x74\x77\xf9\x9a\x9b\ \xda\x9a\x1a\x5b\x7a\xbc\xbe\xf6\xd6\x0e\x7f\x57\x80\xf9\x19\xb0\ \xf8\xfc\x65\x0b\x52\xd2\xd2\x3f\xbd\x24\x87\x08\x01\xa3\xf3\x64\ \x59\xd5\xf4\x27\xfe\x6c\xf1\xf4\x71\xa5\x25\x39\xd5\x07\x36\x9c\ \xec\x49\x9c\x3c\x84\x6c\xfb\x60\xe3\xc1\x63\xc7\x8e\x9c\x2e\x8f\ \xca\x19\x96\xa4\x78\x4f\x1c\xda\x77\xad\xb2\xae\xaa\x4d\x14\xe5\ \xc6\x9f\xdf\xb1\x76\xe3\xde\x53\xe7\x4e\x9e\xb8\x1d\x72\x15\xe4\ \xa6\x11\xc9\x21\xd1\xac\x86\x8b\x5b\x4f\x34\xcd\x58\x3a\x27\xdc\ \x6a\x38\xb8\xe3\xd0\xad\x86\x9a\x53\x87\xf6\xdf\x0a\x46\x0e\xd1\ \x6f\x3f\xff\xea\xb6\x94\x71\x93\x93\x41\xc7\x9a\x97\x5e\x6a\x8f\ \xcc\xea\x38\xb1\xfe\xf5\x4d\x47\x6f\x5c\x29\x3b\x72\xba\x3c\x22\ \xab\x30\xc5\x11\x3a\x75\x68\xcf\x85\x8a\xfa\xcb\xa7\x0e\x96\xd5\ \x84\xf2\x86\x15\x45\x40\xef\x91\x2d\x6b\x37\xed\x3b\x79\xee\xd4\ \xf1\xdb\x86\xa7\x38\x3f\xf1\xf8\xfa\x17\xdf\xda\x76\xea\xe6\xe5\ \x93\x87\xcf\xd6\x24\x16\x8e\x88\xe5\xb5\xeb\xdf\x5a\x79\xe0\xf4\ \xa5\xeb\xf5\xde\x94\x9c\xe2\xec\xb0\xe0\x81\x23\xd7\xb2\xc7\x8c\ \x8c\x40\x52\xf6\xee\xd2\x31\x82\xd0\x06\xb7\x8c\x4c\x1b\xa2\x36\ \x9d\xde\x7b\x53\x94\xa6\x5b\x6b\xd7\x1f\x9d\xf8\xb5\x67\xc6\xe6\ \x65\x26\xea\xed\x9b\x77\x5e\x2a\x1c\x39\xe4\xf0\xfa\xb5\xa8\x74\ \xc5\xc3\x93\x0b\xd3\x92\x3c\xc7\xb6\x6d\x43\x43\x4a\xcd\x33\xef\ \x9f\x08\xe6\x3d\xf3\xe8\x8c\xac\xf4\x94\xd6\xb3\xdb\xaf\x18\x69\ \xd9\xe8\xda\x3b\x07\xda\x1e\xff\xf6\x37\x32\x5d\xbe\xdd\x9b\xb6\ \xab\x45\xb3\xe7\x4e\x1e\xee\x68\x3f\xb7\xe3\x52\x68\x54\x2e\xd9\ \xf0\xce\xde\x11\x2b\x9e\x99\x5c\x90\x99\x12\xe6\xdf\xba\xfd\x4c\ \x76\x69\x51\xd9\x07\x6b\x82\x79\x8b\x1e\x99\x5e\x9c\x99\x16\x79\ \x76\xc7\x56\x2b\x65\x04\xb8\xbe\x6d\x7f\x6b\xf2\xb3\x4f\xcc\xce\ \xc8\xc8\xe8\xb9\xbc\xb7\xcc\x1b\x5b\xe8\xa8\x5e\xb3\xe3\xf6\xc3\ \xcf\x3e\x95\x13\x8e\x04\x40\x0a\x11\x35\x57\xce\x54\xd4\x75\x75\ \x04\x94\xe1\x63\x86\x7b\xac\xda\x4d\xeb\x37\xb7\x4a\x77\xf6\xb0\ \x51\x05\x09\xd6\xd9\xe3\xe7\x1b\xdb\xbc\x5a\x62\xee\xf0\xec\xd8\ \xea\xd3\x3b\xb7\x1d\xbb\xa9\x45\xa7\x97\x8e\x1b\x11\xad\x42\x80\ \x10\x21\xb8\xee\xf2\xc9\xb6\xb0\xd2\xff\xf1\xed\x47\x46\x0c\x2f\ \xcd\xd4\xea\xdf\xf9\xe0\x58\xe6\x98\x89\x6a\xcb\x85\x72\x33\xe7\ \xcf\x9f\x7b\x62\x74\x69\x69\x7e\x94\xff\xfd\xf5\xdb\x3d\x45\xe3\ \x33\xc3\xf1\xa0\x34\xff\x23\x48\xf2\x9e\x9e\x9e\x80\xdf\x6f\x84\ \x0c\x33\x64\x76\x77\x76\x75\x77\x76\x01\x09\x82\x81\x20\xb3\xac\ \xf8\xb8\xf8\x21\x39\x43\xe2\x62\xe3\x22\xa3\xa2\x08\x51\xea\x5a\ \x2b\x2e\x56\x1e\xb9\x5e\x73\xe1\x7a\xe5\x75\x7f\x88\x02\xe4\x64\ \x9c\x48\x8e\x75\x55\x71\xea\x30\x22\xdc\x81\x7e\xe7\xce\xf9\xbe\ \xac\x0e\x24\xb5\x2c\xcb\x34\x51\x78\xea\x84\x71\xc5\xed\xd7\x2f\ \xf6\xe8\x89\xb3\x17\x2d\x7f\xfa\x9b\x4f\x0c\xc1\x4d\x87\xce\xdc\ \x14\x04\xc2\xb0\xec\x6f\xfc\xc5\xff\xfa\xc7\xe7\x16\x99\xb7\xf6\ \x7f\x78\xa2\x63\xea\x92\xaf\x3f\x3a\xaf\xe8\xe2\xae\xcd\x97\x1a\ \x2d\x95\x20\x84\x41\x57\x7b\xab\xe9\x8c\x8a\xd3\x09\x63\x16\x89\ \xce\x7a\xf4\xcf\xfe\xfe\x9f\xfe\x6c\x6e\xe3\xf1\x9d\xb7\x9d\xe9\ \xc9\x4a\xe7\xb5\x5b\x5d\x96\xbf\xb1\x3e\xe4\xcc\x4b\x0a\x6b\x6b\ \xec\x2c\x9a\xf7\xe4\xbf\xfc\xcb\xdf\xcf\xce\xf0\xbf\xf7\xde\x9e\ \x1e\x86\x81\x1a\x37\xff\xeb\xcf\xfd\xf3\xdf\x7e\x0b\xd7\x1c\x3f\ \x73\xab\xb3\xeb\xd6\xe1\x8f\x4e\xb6\x4f\x59\xf2\x8d\xc7\xe6\x0e\ \xbd\xb8\x6b\xf3\xe5\x86\x40\x77\xa7\x7f\xe8\x9c\xaf\xff\xeb\xbf\ \xfe\xdd\x50\xb5\x66\xef\x89\x0a\xa3\xe5\xea\x99\x2a\x36\xef\xe9\ \xef\xff\xaf\x67\x97\x26\xba\x80\x16\x11\xed\x12\x3d\x4d\x3d\x14\ \x23\x00\x21\x0c\x74\x36\x55\x54\x54\x54\xd7\x36\x9b\x12\x42\x20\ \x2d\xa6\x4c\x5e\xbc\x34\xb2\x6e\xef\x0f\x7e\xbe\x5a\x2d\x99\x3f\ \x35\x3f\x2a\xe0\x37\xd2\xc7\x2d\x98\x96\xdc\xf9\xfc\x8f\x7e\x72\ \x45\xe4\x2e\x9b\x51\x4c\x7d\x7e\x2d\x79\xc4\x23\xb3\x87\xec\x7e\ \xf9\x47\xab\xcf\x04\x17\x2e\x9f\x13\x21\x02\x41\x14\xb3\x70\xf9\ \xbc\xb6\xa3\x6f\xfd\xe4\x8d\x43\x45\x73\x97\x0f\x8d\x77\xf8\xeb\ \xae\xdc\xec\xd0\x46\x14\xa7\x98\x21\x30\x76\xd1\x23\x29\x3d\xc7\ \xff\xf3\x87\xaf\xcb\xbc\x99\xb3\x87\xc5\xf9\x7d\x81\xa4\xd2\xb9\ \x33\xb3\xe9\x2b\x3f\xfa\xc1\x89\x40\xfa\xf2\xf9\xa5\x20\xe4\xc5\ \xb1\xc3\x96\xcf\x29\x3a\xb0\xf2\x27\x6f\xee\x6f\x9e\xf3\xf0\xc2\ \x58\x6c\x99\x30\x7c\xfe\xf2\x05\xc1\x93\x6b\x7f\xf8\xca\x8e\xcc\ \x19\xcb\x4a\xa2\x69\x65\x65\x45\x79\x45\x75\xa7\x37\xe0\xf7\x9a\ \x43\x67\x2d\x4c\x0e\x5d\x3d\x53\xd9\x5e\x53\x76\xa4\x39\x62\xe4\ \x82\xb1\x09\x9d\x9d\x21\xee\xf3\x06\xf4\xf4\x25\xf3\x4b\xae\x1d\ \x3e\xdc\x16\xe8\x38\x7a\xe4\x6a\xf1\xfc\x25\x19\x8e\x60\x8f\x37\ \xd8\x52\x5b\x5d\x5e\x51\xd9\xd4\x15\xc4\x18\x49\xce\x4c\xd3\xb4\ \x2c\x91\x5e\x3a\x2d\x53\xe9\xba\x55\xd7\x06\x09\x91\x82\x99\xa6\ \x69\x18\x3c\x65\xf8\xd8\xfc\x18\x76\xfd\x46\x33\x26\x68\x90\xf1\ \xfe\x08\xac\xee\xf5\x7a\xbb\xbb\xbb\x43\x81\xa0\xe0\x4c\x08\xe1\ \xf7\xfb\xea\x1b\xea\x0d\xd3\x6c\x69\x6a\xbe\x55\x71\x4b\xd7\xf5\ \xb8\xf8\xb8\xf8\xd8\xf8\xdc\xdc\x21\x39\xb9\x71\x61\x89\xa6\x3b\ \x96\xbb\x22\x49\x54\x5c\x94\xc9\x99\x69\x51\x09\xb9\xaa\x71\x88\ \x03\x8a\x66\x41\xf4\x19\x3d\x68\x10\x42\x08\x11\x46\x90\x33\x8a\ \x54\xb5\xf3\xd6\xe9\x35\x6f\xad\x7c\x77\xf3\xee\xca\x16\xbf\xe0\ \xd4\x46\xac\x46\x08\x41\x28\x3a\x9a\xea\xbb\x7d\xde\x73\x87\xb6\ \xee\x39\x55\x97\x92\x9f\xe7\x01\x54\x48\x00\x81\xa4\x94\x42\xac\ \x10\x08\x80\x94\x88\xa8\x9a\xa6\x85\xa7\xa6\x27\x7a\x58\x97\x95\ \x38\xa6\x20\xba\xe2\xf2\x95\xba\xfa\x1a\x19\x95\x95\x1a\xeb\x94\ \x92\xe8\xba\xae\x3b\xa3\x46\x4e\x1c\x25\xdb\xeb\x3a\xfd\x16\x52\ \x54\x87\x43\x75\x46\x67\x64\xc6\xe9\x01\x6f\x4f\x5b\x4b\x63\xb7\ \xdf\x7b\xfe\xd0\xb6\xdd\xa7\xea\x52\xf3\xf3\xdd\x90\x4a\xac\xa8\ \xaa\xa2\x3a\xe2\x73\xd2\xe3\x8d\xee\x56\xe7\x90\xa9\x4b\xc7\xc5\ \xef\x5c\xf9\xc2\xdb\x5b\x4f\x79\xa9\x20\x8a\x42\x90\xb0\x2c\x09\ \x20\xc4\x04\x37\x5e\x3e\xb4\xee\x9d\x35\x9b\x76\x1e\xef\xe4\x08\ \x41\x20\x18\x25\xb1\x43\x17\x4c\xca\x6c\xed\x52\x1e\x9a\x37\x41\ \x63\xa6\x10\xcc\x02\x11\xb3\x17\x4d\x35\x9b\xbb\x86\xcf\x98\x9b\ \xe6\x12\x5c\x0a\xcb\x92\x43\xa7\x2d\xc8\xe0\xad\xce\xc2\x29\x63\ \x32\xc3\x2d\x26\x04\xa5\x31\x05\x13\xa7\xe6\xaa\x6d\x30\x7b\xfe\ \xc4\x21\x48\x9a\xe5\x17\x2f\xb2\xb8\xc2\x82\x18\xcd\xb2\x2c\x14\ \x9e\xb3\x60\x46\x5e\x63\x0b\x9a\xf9\xd0\x24\xa7\xb4\x24\x90\x16\ \x70\x4f\x9f\x3f\x1b\x36\x35\x16\xcc\x98\x93\xe1\x02\x94\x03\x6a\ \x89\x82\xa9\xf3\x72\xd4\x6e\x94\x36\x71\x72\x5e\x84\x65\x31\x66\ \x59\x9e\xec\xf1\x33\x0b\x3d\xed\x3c\x71\xde\xac\xe1\xac\xb5\x72\ \xcf\x87\xeb\xd6\xac\xdd\x74\xa9\xa6\x3d\x64\x50\x35\x31\x77\xf6\ \xc4\xcc\xb3\x5b\xd6\x6e\x3c\x5c\x53\x3a\x73\x46\xa2\x5b\x06\x03\ \x54\x84\x42\x41\x0b\xe6\x4e\x98\x99\x43\x6a\xd7\xbc\xf1\x4e\x2d\ \xce\x9a\x3d\x39\x1f\x1a\xc1\x90\xaf\xf5\xf0\xb6\x0f\xd6\xac\x7b\ \xf7\xd8\xf5\x56\x42\x90\x3d\x86\x08\x21\x08\x38\xe3\xb2\xcf\x9c\ \xd1\x77\x50\x0a\xce\x05\xc6\x83\x1c\xfe\x47\x72\xa1\x99\x8c\x32\ \xce\xa9\x14\x41\x6a\xea\xba\x2a\x20\xb0\x2c\x0a\x20\xe0\x96\x75\ \xa6\xec\xdc\xf8\xb1\xa3\xd3\x92\xe3\x23\x3d\xd1\xb3\xa7\xcd\x2e\ \x2a\x2a\xbc\x5a\x71\x53\x30\xd4\xdd\x1d\x0c\x86\x28\xc6\x8c\x06\ \xbd\xe1\x11\x1e\x40\xb9\x46\x88\x2f\xe8\xe5\xbf\x13\x41\x1e\xdc\ \xd7\x02\x0d\x10\xc6\x18\xc3\xae\xdb\x97\x76\x1f\xbe\x36\x64\xf6\ \xb3\x55\x47\x3f\x6c\x8b\x98\xfa\x5f\xdf\x9f\x7b\xea\xed\x1f\xed\ \xa3\x1c\x63\x28\xac\x90\xdf\x62\x40\x6a\xae\xb0\x08\x4f\x14\x59\ \xfa\xd4\x9f\x67\xba\x85\x61\x5a\x12\x00\x8b\x09\x8c\x91\xcb\x15\ \x06\xcd\xe6\x20\x17\x76\x70\xb7\xe0\xc2\x36\xf3\x08\x0e\x0b\x46\ \x8f\xd9\xbe\xfa\xe4\x47\xed\x32\xb5\x78\x69\x98\xc2\xb8\xe4\x86\ \x61\x4a\xc0\x1a\x2b\xab\xb8\x23\xc2\xe9\x20\x76\x19\x40\xc9\x99\ \x00\x50\x22\xe4\x09\x8f\xf0\x44\xa5\x2e\x7d\xea\x7b\x99\x6e\x61\ \x58\x4c\x91\x81\x73\x54\x48\x21\x84\x6d\x37\x06\x52\xe0\xf0\x59\ \x4f\x7c\x6f\x42\xc3\x85\x5f\xfd\xe4\xd5\xad\x71\x99\xcf\xe6\xd2\ \x10\x57\xc3\x3d\x58\x0a\xc9\x38\xcb\x99\xb4\xe2\x1f\x27\xd9\x2b\ \x57\xaf\xe5\x9a\x71\x10\x11\x15\x1b\x1f\x27\xc3\x5c\x92\x53\x09\ \x00\x90\x9c\xe1\xb0\xa8\x94\x84\xb8\xc8\x30\x97\xb0\x77\x37\x52\ \x00\xa4\xc7\x25\x26\xe3\x18\x0f\xec\x4d\xda\x95\x1c\xe2\x88\xd8\ \x84\x64\x5f\x8c\x06\x80\x0c\x75\x5e\xba\x52\x97\x3d\x7e\xb6\x03\ \x09\x0b\x02\xc1\xb9\x23\x2a\x36\x2d\xd1\xeb\x51\x09\x17\x14\x00\ \x20\xb9\x50\xf4\xb0\xf8\xc4\x94\x98\x48\x95\x73\x01\x00\x90\x42\ \x08\x5d\x8f\x8f\x4f\xb0\x62\xa3\x70\x6f\x28\xbc\xe4\x0c\x47\xc7\ \xc6\xc7\xc7\x85\xeb\xc8\xc4\x31\x79\x4f\xfe\xc5\x3f\x00\x88\x5c\ \x28\xf0\xee\xae\x90\x80\x38\x77\xfc\x54\xd7\xa6\x7f\xab\x8e\x9f\ \xf1\x6c\x51\xf2\xb5\x8b\xd0\x32\x42\xcc\x08\x59\x02\x10\x77\xfc\ \x94\x89\x43\xfe\xe9\xc7\x1f\xcd\xf9\xbb\x1f\x25\x3a\x0d\x29\xad\ \x90\x88\x7b\xe4\xbb\xff\x73\x21\x95\x8a\xc3\x51\xf6\x2e\x83\x08\ \x11\x82\x85\xe9\x3b\xbf\xfb\xa3\x3a\x92\xfc\x58\x46\x2c\x6f\x61\ \xf6\xaa\x87\x84\xff\xd2\x81\xbd\x37\xbc\x61\xdf\x1c\x9a\xd8\x9b\ \x07\x3c\x48\x5f\x30\x93\x4b\x00\x38\x90\x9c\x59\x94\x53\x2a\x28\ \x80\x08\x42\xc4\x29\x0b\x05\x03\x95\x55\xd5\x57\xaf\x5d\xd7\x30\ \x8c\x09\xf7\x84\x39\xf5\xb4\xc4\x1c\x5d\x89\x2e\xaf\x28\x6f\x6a\ \xe8\x10\x42\xa8\x58\x26\x26\xc4\x3a\x5d\x4e\x2c\x21\xb7\x68\x4b\ \xa8\x9d\x3f\x78\x01\x33\x88\x14\x1c\x6a\xd8\xb2\xe6\xf5\x0b\x11\ \xb8\xbb\xbd\xc3\x3d\x74\xd1\xa3\xd3\x8a\xbb\xcf\xdc\x3a\xb4\xe5\ \xe0\xf3\x2f\xde\xea\x28\xaf\x0f\x9b\xa4\xe8\x91\xc9\xc3\x52\xf0\ \xfb\x2f\xff\xe2\x4c\xe6\xb0\x45\x0b\xa6\x4f\xba\xbc\xf2\x37\x3f\ \xfb\x71\x7c\x98\x23\x2e\x7b\xf4\xa2\x05\x63\x74\x4a\x05\x13\x91\ \xc9\xa9\x11\xf4\x64\x65\xbb\x31\x1a\x0a\xd3\xb4\x84\x84\x00\x08\ \xcb\x34\x2d\xca\x3c\x79\x23\x47\xc4\xed\x78\xfb\x24\xfc\x87\xa7\ \x72\x80\xd5\x85\xb1\x79\x76\xc7\x86\x9f\x5f\x72\x34\x36\xf4\x4c\ \x79\xec\xbb\x71\x9a\x2f\x14\x32\x6c\xf7\x10\xb3\x4c\xd3\xe0\xa9\ \x63\x66\x4d\x3c\xfe\xeb\x97\x7f\xf6\xe3\xb8\x70\x47\x5c\xf6\xd8\ \x15\x0b\x0a\x05\x35\x29\x17\x10\x40\xce\x2c\x2a\xa0\xd1\x74\xfe\ \xad\xf7\x8f\x03\x05\x84\xdc\xc9\x59\x89\x61\x4d\x35\xa7\x4c\x4f\ \x72\x9a\x47\x65\xd2\xb2\x0d\x0d\x08\xc2\x7b\xa2\xe5\x38\xb5\x42\ \x21\x73\x40\xb9\x41\x20\x05\x0b\x85\x42\x74\x60\xbd\x6e\x29\x2d\ \x23\x64\xde\xe5\x72\x97\xcc\x32\x42\x86\x05\x31\xf6\xd6\xdf\xb8\ \xd9\x13\xf6\x68\x5e\x2a\xec\x2b\x51\x26\x98\x15\x0c\x19\x6c\xc0\ \x5d\xa4\x60\x46\x28\x64\x7d\xac\x4d\xc3\xba\xa7\x4d\x33\x64\x58\ \x5c\x02\x00\x20\xc6\x08\x22\x0c\x18\xf3\xf5\x04\x31\x12\x42\x4b\ \x5a\xfe\xed\x3f\xef\xd1\x52\xc2\x11\x03\x10\xf8\xfd\xbe\x50\xc0\ \x32\x2c\x01\x00\x4b\x28\x98\xf6\xfd\xbf\xcf\x4a\xc9\x8f\x65\xac\ \x41\xd0\x90\x2f\x10\xc2\x4a\x24\x16\x1c\x41\xa8\x29\xe8\xf6\xb9\ \x9d\x2f\xfc\xaa\x8a\xfb\xbb\xbb\x4c\xfd\x91\xa7\xbe\x31\x24\x02\ \x5e\x85\xa4\xed\xda\xc1\x5f\xbf\xd8\x42\x4c\x6f\xa7\x0f\xcc\xf9\ \xc6\x33\x23\xe2\x15\x6a\xb1\x41\x96\xfb\xe2\x09\x3a\x9d\xce\x01\ \x6a\xb3\x84\x10\x3b\x1c\x0e\x85\x90\x50\x20\x80\x01\x58\x3c\x7f\ \xce\xa4\xb1\xa3\x12\x62\xa3\xdc\x9a\xea\x70\xba\x34\xa7\xbb\xba\ \xa6\xe6\x6c\x59\x99\x25\x45\x6d\x43\x5d\x20\x14\x52\x14\x45\x21\ \x84\x9a\xb4\xa2\xa2\xfc\x17\xbf\x7e\x6d\xd2\x94\xe9\xe6\xa7\xc7\ \x91\x85\x10\x0a\xda\x5a\x5f\xdd\xd4\x19\x94\x58\x8d\x8c\x4d\xca\ \x48\x89\x85\x9c\x01\xc9\x5a\xea\xab\xeb\x5b\x7d\xc4\x11\x96\x9c\ \x92\x1c\x1d\xe1\x62\xfe\x8e\xaa\xca\xdb\x06\x89\xc8\xc9\xcb\x74\ \x71\x5f\x55\x65\x75\x57\x48\x46\x25\xa4\xa6\x26\x46\x42\x21\x00\ \x80\xaa\x06\x8e\xbc\xf3\xc2\x09\x3e\xea\x2f\x1f\x2d\x69\x69\xe8\ \x89\x4a\x4a\x76\xa1\x50\x63\x43\xab\x1e\x9b\x9e\x12\xa3\x9c\x7e\ \xef\xd7\xdb\x1a\xd3\xfe\xfa\xbb\x8b\xc3\xac\x96\xb5\x2f\xbe\xd4\ \x9a\x31\x6d\x72\x56\xb8\x1e\x95\x94\x95\x12\x0b\x0c\x6f\x43\x53\ \x87\x27\x2e\x31\x5c\x47\x6d\x8d\xf5\xc2\x15\x1b\x1f\xe5\x96\x46\ \x4f\x75\xdf\x2d\xd2\x12\xc3\x3b\x1b\xeb\x85\x3b\x2e\x3e\xdc\xe1\ \x6d\x6b\xf0\x4a\x77\x82\x47\x54\x55\xde\xf6\x9a\x20\x3a\x25\x2b\ \x27\x56\x6e\x78\xe9\x85\x50\xf1\x13\x4f\xcd\x1c\x42\x3f\x29\x09\ \x0c\x22\xee\xef\x68\xec\xa2\x09\xa9\xf1\x6a\x6f\x4c\x0f\x04\x22\ \xd8\xd8\xd0\xe1\x89\x4b\x0e\xd7\xa1\xcd\xa7\x08\x88\x8e\xa6\x46\ \xea\x8a\x89\x8f\x70\xda\x45\x6a\x11\x82\xfe\xce\xe6\x4e\x43\xcb\ \xc8\x48\xb8\xf2\xe1\x8b\x5b\x9a\x32\xff\xe6\x7b\x0b\x54\xc3\x10\ \x00\x40\x08\x59\xa8\xbb\xb1\xcd\x88\x4f\x4e\xd0\xb0\x9d\x34\x00\ \x21\x33\x9a\x1a\x5b\x1d\xf1\x49\x11\x1a\xb1\x0f\x21\x24\x3a\x9a\ \x1a\x2c\x35\x3a\x31\xda\x69\x2f\x3a\x10\x22\xa3\xbb\xb9\x2d\x48\ \x92\x92\x63\x70\xdf\x21\x28\x58\x5b\x63\x23\x8c\x88\x8f\xf1\x68\ \x08\x11\x04\x38\x13\x32\xd8\xd9\xd2\x49\x1d\x09\x1e\xd9\xd4\x1e\ \x8a\x4b\x49\xd0\x20\x24\x0a\xe1\x94\x4a\x61\x35\x37\xb6\xa8\x91\ \x09\xd1\x6e\x45\x08\x09\x11\x32\x7b\x5a\x6f\xd7\x35\x05\xa8\xd4\ \x5c\xe1\x29\x69\xe9\x31\x6e\x62\x31\x6e\xf9\xbb\x6a\x6f\xd7\xfb\ \x2c\xa1\xea\xee\xc4\xb4\x8c\xf8\x70\x8d\x0e\x82\x59\x7c\xf1\x76\ \x75\x4c\xaa\x2a\xcb\xa1\xcb\xe5\x1a\x50\xcb\x9e\x49\x09\x5d\x2e\ \x97\xcb\xe9\xc6\x10\x18\x01\x7f\x69\xc9\xb0\x99\x53\x26\xc4\x45\ \x86\x69\x04\x43\x08\xc3\x23\xa2\x54\x5d\xbf\x79\xab\xea\x76\x53\ \x3d\x03\xc2\x64\xcc\x34\x2d\xc1\xa5\xcf\xeb\xbb\x72\xe9\xd2\x2f\ \x5f\x7a\xf9\xc1\x98\xdc\xf6\x32\xa9\x2a\x46\x10\x00\x29\x38\xa7\ \x8c\xd9\xf3\x55\x51\x7a\x0f\x32\x4a\x19\x13\x88\x10\x45\x21\x50\ \x72\xd3\xa4\x00\x61\x45\x51\x10\x04\x9c\x51\xda\x17\x92\x01\xb1\ \xc2\xdb\xaf\xac\xde\x78\x76\xf2\x63\x4f\x0d\x8b\x45\xa1\x90\xc9\ \x01\x76\xb8\xb4\x96\x6b\x27\xb6\xef\x3e\x5c\x1f\x0a\x5b\xf0\xc4\ \xd7\x86\x27\x79\x08\x6d\x7f\xfb\x67\xbf\x64\xd3\xbe\xfb\x67\xd3\ \xb2\xcd\x50\x88\x52\x26\x21\x52\x14\x22\xa8\xc5\x24\x50\x14\x15\ \x08\x4a\x99\x44\xf8\xae\x5b\x90\xde\xe3\x02\x2b\x2a\x06\x82\x72\ \xa0\xaa\xbd\xe9\xe7\x5d\x55\xc7\xde\xd9\x59\xb3\xf8\x9b\x8f\x27\ \xab\xbf\x2d\x68\x0e\x22\xa2\x10\x78\xf7\x2c\x47\x8a\x4a\x04\xb5\ \x06\x5a\x9b\x89\xa2\x42\xc1\xe8\x00\x89\x8f\xb0\x42\x30\x82\x66\ \xfd\x6f\x7e\xfc\x52\xe4\xdc\xef\x7f\x7d\x4c\x6c\xd0\xea\x7b\x65\ \x84\x15\x82\xee\x6a\x13\x42\x45\x51\x04\xa5\x5c\x0e\x8c\x20\x50\ \x91\x64\x03\x55\x06\x88\x15\x05\x49\xeb\xae\xba\x1c\x90\xa8\x0a\ \x60\x74\xa0\x5e\x80\xb0\x42\xa0\xb0\x04\x50\xef\xb9\x0b\x80\x8a\ \xaa\x08\x76\x07\x21\x1f\x62\xa2\xf6\xda\x43\x04\x67\xcc\x2e\x90\ \x0c\x11\x51\xd5\x7b\x0f\x0e\xd2\x1f\x87\xc9\x35\x4d\xeb\x07\x51\ \xe5\x9c\x02\x00\x31\x26\x8a\xa2\xa8\x84\x40\xce\x86\x64\xa6\xcf\ \x9d\x35\x3d\x2e\x22\x4c\x57\x30\xe7\x94\x60\xd5\x13\x11\x4e\x1c\ \xce\x5b\xb5\xb7\xdb\xba\xbb\x42\x26\x0d\x86\x0c\xc3\x34\xbb\x3a\ \x7b\xae\x5d\xbd\xf6\xda\x6b\x6f\x4c\x9a\x32\xd5\xfc\x9c\x10\xe1\ \x3f\x83\xf5\xce\x32\x02\x92\x38\x34\xd2\x0b\xf4\x82\x10\x0a\x75\ \x35\x55\xd5\xb5\x87\xa7\x64\xa7\x46\xbb\x38\x17\x08\xb0\x8e\x96\ \x56\xe9\x8e\x89\x76\xab\x9f\x4b\x04\x2e\xa7\x16\x15\xc8\xe1\x50\ \xe4\x1f\x2e\xa2\x0b\x22\xc8\x02\x4d\xcd\xdd\x9e\xf8\x24\x37\x19\ \xcc\x89\x1b\xa4\x07\x66\x72\x62\xd7\xb8\xb6\xf9\x5c\x4a\x89\x31\ \x96\x52\x5a\x96\x25\x28\xc5\x52\x06\x83\xc1\x50\x30\xc8\x3c\x4e\ \x43\x30\x24\xb9\x65\x99\x4c\xf0\xf8\x54\x67\x4c\x4c\x4c\x55\x6d\ \x2d\x07\xc8\x30\x2c\xd3\xe4\x8c\x4b\xa2\x68\x7f\xdc\x02\x9b\x52\ \x02\xcd\xe9\x91\xe2\x8e\x18\x13\x42\xe8\x91\xc9\xc3\xe3\xd3\x45\ \x9f\xcc\x17\x80\xc4\xa6\xa4\x03\x7e\x97\xc8\xfa\xbd\x4c\x1a\xaa\ \xae\x22\xc0\xff\xa0\x62\x4a\x0a\x89\x5d\xa9\x99\xe1\xf7\x88\xfd\ \x41\x1a\xa4\x4f\x3b\x4b\x11\x42\xfd\x55\xcb\x11\x22\x08\x11\xbb\ \x0a\x02\x92\x52\x50\xcb\xb2\xac\x40\x30\x28\x25\x60\x8c\x12\x04\ \x84\xe0\x94\x9b\x3e\x6f\x0f\x80\xb8\xbb\xb3\xa7\xdb\xeb\x87\x48\ \x09\xf8\x8d\x50\xc8\x70\xaa\x6e\x88\xd0\x1f\x15\xbb\x40\x8a\x8f\ \xc5\xe1\x48\xc1\x4c\x63\xa0\x5e\x2a\x19\xb5\x3e\xd7\x95\x45\x7c\ \x21\x25\xd2\x04\xb5\x06\x51\x5f\x06\xe9\x33\x12\xc2\x18\x13\x42\ \x6c\xb8\x45\xa7\xd3\xa9\xeb\xba\xaa\xaa\x84\x10\x88\x10\x42\xc8\ \x30\x8c\x60\x30\xc8\x39\xa3\xd4\x62\xd4\xe2\x82\x05\x83\x81\x60\ \x30\x08\x38\x57\x31\xb9\x74\xfe\xa2\x86\xb4\x25\x0b\x96\x0e\xcb\ \x1f\x16\xec\x09\x32\xca\x06\xcb\x65\x0f\xd2\x20\x7d\xe9\x98\xbc\ \x9f\x20\xb4\xc1\xcf\xec\xa4\x0e\x4c\x08\x41\x08\x53\x4a\x83\xa1\ \x20\x65\x8c\x73\x1e\x0c\x85\x2c\xd3\xe0\x9c\xfb\x7d\x5e\xc1\x85\ \xc7\xed\xa6\x21\x6b\x48\x56\x8e\x4b\xd5\xe2\x22\x62\x72\x33\x73\ \x08\xc6\x7f\x54\x49\x0e\x31\x21\x0f\x14\x8f\x03\x11\x51\x08\xfe\ \x23\xec\x94\x08\xf9\x22\x6b\x19\x41\x84\x15\x32\x58\x3c\xe9\x2b\ \xcc\xe4\x42\x08\x21\x04\x63\x8c\x31\x66\x59\x96\x69\x5a\xd4\xb2\ \x38\x67\x82\x0b\x29\x05\xe7\xc2\x32\x2d\xd3\x30\x2c\x4a\x29\xb5\ \x2c\xcb\xe0\xcc\x32\x42\x21\xc1\x98\xc7\xe1\x8e\x8f\x8d\x4f\x4b\ \x4a\x75\x28\x7a\xa4\x3b\x3c\x2f\x3b\x57\x51\x55\xf9\xe0\x40\x8e\ \x44\x51\x35\x4d\xb3\x13\x15\xef\xaf\x07\x40\x44\x94\xdf\xcd\xbd\ \x18\xf2\x96\xba\x9a\x2e\x43\x7e\xca\xea\xa7\x10\xa1\x50\x67\xc3\ \xad\xdb\xad\xe0\x0b\xd5\x3e\x20\x04\xbc\xa5\xae\xa6\xcb\x84\x9f\ \x18\x00\x06\x91\xa2\x28\xb8\xef\x85\x31\x51\x08\xc6\x98\x28\xa4\ \xef\x02\x88\x88\xa2\x10\x84\x89\xa2\x10\x78\xd7\x25\xbd\x4e\x81\ \xbe\x8e\x55\x08\x82\x10\x21\x16\xec\xa8\xac\x69\x02\x8a\xd6\xdf\ \x89\x08\x2b\x0a\xc1\x98\x28\xca\x9d\x36\xf1\xa7\x68\x13\x60\xe5\ \xce\x63\x0c\xd0\x06\xef\x5a\x2b\x21\xc2\x8a\xa2\xc0\xfb\x9d\x7f\ \xcf\x99\x77\x8e\x13\x45\xeb\x9b\x04\xfd\xc3\x87\x30\xe9\x9b\x19\ \x77\x7a\x63\x90\x3e\x8b\x50\x41\x08\xd9\xa9\x14\x42\x08\x1b\x27\ \xd4\xfe\xca\x05\x17\x9c\x11\x04\x13\xe3\x62\xa2\x23\x23\xa4\x10\ \x50\x72\x01\x38\xe3\x1c\x42\xa2\xeb\x4e\xd3\xa0\x9d\x6d\x5d\x85\ \x79\x45\x91\x9e\x48\xa7\xee\x40\x18\x67\xe4\x67\xc4\x25\x24\x88\ \x4f\x1f\x12\x03\x21\x90\xac\xa3\xe9\x76\xf5\xed\x86\x96\xf6\x2e\ \x53\x2a\xe1\x61\x6e\x04\xf8\x5d\xda\x00\xc2\xc0\xec\xbe\x74\xb9\ \x5c\x09\x8f\x71\x2a\xe8\x93\x96\x10\x44\x34\x5f\xd5\xe1\x37\x3f\ \x38\x93\x33\x72\x54\x8c\x2e\x3f\x85\x81\x0a\x2a\xba\x7a\xeb\xf0\ \xfb\x9b\x2e\x04\x26\x8d\xca\x93\xe2\x0b\xab\x3d\x0e\x35\x22\xca\ \xb6\xad\x3d\xd4\xe0\x18\x59\x94\x7a\x9f\x32\xcf\x10\x01\xea\x6f\ \x68\x68\x06\x8e\x30\x1d\x01\x80\x71\xa0\xa3\xa9\xdd\x6f\x04\x7b\ \x3a\x82\x42\x75\x39\x08\x00\x48\x98\x5d\xf5\x2d\x3d\xdc\xf0\xb6\ \xfb\x99\xdb\xed\x84\x00\x40\x61\x35\xd7\x37\x99\xc2\x6a\x6b\xed\ \x71\x78\xdc\x18\x42\x8c\x64\x67\x4b\x7d\xb7\xa5\x46\x87\x6b\x37\ \xf6\xaf\xdf\x72\x39\x90\x1c\xe3\x21\x9a\xae\x11\x04\x21\x0a\xf5\ \xb4\x34\x77\x9b\x96\xaf\xbd\x87\xab\x1e\x87\x22\x21\x94\x86\xaf\ \xb1\xb9\x93\xd2\x40\x47\x97\xe9\x0e\x77\x02\x09\x30\xb0\x9a\x1a\ \x9b\x0d\x4a\x3b\x3a\xba\x14\x57\xb8\x0a\x25\xc4\xa8\xa7\xb9\xa1\ \xcb\x84\x6e\xa7\xda\xbf\x98\x43\x04\x83\x5d\xad\x1d\x01\xe1\x76\ \xeb\x36\x64\xbd\xa4\x81\xe6\x96\x4e\xc5\xe5\x52\xa0\xe8\x6a\x69\ \x0e\x41\xcd\xa9\x62\x29\x01\x44\x98\xfa\xda\x5b\x7a\x4c\xa7\xcb\ \x81\xc0\x40\xc7\x1f\x0c\x76\x36\x56\xd5\xdc\x6e\x6c\x6d\xf7\x19\ \xc2\x15\x16\xa6\x61\x20\xa5\x0c\x75\xb7\xdd\xae\xa9\x69\x68\x6e\ \xf5\x06\xa9\xee\x09\x77\x10\x30\x98\x94\xfe\x19\x14\xf5\xae\xae\ \x0e\x34\x70\x17\x6d\x7f\x92\x10\x48\x8c\x90\x42\x24\x46\x54\x30\ \x6f\xd0\x6f\x51\x4b\x70\x6e\x18\x26\xe7\x92\x51\x21\x28\xe7\x26\ \x53\x00\xd2\x89\x82\xa4\x14\x9c\x49\x20\x15\x55\xc1\x18\x3d\x90\ \x20\x47\x08\x23\xa3\xed\x9d\x5f\xfd\x70\xe5\xc6\x5d\xfb\xf7\xee\ \x58\xf5\xea\x0b\xaf\xbe\x7f\xd8\x2f\x88\xed\x21\x97\x12\x60\xa2\ \xa8\xaa\xca\xbb\x6b\xb7\x6c\xfa\xa8\x21\xc0\x11\xec\x15\x2f\x08\ \x48\x00\xf1\x1d\x99\x03\x90\x82\xfc\x47\xf7\x1e\x0f\x2f\x9a\x94\ \x13\x85\x05\xb0\x97\x7d\x88\x31\x86\xf6\xff\x10\x94\x52\xa2\x3e\ \x61\x88\xfa\x24\x98\xe0\xd4\x62\xdc\x16\x7a\x18\x01\x09\x20\x51\ \x14\x04\xed\x4c\x32\x64\x57\x7a\x23\x44\xc1\x77\xca\x31\xd8\x67\ \xf6\xa2\xa9\xf7\xca\x25\x09\xfa\xc4\x6c\xef\x7e\xc1\x0e\x44\xb1\ \x9b\xb2\xfd\xf0\x10\x00\x4c\x14\x8c\x80\x94\x82\x21\xe7\xa8\x09\ \xa3\xda\xce\x1d\xbc\xd9\x6e\xe2\x8f\x29\xd1\x10\x62\x05\x06\x77\ \xbd\xfd\xc2\xea\x7d\x37\x15\x97\x4b\x17\xed\xef\xbd\xf2\xc2\xde\ \x1b\x1d\xd5\x47\x37\xfc\xfc\xcd\x9d\x21\xe4\x70\x39\xe0\x99\xcd\ \x6f\xbc\xb9\xfd\x52\x4f\xc3\xd9\x5f\xfc\xf4\xd5\x4a\x1f\x70\xb9\ \x9c\x6d\x97\x77\xfe\xf2\xf5\x2d\xed\xde\xe6\xb5\x2f\xfe\x6c\xd7\ \xb5\x2e\xa7\xcb\x25\xba\x6e\xbe\xf2\x8b\x5f\x5f\x68\x36\x89\xf0\ \x96\x5d\xa8\xcf\x2e\x48\x3b\xfb\xee\x2f\x5f\xdb\x7e\x05\xeb\x4e\ \x0d\x7a\x3f\x7c\xed\xf9\x9d\x97\x9b\xeb\xce\x6e\xfe\xf9\x2b\x5b\ \x7c\x48\x77\xe9\xe8\xd2\xce\x95\xaf\x6e\x29\xf3\x35\x5f\x7c\xfe\ \x17\xbf\xbe\xda\x01\x5c\x2e\x47\xd7\xcd\xfd\xbf\x7a\xf9\xbd\x36\ \x7f\xfb\xfb\xbf\xfe\xc5\xd6\xf3\xcd\xba\xcb\x89\xfd\x95\x6f\xbc\ \xf0\xd2\xc9\xda\xe0\x00\xe5\x1f\xa9\x3a\x3c\xbf\xe5\x95\x7f\xf9\ \xf1\x9b\x4d\xa6\xa2\x62\xa8\x69\xe4\xd6\xa1\xd5\x7f\xff\x2f\x2f\ \xd7\x5a\x48\x87\xc6\x96\x17\xff\xe9\x87\xef\x1c\x13\x8a\x06\x21\ \xd6\x15\x63\xe7\x6b\x3f\xfa\xc1\x1b\x3b\x02\x58\x1b\x20\xdd\xa1\ \xa2\xc0\xa3\xef\xbe\xf4\xcb\x37\xde\x3d\x78\x70\xdf\x07\x6b\x5e\ \xfd\xd5\xab\x1b\xaa\xba\xa4\xcb\x0d\xcf\x6d\x7b\xeb\xa7\x2f\xbd\ \xb3\xff\xc0\xfe\x4d\xeb\x57\xfe\xf2\xc5\xb7\xaf\xb4\x98\xea\x60\ \x7e\xcb\x67\xdd\x1e\x92\x01\x4c\x6e\xe3\x00\xc0\xde\xdc\x02\x20\ \x21\x90\x51\x61\x9e\xb8\xa8\x48\x05\x22\xc1\x2d\x29\xb9\x94\x10\ \x61\xac\x2a\x1a\x63\x20\x3c\x22\xca\xed\x0e\x73\xbb\xc2\x04\x97\ \x8a\xa2\xc6\xa6\xc7\xc5\xc6\xc7\x7f\x7a\x49\x0e\x11\x92\xa1\xf6\ \x63\xa7\x2b\x1f\xfa\xd6\x5f\x3d\xb1\x60\xca\xb0\xac\xc8\x53\x1f\ \xae\xb9\x81\x72\xc7\xa7\xb1\x8d\x6b\x56\x6d\xda\xb6\xfb\xcc\x8d\ \xd6\xe4\xbc\xc2\x48\xd9\x75\xe2\xe0\xce\xd3\x17\xae\x5e\xa8\x09\ \x0e\x2d\xca\xa8\x3d\xf5\xd1\xaa\x0d\x5b\xf6\x1f\x39\xe3\xd3\xe2\ \x73\xd2\xa2\xa1\x10\x90\xa8\xa2\xe5\xca\xe6\x83\x35\xd3\x56\x2c\ \x71\x37\x1f\x79\x65\xdd\xc9\xb4\xe1\x63\x63\x69\xf9\x5b\xaf\xbf\ \x0b\xb2\x47\xc1\xeb\xdb\x5f\x5a\xf9\xde\xd1\x63\xc7\x8e\x9e\xab\ \x8c\x4c\xcf\x4d\x89\x76\xfb\xea\x2e\xac\x79\xf3\xad\x1d\x87\x4e\ \x5f\xb9\x5e\x21\x62\x0a\x67\x4f\xc8\x6d\xbc\x74\x70\xf5\xaa\x0d\ \x7b\x0f\x9e\xa8\xf1\xa9\x79\xf9\xd9\x46\xf5\xf1\xd7\x5e\x5f\xb5\ \xe3\xe0\xa9\x0e\x10\xe1\xf4\x5e\x5a\xb5\xea\xdd\xfd\x27\x2f\x58\ \x9e\xcc\xa2\xf4\xf0\xca\x53\x3b\xdf\x5e\xfd\xee\xbe\xc3\xe7\x58\ \x6c\x76\xa6\xcb\xfb\xe1\xea\x95\x1b\x77\xec\x3b\x73\xad\x31\x26\ \x33\x2f\xd1\x61\x1e\xfc\xe0\x8d\x55\x1f\xec\x3a\x71\xb5\x25\xb3\ \x20\xd7\x7f\x63\xff\xdb\x6b\x3f\xd8\x77\xf0\x44\x8b\x8c\x28\xcc\ \x4d\x69\xb9\xb4\x7f\xe5\xaa\xf5\xfb\x8e\x9c\xf7\x6b\xf1\xc3\x47\ \xe4\xb4\x9c\x3f\x58\x47\x72\x46\x64\x84\xf3\xbe\xa8\x33\xdb\x8d\ \x29\xa5\x80\x7a\x54\x56\x0c\xdb\xb5\xed\x68\xea\xe8\x09\xde\xd3\ \xef\xed\x6f\x49\x7c\xfa\x6b\xf3\xf2\xd2\xa3\x2f\xed\xdd\xda\x15\ \x37\x22\x9b\x5d\x7e\x7b\x7b\xf5\xa2\x6f\x7e\xa3\xb4\x20\xc3\xb8\ \x79\xf0\x68\xa3\x67\x62\x81\xba\x7e\xe5\x87\x69\x0f\x7d\x7d\xde\ \x98\xa2\x28\x7e\x7b\xeb\xc1\xca\x91\x93\x86\x5d\xf8\xe0\xed\xba\ \x98\x69\x4f\x2e\x2c\x0d\xdc\x3a\xbc\xfd\x9c\xf7\xa1\x15\x8f\x8e\ \x4a\x91\x3b\x37\xef\x8f\x1e\x3e\x81\x5f\xda\xbc\xbd\x2a\xfc\x9b\ \x4f\x2e\x2e\xca\x8a\x2f\x3f\xf8\x51\x83\xab\x28\x4f\xad\x58\xb9\ \xe9\xf2\xec\x27\xbe\x39\x66\x58\x0e\xaf\x39\x71\xa0\x12\x4d\x2a\ \x0e\xdb\xb8\xf2\xdd\xe8\xc9\x8f\x2d\x9c\x50\x12\x8b\x9a\x3e\xda\ \x7b\xad\x78\x62\xe9\xf5\xad\xab\xca\x1d\xa3\xbf\xb9\xa8\x14\x5a\ \xfd\x45\x5a\x90\x42\x8c\x1b\xa7\x8e\x5f\xb8\xd9\x08\x22\x33\x87\ \xe7\xa7\xb2\x8e\x1b\xef\xaf\xfb\xb0\x89\x47\x97\x4e\x19\x97\x84\ \xbd\xa7\x4e\x1e\xbf\x79\xab\x23\xae\x70\x64\x7e\xa2\xa7\xe5\xd2\ \xbe\xb5\xbb\x4e\x11\x4f\xfa\xe8\x31\xa5\x61\x98\xde\x09\xa5\x41\ \xe2\xf2\xc9\x13\x11\xe3\xbe\xf6\xfd\xa7\x17\x95\x16\xe7\x75\x5f\ \xd8\xba\xe5\xb2\x39\x61\x5c\x7e\xcd\xd9\xa3\x62\xc8\x92\xff\xfd\ \x67\x0f\x8f\x1c\x51\xc8\x2a\x0e\x6c\x3c\xde\x58\x32\x76\x84\x07\ \x0e\x46\xd5\x3c\xb8\x24\x97\x77\x23\x77\xf7\xab\xee\x42\x08\x08\ \xa0\x14\x22\x14\x32\x7c\x3e\xbf\x61\x1a\x9c\x33\xc6\xa8\x90\x4c\ \x08\x61\x59\x56\x78\x44\x58\x4e\x4e\xb6\xe6\xd0\x83\x66\xc8\x62\ \x94\x31\x2e\xc5\x67\xe9\x7f\xd8\x5b\x26\x01\x46\xe5\x94\xce\x9d\ \x5a\x58\x79\xfa\x54\x8f\x1a\x37\x7d\xe1\xa3\x7f\xfe\xdc\x37\xe3\ \x7b\xae\x6c\x3f\x76\x03\x28\x10\x7a\x32\x56\x3c\xf3\xe7\xdf\x7f\ \x72\x8e\xb8\x7d\x78\xdd\xce\x8a\xf1\x0f\x7f\xfb\x1b\x0f\x65\x1e\ \xde\xb8\xe1\x6a\x9b\x54\x09\xc4\x18\x75\xb6\x34\x05\xf4\xa8\x54\ \x8f\x46\x4d\x5f\x6b\x6b\x27\x05\x08\x49\xab\xbd\xb5\x2d\xc4\x41\ \x4b\xd5\x4d\x23\x66\xc4\xf7\xfe\xf2\xbb\x23\x9c\x75\x1f\x6c\x3d\ \x25\x81\x6f\xc7\xfa\x77\x3b\x62\x27\xfc\xd9\x77\xbe\x31\x36\x37\ \x1e\x48\x28\xba\x6e\xbe\xfb\xde\xbe\xf8\x29\x8f\x7f\xf7\x1b\xd3\ \x6b\x0f\xbe\x7f\xa8\xa2\xc7\xdf\x58\xd1\xc0\x93\x9e\xfa\x1f\xdf\ \x5b\x58\xe2\xdc\xb9\x71\x87\x5a\xb2\xf4\x7f\xfe\xf9\x53\x63\x73\ \xe3\x7c\xb7\x4f\xad\x7e\xff\x68\xd6\x8c\xc7\x9f\x7b\xf6\x89\xb1\ \xe9\xda\xfe\x0d\x6f\x5f\x61\x99\xcf\xfe\xf9\x73\x23\x3c\x75\x6b\ \xd6\xee\xe8\x36\x8d\x1b\xd7\x6f\xe7\xcf\x7e\xfc\x7b\x4f\x2f\x0e\ \xeb\xb9\xb8\xe6\x83\x53\x05\x73\xbe\xf9\xed\x15\xa5\x97\xb6\xbd\ \x7b\xb6\xb6\xeb\xc4\xce\x6d\x66\xc6\xcc\xff\xf9\x57\xdf\x9e\x94\ \x17\xc7\xa0\x2b\x39\x21\xac\xb9\xae\x5e\xda\x35\xdb\xa5\x30\x43\ \xa1\x60\x28\x64\x71\x01\x01\xe0\x96\x15\x3b\x6c\xd6\x43\xf9\x60\ \xc3\xab\x2f\xae\x3f\xd4\x38\x7d\xc9\xc2\x58\x6c\x82\xc8\xdc\x15\ \x0b\x87\x9f\xdb\xf4\xe6\x8b\x6b\xf6\x26\x4d\x5c\x38\x2a\x49\x0d\ \x50\xf7\xec\xe5\x4b\xc1\x8d\x1d\xcf\xbf\xb8\xb2\x3d\x7a\xf4\xc2\ \x71\x19\x41\x9f\x51\x38\x7d\xc9\x30\xed\xf6\x6b\xcf\xbf\xb4\xaf\ \xce\xb9\x74\xf1\x64\x0f\x0a\x5d\x2b\xbb\xac\xa6\x0e\x4b\x77\x51\ \x57\xce\xa4\x45\x23\xdd\x9b\xdf\x78\x69\xf5\xbe\xaa\xc9\x4b\x16\ \x25\x2b\x21\xcb\x99\xb1\x6c\xf1\xd8\xab\xdb\xdf\xfe\xf5\xca\x9d\ \x51\x63\x16\x8d\xcf\x74\x86\x0c\x65\xfa\x92\xc5\x7a\xe5\xde\x17\ \x7e\xfd\x56\x95\xa3\x64\xd1\x94\x3c\x33\x68\xe4\x4c\x5a\x34\x26\ \xa2\xf1\xcd\x5f\xbf\xb8\xeb\xba\x5c\xb0\x68\x86\x4b\x58\x62\xa0\ \xaa\x4d\x8d\x6e\xcb\x31\x7d\xee\xa4\xa6\x33\x07\xeb\x42\xe2\xfa\ \x91\x03\x66\xc6\xc4\x49\x43\xb4\xce\x4e\xca\xac\xce\x90\x33\x7f\ \xfe\x84\xe4\x13\xfb\x8e\x85\x78\xe0\xc8\xc1\xb2\xdc\xa9\xf3\x92\ \x35\x33\x60\xd0\x7b\x12\x16\x7b\x83\xfd\x05\xd0\x23\x52\x67\x2d\ \x7c\x88\xde\x3a\x7f\xbb\x2b\x44\x10\x96\x52\x70\x21\x88\x23\x6e\ \xd6\xd2\x87\x94\xd6\x1b\x37\xea\x02\xca\xa0\x30\xff\x0c\xac\x2e\ \xef\x26\xfb\xa8\x94\xd2\x06\x07\x13\x52\x5a\x96\x65\x87\xc4\x50\ \x4a\x39\x65\x92\x4b\x29\xa5\x90\xc2\xb2\xcc\x23\xc7\x8e\x74\x74\ \x76\x48\x08\xa8\xa0\x16\x35\x21\xfa\x8c\x03\x60\x9b\x01\x38\x93\ \x8a\xaa\x63\x28\x7c\x6d\x35\xfb\xb6\xbc\xbb\x66\xc3\xd6\x5b\xcd\ \x3e\xd3\x08\x32\x00\x21\x24\xee\xb0\x88\x08\x8f\xda\x7a\xfb\x56\ \x43\x5b\xfb\x89\x9d\xef\x6e\x3e\x7c\x13\x39\x9d\x2c\x18\x82\x10\ \x41\x28\x2c\xd3\x80\x8a\x43\x81\x10\x00\x48\x14\xdb\x80\x07\x09\ \x21\x08\x4a\x80\x95\xb0\x88\xa8\xf8\x84\xf4\xd1\x23\x87\x81\x40\ \xbb\xb7\xbd\xba\xaa\x47\x9b\x32\x6b\x46\x6a\x52\x6a\x46\x6a\x82\ \xa6\x20\x7f\x5d\x65\x75\x4b\xc7\xcd\x13\x5b\xd7\x6e\x3e\x66\x69\ \x0a\x33\x19\x80\xc4\x1d\x11\x95\x94\x10\x17\x11\x93\x36\x7e\xc2\ \xc8\x8e\xb3\x1f\x6d\x3a\x70\x89\x62\xa5\xf5\xc6\x55\x33\xae\x64\ \xe6\x94\x61\x29\x29\xc9\x11\x28\x74\xb5\xc6\x37\x71\xd6\xb4\xec\ \xd4\xf4\x29\x73\xa6\xa1\xd6\xca\xc6\x4e\x53\xd5\x3d\x71\xf1\xf1\ \xc9\xf1\x31\xc1\x96\xaa\x9a\xe6\xce\x8b\x07\x36\xbd\xb7\xf3\x9c\ \x70\x3a\x69\x48\x8e\x9e\x32\xc1\xb8\xb1\xff\xbd\x1d\x27\x7b\x38\ \x42\x92\xe8\xba\x62\x99\x41\x09\x20\x42\x44\x06\x6a\xd6\xff\xe6\ \x97\x3f\xf8\xc9\xaf\x76\x9d\x6f\x52\x55\x02\x80\xb0\xb8\x36\x6d\ \xe9\x62\x78\xfb\x1c\xcf\x9c\x31\x2d\x3f\xc2\x32\xa9\x65\xb2\xac\ \x09\x8b\x4b\x1d\x0d\xd7\x82\xc9\x8b\x67\x16\x4b\xcb\x12\xcc\x74\ \x24\x97\x2e\x99\x18\x7b\xac\xac\x73\xf6\xe2\x59\x11\xd0\xe2\x92\ \x33\x35\x61\xd1\xd2\x69\x8d\xa7\x4f\xa5\x4d\x5b\x5c\x14\xa7\xd3\ \xee\xfa\xf3\xe5\x9d\x05\xa5\xc3\x54\x66\x99\x94\x8c\x5f\xb4\x2c\ \xa2\xfe\xac\x3f\x6d\xf2\xcc\xe2\x04\x93\x72\x66\x59\xa9\xa3\xe6\ \x4e\x48\xec\x3a\xd7\x12\xb3\x6c\xce\x48\x68\x9a\x8c\x51\x25\xbe\ \x64\xd9\xf4\xcc\x0b\x67\x6f\x4f\x59\xba\x20\x16\x5b\x94\x51\x0b\ \x45\x2d\x5c\x31\xbb\xe5\xe2\xf9\xf8\x71\x0b\x47\x26\xab\x77\x25\ \xc0\x40\x08\x2c\xc3\x17\xe0\x29\xa5\x53\x4a\x13\x82\x7b\x3f\xda\ \x7c\xf8\x9a\x6f\xd2\xfc\x19\x91\x28\xe8\xf5\x33\xc1\xfc\x86\x81\ \x87\xcf\x98\x1b\xdd\x73\x79\xf3\x96\xad\x15\x66\xf2\xec\xc9\xc3\ \x21\xf3\x99\x26\x85\x1f\xc3\x10\xb2\x6d\x41\x9c\x71\x88\x35\x05\ \xf1\xde\xd8\x5e\xfb\x28\x63\x52\x51\x15\x08\x38\xe3\x60\xd0\x47\ \xfb\xe0\x44\x3e\xd6\xd7\x40\xda\x65\xf9\x80\x14\x02\x20\x21\x18\ \xe7\x94\x52\x8b\x52\x04\x81\x8d\xbe\xc6\x18\xa5\x8c\xea\x08\x06\ \x8d\xd0\xa1\x23\x07\xa7\x4e\x9b\xe5\x72\x85\xf9\xbc\x3e\x00\x3e\ \x0b\xee\xba\x04\x50\x51\x55\x55\xd7\xa9\xb7\xe1\xd4\xe9\x2b\xf1\ \x85\x2b\xca\xf7\xbc\x7b\xc5\x1a\xf1\x4f\xdf\x9f\x75\xee\x9d\xe7\ \x8f\x33\x01\x21\x10\x8c\x72\x08\x01\x22\x8a\xaa\x78\x12\xf2\xbf\ \xf6\xec\x53\xb1\x0a\xe3\x12\x20\x88\x4c\xca\x11\x56\x35\xdd\x01\ \x68\x9b\x25\x84\xae\xaa\x56\x20\x60\x71\x00\x35\x05\xf6\xd5\x23\ \x91\x42\x30\x00\x84\x94\x08\x00\xa8\xbb\x34\x61\xb4\xb5\x77\x83\ \xcc\x04\x28\x25\xe7\x02\xab\x8a\xee\x89\x7f\xe8\xb1\xef\x94\xc6\ \x40\x2a\x24\xd6\xdd\xb5\xfb\x99\x14\x82\x31\x2b\x64\xe1\x51\x8b\ \x9e\x29\x18\x53\xb9\x75\xf5\x6b\x2f\xac\x34\x9e\x1e\x15\xc6\x03\ \x9d\xbe\xa0\x88\xd1\x11\x20\x8a\x13\xf3\xf6\x2e\x3f\x00\x09\xa1\ \xae\x76\x03\xaa\x9a\x4a\x00\x10\x9c\x73\x21\x38\x56\x88\x23\x3a\ \x63\xe9\x93\xcf\x65\x7a\x04\x13\x00\x02\xe4\xc8\x7f\xf4\x9f\x8a\ \xea\x76\x6e\x78\xeb\x85\x57\xdb\xff\xed\x9f\x9e\xb2\x4c\xaa\xe9\ \x6e\x08\x80\x10\x0c\x3a\xd3\x1e\xfe\xd6\xf7\x98\x04\x9a\xd3\x6d\ \x87\x94\x0b\xc6\xd4\xa8\x84\xec\xb4\x14\x91\x9e\xa2\x49\x16\x04\ \x00\x48\xce\xa0\x3b\x23\x33\x2b\xd5\x97\x1a\xe1\x46\xdc\x6f\x97\ \x93\x02\xb1\xe9\x19\xd9\x69\x38\x21\xdc\xc5\x85\x05\x00\xe0\x9c\ \x87\xc7\x26\xa7\xa5\x65\x66\xa4\x46\x20\x28\x5b\xaa\xaf\xd6\xb1\ \xf8\x39\xd9\xd1\x94\x73\x29\x05\x71\xc4\x64\x64\x66\x7a\xd2\x13\ \x54\x24\xec\x9c\x57\xa1\x38\x52\x33\x32\x32\x79\x5a\xa4\x6e\x57\ \x73\x96\x8c\xa3\xc4\x94\xf4\x94\x14\x5f\x6a\x82\x83\x51\x0a\x00\ \x10\x94\x39\x12\x52\x72\x52\x92\x53\x53\x12\x31\xbf\x1b\x97\x16\ \x42\x40\x2d\xc3\xe4\x40\x8b\x9a\x3a\xb3\xf4\xef\xfe\xf1\xe5\xc8\ \x39\xcf\x8d\xc9\x8e\xa9\x03\xd2\x0c\x59\xdc\x0c\x59\x12\x38\xe3\ \x87\x4c\x2d\x89\xfe\xcf\x37\x3f\x9c\xf6\xe7\x3f\xcc\x89\xa4\x8c\ \x19\x26\xa5\x00\xea\xf7\xcc\x3a\x4c\x14\x55\xd1\xb8\x0c\x96\x9d\ \x3a\x12\x88\xc8\x4a\x89\x70\x36\x0b\x81\x88\xa2\x69\x3a\x42\xc6\ \x95\xbd\x27\xba\xb4\xd8\xf4\x24\x4f\x7f\xf5\xa8\x41\x7a\x00\x26\ \x1f\xe8\xd9\xe6\x82\x03\x88\x24\x80\x12\x00\x21\x01\x04\x02\x43\ \x68\x59\xa6\x61\x84\x98\x43\xa7\x40\x02\x00\x18\x26\x58\x70\x29\ \x39\x26\xc8\xe3\xf1\x9c\x2d\xbb\x98\x94\x9c\x9e\x92\x9a\x6e\x9a\ \x16\xe7\xfc\x81\x2b\xa8\x40\x2c\x02\x4d\x87\x76\x6c\x69\x39\x83\ \xea\x2a\xae\xb7\xe9\x23\x9e\x9b\x3b\xda\x7b\xf4\x3a\x2f\xbf\xbe\ \x77\x0f\xaa\xad\x6a\x03\x43\xa1\x1e\x11\x97\xe6\x0e\x7e\xb8\x76\ \xd5\xad\xec\xdc\x31\x25\x93\xf2\x4f\xac\x5e\xb5\x6a\xed\x90\x38\ \xa7\x2b\x76\xc8\x94\xc9\xc3\x34\xc6\x04\x13\x51\x09\xc9\x6e\xe3\ \x42\x4d\x77\x68\x6c\x62\x51\x5e\xd8\xbe\xf5\x6f\xbc\x7c\x2d\xde\ \xa8\xeb\x61\x93\x54\xcc\x2c\xc3\xb0\x18\x00\x40\x32\x2b\x18\x0a\ \x4a\x77\xf6\xac\x89\x59\x6b\x37\xfc\x26\x58\x59\xd8\x7e\xa5\x9c\ \xc7\x67\x7a\xb2\x47\x4d\xcc\x3c\xf6\xd1\xea\x95\x75\xb9\xb1\x5c\ \x4b\x9c\xf3\xd0\x54\xc0\xad\x90\x69\x01\x44\x34\xde\x7e\x64\xfb\ \xf1\x56\x4b\xb3\xb0\x43\xc3\x32\xae\x78\x4a\xd1\xfe\x17\xde\x7c\ \xe9\xe5\xbc\x24\x4f\x52\xd1\xb8\xe9\x33\x47\xad\xde\xba\x7a\x65\ \x5d\x76\xfd\x95\x8b\x43\x26\x3e\x9a\x1e\x01\xfc\xfe\xa0\x25\x24\ \xe7\x22\x2e\x6f\xd2\xa8\xd8\xdf\xac\x5f\xbd\xba\x28\x2d\x42\x71\ \xa7\xcd\x98\x55\x7c\x7e\xf7\xc6\x6a\x43\xa3\x50\x71\xe8\x3a\xa6\ \x5d\x75\x4d\xbe\xa4\x31\xa9\xd0\xb6\xea\x23\x25\x2c\x2a\xaa\x57\ \x63\xbd\x13\x94\xcb\x8c\x60\x50\x98\xf4\x8e\x2d\x53\x0a\xcb\x08\ \x06\x43\xa6\x90\xa0\xcf\x0d\x25\x99\x65\x06\x83\x21\x3a\x60\xa3\ \x24\x18\x0d\x06\x83\x26\x13\x58\xd2\x1b\x17\x2e\x87\xe5\x8e\x4f\ \x0c\x53\x84\xc1\x00\x84\x76\x9b\x21\xd3\xea\x5f\x8c\x21\x10\x96\ \x11\x0a\x86\x4c\x21\xfa\xdb\x04\xcc\x32\x82\xc1\x20\xe5\x77\x0e\ \x09\x4e\x43\xc1\xa0\xf9\xb1\x44\x51\x08\x21\xb7\x8c\x1e\x6f\x08\ \x42\xea\x4e\x1d\xfd\xf8\x53\x7e\x47\xfe\x48\x0d\x48\x20\x68\x8f\ \xd7\xcf\x03\x3e\x9f\xc5\x99\x40\x43\xc6\xcc\x7c\xc2\x4c\x2d\x2a\ \x4d\x11\xb4\x5a\x04\x7d\x3d\x21\x0b\x42\xc7\x5d\xb6\x19\x11\xb8\ \x7a\x62\xcf\xbb\xa1\xab\x1d\x75\x55\xb7\x5a\xe5\xa3\x5f\x5f\x14\ \xab\x09\xc1\xad\xca\xb2\xfd\x1b\x94\x6a\x6f\x4b\xed\xf5\x1a\xdf\ \xfc\xc7\xbe\x95\xe5\x16\xd6\x20\x8f\x7f\x36\x17\xda\xdd\x62\x15\ \x22\x8c\x11\xc6\x84\x60\x20\x25\x04\x5c\x45\x30\xdc\xed\x76\x3a\ \x34\x28\x99\x10\x0c\x22\x8c\x89\xa2\xa8\x9a\xa2\x39\xba\x7a\x7a\ \x2a\x2b\xab\xbb\x7d\x7e\x45\x77\x50\xc6\x8a\x47\x15\x27\x26\x27\ \x89\x4f\x6d\x19\x91\x00\x40\xa4\x46\x46\xb8\x25\x17\x12\x3b\xb2\ \x86\x4f\x7e\x78\xd1\x8c\x18\x15\x46\xa5\x64\xc7\xb9\x59\x73\x5b\ \x77\x78\x5a\xd1\xc4\xd2\xfc\xc8\x88\xa8\xcc\xcc\x54\x19\xe8\x11\ \x6a\x44\x76\x51\xf1\x98\xe2\x5c\x10\xec\x0e\x50\x14\x9b\x9c\x9e\ \x14\x17\x8e\xa4\x94\x42\xaa\x61\xe1\x3d\x15\x27\xaf\x74\x45\x8e\ \x19\x9e\x9b\x93\x9b\x85\x82\x5d\x7e\xe9\x19\x31\x6e\x62\x51\x7a\ \xac\xc3\xe1\x8a\x4f\x4e\x8d\x8f\x74\x41\xac\x46\xc5\x27\x27\xc6\ \xc5\xa4\x0c\x29\xca\x88\x42\x9d\x1d\xde\xb0\xd4\xc2\xc9\x63\x4b\ \xa2\xc3\x23\x87\x0c\x2d\x0c\x07\xc1\xee\x00\x0d\x8b\x49\x4e\x4b\ \x8a\xd6\x75\x47\x74\x7c\x72\x72\x6c\x24\x96\xdc\xd7\xd3\xde\xd2\ \xda\xe5\x4c\x2d\x9e\xf7\xd0\x84\x58\x57\x78\xde\xd0\x7c\xc5\xec\ \xf1\x59\x28\x3a\x29\xb3\x64\x64\x69\x46\x14\x6a\x6b\x0f\x66\x8d\ \x9e\xb5\x60\xca\x50\xc2\x98\x1e\x1e\x9d\x9a\x9a\xe2\x56\x00\x50\ \xc3\x0b\x87\x15\xe8\xd4\xd7\x13\x12\x51\x89\xa9\xa9\x49\x91\x56\ \x4f\x47\x53\x4b\x87\x12\x93\xb7\x78\xc9\x2c\xad\xf1\xf4\x96\x53\ \x5d\xb3\x17\x4d\x8f\x52\x65\x5f\x59\xf4\x7b\xcb\x99\x49\x00\x1d\ \xee\xa8\x94\xb4\xd4\x28\x8f\xd2\xef\x39\x22\xba\x3b\x21\x25\x2d\ \x29\xda\x0d\xef\x98\xad\xd4\xa8\xb8\xa4\xb4\xe4\x58\xa5\xbf\xfc\ \x32\x44\xee\xc8\xd8\xb4\xf4\xf4\x30\xd1\xb4\x79\xcb\xc9\xfc\xe9\ \x8b\x8a\xe2\x08\xb5\xf1\x2b\x00\xd2\xdd\x11\xc9\x69\x69\x31\x6e\ \xcd\xbe\xb1\x94\x00\xab\xae\xf8\xa4\xd4\xa4\xb8\xb0\xbe\x06\x24\ \xc4\x4a\x44\x5c\x52\x6a\x72\x9c\xd6\x5f\x7e\x19\x22\x67\x58\x4c\ \x5a\x5a\x8a\x47\x47\x10\x2b\x9a\xa6\x29\x0a\x51\x08\x21\x8a\x02\ \xa4\xd4\xc2\x63\x32\xd3\x93\x1c\x8a\x9a\x96\x5b\x10\xef\xc1\x94\ \x02\x87\x3b\x3c\x2e\x31\x31\x26\xc2\x13\x11\x97\x92\x9e\x18\xa5\ \xe8\x61\x43\x0a\x86\xb8\x20\xe3\x10\x87\x45\x44\x25\xa7\xa5\xc7\ \x84\x39\x08\xc6\x0a\x21\xb6\x13\xde\xe9\x76\x2b\x08\x30\x89\x63\ \xd2\x87\x2e\x5c\xb6\x78\x58\xb2\xdb\xb2\xb8\xd3\x1d\xe9\x24\xc2\ \xe4\x30\x32\x29\x6f\xee\xb2\xa5\xa3\xb2\xa2\x18\x1d\x4c\x47\xff\ \x2c\x86\x37\xa8\x28\x03\x30\x34\x25\x07\x10\x01\x84\x24\x42\x08\ \x02\x2c\x25\x12\x96\x5b\xc1\x99\x49\x49\x29\xf1\xb1\x2a\xe6\x08\ \x73\xdd\xe1\x72\xb8\xc2\xc2\xc2\x63\x22\xa2\x13\x6a\xeb\x1a\x77\ \xef\x39\xd4\xda\xd9\x95\x9a\x9e\x15\x19\x11\xf5\x9f\x3f\xfd\x8f\ \xd1\x63\xc7\x59\x0f\x16\x65\x0d\x35\x87\x53\xc1\x50\x4a\x21\x18\ \x33\xed\xca\xbb\x10\x69\x9a\xae\x10\x24\xa5\xa0\xa6\x61\x52\x8e\ \x15\x4d\xd7\x54\x28\x59\x28\x68\x48\xac\xe8\x9a\x8a\x11\x60\x96\ \x69\x98\xcc\x96\x49\x88\xa8\x81\x9a\xa3\xaf\x6d\xbc\xb6\xf8\xd9\ \x6f\xe5\x45\x12\xac\x28\x08\x02\xc1\x98\x61\x18\x50\xd5\x15\xc0\ \x0d\x93\x42\xa2\xea\x0a\x34\x0c\x53\x02\xa4\x68\xba\xaa\x60\x20\ \x05\xb3\x4c\xc3\x62\x08\x13\x4d\xd3\x08\x46\x82\x59\x21\xc3\x84\ \x44\x53\xb1\x34\x0c\x4b\x42\xa4\x69\xba\xaa\x60\x29\xb8\x69\x18\ \x94\x4b\x44\x88\xae\x69\x18\x01\x6a\x1a\x26\x15\x8a\xa6\xab\x0a\ \x12\x8c\x1a\x86\x29\x00\xd6\x75\x4d\x58\x86\x6d\x38\x86\xc8\x76\ \x4b\x03\x4e\xad\x90\x41\x89\xee\xd0\x15\x2c\x85\x00\xdc\xbf\x6b\ \xf5\x2b\x55\xd1\x33\x9e\x99\x3f\x4c\x7c\x72\x2d\x71\x1b\x3e\x1d\ \x30\xd3\x64\xa2\x5f\x3b\xc2\xaa\xa6\x40\x6e\x18\xb4\x7f\x6b\x0a\ \xb1\xa2\xab\xc8\x0c\x99\x03\x8c\x61\x48\xd7\x35\x29\x40\xfd\xf1\ \xd5\xbf\xda\xed\xfb\xab\x7f\xfc\x5e\x12\x34\xec\x4c\x51\x09\xa0\ \xaa\xeb\x88\x99\x26\xed\xdd\xdc\x4a\x09\x88\xaa\xa9\x48\x84\x4c\ \xeb\x8e\x0b\x15\x29\xba\x86\xef\x6a\x13\x20\xcd\xa1\x09\xcb\x60\ \x12\x78\x9b\x6b\x6e\xd5\xb6\x72\x88\x20\x00\x5c\xc8\x88\xa4\xdc\ \xe1\xb9\x09\x56\x30\xd8\xaf\xc7\x4b\x09\x54\x5d\x47\xc2\x32\x39\ \x76\xa8\xc8\x34\x0c\xd1\xaf\xdf\x41\xa4\x3b\x1c\xc1\xe6\x8a\x0b\ \xe5\x0d\x12\xda\x5e\x4c\xe9\x8e\x4b\x2d\xcc\xcb\x72\x2b\x36\xf4\ \x25\xb7\x2c\x93\x71\x29\x25\x20\x9a\xa6\xab\x0a\xb4\x73\x90\x2d\ \x8b\x0e\x9a\xd5\x3f\x83\x0c\xb7\xb3\xd0\x06\xfa\xc9\x11\xc2\x52\ \x42\x01\x80\x60\x8c\x4b\x81\x55\x82\x10\x12\x42\x98\xa6\x69\x18\ \x06\x50\x04\x51\x00\x65\x14\x99\x26\xb5\x2c\x29\x39\xc2\xc4\xe1\ \x76\x2a\xfe\x40\x43\x43\x43\x57\x77\x8f\x9d\xd0\xf6\xa0\x5b\x72\ \x33\x14\xb8\x37\x37\x55\x0a\xd3\x08\x9a\x03\x74\x42\xc1\xac\x20\ \xeb\x5b\x3b\x38\x0d\x05\xe9\x5d\x9e\x7d\x00\x04\xb3\xdc\xa9\x63\ \x9e\x7a\x22\x1d\x29\x9c\x52\x61\xde\x59\x68\x20\xb0\x4c\x6e\xfb\ \x05\x39\x0d\x71\xfb\x1a\x49\xcd\x10\x35\xef\xb4\x2f\x05\x37\x42\ \xc1\xfe\x4b\x24\xb3\x0c\x06\x00\x84\x10\x48\xcb\x0c\x59\xe6\x00\ \x47\x00\x67\xa1\xe0\x1d\x79\x32\xa0\x1d\x08\x81\x30\x8d\xd0\x80\ \x97\x60\x46\xff\x99\x10\x30\x33\xe4\x37\x7b\xfd\x94\x45\x33\x96\ \x8f\x8c\x48\x00\x96\xf5\x5b\xa2\x0a\x20\x90\x96\x11\x02\x77\xef\ \x7f\x78\xdf\xbb\x0c\x58\x96\x69\x28\x74\x6f\xef\x19\xa1\x10\x22\ \x18\x45\x17\x3c\xb2\x3c\x32\x9e\x50\x7a\xe7\x29\x24\xb5\x9f\x10\ \xde\x29\xc6\xce\xa9\x19\x1a\xd8\x95\x00\x4a\xc1\x42\xa1\x7b\x64\ \xa6\x30\x43\x21\x00\x00\x56\x70\xb0\xb3\xf1\xda\xe5\x6b\x14\x29\ \x10\x02\xca\x44\x1a\x8a\x2d\xc8\x88\x1c\x18\x7d\x04\x21\xa0\xa6\ \x61\x5f\x15\x32\xee\x7e\x03\x29\x2c\xd3\x0c\xf4\x34\x5f\xbb\x72\ \x85\x23\x0c\x00\xe0\x16\x8f\x2f\x74\x65\x67\xa5\x40\xf3\x2e\x68\ \x28\x08\x01\xb7\xcc\x80\x65\x0e\x32\xea\xe7\x6f\x78\x03\x10\xf4\ \x82\x2a\x4a\xc4\x18\x87\x52\x30\x28\x4d\xcb\x0c\x06\x03\x40\x87\ \x3a\x24\xd8\x64\x12\x98\x86\x65\x98\xa6\x45\x29\x05\x10\x70\x2e\ \x4c\xca\x43\x56\x17\xff\xe2\xe2\xc6\xee\x43\x5c\xc2\xa8\x84\x64\ \xc9\xd9\x97\x3c\x2c\x4a\x02\x1c\x93\x90\x04\x38\xfb\x83\xe6\x8d\ \x0a\xca\xe3\x86\x8c\x4c\x46\xc2\x30\x3f\xcf\x5d\x2c\xa7\x3c\xb1\ \x68\xf2\x33\x25\xd3\x20\x90\x40\x02\x00\x81\xe0\x8c\xd2\x07\x18\ \x77\xc1\x59\x58\xfa\x98\x6f\x3d\x37\xbe\x77\x77\x00\xa1\xe0\x8c\ \x0e\x82\xbf\x7d\x61\x86\x37\x09\x20\x00\x08\x41\x68\x27\xac\x08\ \x46\x85\xa0\x02\xc1\x10\xe3\x7e\xca\xb0\xa2\x62\x0b\x12\x0c\x81\ \x00\x8c\x71\xc6\x28\x13\x94\x09\x46\x01\x03\x2a\x81\x10\xfd\xb1\ \x99\x4b\x72\xf6\xa7\xb1\x67\xfb\x22\x9e\x13\x02\x4e\xcd\x3f\xc4\ \xa2\x2b\x38\xa3\x03\x57\xf3\x07\x4f\x49\x92\x82\x51\xeb\xf7\x6a\ \x61\x90\x3e\xbb\x24\x97\x42\x02\x28\x81\xec\xe5\x57\x04\x91\x80\ \x48\x02\x40\x05\x34\x99\xb4\x18\x54\x00\x50\x14\x80\xb8\xe4\x8c\ \x33\x4a\xfd\x7e\xbf\x2f\xe0\xe7\x50\x9a\x8c\x22\x84\x07\x7b\xf3\ \x2b\x42\xbf\x7f\xae\xa1\x1c\x64\xec\x2f\xd2\xfc\x76\x4f\xd7\x0b\ \x3b\x3b\x85\x73\xce\xb9\x90\x12\x02\x00\x24\xe8\x4b\x53\xa3\x9c\ \x73\xce\x19\xa5\x8c\x51\x6e\x31\xe6\xf3\xf9\xfc\x3e\x9f\x2d\x9a\ \x38\xe3\x7f\x1a\x61\x0a\x10\x3d\x50\xa2\x27\xc2\x98\xfc\xfe\x80\ \xe1\x0f\x78\xd3\xcf\x79\x8c\x31\xfe\xd3\xca\xe2\xb2\x01\x9e\x7f\ \xff\x66\x1e\x34\xf5\xf8\x2b\xc1\xe4\x77\x71\xbb\x10\xbd\x4e\x1d\ \x78\xe7\x6b\xbf\x0d\x45\x02\xc9\x28\xf3\xfb\xfd\x94\x31\x84\x90\ \xd3\xe5\x8a\x8e\x89\xf9\x6c\xc2\xdc\xde\x1c\xf4\x03\xd4\xdc\x7f\ \xb4\x30\xfe\x7c\x22\x9d\x20\x94\x34\xd8\xde\xde\x4d\x3f\xe6\xd0\ \xbf\xef\xdd\x21\x84\x86\xaf\xab\xa3\x27\xf4\x49\xcf\x06\x7b\x9f\ \xfe\xb7\x1a\x1c\x21\x14\x56\xa0\xbd\xbd\xfb\xd3\xa2\xd2\xf7\xa1\ \x71\x0d\xf8\x76\xd7\x21\xf8\xa9\x0f\xd9\xff\x33\xfd\xdd\x5d\x7e\ \x13\x0e\x60\xf4\xdf\xa7\x4d\x78\xef\x03\x82\x01\xe7\xc0\x7b\x3a\ \x02\xfe\x8e\x8e\xb9\xdf\xcf\x10\x72\x23\xd0\xde\xd1\x23\x3e\xe9\ \xd2\x4f\xd9\xe9\x92\x76\xb5\x77\x84\x18\x18\x64\xf3\xbb\x98\xbc\ \xaf\xeb\xe0\x40\x9d\xaa\x1f\x54\xa2\x97\xb9\xc5\x9d\x5c\x54\x84\ \xa0\xd3\xe9\x94\x52\x52\x6a\x05\x02\x7e\xf1\x99\x62\xd7\x99\x15\ \xf2\xf6\xf4\xf4\xf4\xf8\x4c\x26\x55\x55\x45\x1f\x67\x3e\x1e\xaa\ \xaf\xad\x0f\x58\xf2\xf7\x87\x9d\x41\x44\x0b\xde\x3e\xbb\x76\xc3\ \xce\x6e\x78\x77\x0c\xb4\x14\xd4\xfa\x38\xda\x2a\x24\x2a\xbc\x72\ \x60\xe3\x87\xc7\x6e\x29\xca\xc7\x2d\x94\x50\x51\x55\xc9\x4c\x6f\ \x4f\x8f\x2f\x10\xfa\x2d\xe6\x3e\x44\x34\xdf\xad\xe3\x6b\xde\xdf\ \xef\xff\x14\x55\x82\x6c\x73\xb7\x61\x71\xbb\xc3\x11\x42\x8c\x9a\ \xa6\x69\x1a\xa6\x25\x11\x86\x40\x02\x84\x24\xa7\x86\x69\x1a\x86\ \x29\x7a\xbb\x04\x22\xc0\x0d\xc3\x34\x0d\xc3\xe2\xbd\xe9\xf4\x08\ \x01\xcb\x08\x31\x09\x14\x64\x1e\xda\xf8\xce\xa1\x2b\x8d\xdc\x2e\ \x3e\x07\x00\x44\x88\x5b\xa6\x69\x9a\x21\xc3\x02\x08\x41\x00\x20\ \x44\x40\x50\xbb\x05\x26\xef\x1c\x32\x0d\xc3\x34\x0d\x8b\x0a\x84\ \xa0\x94\x00\x21\x40\x4d\xc3\xe2\x92\x33\x26\xfb\x57\x45\x88\x80\ \x14\xd4\x0e\x38\x95\x9c\x32\x81\xfa\x33\xda\x11\x12\x8c\xb2\x4f\ \xd6\xcc\x39\xa3\x1f\xaf\xec\x8e\x88\xd6\x75\xf3\xf0\xda\x0f\x0f\ \x1b\xe4\x3e\xdd\x85\x88\xa2\x20\x19\xf2\x7b\x7b\xbc\x3e\xf3\xb7\ \xb8\xcd\x91\x82\xfd\xd5\xef\xaf\x7d\xaf\xc2\x07\x14\x34\xc8\xe4\ \x9f\xb8\xc4\x0e\x74\xad\x41\x68\x7b\x35\xa5\x10\xd2\x8e\xdc\x14\ \x8c\x52\xce\x85\xc3\xe9\x20\x84\x40\x88\x38\xe7\xe0\x01\x11\x23\ \x20\x26\xc8\x68\x5b\xf3\xd3\x7f\xfa\xcf\x9f\xbd\xf4\xca\xab\x2f\ \xbf\xf0\xe2\xcb\x5b\x8e\x97\x73\x84\x21\x44\xaa\xee\x70\x3a\x9d\ \x0e\x5d\x25\x8a\xca\x3a\xab\xd7\xbe\xf3\x5e\x1b\xd7\xdd\x4e\x0d\ \x02\x80\x88\xea\x70\x38\x9d\x0e\xc7\x5d\xb9\x0a\x03\x2e\x41\x10\ \x00\x88\x35\x87\xc3\xe9\x74\x3a\x9d\x0e\x95\x60\x00\x24\x80\x48\ \xd5\x74\xa7\x43\x53\xa5\xd1\xd1\xe5\xe5\x03\xd6\x77\xa4\x68\xac\ \xfd\xe6\x0b\x3f\x7b\xe1\x66\x37\x57\x08\x56\x54\xcd\xe9\x74\x3a\ \xec\xcc\x6b\x08\x02\x3d\x1d\x7e\x0b\x68\xba\xd3\xe1\xd0\x06\x28\ \x7f\x50\x21\xb0\xfa\xf4\xf6\x5f\xfd\xf4\x27\xbf\x78\xfe\x85\x9f\ \xff\xe2\xd7\xdb\x4f\x56\x01\x55\x55\x55\xdd\xbe\xb6\x57\x6a\xda\ \x4f\xe5\xd0\x08\x0b\x75\x76\xfb\x04\x84\x10\x61\x4d\x77\x38\x9d\ \x4e\x5d\x55\xee\xbb\x62\x61\x45\xf5\x57\x1f\xfb\xf1\x0f\x9e\xbf\ \xde\x0d\x74\xcd\xc1\xdb\x2e\x3e\xff\xd3\xdf\x5c\xaa\xa9\x59\xf3\ \xcb\x1f\x7d\x74\xa1\x4d\xd3\x75\x1d\xf4\xbc\xff\xeb\x9f\x6f\x29\ \xab\x3a\xfe\xde\x4b\x2f\xbc\x7f\x1a\x68\xba\x43\x47\xe7\x3f\x7a\ \xed\xd7\x1f\x9c\xac\x2a\xdb\xf2\x83\x5f\xae\x6f\xe7\x8a\xee\xd0\ \x3b\xae\xee\xfe\xf1\xcf\x57\x37\x98\x2a\xef\xbc\x71\xbe\xc6\x8c\ \xc1\x0d\x3f\xfb\x8f\x9f\x5e\x68\x65\x0e\x5d\x07\xdd\x37\x5f\xfa\ \xe9\xf3\x67\xab\x6b\xde\x7b\xe1\xc7\x1f\x9c\x69\xd0\x1c\x0e\x0d\ \xf9\xb7\xbc\xf6\xb3\x0f\x4e\xdc\x3a\xbb\xe5\xe5\x5f\xac\x3d\xca\ \x55\x87\xae\xe1\xab\xbb\xde\x7e\x61\xfd\xe1\x9a\x8b\x3b\x7f\xf8\ \xb3\x55\x4d\x54\xd1\x75\xdd\x77\xeb\xc0\xff\xfb\xf9\xca\xc6\x50\ \x60\xd3\xcf\xfe\xf5\xc5\x8f\x2e\x20\x55\x83\x10\xe9\x0a\x3d\xb0\ \xea\x27\x3f\x78\x65\x87\x70\x7b\xbc\x15\x87\xfe\xfd\x1f\xfe\xe3\ \x6c\x0b\xd3\x30\x84\x58\x95\x5d\x57\x7f\xf4\x0f\xff\xb6\xeb\x7a\ \x9b\xaa\x2b\x1f\x1f\x7b\x87\x6a\x1d\x5a\xf7\xcb\x55\xfb\x2b\xb1\ \xa2\x22\xac\xd8\xa3\xa7\x2a\x18\x41\x48\x83\x3d\x5d\x5e\x53\xfb\ \xd8\x28\x23\xa2\xd0\xae\xca\xf5\xaf\xfc\xea\x27\x3f\xfb\xd5\xf3\ \xbf\xfc\xe5\xcb\xeb\x76\x36\x87\x90\xa6\xa9\xfd\xd7\xf6\x2d\xcd\ \x9a\xd3\xe5\x70\x10\xd1\xd9\xd1\x65\xbb\x1c\x89\xaa\xd9\x93\xe3\ \xab\xa9\xbe\xdf\x63\x5d\xbf\x8b\x4d\xa1\x94\x76\xb5\x53\x5b\xb7\ \xb5\xf3\x4f\xa5\x94\x5c\x70\x5b\xa2\x43\x08\xa5\x90\x9c\x73\x21\ \xa4\xa6\xa9\xf6\x42\xf0\x20\x06\x60\x20\x59\xa8\xc3\x70\xcd\x7f\ \xea\xbb\x53\xd2\xf5\xda\xab\xc7\x56\xae\xf9\x75\x88\xfc\xfd\x13\ \x25\x78\xcb\x3b\x5b\xae\x35\xf4\xc4\x66\x97\x2e\x5a\x38\x2b\x0c\ \x63\xde\x71\x73\xe5\x0b\x3f\x8e\x4f\x2d\xfe\xc6\x63\xb3\x69\xf9\ \xb1\xad\xfb\xce\x78\x41\xc4\x84\x39\x0b\x46\x67\x47\x31\xca\x21\ \x26\xc0\xdf\xb4\xfd\xfd\x6d\x57\xeb\xfd\x31\x39\xa5\x8b\xe7\x4f\ \xf5\x58\xb5\x5b\x37\xec\xa9\x68\xf7\x0a\x1c\x36\x76\xd6\x82\xf1\ \x05\x09\xd2\xec\x3e\xfe\xd1\xb6\xd3\x55\x5e\xc5\x6a\x35\x40\x0a\ \x81\x77\xbf\xaa\xe4\xa1\x50\x88\x4b\xa4\x60\x7a\x6e\xff\xe6\x03\ \xe7\xab\xb5\xb8\x21\x0f\xcd\x9b\x93\x97\xa8\x6a\xaa\x52\x7f\x61\ \xf7\xf3\x4d\x87\x99\x27\x7d\xee\x82\x39\x59\x91\x0a\xe5\x02\x11\ \xa5\xfb\xe6\x9e\x97\xd7\x1e\x1c\xbd\xe2\x5b\xb3\x86\x25\x1a\xde\ \x2e\x0b\x87\x11\x1e\x3c\x77\x60\xdb\x91\x4b\xf5\x5a\x7c\xee\xbc\ \xf9\x33\xd3\x23\x34\x16\xea\x3c\xb4\x75\xeb\xb9\xba\x10\x09\x36\ \x32\x94\xab\x10\x85\x77\xdc\xde\xb1\x7d\xd7\x8d\x16\x23\x7d\xf8\ \xd4\xf9\x53\x86\x29\x92\xf5\x39\x92\x7a\x53\xe8\x19\xe5\x71\x05\ \x13\xc7\x24\x1e\xff\x68\xc7\xe9\x91\xdf\x99\x78\x7c\xc7\x4e\x99\ \x3e\x69\xdc\xa8\xd2\xa8\xc6\x13\xaf\x6f\xdf\x36\x6d\xcc\xff\x30\ \x4f\xef\xba\x12\x8c\xff\x1f\x13\x46\x45\xa4\xf5\x1c\x7c\x71\x57\ \xd9\xf4\x71\xe3\x95\x8b\xbb\xce\x76\x4d\xfd\xee\xa4\xd2\x84\xce\ \xe3\xfb\x7f\xbe\xe3\x64\xcd\x77\x67\x46\xee\xda\x71\x3c\x7d\xe2\ \x53\x79\x71\xfa\xf5\xcd\xe7\x59\x5c\xfe\xa4\x69\x53\xe9\x95\x23\ \xdb\x76\x1c\x1f\xfd\x17\x73\x4f\xef\xda\x1e\x4c\x2a\x9d\x34\xb2\ \x34\xa3\xeb\xfc\x0b\x3b\xb6\x4f\x19\xfb\x37\xe4\xfc\xbe\x33\xad\ \x91\xdf\x7d\x76\x54\x72\xb7\x75\xf0\xe7\x9b\x4f\xd4\x4c\x98\x19\ \x5e\xb1\xfd\x58\xed\xa8\x67\x1e\x2f\xcd\xb1\x4e\x1f\xfc\xe9\xd6\ \xc3\x15\xff\x73\x51\xd2\xee\xad\x87\xe3\x4b\xbf\x9e\x1f\x6d\xee\ \xee\x6c\x3b\xb5\x6f\xdf\xb5\x49\xc3\x46\x24\xb9\x3a\xcb\x4f\xed\ \x3b\x76\x29\x90\x91\x69\x42\x19\xf4\x77\x77\xd4\xdd\xd8\xb9\xe7\ \xec\x88\x6f\x4d\x73\x01\xf3\xd8\xbe\xed\x97\x6e\x77\xe4\xf8\x43\ \xf2\x13\x64\x09\xb5\x42\x06\xe5\x8a\xaa\x76\x54\x9c\xde\xb6\xf3\ \x70\xab\xe5\x28\x99\xf4\xd0\xf4\xb1\xb9\x8a\xaa\x06\x9a\x2f\xbd\ \xf5\xab\x9f\x5a\xcc\x35\xee\xa1\x05\x63\x72\xa2\x39\x65\x00\x22\ \xcc\x3b\xdf\x7f\xfd\xf5\x9b\xee\x31\xcf\xfe\xe5\x8c\x70\x18\xea\ \xf4\x99\x51\x4e\xd2\x51\x55\xb6\x6d\xd7\xd1\x36\xcb\x31\x62\xda\ \xbc\x29\xc3\x52\x91\x30\xae\x1f\xdd\xb2\xef\xec\x6d\x4d\x09\x75\ \x98\x50\x55\xb0\x82\xe9\xc5\xa3\x5b\x0e\x9c\xad\x90\xe1\x99\x73\ \x17\x3e\x94\x1d\xa5\x7d\xd5\xe2\x6a\xee\x35\xbc\xdd\x95\x91\xd6\ \x5b\xae\xae\x6f\xff\xd3\x3b\x1d\x7b\xf7\x42\x08\x42\x00\x01\xe7\ \x5c\x4a\xa9\x28\x44\xd7\xf5\xcf\xa6\x4d\x23\xac\xe8\x9a\xee\x74\ \x47\x16\x4e\x5a\xf8\xf0\xe4\xb4\xb3\x07\x8e\xf9\xb1\xbb\xa0\x74\ \xca\xc3\x8b\x66\x18\x57\xf7\x7d\x74\xac\x02\xa9\x18\xb9\x12\x26\ \xce\x9c\xbf\x68\xe6\x28\xd9\x70\x66\xd5\x7b\x47\x52\xc6\x2e\x98\ \x96\x47\x3e\x7a\x67\xc3\x2d\x2f\x52\x31\x94\x42\x00\xe2\xca\x1f\ \x35\x75\xe9\xe2\x19\xa1\xab\x3b\x3f\x3a\x51\x2b\xfd\xd5\x47\xcf\ \xd6\xe4\x4e\x98\x37\x3a\xd9\xdc\xb8\xe6\xdd\x5a\x03\xde\xdc\xbb\ \x6e\xe3\x99\x8e\x51\x93\x27\x0f\x89\x73\x0b\x26\x3e\x96\x49\x03\ \x11\xc2\x44\x43\x15\x07\xdf\x5b\xbb\xbf\x66\xc4\xd4\x99\x49\xd6\ \x8d\xd7\x56\x7e\xd8\x6e\x61\x24\x05\xd6\x23\x47\x4d\x99\x9a\x10\ \xbc\xf2\xfa\xea\x6d\x5d\x1c\x23\x88\x08\x61\x65\x87\x8f\x3b\x8a\ \x1e\x5a\x31\xab\x24\xd2\xe3\x8e\x4f\x49\xcf\x4a\x8b\xb9\xbe\x77\ \xed\xba\xc3\x8d\x23\xa7\xcf\x48\x08\x5c\x7c\xfd\xed\x6d\x3e\x84\ \x2e\x6c\x5f\xbd\xf5\x4a\x68\xdc\xd4\x49\x99\x31\x0e\xc1\x25\x96\ \xdd\x3b\xd7\xbd\x53\xad\x14\x2c\x5b\x38\xae\xf6\xe0\xbb\xdb\x2f\ \x34\xdb\x58\x48\x08\x13\x42\x94\x5e\xcb\x9c\xe4\x14\x78\xe6\x2c\ \x5f\x2c\x6f\xec\x5d\xb3\x7e\xc3\x91\xc6\xb0\x65\x4b\x26\x62\xc3\ \x2c\x9c\xbe\x6c\xb8\x5e\xb3\xe1\x9d\x75\xef\x1f\xa8\x9c\xb0\x78\ \x69\xaa\x66\xb9\xb2\x27\x3c\x3c\x3e\x7a\xf7\x7b\xeb\xdf\x79\x7f\ \x77\xc4\xa8\xf9\x13\x33\x1c\xa6\x9a\xf2\xf0\xf2\xa9\x55\x07\x37\ \x6e\x58\xff\xee\x6d\xbd\x78\xe9\xf4\xa1\x4a\xb0\xe1\xcc\xa5\xfa\ \xec\x92\x12\x8d\x6b\x53\x1f\x5e\xee\xbc\x7d\x68\xed\xba\x77\x0e\ \x56\xe2\xc5\x4b\x67\x10\xcb\xc8\x9a\xb4\x78\x5c\x74\xcb\x7b\x6b\ \xd7\xbd\xbf\xf7\xea\x98\xc5\xcb\xb2\x9c\x96\x9a\x3c\x66\xd9\x94\ \x94\xfd\xef\xaf\x5d\xff\xde\x0e\xad\x78\xfe\xb4\xbc\x70\x13\xc7\ \x2d\x5b\x3e\xbd\xf1\xe8\xa6\x75\xeb\xde\xbf\x2e\x72\x97\xcd\x2e\ \x61\x5d\xad\x2c\xb6\x68\x6a\xbe\x76\x60\xff\x39\x80\xcd\x63\xfb\ \x4e\x24\x8c\x99\x96\xea\xb6\xfc\x01\x1e\xf0\x7a\x87\x4c\x7e\xc8\ \x59\x7f\xea\xcc\x6d\x83\x36\x5f\x3c\x56\x05\x67\xcd\x2c\xf4\x77\ \xfa\xd9\x27\x24\x2e\x41\x88\x30\x51\x45\xe7\xf5\xb7\xdf\x7c\x37\ \x90\x38\x62\xea\x88\xb8\x83\xeb\x5f\xdf\x7f\xa3\x93\x60\x24\xa1\ \x3a\x64\xe4\xe4\x91\xc9\xec\xbd\x37\xdf\xbe\xda\x6e\x11\x8c\x00\ \x56\xfc\xd5\xa7\x4f\xb7\xba\x1e\xfe\xda\x23\x79\x89\xe1\x61\xd1\ \xf1\x39\x39\xd9\x5a\xf7\xe5\x37\x5e\x7f\xdf\x4a\x19\x3d\xb5\x24\ \x66\xdf\xda\x37\x8e\xd6\x04\x3b\xaf\xee\x5e\xb9\xf9\x5c\xe6\xd8\ \x29\xc3\xb3\xe2\x00\xe7\x98\x90\xda\xb3\x3b\xde\x3d\x5c\x3f\x76\ \xe1\xb2\x02\xa5\x6a\xcd\x86\xbd\x3e\xf4\x95\xcb\x56\x45\x1f\xd7\ \xd2\xef\x21\x9b\xc3\x07\xf0\xbe\x90\xbd\xa9\x6a\x92\x33\x2e\xa5\ \xb4\x11\x20\x83\x81\xe0\x67\x2d\x30\x60\xdb\xf3\xa9\xc9\x60\x78\ \x54\x0c\x34\x7d\x01\x33\x54\x77\xfd\xec\xfe\xc3\x67\xdb\xba\x03\ \x5d\xdd\x5d\x14\x42\xa8\xb8\xd2\x87\xe4\xe7\x67\xc7\xb7\x56\x5d\ \x28\xaf\xeb\x2c\x2f\x3b\x7c\xf2\x7a\x5d\x57\x77\x5b\x6b\x7b\x00\ \x63\x04\x21\xe4\x2c\x54\x7b\xb5\xec\xc0\x91\xb2\x56\x5f\xa8\xab\ \xb3\x43\x40\xe8\x88\x48\x28\x2c\x1e\x31\x6b\xe1\xec\x14\xa5\xa7\ \xb6\xa5\xe9\xc2\xd5\xc6\xe1\xb3\x97\xcf\x1c\x3f\x7a\xdc\xa8\xa2\ \x30\x5d\x8a\x7b\x36\x8a\x10\x42\x84\x14\xd6\x79\xe6\xdc\x8d\x21\ \xd3\x57\xcc\x9e\x38\x7e\xd9\xc3\x8b\x23\x5a\xaf\x5c\x6e\xf5\x4a\ \x88\x93\x0b\x47\x4f\x18\x33\x7e\xf9\xf2\x85\xce\xe6\xab\xe5\x5d\ \x06\x86\x10\x4a\xb3\xcb\xcf\x22\x23\xa3\x08\x33\x28\xe3\x8c\x0a\ \x4e\xdb\xce\x94\xd5\x14\xcf\x7a\x78\xd6\xf8\x71\x0f\x3f\xb2\x50\ \x6f\xbb\x72\xb5\xae\xf1\xd2\x8d\xf6\xf1\x0b\x56\x4c\x1b\x3b\x7a\ \xfc\x88\x02\x97\x46\xcc\xce\xca\xb2\x6b\xf5\xed\x75\xd7\xf6\x1d\ \x3e\xdb\xee\xef\xa9\xaf\x6b\x87\x08\x2b\x2a\xb8\x7e\xf0\x83\x1f\ \xff\xe7\xbf\xff\xec\xd5\x8f\xda\x28\xc4\x10\x0a\x66\xea\xc9\xa5\ \xcb\xa7\xa7\xee\x7a\x7f\xcf\x90\x39\xcb\xf3\x23\xb1\x69\x59\x54\ \x89\x5b\xf2\xc8\xec\x5b\xfb\x3e\xf4\xa5\x4c\x9d\x5d\x1c\x67\x99\ \x96\x69\xa1\xd1\x0b\x1e\x49\x6c\x3a\x74\xb0\x39\x66\xe9\xdc\x52\ \x48\x2d\x66\x99\x09\x25\x73\x66\xe5\x04\xd6\x6e\xab\x9e\xbd\x6c\ \x41\x82\x43\x74\xd4\xde\xac\xf4\x7a\x4a\x0b\x12\x2d\x23\x44\x62\ \x87\x3e\x3a\x27\x67\xc7\x7b\x7b\x32\xa7\x2d\x19\x1e\xaf\x5a\xd4\ \xb2\x40\xc4\xfc\x15\x0b\xdb\x0f\x6c\x68\x8a\x9f\x34\x6f\x54\xaa\ \x65\x32\xcb\x12\x25\xb3\x1f\xce\x32\xce\xec\x28\x77\x2e\x5f\x3c\ \x9e\x50\xd3\xb2\xac\xa8\x82\x19\xf3\x0b\xc0\xe6\xed\x17\x27\x2d\ \x5b\x9a\xec\x10\x96\xd7\xe7\x17\x9e\x29\xf3\xa7\xf3\xea\xd3\x87\ \x8f\x1e\xbd\xd2\xe1\x9e\x33\x6f\xac\x1a\xea\x0e\x06\xb9\xe1\x0b\ \xba\x33\x46\xcc\x1c\x15\x55\x76\xf8\xe0\xc1\x83\xa7\x9d\x43\xa7\ \x8f\xcd\x09\x0b\xf4\x04\x85\xf8\xc4\x5d\x21\x22\x4a\xc3\xd5\x73\ \xad\xce\xdc\xc7\x97\xcd\x9e\x30\x7b\xd1\xac\x61\xce\x73\x67\x6e\ \x32\x09\xc3\x93\x0a\x26\x4c\x1c\x3b\x7b\xc9\xb2\x62\x4f\xdb\xf9\ \xf2\x76\x7b\x12\xd2\x1e\xaf\x74\x86\x87\xe9\xc8\x34\x29\x67\x8c\ \x09\xd9\x70\xe9\x4c\x7b\xd8\xb0\xe5\x4b\x67\x4e\x98\xb3\x7c\x5a\ \x8e\x72\xe1\xfc\xd5\x2b\x97\x6e\xc4\x8d\x9a\xb3\x64\xfa\xd8\x89\ \xe3\x46\xc4\x87\xa9\x52\xb0\x9b\xe7\xcb\x9a\x3b\x5b\xcb\x0e\xed\ \xbf\x5a\xdb\xd5\xd3\x54\xdf\x61\xc9\xaf\x1a\xa8\x25\xb9\xd7\xc2\ \xdc\xa7\x9c\x03\x00\x00\x10\xbd\x9f\x7b\x91\x24\xb8\x14\x58\xf6\ \x96\xf7\xe4\x42\xda\xf5\xba\x10\xc6\xc8\x64\xdc\xb0\x82\xe2\x33\ \x3a\x3f\x21\x26\x44\xd5\x74\xc0\x7d\x37\xae\x95\x87\x65\x4c\xaf\ \xd8\xfd\xce\xde\xca\xd8\x67\x1e\x9f\x7b\x8d\xb5\x95\x0b\x09\x80\ \x94\xdc\x7e\x12\x04\xb8\x70\x25\x0c\x99\x3d\x6f\xbe\x53\xd2\xc5\ \xba\x23\xdc\xad\x18\x54\x68\x8a\x3c\xb6\x63\xed\xae\x86\xc4\x6f\ \x3d\x3e\xff\x2a\x6f\xaa\x16\x76\x36\x86\x60\x54\x4a\x15\x29\x18\ \x4a\x0e\x10\x10\x96\x1d\x82\x72\x57\x26\x08\x52\x54\x42\x14\x55\ \x20\x49\xa9\xc4\x10\x41\x00\x44\x2f\x78\x06\xb0\x9d\x09\xb2\xcf\ \x00\x29\x38\xe3\x12\x20\x64\xa7\xe2\x3a\xd3\x12\xdc\xa7\xaa\xca\ \xbb\xc5\xb8\x08\x0d\x70\x89\x15\x8c\xed\x7e\xb2\x57\xad\x3e\xc3\ \xb2\x60\x76\x34\x98\x7d\x53\x21\x80\x16\x36\x72\xf2\xec\xd1\x49\ \x98\xcd\x5b\xea\x74\x87\x5b\x16\x85\x10\x24\xe5\x8f\x9a\x1f\x33\ \x04\xe9\x11\x1e\xdc\xbb\x4e\x52\x81\xb3\xf2\x0a\xd3\x53\x5a\x8a\ \xf2\xe3\x85\xc5\x00\x00\xdc\x62\xe1\x99\x79\x85\xe9\xa9\xe1\x05\ \xf9\x6e\x48\x03\x12\x00\x49\xa1\x2b\x69\x58\x7e\x4e\x3b\xc9\x4f\ \x88\x20\xdc\x4f\x01\x00\x1c\xe9\xb9\x43\x0b\xb2\x2a\x7d\x39\x89\ \xe1\x80\xd3\xca\xcb\xe7\x71\xea\xb0\xf4\x28\x5d\xb0\x90\xb4\x64\ \x52\xe1\xd0\x9c\xd4\xda\xbc\x9c\x34\xc4\x29\x00\x50\x70\x16\x16\ \x9f\x93\x9f\x95\x25\x0a\x73\x5c\x58\x18\x00\x00\xc1\x91\x27\xb6\ \x28\x3f\xbb\xbe\xa3\x30\xd5\x8d\xa9\x49\x01\x10\x14\xb8\x0a\x8a\ \x0a\x52\xcb\xdd\x79\x39\x91\x8c\x72\x1e\x0a\x59\x42\x44\x64\x8e\ \x98\x94\x77\xe8\xa5\x5f\xac\x9e\xf8\xad\x7f\x28\x4c\x60\xdb\xa9\ \x65\x19\x96\x15\xb2\x58\x84\xa3\x74\xca\xf4\x03\xff\xfe\x93\x75\ \x22\xed\xaf\xff\x6d\x0c\x3e\x7d\xc1\x0a\x85\xec\x24\xdf\xbb\x8c\ \x67\x84\x10\x44\x05\x65\x12\x42\x88\x60\x7f\x75\x48\x29\x6c\x25\ \x4b\xca\xde\x04\x1a\x4e\xb9\xd0\x11\x02\x00\x48\x2e\x1c\x89\x29\ \xaa\xf7\x7c\x75\xb3\x37\x2f\xdf\x25\x4d\x41\x14\x05\x21\x68\x67\ \x47\xf7\xd9\x89\x21\x42\x80\x31\x26\x00\x40\xbd\x47\x24\xe7\x20\ \x7e\xc8\xc8\xf9\x0b\x4a\x85\xc5\x75\xdd\xe9\x81\x8c\xc9\xaf\x30\ \x93\x73\x29\x80\xbc\xc3\xe4\x50\x0a\x00\x90\x94\x80\x0b\x20\x04\ \x90\x02\x0a\x21\xb9\x04\x58\x02\x21\x80\x90\x90\x28\x2a\xc2\x18\ \x21\x8c\x91\x84\x08\x7d\x16\x67\x05\x84\x34\xd8\x7e\xfd\xe2\x39\ \xbd\x05\xdf\xba\x70\xe2\x74\x63\xe4\x33\x7f\x33\xd6\x3c\x74\x99\ \x53\x33\xe0\x0f\x84\x42\x96\xc5\x85\xee\x89\x88\x00\x9d\xfb\xf7\ \xed\xf3\x0f\x49\x4b\xce\x29\x8d\x3f\xb8\xf1\xe8\xb9\x1b\x25\x89\ \x0e\xa8\xc7\x46\x0e\x8d\x02\x5c\x00\x00\x11\x86\x82\x59\x81\x40\ \xa0\xb7\x78\xa8\x60\x86\x61\x0a\x00\xa1\xe4\x86\x11\xb4\x40\xd4\ \xb8\x31\x43\x5e\xdc\xbd\x6e\xb3\x36\x57\xbb\x5d\xe1\x33\x35\x04\ \x01\x00\x18\x5a\xcd\xfb\x76\x96\xe1\xa8\x98\xf6\x2b\x07\x02\x61\ \xe9\xd1\x91\x89\xa3\x4a\x0b\x5f\xd9\xf3\xde\x36\xd7\x34\xef\xa5\ \xbd\xfe\xc4\xe2\x61\xf1\x61\x17\x05\x6d\xa9\xbc\x72\xea\x04\xbd\ \xb0\x7f\x1b\xcc\x1e\x9b\x1f\xa1\x73\x49\x05\xc3\x25\xb3\xe6\x1f\ \xf9\xc5\x9b\xcf\xff\x1a\x4d\x2e\x49\x63\xde\x6e\x3d\x31\x6f\xcc\ \xc4\xfc\x55\xfb\x3e\xd8\xe1\x98\xd2\x79\x76\x97\x15\x5f\x5c\x94\ \x9a\xec\x18\x91\xbe\x6a\xeb\x9a\x48\x30\x4b\xde\xac\x0c\x18\xb1\ \x5a\x6c\xfe\xa8\x2c\xfd\xd4\xf1\xe3\x71\x53\xf2\x79\x10\xe5\x0c\ \x8f\x82\x10\x08\x01\xc2\xe2\xd3\x22\x13\x21\x90\x92\xf3\xbe\x50\ \x57\x09\x04\xa5\xa6\x65\x51\xce\xfb\x55\x5d\x21\xb8\x65\x9a\xd6\ \x80\x4a\x67\x52\x70\x6a\x59\x96\xb4\x44\xff\xae\x57\x0a\x46\x2d\ \xcb\xb4\x18\x07\xc2\x6c\x3f\x7f\xb5\x35\x6f\xc6\x52\x37\x66\x06\ \x05\x10\x4a\xce\xa8\x65\x99\x94\x09\xd0\x97\x44\x2a\x39\xa3\xa6\ \xc5\xe9\x9d\xa8\x52\x09\x04\xb5\x2c\xd3\xba\x53\xea\x0c\x48\xc9\ \xa8\x65\x9a\x94\x73\x0e\x09\x36\xfd\xbe\x80\x21\x24\x56\x86\x8e\ \x9b\x36\xa9\x39\x62\x4a\x69\x96\x64\x15\xd4\x0a\xf8\x03\x41\x7f\ \x8f\x9f\x87\x71\x1c\x95\x33\x6b\xc6\xa4\x38\x2b\x3b\x3f\x56\xbb\ \x21\x80\xd7\xdb\xcd\x05\xe8\x37\x82\x60\x82\x6a\xce\xee\xbd\xd4\ \x49\x62\x61\xfb\xd1\x72\x3a\x65\x46\x44\x4a\xea\x88\xa4\xed\x6f\ \xac\x7b\x6f\xc7\xc8\xc8\xce\xbd\xd7\xac\x99\xdf\xcd\xc7\x6d\x15\ \xde\x96\xaa\xb3\x27\x8f\x87\xae\x1d\xba\x41\x33\x9e\xcb\x8f\xe1\ \x9c\x4b\xc1\x1d\x49\xa5\xf3\xc7\x1c\xdf\xf4\xda\xaf\xbc\xb3\x26\ \xc5\xa9\x56\x97\xa9\x0d\xcb\x1d\x93\x7c\xf0\x9d\x77\xdf\xdf\x55\ \x1c\xd6\x72\xa8\x92\xcf\x99\x5d\x54\x62\x74\xed\x78\x63\xe7\xda\ \x8f\x94\x5c\x58\xd5\xee\xb3\x24\x54\x86\x8d\x1d\xb9\x73\x7d\xd9\ \xd9\x1b\xf1\x29\xba\xa5\xc6\xe5\xc7\x44\xc1\xaf\x1a\x20\xe4\x5d\ \xa9\xa6\xbc\x77\x55\x94\x40\x4a\x24\x25\x81\x18\x4b\x48\x10\x46\ \x90\x60\x40\x08\x84\x08\x49\x09\xb1\x44\x8a\xe6\xf2\x68\x4e\x57\ \xb7\x3f\xd0\xd2\xde\x11\xb2\x4c\xd3\xb2\x10\x82\xdf\x78\xe2\x89\ \xf4\xf4\x0c\xfe\xe9\x4b\x8a\x40\x00\x20\xe2\xc1\xce\xba\xba\xc6\ \xc6\xd6\x2e\x67\x52\xd1\x8a\xc7\x97\xe7\x46\x3b\x63\x93\xd2\x60\ \x4f\xd5\x99\x0b\xd7\x43\x7a\xe2\xd8\xd1\x25\xa9\x49\x89\xc9\x31\ \xce\x9a\x2b\x97\x1a\x7a\x50\xe1\xb8\xc9\x63\x86\x44\xd5\x5c\xbd\ \x78\xb3\xa6\x19\x87\x27\x66\x67\xc4\x61\x21\x38\xc0\xf1\xa9\x99\ \xb8\xab\xb2\xec\xfc\x55\xc3\x91\x34\x7a\xf4\xc8\xa4\x70\x1c\xa2\ \x8e\xec\xdc\x2c\x27\x32\xfd\x41\x99\x98\x31\xa4\x68\x68\x51\xa2\ \x23\x70\xf9\xdc\xa5\xc6\x90\x56\x32\x66\x5c\x61\x46\x2c\x92\x12\ \x4a\xd6\x7c\xbb\xfc\xf2\xd5\xf2\x90\x2b\xf3\xe1\x15\x0b\x52\x3d\ \x38\x32\x2d\x2f\x49\xed\x29\x2b\xbb\x4c\xa3\x0a\x1e\x59\x31\x2f\ \xc1\x01\x09\xc1\xfe\xf6\xda\x1b\x95\xf5\xce\xcc\xb1\x8f\x2e\x9d\ \x1e\xad\x0a\x2e\x80\x94\x82\x78\x92\x46\x0c\xcb\x09\x35\xdf\xba\ \x51\x51\xd3\xe1\x67\xd1\x29\x19\x23\xc7\x8c\x4b\xc4\xed\xe7\xce\ \x5d\xa5\xb1\xc5\x8f\x2d\x9f\x1d\xad\x80\xb8\xac\xc2\x78\xd2\x75\ \xe9\xc2\x95\x56\xea\x1e\x39\x76\xec\x90\xb4\x94\x21\xf9\x39\xb2\ \xad\xf2\xe2\xd5\xca\x1e\x4b\xcb\xca\xcb\xf4\x28\x48\xca\x3e\x45\ \x49\xde\x9d\xe4\xc1\x8d\x20\x53\xb3\xf2\x72\x3c\xa4\x17\x37\x12\ \x02\x1e\xf0\x5b\x71\x99\xb9\x49\x91\xaa\x6d\x39\x82\x10\x9a\xc1\ \x80\x1a\x93\x96\x93\x6c\x2f\x76\x00\x42\xc8\xac\x10\xc5\x11\x79\ \x05\x39\xac\xe6\xe8\xb6\x73\xfe\x87\x16\xcf\x8e\x42\x94\x4b\x00\ \x01\x04\x82\x06\x0d\x9c\x99\x97\xd3\x5b\x4a\x15\x42\x20\x45\x30\ \x68\x46\x67\x0c\x49\x89\x74\x0a\x61\x97\x4b\x05\x66\x30\xa8\x44\ \xa4\x0c\x49\x8f\xb6\x55\x12\x00\xa1\xb4\x42\x26\xf2\xe4\xe4\x66\ \x38\x20\xb0\x42\x3e\x4b\x89\xca\x1d\x92\xec\x76\xc5\x0e\x1f\x5d\ \x12\xa5\x4a\x2e\x64\x28\xc4\x13\xd3\x33\x35\x69\x86\xa7\x64\xa7\ \x44\xbb\xe3\x33\x8b\x8a\x73\x93\xa0\xe0\xcc\xb2\xb8\x12\x91\x9b\ \x9d\xac\x62\x3b\x20\x02\x63\x82\x8c\xee\xa6\x6b\x97\x2f\x57\xb5\ \x9a\xc3\x67\x2f\x9d\x51\x9c\x8c\xf5\xa8\xbc\xec\xf8\x86\xab\xe7\ \xca\x5b\xf8\x84\x85\x2b\x26\x17\xc4\x21\x84\x69\xb0\xa3\xe2\x66\ \xa5\x5f\x4b\x5d\xfa\xe8\xc3\x79\xb1\x9a\x5d\x2f\x91\x03\x25\xab\ \x68\x78\x92\x1e\xb8\x79\xfd\x66\x6d\x53\x07\x70\xc7\x14\x0c\x2b\ \x2d\xcd\x8f\xbb\x7d\xe5\x6c\x45\xab\x9c\xbc\xf8\x91\x09\x43\xa2\ \xf4\x98\xf4\xdc\x44\xf5\xd6\xa5\x0b\x15\x2d\x46\x4e\xc9\x98\x92\ \xbc\xd4\x84\xd4\x9c\xcc\x48\x7e\xed\xe2\xa5\xaa\xa6\xee\xf0\xa4\ \xac\x8c\x38\xb7\xf8\xca\x30\x79\x6f\xaa\xe9\x40\x20\x47\x61\xe7\ \x93\x43\x88\x00\xc4\x12\xa8\x8a\x82\x38\x08\xf3\xb8\x33\x33\xb2\ \x20\x04\x9d\xad\x75\x4e\x0d\xa9\xaa\x66\x30\x1e\x1d\x1b\x97\x94\ \x92\x56\x55\x5b\x7b\xe9\xea\x35\x5f\xc8\xe0\x8c\x73\x09\xf6\xec\ \xd8\x3a\x79\xea\xb4\x07\x2b\x78\x08\xa1\xa6\x3b\x15\xd4\x5b\x53\ \xd5\xb2\x05\x08\xc4\x36\x76\x30\x00\x92\x9a\x86\x45\x05\x56\x55\ \x4d\x55\x6c\xf9\x0c\xb0\xa2\xa9\x0a\x82\x80\x53\xcb\xe8\x87\x31\ \xb8\xe7\x12\x8e\x1c\x3a\x36\x0d\x83\x4b\xac\x3b\x34\x6e\x86\xa8\ \x80\xaa\xaa\x29\x0a\x86\x00\x70\x66\x99\xa6\x9d\x7c\x89\x54\x4d\ \x53\x08\x02\x52\x58\xa6\x41\xb9\x04\x00\x2a\xaa\xa6\x2a\x58\x0a\ \x66\x9a\x16\xe3\x12\x2b\xaa\xae\x2a\x10\x02\xc1\x99\x65\x5a\x03\ \xf1\xa2\x21\x22\x9a\xa6\x62\x04\x81\x5d\x51\x8a\x89\x81\xd7\x72\ \x21\x01\x84\x8a\x62\xdf\x54\x72\x6a\x19\x26\x85\x98\xa8\xaa\x4a\ \x30\x92\xb6\xae\xf1\x89\x93\x4d\x02\xa4\x38\x34\x62\x19\xc6\x80\ \x3c\x16\xa8\xe9\xba\x64\x86\xc9\x64\xbf\xce\x44\x54\x9d\x00\x66\ \x98\x77\x92\x4f\x11\x56\x35\x15\x09\x69\x1e\x7c\xeb\xa7\x47\xf8\ \xb8\x7f\xf8\xf6\x74\x69\x58\xfd\xd9\xe7\xba\xae\x50\xd3\x60\x03\ \x92\x3f\x55\x5d\x07\xcc\xb4\x68\xdf\x21\x09\x88\xa6\x13\xc8\x0c\ \xb3\xdf\x0b\x2d\x21\x56\xfb\x12\x5a\x25\xc4\xaa\xae\x20\xc3\x30\ \xfb\xbd\x2d\x00\x20\xdd\xa1\x31\xd3\x00\x8a\x86\x05\x35\x2d\x06\ \x60\x2f\x68\x2d\x52\x54\x9d\xc8\xce\xb6\x96\xee\x80\xd5\x57\x6f\ \x0f\x78\x62\x12\x62\xc3\x5d\x10\x08\x4e\x2d\xd3\x62\x12\x00\x84\ \x15\x4d\x53\x10\x00\x94\x9a\x16\x65\x10\x29\xba\xae\x22\x08\xa5\ \xe0\x96\x65\xdd\x55\x11\xd5\xee\x52\x82\xed\xbd\x90\x69\x59\x00\ \x29\x9a\xa6\x22\x20\xa9\xad\xc0\x00\x80\x15\x55\x53\x7a\x87\xcc\ \x34\x4c\x01\x20\x51\x54\x55\x25\xd0\x9e\x1b\xec\x2b\x64\x5a\xef\ \x4d\x35\xbd\x8f\x70\x05\x00\x21\x04\x01\x04\x00\x3a\x3c\xce\x98\ \x98\xd8\x94\xd4\x14\xc3\x34\xda\xdb\x1b\x7d\xa6\x09\x29\x0f\x84\ \x0c\xaf\x69\x05\x2c\x66\x32\xae\xa8\x3a\xb1\x04\xa3\xa1\xcf\x86\ \xe2\x08\xe4\x7d\x53\x4d\xb9\x19\xba\x93\x6a\x0a\x20\xe0\xd4\x0a\ \xf6\xd7\x30\x63\x34\xf4\x71\x0c\xa0\x7b\x2e\x01\x22\x14\x62\xbd\ \xe9\x9f\x21\x3b\x61\x53\x52\xcb\xf8\x58\x1d\x34\x31\x30\x93\xd4\ \x6e\x68\xe0\x69\x10\x82\xbb\xb2\x5c\xef\x35\x18\x32\xe3\xee\x94\ \xcc\x7b\x6f\x21\xef\xbe\x29\x84\x52\x70\xd3\x08\x99\x9f\x46\xc9\ \xb9\x4f\xbe\xa7\x34\x3f\x96\x7c\x6a\x27\xc5\x0e\x0c\xa5\x13\xdc\ \x0a\x19\x48\x05\x01\x14\x93\x3b\x33\x77\x38\xa6\x03\x3a\x4b\x72\ \xa3\x2f\xdb\xb6\xff\x90\x65\xdc\x93\x69\xda\xd7\xe6\x40\x5f\xea\ \x9d\x84\xd6\xfe\x8c\xdd\x3b\xe1\x52\x00\x08\xc3\xfe\xd9\xec\x7f\ \x98\xde\x58\x49\xc1\x29\x97\xac\xea\xdc\xbe\xad\xa7\x6a\x6d\x6c\ \x6b\xca\xf0\xe8\x85\x8f\xcf\x2a\x4e\xe6\x94\x0e\x78\xe6\x01\xe9\ \xc3\x76\xae\x6b\x90\x7d\xd2\x84\xb9\xb7\x93\xef\xba\xd6\x3e\x30\ \x60\xb6\x00\x00\x80\x64\xd4\x64\xf4\xab\x9b\xb5\x7a\x97\x24\x97\ \xb0\xd7\xc0\x8e\x00\x44\x00\x12\x8c\x55\x84\xa1\x04\x2e\xa7\x4b\ \x70\xde\x13\xe8\x92\x40\x00\x00\x24\x82\x52\x42\x4c\x14\x4d\xd3\ \x39\x07\x96\x45\x43\xa1\x90\x04\x70\xf7\xce\x2d\x0f\x2c\xc9\x07\ \xe9\x0f\x43\xfd\x98\x13\x5f\x0a\xc1\x75\x4f\xac\xe2\x60\x7a\xca\ \x1f\x51\x92\x43\x08\xa1\x6d\x4d\x86\x80\x0b\xc1\x19\xb5\x23\x27\ \x7b\x02\x5e\x04\x20\x54\x10\x05\x02\x00\x80\x21\x96\x42\x4a\xc3\ \xf2\x07\x2d\x42\x14\x8c\x30\x42\x84\x71\x36\x38\x72\x5f\xa2\xc5\ \xbb\x5f\x44\x7f\x29\x1e\xe6\x2e\x36\x97\xe0\xc1\xab\x69\x0d\xd2\ \xe7\x65\x5d\x07\x7d\xc6\x1f\x29\x25\x94\x76\x30\xa8\x1d\x09\x83\ \xa4\x94\x02\x40\x89\x10\x80\x80\xd9\xbe\x33\x08\x20\x14\x9c\x72\ \x89\xa5\xad\xe5\x0f\x66\x02\x0c\xd2\x27\xa8\xd8\x72\x50\x78\xff\ \x31\xcd\x6f\xbf\xf5\x47\x28\x00\xa0\x42\x30\x1b\xd2\x11\x48\x09\ \xa0\x94\x50\x42\x24\x21\x10\x10\x48\x00\x44\xaf\x4b\x53\x82\x3f\ \x95\xc5\x19\x42\xf4\x20\xf8\xf0\x10\x22\xf4\xfb\x67\xc0\x41\x88\ \x7e\xaf\xa8\x69\x88\x1e\xe4\x7a\x3b\x80\xe9\xf3\x7f\x8b\xcf\xa3\ \xf7\x11\xfa\x92\x84\x8f\xff\xee\x27\x81\xbf\xef\xa8\x7d\x59\x5e\ \xf9\x13\xa7\xbb\xb4\xc3\x58\x61\xef\x9f\x80\x40\x42\x08\x25\x84\ \x12\x22\x01\xfa\xbc\x3a\x12\x20\x01\x90\x04\x40\x00\x20\xfe\x80\ \xe3\x81\x3f\xbf\x29\x2a\xb8\x65\x5a\x9f\x7e\x41\x12\xcc\xb2\x6d\ \xb6\xbf\xef\x4d\x2d\xfa\x7b\xac\x82\xc2\xb2\xac\x7b\xe0\xa2\xb0\ \xa2\xb9\xdc\x6e\x97\x43\xfb\xf8\x10\x52\x23\x64\xdc\x0d\xc9\x24\ \x38\xb5\x28\xff\xe3\x33\x16\x04\xd4\xb2\xbe\x0c\x6e\x6a\x08\x01\ \xb5\xcc\x01\x5e\x86\xfb\x0e\x1a\xb3\xac\xdf\x1b\xc3\x47\x0a\xcb\ \xb2\xf8\x97\x87\xc9\xa1\xfc\x04\x6e\x87\x40\x42\x00\xa5\x44\x40\ \x60\x29\x10\xb0\xff\x38\x00\x1c\x00\x2e\x01\x07\x50\x02\x28\x3f\ \x93\xbe\x6e\xbb\xac\x08\x21\x44\xb1\xab\x17\x7f\x7c\x38\x24\xf3\ \xf5\xf8\xac\x01\x7e\xa3\xcf\x3e\xb4\x44\x0b\xd5\x9f\x5f\xff\xfe\ \xee\x2e\x70\x37\x10\x04\x44\xf7\xc9\x72\x05\x90\xa8\xe8\xfa\x91\ \xcd\x5b\x8e\x55\xde\x27\xd5\x14\xf4\xd6\x63\xb4\x71\x85\x7f\x0b\ \xb0\x04\x24\x9a\xaf\xea\xd4\xba\x0f\x0e\x7c\x62\xaa\x29\x44\x8a\ \xaa\xaa\x8a\x42\x14\xe5\x3e\x60\x09\x48\x21\x81\xda\x0f\xd7\x6f\ \xbc\xe5\x93\xfd\x15\x1e\x31\xc1\x9d\xd5\xe7\xdf\x5b\xfd\xf6\xfb\ \x3b\x4e\xf6\xc8\x81\x90\x10\x48\x55\xad\x93\x1f\xad\xda\x79\xbe\ \x4d\xed\x7b\x66\xa2\x92\xf2\xa3\x5b\x36\x1d\xbe\x79\xdf\xb7\xf8\ \x1d\x96\x1b\xa2\xf4\xb7\x83\x15\x55\x21\x08\x22\xa2\xaa\xbd\xc5\ \x8c\x11\x26\xaa\x42\x20\x44\x8a\xaa\xf6\x25\xde\x61\x55\x55\x10\ \x84\x44\x51\xfb\x12\xc8\xa0\xa2\xaa\x04\x43\x84\x15\xa3\xf5\xf2\ \xfa\x0d\x3b\x3a\x85\xd3\xa9\x11\x78\xa7\x4d\x0c\x11\xee\xef\x7f\ \x88\x89\xaa\xf6\xb6\x49\x10\xec\x05\xee\x56\x55\x04\xa1\x7d\x72\ \x6f\xa7\x2a\x2a\xc1\x10\x22\xa2\xf7\xe7\xfc\x01\x00\x11\xd6\x34\ \x8d\x20\xbb\x5a\x83\x6a\xbb\xe5\x7a\xfb\x85\x28\xba\xd6\x37\xc4\ \x48\xe5\xed\xd7\xde\x7d\x77\x7b\x33\x23\x18\xf6\x36\x75\xef\x8b\ \x2b\x6a\xe3\xf9\x3d\xef\xed\x3e\xc7\xef\x97\x2f\x88\x70\xff\x88\ \xfd\xb6\xa1\x07\x48\x11\xed\xd7\x36\x6c\xd8\xda\x64\x11\xf2\xc7\ \x93\xe6\xbf\x6d\xd4\x07\x72\x95\x04\x00\x01\x88\x05\x00\x36\xe4\ \xb7\xec\x35\xa8\xd8\xa1\x33\x00\xf2\x5e\xcc\xdf\x07\x61\x74\x88\ \x30\x30\x3a\x3e\x78\xed\xe5\x8b\xed\xc4\xe5\xd4\xc2\xa2\x93\xc7\ \x4c\x9d\x35\x32\x33\x92\x71\xa9\xe9\xba\x82\x11\x67\x96\xc5\x01\ \x6d\xa9\x78\x67\xc3\x91\x85\xdf\xf9\xf3\x3c\x0f\x08\xf8\x42\x12\ \x2b\x0e\x5d\x43\xa0\x17\x23\xb9\xbf\x2d\x4d\x77\x28\x18\x72\x66\ \x19\x86\x29\x21\xb6\x5b\x00\x52\x98\x86\x41\x19\x07\x10\x29\x9a\ \xae\x6b\x2a\xb5\xba\xab\x6b\x1a\x29\x44\x50\xf2\xbe\xe1\x57\x69\ \xdb\x8d\xd7\x3e\x38\x32\xf9\xd1\x27\x73\x23\x89\xed\x87\x97\x9c\ \x1a\x86\x85\x10\x68\x6f\xa8\x69\x0c\xcb\xd7\x1d\x2e\x95\x18\x86\ \x61\xf6\xdf\x10\x2b\x4a\xcf\xed\x0b\xdb\x76\x1e\xbc\xdd\x1e\x84\ \x5a\xf8\xa8\x69\xf3\xa6\x8f\xca\x54\x20\x51\x55\x22\x39\xed\xf3\ \x81\x43\xfb\xa6\x81\x50\x47\x55\x6d\x37\x83\x08\x42\xa4\xe9\xba\ \x82\xa1\x0d\x05\xdd\x7b\x7f\x19\x3c\xbd\x6d\xcb\x81\xf3\x35\x0c\ \x29\xc9\x43\xa7\xae\x98\x3b\x36\xdc\x41\xb8\x65\x58\x4c\x2a\xba\ \x8e\x21\x12\x96\xb7\xba\xaa\x2e\x5f\x75\x3a\x3c\xc8\x0a\x19\x96\ \xc0\xa2\xe3\xca\xba\x75\xdb\xc2\x87\x8e\x19\x12\xee\x44\x40\x62\ \xa2\x39\x34\x05\x70\x6a\x58\x1c\x41\xd1\xd5\xda\xd4\x1d\x43\x21\ \x04\x10\x62\x4d\x77\x28\x0a\xf6\xb7\xd5\xd5\xb2\x24\x84\xfa\xb8\ \x02\x4a\xcb\x34\x2c\xca\x21\x51\x6d\x7c\x6b\x6a\x1a\xa6\x35\x30\ \x01\x17\x40\x88\x15\xe9\xdf\xb9\xfa\xa5\xd6\xe4\x79\x4f\xce\xce\ \x87\x40\x5e\xdf\xb7\xfe\x70\x7b\xdc\x98\xf8\x8e\x23\x95\xce\xa7\ \x9f\x5e\xe8\x86\x20\x50\x73\x64\xe5\xce\xda\x69\x13\xd2\x0f\x1e\ \xba\x3e\xfb\xeb\x4f\x17\x44\x11\x1e\x6c\x78\xe7\xd5\xcd\xc9\x93\ \xa6\x34\x1d\xdd\x1f\x35\xe5\xf1\xb9\xc5\xf1\x50\x84\x0e\xbd\xfb\ \x7a\x65\xd8\xa4\xa7\x17\x97\x56\x97\x9d\x6c\xa4\x89\x97\xb6\xbd\ \xba\xc7\x35\xf2\xeb\x0b\x46\x28\x00\x54\x1f\x7b\x7f\x5b\x65\xf8\ \xd4\xac\xc0\x9e\x6b\xf0\xa9\xa7\x96\x44\xab\xd0\x5f\x5f\xf6\xda\ \x87\x97\xc6\x4f\x2f\x38\xbe\xf3\xdc\x94\x27\x9f\x19\x16\xa7\x83\ \x50\xd3\x86\xb7\x36\x46\x8d\x9c\xea\x3b\xbf\x07\x8d\x78\x6c\xd9\ \xa8\x44\x00\xd9\x89\x8d\xaf\x5f\xd7\x46\x2f\xcd\xed\xf8\xe9\x96\ \xda\xc7\xbe\xf5\x8d\x4c\x0f\x60\x50\x81\x5d\x37\x5e\x59\xb5\x75\ \xc8\x82\xef\xce\x2e\xd2\xcf\x6e\x5b\x79\xa0\x2e\xe9\x3b\xcf\x3c\ \xa4\x31\x0b\xa9\x5a\xd7\xf5\xdd\xaf\x6c\x6f\x78\xf2\xd9\xaf\xa7\ \x78\x20\x54\xe0\xb5\xf3\x27\xaa\xbc\x09\x2b\xdc\x8a\xc2\x7b\xb6\ \xae\x59\xcb\x0a\x97\x2f\x1c\x11\xcb\x25\xd2\x75\x15\x01\x61\x1a\ \xa6\x44\xc8\xd7\x5a\x5b\xdb\xaa\x39\x75\xa7\x4a\xcc\x90\x61\xf6\ \x43\x06\x60\xa2\x98\xed\xe5\x1f\x6e\xdb\x53\xde\xd0\x23\xb1\xa3\ \x60\xfc\xac\x39\x93\x8a\x9d\x04\xaa\x8a\x02\x24\x33\x0c\x93\x0b\ \x69\xe7\xb7\xea\xba\x66\x35\xfb\xaa\xaa\xeb\xc7\x0b\x84\x10\x54\ \x89\xae\x2a\x98\x53\xd3\x30\xa9\xfc\x63\x49\xf2\xdf\x6e\x20\x1d\ \xc0\xda\x10\xf6\xea\xf1\x00\xda\x9f\x25\xfc\x4c\x21\xad\x10\x58\ \xde\xf2\x9a\xae\xe1\x0f\x2d\xff\xe6\xe3\x4b\x87\x46\x07\xd7\xbe\ \xf8\x8b\xfd\x15\x3e\x5d\x7a\x8f\xed\xf8\xe0\x8d\x37\xdf\xde\x75\ \xfc\x9a\x05\x15\x28\x58\x47\xcd\x85\xf7\x57\xbf\xb9\x6a\xe3\x11\ \x3f\x50\x68\xc7\xad\x8f\x36\xac\x5a\xf5\xee\x8e\xea\x2e\x6a\x57\ \x20\x86\x08\x43\xa3\xf3\xd8\x8e\xf7\xde\x78\xf3\xed\x9d\xc7\xaf\ \x53\xac\x01\xda\x75\x66\xef\xd6\xd5\xab\x56\xae\xda\xb0\xf5\x56\ \x7b\x88\x28\x0a\xc1\xa2\xaa\x6c\xdf\xea\xd5\x6b\xb7\x9d\xb8\xc9\ \xb0\x76\xd7\xc2\x0d\xa1\xb4\x02\xb5\xd5\xb5\x01\x2a\x55\x0d\x37\ \x5d\x3b\xb1\xf6\xed\x95\x1b\xf7\x9c\xf1\x32\x4c\x30\x54\x55\xa5\ \xb3\xf2\xec\x7b\xef\xbc\xfd\xfe\xae\x53\xdd\x14\xd9\x09\xc9\x08\ \x2b\x66\x63\xd9\x4b\x2f\xae\xea\x8a\x18\xb6\xe2\xf1\xc7\x17\x4c\ \x1b\x1d\xe7\xd1\x08\x06\xf5\x57\x8e\xac\x7d\xfb\xed\x8d\x7b\xcb\ \xfc\x02\x13\x8c\x09\x62\x37\x4f\xee\x5a\xb5\x7a\xdd\xae\x33\x95\ \x80\x28\x18\x13\x2c\xfc\x67\xf7\x6e\x7a\x6b\xe5\xda\x23\x57\x1b\ \x11\x21\x10\x00\xac\xa8\xad\x17\x76\xbc\xb3\xb7\x72\xdc\xc3\xdf\ \x78\x72\xf9\xbc\x61\x59\x09\xaa\xf0\x9e\x3d\xb4\xff\x66\x1b\xd5\ \x14\x59\x7d\xee\xf0\xe9\xf2\x56\xa4\x68\x04\x04\xce\xec\x7c\x7f\ \xf5\xaa\x0d\xa7\xca\x5b\x89\xa6\x07\x9a\x6e\xdf\x6e\xeb\xb1\x82\ \x3d\x5e\x13\xb8\x1c\x4a\x5b\xc5\x99\xf5\xab\x56\xbe\xb7\xf3\x44\ \xa7\x09\x09\x86\xc8\xce\xda\x41\x04\xd0\xae\x63\x3b\xde\x5d\xb3\ \x6e\xc3\xf9\xdb\x5d\x8a\xa2\x60\xa2\x30\x6f\xdd\xae\x0f\xde\x59\ \xb9\x6e\xf3\xf5\xe6\xa0\xaa\x69\xa1\xb6\xca\xdd\x9b\x37\xbc\xf9\ \xd6\xda\xe3\xd7\x9b\x91\x72\x57\xaf\x48\x29\xb8\x1a\x3e\xb4\x20\ \xf5\xe2\xee\xcd\xe5\x3e\x42\xbc\x15\xdb\xf6\x5c\x88\xcf\x2b\x1e\ \x3e\xac\xd0\x77\xfd\xd0\xbe\xcb\x1d\x0e\xdd\xd8\xf7\xd1\x6e\x33\ \x2a\x7b\x58\x49\x71\x9c\x79\x6b\xcb\x9e\x73\xc8\xe1\x2c\x3f\xb2\ \xed\xb2\x2f\xac\x64\x58\x71\x51\x0a\xdc\xb5\x79\x57\x07\x70\xf8\ \xab\x4f\xef\x38\xdb\x56\x38\x6c\x88\x46\x1b\xcb\xae\xb5\x14\x8c\ \x99\x3a\x61\x68\xe2\xc5\xbd\xdb\xae\xb4\x01\xcd\xac\xfd\x68\x47\ \x59\x4c\xde\xd0\xa1\x25\x43\x79\xf9\xc1\x3d\xe7\x1b\x35\x9d\x1d\ \xdb\xbe\xad\x3b\x3c\xbb\xb8\xa8\x38\x45\x69\xd8\xbc\xe3\x34\xd6\ \x1d\x55\x27\x77\x9f\x6d\xd6\x86\x96\x0c\x2b\x4a\x73\x1e\xfe\x68\ \x6b\x8b\x74\xd2\x86\xb2\x1d\x27\xeb\x72\x8b\x0b\xac\x96\xdb\x27\ \xf7\x6f\xdd\x7e\xfc\x3a\x54\x75\x9d\xf0\x0b\x07\x77\xee\x38\x5c\ \xd6\xd4\x65\x60\xc4\x5a\x6f\x57\xee\xdf\xbe\xf1\x48\x79\xb7\xa6\ \x2a\xaa\xe8\x3e\xf8\xe1\xc6\xc3\x97\x2a\x7b\x42\x16\xc6\x0a\xb1\ \xda\xce\x5d\x69\xcc\x1b\x53\xea\x86\x12\x00\xd6\x5a\x5f\xdd\xd2\ \x63\xa9\xaa\x66\xb4\x57\x6e\xdd\xb0\x66\xd5\xbb\x3b\x2a\x3b\x4c\ \x45\xc1\x8a\xaa\xfa\x9b\x6f\x6c\xdc\xb0\x66\xed\xe6\x83\x4d\x41\ \xd1\x37\xd9\x88\xf0\x55\xbe\xf1\xfc\x2b\x15\x2c\x65\xf1\xa3\x8f\ \x2f\x99\x33\x29\x25\xca\x49\x08\xec\xa8\x3a\xf7\xde\x9a\xb7\xd7\ \x7f\x74\xa4\xdd\x80\x04\x63\x85\xc8\xfa\xcb\x47\xde\x79\x7b\xcd\ \xa6\x83\x97\x2d\xa4\x60\x82\x09\xa4\xd7\x4e\xec\x58\xf9\xd6\xaa\ \xdd\xa7\x6f\x71\xfc\x85\xca\x75\xf4\x49\xa2\xdb\xd6\xde\x07\xfe\ \xd9\xae\x35\x71\x47\x35\x87\x40\x22\x08\x10\x94\x08\x88\xbe\xbd\ \xfb\x83\x9b\xdf\x88\xe6\x8e\x4f\x48\x4a\xcf\xcc\x9b\xfd\xd8\x33\ \xcb\x46\x38\xf7\xed\x3a\x6e\x00\xa8\x3a\x23\xd3\x93\xc3\xcf\xef\ \x7c\x77\xfb\xd9\x3a\x45\x57\x88\xe6\x8a\x8e\x8d\x4f\x4c\x88\x11\ \xed\xd7\xd7\xae\xde\xd8\xa5\x26\x86\x19\xb7\xd6\xae\xd9\xd4\x60\ \x11\x62\xd7\x44\x97\x40\x75\x47\xa6\x26\x85\x9f\xdf\xb9\x76\xc7\ \xf9\x56\xe0\xbb\xb9\x69\xe3\xfe\x90\x1e\x23\x9a\xca\xde\x78\xe3\ \x83\x36\xa9\xd4\x9f\xdc\xf4\xea\x7b\x47\xb8\xa6\x1b\xbe\x6e\xc3\ \x12\xf7\x82\xcc\x40\xa4\xa8\x0a\xd1\xd4\xa6\x73\xdb\x5f\x5d\xbb\ \xdb\x72\xb8\x9b\xcf\x6d\x7d\x65\xfd\xbe\x80\x54\x09\x10\xbe\xae\ \x4e\xa0\xe9\x75\xa7\x37\xbf\xf2\xee\xa1\x10\x50\x20\x84\x84\xc8\ \xf3\xfb\xf6\x04\x53\xa7\x3d\xf7\xe4\x82\x82\xec\xcc\x92\xd1\x63\ \x47\x0d\x4d\xaf\x3f\xf9\xe1\xcb\xeb\x0e\x30\xa7\xbb\xe1\xf4\x87\ \xaf\x6d\x38\xcc\x54\xb5\xe2\xd0\xbb\x6f\x6c\x3e\x0d\x1d\x5a\xc0\ \xd7\x63\x52\xa0\x22\xe3\xe8\xc6\x35\x07\x2b\x69\x5a\xa2\x7e\xe4\ \xbd\xb7\x0f\x55\x74\x13\x82\x25\x90\x44\x73\x68\x44\x5a\x0c\xc5\ \x0f\x19\x3e\xb1\x34\xdf\x09\xbb\x8f\xed\xda\x76\xb5\xd9\xd2\x54\ \x51\x71\x62\xcf\x91\x6b\x4d\x48\x51\x99\xe9\xef\xf6\x71\x5d\x76\ \x6e\x7a\xe3\xd5\x83\x37\x3b\x10\xc1\x8a\xc3\x19\x19\x15\x19\x11\ \xe9\xe9\xb8\xba\xef\x95\x55\x5b\x03\x8a\xbb\xf3\xea\x9e\xdf\xac\ \xde\xde\xcd\x08\xb6\x0b\x3f\xc2\xc0\xfe\xb5\xaf\x6e\x3d\xd7\xec\ \xd0\x61\x77\xb7\x8f\x43\x22\x83\xb5\x1f\xac\x5e\x5f\x2b\x63\xe2\ \x71\xcb\xbb\x6f\xbf\x7b\xdb\x40\x0d\x67\x77\x7d\x74\xfc\x96\x1e\ \x11\x46\x10\x00\x40\x4a\xd0\x8b\xbd\xa1\xab\x04\x00\xc9\x2d\x96\ \x36\x66\xc1\xec\x1c\xba\xe5\xc3\x5d\x7b\x76\xec\xa2\xb9\xb3\xe7\ \x94\xc4\xe1\xd8\xa1\x8f\x2d\x28\x3a\xb3\x63\xf3\x91\xbd\x3b\xce\ \xfb\x92\x1f\x59\x30\x06\xc1\x88\x85\x8f\x2d\x09\x5d\xda\xb3\xf7\ \xf0\xbe\xed\xa7\x5a\x1f\x5a\xb1\x38\x1a\x83\xe2\x39\x8f\x14\xa1\ \xf2\x2d\xbb\x0e\x6d\xdf\x7e\x24\x63\xfa\x8a\xb1\xd9\x91\xed\x37\ \x2f\xd6\x9a\x31\x25\x43\xa2\xa2\x8b\x66\x2e\x2c\x21\x3b\xb7\xed\ \xda\xbb\x75\xab\x2f\x65\xf2\xc2\xd1\x29\xd0\x33\xe4\xb1\x65\x63\ \x2f\xed\xd9\x7a\xf4\xc0\x8e\x93\x2d\x91\x8f\x2c\x9e\x40\x80\x73\ \xce\x23\x0f\x83\xf2\xfd\xdb\x0f\x1d\xdc\x71\xec\xf6\xcc\x15\xcb\ \x92\x55\x59\x30\x63\x79\xa9\xab\x6e\xf3\xb6\xfd\xdb\xb7\x1d\x8c\ \x9d\xb0\x6c\x72\x4e\x78\x73\x17\x2f\x1d\x37\xb2\xfb\xf2\xa1\x1b\ \x1d\x82\xb6\x5c\x39\x7c\xc3\x18\x35\xaa\x90\x06\xba\x01\xb3\x82\ \xa6\x7b\xcc\xf8\xf4\x73\xfb\x0f\xf6\x10\x47\xd3\xc5\x83\xe5\x34\ \x6d\x72\x4e\x58\x47\xd0\x44\x0a\xee\xae\xbb\x51\x15\x88\x2c\xcd\ \x4d\x10\x5c\xd8\x9a\xbf\xa2\x28\xac\xeb\xfa\x5b\xaf\xbe\x7d\xd3\ \x47\x48\xcf\x8d\x37\x5f\x7e\xfb\x66\x27\x57\xb1\xf4\xf7\x74\x31\ \xac\xf7\x94\x1f\x78\xe5\xad\x8f\xda\x19\x42\x10\x60\x82\xab\x8f\ \xef\xb9\xa5\x14\x7d\xe7\xdb\x8f\x0d\xcf\xcb\x2c\x1a\x31\x66\xc2\ \x88\xbc\x40\xf9\x81\xdf\xbc\xbe\xa9\x13\xbb\x7c\x15\x07\x5e\x7d\ \x6b\x73\x0f\xd2\x5b\x2e\xee\x7a\x79\xf5\xae\xa0\xea\x30\x7d\x3d\ \x86\x25\x54\x2c\x2f\xee\xdd\xb0\xe5\x74\x4b\x72\x6a\xf4\xa5\xdd\ \x6b\x3f\x3a\x53\xdf\x07\x71\xf1\x65\x92\xe4\x9f\xc2\xc0\xf0\x7b\ \x98\x26\x04\x67\xcc\x32\x98\x9a\x9c\x96\xc6\xba\x9a\x02\xc8\xe9\ \x56\x45\x8f\xd7\xc4\x34\x78\xbb\xae\xd1\x82\x00\x39\x62\xc7\x4f\ \x9f\x33\x7b\x62\x51\x47\xf9\x89\x33\xb7\xbc\xdc\xf0\x06\x39\xab\ \xbd\x71\xb1\xb2\x21\xa0\x10\x0c\x24\x80\x9a\xc3\x45\xa4\x37\xc0\ \x20\x0f\xde\xbe\xdd\xc0\x05\x57\xa3\xd2\xa6\xcf\x5f\xf2\xcc\x33\ \x0f\x47\x05\x6f\x57\x34\xb5\x9c\x3a\x71\x65\xc8\x8c\x27\x9e\x7e\ \xf4\xe1\x25\xb3\xc6\x84\x6b\xf2\x63\xb6\x1f\x08\x20\x56\x65\xf7\ \xb1\x43\x27\x62\xc7\x3d\xfa\xad\xc7\x1f\xfb\xf6\x93\x4b\xe8\xb5\ \xa3\x17\x5b\xfc\x02\xe2\xcc\x51\xb3\x1e\x59\xf1\xd8\x73\x4f\x2e\ \x32\xae\x1d\xbf\xd1\x6d\x10\x88\x20\x08\x35\xb4\x05\xe3\x53\xd2\ \x5c\xd2\xb0\x28\xa3\x16\xe3\xb4\xf3\xc8\x81\x73\xe9\x93\x1f\x7d\ \xfa\xb1\x47\x9f\xfb\xe6\x02\xff\xf5\xa3\x57\x9a\x5a\x4e\x9d\xbc\ \x39\x7c\xc1\x53\x4f\xae\x78\x78\xf1\xb4\x91\x6e\x0d\x9b\x5d\xe5\ \x07\x4f\xdc\xa0\x9c\x75\xf9\x43\xa1\xee\x9a\xb3\x17\x6f\x63\x8c\ \x04\xb5\xa2\x86\xce\x79\x76\xd9\xa8\xeb\x3b\xd7\xfe\xfc\x67\xbf\ \xda\x72\xe2\x16\x20\x8a\xe6\x70\xaa\x04\xda\x11\xa6\x9a\x82\xa5\ \x60\xc4\x95\x34\x73\xd9\x8a\x47\x9e\xfa\xf6\x82\x62\xf5\xd8\xd1\ \x2b\x96\x00\x8e\xa8\x8c\xe9\xf3\x16\x4e\x1d\x99\x50\x76\xf0\x80\ \xb3\x64\xc9\xb3\x5f\x7f\xec\xd9\xa7\x1e\x55\x2b\x4f\x9e\xab\xef\ \xc6\x04\x43\xa4\x98\xad\x97\x8f\x57\xb0\xa5\x4f\x7f\x77\xf9\xb2\ \xe5\xd3\x86\x67\x60\x04\x3b\x6f\x9c\x3a\x5e\xde\x2a\x68\x20\x60\ \xb1\xf6\xea\x73\x97\x6b\x83\x82\xcb\x84\xbc\xb1\x2b\x96\x2f\x1e\ \x3d\x24\x5e\x30\x40\x40\xcf\xa1\x4d\xef\x3c\xff\xfc\x8b\xef\x1f\ \xbe\x01\x31\x06\x40\x58\xc2\x39\xf3\xe1\x65\xf2\xd2\xfa\x75\x65\ \x60\xf9\xb2\x69\x4e\x6e\x1a\x06\xcf\x9d\xbc\x64\xb4\xa3\xe2\xa5\ \xd5\x47\xc7\x2c\x59\x9e\x15\x06\x0c\xd3\x70\x67\x8c\x5b\x31\x25\ \x66\xe5\x0b\x6f\xe9\xc3\xe7\x4f\xcd\x8d\x34\x4d\x93\xeb\xc9\x0f\ \x3f\x32\xeb\xe6\x86\xe7\x4f\xb2\xfc\xe5\xb3\x87\x2a\xd4\x77\xf5\ \xc2\x25\x2d\xb3\x38\xcd\x05\x83\x54\x9f\xb6\xec\x11\xf7\xb5\x4d\ \x2b\x4f\x06\x17\x2f\x9b\xe9\x01\x96\x65\xd2\xcc\x09\x8b\xa6\x26\ \x34\xfe\xec\xe5\x7d\x23\x17\x3c\x9c\x1f\x81\x4c\xd3\x74\x24\x97\ \xae\x98\x99\xbd\xf1\x85\x17\x43\xf9\x73\x67\x0e\x8b\xb5\x4c\x93\ \xa9\xf1\x8b\x1f\x99\x53\xbd\xe3\xd5\xfd\xad\xc9\xcb\xe7\x8c\xc4\ \xcc\xe8\xe9\xee\x89\x29\x99\x39\x35\xc5\x3c\x74\xfc\xe2\x85\x93\ \xc7\x50\xce\xd4\x69\x05\xd1\xde\xee\x1e\xc9\x99\x2f\x28\x46\xce\ \x98\x97\x14\xba\x71\xfa\xfc\xd5\xc3\xc7\x6f\x14\xcd\x9c\x97\xe3\ \x16\x5d\x41\x93\x20\x59\x79\xf1\x02\x4e\x2d\x4a\x8b\xd6\x79\x6f\ \x98\x26\xc4\x0a\xa9\x3a\x75\xa8\xc9\x51\xf4\xec\xb7\xbf\xf1\xf5\ \x6f\x3f\x55\xe4\xa8\x3b\x78\xfa\xb6\x04\x38\xb9\x60\xfc\xc3\x2b\ \x56\x7c\xf7\xdb\x8f\xb9\x5b\xca\xce\xd6\x04\x14\x8c\x20\x94\xcd\ \x4d\x9d\x51\xc9\x29\x61\x3a\x33\x4d\x46\x29\x65\xdc\x3a\x77\xf0\ \xb0\x3a\x74\xee\xb7\xbe\xf1\xd8\x77\xfe\xec\x31\xbd\xf9\x7c\xd9\ \xcd\xd6\xcb\x27\xcf\x26\x4c\x5a\xfe\xed\xaf\x2d\x5f\x31\x7f\x62\ \xb4\x83\x50\xa3\xf9\xc8\xc1\xb2\x20\xe7\x3d\x3d\x21\xea\x6f\x3b\ \x57\x76\xcd\x22\x5f\x5c\x5a\xfb\xe7\x78\xa3\xcf\xcc\xe5\x10\x21\ \x4c\x88\xaa\x13\xda\x58\x57\xaf\xc7\xc5\xd7\x1c\xdc\xb0\x6e\xcf\ \x75\x4f\x6c\x7c\x94\x47\x87\x7d\x8e\x56\x2e\x38\x00\xc2\x0a\x85\ \xd4\x88\xf8\xb4\x94\x84\xc4\x8c\xd2\x6f\x7f\xef\x99\xc2\x58\x6c\ \x31\xa1\x29\xf2\xda\xbe\x0d\xef\xec\xb9\xe6\x8e\x8e\x8f\x0c\x73\ \x20\x20\x25\x84\x10\x48\x6a\x4a\x89\x55\xa7\x46\xb8\x65\x59\x0c\ \xb8\x5c\x4e\x00\x80\x18\x68\x50\x85\x48\xd5\x54\x95\x10\x42\x90\ \x94\x00\x72\x1a\xb2\xa4\x27\x3c\x1c\x00\xa9\x3a\xc2\x5c\x58\x84\ \x28\xeb\x4d\xb5\x05\x40\x75\x38\x55\xc8\x4d\x2e\x00\x90\x12\xe8\ \x71\x11\x5a\x7b\x73\x63\x08\xeb\x2a\xc1\x44\x51\x15\xcc\x0d\x0a\ \xc2\xc2\x3d\x40\x0a\xc5\xe5\x71\x12\x1e\x0a\x19\x96\x40\x2e\x97\ \xc3\xbe\x1e\x42\x28\xcd\x10\xc5\x8e\x94\xb4\xd4\x84\x98\xe4\xb9\ \x4f\x3c\xb7\x7c\x62\x86\x45\x39\x00\x82\x03\xad\x64\xc6\x8a\xbf\ \xf9\xbb\xbf\xfd\xc6\xf4\x8c\x03\xeb\xde\x38\xd9\x60\x2a\x48\x4a\ \x40\x80\x82\x07\x3a\x5f\xa4\xe0\x00\x60\x97\xdb\x29\xa8\x29\x80\ \x1d\xd7\x6d\x4a\xcb\x08\x19\xdc\x1d\x11\x0e\x01\x20\xba\xcb\xad\ \x82\x60\x6f\x34\x38\x11\x96\xc9\x89\xee\xd2\x55\x00\x98\x9d\x8d\ \x62\x05\x43\xd8\x15\x9d\x9a\x92\x10\x9b\x32\xf4\xc9\xef\x3e\x37\ \x36\x45\xa3\x12\x00\xc1\x4c\xda\x1b\x1f\x2e\x01\x8e\x88\x8d\x4f\ \x4d\x4d\x89\x8b\x70\xd9\x91\xa9\x82\x51\x47\xe2\x90\x51\x05\xe9\ \xe9\xf9\x23\x73\xa3\x88\xc9\x25\x90\x8c\x2a\x31\x63\x47\x0d\x4b\ \x48\x1a\x32\xb2\x28\x9e\x19\x14\x00\x69\x59\x20\x77\xcc\xa8\x8c\ \xf8\xe4\x11\x23\x8a\x54\x61\x49\x00\x38\xb5\xa2\x33\x87\x0f\xcd\ \x4c\xce\x1f\x31\x3c\xd6\x89\x4c\x5f\xcb\xc5\xf2\xae\xa2\x92\x02\ \x15\x72\xc9\x4d\x1c\x99\x33\x7a\x68\x56\xca\x90\xe2\xdc\x64\x17\ \xa5\x1c\x00\x41\xa1\x67\xc4\xd8\x92\xe4\xc4\x9c\x91\xf9\xc9\x94\ \x31\x00\x81\xc5\x40\x6e\xc9\xa8\x8c\xf8\xe4\x11\xa3\x0b\x34\x66\ \x09\x00\x99\x49\x23\x73\x8a\x4b\xb2\x92\x86\x14\x8f\x4e\x75\x09\ \xca\xcd\xa0\x69\x41\x1c\x3e\x76\xe6\xd4\xee\x23\x6f\xac\x3c\x61\ \x4c\x9f\x35\x26\x1c\x49\xc3\x30\x4c\xc6\x82\x96\xe5\x8c\xcc\x9c\ \x3d\x21\x63\xc7\x5b\x2f\x5d\x36\xd2\xa6\x8c\xca\x52\x20\x35\x82\ \x42\x5a\x6d\xe7\x6e\x74\xe4\x97\x14\x87\xab\x80\x10\x42\x30\x86\ \x40\x48\x00\x82\x86\xa9\xb9\x3d\x0e\x24\x01\xd6\xc3\xdc\xba\x19\ \x0a\xd9\xf1\xb9\x1c\x00\xa8\x39\x1d\x8a\x34\x4d\x0e\x81\x04\x12\ \xc6\xc4\x7a\xba\x5a\x5a\x02\x96\xa2\xaa\x84\x28\x8a\xaa\xa0\xa0\ \xc5\xdc\x61\x61\x04\x08\xa0\x7b\x3c\x1a\x0c\x85\x0c\x93\x09\x97\ \xcb\x89\x00\xe0\x52\x02\x00\xa5\x30\x0c\xa6\x26\xa4\xa6\x25\xc6\ \xc5\x4c\x5c\xf2\xf4\xd3\x0b\x46\x08\xf3\x8b\xab\x27\x41\xd8\xe7\ \x07\xf4\xff\xd9\x02\x1e\x98\xe5\x6f\x6b\x69\xaa\x53\xdb\x6f\x9d\ \x3b\xb4\xb1\xcc\xb7\xf4\x7f\x8e\x0d\x1c\x7d\x8d\xbb\x87\x0d\x1f\ \x5e\x02\xae\x1f\x69\xa6\x4c\x75\x38\x35\xb3\xe3\xf2\xb5\x9b\x11\ \x56\x5c\x78\x5a\x9e\x87\x1e\x0e\xa9\x31\x23\xd2\x55\x4b\xa8\x61\ \x6e\x22\xb8\x44\x80\x77\xb6\x36\xf1\xf0\x92\x92\x91\x23\xf8\x8d\ \x7d\x17\x19\x03\x42\x50\xca\x24\x80\x40\x0a\x4a\x4d\x0e\xa3\x86\ \xe5\xc7\xac\xda\xb7\x65\x58\xda\x72\xdc\xd2\x16\x30\x6d\x0b\x13\ \x82\xb4\xf3\x5c\xd9\x6d\x4f\x42\x7c\xdb\x85\xa3\x1d\x20\x32\x22\ \x22\x61\x68\x6e\xd2\x9a\xc3\xdb\x2f\x65\x2d\xe8\x3a\xbd\xa7\xd9\ \x91\x96\x1f\xeb\xb9\xc9\x68\x8f\xaf\xa5\xb1\xee\x56\xd9\xf6\x9d\ \xde\xa8\x9c\x9c\x08\x9d\x03\x06\xb8\x3a\x72\xfa\x94\xdd\xbf\xfc\ \xe0\xad\xf7\x22\x67\x0d\x4f\xa1\xde\x2e\xe0\x8e\x1d\x3a\x34\x7e\ \xd3\xa1\x5d\x23\x33\xe6\x76\x1c\xdd\xdb\xa9\xa7\xe7\xa5\xa6\x80\ \x2c\xcf\x96\x9d\x1f\xe5\xc7\x2e\xb4\x5a\xdb\x83\x21\x55\x89\xc9\ \x1a\x12\x8b\x9b\xbb\xad\x59\xa3\x0b\x2c\x9f\x15\x11\xed\x94\x52\ \x40\x4c\x02\x8d\x37\xca\x5a\xcc\xc4\xa4\x44\x09\x10\x0b\x05\x82\ \x30\x2c\xd1\x03\x4e\x1f\x3b\x34\x2a\xae\xa8\xad\xd3\xc7\xe2\x01\ \x04\xc0\x32\x7c\x2d\x4d\x4d\x55\x6d\xb7\x77\x9e\xa8\x1d\xb2\xfc\ \x31\x55\x96\x51\xca\xa4\x14\x0c\x87\x15\x15\x66\xae\x3c\xbe\xf3\ \x5c\x9e\xd3\xba\xb2\xa7\x06\x24\x2c\x4d\x8a\xba\xc8\xac\xe6\xba\ \x1a\x30\x21\x3f\xc7\xb9\x75\xfb\xb6\x5d\x11\x73\x0a\x5b\x3b\x7a\ \xac\x48\x1e\x93\x53\x10\x23\x2f\x7a\x45\xf8\xc8\x21\x6e\xbf\x49\ \x62\xdc\xf8\x36\x65\xf4\x4e\xdc\xab\xe0\xc0\x35\x6c\xfc\xf4\xe1\ \x08\x0a\x4e\xfb\x8f\x0b\x20\x21\x40\x18\xc1\x7e\x50\x10\x29\x40\ \x5f\xf4\xf3\x9d\x7c\x54\x01\x20\x41\x00\x48\x78\x67\x16\x08\x09\ \x11\x86\x50\x02\x84\xbb\x6a\x2e\xd5\xf1\xc4\xb9\x39\xf1\x92\x5a\ \x00\x00\xc9\xa5\xed\x83\x96\xfd\x9e\x57\x29\x04\x80\x18\x41\x29\ \x06\x88\x0d\x29\x11\xc2\x10\x8a\x01\x77\x06\x08\x42\x08\xa1\x14\ \x00\x42\xcb\xef\x0b\x81\x04\xe0\x49\x2b\x1e\x95\x1f\x27\xf1\x98\ \xe2\x44\xe7\x35\x00\x02\x7e\xbf\xc1\x99\x3f\x64\x48\x8e\xb3\x47\ \x4d\xcc\x39\x50\x1e\x39\x76\x62\x82\x07\x03\x69\x06\x42\xc0\x5b\ \x75\xe9\xb6\x19\xf5\x74\x51\x7c\x55\xd9\x89\x16\x1c\x1b\x19\x2a\ \xbf\x52\xc7\xa6\xc5\x3a\x33\x63\x0b\xac\xc3\x87\xf6\x9d\x1d\x96\ \x2f\xae\x9f\xae\xa2\x33\xe7\xa7\x8b\xab\x7b\x7d\x9d\x6d\xcd\x0d\ \xb5\xe7\x8f\x6c\xab\xe1\xc9\xf3\xd2\xdd\x8c\x0b\x21\x45\xf6\xb8\ \xe9\xf1\x87\x5e\x7b\x6b\x75\xc2\xa2\x49\x05\x30\xd4\x6d\x2a\x11\ \xd9\x45\xb9\x47\xf6\xef\x3b\x3d\x34\x46\xa9\xdc\x55\x65\x46\xce\ \x1a\x92\x24\x5a\xd3\xf6\x1f\xd8\x7e\x2c\x33\x2c\xa6\xa5\x2d\x60\ \x18\x44\x4f\x2c\xc8\xf4\x9c\x68\xf3\xc5\x4f\x19\x86\x42\x41\x47\ \x74\x04\xfe\x8c\xc9\x1e\x9f\x85\x70\x51\x51\x51\xdc\xef\xa6\xd8\ \xb8\xd8\xd8\xb8\xd8\xd8\xbe\x6f\xbd\x14\x1d\x1d\x1d\x1d\x1d\x1d\ \x1b\x1b\x1b\x1d\x15\x15\x15\x19\xb1\x74\xc9\xe2\x94\xd4\xb4\x07\ \x49\x35\x85\x40\xf2\x96\xca\x8b\xe7\x2e\xdd\xb8\x7a\xbd\xa2\x93\ \x85\xcf\x7d\xf4\xeb\xe3\x73\xe2\x63\x62\xa3\xdb\x6e\x9e\xdc\x73\ \xe8\xc4\x6d\x2f\x1e\x56\x5a\x9a\x9f\x93\x1e\x81\x7c\xc7\x0f\x1c\ \xb8\x52\x1b\x2a\x9e\x3a\xab\x38\xc6\x3c\xbc\x77\xef\x89\xb3\x97\ \xbd\x30\x2a\x2f\x37\x85\x08\x2e\xa0\x12\x13\x1f\xdb\x79\xe3\xe4\ \xde\x83\xc7\xeb\x7c\xb8\x68\xe4\xb8\xec\x68\x5a\x5d\x6f\xe6\x0f\ \x2f\x8e\x40\xde\xca\xaa\xe6\xd8\xdc\x11\x63\x87\xe7\xa3\xce\x9b\ \xfb\xf7\x1d\xb9\x52\xe7\x4d\x2d\x2c\x1d\x55\x98\xa6\x48\x80\x84\ \xef\xfc\x91\xfd\x7b\x0f\x1d\xab\xea\xd2\xe7\x2e\x7f\xb8\x20\xd1\ \x13\x97\x9e\x4d\x3a\xae\xed\xda\x73\xa4\xce\x8c\x58\xfc\xd8\x8a\ \xbc\x38\xdd\xf2\x77\x55\x5e\x3d\x7f\xea\xec\x85\x4e\x35\x6d\xc5\ \x63\x4b\x33\x3c\x98\x0b\x29\x05\xd7\xa3\x33\x8a\x32\xc2\xca\xcf\ \x1e\x3b\x71\xfa\xfc\xb5\x5b\xf5\x24\x3a\x7d\xf2\xd4\xf1\xb8\xe9\ \xd2\xee\x7d\x47\x6b\x69\xfc\xc3\x8f\x2d\xcb\x8a\xd0\x13\x32\x73\ \x64\xeb\x95\xfd\x07\x8e\x5e\x6f\x0c\x66\x0d\x2d\x1d\x51\x54\x98\ \x9b\x11\x53\x77\xfe\xf0\xbe\xa3\x67\xca\xeb\x83\x19\x45\x79\x11\ \x2a\x06\x08\x07\xdb\x2a\x0f\x1d\xd8\x7f\xe2\xe4\x99\x4b\xd5\x3d\ \xc3\x1f\x5a\x36\xa3\x38\x2b\x25\x39\xba\xee\xe2\x91\x83\x27\x2f\ \x76\xf1\x88\xd2\x71\x63\xb2\xe2\x1c\x1d\x4d\xd5\x17\x4f\x9f\xba\ \x78\xb3\x31\x73\xc2\x92\x25\x53\x8b\x44\x77\x5d\x6d\x17\x1a\x56\ \x92\xa7\x72\x19\x9b\x91\xe3\xf4\x57\xee\xda\x7d\xb0\xda\xe7\x98\ \xff\xe8\xa3\x45\xc9\x11\x0e\x68\xdc\x28\xbf\x15\x5b\x30\x65\x42\ \x71\xc2\xed\x0b\x47\x0e\x1e\x3d\xdb\x62\x3a\x4b\x46\x8d\x29\x2a\ \xc8\x4f\x8f\x86\x67\x0f\xee\x3e\x7a\xfa\x42\x8b\xe5\x29\xca\xcf\ \x08\x35\x57\x75\x2b\xf1\xc5\x79\x29\xa8\x2f\x95\xdd\x06\xdd\x1f\ \x90\x8c\x09\x31\x96\x6d\x75\xd5\x21\x47\x7a\x71\x6e\xbc\x3d\x33\ \x21\x42\x56\x57\x43\x9d\x57\x29\x1e\x91\xef\x10\xbc\x37\x1d\x8d\ \x7a\xab\xaa\xbb\x32\x86\x95\x24\xb8\x91\x9d\x81\x87\x00\xab\xaf\ \xaa\xd1\x52\x0b\x8b\xd2\xc2\x4f\x6f\xdd\xd8\x11\x33\x7a\xce\x98\ \x54\x4e\x39\x00\x00\x21\xd8\xdd\x50\xd5\xad\x26\x95\xe4\xa7\x20\ \xc6\x6d\xb4\x07\xd3\xdb\x52\xdb\x06\x86\x8d\x28\x70\x62\x21\xed\ \x06\xa8\xbf\xba\xba\x35\xb9\x78\x78\x92\x4b\x11\x52\x02\x00\x31\ \xe6\x0d\x55\xd5\x38\x3e\xaf\x30\x2d\x52\x02\xa3\xb6\xa2\xda\x99\ \x32\x6c\x48\x62\x58\x62\xde\xa8\xd1\x85\xa9\x04\x01\xb3\xa3\xbe\ \x81\x86\x0f\xcb\x89\xaa\xa9\x6a\xca\x2c\x2a\x89\x8d\x8c\x2a\x1c\ \x31\x3a\x3f\x2d\x0a\x03\xd6\x5a\x5f\x83\xe3\xb2\x42\xd7\x8f\xd4\ \x7b\x46\x2c\x1a\x97\x56\x73\xe1\xe8\xae\xbd\x07\xcb\x6e\xb6\xe4\ \x4e\x5d\x32\x67\x64\x9a\x3b\x3a\x35\xd9\x15\x38\xba\x7b\xcf\xd9\ \x5b\xdd\x23\xe7\x3d\x32\xb3\x24\x45\x9a\xde\xaa\xf2\x2b\x67\x4f\ \x97\xd5\x06\xc3\x17\x3d\xba\x62\x68\x82\x93\x09\x21\xa5\x20\xee\ \xc4\x61\xf9\x89\x75\x57\x4e\x1d\x3f\x79\xf6\xca\xcd\x6a\xd3\x91\ \x30\x7e\xca\xe4\x18\xb3\x7a\xdf\x9e\x03\x37\xda\x95\x39\x2b\x1e\ \x2b\x49\x76\x45\x26\x67\x7b\x42\xb7\x0f\x1c\x38\x78\xa1\xb2\x3d\ \x61\x48\xc9\xc8\x92\xc2\x82\x21\x29\x5d\xe5\xa7\xf6\x1c\x3c\x79\ \xb5\xaa\x35\x3e\xa7\x30\xd1\xa3\x88\x3f\x7c\x14\x60\x6f\xaa\x69\ \x75\x55\xe5\xc7\x45\xf1\x5d\xe8\x8e\xf2\x4e\x5d\x5d\x1b\x74\xb9\ \x0f\x25\x46\x0a\x21\x18\xe7\x76\x31\x06\xcb\xb2\xc2\xdc\xce\x21\ \x79\x05\x0f\xc0\xe4\xbd\x4e\x54\x45\x0a\x2e\x25\x40\x08\x43\x20\ \x28\x65\x00\x13\x05\x41\xce\x39\xc4\xd8\x0e\x9c\x25\x8a\x02\x25\ \x17\x52\x0a\x21\x31\xb1\x3f\xdb\x80\x31\xa2\xcf\x6f\x49\x48\xdf\ \x25\x40\x70\x26\x80\x42\x10\xa3\x54\x00\xa4\x28\x44\x32\xca\x21\ \x56\x09\x12\xdc\x16\x2e\xb2\x0f\x0a\x18\x62\xbb\x42\x33\xc2\x50\ \x72\xca\x18\x44\x84\x10\x24\xb9\x00\x08\x41\x1b\x60\x18\x2b\x18\ \x49\x2e\x24\x46\x18\x08\x36\x00\x03\x10\x12\x45\x41\x40\xd8\x13\ \x1a\x08\x21\x00\x24\x04\x09\x2e\x60\xdf\xb5\x10\x61\xa5\xef\xa6\ \x08\x4a\x4a\x19\x22\x0a\x81\xc0\x7e\x6c\xd1\xc7\x57\xb6\x35\x5c\ \x4a\x09\x20\xc2\x08\x50\x8b\xda\x65\x01\xb8\x10\x10\x61\x20\x28\ \xe3\x40\x51\x88\x14\x42\x42\x88\x11\x64\x94\x0a\x88\x15\x0c\x99\ \xfd\x16\x10\x2b\x04\x49\x61\x3f\xb3\xa0\x8c\x23\xa2\x60\x28\x28\ \xe5\x08\x2b\x04\x01\xbb\x1d\x28\x58\x6f\x4f\x02\x21\x84\x0d\x99\ \x22\x10\x26\x18\x4a\xfa\xbb\xa2\x7d\x10\x51\x30\xe0\x03\x64\x3e\ \x80\x08\x93\xfe\x07\xe8\x37\x5e\x2a\x98\xd3\xbb\x90\xad\x89\xa2\ \x40\x80\x80\xef\xc6\xcf\x7e\xb2\x7a\xe8\x37\xfe\x6e\xc1\x10\x47\ \xa8\xef\x0a\x44\x94\xde\x77\x1b\xd0\xa6\x82\xe1\x5d\x28\xcd\x10\ \x2a\x0a\x11\x94\x0e\x0c\x04\xc2\x8a\x02\x05\xb3\x4b\xc9\xd9\x9f\ \x29\xb7\xcb\xf0\x4a\x21\x24\xc4\x84\x40\x49\x99\x50\x14\xc2\x19\ \x15\x12\x20\x8c\xed\xbe\x56\x74\x97\xe2\xab\xf8\xf9\x8f\x5e\xc9\ \x7e\xec\x6f\x17\x15\x45\x51\x01\x90\x3d\xf6\x08\x30\x4a\x85\x84\ \xbd\xd3\x0c\x40\x0c\xc1\x80\x79\x28\x20\xb6\xa7\x07\x1f\x18\x3e\ \x80\x11\xe0\xbd\x80\x45\x42\x08\x40\x14\x2c\xb9\x00\x10\x41\xfb\ \xa5\x20\x56\x14\x2c\x39\x97\x70\x40\x6b\x18\x72\x7b\x5b\x24\xbe\ \xa0\x80\xa0\xde\x04\x95\xd0\x80\xa2\x98\x0f\xc2\xe4\x42\xf6\xd5\ \x5a\xe9\x67\x72\x8f\xcb\xf1\x19\x74\x7c\xda\x57\x81\xf4\xce\xea\ \xc0\x59\x6f\x88\x50\x1f\x0f\xb3\x01\x99\x83\x8c\x5a\xf7\x0f\x4e\ \xba\xfb\x12\x4a\x85\xad\x2a\x30\x3b\xa5\x51\xf2\xbe\xb8\xa3\x81\ \x8b\x50\x5f\xf9\xb4\xde\x63\x50\x0a\xde\x5b\xa6\xab\xef\x2c\xc1\ \x7b\x2b\x7f\x89\x7b\x17\x2f\xf9\xf1\x27\xb9\xe7\x5a\x29\xee\xbd\ \xa9\xb8\xdf\xd3\x4b\xc1\xfb\xd8\xa7\xf7\x34\xd9\xff\x3a\x7d\x4d\ \xd1\xbe\xc4\xcc\xbe\xa6\xf9\x00\x30\x17\xde\x5b\x72\xb0\xff\x99\ \xfb\xea\x07\xf6\xbf\x4d\xff\x4f\xf7\xdc\xff\xce\x9d\x7f\x47\xd8\ \xdf\xbd\x1b\x48\x29\xf8\xc7\x0f\x51\xeb\xde\xc6\x18\xa5\x58\xd1\ \x7a\x9a\xdb\x5c\x69\xc3\x47\xa4\xbb\x4d\xce\x7e\x7b\x9b\xf7\x36\ \x20\x25\xb5\xee\x4d\x2b\x1e\x98\xa3\x6a\x7f\x86\xbd\xb8\x51\xbd\ \x5d\x47\xef\xee\x31\x7b\xe0\x20\x00\x92\x5b\x1d\x6d\xcd\x4a\x72\ \xc9\x88\x8c\x48\xc6\xb9\xb0\x01\xcc\xee\xcc\x87\x3b\x03\xca\xef\ \x9d\x87\xf7\x2e\x82\x9c\xdd\x1b\x3f\xd8\xf7\xee\xfc\xce\xa0\xf4\ \xc5\xb9\xdd\xdb\xda\x17\x1f\xde\x77\xed\xea\x95\xcf\x8b\xc9\x63\ \xa3\x23\x73\xf3\x0b\x1f\x50\x92\x0f\xd2\x57\x80\x20\x52\x15\xcc\ \x28\xfd\xe3\xc7\xb3\xde\x4f\xdd\xf8\x6f\x4c\xf7\x07\x8d\x18\xa4\ \x41\xfa\xfc\x49\x0a\xcb\x12\x5f\x92\x27\xa1\xd6\x57\xae\x4a\xf2\ \xe7\xcc\xe4\x10\x42\x08\x07\x53\x4e\x07\x69\x90\xbe\x1c\x2a\x14\ \x84\x9f\x33\x93\x0b\x21\x8c\x50\x88\x8b\x41\x75\x7d\x90\x06\xe9\ \xcb\xa2\xae\x0b\x21\x3e\x57\x49\x0e\x21\x84\x08\xc2\x41\x78\x80\ \x41\x1a\xa4\x2f\xc7\xee\x44\x4a\xf9\xf9\x32\x39\x46\xc8\xe1\x74\ \x0c\x1a\xde\x06\x69\x90\xbe\x24\x84\x10\xc1\x03\x51\x1c\x3f\x97\ \x65\x83\x73\x3e\xc8\xe4\x83\x34\x48\x5f\x9e\x5d\x39\xf8\x5c\x63\ \xd7\x07\x69\x90\x06\xe9\x4b\x29\xcf\x07\xbb\x60\x90\x06\x69\x90\ \xc9\xff\xc0\xfa\xc4\x3d\x4e\xb7\xcf\xcf\x09\x87\x30\xc6\x5f\x0a\ \xd4\x40\x88\x31\x1e\x74\x2c\x0e\xd2\x57\x97\xc9\x39\x63\x02\xa0\ \x3b\x28\x5d\x50\x32\xf6\x39\xec\xea\x21\x94\x5d\x2d\x0d\x2d\xdd\ \xe6\x1f\x19\xa5\x14\x42\x28\x8c\x86\xba\x86\xc0\xc7\x91\x2a\x06\ \x69\x90\xbe\x18\x26\x87\x9f\x4c\x03\x24\xeb\x5d\x07\xef\xfd\x70\ \xe7\xa7\x07\x9c\xc4\x10\x3b\x90\xb1\xf7\xad\xff\xfa\xaf\x95\x47\ \xb8\xaa\x03\x00\x54\x9d\x5c\xdd\xfa\xd2\x3f\xfd\x62\x43\x97\x70\ \xba\x5d\x0e\x82\xa0\x94\x80\xa8\xba\xae\x12\xd0\x1b\x69\x0b\xb1\ \xa2\x3a\x9c\x4e\xa7\x43\xc7\x08\xa9\xba\x43\xc5\x7d\xe7\x28\xd8\ \xc6\x54\x73\x3a\x9d\x0e\xdd\xa1\x2b\xc6\xc1\x0f\xd6\x1c\xad\x0c\ \xb9\x3c\x2e\x05\x41\x00\x91\xaa\x39\x9c\x4e\xa7\x43\x53\x11\x04\ \x12\x40\x55\xd3\x9d\x4e\xa7\xd3\xe9\xd0\x34\x55\xd7\x1d\x4e\xa7\ \x53\x1b\x88\x73\x08\x7b\x31\x52\x9c\x4e\x87\xaa\x60\x00\x24\x44\ \x58\x77\x38\x5d\x2e\x1b\x35\x05\x12\x55\xb3\xaf\xb6\x41\x81\xfa\ \xee\x6b\x43\x05\xde\xf9\x4a\x88\x22\xba\x6b\xd7\xaf\xd9\xd0\x44\ \x75\xb7\x5b\x47\x83\x6c\x3e\x48\x5f\x38\xfd\x31\xc3\x5a\x21\x04\ \x82\x9a\xdd\xde\xae\xab\xd7\x77\x9c\x9e\x3d\x66\x5a\x96\xc7\x6a\ \xbb\xbc\x6d\x4f\x59\x7b\xe4\x04\xb3\xab\x6e\xe3\xa6\x43\x99\x33\ \x16\x15\x27\x38\x6f\x1c\xd9\x7c\x89\x65\x2e\x9c\x5a\x84\x18\x23\ \x58\xd6\x9c\xdb\xb7\xe7\xf8\x65\x43\x4f\x9c\xb7\x64\x5a\xf3\xa9\ \xc3\x28\x7f\xf6\x94\x5c\xd7\x95\x43\x1f\xde\x52\x0a\x17\x8c\x4b\ \xbd\xb4\x7f\xe3\xe1\x0b\xd5\x5a\x6c\xfe\xd2\x47\x27\x11\xe6\xdb\ \xf7\xc1\x6f\x9a\xce\x25\x4f\x98\xf7\xf8\xb8\x64\xeb\xe0\x87\xeb\ \xca\xaa\x3a\xa3\xb2\x4b\x17\xcc\x9e\x10\xa3\xf9\x8e\x6f\xfb\xb0\ \xac\xa2\x81\x91\xb0\xbc\x82\x2c\xa3\xb9\xb2\xba\xc5\x28\x9c\x3c\ \x6f\x66\x69\x06\xa0\x0c\x20\x0c\x42\x1d\x87\xb6\xef\xba\x50\xdd\ \x21\x89\x7b\xd8\xc4\xd9\xd3\x4a\x33\xcd\x96\x5b\xbb\xf6\xec\x2b\ \x6f\xf2\xc5\x15\xcf\xfa\xda\xac\xfc\x6b\x87\x3f\x3c\x78\xae\x4a\ \x8d\xcd\x9d\xbb\xf0\xa1\x34\x67\xe8\xec\xae\x4d\xc7\xaf\x36\x68\ \xc9\xc3\x96\xce\x9f\x9e\xe8\x0c\x9e\xdc\xb1\xe9\xc4\xb5\x86\xb0\ \xf4\x92\x85\x0b\x67\x47\x62\xcc\xbb\xca\x57\xbf\xf4\x93\xbd\xa9\ \x45\x8f\x2c\x9d\x19\xeb\x44\x5f\xb5\xd2\xb9\x83\xf4\x55\x56\xd7\ \x21\xb7\x42\x7e\x9c\xf2\xd0\xd8\xf8\xe3\xfb\x8e\x9a\x04\x9d\x3b\ \x78\x10\xe5\x4d\x2b\x8c\x90\x16\xc2\xdd\xb5\xe7\x8f\x5e\x6f\x23\ \x0a\x2f\x3b\x7d\xba\x9d\xaa\xba\x46\x88\xae\xb7\x5c\x3f\xf8\xda\ \xfb\xc7\x62\x8a\x27\x8d\x1b\x39\x34\xd2\xc5\x6f\x5e\x3e\x57\xdd\ \x45\x89\x86\x5a\xaa\xaf\x5c\x6f\xf6\x77\x55\x9d\x5e\xbb\xf3\xe2\ \xd0\x19\xf3\x27\x14\x67\xe9\x58\x70\xa8\xe6\x8c\x98\x3c\x7f\xd6\ \xd4\x9c\x38\x78\xf8\xbd\x37\x77\xde\xe4\x13\xa7\x8e\xa3\xd7\x77\ \xbc\xb5\xe9\xb4\x90\xdd\x27\x0f\x9f\x72\xe5\x4e\x1d\x9f\x4d\xb6\ \xae\xfb\xc0\x1f\x5d\x34\xb1\x28\x6c\xdf\x7b\x1b\x2e\xb5\x70\x95\ \x40\x88\x89\xf0\x35\x1e\x3a\x7a\x29\xbe\x64\xe2\xf8\xfc\xf0\xfd\ \x6b\x5f\xdb\x7f\xa3\x2b\xd8\x72\xed\xc0\x85\xe6\x92\x89\xd3\x46\ \xe7\xc5\x57\x1c\xde\xb4\xe9\x74\xfb\xc4\xf9\x8b\x92\x42\x57\xd6\ \x6d\x3a\x5a\x77\xf3\xd0\xfa\xbd\xd5\x23\x67\x2d\x98\x38\x2c\xdd\ \xa3\x89\xf3\x3b\x36\xec\xa9\x60\xb3\x17\xcd\x77\xd6\x1f\x5b\xbb\ \xf5\x34\x23\x04\x39\x62\xc7\x4e\x9d\xfd\xd0\xa4\x62\xb7\x02\xc5\ \x60\x2d\x91\x41\xfa\xaa\x30\x39\x42\x40\x55\x29\x12\x1d\x52\x1b\ \xb9\xe4\xd1\x08\xb3\x62\xcf\x89\x13\xc7\x6b\xc1\xac\xb9\x53\xc3\ \x99\xaf\x9b\xbb\xc6\x96\x64\x77\x5c\xbc\xd0\xd3\x74\xb3\xb3\x5b\ \x1d\x91\x1a\x83\xda\xdb\x71\x77\x5b\xe5\xa1\x63\xd1\xb9\x93\x1e\ \x9e\x30\x7c\x6c\x7e\x56\x82\x30\x75\x89\x1c\xcc\x04\x86\xa9\x20\ \x45\x85\xc0\x11\x9d\x90\x18\x89\xae\x56\x36\xc2\x94\x0c\x8f\xcb\ \x63\xa9\x8e\xa8\xac\xa1\x43\x87\x0d\x8b\x02\xf5\xc7\xaf\x75\x4e\ \x5d\xfa\xf8\xa4\x09\xd3\xbe\xb6\x74\x6a\xe7\xb5\x33\xd5\x01\xae\ \x39\xc3\xb3\x87\x8e\x9a\x32\x6d\x5a\x7e\x52\x6c\x5a\x61\xc9\x94\ \xb9\x73\x32\x5c\x46\x73\x8b\x17\xdb\x30\xda\x52\x28\xae\xd8\xa1\ \xc3\x47\x4c\x59\xf8\xd8\xa2\x11\xae\xb3\x65\xd7\x43\x82\xb8\xe3\ \x32\x46\x8f\x19\x57\x9c\xe6\xb9\x79\xa1\xac\xa1\xb3\xed\xcc\x91\ \xc3\xb7\x9a\x3b\x5a\x9b\x6b\x2d\x47\x46\xb2\xc3\x77\xf9\x6a\xb5\ \x2b\x36\x35\x12\x78\x2f\x9e\xbf\xd4\xd2\xd1\x7c\xfc\xd0\xd1\xda\ \x8e\xce\xa6\xc6\x06\xbf\x09\x91\xea\xce\xc8\x2d\x2c\xcc\x4e\xd2\ \x30\x18\xe4\xf1\x41\xfa\x6f\xaa\xae\x43\x08\x20\x04\x18\x03\x8c\ \x25\xc6\x00\x63\x18\x08\xa0\xd6\x16\x71\xeb\x4a\x6a\x65\x75\xd2\ \x89\x4b\x29\x37\x4f\x5d\x5e\xb3\x6e\x92\x33\x7e\xf4\xb9\x63\xe9\ \x17\x2e\xb9\x37\x6d\x0f\x0f\xb4\x24\x36\x7b\xc3\x7f\x4e\xfe\xa2\ \xad\x4b\xf9\xc5\x4f\x20\x63\x00\x80\xa9\x00\xcc\x20\xbf\x04\x7f\ \x0d\x00\x22\x80\xc0\xc7\xa9\x20\x6f\x6f\x06\x51\xae\xd1\x01\x6f\ \xa6\x7b\x47\xd8\xb6\x21\x7f\xa3\xf1\xb2\x83\x7b\xcf\xbe\x9a\xe0\ \xfc\xce\xe3\x89\xd5\xb5\xbe\xe8\x9b\x6c\xa8\x53\x2a\x8a\x70\x39\ \x2d\x45\x91\x00\x08\x88\x00\x42\x00\x21\x68\xa7\x1e\x4b\x81\x21\ \x30\x4c\x93\x53\x89\x09\xba\x0b\xc1\xaa\xcf\xf4\x80\x31\x02\x76\ \x4a\xb2\x14\x8c\x52\x41\x38\x67\x30\x39\x7f\xd4\xdc\x19\xf9\x9c\ \xce\xd4\xdd\xee\xa8\xe8\xd8\xbf\xf8\x9b\xe8\xe3\xfb\xb6\xbf\xfc\ \xb3\x5f\x3e\xf2\xec\x63\x08\x69\x99\x25\x13\xe6\x8e\x4a\xa2\x7c\ \xb6\x3b\x32\xc6\x15\xac\x66\x4c\xf4\x17\x2f\x1a\x64\xf2\x41\xfa\ \x6f\xc4\xe4\x10\x02\x42\xa4\xa2\x00\x08\xa1\x61\x00\xcb\x82\xb5\ \x75\xf8\xda\x55\x54\x51\x81\x6e\x96\xe3\xeb\xd7\x41\x67\x97\xf4\ \x75\x3c\xda\xda\xed\x5e\xb7\x06\x2b\x38\x3d\x22\x02\x24\x62\xd8\ \xa9\x75\x4b\xe0\x1f\x92\x17\x91\x37\x3b\x58\x53\xb6\xe1\x5c\x4b\ \xc9\xd3\x7f\x3b\xae\x20\xde\x42\x18\x6b\x7a\xa8\xad\x7c\xd3\xc6\ \x7d\x9e\xcc\xa2\x14\x07\x88\x4b\x19\xa2\xde\x3a\x7c\xfc\x5c\x63\ \x76\x62\x34\xbf\x5d\xe9\xd4\x1c\xbc\xea\x46\xc7\x8d\x5b\x39\x5e\ \xff\x70\x46\x95\x13\xbb\x33\x31\x08\xae\xde\x0c\xfe\x6f\x94\x9a\ \x1c\xbb\x22\xe0\xaf\xbe\xd9\xde\xb4\x70\xcc\xe1\xeb\x65\xd1\xb9\ \xcb\xd2\x3d\x24\x80\x15\xa6\x3b\x00\x41\xa6\x61\x70\x21\x21\x90\ \x96\x61\x50\xde\x07\x4b\x8d\xb0\xf0\x37\x1c\x3f\x7c\x34\x10\xd6\ \xb3\xad\xcc\x3b\xf6\x99\x5c\xcd\x3c\x14\x32\x2c\x21\x01\x57\xdc\ \xc3\x46\x0d\x3b\xb9\xe3\xcc\x95\xac\xc8\x18\x85\x85\x91\xdc\xf0\ \x8e\xf2\x8b\x55\xfe\xa4\x21\x05\x11\xc7\x36\xd5\x1b\xea\xc8\xd1\ \xf9\x2b\x8f\x9c\x2c\x4f\x9c\xe2\x84\x4c\xe8\x31\x09\xe1\xe1\x11\ \xa8\xfb\xd0\x81\x03\x46\x56\x62\x46\x7e\x4e\xb4\x83\x88\xc1\x3d\ \xf9\x20\xfd\x69\x33\x39\x42\x00\x63\xa9\x10\x08\x20\x6c\x6c\xc4\ \xd5\xd5\xe8\xdc\x39\x7c\xe6\x2c\xbe\x7a\x15\x5d\xbb\x06\x00\x90\ \xb1\xb1\x32\x2a\x4a\x24\x26\xc8\x71\xe3\x68\x9c\xe7\x16\x75\xa5\ \x4c\x99\xe4\xc9\x4a\x66\x9e\x30\xa0\xa8\x1a\xf0\xd7\xed\xd8\xaf\ \x95\x3e\x94\x97\x13\x87\xcb\x77\x9c\xfd\xe9\xa1\xa2\xbf\xf9\x6b\ \x1a\xaf\x53\x20\x19\x80\x18\x98\x25\xe3\x27\x1c\x2d\x2b\xaf\xc4\ \x9e\x49\xf3\x96\x17\x87\xad\x20\xdb\xf6\xec\x6d\xf6\x12\x35\x6c\ \xd4\xf4\x87\x12\x5c\x5d\x07\x3e\xda\xd5\xd0\xc3\x73\x12\x73\xa6\ \xa5\xc7\x38\x6e\x5f\xf3\x9d\x2e\xb3\x3a\x7c\xd1\xcd\xcd\x85\x56\ \x20\x7f\xdf\xfb\x62\xc3\x2b\xf3\x00\x50\xc7\x9c\xd7\x8f\x25\x8e\ \xea\x06\xf1\xd7\x4e\xb3\x11\x61\x85\x53\xa7\xc6\xc7\x79\x28\x26\ \x05\xa5\xa3\xa3\xa2\x54\xca\x25\x80\x00\x4a\x80\x08\xf1\x36\xdc\ \x3c\x79\x5b\x8c\x59\xf6\xd4\x43\x43\xe3\xbc\xe5\xc9\xa3\x4a\xa2\ \x54\xc8\x4c\x0b\xe4\x4c\x5a\xfe\x14\xde\x77\xf8\xdc\x91\x72\x25\ \x7c\x5c\x64\x76\x2a\x0e\x56\x9c\x3f\x7a\xca\x82\xd9\x73\x1e\x9f\ \x9a\x93\x18\x55\xf0\xd8\x63\x70\xf7\x89\x53\x87\x84\x33\x7e\x72\ \x5c\x8e\x4c\x4a\x5a\xf2\xc8\x92\x6d\xfb\xcf\x9c\x0d\x1a\x89\xb9\ \x39\x83\xf6\xf5\x41\xfa\xa2\x4d\x5f\xb7\x6b\xaa\xfb\xbf\xf4\x2b\ \xab\x86\x11\x62\x8c\x4b\x29\x15\x45\x51\x55\x55\x4a\x61\xff\xc4\ \xb9\xe8\x07\x8a\xa1\x94\x1a\x86\xc1\xfb\xa0\x61\x2c\xcb\x8a\x8e\ \x8f\xcb\x1b\x56\xcc\x83\x41\x58\x5f\x4f\x8e\x1c\xc5\x87\x0e\xe1\ \xe3\xc7\x61\x7b\x3b\x0c\x85\x44\x4e\x0e\x1f\x31\x42\x14\x0f\xe3\ \x23\x47\xca\xf8\x38\x19\x1d\x23\xa2\xa3\x81\xae\x43\x21\x09\x94\ \xdc\xb4\x24\xe7\x40\x4a\x20\xa5\x04\x50\x77\x38\xa8\xaf\xad\xba\ \xaa\xea\x6a\xd9\xc9\x26\x67\xf1\x53\xcb\x27\xab\xcc\xec\x13\x7e\ \xd0\xae\x99\x06\x81\xb0\x4c\x83\x0a\xa4\xe9\x1a\x41\x50\x02\x49\ \x4d\x93\x49\xa8\xe9\x3a\x82\x80\x0b\x66\x32\x01\x30\x41\x8a\x22\ \x01\x90\x01\x3f\xec\xe8\x40\x1d\x1d\xa0\xbe\x41\x39\x77\x0e\x5d\ \xbe\x04\xcb\xce\xa3\x8e\x36\xa0\x2a\x3c\x3e\x09\x3f\x34\x9b\x8d\ \x1f\x1b\x1a\x33\x5e\xcb\x48\x13\x92\x5b\x21\x13\x43\xcc\xeb\x4f\ \xff\xe0\xa5\x9d\x8f\xfc\xe3\xbf\x96\xc6\xab\x96\x61\x98\x26\x85\ \x44\xd5\x15\x68\x18\x76\xb1\x44\x48\x54\x55\x55\x08\x94\xc2\x32\ \x0d\x2a\xb1\xed\x3c\x13\x8c\x9a\x26\x15\x00\x2a\x9a\xa6\x10\x0c\ \xa5\x30\x4d\x83\x32\x49\x14\x55\xd3\x14\x20\x58\x5f\xf9\xa4\x41\ \x1a\xa4\x2f\x82\x6c\x64\x18\xf8\xf6\xca\xb7\x06\x30\x39\x00\x00\ \x70\xce\x0b\x0b\x0b\x23\x23\x23\x00\x00\x0d\x0d\x0d\x55\x55\x55\ \x18\x13\x9b\xc9\xa5\x14\x36\x27\x32\xce\x5c\x2e\x57\x51\x41\x81\ \x45\x29\x97\x92\x41\x48\x85\x48\x30\x02\x79\xcd\x6d\x68\xe3\x26\ \x7c\xe8\x10\xec\xe9\x11\xe9\x69\x7c\xd4\x68\x3e\x75\x0a\x1f\x31\ \x52\xe4\xe7\x02\x87\x53\x12\x02\x20\x84\x9c\x03\xfb\xef\x13\x40\ \x69\x11\x26\x66\x57\xd5\xb6\x0f\xb6\xfb\x63\x87\x2e\x9c\x3b\x2d\ \x46\x65\xec\xf7\x04\xf3\x40\x08\x60\x0c\x08\x91\x08\x41\x21\x00\ \x63\xc0\xe7\xc3\x57\xae\xa2\xf3\xe7\xc8\xfe\x03\xf8\xd2\x45\xd8\ \xd0\x28\x93\x93\xd9\xcc\x19\x6c\xd1\x62\x3e\x7e\x1c\x48\x4a\x16\ \xad\x15\xbb\xf6\x5d\x28\x9e\x3e\x2b\xd5\x8d\x07\x3d\x5e\x83\xf4\ \xa7\xcd\xe4\x93\x26\x4d\xba\xe7\x87\x60\x30\xf4\xcf\xff\xf4\x8f\ \x23\x46\x0c\x87\x10\x7e\xf4\xd1\xd6\x37\xdf\x7a\xcb\xe5\x72\xdd\ \x83\xfa\x66\x59\x56\x56\x56\xd6\x3f\xff\xd3\x3f\xfa\x19\x13\x9c\ \xbb\xae\xdf\x88\xde\xbb\x27\xf1\xe8\x71\xb5\xdb\x0b\x32\x33\xf8\ \x43\x0f\xb1\xb9\x73\x45\x61\xa1\x88\x8f\xed\x95\xbf\x76\x49\x82\ \x4f\x67\x74\xb2\x01\x7a\x75\x04\x20\x00\x26\x17\xfc\xb3\x95\x4b\ \xfd\x44\xdd\x05\xd8\x15\xdc\x24\x02\xc0\x2e\x05\xd5\xd0\x88\xce\ \x9f\x27\x3b\x77\xe1\x3d\xbb\x41\x5b\x3b\xc8\x48\xb7\x1e\x59\x4e\ \x97\x2e\x55\x0b\x0b\x19\x00\x82\x89\x41\x05\x7b\x90\xfe\x64\x99\ \x1c\xdd\xaa\x28\x27\x4e\xa7\xd3\x86\xb8\xa4\x0c\xa8\xba\x8a\x00\ \x80\x10\x61\x8c\x6d\xae\x26\x84\xb8\x5c\x2e\xa7\xd3\x29\x38\xa5\ \x8c\x4b\x09\xb0\xa2\x62\x08\x08\x21\xaa\xcb\x25\x14\xc5\x73\xe9\ \x52\xfc\x07\x1b\x63\xf7\xee\x95\x08\x7b\x13\x3d\xad\x4f\xcc\xe6\ \x53\xa7\xca\xd8\x58\x00\xda\xc1\xa5\x03\x90\x51\x20\xbe\xd4\x90\ \x5a\x12\x61\xa0\x10\xe0\xc6\xe0\xe1\x29\x68\x54\x06\x3e\x78\xc0\ \xb9\x73\xbf\xfb\x9f\xff\xd9\xf1\xeb\x97\xe9\xf2\x25\xbe\x29\xa3\ \x42\x61\x1a\x60\xfc\x4b\xfe\x16\x83\x34\x48\xf7\x97\x68\x08\xd1\ \x8e\x76\x02\x80\x94\x12\x25\x14\x4c\x5b\x38\x21\x66\xdb\xba\x2d\ \xcd\xe6\x7d\x84\x2d\x67\x2c\x7a\xc8\x84\x87\x17\x4c\x76\x85\xea\ \xb7\x6f\x7c\xff\x5a\x2b\xa5\x84\x38\x7a\x7a\x52\x7f\xf5\x7c\xe4\ \xfa\xf5\x00\xa1\xc6\x85\x0b\x1b\x66\xcf\x72\xde\xdc\x9a\x12\xa7\ \xca\xf2\x03\xe0\x86\x00\xfd\xf5\x8d\xfb\xa5\xf3\x97\xba\x33\xec\ \x75\x8f\xc8\xa2\x48\x5c\xf8\xa8\x6c\xee\x81\x27\xae\xa9\xcf\xbf\ \xe8\x79\x11\xa8\x93\x72\xc4\xe4\xa1\x40\x57\x00\xe3\x60\x50\x6d\ \x1f\xa4\x2f\xf9\x34\x96\xc0\xae\x75\x01\x24\x00\x50\x22\x4c\x02\ \xf5\x75\x44\x0a\x8e\xdd\xa9\xe3\xa6\x4d\x1b\x91\xd9\xb5\x07\xde\ \x5f\x9f\x46\x18\xf3\x60\xdb\x8e\xd5\xaf\x24\x4d\x7d\x72\xf6\xb4\ \xe2\x8b\xef\x9c\x9a\x18\xf2\x7f\xf7\xcc\x99\x98\x50\xa8\x75\xe1\ \x82\x86\x47\x1f\xf5\x66\x65\x99\x94\x7a\xaa\x77\x47\xea\x3a\x97\ \x1c\x40\xd4\xcb\xd9\xd2\xd6\x88\xe5\x9f\x8e\xc6\x2b\x00\x96\x22\ \xd5\xcd\x12\x4b\xe1\xc8\x34\xc7\x91\x9b\x8e\x23\x55\xa0\xcd\x14\ \xf3\x8a\x65\x6a\x0c\xa0\x6c\x90\xcf\x07\xe9\xcb\xcb\xe2\xbd\x55\ \x85\x65\x2f\xb7\x4b\x49\x5c\x9e\x76\xaf\x9f\x40\x44\xa4\xff\xf6\ \x07\x6b\x36\xc4\x3f\x3d\x81\x10\x04\xc0\x7d\xf4\x52\x08\x61\x77\ \xdd\xf5\x66\x1c\x37\x32\x86\xdc\x3c\xd7\xb8\xb8\xb9\xf9\xfb\x35\ \x95\xbe\xb8\xb8\xf2\x1f\xfe\xb0\x63\xcc\x68\x06\x00\x32\x0c\x64\ \x59\x92\x73\x61\x59\x8c\x59\x40\x22\x08\x7b\x8d\xf5\xb0\xaf\x45\ \xf8\xf9\x88\x73\x09\x84\x04\xe8\x0f\x1f\xa8\x07\x21\xc8\x88\xe6\ \x49\x63\xd1\xa5\x44\xb2\xe7\x0a\x7a\xe3\xa0\xb5\xac\x54\x14\x26\ \x03\xc6\x07\xc3\x59\x06\xe9\x4b\xa8\x86\xf6\x5a\x9b\xa0\x6d\x20\ \xef\x95\xb1\x88\x5a\x82\x73\x02\x00\x90\x92\x09\x09\x09\xfe\x64\ \x71\x2b\x39\x27\x11\x0f\x3d\xf6\x84\xa7\xe9\x08\xdc\x78\xf2\xfb\ \xd5\xd5\x7b\x22\x23\x77\x4c\x9d\xfa\xc4\xac\x99\xa0\xa7\x07\xd1\ \xde\x52\x18\x52\x4a\x20\x04\x10\x52\x4a\xde\x7f\x2b\x09\xec\x50\ \xb1\x4f\x4e\x51\x93\x5c\x32\x06\x7a\x93\xde\x20\x20\xca\x6f\x79\ \x0e\x00\x09\xd0\x1d\xd2\x0c\x40\x21\x01\xf8\x03\xeb\x07\x0c\x08\ \x04\x45\x69\xba\x88\xf7\x28\x1f\x5d\x50\xd7\x9e\xb0\x1e\x1f\xc3\ \x0b\x92\xa0\x35\x88\x6f\x35\x48\x5f\x26\xbb\x92\xfd\x2f\xec\x0d\ \xa7\xb4\x4b\xe8\xda\xfc\x28\x39\x97\x52\x92\x5e\xd6\x42\x44\xd3\ \xb5\x4f\x4a\x84\xa4\x94\x67\x4d\x5e\x32\xa3\x10\x9e\xf8\xfb\xa3\ \xdf\xaf\xb9\xbd\x2f\x31\xe1\x07\x99\x59\x89\x9a\xa6\x18\x06\xeb\ \xb3\x48\x41\x08\x85\x90\x42\xf0\xde\x82\x35\x7d\xb6\x74\x29\xef\ \x08\xf0\xfb\xe4\x53\x4b\x06\x50\x18\x1e\xbf\x14\x67\x65\x41\x24\ \x64\xd3\x59\x76\x74\x07\xf7\x9a\x50\x77\x01\xc8\xa5\x69\x40\xc5\ \x09\x20\x93\xa6\x01\x24\x80\x08\x81\x84\x31\xea\xd4\x71\xf4\xc3\ \x5f\xf2\x20\x82\x4e\x27\x10\x96\x34\x4d\x00\x31\x54\x1d\x00\x43\ \xc0\xa9\xb4\x4c\x20\x24\xc0\x0a\x44\x52\x32\x06\x90\x02\x55\xfd\ \xb3\xaf\x06\x02\x00\xc6\x78\x7c\x98\x78\x6c\xb4\xba\xe1\x8c\xb2\ \xf5\xa2\x08\xd7\x45\x5c\x18\x60\x83\x76\xb8\x41\xfa\xd2\x30\xb9\ \xec\xd3\xd6\xed\x8d\xb1\x94\x76\x06\xb8\x00\x52\x0a\x2e\x84\xcd\ \xe4\x10\x13\xda\x7e\xfa\xc4\xf9\x6e\xeb\xfe\xec\x00\x11\xb2\x82\ \xed\xad\xb7\xf5\xbf\xa4\xd2\xa7\x91\xd7\xb3\xb3\x83\x08\x2b\x03\ \x0d\xce\xf6\xca\x01\x24\x90\x42\x08\x09\xa4\xb4\xab\xea\xf5\x8a\ \x72\xfb\xc6\x00\xc8\x7b\xb8\x5c\x0a\x20\x14\x32\xff\x6f\x94\x24\ \xaf\x75\x68\x9d\xa4\x3a\x74\x0a\xe1\x48\x27\xd9\xd1\xec\xc6\x69\ \xc9\x22\x49\xc9\x04\x51\x7d\x4c\xd0\x38\x65\xe2\x14\xe4\x92\xfc\ \xca\x1e\x4e\x25\x4c\x2a\x55\x66\x3d\x2b\x3b\x2a\xac\x33\x47\x81\ \x27\x8f\x4c\x18\x8b\x44\x07\xbd\x74\x40\x74\x99\x30\x26\x9b\xe4\ \x8f\x40\x6e\x87\x68\xbe\x2a\x82\x0e\x92\x91\x2d\xbb\xae\xb2\xcb\ \xe7\x01\x85\xe0\xf7\xc9\xe4\xe6\x5c\xb8\x55\x6b\x76\x81\x63\xd5\ \x49\x72\xf4\x96\xb1\xa8\x18\x0e\x7a\xce\x07\xe9\x4b\xc6\xe5\x12\ \xc2\x3e\x56\x03\x00\xf6\xb1\x24\x17\x12\xd8\x90\xcc\x08\x2b\x56\ \xcb\x81\x7d\x0d\xaa\xa6\xdd\x17\x47\x85\x28\x4a\xd5\x85\x9d\x7b\ \xb7\x36\x2f\x28\xbf\xb9\xa6\xb0\xb0\x56\x77\x68\x03\xca\x24\xf6\ \xa9\x09\x40\x0a\x21\x39\x07\x42\x48\xc1\x25\x10\x52\x08\x01\x20\ \x94\x36\xf3\xf7\xfa\xa7\xef\x66\x1e\x0b\xc6\x8c\x26\xf9\x1e\x6b\ \xd5\xbf\x5b\xb5\x3e\xa8\x12\x60\x19\x30\x6b\xb9\x3e\x71\x0c\x2b\ \x3f\x24\x58\x06\x99\xb8\x84\xb6\x9d\xc2\xc3\xbf\x8b\xf5\x0a\x5a\ \xdb\x0c\x00\x14\x8c\x02\x2b\x20\x7a\x5a\x45\x47\xab\x70\xe7\xeb\ \xcb\x9e\x03\x2d\x67\x05\x1e\xae\x2d\xc9\x34\xde\xf9\x15\xcc\x9c\ \x4b\x46\x84\xd1\xb2\x1b\x64\xd2\x73\x24\x78\x83\xde\xac\x27\x63\ \x9e\x85\xf0\x57\xe6\xc9\x8b\x80\x68\xbf\x57\x3f\x72\x46\x13\xc3\ \xf0\xf0\x14\xe5\x4a\x23\x1c\x9b\x2e\x62\x5c\x83\xc2\x7c\x90\xbe\ \x54\xfa\xba\x84\xb6\x18\x85\xd2\x4e\x07\x93\xd0\xce\xa8\x12\x42\ \x10\xab\xaf\xa8\x28\x42\xd0\xae\xea\x68\x9a\x96\x10\xfd\x55\x36\ \xb9\x69\x9a\x84\x10\x93\x90\xa1\x52\x08\x55\x3d\xe9\x76\x0b\xd3\ \xe4\x96\x45\x29\xb5\x51\x61\x06\x2c\x28\x12\x48\x21\x7a\xe5\x39\ \xb7\x4d\xf5\xa2\xcf\x08\x00\xee\xc3\xe4\x0c\xb8\x93\x81\x51\xcf\ \xba\xbc\x82\x68\x08\x02\x80\x31\xe0\x96\x34\x82\x82\x73\x29\x98\ \x30\x02\x92\x73\x20\x11\xd4\xb0\xa8\x38\xca\xea\xeb\x40\x46\xa6\ \x0c\x35\x58\x27\x3f\x60\x1d\x5c\x99\xf5\x2f\xc8\x38\x11\xf8\xe0\ \x65\x81\x93\x1d\xdf\xf9\x11\xc9\xc9\x66\x12\x88\xdb\x47\xcd\x9d\ \xeb\x38\xc9\xd0\x22\xaf\x98\x1f\xae\xe6\x2c\x5e\xcb\xcc\x93\x27\ \xce\x81\xdf\xbb\xae\x8b\x84\x92\x66\x47\xab\x67\x6f\x83\xee\x20\ \x8f\x71\xa2\xc1\x42\x31\x7f\xb2\xdb\x57\x0d\x23\x26\x24\x97\x12\ \xfc\xc1\xed\x3a\x5f\x24\x93\x03\xd0\x2b\x6d\x21\x80\x50\x4a\x00\ \x10\x02\x82\x03\x29\xc9\xbf\xfc\xf3\x3f\xdd\xc5\xa5\x00\x08\x21\ \x63\x63\x63\x2c\xcb\x92\x52\x8e\x1e\x3d\x3a\x27\x27\x07\x21\x64\ \xb9\x5d\x05\xaf\xbf\x4e\xba\xba\x9e\xf9\xf7\x7f\xe3\x52\x4a\xce\ \x09\x21\x94\xb2\x7e\xbb\x1e\x84\x50\x48\x29\x05\x07\x76\xc9\x53\ \x21\xa5\x14\x40\xda\x7b\x72\x79\x7f\x37\x9a\x10\xd0\xdb\x0c\xf4\ \x09\x50\x23\xa2\x2b\x08\x14\x2c\x2d\x03\x31\x2e\x11\x92\x96\x25\ \x2c\x0b\x48\x08\xa4\x61\x6e\xfe\x4f\x39\x66\x91\xba\xfc\xdf\xc9\ \x95\xd5\xc6\x4d\x03\x48\x28\xed\x3f\xd5\x21\xfd\xed\x9c\x0a\xc0\ \xfd\x22\x60\x22\x45\x93\x9c\x01\x80\x25\x22\xc2\x08\x02\xac\x4a\ \x8c\x84\x15\x04\x02\x09\x4e\xa5\x41\xa1\xea\x04\x22\x24\x05\x86\ \x04\x49\x8b\x42\xcd\xf1\x60\x23\x2c\x25\x8f\xd0\x81\x04\xc0\x62\ \x92\x0b\xc1\x07\x25\xf9\x9f\x24\x71\x21\xd7\x5d\x6e\x5c\x9a\x1b\ \xeb\x52\x08\x97\xff\x9d\x3c\x25\x50\x02\xd9\xeb\x22\xb7\x45\x6f\ \xef\xee\x59\x92\xcc\xcc\xcc\x7b\x98\x1c\x00\x40\xa9\x65\x17\x27\ \x0e\x0f\x0f\x8b\x8a\x8a\x04\x00\x30\x8f\x27\x22\x22\x02\x4b\x99\ \x9e\x98\x28\x55\x55\x0a\x61\x0b\xf9\x3b\x1a\x3b\x80\x52\x02\x21\ \xa4\x14\x02\x48\x0e\x00\x97\x52\xda\x72\x5c\x48\x89\x24\x00\x10\ \xdc\x1b\x9f\x0a\x91\x6c\x39\x61\x56\x2f\xd7\x97\xfd\x85\xd8\xb5\ \x59\x50\x15\x3b\x21\xf3\x35\x09\x92\xad\x0c\x2d\x15\x35\x1e\xa8\ \xeb\x12\x60\x10\xee\xa1\x17\x36\x0a\x18\xe7\x1c\x3d\x51\x5e\xdb\ \x29\xd4\x78\x9c\x91\xcf\x95\x56\x5e\x73\x0e\x94\xcc\x56\xf3\xaf\ \x30\x52\xa2\xc4\xc3\xd0\xce\x4a\x99\xbb\x10\x60\x28\x04\x47\x10\ \x03\x84\x04\xe7\x10\x60\x00\x85\x50\xe2\xd5\xf1\x53\xc4\x8d\x9d\ \x22\x72\xae\xea\x6e\xb5\x6e\x07\xb5\xe2\x1c\x7a\x76\x2f\x0b\x3d\ \x08\xb8\x22\x84\x90\x72\x20\xa5\x90\x42\x48\x0e\x07\x63\xe0\xfe\ \x14\xf9\x00\x00\x29\xe5\x7f\x1d\xab\x3a\xdf\xd8\xf9\x9f\xd3\x86\ \x68\x0a\x61\x5c\xfe\xe9\xbf\x54\xbf\x73\x1c\x40\x04\xa4\x04\x12\ \xf5\x62\x21\x08\x29\x84\x90\x77\xd4\x75\x70\xbf\xfa\xe4\xfd\x15\ \x51\xb8\x61\x18\x11\x91\xd0\x34\x51\x79\x79\x70\xe8\x50\x48\x69\ \x7f\xa5\x14\x08\xa1\x94\x12\x42\x60\xd7\x2c\xb7\xb9\x1a\x08\x60\ \x5b\xe0\xec\x86\xf8\x27\x44\xd9\x00\xde\x13\x7c\xff\xff\x88\x19\ \x4f\x68\xf3\xfe\x12\x00\x21\x5b\xcf\xd2\x1d\x1b\x03\x3b\x37\xbb\ \xa6\x7c\xcb\x39\x52\xca\xa6\x8b\xb4\x93\xa1\x91\x8b\x1d\xb9\xc9\ \x80\xfb\x43\x7b\x3e\xa0\x8d\xd5\xa1\x13\xa7\x1c\xd3\x9e\xc3\xad\ \xa7\x02\x1b\xdf\xf3\xef\x73\x38\x66\xfc\xa5\x02\x82\xc6\xae\x17\ \xcc\xda\x4e\x92\xda\xc2\x3a\xba\x04\xc0\xdc\xd7\xcc\x3a\x3a\x04\ \x42\xd0\xdf\xc2\xda\x5a\x05\x8a\xc0\x79\x63\x64\xed\x6e\x10\x3b\ \x94\xc4\x94\x9b\xcd\xdd\x24\xbf\x84\x9e\xdf\x23\xb8\x80\xf8\xd3\ \xba\xdc\x25\x84\x4a\xb3\x17\x10\x2c\x54\x2c\xb8\x84\x83\xde\xf2\ \x3f\x4d\x26\x37\x42\xa1\xd2\x91\x23\x9d\xa3\xa7\xfc\xdb\x8e\x57\ \xff\xcf\xcc\xa1\x04\xc1\x3f\x7d\x36\x97\xa0\xcf\x75\xd5\xab\xae\ \x0b\x89\x20\x14\x50\x4a\x21\x84\x90\xf0\xfa\xb5\xab\xbf\x85\xc9\ \xef\xe8\xf0\xaa\xea\xb8\x74\x29\xfb\xc9\x6f\xb6\x3d\xfe\x78\xfd\ \xdf\xfd\x6f\x64\x9a\x9c\x31\x5b\xda\x73\xce\x85\x94\xa6\x65\x39\ \x37\xfe\xbf\x92\x08\x6c\x31\x2e\x38\x97\x82\x4b\x21\xec\xd4\x51\ \x29\xa5\x1d\x65\x77\x7f\xf5\x58\x30\xc9\x05\xc0\xd8\x36\xd0\x03\ \x84\x00\xa7\x12\x62\x08\x81\x14\x1c\x62\x15\x48\x0e\x20\x04\x82\ \x4b\x09\x21\xc1\x92\x51\x00\x31\x44\xb6\xf1\x90\x01\x44\xa0\xe4\ \x52\x02\x48\x14\x20\xa8\x94\x08\x62\x02\x04\x95\x12\x42\x42\x00\ \xa7\x52\x42\x88\x91\x64\x14\x62\x15\x48\x2a\x25\x82\x08\x4a\xce\ \x21\x56\x1e\x40\x5d\x87\x50\x42\x10\xbe\xf9\x2a\x6e\x0f\xf6\x3c\ \x56\xc2\x3d\xea\x7f\x83\xa9\xf1\xd5\x64\x72\x7f\x20\xf0\xf7\xb5\ \x9e\xb5\x3b\x0f\x7c\xf7\xcf\x9e\x73\x9e\x78\xef\x5f\x67\x0e\x45\ \xf8\x4f\x1c\x5a\x73\xa0\xc1\x0b\x42\xdb\x85\x06\x20\x04\x10\x39\ \x74\xfd\x7a\xab\xef\xd3\xca\x31\x68\x59\xa1\xa2\xa2\xae\xf9\xf3\ \x63\xde\x7b\xdf\x73\xe6\x0c\xd7\xf5\x3e\x2d\xbd\xf7\x5f\xdb\x2c\ \x2f\x85\x00\x40\xf6\xde\x16\xf6\xf2\x75\x6f\x90\xeb\x27\x71\x14\ \x22\x50\x51\x21\xc2\x00\x61\x80\x31\x80\x10\x10\x15\x62\x0c\x10\ \x86\x44\x05\x10\x00\x84\x01\x44\x00\x2b\x90\x10\x00\x20\xb4\x7f\ \x85\x08\x40\x04\x89\x0a\x91\xfd\x93\x02\x00\x00\x48\x81\x18\x03\ \x20\x01\x22\x10\x63\x20\xfb\x3e\x00\xd8\xd7\x94\x62\x5f\x0b\x89\ \xf2\x40\x1b\x72\x49\x90\x7e\xa3\x4d\xad\xe9\x32\x8a\x13\x78\x98\ \x3e\xc8\xe1\x7f\xd2\x44\x2d\x8a\x00\x78\xe1\xa5\x97\x7a\x46\x2d\ \xf9\xc9\x91\x9b\x52\x48\xf4\x27\x0d\x89\x6f\x83\xa1\x0f\xa8\x26\ \x6c\xbf\x8d\xbd\x37\x91\x92\x93\x4f\xda\x7e\xde\x23\xcf\x81\x94\ \x12\xa1\xb6\x6f\x3f\xeb\x3e\x73\x36\xf5\x3f\xfe\x6f\xd5\x2f\x7e\ \x1e\xcc\xce\x06\xa1\x10\xbc\x63\xa2\x84\xc2\xb2\x20\x83\x18\x20\ \x64\x6f\x10\x20\x94\xbd\xfb\x05\x08\x3e\x4d\x3d\xe3\x2f\x5f\x3f\ \xab\x8a\xc2\x21\xa4\x10\xe2\xea\x4e\xcf\xa1\x5b\x20\x23\x12\x8d\ \x4a\x73\x29\x18\x60\xf4\x87\x19\x2c\x28\x81\xe4\x9c\xcb\xfb\x09\ \x16\x7b\x5b\xd4\x1f\x5b\x04\x21\x94\x5f\x35\x77\x3d\x04\x18\x61\ \x2e\xf8\x27\xcc\x14\x88\x10\xe4\xf7\x18\x44\x21\xc4\x98\x60\x0c\ \xa5\xe0\x8c\x72\x00\x81\x82\xa0\x04\x92\x49\xa0\x29\xe4\x85\x5f\ \xff\xe6\x7b\xdf\xf9\xf6\xaf\x8e\xed\xfb\xbb\x19\x43\x31\x10\x16\ \x65\xfd\x53\x1e\x61\x42\x30\x12\x9c\x31\xbb\x41\x88\x14\x82\x39\ \xa3\x62\xc0\x09\x18\x4a\xc6\x98\x04\x10\x61\x4c\x30\x06\x40\x32\ \x46\x45\xef\xe9\x58\x21\x18\x00\x41\x07\xb4\xf9\x09\x0f\x6d\x4b\ \x47\xd9\xcf\x02\x10\xf4\xc9\x4e\x08\xc4\x6f\x37\xfd\xc8\xbb\x1a\ \xba\x23\xcc\x61\x2f\xcf\x62\x4e\x85\x65\xde\x5f\x5d\x1f\xf8\x75\ \xe0\xbf\x42\xd3\x1c\x67\xcf\x66\xfc\xcd\xdf\x4a\x4d\xab\xfd\xdf\ \xff\xab\x6b\xca\x14\xc9\xb9\x34\x4d\xce\x05\x17\x3c\xb4\xf5\x15\ \xd5\x0a\x48\x88\xfa\xae\xe9\xfd\x0f\xf4\x6f\x16\xfa\x9f\x0c\x82\ \xcf\x68\xd7\x94\x5f\xdc\x7c\x92\x52\xd6\xb6\xb4\x68\x40\x8e\x6a\ \xea\x29\x38\x5f\x5b\xa7\x68\x27\x27\xe7\xd0\x70\x07\xfc\x43\xda\ \xd5\x21\x00\x61\xe1\xe1\xaa\xaa\xda\xd1\x89\x77\xc6\x1d\x48\x4a\ \xa9\xa2\xaa\xa8\x2f\x6e\x9f\x52\xaa\x69\xda\x57\x8a\xc5\x85\x10\ \xc1\x50\x28\x32\x32\xe2\xe3\xab\x1b\x84\x80\x31\xee\xf3\xfb\x3d\ \xee\x81\xd8\x07\x10\x21\xe1\x6d\x6b\x6e\x6a\xf7\xb9\xa2\x13\x93\ \xe2\x23\x20\x17\x86\x19\x78\xfe\x4a\xcf\x7b\xbb\x0e\xaa\x18\x61\ \x8c\x7d\x81\xe0\xf7\xbe\xf3\x6c\xf8\xb5\x7d\x53\x4b\x86\x45\xc7\ \x44\x29\x50\x4a\x88\x54\x95\xf8\x3b\x9a\x1b\x5a\xba\xb4\x88\xc4\ \x94\x58\x37\x80\x44\x81\x66\x43\x63\x9b\x23\x22\xc6\xad\x61\x29\ \x81\xa2\x69\xd4\xdb\xda\xe2\x15\x31\xb1\x51\x0a\x02\x96\xbf\xab\ \xbe\xb1\x85\xab\xe1\xa9\x29\x89\x3a\x16\x12\x29\xc0\xec\xb9\x7d\ \xbb\x5e\x38\x63\x52\x93\x62\x89\xfc\x44\xc5\x0f\x42\x68\x1a\x26\ \x00\x40\xd5\xb4\x5e\x6f\x14\x90\x52\x0a\x00\x20\xa5\x94\x73\xe6\ \x74\xde\x79\x9d\x7e\xde\xbd\x4b\x5e\xdf\x2d\x98\xef\xfe\x08\x11\ \x04\x26\x17\x9f\x96\xc9\x7b\xb7\xcf\x42\x30\x87\xc3\x79\xfe\x7c\ \xea\xff\xf9\x3f\x7a\x65\x55\xeb\xd7\xbe\xd6\xf4\xb5\xc7\x8d\x84\ \x04\x69\x18\x92\x5a\x1c\x20\xca\x04\xe7\x4c\x08\xc1\xb9\x10\x52\ \xd8\x04\x7a\xd5\x06\x29\x45\x2f\xb0\x8c\xbc\xd3\xec\x9d\x78\x7a\ \x20\xc5\x27\x3d\xc9\x17\xce\xe3\x50\x2a\x8a\x25\xc4\xbb\xff\xfa\ \xcf\xdf\xaa\x6b\x78\x38\x10\x3c\x1b\x1b\xf5\x42\x61\x41\x9d\xae\ \x13\x26\xfe\x70\x1a\x87\x94\x12\x21\xb4\x70\xc1\xfc\xb4\xb4\x0c\ \x21\x04\x84\x10\x22\x04\x21\x44\x08\x49\x21\x9b\x9b\x1a\x92\x53\ \xd3\x5c\x6e\xb7\xdd\xa5\x2d\x2d\x4d\x59\x59\xb9\x5f\x21\x16\x87\ \xd0\xa4\xd6\xba\x0d\x1b\x13\xe3\x63\x3e\x3e\x11\x20\x84\x3e\x5f\ \x20\x2c\x3c\x62\xe1\xbc\xd9\x86\xd1\xeb\xf4\xc1\x8a\xd2\x7d\xeb\ \xf4\x96\xfd\x67\x2c\x29\x5b\xda\xcd\xa9\x8f\x3c\x33\x7b\x68\xe4\ \xe9\x1d\xeb\xde\xfe\x60\xff\xf6\xdd\xfb\x34\x55\x55\x55\x15\x00\ \xd0\xd9\xd3\xf3\xad\x6f\x7e\xfd\x6a\xa7\xfe\xcb\x1f\xfc\x63\x8c\ \x5b\x41\x32\x78\xe5\xc4\xa1\x8b\x35\x1d\x16\x07\x99\x25\xd3\xa7\ \x8f\x48\xea\xa8\xab\x38\xb1\x7f\xfb\xfe\x72\xfe\xf4\x5f\xfc\x65\ \x49\xa2\x62\x1a\xc1\xdb\xd7\xca\x76\x6d\xdb\xe5\x4f\x9e\xf6\x3f\ \xbe\xbd\xd0\xed\xaf\xde\xb2\x71\x67\x43\x80\x05\xda\x5b\xa2\x86\ \x2f\x7c\x62\xe1\x38\xb5\xa7\xe2\xfd\x75\x1f\xd4\x19\x24\xd8\xe5\ \x1f\xb9\xe4\x9b\xf3\x46\x26\x31\xf3\xfe\x51\x15\x8a\xaa\x54\xdc\ \xbc\x21\x01\xc8\xcc\xca\xb6\x0c\x53\x0a\x4e\x19\x35\xa9\xa5\x20\ \x5c\x57\x5f\xef\xf3\x76\x8f\x18\x39\x5a\x88\x7e\x0b\x37\x1a\xc0\ \xda\x7d\x7b\x65\xd4\x57\xce\xc8\x9e\x2a\x10\xda\xb8\xc0\x18\x41\ \x84\x10\xc6\x18\x63\x4c\xdc\x6e\xf7\x7d\x67\xdb\x27\x31\xb9\x04\ \x80\x8d\x1f\xdf\xfa\xc6\x9b\x09\xaf\xbf\x96\xb0\x71\x53\xec\x89\ \x93\x75\x8f\xac\x68\x9b\x3a\x85\xc6\xc4\x68\x42\xe8\x94\x71\x81\ \x39\x17\x82\x73\x21\x85\xed\x2d\xb7\xb9\x1b\xf4\xa2\x47\xc9\x7e\ \x9e\x07\x03\xd2\x65\xee\x7d\x80\x4f\x54\x44\xff\x80\x6c\x6e\x87\ \x03\x52\x08\x2d\xce\x9d\xcd\x4d\xe9\x47\x8e\x2c\xa9\xae\x76\x51\ \xfa\x4e\x6e\xf6\xe6\xb4\x34\x9f\x42\x3c\x5c\x48\xfc\x07\xdc\x54\ \x48\x09\x10\x82\x8a\x14\x44\x32\x21\x05\x04\x08\x0a\x01\x11\x42\ \x42\x4a\x29\x14\xc0\x89\xe4\x44\x30\x9b\xc9\x15\xc1\xb1\xa0\x5f\ \x29\x26\xd7\x11\xe8\x69\x6b\xbc\x79\xfe\x04\x21\x1f\xdf\x66\x4a\ \xd3\xa4\xf3\x16\x2e\xc1\x82\xf5\x77\x0b\xa4\xcc\x15\x9d\xbe\xf8\ \xe1\x9c\xa4\x04\xe7\xc6\x5f\xfe\xa0\xe6\x76\x4b\x28\xfc\xd6\xf6\ \x3d\xd7\x02\xc0\x23\x39\x63\x0c\x22\x84\xbe\xf3\x9d\xef\x5c\xbf\ \x7e\x3d\xe8\xed\xee\xe8\x36\xdb\x6b\xae\xa7\x16\xe7\x9e\xfa\x68\ \xdd\x81\x5b\xbc\x74\xdc\xd8\x91\x25\x05\x11\x3a\xa2\xde\x96\x8b\ \x47\x8f\xb7\x75\x07\xa2\x63\xb2\x52\xa3\x55\xc4\x59\xe8\xf6\xf9\ \x53\x97\x2a\x2d\x26\x33\x32\x33\x22\x45\xc0\x04\x8e\x89\xb3\x16\ \x44\x25\x24\x36\x1d\x7e\xe3\xf5\x33\x37\xe5\xbc\xe2\x93\x5b\xd6\ \x37\xe9\x23\xff\xfa\xb9\x19\x57\xdf\xfd\xd5\xce\xcb\x37\x1e\x1a\ \x9e\xa4\x48\x7a\xdf\x19\x8d\x39\x20\x92\x03\x00\x30\xa7\x44\x32\ \x29\x85\x04\x5c\x48\x4e\x24\x50\x01\x57\x80\xb4\x67\x42\x9f\x24\ \x17\x77\x0b\x72\x08\x21\x04\xa2\x57\xb7\x47\x00\x01\x00\x90\xcd\ \xf4\x12\x22\x09\x91\x44\x08\x08\x28\x39\xf9\xcd\xaf\x5f\xfa\x2d\ \x82\xe5\x3e\x72\x55\x4a\x09\x80\x20\x44\xc6\x44\x47\x17\x0f\x9b\ \x71\xf2\xd4\x98\xff\xfc\xcf\xe4\x8d\x85\x67\x4a\x4a\xf6\x46\x46\ \xdc\x26\x18\x08\x01\x85\x40\x5c\xf4\x72\xea\x40\x86\xee\xe5\x66\ \x79\x87\xb1\xe5\x27\xc9\x6d\xf8\x09\x7c\x28\xff\x40\xec\xcd\x20\ \x14\x10\x02\x00\xf3\x2c\x73\x56\x47\x67\xe9\xe5\x2b\xa4\xbe\x7e\ \xaf\xdb\xb5\x2e\x33\xbd\x36\x2b\x4b\x95\x52\x95\x12\xfc\xa1\xed\ \x33\x12\x40\x04\x11\x46\x08\x63\x08\x20\x44\x10\x40\x84\x20\x42\ \x08\x0a\x09\x7b\x97\x65\x8c\xfb\xd0\xe0\x31\xc6\xf8\x2b\xc5\xe4\ \x40\x08\x85\x10\x4d\x55\xee\xc7\xe4\x40\x4a\x7b\xfb\x7d\x57\xb7\ \x38\x23\xe3\xa2\x35\x74\xfb\xec\xb6\x9b\x81\xe8\xc5\x23\x33\xaf\ \x1d\x7e\x45\x2b\x98\x96\x5c\x7f\x3c\x14\x32\xfe\xe1\xaf\xfe\x6a\ \xf1\xd2\x65\x73\xe6\xcc\xa9\xab\xb9\x51\x9c\x9c\xa5\x0e\x5f\x9c\ \x99\x99\xe1\xab\x39\xbb\xef\x6c\x5d\x42\x41\x61\xe5\xc9\xad\xd7\ \xeb\xba\xbf\xbd\x7c\x8a\xa2\x47\xcf\xfd\xc6\xb7\xca\xde\x7f\xf1\ \x38\xcb\x8c\x75\x00\x6e\x88\xf0\x9c\x49\xdf\xc9\x4c\x7d\xe5\xf9\ \xf6\x8c\xcc\x64\x24\x04\x52\xc3\x52\xd2\x1c\x46\xcb\xd5\x83\x67\ \x9b\x8a\x27\x7e\x5d\xef\xba\x76\xb6\x06\x3e\xf4\xdc\x94\x48\x0d\ \x43\xa2\x38\x1d\xba\x42\x30\xe2\xf8\xbe\x56\xa9\xde\xa7\x95\x00\ \x63\x2c\x30\x16\x10\x20\x89\x31\xc4\x08\x63\x84\x09\xc6\xa8\x7f\ \xb8\xef\x55\xcb\x07\xd8\xbc\xef\x2a\x48\x08\x21\x84\x00\x21\x84\ \xfa\x74\x40\x84\x10\xf9\x68\xcb\xe6\x4f\xa3\x46\x7e\x5c\xe6\x48\ \x08\x80\xa6\x6d\x2b\xcc\x9f\xd2\xe3\x5d\x5a\x53\x5d\x70\xed\x5a\ \x32\x00\x7b\x9c\xfa\xbe\xf0\xf0\x72\x97\xa3\x8b\x28\x52\x02\x22\ \x38\x12\x03\xb2\x54\x06\x30\xf6\xef\xe7\x2e\xf8\xdc\xfc\x0e\x02\ \x42\x8a\x30\x96\x32\x86\xd2\xe2\x60\x70\x56\x8f\x6f\xa6\x65\x11\ \x00\x8e\xb8\x5d\x1f\x64\xa4\x1f\x73\xea\x4a\x78\x44\xa2\xfd\xfa\ \x5f\x88\x01\x16\x42\x7b\x84\x91\x5d\x8d\x01\xda\x25\x19\x10\x82\ \x42\x20\x84\x6c\xfe\xb7\x9f\xc4\x56\xc6\xbe\x5a\x4c\x0e\x21\x82\ \xc8\xee\x90\x8f\x8f\x27\x46\x10\xf7\x29\xa8\xbd\x97\x60\x42\x44\ \xe0\xc4\x47\x9b\x0e\xde\x08\x3e\xf4\xc4\xd3\x23\x12\xcd\x37\xeb\ \x82\x79\x13\x0b\xca\xca\x77\xfe\xfd\xff\xfe\xdb\xf5\x9b\xf7\x07\ \x2d\xf6\xb3\x1f\xff\xf8\xbd\xb5\x6f\xdd\xee\xc4\x4f\x4d\x9a\x9c\ \x9c\x80\x8e\x1d\xbc\x12\x3e\x7c\xfe\x73\x4f\xce\x0c\x5c\xdf\xfd\ \x93\x35\x65\x6d\xe6\x94\x74\x97\xa6\x88\xf6\x8a\x3a\x6f\xda\xe4\ \x21\x1a\x90\x06\xc6\x48\x55\xbd\xd7\xab\xdb\x61\xf4\xbc\x14\x97\ \x00\xc2\xa9\xa3\xba\x8b\x7b\x37\xed\x38\x93\x38\x66\xd9\xc3\xd3\ \xf3\x1a\x8e\xad\xa6\xe1\xd9\x19\x31\x61\x92\xb5\x55\x36\x7a\xd3\ \xc6\x64\xb8\xb0\x34\xd0\xfd\x87\x0a\x63\x6c\x1b\x59\x6c\x26\x87\ \x10\x08\x29\x05\x46\xf6\x71\x7b\x81\x07\x77\x1b\xcd\x7b\x19\x1b\ \xdc\x55\x8f\x14\x80\xde\xc2\xc0\xf6\xf9\x03\x99\x1c\x22\x44\x0a\ \x0a\x8a\x7e\x17\x87\xdf\x95\x0b\xde\x6b\x1a\xe8\xe3\x59\x06\xe5\ \x39\x00\x2b\x0a\x0b\x0a\x7b\x7a\x66\xd5\x37\x7c\xad\xa5\xf5\xd9\ \xd6\xf6\x1a\xa7\xf3\x4c\x74\xd4\xc5\x98\x98\x8a\x88\xf0\x6e\x55\ \x15\x10\x00\x09\x91\x94\x50\x70\xd4\xcf\x5e\xbd\xce\x3d\x79\x7f\ \xf6\x95\x7f\x00\x26\x97\x00\x40\xc0\x21\x14\x10\x0a\xd8\x6b\xfa\ \x8f\x0b\x19\xb9\xdd\xdd\xa3\x3a\x3a\x46\x76\x75\x27\x9b\x56\xbb\ \x43\x3f\x99\x92\xb2\x37\x2e\xf6\xba\xdb\x65\x22\x1c\x2f\x84\xa6\ \x28\x08\x7e\x41\xc5\xa4\x24\x90\x7d\x82\x9c\x20\x28\xee\x92\xe4\ \x08\x62\x8c\x08\x26\x04\x13\x01\x05\x00\x00\x13\x7c\x5f\x81\xf6\ \xdf\x98\xc9\xa1\x10\x76\x36\x21\xbc\x8f\x4e\x25\x25\x84\x10\x21\ \x42\x48\x6f\xb7\x40\x44\x84\x6f\xef\xfb\xab\xca\x61\xfe\x73\x7f\ \xbd\x20\xc9\x21\x8d\x60\x79\x20\x28\x92\xa3\xe3\xea\xaa\x6e\x9c\ \x3d\xee\xfd\x8b\x7f\x7f\xb1\xfd\xe2\xee\xb2\x73\x65\xc3\x46\x8c\ \x5b\xbf\xe3\x54\x72\x2c\x81\xc8\xea\xee\x09\x68\xb1\x91\x11\x6e\ \xa5\xb1\xb3\x0d\x79\xe2\xa2\x9c\x1a\x51\x31\x6f\x6a\x6a\x09\x39\ \x67\xe7\x44\x41\x80\x09\x41\xaa\x06\x6e\x35\xdc\xd6\xe2\xb2\x92\ \x5c\xba\x06\xac\x5b\x27\xb6\x6c\x3e\xd9\x31\xeb\x9b\xdf\x1f\x93\ \x15\xc1\x29\x35\xbd\x7e\xee\x48\x0e\x8f\xf4\x34\x1f\x7f\xff\x66\ \x20\xf6\xe9\xe1\x19\x50\xb0\x4f\x1a\x29\x42\x88\xbd\x24\x29\x84\ \x08\x21\x10\x87\x52\x4a\x41\x88\x7d\x1c\x23\x8c\x31\x81\x50\xdc\ \xe5\x18\xeb\x47\x5e\xb8\xfb\x88\xcd\xde\x36\xcf\x0f\x14\xe3\x10\ \x21\xa2\x3b\xf4\x07\x17\xe3\xb2\xdf\x62\x26\x25\x70\x01\xc9\x35\ \xed\xa2\xc7\xf3\xff\xb3\xf7\xdd\x71\x72\x1d\x55\xba\xe7\x54\xd5\ \x0d\x1d\xa6\xbb\x27\x27\x49\xa3\x19\x8d\x72\xb0\x64\x05\x47\x19\ \xdb\x72\x04\x1b\x47\x70\xc2\x60\x60\xc9\x6b\xd2\xbe\x85\xb7\xf8\ \xc1\xc2\xbe\x7d\xfb\x36\x01\xfb\x76\x61\x03\x79\x31\x98\x8c\x03\ \x38\x80\x73\x90\x1c\xe5\xa0\x9c\x47\xd2\xe4\xd8\xb9\x6f\xaa\xaa\ \xf3\xfe\xb8\x33\xad\x1e\x25\xcb\xb2\x6c\x03\x9a\xf3\x1b\x8f\x5b\ \xb7\x6f\x87\xb9\xb7\xbe\x3a\xf9\x3b\x9b\x9a\x9b\x1b\x0a\xc5\x53\ \x06\x07\x57\x0d\x0c\x5c\x3a\x34\x7c\x4d\x5f\x5f\xde\xb4\x36\xd7\ \x54\x6f\xab\xa9\xd9\x5e\x5d\x3d\x12\xb1\xb3\xb6\x5d\x34\x0c\x46\ \xc4\xb4\xe6\x61\xad\xeb\xb8\x76\x3f\x8c\xa5\x70\x22\x02\xd5\xe3\ \xbf\x34\xa0\x62\xa8\x10\x09\x20\x11\xc8\x94\xef\x35\x14\x4b\xf3\ \xd3\x63\xf3\xd2\x99\x85\xe9\xb4\xa5\x54\xc1\x30\x36\xd6\xd6\xfe\ \xa4\xa1\xe1\x95\xda\x9a\x51\xdb\xd6\x88\x36\x51\xe4\x40\xc0\x80\ \xde\xcc\xa5\x1c\xa2\x97\xf4\x64\x90\x93\x16\x3c\x5c\xc0\x22\xf4\ \xc9\x39\x17\x27\x23\xc8\x69\x3c\xb5\x44\x93\x54\x45\xb8\x62\x08\ \x11\x4d\xc3\x90\x52\x02\xa0\x69\x99\x9b\x7f\xf3\x5f\x77\x3c\xb1\ \xef\xe2\xab\x16\xbf\xf8\xf0\x3d\xfb\xe7\x9c\x7e\xc6\xbc\x69\x1d\ \x2d\xe6\xba\x7b\x7f\xdc\xd0\xd2\x36\xff\xbc\x35\xd7\x5f\x7a\x46\ \x6e\x71\xc3\x3f\x7e\xf5\x9f\xba\x77\xed\x9a\x71\xfa\x55\x4d\x36\ \x6a\x88\xcd\x9d\xd7\xb1\xf6\xa1\xfb\x6f\xe7\x3b\xf6\x6c\xda\x7d\ \xda\x25\xef\x6b\x8c\x1b\xc8\x59\xd7\xbe\xed\xf9\x48\x6b\x67\x6d\ \x15\x82\x6f\x20\xb3\x75\x7e\xe7\xf6\xde\x86\x53\xd6\x24\xe2\x91\ \xdc\xae\x67\xbe\xf3\xdd\x7b\xea\xce\xbe\x62\x74\xdb\xda\x07\xba\ \xa7\xad\x3e\xe7\xd4\xa6\x59\xb3\xf9\xe3\x4f\xfe\xec\xfb\x85\x81\ \xdd\x7b\xcf\xbe\xea\x03\x73\x6b\x85\xef\x81\x38\x82\x9a\x10\x62\ \xdc\xf5\xe0\x42\x08\xa5\x34\x43\x02\xad\x75\x68\x8e\x30\xce\xb9\ \x10\x5c\xeb\x83\x42\x6d\x30\x19\xe4\x78\x28\xc8\xf1\x00\xd6\x19\ \x63\x28\x8e\x25\x95\x75\xf8\xa8\xfb\x81\xd8\x38\x31\x00\x5b\x6b\ \x0d\x30\x18\x8f\xdd\x57\x35\xeb\xf7\xed\x33\x9b\xf3\x85\xf6\x6c\ \xe6\x94\xa1\xe1\xce\x4c\xe6\xac\xde\x3e\x89\x38\x1a\x89\x8c\x44\ \xec\x1d\xa9\x54\x4f\x55\x55\x5f\x2c\xd6\x1f\x8f\x65\x4c\x93\x00\ \x35\x43\x8d\xa8\x0f\xa4\xf4\x29\xcc\xd1\x87\xe9\x7d\x9c\xa0\x89\ \x3b\x58\x9b\x8f\x57\xe0\x03\x01\x86\x27\x11\x20\x21\x10\xa0\xc6\ \xf1\xf7\x61\x04\x8c\x88\x11\xd5\xbb\x4e\x73\xb1\xd8\x52\x2c\xb6\ \xe5\xf2\xb3\xb2\xd9\x3a\xd7\xad\x73\x5d\xc9\xd8\xee\x64\xf2\x91\ \xd6\xd6\x57\xea\x6b\xbb\x12\x89\x81\x68\x54\x03\x0a\xd2\x26\x4d\ \x94\xac\x62\x39\x6b\xf9\x26\x65\xf0\xc3\xe8\x7a\xf9\xd6\x22\x63\ \x13\xff\x31\x22\xcd\x05\x37\x84\x30\x8c\x71\x90\x1b\x82\x1b\x86\ \x71\x32\xa5\xd0\xc0\x64\xec\xb4\x55\xab\x9e\x7f\x01\xd9\xb8\x1d\ \x76\xc0\x13\xd4\xa4\xed\x48\x64\xc1\x82\x79\x04\x10\x5e\x16\x44\ \x4a\x75\x9c\x7e\xf3\x75\x73\xb4\x0e\xfc\x00\x84\x29\x80\xa7\x2e\ \xbd\xe9\x83\xd5\xcf\xbd\xa2\xce\x5d\xbd\x62\xf9\x92\x6a\x0b\xea\ \x3a\x67\x7f\xfe\x73\x9f\xdb\xf6\xf2\x4b\xad\x8b\xcf\x36\x19\x57\ \x9a\xe6\x9c\x7b\xed\x2d\x55\xcf\xed\x18\x70\x2e\xbe\xe9\x23\xa7\ \x74\x36\x93\x0c\x18\xe8\xc4\xcc\x53\xaf\x6f\xa8\x49\x9a\x88\x5a\ \x00\xa2\x56\xd6\x92\xf3\xaf\x89\x76\xb4\x31\x25\x79\xa4\xe9\xb2\ \x1b\xdf\xe3\x69\xed\x79\x41\x2c\x69\x22\x42\xe3\xfc\x35\x1f\x7a\ \x6f\x7c\xd3\xfe\xd2\x69\xe7\x5e\xb6\xa4\xbd\x5e\x05\xc1\x51\x6e\ \x93\x11\xc6\x17\x88\x4c\xc3\x20\xa5\x15\xa9\x30\x86\xc5\x18\x17\ \x42\x70\x21\x0c\xc3\x28\xa7\xca\xf1\x10\xa3\xfd\xe0\x07\x13\xb6\ \x7b\x18\x65\x3f\x80\xf2\xf7\xdc\x78\xfd\x71\xf9\xe4\x93\x94\x79\ \x08\xb7\xf1\x09\x28\x44\x1a\x31\x40\x54\x88\x42\x69\x4b\xc9\xc6\ \x52\x71\xd6\x58\xb6\x3d\x9b\x9d\x93\x4e\xd7\x96\x4a\x96\xd6\x96\ \x94\x08\xd0\x17\x8b\x0d\x46\xa3\xc3\xb1\xc8\xb0\x1d\x19\x8e\x46\ \xd2\xb6\xed\x72\xe1\x09\xee\x73\xee\x73\xee\x33\x26\x19\x0b\x18\ \x53\x8c\x85\x36\xf6\x44\x5b\x3c\x21\x01\x23\xe2\xa4\xb9\x26\x43\ \x6b\xa1\xb5\xa9\xb4\xa9\x95\x25\xa5\xa5\x54\x44\xca\x5a\xc7\xad\ \x77\x4a\x75\x8e\xdb\x58\x2a\x35\x16\x8b\x0d\x25\x47\x31\xe6\x71\ \xee\x72\x3e\x10\x8b\xed\xa8\xa9\xde\x93\x48\xec\x4e\x25\x47\xed\ \x88\x2b\xb8\x42\x14\x5a\x0b\xa2\xb0\xfe\x76\xb2\x31\xf0\xa6\x16\ \xe8\x84\x20\xbf\xfa\xca\x2b\x67\xb6\x77\x90\x56\x21\xc0\xc3\x3b\ \x45\x5a\xf5\xf5\xf5\xcc\x98\xd9\x1e\x8b\x57\x85\x77\x7d\xa0\xaf\ \xb7\x73\xce\x3c\x38\xf9\xc4\x99\xc8\x90\x1d\x24\x8c\xb1\x88\x6d\ \x29\xa5\xca\xa5\x5c\x86\x15\xb1\x0c\x11\xae\x53\xe9\x3b\xae\xaf\ \x98\x30\x6d\xcb\x44\x92\x9e\xeb\x49\x4d\x88\xc8\x39\x37\x4c\x53\ \x07\x9e\x17\x28\x04\x00\xe4\xa6\x6d\x1b\x1c\xa4\xef\x7b\x41\x10\ \x6e\x25\xdc\xb0\x4c\xa6\x5d\x2f\x08\x8b\x46\x09\x99\x65\x5b\xe4\ \x7b\xbe\xd2\x8c\x9b\x91\x88\x39\x9e\xbf\x56\x81\xe3\x78\x1a\x99\ \x69\xd9\xa6\x40\xe9\x7b\x9e\x2f\xe9\xa8\x2d\x50\x86\x69\x6e\xdb\ \xb2\x19\x00\x66\x75\xce\xf6\xca\x29\x34\xdf\x33\xb8\xd8\xbf\x7f\ \x7f\x26\x33\xb6\x62\xd5\xe9\x07\xd5\xc3\xe0\x64\x43\xb5\xac\x83\ \x70\x02\xe6\x70\x00\xe4\x13\x81\xb7\x57\x35\xf9\x26\xe8\x26\x26\ \x5b\xd5\xe5\x78\x39\x42\xc8\x49\x7e\x20\x90\x4e\xc4\xc3\x19\x6b\ \x44\xc4\x99\x16\x56\xaf\x6d\xef\xaf\xa9\x7d\x08\xd1\x54\xaa\xd6\ \x71\x6b\x5c\xb7\xc6\x71\xa7\xe5\x73\x4d\xa5\x52\x5d\xa9\x74\x6a\ \x3a\x53\xe3\x0c\x58\xae\x0b\x88\x0e\xe7\x2e\x67\x2e\x32\x97\x33\ \x1f\x59\xc0\xd0\x47\xa6\x18\x4a\x08\x1d\xe9\xf1\x3f\x0e\x09\x38\ \x10\xd7\x24\x88\x4c\x22\x43\x6b\x4b\x6b\x4b\x6b\x5b\x6b\x5b\x2b\ \x5b\x29\x00\x2c\xda\x91\xb1\x88\x35\x62\x47\x36\x37\x37\x3f\x18\ \x8b\xf7\xc5\x63\x63\xb6\x3d\x66\xdb\xa3\x91\x88\x42\xe4\x44\xa1\ \x92\x8f\x00\x21\x01\x30\x7e\x24\xd4\xbd\x99\xcd\x88\xe3\x3e\x39\ \xe7\x82\x73\x1d\x9a\xea\x65\x90\x23\x70\x76\x52\x47\xd7\xcb\xfa\ \x2a\x99\x30\x8f\x18\x3d\xa2\x49\x98\x22\x15\xb8\xaa\x9c\x65\x44\ \x21\x04\x80\xf6\x3d\x17\x00\x80\xf1\xd0\x84\x46\x44\x19\x04\x00\ \x4c\x88\xf1\x17\xaa\xc0\x0b\x5f\xc4\xb9\x38\xf0\x46\x0a\x78\x05\ \x52\x54\x10\x00\xb2\x90\xf8\xd4\x73\xdd\x03\x1b\x4d\x78\x48\xfa\ \xae\x84\xd0\x08\x3f\xfa\x9f\x23\x38\xe7\x42\x68\x29\x85\x10\xca\ \x50\x5a\xa1\x06\x12\x5a\x73\xc6\x00\x41\x54\xdc\xee\x43\x12\x4e\ \x07\xcc\xf5\x4a\xe7\xfc\x40\xbc\xbd\xc2\x66\x17\x9f\xfc\xd4\xa7\ \x5e\x35\x79\x0b\x07\x2c\xf3\x83\x53\x6b\x44\x54\x59\xee\x12\xb6\ \xac\x1c\xc0\x46\x38\x57\x69\xe2\x35\x61\xa6\x4a\x21\x6a\xc6\x40\ \x6b\x5f\xeb\x61\xad\xd3\x5a\x0b\xad\xad\x7c\xde\x1c\x1b\x33\x33\ \x59\x33\x97\x35\xf2\x85\x68\xb1\x90\x28\x96\x84\xe3\x70\xd7\x65\ \xbe\xcf\x83\x00\x95\x02\xad\xc7\x29\x5f\x19\xd3\x82\x6b\xc3\x54\ \x96\xa9\x6c\x5b\xd9\x91\x20\x1e\x0b\x62\xf1\x52\xa2\xca\x4f\x24\ \xfd\x54\xca\xab\xa9\xf6\xa2\x31\xc9\x50\x32\x26\x19\xab\x61\xac\ \x1a\x80\x13\x71\xad\x39\x1d\x13\x3f\x34\x22\x2a\xa5\x7e\xf0\xfd\ \xef\x79\x9e\xc7\x19\xa7\x37\x71\x11\x73\xce\xb8\x10\xa8\xc2\x3a\ \x87\x70\x2f\x66\x5a\xe3\xb8\x93\xc6\xb9\x9e\x18\xa8\x7c\x52\xf9\ \xe4\xe5\x48\x95\x10\x1c\x00\xb4\xd2\x7e\x10\x1c\x74\xed\xfe\xe8\ \xf6\x3c\xce\x45\xc4\xb6\xbb\x76\xef\x9a\x3b\x6f\x81\x61\x08\x35\ \x11\xd8\x56\x4a\x15\x72\xd9\x58\x2c\xc6\x19\x3b\xb4\x90\xad\xc2\ \x78\xc1\x90\xb6\x31\x24\x67\x3a\x14\xe1\xa1\x88\x58\x2c\x7e\xec\ \xb6\xfa\xa1\xe5\x31\x74\x54\x39\xf4\x25\x54\xb1\x67\x1c\x08\x9d\ \x20\x7a\x75\x75\x6e\x7b\x3b\x8d\x77\xcf\xe0\xc4\x83\xb2\xc9\x7c\ \x98\x2c\x23\x4e\x6c\x1f\xe3\xb1\xd5\x90\x3a\x72\xe2\x01\x23\x32\ \x01\xac\xe3\x65\xff\x40\x44\x25\x65\x7f\x5f\x2f\x20\x6b\x68\x68\ \x78\x73\xac\xf6\xb0\x18\x86\x33\xc6\x19\x22\xb0\x09\x7f\x9c\x8d\ \x17\x33\x1d\x94\x27\x67\x27\x9d\x26\xe7\x9c\xef\xda\xbd\x77\xf3\ \xb6\x1d\x44\x7a\x7a\x6b\xcb\x69\x2b\x96\x85\xf5\xfc\x65\xdd\x26\ \xa5\x2a\x77\x40\xff\x91\xfc\x45\xcc\xb6\xed\x6c\x36\xb3\x6f\xef\ \x9e\xf6\xf6\x59\x06\xe7\x42\x72\x17\x71\xdf\xf6\xed\x88\x3c\x1a\ \x89\x86\x71\xf2\x23\x81\xfc\xf0\x9e\xf9\x21\x38\x17\xfa\x18\xc8\ \x0f\x0e\x03\xd1\xc9\xca\xfc\x50\xb4\x1f\x69\x53\x28\xdf\x15\x9c\ \x94\x97\x3b\x78\x4c\xda\x5b\xce\xd8\x11\x7a\x75\xbe\xef\xbf\xf9\ \x7d\x33\xc8\x18\xe3\x02\x40\x85\xd1\x75\x44\xc6\x11\xc3\x30\x5c\ \x08\xec\xf1\x68\x2a\x67\x27\x1b\xc8\x1d\xc7\xdd\xbc\x75\xc7\x05\ \xe7\xaf\xe6\x9c\x3d\xfa\xf8\xba\xb5\xcf\xbe\x10\x8b\x46\xca\x6b\ \x0d\x91\xcd\x6c\x9b\x5e\x59\xbb\x4e\x44\xc8\xb8\x69\x5a\x86\x60\ \xa4\xa5\xeb\x7a\x4a\x13\x32\x61\x59\xa6\xe0\x4c\x05\x9e\xeb\x05\ \xa1\xfe\xe3\x86\x65\x09\x70\x1c\x57\x87\xf3\x47\x90\x19\x86\x61\ \x08\xae\x02\xd7\xf5\x15\x22\x22\x37\x6c\x53\xf8\x9e\x23\x55\xe8\ \x11\xa0\x30\x2d\x03\x95\xe3\xfa\x04\x68\x98\x56\x79\xd2\xae\x2f\ \x75\xe8\x1d\x0b\xd3\x32\x98\x76\x1c\xef\x28\x6e\x39\xe7\x1c\x01\ \xda\x66\xcc\x18\x1a\x1a\x4c\xa7\xd3\xa9\xea\x14\x11\x8d\x8c\x8c\ \x98\x86\xd1\xd1\xd1\x91\xcb\xa6\x2b\x41\x7e\x24\x6d\x74\x14\x9c\ \x87\x0f\x5e\x9b\xbd\x57\x0e\x69\x1c\xc0\xea\xe1\xbe\xc1\x01\xda\ \xe7\xc3\xa9\xf1\x83\x69\xe1\x8e\xfa\xd5\xdf\x42\xdf\x8f\x8d\x17\ \x2a\x4c\x2e\x48\x78\xe3\x03\x6f\xa1\x00\x51\x68\xae\x1f\xa8\x8a\ \x18\xaf\x86\x61\xe5\x38\xd3\x9b\xf6\xc5\xfe\x40\xbc\x71\xc6\x98\ \x54\xca\x30\x84\x94\x6a\xc9\xa2\xf9\x7b\xf7\x75\x67\xb2\xf9\xf2\ \xda\xce\xe5\xf3\xc3\x23\x63\xef\xb8\x64\x8d\x3b\xe1\x24\x33\x2e\ \x64\xae\xe7\xc1\xbb\x7f\xff\xe2\xf6\xbe\x44\xfb\x8a\xab\xaf\xbc\ \xa8\x29\x26\x74\xb1\xf7\xde\x9f\xdf\xb5\xbe\x2b\xb7\xf8\xfc\xab\ \x2f\x3f\x6b\x0e\x6a\x32\x38\xed\x7b\xe9\xf7\xf7\x6d\xf0\xae\xbe\ \xe6\x1d\xb5\x36\xa1\x10\x41\xb6\xef\x99\x47\xd7\xbd\xb0\x65\xff\ \xf4\x55\x97\x5f\xbd\x7a\x36\x02\x8c\x75\xad\xbf\xe3\xe1\xcd\x2b\ \x2f\xb9\x66\x51\x8b\x25\x49\x08\x72\x36\x3e\xf6\xcb\xf5\x63\xb5\ \x57\x5d\x7d\x41\x4a\x67\x5f\x79\xea\xf7\x8f\x3e\xb3\xb1\x68\x34\ \x5e\x74\xd5\xd5\xa7\xb6\x25\x35\x30\x41\xfe\xb6\x75\x77\xaf\xdd\ \x1f\xbd\xf6\xfa\x0b\x62\x32\x38\x92\x22\x0d\x6f\xa2\x61\x5a\xad\ \xd3\x67\x64\x33\x99\x5c\x36\xcb\x19\x6b\x6e\x6a\xaa\xae\xae\xc9\ \xe7\xb2\xc8\xf0\xe8\xfb\x78\x25\x4c\x8e\x04\x72\x80\x63\x03\xf9\ \x24\xa3\xe8\x50\x9d\x3c\xf9\xc1\xa1\xf8\x3f\xe8\xc8\x41\x8a\xfd\ \x18\xe3\xf9\x6f\xfe\x92\x7a\xab\x36\x9a\xb0\x2d\x05\x08\xcb\x81\ \x37\x64\x8c\x69\xcd\x70\x52\x09\x54\x68\xc9\x9f\x54\x20\xb7\x6d\ \x7b\xd3\xa6\x4d\xcf\xad\x7b\x7c\xbc\xef\xc2\x10\x95\x96\x57\xa1\ \x50\x3a\xf3\xec\x73\x85\x38\xb0\x0f\x0a\x43\x8c\xf5\x77\xa7\xa9\ \x66\xcd\x25\x73\x7f\xf7\xa3\xdb\xef\xac\x9b\xfd\xd9\xcb\xea\xbf\ \xfd\xaf\x5f\xdb\x19\x3f\xed\x82\x65\xc6\x1d\x3f\xbd\xbd\x73\xf1\ \x3f\x2e\xc1\x5d\x77\xfe\xe2\x67\xbf\x7f\xe4\x29\x77\xde\xf5\x37\ \x45\x23\x86\x21\x33\xfb\x5e\xbe\xeb\x9e\x27\x44\xcb\x9c\xd3\xcf\ \x5d\xd3\x34\xad\x05\x65\xe1\x89\xbb\xee\xb8\xf7\xa1\xc7\x77\xc8\ \xd9\x67\x5e\x9b\x30\x0d\x2a\xee\x7f\xf9\xbf\x7f\x7a\xcf\x63\x4f\ \xbd\x30\xe3\xd2\x4f\x55\x45\x0d\x18\x19\xd9\xd3\x5f\x5a\x7c\xce\ \x45\xe9\xe7\x7f\xf9\x83\x1f\xdf\x3f\xfb\x4b\x7f\x16\x1b\x78\xf1\ \x47\xbf\xbc\xeb\xe1\x47\x9f\x4a\xac\xfe\xf4\x07\x4d\x43\x85\x35\ \x60\x47\x00\x39\x32\x16\x12\x28\xa7\x6a\x6a\x6a\xeb\xea\xd8\x78\ \x00\x28\xcc\x87\x1d\xd3\x2d\x3e\x0a\xd4\xc3\xff\x8b\x63\xbf\xc4\ \x95\xaa\xf8\xd0\x07\xe5\x2f\x5d\x89\xf3\xc3\x7e\x8f\xe3\xc8\xcc\ \xbf\x55\x7a\x63\xa2\xef\x07\xdf\x64\x84\x4f\x68\x72\x16\x9a\xeb\ \x88\x48\x78\x00\xef\xe5\xa0\xcb\xc9\x06\x72\xce\x41\x2b\x7f\x64\ \xa8\xdf\x34\x0e\x0d\xb0\x6b\xc7\x0d\x4c\x53\xb0\x0a\x60\xa8\x20\ \xa8\x5f\xb0\xfa\x96\x15\x36\x93\xfd\x2f\xdc\x6d\x57\x25\xe2\xfb\ \xd6\xde\xfd\x6c\x61\xd6\x5f\xdf\x76\x4b\x5b\xf0\xc2\xa3\x8f\x7c\ \x3f\x9d\x93\x50\x2d\xda\x97\x9c\x73\x66\x3a\x33\xdc\x39\x2f\x19\ \xe3\x2c\xbb\xef\xc7\xff\xfe\xcd\x0d\x41\xeb\x3c\xea\x99\xb5\x64\ \x65\x67\x6b\xca\x2d\x8c\x54\xcf\x5c\x7e\xde\x19\x59\x36\xda\x31\ \xbd\x41\x28\xcf\x27\xb0\x97\x9c\x7b\x5e\x21\x9d\x6d\x58\xbc\x28\ \xaa\xdc\x62\xb4\xed\x5d\xef\x9b\x6f\x70\x5c\xdb\xfd\xe0\x33\x41\ \xc4\x14\xa0\xc8\x5a\x7c\xc6\xd9\xd9\xc1\xd1\xe8\xb2\xb9\x06\x90\ \x66\x47\x24\xfd\x67\x15\x21\x97\xf1\xb8\x75\x18\x94\x12\xc0\x26\ \x82\xae\xaf\x09\xe4\x93\xb3\xe9\x13\xc5\x70\xc7\x7d\xc5\x5f\xd5\ \x25\x38\x92\x3e\xc4\x3f\x1e\x79\x4b\x78\x2c\x26\x3e\x7a\x9c\x20\ \x7f\x3c\xe1\x79\x70\x13\xc2\x49\x2a\x0c\x99\x10\x82\x0b\x7e\xc8\ \x8f\xe0\x82\xe3\xf8\x95\x3a\x90\x3d\x32\x4c\xcb\x1d\xda\xf6\x9d\ \x7f\xf8\xe7\xd1\x69\x17\x5e\x7b\x4e\xf3\xda\x27\x36\xcd\x3f\x67\ \xcd\x8c\x08\x14\xfa\x07\x5d\x9e\xaa\xaf\xe6\x56\x6a\xe6\x19\x67\ \xce\x49\x67\xfc\xd9\x9d\xb3\x6c\xc4\xae\x67\x1e\xd8\x29\x16\x7d\ \xfc\xa3\xef\x5d\xd1\x90\xff\xef\x6f\xff\xb8\xb7\xa4\x0d\xbb\x76\ \xd5\xea\x33\x64\x26\xdd\xd8\x31\xbf\x06\xa5\x22\x5d\x35\x73\xe9\ \xdb\x3a\xab\xd2\x6e\x74\xce\xdc\x7a\x25\x49\x18\x26\x53\xd9\x27\ \x7e\xf6\xf5\x9f\x6e\x34\x6f\xbc\xf1\x1d\x09\xe5\x46\x66\x2c\x3a\ \x7d\x5e\x6b\xba\x64\xcc\xeb\x6c\x08\xeb\xf0\x5e\x6d\x99\x4d\xfc\ \x54\xdc\xf1\xd7\xb0\x4a\xa1\xf2\x67\xe2\x9d\x2a\x30\xf8\x9a\x7d\ \xf2\x03\x2d\xec\x47\x55\xd7\x87\xd5\xf3\x47\xd7\xcf\xc7\x62\xc6\ \xbf\x05\xe6\x3a\xbe\xd9\x9a\x7c\x62\x35\x4f\x4a\xa1\x11\xc0\xc4\ \x21\x36\x71\x0b\x4f\x3a\x73\xbd\x9c\x2e\x3a\xcc\x1d\x21\xa8\x80\ \xf6\x84\xb9\x6e\x59\xa3\x9b\x1f\xfe\xf6\xed\x0f\xa4\x56\xbc\xf3\ \xf3\x57\xbe\x2d\x45\x3b\xf7\x8e\xe0\xbc\x99\x1d\x08\xb0\xf9\xb9\ \xf5\xba\x65\xe1\xdc\x5a\x2e\x15\x14\xbb\x5e\xee\xf3\x6b\x2e\x9a\ \xd5\x08\xe0\x6d\xdb\xbe\xaf\x6d\xc5\x75\xa7\x2d\x5e\x50\xb2\x7a\ \xef\x7e\xe1\x09\x57\x01\x13\x82\xb2\x5b\xb7\xf6\xc9\x45\x6f\xef\ \x40\x49\xc8\x98\xe0\xb0\x67\xcb\xe6\x42\x55\xdb\x9c\x3a\x8b\x10\ \x78\x69\xff\x8f\xbe\xf3\x9d\xed\x6a\xd6\x27\x3e\xf7\x91\xb9\x75\ \xc2\xf1\x94\x61\xe8\x9e\xdd\x1b\x32\xe6\xf4\x59\xf5\x29\x20\xff\ \x28\xb7\xa9\xac\xc8\xd9\xf8\x50\x84\xc9\x65\xe7\x93\x07\x92\x1c\ \x7d\x19\xe2\x11\x38\x24\x5e\x33\xc8\x8f\x82\xed\x83\xdc\xf2\x72\ \x7c\xee\x48\x21\xb7\x3f\x40\x60\x1f\x06\x6c\x6f\x85\x2a\x3f\xd2\ \x66\xcf\x2a\x36\xfd\x89\x0d\x1b\x4f\x2a\x90\x87\xdc\xfe\x40\x95\ \xf3\xf5\xc6\xa7\xe5\x86\xd4\x58\x54\xb1\x90\xb8\x61\x16\x77\x3f\ \xfe\xb5\x6f\xfe\xfa\x94\x1b\x3f\xf3\xee\xb3\x67\x29\x2f\xd0\x5c\ \x50\x50\x4c\xa7\x47\xfb\x36\x3e\xf5\xa3\x47\xfb\x2e\xfc\xec\xc7\ \xab\x50\x4b\x53\xec\xdf\xbc\x4d\xd5\xcf\x9a\x55\x1b\x72\x00\xea\ \x81\x9e\xfd\x85\x62\xc7\xc3\x0f\x3c\x68\xb7\x9f\x39\x2d\x61\x71\ \x01\xe9\xbd\xbb\x06\xa9\xfe\xba\x99\x55\x8a\x34\x32\x66\xa0\xb3\ \x73\xdb\x8e\x9a\xf6\x4b\x6b\x2d\x0e\x4e\xff\x0f\xff\xf5\x6b\x7b\ \xeb\x2e\xfa\x8b\x0f\xbc\x3d\x81\x81\x1b\x68\xce\xd0\x40\xbd\x7f\ \xf3\xf6\x48\xdb\x8a\x86\x04\x03\xef\x68\xb7\xa9\x7c\x47\x8f\x94\ \xe2\x3e\xd2\x4b\x8f\xf4\xc4\x61\xfd\x73\xf1\x3a\xaf\xfb\x61\x1d\ \xf5\x63\x0c\xdd\xfd\xe1\x07\xde\xc6\x07\x40\xbd\x99\x58\x3a\x82\ \x59\x4e\x93\x0f\xbf\xb5\xa1\xc1\xb7\x30\x4a\x52\x55\x55\xd5\x07\ \x5c\xaa\x89\xe2\x2a\xa4\xf1\xe6\x06\x22\xe4\x46\x24\x52\xe6\x17\ \x45\xc1\x61\xe3\x13\xbf\xdf\x3a\x94\x85\xfb\xbf\xff\xc2\xaf\xdd\ \x53\xaf\xf8\xe8\xcd\xe7\x76\xbc\xfd\xd2\x15\xdf\xfe\xe9\xff\xdd\ \x9c\x6a\x3c\xeb\xbd\x9f\x79\xfb\xc2\x1a\x3f\x50\x86\xe9\xec\x1b\ \xc8\x76\x2c\x38\x3f\x01\x3a\x90\xfc\xcc\xb7\x5f\xb1\xfe\x3f\x7f\ \x7a\xdb\x17\xd7\x26\x9b\xe6\xff\xd9\xfb\x2f\x8e\x82\x44\x60\xbd\ \x7d\x7d\xd5\xed\x4b\x5a\xa3\x86\xd6\x1e\x43\x0e\x6e\xba\x77\x04\ \xe6\x5f\xd4\x2e\x80\x86\x76\x3d\xf7\xe8\xf3\xfb\xaa\xe6\xae\xfd\ \xfb\x2f\x3c\x92\x9c\xf5\xb6\x8f\x7e\xe4\x9d\x49\x25\x49\x3b\x7b\ \x87\xfd\xf9\xa7\xce\x8b\x82\x3e\x2a\xc6\x01\x0f\x77\x4f\xcb\xdb\ \x7a\xf8\x27\x1f\x87\x13\x7d\xb0\x32\xaf\xa4\x7f\x7a\x4d\xc9\x9e\ \x57\x7d\x7c\x14\xb8\xfe\xe1\x0f\xae\x40\x44\x29\xe5\xa7\x3f\xf9\ \xe7\x44\x30\x7d\xc6\x8c\x37\x33\x85\xf6\x9e\x1b\x6f\x98\x35\x7b\ \x8e\x56\xaa\x5c\x0c\xc3\x18\xd3\x5a\x77\xef\xdf\xdb\x3e\xab\xb3\ \xaa\x2a\x11\x96\x36\xf4\xf6\xec\x9f\xb7\x60\x31\x9c\x4c\xc2\x39\ \xdf\xbd\x67\xef\x4b\xaf\x6c\x42\x1c\x27\xbd\x2c\x8f\xbd\xd7\x9a\ \x62\xb1\xe8\xd9\x67\xae\xaa\x9a\xa0\xc7\x42\x00\x29\xa5\xd6\xd2\ \xf7\xa5\x26\x30\xec\xa8\x6d\x72\xc1\x99\x53\xc8\x2b\x1e\x49\xc4\ \x2c\x19\xf8\x9a\x00\x81\xa4\xd2\x9c\x8b\x70\x3f\xe7\xc2\xd0\x7e\ \xa9\x50\x0a\x22\x89\x84\xc5\x28\x90\x0a\x01\x94\x56\x88\x82\xb1\ \x03\x9c\x65\x4a\x11\x17\x1c\x88\x48\x2b\xa9\x54\xf8\x19\x5c\x58\ \x91\xa8\xc5\x88\x08\x40\x29\xc5\x85\xc0\x57\x5b\xe8\x86\x61\xec\ \xd9\xbd\x6b\xa0\xaf\xa7\xa1\xb1\x89\xc6\x9b\x65\x39\x22\x0a\x21\ \xf2\xb9\x5c\x26\x33\x36\x6f\xc1\xa2\xd7\x04\xec\xc3\xea\x73\x71\ \xdc\x18\xa8\x74\xce\xe1\x0f\x38\xe3\xfd\x7a\x7d\xf2\x37\xf9\x73\ \x8f\x16\x98\x84\x93\x59\x93\x03\x80\xd6\x7a\x76\x67\xc7\x9c\xd9\ \xb3\x8e\x74\x82\x52\x52\xeb\x03\x4e\xa2\x30\x4d\x04\xd3\xb2\x0f\ \x68\x16\xa5\xc8\x8a\xc6\x01\x20\x08\x82\x72\x64\xca\x30\xf8\xb8\ \x73\x09\xa0\x95\x44\x61\x55\x25\x2c\x00\x25\xd5\x84\xe5\x2f\x8c\ \x90\x79\xb4\x9c\x97\x32\xc2\x03\x88\xc8\x0d\x4b\x18\x56\xe5\x67\ \x20\x62\xd8\x09\x47\x44\xaf\x76\x87\x8e\xa2\xc9\x8f\x18\x7d\x78\ \xed\x76\xbb\x78\x3d\x30\x38\x6c\xf2\xfc\x58\x14\xf5\x71\xaf\x4e\ \x9a\x9a\x5b\x72\x72\x8b\xd6\x3a\x8c\x47\xe9\x89\xa6\x89\xd7\xb8\ \x5c\x5e\xfd\xd0\xb1\xbc\xa8\xe2\xc0\xe1\x97\xe4\x6b\x5d\xa8\x07\ \x72\x52\x58\x19\x24\x3f\x9e\x7d\xfc\x50\xa3\xfd\xf5\xfa\xe4\x87\ \xd5\xe7\xc7\x08\xf5\xe3\x8e\x02\xbc\x99\x9a\xfc\xcd\x8e\x6f\x4d\ \xde\xd1\x0f\xdc\xf2\x23\xec\xfa\x27\x15\xc2\x43\x1f\x6a\x64\x34\ \x0d\x44\xc9\x54\x22\x1a\x89\x1c\xdd\x55\xfc\x23\xf9\xa3\x5e\x5b\ \x74\xf7\xd8\x6f\xfa\x89\x09\xbc\x1d\x25\xa2\xf6\x86\x42\xfd\x4f\ \x79\x1d\x1f\xe4\x50\x95\x77\x99\x43\x42\xae\x27\xa7\xb9\xfe\xf8\ \x53\xcf\x96\x1c\x07\x88\x82\x20\xb8\xfc\xed\x17\xda\xb6\xa5\x27\ \x68\x50\x39\x67\x00\x78\x48\x83\x0a\x32\x3e\x5e\x8b\xa2\x55\xc8\ \x7f\x8e\x3c\x9c\x8d\x41\xba\x3c\x1d\x29\x4c\x5d\x4d\x9c\x00\x00\ \xc0\x18\x47\xac\x38\x07\x19\x67\x38\xf1\xaf\x89\x77\x00\x3a\x30\ \xcb\x01\x91\x33\x16\x9e\x70\xe0\x23\x27\x7d\xee\x91\xa1\x78\xb8\ \x3b\xfe\x2a\xe1\xf5\xd7\xb2\x11\x88\x13\xbd\x2d\x1d\x6b\xe1\xea\ \x94\xf9\x3d\x25\xaf\x75\x69\x95\x1c\x27\x9b\xcd\xbf\xeb\xea\x77\ \x00\xc0\xcb\x1b\x36\xdf\xfb\xbb\x47\x2d\x73\x9c\x74\x85\x00\x64\ \x20\xe7\xce\x9d\x35\x7f\x4e\x67\xa5\x19\xcf\x38\x94\xd2\x43\x83\ \xa3\xf9\x58\x6d\x53\x63\x75\x4c\x29\xcd\x39\x2b\x8d\xf5\xf7\x67\ \x82\xfa\x96\xd6\x84\x09\x8a\x80\x73\x0e\xe0\x8f\x0c\xe7\xab\x52\ \x29\xc1\xc6\xf1\x1c\x14\xd3\xfd\xc3\x19\xa3\xaa\xbe\x21\x15\x61\ \x9c\x23\x40\x66\x74\x44\xc4\x92\x11\x83\x31\x06\xb9\x91\xbe\xe1\ \xac\x9b\x68\x68\xad\xaf\x32\x95\xd2\xe1\x09\xb9\xb1\x61\xb0\xab\ \x63\x16\xfa\xf9\xe1\xbe\xc1\x31\x09\x4c\x18\xa6\x61\xd8\xb5\xf5\ \xb5\xd6\x89\x66\xf2\x7e\x4d\xfa\x5c\x9c\x90\xcf\x3b\x34\x73\x7e\ \x8c\xe8\xfd\x83\xd5\x45\x07\x72\x57\x6f\xfa\x36\x74\xd8\x98\x1b\ \xe1\x24\x83\xbd\x7c\xe2\x49\x05\x72\xc3\x34\x7a\x7a\x7b\xee\x7f\ \xe0\xf7\x9a\x34\x63\x4c\x30\x2d\x83\x89\x5e\x14\xc4\x6c\x36\xbb\ \x71\xa3\xbf\x60\xee\xec\xca\x22\xeb\xcc\x8e\xb5\xdf\xfd\xe9\xbd\ \xc3\xf9\xd2\xa8\x5b\xf5\x9e\x4f\xfd\x8f\xb7\x75\x26\xf7\x3f\x77\ \xe7\x7f\xfc\xe4\x89\x62\x29\x67\xce\xbe\xf0\x0b\x9f\xbe\xbe\x46\ \xe8\x91\x7d\x1b\xee\xbb\xe3\x3b\x0f\x8e\xcd\xfd\xea\xdf\x7e\xa2\ \xc1\x00\x00\xb9\x75\xed\x7d\x0f\x3f\xb7\x7d\x38\xe7\x2d\x3c\xef\ \xc6\x77\x9f\xd3\x51\x1a\xe9\x7a\xfc\x37\x3f\xf9\xd1\x53\x63\x9f\ \xfa\xca\xff\x59\x35\xcd\x18\x7c\xe5\xbe\xff\xfa\xc5\x93\x25\xb7\ \x90\x56\x2d\x1f\xfb\xfc\xa7\x96\x36\x45\x9d\xb1\xfd\x4f\x3d\xf0\ \xcb\x3b\x7e\xbf\xeb\xbd\x7f\xf3\xff\xce\x9b\x21\x86\xf7\xac\xff\ \xc9\x2f\x1e\xf2\xcc\xc4\xd8\xce\x67\x77\xb0\x33\xfe\xeb\x3f\xfe\ \xaa\xdd\xe4\x47\x8a\x20\x1c\x31\x85\x36\xe1\xa2\xbd\xfe\xbd\x40\ \x9c\xc0\x7d\xe5\x28\x0a\x7c\x4a\x63\x4f\xc9\xeb\x17\x53\x98\x7b\ \xbb\x76\x3f\xf9\xf0\x7d\x86\x79\x68\xed\x3a\x39\x8e\x7f\xe3\x7b\ \xdf\x3f\xe9\x90\xd6\xa2\xa6\xfd\xea\xf7\x7f\xba\x7d\x7a\xed\x0f\ \xbe\xf8\xd1\x75\x1b\x7a\xcf\xae\xe9\xfa\xb7\x6f\xff\xee\x8c\x8f\ \x7d\xe5\xb2\xb6\xae\xcf\x7d\xfe\xf6\x4d\x23\xd7\x9f\xc9\xb7\xdc\ \xf9\xf3\x3b\xb7\xef\x4d\x37\x2d\x9b\x53\x63\x01\x80\x7e\xf1\x9e\ \xef\xfc\xfc\xf9\xfc\xea\x0b\x2f\x7c\xef\x19\xa7\x24\x0c\xd4\xce\ \xd0\x7d\x3f\xfb\xe9\xc6\xae\x7d\x66\xed\x92\xb6\x66\x0b\x40\x47\ \x9b\x16\xde\x7c\xeb\x59\xed\x0d\xc1\xd7\x3f\xf1\xd9\xa7\x77\x8c\ \x2d\x6d\xf2\x1f\xf8\xc5\x9d\x1b\x76\xee\xd4\xc9\x59\xf3\xa6\x1b\ \xa0\x75\xfd\x92\x8b\x6f\x5b\x7a\x89\xd7\xf3\xf4\x3f\x7e\x33\x78\ \xe7\x7b\x3e\x3a\x33\xc6\xf5\x9b\x35\xcd\xfe\xb0\x9b\x02\x7b\xa3\ \x3f\xe0\x50\xed\x34\xb5\x58\xa7\xe4\xb8\x85\x73\x6e\x18\xdc\x10\ \x87\xf9\xa9\xec\x3f\x2b\xdb\xf0\xf1\xba\x96\xf6\xe9\x0d\xe9\x1d\ \x8f\x6c\xca\x54\x9f\xbb\xaa\xfd\xe5\xfb\xee\xa4\xc5\xef\xbc\xf2\ \xd4\x46\xd3\x34\x63\x76\x84\x69\x10\x75\xf3\xff\xec\xb3\x7f\xb1\ \x74\x46\xc3\xec\xd9\x1d\x02\xc0\xeb\x5e\xf7\xa3\x3b\xd7\x99\x71\ \xfe\xcc\xdd\xdf\xfb\x8f\x9f\x3f\xe5\x13\xa0\x59\x7b\xd5\xc7\xff\ \xea\x92\x53\xa6\xb7\x76\xcc\xa9\xe7\x00\x1a\xaa\x1a\xdb\xda\x1b\ \x93\xbd\xcf\x3d\xb2\x87\xb7\x9f\x31\xaf\x16\x20\xf9\xce\x0f\x7d\ \xf2\xf2\xd3\xda\x5b\x66\x2d\x68\x42\xd0\x21\x05\xba\xdb\xf3\x9f\ \xdf\xb8\xa3\xe5\x82\x5b\x2e\x5a\x58\x07\x6f\x30\xc2\x5f\x15\x5c\ \x6f\x01\x7f\xd0\x1f\x05\xce\xdf\x32\xab\xf8\x88\xe5\x8d\x87\xe6\ \xc9\x4f\xc6\xb2\xd6\x23\xf6\x66\x11\x31\x3e\x51\xed\x5d\xbe\x2c\ \x88\x00\xfe\xcb\x0f\xdc\xf1\x93\x87\x76\x9d\xfb\xfe\x4f\x9f\x31\ \x4d\x7e\x73\x4b\xfa\x94\x77\x2c\x63\x00\x99\x1d\x3b\x73\x76\x4b\ \x47\x23\x00\x72\x2c\x75\xed\x18\xc4\x0b\x66\xcf\x04\x80\x8d\x4f\ \x3d\x11\x59\x79\xe3\x17\x3f\x7e\x49\xb0\xf5\xfe\xcf\xfe\xfb\x83\ \x3d\x57\xad\xee\x88\x72\x0e\xe9\x8d\x3b\x86\xdb\x2f\x58\xc8\x00\ \x88\x31\x54\xc5\xa7\x7e\xfd\x83\x7b\x5e\xcc\x5c\x73\xeb\xa7\x96\ \x36\x44\x08\x80\xb3\xfc\x96\xad\x7d\xd3\xcf\xb8\x66\xe2\xe3\xf5\ \x93\x3f\xfd\x5e\x7f\xeb\x25\x7f\xb3\x66\xd6\x78\x55\xfd\x51\xfe\ \xae\xf1\xa6\x94\x23\xde\xf7\xd7\x7f\xe9\xde\xf0\xc0\xdb\x94\x4c\ \xc9\x09\x14\x3a\xe6\x67\x11\x11\x74\xf1\xd1\x1f\x7d\xe3\xe1\xfe\ \x86\x0f\xfd\xaf\xbf\xed\x4c\x01\xd0\xee\x91\xac\x6e\xaf\x6f\x02\ \x70\xee\xbd\xef\x89\xa6\x95\x1f\x68\xe1\x00\x00\x99\x9d\x5b\x32\ \x76\x6b\xe7\x34\x0e\x40\xbd\xfd\x63\x55\xd3\xa6\x19\x00\x39\x27\ \xc7\xa3\x35\x55\x06\x00\x00\x8d\xec\xd9\x9b\xb5\x2f\x5b\xd0\x08\ \x00\xe8\x8f\xdc\xf5\x9d\x7f\x7f\x49\xce\xfb\xcc\x97\x3f\xd1\x6c\ \x8d\xcf\x74\xd0\xd9\xfe\x9d\x23\x78\xfe\x9c\xe6\xf1\x00\xe1\x9e\ \x47\x7e\xf5\x82\x7b\xcb\x57\xde\x6e\x9e\x98\x09\x02\xaf\x17\x92\ \xec\x0d\x7a\xdf\x29\xb3\xfc\x0d\x12\x36\x99\xc1\xf3\x64\x13\xa5\ \x14\x11\x91\x56\x3a\xfc\x51\x4a\xab\xf0\xb1\xd6\x4a\x49\x25\x2b\ \x4f\xde\x71\xff\x7f\xfd\xf3\x2f\x37\xcf\x59\xdc\xd9\xf7\xe2\x43\ \x1b\xf6\xa6\x01\xeb\x67\xd4\xea\x47\xef\xfa\xfe\xed\xff\xfe\x4f\ \xcf\xfa\x8b\x6e\xbe\xfc\x54\x00\x00\xd0\xaf\xac\x7f\xc5\x68\x9d\ \xd7\xcc\x00\x00\x67\xcd\x9a\xb6\x67\xed\xaf\x7e\x73\xff\xdd\xdf\ \xbc\x63\xdd\xf2\x8b\x2e\xad\x33\x00\x00\x7a\xb6\xbc\x3c\x62\xb6\ \xce\xab\xe5\x00\xfa\x99\x9f\x7f\xfd\x5b\x8f\x0c\x9f\xb2\xa0\x65\ \xcb\xda\xc7\xb6\xf7\xe5\x42\xcb\x6b\x64\xf7\x0b\x7d\xd4\x38\xab\ \x31\x0a\x00\xa0\x0b\xbf\xb9\xe3\x97\xf1\xe5\xef\x5c\x5a\x8b\x6f\ \xad\xb6\x2b\xc3\x50\xbc\xa1\x9f\x31\xa5\xd5\x4f\xac\x68\xa5\x46\ \x86\x06\xa5\x94\xd1\x58\xec\xa4\xea\x33\x85\x71\xc2\x36\x3c\x75\ \xd9\xa9\x6b\x4b\x25\xce\xc2\xe9\x1b\xe3\xe4\x62\x88\xa8\x34\xd5\ \x34\x5a\x73\x67\x77\x56\x9e\x4f\xc9\x8e\xcb\xde\x1e\x75\xbb\x37\ \xbf\xec\x05\xf3\xeb\x16\x12\x35\xbf\xfb\xa3\x1f\xbf\xfb\xde\x27\ \xfc\xd4\x19\x5f\x78\xdf\x85\x4d\xd1\xf1\xe1\x9d\xb5\xf3\x56\x5f\ \x5b\xbf\x2a\x44\xe4\xa2\xcb\xde\xff\x3e\x7e\xef\xcb\x7b\x87\xcf\ \xb8\xfe\x93\x6b\x56\xcc\x0a\x0f\xf2\xda\xd9\xef\xba\xba\x39\xc5\ \x88\x48\xda\x4d\x8b\xdf\xb1\x26\x37\xbc\xf3\x95\xfd\x64\x47\xa6\ \x2d\x0e\x97\x37\x8f\xb5\x5f\xf5\xee\x25\x0d\x36\x10\x11\xc8\xa0\ \x71\xc9\x25\x8b\xce\x58\xfa\x16\x2a\xf1\x83\x8b\xde\x8e\xaf\x41\ \xe5\x84\xdc\xb3\x3f\x70\x0f\x50\x4a\x79\xeb\x27\x3e\x46\x04\x33\ \xda\xda\xde\xb4\x6b\xc2\x18\xbb\xf9\xa6\x1b\x3b\xe7\xcc\x3d\x5c\ \x83\x4a\x57\x47\xe7\x9c\xaa\x44\x4a\x6b\x05\x04\x3d\xdd\x7b\xe7\ \x2f\x5c\x72\x52\xe1\x1c\x11\xa5\x54\x63\x99\x2c\x1e\xee\xd2\x09\ \x43\xd4\xa4\x92\x47\x4f\xf1\x1c\x8e\xa1\x68\xfc\x18\x4d\x8c\xcd\ \x39\xd2\x19\x14\x36\x24\xe2\x61\x96\xf1\xa4\xb7\x98\x38\xe5\x58\ \x56\x38\x22\xee\xdf\xdb\xd5\xdf\xdb\xdd\xd0\xd4\x7c\xd8\x06\x95\ \xf9\x0b\x17\xbf\xfe\xf0\x96\xe0\x42\x84\x75\x75\xe3\x33\xbf\x0e\ \x0c\x1f\x3d\x50\x87\x43\x9a\xb4\x56\x87\xfd\xd2\x21\xb5\xe0\xc4\ \x2b\x27\xbb\x45\xc7\x80\x62\x3a\xd2\xbf\xe8\xd5\x4e\xa3\x23\xbc\ \x66\xb2\x5b\xc6\x43\xee\xc3\x83\xaf\x45\xc5\xc5\x99\x18\xa6\x25\ \xa5\xac\x2c\x96\xfa\x03\x6c\x50\x09\xa9\xb5\x32\x63\x23\x52\xaa\ \x68\x2c\x7a\x72\x1a\xed\x42\xf0\x86\xba\x9a\xe3\x5b\xf7\x47\xea\ \xc4\x3c\xe2\x0b\x0f\xe2\x55\x7a\xb5\x7e\xaf\x63\x39\xff\x48\x46\ \xf5\x1b\x1b\x78\x7b\xf4\x67\xdf\xee\x19\x1a\x4c\x97\xf2\x86\x61\ \xd8\x88\xe7\x9f\xf3\xb6\x68\x34\xfa\xd8\xe3\x8f\x23\x13\xbe\xef\ \x9b\xa6\x15\xab\x4a\xb4\xcf\x9c\xb9\x62\xd5\xaa\xda\x59\xf3\x89\ \x4c\x40\x94\x5a\x73\x86\x32\x70\x05\xa8\x67\x9e\x7a\x74\xeb\xc6\ \xf5\x16\x27\xd4\x12\x80\x31\xe4\x88\x0c\x42\xb2\x22\x16\x36\xc4\ \x6b\x64\xc4\x18\xe3\x28\x00\x8c\xca\x40\x31\x43\x06\x21\xa5\x59\ \x48\x88\xc0\x44\xc8\x6c\xc7\x19\x70\xce\x90\x03\x67\x68\x9a\x86\ \x26\x15\xb1\x2d\x24\x14\xcc\x62\xe1\x5c\x5f\xce\x19\x03\x2e\x04\ \xe3\x18\xce\x8b\xe2\x02\x05\x33\x04\x13\x86\x61\x68\xa9\x98\x61\ \x91\xd4\x85\x7c\xe9\xc5\x57\x36\xdf\x79\xd7\x6f\x77\xef\xd9\xeb\ \x29\x2a\x49\x72\xfc\x40\x69\x45\x04\x80\xa0\x95\x06\x06\x61\x54\ \x22\xf0\x83\x8f\x7c\xe4\xc3\x37\xdd\x78\x53\x3e\x9f\xff\x43\xb6\ \x57\x19\x63\xa9\x54\x8d\xd6\x8a\x08\x46\xf5\xf0\x94\xff\x32\x25\ \xc7\x04\xf2\x4d\x2f\x3f\x9f\x75\x8b\x9a\xb3\x78\x3c\x1e\x8f\xc7\ \x7b\xf7\x6c\x6f\x69\x6d\xe9\x98\xd6\xd8\xdd\xdb\x97\xc9\x8d\x8d\ \x3a\x6e\x20\x35\x2a\x77\xd1\xc2\xb9\xa6\xc1\x01\x4d\x00\x34\x34\ \x31\x86\x8a\x13\x67\xd2\x29\xe5\x46\x87\xfa\xa2\x16\x13\xa4\xc2\ \x71\x7d\xa1\xd2\x01\x00\x26\x18\x30\x44\x20\xc6\x80\x71\xc6\x99\ \xc1\xd0\x18\xaf\x12\x86\x09\xfa\x22\x64\x13\x23\xa7\x11\xb9\x40\ \x1c\x1f\xe6\x68\x08\xc6\x05\x23\x04\x06\x06\xe7\x9c\x34\x1a\xdc\ \xe4\x4c\x73\x40\xce\x40\x70\x40\xce\x18\x23\xc6\xd0\x14\x68\x18\ \x28\x04\xe3\x4c\x20\xa2\x29\x10\x4c\x0b\xb8\x00\xc7\x1b\x2e\x64\ \x76\x6e\xdd\xb4\x6d\xf3\xc6\xee\x9e\xfe\x80\x58\x49\x63\xc1\xf3\ \x7c\xdf\xd7\x7a\x32\xb1\x08\x00\x10\x8c\xa5\xd3\x7f\xe0\x34\xe6\ \x88\xa8\x95\x1a\x1d\x19\x52\x4a\x45\xa3\x7f\x1c\x3e\x39\x69\xfd\ \xfc\x4b\x1b\x06\x87\x46\x0c\x43\xac\x5a\xbe\xb4\xa6\x3a\x35\x05\ \xb9\xb7\x00\xe4\x01\xc9\xea\x64\xc2\x8c\x44\x92\x55\xf1\xa5\xf3\ \xe6\x9e\x79\xc6\x19\xa9\x86\xc6\xf4\xf0\xf0\x73\x2f\xbc\xb8\x7d\ \xc7\xce\xd1\x74\x66\x70\x70\xa8\xbb\x7b\x7f\x5f\x6f\xef\xcc\x79\ \x05\x8c\x5a\x81\xe7\x72\x43\x00\x21\x47\x0d\x5a\x81\x94\x8c\x31\ \xce\xb8\x60\x9c\x20\x64\x17\x85\x50\x33\x03\x3b\xc0\x6e\xc1\xd8\ \xf8\xe0\xed\x83\x27\xab\x22\x86\x43\xe7\x10\x81\x10\x09\x09\x10\ \x19\xe7\x28\x04\x01\x63\x9c\x03\x37\x4d\xdb\x06\xce\xb8\x15\x05\ \xcd\x80\x31\xe0\x1c\x90\x11\x43\x26\x04\x17\x8c\x09\x8e\x4c\x20\ \x0a\x34\x23\x82\x8b\x09\x36\x20\xee\xf8\xce\xae\xbd\xbd\x1b\x36\ \x6d\x4d\x67\xf3\xdc\x30\x09\x85\x90\xda\x0a\x13\x1e\x5a\x4b\xa5\ \x00\xc2\xb9\xc0\x08\x00\xbe\x1b\x70\xce\xff\xc0\xc3\x04\x44\xc4\ \x38\x4f\x24\xab\xb5\x56\x00\xa8\x47\xff\x08\x34\xf9\x86\xcd\xdb\ \x4a\x25\x67\xd9\x92\x85\x85\x62\xf1\xe1\xc7\x9e\x5a\xbe\x74\x71\ \xb9\xa3\x43\x93\xae\x8a\xc7\x9b\x9b\x1a\x5e\x93\x45\xba\xe7\xd9\ \x07\x76\xb0\x39\x17\xaf\xec\x98\x78\x8d\x7a\xf9\xfe\x5f\xf4\x34\ \x9e\x7d\xd9\x29\xb5\xdd\xdd\x83\x89\xe6\xb6\xa4\x35\x95\xd6\x39\ \x04\xe4\x76\xc4\x34\x0d\x9e\x8c\x46\xdb\x5b\xa7\x75\xb4\x36\x47\ \x38\xa2\x57\x8a\x47\xac\x96\x86\xda\xf4\xd8\xa8\xef\xfb\xb2\xb6\ \xa6\x6d\x66\x47\x63\x63\x23\x72\x04\xed\x49\xb7\xc8\xb9\x4d\x9a\ \x10\x40\x07\x8e\xf2\x3d\x83\x71\xce\x05\x63\xa8\x21\x34\xb7\x2b\ \xb8\x4e\x09\x11\x90\x01\x67\xc0\xd9\x21\x8e\xc7\x64\xd7\x17\x39\ \x63\xc8\x90\x73\x64\x82\x31\x66\x20\xe3\xcd\xd3\xa6\xdb\x91\xa8\ \x69\x5a\x00\xdc\xb6\x23\x1c\xd8\x04\xbd\x21\x02\x03\x86\xc0\x10\ \x18\x1f\x1f\x3c\xa0\x91\xa3\x61\x02\x43\x50\x12\xb4\x1e\x1c\xcd\ \x6e\xd8\xb4\x65\xf7\xde\xee\x62\xc9\x75\x7d\xdf\x93\xe4\x12\x06\ \x5a\xbf\x69\x05\x86\x6f\x90\x30\x86\x27\xb6\x4e\xf1\xf5\x8b\xe7\ \x79\x96\x65\x1d\xf6\xa9\x62\xc9\xb1\x2d\xab\xa1\xbe\xae\x3a\x95\ \x1c\x4b\x67\x37\x6f\xdd\x51\x36\x40\x38\x67\x7d\xfd\x43\x6f\xbf\ \xf8\xfc\xa6\xc6\xfa\xf1\x5d\xcc\x19\x79\xf0\xae\x9f\x6f\x1c\xf0\ \x4d\x2b\x3a\x63\xc1\xca\x0b\xde\xb6\x2c\x76\x08\x27\x60\xd7\xf3\ \x8f\xad\xab\xae\xb9\x64\x65\xc7\xc4\x11\xd9\xf5\xf2\xb3\xdb\x17\ \x2f\xbb\x6c\xbe\x73\xc7\x77\xef\x58\xfd\xb1\xdb\xce\x6c\x11\x53\ \xa8\x3e\x18\xe4\xc8\xc1\x34\x44\x22\x1a\x4b\xc5\xe2\x44\x2a\x9b\ \x1b\x2b\x16\x0b\xf9\x92\xa3\xb5\x0a\x0d\x78\xd7\x0f\x38\xe7\x52\ \x4a\xed\xfb\xc8\x0d\xdf\xc9\x45\x4c\x90\x4a\x22\x68\xaf\x54\xf0\ \x5c\x87\x73\xce\x98\x50\x5a\x01\x43\xac\x18\x5a\x16\xce\xff\x40\ \x64\x0c\x0d\xc6\x04\x63\x84\xa8\x2b\xcb\xb6\xca\x1b\xc2\x04\x43\ \x25\x8c\x4f\x1a\x57\x10\x90\xb6\xec\xc8\xcc\xce\xf9\x76\x3c\x09\ \xc0\x80\x09\x00\x00\xad\x41\x87\xe5\x05\x1a\x40\x83\xd6\x40\x04\ \xa8\x49\x6b\x40\x64\xc8\x09\x19\x30\x06\x9a\xf7\xf7\xed\x7b\xe4\ \xb1\x27\x1f\x7a\xf4\xf1\x9e\xbe\xbe\x70\x18\x0a\x81\x56\x4a\x6a\ \xad\x09\xfe\xb8\x0b\xc5\xde\xe4\x41\xab\xc7\x22\xdf\xfe\xf6\xb7\ \x39\xe7\x37\xdc\x70\x43\x2a\x75\xb0\x35\xce\x39\x5b\xff\xd2\xc6\ \xb1\x74\x46\x69\x65\x99\x66\xc8\xc1\x36\xf1\x14\x2f\x16\x4b\x8e\ \x73\x60\x24\xa8\xca\x76\xdf\x73\xcf\x23\xf3\xae\xfe\xf0\xc2\x44\ \xe9\xe9\xdf\xfe\xe7\xfa\xdd\xef\xfe\xfc\x75\xcb\x86\xc7\xfc\xd6\ \xe9\x4d\x06\x15\xbb\xf7\x8d\xd4\x4c\x9b\x61\xda\x96\x37\xba\xef\ \xe5\xf5\xcc\xa8\x6e\x9d\xdf\xd1\xcc\x00\xb8\x30\x38\x28\xb0\x5a\ \xdf\xf9\xee\x6b\xeb\x6b\x38\x00\xf8\xd9\xbe\xad\x3b\x7b\x54\xa4\ \x7e\xde\x9c\x99\x51\x63\x4a\xb1\x83\x30\xad\x48\x34\x1a\x37\x4c\ \x5b\x4a\x95\xcd\x15\x11\x59\x24\x16\xf7\x03\x59\x2c\xb9\x81\x94\ \x89\x64\x72\x34\x9d\xeb\xee\xee\xed\xed\xed\x6f\xef\x2c\x9a\x96\ \x18\x19\xec\xc9\x8c\x8a\xea\x54\x8a\x33\x2c\xe4\x73\x86\x10\x8c\ \x09\xc6\x4c\x8d\x9a\x10\x15\x29\xc1\x90\x48\x23\x43\x4d\x80\xa0\ \x19\x70\x04\x44\x62\x2a\x08\xa4\x76\x2a\xcd\x75\xad\x75\x05\xfb\ \x2c\x0a\xce\x4c\xd3\x00\x26\x24\x27\x26\x90\x71\x45\x9a\x01\x9a\ \x40\x08\x20\x80\x08\x48\x03\x12\x91\x46\x0d\x9a\x00\x08\x95\x0c\ \x00\x01\x99\x90\xae\x67\x44\x0d\xd2\xa0\x49\x31\x21\x3c\x2f\xd8\ \xbf\xaf\xbb\xaf\xb7\x1f\x00\xb9\x21\xbc\x92\xa7\xb4\x0e\xc3\x7d\ \xe1\xec\x55\x22\xe2\x8c\xc3\xe4\xd0\xe8\xd4\x6a\x38\x3e\xc9\xe7\ \xf3\xcf\x3d\xf7\xdc\xd6\xad\x5b\xaf\xbc\xf2\xca\x73\xce\x39\xa7\ \x72\xd6\x2a\x11\x9d\x73\xe6\xaa\x45\x0b\xe7\x1d\x21\xca\xc0\x26\ \x6f\x58\x64\xd6\xb4\x5f\x74\xd9\x45\x73\x22\x70\x4a\xfd\xd8\xad\ \xff\xf5\xe2\x8e\xf9\x99\xef\xfe\x6a\xdf\x97\xfe\xf1\xb3\x0d\xfe\ \xf6\x6f\xfc\xdd\xed\xef\xfe\x3f\x5f\x8f\x47\xd5\xf6\x47\x1f\xbb\ \xaf\xb4\xa3\x7f\x4f\xf7\xfc\xcb\x3f\xfe\xf1\xcb\x17\x33\x00\xe0\ \x26\x04\x3d\xb7\xff\xd7\xf7\x2e\xfd\xf2\x57\x57\x8e\x3c\xf3\x0f\ \x5f\xfb\x61\x29\x52\x5f\xd5\x32\xbf\xbe\x75\x46\x34\xc5\xa7\x6e\ \x90\x40\x10\x4a\x33\x2f\xd0\x79\x4f\xa9\x74\xc1\x23\xc6\x0b\xae\ \x94\x94\x2b\x95\x5c\x49\x6e\xa0\xb8\x61\xb9\xd2\x4d\x67\xb2\xe9\ \x4c\xba\x9a\x23\x63\xd0\xbb\x7f\xef\xde\x3d\x81\x92\xd2\x10\x82\ \x00\x35\xf0\x9c\x13\x70\xce\x95\x56\x44\x8a\xb4\x34\x0d\x66\x18\ \x28\x83\xc0\xe0\x06\x43\xad\x91\x18\x6a\x14\xc4\x38\x2b\x13\x50\ \x4e\xb8\xe2\xc8\xf9\xf8\xb4\x2f\x81\x24\x18\x33\x4c\x93\x19\x36\ \x13\xb6\x15\x89\x21\x32\x40\x06\xc0\x00\x98\x26\x0a\x47\x07\x85\ \x3b\x07\x2a\x94\xd2\x47\xd3\xa2\x20\x20\xa9\xcd\x48\x9c\x69\x0d\ \x1c\x40\x06\x5a\xab\x64\x3c\x96\xa8\x8a\x82\x52\xb1\x68\x44\x11\ \xb2\x7c\x81\x54\xe5\x3c\xd5\x70\x04\x0d\x86\x86\x43\x79\x3d\x4e\ \xad\x86\xe3\x5c\x43\x42\x74\x76\x76\x0e\x0e\x0e\x7e\xed\x6b\x5f\ \x4b\x24\x12\x2b\x56\xac\xa8\x7c\x56\x1d\xd9\x3f\x3a\xd8\x75\x42\ \xce\xdc\xa1\xa7\x1e\x7c\x6c\xc0\x1e\x7b\xf4\xde\xa7\xe6\xac\xfe\ \x40\x7d\xd5\x98\x61\x86\xba\x98\x5b\xb6\xc5\x91\x3c\x8f\x2d\xba\ \xe0\xba\x2f\xbc\xff\x9c\xec\xe6\x5f\xfd\x8f\x7f\xfd\xf9\xbe\x73\ \x17\x99\x62\x62\xe2\x97\x30\x2d\xc3\x7b\xf4\x87\x3f\xf7\xe7\xbd\ \xeb\xef\x3e\x7c\x1e\x9f\xba\xa5\xe5\x1b\x54\x28\xf8\x9e\x07\xd9\ \x42\x30\x9c\x2b\x19\x02\x84\x61\x68\x4d\x5a\x6b\xad\xa9\xe4\x38\ \x9e\xef\x27\x53\xa9\xda\xfa\x06\xc3\xb2\x08\x40\xca\xa0\xa9\xb1\ \xa1\xa1\xa6\x26\x9b\x1d\x2b\xe4\x0b\xc9\x54\xcd\xe3\x6b\x9f\x7e\ \x6a\xdd\x73\xdc\xb0\x4b\xae\x27\x83\xe0\xdc\x73\xce\x16\x42\x38\ \x6e\x31\x1e\xab\xb2\x2d\x93\x01\x63\x28\x04\x9a\x0c\x0d\x60\x9a\ \x2a\x58\x66\xc7\x07\xb8\x84\x53\xfc\x38\x67\x88\x51\x83\x83\x22\ \x4b\x18\xc0\x04\x72\x61\x84\x0a\x61\xfc\x0e\x02\x32\xd0\x9a\x58\ \x39\x8b\x1f\xfa\xfb\x52\x0a\x64\x24\xd8\xc8\xe0\xe0\x9d\x3f\xbf\ \xa3\x98\xcf\x90\x0a\x64\xe0\x23\xd0\x86\x8d\x1b\x8b\x85\xac\x61\ \x45\x85\x1d\x31\x0d\x11\x8c\xb3\xf8\x02\x43\x16\x26\xa3\xc3\x89\ \x05\x44\x7a\x7c\x2a\xe3\xd4\x5a\x78\x1d\x3e\xf9\xd6\xad\x5b\x97\ \x2e\x5d\xfa\xb9\xcf\x7d\x6e\xd1\xa2\x45\xaf\xe3\x9d\x38\xf8\x99\ \x4d\x2f\x3d\x5f\xac\x4f\x2e\xb9\xfc\xe3\x17\x5d\xb0\xc2\x7b\xe5\ \xe7\x4a\xa3\xc1\x01\xca\x54\x2b\x84\x56\x34\x02\x00\xc9\xd9\x0b\ \x6a\xe0\xa9\xd1\x9c\x33\x3e\x2e\x0a\x15\x00\x03\x9d\xdd\x3f\xe8\ \x75\x9e\xb6\x98\x4f\x19\x67\x95\x20\xdf\xb2\x71\xa7\x36\x0c\x57\ \x29\x02\x14\x82\x4b\x29\x39\x63\x4a\x05\xc5\x52\xc9\xe0\x4c\x2b\ \xd5\xd2\xdc\x78\xc1\x9a\x0b\xea\x1a\x9a\x34\xe9\x4c\x26\x1d\xb3\ \x4d\x18\x67\xc0\x11\x1a\xd0\x73\x83\x6c\xc1\xe9\xe9\xdf\xe7\x07\ \x1a\x24\x99\xc6\xfa\x58\x4c\xcc\x99\x33\x93\x09\x93\x94\x4f\x40\ \x00\x8a\x48\x11\x30\xd4\x04\x8c\x08\x20\xb4\xd2\xa1\x82\x5b\x62\ \xfc\x77\xa0\x2d\x2e\x0c\xe0\x80\x0c\x10\x41\xc9\x89\x91\xe3\x6a\ \x82\x79\x57\x8f\xbf\x48\x13\xa0\x62\x1c\xc8\xf7\xd1\x30\xd0\x34\ \xc7\x86\x06\x1f\xbe\xff\x37\x6e\x61\x2c\x11\x8f\x02\x32\xdb\xb2\ \x82\x62\xb1\xba\x2a\x2a\x89\x69\x20\x04\xd0\x44\x0c\x91\x10\x35\ \xe9\x30\x70\x40\x44\x30\x65\xad\x9f\x08\x99\x3e\x7d\xfa\xbc\x79\ \xf3\xae\xbc\xf2\xca\x4a\x43\xbd\x6c\x35\xbd\x86\x08\x08\x05\x3a\ \xde\x71\xcb\xad\x7f\xb9\xa4\x5c\xed\x12\xaf\x0b\x46\xd7\x6d\xeb\ \x2d\xae\x4c\xf8\xbe\x94\x04\x40\x5a\xba\xae\xab\x75\xb0\xf3\xd1\ \x87\x87\xcd\xa6\x69\xb5\xd1\x21\xe9\x15\xf2\x25\xd0\x06\x90\x22\ \xac\x9e\x33\x3d\x7a\xf7\xda\xc7\xd2\xa7\x5e\x11\x63\x0a\x85\x69\ \x70\x36\x75\x83\x04\x29\xee\x92\x76\x19\x6a\xc6\x29\x20\x86\x26\ \x07\xd0\x9a\x84\x5d\x85\xa0\x89\x5c\x3b\x96\x88\x54\x25\x8a\x25\ \x67\x64\x74\xac\xa6\x26\x91\xa8\xad\xf1\x8a\x8e\x65\x59\xa6\x65\ \x3b\x9e\x5c\x74\xca\xb2\x1b\xc0\xbc\xe7\xb7\x0f\x74\xed\xeb\x0d\ \x1c\x6f\x68\x38\x9d\x0a\x22\x96\x69\xfb\x52\x0a\x0e\xac\x6c\x21\ \x93\x82\xf1\x1d\x77\x52\x29\xcf\x78\xec\x8d\x31\x86\x68\x30\xd1\ \xb5\x63\xe7\xd6\x5d\xbb\x3b\xe7\x2e\x58\xba\x62\x15\x20\x92\x96\ \x40\x0a\x08\x09\x95\xd6\x34\x11\xd4\x23\x40\x05\x4a\x71\x00\x30\ \x04\x28\x05\x81\x97\x48\xc4\x66\x36\xd5\x0f\xf5\xe6\x0c\x46\x80\ \x14\x11\x68\xd7\xa4\x10\x71\x28\x93\xcf\x3b\x01\xe7\x28\x38\x53\ \x8c\x13\x11\x68\x08\xc3\x6f\x44\x44\x08\x15\x96\x05\x9b\xd2\xe6\ \xc7\x27\xef\x7b\xdf\xfb\x8e\xb8\xbc\x18\x2b\x16\x4b\x8e\xeb\x92\ \x3e\x84\xd8\x97\xa1\xeb\x7a\x93\xb3\xfd\xc8\x19\xca\x40\x96\x5b\ \x2a\x62\x6d\xab\xae\x3a\x63\xed\xf7\xfe\xf7\xff\xfc\x55\x44\xe5\ \xe2\x33\x53\x51\x0c\x5a\x9b\x7a\x7f\x79\xc7\x5f\x6d\xfb\x4d\xc1\ \x31\xae\xfd\xb3\x3f\x6f\xb0\xb1\x63\xd9\xc2\xbb\xef\xbe\x77\xc7\ \x8a\x4b\x4c\x83\x49\x69\xac\xbe\xf1\x03\x9b\xfe\xdf\xb7\xbe\xf4\ \x57\x6b\xed\xea\xce\xf7\x7d\xec\xfd\x8b\x1a\xa2\x53\x37\x48\x24\ \x6b\x9b\xdc\x5c\xda\xe0\xc8\x4d\x4b\x08\x21\xa5\x54\x5a\x2b\xe0\ \x4b\x16\x2f\xaa\x4e\x25\xd7\x3f\xff\x6c\xc9\xd7\xbb\x77\xef\x6b\ \xaa\x6b\x4a\x26\xab\x95\x92\x3d\xfb\x7b\xb5\xef\xc7\x63\xb1\xd1\ \xb1\x4c\xff\x50\xfa\xc5\x4d\x3b\x77\x75\x0f\x2c\x5a\xf5\xb6\xfa\ \x99\xe9\xfc\x50\x36\x3f\x3a\xa8\x75\x8e\xa1\x81\x4a\x73\xd4\x06\ \xe3\x00\xc0\x98\x46\x06\x9a\x88\x4f\xb0\x4d\x85\x65\xba\x15\xe4\ \x4a\x04\xc8\x90\xa0\x7f\x60\x70\xeb\xe6\x2d\xd5\xb5\x0d\x38\x31\ \xbd\x0d\xb4\x26\x60\xa4\x24\x43\x4e\x61\x28\x2f\x90\x0c\x19\x20\ \x47\x06\xca\x97\xa0\x25\x07\x43\x05\x1e\x09\x63\x38\x5d\x94\xbe\ \x57\x9d\x4a\xb4\xb6\xb4\x34\x36\x35\x0f\x8c\x65\xe4\xae\x2e\x77\ \x38\xad\x19\x6a\xce\x18\x71\xa6\xf5\xf8\xd0\x55\xad\x35\x11\x86\ \x94\x7c\xaf\x67\xf2\xe3\x94\x1c\x55\x96\x2c\x5a\xf0\xf4\x73\xeb\ \xef\x7b\xe0\x11\x7e\x88\x46\x55\x5a\x4f\x6b\x6d\x9e\x3e\xbd\xe5\ \xc0\x5a\x6c\x58\xf4\xd7\x7f\xff\x37\x76\xac\xc2\x1c\x10\xf1\x8b\ \x3e\x78\xdb\xaa\x77\x0e\x15\x03\xac\x4a\xa5\xaa\xa2\x00\x17\x7d\ \xe4\xff\xad\xca\x14\x5c\x15\xaf\xae\x4f\x46\x05\x00\xcc\x39\xff\ \x03\xff\x74\x6a\x4e\xc4\x62\x9f\xfd\xf2\x6d\x46\x14\x04\x9b\x7f\ \xeb\x97\xfe\x6e\x78\x28\x2d\xb9\x5d\x5b\x1b\x99\xba\x05\x00\x20\ \xa2\x35\x75\x55\x04\x5a\x93\xeb\x39\x5e\x29\x6b\xda\x56\x75\x4d\ \x6d\xce\xf1\xaa\x6a\xea\xe7\x2d\x5a\x94\x2b\x38\x3d\x5d\xbb\x9f\ \x7b\xee\xa5\xf6\xd6\x99\xb3\xe7\xcc\x8a\x44\xc5\x2b\x2f\xbf\x3c\ \x3a\x3c\xd4\xd2\xd0\xe4\x78\x6a\x7b\x57\x5f\xaa\x65\x56\xfb\xfc\ \x99\xb5\xd3\x3b\x2f\x9e\xbd\x78\xff\xa6\xdd\x8f\x3e\x70\xd7\xce\ \x2d\x4f\xf9\xbe\x8c\xdb\x71\xae\x7d\x06\xe4\x49\xa5\x84\x66\x82\ \x6b\x4d\x0c\x38\xd0\x78\x79\x66\x68\xae\x4f\x0c\xbb\x40\x20\x50\ \x00\x89\x64\xf5\xcc\x8e\xce\x48\x2c\xee\x07\x81\x6d\xc7\x80\x90\ \x34\x21\x02\x29\x8d\x86\xd0\x92\x00\x81\xc0\xd0\x52\x13\x11\x03\ \x8d\xcc\xd0\x4a\x02\x28\x85\x0a\x63\x29\x69\xd7\xf8\x2a\xcb\x8c\ \x68\x32\x51\xed\x7b\x6e\xcc\x32\x1a\xeb\x6b\xf6\x0c\x0c\x92\xc1\ \x4d\x8c\x16\x4b\xbe\x2e\xe7\xc9\x89\xc2\xe6\x8f\x72\x05\x38\x4e\ \xb9\xe5\x6f\x80\x58\x96\x79\xee\xea\x33\x8e\xf5\x6c\x26\xe2\x55\ \xf1\x43\x8f\xa6\xea\x9b\x52\x07\xdc\x76\x33\x59\xdb\x90\x9c\x7c\ \x42\x3c\x4c\xdd\x19\xc6\xc4\x39\x91\xfa\xe6\x29\x78\x57\x80\x3c\ \x57\x2c\x58\xb6\x8d\x80\x44\x4a\x93\xa7\xa5\x4c\x8f\xa5\xb9\x1d\ \xc9\xe7\x0b\x7d\xfd\x7d\xf3\x16\xcc\x37\x38\x75\xed\xd8\x51\xf4\ \x8a\xb9\x5c\xd6\xb2\xe2\x4a\x79\xfb\xf7\xee\x19\xe8\xed\x51\xda\ \x74\xb4\xcd\x32\xfe\xa8\xc7\xf6\x0e\xee\xdd\xb9\xcb\xaf\xad\xb2\ \xa5\x30\x0a\x52\x06\xcc\x28\xba\xd2\x12\x0c\x94\xe6\xc2\x06\x81\ \x3e\x29\xc1\x98\x92\x6a\x22\x96\xce\xc2\x76\x8b\x10\x63\x61\xac\ \x5b\x13\x35\xb4\x34\xb3\x48\xa4\xae\xa1\x89\x19\x06\x01\x05\x41\ \x60\x29\x45\x08\x80\xa8\x95\x42\xce\x75\x10\xa8\x40\x5a\x76\x34\ \x90\x81\x56\x34\x61\xeb\x11\x17\x9c\xb4\x52\xbe\x6b\x30\xe8\x6c\ \x9f\x31\x77\x56\xc7\x86\x57\xd6\x97\x02\x6f\xe9\x82\x79\x99\x42\ \x7e\xf3\x9e\xbd\xe9\xbc\xc7\x00\x94\xd6\x4a\x29\xc6\x18\x17\x82\ \x73\x2e\x84\x10\x9c\x13\x40\xa9\xe4\x32\xc6\xa6\x60\x3e\x25\x7f\ \x9a\x20\x1f\xe8\xef\xe7\x42\xc4\x63\x31\x2e\xb8\x2a\x68\x26\x38\ \xe7\xdc\x73\x1d\xcb\xe2\x76\xc4\x04\x24\x5f\x06\xc4\xa8\x24\xfd\ \x5c\x3e\x1b\xb5\x69\x76\x67\xbb\x81\x0a\x34\x73\x7c\x0c\x30\x29\ \x79\xd3\xd8\xbe\xd2\xb4\xa6\x85\xd3\x66\xb6\x4d\x6b\xb3\x24\x8c\ \x6d\xd8\xf2\x58\xfd\xb4\x69\xcb\x97\xce\xd5\xa5\xd2\x40\x5f\x5f\ \x26\x9b\x71\x3d\x1f\x84\x10\x82\x11\x04\xe5\xb8\xba\x52\x2a\xcc\ \x9f\x95\x4d\xf7\x40\xaa\xda\xa6\xc6\x86\xe9\xd3\x84\x19\x51\x48\ \xa6\xe0\x88\x48\x40\x5a\x2b\x60\x9c\xb4\x62\x88\x8c\x73\x21\x0c\ \xb7\x54\x12\x42\x00\x82\xd6\x1a\x08\x48\x13\x22\x2e\x59\x30\x27\ \xd3\xb3\x3f\x70\xf2\x33\xa7\xb5\xd4\xd7\xa5\xe6\xcf\x99\x9d\x2d\ \xe4\x17\x2f\x99\x5f\x5b\x57\x9d\x78\xe2\xc9\x67\x5f\xd9\x92\x2d\ \x94\x10\x50\x08\x61\x9a\xa6\x10\xa2\x9c\xc3\x03\x00\xc3\x60\x53\ \x2c\x17\x6f\x90\xf8\x7e\xe0\xf9\x1e\x63\x2c\x16\x9d\x72\x8f\xdf\ \x22\x90\x5b\x91\x88\x61\x08\xc3\x30\x0d\x83\x9b\xa6\xe5\x78\x2e\ \x37\x24\x43\x96\x48\x54\xcd\x9b\x37\x37\x97\x1e\x1b\xa8\x4d\x55\ \x25\x16\x26\xeb\xaa\x03\xad\x9c\x82\x33\x7d\x5a\x23\xce\x9c\xe1\ \xba\x6e\xc9\x67\x24\x6a\xf7\x0e\xe8\x64\x22\x29\x90\x9b\x46\x55\ \x24\x86\xa9\xba\xf8\x9c\xb9\xb3\x5a\xa7\xb5\xd4\xd5\xd5\x33\xdf\ \xab\x49\xa6\x8a\x85\xa2\x2b\x83\xd1\xb1\xe1\xa1\xa1\x5e\xc1\x10\ \x00\x42\x9b\x59\x29\x65\x18\x46\xd9\x62\x27\x00\xe0\xa8\x19\x29\ \xad\xfc\xc0\x63\x04\x71\xcb\x54\x40\x0a\xb4\x54\xc0\x11\x95\x22\ \xdb\x30\xd1\x8e\x41\xe0\xd9\xd5\x35\xe0\xb9\xd2\x73\x48\xe9\xb0\ \xd5\x97\x33\x9e\x4a\xa5\xea\x1a\xea\x50\x27\xa3\x89\x64\xd1\x71\ \xf3\x25\xd7\xf3\x03\xce\x58\x47\xdb\x8c\xab\x2e\xbb\xd4\x0d\xf4\ \xee\xbe\x17\x4c\xcb\x36\x0d\x23\x0c\x02\x87\x1c\x23\x13\x5f\x46\ \x4f\xe5\x54\xdf\x08\x19\x1d\x1d\x5b\xfb\xcc\x0b\x8e\xeb\x11\xe9\ \x79\x73\x3a\x97\x2e\x59\xf8\xe6\x7c\xae\xf2\x72\x83\xa3\x6e\x5d\ \x53\x83\x39\x15\x6b\x01\x10\x5e\xe0\x03\x00\xa2\x0f\xcc\x8a\x46\ \xab\xdc\x20\x60\xc0\x66\x75\x76\xd6\xd7\x56\xbb\xc5\x3c\x67\x50\ \x57\x57\xdb\xde\x36\x3d\x51\x55\x65\x2b\xed\x96\xbc\xb1\x91\x4c\ \x3e\x9f\xd7\x10\xb8\x01\x78\x9e\xf6\x7c\xc8\x15\xa4\x05\xc6\xae\ \x1d\x85\xde\x01\x27\xf0\x7a\xae\x78\xc7\x9a\xb9\x1d\x4d\x99\xe1\ \xfe\xad\xeb\x5f\x64\x0a\x1a\x1a\x1a\x3b\xe7\xce\x99\xd9\x5a\xff\ \xf2\x06\x6f\x68\x64\x18\x10\x95\x52\x4a\xa9\x20\x08\xca\x75\x6f\ \x34\x51\xab\x19\x68\x8d\x9c\x01\x69\x4d\x4a\x91\x76\xa5\x6f\x4a\ \xa9\x34\x32\x34\x18\xc7\xfb\xee\xbb\x6f\xfd\xfa\xf5\xa0\xa9\x58\ \x2c\x75\x76\x74\xdc\x72\xcb\xfb\xca\xdd\xfc\xc2\x10\x03\xa3\x23\ \x85\x40\x5a\xc2\x18\xcc\x14\xf2\x25\xcf\xf7\xa8\xa7\x6f\xe4\x99\ \x7f\xff\xce\xb4\xb6\x19\x4b\x4e\x5d\x3a\x7d\xfa\x8c\xaa\xc4\x0e\ \xc3\x8e\x59\xa6\xa9\xb5\x76\x5d\x97\x73\xae\xb5\x0e\xbf\x86\x10\ \xe2\x64\x23\x5a\x79\x73\x64\xfb\xce\x3d\x1d\x1d\x6d\x8b\xe6\xcf\ \x05\x80\x5f\xdd\x75\x5f\xff\xc0\xe0\x44\xe5\x03\x68\xad\x6d\xdb\ \x3e\xf3\xf4\xe5\x11\x7b\xbc\xd6\xd5\x2d\x64\x4b\xbe\x12\xa6\xc5\ \x49\x7a\xbe\x34\x22\xf1\x78\xf4\x38\xdb\x4d\xf2\x7b\x1f\xfb\xc6\ \x8f\x7b\xfe\xfc\x8b\x1f\x6f\x99\x7c\x57\x4b\x23\x7d\xc3\xd2\x9e\ \xd1\x54\x73\x52\x99\x6d\xc2\x71\x1c\x22\x72\x3d\x37\x48\xcb\xa8\ \x69\x13\x30\xce\xf8\x29\x4b\x16\x2f\x5f\xbe\xac\xe8\x14\xbb\x7b\ \xf6\xbb\xa5\xfc\xd0\x40\xbf\xc9\x50\x30\x6b\x6c\x28\x13\x8b\xda\ \x8c\x19\x4c\x30\x81\x81\xd2\x7e\xb1\x34\xb8\x6b\xd7\x9e\x44\x6d\ \x7f\xaa\xa6\xd9\xe9\x1e\x3a\x65\xe1\xf4\xb3\x97\x2f\xcd\xf5\xed\ \x19\xda\xb3\x7d\x70\xcf\x0e\x0a\x74\x69\x78\x90\x8a\xb9\x85\x4b\ \x17\x24\x2c\x73\x40\xa9\x10\xd8\x42\x88\x71\xb2\x2e\xa2\xb2\xc5\ \x4e\x0c\x75\xd8\xd4\x02\x00\x00\x81\x94\x21\x75\x17\x01\x57\x4a\ \x19\xc2\xbc\xf7\xde\x7b\x7f\xf9\x8b\x5f\x58\xa6\x55\x2c\x14\x2f\ \xb9\xe4\x92\x9b\x6f\x7e\x8f\x29\x98\x94\x1a\x19\x69\x4d\xcc\xb0\ \xc1\x8a\x15\x3c\xff\x95\x9d\xfb\x56\x9f\xb5\x7a\xe9\x82\xf9\xdb\ \x7f\xf4\xdf\x63\x1e\xcb\xef\x1d\x10\xc9\x1e\x33\x5e\x5d\x57\x5b\ \x4f\x8c\x87\xfb\x4b\x58\x8d\x8f\x88\x86\x61\x94\x43\x03\x53\x98\ \x3c\x3e\x79\xe9\xa5\x97\x1a\x1b\x1b\x5b\x5a\x5a\x0e\x13\x4a\xe3\ \x7c\xc3\xc6\xad\x9e\xeb\x05\x52\xd6\xd7\xd7\x3a\x8e\x5b\xbe\xcc\ \x76\xc4\xda\xbc\x79\x7b\x67\x47\x5b\xdb\x8c\x69\x00\x00\x20\x9f\ \xf9\xd5\x7f\xde\xf5\x52\x5f\x7e\xa8\x37\xc7\x53\x2d\xb5\xf1\x39\ \xe7\xde\xf8\xb1\x2b\x57\x1d\xdf\x5d\x51\x81\x93\xcf\x3b\x87\x96\ \xda\x6d\xbe\xf7\x07\xbf\xc5\xb7\x7d\xe5\xbd\x67\x9d\x5c\x9a\x3c\ \x93\xcb\x46\x3c\x2f\xb4\x60\x0b\x79\x87\x73\x70\xdc\xd2\xe8\xf0\ \x70\x32\x16\x6b\xa8\xaf\x4e\xc5\x23\x51\x86\x03\x03\x03\xe9\xe1\ \x51\x69\xc5\x7c\xdf\x1f\x1c\x1a\x8d\x44\x39\x33\x75\xc9\x75\xb5\ \xe0\x5a\x97\x6c\xb3\x58\xc8\x6f\x97\x7e\x7f\x54\x88\x53\xe7\xae\ \x4e\x70\x59\xf4\xf3\x23\xdd\x7b\x1a\xaa\xa2\x4e\xde\xf5\x32\x99\ \xed\x1b\x5e\xf1\x4b\xe9\x78\x63\x7d\xd8\xb0\x1d\xa6\xcd\xca\x0a\ \x3c\x04\xb9\x92\x12\x05\xa7\x30\xf8\x0e\xc4\x01\x48\x13\x29\x4d\ \x9a\x10\x34\x28\x8d\x8c\x22\xb6\x8d\x88\x96\x65\x29\x19\x5a\x03\ \x4a\x73\x1c\xb7\x02\x48\x07\x4a\xa7\xf3\xf9\xf4\x58\xd6\x71\xfc\ \xce\x8c\x1b\x19\xc8\x66\x3c\x61\x55\xb7\x04\x81\xf3\xec\x4b\x5b\ \x72\x45\xc7\xf5\x3c\x45\x30\xfe\x42\xad\xcb\x3c\x30\x15\xc3\x52\ \xa6\x00\x7b\x3c\x72\xcf\x3d\xf7\xec\xda\xb5\xeb\x86\x1b\x6e\xb8\ \xf4\xd2\x4b\x0f\xd9\x2b\x29\x16\x8d\x44\x22\xb6\x4d\x61\xfb\x52\ \xe5\x53\xd8\xd7\x37\xa8\x0f\xe4\xcf\xc5\xea\x1b\x3f\x73\xe6\x0d\ \xfa\xa1\x7f\xfd\x5f\x4f\x55\x5f\xfa\xa5\xf7\x9e\x23\x38\x1f\xde\ \xfa\xf8\xcf\xee\x7e\x3c\x03\xd5\xe7\x5f\x7d\xe3\xd9\x73\x6a\xfb\ \x5e\x79\xe8\x97\xbf\x7b\x7a\xb4\x48\x2d\xb3\x17\x4f\x8b\x16\x36\ \x6c\xdc\x69\xcf\x38\xed\xbd\xef\x7d\x47\x6d\xd0\x7b\xe7\x0f\x7f\ \xb1\xb1\x3f\x83\x56\xf5\x59\x97\xbd\xeb\xfc\x45\x2d\x88\x8c\x73\ \x26\x04\x38\xfb\x5e\xf8\xef\x9f\xdf\xdb\x9b\x17\xa7\x5c\x70\xcd\ \x35\xe7\xcc\x33\xcd\xe0\xc5\xbb\xbf\x77\xdb\x8e\xc7\x4f\xbf\xe2\ \xa6\xcb\x57\x4e\x7f\xf1\xfe\x3b\x1e\x78\x7e\x97\xd1\xb8\xe8\xfa\ \x9b\xae\x9d\x1e\x2b\x3e\x75\xe7\x4f\x1e\x7e\x79\x7f\xaa\x73\xe5\ \x0d\xef\xbe\xbc\xc1\xfe\x13\x02\x79\xbe\x90\x77\x1c\xc7\x32\x4d\ \xc3\xb0\x94\x04\xad\x65\x69\x24\xf7\xfc\xb3\x4f\xaf\x58\xb6\x68\ \xc1\xfc\x39\xad\xf5\x75\x75\xb1\xd8\x50\xff\xd0\x58\x7a\xcc\x75\ \x3c\xcd\xe1\xd1\x27\x9f\x18\x4b\x8f\x54\x57\x27\xeb\x1a\xea\x22\ \xf1\xf8\xe0\xc8\x68\x29\x37\x96\xc9\x17\x94\xc2\x39\x6d\x9d\x51\ \x0e\x3b\x36\x6f\x1c\xdc\xb3\xb5\x7f\x7f\x8f\x50\x60\xb1\x68\xa9\ \xe4\xa2\xe0\x7d\xdd\x7d\x31\x19\x90\x6d\x85\x2c\xd4\xe1\x52\x28\ \x95\x4a\xd1\x68\x34\xf4\xcc\xc7\x0b\xdf\xc2\x02\x53\x4d\xa0\x89\ \x94\x92\x41\x40\x52\x03\x43\x20\xe5\x2b\x77\xd6\xac\x59\xe7\x9e\ \x7b\xae\x6d\xd9\xb6\x69\x2f\x58\xb8\x20\x24\xed\x24\x4d\xa4\x49\ \x6b\x62\xa0\x7a\xf7\xef\xeb\x1b\x1c\x6d\x68\x6c\xdd\xd1\xb5\x6f\ \xcb\xae\x7d\x7b\xfa\x86\x7c\xcf\x51\x81\x53\xc8\xa5\x35\x69\x0d\ \x22\x50\x2a\xc4\x76\x18\xdb\x3f\x86\x01\xd2\x53\xf2\xea\x12\x8d\ \x46\xa3\xd1\xe8\x1d\x77\xdc\xf1\xd0\x43\x0f\xdd\x7a\xeb\xad\xed\ \xed\xed\x95\xcf\xce\xee\xec\x58\x30\x6f\xf6\x61\x5f\x38\x3c\x32\ \x56\xd9\xa0\xc2\x0d\x93\x03\xd8\xa6\x61\x5a\xb6\x6d\x18\x41\xdf\ \xd3\xff\xf6\xed\xfb\x4f\xbb\xee\xe6\xe9\xd9\x67\xfe\xf3\x1b\xdf\ \x9a\xf1\xcf\x9f\xdf\xfb\xdc\xc3\xdb\xdc\x39\x1f\xbb\x72\xce\x9d\ \xdf\xfc\xfa\xcb\x9d\x57\x7c\xf8\xf2\x8b\xee\xfd\xc1\x77\x6f\x6f\ \x98\xff\xa9\xd3\xf6\xfd\xfe\x89\x9d\x17\x7d\xfc\x23\xb5\x23\xcf\ \xfc\xe8\x5f\xfe\x81\xff\xf5\x3f\xac\x34\x18\x00\x68\x02\xab\x66\ \xc6\x9a\x2b\xaf\xf7\x46\xb7\x7c\xe7\x07\xdf\x9a\x3e\xff\x9f\xe2\ \xc4\xdb\x96\x9c\x73\xd3\xbb\x57\x37\x34\x35\x6f\xfd\xfd\x77\x7e\ \xb4\xce\xbf\xf9\xa6\x1b\xf6\x3e\xf0\xbd\x6f\xde\x5e\xfb\xa9\x55\ \xfd\xdf\xfd\x5d\xd7\x9f\x7d\xe6\x96\x5a\x84\xc8\x9f\x56\xbb\xaa\ \x00\x4d\x81\x0e\x94\x52\x22\x50\xb6\x1d\xe7\xdc\x10\x3e\xef\xde\ \xbf\x7f\xc7\x96\xad\x8d\xd5\xc9\x78\xc4\x4e\xc4\x62\x73\x67\xce\ \xcc\xd6\xd4\x74\x0f\xf6\x8c\xe4\x54\xd1\x77\xb6\xed\xdc\x13\xb5\ \xa2\xd3\xa6\x39\x91\x58\x02\x39\x04\x45\x25\x4b\xbe\xe7\x7b\xda\ \x97\x7b\x77\x77\xed\xdc\xf4\x5c\xff\xee\x6d\xde\x58\x26\x15\x4d\ \x09\xd0\x63\x99\x6c\xc1\x2d\x32\x83\x4e\x7d\xdb\x19\xa6\x61\xc0\ \x81\x8e\x14\xe6\xfb\x7e\x68\x39\x97\x33\x6a\xa4\x35\x30\x64\x44\ \x00\xa4\x94\xd2\x81\x24\x25\x51\xa3\x04\xe2\xc2\xb8\xee\xba\xeb\ \x6e\xba\xe9\x26\xd3\x30\x85\x30\xb5\x92\x4a\x06\x4a\x49\xd2\x1a\ \xb5\x06\xa0\x5c\x7a\x38\xc2\x69\xf6\xcc\x69\x66\xb4\x7a\x68\x78\ \x70\x64\x2c\xef\x79\xbe\xe7\x39\x81\x5f\x94\x7e\x20\x84\x50\xa4\ \xc6\xfd\x82\x50\xf5\x57\x74\x47\x68\xad\x89\xf4\x14\xde\x8f\x3f\ \xd0\xa5\x14\x00\x18\x86\x71\x28\xbb\x4e\x10\x04\x47\x7a\x95\x94\ \xf2\xd0\x83\x9a\x28\x2c\x8f\xdb\xf7\xe2\xb3\xdb\xba\xfb\xa2\x4f\ \xdc\xbb\xd5\xcf\xe4\x07\xb3\xdd\x45\x89\xdc\x6c\xea\x58\xb4\x78\ \xd9\xca\xc2\x59\xbf\xff\x1d\x9f\xbd\xec\xd4\xd3\xd5\x96\x47\x7e\ \xdd\xdd\xe5\x9e\xce\xe3\xb5\xad\x4b\x57\x2c\x69\x37\x97\xa4\x77\ \x7e\x7a\xed\xda\x6d\x2b\x4e\x17\x08\xc8\x00\xdc\x6c\xff\xb3\x0f\ \x3d\x3a\x58\xca\x65\x8b\xd9\xd1\xb1\x20\x0e\x3c\xd9\xd4\xb6\xa0\ \xb3\x03\x80\x1e\x7c\x6a\x6d\xdf\x70\xd3\x43\xf7\xdc\x55\xea\x1f\ \x1b\xb5\x76\xfa\xef\x5c\xde\x1e\x59\xbb\x6e\xed\x2b\x57\xbe\xf3\ \xb2\xaa\x3f\x35\x90\xe3\x78\xc4\xdb\xf7\x7d\x26\x64\x2a\x51\x55\ \x9d\x88\x16\x73\x23\xdb\xb7\x6d\xed\x9c\xd1\x5a\x93\x4c\x38\x96\ \x9d\x4c\x24\xe2\x91\x58\x5d\x4d\x62\xcc\x19\x4a\xd6\x26\xea\x1b\ \x9b\x05\xd8\xa6\x59\x6d\x9b\x55\xb1\x58\xa4\xbf\x7f\x8c\x49\x43\ \x68\x8d\xc0\x7b\xba\x7b\x5e\x7e\x71\x63\x7f\xd7\xb6\xc6\x44\x35\ \x53\xf6\xc8\xd0\x40\x26\x9b\x6b\xeb\x9c\x65\xc5\x2c\x4d\x0c\x31\ \xec\x09\x81\xb0\x05\xc6\x34\xcd\xb2\x33\x4c\x04\x04\x40\x40\x21\ \x04\x51\x83\x96\x4a\x29\x05\x9a\x42\x3b\x3a\xf0\xfd\x44\x22\x61\ \x98\x26\x49\x8d\x42\xe8\x00\x83\xc0\x43\x02\x22\x42\x02\x22\x30\ \x05\x6b\x6e\xa8\x96\x64\xf6\x0e\x8f\xe6\x5d\x55\x28\x05\xa5\x92\ \xc7\x38\x04\x9e\x2b\x18\x6a\x25\x09\xc7\x73\xf2\xa1\xc5\x5e\x0e\ \xda\x11\x85\x34\x95\x53\x50\x3d\x4e\x29\x95\x4a\xbe\xef\xbf\xff\ \xfd\xef\x5f\xb3\x66\xcd\x09\x7c\x5b\x52\x2a\xd1\xb2\xe0\xaa\x9b\ \xdf\x1b\x97\xea\x16\x2b\x5a\x93\x32\x9f\x50\x9a\x42\x66\x75\xc1\ \x94\xe3\x02\x00\x72\x8e\x40\x04\x14\x76\x15\x02\x00\x10\x12\x02\ \x10\x01\x37\xad\xc0\xb9\xfd\xdf\xfe\x2d\x73\xea\xfb\x6f\x7c\x47\ \xdc\xe9\xfd\xb6\x56\x0a\x41\xcb\xf1\x39\xc2\xa4\x34\xef\x58\x7e\ \xfe\xcd\xef\x5c\x2c\x25\x46\xa3\xf1\x9a\xea\xaa\x2f\xfd\x5d\xeb\ \x83\x77\xff\xe2\x9f\x6e\xbb\xed\xc6\xff\xf9\x95\x73\x3b\xe2\x7f\ \x3a\x20\x0f\xb4\x9e\x58\xea\x2a\x28\x66\x35\x05\xc9\xaa\xa8\xa7\ \xf4\xe0\xf0\xd8\xe0\xc8\xa8\x10\xdc\x29\x16\x73\xb9\x74\xc4\xb4\ \xab\xea\x52\xb3\x66\xcc\x56\x0e\x4f\x0f\x17\x5b\x9b\xa7\xb7\xb6\ \xb4\xe5\x0a\x4e\x3e\x9f\x75\x5c\x27\x9b\xc9\xdb\xb6\x91\x19\xe9\ \xe9\xda\xa1\x99\x52\xe4\x69\xf0\xb5\x5f\x72\x6b\x93\x55\xf1\x88\ \x95\x8a\x9a\x91\x78\x04\x7c\xcd\xc8\x04\x04\x46\xa4\xfc\x00\x48\ \x1b\x9c\x0b\xe4\x2a\x50\xdc\x30\x11\x38\x00\x91\x42\x62\xc8\x38\ \x00\x6a\x86\x10\x04\x3e\x69\x50\x04\x88\xc2\x30\xc5\xc3\x8f\x3c\ \xf2\xf2\x4b\x2f\x09\x2e\x4a\x85\x62\x43\x43\xfd\x75\xd7\x5d\xc7\ \x38\x53\x9a\x22\x3c\x92\xce\xbb\x23\x39\x95\x97\xf6\xf0\x68\x3a\ \x9d\x2b\xf8\x81\x0c\x02\x8d\x48\xa0\x09\x11\x09\x39\x91\x56\x4a\ \x57\x26\xca\x42\xe5\x53\xde\x62\xa6\x2a\x61\x8e\x5b\xae\xb9\xe6\ \x9a\x86\x86\x86\x86\x86\x86\xc3\x6a\xf8\xa3\xa7\x2d\x0e\x25\xea\ \x09\x5c\xc7\xf1\x03\x00\x98\x79\xda\xea\xc6\xfb\xbf\x75\xff\xc3\ \xeb\xcf\x9c\x19\x57\xf1\x19\x67\xd5\x57\x07\x9e\xe3\x80\x04\x80\ \xc0\x73\x1c\x5f\x01\x40\xe0\xb9\x8e\x27\x99\x11\x2d\xf5\xef\xfc\ \xdd\x7d\x8f\xcd\xa2\x5d\xf7\x6f\xa7\xeb\xde\x35\xdf\xe2\x43\x4e\ \xef\x96\x0d\xbb\x06\x84\x29\xdc\x62\x2e\x9d\x51\x25\xc7\x57\xc0\ \xeb\xda\xea\x07\x7e\xf8\xd0\x6f\xda\x78\xfb\xec\xf9\x2b\xd7\xac\ \x7e\xf4\x27\x0f\xad\x6d\x8b\x36\xda\xb2\xba\xf3\xf4\xb8\xb7\x7d\ \xdd\xce\xb1\xc6\x39\x0b\x93\x0f\xbd\x32\x30\x92\x87\x3f\x25\x90\ \x2b\x3d\x1e\x7f\x22\x22\x2d\x83\x5c\x21\xab\xa4\x2b\x3d\x67\x64\ \x2c\x3d\x34\x32\x96\x88\xc7\x0c\x06\x02\x28\x4f\x69\x47\xba\xd5\ \x4d\xcd\x55\x91\x98\x25\x38\x43\x1d\xa8\x62\x26\x3b\x44\xc8\xed\ \x88\xa8\xa9\x4f\x55\xa7\x12\x26\xb8\x23\x43\xfd\x2d\xcd\x4d\x31\ \x60\xe9\xbe\x01\x50\x4a\x13\x31\x54\x5d\xbb\xb7\x73\x43\x2c\xae\ \x8a\xc7\x1b\x9b\xc7\xf9\x9d\xb5\x26\xad\xa5\x54\xc8\x18\x69\x50\ \x8a\x80\x21\x13\x0c\x00\x94\x26\x50\x8a\x28\x90\x3a\x08\x02\x4f\ \x29\x4d\x5a\x71\x66\x32\xc2\xc7\x9f\x7c\xe2\x47\x3f\xbc\x1d\x35\ \xc9\x20\x58\xb8\x70\xe1\x15\x57\x5c\x91\x48\x26\xb5\x04\xc7\x93\ \x4f\x3c\xf5\xec\xba\x17\x36\xe5\xf2\x05\xc7\x75\xa4\xd4\xbe\x1f\ \xf8\xbe\xcf\x70\xbc\xa3\x45\x6b\x08\xf5\xfd\x41\x0e\x79\x39\xf0\ \x36\x05\xd4\xd7\x23\x47\x69\x2f\x6d\x6e\x6c\xd8\xba\x63\x57\x3e\ \x5f\x80\xc3\x5d\xe3\x42\xa1\x98\x4a\x25\x0f\x3a\xd8\xb6\x7c\xf5\ \x59\xd1\x69\x00\x60\x34\xad\xfa\xdc\xe7\xf1\xd7\xf7\x3c\xf6\xc8\ \x7e\xea\x38\xad\x16\x00\xda\x4e\x39\xeb\x4c\xde\x02\x00\x2d\x0b\ \xce\x3c\x4b\x4e\x03\x80\xa6\xf9\xa7\x9d\xed\xb4\x91\x3f\x62\x58\ \x7c\x6c\xef\xa6\x8c\xaf\xdf\x75\xeb\x5f\x9e\xd7\x66\x81\x3e\xeb\ \xa6\x2b\xf7\x8e\x16\xd8\x75\x1f\xbf\xf5\x57\xbf\xbc\xff\xde\x7b\ \x65\xf3\xca\x0b\x16\x35\x5b\x0d\xf3\xae\x7b\x5f\xf7\x8f\xd7\x3d\ \xf7\x2c\xa4\xa6\x5f\x7e\xde\xfb\xff\x87\xb8\xf3\x81\xa7\xd7\xee\ \x14\x89\xb7\x4d\x5b\x49\x96\xb3\xfb\xa5\x27\xd6\x16\xf9\xf2\xeb\ \x3e\x7a\xf9\x8a\xe6\x3f\x29\x73\xbd\x5c\x58\x0a\x00\xc8\x04\x91\ \x0a\x01\xef\x38\x4e\xb1\x58\xf0\x7d\x1f\x38\x4a\xad\x98\x56\x6a\ \x2c\xad\x08\xed\x48\x64\xc9\x82\x85\x43\xa3\x23\x5b\xb7\x6e\xf1\ \xa5\x6a\x6a\x6e\x8a\x56\xd9\x20\x00\x0d\x66\xd9\x55\xf9\xb1\x31\ \x9e\xce\x36\x36\x35\x6b\x05\x42\xd3\x40\x6f\x9f\xeb\x96\x0c\xcb\ \x48\xc6\xa3\x76\x34\x4a\xa8\x09\x94\xd6\x32\x08\x7c\xdf\x0f\x38\ \xe7\x81\x52\x88\x9c\x51\xe8\x32\x28\x42\x60\x0c\x11\x18\x17\x06\ \x11\xc8\x40\x2a\x2d\x49\x03\x80\xcf\x00\xb4\x92\x88\xc8\x18\x0a\ \x21\x42\x4f\x4f\x49\xa9\xa4\xda\xb7\x7f\xdf\xb3\xcf\x3e\x3b\x34\ \x3c\xa4\x94\x0e\xe9\xd3\x7d\xdf\x57\x4a\xc1\x44\x30\x7f\x22\xa0\ \x77\xf0\x10\xf5\xf2\xee\xf6\x87\x47\xa9\xf4\x27\x22\x1d\xed\x6d\ \x96\x65\xa5\x33\xd9\x43\xa8\xef\x41\x13\xcd\x9e\xd5\x51\x57\x5b\ \x7d\xd0\xf1\x05\x17\x5c\xbb\x60\xe2\x71\x75\xfb\xca\x0f\x7e\x6a\ \x65\xf9\xa9\x79\xab\xaf\x0a\x29\x66\x3a\xcf\x7c\x67\x38\x2a\x65\ \xe6\x69\x97\xcd\x04\x28\x76\xfd\xc6\xb5\x5b\x6e\xf8\xe4\x9f\xb7\ \x95\x3f\x84\xc5\x56\x5f\xfb\xe1\xf0\xe1\xfb\x6e\xad\xac\xc0\x49\ \x9e\x7f\xfd\xc7\xcf\x9f\xf8\xc7\xfc\xd5\x57\xcd\x5f\x5d\x7e\x6a\ \xe9\x07\x3f\xb9\xf4\x4f\x33\x85\x66\x9a\x66\x99\x6b\x4d\x69\xd0\ \x3a\xa4\x63\xc0\x52\xa9\xe4\x38\x8e\xd6\xda\xd7\x0a\xa5\x34\x39\ \xf3\x5d\x5f\xf9\x12\x4d\x2a\x15\xf3\xdd\xfb\xf7\x16\x5c\xa7\xe0\ \x38\xb5\x0d\xa9\xe6\xe9\x4d\xae\xe7\xbb\xae\x6b\x0a\x61\x9a\x91\ \xae\xed\x3b\x5a\x5a\xa6\xa7\x9a\x9a\x5e\x7a\xee\x79\x03\x30\x92\ \x48\x01\x03\x33\x96\x30\xa3\x31\xc7\x2b\x31\x83\x23\x02\x0a\xce\ \x49\x94\x4a\x25\xa7\xaf\x37\x1a\x4d\x24\x13\xd5\x04\x88\x40\xc8\ \x88\x88\x49\x2d\x03\xcf\x41\x2e\x14\x49\x22\xa9\x11\x08\x10\x25\ \xcc\x98\x31\x73\xd5\xca\x95\x00\xc0\x91\x4d\x6b\x6d\x65\x8c\x49\ \xa5\xb4\xd6\xcf\x3f\xff\xfc\x9e\x3d\x5d\x00\xa8\x94\x0a\x41\x1e\ \x96\xac\xc2\x11\x18\xd1\xa6\x30\xfd\x66\x4a\x6b\x4b\x53\x6b\x4b\ \xd3\x1b\xfa\x11\x46\xb2\x63\xcd\x1a\x1e\xf1\x01\xac\xa9\xeb\x7d\ \xd8\xc0\xdb\xc4\xba\x07\x00\x44\xc6\x19\x17\x1c\x40\x19\x4a\xca\ \x6c\x36\xeb\x3a\x8e\x29\x10\x95\x22\x49\x1c\x8d\x42\xb6\xc0\x81\ \x4d\x6f\x6d\x4d\x67\xd2\xe9\x7c\xb6\xb6\xbe\x06\x98\x4e\x26\x63\ \x51\x1d\x75\x3d\x3f\x93\x2e\x18\xb6\x69\xc4\x13\xa7\x9e\x7d\x4e\ \xba\x7f\x70\xdb\x8e\x3d\x99\x91\x91\x74\x29\x5b\x5b\x53\x5d\x55\ \x5b\xcf\x23\x11\x8f\x02\xae\x95\x61\x18\xc0\xb8\x40\xd3\x06\xd2\ \x0a\x4c\xd3\x14\x5c\x00\x72\x22\x2f\x9c\xc4\xa2\xa5\x2a\x96\x8a\ \x44\x98\x4c\xd6\x04\x5a\x86\xcc\x8d\x9a\xf4\x25\x97\x5c\x72\xfe\ \xf9\xe7\xc5\xec\x28\x10\x99\x62\xdc\x06\x19\x1e\x1e\xda\xb0\x61\ \xc3\xe8\xd8\xa8\xe7\x05\x4a\x53\x98\x03\x0f\xb7\xad\x83\xc7\xe2\ \x68\x5d\x9e\x63\x53\xee\x84\xa3\x03\x7a\x7c\x0a\xf6\x7f\xac\x62\ \xd6\x2c\xbc\xf6\xba\x85\x53\xd7\xe1\xc8\x81\xb7\x20\x28\x6b\x72\ \x4d\x21\xf1\x19\x00\x80\xd2\x3a\x8c\x9a\x02\x31\x4e\xa4\xb5\x0a\ \xb4\x02\xe0\x82\xb1\x44\x4d\x62\x66\xdb\xf4\x36\x31\x83\x04\xef\ \x1b\x1a\x2c\xb8\x9e\xeb\x07\x4a\x43\xae\xe8\xd9\x26\x8e\x15\x9c\ \x67\x5e\xdc\xb0\xee\xd1\xc7\xbb\x77\xef\x6e\xa8\xad\x25\x6e\x7a\ \xcc\x50\x46\x64\x70\x2c\x2b\xe2\xa2\xba\x26\xe5\xf9\xbe\x10\x48\ \x88\xd1\x58\x82\x33\x61\x70\x33\x50\x1a\x95\x46\x83\x04\xe3\x1a\ \x40\x13\xd6\xd4\xd4\x31\x6e\x30\x61\xf8\x7e\x20\x04\x30\x06\x9e\ \x1f\x24\x12\xa9\x88\x55\xaf\x95\x22\xa5\x11\xc0\xf5\x3c\x92\xb2\ \xab\xab\x6b\x4f\x57\x97\xef\xfb\x52\xe9\xf2\x2c\x71\x29\x65\xf8\ \x47\x95\xf7\xaf\xb2\xf6\xae\xa4\xa3\x29\xf7\xb4\x4f\xa9\xf6\x37\ \x4e\x36\x6d\xd9\x3e\x34\x3c\x62\x18\xc6\xb2\x25\x0b\xe3\xf1\xd8\ \xd4\x05\x79\x0b\x40\xae\x27\x78\x14\x42\x90\x6b\x24\xad\x34\xc8\ \xc0\xd5\xaa\x58\x2c\xba\x9e\xa7\x15\x72\xad\x05\x02\x03\xa1\xa4\ \x72\x9d\x52\x24\xb0\x0d\x81\xbe\x96\x08\x3c\xf0\x82\xee\x7d\xdd\ \xb9\x82\x1b\x8b\x27\xd2\xe9\x92\x53\x1a\xee\xef\x1f\xfd\xcd\x7d\ \xbf\x1b\xee\x1f\x04\x05\x43\xb9\x62\x3c\x6a\xb7\x35\x34\x0d\x65\ \xf3\xf7\x3c\xfc\x70\xbc\xa6\xea\x9a\x6b\xaf\x68\x69\x6a\x08\x02\ \x17\x50\x29\x0d\x82\x33\x02\x00\x24\xc6\xb8\x24\x0d\x8a\x90\x89\ \x58\x3c\x96\x1e\xcb\x8e\xa6\xb3\x75\x0d\xad\x4a\x6b\x50\x8a\x11\ \x19\xa6\xb9\xfe\xa5\x17\xb7\x6f\xde\x6a\x99\x96\xeb\x38\x89\xaa\ \xaa\x0b\x2f\xbc\x10\x11\xf7\xed\xdb\x3f\x38\x30\xa0\x94\xc2\x30\ \xbf\x3e\x51\xc1\x56\xa1\xa2\xc7\xab\x6c\x34\xe9\x4a\xa6\x8a\x32\ \x57\x2c\x22\x86\xd5\x77\x53\xab\xe1\x84\xcb\x96\xad\x3b\xfa\x07\ \x86\x5a\x5b\x9a\x4a\xa5\xd2\x43\x8f\x3d\x75\xc6\xaa\xe5\xe5\x42\ \x43\x22\x1d\x8b\xc5\x52\xc9\xc4\xd1\xdf\x21\x9f\x1e\xd5\x56\x22\ \x19\x9d\xe8\x15\xd7\xf9\x17\x1e\x7f\x36\xbe\x78\xf5\xbc\xba\x29\ \xd3\xfc\x98\x41\x3e\x8e\x04\x22\x40\xe4\xc2\x64\x88\x1c\x51\x92\ \xef\x79\x7e\x3e\x9f\x77\x1d\x47\xc4\x6c\xe9\xfb\x0a\x88\x81\x22\ \x62\x28\x22\x85\x52\xbe\x50\x2c\x64\x4b\x05\x2e\xec\x7c\xb6\xb8\ \x77\x57\x77\x5b\x5b\xe7\xde\xdd\xbd\xbd\x03\xa3\x52\x91\xf2\xfd\ \xf4\x48\x0e\x89\x88\x50\x7a\x32\x56\x13\xe3\xb1\xaa\x4c\x36\x57\ \xf0\x55\x7e\x20\xf3\xe4\x53\xeb\xe7\xce\xed\x68\x9f\x39\x3d\x62\ \x0a\x05\x4a\x2a\x22\x92\x40\xa8\x99\x66\x16\x73\x3d\x69\x9a\x46\ \x36\x53\xf8\xde\x0f\xee\x40\x66\xcc\x9e\xbd\xa0\xbe\xbe\x29\xf0\ \x03\x42\x8a\x19\xe6\xba\x75\xeb\x7e\x7b\xd7\x3d\x86\x30\x3c\xd7\ \x6d\xa8\xaf\x3f\xe7\x9c\x73\x02\x29\x37\x6e\xdc\x58\x28\x14\x38\ \xe7\x41\xa0\x00\x59\x25\xb0\x2b\x3d\x91\xc3\x62\xb8\x6c\xcc\x4f\ \xc5\xd7\x5f\x8f\x1c\xa5\x70\x30\x93\xcb\xd5\xd6\xa4\x16\xcc\x9b\ \xad\x94\x72\x5c\xef\x99\xe7\xd6\x97\x33\x6a\x8c\xe1\xe8\x58\xe6\ \xd2\x8b\xce\xab\xaf\xab\x0d\xdf\x66\xeb\xda\x87\x72\xf5\x4b\x4e\ \x9b\xd3\x18\xfe\x73\xf7\xfa\x27\x86\xac\xe6\xfe\x47\x6e\x1f\x9a\ \xfb\xde\x8f\x5e\x5c\xae\x99\xcb\x3c\x74\xd7\x9d\xb3\x1b\x56\x4d\ \x81\xfc\x35\x80\x3c\x6c\xc6\x9a\x48\x35\x69\xe4\xc8\x39\x63\xa6\ \x49\x81\xef\x79\x9e\xe3\x38\x11\xdb\xd0\x52\x02\x90\x69\x88\xa2\ \x57\x02\x0b\x6c\x8a\xf8\x41\xb0\xe1\x95\x8d\xd9\x6c\xa1\x2a\xd9\ \xd0\xd2\x30\xfd\xe6\xeb\x3f\xb0\x6d\xfb\xee\xdb\xef\xf8\xc9\xe0\ \xc8\x30\x47\x43\x08\x0a\xa4\x8f\x8c\x3b\x32\xd8\xd7\x37\x28\x22\ \x31\xad\x35\x9a\x31\x81\x7c\xe7\xae\x9e\xfe\xfe\xe1\xe2\x4a\x77\ \xfe\xbc\x8e\xa8\x25\xa4\xd4\x1a\x09\x01\x85\x20\x1d\x70\xce\x0c\ \xc6\x8c\xf5\xeb\x5f\xdc\xb8\x61\xeb\xbc\x05\x0b\x1d\x57\x4a\x49\ \x84\xc0\x10\xb5\xa6\xc0\x0f\x7c\xdf\x37\x84\x88\x46\xa3\x88\x18\ \x04\xc1\xe0\xd0\xd0\xde\xae\x2e\xad\x09\x19\x28\xad\x11\xc7\x4b\ \xe2\xf5\x84\xfb\x3d\x09\xde\x93\xe7\x4f\x96\xeb\xde\xc2\x6d\x61\ \x0a\xe7\xc7\x2d\xdf\xff\xfe\xf7\x23\x91\xc8\x55\x57\x5d\x65\xdb\ \x07\x17\x7c\x73\xce\x9f\x7e\x6e\x7d\xdf\xc0\x90\x52\xca\x32\x8d\ \x48\x24\x52\x8e\x7d\x08\x21\xd2\x99\xfd\x85\x42\x71\x02\xe4\x90\ \xdd\xf1\xd0\xbf\xfd\xb6\xe7\x5b\xff\xf7\xfd\x31\x00\x70\x7a\x7e\ \xf2\xad\x6f\xd5\xbf\xe7\x6f\xaf\xb8\xfc\x46\x27\xd6\x02\x00\x40\ \x6e\xdf\xfe\x3e\x2f\x18\xf6\x51\x08\x8e\x00\x00\x7e\x76\xef\xfe\ \x21\x9e\x68\x9c\xde\x30\x6e\x0e\x94\xc6\xfa\xfb\xc6\xdc\xda\xd6\ \xb6\xea\x08\x03\x00\x3f\x3f\xd2\xdd\x3f\x26\xe2\x35\x2d\xcd\x75\ \x27\xf3\x90\x05\x51\xe9\xa9\x4a\xa9\x94\xd2\x0c\x04\xd3\x1a\x81\ \x7c\xdf\xcf\xe5\x72\xb6\x25\x38\x69\xa5\x35\x0a\xd3\x27\x69\xc8\ \x40\x2a\x89\x08\x23\x43\xc3\xc3\x63\xb9\x19\x46\x72\xc9\xe2\xd3\ \x62\x76\x72\xe5\xd2\xd3\xa5\xcf\x7e\x70\xfb\x0f\xba\xf6\xed\x8d\ \xc5\x63\x86\x19\x13\x86\x08\xa4\x2f\x83\x60\x67\xd7\x7e\x22\xcd\ \x40\x24\xec\xa8\x30\x22\x5e\xe0\x3f\xff\xfc\x4b\xd3\x5a\x9b\xab\ \x62\x35\x88\x9a\x21\x71\x04\x21\xb8\x2b\x55\x24\x1a\x1b\x1a\x1c\ \x5d\xbb\xf6\xb9\x82\xa7\x11\x98\x56\xa8\x35\x28\x20\x01\xa8\xb5\ \x6e\x69\x69\x99\x3e\x63\x46\x63\x7d\x3d\x69\xaa\x8a\xc7\x89\x68\ \xcf\x9e\x3d\x23\xa3\x23\x80\x14\x04\xb2\x9c\x22\x1b\x0f\xb0\x8d\ \x0f\x32\xa6\x89\xc7\x04\x93\x69\xc6\x0e\xb4\xb2\x4f\x19\xea\xaf\ \x4f\xfa\xfb\xfb\x9f\x7d\xf6\xd9\x57\x5e\x79\xe5\xba\xeb\xae\x5b\ \xb6\x6c\xd9\x41\x4a\xfe\xac\xd3\x57\x2e\x59\x34\xff\x08\x26\x40\ \x25\x35\x3a\x2e\xbb\xe4\x8a\xc4\xc3\xb7\xbf\xdc\x7f\xd3\x59\xcd\ \xe6\xc8\xf6\xa7\xbb\xd8\xa2\x8f\x9e\x3d\xfd\xc9\xaf\x7e\xbe\x6f\ \xe1\xa7\x3f\x71\xb1\xfb\xb3\x7f\xf9\xe7\xc7\xba\x54\x73\x52\x6e\ \xea\xc9\xad\xb2\x23\x94\xd9\xf5\xad\xff\xf8\x7e\x8f\x6f\x3a\xd9\ \xc2\x8a\xab\x3f\x71\xfd\xd9\x33\xf7\x3f\xf3\xab\x6f\xfc\xf8\x51\ \x8c\x5a\x2e\xd5\xdf\xfc\x17\x9f\x59\x82\xdb\xfe\xe5\x5f\xfe\x3b\ \x23\x12\x35\x8d\x0b\x6e\xfa\xc8\xbb\x9b\x4f\xe2\xe9\x49\xe2\xc0\ \x50\x6e\x44\xc6\xc6\x13\xd9\x44\xc4\x08\xfc\x40\xe6\x0a\xf9\x78\ \xc4\x34\x19\x72\x52\xdc\xe0\xc8\x0d\x20\xf0\x3c\x9f\x71\xc1\xb9\ \x61\x19\xb6\x00\xa3\xa9\xae\x51\x68\x96\x1e\x1b\x2d\xa6\x33\x9d\ \x6d\x33\xfb\x7a\x7a\x02\xcf\xd7\x0a\x03\xcd\x91\x23\x13\x4c\x29\ \x19\x8e\x3f\x0a\x40\x8f\x66\x33\xb6\xc5\xb2\xd9\xe2\x53\x4f\x3e\ \x7b\xda\x69\xa7\xfa\x5e\x89\xa1\x8e\xc5\xac\xfa\xfa\x3a\x61\x45\ \x0b\x25\xff\xc9\xb5\xeb\xb6\xef\xdc\x65\x08\x5e\x2a\x3a\x7e\x10\ \x30\xce\x65\x10\x04\x9a\x80\x4a\x67\x9e\x71\xda\xca\x53\x97\x0a\ \x6e\x20\x82\x21\x4c\x00\xd8\xdd\xb5\xa7\x50\x74\x94\x06\xd7\x0b\ \x84\x30\xc2\xd6\x35\x2a\xb7\xba\x4c\x28\x70\x9a\x80\xfb\xa1\x56\ \x65\xc5\x89\x53\xaa\xfc\x78\x83\xdb\xa6\x39\x77\xee\xdc\xbe\xbe\ \xbe\x2f\x7e\xf1\x8b\x5f\xfe\xf2\x97\x0f\x1a\xae\x50\xe6\xc3\x3d\ \x8a\xbb\x14\x8a\xd5\x74\xca\xea\x39\x3f\x7c\xf4\x89\xad\x67\x5d\ \x77\xca\xfa\xc7\x9f\x6f\x3d\xfd\x9a\x3a\x14\x81\x54\x28\xcc\xe1\ \xe7\x7e\xfb\xd0\xde\xc4\x17\xfe\xfe\x2f\x67\xe8\x9d\x7f\xfb\x57\ \xdf\x24\x94\xeb\x7f\xfb\xc3\x17\x32\x4d\x7f\x7e\xcb\x45\xc3\xeb\ \x7e\xf4\xad\x9f\xdd\xfd\x8e\x25\x57\xfe\xf8\xc7\xbf\x9b\x77\xfd\ \x97\x6f\x39\xa3\xf6\xb1\xef\xfe\xef\x3b\x7e\xfa\x68\xfd\x69\x63\ \x9b\x86\xac\xff\xf9\xf7\x9f\x5f\x50\x77\xb2\xf3\xbd\x89\x49\x66\ \x2d\x02\x31\x1e\x10\x31\x02\xd4\xe0\x06\xd2\x71\xbd\xc0\xf7\x48\ \xfb\x51\x4b\x90\x34\x19\x0a\x25\x25\x29\x00\x12\x9c\x59\x96\xa1\ \x29\xd0\x06\x72\x41\x7a\xa8\x7b\xff\xe0\xfe\x2e\x21\xfd\xea\x44\ \xa4\x3f\x3b\x2a\x0c\xcb\x57\x2e\x22\x67\x04\x0c\x34\x07\x50\xa0\ \xf2\x72\x14\x09\x95\x2b\x02\xc7\xdb\xbb\x7f\x38\x5e\xb5\xff\xe5\ \x97\xd7\x9b\xa6\x91\xaa\x4d\x2c\x5c\xb4\x60\xf1\xe2\x85\xb9\xc2\ \xd8\x53\xcf\xaf\xf7\x95\x06\x00\xe2\x5a\x2a\x3f\xf0\xdc\x20\xf0\ \x85\x10\x92\xfc\xb8\xcd\x79\x3c\xc9\x90\x73\x21\x90\xf3\xfd\xfb\ \xfb\xb6\xec\xd8\x59\xf2\x7c\x4d\x20\xcc\x08\x81\x56\x5a\x13\x69\ \x42\x20\x1c\x47\x2f\x63\x0c\x91\xc1\x01\xb3\x9c\xca\xd9\xb5\x4a\ \xcc\x87\xe9\x85\x29\xb8\x1e\x9f\x04\x41\xb0\x63\xc7\x8e\x8e\x8e\ \x8e\x0f\x7f\xf8\xc3\xcb\x97\x2f\x3f\xfe\x37\xc2\xd8\x9a\x0b\xce\ \x78\xe2\xd7\x8f\x8f\x5c\x1c\x7b\x7a\xb7\x3a\xef\x2f\x4f\x05\x70\ \x89\x80\x0b\xec\xeb\xea\x4e\xcd\x5a\xd6\x1e\x13\x40\x55\xf1\x88\ \xc5\x30\xb7\x6f\xef\x88\x93\x95\x8f\xff\xee\x5e\x3f\x88\xbf\xed\ \xcc\x65\x7a\x6c\xdf\xa0\x5f\x7b\xf9\x69\x2d\x8c\xc1\xf2\x95\x4b\ \x7f\xf1\xdf\x1b\x63\x1f\xfd\xe0\xfb\xce\x1f\xf9\xfe\xdf\xfd\xf5\ \xcc\x55\x17\xdf\x70\xcd\x9a\x1a\x63\x0a\xe4\x00\xe1\x38\x11\x80\ \x71\x84\x10\x90\xef\xfb\xae\xeb\xb8\xae\x67\x62\x60\x09\x94\xbe\ \x64\x10\x70\x43\x68\xad\x14\x01\xe3\x22\x9f\x2f\x7a\x4e\xbf\x53\ \x2a\x09\xc6\x10\xa1\x2a\x1e\x1b\xcd\x8c\x56\xc5\xab\x06\x73\x63\ \x44\x0a\x10\x75\x20\x39\x67\x0c\x19\x03\x52\xa0\xb5\xa6\x70\xae\ \xb1\x65\xdb\x89\x64\x6a\x5a\xeb\x8c\x42\xbe\xa0\x74\x90\x2f\x66\ \xd7\xae\x7b\x66\x60\x78\x28\x08\xfc\x5c\x36\x2f\x15\x08\x01\x4a\ \x4b\x6e\x30\x2b\x62\x71\xc1\x85\x30\x10\x94\xe7\x15\x01\xf1\xd9\ \x17\x9e\x7d\xfe\x85\xf5\x33\xdb\x3b\x07\x87\x46\xba\xf7\xef\x67\ \x9c\x23\x81\xe3\x79\xc8\x60\xdc\xdf\xab\x70\x40\xca\x83\x1c\x0e\ \x50\x53\x54\xb4\xa0\x55\xa6\xce\xa6\x8c\xf6\xe3\x96\xea\xea\xea\ \xcb\x2f\xbf\xfc\xfa\xeb\xaf\x8f\xc7\xe3\xaf\xaa\xae\x8f\x2e\x8d\ \xab\x2e\x5a\x78\xff\x3f\x7f\xf5\x1f\xbf\xc3\x3a\xce\x3c\x63\xba\ \x09\xe0\x00\x80\x52\xd0\x32\x73\x5a\x7a\xdd\x4b\xbb\x8a\x17\x77\ \xda\x3a\x08\x02\xa9\x62\xcd\xcd\xd5\xd5\x7c\xd9\xc7\x3f\x7d\xed\ \xb8\x19\x5e\xd8\x51\x2d\x46\x5f\x7e\x69\x78\xd1\xca\x9a\x8d\x2f\ \x6f\xe4\xb5\xf3\xe3\x66\xcd\x9a\x1b\x3f\x79\xe6\x85\xeb\x6f\xfb\ \xcb\xaf\xff\xa6\x6d\xf1\xfb\xce\x68\x38\x79\x41\x5e\x71\x37\xc6\ \x27\x84\x85\xcd\x62\x08\x2c\x90\xb2\xe4\xb8\x8e\xeb\xa0\x81\x52\ \x29\xa1\x14\x69\x15\x04\x81\x52\xca\xb2\x23\xa9\x54\x75\x7f\xdf\ \x70\x4b\x4b\xcb\x9c\xf9\xf3\xd2\xf9\xac\x24\x6a\x69\x69\xe5\x96\ \x31\x92\xcf\xf6\x0e\x0f\x38\x4a\x02\x91\x30\x04\x63\x80\x84\x44\ \x04\xc4\x00\x81\x14\x11\x69\x04\x04\x4d\x35\xd5\x35\x2b\x96\xaf\ \x78\xfc\xc9\x47\x87\x86\x86\x63\x55\x91\x8d\x1b\x37\x55\x55\xc5\ \x3b\x66\x75\x04\x7e\x90\x49\xa7\x03\x49\xeb\xd6\x3d\xb3\x75\xcb\ \x36\xd7\x71\xa2\x76\x34\x91\x88\x77\xcc\x9a\xd1\xdc\xd2\xf2\xf8\ \x13\x4f\xbc\xf8\xd2\x86\x40\x81\xef\xcb\x10\xae\x41\x10\x08\xce\ \x01\x49\x6a\x79\x10\x62\xcb\xfa\xbc\x5c\xfa\x12\x56\xcb\x54\xf6\ \x45\x4c\x94\xcd\x4c\xa1\xf5\x38\xe5\x43\x1f\xfa\xd0\xa1\xb3\x53\ \xca\xe2\x79\xde\x61\xeb\x10\x10\xd1\xf7\xfd\x43\xd6\x63\xf3\x3b\ \xce\x99\xf6\x9e\x2f\x3c\xf8\x97\x3f\xfc\xab\x30\x88\xa7\xa4\xef\ \x3b\x4e\xfd\x9a\x2b\xde\xfe\xc2\xd7\xbf\x7e\xdb\x6d\x8d\x55\x6a\ \x77\x86\x9d\x69\x45\x4e\xbf\xf2\xa6\x67\xbe\xfa\x1f\x7f\xf1\x97\ \x2f\x25\x2c\x73\xf9\x3b\x6f\xb9\x72\xd5\x9c\xf7\x5c\x77\xee\x37\ \x7f\xf0\x37\xdb\xee\x8a\x66\x9d\xe8\xcd\x9f\xb9\xcc\xdb\xf5\xe4\ \x37\x7e\xf2\x7b\x97\x01\x35\x2e\x58\x30\xbd\xea\xa4\x36\xd7\x27\ \xa5\x91\x18\x42\x38\xd1\x84\x18\x02\x53\xa4\x3d\x3f\x70\x3c\x9f\ \x13\xf7\x84\x40\x16\x98\x4c\x32\x2e\x94\xd2\xb6\x10\xb6\x65\x0a\ \xc1\x03\xa5\x46\x46\x47\xea\x6b\x9b\xbd\xc0\x8f\x44\xa3\xcb\x66\ \x9c\x3a\x94\x1e\xdb\xbc\x6b\x1b\x0b\x74\x98\x72\xd7\x52\x83\x26\ \x04\x02\xc6\x98\x30\xc2\x16\x52\xa6\x21\x9f\x2f\x76\x77\x77\x9f\ \xb2\x74\x49\x47\x7b\x47\x3a\x33\xea\xfb\x3e\x22\x56\x55\x25\x22\ \xd1\x68\x36\x93\x61\xb9\x7c\x2e\x97\xf3\x03\x39\x34\x34\xf2\xd0\ \x43\x0f\xaa\x40\x02\x52\x34\x6a\x9d\x79\xf6\x99\xd1\x68\x1c\x19\ \x7b\xe2\xc9\x27\x91\x89\x6c\x26\x2f\x84\xc1\x18\x7a\xae\xaf\x71\ \x52\xd1\x4b\x65\xff\x49\xb9\x2a\xa6\x4c\x0b\x53\xd6\xea\x15\x15\ \xec\x53\x68\x3d\xde\x35\x74\x64\x84\x2f\x5e\x30\x6f\xed\x33\x2f\ \xfc\xf2\xae\x7b\x39\x3b\xcc\x70\x85\xc6\x86\xfa\xe9\xd3\x0e\x6e\ \x05\x69\x3f\xef\xc3\xbf\xf8\xf5\x8d\xf5\xd3\xc2\xc6\x15\xeb\x1d\ \x1f\xfd\xa2\xb4\x6b\x01\xcd\xab\x6f\xfd\x5f\xa7\xed\xe9\x1a\x73\ \x74\xa2\xa6\xa1\xb9\x91\x31\xb6\xe0\x33\x5f\xfa\xdf\x7b\xf6\xf6\ \xba\x64\x36\x4e\x6b\x02\x80\x59\xe7\xdc\xf8\xd7\x73\xce\xec\x19\ \x75\xeb\x66\xcc\x6a\xac\x32\xa4\xb3\xf8\x9a\xeb\x6a\xf2\x01\x6b\ \x9c\xd6\xde\x98\xb2\x4f\xea\x1b\x54\x0e\x8a\x10\x80\xd2\x3a\x1c\ \x7a\xa0\x01\x18\x81\x52\xda\xf7\x02\xd7\x0f\x0c\x00\x47\x04\x04\ \x2e\x32\xd3\xb0\x2c\xad\x95\xe7\x79\x85\x62\x61\x38\x3d\x26\xb5\ \x48\x67\x33\x89\xaa\x9a\xfa\x86\x06\xcb\x32\xba\xf6\x76\x0d\x0e\ \x0c\x2a\xa9\x04\xa0\x06\xe6\x05\x5e\x68\x30\x5b\x82\x23\x13\x8a\ \x10\x01\x19\x72\x20\x0d\x44\x3b\xb6\xed\xe8\xed\xe9\x89\xc6\xac\ \x68\x24\x3a\x9a\x2e\x11\x92\xeb\xfb\x21\xd3\x63\x32\x95\x2c\x16\ \x8a\x4f\xaf\x7b\x5a\x2a\x19\x89\x44\x7d\xe6\x29\x92\x99\x7c\xf1\ \x77\x0f\x3e\x32\xad\x75\x9a\x1f\xc8\x48\x24\x16\x48\x05\x61\x3b\ \xea\x81\xb1\x66\x07\x14\x78\x28\x21\x43\x63\x18\x48\x0f\x29\x9f\ \xa4\x94\x65\x84\x57\x68\xf2\x29\xa8\xbe\x21\x12\x8b\x45\x2f\x5a\ \x73\xce\x6b\x73\xcc\x45\xac\x75\x7a\xb9\x30\x8e\x25\xeb\xcb\xbb\ \x80\xd9\xda\x31\xb7\xb5\xf2\x4c\x3b\x35\x6b\x5e\xaa\xf2\xb5\xc9\ \xa6\x99\xc9\x89\x32\x79\x11\x49\xb5\xcf\x4d\xfd\x51\x5c\x25\x3a\ \x7c\xea\xe1\x84\x2d\x4a\x56\x4e\xa1\x31\x44\x21\x04\x86\x1a\x8f\ \x48\x69\x02\xc6\x1d\xdf\xf7\x7c\xe9\x2b\x55\xf2\x7c\xd7\x0b\x1c\ \xc7\xf1\x3c\xcf\xf7\x7d\x00\x0a\xa4\x0a\x02\x99\xc9\x65\x47\x46\ \x47\x7d\xad\x88\xb3\x4d\x9b\x36\xf7\xf5\x0e\x9c\xb2\x74\x59\x73\ \x6d\x23\x02\x04\xbe\x67\x71\x33\x62\xda\x96\x69\x0a\x61\x30\xc6\ \x39\xa2\x21\x0c\xd2\xda\xe0\xc2\x34\x2c\x21\x0c\x4d\x3a\x9f\xcb\ \x73\x14\x48\xa0\x11\xd3\x99\x4c\x36\x97\xd7\x80\x21\x37\x48\xbe\ \x50\x90\x52\x05\x4a\x4a\xad\x81\x0b\x33\x12\x45\x66\xf4\xf6\xf5\ \xe7\x0a\x45\xcf\xf3\xa5\x0c\xc2\xa6\x51\xad\x35\x32\x82\x70\x3c\ \xe2\x64\x05\xae\x27\x24\x54\xe3\x61\xfb\xca\x41\x61\xf6\xb0\xb3\ \x6d\x2a\xf0\x36\x25\x6f\x89\x20\x62\xb1\x50\x20\x22\xac\x38\xa2\ \xb5\xf6\x5d\xe7\x44\x2d\xc9\x49\x86\x16\x43\x00\xce\xc3\x51\x61\ \x04\x24\x65\x50\x72\xbc\x92\xeb\x9b\x1c\x11\x48\xa0\xe4\xcc\xf7\ \x7d\x2f\x08\x02\x02\xf0\x82\xc0\xb0\xac\x45\x8b\x17\xa7\xf3\xb9\ \x92\xe3\xe4\xb3\x05\x00\xb6\xe4\x94\x53\x8a\x4e\xa1\xa6\xa6\x76\ \x5f\x7f\x4f\xc4\xb0\x43\x6e\x46\xa5\x95\x61\x98\x84\x08\x4c\x20\ \x20\x0a\xe0\x0a\x7c\xcf\xe7\xc8\xa6\xb7\x4c\xd7\x24\x0b\xa5\xc4\ \x58\x66\x4c\x49\x47\x6a\x2d\x78\x00\xc8\xa4\xd2\x5a\x23\x01\x06\ \x52\x85\x83\x86\xb5\x06\x49\xa0\x89\x18\xb0\x20\xd0\x0a\x10\x34\ \x02\x00\x43\x1c\x1f\x5f\x08\xfa\x00\xbb\xf3\xc4\xce\x05\x13\xf5\ \x58\x65\x8a\xf5\x83\xe2\x6d\x15\x25\xee\x53\xeb\x6d\xc2\x90\x56\ \x1a\x80\x0e\x25\x72\x9a\x92\x37\x08\xe4\xae\xe7\xe6\xb2\x99\x64\ \x32\x85\x61\x32\x08\xa0\x50\xc8\x2b\xad\x4e\x94\xe2\x11\xe5\x45\ \x1f\x62\x9b\x73\xc1\x18\xd3\x00\xa4\x95\xd6\xe4\xf8\x41\xd1\x71\ \x2c\xc1\x19\x32\x93\x49\x81\x41\xe0\x07\x52\x4a\x19\xc8\x70\xbe\ \x70\x22\x99\xca\x17\x0a\x3d\x03\x7d\xb6\x88\xcc\x68\x6b\xe3\x5c\ \x0c\xf4\x0f\x2e\x5d\x74\x0a\x30\xd8\xb4\x75\x73\xe0\x2a\x60\x00\ \x88\xae\x17\x44\xa2\x51\x02\x10\x4c\xd8\xa6\x05\x52\x33\xc4\x44\ \x55\xc2\x32\xcd\x99\x1d\xb3\x8b\xa5\xfc\xb3\xcf\x3d\x57\x70\x8b\ \x86\x65\x72\xe6\x23\xe3\x5a\x93\x06\x52\x4a\x23\x00\x10\x30\x40\ \xcd\x40\x23\x68\x42\xa5\x14\xe3\x42\x6a\x8d\x7a\xa2\x54\x8f\x28\ \xcc\x0b\x1c\xd6\xda\x09\xf7\xc5\xb2\xa1\x0e\x15\x5d\x68\x93\x9b\ \x58\xa6\x50\x0e\x00\xb0\x6d\xc7\xae\x57\x36\x6d\x55\x4a\x47\x2c\ \xeb\xd2\x8b\xcf\xb3\xad\xa3\x55\x8f\xfa\xa5\x5c\x49\x9b\xa9\xf8\ \xb8\xc7\xab\x7c\xc7\x95\x2c\x7a\xbc\x64\xe9\x27\xeb\x96\x2a\xdb\ \xdb\x67\x11\xd1\xe8\xe8\x88\x69\x5a\x9c\x73\xa5\x54\x55\x22\x11\ \x8b\xc6\x7a\x7b\xf7\x9f\x48\x90\x8f\xff\x56\x1a\x88\x34\xd3\x44\ \x48\x04\x8c\x33\x22\xf2\xfd\xc0\x97\xd2\x52\x42\x69\xad\xb4\x92\ \x52\x06\xe3\x30\x97\x1a\x74\x20\x83\x5c\x36\x67\xd9\xdd\xa6\xb0\ \xa0\x51\x45\x23\xd1\x44\x55\x32\x95\x4a\x11\xc3\xed\x3b\x77\x0a\ \x24\x37\x08\x10\x21\x5e\x15\x77\x3d\x5f\x03\x28\xd2\xa8\x00\x7c\ \xf2\x34\xed\xd9\xb3\x57\x91\xb2\x2c\x33\x5f\xc8\x00\x02\x32\xf4\ \x65\xc0\x3c\xc6\x39\x07\xa2\x90\x76\x19\xc2\xca\x1c\xc6\xb4\x46\ \x42\x24\x00\x25\x95\x69\xd1\xc4\xe0\x93\xb0\xd9\x5c\x6b\x25\x91\ \x4d\xe2\x4e\x0f\x55\xb7\x10\x22\x7c\x10\xc6\xdb\xca\xf3\x92\xcb\ \x21\x77\x1c\xa7\xb8\x83\x43\xb7\x89\x93\x53\x5e\xd9\xb0\xf5\xdd\ \xd7\x5e\x86\x80\x9b\xb6\x6c\xbb\xf7\x81\x87\xab\x93\x49\x3d\x71\ \x65\xb4\xd2\xed\xed\x33\x66\xcf\x3a\x40\xc6\xfa\xd2\x6f\xbf\xbb\ \x96\xce\xfe\xec\x75\x73\x1e\xf8\xc5\x83\x33\xce\xbd\x3c\xd9\x75\ \xe7\x4f\x37\x36\xde\xfa\xc1\x35\xe6\xd4\x75\x3c\x76\x87\x9c\xc0\ \xb2\x23\x6d\x33\x3b\x46\x86\x07\x0b\xf9\x3c\xe3\xac\xaa\x2a\x91\ \xaa\xae\x19\x1a\xe8\x3f\x61\x81\xb7\x4a\xbd\x87\x08\x5a\x13\x80\ \x42\x60\x08\xc8\x85\x09\xa0\x03\xa5\x65\xa0\x02\x53\x29\xa5\xb5\ \x52\x81\x94\x41\xe0\x07\x81\xef\xba\xbe\x65\xc7\x94\x56\x25\xd7\ \xed\xda\xdb\x75\xca\xa2\xa5\x7e\x20\x47\x87\xbb\x33\xb9\xec\x9c\ \xb9\x73\x96\x2d\x5d\x9a\x48\x26\x5c\xe9\xa7\xf3\x99\x27\x9e\x7c\ \xb2\xab\x67\x6f\x24\x1a\x0f\xb1\xea\x78\x52\xb9\x8a\x01\xb5\x34\ \xd6\x9f\x7a\xca\xd2\x92\x93\x0f\x82\x20\x1c\x4c\xad\x90\x10\xc6\ \x3b\xc3\x94\x52\x44\x9a\x94\xd2\x5a\x73\xc6\x14\x82\x04\x04\x44\ \x52\x8a\x80\x01\x32\xa5\x27\xd1\x80\x86\xb3\x88\x69\xb2\x1c\x14\ \x87\x2b\xcf\x5a\x84\x49\x74\xeb\x61\x91\xdc\xc9\xb2\xaa\x7c\xdf\ \xdf\xb1\x63\xc7\x91\x38\x9b\x5c\xdf\x5b\xff\xd2\x46\xd3\x10\x5a\ \x53\x75\x2a\x29\xa5\x2c\xd7\x02\x06\x52\x3e\xb5\xee\xf9\x4a\x90\ \x17\x32\xa3\x19\xee\x01\x90\xef\xbb\x1a\xa0\x98\xee\xeb\x1d\x4e\ \x4c\x21\xfc\xb5\x4a\xe8\x66\xd6\xd4\xd6\xd5\xd5\x37\x10\x81\xd6\ \xea\xc4\x36\x3f\x0b\xa8\x28\x57\x60\x88\x80\x48\xc4\xc6\xb3\x4e\ \xa4\x91\x71\xad\xb4\xaf\x02\xad\x4d\x3f\x90\x96\xe0\x5a\x93\x52\ \xe0\xb9\xca\x60\xa2\xa6\xba\xb6\x54\x2c\x29\x25\x7b\x7a\x07\x6a\ \xeb\xea\xdd\x58\x69\xef\xae\xae\x9a\xda\x1a\xc3\x30\x06\x7a\xfb\ \x6b\x12\xd5\x75\x0d\xf5\xcd\xcd\x8d\xcb\xe7\x9f\x72\xf7\x6f\xee\ \xd9\xb6\x6b\x9b\x1b\x14\x02\xcf\xad\x8d\xc5\x97\x2f\x9d\xdf\xd9\ \x36\xb3\xbe\xbe\xbe\xb1\x39\xc1\xa2\x8d\xbb\x7a\xec\xcd\x5b\x5e\ \x1e\x18\x1d\xd6\x00\x4a\x7b\x24\x38\x72\x06\x21\xa7\x3a\x11\x01\ \x6a\x60\x00\x04\x4a\x72\x61\x48\xd2\x82\x31\xd2\x5a\x06\x81\x06\ \x82\x90\xb0\x0a\x99\xae\xc0\x73\x65\x92\xac\xd2\x1f\xa9\x1c\x72\ \x58\x99\x5a\x83\xa3\xb6\x52\xfd\x89\x89\xeb\xba\xb7\xdd\x76\xdb\ \x9a\x35\x6b\xae\xbb\xee\xba\xc6\xc6\xc6\x83\x15\x8b\xd6\x9e\x37\ \x9e\x13\x39\xa8\x0f\x54\x4a\x39\x3c\x32\x36\x29\x88\xc3\x39\xe7\ \x08\x60\xa6\x6a\xaa\x6d\xce\x98\x19\x29\xec\x59\xf7\xcd\x6f\x76\ \x29\xb3\xe1\x92\xab\xaf\x9a\x53\x3b\x85\xf7\xd7\xb6\xf9\x86\x25\ \x5b\x21\x91\xf1\x09\x7c\x67\x51\x76\x5c\x01\x80\x34\x01\xc3\x70\ \xe7\x0e\x9d\xd4\x71\x12\x09\x9a\x60\x52\x06\x00\x22\xad\x20\xf0\ \xa4\xc9\x2d\x1e\x33\x02\x5f\x15\x0a\x85\x6c\x21\xfb\xdc\xfa\xe7\ \x5b\x6b\x9b\x0a\x99\x7c\xfb\xec\xf6\xf5\xeb\x5f\xa8\xa9\xad\x99\ \x39\x63\xa6\x20\x1c\xec\xe9\x6f\x6b\x9e\xf6\x8f\x5f\xf9\xbb\x5c\ \x71\xac\xe8\x8e\x3c\xf3\xc4\x63\x4d\x89\x78\x4b\xa2\x6a\xb8\xa7\ \x3b\x15\xa5\x84\xa5\xf7\xf6\xef\xf5\x72\xd9\xc6\xfa\x5a\x66\xb0\ \xda\x86\xfa\xa1\xa1\xe1\xbd\x7b\xf7\x6a\x86\x5c\x18\x1a\x00\x00\ \x35\x80\x56\x2a\xac\xd2\x01\xad\x40\x03\xe7\x0c\x27\x58\x19\x35\ \x11\x01\x12\x63\x38\x99\x13\x02\x2a\x46\xb5\x94\x5b\xc7\x2b\xab\ \x62\x2a\x1b\xcb\x4f\xb6\xf5\x14\x8f\xc7\xb7\x6d\xdb\xf6\x85\x2f\ \x7c\xe1\x92\x4b\x2e\xb9\xe2\x8a\x2b\x2a\x97\x54\x55\x2c\x76\xd6\ \xe9\x2b\x8f\xf4\xc2\x9e\xbe\xc1\x43\x23\x47\x00\xc5\xc7\xee\xbd\ \x67\xe5\xec\xf3\x16\x1b\xcc\x71\x82\xa6\xce\xf9\xee\xd6\x87\xbf\ \xfa\x4f\x43\xb7\x7d\xf9\xcf\x67\xd8\x53\xee\xf9\xb1\xe1\xd0\x10\ \xf7\xfc\xe6\xf7\xcf\x3c\xf3\x0c\x22\x5e\x78\xe1\x85\x27\x96\xdc\ \x5a\x4c\xb2\x0a\x88\x48\x13\xa2\x0e\x5b\x2f\xc3\xee\x2d\x86\x6c\ \x9c\xd2\x1a\x41\x13\x29\xad\xa5\x94\x5a\x6b\xc3\xb2\x48\x93\xef\ \xcb\x4c\x36\x9b\xcd\xe6\xf2\xb9\x42\x6e\x6c\x6c\x56\x5b\xc7\xae\ \xae\x5d\xc9\x64\xb2\xa6\xbe\x7a\x34\x3b\x92\x2f\x65\x85\x10\xdd\ \x7d\xdd\x3b\xf7\xec\x48\x24\x62\xbe\x97\x71\x8b\xa5\x69\x73\xe7\ \xd6\x46\x6c\x16\x48\xad\xf5\xe8\xf0\xa8\x21\xcc\x9e\xfd\xdd\x26\ \x37\x96\x2f\x5f\x3e\x7d\xe6\x8c\x4d\x9b\xb7\xf4\x0f\x0d\x86\xb5\ \x31\x40\x5a\x06\x4a\x92\x66\x8c\x71\xc6\xb5\xd6\x52\xe9\x68\xc4\ \x36\x0c\xc3\xf7\x7d\x3a\x44\x60\x72\x31\x4c\x39\x85\x16\x1e\xe1\ \x9c\x87\x83\x1c\xca\x1e\xfb\x41\xae\xca\x49\x62\xb1\x87\xa3\xa9\ \x22\x91\xc8\xe0\xe0\x60\x6f\x6f\xef\x41\x7b\x9c\x26\x0a\xa4\x34\ \x0e\x57\xdf\x12\xc6\x35\x0e\x1b\x21\xb6\xa3\x51\x83\xa1\x0a\x82\ \x96\x25\x6f\xbb\xe6\xe2\x0b\xe0\xa2\x85\xbb\x3f\xf1\xa5\xf5\xdb\ \xd3\x33\x4e\xa9\x99\x02\xf0\x31\x5a\xec\xe7\x9c\x73\xce\xfe\xee\ \xee\x54\x32\x79\xfa\x69\xa7\x29\xa9\x4e\xbc\x26\x3f\x4a\x7c\xbf\ \x6c\xd6\x02\x80\x26\xad\xb4\x06\x20\xc3\x34\x22\x91\x48\x21\x9d\ \xf5\x7d\xe9\x7a\xae\x61\x1a\x08\xac\xe8\x15\x77\xed\xdb\x1d\x19\ \xea\x6d\x6a\x6c\xde\xbc\x6d\x53\xc4\xb6\xeb\xeb\xea\xb3\x99\x8c\ \xe3\x38\xc9\x44\x52\x06\xae\x81\xca\x42\x0d\xae\xcb\x3d\xd7\x2b\ \xe4\x07\x06\x87\x1c\xa9\xec\x9a\x9a\x12\x41\xce\x0d\xd2\x5b\xb7\ \xed\xef\xef\xf3\x7c\x7f\xce\xec\xd9\x1a\x50\x2b\x1d\x48\x35\x96\ \xc9\x16\x8b\x45\x02\xe4\x82\x01\x29\x00\x98\x31\x63\x46\x24\x12\ \xe9\xea\xea\xaa\xcc\x87\x1d\x96\x28\xa2\x0c\xe6\x10\xf0\x87\x22\ \xbc\xf2\xf7\xc9\x23\x88\x38\x3c\x3c\x3c\x63\xc6\x8c\xaf\x7c\xe5\ \x2b\x47\x61\x53\x3e\xc6\xfd\x82\x31\x71\xd0\x11\x02\x40\x14\x82\ \xa3\xd2\x53\x09\x8b\x57\x17\xc6\x50\x4a\x5f\x29\x95\x4c\x24\x3e\ \x70\xcb\x2d\x9c\x73\xc3\x30\xb4\x56\x27\x32\x85\x56\xa9\xc9\xd9\ \xf8\x1c\x8a\x09\xfe\xdc\x71\x6f\x17\x19\xb2\xf0\x81\x06\x52\x5a\ \x05\x5a\x13\x00\x17\x5c\x29\x39\x3a\x36\xe6\xb8\x6e\x55\x55\x95\ \xeb\xf9\x9a\xfc\x00\xfc\x52\xbe\x34\x92\x1d\xd5\x52\xda\x86\xd5\ \xd3\xdf\xdd\xd2\xda\x52\xdb\x50\xc3\x85\xa8\x89\xa6\x04\x6a\x72\ \xdd\xe1\x42\xa1\xca\x10\x68\x47\x6a\xa6\x4f\x93\xc0\x8a\x4a\x3b\ \xe9\xcc\x50\x7a\x4c\x44\xad\xc1\xb1\x11\x64\x4c\x18\x16\x11\x99\ \x96\x85\xc8\x4d\xd3\x46\xc6\x00\x30\xcc\xa9\x19\x06\x8f\x46\xa3\ \x6a\x62\xa4\x59\x19\xe1\xe5\xc8\xf9\xa1\x8a\x3d\x04\x79\xe5\xdc\ \xd2\x83\x9e\xad\x30\x3b\x4f\x8a\x45\x69\x9a\xe6\x67\x3f\xfb\xd9\ \x35\x6b\xd6\x1c\xb6\x03\x54\x29\x65\x1c\xa1\x4c\x35\xcc\xee\x54\ \x1e\x89\x18\xd0\xbd\x73\x73\xa6\x34\x5d\xf9\x9e\xd4\x84\xa0\xc7\ \x7a\x76\xbd\xb2\x6d\x6b\xdf\xda\x5f\xec\x12\xb3\x6f\x98\x53\x3d\ \x85\xe1\x57\x95\x44\x32\xd5\xd3\xdd\xed\xbb\xae\x69\x59\x13\xac\ \x1b\xe8\x79\x8e\x5b\x72\x2c\x3b\x72\x42\x42\x45\xe2\xa0\x3d\x1e\ \x60\x82\xc9\x11\x21\xc4\xf6\x01\xe4\x00\xd0\x04\x6d\xba\x94\x52\ \x6a\x55\x28\x95\x86\x87\x87\x09\x98\x15\x89\x38\x9e\xa7\x00\x08\ \x54\x32\x95\x64\x82\x27\xe2\x71\xd0\x64\x59\x16\x33\x78\x31\x70\ \x2c\x34\x4b\xd9\x12\x63\x68\x20\xeb\x1d\xc9\x44\x04\xb7\x04\x47\ \x84\x74\xae\x50\x92\x2a\x5b\x2c\x0d\xa7\xd3\x11\x27\xc2\x39\x47\ \x04\xc7\xcb\x44\x6c\x9b\x09\xc3\xf7\x95\x30\x0c\x0a\xa7\x9d\x90\ \xb6\x4c\x51\xf4\xdd\x9e\x9e\x9e\xf2\x9c\xa3\xc3\xaa\xf1\x49\x5a\ \xe5\x90\x28\x65\x39\x9d\x76\x90\xce\x3f\x79\xc4\xb6\xed\x0b\x2f\ \xbc\xf0\x48\xcf\x56\x57\x27\xd7\xbf\xb4\xe1\xb0\x81\x1f\x3f\x08\ \x92\x89\x49\x9d\x1e\xa7\x5e\x78\xc5\xf3\x63\xcf\xee\xe9\x0f\x16\ \x2d\x5f\xd6\x10\x15\xf5\x73\xce\x5e\xd6\xf8\xdb\x5f\xfe\xf8\x27\ \x91\xea\xb6\x4f\x7f\xee\x86\xf6\xd8\xd4\xc8\xf7\x57\x97\xaa\x44\ \x32\x99\x4c\x6e\xdf\xb6\xa5\x73\xf6\x1c\x3b\x1a\x43\x80\x62\xb1\ \x38\xd0\xdb\x9d\x48\xa5\x54\x56\x9d\x78\x90\x2b\xa5\x26\xea\xca\ \x89\x0b\xce\x38\x0b\xe3\x55\xe1\xec\x11\x29\xa5\x29\x04\x00\x70\ \x43\x98\xb6\xc5\x18\x1b\x19\x19\x71\x03\x3f\x56\x95\x52\x4a\x29\ \xd2\x84\xc4\x0d\xc3\x8a\xda\xa9\x64\x4a\x29\x55\x2a\x16\xf3\xe9\ \x62\x55\x3c\x1e\xfa\xf4\xc4\x20\x20\x72\x4b\x45\x03\x31\x16\xb1\ \x4d\x21\x4a\x8e\x53\x2c\x39\x85\x92\xe3\x4a\x5f\x22\x80\x1f\x98\ \x02\x7c\xdf\x33\x0c\x03\xb8\x70\x1c\x5f\x69\x4d\x08\x44\x0c\x19\ \x33\x0c\xae\xb4\xe4\x5c\x98\xa6\x19\x76\x2f\x1d\x84\xcf\x4a\x9f\ \xbc\x12\xde\xe5\x81\x8a\xe5\x29\x68\xe5\x1e\x95\xca\xcc\x42\x79\ \x3a\xda\x1f\x8d\x17\xa7\x94\x94\xc1\xf1\x19\xec\xe1\x05\x3b\xec\ \x73\x67\x9d\xbe\x62\xd3\x96\xed\xae\xeb\x1d\x74\x31\x88\x80\x71\ \x3c\xeb\xf4\xe5\x95\x1f\x2a\x9a\x97\x7f\xf2\x33\xcb\x41\xeb\x53\ \x67\x7d\x08\xb4\x54\xb0\xe2\x13\xb7\xad\x28\x87\xe9\x8f\xf7\xeb\ \x9d\x5c\x22\x03\xd9\xdc\xda\x3a\x34\x30\xb0\x63\xdb\x66\xc6\x05\ \xe7\x9c\x00\xaa\xab\x6b\xe2\x55\x89\x91\x91\xe1\x37\xc4\x27\x27\ \x3d\xbe\x06\x48\x6b\x14\xdc\x10\x46\x10\x48\x25\x90\xd9\x56\x08\ \x0f\x26\xb4\xd2\x5a\x2a\xed\xfb\x81\xe7\xfb\x42\x08\x60\x38\x3e\ \xf2\x8a\x01\x72\x06\x88\x8e\xe7\xba\x25\x27\x9f\x2f\x08\xce\x5c\ \xcf\x93\x52\x2a\xa5\x81\xb3\x9c\x53\x42\xa0\x58\x2c\x1a\xb8\x9e\ \xe3\x66\x8a\xc5\xa2\x69\x98\x3e\x69\x57\x2a\x44\xe1\x78\xae\x53\ \x2c\xc5\xab\xaa\x84\x69\x97\x8a\x8e\xd2\x9a\x0b\x41\x84\xc8\x90\ \x33\x06\x08\xa0\x89\x31\x5e\xb6\xd5\x8f\xae\x87\xc3\xa7\x84\x10\ \x61\x8f\x0a\x00\x04\x41\x50\xc9\x00\x77\x90\x2b\xfe\xc7\xa5\xd2\ \x11\xd1\x30\xcc\x1d\x5b\x37\x23\x3b\xc1\xda\x92\x31\xd6\x58\x13\ \x3f\x3c\x4d\x0e\x41\x5f\xcf\xbe\x37\x3b\x84\x41\x80\x88\x15\xd3\ \x6f\x30\x64\xf9\xf9\x93\x21\xe5\x2b\x77\x43\x5b\x76\x24\x90\x81\ \xd6\xda\x30\x0c\xa7\x54\x2a\x14\xf2\x86\x61\xb0\x13\x71\x7f\xc5\ \x21\xab\xa7\x7c\x39\x51\x6b\x4d\x40\x08\xa8\x49\xfb\xbe\x8f\x1c\ \xc1\xb6\xa5\xd6\x32\x08\x5c\xcf\x2d\xb9\x0e\x01\x71\x2e\x48\x93\ \x04\x25\x84\xa9\x9c\x82\x53\xf2\x48\x65\x19\x62\xe0\xfb\x4a\xaa\ \x68\xc4\xce\xe5\x8a\xa8\xc9\xf7\x7d\x34\xb8\xef\x79\x76\x2c\xe2\ \x94\xbc\xac\x5f\x90\x52\x22\xa2\xd2\x12\x11\x18\x72\xe5\xfb\x0c\ \x19\x00\x2a\xa5\x0b\x85\x42\xa0\xb4\x6d\x45\x10\x05\x32\xc6\xb8\ \x40\xce\x11\x34\x30\x16\x89\xd8\x9c\x8b\x10\xae\x07\x05\xde\x0e\ \xd2\xe4\x15\x74\xcb\xe3\xf6\x79\xd8\x9a\xf2\xa7\xc1\xb1\x4e\x44\ \xad\xd3\xdb\x4e\x86\x20\x02\x22\x73\x9c\x52\x98\x40\x66\x88\x9a\ \x34\x00\xda\x91\x88\x56\xea\x4f\xe9\xaf\x84\x71\xca\xe0\xf1\xc0\ \xd0\x04\xb9\x38\xa8\x13\xf1\x67\x1e\xec\x93\x23\x1b\x47\x39\x32\ \x34\x4d\xd3\xf7\x7c\x54\x00\x1a\x05\x90\x11\x31\x4b\x9e\x6b\x21\ \x68\xd2\x00\x24\x83\x20\x9b\xcf\x33\x6e\x46\x2c\x9b\x31\x46\x00\ \x0c\x05\x29\xed\x3a\x21\x13\x00\x71\x14\x9c\x5b\xa6\x61\x24\xe2\ \x55\x3d\xdd\xdd\xa5\x52\x81\x50\x6b\xc6\xa5\x26\x29\x95\x30\x0d\ \x46\xcc\xf7\x7c\x86\x24\x18\x22\xa1\x54\x92\x33\xee\xf9\xbe\xd2\ \x1a\x19\x23\xa0\xd0\xce\x2e\x97\x95\x1b\x86\x61\x59\xd6\x78\x40\ \xe0\xa8\x1c\x8c\xe5\xd2\x97\x4a\xe3\x3c\x6c\x59\x9b\x1c\x80\x38\ \xf0\x8a\x3f\x3a\xc5\xa0\xb5\x82\x93\x40\x18\x03\xcf\x75\x85\x61\ \x10\x69\x8e\x4c\x6a\x85\xc8\x2c\xdb\x3e\x09\xab\x1b\x4e\x0c\xc8\ \x19\x63\xc8\x58\xd8\xb1\xc9\x10\x03\x29\x5b\x1a\xea\x57\x2d\x5f\ \xaa\xa5\xbb\x73\xdb\x36\x27\xf0\x98\x89\x4c\xa1\x2b\x75\xc9\x0f\ \x1c\xdf\x57\x52\x1b\x16\x8f\xd8\xb6\x06\x74\x0b\x05\xad\x35\x22\ \x0b\x1b\x5d\x10\x50\x91\x2a\x96\x4a\x81\x30\xea\x6a\xeb\xb8\x69\ \xf2\xc0\x03\xa0\xc0\xf1\x80\x71\x43\x08\x04\x54\x52\x1a\xc8\x40\ \x49\x41\x58\x15\x89\xd7\xb5\x34\x7a\x41\xd0\xdf\xdf\x8f\x8c\x73\ \xce\x95\x56\x1a\x34\x6a\x4d\x48\x5a\x2b\xe4\xcc\x8c\x5a\x40\xe0\ \xba\x6e\x25\xa3\xc8\xa1\x9a\xbc\xf2\xa9\x10\xe4\xe5\x9c\x79\x05\ \x43\x06\x1e\x62\xae\x4f\x2d\x86\x3f\x5c\xdf\x64\x22\x24\x3c\x29\ \xa1\x3b\x25\xc7\x28\xff\x7f\x00\xee\x33\xf0\xff\x45\xf2\xc8\x81\ \x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ \x00\x01\xc1\x74\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\x89\x00\x00\x01\xd6\x08\x02\x00\x00\x00\x0d\x67\xe2\xc8\ \x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\xec\xbd\x77\x9c\x56\xc5\ \xbd\x3f\xfe\x99\x72\xca\x53\xb7\xf7\x06\xec\xb2\x0b\x2c\x5d\xa4\ \x8a\x8a\x0d\x3b\x51\x63\xef\x31\x31\xb6\x98\x6e\x6e\x6e\x92\xdf\ \x37\xf7\x26\xb9\x37\x3d\x37\x45\x8d\xbd\x17\xc4\x86\x82\xa0\x28\ \x28\x58\x90\x0e\x4b\xdd\xca\xf6\x5d\xb6\xef\x3e\xe5\x94\x99\xf9\ \xfc\xfe\x78\x16\x5c\x8a\x80\xb9\xe1\xba\xc6\xf3\x7e\xf1\xe2\xb5\ \xfb\xec\x39\x73\xe6\x99\x33\xf3\x9e\x4f\x9b\xcf\x87\x5c\x7f\xed\ \x25\xe0\xc1\x83\x07\x0f\x9f\x37\x10\xd1\x30\xcc\x31\x63\xca\x2f\ \xbb\xfc\xea\x91\x23\x8b\xd9\xc4\x09\x63\xbd\x41\xf1\xe0\xc1\xc3\ \x30\x00\x91\x52\xd6\xd7\xd7\x6d\xdc\xb8\x6e\xc2\x84\xc9\xdc\x75\ \x85\x37\x24\x1e\x3c\x78\x18\x26\xf4\xc4\xb9\xd6\xb9\x6f\xdf\xa2\ \x85\xcf\x70\x44\xf4\xc6\xc3\x83\x07\x0f\xc3\x46\xb1\x03\xae\xe9\ \xdb\xb7\x6f\xf5\xb8\xc9\x83\x07\x0f\xc3\x0e\x91\x48\x94\x2b\xa5\ \xbc\x81\xf0\xe0\xc1\xc3\x70\x03\xf7\xc4\x26\x0f\x1e\x3c\x0c\x3f\ \xd5\x0e\x3c\xb9\xc9\x83\x07\x0f\xc3\x90\x9b\xd0\xb3\x37\x79\xf0\ \xe0\x61\x58\x72\x93\x27\x37\x79\xf0\xe0\x61\x78\xca\x4d\xde\x38\ \x78\xf0\xe0\x61\xb8\x71\x93\x67\x6f\xf2\xe0\xc1\xc3\x30\xd5\xe9\ \x3c\xc1\xc9\x83\x07\x0f\xc3\x91\x9b\x3c\xb9\xc9\x83\x07\x0f\xc3\ \x90\x9b\x3c\xb1\xc9\x83\x07\x0f\xc3\x8f\x9b\x3c\x7b\x93\x07\x0f\ \x1e\x3c\x9d\xce\x83\x07\x0f\x1e\x8e\x97\x9b\xfa\xfb\xfb\xbd\x81\ \xf0\xe0\xc1\xc3\x70\xe3\x26\xf2\xd0\x83\x7f\xf7\x06\xc2\x83\x07\ \x0f\xc3\x8e\x9b\x50\x49\x6f\x20\x3c\x78\xf0\x30\xdc\xc0\x07\x06\ \x06\xbc\x51\xf0\xe0\xc1\xc3\xb0\xe3\x26\x6f\x08\x3c\x7c\xfa\xec\ \xd0\x08\x37\x80\x00\x00\xf1\x06\xe3\xcb\xac\x60\x01\x22\x28\x85\ \xd2\x05\xf9\x7f\x97\xc2\xdb\xe3\x26\x0f\x87\x81\x71\xa0\x1c\x94\ \x50\x75\x15\xb2\xb6\x02\xed\x98\xa7\xf8\x7f\x99\x41\x28\x03\x5f\ \x80\x86\x33\x68\xe1\x18\x9a\x91\x0f\x84\x82\x14\x70\xe2\xa7\x84\ \xc7\x4d\x1e\x0e\x99\x11\x3a\xc6\x07\xc4\xe6\xb7\xe5\x86\xb7\xa0\ \x77\x1f\xb5\x22\x44\x49\x0a\x5e\x84\xee\x97\x58\x6a\x22\x04\x28\ \x53\xdc\x90\xfe\x10\xa6\x15\xf0\x19\x17\xf0\xb2\x93\x40\xf7\x83\ \x70\x4e\x2c\x27\xf6\xf7\xf5\x7a\xa3\xef\x61\x10\x86\x0f\x5b\x6b\ \x9d\x57\xfe\x02\xb5\x5b\xb9\x61\x10\x4a\x81\x52\x4f\xa1\xf3\x00\ \x00\x80\x0a\x10\x51\x4a\x81\x00\x65\xd3\xf9\xd9\x37\xf2\xbc\x12\ \xb4\xe3\x1e\x37\x79\x38\xf1\xd0\x4d\xb5\xfd\x7d\x67\xc9\xdf\x79\ \x5f\x3b\x33\x7c\x9e\xa4\xe4\xe1\xc8\x94\x81\xa8\x5c\xdb\x4d\xc9\ \xe1\xe7\x7d\x83\x97\xcf\x01\xd7\x3e\x41\x0f\xa2\xde\x58\x7b\x18\ \x24\xa6\xba\x0a\xeb\x85\xdf\xf1\x81\x4e\xea\x11\x93\x87\xa3\xaa\ \x78\x44\x37\xb5\xde\x36\xe7\xe5\x3f\xa9\xae\x16\xd0\x0c\x8f\x9b\ \x3c\x9c\x30\x30\x0e\x7d\xfb\xdc\xd7\xef\x33\x44\x9c\x69\xba\x37\ \x1e\x1e\x8e\x4d\x1c\x9a\x61\xc4\xfb\x9d\xd7\xee\x05\x2b\x06\x94\ \x79\xdc\xe4\xe1\x04\x4d\x34\x6a\xbf\xf1\x08\x6b\xae\x24\xba\xe9\ \x49\x4c\x1e\x8e\x4b\x7a\x02\x20\x86\x8f\x57\xae\x73\x96\xfe\xfd\ \x04\x71\x93\xe7\xa7\xfb\xd2\x83\xeb\xb2\x66\x1b\xec\x5e\x4b\x4d\ \xdf\xe7\x31\xc7\x11\x80\x7c\x36\x6b\x3b\x22\x10\x72\xa2\x3a\x43\ \x3e\x3f\xc3\xff\x09\x7d\xfa\x89\x69\x9c\xea\x86\xdc\xf1\xa1\x3c\ \xe9\x1c\x56\x34\x0e\x84\x7b\xd8\x96\x47\x4d\xd3\x24\xc7\x7a\x2e\ \x22\x5a\x96\x75\x78\xd2\x01\x8f\x9b\x3c\x6e\xd2\xc4\xae\x0f\x99\ \x35\x00\xbe\xe0\xe7\xf1\x78\xf2\xd9\xdd\x80\x08\x48\x4e\x8c\xf3\ \x10\x8f\xe1\x94\x44\x05\x08\x40\x4f\x90\xb6\x81\xff\x1c\x97\x28\ \x4a\x70\x1c\xd0\x4c\xa0\x64\x48\xcb\x27\x48\xe2\x66\x3c\xde\x2b\ \x2a\x56\xb3\xe2\xc9\x87\x70\x13\x63\xac\xa3\xa3\x63\xc5\xdb\x6f\ \xc7\xe3\x71\xfa\xe9\x23\x26\xa5\x0c\x87\xc2\x67\x9f\x73\x76\x4a\ \x72\xb2\x94\xd2\xe3\x26\x0f\x07\x66\x10\xc7\xbe\x0e\x6c\xaa\x24\ \x5c\x3b\xde\xf5\xe3\xc4\x50\x22\x10\x00\xc2\x80\xeb\x84\xb1\x7f\ \x7c\x29\xba\xc0\xe7\xde\xc8\xc5\xda\xf8\x47\x3b\x89\x76\x3c\x53\ \x11\xd1\x45\x3e\xf5\x32\xce\x76\xdb\x1b\xb7\x01\x1b\xd2\x67\x37\ \x8e\x92\x10\xd3\x07\x20\xd1\xb1\x40\x49\x00\x4e\x74\x13\x18\x05\ \x95\xf8\x44\x01\x37\x88\xa6\x1d\xa0\x44\xb4\x63\x20\x15\x10\x02\ \x40\x89\xc6\x81\xa6\xea\x67\x5c\x82\x3b\x5f\x74\x5a\xa2\x84\x91\ \x4f\xb3\xb2\x10\x4e\xd1\x75\xff\xd9\xa4\xa4\x10\xfd\xfa\x9c\x2b\ \x49\xdb\x5b\x4e\x55\x23\x70\x3e\x38\x3e\xd2\x45\x21\x88\xee\x07\ \x02\x00\x88\x76\x14\x14\x00\x01\xe0\x06\xe1\x09\xb3\xa0\x40\xcb\ \x02\xcd\x3f\xd8\x61\x94\x68\xc5\x49\x30\x97\x97\x8e\x50\x8d\x3b\ \x54\x4c\x00\x25\xa0\x04\x49\x9d\x6c\x4c\x2b\x76\xde\x7b\x49\xd9\ \x6c\x08\x61\xfd\xf3\xa6\x50\x6b\x2d\xf6\x75\x10\x7f\x08\x86\x90\ \x8b\xae\xeb\x55\x55\xd5\x7f\xf8\xc3\x1f\x63\xb1\x18\xfb\xf4\x49\ \xe2\xba\x6e\x6a\x6a\x6a\xd9\x98\xb2\xac\x8c\x8c\xb8\xc7\x4d\x1e\ \x86\xee\x7b\xd8\xd7\x49\x3a\x1a\x09\xd3\x8e\x67\x09\x01\x98\x7c\ \xee\xad\x7a\x69\x16\x08\x17\xfb\x9b\xdc\xcd\xcb\x44\x7d\x3b\x68\ \x1a\x00\x82\x63\xa1\x92\xc0\x74\xa2\x19\x20\x2c\x54\x94\x18\x3a\ \x08\x1b\x25\x10\xdd\x00\xe5\xa0\x50\x84\x33\x74\x6d\x40\x05\x84\ \x13\xdd\x40\x45\x69\xfe\x68\x3a\xb0\x83\x20\x02\x4a\x74\x6c\x40\ \x05\xdc\x24\x5c\x03\x50\x83\x24\x48\x35\xa2\x1b\x40\x08\xa0\x00\ \x27\x86\x71\x42\x73\xca\x39\xef\xb4\xd7\xcb\xfd\xdc\x84\x68\xbb\ \x6c\xf2\x75\xe6\x18\x61\x2d\x59\xa4\xb0\xc0\x98\xb7\x80\xe7\xe7\ \x62\xf7\x0e\x67\xf5\xab\xb2\x27\x0a\x46\x96\x71\xd6\xb5\x5a\x7e\ \x58\x6c\x5d\x6c\x6f\xdc\x0c\x4c\x07\x50\xe0\x6a\xda\xa9\xb7\xeb\ \xa3\x8b\x40\x08\x1c\xd8\xeb\xae\x7d\xc5\x6d\x35\xf9\xa8\x29\xb2\ \xfa\x59\x8c\x47\xc0\xf0\x0d\x72\x25\x0a\x70\x2c\x44\x42\x34\x13\ \x94\x4b\x27\x5c\x65\x8c\xe8\x8f\xbf\xf8\x22\xea\x61\x62\x70\x70\ \x6d\x74\x5d\x60\x9c\x68\x26\x10\x02\xca\x45\xc7\x02\x20\xa0\xf9\ \x08\xa3\x9f\x90\xa6\x90\x40\x19\xd1\x4d\xa0\x04\x5c\x1b\x13\xf2\ \x05\xd3\x89\xa6\x03\x10\x50\x2e\xda\x11\x44\x83\x15\xcd\x26\xd6\ \x47\x88\x92\x00\x07\x40\x10\x2e\xc9\x9d\x6d\x4e\x2d\x77\x57\x3f\ \x2e\x22\x48\x48\xc0\xb8\xf0\xbb\x3c\xd3\x0f\x84\xc9\x8a\xd7\xec\ \x4d\xeb\x00\x08\xf8\x8b\xcd\xf3\x16\xc8\xf5\x0f\x8b\x7d\x31\x20\ \x08\x7a\xae\x79\xd1\xf9\x72\xe7\x16\x6d\xda\x3c\xb7\x77\x8f\x8c\ \x38\x44\x3a\x68\xc7\x20\x2b\x83\x97\x8e\x75\xd7\x28\x44\x0a\xae\ \x05\x42\x7e\x42\xd3\x4a\xa0\x63\x03\x00\x68\x3e\xc2\x19\x28\x89\ \x4e\x1c\x14\x82\x66\x12\x7e\x5c\xe4\x40\x18\x27\xfb\x1a\x54\x6f\ \x07\x0b\xa6\x0c\xe5\x26\xc7\x71\xca\xca\x4a\x7f\xf6\xd3\x9f\xc4\ \xe3\xd6\x51\xe4\x26\xa5\x54\x30\x18\x18\x51\x54\xe4\x1c\xc6\xf8\ \x1e\x37\x7d\xa9\x41\x08\x41\xc7\x02\x2b\x42\x74\xe3\x38\xe4\x7e\ \x44\xe2\x63\x63\xcf\x80\x7d\x0b\x9d\x5d\xf5\x74\xc4\x1c\xf3\xea\ \x5f\xb9\x6f\xfc\xd2\xde\x56\x0b\x54\xa7\x25\xa7\xf2\xac\x34\xd5\ \xb2\x59\xec\x6d\xa0\xf9\x93\xa8\xde\x23\xea\x9a\x48\x6a\x31\x4f\ \xa2\xa2\xbe\x12\x82\x25\x5a\x96\x5f\xb6\x75\xf0\xa2\xf1\x34\x1c\ \xc4\x48\x83\xd8\xb3\x15\x6d\x05\x12\x41\x21\x2a\x41\x48\x32\x9f\ \x30\x8f\x85\x35\x59\xfb\xb1\x6c\xef\x06\x3d\x44\xc7\x9f\xc6\x53\ \x02\xd8\xb1\x5b\xd4\x56\xa3\x02\xa4\x41\x3e\xf1\x74\xcd\x60\x3c\ \x23\x05\x3a\xe4\x27\x5d\x72\x1c\x3a\xfa\x62\xdf\x79\x97\x30\x7d\ \x2b\x79\x13\xc0\xe5\x30\x50\xeb\xac\xdd\xcc\x67\xde\xe2\x3b\x23\ \x16\x79\x7e\x91\x76\xfe\xdd\x7a\x7e\xb7\xbd\xa1\xc2\x38\xe3\x4e\ \x88\xff\xc2\xaa\x68\x20\x1a\x45\x65\x68\xe3\x26\xd3\xfe\x55\xf1\ \xf5\xf5\x6c\xec\x79\xbe\xab\x7f\x88\x8f\xfc\x1d\x81\xb3\xf2\xf3\ \x8c\x8c\xa8\x6a\xd8\x24\xdb\xbb\x80\x20\xf0\x54\x3e\x75\x1a\x35\ \x1c\x59\xb9\x4e\xb6\x47\x21\x9c\xcb\xca\x67\x18\x5d\x4c\x75\xed\ \x74\x77\xd5\x90\xdc\x49\xda\xa8\x62\xe8\xad\x12\x55\x3b\x51\x12\ \xf0\x67\x69\x93\xa6\x52\x53\xca\xba\xf5\x72\x5f\x1f\x50\x02\x48\ \xe9\xc8\xb9\x3c\x2f\x0b\x06\x1a\xdc\x3d\x15\xe8\x28\x9a\x39\x96\ \x15\x14\x13\x83\xaa\xd6\x0a\xd1\xd0\x00\x0a\xc1\xcc\xd6\x26\x9e\ \x4d\x98\x41\xc3\x54\x29\x09\x40\x00\x10\x24\xf0\x93\x6f\x36\xe6\ \x9c\xcd\x8d\x01\xf9\xe1\xa3\xa0\x10\xcc\x14\x5e\x52\xa8\x3e\x7e\ \xcc\xe9\x50\x10\x69\x01\xaa\x01\x28\x8c\xf6\x90\xdc\x32\x63\xc6\ \x64\xf7\xe5\xd5\x84\x49\x5a\x78\x8e\x3e\xa2\x38\xb6\x7a\xa1\xb3\ \x5e\x61\xc4\x01\x05\xa4\xe0\x64\x2d\x3f\x8b\x04\x4a\x89\x92\x80\ \x12\xa4\xc1\x47\x9f\xc6\xb2\x53\x54\xc3\x66\xd1\xd8\x02\x14\x40\ \x4f\xd3\x26\x9e\x4c\x35\x4b\x56\xae\x95\xbd\x71\x30\x42\x7c\xc2\ \xe9\x2c\x25\xa0\x9a\xb6\x88\xa6\x26\x20\xc7\x16\x8a\x09\xa5\x10\ \xeb\x47\x3b\x46\x08\x1d\x3a\x85\x84\x10\x99\x99\x99\xd7\x5c\x7b\ \xdd\xf1\xcc\x43\x2b\x1e\x73\x1c\xe7\x10\xcb\x94\xc7\x4d\x5f\x76\ \x76\x42\x25\x41\x08\xd0\x8d\xe3\x66\xb3\x88\x6a\xda\x26\xb6\x6f\ \xc6\x8a\xd5\xd2\xfa\xff\xfc\x67\x5f\xe9\x54\xfc\x92\x4e\xbb\xc5\ \x37\xa7\x5c\x36\x36\x6b\x33\x2f\x60\x6f\xfd\x97\x08\x9d\x6e\x9e\ \x4c\x23\x7f\xfc\x35\x1d\x73\x53\x60\x46\xef\xc0\x9f\xff\x03\xc6\ \x5d\x62\x94\xf7\x5a\xeb\xa5\xef\xa2\x53\xc5\xf6\x2d\x74\xfa\x65\ \x5a\xfe\x93\xb1\xc5\x6f\x02\x26\x8c\x38\xa6\x36\xff\x87\x46\x91\ \x26\x3a\x1d\x7d\xc6\x99\xf6\xab\xbf\x72\x9a\x91\xa5\xe5\x91\x80\ \x4f\x9f\x76\x01\x5b\xfd\xc7\xf8\xba\x2a\xfd\x2b\xdf\x33\x4a\x83\ \xa2\xb6\x89\xe5\x8e\xc0\xd6\xfd\x27\x4e\x85\x4d\xd2\xa7\x99\xa7\ \x4e\x71\x56\x3d\xa5\x9d\x3c\x09\x08\x83\xf8\x5e\x7b\x5d\x13\x09\ \xe6\xd0\xde\x76\x15\xeb\x02\x7f\x89\x36\xa2\xd0\x5d\xfe\x07\xbb\ \xa2\x0d\x52\x4f\x36\xc6\x4c\xb3\x77\xd4\x00\x18\x40\x00\x85\x10\ \x35\x6b\xdd\x0d\x9b\x44\x93\xad\x8d\xfa\x11\x4f\xf3\x03\xe1\x34\ \x7b\x34\x0b\x26\x99\xa7\x9d\x1d\x7f\xfa\xe7\x6e\x8b\x66\x5e\xf1\ \x23\x2d\x39\x2a\x23\xa6\x3e\x7d\x6e\xfc\x89\x5f\xa0\x6d\x01\xf1\ \x93\x94\x4c\x32\xb0\x8b\x8c\x98\xef\xbf\xf4\x0a\x6c\xdd\x03\x53\ \x2f\xd0\x8a\x9e\x8b\x2d\xff\xd8\x38\xef\xfb\x5a\xb0\x4d\xec\xeb\ \xc3\x9e\x9d\xa2\xad\x97\x50\x02\xc0\x48\x52\x1e\x0d\x86\xe8\xf8\ \xf9\x3c\x7f\x61\x74\xf1\x4a\x3e\xef\x9b\x46\x4e\xcc\x6d\xb0\xf4\ \x53\x2f\x75\x5f\xfd\x99\xb5\x3b\x6e\x5e\xf6\x23\x3d\xd4\xeb\xb6\ \xbb\x2c\x2b\x55\x49\x35\xa8\x70\x52\x86\xdd\xdb\xac\xd7\x9a\xcc\ \xf9\xf3\x81\x52\x00\x01\x3c\x44\x18\xc1\xfe\x2e\xd5\xd4\x84\x8e\ \x20\x9a\x01\x40\x09\xee\x73\x3e\xae\x08\x9c\x72\x26\xf3\xbf\x23\ \x23\x7e\x6d\xca\x78\x55\xb3\x58\xc6\xb3\x03\x5f\xb9\xc6\x79\x7c\ \x2b\xa6\x9d\xef\xbf\xfc\x52\x55\xbf\x19\x92\x27\x13\x52\x85\x2e\ \x61\x27\x5f\x6f\x4e\xce\x11\x2d\xdd\xc6\x82\x53\xe9\x9b\xbf\xb1\ \x6b\x99\x79\xd9\x4f\x35\xb3\x43\xda\x61\x7d\xea\x8c\xf8\xb3\xbf\ \x83\x89\xb7\x99\x93\x92\x64\x5d\x3d\x49\xcb\x10\x4d\xf5\x80\xec\ \x38\x2c\x60\x04\x12\x67\x80\x0f\xbe\x52\xd7\xb5\xba\xba\xba\x67\ \x9e\x7d\x36\x16\x3d\x9a\x4e\x27\xa5\x0c\x27\x25\x5d\x7f\xdd\x75\ \x39\x39\xd9\x42\x08\x8f\x9b\x3c\x1c\x6c\x8b\xfe\xac\x26\x08\xc6\ \x91\x1b\x84\x0a\x59\xbf\x43\x4d\x3f\x9f\xa6\x94\xea\x33\xa7\x8a\ \x77\x7e\x1e\x5b\x5b\xc5\xe7\xde\xe3\x9f\x77\x85\xfb\xfc\x1a\x3c\ \xe9\x4a\x9e\x96\x44\xf2\xf3\x21\x29\x48\x92\x8b\x58\x6e\xa6\xda\ \xb5\x04\xb5\xb3\x54\xeb\xfb\xf1\x67\x7f\x4f\x26\x7d\x2d\x70\xe9\ \x4c\xfa\xf6\x3b\x80\x08\x28\x48\xc6\x0c\xa3\x3c\xc9\x7e\xfc\x07\ \xf6\xde\xb8\x71\xe5\x9f\xf4\xb9\xe7\xbb\x8f\x3d\x21\xeb\xb6\x41\ \x46\x96\xcc\x9d\xcc\x47\xe5\x93\xba\xb0\x51\x92\xef\x3c\x77\xa7\ \x55\x13\x37\xae\x4a\xd7\xf5\x84\xb5\x45\x01\x4d\xd5\x4f\x5b\xa0\ \x36\x3c\xe0\x36\xe4\xe8\x33\x27\xa1\x70\x51\x11\x9a\x39\xce\xb8\ \xf8\x4e\x3d\x93\xdb\x2f\xee\x41\x5f\x2e\xf8\x85\x8a\x0a\xa2\x31\ \x35\xd0\x0c\x45\x21\xc2\x08\x42\xc2\x3f\xc8\x79\xf9\xc5\xa6\x7e\ \x0a\x1b\x7b\x3a\xb1\x3e\x76\xdb\xa2\x86\x8a\x8b\x95\xf7\xc6\x76\ \xa3\xef\xe6\xbf\xea\x05\xf9\xd2\x5f\xae\xe5\xc9\xf8\xbd\x3f\x75\ \x23\x61\xdf\x8d\x7f\x34\xa6\x4f\xb6\xfa\x10\xdb\x3f\xb4\x5e\xb9\ \x4f\x91\x2c\xdf\xcd\xdf\x83\xea\x27\xa3\x8b\x96\x92\x51\x0b\x02\ \x37\x5e\xc1\x37\x56\x93\x40\x2a\x0e\xac\xb5\xdf\x5d\xac\x22\x2e\ \x49\xf4\x50\x59\xaa\x79\x9b\x80\x7c\x16\x2a\xd6\xca\xc6\x53\x7d\ \x0d\xe8\x4a\x6c\x79\x2a\xf6\x5a\x85\x71\xd5\xaf\x8d\x31\xa5\x8e\ \x48\xd1\xb2\xed\xd8\xdf\x7e\xe2\x46\x33\xfd\xc1\x11\x84\xef\x5f\ \xc3\x44\xca\xca\xf7\x31\x7c\xca\x7e\xf7\x3c\x01\xd1\x2b\x6a\x6a\ \xd8\xec\xbb\x82\xe7\x80\xb3\xfc\xaf\x4e\x65\x03\x70\x0d\xb8\xae\ \x76\x2f\x97\x67\xfe\xbb\x36\x22\x5b\x36\xe4\xf2\x2c\xbf\xbb\x68\ \x1d\xf2\x51\x68\x0b\xa4\x61\xed\xe4\xaf\xc0\xa6\x47\x62\x4b\x96\ \xd2\xb2\x6b\xd9\x45\xe3\x21\x58\x60\xcc\xbd\x00\x9a\x5e\x55\xad\ \x6d\xaa\xf4\x4c\x3e\x66\xa6\x40\x9f\x9e\xd9\x1e\xbb\xff\xe7\x6e\ \x24\xec\xbb\xf5\xaf\xfa\x49\xd3\x5d\x16\xa6\xb2\xd7\xfa\xf8\x59\ \xd1\xd1\x47\x74\xdf\x71\x4f\x8c\x23\x5c\xc7\xb9\xd6\xd2\xd2\xba\ \x68\xd1\x8b\x91\x48\x84\x7f\xba\x7a\xe8\xba\x6e\x7a\x7a\xfa\x79\ \xe7\xce\x2f\x28\xc8\xf7\xb8\xc9\xc3\xc1\x06\x69\xae\xa1\x6e\xe2\ \x67\xf2\x31\x2b\x49\x94\x8b\xae\xcb\x92\x73\x08\xeb\x46\x92\x4c\ \xa5\x72\xda\xda\x09\x07\xd5\xde\x84\xe4\x34\x32\xb0\x5d\xc4\xae\ \xe0\x53\xcf\x01\xb5\xcb\xde\xc1\xf8\xc4\xd3\x69\x1a\x15\x1f\xec\ \x85\x02\x00\xa0\x44\xd7\xd0\xea\x43\x61\x0e\xda\xd1\xa5\x0b\xbe\ \x6c\x32\xd0\xa7\x7a\xfa\x09\x45\xd9\xb2\x8f\xa4\x24\xb1\x71\x97\ \x9b\xf3\x4f\x93\xbb\xd6\x02\x63\x80\x00\xbe\x14\x24\x03\xb2\xbb\ \x9f\x50\x1d\x94\x18\x34\xe8\x4a\x07\xd2\xa7\xea\x25\x63\x30\xe9\ \x66\x36\x2b\x87\xe5\xe4\x18\x73\xe6\xc5\x97\xaf\x54\xfb\xb6\x5a\ \x0f\xdd\xe6\x4c\xbe\xd6\x7f\xe1\x2d\xee\xd3\x4b\xc0\x22\x84\x23\ \x4a\x09\x5a\x18\xe2\x9d\xa0\x10\xe8\x7e\xd7\x95\x2f\x99\xf8\xfa\ \xe5\x96\x67\xec\xdd\x1f\x49\x2b\x93\x10\x82\x8c\x03\xc4\x30\xd6\ \x03\x4c\x27\x49\x61\xb4\x1a\x54\x4c\x10\xb7\x5f\x76\x35\x6b\xc9\ \xc9\xd0\x4f\x00\x28\xa1\x8c\xf0\x00\xd1\x82\xaa\xa9\x01\x28\xc5\ \x9e\x66\x8c\x85\xa9\x39\x60\xbd\xfc\x4b\xfd\xf4\xab\xfc\x37\xff\ \x4e\xae\x7b\xd4\x5a\x5f\x01\x04\x21\x63\xae\xef\x8a\xab\xb0\xf6\ \x43\xc5\x74\x82\x14\x08\x80\x02\xa0\x9c\x30\xc4\x48\x0f\x66\x9a\ \x24\x1c\x44\xbb\x59\x46\x1d\x42\x00\x94\x3a\xe8\x15\xe8\xbe\x4f\ \x2c\x3e\x94\x83\xd3\x68\x2d\xfa\x05\xa2\xae\x9f\xf5\x6f\xbe\xf9\ \x17\x89\xbd\x7f\x55\x12\x81\x30\x8c\xd5\x39\x15\xad\xc6\xb8\xb9\ \x3c\x9c\x49\x06\xd6\xbb\x2d\xbd\x24\x89\x00\x22\x50\x93\x04\x35\ \x59\xd9\x06\x8a\x82\x12\x80\x48\x74\x1f\xf8\x95\x72\x14\x09\x27\ \xcb\x2d\x4f\xa9\x9a\xad\x24\xeb\x0a\xe8\x68\x53\x31\x9b\xc8\x7e\ \xd9\x36\xc0\x43\xa9\x62\xc9\xaf\x2d\x79\xbd\x79\xf5\xef\x54\xd5\ \xab\xd6\xca\xb7\x10\x39\x1c\x47\x04\x00\xe8\x06\xe1\x3a\x1c\x5c\ \xb2\xc9\xb6\xed\xf2\xf2\x71\x0f\x3d\xf8\xa0\xeb\xba\x47\x09\x23\ \x50\xa8\x4c\xc3\x1c\x35\x6a\x94\xe3\x38\x9e\xbd\xc9\xc3\x50\xeb\ \xb6\x22\xa6\x9f\x04\x92\x21\xd6\x03\xe4\x38\x27\x83\x46\xcc\x10\ \x04\x33\x58\xfe\x0c\xdf\x59\x67\xe2\x96\xff\x51\x1d\x95\xd2\x26\ \xda\xf4\x79\xa2\x6f\x03\x9f\x36\x87\x44\xb7\xcb\x68\x27\x6c\xaf\ \xf1\x5f\xfc\x2d\xb5\xe6\xff\xc5\x2a\xb3\x03\x37\x5d\x0f\xf5\x6f\ \x5a\x6d\x1d\x64\x84\x06\xc4\x05\x20\x40\x18\x10\x0a\x88\x40\x09\ \x49\xce\x86\xde\x6d\xd2\x77\x81\x36\x69\xaa\xdc\x31\xa0\x4f\x29\ \x53\xf5\x8f\x40\xc1\x85\xc4\xa9\xb4\x97\x3f\x49\xcf\xcc\x33\xf3\ \xfc\xd0\xb9\x15\xe5\x75\xfa\xec\xb9\xf2\xfd\x3d\xc4\xf4\x83\x83\ \x00\x00\x54\x87\xfe\xcd\xb1\x27\xfe\x0d\x18\xa1\xd9\x33\x68\xea\ \x34\x77\xf7\x36\x08\xe6\xb1\x20\xc3\xde\x5e\xa2\x9b\x44\xd3\x60\ \x60\xaf\xe8\x8e\x6a\x27\xcd\x71\x07\xaa\xf4\x89\xa5\x72\xeb\x1b\ \x28\x28\xe8\x00\x84\x02\x95\x62\xdb\x0b\xf1\x77\x76\x10\x8d\x11\ \xc6\x20\x41\x94\x84\x00\xa1\x40\x18\x68\x54\x55\x55\x92\x33\x6f\ \xd2\x4b\x8b\xed\xee\x34\xbd\xac\x54\xac\x7e\x0a\xed\x11\x24\x5c\ \x4c\x33\x73\xd0\x16\x72\x5f\xa3\x71\xd2\xb9\xac\xaa\x83\x8c\x3b\ \x83\xea\x7b\x65\xbf\x43\xb0\xc7\x59\xf6\x7b\x75\xfa\x7f\x9a\x27\ \x2f\xa0\x1b\x37\x49\x09\x2c\x75\x3c\xa3\xf1\xd8\x3b\x8f\xaa\xa2\ \x1b\xb4\xac\x22\x42\x08\x50\x48\x78\x06\x81\x52\xd0\xa8\x6a\xa8\ \x24\x67\x7e\xd3\x98\x38\xd1\xae\x13\xc4\xf0\x01\xc2\xc1\xfe\x7e\ \x32\x18\x1d\xad\x24\x49\xca\xa3\x69\xa8\x06\x2c\x12\x08\x80\x8c\ \xed\x27\x02\x42\xa8\x23\x36\x2f\x33\x6e\xba\xc3\x5f\x66\xb9\xcb\ \x7e\xa1\x5c\x42\x08\x01\x46\xc1\xed\x51\x8d\xcd\xc6\xc9\xe7\xb2\ \xba\x16\x08\x24\x13\xc6\x30\xda\xa9\xda\x22\xcc\x6d\x75\x3f\x5a\ \x0d\x46\x08\xa3\xfb\x08\xd9\x8e\x67\x7d\x45\x1b\x3d\xda\xed\xc9\ \xd4\xcb\x52\xe4\x9a\x2a\xd0\x35\xf1\xfe\x43\xb2\xe3\xf2\xc0\x95\ \x17\xb0\x0d\xab\x45\x8f\x0b\x8c\x1c\x73\x0e\x81\x2f\x0c\xa6\x1f\ \x0f\xe6\x26\x29\x65\x52\x52\xd2\x29\xa7\xcc\x56\xea\x18\x96\x4c\ \x4a\x89\x65\xd9\x87\x53\x98\xc7\x4d\x5f\x6e\x28\x49\x42\xa9\x90\ \x35\x02\xab\xbb\xc8\xf1\x44\xed\xa0\xa3\xba\xbb\x8d\x39\x5f\x0b\ \x4c\x88\x03\xd8\x72\xc3\xdf\xec\x0f\xd7\x03\x15\xf6\xd2\xc7\xcc\ \x0b\xae\xf3\xdf\x7a\x29\x44\x6b\xad\xa5\x2f\x22\xd1\x64\xcd\x07\ \x32\x7e\x9a\xdc\x5b\xab\x1a\x1a\x55\xdf\xc5\x6a\xcf\x5a\x65\x33\ \x26\x62\x18\x8f\x03\x21\x20\x1d\x8c\x46\x81\xba\x6e\xc5\x16\xed\ \xec\x53\x79\xe8\x57\xf1\xc5\xaf\xf8\xe6\xdf\x1d\x98\x05\xd8\xb6\ \xda\x7a\xff\x43\xe5\x73\xe5\x88\x1b\x03\x77\xfd\x19\x02\xa9\x72\ \xdb\xc7\x60\x55\xc5\x97\x3e\x69\x9e\x73\x63\x60\xac\x43\xfc\x01\ \xf1\x5e\x3b\x10\x0a\x84\x82\x8c\xa8\xce\x7e\x10\xb6\xc2\x6c\xd5\ \x93\x8b\x1d\xed\x24\xfd\x5c\x63\xfe\x02\x6a\x30\x50\x11\x7b\xc9\ \xc3\x2a\xda\xe5\xbc\xf3\x38\xbb\xf8\x86\xc0\xd7\x0d\x55\xff\x86\ \xb5\x71\x1b\x68\x06\x10\x05\x80\x18\x8f\x10\xc5\x48\xc2\x25\x87\ \x02\x40\xa1\x15\x41\x81\x00\x08\xce\x00\x2a\x86\x2d\xab\xe3\x2b\ \x47\x99\xe7\xff\x84\x83\x52\x35\x8b\xec\xed\x75\x8a\xad\x12\x9d\ \xdf\xf6\x7d\xed\xd7\x72\xfb\xcb\xf1\x95\xf7\xd3\x8b\xee\xf6\x7d\ \xfd\x0f\xe0\xf6\x38\xaf\xdf\x2b\x06\x4c\xe3\xdc\xdb\xb5\x11\x69\ \x00\xca\x5d\xff\x9a\x52\x1a\xe1\x54\xd5\x2f\x71\xda\xee\xf0\xdd\ \xf2\x37\x64\x49\xd8\xb5\x42\x49\x04\x2b\x0a\x8e\x00\x4a\xd0\x89\ \xa3\x4b\xa0\xfd\xfd\xf8\x5b\x45\xe6\x19\xdf\xe3\x42\x11\x5f\x8f\ \xd3\xdd\x0b\x07\xbd\x06\x17\xad\x01\x50\x00\x52\x90\xec\x29\xe6\ \x69\xf3\x89\x4e\xc1\xd9\x67\x2d\x79\x45\xb9\x1c\x38\x01\x00\xe0\ \x06\xb6\xaf\x77\xeb\x3a\x8d\x9c\x16\x67\x77\x0d\x68\x3a\xa0\xc4\ \x58\x9c\x10\xd7\x59\x73\x1f\x4d\xb9\xcd\x77\xe3\x6f\x09\xf3\xa9\ \x96\x55\x18\xef\x74\x96\xde\xef\xbb\xf8\x1a\xff\xed\x97\x40\x7f\ \xbd\xbd\xec\xaf\x6e\xfd\xaa\xf8\xaa\x22\xf3\xbc\x9f\x69\x14\xd5\ \xce\xe7\xec\x4d\x7b\xf8\xcc\xbb\xcc\xc9\x25\x48\x40\x7c\xb0\x44\ \xf6\xdb\xc7\x13\xf0\x8d\x42\x60\x5e\x3e\x4d\x4a\x3f\x24\xed\x9c\ \x61\x18\x3b\x77\xee\xfc\xdb\xbd\xf7\x1d\x3d\x86\x40\x08\x91\x9c\ \x9c\xf4\xed\xbb\xef\x3e\x5c\x74\xf2\xf2\x10\x7c\xe9\xed\x4d\xa6\ \x3f\xbe\xf4\x61\xbe\xfa\x79\x6a\x98\xc7\x77\x07\x25\xba\x01\x94\ \xa0\x1b\x43\xcb\x26\x4c\x07\x4a\x40\x38\xa8\xf9\xa9\xa1\x83\x35\ \xa0\x24\x10\xc6\x00\x11\x28\x85\x44\xb0\x2f\x25\xa0\x10\x08\x01\ \x42\x00\x08\xa0\x02\x20\x40\x09\x28\x05\x52\x82\x6e\x02\xba\xe0\ \x38\x60\x84\x88\x46\x30\x36\x80\xc0\x09\x48\x64\x06\x35\x7c\xa0\ \x1c\x4c\x4c\x59\xe1\x80\x16\x20\xa6\x0e\xae\x85\xae\x38\x4c\xd7\ \xd8\xdf\x20\xa1\xa0\x19\x84\x12\x70\x62\xca\x71\x09\xd7\x40\xba\ \xc0\x7d\xc4\xe0\x18\x8b\x00\x0c\x09\xf0\x21\x74\x30\xa3\xe3\x10\ \x9f\x13\x80\x02\xdc\xff\x27\x25\x51\x2a\x62\x06\x09\x53\x2a\x16\ \x21\x54\x1b\x8c\x7e\xf0\xf9\x41\x38\x68\xc7\x90\x68\xd4\x1f\x00\ \x37\xaa\x6c\x97\x70\x1d\xb8\x4e\xb8\x06\x32\x8e\x96\x0d\x6c\x30\ \x04\x01\x51\xa3\x7e\x3f\xa0\x40\xc7\xfe\xa4\x65\xc4\x41\x0e\x42\ \x81\xae\x24\x66\x90\x68\x0c\xdc\x38\x4a\x75\xb0\xed\x66\xff\x97\ \x4a\xf4\x4d\x33\x08\x85\x04\x81\x1e\xec\xe0\x57\x83\xe2\xd5\x01\ \xc5\x9c\x52\x40\x04\xe9\x00\x70\xf0\x05\x49\x22\x0c\x8a\x10\x14\ \x0e\x61\x3e\xe2\x33\x41\xb9\xe8\x3a\xa0\x14\x4a\x49\x7c\x61\x42\ \x24\xc6\x23\x48\x34\xa2\xe9\x44\x33\x00\x1d\x8c\xc5\x80\xf2\xe3\ \xb1\x37\x29\x2b\x2a\xe7\x7c\xd5\x5c\xf0\x2d\xb4\x22\x43\x3f\x37\ \x4d\x73\xed\xc7\x1f\xff\xdb\x8f\xff\x3d\x16\x8d\x1e\x9d\x9b\x52\ \x52\x52\x7e\xff\xfb\xdf\x4d\x18\x3f\xde\xb6\x6d\x8f\x9b\x3c\x0c\ \x35\x6c\x6b\xb2\xb5\x46\x3c\xf3\x0b\x2d\xda\x7d\x7c\x07\xa3\xf0\ \x13\xb5\xe3\x20\x82\xd8\xff\xf9\x81\x0f\x0f\x2c\x95\x4f\x8c\x59\ \x08\xb8\xff\x82\xc1\x28\xe8\xa1\x9f\xe0\xc1\x6d\x1e\xd6\xe0\x11\ \x3e\x39\xc8\xf2\x01\x84\x1c\xb9\x7b\xfb\x35\xa0\x83\x16\xdb\xe1\ \x26\xb6\xa1\xfd\x84\x83\xef\x3d\xb4\x29\x38\xe8\x59\x43\xfb\xff\ \x69\xc3\x92\x78\xfa\x11\xcf\xe8\x1c\xf9\x46\x38\xc2\xd0\x1d\xe5\ \xb2\x23\x8e\xfc\xe1\x77\x1d\xfa\xac\x43\x86\xf4\xa8\x23\x7c\x24\ \xb9\xdb\xe5\x3e\x7e\xe3\x7f\xb2\xfc\x32\x90\x07\x05\x28\x11\x42\ \x1c\xc7\x69\x69\x69\x11\x42\x1c\xc5\xde\x84\x88\xba\xae\xe7\xe6\ \xe6\x72\xce\x0f\xd1\x0a\x3d\x9d\xee\x4b\x0f\xe9\xb2\xdc\x12\x39\ \x7e\xae\x5c\xbb\x98\x1d\x97\x45\xfc\xd3\xfc\x7a\x87\x7d\x7e\xa0\ \xa9\x4f\xda\x1c\x72\x0d\x39\xfc\x13\x72\xac\x07\x1d\xd5\xa5\x38\ \x78\xfb\x91\xae\x39\xe2\x97\x3a\xfc\x43\x72\x68\xe7\x8e\x70\x19\ \x21\x9f\xda\x9f\x23\x0f\xdd\x71\x5c\x73\x94\x31\x3f\xe2\xd0\x1d\ \xb3\x85\xa3\xdc\x75\x8c\x41\xfe\x6c\x4e\x5b\xe5\x3a\x30\xe9\x2c\ \x56\x30\xe6\xf0\x1c\x98\x09\xd2\x29\x2d\x2d\x3d\x9e\xf3\x74\x8e\ \xe3\x1c\x42\x4c\x1e\x37\x79\x18\x34\x67\x6a\xb3\x17\x38\xed\x75\ \xb4\x6e\x2b\x65\xdc\x4b\x45\xe0\xe1\xb8\x66\x8d\x70\x44\x4e\x89\ \x7e\xfa\x95\x9f\x76\x5e\x0f\x11\x0f\x51\xd3\x3e\x13\xbc\x1c\x29\ \x1e\x00\xa4\x20\xc9\x99\xfc\xac\x1b\xed\x40\xaa\xb2\xe3\x80\x1e\ \x3b\x79\x38\x36\x31\x39\x54\xe7\x17\xdc\x46\xd3\x72\x0f\xcf\x40\ \xf0\x4f\x81\x67\x6f\xf2\xb0\x1f\x9a\xae\xda\xeb\xdd\xb7\x9f\x62\ \xbb\x3f\x62\x5c\x43\xa5\x4e\xd8\x81\x7b\x0f\x5f\x60\x10\x44\xe5\ \x5a\x6e\x7a\x11\x9f\x7f\x8b\x56\x3e\x1b\x9d\x13\x95\x32\xdc\xe3\ \x26\x0f\x43\xe9\xc9\x00\x44\xe7\xad\xc7\x71\xf3\xdb\x5c\xd8\xc4\ \x89\x0d\xba\xea\x89\x57\xce\xe0\xcb\x2e\x27\x81\x42\x40\x85\x4a\ \x4a\xa0\x38\x6e\x36\x3f\xeb\x06\x9e\x3d\x12\xed\xd8\x09\x24\x41\ \x8f\x9b\x3c\x1c\x3c\x23\x28\x28\x21\xf6\xee\x92\x9b\x56\x40\x47\ \x03\x25\x04\xfa\x3b\x20\xd2\x03\xd2\xf5\x0a\xae\x7c\x59\xa7\x04\ \x01\xca\x41\x37\xa5\x3f\x89\x64\x16\xb1\xe9\xe7\xf3\x92\x29\xa0\ \x19\x5e\x0d\x28\x0f\xff\xe7\xa0\x14\x28\x07\x00\xd5\xd3\xa6\x9a\ \xab\x55\xdf\x3e\x8c\x0d\x80\xf4\xca\x67\x7e\x69\x77\x2b\x06\xbe\ \x00\x4d\xca\xa0\x05\x65\x34\x35\x07\x00\x41\xca\xff\x83\xda\x99\ \x1e\x37\x79\x38\x0a\x49\x31\xc2\x35\xa0\x6c\x30\x66\xd2\xc3\x97\ \x56\xa1\x43\x44\x25\x41\xb8\xf0\x7f\x58\xe1\xd9\x8b\x21\xf0\xf0\ \xe9\x50\x12\x1d\x4f\x5c\xf2\xf0\x39\xed\x8c\xde\x10\x78\xf0\xe0\ \x61\x18\x82\xef\x4f\x85\xe3\xe1\x73\x15\x9a\x11\x5d\xd7\x01\x20\ \x09\x24\x3e\x41\x44\x00\x24\x84\x0e\x0d\x99\xd5\x34\xcd\x1b\x2e\ \x0f\xc3\x7c\x32\x1f\x92\x89\xe9\x1f\xe4\xa6\x55\x2b\xdf\xf6\x46\ \xf3\x73\x7f\x97\xba\xae\xe7\xe4\xe4\x10\x42\xac\x78\xdc\xb2\xe2\ \x00\xc4\xd0\x75\xd3\xef\x07\x00\xc7\xb6\x8b\x46\x16\x27\x28\xc9\ \x75\xdd\xdf\xfe\xe6\x37\xb1\x58\x8c\x7a\x91\x47\x1e\x86\x25\x84\ \x10\xe9\xe9\xe9\xdf\xf9\xee\x77\x0f\xaf\xe9\xf4\x99\xb9\xe9\xf1\ \xc7\x9f\xf0\x06\xf4\xf3\x85\xe3\x38\x25\x25\x25\xff\xf5\xdf\xbf\ \xae\xa9\xae\x12\x52\x26\xa7\xa4\x31\xc6\x5d\xc7\xd6\x34\x3d\x2f\ \xbf\xb0\x7e\x6f\x8d\x10\x22\xc1\x4d\x88\xd8\xd2\xd2\x1c\x89\x44\ \x3c\x6e\xf2\x30\x6c\xb9\x49\x08\x97\xfc\x33\x02\xe2\x3c\x9d\x6e\ \x58\x40\x37\x8c\x86\xfa\xbd\xd1\x81\x81\x31\x63\xca\x4d\xbf\x9f\ \x00\x38\x8e\xd3\xde\xda\xd2\xde\xd6\x4c\x08\x1d\x72\x66\x96\x70\ \xce\x35\x4d\xf3\xb8\xc9\xc3\xf0\x44\x62\x8a\xe2\x3f\xe3\xd8\x93\ \x37\xc5\x3f\x7f\x50\x4a\xe3\xd1\x68\x4f\x4f\x57\x49\xd9\x58\xd3\ \xe7\x93\x42\x08\x21\x18\x63\xb9\xf9\x05\xa8\x30\x16\x8b\x90\x4f\ \x49\xfb\xa6\x94\xa2\x8c\x71\xce\x40\x09\xc7\x15\x08\x80\x4a\x1d\ \x98\x15\x88\x83\x19\x07\x95\x74\x1d\x47\x10\xca\x18\xa5\x4a\x38\ \xae\x90\x40\x28\xe3\x9c\x51\x8a\x88\x94\x72\xc6\x39\x21\x20\x85\ \xe3\x0a\x49\x28\x63\x94\x08\xd7\x71\xa5\x1a\xaa\x76\x2a\x04\xc6\ \x39\xa3\x44\xba\x8e\x90\x0a\x00\x14\x22\x65\x8c\x73\xce\x39\xa7\ \x94\x00\xa2\x14\xae\xd8\x7f\x17\x2a\x75\x60\x82\x2a\x29\xa4\x94\ \xf2\x40\xfe\x43\x54\x43\x7f\x55\x4a\x4a\x39\xd8\xed\xfd\x5d\x06\ \x25\x85\x2b\xe4\xfe\xcb\x11\x11\x09\x80\x14\xae\xeb\x4a\x4a\x59\ \xa2\xe7\xde\xa9\xbf\x7f\x6d\x78\x31\x04\xc3\x62\xab\x89\xc5\x63\ \x7e\x5f\xc0\xe7\xf7\x4b\x21\x12\x32\x91\x52\x8a\x52\x1a\x0c\x85\ \xdb\xda\x5a\xe8\x61\x12\x32\xa2\x92\x3c\xf9\x92\xef\xdc\x33\x2b\ \xc5\xee\x89\x49\xb4\xbb\xde\x7b\xed\x85\xb5\xcd\xfa\x8d\xdf\xb9\ \xa1\x6a\xe1\x7d\x6b\xf6\xf4\x2a\xea\x3b\xfb\x9a\xbb\xca\x3a\x97\ \xff\x7d\xd9\x06\x9e\x3a\xfa\xe2\xaf\x5c\x32\xb5\x24\x83\x01\x0c\ \xb4\xed\x7a\xf9\xd9\x45\x5d\xa1\xf1\x37\xdd\xb2\x20\x0c\x5a\x52\ \x8a\x2f\xd2\xdd\xe7\xca\x8e\x17\xee\x7d\xb8\x9e\x8c\x5e\x70\xc5\ \x65\xe5\x39\x21\xa0\xd0\x53\xb3\xf1\xe5\x57\x96\x36\xf4\x2b\x8d\ \x11\xe9\x58\x81\xd2\xb9\x77\xdc\x7a\x75\x30\xd2\xe1\x00\xed\x69\ \xdc\xb2\xf8\xc5\xd7\xea\xec\xfc\x3b\xbf\x77\x5b\x71\xd0\xea\x89\ \x4b\x5d\x93\x6b\x9e\x7a\xb0\x22\x75\xd6\xed\x17\x96\xbd\xfc\xd7\ \x3f\x57\x74\xba\x84\x86\x2f\xbb\xf3\x1b\x6a\xc3\x33\x2f\xbe\xdf\ \xce\x40\x64\x4f\xba\xf8\x9e\xbb\xe6\xbe\xf8\xab\x5f\x7e\xd0\x18\ \x65\xca\xcd\x39\xf5\xa6\x6f\x9e\x9e\xfa\xc4\x9f\xff\x52\x1d\x61\ \x4c\x3a\x81\x11\x73\xee\xbc\x6d\xc1\x87\xf7\xfd\xe7\xca\x8e\xd0\ \x4d\x3f\xb8\xa5\xe9\xc5\xbf\xac\x27\xd3\xbe\x73\xf3\x69\xef\xdc\ \xff\x87\x8f\x1a\xa2\x00\xe6\x79\xb7\xde\x96\x51\xff\xfa\xa3\xaf\ \xef\x49\xca\x1d\x7b\xf1\x15\x97\x8c\xcb\x0d\x23\x21\xfd\x35\x1f\ \x3d\xb3\x68\x59\x7b\x0c\x38\xf5\x02\xaf\xbe\x50\xb3\x9d\x32\xdd\ \xd0\x0f\xd9\x6c\x95\x70\x6d\x57\x1c\x8d\x9b\xbc\xad\xe8\xff\x46\ \x4a\x3a\x7c\x9c\x11\x91\x73\x46\x29\x55\x84\xb4\xb5\xb5\xc5\x2d\ \xab\xa8\xb0\x90\x10\xc2\xd8\xa7\x88\xc7\x88\xc0\xcd\xac\x5c\x6d\ \xdd\x2b\x0f\x2e\xdd\xd8\x3d\xee\xf4\xab\x6e\xbe\xe9\xda\x8e\xfb\ \x5e\xf1\xa7\x84\x18\x3a\xb1\x78\x4c\x51\xa6\xf9\x52\x52\xfc\xdc\ \xc1\x94\xcb\x6f\xb9\x7d\x9a\xbe\xf3\xb1\x47\x5e\xec\x76\x7d\x33\ \x2e\xbc\xe6\xdb\x3f\xf8\xda\xef\x7f\xf7\xc4\xc3\xbf\xaf\x4a\x2e\ \x99\x75\xc7\xad\xb3\x97\x3d\x73\xef\xee\x7d\xd1\x18\x66\x5e\xf7\ \xfd\xef\xe7\xb6\xbc\xf5\xe4\x83\x1f\xc5\x59\xca\x19\x97\x7f\xe3\ \xae\x9b\xcd\xdf\xfc\xf5\x99\x6e\x34\x40\xa1\x1e\x4e\x0d\xe9\xcd\ \xcf\x3e\x70\x7f\x0b\xc9\xba\xe4\xc6\x3b\xbf\x76\x51\xeb\x7f\xbc\ \xd4\x99\x6a\xea\x1f\x3e\xf3\xbb\xd7\xeb\xe2\x3e\x4e\xdd\xfe\xbe\ \xf4\xd3\x03\xb9\x65\xd3\x6f\xf9\xc6\x55\xbf\xfd\xe3\xe3\x7b\xe3\ \x24\x94\x9a\xac\x4c\xae\x94\x02\x3d\x79\xd6\xa9\xd3\xa8\xeb\x9b\ \x73\xfa\xc9\xeb\x1e\x5b\xe1\x22\x09\x65\xa4\x8f\x1e\x3f\xfb\x9c\ \xb9\xab\x6a\x16\x6f\x72\x58\xe0\x8c\xb3\x2f\x9e\x34\xaa\x60\x8f\ \x5f\x97\x48\xc2\xe9\x29\x3e\x9d\x80\xd2\xd2\x47\x8d\xbf\xe9\xb6\ \x1b\x3a\x7e\x7d\xdf\xf6\x0e\x15\x48\x4e\x0e\xef\x23\x68\xe6\x5e\ \xf3\xdd\x6f\xe7\xb4\xbc\xf3\xd4\x03\x1f\xc5\x78\x38\x33\x08\x96\ \x04\xea\x1d\xf4\xfb\x62\x4d\x7e\xc6\xac\xde\x96\xd5\xef\xaf\xeb\ \x72\x70\xff\x9e\x82\xa8\x20\x63\xcc\xb4\x99\xe3\x8a\x98\x12\x78\ \x38\x37\x21\xa2\xa6\x69\xb7\x7c\xfd\x1b\x86\x61\x22\x2a\x6f\x10\ \x4f\x04\x18\x63\x3d\x3d\x3d\x0f\x3d\xf4\x80\xae\x1d\xc1\xc6\x97\ \xc8\x87\x68\xdb\x76\x5b\x7b\xbb\x63\xdb\x69\xa9\xa9\xc9\xc9\xc9\ \xc7\x90\xb7\x5c\xa7\xbb\xbd\xb5\xa9\xb1\x4d\xaf\xae\x27\xe7\x4c\ \x0a\x98\xc4\x11\x81\x31\x93\x67\xc5\x52\x22\x48\xcc\x92\xbc\x90\ \xdd\x14\x0b\x8d\x9e\x35\x35\x87\x3c\xfb\x5f\x4f\x6e\xe9\x24\x3a\ \xd8\x2f\x3e\xf1\xc4\xc8\x5f\xfc\xec\x94\xd1\xaf\x3f\xf6\x5e\x95\ \x4c\xeb\x77\xe2\x76\x6f\x77\x67\x5b\x9b\x55\x72\xda\xf9\x27\x25\ \x57\xfe\xe6\xbf\x5f\xa8\x89\x6a\x1c\x1a\x9e\x7e\xe4\xf1\x5f\xfd\ \xf2\x9a\x69\x65\xcb\xde\xa8\xe8\xe7\x00\x80\x44\x45\xfb\x5b\x9a\ \x1a\xeb\xac\xde\xba\xc6\xce\x09\x29\x41\x06\xfb\x04\x25\xd9\xc5\ \x63\x27\x06\x84\xee\x76\x6f\xdf\xd6\x4d\x08\x6b\xaa\x58\xb1\xab\ \x23\xff\xe6\x6b\xe7\xff\xf6\xc1\x35\x42\x22\x20\xa2\xb0\xd3\x26\ \xcc\x2d\x0f\x37\xfc\xe1\xbf\x5f\xb9\xe6\xb6\x05\x53\xf2\x57\xaf\ \xae\x53\x19\x7e\xdc\xb9\x75\x6d\xda\xd4\xb3\xc6\xac\xde\x5c\x9f\ \x31\x7b\x7a\x4e\xac\xa2\x62\x4f\x20\x3d\x04\x75\xae\x92\x80\x08\ \x84\x69\x5d\x7b\xd6\x6c\xaf\x36\xaf\xbf\xe9\x92\xdf\xfe\xe9\x55\ \x57\xa0\xeb\x8a\xac\x71\x67\x4e\xe3\x7b\x7f\xfd\xe8\xf3\x7b\x22\ \x9a\x49\x9b\xaa\xe3\x8e\x19\x0c\x19\xdc\x4b\xe8\xf2\x85\x52\xd3\ \x38\xeb\xde\xbb\xf1\xa5\x25\xef\x15\x94\x97\x9a\x28\x10\x80\x32\ \x16\x6d\xab\x59\xb3\x57\x8e\x1f\x53\x9c\x42\x84\x1c\xf2\x36\x39\ \x21\x64\xff\xce\x4c\x92\x92\x92\x7c\x3e\xdf\xff\xde\xf9\xe7\xe1\ \x88\xd0\x34\xcd\xb1\xed\xfa\xba\xba\xcc\xac\xec\xe4\xe4\xe4\x23\ \x4a\x4f\xba\xae\x4f\x99\x3c\x99\x10\x22\xa5\x3c\x46\x81\x0a\x14\ \x36\x49\x3f\xfb\xf2\x6f\x16\x9f\x49\x46\x8c\x2a\xd8\xb2\xe2\xd9\ \xdd\x6d\xf6\x4c\x3d\x98\x3f\xba\x5c\xa4\xc4\x91\x68\x79\x19\xc1\ \x0e\x47\x05\xd2\x92\x1d\xec\x6b\xef\x57\x3e\xd3\x64\x48\x5c\xbb\ \xbf\xb3\x4d\xe4\xa4\x84\x28\xa3\x8c\x52\x42\x08\x63\x8c\x30\x1e\ \x0e\xa5\x43\x7b\x6b\x9f\x4b\x0c\x43\x63\x40\x9d\x58\x7b\x8b\xa3\ \x07\x93\x42\x44\xf5\x02\x01\x94\xae\x96\x31\xf9\x96\x6f\xdf\x23\ \xc3\x39\x99\xe6\xc0\xc2\x47\xd7\x59\x98\x45\xb8\x51\x30\x6e\x92\ \x93\x0b\x5a\xa4\x7a\xef\xee\x1d\x0a\x28\x97\x3d\x4b\x9f\x7a\x2d\ \xe5\x47\xdf\xbb\xfc\x8c\x2e\xd7\x72\x38\x2a\x5b\xfa\xa7\x9d\x32\ \x35\x52\xbd\xbc\xa1\xb9\x72\x67\x87\x31\x63\x66\xf9\x9a\xaa\xad\ \xc9\x21\x7f\xeb\xba\x25\x75\x45\x17\xcd\x3d\x65\x7a\x41\xce\x8c\ \x8e\xf5\x4b\xaa\xb2\xcf\x2a\x4f\x0b\x11\xd5\x75\x40\xc9\xd5\x49\ \xec\xbd\x17\x16\x99\x77\xff\xf8\x9a\x0b\x9b\xdb\x1d\x47\x21\x06\ \x52\xb2\xad\x7d\x1d\xfd\x16\x18\x1a\xa3\xfe\xec\xf3\x16\xcc\x68\ \xf9\x78\x65\x75\x47\x9c\x31\xcf\x66\xfa\x05\x02\x5a\xb1\x58\xd6\ \xd4\xb3\xbe\xfb\x9d\x2b\x43\xc2\x92\x08\x5c\x37\x3b\xb7\x2c\xfd\ \xd3\xab\x7b\x6d\x81\xa0\x93\xa1\x5b\xcd\x50\x9d\x0e\xa5\x94\x52\ \x4a\x8f\x9b\x4e\x9c\x36\x27\xa4\xb4\x2c\xcb\xb2\xe2\x00\xc9\x87\ \x0b\x4e\x84\x00\xe7\x3c\x61\x6f\x22\x84\x28\xc4\x4f\xcb\x28\x38\ \x28\x20\x83\xd5\x50\x5d\xb1\xb6\xa2\xe5\xcd\x57\xda\x9a\x5b\xf7\ \x89\xe4\x32\x53\x75\xbc\xfd\xd2\xa3\xcb\xb7\x75\x2b\x1a\xb8\xf4\ \x8e\xdc\x89\x7e\xad\x7f\x4f\x9b\x4e\x67\x95\x64\x9b\x75\xf5\xb6\ \x0e\x8e\x96\x56\x96\x5f\x48\x2b\xdf\xee\x1d\x9a\x0a\x97\x82\xea\ \xee\x6a\x92\x79\x93\x72\x82\xac\xa3\xdb\xd1\xd0\x31\x0a\x8b\x47\ \xe8\xf6\x8e\x7d\x3d\xc8\x28\x28\x00\xca\x54\x7c\xdf\x96\x75\xeb\ \xb3\xe7\x5d\x9d\x6b\xed\xd8\x51\xd7\x46\xc2\x05\xc4\xee\x5f\xf5\ \xf4\xfd\xaf\x56\xc7\x4d\xce\x88\x52\xa3\x38\x21\xdc\xa0\x91\xda\ \xe7\x9f\x5e\xf2\xdd\xaf\x5f\x95\x16\xc6\x0f\xd6\xd8\x66\x56\xc9\ \xe4\xb2\xa2\xcc\xe8\x39\xf7\x8c\x3c\xc3\x48\x4d\xce\x4e\x9d\x9a\ \xfd\xda\x1e\x43\xf3\x51\xbb\x73\xf5\xf2\x55\xa7\xfc\xf4\x7b\x93\ \x3b\xd7\xfd\xf6\x99\xcd\x39\x57\x9f\x63\x04\xcd\x83\x44\x20\xa6\ \x6b\x62\xdf\x4b\x4f\x2e\xfc\xce\x1d\x57\x96\xa7\x69\x5b\xf7\xc8\ \x48\x47\xbd\x9e\x57\x9a\x1e\x64\x2d\x1d\x71\x23\x14\x9a\x74\xf6\ \xd9\xb4\xea\xfd\x3d\x6d\x51\x8f\x9b\xbe\x48\xcc\x04\x34\x14\x0c\ \x3b\x5d\xed\x7d\x11\x61\x52\xc7\x55\x00\x8c\x75\x75\xb4\x38\x66\ \xd0\xaf\x53\x2f\x5f\xf8\xe7\x6d\x0b\x24\xe4\x88\x39\x99\x19\x67\ \x42\x88\x5d\xbb\x76\xf4\xf5\xf6\x22\x62\x30\x18\x1c\x3d\xba\x8c\ \x71\xed\x28\x46\x45\xcd\xb0\x6a\x77\x6f\x5e\xb7\xb1\xdd\xe7\xd7\ \x09\xe1\x8c\x02\x31\x19\xd7\x74\x8d\x33\x49\x35\x9d\xea\x86\xee\ \x8b\xed\x5d\xfb\xf6\x8e\xd3\x2f\xbf\xf3\x6e\x6d\xf1\xca\x0e\x37\ \x30\xeb\xfc\x8b\x53\x9a\xdf\x59\xbd\xab\x9d\x71\x4e\x28\xa1\x26\ \x03\x02\x9a\xc6\xda\x76\x7e\xf8\x6e\xcd\x69\x37\xdd\x75\xc7\x92\ \xe5\x1f\x0c\xf0\x8c\x33\x2f\xfa\xea\xc0\x86\xc5\x1b\x6a\xfa\x35\ \xcd\x40\x1b\x28\xa3\xa8\xba\x76\x6c\xfe\x60\x59\x45\xc7\x77\x7f\ \xfa\xa3\xaf\x2d\xd8\xf9\x3f\x2b\x6c\x8d\x07\x46\x8e\x9b\x38\x29\ \x68\x99\x1a\x1d\x68\xae\x01\x8a\x44\xa7\x9a\x6e\x74\xed\x79\x6f\ \xd1\xea\x29\xff\xef\xa6\xa9\x40\xe9\xd8\x69\x67\x67\xb5\xbd\xf7\ \xfb\xfb\x9e\xeb\x47\xa6\x02\x23\xef\xfc\xee\x9d\xf3\x26\x6f\xf0\ \x33\x1f\x48\xd6\x5f\xbf\xfe\xfd\xf5\xdb\x46\xb6\xbc\xb7\xb7\xc7\ \xca\xa0\xa0\x25\x85\x35\x40\x62\x10\x42\x09\xa1\x40\x74\xca\x34\ \x23\xde\xb8\x7e\xe1\x9b\x13\x7f\x75\xf7\x05\x01\x93\xb6\xef\x5a\ \xf5\x41\xf7\x9c\xaf\x7d\xeb\xb6\xc5\x4b\xdf\xef\xf7\x17\x67\x98\ \xe8\x65\x46\xf8\xc2\x41\x08\x95\x55\x3c\x2e\x33\xbe\xe2\x85\x25\ \x1f\xde\x7c\xc1\x14\x83\x60\x4f\xed\xfa\xe7\x5f\xdb\x30\xe2\xec\ \x6f\x26\xeb\x52\x58\x07\xaf\x88\x49\x13\x27\x1c\xb0\x86\xcc\x9c\ \x39\x4b\xd3\x34\xcf\x22\x7e\xe2\xec\x4d\x91\x48\x64\xd9\x1b\x4b\ \x03\x81\x60\x30\x18\x1c\xaa\xca\xf9\x7c\xe6\xf8\xf2\xf1\x95\x7b\ \x76\x13\x42\x46\x16\x97\xa4\xa7\x67\xf4\xf7\xf7\xef\xde\xb5\xcb\ \xd0\x35\xdb\x8e\xa7\xa7\x67\x26\xaa\xe8\x28\xa5\xde\x7e\x7b\xc5\ \x60\x95\x41\x6a\x64\x66\xa5\x77\x57\xed\x68\xed\x13\x9a\xc6\x08\ \x00\x70\x5f\x56\x66\x4a\xdb\xce\x8a\xf6\x01\x41\x28\x4f\xc9\xce\ \x11\x9d\xd5\x95\xcd\x6d\x35\x3b\xb7\x77\xd1\x9c\x69\x33\xa6\x8d\ \x2b\x2e\xe8\xab\x5a\xf3\xe4\xd3\x6f\x74\xb9\x94\x51\xa0\x66\x38\ \x3b\x59\xab\xde\xb6\xa3\xdf\xa5\x4c\xc5\x76\x6f\xde\xe4\x24\x97\ \x4c\x9f\x36\x65\xf4\xc8\xcc\x96\x4d\x4b\x9e\x7a\xf5\xdd\x08\x68\ \x9c\x12\x50\x8a\x87\xd2\x33\x7d\xb2\x6a\x47\x4d\x2c\xd2\xb5\x77\ \x9f\x5b\x36\x3e\xbf\x61\x57\x6d\x20\x2f\xbf\xb0\xb4\x74\x74\xc9\ \xe8\xb2\x31\xe3\x92\x45\x53\x55\x27\xa4\xd2\xc8\xce\x1d\xf5\xa0\ \x91\xb6\xba\x1a\x15\x30\x3b\xeb\x6a\x78\xfe\xc8\xce\x9d\xab\x37\ \x55\x75\x28\x82\x76\x7f\x2f\xfa\x93\x32\x42\x4e\x67\x54\x76\xd6\ \xef\x6c\xec\x8d\x34\x6d\xff\x78\x6b\xdd\x3e\xa4\xd4\x97\x94\x13\ \xb0\x3b\x76\x57\x77\x64\xe4\x66\x75\xec\xda\xda\xee\x86\x73\xfc\ \xee\xae\x8a\x6a\x49\x69\x67\x63\x6d\x4c\x37\x63\xad\xd5\x95\x75\ \xad\x7b\xb6\x6e\x27\x19\x65\xd3\x4e\x3e\xa9\xb4\x30\xa3\x7b\xcf\ \xfa\x75\x9b\x76\x47\x1c\x45\x3d\x3f\xdd\x70\x82\x52\x2a\x18\x0c\ \x9e\x71\xe6\x99\x9f\xe2\xc3\x51\xd4\x97\x56\x9c\xa3\xaf\x7e\xfd\ \x85\xc5\x6f\xbc\xfd\xee\xaa\x15\x6f\xac\x5c\x9f\x3c\xe9\xc2\x1b\ \x2e\x9e\x61\x48\xf7\x10\x7d\x8d\xdc\x70\xdd\x35\x89\xa3\x5b\x9a\ \xa6\x7d\xfb\x3b\xdf\xf5\xec\x4d\x27\xd4\xde\xd4\xda\xda\x7a\xf7\ \x5d\x77\x64\x66\x66\x65\x65\x67\x1f\x78\x79\x52\xca\xb4\xb4\xd4\ \x39\xb3\x67\x4f\x9d\x36\x7d\xf4\xe8\x52\xcb\x8a\x4b\x21\x00\x60\ \x5f\xc7\xbe\x2d\x9b\x37\x65\x65\x66\x8c\x2d\x9f\x78\xe0\xcc\xca\ \xbf\xfd\xe8\x9e\x68\x34\x4a\x29\x05\x50\x76\xdc\x66\xba\xa9\x71\ \x32\xd8\x12\x2a\xdb\xb2\x99\x61\x6a\x8c\x00\x82\x6b\x5b\x92\x6a\ \x86\xce\x41\x49\xd7\x71\x13\xe6\x2b\x42\x99\xa6\x69\x2c\xb1\x9e\ \x95\xb0\x1c\xa1\x1b\x66\xe2\x37\x54\xd2\x75\x5d\xa9\x90\x00\x10\ \xca\x35\x8d\x0f\x2e\x7b\x42\x50\x38\x96\xa3\x4c\x9f\x41\x09\x48\ \xd7\xb1\x05\x98\x26\x77\xe2\x96\x84\xc1\xc0\x50\xca\x75\x0e\xc2\ \x91\xc4\x30\x34\x02\x00\x28\x6d\xcb\xa1\x9a\x41\x94\x23\x41\x33\ \x0c\x0e\x88\x04\xc0\xb1\x2d\x45\x19\x51\x12\x98\x61\x70\xa2\x50\ \x01\x50\x42\x41\x3a\xb6\x8b\xcc\xd4\x99\x1d\xb7\x98\x61\x32\x10\ \x96\x83\xa6\xa9\x27\x7a\x69\xc7\x6d\xe0\x86\xa9\x53\x25\x85\xeb\ \x88\x44\x28\x14\x12\x6a\x18\x86\xc7\x4b\xc3\x4f\x32\x12\x59\x59\ \x59\xbf\xfc\xd5\x7f\x7d\x1a\x8d\x20\x82\xe1\x0f\x42\xb4\x6d\xe7\ \xee\xba\x01\x17\x82\xa9\xd9\x25\xa3\xf2\xb8\x74\xe4\x61\x97\x7b\ \x3a\xdd\xb0\x80\x6d\xdb\xd9\x39\x39\x23\x47\x15\xdb\x8e\xa3\x94\ \x52\x0a\x1d\xc7\x49\x4e\x4a\xce\xce\xce\xe9\xeb\xed\x1e\x2a\x1a\ \xe0\x7e\x00\x10\xdd\x34\x01\x60\x88\xc9\xfc\xa0\x4f\x98\x6e\x30\ \x00\x54\x0a\x80\x70\x5d\x3f\xc8\xb2\x38\x58\xce\x8c\x19\x06\xfb\ \x24\x74\x84\x50\x4d\x37\xb4\xc3\x2f\x43\x04\xca\x4d\x73\x30\x02\ \x93\x30\xcd\x64\x00\x08\xba\xe9\x3b\x84\x7b\x87\x34\x46\x13\x3d\ \x01\x76\xa0\x0f\x80\x00\x5c\x37\x0e\xcc\x3a\x95\xa8\xd4\x06\x88\ \x0a\x28\xd7\x0d\x00\x44\x18\xbc\x0b\xb8\x69\x7c\xd2\xcb\x4f\xbe\ \x14\x61\x9a\xc1\x0e\xef\xa0\x87\x13\x5b\x06\x8c\x00\x00\x20\x00\ \x49\x44\x41\x54\x61\x64\x51\xc2\x63\x44\xc5\x32\x8d\x47\xf7\x55\ \x6f\xde\xb2\xa3\xd7\x22\xa9\x39\xa3\x46\x8e\xc8\xd7\x95\xe3\x1e\ \x89\xc7\x3c\x6e\x1a\x16\x36\x28\x21\x44\x72\x4a\x1a\xe7\x5c\x08\ \x17\x01\x14\x2a\x04\x54\x0a\x53\x52\x52\xf6\xb5\xb7\x0e\x3d\x9d\ \xc4\x39\x3f\x90\xab\xc0\x83\x87\xe1\x68\x4e\xfd\xf4\xc9\x49\x99\ \x86\xfd\xf5\xcf\xde\xfb\xd7\xca\xb8\x1e\xe9\xe9\xf7\x99\xe6\xbb\ \x13\xe7\xdf\x79\xdd\xd9\x01\xe2\x1e\xee\x94\xf6\xb8\x69\x98\x6c\ \x37\xc0\xf6\x0b\x47\x83\xa6\x72\x85\x48\x80\x0e\x29\xb4\x8b\x08\ \x84\x90\x1b\x6f\xb8\x3e\x10\x0c\x7a\x02\x83\x87\x61\x2b\x37\x69\ \x9a\xa6\x3e\x65\x7e\x72\x4e\xaa\xb7\x7f\xb0\xd7\x3f\xfd\xdf\xef\ \x3a\x69\xe1\xb3\x1f\x9d\xbb\x60\xe6\xeb\x4f\x3c\x5f\xd1\x3c\x7d\ \x4e\x51\x50\x09\xe5\x71\xd3\xb0\x65\xa7\x03\x3f\xed\x4f\x80\x7b\ \xa8\x78\x8c\x4a\xa9\xd4\xb4\xb4\xd1\x65\xe3\xbc\xe1\xf2\x30\x6c\ \xa1\x94\x8a\x46\x06\x8e\x2c\x55\x01\x5a\x71\xcb\x9f\x5c\x10\xd0\ \x89\x6b\x47\x5a\x9b\x9a\x7a\x62\xc4\xe0\x47\x66\x21\x8f\x9b\x86\ \x1d\x39\x11\x02\x84\x1c\xa8\x4b\x7f\x84\xf8\x4c\x6f\xa8\x3c\x7c\ \x41\x21\x24\x66\x97\x9c\x34\x59\x43\x21\x75\x9f\xbd\xe7\xc9\x85\ \x2d\xb3\xcf\xbf\x6c\x7c\x6e\x40\x4a\xd7\xe3\xa6\x61\xaf\xae\x03\ \x89\xc4\x62\xae\x6d\x53\x4a\x19\xa5\xc4\xab\x20\xe0\xe1\x5f\x49\ \xa4\x92\x32\x90\x5e\x34\xd9\x10\xd4\x97\xb4\xe0\xda\x5b\xcb\x1a\ \xa3\xa3\x27\x8f\x37\x41\xb8\x47\xda\x70\xbd\x98\xda\x61\x44\x4b\ \x89\xff\x5b\x9a\x9b\x9a\x9b\x9b\x94\x52\x40\xc0\x93\x91\x3c\xfc\ \x2b\x41\xd3\x79\xe3\xd6\xb7\x9e\x5a\xb2\x8e\x06\xf5\x9d\x6b\x96\ \xbe\xbc\xe8\x89\x3f\xdf\xf7\x4c\x63\x8c\x1c\x31\x99\x84\xc7\x4d\ \xc3\x4b\xa7\x43\xc4\x91\xa3\x8a\x8b\x47\x97\x32\xce\x3d\xed\xcd\ \xc3\xbf\xdc\xfe\x8b\x76\x2c\x62\xf8\xfd\xd1\xea\x8f\xde\xda\x81\ \xb7\xfe\xe8\xfb\x23\xdc\xbd\xb5\x6d\x7d\x47\xcc\x95\xe8\xe9\x74\ \xc3\xec\xe5\x11\xb2\xb7\xb6\xc6\xb6\xed\xdc\xbc\x7c\xfd\x8b\x5f\ \xb6\x00\x11\xfb\xfb\xfa\x6c\xdb\xf2\xde\xec\xbf\x2a\x28\xa5\xe1\ \xa4\x24\x7d\x30\x72\xed\x18\x90\x48\x73\x47\x8e\xee\x59\xf6\xe2\ \xbf\x7f\x28\x4a\xe7\x7f\x73\x42\x4e\x70\x73\x7a\x76\xd8\x38\xb2\ \x5f\xcf\xe3\xa6\x61\xb7\x98\x0b\x47\x8c\x4c\xa4\xbe\xfc\x17\x30\ \x7b\xb7\x34\x37\x02\x10\xbf\xdf\x9f\x08\xb3\x1c\xa2\xbb\x02\x78\ \x0a\xeb\x17\xd2\xe8\x70\xd0\x4b\x24\x04\x5c\xd7\x6d\x6e\x6c\xc8\ \xce\xcd\xf3\xf9\xfc\xc7\x6c\x42\xb8\x6e\xf2\x88\xe9\xb7\xde\x16\ \x6e\x8e\xfb\x27\x4d\x9e\xc0\x34\xeb\x92\xeb\x6f\xf4\x87\x42\x20\ \x2c\x21\x10\x0e\x0e\x8c\xf2\xb8\x69\xd8\xc9\x4d\xf5\x7b\xeb\x6c\ \xdb\xce\xfb\xe2\xcb\x4d\x5d\x9d\x1d\x88\x90\x5f\x50\xe0\xbd\xd6\ \x7f\x6d\x98\xa6\x6f\x5f\x5b\x6b\xd1\xc8\xe2\xe3\x32\x5c\x30\x66\ \xfa\x0c\xa7\xb9\x61\xd5\x1b\x55\x02\x99\xcf\xe4\x56\xcc\xc9\x1b\ \x3b\x65\xfc\xc8\x4c\x90\x12\x3d\x6e\x1a\xce\x72\x53\xf9\xf8\x09\ \x4a\xaa\xde\xde\x1e\xf5\x05\x97\x9b\x22\x91\x81\x94\xd4\x54\xd8\ \x7f\x8e\x61\x48\xa6\xb0\x2f\xd8\x7e\x41\x29\x41\x3c\x31\x6f\x83\ \x10\x4a\x3e\x63\xe3\x89\xe2\x16\xff\xab\x53\xaf\xff\xc8\x37\xda\ \x7f\xc2\x08\x13\x61\xdf\x43\x83\xbf\x43\xe1\x70\x7b\x5b\x8b\x94\ \x32\x71\x22\xfd\x28\xe0\xba\xd6\x5d\xf5\xfe\xff\xfc\x75\x11\xcb\ \x2d\x4a\xf1\x69\xc4\xed\xae\xd8\x5e\x97\x36\x62\xc2\xdc\xac\x92\ \xf2\xe2\x6c\x72\x70\x66\x09\x7e\x3c\xab\xe5\x4b\x28\xbc\x24\xbe\ \x39\x10\x92\x48\xc0\xa6\x94\x4a\xbc\x15\x4a\xe9\xa7\x87\xe4\x27\ \xac\xd9\x80\x00\x08\x28\x85\x84\xcf\x74\xb2\x84\x0c\xfe\x67\x59\ \x96\x70\x1c\x40\xfc\xa2\x9f\x4b\x41\x44\x02\x14\xf6\x4f\xe8\x21\ \x65\x41\x13\xc3\x79\xe8\xbc\xa2\x8c\x11\x40\x29\xd5\x51\xd6\x14\ \x63\x43\x3d\x3a\xa8\x14\x50\x4a\x50\x09\xa9\x4e\xd4\x54\x00\x11\ \x69\x6e\xeb\x09\x67\xe5\x85\x34\x50\x08\x90\xc8\xc6\xb7\xff\xf9\ \x43\x2a\x34\xfc\x23\x14\x41\xec\xde\xaa\x86\x8e\xf4\xc2\x51\x49\ \x3a\x1c\x57\x43\x84\x10\x37\xd6\xd4\xda\x15\xca\xca\x09\xea\xf4\ \xf0\xa5\xc9\x38\xc7\x03\x95\x21\x3e\xf5\x2b\x39\x2d\x4d\x6d\x5a\ \x4a\x4e\x9a\x9f\x1d\x7f\xef\x09\x21\x78\x38\x2d\x20\x22\x00\x63\ \xec\x38\x79\x8e\x11\x6c\xdb\xbb\x9b\x96\x9c\x76\xcf\x77\xaf\x0e\ \xa2\xe2\x03\xdb\x7f\xf7\xd7\xd7\x4e\xbb\xe1\xae\xa9\x39\xdc\x76\ \x0f\x0d\x24\x38\x06\x37\x51\x4a\x8f\xc9\x85\x5f\xa8\xd5\x32\xf8\ \x72\x12\xd6\x0f\x3c\xa0\x37\x23\x02\x25\x80\x80\x88\x8c\x31\xc7\ \x71\xa4\x52\xa6\x69\x12\xc6\xba\xba\xbb\x23\x91\x88\xcf\xe7\x0b\ \x87\x93\xa4\x14\x91\xbe\x3e\xc7\x71\x13\x2c\x82\x0a\x14\x22\x3d\ \xb0\x8d\x10\xaa\x14\x52\x4a\x28\x21\x1a\x67\x49\xe1\x10\xa0\xfa\ \x0c\x29\x63\xf1\x93\xdd\x69\xff\x1a\x3e\x10\x81\x79\xd4\xfb\x5c\ \xab\xab\xb3\xa3\x2f\x66\x13\xee\xcb\xc8\xca\x0e\x99\xff\xf8\xfb\ \xc2\x78\xd7\xf6\x5d\x6d\x45\xe3\xc7\x85\xf5\x7f\x02\x2f\xa2\x52\ \x89\xcd\x19\x01\x64\x7c\xa0\xb3\xbb\x3b\x6a\x09\x6e\x04\x32\xb2\ \x32\x02\x3a\x13\x42\x1e\xb2\x95\xf7\x35\x56\xb6\xc4\x43\x65\xa5\ \xd9\x70\x44\xa6\x21\x14\xed\xfe\xa6\xf6\x4e\x07\xb9\x61\x68\xd2\ \xb6\x5c\x6a\xa6\x07\x22\x2f\x3e\xf7\xd6\xd8\x8b\x6f\x99\x33\xc2\ \x10\xe2\x9f\xbf\x89\x12\xca\xb0\x6f\xe7\xe3\x8f\xad\xb8\xe0\x5b\ \xff\x3e\x35\x05\x15\x10\x90\x6e\x4f\x67\x6b\x5f\xc4\x46\xca\xc3\ \x69\x19\x69\x61\xbf\xfa\x47\x1f\x4c\x28\x25\xfd\x3b\x9f\x79\xf2\ \xcd\xaf\x7c\xff\xff\x4d\x36\xf0\x78\x68\x82\x32\x86\x5d\x35\xcf\ \x3e\xf0\xd2\x19\xdf\xfa\xb7\x69\x39\xe6\xc1\x94\x4c\x28\x3a\x75\ \x15\x3b\xb5\xec\xe2\xfc\x74\xdf\xa7\x52\x3c\x61\x4c\xb5\x2d\x7c\ \xf4\xf1\xe2\x2b\xbf\x7f\xf1\x58\xbf\x3a\xee\xbe\x0f\xdd\x4b\x18\ \x63\x83\xdb\xcb\x7e\x31\x0a\x95\x3a\x1e\x03\xa2\x90\x2a\x73\xe4\ \xd4\x39\x06\x37\x19\xd5\x00\x48\x20\xe7\xd4\x79\x73\xb3\x02\x94\ \x1b\x86\x90\xb1\x43\xba\x7c\x34\x6e\x92\x52\x26\x25\x25\xe5\xe4\ \xe6\x7d\xd1\x45\x27\x4c\x9c\x03\x41\x82\x08\xa8\x00\x13\x81\xd7\ \x08\x0c\x81\xd1\x84\x94\xa3\x80\x92\x44\xd2\xcf\x81\xc8\x40\xcc\ \xb6\x34\xdd\xe8\xec\xe9\x5d\xb5\x6e\xc3\xb6\xca\x3d\xe1\x70\xd2\ \xf8\x89\x93\x06\x9a\xda\xb7\x55\x6c\xdb\xb9\x6b\x57\x6b\xdb\xbe\ \xc4\xe0\x08\xc5\x24\xea\x1a\xa5\x8c\x02\xd7\x4c\x66\x04\x8d\x60\ \x72\x28\x1c\x4a\x36\xf5\x92\x9c\xb4\x3b\xbe\x76\x1d\xf6\xb5\x12\ \x61\x7f\x26\xe9\xe9\x93\x2c\x03\x09\x92\x3a\x8e\xd8\xcb\x81\xed\ \x6f\xfe\xe0\xa7\x0f\x06\xc7\x4d\x32\x45\xbf\x45\xb3\xae\xfb\xf6\ \xb7\x67\x16\x86\xff\xb1\x81\x72\x9b\x36\x3f\xf8\x97\x15\x77\xfd\ \xe5\x37\xe1\x7f\x46\xd1\xc2\x04\x35\x01\x00\xa3\x74\xef\xca\xa7\ \xfe\xf3\xd9\x0d\x45\x63\x47\x62\x2c\x2a\xfc\x39\x17\x5f\x73\xc3\ \xac\xe2\x64\x29\x61\x7f\xd6\x4a\x04\x20\x95\x6f\x2d\x5c\x66\xcd\ \xf9\x79\x59\x2e\x10\x25\x81\x1e\x48\x68\xa9\xa4\x50\x0a\x29\xa7\ \x76\x67\xf5\xeb\x8b\x96\xb4\xf6\xf4\x56\xd5\xb6\xa4\x8f\x28\x4b\ \x4b\xc9\x9c\x7f\xc9\x82\xc9\x53\x27\xa5\x04\x08\x00\x3b\xfc\xe4\ \xc3\xfe\x1b\x39\xdd\x2f\x08\xcb\x4f\x78\x84\x24\x2a\x5f\x01\x80\ \x52\x42\x49\x60\x1a\xdf\x3f\xd6\x28\x5d\x81\x84\x72\xce\x00\x00\ \x88\x88\x46\xa3\x42\x21\x20\x52\xc6\x45\x5b\xc5\x9f\x7f\xf2\xdf\ \xdd\xd9\x63\x33\x0c\x37\x6a\xc3\xb8\x79\x97\x5f\x7d\xce\x64\x26\ \x05\xe5\x07\x6e\x57\x52\x20\x65\x0c\x94\x90\x0a\x98\xc6\x41\x0a\ \xa9\x80\x71\x8e\x4a\x12\xca\xc8\x01\xa1\x0b\x00\xa5\x6b\x39\x4e\ \x22\x25\xc3\xe0\xe3\x00\x00\x95\x10\x12\x0e\x74\x00\x40\xba\xee\ \x90\xfe\xa8\x58\x34\x2a\x14\x00\xa1\x9c\x53\x00\x40\x29\xa4\x42\ \x42\x29\xb5\xbb\x96\x3e\xfa\x68\xd1\x0d\x3f\x2b\xc8\x08\x10\x50\ \x84\x7d\x12\x36\xa4\x84\xab\x12\x5f\x19\x00\x28\xc4\xa2\x51\x47\ \xa8\x84\x9c\x45\x06\x3b\x2d\x81\x32\x82\x42\x4a\x24\x4c\x63\x89\ \x4e\x1f\x91\x4f\x09\xd9\xb0\x7e\xfd\xe8\xd2\xd2\xa4\x70\xf8\x40\ \x6d\x71\x75\x7c\x82\x2b\x22\xf8\x52\x32\xcc\xea\x6d\xcb\x5f\x6d\ \x26\x04\x00\x95\x9e\x54\x58\x18\x6f\x59\xf1\x7a\x4d\xf1\x8c\xd9\ \x39\x41\x36\x34\x0f\x35\x3f\x8e\xbd\xfc\x0b\xac\xd6\xe1\x81\xaa\ \x93\x6a\x50\x2c\x25\x8c\x48\x85\xa8\x80\x51\x42\x50\x4a\xe1\x22\ \x01\x4a\xa8\x14\x6a\x20\x12\x89\x59\xb6\xee\xf3\x75\xf4\xf4\xaf\ \xdf\xb0\xa1\xaa\xb6\x2e\x94\x99\x33\x73\xc6\x2c\x57\xc8\x8f\x3e\ \xf8\x70\xc7\x8e\xdd\xdd\xdd\xdd\xb6\xe3\x70\xa6\x49\xa9\x94\x14\ \x9a\xae\x07\xf4\xb0\xcf\xd0\x42\x7e\x5f\x28\x9c\xe2\x0f\xa7\x86\ \xd2\x32\x35\xcd\xf0\x73\x52\x90\x1a\x88\x46\x06\xa8\x65\xf9\x8f\ \x24\x78\x1f\x5d\x72\x1e\xd4\x7d\x0e\xa8\x8e\xc7\xba\xdd\x8d\xc7\ \xcc\xec\xd9\x3f\xf9\xf5\x4f\x72\x58\xfc\x95\xdf\xdd\xf3\xc0\x53\ \x6b\x4a\xaf\xcf\x7b\xec\xc1\x27\xeb\xfa\xb1\xfc\xec\xaf\xdf\x7e\ \x7e\xde\x6b\x8f\x3c\xf8\xee\xf6\xa6\x40\xfe\xa4\x9b\x6f\xbd\x65\ \x54\xb8\x7f\xc5\x33\x0f\x2f\xdf\xd4\x68\x64\x4c\xbc\xed\xee\x9b\ \x0b\x59\xd3\x73\x0f\x3d\xb6\xae\xba\x23\xa5\x78\xd6\xad\x77\x5e\ \x9d\xad\x9b\xac\x7f\xdb\x1f\x7e\xf6\x83\xfc\x31\x67\xdf\x74\xaa\ \xf1\xf0\xe3\x6b\xae\xfa\xe9\x4f\xc6\x25\xfd\x83\x41\x70\x88\x38\ \xa8\xe0\x02\x89\x47\xed\x9c\x71\xe7\xfe\xf8\xa7\x57\x92\x81\xae\ \x8f\x17\xdf\xff\xe0\xbd\x0f\x64\xfc\xc7\x8f\xfd\x35\xaf\x3f\xfa\ \xf2\xda\xa8\x34\xa6\x9c\x73\xc5\x15\xa7\x8d\xf1\x99\xac\x6e\xcd\ \x0b\x3f\xfd\x8f\x75\x13\x4f\xbb\xea\xf2\x19\xc6\xcb\x4f\x3d\xbd\ \x69\x6f\x4f\x30\x7f\xca\xd5\x57\x2f\x28\x4a\xe2\xc2\x75\xb5\x9c\ \x49\xb7\x7e\x7f\x1a\x74\x7e\xf4\xb3\xdf\xbf\x78\xe6\x9d\x3f\x39\ \x2b\x5f\x57\x56\xd3\xd3\xab\xf7\x8c\x1b\x3d\xab\x73\xe7\xb2\x07\ \x9f\x7f\x3f\x2e\xc1\xcc\x18\x31\x32\x19\x6b\x6a\x6a\x9d\x40\xf1\ \xd5\x37\x5e\x3b\x2e\xc7\xd7\xbc\xed\x9d\x85\xaf\xaf\xee\x88\xb3\ \x09\xf3\x2e\xb9\x6c\xde\x04\x2e\x5c\x45\xb8\xa6\x3a\xdf\x78\xe6\ \xb9\xf7\x77\xb4\xea\x29\xc5\x5f\xbd\xe1\xfa\xf1\x49\x7d\xaf\x3e\ \xfc\xd8\xba\xe6\x28\x28\x2c\x9d\xb3\xe0\xaa\xf3\x4f\x36\xdc\xbe\ \x77\x17\x3d\xbb\x62\x4b\xbb\x8f\xf5\xef\x8b\x1b\x9c\x12\x40\x05\ \x00\xd2\xb5\x84\x3e\xe2\xa6\xbb\x7e\x74\x52\x2e\x6b\xdc\xf6\xf6\ \x1f\xef\xfd\x33\x84\x7f\x71\xe3\xac\xfc\xca\x0f\x17\xbf\xb8\xec\ \xe3\x08\x04\x4f\x3e\xef\xea\x4b\xa6\xf2\x47\xee\x7b\x66\xe4\x85\ \x77\x9c\x51\x28\x5f\xf9\xdb\x23\xfe\x53\xae\x9b\x3f\x39\x69\xf1\ \xc3\x7f\x57\x13\xe6\x67\x36\xbf\xbb\x6c\x43\x1d\x22\x64\x8c\x3b\ \xfd\x86\x2b\xcf\x49\xa5\xfb\xad\x04\x18\xfb\x68\xf1\xa2\xe5\x1f\ \x57\x2b\x5f\xd6\x39\x5f\xbd\x6a\xee\xd8\xac\xde\xa6\x6d\xcf\x3e\ \xf9\x52\x53\xc4\xcd\x19\x7f\xe6\xf5\x97\x9e\x99\xac\x45\x3e\x7c\ \xf5\x99\x37\x36\x34\x9b\xcc\x6e\x8c\x30\xbf\x41\x5a\x36\xbf\xf9\ \xec\xeb\xab\xbb\x65\x70\xd6\xf9\xd7\x5d\x34\x3d\x57\x48\x04\xa2\ \xf9\x69\xf7\xeb\x8f\xff\x76\xc3\x8a\xb2\xab\xaf\xbf\x26\x37\xbe\ \xee\xc9\xe7\x97\x35\x47\xa0\x64\xc6\x79\x57\x5d\x38\x3b\x48\xec\ \x6d\x2b\x16\xbe\xb2\x6a\x27\xf3\xd1\xca\x5e\x6b\xa2\xa1\x43\xa4\ \xe5\xa5\xc7\x9e\xd8\xd8\x1a\x0f\x15\x9e\x74\xcb\x15\x33\xde\x5d\ \xf8\xa4\xef\x94\x9b\x2f\x9e\x90\x5d\xf5\xfe\x73\xaf\xd5\xa5\xde\ \x7a\xcd\x7c\xbf\x72\x86\x4a\x73\x84\x10\xe1\xba\xcb\x96\x2f\x5f\ \xba\x74\xe9\xf8\xf1\xe3\xaf\xbb\xee\xba\xe4\xe4\xe4\x44\x02\x1c\ \x85\xea\x78\xfc\xae\x84\x10\x27\xda\xb5\x67\xc7\x8e\x7e\xa2\x51\ \x02\xa8\x04\x4f\xa5\xa3\xb3\xf3\x6a\x2a\xab\x33\xa7\xcc\xca\x03\ \x18\xca\x70\xff\xf2\xb1\x97\xe4\xa0\xc5\xa2\x14\x80\xe2\x0c\x38\ \x43\x02\x92\x50\xa5\x50\x02\x60\xcc\x8e\x37\x34\x37\x5b\x52\xf6\ \x5b\xd6\x13\xcf\x2d\x7c\xe8\x89\x27\x1d\x42\x4f\x99\x77\x66\x52\ \x4a\xda\xaa\x77\xde\x7b\xe0\xfe\x07\xde\x5b\xf9\x7e\xe7\xbe\x4e\ \xe1\x2a\xce\x74\x02\x4c\xd7\x8d\xcc\x8c\xec\xa2\xfc\x11\xc5\xc5\ \x25\xe5\x63\xc7\x4f\x9a\x38\x65\xe2\xc4\x49\xe3\xc6\x95\x67\x67\ \xe5\x84\x43\x61\xbf\xe9\x4b\x0a\x85\xda\x5b\xdb\x62\x83\x49\xe0\ \x8e\xbd\x8a\x29\x63\x03\x91\x01\xa9\x54\x22\x61\x2f\x02\x10\x04\ \x42\x60\x60\xa0\x9f\x6b\xc7\x0a\xc2\x24\x40\x28\x65\x14\x40\xc4\ \xfa\x22\x11\x23\x68\x74\xec\x5c\xb7\xa5\x3d\xf3\xd6\xef\x7c\xef\ \xf2\xd3\xf2\xdf\x7d\xf2\x8f\x2b\xda\x33\xbe\xfd\xd3\x1f\x8f\x15\ \x1b\xee\x7d\x7a\x79\x4b\xf5\x87\x0f\xbe\x52\xb3\xe0\x8e\x1f\xdf\ \x7d\xd3\x45\x05\xc1\xf8\xe2\xbf\xff\x71\xa3\x1c\x7b\xcf\x4f\xbe\ \x97\xd9\xf6\xd6\xbd\x0b\xd7\xb9\x1a\xa7\xe1\xb2\xeb\xee\xf8\xfe\ \xb7\xae\x3f\x2d\x35\x39\x7d\xcc\xf8\xb2\xd0\xff\xc2\x55\xa8\x50\ \x1d\xb4\xab\x11\x42\x00\xf4\x60\xda\x69\x97\xdf\x30\x2a\xd2\xb0\ \x76\x73\x43\xe6\x98\x59\xd7\x7f\xe3\x8e\xeb\xce\x1c\xf1\xee\xc2\ \x85\x55\x51\x90\x0a\xf2\xca\xcf\xba\xed\x8e\x6f\x9c\x77\x72\xea\ \xf2\xc7\xff\xbe\xc1\x2a\xb9\xfd\x5b\x5f\xcf\xea\x5c\xf3\xe8\x6b\ \x1f\x3b\x94\x09\x29\x84\x94\x40\x80\x32\x42\x08\xa1\x94\x00\xa5\ \x44\x45\xf7\xec\xd8\xd9\x65\xe3\xbe\xea\x0d\x4d\x7c\xc4\x8d\xb7\ \xdf\x9c\xde\xb5\x71\x55\xb5\x7e\xed\x37\xbe\x56\xec\x6e\x59\xb8\ \x62\x43\xbc\x7b\xd7\xa3\x4f\x2c\xcb\x9b\x7b\xf5\x37\x2f\x9b\xbe\ \x7e\xd1\xa3\xef\x55\x0e\x30\x9d\x22\x0a\x49\x03\x53\xe7\x7d\xe5\ \xf6\x3b\x6f\x1d\x0b\x95\x2f\xbc\xfa\x81\xe3\xf6\x6c\xd8\xd8\x34\ \x79\xfe\x0d\xb7\x5c\x32\x75\xe3\xe2\x27\xd7\x34\xda\x8d\x1f\x3c\ \xf7\xcc\x7b\xed\xf3\xaf\xb9\xf1\xe2\x53\xcb\x4d\xa2\x24\xaa\x84\ \xa4\x93\xc8\xeb\x8e\x94\x00\xd5\x0b\x26\x9f\x7f\xd1\x49\x85\x5b\ \xde\xdd\xd2\x53\xff\xee\x83\x4f\xad\x2c\x3d\xf7\xba\x1b\xce\x1f\ \xb3\xea\xa9\xbf\xae\x6a\x21\x46\x7f\xfb\x86\x6d\xad\xe0\xb4\xbf\ \xbb\x74\xf9\xba\xda\x76\xb0\x9b\xb7\xec\xaa\x4b\x4a\xa7\x9b\xd6\ \x6f\x4b\x9e\x71\xd9\x6d\xd7\xcf\xef\xfa\x60\xe1\x6b\xeb\x9b\x41\ \xd3\x00\x80\x6b\xac\x7e\xf5\xf3\x4f\xbc\xdd\x70\xe6\x35\x5f\xbf\ \x70\x22\x7b\xe6\x81\x87\xb6\xf7\xc8\x50\x7a\xe1\x85\xd7\xde\x72\ \xfb\x0d\xf3\x3b\x3e\x58\xb4\xaa\xb6\xbb\xe5\xa3\x97\x9f\x5c\xd1\ \x70\xe6\x95\x37\x7d\xe5\xb4\x89\x7e\x4a\x99\xdb\xf2\xc2\xc2\x17\ \xdc\x31\x17\x7d\xfb\xb6\xeb\xa6\x8c\x0c\xbb\x32\x51\xd6\xc6\xb5\ \x49\xf2\x29\x17\x5c\x7f\xf7\xd7\x2f\xcb\x67\x75\xf7\xfe\xe5\x29\ \x1c\x73\xde\xad\xd7\x9f\xd7\xba\xf2\xc9\x85\xef\xd5\xf5\xd5\xbe\ \xfd\xe0\xa2\x8f\x27\x5d\x78\xfd\x55\x17\xcc\x4a\xd2\x40\x08\x01\ \x66\xda\x29\x0b\xae\xbb\xeb\xf6\x6b\x02\x8d\x2b\x17\x6d\xec\x0c\ \xcb\x81\x8f\x3e\xdc\x03\x80\x55\x1b\xd6\x5b\x10\xf0\x33\x50\x88\ \x08\x9f\xfc\x03\x02\x7d\xfd\xfd\xae\xeb\xce\x9f\x3f\x3f\x33\x33\ \xa3\xbd\xbd\x7d\x30\xcb\x3d\x80\x52\xc7\x65\xb9\x92\x42\x84\x73\ \x27\xde\x76\xcf\x8f\x7f\xf4\xc3\x1f\xfc\xf0\x07\x3f\xb8\xe7\x9e\ \x1f\x7f\xff\xeb\xe7\xe7\x17\x8d\xbd\xe9\xce\x5b\x46\x27\x33\xa1\ \xbe\x54\xf9\xc2\x31\xa1\x15\x0d\x16\x8b\x65\x0c\x50\x29\x21\x04\ \x63\x94\x52\x26\x84\x88\xda\xd1\xbe\x81\x88\x50\xd8\x35\xd0\xbf\ \x6e\xd5\xbb\xd5\xf5\xf5\x19\x59\x39\x33\x4e\x3d\xbd\xb2\xa6\xfa\ \xcd\x77\x9f\x69\x6b\xef\x8a\xc5\x2c\x29\x95\xae\x1b\x84\x31\x47\ \x08\xd3\xf4\x25\x27\xa7\xa4\x67\x64\xa4\xa7\x67\xe8\x66\xd0\xf0\ \x87\xfc\xa6\x61\x6a\x5c\x01\x11\xa0\x53\x60\x28\x09\x47\x15\x0c\ \x04\xa2\x91\x88\xcf\x87\xc7\x99\x68\xc9\x34\x8c\xd6\xa6\xc6\x8e\ \xf6\xb6\xec\x9c\x9c\x78\x54\x12\x02\xba\xa1\xc7\xa2\xd1\xb6\x96\ \x96\xa4\xe4\xb0\x52\xea\x28\x56\x3f\xca\xf5\x78\xf3\xea\x9f\xff\ \xb0\xcf\xe7\x0e\x88\xa4\xc9\xdf\xfd\xfa\x59\xfa\x9a\xfb\xc3\x99\ \x23\xc6\x8d\x2a\xe0\x72\x5f\xc5\xf6\xad\xed\xd1\xd8\x93\x0f\x34\ \x0e\xb4\xc5\x62\xfe\x3e\x2d\xe3\x94\xb9\x63\x16\xbf\xf2\xec\x73\ \x5f\xf9\xea\x35\xd9\xa9\x6d\xdb\x76\xef\x6e\xd3\x8d\x87\x1f\xd8\ \xd1\xd3\xed\x80\x88\xc4\x6d\x3f\xe5\x81\xac\x9c\x9c\x94\x20\x40\ \x70\xfc\x35\x37\x8e\xff\x5f\xda\x9b\x14\xa2\x52\x12\x18\x47\x44\ \x54\x52\x28\x45\x6c\x57\xa3\x5a\x92\x41\x5c\x2b\x52\xbf\x7d\xdb\ \x2b\x2b\xb6\xb9\x4e\xaf\x1d\x75\x22\xb6\x25\x25\x18\x81\xa4\xec\ \x8c\x74\x1e\xab\xdc\x54\xd5\xd8\xc9\xd9\xb3\x4f\x55\xf6\xf6\x23\ \xb3\x22\x5b\x56\xbe\xb0\x78\xc9\x47\x32\x7b\xca\x2d\x37\x5f\x5b\ \x0c\x0a\x11\xa5\x70\xd1\xa5\x42\xa2\xa6\x6b\x44\x49\x85\x3c\x39\ \x3d\xab\x28\xbf\xe4\x94\x09\x65\x8d\x0d\x19\xa3\x0a\x4b\xad\xe9\ \x65\x5b\x2b\xf7\x55\x57\xf5\xed\x6d\xec\x12\xef\xbf\xb6\x17\x2c\ \x47\xb1\x58\x4f\xb7\x42\x9f\x02\x90\x91\xce\x0d\x6f\xbf\xb6\xa5\ \x69\x20\xd6\xd2\x81\xa3\xba\x62\x32\x57\x0b\x24\xe7\xe6\x17\x15\ \x8f\xcc\x28\x7f\xfd\xe3\xe6\x86\x56\xd8\x58\x33\x7a\xd6\x57\x4f\ \x2d\x1f\x29\xd3\x4a\x93\xdf\xae\x15\x42\x48\x89\x12\x12\xf5\x88\ \x51\xba\xae\x74\x09\x68\x5a\xc0\xe7\xe3\x5d\xb1\x3d\x6b\xf7\x68\ \x85\xb3\x2f\x9a\x33\xce\x80\x91\x73\xdf\x5f\xf7\xd1\x86\x9e\xcb\ \xa7\x8d\x7a\x6c\x7b\x45\x6d\xb1\xee\x2b\x2c\x11\xed\x75\x55\x9b\ \x49\xcc\x5f\x3a\x21\x37\xb0\x8d\x1b\x99\x05\x23\x0a\xc6\x05\x67\ \x4e\x59\xb6\xb1\xa5\xcd\x1d\x9d\xf0\x9b\xc4\x2a\x3e\xda\x55\x3c\ \xfb\xea\x53\xc7\x8f\x82\x31\x97\xbc\xb7\xe6\x0f\x5b\x76\x77\x16\ \xe5\xd4\x2e\x7f\xf9\xdd\x6e\xdb\x6d\x8b\x59\x03\xf1\xee\xad\x5b\ \x6b\xb3\xa6\x5e\x38\x6f\xc2\x28\xd9\xd6\x93\x19\xde\x16\xc3\xa4\ \xe9\x27\x4d\x78\x79\xc3\xd2\x65\xbe\xb3\xcf\x3d\xf5\x64\x94\x52\ \x01\x12\x21\x15\xf0\xa4\xd4\xf4\xf4\xd4\xa4\x96\x0d\xaf\xef\x35\ \x8a\x7f\x7c\xfe\xec\x91\x26\x2c\x38\x65\xd5\x73\x5b\xd7\x55\xf4\ \xd4\x85\xc6\x9d\x72\xee\xec\x31\xa6\xf0\xe7\x86\xde\x53\x4a\xba\ \x3d\x4d\x2b\x97\x2e\xdd\xdb\xe7\xb6\xed\x1b\x48\xed\xc2\xab\xe6\ \x4c\x7e\xeb\xf9\x0d\x8d\xfd\xa3\x6b\xf6\x69\xe5\xf3\xc6\x30\x65\ \x1d\x92\x8c\x52\x4a\x99\x94\x14\xbe\xfc\xf2\xcb\x07\x8d\x47\x42\ \x24\xd2\x43\x53\x46\xf1\xf8\xdc\x86\x5c\xe3\xdd\xf5\x5b\x9e\x7b\ \x76\x69\x1f\xd1\x18\x01\x94\x0e\x4b\x9b\x72\xd3\xb5\xe7\xa6\xfb\ \x8e\x40\x6d\xff\xfa\x31\x04\x43\xbc\x0b\x88\x08\x0a\x05\xe3\x14\ \x10\xbb\xbb\x3a\xba\xfb\xfb\xa8\xce\xdb\x3a\x3a\x3e\x5c\xbb\xae\ \x3f\x12\x4b\xcf\xca\x2d\x1a\x5d\xd6\xd4\xd2\xbe\x72\xe1\x8b\xed\ \x9d\x5d\x28\x01\x14\xd5\xb8\x2f\x18\x30\x92\x92\x92\xc2\xc9\xa9\ \x84\xd1\xe4\xa4\x94\xcc\xac\x2c\x7f\x30\xe0\xf7\x07\x24\x70\x81\ \x9c\x11\x09\xd2\xa5\x40\x38\x33\x2d\x17\x75\x1d\x0c\x05\x3e\xc3\ \x1c\xe8\xe8\x12\x9c\x1f\x27\x37\x21\x60\x5a\x5a\xea\xb6\xad\x5b\ \xfa\xfb\xfb\xf3\xf2\xf2\x18\xe3\xad\xad\xcd\xb5\xd5\xd5\x99\x59\ \x59\x88\xf2\xe8\x06\x75\x94\xae\x91\x31\xe5\x1b\x77\x7f\xaf\x38\ \x35\x18\x0e\x9a\x00\x50\xe9\x4a\x44\x29\x01\x38\xa3\x04\xd8\x98\ \xd3\x2f\xbf\xe7\xd2\x29\xc2\x15\x4c\xd7\x0c\x4d\xbb\xfb\xbf\xfe\ \xb8\xfb\xfd\xd7\x7e\xf7\xdf\xf7\xb4\x7c\xf3\x1b\x86\x11\x98\x7c\ \xde\xf5\x77\x9f\x31\xca\x95\xca\xf0\xfb\x55\xf5\x4a\x57\x38\xea\ \x9f\xa4\xc1\x27\x36\x5d\xa5\x14\x30\x25\x95\x22\x84\x32\x4a\x35\ \x43\xeb\xa8\x58\xbb\x2d\xe6\xfb\x6a\xa8\xeb\xd1\xc7\x96\x95\x5f\ \xf7\xa3\x0b\x32\x6b\x7e\xfb\x97\xd7\x6c\x47\x50\x25\x85\x2b\x08\ \x00\x10\x46\x88\x56\x36\x7b\xc1\x2d\xa7\xe6\xb9\x12\xb8\xa6\x49\ \x6b\xe0\xe6\xbc\x49\xa8\xfb\xd3\x7d\xd2\xee\x93\x88\x88\x52\x2a\ \x29\x95\x94\x88\x80\x4a\x28\xa5\x50\xba\x0e\x00\x2a\x25\xdd\x98\ \x03\x28\x24\x05\x85\x14\x15\x0f\x15\x5c\x74\xf5\x4d\x23\x43\xa0\ \x80\xe9\x9a\x16\x8f\xd9\xa6\xc9\x37\xad\x7c\xe9\x95\x0a\x7a\xcf\ \x0f\xef\xec\x5b\x7d\xdf\x2b\x75\xae\x12\x0a\x41\xb9\x8e\x05\xd2\ \xa5\x04\x50\x2a\xdd\x24\xfd\xbd\xdd\x0e\x00\x53\x4a\xa9\xc4\xb3\ \x50\x81\x54\x4a\x21\x10\xce\x18\xd3\x74\x15\xa9\xff\xb0\xa2\x2a\ \x3c\xfd\xdc\x24\xa3\x39\x1e\xeb\x8f\x21\x18\x10\xeb\x8b\xc7\x08\ \x25\x05\x13\xa7\xb0\xd5\xcb\x5f\x78\x3d\x79\xea\x57\x2f\xeb\xdb\ \xfc\xe1\xa2\x77\x9c\xb4\x31\xe7\xa5\x19\x44\xa1\x52\xae\x0d\xa0\ \x29\x64\xa0\x94\x12\x89\x24\xc8\x54\xd7\x21\x32\xd0\x27\x00\x78\ \xbc\x3f\x2a\xa4\x8f\x47\x5e\x7b\xe4\xe9\xb6\x91\x57\x7c\xe7\xd2\ \x82\xa7\xff\xe7\x2f\xae\x2d\x0d\x8d\xc4\x7b\x3b\x05\x00\x55\x4a\ \x09\xd7\x72\xd8\xdc\xcb\xef\x2e\x99\xba\xf9\xa5\xa7\x1e\xf9\xed\ \xae\xe6\x9f\x7c\xfb\xb2\xa0\x14\x4a\x49\x29\xdd\x84\x15\x9c\x72\ \x03\xe3\xb1\x68\x4c\x81\x09\xfd\xfd\x31\xca\x74\xd3\xd4\x22\x7d\ \x7d\x51\x09\x26\x2a\xa5\x14\x05\xf7\xe3\x97\x1e\x5d\xdb\x33\xf1\ \xc7\x77\x9d\xbf\xee\xf1\x3f\x6d\x8c\x46\x52\xc6\xce\x2c\x64\x9b\ \xdf\x7c\xfd\xcd\x4e\x33\xe7\xbc\x91\x61\x27\x6e\x1f\x32\x13\x10\ \x88\x52\x4a\x88\xc8\xe0\xb6\x4f\x12\x35\xeb\x29\x28\x50\xc7\x57\ \xd4\x52\x49\x65\x84\x32\xa6\xce\x9c\x65\x13\x46\x28\xd7\xdd\xd6\ \xa5\x6f\x6d\xa8\xeb\x3e\x2d\xb3\xc0\x7f\xb8\xc3\x93\x1f\x8f\x46\ \xf4\x89\x35\x1e\x31\xa1\x1e\x23\xa2\x94\x12\x86\x54\xa9\x4d\x28\ \x2f\xc3\xcd\x32\xc5\x28\x38\x8e\x3b\x58\x08\x20\x61\x5d\xa6\x5c\ \x28\x35\x30\x30\xd0\x17\x8d\x75\xf4\xf6\xed\xac\xac\x6a\x69\x6f\ \x4f\x4b\xcf\x0a\xa6\xe5\x6c\xda\x52\xb1\xb3\xaa\xba\x77\x20\x06\ \x84\xb9\x92\x32\xa6\xa7\xa5\xa4\x16\xe6\x15\x66\x67\x67\x07\xc2\ \xc1\x80\x3f\xd4\x3f\x30\x90\x9c\x9c\xec\xf3\x07\x84\x54\x9c\x6b\ \x8a\x30\x4a\x18\x51\x2e\x0a\x0e\x08\x92\x30\xcd\xe0\x0a\xe3\x42\ \x2a\xc3\xf0\xb5\x45\x2d\x48\x0a\x1d\xb7\xd9\x58\x85\x92\x92\xfc\ \xfe\x60\x4b\x53\xe3\xde\xba\x9a\x44\xa1\xba\x82\xc2\xc2\x40\x20\ \xd0\xd4\xd8\x70\x8c\x7b\x5d\x3b\xee\xf2\xac\xbc\xf4\xf0\x7e\xd1\ \x4a\xba\x56\x24\xea\x20\x00\x40\xfa\x59\xf3\xcf\xf9\xcd\xd3\x4f\ \x3e\x81\x4d\x61\x4a\xc7\x4e\x3f\x67\x4c\x52\xdd\x92\xb7\xb6\xa7\ \xa6\xeb\xc9\x7e\x27\x62\x16\x9c\x7b\xc6\xac\x3f\x2e\x7a\xf8\xb9\ \xc8\x29\x3a\x6a\x53\xe6\x5e\x30\xa6\xa0\x28\x23\xd0\xf0\xc4\x23\ \x8f\xcc\x2e\x2f\x9f\x90\xdd\xff\xe0\xa3\xef\x5f\xfb\x1f\x3f\x1f\ \x9f\xfc\x8f\xda\x9b\x14\x26\xd6\x35\x50\x05\x4a\xb4\xd5\x6e\x7c\ \xfd\x35\xc3\xdd\xd7\xb0\x79\xf3\x8e\xf2\x73\xaf\x9f\x55\x96\xbe\ \x49\x27\xf5\x3b\x36\x6e\x68\x6b\xef\x89\x08\xe5\x62\xf6\xa8\xdc\ \xf6\x17\xde\x7a\xf4\x99\x58\x69\xc9\x98\x79\xb3\xc7\x3f\xf9\xce\ \xf3\x8b\xed\x69\xa6\x84\xb2\x93\x67\x96\xe6\xa5\x9a\x81\x64\x00\ \x44\x94\xd2\x75\xe2\xf1\x98\xed\x4a\x21\xa4\x10\x22\x1e\x8b\xd9\ \xae\x14\x76\x3c\x16\xb7\x05\x80\x63\xc5\x63\x71\x5b\xa0\x74\xec\ \x78\xff\x40\x2c\xbd\x64\xfa\xe4\xdc\x15\x0b\x9f\x7b\x69\x46\x69\ \x3a\xf5\xa5\x4f\x9f\x35\x3d\x19\xa4\xe3\x12\x5f\x38\x55\xb7\x2a\ \xb7\x6e\x58\x17\xab\x69\x77\xb1\x50\x0a\x27\x1e\x8d\x0b\x57\x82\ \x12\xf1\x78\xd4\xb5\x70\xfc\x19\xa7\xbf\xf6\x97\x25\xf7\x3e\x32\ \x50\x48\x6b\xf7\x0d\x48\x82\x4a\x08\x25\x50\x0a\x89\x4e\x5f\xc3\ \xbb\x6f\x2d\x69\x08\x58\x95\x15\x1b\x5b\x43\x53\x6f\x9b\x37\x3a\ \xdf\x72\xd2\xdf\x7b\xea\xfe\xbf\x3f\x3d\x92\x34\x6e\xee\x4e\xbb\ \x71\x5a\xae\x9e\x94\x35\xce\xff\xd0\x43\x9b\xf1\xde\x3b\x66\x77\ \x56\x2f\x7b\x76\x79\xdf\x8f\x2f\x1e\x43\xdd\x48\x3c\x16\xb3\x6c\ \x01\x52\xda\xf1\x58\xdc\x67\xa1\x91\xc4\xad\xb6\x35\x6b\xf7\x5c\ \x78\xd6\x19\x6f\x3e\xb4\xe4\xc1\xa7\x7b\xb4\xa6\x0d\x03\x29\xe5\ \x33\xcb\x52\xd7\x87\x02\xfd\x4d\xbb\xd6\x6f\xe8\x69\xea\x1c\xc8\ \x77\xd8\x94\x53\x67\xbf\xf9\xb7\x57\xff\xf4\x70\xb4\x84\x37\x37\ \x46\x88\xa9\x7a\xde\x5f\xbe\xb2\x43\x06\x83\x81\x00\xb1\xa2\xb6\ \x90\xa6\x14\x9c\x07\xf2\x0a\xd8\xbb\x4b\x9e\x75\x1b\xc7\x4e\x28\ \x1f\x3b\x27\x6b\xed\x53\x0f\x3e\x70\x72\x01\xac\xd9\x12\x9f\x77\ \xe3\x8c\x31\xd9\x79\x59\x6f\x3d\x72\xef\xdf\xb4\xc9\xb9\xf6\xde\ \x9e\xd8\x78\x42\x02\xa9\x29\xa2\xa6\x7e\xd3\xfa\x8d\x35\x2d\x5d\ \xaa\x44\x80\x9e\x73\xda\xac\xfc\xdf\xdd\xb7\x68\xdc\xb5\x3f\xc9\ \xd5\xdc\xb8\x2d\x0f\x09\x3d\x48\x2c\x73\xc3\x30\x12\x26\x51\xd7\ \x75\x5c\x21\x01\x41\xa1\x3c\x3e\x95\x0e\xa4\x94\xfe\x94\x82\x33\ \xce\x2f\x1d\xfc\xdd\xaa\xde\xfc\xe1\x76\xdb\x95\x70\xc4\xca\x43\ \x47\xa9\xb3\x82\x88\x3e\x9f\x3f\x14\x0a\x25\xe2\xbc\x12\xd1\x3d\ \x00\xe0\xba\xae\x10\x82\x52\xca\x39\x4f\xb0\x15\xdd\x1f\x04\x04\ \x07\x07\x65\x7d\xee\x21\x03\xae\xeb\x10\x4a\x85\x10\x84\x12\x04\ \x42\x08\xb3\x84\x88\xda\x4e\x5d\x63\xf3\x47\xeb\xd6\x57\xd5\x35\ \x0a\xa2\x2b\xe0\x9b\xb7\xed\x78\x73\xc5\xca\xbd\x0d\xcd\x71\x07\ \x81\xe8\x8c\x9b\x39\x39\x05\x63\xc7\x94\x4f\x9b\x3a\xbd\xb4\x6c\ \x5c\x5a\x7a\xa6\x3f\x10\x32\x03\x41\x21\x54\x28\x39\xc5\xe7\x0f\ \x21\x50\xca\x34\xd0\x0c\xc9\x34\x4a\x09\xa1\x04\x09\x95\x84\x39\ \x12\x11\x81\x81\xca\x4e\x4b\x6e\x6b\xda\x9b\x9d\x16\x4a\x49\x0e\ \x1d\x88\x92\x3b\x4a\x9d\x15\xd3\x34\x26\x4f\x9a\x98\x9c\x92\x9a\ \x9c\x9c\x9c\x9a\x9a\x96\x91\x91\x91\x9e\x9e\x11\x08\x04\x5d\xc7\ \x1d\x18\xe8\xcb\xc8\xc8\x3a\x50\x67\x25\x16\x8b\xa6\xa5\x67\x1e\ \xec\x3a\xd1\x02\x19\xb9\xa5\xa3\x8b\x0c\x7a\xc0\xd3\xac\xa5\xe4\ \x16\x8e\x1e\x99\x45\x01\xd2\x8b\xa7\x8c\xcb\xd5\xea\x6b\xea\x22\ \xe8\x2b\x1e\x3b\x36\xdd\x88\xed\xae\xd8\x56\xdb\x16\x19\x77\xfa\ \x55\x5f\x9d\x5d\x9a\x37\xf6\xa4\x51\xc9\xa2\xae\xb6\xde\xa2\xa1\ \xd1\xa5\xc5\xa9\x49\x19\x63\x46\x17\x74\xd7\xef\xb5\x8c\xb4\xb2\ \x92\x3c\x42\xcc\x92\x71\xa5\x21\xed\x1f\x7c\xa1\xfb\xda\xdb\x7c\ \xfe\x80\xae\x6b\x42\x4a\xae\x1b\x40\x9d\xbe\xde\x01\x65\xa6\xce\ \x3a\xef\x8a\x0b\x67\x8e\xa6\x34\x30\x7a\x64\x46\x77\x63\x4d\x4b\ \x3f\x19\x3d\x65\xc6\x84\xe2\x9c\xd4\xdc\x51\x99\x9a\xd3\xdc\xda\ \x13\xcc\x2c\x9c\x3e\xf7\x94\xa2\x80\xdd\xd0\xd4\x16\x57\x66\xc1\ \xa8\x11\x49\x26\x13\x42\xaa\x84\xe3\x1a\x40\x33\x53\x8a\x46\x14\ \x86\x39\x4a\x05\xdc\x08\x16\x15\x15\x26\x99\x3c\x94\x56\x50\x90\ \x95\x42\x10\x42\x99\x79\xf9\x39\x29\xa0\x20\x9c\x92\x35\x72\x44\ \xc9\xc4\xf2\x62\xd5\xdb\xd6\xd2\xd1\x67\xa4\xe4\x14\xe5\x67\x69\ \x20\x5d\x81\xa9\x39\x45\x79\x41\xa7\xb6\xb6\xc1\x0d\x14\xcc\x9c\ \x79\x52\x6e\x5a\x50\x33\x43\x05\x23\x0a\x02\x1a\x00\x35\xb2\xf3\ \xf2\x47\x14\x97\x95\x17\xa7\x75\x36\xd6\x77\x39\x81\xa9\x33\x4e\ \x29\x1f\x91\xc9\x13\x46\x15\xca\x0d\x1f\x89\x0c\x44\x62\x0e\x14\ \x4d\x9e\x77\xe5\x25\xe7\x64\x6a\xae\xf2\x65\x8d\x1f\x9b\xd7\xdb\ \x58\xd7\x47\xb2\x2e\xf8\xea\xa5\x63\xb3\x4c\x07\x59\x52\x5a\x5a\ \x6e\xf1\xf8\x09\x23\x73\x92\x52\x43\xe9\x45\x63\xa6\x8e\x1f\xa5\ \x49\x97\x70\x7f\x7e\x61\x61\x86\x8f\x29\xa2\x65\x64\xe7\xe7\xe7\ \x16\xe6\x86\x7d\xb6\x60\x65\x27\xcd\x9e\x58\xe8\x6b\xaa\x69\x80\ \xf4\x71\x97\x5d\x76\x6e\x96\x5f\xcb\x29\x19\x45\xfa\x9a\xeb\x5a\ \x7a\x33\x46\x4d\x9c\x3e\xa1\x24\x3b\xaf\x64\x7c\x71\x7a\x67\x63\ \x7d\x97\x63\x94\xcf\x9c\x3b\x69\x54\x7a\x6f\x4b\x5d\x55\x4d\x23\ \xa6\x8f\xb9\xe0\x82\x73\xb2\x4c\x74\xa5\x92\x44\xcf\x1b\x31\x0a\ \x7a\x5b\x3b\xa3\x50\x30\x66\xe2\xec\xe9\x13\xb1\xab\xa1\xa9\x8f\ \xcd\x39\xff\xb2\xb9\x63\xd3\xc0\xc8\x98\x50\x3e\x22\xba\xaf\xb1\ \xb5\x47\x8e\x99\x3a\x73\x4a\x59\x61\x61\x71\x69\x92\xea\xad\xdd\ \xdb\x6a\x66\x16\xcf\x98\x31\x39\x37\x3d\x39\xc5\x70\x37\x6d\xaa\ \x9e\x75\xe9\x65\x23\xc3\x4c\x48\x85\x43\x01\x48\x09\xe9\xe9\xe9\ \x79\xe7\x9d\x95\x95\x95\x95\x15\x15\xdb\x29\xa5\xa9\xa9\xa9\x00\ \xc8\x38\x6f\x6b\x6d\xc9\xce\xc9\x3d\x20\xa0\xb8\x8e\x73\x64\x9d\ \x8e\xf3\x81\x8e\xaa\xd7\x5e\x5c\xbc\x76\xf3\x96\x6d\x5b\x37\xbf\ \xfb\xc6\xb2\x6a\x27\xff\xbc\x73\x66\x85\xf9\x11\xc8\xed\x68\x75\ \x56\xa4\x94\xa9\xa9\x69\x39\xb9\xb9\x07\xf6\xf6\x44\xf8\x8f\x94\ \xf2\x40\x34\xdd\x01\x3e\x1a\x8e\x19\xac\x11\x51\x49\x02\x04\x08\ \x55\x04\x14\xa1\xbd\x03\x91\xda\xa6\xc6\x9d\xbb\x77\xb7\x77\x74\ \x09\x25\xfb\x07\xe2\x55\x35\x0d\x4d\x2d\x2d\x8e\x2b\x28\x63\x9a\ \x6e\x06\x83\x49\x29\x69\xe9\x59\x59\xb9\x79\xb9\xb9\xd9\xd9\xb9\ \x40\x18\x65\x5c\x2a\x05\x48\x08\x63\xfb\x3a\x3b\xc3\xe1\xb0\xdf\ \x1f\xb0\x2c\x5b\x29\x85\x5c\x8f\x49\x05\xd2\x46\xe1\x4a\xa9\x5c\ \x05\x8e\x8b\x1a\xa3\x06\x38\x13\x47\xe5\xec\xdc\xb8\x76\x7a\x79\ \x51\x41\x76\xba\xbb\x3f\x90\xe7\x28\x75\x56\x92\x92\xc2\x37\xdf\ \x74\x63\x46\x66\xf6\xd0\x08\x4f\xc6\x98\x6d\x3b\xad\x2d\x8d\x63\ \xc7\x4d\xd0\x74\x1d\x11\x5d\xd7\xed\xec\x68\x2f\x1d\x53\xfe\x85\ \xd0\xa6\x2b\xb6\x6d\xce\xc8\xcc\x0a\x87\xc2\xc2\x75\x80\xe9\x3e\ \x53\x4f\xbc\x11\xc7\xb1\x1d\x57\x00\x21\x8c\xeb\xa6\xa1\x13\x00\ \x54\x22\x1e\xb7\x14\x50\xc3\xf4\xe9\x9c\xb8\x8e\x65\xd9\x52\x33\ \x4d\x83\x33\x00\x69\xc5\xad\x21\x56\x52\x04\xc2\x7d\x86\xee\xda\ \x71\x17\x81\x00\x35\x4d\x43\x38\x71\x64\xa6\x46\xa4\x65\x3b\x4c\ \xf7\xe9\x4c\xc6\xe3\x0e\xd3\x4c\x83\x61\xdc\xb2\x81\x69\xa6\x61\ \x70\x46\xa5\xb0\xe3\x96\x8d\xfb\x93\xd1\xe8\x86\x4f\xe7\x14\x00\ \x85\x63\x5b\xae\x32\xfd\x86\xb0\xe2\xae\x24\xa6\xcf\x04\x61\x59\ \x2e\x32\xcd\xf0\x19\x1a\x25\x20\x85\x6b\x59\xb6\xda\x1f\x7b\x60\ \xfa\x7c\x1a\x49\x84\xd7\x3a\xb6\x33\x98\xe8\x9a\x32\xcd\x34\x0c\ \x4a\x94\x6d\x59\xae\x54\x88\xc0\x75\xd3\x64\x2a\x66\xd9\xc0\x4d\ \x3f\x27\x71\x2b\x2e\x81\x9a\xa6\x89\xae\x65\x0b\xd4\x0d\x1f\x43\ \x37\xee\x08\xdd\xf4\x71\x90\x96\x6d\x53\xcd\x34\x75\x8d\xa0\xb4\ \x2c\xcb\x95\x8a\x32\xcd\x34\x4d\x46\x00\x40\xd9\xf1\xb8\x23\x15\ \xd3\x0c\x9f\xa1\x53\x00\x29\x9d\xb8\xe5\x6a\x86\x4f\xd7\x18\x28\ \x61\x59\x9f\x8c\x0f\xa1\x9a\xcf\x34\x18\x51\xf1\x78\x5c\x20\xf5\ \xf9\x7c\x8c\xa0\xeb\x58\xb6\x9b\xd0\x72\x34\xd3\x34\x28\x05\x94\ \xc2\xb2\x2c\x09\xcc\x30\x4d\x8d\x12\x42\xa9\xd3\xdb\xba\x65\xcb\ \xc6\x8a\x6d\xdb\x7b\xc2\x93\x6e\xbe\x7c\x9e\x89\x47\x50\xed\x09\ \x80\x94\x72\xc5\xdb\xef\xbc\xf3\xce\xaa\x31\x65\xa5\x97\x5f\x7e\ \x59\x6a\x6a\x1a\x22\x9a\x3e\xdf\x96\x4d\x1b\xa6\x4e\x9b\xce\xb9\ \x06\x47\xcd\x7b\xc9\x38\xef\x6f\xdd\xbd\x6c\xf9\x87\x71\xca\x95\ \x70\xcd\xe4\xfc\x99\xa7\x9e\x32\xea\x53\xa2\xb1\x8e\xa6\xd3\x69\ \x9a\xd6\xd4\xd4\xb8\x73\xd7\xce\xac\xac\xac\xcc\x8c\xcc\x94\xd4\ \xd4\x44\x25\xa2\x03\x76\x59\x44\x4c\x88\x4e\x09\xb6\x3a\xa0\xee\ \x0d\x23\x63\x13\x21\x4a\x0a\xa0\x34\x12\x73\xaa\xf7\xd6\x6f\xaf\ \xac\xec\xec\x1f\xe8\x8f\xc6\x9b\xdb\xda\xab\xf7\xee\xed\xe9\x89\ \x2a\xc9\x74\xdd\xe7\x0f\xea\xe9\xe9\x99\x25\xc5\xc5\x23\x47\x16\ \x87\xc2\x49\x3e\xd3\x4c\x04\x41\x09\xa0\x48\x29\x48\x29\x85\xec\ \x8b\x44\x84\x44\x20\xdc\x16\xa8\x28\x57\xa8\x04\x42\x5c\x88\x41\ \xfd\x56\x4a\x81\x44\x01\x21\x80\x3a\x00\x30\x8a\x84\xf0\x2f\x79\ \x9e\x13\x04\xd7\x71\x80\x10\x04\xa2\x84\x1d\x19\xb0\x07\x6d\x50\ \x04\x13\x76\x40\xe9\x3a\x51\x77\xe8\x06\xab\xec\x78\xd4\x3e\x10\ \x1b\x61\xc5\xdd\x23\x9a\x19\x50\xc6\xe3\xf1\xfd\x06\x07\x65\xc5\ \xe3\x00\x00\xd2\x92\x00\x00\x44\x3a\x56\x3c\xf1\x83\x6b\xc7\x5c\ \x00\x20\x20\x45\x3c\x26\x0e\xf3\xdb\xa2\x63\xc5\x86\x3e\xdb\x8a\ \x26\xda\x44\x7b\x7f\xe3\xca\xb5\xa3\xae\x7d\xb8\x79\xcf\x8a\x46\ \x0e\xcf\xab\xa0\x84\x1b\x13\xee\x41\xcb\xd8\xb1\xa2\x89\x1f\x5d\ \x3b\xea\x26\xb4\xa2\x4f\x1a\x77\xed\xb8\x9b\xf8\x61\xf0\x6b\x12\ \xe9\xd8\x51\xc7\x3e\xe0\x7a\x45\x29\xe2\xd1\xc8\x50\x67\xac\x3a\ \x78\xb8\x1c\x2b\xe6\x58\x47\x30\x3e\xc6\xa2\x07\xba\x21\x87\xb6\ \x00\x00\xea\xa0\xbf\x02\x80\xb4\x63\x51\x3b\x11\x62\xea\xd8\x3d\ \x6d\xed\x3c\x6f\xda\x95\xa7\xcf\xf4\xa3\x2b\x8e\x64\x3e\x52\x80\ \x9c\x6b\xe7\x9d\x7b\x6e\x4e\x4e\x76\x49\x49\x49\x52\x38\x49\x48\ \x41\x29\x13\xae\x2b\xe5\x91\xf5\xb2\x23\xf9\xe9\xc6\x5d\x79\x4d\ \x4e\x4b\x97\x9d\x53\x90\x6f\x80\x44\x40\xe7\xd3\x84\xac\xa3\x34\ \xe4\xf3\xf9\xde\x5b\xbd\xe6\xbe\xfb\xef\xcf\xcd\xcd\x4d\x4e\x4a\ \xca\xcc\xcc\xcc\xcc\xcc\x2c\x2c\x2a\x2a\x2a\x2c\xcc\xce\xce\x0e\ \x87\x93\x82\xc1\x80\x69\x98\x94\x51\xce\xf9\xa0\x98\x92\xf0\x82\ \x1f\xcc\x0e\x27\xe2\x2c\xd5\xf1\x34\x48\x19\x03\xa0\x03\xfd\x7d\ \xdd\xbd\x7d\xef\xbc\xb7\xa6\xbd\xa7\xb7\x3f\x6e\x57\x37\xb6\x34\ \xef\xeb\x8a\x0b\x41\x28\x0b\xa5\x64\xea\xcc\x1f\x0a\x06\xf3\xf2\ \xf2\x4a\x46\x95\x14\x16\x16\x72\xca\x34\x4d\x57\x42\x3a\xb6\xad\ \x50\x39\x00\x52\x01\x12\x0a\x9c\x0a\x09\xc0\x0d\x49\x58\x3c\x1e\ \x27\x84\x3b\xae\x63\x23\xc6\x95\xa0\x28\xd1\x75\x01\x95\x04\xa6\ \x80\x10\x24\x44\xe3\x40\x69\x34\x1e\x53\x5f\xee\x0c\x4c\x99\xd9\ \x39\x75\x35\x55\xa1\x50\xd8\xe7\xf3\xef\x3f\xe0\x80\x43\xa3\x49\ \xd1\x4b\x45\x30\x7c\xe0\x2b\x3c\xff\xfa\xdb\x29\x4a\xc7\xb6\x25\ \x82\x76\xa4\x15\x07\x38\x18\x42\x71\xea\xa9\xa7\x09\x21\x94\x42\ \x1d\x0c\x29\x65\x5d\x6d\x75\x28\x9c\xc4\xf9\xb1\x1d\x6b\x94\x6b\ \x76\xfb\x8e\x87\x1f\x78\xb4\xb2\x8b\x94\xcd\xbd\xf4\xd6\x8b\xc7\ \x6d\xfa\x78\x7b\xfe\xf8\x93\x72\x8e\xa4\xd4\xf1\xa3\x1b\x33\xa9\ \x11\x74\x82\x39\x4d\x31\x5a\xdd\xdd\xae\x6a\x5b\x35\x8d\x6b\x88\ \x1a\x42\x7a\x30\x98\x1a\x08\x8d\x1e\x31\xa2\x60\x74\x51\x4a\x46\ \x4a\x5e\x6e\x4e\x61\x5e\x7e\x56\x76\x26\xd3\x35\xe5\x3a\x84\x52\ \x42\x79\x22\xa2\xdd\x75\x5d\x4d\xd3\x5c\x57\x70\xc6\x48\x22\x1c\ \x7b\x88\x0b\x0d\x8f\xc9\xb5\x98\x28\x3b\x92\xd8\x69\x09\x26\xe2\ \x60\x95\x52\xa8\x18\xa3\x94\x50\x25\x25\x4a\xc5\x74\x8e\xa8\x00\ \x40\x81\x02\x02\x9c\x68\x0a\xa0\x6b\xa0\xa7\x62\xc7\x8e\xc6\xa6\ \x26\xa4\x74\x6b\x6d\x55\x6d\x5d\x73\x7b\x57\xd4\xf0\xa5\x9a\x46\ \x66\x46\x56\x52\x20\x14\xf4\x07\x42\x69\xa9\x19\xf9\xf9\xf9\x69\ \x29\x29\xc1\x80\x9f\x02\x50\x02\x3a\x67\x52\x09\x17\x84\x52\x12\ \xa8\x26\x41\x21\x61\x0a\x98\xcb\x74\x45\xa1\xd7\x92\xd1\x98\x8b\ \x20\x84\x14\x42\xaa\x84\xa3\x5c\xd7\x4c\x21\x91\x20\xe1\x14\x19\ \x2a\x69\x47\x89\x6d\xef\x6b\x6e\x8c\x47\x47\xd0\xcc\x34\xf8\xb2\ \xd6\xc6\xce\xca\xca\x8e\x45\x23\x3b\xb6\x6f\xd5\xb8\x06\x5e\xd1\ \xaa\x7f\x2d\xef\xf7\x81\x98\x60\x21\x84\xcf\xe7\x1b\x37\x7e\xd2\ \x71\xc5\x10\x30\xa8\xde\xbd\xb1\x2f\xf3\xf4\x5f\xdc\x56\xf8\xe0\ \x63\xeb\xba\xa2\xa3\x76\xae\x5d\x65\xe5\x8c\x2d\x48\x4e\x76\x94\ \xfc\x0c\xdc\xa4\xa4\xd0\xc3\x19\x19\xe3\xe6\xe9\x06\x75\x94\x2b\ \xa5\x8b\xc2\x66\x8e\x65\x38\x71\xec\xef\xdd\xb3\xbb\x76\x6f\x65\ \x9d\xb3\xd2\xe5\xa6\x56\x54\x58\x30\xb6\xb4\xe4\xe4\x69\x53\xe6\ \xcc\x9e\x95\x9c\x91\xad\x84\xe3\xc6\xe3\x4c\xd7\x08\x61\x14\x58\ \xc2\x06\x06\x0a\x94\x92\x07\x5b\xa6\x0e\x49\xe8\x73\xc4\x31\x20\ \x07\xae\x41\x02\x4a\x22\xa1\x40\x29\x45\x29\x09\x02\x0a\x45\x29\ \x01\xca\x50\x21\x10\x22\x40\x2a\x54\x8c\x6a\xcd\x5d\xed\xb5\x7b\ \x6b\x2b\xab\x6b\x5b\xbb\x07\x76\x57\x56\x16\x8c\x2c\xe8\x71\xdd\ \x7e\x01\xd9\x45\xa5\xa5\xa3\x27\xe5\xe5\x16\x65\x66\xa4\xdb\x4e\ \x44\x2a\x19\xf0\x07\x03\xc1\x80\x63\x3b\x07\x14\x52\x47\xfd\xff\ \xec\xbd\x77\x98\x9d\x55\xb9\x3e\xbc\xca\xdb\xdf\xdd\xf7\x9e\x3d\ \xbd\x67\x5a\x32\xc9\xa4\x27\xa4\x91\x50\x42\x47\x8a\x20\x7a\x28\ \x16\x94\x23\x1e\xeb\x51\x8f\x15\xcf\xf1\x88\xe5\xd8\x15\x51\x51\ \x04\x41\x01\x51\x5a\x42\xef\x24\x01\xd2\x7b\x9b\xde\x67\xcf\x9e\ \xdd\xcb\xdb\x57\xf9\xfe\x98\x80\x58\x2e\x40\xce\xd1\xeb\xf3\x47\ \x9e\x3f\x72\xed\xc9\x64\xd6\xde\x49\xd6\x7b\xaf\x67\x3d\xcf\xfd\ \xdc\x37\x77\x19\x70\x18\xf2\x38\x67\x08\x03\x28\x78\x1c\xda\x84\ \x17\x5d\x66\xd9\x1e\xe3\xc8\xb2\x1c\x06\x00\x12\x04\x08\x20\x46\ \x8c\x03\x94\x2f\x39\x94\x32\x40\x3c\xd7\xc8\x15\x12\x23\xd5\x21\ \xa1\xb9\x46\x33\x89\xed\x78\xee\xdb\xdc\x48\xae\xb9\x65\x4e\x65\ \x55\x8d\x33\x7b\xcd\x3a\x19\xff\x2f\x06\xc6\x82\xcf\xef\x7f\x73\ \x1c\xe3\xd9\xe6\x2d\x92\x21\xb3\x1d\x4f\x80\x46\xef\xa1\x03\x13\ \x39\x36\x4f\x96\xfe\x6a\x06\xfd\xfa\x79\x13\x85\xb2\x1f\x45\x5b\ \xb1\x04\x04\xc6\x04\xea\x01\x6a\x89\xcc\x89\x08\xc4\xcd\x4c\xa6\ \xb2\x49\x24\x80\x88\xbf\x42\xd1\xd4\x54\xbe\x30\xb5\xf5\xc5\xbe\ \xe1\x91\xe3\xfd\x83\xef\xb8\xf0\xc2\x39\xed\xed\x22\x84\x10\x0b\ \x94\xd0\xe9\xe9\xe9\xb2\x61\x74\x74\x74\x00\xc8\x11\xc6\xaf\x32\ \x85\x39\x04\xf0\x8d\x32\x7a\xc8\x01\xe4\x27\x2c\x91\xd8\x89\x42\ \xe4\x6c\xd7\xdc\x13\x20\x82\x1c\x02\x01\x02\xc2\x01\xe4\x84\x90\ \x99\x7c\xe6\xd8\xf0\x20\x40\xa8\x6c\x18\xc7\x8e\x1e\xb3\x0c\x63\ \x7c\x6c\x7a\x78\xb2\x80\x04\xdc\xd2\x36\x3f\x12\x11\x38\x0c\xb7\ \xcd\x99\x5f\x57\xdf\x2a\x89\x92\xac\x09\x22\x97\x20\x61\x22\x44\ \x98\x13\xcf\xb3\x45\x2a\x49\xaa\x4e\x18\xf2\x18\xb0\x20\xb6\xb1\ \x40\x18\x01\x9c\x63\x41\x76\x5c\x5a\x72\x5d\xd3\xe3\x33\xe9\x1c\ \x46\x88\x33\x06\xb1\xe8\x99\x26\xc7\xbc\x6c\xe5\x28\x25\x94\x30\ \xa3\x5c\x92\x11\xc0\xdc\x09\x55\x48\xad\x9d\x4d\x28\x28\xfb\xea\ \x63\x40\x44\xe0\x6d\x2f\xac\xab\x69\x9a\xa6\x69\x27\x9f\xe1\x93\ \x01\x00\x60\x1c\x46\x6b\x1a\xad\x47\x36\xdd\xfc\x2b\xdd\x35\xed\ \x27\x9e\xcc\xcd\x59\x7b\xf1\xb2\xe6\x28\x22\xd6\xdf\x86\x4d\x10\ \x00\x97\xa3\x02\x53\x7d\x40\x40\xa2\x80\x65\x20\x21\x22\x31\x83\ \xd1\x7c\xa8\xbe\x56\x9f\x19\xf4\x8b\x60\xe1\xa2\x15\x85\x62\x39\ \x9d\x9c\x29\x16\xf2\x89\x6c\x71\xd3\x93\xcf\x1c\x3e\xde\xbf\x72\ \xd9\x92\x86\xfa\x3a\xe2\x38\xa9\x54\xea\xf0\xb1\xe3\x3e\x9f\xef\ \x93\x9f\xfc\x64\x38\x12\x76\x5d\x17\x0b\x78\x36\xbd\xe7\x00\x00\ \x88\xde\x10\x9e\x3d\x05\xc3\x43\x00\x00\x20\x00\x49\x44\x41\x54\ \x00\x07\x10\x00\x06\x00\xc5\x00\x00\x86\x38\x80\x8c\x0a\x90\x01\ \x00\x49\x2e\x5b\x4a\xe7\xb2\xe9\xac\x1a\x09\x32\x9f\x4a\x14\x69\ \x6c\x26\xf5\xf0\x63\x8f\x9b\x86\x69\x16\x0d\xc4\x80\x08\x95\xca\ \x8a\xd6\x50\x45\x2c\x1c\xac\x46\x52\x59\xd6\x3c\xc5\x1f\x84\xa2\ \x88\x64\x81\x61\xea\x11\x57\x16\x90\x08\x20\x07\x9c\x31\xe6\x31\ \xce\x3c\xe0\x02\x64\x12\x60\xb8\xb8\x6c\x13\xdb\x22\x02\xb7\x7c\ \x3e\x9e\xb7\x68\xa6\x64\xa5\xb2\x45\x84\x10\x75\x4c\xd7\x31\x19\ \x07\x86\xe3\xa9\xb2\x14\x14\x28\x64\x34\xe8\x53\x6a\x9a\xab\x7c\ \x0a\x8e\x85\x7d\x6d\xad\x0d\x8a\x04\x32\x99\x69\x64\x5b\xf8\xa4\ \x4b\xca\xc9\x38\x19\xaf\x09\xe2\x92\x68\xcb\xf2\xeb\x3e\x12\xe9\ \x1f\x4b\x33\x08\x20\x56\x22\x11\xe9\xf0\xee\x5d\xc1\xaa\xfa\xda\ \x8a\xc0\x9f\x91\xcb\x5f\x1f\x9b\x20\x63\x9e\x6d\x67\x21\x95\x38\ \x85\x9c\x31\x0c\xa8\x8e\x1c\x93\x64\x94\x08\xa8\xae\x8d\x3b\xa5\ \xd4\xbc\x05\xf3\x04\xc1\x3f\x3a\x3a\x3c\x3a\x32\x9a\x9c\x4e\xcc\ \x4c\x27\x8e\xf6\x0d\x8e\x8c\x8e\x56\x46\xc3\xd1\x50\x20\xe0\xd3\ \xa9\x67\x4d\x4d\x64\xf7\xef\xdb\xb3\xe1\xf4\xd3\x45\x51\x98\x15\ \x0d\xe1\xaf\x4c\xe1\x62\xf0\xc6\xd9\x13\x00\x80\x21\xc0\x66\x27\ \x7a\x00\xc3\x90\x01\x00\x81\x6d\x1d\x7e\xf1\xc5\xc3\x3b\xf7\xc6\ \xaa\x6b\xce\xbe\xfa\x5f\x78\x40\x77\x20\xd0\x43\x21\x83\x32\xc3\ \x63\x94\xa3\xea\x70\xb4\x26\x56\x8b\xc5\x70\xa8\x22\x66\x94\x0d\ \x0e\x21\xc2\x92\x61\x3a\x9a\xe5\x78\x94\x0b\x1e\x01\x90\x20\x41\ \x86\x1c\x88\xa2\xa0\xf8\x82\xa2\xea\x37\x5c\x56\x30\xca\x0e\x47\ \x2e\x03\xa6\xe3\x16\x4b\x25\x1f\x72\xfc\xaa\xea\x11\x6a\xd9\xae\ \x59\x32\x3b\x9a\xab\x32\xe3\x39\x15\x3b\xb2\xa2\xca\x55\xf1\x58\ \x20\x34\xa7\xb2\xa2\x2a\xe2\xb3\x0b\xb9\xa8\x5f\xae\x8e\x05\xe2\ \xb1\x00\x84\x34\x91\x9a\x1e\x9d\x18\x1d\xdc\xb3\x1b\x2f\x5d\x7e\ \xb2\xce\x72\x32\x4e\xc6\x1f\x2f\x80\xa2\x60\x4c\x1e\xfc\xcd\xcf\ \xef\x98\x46\x3e\x9f\x22\x40\xaf\x3c\x3c\x32\xa5\x45\x1a\x4f\xbd\ \xf4\xdd\x17\x57\x47\xa0\xeb\xbe\x59\xdd\x4b\x88\x04\xa7\x9c\xca\ \x8f\x6f\x67\x5a\x10\x43\x59\x40\x0a\xe2\xc0\xe5\x8e\x84\x2c\x87\ \xd3\x90\x24\x8c\xe4\xb3\x66\x2e\xdf\x31\xaf\x39\x14\x08\xb4\xb6\ \xb6\x0f\x0e\x0e\x1d\x3e\x74\xc8\xaf\x88\x9e\x51\x18\x1b\xea\x8b\ \x47\x43\xba\xae\x04\x03\xfe\xd1\xb1\xd1\x17\x9e\x7b\x66\xe9\xd2\ \x25\x9a\xae\x23\x01\xb3\x57\xeb\x47\xb3\x62\x20\xaf\x74\xf1\x5e\ \xa3\x3d\xf6\x8a\x2e\x0c\xfc\x63\xc9\xed\x15\x86\x3a\xa3\xc4\xc3\ \x14\x02\x00\x4b\xd9\xbc\x51\x2a\x45\x2b\x08\x60\xdc\x73\x3c\x4b\ \x40\x65\xd3\x01\x10\x87\x82\x61\x35\x80\x23\xb2\x9a\x99\x9e\x72\ \xbc\xa9\x74\xd6\x2f\xea\x6a\x63\x7b\x57\x75\x55\xc3\xd8\x54\x8e\ \x25\xf3\xf1\x78\x5c\x14\x55\x51\x10\x11\x16\x5d\x26\x11\x80\x1d\ \xcf\xa3\x6e\xa9\x68\x18\xa5\x92\x69\xd8\x96\x61\x39\xb6\xe3\x11\ \xcf\xb6\xdd\x32\x70\xca\x65\xa0\x21\x86\x82\xaa\xd8\x1c\xf7\xb5\ \x6a\x35\x75\x15\xfe\x78\x65\x25\xc3\x4a\x2e\x57\x9a\x1e\x1b\xef\ \x9f\xee\x1d\x3e\x76\x68\xf0\xc8\xbe\xeb\x3f\x74\x4d\xe3\xc6\xf5\ \x33\x89\x71\xab\x9c\x93\x65\x7a\xd1\x25\xe7\x36\xb7\x34\x9e\x10\ \x7b\x3a\x19\x27\xe3\x64\x00\x20\x20\x30\x7e\x7c\x77\x26\xba\xe4\ \x3f\x3e\x7e\x45\x00\x70\xa1\x7c\xe4\x07\x3f\x7d\x74\xf5\xbb\x3f\ \xbc\xa4\x5e\xe5\x7f\x0a\x4c\x6f\x80\x4d\x0c\x40\x1d\xdb\x4d\x6a\ \x4a\x96\x6c\xab\x4c\xb9\x27\x42\x02\x65\x0c\x88\x53\x9a\x99\x2a\ \x99\x92\xe7\x07\x30\x3b\x3a\x72\x20\x6f\x76\xcc\x9d\x17\xf1\x05\ \x7c\xdd\x3d\xf1\x58\x9c\x79\xb6\x5d\xca\x70\xb7\x5c\x11\x0b\x57\ \x44\xc2\xc5\x42\xa9\xb5\xa9\x49\xf7\xf9\xca\x85\xbc\x3f\xe8\x67\ \x6c\x76\x20\x09\x83\x13\x48\xf4\xc7\x2c\xee\x55\x6c\x82\x10\xbe\ \x4a\xef\x04\x90\x73\xce\x30\xc4\x1e\x71\x39\x84\x22\x46\xa2\xe4\ \x4b\x8f\x0e\xed\x78\xfa\xf9\xc3\x3b\xf7\x20\x8e\x8e\x0d\x0d\x65\ \xef\xbc\xa3\x80\xd0\xb4\x63\x1d\x1b\x1d\x75\xca\x66\x30\x14\xce\ \x8d\x27\xa6\xd2\x69\xd7\x30\x64\x4d\x12\x72\x2a\x93\xe5\xa9\x99\ \x89\xce\x45\x6b\x1a\x9b\x16\x58\xae\x80\x80\x2c\x42\x15\x73\xb7\ \x58\x34\xcb\x9e\xc3\x28\x2d\x16\xf3\xe5\x62\x9e\x51\x17\x32\x26\ \x09\xd8\x07\x99\x4f\xe0\xa2\x04\x25\xbf\xe6\x31\x47\x00\x12\xe2\ \x58\x13\x81\xc6\x5d\x15\x1a\xd3\x87\xf6\xef\x7d\x6a\xfa\xd8\xd0\ \xf8\x78\xba\x30\x3e\x93\xb2\xcb\x05\x60\x97\x35\x4c\xaf\xa1\x17\ \x4f\xcd\x0c\xf7\x0e\x1d\x15\x35\xb5\xaa\x31\xd6\xb3\xba\xc7\x48\ \x58\x9c\x83\xb7\xf3\xc5\x8e\x52\x9a\x4e\xcd\xb8\x8e\x73\xf2\xb1\ \xfc\x7f\x35\x20\x42\xe1\x70\x44\x7f\xcd\x9c\xc3\xeb\xed\x07\xc6\ \x43\x55\x73\x16\xce\x95\xc3\x01\x5d\xe7\x1c\x08\xb5\x8b\x96\x2c\ \xaa\x0e\xeb\x9a\x26\x5b\xa6\xf5\x67\x2c\x02\xe1\x0d\xde\xd6\x2b\ \xa3\xec\x90\x20\x07\xfc\x4c\x80\x50\xa5\x1e\x17\x5c\xa8\x4b\x22\ \xf1\xbc\xb8\x1e\x58\xba\x68\x41\x2c\x12\x79\xf4\x89\x27\x7a\xf7\ \xed\x6d\x68\x9b\xdb\xd8\xd1\x55\x5f\x55\xe5\xf7\xab\xa9\xc4\xd8\ \xd4\x70\x3c\x9b\x4e\x46\xfd\x5a\xc8\xa7\x41\x88\xe6\x2f\x58\x50\ \x5d\x11\xa3\x8e\x8b\x44\x11\x43\x4c\x19\x07\x10\x20\x04\x67\x35\ \xdf\x66\xe7\xec\x5f\x4d\x97\x66\x29\xd1\x8c\x31\x46\x28\x42\x00\ \x62\xc4\x18\x15\x11\x02\x80\xe7\xd3\xb9\xfd\x7b\xf6\xbe\xf8\xec\ \xf3\xd3\xe3\xe3\x01\xdd\xa7\xcb\x9a\x61\x59\x7b\x9e\xdd\x52\xa0\ \xb4\x48\xbc\x50\xbc\x42\x72\xe9\xf0\xc1\x83\x5e\xb1\x20\x38\xb6\ \x8c\x21\xb7\x58\xc9\x64\x58\xf7\x67\x32\x59\xcb\x86\x21\x7f\xb5\ \xcf\x5f\x93\x18\x1b\x9b\x66\x9e\x28\x32\x87\x7b\x26\x21\x08\x30\ \x55\x16\x63\x7e\x49\x16\x24\x81\x33\xee\x59\xd4\x73\x6d\xcb\xb4\ \x4a\x46\xff\x78\xc2\x5f\xd5\xaa\xd6\x75\xba\xb6\x1b\xd6\xa4\x52\ \x7a\xf2\x57\x37\x7d\x85\xe5\x46\x19\xa3\x05\x17\x70\x25\x88\x3d\ \x14\xc2\x70\xfd\x69\xa7\x9e\x7b\xce\x99\x0b\x3b\x3b\x7a\xf7\xee\ \x37\xcd\xa2\x3f\xe4\x2b\x17\xf2\x24\x33\x2d\x2b\xb5\xaa\x12\xe1\ \x9c\xbe\x6d\x81\x69\x7c\x6c\xd8\xe7\x0b\x54\x54\x56\x02\x00\x5f\ \xa3\x3a\xca\x5f\xdb\x84\x3e\x19\xff\x2c\x28\x74\xa2\x00\xcc\xc1\ \x6b\x2e\x34\xd0\xf3\xdc\x64\x32\x11\xa5\x15\xc1\x60\xe8\x4d\x6c\ \x09\x16\xaa\xeb\xec\xb4\xc6\x0e\x6e\x7f\x19\x01\xc0\x39\x8b\x36\ \xb6\x07\x79\xf6\xc0\xee\x99\x8a\x96\x39\x61\xe5\x4f\xb4\x7d\x5f\ \xff\x4e\x87\x5c\xc3\xce\x8d\x4c\x39\x5a\x11\x61\x09\x63\xc9\xb5\ \x3d\x59\x94\x73\xb6\x57\x53\x51\x71\xf5\xd5\xd7\xac\x5e\x79\x4a\ \xe2\xd8\x21\x27\x91\x78\x6c\xeb\xf6\xad\x03\xc3\xfb\x76\xef\x9d\ \xbb\x68\xd1\xda\x0d\x6b\xe3\xb1\x68\xf7\xbc\x4e\xd7\x88\x03\xd7\ \x1d\x1b\x18\xad\xae\xae\xde\xb1\x75\xcb\xe4\xd8\xf8\xc6\x73\xce\ \xf5\x45\xa2\x00\x01\xc8\x39\x40\x68\x36\x47\x9a\x6d\xdc\xbd\xaa\ \xf6\x38\x3b\x07\x33\x3b\xa3\x07\x44\x00\x18\x05\x08\x22\x20\xd8\ \xc5\xe2\xbe\x3d\x7b\x5f\x7e\x79\xc7\xf8\xe4\x24\x00\x48\x08\xc5\ \x12\x85\x42\x7e\x2a\x29\x88\x92\xe3\x71\x0a\x51\x55\x45\x75\x31\ \x9b\x29\xa5\x67\x80\x51\x40\x46\x4e\x13\x60\x40\x52\x8a\x96\x2d\ \x70\xce\x20\x96\x24\x9c\x49\x4c\x3e\xfb\xc4\x63\x1b\x4e\x3f\x9f\ \x53\xa6\xc9\x48\x55\x71\x4c\x96\x30\x96\x09\x71\x19\x21\x85\xfc\ \xd4\xf8\x4c\x22\x97\x9a\x29\xe4\x32\x85\x5c\xa6\x5c\x2a\x95\x8a\ \xc5\x92\x03\xcf\xb8\xf8\x1a\x1d\x4b\x0c\x02\x0a\x98\x65\x96\x15\ \xc4\x02\x21\x55\x92\x44\x2a\xfb\x27\x12\x79\x59\x10\x21\x87\xab\ \xbb\xba\x97\xb7\x77\x93\xb4\x41\x33\x96\x0a\xb8\x02\xed\xe1\x81\ \x63\x55\x95\x61\x7d\x6e\x1c\x68\x10\xbc\x4d\xa1\x09\xa4\x67\x92\ \x8a\xaa\xc5\x2a\xe2\xe0\x95\x71\xf1\xd9\xff\xe9\x93\xb0\xf4\x4f\ \x89\x4c\x7f\x64\x3b\xff\x91\x18\xc3\x39\x57\x14\x45\x14\xc4\xa9\ \xa9\x89\x40\x20\xf8\x86\x8c\x19\x8c\xb1\x95\x1b\x7b\x6a\xf3\x03\ \x39\x28\x09\x10\x30\xe2\x8a\xf1\x25\x57\x9e\xd5\xf8\xc4\x43\xcf\ \x6f\xf8\xd0\xf5\x51\x4d\x60\xf4\x4d\xea\x5e\x42\x4e\x3d\x4c\x4c\ \x9d\x8b\x2a\xf1\x88\x07\x6d\xcb\xb5\x6d\xd7\x92\x05\xa9\xb6\xa5\ \x71\xc1\xf2\x95\x30\x10\x0c\xe9\xca\xe2\xfa\x4a\x75\xc3\x9a\x0c\ \x93\x0e\x8f\x27\xf7\xec\xd8\xde\xdf\x77\x64\xe9\x92\xee\x45\xf3\ \xe7\x4c\x8e\x14\xc6\x46\x26\x35\x49\xe6\x1e\x61\x9e\x37\x36\x34\ \x98\x98\x98\x68\x8b\x57\x71\xc7\x13\x04\x11\x00\xc8\x18\x83\x08\ \x22\x8c\x67\xcf\xd8\xd9\x39\xb2\x57\xc9\xe5\x94\x32\x4a\x1c\x51\ \x84\xf9\x74\xe6\xf8\xa1\x63\xdb\xb7\xbc\x98\xcf\x16\xca\x96\x5b\ \x28\x97\xb9\x28\xa5\x4a\x05\x41\xd7\xb4\xfa\x06\x09\x63\x9d\x42\ \x55\x94\x15\x8c\x53\x43\x23\xe9\x91\xd1\x8a\x80\xbc\x71\xed\xca\ \x05\x9d\x2d\x41\xbf\x1f\xe0\xd0\xce\x83\x87\x1f\x7e\xf6\x59\xd7\ \xb5\xf2\xae\x27\x88\x41\xcf\xce\x5b\xa6\x21\x87\xe4\x92\x63\x4c\ \x67\x12\x46\x2e\x33\x39\x35\x95\xc9\x64\x4a\x85\x62\xd9\x30\x6c\ \xdb\xf1\x08\xe1\x9c\x43\x84\x21\x44\x40\x89\x5a\x04\x96\x5c\xe8\ \xaf\xa8\xc7\x5e\xce\x2a\x26\x24\x59\x5c\xd3\xb3\xa2\xb6\xae\x66\ \x68\x3a\x57\x5f\x6f\x66\xc6\x13\xd9\x6c\x71\xf7\xae\x5d\x4b\x56\ \xac\x5c\xb0\x68\xb1\xa6\xfb\x87\xfb\x0e\x17\x33\x13\x4e\x3e\x1b\ \xad\x8b\x88\x08\xbe\x9d\x29\x04\x96\x6d\x45\xa2\x31\xf0\x5a\x1d\ \x0b\xc6\xc0\x3f\xbf\x98\xea\xdb\x1c\x9e\x20\x84\x9c\xbf\x46\x96\ \x95\x73\x45\x55\x29\x21\xaf\xaf\x32\x36\x1b\xc4\xf3\xfc\x35\x0b\ \x3e\xfa\xe5\x45\x02\x20\xa6\x43\x55\x4d\x61\x1e\xe1\x80\x5f\xf7\ \xe9\xb9\x18\x0b\x7f\xa6\x02\xfc\xfa\xfc\x26\x8e\x91\xec\x53\xe3\ \xaa\x22\x96\xca\x59\xc3\x2d\x7a\x9e\x1d\x0e\x07\x09\xa3\x50\x12\ \xd3\xc5\x02\xe3\x3c\xd4\xde\xae\x8f\x8f\x05\xd3\x25\x6a\x82\x8b\ \xd7\x6d\x08\xcf\xe9\xbc\xe7\xd1\xcd\x47\x06\xc7\x52\x99\x69\x95\ \x97\x23\xba\x56\x48\x97\x4a\xc5\x92\xac\x6a\x10\xa3\x3d\xbb\x77\ \x39\x8e\x27\x28\x4a\xdb\xbc\x05\x80\x83\xa9\xa9\xa4\x3f\x12\x08\ \x84\x7c\x9c\x73\xdb\xb6\x01\xe0\x9a\xa6\x32\xc6\x67\x35\x89\x5d\ \x4a\xf3\x85\xe2\xf0\x50\xef\x96\x67\x9f\x1d\xee\x1d\xc2\x0c\x47\ \x23\x15\x96\x65\xe6\x0b\x85\xba\xf6\xf6\x58\x73\x13\x97\x44\x8e\ \x60\x2a\x99\x9e\x1c\x9b\x58\xb6\x60\x61\xef\xbe\xfd\x63\x43\xc3\ \x0a\xe3\x0b\x5a\x5b\x5b\xaa\xaa\x90\x6b\x02\x0b\x4d\xcf\xe4\xd6\ \x2c\x5e\xae\xa8\xfe\x5f\x3f\xb8\x89\xd8\x6e\x6e\x26\x41\x9d\xd2\ \xcc\xf4\xc8\x9e\x1d\xbd\x96\x91\xf2\xf2\x29\x5a\x2a\x32\xc6\x38\ \xc4\x94\x03\xcf\x63\x08\x08\x92\x20\xb9\x94\x52\xce\x08\xa1\xaa\ \x82\x39\x65\x9e\x65\x26\xa6\x8f\x98\xe9\xd1\x9e\x4a\x10\x09\x47\ \x2b\x6b\xea\x20\xc6\xb9\x42\x01\x49\xb2\x8d\xbd\x65\x67\xac\xbe\ \xf2\x7d\x1f\x68\x6d\xeb\x34\x4b\x86\xa7\x09\xd1\xe6\xfa\x44\x71\ \xca\x09\xfa\x50\x6d\x0d\x15\x30\xfa\xa7\x7e\x02\x39\x75\x5c\x2a\ \x4a\x12\x7a\xcb\x25\x33\x3e\x0b\x4c\x20\x71\x6c\xe7\xa0\x55\xb9\ \x6a\x71\x23\xa7\x27\xe4\xa8\x4e\x22\xd3\x3f\xdd\x8d\x8e\xbf\x26\ \x71\x62\x8c\xbd\x9a\xff\xce\x16\x64\xde\xe4\x32\x92\x84\x27\x0f\ \x3e\x7f\xdf\xe3\xdb\xb3\x16\xd5\xa3\x2d\xe7\x5e\xfa\x8e\xee\x6a\ \x8d\x50\xf6\x37\xce\xac\x00\xc8\x80\xeb\x82\xac\x0f\x07\x55\x05\ \x60\x28\x40\x45\x07\x1e\x09\xf9\xfd\x89\xb1\xe1\x54\x62\x54\x14\ \x9b\xb3\xd0\x97\xf4\x57\x51\x67\xbc\x0b\x2a\xf9\xe3\xc9\x14\xa9\ \x10\x63\xdd\x20\xd2\x98\x2e\x0e\x57\x5a\x45\x24\x52\x5f\x2c\x9e\ \xcf\x17\x44\x04\x65\x11\x67\x53\x53\xcf\x3c\x39\xa9\x05\xa2\x18\ \xcb\xd1\xaa\xda\xa2\x61\xa9\x91\xa0\x49\x3c\xee\x79\x33\xc9\x49\ \xbf\x4f\x17\x05\x80\xb0\x08\xb0\x90\xb6\xad\xc1\xd1\xf1\x6c\x36\ \x3d\x35\x38\x44\x91\x10\xab\xaf\x2b\xe6\x4b\xe1\xfa\x6a\xae\xab\ \x16\x86\xb1\x68\x78\xef\x81\x43\xcd\xad\x2d\x82\xe4\x4f\x27\x0a\ \xa5\xa2\x23\x48\x5a\xc9\x76\x8a\xe5\x92\x4f\x13\x5b\x6b\x6a\x7a\ \xf7\xec\xf3\x6b\x68\x41\x77\xd7\xbe\xad\x2f\xa4\xa6\x86\x36\x5e\ \xf2\xae\xfe\xe1\xe1\xcd\x2f\xec\xa0\x42\x29\x9b\x9c\xf0\xcc\x52\ \x21\x9d\x91\x45\x28\xcb\x41\xca\x65\x0e\x31\x25\xcc\x76\x48\x53\ \x7d\xed\xe8\xf8\xb8\xeb\x79\x92\xa4\x42\xc8\xc2\x91\xe8\x7b\xde\ \xf5\x7e\x87\xe1\x65\x4b\x2a\xff\xf0\xd0\x43\x2f\x6d\x7f\x0a\x04\ \xe4\xba\x80\xb0\x75\xe7\x11\x0e\x1c\x28\x0b\xc4\x2b\x71\x0a\xca\ \x46\x9e\xf2\xd2\xe4\xc4\x01\x44\x98\x57\x2c\xb9\xa6\x2b\x06\xa3\ \x33\xb9\xf2\x9d\x87\xc6\x37\x2e\x69\x6a\xd0\xa0\xf7\x77\xbe\xd3\ \x79\xf9\xc4\xfe\x03\x07\x53\x26\x83\x9c\x10\xb1\xf2\x94\x53\x96\ \xc6\x7c\x7f\x42\xd2\xed\xdf\xf6\xc4\xb4\x6f\xfe\xda\x85\x35\x7f\ \x73\xe2\x33\xb1\xe5\xcb\x3f\xdc\x76\xd5\x17\xbe\xdc\x13\x79\x6b\ \xc8\xc6\x5e\xd5\x6c\x1d\x7c\xf9\xa9\xc7\xad\xd5\x6b\x16\x37\x92\ \x57\x1b\xb2\x6c\xd6\x51\x69\x76\xcf\x83\x13\x9d\x11\xce\x01\x84\ \x08\x00\xc6\x39\x04\x10\xa2\xd9\x72\x24\x7f\x6d\xab\x64\xf6\xeb\ \x13\x72\x1c\x7f\xf1\x1a\x00\x88\x4e\x8c\x39\x9d\x30\x60\x7b\x45\ \xb8\x83\x9d\x4c\xd4\xfe\x57\xe7\xd4\x2b\xf9\xca\x6b\xef\x37\x7f\ \xab\xcf\x0a\x16\xc5\xe2\xc8\xcb\xbf\xba\xf3\xb1\x9a\x35\xe7\xaf\ \x6f\x0e\x0c\xee\x7c\xe2\xb6\x5f\xfd\xee\xe3\x1f\x7b\x5f\x9d\x06\ \xfe\x72\xb8\xf8\x75\xeb\x4d\x10\x50\x46\xf3\x46\x89\x01\x0a\x28\ \x11\x11\x14\x10\x26\xc4\xb3\x2d\x22\x40\xc9\x36\x5d\x45\xf1\xe5\ \x20\x0e\xd6\xd7\xa1\xaa\x91\xc3\x4f\x6d\xad\xef\x5c\x22\x2b\x0a\ \x72\x69\x36\x95\x99\xdb\xd8\x12\xca\x91\x78\x48\xcb\x58\xb0\x9c\ \x4e\x6b\x08\x50\xe2\xb8\xb6\xe5\xf7\x07\x91\x00\x76\xee\xd9\xb1\ \x76\xc3\x99\x1c\xb0\xf1\xb1\x91\x68\x34\x1c\xf1\xfb\xa6\x47\x46\ \xc7\x5d\xd7\xef\xf7\x2f\x59\xbd\x36\x97\xcd\x3c\xb7\xed\xa5\x2d\ \x3b\x76\x16\x0b\x45\xe0\x39\xb6\x61\x06\x83\x41\x59\x56\xb8\x28\ \x22\x59\xae\xae\x6f\x20\x0c\x86\x42\x11\xd7\xa1\x9c\xbb\xad\xf5\ \xf5\xf3\x3a\x3b\x2a\x63\x51\xc7\x32\x20\x73\xc3\x81\xf0\x92\x9e\ \x9e\xe3\xd4\x6c\x6c\x88\xaf\x5a\xbe\x58\x17\xc5\x9a\x96\xb6\xb9\ \x8b\x16\x2c\xd8\x7d\xe0\xf1\x2d\x2f\x17\xf2\x69\x01\x10\xc4\x49\ \x3c\x12\x22\xae\x25\xc8\x22\x15\x05\xdb\x71\x91\xa8\x2c\x5f\x3a\ \xbf\xa9\xb9\x25\x9d\xcd\xf8\xfc\xbe\xc1\xa1\x81\x72\x29\xbf\x7a\ \xdd\xba\x9a\xc6\xca\x68\x65\xf5\xba\x95\x6d\x08\x9d\xc6\x8c\xb1\ \x3d\xdb\xb6\xb0\xa2\xa0\x20\x1e\x8f\x07\x1d\xc3\x28\x97\x4c\x46\ \x70\x30\x1c\x8a\x44\xc3\xb1\x68\x20\x3b\x3e\x31\x38\x3a\xf2\xf2\ \xf6\x3d\x63\x79\x73\xc7\xd0\x78\x49\x55\x4e\x99\xbb\x1c\x63\xf4\ \xf7\xc6\xa6\xe2\xd1\xe7\xbe\xfb\xb5\xbb\xe7\x9d\x7f\x6e\x14\x3b\ \xae\xc2\x7b\x16\xb9\xae\x00\xb0\xa2\x60\x00\x6c\xd3\x54\x34\xe5\ \xe8\x93\xf7\x6d\xaf\x14\x7a\xda\xfd\x02\xd2\x34\x05\x7b\x76\xa9\ \x68\x10\x5f\x20\x28\x8b\x08\x00\x4e\x1c\xab\x54\xb6\xa0\xa4\xfa\ \xfd\x1a\x06\x00\x00\x6e\x16\xf3\xa6\x07\x74\x7f\x58\x8e\x75\x5f\ \x79\x55\xbc\xd1\x07\x00\x00\xdc\xb3\x0b\x45\x53\xf4\x05\x74\x79\ \x76\xae\x9b\x98\xa5\xb2\xed\x71\x2d\x10\x50\x45\xcc\x19\x71\x5c\ \x2a\xca\x32\x7e\x4d\x86\xc5\x38\x67\xec\x15\xa7\x2d\x88\x10\x86\ \x0c\x00\x8c\x91\x6b\x14\x0a\x16\xf5\x05\xc3\x9a\xc8\x4d\xc3\xe2\ \x58\x92\x45\x44\x3d\x8f\x72\x28\x8a\x98\x53\xc7\x74\x99\xac\xf9\ \x20\x31\x73\xd9\x32\xd6\x02\x41\x5d\xa2\x84\x32\xea\x1a\xa5\xb2\ \x07\x04\x5f\x20\xa8\x8a\xd0\x28\xe4\x0d\x97\xa9\x3e\x9f\x8c\x79\ \x29\x5f\xf2\x18\xf6\x85\x43\x0a\x02\x00\x02\xc7\x28\x14\x4d\x4f\ \x56\x75\x5d\x93\x05\x01\xd9\xc5\x7c\xc9\xe6\xfe\x70\x48\xc1\x9c\ \xd0\x93\xf8\xf4\xbf\x0a\x41\x10\x5c\xc7\x79\x6c\xf3\xe6\x65\xcb\ \x96\xd5\xd6\xd6\x92\x57\x4c\xe5\xde\xa4\x4d\x9f\x80\xf8\xf8\xc0\ \x51\xd8\xb1\xf1\xda\x2b\xce\x91\x38\x58\xbe\xb0\x76\xfa\x2b\x37\ \x0d\x26\x0b\x0d\xad\x41\xf0\x37\xcd\xd3\x01\x0e\x18\xc4\x5c\xd0\ \xb0\xec\xe3\x94\xfa\x7c\x7a\x75\x3c\xee\xd7\x75\xdb\x76\xab\x2a\ \x6b\x34\x39\xec\x98\xb4\xb2\x3a\xe8\x8f\x06\xa1\x82\x4a\xa9\xb1\ \xe6\xe5\xdd\xfb\xd2\xf9\x5c\x7a\xca\x27\x00\xc7\x76\x0e\x0c\x8d\ \x34\x9e\xbe\x4e\xd1\xd8\xb2\xca\x35\xa5\x5c\x26\x35\x35\x4e\x21\ \xdf\x78\xde\x59\x86\xe9\x4c\xce\x64\x73\xf9\x94\xe3\x51\xa7\x6c\ \x60\xd3\x30\x31\xda\xb3\xf5\xe5\x91\xc1\xc1\xd6\x39\xad\x2a\x12\ \x27\x93\x29\xaf\x50\xec\x69\x69\xdb\xb5\x67\x6f\x3a\x67\x72\xce\ \xcd\x92\xed\x53\xfd\xb2\x20\x6f\xdf\xbe\xab\xab\xbb\xa7\x22\x18\ \xf3\x85\x2b\x82\xa1\xf0\xc0\xf1\x5e\xcf\xb6\x5a\x5a\x5b\xdc\x72\ \xce\x27\x42\x11\x10\xc7\x2c\xf8\x82\xda\xd2\xe5\x8b\x15\xcc\x38\ \xe7\xe1\x58\xd8\xb2\xcd\xc2\x4c\xa2\x22\x16\x92\x10\x55\x45\x54\ \x4c\x4f\x53\xe2\x29\x98\xfb\x62\x61\xc7\x28\x78\xcc\x54\x31\x5e\ \xbe\x7c\x45\xf7\xfc\x9e\xf1\x89\x89\xba\xca\xc0\xbc\x79\x73\x45\ \x60\x0c\x0c\x16\x8b\xd9\xa9\x95\x67\x9d\xd1\xd2\xd9\xf1\xe0\xb3\ \xcf\xdc\xfa\xcb\x5b\x74\x8c\xce\xbf\xe8\x7c\x89\x12\x91\x11\xd7\ \x32\x33\xd9\x99\x70\x88\x59\x8e\xb7\x70\xf1\x72\x49\xd6\x2d\xcb\ \xa5\x00\x7b\x0c\xa6\x73\xe5\xe7\x5f\x78\xc9\xf5\x05\x4b\x58\x28\ \x15\x8a\x08\xfd\xfd\xdd\xfd\x20\x8c\xb6\xac\xfb\xb7\x7f\xfb\x70\ \x78\xf6\xad\xcc\x91\x6f\x7e\xf6\x9b\xd5\xef\xb9\xf1\x5f\xea\x7b\ \xbf\xf8\xed\xc7\xae\xfc\xca\x7f\x85\x03\xe8\xe8\x0b\xbf\xf9\xcf\ \xc9\x1d\xe7\x5c\xf1\xe1\x95\xbe\x03\xdf\xbf\xf9\xbe\xac\x47\x61\ \xa4\xfb\xdf\x3e\x7d\x7d\xab\xb3\xf3\x2b\x37\xfc\x34\xc3\xfd\xd4\ \xb4\xda\xce\xba\xee\xb3\x57\x2c\xdb\xff\xc8\x2f\x7e\xf5\xd8\x01\ \x28\x07\x56\x5f\xfa\xf1\xcb\xbb\x26\xee\xba\xe7\xc9\x6b\xbe\x32\ \x2f\x94\x3d\xf2\xfd\xef\xfc\xbc\x37\xe3\x22\x39\x7e\xd9\x87\x3f\ \x71\x5a\x57\x68\xeb\x3d\x37\xfe\xf2\xf1\xc9\x90\x0e\x4c\xb9\xe5\ \x63\x5f\xfc\x5c\x7b\xe9\xe9\x6b\x3f\xf7\xc8\xc7\x7e\xf0\xfd\xe5\ \xd5\xc2\x6b\x4a\x02\xaf\x9e\xa5\x27\x5a\x3b\x08\x80\xa9\x03\x8f\ \xdf\x7a\xcf\x53\x05\x82\xc4\x58\xd7\xb5\x1f\xb9\x7a\xfa\xf7\x37\ \x3d\xe7\xad\xfc\xd2\x75\xeb\x77\x3e\xf4\xdd\xdf\x4d\xcc\xfb\xc6\ \xc7\xcf\x1f\xde\xfc\x93\xbb\x06\x1b\x3e\xf3\xa1\x65\x0f\xdd\x72\ \xeb\xa1\x19\xdb\xe3\xda\x59\x57\x5e\xb7\x71\x9e\x72\xef\x0f\xbf\ \xf7\x5c\x7f\x3e\x5a\xd3\x76\xc5\x87\xaf\xc5\x7b\xee\xbd\x6d\xf3\ \x1e\x22\x05\xd6\x5e\x74\xe5\xe9\xed\xf4\xae\x9f\xdf\x3d\x5e\x2c\ \xe3\x58\xcf\xf5\xff\x76\x95\xd0\xff\xd4\x2d\xbf\x7b\xb6\xcc\xa5\ \x39\x8b\xcf\x7e\xdf\x65\xab\x27\x77\x3f\x7c\xc7\x83\xdb\x4a\x84\ \xc8\x55\x8b\xae\xbd\xf6\x5d\x35\x0a\xa0\xec\x24\x3c\xbd\xc5\x40\ \x08\x95\x4b\xa5\xbb\xee\xba\xeb\xe5\xed\xdb\xf7\xee\xd9\xf3\xfe\ \x0f\x7c\xa0\xa1\xbe\x9e\x9d\xe8\x65\xbd\x29\x9f\x15\xca\x61\x45\ \x65\x8d\xf9\xec\xce\xe7\xf7\x74\x76\x57\xa9\x89\x03\x4f\x8f\x78\ \xc1\xf5\x21\xfd\xaf\xe6\xb4\xaf\x5f\x0b\x07\x94\x71\xa4\xa8\x91\ \xaa\x5a\x48\x3d\x01\x42\x41\x56\x38\x14\xab\xaa\x2b\x18\x05\x43\ \xc3\x63\x7a\x20\x5a\x5b\x19\x03\x1e\x91\x83\xd2\xea\xf7\x5d\xaa\ \x56\xb6\xc4\x77\x1c\xf5\x8d\x8d\x96\x4c\xd3\x11\x70\xaa\x64\x1e\ \x1c\x1d\x5b\x7f\xca\xfa\xf6\x96\xe6\x62\x26\xd9\x7f\xf4\x40\x63\ \x75\x75\xa1\x58\xa0\x84\x8e\x8f\x0c\xec\xdd\xbb\xe7\xea\x6b\xde\ \x97\xa1\xde\xf4\xf0\x88\x00\xd1\xdc\xd6\x36\x66\x5a\x55\xe1\xc8\ \xd4\xd0\x68\xae\x54\xc4\xa2\xd4\x5c\x55\x3d\x16\x0a\xd9\x25\x9b\ \x12\xaf\x98\xce\x50\xcb\x82\xc4\x6b\x6f\x6d\x8a\x85\x83\xe9\xd4\ \xcc\x9e\x3d\xfb\x57\xae\x5a\x33\x35\x39\x21\x71\x37\xd0\xd5\x9a\ \x19\x1f\xa9\x8b\x06\xec\xc6\x1a\xaf\x98\xd9\xbb\x77\xd7\xd4\x50\ \xaf\x5f\xc2\x73\x9a\xeb\x39\x04\xfb\x8f\xf6\xae\xb1\xc9\x4c\x22\ \x59\x19\xf1\x37\x47\xe2\xa5\x4c\x02\x20\x58\x2a\xe4\x5b\xea\xba\ \x5d\x99\xe7\xa8\x11\x08\x04\xc3\x21\x7d\x7c\xa4\xcf\x23\x14\x63\ \x2c\x63\xea\x53\xa1\x26\xc1\x53\x56\xf4\x34\x35\xc4\x1e\xdc\x74\ \xef\x6f\x6e\xbf\x1d\x52\x62\x13\x92\x8b\x04\xae\xfb\xc0\xb5\x3b\ \x5f\x7c\x71\xd7\xcb\x3b\x42\xfe\x88\x28\x8b\x5a\x40\x4f\xa6\x32\ \x4f\x3c\xf1\xd4\x9a\xd5\x2b\x4d\xd3\x25\x48\x68\x9f\x3b\xff\xc5\ \x43\xfd\xe3\xd9\xa2\x03\x10\x27\xec\x1f\x40\x6e\x42\x58\x32\x27\ \xb7\xfc\xf7\x57\x4c\x8d\xba\xf5\x8b\xcf\x7c\xff\x65\xeb\xdf\x7f\ \xcd\x86\xaf\xdf\xf6\xd5\x63\x0a\x9c\x73\xc6\x87\x16\x85\xd1\x66\ \x5b\x5e\x71\xc1\x07\xbf\x70\xd5\x12\xc0\xa6\xbf\xf3\x89\xdb\xf9\ \xf2\x0f\xde\xb0\xb1\xe2\xe7\x37\x7c\xf1\x17\x9b\x36\x7c\x7d\x75\ \x32\x49\x2b\x3e\xf9\xdd\x6f\xd7\xf6\x3f\xf0\xc9\x6f\xfe\xf6\xd8\ \x69\x55\x4f\x3e\xf1\x64\x70\xcd\xe7\xbf\x7a\xc5\x62\x0e\xa0\x33\ \xd5\x9b\xcb\x97\x00\x65\x8f\xdc\xf2\xa3\xf1\xf8\x79\xdf\xbb\xf1\ \x82\xe3\xf7\x7f\xeb\x3b\x3f\xfd\xd5\xa2\x1f\x7d\x72\x66\x74\xb4\ \xed\xbc\x0f\x7f\xf9\xf2\xee\x3b\xbf\xf4\xd1\xbb\xee\x7d\xee\xeb\ \x1f\x3e\xe5\x93\xff\x5e\xdd\x12\xfe\x13\x20\x7e\x8d\xbd\xe2\xec\ \xaf\x08\x78\x13\x77\xdc\xf1\x48\xe4\x8c\xeb\x3f\x7b\x5a\xf5\xc3\ \x37\xdd\x78\xdb\x6f\xb7\x7d\x68\x71\x6d\x66\xf3\xa1\x34\x5d\x3d\ \xd5\x7b\xe0\xc8\xb0\x5a\xa6\xee\x91\xe3\xc9\xd8\xdc\x33\x8e\x3e\ \xf0\xeb\x1d\xf9\xfa\x4f\x7c\xfc\x9c\xa1\x4d\x37\xdf\x73\xc7\x23\ \xab\xbe\x76\xce\xe0\x64\x7e\xf9\xbf\x7c\xfa\xca\x25\x15\xc6\xe8\ \xd6\xaf\xdf\xbf\x7b\xdd\x75\x9f\x5e\xd7\xa8\x53\x24\xa9\x2a\xbe\ \xfc\xda\x0f\xbb\xe5\xd1\x5f\xfd\xe8\x57\xdb\xfa\x4e\x0d\x6e\xdb\ \x92\xf0\x2f\xbb\xf1\x93\x17\xa8\x00\x81\x42\xdf\xaf\x7f\xf3\x68\ \xf8\x8c\x0f\x5e\xdb\x03\x7e\xf6\xcd\x1f\xfe\xee\x85\xa5\xff\x7e\ \xde\x1c\xcf\x21\x27\x51\xe6\x2d\x5e\xeb\x18\xf3\x08\x59\xb8\x68\ \xe1\xd2\xa5\x4b\x3d\xe2\x41\x04\x29\x63\x27\x64\xf8\xdf\x9c\x28\ \x2f\xf1\x48\xbc\x6b\xdd\x25\xab\x26\xee\xb9\xe5\x3b\x9b\x04\x81\ \x0a\xc1\x33\xaf\x78\x5f\x47\x54\xa4\x84\xfc\x8d\xd8\xc4\x01\xc4\ \xd0\x74\xcc\xc9\xe4\x04\xa6\x14\x32\x32\x3d\x05\x6a\xe3\x55\x66\ \xb9\x50\x2e\x99\x43\x03\x03\xea\xfd\xbf\xdf\x70\xc6\x19\xa7\xae\ \x5f\xd6\xd8\x14\x26\x1a\xd8\xfa\xfc\x43\x03\xc3\x39\xec\x58\x5e\ \x32\x53\x55\x3b\xb7\x5c\xd7\xf0\xc0\xa6\xc7\x86\x8f\x8d\x9d\x73\ \xc6\x86\xa6\x9a\x4a\x01\x08\xe9\x64\x12\x50\xa2\xeb\x3e\xb7\x54\ \xac\x8f\x47\xc7\xfb\x7b\xc7\x87\x46\xb3\xc9\x34\x86\x48\xc4\x42\ \xb9\x54\x1e\x19\x19\x4b\xee\xde\x23\xfb\xf4\x68\x55\xb5\x69\xdb\ \x01\x45\x69\xac\x88\x0e\x0e\xf4\x05\x44\xee\x96\x52\xa5\x69\x2f\ \x52\x11\xc3\x6e\x91\x19\xc5\xc5\xf3\x3a\x86\x7b\x8f\x72\x62\x51\ \x6a\x6b\x88\xa6\x52\x53\x95\x41\xdd\x37\xb7\xf3\xf0\xfe\x5d\xfd\ \xc3\x03\x12\xe0\x0c\x40\xdb\xa5\xbe\x70\xb0\xb5\xa3\x23\x93\xcb\ \xbe\xfc\xd2\xb6\xa0\x26\x75\x76\xb6\x70\x41\x9c\x4e\xce\xcc\x94\ \x0b\xa5\x42\xb6\xb6\x2a\x26\x09\x5c\x92\xe4\x64\x72\x3a\x9d\xc9\ \x59\x96\x1d\x8b\xc7\xce\xa9\x3d\x67\xa5\xef\x14\x80\x19\x44\xec\ \xa5\xe7\x9e\xd8\x7c\xc7\xaf\x75\xc7\x6e\xa9\x6f\x2c\x97\x8b\x63\ \x03\xbd\x87\x0e\x1d\x0c\xc4\x2a\x92\xf9\x62\x3a\x57\x4e\xce\x4c\ \xcf\x5d\xd0\x79\xe6\xf9\xe7\x36\x36\xd6\xfa\x75\x45\xc2\x72\x47\ \xb7\x6f\x7c\x66\x2b\xe5\xc8\xa7\x05\xd2\x93\x49\xea\x7a\xff\x00\ \x1d\x02\xce\x88\x18\x6c\xbb\xe0\x9d\x57\xc4\xb1\xa7\x46\xaa\x10\ \x00\xf1\x25\x17\xce\xfd\xe5\x2f\x6f\x1e\x58\xf8\xc0\x57\xe6\xce\ \x26\x2d\x27\x8c\x25\x0b\xc3\x7d\x33\x39\x74\xf8\x99\x9b\x87\x58\ \x39\xd8\xdc\x18\x52\x29\x07\xb2\xac\x2a\x2a\x08\x75\x74\x35\x85\ \x36\x4f\xd9\xa1\x77\xff\xcb\x7b\x6e\xbe\xfb\xd6\x2f\x4d\xec\x7f\ \xf7\x95\x57\x75\x61\x8c\x30\xa6\xe5\x74\x5f\x9f\xb3\xee\x23\xab\ \x75\x08\x7b\xd6\x9f\x19\x78\xf0\xb7\xc3\x09\x4b\x94\x14\x4d\xd7\ \x00\x50\x97\x2c\xaa\xdb\x7d\x7c\x92\xc2\x0d\x4b\x96\xf7\xfc\x45\ \x2b\x85\xb3\xd9\xae\x2b\xe2\x8c\x73\x0e\x91\x99\x3c\x3e\x0e\x42\ \x1f\x58\x35\x4f\x56\xc0\xda\x35\x73\xb7\x3c\xb8\x0f\xbc\xf3\xbc\ \x88\xfd\x9b\xdd\x7b\x0e\xa6\x84\xe6\xf9\x55\xf6\x81\xfd\x3b\x07\ \xf3\xf8\x94\x05\xe1\xe3\xbf\x98\x29\x65\xcd\xfb\x7e\xfd\x6b\xc7\ \x46\xad\xf5\x11\xe2\x3a\x82\x20\x68\xba\x26\x4a\x72\xa6\xb7\x8f\ \x04\xe6\xae\xed\xa9\xd7\x5d\x17\x08\x60\xe8\xc5\x4d\xf7\x3c\xbe\ \x0f\xfb\xe5\xf1\x92\x15\x37\xd8\x59\x67\x9f\x77\xe4\xae\x4d\xdf\ \xfe\xf6\xe4\x19\x17\xbe\x73\x59\x68\x74\x34\x57\x2a\xed\x7f\xea\ \xf6\xc3\x84\xc4\x9a\x2b\x65\x40\xc8\xac\x0a\xda\xc9\x78\x8b\x29\ \xba\xa6\x69\xcb\x97\x2f\x9f\xdd\xd5\x9e\xe7\x11\xe2\x21\x84\x38\ \x60\xec\xcd\xf9\xac\x00\x46\x89\xa0\xaf\xbe\xec\x23\x4b\xce\x2a\ \x94\x6d\xa2\xfa\x83\x3e\x05\x19\x65\xf3\xaf\xe2\xda\xeb\x61\x93\ \xeb\xba\xed\x1d\xad\x57\x5d\x73\x69\xff\x91\x63\xc7\x0f\x1d\x88\ \x85\x82\x8a\x20\x02\x66\xcc\x4c\xe7\x29\xa5\x1c\x60\xd7\xd6\xb7\ \x3d\xb6\x19\x1a\xd3\x16\x2a\xaa\x41\xf9\xe0\xc1\xe3\xae\x29\x2f\ \x5b\x7c\x3a\x33\xdc\x81\x7d\xfb\x12\xa5\x44\xb9\x50\x7e\xe0\xf7\ \x0f\x38\xb9\xfc\xb2\x05\xf3\xe2\x21\xbd\x3a\x16\x32\x0a\xb9\x72\ \x3a\x0f\x1d\xf7\xc9\x87\x36\x27\x16\x8c\x9f\xbe\x71\xe3\xd8\xd8\ \xd8\xcb\x2f\x6d\xa7\x8c\x35\x35\x34\x91\x7c\x3e\x9b\xcf\xa3\x42\ \x3e\x52\x5b\x2b\x68\xd2\x81\xe7\xf6\x54\x68\xfa\xfa\xa5\xf3\x19\ \x77\xb2\xe9\x44\x30\xe8\xe3\x18\x49\x3a\x97\xa0\x9a\x2a\xda\x66\ \x6e\xda\x31\x0b\xbe\x80\xe6\x18\xc5\xd6\xea\x6a\x11\xb2\xe3\xc9\ \x09\xc3\x32\xf6\x1c\x39\xb0\x76\xf9\xf2\xba\xfa\x46\x19\x0b\x8d\ \xed\x5d\x6c\x62\x62\xd3\x63\x4f\xa4\xd2\x33\x82\xe6\xcf\x67\x52\ \x5d\xdd\x0b\x42\xc1\x40\x26\x9d\xea\x3d\x76\xac\xb1\x61\x63\xb4\ \xb2\xd6\x71\xdc\xc9\xc4\x74\x6a\x26\xc3\x01\xd7\x23\x11\xd9\x17\ \x58\xbd\x70\xf1\x54\x2a\xb5\x77\xdf\x3e\x15\xc1\x3a\x04\xc3\xb1\ \xb8\x0f\x21\xc7\x17\x48\x52\xee\xd8\x26\xc1\x42\xe7\xc2\xc5\x7d\ \xc7\x06\x46\xa6\x66\x92\x85\x74\x47\x57\xc7\x65\x97\x5e\x34\x3d\ \x35\x65\x18\x66\xa9\x6c\x3d\xbd\xed\xc5\xb1\xa9\x29\x45\x0b\xc9\ \x08\x83\x7f\xc8\xf5\x81\x73\x26\xe8\x95\xf3\xe7\x77\xc4\x5e\xc9\ \x5a\xa6\x76\x6d\x1e\xd0\x4f\xb9\xb8\x3d\x77\xf7\xe6\x9d\x5f\x78\ \xcf\x72\x0c\x89\x61\x95\x01\x00\x40\x8d\x04\xd4\x60\xe7\x05\xd7\ \x5d\xbb\xba\xf2\x44\xb5\xbb\x7f\xcf\x09\x83\x4b\xc0\x39\x82\xd4\ \x03\xf5\x2b\x2e\xf9\xfa\xd2\x8d\x8f\xdc\xf4\x1f\xdf\xfc\x2e\xf9\ \xde\x67\x97\x08\x90\x63\xc5\x1f\x8b\x90\xbe\x91\x49\xb0\x24\x9a\ \x1b\xed\x2d\x8a\x5a\x24\x24\x8f\xb2\x13\xdb\x91\x42\x80\x10\xe2\ \x00\x58\x65\x53\xd4\x34\x01\xfd\xc9\x31\xcb\x19\x63\x8c\x41\xce\ \x28\x21\xc4\x73\xb0\x1e\xd5\xed\xe2\xc8\xc8\xcc\xe2\x85\xd1\xa1\ \xfe\x49\xa4\xd4\x45\x42\x75\x0b\xea\xe0\xd3\xbf\xbf\xab\x7a\xe1\ \x05\xef\xf4\x1f\xfd\xc3\x9d\x0f\xc9\x95\xf3\x3a\x2b\xc3\x49\x55\ \xa8\x9c\xb3\xea\x23\x1f\x3d\x4b\x70\x1d\x8f\x41\x89\x4d\x51\xc6\ \xa9\xe7\x00\x46\xd5\x48\xc0\x2b\x1e\x1b\x4e\x1a\xf3\x43\x98\x3b\ \xb9\xa7\xee\x7f\x42\x5c\xf9\x91\xcf\xbd\xab\xf9\x8e\x6f\xfe\x57\ \xbe\x64\xf8\x4e\x39\xe5\xe3\x9f\xe9\x3e\xf8\xf4\xaf\x7f\xf0\xf3\ \x9f\xe9\x1f\xbb\x20\xa2\x07\x97\x9d\x7b\xcd\xa5\x0b\x43\x96\xe5\ \x32\xce\x6d\xcb\x3d\x09\x30\xff\x1b\x6c\x62\x8c\x12\x32\x2b\x27\ \x0a\x4e\xb8\x63\x73\x30\x7b\x04\xbd\x99\x9f\xc7\xa2\x58\x98\x3c\ \x78\xc7\xfd\xcf\x94\xb1\x84\x67\xf9\x4d\x15\x3d\x97\xbd\x63\x5d\ \x48\xe6\x7f\x5b\x9f\xce\x71\xdd\x96\xc6\xfa\x2f\xae\xfc\xd8\xc1\ \x7d\x7b\x37\xdd\xf7\x07\xc7\x30\x89\x6d\x09\x10\xed\xdf\xbd\x0f\ \x00\x84\xb1\xe4\x32\x17\xcb\xe2\xd0\x91\xc3\x9e\xca\x98\x0a\x4b\ \x45\x6b\x6e\x6b\x67\x4d\x34\xac\x22\xd9\x38\x9e\xcd\x78\x84\x18\ \x96\x82\xc5\x62\xa6\xe8\x99\xce\x48\x3a\xa5\xc3\x96\xb0\xee\xdb\ \xb2\x75\xeb\xf0\xc8\x98\x59\x36\x7a\x8f\x1c\x5f\xbe\x7a\x4d\xbc\ \xae\xc6\x20\x9e\xe7\x92\xe1\x44\xc2\x30\xad\x86\xc6\xa6\xc9\x64\ \xe2\x50\xff\x40\x8f\x4f\x4d\xe5\xd3\xbc\x30\xd3\x10\x53\x2c\x23\ \xbb\x66\xd5\x12\xd7\x31\x0e\x1c\x3e\xbc\x6c\xd1\xc6\xc6\xb6\xf9\ \xb7\xde\xf9\xfb\xa9\xa1\xa3\x7a\x24\x32\x95\xc8\xed\xdd\x45\xcf\ \x58\xb9\x0a\x10\xcf\x30\x4c\x17\xf0\x7c\xb1\xfc\xe4\x96\x97\x2b\ \x2f\xaa\x09\xd6\x56\x1c\xec\x1f\xd9\xb9\x77\x6f\xdf\xc8\x58\xbc\ \xb2\x3a\x18\x8d\x41\xc8\x0b\x85\x9c\xe6\xf7\x57\x55\x55\x0e\x8d\ \xda\x58\x52\x34\xcd\x97\x9f\x9a\x1a\x18\x9e\x28\x95\x0c\xdb\xb1\ \x15\x7f\xd0\xa5\x3c\x5b\x2c\xac\x5c\xb3\xf6\xf0\x91\x43\xc5\x89\ \xa9\x8e\x48\x88\x99\x4e\x4f\x63\x53\xd6\xb2\x42\x01\x7f\x7a\x26\ \xe9\xca\xc5\x40\x2c\x76\xda\xd9\x9d\x7b\xf7\xef\x77\x9d\xbc\x84\ \xf1\xf4\x64\x82\x01\x06\xb1\xf4\xec\x4b\xcf\x6c\xdf\xb7\xaf\xe8\ \xd8\x1e\x2b\x43\xca\x11\xfc\x47\x58\x93\x42\x00\xb2\x43\x2f\x7c\ \xef\x7f\x84\x88\x40\x3c\xe6\x3f\xed\xcc\x79\x8f\xde\xf6\xd4\xa2\ \x0f\x7d\xf7\xdd\x35\xc7\xae\xff\xe4\xcf\x1e\x5d\xb6\x60\xf1\x86\ \x85\x77\xdd\xf4\xb3\x2f\x4c\x6e\x3f\xed\xfc\x77\xbe\xff\xdd\xab\ \xbe\xfb\xcb\x2f\x4e\x6d\x6d\x17\x50\xe8\xb2\x7f\xfd\x50\x13\x64\ \xa6\x65\x53\x0e\x00\x67\xb6\xed\x22\x92\x79\xe6\x77\x77\xec\x4d\ \x70\x67\xc2\x6b\x6e\xae\x97\xb8\x5b\x36\x4c\x57\x52\x2f\xbc\xfa\ \xb2\x2f\xfe\xf0\x27\x37\x1c\x6d\xc8\x0e\x8f\xac\xbd\xe4\xe3\x4d\ \x2a\xd8\x6a\x18\xb3\x12\xd4\xcc\xb5\x5d\x86\x8a\x13\x2f\x7c\xfc\ \x13\xf7\x7e\xec\x47\x3f\x5c\x51\x23\xbc\xb6\x16\xce\x39\xe3\x8c\ \x7a\x04\xd6\xd4\x57\x24\x1f\x78\x6a\xdf\x39\x9f\xba\xfc\x8c\x39\ \xbf\xbe\xed\xdb\x03\x35\xfe\xf1\x29\xe3\x8c\x2b\x4f\x53\x80\x38\ \x77\x51\xfb\x9d\x0f\xdf\x3d\xff\x5d\x9f\xed\x8e\x38\x3f\xf8\xd1\ \xc3\xcb\x4f\x7b\xb7\x1f\x89\xab\xce\x3f\x73\xcf\x2f\x37\xdd\xf8\ \x8d\x23\x61\x11\xb6\x6f\xb8\xf8\x9c\xb9\xd0\xb6\x6d\xc7\xa3\x9e\ \x65\x86\xe6\xae\x5b\x35\xa7\xf7\x96\x6f\xdc\xd8\x58\x1d\x6e\x5d\ \xba\xba\x6d\x51\xfb\xc3\xdb\xef\xff\x79\x3e\x76\x78\xa0\xb0\x70\ \x35\xdc\xff\xd4\xef\x5e\x38\x3c\x23\x7a\xc9\x68\x65\x65\x24\xde\ \x75\xe1\x9a\x86\xdf\xfc\xea\x5b\x03\x4d\xb5\x82\x18\x3b\xef\xf2\ \xf3\xeb\x74\x7c\xb2\xde\xf4\x96\xcb\x9a\x10\x00\x08\xa1\x28\x8a\ \x08\x21\x00\xa0\x47\x3c\xc6\x18\x00\x90\xf3\x37\x9b\x37\x71\xce\ \xb1\xac\xd7\x34\x34\x98\x10\x23\x24\x88\x6e\xe2\xb9\x97\xb7\x0c\ \xaf\x5d\xb6\xb4\x56\xfd\xdb\xb0\x89\x73\xa0\x88\x42\x54\x55\x97\ \xcd\xef\xae\xf2\xa9\xcf\x3d\xf9\x54\xc0\xa7\x2b\xa2\x94\x1c\x1b\ \x8b\x44\xa2\x7e\x7f\xd8\x32\xec\x45\xed\x5d\x53\x93\x13\x53\xd3\ \x53\x83\x53\x13\x92\x1c\xa8\x0e\x1b\xd3\xc9\xa4\xae\xfb\x57\x2c\ \xeb\xe9\x72\x9b\x77\xef\x78\x49\x57\xf5\x52\xc9\xd8\xb7\xff\xe0\ \xc4\x50\x6f\x53\xed\x7b\x5d\xcb\x1a\x1e\x9d\x98\x9a\x9e\x31\x6d\ \x6f\x74\x2a\x55\xfb\xfc\x16\x24\x89\xb6\xe7\x51\x06\x93\xd9\xbc\ \xee\x0b\xf4\x8f\x8e\x97\xad\xf2\x54\x26\x13\xac\x88\xd6\xd4\xd5\ \x59\xe3\x03\xc7\xfb\x0e\xcc\x69\xac\xaa\xab\x0d\x06\x83\xd5\xb5\ \xb5\x41\x49\x13\x65\xec\x75\xb5\x35\x46\xfc\x52\xc1\x32\x28\xe7\ \xa5\x92\x11\x8f\x56\x50\xcf\x21\x8c\x71\x49\x96\x35\x2d\x31\x9d\ \xfa\xe5\x5d\xf7\x36\x54\xd5\xe6\x3d\x8b\x22\x16\xad\xac\x13\x75\ \xcd\x1f\x0a\x67\x72\xb9\x91\xd1\xd1\x70\x45\xdc\x76\x3d\x7f\x28\ \x1a\x0c\x47\x11\x40\x3e\x5f\x80\x33\x60\xdb\x36\xe5\x6c\x62\x62\ \xa2\xbf\xb7\x2f\x1c\x0e\xe8\xba\x2e\x2b\xd2\x44\x3a\x19\x0a\x04\ \xe2\xb1\x68\x79\x66\x3a\x56\x55\x95\x25\x8e\x05\x19\xe1\xac\xf7\ \xe8\xd1\xda\x58\xc3\x92\x85\x8b\x6b\x6b\xf5\xab\xae\xba\x32\xe0\ \xf3\x7b\xae\xbb\xf7\xd8\xe1\x5d\x87\x0e\x64\xac\x12\xd6\x14\x4e\ \xb9\xa6\x8a\xb2\x24\xfc\x03\x1a\xd7\x81\x79\x67\x7c\xf1\xc6\xba\ \xb4\x49\x21\xe4\x8c\x49\xb1\x68\xe5\x65\x1f\xfb\x62\x4b\x7b\x00\ \xa0\x15\x9f\xff\xb2\xcf\xf1\x91\xea\xb6\xf7\x7d\xcd\xb7\x60\x28\ \xed\x35\xd7\x44\x5b\x16\x7d\xe8\xc6\xe6\x95\xc7\xc7\xb3\xd8\x17\ \xaf\x54\x81\x50\x77\xea\x7f\xfc\xfb\xa2\x3a\x04\x80\xdc\xf4\xc1\ \xcf\x7c\x21\x5a\x5f\x69\xc0\x53\x60\x2c\x2b\xad\x3e\x75\x5e\xcf\ \xfc\x10\xc8\xfd\xc7\x67\xae\xaf\x13\x41\x60\xc1\x3b\xfe\xeb\x3f\ \xdb\x0f\xf7\x25\x02\x97\x5f\xb3\xa0\xa3\x0e\x00\x7a\xe6\x35\x9f\ \xb7\xf5\x06\x00\x40\xeb\x69\x1f\xfc\xf8\x29\xfe\x60\x85\xf8\xf9\ \x1b\x2a\xeb\xa3\x7f\x5a\x6f\xe2\xb3\x99\x13\xf5\x5c\x5a\xbb\xf2\ \xc2\xeb\xa3\x63\x1a\x06\x0d\x1b\xaf\xbc\xbe\xfe\xf0\x68\xc6\x39\ \xe3\x1d\x5d\x6d\xb5\x81\x72\xc9\xac\x68\x5f\xf7\xa5\x1b\x3b\xa3\ \x8d\x22\x41\x0b\xfe\xe3\xc6\xaf\x06\xeb\xea\xed\x72\x51\x6f\x5c\ \xf5\xb1\x8f\xd5\x1e\x1b\x9a\x70\xb8\x5c\x5f\xa1\x59\x04\x5f\x7a\ \xf5\x7b\xe5\xb8\x64\xba\x2e\x87\xc1\xf3\xae\xf9\x50\xfb\xd1\xbe\ \x99\x32\x89\xd7\x54\xb7\x2e\xba\x32\xd6\x72\x74\xba\xe4\xb6\x75\ \x2d\x6f\x99\x53\x01\x0b\xed\x0b\xb8\x9f\x0a\x3d\x67\xb5\x75\x54\ \x09\xac\xf2\xdc\xf7\x7f\xb4\xfd\xe8\x68\xaa\x2c\xfb\xe3\x01\x01\ \x10\x4a\x4f\x32\x09\xde\xf2\x19\x88\x10\xce\x64\x32\x8f\x3e\xfa\ \x98\xeb\xba\x94\xd2\x75\xeb\xd6\xce\x9b\x3b\x97\x31\xca\x19\x7b\ \x93\xfe\x74\x94\x10\x5f\xac\xf5\xa2\x77\xbf\xe2\xc9\xea\x8e\x8c\ \x1f\xbf\xd9\x70\x3c\x08\xb4\xbf\xed\x4e\x27\x88\xc2\xe4\xe8\xb8\ \x9b\x9b\x89\xc7\xa2\x21\x51\x6d\xaa\xaa\x9e\x3f\xbf\x27\x1a\x0a\ \x45\x7c\xa1\x6d\x2f\xbe\xe4\x0f\x44\xb6\x6e\xdd\x7a\x98\xb9\x8e\ \xe3\x24\xa7\x66\x3c\x03\x56\xc7\x6b\xcb\x36\xeb\x1b\x9f\x84\x90\ \xd6\xd4\xc4\x92\xe9\x51\x59\xe0\x1e\x83\x05\xdb\x14\xf2\xc0\x1f\ \x89\xc6\xeb\xea\x66\x92\xd3\xc9\x42\xb1\x4c\x39\x90\x55\x0e\xc5\ \x87\x36\x3f\x52\x5b\x57\x9b\x49\x17\x04\x59\x91\x15\xcd\x30\x1d\ \xcb\x76\x1c\xcf\xe3\x80\x64\xb3\xf9\x85\x0b\x7a\x66\x74\x98\x4f\ \x8e\xf8\x63\xc1\xc9\xd4\x54\xc9\x94\xa2\x91\xa8\x61\x3b\x2f\x6f\ \xdf\x2a\x2a\xe1\xf9\x3d\x3d\x5b\xf6\x1f\x16\x04\x59\x96\xb5\x5c\ \xb6\x90\x4a\x26\xf2\x25\xd3\xe2\xc8\x70\xbc\x50\x75\x9d\x91\xcc\ \x27\x73\x16\xd1\x04\x41\x12\x98\xa8\x16\x4d\x27\x40\x28\x14\xc5\ \x42\xd1\x44\x72\x59\xd6\x83\x81\xb8\xdf\xef\x0b\x70\xcf\xe1\xae\ \x0d\x3c\x27\xea\xf7\x29\x9a\x9c\xc9\xa5\xf3\x99\x99\xcc\xcc\xd4\ \x6f\xef\xfe\x4d\x55\x45\x58\xf4\x4b\x13\x85\xa4\x04\x01\x72\x68\ \xd6\x2d\xd3\x80\xbf\xa6\xae\x66\xdb\xa1\xe3\xfd\x7d\xfd\x87\x5e\ \x3a\x0c\x89\x79\xf5\x95\x9f\x56\x45\x6c\x15\x8b\x33\xd9\xf4\xde\ \x03\xfb\x32\xc5\xa2\x1c\xf4\x23\x86\xbd\x9c\xc5\x19\xfd\xc7\x10\ \x0c\x85\x40\xc5\xfc\x15\x15\x7f\xf5\x5b\xf5\xaf\x38\xb2\x34\x2f\ \x58\xd1\xfc\xca\x6f\x56\xb5\x2d\xac\x6a\x7b\xe5\x0b\x31\xde\xd5\ \x11\x07\x00\x00\xa8\xb7\x76\x76\x01\x00\x42\xed\x8b\x6b\xdb\x5f\ \x5d\x20\x3c\xb7\x2b\x3c\xfb\x2a\x5a\xdf\x75\x6a\x7d\xd7\xab\xb9\ \x79\x55\xd3\xdc\xd9\x57\xbe\x78\xeb\xec\x1f\xef\x5e\x10\xfe\x8b\ \x42\xd8\xac\x11\x36\x07\x8c\x52\xa4\x77\xce\x5f\x40\x5d\xdb\x76\ \x41\x7d\xd7\x92\x26\x04\x29\x71\x5d\xcf\x03\x00\x00\x39\xd0\x36\ \x2f\x4a\x5c\x9b\x72\xb9\xad\xbb\x83\x7a\x2e\x61\x0c\x30\x57\xad\ \x68\x58\x59\xdd\x02\x00\xf7\x5c\xc7\xa3\xa0\xb9\xbd\x93\x11\xd7\ \x63\x1c\x72\x8f\x23\x5f\xe7\xe2\x95\x73\x21\x20\x9e\x4b\x28\x6f\ \x5b\xb4\xa2\x13\x42\x00\x98\xeb\xb8\x5c\x6f\x5d\xd3\xd0\x01\x00\ \x27\x9e\xeb\x79\x2e\x40\xb8\xae\x73\x71\xd3\x5c\xc8\x39\x71\x1d\ \xef\x64\xce\xf4\xd6\x83\x01\xca\x48\x38\x14\x9c\xdb\xd5\xf9\xc0\ \x83\x9b\x96\x2c\x59\xdc\xdc\xdc\x44\x28\x99\x1d\xb0\x63\x6f\x92\ \xdf\x24\x08\x46\x66\xe4\xf9\xc7\x0e\x99\x10\x0b\x18\xe5\x87\xf7\ \x1d\x37\xa2\x1b\x63\xfe\xbf\x0a\x6d\x6f\xe0\xb3\x32\x3a\x38\xac\ \x34\xd6\xd5\x55\xd4\x78\x65\x2f\xa4\x86\x8e\xee\x3d\x54\x5d\x5d\ \x55\x13\xab\xae\xaf\x6e\x78\x61\xeb\xb6\xe9\x44\xf2\xd0\x91\xbd\ \xcd\x4d\x4d\x8c\xa9\xb1\x48\xb5\x20\xfa\x1c\x8e\x19\x25\x00\x78\ \x74\x66\xdc\x35\xb2\xba\xae\xa4\xca\x1c\xab\x0a\x97\xf0\x69\x67\ \x9e\xee\x62\xbc\x6d\xcf\x1e\x0b\x42\x39\x1c\x01\x58\x8a\x05\x42\ \x02\xf5\x82\x3e\xcd\x2c\x3b\x99\x5c\x49\x12\x20\xe1\x0c\x23\x09\ \x03\x06\x10\x4a\x4d\xce\x44\xd7\x9c\x92\x99\x56\x3d\x01\x23\x4d\ \xdd\xb1\x7f\x6f\x73\x7d\x25\x92\x44\x2d\x10\xcb\x94\x4a\x99\x62\ \xb1\xb5\xa3\x73\xf7\xe0\x78\xd9\x70\x38\x14\x0e\x1e\x38\x54\xc8\ \x65\x01\x96\x54\x7f\xd0\x76\xcc\x9e\x95\xab\x58\xc6\xda\xb5\x75\ \x3b\x16\x05\x8c\x80\x68\xda\x01\x5d\x35\x2d\xc7\xf5\x68\xa1\x54\ \xb2\x08\xa8\x6a\x68\xae\xaa\xad\xe7\x94\x61\xea\x62\xe2\xf9\x65\ \x91\x73\x4e\x3c\x27\xa2\x2b\xb9\x99\xc9\xfb\xef\x3e\x3c\x78\xe4\ \x60\x68\xd9\x22\xa6\x0b\x81\x50\xa5\xeb\xc2\x39\x4d\x4d\xa9\x42\ \xd1\x57\x53\xe9\x50\x37\x1a\x8d\x2c\xea\x9e\xef\xa4\x9c\xe1\xc1\ \xa3\x47\x0f\x1d\xe2\x96\x31\xaf\x73\x9e\x45\x48\x3a\x9b\xf5\x18\ \x09\x44\x42\x66\xc9\x41\xa2\x8b\x09\x62\x8c\xbf\x9d\xe5\x9b\x10\ \x16\x4c\xd3\x0c\x06\x43\x1c\x00\xce\xa9\x63\xd3\xd9\x49\x51\xc7\ \xb5\x00\x07\x10\xc0\x57\x36\x33\x75\xac\xd9\xfa\x34\x73\xac\x3f\ \x2a\x16\x50\xd7\xb3\x5e\x51\x98\x81\x00\xb8\xb6\x03\xfe\x38\x6f\ \x4a\x67\x0d\x4b\x4e\x9c\xbe\xd6\x6b\xfc\x46\xe8\x1f\x7f\x6a\xb6\ \xd3\xec\x51\xfb\xa4\x4e\xcd\xff\x49\xde\xc4\x01\x67\x0c\x2c\x5e\ \xbc\x38\x5e\x59\x19\x8f\x57\x48\xa2\xc4\x18\x13\x04\xc1\xb6\x1d\ \x4a\x29\x7c\x13\x15\x0c\x08\xa1\x67\x15\x06\x8e\x1f\x2f\x00\x01\ \x01\xa6\x04\x9b\xdf\x7b\xdd\x99\x4d\x7e\x44\xfe\x5a\x83\xe2\x8d\ \x7c\x7d\xb1\x98\xcb\x95\x8d\x72\x19\x23\xea\x3a\xe6\x83\x0f\x3e\ \xb2\x68\xe9\x6a\xc2\x70\x32\x55\x10\x14\xad\x58\xce\xad\x5e\xbb\ \x79\x4a\x94\xdb\x00\x00\x20\x00\x49\x44\x41\x54\x6e\x7a\x26\x6b\ \x94\x88\xaa\x6a\x48\x91\x8b\x56\xb9\x98\x4e\xe8\xba\x88\xb8\xd5\ \xdd\xd1\xbc\x6e\xed\xda\x2d\x2f\xef\xf1\xec\x82\x16\xaa\x96\x44\ \xe9\xe6\x9b\x6f\xc9\xe5\x72\x92\xac\x88\xa2\x44\x01\xb2\x3c\x3b\ \xe6\xf3\x39\xae\x57\xdf\xd0\xe0\xd2\x71\xca\x99\x28\x88\xb6\xe3\ \x6a\xba\xcc\x18\x09\x05\x7d\x6d\x6d\x6d\xcb\x96\x75\x4f\x8f\x0f\ \x8c\x0f\x1e\x24\xd9\x49\xd5\xe7\x9b\x4c\x26\x74\xcb\x0d\x84\xfd\ \x33\xa5\x6c\xac\x32\x26\xc9\xaa\xec\x61\x97\x90\xe1\xf1\x11\x09\ \x73\x97\x13\xcf\xb4\x98\x47\x57\xad\x58\x4d\xca\xee\xa1\x83\x87\ \x98\xc0\x03\x7e\x15\x22\x68\x39\x8e\xe5\x12\x00\x05\x2c\xfb\x0c\ \x87\x8c\x8f\x4f\xc8\x5a\xa0\x2a\xac\x57\x07\x25\x08\x3c\xc6\x3c\ \x24\x08\x00\xa0\xca\xaa\x7a\x0a\x84\x96\xf6\xb9\x1d\xf3\x16\x4c\ \x4d\x4d\x8e\x25\x8a\x63\x9e\xd3\x18\x8a\x71\xb5\x28\xca\xc2\xa1\ \xc3\x7b\x99\x2f\xd0\xd4\xbe\xa0\x79\xe9\xc2\x81\x23\x13\xd9\x54\ \xa2\x6f\xef\x91\xd3\xe7\x2e\x16\x73\x4e\xa4\x2a\x66\x67\x0a\xa4\ \x6c\x21\x59\x21\x85\xb2\x2c\x48\x04\x01\xf2\xf6\x76\x12\xa9\xaf\ \x6f\x3c\x78\x60\x9f\x22\xcb\xe1\x70\x04\x00\xc8\x01\x7f\x8d\x14\ \xc1\x2b\x55\x83\x93\xf1\xcf\x53\x6f\x9a\x3d\x16\x00\x04\xed\x6d\ \xed\xb3\x2a\x46\x00\x02\xd7\x71\xfa\x8e\x1f\x8b\xc5\x2b\xdf\x70\ \x98\x6e\xf6\x4e\x17\xa8\x9e\xfb\xc1\x4f\x9e\xf0\xeb\x45\x08\x01\ \xce\x5c\xef\xaf\xb3\x3a\x84\xd7\xa7\x33\xa8\x7a\x70\x68\x32\xb1\ \x7c\xd5\x22\x00\xcb\xa1\xca\xa0\x1e\x8d\x6c\xd9\x75\xd4\x70\x61\ \x36\x37\x7d\xc3\x97\x3e\x7a\xf5\x07\xae\x70\x2c\xf6\x8d\x6f\x7d\ \xbf\x68\xda\xb2\xe7\x94\xd3\x53\x48\x52\x18\xe7\xaa\xa4\x3b\xb6\ \xf3\xe2\x8b\x7b\x56\x9d\xb2\xa2\xae\x22\x3c\xd0\x37\xb0\xe6\xc2\ \x0b\xf2\xd3\xd9\xf4\x74\x46\x51\x34\xdb\x74\x4d\xdb\x03\x18\x2a\ \x54\x29\x40\x2a\x21\x41\x95\x25\x51\x11\x5d\xcb\x12\x20\x56\x55\ \xc1\xa3\x2e\x03\x24\x5a\x11\x3a\xde\x77\xbc\x90\xcf\x47\xfc\x92\ \x69\x33\xc3\x62\x65\x9b\xe5\x72\x19\x98\xcc\x53\xa4\xf7\xf6\x0f\ \x77\x48\xfe\x39\x6d\x9d\x83\xc3\x49\xbb\x98\x29\x58\x05\x1d\x33\ \x7f\x30\xa8\x1a\xb0\x68\x58\x41\x45\x16\x83\x7e\x5f\x54\xd1\x24\ \x09\x00\x50\x28\x96\xb0\x20\x62\x51\xf1\x18\x28\x1a\x16\xe7\xc0\ \xa5\x60\x60\x60\x20\xa8\xc2\xea\x25\xed\x81\x58\x10\x29\x82\x43\ \xa1\xe8\xf7\xaf\x3e\xe3\xac\x78\xbc\xba\xa5\xb5\x65\x60\xa0\x2f\ \x18\x6b\x5a\x30\x7f\xfd\xde\xdd\x3b\x5e\x3a\x3c\xb8\x4b\x38\xae\ \x29\x2c\x14\xd6\x82\x2c\xe6\x96\x6a\x42\x35\xad\xfb\x8e\x1e\x4c\ \xa5\xd3\x2b\xba\x56\x2c\x5f\xb8\xba\x3c\x36\x3e\x74\x6c\xb0\xef\ \xd0\x31\xb7\x60\x04\xfc\xa2\x6a\x31\x82\xa9\xa3\x48\x00\xe3\xb7\ \xf3\x66\x0e\x04\x83\x5d\x5d\x73\x07\xfb\xfb\x86\x06\xfa\x4f\x0c\ \xa7\x9c\x7c\xc2\xff\xe9\x93\x27\xf0\x17\x8a\x64\xb0\xb2\xaa\xaa\ \xa5\x75\xce\x9b\x5c\x81\x73\x4e\xc8\x9b\xa2\x98\xbd\x01\xf7\x12\ \x20\x78\x7c\x60\xc0\x72\x36\x60\x41\x62\x10\x8f\x4e\x4e\x0d\x4d\ \x5a\xe1\x78\xa3\xcd\xb1\xe0\x0b\xae\x5b\x7b\x6a\xdf\x81\x23\x9a\ \xa2\x88\x82\x69\x1a\x26\x43\x18\xab\x14\x61\x21\x93\x71\x2a\x63\ \x11\xdb\x28\xf7\xf5\x0d\x76\x74\x2e\x1c\x1e\x4a\xec\xdc\xbd\xbf\ \x94\x2f\x08\xb2\xe4\x12\x97\x50\xc2\x39\x74\x1c\x6a\x39\xae\x67\ \xdb\x15\x91\x90\x69\x18\x92\x24\xa5\x33\x59\x0e\x2c\x41\x10\x20\ \x06\xba\x4f\xf3\xfb\xfd\x7d\xbd\x03\xfd\xc7\x07\xea\x6b\xe2\x01\ \x1d\x4e\xa5\x5c\x3c\x98\x25\xc4\xd5\x7c\x6a\x3a\x93\x36\x4d\x30\ \x93\xcc\x57\x35\x77\x64\x60\xa8\x6f\xf7\x8b\x1e\x83\x45\xdb\x34\ \x11\x44\x92\x24\xcb\x62\xa9\x98\x0e\x04\xb4\x70\x50\xae\xad\x69\ \x1a\x1a\x1c\xb1\x1d\x47\xa0\xbc\x94\x98\x76\x09\x67\x10\x6a\xba\ \x4f\xd5\x65\x04\x20\x00\xbc\xa5\xa5\x55\xd5\x03\xcf\x6f\x7b\x39\ \x9b\xca\x2e\xe8\xe8\xea\x9a\x3b\x6f\x72\x6a\xfa\xd0\xa1\x43\xdd\ \x73\xbb\x52\xa9\x19\x49\xd1\x6a\x6a\x6a\x47\x06\x0f\xb9\x4e\xba\ \xba\x52\x1b\x1d\xed\x33\x2d\x1b\x43\xd6\xdd\xd9\xd1\xd4\xd0\x00\ \x01\x5f\x7d\xc1\x99\xe9\x72\xee\xf8\xe8\x40\xb2\x9c\x2f\x10\xa7\ \x60\x96\x01\x83\x9a\xa8\xda\x1e\x2d\x16\xcb\x9c\xd1\xb7\xb9\x24\ \x6f\xb4\x22\x1e\x89\x55\xbc\x59\xf2\xcb\xc9\xf8\xa7\x4c\xa7\xe0\ \x9b\x36\x59\xf9\x1b\x0b\xa9\xaf\x57\x2f\x80\xc8\x30\xca\xe3\x13\ \x23\x92\x22\x33\xc7\x6a\x6c\x6a\xfa\xfc\x0d\x5f\x3a\xd2\x3f\x03\ \xe5\x60\x77\x4f\x57\x73\x53\x3c\x59\xc8\xee\xdc\xbd\x4b\x16\x05\ \x01\x23\xcf\xb6\x6c\xce\x91\xeb\xa9\x9a\x4f\x50\x65\xc7\x71\xab\ \xaa\x6a\xa7\xa6\xa6\x3b\x3a\x96\x2d\x5b\xb1\xbe\xf7\xd8\x21\xe2\ \x5a\x00\x30\xc7\xb1\x38\x04\x80\x62\xdb\x71\x89\xc7\xb8\x2b\x06\ \x75\x4d\x82\x78\x76\x7a\x90\x32\xa6\x28\x0a\xe5\x44\x96\xe5\xfd\ \x07\xf6\x2f\xee\x59\xbc\x72\xd9\xca\x64\x32\x49\x91\x00\xe4\xf8\ \x68\x8a\x01\x20\xfa\x3c\x94\xce\x78\xa5\x02\xcd\x1e\xe8\xab\x5d\ \xd9\xc0\xc3\x15\x9e\x2f\xa4\x89\x80\x17\x53\x45\xdb\xf0\x1c\x03\ \x0b\x68\xd7\xae\xed\xab\x56\x2c\x5a\xb9\x74\xa1\xed\x49\x7b\xf7\ \x1e\x14\xb0\x08\x20\x16\x65\xac\x68\x92\xea\xf7\xf9\xfd\x01\xc6\ \x21\x63\x7c\x7a\x3a\x31\x3a\x36\x61\x58\x76\x55\x75\x6d\x28\x56\ \xb9\xfa\x94\x55\x22\x16\x23\xc1\x60\x6f\x6f\xef\xe8\xe8\x48\x4d\ \x55\x75\x24\x56\xd7\xdb\x7b\xa4\xb1\xa9\x3e\x12\xaa\xf5\xbc\x8c\ \xae\x37\x3f\xfe\xf8\xb3\x87\x0f\xed\x3d\x6b\xe3\x15\x8b\xbb\x17\ \x34\xb5\xb5\x58\x0a\x64\x21\xb5\x7e\x6e\xfb\xc8\xbe\x9d\x58\xd7\ \xb4\x70\x90\x99\x54\x15\x65\xcc\x49\xa6\x54\x66\x84\x81\xb7\xbd\ \x9d\xc1\xac\x52\xe0\xc9\x67\xf8\x64\xfc\x9f\x62\x13\xc6\xc5\x52\ \x2e\x35\x3d\x9e\x49\x27\x9a\x3b\x1a\x80\x47\xa3\xcd\x9d\x0b\x97\ \x09\x48\x52\x5c\x06\x10\x02\x83\xfd\x93\x4f\x3f\xf5\x54\xb1\x90\ \x25\xae\xe3\x01\xe6\x72\x08\x09\xc2\xd8\x85\x80\xe7\x88\x13\x0b\ \x47\xaa\xab\x1b\xfa\x87\x26\x36\x9e\x71\x4e\xb9\x5c\x3a\x72\x64\ \xaf\x28\x70\x8f\x7b\x80\x41\x00\x00\xa7\x80\x33\x48\x3c\x6a\x9a\ \x26\x16\xa5\x59\x8b\x4d\xd7\x34\x5d\xd7\x15\x65\x01\x42\x28\x0a\ \xa2\x28\x0a\x41\xbf\xff\x9a\xf7\xbd\x77\x70\x74\xfc\xeb\xdf\xf9\ \xce\x9c\xce\xce\xa1\xa1\xe1\x97\xf6\x1f\x6c\x6b\x6c\x4c\x4c\x67\ \x65\x2c\x98\xfd\x43\xa0\xba\x21\x1c\x8b\x90\x94\x21\xe8\x7e\x41\ \x55\x2d\xc3\x54\x24\x71\x70\x70\x64\xfd\xea\x15\xef\xba\xec\x8a\ \xbb\x7e\xff\x30\xc4\x22\x46\x00\x20\xac\x6a\xba\xa8\xaa\xaa\xaa\ \x61\x41\xb0\x1d\x0f\x40\x50\x2e\x1b\x07\x0f\x1d\x6e\x6c\x6a\xae\ \xad\xad\x93\x34\x3d\x18\x0a\x4f\x4e\x4c\x7a\x9e\x47\x89\x37\x36\ \x3a\x46\x5c\x12\xaf\x69\x13\x45\x85\x48\xd8\x63\x25\xdb\xc9\x20\ \x81\x04\x83\xbe\xb1\x91\x91\x3d\xbb\x76\x06\xfd\xf5\xbe\x58\xa8\ \xb6\xbe\x0e\x60\x48\x38\xdb\x7f\xf0\xa0\xe5\xb8\xa1\x50\x44\xd5\ \x91\x60\x52\xcb\xb4\x75\x49\x12\x31\x3e\x69\x5d\x7b\x32\x4e\xc6\ \xff\x3d\x36\x01\x00\x10\x60\x4e\x39\xf5\xcc\xc3\x0f\x9c\x56\x5a\ \x29\x62\x18\xab\x6d\x14\x42\x55\xc0\xd3\x45\x41\x34\x8c\x92\x53\ \xcc\x6c\x58\xbd\x72\xb8\xb2\xf2\xf8\xd0\x68\xdf\xc8\xa4\x65\x53\ \xd7\x33\x11\x42\x08\x2a\x9a\xe4\x9b\x49\x26\x03\x81\x58\x3e\x9b\ \x49\x24\x13\x4d\xcd\x0d\x87\x8f\xee\x76\x09\x01\x10\x70\x3e\xeb\ \xb1\x02\x30\x44\x10\x00\xdb\x71\x34\x4a\x0d\xc3\x9c\x4d\x9d\x2c\ \xcb\x02\x58\x29\x95\x8a\x6d\x6d\xad\x83\x03\xfd\x01\x59\x8d\xc6\ \xc3\x72\x28\xdc\xd8\xde\x99\x2a\x3b\x48\x0f\x0b\x7a\xd0\x17\x8e\ \x98\xc7\x8f\x30\x8c\xc6\x0e\xef\xe9\xf0\xfb\x64\xcf\x52\x30\x50\ \x54\x0d\x71\x1e\xf0\x45\x20\x40\x66\xb9\x30\x93\xb6\x09\x93\xf7\ \xee\x3f\x8c\x44\x49\x96\x15\x51\x92\x01\x87\x9e\xe7\x19\xdc\x20\ \x84\x21\x84\x15\x55\x83\x48\xc8\x64\x73\x17\x5e\x74\x49\x3a\x5f\ \x06\x58\x54\x55\xad\x58\x4a\xa5\x52\xa9\x4c\x3a\x0b\x01\x61\x84\ \x0a\x52\xc4\xb6\xed\x99\xe4\x84\xee\x2b\x88\xb8\xc4\x08\xad\xab\ \xad\xa3\xc4\xd8\xb9\x63\x77\x43\x93\xab\xe8\x1a\x69\x89\x4c\x64\ \xc7\xcb\x33\xf9\xf1\xbe\x61\xe2\x39\xae\xed\x98\x79\x4b\x70\x98\ \x22\xab\x08\x60\xc6\x4f\xe6\x4d\x27\xe3\x64\xfc\x5d\xb0\x09\x62\ \xc8\x99\x5b\xca\x4e\x4f\x68\xc4\xad\x88\x47\xb1\x0e\x00\x2e\x02\ \xec\x02\x9b\xc8\x9e\xb7\xb8\xbb\x45\x2c\x65\xcd\x7c\x46\x90\xda\ \xb2\xc5\x92\xe2\x02\x24\x69\xae\xc7\x21\x04\xa5\x72\xd1\x34\x8a\ \xa6\x69\xb9\x2e\xd9\xbf\x67\x9b\xaa\xc9\xb2\x88\x4d\xcb\x99\x65\ \x94\x22\x08\x39\xa5\x80\x23\x00\x00\xa5\x14\x21\xec\x79\xae\xe7\ \x51\x4a\x69\x2c\x16\xb3\x1c\xd3\xf3\x08\xa5\xa4\xb6\xae\x5a\x55\ \xd1\xbe\xbd\x3b\x89\xa4\x37\x34\xd7\x4f\xee\xd9\x1f\x8e\x46\xa2\ \xf1\xa8\xa2\x49\x6b\xd7\xaf\x31\xb2\x29\x83\x8b\x8d\x15\xfa\xc1\ \xc1\x0c\xb0\x8c\xcc\xf4\xb4\x28\xf9\x04\x2d\xa8\x68\x01\x55\x8f\ \x1f\xe9\x9d\x4a\xa6\x1e\xcc\x95\x4d\x59\xf5\x01\x00\x6c\xcf\x73\ \x1c\xc7\x28\x9b\x9a\xae\x4b\xb2\x64\x59\x26\x00\xc0\xa7\xfa\x18\ \x40\xb9\x7c\x51\x90\x24\x45\xf3\xcb\x8a\x62\x59\x16\x67\xcc\x30\ \xca\xa5\x42\x56\x16\xe5\x42\x26\x23\xe9\xbc\xbe\xbe\x72\x7a\x6a\ \x0c\x2a\x54\x42\x52\xb9\x64\xb7\x34\xb7\x0b\x62\x15\xe3\x3c\xa0\ \xc8\xee\x44\x2a\x0a\x24\xe6\x82\xb8\x1e\x3a\x70\x6c\xd8\x91\x30\ \xa3\x14\x70\xe0\x70\xe2\x42\xc2\x21\x3f\x89\x4c\x27\xe3\x64\xfc\ \x5d\xf2\x26\xc6\x99\x28\x89\xa2\x20\xcc\x4c\x27\x4b\x33\xe3\x58\ \xa2\x14\x71\x93\xb2\x74\xb6\xe8\x18\x44\x0d\x44\x3a\xda\xe6\x55\ \xc6\x82\x3b\xf7\xee\xf1\x9c\xb2\xa6\x85\x08\xe7\x1e\x20\xb6\xed\ \xd8\xb6\x65\x5b\x96\x94\x9e\xf0\x69\x80\x57\x49\x1e\x50\x31\xa4\ \x00\x00\xcf\xe5\x82\x20\x12\xc6\x18\x64\x02\x02\x08\x61\x59\x96\ \x25\x49\xac\xae\xae\x19\x9b\x98\x9c\x3f\x7f\x7e\x47\x47\xc7\x33\ \xcf\x3d\xed\x7a\x76\x7b\x7b\xfb\x86\x53\x57\x7b\x76\x21\x91\x1c\ \x05\x8a\x4f\x57\x71\x45\xc8\xb7\xa0\x67\xde\xd8\xc0\xe1\xd6\x96\ \xa6\x73\x4f\x5b\x6b\x16\x32\xa2\xa0\x1c\x39\x7c\xec\xe9\xfe\xa3\ \x41\x55\x41\xae\xe3\xb8\xd0\x72\xf0\x64\x22\x2f\xc8\xe2\xe4\x64\ \x42\x53\x04\xdb\x33\x39\xa0\x10\x21\x41\x10\x00\x80\x92\x22\x2b\ \x8a\x5c\x2a\x97\x6d\xdb\x26\x94\x42\xee\x46\x42\xfa\xf8\xe4\x54\ \x24\x12\xef\xea\x9e\x3f\x35\x95\xf0\x3c\x0a\x21\x24\xae\xeb\x3a\ \x0e\xe0\xb4\x90\x9b\x09\x63\x45\x92\x1c\xcf\xb1\x06\x07\xfa\x43\ \x7a\xdc\xb5\xc5\xe1\xcc\xf4\x99\xe7\xae\x4d\xe5\x0c\xc7\x2a\xeb\ \x34\xe2\x66\xf3\x83\x47\x8e\x53\xcb\xa1\x2e\x99\x65\x5b\x72\x0c\ \x29\xe4\x1e\x20\xff\xf4\x17\x3a\xe6\x95\x4d\x47\xd6\x7d\xe2\x49\ \x88\x3d\x19\xff\x3f\xc3\x26\x0e\x90\x60\xb8\xa8\x7f\x68\x12\x9a\ \xa6\x93\x1b\x07\xc0\xf0\xb8\x59\xd7\x54\xb7\x70\xf1\xf2\x96\x05\ \x3d\x81\x86\x76\xce\x84\xe0\xf1\x23\x08\x7a\x02\xa6\xb6\x55\xcc\ \x9b\xc4\x30\x3d\x0e\x20\xc2\x10\x42\x2e\x0a\x1e\x24\x59\x19\xd6\ \x54\xc6\x23\x3b\xb6\x67\x11\xf2\x71\x28\x22\x88\x29\x67\x82\x80\ \x25\x0c\x21\xe4\xaa\xa2\x8a\xa2\xa8\x48\x92\x63\xdb\x5d\x5d\x5d\ \xa7\x9e\x7a\xea\xb1\xde\xa3\xc7\x8e\x1f\x95\x24\xa9\xaa\xba\xda\ \xb5\xb4\xca\xba\x7a\x0a\x05\xce\x47\xb6\xbd\x90\xac\x0e\xf9\x05\ \x4a\x7a\xe6\x75\x05\x83\x01\xcc\x89\x00\x70\x21\x93\x86\x8c\x38\ \x96\x09\x01\x8c\x44\x22\x05\x17\xe8\x92\x68\xdb\xb6\x3f\xe0\xa3\ \xae\x05\x10\x04\x40\xe0\x00\x00\x80\x24\x49\x62\x8c\x41\x84\x2c\ \xcb\xf2\x3c\x4f\x92\xa4\x7c\x3e\x3f\x32\xca\x03\x07\x0e\xc7\xab\ \x6b\x2a\xaa\xaa\x39\x87\x3e\x9f\xaf\x90\xcf\x71\xc6\x02\x3e\x3f\ \xa0\xd4\xb3\xcb\x99\x64\xb2\x54\xee\xd7\x35\x60\x95\xec\xc9\xe1\ \xe1\x60\xb0\x23\x10\xae\x33\x2d\x5a\x34\x4a\x50\x84\xc5\x62\x81\ \xe7\xcb\x96\x6d\x5b\xb6\x4b\x39\x74\x39\x97\xb0\x80\x30\x04\x18\ \x01\x06\x01\x84\xff\xd4\xe8\xe4\xcc\xec\xfd\xd6\x2d\x5b\xaf\xf8\ \xd4\xa7\xe7\xf9\x4e\x3e\x29\x6f\x26\x78\xff\x4b\x0f\x0f\x08\x73\ \xcf\x5e\xde\x7a\x12\xcc\xff\x58\x17\x7a\xab\x5d\xbc\x37\xf0\x1c\ \xa7\x00\xe7\x3c\x2c\x07\xaa\xbb\x97\x2e\xb3\xf2\x13\xdc\x9b\xb1\ \xcb\x13\xf3\x17\x76\xab\xba\x76\x6c\xef\x0e\x7f\xef\x88\x52\x11\ \xaf\xad\xa9\x38\xef\x9c\x33\x6d\xa8\x4c\xa4\x8a\xf7\x3e\xf0\x88\ \x61\x59\x22\x16\x31\x46\x50\x54\x83\x1a\x6d\x8c\xfb\xba\xda\xa3\ \xe3\x53\x09\x11\x72\x06\x31\x67\x18\x42\x09\x70\x5b\x10\xa0\x28\ \x42\x11\x8b\xa2\x28\x32\xc6\x19\xa7\xae\xeb\x62\x41\x28\x14\x0a\ \x8a\xaa\xaa\xaa\x7a\xfc\x78\x2f\xe5\x40\xf3\x05\x19\xe7\x84\x01\ \x0d\x8b\xa4\x54\xd2\x05\x14\xd6\x75\x11\x0a\x8c\x42\x9f\x2f\x52\ \x30\xcc\x83\x7d\x43\x86\x07\x08\xa6\xaa\xa6\x01\x11\x73\x4a\x7c\ \xaa\x0c\xa0\x1d\x0d\x8b\x9e\x43\xa7\xb3\x04\x61\x11\x02\x00\x11\ \x46\x48\x50\x55\x51\x51\x64\x45\x51\x08\x21\x8c\x32\xd7\xb3\x01\ \x08\x1b\xa6\xe9\xba\x9e\x6d\x3b\x9c\xc3\x62\xb1\xc4\x18\x4b\xa7\ \xd2\x66\xa9\x28\x63\xe4\x98\x25\x7f\x10\xd8\x46\x0e\x50\x17\x50\ \x2c\x22\x5d\x91\xa2\xa1\x50\x6d\x26\x5b\xf6\x38\x73\x00\x2b\x72\ \x3b\x97\x49\x96\x99\x9b\x2c\xe5\x98\x2c\x10\xc8\xf1\x2c\xf3\x02\ \x72\x11\x61\x04\xe1\x3f\x00\x9a\x4a\x87\x9f\xfe\xfa\x0f\x6e\x2f\ \x05\x6a\x54\x68\x3b\xfa\xbc\x8f\x7c\xe4\xda\x8e\xca\xff\x9b\xbe\ \x18\x73\x4a\x93\x89\xd4\x5b\x9e\xdc\x4f\x1f\x7b\xe1\xd6\xdf\x6e\ \x1a\x49\x1b\xa1\x96\x55\xd7\x7d\xf8\xea\x26\x3f\x98\x3e\xfc\xf8\ \x4f\x6f\xdb\x9c\x74\xd4\xf5\xef\xfa\xd0\x15\x6b\xdb\x01\x00\xcc\ \x48\xde\xff\x8b\xef\x1f\x89\x9f\xfd\xc5\xf7\xac\x9f\xdd\x8b\xc9\ \xfe\x97\x37\x6d\x7e\x6a\x28\xaf\x5c\xf2\xd1\x4f\x2d\xab\x10\x7a\ \x9f\xfb\xed\xad\xf7\x6d\x2b\x8b\x55\x17\xbf\xff\xfa\x33\xe7\x57\ \x00\x00\x9c\x4c\xef\xad\x3f\xb9\x1d\x2f\xbc\xea\xba\x0b\xe7\x02\ \x00\x86\x5f\xba\xff\xa7\x77\x3f\x59\x12\x2a\xce\xbd\xfa\x5f\x2f\ \x58\x54\x0b\x00\xf0\x72\x23\xbf\xf9\xd9\x4f\xd2\x6d\x57\x7d\xe6\ \x9d\x0b\xfe\xec\x2f\x34\xbe\x6b\xd3\x8f\x7e\x7f\xf8\x9d\x1f\xfb\ \xdc\x8a\x3a\x01\x00\xc0\xed\xdc\x96\xc7\x1e\x7c\x76\xc7\xe1\xc8\ \xf2\xf7\x7c\xf4\x92\x25\xb3\xcf\xd0\x91\xc7\x7e\xf2\xad\x4d\xc6\ \x17\xfe\xfb\xb3\x9d\x31\xe7\xa5\xfb\x7e\x79\xff\xb6\x3e\x4f\x08\ \x6d\xb8\xfc\x7d\x17\x2d\x6b\x7a\xed\x5a\x46\x62\xdf\x4f\x6f\xfa\ \x5d\xed\xc6\x0f\xbf\xfb\xd4\xc6\x57\xb1\xa9\x9c\x9b\x49\x89\x8d\ \x27\xf1\xe8\x04\x80\x40\xe8\x38\xce\xe0\xe0\xe0\x5b\x53\x0a\x7a\ \x03\x2f\x03\x80\x44\x87\x8a\x15\x35\xf5\x67\x9c\x7f\x11\x75\x92\ \x18\x15\xf3\xa3\xfb\x07\x8e\xed\x4f\x8c\x8d\x0b\x4c\xd1\x98\x2c\ \x05\x42\xe1\xc6\xa6\x96\xce\x0e\x06\xd5\x63\x43\xd3\xcf\x3d\xf7\ \x7c\xb9\x6c\x28\x9a\x1f\x42\x0f\x33\xdc\xd3\x39\xe7\x0b\x9f\xde\ \x18\x0a\x57\xdf\xf8\x8d\xdb\x10\xa0\x94\x32\xce\x10\xe0\x88\x31\ \x0e\x11\x87\x08\x40\x0c\xcb\x86\xc1\x21\x0a\x05\xc2\xc1\x50\xd0\ \xb6\xad\x42\xb1\x20\x4b\x12\x25\xc4\x34\x0d\xc7\x76\x80\x24\x02\ \xce\x11\x42\xe3\x23\x23\x02\x23\x22\x63\x1b\xd6\xac\x2d\x17\x8a\ \xc4\xa5\x18\x0b\x58\xd2\xa7\x72\x25\xae\xfa\xca\x66\x51\x00\xc8\ \xf0\x6c\x24\x8a\xae\x67\xf8\x7d\xc2\x74\x62\x44\x40\x08\x22\x1f\ \x84\x08\x30\x46\x88\xcb\x39\x13\x45\x81\x31\x8e\x10\xa6\x94\x5a\ \x96\x25\x0a\xb0\x58\x28\x3b\xb6\xb7\x68\xe1\x62\x8f\x90\x74\x26\ \x83\x10\xf7\x1c\x9b\x03\x2a\xc9\x22\x44\xc0\x76\xca\xd9\x91\x84\ \xee\x73\x38\xf3\x24\xec\xe3\x0c\x8a\xa2\xae\xaa\x3e\x8f\xf1\x4c\ \x26\x63\xa8\x2c\xac\x48\x33\xf9\x24\xa3\x20\xef\x59\x0e\xf3\x08\ \xe0\x22\x14\x28\xa3\x10\x43\xfc\x8f\x2a\x83\xbb\xc5\xe9\xa4\x55\ \xff\x99\x6f\x7c\xa9\x4e\xf2\x08\x90\x34\x3e\xf5\xe0\x6f\x5f\x9e\ \x77\xf6\xa5\x6d\xd1\xec\xa3\xf7\xbf\xd0\xb8\xee\xe2\x39\xf4\xf0\ \xdd\xf7\x3d\x97\xa7\xfa\xa2\xd3\xce\x3b\x75\x5e\x4d\x69\xfc\xc8\ \x13\xcf\x6c\x1d\xcf\x39\x95\x73\xe6\xb7\x86\xdd\x03\x7b\x8e\xe1\ \xea\x05\x97\x5c\x72\x7a\x58\x20\xc7\xb7\x3e\xf6\xfc\xc1\x61\x87\ \x49\x9d\x2b\xcf\x3a\x6b\x59\x33\x44\x50\xc0\x27\x54\x76\x53\x7d\ \x3b\x36\x3f\xf5\xa2\xe5\x6b\x3a\xe7\x1d\x17\xb7\xe8\xd9\x47\xef\ \x7d\xb4\x72\xed\x85\x4b\x1a\x82\xaf\xf3\xc1\x8a\x65\xde\x73\xc6\ \x15\x57\xb6\xa8\xb7\x7d\xe5\xab\xbf\x7d\x64\xc1\x17\xdf\x15\xfd\ \xf9\xf7\xef\x88\x5e\xfc\x99\xab\x62\x7d\x37\xfe\xe4\x27\x8d\xed\ \x3f\x3c\x45\xee\xbb\xe5\xc7\x3f\xdb\x7a\xb0\x5f\x5f\xb7\x6a\x16\ \xc4\x33\xc7\x9e\xbc\xe9\xf6\xad\x3d\x67\x5f\xf2\x89\x45\xed\x95\ \x21\xc1\x9e\xd8\xfa\xfd\x5b\x9f\x3e\xfd\x63\xff\xd9\x3e\x7d\xff\ \xb7\x6f\xba\xb9\xe3\xe6\xaf\xc4\xa6\xb6\x7d\xe7\x87\xbf\xef\xed\ \x1f\xed\x6a\xb6\x00\x00\x20\xb3\xeb\x47\xb7\x3c\xb8\xf0\xda\x2f\ \x2d\x35\x9f\xfb\xe6\x0f\x7f\xdc\xf6\xe3\x6f\x76\x9a\x3b\xbf\xfb\ \x93\x7b\x0f\x1e\xe8\xab\x8d\x59\x7f\xb6\x9b\x0f\x3c\xfa\xb3\x5b\ \x1f\xda\x3b\x94\x16\x8d\x59\x07\x59\x5e\xde\xf4\xcb\x1f\xec\xe3\ \x5d\x97\xfd\xeb\x67\x5a\x6a\xe3\xb3\xc0\x34\xbe\xeb\xbe\xdb\x1f\ \xdc\x53\xca\x45\x4d\x08\x9c\x03\xf7\xff\x62\xf3\xe8\xa7\xbe\xfb\ \x3f\xfa\xc1\x3b\x3e\x77\xd3\x2f\xe7\xfe\xf8\x6b\xed\x81\x13\x6b\ \x25\x8f\x3e\x7e\xd3\x2d\x9b\x7a\x07\x93\xa7\x9e\xf2\x5a\xe8\x46\ \xe1\xda\xc6\x46\x1c\x81\xb4\xf4\xf2\x13\x0f\xef\xee\x4f\x72\x25\ \xb2\xea\xf4\xf3\x96\xce\x89\x02\x00\x72\x83\xbb\x37\x3f\xfd\x52\ \xce\xc6\xb5\xdd\x2b\x37\x9e\xba\x24\x20\xbc\x2d\xb0\x89\x31\x66\ \x18\xc6\x5b\x4b\x9d\xd0\xeb\xaf\x8d\x3c\x57\xf7\xca\x23\x47\x76\ \x3f\x73\xff\x1d\xbb\x36\xdf\x35\xfa\xdc\xe3\x82\x65\x55\x87\x23\ \x9d\x4d\x8d\x15\x15\x41\xcb\xcb\xe7\x8e\x0e\xc8\x99\x34\xf4\x26\ \x8f\xef\x79\x38\x60\xa5\xd7\xcf\x6d\x08\x89\x02\x00\x55\x50\x40\ \x8a\xe7\x34\xe8\x21\x9f\x4c\xc6\x47\x8f\x30\x66\x10\x6a\x4a\x8a\ \x84\x05\xc9\x76\x08\x25\x00\x70\xe8\xb9\x84\x10\x96\x2b\x96\x5d\ \x8f\x78\x9c\x2a\x92\x50\x2e\xe4\xda\x5a\x9a\x4e\x59\xb6\x94\x39\ \x8e\x2e\x2a\x88\x70\xdb\x30\x99\x47\xcc\x52\xd9\xa7\x29\x2b\x57\ \x2e\x93\x64\xd0\xb3\xa0\xbd\xb2\x42\xcb\x65\xc7\x89\x97\x2b\x66\ \x12\x02\x23\x9e\xed\x20\x51\xb1\x5c\x2a\xca\x8a\x00\x81\x67\x39\ \xd4\xe3\x15\xf1\x86\x68\xbc\x81\x11\x4a\x3d\x9b\x31\x0f\x72\x06\ \x39\xe5\xcc\x83\x80\xa9\x8a\x1c\x0a\x06\x1d\xdb\x22\x0e\x29\xe5\ \xcb\xe5\x42\x41\x84\x4c\x00\x9e\x59\x4e\x29\x32\x0f\x86\x14\xdb\ \x2b\x05\x2b\x02\x2e\x20\x82\x22\x08\x92\x1c\x08\x56\xcd\xcc\xd8\ \xd9\x02\x31\x1c\x62\x3a\x45\x55\x87\xa2\xc4\x25\x49\xb0\x6d\x6f\ \x34\x5b\xd8\x9f\x98\xe8\x2f\xa6\xca\xcc\xd4\x38\xf5\x7b\x8e\x0c\ \x3c\x8e\x89\x0b\x18\x14\x24\xf0\x0f\xe1\x42\x43\x24\x62\x60\x8d\ \x8f\x0c\x0d\x0c\x0c\xa6\x0a\x86\x1c\x8a\xb3\xa9\xad\x37\xdf\xb9\ \x69\xeb\xbd\x77\x3e\xbc\x2b\x5d\x11\xc6\x1c\x6b\xcd\x73\x97\xcc\ \xaf\xf6\x7e\xfd\xdd\x1f\x1f\x2a\x82\xf1\x97\x37\xff\xe1\x85\xc9\ \xf6\xce\x86\x23\xf7\xfd\xe0\xa6\xfb\x77\x55\xce\x69\xea\x7b\xf2\ \xd6\x1f\xff\xfe\x10\x00\xa5\x87\x6e\xbb\x7b\xd0\xae\x98\x53\x05\ \xef\xbb\xe9\x2b\xbf\xda\x96\x90\x24\x01\x00\x80\x25\xc0\x46\xb7\ \x7c\xef\xa7\xbf\x57\x5a\x97\xc6\x4b\xfb\xbe\xff\xe3\x5f\x67\x1c\ \x32\xb8\x7f\xdf\x64\xde\x7e\xfd\x0f\xd6\xb2\x6c\xfd\xd9\xeb\x97\ \xd5\x36\x34\x54\xc7\xfc\xa1\x88\xaf\xd8\xbb\x7f\x88\xcd\xbb\xf4\ \xf4\x45\x73\x56\x5e\xb4\x3a\x5a\xda\xb3\xa7\x0f\x84\x9a\xde\xfd\ \xd1\x2f\x7d\xe4\xf2\xd5\x22\x99\x25\x67\xda\x4f\xff\xfe\x37\x47\ \x66\x4a\x47\x5f\xb8\xef\xe7\xbf\x79\x38\x49\x41\xe2\xd0\x56\xb7\ \x71\xd9\xc6\xe5\x8d\x3d\xe7\x5d\xd0\x80\x47\x5f\x3c\x6e\x68\x95\ \xf3\x3e\xfc\xc5\xaf\x5e\xb5\x76\x0e\x64\x14\x00\x30\xb9\x7b\x87\ \x15\x5c\xf0\x8e\x35\xed\xf3\x36\x9c\x3b\xdf\x37\xba\xa3\x77\x06\ \x44\xbb\x3e\xf8\x99\x2f\x5d\xb3\x71\x91\x48\xff\x6c\x8a\x8e\x37\ \x2d\xbf\xe4\x86\xaf\x7c\x62\x61\x5c\x9b\x9d\xf8\x2d\xf6\x3e\x79\ \xf7\x53\xfb\xcd\x4c\xff\x5d\xb7\xdc\xf2\xd4\xde\x71\x00\x80\x97\ \xd8\x75\xdb\xfd\x47\x2f\xba\xee\xfa\x45\x95\x22\x61\x00\x6b\xa1\ \xa8\x0e\x72\xd9\xbc\x0b\xb5\xa6\xd6\x96\x80\xf2\xc7\xb5\x02\x75\ \x4b\x3e\x71\xc3\x57\x2f\x5d\x5c\x43\xff\x54\xe5\xfa\xf8\xb6\x3f\ \x6c\xda\x39\xcc\xf3\x03\xf7\xfc\xfa\x01\x12\x69\xaa\x04\x13\x3f\ \xfc\xda\xd7\xb6\x8c\x7b\x6c\xea\xe5\xff\xfe\xfa\x8f\x27\x71\x4d\ \x9d\xaf\x70\xd7\xed\xf7\x0e\x17\xdf\x46\xd9\x13\xc6\x18\xbd\xa5\ \x78\x03\xf4\xe6\x9c\xcb\xb2\x34\x3a\x31\xba\xf9\xf1\x47\x62\x92\ \xd3\x56\x13\xf0\xab\x90\x52\x37\x18\x8b\xf9\x22\xd1\x50\x45\xa4\ \x26\xd0\x24\x28\x34\x91\x9e\xac\x6b\xef\x10\xca\xc1\x33\x4f\x3b\ \xb3\x37\x6d\xbe\x3c\x64\x22\x85\x09\xae\xdc\x37\x38\x39\x9d\xeb\ \x08\x04\xa2\x9c\x43\x84\x05\xd3\x32\x00\x14\x5e\x91\xa1\x42\x10\ \x20\x42\xa8\x28\x2a\x1e\xa5\x65\xc3\x08\x86\x02\x13\xe3\x63\x18\ \x81\xc6\x86\xfa\x86\xda\x5a\xe6\xba\xd4\xf5\x08\x24\xc4\xf3\x5c\ \xc7\xa9\xa9\xa9\xa9\xa8\x88\x62\x01\xe4\xf2\x33\x84\x78\xba\xae\ \x9b\x26\xda\xf2\xfc\xf3\xd9\xe9\x84\xae\xa9\x86\x61\xe8\x9a\x4f\ \xc0\x02\x25\x54\x12\x04\xea\x51\xcb\x22\x00\x02\x41\x10\x18\xe7\ \x94\x10\x08\x21\xc6\x88\x10\x82\x10\xaa\xaa\xaa\x4c\xa5\x52\x53\ \x93\x13\x8a\x28\x01\x0e\x72\xb9\xdc\xb6\xad\x5b\x1a\x1a\x6b\x15\ \x49\x88\x44\x42\xba\x4f\x81\x18\x95\x4d\x53\xd5\x34\xc7\xf3\xca\ \xa6\xcd\x52\x74\x3a\x55\x72\x1d\x16\x8b\xd5\x53\xc6\x4b\xe5\xa2\ \x1e\x0a\x67\x33\x19\x84\x41\xc7\x9c\x8e\x74\x4d\x66\x6c\x74\xd8\ \xa1\x84\x51\x22\x70\xc0\x09\x41\xb2\x62\x13\x2e\x8a\x92\x80\xc5\ \x7f\xc4\xe9\x84\x04\x52\x1c\x79\xf6\xf1\x87\x35\xe2\xd5\x2d\xda\ \x50\xdf\xb0\xf6\x92\x4f\xfc\xc7\xe8\x47\x3e\x78\xc3\x8e\x8e\xef\ \xfd\xf0\x3b\x71\x0c\x5c\x2c\x18\x33\xc3\x89\x74\x89\x64\x87\xa7\ \x32\xc5\x1a\x86\xaa\xdb\x57\x9f\x77\xce\xd9\x35\xe5\x7d\xb7\x8e\ \x77\x5f\x70\xde\xc5\x5d\xa5\xde\x1f\x1d\x3a\x08\x40\x0d\x93\xa3\ \xab\xd6\x5f\x70\xde\x12\x5f\x0b\x48\xff\x60\xf3\xc3\x17\x7c\xaa\ \x1b\x43\x28\x63\xb0\x7f\xfb\xd3\x07\x26\xad\xfa\xc9\x61\x5e\xb6\ \x7a\xf7\xed\xe9\x2f\xbe\xf7\xa3\xdf\xfe\xde\x9b\xfb\x74\xf6\x53\ \xb7\x7c\xeb\x40\x68\xdd\x7f\x6f\x9c\x53\x7a\xe9\x45\x4f\x0b\x48\ \x12\x00\x00\x87\x02\x70\xb0\x94\x07\x40\x0a\x86\x22\x22\x38\xa1\ \x87\x0f\xcc\xe9\xa3\x7d\xf0\xfc\xf7\x7d\xfc\xaa\x55\xca\xad\x5f\ \xfe\xfc\x2d\xf7\xb4\x5d\x22\x93\xa0\xea\xd3\x01\x00\x38\xa8\x62\ \xa9\x90\x35\x80\x14\xaf\x90\x00\x7f\x45\x84\xa9\x5c\xb0\x91\x14\ \xd3\x00\x00\xa2\xa2\x05\x70\xae\x64\x00\x21\x1e\xf5\x03\x08\x4e\ \xa0\x5d\xe2\xd8\xf3\xbf\xbd\xf7\x79\x2b\xd8\x7c\xf1\xe5\xef\xee\ \xae\xa9\x02\xa5\x02\x7d\x85\xa4\x3e\x7e\xe0\x80\xde\xba\xe1\x13\ \x9f\xfb\xa8\xb3\xfd\xf6\x1b\x7e\xf6\x93\xae\x79\x37\x1c\xbc\xf3\ \x77\x91\x53\xaf\x5b\x3d\xc7\xd9\x6c\x7b\xc4\x06\x42\xdb\xea\x8e\ \xe0\xbd\xb7\xfe\xe0\xdb\x30\xd1\xdb\x79\xf5\x37\xa2\xde\xc4\x6f\ \x7e\x7c\x7b\xbf\xa5\xaf\x3b\xf7\xb2\xd3\x17\xd7\xa9\xc0\xe5\xf4\ \xcf\xf9\xee\xa2\xac\xa9\xb2\xc8\xa8\x27\x86\x9a\xce\xba\xe8\xa2\ \xb9\xfe\x0b\xb5\xd2\xbf\x3e\xbe\xf5\x25\x0e\x5f\x28\xce\xb9\xf8\ \x7b\xd7\x5e\xe4\xa6\x76\x3c\xbb\xf3\x41\x7a\x92\x27\xff\xbf\xaf\ \x85\x53\x24\x50\x35\x54\xdf\xd9\xb1\x66\x75\x4f\x4c\xb6\x5b\xaa\ \xfd\xcf\x3f\x7a\x3f\xa3\x76\x53\xe7\xbc\xaa\xda\x3a\xac\xf9\xf3\ \x50\x89\x36\xd5\x93\x02\x08\x56\x54\x7b\x93\x62\x2e\x35\xaa\xc9\ \xbe\x8a\x78\x21\x51\x74\x98\xe2\x3f\x9e\x49\xdf\x73\xe7\x13\x9d\ \xf3\x16\xf4\xf5\x4f\x96\xcb\x96\xec\xe3\x84\x39\x0c\x00\x8c\x38\ \x04\x08\x63\x41\x90\x64\xd7\xa3\xb3\xd8\x21\x88\xc2\xd4\xc4\x64\ \xb9\x5c\x0e\x85\x42\xf5\x0d\xf5\xfe\x80\x5f\x90\xb0\x80\x04\xdb\ \xb6\x3c\xe2\xa9\xaa\x82\x31\xb4\x1d\x33\x10\x08\x59\x96\xe1\x38\ \xae\xa2\xd0\x72\xd9\x30\x2d\xcb\x75\x5d\x8c\x71\x20\xe0\x17\x04\ \x81\x10\x22\x8a\xa2\xeb\xba\x9e\xe7\x2a\x8a\x32\x6b\x11\x2c\xc8\ \xf2\xac\x59\x0d\x63\xcc\x34\xcd\xf6\xf6\xf6\xee\xee\xee\x44\x22\ \x81\x39\xd0\x34\x95\x10\x32\x34\x34\x1c\x8e\x84\x3c\xe6\x4a\x8a\ \x1a\x8e\x84\xe3\xf1\x9a\x74\x3a\x53\x28\x99\xba\xc0\xf3\xf9\x72\ \x3a\x63\x85\xc3\x15\x13\xe3\x89\x5c\xb6\xd4\xd1\xd1\x86\xa0\x60\ \x9b\x56\x6a\x3a\x19\x0c\xf8\x91\xc7\xfc\xaa\x3e\x9d\x48\x7a\x9c\ \xbb\x18\x62\x49\xa2\x1c\x20\x20\x50\xc7\x89\x85\x03\xba\xaa\xff\ \x03\xc6\x35\x18\x75\xd5\xaa\x95\xff\xfe\x85\xcf\x55\xbc\x5a\x65\ \xf2\x3c\x0f\xf9\xb0\xeb\x65\x8b\x1e\x88\x9b\xbf\xf8\xd6\xff\x8c\ \xd5\x9c\x71\xf9\xe2\xce\x23\xdb\x0f\xcf\xda\x2d\x71\x40\x01\x00\ \x82\xa2\x53\xd7\x26\x00\x48\x9a\x88\x11\x25\x00\x20\x84\x66\x4b\ \x03\xc1\xb0\x06\x99\xe5\xd1\x59\xaf\x40\xe0\xd8\xa6\x5e\xdb\xb6\ \x78\x51\x0f\xf2\xba\xd6\x5e\x5c\xd9\x12\xe5\x6f\xee\xc2\xea\x3c\ \x73\xdb\xb7\x36\x4f\xcf\xf9\xfc\xe7\xae\x09\x02\x40\x34\xbf\x54\ \x1e\xb1\x1d\x00\x34\x2f\x93\x07\xbe\x40\xf8\xd5\xca\xc1\xab\x05\ \x4e\xce\x71\x34\x1c\x14\xd5\xc8\x9a\xf9\xf5\xb7\x8f\x8f\x0a\xab\ \x42\xc5\xbd\xc5\x12\x00\x61\x2f\x6b\x52\x37\x1c\xd5\xff\xd8\xa5\ \x99\xcd\x5f\xc2\x3a\x75\x92\x65\x00\x22\xae\x59\x2e\xd0\xba\x80\ \xf6\xa7\xdf\x07\x7a\xb8\x76\xe1\xd2\xa5\xae\x1a\x8b\xe8\xf8\x4f\ \xdf\x0c\x00\xc6\x25\xbf\x12\x56\xb0\xba\x7c\x51\xcd\x7d\xbb\x86\ \x06\x8f\x0d\x67\x8b\xa3\xcf\xdc\xfe\xf9\x27\x72\x87\x46\x86\xe1\ \xc3\x4f\x05\xda\x26\x8e\x89\x1b\x6e\xfa\xc9\xd5\xe4\xe8\x93\x37\ \x7c\xeb\x97\xdb\xbb\x3e\x3d\x6f\xd9\xf2\x90\x81\x6b\x2b\x7c\xe0\ \xcf\xd7\xfa\xcb\xdb\xcc\xac\xa7\x1f\xf2\x47\x7c\x9e\x63\x18\xdc\ \x52\xa3\x61\x00\x00\xe0\x10\xbd\xbd\xe7\x98\x20\xc4\x82\x88\xff\ \xec\x9f\x80\x33\xe2\x11\xf6\x37\x60\x13\xa3\x34\x10\x89\xb6\x2f\ \x5c\xa6\x46\xd4\x9a\xd6\xce\x15\x1d\xd5\x87\xf7\x3e\xef\x8b\xc4\ \x17\xcc\x6b\xb7\x1c\x73\x7a\x26\x59\xdd\xe8\x0f\x37\x74\x65\x5c\ \x3b\x1c\x09\x72\x37\x03\xcb\x58\x2b\x08\xdd\xfe\x39\xa6\x93\xcc\ \x4c\x7b\xb2\x1f\x50\x4e\x0e\x1d\x9e\x8e\x56\x74\xe7\xf3\x34\x1c\ \x89\xe7\xca\x36\x05\x4c\x10\x65\x8c\x30\x82\x10\x21\x01\x42\xec\ \xba\x36\x00\xc0\x32\xcd\x70\x28\x70\xde\x79\xe7\x88\x22\x1e\x1a\ \xea\x0f\x04\x7d\xf5\x0d\xb5\x99\x4c\x3a\x14\x89\x88\xa2\x18\x08\ \xf8\x11\x82\x9c\x33\xc6\xe5\x59\x0c\xe2\x9c\x20\x84\x39\xe3\xa2\ \x28\xaa\xaa\x6a\xdb\xb6\x61\x18\x8a\xa2\x08\x82\xc0\x39\xc7\x18\ \xeb\xba\x1e\x0c\x06\x8b\x86\x49\x08\xf1\x3c\x0f\x21\xa4\x28\x8a\ \xaa\xaa\x86\x61\x44\x22\x91\x15\x2b\x56\x6c\xde\xbc\x39\x39\x39\ \x45\x5d\x62\xb9\x66\x53\x53\xe3\xfc\xee\xf9\x63\x93\x63\x08\xe1\ \x62\xd1\x90\x25\x8d\xd2\x2c\x71\x79\xc9\xb4\x89\x0b\x72\x85\x42\ \x2c\x1c\x6d\x6a\x98\x93\x2f\xba\x0c\x08\xb6\xed\xc9\x10\x07\x7c\ \x7e\xcc\x21\x31\x5d\x4d\x52\x1c\xd7\x75\x01\xb7\x01\x10\xb1\xc0\ \x29\xb0\x0d\xe7\x1d\xe7\x5d\x7c\xf6\x99\xe7\x34\xd4\xd7\xb9\xee\ \xdf\x5f\x04\x96\x51\x23\x9f\xe8\xed\x1f\x29\x8b\x84\x70\xb1\xae\ \x3e\xf8\xc4\xcd\x3f\xb2\x4e\xf9\xe8\x8f\xaa\x0f\xfe\xcf\x8f\x6f\ \x9e\xfb\xcd\x7f\xc9\x64\x4a\xa1\x15\x6d\xf3\xda\xb9\x2e\x51\x97\ \x72\x46\x5c\xc7\x25\x00\x00\xe6\x39\x8e\x47\x38\x00\xcc\x73\x1d\ \xc7\x83\x40\xc0\x4e\xf6\xd0\x81\x9d\x0b\x83\xc1\x7b\x1e\xda\x5d\ \xb9\xec\x53\x55\x1a\xb3\xa6\xa7\xfa\x47\xdd\x53\x7a\x56\xaa\x4f\ \x3e\x93\x74\xcf\xe9\xa9\xd0\x81\xec\xf3\xe1\xec\x43\xbf\x7a\xa0\ \xea\xb4\x77\xae\x68\x0a\xbd\xce\xe7\x9a\xdc\x72\xe7\x2f\x9e\xcc\ \x5e\xff\xd5\x7f\x15\x32\xe3\xd3\x5a\xbc\xaa\x7d\x71\x9b\x7a\xdf\ \x5d\x0f\x6f\x3b\x2b\xda\xff\x52\x21\x78\xfd\xa2\x13\xd3\xa1\x94\ \xb8\xb6\x4b\x38\x00\x40\xad\x59\xd4\x8d\x1f\xde\xfc\x48\x4f\xc5\ \x92\x4d\xbb\xc6\x6a\xce\x7e\x6f\xc7\x82\x06\xfd\x17\x3f\xdc\xf4\ \xdc\xe1\x39\xd3\x0f\x4f\x80\xb6\x8f\xb4\x9d\xc0\x26\xe2\x3a\xb3\ \xaa\x9b\xd5\xcb\x56\x06\xee\xfe\xde\xbd\x4f\xec\x5b\x64\xbd\x70\ \xc4\x9e\x73\x69\xdb\x09\xad\x61\xea\x39\x2e\xa3\x00\x80\x40\x55\ \xdb\x19\xe7\xb5\xfd\x49\x7d\xdf\x76\x08\xe3\x00\x80\xc6\x65\xcb\ \xcb\x0f\xdd\xf7\xd8\xee\xb3\x9a\x27\x9e\x9f\xa6\x0d\x73\x3b\x96\ \x6d\xfc\x5a\x8f\x47\x81\x3b\xb9\xeb\x0b\x5f\xbe\xfb\xfc\x77\x9c\ \xe9\x3f\xf4\xe3\xf4\x64\x66\x70\x22\xe3\xcb\x66\x0a\xb6\x27\xe8\ \x15\x8b\xd6\x6d\x5c\xf4\x9a\xb5\x88\x63\xbb\x84\x01\x00\x68\xfa\ \xd0\x9d\x0f\x1f\x39\xe3\xf2\xcb\x25\x01\xcd\x3e\x7e\xa4\x34\xb6\ \x63\xc7\x7e\x21\x3c\x7d\xff\xb3\x33\xcb\x3f\xb9\x74\x09\x2f\xdc\ \xf5\xbd\x3f\x3c\xbe\xbc\xbe\x6a\xe6\xc0\x8c\xcd\xd0\xdb\x15\x98\ \x10\x42\x76\x71\x7a\xdf\x91\x21\x07\x20\x2c\x60\xc0\x19\x63\x8c\ \x73\x10\xa8\x9b\xd3\x51\x57\x81\xf9\x9f\x58\x74\x09\xaf\xbf\x50\ \xa9\x54\x1e\x9f\x4a\xc8\x28\xfa\xd2\x8e\x9d\x9b\xef\x39\x58\x9c\ \xea\x3b\x7b\xfd\x8a\x64\x2a\x0b\x21\x29\x9b\x86\xc9\x04\xb1\xa8\ \x85\xeb\x2a\x6d\x2f\xa5\x70\xc8\xd3\x6a\xab\x8b\x91\x20\x2a\x11\ \x56\x94\xc4\xa4\xe5\x38\x14\x4c\xa7\x58\x2e\x2f\x34\xb7\xf6\xbc\ \xb4\x7b\x8f\x20\x08\x10\x70\x01\x53\x01\x09\x08\x02\x08\x05\x00\ \x31\x42\xb8\x54\x2a\xf9\x7c\x7e\xdb\xb6\xbb\xbb\xe7\xc7\x2a\x62\ \x1c\xd0\xf5\xeb\x4f\xad\xa9\xaa\xd2\x34\x8d\x73\xc6\x01\x57\x14\ \x99\x10\x12\x08\x04\x1c\x57\x94\x24\xd1\xf3\x44\x55\xf5\xcf\xcc\ \xcc\x8c\x8f\x4f\xd8\xb6\x8d\x10\x92\x65\x59\x51\x14\x00\x80\xe3\ \x38\xb3\x48\x54\x2c\x16\x1d\xc7\x51\x64\xf9\xff\x63\xef\x3b\xc3\ \x24\x39\xab\x73\xcf\x97\x2a\x76\x9a\xd0\x13\x77\xc2\xee\xce\xee\ \xce\xe6\xa8\xac\x55\x58\x49\x20\x40\x42\x08\x44\x30\x19\x2e\x06\ \x11\x84\xc0\xd8\x17\x83\xaf\xb1\xe1\x62\xc3\x45\xb6\xc1\x26\x18\ \xb0\x11\x49\x12\x20\x21\x64\x10\xca\x39\xae\xa4\xd5\x6a\x73\x9c\ \xdd\x99\x9d\xd9\xc9\x33\xdd\xd3\xa1\xba\xd2\x97\xee\x8f\x9a\x5d\ \x05\x56\x08\x09\xe9\x79\x90\x3d\xe7\xe9\x1f\x3d\x3d\xd5\x5f\x55\ \x75\x77\x9d\x3a\xe7\x3d\xef\x79\x0f\x76\x1c\xa5\x54\x32\xd3\x5c\ \x6b\x6d\xdb\x36\x63\x8c\x73\x4e\x08\x71\x5c\xb7\x3e\x57\x67\xd9\ \x46\x53\x4b\x73\x5d\x43\xfd\xa1\x81\xc3\x96\xe3\x64\xb3\x75\xab\ \x56\xac\x2a\x97\x6a\x3c\x16\x52\x2a\x00\x6a\xd0\xd4\xe8\x58\xa1\ \x31\xdf\xdc\x90\x6f\x57\x1a\x73\x2e\x2b\x95\xc9\xc0\xf3\x73\x69\ \x3b\x28\x55\x9a\x9b\xf3\xf5\x0d\x8d\x53\x47\x8f\x20\xc7\xd2\xd4\ \xa8\x54\xaa\x6f\xbf\xe4\xad\x1f\xff\xf3\x2b\x5c\xc3\xa5\xc4\x53\ \x2a\x7c\xa5\x31\x71\xb3\xa1\x73\x51\xdb\x43\x37\x5e\xfd\x5d\x13\ \x2b\x21\xd2\xe7\xbf\x61\xdd\x00\xee\xfd\xb3\x4b\xce\x5a\x9c\x5b\ \x71\xde\xce\xef\x3d\xb1\x9f\x7c\xf4\xca\xf7\xfc\xfb\x35\x3f\xf9\ \xbb\xc7\xb0\x6c\xde\xb0\xb8\xc9\x65\x2d\xf3\x97\xaa\x26\x00\x48\ \x35\x2f\x5c\x1e\xb4\x60\x00\xbb\x79\xfe\xd2\xc5\x75\x18\x34\xc6\ \x72\xe0\xa9\x3b\xbf\xbf\x2f\x72\x57\xbe\xed\x13\xef\x5c\x8f\xa9\ \xff\xf6\x73\xbb\x77\x6d\xdd\xf6\xfa\xcb\x2e\xfb\xec\x07\xc2\x6b\ \x6f\xfc\xee\xfd\xc2\xda\xf0\xfa\x3f\xeb\x6e\x69\x3a\xda\xd7\x47\ \x4e\x7a\x01\xb7\x3b\x31\x03\xcd\x75\xe8\xae\x9f\x7c\xf3\x16\xbf\ \xd6\x78\xea\x25\x57\xbc\xf5\x9c\x8f\xff\xe5\xe5\xdf\xfd\xd1\xaf\ \xae\x0e\x53\x97\x5d\xf1\xa9\x53\x5a\x66\x3f\x96\x5c\xcb\xc2\xe5\ \x34\x81\xa2\x8d\x8b\x2e\xff\xeb\xd2\x0f\x7e\xf2\xf5\x7f\xd9\xd1\ \x79\xf2\xbb\x3f\xf4\x86\x85\x80\xe0\x33\x9f\x78\xf3\xd5\xd7\xff\ \xc7\x0e\xb3\xfd\xf2\xbf\xf8\xf0\xbc\x63\x29\x72\x7e\x41\x6f\x4f\ \x7d\x0e\x00\x20\xb7\xf6\xd3\x57\xbc\xeb\x7b\xd7\xfd\x68\x3f\x6d\ \x79\xff\x5f\x5e\xb1\xe8\x18\x56\xdd\xd8\xb9\x78\x31\xa9\x3b\x11\ \xf8\x91\x5a\xbc\x7c\x69\xa3\x83\x01\x20\xd5\x73\xd1\xe7\x3e\x54\ \xb9\xf6\x67\xff\xf6\xa8\xdd\xfe\xa1\x4f\x7f\xb4\xd3\x02\x00\xc3\ \xa4\x60\x34\xb4\xac\x58\xb3\xa2\xde\x80\xae\xd7\xbe\xef\xbd\x53\ \x57\xff\xec\x1b\xff\x28\x59\xfa\x8d\x57\x7c\xfa\xd4\x79\xe6\x73\ \xae\x8f\xd6\xc5\xcb\xed\xa6\x14\x00\xa8\x68\xe6\xd0\xa1\x81\xd3\ \x62\x64\x10\xad\x41\x03\xc2\x58\x85\x4f\xdd\x7d\xfd\x8e\x48\x2c\ \x7f\xcb\x27\x2f\x5b\xdf\x64\xc1\x5b\x3e\xfd\xae\xe0\xa6\x5f\x7c\ \x9f\x40\x2d\x82\x34\xc6\xff\x73\xa3\x26\xc9\x83\xc9\xf1\xf1\x88\ \xa0\xc2\xe8\x70\xe4\xe4\xe7\xd5\xb9\xc1\xcc\x58\x79\x5c\x76\xb5\ \xb7\xa4\xd0\xb3\x54\x49\xd1\x7b\xdf\xfd\xce\x64\x50\x0f\x63\xec\ \xca\x4f\x7d\xda\xb6\xed\xe3\x69\x88\x63\x5b\xf7\x3f\xfa\xc4\xf5\ \x37\xdf\xd6\x9c\xb1\x5a\x52\x08\x7b\xa3\x7b\x9f\xb8\x7f\xd5\x92\ \xce\xf9\x1d\xcd\xf9\xfa\xdc\xfc\x9e\x1e\x33\x9b\xad\xc4\x71\xb5\ \xe0\xd7\xc7\xee\x92\xc6\x9e\x78\x68\x6a\x66\xcf\x50\x59\xee\x4b\ \xad\x29\xdc\xbc\xdd\xf8\xf9\x23\x85\xc9\x50\x86\xa5\x99\x8e\xee\ \x8e\xee\x85\xdd\xdb\x76\x6d\xaf\xd6\x3c\x62\x30\xc3\x30\x31\x66\ \x58\x11\x46\x6d\x6a\xb2\x4a\xb5\x2c\xa5\x6c\x68\xa8\xc7\x48\xbf\ \xe5\xd2\x4b\x36\x6d\x3a\x17\x63\x4d\x09\x76\x2c\x8b\x0b\x41\x18\ \x91\x52\x51\x46\x67\x95\xf3\x85\x64\x8c\x09\x21\x28\xa3\x18\x93\ \xab\xaf\xbe\xe6\xf6\xdb\xef\xd1\x4a\x55\xab\xd5\x86\x86\x86\xa4\ \x66\x49\x29\x25\x84\x24\xfa\x32\xa6\xe3\x5a\x96\x65\x18\x06\x00\ \x28\xa5\xc2\x30\x24\x84\xac\x5e\xbd\x7a\xf1\xe2\xc5\x5f\xfb\xda\ \xd7\x08\x26\xcd\x8d\x79\x40\x62\xe9\xb2\xde\xf7\xbf\xff\xbd\x03\ \xfd\x87\x4b\xe5\x52\x67\x47\x57\xa5\x52\xbb\xe6\xa7\xd7\xcd\x14\ \x4b\x14\x2b\xcf\x2f\x35\xb7\x36\x70\x11\xe5\x72\xf9\x94\xdb\x48\ \x59\x2a\x9b\xab\xd7\x5a\xec\xdb\xbf\xb3\x3e\xe5\x2c\x5f\xb8\xd8\ \x6d\xc8\xfd\xfa\x9e\x3b\x9f\xd8\xbb\x8b\xb8\xa9\x5a\x10\x6d\x3a\ \xfb\x35\x5f\xf9\xbb\x7f\x14\x55\x5e\x2b\x7a\xad\x2d\x06\xa1\xfc\ \x58\x8b\x0e\x30\xc6\xc6\xc6\xc6\x3e\xf9\x89\x8f\x35\x35\x35\x37\ \xb7\xb4\x1c\x1f\xd3\x2c\xa5\xcc\x66\x33\x1f\x78\xff\xfb\xf2\x4d\ \x2d\xfa\xd8\xdc\xd4\xa4\x45\x36\x8a\xe2\xb1\xd1\xa3\x4b\x97\xad\ \x64\x86\xa1\xb5\xe6\x9c\x4f\x4f\x4d\x2c\x3e\xa6\x66\xf9\x72\x17\ \xfc\x86\xff\xfe\xa3\xff\x77\xf9\xe5\xff\xf4\xd6\x93\xd2\x73\x60\ \xc7\x8b\x37\x5e\x1a\xdd\xf3\x9d\x2f\x7f\xcd\xbd\xf8\x4b\x57\xae\ \x9f\xbc\xe2\xaf\xae\xff\xc8\x37\xff\x65\x45\x66\xd6\x09\x89\xf2\ \xe4\xa1\x91\xe9\x54\x5d\xae\xef\xee\x1f\x5d\xbb\x2b\xf5\xe5\xff\ \xf7\xc9\x96\xff\xbe\x89\x9d\x52\xaa\xe6\x55\x93\xe0\xc6\xf7\xfd\ \x7d\xfb\xf6\x3d\x93\x43\x80\x10\xa2\x86\xe5\xda\xfa\xa1\x5f\x5d\ \x3f\xd5\xb9\xf1\x4d\xeb\xbb\x8a\x07\x1f\xbb\xe9\x91\x89\xd7\x5c\ \xf2\x9a\x3a\xfa\x2c\x61\xd2\xdf\x3f\xd7\x17\xc7\x41\x30\x3d\x72\ \xb4\xc5\xe9\x32\x88\xcd\x9c\x74\x77\xcf\xd2\xf6\xce\xd6\x7c\x4b\ \xa3\x6d\xb1\xa9\xa2\xaf\x8a\x55\xae\x8b\x1d\xe9\xf9\xf3\x5b\x4e\ \x16\x87\x2b\xa5\xd1\x31\x62\x0e\xe6\xb2\xa3\xad\xeb\xe6\x9d\x97\ \x59\x70\xd3\xd6\xc7\x8a\xd3\x15\xc7\x48\x4d\x4c\x57\xbc\xa8\xaf\ \x5c\xf5\x0d\xd3\x00\x84\x67\x15\xf4\xb4\xd6\xa0\xa5\x94\x4a\x6a\ \x00\x1c\x86\x21\x46\xba\xe6\xfb\x8c\x11\xdf\xaf\x4a\x82\xe2\xc8\ \x0f\x82\xd0\x72\xed\x86\xc6\x46\x82\x49\x14\x45\x84\x62\x8c\x30\ \x00\xa2\x94\xa5\xdc\x74\xa1\x50\xa8\x56\x2b\x51\x18\x52\x4a\x13\ \x3a\xa5\x65\x59\x8c\xb1\x24\x7a\xd2\x5a\x63\x8c\xa5\x94\x9e\xe7\ \x21\x84\x1c\xc7\x71\x1c\xc7\x34\x4d\x8c\x71\xa1\x50\x18\x1f\x1f\ \x67\x8c\x05\x41\x18\x0b\x6e\x59\xcc\xb6\xed\x54\x2a\x95\xaf\xaf\ \xaf\x14\x8a\x16\x42\x9d\x3d\x3d\xeb\x7a\x97\x3c\xfe\xc4\x16\xc3\ \x71\x73\xf5\x59\x27\x65\x72\xc9\x4d\xcb\x75\xd3\x59\x21\x50\xcd\ \xf3\x96\x2e\xed\xc9\x66\xd9\xa1\xbd\x7b\x94\x12\x53\x13\x13\x13\ \xc3\x47\xeb\xd3\xa9\x50\x23\x27\x57\xff\xfe\x77\xbf\xd7\xa4\xc6\ \xd0\xc8\x90\xc3\xd2\x61\x14\xa7\x18\x7e\xd5\x08\xa8\x61\x6b\xd1\ \x8a\xe5\x4d\x19\x3c\xe7\x66\x5e\x8a\x05\x93\xbf\xbd\xe1\xe7\xde\ \xc2\x8b\x3f\x78\x7e\x0f\x94\xfc\xa5\xab\x7a\x9d\x67\x5c\x90\xd2\ \x9b\x7c\xe0\xbf\xae\xe9\x9b\xd1\x76\x5d\xe7\x47\x3f\xf1\xbe\x96\ \xff\xc9\x88\x13\xc2\x48\xfa\x7b\x1e\x7d\x6c\xf3\xce\xfd\x39\x67\ \x8d\x02\x5d\x9c\x9a\x88\x0d\xcb\x64\xcf\x25\x2a\xff\x5e\xbc\x49\ \x2b\xc7\xb6\xbb\xe6\x75\xd4\xbc\xda\x23\x07\x77\x9e\xbc\xb2\xb7\ \xb1\x6d\xc1\xbc\x9e\xc5\xd9\xb4\x93\xc9\xa4\x31\x63\x29\xc7\x69\ \x30\x62\x47\x37\x96\xfb\xfd\x99\xb1\xfd\x46\xae\x98\xeb\x41\xd3\ \xe3\x7e\xdf\x83\x87\x77\xcc\x68\xa7\x35\xa5\xab\x65\xe0\xc4\x8f\ \xc3\xa8\xca\x1d\x27\x1d\xf1\x10\x23\xac\x35\xd1\x80\x41\x83\x52\ \xf2\x18\x79\x5a\x69\xad\xa3\x38\xaa\x56\x4a\x08\x41\x2a\x9d\xb2\ \x4d\xa6\x94\xcc\x37\x35\x6a\x84\x82\x20\xa0\x94\x31\xc6\xc2\x30\ \xa4\xd4\xd0\x4a\x03\xa0\xa1\xa1\xa3\x3f\xf9\xc9\x4f\xee\xbf\xff\ \xe1\x28\x92\x42\x88\x64\xfc\x03\xa5\x54\x29\x15\xc7\x71\x82\xf2\ \x18\x86\x11\x85\x61\x22\x4a\x9d\x04\x86\x18\x63\x4a\x69\xb1\x58\ \x8c\xe3\x38\x93\x49\x2b\xa5\x6a\x61\x98\xca\xa6\x57\xae\x5c\x25\ \xa2\x10\x83\xf2\x4a\xd3\x87\xf7\xfa\x53\xce\xe0\xf2\xf9\x9d\xde\ \xd4\xb8\xd3\xd8\x52\xe1\xa1\x57\x2b\x11\xc9\x01\x48\x14\x73\xc7\ \x4a\x49\x21\xa7\x26\x47\xe7\x77\xb7\x56\x26\x47\x3d\xaf\x54\x28\ \x97\x80\x73\x10\x9c\x68\x9c\x75\xad\x14\x33\xfd\x6a\x8d\x32\x23\ \x56\x12\x61\xf6\x6a\xfa\xd1\xd0\xc6\x77\x7d\xfa\x93\x73\x4e\xe6\ \x25\x9a\xdd\xfe\xee\x2b\xbf\x7a\x2c\xe7\x5c\xf5\xb1\xcf\x3c\x8b\ \xf6\x69\xb6\xaf\xf8\xc8\xe7\xbf\x3a\xf7\x21\x61\x4c\x62\x6f\xfc\ \xbe\xbb\xee\x38\x58\x49\x9f\x74\xf6\x59\x07\x77\xf2\x13\xc5\xac\ \x00\x00\x20\x00\x49\x44\x41\x54\xdc\xff\xe3\x89\xa7\xca\xd3\xc5\ \x45\x1b\x2f\x49\x11\xf5\x1c\xd6\xc7\x0b\xe8\x37\xf9\x41\xb8\x63\ \xe7\x1e\x8b\x6a\x11\x54\xbb\x97\xae\x7d\xdd\x79\xe7\x06\x81\xc7\ \x30\xb2\x1c\x87\x99\xa6\xeb\xa4\xe4\xe1\xc9\xdd\xbf\xbc\xdb\x14\ \x01\xb1\xc7\x02\xab\xdf\xec\xc9\x56\x07\x61\xeb\xc3\xa8\xda\x6c\ \x9c\xb9\x69\xc5\x93\x93\x47\xf8\x54\x64\xd8\x86\x06\xac\x10\x46\ \xc8\xa0\x88\x62\x45\x92\x18\x4f\x29\x01\x72\xf6\x0e\x42\x08\x06\ \x45\x0a\x85\x42\xad\xe6\x65\xb2\x29\x21\x84\x94\x31\x63\x44\x23\ \x2c\x84\xa8\xd5\x6a\x08\x21\x8c\xa9\x69\x80\x94\x3a\x97\xab\xdb\ \xbc\x79\xf3\x3d\x77\xdf\x3b\x53\xaa\x5a\x96\xc3\xb9\x74\x5d\x87\ \x52\x7a\x1c\x26\x43\x08\x09\x21\xa2\x28\x8a\xa5\x4a\xb0\xf0\x72\ \xb9\x3c\x36\x36\xe6\x38\x8e\xeb\xba\x8e\xe3\x14\x0a\x85\x30\x8c\ \x62\x21\xaa\x41\x89\x52\x2c\xa5\x34\x08\x05\xc1\x77\x6d\x7b\xb2\ \xad\xbe\xf1\x82\xb3\xcf\x51\x5c\x2c\xeb\xee\x70\xe6\xcd\xbf\xed\ \xc1\x07\xa4\x8e\x63\x29\x2c\xdb\xf1\x03\x9f\x12\x53\xf2\xb8\x34\ \xe3\xfb\x79\x47\x88\x20\x8e\x95\x57\x2d\x2d\x9a\xdf\x39\x3c\x3e\ \x55\x28\x7b\xba\x16\x78\x53\x85\x54\xe7\x92\xaa\x13\x4c\x4d\x57\ \x34\xb0\xb9\x9f\xe3\x9c\xcd\xd9\x33\x52\x31\x08\xbc\x8a\xca\xf6\ \xbe\xed\xf5\x27\xb7\xe7\x8c\xc5\x1d\xad\xbb\x0f\x8e\x2e\x5d\xbb\ \x71\x59\x77\x93\xe4\x42\xff\xe1\x75\x3a\x40\x20\xa4\x8a\x24\x32\ \x4c\x2b\x94\xd1\xe0\x78\xb5\x7d\xe9\x7a\x40\x10\x54\xbd\x91\xd1\ \x31\x29\x0d\xcb\x69\x1f\xbe\xef\x91\xda\x53\x53\x99\xd6\x94\xdb\ \x41\xa4\x21\x80\x4c\x65\x52\x29\x52\x6e\x6c\xee\xea\x68\xcc\xcf\ \x3b\xe3\xe4\x93\x77\x3f\xbe\x7d\x72\x74\xd2\x60\x76\xe0\x87\x26\ \xb5\x2d\x6a\x82\x56\x1a\x34\x42\x20\x94\xa4\x84\x20\x84\xa4\x54\ \x00\x80\x09\x2a\x14\x0a\xbe\xef\x37\x34\x66\xb5\x14\x86\xc1\x28\ \x25\x1a\x11\xdb\xb6\x18\x63\x18\x13\x42\xa8\x10\x4a\x6b\xc9\x18\ \xab\xd5\x82\x30\x8a\x2c\xcb\x62\xcc\x00\xcd\x13\xdf\xc4\x39\x97\ \x52\x68\xad\x30\xc6\x09\xe3\x0b\x29\x6d\x18\x46\x42\x26\x50\x4a\ \x09\x21\x82\x20\x00\x80\x52\xa9\x14\xc7\xb1\x1f\x71\x4c\xd9\xc8\ \xd8\xd8\xad\xb7\xdd\xba\xbc\xa7\x6b\x6a\x7c\x34\xae\x56\x21\xe5\ \xee\xd9\xf6\x64\xce\x4d\x37\x66\x32\x85\xc0\x27\x94\x06\x7e\x8d\ \x59\x06\xa6\xa4\x56\x8d\x40\x97\xeb\x32\x69\xc9\xbd\x99\xe2\x54\ \x2a\xe3\xd4\x2a\x7e\x36\x9b\x66\x7e\xd0\xd5\xdc\x14\x79\x51\x71\ \x72\x3a\xf6\x6a\x71\x10\x70\x29\xb1\xc9\xe6\x54\x08\xe6\x6c\xce\ \x9e\x69\x52\xca\x4c\xcb\x92\xd7\x77\xe2\xea\xcc\xf4\xe0\x90\x48\ \xd5\x75\x9f\x7d\xde\x12\xc9\x39\x17\xf2\x77\x91\x8f\xdf\xdf\x4f\ \x87\xa4\x92\x88\x01\x41\x18\x6b\xb2\x63\xfb\xbe\x6d\xbb\x0f\xb4\ \x77\x75\xa5\x52\x29\xc0\x96\x18\x2f\x0d\xed\x3a\x5a\xd9\xb3\xbf\ \x5e\x23\x3c\x5d\x2d\x54\xfa\x5b\xf2\x22\x28\xf9\xbb\x27\xa6\xc8\ \xe2\x93\x4e\xbe\xe8\x32\x7b\x45\xcb\xc5\xef\x79\xdf\xae\x1d\xbb\ \xaf\xbd\xf6\x17\xbe\x17\x97\x0a\xbe\x92\xfa\xa9\x27\xb7\x70\x11\ \x58\x96\x61\x98\x44\x09\x8e\x90\x89\x00\x69\xad\xb9\x50\x04\x41\ \x10\x04\x18\x13\xcb\x72\x43\xdf\xa3\x94\x44\x11\xa7\x14\x19\xc4\ \xa8\x96\x0b\xb5\x9a\xdf\xd8\x98\xb7\x2c\x07\x64\xac\x84\xb0\x2d\ \xc3\x31\x8d\xaa\x17\x52\x8b\x12\x8b\x58\xa6\x4d\x29\x0d\xfc\x40\ \x08\xa5\xb4\x52\x5a\x13\x42\x09\x25\x54\x6b\x00\x94\xb8\x2a\xa5\ \x94\x61\x18\x8e\xe3\xc4\x71\xcc\x39\x17\x42\xd8\x06\x53\x00\xcc\ \xb6\x27\x27\xa7\xaa\x41\xe8\x45\xc2\x0b\xe2\x99\x99\x0a\x8b\x75\ \x31\x1e\x75\x4c\x93\x9b\x75\xf3\x6c\x77\x6f\x75\x92\x53\xaa\x25\ \x4f\x5b\x8e\x08\x38\xc3\xa4\x79\x41\x77\xbe\xc9\xc5\x20\xca\xa5\ \x4a\x1c\x8a\x52\x61\x66\x7c\x64\x7c\x5e\x6b\x13\x46\x33\xd3\xe3\ \x63\x26\x01\x19\xfb\x14\x03\x42\x1a\xe6\xfc\xd3\x9c\xcd\xd9\x33\ \xc0\x26\xac\xfc\xed\x77\xdf\xf5\xc8\xfe\xd1\x88\x4b\x6a\x64\x56\ \x9e\x79\xde\xe9\xcb\xda\x4f\xd8\x3f\xf1\x42\xbc\x70\x2c\xc3\xb8\ \xd4\x6c\x9b\x31\x97\x63\x83\x23\x87\x06\x87\xad\x79\x6d\x16\xb6\ \x32\x5a\x79\x87\x07\x77\x5f\x7f\xf3\xb2\x8c\x15\x89\x19\x22\x74\ \x5c\x2b\xf2\x92\x36\x8c\x79\x74\x55\xf7\xb2\xde\x8b\xdb\xd6\x9f\ \x25\xa2\x09\x2a\x2b\x1b\xd6\xad\xdb\xb0\xee\x0c\x00\xa8\xcd\x70\ \x25\xd5\x2f\x6f\xbc\x76\xef\xbe\xed\xb7\xde\x76\x73\x1c\xf9\x86\ \x61\x81\xd6\x52\x6a\x8c\xb0\x14\x92\x30\xe2\xfb\x61\x18\x72\x04\ \x14\x63\x4a\x09\xe3\x71\x88\x29\x55\x42\xe6\xeb\x9b\xb2\x69\x4e\ \x30\x89\x82\x30\x8a\xc2\x74\xca\x49\xd9\x36\x06\xed\x58\x96\x88\ \x44\xca\x75\x6d\xcb\x11\xb1\x94\x42\x29\xa5\x15\x42\x80\x89\x46\ \x48\x28\x8d\x31\x49\x40\x71\x8c\x71\xe2\x9b\x92\xe7\x08\x21\xce\ \xb9\x45\x28\x45\x48\x23\x94\xc9\xd6\x65\x9a\xdb\x77\xdc\x75\x0f\ \x37\x53\x45\x5f\xa0\xc8\xa3\x7e\xd0\xd5\x90\x77\x0a\x45\xdf\x41\ \x4e\xca\x28\x1b\xda\xa6\x16\x14\xb8\x21\x91\x69\x58\x4e\x2e\x97\ \xce\xe7\x94\x08\xcc\x74\x8a\x47\xdc\x49\xa7\xc3\x58\x72\x20\x02\ \xc8\xe4\xe4\x48\xa9\x30\x16\x56\xa7\x9c\x74\x06\x83\x05\xc0\x5e\ \xbe\xb6\x15\x94\xdc\x79\x94\xd2\x52\x8a\xb9\xdf\xf9\x9c\xfd\x69\ \x9a\x7e\xfe\xea\x0f\xa1\xa4\xd4\xbf\x67\xcb\x90\xdc\xf4\x9a\x73\ \xf6\xee\x38\xd2\xd3\x93\xdf\xb1\xe3\xf1\xa1\xb6\x37\x74\x67\xa9\ \x7c\x51\x73\x7d\x93\x3c\x4b\x08\xce\x63\x6e\x9a\xac\x5a\xad\xee\ \xdd\xbd\x67\xc9\xfa\x95\x04\xd2\x41\x61\xe6\xe0\x96\xad\xb2\x58\ \xb4\x1a\x5b\x43\x97\x8c\x14\x7c\x33\xdf\x5c\x65\x5c\x09\xf7\x8c\ \x4d\x1b\x0b\xdc\x8e\xfd\x89\x38\x9a\xc2\x71\xcd\x74\x62\x0d\xae\ \xd6\xb6\x9b\xcb\x86\x35\xff\x2d\x6f\xbb\xf4\x5d\xd6\x65\xcd\xad\ \xf9\x6f\xfd\xdb\x77\x18\x65\x94\x31\x84\x92\x2e\x02\x8d\x11\xf2\ \xfd\x40\x4a\x29\xa5\x00\x9d\x68\xce\x61\xad\x34\xc6\x44\x29\xad\ \x95\x56\x5a\x51\x4a\x5d\xea\x96\x66\x4a\xb9\x5c\xce\x30\x58\xa9\ \x5c\xce\x64\xf2\x86\x61\x18\x86\x51\xab\xd5\x30\x49\x3a\x53\x75\ \xd2\x5b\x88\x10\x8a\xe3\x38\x79\x9e\x10\xc4\x19\x63\xe4\x98\x81\ \x06\xa5\x14\x73\x8c\x48\xeb\xd3\xce\x39\x6b\xc7\xc1\xfd\x77\x3d\ \xfa\x08\x96\xb2\xc9\x76\xdc\x86\xb4\x63\x18\x45\x0c\x19\x9b\x79\ \x32\xac\x85\x31\x58\x8c\x10\x03\x4c\x15\x22\x5d\x01\x9d\xd3\xda\ \x34\x1d\x6a\xb0\x20\xf4\x19\x36\x40\xa0\xe6\xd6\x16\xd3\x74\xf2\ \x4d\x2d\x31\xf7\xaf\xfe\xe1\x77\xa7\x67\x2a\x0b\x16\x2d\x7a\xf3\ \x9b\x2e\x4e\x39\x79\x25\x5e\x2e\x3f\xa2\x13\x66\xe9\x81\x7d\xbb\ \xe6\x2e\x80\x39\xfb\x93\x75\x4c\x8c\xb1\x96\xd6\xf6\x13\xfb\x13\ \x50\xe5\xd2\x4c\xba\x7d\xd1\xa2\x8e\xfa\x83\x7b\x26\xda\xba\xba\ \x8f\xec\x3e\xe8\x85\x1c\xe5\x4e\x70\x0b\x7f\x01\xdf\x24\x85\x24\ \x94\x00\xc1\x0a\x34\x22\xb0\x77\xe7\xce\x4b\xfd\x37\xd1\x30\xde\ \xf1\xd0\xc3\xfd\x4f\x3c\xb5\x36\x9d\x23\x26\x9f\x56\xe5\x74\xef\ \xf2\xfc\x8a\x66\xd5\x3a\x42\xf3\x74\x72\xaa\x82\xcc\x0a\x45\x55\ \xb3\xde\x90\x88\x47\xf1\x0c\x40\x64\xb0\x7a\xad\x48\xad\x56\xa8\ \x54\xaa\xed\x9d\x9d\x17\x5c\x78\xd1\x35\xd7\xde\x58\x29\x85\x40\ \x14\x21\x48\x08\xa5\xb5\x06\xa4\xa5\x90\x9c\xc7\x5a\x6b\xa9\x24\ \x08\x45\x30\x12\x42\x50\x4a\x11\x42\x09\xd4\x9d\x04\x41\xa1\x0e\ \x7b\x7a\x7a\x3e\xf5\xa9\x4f\x5d\x73\xcd\x0d\x93\x93\x65\xa5\x94\ \x57\xf5\x34\x68\x4a\xa9\x6d\xd8\x5c\x0a\x2e\x84\x94\x32\xa1\x44\ \x1d\xe7\x56\x24\x9a\xbf\x4a\x29\x84\x90\x61\x18\xb6\x63\x4b\xc9\ \xbd\x28\x62\x29\xb7\x65\x7e\xd7\xd6\x9d\x3b\x6b\x08\x00\x41\xb1\ \x30\x35\x59\xab\x34\xb9\xa9\xd6\x5c\x7d\x0e\x93\x1a\x01\xe6\xa6\ \x0d\xc3\x56\x12\x4d\x79\xde\xa4\x57\x33\x74\xe0\x5b\xb2\xb3\xa9\ \xb1\xc9\xb5\xa8\x4d\x00\x90\x63\xb8\xae\xe5\xfa\x2d\x81\xe7\x07\ \xc5\x99\x4a\x34\x31\x99\xcd\x59\xfb\xf6\x6d\x2b\x6e\x3c\x75\x5e\ \x6b\xab\x78\xd9\x7c\x13\x20\x84\xba\xe7\x2f\x9c\x9b\xea\x36\x67\ \x7f\xe2\xa6\x94\x7c\x1e\xcf\x85\x9c\x54\x8e\x15\x79\xc8\x91\x2c\ \x1f\xb8\xe1\x17\x87\x9d\xe6\x25\x67\x34\x9c\xb8\xb5\xeb\xf7\xf3\ \x9b\x90\x14\x12\x6b\x00\xac\x15\xd1\x06\x61\x63\x47\x87\x44\xa9\ \x8a\xea\x1b\xe3\xa9\x99\x0c\xc2\xca\xab\x14\xab\x53\x4b\xcf\x5b\ \xdf\xbc\xe1\xad\xbe\x45\xc6\xd5\xbe\x89\xf8\x48\x26\xed\xb4\x75\ \x75\x78\x95\x82\xa8\x45\x11\x0a\x9c\x54\x5a\x29\x60\xc4\x01\x20\ \x0d\xf5\x99\xba\xfa\x0c\x66\xf6\xde\x3d\xbb\xa6\x0b\x25\xd7\x69\ \x00\xd0\x80\x40\x69\xad\xb5\x02\x0d\x08\xc3\xe4\xc4\x04\x20\xa5\ \xb5\xd2\x1a\x34\x50\x8c\x11\xc6\x98\x73\x9e\x70\xbb\x01\x20\x8e\ \x63\xc3\x30\x3c\xcf\x3b\xff\xfc\xf3\xf3\xf9\x79\x5f\xfe\xf2\xd7\ \x82\x20\x40\x18\xf9\x35\x3f\x9d\x49\x23\x8c\xb5\x84\xc4\x07\x25\ \xdb\x27\xde\x2d\x41\xca\x93\xce\x3b\x00\x30\x0c\x03\x21\x94\x72\ \xad\x91\xd1\x91\x55\xcb\x96\x9a\x96\xf5\xc8\x13\x8f\x57\x85\x34\ \x0c\x93\x5b\x6a\x52\xa9\xa9\xe9\xc2\xc1\xc9\x69\x17\x51\x6c\x33\ \xab\x2e\x85\x00\x85\x35\x59\x8d\xa1\x66\x5b\xd4\x54\x4e\x29\x55\ \x98\x2e\xbb\xb1\x70\x1a\xd3\x80\x80\x19\xc8\x30\x4c\x27\x95\xca\ \xc4\x71\xb6\x2e\xe7\x66\x9d\x8a\x57\x25\x44\x51\x8a\xf5\xcb\xed\ \x48\xa4\x94\x73\x3f\xfd\x39\x7b\x95\x9a\x10\xa2\x7e\xc1\xfa\x8b\ \x17\x31\xa6\xc3\x35\x27\x9f\x32\xa3\xeb\x7b\x17\x77\x99\x5a\x88\ \x13\x0d\x83\xff\xbd\xb3\x33\x01\x08\x42\x22\xe6\x52\x4a\x6a\xb0\ \x28\xe2\x95\xd2\xcc\xe8\x40\xff\x8a\xce\xae\x3a\xd3\xe2\x00\xb5\ \x72\x21\xd4\x51\xf3\x19\x3d\xb5\x34\x14\x95\xd9\xbe\x64\x63\xa9\ \x90\x0b\xc6\x06\x9e\xba\xe3\x9e\x74\x63\xbb\x70\x6d\xed\x50\x1e\ \x99\xb9\x4c\x56\x47\x00\x36\x05\xca\x90\xe0\xa0\x82\xa7\xb6\x3e\ \x21\x95\x94\x5a\x52\x44\x10\x02\xad\x85\xd6\x14\x40\x81\xd6\x47\ \x87\x87\x00\x10\xc1\x58\x83\xe2\x9c\x8b\x38\x62\xcc\x88\xe3\x38\ \xe9\x38\x71\x1c\xc7\xb6\xed\x28\x8a\x1c\xc7\xa9\xf9\xbe\x94\x92\ \x73\x9e\xc9\x64\x3c\xbf\x96\xb8\x1e\x19\x86\x12\x74\x72\x01\x63\ \x8c\x85\x10\x89\x6f\x4a\x9e\x27\xc5\xbb\x24\xbf\x43\x08\xad\x5b\ \xb3\xe6\x03\xef\x7f\x6f\x7e\x5e\xc7\xaf\xef\xba\xab\x54\xaa\x20\ \x4c\x03\xa9\xa8\xe5\x80\x46\x1c\x51\xa5\x54\x2d\xf2\x45\x2d\x34\ \x79\x88\x24\x58\x2c\xc5\x1a\x9b\x8d\xba\xb4\x48\x31\x48\xb9\xd9\ \x5c\x43\x5d\xca\x55\x54\x6b\xd0\x42\x0b\x42\x29\x60\x84\x28\x22\ \x06\xa1\x26\x71\x2a\x16\x65\xc8\xb6\xac\x13\x0e\x7a\xff\x63\xcc\ \xb6\x6d\x84\xe6\xf0\xf5\x39\xfb\x93\x4e\xeb\x82\x20\x78\x1e\x8c\ \x88\xf8\x85\xa1\xc7\x1f\xdb\x59\x43\xd4\xa0\x14\xd4\xe8\xc4\x64\ \xe5\xb4\x93\x97\xba\x14\x7e\xd7\x3b\xbd\xd0\xcc\x71\x40\x58\x69\ \x0c\xc0\xb5\x42\x04\x07\x61\x70\xf8\xc0\x7e\x63\xe3\xd9\x98\xc7\ \x22\x0a\xa4\xe6\x53\xd5\xf1\xa1\x83\x9b\x83\x56\xfa\xf8\x78\xd4\ \x4b\x97\x37\x98\x64\x7a\xac\xa6\x95\x81\xcc\x6c\xdb\xbc\x6e\x33\ \x9d\xc6\xc0\x0c\xc3\x05\x4d\x95\x42\x3a\x8a\x15\xf7\x81\x40\x43\ \x7d\x06\x63\x01\x10\xc7\x1c\x4c\xc3\x90\x52\x51\x8a\x85\x14\x71\ \x14\x8e\x8c\x8c\x78\xb5\xaa\x41\x11\xc1\x18\x13\x62\x32\x56\x2c\ \xce\x4c\x4d\x4d\x55\x2a\x15\xd7\x75\x3b\x3a\x3a\xa4\x94\xc3\xc3\ \xc3\x42\x88\x6c\x26\xd3\xd7\xd7\x97\xf8\x2c\x21\x65\x22\x65\xa9\ \x40\x1f\x77\x07\xc9\x35\x9c\xb4\x7a\x60\x8c\x0d\xc3\x88\xa2\xc8\ \xb6\xed\xc4\x61\x11\x42\x08\x26\xcb\x97\x2e\xdb\x7b\xa8\xff\xc0\ \xde\xfd\x22\x12\x88\x51\x04\x88\xc7\x12\x19\x0c\x98\xa1\xa4\xd4\ \xc4\x55\x32\x32\xd3\x69\x7f\xba\x4c\x2c\x87\xa4\x52\x9e\x92\x88\ \x98\x05\x3f\x28\x56\xbd\x16\x46\x09\xa3\x08\x01\xd2\x38\x8a\x62\ \xa1\x04\x42\x40\x4c\xe6\x32\x6c\x58\x2c\x9b\x4b\xa7\x52\x2f\xb3\ \x0e\x81\x52\xea\xd1\x47\x1f\x49\xb8\xa6\x73\xd7\xc0\x9c\xfd\x49\ \x3a\x26\x65\x59\xf6\xaa\x55\xab\x4f\x9c\x31\x68\x8d\xa8\x91\xce\ \xd5\x19\x08\x23\x44\x88\x28\xec\xde\xbf\x73\xfe\xd2\x9e\x45\x0d\ \x86\x92\xea\xc5\xf9\x26\x0c\x80\x35\x00\x42\x1a\x81\x26\x10\xfb\ \xd1\xf0\xc8\x51\x08\x6b\x08\x6b\x8e\x84\xc7\x43\xd3\x74\x0f\x0e\ \xf4\x83\x6e\x8e\x65\xca\xa4\xa2\xa3\xad\xa3\xdd\x71\xac\x6c\x23\ \x98\x29\x20\x06\x48\xe0\x91\x56\x11\xc6\x18\x21\x2d\x01\x09\xa4\ \x79\x50\xf3\xeb\xb2\x0e\xd2\x42\x6a\xee\x58\xae\x92\xc2\xb2\xcc\ \x30\x0a\x53\x8e\xd5\xb3\x70\xe1\xfa\xf5\xeb\xb4\x92\x61\x28\x2c\ \xd3\x10\x0a\x08\x02\xdb\xb6\x3b\x3a\x3a\x8e\x01\x4f\xb8\x52\xa9\ \x48\x29\x5d\xd7\x4d\xa5\xd3\xa5\x72\xd9\x34\x4d\x84\x90\x56\x8a\ \x24\xc3\xe0\x9e\xf1\x89\x24\x7d\x82\xcf\x79\xa2\x94\x4a\xe8\xe3\ \x41\x10\x48\xad\xeb\xf2\x79\x3c\x38\x14\x84\x41\x1c\xc5\x86\x69\ \x01\x28\x20\x84\x02\x12\x52\x29\xa5\x25\x68\x4d\x30\x30\x0a\x16\ \xd3\x8c\x32\xdb\x02\x15\xc7\x52\x79\x51\x40\x1c\x2b\x53\xdf\xa0\ \x31\x57\xa0\x82\x28\xd4\x1a\x28\x33\x00\x23\x25\x85\x92\x80\x81\ \x18\xc4\x40\xe8\xe5\x6c\x58\x41\x08\x49\x29\xff\xe3\xfb\xdf\xf7\ \x3c\x0f\xe3\xb9\xce\x92\x39\xfb\x53\x34\xce\x79\x6b\x6b\xdb\xd7\ \xbf\xf1\x8d\x13\x82\x0f\x4a\x2a\x3b\xdb\x76\xd6\x05\x0b\x11\x68\ \x84\x19\x8d\x86\x66\xc6\x7e\x1b\x72\x0e\x60\xbc\xe8\x9c\x0e\x23\ \x44\xb5\x42\xa0\x81\x60\x2e\x04\x31\xe9\xd0\xd1\x23\x13\xe5\x62\ \x39\xa8\xfa\x2a\x90\xc0\xc3\x09\xc1\x52\x35\x1e\xee\xb3\x3a\x16\ \x88\xe2\xe8\x98\xaa\xb9\x5a\x47\xc5\xb2\x99\x6d\x40\xb6\xab\x10\ \x0d\xaa\xbe\xc9\x4c\xa4\xb4\x88\x6a\xcc\x44\x9a\x70\x66\x59\xb6\ \x41\x94\x88\x41\x6a\x25\x24\x21\x48\x49\x11\xf3\xa8\xb5\xb9\xf1\ \xf2\x8f\x7e\x78\xf9\xb2\xde\x98\x47\xd5\x8a\xc7\x28\x06\x40\x22\ \x8e\x10\xc2\xa6\x69\xda\xb6\x9d\x74\xa2\x64\x32\x99\x6c\x36\xab\ \xb5\x96\x52\x0e\x0d\x0e\x9a\x96\x15\x06\x81\x38\x56\xd4\xd3\xe8\ \x69\x4f\xf4\x9c\xe0\x22\x79\x3d\x8a\x22\xd7\x75\x93\x0e\x98\xd1\ \xa9\xa9\xf1\x4a\xa9\x7f\x6c\x24\x90\x02\x1b\x54\x28\x49\x08\x21\ \x14\x6b\x29\x31\x28\x50\xc2\x40\x20\x99\xa1\x28\x89\x29\x8a\x90\ \x32\x95\x46\x4a\x83\x50\x11\xf0\x98\x20\x33\x9b\x8e\x6b\xe5\x38\ \xe4\x18\x61\xd3\xb2\x84\xd6\x80\x00\x00\x63\x4d\x14\x48\x2d\x00\ \xbd\xdc\x0a\x04\x49\x63\x60\x52\x10\x98\xbb\x0c\xe6\xec\x4f\x13\ \x51\x72\x1c\xfb\xf9\x60\x56\x44\x70\x54\x9d\xd8\xb3\xed\x68\x8c\ \x30\xc1\xd8\x1b\x3f\x74\x34\x48\xaf\x4d\x3b\x27\xdc\xfe\x05\xb4\ \xe5\x08\x00\x55\x08\x81\x46\x18\x49\xa4\x89\x69\x1c\x3c\x7c\x68\ \x72\x78\x48\x82\x8c\xb0\xa4\x96\x59\xad\x5a\xe1\xc1\x70\x75\x47\ \x2e\x9b\x36\x82\x91\xfe\x4a\xad\xc1\x68\x68\xd4\x94\x84\xd5\x09\ \x88\xad\xba\xa6\xc6\x74\xbd\x9a\x1e\xe9\x0f\xab\x5e\xb5\x54\xa4\ \x0c\xe7\x1a\xb2\xf5\x2d\x1d\x06\x46\x58\x23\x8a\xa8\x94\x8a\x52\ \x9a\xc9\x66\x5a\x5a\x9b\xea\x73\x99\x6c\xb6\xae\x38\x33\x83\xb1\ \x36\x4d\x93\x52\x1a\x85\x31\xa3\x86\x52\x3a\x8e\x63\xd3\x34\x8f\ \xbb\x1b\x29\x65\xa5\x52\x99\x29\x16\xc7\x27\x26\x08\xa6\x61\x10\ \x24\xa9\xd3\xf1\x59\x95\xbf\x7b\xaa\x4a\xa9\xe4\xc5\x24\xad\x4b\ \xc8\x04\x05\xaf\xba\x73\xf0\xd0\xa3\x7b\x76\x94\x55\xac\x2d\x2a\ \xb4\xa2\x08\x19\x84\x08\x25\x11\x92\x14\x69\x15\x49\xc0\x54\x68\ \x21\x18\x42\x8e\x21\x95\x20\x42\x99\x1a\x6b\xad\x07\xa7\xc6\x8a\ \xf3\xda\x58\x18\xc6\x71\x44\x0d\x03\x51\xaa\xe3\x48\x2a\xc0\x88\ \x12\x42\x41\x09\x2d\xa5\xd6\xaf\x98\x3e\x0a\x42\x32\x0a\xb8\xc2\ \x96\x65\x42\x42\xb2\x8f\xa3\x58\x11\x03\xab\x58\x61\xdb\xa2\x3c\ \x08\x62\xa1\x00\x01\xc6\xd4\x30\x0d\x82\x11\x02\x1d\x47\x61\xc4\ \x15\x42\x00\x5a\x13\xc3\xb4\x4c\x03\x94\x8c\xa3\x88\x4b\x09\x88\ \x18\xa6\xc9\x08\x3e\x9e\xcc\x6b\xc1\x83\x30\xd2\x80\x00\x21\x66\ \x98\x06\xa3\x5a\xc4\x61\x18\x29\x40\x49\x68\x6e\xdb\x16\x12\x51\ \x24\x91\x65\x19\x08\x00\x40\x85\x61\x4c\x0c\xd3\xc0\x48\x03\xc8\ \x38\x08\x15\x71\x2c\x13\x81\x06\x04\x32\x8e\xe2\xa7\xb7\x04\xad\ \x78\x18\x0a\xd3\xb6\xb1\x16\x41\x2c\x4c\xcb\xd2\x3c\x8c\x15\xb1\ \x4d\x96\xec\x3b\x8c\x62\x6a\xd8\x14\x03\x80\xe6\x51\x14\x0b\x09\ \x80\x28\x33\x0c\x83\xce\x65\xb3\xaf\x5e\x43\x08\x89\xc8\x3b\x3a\ \x30\x10\x60\xaa\x95\x64\x4e\xfd\xa6\x0b\xd7\x37\x3b\x48\xbe\xd8\ \x3a\x5d\x82\x37\x21\x0d\x08\x10\x10\xa4\xb9\x06\x02\x51\x14\xdf\ \x72\xc7\xad\x99\x72\x55\x3a\x8c\x13\xe2\x55\x0d\x89\xa1\x56\x08\ \x9c\xba\x99\xf2\xd4\xe8\x38\x1a\x18\x48\x65\x5a\x3b\xdb\xf3\x6d\ \xf9\x5a\x35\xc0\xb8\x8c\x75\x5c\x2a\x4c\xf8\xe5\x5a\x63\x43\xa3\ \x54\x82\xc7\x95\xc0\x2b\x65\xd3\x29\xd7\x76\x24\x47\x4a\x0b\xb0\ \xf0\xba\xb5\xeb\x4e\x3d\xed\xa4\xb6\xd6\x16\xad\xa5\x10\x1c\x21\ \x85\x81\x29\xa5\x08\xa5\x8c\x32\x21\x64\x18\x85\x80\x00\x01\x4a\ \x38\x93\x84\xd2\x74\x2a\xb5\x7b\xd7\xee\x28\x8a\x08\xc1\xb5\x20\ \x48\x82\x49\xd3\xb2\x4e\xe8\x98\xf4\x33\x2c\x8e\x23\xa5\x15\xc6\ \x98\x51\x5a\x8d\xfc\x07\xb7\x3e\x39\x30\x31\x02\xb6\x41\x11\x06\ \x21\x25\x17\x40\x90\xe6\x0a\x61\x20\x04\x19\x84\x48\x42\x42\xd0\ \x92\x20\x64\x50\x4a\x69\xbd\xed\x06\x48\x12\x1d\x0f\x8e\x8d\x4c\ \x2c\x98\xdf\x42\x98\x9b\x72\x25\xe8\x90\x0b\x00\x8a\x40\x09\x2e\ \xc2\x98\xf3\x30\x8e\x83\x50\x49\xf9\x0a\x5d\x48\x8a\xf3\x96\x95\ \xa7\xb4\x93\xd2\x8e\x9d\xfd\x8a\x12\xc9\x55\xe3\xfc\x35\x0b\xb3\ \xde\x91\xb2\xd5\x91\xf1\x9f\xda\x39\xb2\x70\xc3\xd9\x4b\x3a\x9a\ \x28\x88\xca\xd4\xd1\xdd\xdb\x77\x4d\x05\x92\x50\x6b\xc1\xaa\x93\ \x7a\x17\x34\x51\x0d\x98\xe1\xa9\x43\x3b\x9f\xdc\x79\x20\xa0\xb9\ \xe5\xa7\x6e\x5c\xd8\x5e\x2f\xaa\x13\xbb\xb7\x6e\x3d\x3a\x13\x25\ \x1a\xe1\x4a\x48\xb7\x71\xfe\xe9\xeb\x56\xe6\x4c\x2c\xc3\xca\xc1\ \x5d\x5b\xfb\x8e\x16\xed\xd6\x85\x27\xaf\x59\xd5\x68\x81\x06\x4a\ \xf9\xf8\x23\x0f\x6f\x51\x0d\xab\x7a\xea\x83\x27\x9f\x3a\xa4\x29\ \xd5\x38\xbd\xfe\xb4\x25\xe5\xc3\x3b\x8f\x94\x04\x52\xa2\x7e\xe1\ \xe9\x2b\xeb\x2a\x8f\x6d\x3f\xc0\x11\xd5\x52\x35\x2e\x5a\xd7\x95\ \xae\xed\xd8\x76\x48\x51\x0a\x52\x90\x74\xdb\xe9\xa7\x77\xf4\x6f\ \x7d\xb2\x6a\x76\x9d\xd9\x53\xb7\x7f\xfb\x0e\xb3\xe7\x94\x6e\x6b\ \x72\xcb\xee\x41\x4c\x89\x66\x0d\x1b\xd6\x2e\x9c\xea\xdb\x3e\x5a\ \x89\xa4\x36\xe6\xaf\x3e\x73\xd9\xfc\x16\x22\x83\xd1\xfe\xbd\x7b\ \x0f\x8f\x70\x85\xe7\xd0\xb6\x57\xa9\x29\x29\x9d\x86\x05\xaf\x7b\ \x53\xbb\x17\x48\x37\xe5\x62\x00\x42\x10\x7f\x1e\xfd\xc5\xdf\x9b\ \x1a\x68\x10\x00\x11\x65\x1c\x30\x52\x88\x48\x30\x35\xc5\x40\xee\ \xdf\xf2\xc4\x7e\x6f\x66\xa2\x31\xbd\xd3\x14\x87\x72\x72\xd0\xd5\ \x63\xa6\x59\x33\xb3\xdc\x70\xcd\x54\x4a\xc9\x68\x7c\x78\xf0\xe0\ \xae\x3d\x87\x77\xef\x1d\xee\xeb\xf7\xa6\x4b\xf9\x4c\xc3\xbc\x96\ \xf6\xa0\xea\x63\xc5\x64\x04\xd5\xaa\x9f\x6f\x6a\xb1\x1c\x87\x1a\ \xd8\x60\xba\x67\x7e\x5b\x4b\x73\x36\xa8\x95\x78\xec\x97\xcb\xc5\ \x5a\xad\x5a\xad\x7a\x15\xcf\x2b\x57\xbc\x72\xd5\x2b\xd7\x2a\x21\ \x8f\xc2\x38\x94\x5a\x0a\xad\xfc\x30\x60\x96\x55\x0b\x42\x62\x98\ \xc3\xe3\x63\xb1\x14\x02\x14\x07\x25\x41\x26\xe3\x54\xb4\x96\x78\ \xf6\x21\x40\x4a\x50\x12\x23\x2d\xa5\x90\x52\x28\xad\x11\x26\x5c\ \xa8\x20\x88\x30\xa1\x02\x30\x70\x39\x33\x38\xdc\xdb\xd6\x95\x63\ \x0e\x8d\x01\xc5\x1a\x24\xaa\x85\x11\x22\x4c\x20\xc4\x31\x02\xc2\ \x18\x32\x98\x42\x14\xe1\x40\x09\xb0\x0c\xdf\x0b\x64\x95\xf3\x9a\ \x1a\x2d\x85\x23\x5e\x30\x3c\x35\x31\x55\x2c\x56\xfc\x9a\x57\xf3\ \xe2\xc8\x57\x42\x60\x04\x84\x62\x37\xed\x10\x93\xa8\x57\x8c\x89\ \xa4\x15\x37\x9a\x4e\xfa\xc0\x5b\xdf\xdc\xee\x08\x2e\x64\x8c\xec\ \x33\x2f\xf9\xf3\x33\x3b\xf3\xed\x2b\x4e\x7f\xc7\x6b\x97\x29\x61\ \x9e\xf7\x96\x4b\xcf\x5e\x9e\xc7\x66\x66\xf9\xc6\x4b\x3f\xfd\xd9\ \x4f\xae\x6d\x33\xbc\xd8\x38\x65\xd3\xdb\x5f\xbf\xba\x83\x30\x6a\ \x5a\x26\x05\x25\x8d\xa6\xb7\x5e\xfe\x97\x1f\x78\xe3\x69\x8d\xe9\ \xf4\x82\xb5\x17\x7c\xea\xaf\xaf\x3c\xb9\x2b\x95\x08\x39\xf2\x58\ \x36\xf5\x9e\xfa\xee\xcb\x4e\xcb\x18\xb4\xae\x6b\xed\x9f\x7f\xfa\ \xca\x33\x16\x64\xcd\xb6\xa5\x97\xbc\xeb\xb5\x79\xd7\x30\x2c\xcb\ \x34\x98\xe4\xaa\x63\xf5\xc6\x2b\x3f\xfb\xf9\x4b\x36\xb4\x47\x61\ \xc0\x71\xc3\x1b\x2e\xbe\x64\x6d\x2b\xe3\x52\x70\x9c\xbb\xe0\x3d\ \x97\x7f\xf8\xca\xf7\xf5\x36\x5b\x5c\x08\x1e\xc1\x92\xb3\x5f\x7f\ \xe5\x27\x3f\xbe\xaa\x85\x46\x5c\x45\x1c\x56\x6c\x7a\xf7\xa7\x3f\ \xf1\xce\x36\x07\x48\xfd\xaa\x77\x5e\x74\x51\x03\x11\xf3\x96\x5f\ \xf8\xa9\xbf\xf9\xec\x6b\x96\xe5\x23\xdf\x17\xd6\xbc\x37\x5c\xfc\ \xce\xde\x2c\x0e\x94\x7d\xee\x3b\x3f\xf1\xc9\xf7\x5e\xd8\xd1\x98\ \x6b\xea\xee\x5d\xbf\xbc\xd7\x45\x52\xce\xd1\xbb\x5e\xbd\x71\x13\ \x26\xda\x1f\xbf\xe7\xd7\xd7\x5f\x7b\xed\x0d\xf7\x6c\xed\x97\xd2\ \x3f\x7c\xe0\x50\x25\xd2\x27\xbc\xd9\xbc\xd0\x7c\x3a\x84\x04\x25\ \x52\x03\x02\xa0\x1a\x31\x8d\x62\x84\x7c\x29\x0b\x5a\x68\xcc\xa7\ \x20\x02\xa6\x08\x26\x23\x61\x68\x56\x7c\x8a\x84\x50\xaa\xb5\xb9\ \x3e\x0a\xfc\xb8\x16\x68\x21\x2b\xd3\x15\xd7\xb0\x0e\xef\xdb\x95\ \x4d\xd5\x37\x36\x36\x66\xb2\x59\xae\xb5\x53\xd7\x50\x0e\x2a\x99\ \x74\xaa\x50\x91\x99\x4c\xba\x29\x9f\x35\x0c\x24\x44\x14\x04\x9e\ \xeb\xba\x08\x21\xd7\x75\xb5\xd6\x5c\x48\x4a\x29\xc2\x60\x39\xa6\ \x46\x0a\x08\xa6\x84\xe9\x04\x05\x23\x24\xe2\x7c\xa6\x54\x96\x5a\ \x61\x3d\x5b\x7c\x44\x18\x25\x31\xd3\x6c\xd6\xa0\x01\x81\x02\xa5\ \x34\x68\xa5\xa4\xd6\x09\xd5\x08\x03\x42\xb1\x10\x1a\x30\x20\x2c\ \x7c\xbf\xd9\x4e\xbd\xf1\x4d\x97\x5d\x7f\xd3\x4d\xf7\x3d\xfc\x28\ \x32\xcc\xb5\x1b\xd6\xa5\x52\xee\xe8\xd8\xf0\xf8\xf8\x70\x50\xf5\ \x62\x4e\x2d\x83\x61\x05\x14\x13\x09\x32\x50\xb1\x69\xdb\xa0\x50\ \x14\x79\x81\x42\x85\x30\x5c\xd0\x90\x35\x18\x93\x4a\x51\x4a\x11\ \x02\x8c\x81\x10\x42\x08\x52\x4a\xda\x29\x9b\x32\xf6\x0a\x79\x27\ \x4c\xd9\xd0\x96\xbb\x06\x2e\xb9\x62\x55\x6f\x7b\xdf\xe6\x41\xb7\ \x73\xed\xda\xee\x99\xff\xba\x76\x7b\xb0\x7e\x4d\x10\x6b\x40\x18\ \xc5\xe1\x8e\xfb\x6f\xba\xf6\xbe\x51\xd3\xca\xbc\xfe\xa3\x7f\xff\ \xae\xb7\x5f\xb4\xef\x9f\x6f\xe1\xc0\x77\x3f\xf0\xdb\x9f\xde\xb2\ \x9b\x99\x86\xd6\x64\xdd\x1b\x3f\x7d\x41\x47\xf1\xab\xff\xf7\xdf\ \xfa\x4a\x1c\xb0\x7b\xe1\xe5\x7f\xf3\x96\x77\x5e\x74\xf0\xff\x5d\ \x5b\xd5\x26\x00\x60\xcc\x4a\x87\xb7\xde\x70\xcd\x0f\xc6\x65\xee\ \x1d\x9f\xfa\xd6\x05\x6b\x97\x1d\x18\xd0\xe1\xf0\xee\x5f\x5d\xf7\ \x93\xd1\x98\x10\x4c\x90\x66\x5d\x5a\x4d\x8c\x16\x36\x5c\xfa\xc1\ \xf1\xa9\xab\xee\x1e\x8a\x22\xad\xb9\x04\x19\x45\x9d\xa7\x6f\xea\ \xae\x3c\xf2\xcb\x07\x1b\xcf\xdb\xb4\x6e\xfb\x8f\x1f\xe0\x38\x9d\ \x42\x98\xc7\xce\xb9\x17\x9c\xb1\xf3\xea\x5b\x54\xcb\x69\xe7\x9c\ \xba\xc8\x9f\x2a\x64\x1c\x53\xab\x38\xd0\x91\x52\xa0\x51\x38\x39\ \x1c\x9e\xfd\x8e\x0f\x8c\x4f\x5d\xb5\xd9\x8b\xb8\xf6\x23\xce\x9b\ \x57\x5e\xf2\xb6\xd3\xeb\x7f\xf8\x8f\xff\xf0\xc8\x91\xaa\xc1\x08\ \x42\x84\x10\x46\xe7\xa0\xb6\x57\xad\x11\x82\x46\x07\x0f\x8c\x41\ \xe7\x9b\x5e\xdf\x70\xff\xe6\x83\xe5\x25\xd9\xbe\x9d\x4f\xb6\xba\ \xf9\x15\x2d\xae\x78\xb1\x75\xba\x63\x65\x78\x45\x30\xc5\x98\x20\ \x82\x01\x50\x10\x04\x71\x1c\x31\x82\x22\x3f\x98\x29\x4f\xb7\xb7\ \xb7\xd5\x6a\x35\xce\x79\x36\xe7\x7a\xe5\xc9\x07\x1e\xd8\x75\xce\ \x59\x1b\x6d\x9b\x24\xef\x2e\x57\xca\x5d\x9d\x5d\xa5\x62\xa5\x5c\ \x2e\x53\x8b\x56\xfc\x5a\xa0\xb4\x65\x67\x3a\x3a\x3a\xcc\xe9\xb0\ \x6b\x7e\x73\x2a\x6d\x9a\xa6\x55\x5f\x5f\x9f\x38\xa6\x44\x89\xc9\ \xf7\x7d\xcf\xf3\x28\xa5\x52\xca\x28\x8a\x82\x20\xcc\xe5\xea\xdb\ \xda\x5a\x11\xe0\x38\x12\x96\x69\x8e\x8d\x8f\x4f\x4c\x4c\x28\xa5\ \x14\x97\x48\x6b\x8c\xb1\x92\x0a\x10\x01\xd0\xa0\x11\x68\x0d\xa0\ \x41\x6b\xa5\xb5\x06\xad\x41\x2b\xa5\x95\x92\x98\xa0\x84\xe8\x24\ \x85\xa0\x94\x44\xa1\x8c\x2a\xb5\xac\x69\xb7\xd5\x37\xd6\x5b\xb6\ \x02\x58\xd3\xb3\x70\xe3\xc6\x33\x6b\x95\x99\x9a\x57\x19\x3e\x7a\ \x74\xe0\xc8\xe8\xe6\x6d\x4f\x09\x1e\x9b\xae\xe1\xc5\x21\x20\x20\ \x36\x8d\x82\xd8\x4c\x99\x02\x78\xa9\x52\x4c\x75\xb6\x55\x8a\x05\ \xc3\x34\x6d\xdb\x3e\x7c\xf8\x70\xb5\x5a\xcd\x64\x32\x2d\x2d\x2d\ \x09\x07\x1d\xe3\x57\x6a\x06\x14\xc2\x84\x97\x8f\x6c\xde\x32\x73\ \xe1\x49\x6b\x6e\x7e\xe4\x50\xf7\xfa\x33\xf0\xc8\xde\xdd\x43\xe5\ \x25\xa7\x92\xe3\x75\x0c\x42\x0d\xd3\xb0\x98\xf6\xb6\xde\xfb\xc0\ \x9b\x3e\xb6\xb8\x29\xc7\xc2\x48\xad\x7b\xf3\x47\xfe\xfe\xd4\xaa\ \xa9\x8a\xb7\xde\xf8\x8b\xfa\xa5\xdd\x7b\xb7\xdc\x30\x58\x14\xb6\ \xeb\x00\xaf\x3d\xfe\xe0\x8e\x8b\xde\xbd\xba\x3b\x8b\xb6\x55\x34\ \x4a\xbe\xf4\x54\x53\x4f\xef\xb2\x79\xe9\x9e\x15\xdd\xf1\xbe\x6d\ \xa3\x5c\x64\xad\xd6\x53\xae\xfc\xfc\x17\x43\xc2\xc6\x77\x3f\x78\ \xdd\xcf\xef\x01\xc2\xa6\x76\xdd\x76\xc3\xa1\xb6\xf7\xbd\xff\x7d\ \xfd\x5f\xbf\x25\x96\x1a\xb4\x8c\x49\xc3\x69\xa7\xf4\x1e\xb8\xff\ \xdb\xd7\xf5\xcf\xff\xe2\x95\xe7\x2d\xad\x7f\xf0\xc9\x92\x9d\xb5\ \xf0\xfd\xbf\xf9\x75\xc3\x86\x33\x57\xb4\x6e\x86\x73\x36\xc9\x3d\ \xb7\x3d\x98\x5b\xde\x52\x67\xe9\x63\xd3\x90\x08\x63\x47\x1f\xbb\ \xe9\xce\xea\xa2\xb7\x7f\xf0\x1d\x47\xff\x63\x1b\x57\xa0\x25\xea\ \x5c\xb3\x7c\xe2\xe0\xf6\xdd\x47\xca\x96\xed\x10\xc2\x52\xae\x11\ \xd6\x6a\x5c\xc2\x5c\x4e\xf7\x6a\x8d\x9b\x40\x0b\x21\xd3\x99\xba\ \x5c\x5d\xce\xa1\x43\x85\xc9\xa9\x52\x2d\x6e\x7f\x9e\xc2\xce\x0b\ \x4f\xf0\xd3\x1a\x8e\x09\xc5\x22\x00\xa4\x35\x28\xad\x39\x57\x4a\ \x6a\x2e\x55\x3a\x93\xc6\x08\x53\x42\xfc\x5a\xad\xc6\x64\x7d\x5d\ \xbd\x63\x52\xcf\xf3\x5a\x5a\x5a\xcb\xa5\xaa\xed\x5a\x71\xcc\x0f\ \x1f\x19\xd0\x5c\x77\x76\x74\xfa\xbe\xef\x38\x4e\x53\x53\x53\x39\ \x20\x2b\x57\x2e\xeb\x1f\x2c\x34\x36\xa6\x1b\x1a\xdd\x4c\x26\x1b\ \xc7\x71\xa2\xab\x0b\x90\xa8\x11\x60\xc7\x71\x00\xe0\xc8\xe1\xfe\ \x84\xd9\x54\x97\xc9\x22\xa5\x01\x34\x46\x1a\x83\x9e\x18\x1d\xab\ \x55\xab\x14\x13\x2e\x84\xd6\x80\x10\xd6\xb3\x40\x38\xd2\x48\x6b\ \x00\xad\x13\x81\x03\x48\x80\x2a\x00\x50\x5a\x23\xad\x08\xc6\x9c\ \xc7\x5c\x08\x4c\x88\x65\x58\x7e\xa9\x3a\xb0\xbf\xcf\xd2\x90\x4f\ \xb9\x5e\xad\x56\x1e\x3e\x6a\x84\x7e\x1c\x05\xad\x29\x77\xc9\x29\ \x27\xa9\x8d\x6e\xf3\xbc\x96\x1b\x6e\xbb\xa9\x58\xa9\x58\xe9\x6c\ \x18\x54\x99\x89\x52\xd9\x8c\x92\x51\xb5\x56\xe4\xdc\x97\x52\xcc\ \xcc\xcc\x28\xad\x5b\x5a\x5a\xb2\xd9\x6c\x42\x37\x4f\x3a\x6c\x12\ \x2e\xfb\x2b\x07\x86\x33\x08\xb6\x3f\xf6\xd0\x05\x97\x9f\xde\xd3\ \xba\xf5\xd4\x35\x6d\xfb\xee\xbf\xb1\xa8\x0c\x82\x9f\x03\xb3\x29\ \xa9\x24\xa2\x26\x11\x5a\x29\x4d\x29\x3a\xbc\xf9\xf6\xeb\x1e\x3a\ \x6c\x50\x3d\x31\x11\x9c\x09\x60\x30\x0a\x4a\x2a\xa5\xb4\x92\x88\ \x50\x04\xfa\x38\x43\x57\x09\xee\xb4\x2d\x7f\xc3\x5b\xea\x7a\x56\ \x2c\x1d\xbe\xf7\xdf\x7f\x7e\xff\xfe\x86\xb3\xd7\x8b\xd2\x81\xdf\ \xdc\x70\xdd\x34\xa7\xc2\x2f\x45\x84\x61\x84\x0c\x93\xec\xbf\xeb\ \xba\x07\x16\x7f\xee\xbd\x7f\xf6\x1a\xa4\x63\xce\x45\xa6\x7d\xe5\ \xba\xb5\x9d\x13\xb5\xf3\xdf\xd2\x69\xd6\x77\x76\x9f\xb4\x76\xfe\ \x96\xbb\x7d\xc7\x71\xa6\xfa\xb7\xee\x64\x0b\x2e\x7c\xcf\x47\x74\ \xca\xbc\xf5\xbb\xf7\xf7\xbc\x63\x55\xce\x31\x75\xf9\xe9\x29\x2b\ \xa6\x09\xdb\x7e\xf6\xd3\xf9\x8b\x3e\xff\x9e\xb7\x64\x0c\x11\x2b\ \xd0\x52\x2a\x82\x09\x68\x29\x78\x64\x36\xad\xfa\xc4\x27\xcf\xfb\ \xcd\xbf\x7e\x63\xdb\x98\x34\xd9\x5c\xec\xf4\xea\xc4\x9b\x34\x4a\ \xd5\x35\x94\x1f\x7b\xfc\xfa\x71\xd3\xaf\x06\xe3\xf7\x8c\xd5\x2f\ \xdc\xd0\x55\xef\x9c\xb0\xc7\xe5\x05\xf9\x4d\x1a\x83\xd4\x5a\x23\ \x8c\x30\xc6\x00\x08\x61\x2c\x35\x94\xab\x35\x8c\x24\x61\x86\x69\ \xd8\xb3\x5a\x6e\x52\x94\xca\x65\x0a\xbc\xa5\xa9\x41\xc6\xd1\xf0\ \xf0\x48\x5d\x5d\x43\xb9\x5c\x49\x65\x9c\x86\x86\x46\xc9\x95\x90\ \x52\x86\xd2\x74\xac\x89\x89\x09\x37\xd7\x9e\xcb\x66\xda\x5a\x68\ \x3a\x6b\x67\xb3\x56\x5d\x5d\x5d\xa1\x50\xe0\x9c\xcf\x92\x95\xb4\ \x36\x0c\x23\x19\xa0\x62\x32\x1a\x86\x61\xca\x4d\x49\xa9\x82\xa0\ \xc6\x98\x19\x45\x31\x42\xa8\xe6\x7b\x51\x18\x28\xa9\xa5\xd0\x5a\ \x69\x04\x28\xd1\xc3\x84\xe4\x96\x0f\x5a\x81\x46\x00\x08\x61\x40\ \xb3\x2c\xf0\xa4\x5d\x18\x63\x2c\xe2\x48\x29\x45\x19\x0d\xa5\xaa\ \xd6\xbc\x89\xc9\xb1\xba\x6c\x3a\x6d\x1b\x20\x82\xb0\x5c\xa8\x4e\ \x8d\x1b\x0c\x17\x86\xc7\x8e\x86\x3e\x71\xeb\x57\x2d\x5c\xe0\x9f\ \x75\xd6\x83\xdb\x9e\x9a\xe1\x12\x09\x4d\x4d\x88\x42\x0f\x24\xaf\ \x73\x4c\x1b\x63\x25\x65\x77\x77\xb7\x90\x52\x29\xd5\xd0\xd0\x90\ \xa8\x00\x27\x53\xf0\x0c\x83\xbd\xa2\xf7\x77\x62\x18\xe5\x43\x5b\ \x76\x1c\x39\xfd\x6d\x97\x7f\x00\xc3\xf0\x8f\xb6\x8d\x30\x86\x8f\ \xcf\x38\x4f\x02\x1f\xa5\x74\xba\x71\xe1\x85\x6f\x3e\x77\x64\xef\ \x6f\x46\x4b\x82\x12\x54\x9d\x1c\x19\x18\x38\x6c\x18\x86\x10\xaa\ \xef\x89\xed\x6f\x7e\xc7\x39\xeb\x1e\xd9\xb1\x75\xb0\x4c\xdc\xae\ \x37\x5c\x74\x52\x79\xec\xfe\xfe\x32\x30\x03\x09\x00\xcc\x4c\xef\ \xd0\xc3\xdf\xb9\xea\x27\x2d\xe7\x7e\xf8\x23\xe7\x9d\xb2\xb0\xe1\ \xbe\x69\x09\x2a\xaa\x0c\x1f\xe9\x1f\x8d\x09\x45\x58\x26\x7e\x17\ \x11\x8b\x06\x77\xfe\xfc\x67\xf3\xff\xea\xff\x9c\xd3\x15\x3c\x1e\ \xa9\x25\x27\x9d\x41\x86\x76\xf6\x0d\x57\x81\x56\xb7\x3c\x31\xb2\ \x6e\xfd\xa9\x4d\x8f\x3f\x40\x99\xa1\x74\xb8\xf5\x9e\xfb\x2e\xfd\ \xe6\xdf\xf0\x7b\xbf\xb7\x63\x70\x66\x81\x56\x66\xca\x7a\xe6\x50\ \x76\x84\x99\x85\x2a\x37\x5f\xf7\xf3\x8f\x7f\xee\x6f\x57\xe7\xa7\ \xef\x95\x72\xf0\xc9\xa7\xea\x3e\x75\xce\x19\x6b\xee\xbd\x6b\xc7\ \x08\x20\xe2\xba\x06\x21\x73\x17\xf8\xab\x1b\x0b\x77\x1b\xbb\xcf\ \xde\x64\x05\x0a\x11\x04\x40\x8c\x86\x7c\x8b\x85\xd5\x89\x5a\x56\ \x5e\x88\xdf\x04\x08\x91\x63\x11\x17\x22\x18\x00\x10\xa1\x52\x8b\ \x5a\x10\xa6\x52\x96\x93\xc9\x18\xc4\x58\xd1\xbb\x84\x22\x4e\x30\ \x98\x06\xe5\x9c\x07\x81\x0f\x52\x96\x2b\xd5\xfa\xba\x06\x37\xe5\ \x62\x8a\x53\xd9\x8c\x45\x2d\xcb\x34\x8b\xc5\x29\x2e\x62\x6a\xda\ \x51\xe4\xe7\x1b\x1b\x28\xcd\x2a\xc4\x99\x81\x19\x63\x2d\x2d\x2d\ \x94\xd2\x24\xee\x10\x42\xf8\xbe\xaf\xb5\x66\x8c\x5a\x96\x65\x59\ \x16\xa3\xcc\xaf\xf9\x5a\x6b\x46\x09\xc1\x16\xe7\xa2\x63\x5e\x5b\ \x3a\x9d\xf2\xbc\x82\x56\xd4\xa0\x04\xb4\x4e\x26\xab\x69\x04\x3a\ \x01\xf8\xb5\x96\x5a\x20\x04\x08\x63\x25\xa5\x52\x9a\x52\x2a\xa5\ \xc2\xa0\x11\x42\x82\x0b\x6a\x30\x66\x99\x1a\xe9\xc9\x99\xa9\x9e\ \x85\x0b\x9b\x5b\x9a\x82\xa0\x32\x39\x31\x3a\x78\xe4\xd0\xc2\x85\ \xdd\x96\x63\x46\x3c\x28\x4f\x8e\x87\xd5\xca\x39\x6b\xd6\x6f\x58\ \xbd\xf6\xa7\xbf\xb9\x75\xdf\xc8\x44\x18\x48\x09\xfa\xe4\xb5\xcb\ \x2f\x79\xdd\x79\xf5\xa0\x48\x24\x92\xe6\x61\x00\x10\x42\x24\x4d\ \xd8\x84\x90\x84\x8c\xae\x94\x7a\x05\xbd\x13\x22\x4c\x17\x1f\xb8\ \x6f\xe7\x25\x5f\x78\xf7\x23\x57\xff\xfd\x50\x55\x12\x44\x31\x45\ \x26\xc3\xa0\x64\x4c\xec\x53\xdf\xf4\xe1\xdc\x86\xa0\xae\xb1\x21\ \x1a\x7f\xe4\x87\xd7\xdf\xe5\x93\x3a\xac\xc9\xfa\x8b\xdf\xfb\x99\ \x95\x05\xc2\xac\xf8\xe8\x63\xd7\xde\xfc\xcb\x9f\xb6\x7d\xe8\xed\ \x57\x7c\xee\xbc\xc9\x92\x95\x6d\x20\xd5\x7d\x3f\xb9\xee\xce\x80\ \x18\x49\x4b\x38\xc6\xc8\x30\x10\x25\x7a\xf7\x3d\x3f\xbf\x7f\xe5\ \x17\xdf\xf7\xce\x0b\xbf\xb7\xcd\x37\xe6\x6d\xf8\xf3\x2b\xff\xaa\ \x22\x89\xc1\x82\xbb\xae\xbb\x5e\x69\x69\x30\x40\xc4\x80\xf2\xc1\ \x1b\x6e\xfc\xcd\xea\xcb\x2f\x70\xea\x7a\x36\x9d\xd2\xb2\xfd\xa6\ \xab\x6e\x7a\x64\xc2\xc0\xc2\x68\x1b\x5b\xf8\x77\x1f\x38\x65\xd9\ \x00\x31\x49\x24\x89\x2a\xed\xbb\xfa\x9f\xbe\x86\x26\x0f\xc4\x98\ \x0a\xd0\x6e\x9d\x8d\x80\x18\xc8\x40\x08\x30\x32\x18\xc2\x88\x32\ \x31\xb9\xf7\xc6\x5f\xde\xbc\xe4\xf2\xf3\x6d\xc3\x28\xec\xbf\xf3\ \x87\xb7\xb4\xff\xd9\x87\xfe\xf7\x49\xe3\xa3\xdc\x6c\x49\x87\x23\ \xde\xf3\xe0\xa6\x73\xf6\xaa\x30\x4c\x70\x54\x99\x78\x72\xf3\x66\ \x0f\x51\x0c\x08\xa4\xef\xe3\xf6\x37\x5d\xfa\x9a\x66\x17\xbd\x68\ \x8d\x14\x84\x10\xc6\x04\x00\x66\x63\x13\x00\xa5\x91\x14\x9a\x30\ \x6d\xda\xae\xc1\xa8\x49\x48\xa5\x52\x49\x3b\x8c\x13\x48\xa7\xeb\ \x4d\x22\x8b\xc5\xa2\xc9\x58\x63\x63\x63\x18\x85\x84\x11\x3f\xe6\ \x8c\x98\x07\x86\x0f\x36\x36\xd4\x67\xb3\x69\xc6\x28\xa5\x98\x32\ \xe6\xd8\x66\xa5\x12\x23\x82\x2c\xd3\x4a\x14\x29\x31\xc6\x09\xbb\ \xd2\x34\x4d\x42\x48\x18\x86\x7e\xcd\xc7\x5a\x6b\xad\x13\xb7\x15\ \x47\x1c\xb4\x56\x52\x06\xbe\xbf\x64\xd1\xa2\xb5\x6b\xd6\x8e\x8e\ \xdc\x11\x85\x11\x28\x09\x98\x02\x92\x5a\x4b\x84\xc9\xb1\x84\x0e\ \x03\x60\xc0\x18\x21\x9d\xa0\x3f\x4f\xb3\x22\x10\x0a\xa3\xd0\xb0\ \x4d\x44\x89\x00\x51\xf4\xca\x7e\x14\x74\x2d\xec\x72\xd3\xa6\x88\ \x43\x89\xe4\x44\x61\xda\x30\x0c\x3b\x9d\xb2\xac\x74\xc6\x4d\xbb\ \xd4\x68\x4a\xe5\xda\x9c\xec\xc1\x60\xd4\xb4\x0d\x20\x80\xa3\xb8\ \xd5\x4d\x91\x5a\x15\x63\xac\x84\x90\x4a\x25\x63\x51\x12\xc7\x9a\ \xa8\x44\xd5\x6a\x9e\x7e\x85\x15\x03\x88\x61\x55\xfa\xee\xf9\xc2\ \xff\xd9\x51\x1e\x1b\x23\x86\x49\x00\x0e\x3e\x78\xd3\xb7\x1e\x8f\ \xb0\x19\xdf\xfc\x1f\xdf\xde\xd2\x90\xa5\x48\xd5\x4a\x93\x47\x87\ \x46\x43\xa0\x69\x23\xb8\xf7\xc6\x6f\xee\xc9\x67\x29\x02\x40\x58\ \xfb\xd3\x52\x06\x0f\xff\xf2\xdf\xfb\x1e\xef\x6e\x6b\x4c\x0b\x7f\ \x66\x68\x60\xb0\x2a\x50\x42\x71\x32\x4c\x36\xb2\xed\xf6\x6f\x1c\ \x82\x90\x38\x2e\x44\xf7\xfe\xf8\xaa\x03\x79\xa3\x32\xed\x7f\xf7\ \xcb\xe3\x19\x9b\x00\x20\x8c\xe5\x64\x2d\xac\x3d\x78\xd3\x77\xcd\ \x58\x53\x83\x31\x28\xed\xbd\xf3\x1f\xbe\xf2\x54\x54\xf5\x77\xff\ \xe7\xf7\xca\x13\x95\x4c\xc6\xc1\xa0\x55\xa5\xef\x87\xff\xf4\x6d\ \x54\x2b\xee\xff\xcf\xaf\x07\xd3\x35\xcb\x40\x83\xbb\x9e\x02\xcc\ \x5c\x17\x3d\xfa\xcb\x1f\x6d\x93\x25\xe9\x8d\xff\xeb\xd5\xbb\xa6\ \x94\x51\xb8\xff\x07\x63\xc8\xd3\xcc\x32\x19\x8c\x6f\xbb\xe5\x2b\ \x7f\xff\x84\x5f\xd6\x2e\x93\x4f\xdd\xfa\x83\x23\xdb\xbb\xe6\xe5\ \xb3\x48\xf1\xd2\xd4\xd8\x44\x59\x33\x32\x97\xd0\xbd\x5a\x4d\x0a\ \x69\xd7\x75\x5e\xf0\xc6\xbc\x06\x04\x88\x9a\x6a\xea\x8e\x3b\x1e\ \x9d\xae\x85\x2d\x29\xe7\x45\x6b\xa4\x80\x06\xa4\x01\x27\xa0\x13\ \x00\xc1\x98\x50\x2a\x24\xe7\x5c\xd6\xfc\x10\xa5\x1c\xc7\x34\x2b\ \x95\x32\x45\x6e\x4b\x63\xde\xab\x79\xd8\xa6\xd9\x6c\x96\x20\x34\ \x35\x35\xbd\x64\x49\xaf\x9b\x49\x55\x82\x6a\x26\x9b\x35\x98\x19\ \x87\xe1\xd8\xc4\xb8\xc2\x2a\x45\x18\x32\x22\xcb\x20\x94\x10\xe6\ \x58\xb6\x63\x61\x84\xb5\xd6\x96\x65\xb9\xae\x5b\xa9\x54\x6c\xdb\ \xa6\x94\x86\x61\xa8\xa4\x32\x4d\xa6\x94\x40\x08\x6c\xdb\x56\x5a\ \x25\x03\x32\x11\x56\x47\x06\x07\x37\x6d\x3a\xa7\x56\xf3\xb5\x44\ \x99\x6c\xf6\x89\x2d\x4f\x1e\xea\xef\x97\x92\x53\x82\xb5\x52\x5a\ \x23\x8d\x10\xc1\x88\x0b\x25\xa5\x24\x94\x62\x8c\x35\xa0\x04\x3b\ \xd3\x1a\x12\x89\x5e\x0d\x3a\x96\x3c\x08\x83\x20\xae\x01\x92\x86\ \x45\x99\x61\x97\x6b\x5e\x2c\x95\xed\xb8\xcc\x60\x59\xcb\xe1\x51\ \x24\x31\x2d\x96\xc7\xa2\x72\xcd\x24\x2c\xe6\xa2\x3e\x5b\x67\x28\ \x54\x1e\x1d\x6f\x4a\xd9\xe2\xd8\xa0\x84\xc4\xbd\x26\x22\x07\x6a\ \xd6\x55\x51\x8c\xd0\x2b\xec\x9d\x10\xa8\xe0\xc8\x81\x01\xc2\x18\ \xc1\x08\x00\x6a\xc5\xb1\x8a\x42\xcc\x20\xc5\xe1\xc3\x93\x43\x1a\ \x00\x10\xc6\x94\x1a\x0c\x01\x80\x2a\x8e\xf5\x4f\x0e\xeb\xe3\xb7\ \x30\x83\x51\x93\xaa\xe9\xa3\x07\x27\x06\x35\x20\x44\x29\x3b\x3e\ \x6f\x15\x61\x14\x54\x26\xfb\x67\x90\xc1\x08\x26\x24\xf6\xa6\xfb\ \x2a\xc0\x08\xea\xdf\x57\x38\x7e\x42\x94\x19\x48\xd7\xaa\x0a\x31\ \x46\x00\x80\xa0\x78\xe4\xe8\x10\x26\x64\xba\x34\x8d\xa9\x41\x10\ \x00\x20\x0c\x7c\x7c\xa8\x0f\x11\x0a\x85\x02\xa2\x8c\x20\x44\xd9\ \x6c\x77\x42\x69\xfc\x68\x11\x11\x86\xf5\xc0\x60\x91\x31\x16\x4e\ \x1f\x2d\x6b\xcc\x28\x01\x00\xa2\xc3\x91\xc1\x01\xcc\x0c\x82\x09\ \x43\x7a\x66\xe4\xf0\xf4\x51\x0d\x00\x18\x13\xca\xe8\x5c\xdc\xf4\ \x2a\x8f\x9d\x10\x63\x86\x06\x40\x98\x84\xd3\x95\x5a\x88\x0d\x4a\ \x5e\x1a\x16\xae\x01\x69\x40\xa0\x94\x42\x7a\x76\x4c\x00\x42\x58\ \x83\x8e\xa5\xa2\x8c\x15\x8b\x45\x03\x01\xc8\xa8\xa7\xab\xd9\xb1\ \xed\x99\x99\x49\x95\xb6\x31\x68\xcb\x32\x2b\x95\x8a\x50\xd2\x17\ \xe1\xa4\x2a\x74\x77\x74\x6a\x29\xf2\x4d\xf5\x43\xc3\x43\x86\xe3\ \xba\x59\x54\x5f\x9f\xab\xfa\x80\x28\x66\x8c\x26\xa4\xed\x64\x1e\ \x2f\x21\x24\x8e\x63\x29\x25\xa5\xd4\xb1\x2c\xc7\x34\xb4\x52\x41\ \x10\x7a\x95\x4a\x18\xc5\x08\x60\x62\xa2\x34\x3a\x32\x1a\xc7\x71\ \xc7\xbc\xce\xb3\x37\x6e\x4c\xa5\x52\xb6\x93\x5a\xb1\x72\xf9\x81\ \xbe\xbe\xdb\xee\xb8\xcb\xf3\x23\x4c\x90\x56\x1a\x10\x68\x00\xc7\ \x71\x38\x8f\x85\x94\x51\x14\xd9\x4e\x4a\x29\xe0\x82\x23\x04\x42\ \x88\x30\x0c\x99\x45\xb1\xd6\x95\x4a\xa9\x5a\x2e\x67\x5c\xc7\x66\ \x86\x90\x5c\xc4\x92\x53\x40\x91\x0c\x23\xa5\xa4\x8e\x49\xe4\xd7\ \x82\xc9\xe9\x72\x10\xc4\xd9\x6c\xdd\x84\xe0\x53\xa5\x72\x53\xda\ \x56\x5c\x68\x2e\x08\xc6\x09\xf2\x2d\x8e\x29\x46\x25\x13\xcf\x67\ \x7b\x89\x29\x7d\x79\xeb\x74\x5a\xeb\x38\x8e\xa3\x28\x7a\x4e\xcf\ \x8a\xe0\xf1\x33\x35\xa2\xa2\xf0\xe9\xbf\xb4\x52\x3c\x8e\x4e\x98\ \xfa\xc7\x91\x7c\xe6\xd2\xcf\x59\x64\x76\xa9\xe8\xe9\xd7\xe2\x67\ \x17\x79\x05\x8f\x7f\x77\x1b\xa5\x04\x00\xa8\x38\x7a\xd6\x52\x8a\ \x03\x00\xc4\xbf\xbb\xbe\x4a\x8e\x2c\x8e\xa2\xd9\x3f\x9f\xa1\xe7\ \xf9\xdc\x45\x00\xd4\x73\x8e\x79\xce\xfe\xf4\x4c\x08\x9e\xa8\x86\ \x9c\x38\xd2\xa7\xa4\x32\x76\xf8\xce\x3b\x1e\xf3\x29\x25\x08\xf1\ \x6a\x21\xac\x5f\xd1\x94\x71\x94\x17\x4d\x1c\xee\x00\x00\x20\x00\ \x49\x44\x41\x54\xe2\x2f\xa5\x4e\x87\x10\x24\xcd\xb4\x5a\x23\x00\ \xc4\x39\xd7\x5a\x23\x84\x95\xd2\x18\xd3\x4c\x3a\x17\x79\xa5\x6a\ \xa5\x52\xa9\x54\x08\x98\x4d\x4d\x4d\x16\x43\x82\x47\xf9\x7c\xb3\ \x56\xa8\xea\x55\x23\xc5\x09\x66\xa5\x72\x39\xac\x79\xa6\x41\x19\ \x63\x96\x65\x69\xa5\x2c\xd3\xa0\x04\x2b\x84\x8e\x27\x5c\x9c\xf3\ \xaa\xe7\x25\x01\x08\x02\x84\x31\xf6\x83\x5a\x54\xab\x62\x8c\x6c\ \xc7\x05\x8d\x32\x86\x31\x36\x3e\xee\x7b\xbe\x6d\xdb\x75\x75\x39\ \x8c\x71\x36\x9b\x0a\xc3\x70\xa6\x14\x64\xb3\xee\xca\x95\x2b\x76\ \xec\xde\xd5\x77\xb8\x9f\x32\x13\x2b\x88\xb9\x94\x52\x2e\xee\x5d\ \x96\x4a\xb9\xc5\x52\xe9\xe0\x81\x03\x08\xa1\x24\x5b\x34\x4c\x8d\ \x11\x95\x4a\xa3\x98\x67\xd3\xee\xe2\xf9\xdd\xf3\x9a\x5a\x08\xa8\ \x08\x63\x29\x65\x2d\x88\xe2\x80\xc7\x91\xc6\x94\x55\x23\xdf\x31\ \x48\x9d\xe1\xd6\xe2\xa8\xe4\xd7\xaa\x40\xeb\xda\x5b\x81\x82\x93\ \xcb\xd8\xa9\x54\x1c\x87\x8c\x20\x8c\x70\x52\x07\x9c\x1d\x1e\xa3\ \xb5\xd6\x5a\x08\xc1\x79\xac\xa4\x7c\x79\xeb\x74\x18\xe3\x93\x4e\ \xda\x10\xf8\xfe\x5c\x3f\xdd\x9c\xfd\x89\x66\x6d\x52\xe6\x72\xb9\ \xe7\x43\x33\xa4\x90\x4e\x43\xd7\x85\x97\x36\x6b\x40\x40\x0c\x07\ \x0a\x77\xdc\xb1\x65\xaa\x1c\x64\x1b\x18\x68\xfd\xa2\x7d\xd3\x31\ \x9c\x26\x99\x8e\x02\x84\x10\x25\x05\x00\x44\x61\x5c\x0b\xa2\x86\ \x94\x9d\x6f\x69\x19\x1f\x39\x62\xda\x8e\x65\x9b\x15\xaf\x5a\xd3\ \x22\x97\x49\x8d\x8c\x0c\x9b\x96\x4d\x18\xa3\x96\x91\xcd\x64\x6a\ \xd5\x8a\x57\x2e\x37\xb7\xe4\x95\x54\xa5\x52\xc5\xd5\x76\x10\x31\ \x42\x31\x8f\xa3\x38\x52\x86\x61\x52\x4a\x19\xa1\x58\x03\x21\x54\ \xc6\x1c\x6b\x20\x84\x44\x11\xaf\xd4\x6a\x5a\xa9\xa6\x26\x66\x18\ \x16\xc6\xd4\x32\x6d\xd7\x49\x13\x82\x13\xc5\xde\x30\x0c\xfc\xa0\ \x26\x95\x0a\x82\x1a\x97\x90\x6f\x6c\x18\x18\x1c\xa2\x94\x61\xa5\ \x13\xc5\x94\xc6\xfa\x6c\x77\x57\x47\xb1\x5c\x1d\x3e\x7a\xb4\xea\ \xf9\xae\x9b\x62\x8c\x11\x46\x2d\xcb\xca\xe5\x72\xb9\xac\xd3\xd9\ \xde\x32\xbf\xbb\x9b\x61\x98\x1a\x1f\x27\xb6\x13\x45\xb1\x06\x82\ \x08\xe3\x42\x87\x52\x10\x83\x44\x5c\xd4\x80\x13\x93\x99\x06\x8e\ \x0b\x33\xd5\x7e\x6f\x5e\xf7\x3c\xca\xcd\x81\x03\x7d\x4b\x3a\x5b\ \x01\x51\x8d\x94\x4e\x82\x49\x84\x94\xd6\x71\x18\x6a\xad\x09\xc6\ \x9e\xe7\x0b\x21\x5e\xc6\x04\x44\x6b\xad\xb5\x7a\xed\x85\x17\x2e\ \xec\x59\x3c\xa7\x30\x37\x67\x7f\xb2\xa6\xb5\x0e\x7c\xff\xf7\x01\ \x11\x98\x00\x00\x42\xba\x56\x2a\xcd\x54\x3c\xa1\x93\x6a\xd2\x8b\ \xf1\x4d\xc9\xe6\x12\x40\x22\x4d\x30\x02\x50\x52\x0b\xcc\xb0\x8c\ \x04\xc3\x96\x10\x0a\x23\xe2\x64\x32\x20\x63\x44\x99\x17\x44\xb6\ \x89\x4d\xc2\x1a\xeb\x1b\x6b\xde\x8c\x04\x95\xcd\xa6\x4c\xcb\x41\ \xcc\x92\x91\xa0\x48\x29\x11\xa6\x1d\xc7\xb4\x9c\x40\xa2\x30\x56\ \x42\x4b\x66\x93\x5a\x24\x6d\x6a\x3b\x96\x25\x63\xae\x85\x64\x16\ \x21\x18\x83\xd2\x06\x33\x28\xa5\x3c\x88\x1a\xe6\x2d\xe0\x5c\x7a\ \xd5\x8a\x1f\x78\x94\x52\x21\x75\xcc\x23\xc3\x60\x9c\xc7\x42\x08\ \x25\x05\x63\x24\xac\x06\x99\x6c\x9d\x1f\xc4\x92\x0b\xd7\xb4\x14\ \x10\xc9\x25\x52\x98\x11\x82\x95\x1f\xf9\xc5\xba\x4c\xba\xb1\x21\ \x57\x2a\x57\x28\xa3\x94\x31\x84\x20\x9d\xb1\xcf\x3e\xfb\xd4\x94\ \x63\x96\x0b\x85\x6a\x65\x26\x9b\xcd\x9a\xae\xc3\x3d\x0f\x51\x9a\ \x71\xdd\x38\x8e\x31\x16\x54\xe1\x28\x12\x52\x4a\x0e\x9c\x60\xb2\ \x6c\xe1\xbc\xfa\xb4\x39\x34\x3c\x5c\x7a\xea\xb1\xa8\x67\x61\x81\ \xa2\xfe\xc0\xeb\xe9\x59\x68\x18\x06\xe7\x71\x92\x96\xaa\x44\xaa\ \x45\x6b\xad\xb5\x63\xd9\x8c\xd2\x97\x17\x6f\xd2\x1a\xa4\x10\x00\ \x88\x10\x3a\x77\x0d\xcc\xd9\x9f\xa6\xfd\x1e\xcd\x32\x42\x69\x65\ \xec\xd0\xad\xb7\x3e\xe4\x21\x4a\x10\xf0\x98\xe7\x97\x9c\xde\x55\ \x6f\xbf\x14\x7e\x53\x92\xd1\x69\x48\x02\x2e\x0d\x48\x21\x04\x8c\ \xb2\x84\xc5\x03\x00\x84\x90\x6a\xa5\x66\x18\x46\x10\x06\xb9\xba\ \x36\x11\x56\xa4\x92\xcd\xf9\x16\x2e\x42\x37\x95\xca\x66\xeb\xa6\ \x67\xaa\x65\xaf\x2a\xa3\x20\x9b\xc9\x84\x31\x47\xc4\x34\x4c\xa7\ \xe2\x47\xd3\x5e\x45\x63\x9b\x52\x96\x10\x9a\x08\xc6\x49\x9e\xa2\ \x95\xe2\x61\x14\x06\x01\xc6\xb8\xea\xf9\x00\x06\x65\x8c\x32\x83\ \x52\x7c\xac\x36\x1f\x23\x84\x19\x63\x42\x08\x66\x18\x18\x69\xdb\ \xb6\x8a\xc5\x22\x17\x5a\x08\x21\xa5\x36\x0c\x26\x29\xe2\x22\x99\ \xaa\x82\xca\xe5\x52\x5b\xa6\xae\xad\xad\xed\xc0\xc1\xc3\x5e\xad\ \xd6\xd8\xd8\x98\x49\xbb\x4a\x8b\x72\xb9\x94\x72\x9a\xeb\xea\xeb\ \x92\x84\xb4\xbe\xbe\x5e\x03\x78\x9e\x97\x10\x4d\x2d\xcb\x94\x52\ \x02\x60\x81\x65\xd2\x08\xd3\x58\x97\xcb\xa6\xdc\x9e\xae\x79\x07\ \x0f\xf6\x1d\x39\x72\x84\x48\x29\xe3\x05\x71\x1c\x2d\x5d\xba\x34\ \x81\xc0\x09\x21\x89\xf8\x2f\x1c\xeb\x37\x46\x18\xbf\x42\xbc\xf0\ \x39\x9b\xb3\x57\xa5\xdb\x92\xd2\xae\xeb\x78\xed\xa5\x97\x61\x0c\ \x42\x2a\xd3\x4e\xa5\x1c\x43\x4b\xf9\x52\xf8\x4d\xe8\x18\xbf\x49\ \xcf\xc2\xd5\xa0\x94\x12\x52\x32\x42\x18\x63\x41\x10\xcc\xcc\x94\ \x2a\xa5\x99\x9c\x6b\x85\x51\x4c\xa9\xe1\x64\xb2\x96\x81\xb2\x75\ \x39\xc1\x43\xdf\xaf\x31\xc3\x6a\x6c\xcc\x07\xa6\xc5\x18\xc9\xb8\ \x6e\xd5\xab\x99\x36\x8d\x42\x31\x31\x31\x13\x48\x9c\xa9\x4b\x73\ \xcd\xc3\x30\x3c\x0e\x39\x69\xad\x63\x21\x26\x27\x27\x3d\xcf\xcb\ \x66\xb3\x86\x69\x23\x04\x94\x32\x0a\x44\x83\x8a\xe3\x38\x91\x0f\ \x97\x52\x62\x9c\xd0\x09\xb4\x46\xda\xb2\xac\x4a\xd5\x4f\xa7\x53\ \x0d\x0d\x8d\x41\xb0\x1b\x61\x8a\x10\xc6\x18\xa7\xd3\xe9\x45\x8b\ \x16\x29\x29\xec\x54\x0a\x63\x4c\x29\x93\x42\x84\x61\x98\xcf\xd7\ \x23\x64\x28\x29\x05\xe7\xae\x65\x3a\x8e\x53\x2a\x95\xaa\xd5\x6a\ \x36\x9b\x05\x80\x64\x86\xb0\x61\x18\x61\x18\x5a\xb6\xf5\x34\x53\ \x09\x63\xcb\xb6\x95\x52\xeb\x37\x6c\x98\xd7\xd1\x71\xf0\xe0\xc1\ \xdd\xbb\x77\xd7\xd7\xd7\xb5\xb7\xb7\xe7\xf3\xf9\xe3\x15\xba\x04\ \x78\x9a\xd5\xae\x9b\x13\xa8\x9c\xb3\x39\x7b\x76\xba\xc7\x2c\x97\ \x95\xc6\x9e\xd8\xbe\xbf\x1a\x2a\x2b\xd7\xbc\x66\xdd\xda\xe6\x34\ \x05\xf9\xe2\x35\x52\x92\xd0\x29\xf1\x4a\x49\x40\xc1\x18\x8b\x50\ \x88\x09\x01\x00\xcf\xf3\x2c\x03\x13\xcc\x00\x50\x14\xf3\xe9\x62\ \xb1\x29\xe7\xf8\x9c\x97\x29\x4d\xb9\x26\xa1\xd4\xf3\x6a\x4a\x1b\ \x29\xdb\x89\xc2\x60\x6a\xba\xa4\x34\x94\xfd\xf2\xce\x7d\x87\x38\ \x18\x6d\xf3\x7b\x82\x30\xc2\x88\x30\x83\x62\x8c\x13\x94\x1a\x23\ \x04\x84\xa4\x52\x29\xad\xb5\x6d\x5b\x98\xb0\x62\xb1\x98\xc9\x2a\ \xc3\x60\x08\x83\x94\x12\x21\x7d\x6c\xb2\x13\x60\x42\xe2\x28\x54\ \x52\x50\x4a\x94\x52\x9c\xf3\x44\xd4\x2a\x0a\x23\x20\x74\x76\x2c\ \x1d\xc2\x0d\x4d\x79\x62\x38\x61\x14\x4a\xa5\x90\x86\x30\x0c\xcb\ \xe5\x4a\x26\x9b\xb2\x6c\x3b\x8c\xa2\xc8\xf7\xf3\xf9\x46\x8c\x71\ \xb5\x5a\xb5\x6d\x3b\x95\x4a\x25\x0c\x00\xc7\x71\x7c\xdf\xf7\xfc\ \xe0\xf8\x78\x3b\x00\x48\x26\xbe\xc4\x71\xdc\xdb\xdb\xbb\x74\xe9\ \xb2\xa3\x47\x87\xa2\x28\x88\xe3\x38\x11\xa2\x64\x8c\x25\xfc\xa6\ \x63\x13\xa8\xe6\x42\xa6\x39\x9b\xb3\x67\x19\x26\x34\x2e\xf4\xdf\ \x7e\xdb\xfd\x34\xdf\x5c\x2a\xce\xa4\xe3\xda\x1d\x77\x07\x17\xbf\ \xfe\xac\x1c\x43\xea\xa5\x60\xe1\x49\xef\x83\x06\xd0\x5a\x4a\xa9\ \x95\x9e\x9d\xbf\x42\xb0\x65\x5b\xb6\xed\x3a\x16\x0d\x6b\xa5\x30\ \x0a\x47\x86\x8f\xa6\xad\x2e\x83\xe8\x52\x69\x06\x41\xc6\xb2\x0d\ \x25\xa1\xe6\x55\x91\x92\x81\xef\x4b\x05\x83\x43\xa3\x3b\x76\xef\ \xc3\x66\x6a\xed\xc9\x67\xa4\x53\x39\xc0\x8c\x10\x24\x15\x97\x52\ \x22\x0d\x4a\x29\xad\x94\xc1\x98\x6d\xdb\x9c\x73\x82\x09\x22\xd8\ \x75\x2d\xc3\x30\x35\xc8\x28\x8c\x7c\xdf\x07\x50\x09\x2d\x13\x63\ \xb0\x2c\xf3\xf8\x6c\xa8\x6c\x36\xab\x81\xd4\xd7\x37\x98\xa6\x19\ \xc5\x02\x14\x08\xa9\xe3\x38\x0e\x82\xc0\x0e\x0d\x03\xa8\x4c\x44\ \x76\x41\x6b\xad\xa7\xa7\xa7\x39\x0f\x29\xa5\x29\xd7\xf5\xab\x95\ \x62\xb1\x40\x29\x03\x80\xa9\xa9\xa9\xa6\xa6\x26\xcb\xb2\x84\x10\ \x09\x0f\xc0\xb6\xad\x38\xe6\x89\x3e\xb7\xd6\x1a\x21\x20\x84\x24\ \xe9\xa4\x61\x18\x3d\x3d\x0b\x95\x92\xb3\xe5\x39\xa5\x94\x92\x96\ \x65\x73\xce\xa5\x94\xc9\xf6\x73\xbf\x45\x78\x86\x20\xf2\x9c\xfd\ \xb7\xb4\xa4\x81\xf4\x0f\xf5\x4d\x18\x26\x87\xfb\x79\xf3\xda\x37\ \x9f\xd7\x71\xc7\x5d\xfb\xce\x3c\x77\xf5\xe6\x5b\x6e\x1d\x29\xd6\ \xea\x5b\x5d\x25\x5f\x8c\x6f\xf2\x7d\xff\xd4\x0d\x1b\x7e\xfa\xbd\ \xef\x1d\x1f\x0a\x30\x7b\x10\x1a\x00\x92\xee\xdf\xd9\x19\xb9\x4a\ \x0a\x8c\x11\x46\xc0\x8e\x31\x7a\x92\xde\x60\x84\x10\x00\xc6\x18\ \xd9\x52\x81\xd6\x99\x25\xf1\xd2\x73\x85\x69\x39\xcc\x30\x00\x10\ \x1c\x17\x34\x79\xc6\x79\x26\x73\x50\x1a\x94\x9a\x3d\x67\x0d\x08\ \xe3\x63\xc2\x70\x2a\x39\x86\x63\xbd\xc7\xf8\xd8\xf6\x52\x6b\x50\ \x4a\x77\x2c\xec\x5d\x73\xf2\x29\x5a\xa9\x84\x66\x49\x08\x72\x6c\ \x1b\x21\x40\x08\x2f\xe8\x5d\xf9\x91\x38\xd6\x1a\x66\x2b\x02\x08\ \x39\x8e\x43\x09\x51\x4a\x2a\x99\xec\x0b\x94\x52\x84\x50\x8c\xb1\ \x54\x52\x4a\x89\x11\x46\x18\x29\xa5\x01\xf4\x2c\x4b\x00\x63\xad\ \x67\x0f\xec\xf8\x06\xcf\x54\xc8\x4d\x3e\x9f\xe4\x08\xa5\x94\x86\ \x61\xfc\x0f\x2f\xa8\xd5\xbc\x6a\xa1\x30\xad\xa4\x9a\xbb\x86\xff\ \xdb\xde\x7b\x40\xa7\xdc\x54\x43\xbe\xe9\x0f\xe4\xb5\x20\x84\x30\ \xd2\x42\x2a\x11\x4c\x6f\x7f\x72\xeb\x58\x68\x2d\x75\xcd\x17\xad\ \xc9\xab\xb5\xb6\x2d\x2b\xe5\xba\x4f\xf7\xac\x26\x4b\xcc\xfe\xa9\ \x41\x43\x02\x93\xcf\xba\x2c\x3d\x8b\x01\xeb\xa7\xf1\xaa\x64\x19\ \x20\x08\x01\x80\x99\x9a\x15\x0c\x98\x55\x2e\x79\x1e\x90\x8b\x10\ \xa0\x80\x9e\xbb\xcc\xb1\x53\x7b\xc6\x0b\xb3\xfb\x22\x98\x1c\x3f\ \xed\x54\x3a\xfd\xcc\x0d\xd5\xb1\x2e\x42\xc7\x71\x10\x9e\xed\xb3\ \x4b\x5e\x39\x51\x35\x21\xe9\x13\x7e\xd1\x94\xa4\x59\xb9\x83\xe7\ \xe6\x70\xe8\x39\xb3\x15\xfe\xa7\x59\x18\x04\x13\xe3\x63\x2d\xad\ \xed\x8e\xeb\xce\x5d\xc3\xff\x5d\x4d\x4a\x39\x3a\x32\x3c\x3d\x35\ \xd9\xd4\xdc\xf2\x07\x6c\xac\xea\x3b\x56\xac\xcf\x68\x84\xcc\x9c\ \xe5\xf7\x1d\x25\xeb\x37\x6e\x6c\xcf\x30\x25\x5f\x7c\x9d\x4e\x69\ \xfd\x47\x8d\xcc\xd6\xcf\xf2\x69\x1a\x00\x40\xfe\x61\xef\xd3\x27\ \x5a\xe6\xf8\xd3\x13\xff\x37\x49\x3f\x4f\xb8\xa0\x00\x80\x3f\x38\ \x84\xd1\x7f\xcc\xa9\xfe\x91\xcb\xfc\x37\xb2\xe9\xe9\xa9\x6c\x5d\ \x9d\xe3\xba\x49\xd0\xfb\xcc\xe8\x7b\x2e\xcb\x7b\xee\xdd\xf6\x55\ \x98\xca\x25\xdf\x26\x21\xa4\xad\xbd\xfd\x48\xff\xe1\xc6\x3f\x20\ \x74\xd2\x4a\x99\xd9\xa6\xc5\xf5\x48\x70\x7e\xca\x05\x6f\x3b\x8d\ \x31\x83\x20\x21\x4e\x2c\x65\x3a\x47\x93\x99\xb3\x57\xca\x84\xe0\ \x06\xcb\x1d\x0f\x55\x8f\x7b\xa8\xe7\xe5\xbf\x20\x84\x11\x9c\x58\ \x2f\xe3\xf9\x11\x0c\x42\x90\xd6\x52\xbd\x72\x59\x23\xc2\x18\x21\ \xad\x5e\x21\x29\x60\x84\x11\xbc\x48\xed\x66\x84\x09\xd6\xcf\x23\ \x4d\x8c\x30\x06\xfd\xc2\xeb\x61\x9c\xa4\x2f\x7f\x94\x57\x3a\x1e\ \x37\x11\x42\xd5\x1f\x8c\x2a\x6a\x25\xb9\x02\x00\x44\x0d\x06\x5a\ \x73\xf1\xbc\xdf\xdc\x5c\xeb\xc3\x9c\x3d\xeb\x97\x23\xb8\x78\xd9\ \x64\xce\x8f\x41\x84\x70\x0c\x1f\x4c\xe6\x2a\x13\x82\x51\x92\xed\ \x3e\xfb\xa1\xa5\x88\x22\xfe\xbb\xaf\x1f\x7f\x24\x62\x0f\xcf\x34\ \xac\x2a\x07\xf6\xec\x9d\xac\x0a\x82\xf4\xef\x79\xe3\x4b\x7f\x20\ \x02\xd5\xc3\x37\xdd\x70\xc3\x80\xa7\x93\x5d\x20\x80\x67\x1d\xc0\ \xac\x5c\xd8\x4b\x5c\x1c\x55\x0e\x5c\xfb\xa3\x9f\x0e\x78\x9a\xc0\ \x1f\xf4\x16\x84\x09\xf2\x8e\xde\x7c\xdd\x2f\xfa\x4b\x31\x39\xd1\ \xae\x65\x14\x09\xa1\x7e\xef\x22\x88\xa8\xd2\x6d\x37\x5e\xff\xe4\ \x70\x48\xf0\x8b\x3e\xf8\x67\x8e\x7a\x4c\xf2\x94\x24\x27\x7a\x09\ \x33\x62\xf5\xb1\xd1\x47\xcf\x67\x73\x71\xd3\xab\xde\xa2\x91\xdd\ \xd7\xfc\xec\x57\x23\x21\xa6\xcc\x59\x72\xf2\x79\x6f\x38\x67\xb5\ \xf5\x52\x39\x55\x72\x6c\xfb\xf7\xaf\xd9\xf6\xa6\x8f\x7d\xb0\xed\ \xe5\x00\x88\x12\x4a\x1c\x00\x20\x42\x8a\xbb\x1f\xb8\xfe\xae\xc7\ \x6b\x8a\x18\x4e\x6e\xc9\xba\x33\xcf\x39\x69\x89\x01\x42\x21\x9a\ \xe8\x9d\x68\xa5\x10\xc6\xfb\x6e\xbf\xe6\xc9\x68\xf9\x7b\x2e\x59\ \x0b\x4a\x0a\xa5\x09\x4d\xc6\x3d\x69\x99\x48\x9b\x52\x16\x8f\xee\ \xf8\xc5\xaf\xef\x9c\x0c\x08\xc5\x48\x2b\x29\xad\xfc\xa6\x4d\x6b\ \xb7\xdc\x7a\x7b\xef\x9b\x3f\xd6\x9c\x31\x7f\x47\x3a\x45\x2b\x29\ \x95\xd4\x88\x50\x42\x92\x5b\xbd\x94\x4f\xdf\xa5\x31\xa1\x09\x0a\ \x0a\x4a\x08\x05\x70\x6c\x77\xc9\x0e\x15\x00\xc2\x94\x62\x04\xc0\ \xc7\x1f\x7b\x7c\x4b\xfb\xb9\x97\x2e\xd4\x1a\x30\x55\xe5\x91\xdf\ \xde\x78\xc3\xbe\x92\x62\xd4\x68\x99\xbf\xe2\xdc\x4d\x1b\x5b\xd3\ \x48\x70\x85\x08\x4d\xa4\x20\xb4\x94\x52\x6b\x42\x29\x48\x21\x15\ \x10\x76\xec\x09\x25\x5a\x2b\x84\xc8\x31\xb4\x56\x29\x00\x1d\x8c\ \xef\xda\xb5\x67\xd9\x1b\x93\x90\x87\xce\x22\xa2\x52\x4a\xa5\x10\ \x26\xe4\xd8\xa7\x23\x84\x7c\xfa\x78\xe2\x99\xad\x8f\x3e\x96\xdf\ \x78\x51\x4f\xc3\xf1\xff\x4b\x29\x15\x42\x98\xf0\xe2\xcd\x3f\xfe\ \x65\xcb\xf9\xef\x3e\xb5\x27\xad\x84\xd0\x08\x25\xb4\xbb\x63\x67\ \x04\x98\x50\x8c\x11\x40\xb8\x75\xf3\x13\xbd\x8b\x2f\x3c\xb9\x13\ \x91\x59\x0d\x00\x2d\x85\xc4\xb3\xc7\xac\x11\x61\x04\x2b\xc1\xe5\ \x09\x91\x8b\xa4\x1b\xdf\x60\x2c\x71\x2e\xb3\x61\x94\x52\x2f\x7b\ \x6a\x3a\xe7\x9b\x5e\xf5\xe6\x0d\xee\xb8\xf7\xa1\xa1\xb7\x7e\xe6\ \x23\x8d\xe1\x91\xdf\xfc\xf8\xab\x07\x8b\x9f\xfd\xdc\xa5\xbd\x07\ \x76\x3c\x35\x38\xe5\x35\xce\x5f\xb3\x6e\x51\x53\x61\x70\xef\x8e\ \xfd\xc3\xd9\xae\xa5\xab\x7b\x3b\x28\x40\x69\x74\xff\xf6\x3d\x43\ \x90\x6a\x5d\xbf\x7e\x45\xda\x40\xe3\x7d\x3b\x76\xf7\x4f\xe6\x7b\ \x56\xae\x5e\xd8\xa2\xbc\xe2\xae\xc7\xee\x31\x16\xb6\x2f\xee\x58\ \xb0\x76\x51\x76\xf0\xc8\x54\xe7\xb2\xe5\x19\xe3\x25\x87\x4d\xc9\ \x8d\x11\x21\x80\xf1\x5d\x8f\x3f\x75\x30\x7e\xef\x07\x5f\x1b\x8d\ \x1f\x7e\xe8\x67\xff\xb4\x65\xff\xdb\x3e\xf3\xbe\x0b\xe2\xb1\x83\ \x3b\xf7\x0d\x49\x23\xb7\x78\xe5\x8a\xb6\xac\xe5\x8d\x1c\xdc\x7c\ \x60\xaa\xad\xbe\xd6\xd4\xda\xbb\xb2\xa7\x71\xe2\xd0\x8e\x3d\x47\ \xa6\xeb\xba\x96\xad\x58\xd0\x82\xb4\xd0\x4a\x21\x37\xbf\x72\xc3\ \x46\x7f\x7a\xcf\xd5\xd7\xdf\xbf\xfe\xd2\x0f\x6d\x68\x49\xb5\xe4\ \xdb\x36\x5e\xf0\x9a\x5c\xde\x8c\xca\x63\xfb\xf6\xf7\x17\xbd\x38\ \xd7\x36\xbf\xd9\x0c\xfa\x07\x47\x8d\xc6\xf9\x2b\x7b\xbb\x2d\x0a\ \x10\x95\x76\xed\xdc\x35\x19\x99\xbd\x2b\x56\xb5\xe5\x98\x90\x49\ \xe9\x37\x38\xbc\x7b\xcf\xe0\xb8\x97\x69\xe9\x5e\xb1\x6c\x81\x21\ \x83\x91\x83\x7b\x06\x46\x8b\x02\xdb\x0b\x96\xad\xec\xac\xb7\x34\ \xc2\xde\xc4\xa1\x9d\x07\x27\x71\x78\x98\x23\x46\x12\xe1\x42\x8c\ \x78\x79\xf8\xc1\x7b\x76\xac\x78\xd7\xff\xea\xcd\x86\xbb\x36\xdf\ \xfe\xa5\xcd\x4f\x7c\xe2\x2f\x3f\xb5\xbc\xd1\x8c\xbd\x89\x1d\x3b\ \xf6\x55\x74\x66\xd9\xda\x55\x4d\xac\xba\x6f\xd7\x50\x5d\x77\x6f\ \xb3\xad\x8e\x1e\x38\x48\x1a\xba\xdb\x1b\xd9\xd1\x03\xfb\xe2\x54\ \x6b\x56\x4d\xf7\x0d\x0c\xfb\x92\xb6\x2f\x5a\xb6\x68\x5e\x03\x20\ \x4c\x18\x05\x00\x20\xc4\x9f\x1e\xd8\xb5\x7b\x40\xa5\x5a\x57\xad\ \x5e\x92\xa6\xc4\xaf\x4c\xed\xdd\xb9\xb7\x2c\x68\xfb\xa2\x15\x8b\ \x5a\xb3\x18\xe3\xda\x64\xff\xae\x43\xa3\xda\x1b\x0e\x81\x51\x4a\ \x21\x28\xec\xd8\xbe\x6b\x32\x24\xdd\x8b\x57\x2e\x68\x49\x69\x40\ \xa0\xe3\xe1\xbd\x4f\xec\xa3\xad\xd1\x64\xe7\x92\x65\x2b\x5a\xd2\ \xfc\xe0\x53\xdb\x8f\x56\x60\xc1\xb2\x35\xf3\x9b\x6c\xa9\x50\x54\ \x19\xdb\xb5\xeb\xb0\xc4\x55\x4f\x61\xc6\x08\x70\x6f\xdf\xb6\xed\ \x23\x55\xd9\xd0\xb5\x74\x75\x67\xea\xd0\xee\x3e\xbb\x7d\x49\x7b\ \xce\xaa\x4c\x0d\x1c\x99\x41\x8b\x17\x74\x32\x78\x6e\xe6\xc8\x18\ \x1b\x1b\x1b\xbb\xee\xba\xeb\xce\x3a\xeb\xac\x93\x4e\x3a\x49\x71\ \xfe\x74\x65\x49\x3f\x5f\x6a\x2f\x5e\x5a\x6b\x3a\x59\xbd\x6a\xe5\ \xec\x33\x42\x4e\x3d\xf5\x34\xc6\xd8\x1c\x4e\xf9\x0a\x19\x21\xc4\ \xf3\xbc\xdb\x6e\xbd\xc5\x75\x53\xa9\x54\xea\x99\xa9\x8f\x65\x99\ \x6b\xd7\xac\x71\xdd\x14\x1c\x23\x8c\x24\x49\x90\x94\xd2\xab\x56\ \xf2\xf9\xe6\xe3\xbc\x73\xdf\xaf\x35\x34\x36\x3d\x73\xd9\x60\x78\ \xcf\xe6\x43\xe6\x07\x3f\xfa\xd6\x25\x8b\x96\x9b\x95\xed\xb7\xee\ \x32\xd7\x58\xfb\xbf\xf8\xb5\x9f\xd5\x40\xe1\x86\x85\xf9\xca\x96\ \xaf\x7f\xef\xd7\x3e\xf0\xcd\xbf\xfd\x75\x21\xbb\xa2\xd7\x19\xf8\ \xf2\x17\xbe\x39\xae\x68\xb9\x18\x2d\x5a\xb3\xbc\xf8\xc4\x2f\xfe\ \xf5\xa7\xf7\x49\xa8\xdd\xfb\xeb\xdf\xf2\xae\x53\x97\x66\xcb\x77\ \xdf\xf9\x50\xe8\xa4\x91\xd5\xd4\x2a\xf7\x7f\xe5\xab\xd7\x2e\x7c\ \xcd\xeb\xdb\xec\x97\x18\x86\x15\x0a\xd3\x8e\xeb\x5a\x96\x85\x10\ \x9a\xdc\xfb\xf8\x61\xd9\xf3\xde\x77\x9c\xdf\xb3\x64\xc5\xa9\xbd\ \xd9\x1b\x7f\x72\x93\xdb\xbb\x31\x1f\x1f\x7c\x6c\xc7\x91\xa1\xdd\ \x0f\xdf\xf5\xd4\xcc\x86\x33\x57\x7a\x7b\x1f\x7d\xbc\xbf\x64\x9a\ \xd4\x6d\xec\xa6\x47\xef\xfa\xfe\xf5\x0f\x4b\x1c\x3c\x7a\xc7\xed\ \x5e\x43\xef\xf2\x8e\x3a\x8c\x11\xb5\xd2\xad\xed\xf3\x3a\x1b\xe4\ \x96\xed\x83\xa7\xbd\xe5\x83\x67\xf4\xb6\x67\xf4\xd0\xbf\xfe\xcb\ \x7f\x5a\x6b\x5e\x63\xee\xfe\xe1\x57\xaf\xd9\x4c\x91\x7f\xdf\x2d\ \xff\xf5\xf0\xee\x51\x19\x4e\xde\xf7\x9b\x5b\x2a\x75\xcb\x56\xcf\ \xa7\xbf\xf9\xe1\x77\xee\xeb\x2b\x47\xe3\xbb\xee\x7c\xbc\x7f\xe1\ \xea\x75\x8d\xa6\x96\x1a\x51\x55\xdd\xb5\x75\xeb\xc0\xc8\xe8\xe6\ \x3b\x6f\x1f\x33\x16\xad\x6d\xf5\xbe\xf3\xa5\xab\x76\x96\x71\xe5\ \xf0\x23\xb7\x3e\x7c\x68\xc9\xe9\xa7\x3b\x13\x4f\x5c\x75\xd5\xf7\ \xfb\x8a\x51\x61\x70\xff\x40\x11\x4e\x3b\xff\xfc\x56\x53\x49\x4c\ \x64\x69\xf8\xd1\x27\x47\xce\x7b\xd7\x7b\x37\x2c\x5b\xb4\xfe\x8c\ \x93\x26\x1f\xfc\xe5\x83\x13\xad\xe7\xad\xa4\x3f\xfe\xe7\x6f\xdc\ \x7f\x70\x7a\xe6\xc8\xd6\xbb\x9f\x18\x5f\xbd\xae\xf5\xfa\x7f\xbb\ \x6a\xa8\xe1\xf4\xf5\xad\xfe\x37\x3f\xf3\xd9\xc1\xa6\x93\x4f\x5e\ \x88\xff\xf3\xaa\x7f\x2e\xb6\x2e\xe9\xfb\xaf\xef\xdd\xba\xbf\xac\ \xa7\xf6\xdd\xfc\xdb\xc7\x9a\x56\x9e\xd1\x69\x8e\xdd\xf3\x68\xdf\ \x8a\xb3\x2e\xa8\x2b\x6e\xfd\xc6\x55\xff\x71\xa0\x18\x0c\x3c\x79\ \xdf\x96\x21\xbd\x7e\xc3\x62\x39\x33\xbc\x65\xcb\xce\x89\x91\x7d\ \xb7\xdd\xf6\x78\xcb\x9a\xd3\xf2\xfe\x8e\x7f\xf9\xe7\x6f\xef\x9e\ \x08\x67\x46\xfb\x0e\x8e\xc0\xa6\xd7\x6d\x78\xec\x67\xdf\xbe\x79\ \x57\x11\x73\x4f\xbb\x9d\x3d\xed\x69\xa5\x00\xcb\x60\xe7\x83\xf7\ \x0e\x0b\x0b\x23\xa3\xab\xab\x69\xdb\xaf\xbe\x75\xcd\x03\x7d\x41\ \xe1\xf0\xed\xf7\x3e\x99\x5f\x76\xca\x3c\x3c\xf4\xfd\xaf\x5d\xf5\ \xe8\x40\xa5\x36\x35\xb0\xfb\x68\x71\xd5\x59\xaf\x5b\xe2\x54\xb7\ \x3d\xf6\xc4\xe0\xc4\xc8\x3d\xb7\xdd\x4d\xbb\x17\xec\xb8\xfe\xdb\ \x4f\x88\x25\x67\x2e\x69\xda\xfa\xab\x7f\xb9\x6e\x07\x6c\x3a\x63\ \x19\x51\xf2\x99\xce\x00\x63\x5c\x28\x14\x7e\xfc\xe3\x1f\x0f\x0f\ \x0f\xf7\xf5\xf5\x35\x35\x35\x35\xb7\xb4\x24\x1c\x9a\x89\x89\xf1\ \xfc\x31\x2c\x5c\x6b\x7d\x7c\xe4\x5c\x42\x63\xae\xaf\xaf\xaf\x7b\ \xf1\x36\x17\x37\xbd\xfa\xeb\x3c\x98\x44\xa5\x83\xb7\xdd\x76\xa7\ \x59\xd8\x77\xdb\x9d\x87\xcf\xfd\xf8\x9f\x43\xe5\xb6\xd4\xa2\xd7\ \xfe\xcd\xe7\xdf\xc9\xa0\xfa\xa3\x2f\xfc\xed\x98\xbb\xf1\x0d\xeb\ \xd6\x58\xe3\x8f\xff\xea\xf6\xbb\x4e\x6b\x59\x3c\x5c\xe4\x97\x9e\ \x75\xe9\x9b\xd6\xb7\x63\x3d\xf6\xcf\xd7\x5f\x5f\x6b\xbd\x64\xdd\ \xba\xf9\x61\xdf\x43\xbf\xb8\xe3\xc1\x73\xde\xd6\x4c\xb3\xbd\xef\ \xf9\xf0\x15\x8b\x32\xa0\xe5\xea\x6f\x5d\x7d\xbe\xe9\xbc\x74\x44\ \x52\x4b\x35\x2b\xe5\x87\x90\x06\xad\x15\x8f\x34\xc8\x38\xb2\xda\ \x97\x2e\x77\xc5\xe0\x91\xb1\xf3\xce\x5d\xb1\xae\x62\x17\xea\xf9\ \x81\x9b\xb7\x0c\xce\x5c\x26\x25\x9a\xb7\xe2\xfc\xcb\x3f\xb8\x09\ \xf4\xc4\xb7\x3e\x77\x47\xa5\xf1\xac\x95\x2b\x3a\xa2\xfe\x6d\x77\ \xdc\xb3\x65\x75\x6e\x66\xcf\xce\x3e\x95\x6e\x3f\xf5\xd4\x53\xf2\ \x52\x48\xad\x38\x8f\x40\x9a\x52\x01\x33\x4c\x8a\x54\xcd\xab\xb5\ \xad\xde\xf4\xc9\x8f\x5d\xfc\xe8\x0f\xbe\xf4\xab\xe2\xba\x8f\x5f\ \xf1\xba\x27\x6f\xf8\x87\x6b\x77\xef\x3e\x2b\x9f\xbe\xe3\xa1\xa1\ \x53\xde\xf6\xf6\x1e\x73\x72\xc7\x0f\x6e\x79\x74\xd7\xeb\x16\x9c\ \xd9\xa6\x85\x50\x24\xbd\x74\xe5\x6a\xb3\xa1\x40\xa6\xf6\xef\x7b\ \x6a\x9b\xb7\x7e\x79\x48\x5b\x2e\x79\xcf\x27\x4e\xef\x18\xf9\xca\ \x67\xbe\xf6\xd8\xfe\xc9\x45\xdb\x7e\x13\x74\x9c\xf7\xa5\xcf\x5c\ \xca\x46\xee\xfb\xfc\xbf\xde\xc9\x85\x38\x3e\x7e\x15\x94\x8a\xe3\ \x48\x4b\x0d\x24\xb7\x7a\xf1\x82\xbd\x03\x47\xf6\x3e\xb8\x73\x7b\ \xa9\xe9\xb3\x5f\xf9\x8b\x76\x18\xf9\xc6\xdf\xfe\xe3\x8d\xdb\xce\ \x38\x63\x79\xf7\xdd\xbb\xfb\xbc\x85\x68\xac\x12\xfa\xe3\x63\xde\ \xd0\xd4\x8c\x6e\x7a\x63\x6f\xee\xd6\x5b\xf0\x69\x97\x7d\xf8\x3d\ \x6b\xc9\xb5\x5f\xf9\xeb\xfb\xb7\xf7\x9d\x72\x3a\x01\x8d\x08\x16\ \x4f\xde\x7c\x63\xa9\xed\xec\x2f\xfe\xc5\xa5\xc6\xd4\x96\xcf\x7d\ \xf1\x9a\x7b\xf7\x9d\x79\xf1\xe2\xb6\x35\xeb\xd6\x4c\x17\x87\xfb\ \xf7\xfd\x7a\xd7\xc8\x78\xbc\xf7\x8e\xa9\xdc\x39\x5f\xf9\xfc\x5b\ \xd9\xe8\xe3\x5f\xfa\xda\x7f\xc5\x51\x6d\x7c\x7c\xc4\x9a\x77\xe9\ \xa5\xef\x38\xaf\xd1\x25\x71\xcc\x11\x26\x5a\xc6\x11\xd4\x9d\x75\ \xd1\x7b\x2e\x5e\x53\x5f\xee\xbb\xfd\xfa\xc7\xbc\xf7\xfd\xed\x17\ \x4f\x6d\x43\xb7\x7c\xfd\x73\xb7\xdc\xf6\xb0\xdb\xb3\x7f\x0f\x2c\ \xfe\xc2\x17\xae\x68\x51\x03\xa5\xbf\xf9\x0e\x8f\x22\x70\x73\x4b\ \xd7\xad\xcb\x14\x8a\x33\x87\xf6\x3c\xba\x37\x7c\xeb\x49\x2b\xfe\ \x73\xdb\xf6\xe8\xe2\xae\x81\xfe\x60\xe5\x99\xab\x1d\x90\xd1\xb3\ \x51\x24\x29\x95\xe3\xd8\x1f\xf8\xc0\xfb\x19\x33\xa4\x14\x8c\x31\ \xce\x39\x4a\xbe\xdc\x13\xb5\xc4\x25\x55\xbc\x7c\x3e\x3f\x97\xd3\ \xfd\x4f\xf5\x4d\x08\xab\xb0\x7c\x64\x60\xa0\x35\xd7\xfc\x9e\xff\ \xfd\xd5\xb3\x57\x77\x1d\xfa\xad\xc0\x18\x34\x00\x70\x6f\xa6\x54\ \x35\x1b\xc5\xe0\xe1\xc3\x56\xcf\x6b\x3e\xd0\xbb\xae\xbd\x67\xf9\ \x97\x3e\x53\xf8\xe9\x0d\x5f\x7b\xe8\xb7\xab\xae\x78\xdf\xc9\x35\ \x3f\x32\x71\xd8\x7f\xe8\x48\x7e\xdd\xa5\xef\xdf\xb0\x1e\x47\x87\ \x8e\x97\xc9\x10\xa1\x8e\xfb\x47\xfd\x3c\xb4\x4e\xe4\x45\x25\x60\ \xa4\x66\x01\x76\x4d\xa9\x01\xfe\xcc\x58\x88\x97\xd1\xea\xcf\xbf\ \xf5\xd3\x7d\xa2\x7d\x49\xae\xac\x90\x92\x52\x28\xa9\x40\x49\x09\ \x40\x6a\xc5\x42\x18\x33\x08\x07\xfa\x8e\xe4\x96\x9d\x73\x59\x4f\ \xaf\x5f\x38\x7a\xf4\xc8\xa0\x6a\x30\x57\x73\x39\x2b\xf9\x20\x13\ \x86\xac\xd4\xb3\x08\x0f\x02\x29\x7c\x80\x6c\x3a\x65\x4c\xf9\x02\ \xc0\x4c\x65\xd1\x78\x54\x28\xca\x40\x1b\x51\x69\x7c\x00\xf8\x99\ \x6f\x7e\xdb\xea\x36\x23\x8a\x39\x26\x64\x64\xe7\x9d\xdf\xbd\xe6\ \xc1\xd6\xe5\x2b\x44\x2d\xc6\x59\x21\xa4\x46\x18\xf1\xc8\x07\xe4\ \x36\x66\xdc\xd8\xab\x14\xa6\xa3\x7c\x47\x87\x05\x10\x23\x4c\x10\ \x4a\x76\x25\x41\x4a\x29\x75\x02\x5e\x61\x82\x81\x8f\x17\x4a\x90\ \x5e\x55\x1d\x1b\x74\x1b\x7b\xf2\x14\x00\x1a\x3b\xf3\xd9\x5d\x43\ \x95\x25\xeb\x17\xfd\xfa\xa6\x1d\x0f\x6d\x76\x7a\xce\xfd\xff\xec\ \x7d\x77\x9c\x5b\xc5\xd5\xf6\x99\xb9\x73\x9b\xfa\xf6\xde\xbc\xc5\ \x5b\xdc\x8d\x7b\xc5\x36\x60\xc0\xf4\xde\x09\x2d\xd4\x50\x52\x48\ \x08\x21\x09\x09\x09\x09\x84\x0e\x21\xe4\x03\xd3\x3b\x18\x37\x30\ \xc6\x05\x63\xdc\x70\x6f\xeb\xb2\xbd\xaf\xa4\x95\xb4\xea\xba\x65\ \x66\xbe\x3f\xb4\x36\x36\x2d\x86\x40\x5e\xc0\x7a\x7e\x2e\x5a\xed\ \x95\x74\x35\x77\xee\x33\xe7\x9c\x39\xe7\x3c\xc7\x51\x5f\xfd\xaa\ \xf5\x9c\xe7\xd6\x15\xda\x45\x06\x40\x0d\x0d\xc0\xee\x4a\x4f\x6f\ \x8a\xc7\x0d\x4a\x39\x70\xc4\x35\x6f\x6f\x3c\xb7\xa6\x54\x05\x80\ \xf4\xa2\x1c\x95\x04\xfa\x02\x1b\x77\xbc\xf9\xda\x76\x7d\x58\x6d\ \x66\x82\x61\xce\xe2\x9e\x40\xcc\x99\x57\xa4\x00\x18\x1c\x63\x30\ \x62\x90\x71\xde\x95\x37\x2d\x78\x67\xc1\xbd\x7f\x5e\x33\x76\xf6\ \x85\xa7\x4d\x1c\xc4\x29\xa5\x94\x32\xc6\x99\xa9\x03\x40\xc8\xd7\ \x63\xa6\x65\xe5\x65\x48\x00\x50\x56\x96\xb1\xaa\xb1\xa7\xb7\xb7\ \xdf\x95\x35\xd8\x45\x00\x34\x10\x10\xc2\x18\x5a\x3f\x7a\xf5\xb1\ \xc5\x4d\xd5\x43\xab\xa2\x1a\xe5\x71\x73\xd0\xe4\xd1\xd2\xca\xf7\ \x3e\xd9\x55\xd1\xae\x5b\xa7\x0d\xce\x67\xba\xf6\xf9\xcd\xc0\x64\ \x99\xea\xc1\xad\xba\x64\x5d\x04\x67\x84\xf1\x2f\x4d\xd0\xf9\xc6\ \xe9\xc7\x29\x6e\xfa\xc1\x83\x99\xba\x98\x39\xfc\xaa\xeb\x7f\x9a\ \x2d\x1c\x0c\x42\x33\x96\xdc\x38\x11\x33\x4a\x8a\xf3\x1b\x58\xde\ \xa9\x17\x9e\x2d\x1b\x09\xca\x15\xc1\x4c\xe4\x8c\x3c\xfd\xae\xe1\ \xc3\xee\xba\xe9\xd6\xd7\xf7\x0e\x2b\x2f\xce\xdd\x66\x2f\x3b\xfb\ \xe2\xe3\x20\x91\x40\x8a\x22\x76\xb7\x9a\x7a\x77\x73\xaf\xaf\x88\ \x58\x98\xe6\xdf\xd3\xe0\x29\x1f\x31\xc2\x25\x7d\x43\x9f\x8e\x71\ \xce\x38\x67\x94\x01\x66\x8c\x32\x53\x8b\x87\xc3\xa1\x90\xbf\xfb\ \xe3\x77\x9e\xee\xcd\x1a\x7c\x51\xb1\xfe\xe4\xcb\xbe\x99\xbf\xf8\ \xd5\xa9\x59\x7b\x1a\xea\x5f\x4e\x24\x4c\x9b\x8a\x7c\x6d\xad\x5d\ \xbe\x80\x13\x2c\xc5\x19\xce\xfd\x96\xfc\x13\x4e\x9b\x8c\xe2\x71\ \x2e\x4a\xb2\x54\x5a\x39\x7c\x1a\x70\x6a\x32\x53\x8b\x18\x8c\x31\ \x46\x4d\x6a\x0a\xd4\xa4\x8c\x32\x46\x0d\x4a\x29\x65\x26\x05\xa0\ \x66\xb2\x45\x06\xa5\x26\x35\x75\x9e\x9e\x95\x9d\xae\xb2\xdc\xba\ \x89\x33\x2b\x9d\x89\x84\x2e\x2a\xaa\x91\xd0\x65\x8b\xd0\xb1\x77\ \x7b\xb7\x34\xe8\x96\x4b\x2e\xf1\x7f\xe0\x9e\xbb\x43\x37\x4d\xca\ \x4c\x46\x4d\x13\x0c\x9d\x52\x8a\xa9\x50\x52\x9d\xfd\xce\xaa\x15\ \x3b\xa6\x57\x16\x84\x22\x71\xcd\x60\xa6\x49\x4d\x4e\xb9\x40\x29\ \x63\x86\x1e\x8b\x84\x43\xbe\x50\xd3\xe6\xa5\x0b\x77\x78\x66\xde\ \x38\xb2\xd4\xf0\x87\xd6\x6c\xfc\xa4\x79\x6a\x1d\xec\xdb\xd4\xec\ \xab\x1e\x97\x9e\x56\x32\x3a\x3f\xf1\xf7\x17\x16\x66\x5f\x77\xc7\ \x15\xde\xb7\x1f\x7f\xf1\xbd\xc8\x49\x97\xdc\xa6\x82\x41\x29\x63\ \xd4\x04\x66\x98\x94\x32\x46\x19\xe5\x7a\x22\xe2\xeb\x37\x4b\x6b\ \x72\x96\x6e\x59\xbd\xff\xd8\x41\x72\xf3\xaa\xa6\x18\x99\x50\x88\ \xb7\xce\xdb\x9b\x35\xfe\x86\x4b\xcf\x2d\x32\xda\xea\x63\x51\x34\ \x76\x50\xce\xa2\x0f\x56\x6e\xef\x1a\x5c\x1c\x0e\xc7\x35\x93\xc6\ \x23\x66\x7a\xfe\xe9\x57\xdc\x54\xfa\xc6\xdf\x9e\x59\xb0\x78\xe2\ \xd8\x9b\xb3\xb8\xce\x01\x8b\x24\xd2\xde\xd5\x19\xa8\x50\xc4\xb4\ \x41\x2e\xff\x9b\xeb\x37\x35\xa6\x0f\x46\xab\x3e\x69\xcf\x1e\x36\ \xb3\xa2\x02\xbf\xba\x6a\xe3\xfa\xfa\xc9\x63\xb2\x42\x31\x4d\xe7\ \x4c\x6b\xda\xba\x85\xe6\xce\xb8\xe4\x92\x53\x57\xc7\x9a\x57\xc5\ \x43\x62\xf6\xd8\x71\xa5\xef\xbf\xf5\xe4\x73\xf6\x8a\x69\x35\x99\ \x28\x9e\xd0\xd9\xe7\xd7\x41\x74\xf0\xef\xc0\xae\x1d\x16\x04\xce\ \xd8\xd7\xcc\xfc\x48\x71\xd3\x51\x62\x37\x11\x49\x55\xa5\x43\xe7\ \x06\x16\x65\x8b\x92\x64\x14\x69\xce\x65\xb7\x76\x3f\xf4\xf8\x6d\ \xd7\x2d\x27\x96\x9c\xb3\xae\xbc\x6d\x52\xe6\xbe\x7f\xfc\xfd\x45\ \x3f\x07\x33\x6b\xd2\x19\xa3\x47\xd6\x0d\xbb\xa1\xeb\x81\xa7\x6e\ \xba\xee\x6d\x62\x2b\xb9\xe8\xa7\x37\x4f\xac\x18\x3d\x7b\xea\x92\ \x17\xff\xfc\x8b\x55\x43\x66\x5e\x34\xcd\xf1\xd4\x23\x4b\x7f\xfa\ \xe8\x23\xa3\xd2\xbf\x21\x37\x71\x3e\x60\x39\x01\xa5\xaa\xd3\x19\ \x6e\x5f\xfd\xc0\x5f\xf7\x81\x49\xad\x79\xd5\xd7\x5f\x75\x5a\x79\ \x0e\x3f\x61\x42\xc9\xd2\xa7\xee\xfe\x44\xa6\x01\x94\x69\xc3\xbc\ \x78\xdc\xf4\xec\xad\x2f\xfd\xf5\x8f\x0d\xc7\xcc\x38\x73\xce\x45\ \x17\xf4\xcf\x7d\xe5\x8f\xbf\x5f\x26\x8a\x19\x27\x5f\x78\xe1\x98\ \xf2\x8c\x44\x42\x03\x00\x40\x32\xe2\x58\x91\x15\xc4\x98\x49\x29\ \x65\x20\xc9\x32\xe6\x0c\x09\x92\x4c\x04\xca\x80\x0b\xa2\x2c\x09\ \xd4\xa4\x1c\x13\x02\xcc\x52\x38\xea\x82\xd3\xf7\xbc\xfc\xec\x03\ \xab\x08\xc9\xa8\x1c\x73\xfe\xb9\x73\xb2\x89\x19\x8f\xe3\x8a\x63\ \x66\x0c\xab\x7f\xe3\xef\xbf\xfb\x2d\x8b\xf8\xb2\x47\xd6\x21\xca\ \x64\x55\xc2\xc0\x18\xe5\x44\x92\x80\xd2\xca\x63\xcf\x9b\xd1\xfe\ \xfc\xdc\xbf\xff\x89\xa0\x38\xb7\x57\x38\x45\x30\x29\xa3\x40\x39\ \x51\x6d\x52\xdf\x6b\x4f\x3d\xb4\x44\x64\x20\x3b\x8f\xbf\xf4\x96\ \x59\x95\x56\xc2\x66\x9e\x36\xc1\xf3\xd6\xc3\xf7\xbc\x0d\xa8\x70\ \xcc\x19\xb3\x87\x64\x98\x12\x1d\x51\x93\xbb\x39\x9e\x57\x9e\x5b\ \x92\x59\x9d\x2f\xb4\x85\x86\x0e\x2e\x62\x9a\x9b\xc8\xb2\x00\x0c\ \x4c\x86\x05\x49\x46\x14\x9c\xe5\x43\x72\xa5\x55\x1f\xac\xb9\xfe\ \xcc\x8b\xa7\x74\x3f\xfd\xcf\x7b\xee\xe6\x5c\x18\x3f\xe7\xbc\x11\ \xf9\x19\xf6\x13\x26\xbd\xf8\xee\xb3\xbf\xdd\xa1\xfa\x7d\x6c\xba\ \x45\x2c\x1f\x75\xfa\x09\x5d\xcf\x3f\x73\xdf\x9f\x15\x41\x8f\x39\ \x06\x65\xcb\xd1\x0f\xdf\x9e\xbb\xae\x21\x04\x94\x4d\x9a\x3e\xc5\ \xce\x34\xcd\xa4\x84\xb8\xc6\xcf\x18\x3b\x77\xfe\xbf\xff\xb8\xae\ \xec\x9c\x4b\x2f\xbc\xfc\xdc\x71\x2f\xbe\xf5\xe8\x06\x0e\xb6\x92\ \x49\x97\xce\xa8\xcd\x52\x4a\xce\x9d\xd8\xbb\xf0\xa9\x7b\xdf\x25\ \x10\x22\xae\x4c\x8b\x52\x39\xe3\xc4\x8f\x5e\x78\xff\xf7\x77\x6e\ \x8e\xf9\x7c\xe5\x27\x38\x4d\xae\x8e\x9f\x36\x66\xc1\xbb\x8f\x55\ \x9d\x71\xb3\x85\x1a\x89\xc3\x2b\x8d\x92\xdb\x8b\x94\xd2\x44\x22\ \x41\x44\x31\xd9\x35\x5b\x91\x65\x46\x19\xe3\x8c\x7d\x07\x09\x66\ \xe8\xd2\x8b\x2f\x4c\xf2\x9f\x28\x8a\x37\xdf\x72\xab\xaa\xaa\x8c\ \xa5\xaa\x9f\xbe\x13\x24\xf7\x38\x7e\x76\xe3\xf5\xd9\xd9\x39\xc9\ \x20\xe2\x41\xa3\xd7\xe9\x74\xfc\xe4\xf2\xcb\xb2\xb2\x73\x0f\x2d\ \x15\x14\x04\x41\xd3\xf4\x9e\xee\x8e\x9a\xda\xa1\xa2\x24\x25\xbb\ \xb5\xf4\x79\xdd\x55\xd5\x75\x87\x6f\x95\x9b\x86\xc9\xc5\xa4\x5e\ \x41\xd2\x60\xa1\xa6\xc9\x40\x12\xc9\x81\x03\x8c\x48\x38\x4a\x81\ \x58\x6d\x56\x11\xd3\x68\x38\xa2\x51\xb0\xd8\xec\x8a\x28\x00\x00\ \xa3\x5a\x24\x1c\x63\x58\xb2\xd9\x2c\x04\x23\xe0\x34\x1a\x0e\x53\ \x2c\x59\x2d\x32\x35\x29\x91\xa4\x6f\x1c\x70\xda\xb5\x63\x5b\x56\ \x76\xb6\xc3\xe1\x34\x4c\x83\x51\x53\x8b\xc7\x35\xdd\x44\x44\xb2\ \xd9\x1d\x12\xa6\xba\xc1\x89\x40\xc3\xa1\xb0\x46\xb1\xa2\xaa\x8a\ \x28\x60\x81\x50\x2d\x1a\x8e\x69\xa2\x62\xb1\x5a\x55\xd0\x62\xa1\ \x68\x8c\x21\xd1\x62\x51\x09\x3e\x94\x1f\x99\x61\x52\x41\x10\x93\ \x5b\xf6\x86\x69\x0a\x82\x08\xcc\xa0\x1c\x8b\x22\xe1\xa6\x6e\x72\ \x2c\x8a\x42\x72\x10\x44\x51\x92\x08\x8a\x47\x42\x31\x8d\x0a\xb2\ \x6a\x91\xa5\x64\x7b\x08\x2c\x08\xdc\x88\x05\x23\x09\xc0\x92\xc5\ \xa2\x10\x0c\xa6\x61\x62\x22\x0a\x88\x1b\xa6\x01\x98\x88\xa2\x44\ \xc0\x0c\x85\x42\x3a\x13\x2c\x16\xcb\x41\x95\x07\x00\x6e\x18\x5a\ \x22\xa1\x73\x10\x14\xab\xcd\xa6\x10\x43\x37\x38\xc2\xa2\xc0\xc3\ \xc1\x90\x0e\xa2\xd3\x69\x47\xcc\x64\x8c\x03\x30\x93\x02\x11\x04\ \x04\xd4\x60\x40\x04\x01\x38\x33\x4d\x33\x99\x0b\x60\x52\x83\x03\ \x26\xa2\x88\xa8\x1e\xd7\xa8\x62\xb5\x12\x6e\x04\x83\x61\x10\x55\ \x87\x5d\x65\x26\x45\x02\xd6\x22\xa1\xa8\x66\x4a\xb2\xaa\x2a\x12\ \xc6\x84\x20\x33\x1c\x0a\x69\x0c\xab\x16\x8b\x2c\x20\x4d\x8b\xc5\ \x13\xa6\x20\xa9\x76\xbb\x05\x4c\x33\x59\x4d\x26\x08\x28\x1e\x09\ \x27\x4c\x50\xad\x56\x8b\x4c\xe2\xe1\xfe\xa8\x81\xec\x4e\xa7\x84\ \xa8\xc9\x90\x48\x50\x34\x14\x8c\xeb\x5c\xb1\x58\x64\x51\xc0\x44\ \x30\xe3\xd1\x70\x4c\x13\x24\x59\x95\x25\x81\x60\xdf\xee\x15\xcf\ \x2c\x6e\x3e\xff\x86\x6b\xca\xac\x9f\xaa\xa8\x1e\xea\xd0\xf5\x07\ \xfa\x5f\x79\xf5\xd5\x5e\xb7\x5b\x92\xe5\xb3\xcf\x3a\xa3\xae\xb6\ \x8e\x31\xa6\x28\xca\xb6\xad\x9b\x47\x8e\x1e\x9b\x2c\xbc\x67\x8c\ \x45\x23\xe1\x94\xdd\x94\x02\x20\x4c\xa4\xc3\xb7\xf9\xb1\x40\x24\ \xe1\xd0\x03\x44\xbb\xd3\x75\xf0\x8a\x5b\x1d\x2e\xeb\x61\x07\xcb\ \x0e\x97\x7c\xc8\xd1\x82\xd5\x31\x70\xb0\x20\xfd\x57\x4a\x95\x03\ \x81\x21\xce\x38\xe3\x1c\xb0\x6c\xb1\x29\x16\xce\x39\xe7\x54\x4b\ \x98\x1c\x01\x32\x28\x52\x6d\x0e\x15\x92\xfa\xf0\x9c\x9a\x06\x10\ \xd9\xe1\x94\x81\x03\xd5\x75\xc0\xa2\xcd\xe1\x04\x00\xce\x3e\x93\ \x73\x8c\x44\x51\x84\x03\xcf\x89\xa2\xc8\x19\x07\x41\x14\x81\x73\ \xc6\x0e\x3c\xe0\x08\x0b\x12\x06\xce\xa8\x6e\x20\xa2\x58\x1d\xca\ \x01\x15\xfa\xe4\x7a\x60\x9a\x48\x90\x1d\x4e\x19\x0e\x7c\x3a\x91\ \x44\xce\x38\xe3\x40\x88\x94\x24\x7c\x1d\xe0\xd0\xd3\xfb\x74\x8d\ \x91\x14\x51\x52\x92\x96\xa1\xa6\xe9\xc9\xb0\xbf\xce\x40\xb1\xd9\ \x15\x00\x76\x40\xe2\x01\x10\x22\xc2\xc0\xa9\x10\x21\x99\x01\x04\ \x84\x88\xc9\x2f\x84\x05\x11\x01\xe7\x94\x72\x44\x14\x85\x70\xd3\ \x30\x00\xac\x0e\x07\x00\x98\xba\x91\x1c\x3e\x51\xb5\xba\xd4\x01\ \xf7\x98\x51\x43\x47\x48\xb1\x39\x94\x81\xec\x0c\x90\x64\xeb\xc0\ \x59\x98\xc6\x81\xb3\xe3\xa6\x09\x92\xc5\x2a\x01\x70\xc6\x75\xdd\ \x20\xaa\xcd\xa9\x02\x1c\xd8\xea\xd7\x75\x90\x2c\x36\xc9\x92\x5c\ \xb1\x38\x35\x4c\x2c\x29\x4e\x49\x41\x82\xc8\xfb\xdb\xe7\xbf\xf6\ \xe2\xd6\x3e\x75\xc6\xe9\xe7\x97\x3a\x90\xa9\x7f\x41\xde\xb9\x49\ \xcd\xf4\xf4\xb4\xb3\xce\x3e\xf3\xed\xb7\xe7\x8d\x1f\x3f\xbe\xb6\ \xa6\xd6\x30\x0d\x00\xc4\x06\x6a\xc5\x52\xf9\x4d\x29\xfc\x40\xa0\ \xa8\x96\x40\x20\xe0\x72\xa5\x51\xcc\x10\xe7\x07\x8a\xe8\x10\x46\ \x18\xa1\xc3\xe7\xf1\x40\x04\xe3\x8b\x7f\x44\x18\x7d\xe1\x16\xc0\ \xc1\x43\x0e\x1c\x70\xf0\x99\x43\x7e\x85\xbe\xfc\x53\x3e\xf7\xfc\ \x21\x1f\x84\xbe\xd6\x0b\x0f\x5f\x2a\xd0\xe7\x5d\xa1\x2f\x79\xf3\ \x43\xcf\xf3\x2b\xbf\x2f\x46\xe8\x4b\xbe\xfb\x17\xfc\xf8\xf9\x37\ \xf9\x8f\x07\x50\x13\xd9\x72\x4e\xb8\xe0\xba\xe3\x89\xc5\x61\x95\ \xa8\x49\x11\xfe\xec\x49\x0c\x74\xd7\x60\x2c\x2f\x37\xef\xea\xab\ \xaf\x12\x45\x91\x31\x86\x00\x11\x51\x0c\x06\x83\x00\xe8\x60\xc9\ \xfd\x7f\x44\xb2\xd7\x48\x8a\x9b\xbe\x05\x60\x04\xf2\xd7\x1f\x27\ \x04\xa0\x99\x60\x72\x38\x6a\x1b\x5f\x96\x95\x0d\xda\xbc\x69\x43\ \x4b\x73\x63\x46\x46\x16\x1c\x2c\xf4\x3d\xd8\x71\x06\x20\x95\x48\ \xf7\xbd\x82\x20\xc9\xc0\x69\x34\x1a\xfb\xb2\x09\x8d\x00\x80\x83\ \xa6\x6b\x18\x21\xd3\x30\x93\x84\x15\xec\xef\x6f\x6f\x6b\xa9\xa8\ \xaa\x46\x47\xd8\x23\x05\xc0\xd0\x34\x44\x44\xfc\x9f\x6e\x8c\x23\ \xbe\xe7\xb0\x00\x5f\xb8\x74\x30\xfa\xe3\x9e\x62\x18\x41\x58\x43\ \x6b\xdb\xb0\xf0\x35\x39\x86\x32\xa8\xc9\x61\xe9\x16\x7e\xd4\x36\ \x2f\x12\x25\x69\xd4\x31\x63\x9b\x1a\xf6\xb7\xb4\x34\x21\x84\x0e\ \xed\x6c\x73\xc8\x44\x4d\xe1\x87\x02\x7e\xe0\x92\x1d\xd2\xa4\x88\ \x03\x11\x49\x4d\xdd\xb0\x8c\xcc\xcc\x23\xa2\x3f\x51\xec\x6f\x58\ \xf7\xda\xaa\xee\xd3\x2f\x3a\x2b\x47\x32\x29\xfb\xaf\xeb\xe9\x38\ \x16\x68\x24\xc8\x22\xfd\x87\x4f\x26\x8e\x04\x91\x64\xe4\x8a\x92\ \x6c\x1a\xfa\x8f\x95\xa1\x44\x0c\xbe\x18\x3c\xbd\x91\x7c\x5d\xd3\ \x29\x6e\xc0\xcf\xa7\x1a\x39\x36\x7e\x34\x37\x56\x93\x24\xb9\xa6\ \x6e\x68\xea\xb6\x4e\x61\x80\x6e\x30\xf4\xb4\xee\xf2\xd2\xfc\x34\ \xbb\x82\xf4\xe8\xa7\x8e\xe3\x17\x75\x45\x38\x82\x1b\x4e\x20\xa6\ \xbb\x8d\x2c\xf9\xb7\x13\x0c\xc0\xe4\xd3\xd5\x8e\x03\x4d\xc4\x22\ \x75\xc7\xee\x35\xe5\xd2\xa1\xa3\xad\x69\x19\xec\xc7\xd8\xe3\x91\ \x03\x60\x04\x16\xf1\x53\xb7\x8e\x33\xae\x73\x10\x11\xe8\x14\x92\ \x63\x2b\x12\xc4\x19\x37\xd8\x80\x84\xa6\x28\x40\xd2\x48\x10\x52\ \x66\x41\x0a\x29\x1c\x76\x37\x21\x45\xb5\x84\xba\xdb\xda\x7b\x7d\ \x45\x16\xa0\x87\x24\xfa\x7e\x5e\x79\xfc\x08\xb8\x89\x48\xda\xde\ \xcd\x39\x02\xcb\xcc\x2b\xe6\x8c\x72\x8c\x80\x03\x70\x86\x11\xe2\ \xf9\x95\xaf\xcc\x5b\x18\x70\x16\x54\x8d\x9d\x72\x94\xc4\x0e\x18\ \xe5\x19\x45\xce\x19\x4e\x6d\x79\x50\xfe\xe9\x18\x0b\x37\x59\x47\ \x67\x64\xde\xd6\xa8\xe9\x50\xce\x1b\xe3\xac\xb0\x61\x4f\x6f\xe4\ \x95\x4d\xe1\x08\x4b\xd1\x52\x0a\x29\x7c\x16\x86\xc9\x4a\x86\x4d\ \x1b\xbe\xf6\xc9\x27\xfe\xfa\x67\x87\x4d\x4a\xba\x89\x4c\x4f\xa4\ \x1f\x33\xe7\x9a\xd3\xa7\xaa\xa0\x1f\xea\xe4\x1d\x91\xa3\xa2\x33\ \x86\x11\x02\x23\xc1\x12\x31\x3d\x16\x01\x8c\x09\x67\xa8\xa4\x7a\ \xe1\x27\x3b\xda\x23\xc6\xf1\xd7\x5c\x29\x59\xac\xd4\x30\x8e\x0e\ \xe6\xe7\x92\x45\x2c\x4b\x33\x5d\x20\xea\xbd\xa1\x7b\x37\x68\x57\ \xcc\xce\x9a\x15\xa5\xa4\x24\x4d\xe9\xed\x7f\x60\xb5\x6e\x57\x91\ \xf6\x25\x3b\x4b\x29\xa4\x70\xb4\xdb\x4d\xd4\x44\xd6\xfc\x4b\x7e\ \x71\xd7\xec\xde\xde\x50\xdc\x48\xf6\x66\xa1\x94\x4a\xce\x6c\x91\ \x9b\xfc\x6b\xdb\x4d\x00\x94\x03\x23\x62\x93\x92\x2f\xcb\x5a\xae\ \xd9\x64\x44\xc3\xb8\x7c\xd8\xa2\x7d\xee\x1d\xbb\xeb\xc7\xd7\x56\ \xaa\x69\x19\xff\x55\xdf\xde\x1f\xdc\xf8\x32\xae\x53\x30\x19\x27\ \x2a\xa9\xc8\x05\x3b\xe6\x21\x59\x2a\x96\x8c\x97\x77\xc6\x42\x08\ \x63\x01\x23\x94\xea\xc7\x7b\xc8\x52\x69\x18\xc6\x51\xb2\x6e\x1d\ \x95\xc0\x18\xcb\x92\x84\xbe\x4e\x17\x14\x46\xa9\x16\x8b\xf8\x02\ \x89\xcc\xc2\xb2\xaa\x82\x4c\xc4\x4c\xca\xd8\xe7\x05\x34\x8f\x84\ \x9b\xb8\xc9\x98\x21\x48\x1f\x6d\xdd\xe9\xf6\x78\x2e\x3b\x6e\x62\ \x4e\x3e\x5e\xbc\xaf\x67\xed\x27\x5b\x2e\x3d\x73\x4e\xdc\xd3\xa5\ \x6b\x1a\x51\xd5\xa3\x85\x95\x4c\x6e\x72\xc0\x98\x53\x0e\x79\x79\ \xd6\x13\xb9\x56\xbf\xd3\xbf\x31\x40\x6e\xaa\x50\x24\x60\x11\x2a\ \x5d\x77\x6c\xda\x86\x35\x7d\xdb\x43\x29\x72\x02\x00\xf0\xf5\x79\ \x23\xe1\xb0\x40\x84\x2f\x20\xeb\x94\x69\xf9\x03\x9b\xfd\x07\xae\ \xda\xe1\x1b\xad\xcc\xa4\x48\x10\xf2\xf2\xf2\x89\x28\xfe\xc7\xf7\ \x40\x98\x60\xc3\xb7\x78\xee\x13\x4b\x1b\x12\xb9\x19\xaa\xd7\x1d\ \xa8\x99\x7d\xe9\x4f\x66\x8f\xc4\xec\x0b\x8c\x9b\xff\xcc\x4d\x88\ \x83\xc1\x38\x4a\x44\x46\x0d\x2e\x7f\x65\xef\xde\xd7\x57\x6d\xcc\ \xcf\xcf\xdb\xb8\x79\xeb\x49\x33\xa7\xd7\xa0\xd0\x2a\x6f\xaf\xf3\ \xe8\x98\x65\x8c\x71\x57\xa6\x52\xa4\xa0\x41\x65\x52\xa8\x27\x22\ \x8a\xa8\xb5\x21\x2d\xb9\x6f\xec\x00\x00\x20\x00\x49\x44\x41\x54\ \x70\xef\xca\xa8\xaa\x60\x41\xa4\xf5\x11\xe7\x99\x13\x5c\x62\x1b\ \xcf\xb5\xa1\xcf\x2a\x31\x1c\xad\x08\x87\x43\xe1\x70\xb0\xb0\xa8\ \x34\x59\xca\x90\xc2\x8f\x15\x1e\x77\xaf\xc7\xdd\x93\x5f\x58\xfc\ \x1f\x8f\x24\x22\x6e\xdb\xbc\x6a\x83\x2f\xfb\x96\xbb\xae\x2c\x77\ \x89\xfd\x8d\xab\x1e\x9a\xbb\x78\xd7\x88\xaa\x51\xb9\xb2\xf1\xb9\ \xfd\xec\x23\xb2\x9b\x0c\x8e\x34\x6f\xd7\xd0\xf4\xf4\xc4\xec\xe3\ \xe6\x2d\x5d\xde\xd4\xda\x36\x6d\xf2\xe4\x71\x19\x62\xa2\x6d\xa7\ \x81\xe4\x64\x83\x9e\xa3\x21\x91\x0e\x0b\x78\x58\x95\x55\x0c\x47\ \xe7\xed\xd3\x58\x26\xd9\x28\x51\xa7\x55\x10\x30\x30\x46\x17\x7d\ \xd4\x37\x7d\xb8\x63\x76\x1d\x6e\x68\x8c\xb6\xc7\xb8\x90\x54\x76\ \x39\xba\x11\xf0\xfb\x5c\xae\x74\x42\x08\x3f\xa8\x0b\x98\xd2\xd1\ \xfc\xa1\x1b\x4f\x07\x9a\xf0\x0e\xb4\x49\x01\xc0\x08\x65\x65\xe7\ \x34\x35\xec\x63\x94\x26\xe5\xbe\xbf\xca\xd0\x01\x1e\x8f\x46\x04\ \x57\x5e\x71\x9e\x53\xe1\x90\x5b\x5c\xe2\xc4\xcb\xa3\x9a\x01\x48\ \xf9\x26\x76\x13\x00\x50\x0e\x09\x83\xd2\x9e\xa6\xb1\x79\x83\x9c\ \xa7\xce\xee\x0b\x45\x46\xe7\xa7\x91\xc6\x8d\x1a\xe5\x09\x9d\x1e\ \x25\x93\x0d\x63\xe4\xef\x8d\xfd\xbb\x23\x02\x08\xab\x12\x42\x3d\ \xd1\x95\x1c\x54\x82\x38\x00\xc6\x08\x74\x63\xc9\x9a\xbe\x05\x9c\ \x0b\x18\xab\x52\x2a\x16\x9e\xb4\x34\x99\x20\x10\x00\xe0\xc0\x69\ \x3c\xa6\x71\x62\x51\x44\x38\x28\xd1\x91\x22\xa9\x1f\x16\x0e\x4f\ \xbd\xfe\xb4\x52\x9d\x31\x41\x10\xf8\x91\x85\x58\x4d\x0a\x65\x43\ \xc6\x65\x7c\xf8\xd4\x3d\xf7\xb8\x6b\x0b\xed\xed\xf5\x5b\x82\xf9\ \x93\xeb\xf2\x9d\xec\x9b\xf9\x74\x40\xcd\xb4\x41\xb5\xfb\x77\xac\ \xea\xeb\xf2\xa3\x9e\xad\xa2\x23\x4d\x11\xe5\xed\xad\xdb\xb9\xa1\ \x45\x4d\xc0\x23\x8f\x97\x65\xe9\xc7\x3d\xcf\x38\x07\x63\x20\x95\ \x09\xc9\xc9\xda\x7d\x06\x00\x48\x40\xa0\x7f\x9a\xd1\x85\x04\x82\ \x92\x51\x37\x4a\x81\x02\x18\xdf\x9b\x84\xf9\x44\xa4\x5f\xe3\x8a\ \xd3\xae\x7c\xdd\x17\x1a\x81\x86\xc5\x1f\x35\x8f\x99\x75\x42\x81\ \xf5\x9b\x8d\x5b\x52\x67\x05\x30\xc2\x3b\xde\x7f\x69\x55\x6c\xf8\ \xcf\x2e\x1c\xc7\x28\x4d\xb1\xd2\x0f\xf5\x36\x38\x40\x40\x18\xe3\ \xa4\xce\x0a\xe3\x3c\xc9\x58\x47\x98\xdb\xc8\x4c\x43\xca\xae\xbd\ \xf6\x67\x37\x2d\x5b\xf1\x71\x77\x28\x5e\x3a\xe1\xac\x59\x33\x26\ \x65\xca\xd4\xa0\x82\x00\x9f\x8d\x86\xff\x67\x6e\xe2\xd4\xcc\x28\ \xaf\x46\xe7\xdd\x16\x0a\x78\x11\xc2\x70\x40\x65\x8c\x03\x12\x89\ \x58\x58\x52\x2e\x11\xe1\x47\x6c\xa8\x1b\x0c\x72\xed\xfc\x77\x33\ \x75\xf4\x35\x4d\x21\xc6\x21\xc3\xc2\xb5\xef\x3e\x1d\x35\xbc\x7b\ \xf9\xbd\x0f\x3d\x17\x72\xe4\x2a\x90\xd0\xac\x75\x37\xdc\x70\xd5\ \xe0\x9c\x43\x4d\x6b\xbe\xfa\x99\x87\x9a\x8b\xcf\xfb\xe9\xe9\x35\ \x5f\x7b\x36\x1a\x91\xee\xae\xde\xc4\x37\xfd\x0a\xec\x10\x91\x9f\ \xb0\xcf\xeb\xd5\xe3\x00\x00\x1c\xf0\x80\xa2\x09\x33\x0d\x26\x10\ \x02\xc0\xa8\x49\x91\x20\x0a\x88\x9a\x26\x45\x44\x14\x80\x53\x93\ \x21\x32\xd0\x19\x85\x99\x26\xe3\x20\x10\x32\x20\x8b\x42\x0d\x06\ \x42\x52\xa1\x85\x33\xca\x18\x12\x08\x3e\x30\xf3\x4d\xc0\xe4\x80\ \x78\x0b\xa7\xa6\x01\x58\x38\xa0\x35\x92\x54\x2b\x49\xe1\xbf\x8f\ \x6c\x08\x1e\xb7\x3b\x3d\x23\x43\xc0\xf8\xa0\xa8\xf7\x11\xf6\x21\ \x10\x44\x31\xd8\xbe\xf5\x95\x97\x16\x85\x65\xbb\x84\x21\xbc\x73\ \xf5\x63\x1b\x57\x60\x01\xe9\x26\x1e\x39\xfb\xa2\xd3\xc6\xe4\x1b\ \x87\x88\xbb\x1c\x91\x4f\x87\x01\x65\x97\x94\x67\x97\x55\x7e\xc1\ \xf4\x35\x4d\xce\x7f\xcc\x45\x19\x9c\x83\x44\xa0\x38\xed\x9b\x90\ \xaf\xc9\xfe\x17\x26\x82\xde\xdf\xdb\x13\xcd\xff\xf9\x3d\x77\x16\ \x49\xba\x09\xb2\x15\x7a\xe6\xbf\xb2\xbe\xee\x84\x33\x2a\xd2\x03\ \xef\xbd\xb3\xba\xe2\xd8\x39\x28\xda\xbd\x72\xf1\x73\xba\xbb\x66\ \xcc\xf4\x33\xc6\x0f\x26\x6b\x17\xbc\xb9\xb1\x35\x3c\x68\xec\xf1\ \x27\x8d\xaf\x14\x34\xf7\xca\x25\xcb\xf7\xb4\x79\xb9\x9a\x33\x6d\ \xce\x49\x43\xf2\x1c\x9a\x67\xff\xa2\x77\x3f\x68\x8f\xc8\x63\x66\ \x9d\x3d\xb9\x34\x7b\x50\x79\x89\x55\x01\x00\xbd\x7e\xcd\x92\x95\ \x1b\x5b\xd3\x2a\x8f\x99\x73\xd2\x44\x07\xe2\xdd\x7b\xd6\x2c\x5b\ \xbd\x33\x10\xa7\x05\xb5\x13\x4f\x3d\x6e\x14\xf4\xed\x7d\xeb\xfd\ \x7d\x93\x4f\x3d\xa5\xc8\xfe\xe9\x5e\xf2\xa1\xbd\x4d\x90\x20\x08\ \xc9\x9a\x3a\xa3\x7f\xcd\x7b\x4b\x76\x75\xc7\x4b\x47\x4e\x3f\x61\ \x6c\xc5\x9e\xd5\x4b\x7b\xe4\xea\x99\x63\x8b\x3b\x77\xaf\xd9\x1d\ \xc9\x98\x31\xae\x3a\xb8\x7f\xcd\xfa\x0e\xf1\xb8\x99\x63\x7b\xb6\ \x7c\xb0\x6c\x63\x93\x9c\x5b\x3b\xfb\xb8\x49\x99\x16\x63\xdf\x27\ \xab\x36\x6c\xdf\xaf\xa9\xb9\x33\x4f\x3b\xa3\x84\xb6\x2c\x7e\xef\ \xc3\xb6\x20\x1a\x31\xf5\xf8\x11\xf9\xe6\x07\x0b\x96\x76\xc7\xd1\ \xa0\x51\xd3\x8e\x1d\x5d\x41\x62\xbd\x2b\x97\x2f\xaf\xef\x8a\x95\ \x0d\x9b\x74\xdc\xe4\x5a\x21\xea\x59\xb5\xf4\xfd\x7a\x8f\x5e\x35\ \x76\xe6\xf4\x11\x25\xdc\x34\x53\x36\xdb\x7f\x03\x22\x08\x3b\x77\ \xec\x78\xf1\xa5\x97\x26\x4f\x9e\x7c\xd2\xec\xd9\x08\xe3\x01\xa1\ \xed\x2f\xd7\x59\x39\x8c\x9b\x30\x78\x5a\x76\xb6\x26\xac\xb3\x8f\ \x9d\xa0\x70\xc6\x02\xcd\xf3\x96\x6c\x1f\x3d\xfb\xc4\x62\x07\x71\ \x65\x5b\x3e\x63\x37\x1d\x61\x56\x02\x67\xd4\x64\x86\xfe\xf9\x3f\ \x3f\x6e\x62\x3a\xd4\xa7\xfb\x06\x7f\xfe\x37\xd6\x24\x12\x08\xc1\ \x5a\x4f\x47\x5b\x4b\x4b\xbb\x2f\x1c\x97\x5d\x99\x66\xc7\xaa\x27\ \x9e\x5f\xf4\xf1\x9b\x2f\x2e\xd8\xe0\xce\x74\x8a\x0c\x89\x19\xb9\ \xa5\xb5\xb5\x83\x0b\xd2\x61\xe5\x33\xf7\xcf\xab\xa7\xa3\x86\x15\ \x7c\xfc\xec\x3f\xde\xd8\x16\x84\xbe\x4d\xcf\xbe\xb6\x18\x17\x54\ \xa8\x7d\x9f\xfc\xe5\x9e\xe7\xfd\x7a\xf0\xc5\x27\xee\x5f\x1b\x48\ \x1b\x5e\x5d\x28\x13\xc1\xec\x6f\x78\xe1\x95\x77\xdc\x14\x9a\x97\ \xfe\xfb\xbe\x67\x57\x3b\x0a\x0b\x9a\x3f\x78\xe6\x6f\x4f\x7d\x00\ \x00\xeb\x16\x3e\xbd\xb2\x55\x2f\x2f\x75\xae\x78\xee\xe1\xb9\xcb\ \x3a\x80\xfa\x36\x6d\xd8\x1e\x88\xb3\xc3\xc7\xed\xe0\x5c\x4b\xee\ \x5c\x22\x00\x7d\xc9\xdc\x87\xde\xda\xdc\x97\x9b\x63\x59\xf5\xf2\ \xc3\x2f\xad\x6d\x37\x7b\x36\x2f\x5c\xf2\x11\x03\xa8\x5f\x31\xf7\ \xb1\x57\xd6\x1a\x00\xf5\x2b\xdf\x5b\xbb\x37\xec\xde\x36\xef\xa9\ \x79\x5b\x0a\x6b\x6b\x13\xf5\x8b\xfe\xf5\xd6\x7a\x80\xc8\xc2\x37\ \xde\xdc\x13\xb7\x17\xe7\x66\x4a\xf1\xe6\x67\x1e\x7e\x74\x6d\x17\ \xcd\xcd\x4e\x13\x81\x31\x44\x32\x8b\x2a\x6a\x4b\xd4\xe5\xcf\x3d\ \xb9\xa1\xd3\xbf\x6e\xfe\x0b\xf3\x36\x07\xab\x6b\x06\xd9\x88\x80\ \x59\x78\xd1\xb3\xff\xfc\xd8\xad\x0e\xad\x74\x2e\x7f\xe1\x9f\x1f\ \xec\xf5\x13\x01\xf1\x14\xbe\x29\x30\xc6\x6e\x8f\xe7\xc3\x55\xab\ \x5c\x2e\xd7\xae\x5d\xbb\x76\xd5\xd7\x1f\x4c\x6b\x62\x47\xec\x3a\ \x51\xc3\x70\x15\xd6\xce\x98\x3e\xed\xd8\x63\x8f\x9d\x79\xf2\xcc\ \xca\x1c\x6b\xd9\xd0\x71\x33\x67\x4c\xaf\x2b\x76\xb2\xc3\xb7\xea\ \x52\x9b\xbb\x3f\xfc\x18\x25\x26\x46\x7f\xf3\xd2\x45\xef\x58\x4c\ \xbd\x70\xd4\x8c\xc2\xa2\x69\x67\xdd\xf2\xcb\xb6\x1b\xae\xbd\x6b\ \x43\xd5\xfd\x0f\xdd\x9f\x06\x90\x30\xc5\xd2\xda\x89\x33\xa7\x0c\ \x83\xe8\xce\xfb\x96\x6d\xe3\x35\x99\xed\x1d\x34\x16\xee\x5e\xbd\ \xae\xe9\x9c\x39\xcc\x9a\x3d\xe8\x84\xb3\x4e\x2e\x0b\x16\x37\xdc\ \xfa\xf0\x5e\xcf\xd9\x0e\x8b\x18\x0e\x04\xd2\x2a\x4e\x1a\x59\x6a\ \xd7\xbb\xb1\xcd\x66\x13\xe2\xc1\x0f\xde\x59\x37\xe1\xa2\x3f\x5f\ \x32\xbd\x34\x36\xda\x72\xed\x1f\x97\xee\x3d\x6f\x0a\xc6\xd2\x90\ \x29\xb3\xe6\x9c\x58\x97\xeb\xdf\xfd\xe2\xc6\xb5\xc2\xac\xf3\xfe\ \xf1\xc8\xa4\xcf\xf9\x74\xc9\x80\x13\x13\x10\x67\x9c\x01\x16\x74\ \xdf\xd6\xa5\x7b\xe2\xa7\xff\xf2\xfa\xe9\xc5\xe2\x10\xc9\xf3\xf8\ \x92\xa5\xd3\x7e\x32\x9e\x6c\x5e\x53\xdf\xeb\xf5\xfa\xa9\xac\x79\ \xbb\x7d\x1d\x7b\x7a\xcd\xe1\xa7\x96\x6f\x59\xf2\x48\x6f\x38\xbd\ \xaf\xbb\x2b\x9e\x48\xec\x5d\xbf\xa5\xef\xec\x12\x46\xac\x23\x67\ \x9d\x76\x42\xad\xbd\x67\xf5\x73\xbb\xfa\x73\x7e\xf1\x9b\xab\x8a\ \x24\x4a\x29\xd7\xc2\x3d\x46\xac\xaf\xcb\x17\x36\xf4\xbe\xfd\x3d\ \x81\x91\x16\x59\x8b\x06\xb8\xa3\x64\xdc\xa8\x0a\xda\xfb\xf1\xd2\ \x8d\x4d\x99\xa3\x4a\xba\x7a\x69\xac\xbf\x73\xc3\xd6\xf6\xd9\x35\ \x43\x19\x4b\x79\x76\xdf\xd8\x49\xa7\x2e\x97\xf3\xba\xeb\xae\x4d\ \xee\xbd\x1a\x86\x61\x18\x3a\x42\x88\x03\x3e\xc2\x66\xb9\x94\xa1\ \xc2\x8a\x9a\xf8\xbb\x6f\x3c\xfd\x86\x65\x6c\x99\xa3\x73\xdb\xf2\ \x3d\x71\xd7\x2c\x9b\x18\x8f\xc7\x4d\xfa\x0d\x6a\x7d\x53\xf8\x9e\ \xcf\x18\xaa\xab\x79\x13\x7e\x79\xe7\xaf\xb3\x84\x4f\xa7\x00\x15\ \x2c\xa0\x1b\xc1\x88\x06\x39\x24\xd9\xb8\x1b\x00\x40\x8f\x69\x44\ \xad\x19\x32\xac\x3a\x0f\x57\xd4\x8c\xce\x2e\x19\x6a\x86\xda\x80\ \x03\xa5\x00\x8a\x28\xab\x3c\xac\xdb\xcf\xf9\xe5\xdf\x8a\x16\xbf\ \xf9\xc2\xdf\x6f\x7b\x7f\xea\xb5\x37\xcf\x92\x30\x00\xa7\xa6\x66\ \x08\x39\x56\x15\x00\x88\xcd\x25\x71\xae\xeb\x14\x61\xcc\x4c\x06\ \x00\x8a\x53\x85\x1e\x93\x01\x08\x5f\x60\x6f\x32\xce\x18\xa3\x0c\ \x61\x4e\x19\x20\x84\x98\x16\xa3\x82\xa4\x2a\x18\x00\x14\xab\xca\ \xf5\x90\x94\x5d\x57\x25\xbd\xff\xf1\xd2\xf7\x8c\xac\xa9\xa7\xe4\ \xf4\xaf\x58\xb4\xac\xc7\xc8\x98\x31\xc8\xfe\x71\x94\x65\xe4\x0f\ \xaa\x28\x29\xd2\x0b\x4b\xa6\xb8\x0a\x6c\x54\xe7\xc0\xcd\x44\x1c\ \xc0\x16\x0b\xc7\x31\xb1\x2a\x18\x4c\xcd\xc4\x82\xf6\xc1\xdc\x27\ \xd6\xc4\x2b\x4e\x9d\x56\xda\xbc\x7d\x8b\x16\x35\x47\x9d\x76\xd5\ \xcf\xb2\x97\x2d\x9c\xf7\xcf\x15\xab\x27\x5c\x33\x27\x0d\x64\x7b\ \x69\x45\x45\x89\x83\x15\xfd\x74\x58\x66\x5e\x61\x3c\xae\x7d\x17\ \x5d\xf7\x8f\x9e\x75\x10\x21\x60\x8c\x25\x13\xfd\x93\x69\x98\x18\ \x63\xce\x80\x1d\x99\xff\x44\x0d\xc3\x56\x7c\xcc\x95\x17\x06\x5e\ \x5d\xf8\xde\x4b\x6b\xb9\xe8\x28\x3a\xff\x27\xe7\x0d\x72\x62\xd3\ \xfc\x66\xfb\x74\x29\x7c\xef\xc9\x29\x1a\xec\x6d\x68\x6c\x8f\x49\ \xa6\xc1\x48\x41\xa1\xeb\x83\x27\x1e\x89\x4d\xb8\xe9\x91\xdc\x1d\ \xf7\x3f\xf2\x78\xcd\xc3\xbf\xca\xce\xc1\xf3\x76\xae\xd9\xd9\x98\ \x96\xeb\x2c\x18\x5b\x6c\xdd\xde\xd0\x75\xda\xd8\xc9\x66\x38\x9e\ \x95\x4e\x78\xc0\xd0\x34\x8d\x23\x00\xce\x74\x5d\x07\x33\xd2\xd3\ \x11\x29\x1a\x77\xda\x99\x9e\xfa\x7f\x7e\xbc\xda\x7f\xec\x64\x43\ \x4b\x20\x5b\xc6\x31\x63\x73\xfe\xdf\x9b\x6f\x0e\xc9\x9a\xb3\xe7\ \xed\x37\x58\xd1\x90\xea\x6c\x75\x77\x2c\x6e\x50\x0a\x00\xd4\xd4\ \x4c\x86\x12\xd1\xd6\x57\x5f\xfb\x64\xea\xd9\x67\x95\x38\x84\x43\ \xb8\x29\x29\x65\x40\x39\x05\x11\x53\x6f\xd3\xde\xa0\x7a\xdc\x10\ \xdb\x5b\xef\xbe\xbd\xd8\x35\x2d\x7f\xc9\x7b\x5b\x33\xab\xce\xcb\ \xb4\x3a\x87\x0e\xcd\xbc\xff\xf9\xd7\x27\xdf\xf0\xe0\xf1\x99\xeb\ \x6f\xfd\xdd\x1b\x95\x67\x5f\x9f\x6f\x73\xd5\xd5\xe5\xad\x5d\xdf\ \x62\x58\x46\x65\xa3\x04\x76\x5a\x30\xef\xd7\x34\xcd\x30\x0d\x53\ \xd3\x32\xab\x6b\xd5\x85\x2f\xbf\x36\x7f\xe5\xf4\xca\x0c\xd5\x26\ \x78\x3c\x21\x4b\x59\x49\x75\x65\xd1\x16\x95\x98\x46\xbc\xab\xb5\ \x03\x65\x0e\x3d\x75\x66\xdf\xdf\x5e\x5b\xdb\x7d\xfa\xcf\x86\xa4\ \xb3\xd6\xce\xc0\xc4\x19\x83\xb5\x88\xee\xb2\x89\xa6\x61\xa4\x36\ \x09\xbf\x39\x2d\x01\x20\x84\x44\x51\x4c\x3e\x30\x93\xc2\x58\x07\ \xa4\xbe\x8e\x30\x40\x62\x9a\xa8\x78\xf4\xc9\xbf\x39\xe6\x44\x93\ \x72\x41\x10\x38\x33\x8d\x2f\xa9\x78\x4b\xe9\xfa\xfe\xef\xf0\x1d\ \xe9\xfa\xb2\x68\x60\xdf\x9e\xcd\x9b\x76\xec\xda\xba\x79\xe3\x27\ \x1b\xf6\x0a\xaa\xb1\xaf\x5b\x3c\xe3\x82\xb3\x6b\x87\x54\x06\x77\ \x6e\xf0\x2a\xb5\xb3\xa6\xd6\xb4\x6d\xf8\xe0\xfd\xd5\x3b\xd5\x92\ \xd1\xe7\x9c\x36\xd1\xb3\x79\xc9\x82\xa5\xab\x76\x36\x05\xab\x8e\ \x19\x93\x81\x7c\x0d\x6e\x36\x6a\xdc\x68\x07\x8f\xb6\xb6\xf4\x55\ \x8e\x18\xda\xbe\xfa\xcd\xe7\x5e\x5f\xd4\x10\x49\x3b\xeb\xb2\x2b\ \x86\xa6\x6b\xfb\xdb\x23\x75\x63\xc7\x8c\x18\x39\x9c\xb5\x6d\x98\ \xb7\x60\x59\xc0\x52\x77\xfd\xf5\x97\xe7\x58\xcc\xde\xb6\x26\xa9\ \x60\xe4\xd0\xe2\xf4\xa8\xb7\xb5\x5f\x2c\x19\x5a\x60\xce\x9f\xbf\ \x69\xf0\xf8\x89\xd9\xd6\x4f\x23\x98\x5e\xb7\xdb\x62\xb5\xca\x92\ \x64\x9a\xe0\x72\x90\x96\x86\xfd\x62\xfe\xe8\xe3\x27\x96\xb5\x6d\ \xfe\x70\xc5\xba\x9d\xea\xe0\xe9\x17\x9c\x32\x49\x06\xb0\xab\x82\ \xc7\xad\x8d\x3f\xee\xd8\xd2\x4c\x6b\x4f\x47\x70\xc4\x8c\x59\x65\ \x69\x72\x66\x49\xa5\x25\xda\xbc\x7c\xf9\xea\x6d\xf5\xcd\x72\x7e\ \x55\x79\xb6\xd4\xd6\xd2\x9b\x55\x31\xb4\xc4\x0e\x60\xcb\xaf\x28\ \x50\xb7\x7f\xb4\x72\xc3\xb6\x3d\xba\x73\xd0\xf4\x49\x55\x2d\x1b\ \x96\xaf\x5c\xb7\x23\x04\xe9\xe3\x27\x1f\x63\x34\x6f\x78\x6b\xfe\ \x7b\x5b\x5b\xa3\x63\x66\x9c\x3a\xb9\xae\xb2\xaa\x2c\xbb\x7d\xeb\ \x87\x2b\xd7\x6c\x6e\xea\x4d\x0c\xaa\xad\x72\x88\x28\xe9\x69\xa6\ \xf0\xb5\x01\x80\x00\x62\xb1\x58\x73\x73\x4b\xa0\xbf\xdf\xdd\xeb\ \x66\x94\x59\x2d\x2a\x70\x24\x10\xc1\xdd\xdd\x9d\x9b\x97\xff\x79\ \x5d\xdf\x2f\xf3\x0d\x29\x65\xc0\x59\x52\x50\xef\x4b\xd9\x30\xa5\ \xb3\xf2\x3f\xc3\x77\xa4\xb3\xf2\xbd\xc5\xce\x1d\xdb\xb2\xb2\x73\ \x1c\x76\xbb\x69\x18\x80\x89\x48\x90\xa1\x69\x1c\x13\x42\x70\xb2\ \x39\xaf\x69\x1a\x26\x65\x58\x10\x65\x59\x34\xb5\x84\xc9\xb1\x22\ \x8b\xd4\xd0\x0d\x93\x22\x2c\x88\xa2\x98\x0c\xa2\x33\x6a\x1a\x8c\ \xcb\xb2\xc4\x0c\xdd\x60\x1c\x01\x22\x44\x14\x92\x41\x2c\x46\x39\ \xc2\x44\xc0\x9c\x31\x84\x05\x6a\xe8\x0c\x61\x82\x71\xd2\xf9\xd0\ \x75\x13\x11\x22\x0a\x98\x33\x0e\xc0\x4d\xc3\x48\xcd\xec\xff\x06\ \x18\xe1\x48\x34\xfa\xfa\x6b\xaf\xed\xaa\xdf\x93\x95\x99\x79\xd1\ \x85\x17\x0c\x1a\x34\x88\x31\xa6\xa8\xea\xb6\xad\x9b\x47\x8d\x1e\ \x43\x88\x08\x47\xa4\xb3\x82\x88\x28\x1e\x48\xf5\x60\x86\x61\x7c\ \x61\x03\x4c\x72\xa8\xcd\xa6\xaa\xaa\xd5\x6a\x3b\x1a\xb6\xde\xfe\ \xaf\xb8\xc9\x6a\xb1\x1c\x45\x5f\x98\x33\x46\x4d\x0e\x9c\x03\x30\ \xaa\x53\x13\x00\x38\x37\x0d\x93\x72\xe0\x03\xed\xa7\x11\x20\x4e\ \xcd\x44\x2c\x69\xd5\xd3\x44\x3c\x19\xa8\x46\x9c\x31\x5d\xd3\x3e\ \x9d\x9c\x00\x7a\x42\x83\x81\x02\x61\x6e\x1a\xba\xf9\x69\x6b\x03\ \x4a\x07\x1e\x27\xff\x63\x87\x2e\xd9\xdc\x30\xb4\x54\x13\x84\x6f\ \x09\x94\x53\x87\xdd\x7e\xe1\x45\x17\xbe\xff\xfe\xd2\x51\xa3\x46\ \x0d\x2a\x2b\xd3\x0d\x1d\x23\x9c\xd4\x58\x3e\xe2\xea\x6d\x2c\x49\ \xc8\xd7\xd5\xd4\xdc\xd6\x13\x35\xc1\x99\x95\x5f\x51\x5e\x66\x13\ \x4c\xe3\xcb\x62\xe1\x08\x21\xc6\xd8\x3b\xf3\xde\x0e\x06\xfb\x93\ \x1a\xe7\xa9\x2b\xf1\xed\x2f\x3b\x18\xc7\x62\xb1\xa3\xe7\xfb\xda\ \x1d\x2e\xb7\xdb\xed\x4a\x4b\x17\x25\x89\x31\x8e\x80\x73\xe0\xc0\ \x0f\x6d\x21\x93\x8a\x1e\xfc\x90\xe2\x4d\x49\x43\xdf\x61\x77\x9e\ \x7f\xfe\xf9\xc9\x18\x93\x24\x4a\x58\x10\x3c\x1e\x0f\x21\xe2\x11\ \x55\x74\x23\x2c\x12\xba\xf3\x83\xd7\x9f\x7e\x63\x15\x75\xe4\x64\ \x58\xc0\xdb\xe3\x4d\xab\x9d\x7e\xf5\x15\xe7\x16\xdb\xe0\x33\xf4\ \x44\x0e\x71\x02\xd9\x86\xf5\xeb\xdb\xdb\xdb\xb4\x78\xfc\x6b\x75\ \x63\x49\xe1\x6b\x5d\x60\xd5\x62\x11\x8f\xa0\x9b\xc4\x8f\x00\x25\ \xa5\x65\xfd\x01\xff\x9e\x5d\x3b\x1c\xce\xb4\x81\x52\xdf\xd4\x0c\ \xf8\xa1\x4f\xe0\x01\x25\x83\x81\xff\x11\x82\x44\x22\x11\x0c\x04\ \xea\x86\x8f\x38\xa2\x90\xab\x48\x42\xcd\x1b\x5e\x7a\x67\xeb\xb1\ \xd7\xdc\x75\xc2\xb0\x3c\x0c\xcc\x8c\xf4\xbc\xf1\xe4\xa3\xcf\xcf\ \xcf\xff\xc5\xa5\x33\x44\x96\x38\xac\xef\xe5\xc1\xa8\x07\xe7\xdc\ \x66\xb7\x57\x56\x0d\x66\xa6\x09\x29\xbb\xe9\x3b\x75\xee\x24\xe9\ \x68\xd8\x70\x40\x08\x0d\x1b\x31\xaa\xb7\xbb\x2b\x14\x0a\xa6\x66\ \xd4\x8f\xd4\x6d\xe7\x8a\xaa\x96\x95\x57\x5a\x8e\x2c\x58\x41\x10\ \xef\x68\xdc\x2d\xd5\x1d\x7b\xc2\xf8\x4a\x59\x8b\x52\x2e\x58\x73\ \xaa\xce\x38\x63\xf6\x5f\x5f\xac\xf7\x84\xa7\x15\xa9\xe8\x50\x45\ \x03\x72\xf8\x07\x71\x51\x14\xe1\xe8\x58\xd5\xff\x4f\x2f\xe8\xd1\ \x62\x40\x60\x8c\xf3\x0b\x8b\xf2\xa1\x28\x75\xd1\x53\x18\xf0\xe1\ \x91\x20\x0a\x60\x52\x4a\x18\x63\x1c\x4c\xd3\xa4\x0c\x08\x06\xf4\ \xb9\xae\x67\xe4\xa8\xbd\x6d\x52\x48\x21\x85\xff\x31\x18\x87\xec\ \x82\x8a\xf4\xf6\x20\xe3\x44\x55\x14\xc6\x39\x07\x1a\x8c\x6a\x45\ \x43\xab\x5d\x56\xcc\xbf\xa2\x0f\x41\x8a\x98\xfe\x37\x9e\x4e\x6a\ \x10\x52\x38\x3a\x61\xea\x46\xc6\xe0\xc9\x97\x66\x76\x6c\x5b\xfa\ \x66\x97\x3f\x9e\x55\x52\x33\x66\x64\x4d\xc1\xf0\x99\x97\x0e\xc7\ \x98\x69\x9f\x49\x24\x38\x8c\x9b\xc4\x94\x37\xf7\xdd\x23\x99\x4a\ \x9b\x1a\x87\x14\x8e\x42\x60\x41\xa4\xe1\xb6\x37\x9e\x7a\x6c\x8f\ \x99\x57\x5d\x64\xdf\xf3\xd6\xbf\xd7\xef\x3b\xe5\x67\x17\x1d\x67\ \x41\xfa\xe7\x53\x9c\xc8\x41\x8b\x49\x14\xc5\xeb\xae\xbf\x41\x51\ \x94\x54\xee\xe5\x77\x04\x41\x10\xfc\x7e\xff\xe3\x8f\x3d\x2a\x49\ \x52\xca\x7a\x4a\xe1\x28\x04\x21\xb0\x7f\xc7\xea\x16\x75\xf4\x1d\ \xb7\x5d\x9e\x25\x81\xe9\xd9\x74\xef\xfd\x6f\xec\xe8\x1a\x3b\xb1\ \xd8\xf2\x05\xdc\x84\x10\x3a\xb8\x8c\x2b\x8a\x92\xca\x0b\xff\xee\ \x20\x8a\x62\x28\x14\x6a\x6d\x6d\xce\xc9\xce\x4d\x4b\x4f\xff\xfe\ \x5b\x4f\x34\xd2\xb1\x7c\x7d\xd3\xd0\x29\xd3\xf3\xe4\xd4\xd5\x4b\ \xe1\x5b\x01\xc2\x58\xa0\x86\xae\x1b\x06\x23\x58\xd7\x74\x93\x63\ \xf2\x25\x1d\xac\x0f\xf3\xe9\xd8\x01\xa4\x86\xf0\xbb\x40\x72\x6c\ \x75\x4d\xd7\x74\xed\x5b\x7c\x5b\x23\xd0\xb5\x79\xcb\x36\x4f\x8c\ \x21\x66\x9a\x72\xee\xe4\x49\xe3\xb2\xec\xdf\x4e\x7a\x9a\xe1\xdf\ \xf7\xea\x9b\x4b\x33\xc7\x7d\x53\x6e\x32\x42\xbb\x36\x6f\x6a\xec\ \x8d\x17\xd6\x0c\x1f\x35\xb8\x10\x03\x80\xee\xdf\xbc\x7e\x43\x77\ \xc2\x7e\xcc\xc4\x89\x79\xb6\x81\x93\x0c\xb4\xed\x6a\xd1\xd2\x46\ \x54\x15\x60\x00\x3d\xd0\xb5\x69\xe3\x16\x4f\x9c\x21\xd1\x32\x7c\ \xca\x8c\x52\xbb\x00\x00\xba\xbf\x75\x7b\x7b\xa2\x6e\x78\xb5\x05\ \x01\x4b\xf8\xb7\x7e\xb2\xa9\x33\x48\x4b\x87\x8e\x19\x5a\x9a\x89\ \x81\xf5\x36\x6c\xdf\x52\xdf\x2a\x66\x96\x8f\x39\x66\x98\x4b\xa6\ \x4d\xdb\xd6\xef\x6c\xf6\x62\x91\x88\x44\x50\xb2\x2a\x26\x8c\xaa\ \x54\x0e\x0e\x86\x19\xdd\xbd\x71\x4d\x53\x40\x1c\x39\x69\x42\x91\ \x73\xa0\x43\x71\xdc\xd7\xb1\x65\xeb\x0e\x33\x7b\xd8\xd4\x61\x45\ \x08\x00\x40\x6f\xdc\xb5\x8b\x67\x56\x57\xe6\x1e\xdc\x14\xd7\xf6\ \x6c\xda\xca\x32\x2a\xeb\xca\x32\x3e\x73\x3d\x5b\x76\x6e\xa7\x19\ \xe5\x15\xf9\x8e\xff\x66\x8c\xf7\x6f\xd9\xa2\x39\xca\x86\x56\x64\ \x1f\x0d\xb7\x80\x61\xb2\xd2\x61\xd3\xea\x36\x3c\x7a\xcf\x9d\x77\ \x16\x65\x5b\xdd\x9d\x5d\x79\x13\xcf\x1d\x92\x6f\xa7\xf4\x0b\xea\ \xef\x52\x39\x96\xff\xf3\x85\x03\x21\xf4\xad\xaa\x66\x85\xf6\xac\ \x7a\xf0\xde\x7f\xed\x6a\xeb\xed\xee\xee\xec\xea\xf1\x25\x34\x3d\ \x1e\x8b\x25\x33\x6c\xe3\x91\x70\xdc\xe0\xdc\x8c\xfb\xbc\x1e\x4f\ \x5f\xff\x40\x77\x73\x4e\x63\xe1\x80\xdb\xe3\x09\x27\x4c\xa6\xc7\ \x7d\x5e\x6f\x28\x36\x30\x33\xa8\x91\xe8\xf7\x79\x3d\x7d\x01\x7d\ \xa0\x3d\x24\x12\x88\x30\xb0\xaa\x71\x23\xd0\xe7\xf1\x05\xa3\x1c\ \x00\x38\x4b\xc4\x62\x86\xf9\x1f\xd6\xb0\xdd\xcb\xe7\xbd\x38\x6f\ \xc5\xfe\xfa\xf5\x0f\xdc\xf5\xa7\x79\x1b\xbd\x00\xfa\xc2\xa7\xfe\ \xfa\xc4\x5b\x6b\xb6\x2e\x7f\xe9\x9e\xfb\xe7\x7a\x38\x00\x0d\x6f\ \x7c\xf7\x99\xdb\x6e\xb8\xee\xc1\xc5\x1b\x93\xa7\xd6\xbb\xe5\xfd\ \x27\x9e\x5b\xdc\xe5\xeb\xef\xeb\xf3\x6b\x14\x00\x58\xf3\x27\x8b\ \x7e\xff\xf3\x9b\x7e\xfb\xe4\x6b\x5e\x06\x00\xb0\x6d\xf1\xf3\xaf\ \x2c\xd9\xd0\xb0\x6d\xe5\xdf\x7e\x7d\xe7\x87\x2d\x71\xe8\xdb\x3a\ \xf7\xb9\xd7\xb6\xef\x6f\x58\xfc\xf4\x3d\x7f\x79\x7e\x29\x03\x41\ \x8b\xf4\xbb\x7b\x7b\xfb\x03\x9e\x65\x2f\xdc\xff\xc8\xdb\xeb\xe9\ \x21\x6d\x38\x3f\x7e\xf9\xfe\xfb\x5f\xf8\x60\xe7\xba\xf9\x7f\xfa\ \xd3\x13\x6d\x09\x00\x80\xee\x6d\xef\x3d\xfa\xaf\x97\xb6\x35\xf7\ \x86\xe3\x3a\x02\x30\x83\xad\x6f\x3d\xfe\x97\x9b\x6e\xbe\x63\xd1\ \xf6\xfe\x83\x2f\xdb\xfb\xc1\xb3\xbf\xbc\xf9\xb6\x57\x56\xec\x3b\ \xf4\xab\xe9\xa1\x8e\xf9\x4f\xfd\xe9\xc6\x9f\xfd\x66\xf1\xc6\x9e\ \x43\x9f\xe7\xcc\x8c\x04\xfd\x6e\x77\x5f\x4c\x37\x4d\x2d\xe2\xf5\ \x7a\xc3\xf1\x64\xc9\x0c\xd7\x13\x91\x3e\x8f\xc7\xd7\x1f\x3e\xb4\ \x7d\x54\xe3\xaa\x97\x7e\x75\xf3\x2d\xcf\xbd\xbf\xfb\x28\x99\xfc\ \x9c\x9a\xdc\x9a\x77\xfe\x0d\x77\xdc\x70\xe1\x49\xc7\x8c\x9e\x70\ \xc9\xf5\xb7\xdf\x74\xd6\x24\x85\xeb\x5f\x58\xf0\x9b\xea\x91\xf2\ \x63\x60\xbb\xcc\x41\x53\xae\xbb\xee\xea\xb4\x64\x7b\x92\x58\xeb\ \xbd\xb7\xdf\x93\x7d\xfe\x3d\x97\x14\xef\xbb\xe3\xbe\x25\x17\xdf\ \x75\xcf\xe0\xd0\xba\xc7\xfe\xf5\xae\x2f\x14\x52\x2a\x4e\xb8\xf3\ \xe7\x67\xf5\xaf\x7c\xf1\xee\x67\x56\x5a\x32\xac\xba\x86\xf2\x0a\ \x32\xa3\x5e\x77\x77\x54\xbd\xf8\x97\x7f\x98\x5d\x2d\xbc\xf2\xe7\ \xdb\x97\x74\xf2\x74\x59\xe7\x59\xc3\x6f\xfa\xc5\x8d\x83\x04\x8c\ \x00\x01\x06\xe0\xfe\xf9\x4f\x3e\xbe\x62\x6f\x9f\x61\xd0\x63\xce\ \xbc\xf1\x8a\x29\xca\xdd\x57\xfd\xaa\xe6\xe6\x07\x2f\x19\x57\xf0\ \x15\xe7\x55\x39\xed\x9c\xbb\x67\x29\x12\xc1\x6f\xfc\xfa\xd2\xed\ \xf5\x4d\xa7\x15\xc3\xe2\x8f\xe3\xd7\x3e\x72\xdf\x98\xcc\xce\xdf\ \x5f\x79\xd7\xf2\xcd\x67\x5d\x50\xd9\xd7\x11\x10\xc6\x4c\x9b\xb8\ \x67\xa0\xe1\x37\x04\x23\x91\xac\x71\x27\x5f\x7d\xc5\x29\x52\xf2\ \xe7\x84\xaf\xb1\xd1\x5b\x33\x75\x9a\x7b\xcf\x40\xcf\xfc\x21\x27\ \x5d\xf3\x97\x33\x2d\x12\xf2\x3f\xfe\xf3\x2b\x3f\xde\xdd\x3a\x63\ \xce\xe8\x9b\xef\x1c\x6a\x51\xa4\xb6\x35\x4f\xde\xf8\xf4\xe6\x9e\ \xcb\x8f\xaf\x9d\x7c\x72\xed\x64\x80\xde\xb5\xbf\xfe\x64\xd4\x6d\ \xd7\x9e\x77\x50\x84\x81\x07\xb6\xbf\xf2\x41\xd7\xd9\x77\x3d\x71\ \x72\x65\xf0\xbe\x5b\x7e\xfe\xe6\x47\x5d\x3f\x9f\x1c\x7a\xe4\x91\ \xe7\xc9\xf0\x13\x47\xd4\x0d\x9b\x30\x62\x10\x00\xf4\xb5\xee\x09\ \x67\xd4\x4e\xac\xeb\x93\xf1\x00\x81\x78\xb7\xcc\x7b\xe9\xe3\xe8\ \x9c\x39\x93\x02\xe2\x61\xcb\x89\xaf\x73\x7f\x40\xae\x3e\x76\x44\ \x0f\x11\x0e\x7b\x7e\xe7\x92\x87\xef\x7b\xa5\x3e\xdd\x25\x45\xc1\ \x5e\x98\xa6\x84\x02\x3d\x3e\x23\xe7\xc6\xdf\xff\x71\x8c\xb4\xeb\ \xaf\xbf\xbb\xaf\x83\xa7\x0b\x66\x2c\x6f\xcc\xd9\xb7\x5d\x39\xdb\ \x21\x40\x60\xd7\xe2\xe7\x97\xf7\x9d\x34\x67\xaa\x5b\x46\x47\xd3\ \x6c\x05\x2d\x16\xf2\x78\xbc\x6e\x7f\x42\xc3\xb6\x82\xfc\xac\x74\ \x15\x01\xe5\x29\xbb\xe9\x47\x08\x2c\x48\xb1\xce\x55\x7f\xf8\xdd\ \x5d\xbf\xf9\xd5\xaf\x9f\x78\x6d\x85\x61\x29\xbd\xea\xca\xd9\x3b\ \x5f\xbe\xfb\x8e\x07\xdf\xac\x39\xf1\x92\xd1\x99\x60\x29\x99\x74\ \xe3\x2f\x6e\xff\xe5\x75\x67\x46\x36\x2e\xd8\xd8\x11\xef\x77\x77\ \x4b\x15\xa7\x3e\xf2\xf0\x63\x73\xca\xe3\x6d\xa8\xf2\x8f\x8f\xfc\ \xf3\xb2\xa1\x7c\xc1\x5b\x1f\x01\x24\xda\xba\x8c\xd9\x57\xfe\xf1\ \x91\x27\xfe\x3e\x86\x6f\x7d\x6a\xee\x72\x43\x92\x10\x42\xb2\x0c\ \x1d\x2b\x5f\x7d\x6d\x8b\x71\xf1\xcd\x77\x5c\x73\x52\xd5\xfc\xff\ \xf7\xd4\x8e\x70\xfe\xb5\xbf\xfd\xed\xcc\xc1\x19\x5f\x7d\x62\x92\ \x6a\x91\x08\x0e\x37\xad\xd8\xd0\x9f\x3e\x73\xc6\xe8\x40\x47\x4b\ \x38\xad\xa2\x24\x0d\x00\xe7\xd4\xe6\xa1\xae\x96\x66\x70\x56\x9c\ \x79\xd1\x65\x63\xcb\x1c\xd4\x1c\x58\x38\x05\x9b\x2d\xb8\x69\xfe\ \x6f\x7e\x7d\xd7\x33\xef\x6e\x31\x01\x40\xc9\x38\xfe\xc2\x9f\x9c\ \x3c\xa6\x18\xe8\xc0\xe4\x95\x54\x8b\x84\xa0\x6f\xfb\x47\xbb\xa2\ \x55\xb3\x47\x0d\x02\x00\x8b\x22\x01\xf5\x2e\x5f\xb6\x7b\xdc\xac\ \xe9\x05\x03\xfb\xcc\x74\xe1\xab\xaf\xf3\xba\x13\xa7\x14\x4b\x7a\ \xc4\xdf\xd2\xd4\xd8\xd2\xe5\x77\x77\xec\x8f\xa5\x65\x96\x16\x12\ \x80\x8c\x9a\xdc\xcc\x40\x73\xaf\x67\xe7\xca\xe6\x84\xa3\x3c\x4f\ \xd9\xf9\xee\xd3\x77\xde\xf7\x4a\x90\x43\xee\xf0\x13\x2f\x3f\xff\ \x94\x5c\xbb\x30\xf0\x69\x91\xfd\xaf\xbe\xb7\x67\xce\x4f\x6f\x19\ \x9b\x2b\x23\x8c\x01\x58\x4f\x6b\x53\x63\x53\x9b\x2f\x94\xc8\xab\ \x9d\x79\xf9\x65\x67\x15\x59\x09\x3d\x3c\x00\xe2\xe9\x68\xcb\x9e\ \x74\xfe\xc3\x8f\x3e\x3c\xc1\xda\xe7\xb5\x4f\x7d\xe0\xd1\x47\x4e\ \x2a\xec\x79\x63\xc5\x16\x3d\xe2\xef\xd3\x72\x6f\xf9\xcb\x83\x8f\ \xde\x7d\x83\xb6\x6e\xee\x2b\x6b\xba\x80\x77\xbf\xba\x70\xeb\xac\ \x2b\x6f\x99\x54\x64\x39\x7a\x34\x8e\xb1\x20\xb2\xfe\xd6\xe7\x1f\ \xb9\x7f\xd1\xc6\x36\xce\x12\x5b\x97\xbe\xf0\x8f\x67\xde\x0b\x18\ \x07\x8d\xf3\x94\xdd\xf4\x23\xb3\x93\x99\x29\xa6\x55\x9f\x7d\xd1\ \x65\x39\x82\x21\x3b\xb3\x04\x80\xcc\x11\x27\x55\xb3\x27\x9f\x68\ \x1e\x7e\xfd\xe4\xea\xa4\x1f\xf4\xd2\xca\xfd\x4e\x27\xf6\x45\x12\ \x94\x1a\x08\x13\x59\x56\x01\x50\x59\x4d\xa5\x65\xaf\x4c\x00\x06\ \x97\x16\x89\x1b\x7d\x14\x10\x91\x15\x8b\xa2\x00\xd8\x4e\x9c\x39\ \x6c\xcd\x82\x6d\x3e\x63\x12\xc1\x88\x00\x74\x74\x34\x05\x42\xd1\ \x25\xaf\x3c\xcd\xf4\x68\xcd\xf0\x21\x0a\x90\xe2\xba\xe1\x47\x72\ \x6e\x91\xa6\x95\x7f\x7e\xe0\xcd\x91\x17\xff\x7a\x5a\x91\xd8\xd9\ \x49\xf9\x40\x49\x02\xe2\x9c\x1f\xd4\xf0\x3b\x34\xbe\x59\x3b\xf3\ \x8a\xa7\xa7\x5d\xdc\x55\xbf\xfc\x2f\xf7\x3d\x20\xa4\x3f\x78\xd9\ \xf8\x2c\x00\x60\x87\x6f\xe1\xf4\xee\x5c\x70\xef\x3f\x3f\x9a\x73\ \xdd\xed\x63\xf3\x65\x00\x00\xbd\xef\xb9\xbf\xdf\xd3\x9c\x3e\xeb\ \xf6\x0b\x27\x1c\x60\x88\x6d\x2b\xb7\x69\xa7\xfd\x69\x22\x00\xf4\ \x36\xae\xfd\xe7\x53\x8b\xe2\x59\xc3\xcf\x9e\xe4\x94\xc8\x40\xe3\ \x7d\x06\x80\x08\xf2\xb5\x79\xf3\x07\x4f\xbc\xf4\xdc\x73\x85\x99\ \xc5\x37\xfd\xea\xc9\x0d\x9d\xe7\x1c\x5f\x24\x02\x30\xce\x38\x20\ \x0c\x00\xeb\xde\x7a\x61\xe5\x7e\xa3\x68\xdb\xbb\x7b\xb6\xb5\x36\ \xc9\x9b\x76\xed\x97\x3f\x7c\x76\xee\xce\xb0\xf5\xc4\xf3\xaf\x3e\ \x7d\x52\x19\x00\xfd\x7c\xfb\x7e\x84\x89\x22\x4a\x00\x52\x5d\x71\ \x41\xa3\x4e\x00\xd4\x92\x8a\xa2\x55\xfd\x61\x83\x09\x44\xb6\x58\ \x54\x41\x4a\x1b\x31\x75\x6c\xf6\x8a\xce\x96\x2d\xef\x6c\x58\xba\ \x3b\x90\xbd\xfb\xfd\x0d\x9b\x9b\xf6\xeb\xea\xbe\xc0\xd8\xc1\x69\ \xea\x8f\x7e\xae\x12\x82\x1a\x76\xaf\xed\xb0\x8e\xfd\xcd\xed\x57\ \xe6\x48\xc0\xfa\xb6\xfd\xe5\xde\x17\xf7\xba\x67\x4c\x2d\xb5\x69\ \xba\xf1\x55\xf9\x4d\x29\xfc\x20\xb9\x89\x33\xa2\x66\x56\x57\x97\ \x1f\xec\xc9\xdb\xb9\x7e\x5e\x93\x7d\xf2\xb9\x69\xbe\x97\xe6\x6f\ \xba\xf3\xe2\x82\x97\xdf\x58\x51\x71\xc3\xe3\xd7\x8d\xd7\x1f\xb8\ \xe5\x8e\x84\xce\x00\x80\x03\x03\x00\xc6\x10\xa3\x26\x07\x60\x88\ \x27\xe5\xf7\x80\x1a\x9a\x61\x02\x40\x63\x43\x37\xb6\x8d\xb0\x11\ \x33\x91\x30\x4d\x0e\x2e\x47\xba\x33\xbf\xe2\x86\x3b\xae\x4b\x1f\ \x88\x3d\xd1\x48\x30\x28\x58\xec\xaa\xf8\x55\x76\x37\xf7\x6d\x7b\ \xf0\xf1\xf9\x23\x2e\xbb\xe3\x82\xb1\x85\x00\x90\x9d\x5f\xec\x0c\ \xae\x6e\x70\xb3\x9c\xac\xb6\x1d\xdd\x30\xac\xa4\xe4\x0b\x68\x96\ \x52\x44\xa4\xc2\x61\x93\x06\x67\xbc\xd1\xd6\xe6\x83\xf1\x59\x9f\ \x39\x22\xd6\xb9\xf6\xa1\x7f\xad\x3c\xfe\xc6\xdf\x9f\x34\xc4\x95\ \x0c\x54\x2f\xfe\xd7\x83\xfb\xd3\x8e\xbb\xeb\x86\x93\x0f\xc6\xeb\ \x1b\x77\xae\xf7\x67\x8f\x18\x56\xa8\x00\x40\xf1\xf0\x93\xff\xfa\ \xe8\x89\x08\x0b\x28\xb8\xeb\xed\x17\x57\xec\x6f\x4e\x0c\xa9\x0b\ \xed\xec\xf0\xe6\x4e\x2a\xce\x42\x69\xbd\x2b\x5a\x7a\x01\x0a\xb4\ \x98\xc9\x64\xab\x84\x0f\x1d\x53\x00\xc8\x1f\x33\xe7\x52\x6b\x07\ \x8d\xc5\x28\xe7\xa6\xa1\x2b\xd9\x35\x37\xfe\xe5\x21\x4a\x19\xc6\ \x9f\xeb\x3f\x4c\xb5\x50\x54\x77\x38\x6c\x08\x01\x4f\x8a\x17\x02\ \x63\xc9\xa6\x30\x0c\x61\x84\x00\x10\xa7\xba\x66\x00\x28\xfd\x2d\ \xcd\xfe\x8c\xa9\xd6\x82\xe1\xc7\x5f\x4e\xf7\x99\xf1\x18\xe5\x1c\ \xf8\xd1\xd2\x91\x01\x01\xd7\x34\x5d\xb6\x38\xb5\x90\xaf\xd7\xa4\ \x38\x14\x62\x58\x32\xa2\x61\x9f\xdf\xc4\x92\xaa\x4a\xf8\xd0\xbd\ \xeb\x14\x37\xfd\x08\xae\x37\xf8\x9b\x57\xfd\xe3\xaf\x38\x8d\x98\ \x06\x73\xcc\x3c\xbe\xee\xbd\xe7\x57\x8e\xbe\xee\xc1\xf3\x72\xf7\ \xdc\x70\xeb\x3f\xdf\x1d\xfd\xe7\x19\xe3\x06\xbd\xfd\xf2\x83\x8f\ \x6f\x90\x36\x75\xe8\xc3\x55\xc2\xf4\x44\x3c\x61\x02\x00\x33\x12\ \xf1\x84\xce\x01\x98\xa9\xc5\x13\x3a\x80\x24\xe9\xee\x45\x73\xef\ \x6d\x79\x9f\xd7\xb7\xc6\x2e\xf8\xe5\x29\x2e\x57\x5f\x5e\xa2\xf9\ \x8d\x05\xbb\xee\x3a\xe1\x92\xf1\xeb\xfe\xf8\x9b\x5f\xfc\xb6\xd0\ \x61\x29\x1f\x77\xf2\x05\xc7\xa6\xdd\x73\xcd\xcf\xab\x6f\x7d\xe8\ \xb2\xf1\x85\x5f\x71\x62\x9f\x2c\x78\x73\xd5\xae\x3e\xfb\x96\xc5\ \x0f\xad\xea\x77\x0c\x3f\xee\x8a\xe3\xa7\x9c\x73\xfc\xb2\xff\x77\ \xcf\x2f\x16\x88\x21\xb3\x6e\xd6\xf1\xc7\xa4\x0f\xdc\xd7\xba\x16\ \xd7\x0d\x04\x00\x3c\xb6\xe2\xd9\xc7\x3f\xea\xa6\x10\xea\xe8\x46\ \x65\x37\xcd\xaa\x3c\x10\x40\x35\xe2\xf1\x44\xd2\xb8\xda\xf0\xea\ \xd3\x9b\xba\x50\xc1\xda\xd7\x1e\x58\x12\xca\x3d\xe6\xfc\xf3\xab\ \xf6\x3e\xb7\x64\x5d\xfe\xe4\xbc\xb9\x8f\x3e\x10\xc5\x05\xe7\x5e\ \x7c\x56\x91\x93\x34\x6c\xdd\xe2\x2c\x3e\x3b\x0d\x0d\x84\x37\x06\ \xf4\xe9\x5c\x43\x2e\x39\xa5\xf2\x89\x87\x7f\xb9\xd1\x66\x86\x5c\ \x13\xae\x9a\x98\x99\x49\xcf\x9c\xb0\xe0\xcf\xf7\xfe\xe6\x6e\x7b\ \xac\x37\x77\xe2\x79\xe3\x0e\x88\xfa\xe9\x89\xb8\x66\x52\x00\x28\ \xa9\x1d\x57\x52\x3b\x0e\x00\x56\x76\xaf\xd7\xad\xc7\x54\xb8\x64\ \x00\x10\x3e\x95\xd5\xe6\x7a\x3c\xae\x19\x0c\x00\xf4\xb6\xf7\xaf\ \xbd\xf3\xdd\x9b\x1f\x7c\x5c\xe4\x5a\x42\x37\x01\xc0\xd4\x13\xc9\ \x07\xd4\x88\xc7\x34\x03\x13\x45\xf7\x6e\x7f\xec\xde\x3f\xa5\xc5\ \xbb\xbb\xe8\xe8\xdf\x4c\x19\x9e\xe3\xc2\xa7\x15\x0f\x05\x80\xb5\ \x7d\x1b\x83\x74\xe4\xe0\x74\xf5\x68\x98\xab\x8c\xa3\xcc\x82\xb2\ \xc8\x5b\xaf\xdd\x7b\xf7\x26\x19\x83\xa9\xc5\x82\x11\xea\x99\xfb\ \xf0\x7c\x86\xc7\x9c\x76\xcd\x85\x53\x4b\x74\xfd\xd3\xfe\xbc\xa9\ \xbe\x97\xff\x3b\x7c\x47\x7d\x2f\xcd\x70\xdf\xfe\xfd\x0d\xfe\x18\ \x05\xc4\x19\x13\x0b\x4b\xb3\x35\x4d\x2c\x2d\x2f\x52\x31\x74\x35\ \xec\xd5\x1d\xc5\x65\x59\xc6\xee\xad\xbb\xbd\x11\x6a\x4b\xcb\xab\ \xad\x2b\x67\xbe\x8e\xde\x84\xb5\xa2\x38\x23\xe2\x6b\xeb\x8e\xaa\ \x15\xc5\xd9\x7a\x5f\x47\x67\x44\xae\x28\xe2\x7f\xbf\xe9\xf7\xf2\ \xd4\x0b\x27\x97\xcb\xf6\xfc\x9a\xaa\x02\x07\x00\x04\x3b\xf6\xb4\ \x1b\x69\x75\x83\x72\x79\xd8\xb3\x7b\x4f\x43\x20\x81\x0b\x2a\xaa\ \x2b\xf2\x2c\x2d\x7b\x1b\x2d\x05\x15\x39\x8e\xaf\x4a\x2e\xf0\x75\ \x35\xb7\xb4\xf7\xc4\x4d\xc6\xa9\xa9\xe4\x95\x8f\x1a\x5c\x4c\x58\ \x64\xff\x8e\x9d\x1e\xdd\x56\x3b\xbc\x2e\x5d\x1e\xb0\x53\x42\xde\ \xd6\x5e\xcd\x56\x59\x98\x89\x80\x79\x5a\xf6\x34\x74\xfa\xb8\x64\ \x2f\xaf\xa9\xcd\x3b\xf0\xe6\x46\xc4\xd3\xd8\x1b\x2f\x2b\x2f\x51\ \x10\xf8\x5a\xea\x1b\xdd\xfd\xba\x41\x19\x63\xf6\x82\x21\x23\x0a\ \x78\xfd\xde\xe6\x60\x44\xa3\x9c\x71\xe2\x1a\x36\x6a\x68\x9a\x82\ \xbd\x2d\xfb\x62\x96\xdc\x92\x1c\xe7\xe7\xee\x8c\x44\x5b\xfd\x8e\ \xf6\x30\xa9\x1e\x36\x34\xcb\x2a\x02\x80\x1e\xf5\xec\xda\xbe\x57\ \x53\xf3\x46\x0c\xa9\x54\x0f\xc4\xaa\xba\x9b\x9a\x59\x5a\x51\x61\ \xfa\xa7\x32\xc8\xfd\x5d\x4d\xfd\x38\xb3\x34\xef\x33\x6f\xc8\xdc\ \x2d\x8d\x86\xbd\xb0\x30\xd3\xc2\x12\xbe\x7d\x2d\xfe\xc2\xf2\x0a\ \xe6\x6f\xf2\xf1\xcc\x41\x79\xae\x50\x57\x8b\x97\xb9\xca\x8b\xd2\ \x82\xee\x56\xaf\x90\x53\x18\xf8\xf8\xf6\xbf\x2d\x9a\x75\xd9\x85\ \x19\xa2\x54\x5e\x53\x97\xe3\x94\x0e\xbe\x4b\xa8\xa7\xd9\xc7\xd3\ \xca\xf2\xd3\x7e\x3c\x04\xf4\x15\x7d\x2f\x11\xe2\x86\x16\xec\x0f\ \x52\x84\x29\x65\x84\x08\xd4\xd0\x74\x83\x52\x8e\xac\xce\xcc\x4c\ \xa7\x72\x68\xd2\x5f\x8a\x9b\x7e\xf0\xdc\xf4\xad\x41\xef\xfc\xc3\ \xb5\x77\xd7\x5d\xf7\x8f\x73\xc6\xd8\x53\x17\xeb\xdb\x45\x62\xcf\ \xc2\x5b\xfe\xbe\xfa\x97\x4f\xfe\xbd\xfc\x28\xc8\x62\xfd\xea\x9e\ \xbc\x82\x24\x25\xbc\x8d\x1f\x7e\xb4\xd1\x1b\x31\x9d\x39\xe5\x53\ \xa6\x4f\xc8\xb5\x0a\x26\x65\x8c\x1a\x26\xfd\x9a\x9a\xe3\x29\x1c\ \x35\xdc\x99\x7d\xd5\x6f\x6f\x57\x72\x2c\xa9\x91\xf8\xd6\x21\x95\ \x4e\xfe\xd5\x6f\x87\xe5\x1f\xf5\x77\x1b\x26\xa2\xe1\xdd\xfb\xf4\ \x43\x4f\x05\x6c\x99\xfd\x3d\x3e\xbb\x75\xcf\xb6\x46\xf7\x4d\x57\ \x9d\x96\x46\xe8\xe7\x6b\x56\x52\x39\x04\x29\x1c\xb4\xa1\xa5\xc2\ \xf2\xf2\x4c\x9b\x90\x1a\x89\x6f\xff\x9e\x54\xd3\x06\x55\x94\x28\ \x47\xfd\xd0\x12\x01\xda\xea\x3f\xf1\xe6\x4c\xfd\xd5\x8d\x17\x0e\ \xae\x1a\x79\xdd\x6d\xd7\xe7\x86\x76\xee\xee\x0a\xe2\x2f\x6a\xb4\ \x9b\xe2\xa6\x14\x52\x48\xe1\x7f\x07\x6a\x52\x45\x95\x11\x50\x23\ \xee\xdb\xb1\x69\x63\x77\x58\x74\x5a\xe4\x2f\x6c\xd7\x9c\xf2\xe9\ \x52\x48\x21\x85\xff\x11\x4c\x93\xe5\x55\x8d\x9b\x60\x61\x8c\x2b\ \x4e\xd4\x3e\x7f\x59\x70\xd6\x19\xe7\xd7\x64\xab\x26\x33\x52\xdc\ \x94\x42\x0a\x29\xfc\x9f\x81\x51\x6a\x2f\xa8\x39\xae\x18\x27\x12\ \xb1\x53\xaf\xb8\xe3\x34\xd9\xe6\xb4\x4a\x86\x6e\x7c\x61\x76\x57\ \x8a\x9b\x7e\x48\xc0\x18\xc5\xa2\xd1\x8e\xb6\xd6\x94\x86\x60\x0a\ \xdf\x53\x70\x8e\x05\xc1\xe9\xfa\xd2\x94\x08\x66\x1a\x71\x13\x00\ \x11\xbb\x33\x0d\x01\xfb\x32\x62\x4a\x71\xd3\x0f\x0c\x82\x40\xf2\ \x0b\x8a\x28\x35\x01\x52\x11\xeb\x14\xbe\xb7\x2b\xe8\x91\x44\xb1\ \x39\xa5\xe6\x57\x1f\x41\xfe\xe3\xc7\x70\xce\x81\x73\x40\x88\x73\ \xce\x39\x13\x04\x92\x14\xc9\x33\x0c\x83\x73\x2e\x08\x02\xa5\x26\ \x20\xc4\x28\x13\x04\x41\x14\x45\x84\x10\x63\xd4\x34\x29\x63\x4c\ \x14\x09\x00\x62\x8c\x31\x3e\x50\x7b\x94\x4c\xea\x49\x66\xf1\x1c\ \x0c\x80\xf1\x03\x5d\xb4\x31\xc6\x8c\x31\x0e\x9f\x4a\x2e\x24\x5b\ \xdf\x25\x7f\x7b\xf0\x18\x84\x10\xa5\x34\x99\x87\x95\xfc\x0d\x1c\ \xde\xec\x3c\xf9\xaa\xe4\x91\xc9\x72\x00\xce\x0f\xbc\x39\xe7\x00\ \x20\x08\xc2\x41\xed\xf6\x64\x3e\x11\x00\x30\xc6\x30\xc6\xa6\x69\ \x26\x7f\x4c\xfe\x8b\x10\x4a\x7e\xdc\x81\x77\x83\x64\x3a\xd8\xc1\ \xc6\x95\xc9\x33\x49\xbe\x49\xf2\xc1\xc1\x73\x36\x4d\xf3\x5b\x6f\ \x20\x67\xb5\xd9\x52\xb3\x3f\x85\xef\xbb\xef\xf6\x6d\xe4\x48\x7e\ \x15\x37\x21\x84\x22\xd1\xa8\x48\x08\xc6\x82\xae\xeb\xaa\xa2\xa8\ \x8a\x25\xd0\xdf\xef\xf7\xfb\x11\x42\xf9\x79\x79\x9c\xf3\x40\xa8\ \x3f\x27\x27\x27\x14\x0c\xda\x1d\x0e\x4d\x4b\x34\x36\x36\x02\x70\ \x49\x52\xd2\xd2\xd2\x54\x45\xed\xf3\xfa\x89\x28\x30\xc6\x6c\x36\ \x1b\x02\x84\x05\x2c\x8a\x22\x70\x20\x22\x19\xa0\x89\x03\xac\xc3\ \x19\xa3\xa6\xa9\x69\x9a\xaa\xaa\x08\x21\x40\x78\xa0\xcd\x11\xe7\ \x49\xe2\xe3\x8c\x51\x46\x39\xe7\xb1\x58\xcc\x34\x4c\x9b\xdd\x96\ \x94\x47\xe7\x9c\x33\xce\xd1\x41\x8d\x00\x84\x80\x03\xe7\x0c\x21\ \xa4\xeb\x86\x61\x18\x08\x63\x91\x08\x08\xa1\x48\x24\xaa\xaa\xb2\ \x2c\xcb\x18\x63\xbf\xcf\x97\x48\x24\x10\x42\x92\x24\x69\x9a\x9e\ \x48\x24\x10\x46\xaa\xa2\x24\x12\x09\xa7\xd3\x19\x0a\x85\x45\x51\ \x8c\xc7\xe3\x1c\x38\xa5\xd4\x30\x0c\x8b\xc5\x42\x29\xd5\x75\x8d\ \x31\x2e\xcb\x72\x92\x77\x92\x43\x64\xb7\xdb\x9d\x4e\xa7\xae\xeb\ \x91\x48\x44\x55\x55\x5d\x37\xe2\xf1\xb8\x2c\x4b\xa6\x49\x33\x32\ \x32\x64\xf9\x5b\x96\xa2\x4b\x65\xc6\xa6\x70\x94\xe0\xab\xb8\x49\ \x14\xc5\xce\xce\x2e\xab\xd5\xae\xaa\x2a\xe7\x3c\x3d\x2d\xd3\xe5\ \x74\x36\x34\x34\x3f\xfc\xe0\x43\x5e\xb7\xe7\x2f\x7f\xfd\xcb\xa8\ \x51\x23\x3f\x5a\xf9\x76\x6e\x41\xfe\xc8\x51\xc3\xd3\x5c\xce\xe7\ \x9f\x9f\xfb\xd8\xe3\x8f\x39\xec\xf6\x13\x4f\x9c\x73\xd6\x59\xe7\ \xba\x9c\x59\x6f\xbc\x39\xcf\xeb\x73\xcf\x9e\x7d\x82\xcd\x6a\x0f\ \xf5\xf7\x1b\xba\x59\x59\x55\xa9\xeb\x7a\x5e\x7e\x01\x03\x4e\x44\ \x31\x69\x22\x21\x00\x30\x68\xc0\xef\x6f\xd8\xdf\x50\x53\x59\xcd\ \x05\x0c\x18\x61\x8c\x93\x9c\x85\x10\x8a\x46\xa3\x8c\x32\xd3\x30\ \xda\xda\xda\xb6\x6e\xde\xac\x25\xb4\x13\x4f\x3a\xd1\x6e\xb1\x3a\ \x9c\x4e\x86\xc0\x34\x4d\x49\x92\x08\xf9\x54\x07\xd4\x30\x0c\x49\ \x92\xba\xba\xba\x76\xee\xda\x9b\xd0\x74\x9b\x55\x55\x24\xa9\xa1\ \xa9\x71\x70\x65\xe5\xa8\x11\xc3\xdd\xbd\xbd\x1b\xd6\xad\x6b\x6f\ \x6f\xb7\xd9\xec\x08\x61\x9f\xcf\xb7\x65\xcb\x16\xab\xd5\x5a\x57\ \x57\xd7\xdb\xdb\x7b\xf6\xd9\x67\xf7\xf6\xf6\xee\xdf\xbf\x7f\xf3\ \xe6\xcd\x98\xe0\x86\xc6\x06\x8f\xc7\x3b\x76\xec\x98\x78\x3c\xde\ \xda\xda\xe2\xf3\x05\x2a\x2a\xca\x6d\x36\x9b\xdb\xed\x36\x0c\x5d\ \x51\xe4\x49\x93\xa6\xd4\xd4\x54\x7b\x3c\x7d\x0d\xfb\x1b\x0b\x0a\ \x0a\x14\xc5\xe2\xf7\xfb\x0b\x0a\x0a\x44\x51\x3e\x79\xce\xec\xdc\ \xdc\xec\x24\x8b\x7d\x6b\x17\x8c\xa4\xdc\xf0\x14\xbe\xe7\x11\x27\ \x4e\x29\xfd\x6e\xb9\x89\x9a\x66\x76\x56\x16\xe3\xd8\x6a\xb5\x64\ \x67\x67\x0b\x18\x37\x36\x35\xf5\xf6\xf6\x2a\xb2\x4c\x44\xd2\xde\ \xde\xee\x72\x3a\x73\xf3\x72\xb7\x6c\xde\x9c\x91\xe1\x72\x3a\x86\ \xb8\x3d\x6e\x8b\xc5\x52\x50\x58\x34\x6c\xd8\x30\x8b\xc5\x82\x05\ \x54\x58\x58\xd4\xd9\xd3\xd1\xd0\xd0\xd0\xdd\xde\x59\x53\x5d\xdd\ \xde\xde\x96\x9f\x9f\xc7\x38\xd7\x34\x4d\x56\x95\x01\x47\x8c\x73\ \x84\x30\xc2\xc8\x62\xb5\x2a\xaa\xa2\xe9\xba\xc5\x6e\x8b\xc7\xe3\ \x82\x24\x0a\x44\xe0\x9c\xeb\xba\x4e\x29\x15\x45\x51\x96\xa4\xbc\ \xfc\xfc\xe6\xa6\x26\xaf\xd7\xab\x5a\x2c\x18\x21\x0e\x70\xd0\xdb\ \x4a\xba\x5a\x8c\xb1\xa4\xbf\x96\xf4\x37\x13\x89\x44\x7b\x5b\x7b\ \x56\x56\x66\x55\x55\x85\xcf\xe3\x5e\xef\xeb\x4b\x73\x3a\x7c\x5e\ \x4f\x61\x61\x21\x21\xa4\x3f\x18\x5a\xfd\xd1\xea\xa1\x43\x87\x8e\ \x18\x39\xc2\xd7\xe7\x0b\x86\x42\x39\x39\x39\xe1\x70\xb8\xaa\xaa\ \x2a\x18\x0c\xa6\xa7\xa7\xdb\x9c\xb6\xd6\xb6\x56\x55\x55\xa2\xd1\ \xa8\xcd\x66\x73\x38\x9c\xa1\x50\xd8\x6a\xb5\x16\x14\x14\x18\x86\ \x11\x08\xf8\x15\x45\x69\x6a\x6a\xf2\x7a\xbd\x86\x6e\x18\x06\xdd\ \xbb\x77\xef\xc8\x91\xa3\xea\xea\xea\x62\xb1\x98\xc5\x62\x15\x09\ \xe1\xdf\x5e\x81\x39\x42\xc8\x30\x8c\xbf\xdd\xfb\xd7\x58\x2c\x86\ \xd3\x46\x56\xe3\x00\x00\x20\x00\x49\x44\x41\x54\x53\xa2\xf0\x29\ \x7c\x2f\x61\x9a\x66\x66\x66\xe6\xad\xb7\xfd\xfc\xbf\x37\xf0\xbf\ \x92\x9b\x18\xb3\xd9\xed\x19\x19\x59\x59\x59\x99\xa6\x49\x05\x8c\ \x4d\xc3\x44\x08\x2d\x79\xf7\x5d\x51\x14\xad\x56\x2b\x42\xa8\xac\ \xac\xcc\xed\xf1\x2c\x5b\xb6\x7c\xdd\xba\xb5\x95\x95\x55\x94\x2e\ \x40\x08\x28\xa5\xed\xed\x1d\xc5\x45\xa8\xb6\xb6\x56\xb1\x88\x1b\ \x3f\xf9\xa4\xa4\xa8\x38\x1a\x89\xc6\xa2\xb1\x78\x3c\x9e\x99\x9d\ \x25\xcb\x0a\x46\x58\x37\x74\x8c\xb1\x80\x31\x02\x40\x18\xab\x56\ \x2b\xc6\xb8\xb3\xa3\xa3\xa2\xaa\xd2\x30\x0c\x22\x4b\x08\x10\xc2\ \x98\x31\x26\x49\x92\x80\xb1\xa1\x1b\x36\xab\xd5\xe5\x72\xf5\x74\ \x77\x4b\xa2\x88\xb0\xa0\x6b\x9a\x6c\x51\x93\xde\x9c\x61\x18\x08\ \xa1\xa4\x8c\x15\xc6\x38\x29\xb5\x54\x55\x59\x8e\x11\xca\x48\x4f\ \xe3\x9c\xfb\xfd\x7e\x8b\x45\xed\xea\xec\xc8\xca\xca\x24\xa2\x00\ \x9c\x65\xa6\x67\xee\xdb\xb3\x2f\x11\x4f\x84\xfa\x43\x5a\x42\x13\ \xb0\x60\x2a\xea\xea\x55\x1f\x5d\x76\xf9\x65\x59\x99\x99\xb9\xb9\ \xb9\x1c\x71\x87\xc3\xe1\xf7\xfb\x63\xb1\x98\xd5\x6a\x4d\x24\x12\ \x82\x20\xa8\xaa\xea\x72\xb9\x44\x51\xe2\x1c\x38\xe7\xbd\xbd\xbd\ \xc1\x60\x10\x00\x0d\x1b\x3a\x5c\x51\x14\x84\xd0\xd0\xa1\x43\x47\ \x8e\x1c\xd9\xd4\xd4\x6a\xb5\x59\x19\x65\xdf\xee\x8a\xd4\xd3\xd3\ \x13\x89\x44\x52\xdc\x94\xc2\xf7\x96\x9b\x28\xa5\xdf\x8a\x8c\x10\ \xf9\xea\xd0\x86\xd3\xe1\x10\x45\x51\xd7\x75\x8b\x45\x35\x0c\x9a\ \x93\x9d\x93\x5f\x98\x57\x55\x55\xb5\x6f\xef\xbe\x77\xde\x79\xe7\ \xae\xdf\xfd\xae\xa8\xb8\xcc\x95\x9e\xee\xf3\x79\x5e\x7f\xfd\xb5\ \x5e\x77\x57\xf2\x5e\x35\x4d\x5a\x35\xb8\xd2\x6e\xb3\x73\xe0\xd3\ \xa6\x4d\xb3\x58\xd4\xa0\x2f\xb0\x7d\xfb\x76\x04\x20\x08\x82\xd3\ \xe9\x04\x04\xb1\x58\x4c\x54\x24\x8c\x31\xe7\xc0\x80\x0b\x80\x80\ \x73\xa7\xd3\x69\x98\x26\x96\x44\x2b\xb6\x71\xc4\x4d\x6a\x8a\x02\ \x11\x04\x81\x10\x82\x00\x19\xba\xc1\x18\xb3\x5a\xad\x4e\xa7\xd3\ \xeb\xf5\xba\x9c\x4e\x19\x54\xa4\x09\x58\x18\xb0\x9b\x04\x41\x30\ \x0c\x83\x10\x92\x2c\x94\xb5\x5a\xad\x18\x93\x9e\x9e\x9e\xa2\xe2\ \xc2\xe6\xa6\xa6\xe2\xe2\xe2\xee\xae\x8e\x9d\x3b\x77\x64\x64\x64\ \x50\x53\x07\x80\xac\xcc\xec\x99\x33\x66\xb4\xb6\xb6\xfa\xfb\xfa\ \x0c\x5d\xef\x0d\xf6\xa7\xb9\x5c\x9c\xf3\x50\x30\xe8\xf5\x78\x3c\ \x6e\x77\x30\x1c\xd4\x75\xdd\x30\x8c\x83\xae\xa2\xd5\x6a\x4d\x4a\ \x39\x21\x34\x20\x4b\xc3\x39\xca\xcd\xcd\xcd\xce\xce\xe9\xee\xea\ \x29\x2f\x2f\xeb\xe8\xe8\xd8\xb1\x63\x47\x5e\x5e\x9e\xcb\xe5\x12\ \x04\xf2\xed\x06\x9b\x10\x42\x84\x10\x51\x14\x53\xdc\x94\xc2\xf7\ \x13\xc9\x29\xfa\xad\x4c\x7b\xfc\xd5\xab\x34\x21\xc4\xe5\x72\x22\ \x84\x28\x65\xa6\x61\xe8\x86\x0e\x00\xa5\xa5\xa5\xc0\xc1\xef\xf7\ \x47\xa3\x51\x41\xc4\xc5\xa5\xf9\x82\x20\x5c\x7e\xf9\xe5\x93\x27\ \x4f\x0e\x87\xc3\xb9\x39\xb9\xc3\x86\x0e\x75\x3a\x9c\x00\xd8\x95\ \x96\x96\xd0\x34\x9b\xd5\x96\x91\x99\xe1\xf3\xf5\xad\x5b\xb7\x6e\ \xf5\xea\xd5\x7d\x7d\x7d\x8c\x52\xca\x28\x49\x3a\x5f\xc0\x19\x63\ \x1c\x80\x52\x53\xb1\x5a\x04\x8c\xa9\x61\x22\x04\x08\x61\x22\x90\ \x64\xd8\x0b\x21\x14\x8e\x84\x35\x4d\xeb\xe8\xe8\x40\x08\xb5\xb6\ \xb6\x6e\xda\xb4\xc9\x30\x4d\xa7\xd3\x49\x44\x72\x70\x2c\x0e\x75\ \xee\x00\x40\x96\x65\x4d\xd3\xd6\xaf\x5b\x3f\x7f\xde\xbc\x2d\x9b\ \x37\x07\x03\xfe\x5d\x3b\x77\xf6\x74\x77\xef\xda\xb9\xdd\x34\xcd\ \xce\xae\xce\x4d\x9b\x37\x09\x18\x85\xc3\x41\x84\xa1\xb0\x30\xbf\ \xba\x7a\xf0\xbe\x7d\x7b\x22\x91\xd0\x1b\x6f\xbc\xee\x74\x3a\x38\ \xa3\xd1\x48\xc4\xef\xf7\x63\x8c\x09\x21\x49\x1b\xd5\x6a\xb5\xa6\ \xa7\xa7\xeb\xba\xce\x18\x43\x08\x34\x4d\x73\x38\x1c\xf1\x78\xdc\ \xdd\xdb\xcb\x39\x8b\x44\xa2\x39\x39\xb9\x93\x26\x4d\xea\xee\xee\ \x6e\x6c\x6c\x0c\x06\x83\x87\xb4\xfb\xf9\x0e\x1c\x7b\xc6\x05\x81\ \x88\x22\x01\x66\x1a\x86\xc9\x01\x38\xe3\x58\x20\xa2\x28\x8a\xa2\ \x28\x24\x37\x1f\xa9\x79\xb0\xbe\x9b\x1f\xe8\x3b\x09\x00\x9c\x51\ \x46\xe9\xa1\x2d\x65\x39\xa3\xe6\x41\x2b\x8f\x33\x6a\xb2\x83\x9b\ \xaa\xc9\x57\x71\x66\x1a\xc6\x81\x52\x71\x7e\xe0\xb7\x8c\xea\xba\ \x01\x08\x8b\x84\x60\x74\x58\xed\x01\xa7\xa6\x6e\x18\x20\x08\x84\ \x08\x9c\x9a\xba\x61\x0e\xcc\x2a\x0e\x44\x14\x45\x22\x30\xd3\x30\ \x28\xc3\x44\x24\x84\x20\xe0\x08\x0b\x44\x14\x05\x8c\xe0\xe0\x27\ \x52\x53\x37\x4c\x84\x09\x49\x1e\x6c\x98\xc9\x3d\x59\x46\x4d\xd3\ \xa4\x07\xa7\x69\xf2\x34\x0c\x93\x62\x81\x10\x92\x62\xed\xa3\x20\ \x16\x8e\x10\x70\xce\x19\x03\x49\x92\x7b\x7a\x7a\xc2\xa1\x50\x55\ \x65\x25\x00\x24\x12\x09\x51\x14\x4d\xc3\xd8\xbb\x77\xdf\x88\x91\ \xa3\x75\xcd\x6c\x69\x6d\x9d\x3d\xfb\xf8\xe6\x96\x06\x9b\xcd\x16\ \xe8\xef\x5f\xb6\x7c\xd9\xb0\x61\xa3\x4c\xc3\x0c\x47\xc2\xa5\x15\ \x25\xba\xa1\xaf\x5d\xbb\xd6\xed\x76\xb7\xb4\xb4\x34\x36\x36\xc6\ \xa2\xd1\x58\x34\x4a\x64\x69\x60\x4f\x8d\x71\xe0\x3c\x16\x89\xa8\ \xb2\x12\x8b\x44\x45\x91\x20\xce\x39\x47\x8c\x53\x84\x31\xa7\x6c\ \xc0\x3e\xe4\x5c\x92\xa4\xc1\x83\x07\xef\xd8\xbe\x5d\xd3\x34\x97\ \xcb\xa5\x27\x34\xc6\x98\x69\x9a\xc9\x9d\xfb\xa4\xb9\x94\xdc\xef\ \x17\x04\x21\x18\x0c\x26\x12\x09\x4e\xcd\xca\x8a\x41\x4d\x8d\x8d\ \xaa\xaa\x18\x86\x6e\x1a\x7a\x4b\x4b\x13\x07\x10\x10\xf2\x7a\x3c\ \x89\x84\xee\x73\xf7\xd9\xed\x76\x82\x84\xa0\xbf\x3f\x2b\x2b\xb3\ \x28\xbf\xa0\xb7\xb7\x97\x19\x74\xf7\x8e\x9d\x35\xd5\xd5\xe1\x68\ \x44\x92\xa4\x68\x34\x6a\xb5\x5a\x93\x06\x54\x72\xdb\xce\x6e\xb7\ \xf7\xf7\xf7\xc7\xe3\x89\xf4\x74\x17\xc6\x38\x3d\x3d\x3d\x10\xe8\ \x77\xd8\x9d\x43\x86\x0c\x39\xf5\xd4\xd3\x8b\x8b\x8b\x17\x2c\x58\ \xd0\xd8\xd8\x92\x9d\x33\x13\x63\xf4\x6d\x84\x05\x3f\xbf\x6c\x30\ \x4a\x5c\x67\xde\x7a\xfb\x84\xb4\x44\x20\xca\xc1\xf0\xae\x98\xf7\ \xda\xea\x46\xed\xd4\xab\x7f\x73\x5c\x39\xf5\x04\x35\x59\x86\xed\ \xcb\xdf\x5c\xb1\x4f\xbd\xe5\x17\xa7\x7f\xf4\xef\x87\x96\xd5\xfb\ \x00\x29\xc7\x5d\x7c\xc3\xe0\xe0\x8a\x27\x17\xef\x10\x10\x13\xf2\ \x27\xff\xfe\xf6\x73\xb6\xbc\xfc\xc0\xeb\x6b\x3a\x44\xc2\x70\xf6\ \xd0\xeb\x7f\x76\x55\xc7\x1b\xf7\xbe\xb5\xd5\x23\x8b\x58\x07\xe7\ \x79\xbf\xfa\x75\xfa\x8e\x97\x1f\x7f\x67\xd7\x99\x3f\xbb\xc5\xb1\ \xff\x8d\x17\x37\xab\xb7\xdf\x79\xc9\xee\x57\x1f\x7f\x67\x63\x27\ \x80\x38\xfe\xf4\xab\xa6\x58\x76\x3e\xfa\xea\x2a\x2a\x65\x4d\x3e\ \xf3\xac\x19\x23\xcb\x45\x01\x68\xa4\x7b\xc9\x9b\x2f\x6e\x68\x0c\ \x8b\x04\x03\x33\x99\x92\x39\x73\xce\x39\x53\x86\xe6\x23\xc0\xb4\ \xbf\x65\xf1\xbc\xb7\x36\xed\x75\x5b\x07\x8d\xbe\xfa\xc6\x6b\x72\ \x35\x6f\x8c\xe2\x98\x77\xff\xc2\x05\x2b\x4a\x67\x5f\x3c\xb1\xc8\ \xa6\x38\x33\x84\x44\x30\xa2\x1b\x3b\x16\xbf\xe9\xce\x9d\x36\x06\ \x6d\x7a\xe2\xed\x8f\x98\xa3\x74\xf6\x69\x67\x8d\xaf\xc9\x13\x00\ \x12\xfe\xe6\x45\x6f\xbc\xb9\xa3\xd5\xab\x56\x9d\xf0\xf3\x2b\x8e\ \x5d\xfb\xe2\x43\xcb\xf6\x04\x10\x22\x93\x2f\xb9\xb9\xd2\xb7\xec\ \xf9\xa5\xed\x27\xfd\xe4\x8a\x09\x15\x19\x40\xcd\xd6\xed\x4b\x5f\ \x79\xeb\x63\x8d\x88\x29\x96\xfa\xd1\x72\x13\xe7\x80\x30\x4a\x2e\ \xb6\x2e\x97\xc3\xa2\xaa\x82\x28\x74\xb4\x75\x7a\xbd\x5e\x22\x12\ \x93\x52\x5d\xd7\x04\x09\xef\xdd\xdd\x50\x54\x58\xd8\xdd\xd5\xdd\ \xd5\xd9\x25\x08\x82\xae\x6b\xbd\xbd\xbd\x2e\x57\xdb\xa4\x89\x53\ \x30\xc1\x0c\x0c\x04\x50\x5d\x5d\xdd\xe7\xf6\x50\x4a\x5d\x4e\x67\ \x69\x69\x29\xc3\x58\x37\xf4\x58\x2c\x26\x10\x41\x40\x82\x80\xb1\ \x40\x88\xdf\xef\x0f\x07\x83\x59\x39\xd9\x8c\x73\x4e\x29\x43\x80\ \x81\x31\xc6\x08\x21\x7e\xbf\x9f\x51\x2a\x4b\xb2\xcf\xef\xef\xe9\ \xed\xf5\x78\x3c\xc1\x60\xd0\xa4\x66\x7b\x7b\xbb\xd5\x6e\x57\x54\ \x45\x51\x14\x41\x10\x92\x8e\xae\x20\x08\xba\xae\x7b\xbd\xde\x96\ \x96\x96\xdd\x3b\x77\x75\x75\x76\xec\xd8\xb1\xbd\xac\xb4\x94\x10\ \x21\x14\x0e\xe5\xa8\xd9\x12\x21\x91\x70\x58\x12\x45\xb7\xdb\xcd\ \x18\x75\x38\xec\xa2\x28\x74\xf7\x78\x89\x88\x55\x55\xed\x0f\x06\ \x9c\x2e\x87\x28\x12\xbf\xdf\xe7\x70\x3a\xb2\xb3\xb3\x7b\x7a\x7a\ \x38\xe7\x76\xbb\x3d\x16\x8b\x65\x67\x67\x6b\x9a\x56\x5a\x5a\xda\ \xd9\xd9\x69\x18\xfa\xb8\x71\xe3\x0c\x83\xe6\xe4\x64\x6b\x9a\xd1\ \xd4\xd8\x2c\x08\x42\x7f\x7f\xa0\xa7\xa7\x27\x14\x0a\x8d\x1c\x39\ \x32\x23\x23\xf3\xd3\xe5\xfd\xdb\x26\x27\x20\x4a\x76\x2e\x59\x3f\ \xef\xb9\x77\xb7\xf8\x87\xcc\xba\xf4\xb2\x4b\x2f\xe8\xb8\xef\x79\ \x6b\xba\x7d\xcb\xbb\x4f\xbc\xb2\x7a\x9f\xa4\x2a\x54\x4b\x58\x0a\ \xc7\xa5\x15\xd4\x5c\x72\xe5\x4f\x3c\x7f\x7f\x70\x43\x07\x57\xad\ \x4e\x97\x21\x72\x46\x35\xa6\x4c\x9b\x3e\x49\x32\x60\xc4\xd4\x69\ \x1f\x6e\x7e\xce\x9b\xe0\x76\x9b\x23\xb7\xbc\xb0\xf6\xf4\x13\x56\ \xef\x98\xeb\xd6\x78\xc1\xb8\xe3\x4e\x19\x55\xd6\xd2\xe6\xc0\x00\ \x56\xa7\xc3\x69\x21\x00\xd8\x9e\x5d\x71\xde\x4f\xae\xf2\xf4\xdd\ \xb7\x7c\x6f\x5c\xb6\x38\xd2\xac\x92\xa1\xc3\xb8\x0b\xaf\x3e\xef\ \x18\xf2\xea\xd3\x4f\x35\x05\x68\x46\x66\x5a\x34\x68\x60\x8c\x80\ \x53\x8d\x5b\x8e\x3f\xef\xe6\x39\x45\xdd\xcf\x3e\xfb\xcf\x9e\x98\ \x50\x33\xed\x9c\xab\xae\xbb\x3a\xfe\xe7\xbf\x34\x49\x8e\x0c\x7b\ \xe0\xed\x27\x1f\xdd\x1b\x54\x67\x9c\x7b\xed\xb5\xe7\x6b\x7f\xfb\ \xf7\xe3\xeb\xc4\x8c\xd3\xae\xbf\xdd\xbe\x73\xd1\xab\xcb\x77\xc6\ \x12\x7c\xf2\xf9\xe7\xa6\x1b\xa2\xce\xac\xa7\x5c\x7a\xdd\xac\xac\ \x8e\x67\x9e\x79\xa2\x37\x41\x46\xcc\x3a\xef\x9a\x5b\xaf\x7a\xf0\ \x0f\x7f\x6b\x63\xc4\x99\x5f\x73\xfe\x55\x57\xb9\xff\xf6\xd0\xc6\ \x4e\x53\x71\xa4\x29\x11\xb1\x64\xc4\xa9\x67\x54\xa3\x87\x1f\xfc\ \x5b\x0f\xa4\xa7\x5b\x34\x2a\x08\x29\xdd\xe4\x1f\x3a\xf0\x57\xdb\ \x4d\x8c\x32\x51\x14\x38\x67\xaa\xaa\xa6\x67\xa4\xb5\xb7\x75\xb4\ \xb6\xb6\x8e\x18\x3e\x42\x51\x14\x5d\xd7\x0b\x8b\x8a\x98\xc9\xf7\ \xed\xdb\x97\x97\x97\xd7\xd2\xd2\x62\x52\xea\x72\x39\x39\xe7\xa5\ \xa5\xa5\x56\xab\x2d\x10\x08\x00\x80\x24\x49\x25\x25\xc5\x15\x15\ \x15\xaa\xaa\x5a\xad\x56\x57\x5a\x1a\xe3\x3c\x12\x0e\x8b\x44\x54\ \x14\x45\x91\x14\x42\x08\x46\x48\xb1\xa8\x44\x92\xd2\xd3\x33\x24\ \x51\x22\x92\x44\x44\x91\x10\x82\x05\x41\x14\x45\xc6\x58\x32\xf4\ \x6e\xb3\xd9\x28\xa5\x0e\xbb\x3d\x37\x37\x97\x10\x42\x44\x49\x92\ \x24\x51\x12\x93\xac\x14\x8d\x46\xa3\xd1\x28\xa5\x34\x12\x89\xc4\ \x62\x31\x51\x14\x4d\xd3\x6c\x6d\x6e\x6e\x6a\xdc\xef\xf5\xb8\x37\ \x6d\xda\xb4\x79\xd3\x27\x91\x70\x38\x1e\x8d\x62\x84\xfa\xfa\xbc\ \x9c\x99\x86\xae\x33\xca\xfa\xfb\xfd\x3e\x7f\x9f\xd5\x6a\x09\x87\ \x43\xbe\x3e\xaf\x24\x12\xd3\xd0\xf7\xed\xdb\xe3\xf1\xba\x81\x43\ \x56\x56\x96\xaa\xaa\xfd\xfd\xfd\xc9\x9c\x4c\xa7\xd3\x59\x55\x55\ \x55\x5c\x5c\xec\x72\xb9\x38\x87\x50\x28\xc4\x39\x77\x38\x9c\x65\ \x65\x65\xf9\xf9\x05\x9a\xa6\x7d\xfc\xf1\xc7\xdb\xb7\x6f\xf7\xf9\ \xfc\xeb\xd6\xae\x8d\x45\xa3\x82\xf0\xdd\x2d\xde\x08\x99\x7a\xc0\ \xdd\xdd\xd1\xde\xba\x7f\x5f\x2b\x56\x54\x55\x42\xa6\x41\x73\x4b\ \x2b\x86\x8f\x1c\x35\xac\xa6\xda\x25\x98\x4c\x50\xc2\x0d\x6b\x17\ \x6d\x8f\x9d\xf3\x93\x8b\x0b\x65\x53\xa7\x8c\x72\x60\xa6\xa9\x16\ \xd6\x4d\x28\x67\xcf\x3c\xf4\x48\xbb\x5c\x3b\xb1\x26\x4f\x37\x98\ \xd5\x9e\xa6\xed\xdb\xd4\xc4\xcb\x67\x8e\x2d\xd4\x50\xce\x71\xd3\ \xeb\x76\x6f\xdc\xa4\x39\x1d\xb2\x00\x94\x02\x65\x1c\x11\x49\xeb\ \xdc\xf2\xce\x9a\x8e\x13\x2f\xbd\xa2\xca\x01\x09\x83\x52\x6a\x80\ \xab\xe6\xf8\xe1\x45\x1f\xbf\xf0\xe4\xf2\xad\x4d\x9e\xde\xce\xed\ \x9f\xac\x6f\xe8\x89\x11\x01\x33\x93\x5a\xf2\xaa\x27\x8e\x73\xbc\ \xf5\xc2\xb3\xeb\xf7\xb4\x7b\x7a\x5a\xde\x7f\xf9\xdf\xeb\xb4\xa2\ \x89\xe3\x6b\x91\x6e\xb0\x44\xd4\xdb\xd3\xdd\xd9\xde\xda\xd6\xe5\ \xb1\x3a\x55\x23\xda\xdf\xe7\xf5\x47\x13\x89\x44\x24\xe8\xf3\xfa\ \x22\x09\x83\x03\x33\x8c\x84\x5a\x34\x6a\x5c\x85\xe3\xad\x7f\x3f\ \xbb\xb1\xa1\xd3\xdb\xd5\xb4\xf0\xe5\xb9\x5b\x63\xd5\x33\x86\x95\ \x09\xc0\x02\xed\x5b\x17\x6f\x88\x9c\x77\xc5\xf9\xf9\x8a\x69\x18\ \x14\x71\x16\x09\xf6\x86\xa4\xf4\xf2\x8a\x42\x1a\x68\xd9\x59\xdf\ \x4e\x51\x8a\x9b\xbe\xd7\x31\xa9\xcf\xe0\x6b\x73\x53\x32\xa5\xdb\ \x34\x29\xc6\x82\x61\x98\xf5\xbb\xf7\x74\xb4\x77\xd4\x0d\xa9\x63\ \x9c\x17\x16\x16\x86\xc3\x61\xaf\xc7\xd3\xd3\xd3\xe3\xb0\x3b\xfc\ \x7e\xbf\xa6\x69\x93\x26\x4d\x72\x38\x9c\x5e\xaf\xb7\xa0\xa0\x60\ \xfc\xf8\x71\x2d\xad\x2d\xf5\xf5\xf5\x9a\xa6\x8b\xa2\x58\x50\x50\ \x60\xb1\x58\x31\xc2\x00\xa0\xd8\xac\x69\x69\x69\x02\x11\xe2\xf1\ \x38\xe3\x8c\x73\xc6\x38\x07\x40\x9a\xa6\x09\x44\x88\x44\xa2\xcc\ \x34\x0f\x9e\x34\xa5\x34\x14\x0a\xc9\xb2\x8c\x05\x41\xd7\x75\x97\ \xd3\xa9\x28\x4a\x71\x71\x31\x00\x78\xdc\xee\xb4\xb4\x34\x51\x24\ \xc9\x0c\x4c\x59\x96\x55\x55\xc5\x18\xdb\xed\xf6\xf4\xf4\xf4\x78\ \x3c\xde\xd8\xd8\x88\x10\xaf\xae\xae\x3d\xf6\xd8\x63\xf3\x72\xb3\ \xfd\xfe\x80\xa9\xeb\x49\x6e\x0a\x07\xfb\xdb\xda\xdb\x4c\x43\xef\ \x0f\x04\x3a\x3b\x3a\x13\xb1\x78\x34\x1c\xf1\x79\xfb\x12\xf1\x84\ \x24\x4a\x9e\x5e\x8f\xcb\xe9\x1a\x35\x6c\x44\x38\x1c\xee\xe8\xe8\ \x30\x0c\x43\x14\xc5\xbe\xbe\x3e\x45\x51\x92\x6c\xdb\xd0\xd0\x10\ \x8f\xc7\x09\x11\x72\x72\x72\x0a\x0b\x0b\xec\x76\xbb\xd5\x6a\xb5\ \x5a\x2d\x99\x99\x99\x89\x84\xe6\xf7\xfb\x23\x91\x70\x53\x73\x53\ \x30\x18\xfc\x82\xbe\xf7\xdf\x9a\xe9\x64\x6a\x28\xf3\xb8\x73\xaf\ \xfd\xed\x1f\xef\xf9\xd5\x15\xe3\x3f\x5a\xb4\xa8\xc1\x47\x05\x24\ \xe6\x96\x54\x0d\x1b\x36\x62\x68\xed\xe0\x74\x55\x60\x1c\x44\x81\ \x6e\x9c\xff\xec\x86\x78\xf9\x45\xe7\x4e\x21\x66\x82\x03\x32\x19\ \x54\x8d\x9a\x64\xe9\x6b\xee\x68\x6f\xde\xde\x18\x18\x35\xe5\x18\ \x99\x51\x59\xb5\x63\x5f\xd3\xbb\x4b\xb7\x55\x4e\x98\x39\x71\xea\ \xb4\x62\x63\xcf\x82\x8f\xeb\x05\x97\x5d\x24\xf8\x40\x9f\x7d\x44\ \x08\xda\xfd\xfe\x4b\xef\xb7\x39\x2e\xba\xe4\x44\x2b\x68\x94\x51\ \xc1\x96\x21\x51\xb3\xd7\x1d\x96\x54\x19\x21\x61\xc8\xf1\x67\x9f\ \x30\xae\x8c\xea\x06\xe3\xa0\x58\x1d\x4e\xe8\x71\x87\x74\x59\x96\ \x88\xa8\x10\x88\x76\x79\x34\xa7\x2d\x9d\x70\x8d\xdb\x06\x5f\x72\ \xc3\x2f\x7e\xf7\xc7\xbb\x2f\x9a\x9a\xbb\x70\xde\xaa\xa0\x99\x8c\ \x32\x21\x84\xb1\x20\x08\x18\x21\x00\x60\x8c\xab\x69\x0e\x2e\x84\ \x7b\xfa\x0d\x55\x91\x44\x49\xc2\x66\xd4\xdb\xad\xe5\xa4\xd9\x10\ \x02\x51\x30\x36\xcc\x9f\xfb\x49\xb4\xea\x27\x67\x4f\x23\x46\x02\ \x13\xe2\xde\xb5\xe4\x91\xe7\x96\x65\x1e\x73\xca\xad\xb7\xdf\x79\ \xc1\xac\xa1\xd8\xd4\x79\x8a\x03\xbe\xaf\xc4\x04\x9c\x33\x96\x2c\ \x00\x19\x78\x80\xbe\xae\x06\x54\x32\x16\x2e\x49\x62\x4b\x73\x4b\ \x4b\x6b\x5b\x46\x7a\xc6\xf0\xe1\xc3\x6c\x0e\x5b\x57\x67\x67\x7e\ \x7e\xbe\xa6\x69\xeb\xd6\xad\xa3\x1c\x0d\x2a\xaf\x68\x69\x69\x9d\ \x34\x69\x02\x16\x78\x46\x7a\x46\x3c\x16\xdf\xb3\x67\xcf\x89\x27\ \x9d\x3c\x65\xca\xd4\xdd\xf5\xbb\x76\xef\xde\xe5\x72\x4e\x74\xb9\ \x5c\xf9\xf9\x79\x18\x23\x9b\xdd\x0e\x00\xf1\x58\x2c\x1c\x8b\x22\ \x8c\x1c\x36\x3b\x03\x0e\x94\x01\x02\xc3\xd0\x6d\x16\xab\x69\x9a\ \x90\xcc\xdd\x42\xc0\x11\x98\xa6\x29\xcb\x32\x21\x44\x10\x04\x53\ \x37\x24\x59\x76\xbb\xdd\x09\x4d\x2b\x75\xa5\x29\x8a\xa2\x5a\x2c\ \xe1\x68\x24\x59\x20\x22\x08\x22\xc6\x02\x63\x8c\x51\xd6\xe7\xeb\ \xdb\xb1\x63\x47\x6f\x6f\xaf\x45\x55\x4b\x4b\x4b\x44\x91\x78\x3d\ \x6e\x82\xb0\x45\x55\x1d\x0e\x87\xa6\x25\x18\x07\x59\x56\x6d\x36\ \x87\x96\xd0\x93\x89\xe5\x0e\x87\x9d\x10\x81\x03\x67\x8c\x5a\x6d\ \x16\x00\xde\xde\xde\x66\x98\x06\x11\x89\x24\x49\x8a\xa2\xc6\x62\ \x51\x00\xc8\xcb\xcb\x13\x04\x81\x73\x9e\x48\xc4\x45\x51\x4a\xa6\ \x7d\x2a\xb2\x22\x49\xb2\xc5\x62\xe9\xee\xee\xf2\x7a\x7d\x83\x06\ \x95\xeb\xba\x7e\xc6\x19\x67\xe6\x17\xe4\x1f\xdc\xe3\xfb\x2e\x6c\ \x5e\x01\x62\x4d\xbb\x3e\xd9\xa9\xd7\xd4\xd6\x38\xf7\xef\xdd\x13\ \xe5\x69\x8a\xac\xaf\x7f\xf7\xd5\x67\x57\xec\x95\x14\x19\x10\xce\ \xc9\x44\x08\x13\x19\x05\x17\xce\x7d\xf1\xa6\x9b\xaf\x9e\x93\xab\ \x34\x7c\xa0\x71\x29\x6b\xf4\xd8\xea\x34\x39\xeb\xda\xdb\x07\x13\ \x6b\x46\x96\xdd\x5a\x9b\xbb\x30\x2a\x58\x24\x1e\x68\xdc\xb0\xbc\ \x69\xfa\xdd\x37\x5e\x22\x2d\x78\xe2\x77\xed\xda\x18\x62\x51\x45\ \x01\x1f\x52\x0a\x24\x28\x62\x62\xc5\xcb\xcf\x56\xde\x7a\xf3\xd9\ \x23\xac\x3d\xeb\x37\x9b\xc1\x9e\x08\x11\x4a\x4a\xb3\x8c\x96\x76\ \x8a\xc5\xdc\x51\x53\x87\x07\xc2\xab\xd6\x35\x22\x09\x45\x03\x5e\ \x8f\x59\x52\x95\xe7\xdc\xd1\xdd\x8b\x24\xc4\xa4\xa2\x9a\x42\xe2\ \xdd\xd6\xa5\xa3\x5c\x64\xf8\x77\x6d\x59\xdf\xd0\x1b\xf4\xf6\x76\ \x79\x83\x71\x41\x14\x11\xff\xfc\x77\xc3\x11\xb7\x9b\x1b\xae\xc1\ \x45\xf6\xdd\xbb\xfb\x65\x4c\xb1\xad\xa8\xb4\x42\x6e\xde\x14\xe0\ \x50\x08\x98\xc8\xbc\x7f\xe1\x4b\x2f\xde\x74\xeb\x15\x27\xa6\x5b\ \x9b\x96\x33\xcc\x13\x7b\xd6\x2c\x6c\xd8\xf8\x41\xc1\xc8\x33\xee\ \xfc\xc9\xa5\x7d\x6d\x7f\xf8\xb0\x9d\x2a\x62\xca\x78\xfa\x7e\x41\ \x10\xc5\x60\xdb\xd6\x67\x9f\x7e\xdd\x0b\x32\x01\xce\x80\x61\x84\ \xa9\xa6\xe7\x8e\x3f\xf5\x8a\x53\x26\x29\x5c\x63\x47\xa8\xb3\x82\ \x10\x62\x94\x6e\xdf\xba\x2d\x10\x08\x0c\xad\x1b\x92\x95\x93\xe5\ \xee\xea\x69\x69\x6e\xf2\x78\x7a\xcb\x2b\x06\x65\x66\x65\x78\xbc\ \xee\x50\x38\xd8\xde\xd1\x7a\xca\x29\x27\xab\xaa\xba\x75\xeb\xd6\ \x58\x2c\x61\x9a\x5c\x14\x25\x01\xe3\x68\x34\x54\x90\x9f\xeb\xed\ \xc3\x2d\x4d\xcd\xb9\xd9\xd9\xe9\x19\x19\x1c\x21\x4d\xd3\x98\x6e\ \x04\xfb\xfb\x35\xc3\xc8\xc9\xcd\x31\x0c\x4a\x88\xc0\x18\xa7\x54\ \x13\x30\x73\x38\xac\x94\x6a\x00\x14\x00\x71\x0e\xd4\xa4\x84\x90\ \xa4\xff\x88\x11\x06\xce\xfb\x3c\x1e\x82\x05\x43\xd3\x29\xa5\x76\ \xbb\x4d\x37\x0c\x93\x83\x2c\xca\xa6\x61\x10\x11\x10\xe2\x84\x90\ \xfe\x40\x7f\x57\x5b\x7b\x3c\x1c\x96\x30\xc2\x92\x18\x8f\x84\x5a\ \xdc\x6e\x6a\x18\xb9\x39\x39\x6d\x9d\x1d\xaa\xd5\x2a\x69\x92\xa4\ \xa8\x0c\x20\x14\x8d\x29\x8a\x64\xb3\x58\x82\xc1\xa0\xc9\xcd\x50\ \x34\x2c\xcb\x92\x6e\x1a\xf9\x45\xf9\x7e\x7f\xa0\xc7\xd3\xeb\xca\ \xc8\x8e\x27\x74\x00\xe4\xf7\xfb\x0d\xdd\xa0\x26\x2b\x28\x28\x74\ \x39\xd3\x74\xdd\x14\x04\x09\x01\xde\xbc\x69\x5b\x5e\x5e\x1e\x8c\ \x24\x08\x61\xbf\x3f\x80\x31\x2e\x28\x28\xb4\xd9\x6c\x2e\x97\x2b\ \x37\x27\x9b\x52\x4a\xc8\x77\x66\x37\x21\x2c\x4a\x7a\x4b\x5b\xfd\ \xd2\x8f\x3e\x02\xc7\x9d\x97\x5c\x79\x59\xcb\x43\xef\x68\xd4\x52\ \x50\x5e\x37\x2a\x68\x15\x15\x39\xde\xd7\x1d\x41\x5c\x92\x91\x20\ \xca\xac\xa7\xfe\xed\xc5\xab\x47\xdc\x71\xa9\xaa\xc7\x73\x46\xcc\ \x1a\x2c\x77\x3c\x76\xef\x43\x9d\xa6\xc8\x98\x72\xda\xcf\x7f\x37\ \x69\xda\xe8\xf5\x51\x0b\xa1\x41\x9c\xe8\x59\xf5\xe1\xc7\xf9\x23\ \x2d\xeb\xb7\x77\xb2\xba\x63\xb8\xc3\x21\x13\x81\x88\x48\x22\x08\ \x00\xcb\x32\x22\x44\xc6\xf1\xb6\x77\xde\x7e\x6f\xc4\x5f\x6f\x74\ \x22\x0c\xe1\xc6\xf7\x3e\xde\x7b\xf5\xc5\x37\x45\xd4\x05\x7b\xba\ \xe3\x15\xd9\x16\xde\x47\x01\x01\x16\x88\xee\xdd\xb7\xec\x83\x7d\ \x97\x5d\x7a\x13\xca\x58\xdc\x16\x12\x86\x4d\x3f\xb5\x32\xb2\xeb\ \xfe\x75\x0d\x42\x69\x29\xc6\xfd\xf5\xdb\x36\xd7\xfb\x98\x24\x0a\ \x02\x21\x88\x33\x00\x84\x88\x82\x91\x00\x00\x1c\x81\x80\x24\x45\ \x54\x8d\x9e\xf5\xef\x6f\x6c\xb9\xe8\x9a\x9f\xf1\x77\x96\x76\x46\ \xc5\xd1\xc7\xcd\x29\x0e\xae\x79\x7d\x5b\x2b\x1a\x34\x16\x61\x99\ \x88\x32\xf3\xee\x7a\xed\xad\xb5\xf7\xdd\x71\x51\xb3\x00\x99\x65\ \xe3\x46\x0f\x4d\xeb\xee\xf2\xd8\x8a\x73\x31\xa2\x26\xe3\x90\xe2\ \xa5\xef\x21\x37\x61\xe4\xef\x6e\xf2\xa0\xdc\xd9\xa7\xcd\x20\x9e\ \xad\xf3\x57\xb4\xcc\x3c\xef\x0c\xa5\x79\xdd\xfb\xfb\x1a\xc2\xb3\ \x27\xa9\xe2\x61\x1b\xbd\xff\xa1\x66\xa5\xb9\xb9\x09\x01\x9e\x3c\ \x71\x22\x51\xe4\xde\xae\x2e\x00\xa8\xdf\xbd\x7b\x57\xfd\x6e\x9b\ \xc3\xce\x38\x0b\xf4\x07\x2c\x56\x75\xf6\xec\xe3\x05\x81\x78\xbd\ \x3e\xb7\xdb\x13\x8b\x25\x18\xe3\x92\x24\x03\x86\xe2\xe2\xa2\xe6\ \xe6\x26\xbb\xc5\xe2\xf5\xf6\xf9\xfb\xfa\x7c\x3e\x1f\x47\x80\x89\ \xe0\xf7\xfb\x23\x91\x48\x61\x61\xa1\x45\x51\x21\x69\xcc\x21\x0e\ \x1c\xa8\x61\x68\x89\x98\x20\x20\xe0\x0c\x63\xc4\x39\xc2\x22\xa1\ \xa6\xa1\x6b\x3a\x21\x24\xe0\xf7\x27\x62\x31\x84\x11\x70\x4e\x30\ \x6e\x6c\x68\xc8\xcf\xcb\x8d\x46\xe3\xb2\xcd\x26\x49\x24\x99\xdc\ \x04\x00\x89\x68\xcc\x88\xc7\xdd\x3d\x3d\x12\x16\x32\x1c\xce\xd6\ \xd6\xa6\xae\x8e\x96\x44\x42\xe3\x8c\xd9\xed\x36\x00\xd0\x0c\x93\ \x01\x36\x39\x28\xb2\x82\x04\xec\x4a\x4b\x0b\x06\xfb\x73\xf3\xf3\ \xdc\x6e\x77\x7a\x66\x7a\x22\x11\x77\x5a\x2d\x82\x44\xa2\xf1\x08\ \x91\xc5\x40\xc0\x6f\x18\x54\x96\x14\x8f\xbb\x0f\x00\xca\xca\x4a\ \x65\x49\xd1\x75\xa3\xb2\xa2\x32\x14\x0c\x35\x36\x34\x4d\x99\x32\ \x1d\x21\xb4\x79\xcb\x16\xce\x78\x69\x69\x69\x59\x59\x99\xaa\xaa\ \x35\x35\x35\x85\x85\x85\x3e\x9f\x2f\x69\xfd\x7d\x27\xd2\x63\x08\ \x21\xa6\xb5\xed\xd8\xe3\x8f\x20\xbb\x05\x36\x2c\x7c\xb1\xe4\xb2\ \x53\xcb\x0b\x6c\x1d\xbb\xb6\x0d\x1e\x3a\xf2\xe4\x82\x61\x58\x92\ \xfb\x77\xad\x7e\x6f\x6b\xef\xd6\xed\x2d\x51\x03\xc9\xaa\xdc\xb3\ \x7d\xd9\x0b\xaf\xe5\x66\x07\x58\x7e\x3a\xd4\xaf\x59\xda\x1c\x48\ \x20\x91\x1a\x46\xe4\x93\x25\xab\x8f\x2f\x4e\x43\xf1\x8e\x6d\x4d\ \x6e\x90\x2d\xbd\x9f\xcc\x7f\x64\x13\xa2\x5c\x51\x82\x9e\x7d\x3b\ \x9d\x1c\xf3\xce\xfd\xfb\x43\xbd\x71\x64\xa2\x5d\x3b\x1a\xfb\x35\ \x90\x65\xb5\xbf\x71\xcd\x0b\xcf\x96\x0d\x33\x23\x92\x2c\x6c\x5f\ \xf4\xec\x93\x81\xe3\x8e\x1d\x37\xad\xe2\x18\x44\xdd\x3b\xd6\x6d\ \x69\x01\x42\x00\x61\x89\xb0\xcd\x0b\x9f\x88\xfb\x4f\x9c\x39\x76\ \x46\x0d\x81\x60\xe7\x9a\x7f\xcc\x5d\xd6\x1e\x27\xb6\x78\xa0\x61\ \x5b\xa3\x06\x44\x92\xf8\x01\x35\x57\x84\x11\xed\x6d\xd8\x1e\xee\ \x0b\x21\x41\x10\x10\xf7\x76\xd5\xef\xa1\x01\x49\xfa\xff\xec\x7d\ \x77\x98\x25\x65\x9d\xee\x17\xeb\xab\xaa\x53\x27\x77\xee\x99\x9e\ \x9e\x9c\x60\x60\x98\x21\x0c\x20\x82\x28\x18\x00\x03\xae\x01\x54\ \x0c\xab\x80\x89\x35\xef\xde\x5d\x77\xf7\x7a\x05\xd3\xe2\x35\xec\ \x55\x11\x05\xd1\x5d\x58\x64\x51\x30\x02\x92\x07\x18\x06\x06\x86\ \xc9\x33\x3d\xa1\xa7\x73\x38\x39\x54\xfa\xe2\xfd\xa3\x18\x64\x5d\ \x95\x60\x00\xf7\xe9\xdf\xf3\xcc\xf3\x4c\x9f\x3e\xa7\xfa\x54\xd5\ \xf7\xbd\xf5\x8b\xef\x6b\x1e\xba\xf9\x2a\x7f\xf6\x95\x2f\x3d\xe9\ \x65\x6b\x30\x28\x8f\xdc\xff\xe5\x9f\xdd\x39\x1d\xd3\x54\x38\x7d\ \x60\xdf\x9e\x40\x23\xcb\x66\x33\xdb\x6e\xbb\xfa\xa6\x62\x7e\xb2\ \x69\x48\xa6\x77\xd9\xfa\xa3\x8f\xa5\x40\xb6\x6e\xbe\xee\xea\x47\ \x27\x04\x9b\x1b\xee\x79\x31\x9a\xd1\x5a\xe7\x16\x2c\x7f\xc9\x29\ \x27\xd2\x89\x78\xd3\x8e\xf8\xc4\x53\x4f\xca\x16\x1a\x0f\x8e\x1c\ \xfa\xef\x1d\x51\xbf\xef\xfe\x49\x29\x7b\xfb\xfa\xe7\xcf\x9b\x4f\ \x98\x65\x94\x4e\x67\xb2\x71\x1c\x0f\x8f\x8e\x1e\x38\x74\xe8\x89\ \xed\xdb\x01\x00\xc5\x8e\x8e\x0d\x1b\x4e\x6e\xb7\x7d\x63\x40\x2e\ \x97\x3d\xee\xb8\xe3\xf2\xf9\x3c\x21\x64\x68\x68\xa8\xd5\x68\x33\ \xc6\x96\x2f\x5f\x76\x60\x68\x68\x68\x68\x68\xf5\xea\xd5\xb7\xdc\ \x72\x8b\x45\xa9\xe0\xfc\xc0\x81\x03\xab\x57\xaf\x76\xd3\xe9\x24\ \xda\x4c\x3a\x56\x30\x21\x94\x10\x1e\xc7\x18\x21\x88\x60\xb2\x9f\ \x21\x04\x61\x10\x70\xce\x0b\xc5\xa2\x31\xc6\xa2\x94\x32\x26\x95\ \x1c\x9f\x98\x48\xb9\x6e\xa5\x54\x26\x8e\x33\x7f\xd1\x62\x08\x49\ \x32\xc1\xab\xa5\x40\x10\x8d\x8d\x8d\xf6\x74\x75\x65\x53\xde\xce\ \x9d\xdb\xa5\x4c\xfa\x54\x35\xc6\x98\x50\xca\x18\xab\xd7\x6a\x85\ \x62\x07\xe7\x1c\x23\x0c\x00\x98\x9e\x9a\x56\x5a\x72\xce\x2d\xcb\ \x92\x52\xda\xb6\x33\x3d\x3d\x95\x4e\xa7\xbb\xbb\x7b\xa6\xa6\xa7\ \x9b\x0d\x7f\x64\x6c\x22\x8a\x22\xc7\xb1\x6b\xf5\x5a\xcc\x63\x63\ \x4c\x6f\x6f\xef\xa2\x45\x8b\x76\xed\xda\x05\x21\x4c\x6a\x76\x7b\ \xf7\xee\x4d\x2a\x83\xf3\xe7\xcf\xef\xef\xef\x2f\x14\x0a\x41\x10\ \x0c\x0c\x0c\x94\x2b\xb3\x7f\x74\x1e\x82\x23\xd0\x84\xb0\xa8\xfe\ \xe4\xaa\xab\xb0\x65\x33\xc7\x31\xf1\xc4\xf5\x5f\xfb\x2a\x61\xcc\ \xec\xfd\xda\xc6\x1f\x81\x27\xa7\x9e\x31\xb5\x08\xb8\xf6\xbb\x3b\ \x2d\x9b\x11\x0c\x08\x16\x1b\x6f\xfa\x86\x21\x36\x31\x07\x76\x68\ \x64\x33\x06\x00\x60\xcc\x1a\xdb\xf2\xc3\x6f\x3d\x82\x09\xd2\x8f\ \x6b\xec\x30\x1b\x1b\xad\x8d\xc1\xcc\x16\x53\xdb\x7e\x70\xf5\xe3\ \x96\xcd\xee\xff\xcf\xeb\x34\xb6\x18\x36\xdf\xfb\xf6\x3e\x6a\xdb\ \x16\x41\x86\x80\xad\x3f\xff\xce\x16\x48\x6d\xe6\x58\x9a\xef\xda\ \x78\xcb\xb6\x7b\x7f\x04\x00\x30\x00\x50\xca\xa8\x85\x81\x01\x00\ \x22\x8a\xd4\x9e\xfb\x7f\xb4\xfd\x1e\x7d\xe4\xdb\x50\xe6\x3a\x62\ \x6a\xe7\x75\xdf\x78\xc2\xb2\xed\x5f\xcb\x4c\x43\x48\x41\xfc\xe0\ \x8d\xdf\x30\xc8\xb2\x6c\x46\x8d\xd9\x7e\xe7\x75\x8f\x03\x62\x33\ \xd7\xd2\xd1\x8e\x7b\x6e\x7a\xfc\xce\x84\x70\x02\x53\x8b\x52\xdb\ \xe1\x13\x8f\x5e\xf7\x9d\x4d\x96\x6d\x23\x08\x18\x95\x0f\xdc\x78\ \x95\xc1\x96\x85\xcd\x35\x5f\x79\x38\xe9\xce\xc2\xc4\xa2\x94\xcc\ \xb9\x4d\x2f\x42\xd3\x00\xe5\xb2\xb9\xfa\xe1\xbd\x87\x2b\x22\x3b\ \xbc\x7f\xd7\xbe\x27\xee\xba\x6b\x4b\x7a\x68\x63\x98\x39\x36\xe3\ \x20\x23\x9f\xb5\xce\x8a\x31\xc6\x71\x1c\x66\xdb\x46\x6b\xa5\x94\ \x65\x59\xb3\xb3\xb3\x0f\x6c\xdc\x48\x09\x39\xf1\x84\x13\x1e\x7b\ \xec\xb1\x64\x98\x63\xd9\xf2\x65\xf5\x5a\x2d\x08\x82\x5c\x2e\x57\ \x2c\x16\x93\xce\xec\xa9\xa9\xa9\x65\x2b\x96\x6a\xa9\x97\x2e\x5f\ \xde\x6c\x36\x9b\xcd\xe6\x82\x05\x0b\xb6\x6e\xdd\x4a\x2d\x6b\xe9\ \xb2\x65\xc4\xb2\x9a\x8d\x46\xca\x75\xb5\x81\xd0\x40\x42\x10\x80\ \x90\x32\xa6\xb5\xc6\x84\x00\x84\x13\xc6\x13\x25\x15\xe7\x1c\x63\ \xec\xb7\x5a\x99\x54\x8a\xb9\xee\xec\xd4\x74\x2e\x9b\x6b\xb5\x5a\ \xf5\x4a\x75\x68\x68\xa8\x7b\x60\x7e\xbd\x5e\xb3\x48\x27\x82\x00\ \x68\xdd\x6a\x34\x27\x27\xc6\x9e\xd8\xba\x15\x01\x93\xc9\xa4\x31\ \x46\x47\x40\x47\x35\x5b\xed\x38\x8e\xbb\xba\xbb\xc6\x27\x26\xa5\ \x94\x84\x90\x76\xbb\xdd\xdb\xd3\xa5\xb5\xaa\x54\x2a\xb9\x9c\x57\ \xaf\xd7\x5d\xd7\x89\x22\x9e\x4a\xa5\x9b\xcd\xb6\xe7\x79\x69\x2f\ \x5b\xab\xb5\x93\x6e\xc5\x76\xbb\x6d\x33\x7b\xc9\x92\x25\xf3\xe7\ \xcf\xcf\xe5\x72\xc6\x98\x52\x69\x96\x52\xb2\x7f\xff\xfe\x81\x81\ \x81\x45\x8b\x16\x35\x9b\xcd\x04\x05\x3b\x3a\x3a\x30\xc6\xf9\x7c\ \x7e\x64\x64\x14\x61\xc3\x58\x56\x9b\x3f\xf2\xd8\xca\x91\xe6\x52\ \x68\xd9\x36\x78\x92\x99\x00\x31\xdb\x06\x00\x00\xcb\xfe\x8d\x3b\ \xca\x6c\xfc\x14\x7f\x0c\x65\x89\x40\xa3\xc5\x9e\x46\x29\x83\x08\ \x4b\x74\x89\x30\x00\x09\x65\x1d\x04\xc0\x68\x0d\x20\x66\x0c\x03\ \x63\x88\xc5\x00\x00\x06\x40\x66\x33\x00\x4c\x92\x11\x20\x96\x4d\ \x92\xb7\x01\x48\xa8\x45\xe8\xd3\x9f\x8c\xe6\x69\xf9\x05\x0b\xff\ \x97\x5f\x69\x00\xf1\xd3\xbf\xd2\xaf\x17\xa2\x65\x27\x6f\x30\x00\ \x60\xca\xf0\x91\x83\x3f\xe3\x11\x28\x7b\x52\x48\xce\x7a\xba\x54\ \xc0\x9f\xe8\x99\x30\x67\xcf\x6e\x7d\xfe\xae\xdf\x2a\xa1\x3a\x17\ \x1f\xbb\xb6\xe3\xde\x2f\x7d\xea\x03\x94\xa5\x4e\x7d\xe5\x69\x07\ \x7f\x7e\xed\x0c\xed\x7b\xd3\x45\x27\x7b\x80\xf3\xe7\xaa\x39\xce\ \xb9\xb0\x18\x8d\xc2\xc0\xf3\xbc\xdb\x6e\xbf\x7d\x6a\x7a\xe6\x8a\ \x2b\xae\x58\xb2\x74\xc9\x47\x3e\xf2\x91\xb1\xd1\xb1\x7d\x43\xfb\ \x7a\x7b\x7b\x09\x21\xe5\x72\x99\x10\x12\x04\x41\x32\x56\x32\x33\ \x33\x53\xec\x28\xa6\x3d\xcf\xb2\xc8\xca\x55\xab\xee\xbe\xeb\x2e\ \x8c\xb1\x63\xdb\x7d\xbd\xbd\xc5\xae\xce\xfb\xee\xba\xfb\xe1\x87\ \x1f\xfe\xc8\xc7\x3e\x86\x30\x36\xc6\x68\xa5\x92\x88\xcc\xf7\xfd\ \xd4\x91\x67\xa9\xd1\x06\x63\x9c\x72\x5d\x6d\x34\x8f\x63\x29\x45\ \xa5\x5c\x1e\x3e\x3c\x1c\x47\x61\xb3\x56\x2b\x97\xcb\xa7\x9f\xfe\ \xd2\xee\xce\xae\x58\x6b\x29\x04\x04\x1a\x33\x06\x21\x68\x35\x5b\ \x14\xe3\x91\x91\xc3\xae\xe3\xb4\x5b\xad\x76\xab\x95\xf2\x9c\x64\ \x60\xd8\x18\xc3\x2c\xc6\x2c\x56\xaf\x37\x52\x29\x57\x4a\x39\x39\ \x35\xb5\x7a\xd5\xca\x56\xab\xd5\x68\x34\x32\x99\x34\x21\xb4\x5c\ \x2e\x2b\xa5\x0a\x85\xa2\x52\x2a\x8a\x43\xc7\x75\xd3\x9e\x57\x89\ \x63\x8c\x71\x2e\x97\xcb\x65\x73\x43\x43\x43\x8f\x3c\xf2\xc8\xab\ \x5f\xfd\xea\xae\xae\xee\x64\xbc\xce\x18\x63\x59\x56\x1c\xc7\xbd\ \xbd\xbd\xae\xeb\x8e\x8d\x8d\x6d\xdb\xb6\xad\xd9\x6c\xf6\xf4\xf4\ \xbc\xea\xd5\x67\x95\xcb\xe5\x3f\x78\xbe\x04\x6a\x63\xa4\x10\xc9\ \xce\xa4\x94\x22\x04\x10\x9a\x73\x0b\xe6\xec\xc5\x68\x08\xc1\xdf\ \xb3\x38\x8d\x16\xd2\xee\x7e\xd3\xc5\x9f\x3a\x6a\xd7\x3e\x95\x19\ \x58\xbd\xb4\x5f\x9f\xf3\x9a\xc8\x58\x29\x9b\x70\xa1\x9e\x43\x4c\ \x07\x21\x88\x39\x07\x10\x6a\x0d\x3c\xcf\xbb\xfb\xee\x7b\x6f\xfe\ \xd1\x8f\x2f\xff\xdc\x15\x67\x9c\xf1\xb2\x07\x1e\x78\x40\x29\x5d\ \xab\xd7\x37\x6f\xde\xfc\x8a\x97\xbf\x62\x72\x72\xb2\x50\x28\xb4\ \xdb\x6d\xce\x39\x63\x6c\xdf\xbe\x7d\x67\x9f\x7d\xf6\xe1\xc3\x23\ \x47\xad\x5e\x25\x85\x14\x42\x74\x77\x77\xdf\x78\xe3\x8d\x84\xd2\ \xa4\x97\xa1\x52\xa9\x4c\x4e\x4e\xfa\xad\x56\xae\x58\x14\x52\xb6\ \xdb\x6d\xa3\x64\x18\x06\x8d\x46\x83\x31\x06\x8c\x06\x88\x20\x04\ \x0c\x30\x84\x92\x38\x0c\xbc\x94\x5b\x9e\x2d\xed\xda\xb5\xd3\x4b\ \xa5\xd2\x9e\x17\x05\x7e\xca\x75\x56\xac\x58\xd6\xa8\x57\xdd\x5c\ \x3e\x8e\x43\x8b\x12\x08\x81\xd1\xca\xb1\x99\x31\x4a\x2b\x59\x9a\ \x99\x09\xc3\x30\x97\xcf\x26\xee\x4c\x02\x1f\x51\x18\xba\xae\x5b\ \x2a\x57\x6d\x9b\xa5\xd3\xe9\x81\xf9\xf3\x07\x06\x06\x3c\x2f\xf5\ \xf8\xe3\x4f\xe4\x72\x79\xc6\xec\x72\xb9\xdc\x6e\xb7\x6d\xdb\x91\ \x52\x10\x62\x65\xb3\x56\xb9\x52\x4b\x3e\xde\xd1\xd1\x31\x3e\x3e\ \x7e\xf4\xd1\x47\x67\x32\x99\x2d\x5b\xb6\x8c\x8f\x8f\xa7\x52\xa9\ \x72\xb9\x92\x50\x14\x3c\x35\x2b\xb3\x7f\xff\xfe\xc9\xc9\xc9\x7c\ \x3e\x7f\xce\x6b\xce\x51\x7f\x8c\x41\x5f\x08\xa1\x92\xd2\x8f\x42\ \x63\x8c\xe3\xba\x17\x5d\xf4\xf6\x54\xca\x9b\x73\x0b\xe6\xec\x45\ \xeb\x37\x51\x4a\xb5\xfe\x1d\xeb\x13\x62\x24\x5a\xdb\x36\xdd\xb3\ \x65\x44\x6e\x78\xc5\x0a\xa8\xc2\x76\x64\xdc\x14\x56\xbf\xad\x45\ \xf9\xf7\xfb\x4d\x50\x70\xa1\x94\xb4\x2c\x32\x33\x53\xba\xfc\xf2\ \xcb\xdf\xf2\x96\x37\xbf\xf2\xec\xb3\x9a\xcd\x76\x67\x67\x67\x4f\ \x4f\xcf\xd6\xad\x5b\xb7\x6c\xd9\xb2\x75\xeb\xd6\x66\xb3\x39\x31\ \x31\x31\x32\x32\x32\x34\x34\x44\x08\x71\x1c\xa7\xa3\xa3\x63\x78\ \x78\xb8\xd5\x6a\x65\xbc\x94\xeb\x38\xcd\x56\xcb\x71\x1c\x00\xc0\ \xae\x5d\xbb\x3a\x3b\x3a\x6a\xb5\x5a\x14\x45\x87\x0f\x1f\x76\xcb\ \xd5\x88\x47\xbd\xdd\x9d\x29\xdb\xae\x56\x2a\x33\xd3\x33\x9d\x9d\ \x9d\x90\x50\xa0\x9e\xa4\xda\x44\x00\x34\x1a\x0d\x4a\x48\x32\xc7\ \x5b\x2e\x95\x3a\x8a\x1d\x9d\x5d\x5d\x36\x63\x43\x7b\xf7\x75\xfb\ \xc1\x8a\x63\x32\x04\x59\x8e\x6d\xc7\x61\x10\x47\x61\x1c\x87\x00\ \x80\x62\xa1\x30\xe6\xfb\x8e\x65\x65\x0b\xd9\x43\x87\x0e\x85\x61\ \x68\x0c\x88\xe3\xd8\x75\x5d\xa9\x8d\x31\x9a\x10\x02\x21\xe2\x82\ \xb7\xdb\x7e\xa5\x5a\xd3\x4a\xcf\xcc\xcc\x0e\x0c\x0c\xa4\xd3\x19\ \xa5\xf4\xec\x6c\xa9\x5e\xaf\x15\x0a\x45\xad\x01\xe7\x3c\x19\xd3\ \x4b\xa6\x7c\x6d\xdb\x66\x8c\xf5\xf6\xf6\x4e\x4d\x4d\x85\x61\x54\ \x2c\x16\xd6\xaf\x5f\x9f\xb4\x77\x3d\xf8\xe0\x83\x10\xc2\x53\x4f\ \x3d\x35\x0c\xc2\x53\x4f\x3d\x35\x97\xcf\x3f\x23\xeb\xe8\xb3\xbb\ \xd9\x9a\x5a\x34\xe5\x79\x06\x00\x11\xc7\xf9\x7c\x61\xe9\xf2\x55\ \x73\x7b\x60\xce\x5e\xbc\x49\xa5\xdf\xad\xeb\x4b\x29\x99\xd9\xfe\ \xc0\x0d\xb7\x6f\x5b\xb2\x30\x77\xfd\xf5\xbf\xf8\xe8\xc5\xa7\xff\ \xea\xe6\x9f\x2d\x3f\xfb\xcd\xc7\xf4\xb9\xf2\xbf\x3d\xc8\x7f\x1f\ \x36\x11\x42\x66\x66\x4b\x95\x7a\x6b\xe9\x92\x25\x9f\xfb\xfc\x17\ \xfb\xfa\xe7\x9f\xf7\xda\x37\xdc\xbf\xf1\x21\x08\x11\x21\x44\x69\ \x60\x59\x4e\x14\x44\x8f\x3d\xf6\x58\x2a\x95\xba\xfd\xf6\xdb\xeb\ \xf5\x7a\xb9\x5c\x8e\xa2\xa8\xbf\xbf\xbf\xa3\xa3\xc3\xb2\xac\xb1\ \xb1\xb1\xb5\xc7\xad\x0d\x7d\x7f\xd5\xaa\x55\x18\x63\xa3\x75\xbe\ \x50\x58\xbe\x72\xe5\xce\x5d\xbb\x28\x21\x0b\x06\x07\x31\xa1\x10\ \xa1\x94\xcb\x30\x21\x08\xe1\x89\x89\x89\xa3\x8e\x3e\x3a\xa9\xdb\ \x09\x21\x2d\x4a\x21\x86\x52\xc4\x8d\x7a\xd5\x18\x93\xcb\x78\x3b\ \xb6\x6f\x2f\xcf\xce\x18\xad\x94\x14\x81\xdf\xb6\x2c\xca\x28\x93\ \x5a\x2a\x25\x29\x25\x99\xb4\xd7\xdf\xdb\xd7\x6e\x34\x2b\x96\x35\ \x7f\xde\xbc\x47\x1f\xdd\x1c\x86\x61\x2a\x95\x42\x18\xcf\xcc\x94\ \x92\x76\x04\x88\x71\xb9\x5c\x0d\xc3\xd0\xb6\xed\x38\xe2\x13\xe3\ \x93\x9e\x97\x4e\xa7\x33\xc0\x20\xd7\xf1\x1a\xf5\x96\x45\x6d\xc7\ \x76\x97\x1c\xb7\xb4\x52\xab\x96\x2a\x95\xa4\xc1\x4a\x6b\x5d\xa9\ \x54\x16\x2d\x5a\x94\x70\xad\x20\x84\x8a\xc5\x02\x63\x96\x52\x2a\ \x0c\xc3\x81\x81\x01\xdf\xf7\xfb\xfb\xfb\x2f\xbe\xf8\xe2\x4d\x9b\ \x36\x75\x76\x75\xae\x5a\xb5\x4a\x1b\x55\xaf\xd7\x28\xfd\x43\xab\ \x45\x10\x22\xc1\x45\xab\xd9\x34\xc6\x30\x66\x83\xb9\xda\xf8\x9c\ \xfd\xe5\x46\x7c\x50\xcf\x4e\x4f\xf7\xad\x7d\xd5\x07\x2f\x1c\xfc\ \xca\x97\x7f\xe6\x87\xaa\x39\x33\x56\x0d\x39\x82\xa9\xe7\xe6\x37\ \x59\x96\x75\xf0\xe0\xc1\x5f\xde\x76\x67\x2e\x97\xbb\xff\xfe\xfb\ \x5f\xf1\x8a\x57\x5c\xf3\xdd\xef\xce\x9f\x3f\xb0\x62\xe5\x8a\x64\ \x7f\x6a\x60\x62\xc1\x3b\x3b\x3b\x57\xac\x58\x11\xc7\x31\x21\xe4\ \xd6\x5b\x6f\x9d\x9d\x9d\xb5\x2c\xab\x5a\xad\x6e\xdc\xb8\x11\x02\ \x90\x4e\xb9\x71\x1c\x7b\x9e\xe7\x79\x9e\x54\xaa\x58\x28\xd8\xb6\ \x3d\x7f\x60\xe0\xa1\x87\x1e\x8a\xa2\x28\x57\x48\x71\xce\x2b\xd5\ \x6a\xda\x71\x26\x26\x26\x26\x26\x26\x52\x9e\x07\x94\xd0\x12\x08\ \x21\xc3\x30\x20\x18\xe4\x0a\x85\xbd\x7b\x76\x8b\x58\x0c\x2e\x5c\ \xc8\x98\x4d\x10\xd2\x5a\x61\xc4\xa2\x28\x82\xc0\x94\xcb\x33\x85\ \x42\xc1\xb2\xa8\xe2\xdc\xf7\xfd\x3d\xbb\x77\xef\xd8\xbe\xdd\x75\ \x1c\xbf\xdd\x2a\x97\xca\x84\x51\xc7\x71\x82\x20\x24\x84\x70\xce\ \x6b\xb5\x9a\x65\x3b\x00\x98\x6a\xb5\xba\x70\xe1\xc2\x8e\x8e\xe2\ \xaa\x15\xab\x82\x30\x98\x9a\x9a\x86\x10\x04\x41\x90\xf4\x79\x9e\ \x7f\xfe\xf9\x99\x4c\x66\xf8\xf0\xe1\x4d\x9b\x37\x9b\x7d\x43\x09\ \x90\x75\x77\x77\x43\x08\xa7\xa7\xa7\x17\x2d\x5a\x94\x4a\xa5\xca\ \xe5\xb2\x94\x6a\x7a\x7a\xfa\xf6\xdb\x6f\x5f\xba\x74\x69\x5f\x5f\ \xdf\xe2\xc5\x8b\x7d\xdf\xaf\x56\xab\x27\x9d\x74\x52\xa9\x34\xfb\ \xa5\x2f\x5d\x79\xee\xb9\xaf\x7e\xc9\x69\xa7\x86\x61\xf8\x87\xfa\ \x4d\x94\xba\xa9\x94\x31\x46\x08\x61\x9a\x73\x9c\xbc\x73\xf6\x17\ \x1b\xf1\x01\x94\xca\xa4\xc7\xef\xf8\xe5\x55\x7e\x71\xef\xfe\xe1\ \xda\xd5\xa3\x33\xbc\xf7\xcc\xce\xcc\x6f\xad\x17\x3d\xc3\x53\x9d\ \x10\x5a\x6f\xb6\x1e\xdd\xb2\x05\x63\xb2\x73\xd7\xae\x3d\x7b\xf7\ \xe5\x72\xd9\x7b\xef\xbb\xb7\xbb\xbb\x1b\x22\x94\xcd\x66\x6b\x95\ \xf2\xc6\x8d\x1b\x1d\xc7\x39\xed\xb4\xd3\x36\x6e\xdc\x38\x39\x39\ \xc9\x18\x5b\xb1\x62\xc5\xec\xec\xec\xd0\xd0\xd0\x99\x67\xbe\x6c\ \x7c\x7c\x7c\xd5\xaa\x55\x42\xca\x5a\xad\x26\x84\xb0\x18\xc3\x94\ \xb6\x5b\x2d\xdf\xf7\x03\x3f\xd0\x00\x16\x8a\xc5\x5a\xb5\xd4\xae\ \xd5\x26\x27\x27\x63\x1e\xdb\x8c\x19\x6d\x10\xa5\xd4\xc0\x30\xf0\ \x5b\x41\x4b\x49\x3e\x3e\x36\xb1\x7f\x68\xc8\xf7\xfd\x7a\xad\xd6\ \x6a\x36\x67\xa6\x67\x5c\xd7\xcd\xe5\x73\x87\x87\x87\xc7\x67\xa6\ \x3b\x3b\x3b\xd7\xac\x5e\x55\xec\xec\x8c\x39\x6f\xfb\x6d\x84\x50\ \xbd\x5e\x3d\x78\xe0\x40\x5f\x5f\x1f\x40\x70\xf8\xf0\xe1\x66\xab\ \x35\x6f\xde\xbc\x6a\xb5\x5a\xa9\xd5\x10\x82\xe9\x74\x5a\x08\x11\ \xc5\x71\x26\x93\xd5\x46\x1f\x3c\x78\x70\xe1\xc2\x85\xed\x76\xab\ \x5a\xad\x62\x8c\x7b\x7b\x7b\x29\xa5\x95\x6a\x55\x29\x35\x6f\xde\ \xbc\x42\x3e\x5f\xaf\xd5\x92\x93\xda\xb9\x73\xe7\xd2\xa5\x4b\x17\ \x2f\x5e\x9c\xcd\x66\x1f\xdf\xba\x35\x95\x4a\x85\x41\x38\x3a\x3a\ \xea\x38\xee\x69\xa7\x9d\xf6\xc8\x23\x9b\x6f\xb9\xe5\x96\xed\xdb\ \xb7\x0f\x0d\x0d\x95\x4a\xa5\x7d\xfb\xf6\xbd\xfe\x0d\xe7\xfd\x31\ \xf2\x4d\x48\x08\xd1\x6a\x3d\xe9\x37\x41\x38\x37\x5d\x3f\x67\x7f\ \xa9\x26\xa5\xea\x5a\xbc\xee\xf4\xe3\x79\xdd\xd0\x53\x5f\xda\xa3\ \x51\xea\xb5\xc7\x6f\x18\xcc\x60\xa9\x9e\x63\xbe\x09\x42\xa0\x94\ \xae\x55\xab\x46\xe9\x9e\x9e\xce\x62\xbe\x30\x33\x3b\x53\xa9\xea\ \x7a\xb3\x7d\xf0\xf0\x28\x34\x86\x73\xa1\xa4\x3c\xb0\x7f\x08\x42\ \x73\xcf\x3d\xf7\x54\xab\x55\xce\xb9\x6d\xdb\xdb\xb7\x6f\x6f\x34\ \x1a\xbd\xbd\x7d\x9d\x9d\x9d\x71\x18\x6c\xdb\xbe\xfd\xe5\x67\x9e\ \x69\x59\x56\xd2\x10\x34\x3a\x3c\xdc\xa8\xd7\x11\x42\x42\x0a\x51\ \xaf\x1b\xa5\x53\xae\x07\x94\x40\x08\x39\xb6\x33\x32\x7c\x38\x57\ \x2c\x38\xa9\x74\x14\x8b\x66\xbd\xd6\xa8\x95\x3a\x0a\x85\x6c\x26\ \x1d\x45\xe1\xbe\xdd\xbb\xb5\xd1\x8d\x7a\xa3\x1d\xb4\xd2\x19\xaf\ \xd1\x6c\xb4\xdb\xad\xe6\xec\xcc\xd4\xf8\x38\x01\x66\xe1\xe0\xe0\ \xd8\xe8\x08\x8f\xe3\xfe\xfe\xde\xc0\xf7\x0f\x0f\x0f\xe7\x73\xf9\ \x56\xe0\x23\x84\xf3\xb9\x02\xc2\x98\x10\xe2\x79\x9e\xeb\x79\x08\ \x91\xe9\xe9\x69\x25\x25\x84\xc0\xf7\x9b\x84\x20\x00\xa4\x31\x6a\ \x6a\x72\x12\x21\x98\xcb\x66\xab\x95\xaa\x56\xaa\xdd\x68\xc6\x71\ \x6c\x0c\x40\x08\x1b\x63\x5c\xc7\x4d\x32\x56\xd9\x6c\x56\x6b\xdd\ \xd9\xd1\x11\x86\x41\x4f\x4f\xcf\xfb\x2f\xbd\x74\xdb\xb6\x6d\x77\ \xdd\x75\x67\xa5\x52\xa9\x56\xab\xcd\x66\xe3\xc0\x81\x21\x00\xa0\ \x52\x4a\xff\x31\x08\x00\x8d\xd1\x16\x63\xd9\x7c\x3a\xa9\xc6\xeb\ \x00\x00\x20\x00\x49\x44\x41\x54\x1e\x00\x10\x06\x41\xb3\x59\x9f\ \x5b\xe2\x73\xf6\x97\x9a\x8a\x92\xd2\x29\x2e\x7c\xdd\x85\x8b\x66\ \xc6\x86\xa7\x6a\x51\x47\xdf\x82\xde\x82\xc3\x63\xfe\xdb\x1d\xa3\ \xdf\x17\x1c\x22\xd4\x6a\xb6\x0e\x0d\x1d\x2c\x66\xdc\x81\xae\xa2\ \x88\x03\x23\x64\x2d\x14\x4e\x2a\x67\x34\xb2\x29\x4a\xbb\xa9\xb0\ \x59\x69\x35\xab\x95\xd2\x8c\xe3\xb8\xb3\xb3\x33\x5a\x4b\xa5\xd4\ \xfd\x0f\x6c\x3c\xaa\x51\xeb\xeb\x9d\xf7\xf3\x9f\xff\x82\x40\x2d\ \x38\x5f\x30\xaf\xbf\x52\x9a\x55\x3c\x26\x08\x0e\x2c\x5a\xd8\xbd\ \x67\x77\x69\x66\x7a\xc7\xb6\x27\x56\x2c\x5d\x99\xe9\x48\x11\x8b\ \x3c\xf2\xf0\xa6\x03\xfb\x0e\xe6\x72\x99\xe1\x43\x87\xc8\xd8\x58\ \xb1\x58\x94\x52\x62\x8a\xb6\x6d\x7d\xdc\xb1\xed\x20\x08\x32\xe9\ \xd4\xe4\xf4\x44\xb1\x58\x8c\x78\xc8\x45\x5c\x6b\x54\x6d\x97\xc5\ \xa1\x1f\xd4\xeb\x96\x65\x6d\xdf\xfa\xd8\xfe\xdd\xbb\xbb\xbb\x3b\ \x05\x8f\x6c\x6a\x95\xa6\x67\xb4\x54\xd3\x53\x53\x8d\x76\xa0\x25\ \xf0\x32\x29\x29\xa4\xeb\xa6\xaa\xf5\x06\x80\xbe\x94\x1c\x00\xcd\ \x18\x95\x22\xea\x28\xcc\xdb\xb7\x7b\x57\x3e\x9d\x46\x46\xe7\xb3\ \x69\xc7\x71\xfa\x7a\x7a\x2c\x42\x6c\xcf\x73\x98\x5d\xaa\x36\x1c\ \xcb\x81\x1a\x50\x44\xd3\x6e\xba\xab\xa3\x73\xe5\xf2\xe5\xa1\xef\ \xb7\x5a\x8d\x89\xb1\x11\xa3\x04\x34\xaa\xb7\xa7\x63\xe9\x92\xd7\ \x7d\xf9\xcb\x5f\xde\xbc\xe9\x81\x79\xf3\xe6\x37\x9b\x4d\xad\x04\ \xa5\x94\x62\x02\xe1\x1f\xa5\x27\x1c\x6a\xad\x79\x1c\x1b\x63\xb4\ \x56\x73\xf9\xa6\x39\xfb\xcb\x35\x88\x09\xe2\x95\x5b\xaf\xfe\xc6\ \xcf\x77\xb5\x3a\x0b\x76\xbd\x1a\x1c\x7b\xde\xbb\x2e\x7c\xd9\x2a\ \xa8\xc4\x73\xeb\x0b\x87\x10\xc5\x71\x14\x46\x41\x7e\x41\x9f\xcd\ \x28\x30\xc6\xf3\xbc\x66\xa5\x3d\x34\x74\xc8\xb2\x2c\x0b\x6b\xa2\ \x39\x04\x40\x1e\x61\xaa\xa5\x84\x24\x05\x7b\xc6\x58\xe0\x07\x07\ \xf6\xef\x97\x9c\x63\xa0\xa2\x28\x1c\xda\xb7\x6f\x7c\x6c\xcc\x00\ \x30\x36\x3a\x3a\x72\xe0\xc0\xe4\xe4\xa4\xe7\xa5\x5c\xd7\x8d\xa3\ \x18\x01\x50\x9a\x9e\x21\x18\x6f\xdd\xfa\xc4\xea\xd5\x2b\x1b\x8d\ \xc6\xec\xcc\x6c\x3a\x93\x0e\xc3\x80\x52\x32\x31\x31\xae\x8d\x11\ \x42\x24\x04\x03\xd5\x6a\x2d\x08\x02\x84\x60\x1c\x47\x9e\xe7\x6d\ \xdf\xb1\xad\x50\x28\xd4\xea\xfc\xc0\x81\xd6\xe0\x82\x41\x29\xe2\ \x38\xe6\x23\x87\x86\x5b\xcd\xa6\x54\xaa\x52\xad\xc6\x5c\x01\x04\ \xa5\x10\x06\x82\x28\x8a\x00\x30\x53\xd3\xd3\x85\x42\x81\x31\xd6\ \x6c\x36\x47\x46\x46\x46\x0e\x1d\xec\xeb\xeb\x5b\xb4\x68\x51\xa3\ \xde\x38\x3c\x7c\x58\x09\x95\xcf\xe6\x16\x0c\x0c\xec\xda\xb5\x33\ \x9d\xce\x1e\xb3\x66\x4d\xab\x1d\x0c\x0f\x0f\x1b\x63\xd6\x1c\x7b\ \xf4\xd0\x81\x7d\x5a\xeb\xf9\xf3\xe7\x09\xd1\x91\x94\x1d\x2d\xcb\ \xba\xe7\x9e\x7b\x4a\xa5\xd2\xa1\x43\x07\x09\x21\xad\x56\x53\x4a\ \x81\x11\x72\x1d\xe7\x49\xa7\xe9\x8f\x50\xec\x7f\x9a\xc2\xd5\x9f\ \x6a\x04\x66\xce\xe6\xec\xcf\x61\x84\xe2\x89\x6d\xf7\xdd\x33\x9a\ \xba\xf4\xef\x3f\xb6\xb2\xd3\x2a\xef\xfe\xd5\x57\xff\xfd\x96\x9d\ \xab\x17\x1d\xdb\x45\xc5\x73\xaa\xd3\x01\x60\x10\xc1\xcc\x61\x76\ \xca\xa9\xd6\xab\x5c\xa8\x58\x22\x8c\x49\x47\x57\xb7\xe0\x42\x8b\ \x10\x21\x08\x00\xf2\xfd\xb6\x94\x52\x49\x59\x6f\xd4\x39\xe7\xae\ \xeb\x62\x8c\x4b\xa5\x59\xa3\x61\x3e\x97\xc5\x04\x67\xb3\xd9\x89\ \x89\x09\xa9\x94\xd6\xfa\xee\xbb\xef\x7e\xec\xb1\xc7\x84\x10\x5a\ \x1b\x4a\xc8\x81\x03\x43\x71\x14\xe6\xf3\xf9\x98\x73\xcb\xb2\xda\ \xed\xf6\xb2\xe5\x2b\x67\x4b\xe5\xd1\xd1\x51\xa5\xf5\xe4\xc4\x84\ \x9b\x72\x2c\xcb\xe2\x42\x28\x29\x5b\xad\x16\x00\x60\xd9\xb2\xe5\ \x93\x93\x53\xda\x98\x72\xb9\x92\xce\x64\xa2\x98\x43\x00\xbb\x7b\ \x7a\xe7\x0f\x0c\x4c\x4e\x4c\x8e\x8d\x8c\xf0\x38\x6e\x34\x1a\x94\ \xd0\xee\xde\x5e\xdd\xf2\x95\xd1\x7e\xe0\x63\x42\x12\x9d\x12\xc6\ \x98\xeb\xba\xb6\x6d\x8f\x8c\x8c\x74\x75\x74\x44\x51\x88\x31\x2e\ \x95\x4b\x61\x10\x26\xcc\xbf\x8f\x3d\xfe\x78\xca\xf3\x1c\xc7\x6d\ \xb6\x5a\x03\x0b\x17\x33\xcb\x52\x4a\x19\x43\x39\xe7\x8e\xc3\xc2\ \x30\xb8\xf3\xce\x5f\x8d\x8e\x8e\x1c\x38\xb0\x3f\x21\xbd\xbb\xe9\ \xa6\x9b\xc2\x30\xb4\x2c\xcb\x71\x1c\xdb\xb6\xd3\xe9\x34\x84\x30\ \x9b\xcd\x96\xcb\xe5\x39\x14\x79\x7e\x58\x1c\xb5\x6a\x4d\x4e\x3b\ \x8b\xe9\x39\x17\xf1\x7f\x98\x21\x60\x6a\x95\x6a\x6e\xc1\x8a\x65\ \xf3\xf3\x28\x96\x03\xcb\x8f\xea\x73\x1e\xac\xb6\x02\xd8\x9d\x7b\ \xce\xb9\x70\x63\x80\x54\x2a\xe5\xb9\x98\x12\x8a\x70\x9b\xc7\x98\ \x52\x9b\x52\x6a\xa9\x25\x83\xab\xe3\x56\x75\xe7\x13\xb3\x51\x14\ \x85\x61\xe8\x79\x5e\x1c\x73\xa5\x94\xc5\x58\x3a\x9d\xae\xd5\xaa\ \x61\xc8\x2d\x4a\xdc\x42\x16\x23\xd4\xd7\xd7\x97\x34\x8e\x27\x43\ \xb9\x85\x42\x61\x7a\x7a\x7a\x78\x78\x98\x87\x7c\xf8\xd0\xa1\x5c\ \x2e\x97\x2f\x14\xbc\x74\x1a\x40\x04\x00\x54\x5a\xb5\xfc\x20\x93\ \xf1\x62\xc1\x5b\xb3\x7e\x2e\x97\xcd\x66\x33\x84\xd0\xbe\xfe\x79\ \xb5\x5a\x8d\xd9\x4e\xab\xed\x67\x32\x99\x6a\xad\x9e\xf2\xd2\xae\ \xeb\x75\x75\x76\x02\x00\x2b\x95\x5a\x69\xb6\x54\xaa\x54\x2d\x4a\ \xb5\x81\x71\x2c\x66\x66\x66\x82\x30\x22\x94\x52\x8b\x2a\xad\x95\ \x52\x84\x50\x62\x59\x9c\xf3\x81\x81\x81\xbd\x7b\xf7\x62\x8c\x0a\ \x85\x62\x3a\x9d\x5e\x38\x38\x58\xad\xd6\x18\x63\x00\x40\xad\xd5\ \xa1\x43\x87\x7a\x7b\x7b\x99\xd6\xb3\xb3\xb3\x87\x0e\x1d\x90\x52\ \x28\x85\x1f\x78\x60\xe3\xc1\x83\x07\x27\x26\xc6\x67\x67\x67\x19\ \xa3\x00\x24\x03\xc9\x46\x08\xe1\x38\x0e\xc6\x38\x91\x60\x31\xc6\ \xb4\xdb\xed\x5c\x2e\xf7\xe7\x54\x1c\xd0\x3c\xa8\x37\xdb\x12\x60\ \xc7\xf1\x3c\x97\xc1\x17\x74\x4f\xf3\x76\xad\x1e\xe3\x62\x3e\x83\ \x11\xd0\x32\xaa\x55\x9b\x34\x53\xc8\xd8\xcf\xba\x97\x42\x34\x7e\ \xfc\x85\x8f\x3e\xd4\xf9\xd6\x2b\x2f\x3b\xdb\x9a\xdb\xcd\xff\xc3\ \x72\xe1\x4a\x77\x2f\x5e\x77\x7c\xca\xc2\x00\x31\x46\x00\xc8\x6e\ \x38\xeb\x75\x0b\x06\x3a\x98\x4d\x40\x14\xc6\x52\xc3\x67\x8b\x4d\ \x06\x20\x04\xa5\x51\x10\x43\x84\x11\x81\xc0\x0f\x82\x48\x33\xe2\ \x30\x8b\xe2\x74\x3a\xe3\x5a\x88\x10\x1a\x19\x10\x86\x61\x36\x9b\ \x8d\xa2\x10\x42\xe8\xa5\x52\x49\xd0\x44\x29\xb3\x30\x4a\x39\x96\ \xdf\x6e\x51\x4a\x93\xc1\x91\x64\xf8\xc3\x75\x5d\x08\xe1\xd0\xd0\ \x10\xa3\x56\xbb\xd5\xca\x64\xd3\xd3\xd3\x93\xd3\xd3\x53\x03\x03\ \x27\xb4\x9a\xcd\x66\xa3\x6d\x51\x5a\xad\xd6\x28\xb5\xe2\x38\x0e\ \x7c\xdf\x75\x9c\x76\xdb\xcf\x65\xb3\xb9\x5c\x2e\x9b\xcd\x76\x74\ \x74\x24\x30\x97\x4a\x7b\xf9\x62\x61\xa6\x5c\x62\xd4\x02\x4a\xb7\ \x7d\xdf\x71\x1c\x74\x84\x97\x4e\x4a\x69\x31\x4b\x08\x49\x0c\x8d\ \xe3\x08\x21\x94\x4a\xb9\x8d\x66\x93\x73\x1e\x04\x81\x31\x7a\x62\ \x62\x72\xc1\xbc\xfe\x7a\xbd\xbe\x77\xef\x5e\xcf\x4b\x27\xbd\xdd\ \xa9\x94\x57\xaf\xd7\x83\x20\x58\xb8\x70\x61\xa5\x51\x17\x42\x62\ \x82\x08\xc5\x8f\x3d\xb6\x45\x6b\x1d\xc7\x61\x36\xeb\x21\x84\xab\ \xd5\x2a\xa5\xc4\x18\x93\x9c\x8b\x6d\xdb\xf5\x7a\x3d\x51\x3d\x48\ \x94\x0e\xda\xed\xb6\x94\x12\xfe\xe9\x71\x22\x9c\xd9\x7d\xed\xbf\ \x7e\xfd\x67\x9b\xf6\xb4\x63\xb8\xe4\xcc\x0b\x2f\xff\xdb\xbf\xee\ \xb5\x5f\xc8\xf5\xf7\xc4\x0f\x2f\xff\xf8\x8d\x63\xef\xfe\xd4\x67\ \xdf\xf9\xb2\xa5\xb5\x83\x0f\x7d\xf8\xfd\xff\x7b\xe5\xc7\xbf\xf3\ \x0f\xaf\x5a\xfa\xac\x81\x56\x54\xc6\x47\x66\x6d\x39\x47\x23\xf0\ \x3f\xd0\x25\x36\xc6\xc9\x75\xd8\x07\x77\xde\xf1\xd3\x29\x8b\x62\ \xad\x24\x80\xa8\x72\xdf\x6d\x9b\x15\x9c\xbf\x6a\xfd\xea\xf9\x99\ \xa7\x8f\x52\xfc\xde\x05\x00\x81\x31\x9a\x40\x18\x85\xa1\x43\x49\ \x18\x46\xc6\x68\xdb\xb6\x62\xc5\xc3\x98\xef\xdc\xb5\x1d\x89\x50\ \x4a\x91\xc4\x4a\x9c\xf3\x30\x0c\x09\x21\x84\x52\x63\x4c\x4f\x4f\ \x0f\xe7\xb2\x5a\x9a\xf5\x9b\xf5\x54\xca\xf5\x7d\x3f\x99\xb0\x4d\ \xfa\x18\x93\xdd\x6b\x59\xd6\x92\xa5\x4b\x76\xef\xde\x35\x39\x33\ \xb9\x70\x70\x91\x41\x70\x72\x66\x7a\xfb\xae\x5d\x5c\xca\xa9\x99\ \x59\x4c\x70\x18\x73\x6c\x59\xd5\x66\xd3\xcb\xe6\x56\xae\x5e\x65\ \x51\x6b\x6a\x6a\x6a\xd7\xde\xbd\xb5\x66\xd3\xa2\x74\x70\x70\xd0\ \x00\x38\x3a\x3a\xa6\x94\x8c\xc2\x88\x60\xdc\xf6\xfd\x4c\x3a\x6d\ \xb4\xa6\xd4\xc2\x10\x05\x61\xe8\x58\x54\x6b\x2d\xa4\x4c\xa4\xeb\ \x84\x52\x94\x52\x21\x65\x22\xc7\x50\xad\x56\x8a\xb9\xec\xfc\xf9\ \xf3\x1c\xc7\x6d\x34\x1a\xf5\x7a\x83\x10\xb2\x64\xc9\x92\x6c\x36\ \x9b\xf4\x58\x6e\xdf\xbe\x7d\x62\x6a\x0c\x42\xc0\x98\x85\x31\x0a\ \xc3\x20\x93\xf1\x08\xa1\xb6\x63\xb7\xfd\x96\x69\x19\x8c\x51\x42\ \x2f\x97\x4e\xa7\x39\xe7\x71\x1c\xdb\xb6\xbd\x64\xc9\x92\x20\x08\ \x2a\x95\x8a\x14\xe2\xcf\x80\x4d\x8f\xdd\x79\xc3\x8d\xf7\x8f\x5d\ \xf0\xe9\x7f\x3d\x67\xd0\x8c\x36\x4c\xc6\x06\x20\x98\xbe\xf5\xdf\ \xae\xf9\xc5\xa6\x43\x1d\xab\x4f\xbd\xe8\xa2\x0b\x96\x75\x5a\xfe\ \xcc\xee\x1f\x7e\xff\xfa\x4d\x7b\x67\x9c\x7c\xd7\xfa\x73\x2f\xbc\ \xe0\xc4\xce\xeb\xbf\xfa\xb9\xf1\xde\x0b\xff\xee\x1d\x4b\xae\xfb\ \xe7\xcf\x4e\xae\x3a\xe7\x13\x6f\x7a\x69\x7b\xf8\x91\x6b\xaf\xb9\ \x7e\xc7\xb4\x5e\x7f\xf6\x9b\xde\xf9\xc6\x53\xf5\xf8\x13\xdf\xbf\ \xf6\xa6\xdd\x13\x25\x61\x77\xbe\xfc\xfc\xb7\xbf\xe1\x25\x2b\xb0\ \x09\x1f\xbb\xed\xa6\xff\xf8\xd9\x7d\x15\xd4\x73\xc1\x07\xff\xee\ \xe5\x8b\xfd\x5b\xbf\xfb\xdd\xdb\x1e\x1b\xce\x2e\xde\xf0\xce\xf7\ \x5c\xb0\xa2\xe3\x08\x22\x22\xca\xf8\xc4\xbf\x7d\xfd\x5f\xe6\x0d\ \x5e\x79\x82\x4d\x30\x42\xd8\x62\xfc\xc0\x1d\xff\x70\xd5\x03\xaf\ \x7a\xcf\x27\xd7\x3b\x3b\xbf\x78\xe5\x7f\x9c\x70\xd9\xe5\xe7\xa4\ \xf7\x7f\xf3\x9a\x9b\x76\x1d\x2e\xd1\xc2\xd2\x13\x56\x17\x77\x3f\ \xf2\x70\xdd\x59\xf8\xc6\x8b\xde\x77\xfa\x72\xc2\x52\x99\xe6\x8e\ \x1f\x7f\xe8\x92\x9f\xba\xf3\x8f\x79\xfb\x3b\x2f\x5a\xd3\xef\x1a\ \x7f\xfa\xa7\xd7\x5f\xfb\xf3\x87\x0e\x76\xac\x3a\xf5\x9d\xef\x7e\ \xdb\xd2\x5c\x70\xdf\x8d\xd7\xfd\xe2\x91\x3d\xb3\x6d\x72\xce\x07\ \x3e\xb1\x5e\x6f\xff\xde\x0d\xb7\x8d\xb5\xcc\xba\x57\xbf\xf7\xd2\ \xd7\x1e\x33\x07\x01\x2f\xde\x5c\x38\x44\xdc\xaf\xec\xdd\xb5\x27\ \x90\xcd\x2d\x8f\xec\xed\x5d\x73\xc2\x40\x0e\x71\xae\x84\x46\xba\ \xb8\xe2\xe8\x05\xd9\xa7\xf7\x12\x3c\x43\xd0\x01\x0d\x74\x98\x1d\ \xb4\xda\x13\xa3\x23\xe5\x99\x29\x9b\x11\xcb\xc2\x96\x05\x32\x69\ \x87\x20\x9d\xf2\x98\x6d\x33\x00\x40\xb9\x5c\x9e\x9a\x9a\xd2\x4a\ \x1b\x63\x08\x26\xf5\x7a\x7d\x62\x62\x7c\x7a\x6a\xaa\xd5\x6a\x21\ \x8c\x84\x10\x09\xfd\xe3\x53\x52\x9f\x89\x66\x49\xb3\xd9\xda\x37\ \xb4\xaf\x56\xaf\x4a\x25\x35\xd4\xd9\x5c\xb6\x56\xab\x8d\x8c\x8e\ \x00\x08\x99\xed\x84\x61\x0c\x00\x42\x88\x14\x8b\x1d\x41\x10\x42\ \x80\x27\x26\xa6\x76\xec\xdc\x75\xe8\xe0\x70\x14\xc5\x6d\x3f\xa8\ \x37\x9a\x51\x18\x1d\x3a\x34\x5c\xab\x35\x08\xb5\xa4\x32\x10\x22\ \x00\x20\x17\x4a\x1b\x10\xc6\x71\x18\x45\x09\x3d\x80\x94\x02\x21\ \x24\xb8\x08\xc3\x20\x8c\xa2\x38\x8e\x2d\xcb\xa2\xd4\xe2\x5c\x58\ \x16\x6d\xb7\xdb\x41\x18\xa4\x52\xa9\x5a\xad\x9a\x4a\xa5\x8c\xd1\ \xbb\x76\xed\xda\xbe\x7d\xfb\xd6\xad\x5b\x0f\x1c\xd8\x1f\x06\x01\ \x00\x3a\x8e\xa3\x76\xbb\x6d\x8c\x22\x84\x48\x29\x38\x8f\x8d\xd1\ \x06\x68\x00\xcc\xd3\x05\x3b\x13\x24\x4a\xf4\x14\x1c\xdb\x4e\x26\ \x81\xff\xd4\xf7\xbb\xbb\x7f\x61\x9e\xc5\x4f\x3c\x70\xef\x9e\x0a\ \x5c\x7d\xcc\x9a\x14\x88\x7e\xfe\xed\x2b\xbe\x73\xd7\xec\x89\x2f\ \x3f\x8d\x3f\xfe\x9f\x5f\xf8\xf6\xcd\xcd\xb0\x72\xdd\xe7\xff\xe9\ \x87\x5b\x5a\xc7\x9e\x70\x54\x63\xcf\xa6\xbb\xb6\xec\x8a\xa4\x1c\ \xd9\xf3\xc4\x9e\x91\x1a\x00\x62\x78\xd7\xf6\x7d\x33\x8d\xa8\x31\ \xf2\xb5\xcb\x3f\xbb\x4d\x0e\xbc\xec\x84\xf9\x77\x5d\x7d\xe5\xf5\ \x1b\x0f\xd6\xa6\x87\xef\xf8\xd5\x83\x78\x70\xcd\xa0\x39\xf8\xad\ \xaf\x7d\x73\xdb\xb4\x1a\xbe\xff\xba\xcf\xfe\xdf\x7f\x17\x3d\x47\ \xad\x5b\xb3\xb4\x33\xaf\xef\xf8\x7f\x5f\xb8\xe6\xfe\xb1\xf5\xa7\ \x9d\x22\xf7\xfd\xe4\x8a\x2f\xdf\xe4\xff\xfa\xe1\x28\x50\x7a\xe9\ \xd1\xc5\xe6\x55\xff\xf2\xb5\xed\xd3\xd2\x22\x18\x22\x2c\xea\x93\ \xdb\xb7\xed\x9c\x6d\x49\x11\x54\x76\x3c\xbe\x75\x32\xd0\xd1\xe4\ \xb6\x9f\xdf\xb3\xc5\xee\x5e\x9a\x6a\x3f\xf6\x9d\xeb\x7e\x61\x0f\ \xae\xd0\x07\x1f\xfc\xe6\xd5\xdf\x9f\x0a\x29\x85\x06\xbb\xc5\xa3\ \x8e\x5d\x59\x7d\xf4\x27\xff\xf2\xcd\x1b\x9a\xc0\xdc\x79\xed\xe7\ \xae\xbe\x73\xfa\xc4\x97\x9f\x26\x9e\xb8\xf9\x0b\xdf\xfe\xcf\x5a\ \xa3\xf9\xd0\x4f\x6e\xda\x13\xe4\x8f\x3f\x71\x5d\xaf\x9e\xf8\xc1\ \x57\xfe\x65\x4b\xa3\xf3\xcc\x33\x4f\x5d\xdc\x57\x98\xdb\xff\x2f\ \x66\x53\x52\x66\xe7\xad\xfd\xd0\x47\x2f\x5e\xd9\x99\x2e\x74\xe4\ \xdd\xdc\xbc\x37\xbc\xfb\xb2\x4f\x7d\xe2\x63\x9f\xfc\xd8\x87\x5f\ \x75\x5c\x8f\xf8\xaf\xe3\xbe\xcf\x94\x6f\xd2\x3a\x65\x3b\x59\xd7\ \xe3\x91\xaf\xa9\x71\x3c\xb7\xc9\x25\x81\xc8\xb2\x30\x90\xba\xbf\ \xa7\xa3\x5e\xb2\x1a\x0d\x58\x2a\x95\xa2\x28\x32\x00\x40\x08\xd3\ \x99\x34\x42\xa8\xd5\x6a\x33\xe6\x38\xae\x5b\xc8\x17\x82\xc0\xd7\ \x5a\x6b\xad\x13\x29\xf0\xa4\x0d\x8a\x10\xca\x79\x34\x39\x59\xc3\ \x18\x29\xa5\x2a\xe5\xb2\xef\xfb\xcc\x62\x42\x08\x00\x10\x84\x48\ \x6b\x00\x00\x74\x1c\xa7\xab\xb3\x2b\x8e\xe3\xdb\x6f\xbf\x83\x52\ \xda\x68\x36\x05\xe7\x9c\x4b\x08\x40\xa5\x54\x0d\xc3\xb8\x5a\xab\ \x0a\xa9\xa4\x50\x06\x80\x46\xad\x1e\x45\x5c\xc4\x71\x2a\x95\xe2\ \x5c\x68\xad\xb5\x16\x10\x40\x21\x05\xa6\x44\x48\x91\x88\xfd\x42\ \x08\x5d\xd7\x05\x00\x00\xad\x08\xa1\xf5\x7a\xbd\xa3\xd8\xb5\x64\ \xc9\x92\xd5\xab\x57\x4f\x4f\xcf\xdc\x70\xc3\x7f\xb8\xae\x1b\xc7\ \xb1\xe3\xba\x84\x50\xc7\xb1\xb5\x4e\xb0\xd5\xb8\xae\x9b\x4a\xa5\ \x5a\xed\x26\xe7\x5c\x4a\x99\xf8\xa8\x09\xe0\x06\x41\x90\xbc\xe8\ \xfb\x7e\x1c\xc7\xe9\x74\xda\x62\xec\xcf\x93\x6f\x5a\x7a\xfa\xdb\ \xbf\x9a\x1b\xbc\xe9\x87\x3f\xba\xea\x73\x77\xdc\xb0\xf2\xac\x8f\ \xff\xf5\x2b\x76\x3d\xb1\xdf\xd0\x25\x93\x23\xa3\x31\x21\x8d\x72\ \x69\xdf\xae\x1d\x8f\x6c\xaf\x9e\xf1\xa9\xcf\xbf\xff\xac\xbe\x68\ \xcb\x43\x3b\x21\x00\x00\x52\xc6\x6c\x8b\x02\x00\x2d\x66\x7b\x0e\ \x1e\x3f\xb8\x6b\xd7\x21\xdf\xcd\xd6\x46\x27\x25\xb3\xa2\xe1\xe9\ \x89\x70\x01\xb1\x52\x99\x53\x2f\xfc\xe0\x39\xb3\xf4\xbe\x7f\xd8\ \x58\x1a\x3d\x38\xbc\x69\x63\x3c\xf0\xea\xff\xf5\xf7\x97\x75\x21\ \x00\xc2\x5d\x7f\xb7\x63\x18\x9a\xce\x89\x91\xb1\x10\x30\x31\xbd\ \x7f\x3a\x06\x8b\x13\xb2\x15\xa3\x24\xeb\xbf\xe8\x23\x6f\xf8\xe5\ \x37\x3e\xf7\xb5\xab\xa6\x00\xa4\x08\x00\x80\x89\x6d\xdb\x14\x23\ \x84\xb0\x6d\x3b\x14\x41\xa0\x0d\xb0\xba\x5f\xf5\xc6\x77\x2d\xa8\ \xb2\x27\x3e\xb7\xf5\x55\x97\x5e\x16\x90\xc9\xcf\x3f\x3e\x53\xad\ \x0b\xa0\x79\x6e\xf9\x19\x97\x5e\xf2\xca\xcd\xf2\xf0\xff\x7a\x60\ \xff\xfe\xdd\x07\x77\x6c\x1d\x4a\xce\x28\xc2\xa4\x32\x33\x5b\xae\ \x0b\x4c\xc9\x82\xf5\xaf\x7f\xff\x7b\xd7\x03\x5e\x3e\xb8\x62\xd9\ \xe6\xad\x87\x0f\xd7\x8f\xde\xb0\xb8\x6b\x6e\xff\xbf\xa8\x73\xe1\ \x98\x88\xc6\xf0\xb7\xbe\x75\xd5\x4e\xbd\xfc\xe3\x9f\x7f\xef\xc4\ \xaf\xbe\xf7\xff\xbe\x7e\xfd\x07\x3f\xf0\xe6\x6e\xc7\xe8\xe7\xd4\ \x43\x90\xec\x3d\x97\xb9\xae\xe3\x78\x8c\x48\xa3\x34\x02\x85\xac\ \x4b\x53\x19\xd7\xb6\x62\xbf\xee\xb9\x98\x12\x6c\xb4\xd1\x5a\x47\ \x51\x04\x21\x72\x5d\xd7\x71\x1c\xad\xb5\x52\xb2\xd1\xa8\xbb\x8c\ \xa5\x17\x2e\x00\xc0\x34\x1a\x8d\x24\xf6\x49\xb4\xe4\xfc\x20\x90\ \x52\x2c\x58\xb0\x80\xcb\xb8\xd1\x6c\x84\x71\xb8\x67\xef\xde\x91\ \xd1\xc3\x0b\x17\x2e\x2a\xd7\xaa\x71\xc4\x6d\xe6\xd8\x8e\xdb\x6c\ \x35\x1a\x53\xd3\x7e\x10\x38\x8e\x63\xd9\x6c\x6a\x6a\x8a\x10\x02\ \x31\x52\x5a\xb9\xae\x5b\x6f\x35\x10\xc5\x96\x65\xc5\x9c\x4f\x4c\ \x4f\x21\x00\x32\xe9\x4c\xa5\x56\x45\x00\x32\xdb\x76\x1c\x9b\x31\ \x66\xdb\x56\x18\x86\x6d\xbf\xad\x8d\x91\x52\x26\x99\xf8\xa7\x94\ \xe6\xda\xed\x76\x18\x06\xbd\xbd\xbd\xd5\x6a\x75\xd3\xa6\x4d\x61\ \x18\xc6\x71\x8c\x31\x45\x08\xf5\xf5\xf5\x71\xce\x23\xc1\x39\x8f\ \x39\x17\x18\xc3\x4c\x26\x2d\x95\x10\x8a\x2b\xa5\x08\x41\x00\x18\ \x84\x50\xc2\x50\x0e\x00\x88\xa2\xc8\x18\x13\x86\x91\x94\x12\x63\ \x9c\xc9\x64\x3a\x3a\x3a\x92\x4b\xf1\xa7\xbe\xdf\x91\x1f\x77\xac\ \x38\xf5\xe3\x57\xbc\x6c\xd7\x4f\xae\xb8\xf8\xf2\x9f\x6c\x3a\x65\ \x05\x61\xc8\xe0\x8e\x93\xce\x3c\xb7\xfb\x35\xaf\x36\x76\x67\x07\ \x3c\xa4\xb4\x8c\x23\x01\x80\x54\x46\x03\x03\x30\x41\x10\x83\xb0\ \x31\xa3\xc0\x5a\x84\x80\xd6\x06\x63\xcb\x28\xe1\xf5\xad\x7e\xd5\ \xd9\x47\xbd\xfa\x9c\xf3\xd3\x03\xcb\xe1\x81\xdb\xb5\x36\x8a\x4b\ \x64\x5b\x10\x1a\x0d\x01\xb1\x28\xf7\xeb\xcd\x00\x74\x79\x00\x20\ \x8b\x18\x65\xec\xc2\x09\x67\xbe\x76\xfe\xb9\xe7\xc4\x28\xd5\xf3\ \x34\x96\x25\x25\x22\xab\xff\xb8\x4b\x3f\xf0\xf6\x0f\x7f\xfc\xab\ \x23\x82\x22\x00\x08\xa3\x9a\xfb\xed\xa0\xae\x72\x16\x04\x4f\xaa\ \x57\x40\xa0\x22\x65\x00\x76\x90\x96\x61\xa0\x1d\x0b\xc3\xa7\x08\ \x80\x0c\x04\x00\x4c\x55\xea\xc0\x9a\xe7\x38\x0c\x43\x65\xac\x27\ \xcf\x48\x5a\x1d\xfd\x9e\x14\xca\x68\xc5\x01\x00\xc0\xea\x78\xfb\ \x27\xbe\xb4\xe6\xc1\xdb\xae\xba\xfa\xbb\x9f\xdc\x7e\xf8\xeb\xff\ \xfa\x91\xee\x39\x0c\x78\xd1\x62\x13\x02\xb5\xd9\x49\xd9\xbd\xe1\ \x13\x17\x9c\xd3\xe7\x90\xc1\x37\xbc\xcb\x79\x78\xb7\xe2\xb1\x71\ \xac\xe7\x56\xa7\x33\x00\x20\x08\x73\x5e\xc6\x73\x5c\x29\x7c\x24\ \x8d\xc1\xa8\x77\x60\x9e\x97\x2f\x12\x82\x64\x9c\xc3\x3a\xf6\x3c\ \x37\x61\xa4\x04\x00\x48\x21\x32\x99\x4c\xf2\xd9\xbe\xbe\x7e\x25\ \x0d\x04\x3a\x8c\xa3\x30\x0c\xa5\x54\x89\xd3\x94\x64\x8b\x6d\x66\ \x01\x00\xb2\xd9\x6c\xa3\x5d\xcf\x64\xd2\xe5\x72\xa5\xd9\x6a\x24\ \xe2\x97\x52\xc8\x30\x0c\x21\x40\xa9\x94\xc7\x63\x81\x10\x12\x42\ \xe4\xf3\x79\xdb\xb6\x13\x01\x4b\x42\x89\xd6\x9a\x31\x06\x21\xd4\ \x46\x53\x66\x29\x21\x8d\xd6\x7d\xfd\xf3\x38\xe7\x51\x14\x51\x84\ \x21\x84\x99\x4c\xc6\xb6\x6d\xcf\x73\x67\x67\x67\xd3\x28\xe3\x07\ \x3e\x00\x00\x21\xec\x39\x4e\x43\xa9\x76\xbb\x8d\x09\x36\xc6\xd4\ \x6a\x35\x4a\x29\x8f\x45\xb9\x5c\x49\xc4\x7b\x1d\x87\x3a\x8e\x13\ \xc7\x31\x84\xd0\x66\x8c\x52\x6a\xdb\x76\x1c\x87\x42\x88\x6a\xad\ \x9a\x08\x43\x50\xea\x26\x15\x3a\x08\x30\xe7\x3c\x01\x71\xdb\xb6\ \x13\x46\x27\xc7\x71\x2c\x8b\x15\x8b\x85\x74\xda\xfb\x33\x60\xd3\ \xee\x7b\xae\xfd\xf2\xf7\x1e\xc4\x19\x57\xb6\x4a\xd9\xc5\x6b\x8e\ \x5e\xb3\x96\xe8\x97\x3f\x7c\xf5\x7d\x3f\xf8\xee\x24\x16\x78\xc3\ \xeb\xdf\xf3\xde\xf3\xd6\x9e\x79\xda\xe0\xbf\x5d\xf5\xf7\x87\x7f\ \x96\xaf\x8d\xd5\x3b\x8f\x82\xc8\xee\x3a\xee\xb8\x75\xf7\xdd\xf8\ \xbd\x77\xbd\xeb\xe7\xe5\x91\xea\xe0\x29\x78\xc1\xca\x75\x67\x9d\ \xbe\xec\x96\x8d\xb7\x7c\x6b\xff\x9d\x31\x19\xf8\xc0\xa7\xd6\xf4\ \x41\xd1\x6a\xb5\xb8\x32\x5a\x46\xcd\x66\x33\xc6\xe9\x0d\xaf\x78\ \xfd\x4f\x37\x7e\xeb\x13\x7f\xfd\x36\xc7\xce\x9d\xf7\xde\xbf\x7d\ \xd3\x6b\xcf\xd8\x73\xcd\x3d\x37\x5c\xfd\x0d\x1b\xf2\x65\xe7\xfe\ \xcd\x71\x47\x1d\xa9\xc5\xc4\x41\xb3\x85\x22\x9f\xe7\x56\x9d\xf7\ \xee\xf3\x1f\xfe\xbb\x6f\xfd\xca\x0f\x62\xb6\x74\xfd\xba\x81\x9b\ \x7f\x78\xe5\x27\xee\x72\xcd\x94\xb1\x2c\x8c\x74\x1c\xb5\x9a\x6d\ \x21\xb5\xe2\x61\xab\xd5\x96\xc6\x88\xd0\x6f\xb5\x91\x06\x90\x58\ \x6c\xec\xfe\xef\xbc\x7b\xff\x0f\xa6\xa7\xc3\x33\x2f\x38\x6b\xd5\ \xc2\xf9\xc1\xab\xce\x7a\xf0\x7b\x0f\x7c\xff\x3b\x93\x44\xa2\x93\ \xcf\xbf\xf8\xd8\x81\x42\xd8\x6c\xfa\x91\x00\x00\xa8\xd2\xd0\xd7\ \xaf\xf8\xe2\x21\x98\x6d\x84\x2a\xe3\x39\x73\x13\x3d\x2f\xea\x3a\ \x9d\x90\x85\xc1\xf5\xef\x5e\x66\x01\x25\xa2\x58\x02\xe0\x1c\x73\ \xf2\x09\x4a\x88\xdf\xca\xa9\x42\x9e\x29\xdf\xa4\x09\x52\xd4\xb2\ \x10\x02\x06\xc6\x02\x98\x56\xab\x3d\x3a\x39\x85\x08\xb2\x2c\x4c\ \x30\x88\x95\x49\x58\x75\x2d\x8c\x54\x18\x64\x3c\x97\x20\x88\x21\ \xcc\xe7\x0b\x08\x11\x68\x0c\x0f\x1a\x7e\xab\xa9\x95\xc0\x10\x40\ \xa5\x18\x46\x40\x49\x8a\x90\x85\x41\x14\xb4\xb9\x1f\x69\xad\x6d\ \x62\x3b\xd4\x01\xca\xf0\x80\x23\x0f\x40\xa5\x81\x31\x8e\x65\x15\ \xf3\x59\x3f\x6c\x85\xa1\x8f\xa1\x71\x19\xed\x2a\xe6\xcb\xa5\x92\ \x94\x82\x40\x43\x30\x34\x14\x2d\x5e\x38\x38\x36\x32\xda\x6e\xb7\ \x88\xc5\xfc\x20\xc0\x18\x1b\x60\xb4\x51\x52\xc5\x98\x00\x29\xc3\ \x38\x06\x31\x0f\x95\x52\x10\x6a\x42\x90\x36\x40\x0a\x61\x59\x94\ \x10\x12\x45\x11\x42\xb8\x52\xa9\x05\x61\x94\xcd\xe4\x6c\xc7\xe1\ \x9c\xc7\x3c\x76\x53\x2e\x44\x20\x8a\xc2\x76\xbb\x1d\x89\x84\xd3\ \x57\x12\x42\x83\x20\x04\x06\x1a\x0d\x2d\x8b\x41\x48\x94\x02\x06\ \x40\x65\x14\x34\x12\x40\x63\x8c\xb2\x98\xcd\x18\xe5\x71\xdc\x6e\ \xf2\x42\x3e\x5b\xaf\xc6\x61\x14\xc1\x3f\x7d\x58\xb7\x70\xcd\xe9\ \x6f\x7e\x53\x7e\xa6\x11\x92\x54\xf1\x98\x0d\xa7\x1e\x3b\x50\x84\ \x03\x97\x7c\xa6\x7b\xf5\xe6\x1d\x23\x1c\xb9\xab\x17\x77\x03\x90\ \x79\xeb\x87\x3f\xd3\x73\xf7\x7d\x33\x61\xb8\xb9\x3a\xc3\x95\x88\ \x00\x78\xf9\xdb\x3e\xcc\xfa\xee\xdd\x3b\xd1\x74\xce\x7e\xdd\xf2\ \x75\x6b\xa9\x55\x78\xcf\xc7\x3f\xb3\xe4\x9e\xfb\x0f\x4c\x37\x48\ \x76\x7e\x4f\x06\x66\xf0\x31\xef\xbe\xe4\xbd\xab\x3a\x10\x95\x27\ \x5e\x72\x71\xc7\xf2\x6e\xaf\xbb\xff\xb5\xff\x7c\x45\xd7\xc6\xcd\ \x3b\x9a\x3a\xb3\xb4\xc7\x3b\xfa\x94\x0f\x5d\xde\xb5\xea\xe1\xdd\ \xa3\x02\xb0\xa5\x0b\x3b\x9f\xfa\x3e\x0b\x4e\x7c\xfd\x07\xb3\xb0\ \x2f\x83\x01\x00\x1b\xde\x78\xe9\xdf\xb1\xa5\xd9\x65\x59\x40\x8b\ \x1f\xf9\x87\xbf\xbf\xe3\xfe\xc7\xeb\x1c\x9d\xdb\x39\xff\xc4\xf9\ \x2e\x6d\x9f\xf0\xde\xf7\x15\x57\xcf\xf3\x8a\xd1\x29\xef\xbd\x74\ \xde\x42\x07\x93\x53\xce\x7b\xdf\x02\xd0\x93\x4f\x67\xde\x71\x19\ \xdd\x33\xd6\x8a\x40\xff\xf2\x75\xa7\xbf\xe4\x68\x00\xc0\xfa\xf3\ \x3f\xf0\x99\x79\x6b\x9e\x3c\xa3\x25\xdd\x80\xa6\xce\xba\xe8\x83\ \xad\xc1\x85\x00\x00\x98\x2a\xac\x7d\xe9\x19\xa9\x52\xe0\x6c\x78\ \xd9\x89\xa7\x9f\xd9\x39\x07\x00\x2f\x72\xd7\x09\x42\x2d\x05\xc2\ \x98\x3e\x29\x21\x08\x09\xa1\x5a\xeb\xff\x3e\x52\xf7\x0c\xba\xbe\ \x94\x20\x8a\xb4\x94\xc2\x40\x0c\xa8\x4d\x10\x4c\x79\xe9\xed\x7b\ \xf6\x34\x5a\x6d\x6d\x0c\x22\x58\x84\x91\xc1\x58\x01\xad\xb5\xa4\ \x04\xdb\x16\x21\x08\xe4\xb2\x59\x82\xc8\xe8\xf8\x24\xc5\xb0\x23\ \xe3\x20\x04\x2d\x8c\x09\x42\x96\x45\x31\x46\x04\xc1\x7c\x36\x3d\ \x33\x65\xda\x8d\x06\xb3\x9c\x46\xb3\xa5\xa5\x72\x98\x8d\x21\xb2\ \x99\xe5\xa5\x1c\xad\x84\xc3\x28\x02\xca\x61\xb4\x5a\x0f\x8a\x85\ \x9c\x85\x31\x71\x1c\xa2\x8d\x4f\x68\x3d\x08\x8c\x52\x40\x2b\xdf\ \x6f\x57\xcb\xb3\x46\x70\x0c\x80\xe7\xa6\x10\x82\xda\x68\x2f\xed\ \x01\x2d\x99\x45\xb4\x8c\x8c\x51\xbe\xe6\x51\xe4\x0b\x29\x1d\xdb\ \xce\x64\x3d\x29\x75\xa5\x52\xc5\x94\x5a\x96\xd5\x6a\xb5\xb4\x52\ \xca\x18\xdb\x71\x01\x04\x08\x21\x80\x20\xb3\x59\xcc\xe3\x6a\xad\ \x12\xc7\xb1\xc5\x18\xf7\x39\xe7\x22\x8a\xe2\x6c\x36\x0b\x00\x4c\ \xa5\xd2\x94\x32\x82\x89\x92\xc6\x68\x88\x20\x36\x10\x20\x04\xa5\ \x12\x29\xcf\xf5\xbc\x14\x8f\x42\xa0\x14\xa5\xc4\xb1\xac\x99\x99\ \x99\x38\x0c\xd1\x9f\xbe\x4e\x97\x1f\x38\xfa\xdc\x81\xa3\xff\xeb\ \x6b\xce\x8a\x13\xcf\x5a\x71\xe2\xaf\x7f\x66\xc5\x05\xaf\xfc\xab\ \x77\x00\x50\x1d\xbf\xed\xd6\x27\xda\xa1\x01\x00\xd8\x5d\x2f\x79\ \xf5\x9b\x5e\xf2\xf4\x0f\xa5\xfb\x4e\x3f\xef\x2d\xa7\x3f\xf5\x63\ \x76\xd5\x9b\xdf\x91\x10\x45\x1d\xf7\xf6\xb7\x1f\x97\xbc\x36\x6f\ \xe5\x86\xb7\xae\xdc\xf0\xd4\x5b\x96\x9f\x74\xf6\xf2\x93\x7e\xf3\ \xfb\xf4\x1f\xf7\xca\x77\x1f\x77\xe4\xef\x66\xe7\x9f\xf7\xb6\x77\ \x25\xff\xcf\x0c\x1c\xf3\xc6\xb7\x3d\xad\x88\xe6\xad\x7d\xdb\x85\ \x6b\x01\x00\x00\xac\xbb\x70\x70\x1d\x00\x00\x1c\x7f\xd6\x85\xc7\ \x27\x2f\x9c\x99\xbc\xf0\x7b\xce\xe8\xb4\xbf\x7a\xf2\xb0\xc8\xed\ \x78\xe9\xeb\x2e\x7c\xe9\xdc\xa6\xff\xcb\xa9\xd5\x51\x0c\x1a\xd5\ \x99\x7a\x3b\x36\x47\x12\x47\x34\x95\xed\xcc\xa5\x7f\x63\xc4\x8b\ \x3c\x53\x7c\x88\x30\x21\x4a\x6b\x65\x94\x82\x88\x12\x66\xdb\x8e\ \xcd\x9c\x52\xa5\x2e\xb5\x40\x92\xc4\x41\x80\x10\x84\x06\xc5\x31\ \xb7\x19\xa3\x16\x45\x08\x15\x0a\x79\x84\x69\xa5\x52\x71\x1d\xd6\ \x5b\xcc\x78\x9e\x27\x39\x57\x4a\x29\xa5\x92\x96\x9f\x7a\xa3\xa1\ \x0d\x98\x9c\x9c\xa2\x96\x95\x4a\xa7\x0d\xd0\x5c\xc4\x42\x72\x6d\ \x44\xa1\x98\xb3\x1d\x0b\x02\x18\xf1\xa0\xe9\x37\xdb\x7e\xd8\xdb\ \x3b\x4f\x2a\x5d\xad\xd4\xe2\x28\x06\x88\x10\x6c\x49\xa9\x0d\x44\ \x08\x11\x3f\x88\x5c\xcf\x1b\x9b\x9a\xc6\x8e\xd3\x3f\x30\x60\x59\ \xac\x52\x99\x95\x02\x5a\x36\x13\x52\xba\x0e\x6b\xfb\x61\x18\x86\ \x42\x48\xa9\x0c\xc6\x88\x50\x86\x08\x55\x5a\x6b\xad\x31\xc6\x88\ \x10\x4a\x28\x46\xd8\x18\xa0\xb5\x36\xda\x24\xc2\x07\xcc\xb2\x21\ \x40\x52\x69\xa1\x04\x84\x80\x31\x96\x14\x19\x19\xc3\x08\xa1\x84\ \xde\x57\x6b\x8d\x11\xc6\x04\x4b\xa5\xea\xb5\xba\x8c\x25\x04\x88\ \x31\x3b\x08\x42\xc6\x1c\x08\x11\x21\x14\x63\xf2\x22\xe3\xa7\xb4\ \xcf\xbc\xe0\x3d\x6b\x8a\xcb\xed\xb9\x1d\x32\x67\x2f\x0c\x30\x61\ \x0a\xc2\x87\x7f\x7a\xc3\x0f\x7f\xb5\x4d\x51\x2b\x79\x72\x2b\x1e\ \xf7\x9c\x7c\xfe\x87\xfe\xea\x65\x0e\x78\xd6\xfa\x74\xc6\x18\x4c\ \xa8\xe3\x7a\xd4\x62\x5a\x08\x98\x88\xf5\x68\x63\xdb\xb6\xcd\x18\ \x22\x9e\xed\xb0\x09\xbf\x2d\x84\x20\x08\x25\x42\x26\x49\x83\xa5\ \xef\x07\x10\x0b\x21\x04\x74\x18\x42\xc8\x18\x1d\xc5\x5c\x03\x63\ \x31\x86\x09\x51\xc6\x94\xab\x55\x88\x11\x73\xdd\xb6\xdf\xc2\x36\ \xb5\x5d\x46\x03\xe2\x78\x36\x24\x48\x03\x45\x18\x01\x00\xc4\x41\ \xc4\x85\x40\x98\x86\x11\xcf\xa4\x73\xca\xd4\x98\xed\x22\x4c\x23\ \x2e\x62\xa9\x6a\xb5\x96\x97\xf6\x88\xc5\x2c\xc7\xa1\xcc\x49\x79\ \x19\x80\x30\x97\x32\x93\xcd\xd7\xab\x65\x08\xb1\x52\x5a\x08\x4d\ \x28\x25\xd4\x8a\x85\x8c\xa2\x50\x03\x44\x08\xe7\x9c\x13\x4a\x29\ \xa5\x8c\xb1\x56\xab\x15\xf2\x58\x1a\xcd\x2c\x5b\x29\x25\x23\xc5\ \x95\xd4\x5a\x33\x65\x1b\x68\x34\x97\x52\xaa\x24\xdf\x64\x8c\x49\ \x3a\x0f\x00\x00\x49\x4e\x1d\x42\xc8\x1c\x06\x31\xe4\x31\x67\x8e\ \xe3\x47\x41\x91\x14\x93\xec\x58\xa9\x5c\x2a\x74\x14\x30\x46\x5a\ \xeb\x17\xd9\x64\xae\x7b\xd2\x39\xe7\xcf\x6d\x90\x39\x7b\xa1\x8c\ \x50\x3c\xbb\xf3\x81\x1b\xef\x1e\x3f\xf7\x92\x4f\xae\xe9\x76\x54\ \x02\x45\xc6\x60\xdb\xb5\x0c\xd7\xcf\x3e\xa6\x83\x00\x68\xad\x9f\ \x2a\xbc\x2b\xa5\x54\xcc\x8d\x31\xab\x56\xae\x5e\xbc\x74\x99\x1f\ \x46\x33\xb3\xd3\x63\x87\x0f\x1b\x03\x10\x42\x08\x3c\x29\x1e\xce\ \x18\x43\x08\xe6\x0b\x85\x35\x6b\xd6\x60\x68\xbc\xb4\xdd\x6a\xd6\ \x85\x92\xda\x18\xa1\x25\x40\xb8\xdd\x6a\x21\x42\xc2\x28\x62\x8e\ \xcb\x52\xee\xf8\xc4\x04\x82\xb0\xed\xb7\xfd\x30\x0e\xa2\x38\x12\ \x2a\x8e\xb9\xd6\x5a\x08\x35\x5b\xae\xc5\x42\x57\xea\xcd\x4c\xa6\ \xa0\x0c\x24\xc4\x52\xb1\x8c\x85\x16\x0a\xcc\x96\x6b\x5c\x43\xc2\ \x2c\x08\x11\xc0\xb8\xde\x6a\xdb\xb5\x1a\xe7\x42\x6b\x15\x07\x2d\ \xbf\xd5\x74\x2c\x5a\xc8\xe7\xb8\x14\x9c\x73\x6d\x00\x80\x08\x41\ \x14\x73\x91\x30\xa0\x03\x88\xa8\xc5\x2c\x6a\x69\xa5\x1b\xf5\x26\ \x82\x98\x31\x86\x09\x05\x11\x0f\xc3\x88\x31\x9b\x12\x0a\x21\x0a\ \xc3\xd0\xf7\xfd\xa4\xb4\x87\x10\x4a\x46\x05\x09\x21\x00\x00\x8c\ \xb1\x06\x06\x13\x8c\x20\xb6\x6d\x27\xe6\xc2\x40\x28\x84\x34\x06\ \x00\x88\xb5\x86\x08\xd1\xe4\xaa\xcc\xad\xc8\x39\x9b\xb3\xc4\x30\ \xd4\x33\x63\xc3\xf9\xa3\x4f\x39\x63\xfd\x72\xca\x23\x75\x64\x73\ \x18\x2d\x9f\xa3\x96\x01\x82\x51\x1c\x57\x1a\xf5\x4c\x31\x1f\x4b\ \x45\xa8\x15\x0b\x3e\x3e\x3e\x8e\x28\xa3\x8c\x11\x82\x73\x99\x1c\ \x82\x08\x63\x84\x10\x14\x31\xc7\x08\x25\x3d\xe2\xa5\x72\x99\xd9\ \xa9\x7c\x2e\xaf\x64\x1c\x04\x4d\xa9\x15\x44\x10\x53\x62\x00\x14\ \x5a\xdb\x29\xaf\xd2\x6c\xc6\x42\x87\xb1\xc2\x96\xd5\x0a\x94\x63\ \xdb\x1d\x5d\x03\x5c\xe0\x7c\xa1\x90\x2b\xf4\x71\xce\x8d\xd2\x5c\ \x88\x7a\x53\x5a\x36\xcb\xe6\x72\x1a\x22\xca\x1c\x21\x95\x81\xd8\ \xcb\xe4\xe7\x0d\x2c\xd4\x00\xb8\xa9\x94\xe3\x50\x84\x0c\x4b\xa5\ \x2a\xb5\xba\xed\x7a\x10\x40\xdb\xa2\x08\x5b\x71\x14\x40\x6d\x8c\ \x81\x42\x69\xa9\x12\x1d\x72\x63\x8c\x01\x10\x41\x88\x94\xd2\xb1\ \x10\xb1\x94\x96\xed\x84\x6d\x7f\x72\x72\x8a\x0b\xd9\xdb\xdb\x6b\ \x0c\x8c\x63\x6e\x34\x00\x00\x61\x4c\xa2\x38\x4e\xfa\xdd\x01\x00\ \x42\x88\x54\x2a\x95\x74\x48\x30\xc6\x94\x52\xad\x56\x2b\xe2\x31\ \x83\x36\x44\x50\x6b\x93\x49\x67\x00\x44\x71\x1c\x46\x31\xcf\xa4\ \xd3\x3c\xe6\xa9\x4c\xda\x4d\xa5\xf4\x1c\x36\xcd\xd9\x9c\x1d\x31\ \x0d\x50\xa1\xab\xbb\x7e\xef\xd6\x27\xf6\x9f\xb0\xa2\x68\xa9\x23\ \x55\x6c\x88\x08\x25\xe8\xb9\x60\x13\x80\x5c\xca\x6a\xa3\xf1\x92\ \x05\x83\x5a\x81\x54\xc6\xab\xd5\xeb\x5b\xb7\x6e\xab\xb5\x9a\x00\ \x22\x8c\x31\x63\x0c\x02\xa3\xb5\x11\x42\x02\x63\x30\xc6\x5a\x6b\ \x21\x44\x65\x7c\x7c\x78\x78\xd4\x40\x82\x80\x2a\xa4\x2d\x03\x8c\ \x1f\x04\x94\x5a\x88\x10\x2e\x15\xa1\x16\x26\x56\xbe\xc3\x9d\x37\ \x38\x98\xcb\x75\xae\x5a\xbd\x3e\x9d\x4e\x67\x32\x19\xad\x75\x52\ \x98\x67\x8c\x41\x00\xe2\x38\x3e\xe1\x24\x48\x1d\xcc\x39\x87\x4a\ \x5b\x84\x18\x03\xe2\x30\x62\x8e\x5d\x6f\x36\x21\xc1\x5e\xda\x13\ \x22\x12\x3c\x6c\xb6\x5a\x51\x24\x6c\xe6\x84\x61\x38\xbf\xbf\xef\ \xd6\x1f\xdd\x3c\x39\x76\x58\x2a\xa5\xa4\x36\x06\x4a\x0d\xa2\x98\ \x6b\xad\x0d\x80\x51\x14\x21\x42\x52\x5e\xda\x70\x0e\x21\x82\x98\ \x88\xa4\xd3\xc1\x68\x03\x0c\x44\x10\x11\xac\x78\x3c\x5b\x9a\xed\ \xed\xed\x15\x52\x70\xce\x93\x56\xef\xe4\x64\x7b\x7a\x7a\xf2\xf9\ \xbc\x10\xc2\xf7\xfd\xf1\xf1\x71\xad\x75\xc8\x23\xa5\x94\xeb\xba\ \xc5\x62\x11\x23\x24\x1d\x9b\x5a\x56\x36\x9b\x43\x04\x37\x9a\x4d\ \xa5\xd4\xdc\x24\xfd\x0b\xbc\x19\xb4\x16\x9c\x6b\xad\x84\xe0\x73\ \x8f\x89\x67\x9d\xad\x86\xf0\x77\x48\xfc\x41\x08\x09\xa5\x10\x21\ \x8c\x49\x32\x0e\xf1\x9c\x4c\x0a\xd5\xb7\xfa\x8c\xb3\x97\xef\xfe\ \xd6\x15\x9f\x2e\x14\xf3\x49\xa5\x4e\xf3\xa8\xb8\xfe\x9c\xf7\xbe\ \xee\x34\x17\xf0\x67\x9b\x6f\x02\x10\x18\x00\x46\xc6\xc6\xa6\x4b\ \xe5\x55\xab\x57\x41\x80\x2c\xdb\x4d\xa7\x0f\xcd\x94\xca\xcc\x75\ \x5a\x8d\x56\xcf\xd2\xde\x59\xc7\x0d\x83\x36\x26\x84\x10\xc4\x39\ \x0f\xc3\x60\x70\x70\x21\x2a\xd7\xf7\x0d\x1d\x50\x06\x31\x8a\x88\ \xb6\xb2\x85\x1c\xc6\xc4\x0f\x7c\x07\xa2\x74\x36\x3b\x30\xb0\x20\ \x5f\xec\xc8\xe6\x0b\x95\x46\x63\xef\xfe\xd1\x38\xd6\xed\x76\xb3\ \x5a\xa9\x0e\x2c\x18\xc0\x18\x3f\xfc\xf0\xe6\xce\xce\x4e\xa5\xa4\ \xeb\xa4\x0c\x34\xf5\x56\x05\x41\x90\xcb\x64\x23\x3f\x88\xa3\xc8\ \x75\x5c\xca\x2c\x66\xdb\x06\x01\x40\xb0\xe7\x30\xc7\x61\x99\x4c\ \x36\x9f\x2f\x64\xb3\xb9\xc1\x05\x83\x07\x86\xf6\x35\x1a\x2d\x2f\ \x95\x91\x51\x58\xab\xd7\x85\x91\x18\xa3\x38\x8e\x0d\x80\x18\x21\ \x0d\x20\x46\x04\x61\xca\x6c\x98\x61\x6c\x62\x7c\xdc\x71\x3d\x03\ \x50\x3a\x9b\x4b\x67\xf3\x7e\xbb\x8d\x49\x60\x31\xc3\x05\xc7\xd4\ \xb2\x00\xc4\x84\x48\x29\x20\x44\x08\x21\x8c\xb1\xef\xfb\x49\x4b\ \x54\x1c\xc7\x5a\x6b\x42\x28\x65\x76\xcc\x23\x2e\x55\xdb\x0f\x6c\ \x66\x5b\xc4\x32\x00\x35\xda\xbe\x10\xf2\xd0\xf0\x70\xbd\x5e\x4f\ \x74\xf7\xe6\xec\x85\x32\xa3\x75\xab\xd5\x18\x1f\x1d\x09\x82\x60\ \x8e\xfa\xea\xd9\x5d\x32\x03\x31\xce\xe5\xf2\x94\x5a\xff\x1d\x9e\ \x8c\x31\x08\xa3\x62\xa1\xc3\x71\x53\xcf\x19\x9b\x20\xb6\x18\x23\ \x6e\xcf\x79\xef\xfb\xf4\x86\xf3\x26\x2b\x0d\x5f\x03\x68\xb4\x0c\ \xc3\x90\x66\x7b\xac\xdf\x50\xf5\x7d\x46\x1e\x02\xcb\xb2\x22\xce\ \xef\xbb\xef\x3e\x2e\xe4\x09\x27\x9c\xd0\xac\x54\x0d\x80\x84\x10\ \x0c\x11\x25\xb4\xd9\x6c\x08\x21\x08\xc1\xc9\x18\x59\x14\x85\xa5\ \x52\x79\xc5\x0a\x53\x28\x14\x32\x99\x2c\x44\x94\x59\x38\x9f\x21\ \xae\x9b\x8a\x63\x0e\x20\x24\x94\x64\x32\x99\x5a\xa3\x79\x70\x64\ \x74\xff\xdd\xf7\x84\x41\x34\x33\x35\x9b\xc9\xe6\xb3\xb9\x5c\xa3\ \x5e\xef\xee\xef\x66\x98\x8d\x4f\x8d\xb9\x69\xc7\xa2\x94\xd8\x78\ \xc5\xca\x15\xed\xa0\x59\x2a\xcd\xee\xd9\xb5\xab\xdd\x6c\xe5\xbc\ \xf4\xd8\xc4\x18\x42\x38\x93\xcf\x16\xbb\x3a\xb9\x92\x65\xa0\x1d\ \xdb\x6e\xfb\xfb\xa6\x26\xa7\x8d\x06\xef\xbc\xe8\x9d\x9e\x6d\x19\ \x03\xb2\x99\x1c\xf2\x3c\x29\xe3\xd9\x6a\x39\x93\x4a\x21\x8c\x21\ \x44\x88\x10\x6c\x4c\xab\xd5\x32\x00\x72\xce\xd3\xe9\x0c\x84\x28\ \x97\xcf\xd7\xea\xf5\x4c\x26\xdb\xdf\xdf\x3f\x32\x3a\xca\x85\xc0\ \x84\xe8\x38\xce\x66\x73\x84\x90\x4a\xa9\x94\x88\x56\x26\x77\xa5\ \x5e\xaf\x27\x1c\x06\x09\x85\x9e\x52\x12\x33\x16\x46\x71\x10\x44\ \xd5\x72\x85\x51\x2b\x97\xcb\x25\xb3\x2c\x96\xe3\x18\x00\x38\xff\ \x73\xcc\xfa\xce\xd9\xef\xf7\x01\xa6\x26\x26\x08\xb1\x8e\x3f\x71\ \x2d\xc4\x73\xe9\xbf\x67\x36\x84\x71\xad\x52\x16\x42\xf4\xf4\xf6\ \xfd\x36\xe0\xd2\x93\x93\x93\xed\xb6\x9f\xf2\xd2\xcf\xf5\xb0\xa2\ \x31\xf9\xcb\x1f\xdd\x33\x25\x88\x8d\x91\x01\x06\x42\x68\xb4\xb2\ \x3b\x57\x9f\x7d\xc6\xda\x14\x92\x5c\xaa\xe7\x80\x4d\x5a\x6b\xcf\ \x4b\x77\xf7\xf4\x96\xca\xe5\x7d\xfb\x86\x56\xad\x5a\x1d\x86\xe1\ \xaa\xd5\xab\x97\x2e\x5f\x3e\x3c\x3c\xd2\xd1\xd1\x59\xab\x55\xf6\ \xec\xde\x4e\x09\x86\x00\x50\x82\x35\x63\xbd\xbd\xbd\x9d\x9d\x9d\ \x5c\x9a\x79\xf3\xfa\x35\xc0\xb9\x6c\xaa\x23\xc7\xb4\x36\xb5\x5a\ \xbd\xa7\xb7\x37\x9b\x2f\x6e\xdd\xb6\x23\xe4\xdc\x0f\xc2\x28\xe2\ \x88\x52\xcb\x21\xb9\x62\x4a\xe9\xb8\x1d\xd5\x0c\x8a\x1b\x7e\x4b\ \x86\xb5\xb1\xc9\x83\x8e\xeb\x58\x2e\x2c\x74\xa6\x59\x48\x88\x85\ \x76\xec\xd8\xe6\x07\x6d\x9b\x59\x98\x62\xa9\x54\x3b\xf4\xbb\x59\ \x6f\x36\x95\x85\x10\xfa\x6d\xff\xd0\xa1\x43\x5e\x2a\x83\x2d\x7a\ \xeb\x8f\x6f\xb9\xf4\x92\x8b\xbb\xba\xbb\xeb\xa5\xb2\x67\x5b\x18\ \x11\x8b\x59\x18\x53\xcb\x62\x52\xca\x98\x4b\x00\x11\x42\x38\x61\ \xd1\xb4\x2c\xa6\x0d\x70\x1d\xa7\xa7\xa7\x27\x8e\xe3\xb1\xb1\xb1\ \x46\xbd\x9e\x04\x68\xb5\x5a\xcd\xb6\xed\x64\x44\x0e\x21\xa8\xb5\ \x41\x08\x1b\x03\x00\x04\x94\xd2\xb4\x97\xd6\x46\x47\x51\xa4\x95\ \x54\x4a\x01\x08\x95\x96\x52\x0a\xad\x74\x30\x3d\x85\x11\x0e\xc3\ \x30\x93\xcd\xa6\x33\x59\x88\xe6\x68\x2a\x5f\x68\x68\x02\xa0\xd5\ \x6a\x2e\x5f\x75\x14\xb5\xe8\xdc\xd5\x78\xb6\x19\x6b\x8c\x93\xe1\ \xfc\xa7\xfc\xa6\x84\x3e\x08\x00\x00\x21\xea\xed\xed\x1b\x3e\x74\ \x40\x69\xf5\x5c\x6f\x85\x31\xc6\x18\xdd\x9a\x18\xba\xff\x40\x73\ \xdd\x49\xc7\x7a\x04\xc0\x78\xe6\xa1\xcd\x07\x06\x57\x2f\x5d\xdb\ \xc3\xfe\xfb\x07\x9e\x01\x9b\xd2\x99\x74\x2e\x97\x6d\xb5\x9a\x23\ \x23\xc3\xf7\xdd\x77\xef\xf2\xe5\xcb\x5d\x2f\x1d\x45\x51\x2a\xe5\ \x06\x41\xdb\xb1\x6d\x82\x31\x46\x46\x49\x29\xa5\x49\x3a\xa1\x86\ \x0f\x1f\xa6\x96\xa3\x8d\xae\xd6\x1b\x5a\xc5\x91\x0f\x20\x44\x5d\ \x3d\xbd\xd5\x7a\x23\x08\xa2\x9e\x9e\xbe\xc7\x9f\x78\x02\x40\x8c\ \x20\x6e\x36\xdb\x4a\x0b\xcb\x86\x96\xe5\x72\x91\x75\x53\xd6\xcc\ \xec\x04\x4c\xd1\x28\x6e\x73\x11\x94\x2b\xf6\xa3\x8f\x3c\xcc\xa5\ \xca\x65\xb2\x3d\xdd\x5d\xed\x66\xb3\x52\xab\x38\xcc\xd6\xc0\x78\ \xae\xcb\xa3\xc8\x18\x03\x11\x9a\x9a\x9c\x12\x5c\xcd\x36\xa6\xdc\ \x4c\xb6\x21\xd5\xde\xbd\x7b\xf3\x85\xc2\xd8\xe1\xe1\x66\x2d\xa6\ \x04\xf8\x22\x94\x5a\x29\x2d\xb5\xd6\x4a\xa9\x5c\x2e\xdf\xdf\x3f\ \xbf\x5c\xa9\x40\x44\x0c\x46\x51\x1c\x19\x00\x8c\x31\xe3\xe3\xe3\ \xe5\x72\x39\x19\x48\x4e\xa5\x52\x10\x42\xcb\xb2\x26\x26\x26\x9a\ \xcd\x86\xcd\x6c\x00\x0d\x21\x04\x63\x98\xf6\x3c\xc7\xb1\xc3\x30\ \xd4\x42\xc7\x51\x64\x08\xd6\xc6\x60\x84\x14\x00\x1a\x18\x03\x81\ \x51\x86\x32\xda\xf2\xdb\x6e\xb3\x49\x29\x41\x10\xcd\x3d\xa7\x5f\ \x04\x9e\x53\xf2\x6f\xce\x9e\x5b\x68\x97\x20\x40\x42\x85\xc6\x39\ \xb7\x2c\x4b\x29\x95\x20\x57\x32\x7f\xf6\xdc\x12\x7f\x4a\x92\x4c\ \xdf\x6b\xdf\xf9\xbe\x3d\xbf\xba\x36\xec\xea\xfa\xe0\xa5\xe7\x31\ \x00\x80\x18\x0e\x3e\xf3\xcd\x46\x10\x43\x60\x3f\x37\x6c\x42\x08\ \xd5\xeb\xb5\xe9\xa9\x09\x08\x4c\xab\x59\xdb\xbb\x67\xe7\xd4\xd4\ \x98\xd6\x5a\x4a\x85\x50\xa2\x23\xa2\xa1\xe1\x52\x68\x63\x8c\xc1\ \x14\x22\x3c\x5d\x2e\x4b\x00\x09\xb1\xb8\x10\x7e\x10\x41\x68\x3a\ \x3a\x16\x75\x74\x74\x3c\xfa\xe8\xa3\x8f\x3d\xbe\x75\xf1\x92\xc5\ \x5e\x3a\x7f\xf8\xc0\x61\x03\xa0\x97\xf6\x52\x8e\x0b\xa5\xdb\x98\ \x69\x65\xb3\x48\xb6\x95\x65\x6c\xd9\x56\x26\x00\xd9\xce\x3c\x42\ \x68\x66\xb4\x94\xb6\xb2\xbd\x7d\x3d\x7e\xad\x21\x43\x3e\xd0\xd7\ \x5f\xab\xd5\x1a\xf5\xba\x36\xa0\x5e\xa9\x12\x88\x52\x5e\xaa\x5c\ \xab\xcd\xce\x96\x94\x50\x88\x10\x64\x34\x97\xf1\x9e\x3d\x3b\x5e\ \x72\xca\x06\xc4\x80\xcf\x43\x69\xa0\x36\xb1\xe2\xc0\xb6\x08\xb2\ \xc9\x31\x4b\x97\x69\x88\x6a\xf5\x26\x73\x5c\xa5\x41\xcc\x65\x36\ \x9f\xd7\x46\x51\x8b\x48\xc5\xb9\x00\x08\x61\x6d\x54\xb9\x32\x8b\ \x09\xde\xbe\x63\x9b\x94\x12\x20\xac\x00\xd0\x4a\xda\xc4\xa2\x0e\ \x52\x20\xaa\xb5\x22\x4a\x2c\x6c\x11\x05\x00\xd4\x06\x1a\x95\x76\ \x9d\x96\x92\x4a\x01\x29\xb8\x14\xc2\x71\x98\x31\x2a\xe2\xa1\xed\ \xda\x8c\xb1\x17\xa7\x38\xb8\x92\x02\x3c\x35\x33\xf0\xbc\xec\xe0\ \xe6\x9f\x3d\xd4\x98\x7f\xe1\x59\xc7\xfc\xa1\x23\x39\xb2\xfa\xb3\ \x1b\x6e\xeb\x3b\xed\x0d\xc7\x2d\xf8\x53\x36\x84\xce\x3d\x22\x9e\ \x0f\x34\x01\x08\x00\x30\x66\xf3\xe6\xcd\xf7\xde\x77\xdf\x5b\xdf\ \xf2\x96\x05\x0b\x16\x28\xa5\x80\x79\xbe\xd7\xd3\xe8\x38\xe6\xcc\ \x75\x4b\x43\x8f\x3f\xba\xe7\xd8\x5d\x6d\x53\x2f\x00\x00\x20\x00\ \x49\x44\x41\x54\xe5\x45\x3a\xfe\xd8\x9d\x07\x5b\x99\x33\xf3\xe9\ \xe7\xac\x4f\x07\x21\x34\x5a\x73\x1e\x53\x4a\x32\x19\x4f\x4a\x1e\ \xf8\x7e\x1c\x47\x8e\x63\x6b\x05\x8d\x31\x4a\x29\xa8\x8d\x52\x1a\ \x20\x04\x20\x92\x1a\x04\x41\xdc\x6c\x05\x06\xf8\x8b\x17\x2d\x59\ \xb1\x6a\x95\x97\xc9\xb6\xeb\xed\x87\x1f\x7e\x64\xc7\x8e\x5d\x18\ \xd3\xf1\xb1\xa9\xd2\x6c\x55\x08\xe9\xa5\x52\x40\x1b\x82\x50\x67\ \xbe\xd3\x00\x23\x62\x99\x4e\x65\x8c\x30\x14\x59\x99\x74\x96\x11\ \xc6\x39\xd7\x5c\x57\x66\x4a\xd0\x68\x00\x80\x88\x63\x08\x61\xca\ \x71\xa3\x20\x24\x94\x4a\x21\xa6\x27\x27\x01\x04\x1a\x40\x02\x11\ \x4a\xd2\xcd\x52\xbb\x16\x73\x6c\x16\x85\x61\xa1\x90\xa5\xd4\xb8\ \x0e\x0b\xeb\x35\xd7\x76\x99\xe3\x48\x65\xea\xf5\xea\xd4\x4c\x29\ \xe2\x92\x32\x06\x21\x81\x10\xb8\x0e\x03\x40\x69\x2d\x6d\x9b\xe5\ \xf3\x79\x84\x50\xa9\x54\xd2\x5a\x02\xa0\x9a\xcd\x7a\xc2\x84\x07\ \x20\xd0\x06\x50\x4a\x09\xc1\x13\x93\xe3\x08\x11\xc7\xf1\x04\xd7\ \x10\x22\x08\x51\x1c\x46\xf3\x16\xf7\x2f\x5c\xb8\x70\xdf\xbe\x7d\ \x61\x18\xf2\x38\x8e\xa2\x28\x19\x5a\xa6\x94\x62\x8a\x5f\x1c\x21\ \x9d\x1a\x7a\xe0\x27\x3f\xb9\x77\x47\x1b\x58\x4b\xd7\xbd\xf2\xaf\ \x5e\x9a\xbe\xf6\x9a\xdb\x37\x5c\xf4\xfe\x35\xe9\xe7\x7f\xc4\xf1\ \xfd\x8f\x6f\x9c\x04\x6f\x3b\xeb\x0f\x26\x72\xe3\x8d\x87\xef\x79\ \xe0\xa4\x63\x5e\x7f\xdc\x9f\xeb\x5a\x88\xfa\xf0\xcd\xd7\xff\xc7\ \x9e\xaa\x7d\xc6\xf9\x17\x9e\xbe\x72\x8e\x53\xe5\x77\x43\x93\x31\ \xc6\x18\xa5\xb5\xe3\xba\x27\x9f\x7c\x72\xc2\xf7\x9f\x70\x44\x3c\ \xef\x45\x2d\x85\xea\x3b\xea\x8c\xd7\xec\x39\xf4\x83\x2b\xff\x0f\ \x65\x28\xd2\xa9\xb3\x2e\x78\xef\xe2\x02\x51\x47\xb2\xba\xcf\x16\ \x9b\x92\x67\xbe\xe7\x79\x52\x4a\x4a\x2d\xcf\xf3\x18\x63\xb6\xcd\ \x28\xa5\x52\x4a\x4a\x29\x44\xa8\x22\x94\x89\x63\x88\x91\x92\x50\ \x19\x2d\x91\x59\xb2\x78\xe9\xda\xe3\x8e\x4b\xa7\x33\x7e\x10\x34\ \x1b\x2d\x08\xc0\xaa\x55\x2b\x97\x2d\x5f\x8a\x11\x8a\xe2\x38\x0c\ \x02\xad\x75\xa1\x50\x00\x00\x50\xc6\xd0\x91\xe0\x96\x10\x62\x31\ \x96\xcd\x65\x36\x9c\xb2\x01\x23\x9c\x54\x7c\x8d\x51\xcc\xb6\x12\ \x1f\x32\xd1\x0d\x16\x42\x24\x3a\x77\x49\x75\x1f\x42\xa4\xb4\x56\ \xda\x68\xa5\x81\x36\x42\xc4\x08\x9a\xc0\xf7\xd3\xa9\x74\x1c\x05\ \x51\x10\xb6\x9a\x4d\xa8\x8d\xd6\x06\x20\xe4\x87\x0d\xa8\x15\x50\ \xc2\x6f\xc5\x52\x6a\xa5\x14\x82\x00\x01\xdd\x6c\x36\x8c\x01\x8c\ \x59\x8c\x31\xdf\x6f\x09\xc1\x8d\x51\x00\x40\x63\x34\xa1\x38\x8e\ \x45\x1c\x73\x08\x31\x84\xd8\xb2\xec\x20\x88\xa2\xb0\x6e\x59\x76\ \x72\x03\x21\x82\xd5\x6a\x35\x08\x82\x38\x8e\x13\x26\xb9\x44\xe5\ \xbc\x56\xab\x95\xcb\xe5\x38\x8a\x21\x7a\xe1\xa3\x89\xd2\xf6\x1f\ \xff\xf3\xd7\x7e\x79\xc6\x5b\xde\xba\xd6\x69\xb7\x08\x81\xa2\xb1\ \x6d\xf3\x83\xed\xce\xc5\xad\xc1\xce\xd5\xc7\x1f\x97\x33\xd1\xbe\ \xad\x5b\xc6\x9a\x70\xe9\xda\xb5\x0b\xf2\x2e\x90\xfe\xc1\xbd\x7b\ \x0e\x4f\x56\xbc\xde\x65\xc7\x1f\xbd\x30\x9a\x3d\xf0\xe8\xf6\x43\ \xb8\x63\xf1\xba\xa3\x17\x3b\x18\x00\xc3\x0f\xed\x78\x62\xca\xe7\ \xfb\xc7\x1b\x96\xfb\x6b\x5e\x8b\xe6\xd4\xa1\xdd\x07\x0e\x37\x63\ \xd8\xbb\xe4\xe8\xd5\x83\x1d\x30\x98\xde\x73\xb8\xb9\x68\xd5\x32\ \x5b\xfa\x07\xf6\x0e\xe7\x16\xaf\xea\x80\xcd\xdd\x7b\xf6\x4c\x96\ \xda\x5e\xcf\xc2\xc1\x22\x3a\x34\x74\x50\xa5\xfb\xd7\xad\x5f\xe5\ \x22\x62\x13\x75\x68\xd7\xa6\x07\x9b\xa4\xb0\x60\xcd\xca\xf9\x39\ \x00\x00\x10\xfe\xbe\x6d\x8f\x8d\x34\xd1\xf2\x63\xd7\x2f\x28\xd8\ \xbc\x35\xb3\x7b\xf7\xd0\x6c\x43\x0d\xae\x5c\x45\x83\x59\x90\x1b\ \x5c\xd8\xed\x3d\xdf\x8b\xd1\xba\xe1\x2b\x9f\x7f\xcc\x3e\xf9\x95\ \xcb\x1a\xd7\x7d\xe9\x0b\xa9\x2f\x7c\xf1\xf8\xce\xb9\x42\xea\xef\ \x84\x27\x6d\x0c\x82\x70\xcd\x9a\x35\x89\x9b\xf2\xd4\x38\xee\xf3\ \x5e\xd3\x46\x2b\x85\xd3\x2f\x7d\xeb\x87\x8f\x3d\xab\xdc\x8e\xb5\ \x93\x2d\x14\x3c\xa6\x84\xf8\xad\x60\xf7\x4c\xf3\x74\x18\x75\x74\ \x74\x54\x2a\x15\x08\x61\x5f\x5f\x5f\xd2\x12\x4d\x08\x21\x84\x58\ \x94\xce\xcc\xcc\x94\x94\x86\x90\x10\x4c\x8d\x01\x29\xdb\xd9\x70\ \xf2\xc9\xeb\xd6\xaf\x2b\x57\xaa\xe3\xe3\x7b\x93\xde\x45\x8c\x10\ \x42\x50\x4a\x25\xa5\x44\x08\x42\x84\x8c\xd6\xed\xa0\x85\x20\xd4\ \x7e\x8b\x73\x9e\x30\x7f\x27\xf9\x20\x00\x80\xeb\x3a\x89\xf0\x24\ \xa5\x34\x61\x74\x43\x08\x25\xb3\x20\x49\x21\x3f\x8e\xe3\x24\xde\ \x7c\x5a\xbe\x13\x02\x03\xb5\xd2\x5a\x29\x42\x11\x8f\x02\xc6\xb0\ \x43\x6d\x8d\x11\xc9\x17\x29\x46\x42\x0a\x0d\x4c\xca\x66\xb6\xed\ \xd8\xb1\x50\xc6\x20\x8c\xe3\x58\x08\x1e\x29\x25\xe3\x38\x12\x42\ \x04\x81\xaf\x94\xcc\xe5\x72\xbe\xef\x33\x66\x37\x9b\xcd\x76\xbb\ \x05\x01\x21\x98\x30\xc6\x28\xa5\x82\x4b\xad\x15\xc1\x34\x93\xcf\ \xc5\xb1\xa8\x55\x67\x1c\xc7\x11\x5a\xd4\x6a\x35\xce\x79\xc2\xd9\ \x92\x28\x1a\x24\xd0\xd9\x68\x34\x9e\x6a\x8f\x7a\x61\x2d\x6e\x57\ \x9a\x38\xb7\xee\xd4\xd3\x8f\xeb\x22\x00\x00\xd0\xdc\x4a\x91\x9a\ \x3e\xb4\xef\x00\x54\x2b\x8e\x97\xbf\xfa\xf6\x67\x6f\xda\x21\x06\ \xbb\xf4\x8d\x37\xff\xf2\xe2\xff\xfd\xd9\xb5\xfe\x3d\xff\xe7\xf2\ \xef\x77\xad\x5c\x77\xf4\xda\xec\xd2\x62\xe9\x1b\x5f\xfd\xa1\xb3\ \x60\x49\xe3\x17\xb7\x6c\x3a\xe5\x3d\x9f\x38\x7f\xdd\xe6\xff\xf8\ \xca\x37\x6e\x3b\xbc\x7a\xcd\xc2\x83\xdb\xf6\xc0\xd3\x5e\x73\xe4\ \xdc\xe4\xed\xdf\xfe\xd2\x8f\x26\xf2\xc7\x2f\x34\x3f\xb8\xf6\x86\ \x0b\x3e\xf3\xb5\xb3\xc1\x03\x57\x5e\xb9\xe9\xd3\xdf\xbd\x72\x30\ \x1c\xf9\xee\x17\x3f\x7f\xfa\x67\xae\xdd\x30\xfb\xd3\xcf\x7d\xe9\ \x8e\x55\x27\xad\x99\xbe\xf1\xea\xb2\xbd\x70\xed\xa2\xc2\x81\xad\ \xd7\x3d\xf8\x9a\x8f\xfd\xed\x5b\xe7\x93\x70\xf6\xb1\x4d\xf7\x46\ \x07\xc5\xf6\x43\x37\xbd\xf5\xe3\x97\xbf\x66\x95\x73\xc7\x75\x5f\ \xbe\x73\xdc\x19\xcc\xb4\x6e\xfd\xe5\x43\x1f\xbd\xe2\x93\xfc\x17\ \x57\x5d\xf1\xe3\xd1\x35\xc7\x1f\x47\xf3\xde\xa3\xff\xfe\x4d\x78\ \xda\xc7\x3f\xf1\x86\x95\xcf\xf3\x52\x8c\x6f\xb9\xe7\xb0\x7b\xc9\ \x17\x2e\x3a\xb1\x3b\x18\x79\xe2\x23\x77\xdc\x7b\xe0\xf8\xbf\x5a\ \x3e\x07\x43\xbf\x25\x6f\xfd\x24\x8f\x96\x31\x00\xe8\xff\xea\xd4\ \x24\x2f\xfe\x21\xf0\x24\x21\x4c\x17\xbb\x32\x00\x00\x60\x94\x94\ \xbf\xcb\x0b\x7b\x06\xbf\x89\x59\x56\x26\x9d\x6e\x35\x9b\x99\x4c\ \x26\x97\xcd\x76\x74\x74\x30\xc6\xea\xf5\x3a\x21\x24\x93\xc9\xd4\ \xaa\x75\xa5\x00\xc6\x94\x10\xcb\x18\xdd\xd7\xdf\x4f\xa9\xf5\xc4\ \xd6\xed\x95\x6a\x0d\x02\x10\x09\x2e\xa4\x60\x14\x4b\xa9\x00\x00\ \x49\x71\x9d\x10\x92\xb4\xfc\x24\xd3\xb6\x00\x80\x38\x8e\x93\x4e\ \xeb\xa4\x75\x33\x11\x7a\x92\x52\x26\x14\xb7\xc6\xe8\x64\x7b\x27\ \xce\x1a\x00\x20\x81\xb3\x24\xe4\x44\x08\x18\xa5\x81\x41\x10\x40\ \xa0\x35\x04\x00\x20\x38\xb4\x77\x8f\xe7\xd9\xa7\x9c\x72\x52\x4f\ \x77\x11\x03\x19\xc7\x31\xc6\x84\x0b\xa1\x35\x68\x07\x81\x36\x90\ \x4b\x29\xa4\x82\x10\x62\x4a\x92\xd9\xdd\xe4\x98\x10\x42\xa5\x54\ \x42\x51\xf0\xe8\xa3\x8f\xce\xcc\x94\x2d\xcb\x62\x8c\x19\x03\x8a\ \xc5\xe2\xfc\xf9\x03\x08\x41\xce\x79\x10\x84\xe3\xe3\x13\x84\x12\ \xa9\x44\x26\x9d\x5e\xbd\x7a\x75\xd2\xe8\x91\xf4\xc4\x3f\xc5\xc3\ \x1b\x04\x41\x36\x9b\x55\x4a\xbd\xe0\x0b\x6d\xde\x49\x17\xfc\xcd\ \x81\x6f\x5f\xf7\x4f\x1f\xbd\x65\xf1\xd1\xaf\x3d\xff\x82\x75\x45\ \x8d\xb3\xfd\xaf\xbd\xf8\xc3\xa7\x16\x40\x78\xe0\xd6\x1b\x1e\xad\ \x5f\xfc\xc5\x7f\x3d\xb1\x43\xdf\x72\xc5\x65\x37\xdc\xf0\xd0\x8a\ \xb3\x7d\xab\x67\xcd\x87\xfe\xf1\x53\xf3\x01\xb8\xed\xcb\x1f\xd9\ \xd9\xe8\xb8\x64\xdd\xda\x72\xb4\xff\x7b\x37\xdf\x71\xd1\x4b\xed\ \x1f\xdd\xbd\xfd\xdc\x4f\x7e\xe3\x8d\xab\x33\xf7\x7d\xcf\xff\x61\ \x8d\x1f\x59\xa3\xb2\x19\x92\x93\xce\xbd\xf4\xb2\x73\xe7\xdf\xfa\ \x2f\x1f\xbe\xed\xee\x1d\x2f\x3f\xcb\x71\x5d\x07\x01\x00\x20\xb2\ \x5d\x97\x60\x14\xb6\x5b\xb9\xc5\xa7\x7c\xea\x63\x97\x1c\xfc\xc5\ \x97\xff\xf1\x1e\xf7\x92\x8f\x5d\xd2\xba\xfb\x2b\x9f\xfe\xc9\x5d\ \x8d\x37\x5e\xa4\x9d\xfe\xd7\xbf\xe7\x93\xaf\x3b\xc6\x7b\xf0\xaa\ \x4f\xdc\x70\xf3\xed\x2f\xe9\x9c\x77\xc3\x2f\x77\x1d\xfb\xe6\xf7\ \xad\xef\xae\x6f\xf9\xca\xf7\x7e\xfa\xc0\x45\xa7\x07\xd1\xe2\x93\ \xcf\xff\x87\x0f\xbf\x0a\x00\x7d\xf2\x51\x5f\x07\xe4\xf9\x67\xa6\ \xc2\xfa\xa4\xca\x7a\xf9\x3c\x00\xc0\x9d\x97\xf1\x46\xa6\xcb\x00\ \xcc\x61\xd3\xef\xda\xfe\xda\xfc\xb6\x34\xd0\x91\x17\xe1\x1f\x74\ \xe8\x67\xb1\x2f\x9e\x21\xdf\x24\xa5\x6c\x34\x1a\x84\x10\xc7\x75\ \x19\x63\x31\xe7\x53\xd3\xd3\x93\x13\x13\x42\x88\x74\x3a\xdd\x6c\ \xb6\x1c\xc7\xb1\x2c\x47\x28\x61\x0c\xb2\x6d\xbb\xdd\x6e\xc7\x71\ \x8c\x10\x26\x84\x40\x42\x0a\x8e\x0d\x8c\x4c\xc6\xdc\xa4\x94\x18\ \x93\xc4\x0f\x4a\x80\x0f\x21\x64\x0c\xa0\x94\x52\x4a\x92\x18\x2a\ \x69\x68\x4c\xbe\x3e\x84\xf0\xa9\x77\x1a\x63\x08\x21\x4a\x29\xad\ \x75\x3a\x9d\x7e\x0a\xb9\x00\x30\xc0\x28\x23\x0d\x84\x18\x26\x05\ \x19\x00\x5c\xd7\x6d\xb7\x5b\xb5\x5a\x1d\x01\x1d\x47\xbe\x56\x8a\ \xd9\x0c\x42\xac\x8d\xa9\xd7\xeb\x42\xca\x98\x4b\x2e\x05\x21\x94\ \x32\x0b\x20\x64\xf4\x93\x96\x9c\x72\x18\x86\x95\x4a\xc5\xf7\x83\ \x54\xca\x49\x1a\x0e\xe2\x38\x2e\x97\xab\xd9\x6c\x41\x49\x35\x36\ \x36\x5a\xa9\x56\x00\x80\x49\x8b\x93\xe3\x38\x61\x18\x6a\xad\x93\ \x90\x13\x61\x14\xc7\x71\x82\xa1\x31\xe7\x2f\x96\x55\x86\xd2\x2f\ \x7f\xc7\xc7\x4e\x7f\x43\xe5\xe1\x5f\x7e\xf7\xca\x2f\x7c\xee\xb2\ \xcb\xce\x61\x47\xe2\x98\xf6\xcc\x14\x4e\x75\x2c\xec\x00\x00\xa0\ \x65\xf3\x7a\xef\x3a\x30\x11\x41\x4c\x10\x84\x06\x00\xc8\xa7\xca\ \x21\xb5\xc8\xf4\xf0\x7e\xde\xb5\xf6\x7d\x7f\xbd\xd6\x69\xcf\x84\ \xca\x5d\x38\x90\x01\x00\x20\x6a\xc1\xa7\xa5\x1d\x10\x42\xc0\x68\ \x00\x40\x67\x67\x17\xae\x87\xda\x68\x0d\x92\x16\x5f\x84\x60\x72\ \x37\x11\x04\x40\x01\xe0\xe6\xba\x5c\xdd\x8c\x01\x48\x17\xd3\x98\ \x94\x63\x69\x00\x26\x14\x61\x00\xc0\xe0\xc2\x2e\x39\x5c\xaa\xd6\ \xac\x36\xa2\x26\x28\x1d\x18\x89\xcf\x7c\xeb\x7b\xd6\xae\xc8\xb6\ \x87\x21\x7c\x72\x27\x20\xe6\xb8\x7f\xc8\x95\x20\x2c\x65\x62\x19\ \x09\x00\x2c\xd3\xe6\x92\x74\x3a\x73\x18\xf4\xdb\x76\x3e\x30\x5a\ \x27\xc4\x21\xbf\x15\x16\xfe\x3c\xb5\x85\x67\x88\xe9\x84\x90\x52\ \xc8\xb4\xe7\x51\x8c\xa3\x30\x6c\xd4\xeb\xbe\xef\x4b\x21\x05\xe7\ \xcd\x46\x03\x63\x92\xf6\x52\xda\x20\xca\x28\x84\xa0\xd1\x68\xa6\ \xd3\x99\xae\xae\x2e\x03\x20\x84\x30\xe4\x31\x84\x90\x51\xdb\xb2\ \x88\x52\x26\x8e\x23\x42\xe8\x93\x80\x72\xa4\x78\x92\x48\xbc\x01\ \x00\x10\xc2\x5a\x2b\x00\x00\x84\x08\xc2\x5f\xcb\xd8\x1a\xf3\x64\ \xfd\x37\x19\xfd\xc7\x18\x87\x61\x98\x4e\xa7\x31\x26\x9c\x47\x18\ \x43\x29\x62\x25\x0d\x04\x04\x68\xa3\xb5\x76\x1c\xa7\xbb\xbb\xbb\ \x5c\x9e\x6a\x34\x6a\xd5\x4a\x45\xca\x48\x70\x2e\x84\x80\x10\x01\ \x08\xb5\xd1\x10\x20\x08\xa1\x06\x46\x4a\x65\xa0\x31\x10\x6a\x6d\ \x20\x84\x5a\x6b\x29\x65\x10\x04\xcd\x66\x33\x08\x7c\x42\x88\x6d\ \x3b\x09\xa3\x0b\x21\x24\x8a\xf8\xec\x4c\xa5\xdd\x6e\xcf\xcc\xcc\ \x42\x08\x1c\xd7\x26\x94\x58\xd4\xa2\x98\x54\xca\x15\x4a\x89\x4a\ \x54\x7c\xc1\x93\xbd\xfe\xc6\xe8\x76\xbb\x2d\xc4\x8b\x22\xa6\x0b\ \xeb\xe3\xa3\x35\x34\x30\xd0\xb7\xee\xc4\xf5\xf8\x87\xd7\x8c\x36\ \x09\x0e\x9b\xa3\xc3\xb3\xc2\xcb\xba\x0b\xd7\xb8\xed\x4d\x77\x6f\ \x99\x79\xcb\xd1\xe2\xf6\x2d\x43\x5d\xa7\x9e\x9f\x02\x5b\xe5\x93\ \xe3\xe1\xd6\xca\xa5\x9d\xf7\x6e\x4f\xbd\xf4\xf5\x6f\xeb\x81\x51\ \x8c\x6d\x1b\x64\x7a\x53\xad\x5f\xfc\x6c\xf3\xba\xb7\xae\x0f\xfc\ \xf6\xd3\xe7\x0b\x8c\x56\xca\x18\x00\x80\x51\x5a\x6b\xc5\x8a\x7d\ \xba\x39\xf5\xe8\xce\xfa\x82\xde\x20\x88\x78\x92\x58\x55\x3a\xc9\ \xb0\x6a\xa3\x75\x72\x43\xb5\x31\x00\x02\xc5\xc3\x56\x18\x00\xde\ \xfc\xc9\xaf\x76\x16\x96\xbe\x77\x41\x5f\xae\xd7\x42\x1d\xcb\x4f\ \xbd\x60\x43\x7f\xd8\x0e\x1c\xcf\x7e\x90\xab\x27\xbf\x11\x88\xf7\ \x6e\xdd\x0e\xbb\x96\x2f\xef\xcf\x3c\xbf\x4b\xe1\xcd\x3b\x76\xa1\ \xf8\xf1\x83\x0f\x8f\xac\x5c\x53\xda\x74\xa8\xbe\xe1\x75\x8b\xe6\ \x80\xe8\x77\x65\x9b\xa4\x94\x52\x4a\x04\x61\x12\xdf\x24\xb5\x2f\ \x0d\xcc\x93\x4b\x1a\xbe\xa0\xd8\x94\x90\xed\x76\x77\x76\x66\xd2\ \x69\x00\xa1\x51\x1a\x01\x58\xcc\x17\xb2\xe9\xcc\x91\x4d\x8b\x09\ \x61\x51\xcc\x31\x25\x95\x72\xf5\xd0\xe1\xe1\xd9\xd9\x99\xae\xae\ \x2e\x44\xc9\xd8\xe8\x58\xa9\x54\x32\xc0\x10\x0c\x8b\xc5\xe2\x82\ \x05\x0b\x12\xa2\xdb\x24\x74\x02\x47\x44\xb4\x9f\xea\xe9\x42\x08\ \x25\x55\x80\xa7\xab\x95\x00\xf0\x54\x11\xee\x49\x4b\x12\x3a\x3b\ \x77\xee\x9c\x9a\x9a\x32\x5a\x23\x0c\x3a\xbb\x0a\x7d\x7d\xf3\xb4\ \x84\x52\x28\x4a\xa8\x14\x02\x00\x6d\x11\xc4\x1c\xd7\x4d\x39\x08\ \x41\x1e\x45\x9c\xf3\x04\xf3\xb4\xd6\x10\x41\x8c\x31\x04\xd0\x18\ \x2d\x35\x90\x5a\x25\x7c\xa0\x5a\x6b\x25\x15\x80\x40\x4a\xc1\x63\ \x2e\x95\x32\x46\x23\x04\x94\xd2\x71\xcc\x1d\x3b\xc5\x98\xed\xba\ \x5e\x3e\x5f\x40\x10\x20\x02\xb5\x96\x94\x10\x68\x20\x84\x10\x23\ \x04\x20\x04\xc6\x28\xad\x93\x33\x4a\x2a\x1c\xbf\xf1\xe5\x5f\x28\ \x6b\x4d\x6c\xbb\xf6\xaa\x9f\x07\x90\xf2\x20\x5c\xf5\xea\xb7\x9d\ \x73\xe2\xfa\xbe\xfd\x77\x5d\xf5\xe5\x8f\x3d\xba\xe2\xc4\x4b\xff\ \xe6\x83\x1f\x7d\xd7\xf0\x57\xbf\xf3\x8f\xf7\x03\x90\x5b\xf6\x8a\ \xbf\x79\xe3\x72\x33\xb4\xcd\x75\xed\x24\x99\x77\xd2\x5b\x2f\x1e\ \x2a\x7f\xed\xd3\x1f\x7a\xbf\x6d\xd9\x27\x5f\xf0\xfe\x0b\x4e\x5e\ \xf2\xbe\x4b\xdf\xf7\xf5\xab\xae\xf9\xe0\xc3\xd7\x07\xd5\xda\x8a\ \x37\xf6\x1d\x59\x9f\x90\x39\x29\xdb\xc2\x00\x00\xc2\x6c\x87\x6a\ \x90\x5e\x77\xd1\x6b\x8e\xbd\xfa\xca\x8f\xdf\xef\xe1\x16\x1b\xec\ \xcd\x12\x40\xac\x94\x0b\x21\x00\x08\x5b\xae\x63\x43\x00\x20\x66\ \xae\xc3\x30\xcd\x2c\x19\xa0\xbf\xfc\xce\x3f\x3d\x44\xb9\x35\x70\ \xfa\x07\x2f\x3c\x15\xa6\xc0\x65\x17\xbf\xe2\x5f\xbf\xff\x4f\x0f\ \xfe\x9b\x5d\x9c\x7f\xfc\xc7\xff\xf6\x22\x66\x3b\xee\x93\x0b\xb5\ \x71\xeb\x35\xdf\xc4\x2f\xfb\xe4\xf2\xd7\x3f\x4f\x6c\x02\xce\xe0\ \xfb\x2e\x39\xef\xff\x5e\xf3\x99\x4b\xaf\x47\xcb\xce\x78\xe7\x1b\ \xd6\xe4\xe6\x50\xe8\xb7\xb9\x4d\xc0\x18\xa3\xa4\xd2\x4a\x97\xaa\ \xd5\xb1\xb1\xb1\x04\xa1\x96\x2e\x5d\x42\xa9\xa5\xa0\x36\x7f\x96\ \xf2\x33\x7c\xc7\xdb\x2e\x48\xb6\x12\xa5\xf4\xb2\xbf\xf9\xc8\xd3\ \xe9\xf7\x6d\xc7\xd9\xbc\x69\xd3\xcd\x37\xdd\x94\x94\xea\x12\xbc\ \xd0\x5a\x13\x42\x20\x42\x10\x02\x4a\xa8\xd6\x1a\x20\x68\x31\x36\ \x72\x78\x74\xf3\xa3\x5b\x92\xc2\x99\xdf\xf6\x95\xd6\x16\xb3\x1d\ \xd7\x51\x82\xb7\x9a\xcd\x24\x2a\x74\x5d\x37\xc9\x19\x3f\x95\xcc\ \x4e\x32\xc7\xbf\x0b\x9b\x20\x84\x18\xff\x66\x3b\x6f\xa9\x54\x9a\ \x9d\x9d\x4d\x40\x8a\xcb\x00\x20\x90\xcb\x16\xe6\xf5\x0f\x30\xcb\ \x8e\x82\x08\x21\xa8\xa4\x24\x18\x2e\x59\xbc\x28\x9f\xcf\x73\x21\ \xb4\x56\x49\xf3\x5d\xc2\x1e\xa7\x94\x48\x3c\x55\x4a\x29\x84\x58\ \x28\x9d\x78\x64\xc6\x18\xa5\x34\x21\xd8\xb2\x2c\x8c\x89\x31\x5a\ \x4a\x89\x90\xd6\x46\x4b\xa1\x8d\xc1\x10\x20\xa5\x74\x14\x05\x4a\ \x0b\x42\x51\x22\x74\x80\xff\x3f\x7b\xdf\x1d\x27\x55\x75\xbe\xff\ \x9e\x72\xdb\xd4\xed\x05\x76\xa9\x4b\xef\x08\x48\x11\x41\xb1\x61\ \x2f\x21\x6a\x2c\x31\x26\x46\x63\x8b\x51\x63\xcc\xd7\x74\x4b\x8a\ \xa6\xa9\x89\x89\x1a\xd1\x24\xc6\x86\x11\x7b\xa1\x8a\x52\xa4\xf7\ \xba\x4b\xd9\x85\x65\xfb\xce\xee\xb4\xdb\xce\x39\xbf\x3f\xce\xcc\ \x65\x50\x0c\xe2\x4f\x8a\x78\x9f\x0f\x1f\x3e\xbb\xb3\x77\xee\xdc\ \x39\x33\xe7\xb9\xef\xfb\xbc\x0d\x65\x32\x68\x33\xd7\x8c\x31\x73\ \x5d\x49\xdc\xa6\x69\xde\x75\xf7\xdd\x23\x47\x8d\x32\xd3\x69\x79\ \xe5\x8a\xa2\xec\xdd\xbb\xf7\xd6\x9b\x6f\x2c\x29\x29\x2d\x2d\x2b\ \xf3\x52\x9f\x18\x63\xd1\x68\xe4\x5b\xd7\x7c\xb3\xb8\xa4\x4c\x5e\ \x8c\x5c\x04\x42\x88\x65\xd9\x7b\xeb\xeb\x06\x0c\x1c\xa2\xa8\xaa\ \x2c\x84\x6e\x69\x6e\xec\xdb\x7f\xd0\xa1\x7a\xf7\xb6\x99\x32\x2d\ \x07\x29\x81\x50\x40\xc3\x08\x40\xf0\x74\x32\x6e\x0b\x25\x14\x0a\ \x10\x24\xec\x74\x32\xe5\x40\x28\x14\xa2\x18\x80\x33\x9b\x71\x45\ \x51\x32\xbc\xc3\x59\x32\x19\x77\x38\x31\x82\x41\x8d\x62\x00\x60\ \xae\x99\x48\xa4\xb1\x62\x04\x83\xba\x17\x8f\x60\x8e\x23\x30\xa5\ \x04\x71\xe6\x32\x81\x15\x8a\x01\x84\x95\x4c\xa4\x1c\x61\x04\x83\ \xba\x42\x04\x77\x5d\x06\x8a\x42\xe5\x0f\x54\xa1\xc8\x7b\x21\xee\ \x24\x12\x49\x17\x94\x50\x28\xe8\xd5\xa2\x3b\x66\x2a\x99\xb6\xa8\ \x16\x08\x06\x34\xe1\x3a\x0c\xb0\x42\x09\x80\x70\x1d\x07\xb0\xac\ \x44\xf8\x4c\xe0\x8c\x7d\xb4\xf8\x83\xbe\x03\x06\x17\x16\x16\x79\ \x0f\xda\xe9\x44\xda\xc5\xa1\x50\x80\xf8\x29\x99\x07\x42\x47\xac\ \xbd\xb3\x23\x16\x8e\x44\x5d\xd7\xe5\x9c\xd7\x6c\xdf\xd1\xd0\xd0\ \x38\x78\xc8\xa0\xe2\xc2\x02\xc7\x71\x35\x4d\x6b\x6e\x6a\xec\x52\ \x51\x69\x7c\x8a\x7f\xcd\x39\x4f\x26\xe2\x87\xd9\xa7\x13\x02\x63\ \x4c\x30\xc1\x80\x15\x4a\x11\x20\x45\x55\x30\xc2\x28\x5b\xfc\x8a\ \x00\x18\x77\xb1\x42\x04\xa0\x60\x50\x17\xc2\x15\x02\xbb\x8e\x6b\ \xbb\x66\x41\x7e\x01\x55\xf5\x44\x22\x11\x0d\x87\x31\xce\x34\x42\ \x92\x62\xb3\x24\x1d\x8c\x71\x96\xa0\x39\x00\xda\xc7\x4d\x84\xe4\ \x9a\x55\x72\xde\x86\xe7\xe8\xa6\xd3\xe9\xe6\xa6\xa6\x70\x38\x9c\ \x97\x9f\x2f\x84\xc0\x6a\x81\x69\x27\x5b\x9b\xdb\xda\x62\x1d\x05\ \x79\x45\x41\x23\x68\xd9\x16\x45\xa8\xb8\xa4\xc8\x15\x3c\x65\xa6\ \x74\x23\xc4\x39\x07\x21\x30\x26\x00\x9c\x73\x8e\x1d\x45\x38\x26\ \x63\xcc\x61\x5c\xc6\x1b\x11\x42\x84\x50\x8c\x11\xe7\x1c\x23\xcc\ \x38\xe7\x5c\x20\x44\x34\x95\xba\x3c\x85\x05\x36\x74\x1d\x10\x25\ \x98\x0a\x01\x81\x40\x40\x00\x23\x44\x08\x60\xcc\x75\x09\x10\x29\ \x93\x81\x00\x40\x20\xbb\xb1\x30\xce\x01\x32\xbd\xe8\xc4\xe1\x9f\ \x65\x70\xf0\xfb\x0f\xc2\x9a\x11\xd2\x72\xa5\x15\x84\x8d\x50\x34\ \xfb\x00\x52\x8d\x90\x6a\xec\x0b\xcd\xaa\xb9\xe6\x1e\x26\xc1\xf0\ \x7e\xc6\x05\xa1\x7a\x34\xef\xe3\x6a\x34\xc9\x96\x7d\x62\xe2\xd1\ \x0b\xd2\x82\x61\x6d\xdf\x0b\x52\x05\xef\xf7\xc3\xbe\x17\xc2\x4a\ \x28\xf2\x71\xfb\x45\xd1\x03\x79\x7a\xe6\xab\x8f\xb2\xcf\x00\x40\ \x54\x39\xe4\x39\xe4\x9e\x2c\xe0\x41\x35\x42\xfe\x34\xf3\x83\x2d\ \x9a\x60\xcc\x65\xcc\x45\x08\xf5\xec\xd9\xbd\x4b\x97\xf2\x48\x38\ \x6c\x59\x96\x10\x82\x31\x2a\x8e\x05\xbd\x09\x21\x84\x30\x42\x04\ \x13\x4c\x11\x02\x8c\x09\xc2\x58\xee\x76\xe0\x72\x13\x02\x67\xc0\ \xb8\x6b\x04\x42\x79\xd1\x68\x63\x53\x33\x17\x60\xe8\x86\x00\x28\ \x2a\xcc\xef\x5e\x59\xd9\xd4\xd4\xe8\xb8\x76\x20\x60\xa4\x52\xa9\ \x64\x32\x21\x44\x00\xe5\xe8\x49\x38\x6b\x22\x61\x84\x84\x00\x2e\ \x38\x46\xd8\x33\x9a\x00\x81\xc8\x99\xee\x89\x10\x4a\x26\x13\xaa\ \xa6\x52\x85\x46\x22\xd1\x40\xd0\xa0\x2a\x6e\x69\x6d\xb6\x2d\xae\ \xab\x1a\x73\x79\x32\xd9\x49\x15\x6a\x3b\x7c\xc7\x8e\xed\xb1\x58\ \xeb\xe8\x51\xa3\x8c\x20\xe2\xae\x00\x10\x14\x63\x55\xd3\x18\x63\ \x4c\xe1\x9a\x30\x84\xe0\x00\x82\x73\xc4\x99\x90\xef\x4b\x80\x00\ \x01\x8e\xcb\x64\x89\x83\xe0\x82\x31\x8e\x30\x05\x00\x26\x80\x33\ \xd7\xe1\x2e\x20\x44\x08\xc6\x88\xba\xae\x03\x08\x10\xa2\x42\x08\ \x4c\x28\xc2\x42\x70\x8e\x30\xc6\x5c\x20\x05\x01\x08\xc6\x05\xe7\ \x80\xb0\x3f\xf5\xe3\xe8\x83\x10\xec\x3a\xae\xbf\x0e\x87\x28\x37\ \x81\xa7\x85\x23\x84\x74\x4d\x4d\xa7\x53\xf2\x67\xcb\xb2\x64\x70\ \xe3\x28\x73\x13\x00\x02\x44\x39\x64\xa4\x1f\x06\xc0\x5d\x86\x30\ \xe6\x02\x80\x71\x10\x82\x23\x04\x0e\xb3\x6d\x87\x10\x75\xe8\xb0\ \x91\x0d\x0d\x0d\xae\xcb\x3a\x3a\x3a\xf6\xee\xdd\x9b\x4e\xa6\x0d\ \xdd\x50\x34\x1a\x00\xc3\x34\xd3\x8e\x6b\x53\x4a\x6d\xc7\x92\xa6\ \x13\xa1\x44\x55\x14\xee\x02\x08\x81\x00\x3c\xeb\x82\x63\x24\x84\ \x37\xa5\x0c\x04\x91\x9c\x88\xa5\x6d\x45\x29\x61\xcc\x0d\x85\x02\ \x91\x48\xb0\xa8\xa8\xc8\x75\x9d\xe6\xc6\x46\x22\x90\x60\x0c\x23\ \x30\x6d\xd3\xb6\x84\x54\x94\xc2\x91\x30\x03\x91\x4e\x65\x16\xd4\ \x41\x20\x20\x23\xc1\xe6\xbc\x35\xc0\xd9\xe2\x20\x29\xcc\x92\xac\ \x1c\x26\x5f\x1f\x21\x9a\x0d\x1a\x02\x10\x60\x8c\xc9\xf4\x33\x2e\ \x84\xeb\x0a\xe0\x2e\x00\x17\x82\xcb\x5b\x33\x42\x58\x51\x28\x02\ \x10\x02\x04\x08\x7f\x37\x1c\x1b\x7b\x4c\x14\x16\x16\xd7\xd5\xee\ \xd4\x75\x5d\xf6\x8c\xf6\xd7\xe4\x7f\x03\x63\x9c\x36\xd3\x8e\x6d\ \x07\x02\x01\x2f\x8b\x50\x8a\x2d\x52\x7f\x48\x26\x3a\xa2\xd1\x02\ \x7c\xf8\x93\x8a\x0f\x3e\x3b\xd3\x65\x19\x01\x05\x1c\x27\x63\xce\ \x64\xe7\xd9\x32\xc6\x00\x61\x01\x60\x9a\xa6\xa2\x28\x86\x11\xe8\ \xd2\xa5\x2b\xa5\x74\xd7\xae\x5d\xcd\xcd\xcd\x42\x88\xc6\xc6\x46\ \x2e\x58\x22\x91\x90\x32\x8a\x6c\x7b\x24\x03\x90\x8a\xaa\x22\x80\ \xa0\x1e\x50\x08\x95\x3e\x9e\x14\xb3\x6c\xdb\x96\x67\xce\x64\xc8\ \x73\x07\xa4\x0b\x99\x5d\x26\x4a\x29\x42\x38\x95\x4a\xd5\xd5\xd5\ \x09\xe0\xc5\xc5\xc5\x8c\xb1\x3d\x7b\xf6\x68\x9a\x66\x99\xa6\xa2\ \xaa\x41\x23\x58\x52\x52\x52\x5e\x5e\x4e\x30\x76\x5c\x07\x23\x4c\ \x08\x91\x37\x01\xef\xfa\xf7\xd1\x93\xc8\xd4\x33\x0a\x21\xbd\x47\ \xe1\xbd\x3b\xf9\x3d\xce\xfd\xdf\x5b\x13\x10\x02\x23\x00\x42\x28\ \x21\x8c\x73\xc1\xf7\x89\x56\x3c\x7b\xbc\x6c\xb5\xe9\x7f\xd7\x8f\ \xb6\x6f\x02\xa5\x65\xe5\x9a\xae\xd7\x54\x6f\xf5\x3f\x8e\xcf\xe8\ \xcd\x51\xaa\x84\xc3\x61\x99\x69\xf8\x49\x47\xaa\xa0\xb0\xd8\x30\ \x0c\xe6\x32\x50\x8f\x22\x37\x21\x90\x7d\x2c\x65\xea\x76\xae\xd6\ \x25\x23\xee\x8c\x31\x0e\x48\x72\x4a\x22\x91\x68\x6b\x6b\x93\xdd\ \xb5\x53\xa9\x94\xe3\x38\xb1\xf6\x98\x40\x42\x37\x54\xd9\x95\xcd\ \xb6\x2c\x84\x30\x70\x01\x08\x00\x81\xeb\xba\xf1\x84\x93\x4a\xa4\ \x90\x34\x60\x90\x7c\x18\x09\x8f\x1a\x40\xce\x7e\x25\x22\x53\x46\ \x8e\xbc\x20\x42\x1b\x42\x18\xe3\x92\x92\x92\xb4\x99\xda\xbb\xb7\ \xbe\xad\xad\xdd\x32\x4d\x99\x44\x2e\x9b\x55\xca\xb1\xbd\x25\x25\ \x25\xf9\x79\x05\xaa\xa2\xe6\xd2\x7f\xee\x1b\x41\x80\x65\x5e\x95\ \x90\xa6\x4e\x66\xf5\x33\x87\x71\x2e\xb2\xf9\x9f\x32\xc7\x50\xe4\ \xf2\x1a\xc6\x18\x21\x81\x40\x60\x84\x78\x96\xf2\xf6\x3f\xc0\xcb\ \xca\xf1\x71\x14\x1d\x3a\x12\x08\x86\x42\x91\x68\x65\xf7\x9e\xfe\ \x6a\x7c\x21\x90\xdb\xff\x08\x0c\x37\x3b\xc8\x2c\x03\xf1\x89\xfd\ \x9c\xa3\x53\x4b\x31\x0a\x4b\x92\x92\xa5\x24\x94\xd2\x78\x3c\x8e\ \x10\x32\x0c\xc3\x4c\x9b\x80\xa1\xbd\xbd\x43\xa6\x4a\x1a\x81\x20\ \x08\xc1\x39\x47\x18\xcb\x4c\x02\xc1\x05\x42\x80\x44\x26\xeb\xd2\ \x6b\xc8\xb0\xcf\x5a\x01\x40\x98\x7a\x17\x20\x04\xc7\x08\x73\x21\ \x6c\xdb\x69\x6b\x6b\x8f\xc7\x13\x94\x12\xd7\x75\x2c\xcb\x56\x55\ \x5d\x80\x20\x84\x28\x44\x31\x02\x86\xaa\xa9\x9c\x0b\xd3\xb4\x6c\ \xcb\x96\x94\xa3\x28\x8a\x97\xaf\xb0\xef\x16\xc1\x05\x93\x26\x0f\ \x20\x4c\x30\x82\x4c\x92\x81\xd4\xba\x84\x10\x8e\xeb\x64\x19\x0d\ \x40\x08\x84\x91\x34\x88\xb2\xab\xc0\x45\xb6\x8b\x8d\xbc\x72\x2f\ \x57\x4d\xc6\xd4\xfc\x66\xe1\x47\x1d\x08\x21\x42\xa9\xbf\x0e\x5f\ \xac\xd3\x87\x8f\x88\x90\x4a\x0f\x22\x36\x65\x69\xc3\xe3\x23\x39\ \x98\x1b\x65\x01\x08\x63\x42\x6c\xcb\x92\x79\x8f\xa1\x50\x48\x66\ \x21\x44\x22\x11\x84\x90\x37\x1b\x2f\x33\x0f\x0e\x63\x94\x91\xba\ \x33\x96\x92\xe0\x5c\x4e\x36\x97\x16\xca\xbe\xe4\x20\x8f\x8f\x60\ \x9f\x34\x2e\x84\x54\xe0\x84\xe3\x38\xae\xcb\x10\x42\x8c\x39\xaa\ \xaa\x48\x67\x58\x16\x8b\xc8\x1f\x28\xa5\x9a\xaa\xa9\xaa\xaa\xaa\ \x2a\xa5\xd4\x6b\x37\x93\xbb\xa6\x42\x08\x44\x10\x60\xe0\x8c\x73\ \xce\x1c\xd7\xc5\x80\xb8\x10\x58\x20\x8c\x89\xcc\x7d\xdd\xdf\x1a\ \x42\xb6\x6d\xdb\xb6\xc5\x39\xcf\x98\x54\x00\x32\x19\x1a\x65\xbd\ \x4e\x9e\x75\xee\x00\xc0\xb2\x2c\x91\x5d\x37\x1f\x3e\x7c\x7c\x91\ \xdc\x24\x23\xfa\xba\xae\x07\x02\x01\x21\x84\x67\x1f\x65\x52\x0b\ \x19\x13\x42\x00\x06\xcb\xb6\x5d\xc7\xd1\x75\x5d\xda\x7b\xc1\x60\ \x50\x1a\x50\x18\x63\x96\x29\x04\x01\xce\x85\x97\xbe\x94\x31\x9a\ \x64\x8b\x95\x2c\x0d\xe7\x9a\x4b\xd9\x9f\x39\xe7\x40\xa8\x42\x08\ \x95\x6e\xa3\xc7\x92\xde\xf1\x00\x02\x63\xc0\x18\x4b\x45\x4c\x56\ \xb4\x51\x4a\x30\x26\x19\xbe\x40\x48\x12\x13\xcf\xe6\x22\xe7\xbe\ \x96\xb4\xfb\xa8\x2a\xab\xea\x1c\x8c\x33\x69\xe8\xb9\x1a\x53\x2e\ \x69\x4a\x6a\xce\xc4\x2f\x10\x22\x28\xd3\x65\x20\xd7\x1c\x73\x5d\ \x57\x16\x06\x62\x99\x90\xe9\xc3\x87\x8f\xc3\xa1\x37\x09\xce\x65\ \x41\x99\x37\x95\x97\x31\xb6\xbf\x51\x27\x14\xaa\xa8\x8a\x92\xeb\ \xd1\xec\x4b\x62\xe2\xc2\xb2\x1d\x84\x10\xc6\x99\x2c\x4b\x8c\xb1\ \x6c\x02\x83\x10\x56\x55\xca\x18\x07\x00\x01\x48\x70\xc1\x85\x40\ \x08\x28\xa1\x24\x5b\x76\x8b\x18\x97\x2c\xb3\x8f\x2b\x33\x3c\x86\ \xb2\x2d\x3e\x41\x08\xc4\x65\xd3\xc9\x8c\xc1\x49\x33\xa4\x81\x80\ \x73\x40\x58\x30\xc6\x24\x1b\x4a\xe4\x12\x1c\x80\x60\xcc\x15\x02\ \x0b\x81\x85\x70\x39\x47\x9e\x2b\x99\x55\x97\x10\x63\x6e\x26\x83\ \x49\x7a\x7c\x08\x08\x21\x94\x62\x21\x00\x04\x97\xae\x5f\xae\xb9\ \x9b\xa1\xec\x0c\xa9\x81\xaf\xbf\x1e\x5d\x30\xc6\x2c\x33\x6d\xdb\ \x56\x32\x99\xe4\xc7\x40\xdd\xf5\x97\xc5\x6b\x53\x14\x85\x1f\x28\ \x35\x0f\x21\xac\x1b\x06\xa5\x54\x51\x14\x55\xd3\x8f\x1a\x37\x21\ \xd9\x2a\x21\x43\x25\x99\x06\x20\xb9\x56\x8f\xe3\x38\x1c\x90\xa2\ \x12\x59\x0e\x22\xc9\x4b\xf2\x17\xc9\x80\x4a\x9b\x2b\xd7\x20\x92\ \xae\x5e\x36\x01\x3a\xe3\xf1\x39\x8e\x23\x13\xac\x25\xf7\xc8\x36\ \x2c\x59\x93\x47\x80\x00\xd9\xd5\x8a\x10\x22\x13\xa0\x78\x36\x20\ \xc6\xb9\x20\x84\x28\x8a\x82\x31\x01\x10\x32\x7f\x5d\xfa\x8f\x9c\ \x73\xa9\xdc\x49\xd2\x94\x7e\xa5\xbc\x06\xc6\x98\x6d\xdb\x08\x01\ \xa5\x44\x86\x04\x33\x45\x42\xc8\xb3\x99\x32\xd7\xec\x99\x7b\x84\ \x10\xce\x91\xa4\xe8\xcc\xa7\x94\x35\x99\xbc\xa0\x9e\x24\x3e\xf9\ \xb9\xe6\xfa\x77\x3e\x8e\x1a\x84\xe8\xec\xe8\xd8\xb5\x6b\x3b\x21\ \x04\x81\x9f\x6e\xf6\x99\xc0\x39\x8f\x44\xa3\xc1\x50\xf8\x93\xf4\ \xc4\xb9\x1b\x8b\xb5\x17\x15\x97\xd0\xc3\xaf\xe2\xd1\x83\xdd\x76\ \xb8\x69\x99\x98\x60\xcf\xb5\x71\x1c\x27\x1b\xc6\xe2\x42\x08\x97\ \x0b\x69\x08\xd9\xb6\xed\x71\x93\xe7\xe6\x70\x21\x50\x36\x94\x2e\ \xb7\xb7\xe7\xc1\x79\x94\x81\x65\x8e\x39\xa5\x9a\xa6\xc9\xf0\x9f\ \xe3\xba\x72\x62\xa5\xaa\x6a\x9c\x41\xf6\xac\x2e\xe7\x19\xca\xcb\ \x9c\x09\x61\x40\x82\x71\xd7\xb2\x2c\xcf\x71\x93\x3f\xa8\xaa\x4a\ \x08\x71\x5d\x57\x70\x57\x52\x92\xf4\xc5\x00\x40\x51\x14\x39\x3a\ \xdc\x71\x1c\xd7\x75\xa5\x12\x25\x4b\x76\xbc\xeb\xf4\xe0\x51\x8c\ \x77\xfd\xf2\x89\x99\x14\x2d\x42\x28\x26\xde\x52\xc8\x93\x78\x6f\ \x50\xe6\x3a\xf8\x76\xd3\x51\x06\x42\xf5\xf5\xbb\x0b\x8b\x4a\xaa\ \xfa\xf8\xbd\x50\x3e\x2b\x62\xed\x6d\xa6\x69\x1e\x70\xce\x0a\x00\ \xb4\xb6\xb6\xc4\x3b\x3b\xc2\xe1\xc8\x51\xe6\x26\xcf\x84\x90\xbb\ \x51\xee\x4f\x2f\x57\x88\x52\x6a\x9b\x96\x24\x0e\x99\x6a\xa0\xeb\ \xba\xa7\xcb\x20\x84\x84\x00\x4c\xa4\x40\x23\xdd\x28\xa2\x28\x8a\ \xa4\x30\x00\x20\x84\x62\x29\x17\x65\x35\x20\xce\x33\xbd\x19\x20\ \xdb\xc1\x8e\x00\x96\x5a\x15\x80\x00\x84\x38\x63\xd9\xd1\x7e\x52\ \x0e\x43\xd2\x56\xc2\x98\x08\xc1\x3d\xc7\x93\x73\x21\x04\xb3\x4c\ \xcb\xb1\x2d\x2e\x5c\x5d\x37\x24\x67\x39\x8e\xc3\x98\xcb\x5c\x17\ \x21\x24\xed\x2e\x4a\x33\x36\x8e\xaa\x2a\x8c\x65\xb2\xab\x3c\x31\ \x5e\x92\x9d\xa4\x54\xef\xb2\xe5\x01\x8c\x31\xd7\x71\x2c\xb1\xef\ \x57\xd9\xc8\x45\x36\xc0\x94\x6f\x13\x7c\xbb\xe9\xa8\x53\x13\x80\ \x99\x4a\xf5\xe8\xd9\xdb\x5f\x8a\xcf\x65\x74\xe6\xea\xbf\x99\xbb\ \x6c\x61\x61\x51\x47\xac\xed\xd0\xe7\xac\x7c\xd1\xdc\x44\x08\xd6\ \x0c\x43\x33\x32\x3a\xb7\xe0\x02\x10\x60\x4a\x90\x34\x80\x10\x0e\ \x06\x88\xe3\xba\x72\x18\xaf\xaa\xaa\xde\x38\x3d\xcf\xa3\x21\x84\ \xba\x0e\x93\x09\xee\x8c\x71\x84\x84\xa6\xd2\x80\xa1\xd9\xb6\x0d\ \x02\x61\x8a\x39\x17\x84\x60\x39\xef\x4d\x56\x3f\x6b\xaa\x4a\x55\ \x85\x64\x4d\x21\xaa\x10\xce\x41\x76\x50\xc1\x18\x83\x90\x22\xcf\ \x3e\x55\x48\xd7\xb5\xac\x21\x46\x08\xc9\x64\xaf\x32\xc6\x34\x4d\ \xc5\x18\xb7\xb7\xb7\x51\x45\x0d\x85\xa3\x00\x82\x31\x9e\x51\xca\ \x84\xc0\x44\x9a\x83\x20\x5b\x9a\x20\x84\x28\x15\x9a\xa6\x73\x9e\ \x09\xfd\x63\x8c\x39\x73\x33\x05\x71\x08\x61\x8c\x40\x00\xc6\x98\ \x71\x16\xef\x8c\xbb\xae\x2b\xcd\x5a\xaf\x91\x93\xaa\xaa\x42\x08\ \xc9\xce\x72\xe2\xc3\xf1\x99\x43\x20\x58\x32\x99\x56\x02\x21\xf5\ \x10\x3c\x24\x61\x9b\x16\x56\x35\xfa\xf9\x93\x89\x85\x63\x59\x82\ \x6a\xea\xa1\x97\xe7\x22\x8c\x7c\xdb\xf5\x73\x2c\x38\x64\xe7\xac\ \x70\xce\x63\xb1\x58\x61\x61\xa1\x37\x67\xe5\xc8\x38\x04\xf8\xa0\ \x9e\xa7\xe3\xd8\x99\x34\x4b\x9e\xc9\x80\xf6\x6c\x28\xc6\x99\xed\ \x38\x42\x08\x4d\xd3\x0c\xc3\xf0\x5c\x50\xb1\x1f\x38\xc2\x02\x63\ \x84\x31\x22\x04\x61\x24\xeb\xf0\x98\x10\xdc\x71\x2d\xd3\x34\x1d\ \xc7\x31\x4d\xb3\xbd\xad\xad\xbd\xad\x8d\x33\xa6\x69\x2a\x20\x70\ \x1d\xc7\xb2\x4c\x99\x47\x2e\x6b\xdf\x20\x93\x81\x29\x64\xe9\x89\ \xcc\x24\x97\xb6\x95\x47\x85\x84\x60\x69\xb3\xd0\x2c\x10\xc2\xdd\ \xba\xf5\xe0\x5c\x34\x36\x36\xba\x8c\xeb\x9a\x26\x1b\xec\x22\x8c\ \x85\x90\xa5\x27\x52\xe0\xe7\xb6\xed\xb8\x2e\x93\x8d\xda\x33\xc9\ \xa5\x52\xd1\x97\x2a\x92\xcb\x98\xcb\x2c\xcb\x4a\xa5\x52\x96\x69\ \x21\x84\x74\x5d\x97\xa7\x92\x64\x64\x9a\xa6\x8c\x60\x4a\x5f\x4f\ \x51\x14\x5d\xd7\x08\x3e\x1e\x7d\xba\xc4\xc6\xbf\xfe\xe1\xa1\xb5\ \x6d\x87\x72\xdb\x4c\xec\x7c\xfa\x8f\x7f\x5a\xbd\x37\x7d\xc0\x3d\ \x90\x8c\xb5\x27\xd2\xce\xc1\x4e\xd1\xf1\x9f\xbf\x3d\xf2\xce\x96\ \xb8\xcf\x19\x47\x90\x9a\x32\xb5\xf8\xb3\xde\x7b\xef\xa1\x07\x1f\ \xdc\xb0\x7e\x3d\x21\x44\x16\x64\x1d\x13\xbd\xe5\x3c\xae\xf1\xb2\ \x22\x65\x27\x6f\x00\xb0\x2c\xcb\xb6\x6d\x42\x14\x09\x2f\x35\xc9\ \x73\xfd\xbc\xe3\xbd\xa0\x9e\xd4\x62\x4c\xd3\x94\xce\x11\x63\x8c\ \x71\x81\x50\x46\x7e\x72\x1c\x27\x95\x4a\x49\xcf\x48\x6a\x3d\xd2\ \x8d\xf2\x28\x2f\x2b\x6f\x67\xf2\x89\x72\x33\x03\x72\xfb\x8d\x78\ \xe5\x2e\xf2\x54\xd2\x26\x72\x1c\xc7\xb6\x2c\x94\x93\x8b\x44\x29\ \x05\x21\x6c\xdb\xcc\xed\xd9\xe2\x3d\x51\xbe\x6d\x87\xb9\x59\xd5\ \x62\x5f\xb7\x29\x8c\xb1\xae\xeb\xf2\x3c\xae\xeb\xb6\xb7\xb7\x3b\ \x8e\x93\x9f\x9f\x4f\x29\xb5\x6d\x5b\xfa\x77\x9e\x3d\x75\x4c\xf8\ \x74\x9d\xb5\x8f\xdd\x77\xef\x6a\x33\x1c\x56\x49\xb0\xb8\xc7\x19\ \x17\x5f\x36\xa1\x4f\xe1\xe7\x3f\x9b\x9b\xa8\xdf\xbb\xd7\x3a\xa4\ \xf6\x0a\x6e\xba\xae\x7a\x4b\x6f\xfb\x40\x5f\x68\x1e\x9b\xf1\xc7\ \x07\x0b\xce\xbd\xfd\xbc\xd1\x45\xff\xfb\x14\x3b\xab\x6b\xdc\x71\ \x5f\x40\x91\x62\x6c\xfb\x07\x8f\x3d\xfe\xe2\xae\x4e\x65\xdc\x05\ \xdf\xfa\xe6\x99\x43\x7c\x16\xfa\x54\x6a\xca\x0a\xa9\x43\x86\x0d\ \x1b\x30\x70\x60\x20\x10\x60\xae\xfb\xff\x39\x67\xe5\x8b\xe5\x26\ \x24\xa5\x62\xcf\x56\x92\x41\xa8\x78\x3c\xee\xba\x6e\x28\x14\xd2\ \xf5\x40\x2e\x3b\x64\xed\x17\x92\x0d\x6c\xed\x17\xab\xf2\x58\xc0\ \xb6\x6d\x42\x88\xa2\xd0\x80\xaa\x4b\x7f\x8d\x10\x22\x27\x7a\xeb\ \xba\x2e\x05\x6f\xc7\x71\x72\xc3\x04\x1e\x3f\x7a\xc4\x24\x5b\x06\ \xcb\x69\x4b\x99\x5a\xb6\x9c\xe8\x98\xc7\x26\xa9\x54\x4a\xd7\xf5\ \x8e\x8e\x0e\xd3\x34\x03\x81\xcc\xd5\x4a\x62\xcd\x46\xf9\x45\x6e\ \x9a\x82\x3c\x61\x66\xe3\xe0\x4c\xfb\x51\x8f\xe9\x24\x85\x49\xde\ \x91\x61\x81\x40\x20\x20\x67\x16\x48\x21\xdc\x63\x4c\xd7\x75\x31\ \xc1\xe2\x18\x18\x02\x25\xd2\x6d\xdb\xaa\xd3\x67\xde\x7d\xcf\xc9\ \x95\xb0\x66\xfe\x8c\x47\x7e\x76\x47\xfb\x2f\xfe\x7c\x6e\xbf\x68\ \xba\x79\xf3\xeb\xaf\xcd\x69\x74\xa2\x13\xcf\xbb\x60\x78\x57\x36\ \xf7\xf5\x59\xc5\x63\xcf\x1f\x52\x4c\xd7\xce\x7e\xdb\xed\x35\x71\ \x64\xaf\xe8\xda\xf7\xdf\x89\x15\x0e\xe9\xce\x6b\xe6\x2e\x5a\xdb\ \x69\xe3\x5e\xa3\x4e\x3d\x6b\x7c\x7f\x05\x21\x42\xa8\x2c\xc7\x69\ \xaa\x5e\xfc\xe6\xbb\xcb\xac\x50\xf7\xb3\x2e\x3a\xab\x47\x44\xb3\ \x3b\xeb\xde\x98\xf1\x7a\x6d\x02\x7a\x8f\x3e\x7d\xea\xb8\x3e\x14\ \xa0\x69\xd3\x87\xaf\x2f\x58\x07\x3c\x51\x9f\x56\x74\x55\x81\x8e\ \x5d\x33\x5f\x7d\x6b\x47\x07\x19\x31\xf9\xc2\xc9\x43\x4a\xa4\xc7\ \x65\xb6\x6c\x9d\xf9\xc2\xdf\x76\xad\xe9\x77\xfa\x79\x17\xf5\xcb\ \x8f\xcd\x9e\x39\x73\x7d\x23\x1b\x32\xf1\x9c\x29\xc3\x2b\x00\x20\ \xb6\x7b\xf5\x1b\x6f\x2c\xb6\x34\xbe\xab\xd3\xe9\xad\xa9\x20\x3a\ \xdf\x9f\xf1\xe2\xaa\xfa\x74\x49\xbf\xf1\xd3\x4e\xed\xbf\x6c\xce\ \x9b\xca\x90\xb3\x46\x57\x44\x62\xbb\x96\xcd\xaf\x41\x43\x4b\x53\ \x4b\xb6\x2b\x17\x9c\x3b\x2e\xf8\x69\x77\x04\xa7\xf1\xc9\x3f\x3c\ \xc1\xc6\xdd\xf0\xe3\xc1\xad\xf7\x3f\xf4\xe7\x92\xaa\x87\xa7\xf6\ \x0e\xf8\x4c\xf4\x69\xf4\x24\xbd\x95\x2e\xe5\xe5\x32\xa7\xc7\xdb\ \x8f\x47\xe6\x7e\x7b\x10\x9f\x4e\x36\xb7\xcc\xad\xf6\x90\xd6\x0d\ \x42\x28\x14\x0a\xc9\x80\x57\xae\x5a\xe6\x11\x87\x0c\xd2\x7b\xfc\ \x22\x8d\x20\x19\xce\x93\xc1\x38\xce\xb9\xaa\x6a\x94\x50\x4c\xb0\ \xa2\x28\x86\x61\x14\x17\x17\x97\x96\x96\x06\x02\x01\x45\x51\x08\ \x21\xaa\xaa\x1a\x86\x61\x18\x86\xae\xeb\xaa\xaa\x4a\xbd\xdc\xfb\ \xdf\xb3\x7d\xf6\x1b\xb8\x92\xd3\x95\xcd\xcb\x75\xa0\x94\xaa\xaa\ \x1a\x8d\x46\x0d\xc3\xc8\xe5\x2c\x99\xd8\x9d\x3b\x55\x79\x3f\x9d\ \xdb\x75\x6d\xdb\x66\xae\x0b\x42\xc8\x8b\xd1\x34\x4d\x5a\x8b\x1d\ \x1d\x1d\x2d\x2d\x2d\xb2\x72\x50\x52\x70\x51\x51\x51\x49\x49\x89\ \xbc\x92\xdc\xec\x07\x21\xe0\xd8\x28\xa9\x43\xd4\x08\x97\x96\x97\ \x17\x95\xf7\x98\x72\xf9\xed\x57\x8e\x8a\xbc\xf2\xfc\x87\xe0\xec\ \xfc\xe3\xaf\x1e\x5a\x9b\x88\x94\x92\x3d\x7f\xfe\xc5\xaf\xd7\x35\ \x9b\x9b\x17\xbc\xf6\xca\xa2\x3a\x80\xb6\xff\x3c\xf4\xdb\x19\x4b\ \xaa\x01\x62\x6f\xcc\x78\x61\x67\x3a\xfe\xde\x0b\xff\x5a\xd2\x62\ \x54\x95\xa0\x57\x1f\x7e\x60\xe6\xaa\x18\xe8\x2a\x02\x20\x0a\xb6\ \x76\xcc\xbe\xf7\xbe\x7f\xc4\xc2\x5d\x95\x86\x85\xf7\xdf\xfb\xb7\ \x3d\x0c\x28\x56\x4a\xbb\x0f\x18\xd1\x37\xfa\xde\xdf\x7f\xf7\xde\ \xb6\x24\xaf\x9b\x7f\xef\x83\x8f\xb7\x2a\xc5\x51\xc5\x89\x27\x45\ \x00\xb7\x3d\xfb\xd7\xdf\xce\x6f\x0c\x0d\x1b\xd0\x4d\x25\xfb\xee\ \x39\x88\x18\xe5\x95\x55\x83\x06\x56\x15\xa9\xb1\xe7\x1e\xfa\xc5\ \xcc\x0d\xe9\x6e\x25\xf8\xa5\x87\x7f\xf9\xd2\x8a\x36\x48\x6c\x78\ \xf0\x17\x0f\x6d\xb3\x23\xc5\xba\x48\x98\x29\x40\x08\x00\xe7\x95\ \xf6\x1a\x39\xac\xf7\xc6\x37\x1e\x7b\x66\x49\xcd\xee\x55\x73\x9e\ \x7d\x6b\x3d\x00\x6c\x9c\xf5\xdc\x9c\x55\x75\x66\xac\x66\xd9\x9a\ \x1a\xfb\xd3\x6f\x07\xa9\xdd\x2b\xd6\x59\xe5\xe7\x9c\x3b\xbe\xfb\ \xb0\xa9\x27\xf5\xd6\x3f\x5a\x54\xed\x73\xd0\x81\x2d\x92\x1c\x61\ \xc6\x71\x1c\x19\x85\xcf\xad\xd8\x38\x02\x5f\xeb\x83\xf7\x6f\x92\ \x86\x80\x74\x8b\x24\x2b\x05\x83\x41\x59\x98\xe2\x38\x0e\x42\x42\ \xba\x6f\xb9\x46\x0d\xcf\x36\x42\xf7\xbc\x3c\x59\x50\xe2\x25\x49\ \xa5\x52\xa9\x44\x22\x21\xd3\xb7\x10\xcf\xe4\x2b\x4a\x4a\xf2\xec\ \x0e\x59\x6e\x22\x2d\x94\xdc\x84\x46\xc8\x86\xf3\x3d\x13\x49\x7a\ \x52\x5e\x46\xa8\x97\x9d\x20\xcb\x6b\xe4\x13\x0b\x0a\x0a\x3c\x8f\ \xcc\x2b\x70\x41\x28\x53\x74\xf2\x31\x7a\xf5\xcc\x40\xc7\x75\x1d\ \x21\x88\xeb\x7a\x27\x97\xac\x27\x6b\x9b\x31\xc6\x91\x48\x44\x4e\ \xcd\x8b\xc5\x62\x00\xe0\x65\xac\x49\x2f\xf5\x58\x19\x27\x8b\xe4\ \x64\x0b\x79\x31\xb8\x77\xd7\xee\xca\xb2\xbd\x6b\xe7\xec\xda\x45\ \x06\xfd\xf6\xfb\x57\xe5\x81\x69\x36\xdc\xf6\xe2\xbc\xd6\xab\x26\ \x0c\xfd\xeb\x86\xf5\xa9\x09\x85\x31\x1a\xc6\x8d\xbb\x63\xdb\x9d\ \x16\x5e\x79\xe5\xe0\xd2\x57\x5f\x51\x86\x4e\xb9\xf0\x9c\x71\x85\ \xb8\x79\xfd\xdc\xf5\xdb\xa6\x0d\xd0\x00\x80\x50\x58\xf6\xea\x1b\ \xca\xd0\x0b\x7f\x70\xf5\xb9\x00\xa3\x77\xdd\xf8\x8b\xb7\x96\xb6\ \x5d\x37\x4e\xe5\xe9\xe6\x9d\x8d\xed\x8e\xd3\xba\xbd\xa5\xe9\xa3\ \xcd\x0b\x58\xcf\xaf\xdd\x75\xed\xf9\x10\xdb\xbc\x7e\xf9\xc3\x26\ \x23\xe1\x80\x92\x68\x68\x0d\xf5\x38\x7b\x4c\x55\xa1\xa7\xac\x3b\ \x28\x34\x68\xf4\x29\xa7\x8c\x2f\x4d\xd6\xbc\xfe\x66\xb5\x71\xe7\ \xef\x6f\x19\x9e\x0f\x3d\xcc\x5d\x4f\xbf\xf3\xde\x80\xf6\xfa\xc6\ \xe2\xb1\x0f\xdd\x7a\x45\x1e\xb4\xac\x5b\xba\xd9\xb5\x5d\x40\x3a\ \xf0\xc4\xce\x9d\x4d\x8e\x9d\x5c\x5f\x6d\xdd\x73\xea\x49\xb3\x9f\ \x5d\xdc\x09\x63\xb6\x54\x5b\x43\x4e\x1f\x3d\x70\x42\xc5\x1f\x27\ \xfc\xaf\x95\xb0\x13\x6d\x22\xa0\x85\x02\x00\x40\x0b\x75\x7d\x63\ \x7b\xa7\xcf\x43\x9f\xae\x35\x33\x7e\xa0\x60\x1c\xe7\xf8\xc8\x18\ \x4f\x07\xb1\x9b\xbc\x74\x81\x78\x3c\xde\xd4\xd4\x94\x4c\x26\x35\ \x4d\xd3\x75\x5d\x36\x33\x91\x44\x03\xd9\x8a\x39\xaf\x3f\x81\xe4\ \x32\x69\x6e\x04\x02\x01\x59\xd7\x66\x18\x86\xa7\x52\xcb\x31\x73\ \xad\xad\xad\x8d\x8d\x8d\xf1\x78\xdc\xcb\x8d\xf4\x38\xc8\xd3\xaa\ \x9c\x6c\x63\x16\x69\x25\x49\xe1\xdc\xb2\x2c\xef\x71\xaf\xb3\x8c\ \x65\x59\xb2\xbb\x66\x47\x47\x47\x3a\x9d\xf6\xd2\xc1\xe5\x13\x3d\ \x66\x84\xac\xad\x94\x4d\x95\xc2\xb9\x0d\x9b\x3c\x53\x48\x66\xbe\ \x06\x83\xc1\x60\x30\x20\xb3\xa5\x24\x3d\x29\x8a\x52\x58\x58\x58\ \x51\x51\x51\x52\x52\x12\x0e\x87\xe5\xc9\x25\x8d\x7a\xc4\xea\x8d\ \x45\x70\xd9\xb1\xd1\xc4\x49\x00\x20\x84\x33\x11\x2e\x77\xcb\xce\ \xed\xa8\x6b\x2f\xcd\xb2\xa8\x1a\x0e\x00\x00\xe8\xa1\x60\x20\x1d\ \x33\xfb\x8e\x1f\x8d\xda\x56\xbf\x38\x73\xed\xd0\xaf\x5d\xde\xd7\ \xdc\xf8\xdf\x59\xef\x93\x5e\xa3\xba\x19\x41\x21\x84\x60\x2e\x00\ \x68\x81\x08\x30\x7a\x99\x75\xdd\x00\x00\x20\x00\x49\x44\x41\x54\ \x06\x5c\x00\x42\x84\x80\x99\x72\x03\x01\x39\x1a\x38\x1c\x54\x55\ \x70\x52\xef\xff\xf5\x77\xcf\x2f\x69\xeb\x37\x64\x60\x59\x41\x08\ \x38\x33\x5d\xa6\x1a\xb2\x9f\x26\x17\x82\x99\x2c\x74\xfe\xf7\x7f\ \x7d\xc3\xa4\xe2\x19\x7f\xba\xf3\x97\x4f\xcd\x75\x3d\xe2\xcc\x84\ \x3b\x80\x59\x29\xd0\x0d\xdd\x00\x00\x88\x44\x75\xee\xa6\x53\x69\ \x57\xd5\xb4\x8c\x71\x2e\x90\xaa\xd2\x1d\x6f\x3e\xfc\xa7\xff\xae\ \xec\x32\x60\x48\xcf\xd2\x3c\x64\x5a\xc5\x27\x4e\xea\x82\xea\x66\ \x7f\xf0\xfe\x2e\x16\x1d\x39\xb2\xe2\xa0\x2b\xa1\x85\x8b\x70\xd2\ \x8c\x27\x00\xc0\x69\x4e\x9b\x46\xa1\xdf\x2f\xfc\xc0\x37\x33\x6f\ \xce\xca\x27\xc1\x39\x83\x23\xa2\x54\x1c\xdc\xa7\x33\x4d\xb3\xa1\ \xa1\xa1\xb3\xb3\x33\x14\x0a\x75\xed\xda\x35\x14\x0a\x49\x63\x44\ \x55\x55\x4a\xc9\xc7\xac\x15\xcf\x29\x95\x44\x20\xad\x2d\x59\xf5\ \x92\x4c\x26\x93\xc9\x24\xe7\xbc\xb3\xb3\x33\x9d\x4e\xcb\x5c\x47\ \xc7\x71\x00\x90\xdc\xdb\x92\xb9\x3c\x8f\x4c\xfe\x55\x1a\x29\x9d\ \x9d\x9d\x2d\x2d\x2d\x9d\x9d\x9d\x52\x27\x4a\x26\x93\xf1\x78\x5c\ \xda\x99\x32\x07\x5d\x3e\xd7\x13\x92\x64\x53\x73\x49\x25\x9e\xdf\ \x27\x93\x95\x72\x7d\x40\x8c\xb0\xe4\x94\x9c\x04\xab\xfd\x00\x42\ \x20\xb4\x8f\xaa\xe4\x91\x92\xd7\x24\xd5\xee\x57\x96\x2c\x84\x24\ \x4a\x29\x3c\x31\xc6\x04\x3f\x46\xf2\x9b\x84\x93\x6c\xdf\x55\x53\ \xb3\xab\x7a\xfd\xab\x4f\x3c\xf0\x9f\x75\xce\x25\x5f\x3b\xb9\xdf\ \x89\x27\xa0\xbd\x0b\x9f\x9b\xbf\xa1\x7a\xe9\xab\xef\xae\x6c\x1b\ \x3b\xae\x17\x94\x8c\x1d\xae\x6d\xfa\xeb\xf3\xeb\xc7\x5c\x70\xc9\ \x88\x70\xc3\x93\x2f\x2e\x1a\x36\xee\x44\x00\xc7\xb2\x2c\x87\x0b\ \x00\x70\x1c\xcb\x76\x19\x28\x9a\x9b\x6c\xd9\xb8\xb5\x75\xf0\xa9\ \xa3\x6a\x17\xcd\x9c\xbd\x6e\xe7\xca\xd7\x9f\x5d\xdf\x19\x19\x3f\ \xb2\xb8\xbe\xb6\x49\x2b\xea\x35\x74\x70\xbf\xe2\x20\x49\xa6\xc8\ \xa8\x71\xc3\xdb\x57\xce\x98\xb1\x78\xcb\xae\x9a\x9a\xa6\x98\x45\ \x78\xaa\xa1\xb6\xbe\x64\xc4\xd4\x4b\xc6\x76\xdd\xb4\xf8\xfd\x16\ \x79\x69\xc4\xc8\xcb\x4b\x2f\x5f\xbe\x68\xcb\xf6\x5a\x3b\x6f\xd8\ \x20\x54\x3b\x63\xc6\xfc\x5d\xdb\x96\xfe\xeb\xed\x4d\xbd\x47\x4c\ \x18\x39\x66\x2c\xdf\x3a\xff\xd9\xb7\x56\xd5\xef\xac\x6e\x88\x75\ \x70\x0c\x1d\x8d\x0d\xcc\x28\x19\x3c\x74\x50\x65\x41\xc8\xb5\x52\ \x80\xba\x4d\x1d\x5f\xf6\xfc\x03\x0f\x75\x74\x19\x37\x2a\x1f\x1a\ \xd6\xbe\xf5\xe4\x4b\xef\x27\x3e\x7d\xe3\x18\x95\x27\x8c\x08\x36\ \xbe\x3a\x73\xee\x96\x8f\x66\x7e\xb0\xdd\x1e\x3f\xa1\xca\x27\xa2\ \x4f\x0b\x7f\x31\x19\xc3\x76\x1c\xd7\x71\x72\x7f\x60\xae\x7b\x64\ \x9c\xba\x83\xcc\xa7\x4b\x9b\xe9\x8e\xce\xce\xe2\xa2\xa2\x68\x34\ \x2a\x33\xad\x51\x4e\xa7\x37\x59\x60\xb7\x5f\xcb\x94\x7d\x55\xb8\ \x19\x05\xdd\x34\x4d\xb9\xa5\x5d\xd7\x35\x4d\x53\x4a\x4e\x94\x52\ \xd9\x55\x0f\x61\x02\x80\xd2\xe9\x34\x64\x93\x29\x24\xc5\x78\x99\ \x14\x32\x4e\xa7\x69\x1a\xc6\xd8\x30\x8c\x5c\x37\xd3\x33\x55\x3c\ \x89\x5d\xd7\x75\x69\xcb\x78\x33\x17\xbc\x04\x0d\x79\x79\xb2\x5b\ \x8b\x94\xc9\xb2\x2f\x81\xbd\x33\x78\x13\xf1\x72\xdc\x6e\x9e\xab\ \xc1\x7b\xdc\x24\x5f\x4e\xda\x59\xb0\xaf\x49\x26\x72\x5d\xd7\x33\ \xd0\x0c\xc3\xf0\xe6\x68\x1e\xe5\xbb\x60\xb0\x68\xe8\xf0\x92\x45\ \xaf\x4e\x5f\xad\x92\xbc\xf2\x7e\x3f\xfe\xf5\x6d\x23\xba\x51\x80\ \x93\x7f\x78\x6b\xc7\xf4\x97\xfe\xb1\x9a\x05\x26\x5f\x7b\xd7\xc5\ \x43\xf2\x01\xe0\xa4\x33\xcf\x5c\x1b\x08\xf4\xcb\x0f\x88\x93\x4f\ \x9e\xd8\xde\x7b\xfc\xf0\x52\x80\x44\xf7\x3e\x03\x71\x9e\x0a\x00\ \x85\x5d\xfb\xf4\x45\x41\x50\xfa\x5f\x38\xe5\xc4\x25\x2b\x96\xe4\ \x7f\xfb\x9a\xdb\xdb\x9e\x7a\x7e\xfa\xc3\x8e\x56\x7c\xcd\xed\x77\ \x0c\x0a\x69\x15\xd7\x5f\x57\x3f\xfd\x95\x9f\xff\x72\x0e\x63\x95\ \x67\x56\x86\xc3\xfd\x2f\xba\xeb\xbb\xd6\x73\xaf\x3c\xb1\x84\xf3\ \xc2\x91\x53\xfa\x16\xe1\xcd\x6f\xbf\xf1\xfa\x92\x3a\x62\xe4\x5d\ \x7d\xc3\x35\x65\x59\xba\x38\xeb\xea\x6b\x77\x3c\xfe\xf2\x5f\xfe\ \xb6\xf5\xca\x9b\x6e\xbc\xed\x9e\x5b\xfe\xfe\xc4\xf3\x7f\x58\x21\ \x7a\x9f\x7a\xdd\xb5\xe7\xf7\xa5\xd0\xf7\x9e\xdb\x3b\x9f\x79\xf9\ \xd9\xdf\xcf\xe6\x46\xef\x13\x06\x97\x05\x87\x4f\xbb\x71\xf2\x63\ \xd3\x7f\xff\xf3\x7b\x99\x0b\xa3\xce\xeb\x05\x00\xa3\x4e\x3d\xa3\ \x60\xfa\xac\x81\xe3\xc7\x00\x40\xa2\xb5\x6e\xf3\xf6\xa8\xfb\x3f\ \x76\x0e\x29\xbe\xf6\xce\x9b\x9f\x7c\xe2\xf9\x47\xd7\x28\x67\x7c\ \xe7\xce\xd3\x7b\xe8\x3e\x0d\x1d\x50\x03\x00\x01\xd2\x89\x69\x6e\ \x6e\xd9\x56\xbd\x8d\x33\x1e\x08\x06\x07\x0f\x1a\x48\x29\x3d\x62\ \xd3\x83\xfe\xd7\x9c\x95\x40\xc0\x98\x3f\x7f\xc1\xbf\xfe\xfd\xef\ \xe2\xe2\x62\x59\xa8\x21\xf5\x14\x69\x10\x65\x19\x44\xb6\xeb\xdd\ \x97\x34\x90\x1b\xb3\x93\xbf\x7a\x76\x90\xb4\x74\xf6\x85\xba\x5c\ \x17\x11\xca\x18\xb7\x6d\x4b\x26\x8e\xcb\xe3\x6d\xdb\x4e\x24\x12\ \xba\xae\x17\x15\x15\x79\x39\x8d\x72\xdb\x7b\xa4\x29\x49\x41\xbe\ \xa8\x97\x34\x20\xaf\x8a\x10\x8c\x10\x96\x0c\x98\x1b\xc2\x93\xdf\ \x57\x8c\xb0\xa4\x15\xdb\xb6\x11\x08\x45\xa1\xb9\x83\x33\xe5\x69\ \x73\x7d\x6b\x91\x23\x48\xc9\xf7\xe2\x39\xad\xd2\x64\xf3\xde\x72\ \xa6\x4f\x67\x16\x89\x44\xe2\xa6\x9b\x6f\x1c\x36\x6c\x98\x69\x9a\ \xf2\x0c\x47\x6b\xce\xca\x71\x0b\xe6\xc4\xda\x9a\xaa\x97\xbe\xf3\ \xfc\x52\xf3\x07\x3f\xbe\xa9\xeb\x81\x78\xe6\x80\x73\x56\x7c\xfc\ \x6f\x74\xc4\xda\x3b\x3a\x62\x91\x88\x1c\xf5\x86\xf7\xd4\xd7\xef\ \xdd\xdb\x30\x74\xe8\x10\x5d\xd3\x5c\xd7\xd1\x34\xad\xb9\xa9\xe9\ \x28\xcf\x59\x11\x02\xa8\x42\xe5\xb8\x4a\x59\x86\xe6\xd9\x05\x99\ \x9b\x10\x21\x18\x53\x90\x3d\x1e\x33\x69\x4a\x4c\x6a\xcc\x42\xc8\ \x7c\x4b\xe2\xc9\x46\x84\x10\x5d\xd7\xa5\xe5\x25\xcb\xe5\x02\x81\ \x20\x22\x14\x61\x22\x38\x73\x5d\x57\x72\x50\x26\xbf\xd1\xb2\x14\ \x85\xe6\xe5\xe5\xe9\xba\x9e\x4a\xa5\xa4\xda\x2d\x3d\x3e\x19\xfb\ \x93\x0e\x9a\x97\xd9\x20\x47\x6f\x66\xc3\x0a\xae\xa2\x28\xa1\x50\ \x48\x36\x8d\x23\x84\xb8\xcc\x45\x20\x03\x8e\x58\x08\xce\x18\x97\ \x05\x25\x90\xd3\x27\x20\x37\x07\x62\xdf\xea\x10\x8c\xc1\x2b\x06\ \xde\xd7\x29\xc5\x63\x67\x6f\xf2\xb0\x47\xc4\xd9\x65\xc1\x34\x1b\ \x68\xf7\x71\xb8\x60\xb5\xcd\x7a\xf6\x2f\x4b\x3a\xca\x2f\xbf\xf6\ \x9a\xae\xfa\x41\xa4\x09\x7f\xb5\x0e\xd5\xa9\xcb\xce\x32\x60\x65\ \x25\xc5\x25\xc5\xc5\x8a\x42\x2d\xcb\x94\x56\xc5\x01\x67\x91\x1f\ \xe9\x38\x9d\xa4\x15\xc9\x29\xb9\x9d\x8c\x3c\x2d\x39\xdb\x4b\x44\ \x00\x30\x69\xb8\x50\x4a\xe4\x1b\xc0\x18\x2b\x0a\xe5\x1c\x64\x52\ \xa2\xb4\x98\x64\x39\x9e\x14\x65\x84\x10\x04\x61\x10\x88\x0b\x99\ \x1c\x44\x38\x67\xba\xae\x13\x82\x5c\xd7\x4e\xa5\x52\x89\x44\xa7\ \x7c\x45\xaf\xb2\xdf\xeb\xd0\x22\x9b\x16\xc8\x1e\x6f\x32\xf0\x27\ \x1d\x43\xc3\x30\x2c\xcb\x76\x5d\xa7\x7b\xf7\x6e\x94\x2a\x48\x00\ \xc1\xd8\x71\xb8\x60\xc2\xc9\x76\x47\xc9\xb8\x60\xd9\xce\x79\xb9\ \x92\x7f\x36\xf6\x9f\xf1\xe3\x98\x93\x29\x1e\xce\x99\x72\x0e\x9e\ \xcf\x98\xab\x34\x79\xfc\xe5\x89\x56\x02\x84\x4f\x4d\x87\x17\x81\ \xd2\x69\xb7\x3d\x30\xed\x60\x47\x11\x4a\xd3\xa9\x14\x14\x14\xfa\ \x0b\x76\xa8\x92\x93\xd7\x7e\x16\x10\x92\x3b\x0e\x00\xd2\xe9\xb4\ \xac\x8d\x3d\xca\xdc\x84\xb2\x83\x04\xa4\xf3\x22\xf5\x20\x19\xd7\ \xcf\x75\x82\x72\xd2\xa6\xc1\x33\xa9\xa4\x94\xc3\x18\x97\x01\x3b\ \x6f\xc3\x4b\x15\xc6\x65\xae\xeb\xb8\x5c\x08\x4a\x08\x21\x14\x90\ \xf4\xaa\x30\xa5\x98\x10\x54\x54\x54\x14\x8f\xc7\x65\xa2\x80\xf7\ \x2a\x9c\x73\x79\x1e\x00\x90\x3f\x24\x12\x49\x59\x22\x67\xdb\xb6\ \xb4\xc8\x5a\x5a\x5a\x2c\xcb\xd2\x34\x2d\x16\xeb\x88\x46\xa3\x18\ \xc0\x71\x1d\x4f\x18\xfa\x98\x59\x04\x99\xc4\x4b\xec\xc5\xec\x32\ \xa5\x39\xfb\xb4\x70\xae\x50\x9a\xab\xf7\x7b\xcc\xf5\x31\xbf\x35\ \xb7\x36\xd8\xeb\xfa\xc2\xb9\x5f\xc8\x75\xb4\x37\x18\x88\xf2\xb2\ \x2e\xf5\x7b\xea\x38\x63\x54\x51\xc0\x6f\x0b\x71\x50\x95\x07\xe1\ \x54\x2a\x61\x3b\xb6\x2c\x83\xff\x84\xb1\xe2\x5a\xb6\x55\x54\x58\ \x72\x4c\xe4\x37\xd1\xec\xbe\xf5\x0c\x84\xdc\xa8\xbc\xa7\xd4\x78\ \xb2\x8e\xe7\xe9\x64\x35\x63\x92\xdb\x14\xc5\xeb\xee\x06\x00\x94\ \x2a\x02\x32\x3e\x1a\x42\x82\x50\x49\x67\x19\x0e\x32\x0c\x43\x3e\ \xd1\xa3\x42\x69\xe0\xc8\xf3\xdb\xb6\x1d\x8b\xc5\x52\xa9\xb4\xa2\ \x28\xb2\xae\x4d\xd3\x34\xa9\x9a\x19\x86\xe1\x38\x4e\x5b\x5b\x9b\ \xaa\xaa\xba\xaa\x7a\x2d\xe5\x64\xb6\xb7\x3c\x43\xe6\x1a\x90\x40\ \x02\xcb\x1b\x83\xa4\x27\xaf\x43\x9e\xbc\x42\x9c\x95\xd2\xe4\x13\ \x3f\xd6\x32\x05\xf6\x2f\x97\xc9\xb5\x28\x31\xc6\x9a\xa6\x1d\x81\ \x39\x39\x3e\x0e\x76\xf3\x87\xfc\xc2\xa2\x40\x30\xd8\xda\xda\x2a\ \x52\x3e\x31\x7d\x26\x73\x89\x52\x1a\x89\xe4\x01\x08\x4c\xf0\x27\ \x8c\x50\x2d\xbf\xa0\x90\x10\x72\xf4\xfb\x10\xc8\x31\x97\x1e\x01\ \x01\x80\xd4\x98\xe5\x3e\xf4\xf4\xe9\xdc\x6a\x3b\x8f\xbc\x20\xd3\ \xa9\x92\xca\xed\x2a\xb3\x7e\x34\x4d\x93\x8d\x93\x04\x08\x8c\x08\ \x21\x2a\x63\xc2\x71\x1c\x4c\x40\x11\x0a\xe7\x04\x21\x60\xcc\x91\ \x3c\x22\xb3\x07\x52\xe9\x74\x3a\x95\x72\x1c\x17\x40\x04\x83\x41\ \x99\xb1\x9d\x4d\x35\x20\xb2\x43\x8b\x24\x26\x19\x07\x94\xdd\x81\ \x6d\xdb\x6e\x6b\x6b\xb3\xd2\x69\x4d\xd3\x0a\x0a\x0a\x54\x55\xf5\ \xae\x3c\x6b\xa5\x66\xe4\xa0\xdc\x06\x4c\x52\xd8\x92\xd4\x43\x29\ \x75\x6d\x4b\x96\xfe\x49\x4d\xdd\x93\xfa\x3e\x69\x31\xc9\x15\xf0\ \x06\xd2\xc8\x68\x20\xc1\xc4\xef\xdf\x74\x74\x41\x29\x0d\x86\xc2\ \xa1\x70\xa4\xb0\xb8\xd4\x5f\x8d\x2f\x90\xbf\x8e\xbe\xde\x04\x00\ \x8c\xf3\x1c\x2e\xa0\x9e\xf5\xf1\xb1\xca\x35\x8f\xa1\xbc\x5a\x5f\ \xef\x30\x6f\xab\x03\x80\x65\x59\xb9\xdd\x9d\x64\x4d\x0c\xa5\x04\ \x50\xc6\x51\xc2\x08\xc9\x76\x2b\x82\x73\x00\xa4\xeb\x01\xc9\x47\ \xb2\xc6\xd0\x76\x1c\x99\x1c\x29\xdd\x34\x45\x51\x09\x21\x48\x0e\ \xfb\xe6\x82\xb3\x4c\x5b\x12\x29\x0f\x39\x8e\x63\x2a\x4a\x2c\x16\ \x4b\x26\x13\xba\x5e\x28\x1b\xec\xca\xa8\x62\xd6\x4d\xcb\x34\x1d\ \xc8\x6d\xd5\x94\xf5\xe7\x18\xe3\x9c\x60\x22\x3b\xdb\x01\x64\x66\ \x0e\xcb\xc6\x4c\xfb\x25\x7f\x67\xcc\x43\x2f\xaf\x22\x23\x5d\x31\ \x97\xf9\xc4\x74\x6c\x38\x29\xbe\xf5\xfa\xa5\x5c\xd2\xff\xc5\x4d\ \xa6\x69\x0e\x1d\x36\xec\xd7\x0f\xf4\x47\xfb\x5d\x13\xfa\x3c\x59\ \xa1\xd9\x77\xc3\xb9\xf0\x66\x97\x64\x75\xb6\x4c\xcb\x7f\xf9\x6b\ \x76\xa6\xc9\xbe\x10\x5a\xf6\x70\x24\x39\x28\xb7\x09\x41\x76\xd4\ \xbd\x1c\xa6\x0b\x28\x3b\x2c\x4f\x80\xc8\x52\x26\xca\xc9\x63\x82\ \xfd\xaf\x1c\xa1\x6c\x25\x6f\xee\x43\x52\xdc\x86\x6c\xdb\x70\x10\ \x20\x64\xcb\x28\xf8\x6c\xa3\x09\xf6\x4d\xba\x03\x5d\xd7\xe4\x68\ \x2c\x1f\x3e\x7c\x7c\x91\xdc\x24\x84\x50\x28\x55\xb3\x45\xf9\x5f\ \x5a\x8e\x3f\x6a\x02\xe8\x27\x47\xfb\xf9\xf0\x71\xdc\x78\x75\x87\ \xdb\x7a\xa2\xfe\xee\xf2\x71\x1c\x83\x31\x37\x95\x4c\x26\x12\xf1\ \x58\x7b\x9b\x3f\x67\xe5\x33\xb2\x0e\x55\x14\x5d\x0f\x1c\xb0\xd0\ \x17\x63\x1c\x0c\x85\x34\x4d\x57\x35\x4d\x97\xa5\x8f\x47\x8b\x9b\ \x7c\xf8\xf8\xb2\x23\xd6\xde\xb6\x7b\x77\x5d\x7e\x7e\x81\xa2\x29\ \xfe\x6a\x7c\x06\x3f\x03\x59\xa6\xc9\x85\xc8\x2f\x2c\xfa\x04\x3d\ \x21\xd7\x75\xda\xda\xda\x0a\x0a\x0a\xb5\xc3\x4c\x4c\x3e\x37\xf9\ \x38\xde\x77\x1a\xa0\xbd\xf5\x7b\x2a\xbb\x75\xaf\xa8\xec\xee\xaf\ \xc6\x67\x67\x73\xd3\x34\xf3\xf3\x0b\x0e\xf8\xd7\x50\x30\xd4\xd4\ \xd8\x10\x89\x44\x0f\xf7\x65\xf8\x13\xbb\x7c\x1c\xe7\x70\x5d\x37\ \x10\x0c\xfa\xeb\x70\xa8\xbe\x1d\x78\x15\x0e\xd9\xe2\x07\xf9\x6b\ \x30\x14\x06\x00\x7e\xf8\xf3\x9b\x7c\x6e\xf2\x71\xdc\x3b\x29\x7e\ \x36\xf8\xe7\xe5\x27\x21\x10\x40\x2a\x99\x5c\xbf\x7e\xbd\xc8\xa9\ \x18\xcd\xcc\xbf\xf5\xb9\xc9\xc7\xff\xf7\x57\x8c\xa7\x13\xed\x8d\ \x0d\x7b\xf7\x36\x34\xc5\xd3\x9f\xbb\xdd\x1d\x6f\xda\xb9\xb9\xb6\ \xf9\xe0\x8d\x22\x5b\x77\x6d\xdb\x51\xdf\x71\xcc\x2e\x86\x9d\x8e\ \x37\x35\xec\x6d\x6e\x8f\xb3\x8f\x6f\x2f\x9e\x88\x35\x37\xb6\x74\ \xb8\xd9\xc7\x85\x63\xb6\x34\x36\xc6\x92\x07\xc8\x02\x71\x9d\x54\ \xdc\xb4\xbc\x13\x58\xe9\x54\xca\xde\x57\xde\xc1\x1d\x27\x91\x34\ \xbf\xd4\x7c\xe8\xb1\xb9\xcb\xf9\xdc\xb9\x73\x5f\x78\xe1\x85\xd5\ \x6b\xd6\x78\x9d\xa6\xc5\xb1\x33\x67\xc5\xc7\x97\x5c\x3f\xa8\xfe\ \xdd\xcd\x77\x54\x47\xaa\x4a\x0c\x6e\x73\xed\x84\xb3\xaf\xba\xf2\ \x8c\x21\x87\xfe\xc1\xa7\xde\x7b\xe6\xa1\xce\xf1\xb7\xdf\x78\xfa\ \xc0\xff\x4d\x61\x1f\x3c\xf3\x68\x4d\xbf\xeb\xee\xb8\x34\x7a\x2c\ \x2e\x05\x4f\xcc\xfe\xe7\x9f\xdf\xdd\xd8\x98\xec\x48\xf7\x3b\xeb\ \xba\xdb\x2f\x3b\xd1\xab\x58\xdd\x3c\xfb\x1f\x7f\x7e\x7e\x91\xc5\ \xf0\x80\x29\x57\xdf\x71\xe5\x24\xec\x34\xff\xeb\xc1\xdf\xce\xaf\ \x89\x09\xb5\xe8\xf2\xef\xdf\x7d\x46\xff\xdc\x0e\x99\xfc\xf5\xdf\ \x7c\xfb\x8f\x35\x83\x9f\xff\xdb\x3d\x5d\x74\x00\x48\xfd\xfb\xfe\ \xdb\x3e\x44\xa7\xfc\xf5\xde\xcb\xa5\x3e\xbc\xf4\xd9\x7b\x7e\x35\ \xaf\xf2\x9f\x4f\xde\x52\xa4\x7c\xb9\xf9\x49\x70\x0e\x42\x4c\x99\ \x32\xe5\xf4\xd3\x4f\x17\x42\xb8\x99\x72\xdf\x23\xc4\xba\x3e\x37\ \x7d\x05\xcc\x26\x3b\x95\x60\xe5\xdf\xbe\xf3\xbe\xc9\xbd\xd5\x9d\ \xcb\xdf\x7c\xe0\xf7\xbf\x70\x42\x7f\xbd\x6e\x8c\xf3\xf4\xa3\x4f\ \xad\xab\xed\x2c\x1d\x38\xf9\xfa\x6b\xa6\xae\x7a\xe6\x0f\xcd\xfd\ \x2f\x9e\x36\xa1\x77\xe7\xa6\x37\xff\x31\x3f\x7e\xcd\xf7\x2e\xcb\ \x07\x00\x91\x5e\xf8\xdf\x67\xde\xf8\x68\x2b\x29\x3b\xe1\xe6\x6f\ \x5f\x10\x0a\xbb\x33\xfe\xf5\x48\xed\xbc\x9e\x97\x7c\xf7\x3b\xdd\ \xad\x75\x4f\x3e\xfd\x46\x2b\xd3\xc7\x9e\x7b\xf5\xb4\x93\xfb\xc4\ \xeb\x16\x3f\xf1\xd4\x6b\xbb\x3b\xd1\x89\xe7\x7f\x3d\x6c\xb0\x45\ \xaf\x3e\xdc\xbc\xb1\xef\xd4\x4b\x2e\x33\x97\xfc\xab\xae\xf2\x9c\ \xef\x4c\x1d\x7a\xcc\x2c\x86\x36\xf6\xc2\xeb\xcf\xb8\xbe\xb8\x7d\ \xe1\x53\xb7\xfc\xf9\xbf\xf5\xd3\x4e\x6c\x78\xf1\x4f\x1f\xb0\x91\ \xb7\x5c\x50\xf2\xf8\x33\x8b\x4e\xf9\xc1\xef\x2f\xe9\xba\xf9\xd6\ \x1f\x4d\x7f\x6f\xe2\xc4\x81\x9b\x9f\x9e\xb5\xb7\xe4\xb7\x8f\x3f\ \xd4\xf4\xd2\xaf\x1e\x79\xe2\xd9\x13\x7f\x7f\x93\xc7\xb5\x66\xcd\ \xec\x25\x2d\xc5\xc3\x83\xbb\x5f\xfb\xb0\xe6\x86\xd3\x7a\x03\x74\ \x26\xcd\x96\xcd\xab\x5e\x79\x77\xdd\x59\x17\x0e\xc9\x17\xcd\x2b\ \x5e\x9c\xf9\x41\x3a\x78\x6e\xca\x06\xf8\xb2\x72\x13\xf2\xca\xb1\ \x00\x40\xf6\x62\x14\x9e\x43\x27\xc4\x31\x31\x67\xc5\xc7\x71\x22\ \xb9\x10\x42\x55\x0a\xa0\xf4\x18\x75\xe1\x37\x26\xf7\x5b\xf8\xdf\ \x39\x2e\x2d\x9d\x72\xc1\x55\xb7\xdd\x78\xb9\xb3\xf2\xe5\x17\xe7\ \x6d\x0f\x86\x62\x6f\xce\x5b\x21\x00\xb6\x2e\x5a\x54\xdd\xac\x48\ \x23\x21\xbe\xe5\xcd\x3f\xcf\x58\x39\xe9\xea\xdb\xae\xbb\x78\x62\ \xa1\x01\x96\x49\x46\x9e\x7a\xd1\x4d\xb7\x7c\x73\x40\x97\x48\xb8\ \x6c\xd0\xe5\xdf\xbd\xf5\xda\xa9\x3d\xdf\x99\xfe\xd7\xf5\x69\x68\ \xdb\x34\x6f\x49\xa3\x3a\xed\xda\x6b\x4f\x19\x5c\xe1\xda\x78\xc0\ \xf8\x8b\x6e\xfe\xde\x95\xa3\xfa\xe4\x19\x91\xa2\xc2\xc8\xb1\xd4\ \x5b\x12\x2b\x05\xc5\xca\xea\xf9\x33\x1e\x7b\x65\xf5\xd0\xb3\xcf\ \xad\x24\xa0\x47\x8b\xca\x8a\xa2\x2d\x3b\x57\x36\xe5\xf7\x1e\x3d\ \xa4\x80\x94\x8e\x1a\x51\xaa\x6d\x5a\x5d\xbd\x75\x6d\x5d\xd5\x88\ \x09\x5d\x08\x0c\x3f\x69\x8c\x9a\xd8\xb4\x35\xb6\xcf\x68\x9a\xf7\ \xf6\xdc\xa2\x53\x6f\xfe\xf9\x55\x13\xd6\xce\x7a\xab\x15\x00\xac\ \xb8\x49\xca\x2e\x39\x67\xc0\xbc\x57\xde\x74\x00\xe6\xcd\x7c\xdd\ \x18\x79\xfe\xf8\xf2\x78\x73\xd2\xf9\xf2\x7e\x63\x04\x80\x90\x13\ \xaf\x41\x70\xc1\xb9\xe0\x42\x70\xef\x91\x23\x33\x67\xc5\xe7\xa6\ \xaf\x02\x35\xc9\x0e\x12\x19\x53\xbc\x28\x92\xaf\xd8\x9d\x89\x44\ \xf3\x92\x77\x66\x4c\xff\xcf\xeb\xb5\xcd\xed\x1d\x1d\x9d\x43\x26\ \x4e\x35\x76\xac\xa9\x35\x3b\xd6\xd5\xc5\x07\x4e\x1c\x2d\xbf\x79\ \xc1\xf2\x41\xa3\xba\x8a\xd9\xaf\xbd\x59\xef\x04\x15\x95\xb8\x0e\ \x2e\x2c\xaf\xa8\x2c\x2f\x0d\xa9\xb4\x6d\xc7\xca\x57\x9e\x7b\xfa\ \xe5\xb9\xeb\x62\x56\x47\x53\x02\x10\x22\xc5\x15\x55\xc3\x06\x55\ \x95\x14\x16\x70\x17\xa2\x25\x15\x15\x65\x65\x41\x23\x74\xf2\x65\ \xd7\x5d\x34\xa1\xef\xb1\xb6\x1c\x8c\x81\xa6\x2b\xcd\xb5\x5b\xea\ \x2d\x18\x72\xf6\x95\xdf\x38\x6b\x18\x24\x3a\x41\x55\x14\x0a\x00\ \x24\x40\x09\x33\x53\xa6\x8d\x55\xc5\x00\x00\x50\x35\x4c\x84\xe9\ \xf1\x4c\xeb\x86\x79\x2b\x5a\x7a\x94\x50\x5e\xda\x43\xd9\xbb\xfa\ \x83\x4d\x36\x30\x2b\x9e\xd4\x27\x9d\x7f\x69\xb7\xe4\xaa\x99\xef\ \xbe\x31\x77\x23\xff\xda\x95\x53\x03\xbc\x33\x96\xb6\xbf\xd4\x5f\ \x18\xf6\xe9\xf0\x0a\xba\x7c\x6e\xf2\xf1\xff\x2b\x1c\x00\xc2\x34\ \x33\x67\x25\xbe\x78\xf5\xba\xfc\x61\xfd\x3e\x9c\xfe\xa7\x77\x5b\ \xba\xde\x78\xeb\xcd\x53\x4e\x28\x4f\xa7\x6d\xbd\xcb\xa8\x11\x5d\ \xe3\xaf\xcf\x78\x6b\x67\x67\x78\xfc\x90\xae\x99\x2f\x47\x74\xc0\ \x5d\xbf\xfe\xd3\x55\xa3\x03\x4f\xdd\xfb\x83\x57\x96\xed\x52\x75\ \xec\xca\xda\xe6\xce\xad\x8f\xfe\xee\x99\xe0\x09\x5f\xbf\xed\x86\ \x69\xdd\xa3\x9a\x4c\xb7\x16\x4c\x92\x1f\x12\xc0\xc5\xb1\x9c\x81\ \x8d\xa3\x27\x4e\xf9\xda\x8f\x7e\x71\x83\xb6\xe7\xbd\x37\x36\xb4\ \xcb\xc7\x42\x85\x5d\xa1\xa5\x2d\xd6\x01\x00\xed\xb5\x89\x54\xb4\ \x6b\x97\xb2\x62\xdc\xd8\x52\x0b\x00\xe9\xbd\xcd\xb6\x1b\x2a\x8f\ \x64\x9e\xbd\x65\xf9\xfc\x9d\x9d\xce\xda\xf7\xfe\xf5\x97\x67\x66\ \x39\x22\xb1\xf0\x83\x45\x4e\x5a\x38\x26\xd7\x4a\x07\x7e\x6d\x4a\ \xb7\xbf\xfe\xea\x4f\x62\xc8\x19\x23\x7a\x95\x21\xc4\x3a\x52\x5f\ \x66\xbb\x29\xcb\x4d\x82\x73\x59\x43\x8b\x00\x38\xe7\x2e\x73\x39\ \xe7\x70\xd4\x67\x19\xf8\x38\x5e\x3c\x3a\x6c\x77\xd4\x7d\x30\xe7\ \xbd\x64\xa9\xb3\x6e\xd1\x9c\xd5\x66\xbf\x9f\x5d\x31\x71\xcf\xb3\ \xf3\xdc\x9d\x7b\xb7\x6c\xdd\xba\xbb\xa9\x83\x95\x39\x00\xfa\x79\ \x67\x0c\xbf\xe1\xff\x9e\xac\xbc\xe0\xe6\x01\x45\x19\x81\xd8\x6a\ \xdd\x3c\x7b\xf1\xce\xa2\xfc\xf2\x32\xc5\x6e\x4f\x89\xfe\x3d\xbb\ \xcc\x7c\xeb\x95\x57\x78\x43\x55\xcf\xbc\xbc\x88\xda\x5c\x57\xb3\ \x45\xef\x88\x25\x6c\x84\x80\x39\x66\x2a\x2d\xe3\x59\xa8\x5b\x9f\ \xfc\x17\x17\xbc\xf4\x52\xb8\x65\xd0\x80\xaa\xad\x6f\x3e\xb3\xb7\ \xd7\x05\xdf\x3b\x77\xf8\x31\xb2\x14\x3c\x5d\xff\xce\x1b\x0b\x45\ \x34\x2f\x51\xbd\x68\xaf\xd3\xf3\x8a\x3e\xd1\xa5\xff\x7e\x70\x8e\ \x3d\xe2\xc7\xd7\x9e\x72\x6a\xd7\xd7\xa6\x3f\x3e\x7d\x6c\x5e\xdd\ \x16\xb7\xf2\xa7\x27\x96\x94\x95\x9d\x91\xfe\xd5\x7f\x1f\x9f\x81\ \xda\x16\xbf\x53\x76\xe2\x35\x55\x9a\xdc\xb2\x4d\xaf\xce\x5c\x3a\ \xe1\xba\x5f\x7e\xff\xac\x5e\x00\xd0\xb9\xe9\xb5\x9b\xee\x7d\xf5\ \xa3\x81\x67\xc5\x13\x0c\x1c\xe8\x7e\xca\x85\x57\x6e\x33\x46\x9e\ \x31\x0e\xa0\xc9\x31\x13\x8d\x9d\xf6\x97\x9b\x9b\x5c\x97\x33\x16\ \x4f\x26\xd3\xe9\xb4\x6c\x93\x1f\x8d\x46\x15\x45\x61\x88\x1d\x19\ \x31\x9c\x0c\x1b\x9a\x19\x09\x4f\x08\x19\x3b\x76\x9c\x6c\x95\xeb\ \xef\xe7\xc3\xb2\xd6\x84\x24\x12\x89\xb7\xdf\x7a\x33\x18\x0c\x85\ \x42\xa1\xdc\xef\x81\xae\x6b\x23\x86\x0f\x0f\x06\x43\xb0\x7f\xab\ \x19\xc6\x58\x22\xde\x59\x5c\x5c\xea\xf5\xed\x4c\xa5\x92\x85\x45\ \x25\x87\xf8\xc2\x94\xe0\x74\x63\x53\x53\x73\x7b\xaa\x7c\xe8\xe9\ \x37\x5c\x77\x45\x85\x41\xba\xf7\x1f\xa0\xc7\x77\xae\x58\x57\x8d\ \x8b\x07\x9f\x36\x65\x7c\xd7\x82\x60\xb8\x6b\xfe\xaa\x77\x3f\x1a\ \x7a\xc9\xb7\x46\x77\xcb\x18\x09\xc2\x6c\x59\xbe\x64\xc9\xfa\x6d\ \x7b\x7b\x9c\x3c\xed\x92\xd3\x46\x54\xf5\xe8\x4b\xdb\x6b\x36\xed\ \x6a\xef\x3a\xfc\xe4\xa9\x93\xfa\xed\x5e\xbf\x7c\x53\x6d\xa2\xef\ \x09\x13\x4f\x3a\xa1\x6f\x10\x71\xb5\xa0\xc7\x80\xde\x5d\x09\x40\ \x59\xd5\x40\x23\x56\xbb\x79\x57\x7b\x79\xef\xbe\x61\x9e\xd4\x4a\ \x7a\xf5\xa9\x28\x38\x8a\x7b\x6c\xcf\xee\xda\xc2\xe2\x12\x39\x6e\ \x1e\x71\x73\xfb\xc6\xb5\x1b\xb7\xee\x48\xea\x95\x97\x5d\x77\xdd\ \xb0\x12\xbd\xa3\xb1\xde\x09\x75\x19\x54\xd5\x63\xe8\x88\x21\xc9\ \x1d\xab\x77\xa4\x8b\xbf\xf1\xdd\xeb\x06\xe6\xab\x4a\x41\xef\xe1\ \x3d\xf5\x75\xcb\xd7\x47\x06\x9f\x73\xdd\xa5\x93\x74\x49\xd7\xc9\ \x86\x3d\x4e\xf4\xe4\x53\x27\x14\x6a\x00\x00\x5a\x5e\x51\x98\xc4\ \x69\x71\x8f\xae\x65\x5d\xfb\x0f\xae\x0a\x6a\x79\x23\xc7\x9c\x50\ \x1e\xc1\x00\x18\x04\x2e\xef\xd5\xbf\x5b\x9e\xf6\x65\xfc\xa2\x5a\ \xa6\x69\x59\x96\x6c\x2d\xbb\xab\xb6\xf6\x99\x7f\xfe\x73\xce\xdc\ \x79\xf5\xf5\x7b\xfa\xf5\xeb\xa7\x69\x2a\x42\x28\x99\x4c\x84\x23\ \x11\xe5\x53\xba\x00\x08\x21\x1c\xfb\x0b\xe0\xe5\xff\x35\x67\xc5\ \x47\xc6\x09\x40\xa0\xd3\x43\xe6\x6b\x04\x60\xba\xc8\xcd\x69\x1a\ \x7e\x0c\xcf\x59\xb1\xb6\xad\x58\xb1\x7a\xd5\x87\xab\x5b\x4a\x6e\ \xbd\xeb\x9a\xd2\xe3\xc8\xd1\xf7\xe7\xac\x7c\x0e\xc8\x39\x2b\xe1\ \x70\xd8\x75\x5d\x45\x51\xb7\x6e\xdd\xfa\xd1\xd2\xa5\xe7\x9c\x73\ \x76\x7e\x5e\xbe\xe3\xd8\x9a\xa6\xb7\x34\x1f\xed\x39\x2b\x1f\xbb\ \xf7\x02\x3a\xd0\x77\x96\x39\xe8\xb8\x36\xb4\x08\x82\x98\x89\x66\ \xd5\x11\x72\x88\x3b\xd6\xe5\x30\xb2\x0b\x2f\x09\x09\xf7\x4b\x40\ \xf5\x68\xf7\xce\x2d\x7b\x50\x8f\x6b\xae\xbf\xb8\xf4\xb8\x53\x20\ \x85\x00\xbf\xbb\xdc\xe7\x58\xb5\xac\xf0\x9d\xee\xd9\xb3\x47\xf7\ \xee\xdd\x10\x42\x96\x65\x0a\x21\x5c\xd7\x39\x26\xe6\xac\x64\xae\ \x13\x13\xd6\xd6\xc4\x3a\x5a\xf6\xfb\x90\x85\x40\x54\x51\xca\x7b\ \x10\x4d\x67\xb6\x7d\xc4\x32\xb2\x8e\x30\x28\x86\xf6\x34\x3c\xbf\ \x86\x6a\x87\x28\xcd\xa5\x1d\xe8\x12\x71\xba\x44\x8e\x0d\x6e\x72\ \x5d\xd8\xb8\x11\xe6\xcf\x87\xd5\xab\x61\xdb\x36\x68\x69\x01\xce\ \x81\x10\x28\x29\x81\xbe\x7d\x61\xe4\x09\xa7\x9c\x73\xde\x29\x95\ \x5d\x8e\xcb\x4f\x50\xd7\xf5\x8e\xf6\x58\x41\x81\x6f\x37\x1d\xd2\ \xdd\x6a\xdf\x88\x5c\x39\xef\x03\x20\x33\x07\x20\x91\x48\x10\xa2\ \x7c\x7c\x92\xe3\xd1\xe1\x26\xaa\xb8\xbb\xab\x95\x77\x1f\x2f\x50\ \x30\xe4\x0c\x7e\x41\x00\xae\x99\x6a\xaf\x1a\xbb\xd6\x54\xfa\x8c\ \x9e\x10\x2a\x28\x3e\x2e\xfb\xe3\x08\x00\x8c\x20\xa0\x80\xc7\x4d\ \x42\x08\x57\x20\x0a\x82\x01\x22\x18\x18\x13\x18\x23\xe0\x82\x23\ \x44\x30\x08\x01\x72\x82\x01\x02\x20\xc7\xc2\xed\xda\x34\xe1\x9d\ \x77\xe0\xe1\x87\x61\xf1\x62\x40\x08\x06\x0c\x80\xee\xdd\x61\xd0\ \x20\x08\x04\x20\x99\x84\xc6\x46\x58\xba\x14\xfe\xf9\x4f\xb8\xe3\ \x76\x98\x34\x09\xbe\xff\x7d\x38\xe5\x14\x50\xd5\xe3\xe8\xf6\x2f\ \xba\x54\x54\xd6\xd7\xd5\xa5\x52\x09\x42\xfc\xc8\xcf\x67\x21\x25\ \x64\xdb\x36\x21\x58\x4e\xfd\xf8\x84\xbf\xc6\x10\x42\x45\x45\x25\ \xe2\xf0\xcf\x10\xfa\x0c\x9f\x16\x51\xcc\x6d\xab\xcb\x74\x5a\x58\ \x5c\xca\xb9\x9b\xf1\xec\x04\xc7\x18\xb3\x8a\x01\xb3\x67\xbc\x62\ \x96\xf6\xd6\x4f\x39\xfb\x2b\xa2\xa0\x73\x26\x8a\xbb\xe7\x9d\x55\ \x60\xbd\xdd\xa6\xdd\x72\x62\x20\x6d\xf1\xa6\x86\xe4\x8c\xe5\x71\ \xb7\x30\x30\x6d\x74\xa4\xd2\x80\xe6\xc6\xe4\xb3\x4b\xe3\x09\x7e\ \x6c\x78\x11\xeb\xd7\xc3\xff\xfd\x1f\xbc\xf1\x06\x0c\x18\x00\xf7\ \xde\x0b\xe7\x9c\x03\xdd\xba\x41\x20\xb0\xcf\xfe\x15\x02\x92\x49\ \xd8\xbe\x1d\x5e\x7f\x1d\xa6\x4f\x87\x73\xce\x81\x69\xd3\xe0\xbe\ \xfb\xa0\x77\xef\xe3\x66\xab\x45\xa2\x79\xa1\x50\x24\x99\x8c\xfb\ \x23\xb9\x3e\x23\x30\xc6\x9a\xae\x1d\x70\x47\x23\x84\x35\x45\x15\ \x99\xbb\xf6\x31\xe0\xd3\xd9\x42\x20\x21\x10\x08\x61\x9b\x76\x3c\ \x06\x08\x2b\x08\xf1\x1e\x03\xff\xfb\xfe\x92\xc6\x34\x3f\xf3\xeb\ \xd7\x2a\x9a\xc6\x5c\xf7\x2b\xf1\xb9\x09\x41\x75\x5a\x1a\x74\xc2\ \x2e\x69\xdd\xd5\xfe\xab\x85\xd6\xf7\xce\x2f\x3b\xbd\x3f\xa3\xdd\ \xa2\xd6\xf6\xd6\xfb\xb6\x3a\x21\x03\xa5\x01\x1d\x13\xc3\x9f\x5e\ \x7d\x15\x6e\xb9\x05\x92\x49\x78\xe4\x11\xb8\xea\x2a\x88\x44\x0e\ \xb8\x75\x21\x14\x82\xa1\x43\x61\xe8\x50\xf8\xde\xf7\xe0\xc9\x27\ \xe1\xbe\xfb\x60\xc5\x0a\x78\xec\x31\x98\x32\xe5\x38\xf8\xb8\x08\ \x21\x81\x40\x10\x00\x42\xe1\xb0\x4f\x3a\x5f\x32\x8a\xfc\x2c\x07\ \x31\x01\x5c\xd1\x36\xa0\xc2\x5d\x46\xb9\xa2\x07\x90\x63\xf1\x6e\ \xfd\xff\xbb\x66\xc7\xf6\x1d\x3b\xc7\xf4\xeb\xae\x06\xc3\x5f\xa9\ \x6e\xa7\x82\x0b\x97\x0b\xc6\x20\x92\xa7\x4f\xec\x17\x2c\x22\x2c\ \x0d\xb4\x0b\x76\xe6\x6c\xb1\x1c\x84\x14\x4a\x54\x74\x0c\x68\x6f\ \x2f\xbf\x0c\xd7\x5c\x03\xfd\xfa\xc1\x07\x1f\xc0\x4d\x37\x1d\x98\ \x98\x3e\x86\x82\x02\xb8\xeb\x2e\x98\x37\x0f\x0a\x0b\xe1\x8a\x2b\ \x60\xd6\x2c\x7f\x7b\xf8\x38\xc6\xb9\x49\x30\xc6\x1d\xac\x7c\xb4\ \x6e\xc3\xbf\xdf\x99\x57\x1f\xa9\xa4\xfd\x46\xbd\xba\x76\xc7\xea\ \xb5\x1b\xa6\x9d\x35\x25\x8c\xb9\x6d\xd9\x5f\x91\xc5\x12\x42\x58\ \x0e\x77\x04\x10\x8c\xb8\x80\xbc\x7c\x6d\x44\x39\x5d\xba\xb2\x6d\ \xce\x6e\x57\xd3\x49\x90\x88\x0e\x97\x4c\x9b\x5c\xd0\x27\x78\xa4\ \xb2\xd3\x3e\x0d\x1f\x7d\x04\x37\xdd\x04\x63\xc7\xc2\xb3\xcf\xc2\ \xc0\x81\x87\xf6\xdc\x13\x4e\x80\x17\x5f\x82\xaa\x3e\xf0\xdd\xef\ \xc2\x86\x0d\xfe\x0e\xf1\x71\xb4\xf0\x19\x7c\x3a\x01\xb6\x10\x90\ \xea\x3c\x71\x50\xff\xea\xea\x9a\x17\xe7\x2e\x2e\x2d\x2d\x5d\xbf\ \x71\xe3\x85\x67\x9e\xde\xdb\x69\x9e\xdf\xda\x9c\xf7\xd5\x98\x5e\ \xcb\x99\x28\x28\x33\xfa\x86\x49\xcf\x2a\xb5\x65\x67\x9c\xaa\xc6\ \xee\x1d\xb1\x87\xe7\xa5\x0c\x1d\x13\xca\x57\xb5\x45\x2e\x99\x98\ \x1f\xa9\x83\xf2\x00\x3a\xca\xf9\x61\xf1\x38\xdc\x7e\x3b\x44\x22\ \xf0\x97\xbf\x40\x49\x09\x00\x08\xc7\x86\x43\x0a\xfa\x56\x56\xc0\ \x9f\xff\x80\xce\x39\x0f\x7e\xf4\x23\x78\xf1\x79\xa1\xa9\xc0\xfc\ \x94\x37\x1f\xfb\x93\x02\xa6\x88\x1e\xde\x36\x0b\x07\xe7\x26\x04\ \xc2\xe5\xc8\x6e\xdd\xdb\x3f\x3f\xfa\xb5\xa9\xa7\xbf\xfc\xee\xdc\ \xdd\x7b\xd7\x9c\x36\x79\xd2\x88\x10\xb3\x6a\xb7\xb8\xa0\x0b\x2e\ \xbe\x12\xbd\x05\x11\x70\x06\xe5\xa5\x9a\xdb\x10\x7f\x73\xab\x8d\ \x0a\x93\x0b\x14\x96\x17\x24\x18\x83\xe0\xec\xdd\x85\x2d\x1d\x03\ \xc3\x23\x2a\xf0\x8a\xf5\x9d\xbb\xd2\xe2\x68\x26\x09\x4d\x9f\x0e\ \x8b\x16\xc1\x8b\x2f\x42\xaf\x5e\x99\xef\x51\xdb\x5e\x61\xa7\x0e\ \x9c\x9e\xf6\x69\x6f\xb5\x77\x17\x74\xfb\x2d\xf8\x47\x3f\xe1\xff\ \xf8\x9b\xb8\xf2\x52\x48\xa6\xfc\xed\xe8\x23\xf7\x46\x8d\x42\xf9\ \xa8\xa0\xfc\x68\xdb\x4d\x00\x1c\xa1\x94\xed\xb2\xc6\x5d\xc3\xcb\ \x20\xef\xfc\x33\xda\xe2\xc9\xc1\x45\x01\x54\xbd\xc2\x62\xc2\x74\ \xd9\x57\x24\xf8\x81\x31\x8a\x35\xa7\x9f\xad\x4f\x02\xc2\x86\x8a\ \x50\x53\x7a\x89\x40\x3a\x05\x00\x40\x18\x21\xd7\x7d\x7f\x79\xdb\ \x6c\x21\x30\xc6\x01\xf5\xe8\x69\xe1\x2d\x2d\xf0\xc8\x23\x70\xc6\ \x19\x70\xe1\x85\x39\x54\x83\x00\x61\x20\x0a\x52\xb5\x03\xd4\x68\ \x72\x06\x8e\x05\x1f\x1b\x24\x6d\xd9\xe2\x92\x0b\xe0\x3f\x2f\xe0\ \x27\x9f\x66\x67\x9d\x01\x91\x30\x7c\x45\x62\x1d\x3e\x3e\xdb\xcd\ \xeb\x08\xe4\xb3\x7e\x06\x6e\x62\x6e\x41\x9f\xa1\xdb\x36\x2e\xda\ \x5b\xdf\x88\x1b\x36\xd2\x40\x2d\x56\xd4\x25\x5b\x3a\x81\x39\x49\ \x86\xe8\x89\x93\x75\x4d\x3b\xbe\x8d\x26\x01\x99\xa6\x35\x08\xa3\ \xa0\x96\xcd\xf0\xc2\x48\x83\xdc\xf7\x8d\x74\x15\xe9\xd9\x27\x08\ \x38\x4a\x4b\xb2\x60\x01\xd4\xd6\xc2\x6f\x7f\x0b\x1f\xab\x75\x42\ \x24\xdd\xb4\xa7\x6d\xd1\x5b\xc2\xb1\x73\xbf\x55\xc2\x75\x8d\xae\ \x3d\x0b\xc6\x9d\x69\xa6\x52\xc1\x70\x64\x1f\x3d\xb9\x2e\x14\x15\ \xf0\xab\xbf\x81\xef\xfe\x19\x5a\xbd\x56\x9c\x36\xf9\x10\xb8\x09\ \x61\x82\x11\x67\x9f\xf7\xa6\x85\x08\x51\x30\x77\x1c\xbf\xac\xf3\ \x2b\x8e\x83\x73\x93\x60\x6e\x41\xf7\x2a\x74\xd9\x1d\x89\x8e\x98\ \x40\x88\x09\x9e\xcd\x13\x45\x41\x4a\x0b\xba\x54\x28\x04\x1f\xc7\ \xc9\x4d\x0e\x83\x2e\x61\xf1\xcb\x33\xed\x43\xbd\x4d\x08\x01\x21\ \x4d\x58\x47\xd8\xda\x78\xeb\x2d\xe8\xd2\x05\x4e\x3d\x75\xff\xdd\ \x8e\x98\x10\x8d\x6f\x3c\x1d\x71\x13\x81\xfc\x22\xc1\x45\x76\x6c\ \xbc\xc0\x48\x74\xd6\x6e\x78\xfd\xc3\x0f\xf2\xfa\x8f\x3c\xf5\xeb\ \x57\xb2\xec\x84\x74\x84\x09\x46\x18\xce\x3e\x03\x7e\xfd\x10\x9a\ \xb7\x40\x9c\x32\xf1\x33\xba\xed\x98\x10\x27\xb6\xfb\xd5\x0f\x77\ \x8c\x99\x34\xbe\x22\x84\xd8\x21\xa6\x14\x21\x84\xdc\x74\x7b\xcd\ \xae\x54\x59\xd7\xb2\x30\x85\x83\x3c\x5b\x00\xa6\x0a\xd2\x95\xcc\ \x72\xdb\x36\x73\xd9\x3e\x7e\x34\x34\x70\x2c\x66\x33\xc0\x84\x18\ \xaa\x30\x4d\xa9\x03\x66\xde\xbb\x10\x58\xd3\x11\xe2\xdc\xb4\xc5\ \xc1\x4d\x00\x84\x75\x1d\x39\x26\xe3\x84\x18\x6a\x66\xc4\xbd\xeb\ \x70\xdb\x11\x88\x12\x43\xcb\x1a\xa3\x42\xa4\x4d\xce\x04\x56\x14\ \xa4\x2a\x80\x00\x18\x13\x96\xcd\x7d\x96\x3d\x7c\x3e\x1d\x02\x51\ \x54\xde\xb5\xa8\x4b\xe5\x01\x99\x4b\x1c\xef\x46\x13\xc5\x50\x1c\ \xf8\x3c\xef\x91\x89\x23\x6b\x3d\x99\x26\xac\x59\x03\x13\x26\x40\ \x5e\xde\x27\x6c\x5f\xd7\x4c\x76\x76\x2b\x2b\x84\xce\x26\x86\x10\ \x25\x44\x08\x21\x18\x53\x7b\x0c\x58\xbc\x2b\x56\xdf\xde\x39\x65\ \xd2\x69\x22\x6b\x19\x21\x4c\x58\xbc\xe1\xad\xd7\x17\x55\xb7\xdb\ \x53\xa3\x79\xfd\x36\x6d\xc1\x00\x80\x11\x77\x39\x56\x54\x04\x9c\ \x73\xc0\xaa\x64\x04\x97\xdb\xae\x10\x00\x80\x88\xa2\x00\xc1\x40\ \x90\x1b\x6f\x5a\xb8\x74\xf3\xa0\xc9\x53\x20\x00\x38\x6d\x72\x57\ \x20\x42\xb0\xa2\x00\x02\x70\x6c\xc6\x38\x56\x54\x44\x31\xb8\x0e\ \x77\x98\xf0\x9e\x08\x00\xae\x2d\x04\x36\xdb\xaa\x9f\x7b\xb3\xfa\ \xb2\xab\x2f\x8f\x14\xab\x44\x92\x13\x67\xdc\x76\x40\x9e\x04\xb8\ \xb0\x1d\x99\x45\x89\x15\xda\xb9\x63\xdd\x2b\x1f\xac\x8a\x31\x4c\ \xd5\xd0\xd0\x91\x63\x4e\x1a\x50\x0e\xae\x2b\x00\x13\xd1\xf1\xda\ \xbf\xe7\x47\x86\x4e\x98\x3c\xa8\x8c\xc5\xeb\x67\xbc\xbe\x7e\xe0\ \xb8\x89\x03\x4b\x28\x17\x08\x03\x70\xc1\x11\x55\xf6\xac\x7c\x7f\ \x79\x47\xf4\xec\x49\x43\x14\x37\x5b\x56\x84\x09\x06\xf1\xf1\x5a\ \x77\x84\x09\xeb\x9c\xf7\xe6\x3b\xe1\x21\x93\x47\x1a\x4d\xff\x99\ \xb1\xa4\x29\xc9\x09\xd5\x7a\x0e\x18\x7e\xda\xa8\x7e\x6a\x62\xc7\ \x73\x33\x16\x37\xa5\x18\xc6\xc0\xc1\x98\x7c\xf6\x59\xc3\xca\x03\ \x7b\x37\xaf\x9c\xf5\xd1\xe6\x56\x8b\x87\xf2\xbb\x4c\x9e\x38\xb6\ \x4f\x81\xca\xfc\xb4\xcf\xcf\xa1\xa2\x7c\x66\xf1\x8b\x71\xd7\xf9\ \xe4\xbf\xaf\x42\x3a\xb8\x00\x70\xf9\xe7\xf9\x77\xa4\xd7\x26\x9d\ \x86\xed\xdb\x61\xf8\xf0\x4f\x8a\x03\x02\x84\xc3\x38\x50\xd5\xaa\ \x1c\xc8\xa9\xf6\xd0\xdc\xb5\xcd\xb1\xb8\xda\xb5\xf7\xdc\x9d\xad\ \x4b\xe6\xbe\x7b\xf2\xe9\x53\xa3\xe5\x15\x99\x24\x35\x44\x30\x8a\ \xbf\xfc\xc2\x73\xef\xed\x64\x03\x06\xf5\x0b\x0c\xee\x0b\xdb\xb6\ \x6d\x5d\xbb\xad\xdd\x02\x42\x49\x7c\x6f\x6d\xcd\x9e\x36\x3b\xd5\ \xbe\x71\xcd\xea\x0f\x17\x2f\x5b\xbd\xb5\xc1\x05\x8c\x11\x22\x14\ \xb5\xd4\x6d\x5b\xb4\x78\xe9\x9a\xad\x7b\x6d\xa4\x68\x22\xb9\x7e\ \xcd\xf2\x65\xcb\x37\x34\x27\x39\xa1\xd8\x49\xb5\x6f\x5e\xbb\xfa\ \x83\x45\xcb\xb7\x35\xc6\x89\x42\xda\x76\x6f\x5b\xb8\x68\xf9\x86\ \xda\x36\xa4\x50\x0c\xac\x79\xf7\xf6\x65\x4b\x97\x7d\xb8\x74\xf5\ \xae\x36\x13\x21\xa1\xe7\xf7\xbc\xe0\xb4\xb1\x65\x8a\x59\xb3\x62\ \xd9\x82\xc5\xcb\x96\x2c\x5f\xbd\x66\xe3\x2e\x0b\x29\x90\x8e\xad\ \x59\xbe\x74\xd1\xaa\x6d\x31\x3b\x43\x65\x48\xa1\xad\x35\xeb\x16\ \x6e\xec\x18\x32\x6c\x48\xbf\x42\xfe\xca\xbf\xa6\xbf\xbc\xb6\x09\ \x2b\x94\xa8\x4a\xd3\xa6\xa5\x2f\xbd\x37\xf7\x85\xd9\x1f\xc5\x1c\ \x42\x08\x6c\x5d\xfc\xe1\xf2\x1d\x6d\x10\x08\x74\x6e\x7b\xff\xa7\ \x7f\x9f\xb1\x23\xad\x20\x8d\xaf\xfe\x68\xe9\xb2\x5d\x69\x95\x66\ \xc6\x19\x61\x42\xda\x6a\xd7\x7d\xb8\x7e\x37\xa2\xfb\xd5\x1a\x21\ \x84\x81\xa7\x56\x2e\x59\xb4\xa5\xdd\xb1\x5b\x6b\xe6\xaf\xa8\xe9\ \x36\x78\xe8\xb0\xee\xd1\x8f\xde\x7e\xee\x6f\x73\xaa\x85\xd9\x38\ \x6f\xe5\xa6\x48\xaf\x81\x63\x07\xf7\x3f\x61\x50\x55\x79\x44\xa9\ \x5d\xf2\xf6\xaf\xfe\xf1\x5e\x67\xa0\x64\x50\xef\xca\x80\x48\x75\ \x38\x0c\xfc\x4a\xe3\xc3\x67\x37\xf9\xf8\x92\xf8\x9f\x0e\xb4\xb5\ \x41\xcf\x9e\x07\x72\x30\x85\x00\xd4\x4a\x42\xef\x2d\xdd\x38\x61\ \x40\xcf\x67\x36\x34\x6d\x88\x8b\x4b\xa1\x70\xe3\xd6\x6d\x93\x26\ \x8c\x0f\x50\x10\xde\x28\x44\x84\x80\x5b\x8d\xb1\xce\x82\x7e\x03\ \xcf\x3c\x6d\x22\x54\x6f\x87\x57\xdf\x7e\xf9\xa9\xe9\xbd\xbf\x79\ \xfb\xa5\xe3\x0b\xe7\x3f\x3e\x63\x7d\xd9\x59\xd3\xa2\x2b\xff\xf0\ \xee\x9e\xc1\x7d\x4a\x6a\x76\xbc\x39\x74\xea\x95\xd7\x4d\xee\xb3\ \x6b\xd1\xeb\x8f\xbc\xb5\x36\xaf\xb8\xb8\xb8\x37\x94\x0c\x08\xa0\ \x74\xeb\xea\xf5\xeb\x37\x77\xd6\x76\x84\x07\xfd\xf8\xc6\x8b\x9b\ \x57\xbf\xfd\x9b\x37\x6b\xfb\xf5\xea\x71\x62\xa8\xc8\x68\x5d\xf9\ \xf0\xcb\x2b\xa2\xa5\x05\xad\x8d\x73\xc7\x9c\x7d\xd9\x65\x23\xf4\ \x17\x9f\xfe\xd7\x56\xa3\xb2\xbb\xd2\xfe\xfc\x3b\xd1\x9b\x6e\xb9\ \xb6\x67\xc7\xf6\x27\x5e\x5e\xf3\xbd\x1b\xaf\x4a\xd4\xed\xd8\x96\ \xe4\x1b\x97\xbe\xbf\xa7\x60\xca\x13\xb7\x05\x66\xbe\xf0\xf2\x0e\ \x91\x67\xa4\x1a\x67\xad\x1b\x7a\xeb\xb4\x53\xf2\x89\x0b\x02\x04\ \xe0\xe2\x2e\x7d\x26\x4f\x9e\x44\xd0\xb0\xb6\xda\xdf\x2c\x59\x57\ \x3f\x6d\x64\x57\x70\x9a\xdf\x59\x58\x7d\xf6\x35\xd7\xb4\x2c\x79\ \x7f\xfe\xb6\xe6\x0b\x07\x15\x0e\xa9\xd2\x56\x37\x37\x02\xe9\xbe\ \x79\xed\x86\x55\x9b\x5a\x47\xed\x68\xef\x5d\x00\x35\x49\xb7\xe7\ \xc8\x1e\x20\x75\x31\x4c\x50\x30\xd8\x59\xbf\xf1\xc3\xba\xaa\x89\ \x13\xfa\x43\x3c\xc1\xf6\x2b\xd1\xc6\x9a\x6e\xa8\x04\xb8\x40\x05\ \x85\x15\x13\x4e\x3e\xa9\x34\xc0\x42\xed\xb5\xff\x58\xb9\x29\x31\ \xac\x2c\x9c\x57\x34\x70\xe0\xa0\x51\x11\xd7\x26\x86\xe6\xec\xfe\ \xcd\xdb\x8b\x06\x9e\xfd\x9d\x9b\x4f\xef\x0d\x96\x0b\xaa\x2a\xec\ \x34\xb3\xb9\x4f\x4f\x87\xd1\x6e\xf2\xf1\x65\x30\xf0\x04\x00\x7c\ \xd2\xa1\x03\x84\x38\x17\x36\xe3\x9c\xf3\x3d\xbb\x6b\x5f\x78\x7b\ \x76\x9f\xc1\xc3\x06\x7e\xed\xbb\x77\x3d\xf1\xe2\x98\xe1\x43\x07\ \x84\x70\x67\x67\x7c\x5f\xfc\x8e\xbb\x02\x17\x5d\x71\xc9\x79\xa1\ \xea\x39\x3f\xfe\xc3\xdf\xe7\x6c\xae\x83\xb0\x32\x7e\x78\xde\xba\ \x6d\x75\x90\x68\xde\x16\x87\x61\x23\x7a\xa4\x63\xc9\xca\x41\x13\ \x6f\xbb\xfd\xa6\xef\x4f\xae\x5a\xb3\x70\x83\x99\x6a\x9c\x31\x7b\ \x75\xdf\xd3\xaf\xfa\xc9\x2d\xdf\xbe\xfe\xcc\x13\xa2\x90\x76\xc3\ \xdd\x2f\xbf\xec\x9b\xf7\xdc\x7a\xa9\xd2\xb8\x65\x79\x6d\xd2\x49\ \x27\xbb\x0e\x39\xe9\xae\x9b\xaf\x3d\xb5\xaf\x31\x73\xe6\x92\xde\ \x93\xbf\x7e\xcf\xed\x37\xde\x7e\x66\xf7\x05\x73\x66\xef\x4e\xba\ \x96\x08\x4f\x3d\xff\x8a\xdb\xef\xfc\xf6\x00\xb5\x71\xee\xfa\x26\ \xaa\x50\x95\x62\xa4\x04\xc7\x7e\xed\x1b\x97\x8e\xae\x50\xc2\xfd\ \xee\xbc\xee\xec\xce\x75\x8b\xe7\x6c\x36\x87\x0f\x1d\x3c\xa6\x5f\ \xd7\xea\x85\x0b\xd7\xed\x4d\x02\xc5\x20\xdb\xf5\xb5\xed\x9c\x37\ \x77\xde\xac\x97\x5e\x5b\xdd\xac\x4e\x1e\x59\x01\x18\xda\xb7\x6d\ \xa8\x71\xca\xa6\x9e\x3e\xe5\xac\x31\x5d\x57\x2d\x5a\x0d\x4a\xb0\ \x47\xef\x8a\xfa\xba\x56\xb3\x61\xe7\xca\xd6\xf0\xe5\x93\xfa\x6f\ \xda\xbc\xd5\x6e\x6c\x6a\x4b\x91\x41\xdd\xa3\xc0\x04\x42\xd8\x8e\ \x37\x2c\x5d\xf0\xe1\xf2\x9a\x96\xd6\x86\xed\xf3\xe6\x2f\xd9\x56\ \x9f\x24\x07\x2a\xd4\x26\x18\xa7\x93\x4d\x0b\xe7\xcd\x7f\xef\x3f\ \xcf\x3e\xbb\xa2\x7e\xd0\x98\x21\x11\x4a\xec\xf6\x3d\xcf\x4e\x7f\ \xe2\x97\x8f\x3e\xfe\xfb\x99\xcb\x5b\x1a\x5a\xe3\x09\x6d\xec\xc0\ \x32\x48\x5b\x82\xd9\x4d\x35\xdb\x76\x35\x24\x30\xf1\x99\xc9\xe7\ \x26\x1f\x00\x60\x59\x07\x72\x4b\x85\x69\xdb\x45\x66\xf3\xd4\x93\ \x4f\x8a\xc7\x93\xa9\x44\xe2\xc7\x77\xdc\x76\xd1\xcd\x77\x3f\xf7\ \xce\xbc\xd6\xed\x9b\x04\x26\xfb\xfb\xef\xbc\xb0\xff\xb8\x3b\x7f\ \x78\xd3\xb7\xa7\x0c\x0a\xb7\xae\x05\x14\x1a\x3a\x64\xb0\xb5\x73\ \xcb\xb6\xcd\x35\x1d\xa2\x70\x44\x97\x10\x03\x8c\x40\x00\x43\x85\ \x05\xf9\x21\xe4\x98\xc9\xd6\x36\x46\x7b\xf4\x2a\x07\xc1\x81\x10\ \x40\x80\x10\x02\xce\x40\x8f\x16\x07\x54\x33\x65\x23\x4c\x30\x02\ \xce\x05\xd8\xf1\xbd\x96\xd1\xb3\x5b\x39\x70\x28\xeb\xd9\x8d\xb2\ \xce\xe6\xb4\x50\x29\x16\xcc\x05\x1a\x28\x8d\x84\xdd\x94\x29\xc3\ \x88\x88\x28\xd0\x5e\xfd\xf8\xf3\x73\xfb\x9d\x71\xe1\xa8\x5e\xc1\ \xbd\x2d\x1d\x0e\xc2\x6d\x7b\x6b\x77\x24\xb4\xb3\xcf\x9d\xd2\x33\ \x84\x80\x09\xa9\x9d\xdb\xc9\xf6\xea\x9a\x2d\x2f\xcd\x9c\xab\x0e\ \x38\xed\xbc\xe1\xe5\xc0\xec\x0d\x6b\x56\x6c\xde\xb3\x7d\xfa\xdf\ \x1f\x7f\x6d\xe5\xce\xcd\x5b\x56\xaf\x6d\x12\x7d\x7b\xf6\x8e\xb6\ \xed\x5c\xb8\x6c\x55\x5b\xa8\xe7\x05\x93\x46\x42\xc3\xe6\xf9\xab\ \x6b\x4c\xad\x5b\xef\x3c\x4d\x36\xf3\x63\x56\xbc\x66\x67\x6d\x6d\ \x4b\x22\xde\xd1\xb2\x65\xfb\xee\xe6\x84\x2b\xbb\x49\x60\x45\xc1\ \x94\x00\xa5\x04\xb8\x10\x80\x30\x76\xad\x64\x75\xcd\x8e\x86\xb4\ \x76\xee\xd7\xae\xbe\x6e\x72\x2f\x27\x9d\xa6\xf9\x5d\xae\xf8\xd6\ \x75\x3f\xbf\xf9\xbb\x77\x5e\x3c\xba\x30\x48\x05\xb6\x5b\x52\x1c\ \x14\x05\xe9\x68\xe1\x5b\x33\xff\xfd\xe1\x6e\xa4\xfa\xe4\xe4\x73\ \xd3\x57\x1c\x84\x80\xa6\x41\x7d\xfd\x01\x2d\x2a\x9b\x83\xbd\xbb\ \xa6\x3f\x6b\x3e\xf7\xb4\x53\x89\xa2\x00\xc0\xbd\xbf\xfc\x79\x64\ \xe2\x85\xf7\xbc\xbd\xca\x72\x19\xf2\x62\x55\x08\x61\x61\xed\xd9\ \xb9\xa3\xb1\xcd\xe9\xd6\xb3\xdf\xb0\x82\x48\x0a\x29\x05\x7d\x47\ \x0c\x0d\xef\x7d\x64\xc6\xa2\x70\xd5\x80\x2e\x21\x85\x71\x39\xdd\ \x95\x73\xce\x39\x77\x49\xa8\xac\xbb\xee\x2e\x5b\xb2\x3a\x95\x32\ \x53\x89\x94\xcb\x32\xb3\xcd\x80\x73\x2e\x64\x22\x8c\xe0\x42\x08\ \xce\x40\x2f\xec\x5f\x60\x2d\x5b\xb1\xce\x4a\x26\x56\x2d\x5d\xcb\ \x03\x5d\xba\x87\xb1\xcd\xe4\xc1\x82\x67\xba\xc0\x09\x21\x90\x82\ \xd2\x0b\x5f\x7b\xb5\xb1\x74\xdc\xe5\xe3\xba\x43\xd2\xed\x5a\x56\ \x14\xa4\x74\xc8\xd8\x53\xaf\x3c\xef\x8c\x0b\x4f\x19\x5e\x1e\xd5\ \xdf\xdb\x19\xdd\x00\x00\x20\x00\x49\x44\x41\x54\x18\xe3\x00\xe0\ \xba\x6e\xa4\xcb\x90\xeb\xae\xbd\xf6\xfe\x9b\xce\x6b\x5d\x3d\x7f\ \xf1\xae\x14\xc4\x77\xcc\xdb\x6a\x9f\x77\xfe\x79\x67\x8d\x1e\x32\ \x75\xea\x79\xa7\x96\xa6\xe6\x7c\xb4\x59\xeb\x51\x55\xa1\xd6\x3e\ \x35\x7b\x7d\xdf\x01\xfd\x42\xdd\xab\x46\x16\x74\x4c\x7f\x7d\x51\ \x7e\xbf\xaa\x22\x9d\x08\x01\x9c\x33\xa3\xb0\xcf\xe5\x57\x5e\x76\ \xe1\xa8\xca\x8a\xaa\x51\x37\x5c\x73\xf1\xf8\x3e\x11\xe6\x70\x84\ \x78\x63\x6d\x5d\x53\x2c\x11\xdb\xbd\xab\xa6\x19\x15\x04\x75\xe6\ \x38\x81\xbc\xca\x2b\xaf\xbc\xfc\xea\xaf\x9f\x7b\xca\x09\x3d\x14\ \xc1\xb8\x10\x1c\x04\x20\x84\x30\x11\x8e\x8d\x8a\xba\x8d\xaa\x8a\ \xbc\xfa\xf2\xbb\x3b\x1a\x3b\x45\x3a\x9d\xb2\x5c\x3f\x46\xe7\xeb\ \x4d\x3e\x00\x74\x1d\x2a\x2b\x61\xd3\xa6\x03\xdc\x82\x30\x72\xb5\ \xc0\x9e\x8e\xc6\x22\xbb\xba\x47\xa8\x30\xa8\xa9\x36\xe3\x2a\xc1\ \xbf\xfb\xdd\xef\x6e\x4a\x24\x9e\x9c\xb5\x78\xf4\xf9\x97\x2a\x8a\ \xca\x5c\x17\x10\x46\x22\xbd\x72\xd1\x7b\x0b\xaa\x3b\xa8\x4a\x2e\ \x9e\xb7\x79\x4c\xcf\x2e\x10\xec\x7a\xe6\x89\x3d\x9e\xfb\xf3\xf2\ \xb3\xbf\xde\x17\x90\x8b\x08\x55\x28\x06\x01\x08\x63\x95\x22\x17\ \x17\x5c\x7a\xf1\x19\x8f\xcd\x78\xf7\xa7\x1b\xe7\xe6\x77\x1b\x79\ \xc5\x98\x82\x80\xae\x20\x24\x00\x90\xaa\x50\x8a\x01\x61\xaa\x12\ \x0c\x20\x80\x44\xce\xff\xda\x59\x4f\xbc\x34\xe7\x9e\xdf\xbd\x2f\ \x48\xfe\x37\xa6\x9d\x51\x40\x12\x88\x52\xa9\x6d\x53\x4a\x15\x82\ \x04\x60\x5d\x53\xad\x58\xfd\xfb\xcb\x76\xc6\x0b\xe0\xf7\x8f\x6c\ \xa6\x81\x6e\xdf\xbe\x62\xf2\xe5\xf5\xad\x4f\x3d\xf6\x88\xa1\x2a\ \xdd\x86\x4f\xb8\xfa\x8c\xd1\x21\x10\x00\x02\x13\xaa\x50\x30\x53\ \x56\xf1\xd0\x49\xd3\x36\x6c\x7e\xf3\xbd\xc5\x05\xfd\x3a\x52\xe1\ \x5e\xe7\x4c\x18\x9a\x0f\x36\xa8\x54\x8f\x6d\x79\xe8\x83\xb5\x1d\ \xa7\x5f\x32\xa2\xb2\x78\x49\x5c\x1d\x35\xa0\x1c\x4c\x3c\x7a\x64\ \x9f\x7f\x7c\xd8\x36\xbc\x4f\x0f\x8c\xb2\x45\xea\x82\x89\x54\xaa\ \xa4\xcf\xf8\x8b\x2a\x82\x3c\x91\x02\x26\x00\x30\xc6\xf6\xba\x8f\ \xe6\xbe\xb3\xa5\x99\xd9\x4e\xc9\x98\x33\x4e\xac\x8c\xb2\x2d\xa0\ \x50\xc2\x1d\x07\x98\xcd\x04\x20\xac\x62\x45\x27\xf1\xe6\x67\x9f\ \xfc\xfb\x5b\x0a\x98\x0c\x46\x9e\xf6\xf5\x4b\xbf\xf1\x8d\xf4\xf3\ \x33\xff\xf8\x97\xbf\x87\x03\xb4\xbd\x53\x4c\x18\x95\x07\x7e\x12\ \xc1\xe7\xc2\xbe\x7e\xe1\xaa\xaa\xde\x75\xf7\x8f\x43\xc1\xa0\xdf\ \xe6\xe6\x30\x41\x51\x94\xfa\xfa\x3d\xdf\xb9\xf6\x9a\xc3\xd5\x2f\ \x5c\x08\x38\xff\x7c\x68\x6d\x85\x45\x8b\xf6\xf3\xd1\x9a\xeb\xb8\ \x65\xd6\x6d\xdd\xb8\x61\xd6\x4c\xee\xd8\xa9\x64\xe2\xe9\x8d\xad\ \xff\x7d\x77\x8e\x4a\x09\xa5\xd4\x76\xdc\x3b\xee\xb8\xa3\x80\xf2\ \x9f\xdf\xf9\x7d\x8c\x10\xe3\xd2\x1e\xb1\x52\xa6\xe3\xa6\xac\xbc\ \x69\x57\x2a\x23\x87\xb0\x47\xfe\xb0\x6b\xc5\x5b\x8f\x2f\xb1\xef\ \xb8\xfe\x92\x62\x6c\xdb\xb6\xed\x0a\xac\xa9\x54\xb8\x8e\xc5\x40\ \x53\x29\xa5\xd4\x35\x13\xb1\x84\x89\x14\x23\x6c\x28\xcc\x61\x54\ \x55\x08\x12\x96\xe5\x60\x45\xc1\xc2\x75\x04\xd6\x28\x01\x00\x4c\ \xa9\x6b\x26\x3a\x12\x96\x16\x8a\x86\x0d\xc2\x6d\xd7\xb2\x1d\xac\ \xa8\x0a\x01\xdb\xb2\x05\xa6\x2a\x11\xa6\xc3\x15\x8a\x2d\xd3\x76\ \x5c\xc7\x61\x1c\x63\x1a\xcd\x8b\xaa\x98\x27\x3a\x3b\x53\x8e\xd0\ \x8c\x40\x48\x53\x64\x96\x12\x67\x8e\xc3\x90\xa6\x52\x40\x18\x0b\ \x27\x99\x76\x30\xc1\x80\xa8\xae\xe2\xec\xea\xf2\x74\xda\x51\x0d\ \x9d\x30\xc7\xe6\xa0\x6a\x0a\x70\x81\x90\x48\x5b\xae\xaa\xaa\x64\ \xff\x50\x2a\x22\x0a\xc6\x9c\xd9\xfb\x22\x6b\xcc\xb5\x13\x29\x93\ \x63\x25\x1a\x0d\x51\xc1\x99\xeb\x5a\x2e\xd7\x54\x25\x27\x7b\x95\ \x9b\xa6\x65\x5a\x36\x07\x10\x00\x9a\x11\x8c\x04\x0d\xe0\x76\xbc\ \x33\x61\x3a\x42\xd5\xf5\x90\xa1\x1e\x87\x0e\x1d\xe7\x28\x14\xc5\ \xf9\x65\x9f\xf2\xc7\x2f\xb4\x5f\x38\x42\x88\x31\xf6\xdc\xb3\xcf\ \xb6\xb5\xb6\x38\x8e\x83\xfc\x06\xcb\x87\xc3\x7f\xc6\x38\x9d\x4e\ \x1f\xc6\xa5\x45\x08\x26\x4d\x82\x9f\xfd\x0c\x56\xae\x84\x91\x23\ \x73\x39\x0b\x83\xa8\xec\x37\xa8\xbc\xcf\x40\x40\x28\x95\x4a\xbe\ \x70\xe7\x4f\xac\x74\x8a\x04\x02\x94\x52\xe6\x3a\xf7\xfc\xe4\x9e\ \x1b\xae\xbf\xe1\x17\x0f\xfe\xe9\x27\x3f\xb8\x99\x52\x2a\x84\x50\ \xa8\x9e\x57\x9a\x8f\xe6\x2d\x80\xda\x3a\xfb\xea\xa9\xff\xf8\xc7\ \xf4\xda\x38\xb9\xe0\xe2\x8b\x8a\xa9\xc3\x5c\x41\x15\x95\x4a\xd7\ \x8b\x28\x01\x05\x38\x17\xcc\x75\xb1\x62\x14\x16\x04\x40\x08\x0e\ \x42\xa1\x94\x73\x2e\x00\x69\x86\x06\x5c\x08\xa4\x1a\x90\xb1\x1e\ \xb8\xeb\x12\x35\x20\x8f\x64\x0e\x03\x84\x34\x43\x07\xce\x85\x00\ \x55\xd3\xe4\x59\x03\x3a\x08\x0e\x4a\x48\xd9\xf7\x06\x38\x63\x1c\ \x05\xc3\xd1\xa0\xfc\x2d\x4b\x29\x84\xaa\x54\x01\xce\x05\x08\x2e\ \x10\x0d\x06\x69\x76\x2c\xb6\xc8\x2e\x09\x09\x06\x08\x17\x02\x51\ \x45\x47\x48\xe6\x2e\x09\x81\x03\xba\x26\x3e\x71\x13\x16\xcc\x61\ \x6c\xbf\xaa\x1e\xaa\x68\xf9\x79\xba\xbc\x81\x70\x00\x44\x68\x80\ \xc2\x7e\xcf\x43\x24\x10\x0c\x06\x82\x41\xef\x42\xb9\xeb\x20\x84\ \xc3\x91\x68\x38\x73\x21\xfe\xdc\xa2\xff\x6f\x9f\x4e\x08\xb1\x7e\ \xfd\xda\xba\xba\x3a\x2b\x9d\x46\xd8\xd7\xa1\x0e\x13\x7b\x20\x5d\ \x37\xd4\xc3\xd7\xf4\xf6\xac\xb3\xe0\xfe\xfb\xe1\x85\x17\xf6\xe7\ \x26\x2e\xb8\x8b\x30\xd1\x30\x42\x08\x38\x96\x7b\x48\xa4\x52\x29\ \xce\xf9\xb5\xd7\x5e\xbb\x75\xe3\xfa\x68\x28\xf4\xce\xf6\x6d\xe7\ \x4c\x99\x74\xe2\xc8\xe1\x8c\x33\x81\x91\xb0\x6d\xf4\xd2\x2b\x38\ \x2f\x42\xa6\x9c\x7b\x69\x69\x39\x41\x34\x12\x50\x98\xed\xc0\xfe\ \x1d\x0f\xbd\x44\x45\x91\xf3\x38\x87\xac\xab\xc4\xbd\x47\x72\x2f\ \x67\xbf\x72\x16\x2f\x7d\x41\xec\x7f\xce\x4f\xb6\x4e\xe0\x07\xd0\ \xf8\xf7\x3d\x4b\x1c\xa8\x15\xa3\xf7\xa0\xf8\x94\xcb\xfe\xdf\xf8\ \xe4\x39\xf9\x01\xcc\x84\x83\x3f\xeb\xb8\xb3\x9b\x18\x1c\xfe\x6e\ \x1b\xd4\x63\x75\x21\x44\x30\x18\xaa\xaa\xea\xe3\xcf\x80\x3a\x02\ \xce\xdd\xe1\xba\x99\x0e\x1e\x0c\xe7\x9f\x0f\x4f\x3f\x0d\xdf\xfe\ \x36\xf4\xcd\x0c\xfb\x46\xf9\x25\x88\x67\xed\x01\x84\xc0\x48\x51\ \x4d\x6f\x6f\x6f\xbb\xe5\x96\x5b\x2e\xbf\xfc\xf2\x2b\xaf\xbc\xf2\ \xdf\x4f\x4f\xff\xed\xaf\xef\x53\x14\x55\xd3\x34\x91\x17\xc5\x00\ \xa0\x07\x61\xd1\x42\xf4\xc6\xdb\xf0\xad\x6b\xf1\x84\x29\x05\xb6\ \x03\x82\x83\x10\xfe\x2d\xcb\x47\x46\x3d\x38\xcc\x0d\x52\xe0\x63\ \x5a\xb8\x10\x82\x52\x5f\x1d\x3f\x02\x9f\xec\xe1\xbc\xad\xfe\xe0\ \x07\xf0\xea\xab\x70\xdf\x7d\xf0\xf4\xd3\x80\x31\x00\x20\x75\xbf\ \x39\x62\x0a\xd5\xdb\x63\xb1\x3b\xee\xb8\xc3\x30\x8c\xb7\xdf\x7e\ \xfb\x81\x07\x1e\x50\x02\xc1\x86\xf6\xf8\x98\xd1\xa3\xf7\x1d\x64\ \x5a\xf0\x9b\x07\x21\x1c\x81\x5b\x6e\x41\x40\x41\xcd\xfa\xfe\xfe\ \x87\xe7\xe3\x88\x69\x20\x9f\xdc\x36\x3e\x0e\x37\x0e\xef\x47\x3a\ \x7c\x38\xfc\xec\x67\xf0\xfc\xf3\xf0\xe8\xa3\x07\xfc\x3b\x41\xa8\ \xa1\xa1\xa1\x77\xef\xde\xff\xfc\xe7\x3f\xab\xaa\xaa\x66\xcf\x9e\ \x5d\x59\x51\xf1\xde\xbb\xef\xee\x77\xd0\xef\x7e\x0b\xef\xbc\x0d\ \xf7\xde\x0b\x55\x55\xfe\x26\xf1\x71\x94\xf5\x26\x00\xe0\x9c\xf9\ \x2b\x72\xd8\xef\x06\xf8\xb0\x0f\xf6\x82\x1b\x6f\x84\x8d\x1b\xe1\ \xee\xbb\x41\x51\xe0\xbb\xdf\x85\xfd\x47\x89\x71\xce\xff\xf4\xa7\ \x3f\x0d\x1b\x36\x2c\x14\x0a\xdd\x74\xd3\x4d\xb7\xde\x7a\x6b\x6b\ \x6b\xeb\x8d\x37\xde\x98\xf9\xb3\x6d\xc3\x1f\xff\x08\xf7\xdf\x0f\ \xb7\xde\x0a\x57\x5f\xed\x7f\x5e\x3e\x8e\x09\x6e\x0a\x85\xc2\x7e\ \x84\xee\x70\x7b\x73\xe9\x74\xfa\xb0\x9b\x4e\xba\x0e\xbf\xff\x3d\ \xb8\x2e\xfc\xe0\x07\xb0\x6a\x15\xfc\xfc\xe7\xd0\xb5\xeb\x3e\xbb\ \x89\x90\xd3\x4e\x3b\x4d\xfe\x5c\x56\x56\xf6\xe8\xa3\x8f\xb6\xc5\ \x62\xdd\xa5\x7d\xb4\x7d\x3b\xfc\xf4\xa7\x30\x63\x06\xdc\x70\x03\ \xdc\x7b\x2f\xf8\x0e\xbe\x8f\xa3\xce\x4d\x42\x08\x45\x51\x6e\xf8\ \xde\x8d\x86\x61\xf8\x5a\xf8\xe1\x5a\x6b\x4a\x5b\x5a\x5a\xfe\xf0\ \xfb\x87\x74\x5d\x3f\xec\xf7\x80\x68\x14\xfe\xfa\x57\xe8\xd3\x07\ \xee\xbf\x1f\x66\xcd\x82\x9b\x6f\x86\x69\xd3\xa0\x5b\x37\x00\xf8\ \xd8\x4b\x97\x94\x94\x94\x94\x94\xc0\x8e\x1d\xf0\xef\x7f\xc3\x63\ \x8f\x41\x32\x09\x0f\x3e\x08\xd7\x5f\x0f\x9a\xe6\x7f\x64\x3e\x8e\ \xe6\x7e\x41\x08\x79\xb7\x71\x6f\xca\xb0\x8f\xc3\x01\x42\x08\xe7\ \x7c\xd7\xce\x1d\x25\xa5\xa5\x85\x85\x45\x87\xdd\x7a\x0a\x04\xe0\ \x9e\x7b\xe0\x94\x53\xe0\xd7\xbf\x86\x1f\xfe\x10\x1e\x7c\x10\x26\ \x4c\x80\x93\x4f\x86\x41\x83\xa0\xb2\x12\x82\x41\x88\xc7\xa1\xb6\ \x16\xd6\xaf\x87\xf9\xf3\x61\xf1\x62\x88\xc5\xe0\x92\x4b\xe0\x47\ \x3f\xda\x2f\xff\xc0\x87\x8f\x63\xc1\xa7\x3b\x42\x62\xed\x57\xd8\ \xa1\x93\xb9\xdd\x8e\xe3\x1c\xb9\x57\x1d\x3f\x1e\x66\xce\x84\x45\ \x8b\xe0\xe5\x97\x61\xfe\x7c\x58\xb0\x00\xda\xda\xf6\x25\xa7\x10\ \x02\x85\x85\x50\x51\x01\xdf\xf9\x0e\x5c\x74\x11\x9c\x78\xa2\xff\ \x31\xf9\x38\x16\xb9\xc9\xc7\x11\x00\x42\x08\x1d\xe1\x58\x3c\x21\ \x30\x71\x22\x4c\x9c\x08\xf1\x38\x34\x37\x43\x2c\x06\xa6\x29\x2f\ \x05\x74\x1d\xf2\xf2\xa0\xa4\x04\xb2\x99\xcd\x3e\x7c\xf8\xdc\xe4\ \xe3\x88\x23\x1c\x06\x7f\xf4\xb6\x8f\x2f\x09\x7c\x75\xc9\x87\x0f\ \x1f\x3e\x37\xf9\xf0\xe1\xc3\x87\xcf\x4d\x3e\x7c\xf8\xf0\xb9\xc9\ \x87\x0f\x1f\x3e\x7c\x6e\xf2\xe1\xc3\x87\xcf\x4d\x3e\x7c\xf8\xf0\ \xe1\x73\x93\x0f\x1f\x3e\x7c\xf8\xdc\xe4\xc3\x87\x0f\x9f\x9b\x7c\ \xf8\xf0\xe1\xc3\xe7\x26\x1f\x3e\x7c\xf8\xdc\xe4\xc3\x87\x0f\x1f\ \x3e\x37\xf9\xf0\xe1\xc3\xe7\x26\x1f\x3e\x3e\x06\x11\x6b\xd8\x51\ \x53\xd7\x06\x22\xb9\xf4\xbd\x99\xef\x7c\xb0\xd6\xdd\xf7\x17\x7b\ \xcf\xf6\xea\xfa\xb6\x34\x38\x1d\xf3\x5e\x78\xfc\xa5\x05\xdb\x01\ \xdc\xba\x9a\x6d\x7b\xdb\x52\xfe\xaa\xf9\xf8\x1c\x38\x48\x1f\x02\ \x82\x31\xa5\x94\x0b\x0e\x02\x38\xe7\x98\x60\x82\x09\xc2\x18\x21\ \xc4\x19\xe3\x9c\x0b\x10\x04\x13\xc7\x71\x38\xe7\xaa\xaa\x12\x42\ \x84\x10\x8c\x73\xc7\xb6\x85\x10\x8a\xaa\x12\x8c\xb3\x5d\xa1\x38\ \xc2\xd8\x75\x5d\x00\xc4\x39\xff\x64\x77\x4d\x84\x10\xa5\xc4\x75\ \x99\x9c\x6d\x9b\x33\xfe\x10\x65\x7f\x15\x72\xda\x2d\xc6\xd8\x71\ \x5c\x79\x52\x84\xe0\xd3\xfa\x4d\x61\x8c\x08\x26\x84\xca\x99\xf7\ \x1c\x63\x8c\x11\x62\x9c\xc9\xe1\x61\x08\x23\x00\x44\x09\xc9\x9c\ \x07\x63\x79\x36\xce\x39\x67\x1c\x63\x8c\x09\x91\x4d\x22\x31\xc6\ \x72\x5c\x63\xf6\x4a\x32\xa3\x1b\x31\x42\x72\x50\x63\x76\x73\x02\ \x20\x00\x01\x5c\x70\x04\x08\x10\xd8\x96\xed\x72\x7e\x24\xfa\xa1\ \xf0\xc4\xea\x05\x73\x16\xad\xa9\x4e\x0b\xbd\xc7\xc0\xd1\xa7\x9d\ \x3a\x26\xfa\xc5\x35\x98\xb0\x9a\x57\xfe\xfd\xa9\x05\xa3\x2f\xba\ \x6c\x5c\xdf\x32\xe0\xf1\x37\x1f\xbe\x7b\x46\xcb\xb8\xa7\xfe\x78\ \xde\x2b\xff\xfc\x47\x62\xf0\x95\xa7\x4e\x1c\x9a\x39\x2e\xb6\xee\ \xa1\x9f\xfe\x44\x9c\x74\xdb\x03\x97\xf5\x9f\xfb\xfc\x53\x2d\x53\ \x47\x4f\x1b\xb6\xea\x81\xbb\x7f\x1a\x3d\xf7\xee\x9f\x5f\x32\xf0\ \xb5\xa7\x9e\xc4\xe3\xae\x9d\x36\xba\xcc\xdf\x72\x3e\xbe\x00\x6e\ \xc2\x18\xb7\x77\xc6\x9b\xdb\x63\xba\xaa\x62\x8c\x83\xc1\x60\x22\ \x1e\x4f\xc4\xe3\x96\x65\xba\xae\xab\x6b\x9a\x1e\x08\x28\x54\x8d\ \x27\xe2\x3d\x7a\x74\x37\x74\x7d\xe3\xd6\x6d\xb1\xf6\x76\x4d\x55\ \x03\x81\x60\xaf\x5e\xbd\x54\x4d\xad\xa9\xa9\x49\xa5\xd2\x8a\xa6\ \x06\x0c\x83\x52\x9a\x4c\x26\x4b\x4a\x8a\x1d\xdb\x0e\x85\xc2\xc1\ \x50\x98\x73\x2e\x84\x20\x18\x03\x00\x17\xdc\xb2\xac\x8e\x8e\x78\ \x61\x51\x21\xc6\x98\xb9\x8c\x10\x82\x30\x02\x00\xdb\xb2\x5d\xd7\ \x55\x54\x05\x21\xe4\x38\x4e\x2c\xd6\x69\x9a\x56\x41\x41\xbe\xaa\ \xaa\xba\xae\x3b\x8e\x8b\x10\x10\x4a\x10\x64\x48\xc1\xe3\x34\xcb\ \xb2\xda\x62\x1d\x1d\x1d\x31\x4c\x48\x28\x14\x32\xd3\xa6\x65\x99\ \x91\x48\x54\x80\x10\x9c\xdb\xb6\x03\x08\x5a\x5b\x5a\x34\x5d\x53\ \x15\x2d\x9d\x4e\x11\x85\x22\x00\x5d\x37\xc2\xa1\x50\x22\x99\xec\ \xec\xe8\x60\xcc\x15\x82\x5b\xa6\xa5\xa8\x0a\xc6\x98\x31\xe6\x38\ \x0e\x25\x54\x55\x55\x2e\xb8\x69\xd9\x08\x21\x39\x6c\x0e\x01\x08\ \x00\xd7\x65\x94\x52\x4d\xd3\x6c\xc7\x61\x2e\xeb\xd3\xbb\x67\x5e\ \x5e\x84\xb1\xc3\xdc\xe3\xd8\x69\x79\xf1\x8f\xbf\x7a\x66\x5e\x75\ \x41\x79\x65\x00\x9b\x5b\xeb\x9c\x31\x93\xc6\x44\x89\x59\x57\xbd\ \xbd\x35\xc9\x8b\xba\xf7\xa8\xc8\x0f\x81\x9b\xae\xdf\x5d\xd7\x1a\ \x4b\x0a\x35\x54\x5a\x9c\x97\x6c\x6d\x88\xbb\x6a\x45\xaf\xaa\xc2\ \x00\x31\x3b\x9a\x6a\xf7\x34\xa5\x6d\x57\x0d\x15\xf6\xe8\x55\x69\ \x60\x30\xe3\x8d\x3b\x76\x36\x98\x0c\x45\x8a\x2b\x7b\x77\xcd\xb7\ \x5a\x36\xbd\xf9\xfa\x9b\x56\x69\xef\x10\x1e\x51\x55\x51\x54\x75\ \xc2\xb8\x31\x6d\x43\xc2\x0a\xd1\x02\x7a\x7b\xbc\x79\xdd\xe6\x2d\ \x61\x2d\xda\xb3\x47\x99\x12\x2a\x1b\x31\x7a\x22\xee\xdb\x4d\xc3\ \x82\xaa\xba\x82\x05\x84\xbb\x9e\x30\x66\x62\x5e\xdf\xee\x22\x56\ \x3b\xef\xf5\x99\x58\x0c\x1a\x14\x1e\x50\x50\x54\x10\xdf\xbb\x1b\ \x17\xf7\xed\x5d\x16\xe8\x6c\xde\xbe\xbd\xde\xad\x1a\xd8\x27\xa4\ \xf8\x5d\xea\x7d\x1c\x0a\x37\x69\xaa\xba\xb9\x66\xc7\xeb\xef\x2f\ \xee\xdd\xa3\x87\x42\x70\x45\x97\xf2\xf5\xeb\xd6\x6d\xaf\xde\xb6\ \x78\xe1\x22\xee\xba\xdf\xf8\xc6\xa5\xa5\x65\x65\x9d\x09\xb3\xba\ \xba\xa6\xb2\x5b\xd7\x93\x4f\x9a\xf0\xe2\x4b\xcf\xcf\x7a\xef\x9d\ \x6e\x15\xdd\x26\x8e\x9f\x74\xea\xa9\xa7\x85\x42\xa1\x79\xf3\x97\ \x7c\xb4\x6c\x19\x07\x51\x59\xd9\xad\x67\x8f\xee\x4d\x0d\xf5\x53\ \x4e\x39\x35\x14\x0a\xf6\xea\x33\xa0\x30\x3f\x1c\x8f\xa7\x31\x86\ \x60\xc0\x00\x00\xce\x45\x73\x73\xcb\xea\xd5\xeb\x42\xe1\x68\xf7\ \xee\xdd\xd3\xe9\xb4\x61\x18\x9a\xa6\x22\x04\xb1\x58\x2c\x91\x48\ \xe8\xba\x61\xdb\x8e\xa6\xf1\x0d\xeb\xb7\xcc\x9a\x35\xe7\xfa\xeb\ \xbf\x9b\x9f\x9f\xaf\x69\x9a\x61\x04\x74\x9d\x62\x02\x42\x30\x84\ \x90\xe7\xa5\x72\x2e\x6a\x6a\x6a\x37\x57\xd7\xad\x5a\xb3\x46\x21\ \xb4\xa2\xa2\x62\xd3\xa6\x8d\x3b\x76\xee\x9c\x38\x71\x62\x5e\x5e\ \x1e\x46\x78\xf3\xe6\xcd\xb6\x63\x2d\x5b\xb6\x94\x10\x12\x8d\x46\ \xda\xdb\xdb\x09\x21\x42\x40\x41\x61\xc1\xa8\x13\x46\xa5\x52\xa9\ \x85\x0b\x3f\x10\xae\xd3\xd6\xda\xbc\xbd\xa6\x3a\x1c\x89\x18\x46\ \x30\x95\x4a\xc5\x3b\xdb\x83\xc1\x70\x69\x59\x99\xe3\x38\x7b\x1b\ \x1b\x05\x60\x45\xa1\xd2\xf2\x0a\x85\x23\xc1\x48\x1e\x08\xd1\xa3\ \x67\xaf\xfc\xc2\x42\xc7\x61\xdf\xba\xfc\xe2\x31\xc5\x85\x69\x66\ \x1d\xd6\x8f\x70\xfb\xc2\x37\x9e\x7d\x7b\xc3\x88\xab\x7f\xf6\x7f\ \xd7\x4c\x0a\x08\xab\xad\x83\x17\x68\xa9\xd9\xd3\xff\xfc\xb7\x17\ \x66\xb5\x9a\xa8\xa8\xd7\xe8\x5b\x7e\xfe\x8b\x93\xd5\x15\xbf\xfd\ \xe9\x03\x6b\x76\x9b\x54\x0b\x57\x56\x14\x27\x1a\x77\x35\xc6\xd1\ \xe8\x73\xbe\x73\xdf\x0f\xbf\xbe\xe5\xbd\xbf\xdc\xf5\xd8\x02\x46\ \x28\x22\x91\xc9\xd3\xae\xfb\xe1\xb7\xcf\x6a\xdc\x30\xe7\x81\x07\ \x9e\xef\x04\x2e\xc2\x3d\x6e\xf8\xe9\x83\xa7\xe9\xc1\x82\x42\x3c\ \xef\x85\x3f\xcf\x9e\x35\xf6\xa1\xfb\x6f\x6f\xdc\xb1\xec\xc3\xad\ \xc1\x5b\xaf\xaa\xd2\x0c\x65\xfb\xf2\xd7\xff\x6f\xe9\x7f\x99\x56\ \x32\xed\xb6\x5f\x5f\x3f\xd9\x5e\xb5\x64\x89\xae\x8d\x62\x63\x07\ \x22\x00\x40\x18\xec\x96\x15\x8b\x16\x77\xed\x32\x79\x6a\xef\x68\ \x34\x1a\x59\xf9\xce\x13\x77\x7d\xd0\xf5\xc6\x3b\xae\xf8\xf0\xd1\ \x9f\xd7\x57\xdd\xfa\xf4\x2f\x2f\x7a\xff\x6f\x77\xff\x76\xc3\x90\ \xe7\xa6\xff\x34\xa4\xf8\x3b\xd1\xc7\xa1\x70\x13\xe7\x2c\x1c\x0e\ \x8f\x1c\x3e\x7c\xf8\x90\xc1\x86\xa6\xa6\x53\xa9\x48\x30\x38\xa8\ \x7f\xbf\xf6\xd6\xb6\x4d\x1b\x36\xc4\xda\x63\x95\x95\x95\xc3\x87\ \xf5\x53\x14\x5a\x5d\xbd\xf5\xc9\x27\x1f\x8f\x44\x23\x86\x61\x28\ \x94\x26\x13\x89\xc6\xc6\x06\xc3\xe8\xd9\xb3\x67\xcf\x50\x24\xbc\ \x7e\xe3\x46\x8a\x20\xd6\xd6\x62\x59\x36\xe7\x6e\x61\x61\x81\x42\ \x95\x74\xda\x31\x4d\x4b\xd7\x14\x84\xc0\xb2\x6c\x55\x55\xf3\xf2\ \x22\xc5\xc5\xc5\x3b\x77\xee\xac\xac\xac\x54\x55\x55\x08\xc1\x98\ \x00\x60\xa1\x50\x48\x4e\x58\x40\xc8\x6c\x68\x6c\xa8\xac\xac\x0c\ \x85\x42\x8c\x31\xcb\xb2\x38\xe7\x86\x61\xa4\x4d\x53\x08\xae\x28\ \x48\x76\xe9\x57\x14\x15\x21\x0c\x02\x51\x4a\xfb\xf6\xe9\x93\x9f\ \x97\x17\x08\x04\x52\xa9\x74\x7b\x5b\xeb\xae\x9d\x3b\x6d\xd3\xe2\ \xae\x6b\x39\x4e\x71\x51\x51\x30\x68\x00\x67\x7b\xf6\xec\x01\x84\ \xcc\x54\xda\x08\x04\x82\x81\x40\xb2\x33\xce\x1c\x67\x40\xff\xfe\ \x4b\x97\x2c\x51\x54\xc5\x4c\x19\x91\x68\x1e\xc6\x58\xd3\x54\x42\ \xb0\xeb\x3a\xd1\xbc\x3c\x5d\xd7\x15\x4a\xf3\xf3\xf2\x05\xc6\xcc\ \x75\x6d\xdb\xce\xcb\xcf\xa7\x54\x09\x86\x42\x42\x08\xce\x58\x79\ \x59\x59\x41\x61\x61\x30\x18\x60\x87\x7d\x30\x04\xaf\xad\xdb\x9a\ \x30\xca\x27\x9e\x39\x31\x80\x00\x90\x56\x90\x0f\x89\xf5\x6f\x3c\ \xfd\xd2\xdc\x41\xdf\xf8\xf5\x1d\x67\x06\x1e\xba\xf3\xb6\x27\x9e\ \x99\x33\xe2\x6a\xda\x92\x54\x2e\xbe\xe5\x37\xa7\x44\x66\x7f\xff\ \x97\x0b\x6e\x7d\xf4\xb1\xe0\xa2\xa7\x1e\x9a\xf5\xce\xda\xd6\xaf\ \x2b\x66\xbb\x9d\x37\xee\x2f\x8f\xdd\xd5\xf1\xd6\x83\x3f\x79\xee\ \x5f\x23\xc6\x8c\x3b\x7b\xc4\x29\xd7\xdf\x5a\xd0\xb8\x67\xf3\xcb\ \xaf\xbc\x3d\x7f\xde\xfa\x49\xe7\x22\xcb\x0c\x5c\x7a\xe7\x2f\x2e\ \x3b\x6d\x98\x26\x12\x9b\x1c\x20\x04\x03\x08\x2b\x65\xf7\x39\xe9\ \xaa\xfb\x6e\x3f\x7d\xc6\xfd\xb7\xbe\xfa\xef\x19\x17\x8e\x39\x5f\ \xa3\x84\x10\x8c\xf6\xb9\xd8\x08\x13\x82\x31\x06\x10\x96\xc3\x4e\ \xfc\xe6\xaf\x7e\x76\xc9\x30\x55\x71\x9c\x0f\x87\x4c\xdf\xb0\x7c\ \x63\xf3\xa8\x55\x1b\x53\xe3\xce\x9c\xd0\xd5\xf0\xb7\xa1\x8f\x43\ \xe6\x26\x1e\x8d\x44\x08\x6d\x6d\x6b\x6f\x3f\xe5\xe4\x93\xd3\xa9\ \x64\x53\x63\x83\x4a\xab\x16\xcc\x7f\x7f\xf3\xc6\x0d\xeb\xd6\xad\ \x1d\x37\x7e\x7c\x9f\x3e\x7d\x4e\x1c\x3b\x76\xe5\xca\xe5\xab\x56\ \x2e\xdb\xb3\x67\xb7\x6d\xdb\xed\xed\xed\xbd\x7a\xf7\x1a\x37\x6e\ \x2c\xc6\xb4\xa8\xb8\xc4\xb4\x6d\xd3\x32\x53\x89\x78\x53\x53\x53\ \xac\xad\xad\xb5\xb5\x75\xd8\xb0\xa1\x42\xf0\x58\x47\x42\x21\x54\ \xd3\x34\x00\xb0\x6d\x07\x63\x8c\x10\xaa\xac\xec\xd6\xd8\xd8\xa0\ \x28\x54\x55\x15\x21\x00\x21\x70\x1c\x26\xff\x94\x4c\x26\x01\x80\ \x60\xa2\xeb\x7a\x30\x18\xd8\xb1\x63\x07\x63\xbc\x57\xaf\x5e\xf1\ \x78\x5c\x51\x49\x20\x60\xd8\xb6\x69\x59\xe9\x68\x34\x4f\x08\x21\ \xb8\x00\x40\x85\x85\x05\x84\xaa\xab\xd7\xac\x72\x5d\xd7\xb2\x2c\ \xd3\x4c\x63\x8c\xf6\xec\xa9\xab\xad\xdd\x69\x18\x06\x63\x8c\x73\ \xd6\xaf\x5f\x5f\x55\x55\xaa\xab\xb7\x05\x83\x86\x10\xa2\xb3\x33\ \xa6\xeb\xc6\xb6\x6d\x5b\x1b\x1a\xf6\x22\x04\x7b\xf6\xec\x49\x24\ \x3a\x25\xe5\x11\x42\x18\x63\x58\x0a\x70\x9c\x3b\xae\xeb\x3a\x0e\ \xa2\x54\xd7\xf5\x40\xc0\x28\xc8\xcf\x6f\x8f\x75\x9a\xa6\xe9\xba\ \xae\xaa\x69\xad\xad\xad\x08\xe3\x80\x11\x38\xfc\xcd\xd7\xb1\xae\ \x85\x85\x95\x68\x6d\x8c\x41\x97\x02\xf9\x50\x5b\x63\x63\x0a\x82\ \x7d\x06\x0f\x8b\x94\xda\xfd\x07\x96\xac\xd9\xb1\x33\xce\xfa\x50\ \x44\xf4\x60\xb8\xa2\x67\x55\x94\x2c\x40\x91\x92\xde\x15\xe5\x06\ \xae\xb7\x52\xae\x46\x30\xa1\x5a\x34\x9a\xd7\x7f\xdc\xa0\xf0\x4b\ \x9b\x5a\x1b\x6a\xde\x9c\xfb\xaf\x27\x57\x38\x93\x47\x56\x62\xaa\ \x11\x6e\x31\x21\x38\x47\x81\x68\x48\x43\xfb\x0d\xf6\x15\x1c\x05\ \xc2\xa1\xfc\x60\x69\xcf\xaa\xee\x62\x73\x43\x9b\xc9\x30\x42\x52\ \x76\x13\x02\x30\xa2\xb9\x4a\x9c\xe0\x42\x09\x44\x55\x85\x00\x90\ \x89\x93\x4f\x78\x7a\xd1\xbc\x79\xff\x8f\xbd\xf7\x0e\x93\xf4\xac\ \xae\xc4\xef\x9b\xbe\x58\x39\x74\x75\x98\x9e\x1c\x34\xd2\x48\xa3\ \x84\x02\x92\x48\x42\x12\x41\x12\x22\x07\x13\x9c\xf0\x0f\xb0\x31\ \x78\xf1\xae\x61\xb1\x30\xc1\x60\xb0\x8d\x31\x6b\x63\x1b\x1b\xcb\ \xc6\x98\x24\x84\x05\x06\x14\x90\x64\x09\x24\xa1\x1c\x66\xa4\x99\ \xd1\x4c\x8f\xa6\x7b\x3a\xa7\xca\xf5\xc5\x37\xfd\xfe\x78\xbb\x8b\ \x11\xc6\xbb\xe0\x45\xac\x6c\xd7\x9d\x67\x9e\xa7\xba\xe2\x57\xdd\ \xf5\x9d\x3a\xf7\xdc\x73\xef\xfd\xd2\x3f\x3c\x0e\xb5\x37\x9e\x7e\ \xda\xa0\x1c\x33\x88\x9f\x1a\x9b\xa4\x90\xe5\x4a\x65\x9b\xc0\xae\ \xc5\xa6\xa6\xa6\xe6\xe7\x66\xc7\xc7\xc6\x76\xef\xde\x31\x3c\x32\ \x2c\x84\xe8\x76\x7b\xed\x76\x2b\x08\x82\x62\xa9\xd8\x6a\xb5\x2e\ \xb9\xe4\x92\x85\xc5\x85\x5b\xbe\x7b\x53\xb1\x58\xac\x54\xaa\xd3\ \xd3\x33\x4a\x01\xa5\x54\x23\x94\xcf\x65\xe3\x30\x68\xd6\xeb\x47\ \x8f\x4e\x78\x9e\x3b\x52\x1b\x4a\xa2\xa8\x50\xc8\x17\xaa\x55\xdb\ \xa6\x00\x40\x29\x95\x52\x12\x42\x3d\xcf\x25\x84\x70\x2e\x2c\x8b\ \xf5\x37\x15\x21\x84\x00\x74\x10\x04\x9d\x4e\x6f\x65\x65\xd9\xb6\ \xdc\x99\x99\x19\x84\x50\x36\x9b\x73\x1c\x87\x52\xaa\x94\x08\xc3\ \x80\x52\x9c\xcb\xe5\x11\x42\x18\x13\xd0\x20\x04\x80\x86\x56\xb3\ \x59\x5f\x59\x3d\x7e\x7c\x8a\x32\xda\xeb\x05\xad\x46\x23\x8e\x42\ \x84\x50\xad\x56\x03\x80\xa5\xa5\x45\x84\x74\x9a\x24\x49\x1c\xdb\ \xb6\x55\xad\x56\x3b\x9d\xce\xe2\xc2\xe2\xac\x14\xc5\x62\xa9\x52\ \x29\x75\x5a\x8d\x34\x8d\x3b\x9d\x0e\xa5\x94\x52\x9a\x24\x89\xc1\ \x26\xc6\x98\xe0\x9c\x50\x22\x94\x4a\xd3\x34\x9b\xcd\xae\xae\xd6\ \x35\x40\xde\x29\x32\xcb\xba\xec\x45\x2f\x72\x3d\xff\xf6\x3b\xee\ \x68\x3f\xef\xd9\x9b\xc7\x47\x39\x88\xa7\xf5\x4f\x78\xca\x19\xe7\ \x9f\xe4\xdd\xfc\x95\x3f\xfd\x03\xfa\x86\xcb\x47\xad\x68\xa1\x49\ \xce\x3e\x65\xfb\xa8\x1b\xdf\x7b\xd3\x75\x3b\x7a\x99\xbb\xee\x59\ \x18\xbb\xf4\xb4\x12\x8b\x85\x52\x52\x6a\x53\xc0\x50\x52\x6a\x25\ \x94\x81\x0e\x44\x74\xba\xf2\xc8\x83\x0f\x3d\x70\xff\xfd\x21\x2d\ \x0f\x57\xdd\x87\xef\x7f\xdc\xdd\xf1\x0b\x2f\xbd\x6c\xfb\xf4\xbe\ \xbb\x93\x54\x50\xaf\x92\x85\xee\xc3\xf7\xdf\xbf\xd9\x85\xdd\x9b\ \x4a\x18\x81\xd2\x1a\x81\xd6\x20\xeb\x0b\xd3\xf7\xdd\x77\xdb\xad\ \xb7\x3f\x9c\xdb\xfe\x96\x4d\x59\xca\xa5\x64\x4a\x13\x82\x08\x55\ \xb3\x47\xf6\x2f\xac\x6e\xc7\x08\x94\xd2\x8e\xeb\xba\x2e\x1c\x7b\ \xf0\xae\x87\x36\x76\x6b\x5b\xf7\x6c\x38\xfb\xc5\xcf\x1f\xbf\xe9\ \xeb\xff\x74\xcb\xd8\xb3\x5e\x76\xe6\x69\x95\xc1\x49\x38\x88\x1f\ \xff\xad\xfb\xbf\xb9\x4d\x83\xa6\x94\x7a\x9e\xe7\xfb\xfe\xdc\xfc\ \x5c\xb7\xdb\xdd\xba\x6d\x4b\xb7\x1b\x2d\x2e\x2e\xd9\xb6\x1d\xf4\ \x7a\x33\xb3\xb3\xa5\x62\x31\x8a\xa2\x20\xe8\x55\xab\x43\xd3\xd3\ \xd3\x08\xe3\x7a\xbd\xfe\xfd\xef\x7f\xef\xee\xbb\xef\x9a\x9c\x3c\ \x76\xf0\xd0\xc1\xb9\xb9\xe9\x34\x49\xa6\x26\x8f\xf5\xba\x9d\x34\ \x4d\x45\x9a\xe4\x72\xb9\x52\xa9\x58\x2e\xe6\x09\xc5\x86\x34\x29\ \xa5\x5a\xad\x76\xb3\xd9\x5c\x5c\x5c\xec\xf5\x7a\x4a\x29\xce\x45\ \x10\x44\x69\xca\xd3\x34\x0d\xc3\x30\x8a\x62\x8c\x71\xa9\x54\x3a\ \xf7\xdc\x73\x1d\xd7\x49\xd3\xb4\x54\x2a\x7a\x9e\x9b\x24\x49\xaf\ \xd7\xe3\x9c\xdb\xb6\xe5\x38\x36\x21\x84\x10\x02\xa0\xb5\x86\xc5\ \xc5\xa5\x7b\xee\xbd\x77\x62\x62\xa2\x5a\x2e\x77\x9a\x2d\x95\x0a\ \x8a\xb0\xef\x79\x41\xb7\x97\x44\x71\x7d\x65\x75\x71\x7e\x21\xe8\ \x76\x9f\x38\x78\x70\x61\x7e\xde\x75\x9c\x6e\xbb\xb3\xba\xbc\xa2\ \xa5\xb2\x18\x8d\xc2\x30\x0a\x43\xcf\x76\x7c\xdf\x75\x1c\x9b\x31\ \x66\x40\xd0\x94\x23\x11\x42\x8e\xe3\x38\xae\xab\x94\xf2\x3c\xaf\ \x52\xa9\x68\xad\x2b\xd5\x0a\xa5\x54\x69\x7d\xd6\x59\x67\x6d\xdb\ \xb6\xed\xe8\xd1\xa3\x52\x48\xa5\xd4\xcf\x61\x6b\x41\x76\xc7\x73\ \xde\x73\xf5\x6f\xef\xcd\x2e\x7d\xfe\x4f\x7e\xff\x43\x1f\xff\xf4\ \x0d\x77\x3f\xca\xc7\x2f\x7a\xd7\x3b\xdf\x2c\xf6\x7f\xf5\xfd\x1f\ \xfe\x6b\x38\xe3\x75\xef\x7e\xcb\x45\xb6\x56\x96\xe3\x30\x82\x01\ \x53\xc7\xb5\x09\x46\x88\x30\xc7\xb6\x31\x06\x40\x14\x07\x93\xd7\ \x7c\xfc\x77\x3f\xfb\xbd\xa5\xcb\xdf\xfc\xcb\x2f\x38\x7d\xf7\x4b\ \x5e\xff\x72\xe7\xf1\x7f\x7e\xef\xd5\x9f\x9a\xea\xe5\xb7\x6c\xcc\ \x7b\x95\x73\xdf\xf8\xaa\x67\x1f\xfe\xce\xdf\xbc\xf7\xea\x3f\xd9\ \xbf\xd0\x73\x7c\xcf\x61\x44\x93\xec\xf6\x9d\x9b\x1b\x07\x6e\xbc\ \xfa\x03\x9f\x5c\xa9\x5d\xfa\xee\x77\xbe\xc6\x23\x9a\x58\x0e\xc5\ \x9a\xb8\x63\x17\x5f\xf9\x62\x75\xf4\x8e\x3b\x0f\xb6\xb3\x59\x8f\ \x80\x22\xb9\xed\x57\xbd\xe6\x65\xe9\xa3\x5f\x7a\xcf\x7b\x3f\x7a\ \xfb\x44\x03\xd0\xd0\x8b\xae\xbc\x00\x4b\x7c\xf2\xf9\x97\x6c\x20\ \x83\x73\x70\x10\x3f\x3d\x6f\x02\x00\x25\x65\xa9\x54\x74\x18\xdd\ \x30\x3a\x9a\xcf\x65\x6d\x86\xff\xe9\xdb\xd7\xdb\xb6\x45\x29\xd5\ \x0a\x19\x36\x71\xe4\xe8\x84\xe3\x38\x53\x93\x93\x53\x53\x53\x9e\ \xe7\x59\xc4\x8a\xe3\x38\x4d\xf9\x9e\x3d\x7b\x9a\xcd\x56\xb9\x5c\ \xc0\x3b\xb6\x75\x5a\xcd\x5e\xb7\x4b\x10\x64\x32\x7e\x6d\xa8\x0a\ \x4a\x05\xbd\x50\x70\x9e\x26\xb6\xe3\xba\x8e\x63\xbb\xae\xb3\xb8\ \xb8\x24\x84\xc8\xe5\x72\xae\xeb\x20\x84\x1d\xc7\xe0\x26\x43\x08\ \xad\xae\xae\x76\x3a\x9d\x6c\x36\xff\xf8\xe3\x07\xa6\x8f\xcf\x44\ \x51\x3c\x3f\xbf\x70\xd6\x59\xcf\x3a\x76\xec\xd8\xd8\xd8\x18\xb3\ \x5c\x84\x48\xa7\xd3\xb5\x6d\x0b\x00\x30\x26\x71\x24\xe6\xe6\xe6\ \x26\x8e\x1c\x39\x3c\x71\xe4\xf0\xe1\xc3\x53\x53\x53\xa5\x52\xc9\ \x71\x9c\x4e\xa7\x63\xdb\x0e\x20\xa5\xb4\x24\x0c\x2b\xad\x84\xe0\ \x84\x78\x84\x60\xd7\x73\x7b\x41\xaf\x90\x2f\xa4\x69\x4a\x28\xc5\ \x04\x4d\xcf\xcc\x84\x61\x98\xcf\x17\x9a\xcd\x96\x94\x92\x10\x62\ \x1c\x0c\x08\x21\x4a\xa9\xeb\xba\x18\xe3\x6c\x36\x3b\x3a\x3a\xda\ \xed\x76\x47\x46\x46\x3d\x7f\x35\x49\xc5\xf4\xf4\x74\x2f\x08\x96\ \x57\x56\x09\x25\xf0\x73\xda\xa7\x82\xb7\x9d\x73\xf9\x87\xce\xb8\ \x34\x4a\x39\x00\x62\xb6\x63\x51\x0c\xcf\x7b\xfd\x9f\x9d\xf7\xf2\ \x54\x6a\xdb\x71\x29\x01\xf0\x2f\xfe\xcc\xe7\x2e\x24\xb6\x6b\xe1\ \xb1\x6b\xbe\xfe\x7c\xcb\xf3\xc8\xf8\x5b\xff\xee\x05\xca\xf7\xe8\ \x0f\xa2\x50\x64\xf7\x7e\xe4\xcf\xdf\xb7\xab\xe2\x50\x8b\x21\x80\ \xd3\x5e\xfa\xb6\xcf\xbe\xf0\x2d\x31\x57\x84\x32\xdb\xb6\x01\xd0\ \x65\x6f\xfd\xc0\x73\xdf\x18\x4b\x44\x1c\xc7\x52\x9b\x3f\xfd\x7c\ \x45\x3d\x66\xbd\xf1\x3d\x1f\x7f\xf5\x3b\xb9\xd4\xc8\xb6\x1d\x46\ \x31\xe8\xed\x1f\xfc\x8b\x6b\x80\xd8\x00\x70\xfe\x6b\xff\xc7\x97\ \xae\xe2\x94\xb1\x2b\x2f\x7c\x36\x50\x1b\x00\xce\x7b\xd5\x6f\x9e\ \xfe\xd2\x5f\x93\x88\x32\x11\x4e\xec\xbb\xe7\xde\xc7\x8e\x39\x63\ \x67\x5f\x71\xf1\xc9\x83\x33\x70\x10\xff\x1e\xde\x04\x00\x52\x29\ \xdb\x71\x4a\xa5\x62\xb1\x94\x8f\xe3\xf8\x1b\xdf\xf8\x56\xb3\xd9\ \xdc\xb1\x7d\x47\x36\x9b\x95\x42\x8c\x8d\x8d\x69\x80\xfd\xfb\x1f\ \xdb\xb9\x73\xe7\xb1\xc9\x63\x18\x21\xd7\x75\x7b\xbd\xee\xce\x9d\ \x3b\x77\xef\xde\xfd\xe0\x83\x0f\x71\x9e\x20\x04\xb9\x5c\xfe\xf4\ \xbd\x7b\x1d\xcb\x42\x08\xe5\x73\xb9\x62\x21\x9f\xcf\x67\x33\x19\ \x9f\x52\xea\x79\x2e\x63\x04\x00\x61\x8c\x1c\xc7\xc9\xe5\x72\x96\ \x65\x61\x8c\x08\x41\x46\x66\x32\x6c\x05\x40\x6f\xda\xb4\xa9\x5c\ \x2e\x67\xb3\xd9\x91\xd1\xd1\x2d\x5b\x36\x8f\x8c\x8c\xc4\x71\x5c\ \x28\x14\x6c\xdb\xe6\x9c\x9b\x87\x1b\xac\xd4\x1a\x1c\x87\x6d\xd8\ \x30\x36\x34\x34\x14\x06\x21\x25\x74\x74\x78\x24\x0c\x82\x85\xf9\ \x85\x76\xab\x95\x26\x09\x68\x48\x93\x24\x89\x62\xd0\x10\x87\x61\ \xb7\xdb\x6e\x35\x1b\x4a\x70\xad\x44\xb7\xd3\xb2\x18\x95\x22\x6d\ \xd4\x57\x94\xe2\x18\xe3\x28\x8a\x8c\xde\xc4\x39\x0f\x82\xc0\x75\ \xdd\x52\xa9\x34\x34\x34\x54\x2a\x95\x78\x9a\x76\x3a\x9d\x24\x49\ \x18\x63\x7e\xc6\x07\x80\x5c\x2e\x07\x00\xc7\x8f\x1f\x8f\xe3\xf8\ \xd8\xb1\x63\xbd\x5e\xf7\xe7\xb6\x8b\x14\x33\xcb\xf7\x7d\xdf\xf7\ \x2c\x6a\x5e\x11\x31\xc7\xf5\x7d\x8f\x12\x04\x00\x80\xa9\xe7\xfb\ \x36\xc5\x08\x33\x3f\xe3\x33\x8c\x30\xb3\x4d\x85\x14\x33\xc7\xf7\ \x3c\x2f\xe3\x33\x6b\xbd\x92\x8f\xb0\xe5\xf8\xb9\x6c\xd6\x77\x1d\ \x8a\xcd\xc3\x89\xe3\xfb\xbe\xe7\x10\x8c\x99\xed\xf9\xae\x85\x00\ \x30\xb5\x5c\xcf\xcf\xf8\x1e\x33\xaf\x88\x88\xe3\xf9\x8e\x4d\xd7\ \x2e\x3b\x0e\x25\xc4\xf1\x7c\xc7\x32\xdf\x7f\xc4\x71\x7d\xdf\xb1\ \x65\xfd\xc8\x5f\x7e\xe4\xfd\xff\x78\x67\xef\x4d\xef\x7e\xc7\x9e\ \xc2\x40\x6b\x1a\xc4\xbf\x93\x37\x21\xad\x14\x4f\x52\x4a\xed\x63\ \xc7\xa6\xee\xfa\xfe\xf7\x11\xc0\x45\x17\x5d\xf4\xcd\x6f\x7c\xb3\ \x52\xa9\x74\x5a\xcd\xc3\x4f\x3c\xb1\x7d\xfb\xa1\x62\xb1\x30\x79\ \x6c\xd2\xb2\xac\x4b\x2f\xbb\xec\xc0\xe3\x8f\xcd\x4d\xcf\x72\xce\ \x4f\x3f\xfd\xf4\xe3\xc7\x67\x9e\x7c\x72\x82\x51\x5c\xad\x54\x4f\ \x3d\x75\xcf\x6d\xb7\x94\x18\xa5\x8e\x63\x57\xab\x55\x8b\x92\xc5\ \xa5\x25\xc1\x53\x2f\x93\x51\x0a\x08\x41\x42\xa8\x6e\xb7\xcb\x39\ \xd7\x5a\x73\x2e\xd6\x19\x10\x4a\x53\xde\xed\x76\x7d\x3f\xa3\xb5\ \x96\x52\xd4\x6a\x35\x93\xdf\x11\x42\xc2\x30\x2c\x97\xcb\x08\x21\ \x29\x45\x1c\x27\x8e\x43\x19\x63\x18\x63\x84\x88\x92\xb0\x6f\xdf\ \x81\x47\x1e\x79\x44\x0a\xbe\x61\x6c\xcc\x75\xdd\x7d\xfb\xf6\xd5\ \xeb\x75\xd0\x8a\x60\x64\x5b\x2c\x8e\xe2\x28\x8a\x18\xa3\x94\x11\ \x9e\xa6\x21\x0f\x28\xa5\xb0\x66\xef\x04\xd0\x9a\x12\x3c\x32\x3c\ \xbc\xb4\xbc\xbc\xb0\xb0\xb0\xe6\x1c\x55\xaa\x2f\x8d\xd5\xeb\xf5\ \x30\x0c\x09\xa5\xd5\x6a\x75\x6c\x6c\x4c\x08\x51\x2e\x95\x5a\xad\ \x36\xa6\x56\x92\x24\x84\x90\x30\x8a\x4b\xa5\x12\xa5\x14\x9e\xf1\ \x7b\x48\x9f\xf5\xda\xdf\xff\xda\xab\x90\x63\xff\x9c\x60\xc2\x19\ \x3f\xfb\x63\x5f\xf8\x0e\x10\x6a\x5b\x03\xe3\xc0\x20\xfe\xbd\xd8\ \xa4\x95\xca\xe6\x0a\x31\xf5\x6e\xbc\xe9\xc6\xc9\xa3\x13\x9b\x36\ \x6e\x1c\x1f\x1b\x4b\x79\x3a\x71\xe4\xc8\xd0\xd0\xd0\xd4\xe4\xb1\ \x83\x87\x0e\x31\xdb\xaf\x54\xab\x3b\x76\x6c\x3b\xf7\xdc\x0b\x85\ \x10\x95\x4a\x99\x0b\xde\x69\x77\xaa\xd5\xaa\x54\xda\xf7\xdd\xfb\ \xef\xbd\xdb\xf7\x9c\xf3\xce\x3b\x7f\xd3\xa6\x4d\x77\xdc\x71\x5b\ \x26\x93\x21\x04\x4f\x4d\x4d\x4d\x1f\x3f\x5e\x1d\xaa\x20\xd0\x18\ \x83\xf1\x6d\x13\x42\xb2\xd9\x6c\x1c\xc7\x68\x5d\x06\x4f\x12\x9e\ \x24\x71\x36\x9b\xd5\x5a\x59\xb6\x9d\xc4\x29\x63\x6c\x61\x7e\x21\ \x8a\xe3\x4a\xa5\x52\x2c\x16\x29\xa5\x82\x73\xca\x58\x1c\xc7\x96\ \xe5\x9b\x52\x1a\x42\x30\x3f\xbf\xfc\xd0\x43\x0f\xcd\xce\xce\x02\ \xe8\x62\xb1\x60\x14\xae\x56\xab\x29\xa5\xd4\x5a\x4b\x29\x95\x56\ \x08\x23\x05\xda\xe4\x80\x5a\x73\xcb\xb2\x95\x8a\x39\xe7\x42\x08\ \xcb\xb2\xb4\x86\xf9\xb9\x39\xa9\x35\x42\x48\x4a\x69\x24\x79\x8c\ \xb1\xe3\x38\x1b\x36\x8c\xc5\x71\xd2\x6c\x36\x31\xc2\xad\x56\x6b\ \x7a\x66\x26\x9b\xc9\x44\x71\x9c\x24\x49\xdc\x0d\x00\x80\x59\xd6\ \xe8\xe8\x68\xb7\xdb\xcb\x66\xb3\x4a\xc9\x67\xf8\x27\x80\x30\xdb\ \xfb\x39\xa2\x04\xc2\xc4\x71\x07\xae\x81\x41\xfc\xdf\x61\x13\xa1\ \xa4\x5e\xaf\x7f\xef\xa1\x3b\xe2\xa0\x77\xde\xf9\xcf\xb6\x19\x9d\ \x39\x7e\xfc\xe1\x87\xe6\x97\x96\x97\x77\xed\xd8\xce\x28\x6d\xb7\ \xda\xbd\x6e\x77\x6c\xc3\x86\x2d\x5b\xb6\x34\x1a\xcd\x07\x1e\xbc\ \x6f\x65\xb5\xce\x28\xcb\x64\x33\x8c\x51\xad\x54\xa7\xdd\xde\xbb\ \x77\xef\xca\xca\xea\x7d\xf7\xde\x97\xcf\xe6\x3c\xcf\x0f\xba\x9d\ \xc9\xc9\x63\x73\x33\xb3\x85\x5c\x66\xfb\x8e\x1d\x84\x10\x00\x40\ \x08\x10\x02\x25\x95\xc5\x2c\x29\xa4\xa9\xbb\x2b\xa5\xa5\x94\x96\ \x65\x31\xc6\x84\x10\x4a\xaa\x34\x4d\xeb\xf5\x3a\xb3\x58\x21\x9f\ \x5b\x5e\x5e\x1e\x1b\xdb\x40\x08\x89\xa2\xc8\xb5\x6c\x00\x85\x10\ \x48\x29\x08\xa1\xcd\x66\xfb\xd1\x7d\x8f\x04\x41\x50\x2a\x95\x5a\ \xcd\x46\xbd\x5e\x9f\x9c\x9c\x6c\xb5\x5a\x46\x6f\x4a\x53\xde\xeb\ \xf5\x30\x26\x96\xe5\x70\x11\x13\x82\x1d\xc7\xe1\x9c\x1b\x5c\x33\ \x2f\x9d\xcd\x66\xa5\x94\x9d\x4e\xc7\xb2\xac\x5c\x36\xdb\xeb\xf5\ \xa2\x28\x6a\xb7\x5a\x52\xca\x52\xa9\x44\xa9\xa5\x64\x94\xcb\xe6\ \x16\x97\x96\x41\x6b\x9e\xa6\xcb\xcb\xcb\x49\x92\x48\xa5\x1d\xd7\ \xb7\x2c\xab\x17\x86\x1b\x37\x6e\x4c\xd2\xd4\xf7\xfd\xa7\xdf\xdf\ \x34\x88\x41\xfc\xd7\xc3\x26\xcb\xb2\x0e\x3f\xf2\x58\xa7\xd7\x7d\ \xd9\x15\x57\x68\xc1\x27\x8e\x3c\xa1\x40\x4e\x4e\x1e\x5b\x5d\x5d\ \xa2\x44\x63\x0c\x49\x1c\x15\x0a\xc5\xbd\x7b\xcf\x90\x42\xa5\x49\ \xd2\x6d\x07\x49\x98\x62\x44\x5b\xcd\x86\x45\x71\xb9\x90\x75\xd8\ \xd6\x47\xf7\xed\x0f\xc3\x50\xc9\xc5\x23\x47\x8f\x6a\x85\xe2\x84\ \xcf\xcd\xce\x03\x22\xe5\xa1\x61\xcb\x76\x95\x52\x52\x2b\x46\x19\ \x06\x10\x49\x1c\x86\x61\x2e\x97\x43\xca\x34\xb8\x81\xed\xd8\x52\ \x70\x1e\xc7\xcc\xb2\x16\x17\x17\x3b\x9d\x0e\x00\x24\x51\x10\x05\ \xdd\x25\x21\xe6\xab\x95\x52\xb9\xb0\x79\xf3\x66\xcb\xa2\x9e\x67\ \x29\xa5\x01\x88\x94\x2a\x8a\xa2\x4e\xa7\xe5\x7a\x8e\xeb\xb0\xe5\ \x38\xea\xb6\x5b\xbd\x30\xc4\x00\x8e\x6d\x65\x7d\x4f\x6b\x89\x30\ \x13\x32\x65\x16\x91\x89\x64\xcc\xc6\x18\xbb\xeb\xdf\xe4\xbe\xef\ \x1b\xfd\x48\x08\x81\x31\x8e\xe2\x38\x88\xa2\x28\x49\x34\x82\x30\ \x49\xa8\x65\x49\x8d\x94\x46\xa5\x6a\x6d\xd3\x96\x6d\xd3\xd3\xb3\ \x79\x3f\xbb\xe7\xa4\x93\x1f\x7e\xf4\x91\xd9\x99\xb9\x4c\x2e\x4b\ \x6d\x9b\x5a\xce\x39\xa7\x9e\x3d\xb2\x61\xac\xdb\x0b\x08\xc5\xcf\ \xfc\x9c\x6e\x10\x83\xf8\x8f\xa7\x85\x73\xce\x47\xc7\x46\x5f\x70\ \xf1\xc5\xb6\x63\xf9\x19\xbf\x58\x2a\x11\x46\x97\x96\x17\x8f\x4f\ \x1f\x7f\xf0\xc1\x07\xda\xed\x66\xa9\x58\x38\xfd\xf4\xbd\x08\xa1\ \x8c\x9f\xdd\xb8\x71\xd3\x95\x97\xbf\x6c\xeb\xa6\xad\x22\xe5\xcb\ \x4b\x4b\xfb\xf6\x3d\x32\x3c\x5c\x1d\xdf\xb8\xe1\x94\x3d\xa7\xd6\ \xeb\xad\xd1\xb1\x0d\xdd\x5e\x2f\x49\x52\xce\xe5\xe4\xe4\xf1\xdd\ \xbb\x77\x6f\xdc\xbc\x09\x01\x52\x5a\x6b\x00\x25\x15\x21\xa4\x54\ \x2c\x58\x94\x5a\x8c\x62\xbc\xe6\xf0\xc6\x48\x77\x5b\xed\xc6\x6a\ \x9d\x27\xa9\x6b\xdb\x8c\x90\x52\xa1\x50\x2e\x16\x97\x16\x17\x56\ \x57\x16\x57\x57\x16\xdb\xcd\x7a\x1c\x07\x5c\xa4\x04\x53\xd3\x66\ \xdc\x6a\xb5\xef\xb9\xe7\x1e\xa5\xd4\xe6\xcd\xe3\xbd\xa0\x93\x44\ \x91\xe0\x29\x01\x8d\xb4\xc2\x18\x59\x16\x8b\xc2\x20\x8e\x23\xce\ \x53\x21\xb8\xe3\xd8\x08\xa1\xe5\xe5\x65\xe3\x32\x77\x1c\x07\x63\ \x2c\x84\x48\xd3\xd4\xb6\x6d\xa3\xb2\x07\x61\xc0\x05\x57\x5a\x4b\ \x0d\x08\xb3\x7c\xbe\x50\x28\x16\xb7\x6c\xdd\xd6\x0b\x22\x00\xdc\ \x69\x77\x3a\xed\xce\xf0\x50\xcd\x71\x1c\x84\x90\xd2\x6a\x74\x6c\ \x94\x5a\x34\x08\x83\xed\x3b\xb7\x19\x9f\xc1\xe0\x43\x36\x88\x41\ \xfc\x8c\xb1\x49\x6b\x6d\x5b\xb6\x4d\x99\xeb\xd8\x52\x4a\x8b\x59\ \xae\xed\xec\xdf\xbf\xaf\x52\xae\x3c\xeb\x59\xe7\x14\xcb\x95\xa5\ \xa5\xa5\x85\x85\xc5\x1d\xdb\xb7\x0b\x9e\x4e\x4c\x4c\x64\x32\x7e\ \xbe\x98\x27\x84\x50\x4a\x57\x96\x57\x7d\xdf\x2b\x16\x4b\x67\x9d\ \x7d\xfa\xcb\xae\xbc\x62\xf2\xd8\xe4\xd6\x2d\x5b\x30\xc6\xa3\xa3\ \xa3\x57\x5c\x71\x45\x92\x24\x07\xf6\x1f\x48\xe3\x24\x08\x42\x50\ \x5a\x69\x05\x18\x21\x80\x20\x08\x04\x17\x46\xdf\xd1\x5a\x4b\xa5\ \xa3\x28\x42\xeb\xc5\xb2\xad\x5b\xb7\x2e\x2e\x2e\x1a\x5e\x33\x33\ \x33\x73\x64\x62\x82\x73\xbe\xb8\xb8\x28\xb8\x48\xd2\x84\x52\xda\ \x68\x34\x0e\x1e\x3c\x38\x31\x31\x71\xef\xbd\xf7\xee\xdf\xbf\x3f\ \x8e\x13\xa5\x15\x63\x16\xa5\x4c\x2a\x99\xa6\xa9\xed\x38\x8c\x31\ \x83\x17\x71\x1c\x03\x80\xe7\x79\xae\xeb\x9a\x84\x4e\x08\xc1\x39\ \xb7\x2c\x2b\x8a\x22\xce\x39\x63\x8c\x50\x62\x74\x77\xa5\x14\xc1\ \xd8\xf7\xbd\x52\xa9\xd4\x6a\xb5\x10\x00\x21\x24\xe5\x3c\x49\xd3\ \x46\xb3\x59\x28\x16\x1d\xc7\x61\x8c\xf1\x24\x4d\xe2\x14\x01\xca\ \x65\x73\xfb\x1f\xdd\x57\x5f\xad\x9b\xa4\x75\x10\x83\x18\xc4\xcf\ \x32\xa7\x03\x40\xa0\x75\x1c\x76\x41\x16\xb4\x14\xa5\x62\xe1\x9b\ \x5f\xbf\x4e\x6b\x78\xe7\xbb\xde\x79\xf2\x49\x27\x7d\xf8\xf7\x3e\ \x78\xe8\x89\x27\x66\xa6\xa7\xe6\x66\x67\xa2\x28\x54\x22\xbd\xfd\ \xf6\xdb\x57\x56\x56\x10\xc6\x9c\x8b\x95\xd5\xd5\x7b\xee\x7d\xe0\ \x82\x0b\x9e\xdd\x6c\xf7\x72\xb9\x9c\x65\xb1\xc9\xa9\x29\x8c\x71\ \xb1\x54\xaa\xd6\xca\xb7\xdd\xb2\xef\xcb\x5f\xfa\xf2\xbb\x7e\xf3\ \x9d\x27\x9d\xb2\x5b\x83\x16\x42\x50\x84\x95\xd2\x41\x10\x38\x8e\ \x5d\xae\x0d\x19\x11\x0a\x63\x52\x2a\x95\xb4\x52\x69\x9a\x06\x41\ \x30\x3f\x3f\x7f\xf4\xe8\xd1\x62\xb1\xd8\x6e\xb7\x3b\x9d\x8e\xa9\ \x91\x31\xc7\xb6\x1d\xa7\xd3\x6e\x1b\x03\x41\x9a\xa6\x95\x4a\x65\ \x69\x69\xa9\xdb\xed\xa6\x69\x22\x78\x7f\x24\xcb\xda\xa0\x16\x42\ \x49\x92\xa6\x8c\xb1\x34\x4d\xb5\xd6\x85\x42\x61\x68\x68\x68\x7e\ \x7e\x3e\x93\xc9\x10\x42\x3a\x9d\x4e\x18\x86\xbe\xef\x5b\x96\xd5\ \xed\x76\x1d\xc7\x75\xdd\x84\x73\x2e\xa5\x64\x8c\x65\x32\x99\x95\ \x95\x95\x24\x49\xe2\x38\x2d\x14\x8a\x5e\x26\x13\x76\xdb\x85\x62\ \x81\x0b\xc1\x2c\x46\x18\xab\xd6\x86\x38\x4f\x1f\x7c\xf0\x41\x29\ \xa5\xeb\xba\x2f\xba\xf0\x02\x78\xc6\x34\xd8\xf3\x5e\xa7\x79\xdf\ \xcd\x32\x0e\x01\xfd\xf0\x98\xb4\x14\xde\xf8\x8e\xfc\xe9\x17\x49\ \xce\x29\x1b\x14\xce\x06\xf1\x1f\x04\x9b\x10\x42\x69\x9a\xc4\x42\ \x45\x61\x0f\xb4\xbe\xe9\x86\x1b\x6e\xbc\xf1\x3b\xef\xfd\x1f\xbf\ \x73\xc6\x99\x67\xdc\x76\xcb\xad\xf5\x7a\x43\x70\xb1\xef\xd1\x47\ \x2f\x78\xf6\x85\xbd\xa0\x4b\x09\xa1\x04\x6b\xa5\x28\x21\xcd\x56\ \x4b\x48\x75\xf4\xd8\xb1\xda\xc8\x58\x36\x9b\x4f\xd2\xd4\xf3\xbc\ \x6e\xb7\x6b\x5a\x3d\x66\xa7\xe7\x27\x27\x27\xc3\x28\x8c\xa2\xa8\ \xd9\x6a\x86\x71\xa4\xa5\xca\x79\xfe\xfc\xdc\x7c\xb3\xd9\xf4\x3c\ \x8f\x51\x0a\x1a\x30\xc2\x00\x60\xdb\x76\xbb\xd9\x64\x96\x65\xdb\ \xf6\xc4\xc4\x44\x10\x04\xa3\xa3\xa3\x52\xca\x42\xa1\x50\x1b\x1a\ \x6a\x36\x1a\x99\x5c\x36\x0e\x42\x9e\xa4\x08\x00\x69\x00\xa5\x17\ \xe7\x17\xba\xed\x0e\xe7\x3c\x0c\xc2\x5c\x3e\x27\xb8\xe0\x9c\x53\ \x42\x14\xe8\x24\x49\x3c\xcf\x0b\xa3\xc8\x71\x1c\xd7\x75\xf3\xf9\ \xfc\xe6\xcd\x9b\x83\x20\x30\x46\x81\x72\xb9\x0c\x00\xbd\x5e\xcf\ \x08\xf0\x08\x63\x9b\x52\x43\x7c\x0c\xd6\x20\x80\x32\x0b\xdf\x8c\ \x00\x00\x20\x00\x49\x44\x41\x54\x38\x8a\x73\xf9\x5c\x1c\xc7\xc7\ \xa7\x8f\xb7\x5b\x2d\x2d\x79\x92\x24\xae\xef\xd7\x6a\xc3\x87\x9e\ \x38\x64\xd9\x36\xb3\x98\xe0\x9c\x73\x7e\xce\x39\xe7\x64\x32\x19\ \x25\x9f\x11\x39\x9d\x02\x98\xfb\xe2\x1f\xb1\xc9\x47\xbc\x52\x55\ \x9f\x90\x66\x22\x29\xe2\xc7\xef\x7c\xe0\xd6\x1b\xf0\xe8\xf6\x8b\ \xdf\xf0\x2b\x3f\xed\xd3\x26\x41\x27\x01\x3b\xe7\xdb\xff\xc6\xab\ \xf2\x4e\x37\xb4\xfc\x9c\x43\xff\x5f\x20\xb4\x4c\x3b\xdd\xc8\x2f\ \xe4\x97\x0f\xde\x3f\x25\xc6\xcf\x3f\x6d\xa4\x7f\xcb\xc4\xbd\xb7\ \xce\x39\x7b\x9e\x77\xfa\x4f\x34\x4c\x6a\xe6\xf1\x7b\xa6\xe9\x96\ \x0b\x4e\x1a\x4c\x9e\x7a\x26\xe5\x74\x08\xa3\x24\x8e\x92\x28\xf4\ \x6d\x67\x76\xfa\xf8\xdf\x7c\xf6\xaf\xae\xb8\xfc\xf2\xcb\x2e\xbb\ \xac\xbe\x52\x1f\xaa\xd6\xb6\x6e\xdb\x86\x09\x6d\x34\xea\xb7\xdd\ \xf6\xdd\x03\x8f\x3d\x76\xe3\x0d\x37\x5c\xfb\xd5\xaf\x3e\xf6\xd8\ \x63\xcc\xb2\x98\xe3\x9c\x72\xea\x69\x9e\x9f\x5d\x5e\x59\x22\x04\ \x86\xaa\x15\xa5\x75\x12\x27\x00\xf0\xe0\x83\x0f\xde\x7b\xdf\xbd\ \x71\x1c\x87\x41\x30\x3f\xbf\x70\xe4\xc8\x91\xe3\xc7\x8f\x63\x8c\ \x2d\xdb\x46\x00\x33\x33\x33\x96\x6d\x53\xdb\xd2\xeb\x54\x07\x00\ \xb5\x3b\x9d\x7a\xbd\xde\x6a\xb5\x18\x63\x9d\x4e\x67\x6a\x6a\x6a\ \x78\x78\x78\x64\x64\x64\x61\x61\xe1\xc8\x91\x23\x3c\xe5\x69\x9a\ \xe6\xf3\x79\xad\x74\xbd\x5e\x67\x8c\x6d\xd9\xb2\xe5\xa4\x93\x4e\ \xaa\x94\x2b\x99\x4c\xa6\x90\x2f\x28\xad\x8d\x33\x20\x49\x12\x00\ \xb0\x6d\x07\x21\x64\xa4\x6e\x93\x12\xae\xae\xae\x5a\x96\xd5\x68\ \x34\x4c\x3f\x4a\x2e\x97\x43\x08\x1d\x3f\x7e\x3c\x49\x12\x33\xb0\ \x49\x08\x61\xec\xe0\x1a\xc0\xf3\x3d\x00\xf0\x7d\x7f\xe3\xf8\x46\ \xcb\xb2\x1c\xd7\xd9\x7d\xca\x29\xbb\x76\xed\xaa\x54\x2a\x9e\xe7\ \x61\x8c\x4a\xe5\xf2\x70\xad\xb6\x61\x6c\x6c\xe3\xf8\xf8\xd3\xdf\ \xe8\xfb\x13\x9f\xa7\x52\x85\xb3\x13\x43\x63\xe3\x19\x19\x67\x89\ \xce\x10\x9d\x21\x3a\x0b\xbc\xb8\x69\xeb\xa4\x53\x7b\xe0\xee\x3b\ \x4f\x3e\xef\xa2\xa7\x3c\x40\xb4\x1f\xbd\xf3\xe6\xeb\xbe\xf6\xb5\ \x7f\xbe\xf9\xae\xe5\x20\x99\xde\x77\xeb\xb7\xee\x3f\xfa\xaf\xde\ \x8c\x7e\xe0\x9b\x7f\xf5\x99\xeb\x1f\xfa\x37\x5f\x35\x38\xfa\x97\ \x9f\xfc\xf4\x7d\xb3\xfc\xe7\xf7\x3e\xbb\xb3\x37\x7c\xed\x3b\x0b\ \x3d\x05\x00\x72\xe5\xe0\x67\x3e\xf1\xa7\x4f\xf4\xd4\xb1\x1f\x7c\ \xf7\x96\xfb\xa6\x4f\x3c\xec\x43\x77\xdf\x7e\xef\xa1\xe5\x9f\xec\ \x19\xf5\x63\x77\xdd\x70\xcb\xfe\xf9\xff\xfb\x43\x8b\x96\x1f\xff\ \xfa\x77\xfe\xa5\x3e\x90\x1f\x7f\x26\xbc\x89\x51\xb6\x30\x3f\x7f\ \xc7\x3d\xf7\x1f\x3e\x78\xe0\x9e\x1f\xfc\xa0\x54\x2a\x9e\x75\xe6\ \x59\xd7\x5e\x7b\x2d\xe7\x12\x01\x0a\xc2\x18\x63\x12\x05\xa1\x45\ \x70\x36\xe3\xcf\xcf\xce\xb4\x3b\x1d\xa9\x54\xbd\xd9\x3c\x6f\x78\ \x24\x93\xcd\xfa\x99\x4c\xbd\xd1\xb0\x6d\x37\x09\x83\x4b\x2e\xb9\ \xf8\xce\x3b\xbf\x3f\x79\xec\xd8\xee\xdd\xbb\xcf\x3f\xff\xfc\x6f\ \x7f\xeb\x5b\x8e\xeb\xee\xda\xb5\xab\x32\x5c\xa1\x8c\xfa\x9e\x0f\ \x52\x65\xb2\x99\xa9\xc9\xc9\x8b\x2f\xbe\x18\x00\x34\x40\x18\x45\ \x18\x21\xd7\x76\x7c\xdf\x9f\x98\x98\x90\x52\x52\x4a\x3b\x9d\x4e\ \xaf\xd7\x4b\x92\x44\x08\xd1\xe9\x74\x4c\xaf\x5f\x14\x86\x9e\xe7\ \x11\x42\x4a\xa5\x52\xaf\xdb\x35\x3d\x80\x3b\x76\xee\xe8\x3d\xdc\ \xed\x74\x3a\xb6\x65\xf9\xbe\x9f\xa6\xe9\x7a\xb7\x1d\x38\x8e\x93\ \xa6\x29\x00\x18\xf8\xcb\xe7\xf3\xc6\xc4\xa4\xb5\x8e\xa2\x28\x8e\ \xe3\x5a\xad\xb6\x7d\xfb\xf6\x5e\x10\xcc\x2f\x2c\x18\x7b\xba\x6d\ \xdb\x69\x9a\x5a\xcc\x32\x1c\x2a\x0c\x43\xd3\xf4\x9b\x70\x79\xf4\ \xe8\xd1\x72\xb5\xe2\x67\xfc\xa1\xea\xd0\xf9\x17\x3e\x9b\x50\x3a\ \x3f\x3b\xb7\x77\xef\xde\x66\xbd\x19\x86\x21\x2a\x17\xe1\x19\xe0\ \x70\xd2\x5a\x0b\x8d\xb5\x06\x35\xb4\x19\x2f\x1f\xe7\x49\x84\xb4\ \x72\x46\x36\xdf\xbf\x9a\x7c\xe7\x9b\xff\x7c\xc5\xdb\xde\x33\xb2\ \x75\xe7\x89\x7c\xe8\xe6\xcf\xff\xf9\x3f\x1f\x52\xe7\x9e\xbe\x71\ \xe9\xc9\xa3\xdb\x4f\xdd\xd3\x39\x72\xdf\x2d\xd3\xab\x7b\xc6\xb2\ \xd9\x7c\xbe\xec\xd1\xf6\xea\x72\x3b\x14\xf9\xa1\xda\xc9\xcf\x7d\ \xc5\x90\x2e\x01\x40\xd4\x6d\x36\x9a\x1d\x45\xbd\xea\x50\xd5\xe9\ \x7f\xa6\xbc\xf1\x97\xbf\xfe\x35\xe5\x1a\x03\x99\x34\xea\x8d\x6e\ \xc4\xdd\x7c\xb9\x5a\xf0\x11\x00\x80\x0e\xda\xab\xf5\x56\xe4\xe4\ \x2b\xd5\x82\x87\x54\xb2\xba\xb8\x1c\x63\xaf\x36\x5c\x66\x00\x4a\ \xa4\xed\xc6\x6a\x27\x12\x99\x52\x35\x4b\x92\xe5\xd5\x8e\x95\x5b\ \x7b\x60\x1a\x76\x1a\x8d\x66\x0a\x56\xb9\x3a\xe4\xdb\x04\x40\xb5\ \x57\x97\x5b\xbd\xc4\xcd\x97\x87\x8a\x19\xd5\x5d\xbc\xeb\xe6\x9b\ \xd1\xd6\x93\xf4\x78\xb9\x9a\xdf\xf2\xaa\x37\xbd\x6e\x3c\x83\x1f\ \x44\x58\x26\x9d\xe5\xe5\x05\x4d\x33\xd5\x52\x16\x03\x10\x4a\x29\ \x31\xdf\xca\xb2\xbd\xb2\xd4\x8a\x51\x75\xb8\xe6\xb1\x13\xbe\xa7\ \x55\xda\x58\x59\xee\xa6\x74\x6c\xbc\xcc\x98\xc5\x3b\xab\xf3\x8b\ \x8b\x96\x9b\xab\xe4\x3d\x00\x1d\xb4\x56\x56\x5b\x91\x95\x29\xd4\ \x2a\x79\x0c\x20\xd3\xb0\x51\x6f\x84\x1c\x97\x6b\x43\x34\x6d\x2d\ \x37\x7a\xd4\x2d\x0c\x55\x0b\x86\x2c\x26\xdd\xfa\x52\xa3\xe7\x96\ \x46\x70\xfd\xc9\x5b\xbe\xfb\xe0\xf0\xae\xdd\x3b\x0a\x4e\xa9\x52\ \xa4\x32\x59\x5d\x5a\x8a\x90\x3f\x52\x2b\x53\x0c\x32\x09\xea\x8d\ \x46\xc8\x49\xb5\x36\xe2\x41\x77\x7e\xb1\xa1\xed\x4c\xb5\x5a\xb1\ \xc9\x00\x9b\x7e\x5c\x10\x42\x7a\xdd\xde\x77\x6f\xba\x69\xdf\x23\ \x0f\x4f\x4f\x4f\x6f\xdd\xba\xed\x6f\xff\xf6\x1a\xdf\xcb\x6c\xdd\ \xba\x55\x6b\x48\xb9\xa4\x8c\x21\xd0\x4a\xca\xe1\x6a\xf5\xb9\x17\ \x3d\x07\x11\xfc\xbd\x3b\xef\x6c\xb6\x3b\x9e\xe7\xa5\x42\xdd\x78\ \xe3\x8d\x5a\x4a\x46\x29\x8f\x12\x84\xb4\xe7\xba\x42\x08\xd7\x75\ \x7d\xdf\x3f\xe5\x94\x53\x6e\xbb\xf5\xd6\x95\x95\x95\x6c\x31\xa7\ \x41\x2f\xcc\xcf\x3b\xcc\x9a\x9d\x9d\x5d\x59\x59\x31\x4d\x1e\x08\ \x21\xc6\x68\xb7\xdb\xeb\xb5\x3b\x00\xb0\xb8\xb8\x38\x3d\x3d\xbd\ \x73\xe7\xce\x5a\xad\xd6\xe9\x74\x38\xe7\x71\x1c\x33\xc6\xb4\x52\ \xd3\x53\x53\xe3\xe3\xe3\x48\x6b\x4c\x48\xd0\xeb\xcd\xcd\xce\x1e\ \x3e\x74\x28\x08\x02\x29\x65\xa3\x5e\xb7\xa8\xad\x94\x92\x52\x3a\ \x8e\x23\xa2\x30\x4d\x53\xdb\xb1\x11\x42\x86\x13\x65\xb3\xd9\x8d\ \x1b\x37\x2a\xa5\x66\x67\x67\xcd\xd4\x14\x63\xfe\x1c\x1f\x1f\xdf\ \xb5\x6b\xd7\xca\xca\x8a\x65\xdb\xed\x6e\x67\x65\x65\x05\x21\x54\ \xa9\x0c\xf9\x5e\xc6\xf4\xf7\x6e\xdf\xbe\x73\x65\x65\x55\x03\x28\ \x50\xfb\x1f\x7f\x6c\xeb\x96\x2d\xa7\xed\xdd\x9b\xcb\xe7\x56\x97\ \x57\x38\xe7\xb5\x4a\x55\x0b\x79\xd3\x77\xbe\xb3\x69\xb8\xb2\x63\ \xeb\x66\xce\xc5\x33\x01\x9b\xa4\xd2\x6d\xb7\xf4\xbd\x89\xc5\x8b\ \xb6\x6e\x2a\x2c\x3c\x41\xcb\x23\x0f\x45\xd6\x37\x6f\xb9\xe3\xdc\ \xd3\x4e\x1e\xce\xfb\x4f\xbd\x7b\x73\xdf\xc1\x89\x4d\xcf\x7f\xdf\ \x9b\x2f\xdf\x65\x7e\xbe\x9f\x5a\xf5\x03\x77\xff\xe3\xdf\x4f\x9f\ \xf3\xf2\xd7\x6f\x6d\xdd\xfb\xa9\xcf\xdf\x9e\xab\xd4\x2e\x7c\xdd\ \x5b\x4a\x87\xbf\x7d\xab\x7c\xee\x07\x5e\xd1\xfe\xf3\x8f\x7d\x62\ \x56\x55\x5c\xde\xa5\x1b\x2e\xf8\xcd\x77\xbc\x66\xc8\x31\x12\xd7\ \xd2\xd7\xbe\xf8\xe5\xe7\xbd\xeb\x43\x5b\x8e\x7e\xe1\x83\xd7\x3c\ \x32\x3c\x5a\x58\x59\x15\x97\xfd\xd2\x7f\xbb\xea\xec\xda\xcc\x7d\ \xff\xf4\x17\xd7\x7e\x5f\x32\x7f\xf3\x85\xaf\x7e\xfb\x4b\x76\xdd\ \xf4\x77\x9f\xba\xf9\x50\x9b\x6a\x5e\x3b\xfb\x65\xef\x7e\xfd\xf3\ \x8e\xdf\x73\xed\x1f\x7f\xe1\xde\xca\x70\xbe\xd3\x12\x43\xb5\x9c\ \x4c\xba\xf3\x0d\x75\xd5\x3b\xff\xe7\x8b\x76\x91\x2f\x7e\xea\x23\ \xf7\xad\x92\x0a\x4b\x12\x6f\xeb\xaf\xbc\xeb\xed\x27\x15\xf9\x3d\ \x37\xfc\xd3\x83\x93\x0b\xcd\xb6\xbc\xec\x57\xff\xfb\xa5\x23\xbe\ \x0b\x2b\xb7\x7c\xe3\x8b\x07\xb6\x3c\xfb\x17\x5f\x58\xbd\xfe\x0b\ \xdf\xbc\xfc\xfd\x57\xbb\x0c\x1f\xbb\xfd\xeb\x9f\x59\xb9\xbd\xde\ \x48\xce\x7b\xf5\x6f\xbc\xf1\xa2\x2d\xc8\xc8\x99\x00\x07\x6f\xf9\ \xe2\x57\xbf\x77\x14\xa1\x04\xaa\x67\xbe\xe3\xed\xaf\x1d\x32\x82\ \x9b\x0e\x6f\xfb\xfc\x9f\x7d\x67\xff\x8a\x93\x29\x5d\xfe\xd6\x5f\ \xb1\x1d\xfb\xd8\xad\xdf\xf9\x9b\xe9\xdb\x57\xda\xec\x95\xef\x78\ \xcf\xf3\x77\x79\x8f\xfd\xe0\x86\x5b\x1f\x9c\x6e\xd5\x3b\x7b\x5f\ \xf6\xb6\x37\xbd\x60\xfb\x03\xd7\xfe\xc9\x35\x77\x2d\x57\xc6\xb6\ \x5e\xf5\xfa\x37\x15\x17\x6f\xbe\xf6\x8e\x27\xdb\x8d\xf6\xd6\x17\ \xbe\xe5\x6d\x2f\x39\x6d\xf5\xf1\x5b\xff\xe2\xef\xbe\xd5\x25\xee\ \x96\x67\xbd\xf8\x65\x67\xe7\x50\x6b\xe6\xdb\xff\x78\xcd\xd6\xbd\ \x17\xbc\xe1\xaa\x0b\xee\xfc\xd2\x5f\xfc\xcb\x44\x57\xc7\xdd\xda\ \x99\x2f\x7f\xe7\xeb\x9e\xfd\xbd\xcf\xff\xc9\x57\x1e\xa9\x0f\x6f\ \xda\xf1\xe2\x17\x3f\x67\xe2\xd6\xaf\x3e\xd1\xa6\xb9\xa1\xcd\x2f\ \x7f\xd3\x2f\xee\xca\x0f\xb0\xe9\xc7\x7e\xa0\x01\x30\x02\x9e\x44\ \x73\xb3\xd3\x04\xa1\x6e\xab\xd5\x6e\xb4\x5c\xd7\x9b\x9f\x5b\x60\ \xb6\x8d\x11\xb2\x2c\xb7\xd7\x5c\x79\x6c\xdf\xa3\xbe\xe7\x54\x87\ \x86\x9b\xed\x76\xb3\xd9\xa2\x84\xd6\x46\x46\x17\x16\xe6\x0f\x1c\ \x3c\xf8\xaa\x57\xbe\x32\xe8\x05\x23\x43\xb5\x42\x31\x7f\xe7\x9d\ \xdf\x37\x6a\xb4\x6d\xdb\x8b\x0b\x0b\x51\x1c\xc7\x71\xbc\xba\xba\ \x3a\x32\x3a\x1c\x84\xe1\xf4\xd2\xd4\xd4\xe4\xa4\xe7\xfb\x96\x65\ \xa9\x94\x6b\x84\x38\x17\x8d\x46\xbd\xdb\x6c\x0f\x55\xab\xb3\xb3\ \xb3\x4f\x3c\xf1\x44\x14\x45\x9d\x4e\x47\x08\x51\xaf\xd7\x2d\xcb\ \x5a\x5d\x5d\x3d\x7c\xf8\xb0\xef\xfb\xd3\xd3\xd3\x7b\xf6\xec\x39\ \xfd\x8c\x33\xa2\x30\x5c\x5d\x5d\x4d\xd3\x94\x52\x3a\x35\x35\x95\ \xc9\x66\x6b\x95\xda\xc4\xd1\xa3\x49\x92\x14\x8b\x45\x6a\x5b\x8d\ \x46\x83\x51\x96\xcd\x65\x7b\xbd\x5e\x9a\xa6\xae\xeb\xa6\x69\xba\ \xb2\xb2\x32\x32\x32\x62\xdb\xf6\xe4\xe4\x24\xe7\xbc\x54\x2a\x8d\ \x8c\x8c\x34\x1a\x8d\x63\x93\x93\x9e\xef\x1b\x63\x81\xd6\xba\x5c\ \x2e\x11\x4c\x93\x24\x39\xed\xb4\xd3\xcc\xd8\x16\x00\x8d\x10\xce\ \x16\xf2\xf3\xcb\x4b\x7b\x29\x2e\x96\x4b\xfb\xf6\xed\x6b\x36\x9b\ \x00\x20\x84\x68\xb7\x3b\x26\x49\x7c\x46\xe8\x4d\x4a\x49\x80\x20\ \x4e\x1f\x7a\xf8\x91\xb9\x99\xf2\x1b\x2e\xb9\x70\xba\xde\xbe\xee\ \xc6\xef\x5e\x78\xee\xb3\xce\x29\x92\xa5\x76\xeb\xa9\x77\x1f\x7e\ \xcd\xab\xaf\xfa\xeb\x2f\xff\xf5\x27\x8e\xed\x79\xce\xa5\x2f\x39\ \xff\xa4\x9a\x4c\xf9\xd6\xe7\xbf\xfa\x77\xdf\xf4\x1c\x04\x70\xcf\ \x57\xbe\xe4\x9d\x7e\xd5\xef\xbf\xfd\x52\x0a\xf0\xbd\x7d\x21\xc7\ \x1a\xe2\x66\x53\xe6\xdf\xf4\xde\xdf\x3f\xdb\x9b\xf9\xf3\x8f\x7c\ \xec\x1f\x6e\xdd\xf3\xdb\x97\x9f\xbc\x26\x38\x71\xae\x01\xda\x2b\ \x8b\xe5\x33\x5f\xf2\xc1\xb7\xbf\xf4\xe0\x75\x7f\xf4\xb7\xdf\xfe\ \xee\x8b\xf6\x3e\xff\x0b\x5f\xfe\xde\x9e\xd7\xfe\xce\x2f\x9c\x3f\ \x02\x80\x27\xef\xfa\xc2\xf5\x07\xdd\xf7\x7e\xe8\xfd\x9b\x92\x03\ \x1f\xfd\xbd\xcf\xdc\x76\xe6\x69\x23\xed\xba\x77\xfa\x15\x1f\x79\ \xc7\x65\xff\xf2\x67\xef\xbd\x29\xd9\xf3\x87\xef\x7f\xd9\xf7\xff\ \xee\x83\xdf\xf8\xee\xc3\x2f\xda\xb5\x77\xb1\xa3\x5e\xf8\x6b\x1f\ \x7a\xd5\x6e\x79\xfd\x27\x3f\xf2\xf9\x2f\x7d\xff\x0f\x7e\xfd\x05\ \xcf\xbd\xf2\x35\xa7\x07\xdd\xfb\xbf\xf9\xd7\xb7\xde\x71\xcf\x45\ \xaf\xdd\x0a\x99\x9d\xbf\xf4\xee\xdf\x3d\xb5\x8c\x61\xf9\x91\x24\ \x49\xb5\xd6\x5c\xa8\xcd\xe7\xbc\xea\x43\xbf\xf9\xc2\x85\xfb\xbe\ \xf2\xd1\x7f\xf8\xc2\x73\xcf\xff\x00\xc1\x08\x63\x0a\xbd\xc7\xfe\ \xfe\xeb\xf7\x9e\xf6\xba\x77\x5d\x3c\xde\xf8\xd4\xc7\x3e\xfb\x8d\ \x7b\x9f\xf7\x6b\x17\xd5\x00\x60\xe9\xe1\xeb\xaf\xdb\x9f\xbe\xf3\ \xea\x4f\x9c\x5c\x00\xc0\x70\x73\x14\xed\x7c\xe1\xeb\x7f\xef\x17\ \xce\xbb\xfb\x1f\x7e\xef\xeb\x37\xde\x76\xc1\xae\x57\x9c\xf5\xbc\ \xab\x36\x9e\x1e\x1c\xbb\xe3\x0b\xd7\xde\x7a\xeb\x6b\x5e\xb0\x7d\ \x65\xae\x71\xda\x4b\xde\xfa\x1b\x57\x9e\x0a\x1a\xf8\xf8\xe5\xbf\ \xb2\x3d\x98\xb9\xf7\xfa\xcf\xdd\x72\x4f\xf3\xf9\x23\xd7\x7e\xe5\ \xeb\x95\x4b\xdf\x75\xf5\x65\xbb\xb4\x42\xad\x23\xdf\x72\x36\x9d\ \xfe\xb6\xab\xdf\xbd\x89\xc0\xf2\x23\x5f\xfe\xca\x7d\xcb\xaf\xff\ \xf5\x77\x8e\xb7\xbe\xff\xb1\xbf\xf9\xe2\x7d\x97\xec\x5d\x5d\xec\ \x9e\x71\xe5\xbb\xdf\xfe\xe2\xcd\xbd\x03\xd7\xff\xc3\xa1\xee\x1b\ \x3f\xf8\x07\x17\x6c\xf0\x06\x39\xdd\xff\x4e\x0b\xe7\x9c\x23\xad\ \x41\x69\xc7\x76\x31\xc6\x69\x9a\x44\x61\x18\x44\x31\xe7\xc2\x71\ \x5c\xa5\x34\xa5\x64\xb5\xbe\x72\xef\x7d\xf7\xf9\x7e\x36\x4e\xd2\ \x5e\xd0\x93\x4a\x1d\x3a\x74\xb8\xd1\x68\x6d\xda\xb4\x19\x63\xac\ \x01\x3d\xf6\xf8\xe3\xaf\x7b\xdd\xab\x4d\x25\x5e\x29\x35\x79\x6c\ \xb2\xd5\x6e\x03\xc0\xf2\xf2\x92\xed\x3b\x98\x20\xcf\x71\xcb\xe5\ \xf2\xb1\xa3\x4f\x2a\xa5\x0e\x1e\x3c\xd8\xea\x76\x0a\xc5\x62\x22\ \x78\xa7\xdd\x59\x98\x9f\x0f\x83\xa0\x50\xc8\x03\xc0\x91\x23\x47\ \xaa\xd5\xaa\x99\x9a\x82\x00\x84\x10\x69\x92\x84\x41\x30\x3b\x33\ \xc3\xd3\x34\x0a\xc3\x38\x4e\x78\xca\x47\x86\x47\xb4\x56\xb3\x33\ \xb3\xbe\xeb\xa6\x49\x82\x11\xf6\x7d\x9f\x73\x4e\x29\xf3\x7d\x1f\ \x13\xe2\x11\x6c\xdb\xb6\x69\xbe\x73\x1c\x47\x6b\xdd\x6a\xb5\x10\ \x42\x69\x9a\x9a\x4c\x6d\x6e\x6e\xae\x5c\x2e\x97\x4a\xa5\x30\x8a\ \x30\xc6\x9e\xe7\x05\x41\x40\x29\xc3\x98\x60\x4c\x6a\xb5\x5a\xb3\ \xd9\x46\x08\x29\x80\x5e\x18\x3c\xeb\x9c\x73\xc6\x37\x6c\x78\xe8\ \xa1\x87\x16\x17\x17\xd3\x28\xce\x17\x0a\x13\x13\x13\x48\xeb\x30\ \x8c\x29\x79\xa6\xf4\xd3\x69\xad\xc3\x38\x1e\x41\xe1\x0b\x2f\x3c\ \xff\x86\xdb\xee\xf8\xdb\x6f\xdf\xd6\x6e\x77\x76\x6e\xdf\x76\xc9\ \x8e\xe1\xa5\x07\xee\x48\x47\xf6\xfe\xc8\xfd\x37\x9f\x77\xd5\x87\ \xf7\x3e\x67\xff\x0f\x6e\xbb\xee\xb3\x1f\x9e\x78\xe5\x3b\x77\x50\ \x86\x05\x5e\x57\x21\x31\xb3\x2d\xd2\xff\xfa\x02\x00\xc0\x94\x5a\ \x8c\x01\x38\xe3\x67\x9d\xba\xed\xba\x27\x66\xe0\xf2\x93\x9f\xfa\ \x41\x22\x16\xa3\x08\x60\xcb\xae\x0d\xf6\x63\xcd\xd5\xc5\xa3\xcb\ \x76\xe9\xca\x33\xc6\xcc\xad\x73\xc7\x8f\x64\x4e\x79\xfe\xc6\x0c\ \xe0\xcc\xf6\x33\xb6\xe0\x63\x33\x73\x35\x62\x31\x46\x00\x60\x7c\ \xcb\x90\xfb\xa4\x04\x80\xd1\xd1\x31\xf2\x70\x0f\x40\x53\xc6\x18\ \xa3\x00\xde\xb3\xcf\x38\xf5\x07\xb7\x4e\x2e\xcf\x1f\xf8\xda\xe7\ \xbe\xd4\x72\xcb\x62\x69\x55\x6c\x57\x42\x6a\x00\xf4\x23\x1a\xaa\ \x46\xd8\xcb\x15\x01\x60\x64\xf7\x9e\x61\x76\xd7\x6c\x2b\x44\x08\ \x21\x42\xd3\xfa\xe1\xc5\x30\x29\xee\xbb\xed\xba\x7d\xe9\xd0\x69\ \xe7\x6e\x2b\xac\x95\x29\x17\x26\x26\x8a\x5b\x4f\x3d\xa9\x44\xd6\ \x7f\x73\x9a\xd9\x0e\x00\x6c\xdc\xb1\x19\xee\x4e\x3a\xdd\xe5\x1b\ \xfe\xf2\x33\xc7\x44\xc1\x0d\x67\xb5\xf4\x24\x00\x26\xcc\xb2\x19\ \x00\x40\x32\x7f\xed\x67\xff\xf6\x70\xe0\xe6\xd2\x05\x01\xbb\xe2\ \x95\xe3\x4b\x5d\xeb\xca\x73\xb7\x23\x40\x08\x03\xd2\x0a\xb0\x99\ \xbe\x07\x8d\x99\xc9\x6e\xdc\xdb\x77\xfb\xf5\xfb\xd3\x74\xcf\xb9\ \x67\xe7\x19\x20\xca\x6c\xc6\x00\x20\x73\xf2\x25\xbf\xf0\xe2\xfa\ \x4d\xff\xeb\xc3\x8f\x9c\xf1\xfc\xd7\x5c\x75\xd9\x90\x3b\xc0\xa6\ \x7f\x4b\x2a\x47\xb8\xb1\xd2\x28\x57\xca\xb9\x4c\x0e\x00\x83\x46\ \x69\xca\x11\x26\x8c\x32\x04\x18\xc1\xda\x8e\x13\x25\x55\x18\x06\ \xbd\x20\x24\x18\x23\xd0\x07\x1e\xdf\xdf\xeb\x6c\xb6\x1c\x67\x6e\ \x66\xba\x9c\xcf\x82\xd2\x4a\xf1\xa5\xa5\x65\x33\x57\xe0\xe4\x3d\ \x27\x1d\x3f\x3e\x95\x24\xe9\xc3\x8f\xee\xf3\xb2\x99\xe1\x91\x9a\ \x65\xd9\x47\x8f\x1c\x7d\x74\xff\x3e\x00\x34\x33\x3b\x77\x7c\x76\ \xb6\x54\x2e\x29\x04\xd9\x4c\xf6\xe0\xc1\x83\x3c\x4d\x39\xe7\x08\ \x63\xa5\xf5\xc2\xc2\x02\xe7\x02\x00\xf5\x82\x90\xac\xae\x56\xca\ \x15\xa5\x64\x9a\xa4\xd3\xc7\xa7\x27\x8f\x4d\x6e\xdb\xb6\x2d\x8e\ \xa2\x24\x4d\x17\x17\x16\x3a\xed\xb6\x14\xc2\xb2\x9d\x5e\xd0\xf3\ \x7d\x1f\x61\x04\xa0\x31\x46\x49\x1c\x6b\x04\x5a\x6b\x8c\xb1\xe0\ \x3c\x08\x02\x21\x84\x6d\xdb\x99\x4c\x26\x8e\x63\x8c\xf1\xd8\xe8\ \xd8\xd8\xd8\x58\xa7\xd3\x19\xaa\x56\xe7\x16\x16\x08\x21\x5c\x08\ \x9e\xa6\xc3\xc3\x35\xd0\x08\x63\x9c\x24\x89\x94\xbc\x5e\x5f\x11\ \x69\xe2\xbb\x6e\xaf\xdd\x2e\x9e\x72\x8a\xc3\xac\xe3\x93\x93\x18\ \xa1\x46\xbd\x4e\x00\xa4\x52\xae\x6b\x6b\xfd\x4c\x51\x3e\xb5\x06\ \xae\x40\x4c\x1d\x3c\x6f\xc3\x4e\xb8\xf8\x79\xb7\xdd\x7d\xcf\xf0\ \xc8\xe8\x4b\xcf\xdc\xad\x27\x1e\x14\x22\xe5\xea\xa9\x08\xaa\x45\ \x2f\x88\x2d\xb7\x74\xe6\xc5\xaf\x4e\x17\xf6\x5d\x73\xd7\xbe\x8d\ \x3b\xac\xa0\xd1\x91\x6b\x1f\x17\x04\x3f\x62\x28\x45\x20\x45\x1a\ \xc5\x1a\xb2\xbd\x63\xc7\xa6\x0b\xdb\x5e\xf0\xaf\xbe\xe5\x40\x69\ \x05\x00\x4a\x83\x06\xed\x14\xc6\x73\x41\xf3\xc8\x91\xe6\x9e\xd3\ \x8a\x00\x30\x54\x1b\xef\xdd\x72\x78\x45\xbc\x60\x38\x9d\x3f\x78\ \x5c\x9c\x74\x69\x8d\xcc\x48\xad\x34\x98\x79\x99\xe6\xd8\x94\x46\ \x08\x01\x20\x2d\x45\x1c\xc5\x00\xd6\xe1\x63\x93\x74\xf4\xd9\xf3\ \xf7\xdd\x72\x30\xde\xf9\xe9\x0f\xbc\x65\xee\xce\xcf\xfd\xf9\x23\ \x1c\x51\xaa\x44\xbb\x1d\x71\x00\xbb\x5f\x87\xd0\x52\x9a\xf1\x7e\ \xcb\x87\x0f\x2d\x26\x95\xd1\x82\x77\x90\xf3\x34\x4e\xac\xdc\x48\ \xd1\x29\x9c\x7b\xe5\x2f\xbf\x60\x8b\x03\x66\xca\x2a\x00\x00\x54\ \x36\x8c\xd6\x1f\x3a\x36\x1d\xc2\x66\xcf\xa0\x2f\x32\x7f\x47\xa9\ \x80\x31\xb2\xf4\xc4\x9d\xb7\xcf\x78\x1f\xfe\x5f\xbf\x35\x7c\xf8\ \xba\x0f\xfc\xe3\x8c\x5c\x7b\x09\x0d\x00\xc1\xd4\x9d\xb7\x1d\x8e\ \xde\xf7\xe9\xab\x77\xcc\x7c\xef\xfd\x7f\xb5\x0f\x65\x87\xf2\x4e\ \xbc\xff\xf1\x85\xb3\x2e\x1c\x07\x00\xc4\xac\xb4\xdd\x89\x22\x00\ \x1f\xb2\xd5\x9a\x9f\x87\x2b\x7f\xf9\xd7\xd7\x5f\x39\x7a\x48\xae\ \x6f\xef\xd1\xfe\x85\xaf\xfc\xd5\xf3\x5e\x78\xf4\x93\xef\xfb\xe8\ \xb5\x99\xcd\xbf\x71\xc5\xae\x01\x36\xfd\x1b\xb9\x80\x94\x18\xb0\ \x6b\x79\x0c\x53\xa5\xc0\xc2\x56\x2a\xd2\x30\x8c\x01\xc5\x00\x88\ \x10\x4c\x08\x4e\xd3\x14\x63\x64\x31\xea\x58\x56\xaf\xd3\x65\x18\ \x79\x36\xe3\x49\xa4\x14\x4f\x23\xe8\xac\x2e\x49\xce\x27\x8f\x4d\ \x74\xbb\x3d\xcb\x62\x8f\x3d\xf6\xd8\x57\xbe\x7c\xdd\xd4\xd4\x94\ \xd2\x30\x32\x3a\xc6\x53\x11\x07\x49\x1a\xf1\x28\x4e\x26\x8e\x4d\ \x95\x8a\x45\x44\xe9\xc2\xec\xec\xcc\xec\x9c\x59\x67\xb0\xb2\xb2\ \x62\xac\x92\x84\x10\xd7\xcb\x34\x1a\x0d\xdb\x76\x34\xc2\x1a\x74\ \x26\x57\x58\x5a\x59\x21\x18\x49\x29\x1b\xad\x66\x36\x9b\xb5\xe7\ \x9d\x24\x49\x56\x56\x56\x56\x56\x56\x84\x92\x41\x14\xb6\x83\x1e\ \xa2\x88\x2b\xce\x08\x13\x9c\xc7\x71\x14\x04\x41\x26\x93\x71\x2c\ \xd6\x69\x35\x9b\x9e\x33\xbf\x30\x57\x2e\x97\xb7\x6c\xd9\x62\x4a\ \x72\x51\x14\x89\x31\xb9\x79\xd3\xd6\xc7\x1f\x3f\xb0\xbc\x54\xcf\ \xe7\xf2\xe7\x9c\x75\xf6\xc2\xec\x5c\xdc\x0b\xb6\x6e\xdc\xd8\x6a\ \xb7\xd3\x34\x75\x6d\xe6\x58\x45\x8a\x41\x4b\xce\x2c\x76\xfc\xd8\ \x93\xab\x8b\x0b\x0b\x8b\x0b\x58\x4b\x0c\x58\x24\x31\xc6\xc8\x76\ \xec\x38\x89\xd7\x97\x44\xfd\xbf\x0f\x84\x20\xc5\xac\xd9\x0b\x0b\ \xd3\x87\x2e\xd8\xb8\x6b\xcb\x65\xcf\xc9\x7a\x76\x66\xee\x80\x08\ \xc3\x7a\x90\x20\xcb\x7a\xea\x5f\xbd\x79\xeb\x57\xaf\x79\x60\x2a\ \xf1\x2d\xb1\xbc\x1a\x5f\xf6\x4b\x17\x9d\x55\x38\x7e\xf3\x2d\x7f\ \xff\x3f\xaf\x7e\xe8\xdc\x2b\x5f\x3b\x0c\x90\x8a\x35\x79\x5f\x09\ \xce\xb5\x04\x62\x89\x60\xfa\x4b\x9f\xfa\xe8\x2d\xd0\xac\xe3\x1d\ \xbf\x71\xd9\xfa\x56\x28\xad\x78\x9a\x4a\x0d\x5a\x70\xce\xa5\x06\ \xd0\x4a\xa4\x71\x44\xb3\xdb\xde\x74\xe5\xa9\x9f\xf9\xdc\x07\xf7\ \x57\x2b\x95\x9d\x2f\x7c\xeb\x15\xaf\x7a\xe1\xe3\x7f\xfc\x87\x1f\ \xf8\x80\x2f\xbb\xe4\x94\x97\x5e\x76\xea\xd0\xe3\x87\x03\xf3\x12\ \x4a\xf0\x94\x0b\x00\x50\x92\xa7\x5c\x02\x10\x9c\xf4\xbe\x7b\xcd\ \x1f\x4f\x16\xd2\xb9\xb6\xf3\x86\xdf\x7e\xce\xee\xd4\x1d\xbe\xf3\ \xda\x4f\xfc\x71\x93\x2f\x1e\x42\x3b\xaf\xf2\x4a\x5b\xce\x3c\xd9\ \xfe\xfc\x1f\x5d\x7d\xe7\xae\x73\x5e\x7f\xe9\xb8\x92\x42\x2a\x94\ \x2f\x65\xa7\x6f\xfc\xf2\x27\x56\x6f\x5e\x5c\x68\x9e\xf3\xda\x77\ \x6c\xa2\x90\xec\x1c\xfe\xa7\x1b\xff\xf9\xe8\xa5\xff\xed\x57\x2e\ \xbf\xe7\x73\x9f\x7e\xff\xdd\x43\x65\xbf\xb8\xf3\xcd\x6f\x7d\x55\ \x85\x02\x00\x6c\x38\xef\x95\x97\xdc\xff\xc9\x4f\x7d\xe0\xfd\x95\ \x62\xee\x9c\x57\xbc\x01\x81\x32\x07\xa3\x25\x0f\x23\x5e\xdd\x76\ \xee\xde\xcc\x5d\x7f\xfd\xf1\x3f\xcd\x04\x47\x23\xb2\x97\x01\x08\ \x9e\x72\xa9\x01\xc0\x1f\x3f\xfb\xcc\xa1\xfb\xaf\xf9\xc3\x3f\xa9\ \x88\xb9\x55\xb5\x83\x15\x37\xbe\xfa\xaa\x4b\xfe\xec\x1f\xff\xf0\ \xea\x5b\xab\xe5\xed\xcf\xfa\x85\x97\x9d\x73\x76\xee\xa6\x3f\xbb\ \xfa\x7d\xdb\xce\x7a\xee\x9b\x5f\xf1\xda\x2b\x1f\xf8\xc4\xa7\xdf\ \xff\xfe\x6a\xd9\x2d\x6f\x7f\xd1\xdb\x5e\xb3\x57\xa6\xa9\x90\x1a\ \x00\xe2\x99\x07\xae\xb9\xee\xd6\x18\x68\xdd\xdf\x78\xc6\xd6\xea\ \x7f\xe5\x9c\x0e\xbd\xf9\x8d\x6f\x30\x32\x10\x63\xec\x5d\xef\xfe\ \x2d\xf7\x84\x36\x8b\x6c\x36\xfb\xd5\xaf\x5e\xf7\xbe\xf7\x5d\x5d\ \xab\xd5\x5c\xc7\x97\x5a\x01\x20\xad\x81\x4b\x1d\xc7\xb1\x65\x59\ \x0a\x14\x8f\xbb\x5a\xf1\x5a\xad\xe6\xfb\x7e\xa7\xd3\xab\x37\x9a\ \x08\xe3\x5a\xad\x66\xdb\xae\x02\xcd\x28\xc9\x7a\x9e\x14\xc2\x88\ \x44\x18\xe3\x72\xb9\x8c\x31\xce\xe7\xf3\xf5\x7a\xfd\x92\x4b\x2e\ \xc9\xf8\x2e\x21\x64\x64\x64\x24\x49\x92\x6f\x7c\xe3\x1b\x41\x10\ \xbc\xfd\xed\x6f\x7f\xf2\xc9\x27\x0f\x1d\x3a\xe4\x38\xce\xcc\xcc\ \x0c\x63\xac\x52\xa9\x44\x51\x24\x84\x50\x4a\x71\xce\xb7\x6d\xdb\ \xf6\xf0\xc3\x0f\xa7\x69\xea\x38\x4e\x6d\xa8\x8a\x11\x58\x96\x25\ \xa5\x3c\xe5\x94\x53\x1a\x8d\xc6\xe4\xe4\x64\x10\x04\xc6\x57\x99\ \xcb\xe5\x62\xc3\xb9\x10\x02\x80\x34\x4d\x39\xe7\x9c\x73\xdf\xf7\ \xbb\xdd\xee\xe2\xe2\x62\x75\x68\xc8\xf5\x5c\xcb\xb2\xc6\xc6\x46\ \x11\x22\x07\x0e\x1c\x0c\x82\x60\xe3\xf8\xa6\xed\xdb\x77\x38\x8e\ \x13\x04\x61\xb1\x54\x68\xb6\x1a\xd7\x5f\x7f\x7d\x92\x24\xaf\x78\ \xc5\x2b\xc2\x30\x0c\xc3\x30\x49\x92\x66\xb3\xb9\xb2\xb2\xd2\x6e\ \xb7\x41\x6b\x42\xa9\xd9\x5f\xc0\x18\xc3\x84\x98\x22\xa0\x79\xf8\ \x27\x3e\xfe\xd1\xe7\x5c\x74\x61\x18\xae\x2d\x8f\x64\x8c\x2d\x2c\ \x2c\xfc\xe6\x6f\xbc\x63\x68\xa8\x56\x1b\x1e\xee\x3b\x0c\xa4\x94\ \xf9\x7c\xee\x97\x7e\xf1\x2d\xd5\xa1\x61\xb3\x9b\xcf\x14\x07\x09\ \x21\x49\x92\x2e\xcc\xcf\xec\x3e\xf9\x54\x66\x59\x5a\x6b\xce\xf9\ \xea\xca\xd2\xce\x93\x4e\xf9\x77\xf8\x9b\x8e\x7c\xff\xe6\xc3\x5f\ \xfb\x2b\x2c\x39\x00\x50\xcb\x56\x4a\x2a\x21\x94\x52\xde\xc6\x5d\ \x67\xfe\xd2\x7b\xca\x23\x1b\x4e\xbc\x7b\xaf\xbe\x34\xbf\xdc\x48\ \x24\x2a\xd4\x36\x8c\x55\x73\x18\x54\x73\x69\x7a\x76\x39\x28\x8d\ \x6d\x2e\x92\xb0\x2d\x9c\x91\x72\x16\x00\x7a\x8d\xa5\x1e\xad\x0c\ \xcb\x87\xae\xfe\xf8\xd7\xce\x7f\xdd\xaf\x6e\x77\x71\x65\x7c\x53\ \xc9\x5f\x47\x3a\x95\x2c\x2e\xd6\xb3\x43\xa3\x24\x5c\x6a\x71\x77\ \xb8\x9c\x53\x71\x6b\xb1\xc9\x87\x46\xaa\x14\x44\x63\x7e\x7a\x7e\ \x35\x70\x4a\x63\x5b\x37\x94\x70\xda\x9d\x9c\x9a\x8e\x50\x76\xd3\ \x96\x8d\x3e\x85\xb0\xb5\xdc\x12\xee\x68\x25\x9b\x74\x56\x1a\x09\ \x1b\xa9\x16\x92\x4e\xbd\x9e\x38\xa3\x95\xce\x1f\xbd\xff\x93\xa5\ \x4b\xde\xf2\xbc\x11\xea\x8d\x6c\x1a\xc9\x7b\x00\xd0\x5d\x99\x9d\ \x5e\x6c\x00\x75\xab\x63\x63\x43\x39\x4f\x45\x9d\xa9\xa9\xe9\xc4\ \x2a\x6c\xde\x50\xea\xd4\x3b\xb9\xda\xb0\x95\x76\xe6\xe6\xe7\xdb\ \xa1\xc8\x55\xc7\x36\x0c\x17\x09\x00\xc8\x70\x66\x76\x35\x37\x34\ \x9e\x77\xc5\xea\xcc\xf1\x85\x66\xe4\x15\x86\x36\x8e\xd7\xfa\x9b\ \xa8\x74\x1a\xcc\x4e\x4f\x37\x63\x18\xde\xb4\xc5\xe3\xed\x1e\xce\ \x0e\x17\xbc\x34\x68\xac\xf4\xd0\x48\xad\x98\x76\x96\xa6\x66\x96\ \x52\xb0\xab\xb5\xd1\x91\x4a\xb6\xb3\x3c\x9f\x3a\xa5\x4a\xce\x01\ \x80\xb4\xb7\x32\x75\x7c\x31\x01\x5a\xa8\x8e\x8e\x0d\xe5\x31\x40\ \x7b\x69\x7a\x76\xb9\xc5\xf2\xb5\xad\x1b\x6b\x2a\x58\x99\x9c\x5a\ \x44\x99\xa1\x2d\x1b\x6b\x4c\x44\xb3\xd3\xc7\x1b\xa1\x2c\x0c\x8d\ \x6f\xac\xe5\x9a\x8b\x0b\xca\xaf\x94\xb3\x4c\x27\xdd\xe9\xe9\xe9\ \x56\x04\xa5\xe1\x0d\xe3\x43\xff\x21\x95\x70\xa5\x54\xd0\xeb\x3e\ \xed\xbc\x49\x6b\xa5\x94\xa2\x94\x52\x46\x34\x37\xb4\x13\x39\xb6\ \x85\x30\x2a\x16\x8a\x88\xa0\xa5\xf9\x38\x89\x13\x29\x25\x42\x28\ \xe5\x1c\xb4\xb6\x2d\xcb\x76\x1c\xad\xb4\x90\xd2\x54\xf1\xcc\x4c\ \xdb\x20\x08\x4c\x85\x3e\x97\xcb\x79\x9e\x67\x4a\x6f\x99\x8c\xd7\ \x6c\xd4\x87\x87\x47\x1c\xc7\x31\x1a\x50\xbf\xb5\x0d\x00\x3c\xcf\ \xeb\xf5\x7a\x0b\x0b\x0b\xf9\x7c\xbe\x58\x2c\x66\xb3\xd9\x4e\xa7\ \x93\xcb\xe5\xcc\x21\x75\xbb\xdd\x6a\xb9\xe4\x65\xfc\x42\xa1\xc0\ \x18\x5b\x5a\x5a\x6a\x34\x1a\xad\x56\x4b\x08\x81\x10\x4a\x93\xa4\ \x87\x71\x2a\x84\xd9\x9a\x69\x0c\x4a\xe6\x9c\x37\x26\x6f\xdb\xb6\ \xb5\xd6\x8e\xe3\x64\xb3\xd9\x42\xa1\xe8\xba\x5e\xbd\xde\x38\x76\ \xec\xc9\x24\x49\x1a\x8d\xc6\xf0\xf0\x48\xad\x36\xb4\xb4\xb2\x64\ \x06\xc5\x01\xc0\x23\x8f\x3c\x12\x04\x81\x5e\x77\x4b\x19\x9d\x1b\ \x13\x42\x29\x45\xeb\x61\x8c\x0e\x61\x18\x6a\xad\x01\x69\xfd\x8c\ \x69\xa6\xc3\x00\x3b\x2e\xba\x74\xf4\xcc\x0b\xcd\x17\x8f\xd6\x0a\ \x10\x20\xc0\x00\x60\xd9\x96\x67\xff\x88\x79\x12\x67\xca\x23\x3b\ \xcb\x23\x27\x5e\x53\xac\x6d\x2e\xd6\xcc\x65\xbf\x2f\xd2\x66\x4a\ \xb5\x0c\x00\xac\x72\x21\xf1\xc8\xb6\x5d\x3b\x73\x3f\xf2\x34\xf6\ \xf0\xe8\x28\x00\x40\xae\x66\x9c\x8b\xd8\x29\x8c\xae\x3d\x2b\x2d\ \x8d\x6e\x2d\x8d\xae\xdf\xd3\xca\x6e\xd9\xf9\x43\xc0\xf5\x0a\x43\ \xe6\x25\xec\x5c\x75\x64\xed\x42\x79\x14\x00\x54\x33\x15\xaa\x30\ \xb6\x73\xdb\xce\x1f\x1e\x70\xb6\xba\xe1\x94\xea\x0f\x81\x15\xbb\ \xb9\xad\xbb\xf7\x98\xcb\xee\xa8\x07\x00\xe0\xe6\x36\x6e\x7b\xea\ \x91\x11\x6f\x7c\xd3\x46\xf3\x7d\x51\x19\xdf\x5e\x19\xff\x57\xdf\ \xd8\x96\x3f\xbe\x7d\xf7\xfa\xd5\x4e\xc6\x1c\xa3\x5f\x1a\xf3\x01\ \x00\x9c\x5c\xed\xa4\x53\x6a\xfd\x3b\xe7\x86\xfa\x6f\x03\xac\x4c\ \x75\xe7\x29\x4f\x21\x3b\xf9\xda\xc6\x7c\x6d\xe3\xda\x0f\x7e\x75\ \x57\xff\x56\xe6\x6e\xd8\x76\x52\xff\xb8\x8b\xc3\x6b\xbf\x17\x64\ \x67\x37\xed\x38\x65\xd3\xc0\xdd\xf4\x7f\xd2\xc2\xcd\xa0\x12\x85\ \x10\xb2\x2c\xa6\xb5\x8e\x93\x34\x4d\x05\xd5\x8a\x10\x8a\x31\x22\ \xd4\x38\x86\x90\xc1\x26\x21\x84\x54\x0a\x21\xec\x38\x0e\xa5\x96\ \x46\x80\x41\xbb\xb6\x9d\x26\x89\xc1\x0b\xb3\x80\xb3\x50\x28\xb8\ \xae\xcb\x18\x6b\xb5\x5a\x82\xa7\x71\x9c\x84\x61\xa8\x94\xea\x76\ \xbb\x96\x65\xf5\x7a\xbd\x6e\xb7\xdb\xed\x76\x8d\xb2\x83\x31\x36\ \xcb\x29\x7b\xbd\x9e\x6d\xdb\xb9\x5c\x2e\x8a\x22\x42\x08\x63\xcc\ \xb2\xac\x7c\xa1\x30\x54\xad\xcc\xcf\xcf\x9b\x03\x08\x82\x80\x10\ \x62\xdb\xb6\x59\x32\x6c\x44\x25\xb3\x13\x58\x08\x01\x6b\x6b\x11\ \xc0\x68\x4c\x4a\xa9\x30\x0c\x2c\xc7\x36\x1e\x85\x5c\x2e\x2f\x84\ \x20\x84\xba\xae\x47\x29\x5d\x58\x98\x6f\x36\x5d\x44\x50\xa7\xd3\ \x31\xb8\xd6\x68\x34\xcc\x13\x02\x80\xc1\xb5\x34\x4d\x8d\x43\xca\ \x1c\xa4\x31\x2b\x24\x49\xb2\x36\x27\x33\xe5\x66\x51\xf0\x33\x24\ \x08\x42\xb9\x8c\xff\xb4\x3c\x75\xf1\x8c\xdf\xfa\xef\x3b\x72\xfe\ \xcf\x01\x62\x6b\xff\xdf\x7b\x7e\xc7\x2e\x58\x83\xf3\xf6\xbf\xbc\ \x87\x40\x03\xa5\x84\x52\x2c\x04\x17\x42\x28\x2d\xa5\xe2\x8c\x51\ \x21\x25\x20\xd4\x68\xd6\x35\x68\x21\xb8\x52\xca\xe4\x50\x69\x9a\ \x00\x00\x26\xd8\x00\x04\x20\x14\x06\xdd\x1e\xe7\xb6\x65\x99\xfb\ \x98\xfc\x85\x73\x4e\x29\x35\xa7\xf4\xe8\xd8\xe8\xf2\xd2\x52\xbd\ \x5e\xaf\x56\xab\x18\xe3\x30\x0c\x1f\x7e\xf8\x61\x73\x1f\x93\x0a\ \x25\x49\x62\x72\x9f\xbd\x7b\xf7\xe6\xf3\xf9\xc5\xc5\x45\xe3\x81\ \xea\x74\x3a\x66\xb0\xc9\x93\x4f\x3e\xc9\x39\x37\xbe\x81\x38\x8e\ \xcd\x64\xde\x20\x08\x3c\xcf\x4b\x92\x04\x61\xac\x01\xa4\x94\x06\ \xbc\x0c\x66\xad\xed\x13\x26\x24\x49\x12\xc1\x79\x3e\x9f\x67\x8c\ \x85\x61\xd0\x68\x34\x92\x24\x19\x1f\x1f\x1f\x1f\x1f\x27\x84\x34\ \x9b\xad\x83\x87\x0e\xcc\xcd\xcd\x19\xb5\xcb\xf4\x03\x1b\x0f\x54\ \x9a\xa6\xc6\xab\xb9\xc6\x9e\x30\x5e\x9f\x1d\x0c\x52\xca\x5c\x2e\ \xc7\x18\x5b\x5d\xad\x1b\x9a\xf9\x9f\xff\x43\x44\xbc\xa1\xda\xcf\ \xa7\xe0\xcd\x2a\xb5\xda\xe0\xa4\x1d\x60\xd3\x5a\xea\x08\x00\x5a\ \xe9\x4e\xa7\xa3\x94\xa4\x96\x65\x59\x4c\xa5\x9c\x10\x64\x56\x3c\ \x81\xb4\xc2\xa0\xcb\x39\x6f\x34\x1a\x4a\x69\xa5\x14\x25\xa4\xdb\ \xed\x2a\xa5\x85\x52\x4a\x70\x9b\x52\x25\xa5\x19\xb1\x66\x36\x02\ \x18\xec\x00\x80\x20\x08\x67\x66\x66\xa2\x30\x74\x1c\x27\x93\xc9\ \x38\x8e\x63\xf2\x29\xc3\x89\x0c\x61\x71\x1c\xc7\xb0\x24\xa3\xef\ \x4c\x4d\x4d\xb5\xdb\xed\x6e\xb7\x6b\xf2\xbe\x5e\xaf\x57\xaf\xd7\ \x8d\x34\x86\x31\xee\x33\x17\x33\xe7\x5b\x08\x21\xb5\xee\xd3\xa5\ \x24\x49\x8c\xf6\x64\xa6\xa0\x58\x96\x25\xa4\xc0\x18\xb7\x5a\xad\ \x62\xb1\x38\x34\x54\xa3\x74\x9a\x59\x0c\x21\x78\xf4\xd1\x47\xc3\ \x30\xe4\x5c\x2c\xaf\x2e\x19\xc4\xe1\x9c\x1b\x5a\x97\xc9\x64\x84\ \x10\x66\x51\x9d\x41\x25\x73\x87\x7e\xa7\xb1\xb9\xc6\x8c\xdf\x44\ \x68\xb0\x4a\x7b\x10\x83\x78\x7a\xb0\x09\x10\x50\x4a\x98\x4d\xb5\ \x06\xa4\x80\x50\xa2\xb5\x62\x94\x60\x42\x28\xc5\xae\xe7\x76\x78\ \x44\x30\x16\x42\x74\xbb\x5d\xc3\xb3\x6c\xc7\x61\x16\x4b\xd3\x94\ \x0b\xe9\xb9\x76\xd6\xf7\x01\xc0\x48\x30\x86\xb9\xb4\xdb\xed\x5e\ \xaf\x27\x84\x50\x4a\x76\x3a\x1d\x9e\x26\x00\xd0\x6c\x36\x83\x20\ \x30\x67\x35\x00\xac\x0f\xc6\xd5\x96\x65\xf9\xbe\x2f\x84\x38\x7e\ \xfc\x78\x14\x45\x06\x7a\xa2\x28\xb2\x2c\xab\xd3\xed\x22\x50\x3c\ \x4d\xe3\x38\x36\x12\x92\x11\xaa\x4d\x5f\xae\x21\x35\x62\x7d\x9c\ \x2e\x00\xe8\x13\x06\xec\x9a\x2d\x29\x71\x92\x18\x42\x64\x36\xa6\ \x6c\xda\xb4\xe9\xa1\x87\x1e\xba\xf7\xde\xfb\x0c\xd6\x28\xa5\xb5\ \xd2\xc6\x78\x69\xda\x56\x2c\xcb\xea\xf3\xa3\x75\x6a\xa9\x8d\x98\ \x65\xd2\x46\x73\xfc\x06\xf8\x30\xc6\x18\x21\xd0\x83\xe1\x72\x83\ \x18\xc4\xd3\x81\x4d\x00\x84\x62\xc6\x28\x68\xa4\x35\x00\xc1\xae\ \xe3\xda\x8e\xa3\x34\x08\x21\x99\x45\x5d\xd7\xed\x52\x6a\xe4\x24\ \x00\x6c\xd9\xb6\x63\xdb\x18\x61\x21\x95\x10\x5c\x4a\xca\x2c\x4b\ \xaf\xdb\xa3\xfb\x9a\xb4\xd1\xa7\x8b\xc5\xa2\xeb\xd8\x71\x1c\x72\ \x2e\xe6\xe6\xe6\x16\x16\x16\x18\x63\xdd\x6e\xd7\x68\x43\x9e\xe7\ \x45\x51\x64\x00\xcb\x54\x0f\xe3\x38\x36\x58\x60\x68\x8b\xe0\x3c\ \x08\x42\xc7\x62\x8c\xb1\x20\x08\x8c\x97\xd2\xc8\x3d\x66\x98\x2f\ \xc2\xd8\x67\x4c\x08\x61\x98\x8e\x49\xe5\x0c\x77\x33\x3f\x0a\xc1\ \xa3\x38\xca\xe5\x72\x9d\x4e\xe7\xc0\x81\x03\xad\x56\x9b\x10\x92\ \x24\xb1\xe3\x98\xf6\x1a\x8f\x2a\x42\x7a\xa4\x8f\x41\x86\x40\x99\ \x5f\x4b\x7f\x80\xef\x89\x92\x96\x01\x29\x33\xfb\xdc\x75\x5d\x42\ \xc9\x00\x99\x06\x31\x88\xa7\x05\x9b\xb4\x52\x00\xc8\x9c\x72\x80\ \xb0\x52\xda\xb2\xa8\x71\x57\x23\x8c\x29\xa5\x20\x85\x39\x33\x19\ \x63\x29\x17\x18\x13\x84\xb1\x10\x22\x97\xcd\x2b\xc8\x82\x96\x52\ \x0a\x9e\x9a\x1c\x07\x99\x53\xda\x71\x1c\x63\x10\x77\x5d\xd7\xb6\ \x19\xe7\xa9\x52\x3a\x4d\x53\x21\xb8\xef\xfb\x18\x63\xce\x53\xcb\ \xb2\x4d\x8a\x07\x00\xdd\x6e\x97\x52\xea\x38\x4e\x18\x86\x86\x92\ \x98\xe3\x71\x5d\x17\x23\x50\x5a\x11\x42\xcc\xc0\x6f\xdf\xf7\x5b\ \xad\x16\xc6\xd8\x8c\xd9\x25\x84\x58\x8e\x13\xc7\xb1\x21\x5c\x46\ \x1b\x32\x32\x76\xbb\xdd\x91\x52\x68\x0d\x51\x18\x19\x34\x8c\xe3\ \x24\x49\x52\x00\xb0\x2c\xdb\x54\xf1\x92\x24\x15\x4a\x6a\x58\xa3\ \x7b\x06\xe0\xfa\x62\xd9\x7a\xc1\x4b\xf7\x55\x27\x93\xe2\xf5\x41\ \x10\x63\x82\x60\x90\xd3\x0d\x62\x10\x4f\x1b\x6f\xc2\x18\x28\x25\ \x4a\x29\x8c\x29\x17\x52\x4a\xd5\x6c\xb5\x52\x9e\x32\xc6\x08\xa1\ \x51\xaf\x67\x48\x10\x00\x20\x84\x19\xa5\xc6\x70\x68\xdb\x36\xb3\ \x6d\x25\x39\x52\x32\x49\x13\xa9\x24\x26\x38\x4d\x53\x73\x02\x9b\ \x67\x0e\xa3\x88\x52\xa2\x94\x46\x08\x51\xca\x94\x02\xa5\x4c\x41\ \x0d\x99\x52\xbd\xe7\x79\x61\x18\x08\x01\x46\xa5\x2a\x57\xca\x8d\ \x7a\x83\x0b\x8e\x30\xc2\x18\x69\xad\xf3\x85\x7c\x9a\x24\x61\x18\ \x22\x84\x04\xe7\x61\x18\x1a\xcc\x30\x89\x9b\x52\x2a\x49\x12\x63\ \x6b\xd2\x4a\x11\x4a\xb4\xd2\x29\xe7\x08\x00\x21\x10\x82\x4b\x29\ \xc3\x30\x30\x4e\x02\x29\x95\xc9\xd7\x92\x34\x65\xd4\x4a\xe2\x24\ \x08\x43\x2e\xb9\x39\x66\xd3\x70\xd3\xcf\xef\x60\x7d\x86\x81\x41\ \x5b\x63\x23\x30\x88\x69\xb0\xc9\x4c\xd1\x54\x83\x84\x6e\x10\x83\ \x78\x3a\xb0\xc9\x78\x08\x30\x65\x52\x21\x00\xac\x00\x34\x42\x8e\ \xeb\xb5\xdb\xdd\xd5\xd5\x3a\x21\x44\x2a\x8d\x91\x50\xa0\x00\x21\ \xa1\x14\x60\xc4\x6c\x4b\x23\xe4\x79\x3e\x26\xa4\xd5\x6a\x49\x21\ \x73\x59\x0f\x53\xa6\xb8\x94\x80\x34\x22\x98\x31\x62\xdb\x9e\x6d\ \xf7\xe2\x38\x4e\x79\x16\x61\x44\x28\x42\x38\x93\xcb\x0f\x0d\x8f\ \x20\x84\x32\xb9\x42\x91\x31\xad\xb5\xed\x38\x9e\xe7\x36\x5a\x0d\ \x4a\xa9\xef\xfb\x4a\x29\xc6\x39\x60\x12\xf4\x7a\x4a\x83\x94\x2a\ \x49\x92\x5e\x18\x82\x52\x61\x1c\xdb\x96\x55\x2c\x95\x94\x52\x80\ \x90\xd6\x1a\x13\x22\xa4\x74\x6c\x87\xa7\x31\x4f\x42\xc5\x39\x41\ \x88\x31\x8a\x29\x69\x77\x52\x29\x25\x65\x98\x0a\x8c\x31\xc2\x84\ \x32\x66\x11\x42\x01\xd4\x7a\xa6\x06\x42\xf2\x38\x8c\x11\x20\x29\ \xb9\x59\x89\x6e\x34\x29\x42\x88\x65\x99\xc5\x79\x6b\x20\xd5\x27\ \x83\x46\xb0\x37\xd8\xe4\x38\x8e\x65\x59\x66\xe5\xe7\xe0\x13\x36\ \x88\x41\xfc\xec\xb1\x49\x6b\x40\x84\xd8\xae\x87\x28\x51\x4a\x69\ \x40\x08\x61\xca\x6c\x84\x03\x29\x35\x21\x84\x62\x10\x9a\x2b\x50\ \x1a\x80\x98\x16\x4b\x8c\xb5\xd2\x9e\xe7\x7b\x9e\x17\x04\x21\x57\ \x42\x23\xe2\xe7\x72\xd4\x76\x2c\xc7\x45\x08\x31\xc7\x06\x4c\x30\ \x65\x99\x5c\x5e\x23\xdc\x0b\xe3\x34\x15\x08\x81\x65\x59\xa5\xca\ \x50\xca\x39\x66\x36\x66\x4c\x49\x29\x24\x44\x5c\x28\x84\x39\x42\ \x9d\x20\xd4\x4a\x49\x29\x2d\xd7\x65\x96\xe5\xb8\x5e\x1c\xc7\xad\ \x56\x4b\x08\xe5\x58\x8c\x52\x2a\x94\xb2\x6c\x5b\x6b\x4d\x28\x4d\ \xd3\x94\x59\x96\x54\x2a\x49\x13\x24\xa5\x4e\xb9\x48\x62\x6d\x2a\ \xfd\x16\x53\x42\x98\x95\x53\x08\x23\xa5\x15\x28\x8d\x31\x31\x15\ \x46\xa3\x19\x09\x21\xcc\x06\x4d\xa5\xa4\xd6\x9a\x12\x02\x84\x18\ \xa2\xd4\x5f\xf0\xbb\x96\xe4\xae\x87\xc9\xf5\x4c\x62\xdb\x07\xac\ \x41\x0c\x62\x10\x4f\x63\x4e\x47\x30\x56\xeb\x8d\xa0\x08\x21\x84\ \x91\x51\x85\x3d\xcf\x45\x88\x4a\x29\x34\xd7\x6a\xad\x0f\x13\x10\ \xc2\x18\x63\x42\x89\xd1\x89\x38\xe7\x29\x4f\x1b\xcd\x86\xd1\x83\ \xd6\x36\x14\xb4\x35\x42\xc8\xdc\x55\x0a\xa1\xa4\xc2\xe6\x61\xa6\ \x24\x4f\x88\x29\x6c\xad\xa5\x4e\x48\x03\x06\xa1\xa4\x92\x12\x03\ \xc2\x18\x2b\x29\x19\x21\x9e\xeb\x65\x32\x19\x4a\xa9\x92\xdc\xd8\ \xa9\x8c\x80\x65\x7c\x46\x66\xa6\x25\x20\x24\xa5\x24\x5a\x03\x60\ \x0d\x58\x4a\x53\xb6\x4b\xd2\x94\x5b\x96\x8d\x31\xa1\x84\x52\x42\ \xa4\xd2\xa6\x26\xd8\x2f\xe1\x19\xee\x63\x1c\x09\x7d\xcb\x68\x1f\ \x7d\xcc\x0b\xf5\xa5\xfd\xfe\xb4\x29\x03\x5e\xe6\x48\x8c\x28\x6e\ \xd6\xee\x0d\x3e\x61\x83\x18\xc4\xd3\xa3\x37\x21\x30\x82\x8b\xd6\ \x1a\xb4\xd2\x1a\x38\xe7\x99\x8c\x9f\xc9\x64\x01\x50\x1c\x47\x0b\ \x8b\x89\xd6\x08\xe3\xb5\x8e\x10\x82\xb1\x94\xb2\x5e\x5f\x91\x52\ \xa7\x29\xd7\xa0\x34\xd2\x18\x61\x8c\xd1\x1a\xba\x21\xc4\x18\xe3\ \x3c\x05\xc0\x80\xcc\x7f\x22\x25\x37\x70\x40\x29\x35\x27\xbf\xf1\ \x9d\x9b\xfd\x2b\x1a\x01\x46\xc8\x60\x0d\xc6\x58\x6b\x08\x82\x00\ \x63\x22\xa5\x54\x52\x1a\x31\x3a\x49\xd6\xcc\xe5\x46\xb1\x96\x52\ \x12\x4a\x8b\xf9\x3c\x28\x29\xa4\x50\x5a\x63\x04\x1a\x83\xd6\xa0\ \x01\x84\x96\x9c\x73\xa5\x35\xb3\x1c\xe0\xa2\x3f\x8a\xc0\xe0\x9a\ \xc1\x26\x73\x24\x66\x92\xaf\xe1\x53\x18\xe3\x35\x67\xc0\x3a\x24\ \x01\x80\x29\x3b\xae\x43\x33\x32\x4a\x93\x01\x2f\x4a\x09\xc2\x03\ \x6c\x1a\xc4\x20\x9e\x1e\x6c\x52\x4a\x47\x51\x68\x4e\x3c\x42\x08\ \x4f\xa5\xe9\x26\xb1\x2c\x9b\x52\x86\x31\xc6\x98\x18\x50\xa2\x94\ \x11\x4a\xe3\x24\x8e\x93\x44\x0a\x29\xe5\x7a\x17\x1b\x41\x42\xf1\ \x7e\x55\xab\x5f\x71\x5f\xbb\x0c\x08\xd6\x85\x1b\xb4\xc6\x94\x74\ \xff\xe5\x00\x21\xa1\x04\x10\x6c\x86\x75\x6b\xad\x11\x00\x23\x84\ \xa7\x1c\x21\x64\xdb\x16\x06\x0a\x80\x00\xd6\xec\x94\x06\x1f\x4d\ \x76\xa6\x8c\x26\x2d\xa4\x90\x5a\x4a\xad\xb4\x52\x5a\x03\x02\xa5\ \x81\x02\x06\x40\x4a\x01\x21\x24\x4d\xb9\xf1\x5e\x19\x21\xa9\x2f\ \x66\x9b\x72\x5e\x1f\xaa\x84\x10\x8c\x31\xc6\x98\x19\xef\x0b\x00\ \xc9\x7a\x23\x8e\x21\x50\xc6\xfa\x64\xd0\xca\xbc\x71\x29\xe5\x40\ \x6e\x1a\xc4\x20\x9e\x16\x6c\x32\x73\x9d\x39\x17\x18\xe3\x42\xa1\ \x40\x08\x55\x52\xb5\x5a\x1d\x63\x01\xa7\x94\xd9\xb6\xa5\x95\xc6\ \x88\x60\x4c\x40\x03\xc1\xc4\xb4\xc5\x0a\x2e\x09\xc6\x88\x51\xce\ \x85\x4c\xd7\xe6\x43\x12\x82\x01\xb0\x69\x43\x63\x8c\x1a\x96\x41\ \x30\x36\x60\x44\x10\xd1\xa0\x85\x12\x18\x61\x84\x90\xd1\x7a\x10\ \xc1\x00\xa0\xa4\x94\xca\xd8\xab\xc0\x50\x94\x38\x8e\x4d\xeb\x9c\ \x12\x1c\x69\x65\x84\x1e\xc6\x58\x9f\x76\x99\x0b\x41\x18\x3a\x96\ \x05\x18\x2b\xad\xb9\x10\x00\x48\x48\xa9\xb4\x02\x8c\x31\x65\x58\ \x83\x16\x89\xc1\x91\x3e\xfd\x59\xc3\x35\xa5\x0c\xf9\xd2\x27\xb4\ \xcb\x11\x42\x3c\xcf\xcb\xe5\x72\x71\x1c\x1b\xc9\xc9\xa8\x4e\xa6\ \xfd\xc5\x68\xe1\xeb\xcc\x4e\xaf\x81\x97\x94\x83\x4f\xd8\x20\x06\ \xf1\xf4\xe4\x74\x80\x34\x4f\x9a\xcd\x66\xa1\x50\x20\x84\x38\xb6\ \x1b\x45\x09\xe7\xdc\xb6\x1d\xce\xb9\xe3\x38\x18\x53\x00\x64\x31\ \x1b\x63\x9c\xf1\x33\xad\x76\xcb\x10\x10\xc6\x98\x65\x5b\x82\x0b\ \xbc\xe6\xfd\x59\xc3\x3a\x8c\x31\x63\x14\xd6\xe6\x35\x3f\x45\x37\ \x46\x80\x28\xb3\x0c\xb1\x32\xb7\xcd\xb0\xb2\x10\x00\x00\x20\x00\ \x49\x44\x41\x54\x69\xd0\x1a\x90\x46\xb0\xb6\xdf\xc9\x48\x3c\x1a\ \x04\xe3\x86\xb6\x68\x29\x53\xbd\xb6\x0a\x25\x0c\x43\xc6\x98\xf1\ \x85\x5b\xeb\x03\x89\xa2\x28\x52\x4a\x09\x29\x38\xe7\x84\x31\xa5\ \x15\xa6\xc4\xf0\x1d\xcf\xf7\xd2\x34\x25\x98\x50\x4a\x19\x63\xd9\ \x6c\x56\x29\x15\x86\x21\x21\xc4\x98\x3f\x5d\xd7\x8d\xe2\x98\x0b\ \x61\x48\x1c\xa5\xd4\x4c\x47\x31\xbd\x2f\xc6\xb8\x60\xf8\x91\x61\ \x82\x66\x5d\x02\x00\x18\x9e\xd5\xe9\x76\xfb\xe3\x59\x06\x31\x88\ \x41\xfc\x8c\xb1\x09\x01\x00\xa0\x7a\xbd\xae\xb5\xde\xbc\x69\xb3\ \xc5\xec\x24\x49\x5c\xd7\x55\x6a\x6d\xd7\x1b\xa5\x94\x31\x1b\x00\ \x23\x84\xc2\x30\xa2\x94\x55\xab\x55\xa5\x44\x10\x04\x51\x14\x03\ \x02\x4c\x30\x80\x5e\x1f\xb0\x8d\x00\x29\xbd\x26\x1e\x23\x40\x3f\ \xda\x0a\xab\x94\xea\x67\x78\x00\xa0\x11\x00\x90\x13\xb1\x49\x29\ \x05\x52\x21\x84\xe2\x38\xee\x05\xbd\x42\x36\x93\xf1\xbd\x66\xb3\ \x69\xb6\x84\x1b\xf0\x32\xd8\x64\x86\x58\x2a\x09\x04\x61\x4a\x34\ \x27\x5a\x6b\xa4\x01\x09\xa1\x92\x54\x48\x29\x1d\xd7\x95\x52\x7b\ \xbe\x27\xa4\xa0\x94\xe6\xf3\xf9\x5e\xaf\x67\x26\x73\x46\xeb\x0b\ \xec\x3a\xdd\xae\x19\x30\x60\xf8\x14\xe7\xbc\xdf\x94\x67\xf8\x91\ \xb9\x29\x49\x92\x38\x8e\x95\x52\x8e\xe3\x18\x5c\x03\x00\x46\x69\ \x5f\x96\x1a\xc4\x20\x06\xf1\xb3\xc4\x26\xa5\xb5\xed\xd8\x85\x4a\ \xc5\xb4\xf2\x96\xcb\x15\xc6\xac\xa1\xa1\xa1\x5c\x2e\x37\x31\x71\ \xd4\x71\x5c\xb3\x11\xb3\x50\x28\x60\x8c\xd3\x34\x4d\xd3\xd8\xf5\ \x5c\x21\x44\xaf\xd7\x49\x92\x58\x08\x8e\x09\xd1\x60\x58\xd2\x3a\ \x15\xd2\xfd\xa2\x9e\xa1\x52\x3f\xca\x2b\x7e\x28\x3d\xad\x61\x93\ \x3e\x11\x9b\x08\xc6\xb0\xd6\xb6\xa2\xd2\x24\x41\xf9\x9c\x65\xd9\ \xc6\x76\xe4\x79\x9e\x94\xd2\xe8\x44\x52\xca\x4e\xa7\x43\x29\xa5\ \x84\x01\x00\x32\xb6\x49\x04\x92\x2b\xad\xb5\xd4\x1a\x11\xec\xf9\ \x5e\x12\xc7\x66\x1c\xb8\x71\x24\x98\x2e\x3f\xa3\x1c\x19\xf1\xc8\ \xcc\x1b\xe8\xdb\xbe\x0d\x7b\x32\x6f\xc1\x30\x26\x8c\xf1\xba\xed\ \x00\x30\xc6\xbd\x5e\xcf\x24\x80\x00\x60\x59\x16\xc1\x78\x60\x71\ \x1a\xc4\x20\x9e\x0e\xde\xa4\x31\xc6\x94\x32\x29\x65\x1c\xc7\x2b\ \xcb\xcb\x69\xc2\x4b\xa5\x72\x1c\xc7\xdd\x6e\x2f\x93\xc9\x74\x3a\ \x1d\xcb\xb2\x7d\xdf\x8d\xe3\x98\x52\x9a\x24\x5a\x2b\xd5\x6a\xb5\ \xda\xed\xa6\xe3\x58\x86\x2b\x09\x29\xd7\x56\xee\x9c\x60\x56\xfc\ \xe1\x85\x1f\x87\x4d\x3f\xbc\x03\x42\x80\xd7\x8d\x44\x1a\x00\x40\ \x08\x49\x10\x92\x9c\x2b\xa5\x52\xce\x83\x5e\x40\x10\x32\x1b\x9f\ \xda\xad\x16\x17\x9c\x60\x6a\x3b\x76\xa7\xd3\x69\xb7\x3b\x9e\xe7\ \x61\x2c\xcc\x78\x29\xa5\x34\x61\xb4\x54\x2a\x23\x84\xa3\x38\x4a\ \x24\xd7\x08\x09\x29\xe3\x28\x42\x18\xc7\x71\xbc\xb4\xb4\xd4\x1f\ \x78\x62\xb6\xd1\x19\x96\x64\xc8\x5a\x1f\xb0\x0c\xf6\x19\x90\xe5\ \x9c\x1b\xb9\xaa\x3f\x74\xa5\x6f\x23\x30\xa3\x9d\x00\xa1\x01\x34\ \x0d\x62\x10\x3f\x7b\x6c\x42\x08\xf1\x94\xb7\xdb\x2d\x43\x22\xda\ \xed\x76\x9a\x8a\x95\x95\x15\xad\xc1\x75\x6d\x84\x50\x1c\x87\x94\ \x92\x46\xa3\xde\xeb\x75\x7c\x3f\x23\x84\x88\xe3\x18\x90\x66\x8c\ \x31\xca\x92\x34\x41\x0a\x61\x82\xfa\xcf\x86\x11\x5a\xb3\x49\xe1\ \xb5\x74\x0e\xaf\x2d\xc5\xd0\x08\xad\x81\xd0\xda\x06\xdd\xf5\xd1\ \xb4\xd0\x77\x60\x6b\xd0\x5a\x53\x4a\x2d\x42\x7a\x3d\xe1\x79\x0e\ \x63\x4c\x88\x34\xea\x75\x41\x49\xc6\x28\x10\x44\x31\x43\x08\x29\ \xd0\x69\x9a\x68\x2d\xa3\x38\xf6\x1c\x9f\x60\x4c\x2d\x8b\x58\xcc\ \xf7\x3c\xc2\x98\xe0\x1c\x21\x80\x04\x81\x54\x9e\xeb\x12\x8c\x93\ \x24\x31\x89\x9b\x21\x5c\x51\x14\x71\xce\x5b\xad\x26\x21\x6b\x75\ \x37\x58\xb7\x32\x19\x99\xc9\x70\x2b\x93\xaf\x29\xa5\x8c\x4c\x6e\ \x72\x3d\xf3\x16\xd6\xa1\x8a\x3e\x73\xe6\x85\x0f\x62\x10\xff\xc9\ \x78\x13\x12\x52\x08\x29\xcd\xe9\x47\x28\x11\x92\x6b\xad\x28\xa5\ \xb6\x65\x6b\x2d\x93\x34\xed\x75\x39\x02\xa0\x18\xf1\x24\xc4\xa0\ \x05\x4f\x10\x00\x46\x28\x8d\xd3\x75\xfa\xa3\x01\x80\x52\x62\xdb\ \x36\x21\x34\x08\x7a\x8e\xe3\xda\xb6\x1d\x04\x21\x25\x38\x9b\xcb\ \x84\x61\x4f\x4a\x55\x28\xe4\xcd\xaa\x5e\xc7\xb2\x3d\xd7\xed\xf6\ \x7a\x1a\xa0\x58\xc8\x71\x1e\x47\x71\xc4\x08\xa3\x94\x86\x51\xe8\ \x30\x82\x91\x52\x3a\x65\x94\xf8\x3e\x83\x30\x61\xa9\x76\x3d\x4f\ \x32\x9c\xc9\xfb\x1a\x23\x8d\x40\x73\xe9\xe7\xbd\x28\x09\x0a\x59\ \xdf\xb6\x6d\x25\xa5\xeb\x39\x1a\x40\xcb\xb8\xd9\x59\x8d\xa2\x48\ \x2a\xa5\x61\xdd\xc1\x00\xa0\xb5\x54\x4a\x64\xb3\x59\x4a\x69\xab\ \xd5\x12\x22\xc5\x18\x99\xde\x63\xc7\xb6\x93\x24\x95\x42\x60\xdb\ \xa6\x84\x28\x29\xbb\x9d\x8e\xd6\x3a\x0a\x43\x21\x04\xa5\x54\x81\ \x46\x94\xe4\xfc\x5c\xbb\xdd\x8e\xe3\x58\x49\x99\x08\x8e\x30\xa6\ \x5a\x49\x50\x7a\xa0\x83\x0f\x62\x10\x4f\x0f\x36\x01\xc6\x98\xd1\ \xb5\xda\xbc\x49\x6a\xcc\x58\xa5\x34\x4d\x53\x9e\x22\x40\x72\x7d\ \xe5\x86\x94\x6b\x7e\xee\x7e\x5e\x06\x00\x12\x24\x96\x18\x21\xa4\ \x95\xd6\x4a\x13\x42\x94\x54\x71\x14\xf1\x34\x4d\xd3\x94\x23\x94\ \xa4\xb1\xd6\x12\x00\x2d\x2d\x2d\xf5\x27\x8d\x74\xbb\x1d\xa5\x34\ \x42\x10\x47\x11\xd2\xd2\x74\xab\x99\x99\x70\xcd\x7a\x83\x59\x96\ \x94\x52\x32\xc6\x39\x77\x35\xce\x67\x8b\x9e\x9f\xe5\x0c\x51\x66\ \x25\x82\x13\xc6\x52\x2e\x15\xa0\x72\xa9\x8c\x31\xe2\x49\xa2\xb5\ \x8e\x23\x50\x1a\xcc\xb6\x28\xad\x35\x46\x48\x2a\xcd\x53\xae\x14\ \x50\xca\xcc\x7c\x5e\x73\xe4\x96\x65\x99\x4a\xdf\xfa\x50\x14\x84\ \x31\xea\x1b\xb2\xcc\xf5\x7d\x75\xdc\xac\xa5\x32\x79\x9f\x31\x3d\ \xad\xa9\x69\x5a\x73\x21\xc2\x30\x94\x42\x0e\xea\x74\x83\x18\xc4\ \xcf\x1e\x9b\xcc\x79\xe8\x67\x7c\xb3\xa8\xd2\x75\x5d\x33\x85\xd2\ \x9c\xa5\x32\x92\x84\x10\xa9\xd5\x89\xe3\xd3\xcc\x39\x7c\xe2\x09\ \xd9\x6f\xdf\x37\x3e\x46\x53\x89\x5f\xeb\xec\x07\x50\x22\x35\x4b\ \x06\x8c\xae\x6c\x9c\x93\x00\x40\x29\x35\x8e\x4a\x8b\x12\xc7\xb1\ \xcc\xf3\x38\x0e\x63\x96\xc5\x28\x93\x52\x4a\xa5\xe2\x38\x2e\x15\ \xca\xd5\xe1\x1a\x75\xec\x40\xa6\x5a\x43\xd0\x0b\xa3\x38\x42\x00\ \xdd\x76\x5b\xc6\xe9\xe8\xd0\xb0\xe7\x79\x4a\x29\x4c\x30\x42\x48\ \x2a\x45\x2d\x5b\x2a\x29\xa4\x52\x6a\xed\xbf\x96\x60\x14\x74\x03\ \xa9\x99\x4c\xc6\x2c\x1f\x6f\xb5\x5a\x61\x18\x4a\xb9\x66\x6e\x32\ \x7a\x93\x99\x16\x47\x08\x35\x66\x71\xd3\xad\x23\xa5\x4c\x92\x18\ \x21\xb0\x6d\xdb\x24\x80\xe6\x68\xa5\x52\xea\x19\xb3\x9f\x6e\x10\ \x83\xf8\x4f\xc6\x9b\x34\x42\x98\x12\x6a\x84\x68\xdb\xb6\x7d\xdf\ \x27\x84\x98\xe1\xdc\xa6\x5a\x4f\xe0\x29\x44\xc9\xb8\xa2\xd7\xd4\ \x25\x8c\x0d\xf3\xfa\x11\x0d\xcb\x40\x95\x65\x59\x00\x08\xe1\xb5\ \x69\xff\x7d\x75\x9c\x52\x6a\x9e\xc4\xe8\x53\x5a\xc9\xf5\x71\x74\ \x1a\x63\x64\x08\x8b\x10\x02\x09\x81\x1c\x27\x8c\xa3\xf9\x85\x05\ \xbf\x90\x07\x9b\xfa\x8e\x6d\x5b\x6c\x79\x79\x29\x97\xc9\x9e\xbc\ \x6b\x77\x12\xc7\x19\xc7\x2d\x14\x0a\x5a\x6b\xa9\x14\xc6\x44\x68\ \x99\xc4\x71\x92\xa6\x9c\x73\xa5\x14\xc2\x88\x52\x8b\x20\x92\xa4\ \x09\xe7\xdc\xbc\x09\x83\xad\x69\x9a\x9a\xed\xc1\x98\x10\xad\x14\ \xe7\x9c\x10\x5a\xab\xd5\x6c\xdb\x0e\xc3\xd0\x8c\xb8\x8b\xa2\x38\ \x15\x9c\xd9\xd6\xd0\x50\xcd\xf7\x3d\x21\xb8\x10\xd2\x08\x73\xc6\ \x5b\x90\xef\x76\x1d\xc7\x79\xe6\xac\x5a\x19\xc4\x20\xfe\xf3\x60\ \x13\x02\x24\x84\x88\x93\xd8\x73\x5d\x63\x7d\x36\x58\x63\xa6\xb5\ \x99\xcb\x94\xac\xed\x51\xee\x23\x91\x81\x95\xfe\xac\x35\x58\x1f\ \x11\xd9\xbf\xde\x8c\x49\x5a\x9f\x2e\x22\x28\xa3\x68\xbd\x57\x0e\ \x21\x64\x58\x95\x29\xc3\x0b\x21\x94\x90\x7d\xe4\x3a\x61\x6c\x9b\ \x31\x70\x83\x94\x80\x15\x96\x94\x40\x42\x53\xa9\xba\x61\x40\x10\ \x25\x98\x24\x09\x27\x98\xc6\x71\xba\xb8\xb0\x84\x30\x16\x52\x5a\ \xb6\x8d\x30\x6a\x36\x9b\x49\x9a\x6a\xd4\xe7\x77\x58\x2b\x84\x10\ \x18\x2b\x40\xdf\xac\x94\xa6\x69\xaf\x17\x12\x6a\x81\x46\x02\xa4\ \xe0\x49\x10\x46\x9d\x6e\x80\x7a\xe1\xea\xca\x4a\x18\x45\xc6\x49\ \xa0\x35\x02\xc0\x29\xe7\xaa\x1b\xac\x67\x85\xa9\xd2\xca\xd4\xe6\ \xa2\x28\xd1\x4a\xc3\x4f\x96\xd3\x19\x0b\xfe\x8f\x31\x1c\xfc\x17\ \xd9\x86\x30\x88\x41\xfc\xb4\x7a\x13\x80\x3e\x71\x5c\x64\xbd\x5e\ \x37\x9c\x42\xac\xbb\xa5\x85\x10\x46\x95\x31\x43\xbb\x0d\x36\x19\ \x14\x33\x77\x58\xeb\x13\x5e\x9f\x5d\x7b\x62\x57\x07\x00\x68\x50\ \x28\x4d\xd0\x09\xe8\x66\xd4\x25\x21\x84\xb1\x74\x6b\x29\x85\x90\ \x66\x7b\x8a\x99\x78\xd9\xef\xa4\xd5\x5a\x03\x52\x8e\xef\xe6\xf2\ \x79\x4d\x90\x04\x70\x6d\xdb\x73\x1c\x42\x48\xd8\xeb\x21\x40\x84\ \x90\x34\x49\xd6\xba\x4f\x00\x14\x68\xad\x35\x18\xfd\x08\x21\xad\ \x94\xd6\x12\xd4\xda\x9b\x14\x6b\xfd\x77\x22\x58\x67\x46\x8c\x31\ \xd0\x08\x63\x42\x08\x25\x84\x46\x51\x84\x10\x22\x94\x39\x2e\x30\ \x4a\x09\x26\x1a\x00\x11\x2c\x52\x99\x6a\x8e\xd7\xe7\xcf\x69\xbd\ \x4e\xbe\x12\xa1\xd4\x4f\x5a\xa6\x43\x08\x9b\x5e\x65\x84\x9e\x42\ \x33\xe3\x24\x1e\x08\x56\x83\x18\x60\xd3\x8f\xd5\x9b\xac\x5c\x2e\ \xe7\x7b\x9e\x21\x32\xa6\xab\xa3\x9f\x7f\x29\xa5\x30\x80\x54\x4a\ \xa4\xa9\xe9\xdd\x07\x00\x53\x4a\xef\x1b\x7f\xfa\x48\x64\xd8\x93\ \x81\xa7\xfe\x33\xe0\xf5\x39\x22\xfd\xac\xd0\x68\xde\x06\x98\x30\ \xc6\x8c\x99\x45\x2d\x4a\xca\xd4\x8c\xa6\x5c\x4f\x36\x91\xd6\x1a\ \x6b\xd4\x8b\xe2\x9c\x94\x95\xca\x10\x20\x64\xb8\x0f\x98\x11\x07\ \xeb\x47\xa8\x4c\xdb\xaf\x96\x00\xa0\x0c\x39\x51\x4a\xa1\x35\x62\ \x68\x10\x6b\x9d\x91\x01\xc6\x48\x4a\x25\xa5\x50\x4a\x6b\x00\xad\ \x40\x08\x21\x85\xd0\x00\x46\x68\x73\x5c\xd1\x9f\x2f\x6c\xdc\xe2\ \xfd\xc3\xd6\x5a\x03\xc8\x7e\x4e\x87\x7f\x1a\x50\x41\x08\x92\x24\ \xed\x74\xda\x85\x42\xa9\x4f\x39\xe3\x38\x4e\xe2\x68\xc0\x9b\x06\ \x31\xc0\xa6\x1f\x7b\xce\x20\xdb\xb2\xcd\xec\x6d\xe3\xe5\xd1\xeb\ \x01\x27\x4c\x74\x32\xc6\x68\xd3\x70\x6b\xd2\xa2\xbe\x67\xba\x3f\ \x34\x12\x9e\x5a\xc5\x5b\xdf\x7d\xb2\x36\x90\xfb\x87\x07\x44\xa9\ \x19\x2a\xe0\x7a\x2e\x23\x8c\x60\x6a\x16\xa8\x18\xff\xa4\x52\x1a\ \x00\xf5\xa7\x35\x01\x40\xa3\xd3\xc9\x97\xcb\x43\x98\x4a\x29\x09\ \xa6\xf8\x04\x47\x91\xe9\xde\x45\x5a\x21\xac\xb5\xa6\x80\x90\x52\ \x9a\x4b\x21\x40\x69\xa9\xd7\x7c\x56\x04\x83\xd6\x94\x50\x73\x6c\ \x1a\xc0\xc2\xb8\x3f\xed\xc4\x38\xd3\x4d\xcb\x0a\xac\x0d\x3f\xe7\ \x66\x9f\x95\x52\xda\xe8\xdd\xb0\x6e\x68\xea\x7b\x32\xcd\x35\x84\ \xd1\x9f\xbc\x48\x27\xa4\xdc\xb0\x61\xa3\xd6\xb0\xbc\xbc\x94\xc9\ \x64\x29\xc1\x9c\xa7\x84\x5a\x43\xb5\x91\xa9\xc9\xa3\x83\x8f\xe9\ \x20\x06\xd8\xf4\x63\xc8\x53\x5f\x45\xa2\x94\xba\xae\x6b\x76\x4f\ \x1a\xa2\xa1\x94\x4a\x85\x64\xeb\xde\x02\xdf\xf7\x0d\x8a\x35\x1a\ \x0d\x93\xa1\xf4\x4f\x54\xb5\x2e\x09\x9f\x68\x0d\x07\x00\x7d\x82\ \xc8\x62\x18\x96\xc9\xe9\x2c\xcb\xc2\x08\x3b\xae\x53\x29\x55\xcd\ \xa6\xcc\x66\xb3\x69\x7a\xd6\xfa\x09\xa3\xd1\xe6\x33\x99\xcc\xf0\ \xd8\xa8\xe3\x38\x71\x18\x11\x8c\x95\x92\x00\xa8\x5f\x3b\xc4\x14\ \x83\x42\x18\xd6\x54\x1b\x85\x00\x2b\x8c\x05\x91\x4a\x22\x04\x08\ \x08\x5e\xf7\x7c\x9a\x75\x4d\xca\x40\x8e\x11\xc8\x10\x92\xca\x68\ \x41\x18\x23\xad\xb4\xa6\x84\x10\xcc\x00\xc0\x20\xb2\x5c\x9b\x1e\ \xa5\xfb\xd8\x74\xe2\x05\x80\xb5\x06\x97\x9f\xe4\xcf\x60\x8a\x03\ \x5b\xb6\xed\x5c\x5c\x98\xef\xb4\x5b\x4a\xe9\x42\xb1\x5c\xa9\xd4\ \x82\x30\x38\xe1\x19\x10\x42\x28\x0c\x82\x85\xb9\xd9\xf5\x5f\xdd\ \x8f\x06\xc6\x18\xb4\xf9\x37\x70\x7d\x0e\xe2\x67\x19\x86\xcd\x2b\ \xad\x00\x90\x29\xc8\xff\xd8\xfb\x28\xa9\x30\x46\x99\x6c\xee\x69\ \xce\xe9\x00\x10\xfa\xe1\xd6\x26\xb3\xad\xd7\xf4\xeb\x4b\x25\xb5\ \xd2\x00\x1a\x94\xb2\x18\x4b\x92\x84\x52\xea\xd8\x76\x9a\xa6\x8e\ \xe3\x98\x0e\x35\xa5\x94\xd6\x0a\x63\x62\x08\x85\x65\x59\xcc\xb2\ \xe0\x47\xfa\xe9\x90\x46\x64\x6d\xee\xa5\x19\xd3\x64\x9e\x4a\x69\ \xc5\x53\x9e\xcf\xe7\xcd\x46\x61\xcf\xcd\x04\xbd\x50\x0a\x65\xdb\ \x76\xa1\x50\x28\x16\x4b\xae\xeb\x38\x8e\x6b\xd9\x96\x65\x31\x46\ \x19\xe7\x42\x2a\xad\xa4\x00\x84\xb4\x5e\xc7\x44\x00\x40\xa0\xb5\ \x06\x04\x08\x23\x6c\xa4\x79\x4c\x10\x5e\x9b\x84\xa2\x01\xa0\x2f\ \x8c\x03\xac\x8d\x3d\x00\x04\x60\xf8\x20\x30\x8b\xca\x35\x20\xd6\ \x00\x48\x2a\x25\x95\x34\x99\xa0\x90\x42\x4a\x49\x00\xaf\xeb\x4b\ \x6b\x7f\xad\xa7\x5e\xf8\x29\xf2\x31\x63\x38\xa8\x0e\x0d\xd5\x86\ \x87\xfb\x1c\xf3\xa9\x65\x3e\x4d\x29\x1d\x1d\xdb\x10\x45\xd1\xdc\ \xec\x74\xaf\xdb\xfd\x51\x60\x22\xa4\xdd\x6a\x72\x21\x2c\xcb\x1e\ \x64\x82\x83\xf8\xd9\x86\x10\x1c\xb4\xce\x66\x33\x9c\x73\x8c\x89\ \xfd\xe3\x6a\xd0\xb9\x7c\x61\x74\x6c\x03\x26\x3f\x9b\xa5\xf0\xff\ \xe7\x3d\x2b\xfd\xb3\x58\x08\x89\x10\x2e\x97\xcb\x6a\x8d\x33\x29\ \x0d\x20\x85\x90\x42\x24\xc6\xef\x48\x18\xd2\x90\x72\x29\xa4\x06\ \x44\x0c\x82\xf1\x34\x06\x84\xd6\xe6\xae\x21\xe4\xb8\xae\x39\x71\ \x8d\xa9\xd1\x75\x6d\x4a\xd9\x3a\x70\x20\xd3\xfc\x21\xa5\x8c\xa2\ \x38\x89\x52\xd0\x88\x32\x86\xb1\xc2\x04\x9b\xed\xe1\x84\x52\x4c\ \x08\x20\xe0\x82\x8b\x40\xa2\x08\x53\x4a\x09\xc2\x94\x51\x8b\x32\ \xbd\x5e\x16\xd3\x08\x81\xd6\xaa\x4f\x20\xb4\x06\xad\x14\x32\x36\ \x4f\xd0\xda\x5c\xaf\x95\x5e\xfb\x0a\x30\xc5\x35\xad\x95\x94\x12\ \x21\xdc\xdf\xb5\x29\xa5\x54\x5a\x69\xb5\xc6\xc3\x8c\x38\x66\xb0\ \x4f\x6b\x05\xe6\x86\x13\xc0\xc8\x7c\xa5\xac\x5f\xd6\x3f\x7d\xa3\ \xef\x5a\xd7\x0e\x00\x18\x3b\xd8\xbf\xa6\x45\xb6\xe3\x4e\x1f\x9f\ \x2c\x96\x2a\xa7\x9c\x7a\x86\x6d\x3b\xc6\xf7\x60\x72\xe1\x63\xc7\ \x9e\x9c\x78\xe2\x89\x33\x4f\x3b\x6d\x64\x64\x94\x52\x0a\xeb\x59\ \x2a\x1a\xac\xf0\x1c\xc4\xbf\x2b\xfa\x45\x62\xa5\x75\xab\xd1\x3c\ \x78\xe0\x31\x0d\x6a\xa4\x50\x88\xc2\x70\xc7\x49\x27\xe7\x72\xf9\ \x35\x79\x17\x63\x00\x08\x82\x60\x6e\xe6\xf8\xea\xea\xf2\x8e\x9d\ \xbb\xfb\xe2\xc6\xd3\x85\x4d\x08\x81\x52\x2a\x8e\x13\xdb\xb2\x11\ \x42\x22\x35\x4b\x8d\xb4\x10\x22\x4d\xd2\x24\x4d\xa4\x90\x29\x4f\ \x39\xe7\x4a\x2b\xc7\x71\xbc\x4c\x36\x93\xcd\x47\x61\x98\x04\x21\ \x17\x32\x15\x1c\x69\x4d\x00\x40\x2b\xc1\x79\x60\x1a\x6b\x4f\x18\ \x7a\x89\x11\xa2\x8c\x11\x4c\xfa\x92\x53\xdf\x88\x20\xa5\x4c\x93\ \xb4\xd7\xed\x55\x87\x86\x80\x41\xab\xd5\x8a\xe2\x30\x49\xe3\x94\ \x27\x41\xd4\xab\x37\x56\xcd\x24\x39\xcb\xb2\x6d\xdb\xc9\x64\x32\ \x7e\xc6\x07\x84\x08\x21\x6b\x8b\xc0\xd7\x94\x72\xdd\x87\xd7\xbe\ \x69\x00\x69\x03\xf7\x1a\xaf\x03\x13\x00\x60\x8d\x0c\x3c\x99\x39\ \x9c\xe6\x21\x08\x40\x4a\xa1\xb5\x46\x7d\x5a\xa4\x35\x46\x20\x95\ \x02\xad\xff\xff\xf6\xce\x34\x48\x8a\xf3\xbc\xe3\xef\xd5\x3d\xd3\ \x3d\x3d\xb3\xf7\x01\x0b\xcb\xb1\x0b\x0b\x2c\xbb\x06\x84\x00\x81\ \xc0\x1c\x92\x10\xc8\x3a\x8c\x8c\x15\x3b\x15\xbb\x52\x4e\x9c\x54\ \x92\x72\x95\x5d\x95\x94\x9d\x54\xaa\xf2\x21\x55\xa9\x7c\x89\x53\ \x49\xc5\x96\xe3\xf8\x8a\x93\x58\xb2\x84\x25\x84\x4e\x04\x02\x79\ \x91\x57\xe6\x86\x05\x96\x3d\xc5\x9e\xec\xb2\xe7\xcc\xce\xf4\x4c\ \x77\xbf\x47\x3e\xf4\x4c\x6f\xcf\xec\x81\x58\x56\x44\xc1\xef\xaf\ \x60\x6a\x77\x76\xb6\xe7\x9d\x77\xa7\xff\xf3\x3c\x4f\x3f\x07\x86\ \x10\x13\xe2\xc6\xc5\xdd\x68\x54\xb6\x2a\x71\xd7\x6e\xbb\x23\x30\ \x21\xbf\x69\x6c\x7c\xff\xe4\x49\x08\xe1\xca\x9a\x9a\x83\x5f\x38\ \x38\xe5\x73\x02\x74\x77\xdd\x88\xe4\x17\x56\x55\xaf\xa4\xe9\xf2\ \xbd\xf4\xbe\xc5\xa2\xd1\xf6\xb6\xd6\x87\xb6\x6f\xcf\x2f\x28\x70\ \x6c\x9b\x31\x0a\x32\x4a\x09\x3d\xd9\x93\x0a\x95\x71\x3d\xd2\xd9\ \x79\x18\x7b\xd7\x85\x65\x06\xff\xe4\x69\xef\x7f\xc3\x65\xee\x29\ \x2a\x29\xde\xb6\xe3\xb3\xa7\xde\x3f\x89\x10\xce\x2f\x28\xe8\xfa\ \xa8\x73\xf5\xda\x3a\x8c\xb0\xab\x4a\x84\x90\x70\x38\xbc\xaa\xb6\ \xae\xb5\xf9\x6a\x6f\x6f\x77\x65\xe5\xd2\x4f\x56\x9b\xd2\x67\x35\ \x17\x5e\x93\x7f\xce\xb9\x3b\x95\xc0\x71\x1c\xb7\xa3\x1b\x48\x8f\ \xe7\xe6\x8e\xed\x8c\x0c\x0f\xc7\x14\xc5\x7d\x0c\x42\x48\x0b\x6a\ \x04\x41\xec\x36\x3b\xc9\x48\x8f\x67\x62\x78\xcd\x79\x01\x04\x10\ \x40\x4f\x68\xd3\xdd\xbe\x31\x86\x08\xc6\xe3\xf1\x78\x22\xe1\xc5\ \xd4\x75\x5d\x77\xbb\x94\x78\xfd\xe7\x18\xe3\x8e\x43\x2d\xcb\x42\ \x08\x39\xc4\x71\xbb\xc4\x21\x84\x20\x42\xd0\x77\xed\x6f\xd2\x45\ \x4a\x3b\xa2\x69\xad\xe1\x42\x30\x2e\xfc\xc1\x6c\xbf\x96\x79\x2f\ \xd9\x27\x6d\xd0\x67\x22\xe5\xdc\xba\xff\x26\x1f\xfc\xf1\x13\x08\ \x26\x17\xc9\xc5\xda\xda\xda\xcb\x97\x2e\x0d\x0d\x0f\x6f\xde\xb4\ \x89\xf3\x9c\xb6\x99\xd0\x71\x6c\xc7\xb6\x97\x57\xad\xa0\x0e\x75\ \x9f\xa5\xbb\xbb\xbb\xa2\xa2\x42\x55\xd5\xfe\xfe\xbe\xb2\xf2\x05\ \x79\x91\x3c\x2b\x99\x12\x40\xa4\xbb\x3c\x08\x57\x9b\x84\xb4\x9e\ \xfc\xdb\x48\x1d\x6b\x3c\x3a\x5e\x54\x54\x7c\xeb\xd6\x60\x61\x61\ \xd1\xad\x5b\x83\xe5\xe5\x0b\xbc\xc6\x5b\x52\x9b\x3c\x17\x00\x40\ \xe8\x5e\xae\x86\x10\xd8\x9c\x63\x8c\xab\x56\xae\x6c\x6b\x69\xae\ \xa9\x59\x65\x26\x12\x13\xe3\xe3\x85\xc5\x25\x8a\xaa\x36\x34\x34\ \x34\x5f\xbf\xfe\xd5\xaf\x7c\x45\xd3\xb4\x45\x95\x4b\xda\xdb\x5a\ \xbc\x6b\xd9\x9f\xa0\x36\xb9\x57\xe2\x3c\x1f\xc7\x8b\x8b\xbb\x29\ \x05\x20\x33\x19\xc9\xab\x35\xf1\xb2\xc0\x33\xa3\x0d\x20\xce\x2e\ \xc5\xcf\x64\x60\x82\xcc\x6b\x07\x42\x4c\x5e\xb9\x73\x27\x62\x0a\ \x91\xbe\x5a\xe7\xcd\x9b\xe3\x9c\x63\x8c\x14\x25\x3d\x4a\x60\xb2\ \xdd\x38\xc4\x6e\xa2\xa6\x57\x16\x03\x32\x93\xcd\xfd\xf9\xe8\xde\ \x36\x89\x6c\x18\xe7\x94\x4d\x5e\x68\x03\x93\xa9\x00\xc0\xdf\x51\ \xc0\x9b\xe2\xcb\x33\xe4\x44\x97\x72\xc4\xcb\x5f\x7c\xf7\x31\xc3\ \x3e\x08\x42\x46\x29\xa5\x8e\x61\x18\x5f\xfe\xf2\x97\x2d\xcb\x2a\ \x2e\x2e\xa6\x94\x52\x46\x7d\xd9\x15\x40\x08\xae\x10\xa2\xaa\xaa\ \x2b\xdf\x03\x03\x03\x6d\xed\xed\x15\x15\x15\x10\x42\xc7\x71\xc2\ \x86\xc1\xa8\xc3\x19\x13\xfe\x94\x4d\x01\xb2\x4a\x8e\x7f\xe7\xe5\ \x09\x42\x98\x30\xcd\xee\xae\xae\x48\x24\xbf\xa7\xab\x3b\x1c\x8e\ \x74\x77\x75\x2d\x5c\xb8\xc8\x71\x92\xd2\x74\xca\xb1\x9b\xd2\x29\ \xc1\x22\x7d\x27\xa7\x2c\x1c\x32\xd2\x0d\xa9\x89\xe2\x50\xea\xde\ \xaf\xa8\xea\xf9\xf3\xe7\xab\xab\xab\x1f\xdf\xbb\x37\x10\xd0\xbc\ \x10\xf3\x27\x6c\x37\x71\xe1\x96\x9f\x79\xf2\xe1\xa9\xd2\x54\x0b\ \x28\xe3\x4e\xc1\xac\x49\x24\x30\xed\xbe\xb9\x89\x45\x5e\xe2\xf8\ \xe4\xef\x7a\x33\x58\x32\x9e\xad\x37\x15\x4a\xf8\x4c\xad\xc9\x8c\ \x2a\x5f\xd9\xdd\xe4\x7c\x97\x4c\xda\xba\xd7\xbd\x7b\xea\x3b\x12\ \x64\x8f\x08\xe7\x9c\x23\x84\x09\x44\xee\x32\x3c\x41\xf1\x9b\x5a\ \x5e\xea\x83\xfb\x85\x5b\xec\x92\x1d\x60\x02\xfe\x2f\xb2\xec\xcd\ \x8f\x1d\x6f\x12\x42\x68\x7a\xc8\x34\x4d\xd3\x34\x75\x3d\x64\x18\ \x46\x38\x1c\x66\x8c\x01\x21\xe2\x13\x51\x4d\xd3\xb9\xb7\xd5\x10\ \x01\x08\x1d\xdb\xc1\x04\x73\xce\x8b\x8b\x8a\xaa\xaa\xaa\x40\xa6\ \xf2\x31\x1a\x8b\x52\x4a\x6d\x77\x66\xa7\x97\x79\x25\xb8\x80\x99\ \x06\xa3\xd2\x6c\xca\xe8\x75\x69\x69\x39\xa5\xb4\xa4\xb4\x8c\x51\ \x56\x5a\x5a\x9e\x48\x24\x1c\xcb\x06\x52\x9b\x7c\x9a\x04\xfc\xd1\ \x00\x08\xa1\x00\x44\x21\x5e\xd3\x6d\x84\xa0\x1a\x50\xdd\x8f\x3a\ \xdb\xb6\xeb\xeb\xea\x1e\xda\xb2\x85\x52\x6a\xdb\x16\x46\xf3\x33\ \xa2\xf1\xf6\x33\xa0\x20\x9a\x2c\x40\x71\x6d\x13\xff\x85\x36\x7f\ \xbb\x25\x77\xf4\xb6\x67\x1c\x65\xd2\x07\x04\x00\x00\xe2\x4c\xeb\ \x4a\x88\xdc\xd4\xec\xcc\x87\x38\x82\x00\xf9\x4f\x19\xef\xb2\xa0\ \x9b\xc2\x2d\x04\x40\x08\xfb\xaa\x85\xdd\x44\x6d\xec\x4a\x96\x5b\ \x6e\xe2\x2e\xcf\x6f\xf8\x78\x29\x0b\xee\x17\x5e\xf5\x4c\xce\x95\ \xfe\xb4\xab\xe3\xdb\x47\x4f\xe0\x3c\x87\xce\xef\xd3\x81\x4c\x06\ \x66\xce\xe4\x71\x4f\xda\x3c\x43\x12\x42\x48\x30\x81\x6e\xf6\xc2\ \xed\xe0\x9c\x6b\xba\x5e\x54\x5c\xd2\xd6\xda\xbc\x62\xc5\x2a\x3d\ \x64\xb8\xb1\xf0\xc1\x9b\xfd\x18\x61\x4d\x0f\x89\x4c\xcd\x30\x51\ \x94\x40\x20\x30\x3c\x7c\x6b\xe1\xa2\xc5\x8c\x52\x88\xd0\xb2\xa5\ \x4b\xdd\x9d\x59\xb8\xb0\xe2\xb7\x8d\x1f\x44\x2b\x16\x69\x9a\xee\ \x96\x22\x83\x4c\xd0\x1f\xb8\x5b\x3f\x1f\xe1\xc9\xfb\xc6\x74\x8a\ \x44\xc2\x56\x2a\x19\x89\x84\x2d\x2b\x15\x89\x84\x27\x62\x51\x69\ \x34\x79\x7a\x24\xbc\x73\x3f\x13\x19\x80\x10\x2a\x84\x70\x06\x3b\ \x3b\xda\xcb\xca\xca\x52\xa9\x14\x21\x8a\x61\x44\x38\xe7\xb6\x65\ \x6d\x58\xbf\x7e\xd3\x83\x0f\x86\x42\x21\x01\xc0\xf0\xad\x81\x50\ \x28\xe4\xaf\xfd\x98\xbb\x36\xb9\x69\xdc\xee\x89\xee\x3f\x09\x5d\ \xe5\x60\x8c\xdb\x96\x63\xa9\x56\xba\x31\x1c\x70\x65\x28\x23\x4d\ \x10\x52\xca\x00\x74\xeb\x40\x20\x63\xcc\x35\x82\x5c\xd5\x70\xaf\ \xbe\x11\x84\xdc\x64\x28\x9f\xc7\xc4\x7c\xea\xc6\xfc\xde\x16\x63\ \x1c\xa1\xb4\xc6\xb9\x1a\x04\xa1\x67\x31\x09\xb7\x4f\x8b\x6d\x3b\ \x10\xd2\x8c\x1d\xc4\xdd\xca\x98\xc9\xe8\x95\x37\x3f\x2a\x73\x58\ \xbf\x3c\xf9\x4d\x1e\xc6\x18\xcf\x04\xe1\xfd\x77\xba\xaf\xde\xeb\ \xb6\xe9\x4d\x5e\xf1\x0c\xae\xcc\x31\x21\x42\x88\x52\xc7\x6d\xec\ \xe9\xc6\x56\x33\x8f\x04\x00\x08\xb7\x88\x47\x80\xec\x30\x16\xe7\ \xb6\x6d\xb9\x17\x10\xbc\xfb\x1d\xc7\xb1\x2d\xbb\x62\x71\xa5\x63\ \xdb\x2d\x2d\xd7\x74\x3d\x44\x30\xa6\xd4\x09\x06\xb5\xb2\x85\x8b\ \xbb\x6f\x74\xfa\x05\xae\xa4\xac\xfc\x66\x7f\x6f\x7f\x4f\x57\x41\ \x51\xb1\xa2\xa8\x9e\x20\x46\xf2\xf2\xab\x57\xac\x3c\x77\xee\x4c\ \x55\x55\x75\x51\x71\x09\xc1\x18\x70\x91\x0e\x37\xa5\xff\x20\x42\ \x1a\x4e\x59\x57\x1e\x30\xf2\xdd\xaa\x72\x43\x72\xc2\x0c\x19\x0d\ \x10\x6e\xf3\xd9\xf1\xd8\xf8\x8d\xce\x1b\x81\x80\xaa\x05\x83\x89\ \x78\x7c\xe1\xa2\xc5\x6e\xa0\x59\x08\x11\x0e\x87\x21\x80\xa6\x99\ \x18\x19\x1e\xb2\x6c\x6b\xc1\xc2\x45\xf3\xa3\x92\xc7\x8f\xbe\xe5\ \x7d\x98\x14\x14\x16\xfa\x3f\x3d\xdc\x06\xd8\xc3\x23\xa3\xee\xe8\ \xcb\xdb\x54\x9d\x4e\x0d\xb5\x7a\x51\xa5\xec\xb0\xf4\x2c\xae\x4d\ \x6e\xa8\x6b\xca\x6f\xcd\x72\x9c\x74\xf6\x80\x98\xed\x61\xb7\xd5\ \x72\x5f\xa1\x5f\xb6\x4d\xeb\xf3\x2b\x3d\x79\x9b\xfa\xdc\x22\xf3\ \xf4\xee\x80\xbc\xd2\xd2\x12\xb7\x49\x8b\xb7\x78\x4a\xe9\xc0\xc0\ \x80\x42\x88\xdf\xeb\x14\x42\x28\xaa\x5a\x5c\x5c\x0c\x21\xb4\xac\ \x94\x95\x4a\x01\x08\x55\x45\x0d\x04\x83\x00\x00\xc7\xb6\x2b\x97\ \x2e\x77\x33\xf2\xbd\x83\x8c\x8f\x8d\xd8\x96\xe3\x5b\x29\x00\x00\ \x60\x82\x47\x46\x46\x62\xd1\x18\x80\x3e\xbb\x3c\xeb\xef\x26\xb5\ \x49\x72\x87\x7e\x9d\xfb\x9e\x11\x00\x00\xa0\x69\x5a\x61\x51\x21\ \xa5\x14\x41\xe4\xf6\x71\x03\xd9\x6f\xb2\x80\xa6\x15\xe4\x17\x22\ \x8c\xe6\xc5\x42\x87\xa9\xa4\xe9\x7d\xe3\x38\x4e\xee\x67\x0b\x42\ \x0a\x21\x22\x7b\x05\xf7\xf0\x0d\x2e\xa6\xb7\x37\x33\x37\xee\xf4\ \x16\x31\x7f\x7f\x87\x19\xd4\x17\xce\xed\x98\x4e\xa6\xbe\xcf\xaf\ \xad\x9e\xca\xe4\x68\xa2\xbb\xf9\xfe\x10\x7e\xb6\xb1\x99\x2d\xd0\ \x10\x4e\xdb\x7d\x05\x21\x3c\x53\xce\xae\x44\x72\x97\x8e\xb0\x1b\ \x6c\x99\xe5\x63\x1e\x22\x04\xc4\xbc\xbd\xfd\x60\x2c\x3a\x2e\xf7\ \x5d\x22\x91\x7c\x3a\xbd\x4a\x89\x44\x22\x91\xda\x24\x91\x48\x24\ \x52\x9b\x24\x12\x89\xd4\x26\x89\x44\x22\x91\xda\x24\x91\x48\xa4\ \x36\x49\x24\x12\x89\xd4\x26\x89\x44\xf2\xbb\x0e\x91\x5b\x20\x91\ \xcc\x3b\x99\xca\x84\xdc\xac\x5d\xf1\x7f\x31\x4e\xf5\x53\xb5\x18\ \xa9\x4d\x12\xc9\x2c\xe7\x2a\x02\x82\x8b\xbb\x38\xd1\x33\x43\x12\ \xc5\x4c\x0f\xb1\x2d\x2b\xe9\xab\xb8\x48\x3b\x29\x08\x19\x46\x18\ \xce\x52\x07\x0b\xe7\xbf\x20\x1b\x42\x68\xa5\x52\xa9\xa4\x99\xdd\ \x65\x41\x60\x4c\x42\x46\xf8\x8e\x8e\x73\x8f\xeb\x0d\xa4\x36\x49\ \xee\x67\x0d\x72\x9b\x5e\xe5\xd4\xfc\x08\xce\xc4\x2c\xa5\x99\xd0\ \x6b\x74\xec\x93\x95\x74\x1b\xff\x74\x4b\x66\x08\x21\x63\x7c\xda\ \x63\x20\x84\xe2\x13\x13\x4d\x97\x2f\xb8\x7d\xb5\xfd\x3f\xb2\x6d\ \x6b\x71\xe5\x92\x95\xab\xd6\xb0\xc9\x3e\x76\xe9\x16\x41\x6e\xa5\ \x07\xc6\x98\x33\x3a\x6d\x11\xd6\xdc\xf4\x14\x21\x34\x3e\x36\x76\ \xa5\xe9\xa2\xdb\xf4\x35\x6b\x31\x96\x55\xbd\x72\xe5\xd2\x65\x55\ \x99\xa6\x7a\xfe\x97\x0d\x01\x04\x84\x28\x48\x50\xdb\xe1\x00\x02\ \x00\x11\xc6\xc8\x1d\x86\x26\xb5\x49\x22\xb9\x2b\x10\x26\x34\x19\ \x9b\x48\x52\x25\xa8\xe9\x01\x25\x73\x8a\x63\x15\xc6\xde\x79\xe5\ \x58\xf9\xb6\xbd\x75\xa5\x1a\x9d\xee\x64\xe7\xd4\x66\x02\xab\x8a\ \xd7\xd2\x19\x40\x08\x28\xa5\x08\x63\xa2\xe0\xfe\xab\x1f\x9c\x1b\ \xd0\xb7\xd5\x04\x4e\x5e\x1c\xd8\xb9\xf7\xd1\x02\x68\xb1\x1c\x15\ \xc3\xb8\xb7\xa7\x2b\x92\x5f\xb0\x69\xf3\xd6\x9c\x23\x3b\x8e\x73\ \xe2\xd8\xdb\xcb\x96\x57\x7b\x55\x93\x82\xd3\x44\x3c\x61\x31\x10\ \x0a\xe7\x87\x03\xd6\xaf\x5f\x7f\x4b\x59\xbf\x6f\xcb\x02\x35\xf7\ \xa0\x00\x50\x2b\x05\x88\x82\xd1\x9d\x95\x76\x62\x8c\x3f\xea\x6c\ \xaf\x58\xbc\x64\x6d\xdd\x67\x72\x7e\x94\x88\xc7\x3f\x68\x38\xb9\ \x64\x59\x95\xb7\x12\x87\x01\x55\x21\x02\x08\x08\x05\xa0\xf6\x95\ \xc6\x77\x46\x8c\xb5\x3b\x36\x54\x72\x0a\x88\xdd\xff\xe6\x1b\x17\ \x56\x6f\xdf\xb3\x24\x4f\x61\xfc\x1e\x09\x94\x8c\x85\x4b\xee\x43\ \x88\x42\x46\x3b\x1a\x9f\xff\xe7\xef\x7e\xff\x07\xcf\xff\xe2\xe8\ \xc5\x14\x50\x02\x81\xa0\xae\xeb\x41\x55\xc1\xd0\xea\xe9\xbc\x31\ \x9e\xa2\x08\x93\xa0\xa6\xeb\xba\xa6\x60\x08\x04\x24\x4a\x40\x0f\ \x85\xc2\x21\xf5\xe2\x6b\x3f\x7f\xfb\x5a\xdc\x08\x07\x5d\x19\xc0\ \x4a\xc0\xec\xf9\xf0\xaf\xbf\xf1\xb7\x1f\xf6\x25\x83\x01\x92\x18\ \x1b\xec\xea\x1f\x75\xcc\xf1\x8f\xba\x07\x28\x52\x83\xc1\xc0\x54\ \xb9\x10\x5c\x44\xa6\x1b\x82\xa4\x28\x8a\xd7\xd6\x06\x00\x18\xd0\ \xf0\xb5\xf7\x5e\xfc\xfb\x7f\xf8\xee\x4f\x7e\xf6\x93\xef\xfd\xc7\ \x8b\xd7\x07\xe3\xfd\x1d\xad\x63\x22\xa8\x86\x82\x04\x41\x00\xa0\ \xe2\xae\x39\x10\xd4\x94\xf8\x9b\xff\xf3\xf3\x4b\x83\x56\x58\x0f\ \x40\x88\x02\x41\x4d\xd7\x75\x95\x60\x00\xa0\x1a\x08\x86\x42\x9a\ \x4a\xf0\x8c\x7b\x21\x44\x24\x92\x37\xf5\xee\x90\x61\xb8\xcd\xc8\ \x00\x00\x48\x51\xc5\x70\xf3\xf3\xff\xf2\xa3\xf6\x98\x08\x6a\xc1\ \x78\x47\xe3\xbf\xfe\xfb\x21\x5a\x5c\x5d\x51\x6c\x00\x81\x02\x7a\ \x28\x18\x70\x3a\x5b\xdb\xa2\x96\x20\x44\xd5\x74\x5d\x0b\x06\x30\ \x04\x00\x22\x35\xa8\xe9\xba\x16\x50\xb0\xbb\xda\x90\xae\x07\x14\ \x3c\x5f\xcd\x00\xa4\xdd\x24\xb9\x1f\xb5\x09\xd2\xab\xbf\x3d\x6e\ \x56\xee\xfd\xbb\x3f\xde\x31\x31\x1a\x0b\xa0\xe4\xa5\x13\x6f\x1f\ \x3b\xfd\x51\xc5\x83\xfb\x9f\xdb\x59\xa6\xaa\x0a\x21\x0a\x9f\xe8\ \x79\xf5\xd0\xeb\xed\x71\x7d\xd7\x53\x07\x36\x2f\xd5\x9b\x1b\x8f\ \x1c\xf9\x75\xcb\xa2\x4d\xbb\xcb\xac\xd8\xfb\x2f\x7d\x2f\xda\xbe\ \xf5\xf3\x07\x76\x85\x01\xc3\x90\x5e\xbf\xd4\x44\x91\x73\xf9\xc2\ \xb5\x5d\xab\xb6\x23\x8c\x15\x05\x03\x84\x02\x9a\x46\x87\xae\xff\ \xe2\x64\xd3\xe6\xfd\xfb\x16\x86\xc0\xa4\x35\x21\x04\xc2\x28\xc7\ \x9b\x9b\x5c\x18\x21\x3e\x37\x4d\xc4\x27\xcc\x9a\x7d\x5f\xfd\xf3\ \xfd\xf5\x6f\x7d\xff\x6f\xde\x38\x79\x7d\xb9\x62\x1f\xfb\xe9\x3f\ \xb5\x95\x2d\xda\xf3\xd4\xd3\x75\x65\xe0\xcc\xd1\x5f\x1d\xbf\xd8\ \xbb\x78\xc3\x63\x5f\x7c\x64\x19\x4b\xde\x3a\xf4\x83\xef\xb6\xee\ \x79\xea\xc0\xe6\xca\x13\x87\x5e\xba\xd8\xc7\x36\x3e\xf6\xf9\x5d\ \x6b\xf2\x7e\xfb\xd6\xcb\x0d\x4d\x83\xab\x77\x3d\xf9\xd8\x86\xe5\ \x80\x3a\x22\x57\x97\x04\xc2\x18\xcd\x60\x6d\x79\x8b\xe1\x94\x87\ \x16\x54\x96\x29\x47\x2e\x75\x0c\xae\xab\xa8\xec\x68\xbb\xa6\x96\ \xaf\xd1\xe9\xd0\x70\x2c\xbf\x2a\x79\xf3\xf0\x7f\x1d\xee\x1c\x1a\ \xba\x31\xaa\x3f\xa6\xab\xa3\xed\x8d\x2f\xbf\x79\xca\x29\xa8\x3d\ \xf0\xec\xde\x32\x34\xf6\xde\x0b\xaf\x9c\xed\x4a\xd5\xef\xfc\xdc\ \x63\x0f\x94\x5f\x3a\xf6\xc2\xf1\x0b\x37\xab\x37\x3f\xfa\xf8\xc3\ \xab\x91\xe3\xdc\xbd\x40\x49\xbb\x49\x72\x1f\xc2\x04\xa9\xae\xdb\ \x28\x3e\x3a\xf1\xd3\x97\x4e\x24\x89\x3e\xde\x7c\xea\xcd\x0b\xb1\ \xfd\x07\x1f\x1f\xfe\xf0\x8d\x0f\xbb\xa3\x04\x63\x85\x58\x0d\xaf\ \x1c\x1a\x2c\xd9\xb4\x6f\x9d\x7e\xfc\xf5\x77\xdb\x3b\xcf\xbd\x72\ \xf4\xfa\x86\xc7\x9f\xde\xbe\xa6\x02\x40\x75\xed\x8e\xa7\x0e\x3c\ \xfe\xa0\x06\x38\x47\x0a\x8b\xb6\x9f\x69\x17\x7f\xf0\x8d\x83\xa9\ \xe6\xd3\xed\x31\xa6\x20\xdf\x69\x4f\x82\x85\x45\xf9\xea\x94\xe6\ \xa6\x5e\x9f\xd5\xe9\x3c\x4d\xec\xef\xc8\x43\x08\xea\xb9\xd0\x70\ \xe4\xf0\x2f\xcf\xf6\x88\xaa\xa5\xa5\x02\x04\xd6\xef\xfe\xdc\xba\ \xc2\xb1\xb7\x8f\x35\xb6\x36\x35\xbc\x7d\x2e\xfa\xd8\xd3\x8f\x8e\ \x9f\x7e\xfd\xdd\xa6\x5e\x1c\xc8\x7f\xf8\xc9\x83\xcf\x6e\x5d\xd1\ \xf4\xee\x8b\x17\xe3\x95\x4f\x3f\x52\x73\xfa\xcd\xd7\xce\x9d\x6d\ \x7c\xb7\xb1\x67\xfb\x33\x5f\x7a\x68\x45\x09\x67\xd3\x07\x83\x10\ \x42\x39\x91\x26\xbf\xc7\x97\x79\x31\xd4\x51\x4a\x37\xd5\x57\x74\ \x5e\x6e\x49\x59\xd1\xb6\xf6\x58\xed\x86\xcf\xc4\x3a\xce\x77\xf6\ \xdd\x3a\x7b\xec\x95\x66\x7b\xd9\x13\x8f\x3e\x54\xa0\x2b\x62\xbc\ \xf5\xa5\x57\x7f\x53\xb5\xf3\x40\x15\x6b\x7a\xed\x54\x7b\x6b\xc3\ \x2b\x8d\x23\xc5\x4f\xef\xad\xbb\x72\xfc\xd5\x53\x67\x2e\x1e\x7d\ \xbf\x65\xc3\x93\xbf\xb7\x73\xed\x42\x30\x4f\x61\x29\xa9\x4d\x92\ \xfb\x10\xdb\x61\x8b\xd7\x3d\xf1\x8d\x3f\xf9\x62\x61\xf4\xc2\x8f\ \x7e\xf8\xdf\xa7\xdb\xbb\x6e\xf6\xde\x38\x79\xe2\x83\x9b\xb1\xb1\ \xa1\x84\x8d\xb1\x42\xd8\x78\x4b\xf7\x60\xcf\xb5\x0f\x4f\x9e\x6e\ \x8d\xd1\x89\x8e\xb6\xeb\xda\xf2\x2d\x7b\x36\xd5\x56\x2e\x28\xc6\ \x02\x18\x05\x65\x65\xc5\x11\x0c\x04\x51\xc9\xcd\xa6\x73\x7d\x96\ \x51\x51\xb6\x38\x94\xea\x3f\x73\x79\x80\xa8\xc4\xed\x00\x2b\x18\ \x23\x85\xcb\xf6\x3d\xb9\xbb\x38\x98\x3b\x53\xc7\xed\x89\x3f\xbd\ \x1c\x20\x04\xb3\xdb\x85\xd9\xe6\x44\xdc\x51\x77\x1c\xf8\xca\xfe\ \x4d\x8b\x1c\x4e\x4a\x97\xae\xdc\xb8\x6e\xad\x9a\x1c\xba\xde\x71\ \xa3\xb4\x76\xdb\xa6\xfa\xcd\x9f\x5d\x5d\xd4\xd9\xd1\xcf\x21\x29\ \x28\x29\x2f\xd4\x44\xcf\x8d\x68\xdd\x43\xbb\xeb\x37\xef\x5c\x11\ \x4e\x74\x83\xb2\xad\xb5\x91\xf7\x8e\x1c\x69\x1b\xb2\xc8\x4c\x6a\ \x88\xd0\x4c\x61\x7f\x84\x27\x7f\x85\xda\x6c\xc9\xfa\x07\x02\xa3\ \x6d\x67\x2f\x5f\x18\x00\x0b\xd6\xad\xc8\x63\x40\x21\xcc\xec\xe9\ \x4b\xae\xdb\xfe\x48\x6d\xdd\x8a\x05\xc5\xa1\x78\x5f\xdf\xcd\xbe\ \x9e\x0b\xa7\xde\xbb\xd8\x1d\xb3\x47\xfb\xaf\x75\x44\x57\xed\xd8\ \x5d\xbf\x69\x6b\xdd\x02\x36\x98\x50\xb7\x6d\x5c\xd8\xf8\xfa\xe1\ \xa6\x9b\xc9\x19\x5f\xbc\xd4\x26\x89\x04\x01\x3e\x3e\xd2\xcf\x0a\ \x6a\x9e\x7e\x66\x8f\x18\xb8\x3e\x6a\x29\x65\x8b\x96\x3d\xf2\xb9\ \xe7\xbe\xf5\x97\xdf\x7e\x62\x65\x41\x3c\x99\x30\x79\xb0\x24\xcf\ \x58\x5a\xbf\xed\x4b\x7f\xf8\x67\x7f\xf5\x47\x5f\xaa\x29\x36\x46\ \x7a\xda\xba\xc7\x92\xb6\x43\x05\xa4\xd1\xd1\xb1\xa4\x65\x73\x80\ \x55\x36\x7e\xfe\x72\x5b\x72\xa2\xe7\xe5\x17\x0e\x0f\xa6\x52\x2d\ \x97\xce\x8f\x33\x9c\xb2\x6c\x21\x80\x63\x3b\x4e\x62\xf4\xfa\xb5\ \xf6\x44\xf6\x68\x3b\x21\x00\x82\x68\x26\xbb\x29\x7b\xca\x86\xa0\ \x94\x2f\xdd\xb4\xe7\xb9\x2f\x7c\x7e\x5b\xfd\x72\xc2\x1c\xce\x19\ \xa3\x8c\x33\x2e\x20\x8a\xe4\xe7\x8f\xf4\x76\x8e\x25\xc7\xda\x7a\ \x47\x0b\x4a\x8a\x30\xb7\x86\x46\x63\x8e\xc0\x91\x08\xea\xbe\x71\ \x23\x35\xde\xdd\x3b\x62\x17\x16\x56\x3c\xf2\xdc\xd7\x0f\xae\x23\ \x2f\xbf\xf0\xd6\x88\x33\x4d\xa0\x5c\x08\x81\xd1\x8c\x8b\x21\xc8\ \x17\xd2\xe1\x4e\xb0\x78\xf5\xfa\xc5\xc9\xff\xfc\xde\x91\xc2\xf5\ \x9b\xcb\x55\x4e\x19\x03\x24\x98\x1f\x81\x9d\x2d\xad\xd4\x66\x56\ \xca\x51\xc2\x46\xa8\xb0\x7c\xe3\xce\x7d\x5f\xff\x8b\x6f\x7d\xed\ \xd9\x87\x4a\x74\xde\xd3\xda\x99\x1a\x1d\xe8\x1a\x4c\x19\x45\x15\ \xdb\x9f\xf9\xda\xef\x6f\x2d\x78\xed\x97\x2f\xf7\xa6\x14\x05\xcf\ \x83\x3a\xe1\xef\x7c\xe7\xdb\xf2\xad\x2c\xb9\xcf\x50\x08\xee\x3a\ \xff\xce\xcf\x7e\xf1\xea\x89\x0f\xae\xe4\xd5\xee\x3e\xb8\x7f\xab\ \xd3\x7d\xfe\x9d\x63\xbf\x6e\x1d\xe0\xab\xea\x57\x8b\xfe\x2b\x57\ \x06\xf4\xbd\xbb\x56\x5c\x3c\xf6\x4e\xc3\x99\xab\x96\x56\xb1\x71\ \xe3\x5a\xa7\xfb\xf4\xa1\xc3\x47\x3b\x26\x94\xfa\xda\x8a\x73\x6f\ \xfd\xea\x4c\x57\xaa\x66\xdd\x1a\x65\xb4\xfd\xbd\xb3\x37\x9f\xf9\ \xd3\x6f\x3e\xfb\xf8\x8e\x4d\xab\x8a\x2e\x9f\x6d\xa9\xac\xa9\xee\ \xbd\x72\xb5\xb8\xa6\x26\xde\xde\x34\x21\xe8\xb9\x86\xcb\x0b\x6a\ \xeb\x0a\x03\xd0\xb3\x9c\x10\x82\xe3\x63\xa3\x8a\xaa\x16\x14\x16\ \x4d\x5d\x58\x7f\x5f\x6f\x51\x49\x89\xdb\x6c\x1f\x13\x78\xb3\xed\ \xda\x98\x5a\xbe\x66\x49\x91\x63\x39\x08\x3a\x1d\x57\x9b\xf5\x15\ \x1b\x17\xf1\x81\xab\x7d\xf6\xc3\x7b\x76\xd9\x2d\xc7\x5f\x3a\x72\ \x22\x5e\x54\xff\xcc\xbe\x1d\xc5\x62\xe0\xed\x57\x8f\x34\xc7\xf3\ \x76\x3d\xbc\xb6\xa3\xe1\xd0\xe1\xe3\x4d\xe5\x9b\xf7\xef\x5a\x2a\ \x0e\xfd\xf4\xc7\xa7\xda\xa3\xcb\xd7\x6d\x79\x60\xe5\x02\x34\x65\ \x5c\x2b\x42\x68\x74\x78\xc8\x30\xc2\xe1\x48\x6e\x6c\x9e\x73\xde\ \xdf\xd7\x5b\x5a\x56\xee\xa5\x4b\x20\x12\x34\xd0\xf8\x6f\xce\x8f\ \xee\x3b\xf8\x44\x85\x2e\x7a\xda\x9b\xe3\xc6\xaa\xdd\x5b\x2a\x9b\ \xde\x7b\xf5\x8d\x93\xe7\xa3\xa2\xe4\xb3\xfb\x1f\x5d\x84\x06\x8e\ \x1d\x3d\x7e\xbe\xb9\x27\x52\xf5\x99\x07\x6a\x4a\x5a\xde\x3f\x72\ \xf8\xf8\x85\xbc\x35\xbb\x1f\x59\x17\x7e\xed\xc7\x3f\x3c\xd9\x3c\ \x5c\xb9\xf6\xc1\x8d\xb5\x8b\x15\xc1\xe6\xa1\x1b\xad\xec\x7b\x29\ \xb9\x2f\xe1\x8c\xda\x96\xc5\x00\x0e\x19\x06\x46\x00\x30\x3b\x1e\ \x37\x05\x56\xb5\x60\x00\x43\x6e\xd9\x2c\xa0\x6b\xcc\x8c\x27\x2c\ \xaa\x06\x82\x81\x80\x8a\x01\x8d\x4f\x98\x9c\xa8\x21\x2d\x48\x53\ \xf1\x14\x43\xba\x16\x04\x82\x71\x01\x15\x92\x1e\xb8\xc6\x1c\x07\ \x60\x2c\x98\x03\xb0\x82\x38\x75\x38\x80\x00\x62\x92\x65\x24\x20\ \x84\xa2\xe3\xa3\x83\x37\x07\xf2\x0b\x0b\x73\x86\x24\x9a\xa6\xc9\ \x18\x5d\xba\xbc\x9a\x33\x6f\x84\x07\x17\x02\x7a\x3e\x90\xe0\x1c\ \x20\x04\x85\xe0\x42\x60\xa2\x20\x6e\x4f\x24\xac\xa0\x11\x56\xa0\ \x00\x40\xa4\xcc\x84\x03\x14\x23\xa4\x71\x3b\x91\xb0\x80\x11\x0e\ \x41\x66\x9b\xa6\x49\x01\x31\x0c\x1d\xe6\xa6\x71\xa5\x9f\x74\x74\ \x64\x68\x74\x78\x24\x3f\x7b\x14\x00\x84\x68\x62\x22\x86\x09\xae\ \x5c\xb2\xcc\x97\x6c\x05\x20\x84\xee\x10\xb6\xf4\xf4\x57\x08\x89\ \xa2\x08\xcb\x9c\x48\xd2\x80\x16\x54\x08\x21\x18\x98\xf1\xb8\xcd\ \x61\x30\xa8\xa9\x2a\x11\x76\x32\x9e\x62\xa1\xb0\x81\xb8\x6d\x26\ \x4c\x2a\x88\x11\x0e\x21\x31\x3f\x69\x06\x52\x9b\x24\xf7\x2b\xd0\ \x1b\x31\x31\xf9\x0d\xc8\x0c\xfe\x72\xc7\xca\xfb\xef\xf4\xcd\xaa\ \xf0\x0f\x8b\xf5\xe7\x43\x7b\xa3\x5e\xd3\x8f\x11\x02\x4c\x37\x2c\ \x19\x21\x94\x4c\x26\x13\x89\xf8\x54\x87\x2e\x2f\x2f\x3f\x2b\xc1\ \x3a\x27\xdb\x3a\x33\x10\x64\xf2\x29\x72\x56\x37\xb9\xfc\xac\xd7\ \x35\x4b\xc6\x36\x42\x28\x91\x48\x98\x66\x22\x27\xea\x44\x08\xc9\ \xcb\xcb\x9f\xfa\x8b\xbe\x99\x24\xd0\x9b\x4d\x07\x66\xd8\x48\xff\ \x1e\xe7\x6c\xa6\xd4\x26\x89\xe4\x53\x19\xf0\x9a\x2e\xca\x23\x00\ \xe0\xee\xb4\xe7\x7b\x8b\x3b\xf3\x71\x9a\xc5\xdc\xdb\x3c\xef\x3b\ \x45\xe6\x37\x49\x24\x9f\x80\x47\xc9\x39\xe7\x9f\x96\x4a\x5a\xff\ \xb4\xea\xff\x4f\xfa\x2e\xdf\x46\x12\x89\x44\x6a\x93\x44\x22\x91\ \x48\x6d\x92\x48\x24\x52\x9b\x24\x12\x89\x44\x6a\x93\x44\x22\xb9\ \xcf\x21\xb1\x68\x54\xee\x82\x44\x22\xf9\xb4\x01\x93\xa6\x29\x77\ \x41\x22\xb9\x8b\x73\x08\x4e\xd7\x29\x53\x02\x60\xfa\xff\x1c\x1b\ \x20\x13\xdb\xb6\xe4\x26\x4a\x24\x73\x03\x21\x44\xa9\x33\x36\x3a\ \x1a\x1b\x1f\x77\x1c\xe7\x53\x3e\x1d\xe0\x1e\xa3\x28\x4a\x28\x1c\ \x2e\x2c\x2a\x0e\x04\x82\x73\xc8\xf6\x92\x79\xe1\x12\xc9\xdc\x85\ \x29\x95\x4a\xf6\x76\x77\x41\x88\x0c\xc3\xc0\xb3\x34\x9f\xfc\x9d\ \x84\x73\x9e\x34\xcd\x54\x2a\x59\xbe\xa0\x22\x2f\xbf\x90\xf3\x3b\ \x4b\x01\x95\x79\xe1\x12\xc9\x1c\x3d\x39\x4a\x9d\xfe\xbe\x5e\x5d\ \x0f\x19\x91\x08\xe7\x1c\x48\xaf\x6e\x0a\x41\x4d\xb7\x53\xa9\xa1\ \xa1\x5b\x44\x55\x42\xba\x71\x47\xd6\x93\xd4\x26\x89\x64\x8e\xc4\ \x62\x13\x58\x0d\x84\xf2\xf2\x81\x10\x10\x00\x00\xa1\xdc\x93\x1c\ \x04\xe7\x6a\x20\x18\x0e\x47\xa2\x63\x63\x9a\xa6\xdf\x99\x59\x2a\ \xb7\x4f\x22\x99\x93\x47\x47\xcc\x81\x1e\xf0\xe2\x3f\xc6\xfe\xed\ \x9b\x76\xf7\x75\xa8\x04\xe4\x96\x4c\x2f\x4f\x82\x07\x83\x41\xc1\ \x85\x63\xd9\xf0\x4e\xe4\x5b\x6a\x93\x44\x32\x27\x30\x4e\x0d\x76\ \x17\x98\x43\x65\x84\x9a\x1f\x5d\x83\x8a\x2a\xb7\x64\x16\xff\x17\ \x40\xc8\xef\xd0\xe7\x95\xda\x24\x91\xcc\xf5\x94\x23\x8a\x70\xb3\ \x07\x30\x91\xc1\xa6\xdb\x08\xcd\xcc\x6d\xcb\x67\x42\xc6\x9b\x24\ \x92\xb9\x9e\x6f\x98\x70\xc7\x16\x18\x0a\x00\x80\x8c\x35\xdd\xc6\ \xca\x94\xda\x24\x91\xdc\x2b\x3f\x05\x62\xcc\x28\x65\x0e\xe4\x42\ \x86\xc1\x6f\x6b\x37\xe1\x8f\xaf\x4d\x6e\xdb\x4f\xe9\xd3\x49\x24\ \x73\xb6\x05\x14\x46\x29\x9b\x8f\x39\x91\xf7\x37\x42\x88\x8f\xaf\ \x4d\x42\x08\xd3\x34\x21\x84\xd2\x6e\x92\x48\xe6\x6a\x3a\x11\x4c\ \xa9\xc3\xa4\xd9\xf4\xb1\x7d\xba\xdb\x16\xf6\xb8\xfa\x15\x32\x0c\ \xce\x98\xb4\x9b\x24\x92\x39\x09\x13\x00\x18\x21\x46\x1d\x4e\x1d\ \xc6\xb9\x0c\x38\xdd\x4e\x9b\x6e\x6f\x37\x09\xce\x53\xa9\x14\x42\ \x28\x31\x31\x21\xed\x26\x89\x64\xee\x9e\x8a\xaa\x1b\xb7\x18\x4e\ \x50\xa6\x06\x43\x40\x56\xd2\xcd\xa6\xe3\x50\x55\xd5\xdb\x68\x13\ \x84\x00\x42\xc3\x08\x73\xce\x43\x46\x98\x73\x26\xeb\xe9\x24\x92\ \x39\x9d\x6f\x10\x71\x6a\xf7\x9f\x6b\x48\x4e\x44\x8b\xeb\xb7\x10\ \x2d\x24\xb8\x94\xa7\xe9\x24\x5c\x08\xa2\x28\xa1\x90\x31\x8b\x43\ \x27\x84\xb0\x6d\x5b\xd3\xb4\xa4\x99\xd4\x74\x2d\x11\x8f\xeb\xa1\ \x90\xd4\x26\x89\x64\xce\xf2\x04\xb1\x66\xa4\x92\xa6\x19\x1b\x03\ \x9c\x43\x19\x75\x2b\xcb\x01\xfc\x00\x00\x00\x93\x49\x44\x41\x54\ \x9a\xa2\x38\x00\x00\x45\x51\x74\x23\x0c\x84\x98\x51\x9b\x20\x14\ \x9c\xab\x6a\x80\x71\x86\x10\x16\x9c\x0b\x21\xa4\xdd\x24\x91\xdc\ \xb5\x3c\x11\xc2\x28\x4d\xa5\x92\xd4\x71\xe4\x86\xf8\xc1\x98\x04\ \x82\x41\x55\x55\x19\xe3\x33\x35\x21\x10\x42\xd8\xb6\xa5\x69\xa1\ \xa4\x99\xd0\x74\x3d\x69\x9a\x9a\xae\x27\xe2\x13\x7a\xc8\x90\xda\ \x24\x91\xdc\x2d\x84\x10\x8c\x31\x80\xf2\xca\x52\xae\xf2\x70\xc6\ \x29\x75\x66\xbf\x3c\x47\x14\x45\x70\x0e\x21\x12\xc2\xbd\x15\x9c\ \x73\x21\xb8\x8c\x85\x4b\x24\x77\x0b\xa5\x94\x52\x47\x56\xad\x4c\ \x6b\x57\xde\x7e\xf7\xd2\xf6\x26\xf3\xdd\x02\x00\xc0\xff\x02\x5d\ \x51\x53\xfa\x5d\x5d\xb9\xdf\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ \x42\x60\x82\ \x00\x01\xd4\xd0\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\x93\x00\x00\x01\x53\x08\x02\x00\x00\x00\x73\x96\x76\x82\ \x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\xec\xbd\x77\xbc\x5c\x75\ \x9d\xff\xff\x69\xa7\x4f\x9f\x5b\xe6\xf6\xdc\x9b\x7b\x6f\x7a\x83\ \xd0\x42\x13\x05\x29\x86\xa2\x80\x20\x4d\x40\x69\xca\x2e\x2c\xeb\ \xba\xee\xaa\xdf\x75\x45\xdd\xd5\x75\x57\xf4\xa7\x82\x20\x0a\x04\ \x90\xa2\x14\xa5\x23\x2d\xa1\xa4\x90\x46\x1a\x69\x37\xb9\xb9\xb9\ \x6d\x66\xee\xf4\x53\x3f\xed\xf7\xc7\x24\x31\x40\x2c\xa0\xec\x06\ \x3d\xcf\xcc\xe3\x91\x3b\x33\x67\x4e\xf9\x9c\xcf\x79\x7d\xde\xef\ \xf7\x79\x7f\xde\x07\x4a\x29\x77\xee\x18\x78\xf0\xc1\x7b\x37\xbf\ \xb9\xc1\xf7\x5d\x08\x11\x08\x09\x09\x09\x39\xb8\x21\x03\xdb\xb7\ \x7d\xe7\xdb\xff\x5e\x98\xc8\x6b\x9a\x01\x11\x96\x52\x86\x8d\x12\ \x12\x12\x72\xb0\x2b\xd7\x2f\x7f\xf9\x8b\x5c\x2e\xab\xaa\x3a\x65\ \x1c\x80\xfd\x65\x0b\x42\xb8\xe7\x2f\x29\xc1\x5b\xbf\x7a\x57\xcb\ \xfc\xe9\x8b\x85\x84\x84\x84\xfc\x49\xe0\x4c\x73\x4a\x02\x20\xa5\ \xdc\x27\x28\x10\x00\x00\xa1\x47\x99\x13\x50\x8f\x32\xc6\x05\xc1\ \x10\x42\xf8\x36\x73\xac\xfe\x89\xef\x07\x41\x10\x30\xc6\x00\x00\ \x08\xa1\x77\x9a\x6c\x10\x42\xc6\x58\x10\x04\x94\x52\xce\x39\x42\ \x07\x58\xd5\xfb\x01\x84\x00\x80\x3f\xb2\xa1\xfa\x91\x1e\x9c\x66\ \xe6\xde\xfd\x7f\x77\x42\xff\xa7\x1c\x75\x48\xc8\x5f\x83\x72\xf5\ \xf5\x4e\x82\x00\xee\x7f\x31\x33\x29\x4b\x35\xb7\x51\x41\x53\x22\ \x46\x87\xa1\x18\x10\x66\xab\x4e\x20\xa5\x4a\x7e\xe7\x4b\x42\x08\ \x3d\xdf\x73\xbd\xc0\xb2\x62\x96\x15\x55\x54\x3d\xa0\xcc\xb6\x6b\ \x8a\x42\xf6\x5f\xbb\x94\xb2\x5a\xb3\x11\x52\xa2\xd1\x98\x6e\x44\ \x10\x22\xb5\x5a\x4d\x70\x46\x08\xf9\x4b\x5f\x5d\x52\x08\x01\xf6\ \x99\x76\x10\x50\xca\x5c\xd7\x57\x14\xfc\x07\x2e\x72\x4a\x99\xe7\ \xf9\x18\xe3\x3f\xbe\xf6\xff\x75\xd9\x62\x94\xdb\xb6\x43\x08\xfe\ \x9d\xbd\xfa\x47\x7f\x05\x80\xef\x53\xdf\xa7\x84\xe0\xb0\x67\x87\ \xfc\x95\x7b\x8b\x52\x4a\x21\xc4\xbe\xf7\x5c\x4a\xb7\xe6\x9d\xd7\ \xd3\x70\x6a\x57\xba\x49\x57\x14\x04\xca\x01\xdf\x58\x70\x7e\xb6\ \x69\x64\xc8\x76\x63\x86\x26\xa4\x84\x10\xda\xb6\xab\x6a\xc6\xa1\ \x87\xce\x4c\xa5\x92\x8a\xa2\x08\x21\x5c\xcf\xdb\xb9\x63\xe7\xc0\ \xc0\xb6\x88\x65\xec\xbb\xd8\xaa\x55\xa7\x73\x52\xf7\xe4\x9e\x6e\ \xd3\x34\x11\x42\x8c\xb1\x42\xb1\xb4\x71\xc3\x86\x6a\xad\x6a\x99\ \xc6\x01\xc4\x0b\x42\x28\x85\x63\x3b\x01\x17\x00\x40\x4c\x88\x69\ \x68\xf8\x40\xa6\xdc\x5b\xaf\x58\xe8\x51\x28\x38\x8d\x10\xc1\x15\ \x0d\x48\x49\x39\x46\x66\x5b\xef\x24\x54\x1c\x18\xb0\x89\x06\x20\ \x80\x52\xda\x35\x9b\x0a\x09\x00\xc4\x98\x58\xa6\x2e\x24\x96\x46\ \xa6\xb7\x53\xab\x0d\x6d\x99\x00\x06\x82\x07\x56\x10\xc7\xf1\xb9\ \x90\xd1\x88\x2e\xe4\x1f\x10\x1a\x28\x18\xad\xd9\xae\x00\x00\x02\ \x48\x14\xc5\x34\x34\x00\x21\x78\xaf\xea\xcc\x39\xe4\x7a\xf3\xec\ \x69\x8d\xf6\x96\x95\xc3\x5c\x43\x7f\x82\x78\x41\x20\x5d\xa6\x1a\ \xc9\xf6\xb6\x88\x9b\xdd\xb5\xdb\x57\xf4\xd0\x2b\x0f\xf9\x6b\xb6\ \xb9\xa6\x4e\xe9\x05\x7b\x6d\x2e\x09\x61\xb5\xe6\x5c\xde\x9d\xbc\ \xa0\x33\x62\x06\x8e\xef\xd4\x3c\xbb\xa6\x32\xaf\x43\x03\x73\x1b\ \xac\x65\xa3\x95\x8a\x84\x0a\xc6\x41\x10\x40\x84\x0f\x3f\xfc\x30\ \xcb\x32\x7c\xdf\xf7\x3c\x2f\x08\x7c\x08\x41\x53\x53\x23\x84\x78\ \x74\x74\x4c\xd3\x14\x00\x50\xa5\x6a\x4f\xea\xee\x99\x36\xb5\x1f\ \x42\xe0\xfb\xbe\xef\xfb\x42\x70\xd3\xd0\x9b\x9a\x9b\xc6\xc6\xb2\ \x34\x38\x90\xb1\x23\xa4\xc7\x71\x73\xcf\x8c\x29\x93\x26\x75\x74\ \xb4\x27\x0d\x58\xc9\xe5\x38\x24\x10\x02\x21\x84\x10\x52\x4a\x08\ \x20\xac\x5b\x58\x42\x48\x21\x01\x04\xa0\xe2\x80\xa6\xe9\x27\x7e\ \xfd\x4b\x17\xba\x6b\x5e\xdc\x56\xe6\x18\xc9\x5c\x45\x99\xfb\xe1\ \x4f\x7d\xee\xbc\xfe\x65\x8f\xbd\xe4\x2a\x9a\x10\xd0\xe3\x66\x6b\ \xef\xf4\xfe\x49\x9d\x1d\x1d\x1d\x49\x03\x96\xf3\xd9\x62\x45\x9d\ \x73\xf2\x59\x57\x9f\x79\xe8\x96\x67\x1f\x1f\x16\x3a\x46\xe8\x77\ \xd6\x1b\x17\x42\x02\x08\xa1\xe3\x2b\x4d\x3d\x33\xe6\x74\x25\x2a\ \x43\x3b\x1d\x54\x57\x10\x29\x85\xe0\x42\x4a\x00\xf7\xd9\xaa\x9c\ \x4a\xa6\x37\xf6\x4f\x9d\xda\xdd\xd1\xd5\xde\xd6\x62\x61\x5a\xcc\ \xe6\x24\x22\x10\xa2\x7d\xbb\x5a\x5f\x5e\x0a\xce\x25\x84\x10\x4a\ \x51\xdf\x04\x90\x42\x70\x09\xf7\x1d\x60\xfd\x88\x6a\x36\x68\x9d\ \x75\xf4\xdf\x5f\xf9\xb1\xf1\x17\x1e\xdf\xe1\x13\x84\x50\x7d\x9f\ \xf6\x6e\x74\xcf\x3e\x08\x09\xf6\x9e\x3b\x29\x39\x1d\xad\x25\xce\ \xbc\xe8\xf2\x85\xf3\xcd\xa5\x4f\x2f\xa7\xa6\x2e\xb9\xe0\x42\x4a\ \x09\x61\x7d\xb7\xa5\x14\x5c\x08\x21\x01\x80\x00\xc0\xb0\xeb\x87\ \x7c\xb0\x6d\x2e\x21\x44\xdd\x44\x82\x10\xba\x01\x9d\x6e\xa2\x53\ \xd2\xb0\x5a\xcc\x0f\xd8\xb4\x41\xc5\x8d\x3a\x5e\x97\x0f\x5a\x0d\ \x92\x31\x94\x73\xdb\x8c\x1f\x0f\xda\x0c\x41\x9f\xd2\xa9\x53\xa6\ \x42\x08\x6b\x35\x7b\xdf\x8a\x28\xa5\xbe\xef\xb7\xb6\xb6\x8c\x8f\ \x8d\xf9\xbe\x0b\x21\x30\x4d\xab\xb3\xa3\xbd\x54\x2a\x6d\xda\xb4\ \x09\x63\x02\x00\xe0\x9c\x45\xa3\xd1\x29\x53\xfa\x27\xf7\xf4\x6c\ \xd8\xb0\x9e\x10\xf1\x76\xe1\x62\x34\x50\x93\xe7\x5f\x7b\xdd\x7c\ \xd3\x2e\x38\x14\x00\xb0\x7b\xd5\x93\xb7\xdf\xf3\x54\x9e\x47\x10\ \xc4\x08\x02\x18\xb8\x08\x41\x86\x4d\xc1\x01\x46\x10\x48\xc6\x02\ \x07\xc2\x48\xad\x92\x7d\x63\xdd\xa6\x71\x47\xd0\x00\x78\x9c\x28\ \x44\x46\x74\x2c\x05\x95\x02\x08\x21\x18\x07\x3e\x8e\x9f\xf3\xb9\ \xbf\x3f\x32\x52\xcb\x56\x28\x51\xe0\xd0\xeb\x4f\xfc\xcf\x8f\x9e\ \x60\x42\x42\x4c\xa4\x91\x60\x55\x8e\x68\xa0\x18\x06\xa3\xac\x46\ \x91\xa9\x62\x28\x3c\xce\x58\xc5\x6b\x3c\xfd\xd4\x85\xa7\x36\xe6\ \xbe\xb5\x6e\x7d\x91\x09\x8c\x41\xc9\x17\x00\x29\x1a\x16\xc0\xb3\ \x21\x51\x88\xaa\x02\x20\x3d\x9b\x26\xa6\xcd\xbd\xf6\x0b\x17\x58\ \xd5\x6c\xd9\x13\x2a\xe6\x5b\x57\x3c\xfb\xc0\x7d\x8f\xe7\x85\x65\ \x07\x80\x10\xa2\x40\x0e\xbc\x9a\x24\x16\x50\x34\xc2\x6a\x0c\xaa\ \x54\x12\x05\xba\x92\xab\xbe\x20\x51\x25\x70\x03\xc2\x24\x24\x08\ \x02\xc9\x39\x73\x05\x8f\x00\x00\x04\xe7\x02\x00\x29\x78\xc5\x91\ \x08\x11\x15\x4b\xe0\xd5\x90\xa2\x03\xac\x06\x1c\x2a\x08\x48\xce\ \x24\xb5\xb1\x69\x39\x9e\x94\x00\x99\xaa\x34\xd4\xba\x47\x2f\x6d\ \x87\x71\xa0\x18\x0a\x90\x7e\x0d\x20\x15\xa9\xba\x1b\x30\x15\x23\ \x00\x00\x01\x12\xc1\x30\x12\x16\xf2\xc1\xf7\x16\xf7\xbd\x71\x7c\ \x7a\x44\x12\xa1\x5a\x91\x72\xb1\xd5\x26\xbf\x1d\xb5\xfb\x35\xb1\ \x2a\xd0\x2e\x6b\xa1\x4e\x50\x9b\xad\xaa\x71\x28\x2a\x8c\x63\x44\ \xa2\xd1\x98\xe3\xd8\xfb\xdf\x34\xac\x47\xb5\xa4\x14\xa9\x74\x6a\ \xe7\xce\x1d\x10\x82\xb6\xb6\x66\xce\x99\xe3\x38\x52\x82\x99\x33\ \x67\x70\xce\x6d\xdb\x1e\x18\x18\x70\x5d\xcf\x8a\x98\x8a\xaa\x31\ \x46\xeb\x8a\xb6\xff\x1a\x10\x04\x04\x83\xd5\xbf\xfc\xce\x15\x3f\ \x5a\x75\xf6\x17\xbf\xf7\xb5\x4f\x9e\xfc\x9b\xfb\x9f\xc9\xb5\x2d\ \xf8\xf7\x6b\x3f\x91\x31\x41\x71\xd7\xda\x9f\xfd\xf0\xb6\x2d\x64\ \xf2\x17\xbe\x78\xd9\x94\x86\x08\xf0\xcb\x2b\x9e\xfe\xe5\x1d\xf7\ \xbf\xa8\x19\x91\x99\x73\x67\x6f\x7f\xe0\x0e\xd9\x7c\xf8\x75\xd7\ \x5c\x70\x68\x67\x94\x53\x51\x9e\x58\x27\x81\x14\x52\x4a\x01\x20\ \x91\x52\xf2\xf5\xbf\xf9\xc1\xe7\x7e\xb8\xe2\xe8\x4b\xfe\xdf\xb7\ \x3f\x7b\xea\xd4\x07\x97\xd8\xae\x4d\x1a\x27\x5d\xf7\xbd\xdb\x58\ \x6d\xe4\x89\x45\x3f\x7d\x6c\xe9\x9b\xd5\xd8\xb4\xf3\x2e\xfb\xd4\ \xc2\xa3\xfa\x65\x69\xf0\x89\x5f\xfc\xec\xae\xa7\x47\xec\x72\x45\ \x3f\x64\xee\x8d\xb7\xde\xb2\xfc\xf1\x9f\xdd\x74\xdb\xcb\x99\x63\ \xcf\xbc\xe6\xe2\xd3\xa6\x65\xf4\xed\x2b\x5f\x58\x74\xd7\xfd\x3b\ \x2a\x94\x68\xb8\x6e\xa0\xc9\xda\xd8\x03\xff\xfd\x4f\x77\xae\xe4\ \x47\x9f\x7d\xd9\xbf\x5e\x72\x76\x61\xd7\xf6\x5b\x1e\xdf\x3e\xfd\ \x94\xf3\xae\xfa\xe4\x09\x1d\x51\xfe\xc6\x8b\xbf\xf9\xc1\xcf\x1f\ \x9f\x7a\xfe\x97\xaf\xed\x7b\xe3\xf2\x2f\xfe\xf2\xd4\x6b\xaf\x9f\ \xaf\xac\xf8\xca\xb7\x5f\xbb\xf6\xd6\x6f\xa7\x5f\xbc\xfd\x47\xaf\ \xb3\x1b\xfe\xf1\x33\xfd\x0d\x16\x0e\x2a\x2f\x3f\x7a\xcf\x9d\x0f\ \xbe\xc6\xeb\xe7\x45\xca\xb2\x03\x26\x1f\x71\xea\x55\x17\x9e\xdc\ \x9f\xc6\x6f\x2e\x7d\xf6\xae\xbb\x1e\x58\xe3\x24\x2e\xbd\xe1\x0b\ \xa7\x4f\xb1\x02\xbf\xf2\xca\xa3\x77\x2d\x7a\x74\x4d\xf2\xb0\x33\ \xaf\xbd\x7c\x61\x6f\x42\x91\x10\xec\x58\xc7\x2a\x2e\x8f\xcc\x58\ \x70\xd5\xc5\xa7\x4f\x6b\xd6\xc7\xb7\xae\xb8\xfb\xf6\x3b\x57\x4e\ \xa8\xe7\x5f\xfb\xf9\x53\xe6\xf6\xa6\xf4\xda\x77\xff\xe7\xa6\x15\ \x6b\x77\x19\xba\x1a\xf6\xfe\x90\xbf\x12\x9b\x8b\x0b\x99\xe0\x2e\ \x77\xfc\x80\xc9\x8f\xc5\x22\x3f\x70\x94\xdb\xb3\xde\x8d\x53\x50\ \x8a\x56\x1c\xca\x2d\x55\x55\x04\xe6\x42\x21\x00\x4a\x29\x38\x67\ \xf9\xfc\x44\xa1\x50\xc4\x78\x8f\x9f\xd5\xd1\xd1\x69\x18\x1a\x42\ \x90\x73\x8e\x20\x84\x10\x52\x4a\x19\x63\x52\x8a\x5a\xad\x26\xa5\ \xf0\x3c\x17\x00\xe0\xfb\x3e\x26\x18\x00\xc0\xb9\x84\xf0\x2d\x66\ \x57\xdd\x21\x0c\x02\xda\x7f\xc2\x45\x3f\x98\x7c\x7a\xa2\x35\xb5\ \x7d\xf9\xf2\x89\xc0\xf7\x76\xae\xb9\xe3\xb6\x42\x63\x63\xc7\xe9\ \x17\x7c\xec\xc4\x43\x5e\x1d\xdd\xa2\xb5\x35\xe9\xbf\xfd\xc1\x37\ \x5f\x53\x0e\xff\xf2\x35\x97\x8c\x6e\xde\xbe\x98\x32\x55\x81\x8e\ \x4c\x9d\x7a\xde\xd9\x33\xf0\xce\x6f\x7d\xf9\xe1\xc9\x1f\xbd\xec\ \x63\xb3\x89\xdc\xe3\xac\x01\x29\x81\x94\x92\xe8\xf1\xd6\xce\x8e\ \xce\x96\xb8\xa4\x9e\xcf\x28\x52\x34\x5e\xdc\x7d\xcb\xf7\x6e\x8d\ \x2d\xbc\xee\xe2\x73\x3e\xfc\xe4\x2b\xdb\x8f\x3c\xed\x13\xa7\xcf\ \x54\x6e\xfd\xfa\x57\xe0\xdc\x73\xae\xb9\xfc\xf2\x75\xab\xbe\x25\ \x88\x52\xd9\xb9\xf6\x27\x37\xdf\x3d\x58\x72\x64\x66\xce\x95\x57\ \x7d\x02\x2f\xbb\xff\x86\x1f\xe6\x2f\xfd\xfb\x2b\x2f\x3a\x2b\x77\ \xd3\x6d\x8f\x56\x49\x42\x4a\x01\x00\x90\x12\x10\x0c\x93\x26\x7d\ \xed\xe9\x97\xd7\x9e\x38\x7f\x72\x5b\x67\xa6\x3b\x72\xf5\x65\x27\ \x0d\xfd\xf2\xc7\x37\x6d\x8f\xdd\x70\xc3\xf9\x17\x0d\xee\x78\x64\ \xd9\xd2\xe0\xd8\x79\x7d\x93\xba\x33\x5d\xbd\x93\xfc\xd1\x9e\xde\ \xa9\x7d\xa6\xf3\xf4\x9b\x3b\x80\x31\xb7\xa3\x51\x79\xfc\xbf\x6f\ \xdc\x36\xe5\xdc\x2f\x9e\xb1\x70\xc9\xe2\xe5\xb9\x80\x41\x00\x28\ \x93\x28\x31\xfd\xea\xab\xce\x70\x9f\xbd\xe3\xfa\x15\xc1\x35\x37\ \x5c\xf6\xa9\x85\x23\x83\x77\xbc\xf0\xdc\x03\x77\x0e\x66\x52\x73\ \x8e\x3f\x69\xc1\x47\x4f\xfd\xed\x0b\xe3\xa7\x5d\x74\x7a\x6c\xd7\ \x8b\xff\xf2\x5f\x6b\x4f\xb9\xf4\x8a\x3e\x55\xd8\xa4\xfd\xda\x2b\ \xce\x49\xef\x5a\xfc\xdf\x0f\x8e\x9e\x7b\xf9\xc5\xe7\x7e\x7c\xdb\ \xca\xef\x6f\xe8\x9b\xd9\x33\xf6\xc2\x83\xdf\x7c\x7e\x55\xd9\x75\ \x54\x05\xef\x1f\xdc\x0c\x09\xf9\xc0\x81\xa4\x04\xfb\x5e\x00\xc0\ \xb2\xcf\x04\xa5\x50\xb0\xdf\xee\x2a\x30\x21\xce\xec\x4a\x3c\xb6\ \xb3\x98\xaf\xb9\x88\xd3\xaa\x17\x50\x09\x80\x84\x9c\x0b\xc7\x71\ \x7d\x3f\x48\x24\x12\x7d\xfd\x7d\x3d\x7b\x91\x52\xf8\x7e\xe0\xba\ \x1e\x04\x10\x00\xe8\x79\xbe\xef\x07\x94\x52\x21\x04\xe7\x9c\x52\ \xc6\x18\xe7\x5c\x30\x46\x1d\xc7\xe5\x9c\xd5\xaf\xf6\xb7\xbf\x00\ \x80\x40\xda\x85\x92\xd2\xd8\x3d\xbd\x31\x78\xf8\x9e\x07\xd6\x17\ \xa2\xf3\x8e\x3d\xf5\xf2\x4b\x4e\x3f\xa4\x2f\x03\x39\x30\x89\x8a\ \xa0\x60\x8c\x16\x07\xde\x7c\xed\xa9\x27\xd6\x94\xc9\xf4\xf6\x16\ \x05\x0b\x29\x18\x88\x34\x4f\x6e\x88\xed\xd8\xba\xea\x95\x57\xde\ \xdc\x39\x5a\x45\x04\x82\xbd\xeb\x04\x10\xd0\x20\xe8\x3e\xf1\x8a\ \x45\xb7\xff\xcf\xf9\x87\xaa\x4f\xde\x7d\xdf\xc6\xac\xa3\x2a\x8a\ \xf0\xec\x5d\x1b\xdf\x58\xb9\x66\x18\x5a\x11\x12\x69\x9e\xd2\xd6\ \x3a\xbe\x73\xcd\xab\x2f\xac\x78\xed\xd5\x57\x73\x6a\xdb\xcc\xf6\ \xb8\x04\xc0\xaf\x16\xc7\x37\x6f\x18\x29\x3a\x4a\xd3\x8c\xde\x98\ \xb3\x78\xc9\xb2\x35\x2f\xbd\xb2\x64\xcb\x68\x4b\x7b\x4f\x52\xa7\ \x94\xfd\xce\x6a\x15\x9c\x79\x2e\x85\xaa\xaa\xab\xc4\x67\x3c\xd1\ \x34\x2d\x43\xc6\x9f\x7f\x61\xf9\xea\x97\x16\x2f\x1f\xf1\xa6\x75\ \xb5\x97\x46\xd7\x6e\x9a\x68\x3e\xeb\xa3\xf3\x5b\xf4\xbc\x6d\x26\ \x3e\x74\xce\xb1\x78\x7c\x64\xe7\xc0\x2e\x40\xb0\x60\x41\x76\xfb\ \xc6\x65\xcb\x07\x02\xa2\xeb\x66\x04\x0a\x09\x80\xf4\x7c\x6a\x34\ \x4e\x9b\x64\x55\x5e\x58\xbc\x6c\xcd\xe2\x25\xaf\xec\x98\x68\x6f\ \xed\x6a\xee\x9a\x7d\xf1\xe5\xe7\x9f\x72\xcc\xac\xb4\x45\x40\x00\ \xe3\x4d\x93\x26\xc5\xd0\x9a\x55\xcb\x97\xad\xd8\x36\x5a\x70\x10\ \xe2\x5a\xba\xa7\xdb\x52\x94\xe6\xde\x93\x4e\x98\x1b\xe4\x77\xec\ \xae\x20\x53\x01\x9c\xcb\xda\xe8\xe0\xf0\xd6\x37\x6d\x3b\xa8\xe7\ \x5b\x84\xaf\xf0\xf5\xc1\x7d\xed\x67\x73\x01\xa0\x12\xb8\xb2\x06\ \x3e\xac\x73\xc1\x45\x24\x9e\xfe\x84\x2e\x5b\x45\x6e\x79\x6b\x8a\ \xb9\x59\x45\xd0\x8d\x2e\x2e\x0a\x8c\xa1\xa4\x9c\x15\x0a\xc5\x44\ \x22\x16\x04\x01\xa8\x4b\xcd\xbe\x80\x3f\xc6\x85\x42\x11\x13\x0c\ \x01\x2c\x95\x4a\xa9\x54\x42\x08\x41\x29\xdb\xb6\x7d\x3b\x04\x80\ \x31\xae\x69\x2a\x63\xbc\x5c\xae\x04\x41\xa0\xa9\xe4\x6d\x23\xbf\ \x10\x02\x48\x40\x14\x65\xf4\xf5\x47\xbe\xf6\x4a\xe2\xfb\xdf\xfd\ \x87\x53\x4f\x3e\xf6\xb7\x43\x6f\x1c\xb5\xe0\x68\x23\xff\xc4\x4f\ \x6f\x7f\xf9\xbc\xee\xd9\x1d\x04\x01\x29\x21\xc4\x56\x73\x6b\x97\ \x39\xb5\x27\x0a\xd6\x16\xcb\x8c\x27\x20\xc4\xd2\x9e\x18\x2c\xda\ \xa7\xf7\xcf\x99\x33\x7b\x5d\x22\xa6\x41\x40\xa1\x04\x7b\x6c\x2e\ \x21\x89\xa2\x0c\xbd\x72\xef\x4d\x0f\xbf\xc1\x98\x5d\x2e\x96\x1c\ \x14\x47\x50\x02\x88\x54\x5d\xe7\x10\x48\x00\x51\x50\xd9\x95\x9f\ \x38\xf1\x90\xa9\xd3\xe7\x4c\x86\x33\xe7\x34\x82\xc2\x8e\xb1\x92\ \xc1\x40\xbc\x21\xd3\x38\xa9\x7b\xa2\x28\x59\x61\xfb\xb0\x7f\xca\ \xfc\xb9\xd3\x96\x64\xd3\x87\x76\x37\x17\x86\xd6\x96\x5d\x04\x0d\ \x29\x84\x90\x10\x00\x84\xf4\x58\x83\xd5\xa4\x9d\x77\xd1\x99\xb3\ \x52\xf6\xdd\xeb\xd6\x0e\xe5\x45\x15\x7e\xe4\xb0\x43\xfa\xb7\x46\ \xe2\xb3\x33\xc6\xe8\xea\x89\xe2\xee\xf1\xcd\xdb\xc6\x2f\x3e\xe5\ \x23\xcb\x1f\xb8\xfb\xd1\xd8\x91\x97\x7e\xb4\x6f\xfd\x6f\x7f\x31\ \x90\x45\xa9\xa9\x04\x00\xa8\x68\xba\x8a\x91\x14\x12\x00\xc9\x01\ \x50\x75\xab\xb1\x2d\xe5\xe5\xb7\x8e\xd3\x93\x0f\x9b\x3b\xf5\x75\ \xc7\x9b\xd7\x9e\x1a\x79\x7d\xd8\xea\x3d\xf6\xf8\x6e\xf8\xad\x2f\ \xdd\xeb\xcc\xfb\xf8\x75\x27\xb4\xf3\xea\xf0\x50\x15\x1c\x32\xef\ \x90\xa9\x2b\x9c\x98\xa9\x42\x48\x68\x65\x34\xc7\x71\xf3\xc4\x8e\ \x87\xef\x7d\xda\x26\x71\xbd\xb6\xdb\xd7\x9a\x20\x90\x88\x28\x9a\ \xae\x51\x08\x42\x83\x2b\xe4\x83\xef\x2d\x4a\xb9\x2f\xbf\x5d\x45\ \x70\x95\xa7\xbe\x5a\x75\x8e\x33\xe8\x6c\x3e\xc1\x2b\xdc\xe6\xfc\ \x10\xd5\x86\x82\x95\x18\x7a\xa8\xa4\x04\x84\x18\x52\x42\x08\xc6\ \xc6\x46\x35\x5d\x41\x10\x4b\x29\xea\x26\x07\x84\x00\x63\x9c\xcb\ \xe5\xab\xd5\xaa\x61\x68\x00\x00\xc7\xb1\xc7\xc7\xb3\x0d\x0d\x0d\ \x93\x27\x4f\x16\x52\x80\xbd\xc9\xab\x8e\xe3\x8c\x8c\x8c\x01\x00\ \xc4\x3b\xd2\x2c\x39\x17\x02\x42\x45\xd3\xcd\x78\xc4\xdb\xb9\xec\ \x9e\x27\x37\x7e\xe3\xe2\x4f\x9e\xfe\xf2\xa6\x17\x5f\x5a\x32\xf7\ \x82\x93\xbf\xfb\x9d\x63\xd5\x14\x5e\x53\xad\x0a\x10\xa1\x52\x39\ \xf5\xba\x6f\x9c\x15\x55\x47\xd7\x3c\xfb\xc4\xf2\x2d\x62\xe6\x74\ \xcd\xb0\xe2\x70\xfc\xd7\xf7\xff\xaa\xef\xea\x4f\xfd\xe7\x8f\xbe\ \x07\x01\x1c\xd9\xfc\x92\x27\x85\x90\x7b\x6e\xed\x69\xba\x29\x2a\ \x23\x3b\xb6\x6f\x31\xe2\x49\xa2\x18\xd2\x93\x88\x28\xba\xa6\x02\ \x09\x20\x56\x74\x1d\x47\x14\xe7\xf9\x47\x1f\x99\xd6\x7e\xc9\x97\ \x7f\x78\x0b\x70\xf2\x8b\x1f\xb8\x73\x75\xb6\xa8\x2f\x79\xfd\xe4\ \xb9\xe7\x7e\xed\xe6\x5b\x57\x3f\xb9\xe8\x1b\xdf\xfb\xcd\x6d\x77\ \x4c\xbb\xee\xc2\xcf\x2e\x3a\x57\xc9\x6e\x5d\x75\xc7\x23\xcf\x64\ \xa1\x45\xa4\x14\x52\xd0\x80\x52\x25\x75\xf6\x75\xdf\x39\x93\xd3\ \xe2\xf8\xe0\x43\x3f\xbd\xf5\xc5\xd5\xc3\x65\x85\xdf\xfe\xe0\xcc\ \xcf\x5e\xf6\xe5\x53\x75\xb9\x63\xd5\xf3\xbf\x7a\x71\x15\x80\x74\ \xe9\xba\x1d\x17\x9d\x90\x59\xbb\x6e\xd5\x4a\x94\xfc\xf4\x69\x7d\ \x03\xcb\x96\x16\xb1\xda\x80\xb1\xa6\x6b\x18\x02\x09\x89\xae\xab\ \xba\x06\x47\xb6\x6f\x5f\x9f\x53\x16\x7e\xf2\xdc\x25\x5f\xbf\xf5\ \xe6\x3b\x66\x5d\x77\xfe\xdf\xdf\x7d\x31\x1e\xd9\xf4\xea\xad\x4f\ \x2e\x7e\x13\xd4\x96\x8f\xcc\xbc\xe6\x5f\xbe\x4a\x35\x43\x8c\x6e\ \x62\x95\x6d\xf7\xdd\xf3\xd8\x17\x2e\x3b\xed\x96\x5b\x17\x22\x24\ \xd6\xbd\x54\x93\xb5\xad\x8b\x16\x3d\x7e\xed\xf9\x27\xdc\xf8\xdd\ \x13\xa1\x5f\x79\xe4\xfb\x5f\xde\xb0\x8a\xa9\xba\x8e\x31\x92\x42\ \x70\x29\x51\x98\x30\x11\xf2\x01\x07\x9e\x74\xe2\x71\xfb\x87\xd9\ \x99\x04\x8a\xef\x5e\x64\x95\x8f\xd2\x5c\x0b\x09\x0c\x80\x2b\xe1\ \x08\x57\xee\xae\xc5\xd6\xc8\x68\x44\x41\x7b\x3c\x2f\x9f\x2a\xaa\ \xd6\xd8\xd0\xa0\xa8\x2a\x42\x50\x4a\x20\x84\xa8\x56\x6b\xf9\x89\ \x9c\xa6\xd6\xb3\x01\x80\x94\x32\x08\x58\x2a\x95\x8a\x46\x23\x08\ \x21\x08\xa1\x10\x92\x52\x36\x51\x98\xf0\x3c\x47\x57\xd5\x03\x5d\ \x3d\x52\x40\x12\x4b\x36\x6a\xee\x58\xae\x26\x29\x4e\xb6\x36\x9a\ \xb8\x36\xbc\xa3\xa2\x36\x34\xa4\xa2\x1a\x62\xcc\xaf\x8d\xe7\xcc\ \xfe\x13\xbe\xf6\xe5\xf3\x96\xfe\xe0\xdb\x8f\x0d\xd6\x44\x35\x57\ \xf3\x00\xb2\xd2\xe9\x28\x91\xa5\xd1\x51\x17\xe1\x48\xaa\x29\x66\ \x40\xc0\xa9\x53\x76\x1c\x97\x41\x0c\x24\x10\x50\x8f\xa5\x12\x9a\ \x37\x3e\x61\x73\x00\x11\x00\x80\x0b\xac\x9a\xc9\xb4\x4e\x6b\xc5\ \x7c\x45\xef\xc8\x58\x9e\x5d\x2c\x56\x3c\x21\x8c\x44\x4b\xca\x82\ \x41\xb5\x98\x2f\x08\x45\xf3\x28\x89\x24\xe3\x09\x93\x08\xbb\x58\ \xab\xd9\x45\xaa\xc5\xd3\xa9\xa4\x8e\xdc\x52\xb6\xe2\x50\xac\xa9\ \x52\x4a\x29\x81\x20\x91\x64\xcc\x52\x11\x90\x92\xf9\xd5\x62\xb9\ \x52\x43\x86\x09\x84\x74\xb8\xd2\xd8\x90\xb2\x88\xa8\x15\xc6\xec\ \x00\x62\x05\x39\x30\xd9\x12\x83\x6e\x39\x6b\x83\x44\x3a\xa5\x8b\ \x89\xb1\xb2\x54\x91\x1a\x4f\xc7\x09\x2f\x8c\x8e\xa3\x4c\x4b\x02\ \x06\xe5\x7c\xc1\x41\x4a\x34\x99\x51\x9d\x72\xa9\x94\x67\x66\xba\ \x31\x1d\x53\xa4\x53\x1a\xaf\xb9\x9c\x61\x05\x99\xa9\xe6\x98\x06\ \x81\x60\x4e\xd9\xab\x55\x0b\x01\x31\x12\xe9\xb4\xa5\x00\xc1\x83\ \x5a\xd1\xf5\x83\x4a\x80\xad\x64\x3a\x6d\x10\x29\x02\xbf\x92\x2f\ \x07\x56\xbc\x31\x61\x3a\xd9\xbc\x4b\x05\x0c\xf3\x54\x43\x3e\xf8\ \xca\x75\xe2\x47\x8e\x7b\x5b\x96\x36\x95\x80\x52\xda\x0f\x9c\x5e\ \xec\xeb\x50\x8c\x09\xe5\x0d\x6e\xd6\xb0\x66\x92\xb7\x94\x91\xa0\ \x94\x49\x21\x34\xdd\x50\x14\x22\x84\xf4\x7d\x9f\x32\xaa\xaa\xca\ \xfe\x69\x93\x52\xca\x20\x08\x30\x51\x34\x55\xc3\x18\xd5\x73\xd6\ \x11\x92\x8a\xa2\xfc\xde\x3d\x92\x32\x08\x02\x80\x15\x95\x20\x29\ \x98\x1f\x70\xac\xa8\x0a\x92\x01\xa5\x42\x02\x08\xa4\x4f\xd5\xce\ \x79\x27\xfd\xc7\xd7\xce\x7b\xfa\x86\xcf\xdc\xbd\xd5\x51\xcd\x88\ \x4a\xa0\x14\x2c\xa0\x9c\xa8\x1a\x86\x92\x33\xc6\xb8\x90\x00\x20\ \x84\x15\x85\xec\xcd\x55\x13\x41\x40\xf7\xac\x56\x02\x00\x01\x04\ \xf5\x25\xa5\xa2\xa9\x80\xd3\x80\x01\x55\x55\x10\x04\x82\x51\xca\ \x05\x80\x48\x51\x08\x82\x10\x00\x41\x03\xc6\x85\xc4\x84\x10\x82\ \xa1\x14\x94\x32\x2e\x25\xc6\xa4\x9e\xaa\xbe\x27\x9f\x4a\x70\x4a\ \x99\x00\x00\x02\x80\x30\x26\x84\xd4\xbf\x92\x82\x53\xc6\x84\x04\ \x84\x28\x18\x23\x08\x00\x10\xcc\xa7\x82\xa8\x2a\x92\x3c\xa0\x8c\ \xa8\x1a\x86\x40\x8a\xbd\x7f\x4b\xe6\x51\xa1\x28\x0a\x46\x80\x51\ \xca\x01\x52\x15\x02\xa5\xa0\x94\x72\x09\xea\x1b\x85\x40\x32\x4a\ \xb9\x90\xf5\x63\x24\x0a\x41\xfb\x7d\xb2\x67\x19\x29\x19\xa3\x4c\ \xc8\x7a\x66\x2c\x46\x20\xf0\x03\x40\x14\x05\xa3\x30\x95\x2b\xe4\ \xaf\x41\xb9\x3e\x7c\xc2\x31\x07\x98\x5f\x02\x81\xcf\x41\x20\x81\ \x04\x80\x00\xa0\x63\x80\x7f\x4f\x46\x36\xe7\xbc\x9e\x57\x81\x10\ \x42\xe8\x00\x15\x72\x20\x04\x9c\xef\xcb\xc5\x84\x18\x23\x04\xe1\ \x9f\xe3\xab\x08\x01\x14\x23\x92\x69\x8a\xd7\xc6\x46\x4a\x81\xf8\ \xd3\x27\xc7\x84\x84\x84\xfc\xf5\xc4\xb9\xa4\x14\x07\xc8\xa8\x96\ \x50\x85\x40\xdd\xf7\xb1\x04\xe2\xf7\xd4\x8a\xd8\x5f\xad\xf6\x9f\ \xb6\xbd\xdf\x87\x10\x42\xb8\x7f\xba\x7c\x3d\xe6\xf5\x9e\xa5\x16\ \x42\x49\x9d\xd2\xc0\xd6\x89\xba\x51\x24\x65\x18\x6c\x0e\x09\xf9\ \xdb\x53\xae\x72\xb9\xf2\x41\x35\x5b\x3c\x37\x3c\x7f\x21\x21\x7f\ \xa3\xde\xe2\x4f\x6f\xfb\x49\xd8\x0a\x21\x21\x21\x1f\x30\xe5\x92\ \x82\x87\xad\x10\x12\x12\xf2\x01\xf3\x16\xab\xd5\x6a\xd8\x0a\x21\ \x21\x21\x1f\x2c\xc2\xe7\x65\x84\x84\x84\x84\xca\x15\x12\x12\x12\ \x12\x2a\x57\x48\x48\x48\xc8\x3b\x21\x7f\xf8\x6b\x08\xe1\x01\xf3\ \x4b\x01\x00\x9c\x87\xa1\xfd\x90\x90\x90\x83\x4f\xb9\x08\x21\x08\ \xa1\x6a\xb5\xfa\xce\xd2\x02\x8a\xa2\x58\x56\x24\x08\xfc\xf0\x31\ \x33\x21\x21\x21\x07\x91\x72\x61\x8c\x47\x46\x46\x1e\x78\xf0\x97\ \xd9\xf1\x2c\x7f\x6b\xe6\x04\x04\x10\x13\x3c\x63\xc6\x8c\x8f\x9f\ \x75\xa6\xaa\xaa\xa1\x78\x85\x84\x84\x1c\x2c\xca\xa5\x28\xca\x13\ \x4f\x3e\xf5\xc2\x8b\x2f\x9a\x86\x71\x40\x57\x71\xeb\xb6\x6d\x93\ \x27\xf7\x1c\xbd\x60\x81\xe7\x79\x61\x3b\x86\x84\x84\x1c\x14\xca\ \x25\x84\x28\x97\x4b\xd7\x5d\xf7\xf7\x1d\xed\xed\xe2\x1d\x21\x2d\ \xa2\x28\x4b\x96\x2c\x19\x1b\x1d\xfb\x53\x1e\x56\x18\x12\x12\x12\ \xf2\xbf\xa4\x5c\x00\x00\x08\x61\x5f\x6f\xef\xe4\x9e\x9e\x77\x06\ \xe3\x55\x55\xdd\xb6\x6d\x7b\xb5\x5a\xf9\xc3\x6b\x97\x00\xea\x86\ \xa1\x40\xe9\xba\x2e\x97\xfb\x7d\x8c\x55\xd3\xd0\x44\xe0\x7a\x3e\ \xff\x3f\x7a\x80\x16\xd4\x4c\x43\xd9\x7f\xba\x38\x0b\x1c\xcf\x17\ \x00\xe9\x86\xa9\x60\xe9\x39\x2e\xdb\xf7\x84\x45\x88\x74\xc3\x20\ \x50\xb8\x8e\xcb\x64\xf8\xc0\xaf\x90\x90\x83\x5b\xb9\x00\x00\x41\ \x10\xf8\xbe\xff\x4e\xe5\x92\x52\x32\xc6\xfe\xc8\x54\x6d\x88\x35\ \x54\xfd\xed\xbd\x77\xad\xaf\xa5\xce\xfd\xd4\x59\x6d\x3a\xf7\x99\ \x00\x00\x20\x45\xf3\x87\xd6\xdc\xf2\xf0\x73\xa9\xb9\x67\x9c\x71\ \xfc\x64\x19\xb0\xff\xed\x38\x19\x44\x04\x54\x9f\xfa\xf9\x1d\xab\ \x77\xe7\xb9\x90\x00\x00\x41\xfd\xe8\xf4\x0f\x7d\xfa\xcc\x0f\x27\ \x40\xfe\xc9\x9f\xdd\xbc\xaa\x90\xfa\xe4\xa7\xcf\xed\x4d\xa0\x80\ \x49\x88\x15\x95\x4d\xfc\xe6\xe7\x37\xaf\x2d\xa5\xce\x3d\xff\xec\ \xde\x34\xa6\x2c\x8c\xeb\x85\x84\xfc\x1f\xf3\xbe\xe6\x73\x41\x02\ \x83\xad\x6f\x2c\x7f\xe8\x8e\x5b\x6f\xb9\xfb\xa9\x0a\x50\xeb\x55\ \xfe\x20\x22\xa2\x3c\xbc\xf8\xd9\x67\x56\x6f\xcd\xc3\xdf\x55\x2b\ \x84\xb0\x5e\xe2\x6b\xff\xca\x84\x10\xfe\xde\xf7\xf5\x3f\xc1\x5b\ \xbe\x82\x6f\x5f\xf4\xed\xeb\xdb\x77\xd4\x48\xd6\x96\xbf\xf8\xc2\ \xb2\xf5\x3b\x9c\x20\xf0\x3c\xcf\xf5\x3c\xca\x04\x00\x12\xeb\x89\ \x8e\x16\x63\xe9\xe3\x77\xfe\xe4\x81\xc5\x0e\xd4\x30\x04\xaa\x02\ \x37\xbe\xf8\xab\x5b\x7f\xfe\x9b\x9a\x91\x69\x49\x69\x9c\x87\xb2\ \x15\x12\x72\xd0\xdb\x5c\x7f\x26\x12\x40\xd5\x30\xe3\x31\xb2\xec\ \x91\x3b\x7f\xd6\x94\xf9\xbb\x4f\x1c\x8a\x7c\x0f\x00\x09\x10\x31\ \x2d\x4b\x57\x71\xbd\x9c\x17\x44\x44\x21\xc0\x73\x5c\xca\x04\xc4\ \xc4\x34\x0d\xc0\x29\x13\x92\xf9\x8e\xcf\x91\x69\x99\x18\x70\x2e\ \x21\xc1\x30\x70\x1c\x5f\x42\x43\xd7\x01\x0b\x5c\x26\x7f\x57\xe3\ \x53\x72\xdf\xa3\x10\x11\x85\x60\x00\x90\xa2\x62\xe6\xb9\x2e\xe5\ \x00\x40\x4c\x08\x7e\x5b\x21\x50\x08\x85\x6f\xbb\x5c\x39\xf2\xb4\ \x4b\xbe\xf2\x99\x93\x90\x60\x02\x40\xc9\x7c\xd7\xf3\xbd\x40\x99\ \x75\xd2\x05\xd7\x6c\xdb\xf2\xfd\xdf\xdc\xf9\xeb\x39\x53\x2f\x3e\ \xa1\xaf\xba\x7d\xf1\xcf\x16\xfd\x3a\x7a\xe4\x39\x9f\xbf\xe8\x44\ \x4b\x06\x34\x14\xae\x90\x90\xbf\x76\x9b\x0b\x00\x00\x44\x10\x44\ \xfa\xe7\x2c\x3c\x69\xea\xf3\x77\xfd\xf0\xe1\xe5\xbb\x35\x4d\x7d\ \x87\x4f\x49\x10\x2b\xbd\xfc\xc8\xcf\xfe\xe5\xfa\x6b\x2e\xbc\xf0\ \xa2\x2b\xfe\xee\x4b\xb7\xfc\x72\x71\x91\x41\x43\x57\xb3\xeb\x9f\ \xbe\xe1\x8a\xcb\xbe\xff\xc8\x4a\xa0\xe9\xaa\xa6\x95\xb6\x3c\xf7\ \x85\xab\xaf\xb9\xf9\xc9\x75\x38\x12\x1d\x7a\xfa\xd6\xcf\x5c\xfd\ \x95\x25\x9b\x1d\x43\x27\x48\xd1\x61\x61\xfd\x7f\xfe\xd3\xd5\xdf\ \xb9\xeb\x35\x60\xe8\x9a\x22\x06\x56\x3c\xfd\x9f\x5f\xb9\xfe\xd2\ \x4b\x2e\xb9\xe8\x92\x4b\xaf\xfd\xca\x7f\xaf\xce\x71\x0d\xef\xaf\ \x5d\x48\xfa\x15\x5b\x42\xcb\x88\x48\x20\x3c\xd7\x73\x6c\xdb\xf1\ \xa8\x04\x10\x48\xe6\xcb\xc8\x47\x2f\xbc\xea\x84\x49\xf4\x17\x77\ \xde\xb3\x61\xd7\xae\xc7\x16\xdd\xb1\xde\x9b\xfc\x99\xcb\xce\xeb\ \x34\x39\x15\xa1\x6e\x85\x84\xfc\x0d\xd8\x5c\x00\x00\x29\x39\x43\ \x89\x8f\x5d\xfa\x69\x2b\xff\x8f\x77\xfc\xf8\x47\x93\xda\xbf\x7a\ \x64\x67\xcc\xd9\x4f\x44\x54\xec\xfe\xf6\x8e\x1f\xdc\xf4\xf0\xc6\ \x05\x1f\xbf\xe0\xbc\xd9\x99\xc1\x15\xcf\xdc\x7d\xfb\x77\xcb\xe2\ \xab\x5f\xbc\xe0\xc8\xee\xc3\x4e\x39\xfb\xe8\x65\x3f\xbe\xf7\x67\ \x73\x67\x4f\x3f\xbd\xbb\x72\xf7\x6d\x77\x14\x1a\x8f\xfc\xc2\xa9\ \x47\x1a\x80\x32\x1a\x38\x8e\xcb\xf6\xf9\x6e\x92\xbb\xae\x43\x02\ \x86\x88\xea\x6c\x7f\xf9\x96\xef\xdf\x32\xd1\x7a\xc2\x35\xff\x78\ \xb8\x29\xdc\xf1\x89\x6a\x52\x87\x7c\xbf\xa4\x33\x88\x10\xab\x15\ \x2b\x41\x65\xc7\x9b\xab\x9f\x7b\x89\xb7\xb7\x77\xb6\x37\xa7\x55\ \x2c\x29\xe3\x00\x00\xc9\x7c\x9c\xec\xbf\xe4\xb3\x17\xec\xfc\xce\ \x9d\xff\xf9\x6f\x23\x6e\xa1\x70\xca\x25\xff\x7a\xdc\x94\x84\xef\ \xf9\x61\x77\x09\x09\xf9\x5b\x51\x2e\x00\x80\xe4\x81\x8c\x74\x5e\ \xf2\xf9\xcf\x6f\xfa\xa7\x6f\xfe\xe8\xc7\x0f\x74\x7d\xfd\xca\xe8\ \xde\xe7\x5a\x60\xa2\x55\xdf\x7c\xfa\xfe\xa7\xd7\xcc\x3b\xf7\x9f\ \xbf\x7a\xd5\x87\x11\x00\xe0\x98\x59\xb4\xf4\x0f\x0f\x3f\xf3\xc4\ \xf6\x85\xf3\xa7\x98\xf1\xd3\x2e\xbd\x6a\xdd\x96\xaf\xdc\x7d\xfb\ \xed\x85\xee\xf2\x8b\xbb\x13\xd7\xdc\x78\x49\x6f\x1c\xf8\x5c\xc2\ \x77\x84\xc0\xea\x21\x2d\x04\x61\x65\x64\x78\xb4\x18\xcc\x3e\xfb\ \xd4\x8f\x9d\x38\x07\x00\xc1\x7c\xdf\x0f\x02\x26\xde\xe2\x2c\x52\ \x6e\x4d\x9f\xd6\x3b\x92\x5d\x73\xe7\x0f\x9f\xc9\x15\xe9\xd4\xe3\ \xcf\xbc\xf2\xd2\xb3\x7b\x1b\x54\x4a\x05\x00\x20\xf0\x69\xd7\xe1\ \x27\x7f\xec\xa8\xa5\x3f\x7c\x78\x69\x64\xd6\xd9\x9f\x3c\x79\x2e\ \x0e\xfc\x20\xec\x2c\x21\x21\x7f\x53\xca\x05\x00\xa0\x7e\x60\x75\ \x1d\x79\xcd\xd5\xe7\x7c\xe9\xdb\xbf\xfa\xf9\x6f\x0e\xfd\xfc\x0c\ \xad\x1e\x66\x27\x90\x0f\x6e\x1d\xac\xb8\x12\xad\x7f\xee\x5b\x5f\ \x5f\xcc\x38\x20\x44\x0c\x6e\x2b\x55\x6a\x72\xb0\xc0\xa6\x19\x40\ \x24\xa7\x5d\x7e\xd5\xa7\xff\xfd\xc6\x1f\xdd\xbe\x2e\xb6\xf0\xaa\ \x2f\x9d\x38\x3d\xed\xbb\x1e\x32\x7e\xef\x6e\x73\x2e\x1a\xa6\xce\ \x99\x3f\xa3\xe5\xc5\x7b\xff\xf3\xdf\xb3\x27\x9f\x7a\xe2\x71\x53\ \xbb\x32\x1a\x46\xfb\x4b\x97\xa0\xbe\xd2\x36\xff\xf3\x37\xcc\x09\ \x02\xaf\x5c\x9c\xd8\xb2\xfc\xa9\xdb\xef\xbd\xf7\xbb\xc2\xfc\x8f\ \xeb\xcf\x8e\x23\xca\xa5\xc4\x8a\x52\xde\xb5\x6e\xed\xe6\x41\x35\ \x9e\x0c\xc6\x56\x3f\xf7\xfa\xc0\xc5\xc7\x4e\x82\x5e\x10\xfa\x8a\ \x21\x21\x07\x09\xff\x6b\xb5\x22\x24\xf5\x59\xff\x71\xe7\x7e\x66\ \xe1\x94\xc5\xf7\xdc\xf6\xf4\xba\x9c\xa2\x20\x00\x00\x04\xc2\xf1\ \x29\x03\x44\xd5\x09\x42\x08\x61\x28\x04\x99\x34\xfd\x88\xd3\x4e\ \x3a\x2e\xa3\x09\x2e\x24\x00\xd0\x88\x44\x75\x15\x50\x2e\x38\xe7\ \x40\xc2\xb7\x78\xa2\xef\xdc\x8c\x08\x60\xb2\xf7\xaa\x2f\x7d\xf5\ \xb2\xd3\xe7\x65\xd7\x3c\xf5\x95\xeb\xff\xee\xab\x37\xdd\xb3\xad\ \xc0\x14\xfc\xd6\x18\x3d\xc2\xaa\x61\xc6\x12\xe9\xae\xde\xe9\x0b\ \x2f\xfe\xdc\x25\x27\x74\xef\x78\xed\xa5\xad\xd9\x0a\xc6\x08\x40\ \xac\x88\xc2\xaf\xef\xba\xed\xa5\x5c\xfa\xea\x2f\xfd\xcb\x49\x1d\ \xce\x03\xb7\xdd\xb6\x72\xd8\xd3\xd4\x30\xe7\x36\x24\xe4\x6f\xcc\ \xe6\x02\x00\x48\x29\x5c\x6e\x9e\x78\xfe\x15\x6b\xdf\xfc\xe6\xbd\ \xf7\x3d\x02\xa8\xd2\x81\x80\x00\x38\x1d\x33\x00\x00\x33\x4e\xb8\ \xf8\xef\x4e\xeb\x05\x92\x4b\x09\x20\xc2\x40\x32\xb7\x66\x07\x40\ \x51\x6b\x3b\xee\xbc\xf9\x67\x13\x1d\x27\x7f\xf6\xa8\xfc\xfd\xf7\ \xde\xdc\xd7\xdb\x71\xe6\xdc\x46\x26\xa0\x1a\xd5\x21\xb5\x9d\xc0\ \x41\xa4\x01\x70\xb0\x7f\x3e\x84\x60\x42\x4f\xf5\x9c\x73\xf9\xf5\ \x1f\x3d\x63\x64\xf5\x8b\x0f\xfd\x7f\x3f\xbf\xef\xce\x78\xe6\x5f\ \xaf\xfc\xa8\x22\xbc\xbd\x11\x76\x48\x88\x02\x25\x63\x8c\x33\x2e\ \x54\xcb\x48\x67\xe2\x20\xc8\x07\x94\x01\x08\x55\x0d\x6e\x7c\xea\ \xbe\x07\x5e\x18\xfa\xf0\xa5\x5f\x39\xed\x43\xc7\xe5\xad\xf1\xd5\ \x5f\xf9\xf1\xed\xf7\x3c\xd1\x73\xc3\x39\x51\x18\x26\x45\x84\x84\ \x7c\x10\x6c\x2e\x8c\x31\xf9\x3d\xbc\x87\x79\x3f\x92\xf9\x38\x35\ \xf5\x92\x4f\x9f\x19\xf1\xf3\x25\x17\x40\x28\x99\x00\x5d\xb3\xe7\ \x4d\x6b\x96\xcf\xdc\x7f\xdb\xf3\x6b\x07\x5d\x2a\x04\x0f\x0a\xa3\ \x83\xc3\xd9\x12\x87\x44\x27\xc1\x4b\x0f\xfc\xf4\xd9\x01\xe3\xe2\ \x2b\xae\xbc\xfc\xb3\x57\x9e\xd0\x52\xbd\xeb\x96\x3b\xdf\x2c\x08\ \x05\x82\x74\xef\xd4\x34\x2a\x2c\x5e\xbc\x64\x57\x89\x9b\x86\xa6\ \x20\x28\x85\x90\x52\x42\x84\xb8\x53\x19\xcf\xe6\x3d\x81\x12\x99\ \x49\xc7\x7f\xe8\xc8\xd6\x18\x9e\xc8\x8d\x79\x62\x5f\xbe\x3c\x44\ \x20\x18\x19\xdc\x36\x5c\x70\x15\xc3\xd4\x08\x18\x7c\xe3\xc5\x27\ \x9e\xdb\x64\x75\x4f\x6b\x4b\x46\x21\x51\x9c\xdd\xab\x7e\x7e\xf7\ \xe3\xea\xac\x53\x2e\x3a\xf3\x08\xe0\xd4\x9a\xe7\x9c\x7c\xe9\xd9\ \x47\x6c\xff\xed\xbd\x0f\x2d\xde\x4a\x34\x25\xec\x31\x21\x21\x07\ \xbb\xcd\x25\x84\xcc\xe5\x72\xa6\x61\xd4\x73\xe8\x83\x20\x40\x08\ \x11\x45\x01\x52\xaa\xaa\x5a\x2a\x16\xd5\x77\xa4\x38\xbc\x0d\x08\ \xa4\xef\x3a\x35\xc7\x13\x7b\xe7\xcc\x04\x7e\xd0\x3a\xef\x94\x0b\ \x4e\x79\xfd\x9b\x8b\x56\x3a\x3e\x13\x22\xc0\x8d\xb3\x2e\xfb\xcc\ \xc5\xdf\xfb\xe1\x3d\x37\x7d\xfd\x4b\xf7\x35\x25\x55\x04\x6a\xd5\ \xda\xa1\x17\x7d\xe1\x73\x27\x4e\xdf\xf9\xea\xa3\xb7\xdc\xbf\x6c\ \xfe\x25\xff\x7e\x42\xbf\x15\x08\xeb\xa2\xcf\x7c\x6a\xe5\xbf\xfe\ \xf8\x96\x7b\xa6\x7f\xfd\xea\xd3\x13\xdd\x0b\x3e\xf9\xb1\xd7\x6e\ \xf9\xf5\x83\x5f\xda\xfa\x4a\x43\xdc\x14\x6e\x69\xfb\x04\x38\x54\ \x23\x04\x2b\xa3\x5b\x5e\xbb\xe9\xb6\x87\x9c\x48\x4a\x27\xc0\x2b\ \xe7\xc7\x44\xf3\x27\x8e\x39\x2a\x0e\x03\xbe\x37\x77\x8c\xf8\xd9\ \xe7\xee\xbb\xe9\xb7\xdb\x64\x43\xdc\x00\x3c\x28\x8c\x8d\x38\xc6\ \xa4\x4f\x5f\x7e\x4e\x57\x52\x01\xfe\xc4\xe3\x8b\x7e\xba\x74\x2c\ \x75\xc3\x3f\x9e\xd3\x65\x72\xd7\xe7\x08\x6a\x0b\x16\x9e\x7f\xf4\ \xcb\xab\xef\xbf\xfd\xf6\xb9\xfd\x5f\x3d\xa4\x45\x09\x68\xf8\x84\ \xc7\x90\x90\x83\x55\xb9\x30\xc6\xb6\x6d\x7f\xe3\x1b\xdf\xd4\x75\ \x5d\x4a\x09\x21\xec\xe9\xe9\xae\xd5\x6a\x63\x63\xe3\xf5\x5a\x83\ \xb6\x6d\x5f\x7d\xd5\x55\x7f\x70\xe5\x82\x0a\x6d\xf6\xb1\x1f\x55\ \xbc\x54\x02\xed\x4d\x60\x90\x3c\x90\xe6\x71\x67\x5d\x9c\x45\x9d\ \x89\xa9\xcd\x92\xb2\x80\xca\xee\x05\x67\xdd\xd8\x35\x7d\xc9\xe2\ \xd7\xb6\x8f\x16\x05\x24\xd1\xc6\xf6\xc3\x27\xa5\x79\xe0\x55\x2a\ \xfe\xe1\x67\x5e\x71\xce\x69\xf3\x50\x10\xf8\x1c\x34\xcd\xfe\xe8\ \xdf\x5d\x51\x58\x36\xc1\xca\xb6\x6b\x46\xac\x93\x3f\xfd\x0f\x2d\ \x53\x5e\x7a\x6d\xed\x76\x87\x49\xac\xf6\x1d\x79\x52\xd7\xcc\x39\ \xb3\x84\xeb\x46\x3a\xa7\x7d\xf8\xa4\xe3\xb7\x0c\x4f\x30\x09\xb5\ \x29\x87\x5c\xb4\xe0\xb8\xf9\x53\x5b\xf9\xde\x1c\x52\x29\x19\x53\ \x92\x27\x9c\x7e\x91\xb5\x7a\xe3\x70\xbe\x2c\xa0\x32\xef\x98\xd3\ \x8e\x3a\xe6\xe8\xfe\x4c\x84\x32\xee\xd5\x26\x78\x62\xda\xc5\x9f\ \x3f\xfc\x23\x33\x9a\xfc\x20\x00\x00\x08\x1a\x28\xe9\xfe\x8b\x3f\ \x73\x45\xec\x95\x9d\xb5\x62\x81\xb7\xb4\x40\x10\xa6\x75\x85\x84\ \xfc\x1f\x03\x2b\xe5\xd2\x01\xbf\x30\x0c\xfd\xc6\x6f\x7c\xeb\xb5\ \xd7\x5e\xd3\x34\x8d\x31\xd6\xd8\xd8\xf8\xfd\x9b\xbe\xb7\x71\xd3\ \xa6\xaf\x7f\xfd\x46\x55\x55\x01\x00\xbe\xef\x7f\xfe\x73\x9f\x5b\ \xb8\xf0\x63\x8e\xe3\xfc\x5e\xf7\x10\x40\xdd\x30\x15\xc8\x1d\xc7\ \x15\xbf\x9b\xaa\x2c\x21\x56\x4d\x43\xe3\x81\xe7\xf9\xac\xfe\x31\ \xc2\x44\xd5\x34\x82\x20\x00\x40\x0a\x1e\xf8\x5e\xc0\xa4\xa2\x9b\ \x86\x02\x1c\xc7\xe5\x7b\xb4\x02\x6a\x86\xa9\x20\xee\x38\x9e\x90\ \x00\x40\xa4\xa8\x9a\xba\x27\xf6\x2e\x05\xe7\x34\x08\x28\xe3\x10\ \x13\x4d\xd3\x08\x46\xf5\xe0\x1a\x0d\xfc\x80\xbe\x7d\xde\x25\x26\ \xaa\xaa\xee\xc9\xbf\x17\x9c\x05\x41\xc0\xb8\x00\x00\x00\x88\x4d\ \xd3\x40\x82\xda\xae\xbf\xff\x0c\x71\xa2\x19\x86\x86\x7d\xd7\x09\ \xa8\x08\xa7\x5c\x87\x84\x1c\xbc\x36\x97\x10\x72\xe6\x8c\x19\xaf\ \xbc\xf2\x8a\xef\xfb\x52\xca\x62\xb1\xf8\xd0\x43\x0f\x8f\x8e\x8d\ \x32\xc6\x00\x00\x8c\xb1\x74\x43\xba\xbb\x67\x12\xa5\xf4\x8f\x79\ \x8b\xb6\x5f\xff\x73\xbf\x8f\x25\xa7\x76\x8d\xee\xff\xb1\xe0\xcc\ \x73\xd8\x5b\x7e\x0b\x01\xf3\x9d\xea\x5b\xd2\x3f\xf7\xad\xad\xfe\ \x4e\x50\xdf\xa5\x6f\xcb\x0f\x85\x50\x0a\xee\xb9\xce\x1f\x3e\x6c\ \xce\x02\x97\x1d\x28\x43\x4b\x72\xc7\xae\xbd\xf3\x30\x58\xe0\x56\ \x03\xf0\xf6\xe3\x08\x09\x09\x39\xd8\x6c\x2e\x08\x21\x63\x6c\xdd\ \xba\xf5\xc3\xc3\xc3\x8c\x31\x29\xa5\xef\xfb\x08\x21\x55\x55\x01\ \x84\xba\xa6\x4d\x99\xd2\xdf\xd3\xd3\x2d\x42\xcf\x29\x24\x24\xe4\ \xe0\x51\x2e\x00\x00\x42\x48\x51\x94\x7d\xc5\x9a\xeb\xd1\xae\xbd\ \x56\x08\x90\x00\x04\x01\x05\x20\x54\xae\x90\x90\x90\x83\xc6\x5b\ \x04\x00\x08\x21\x7c\x3f\x9c\xac\x17\x12\x12\x72\xd0\x11\x3e\x6f\ \x31\x24\x24\x24\x54\xae\x90\x90\x90\x90\x50\xb9\x42\x42\x42\x42\ \x42\xe5\x0a\x09\x09\xf9\x6b\xe0\x2f\x33\xe3\x1a\x21\x44\x08\x09\ \x5b\x33\x24\x24\xe4\x03\xa3\x5c\x10\xc2\x4d\x1b\xd6\x65\xb3\x59\ \x84\x42\x0b\x2e\x24\x24\xe4\x03\xa2\x5c\x8a\x42\x76\x0f\x0d\xdd\ \x71\xd7\x22\x5d\xd7\xc3\x06\x0d\x09\x09\xf9\xe0\x78\x8b\x18\x6b\ \x9a\x56\x9f\xcf\x18\x12\x12\x12\xf2\x7e\x13\xfa\x77\x21\x21\x21\ \x7f\x55\xca\x05\x89\xa2\x6a\xaa\x02\xc3\x39\xc6\x21\x21\x21\x1f\ \x0c\x6f\x11\x61\x22\xdd\xad\xab\x97\x8f\xb2\xc4\x9c\x99\xfd\x51\ \x05\x48\x00\xa4\x7c\x17\x53\x14\xc3\xd9\x8c\xef\x37\x10\x00\x08\ \xe1\x3b\x4f\x4a\xd8\xf2\xef\xfb\x68\x0f\x21\x78\xc7\xe5\x20\xa5\ \x0c\xc7\xf8\xf7\x0f\x29\x01\x84\x70\xff\x0e\x7f\x20\xe5\x82\x58\ \xe1\x95\xc7\xef\xbc\xe5\xb9\xb5\xbb\xdd\xd4\xd4\xae\xfe\xae\xd5\ \xbf\xbe\xc7\x9f\x72\xda\x29\xf3\xda\x69\x40\xff\x14\xcd\x22\x10\ \xfc\x73\x53\x29\x82\x24\x0f\xaf\xa3\xf7\x07\x15\x82\xa1\x00\xff\ \xd7\x58\xc4\x20\xbf\xab\xa9\xed\x08\x78\x6e\xc2\x3e\x21\xea\xb9\ \x02\x86\x0a\xf6\x3e\x8d\x17\x3a\x92\xdf\x1b\xb5\x06\x98\x6a\x60\ \x54\xbf\x8a\x18\x63\x99\x4c\xe6\xe2\x4b\x3e\x5d\x2f\x00\x15\xf2\ \x7e\xa0\x6b\xda\xca\x55\xab\x7e\xf3\xeb\x47\x22\x91\x68\xbd\xd9\ \x0f\xa0\x5c\x18\xa3\xf2\xd0\xa6\x15\x23\xe6\xe7\xfe\xf5\x9f\x5f\ \xfb\xd5\x63\x5c\xb5\x70\x50\x19\x1c\x2f\x4a\xd8\xf1\xa7\x6f\x29\ \x45\x44\x0c\xc9\xf0\x4c\xbe\x4f\x68\x08\x4c\x78\xfe\x8e\x1d\xd9\ \x8e\x4c\x26\x1e\x8f\x0b\x21\xea\x63\x86\x85\x64\x23\xe1\x8e\x40\ \x12\x84\xe2\xf5\x97\x97\x2d\x08\x84\x81\xc1\xc4\xf8\xc8\xa8\xaf\ \x4e\x6a\x6b\x45\x08\x49\x29\xa5\x94\x18\xe3\x64\x32\xf9\x87\x6b\ \xd5\x85\xfc\x39\x58\x96\x25\xa5\xd8\xb9\x63\xa0\xb7\xb7\x5f\x37\ \x0c\x29\x25\x39\xa0\xd1\xa4\xea\x86\x81\xdc\xe1\xe1\x6c\x20\x65\ \x79\x68\xf3\xba\x81\x42\x66\x5a\x12\xbd\x9b\x2b\x81\x0b\x49\x15\ \x32\x76\xfa\x3f\x4b\xd5\x00\x32\x2c\xdc\xfe\x97\x33\x9b\x31\x51\ \x4a\x63\x6d\x4f\x7e\x8f\x09\xe9\x3a\xae\xef\x79\x20\x1e\xdf\xf7\ \xad\x00\x40\xf8\x6e\xe1\x88\xf3\xed\xe9\xc7\x21\xdf\x0d\x9b\xeb\ \x2f\xd9\xf2\xaa\x96\x7e\xfa\x66\x2d\xb7\xd5\xf7\x03\xc7\x61\x42\ \x88\x7d\x09\x8c\x52\x4a\xce\x79\xfd\x71\x0d\x21\xef\x07\x9c\x73\ \x16\x04\x8e\xe3\x04\x41\x60\x98\xe6\x81\x95\x4b\x70\x66\x64\x66\ \x9c\x76\xe4\xba\xbb\x17\xdd\x59\xa6\xfc\x8d\x1d\xdb\x5b\x66\x9f\ \x72\xe1\xac\x36\xf1\xee\x87\x14\x6e\xc6\xa5\x66\x86\xca\xf5\x17\ \x55\x2e\x05\xfb\x4e\xdd\x9e\x42\x08\xc1\x77\x06\x57\xa4\x94\xaa\ \xc9\xad\xa4\x24\x5a\xd8\x5c\x7f\x51\xe5\xd2\x25\x22\x40\xee\x79\ \xbe\x7a\xd8\x20\xff\xfb\x26\xef\xfe\x1d\xfe\x40\x71\x2e\x29\x03\ \x8e\x0f\x39\xf5\x92\xe6\xc9\x73\x37\xee\xc8\x91\x68\xba\xa3\xbd\ \x55\x91\x01\x97\xf8\xdd\x3a\x20\x50\x70\x20\x78\xa8\x5c\x7f\xd1\ \xf3\x87\x80\xf8\x63\x63\xbb\x14\x50\x70\x28\x42\x13\xe0\x2f\x8a\ \xe0\xa1\x03\x7e\xf0\x70\xc0\x08\x3d\x54\x61\xb0\xfc\xf1\x07\x1f\ \x7a\x61\x83\x0f\x31\x06\xcc\xa5\xd1\x73\xaf\xbe\xea\xe8\xde\x06\ \x4a\xc3\xc8\x55\x48\x48\xc8\x41\xa9\x5c\x08\x11\x2f\xbb\xe1\xd7\ \xcf\x6e\x3a\xf2\xa2\x6b\x8f\xeb\x89\x52\xc6\x25\x80\x86\x69\xb2\ \x50\xb6\x42\x42\x42\x0e\x5a\xe5\x82\x10\x78\x76\x45\xa6\x3b\x66\ \x4c\xed\x8e\xa9\x6e\xb0\xf7\x81\xf4\xa1\xa1\x1c\x12\x12\x72\xf0\ \x2a\x97\x94\xc0\x8c\x37\x45\x72\x6b\x7f\xf0\xcd\x7f\x4b\xa9\x52\ \x48\x11\xc8\xe8\x19\x97\x5c\x72\x58\x77\x8a\xd1\x30\x74\x12\x12\ \x12\x72\x10\x2a\x17\x44\x84\x20\x94\xe8\xba\xe8\xda\xeb\xc7\x2a\ \x3e\x84\x10\x00\x29\x81\xd2\x9a\x32\x39\x0f\x03\xed\x21\x21\x21\ \x07\xa1\x72\x41\x28\x83\xea\x96\x6d\xb9\x54\x6b\x0b\x54\xf5\x58\ \x5c\x83\x00\x00\x08\xa4\xc4\x0a\x81\xa1\xbb\x18\x12\x12\x72\x30\ \x2a\x17\x42\x24\xa8\x0d\x3d\x74\xdf\x33\x27\x9c\xf7\xf1\x5d\xcf\ \x2c\x5a\x3e\x16\x28\x18\x4a\x29\x04\x4e\x9f\x7d\xf9\xa5\xf3\x27\ \x25\x43\x6f\x31\x24\x24\xe4\xa0\x53\x2e\xc1\xa9\x92\x9e\xf1\x85\ \xaf\x4e\xc7\x84\x1c\xd6\xff\x95\xb3\xa4\x04\x00\x62\x24\x72\x23\ \xbb\x03\x4d\xe1\x3c\x34\xba\x42\x42\x42\x0e\x42\x9b\x8b\x90\xfc\ \xa6\x57\x5f\x58\xbd\x93\x23\x04\x01\x84\x00\x00\x88\xb0\xb4\xd7\ \xad\xde\x7a\xe4\x85\x9f\x6f\x6f\x3a\x33\xe8\x64\x00\x00\x20\x00\ \x49\x44\x41\x54\x8a\xd1\x20\x0c\x75\x85\x84\x84\x1c\x64\xca\x05\ \x01\x80\x90\x3b\x76\x4d\x20\x02\x00\x80\x08\x41\x20\x39\xe3\xd3\ \x8f\x5f\x78\x64\x5f\xb3\x08\xa7\xc2\x87\x84\x84\x1c\x84\xca\xc5\ \x19\x4b\x4f\x3d\xfe\xaa\xd9\x1f\x01\x00\x62\x42\x80\x08\xfc\x40\ \x60\x42\x08\xc1\x81\x53\xf3\xa8\x08\x2b\x10\x85\x84\x84\x1c\x74\ \xca\x05\x00\x10\x2c\x70\x18\x25\x04\x8e\xae\x79\xe5\x97\x0f\x3d\ \x95\x4d\xcc\xfb\xfc\xa5\xa7\xfb\x43\x9b\x40\x43\x6f\x67\xda\xe4\ \x22\xf4\x16\x43\x42\x42\xfe\xef\x39\xc0\x94\x77\x84\x31\x2d\x6c\ \xbf\xef\x17\x4f\x59\xdd\xb3\x23\xf6\xb8\x2d\xc1\x9b\xaf\x3e\xf3\ \xc2\xfa\x61\xa4\x84\x4f\x54\x0c\x09\x09\x39\x28\x6d\x2e\x00\x00\ \x84\xd0\x2e\x8d\x57\x23\x93\x2f\x3a\xe3\xa4\xe7\xee\xfe\x15\x26\ \x0a\x92\x8c\xcb\x3f\xf7\xc6\x22\x84\x10\xa1\x3d\xde\x26\xac\xff\ \x83\x10\xc8\x7a\x96\xd8\xde\xff\xf6\x6d\xa5\x9e\x00\x0b\x00\xc2\ \x18\x42\xc8\x39\xaf\x7f\x05\xdf\xba\xc6\xbd\x3f\x06\x10\x02\x84\ \x10\x04\x50\x48\x29\xa5\xd8\x97\x7a\x26\x81\xac\x17\x82\xad\xaf\ \x1d\x40\xb8\x6f\x1b\x70\xef\xe6\x10\xc2\x08\x21\x00\x41\xbd\x4a\ \x9c\x10\xa2\x5e\xc9\x04\x42\x54\xdf\x25\x4c\x48\x7d\xbb\x5c\x08\ \x21\x38\x84\x10\x21\x0c\xea\x4b\xee\xb7\xcf\x10\x42\x84\xf7\xfc\ \x04\x42\x58\x4f\xdc\x45\x08\x42\x88\xea\xeb\xad\xef\x2f\xdc\xb3\ \x2c\x94\x52\x00\x00\x21\x82\x52\x4a\x08\xa0\x94\x12\xc0\x7d\xc7\ \xbd\xef\x18\xf7\x2c\xcf\x85\x90\xef\xfd\x14\xd4\x9b\x0e\x4a\x00\ \x10\x84\x10\xc1\xb7\x36\x3a\x90\x52\x4a\x20\xeb\x27\x45\x4a\x00\ \x80\x44\x08\x13\x42\x84\xe0\x94\x32\x08\xf7\xee\x05\x00\x12\x48\ \x08\x11\x90\xb2\xde\x5c\xf5\x56\xc2\x84\x00\x29\x39\x67\xfb\xef\ \xa0\x14\x02\x40\x08\xe1\xbe\x56\xdf\x7b\x36\xf6\xeb\x0f\x18\x93\ \x7a\x3b\xd4\x9b\x7d\xef\xe9\x80\x10\x40\x21\x05\xc6\xa4\x5e\xd5\ \x44\x08\x51\x2f\xda\x87\x31\x86\x08\xed\xe9\x0c\xfb\x6d\x8c\x10\ \x0c\xc0\x9e\x3a\xbf\xf5\x55\x21\xb4\xa7\x10\x0d\xe7\x02\xec\x6b\ \xf5\x7a\xbb\x03\x20\x84\xc0\x04\x0b\x2e\x20\x82\x52\xee\x39\x10\ \x50\x6f\x86\xdf\xf5\x2d\xb0\xb7\x35\xde\xab\x51\x80\x10\x42\x70\ \xff\x83\x86\x00\xee\x79\xb7\xb7\x49\xeb\x5d\x77\xcf\x32\x72\xff\ \x93\x0e\x21\xdc\x73\x93\xac\x7e\xbc\x10\x48\xb0\xa7\xc2\x0b\x84\ \x08\xee\x3d\x14\xb0\xa7\xb7\xd7\x7b\xaf\x90\xfb\xfa\x8c\x90\x72\ \xef\x2f\x7e\x77\x0c\x07\xea\x42\x10\x40\x80\x11\x86\x08\xed\xfb\ \x56\x70\x06\xf6\x06\x86\x10\x84\xf5\x2d\xd6\xfb\x4f\xbd\x9e\xb2\ \x10\x02\xee\xed\x3f\xf5\xab\x58\x08\x51\xdf\xed\xfa\x4e\x40\x50\ \xdf\x38\xc4\x18\x41\x00\x19\x67\x7b\x4e\x1f\x84\x9c\xf3\xfa\x2f\ \x31\x46\x10\x42\xc1\x05\x80\x40\x08\xb9\xaf\x97\xd6\x77\xea\x8f\ \xe6\xbd\x1f\xa8\x3e\x97\x10\x89\x96\xbe\x5e\xf5\xd9\x9f\xfc\xf8\ \x4e\xbf\x34\x51\xbc\xeb\xe6\x6d\x03\xf8\xc2\x53\x3b\xfe\x9c\xaa\ \x29\x10\x02\x4a\x99\xe3\xf9\xf5\x93\xc7\x39\x97\x42\x32\x46\x31\ \xc6\xf5\x92\x92\x10\x21\x00\x00\x26\xa4\xde\x05\xa5\x04\x18\x23\ \x29\xa5\x53\xab\x09\xc1\xa3\xd1\x08\xc6\x44\x48\x28\xf6\x9e\x27\ \x04\x91\x90\x02\x23\xc4\x39\x23\x18\x33\xc6\x7c\xdf\x63\x94\x2a\ \xaa\xa6\x1b\x06\x84\x90\x8b\x3d\xc5\x2a\x09\x26\x8c\x33\x29\x25\ \x42\x58\x0a\x41\x08\x86\x08\x4a\x00\xeb\x5d\x00\x23\xe8\x3b\xae\ \x5d\xab\x4a\x29\x21\xc2\x86\x6e\xe8\x86\x01\x21\x66\x94\x51\xea\ \x4a\x29\x34\x55\x2d\x8d\x67\xb9\xe0\x00\x40\x2b\x12\x89\x58\x16\ \xe7\xac\x5c\x99\x40\x10\x99\x56\x04\x42\x88\x09\xa9\x5f\x9a\xd4\ \x0f\x5c\xc7\x05\x10\x10\x42\x28\x0d\x62\xd1\x98\x94\xd2\xf7\x7d\ \x4a\x29\x26\x58\xd3\x0d\xc6\x38\x42\x50\x4a\x00\xa4\xf4\x03\x5f\ \x21\x0a\x42\x88\x52\x8a\x11\x0a\x18\x55\x15\x55\x4a\x29\xa4\xc0\ \x08\xef\x11\x17\x08\xa4\x90\x42\x0a\x21\x44\xd4\x32\x14\x42\xde\ \x9b\x78\x49\x88\xeb\x17\x09\x46\xd8\xf7\x7d\xcf\x73\x55\x55\xe5\ \x9c\xd7\x1b\x1f\x40\xa8\x2a\x2a\x44\x88\x71\x2e\x85\x24\x84\x40\ \x04\xab\x35\xbb\x52\x2e\x59\x96\x95\x4a\xa5\x18\x17\x3e\xa5\x40\ \x4a\x84\x10\x21\x38\xa0\x14\x63\x22\xb9\xd0\x34\xcd\x0f\x02\x1a\ \xb8\xc5\x62\x01\x63\x9c\x4a\xa5\x10\xc2\x01\xa5\x75\x39\xd3\x75\ \x9d\x31\xc6\x18\x23\x98\x70\xc6\x31\x86\x18\x61\x80\x20\x46\x08\ \x40\x28\xa5\x94\x82\x17\x0a\x79\x46\x29\xc2\x44\xd7\x75\xc3\xb4\ \x14\x85\x00\x00\x82\x20\xf0\x7d\xcf\x32\xcd\x4a\xa5\x62\xdb\x36\ \x67\xdc\xb4\xcc\x86\x74\x1a\x21\x54\xad\x56\x6a\xb5\x5a\x2c\x16\ \xd3\x75\x1d\x40\x54\x1f\x09\xa5\x94\x85\x42\x11\x63\x5c\x6f\x4c\ \x5d\xd7\x4d\xd3\xf0\x7d\xdf\x71\x5c\xce\x85\x69\x9a\x44\x51\x04\ \xe7\x42\x48\x84\x10\x63\xdc\xf5\xdc\x78\x3c\x51\xab\x55\xa3\xd1\ \x58\xb9\x5c\x52\x88\xa2\x6a\xaa\xeb\x79\x0a\x51\x14\x55\x91\x52\ \xd6\x2f\x7b\x21\xa5\xe0\x02\x48\x89\x31\x7a\x6f\xe3\xb4\xed\xb8\ \xae\xe7\x43\x08\x31\x42\x08\xe3\xba\x86\xd6\x47\x62\x20\x01\x65\ \x14\x02\x89\x20\xe4\x62\xcf\xf0\x09\x11\xc2\x18\x73\xce\xea\x63\ \x67\x10\xf8\x52\x0a\x29\x44\x22\x91\x84\x08\x03\x00\x79\x7d\xb0\ \x14\x32\x08\x3c\x20\x38\xa5\x01\x80\x40\xd5\x0c\x8c\x30\xe3\x42\ \x51\x15\x42\x08\x80\x50\x4a\xc0\x19\xd7\x34\x0d\x21\xe4\x7b\x3e\ \xc6\xb8\xde\xe0\x18\x23\x8c\x49\x7d\x98\x04\x40\x0a\x21\x21\x84\ \x12\x48\x20\x44\xb5\x58\x60\x34\x20\x18\x03\x08\x85\x84\x91\x68\ \x8c\x32\x86\x20\x44\x08\x05\xbe\xcf\x18\x13\x9c\x72\xc6\x20\x94\ \x42\x48\x88\xb0\x61\x9a\x42\x48\x85\x10\x88\x50\x7d\x50\x31\x4d\ \x8b\x0b\xce\x18\xb3\x2c\x0b\x00\x28\x04\x17\x82\xfb\xbe\x5f\xa9\ \x54\x20\x80\x0d\x0d\x0d\x9c\xf3\x72\xa9\xc4\x38\x8f\xc7\xe3\xf5\ \x3e\xe0\xd8\xb6\xeb\xba\x91\x68\x54\x4a\xa9\x69\x5a\x7d\x80\x87\ \x10\x08\x21\xa5\x94\x11\x53\xff\xc3\x51\xf5\x03\xcd\x5b\x14\x5c\ \x18\x2d\xe7\x5e\x7e\xc5\x33\x4f\x3c\xb3\x4d\xc3\x1c\xc6\xce\xbf\ \xea\x53\xf3\x3b\x22\x7f\x4a\x11\xfa\xdf\x87\xaa\x28\x5b\x76\x8e\ \x3d\xf6\xdc\x0a\x29\xb8\xe7\xb9\xd5\x6a\xb5\x56\xa9\x4c\xe4\x72\ \x52\x4a\xc3\xd0\x4d\x5d\x4b\x24\x53\xc8\x34\xda\x3a\x7b\x34\xcd\ \x72\x3d\x1a\x04\x3c\x9d\x4c\x10\x04\x7e\x79\xff\xdd\x6f\x6e\x58\ \x7d\xd9\xa7\x2f\x38\x64\xfe\x51\x13\x55\xe9\x73\x0e\x21\xa2\x94\ \x42\x24\x73\xe3\xa3\x11\x43\xc5\x80\x19\x2a\x1e\x1b\xd9\xfd\xf2\ \x4b\xcf\xe5\xc7\xc7\x66\xcd\x9b\xdf\x39\x79\x4a\xb2\xb1\x45\xb3\ \x12\x7e\xc0\x62\x89\x54\x7b\x5b\x67\xa9\x5c\x92\x12\x21\x62\x06\ \x9e\xdd\xd2\x9c\x8e\x44\x2d\x0e\x31\x47\x38\x1a\x35\x15\xe0\x3d\ \xff\xc4\x93\x8b\x9f\x7e\x14\x02\xa5\x77\xca\x5c\xdd\x8c\x1d\xf3\ \xa1\x8f\x74\x75\xf7\xae\x5b\xb7\x61\xd7\xae\x1d\x51\x0b\xb7\x36\ \xc6\x6f\xfc\x7f\x5f\xac\x54\x8a\x14\xea\x9f\xba\xe0\x82\x93\x3e\ \x72\xc2\xc0\xd6\xad\x8f\x3d\xfe\xd8\xec\xb9\x87\x1e\x7d\xfc\x87\ \x38\xd2\x9a\xdb\xbb\x38\x54\x10\xa7\xe3\x3b\xc7\x6e\xfb\xc9\x4f\ \x04\x90\xc7\x1d\x7b\xcc\xc6\xf5\xeb\xce\x58\x78\xba\xa6\xab\x4b\ \x16\x2f\xde\xbc\x69\xd3\x8c\xd9\xb3\x66\x1e\xbe\x60\x2c\x5f\x50\ \x88\x12\xf8\x7e\xa5\x58\x1a\xdc\xb1\xf3\xa8\x05\x47\x0d\x6c\xdb\ \xfe\xfa\xd2\xe5\xb3\x66\xcd\x34\x22\x96\x19\x31\x1d\xc7\x2e\x95\ \x4a\xe9\x74\x43\x32\x99\x60\x9c\x63\x84\xc7\xc6\xc6\xca\xe5\x12\ \x51\xb5\x2b\x3f\x79\xf2\xa4\xb6\xc6\xe0\xdd\x97\xeb\x90\x12\xa0\ \x78\x23\xe3\x62\x74\x64\x04\x49\xb0\x79\xcb\x96\x9d\x3b\x76\xe4\ \xb2\xd9\x54\x3c\x91\x6e\x68\x88\xc6\x62\xb1\x58\xac\xb5\xad\xb5\ \xbd\xb3\xcb\xaf\x39\x35\xa7\x96\x4e\xa7\xe3\xb1\xe8\x8b\x2f\x3f\ \xf2\xb9\xab\xae\x58\x78\xea\xc9\x8b\x16\xdd\x95\x77\xa8\x6d\xbb\ \x50\x4a\xcf\xae\xc5\xf5\xe8\xe0\xe0\xb6\x78\x34\x5e\x2a\x96\xba\ \xba\x26\x0d\x0c\x8c\xae\x5c\xb6\xf8\xb6\x9b\xff\xab\x67\x72\xdf\ \xf9\x17\x5f\xd2\xd0\xdc\xa6\x9a\x11\x80\x08\xe7\xe2\xf0\xc3\x0e\ \xf7\xed\x6a\x31\x5f\x48\x34\xa6\x0b\x13\x13\xa9\x98\x96\x4a\x27\ \x15\x5d\xa3\x12\x2a\xba\xa6\x2b\x28\x3f\x36\x74\xdb\xb7\xff\x6d\ \x6c\x68\x77\xdf\xd4\xb9\x99\xd6\xae\xe3\x3f\x72\xd2\xcc\x79\xf3\ \x2a\x55\x7b\xdd\x8a\xd5\xae\x5d\x3d\xe6\xf0\x43\x6f\xbb\xed\xf6\ \x9f\xdc\xfc\x23\x45\x51\x8f\x39\xf6\xe8\x5b\x6f\xfe\x91\x8a\xd1\ \x83\x8b\x1e\x1c\x1a\x1a\xbc\xf2\x9a\x6b\xa2\xa9\x68\x34\xd9\x40\ \x54\x13\x20\xac\x62\xf4\x8b\x1b\xff\x63\xfd\xfa\x0d\xc7\x1f\x7f\ \x3c\xe7\x3c\x99\x4c\x5e\x78\xd1\x79\x2f\x2f\x59\xfa\x8b\x5f\xdc\ \x9b\x4a\xa6\xaf\xbf\xe1\x1f\xcb\x65\xc7\x63\x3e\xc2\x10\x40\xf4\ \xcc\x33\x4f\xce\x9b\x7f\x48\x26\xda\xfc\xad\xef\xfe\x78\xd6\xec\ \x59\x8d\x8d\x8d\x93\xbb\x3a\x35\x09\xb3\xd9\xaa\xaa\xaa\x3d\x3d\ \x3d\x98\x10\x29\x44\x10\xd0\x81\x81\xed\xae\xeb\x75\x75\xb6\x98\ \xe4\xbd\x58\x5e\xba\xa6\xfe\xfa\x99\x25\x8b\x97\xae\xd1\x4d\x2d\ \x62\x5a\xba\x69\x95\x2b\xd5\x52\xb9\x94\x48\xa6\xa2\xd1\x68\xa1\ \x50\xf4\x7c\x37\x42\xa4\x69\x98\xbb\x46\xb3\x0d\xcd\x2d\x66\x24\ \xae\x19\x16\x84\x10\x43\xe1\xbb\x76\xad\x54\x1a\xd8\xb6\x61\x70\ \xc7\x16\xea\xbb\x57\x5d\x7d\xed\xac\x79\x47\x54\x29\xd9\x39\x92\ \x2f\x97\xcb\x98\x7a\xdb\xde\x58\x91\x1b\xda\x32\xb0\x6b\xbd\x15\ \x4d\x4c\x9d\x7e\x18\xd1\xe2\xa5\x9a\xdb\x33\xa5\x77\xc6\xec\x99\ \xa9\x86\xc6\xe1\xe1\x9c\x5b\xa1\x87\x1d\x71\x04\x56\xd0\xc0\xce\ \x6c\x43\x63\xb3\xcf\x58\x36\x9b\x4f\x25\x13\x99\xe6\xc6\x98\x65\ \xa8\x84\x70\xdf\xf3\x05\x82\x18\xd7\x2a\x65\xee\x97\xef\xbf\x6b\ \xd1\xea\x57\x9f\x9f\xdc\xd5\x9e\x68\xc8\x8c\xdb\xf2\xc2\x2b\x6f\ \xa8\xd9\xbe\x9d\x1f\xae\xd5\xec\x6d\x5b\xb7\x62\x10\xac\x7c\xf9\ \x85\xe2\xd8\x4e\x8d\x48\xc7\xa7\x99\xae\xde\x63\x3f\x72\x9a\xeb\ \x05\x86\xaa\x8e\x8c\x8e\xda\x8e\xd7\xd4\xd2\x32\x6b\xd6\xec\x6a\ \xcd\x71\x3d\xbf\xa1\xa9\x59\xd5\x0c\xcb\x54\x9a\x1a\xa2\x63\xe3\ \xd9\x47\x1f\x7e\x64\xf5\xca\x95\x57\x5c\x75\x55\x73\x43\xf3\x03\ \xf7\xdd\xb7\xf2\xf5\xd7\xcf\x39\xf7\xdc\xf6\xb6\xf6\x58\x3c\x76\ \xcf\xdd\x77\x55\x2b\xb5\x85\x67\x9c\x99\xcb\xe7\x0f\x39\xe4\x50\ \xa2\xa9\x9c\xcb\x62\xb1\x58\xb5\x6b\xaa\xa2\x5d\x7d\xde\x89\x86\ \xa6\x88\xdf\xdf\xf4\xe8\xc0\x03\x86\xa4\xb9\xe1\x9d\xb9\x8a\xed\ \x07\x7e\x60\x4f\xbc\xf0\xab\xfb\x57\xec\xc8\x13\x05\xbf\x67\xe5\ \x92\x52\x22\x08\xa3\xd1\x58\x24\x12\x51\x55\x25\x16\x8b\x62\x84\ \x2c\xcb\xe4\x9c\xea\x9a\x42\x83\xa0\x5c\x2e\x39\xb6\x4d\x03\x1f\ \x48\xa9\x28\x84\x28\x08\x00\x19\x8b\x45\x5a\x5b\x5b\x11\x84\xbb\ \x76\x0d\x11\x8c\xac\x88\x01\x04\x0b\x7c\x87\x71\xdf\x75\x6c\xdb\ \xae\xda\x76\x55\x08\x5e\x2a\x97\x1c\xa7\xe6\xfb\x1e\xc2\xb8\x58\ \x2a\x6d\xde\xfc\xe6\xf0\xee\x61\x8c\x60\x2c\x1a\x53\x15\x15\x42\ \x11\x8b\x5a\xd1\x88\x11\x8b\x9a\x2d\x99\x26\x4d\xd7\x34\x55\xd1\ \x75\x4d\x51\x88\xe0\xa2\x58\x28\x55\x2b\x15\x8c\x49\x3a\x9d\x9e\ \xdc\xd3\x2d\x38\x5f\xbf\x7e\xfd\xc8\xf0\x70\xa5\x5a\x26\x04\xa7\ \x52\xa9\xa1\x5d\x83\x8c\x32\x29\x80\x4a\x14\xd7\xb6\xd7\xac\x5a\ \xf5\xf2\xcb\x2f\x63\x42\xfa\xa7\xf4\x33\xc6\x21\x00\x04\x63\x46\ \x03\xc1\x78\x22\x91\xc0\x04\x27\xe2\x71\x8c\xb1\x04\x60\xc7\xc0\ \x8e\x4a\xa5\x52\xa9\x54\x22\x91\xc8\xf0\xf0\x70\x3e\x97\x8b\x98\ \x96\x14\x02\x4a\x50\x2c\x16\xfb\xfa\x7a\x93\xf1\xc4\xe6\x37\x37\ \x4f\x9f\x36\xad\xaf\xb7\xaf\xb5\xa5\x05\x41\x18\x8f\xc7\xe3\xf1\ \x38\x84\x40\x08\x01\x01\x1c\x1f\x1f\xab\xd5\xaa\x89\x44\x22\x1e\ \x8b\x1d\xf0\x31\x3f\x7f\x9a\xcf\x02\x21\x17\x1a\x51\x2c\xc3\x64\ \x9c\x47\x2d\xab\xa1\xa1\x21\x08\x02\x01\x40\xa1\x58\xcc\x8d\x8f\ \xdb\x35\xbb\x58\x28\x49\x26\xa3\x91\xb8\x69\x58\xbe\xef\x1a\xba\ \x36\x6d\xda\xd4\xc6\xc6\x74\x36\x3b\x36\x34\x34\x18\x8d\x44\x74\ \xcd\x60\x8c\x61\x84\x27\xf2\xf9\x52\xa9\x34\x3c\xbc\x5b\x4a\x3e\ \xb8\x63\xc0\xad\x55\x06\x07\x07\x14\xa2\x60\x82\x57\xac\x58\xb1\ \x75\xcb\x56\x04\x51\x3a\x95\xd6\x35\xcd\xf5\xdd\x48\x34\xd2\xd4\ \xd4\xa0\xa9\x6a\x53\x53\x63\x22\x9e\x50\x54\x55\x55\xd5\xba\x8b\ \x11\xd0\x20\x3b\x9e\xe3\x8c\x37\x67\x9a\x7b\x7b\x7a\x7a\xfb\x7a\ \x9f\x7f\xfe\xf9\xf1\xf1\x5c\xb9\x5c\x0d\x7c\x37\x99\x88\xd7\x6a\ \xb5\xe1\xe1\x61\x20\x25\xa5\x3e\xe7\x6c\xf5\xea\xd5\x8b\xee\xbe\ \x7b\xfb\x8e\x1d\xd3\xa7\xcf\xec\xee\x9e\x5c\x2a\x57\x00\x04\x00\ \x08\x29\x04\xe7\xa2\xb9\x39\x93\xcd\x66\x75\x5d\xb7\x2c\x6b\x60\ \x60\x20\x3b\x3e\x31\x36\x36\xa6\xaa\x6a\xa5\x52\x5e\xb7\x6e\x3d\ \xa5\x34\x91\x88\x4b\x29\x73\xb9\x2c\xe3\x7c\xfe\xfc\x79\x1b\x37\ \x6e\x04\x12\xcc\x9a\x35\x6b\xc1\x82\x05\xa6\x69\x29\x8a\xd2\xdc\ \xdc\x1c\x04\x01\x00\x80\x51\xca\x18\x5b\xbf\x7e\x5d\xa9\x54\xea\ \xee\xee\xd6\x34\xed\x3d\x3b\xe9\x84\xe0\x68\x34\x12\x8f\xc7\x04\ \x10\x8c\x31\x5d\xd7\x08\x21\x9c\xb1\x72\xa9\xe4\x79\x6e\x57\x67\ \x67\x26\x93\x29\x95\x4b\x81\xef\x0b\xce\x0d\x5d\x8d\x46\x4c\x29\ \x58\xe0\x79\xe9\x64\x32\x1a\x8d\xe8\xba\xae\x2a\xaa\xa2\xa8\x6f\ \xbc\xb1\x96\x60\x4c\x08\x52\x09\x92\x82\x01\x28\x1a\x1b\x1b\x24\ \x04\x8a\xa2\x41\x80\x2a\xe5\x8a\x63\x3b\xba\xae\xd9\x35\x3b\xf0\ \x29\xf5\x83\x7c\x36\x9b\x48\xc4\x63\xd1\x18\x44\x32\x16\x8d\x20\ \x24\x31\x04\x86\xae\x09\xc1\x77\x0f\x0d\xe5\xb2\xd9\xec\xf8\x58\ \xa9\x54\x1a\x1b\x1d\x1e\x1d\xde\x5d\x29\x17\x83\x20\xd0\x75\x0d\ \x21\x2c\xb8\xa8\x55\xab\x89\x68\x0c\x23\x10\x8f\x5a\xa6\x6e\x4c\ \xe4\xb2\x11\xcb\xcc\x64\x9a\x09\xc1\x42\x70\xc6\xa8\xa6\xa9\xa6\ \x69\x96\xca\x65\xd7\x75\x20\x44\xba\x6e\xf6\xf6\xf6\x5a\xa6\xb9\ \x62\xc5\x8a\xa5\x4b\x97\xee\xde\xbd\x7b\x22\x97\x0b\x3c\x67\xeb\ \x96\x2d\xcf\x3d\xf7\xfc\xa6\x0d\x1b\x92\xc9\x24\xc2\x78\xf7\xe0\ \x60\x57\x57\xc7\xf4\xe9\xd3\x54\x4d\xf3\x7d\x9f\x32\xb6\x7b\xf7\ \x50\xa9\x58\x3c\xe5\xb4\x53\x53\xa9\x24\xc1\xa8\x52\x29\x71\x4a\ \x83\xc0\x75\x1c\x5b\x23\x4a\x32\x11\x43\x08\xca\x77\xeb\x2d\x22\ \x4c\xe8\xc4\xa6\xbb\xef\xfc\x95\x31\xef\xa3\x0b\x66\x44\x85\x60\ \x4c\x68\xcd\x51\xfd\xcf\xc9\xa1\xaf\x5f\x8d\x94\x06\xa6\xa1\x61\ \x42\xf2\xb9\x9c\xe7\x7b\x9a\xa6\xf5\x4c\xee\x31\x34\xcd\xb1\x9d\ \x6c\x6e\x5c\x8f\xc7\x81\x94\xb5\x5a\x15\x61\xa2\x60\x55\x08\xe6\ \xfb\x5e\x26\xd3\xdc\xd4\xd4\x98\x1d\x1f\x1b\x1a\xde\x85\x8d\x14\ \x82\x30\x16\x35\xfd\x20\xc8\x56\x8a\xbe\x5b\x6b\x48\x36\x15\x8b\ \x39\xc0\x83\xe1\xa1\x9d\xc5\x89\x09\x88\x51\xb1\x50\xc0\x0e\x8d\ \xa7\x5b\x18\x65\x66\x44\xad\x3b\x20\x52\x08\xd7\x0d\x1a\xe3\x0d\ \xc9\x58\x34\xf0\x6d\xa2\x28\x80\xa8\x9c\xf1\x6a\xb5\xaa\x22\x34\ \x79\x72\xef\x96\x37\x5e\xaf\x56\x2b\x10\x81\x74\x3a\x81\x11\xdc\ \x35\x34\xa8\x28\x98\xb1\xa0\x38\x31\x91\xcf\x4f\x20\x8c\x01\x00\ \x9c\x53\xc9\xb9\xe7\xfa\xae\xeb\x35\x36\x35\x63\x4c\x1c\xd7\x35\ \xb0\xce\x19\x83\x52\xaa\x0a\x49\x36\x36\xb6\xb5\xb5\xa5\x52\x29\ \xdf\xf3\x3c\xd7\x1d\x1c\x1c\x54\x75\xa2\x69\x6a\x05\x48\xce\x19\ \x90\x32\x1e\x8d\x52\xdf\x73\xa9\x5f\xad\x94\x67\x4c\x9b\xba\x7a\ \xf5\xaa\x78\x3c\x3a\x6d\xc6\x34\x84\x10\x02\x32\x91\x88\x43\x84\ \x3c\xcf\xf3\x3c\xaf\x56\xab\xb9\xae\xeb\x38\x8e\xae\xeb\xf1\x78\ \x9c\xf1\x3f\x2b\x1f\x85\xa8\x0a\x90\xa0\xa9\x21\xed\xb9\x4e\x3e\ \x97\xf5\x1c\xa7\xa3\xad\x2d\x9d\x4a\x25\x13\xc9\x91\xdd\xbb\x37\ \xbc\xb1\xee\xd4\x85\x67\x94\x0a\x15\xa2\x2a\x00\x21\x20\x65\xa1\ \x30\xd1\xd0\x90\x5a\xb0\xe0\xc8\x1d\xdb\x36\xad\x5d\xbd\xf2\xc8\ \x64\x0b\x0d\x98\x02\x89\x11\xb3\x72\xbe\xe7\x79\x9e\xe7\x3a\x1d\ \xad\xad\x03\x03\xdb\xa2\xd1\xe8\x1b\x6b\x57\x51\x46\x87\x87\x87\ \x4b\x55\x27\x57\xa8\x58\x89\xe4\x11\x2d\xad\xb1\x78\x0c\x41\x28\ \x28\xf5\x3d\x4f\x41\x38\x95\x4a\x29\x80\x01\xc9\xa5\x94\x9a\xaa\ \x51\x26\xaa\x35\x3b\x16\x8b\xb5\xb6\xb6\x0e\xed\x1c\x00\x00\x70\ \x46\x53\xc9\xc4\xe6\x4d\x9b\x62\xc9\x06\x29\xa5\x5d\xad\xed\xda\ \x35\x58\xab\xd6\x82\xc0\x8f\x58\x66\xb5\x5c\xaa\x54\xca\x63\x63\ \x23\x8a\xa2\x34\x36\x37\x57\x6b\x4e\x10\x30\x08\x31\x00\x88\x51\ \x06\x10\xfe\xd0\x87\x3e\xb4\x64\xc9\x92\x29\x53\xfa\x1f\x7b\xec\ \xf1\xf1\xf1\xf1\xdd\xbb\x87\x4b\xa5\x52\x3c\x9e\xd8\xb5\x6b\xd7\ \xc8\xf0\xf0\xd4\xa9\x33\x84\x10\x00\xc8\x8d\x1b\x37\xcc\x99\x33\ \xbb\x52\xaa\x3d\xfa\xe8\x23\x9f\xba\xe0\xbc\x19\x33\xa6\x43\x08\ \x01\xf3\xeb\x37\xcc\x6b\xb5\xda\xc4\xc4\x04\xe7\x7c\x64\x64\x44\ \x51\x94\x9e\x9e\x1e\xcb\xb2\x80\xf0\xa9\xef\xc2\x77\xdf\xfa\x5c\ \xf0\x54\x2a\xd5\xd2\xd2\x22\x81\xf0\x5c\x17\x12\x05\x21\x1c\x8f\ \xc7\x21\xc2\xd5\x6a\xb5\xaf\xbf\xbf\xa9\xb1\xb1\x94\x1d\xae\x54\ \x6b\xd9\x89\x12\x10\x82\xd1\x00\x4a\x6e\x99\x3a\x0f\x50\x36\x9b\ \xa5\xbe\xdf\x37\x65\x6a\xb1\x90\x2d\x8c\x67\x77\x0f\xed\xce\x66\ \xc7\x15\x2b\xa9\x2a\x24\x62\x59\x7e\x35\xc0\x2a\x66\x94\x1b\xba\ \x25\x21\xc9\x64\xda\x67\xce\x3e\xac\x68\xbb\xc5\x72\xc9\xae\xda\ \x9c\x71\xc0\x85\xaa\xaa\xd9\xb1\x11\xc3\xd2\x08\x92\x9c\x06\x18\ \xe1\xa8\x65\xc6\x62\x31\x04\x24\x0d\xbc\xf1\x5c\x76\x6c\x64\xb8\ \x5c\xb1\xbd\x80\xb5\xb4\x34\xaa\x98\x8f\x8f\x67\xeb\x51\xa7\xf1\ \xf1\xf1\xa9\x6d\x93\x91\x94\x15\xbb\xe2\x38\xd5\xad\x9b\x37\xf7\ \xf6\xf7\x45\x23\x51\x4d\x25\x08\x41\x85\x60\x06\x80\x1f\x04\xf9\ \x89\xfc\x94\x29\xd3\x66\x4d\x9f\x59\x2e\x57\x35\x5d\xab\xd9\x0e\ \x44\x38\x08\x68\x3a\x95\x6c\x6d\x69\x56\x35\xbd\xb1\x61\xaa\x63\ \x97\x30\x42\xdd\x93\xfc\x42\x3e\xbf\x66\xcd\x9a\x73\xcf\x39\x67\ \xd2\xa4\x49\x9a\xa6\x56\xca\x25\x82\x27\x79\xae\xd3\xda\xd6\xd6\ \xd5\xd9\x1e\x50\xae\xaa\x8a\xe7\xba\x91\x48\x34\x97\xcb\xa5\x52\ \x69\x43\x37\x00\xfc\xe3\x52\xf3\x7b\xea\x73\xd5\x0a\x7e\x72\xfa\ \x65\x17\x9f\xd3\xa9\x70\xc1\x01\x84\xc2\x77\xbd\x80\xbd\xf7\xeb\ \x47\x4a\x40\x08\xa6\xd4\xaf\xf1\xc0\x75\xec\x9a\x5d\x4b\xa6\x92\ \x2a\xc6\x86\x69\x58\x86\x5e\xab\x56\x5d\xcf\x8d\xc7\x63\x98\x60\ \x1a\x30\x8c\x71\xc4\xd2\x31\xc6\x0a\xc1\x93\xbb\x27\x2d\xb3\xcc\ \x62\xa9\x50\xab\x56\x74\xa4\xe5\xf3\x05\xdf\xf7\xb1\x42\x04\x17\ \x86\xa1\x06\xbe\xd3\xd8\x90\x1c\x1e\x1c\x18\xdc\xb9\x5d\x02\xd9\ \x90\x6e\xea\xee\xed\x6f\xcc\xb4\xb7\x75\x4d\x4e\xa4\x92\x8a\xa2\ \x52\x4a\x19\x0d\xa4\x94\x96\x65\x22\x84\x34\x4d\x43\x90\x21\x04\ \x01\x46\x2a\x42\x08\x5a\x88\x63\x55\x35\x10\xc2\x04\x81\xc0\x77\ \xe3\xb1\xc4\x78\xa1\x72\xe8\xe1\x47\x3c\xf3\xec\x73\xae\x5d\x6d\ \x9a\xd1\x17\x8f\xc5\x68\x10\x28\x04\xab\xa6\x3e\x6b\xe6\x4c\x84\ \xd0\x2b\xaf\xd8\x91\x58\x3c\x99\x4e\x5b\xb1\xa4\xe7\xf3\x5a\xa5\ \x1a\x8d\x27\x3d\xc7\x26\x2a\x69\x68\x68\xc8\xe7\xf3\xf3\xe6\xce\ \x21\x84\x8c\x8d\x8f\xcd\x3d\x64\x76\x24\x12\x75\x6c\x3b\x9e\x4c\ \x48\xce\x1d\xbb\xea\xb9\xce\x44\x3e\x67\x99\x86\xae\xa9\x5b\xb6\ \x6e\x9e\xd2\xd7\x6f\x46\x4c\xd7\x71\xb0\x42\x08\x52\xea\x82\x55\ \x2e\x97\xeb\x56\x40\x34\x1a\xad\x87\xc9\xe4\xde\x70\xec\x7b\xb3\ \x76\x01\x67\x01\x65\x85\x89\x89\xa1\xc1\x9d\x40\xca\xae\xce\x0e\ \x55\x51\x3b\xdb\xdb\x37\x6f\x7e\x33\x9b\x1d\x4f\xa5\x9a\x32\xcd\ \xad\xae\xe7\xfb\x35\x27\x12\xb5\x0c\x43\x17\x9c\x25\x62\x91\x29\ \xfd\x93\x5f\x5f\xfa\xd2\xd0\xd0\x8e\x79\x8e\x3d\x91\xad\x14\x0b\ \x79\x01\x78\xe0\xbb\x86\xa9\x07\x81\x93\x4c\x44\xf2\x11\x7d\xd5\ \xca\x57\x46\x46\x06\x75\x5d\xef\xec\xee\x99\x39\x7b\x5e\xa6\xb5\ \xa3\xb7\xb7\x4f\x53\x55\x00\x24\x0d\x7c\x26\x05\x46\x80\xa8\x44\ \xd5\x90\x0a\x14\xc9\x10\x42\x08\x01\x04\x84\xb0\x0c\x03\x91\x64\ \x32\x91\x1c\xe2\xd0\xb1\xed\x74\x2a\x65\x7b\x34\x12\x89\x70\xc1\ \x36\x6d\xda\x34\xa9\xa3\x2d\x9d\x68\xad\x55\x4b\xc9\x44\x02\x61\ \x38\x79\x72\xcf\x82\x05\x0b\x5e\x5f\xbe\xd4\x76\x3d\x21\x51\x24\ \x1a\xa7\x4c\xba\xb6\x17\x4f\x9a\x50\xc5\xca\xde\xf0\x8d\xa6\xe9\ \x99\x4c\x66\xcb\x96\x2d\x85\x42\x21\x9d\x4e\x97\x4a\xa5\x86\x86\ \x86\xae\x49\x5d\xe5\x72\xc9\x75\x5d\xdb\xb6\x8b\xc5\xc2\x51\x2d\ \x0b\x5e\x5a\xfc\x62\x34\x1a\x99\x31\x63\x9a\xeb\x3a\x8c\x05\xc9\ \x68\x9c\x31\x9e\xcd\x66\x47\x47\x47\x5d\xd7\xed\xeb\xeb\x9b\x39\ \x73\x66\xad\x56\xa3\x94\x62\x8c\x7d\xca\xdf\x5b\xcb\x23\x88\x68\ \x40\x6b\xb5\x9a\x15\x31\x23\xd1\xa8\xe3\xf9\x18\xe3\x48\x24\xc2\ \xb8\x48\x24\x12\x56\xc4\x92\x00\x68\xba\x9e\x4a\x26\x21\x00\x86\ \xa1\x35\xa4\x52\x12\x02\xc0\x65\xbe\x58\xa8\x56\x2a\xb1\x58\xd4\ \x30\xb4\x44\x3c\x9d\x1b\x19\xab\x56\x2a\x6b\x56\xbe\x3e\xed\x90\ \xc3\x15\xac\xb7\x64\x9a\xaa\x04\x54\xb2\x43\x01\xa5\x52\x20\xa4\ \x68\x40\x62\x21\x51\x26\xd3\xd6\xd8\xdc\x4c\x54\x54\x2c\x15\x31\ \x44\x11\x5d\x67\xbe\x9b\xad\xe6\x3d\x2f\xd0\x2d\x0b\x29\x2a\x17\ \x92\xfa\x5e\x22\x11\x97\x2c\x40\x08\xd4\x6a\xd5\x78\x2c\xd6\x16\ \x89\x75\x75\xb6\x8f\x8d\x0e\x8e\x8e\x8e\x32\xc6\x03\xdf\xf7\x5c\ \xa7\xb3\xbd\xcd\xd4\x55\xdb\x76\x1a\xd3\x69\x04\xe5\xae\x5d\x3b\ \x35\xc8\x6c\xc7\x81\x12\x08\x2e\x9c\x20\xb0\x2c\x6b\xfe\xa1\xf3\ \x9b\x9b\x5b\x84\x10\x9c\x33\x45\x89\x60\x84\x1a\x1b\xd2\x0d\xe9\ \x54\xb9\x5c\x2d\x95\x8a\xa9\x54\x6a\xa2\x5a\x4a\xa7\x13\x8a\x42\ \x74\x5d\x3f\x6c\xfe\xfc\xbb\xee\xbc\x73\xfd\xba\xf5\x10\x02\x55\ \x21\xa9\x44\xac\xbd\xb5\x65\x64\xf7\x2e\x55\xc1\xd9\xf1\x51\xcd\ \xb0\x6a\xb5\xaa\xaa\x2a\xf5\xeb\x5d\xd7\xb5\x80\x7a\x9a\xaa\xfe\ \xd1\x66\x27\x07\x1a\x2e\x44\xbc\xb9\xa7\x47\x7f\xe6\xd6\xef\xfc\ \x77\x52\xa1\x01\xe7\x8c\x99\x27\x9e\x7b\xce\xdc\xce\x24\x63\xfc\ \xcf\x71\x18\x31\xc6\x18\xc1\x68\x34\xd6\xd9\x49\x38\xa3\x3c\x08\ \x2c\xd3\x40\x08\x34\x67\x1a\xf3\x85\xbc\xe7\xd8\xae\x5d\xd3\x74\ \xd3\xd0\x35\x4c\x88\x61\xe8\x18\x81\xc6\xc6\x54\x43\x43\x6a\xeb\ \xe6\x91\x1d\xdb\xb7\x76\xf6\xab\x8c\x7a\x41\xe0\x29\x52\x45\x10\ \x20\x24\x77\xef\xda\xd9\x10\x8f\xee\x1a\x1c\x70\x9c\x5a\x34\x16\ \x69\x6d\x6b\x6f\xce\xb4\x74\xf6\xf4\x4c\xea\xe9\x63\x02\x07\x9c\ \x03\x08\x75\x55\xad\x55\x2a\xc4\x52\x00\x14\x12\x70\x4d\x53\xb9\ \x14\x08\x63\x00\x20\x82\x10\x31\xa9\x10\x55\x55\x75\x2e\x7d\x1a\ \xf8\x91\x66\x2b\x5b\x28\xbf\xf0\xfc\xf3\x8e\x6d\xa7\xd3\xa9\xf6\ \xb6\x76\x22\x7d\x5d\xd3\x1c\xea\xfb\xb6\xcd\xa9\xef\x73\xce\x85\ \x30\x0d\x4b\x0a\x50\x2a\x96\x14\xcd\x2a\x97\x4a\x81\x1f\x20\x20\ \x1d\x4e\x55\x55\xdd\xb8\x71\xe3\x21\x87\xcc\xeb\xea\xea\x7a\x79\ \xf1\x92\x62\xb1\xe8\x38\xce\xd8\xd8\x78\x5b\x7b\x5b\x32\x9e\xa8\ \x54\x6d\x4d\x51\x2b\xc5\xf2\xb4\xa9\x53\x97\x2f\x5b\x9e\x88\xc5\ \xbb\xba\xba\xaa\xd5\xaa\x10\xc2\xab\x56\x6b\x8e\xed\x38\x0e\x63\ \x2c\x1a\x8d\x46\xa3\xd1\xba\x9f\x52\xbf\x1d\x63\x3b\xae\x10\xf2\ \x3d\x9b\xbb\x9c\x71\xc9\x25\x82\xa8\x25\xd3\x62\x69\x06\xe7\x3c\ \x12\x89\x20\x08\x27\x77\xf7\x6c\x7b\x73\x8b\x82\xc9\x8e\xed\x3b\ \x12\xc9\xa4\x6e\xe8\xba\xa6\x99\xa6\x81\x91\x48\x25\xa3\x53\xa7\ \xf4\xa6\x52\xf1\xe5\xcb\x5e\x9d\x3b\xff\x84\xb2\x1d\xe4\x27\x26\ \x28\x0d\x0c\x53\xe3\xcc\x1f\x1f\x1d\x86\xdc\x73\xec\xca\xea\xd7\ \x97\x21\x20\xda\xda\x3a\x0e\x39\x74\xfe\xf4\x99\x73\x8e\x38\xea\ \x68\x80\x08\xc0\xc4\xb1\x6b\x08\x02\x08\x64\x40\x03\x04\x00\x63\ \x54\x51\xf6\xdc\x8f\x55\x54\x0c\x30\x0a\x7c\xec\xdb\x14\x40\x84\ \x20\x94\x52\x50\xea\x23\x08\x36\xac\x7f\x83\x4b\x58\x2e\x4c\x4c\ \x3a\xe6\xa8\xbe\xee\xae\xf6\xf6\x8e\x95\x2b\x96\x69\x9a\x52\xab\ \x56\x35\x4d\x1b\x19\xcb\x22\x84\xba\x7b\x26\x43\x48\x1c\xd7\xc7\ \xaa\x27\x65\x99\x32\xc6\x98\xa8\x56\xab\xa5\x52\x69\xf3\xe6\xcd\ \xd3\xa7\x4f\x5f\xb4\x68\xd1\xc6\x8d\x1b\x5b\x5a\x5a\xb2\xd9\x2c\ \x42\x48\x21\x04\x21\xe4\xba\x6e\x36\x9b\x8d\x27\xe2\x9a\xa6\x3d\ \xfe\xf8\xe3\xd7\x5d\x77\xdd\xe8\xe8\x58\x2c\x9e\x10\x9c\x8f\x8d\ \x8f\x0f\xee\x1c\x74\x5d\x17\x63\x3c\x69\xd2\xa4\xf6\xf6\x76\x21\ \x84\x69\x9a\x52\x4a\xdb\xb1\x31\x90\x48\x42\xf9\x9e\x46\x0d\xc6\ \x58\xcd\xae\x01\x28\x54\x55\x05\x00\xe9\xba\x9e\x4c\x26\x39\x17\ \x98\x10\xdd\x30\x8b\x85\xc2\xe8\xe0\xe0\xe8\xd8\x18\x63\xcc\xb1\ \x6b\x4e\xad\xea\xf9\xbe\x4f\x69\xa6\xb9\xa9\x21\x9d\x1a\x1f\x1f\ \x0f\x7c\xdc\xdd\xdd\x93\x1b\x1b\x2d\x15\x26\xb6\x6f\xdb\x3a\x75\ \xf6\x3c\x0e\x80\x6d\x3b\x63\x63\x23\x63\xa3\x23\x01\x0b\xb8\x00\ \x96\x1e\x49\x24\x52\xaa\xa2\x9b\x9a\x11\x4f\xc5\x27\x4a\xd9\x42\ \x3e\x97\x88\x35\xf8\xae\x5d\xab\x32\xca\x6a\x5c\x80\x74\x43\x5a\ \xd1\x0d\x80\xb1\x69\x98\x9e\xe3\x18\x86\xd1\xd2\xd2\x6a\x68\x9a\ \xef\x7a\x1d\xed\xed\x91\xa8\x55\x29\x67\x01\x00\xb1\x58\xcc\x0f\ \x02\xce\x98\x65\x18\xeb\xd6\xac\x22\x8a\x36\x75\x52\x67\x6b\x6b\ \x33\x22\x64\xf3\xe6\x37\x6b\x95\x32\x46\x08\x00\x8e\x20\x8c\xc6\ \xe3\xe9\xc6\xc6\x42\xa9\xac\x2b\x2a\x63\xcc\x30\x0c\x55\x55\xa3\ \xd1\x68\xa1\x50\x50\x52\x24\x9e\x8c\x27\xe2\x51\x1b\x43\x8c\x31\ \x04\x40\x57\xd5\xae\xae\x2e\xd3\xd0\x5f\x79\x65\xc9\xc7\xcf\x3a\ \x2b\x16\x35\x6d\xa7\xe6\xb8\xb5\x5d\x43\x3b\x2d\xcb\x50\x14\xc2\ \x03\xbf\xb9\xa9\x61\x68\xf7\x6e\x45\x55\xd3\x0d\x69\xcf\xae\xe9\ \x86\x21\x84\x10\x42\x00\x80\xdf\xa5\xb7\x08\x11\xf5\x6b\xb9\xf1\ \x92\xda\x3f\x67\x46\x6f\x03\xe0\x8c\x0b\xb5\x21\xa2\xbe\xf7\x8b\ \x07\x00\x08\x21\xa5\x54\x08\x1e\x8b\xc6\x39\x63\xaa\x4a\x38\xa3\ \x92\x33\xd7\x75\xa2\x91\x48\x26\xd3\x3c\x3a\x36\x2a\xa4\x28\x57\ \x4a\x6d\xd1\x58\x32\x19\x47\x48\x81\x40\x96\x4a\x45\x53\x81\x1d\ \x1d\xad\x3b\xb7\x6d\xdc\x35\x38\x30\x79\xea\x4c\xcb\x30\x2c\xcb\ \xac\x54\x2a\x95\x4a\x39\x9d\x8c\xa7\x12\xf1\x5d\x83\xdb\x75\x4d\ \x8b\xc7\x62\x42\xa2\x44\x2a\xd5\xd0\xd4\x64\x9a\x16\xe7\xc2\x71\ \x3c\xd5\x30\x55\x4c\xa8\xef\xf9\x81\x07\x31\x89\x24\x11\x21\x58\ \x0a\xae\x60\x2c\x31\xc2\x10\x09\x21\x85\x14\x9d\x5d\x9d\x96\x15\ \x29\x79\x4e\xb9\x5c\x30\xad\x98\x6b\xdb\x43\xa3\xd9\xc3\x8f\x3c\ \x3a\x70\x6b\x52\x08\xc9\x05\xc1\x44\x0a\x00\xa1\xcc\x8e\x8d\x97\ \x2a\x55\x4d\xd3\x93\xa9\xf4\xea\x55\x6b\x3d\x26\x20\x44\x8d\x99\ \x56\x29\x65\x22\x1e\x43\x42\x94\x4a\xa5\x89\x89\x89\xb1\xb1\xb1\ \xfe\xfe\xfe\x91\xdd\xc3\x9b\x37\x6f\xae\x94\x2b\xb9\x7c\xae\xad\ \xad\x4d\xd7\xd4\x4a\xb5\x3a\x3e\x3e\x1e\x31\xf5\x4a\xb5\xf4\xc6\ \xba\xb5\xc7\x1e\x7b\x6c\xcd\xae\x56\x2a\x95\x6c\x76\x9c\x32\x4e\ \x88\xd2\xd6\xd6\x56\x8f\x67\x31\xc6\x5c\xd7\x35\x4d\x13\x63\x5c\ \xbf\xdb\x2b\xf7\xe5\x76\xbc\xfb\x11\x23\x70\x9d\x48\x34\x16\xb1\ \x32\x8e\x1d\xf5\x52\x49\xdb\x76\x00\xe7\x2c\xf0\xbb\x3a\xda\xa7\ \x4d\xed\x1f\x1a\xce\x95\x8a\xc5\x68\x2c\xde\xdc\xdc\x84\x08\xc4\ \x18\x53\xdf\x1f\x19\x19\x9e\x3c\xb9\xbb\xa3\xad\x6d\xc7\xc0\xc0\ \xe8\xc8\xae\x74\x63\x7b\x4b\x53\xba\x54\x2e\x51\xc1\x85\xe0\xbd\ \x93\x27\xaf\x5d\xbd\xbc\x90\x1d\xce\x34\x26\x0b\xf9\x48\x43\x53\ \x73\xcf\xe4\xbe\xa6\xa6\x4c\xa1\x50\x8a\x27\x93\x81\x17\xa8\x8a\ \x8a\x31\x2a\xe4\xf2\xa6\xa1\x3b\x4e\x2d\x91\x8c\x22\x84\x20\xe0\ \x08\x61\xca\xa4\x84\x32\xa0\x2c\x99\x4c\x77\x74\x74\xbd\xf1\xfa\ \xca\x52\xa9\xe8\xd8\xb6\x42\xc8\xa6\xd5\x6b\x27\xf5\x4d\x99\x3e\ \x63\x86\xaa\x60\xdf\x73\x21\x94\x9c\x31\xac\x13\x28\xc5\xb2\xd7\ \x5e\x09\x82\xa0\xb7\xaf\xef\xb5\x65\x2b\x36\x6c\xde\x56\xa9\xd8\ \x7d\x7d\xfd\xb1\x78\x5c\x53\x35\xc3\x34\xb3\xd9\x71\xdb\xb6\x17\ \x2f\x5e\x7c\xc3\x0d\x37\x5c\x7d\xf5\xd5\x2f\xbd\xf4\xd2\x8c\x19\ \x33\x96\x2e\x5d\x7a\xc6\x19\x67\x74\x76\x75\xe5\x72\x13\x94\x06\ \xdb\xb7\x6f\x3b\xe2\xa8\x23\x6e\xb9\xf9\x47\x99\x96\x66\xd3\xd4\ \xf3\x85\x89\x37\xb7\xbc\x99\xcf\xe6\xa0\x84\xd3\xa7\x4d\xeb\xe9\ \xe9\xf1\x7d\x1f\x42\x38\x3a\x3a\x9a\x4a\xa5\x00\x00\xa6\x69\xba\ \x9e\xe7\xd4\x6c\x53\x7b\x2f\xe5\x80\x85\x10\xb1\x78\xac\xb5\xa5\ \x55\x42\x89\x11\xcc\xe6\x0a\x2d\xad\x6d\x84\x10\x88\xea\xb7\x38\ \x59\xcd\xb6\x0b\xa5\x8a\x14\x52\xc5\xb8\x5c\x2c\xd4\x2d\xc7\xde\ \xbe\xfe\x54\x43\xba\x5c\xa9\x79\x9e\xef\x39\x4e\x26\xd3\xda\xda\ \xd6\x96\xcf\x8e\x0d\xef\xde\x05\x38\x8b\xc7\x93\xb4\x54\x36\x74\ \x35\x12\x8d\x50\x46\x85\x90\x4d\xcd\xcd\xd3\xa6\xcd\xb0\xa2\x0d\ \x54\x08\x4a\x7d\xd7\xb5\x09\x42\xed\x6d\x99\x74\x2a\xb1\x75\xeb\ \xe6\x6a\x6d\xa2\xb1\x39\x13\x35\xb4\x86\xe6\x8c\x13\x04\xb6\x6d\ \xd7\x13\x18\x20\x82\x0d\x0d\x0d\x23\xbb\x06\xd7\xac\x5e\xd9\xda\ \xd6\x22\x38\x6b\x6b\x69\x99\x18\x1e\x50\x08\x31\x74\x75\x22\x3b\ \x3e\xed\xd0\x05\x1b\x37\x6e\x1e\x84\x6c\x64\xf7\x50\x73\xa6\x25\ \x62\xea\x9a\xaa\xba\xae\xd0\x74\x9d\x23\xce\x28\xf3\x7c\x7f\x78\ \x64\xd8\x54\x75\xc6\x98\x10\x22\x16\x8b\x05\x01\x2d\x15\x0b\x44\ \x51\x78\x96\x06\x9e\xdb\xd8\xd0\x98\x1b\xcf\xb9\x9e\x9d\x4e\xa5\ \x22\xa6\x35\x73\xe6\xac\xb5\x6b\x57\x1d\x3e\xff\x10\x8c\xa1\x69\ \x68\x11\xcb\xd8\x3d\xb4\x6b\xce\xdc\xb9\xbe\xef\x09\x21\xaa\x95\ \xaa\x6b\xd7\x7c\xcf\xc9\x67\x39\x26\xc4\xb4\x22\x86\xae\xff\xd1\ \xe8\xe2\x81\xbd\x45\xbb\x30\x5a\x8e\x4f\xbf\xea\x33\x17\x75\xeb\ \x5c\x70\x09\x81\xf4\x3d\x97\x32\x01\xde\x73\xb4\x05\x02\xc6\x58\ \xb1\x58\x82\x40\xa8\x9a\x6a\x18\xba\xaa\x44\x0a\xf9\x9c\x94\x22\ \x9f\xcf\xb2\x78\x02\x00\xc0\x02\xdf\x30\xad\xc2\x44\x4e\xd7\x0d\ \x5d\x33\x7c\xdf\x07\x82\x96\x5d\x27\x99\x8c\xeb\xba\xea\xb9\xae\ \x82\x71\x53\x7b\xc6\xb6\x1d\x4e\xd9\xc8\xee\x41\x0d\x43\x02\xa5\ \x42\x08\x92\x4c\xc1\xb8\x29\xd3\xd1\xd8\xd4\xac\x6a\x7a\x32\x95\ \x4e\xa6\x52\x1e\xcd\x57\x2b\x15\x84\xa0\xe7\x3a\x99\xe6\x26\x33\ \x1a\x97\x18\xa9\x2a\xf1\x3d\x9f\x0b\xae\x12\x1c\x04\xf5\x34\x19\ \x84\x89\xca\x99\xf0\x5c\xa7\x52\x2a\x74\x76\xf5\x40\xc0\x21\x94\ \x82\xd3\x88\x65\x41\x09\x73\xd9\x7c\xe0\xf9\xf5\xcc\x99\x67\x9f\ \x7e\xca\x8a\xc6\x3a\x7a\x7a\x8f\x38\xea\x68\xac\x6a\x5b\xb7\x6e\ \x5f\xbf\x71\x63\x22\x99\xd2\x74\xdd\x32\xcd\x58\xc4\x02\x60\xd6\ \xe6\xcd\x9b\xb3\xd9\xac\x6b\xd7\x2a\x95\xca\xc0\x8e\x6d\x53\xfa\ \xa7\x74\x76\x74\x98\xa6\x69\x99\xba\xe4\xbc\x90\xcb\x65\x32\x99\ \x9d\xdb\xb7\x37\xa4\x93\x1d\xed\x6d\x10\x41\xce\x59\x3c\x11\x87\ \x10\x69\x9a\x69\x9a\xa6\xe7\x79\xaa\xaa\x46\x22\x91\x20\x08\x5c\ \xd7\x35\x0c\x83\x31\xa6\xeb\xba\xa2\x10\xf9\x5e\x47\x0e\xdf\xf3\ \x7c\xdf\x4f\x26\x93\x08\xc0\x44\x2c\xda\x90\x4c\x6e\xd9\xbc\xa5\ \x50\x2c\xda\x95\x4a\x53\x63\xe3\xe6\x2d\x03\x52\xb2\xb1\xf1\x61\ \xa2\x80\xee\x9e\x49\xae\x6d\xfb\x4e\xd5\xb5\x4b\xc9\x44\xd2\x30\ \x4d\x84\xd0\xf8\xd8\xee\x63\x8e\x3e\xae\x5c\xad\x6a\x9a\xf2\xda\ \x8a\x65\xae\x5d\x9d\x3f\x77\x56\xe0\xfb\x2d\x8d\x4d\x85\xf1\xdd\ \xad\x2d\x99\xee\x9e\x1e\xc3\xb0\xe2\xf1\x78\x5b\x7b\x9b\xe3\x07\ \xe5\xfc\x04\xc1\x68\x7c\xc4\x56\x09\x4e\x25\x12\x94\x10\x55\x21\ \x18\x01\xcf\x73\x88\x02\x24\x52\xea\x99\x79\x18\x13\x4d\xd5\x83\ \x20\xc8\xe7\xb2\x76\xad\xe2\x71\x38\x51\x28\x74\x72\x16\x8b\x46\ \x0d\xc3\x1a\x1f\x1f\xcb\xe7\x72\x04\x43\xce\x82\xcd\x9b\xd7\xdf\ \x7a\xeb\x2d\x44\xb3\xfa\xfa\xa6\x9d\x72\xda\xc2\x0d\x1b\x37\xad\ \x58\xb6\x62\xcd\x9a\x37\xfa\x7b\x7b\x15\x4d\x4b\xa5\x53\x99\x4c\ \xe6\x88\x23\x8e\x18\x1e\x1e\x7e\xfc\xf1\xc7\x5d\xd7\xdd\xb8\x71\ \x63\x36\x9b\x9d\x31\x63\x46\x43\x3a\x6d\x59\xe6\xd8\x78\xb6\x5c\ \x2e\x51\x1a\x60\x84\x56\xad\x5e\x7d\xfd\x3f\x5c\x5f\x28\xe4\x0c\ \xc3\x88\x46\xa3\xb1\x68\x94\x40\x9c\xc9\x64\x7c\xdf\x17\x42\x64\ \x32\x99\x6a\xb5\xea\x79\x5e\x2c\x16\xa3\x94\x12\xf2\xff\xf3\xf6\ \x66\x4f\x92\x9d\xe7\x99\xdf\xb7\x9d\x7d\xc9\x93\x7b\xd6\xbe\x74\ \x55\xa3\xbb\x81\x06\xd0\x0d\xa0\x01\x02\x20\x29\x2e\xd0\x48\xa4\ \x34\x92\x46\x23\x5b\x73\x63\x5f\xd8\x96\x14\xa3\x5b\xd9\x96\xc3\ \x7f\x82\x7c\x2b\x87\x25\xcb\x1e\x5b\x97\x8e\xb1\x3d\x11\x22\x45\ \x8a\x34\x49\x71\x07\xb1\x34\xd1\x0b\xba\xab\xba\x96\xae\x25\x2b\ \xf7\xe5\xe4\xd9\xbf\xf3\x6d\xbe\x28\x4a\xa3\xd0\xd8\xa2\xd8\xb4\ \x95\x97\x15\x51\x11\x99\x27\x4f\xbe\xe7\xfd\xde\xf7\x79\x7e\x0f\ \xf1\x3d\xbf\x2c\xc2\x4b\x65\xdf\xcf\x2a\xe6\xca\xd2\x4c\xd7\x75\ \x5a\x16\x49\x92\x19\x86\x8e\x31\x26\x84\x60\x00\x01\x00\x18\x93\ \x95\xe5\x65\x02\x58\xf7\xf4\x24\x8e\x16\x79\x92\xd4\x77\x77\x3c\ \xdf\x73\x1d\x93\xd1\x12\x21\xd4\x6c\x36\x4b\x4a\x5d\x53\x5b\x5d\ \x59\xdd\x7f\xf8\x80\xe5\xc5\x6c\x3c\x42\x9a\xa5\x61\xb8\xbc\xd4\ \x19\x75\x8f\x18\x67\x9c\xf3\x76\x67\x69\x6d\x6d\xcd\x0b\xda\xd3\ \x70\x36\x9e\x0d\x06\xbd\x2e\x26\xaa\xd7\x3b\x1b\x74\x7b\x71\x1c\ \x05\x81\x33\xec\x9e\xd9\x96\xd3\x6c\x77\x08\x82\x93\xd1\xc8\x76\ \xec\x41\x6f\x4e\x69\x51\xf1\xdc\x78\x3e\x39\x39\xdc\x5f\x2c\xa6\ \x2f\xbf\xfc\x62\xbd\x56\x1b\x9e\x3e\xe1\x00\xb2\xb2\x98\x8e\xfa\ \x8a\x51\x4e\xf3\xbd\x8f\xbb\xdd\xd3\x93\xb5\x95\x15\x62\xdb\x9c\ \x31\x5d\xd3\x84\x10\x9c\x33\x25\xc1\x78\x3c\xf5\x3c\x1f\x03\x98\ \x65\x59\xbf\xdf\x9f\x4c\x26\x96\x69\x38\x8e\x8d\x20\xc8\xb2\x94\ \x66\x00\xc8\xaa\x12\x12\x48\x20\x85\x8c\xe3\xc8\x75\xec\xf9\x74\ \xfa\xe8\xe3\x87\xf3\xd9\x94\x31\x3a\x1d\x0f\x81\x14\x6b\x2b\x2b\ \xb4\xa4\xd3\xe9\x94\x71\x41\x08\x3a\x3f\x3f\x5d\x59\x59\x75\x3d\ \xa7\x28\x32\x9a\xa7\x00\xa8\x7f\x38\xeb\xf8\xff\x99\xe6\x6c\xba\ \x75\x63\x74\xef\x7f\xf8\xef\xfe\xa8\xa9\x4b\xa1\x04\x93\xee\xe7\ \x7f\xf3\x5f\xbc\xb4\x1a\x3c\xf3\x69\x11\x41\x54\x96\x25\xe7\xa5\ \xa6\x93\xe1\x70\x50\x52\xba\xbc\xd4\x16\x42\x00\xa0\x92\x24\x21\ \x84\x68\xba\xa6\x10\xb4\x2c\x9d\x0b\x39\x9f\x4f\x0c\xc3\x66\x94\ \x02\xc9\x00\x2f\x6c\xc3\x70\x1c\x6b\x3a\x9d\x4d\xc7\x93\x97\x5f\ \xba\x3d\x9e\xcd\x2a\x95\x0a\x50\x22\x9c\x8e\xa2\x68\x81\x00\x9c\ \x4d\x66\x34\xcf\x9b\xad\x76\x25\xa8\x31\x2e\x39\xe7\x52\x29\x42\ \x48\x14\x2d\x6a\xd5\x1a\xc1\x48\x70\x56\x64\xa9\xdb\x70\xd2\x34\ \xe1\x65\xa1\x19\x06\x50\xc0\x75\x9c\x34\x4d\xb3\x94\x89\x38\xe5\ \x8c\xc7\x71\x4c\x69\x61\x9b\x06\x00\xb2\x5a\xf1\xd7\x56\x56\x04\ \x2b\x7d\xcf\x9b\xcd\xa6\x94\x32\x5d\xd7\x05\xe7\xf3\xd9\xb4\xe4\ \xf2\x0b\x2f\xdc\xbc\x76\xed\xda\xe1\xf1\x69\xb5\x5a\xfd\xc4\x27\ \xde\xec\xf5\x2e\x56\x57\x57\x6e\xdf\xba\x35\x9f\x4c\x34\x42\x3a\ \x9d\x4e\x14\x45\xaf\xdf\x79\x4d\x71\x71\xff\xfe\x47\xea\xf2\x9d\ \x2c\xa2\x3c\x67\xac\xa4\xae\xe3\xb8\x8e\x73\x7e\x76\xf6\x5b\xbf\ \xf5\x5b\x8e\xe7\x66\x45\x91\xa4\x71\xad\x56\x0d\xaa\x35\x04\x89\ \x52\x4a\xd3\x34\x84\x90\xa6\x69\x97\x8d\x2a\x21\x04\x00\x20\xff\ \x8e\x46\xef\x19\x64\x74\x67\x67\xbd\xed\xed\x9d\x51\x7f\x90\xa7\ \x99\xeb\x3a\x86\x6e\x28\xa5\x4c\xc3\xe8\x5f\xf4\x6a\xb5\xaa\xa6\ \x61\xd3\xd4\x6a\x35\x3f\xcb\xe2\x41\xbf\x47\x69\x81\x00\x1f\x0f\ \x2f\xda\xf5\xe0\xea\xce\xee\xfe\xc7\x8f\xef\xbe\xff\xc3\xdf\xfb\ \xdd\xdf\x95\x80\xd9\xde\x3a\x20\xe0\xfe\x47\x77\x47\xa3\x61\xb4\ \x58\x10\xc7\x3c\x39\x7c\xba\xb5\x7b\xf5\xf6\x2b\xaf\xfa\x95\x5a\ \x9c\xa6\x52\x29\xd3\x30\x28\x2d\x12\x5a\x54\x2b\xbe\x4e\xf4\xb2\ \xa4\x48\x23\x59\x51\x14\xa2\x84\x82\x6b\xba\xa1\x11\xc8\x04\x10\ \x42\xc4\x51\x1c\xc7\xe9\x7c\x1e\xc6\x71\x26\xa4\x6c\x36\xdb\xb6\ \x65\x5e\xbb\x7a\xd5\xb4\x2c\x82\x00\x2d\x8a\xee\xf9\x59\xc5\xf7\ \x21\xe0\xa3\x41\x3f\x4d\xf2\xcf\xbe\xf3\xcb\xbf\xf0\xd9\xcf\x39\ \x6e\xc5\xb6\xbd\xd7\x5f\xff\x44\x38\x9b\x23\x04\xdf\xf9\xdc\xe7\ \x2d\x4f\x4f\xe2\xe2\xf5\xd7\x5f\xff\xd3\x3f\xfd\xd3\xcf\x7c\xe6\ \x33\xc7\x47\xc7\x84\x90\xc1\x60\x70\xfb\xf6\xed\xa2\x28\x4e\x4f\ \x4f\x68\x51\x8c\x46\xa3\xdb\xb7\x6e\x7d\xe9\x4b\x5f\xfe\xc2\x17\ \x7e\xf9\x93\x9f\xfc\x64\x9a\x26\xbd\x7e\xdf\x34\xf4\x8d\x8d\x4d\ \x03\xeb\x84\x90\xb2\x2c\x2f\xc7\xa0\x00\x80\xf9\x7c\x6e\xdb\x76\ \x92\x24\x44\xd3\x84\x7a\x46\x25\x90\x02\x0a\x40\x90\x66\xe9\x6c\ \x36\x05\x40\x35\x5b\x1d\x29\x15\xe7\x5c\xd7\x0d\x00\x21\x44\x50\ \x4a\x69\xdb\x6e\xab\xd9\x9c\x8c\x86\xd1\x62\x7e\xfa\xf4\x68\x69\ \x79\xa5\x5e\x6f\x18\xba\x66\x39\x9e\x50\x12\x28\x50\x24\x31\x04\ \x10\x63\x9c\x67\xc9\xe3\x47\x0f\xef\xd4\x9b\x19\x65\xae\x63\x9d\ \x9e\x9d\xd8\x8e\x1d\xb1\x85\x54\xd2\xb2\x2c\x5d\xc3\xbe\xef\x76\ \x7b\xe9\xf9\xf9\x53\x29\x4a\xd7\xf2\xa3\x30\x36\x34\x2d\x4f\xfd\ \x5a\xad\x01\x24\x3f\x3d\x39\xb2\x5d\xbf\x1a\x04\x8c\xb3\x56\xab\ \x19\x2f\x22\x04\x55\xa3\x5e\x5f\x34\xeb\x5e\xbd\x4a\x30\x5a\x5a\ \xea\x3c\x79\xa0\x11\xa2\x5c\xc7\x4e\x92\x78\xd8\xeb\xea\x08\xed\ \x9f\x9d\x9a\x86\xb6\xb1\xb6\x3c\x1e\xf6\x81\x14\x18\x01\xc1\x05\ \xe7\x82\x52\xea\xf9\x9e\x6d\xbb\x96\x6e\xb4\x5b\xed\x30\x9c\xc7\ \x71\x64\x99\x86\x63\x9b\x8b\x70\x2e\x39\xd3\x09\x36\x08\xf1\x1c\ \x9b\x31\x46\xf3\x42\x08\xbe\xbb\x73\xa5\x56\xab\x1e\x1e\x1e\x70\ \x4e\xc3\xf9\xf4\xe4\xe4\xd8\xb2\x0c\xa0\xc4\x64\x3c\x9a\x4c\x26\ \xb5\x46\xa3\x5a\xad\x2e\x16\x0b\x5d\x27\x61\x18\x12\xa2\xb5\x9b\ \xed\xcb\x05\xfd\xcf\xd2\x73\x41\x88\x11\x40\xd5\xcd\x7f\xf1\xaf\ \xfe\xa3\xa3\x29\x45\x08\x42\x20\x85\x32\x03\xf3\x1f\xd2\x56\xfc\ \xa3\x7e\x45\x08\x28\x20\x29\xa5\x42\x88\x34\x4d\xbb\xe7\x5d\x0d\ \x43\x2e\x84\x6d\xdb\x9c\x33\x8c\x91\x84\x40\x49\x1e\x54\x6a\x49\ \x5a\xd0\xbc\xf4\x3d\x2f\x4b\xd2\x70\x36\xd2\xb1\xac\x78\xde\x78\ \x38\x3d\x39\x3e\x95\x42\xe9\x44\x13\x8c\x07\x7e\x25\x1c\x8f\x19\ \x65\xd5\x4a\x65\x5d\x6a\x51\xd2\x00\x00\x20\x00\x49\x44\x41\x54\ \x36\x1a\x10\x4c\xf2\x3c\x9f\xce\xe6\x44\x37\xb3\xa2\x10\x52\x66\ \x59\xa6\x11\x6d\xe7\xca\x95\x28\x9a\x73\x5a\x6c\x6e\x6f\x27\x5c\ \x2d\xe2\x85\xa9\x11\xdf\xb4\x10\xc1\x59\x41\x19\x93\xb6\x6d\x23\ \x14\xd4\xea\x8d\x70\xd6\x97\x82\x8d\xc6\xc3\xe9\x6c\xba\xbe\xb9\ \x6b\x9a\x7a\xc6\x4a\xc6\x58\x49\x29\x46\x58\xd7\xb0\x66\x99\x8b\ \x38\x5e\x5b\x59\x7d\xf3\xcd\xb7\x16\x8b\x85\x10\xb2\xd1\x6a\xa7\ \x49\x56\xab\xa4\x87\xfb\xfb\x1a\xc2\x08\xa1\x66\xb3\x71\xfd\xfa\ \xf5\x6f\x7d\xeb\x9b\xeb\x6b\x6b\x4b\xcd\xf6\x70\x3c\x28\xf2\x1c\ \x43\x88\x20\x74\x6d\x37\x9c\x2f\x6c\xd3\x3c\x3a\x3c\xdc\xde\xde\ \xb6\x6c\x7b\x36\x9b\x2b\x08\x1c\xd7\xf5\x7c\x5f\x0a\x01\x31\x41\ \x08\x59\x96\x75\x99\xf9\x6e\x18\xa6\xeb\x7a\x79\x9e\xe9\xba\x1e\ \xc5\x29\x63\xe5\x33\x8c\x8a\x95\x02\x10\x21\x9d\x90\x2c\x89\x92\ \x38\x7e\x7a\xfc\x34\x5c\x84\xcf\xed\x3e\x97\xc4\x71\x51\x14\x06\ \x21\x25\x2d\xda\xcd\x3a\x50\xdc\xf3\x9c\xc9\x6c\x7e\x76\x7e\x5a\ \xf1\x7d\xa4\x44\x12\xa7\xb3\xc1\x60\xa9\xb3\x02\x01\xba\x38\x3f\ \x79\xb2\xff\xe0\xea\xf5\x9b\x83\xc9\xcc\xf3\x9c\x7a\xbd\xf1\xf0\ \xa3\xbb\x9d\x4e\x07\x14\x29\x2f\x4b\x0c\x71\x18\x2e\x26\xb3\xc5\ \xda\xc6\x66\xbc\x88\x1d\xdf\x1b\x8f\xc7\x9b\x1b\xeb\xbb\x57\x36\ \x4e\x9f\x9e\x18\x86\x86\x0c\xb3\x28\x72\x59\xe6\x55\xd7\xc5\x04\ \x97\x42\x32\xae\x94\x02\x08\x63\xdf\xf7\x1b\x8d\x26\xc2\x78\x31\ \x0f\x67\xf3\x98\x33\x16\x54\x03\x8c\x49\x18\x86\x08\x02\xc6\x18\ \xc1\x58\x49\xee\xb9\x1e\x65\xec\x53\x9f\xfe\xd4\xfa\xc6\xc6\xde\ \xde\x91\x6e\x58\x8d\x66\x9b\xe6\x2c\x0a\xe7\xdf\xfa\xe6\x37\x5f\ \xba\xfd\x32\xe3\xfc\xed\xb7\xde\xfa\x93\x3f\xf9\x93\xf9\x7c\xf6\ \xce\x2f\x7e\x1e\x13\xfc\x47\x7f\xf4\x47\x45\x51\x14\x94\x12\x42\ \x10\x81\x42\x32\xca\x8a\xb3\xf3\x93\x7f\xfd\x6b\xbf\x3f\x1e\x0f\ \xe7\xf3\x79\x5e\x14\xd5\x5a\x00\xa0\xba\x94\xda\x1b\x86\x71\x29\ \xdd\xd4\x75\x3d\x08\x82\xcb\x2a\x26\x84\x5c\x2c\x22\xcb\x40\xcf\ \x72\xe3\x2b\x80\x20\xea\xf7\xfa\x8c\x97\x2b\x2b\x2b\xd5\x5a\xcd\ \x75\x1d\x00\xd4\x22\x8a\x30\xc6\x96\x6d\x2b\x00\x4a\xca\xa4\x94\ \xbb\x57\xaf\xb2\x92\x2a\x21\xc6\xc3\x01\x02\xb0\xd6\xea\xf8\xb5\ \x86\x6e\xd9\xbe\xe7\x0d\x2e\xba\xe3\xf1\xb4\x5a\xa9\x4c\xa7\x65\ \xff\xe2\xbc\xc8\x92\xb4\x28\x1d\xc7\xc0\x08\x19\x86\x9e\x17\x54\ \x70\xbe\x88\x17\x94\xab\xbd\x27\x7b\xe7\xbd\xe3\x46\xbd\x32\xe8\ \x77\xdb\xad\x8a\x67\x19\x86\x6e\x2c\xc2\xf0\xe3\x87\xf7\x0b\x26\ \xae\x28\xf5\xf2\xed\x15\xdd\xb0\x01\x44\xb6\x63\x11\x82\x3f\xbe\ \x7f\x2f\x9c\x8f\x7c\xd7\x99\x4d\x67\xa3\xd1\x68\x7d\x7d\xdd\xb2\ \x2d\x50\x66\x9e\xeb\x01\xa5\x8a\x3c\x05\x92\xf7\xba\xdd\xad\x2b\ \xdb\x41\xc5\x1f\x0d\xba\x40\x29\xce\x38\xc2\x08\x13\xac\xe9\xfa\ \x8d\xeb\x37\x3c\xaf\x72\x74\x70\xd0\xed\x76\x3b\x9d\x36\xc1\x88\ \xd2\x5c\xc3\x70\xd0\xeb\x63\x0c\x4d\x5d\x1b\x8f\x47\xa5\xb8\xcc\ \xfd\x86\x3a\x21\xcd\xc6\xd2\xb5\xe7\x9e\xfb\xce\xb7\xbe\x21\xa1\ \x4a\x93\xf8\xe8\xf8\x50\xd3\xc9\x64\x3c\x1e\x0f\x07\x05\xa3\x49\ \xac\x1b\x86\x61\x98\x66\x38\x9b\xf9\x41\xd0\x6a\x77\x3c\xcf\xfd\ \xa9\x22\xba\xbf\x57\xb9\xa0\xe2\x74\x34\x99\x59\xbe\xbf\x7a\xfd\ \x56\x47\xfe\x8d\x6b\x42\x41\xdd\x34\xe4\xcf\xc1\xa1\xbf\x1c\x36\ \x23\x84\xa4\x94\x41\x50\xb1\x2c\x83\xd3\x52\x0a\xb6\xb1\xb9\xd9\ \x6c\x34\xce\xcf\xcf\xe6\x47\x47\xa5\xe4\x41\xb5\x26\x85\xb0\x6d\ \x9b\x95\x82\x73\xa6\x11\x2c\xb8\xc8\xcb\xa2\x51\xaf\x77\xbb\x83\ \xd1\x68\x34\x1d\x4f\xaa\xb5\x5a\x38\x0b\x69\x5e\x3a\xb6\x3b\xec\ \x5f\xcc\x68\x3e\x9b\xcc\x3c\xcf\x49\xf3\x5c\x4d\xa7\xed\xce\xb2\ \xeb\x78\x82\x8b\xd1\x68\x74\x75\xf7\xb9\x76\xbb\x09\x14\x67\xba\ \x0e\xa1\x4a\xd3\x04\x42\xe5\x38\xb6\x61\xea\x02\x20\xa0\xa4\x46\ \x88\x67\x1a\x90\x08\xc3\x30\x4a\xc6\x88\x86\x11\x06\x79\x9e\x36\ \x1a\x75\x53\x37\xc6\xe9\xf0\x30\x9c\x30\xce\x2d\xcb\x2a\xd2\x08\ \x5a\x9a\xae\x69\xaf\xbe\xf2\x4a\x1c\x47\x8b\xb4\x4c\xb2\x22\x4e\ \x8b\xb2\x2c\x8a\x2c\xbd\xba\xbb\xdb\xbb\xb8\xe0\x42\x00\xa0\xae\ \x5c\xb9\xf2\xf5\xaf\x7f\xed\xec\xec\xec\xa5\x9b\x2f\xbe\xf9\xe6\ \x5b\xff\xeb\xff\xf2\x6f\x96\x3a\x9d\xb5\xf5\x75\x5d\xb3\x3e\xfe\ \xf8\x11\xe3\xbc\xdf\xeb\xbd\xf9\xa9\x4f\x52\x4a\x97\x97\x97\x35\ \x43\x8f\x92\xd8\x34\x4d\x20\x01\xe7\xea\x52\xeb\xcf\x39\xe7\x8c\ \x5d\x2a\x68\x08\x21\x69\x9a\x14\x45\xf6\xf7\x9d\x4f\x3f\x4b\xb7\ \xab\xeb\x9a\xe0\xa2\x51\x6f\xb0\x92\x2d\xb5\xdb\x94\x96\x1a\x21\ \x2f\xdf\xb9\xa3\x69\xda\xb7\xbf\xfd\xed\x93\xd3\x93\xb5\xad\x2d\ \x29\xcb\x4e\xbb\x31\x9d\x4c\x8b\x2c\x0d\x2a\x15\xce\xc4\x79\xb7\ \x67\x12\xb4\xbd\x7d\x65\xef\xc9\x83\x07\xf7\xef\xbe\xf0\xd2\x8b\ \x4a\x89\x38\x8a\x74\x5d\xaf\xf8\xc1\xa8\x7f\x1e\x8f\xfa\xb6\x61\ \x63\x84\x1f\x3d\xde\x6b\xb4\xda\x57\x76\x9f\xab\xb7\x5a\x07\x07\ \x87\x8e\xeb\x5e\x7b\xee\x39\x83\x20\xcb\x34\xab\x41\x75\x51\x96\ \x94\x16\xb6\x4e\x74\xd3\x00\x0a\x30\x26\x84\x44\x86\x6e\x3a\x26\ \x76\x5d\x8f\x10\x22\xa5\x14\x9c\x31\x25\xea\xf5\x7a\xa7\xd5\x1a\ \x8e\x46\xdd\x6e\x57\x96\x79\xbb\xdd\xfe\xf8\x5e\xbf\xd9\xf4\x19\ \xa5\xd7\xaf\x5f\x7b\xfe\xf9\xe7\xf7\x1e\xef\xcd\xc3\x54\x48\xd0\ \xbb\xe8\x97\x59\x56\xa9\xf8\x95\xc0\xff\xd2\x97\xbe\xb4\x7b\xf5\ \xea\xab\xaf\xbe\x7a\xfd\xfa\xf5\x1f\xfd\xe8\x47\x6f\xbe\xf9\xd6\ \xe7\x3e\xf7\xd9\x3f\xff\xf3\x3f\x3f\x38\x38\x78\xe3\x8d\x37\x36\ \x36\xd6\x3f\xf8\xf0\xee\x64\x3c\x9e\xcf\x67\xeb\xeb\xeb\x8e\xe3\ \x4a\x25\x5f\xbe\x79\x63\x9e\x64\x00\x41\x43\xd7\x35\xa0\x0b\xf1\ \x13\xe3\x91\x14\xf2\x52\xb7\xc1\x39\x97\x42\x46\x51\x24\xa4\xf8\ \x7f\xd1\x3c\xfe\xf4\xd3\xe2\x6c\x36\xa3\x94\xee\xec\x6c\x37\x9a\ \x4d\xc7\xf5\x30\x21\x00\x00\x21\xf2\x38\x49\x84\x94\x86\x61\x62\ \x82\x09\xd1\x66\xb3\x89\x46\xf0\xd6\xe6\x46\xc9\x59\x96\x67\x60\ \x36\xe5\x10\x2e\x3b\x9e\x65\xb9\x4a\x28\xcf\x71\x97\x96\xda\xe3\ \xf1\x60\x3a\x1e\x0b\xce\x5e\xb9\x7d\xab\xdf\xeb\x55\xab\x55\x9a\ \x2d\x00\x94\xae\x6b\x57\x7c\xf7\xdb\xdf\xfd\xc1\x68\x3a\xfa\xe4\ \xa7\xee\x9c\x77\x8f\x3c\x47\xe3\x25\xd5\x74\xbc\xbe\xb6\x4a\x36\ \x37\x4f\xce\xcf\x6a\xf5\x5a\xa7\xdd\xd6\x35\x62\x98\x7a\x9a\xe6\ \x8c\x22\xc1\xd1\xda\xca\x2a\x5b\x4c\xee\xdf\xfd\x10\x68\x7a\x5a\ \xa4\xc3\xee\x91\x92\x92\x20\x6c\x1a\x86\x63\x99\x41\x50\x99\xab\ \x05\x86\xe0\xea\xee\x6e\xbd\x5e\x2f\x4b\x96\xa6\xa9\xad\x29\x20\ \x81\xa6\x69\x57\x76\xae\x54\x2a\x95\xa7\x27\x67\xb5\x7a\xbd\x56\ \xab\x25\x51\xd4\xcf\x53\x4a\x29\x90\xa2\xa4\x05\x26\x68\x3a\x9d\ \x30\xc6\x6d\xb7\x4a\x29\xcd\x53\x6e\x1a\xa4\xc8\xd3\x46\xa3\x41\ \x30\xa2\xac\x9c\x87\x73\x00\x94\x69\x5a\x83\x51\x2f\xcd\x53\x29\ \x41\x38\x9f\x79\x9e\xa7\x84\x2c\x84\xd8\xaa\xd7\x08\x41\xd3\xe9\ \x98\x71\xae\x6b\xe4\x1f\x7b\x5a\x44\x98\x94\xb3\x47\x7f\xf6\xdf\ \xff\xd5\xe7\xfe\xd5\x6f\x9e\xfc\xe5\xbf\x79\x77\x50\xea\x18\x02\ \x25\x4b\x55\xf9\x97\xbf\xf3\x3b\x3f\x4f\x52\xac\x52\x4a\x27\x9a\ \xe7\x3a\x1a\x21\x00\x40\xcb\x72\x20\x00\xbe\xe7\x06\x15\x4f\x72\ \xe6\x38\x8e\xa9\x6b\x80\x72\xcf\x32\x74\x02\x89\x86\x19\xc1\x83\ \x41\x1f\x03\xd0\x68\x34\x94\x60\x8d\x7a\xd0\xeb\x8f\xa7\x93\xfe\ \xc5\xe9\xfe\xca\xf2\xdb\x5e\xc5\x8e\x53\x2b\x8a\xa1\x42\x90\x96\ \x5c\x4a\x69\x18\xfa\x2b\xb7\xef\x94\xc8\x0a\x17\x8b\x34\xcb\x19\ \x53\x82\x31\xc7\x32\xf3\x2c\x27\x44\xc3\x08\x9d\x9c\x9c\x16\x8c\ \x57\x6b\x55\x9d\x10\x20\x24\x80\x5c\x15\x31\xc1\x90\xc6\x54\x07\ \xbc\x5a\xad\x12\x84\x95\x90\x06\xd1\x3a\x8d\xd6\xcd\x1b\xcf\x2f\ \xa2\xa4\xd7\xef\x42\x4e\xfb\x17\x17\x0a\x48\xa1\x78\x9a\xcb\xe7\ \xae\x3d\xbf\xbe\xb9\x75\x78\x70\xa4\xb0\x1e\x25\x19\x63\x82\x10\ \xe4\x98\xe6\xc3\x8f\xee\xdd\xbe\xf3\x5a\xab\xdd\x39\x3a\x3a\x2c\ \xcb\x72\x75\x75\xf5\x7b\x3f\xf8\xfe\x27\xde\x7e\x73\x69\x65\xf9\ \xe4\xec\x34\xa8\x55\x91\x8e\x99\xe4\x44\xd7\x32\x9a\xeb\x96\xe1\ \xfb\x7e\xab\xd5\x52\x08\x96\x8c\xdb\x96\x43\x08\xce\xf3\x82\x4b\ \x01\x11\x80\x0a\x28\x25\x14\x94\x1a\x46\x25\xe3\x9c\xd3\xb2\xcc\ \x39\xcb\xa5\x94\xcf\x5a\xbb\x94\xeb\xf9\x9e\xe3\x24\x71\xdc\x59\ \xea\x40\x00\x8a\xa2\xb8\x76\xf5\xaa\x69\x1a\xbd\x5e\xef\xca\xce\ \xd6\xde\x93\xc7\x75\xcf\x12\x45\x9a\x16\x79\xbb\x51\x9d\xcd\xc3\ \xa3\x83\x27\xba\x4e\xae\x5d\xbb\xbe\xba\xd4\x89\x93\xe8\xf0\xf0\ \xd1\xa3\xfb\xf7\x44\xc9\x7c\xd7\x33\x75\xfd\xd2\xe4\x98\xa6\x59\ \x6f\xd0\x2f\x58\x79\xf5\xc6\x8d\x95\xab\x2f\x0e\x27\x93\xb4\x28\ \xa6\xd3\xf1\xc9\xc9\x51\xa7\xd3\xb1\x6c\x1b\x48\x1e\xd4\x1b\x17\ \x83\xd1\x70\x36\x35\x2d\xcb\x5f\x59\x52\x4a\x53\x02\xb3\x2c\xc7\ \x44\xc7\x18\x32\x26\x4d\xd7\x17\x00\x71\x96\x13\x8c\xa4\xc2\xbb\ \xbb\x57\x0d\xd3\x79\xf2\xe4\x78\x3a\x1e\x8e\x06\xdd\x92\x31\xa1\ \x64\x14\x65\x0a\xc0\x5f\xfb\x8d\xdf\x3a\x3d\xeb\x4b\x30\x06\x00\ \x27\x69\x5e\xd2\x02\x29\x95\x67\x09\xe3\xe5\xaf\xfe\xda\xaf\x3e\ \x3d\x3d\xfd\xea\xd7\xbe\xfa\xc6\x9b\xaf\xff\xe9\x9f\xfe\x8f\xff\ \xf9\xef\xfc\x17\x8d\x7a\xa0\x90\xfa\xca\xd7\xbe\xfa\x87\xff\xed\ \x7f\x93\x51\x1a\x27\x69\x7b\x79\xe5\xfe\xbd\x7b\x6f\x7c\xe2\x13\ \x41\x50\x0d\x82\x20\x4e\x0b\xdf\xf1\x24\x50\x08\xc0\x92\x71\x04\ \x11\x26\x98\x73\x41\x19\x55\x4a\x3a\x8e\x43\x29\x4f\x8b\xb4\xa0\ \x39\x2b\x29\xb4\xed\x67\x10\xa3\x42\x08\x29\xcd\x5c\xd7\x6a\xb5\ \xea\x44\xd3\x20\x94\x50\x09\xac\xe9\xd5\xaa\xaf\xeb\xa4\xc8\x0b\ \x08\x14\x67\x2c\xcf\x8b\x20\xa8\xce\xa6\x93\xf6\xf2\x72\x1c\x27\ \x6c\x3a\xad\xb7\x5b\xf5\x66\x3b\xa7\xd9\xf1\xe1\xe3\x24\x1c\x69\ \x04\x20\x4c\x10\xd1\xb8\xe0\x4f\x0f\x0f\x5f\xbc\x79\xf3\xf4\x70\ \x7f\x7b\x73\x63\xd8\x3d\x77\x6c\xb7\x2c\x8b\x70\x3e\x7e\x7a\xfc\ \xe4\xc5\x97\x5f\x5e\x5e\x5e\xef\xf5\x07\x8e\xaf\x71\xc6\x7d\xbf\ \x62\x58\xf6\x52\xbb\x5d\x6d\x75\x4a\x26\x7d\xc7\x41\x40\x15\x71\ \x38\xe8\xf5\xa5\x14\x18\xe3\x8b\xee\x39\xcd\x53\xcd\xb6\xe7\x8b\ \xf0\xad\x37\x5f\x8f\x67\xc3\xde\xf1\x93\xc5\x3c\x25\xba\xe5\x0a\ \x59\x0b\x82\x34\x4e\x21\x90\x8e\x65\x99\xa6\x89\x09\x91\x18\x28\ \x42\x84\x12\x18\xe9\xf5\x46\x6b\x3c\x9e\x55\x7c\xbf\x5a\xf1\x8e\ \x0e\x8e\xca\x32\xf7\x5c\x2b\x9c\x8d\x0b\x51\x5a\xb6\xc5\x18\x65\ \x9c\xe5\x45\x5e\x14\x45\x38\x0f\x31\xc6\xed\x76\xcb\x24\x76\xc5\ \x75\xb6\xb6\x77\xce\x4f\x4f\xc2\x49\x48\x08\xb6\x97\x9c\x28\x0c\ \x8b\xa2\x00\x12\x68\x8e\x13\x47\x73\x5d\x33\x89\xa6\x87\xd3\x31\ \x67\x4c\x49\x79\xe9\xd3\xfc\x07\x3a\xaf\xbf\x47\x73\xe6\xb8\x72\ \xe5\x3f\xfb\xd7\xff\xa9\xe3\x79\x57\xff\x93\xdf\xff\x24\xff\xc9\ \x3a\x58\x01\xe4\x55\xfc\x9f\x47\x12\x01\x00\x20\x18\x02\x51\x22\ \x68\x34\x1a\x2d\x88\x35\x05\x81\xef\x38\x42\x94\x17\xfd\xfe\x62\ \x3a\x49\x16\x0b\xae\x98\x65\x10\x5d\xc7\xf3\x45\x58\x94\xcc\x34\ \x34\xce\xb8\x54\x00\x63\xcd\x76\x83\x4a\x10\x0c\xbb\x67\x67\x27\ \x7b\xaf\xbe\xfe\x8a\x6d\xe9\x25\x2f\xa9\xe0\x42\x49\xc6\x4a\x44\ \x10\x67\xcc\x71\xfd\x7a\xd0\xa9\x56\x9b\x10\xa0\x41\xbf\xe7\xb9\ \xb6\x14\xec\xe2\xe2\x2c\x8a\xe2\x5a\xb5\xd6\x6a\x36\x85\x14\x52\ \x81\x70\x1e\x32\x36\xd5\x75\x12\xce\xa7\x3a\x86\x1a\x02\xb6\x41\ \x2a\x15\xdf\x34\x0c\x9a\xe6\xd1\x2c\x04\x42\xd8\xa6\xe9\xb8\xde\ \x68\xd0\x2b\xd2\xa8\xd5\x6e\x9c\x3e\x55\x9a\xae\x03\x40\x86\xa3\ \xd9\xde\x93\x43\x88\x35\xcd\x74\x98\x90\xd1\x62\xb1\xbc\xd4\xa9\ \xfa\x5e\x91\x2c\x92\x45\x68\x98\xe6\xf6\xf6\x76\x96\xa6\x47\xc7\ \x47\x5f\xfb\xda\x57\x8f\x8e\x0e\x4d\xdb\x32\x2d\xd3\x74\x4c\xb7\ \xe2\xf7\xbb\xfd\x79\x34\x7b\xef\xfd\xf7\xef\xbc\xfe\xfa\xf2\xca\ \x52\x9a\xe5\x86\x69\x42\x08\x2f\xd7\x88\x0a\x00\x05\x54\x96\xe5\ \x00\x48\x78\x69\xfb\x02\x12\x28\x31\x9f\x8d\x93\x68\x31\x9b\x4c\ \xcb\x92\x3e\xdb\x6a\x11\x21\xe4\xb8\x4e\x9c\x24\x9e\xef\xb5\xdb\ \x2d\x29\x38\x84\x10\x60\x15\xc7\x61\xf7\xe2\x7c\x3c\x19\x02\x96\ \x43\x56\xac\xb5\x9b\x51\x9a\x9d\x9c\x3c\x8d\xd3\x34\xcf\x13\x08\ \x6d\xc3\x71\x0a\xc6\x6e\x3c\xff\xc2\xb7\xbf\xf1\xd5\xfd\xc7\xfb\ \x67\x27\x27\xed\x95\xad\xa0\x12\x74\xbb\x3d\xca\x98\xe5\xd8\x4c\ \x49\x40\xb0\x66\xe8\x37\x5f\x7a\x39\x38\xef\x3a\xae\x33\x9f\x4d\ \xe3\x68\xf1\xfc\x8d\xeb\xa7\x27\x4f\x8b\xa2\x30\x4c\xd3\xf3\xbc\ \x7a\xbd\x8e\x10\xce\x52\x16\x85\x23\xdb\x72\x24\xe7\x25\x5d\x48\ \xc5\x35\x0c\x35\xc3\xa8\xb6\x9a\xd3\x5e\x96\x26\x51\xca\xe0\xea\ \xe6\x55\xcf\x75\x9a\xed\x25\xd7\x71\xfb\xbd\x73\xc3\xb6\x00\xc6\ \xc4\xb0\x4b\x26\x3f\x7a\xb8\x0f\x88\x17\xa7\xf9\xfa\xfa\xe6\xfe\ \xfe\xfe\xda\xea\xf2\xd5\x2b\x57\xe6\xd3\x09\x00\xe0\xa2\x77\xb1\ \x73\xf5\x4a\xab\xdd\xbc\x7b\xf7\x6e\x4e\xf3\x3f\xfb\x9f\xff\xec\ \x0f\xff\xcb\x3f\x68\x77\x3a\x8e\xe7\x04\x81\xcf\x38\x17\x42\x7e\ \xed\xaf\xbe\x1e\x27\xf1\x1f\xfc\xc1\x7f\xa5\x69\x44\x09\xa9\x61\ \x2d\x89\x52\x84\x10\xd1\x48\xc9\x18\xc2\xa8\xcc\x4a\xce\x98\xa6\ \xeb\x8e\x6d\x27\x69\x92\x24\xc9\x6c\x3a\x1d\x4f\xa7\x1a\x02\xcd\ \xaa\x2b\xc1\xcf\x7c\xe7\x4b\xa5\x7c\xcf\xab\x06\xbe\x54\x52\x49\ \x2e\xc5\xa5\x4d\x5d\x29\x80\x30\x84\x84\xa0\x3c\x4b\x18\xe3\x8e\ \xeb\x09\x5e\xa6\x59\xd1\xeb\x0f\xa4\x52\xb5\x66\x73\x6d\x73\xcd\ \x76\x2a\xd3\x30\x9c\xce\x87\x59\x32\x2b\x8a\xcc\xf1\x3c\x44\x34\ \x4a\xcb\x41\xaf\x3b\xee\x5f\xf4\xce\x4e\x6f\xdd\x7a\x39\x49\x32\ \xa8\xc0\x74\x3a\x7e\xff\xc3\x1f\x7d\xf2\xed\x37\x0c\xd3\xcd\xe2\ \xa2\x5e\x5d\xfa\xf0\xa3\x8f\x7e\xe9\x0b\xbf\xc4\x25\xd7\x11\x72\ \x6d\x8b\x4b\x98\xd3\x70\x34\x1c\x4c\x26\x63\xc3\x30\x84\xe0\x83\ \xc1\xa0\x28\x8a\x8d\x8d\x4d\xc3\x5e\x71\x2b\xc1\xe9\xf1\x93\x66\ \x35\x00\x45\xe2\x38\x4e\x1a\x27\x42\xc2\xde\x60\x78\x76\x7a\x12\ \x4e\xe7\x40\x0a\x2e\x39\xc2\x88\x0b\x2e\xa5\x02\x10\x22\xac\x11\ \xdd\x31\x0c\x47\x72\x85\x11\xc8\x93\x64\x3a\x19\x0e\x87\x83\xa0\ \xe2\x39\xb6\x35\x9b\xcd\xb8\xe4\x65\x59\x12\x42\xc2\xf9\x14\x0a\ \x91\xa6\x69\xad\x56\x2b\x92\x05\x2b\x52\x9a\xe5\x15\xd7\x3b\x57\ \x90\xd2\x12\x59\x96\xef\x78\x69\x96\x98\xba\x2e\x84\xc4\x18\xb2\ \xa2\x50\x5c\x40\x25\x16\xd3\xb1\x65\x59\x97\xb2\xd8\x9f\xe5\xb4\ \x08\xa1\x41\xe4\xd1\x47\xdf\xc1\x57\x7e\xe1\x13\xd7\x96\xc5\xdf\ \x29\x55\x52\xf0\x9f\x67\xce\x05\x21\x64\x5c\xe4\x79\xd1\x68\xb6\ \xfc\x4a\x40\x4b\x06\x31\x52\x00\xe4\x79\x31\x9b\xcd\x66\xe3\x71\ \x59\x96\x80\xa8\x7e\xbf\x9f\x66\xb4\xd6\x6c\xad\xae\xae\xeb\x86\ \x79\xd1\xbd\x88\xc3\x79\x2d\xa8\x28\xa9\x2a\x7e\xa0\xe9\x5a\xaf\ \x3f\x08\x17\x8b\xac\x14\x83\xc1\x60\x3a\x99\x4c\xc6\x13\x20\xa8\ \x02\xa0\x5a\xab\x61\x04\x4c\x0d\x77\x9a\xcb\x83\xc1\x70\x3e\x1d\ \x6d\x6e\x6d\xa6\xf1\x42\x08\xc1\xca\x22\x8d\xa1\xeb\x98\xd3\x30\ \xd4\x0d\xa3\x52\x09\x10\x52\x59\x96\x9c\x9e\x9d\x5e\x9c\x9e\x6c\ \xaf\xaf\x5e\xdb\xdd\x36\x0d\x43\x70\xe1\x55\xfd\xc5\x22\xb4\xdd\ \x5a\x10\x54\xa4\x84\x4a\xaa\xc9\x64\xdc\x6e\xb7\x10\xb8\xd4\x96\ \x43\xd7\x73\x75\x5d\x5b\xc4\x99\x48\x0b\x48\x48\xbb\xd3\xaa\x06\ \xc1\x87\x77\x3f\x9c\x4e\xc6\x45\xc9\x98\x90\x4f\x8f\x8f\x84\xe0\ \x9e\x63\x63\x88\xbe\xfe\x57\x5f\xfb\xd5\x7f\xfe\x85\xdd\xab\xbb\ \xac\x64\xa3\xc1\x70\x3e\x0f\x7f\xf0\x83\xef\x5f\xbd\x7a\xb5\xd5\ \x68\x09\xc1\x2d\xd3\xcc\x8a\x22\x4d\x53\xa9\x80\xae\xeb\x86\x61\ \x30\xc1\x11\x42\x18\x11\xa0\x04\x2b\xf2\x79\x96\x29\xc1\x93\x68\ \x11\x45\x91\x10\x02\x21\xf8\x6c\x3d\x17\x84\x30\x49\x52\x25\xe4\ \xc6\xc6\x06\x84\x90\x16\x99\x61\x18\x45\x9e\x9f\x9e\x9d\x1d\x1f\ \x1f\x8d\x06\x83\x45\x14\x87\x61\xf8\xc1\x07\xef\xa7\x45\xb9\xb6\ \xb9\xbd\x73\xf5\x6a\x96\x65\xfb\xfb\xfb\x86\x61\xe4\x45\xd1\xa8\ \xd7\x0d\xc3\x18\x8f\xc7\x47\x47\xc7\x41\x63\xe9\xe0\xc9\xde\xe3\ \x47\x0f\x8f\x0e\x0f\x4e\x8f\x0f\x35\x20\x1c\xc7\xb6\x4c\x3b\x59\ \x44\xd7\x9f\x7b\x2e\x4d\xd2\x87\x0f\x1f\x78\x96\x4d\xb3\x4c\xc7\ \x44\x94\xec\x62\x38\xda\xdc\xdc\x92\x50\xe4\xbc\x30\x74\x01\x04\ \x08\x0b\x36\x1a\x0e\x8e\x8e\x9e\x40\xa4\x5e\xbb\x7d\xcb\x71\x6c\ \x5a\x14\xa6\x6e\xb0\x92\xce\xe6\x69\xa5\x12\x28\x29\xea\xd5\xea\ \x93\xf1\xb0\x52\xa9\xd4\x6b\xf5\x4b\x6b\xae\x69\x9a\x18\xe3\x3c\ \xcf\x4f\x4e\x4e\x7a\xbd\x81\x61\x98\x95\x4a\xf0\xe8\xf1\xa3\x1f\ \xbf\xff\xc1\xe6\xd6\x06\x55\x65\xb7\x7b\x4e\x08\xf1\x5d\x6f\x77\ \xfb\xca\x97\xff\xe2\x4b\xbf\xff\x7b\xbf\x77\xf3\xf9\xe7\x2d\x4d\ \x1f\x8f\xc6\xcd\x46\xfb\xdb\xdf\xfa\xeb\xfe\xc5\xc5\x3b\xef\xbc\ \xc3\xcb\x52\xc3\x58\x32\x5e\x32\x96\x67\x99\xae\xeb\x25\x2d\x20\ \xc6\x25\x15\x08\x21\xc7\x76\x84\x10\x83\xfe\x00\x00\x90\xa6\xe9\ \xf9\xd9\x79\x51\xd0\x46\xbd\xf2\x6c\x9d\xee\x25\xcc\x21\xcb\xd2\ \x28\x8a\x82\x4a\x45\x53\xba\x10\x12\x21\x99\x64\x59\x1c\xc7\xb6\ \x6d\xeb\xba\x8e\x00\x2e\x8a\x0c\x29\x1c\x54\x82\xde\xc5\xc5\xed\ \x57\x5f\x6d\xaf\xac\x38\xb6\x63\x58\x96\x55\x50\x4d\x33\xb6\xaf\ \xec\xbc\xff\xde\x7b\x86\x66\x54\x2a\x95\x5e\xaf\x4f\x29\xbd\x7f\ \xff\xbe\x65\x99\x95\x4a\x90\x65\xa9\x61\xe8\x15\xbf\x52\x16\xf4\ \xe5\x97\x5e\x3c\x3e\xe9\x72\x46\x09\x21\x37\x5f\x78\x7e\xb9\xb3\ \x24\x01\x8f\x17\x21\x86\xa0\x56\x0b\x18\xa3\x93\xc9\x44\x4a\xe9\ \x79\x5e\x51\x14\xe3\xd1\xb0\x5a\xad\x9a\x86\xe6\xba\x76\x35\xd8\ \x36\x00\xff\xf1\xdd\x0f\xa6\x83\x5e\xb5\x52\x09\xa7\x13\x8c\x60\ \x49\xcb\xe9\x64\x94\x25\xa9\x52\xaa\x5e\xad\x8d\xc7\xa3\x83\xc3\ \x03\xa5\x00\x21\x84\x40\x64\xdb\x76\x50\xf1\x0d\xd3\x68\x36\xaa\ \x59\x3c\x93\x52\x08\x21\xa6\xd3\x69\xbb\xd5\x5c\x59\x5e\x8e\xe3\ \xe8\xfc\xf4\x4c\x70\xae\x11\x0c\x11\x9a\x4e\xa7\x9e\xe7\x41\x84\ \xa2\x28\x02\x00\xd4\xeb\x75\x42\x48\x9a\xa6\xb6\x6d\x7b\x9e\x07\ \x11\xc0\x18\x27\x49\x02\x21\xd2\x34\xfd\x52\xba\x38\x9f\xcd\x40\ \xad\x66\x18\xc6\xcf\xaa\x8a\x80\x04\xd0\xe3\x47\xf7\x2b\x4b\x9f\ \xd1\x75\x53\x91\xbf\xad\x5c\x8a\xe6\x42\xfe\x7c\x09\x1a\x42\x08\ \xd3\x34\x74\x5d\x2f\xf2\x5c\x33\x2d\x21\xc5\xe5\x40\x7a\x65\x65\ \xc5\xd4\x70\x4f\xf2\xe1\x64\xc0\x39\xef\x74\x3a\x1b\xdb\x57\x88\ \x66\xc4\x69\x56\x09\x2a\x06\x46\xb6\x6d\x29\xa5\x3c\xcf\x47\x04\ \x8f\xc7\x93\x8b\x8b\x8b\x46\x7b\x79\x6b\x73\x43\xd7\x08\x86\x2a\ \x9c\x0c\x8e\x27\xc3\x5a\xbd\xde\x68\xd4\x14\x46\x82\x51\xc1\x0a\ \xcf\xb6\x3a\xcd\x06\x63\xfc\xfc\xf4\xa9\x94\x7c\x73\x73\xbb\x5a\ \xf1\x74\x43\x8f\xd3\x8c\x60\x0c\x80\x98\xcf\xa7\x08\x80\x66\xbd\ \xae\x04\x3f\x3f\x3b\x39\x7b\x7a\xbc\x98\xcf\x7c\x47\x9f\xcd\x93\ \x8d\x5d\xfb\xe8\xe8\x30\x4d\xf3\x8b\x8b\xf3\x93\x93\x13\x02\x18\ \x2d\x0a\x05\x04\x26\x46\xb3\x59\xc7\x18\x5f\x7d\xee\x6a\x67\x69\ \x25\xc9\x8b\xc1\xa0\xaf\xe9\xa4\xd5\x6a\xb8\x96\xd9\x6c\x35\x18\ \x2d\x02\xdf\x87\x40\x59\xa6\xfe\xe2\x0b\x37\x3e\x78\xff\x47\xbf\ \xf4\xcf\xde\xb9\x7a\x65\xe7\xdd\x77\x7f\xd8\x3b\x3f\x7f\xfa\xf4\ \xa4\x51\xaf\xfe\xd2\x2f\xbe\xf3\xe3\x7b\xf7\xa7\xe3\x31\xc4\x78\ \x3e\x0f\x8b\x92\x06\x41\xcd\x32\x0d\x84\xa0\x81\x35\xc7\xb6\xf2\ \xbc\x48\xe2\x48\x01\x60\x9b\x3a\x63\xc8\xb6\x6d\xc1\x99\x69\x1a\ \x1a\xd1\x9e\xcd\x40\x27\xa5\x4c\x92\xa4\xd5\x68\x70\xce\xa5\x54\ \xba\xae\x33\xc6\x74\x43\x6b\xb7\xdb\xa3\xd1\x48\x72\x7e\x6e\x1a\ \xa3\xd1\xa8\xd9\xee\xb4\x96\x56\x9e\xbb\xf1\xfc\x22\x4a\x20\x84\ \xb6\x6d\x67\x69\xba\xd4\x6e\xf3\x32\x6f\x36\x9b\xfd\x5e\xf9\xbd\ \xef\x7d\xf7\xb5\x4f\xbc\xe5\x7b\xde\xcd\x17\x5e\x18\xf4\x2e\x6e\ \xdf\x7a\xe9\xe1\x47\x1f\x0a\xa1\xae\x6c\x5f\xd1\x31\x04\x9c\x99\ \x1a\x2e\x8b\x7c\x63\x7d\x63\xb9\xdd\xba\x77\xef\x7e\x1c\xc7\x41\ \x10\xf8\x8e\xcd\x80\xc8\xc3\x50\xc3\xd8\xf6\xbc\x2c\x4d\xb3\x2c\ \xf1\x3c\x77\xd8\xef\x1d\x1e\x1e\x0a\x51\x9e\x9d\x9c\xd6\x5c\xad\ \x3f\x1c\x2c\x92\xd2\xd4\xc9\xf1\xf1\xd9\xf9\xf9\xd9\xf7\xbf\xf7\ \xdd\x8a\x67\x8e\x06\x43\xa0\x04\x2d\xf2\x46\x33\x58\x59\x5e\xe1\ \x9c\xff\xf2\x2f\xff\xb2\xae\x9b\x51\x14\x73\x56\xb6\x5b\xad\xce\ \x52\x67\x79\x65\x25\x08\x02\x05\x00\x42\x28\x8e\xe3\x9d\xdd\xdd\ \x1f\xfc\xf0\x87\xdf\xfc\xd6\x5f\xdf\xb9\x73\x47\xd3\xf5\xef\x7e\ \xf7\xbb\xba\x6e\x7d\xed\xeb\x7f\xf5\x87\x7f\xf8\x5f\xbb\xae\xfb\ \xe1\xdd\xf7\xdf\x78\xe3\x8d\x79\x38\xeb\xf7\x7b\xae\xeb\x05\x41\ \xa5\x5e\x6f\x20\x82\x2f\xe9\x38\x94\x96\x49\x92\xe8\xba\x06\x80\ \x4a\x12\xe1\x57\xbc\x20\xa8\x58\xc6\xb3\xf2\x39\x00\x80\x10\xe6\ \x79\xb1\x08\x43\x82\x31\xe7\x12\x13\x22\x84\x86\x10\x22\x84\x4c\ \xa7\xd3\x20\x08\x74\x4d\x4f\xe3\x48\x29\x69\xdb\x76\x96\x2b\xd7\ \x75\x0d\x4d\x83\x00\x94\x94\x02\x29\xdb\xad\xf6\x46\xab\x71\x7e\ \xda\xd5\x34\x6d\x54\x9f\x0e\x06\xa3\xd9\x64\xf4\xf0\x3e\xfb\xe2\ \x17\xbf\xa8\x24\xcf\xd3\xb8\x5e\xaf\xb9\xae\x77\xf3\xe6\x4d\xd3\ \x36\x35\x4d\x2b\xcb\x32\x4b\xe3\x66\xbb\x05\x81\xe4\x8c\x73\xce\ \x95\x10\xb4\xa0\xa6\xa6\x23\x05\xf2\x3c\x57\x42\x0a\x21\x2a\xae\ \x27\x19\x4f\xa2\x08\x41\x95\x67\x49\xbc\x98\xcd\xc6\x03\x29\x99\ \xe3\x58\xb4\xc8\x8b\x3c\xf3\x83\x00\x30\x2a\x59\x69\x59\xc6\xc1\ \xc1\x7e\x52\xd0\xd1\x68\x68\xd9\x3a\x46\x00\x23\xa0\x11\x0c\x94\ \xd0\x08\xa6\xb4\xc8\xb2\x8c\x52\xca\xcb\xa2\x64\x6c\x38\x18\xb6\ \x9a\x8d\xb2\x28\x21\x02\x52\x8a\x34\xcd\x10\x90\x08\x81\xd9\x6c\ \x32\x9f\x4f\x5d\xd7\x6d\xb7\xdb\x9c\x97\x9a\x86\x09\x41\x96\x65\ \x4a\x29\x1c\xc7\xc9\xf3\xbc\x2c\xcb\x66\xb3\x89\x10\x42\x08\x09\ \x21\xa2\x38\xb6\x6c\xdb\x30\xf4\x9f\xfa\xc0\x20\xff\x01\x11\x85\ \x58\x46\xf1\x8d\x7f\xfb\x3f\x9d\xff\xc0\xfb\x9b\x91\xbc\x64\xc2\ \xf9\xec\x6f\xfc\xfa\x8b\x6b\xcf\xae\x8a\x90\x4a\x69\x9a\xe6\x79\ \xbe\x65\xd9\x08\x21\x21\x38\xc2\x18\x02\xa0\x69\x9a\x65\x59\x86\ \x6e\x58\x96\x85\x20\xcc\xf3\xbc\x22\x25\x2b\x99\x6e\x58\x41\x25\ \xb0\xda\x26\x10\x7c\x3a\x1e\x9d\x9e\x9e\x74\x96\x3a\x6b\x6b\x1b\ \xc7\x27\xa7\x07\x4f\x0e\x6a\xcd\x76\xb5\xe2\x3f\xd9\xdf\x7b\xe9\ \xe6\x0b\x0f\x3e\x2a\x8f\x11\x6e\x34\x5b\xbb\xbb\x3b\x05\x05\x77\ \xef\xde\x3d\x3d\x3d\xc1\x84\xfc\xf8\x83\xf7\x85\xe0\x44\xd3\x1c\ \xdb\x81\x4a\xc8\x92\x36\x1b\xb5\xe9\x74\x72\x3a\x9d\x32\xc6\xa2\ \x38\xda\xda\xd8\x28\xb3\x64\x32\xec\xad\x2c\x2d\x1d\xee\x3d\xb2\ \x6d\x83\x71\x96\x65\xb9\x69\x68\xc7\x47\x07\xae\x57\x45\x10\x2a\ \xc9\x18\xcf\x01\x94\x97\xef\x6d\x65\x75\xf5\xf9\x1b\xcf\x9b\xae\ \x17\x2e\x92\xc9\x64\xb4\xbc\xbc\x2c\x18\xdb\xd9\xd9\x49\xa2\x45\ \x9c\xa4\xa6\x8d\x16\xe1\xac\xdd\x6e\x6d\x6d\x5d\xe7\xb4\x78\xf4\ \xe8\xc1\xde\xa3\x47\x96\x65\xe4\x79\x46\x30\x5a\x2c\xc2\x57\x5f\ \xb9\xbd\xb2\xb2\xf4\xa3\x77\xdf\xed\xf5\xce\x09\xd1\xe3\x24\xf1\ \x7d\x5f\xc3\x58\x70\x86\x4c\x03\x6b\x1a\xa5\x34\x49\xa2\x92\x16\ \x1a\xc1\x5c\x28\xc6\x28\x42\x40\xd7\x35\xf6\x93\x2f\xe2\x99\x7e\ \x42\x0a\x38\x8e\x13\x54\x03\x29\xe5\xe5\x92\xc4\xb2\xac\xcb\x95\ \xe5\xee\xee\x6e\x9e\x65\x1a\xd1\xe6\xf3\xf9\x7c\x3e\x5f\xdb\xba\ \xc2\x39\xaf\x56\xab\xb6\x63\x2f\x2d\x2d\x95\x94\xee\x7d\xfc\x31\ \xa3\xf9\x0b\x37\x5f\x3a\x3b\x3f\x3f\x78\x72\x30\x1d\x4f\x97\x3b\ \x9d\x38\x8e\x6b\xd5\xe0\x8d\xd7\x6e\xbf\xf7\x83\xef\x36\xaa\xc1\ \xce\xce\x4e\x6b\x65\x7b\x6f\x6f\xff\xf8\xf8\x28\x0e\x17\x47\xf4\ \xc9\xc5\xf9\x79\x49\xa9\x61\x9a\x45\x92\x26\x51\xb4\xbe\xbb\xcd\ \x04\x9f\x8c\x26\xfd\x72\x90\x65\x99\x52\xea\xe6\xf3\x2f\xf0\x32\ \xdf\xdc\x5c\x67\x8c\x4a\xc1\x31\x36\x2f\xba\x5d\xb7\xd2\x1e\x8f\ \xc7\x69\xc1\x21\x84\x51\x18\x9a\x24\x98\x4c\x27\x96\x69\x08\x09\ \x1b\x8d\x46\xb3\xd1\xb8\x71\xf3\x25\x88\xc8\x74\x1a\x12\x42\xea\ \xf5\x2a\x4d\x93\x77\xde\x79\x67\x32\x9d\x2c\xc2\x10\x11\xe2\xd8\ \xf6\xdb\x6f\xbf\xbd\xbd\xb5\xf5\xf8\xd1\xa3\xaf\x7c\xe5\x2b\xbf\ \xf7\xbb\xbf\x6b\x1a\x06\x82\x70\x3c\x1a\xae\xaf\xad\xfd\xca\x17\ \x7f\xe5\xcb\x5f\xfe\x52\x18\x2e\x2e\xba\xdd\x8b\x8b\x0b\x5d\xd7\ \x5b\xcd\x16\xc1\xa4\x2c\xa9\xa3\xbb\x10\xc2\x38\x8e\xa3\x28\xd2\ \x35\xcd\x30\xf4\x38\x49\x4c\xc3\xb8\x64\x83\xd5\xaa\x55\xf9\x6c\ \x1c\x60\xa5\x08\x21\x4a\xc9\x28\x8a\xca\xb2\x04\x00\xe9\x86\xe1\ \x79\x5e\xad\xd1\x72\x5d\x17\x21\xe4\x38\x0e\x54\x68\x79\x65\x19\ \x41\x35\x1a\x0d\x0c\xc3\xa8\xd7\xeb\x79\x9e\x43\x8c\x1d\xcb\x2d\ \xb4\x12\x43\x10\xa7\x99\xe3\x3a\x3b\x3b\xbb\xfd\xe1\x10\x22\x34\ \x9d\x4c\x1a\x8d\xc6\xad\x97\x6f\x7d\xf7\x3b\xdf\x29\x29\x75\x5c\ \x97\x73\xd1\x59\x5a\x52\x52\x41\x08\x4f\x9f\x9e\x08\x25\x1b\xcd\ \x46\x12\x47\x4f\x0e\xf7\xd7\x57\x57\x10\x04\xa7\x27\xc7\xae\xeb\ \xbe\xf0\xc2\x75\xc3\x30\xe3\x38\x3e\x3a\x3a\x3c\x3a\x3a\x2e\x4b\ \x5a\xaf\x55\x4f\x27\x03\xc1\x69\x12\x47\x49\xb4\x78\xee\xea\x8e\ \xe4\xdc\xd4\xc9\x3c\x9c\xdb\x86\x7e\xf4\xe4\x51\x96\x53\xcf\x73\ \x7d\xdf\x5f\xd9\xa8\xde\xfd\xf1\xfb\x97\xe0\x29\x25\xa5\x54\x32\ \x4d\x12\xcf\x71\xa7\xb3\xd1\x6c\x3c\xaa\xf8\x6e\x12\x59\x96\x6d\ \xd1\xa2\x18\x0c\x87\x4a\x08\xcf\x76\xca\x92\x26\x49\x44\x10\x2a\ \xcb\xf2\xf2\x1b\x8f\xe3\x18\x63\xcc\x39\x27\x84\x40\x08\x2f\x59\ \x49\xae\xeb\x30\xc6\x74\x5d\xf7\x7d\x9f\x52\x1a\xc7\x31\xe7\xfc\ \xf2\x5f\x08\x21\x3f\xeb\x6e\xf1\xf2\xa2\x23\x3f\xa8\xb7\xdb\xd5\ \xbf\x39\x2d\x4a\xae\x2c\x4b\xc7\x3f\x97\x28\x42\x29\xd3\x34\x3d\ \xcf\x33\x4d\x13\x61\x7d\x3a\x0f\x21\x82\x9e\x63\x23\x08\x84\x10\ \x84\xe0\x4e\xbb\x13\xa7\x8b\x28\x8a\x68\x79\x2a\x00\x5c\x5e\x5e\ \x35\x6c\x87\x60\xdc\x08\x2a\xfd\xde\xc5\xa0\x3f\xd8\xd9\xbc\xd3\ \x6c\xb7\x1f\x7c\xfc\xf8\xf0\xf0\xf0\x85\x97\x5e\x96\x0a\xc4\xd1\ \xa2\xdd\x6a\x7d\x3f\x8e\x10\x42\x8d\x66\x4b\x27\xda\x70\xd0\x3f\ \x7d\x7a\x38\x18\x0e\x2a\x7e\xa5\x20\xa4\x2c\x4b\x8c\xf1\x90\x73\ \xd3\xc0\x4b\xed\x66\x29\xb8\xef\x3a\xae\xeb\x48\x09\xda\xbc\x81\ \x00\x20\xb6\x35\x9f\x4d\xc7\xbe\xdd\xbb\xe8\x46\x8b\xb9\xef\x59\ \xb4\xa4\x1a\x41\x18\x82\xf9\x6c\xca\x79\x09\x94\x44\x10\x72\xce\ \x20\x90\x4a\x91\x20\x08\x88\x86\xef\xde\xfd\x80\x68\xe6\xd2\xea\ \xda\x68\x3c\xa2\x59\x56\xaf\x55\xa7\x93\x89\x6e\x18\x45\x96\x01\ \xa0\x94\xe0\xfd\x8b\x0b\xc3\xd0\x56\x97\x97\xbe\xfd\xed\x6f\xae\ \xae\xac\x34\x6a\x55\x00\x54\x9a\xc4\xb5\x20\xc8\xd3\xb4\x5e\x0f\ \xe6\x93\x09\x80\x90\xe8\x06\x2f\xcb\x78\x31\xb3\x5d\xd7\x30\x75\ \x2e\x44\x41\x0b\x25\xe5\xe5\x93\x4d\x23\x26\x2b\x0b\x04\x00\x67\ \x2c\xcb\x72\xa9\xe4\x33\x9f\x16\x57\x56\x96\x7d\xcf\x23\x18\x17\ \x45\xb1\x08\x13\x5d\xd7\x3d\xcf\xcd\x92\x64\x11\x45\x9d\x4e\xfb\ \xf9\x17\x9e\xff\xf1\x87\x1f\x3e\x79\xf2\x44\x42\x72\xeb\xb5\x3b\ \x86\x51\xd8\x8e\x7d\xf9\x0c\x7c\xf8\xf0\xe1\xc6\xea\xca\xa7\x7f\ \xe1\x17\xfe\x8f\x7f\xf7\x7f\x9e\x9e\x9d\xfd\xe0\x87\xdf\xbf\xf3\ \xfa\x27\xf6\xf7\x1e\x6d\x6d\xae\x67\x69\x2a\x95\xaa\xd5\x1b\xb5\ \x5a\xcd\xd4\xb4\x70\x36\xfb\xe0\xbd\xf7\xa4\x90\xcb\x2b\x2b\x87\ \xa3\x83\x4b\x6c\x43\xad\x56\xcb\xb3\x74\xd4\xef\x43\x00\x5c\xc7\ \x66\x1a\xb7\x2d\x53\x09\x55\x0d\x7c\x8c\x71\xef\xe2\x62\x3e\x9f\ \x8e\x27\x23\x4f\x07\x59\x12\x37\xda\xab\x65\x49\x93\xe1\x40\x37\ \x2d\xdb\xb1\x00\x90\xbc\x2c\x8a\xa2\xe0\x42\xe9\x86\xf1\xc2\x8b\ \x37\x27\x93\xd9\xa3\xbd\x27\x37\x6f\xbe\xc4\xb9\x38\x3a\x3c\xaa\ \x55\xfc\x22\xcb\x92\x38\xae\x34\x82\xa2\x28\x0c\x5d\x9f\x8e\xc7\ \x49\x92\xbc\xfe\xfa\xeb\x7f\xfc\xc7\x7f\xfc\xb9\xcf\x7e\xb6\x52\ \xa9\xd8\x8e\xdd\xef\xf5\x5a\xcd\x26\x2d\x8a\x76\xab\xdd\xbf\xe8\ \x3d\xd9\xdf\x2f\x4b\x56\xab\xd5\x26\xe3\x71\xb3\xd9\xb0\x4c\x53\ \x0a\x91\xa6\xa9\x10\xdc\x34\x0c\x29\xa5\x10\x42\xd7\x34\x56\x52\ \x04\x61\x1c\xc7\x00\x88\xcd\xf5\xe5\x67\x48\x77\x57\x4a\x59\xb6\ \xd5\x68\x34\xa5\x92\x10\x42\x4c\x34\x42\x34\xc7\x71\x2e\x41\x89\ \xb5\x5a\x8d\x10\x92\x17\x54\x37\x8c\xc0\x73\x3b\x9d\xce\xf1\xd1\ \x01\x42\xc8\xf5\x5c\xc3\xb2\xc3\xd9\xbc\xe4\xc2\xd1\xc9\x74\x3e\ \xcf\xcb\xd2\xb0\xad\xed\x2b\xdb\xdf\xfb\xde\x77\xb3\x34\xdd\xd8\ \xd8\x58\x5e\x5e\x9a\x4e\xc6\x08\x02\xd7\x71\x2d\xdb\x49\xe2\x64\ \x38\x1c\x61\x04\x97\x3a\x9d\xc7\xfb\x7b\xf3\xe9\x24\xcf\x93\x9a\ \xef\xb1\x22\xcb\x8b\x32\xa8\x78\x0a\x28\x8d\x60\xc7\x36\x20\x10\ \xb6\x65\x76\x5a\x8d\x7a\xa3\x11\x47\xf3\xde\xf9\xa9\x6d\x12\xa5\ \x94\xa1\xeb\x25\xa5\x08\x82\xf5\xf5\xb5\x34\x89\x28\x4d\x68\x0e\ \x68\xc9\x75\xcd\x9a\x4e\x26\xdb\xbb\x3b\xba\xa6\x01\x21\x01\x40\ \x9c\x09\x0c\xa1\xae\x69\x10\x01\xa0\xe4\xf1\xd1\x21\x84\x48\xd7\ \x34\x21\xb8\x12\xc2\x34\x0d\x46\x55\xbf\xd7\x8b\xe3\x85\xae\x6b\ \x05\xe7\x42\xf0\x34\x4d\x30\xc6\xb6\xed\x8c\x46\x23\x00\x14\x84\ \x90\xb1\x32\x4b\xb3\x92\xd2\x82\x5c\xd2\xe2\x8a\xc3\xc3\xc3\xbf\ \x9d\x6a\x09\x21\xe6\xf3\xb9\xe0\xfc\xa7\x16\x9b\xff\xa0\x72\x29\ \x5e\x70\xe3\x95\xcf\xfc\xca\x7f\xfc\xd6\x7a\x49\xd9\xbf\xff\x2b\ \x63\x42\xfc\x3c\xa6\x45\x00\x21\x34\x4d\x53\x4a\x29\x15\x27\x18\ \xc7\x69\xa2\x61\xa4\x6b\x44\x08\x51\xd0\x52\x96\x25\xe3\x7c\x7b\ \x7b\xdb\x30\x9d\xf3\x5e\x5f\x28\x58\xaf\x37\x34\x4c\x70\xa3\x9e\ \xa6\x99\x61\x18\x8e\xe7\xad\xae\xae\xbb\x9e\x77\x29\x7b\x5b\x44\ \x31\xc1\x48\xd7\x49\x1c\xc7\x44\xd3\x74\xc3\x78\xf7\xdd\x1f\x9e\ \x9e\x9c\xad\xaf\xad\x40\x20\x09\x21\x9e\xe7\xc7\x71\xec\xfb\xde\ \xd9\xd9\xd9\xb0\x7f\x71\x1a\x04\x37\x5f\x7e\x6d\xa9\x5d\x05\x08\ \x1b\x86\x69\xdb\xd6\xc3\xfb\xf7\x4f\x2f\xce\xcb\x22\xcf\xb3\xd4\ \xd0\xb0\x69\x1a\x92\xd3\x78\x31\x3b\x3f\x3d\x23\x86\x3b\x18\x4d\ \xc6\xa3\x21\x06\x0c\x8a\x42\x8a\x92\x60\x84\x35\x98\xa6\xd1\xd3\ \x93\xa7\xfd\x7e\x3f\xa8\xd5\xb5\xe9\x78\xb1\x58\x10\x08\xca\xb2\ \x58\x5a\xe9\x94\xb4\xec\x9e\x77\x01\x04\x96\xa5\x7b\x9e\x87\x11\ \xd8\xb9\xb2\xfd\xed\xbf\xfe\x56\xbd\x1a\x30\x56\x48\x4e\x59\x91\ \x1b\x84\x08\x56\x76\xda\xad\xef\x1f\xfe\xb0\x12\x04\x4b\x41\x05\ \x2a\x99\xa5\x71\x49\x8b\x24\x49\x88\x6e\x68\x9a\x66\x1a\xba\x66\ \x38\x40\x29\x00\x24\xc6\xd8\xb2\xac\xb2\x28\x66\xd3\xa9\x12\xf2\ \xd9\xac\xbf\x10\x02\xd3\x34\xff\xb6\x5d\x4b\x92\x14\xe3\x5c\xd7\ \xb4\xa2\x28\x94\x52\x8c\xb1\x24\x49\x76\x77\x77\x5a\x9d\xa5\x69\ \x18\x7d\xe3\x1b\xdf\xb8\xf9\xe2\x4b\xad\x56\xeb\xfa\xf5\x6b\x93\ \xf1\x18\x21\x44\x74\xd2\x68\xb5\x36\xb7\xb7\x1f\x3d\x7a\x3c\x18\ \xf4\x83\x8a\x3f\x1a\xf4\x5f\xba\xf9\xc2\xfd\x8f\x7e\x1c\x27\x49\ \xab\xdd\x9e\x4c\xe7\x5f\xfd\xfa\xb7\xe3\x38\xd9\xdd\xdd\x7d\xf4\ \xe8\x51\xab\xd5\x04\x40\x79\x9e\x37\x1c\x0e\x1f\x3d\xfa\xb8\xde\ \xa8\xef\x82\x6b\xeb\x5b\x9b\x9e\xe3\xea\xba\xe9\x3b\x76\xbf\x3f\ \xba\x77\xef\xde\x7c\x36\xa3\xa9\x56\xb2\xc2\xb6\xad\xb2\xa4\x59\ \x9a\x9e\x9f\x9e\x2f\xc2\xb0\x3f\x9c\xa4\x19\x3d\x7c\x72\xf0\xd2\ \xcd\x6b\x52\x0a\xc1\x39\x00\x24\x5e\x2c\x92\x24\xf9\xc6\x37\xbf\ \xa1\xe9\xe6\xe3\xc7\x8f\x7d\xbf\x32\x19\x8f\xcb\x3c\x5b\xee\xb4\ \xd7\xd7\xd7\xcf\x07\xdd\xc9\x74\x5a\x14\x45\xad\x56\xcb\xb2\x6c\ \x6b\x6b\xab\x5a\xad\xbe\xfb\xee\xbb\xbe\xef\x63\x84\xe7\xe1\x7c\ \x69\xa9\x13\xc7\xd1\xca\xca\xf2\xa3\x47\x1f\x7f\xf0\xc1\x07\x6f\ \xbd\xf5\x96\xeb\x3a\x65\x49\x07\x83\x41\x18\x86\xb6\x63\x6b\xba\ \x7e\x69\xb4\xb2\x2c\x53\xd7\xf5\x38\x8e\x35\x4d\xf3\x3c\x77\x11\ \x2d\xa4\x10\xf0\x59\x1f\x18\x25\x2d\x0d\xc3\x40\x18\x49\x29\x4d\ \xcb\x46\x88\xb8\xae\xa7\x9b\x96\xae\xeb\x97\xad\x07\x97\x0a\x40\ \xc8\x04\xef\x2c\x2d\x3d\x7a\xf8\xa0\xd7\xeb\x19\xa6\x69\xb9\x0e\ \xc6\x16\x10\x32\x0c\x17\x8b\xd9\x04\x6b\xba\x69\xd9\x2b\xab\xab\ \xae\xeb\x46\x8b\x39\x54\x0a\x28\x31\x99\x8c\x80\x94\x8b\xc5\xc2\ \xb2\xac\x5a\xad\x36\x1a\x4f\x5d\xc7\x43\x08\x38\xb6\xb9\xb1\xba\ \xd2\xea\xb4\x3c\xdf\x99\x4f\xa6\x79\x96\x26\xf1\x62\x36\x9f\x17\ \x79\xb6\xb9\xb9\x55\xa9\x54\x94\x14\xab\xab\x2b\x2f\xbc\x70\xf3\ \xc9\xfe\xe3\xd3\xa3\xfd\x69\x9c\x9b\x96\xa1\x69\xda\xe1\xe1\xd1\ \xea\xca\x72\x67\x69\xf9\xc1\xfd\x7b\xac\xc8\xab\x81\xcf\x39\x90\ \x4a\x65\x69\x3c\x9f\xce\x38\x65\x04\x23\xc9\x99\xe4\xdc\xb6\xad\ \x8d\x8d\x8d\x70\x36\x9b\x4f\xa7\x84\x90\x2c\xcb\xb3\x2c\xf5\x5d\ \x17\x02\x45\xf3\xdc\x77\x1d\xa2\x41\xdd\xd0\x11\x42\x40\x49\x5d\ \xd7\x20\x84\x8e\xe3\xac\xae\xae\x2e\x16\x8b\xc9\x64\x42\x08\xd2\ \x34\x22\x15\x47\x08\x52\x4a\x0d\xc3\xb0\x2c\x8b\x52\x7a\x49\x85\ \xbc\x6c\x6f\x39\xe7\xbe\xe7\xfd\xac\x8e\x6b\xc5\x81\xf1\xdc\xcb\ \x6f\x68\x55\x2d\xcf\xf2\x9f\x73\x99\xf8\xf7\x1b\x39\x84\x10\x84\ \x4a\x4a\x88\x81\x65\x59\x08\xe3\x92\xe6\x9c\x95\x45\x51\x20\x04\ \x89\xae\x1b\xba\x5e\xaf\xd7\x0b\xca\x5d\xd7\x6d\xb7\x5a\xad\xce\ \x52\x9e\xe5\xef\xbf\xff\xfe\x64\x3c\x2e\x59\x19\xc5\xb1\xeb\xfb\ \x44\x23\x71\x14\x0b\xc6\xcf\x4e\x4f\x6e\xdf\x7a\xb9\xea\x57\x24\ \xe3\x1a\xd1\xba\xbd\xfe\x45\x6f\xf0\xd6\xdb\x9f\x5a\x5e\x5e\x8e\ \xd2\xc4\x34\xcd\xc5\x62\xd1\x5e\xee\xac\x2c\x2f\x57\xaa\x81\x69\ \x99\x2b\xab\x2b\xa6\x4e\x10\x04\x08\x42\xa8\xa4\x86\xd0\xe6\xfa\ \xba\x2c\xb3\x22\x0e\x27\x83\xbe\x6d\x99\xa6\x69\x94\x65\xa9\x94\ \x04\x50\x40\x20\x31\x54\xa7\x27\x4f\x5f\x79\xf9\x79\x20\x74\x82\ \xa0\xa1\xeb\xa5\xc2\x67\x67\xa7\x25\x13\x6f\xbc\xf1\x7a\xbd\xd9\ \x7e\x72\x74\x24\x05\x77\x2a\x15\xcb\x36\x95\x94\x50\xc9\xb2\xc8\ \x20\x44\x65\x9e\x43\xd7\x01\x42\xb4\x9b\x0d\xce\xcb\xe1\xa0\xc7\ \x68\x71\xb0\xbf\x97\x46\x21\x67\x74\x3e\x9b\x4c\xc7\xe3\x34\x8e\ \xf2\x2c\x4d\xe2\xc8\xf3\x2b\x9a\xa6\x69\x44\x6f\x2d\x2d\x61\x6c\ \xd7\x02\x1f\x42\x28\x38\x4f\x92\xf8\x92\xf8\x8a\x21\x74\x1c\xc7\ \xb6\x0c\x00\x94\x02\xcf\x0c\x8a\x22\x97\x33\x63\xd3\x34\xab\xd5\ \x60\x11\x45\xb3\xd9\x14\x02\x10\xce\xe7\x96\x61\x38\x8e\x53\x64\ \xe9\xad\xdb\xb7\xde\xfb\xe0\x23\x4c\x4b\xcf\xf3\xf2\x3c\xff\xe0\ \x83\x0f\x8a\xbc\x28\xcb\x32\x89\x13\xc3\xb0\x96\x3a\x2b\x1f\x7e\ \xf8\xe3\x34\x8e\x87\x83\x1e\x04\xf2\xa5\x9b\xcf\x3f\x7a\x78\x7f\ \x1e\x46\xb6\xeb\xfd\xc5\x97\xbf\x9c\xa6\xc5\x6f\xff\xf6\x6f\xdf\ \xbb\x77\xef\xf9\x1b\xd7\x29\xcd\x2d\xcb\xd8\xd9\xd9\xde\xda\xda\ \x18\x8d\x46\xab\xab\xcb\xa6\xa9\x13\x82\x04\x57\x08\x4a\x05\xa4\ \xe7\x79\xbb\x57\xae\x24\x51\x38\x18\x5c\x50\x96\x37\x1b\x0d\x44\ \x33\x25\xe5\x6c\x36\x99\x4c\xc6\x8e\xed\x3e\x78\xf0\x30\x5a\x84\ \xcb\xcb\x1d\xce\xb9\xeb\x38\x00\x69\x00\xc0\xaf\xfc\xe5\x5f\x2e\ \x2d\xad\xbe\xf9\xd6\xa7\x46\xc3\xc9\xd9\xf9\xb9\x52\x72\x6b\x7b\ \x4b\x32\xa6\x00\xc8\x92\xb4\xbc\x64\xed\x0a\x89\x21\x72\x6d\x67\ \x6b\x63\xf3\x5b\xdf\xf8\xa6\x5f\xa9\xec\xef\xed\x75\xcf\xbb\x77\ \xee\xdc\x59\x84\x33\xa5\xd4\xa0\x7f\x31\x9d\x8c\x1e\x3f\xfe\xd8\ \x73\x5d\xcb\xb6\x35\x42\xd6\xd6\xd7\x15\x10\x1d\xaf\xe3\x7b\x0e\ \x84\x90\xd2\x32\x89\x17\x4a\x4a\x08\xa4\x63\x9b\x15\xcf\x55\xea\ \x99\x87\xbb\x90\x73\x5e\x14\x79\xa3\xd9\xc4\x18\x63\xa2\x59\x96\ \x4d\x08\xbe\x94\x19\x0b\x21\x20\x42\x08\x21\x2e\x39\xc4\xd8\x71\ \x1c\x00\xc0\x25\xd7\xa8\xd7\xeb\x37\xdb\xcb\xa6\xe5\x94\x8c\xc5\ \x49\xea\x3a\x2e\x42\xd8\xf7\x2b\x97\x1b\xb7\xb3\xf3\xb3\x70\x3e\ \xef\x75\xbb\x18\xc1\x6e\xaf\x47\x74\xbd\x52\x0d\x92\x34\xf7\x2b\ \x95\xa2\xa0\xb5\xa0\xb2\xb1\xb9\x86\x90\x3a\x3e\x3c\xe8\xf7\x2e\ \x6c\xc3\x94\x9c\xcf\xa7\x93\x70\x0a\xea\x41\x90\x46\x0b\x9a\xa5\ \x86\x46\x06\x17\x5d\x8d\xe0\x95\xe5\xa5\xe3\xa3\x83\xc9\x64\x96\ \x15\x05\x42\x48\x28\x98\xa6\x05\x17\x02\x43\x48\x29\xd5\x88\x56\ \xf1\x5c\xc6\xd8\xf1\xf1\x61\x9c\x2c\x20\x84\x4a\x08\x82\x31\x46\ \x10\x41\x10\x2e\x16\xe3\xf1\x58\xd7\x34\xe4\xc0\xf9\x7c\x96\x23\ \x84\x20\x14\x9c\x95\xbc\xb4\x4c\xd3\xd4\xf5\x34\x4d\xc3\x24\x46\ \x08\x03\xa0\x08\x21\xf5\x7a\xdd\xf3\x3c\xa5\x40\x1c\xc7\xfd\x7e\ \xdf\x32\xcd\x56\xab\x3d\x0f\xe7\x4a\xa9\x3c\xcf\x2f\x37\x54\xae\ \xeb\xc6\x71\x0c\x00\x70\x1c\xc7\xb2\x2d\xf0\xb3\x4d\xe8\x95\x2c\ \x81\xf5\xca\x67\xbe\x00\x04\xfb\xff\xb4\x6c\x01\x00\xa1\x92\x92\ \x71\x8e\x30\x81\x8a\x97\x5c\x14\x25\xc5\x10\x26\x49\x04\x04\x37\ \x4d\x93\xa6\x29\xe3\x3c\x5c\x84\x9c\x83\xeb\xd7\x6f\x6c\x6e\x6e\ \x01\x84\x13\x2d\x9e\xf4\x7b\x42\xf0\x24\x49\xe2\x38\xf1\x3d\xc7\ \xf5\x83\xb2\x9c\xfe\xe0\xfb\xdf\x2d\x28\xfd\xc2\x2f\xfd\x22\x2d\ \x28\x17\x7c\xbe\x88\x2e\xfa\x83\x37\xde\x7c\xab\xdd\xee\x40\x84\ \x34\x4d\x97\x52\xbd\x7c\xeb\x16\x00\xa0\x56\xab\xb9\x9e\x4f\x4b\ \x1a\x27\x49\x1c\x47\x42\xf0\x45\x94\xd4\x1b\x0d\x8d\x60\xdb\x32\ \x5a\xcd\xc6\xde\x43\xd6\xed\x9e\xeb\x04\x11\x04\x39\xa7\xae\x6b\ \xbd\xfc\xe2\x8b\x57\x6f\xbc\xf8\xee\x7b\x77\x11\x50\x1b\xeb\xeb\ \x4f\x1e\xdf\x43\x18\x32\x56\x32\x25\x11\x84\x2f\xbe\x78\x73\x67\ \x77\x67\x30\x1c\x6d\x6e\x6e\xfa\x9e\x47\x30\xa0\x45\x31\x9c\x8c\ \x90\x04\x10\x00\x8c\xc1\x6c\x3a\xa1\x34\x77\x1c\xcb\x73\x9d\xed\ \xcd\x8d\xbb\x77\xef\x9a\xa6\x79\x74\x74\x18\x45\xd1\xf9\xd9\xe9\ \xde\x5e\x16\xc5\x8b\x3c\x4b\x20\x44\x79\x9e\x29\xa5\x5c\xd7\xc3\ \x36\xaa\xf8\x3e\x36\xcc\x24\x49\x9a\x8d\x46\x2a\x58\x92\xc4\x18\ \x02\xa8\x76\x27\x00\x00\x20\x00\x49\x44\x41\x54\x42\xa5\xd4\x74\ \x3a\x55\x92\xdb\x96\x4d\x08\x79\xb6\xc2\x75\x79\x73\x58\xa6\x59\ \x14\x2c\xcb\x73\xa0\xa4\x61\x18\x49\x14\x15\x79\xa6\x1b\x86\x6e\ \x18\x71\x1c\x57\x3c\xef\xc9\x93\x27\x10\x82\x5f\xf9\xe2\x17\x2b\ \x41\x4d\x2a\x71\x74\x74\x74\xf7\xc3\xbb\x69\x96\xa5\x69\xca\x84\ \x68\xb5\x5b\x44\xd3\x8e\x8e\x8e\xfe\xf7\x7f\xfb\xbf\xbd\xf6\xca\ \xed\x8d\xad\xed\xd9\x6c\xe6\x7b\xde\x77\xbe\xfb\xbd\xdf\xf8\xf5\ \xdf\x78\xfb\x93\x6f\x03\x04\x3b\xcb\x4b\x83\xd1\x70\x75\x75\xb5\ \x5e\xaf\x57\x83\xaa\x65\x5b\xf5\x66\x83\x10\x62\xe8\x7a\x9a\x24\ \xac\x14\x91\x52\xa8\xd9\x76\x1d\x13\x77\x3a\x6b\x6b\xab\x07\x07\ \x8f\xb3\x34\x06\x52\x32\x46\x01\x00\xd7\xaf\x3d\xf7\x99\x4f\x7f\ \x2a\x4a\xcb\xbf\xf8\xf2\x97\x6e\xdc\xb8\xd6\xac\xd7\x4b\x9a\x43\ \xc9\x39\x67\x93\xc9\xa4\xd9\x6a\xbd\xfd\xf6\xdb\x95\xa0\x1a\x2e\ \xa2\x57\x5f\x7d\xb5\xdb\x3d\xd3\x34\xad\xdb\xeb\x59\xa6\x21\x85\ \xa0\x65\x19\x2d\x16\x07\x07\x07\x84\x90\xd5\xd5\xd5\x3b\x77\xee\ \x7c\xe7\x3b\xdf\x09\x17\xa1\x69\x1a\xe7\x67\xe7\xd7\xaf\x5f\xff\ \xfe\xf7\xbf\x7f\x76\x76\x36\x1c\x0e\xe7\xf3\xf9\xc1\x93\x27\xa6\ \x69\xbe\xf4\xd2\x4b\xe1\x7c\x7e\xe5\xca\x95\xdd\xdd\xdd\x4b\x5c\ \x87\x61\x18\xb3\xd9\xac\x28\x0a\xd3\x34\x2f\xe1\x13\x97\xb3\xf3\ \x67\x5e\x8c\x78\x9e\x67\x1a\x26\x42\xc8\x34\x0d\xa9\x7e\xc2\xc5\ \xbf\x64\xb8\x5f\xe2\xe1\x11\x21\x96\x61\x09\x29\x1c\xcf\x0d\xaa\ \x01\x21\x64\x6d\x75\xed\xe9\xc9\xe9\xd9\xc9\x19\x40\xc8\xf7\x3d\ \x84\xc9\xea\xfa\x5a\xa5\x1a\x04\x15\xbf\xb3\xd4\x79\x7a\x7c\x38\ \x1e\x8d\x1e\xdc\xbb\x97\x24\x31\x26\xa8\xda\x68\xac\x6f\xac\x0b\ \xce\x37\x36\x36\x34\xac\x9f\x3e\x3d\x21\x04\xd1\xa2\xc8\xf3\x64\ \x34\x1c\xcc\x26\xe3\x6e\x9c\x08\x21\x8a\x3c\x47\x08\x1d\x1f\x1f\ \x05\x95\x4a\xa3\xd9\x10\x5c\x5c\x74\xcf\xc2\x70\xae\xa4\x58\x5e\ \x59\x39\xef\x5e\x44\x49\xea\xb8\x36\xe5\x2a\xa8\x36\x20\x31\xa2\ \x70\x62\xea\x55\x43\xc7\x84\x90\xad\xad\xad\x0f\xee\xdd\x2b\x29\ \xc5\x18\x42\x09\x38\x2b\x0d\x5d\xab\x56\x83\xa8\x98\x43\x20\xe7\ \xf3\x39\x00\xc0\xd4\xb5\x22\xcf\x3c\xd7\x01\x1a\xce\x92\x94\x52\ \x4a\x30\xbe\xa4\x15\x16\x45\x51\xb2\xb2\x1c\x97\xe2\x01\x5f\x59\ \x59\xb5\x6d\xb3\x52\xf1\xb9\xe0\x52\x09\xdf\xf7\xe6\xe1\x3c\x49\ \x12\x84\x90\xef\xfb\xb6\x6d\xd7\xeb\xf5\x28\x8a\x9e\x3e\x7d\x3a\ \x9f\xcf\xf1\xdf\x81\xe2\xff\x63\x4f\x8b\x10\x28\x5e\x96\xe0\xff\ \x87\x97\x54\x92\x73\x4e\x34\xa9\x24\x4f\xb3\x2c\x8a\x13\x4b\xd7\ \x1c\xd7\x15\xb4\x48\xa2\xb9\x69\x1a\xb5\x6a\xf5\xe4\xe4\xe4\xd5\ \x57\x5f\x6f\x36\x1a\x45\x51\x20\x4d\x8f\x93\xa4\x52\xa9\x08\xce\ \x07\x83\x3e\x67\x5c\x48\x85\x31\x01\x40\x7d\xf4\xd1\xdd\xcf\x7d\ \xf6\xf3\x08\xc2\xbd\xbd\xc7\x79\x9e\xdb\x8e\x7b\xeb\xd6\x2b\x57\ \xae\xec\x9e\x77\x2f\x6e\xdc\xb8\x51\x32\x7e\xed\xfa\xb5\xed\x2b\ \x3b\x8b\x45\x14\x54\x2a\x33\x30\x0b\xa3\xb8\xc8\xb3\x70\xb6\xd8\ \xbd\xba\x2b\xa4\x3a\x3e\x3e\x9c\x4e\xa7\x40\x4a\x1d\xa3\xc0\x77\ \x2b\x15\xaf\x48\x62\xd7\xb1\x18\x47\x9a\x09\x2f\xc1\x0c\x08\x02\ \xc7\x75\x2a\xbe\xbf\x58\xcc\x39\x2f\x09\xc2\x4a\xe1\x76\xa7\xbd\ \xb5\xbd\x95\xa6\x89\xa6\x69\x57\x9e\x7b\xee\xee\x87\x1f\x1c\x1f\ \x1e\x98\x86\xe9\x39\x9e\x28\xcb\x08\x82\x2c\x49\x5c\xd7\xcd\x92\ \x78\x3c\xec\x13\x42\x36\x37\x36\xde\x7f\xef\xbd\x3c\xcb\xc6\xc3\ \x61\x59\x94\xfd\xfe\x05\xa5\x54\x48\x85\x20\xa4\xb4\x80\x18\xd3\ \x9c\xd6\x82\x6a\xab\xd9\xa4\x65\xd1\xef\x76\x31\x21\x1a\xc1\x86\ \xa1\x1b\x86\x31\x1b\x8f\xc7\xe3\x91\xa6\x69\xb5\x6a\x30\x9d\xce\ \xc4\xb3\x1a\x18\x20\x84\x00\x40\x4a\xa9\xa1\xeb\x9a\xa6\x75\xbb\ \xe7\x25\x2d\x9a\xcd\x06\x67\xa5\x14\x82\x52\xba\xb2\xb2\xb2\xf7\ \xe8\x91\x82\xf0\x33\x9f\xff\x67\x10\xc2\xa2\x28\xe2\x24\x5e\x44\ \xf1\xf6\xf6\xf6\xe0\xe2\x22\x8e\x93\x28\x8a\x11\xc1\xb6\x6d\x1f\ \x1c\x3c\xc9\xb3\xe4\x9f\xff\xea\xaf\x1c\xec\x3f\x9e\x4d\xa7\x10\ \x80\x5a\xbd\xfe\xeb\xbf\xf9\x2f\x1f\x3d\xde\x13\x4a\x72\x21\x68\ \x59\xbe\xfd\xc9\xb7\xd3\x2c\xd7\x08\x91\x4a\xd1\xc9\x24\x8c\xa3\ \xb3\x5e\x77\x6b\x7b\xdb\xb1\x9c\x3c\xa7\xa3\xfe\xb0\xd7\xeb\x41\ \x08\x74\x0d\xa5\x71\xec\xba\x56\xb3\xd9\x18\x9c\x2d\x96\x3a\x1d\ \xcf\xf3\x0c\x43\xd7\x99\xd2\x35\x6d\x65\x65\x75\x32\x99\x70\xce\ \x34\x08\xd2\x34\xdf\xdc\xa9\xbe\xf0\xfc\x0b\x6b\x6b\x6b\x0f\x3f\ \xde\x7b\xee\xea\x73\x42\xa8\x7b\x1f\xdd\x95\x25\xc5\x18\x13\xa2\ \x99\xa6\xc5\x68\x79\xd9\x1e\x72\xce\xcf\x4e\xcf\xaa\xd5\xea\xfa\ \xda\xfa\x7b\xef\xff\xc8\x77\xbd\x38\x8a\x9f\xec\xef\xe7\x59\x36\ \x1a\x8f\x2f\x8f\x7e\xa3\xe1\xa8\xd5\x6a\x01\x05\xd6\xd7\xd6\x9b\ \xcd\xe6\x47\xf7\xee\x95\x94\x6e\x6f\x6f\xaf\xaf\xaf\x1b\xa6\x39\ \x99\x4c\x0e\x0f\x0f\x29\xa5\xad\x56\x0b\x63\x2c\x38\x7f\x66\x30\ \x9a\xa6\x69\x98\x60\x5a\x96\xba\xae\x23\x4c\xa4\x94\xe4\xdf\xc7\ \x2c\x28\x04\x20\xc6\x58\x28\xe5\x98\x26\x56\xd2\x76\x9c\xc9\x68\ \xb4\xbb\xb3\xb3\xb3\xb3\xb3\xa5\x90\xae\x9b\xc7\x4f\x8f\x8e\x7a\ \xdd\xdb\xaf\xbc\xe2\xba\x5e\x9e\x24\xcd\x66\x53\xd7\x75\x56\x96\ \x1f\x7d\xf4\x63\x8c\xa1\x46\xc8\x73\xd7\xae\xdd\xb9\x73\xa7\xa4\ \x2c\xcf\xf3\x45\x11\x9d\x9c\x3c\x85\x50\xdd\xff\x88\xb4\x9a\x0d\ \xcb\xd0\x0d\x5d\xcb\x94\x5a\x84\xf3\x20\x08\x74\xdd\x98\x8e\x47\ \x4a\xf0\x8d\xf5\x35\xa5\x14\x46\xd0\x30\xf4\xf9\x6c\x62\xbb\x4e\ \x92\x15\x59\x29\x3a\xcb\xcb\xb6\x69\x6a\x10\x60\xa2\x99\x96\x93\ \xe6\x85\x02\x68\x34\x1a\xde\xbe\xf3\xba\x69\x18\x52\x08\x08\x24\ \xc4\x50\x94\x82\x31\x36\x1c\x0c\xfa\xbd\x69\xf7\xe2\xc2\xb1\xf4\ \x92\x52\xcb\x34\x39\x42\x69\x92\xea\x3a\x29\xf2\x74\x3c\x1a\xf9\ \xbe\x1f\x04\x95\x82\x16\x51\x1c\x31\xc6\x10\x42\x69\x9a\x1c\x3f\ \x3d\x82\x00\xc6\x49\xac\x94\xa4\x65\xd9\x1f\xf4\x93\x24\x11\x42\ \xd4\x6a\xb5\x4b\xee\xbe\xef\xfb\x45\x51\x50\x4a\x31\x46\x86\x69\ \xfe\xd4\xcb\x8e\xc0\x3f\xc9\x0b\x21\x14\xc7\xc9\xd1\xd1\xd1\x70\ \x38\x28\xf2\x54\xd7\x88\xef\x39\x08\x41\x0c\x91\x69\x1a\xb6\x6d\ \x2b\x08\x35\xcd\x70\x5c\xaf\xd5\x6a\x17\x45\x0e\x00\xd4\x30\x46\ \x10\x5c\xd9\xd9\x59\x5b\x5b\x6b\xd4\x1b\x2b\xab\xab\x57\xb6\xaf\ \x34\x1a\x0d\x2e\x84\x52\x60\xf7\xca\x36\x86\x88\x16\x85\xe0\xa2\ \x5e\xab\xbd\xf1\xc6\xeb\x04\x63\xdb\x76\xc2\x70\xd1\x6e\x77\xd6\ \xd7\x37\x6b\xd5\xba\xa6\x69\xf3\x79\xa8\x94\x0a\x82\x4a\xc5\xf3\ \x15\x10\xc3\x7e\x6f\x34\xec\x3f\xf8\xe8\xee\xd3\xa3\x03\x82\x80\ \xeb\x5a\xba\xa1\x6f\xac\xaf\x3b\x8e\x23\x39\xd7\x08\x71\x2c\xbb\ \x2c\xe9\xa0\xdf\xbb\xe8\x9e\xd5\xab\x15\xc3\xd0\x75\xcd\x60\x25\ \x27\x9a\x66\x5a\xd6\xcb\xb7\x6e\xad\xae\xac\xd2\x9c\xfa\xbe\x3f\ \x19\x0d\x39\x63\xb3\xd9\xfc\xf8\xf8\x28\xcf\x33\x29\x38\x02\x8a\ \x40\x2c\x78\x99\xc6\xd1\x22\x0c\xc3\xf9\xcc\xb5\x9d\xe7\x76\x77\ \x69\x96\x46\x61\xe8\xfb\x9e\x12\xe2\x32\x1e\x40\xb0\x12\x42\xa0\ \x6b\x3a\xcd\xf3\x38\x89\x93\x24\xee\x9e\x9d\x09\xce\xa2\x70\xf6\ \xf0\xfe\xfd\x34\x8e\x95\x10\xe3\xd1\xb0\xdf\xbb\x98\x8c\x86\xa3\ \xe1\x30\xcf\x33\xf8\x8c\x72\x2e\x20\xa5\x3c\x38\x38\x38\x3d\x3d\ \x1d\x8d\x46\x59\x96\x55\x83\x8a\xa6\x69\x8c\x31\xd7\x73\x6b\xb5\ \x5a\x14\x2d\x6a\xf5\x7a\x1c\xc7\xdb\xdb\xdb\x86\xa9\xb3\xb2\x44\ \x18\x2a\x29\x5b\x8d\xc6\x9d\xd7\x5e\x5b\x5a\x5a\x5a\x5a\x5e\x6e\ \x2f\x2f\x5d\xd9\xdd\x35\x0c\x23\x9c\xcf\x36\x36\xd6\xb7\xb7\x77\ \xf2\x34\x1d\x8d\x06\x12\x80\xcf\xbf\xf3\x4e\x67\x69\xc9\x76\x5d\ \xa2\xe9\x0a\x82\x37\xdf\x7e\xcb\x76\x5d\xbf\xe2\x47\x49\x4c\x69\ \x11\x04\x81\x65\x5a\x86\xae\x9f\x9d\x9e\xc6\x71\x7c\x7e\x7a\xfa\ \xf5\xaf\x7d\x2d\xcf\x52\xd7\xb2\x7c\xcf\x7d\xe3\x8d\xd7\xaa\xd5\ \xaa\xa9\xeb\x82\x95\x96\xa9\x1b\x86\xd6\xed\x9e\x1d\x1f\x1d\x96\ \x45\xd1\x6a\x35\x5d\xd7\xcd\x0b\x01\x00\x34\x4c\x73\xa9\xb3\xf4\ \xc6\x1b\x6f\x0c\x07\x43\xd7\xb5\x31\x41\x8b\xc5\xdc\x30\x8c\x87\ \x0f\x1f\x0e\x06\x7d\x2e\x38\x2d\x72\x0d\x61\xc9\xf8\x64\x34\x5c\ \xcc\xa7\x8f\x1e\xdc\x93\x82\x7d\xee\x33\x9f\xc6\x10\x0e\x07\x7d\ \x43\xd3\x30\x44\xf3\xe9\xcc\xb3\x9c\x2c\x49\x11\x00\x04\x21\xcb\ \x34\x1e\x3e\xb8\x0f\x81\x3a\x3a\x3c\x4c\xe2\x38\xcf\xf3\x77\xdf\ \x7d\x77\x7f\x7f\x1f\x02\x90\xa6\xe9\xe3\xc7\x8f\x1f\x3d\x7a\x74\ \x71\x71\x31\x1c\x0c\x8a\xa2\x78\x56\xeb\x02\x90\x52\x9a\xa6\x65\ \x1a\xc6\xe5\x81\xfd\xd2\xfa\xc6\x18\xa3\x45\x91\x67\x19\xa5\x39\ \xa3\x59\x16\x85\xe1\x6c\xf2\xcd\x6f\xfc\x5f\xd1\x62\x21\xa4\xb4\ \x2c\xbb\x5e\xad\x55\x3c\xbf\xdd\x6e\x57\x2a\x01\x2d\x39\x46\x58\ \x49\xa9\xeb\xfa\xce\xce\x2e\x82\x80\xd2\xe2\xe4\xf4\xa4\xa4\x54\ \x29\xf1\xea\xed\x5b\x15\xdf\x2b\xf2\xbc\x77\xd1\xed\xf5\xce\x38\ \x2f\x5f\x7b\xf5\x95\x95\xa5\xa5\xf1\x78\x74\xf6\xf4\xe9\x62\x3e\ \x83\x40\xd2\x22\x97\x82\x6b\x18\xea\x44\xb3\x0c\x53\x27\x5a\xa3\ \x5a\xb7\x4d\xab\x59\xad\x99\xa6\x95\x65\x79\x50\xad\x7a\x9e\x77\ \x19\x35\x22\x95\xb2\x6c\xe7\xc6\x0b\x37\x4b\x26\x4a\x2e\xf3\x3c\ \xdb\x7b\xfc\x58\xc3\xa8\xa4\x39\x42\x08\x63\x82\x08\x49\xb2\xf4\ \xfe\xbd\x7b\x7b\x8f\x1e\xb0\x3c\x8f\x17\x61\x38\x9f\x11\x42\xa4\ \x12\x42\xf2\xc9\x74\x3a\x1c\x8d\x75\x5d\x77\x6c\x9b\x16\x34\x49\ \x92\xcb\x0f\x2e\x85\x88\xe3\x64\x36\x9d\xf5\xfb\xfd\xe1\x70\x48\ \x08\x66\xac\xbc\xb8\xb8\x00\x10\x22\x84\x6d\xc7\xc1\x84\x58\x8e\ \x33\x99\xce\x16\x51\xec\xba\xfe\xd2\xd2\xaa\x10\xf2\xa7\xae\x74\ \xff\x89\x22\x14\xe1\x4f\x46\x5d\x40\x27\x08\x02\x81\x00\xb0\x74\ \x68\xf9\x15\x08\x00\x2b\x65\xab\xd3\x01\x0a\x9c\x9c\x77\x2b\x95\ \x9a\x6e\x98\x4a\x29\xcb\xd0\x8a\x22\xb3\x4d\x43\x29\x25\x01\xac\ \xb7\x3a\x7e\xb5\xae\x10\x5a\xdb\x58\x7f\xff\xbd\x77\x9b\xb5\xa0\ \xd5\x6a\xb4\x9b\x75\x83\x60\x9a\x67\xab\x4b\x2f\x78\x8e\x2f\x79\ \x4c\xd3\xac\x17\xc5\x82\x16\x16\xc1\xa7\x87\x87\x79\x9a\x36\x9a\ \x8d\xa3\xc3\xc3\x4e\xbb\xbd\xbc\xbe\x3a\x5b\x38\x61\x18\x9e\x1c\ \x1c\x16\x69\xe2\x57\x3c\x0d\x94\xa3\xfe\x14\x23\x74\xd1\x3d\x8f\ \x92\xd8\x30\xec\x22\x8b\x0d\xdb\xea\x77\xcf\x5b\xad\xf6\x78\xd8\ \x5b\x6a\x77\x86\x83\xfe\x62\x11\x03\xa8\x09\x89\xb1\x69\xd4\xea\ \x4d\xa2\x69\x86\xa6\x7b\x96\x53\x50\xaa\x4a\x86\x94\xd4\x90\xca\ \xd3\xa8\xd5\x68\x36\x6a\xf5\x5e\xaf\x57\x16\xac\x2c\x19\x02\x50\ \x09\x19\x2f\xa2\xa0\x52\x21\x84\x24\x71\xbc\xb5\xb5\x5d\x96\xe5\ \xe5\x8e\x42\xc3\x15\xca\x78\x96\xe7\x8e\x63\x03\xa0\x26\x93\x09\ \x84\x50\xd7\x31\x46\x88\x66\x65\x38\xee\x9b\xa6\xd5\xac\x07\x8c\ \x66\xc3\x41\xbf\x2c\x32\xd3\xb2\x94\x7a\x66\xd3\x28\xcc\xf3\x3c\ \xcf\x32\xd7\x71\x30\xc6\x10\xc1\x46\xb3\x49\x08\xe6\x8c\x06\xb5\ \xa0\xd3\x69\x3f\x7e\xfc\x31\x87\xaa\xbd\xba\x2c\x14\xd7\x34\x42\ \xa0\xd2\x30\x20\xb6\x69\xea\x04\x22\xf8\xd2\xed\xdb\x10\x81\xab\ \xd7\x77\xdd\xc0\x9b\xce\xa6\xd7\xaf\xdd\xd4\x88\x51\xad\x36\x32\ \x4a\x01\x52\xd7\x9e\xbf\x6a\xda\x26\x00\xe8\xa2\x37\xe8\x76\x7b\ \x6f\xbe\xf1\x66\x18\x46\xe1\x6c\x8a\x11\x9a\x4d\x26\x65\x59\x6c\ \x6f\xef\xd0\x92\x4f\xc6\x93\x47\x0f\x3e\x7e\xb2\xbf\xd7\xa8\xd7\ \xea\x15\x87\x15\x51\xbc\xc8\x58\x59\x9c\x1d\x1f\x42\x29\x5c\x9d\ \xd8\x1a\xca\x66\xa3\x64\x3a\xb8\x38\xb9\xd0\xb0\x30\x74\xb2\x7f\ \xb0\x2f\xa4\x2a\x15\x26\x3a\x6a\x36\x1b\xcd\x4e\xeb\xf8\xe4\xcc\ \xf5\x5c\x8c\xa1\xa6\xa3\x38\x0e\x6d\xdb\x08\xc3\xc9\xda\xc6\x52\ \xad\xd9\x9a\x47\x71\x92\xc6\x9c\x15\x9c\xd1\xe5\x4e\xfd\xe4\xe9\ \x7e\xad\xd6\x68\xb6\x6b\xbd\xc1\x68\xd7\xf3\x5c\xc7\x81\x08\x61\ \x82\xdb\x9d\x36\x65\x74\x3e\x9b\x53\x5e\x54\x6b\xb5\xd1\x74\x44\ \x2f\xce\xab\xd5\x1a\x84\x80\x31\x76\xfa\xf4\xa9\x6b\x5b\xbe\xeb\ \xac\x2c\x75\x0e\x0f\x0f\x1f\x3d\x7c\xe0\x38\xce\xad\xdb\xb7\x9e\ \x99\x46\x2b\x15\x80\x90\x00\x85\x38\x93\x04\x4b\x04\x24\x42\x38\ \x4f\x93\x38\x4e\x1c\xc7\x16\x14\x0f\x2e\x4e\x9e\x3c\x79\xe4\x57\ \x82\xfd\xbd\x03\x4d\xd3\x31\x84\x52\x4a\xca\x4b\x00\x09\xe7\xa5\ \x86\x89\x62\x5c\x43\x98\x15\xa5\xeb\xda\xf5\x6a\xcd\xd0\x75\xc6\ \xca\xbd\xc7\x8f\x3c\xcf\xb6\x6c\xf3\xc6\xf5\x6b\x92\x73\x8d\xa0\ \x34\x0d\xe7\xd3\x99\x12\xc5\xd5\x9d\x4d\xa5\x54\x38\x1b\x97\x79\ \x31\x19\x0d\x75\x1d\x2b\x49\x59\x99\xf7\x2e\xe6\x8e\xe3\x49\xc1\ \x92\x24\x0e\xfc\x20\x5e\x64\x27\x27\x47\x25\x2f\xa4\x12\xae\xeb\ \x56\x2c\xdd\xf7\xac\x68\x3a\x1a\x8f\xc7\x08\xa0\x97\x6f\xbd\xba\ \xb7\x7f\x14\xa5\x71\x05\xc1\xbd\x8f\xef\x65\x45\xee\x99\x3a\x04\ \xa8\xe4\x42\x41\xc3\x30\xed\x70\x3a\xc8\xc3\xb0\xde\x6c\x02\x08\ \x1d\xcb\xc8\xd3\x58\x49\x19\x2e\xc2\x24\x49\x35\x4d\x07\x00\x9c\ \xf7\xfa\x4a\x0a\xc5\xf9\x65\x8e\x11\x84\x10\x61\x08\x95\x42\x4a\ \x20\xc0\x81\x64\x50\x69\xe1\x22\xf4\xaa\x55\xd3\xb0\xab\xf5\x06\ \x5c\x2c\xea\xad\xce\x7c\x1e\x72\x09\x2d\xd7\x6f\xb4\x97\x4e\x4f\ \x4f\xa5\xfa\x29\x3c\xc7\x7f\xa2\xca\x75\xa9\xc1\x75\x5d\xd7\xb6\ \x2d\xcb\x32\x30\x26\x18\x63\xc3\x30\xb8\xe0\x97\xaa\x2b\x5d\xd3\ \xab\xf5\x5a\x1c\x27\x42\x48\x08\x41\x92\x24\x59\x96\x49\x29\x09\ \xd1\x66\xb3\x99\xe7\xf9\x52\x4a\xcb\x76\x56\x56\x57\x00\x54\x42\ \x70\x5d\xd3\x6a\x41\x70\xd1\xed\xb2\xb2\xa8\xd7\xeb\x04\x23\x0d\ \x93\x8a\xe7\x9f\x77\xcf\x18\xa5\xa7\x27\x27\x8c\x52\x82\x51\x12\ \x86\x79\x1c\x1f\x27\xd1\xfa\xc6\x9a\xe3\xb9\xb9\xae\xad\xad\x2d\ \x33\x5a\x8e\xc7\xa3\xd1\x70\xa0\xa4\x34\x0c\x23\xcf\x33\xa2\x69\ \xcb\x2b\x2b\xc7\x07\x7b\x9c\xf1\xe1\xa0\x77\x7c\x78\xc8\x68\xee\ \xf9\xce\xd9\xe9\xe9\x74\x32\x31\x74\x53\xd3\x74\xbf\x52\x75\x5d\ \x67\x3c\x1a\x39\x96\x85\x00\xcc\x93\xa4\x48\x73\x03\x63\xa2\x1b\ \xac\x2c\xc7\xa3\x61\x99\x97\x18\xe3\x34\x4d\xa6\xd3\xa9\x61\xe8\ \x94\x16\x8c\x31\xce\x7e\x92\x34\x87\x10\xbe\xe4\xca\x13\x42\x88\ \xae\x47\xe3\x89\x69\x9a\xb5\x5a\x4d\x33\x2c\xc6\x58\xbc\x08\x5d\ \xd7\xb6\x6d\xb3\xd5\x6c\xe4\x59\xda\x3d\x3b\xd5\x74\xbd\x16\x54\ \x04\x2b\xd3\x34\x55\x42\xc0\x67\xbf\xf2\xd2\xd4\xf5\xa5\xa5\x25\ \xc7\xb6\xa5\x92\x86\x6e\x60\x8c\x10\x02\x89\x90\x00\x00\xc3\xb4\ \xaa\xb5\x1a\xd6\x89\x54\x4a\x29\x65\x39\xe6\x60\xd0\xcf\xf3\xdc\ \x34\xed\xcb\x58\x3d\xdb\xb6\x31\xc1\x9d\xce\x92\x69\x5a\x97\x46\ \xa5\xe6\xca\xf2\x83\xbb\x77\xcf\xcf\xbb\xcd\x76\xa7\x12\x54\xe3\ \x24\xae\xd7\x1b\xe1\x3c\x1c\x8f\xc6\x83\xe1\x00\x21\x18\x2d\xc2\ \x66\xbd\x46\x10\x3a\xeb\x0f\x05\x13\x2b\x2b\x1b\x96\x61\xad\x2e\ \x2f\x1b\x1a\x39\x3f\x3b\x39\x7c\xb2\x5f\xab\x06\x88\x80\x70\x3e\ \xe3\xac\x5c\x5d\x5e\x2e\xa6\xfd\x24\x8e\x99\x4a\x2e\xce\x4f\x87\ \xc3\x51\x50\xf1\xc6\xc3\xc1\xc3\x07\x0f\x11\xc2\xba\x61\x6a\x58\ \xab\x56\x6b\x79\x9a\x09\x2e\xaa\x75\xaf\x64\x2c\x8a\xe2\x92\x95\ \x5c\xb0\xa0\x5a\x19\x8d\x46\x49\xce\x2e\x63\x2e\xcf\xcf\xce\x34\ \x0c\x4d\xd3\x04\x10\x72\x21\x5c\xd7\x01\x60\x8c\x09\x89\xa2\x88\ \x68\x9a\xeb\xb9\x5e\xc5\xbb\xe8\x5d\x18\xa6\xe1\xb8\xde\xca\xca\ \x32\x80\x8a\x89\xf2\xf4\xf4\x64\x79\x79\xb9\x5a\xad\x7a\x9e\x7b\ \xf7\xee\x5d\x4a\xe9\xea\xea\x6a\x59\x96\x4f\x9f\x3e\xf5\x7d\x3f\ \x89\x93\x67\x5d\xe9\x42\xce\x58\xbc\x08\x09\xc6\x9a\xa6\x95\x45\ \x26\x84\xf4\x7d\x1f\x21\x68\x68\x28\x4f\xe3\x4c\x8a\x7b\x77\x3f\ \x38\x3c\xda\xb7\x4c\x9b\x16\xcc\xf6\x2a\xe7\xe7\x67\x8b\x68\xe1\ \x7a\x3e\x80\x20\x2f\x8a\xbd\xbd\xc7\x5b\x9b\x9b\xae\xeb\x61\xa4\ \x4e\x9e\x3e\xb5\x2d\xa3\x56\xaf\xa5\x71\x58\xe4\x29\x63\xa5\x69\ \x1a\x61\x18\x0a\x29\x6c\xdb\x44\x40\x8d\xc7\xc3\x46\xbd\x61\x1a\ \x86\x54\x92\x40\x98\xa6\xe9\x64\x3a\xc1\x48\x5d\x52\xde\x30\x22\ \x84\x68\x8b\xc5\xe2\xe0\xe0\xa0\x51\x6f\x58\xb6\x5e\x96\x25\x17\ \x2c\x4d\x23\x0d\xa3\xe5\x4e\x6b\x79\x79\xf9\xc3\x0f\x3f\xbc\xe8\ \x9e\x29\x25\x66\xb3\x39\xc4\x28\x2f\x0a\x43\x83\x98\xf3\x3c\xcb\ \x0c\x4d\x2b\xb9\x80\x00\x13\x0d\xe9\xba\x91\x67\xa9\x41\x2e\x61\ \xb6\x20\xcf\x0b\x79\x29\x39\x90\x60\x63\x6d\x1d\x00\x70\x7c\x7c\ \x7c\xe9\x77\x02\x52\x0a\xf1\x93\x7c\xd2\xcb\x30\x52\x08\xe1\x65\ \x80\xe6\xe5\x25\x25\x1a\xf1\x03\x2f\x4e\x12\xce\x79\x5e\xe4\x10\ \x42\xdd\xb4\xb8\x90\xa3\xf1\xa4\x64\xfc\xa7\xb6\xba\xff\x54\x95\ \x0b\x28\x4d\xd3\x7d\xcf\x37\x0d\x4b\x23\x3a\xc6\x18\x13\x0c\x01\ \x94\x42\x22\x88\x10\x40\xba\xae\x57\x83\xe0\xf4\xf4\x74\x30\xe8\ \x21\x84\x57\x57\x57\x1b\xf5\x7a\x59\x32\x4c\x48\x96\x26\x3b\xbb\ \x57\x3d\xd7\x56\x8a\xb7\x5b\xcd\x5a\xb5\x3a\x9b\x4d\xa7\xb3\xe9\ \x78\x3c\x9a\x8c\xc7\xac\x64\x37\xae\x5f\x2b\x69\x71\xfc\xf4\x88\ \x33\x2e\x38\x73\x1c\xa7\x2c\x8a\xb5\xb5\x55\xc1\x58\x1c\x45\xa6\ \x65\x4e\x26\xe3\xe9\x78\xa2\x00\xa8\xd7\x6b\x10\xa8\x2c\x4d\x6e\ \xdf\xba\x75\xfc\xf4\xf8\xf1\xc7\x0f\x6d\xdb\x0a\x2a\x95\xf9\x7c\ \x5e\x52\x9a\x67\x85\xe3\x19\x8c\xd3\x5e\xaf\xab\xa4\xb4\x4d\xeb\ \x7c\x71\x92\x67\x09\xc6\x04\x28\xe0\x3a\xf6\x64\x34\x8e\xb4\xd8\ \x71\x5d\xc3\xb0\xe2\x28\xce\xb3\xa4\x2c\x4b\xc6\x68\x96\x25\xbe\ \xe7\xeb\x58\x1b\x0e\x07\x71\x1c\x21\x84\xb2\x2c\xcd\xf3\x9c\x52\ \x4a\x34\x6c\x18\xc6\x65\x0e\xe0\x25\x26\x50\x4a\xa9\xe9\x46\x49\ \x4b\xdb\x71\x19\x63\x69\x56\x48\xa5\x66\xe1\x5c\xd7\x49\x10\x54\ \x2c\xcb\x1a\x8d\x46\x05\xa5\x69\x96\x49\x29\x87\xc3\x21\x63\xcc\ \xf7\x2b\x4a\xa9\x67\x3b\xb6\x60\x8c\x97\x97\x96\x28\x2d\xeb\xb5\ \x3a\x80\x40\x30\x86\x11\xfe\x9b\x54\x57\x28\x84\xdc\x58\xdf\x44\ \x08\x3d\x78\xf0\x60\x75\x75\xd5\x73\xfd\x76\xbb\x63\x59\x16\xe7\ \x72\x6f\x6f\x6f\x6d\x75\xad\x56\xab\x09\x55\xda\x86\xb5\x73\x65\ \xe7\xc1\x8f\xef\x1d\x1c\x3c\x01\x4a\x1d\x1e\x1c\x4c\x46\xe3\x6b\ \xd7\xae\x6f\x6d\x6d\x2d\x16\x8b\xe1\x60\x38\x1d\x4f\x9a\xcd\xd6\ \x7c\x36\x5b\x5b\x5b\x5d\x5d\x5e\x8e\xa2\x70\x3a\x19\x17\x79\xb6\ \x58\xcc\x9b\xcd\x8e\x6d\x59\x52\xfa\x4a\xc9\x4e\xbb\xc5\xca\xec\ \xfb\xdf\xfb\x9e\x52\x62\x6d\x6d\xa5\xd9\x6c\x26\x8b\xd9\x22\x49\ \x35\x5d\xc7\x02\x3d\x78\xf0\x70\x9e\xe4\x9b\x57\x76\x26\x93\x71\ \x49\x0b\x08\x01\xe7\xdc\xb1\x1d\xd7\x73\x1f\x3e\x78\x10\x86\xe1\ \xd6\xce\xce\x78\x3c\x1e\x8f\xc7\x84\x90\xa2\xa0\x45\x96\x7a\x9e\ \x87\x75\x2b\x4d\xd3\xe3\xa3\x43\x28\x25\x31\x8c\x30\x0c\x0b\x4a\ \x4d\xd7\xae\xf8\x15\x00\x40\x50\xad\x74\x3a\x9d\x92\x95\x71\xb4\ \xf0\x2a\xee\xe5\x8c\xc9\xd0\x0d\x29\xd5\x64\x32\x39\x3f\x3f\xb7\ \x4d\x67\x69\x69\xc9\x75\x5d\x4a\xe9\x6c\x36\xbb\xcc\x01\xc8\xf3\ \xfc\xe8\xe8\x48\x4a\xb9\xbc\xb2\xfc\x6c\x37\x3c\x26\xb8\xd7\xed\ \x1e\xec\x3f\x0e\x2a\x15\x00\x54\x59\x96\x65\xc9\x6c\xdb\xaa\xd7\ \xeb\xcd\x66\x33\x4f\x93\xf1\x70\x38\x1c\x0c\x10\xc2\x9c\x4b\xdd\ \x34\xb3\x2c\x83\xb3\xd9\x70\xd0\xd7\x34\xdd\x71\xbd\xd9\x74\x3c\ \x9d\x8c\x5f\xfc\xf4\xa7\xe7\xf3\x89\x92\x22\x9c\xcf\x09\x46\x86\ \xae\x27\x4a\x41\x08\x58\x59\x3a\xb6\x5d\xd0\xe2\xec\xf4\xd4\x32\ \x0c\xd7\x75\xe6\xf3\x99\xeb\x38\xc7\xc7\x47\xd5\x6a\x15\x13\x8c\ \x10\x94\x52\x28\x29\x95\x82\x52\xaa\x46\xa3\xa6\x69\xfa\xf4\xff\ \x66\xee\xcd\x7a\x24\xc9\xb2\x33\xb1\xbb\xdb\xea\x5b\xb8\x47\x84\ \x47\xe4\x5e\x6b\x93\x5d\xbd\x90\x6c\x72\x04\x0c\x87\x03\xfd\x09\ \x62\xe6\xf7\x49\xd0\x8b\x20\x01\x12\x34\xc2\x8c\x06\xd4\x40\x1a\ \x72\x86\x64\xb3\xab\xbb\xab\xb2\xaa\xb3\x72\x8d\x3d\x7c\x35\xb7\ \xfd\xee\xf7\xe8\xc1\xb2\x4b\x8f\x04\x13\x18\xa2\xe2\x21\x11\x40\ \xc6\x83\xb9\x99\xdb\xb9\xe7\x7c\xe7\x5b\xf6\xfb\x24\x49\xbf\x7e\ \xfe\x35\x0a\x30\x1a\x8f\xee\xee\xcb\x5e\xf6\x23\x37\x92\x4a\x56\ \x75\xd9\xcb\x5e\x29\x69\xac\x79\xf3\xf6\x75\xf0\x8e\x52\xec\x9c\ \x4b\xd2\x54\x29\x32\xcc\x6e\xce\x59\x84\x49\xd7\x75\xde\xfb\xe9\ \x6c\x86\x09\x92\xd2\x60\x04\xde\xbb\x24\x49\x9e\x3e\x79\x92\x24\ \x71\x55\x55\x94\x10\x13\x02\x26\xd8\xb9\x30\x10\xb8\xde\x27\xe6\ \x22\x84\x86\x38\x67\x8c\x11\x42\x42\xf0\xdd\x76\x37\x99\x4c\x62\ \x11\x3b\xe7\x54\xaf\xbc\x0f\xce\x98\xe0\x7d\x55\x55\x79\x96\x61\ \xfc\x4f\xcf\xfe\xf9\x6f\xd4\x74\x31\x4a\x63\x11\x13\x4c\xc0\x83\ \x07\x8f\x00\x21\x8a\x50\x40\x82\x0b\x4a\x28\x41\x24\xcf\xb2\xd9\ \x78\x7c\x7a\xb2\xb8\xbb\x5b\xdf\xde\x5c\x8f\xf2\xb1\xf7\x01\x42\ \x08\xde\x53\x84\xba\xb6\x13\x09\x67\x8c\x1d\x1d\x1d\xdd\x5c\x5d\ \xbe\xf8\xf6\x9b\x07\x67\xcb\xdb\xdb\x9b\x38\x8a\xac\xd1\x6f\xde\ \xbe\x01\xef\xe6\x47\x47\xeb\xfb\xfb\x67\xcf\x9e\x3c\x3c\x3f\xdf\ \x6e\x37\x87\x43\xd1\x36\x35\xc6\x48\xa9\xfe\xe2\xe2\x82\x72\x96\ \xa6\x91\x56\x52\x29\x95\xe7\xd9\xa3\xf3\xf3\xcd\xea\xbe\x28\xf6\ \x4e\xe9\x5e\x75\x4e\x76\x00\xe0\xac\x11\x51\x62\x8d\x42\xe0\xaf\ \xaf\xde\x95\x87\x42\x1b\xc3\x29\x41\x08\x6b\xa3\xb5\x96\xcb\xe5\ \x59\x5d\xb5\x7b\xb7\xdb\x6c\xd6\x4a\x2a\xce\x28\xa5\xa2\x69\x54\ \x5d\x96\xa3\x7c\x8c\x50\xe8\xfb\x2e\x8e\x62\x63\x34\x21\x04\xe1\ \x10\xc7\xe9\x74\x3a\xd9\xef\x77\x5d\xdb\xce\x66\xb3\xcd\x66\x93\ \x65\xd9\xe0\xf9\x53\x95\xa5\xec\x7b\x6d\x5c\x14\xc7\x5a\xeb\xf5\ \x7a\x6d\xad\x19\x0c\x51\x07\xc2\xf1\x20\x37\x43\x08\xdd\xdd\xdf\ \x49\x29\x87\xe5\xd4\x07\xfc\x8c\xf3\x09\x19\x11\xa3\x0c\xe3\x94\ \x60\x6a\xad\x05\x00\x46\x39\xa1\x08\x61\xcc\x04\x3b\x3d\x3d\x1d\ \x4c\xa9\x2e\x2f\x2f\x27\x93\xe9\xd0\x32\x6c\xb7\xdb\xf3\xf3\xf3\ \xdd\x76\x1b\xa7\x22\x38\xf6\xf1\x47\x1f\x1b\x63\x7e\xf3\x9b\xdf\ \x5c\xbe\x7e\x35\xa8\x1a\x31\xc1\x97\x17\x57\x6f\xdf\x5e\x9e\x2f\ \x1f\x16\x18\x45\x91\xf8\x93\x5f\xfc\x09\x23\x78\xd0\xf7\x12\x42\ \x46\x79\x7e\x7d\x75\xdd\x75\xfa\x17\xbf\xf8\x53\xc6\xe8\xbe\xd8\ \x3f\x38\x5f\x3e\x7e\xf4\xf1\xcd\xf5\xe5\xb7\xdf\x7e\x7b\x73\x73\ \xab\xa5\x34\xb2\x33\xd6\x95\x55\x3d\x9a\x2e\x88\x77\x08\xc2\x66\ \xb5\x8a\x93\xec\xdd\xbb\xb7\x94\xb2\x38\x8a\x43\x08\x4d\xd3\x58\ \xe7\xf2\xd1\xe8\xf2\xf2\xb2\x2c\xcb\xed\x76\xa3\x95\x42\x08\x25\ \x49\x7c\x7b\x7b\x7b\xfe\xf8\xa9\xb5\xb6\x2a\x2b\x8a\xc3\x61\xbf\ \xe5\x9c\x3b\xef\x27\xf3\xd9\xe3\xc7\x8f\x7f\xfd\xd5\xf3\x10\x3c\ \x65\xd8\xf4\x5a\xca\x5e\xf6\x32\x84\xb0\xdb\xed\x94\xd1\x17\x97\ \x97\x8c\x33\x6b\x4c\xcf\xe4\xb7\xdf\x7e\x9b\xa6\xe9\xe9\xe9\xe9\ \x62\xb1\xe0\x9c\xaf\xd7\xeb\xbb\xbb\x3b\x42\xc8\xd5\xd5\xd5\x74\ \x36\xfd\xd3\x3f\xfd\xc5\x10\x86\xfa\x4f\xab\x5c\x84\x6d\xd6\xf7\ \x57\xef\x5e\x85\x07\x0f\xb5\xd1\xc6\x18\x04\x50\x10\xd2\x35\x25\ \x41\x5e\x4a\xf9\xee\xcd\xcb\x5e\xf6\x00\xd8\x1a\x8b\x30\x81\x10\ \xba\xae\xdb\x6e\xb7\x1f\x7f\xfc\x89\xea\xbb\xae\x2e\xe3\x88\x21\ \xe4\x11\x86\xf5\x66\xe5\x8d\x49\x13\xce\x08\xd6\x52\x51\x8a\x87\ \x50\xee\xb7\x6f\x5e\x97\x65\x95\x67\xd9\xfd\xfd\x5d\xb1\xdb\xfd\ \xf1\xcf\x7f\x6e\xad\xbe\xbe\xba\x78\xf9\xf2\x45\xdf\x77\x69\x9c\ \x3a\x6f\x10\xb2\x18\x63\xa3\x75\xd7\xf6\x03\xa7\xbf\xef\x9a\x9b\ \x9b\x9b\x2c\xcb\x19\x23\xa3\x51\xce\x18\x1b\x0e\x03\x63\xcc\x68\ \x34\x6a\xdb\xb6\xae\x2a\xce\xf9\xfc\x68\x51\xec\x56\x49\x9a\x11\ \x42\x94\xd2\x18\x13\xc6\x98\x75\x7e\x70\xe8\x65\x8c\x71\x2e\x28\ \x63\x8c\xf1\xdd\x6e\xc7\x39\x8b\x22\xf6\xe6\xcd\xeb\xa6\x69\x28\ \xc5\x8c\x62\x84\x89\x33\x68\xf0\x22\x27\x84\x50\x8a\xbd\xf7\xbf\ \xaf\x62\x04\x21\x24\xb8\x80\x10\x54\x2f\x9d\xb1\x18\x91\xe3\xc5\ \x42\x6b\x83\x11\xb2\xc6\xf6\x6d\x17\x71\x41\xf0\x0f\xa3\xe7\xfa\ \x5e\xcc\x35\xc4\x38\x13\x20\x43\xf8\x38\x63\x4c\x08\x41\x08\x71\ \xde\x65\x59\xd6\x74\x2d\xc6\xe4\x93\x4f\x3e\xda\x6e\xf7\x6d\xdf\ \x16\xfb\x62\xbf\x2b\x1e\x3c\x78\xb0\x38\x9e\xfb\xe0\x29\x46\x9c\ \x31\xce\x69\xcc\xf9\xab\x57\xaf\x1e\x3f\x7c\x58\x14\xc5\x62\x31\ \xc7\x08\x9d\x2c\x8e\xe3\x24\xdd\x6e\x77\x2e\x98\x3c\x4d\x8c\x51\ \xb7\x37\x57\x55\x5d\xd5\x87\xd2\x07\xa7\x94\x72\xde\x57\xd5\x51\ \x59\x15\x10\x42\x12\xc7\xef\xde\xbe\xed\x65\x37\x19\x8f\x29\x0a\ \x17\x97\x17\x4a\xa9\x51\x1a\xcd\x8e\x8e\x56\xab\x75\x92\x3a\x2c\ \x65\xcc\xf9\x74\x9c\x6d\xd6\x98\x52\x82\x30\x32\xce\x65\x49\xfa\ \xa3\xcf\x3e\x9b\x8c\xa7\xcd\xa1\x6e\xeb\x3a\x38\xaf\x95\x0c\xce\ \x12\x8a\x28\xc6\x8c\xd1\xae\x6d\x28\x65\x0f\x1e\x3c\x28\xf6\x85\ \x75\x36\x8a\x85\x31\xb6\xeb\x5a\x42\xb0\x31\xa6\x97\x7d\x59\x96\ \x08\xa1\x34\x4d\x7b\xa5\x8f\x8e\x8e\xb6\xbb\x5d\x96\x65\x8c\x3b\ \xa9\xd4\xf7\x59\x0f\xd7\xd7\xd7\x59\x96\x35\x4d\x33\xb8\x2c\x48\ \x29\xef\xef\xef\x11\x20\x42\xc8\x87\x45\xc5\x03\x80\xee\x65\x12\ \x27\x18\x00\x7c\xc0\xe4\xfd\x57\x22\x8a\x04\xa0\x30\xbc\x03\x49\ \x92\x94\x65\xf9\xe7\x7f\xfe\xe7\xbf\xfb\xdd\x8b\x5f\xfe\xf2\x1f\ \x9c\xb3\x9b\xcd\x6e\x60\x18\x24\x49\x8a\x09\xf8\x10\x46\x79\xe6\ \xbd\x2d\x8b\xdd\x8b\x6f\x9f\x7f\xf5\xd5\xaf\x09\x86\xc9\x78\x3c\ \x1d\xcf\xfe\xbb\x7f\x71\xee\x5d\x58\xad\xd6\xe3\x34\x4f\xe2\xe8\ \xf6\xea\xfa\xd5\xeb\x97\x9b\xd5\x9a\x10\xd4\xb6\x6d\x55\xd5\x3c\ \x8a\x2f\x2e\xde\xf5\xb2\x0f\xc1\xd5\x75\xb5\xdb\xac\xf2\x3c\x7f\ \xf8\xf0\xd1\xcd\xf5\xf5\xa1\x38\x30\x12\x8e\x4f\xcf\x5e\xbd\x7c\ \xd9\x76\x1d\x13\xde\x59\x37\xca\x33\x26\x22\x46\x31\x46\x00\x01\ \xb4\x32\x8f\x1e\x3d\xfa\xf8\xe3\x8f\xd7\x9b\xe2\xee\xfe\xbe\xac\ \x2a\x46\x59\xdd\x34\x71\x1c\xb7\x4d\x95\x8f\x46\xab\xd5\x9a\x31\ \xba\x5c\x2e\x19\x09\xbb\xcd\xba\x6d\xdb\x28\x8e\x8b\xa2\x08\x01\ \x38\x67\xd7\x57\x57\xcf\x1e\x3f\x4e\xb2\x6c\x36\x9d\x74\x5d\x7b\ \x76\x76\xd6\xb6\x6d\x14\x27\xd3\xd9\xec\x70\x38\x28\x65\x70\x84\ \x08\x21\xb7\xb7\xb7\x43\x37\xe1\xbd\x7f\xf2\xe4\x89\x73\xee\xe2\ \xe2\xa2\x2c\x4b\xfa\xa1\xa7\x05\xc2\xc8\x3b\x53\xd7\x87\xad\x60\ \x94\x12\x21\x04\xa1\x84\x52\xdc\x77\xf5\xed\xcd\x25\x42\xb8\x2c\ \xf7\xd6\x3a\x04\x80\x09\xb5\xd6\x52\x4e\x8d\xd1\x2f\x7e\xf7\xed\ \x4f\xbf\xf8\x02\x00\x5d\x5d\x5e\x36\x55\x69\x9c\x09\xce\xa5\x51\ \xa2\x82\x4b\xe2\xf8\xf8\xf8\xf8\xf2\xf2\xdd\xef\x5f\x24\x7c\x7b\ \x73\x6b\x8c\x1b\x8f\xc7\xb7\xd7\xb7\x08\xa1\x93\xe3\xe3\xf3\xb3\ \xb3\xa6\x69\x8a\x7d\x51\x95\xa5\x31\x5a\xab\x9e\x31\x2e\x55\xdf\ \x54\x75\x08\x61\xb9\x3c\x6f\xea\xaa\xa7\x54\xf6\xbd\x35\x26\x8e\ \xc5\x6e\xb7\xd9\xac\x56\xd6\x5a\xa5\x14\xe7\x1c\x43\x08\xce\xc6\ \x91\xa0\x18\xcd\x4f\x16\x7d\x5b\x76\x5d\xcb\xb9\x00\x00\x17\x3c\ \x41\x08\x10\xcc\xe7\xf3\xc9\x64\xa2\xa4\xe1\x5c\x24\x51\x4c\x08\ \x01\xef\xf7\xdb\x6d\xb1\xdf\x6f\xd6\x6b\x42\xc8\x64\x32\x99\x8e\ \xc7\xfb\xfd\xbe\x0f\x61\xb0\x7c\xf8\x7e\x3c\x24\x78\xe0\x74\x62\ \x42\xb0\xb3\x36\x16\x62\xbf\xdf\x4d\x67\x47\xb3\xe9\xa4\x28\xb6\ \x94\x8a\x47\x8f\x1e\x09\x21\xac\xd5\xa3\xd1\x88\x71\xf6\x03\xa9\ \x5c\x38\x04\xc0\x08\x00\x42\xd7\xf6\x94\x52\xc6\x59\x1c\xc7\x84\ \x10\xa5\xbc\xb3\xee\xdd\xc5\xbb\xc7\x8f\x1f\x50\x8c\xad\xd6\x79\ \x96\x9e\x1e\x1f\x07\x80\x3c\xcd\x56\x77\xab\x2c\x49\x05\x17\xd6\ \xe9\x3c\x4f\xad\x6a\x71\x40\x91\x10\xab\xfb\xbb\x8b\x8b\x0b\xa3\ \xd5\xc7\x1f\x7f\xf2\xf4\xe9\x63\x0c\xb0\xbe\xbf\xbd\xbb\xbb\xbb\ \xbd\xbe\x7e\x3e\xca\xcf\xcf\x96\x04\x63\x4a\x50\x9c\x44\x77\xb7\ \xdb\x2c\x4d\x46\xa3\xd1\xd5\xe5\xd5\x74\x36\x7d\xf2\xf8\x49\x1a\ \x47\xd6\xdb\x88\x33\xb0\x8e\x4c\xc6\xe3\x2c\x1b\xe5\xd9\x64\x94\ \x4f\xf2\xfc\xe6\xfa\xc6\x68\x45\x29\x7b\xfa\xe4\x11\x0e\x21\xe6\ \xdc\x59\x23\x78\x04\x80\xb8\x60\xce\xd9\xa6\x6d\x9d\xb7\x65\x59\ \x14\xc5\x0e\x13\xa0\x94\x46\x31\xb7\xd6\xc4\x51\xb2\xdf\xee\xea\ \xa6\x1e\x8f\xc7\x71\x12\x2b\x23\xfb\xbe\x07\x08\x94\x62\xef\x1d\ \xa5\x64\x36\x9b\x0e\xba\xad\x3c\xcf\xf7\x87\x72\x5f\x1c\x10\xc6\ \x43\x26\xf3\x0c\xe3\xbb\xdb\x1b\xe7\xbd\x94\x92\x31\xe6\x9c\x1b\ \xcc\x39\x43\x08\x49\x92\xe4\x79\xae\xb5\x41\x18\x7f\xb0\xf8\x2a\ \x66\x4c\xa9\x3e\x12\x42\x4b\x49\x29\x01\x82\x44\x14\x79\x6f\xe2\ \x24\x79\xfe\xcd\xf3\xe9\x64\x3c\x68\x5f\xad\xb5\x0f\x1f\x3e\x7c\ \x70\xfe\x48\x29\xf9\x1f\xfe\xc3\x7f\x94\x52\x2e\x97\xcb\xc9\x64\ \xd2\x76\xcd\x60\xcd\x9c\xc4\xb1\x52\xfd\xf3\xaf\x7f\xbb\xdf\x6c\ \xa2\x28\xfa\xe3\x9f\xff\x51\x1c\x25\xd6\xf9\xd5\xfd\xea\xeb\xaf\ \x7e\x3b\x19\x8f\xa6\xa3\x11\x42\x01\x01\x9c\x9c\x2c\xbe\x7b\xf1\ \xc2\x3b\x73\x34\x9b\x54\x55\xf9\xab\x2f\xff\xe1\x27\x3f\xf9\xc9\ \x64\x92\x47\x42\xa8\xae\xa7\x94\x4f\xa7\x53\xd5\xcb\xb6\x69\xa7\ \x93\x3c\x8b\x4e\xae\x6e\xee\x9a\xb6\x23\x44\xcd\xe6\xf3\xf3\xd3\ \x93\xdb\xd5\x3a\x38\x87\x10\x28\xad\x05\x17\xe3\xf1\x18\x00\xac\ \x31\x52\xaa\xb6\x6d\x37\xdb\xcd\xf7\xab\xba\xe9\x64\x42\x85\xbd\ \xbe\xbe\x1e\xa5\x09\x78\x3d\x6c\xf4\xaa\xaa\xe2\x71\x04\x18\x03\ \xc0\xf1\xf1\x31\x67\xb4\x3c\x14\x5f\x7c\xf1\x13\xa5\xcd\x57\xcf\ \xbf\xb1\xc6\x58\xef\x4f\x4e\x97\x9f\x7d\xfa\xf9\xf5\xcd\xb5\xb7\ \x3a\x84\x30\x30\xb9\x86\x54\xa4\x10\x42\x96\x65\x8b\xc5\x22\xcf\ \xf2\xe9\x74\xfa\x61\xba\x45\x8c\xb1\x35\xba\xd8\x6d\x09\x84\xe1\ \xa1\x8f\xf2\x7c\xc8\x18\xdd\x6f\x37\xd6\x18\xd9\xb7\xd6\x39\x44\ \x30\x47\x04\x05\xef\x0c\x70\x4a\xaf\x2e\xde\xbd\x7e\xf5\xdd\xcf\ \x7e\xfa\xd3\x62\xbb\x1a\x8f\x47\xc1\x9a\xd5\xfd\xcd\x78\x3c\x8a\ \x62\xbe\x59\xdd\x07\xef\x09\x46\x14\x53\x29\xbb\x38\x8a\x93\x38\ \xd2\x5a\xd5\x35\xd4\x75\x75\x34\x9b\x5e\x5d\x5d\x8e\xf2\xec\xfe\ \xee\x5e\xf6\x5d\x9e\xa5\x0d\x78\xd9\xc3\x60\x26\x4e\x29\xf5\xc1\ \x1f\x0e\xfb\xd1\x28\x8b\xe3\xa4\x2c\x8b\x38\x8e\x11\xca\x06\x14\ \x8c\x73\x4e\x28\x75\xce\x0d\xd1\x53\x55\x55\x8d\xc6\x63\xce\x59\ \x1c\x45\x4d\xd7\x85\xa0\x31\xc1\x60\x7d\x40\x88\x73\x3e\x9d\x4e\ \xe7\xf3\x79\x55\x36\xfb\xa2\x18\xa6\xbf\xae\x1b\x32\xab\x2c\x21\ \x04\x20\x0c\x32\x6c\xef\xbd\x10\x02\x20\x78\xef\x43\x08\xce\xbd\ \x57\x80\x0c\x59\x70\xd6\x59\x40\x20\xb8\xf0\xce\xab\xae\xd3\x91\ \x70\xc4\xa5\x19\x3e\x14\x7b\x67\x34\x67\x54\xf7\xf2\x1f\xf5\x31\ \xfd\xe7\xeb\xb9\x30\x46\xce\x6a\x83\x82\x52\xfd\xb0\x65\xf3\x36\ \x7d\xf9\xea\x55\xdf\xf7\x08\xc1\xcb\x97\x2f\xff\xe2\x5f\xff\x39\ \xa5\xd8\x58\x45\x30\x06\x02\x8c\xb0\xe3\xc5\x71\x5d\x57\x93\xe9\ \x84\x33\xca\x58\xcc\x28\x62\x94\x1a\x2d\x21\x78\xd9\x77\x77\xb7\ \x57\x51\x24\x4e\x8e\x17\xe3\xf1\xf8\x7e\x75\x5b\x55\xd5\x6e\xbb\ \xf9\xf4\xe3\x67\x67\xcb\x93\xa6\x2e\x57\xab\x55\x53\x57\x82\x73\ \xf0\x8e\x52\xc2\x19\x27\xc4\x26\x71\xbc\x3c\x3d\xa1\x94\x94\x87\ \x22\xce\xb2\xbe\x6b\x00\xdc\x7c\x31\xaf\xcb\x4a\x30\x3e\x5d\x2e\ \x93\x34\x31\xc6\xc4\xb1\xf0\xc6\x2c\x4f\x4f\x8a\xfd\x9e\x51\xe6\ \x7d\xb0\x3e\x38\xe7\x8a\xa2\x90\xbd\x5a\xaf\xb6\xef\x2e\x2e\xbd\ \xf7\x9c\x33\xad\x65\x9e\x27\x59\x9a\x58\xe3\xaa\xba\xea\xfb\x3e\ \x8a\xa2\x2c\x4f\x7d\x30\x5d\xd7\x20\x04\x21\x78\x8c\x11\x00\x94\ \x65\x39\x9f\x1f\x53\x4a\xd7\xeb\xb5\x94\x92\x71\x16\xc7\x09\xa5\ \xf4\xec\xfc\xfc\xf8\xf8\x58\xf6\xed\x7a\x75\x47\x08\xe6\x9c\x87\ \x10\x1e\x3c\x78\x30\x9d\x4e\x8b\xa2\xa8\xaa\xaa\xeb\x3a\x42\x29\ \xf9\xf0\xa8\x4b\xe4\xac\x11\x84\x1c\x8a\x5d\xd3\xd6\x69\x9e\x7a\ \x00\xc2\xc8\xff\xfe\x7f\xfc\x6f\x7f\xf6\xa7\xff\xe2\x7f\xfc\x9f\ \xfe\x87\x67\x4f\x9f\x7e\xfe\xc9\xa7\x9b\xcd\x3d\xe3\x8c\x68\x2b\ \x8d\x1e\x8f\xc7\xa3\x51\xbe\xdd\x6e\x1f\x3c\x78\x60\x8c\x1b\xe5\ \x63\xf0\xa8\xaa\x2b\x0c\x08\x41\xf8\xf2\xcb\x5f\x29\x25\xd3\x24\ \xfd\xf1\x8f\x7f\x5c\x57\xf5\xdb\xb7\x17\x94\x62\x4a\xd0\x17\x3f\ \xfe\xc3\xed\x76\x6d\x8d\xb9\xbf\xbd\x4d\xd3\x44\x29\x89\x21\x2c\ \x8e\x8e\x76\x87\x12\x45\x74\x3c\xce\x1f\x3e\x7c\xb0\xdb\xee\x9e\ \x3c\x79\x52\x1e\x0e\xc5\xbe\xc8\xf3\xd1\x64\x32\x19\x8f\x47\xa7\ \x27\xb3\x4f\xb6\xfb\xbf\xfa\x4f\x7f\xf5\xec\xd9\x33\x04\x61\x3a\ \xce\x11\xc6\x11\x17\x6d\xd7\x7b\x1a\x9c\x77\x10\xe0\xdb\x6f\xbe\ \x95\xca\xbe\xbb\x78\xf7\xea\xd5\xab\xf1\x78\xac\x95\x5c\x3c\x7a\ \x98\x44\x3c\x84\x70\x7d\xbb\x5a\xaf\xd7\x32\x4b\x1f\x3d\x58\x2e\ \x97\x67\x52\xca\xb6\x6b\xa3\x2c\xc1\x98\x52\x4a\x8a\x43\x61\xbd\ \x1d\x8f\xf3\xdb\xdb\x1b\xa9\x75\xdb\x34\x47\x47\xf3\xf1\x64\xfa\ \xec\xe9\x47\x3f\xf9\xc9\x4f\xdf\xbd\x7b\xfb\xbf\xfe\x2f\xff\xf3\ \xe1\x70\x78\xfa\xf4\xa9\xf7\x3e\x49\x92\x2f\xbe\xf8\x62\x10\x6c\ \x2a\xa5\xba\xbe\xd3\xc6\x7c\xe8\x6e\x11\x03\x02\x6b\x4c\xd7\x75\ \x00\x61\x90\xd0\x52\x4a\x11\x82\x10\x42\x2f\xa5\xb5\x16\x63\x8c\ \x08\x0e\x08\xe8\xe0\xa1\xe7\xbd\x96\xfd\xe5\xbb\x77\x93\xd1\x48\ \x76\xed\xcf\x7e\xfe\x49\xdf\xd5\x5a\x29\xa3\xfb\xb6\xaa\xb4\x92\ \x21\x78\x46\x28\x23\x94\x62\x9a\x67\x79\x96\x24\xd2\xda\xa6\x56\ \x4d\x53\x51\x8c\x56\xf7\x77\xe3\x2c\x2b\x0f\xa5\xd6\xaa\xeb\x3a\ \x8c\xf1\x28\x1f\x8d\x46\xa3\x10\x7c\xd7\x75\x52\x4a\xa5\xe4\x7a\ \xb5\x1a\x2c\x9e\x82\x37\xde\xe9\xe0\x1d\x21\x18\x21\x40\x00\x04\ \xa3\x61\x77\x59\x1e\x0e\xcf\x9e\x3d\xa3\x64\x50\x58\x23\x84\x02\ \x02\x34\x44\x4f\x11\x84\xb5\xd6\x9b\xcd\x16\x23\x52\x55\x07\x42\ \x28\x63\xac\x6b\x6b\x42\xa9\xb5\xc6\x68\x23\x04\x77\xd6\x58\x0b\ \x8c\x32\xe9\xbd\xf7\x8e\x73\x4e\x29\xd5\x5a\x02\x00\x40\x70\xce\ \x51\x4a\x01\x80\x11\x8c\x21\x30\x82\xad\x31\x55\x59\x31\x26\xac\ \x31\x00\x28\x40\x70\xc6\x50\x42\xe1\x43\x14\xd7\xff\x4d\xca\x16\ \x76\x4e\xef\x8b\xcd\x78\x3c\x8a\x84\x50\xca\x38\x87\x6f\xef\x76\ \xbf\xfa\xf2\xef\x94\x54\x9c\xb3\xb6\xeb\xde\xbd\x7b\x13\x45\x51\ \x79\x38\x9c\x9f\x3d\x20\x04\x0b\xce\xf7\xc5\x61\x32\x99\x9c\x9c\ \x1c\x77\x7d\x87\x50\xb0\x06\x37\x75\xe3\x9c\xe3\x11\x93\xaa\x7f\ \xf1\xe2\x77\x78\xd0\x0a\xc4\x71\x5d\x57\x6d\xdb\xb4\x5d\xf3\xdf\ \xff\xeb\xbf\x78\xf0\xf0\xe1\xdf\xfc\xf5\x7f\x3e\xec\x77\x75\x53\ \xc7\x82\x1b\xab\xaa\x2a\x34\x4d\x9d\x64\x23\x29\x65\xd7\xb5\xc7\ \xc7\x8b\xed\x7a\xb3\x2f\xb6\x04\x23\x82\x10\x63\xec\xf8\x78\xc1\ \x28\x59\x6f\xd6\x52\x4a\xd9\xb7\xb1\x60\x57\x97\x6f\x85\x60\xc5\ \x7e\x83\xc0\x03\xa6\x4c\xf0\x34\x49\x6e\x6f\x6e\xb4\xb2\xaf\x5f\ \xbf\xee\x7b\x79\x34\x3b\xea\xba\x6e\xe8\x84\xca\xb2\x6c\x9b\x76\ \xa0\x5c\x07\x70\x65\x79\xa8\xeb\x0a\x63\x64\x8c\xb1\x96\x0d\x5f\ \xdc\xba\xaa\x31\x66\x59\x96\x0e\xd3\x7e\x1c\xc7\x69\x9a\x9d\x9d\ \x2d\xb5\xd6\x97\x97\x97\x3e\x84\xf3\xf3\xf3\xa1\xae\x0d\xa2\xb6\ \x01\x2a\x1e\x32\x69\x0e\x87\xd2\x58\xfb\x61\xc5\x0b\x10\x74\x6d\ \xc9\x28\xe5\x14\x82\x37\x75\xa5\x92\x3c\xfd\x3f\xff\xdd\x7f\xfc\ \xf7\xff\xfe\xdf\xfd\xe7\xbf\xf9\x7f\xeb\xba\xda\x6c\x56\xc7\xf3\ \x85\xd6\xda\x68\x1d\x42\x48\x92\x78\xa8\x9e\x4f\x9e\x3c\x21\x84\ \x02\xd8\xbe\x93\x9c\x61\xf0\x41\x70\x1a\x47\xec\xeb\xaf\xbf\x42\ \x18\x3b\x07\xe7\xcb\x73\x63\x91\x92\xf2\xb0\xdf\x3d\x7e\xf4\xf0\ \x2f\xfe\xe2\x5f\xdd\xde\xdc\xfc\xa7\xff\xfb\xaf\x56\xeb\x15\x06\ \x3f\x68\x55\xdf\xbe\x79\x63\x42\x78\xfc\xf4\xd9\x6e\xb7\xfd\xec\ \xb3\x4f\xb5\xd6\xbf\x7b\xfe\x0d\x1a\x60\xf2\x28\x4e\xd3\x11\x26\ \xec\x50\x75\x45\x5d\xef\xf7\xc5\x62\xb1\xa0\x98\xfc\xf6\xb7\xbf\ \x9e\x4c\xe7\xd6\x1a\x4a\x29\x84\x10\x02\xf4\xb2\x5f\xad\x56\xef\ \x2e\xae\x7f\xfb\xfc\xf9\xc7\x1f\x7f\xdc\xf7\x7d\xdf\x75\xd5\xe1\ \xc0\x28\xae\xaa\xea\xe6\xe6\x66\x34\x1a\xa5\x49\x34\xc4\x53\x3b\ \xe7\x00\x21\xa3\x0d\x65\xdc\xfb\x20\x55\xff\xe6\xcd\xeb\xd1\x78\ \xb4\x3c\x39\xb3\xce\x3f\x7a\xfc\xd0\x68\x7f\x72\xb2\x24\x84\xbe\ \x7a\xf5\xaa\x6d\xdb\xb3\xb3\xe5\x93\x27\x8f\x57\xab\xd5\xbb\x77\ \xef\xbe\xf8\xe2\x0b\x84\xd0\x76\xbb\x1d\x8c\x98\xdf\xbe\x7d\xfb\ \xf3\x9f\xff\xec\xc3\x2a\x17\x00\x50\xc6\xa8\xe0\x98\x92\x10\x90\ \xf1\xae\x93\xbd\x10\x11\xa6\x94\x50\x12\x10\x00\xc6\x78\xc0\xad\ \x01\x02\x00\xc6\x98\x51\x46\x31\xbe\xbf\xbd\x41\xde\x39\xa3\xb3\ \x34\xb9\x5f\xdf\x03\x40\xdf\x21\x25\x25\x78\x1f\xbc\xff\x7e\x7a\ \xf5\xce\x6f\x36\xeb\x4e\x6b\x02\x08\x85\xa0\xb5\xf2\xde\xbe\x7a\ \xf5\xdd\xed\xcd\xad\xf7\x1e\x42\xe0\x4c\x30\xce\x23\x1e\x71\xce\ \x62\x11\xf9\xb1\x5d\xaf\x57\x59\x1a\x19\xa3\x23\xce\x38\x23\xde\ \x59\x14\x3c\xc5\x40\x10\x00\x02\x00\xc0\x28\xc8\xae\x5d\x2e\x97\ \xe7\x67\xa7\x45\x51\x50\x4a\x9d\xb3\x08\x81\x1f\x40\x05\x04\x9c\ \xf3\x34\x4d\xab\xaa\x72\xd6\x33\xc6\x4e\x4e\x8e\xb5\xd6\x9b\xcd\ \x8a\x10\xec\x9d\x19\xac\xd2\xad\xb5\xce\x39\x8c\x02\xe7\x1c\x63\ \xc2\x39\x1b\x10\x09\xce\xb9\xb5\xe6\xf7\x41\x8a\x48\x08\x11\xc7\ \x91\xf7\x3e\x8a\x12\xc6\x98\x94\xd2\x1b\x1b\xc5\x91\xf7\x41\x2b\ \x15\xc7\xf1\x3f\xae\x69\xfb\x67\x62\xa2\x52\x5a\x55\xe5\xb7\xcf\ \x7f\xf3\xe8\xe1\xa3\xe5\x72\x69\xb5\xec\x9a\xf2\xdd\xc5\x85\xec\ \x6a\x04\x60\x82\xc9\xd3\x68\xbb\x5a\x9d\x9f\x3f\x58\xdd\xdd\x7d\ \xf2\xd1\x47\x9c\x47\x16\xcc\x6f\xbf\xfc\xf5\xd3\x47\x0f\x9d\x36\ \x9d\xd6\x71\x22\x34\xd8\x2f\x7f\xfd\x2b\x29\xfb\x58\x44\xc1\x1a\ \x25\x95\x10\x51\x1c\x45\x49\x1c\xc7\x22\x7a\xb3\x7a\x95\x65\xd9\ \x78\x32\x6e\xdb\x26\x49\xe2\x48\xf0\xaa\xd8\x57\x04\x05\xe7\x46\ \x59\xc6\x44\x04\x98\x32\x46\x5f\x7d\xf7\x5d\xcc\x79\x3e\x4a\x57\ \xf7\xa6\xef\x3b\xc6\xc8\xd1\x74\xb2\x58\x2c\x8c\x31\x5f\x7d\xfd\ \x15\xc6\x38\x4b\x53\x2d\xfb\x28\x16\xab\xfb\x9b\xa6\x6e\x38\x63\ \x26\x60\x6b\x5d\xd3\xd4\x52\x76\x65\xd9\x34\x4d\x1d\x3a\x93\xa4\ \x00\x00\x20\x00\x49\x44\x41\x54\x63\x8c\xa5\xc7\x2c\x8e\xe3\xbe\ \x6f\xdb\xa6\x59\xaf\xef\xad\x75\x79\x3e\x72\xce\x6d\xb7\x5b\xef\ \x1d\xc6\x43\x48\x62\x70\xce\x04\xf0\x80\x3c\x42\xc8\x39\x5b\x55\ \x15\x42\x58\xc4\xf1\xc9\xe9\x92\x50\x96\x65\x99\xb6\x7e\xbf\xdf\ \xa7\x49\x32\x3f\x9a\x15\xc5\xbe\xae\xeb\xf3\xf3\xf3\xbe\xef\xad\ \xb5\x03\x2e\x96\x24\xc9\x6a\xbd\x0e\xfe\xc3\x23\xe3\xfe\xfe\xef\ \xff\xab\xb3\xf6\x67\x7f\xf4\x53\x8c\x7c\x55\x95\x37\x77\x57\x7f\ \xfd\xd7\xff\x0f\x21\xb0\xdf\xaf\x93\x24\x29\xab\x62\xbd\x5e\x49\ \xa9\x6f\x6e\x6e\xe7\x47\x73\xc6\xf8\xc5\xc5\xc5\xab\x57\xaf\xff\ \xf2\x2f\xff\xb2\x2c\xcb\xa6\x69\x63\x1e\x5d\xdc\xde\xfc\xf6\x37\ \x5f\x09\x21\x30\x0a\x65\xb1\x9b\xcd\x8f\x67\x93\x49\x9e\x8f\xf6\ \xfb\xda\x59\xf7\xea\xf5\xcb\x7f\xf3\x6f\xff\x8d\xd1\x9a\x60\x2c\ \x84\x28\x8b\x9d\x75\x16\x7c\x30\x5a\x4f\x67\x33\x16\x89\xb2\xdc\ \x5b\xab\x5e\xbf\x7e\x79\xbc\x38\x7e\xfd\xf2\x65\x59\x1c\x06\x9d\ \xd3\xa7\x9f\x7c\x3a\x3b\x9a\xfe\xf2\x57\x7f\xf7\xbb\xef\x5e\x3e\ \x78\xf8\x68\xf0\x6f\xb8\xbf\xbb\xab\xaa\x06\x82\x23\x04\x5b\xe7\ \x29\x65\xc5\xbe\xd0\xd6\x75\x7d\xd7\x34\xcd\xd0\xad\x43\xf0\x01\ \xe0\xe6\xe6\xf6\xfa\xe6\x86\x8b\x78\x32\x99\xdc\x5e\x5d\x5e\x5f\ \xb4\xde\x1a\xc6\x98\xf7\x5e\x2a\x49\xa8\xf5\x1e\xba\xb6\x67\x8c\ \x6a\x6d\x5e\xbf\x7e\xcd\xe3\xf8\xf1\x93\x67\xcb\xd3\xe5\xf1\xf1\ \xc9\xf9\xf9\xf9\x8b\x17\xdf\xb5\x6d\xfb\xf8\xf1\x93\x67\xcf\x9e\ \x7e\xf9\xe5\x97\xc3\xf9\x7a\x71\x71\x71\x38\x1c\xb4\xd6\xd3\xe9\ \xd4\x39\x57\x96\xd5\x07\xb2\x22\x10\xb2\xce\x5b\xeb\x11\xa6\x84\ \x10\x6b\x7d\xd3\xf6\x69\x02\x7e\xb0\x48\x73\x81\x10\xe6\xbc\x1f\ \xda\x19\x8a\xf1\x70\xc6\x84\x10\xea\xf2\x80\xc1\x2d\x4f\x97\xde\ \x59\xce\x98\x54\xca\x68\xc9\x29\x5d\xdd\x6f\xb4\xd4\x94\x52\x8a\ \x09\x0a\x30\x2c\x1c\x20\x04\xe3\xfd\x50\xe2\xb7\xdb\x2d\x67\xdc\ \x18\x73\x34\x99\xe6\x79\x3e\x50\x16\x9a\xa6\xa1\x94\x50\x8a\xc7\ \x93\xd1\x19\x5d\x62\x8c\xa3\xe8\xe8\xf2\xf2\x22\x8e\xa3\x7c\x34\ \x31\x5a\x77\x5d\x67\xac\x45\x08\x0d\x30\x2b\xe7\xfc\xec\xec\xec\ \xf4\x74\x29\x95\x1c\x8f\xc7\xbb\xfd\x21\x04\x20\x98\x44\x69\x0c\ \x00\x43\xa9\x75\xce\xb6\x6d\x1f\x27\xd1\xef\xb7\x84\x82\x52\xca\ \xb9\xf8\x7e\x83\x34\xa4\xc0\x78\xc0\x42\x0c\xc6\x67\x3a\xcf\xf3\ \x24\x49\x8d\x55\x52\x75\x75\x5d\x0f\x7f\x0f\x00\x5d\xd7\x19\x63\ \xa2\x28\x19\xf4\xff\x3e\x64\xde\xfb\xae\x6b\xbd\xf7\xff\xa8\x4a\ \xf7\x9f\xaf\xe7\x32\x5a\x1f\xca\x9d\x10\x04\x61\x47\x29\x2d\x8a\ \xe2\xee\xee\x0a\x61\x1f\x60\xf0\x2f\xc6\x4d\x53\x53\xfa\xb8\xef\ \xfb\x61\x1e\xb6\xd6\xb6\x6d\xf3\xec\xd9\xb3\xae\x6b\xa4\xd4\x52\ \x51\xce\xf1\xdb\x37\x6f\xa6\x93\x49\x61\x0d\x20\x30\xda\x38\xeb\ \x8c\xee\xef\xef\xef\x9d\x73\x75\x5d\x5b\x6b\x2f\x2f\x2f\x47\xa3\ \x4c\x6b\xd5\xab\x1e\x61\x14\xc7\x51\x70\xd4\x79\x17\x34\x00\xa2\ \x84\xe0\xc5\xfc\xe8\xcd\xdb\xd7\x75\x5d\x09\xc1\x77\x9b\x2e\x8e\ \x38\x4c\xc6\x4a\x29\x6b\x9c\x52\x3a\x8e\xe2\x44\xd0\xab\xab\x77\ \x8b\xf9\x62\xb7\xd9\x36\xad\xf4\x01\x08\xa6\x88\x40\x96\x65\x59\ \x96\x7d\xf9\xe5\x6f\x54\x6f\xe6\x8b\x45\xdb\xb6\xde\xbb\xa6\xae\ \x19\x27\x47\x47\x47\x59\x96\x87\x00\xdb\xed\xd6\x39\x83\x31\xf6\ \x3e\x78\x6f\x09\x79\xbf\x51\xa6\x84\xf6\xb2\x1f\x4f\xa6\x4a\x29\ \x00\x14\xa7\x29\x00\x18\xa3\x0f\xe5\x21\x8a\xb3\xf9\x7c\xde\x35\ \xb5\xec\x7b\x63\x74\x92\x24\x43\x58\xec\x70\x34\x19\x63\xac\xb5\ \x59\x9a\x8a\x48\x7c\x98\x1b\xba\xf7\xfe\xe2\xed\x6b\x6d\xb4\x88\ \xe8\xd1\x62\x7e\xa8\x0e\xff\xf0\xdb\x5f\x75\x7d\x7d\x38\xec\xb2\ \x51\xae\xad\x04\x87\xcb\xb2\x12\x22\xda\xed\x76\xc7\xc7\x27\x46\ \x9b\x8b\x8b\x8b\xc5\x62\x11\x45\xd1\xf5\xf5\x55\x00\xbc\x5c\x9c\ \xbc\x7a\xf5\xe6\xed\xdb\xb7\x4f\x9f\x3c\xbd\xbd\x7e\x27\xa2\xc8\ \x28\x95\x66\xe3\xbb\x9b\x3b\xcc\x22\xc6\xd8\xbe\x28\x76\xfb\xdd\ \x64\x3c\x6a\xeb\x9a\x13\xca\x39\x6f\x9b\x96\x33\x16\xc7\x71\x5d\ \xd7\xa3\xe9\xe4\xe6\xe6\xe6\xd3\x4f\x3f\xbd\xbc\xbc\xbc\xbc\xb8\ \x0a\x01\xb4\xd6\xbb\xdd\x6e\x36\x3d\xea\x7b\x99\x8f\x73\xa5\x74\ \x08\xe1\x6c\xb9\x7c\xf3\xf2\x45\x5d\x96\x69\x96\x1d\x0e\x95\xb3\ \x16\x00\x73\xce\x29\x25\xf3\xf9\xd1\xed\x6a\xfd\xdb\xdf\x3e\x1f\ \x8f\xc6\xd6\x39\x63\xcc\x76\xb3\xd6\x7d\x07\xc1\xff\xe8\xf3\xcf\ \x7b\xe3\x09\xc6\x80\x00\x21\x1c\xc7\x71\xd7\x75\x83\x59\x8a\x31\ \x16\x21\xc0\x18\x64\xdf\x27\x59\x46\x28\x55\x4a\x51\x4a\x09\x25\ \xbb\xdd\x36\xcb\xb2\x24\x49\x4f\x4e\x4e\xae\xaf\xde\xd4\x4d\xcd\ \x18\x1b\x74\xe9\x00\x61\xb8\xf9\x7d\xdf\x8d\xc7\x63\x21\xf8\x07\ \x7f\xe7\x19\x63\x54\x70\x44\x30\x04\xf0\x08\xa4\x56\xda\x5a\x11\ \x89\xc9\x78\x8c\x08\x8e\x92\xd8\xb4\x6d\x08\x80\xde\x67\xbf\x13\ \x02\x08\x82\xf3\xc1\x16\x45\xb1\x3c\x39\x5d\xaf\xef\xcb\xb6\x76\ \xc6\xa9\xae\x4b\x93\x44\x6b\xa5\x8d\xc6\x08\x61\x8c\x08\x21\x14\ \x13\xc1\xb9\xf5\xbe\x6d\x5b\xef\xfc\xe0\x52\x9d\x2f\x16\xe7\x9f\ \x7f\x8e\x01\xdd\xdd\xde\x72\xc6\x19\xe3\x51\x92\x6a\xa3\xb4\x52\ \xd1\x62\x1e\x0b\xbe\xde\xac\xd2\x24\x8a\x04\xa7\x94\x64\x49\x94\ \x44\x82\x12\xdc\xf7\xbd\x31\xc6\x39\x4b\x29\xe5\x8c\x6e\x37\xeb\ \xfb\xd9\x34\x16\x9c\x32\x0a\x00\x84\x10\x1f\xde\xc3\x55\x31\x17\ \x5a\x2b\xeb\xbc\x52\xca\x7b\x7b\x21\x7b\xc6\x58\x14\x45\x83\x75\ \xcf\x30\x6e\xcf\xe7\x47\x9c\x8b\xa2\x28\x8c\x31\x8c\xd1\xe1\x7f\ \xa3\x88\x23\x04\x9c\x71\x4a\xa9\xf7\x3e\x8e\xe3\x2c\x4b\x30\x21\ \xd6\xea\xbe\xef\xe3\xd8\x20\x84\xb3\x2c\x1b\xe0\x5d\xe7\x3d\xa3\ \x0c\xa3\x1f\xcc\x6e\x11\x00\x50\x40\x7d\xd7\x6f\x37\x5b\x21\xc4\ \x6e\xb7\xef\x7b\x09\x01\x42\x08\x8c\x51\xef\x9c\xf1\xbe\x28\x8a\ \xc9\x64\xd2\x34\x0d\x21\xb4\x28\x8a\xae\x6f\x00\xb9\xc1\x20\xb1\ \x6b\x1b\x86\x79\xc4\xf9\x78\xb9\x74\x46\xee\xb6\x5b\x4c\x71\x08\ \xa1\x6e\x9a\xe7\xcf\xbf\xda\x17\xe5\xe1\x50\x3e\x7b\xf6\x2c\x12\ \x62\xb3\x5e\x3f\xff\xfa\x79\x53\x35\x69\x92\x28\xa5\x82\x73\x42\ \xf0\xd9\x7c\x26\xe2\xa4\x6d\x1b\x2d\xbb\xb6\x3e\x54\x75\x9d\x67\ \xa9\x88\x58\x80\xb0\xda\xac\xd7\x9b\x35\x78\xc0\xc1\x0b\xc1\xa2\ \x24\x56\xc6\x49\x63\xb9\x88\x00\x21\x42\x50\x80\x80\xc1\x53\x8c\ \x54\xd7\xa5\x91\x10\x84\x45\x9c\x85\xe0\x19\xa3\x79\x9e\x63\x84\ \xb3\x6c\xec\x9c\x95\xb2\x47\x08\xd2\x34\xd5\x5a\x5b\x6b\x06\xfa\ \x15\x00\x46\x40\x28\x65\x11\x27\x8c\x84\x88\x13\x42\xa9\x35\x7a\ \xbf\xdf\x9d\x9d\x9f\x0b\x11\x13\x42\x92\x34\x55\x4a\x6d\xd7\x77\ \xde\xbb\x01\xa1\x1f\x6e\x57\x9a\xa6\xce\x39\x6b\x2d\xc6\xc4\x7b\ \xff\x81\x32\x14\x80\x10\x8c\x77\xe6\xdd\xc5\xdb\xa6\xad\x3a\xad\ \x5e\x7c\xfb\x5d\x79\x38\x30\x16\xb5\xad\x0c\x08\x28\xe1\xaf\xdf\ \xbd\xfd\xe9\x8f\x7f\xb2\xdd\xed\x9e\xf5\x52\x4a\x75\x7f\x77\xcb\ \x28\xb2\x56\xe7\x79\xd6\x34\x6d\x51\x6c\x51\xb0\xb3\xc9\x68\xb9\ \x5c\x5c\x5f\xbd\x0d\x01\x7c\x08\x71\x14\xbf\xf8\xdd\xf3\x80\xe8\ \x2f\x7f\xf5\xab\x34\x15\x94\xe0\xd5\xfd\xdd\xed\xc5\xd5\x8b\xe7\ \xcf\x91\xf5\x79\x92\xb4\x6d\x27\x83\x9b\x1d\xcd\x3f\x7a\xf6\x6c\ \xbb\xdb\xb5\x75\x9d\xa7\xe9\xed\xed\x4d\xcc\xe3\x28\x62\x59\x96\ \x76\x5d\xdd\x34\xe5\x66\xb7\x2a\x0f\x65\x1c\xa7\x51\x9c\xa4\xd9\ \xf8\x50\x1e\x78\x92\x6a\x1f\x18\x17\x18\x82\xf5\x8e\x89\x94\x30\ \xc1\x98\xc8\xd2\x74\x32\x19\x73\x42\x94\x35\xf3\xd9\x0c\x82\x8b\ \x93\xd1\x78\x32\x26\x9d\xdc\xac\xd7\xe3\x51\xbe\xd7\x52\x39\xeb\ \x01\x9c\xf7\x9c\x72\x1e\xc7\x11\x67\xde\xd9\x24\xcb\x30\xa6\x1e\ \xf9\x34\xcb\xb7\xdb\x3d\x65\xd1\xb3\xd3\xa5\x0b\xee\x68\x31\xe7\ \x9c\x01\xc1\x5f\x7f\xfd\x2d\x61\x42\xc4\x51\x40\xd8\xb8\x90\xa4\ \x79\x9a\x8d\xde\xbe\x7b\x4b\x19\xf7\x1f\x9a\xce\x0b\x08\x21\x40\ \xe4\xbd\x78\x04\x11\x84\x09\x26\x8c\x92\xe0\x5c\xdf\x76\x84\x92\ \x10\x00\x02\x80\xf7\x04\x93\xe0\x3d\x61\x8c\x53\x46\x30\x0e\x3e\ \x58\xe3\xea\xa6\x89\x36\xdb\xb6\xab\x31\x26\x55\x55\x16\x18\x51\ \x42\x3d\x58\x17\x1c\xf8\xc0\x30\xa4\x71\x64\xb1\xf7\x0c\xf7\x46\ \x31\xca\xd2\x38\x8a\xb3\x4c\x85\xe0\x29\x15\x51\xd4\x13\x6c\x65\ \x1b\x31\xb2\x3c\x5d\x52\xee\xea\xa2\x51\xc8\x68\xa9\x36\xc5\x5e\ \x79\x83\x18\x6d\x65\xcf\xca\x03\x0d\x28\x84\xe0\x95\x62\x84\x84\ \x10\x22\xce\x63\x4a\xcb\xed\xb6\x5f\x2e\x8f\x4f\x4f\xbc\xf5\x82\ \xb2\xf7\x88\x43\xf0\x21\x84\x71\x9e\x1e\xcd\xa6\x01\xf0\x1e\xef\ \x00\x40\x6b\x65\x9d\x8d\xe3\xb8\x6b\x5b\x4c\x70\x96\xe6\x5d\xdf\ \xc7\x71\xb2\x38\x9e\x0a\x11\xd7\xcd\xcb\x10\x7c\x1c\x47\x6d\x6b\ \x07\x95\x82\xd2\x52\xf6\xda\x59\x1f\x89\xd8\x18\xeb\x43\x00\x40\ \xc3\x74\x39\x1a\x4d\x26\x93\x31\x21\x84\x10\xea\xbc\xed\xbb\x2e\ \x04\xff\xc3\xc1\xb9\xbc\x31\x8e\x20\xda\x77\xaa\xae\xda\xb2\xac\ \xc0\xa3\x10\x02\xc6\x04\x02\xf6\x3e\x10\x2a\xb6\xdb\x6d\x14\x89\ \xfb\xfb\xbb\x4f\x3e\xfe\xe4\xfe\xfe\x4e\x29\x69\xb4\xd2\xa6\x07\ \x40\xc1\xe9\xdd\xaa\xf0\x5a\x17\x95\x44\x08\x01\x0a\xce\x3b\xc6\ \x39\xa6\x54\x4a\x59\x57\x15\xc1\x68\x36\x9d\x72\xce\x8c\x31\x6d\ \xd3\x70\xc6\x8c\x92\x4a\xaa\x3c\x89\x55\x2f\xdf\xbc\x7a\x15\x70\ \x38\x3b\x3b\x53\xaa\x77\xce\xd6\xd5\xc1\x3b\x33\x00\xe7\x00\x10\ \x02\x20\x67\x94\x6a\xbd\x37\x80\xe3\x38\xcb\x3a\xa5\x53\xca\x87\ \x35\x6e\xf0\x9e\x80\xad\xf6\xfb\x37\x2f\xbf\x43\xde\x9d\x9d\x9e\ \x34\x5d\x9b\x44\xb1\x88\xe3\x06\xc3\xbe\x38\x44\x51\xb4\xdd\xad\ \xad\xd5\x03\xdd\x34\x84\xa0\xb5\x1e\x82\x91\x19\xe3\x84\x30\x8c\ \x09\x0e\x96\x80\x8d\x05\x33\xde\x63\xc0\x55\xb9\x4f\x92\x78\x32\ \x3d\x1a\x8d\x47\x98\xb2\x28\x8e\xba\xae\x75\xce\xce\xe7\xf3\x2c\ \x4d\x19\x63\xf6\xfb\x0d\xa3\xf7\x6d\xdb\x5a\x63\x3e\x98\x46\xdf\ \x74\xad\xb5\xc6\x04\x5b\x54\x45\xdd\xf6\x55\x5d\x03\x50\xad\x1d\ \x22\x04\x30\x0e\x88\x6c\x0f\x87\xf5\x6e\xfb\xea\xd5\xab\x3f\xfd\ \xe3\x3f\x96\x5d\xf3\xcb\xbf\xfb\xdb\x3f\xfb\xb3\x3f\x33\x5a\x12\ \x46\x11\x76\xe5\x7e\xd7\xb7\x85\x94\xad\xf7\x53\x84\x71\x00\x90\ \x4a\x09\xc1\x64\xdf\x60\x4c\x0f\xc5\xe6\xa7\x3f\xff\xc9\xc3\x07\ \x67\x9c\xd0\x97\x5f\x3d\x97\x4d\x93\x50\xbe\xbe\x5b\xe5\xe3\xdc\ \x9b\x70\x77\x77\x77\x71\xf1\x6e\x7e\x74\xf4\xf9\x8f\x3e\x6f\xcb\ \xaa\xda\x1f\x4a\x80\xd9\x6c\xd6\x36\xd5\x7e\xb7\xa1\x94\x56\x55\ \x9d\xe7\xb9\xd1\x96\xf3\x18\xb3\xa8\xd7\x41\xb9\x40\x38\xf7\x28\ \x00\x1a\x20\x5d\xff\xeb\xaf\xbe\x69\x9a\xfa\xe4\xe4\x98\x52\xda\ \x35\xd5\xc9\xf1\x31\x80\xbf\xbb\xbb\x53\x52\x6d\xb6\xdb\xae\x6b\ \x06\x83\x87\xf1\x64\xd2\x77\xad\xd2\x0a\x53\x12\x27\xb1\xf7\x8e\ \x12\x08\x18\x59\xe3\x46\x79\x12\x27\xcc\x3a\x5f\x37\x55\xdd\xb4\ \xcb\xf3\xf3\x27\x1f\x3d\x8d\xe3\x84\x51\x56\x37\xdd\x6a\xbd\x9e\ \xcd\x66\xcb\xe5\x72\xb9\x3c\xab\xaa\x2a\x04\xc8\x47\xa3\xf3\xf3\ \x87\x87\xc3\xa1\xfb\x50\x1a\xdd\xf0\xae\x6a\xa5\x92\x28\x1a\xb0\ \x79\x4c\x30\x06\xf0\xce\xeb\x00\x69\x9a\xe2\x10\x08\x02\x84\xd0\ \x60\xae\xe9\xad\x23\x08\x39\x40\x18\xe1\x28\x8a\x7a\xa9\x9a\xa6\ \xb6\x4a\x21\x8c\x94\x96\x01\x01\x26\xd8\x06\x8b\x09\x10\xc0\x8c\ \x61\xc6\x09\xa1\xa8\xac\x6a\x67\xcd\xd1\x78\x9a\x44\x31\x41\x84\ \x13\xee\x7d\x20\x3c\x3a\x7f\xfc\xb4\xd8\xad\x54\x5b\x10\x1e\x52\ \x1e\x1d\x0e\xbe\xeb\xda\xf9\xd1\x51\x33\x9d\x18\x63\x08\x25\x91\ \x88\x18\x22\x9c\x60\xa9\x0d\x45\x78\x9c\x8f\xbc\x77\x84\x90\x88\ \x32\x44\x7c\x9e\xa4\xde\xd8\xae\xee\x28\x26\xce\x39\x02\x08\x13\ \x8c\x10\xc4\x91\x38\x9a\x4d\x01\x40\xab\x76\x57\xec\x45\x1c\x77\ \x5d\xc7\x45\x0e\x04\x7c\x08\xc6\x58\xef\xc1\x58\x57\x37\x1d\x04\ \x1f\xc7\x51\x55\x55\x8c\xd1\x24\x89\x87\x05\x85\xb3\xc1\xfb\x10\ \x45\x71\xf0\x50\x96\x15\xa1\x8c\x10\x2a\x84\x00\x00\x21\xa8\x31\ \x3a\xcb\x32\xc6\xe8\x83\x07\x67\x77\xb7\xb7\x3f\x14\xdd\xe2\x30\ \xf9\x7b\xef\x8d\xb5\x18\x63\xad\xf5\xc0\x26\x07\x40\xef\x61\x04\ \x8c\x43\xf0\xde\x59\xd9\xf7\xd7\x97\x97\x1f\x3d\x7b\xb6\xdf\x6d\ \x97\xa7\x27\x00\xe1\x50\xec\x95\x52\xaa\xeb\xab\xe2\xa0\x94\x1e\ \xe8\xe9\xc3\xc2\x8e\x33\x4e\x08\xee\xfb\xbe\x2c\xcb\x28\x8a\xaa\ \xaa\xba\xbe\xbe\x59\xad\xee\x02\xfc\x9e\x04\x9c\x44\x51\x1c\x63\ \x84\x18\x63\xd2\xca\xa2\x28\xa6\xd3\xa9\xd6\x7a\x88\xa5\x18\x58\ \x8b\x46\x6b\x4a\x88\xa0\x64\xb8\x24\x63\xed\xe9\xe9\xe9\x6e\xb7\ \x1b\xd0\x71\xe7\x9c\x75\x8e\x52\x3a\x4a\xb3\xea\x50\xe5\xe3\x7c\ \x32\x1d\x33\xc1\xd7\xeb\x75\xec\x6d\xd3\xb4\x6d\xd3\x54\x65\xa5\ \x8d\x12\x11\x1b\xdc\x69\x07\x9b\x94\xa1\xd3\x1e\x98\x78\x08\xde\ \x8f\x7a\x00\x61\xc8\x80\x19\xa6\x78\x4a\xdf\x77\x66\x42\xb0\xb3\ \xe5\x69\x79\x38\x1c\xcd\xa6\x75\x5d\x03\x88\x38\x8e\x09\x46\x4a\ \x22\xef\x9d\x77\xf6\x83\x69\xa8\x00\x50\x36\x75\x12\x47\x01\x23\ \x1f\xd0\xfe\x50\x74\x4a\x29\xa3\x11\x26\x42\x08\x1f\xbc\x75\xce\ \xb7\x6d\xd3\x36\x97\x17\x17\xbd\x54\x7d\xd7\x63\x84\x3f\x7a\xf6\ \x51\x79\x38\x10\xce\x0e\xc5\x61\x7d\x75\xb3\x5e\xad\xb5\x52\x87\ \xc3\xc1\x39\x47\x08\xed\x3a\x39\x99\x4c\xad\xb5\x4d\x53\xa2\x10\ \x08\x21\xb7\x37\x37\xe0\xc2\x76\xbf\x9b\xcc\xa6\x55\x59\x45\x91\ \xe0\x9c\x03\xc6\x01\x02\x46\xb0\x5e\x6f\x16\x8b\x05\x04\xa8\xaa\ \xca\x18\x23\x84\xd0\x5a\x37\x6d\x4b\x09\x21\x04\x77\x5d\x4b\x29\ \x91\x4a\xe5\x79\xfe\xe8\xd1\xc3\x5d\xb1\x8d\x93\x18\x00\xac\x35\ \xc6\xd8\x93\xb3\x49\x59\xec\xa5\x92\x9f\x7e\xf2\xf1\xf1\xd1\xe2\ \xf5\xeb\x97\x6d\x5b\x47\x51\xb4\xdd\x6d\x29\xa6\xbb\xed\x96\x30\ \x3c\x9d\x4e\xa3\x28\x9a\x4c\x26\x87\xc3\x1e\x01\x12\x42\x0c\x06\ \x75\x18\x23\x14\x3c\x06\x48\x92\xb8\xeb\x3a\x8c\x30\xf2\x1e\x91\ \x40\x09\x10\x08\xc8\x5b\xe7\xed\x1f\x7e\xfe\xa9\x53\xdd\xb3\x67\ \xcf\x8c\xb1\xfb\xed\x7a\x36\x9b\x01\xc0\x7e\xdf\x81\x37\xaa\x6b\ \x90\x3f\xfe\xe0\x95\x6e\x14\xf1\x48\x70\x8c\x03\xa5\xef\xe7\x50\ \x42\xa9\x05\xcf\x08\x45\x28\x20\x0c\xd6\x19\x4a\x08\xc6\x98\x52\ \x8c\x31\x38\x67\x31\xc6\x3e\xe0\x00\xd4\x5a\xdd\x75\x5d\xdf\x75\ \x18\x63\xe3\x5c\xc0\xc8\x38\x63\x9d\xc7\x8c\x62\x4c\x82\x73\xca\ \xe8\xbc\xd3\x76\x73\xc8\x31\x25\x4d\x1f\x23\x1e\x09\x84\x9c\x72\ \x50\x29\x69\xc1\xda\xcc\xe1\x9c\x27\x53\x2c\x16\xf3\x79\x66\x71\ \x9e\xe7\xb3\xd1\x24\x39\xf6\xfb\xfd\xbe\xeb\xba\xc5\x7c\xae\xbc\ \xe5\x82\xf7\x5a\x89\x38\xea\x95\x1c\x52\x2d\x66\x8b\x79\x79\x38\ \x18\x67\xea\x5d\xdb\x75\x1d\x21\x04\x13\x0c\x01\x18\xa5\x80\x11\ \xa5\x54\x49\x59\x77\x0d\x42\xc0\x98\x60\x8c\x87\x00\x82\xc7\xb1\ \x48\xbb\x46\x61\x4c\x09\x09\x00\xa8\xd8\x17\x83\xaf\xff\xc0\x14\ \x9b\x4c\x26\x87\xc3\x61\x36\x9b\xb5\x6d\x3b\x80\x5c\x84\x90\xc5\ \x62\x81\x30\x2e\xcb\x72\x58\x46\x69\xad\xb5\x36\x43\xd0\xc6\x93\ \x27\x4f\xb2\x3c\xc7\x3f\x1c\x26\x6a\x00\x18\x5c\x2c\xd2\x34\x0d\ \x21\x48\x29\x07\x40\x67\x78\xa7\x01\x20\x04\x0f\x00\x98\x90\xd5\ \x66\xf3\xe2\xc5\x8b\xbe\x97\x9f\x7e\xfa\x69\x5d\x37\xce\xd9\x61\ \xf5\xc0\x30\x1d\xf6\x6e\x94\x52\x00\x34\xf0\x06\x9b\xa6\x09\x1e\ \x49\x29\x8d\x51\xfb\xfd\xd6\x18\xbd\x5a\xdd\x97\x65\x69\xb5\x4e\ \xe2\x28\x4d\x47\x11\xa7\x91\x60\x98\x90\xbe\xef\xf6\x45\xb1\xbe\ \xbb\x57\x4a\x59\xe7\x28\x26\x1a\x2b\x84\x20\x89\x62\x80\x10\xbc\ \x17\x9c\x57\x55\xa5\xad\x3b\x3d\x3d\xad\xaa\xba\x69\xfb\x01\x31\ \x01\x00\x46\xe9\xf1\xc9\xdc\x5a\x47\x31\xde\xef\xf7\xde\xfb\xed\ \x76\x1b\xc7\x69\x2f\x15\xc6\x08\xe3\x60\x8c\x0a\x88\x79\xe7\x95\ \x52\x83\x53\x9a\x31\x06\x00\x86\x7f\x09\x21\xce\x79\x67\x1d\x22\ \xc4\x07\x00\x0c\x49\x2c\x92\x24\xc6\x08\xe1\xe0\xb5\x52\xfb\xed\ \x26\x04\xb0\xce\x55\x55\xe5\xbc\x1f\x3e\xa3\x73\x4e\x6b\xad\xb5\ \x56\x5a\x7f\x2f\x5b\xff\x80\xd3\x5f\x5a\xad\xbd\xcb\x10\x21\x9c\ \x36\xbd\xb4\x21\x60\xc6\x28\x63\x0e\x85\x80\x80\x52\x6a\x94\xa1\ \x94\x2a\xad\x5f\xfc\xee\xdb\xbb\xeb\xdb\x87\xe7\x0f\x00\xd0\xdd\ \xcd\x0d\x10\xb2\xdf\xef\xb1\x0d\x94\x52\xce\xb9\xd6\xfa\xf7\xa4\ \x42\x04\x10\x6e\x6f\x6f\xbb\x4e\x5a\x6b\xf7\xfb\xfd\x7e\x5f\xdc\ \x5c\x5c\x95\x65\xb9\xba\xbb\x43\x01\xf2\xd1\x68\x7e\xbc\xf0\x21\ \x34\x4d\xa3\xb4\x24\x18\x6e\x6f\xae\x37\xeb\xfb\xb6\xeb\x10\x42\ \x8c\x12\x6b\x6d\x12\x09\x8c\xb1\x75\x0e\x23\x82\x10\xba\xbe\xbc\ \x3c\x9a\xcf\x17\x8b\xc5\xdd\xea\x9e\x52\x1f\x02\xf6\x80\x5d\x40\ \xf3\xa3\x59\x9e\x46\x04\x85\xfa\xb0\x8f\x28\xdd\x6e\x37\x4a\x29\ \xc6\x98\xd5\x46\xa4\x99\x75\x8e\x61\x32\x88\x0d\x06\x83\xd0\xc3\ \xa1\xb0\xce\x2a\xa5\x00\x02\x21\x04\x02\x92\x5d\x6d\x54\x1e\x86\ \x1c\x75\x67\x3e\xfe\xe4\xb3\x34\xe2\x5d\x53\x2e\x9e\x3c\x59\xdd\ \xaf\xda\xb2\x50\x6d\x53\x6c\xd6\x43\xe3\x96\x70\x8a\x31\xf6\x5a\ \x59\xd9\x95\xfb\x35\x3c\x7d\xf4\xc1\x07\x86\x10\x22\x1f\xe5\x79\ \x96\x71\xce\xb5\x36\xd6\x9a\x21\x16\x97\x10\xea\x9c\xc3\x18\x33\ \xc6\x28\x26\x00\x40\x09\x1d\xb8\x02\xc3\xcd\x1d\x7e\x6f\x9b\xae\ \x57\x2a\x4e\x22\xc2\xb8\x73\xb6\x93\x0a\x30\x26\x54\x20\x8c\xb0\ \x10\x88\x32\xe4\x21\xa2\x74\x32\x9a\x78\xeb\x82\x73\xc0\x1c\xa7\ \x91\xa0\xb4\x2f\xeb\x5e\x2b\x46\x41\xcb\xba\x8d\xe2\x93\xa3\x45\ \x1a\xc5\xc8\x79\x86\x48\x70\xde\x48\xed\x94\x4e\xe3\xa4\xab\x55\ \x5b\x4b\x2e\x84\xd1\x7a\xbb\xdb\x3d\x79\xf2\x84\x0b\x91\xa6\x59\ \x51\x14\xfb\xe2\xb0\x2f\x8a\x10\x02\x65\xcc\x06\x0f\xde\xbb\xe0\ \xbd\x73\xd9\x28\x4f\xf3\xcc\x05\xef\x84\x08\x98\x56\x55\x33\x9b\ \x1e\x9d\x9e\x2e\xab\xaa\x11\x22\x3e\x39\x39\x59\xaf\xb7\x42\xc4\ \x9b\xf5\x3a\xcb\x33\x21\xc4\xf7\xdd\xd6\x78\x3c\x1e\xd6\x85\xc3\ \x67\xec\x55\x7f\x28\x0e\xd3\xf9\x6c\x38\xe3\x8d\x31\x83\xe8\x2d\ \x8a\xa2\xc1\xc8\x64\xb1\x58\x10\x4a\x7f\x18\xbb\x45\x8c\x8d\x31\ \x55\x59\x66\x69\x4a\x08\x91\x52\xc2\xfb\x88\x01\x18\x00\xd1\x10\ \x02\xc5\x24\x38\x07\xce\xf5\x4a\x3e\xff\xea\xab\xd1\x68\xc4\x29\ \x95\xae\xd7\x52\x46\x82\xb7\x4a\x57\x6d\x63\xad\x6d\xdb\xce\x07\ \x33\xbc\xdb\x18\xe3\xbe\xeb\xac\xf1\xce\xb9\x24\xc9\xf6\xfb\xfd\ \x6a\xb5\xda\xef\x77\x27\x8b\xf9\x28\x4b\xbd\x73\xce\xdb\x3c\x4b\ \xf2\x5c\x48\x29\x67\xb3\xe9\x90\x1f\x91\x65\xe9\xe1\x50\xe6\x59\ \xe6\xbd\xeb\x7b\x09\xc1\x12\x4a\x82\xf7\x22\x8a\xa4\x94\xa7\x67\ \xb3\x87\x0f\x1f\x1e\x0e\xe5\xa1\xac\x86\x46\x89\x32\x36\x14\xd9\ \x34\x4d\x38\xe7\xd5\xa1\x90\x4a\x8f\xf2\x6c\x36\x9d\xbf\x7d\xf7\ \x4e\x5b\x4b\x30\xc1\x08\x73\xc6\xe3\x28\x1e\x4a\xd5\xf0\x84\x28\ \xa5\x43\x6e\x05\xc2\x18\x00\x21\x4c\x08\xa1\x8c\x20\x84\x49\x96\ \x8d\x28\x46\x97\x17\xef\x10\xc6\xd3\xe9\x14\x42\xb0\x46\x79\x6b\ \x93\x28\xe2\x9c\xf7\xb2\xaf\xab\x32\x84\x60\x94\xf2\xce\x51\x8c\ \x29\x25\x1f\xe4\x2c\x88\x01\xe0\xf2\xee\x2e\x8e\xe3\x47\x49\x22\ \xcb\xf6\xf6\xfe\x1e\x11\x12\x10\x78\xef\x8d\x73\xce\xbb\x2c\x4a\ \x08\xc1\x7d\xd7\x25\x22\xfa\x2f\x7f\xfd\x37\x5d\xd3\xfe\xab\x7f\ \xf9\x2f\xad\x56\x5d\xdf\x79\x00\x04\x61\xb7\xdb\xf4\x5d\xeb\x9c\ \xdf\xef\x77\x08\x61\xce\xf9\xe0\x6f\x71\x34\x5b\x94\x65\x4d\x08\ \xe9\xda\xf6\xdb\xe7\x5f\xbf\xf8\xf6\x77\x69\x9a\xe5\xe3\xb1\x60\ \xac\xd8\xef\x11\x04\x8c\xd0\xc9\xf1\x02\x11\xd0\x5a\x52\x4a\x8f\ \x8f\x8f\xdf\xbe\x7d\x9b\xa6\x69\x1c\x47\xd6\x1a\x63\x35\xc1\x84\ \x52\xca\x28\xc3\x00\x4d\x53\xff\xfc\x8f\x7e\x3e\x18\xfb\x6a\xa3\ \x8d\xb3\x18\x53\x84\x70\x1c\x89\xf9\x6c\x3c\x1d\x65\x4a\xf5\x6f\ \xdf\xbe\x72\x46\x2f\x8e\x66\x55\x55\x77\x6d\x1b\xbc\xc7\x18\x30\ \xc6\xcb\xe5\x72\xb5\x5a\x71\xce\xa4\x94\x4d\xd3\x8c\x27\x63\x00\ \xd4\x75\x35\xc6\x88\x33\x64\x8d\x1e\xa8\x43\x42\x08\xc1\xf9\x7c\ \x3a\xbe\xbe\x78\x7b\x73\xf1\xf6\xe2\xd5\x8b\xc9\x78\xd2\x77\x5d\ \xc4\x70\xb0\xfa\xb3\x8f\x9f\x2a\xa5\xa4\xec\xa4\x94\x6d\xdb\xd4\ \xc5\xce\xf4\xdd\x64\x9c\x7f\x60\xfc\x02\xc6\x03\xec\x3d\x08\xf5\ \x08\x41\x8c\xd1\x38\x8e\x92\x24\x1e\x8e\x6d\x11\xc5\xf9\x38\x77\ \xd6\x35\x75\xed\x21\x04\x20\x04\x63\x4a\x30\x21\x98\x52\x12\x82\ \xb7\xce\x7a\x04\x88\x32\x40\x10\x00\x82\x0f\xce\x7a\x4c\x28\x21\ \x84\x0a\xe4\x09\xed\xb0\xaf\xc1\x50\xec\x92\x51\x5c\xc8\x3e\x76\ \x61\x9c\xb0\xd1\x24\xb2\x07\x75\x75\x7b\x47\x09\x42\xc8\x40\x16\ \xcd\x9d\xd4\x1c\xb5\x6d\x13\xa4\xb8\x3a\x6c\x14\x68\x9a\x0a\xc5\ \x50\x2d\xbb\xae\xed\x4e\x4e\x4e\x88\x77\x93\xe9\x64\x76\x34\x4b\ \xd2\x94\x47\xc2\x03\x60\x82\x7d\xf0\x08\x21\xc0\x08\x10\x62\x8c\ \x79\x08\x88\x60\x6d\xcc\xdd\xdd\x1d\x65\x6c\x34\x1a\xcf\x8e\x4e\ \x5f\xe9\x37\x47\xb3\xd9\x68\x34\xe9\xba\x7e\x3c\x9e\x7c\xfa\xe9\ \x67\x9c\x89\xd5\x6a\x7b\x38\x54\x08\xe3\xa3\xa3\xb1\x31\x6a\xc8\ \x6c\x37\xc6\x10\x42\x06\x0f\x05\x8c\xf1\xf9\xd9\xf9\x6c\x7e\x44\ \x28\xd5\x4a\x2f\x97\xcb\xc3\xe1\x50\x96\xa5\x73\x6e\x98\x57\x8c\ \x31\xb2\xef\xd1\x0f\xc4\x2b\x02\x21\x04\x21\x18\x63\x9a\xa6\x69\ \xdb\x56\x08\x71\x76\x76\xb6\xdf\xef\x7f\xdf\x6d\x05\x40\x40\x30\ \x76\x46\xcb\xbe\x45\x08\x17\xfb\xdd\xfc\x68\xb6\x5e\xdd\x23\x84\ \xea\xba\x4e\xd3\x54\xa9\x5e\x4a\x89\x10\xd2\x5a\x1b\xab\x84\x60\ \x21\x04\xce\x39\x60\xa4\xb5\x76\xce\x37\x4d\x2b\xa5\x3c\x3f\x3f\ \x8b\x22\x4e\x31\x42\x28\x08\x1e\x63\x82\xba\xae\x6b\xea\x9a\x12\ \xb2\x3c\x5b\x7a\xef\xa3\x48\x50\x92\x95\x65\x19\x45\x62\x94\x1f\ \xf5\x52\xb6\x4d\x13\x42\xb0\xde\x06\x8f\xac\xb5\x67\x67\x67\x0f\ \x1e\x3c\x78\xf9\xea\xd5\x30\xcc\x12\x4a\x10\xc6\x84\xd2\xbe\xeb\ \x06\xf1\x60\xf0\x21\x78\x20\x0c\xa2\x98\x8f\x27\x79\x53\x77\xce\ \x7b\xc6\x18\x04\x08\xf8\xbd\x79\xfc\x60\xf1\xfe\xfd\xd8\x12\x42\ \x20\x91\xc0\x94\x12\xce\x19\xc6\x98\xb0\xc1\xbc\x90\x53\x5c\x55\ \x0d\x84\x10\x09\xde\xb7\x4d\xdf\xb5\xdb\xcd\xda\x39\x37\x9f\x1f\ \xa5\x71\x6c\xad\x95\x94\x30\x82\xc3\x3f\x5d\x37\xf7\xfd\x5d\xc7\ \x18\x57\x4d\x77\x7d\x7b\xbb\xab\xaa\x48\x24\x8f\x9e\x3e\xf1\x01\ \x2e\xae\xaf\x42\x70\x94\x32\x04\x38\xf8\x40\x82\x3f\x14\x7b\x76\ \x34\xbf\xbd\xbd\xe2\x84\xe5\xa3\xec\xfa\xea\x82\x0a\xbe\xdd\xac\ \x67\xd3\x69\xdd\xd4\x46\xa9\x10\xc2\x7e\xbf\x67\x8c\x0e\xf4\xe8\ \x24\x49\x94\x92\x5d\xdb\x66\x79\x76\x7b\x75\x85\x1f\x3e\x7c\xf8\ \xf0\xa1\xb5\x36\x49\x62\x1c\xd0\xe2\x78\xe1\x9c\xeb\xba\x76\xb7\ \xd5\xcb\xe5\xe9\x8f\x7e\xf4\xa3\xf5\x6a\x35\x19\x8f\x47\xa3\x3c\ \x8e\xe3\xf3\xf3\x33\xad\x8e\x06\x79\x33\xe3\xcc\x29\x33\x70\x56\ \xff\xe4\x8f\x7f\xfe\xee\xf2\x92\x12\xd2\x29\xe5\x9c\xe7\x82\x22\ \x42\xb4\x94\xc5\x76\x6d\x8d\x23\x94\xf6\xbd\xe2\x91\x18\x65\xe9\ \x74\x32\xd9\xed\xb7\x84\xe0\x34\x49\x8c\xb3\xc6\x18\xce\x79\x9a\ \x66\xc6\xa8\xd1\x78\x34\x6c\xf7\xf3\xfc\x74\xbb\xdd\xa9\x4e\x72\ \x46\xa3\x28\x42\x48\xc5\x11\xf7\xde\xa3\xe0\x26\x59\x52\xd7\xf5\ \x76\x75\x07\x56\x07\x1f\x76\x9b\x55\x5b\x97\x87\xfd\x86\x73\xfe\ \x07\x7f\xf0\x23\xc1\x30\xc5\xa1\x8c\x39\x0a\x36\x78\xfb\xe1\xf0\ \x08\x46\x08\x82\x73\x76\xe0\x31\x0d\x14\xf3\x34\xcd\x9c\x73\x00\ \x61\x3c\x1e\x61\x4a\x24\xf4\x21\x78\x42\x48\x14\x73\x82\x09\xa3\ \x14\x23\xcc\x39\x63\x8c\x7a\x84\x29\xd0\x10\xc0\x18\xed\x83\x17\ \x94\x81\xf3\x9c\x51\x4a\x89\x35\xa6\xaa\xeb\xd6\x29\x43\x21\xe8\ \x16\xe9\x16\x63\x34\xcb\x84\x54\xa5\x3d\x20\x6b\x9d\x0c\x1a\x63\ \x68\x55\xd3\x6e\x9c\xe1\x28\xcd\x33\x02\x38\x13\xd0\x53\x6f\x39\ \x0a\xde\xbe\xba\xbb\xb4\x7d\xef\xb4\xd9\x15\x3b\x67\x5d\x14\x45\ \x6d\xd7\x51\xce\x19\x67\x94\x51\x65\x74\xdb\x77\x1e\x01\x04\x8f\ \x31\xc2\x8c\x05\xe7\x08\x26\xc6\x98\xed\x6e\x97\xe7\x39\xe7\x7c\ \x3c\x39\x62\x94\xee\x76\xfb\x10\x90\xb5\x86\x73\xbe\x59\x6f\x8d\ \xb1\xef\xde\xbd\x93\x52\x06\xf0\x21\x18\xce\x99\xb5\xf6\xfa\xfa\ \x3a\x49\x92\x61\xde\x1a\xa2\x33\xf3\x3c\xef\xda\x8e\x30\x4a\x29\ \x35\xc6\x0c\xda\x92\x81\x09\x84\x31\x7e\xf0\xe0\x41\x9e\xe7\xf0\ \x8f\x45\x5d\xfd\x33\xea\x16\x31\x1e\x74\x8b\x84\x90\x41\x97\x6f\ \x8c\x19\x66\xb1\xf7\xf4\x62\x8c\x29\x21\x00\xc8\x5a\x33\x94\xb3\ \xa2\x28\x10\x42\x83\x65\x47\x12\xc5\xd6\xbc\x2f\xde\xde\x7b\x84\ \xe8\x50\xb9\x10\x20\x29\x25\x21\x8c\x31\x91\xe7\xa9\x73\xf6\xe4\ \xf4\x78\xbf\xdd\x6e\xd7\xdb\x38\x16\xb3\xd9\x6c\x3c\x1e\xc9\xbe\ \x77\xd6\x81\x77\x08\x7c\x5d\x95\x9c\x73\xce\x88\x56\x5d\x12\x0b\ \x46\x71\x14\xf1\xae\xeb\x18\x67\x5d\xd7\x32\xc6\x76\xbb\xdd\xdd\ \xdd\x9d\xd1\x86\x10\x82\x10\xc6\x94\x28\x63\x66\xd3\x69\x9e\x65\ \xc3\xec\x86\x30\xe9\xfb\x0e\x10\x69\xdb\x97\x8c\x73\x2e\x98\xed\ \x0d\xa5\x84\x31\x96\xa4\xc9\x30\x0b\x0f\x42\xb0\xa1\x6c\x79\xef\ \xad\x75\x3e\x01\x4c\x88\xe0\x1c\x63\xdc\x75\x1d\x65\xbc\xd8\x07\ \x63\x35\xa5\x8c\x61\x20\x08\xa5\x69\xb6\xdf\x1f\x06\x49\x39\x21\ \xe4\xfe\xfe\x7e\x40\xfa\x17\x8b\x45\xd3\x34\x18\x7d\xa0\xfa\x07\ \x00\x28\xe3\x01\x53\xa5\x8d\xf5\xa1\xe9\x5a\xca\xb9\x75\xce\x1a\ \x47\x99\x8f\xa3\x54\x10\x8c\x01\x33\x46\x85\xe0\xb7\x17\x57\x7f\ \xf4\xb3\x9f\xdd\x5e\x5f\x6f\xf7\x3b\xc6\xd8\xe5\xcd\x75\x51\x8c\ \xac\xb1\x5a\x6b\xe7\x9d\x31\x56\x88\x81\x3d\x80\xd3\x34\xdb\xef\ \xf7\xd6\x85\xa6\x69\x8f\xe6\x13\x46\xf1\xd1\x7c\x9a\x24\xc9\x2f\ \x7f\xf9\x4b\x4a\xc8\x74\x3a\x7b\x70\x7c\xe4\xbd\x85\xe0\x93\x34\ \xe6\x9c\x3a\xab\x95\x6c\xd3\x38\x32\x46\xb7\x75\x35\x9d\x4e\xac\ \x49\x83\xb7\x5a\x69\x84\x20\x78\x0b\x08\xae\xaf\xaf\x8a\xa2\x18\ \xe8\xda\x5c\x08\x44\x09\x60\x7c\x72\x72\xcc\x30\x48\xa3\x98\x10\ \xd6\xa8\xdd\x76\xd3\x54\x55\x3e\xca\xd3\x38\x26\x8c\x75\x7d\x3f\ \x8c\x57\x8f\x1e\x3d\x9a\xcf\xe7\x57\x57\x17\x75\x53\xc7\x71\xec\ \x9c\x33\xd6\xf4\xbd\xa2\x14\x33\x2e\x92\x24\xa1\x94\x72\xc6\xca\ \xc3\x7e\xbf\xdb\x54\x55\x35\x74\x6a\x18\x43\x2c\x18\x0a\xce\xea\ \xfe\xc7\x7f\xf0\x79\x14\x45\xc5\x6e\x7b\x7d\x7d\xad\x94\x3a\x3e\ \x3e\xfe\xe9\x17\x7f\x20\x18\x0d\x1f\x2a\x17\x8d\xe3\x38\x8e\x63\ \xce\xf9\xa0\x55\x1a\x54\x38\x8c\x31\xad\xf5\x60\xf1\x44\x39\x8b\ \xb8\x60\x94\x6b\xad\x92\x28\x1a\x70\x5b\x8c\x10\x00\x70\xce\xa3\ \x54\x38\x84\x09\xc6\x71\xc4\x28\x26\x94\xe0\x62\xb7\xed\xbb\x8e\ \x20\x60\x28\x44\x94\x08\xc6\x99\xc3\x9c\xf2\xae\x6b\xad\xd1\xd8\ \xba\xf1\x68\xd4\x01\x50\x84\xa7\x49\x84\x08\xc2\xc1\xe4\x49\xb2\ \xb9\xbb\x65\x8c\x71\xca\xee\x2e\x2e\x92\x28\x72\xce\x39\x6b\x37\ \x9b\xed\xf9\xf2\x1c\x13\xd2\x74\x1d\x00\xd2\xce\x3a\x08\xeb\xdd\ \xb6\xae\x6b\x20\xb8\x6e\x5b\xe7\x3d\x60\x44\x19\xc3\x84\x28\xad\ \x03\x02\xce\x78\xd7\xf7\x1e\xc2\xa1\x2a\x9b\xae\xbb\xba\xb9\x45\ \x40\xac\x75\x4a\x49\xa5\x94\x94\xfd\xed\xdd\x55\xdb\xf6\x08\x05\ \x6b\x35\x40\xcc\x39\x1f\x2c\x6d\x06\x92\x93\x94\x92\xfe\xfe\xa7\ \xeb\xba\x00\x50\xef\x9b\xe1\x98\x1f\xa8\x12\xc3\x58\x63\xad\xed\ \xa5\x1c\x06\xb1\x1f\x88\xcb\x0d\x22\x04\x0f\x97\x38\x74\x8c\xc3\ \xee\x7f\xf8\x60\xef\x0d\x94\x59\x08\x88\x1a\x2d\x87\x95\x9c\xd1\ \xd2\x5a\x37\x78\xe0\x69\xa5\xac\xd6\x8c\x88\xf7\x64\x16\x4a\xbc\ \x0f\x03\x1c\x30\xe8\xf8\x07\x68\x49\x08\xce\x38\x21\x94\x1c\x1f\ \xcf\x23\xce\x0e\xc5\xbe\xef\xbb\xc9\x68\xd4\x38\x1b\x90\xf7\xc1\ \x0f\xc9\x7a\x9c\x73\x21\x84\xf7\xe1\xfb\xfc\x1b\xe7\x7d\x12\x89\ \x38\x8a\x92\x24\xb9\xb9\xb9\x59\x2e\x97\x83\x20\x5e\x6b\x13\xbc\ \x1b\x8c\x2e\x46\xa3\x7c\x3c\x1a\x31\xc6\xda\xae\xe3\x9c\x69\x63\ \x7a\xa9\xac\xc5\xb2\xef\x08\xa1\xa3\x3c\xef\xb5\x1a\x0c\xad\x30\ \xc6\xd6\xda\xfb\xfb\xfb\xe1\xf0\x77\xce\x01\x40\xf0\x61\xb1\x98\ \x87\x00\x75\x5d\x3b\xe7\x02\x40\xf0\xde\x5a\x1b\x25\x51\x1c\xf1\ \x34\x4d\x29\x63\x5d\xd7\x30\x46\x8e\x17\x73\x63\xcd\xdd\xad\x0b\ \xde\x5b\xa3\xa2\x88\x8f\xf2\xec\x03\xd5\x73\x08\x23\x84\xac\x77\ \x84\x12\x6b\x9d\xb5\x2e\x8a\xa2\xe0\x42\xb0\x81\x20\x8a\x3d\xd6\ \x52\x79\x02\x79\x14\xc9\xae\xd7\xb9\xc2\x18\x7b\xe7\x8b\xa2\xe8\ \xda\x0e\x10\x38\x6d\x56\xed\x3d\x05\x02\x21\x0c\xda\xd9\x61\x9a\ \x1b\x7c\x4b\x86\xd3\x65\xb9\x3c\x4d\xd3\x68\x34\x1a\x8b\x48\xc4\ \x49\xf2\xa3\x3f\xfc\x83\xdb\xdb\xdb\xfd\x6e\xb7\x38\x9a\x8f\xf3\ \x7c\xbb\x5a\xcb\xae\x77\x9c\x75\x6d\xd7\x35\x2d\x17\x02\x23\xa4\ \x7a\xd9\x51\x26\xbb\xde\x5b\xc7\x28\x85\xe0\x46\x79\xfa\xea\xf5\ \xdb\x37\xaf\xdf\x8c\xa7\x33\x44\x30\x42\xc8\x87\x80\x30\x41\x88\ \xe6\x59\x7a\xba\x38\x5a\x1e\x2f\x5c\x08\x9b\xed\x2e\x89\x85\x54\ \x76\xbb\xdd\x66\xd9\x68\x75\xbf\x9e\xcd\x67\x71\x9a\xf4\x7d\x3f\ \x9f\xcf\x29\xa5\xcf\x9e\x3d\x2b\x0e\x7b\x29\x65\x1c\xc7\x03\x42\ \x8c\x11\xca\x46\x93\xa3\xc5\xf1\x76\xbb\xa9\xeb\x5a\x69\xd7\x75\ \x72\xe8\xd1\xb4\x52\x27\xf3\x39\xa5\xec\x67\x3f\xfb\xd9\x57\x5f\ \x7d\xf5\xf8\xd1\xa3\x7c\x34\xfa\xf2\xcb\x2f\xdb\xb6\x6d\x9a\x66\ \xb1\x58\x4c\x26\x93\x10\xe0\xc3\xc4\x3f\x18\x63\xa5\x65\xdb\x37\ \x8c\x13\x1f\x18\x42\x38\x8e\x23\xce\x53\x3f\xec\x07\x31\x32\x56\ \x45\x34\x61\x9c\x4e\x26\x79\x2f\x49\xdf\xb4\xd6\xda\x34\x49\x18\ \x65\x18\x23\x63\x14\x0a\xce\x22\x60\x98\x46\x8c\x51\x08\xa0\x2c\ \xb3\xae\xdf\x17\x93\xf1\x28\x41\x24\xb2\x7e\x06\x82\x89\x38\x4d\ \x53\xc5\x62\xa5\x24\xf8\x10\x1b\xc8\x09\x8e\xb9\xf0\x9c\x88\x48\ \x34\x2c\x66\x42\x00\xcf\x8d\x36\x46\x69\xc1\x45\x46\x12\xa0\xc1\ \x04\xc3\xe2\x91\x00\x8c\x13\x81\x00\xf5\xb2\xa7\x8c\x32\xc1\xbd\ \xf3\x94\x51\x44\xb0\x35\xc6\x79\x4f\xa9\x18\x06\x46\xcc\x28\xf6\ \x7e\xf8\x1a\x33\xce\x87\x76\xf2\xbd\x90\x9a\x50\x46\x69\x92\xc4\ \x69\x1a\xa5\x69\x9e\x24\xf1\x7e\xb7\xdb\xed\x55\x92\x9c\x2e\x16\ \x8b\xc1\xa7\x68\x90\x31\x0e\x95\x6b\x58\x34\x85\x10\x30\x21\x94\ \x31\x4a\x08\x63\x6c\xe0\x30\x0e\x05\x21\x4d\x53\xd9\xf7\xc1\xff\ \xff\xc5\xe1\x87\xc1\xe7\x42\x83\xf0\x03\x84\x10\xc3\x2b\x3d\x5c\ \xdf\xe0\x3d\x06\x01\x00\xc3\xd0\xad\x44\x51\x24\xa5\x7c\x8f\xc5\ \x5a\x0b\x10\x8c\xf1\x0e\x05\x80\x80\xf1\x00\x61\x86\xc1\xad\x45\ \x29\x65\xb4\x8f\xe3\x14\x63\x70\xde\x2a\x15\x9a\xba\x62\x84\xa4\ \x69\x12\xc2\xa4\xef\xfb\xf9\x7c\x06\xe0\xbd\xb3\x94\xe2\xc7\x8f\ \x1e\x52\x82\xdb\xb6\x03\x08\x93\xc9\x04\x00\xfa\x5e\x22\x80\x58\ \x88\x2c\x4d\x05\xe7\xbb\xfd\x1e\x11\x3d\x9b\xcd\xbe\xfb\xee\xe5\ \x70\xd1\x98\xe0\x01\xa4\xbb\xbb\xbb\x4b\xe2\xe8\xd9\xb3\x8f\xd2\ \x2c\x6b\x9a\xd6\x59\xcb\x19\xf5\x01\xe2\x38\xc6\x18\x1b\xa3\x87\ \x16\xa9\xaa\x2a\xce\xf9\xd0\x57\x52\x4a\x27\x93\xc9\x66\xb3\xc1\ \x18\xc7\x51\x6c\x8c\x1d\xf8\xd9\x00\x00\xc6\x70\xc6\xe2\x38\x9a\ \x8d\xc6\xb3\xc9\x08\x61\x42\x99\x38\x9a\xcd\xd6\xeb\xb5\x31\x7a\ \xd0\xe8\x5a\x6b\xbd\xf7\x71\x14\x31\x46\x9d\xb3\x1f\xf0\x0a\x01\ \x02\x84\x51\x24\x22\x29\xa5\x56\x9a\x31\x16\x8d\x22\x6b\x1c\x0a\ \xc0\x30\x45\x08\x05\x07\x0e\x59\xc7\x48\xdb\xb9\xa6\x4e\x30\x06\ \x63\xf4\x7e\xbf\x6b\x9a\xc6\x3a\x8b\x08\x76\xce\x19\xe3\x28\xa1\ \x9c\x73\xce\xb9\x31\x9e\x10\x62\x6d\xd8\xef\xf7\x68\x90\xac\x50\ \x6a\xb4\x6a\xdb\xda\x58\x1d\x20\x64\x79\x76\xb2\x3c\x11\x8c\x11\ \x0c\x4f\x9f\x3e\xed\xdb\x36\xcf\xd2\xe9\x6c\x0a\x10\xee\xee\xee\ \x42\x08\xd3\xe9\x94\x31\x66\x8c\x1e\x14\x9d\x79\x9e\xc6\x22\x52\ \x52\x7e\xfb\xbb\x17\x93\xf1\x04\x53\xe2\x9c\x43\x18\x39\x1f\x28\ \x46\x94\xd2\xaa\x3c\xdc\x3a\xf5\xec\xa3\x8f\x1e\x9c\x9c\x0b\x2e\ \xbe\xf9\xdd\x0b\x84\x10\x67\x3c\x49\xe2\x2c\x4f\xd2\x34\xad\xdb\ \x66\x60\xbd\x35\x4d\x93\x24\xd1\xa0\x1c\x5e\x2e\x97\x55\x05\x00\ \xde\x05\xc8\xc6\x93\xa6\xed\xd7\x9b\x9d\x94\x92\x20\xb8\x5b\xad\ \x66\x93\xc9\x74\x36\xfd\xe8\xe3\x8f\x96\xe7\xe7\xbb\xed\xfe\x74\ \x79\x26\xbe\x7b\xf9\xe6\xdd\xc5\x2f\x7e\xf1\x8b\x34\xcb\x3f\xf9\ \xf4\xb3\x57\xaf\x5e\xe5\xa3\xf1\xe9\xe9\xc9\x6a\x77\xf8\x60\x4f\ \x54\x00\xc0\xef\xf9\x40\x2e\x84\x40\x08\x1e\x3c\x51\x06\xb3\xc9\ \x10\x82\x36\xc6\x3b\x4f\xc8\xc0\x97\x18\xf0\x20\x8b\x38\x02\x80\ \xb6\x71\xc0\x29\x8d\x05\x26\x4c\x2a\x49\xac\xc3\xc6\x25\x18\xff\ \xe4\xd9\x47\x8c\x10\x84\x21\x4b\xf3\x3c\xca\x04\xe7\x49\x96\x02\ \x42\x08\x23\xc6\x08\xc3\x98\xf8\xc0\x31\x01\xe7\xe2\x2c\xd7\x34\ \x58\xe7\x31\x40\xf0\x41\x08\x3e\xac\x08\xbd\x75\x5a\xeb\x22\xce\ \xee\xac\xdc\xb5\x2d\xc1\x98\x31\xe6\x01\xca\xaa\x1a\xae\xd3\x79\ \x6f\xbd\x0b\x08\x81\xf7\x3e\x04\x40\x10\xbc\x77\xde\x23\x00\xe7\ \x9d\xf7\x3e\x00\xb4\x5d\x87\x31\xc2\xef\xa1\x1e\x24\x55\xb7\xdd\ \x05\xc6\x0e\x18\xa1\xae\xaf\xad\xd5\x00\xfe\x70\x28\x86\xf1\x68\ \x10\xf3\x1b\x63\x86\x65\xfd\x70\xfe\x79\x18\x98\x43\x78\xa8\x00\ \xc3\x5f\x12\x42\xa2\x28\xd2\x5a\x03\x20\xf4\x43\x72\xb9\xc1\x49\ \x92\x0c\x16\x2e\xd6\xda\xa1\x85\xfe\xfd\x43\x25\x83\x95\xcf\xc0\ \xf9\x1e\xe0\xa1\x21\xc4\x69\x40\xf1\x19\x67\xc6\x18\xf0\x96\x52\ \xec\x7d\x60\x8c\x23\x14\xbc\x77\x43\x15\x17\x82\x7e\x7f\xd0\x61\ \x4c\xbc\x77\x7d\x2b\x39\x65\x00\x41\x29\x09\x28\x8c\x46\x99\x73\ \x8e\x01\x4a\x93\x04\x01\x20\x08\x71\x24\x38\x63\xb2\xef\x39\xa3\ \x9c\x91\xb2\xac\x0e\x46\x0f\x36\x55\x72\xbd\xa9\xeb\xba\xaa\xaa\ \x00\x40\x08\x05\x82\x11\x46\x4a\xa9\xc3\xe1\x30\x7a\xf4\xa0\x2a\ \xcb\xa1\x13\x8c\xa2\xa8\xed\x5a\x8c\x49\x24\x62\x80\x60\xb5\x1e\ \xc6\xde\x21\x17\x60\xf8\x80\x43\x68\xc2\xf0\x3b\x20\xb4\xdd\x6e\ \x11\x42\xa3\xd1\xc8\x18\x83\x10\xf2\xce\xaa\xbe\x2f\x43\x10\x8c\ \xf0\x28\x39\x39\x3b\x9f\x4e\xa7\x6f\xdf\xbe\x1d\xe8\xb8\x03\x25\ \x75\xc8\x9e\x19\x6e\xce\x07\x42\xc5\x80\x22\x11\x4d\xc6\x93\xba\ \xaa\xbd\x77\x18\x11\x8a\xdf\x1f\x7c\x84\x12\xc6\x18\xc6\x04\x61\ \x44\x09\x56\xb2\x1f\xa5\x99\xf7\x76\xb7\xdd\x48\xad\x02\x00\x8f\ \x44\x08\x70\x28\x0e\x59\x96\x29\xad\x87\x2f\x56\x00\x18\x8f\x53\ \x4a\xa9\xec\x15\xa3\x08\x01\x44\x82\x81\xf7\x08\x85\xa6\xad\x8d\ \x73\x5c\xf0\x5e\xf6\x84\x1e\x23\x04\xcb\xd3\x13\xc6\xe9\x64\x32\ \xf2\xde\x95\x87\xa2\x6e\x9a\xd1\x28\xeb\xba\x1e\x20\x8c\x46\xf9\ \xe1\x70\xd8\xed\xf6\xe7\x27\x27\x4f\x9f\x3c\x5e\x2c\x8e\x10\xf8\ \xf5\xfd\x2e\x84\x80\x30\xc1\x18\x0d\x3b\x8e\xcd\x7a\x95\xc0\x0c\ \x82\xbb\xba\x78\x67\x03\x24\x91\x60\x01\x1d\xca\x72\x71\xb2\x38\ \x3a\x3a\x6a\xda\x0e\x21\xc4\x39\xaf\xeb\x7a\x88\xf3\xc3\x08\x87\ \x10\xb2\x2c\x2d\xcb\x02\x20\x60\x4c\x77\xfb\x62\xb5\xde\x9e\x9e\ \x9c\xa4\xf9\xc8\x28\xe5\x9d\xed\x95\xba\xbe\xbe\x9d\x8e\xa7\x9c\ \x8b\x24\x4e\x9f\x3d\x7a\x7c\x7e\xfe\xf0\xbf\xfc\xd7\xbf\xfd\xec\ \xf3\x1f\x25\x69\x56\x1c\xca\xd9\xd1\x9c\x8b\xc8\x58\x97\x8f\x46\ \xf0\xa1\x64\x54\x82\x87\xdb\x8b\xac\x75\x83\x3e\xdf\x5a\xfb\xde\ \xe7\x09\x60\x48\x00\x12\x11\x1f\xf2\x9c\x83\x73\x51\x24\xe2\x64\ \x88\x4f\x89\x18\x21\x8e\x02\x8b\x05\x71\x60\x8d\xe5\x08\x46\x79\ \x76\x94\xe6\xa9\x10\x82\x12\x46\x88\xf5\xde\x00\x48\x6f\x65\x5d\ \x01\x41\x4c\x30\x66\x31\x05\x20\x3e\x08\x8c\x75\xdf\x33\xd9\x58\ \x41\x8d\xb1\x59\x9a\x6a\x6d\xd8\xd0\x26\x07\x48\xe2\x38\x4e\xa3\ \xd8\xa7\xbe\xe8\x10\xc6\x52\xeb\xfe\x70\x10\x82\xc7\x71\x12\xbc\ \x0f\x00\xca\x68\xd9\xcb\x00\x30\x40\xc9\x18\x61\x8a\x50\x00\xc0\ \x64\xa0\xee\x13\x08\xde\x05\x1f\xbc\x41\x10\x18\xe5\x21\x40\x1c\ \x73\x00\xd7\xb6\xbd\xd6\xba\x97\x2d\xe3\xb8\x69\xca\x38\x8a\x08\ \x25\x43\x45\x1e\xd6\x71\x43\x6d\x1a\xa6\x9c\x80\xde\xf7\x31\x4a\ \xa9\xe1\x09\x7e\x5f\xe6\x06\xba\x12\xfa\x81\x28\xae\x87\xb2\x92\ \x65\xd9\x64\x32\x19\xae\x75\xb0\xb8\x91\x52\x2a\xad\x11\x00\x25\ \x04\x05\x4f\x08\x1d\x0c\xd7\xbf\xe7\x13\x30\xca\x86\x99\xc7\x28\ \x8d\x00\x63\xc1\x43\xf0\x8c\x13\x4c\xa9\x40\xa0\x8d\xce\x47\x68\ \x3a\x9e\x28\xa5\xdb\xb6\x03\x94\x64\x19\x03\x84\xaa\xba\x71\xd6\ \xc4\x42\x94\x65\x59\x1e\xaa\x34\x4d\x7d\x40\xd6\xda\xba\xeb\x8a\ \xaa\xf2\xce\x45\x71\x4c\x08\x6d\xbb\x7e\x70\xa7\xf2\x3e\x44\x91\ \x10\x51\x84\x30\x16\x42\xac\x37\x6b\x6b\x0d\x21\xc4\x20\x8b\x00\ \x53\x42\x7d\x08\x00\x10\xc7\x29\xa1\x74\x9c\xa6\x22\x8e\x49\x55\ \x4b\xa9\x1e\x3c\x7a\xd4\x77\xea\xdd\xe5\x45\x9c\x65\x10\xbc\xd2\ \x2a\x89\x93\x47\x8f\x1e\x69\xad\xef\xef\xef\xdb\xae\xb5\xd6\x74\ \x7d\xc7\x18\xa3\x94\x1d\x0e\x65\x96\xa5\x03\x7e\x8f\x10\x28\x29\ \x43\x08\x7d\xdf\xb7\x6d\x13\xc5\x29\x8b\x92\x10\x40\x29\x6d\x8c\ \x35\xc6\xde\xdc\xdc\xb6\x6d\x1b\xc7\x31\x21\xd4\xfb\xf0\xe1\x7c\ \x2e\x04\xf9\x28\x7f\xf8\xe8\xe1\xfd\xdd\xfd\xcd\xe5\x95\x91\x6a\ \xb1\x58\x08\x2a\xda\xb6\x35\xc6\x06\xef\x19\xc7\xc3\x5e\x55\x6b\ \x3d\x9f\xce\x8c\xb3\x6d\xd7\x0a\x2e\x92\x24\xea\xb4\xec\x3a\xb9\ \xdd\xed\x08\xa1\xb2\x97\x8c\xf1\x38\xce\x8c\xd6\xbd\xb1\x52\xca\ \xe3\xd3\x25\x66\x6c\x57\x1e\xb2\x88\x8d\x27\xe3\x7c\x32\xa9\x9a\ \xfa\xea\xf6\x66\x3e\x3f\xda\x1d\x8a\x48\x44\xcb\x93\x65\x96\x8d\ \xee\x36\xf7\x51\x9e\xdd\xaf\xd7\xbb\xf2\x40\x10\x1e\x8d\x26\xab\ \xf5\xc6\x5a\x3b\x99\x4c\x30\x26\x7d\xdf\xf3\x88\x2b\x6d\x38\xe7\ \xfb\x62\xbf\x5a\xaf\x11\xc1\x28\xa0\xf7\x47\x3a\x42\x4d\xd3\xe2\ \xe5\x7c\x32\x99\x1e\xa0\x9e\x4f\x67\x1e\x93\xdb\xbb\xd5\xe9\xe9\ \xe9\xd3\xa7\x1f\xfd\xfd\x3f\xfc\x0a\x63\x42\x30\x6a\xdb\x36\x4d\ \xd3\xf1\x78\x7c\x7e\x7e\x76\x7b\x7b\xfd\xfa\xcd\x1b\xad\xf4\xe1\ \x50\x59\x0b\xf9\x28\x6d\x3a\xd5\xdb\xe8\xb7\xad\x00\x00\x20\x00\ \x49\x44\x41\x54\xb6\x4d\x3e\x9e\x70\x4a\x18\x17\xdb\xdd\x2e\x8e\ \x38\x0a\xe1\x6f\xff\xfe\x1f\xe2\x88\xff\xe2\x17\x7f\x16\x27\xe9\ \xae\xd8\xfb\x00\xce\xf9\xe7\xdf\x7c\xf3\xcd\x37\xdf\x30\xc6\xca\ \xaa\xfe\xe8\xe9\xb3\xc9\xe2\xf8\x83\x63\x2e\x11\x1a\xe4\x06\xc1\ \x7b\x47\x08\x26\x04\x85\xe0\x7e\xaf\x31\x02\x42\x88\x33\x9a\x10\ \x12\xac\x0d\x3e\x38\x63\x11\x46\x21\x38\xef\x49\xf0\xc4\x06\x02\ \x98\x18\xeb\x7c\xd7\x47\x16\x32\x21\xc6\x42\xf0\xe0\xbd\xea\xf9\ \x64\xda\x35\xed\xc3\xa7\xcf\x76\xc1\x2a\x04\x9c\xf3\x38\x89\xd2\ \x34\x61\x84\x46\x0c\x73\x40\x41\xe9\xd5\xe5\x95\x82\x20\x39\x2d\ \xda\xea\xe3\x87\x67\x27\x79\x86\x01\xca\xb2\x34\x4a\xe7\xd3\x71\ \x3a\x1a\xab\x88\x65\x4e\x55\x5a\x06\xef\xd2\x34\x21\x84\x20\x8c\ \x10\x19\x8c\x21\x10\x22\x98\x71\xc6\x28\x75\x01\x80\x60\x42\x06\ \xeb\x06\x00\x00\x04\x61\xd8\x74\x07\xc4\x20\x78\xc6\xa8\xb1\x96\ \x33\x8e\x00\x39\x4a\x7a\xd9\x33\x4e\x17\xa3\x85\x33\x8e\x30\x42\ \x30\xf9\xbe\x2f\x19\xb8\x20\x03\x9e\x15\xc7\x31\xa1\xd4\x05\x8f\ \x10\xb2\xce\x79\xe7\x06\x5c\x65\x48\x18\x11\x42\x70\xf6\x8f\xd7\ \xa5\x7f\xbe\xca\x45\x30\xf6\xda\x80\xf3\x49\x14\x23\x80\x3c\xc9\ \xbc\x77\x34\xc1\xb2\xed\x38\xe7\x93\xd1\xd8\x5b\xed\xbd\x05\x8c\ \x00\x3c\x82\x40\x30\x44\x9c\x61\xe4\x09\x26\x6d\xdb\x25\x9c\xbb\ \xde\x62\xec\x05\xa3\x81\x00\xe1\x84\x62\xd6\x49\x19\x9b\x9e\x39\ \x21\xb5\x4c\xa2\x14\x10\xed\xad\xef\x3b\xd9\x07\x2c\x3b\x5b\x97\ \xca\x4a\x73\x73\xb5\x3d\x7b\xf8\xa0\x68\x1b\x96\x70\x63\x5d\x87\ \x88\x60\x89\x76\xa4\xeb\x9c\x92\x81\x12\xc2\x30\x10\x10\x71\x9c\ \x11\x4e\x59\xc4\x3d\x72\x9b\x62\x67\x51\x40\x18\x13\xc1\x42\x80\ \x40\x30\xa6\x44\x03\x5c\xde\xaf\xf3\x7c\x74\x72\x7a\xca\x44\xf2\ \xe0\xe9\xa2\xa8\xfb\xc9\xd1\x69\xaf\xef\x7d\xc0\xf9\x78\xc2\xbd\ \xa9\xaa\x2a\x60\xc4\xe3\xa8\x6a\x5b\x44\x09\xe1\x4c\x1a\x13\x30\ \x1a\x1e\xd2\xc9\xe9\xf2\x78\xb1\x30\xd6\xb6\xeb\x55\x3e\xca\x8d\ \x71\x7d\xdf\x23\x20\x36\xe0\x60\xfc\x76\x5b\xc6\x49\x4c\x59\x24\ \x95\x3d\x9a\x47\x5c\x24\x71\x82\x84\x10\x69\x36\xae\x1b\x39\x30\ \xf2\x3f\x0c\xea\xc2\x01\x9c\x36\xb3\xc9\xa4\x1c\xe5\x0f\x1f\x9e\ \x4f\x26\x93\x2a\xae\xb5\xd5\xeb\xed\xea\xb3\xcf\x3e\x43\xe0\xfb\ \xae\x75\x36\x08\x21\x1c\x42\x9d\xd2\x22\xcb\x95\x52\x31\x17\xb2\ \xaa\xac\xf7\x22\x8d\xa5\xd4\x59\x92\xf5\x4d\x15\x21\x9a\xa6\xa3\ \xa6\x6a\x0e\x5d\x23\xe0\xc8\x22\x57\xc9\xea\xa3\xf1\x83\x3c\x4e\ \xee\xb6\x05\xc5\xb8\x38\xb4\x65\x2b\xab\xaa\x3a\xd4\xfd\x93\x27\ \x9f\x60\xef\x77\x4a\xc6\x60\x57\x7d\x03\x49\xec\x5d\xd8\xd7\x8d\ \x76\xbe\xa9\xdb\x28\x4e\x8d\x0f\xd3\xf9\x71\x3c\x9d\xf8\xbe\x27\ \x69\xbc\x6b\xca\x43\x57\x23\x12\x30\xc1\x82\x12\xc0\x10\x02\xc8\ \x80\xda\x10\xfd\xdd\xd7\x2f\x9f\x3d\xfb\xa8\x94\xee\xa3\x1f\xfd\ \x44\x07\x16\x27\xd9\xc9\xf2\xc1\x7a\xf3\x7f\x3d\x7e\xfc\x24\xcd\ \x22\x42\x58\xdb\xf6\xcb\xe5\xf9\xe3\xc7\x4f\x37\x9b\x6d\x9e\x8d\ \xad\x05\x25\x9d\x0b\x24\x89\x13\x8a\xd0\x1f\xfd\xec\xe7\xc3\x24\ \xae\xb5\x16\x51\x62\x9c\x75\xc6\x25\x49\x62\x02\x7d\x7d\x7d\xc7\ \xf3\x89\xe7\xb1\x04\xdc\x98\x30\x39\x3e\xa7\xf1\x75\x9c\xa6\xe3\ \xd9\x59\x3a\x39\xb1\xe1\x43\x3d\x6e\x30\xb2\x16\x94\xf4\xb1\x08\ \x31\x8f\x31\xc1\xe0\x11\xa3\x0c\x07\xc2\x69\x84\x38\xe1\x9c\x33\ \x87\xb0\x47\x04\x63\x4c\x11\xce\x32\x8c\x02\xc2\x80\x00\x1b\x65\ \x19\xa5\x1a\x45\xca\xba\x5c\xc3\x04\x93\x53\x20\xa9\xd5\x24\x8e\ \x43\x92\xdc\xb4\x1d\x1d\xcf\xf2\x1f\xff\xb4\x2f\x0b\x90\xdd\xc9\ \x6c\x9e\x88\x88\x32\xc6\x18\xe1\x24\x08\xef\x5c\x79\xd8\x39\x97\ \x65\x39\x19\xcf\x4a\xed\xc9\x78\x96\x2c\x8e\xbc\x73\x09\x4f\x50\ \xd7\xe6\x47\xf3\x3c\xcb\xb7\x87\xfa\x7c\x36\x8f\x01\x5f\x99\x9b\ \xd1\x6c\x8a\x39\x05\x42\x02\x0a\xfe\xff\x63\xee\xbd\x7b\x2c\xcb\ \x92\x3b\xb1\x30\xe7\x9c\x6b\x9e\x49\x5f\xb6\xcd\xf4\x34\x9b\x43\ \xed\x52\x24\x01\x89\xe6\x03\x48\x9f\x41\x5f\x53\x5a\x81\x0b\xac\ \x24\x08\x92\x96\x00\x87\x1c\x0e\x57\xc2\x2c\x39\xae\x7d\xf9\xf4\ \xcf\xdd\x7b\x8f\x89\x88\xfd\xe3\xbc\xcc\xce\xa1\xb0\x3b\x54\x11\ \x18\xf5\x43\xa3\x90\x59\xa8\xea\xca\x77\xdf\xbd\x71\x22\x7e\xf1\ \x33\x45\xd6\xab\xeb\x61\x97\x3c\x79\x28\xe2\x91\xc1\xa0\xa8\x80\ \x09\x00\xb6\x44\x4f\x8f\x4f\xd4\xd4\x0c\x8a\xb2\x18\x00\x58\x1b\ \x44\x55\xd8\x11\x87\x9c\x01\x1f\x77\x7d\x51\xb9\x3c\xbf\x08\x8d\ \x6f\x9b\x16\x01\x4a\x29\x06\xc6\xec\x8a\xc4\xca\x0f\xef\x67\x6d\ \xd3\x74\x22\x15\xec\xd5\xca\x8a\x0a\xce\x83\x59\x35\x74\xaa\x08\ \xcc\x7f\x59\xa8\xfb\x3b\x4b\xd0\x30\x66\x6a\xda\xa6\xeb\x5a\x66\ \xda\xee\xb6\xd3\x34\xcc\x66\x33\x1f\xdc\xc1\xe1\x32\x84\xd0\xb5\ \x4d\x04\x61\x34\x40\x6a\x9a\xa6\x6d\x1b\xef\xfd\xde\x69\x9f\x5d\ \xd7\x49\xdf\xf5\xa5\xd7\x98\x46\x49\x45\x34\xb3\x82\xa9\x2e\x9c\ \x6f\x0d\xf3\x7a\xbb\xbb\x5d\xc5\x76\x88\x96\xb0\x0d\xae\x09\x0a\ \x5a\x48\xc0\x92\x80\xbc\xb9\x78\xbb\xce\xc3\x94\xe3\xe1\xc1\x72\ \xb8\xb9\x95\x71\x52\x76\xaf\x5e\xbf\x31\x80\xae\xeb\x8a\xc8\x66\ \xd8\xb2\x73\xe9\xf6\xc6\x50\x44\x75\x9a\x62\x9c\x32\x12\x23\x10\ \x31\x16\x50\x44\x22\xa4\x21\x46\x8e\xe3\x2e\x46\x25\xea\xfb\x59\ \x2a\x9a\x55\x7f\xf9\xeb\xcf\xdf\xbe\x7b\x8b\x44\x4d\xd7\x06\x08\ \xd3\x34\xe5\x9c\xab\xdf\x80\xf7\x3e\x4e\x11\xa1\xae\x95\x1d\x11\ \x1d\x1f\x1f\xbb\x10\xce\x2f\x2e\x9c\xf3\x3f\xf8\xf8\x93\x8b\x8b\ \xcb\x97\x2f\x5f\xa4\x94\x52\x11\xcb\x31\xa6\x48\xcc\x9b\xcd\x76\ \x1c\x27\x22\xde\x6e\x77\xab\xd5\xed\x8f\x7e\xf4\xa3\x71\x9c\x5e\ \xbc\x78\x59\x8a\xbc\x9f\xcb\x0d\x11\x3d\x7a\x74\x96\x52\x9a\xcd\ \xfa\x47\x8f\xce\x86\x61\x37\x9f\xf5\xcb\xe5\x6c\x1c\x17\xc3\xb0\ \x3c\x3c\x9c\x13\x62\x60\x8a\xd3\xe4\x9c\x4b\x39\x9d\x3d\x3a\x13\ \x33\x63\x10\x82\xa6\xef\x42\xd7\xce\x0e\x0f\xd3\x76\x82\xcd\x8e\ \xc8\xb5\xc4\xc9\x74\x7e\xb4\x8c\x25\x63\xca\xe7\xbf\xfc\x16\x1c\ \x5d\xb5\x5d\x8c\x53\xe7\x43\x99\x12\x3b\x4a\x92\xc7\x38\x32\xe2\ \x5f\xfd\xd5\xff\xb5\xec\x7b\x3e\xec\xd2\x37\x72\xbb\x59\x69\x2e\ \xbb\xcd\xe6\xdb\xd7\xdf\xb6\x6d\x1b\x73\xbe\x7d\x37\x92\x0f\x7d\ \xd3\x7c\xf5\xe2\x85\xf7\x9e\xd8\xad\xd6\xeb\xd5\xed\xda\x05\xef\ \x88\x45\x15\x4c\x03\xfb\xa2\xba\x8d\xe9\xf6\xf5\x1b\x25\x3e\x3c\ \x3a\x4e\x06\xeb\x61\x78\xf1\xfa\xed\xeb\x37\x6f\xa7\x38\xb5\x5d\ \x33\x9f\x2f\xba\xae\xfb\xf2\xcb\x2f\xaf\xae\x2e\xff\xdd\xbf\xfb\ \x6a\xb3\xd9\x38\xe7\x2e\x2e\x2e\x4b\x29\x8b\xbe\x53\xd1\xa7\x4f\ \x9f\xfc\xc9\x1f\xff\xd1\xf9\xf9\xf9\xdb\xb7\x6f\xfe\xf4\x4f\xff\ \xf4\xe8\xe8\xe8\xc7\x3f\xfe\xf1\xf9\xf9\x79\x16\x19\x73\xee\x86\ \x21\xab\x7c\xf3\xe2\xc5\xeb\x37\x6f\xfe\xf6\xef\xff\xce\x14\x5f\ \xbd\x3b\xff\xd1\xef\xff\xc1\x87\x1f\x7f\xfc\x3f\xff\xe5\x5f\xfe\ \xe9\x9f\xfd\xb7\xef\xd7\xed\xaa\xe8\x62\x71\xf0\xf8\xd1\xb3\xc5\ \xa2\xf7\x04\x6a\x66\xa6\xc8\x68\x86\x06\xe0\x7d\xe8\xda\x2e\x98\ \x27\xc0\x6a\xb8\x05\x84\x4c\x84\x8c\x06\xaa\xa6\x8e\x5d\x72\x41\ \x80\x8e\x72\x5e\xec\x76\x4d\x9c\x30\xe7\xe2\x78\x48\x6c\xdd\xdc\ \x1d\x1c\xef\xd0\x8d\x68\xae\xef\xfb\xc5\x01\x23\x9b\x09\x37\x8d\ \x73\x46\x79\x62\xe7\x4c\xb5\xef\xfa\xc5\xd3\xe7\xab\x29\x26\xb5\ \x08\xe8\x9b\x76\x7e\xda\x14\x53\x63\x8e\xa5\xbc\x7c\xf3\xfa\xc9\ \xd1\xc9\xc9\xc1\xf1\xc9\xd9\xa3\xab\xcd\x6a\x13\xc7\xb6\xef\xd5\ \x0c\xcc\xda\x76\x06\x7a\x2b\x66\x44\xba\x5f\x88\x19\x18\xb1\x88\ \xf8\xe0\xba\x59\x5f\xd9\x42\x06\x41\x8d\x55\xc5\x4c\xd4\x44\xcd\ \x9c\x16\xdf\xf6\xc0\x94\x73\xf6\x2e\x74\xde\x3b\x66\x55\x0d\x1c\ \x6a\xa7\xe9\x9c\x0b\x4d\xf0\xc1\x57\x6e\x04\xd5\xc3\xd8\x7f\xc7\ \x9a\x32\x80\xaa\x5a\x71\xdf\x9f\x9e\xab\xaa\xc9\xc7\x69\x9b\xcb\ \xd2\x79\xf6\x9e\x45\x33\x7b\x24\xa4\xe3\xe3\x43\xe7\x58\x44\xa7\ \x9d\x82\x1a\x92\xd5\x9f\x1e\x89\x98\xd9\x00\x90\x8c\x9a\x60\xc1\ \x65\xc8\x59\x0d\x0b\x50\x12\x8e\x85\x4b\xe9\x43\x7f\x40\xad\x0b\ \xe1\xf8\xb0\xd9\xe5\x9d\xc4\x21\x78\x6c\xc8\xb5\x3e\x54\xb5\xbe\ \x5f\x2c\x14\x2d\x4d\x3b\x52\x49\xaf\x5f\x53\x08\x07\x21\x10\xd8\ \xd5\x6e\xd5\xcc\x7a\x1f\x5a\x40\x1c\xd2\x80\xc8\x0b\xd7\xef\x76\ \xa3\x66\x43\xc5\x61\x3b\xf8\x10\x10\x11\x0c\xb5\x08\x22\x04\x24\ \x06\x73\x8c\xb7\xb7\xb7\x66\xd2\xf7\xfd\x8b\x98\xea\x5c\x0b\xa6\ \x5d\xdf\xc5\x69\x1a\xa6\x01\xcc\xba\xb6\x2d\xa5\xf4\xd5\xe8\xa3\ \x14\x46\xf4\xce\x89\xc8\x72\xb9\xac\xfc\xb5\xca\xfb\xff\xe2\x8b\ \x2f\x2a\x7b\xa5\xe6\x98\x89\xd6\x5d\xb2\x9a\x49\x4a\xe5\xf2\xf2\ \xdd\x30\x6c\x6f\x57\x37\xeb\xd5\xed\x76\xb7\xbd\xb9\xb9\x54\x13\ \x78\x5f\xa3\xa8\xdd\x6e\x65\xaa\xc7\xc7\x8b\xa7\x4f\x4f\x5f\xbc\ \x78\x01\x58\x4e\x4f\x1e\x3d\x7e\x7c\xf2\xa3\x1f\xfd\x10\x11\x5f\ \x7c\xfd\x4d\x1c\x07\xe7\xfd\xac\xef\x42\x13\x0c\x94\x98\xfa\x79\ \x5f\x44\x96\x47\x4b\x44\x54\xa2\x2d\xdc\xa4\xdd\xd6\x10\xe2\xb0\ \x15\x87\x32\x0d\x3f\x78\xfe\xe1\x13\xf1\x7f\xf0\xe4\xb3\xf3\xf5\ \xe5\x9b\xd7\xef\x60\x3e\x3b\x7c\xfc\xc4\x07\xff\xe1\xd3\x27\xbb\ \x61\xb8\x45\x7a\xfa\xe8\xf1\xb4\x1d\xa6\xdb\x75\xbc\xbd\x8e\x2f\ \x5f\x7b\x76\xcc\x14\x37\xdb\xd5\x9b\x57\x47\x9f\x7e\xda\x74\x21\ \x9b\xae\x37\xd7\x5a\x66\x3d\xfb\xed\x7a\x57\xb2\xac\x6e\x37\x0e\ \xb9\xf5\xad\x19\xa4\x92\xcd\xac\x0b\x41\x52\x2a\x32\xa9\xda\x4f\ \xff\xfe\x27\x3f\xf8\xf8\x93\xe0\x43\xca\x19\x91\xa6\x69\xc7\x8c\ \x00\x7a\x7d\x7d\xe1\xbd\x3f\x3a\x3a\x40\x34\xd5\x32\x9f\xf7\xde\ \xfb\xed\x76\xc3\x04\xcc\xd8\xb5\x4d\x68\xdc\x5f\xfd\xfb\xff\xb3\ \x69\x5b\x00\xfd\xf9\x2f\xfe\xf1\xf4\xe4\x64\x1c\x77\xf3\x79\x0f\ \x00\x1e\xdd\x34\xed\xa6\xb8\xf3\x9e\x4b\x89\x3f\xf9\xdb\xbf\x39\ \x3b\x7b\x74\x71\xf1\x66\x1a\xb7\x4f\x1e\x9f\xfc\xea\x57\x3f\xff\ \xf4\xb3\x1f\xf0\x6f\x23\x73\xff\xe7\x5e\x4c\x18\xbc\x73\x8e\xb1\ \x62\x6f\x0a\xce\x71\x7d\x18\xbc\x67\x66\x02\x40\x43\xca\x64\x42\ \x80\xa0\xc5\x14\x0d\xab\x1b\x65\x06\x45\x29\x1d\xb8\x60\x68\xa5\ \x64\x15\xea\x02\xf5\x3d\x90\x3b\x3a\x3e\xf5\xfd\x1c\x92\xe4\x14\ \xfb\xbe\x55\x13\x2d\x05\x09\x45\x52\x41\x50\x49\x62\x52\x10\x62\ \x29\xae\xc4\xa6\x6f\x8a\xe4\x94\x22\x78\xd7\x78\x3f\x8e\x43\x1a\ \x76\x9f\xfd\xf0\xd3\x3f\xff\x8b\xbf\x58\x5f\xaf\xbf\xfa\xf2\xeb\ \x27\x07\xc7\x33\xc1\x8b\x9b\xcd\xe5\xd5\xdb\xa6\x69\x1b\xef\x35\ \x63\xe3\x7a\xc7\x64\x50\xc0\x40\x2c\x17\x53\x31\x45\xef\xc0\xfb\ \x21\xa7\x69\x9a\x44\x01\xd5\x21\x90\xaa\x1a\x88\xde\x91\xc9\xd5\ \x2c\xab\x88\x29\x22\x6c\xa6\x09\xcc\x44\xa4\x3e\xfe\x95\xb1\x55\ \x69\x00\xc3\x30\x00\x10\xd8\x9e\x54\x50\xf7\xe6\x76\xf7\x12\x91\ \xa6\x69\xe0\xb7\x61\xf4\xbf\xbb\x69\x51\xa4\x4c\xe3\x6e\xb7\x5b\ \x33\x73\x85\xba\xae\xaf\xa4\xd2\xa0\x00\x30\xa7\x24\xa9\xa0\x01\ \x22\x2a\x82\x99\xc5\x9c\x5d\x70\x06\xc8\x85\x73\xce\xdb\x3c\x8d\ \x9a\xb0\x48\x23\x82\x31\xcf\xc8\x3f\x3e\x7e\xd2\xb7\x7d\xd3\x76\ \xdd\x7c\x81\xcc\x8d\x53\xe7\xc1\x1c\x67\x53\x28\xd2\xb6\x1c\x14\ \x5a\x0e\xe8\x79\x57\x92\xa0\x91\x23\x62\x36\x80\x29\xc7\xe5\xbc\ \xdb\xe5\x78\xb5\xb9\xa5\x59\x07\x60\x53\x99\x66\x3c\xdb\x0d\x71\ \x37\x8e\x35\x20\x0e\x81\xa0\xa6\x31\x65\x43\x32\xf4\x08\x84\xb5\ \x73\x34\x13\xd5\xc2\x8c\xc5\x44\x34\x01\x94\x10\xd8\x39\x46\x80\ \x2a\x5f\xa8\x88\x63\xe5\xef\x00\x40\xdd\x93\xe6\x9c\x9b\xa6\x51\ \xd5\x7b\x4a\x9a\x73\xae\x6d\xdb\x4a\xaf\x6d\x42\x18\xa7\x9d\x88\ \x36\xad\x67\xe6\x5c\x52\xd3\xba\xa3\xa3\xe5\xbb\xf3\x37\x45\xca\ \x62\x39\xab\x9b\x8a\xf7\xab\x5c\x37\xd7\xe7\xa2\xd5\x38\x77\x37\ \x4d\xbb\xcd\xc6\x0f\xc3\x26\xa5\x58\x7b\xf2\xdb\x9b\x2b\x93\x3c\ \xa4\x31\xa7\x71\xb9\x3c\xf8\xf6\xdb\x6d\xe8\xda\xa6\x6d\x72\x29\ \xec\x9c\x8a\x68\x96\x3c\x0e\x59\x86\x84\xa3\xc6\xf1\xf1\xec\xe4\ \xb3\xd3\x4f\x0e\x9b\xf9\x87\xc7\x4f\x5a\xf5\x9f\x3d\x7d\x32\xb8\ \xec\xbd\x43\x83\x26\x34\x22\xc2\xed\x01\x1f\x3f\x6d\xdb\x6e\xea\ \xc7\x72\x94\x63\xc9\x06\xd0\xf5\x7d\x2c\x39\x9d\xe9\xbb\xe3\xc7\ \xeb\x69\xdc\x0c\x93\x36\xde\x0a\x1c\xf8\x36\x25\x89\x45\xd0\xfb\ \x29\x65\x30\xac\x69\xde\x56\x54\x8a\x0a\xc9\xfc\xb0\x37\x2d\x21\ \x84\x83\xc5\x6c\xd6\x37\x00\x08\xc0\xcc\x9c\x53\x39\x3c\x58\x3c\ \x7d\x72\x96\xd2\xf4\xf5\xd7\x5f\x3f\x7b\xf6\x9c\x08\x67\x7d\x13\ \x42\x28\xa5\x2c\x17\x33\x29\xe9\xe2\xe2\x5d\xdb\x3a\x47\xd0\xf5\ \x0d\x98\xa9\x64\xb0\x92\xd2\xf8\xe4\xc9\xd9\x34\x4e\x9b\xcd\xa6\ \xef\xfb\xa6\x6f\xfe\xe1\x67\xff\x0f\x11\x7f\xf4\xd1\x07\x6d\xd7\ \x9b\xda\xd9\xd9\x09\x33\xff\xf4\x3f\xfc\xd4\x35\xfc\xe8\xf1\xa3\ \xf7\x4c\x17\x47\x2c\x39\xa5\x69\x6c\x1c\x83\x63\x33\x55\x13\xc8\ \xe8\x02\x23\x5a\xce\x53\xce\xd1\x84\x01\xd0\xd0\x2a\x5f\x3c\x97\ \x08\x84\x4c\x55\xec\x89\x47\xa1\x3b\x68\xe6\x90\x8b\xa6\x09\x82\ \x83\x26\x4c\x68\xd4\xb6\xde\xbb\xce\x7b\x27\xaa\x53\x2a\xa8\x6b\ \xbd\x64\x43\xef\x5d\x1e\x01\x51\xb1\x24\xda\x6e\x8b\x14\x2a\x39\ \x6d\xd7\x9a\xa6\xeb\xdb\x4b\x07\x76\xb0\x5c\x28\xd8\xe5\xdb\x37\ \xcb\xd9\x2c\x0d\xdb\x9f\xfc\xf8\x6f\x3d\xb7\x69\x2c\xef\xde\x9e\ \xb3\x77\xc7\xf3\xc3\x69\x33\x6c\x37\xb7\x25\x04\x1c\x4b\x0b\x8e\ \xc1\xc4\xc4\xc0\xaa\xd8\x9b\x89\x8d\x39\xc5\x74\x75\x75\x1b\x4b\ \x56\x05\x52\xa8\xc1\x65\xf6\x80\x36\x90\x73\xb6\x3b\x25\x9f\x73\ \x54\x4b\x52\x29\xa5\x82\xf4\xf5\x9e\xaf\xcc\x24\x33\x24\xe4\x7b\ \xb6\x69\x9d\xae\xea\x9f\xa9\x7f\xf8\xb7\x86\x5d\xfd\x2e\x99\xa8\ \x86\x04\xc4\x28\x5a\x52\x8e\xcc\x1c\xc8\x13\x23\x12\x98\xa9\x0f\ \x0e\xd4\x50\xc1\x39\xd7\xf4\x5d\x68\x1a\x35\xe3\xc6\xd7\x95\x69\ \x01\x50\xac\x57\x90\x50\xb3\x37\x78\x7a\x78\xfc\xe8\xf8\x98\xd0\ \x41\x13\xb8\x6f\x13\xe2\x90\xb6\x28\x1a\x9a\x4e\x81\x88\xd0\x71\ \xb3\x5b\xad\xf3\x76\xd3\xcc\xfa\xe2\x50\xd5\xbc\x40\x2e\x19\x11\ \x9b\xb6\x7d\xfe\xd1\xc7\x5f\xbd\xf8\xa6\x28\x8c\xb7\xeb\x08\x2a\ \xa0\x97\x37\x37\x01\x83\x00\x4c\x2a\x82\xe8\xf6\x49\x13\xa4\x98\ \x09\x80\x9c\x53\x95\x61\xda\x31\x63\xca\xb1\x6e\x0f\x11\x69\x9a\ \xc6\x5c\xe2\x7a\x73\x7b\x71\x75\xa5\x06\x7c\x17\x6d\x82\x84\x08\ \x78\xaf\xb0\x23\xc0\xfb\xad\x70\xdd\xb6\x54\xbf\xdd\xfb\x73\xa6\ \x94\x8c\x56\x3f\x60\x05\x00\x11\x65\xa6\xe5\x72\x3e\x4d\x13\x16\ \x43\xb4\xf7\x75\x73\x46\x00\xcb\x69\x08\xc1\x6b\x89\xe3\x6e\x5d\ \x52\xda\xac\x74\xb9\x3c\x68\x3c\x11\x14\x53\x58\xcc\xba\xa1\x58\ \x1b\x42\xdb\xb5\xfd\xbc\xef\x66\xb3\xac\xd2\xb4\x0d\x20\x8e\xd3\ \xb4\x5e\x0d\x4d\x52\x31\x19\x39\x8d\x2e\x3d\x3e\xea\xfe\xe4\xd9\ \x87\xbf\xbf\x78\x8c\xd1\xb0\x5f\x5c\x90\xc6\xd0\xa8\x65\xe8\xdb\ \x98\xd2\x24\xea\x3c\x7b\xc1\x71\xbb\x6b\xd1\xd4\x63\x71\xec\x7c\ \x5f\x44\x76\x44\xda\x70\xb7\x98\x3f\x7d\x72\xf2\xcd\xdf\xff\xdd\ \xba\xe4\xa9\x4c\xe6\x68\xd8\xae\xad\x6c\x9a\xd0\x18\x91\x31\x1b\ \x5a\x56\x65\xf2\x4a\x5a\x50\xb3\x29\x7b\x4e\x69\xca\x39\x12\xc3\ \x9b\xb7\xaf\x6a\x23\x0c\x48\x39\x65\x33\xf8\x9b\xbf\xf9\xb1\x5a\ \x26\xe2\x9b\xd5\x75\x4e\xa9\x69\x9a\x10\x82\x8a\xa6\x9c\xae\x6f\ \x6e\x52\x1e\xa7\xd8\xbc\x7a\xfd\xa2\xb6\xba\xe3\xb4\x0b\x0d\xe7\ \x3c\x39\xe7\x52\x4a\xaa\xba\xde\xc4\x26\x07\x22\xce\x39\xc6\x29\ \x36\xde\x0d\xc3\xf0\xc1\x07\x4f\xc7\x29\xc6\x29\x76\x5d\xd3\x34\ \x0d\xbc\x9f\xea\x0a\x40\xb4\xc4\x34\x85\x14\x50\xc8\x00\x14\xd4\ \xc0\x8a\x98\x94\xa8\x25\x23\x20\x9a\x43\x20\x44\x60\x62\x22\x34\ \x15\x1f\x7c\xdf\xb5\xde\x87\xb6\x09\x4b\x85\x7e\x37\x62\xc9\x8e\ \x91\x3d\x65\xb0\x82\xb0\x5c\xce\x54\x72\x0b\x36\x03\x6d\x73\xf4\ \x24\x94\x35\x30\x41\x04\x25\x03\x34\x88\x13\x8d\x89\xb3\x34\x6a\ \xa0\x72\xe4\x5c\x1a\xa6\x26\x4e\x73\xe9\x55\x64\xa1\x7a\x00\xd8\ \xab\xad\x5e\xbf\x7e\xfc\xf8\x19\xa6\xb8\x3d\x5f\x3d\x79\xf2\x44\ \xa6\xe1\xd4\x71\x6c\xfc\xc1\x62\xfe\xac\xeb\x72\x4a\x59\xa6\x61\ \x5a\x67\x29\x53\xca\xb1\x48\x16\x03\x17\x4a\xd1\xbc\xd9\x90\xf3\ \x9e\x5c\xd1\x8c\x84\x66\x80\x40\xb6\x87\x25\xb8\x09\x04\xa6\xa6\ \x02\xc6\x05\xb4\x68\xb9\xdf\x1b\x56\x0e\x5d\xad\x4d\x66\x56\xcb\ \xd6\x3d\x2b\xe2\xbe\x72\xd5\x4d\xfa\x3f\x67\x42\xff\xdd\x25\x68\ \x54\x93\xe9\x9c\x73\x5d\xae\xd7\x14\x10\x33\x15\x01\x55\xa5\x3b\ \x04\x1a\x01\xaa\x93\x19\x20\x48\x29\xd5\x6f\x40\x72\x56\x32\xc7\ \x06\x39\xb5\x04\x8f\x4e\x8e\x4f\x8e\x0e\xd5\xd4\xcf\xdb\xdc\x84\ \x47\x9f\xfd\x60\x40\x8d\xd3\xd0\x75\x8d\x6f\x83\x22\x3a\xb1\x0e\ \x79\xb8\x5e\x7d\xfd\xe5\x57\x6e\xb9\x9c\x9d\x1c\x20\xf3\x22\x34\ \x17\xef\xce\xd1\x6c\x36\x9b\x2d\x8f\x8e\x67\xab\xed\x62\x2c\xab\ \x37\xaf\x92\x48\xdb\xb5\x4a\x20\x1e\x04\x2d\x81\xa8\xa7\x8c\x46\ \xc4\xaa\x0a\x8d\x2b\xc5\x32\x5a\xef\xc8\x4c\x88\x9c\xa9\xd5\xfd\ \x2e\x22\x95\x92\xf7\x01\x27\x04\x6c\x54\x9f\x10\x00\x40\xdd\x8b\ \x16\x2b\x69\xa5\x1e\x3e\xde\x7b\x11\xa9\x3d\x57\xbd\x0e\x95\x4c\ \x2b\x22\xa2\x50\x15\x06\x00\xfb\x2d\x32\xf3\x9e\x4b\x5d\xa9\x61\ \xef\xc7\x44\xad\x37\x47\xeb\x7d\xc9\x39\xe1\xd0\x78\x96\x0c\x04\ \x46\xa0\xa0\x16\x53\x64\x66\x30\x28\xa5\xb4\x4d\xc3\x48\x9a\x8b\ \x94\x22\x25\x0b\x61\x2a\x65\x8c\x93\x16\x31\xd3\xd0\x38\x97\xed\ \x6c\x31\xfb\xc3\xa3\xa7\x4f\xc9\xcf\x86\xc8\xdd\x7c\xbb\x6c\x4f\ \xff\xf5\x27\xd7\x12\x8f\xd8\x37\xb3\x19\x3a\x06\xd5\x39\x07\x9a\ \xca\x4f\xff\xe6\x6f\xb7\xa6\x8f\x3f\xfe\x20\x2c\xe6\xae\xe9\x36\ \xab\xcd\xed\xed\x4d\x8a\x79\x76\x72\x9c\xb6\x9b\x83\x0f\x3e\xbe\ \x7e\xf1\xcd\xf5\xcd\x55\x36\x6d\xbb\x6e\xde\x75\xbb\x38\xde\xee\ \x36\xc9\xca\x7c\x36\x97\x22\x0a\x00\x81\x00\x49\x18\x98\xd9\xf3\ \x1e\x6c\xa9\x79\xc3\x39\x15\x93\xc2\x04\x21\xb4\x29\xc5\x5c\xa2\ \x77\x5c\x6d\xed\x44\x4a\x8e\x02\x00\x92\x13\xaa\x30\x99\x96\xdc\ \x04\x97\x62\x02\x93\xc5\xbc\x1f\x76\x9b\xae\xeb\xbc\x23\xef\x48\ \x8a\xa9\x29\xa8\xd4\x78\x0e\xc7\x14\xa7\x01\x01\x1c\x93\x48\x9e\ \x2f\x7a\x91\x92\x4b\x7a\x7f\xed\x8f\x01\x00\x28\x82\x16\xc9\xa5\ \x98\xa9\x0a\x69\xc9\x56\x26\x82\xe2\x90\x3b\x37\x9b\x77\xed\x6c\ \x36\xf7\x9e\x11\xb1\x6f\xdb\xa6\x69\xbc\x67\x2b\x52\x4a\x0e\xe3\ \xb4\xf0\x48\x3e\x20\xa1\x39\xb7\x4d\xb9\x99\xcf\x25\x4f\x60\xaa\ \xbb\xd5\xf0\xd6\xfa\x29\x72\x8a\x1e\x91\x91\x54\x8b\x91\x01\x99\ \xc5\xa8\x53\x76\xc3\xe4\x9a\x6d\x7f\x7c\xe4\xda\xf6\xe4\xc9\xd3\ \xd6\x79\xb7\x1d\x3c\xd3\x7f\x75\xf6\x28\x38\x77\x64\xfa\x3f\xfc\ \xf7\xff\xdd\x14\xa7\x7f\xfc\xf9\x3f\x6e\xb7\x53\x3f\x6d\xca\xb8\ \xa6\x32\xf9\xe0\x1b\x8d\x51\x52\x2c\x71\x3b\x6c\x97\xa0\x8a\x24\ \xa1\x49\xac\x2e\xb4\xe8\x83\x20\x2a\xf2\x94\xca\x6e\x1c\x26\x4d\ \xe8\x1d\x11\x17\x55\x80\xca\x7e\xc8\x8c\x28\x92\x35\x27\x11\x99\ \x24\x57\xf1\x66\x65\x02\x56\x95\x71\xbd\x8d\x89\x88\x90\x45\xb4\ \x3e\x2c\xf5\x38\xbf\x3f\xc8\xef\x1d\x9f\xbf\x27\x95\xcb\x1c\x73\ \xdb\x74\x95\x7f\x5b\x47\x2a\xd8\x53\x74\xc1\x39\x47\x88\x81\x42\ \x25\x6a\x1b\x51\xcd\xbf\x01\xb3\xda\x4e\x7b\x62\xb3\x42\x49\x16\ \x5d\x77\xec\xda\x25\x37\xc5\xa4\x5b\x2c\xa4\x65\x99\x85\xb2\x68\ \x85\x6c\xd6\xb7\x1d\x3b\xab\xcb\x74\x15\xcb\x6a\x42\xe3\x2e\x83\ \x1f\x67\x67\x8f\x66\x87\x07\x19\x6d\x08\xcd\xe3\xe3\x53\x48\x25\ \x99\x63\xee\x9f\x3d\xfe\xe8\xd1\xf1\xd3\x57\xaf\x5f\x11\xb1\x5f\ \x36\xa3\x8c\xbb\xdd\x88\x08\x80\xaa\xb0\x6f\x95\x81\xc1\xcc\xc8\ \xd3\xe1\xe1\x31\xe0\xbe\x83\x45\xa0\x52\x44\x44\x9a\xa6\xad\x6b\ \xd3\xae\x73\xfb\xea\xac\x6a\x56\x7f\x0a\x0b\xde\xab\x6a\x0d\x47\ \xa9\xd6\x5d\x95\xb0\x56\x0d\x24\xeb\x47\x15\x63\x04\x00\xe7\xdd\ \x5d\x86\x18\x01\x98\xdc\x41\x07\x66\x56\x7d\x6f\xff\x05\x2e\x37\ \xe0\x7d\x93\x53\x96\x62\xb3\x6e\x3e\xeb\x16\xaa\x02\x4a\x40\xe8\ \xc8\x83\xa1\x77\x74\x72\x7c\xbc\x3f\x35\x14\xc6\xf5\x96\x98\x62\ \xd1\x71\x9a\x0c\x20\x10\xaf\x4b\xe4\x31\x3e\x73\xfd\x1f\x9e\x9c\ \x7d\xc8\x5d\x17\xa1\x39\x5e\xdc\xb6\x01\x7f\xf0\xc8\x3d\x3f\x0b\ \xeb\xcd\x41\x58\x0a\x58\x61\x80\x22\xe3\x54\x7c\x36\x33\x77\x79\ \x75\xd9\x9d\xa5\x47\x8f\x17\x16\xfc\x6e\xbd\x8b\xe4\x3e\xf8\xe4\ \x23\xcb\x25\x5f\xdc\x3e\x3f\x7b\xbe\x68\x16\x57\x57\x57\xeb\xcd\ \xa6\x9d\xb7\x13\x46\x62\x9e\x76\xe3\x95\x5e\xa8\x94\x9a\x2b\x2a\ \x6a\x80\x00\x68\xcb\x83\xc5\xc1\xbc\x93\xfd\xd9\x86\x00\x48\x1d\ \xab\x49\x25\x18\x31\x2f\x99\x20\xe5\x64\xa6\x00\x58\x4a\xa9\x38\ \xa3\x9a\x4a\x29\x97\x06\x5d\xdb\x3e\x7d\xf2\xc4\xcc\x72\x2e\x00\ \x56\xdb\xb1\xea\x7b\x91\x53\xf6\xde\x07\xef\xf7\x5e\x2e\x80\x88\ \x68\x48\x31\x97\xc3\xa3\x43\x15\xeb\xe7\xb3\xb6\x6b\xed\x7d\x49\ \x11\x39\xa7\x71\x1c\x90\x7d\x11\x93\x52\x88\x90\xcc\x79\x90\xce\ \x85\xbe\x69\x7b\xe7\x8f\xbb\xc3\x26\x74\xce\x31\x01\x10\x02\xe4\ \x84\x39\x11\x00\x98\x90\x28\xe5\x04\xaa\x62\x50\xd4\x74\xe2\xc4\ \xb8\x99\xc6\x8c\xe0\x90\x37\xe0\x1b\x76\x48\xe0\xd4\x02\x18\x99\ \x19\x8a\x21\x22\x83\xe4\x1c\x04\x31\x96\x61\x9a\xce\x2f\xdf\x39\ \xe7\x19\x80\xcc\x1c\xa1\xe4\xcc\x44\x66\xfa\x35\xd4\x40\x20\xf0\ \x69\x3c\x63\xc7\xeb\xf3\xf9\x14\x11\xa1\x0f\x0c\x18\xdd\xc2\xe7\ \x0e\xde\xa6\x4d\x8c\x9a\x45\xd8\x07\xdf\xf6\xfd\x72\xe9\xfb\x9e\ \x9c\x57\xa4\x31\xe6\x21\x4e\xef\xb6\xb7\x97\xe3\x36\x15\x65\x0a\ \x48\x2c\x8a\xcc\x44\x60\x08\xac\xc2\x26\x85\x88\x7d\xf0\x95\x7a\ \x7a\x4f\x9d\xaf\x65\xab\x96\xb0\xfb\xf2\x74\xdf\x79\x3d\x44\xbb\ \xbe\x2f\x95\xab\xea\x06\xe6\xb3\x45\xdf\xcd\xcc\xf6\xb6\x5c\x95\ \xac\x54\x5f\x44\x14\xd8\xdf\x37\x8a\x66\xc6\x44\x84\xa4\xb6\x7f\ \xb7\x6c\xd6\x90\x74\x44\x14\x8b\x13\x0b\x8d\xe7\xe0\x22\x82\xeb\ \x3a\x63\x40\xe4\xc3\x79\xef\x8b\x16\x53\x47\x6c\x9a\x9c\x88\x14\ \x38\x6c\xba\x71\x98\xca\x6e\xa2\x83\x83\xc1\xa4\x5f\x2c\x62\xc9\ \x4e\xed\xa3\x0f\x3f\xda\xdd\xac\x6f\x2e\x2f\x8f\xfa\x85\x3b\x7b\ \x76\xbb\x5a\xa9\x68\xdb\xf5\x1d\xd2\x1b\xb4\x94\x0a\x37\xc4\x04\ \x05\x20\x97\x62\x68\xa1\xf1\x47\x47\x27\x00\x50\x8d\x6d\x1f\xcc\ \xe1\x08\xb0\x4f\x2a\x57\x51\xbb\xbb\xf2\x88\x08\x66\x48\x84\x00\ \xd7\x97\xd7\x39\x34\x8b\xf9\xbc\x69\xdb\xfb\x63\xe7\xfe\x63\xab\ \x4a\x00\x62\x2c\x52\xc3\x9d\xea\x9e\xc5\x54\x15\x09\xab\x99\xbd\ \x73\xe1\xbd\x71\x2e\x44\xfc\xf0\xe9\xc7\x39\xc5\x5c\x72\x4a\xb9\ \x48\x59\xcc\xe7\xb3\xd9\x8c\xd9\x55\x18\x81\x8c\x18\x5d\x05\x20\ \x54\x54\x4d\x11\x41\x8a\xa8\x88\x73\x5e\x09\x76\x4d\x99\x17\xf9\ \x64\x25\x67\x57\xdb\x4e\xb5\x79\x7c\xf2\x8d\x8b\xf9\xe9\xd1\xf2\ \x74\xa9\x63\x7e\x3e\x3b\x3d\x72\xcd\x50\x92\x38\x02\xa7\x98\x27\ \x96\xe9\x84\xfb\x9d\xb9\xb8\x1e\xda\x10\xa2\xda\xa3\xa3\x23\x97\ \x72\xd9\x0d\x47\xf3\xc5\xc1\x0f\x7e\xf8\xd5\xe7\x5f\x74\xed\xfc\ \xf9\xc7\x07\x5f\x7c\xf1\x65\xdb\xf7\x38\xc7\xd0\xb6\xdb\x37\xef\ \x5e\xe6\xec\x9c\x43\x62\xf6\xae\x46\x04\x37\xdc\x3c\x7e\x74\xf6\ \xf4\xd1\x59\xce\x52\x6b\x93\x19\x88\xec\x21\xdd\xbb\x3b\x07\x54\ \x05\x91\xbc\x0f\x66\xea\xbd\xcf\x29\xfb\xe0\xbd\x6f\xde\xbe\x3d\ \x6f\xdb\xee\xe8\xf0\xb8\x3a\x82\x55\x2d\x61\x25\x3f\xef\x9f\x28\ \xac\x16\x5e\xaa\xb5\x50\x12\x0b\x18\x10\x19\x92\xaa\x4e\x29\x9e\ \x9d\x9e\xfd\x56\x73\xce\xff\x2c\x42\xcf\xec\x3c\x33\x01\x92\x6b\ \x9b\x96\x4c\x21\x47\x0f\x16\xc0\x9a\x6c\x8d\x5a\x1c\x2e\x47\x35\ \xc9\xd9\xd4\x1c\xa3\x23\x34\x33\x10\x65\x82\xc6\x7b\x4f\xb8\x2b\ \x89\x81\x11\xc8\xbc\x3f\x7c\xfa\xe4\xc9\xc9\x51\x92\xbc\x5b\xad\ \xf3\xea\x52\xcd\xc8\x79\x03\x04\x03\x32\x31\x90\x82\x66\x8e\xa1\ \x88\x1a\xcd\xa8\x79\xfe\xe8\x64\xf6\xe4\xd1\x76\xbd\x7e\xfb\xea\ \xf5\xe6\xf6\x96\xee\x01\x10\x04\x66\x24\xa2\xa4\x91\xc9\x3c\x7b\ \x30\xeb\x00\x9a\xd0\xb4\xa4\xf3\xe5\xf2\xf1\xf3\x67\x4d\xe3\xbf\ \x7d\xf1\xe6\x97\xbf\xfa\xfa\xea\xea\xa6\xc4\x89\x42\xdc\x0c\xdb\ \xa2\xa6\x80\xc6\xc4\xe4\xd0\xbb\x86\xa1\x65\x94\x54\x8a\x15\x44\ \x36\x35\x31\x05\x22\x26\xe6\xc6\x3b\xcf\x0e\xa1\x2e\xd9\x2a\x1f\ \xbb\x5e\xf3\x3a\x2a\x02\x80\xde\x15\xa9\x5a\xc8\xea\x71\xbe\x37\ \x5f\xf8\x5e\x55\x2e\x30\x23\x64\x1f\x5a\xe7\xc2\x9d\xe2\x09\xdd\ \xfe\xe1\x41\x55\x30\xb3\xa9\x24\xd8\xf3\xe0\x10\xd5\xf8\xce\x00\ \xd7\xb3\x63\x76\x0d\x63\x87\x68\x63\xca\xd3\xe4\x42\xd3\x34\x4d\ \x4e\xa9\xef\x7a\x15\x9b\x29\x43\x91\x6d\x5a\x83\xe5\x82\xd6\xb8\ \xe0\x54\x20\xa7\x75\xde\xe0\x8c\xa0\xc0\x6d\xbc\xb5\x0d\x2d\xfb\ \x39\xa8\xbc\x7d\xf1\xcd\x27\x1f\x7c\xf4\xf3\xbf\xff\xbb\x9f\xfe\ \xe4\x27\x07\xf3\x85\x1d\x1e\x31\x11\x5b\xbe\x7d\xf3\xae\xe9\xbc\ \x0f\xcd\x01\x30\x32\xab\x68\x29\x85\x01\xab\x37\x60\x20\xdc\x6c\ \xd6\x77\xee\x80\x60\x06\x08\x68\x40\x66\x66\x0a\xf5\x43\x51\x13\ \xa8\x8d\x93\x2a\x20\xaa\x6a\x85\xbd\x0c\x6c\x36\x9b\x95\x22\x56\ \x63\x02\x44\x1e\x50\x15\xf5\xee\x5b\x14\x85\x3b\xcb\x66\x13\x91\ \x18\x63\xed\xcd\x10\xb1\x1a\x8a\xbd\xa7\x80\x0e\xa0\x6b\xe7\x64\ \x4c\x58\x82\xb3\x3a\xa7\x3b\x76\xf7\x86\x50\x08\x08\x06\xa2\x06\ \x22\x52\xc4\x4a\x51\x55\x50\x0b\xce\x7b\x03\x63\xb0\xe0\x8f\xc1\ \xcf\xb6\x6b\xbb\xda\xcc\x1e\x9f\x6e\xbc\xad\x7b\x0a\x87\x73\x33\ \x3c\xc9\x4d\x2f\x16\x9b\xdd\xa0\x49\x91\xc8\xd0\x53\x9a\xc6\x55\ \x2a\xc3\xe1\xf1\xfc\x62\x77\xfd\xea\xea\xf5\x62\x31\xf7\xc4\xdb\ \xe9\x76\x50\x98\xcf\xfd\x5f\xfe\xdb\x7f\x13\xd8\x1f\x1e\x1c\x2c\ \x0e\x0e\x66\x8f\xe7\xdf\x7c\xf1\x65\x28\xe5\xec\xec\xd4\x6f\xa7\ \x23\x43\x8a\x05\x1d\x20\x60\xb5\x07\xea\x9d\x97\x31\xaf\x6f\xb7\ \x77\x77\x36\x54\xab\x20\x42\x67\x66\xa3\x4c\x52\x04\xc9\x6a\x93\ \x55\x97\xb9\x6d\xdb\x89\x48\xdb\xb5\x71\x8c\x5d\xdb\xb7\xa1\xdb\ \x6d\x86\x01\x47\x66\x2e\x52\x72\xcc\x00\x58\xb5\xae\x75\x73\x0d\ \xa2\x52\xb2\x19\x00\xa1\x00\xac\xb7\xdb\x29\xa5\xa2\x26\x66\xd3\ \x94\x3e\xfd\xe4\xf7\x89\xde\x73\xb7\x28\x2a\xa9\x64\x27\x05\x11\ \x1c\x39\x4f\xce\x39\x6b\x24\xfa\x9c\x20\xe6\x0c\xa6\x80\xcc\xe4\ \x0c\x01\x8c\x05\x48\x91\xcc\x10\x8c\x15\x30\x96\xc2\xa8\x28\xcc\ \x0d\x2b\x6a\xca\x79\xb5\xba\x58\xdf\x38\x4f\x1a\x27\x97\xa7\x96\ \xbd\x68\x22\x23\x32\x45\x13\x44\x55\x2b\x18\xbc\xa9\x69\xc1\x51\ \xc7\xf3\x37\xa4\xb7\x6f\x19\x31\x6f\xb7\x9c\x27\xef\x18\xa5\x92\ \xf7\x25\x23\x18\x01\x39\x02\xb0\x6c\x13\x11\xe5\x94\x8a\x0f\x8e\ \x8e\xe2\xc8\x6f\x5f\xbf\x14\x93\x9b\xd5\xd6\x34\x07\x87\x90\x55\ \xd3\x34\xc6\x48\x4c\x6a\x50\x54\x44\x54\x4c\xa7\xbe\x75\xf3\x65\ \xe7\xdc\x6a\x4a\x25\x9b\x72\x88\x25\x13\x91\x27\xe3\x4a\x4c\x03\ \xaa\x83\x45\x05\xe9\xef\x87\x86\x7d\xe7\x85\x04\x54\x49\x15\x76\ \x5f\xd1\xee\x47\xc5\x87\xcf\xc8\xff\xff\xac\x88\x52\x64\xb7\x1d\ \x41\xd1\x00\xf6\x89\x01\x16\x1f\x68\x1a\x0d\xd1\x54\x15\x01\x02\ \xbb\x86\x7d\xdf\xb4\x6d\x1b\xda\xd0\xb4\x21\x30\x31\x4a\x92\x71\ \x6a\x1c\xfa\xd9\xcc\x3b\x27\xa5\x30\x79\xa7\x80\x49\xe1\x7a\x87\ \x29\x67\x1b\x00\xb3\x99\x25\x22\x50\xc4\x21\xb9\xd5\x76\x1e\xd3\ \xf1\xb2\x4f\x22\xcd\x38\xba\x02\x0b\x80\xad\xca\x4c\xca\xfc\xe4\ \x90\xff\xf8\x0f\x5f\xbd\x7c\x35\x6c\x6f\x66\x8b\xb9\x61\xea\x99\ \x66\x46\x2c\xf6\x6c\x79\x78\xdc\x2f\x8a\x89\x00\x6c\xa7\xa9\x80\ \xc5\x9c\x35\xc6\xeb\xab\x1b\x05\x24\xe4\x3d\x7e\xa1\x50\xd9\xa1\ \x77\xd7\x5d\xea\x70\xab\xb5\x0c\xdf\x59\x12\xaa\x88\x96\x62\x00\ \xb7\xab\xdb\x3a\xff\xaa\x59\x8d\xfa\xd5\x3b\xb4\xd2\x54\x15\x08\ \xd1\xed\x03\x0b\xa4\xc4\x18\x6f\x6e\x6e\xe3\x34\x11\x73\xdb\xb6\ \xdb\xed\x2e\xe7\xf2\x9e\xf1\x59\x00\x9b\xf5\xb0\x59\xaf\x55\xd5\ \x79\x17\x27\x29\x25\x57\x3c\x2e\xe7\x8c\x80\x80\x90\x4b\xce\xb9\ \x80\x6a\x20\x6e\x5c\x98\x75\xdd\xc1\x7c\x39\x9f\xcd\x08\x30\x38\ \xb7\x5b\xad\x9b\x54\x6c\xca\xfd\xf1\x51\x9c\x87\x77\x71\xd7\x3e\ \x7b\x0a\x8a\xb4\x4e\xad\xd7\xf1\xea\x35\xcd\x8b\x51\x89\xa4\x68\ \x40\xd1\xba\xdb\xe9\x68\x37\x76\x87\x8b\x05\x12\x6d\x36\x6d\x29\ \x2d\xfa\xe6\xf2\xda\x11\x3f\x7a\xfa\xfc\xbf\xf9\xe8\xe3\xd5\x7a\ \xfd\xd5\xd7\x5f\x76\x1f\x7d\x00\xaa\x07\x64\x33\x17\x96\x19\x3e\ \x3b\x7d\x74\xda\x74\xdb\x61\x8c\x2a\x63\xc9\xbb\x38\xe6\x22\x9a\ \xf2\xe5\xbb\xf3\xdb\xf5\xba\xf6\xa1\x55\x87\x59\x11\x46\x30\xab\ \x03\xbb\x99\x56\x37\xd1\x7b\x3d\xff\x77\x9b\x2c\xf2\xa5\xc8\xab\ \x57\xaf\x6b\xa6\x7c\xa5\xa1\xd4\x85\xaf\xaa\xa9\x0a\xa8\x79\x66\ \x53\x65\xe7\x89\x39\x89\x7c\xfd\xf2\xdb\xb7\xe7\x37\xc5\xc0\x07\ \xc8\x09\xfe\xeb\x3f\xfc\xa3\xf7\x63\x45\x20\x60\xd1\x92\x4a\x6a\ \x54\x09\xeb\x2d\xa2\x4e\x94\xcd\xbc\x5a\xa3\x42\xaa\xca\x56\x3d\ \xc8\x54\xc5\xc0\x3c\x11\x00\x32\x02\x1b\x02\x58\x31\x03\xe7\xd4\ \x44\x8a\xb2\xd1\x74\x7d\x03\x81\xd0\x99\x03\x09\x96\x51\x27\x81\ \xa0\x48\x5c\xa1\x3a\x2c\x48\x60\x5a\x54\x91\xd0\x4d\xa9\xe8\xad\ \xa6\xad\x35\xce\xa3\x28\x6a\xd1\x54\x27\x03\x11\x53\x05\x03\x42\ \x11\x47\xc8\xa6\xea\x99\x73\xd4\xdd\x76\x35\xc4\x88\xde\x67\xd0\ \x49\x73\x49\xea\x5d\x3b\x5b\xcc\x43\x4e\x02\xd2\xcd\xfc\x34\x4d\ \x31\x25\xd5\x82\xa4\x8e\x68\x4c\x93\x0c\x9e\x42\x47\x0a\xc6\x08\ \x40\x88\x6c\xa0\x45\xd5\xb0\x20\x80\xaa\xed\xdd\x9f\x4c\xcd\x40\ \x54\x54\xf6\x00\x08\xc0\x6f\x6c\x9c\x2a\x3e\x5f\xfb\xac\xbb\x2f\ \xbe\x3f\xd3\x62\x9d\x81\x8a\xe4\x9c\xab\x2d\x24\x13\x55\xc5\x35\ \x20\x20\x22\x13\x9d\x04\x6e\x98\x88\x29\xb4\xa1\x0d\xc1\x11\x07\ \x94\x56\x33\x4f\x42\x02\x28\x93\xe9\x96\x95\x99\x5c\xda\xca\x60\ \x10\xda\x3e\xee\x36\x80\x3c\xbe\x3d\x2f\x22\x5e\x26\xb6\x5c\x09\ \xb9\x0e\x91\x05\x4c\x54\x54\x7c\x39\x2e\x5a\xd2\x3b\x53\x40\x91\ \x72\x18\xc2\xe6\x8b\x6d\xf2\xa1\x77\x7c\xa4\xa3\x11\xe4\xf5\xc5\ \xa1\xca\xec\xec\xd0\x8a\x12\xd3\x81\x3f\xdc\x0c\xdb\xdd\x30\x10\ \xd1\x48\xc1\x35\x5d\xd3\xf5\x40\x6e\x95\xd2\xae\xe4\xcd\x34\x4d\ \x0a\x86\xcc\xce\x93\x01\x21\x1a\x55\x27\x26\x32\xad\x86\xf6\x00\ \x88\xa6\xea\x9d\x33\xd5\x02\xe0\xbd\x8f\x29\xa9\x3e\xfc\x3c\xd0\ \x00\x01\x01\x91\xb0\x6a\x5d\x0c\x00\x94\x88\xab\x0a\xbf\x9a\x31\ \x00\x42\x68\xfc\xf1\xf1\xf1\x6c\x56\x59\x11\xef\x79\xf1\xa7\x38\ \x0d\xd3\x90\x52\x76\x8e\xeb\x3e\xb4\x94\x5c\x8a\xd4\x9c\xe1\x63\ \x4f\xcf\xc0\xba\xa6\x5d\xb4\x07\xb3\x66\xde\x85\xb6\x0f\xa1\xef\ \x5b\xc7\x30\x0c\x2b\x28\x2a\xd7\xb7\x4b\xf6\xa1\xd3\x49\xf3\xcd\ \xf6\x7a\xdb\xfa\xdd\xe7\x5b\xc0\x6f\x7d\x73\xfc\x72\x64\x1f\x47\ \xe4\x5d\x24\x1d\x4d\x4c\x74\x57\xac\x49\x56\xb6\xe3\xae\x6f\xb0\ \x71\xe5\xad\xcf\x84\x39\x96\x33\x44\x22\xda\xdc\x5e\x7d\xe6\xdc\ \x0e\xf2\xe9\xa2\xe5\xed\xed\x66\xd8\x3d\xf2\x8e\x9b\x66\x33\xdd\ \xb6\x10\x0f\x7c\x9c\xfb\xdc\x93\x27\xe1\x32\x9f\x85\xa3\x25\xcd\ \xbb\x4d\x8c\xe7\xab\xcd\x6d\x4a\xc9\x79\x41\x47\xc0\x90\x11\xcd\ \x04\x8a\xa2\x81\xc7\xc0\xad\x13\x9f\x53\x56\x30\x35\x70\x3e\xb4\ \x7d\x9f\x52\x4a\x29\xe5\x94\x87\x29\x7a\x29\x06\x00\x39\x23\xa0\ \x63\xb6\x6a\x62\xab\x02\x44\x80\x80\x8e\x10\xdc\xfd\x9c\x88\x40\ \x40\x08\x62\xc7\xc7\xa7\xa7\xa7\xa7\x4f\x9f\x3c\x79\xef\x69\x91\ \x90\x02\x3b\xef\x3c\x00\xef\x75\x58\x06\x52\xd4\xcc\x14\x0c\xc1\ \x10\x4c\xb4\x90\x02\x99\x39\x46\x52\x03\x80\xa8\x82\xcc\xbe\x69\ \x90\x88\x80\x80\x3c\x36\x14\x7c\x13\x25\x29\x96\x31\x4d\xbd\xb3\ \xa2\x59\x55\xc5\x01\xa2\xcb\xfb\x28\x57\x50\x03\xcb\xa6\xaa\x46\ \x04\x60\xc5\x0a\x18\xc4\x54\x48\x8d\xcc\x2a\xdf\x1d\xb0\x96\x07\ \x44\x40\x2b\x48\x84\xa2\x12\xa5\x94\x9c\x09\x31\xc6\x2c\x39\x17\ \x47\x51\x4b\x98\x1f\x58\x7b\x78\x1e\xcb\xcd\x6e\xb3\x4b\x93\x19\ \xb4\x9e\xe7\xfd\x5c\xa7\x51\xc6\x2d\x94\x6c\xdc\xe7\x04\x00\x1a\ \x42\x63\xe4\x32\x82\x23\x2a\xaa\xa0\xa0\x86\x68\xa6\x76\xe7\x27\ \x01\xa4\x2a\x48\xe4\x98\x14\xbf\xeb\xa7\xd4\x4c\xd4\xf6\x03\x98\ \x73\x58\xc7\x44\x32\x20\x62\x17\xbe\x57\x3d\x57\xd9\x6e\xd7\xaa\ \x05\xc0\x9c\xf3\xd5\xad\xb8\xf6\x11\xc4\xec\x9d\x5b\x0c\x71\xa1\ \x22\xce\xe2\xa6\x6c\x35\x89\x5a\x47\xbe\x05\x76\x19\x5a\xf1\x5d\ \x83\xae\x9d\x92\xda\x60\xa8\x1c\x16\xc7\xa7\xcb\x40\x88\x70\x7d\ \xf1\x4e\x44\x83\xf3\x54\x52\xa8\xb6\xe7\x06\x42\x90\x41\x8b\xea\ \xd9\x93\xc7\x87\xb3\x50\xcc\x5d\xbc\x7e\x09\xdb\x4d\x43\x64\x08\ \x4a\x3c\x12\x32\xd1\x32\x04\x40\x60\x22\xf2\xee\xe9\x07\x8f\x3e\ \xfa\xfd\xcf\x3e\xf9\xbd\x4f\xad\xa4\xbf\xfe\x3f\xfe\xf7\x1f\xff\ \xcd\x5f\x8f\x43\x9c\x19\x73\x42\x14\x25\xe6\xb9\xb7\x35\x15\xe4\ \x02\x84\xbb\xa2\x0e\x3c\x81\x81\x14\x80\x42\x58\x8a\x42\xc9\x90\ \x72\x2e\x39\xd7\xb7\x16\x42\xb8\xdf\x1e\x3a\xe7\x80\x5d\x0d\x3b\ \x21\xc2\x22\x6a\x26\x0f\xfd\x33\x60\x9f\x97\x55\x53\x7f\xa0\x72\ \x2c\x11\x2d\xa7\x98\x4b\x54\x2b\xef\xab\xb7\x06\x33\xbb\x5c\x9d\ \xdf\xde\xdc\xec\xb6\x5b\x62\x9e\xcf\xe6\xb9\xe4\xda\x95\x00\x40\ \xb6\xf0\x41\x2a\x9f\x69\xea\x86\x06\xc4\xeb\x04\x96\x65\x30\x8d\ \x5e\x0d\x26\xa5\xc9\xb1\x9e\x42\x57\x92\x6e\x1b\xbe\x31\xe1\xa3\ \xc3\xa7\x9f\x7c\x3c\x6b\xe7\x9b\xb7\x17\xbb\x5f\xfc\x3a\x70\xdb\ \x91\x49\x19\x3d\x42\x0b\x56\xea\xfa\xd8\x8c\x7d\xf8\xbd\x1f\xfe\ \xc1\xf2\xf8\xe4\xf3\xcf\x3f\x5f\xbd\x7c\xd1\x9a\x29\x02\x39\x26\ \x1f\x28\xf8\xc3\x10\x16\xa6\x64\xec\x3b\x7f\xf4\xec\xe9\xe2\x07\ \x1f\x87\x4f\x3f\xf2\xcf\x1e\xaf\x3f\xff\xf5\x4f\xff\xa7\x7f\x7b\ \xfb\xf3\xaf\xfb\x4c\x85\x38\xbb\x3c\x69\xf3\x98\xfd\xc7\xf3\xee\ \xf3\x88\xdf\x88\x5c\xc7\x3c\x0b\xb3\x46\xc8\x83\x26\x00\x71\x45\ \x9c\x6d\x77\x3b\x29\x52\x5d\x76\x6b\x1a\x63\xd7\xb5\xcc\xce\x35\ \xc1\xb7\x0d\x3b\x06\xac\x5c\x47\x34\xb0\x31\xa5\x7d\x3c\x98\x6a\ \xdb\xb4\x45\xca\x38\x0c\x54\x7d\x47\x55\x43\xd3\x81\x77\x77\x4e\ \x68\xb6\x58\xcc\x91\xf1\xfd\x2e\x7c\x75\xca\x74\x48\x6c\xa8\x08\ \xa6\xa0\x00\x05\x20\x99\x05\x66\x34\xd7\xa0\x31\x18\x99\x39\x04\ \x67\x46\x75\x14\x76\x0e\x7d\x03\x6d\x93\x7d\xeb\x84\x30\xe9\x88\ \x60\x81\xa6\x36\x34\xdd\x82\xa9\xd8\x76\x1d\xc7\xad\x9a\xb4\xce\ \x51\xdd\xe8\x21\x2a\x3b\x04\x57\x8f\xbc\xe0\x50\x45\xd1\x93\x82\ \xa1\x5a\x0d\x9f\x52\x04\xdd\x23\x07\x08\xf5\xed\x19\x78\xa0\x92\ \x8b\x90\xa9\xc3\x8c\x85\x0d\x9c\x3a\x40\xaa\x8e\x6e\x3b\xf4\xff\ \xf7\xaf\xbe\x79\x73\xb3\x8a\x00\xd4\x34\x45\x54\xc6\xdd\x71\xc3\ \xbf\x77\x76\x74\x12\x66\x1c\x27\xd5\x00\xd4\x01\xfb\x98\x4b\xe2\ \x82\x6d\x03\x62\xaa\xd9\x04\xf6\x8c\x01\x54\xc7\x4e\x8b\x99\x82\ \x14\x25\x02\xef\x3d\x12\xa9\x18\x22\x02\x92\x80\x9a\x9a\xa8\xd6\ \xc8\x1f\x35\xd9\x8f\x5d\x80\xff\x1c\xcd\xd5\xef\x90\xcf\xa5\xdf\ \x91\x35\xea\xaf\xf7\xad\x7b\x05\xec\x53\x2e\x31\x4f\x05\xa5\x90\ \x18\xa8\xaf\xe6\xb6\x08\x04\x2c\xa0\x63\x2c\x9a\x07\xdf\xb6\xec\ \x43\x29\xb2\xbd\x5d\x8d\xab\x8d\x23\x66\x51\xcd\x05\xbc\x33\x82\ \x58\x1b\x4d\x04\x45\x40\x46\x11\xb9\xba\x7e\x77\xbb\xbe\x66\xe7\ \x25\x0e\x1d\x68\x6d\xcb\x45\x11\x88\x92\x29\xe6\xb1\x9e\x0b\x06\ \xd6\x5f\xcc\xaf\xe6\xed\xed\xf9\x9b\xab\x9b\x9b\x8b\x8b\x4b\xd7\ \x2e\x4a\xb4\x69\xca\x0c\xe9\xf6\xf6\xaa\x6d\x42\xb6\x98\x7d\xa0\ \xd9\xb2\x6d\xdb\x6d\x1e\x4b\x2e\x88\x8c\xa6\x46\x60\x88\xec\xd9\ \xf9\xc0\x39\x57\xc2\x44\x29\xa5\x0a\x86\x45\x6b\x64\x06\x56\x87\ \x80\x87\xbb\x94\xef\xbc\x50\xee\x02\x16\xed\xc1\xab\xeb\x3a\xef\ \x7d\xb5\xc0\x1e\x76\xdb\x7d\x98\xfb\x7b\xbd\x86\xdd\x94\x92\xf8\ \xd0\x31\xd7\x45\x13\x86\xd0\xb5\x4d\x53\x83\x7c\xdc\xe6\x06\x6e\ \x6e\x87\x62\x93\x02\x82\x23\x76\x26\xb9\x6f\x5c\x60\x65\x4d\xa4\ \xba\x99\x62\xdb\x74\x9c\x64\x61\x48\x65\x9a\x56\x5f\x82\xf7\x3a\ \x8d\x6d\x4a\xe0\xc6\x21\xc6\xce\xb9\xaa\xfc\x47\xc3\x82\x6a\x86\ \x2e\xc0\x9b\xff\xf8\xeb\xd7\xf4\x85\x63\x3e\xc8\x48\xa9\x28\x18\ \x91\x92\x07\xc5\x58\x88\xd4\xcc\x1c\x4f\xa5\x84\x49\x3e\x7d\xfe\ \x3c\x9c\xdf\x4e\x2f\x2f\xa6\xeb\x9b\x53\x9b\x49\x7f\x78\x7b\x7e\ \x63\xa0\xbb\xd5\xbb\xc2\x80\x62\xd2\x34\xed\xe9\xd1\xa2\x69\x37\ \x52\xb4\x24\x55\xaf\x08\x86\x64\x88\x44\x34\x5f\x2c\xe2\x14\x7d\ \x08\x8e\xb9\xd2\x7a\x6b\x6a\x69\x45\x4c\xaa\x15\x5a\x45\xb5\x10\ \x09\xd0\x8a\x68\x85\xf6\x45\x2d\x67\x21\xf2\x06\x40\xcc\xcc\x58\ \x44\xe7\xf3\xc5\xd1\x91\x98\xe9\x76\x33\xfc\xf8\xaf\xff\xee\xf9\ \xb3\x8f\xf6\xc4\xf7\xff\xef\x87\xb5\x56\x47\x49\x2d\x80\x1e\x10\ \xc4\x4c\x35\xb3\x43\xf3\x4e\xd5\x8a\x26\x32\xaa\x8b\x70\x65\x32\ \x00\x43\x54\x72\x18\xda\xed\x94\x2f\x2f\xde\x8d\x53\x24\x22\x70\ \xec\xbb\x66\x3a\x8f\x1e\xe1\xc3\xb3\xe3\x27\xcb\xb9\xc5\xc9\x07\ \xc7\x66\x68\x80\xc0\xb8\xef\x12\x01\x11\x08\x99\x11\x8d\xd4\xac\ \x5e\x9e\x7f\xca\xd3\x78\xf8\x1d\x1b\x39\xc7\xd8\x38\x08\x1c\x9d\ \xd3\x54\x66\x4d\x3b\xa4\x62\xcc\x88\xf0\xf3\x5f\x7e\x71\x53\xf8\ \xec\xf9\x33\xf3\xcd\x90\x4b\x68\x9b\x32\x6c\xaf\x5e\xbd\xfc\xea\ \xf5\x39\x9c\x1e\x1c\x78\x1f\x15\xd7\xd3\xb8\xdd\xdc\xb8\xf9\xac\ \xe9\x16\x53\x2e\x0a\x40\x48\x44\xa0\xa5\x98\x28\x10\x15\x28\xa8\ \x58\x09\xf4\x0f\xb7\x52\x15\xac\x10\xd5\x7b\x7b\x98\xbb\x51\x8c\ \x2a\x55\xfb\x0e\xd3\xfc\x9e\x54\xae\xef\xe6\xa0\xbd\xf7\x45\x55\ \xf3\x01\x40\x9d\x7f\x95\xa0\x30\xaa\xa1\x33\x62\x40\x4f\x04\x02\ \x62\x62\x08\x4a\xcc\x2c\x6c\xf1\x00\x00\x20\x00\x49\x44\x41\x54\ \xa4\xce\xb1\x5b\x66\x22\x04\x56\x34\x06\x26\xb3\x32\xec\x5a\x66\ \xa7\x6a\x9b\x5d\x6a\x49\x99\xea\xbf\x52\x89\x34\xc5\x84\xb3\xe6\ \x69\x47\x4c\xa0\x56\x13\x78\xd4\x6a\x58\x34\xb2\x77\x60\x28\x22\ \x45\x24\xa5\xb4\x5e\xaf\xbe\xfc\xd5\x2f\x26\xb5\x11\xb0\x39\x3c\ \x31\x6e\x52\xb3\x28\x54\x14\xb1\x71\x3c\x6c\xb6\x1e\x5c\x9c\x64\ \xb0\x41\x94\xb4\x28\x51\x11\x30\x04\x55\x55\x61\x63\x32\xc7\xc8\ \xcc\x84\x08\x58\xd9\xf6\x5c\x1b\x63\x33\x03\x34\x42\x67\xb0\xe7\ \x43\xc8\xfd\x7a\xec\x81\x67\xd9\xc3\xca\x55\x89\x60\x95\x64\x2f\ \x22\x2e\x34\xcc\x0c\xef\xbb\x5b\x0c\xbe\x0b\x3e\x7b\x1f\x2a\xc7\ \xb5\x72\xb0\xa9\x6a\x03\x01\x20\x01\x4e\xd0\x06\x4f\x1e\x26\x89\ \x05\x27\xe7\x30\x5b\xa6\x0c\x41\x91\xcc\x47\xef\x06\x25\x9e\x60\ \xd9\xf6\xb8\x53\xd8\x8e\xc5\xd6\xce\x11\x3a\x1b\x87\x5d\xc3\x3e\ \x8e\x85\x90\x0c\x40\xea\x5b\x55\xd5\x24\x39\x66\x31\x2d\xe4\x83\ \x15\x50\x95\x52\xb2\x99\x22\x18\x21\x3b\xae\xa4\x86\x61\x1a\x87\ \xd5\xcd\xeb\xaf\x7f\xe5\x7d\x77\x3b\xe4\x09\x9a\xa3\x8f\x7f\xa8\ \xa7\xcf\x73\x58\x58\x8a\xdd\x14\x87\xf3\xcb\xb6\x94\x29\x8d\x53\ \x2a\xdd\x87\xcf\x1b\xd3\xcd\x76\x23\xae\x75\x48\x02\x25\x69\x51\ \x25\x20\xf3\xce\x11\x22\x33\xf7\x7d\x5f\x6f\xb0\xba\xb1\x45\x44\ \x62\x02\x31\x11\x95\xbd\xb0\xa4\x72\x52\x52\xb5\xeb\x34\x03\x95\ \x22\xaa\xd5\xde\x3d\xe6\x9c\x62\x46\x80\xd0\x74\xcc\x01\xd1\x2f\ \x97\x87\xef\xcd\xa4\x63\xf6\xde\x07\xef\x9c\x00\x99\x81\x81\x09\ \xd8\x2e\x67\xd3\x1c\x2c\xb7\x68\x86\x24\x06\x04\x40\x7b\x80\x07\ \x15\x68\x1c\xd3\xbb\xeb\x9b\x68\xe0\x0f\x97\x32\x0b\xa2\x52\x9c\ \x63\xec\x50\xf5\xdb\xab\x9b\x3c\xc5\xc7\x6d\x03\x31\x4e\x59\xbc\ \x73\x15\x65\xa8\xa9\x8e\x64\xc0\xa4\x44\x68\xa2\x06\x40\x68\x40\ \xfa\x4f\x2c\x0f\x1e\xde\x17\x24\x80\x8c\xce\x23\x03\x03\x12\x85\ \x66\x14\x1b\xb2\x26\xe5\x37\xab\xd5\x98\xe4\x83\x1f\x7e\x72\xb9\ \x1e\x38\x00\x79\xb7\x1d\x27\x87\xfc\xc1\xc7\x9f\xdc\xbc\x7a\xf1\ \x76\x13\xe9\xb8\x1f\x88\xfc\x7c\x0e\x5b\x5d\xed\xb6\xf3\xb6\x41\ \xe7\x54\xad\xba\x7d\x01\x3a\xc1\x3a\xbc\xef\x81\xad\xfb\x83\xa4\ \x7e\x06\xba\xb7\x6f\xdf\xd3\x23\xaa\x87\xc4\x9d\xe1\xb5\xd5\xca\ \x05\xdf\x9b\x8c\x6b\x50\xd3\xba\x90\xde\x53\xd1\x88\xbe\x5b\x28\ \x98\x21\xe1\x64\x05\x41\x3c\xa2\x53\x60\x05\x12\x35\x00\x25\x07\ \xde\x99\x73\xc2\x0c\x8e\x8b\x8a\x67\x17\x82\x0b\x4d\xe3\xa4\x68\ \xc9\x69\xd8\x7a\xa6\xd6\xe1\xa8\x45\x08\x10\x90\xa0\x6e\xbb\x09\ \x4b\x2a\x5a\xc0\xc0\x85\x80\x95\xdf\x60\xa0\x95\xb2\x40\x90\x4b\ \xd9\x3b\x7b\x00\x96\x9c\x67\x84\x71\xbd\xca\xae\xe5\xe5\xf1\x37\ \xef\x6e\x5e\x5c\xdc\xee\x4a\x99\xa6\x89\xd1\x9e\x3f\x3a\x3a\x6c\ \x3b\x9b\x8a\x19\x9a\x58\x29\x82\x76\x07\xcf\x1b\xc8\x3e\xe0\xa0\ \x88\xc4\x3d\xca\x88\x54\xa4\x54\x49\x7d\x1d\x43\xc4\xb4\x7a\x15\ \x3d\x1c\xe2\x1e\xe6\x1e\x3d\xfc\xfd\xfa\x01\x8f\xe3\x58\xd3\x37\ \xcc\xac\xe4\xa4\xa6\xff\x02\xdd\xe2\xb0\x5a\x6d\x2b\x58\x56\x8f\ \x8a\x9c\x4a\xd4\xa4\x00\xcc\x0c\x18\xd0\xb5\x49\x62\x96\x09\x41\ \x3c\x03\x28\x48\x81\x82\xce\x71\x2f\xe8\xa7\xd3\x63\x69\x1b\x5f\ \xec\x66\xcc\xc7\x4d\x33\x73\xb4\xbe\xba\x98\xf2\x88\x2a\x51\xa7\ \x64\x29\x28\xef\xaf\xc6\xde\x4d\xcf\x8a\x14\x86\x6c\x00\x82\x31\ \xe6\xcc\x7b\x8f\x43\x04\x40\x35\x40\x65\x35\x25\xe2\x51\x93\x4b\ \xda\x16\xd9\x94\x8d\xcd\x4f\x75\x79\xf4\xbf\x7e\xf5\xf5\xaf\x6f\ \xae\x47\x55\x8f\xf6\x41\xdf\xff\x70\x31\xb7\xdb\xb5\x66\xe5\x0e\ \xb6\x9b\xd5\x68\x88\xed\x3c\x57\xaa\x9d\xa9\x09\x20\xa8\xb2\xb8\ \xc0\xf5\x18\xbf\x67\x09\x55\x11\x49\x45\x50\x2a\x4f\x48\xb5\xb2\ \xe4\x00\x81\xf7\xc3\xe3\x9e\xbc\x82\x08\x20\xc5\xb2\x65\x05\xdc\ \x6c\x86\xd5\x66\x05\x40\x00\x48\x64\xeb\xd5\xfa\xfd\x99\x74\x6a\ \x26\x52\xa4\x88\x99\x1a\xa8\x59\x4e\x93\xa5\x29\xb2\x7a\x93\x8e\ \x89\x9b\x4e\x6a\xdd\xa9\x8d\x3f\x32\xf9\xe6\x7a\xb5\xd9\x19\x2d\ \x8f\x1f\xe9\xd2\xaf\x2c\x1e\x1e\x1c\xe7\x9c\x4d\x2d\x4f\xb1\x3f\ \x38\xbe\x5a\xaf\xbc\xe2\x1c\x70\xee\x5b\x53\xad\xde\x61\x95\xf3\ \x4a\x00\xa4\x8a\xfb\xca\x65\xcc\xd5\xb9\xc6\x1e\x68\xef\xf1\x21\ \x43\xd9\x11\x28\x98\x96\x8c\x51\xc7\x29\x31\x3a\xc9\x2a\xe4\xb7\ \x49\x2f\xa6\x3c\x7b\xfc\x78\xbd\x1b\x4e\x9e\x9c\x0d\x59\x73\xca\ \x07\xb3\xd9\xe5\xf9\x65\x49\xa5\x39\x3a\x2b\x69\x7c\xb1\x1e\x2d\ \x04\x80\x75\x06\xf5\xb3\x9e\x1c\x2b\x02\x10\x5a\x31\x43\x23\x40\ \x62\x46\x34\x34\xc2\xfa\x8c\x03\x10\x91\x01\x10\x40\x08\x41\x55\ \xf3\x9e\x87\x52\x13\x57\xf1\x7e\x0d\x52\xbf\x0d\xde\xc3\xf7\x24\ \xe3\xda\x0c\x88\xb8\xae\xe4\x1f\x76\x19\xf7\xe6\xce\xce\xbb\x4c\ \xd8\xa0\x43\x44\x12\xc2\x5c\x40\x81\x98\xd1\x7b\x0d\x6e\x15\xe3\ \x6a\x33\xed\x8a\x02\x62\x1f\x02\xa8\x38\x95\x0f\x8e\x0e\x9f\x1e\ \xce\x90\x44\xd3\xa8\x44\xc8\xe8\x5c\xf5\x41\x42\x06\x24\x44\x02\ \x26\x20\x66\x72\xc8\x39\x17\x47\xc1\xcc\x0c\x01\x91\x80\x50\x55\ \x01\x91\x9d\x23\x26\x30\x66\xd2\xb6\x65\x6e\x16\xbf\x7e\x77\xf5\ \xab\xab\x8d\x3b\x38\xe1\x79\x68\x25\x6b\x1e\xbf\x78\x77\xf1\x78\ \x3e\xfb\x70\x71\x52\x8a\x0e\x63\x4a\x46\xae\xeb\xbc\x73\xa0\x66\ \x80\x86\x20\xa6\xa2\xca\xa0\x77\xb7\xc8\x7e\x4e\xac\x03\xbc\x01\ \xa0\xd8\x7d\x9f\x75\xef\xa1\x78\x5f\xb0\xf6\x0c\x97\x3b\x3e\x4b\ \xfd\x62\xb1\x58\xec\x76\xbb\x3b\x3d\xaa\xd9\xfb\xe2\x5c\x88\x78\ \xb0\x3c\x8c\x53\x76\xec\xd1\xd0\x14\x72\x2e\xa5\xe4\x4a\x4b\xf3\ \xde\x6f\x4d\xd7\x5d\x68\xcd\x9c\xaa\xd3\xec\x41\x0d\x34\x07\x56\ \x37\xdb\x51\x7b\x5b\xec\x67\xe7\x97\xe7\xa6\x33\x93\x56\xb4\xa5\ \xe6\xc3\x45\xf3\xaf\x3e\x38\xd3\xf5\x75\xba\xbe\x3a\x59\x2e\x34\ \x25\x40\xaa\xcf\x1e\x1b\x54\x7a\x14\x31\x39\x72\xfb\x45\x92\x27\ \x44\x04\x03\x33\x53\x34\x60\x42\x47\xa0\x48\xc1\x3b\x92\x80\xe0\ \xad\xe4\xa6\x7f\xe3\xda\xff\xe5\xf3\x5f\x7f\x6d\x00\x8b\x79\x36\ \x68\x00\x5e\x5c\xdf\xfe\x6a\xb3\xf9\x8b\x83\x7e\xc1\x7c\x91\xe3\ \xf9\xce\x76\x6d\xdf\xf5\x0d\x91\x63\x25\x97\x0b\x68\x51\x84\x29\ \xa6\x1a\x8d\xd5\x34\x4d\x35\x47\xad\xa4\xed\x0a\xad\x96\x9c\x0d\ \x5c\x1d\x07\x9d\xdb\xcf\xec\xce\xf9\x10\x42\xed\xcb\x40\x15\x10\ \x72\x91\x52\x0a\x39\x7f\x72\xe2\xc6\x29\x16\x51\x53\x53\xcd\xb9\ \x2e\x91\xde\xeb\xb2\x4f\xd3\xb8\x5e\xaf\x15\x19\x80\x8d\xc8\x00\ \x44\x0a\x3b\xc6\x10\xd4\x24\x99\xed\x8a\x3a\xdb\xff\x61\x43\x40\ \x47\xa4\xb0\x4a\xc5\xba\xb9\x36\x6d\x56\x6b\x43\xf7\xfc\xe9\x87\ \x88\x78\xb4\x3c\x7c\xfd\xf5\x57\x57\x2f\x5f\xb6\xdd\x7c\x55\x52\ \x33\x9b\xed\xcc\x40\xa4\xd6\xac\x3b\x5c\x0e\x1c\x31\x52\x55\xe3\ \xd4\x51\xb1\x62\x27\xdf\xcd\x3c\x0f\x25\x2d\x4c\x58\x40\x8a\x02\ \x28\x24\x04\x90\x12\x9a\x1e\x5c\xf7\xe6\xe2\xe2\xda\x60\xc1\x61\ \x4a\xe9\xac\xef\x3f\xfb\xe1\xef\x09\xf0\x2f\x7e\xfd\xb9\xd1\xb5\ \xf3\x21\xc5\x69\xbe\x38\x8a\xc3\x30\xe6\x49\xc6\xdd\x7c\xb9\x38\ \x79\xfc\x98\x9c\x17\x55\x34\x90\x2c\x58\x0c\x15\x0c\x14\x19\xee\ \xa0\x18\x30\xd5\x87\x36\xa2\xaa\x1a\x73\x2e\xb2\x67\xd5\x3d\x3c\ \xc8\x2b\x60\xdf\xb6\xed\x6f\x3d\xa6\x7f\x97\xd9\x3f\x7b\x5d\x4b\ \x9d\x6c\xeb\x3c\x75\xff\x66\x4a\x29\x83\x66\x30\x15\x20\x05\x6c\ \x91\x8b\x16\x64\x54\x83\x58\xf4\xd5\xf5\x4d\xf6\xde\x1f\x1e\x11\ \x72\x62\xb2\x12\x01\xed\x9b\xf5\x6a\x97\x87\xd3\xc6\xb9\x22\xbd\ \x57\x50\x27\x53\x41\x44\x32\x24\x40\x04\x23\x05\x46\x53\xd4\x1c\ \x93\x01\x00\xa3\xee\x3f\x42\x31\x04\x24\x52\xd4\x3e\x38\x20\xf2\ \xa1\x4d\x25\x66\xd0\xcb\xd5\xfa\xcd\x6a\x73\xfc\xf4\x83\x81\x9b\ \xcd\x30\x22\x07\xef\x69\xe6\xf0\x66\xb5\x3a\x08\x05\x9c\x57\xc7\ \xbb\x38\xb6\x21\x58\xc9\x24\x46\x8e\xd5\xb0\xa8\x89\x9a\x6a\xae\ \xd7\xfd\x8e\xdc\xb0\x27\xdd\x55\x44\xaf\xc8\xbe\x3c\xd5\x91\xfe\ \x3b\xc2\xea\xdd\xc7\x76\xdf\x70\xd5\x19\xd3\x39\x37\x9b\xcd\x6a\ \xc8\xc8\x34\x96\x7f\xc9\x95\x2f\xa5\xba\xc8\x92\xa8\x56\x66\x0d\ \x91\x4b\xa9\x94\x52\x88\xdc\x95\xca\x2f\xd2\x74\x82\xe5\x8c\xe9\ \xc0\x50\x93\x01\x40\xf6\xbc\x71\xf0\xae\xa4\x9f\xbd\xb9\x2d\x8f\ \x17\x2b\x43\x3d\x5c\x5c\x4e\xbb\x99\xc3\xd7\x37\xd7\xaf\xbe\xb8\ \xf9\xe3\xd3\x93\x56\x31\xaf\x13\xaa\x66\x97\xd4\x8c\xf6\x78\x00\ \x82\x29\x22\x26\xd5\x4a\x61\x30\xb3\x1a\x57\x6d\x00\x6a\x0a\x44\ \x59\xa1\x9b\xb5\x6d\xd7\x74\x5d\x08\xc4\xeb\xab\xdb\x4b\xce\xff\ \xfe\xfc\xf2\xdb\x8e\xf9\xd1\xe3\x61\x54\x9b\xb2\xa2\x36\x4f\x8f\ \xbe\xbd\xdd\xcc\x4b\xf9\xb0\xe5\x6b\xf2\x6f\xc6\x29\x22\x9e\xa2\ \x48\xca\x73\xd7\x36\x8c\x79\x37\x19\x18\x78\x9a\x62\xac\xfa\x92\ \xfb\xb0\xb8\x8a\xa5\x22\xa2\x01\x95\x62\x55\x35\xad\x6a\x22\xe5\ \x4e\x1b\x5c\x9c\x63\xef\xbd\x96\x3c\xa5\x24\x62\xcc\x5c\x11\xed\ \x93\xe3\x93\x71\x8a\x29\xa5\x18\x2d\x84\xf7\xd4\x2d\x02\x00\xb3\ \x0f\xbe\x6d\x43\xab\x50\x27\x23\xc2\x2e\x30\xa3\x43\x04\x54\xaf\ \x06\xa5\xda\xf5\x81\x81\x16\x33\x35\xdc\xae\x56\x1a\x1a\xdf\xce\ \x85\xb8\x41\x3e\x3b\x3c\x3c\xa4\xee\xe0\xf8\xa4\x6b\xdb\x0b\x7c\ \xc5\xae\x05\x93\xeb\xdd\xd6\x77\xfd\xe9\xe1\x81\x23\xf2\xce\x31\ \x91\x14\x51\x15\x13\x45\xe6\x10\x82\x63\x87\x88\x6a\xc5\x54\x90\ \x90\x88\xea\x3f\x23\x52\xee\xc1\x09\xb0\xea\xf5\x5b\xc8\x21\x85\ \x20\x31\x83\x02\xb9\xee\x76\x33\xbc\xda\x0d\x39\x84\x94\xf2\xc1\ \x72\x09\xc8\xd7\x97\xd7\x8f\x9e\x3d\x0f\xce\xcf\x66\xb3\x34\x4e\ \x40\xce\x42\xf7\xf8\xec\x91\xa2\xb8\xc0\x48\x04\x48\x0a\xc6\xc4\ \xa0\xe4\x49\xc1\xed\xcd\x23\x2a\x0e\x77\x7f\x2d\xc0\x00\x3d\xaa\ \xaa\xa9\x91\x23\x24\x97\xa5\x3c\xbc\xed\xef\x1f\x0a\x91\xbd\x6c\ \xf6\xbf\x7c\xe5\x7f\x87\xce\x82\x84\xd5\x3e\xe1\xbe\xb2\xde\x4b\ \x99\x54\xb5\xa8\x4e\x19\x00\xa0\x02\xde\x62\x00\xc4\x08\xc4\xbe\ \xb9\x58\xaf\xad\xed\xbb\xc3\x83\xad\xd9\xe9\xe9\x19\x80\x06\xc7\ \xe3\xfa\x16\x88\x6e\x73\x44\x85\x45\xdf\x4f\x31\xb2\x02\xa3\xab\ \x74\x03\xda\xaf\x80\x81\x01\x49\x2b\x86\x80\x06\x54\x0f\x20\xdc\ \xab\xc9\x54\xcd\x26\xdb\xbb\xad\x17\xd4\x42\x7c\x51\xc4\x66\x8b\ \x41\xa4\x3b\x59\x3e\xf9\xf4\xd3\x61\x18\x7e\xfd\x8b\x7f\xe8\xda\ \x86\xfb\xe5\xd5\x10\x05\x62\x0c\x24\x4d\xa8\x6c\x4e\x00\x2d\x62\ \x8a\x46\xe4\x88\x2b\x9b\xd3\x54\x55\x4a\x31\x30\x30\x13\x15\x00\ \xdc\x4f\xfb\x8a\x0f\x49\x77\xf7\x55\xac\x22\xfa\xf7\x69\x20\xf7\ \xd3\xf4\xbd\x98\xcb\x39\x87\xe4\x08\xe9\xbd\x1f\xa1\x1a\xe1\x47\ \x54\x21\x38\xae\xec\xff\xbe\xef\x54\x75\xb3\xd9\x7c\xb5\xbd\x59\ \x61\x9a\xda\xe0\xa8\x61\xe2\x80\x31\x2b\xec\xb0\xd9\xb5\x8b\x9f\ \xbd\x79\x0b\xcf\x8e\xa9\x69\x4e\x42\xb7\x7c\x74\xb4\x9e\x36\x26\ \xb9\xeb\xbb\x8b\x97\x6f\xdf\xac\xc6\x4f\x79\xbe\xb9\x58\xf5\x2d\ \x67\x4f\x62\x6a\xaa\x60\x8a\x08\x68\x86\x00\x55\x78\x0e\x28\x84\ \x64\x40\x0a\x04\x66\x82\x84\x46\x02\x20\xea\x86\x28\x9b\xed\xc0\ \xc0\x25\x85\x4b\xa2\xf3\x34\xcd\x3e\xfa\x60\x63\xfc\x07\x1f\x7f\ \x7a\xec\xfb\xcf\x7f\xf1\x8f\x57\xf1\xd6\x1a\x7a\x91\xca\xed\x26\ \x49\xeb\x26\xef\xa8\x6d\xa7\x94\x1d\x72\x4c\x09\xd4\x1c\xb1\xf7\ \x6e\xca\x63\xbd\x5c\x35\x7b\xf8\x5e\x59\xb5\x4f\xba\x04\x12\x35\ \x11\xdd\x13\x41\xcc\x44\x64\x9a\xa6\x9c\x53\x8d\x86\x0f\x8e\xc7\ \x38\xc6\x58\x88\x10\x88\x4b\xa9\xe0\x70\x0d\x36\x24\xef\xf8\x3d\ \x77\x8b\x66\xa1\x69\x17\xcb\x83\xc5\x62\x81\x4c\xb0\xd7\x5d\xee\ \x83\x48\xcc\x94\xcc\x9c\x11\xab\x29\x68\xd1\x0c\x6a\xcc\x38\x8e\ \x03\x53\x68\x3c\x2b\x68\x20\xdf\x29\xbb\x0c\xb7\xaf\xce\x2f\x4c\ \x03\xf9\xa6\xe9\xc6\xed\x3a\x13\x7f\xfe\xe6\xf5\xb7\x97\xef\x6a\ \x10\x8c\x67\x57\x72\xc9\x29\x99\x59\x70\xae\x26\x3c\x10\x22\x20\ \x10\xfd\xc6\xd1\x48\x48\xf5\x84\x34\x33\x04\x33\xb3\x54\x62\x66\ \x20\xe7\x54\xb4\x4c\x25\xc5\x32\x4e\xba\xca\xb9\x9f\xcf\x38\xf8\ \xf5\x66\x58\x6f\xbe\x7e\xf6\xfc\x83\xb3\xc7\x4f\xce\x8e\x8f\x5e\ \x7e\xfb\xcd\xac\x6f\x6f\xaf\x6f\x61\x3e\x13\x42\x62\x47\x8e\x99\ \x1c\x20\x54\x68\x84\x08\xd1\x1c\xa0\x29\x88\x08\x22\x9b\x81\x3e\ \x20\x5d\xef\xb7\x67\x46\x00\x00\xe4\xc8\x93\x7f\x58\xb9\x1e\xba\ \xdc\x04\xef\x11\x7e\xcb\xfd\xfe\x3b\xec\xb9\x00\xec\x6e\x26\xaa\ \xaf\x6a\xa5\x50\x75\x27\xd5\x08\x55\xc4\x46\xd0\xa4\x42\x45\x08\ \x40\xa4\x78\x76\xd7\x31\x75\x07\x07\xc0\xfe\xb0\xef\x0f\x0e\x0f\ \x3f\xfa\xf8\xe3\x83\xe5\xe2\xa7\x3f\xf9\xc9\xc5\xeb\x97\x19\xd4\ \x99\x6b\xfa\x79\xd3\x57\x86\x62\x95\x9f\x01\xee\x3f\x1a\x15\xa8\ \x7a\x34\x30\xb3\x2c\x52\x65\x92\x55\x7c\x50\x8b\x7a\x74\x5c\xb1\ \x6a\x0b\x7e\xb5\xdb\x7d\xbb\xb9\x6d\x17\xc7\xd6\x86\xd3\x47\x67\ \x4f\x9f\x3f\x7f\xf7\xee\xe2\xe8\xf0\x64\x1c\x07\x0a\xde\x77\x08\ \xa6\x6d\x1b\xdc\xac\xf5\x21\x90\x00\xa1\x33\x05\x06\xcb\x0c\x80\ \x46\xee\x3b\x7c\xfd\x21\xfa\x5e\x21\xf9\xfa\xf6\x1f\xde\x49\xf7\ \x12\xf9\xfd\x9a\x42\xa4\xd6\xaf\xdf\x00\x32\xef\x98\x7b\x77\x7c\ \xf8\xf7\xaa\x5c\x5c\x19\x66\xa5\x48\xa9\x9d\x2f\x22\x7a\xef\x9b\ \xb6\x5d\x2c\x66\x52\x0e\x64\xb8\x59\xc5\xfc\x6d\x2a\x37\xd1\x7c\ \x21\x43\x37\x99\xbb\x1d\xf3\xcb\x6c\x4f\x96\x07\x33\x0a\xa7\xc7\ \x27\x7f\xf2\xe7\x7f\xe6\xe7\xcd\x76\xb7\xfe\xdf\xfe\xc7\x7f\xd3\ \xf7\x87\xe7\x63\x3e\x9e\x2f\x3e\xfd\xec\x69\x1c\x76\xd4\x72\x85\ \x8b\x10\x91\x08\x45\x32\x42\xe5\xab\x01\x22\x16\x05\x53\x34\x30\ \x05\x30\xb0\x62\x1a\x53\x9a\x98\x82\x6f\xec\xe4\x80\x7c\x27\x89\ \x5e\x9f\xbf\xc9\xd4\xad\xae\xd6\x3f\xf8\xfd\x7f\xf5\x17\x7f\xf4\ \x27\xcf\x96\xa7\xe7\xdf\x7c\x3b\x4a\x14\x43\xe1\x2c\x4d\x48\x59\ \xba\xae\x3f\x3c\x3a\x05\xf6\xcc\x84\xaa\x98\x0b\x11\x22\xf1\xa2\ \x5b\x20\x73\xdd\x4f\xdd\x31\x9c\xad\xae\xa8\x44\x24\x97\x54\x61\ \x4f\xd5\x82\x68\xde\x3b\x00\xf6\x9e\x54\x5b\x66\x66\xc7\x68\x10\ \x1a\x5f\x6a\xaa\xb0\x1a\xe5\x6c\x86\xc8\x84\x40\xa5\x64\xe2\xf7\ \x96\x8b\x9a\xf7\x3e\xb4\x6d\x08\xa1\xd2\xf6\x0c\x61\x3f\x3a\x19\ \x9a\x29\x28\x24\x51\x40\x53\xd3\xac\x2a\x26\x12\xcb\x98\xa6\x59\ \x68\xcc\x4a\xb8\xd3\x53\x3e\x3a\x7b\x74\xb3\x59\xbd\x7c\xfd\x26\ \x4b\x2e\x22\xc6\xbc\x1e\xa7\x29\x46\x57\x58\x87\xc9\x85\xe0\x9c\ \x93\x9c\x63\x4c\x08\xe0\x9d\x73\xce\x05\xe7\x89\x08\xd1\x10\xf5\ \x8e\xda\xf9\x1d\xda\xb0\x37\xa5\x31\x60\x62\x11\xc9\xa8\xc6\x88\ \x66\xac\x90\xc6\x22\x02\x59\x35\xe7\x42\x5e\x96\xbe\x0d\xce\xdf\ \x5c\x5d\xaf\xae\xae\xaf\xcf\xdf\x1d\xf4\x33\x33\x61\x00\x2d\x65\ \xb3\x5e\x07\xcf\xd9\x71\xd7\x75\xce\x79\x12\x28\x45\xa7\x3c\x89\ \x28\x00\xd6\x0b\xfb\x4f\x5d\xb0\x11\xf6\x96\x38\xf7\x1e\x26\x66\ \x75\x5a\xbc\xff\xe2\x9f\xf0\x3f\xbf\x2f\x7c\x2e\x29\x32\xec\x06\ \xbe\xc3\x3b\xef\x7f\xe2\xbd\xaf\xbe\x9a\x43\x56\x46\x03\x53\x14\ \x23\x45\xb2\x92\x45\x52\xd4\xb6\xe3\xa6\xcb\x59\x0e\x7d\xe8\xd8\ \xc7\xed\xf8\x6e\x33\x32\x06\xe0\x2e\x02\xbc\x5b\x0f\xdb\x51\x66\ \xc1\x3b\xcf\xc8\x58\xf7\x2c\x80\xf7\x38\x7d\xa5\xdd\x01\xec\x5b\ \xd7\xef\x3e\xbf\xba\xdf\xc8\xe3\x68\x80\x22\x32\x18\x5e\x6d\x77\ \x43\xd1\x33\x4f\x92\xc7\xcf\x3f\xff\xf9\x62\xde\x1d\xcc\x67\x22\ \x0a\xe6\x80\x31\x1c\xcd\x5a\xcf\x12\x98\xda\x60\x45\x9c\x58\x00\ \x26\x64\x05\x8b\x66\x62\xc2\x35\x12\xf8\xae\x1e\xdd\xd7\xaf\x5a\ \xb9\xc0\xb0\x36\xed\x0f\xf1\xac\x7b\x0a\xfe\xfd\x84\x58\x95\x8c\ \xb5\xf9\xaa\xe1\xc0\x39\x67\xd3\xf2\x7e\xa9\x7f\x75\xcb\x79\x75\ \x75\x79\x73\x73\x73\x9f\xc8\x9b\x52\xf2\xce\xb7\x6d\xbb\x27\xa9\ \xa0\x41\x8e\x91\x5c\xf6\xdd\x35\x48\x86\x28\x6a\x29\xcb\xcd\x6e\ \xf4\x47\xc7\xc9\x78\x16\xfc\x07\x9f\xfc\x40\x55\x4f\x97\xa7\xaf\ \xbf\x7c\xd5\x75\x07\xc3\x50\x76\x25\x4e\xd3\xf8\x26\xf8\x36\x38\ \x87\x5e\xea\x99\x5a\xff\x03\x06\xb4\xea\x7d\x81\x88\xc0\x01\x90\ \x14\xea\xba\xc8\x8c\x48\x7d\x2f\xaa\x45\x65\x1c\xc6\x71\xdc\x00\ \x86\x2f\x6f\x37\xd6\x77\x1d\x35\xbb\xcb\x9b\x5f\x7d\xfe\xf3\xe6\ \x5f\xff\xd1\xa3\x1f\x7e\xf4\xed\x7f\xb8\xcc\x49\x9f\x3e\xfb\xe0\ \xf4\xf0\x30\x20\x77\xae\x65\xe7\xa6\x92\x5c\x17\xc8\xa3\x4a\xf1\ \x50\x35\x0a\xd0\x34\x4d\xbd\x9d\xaa\x3e\xee\x7e\x5a\x9f\xa6\xa9\ \x48\xa1\xdf\xec\x67\xef\x7f\xbd\x4f\x56\xf7\x4d\xa8\x12\xab\x61\ \x8c\xb9\xe4\x94\xcb\x38\x4e\xdb\xed\x76\x9a\x86\x61\xd8\xbc\x1f\ \x19\xe5\xbe\x60\x14\x11\x84\x3a\x17\x82\xf7\xce\x00\xcd\xea\x9d\ \x0f\x6a\x68\x08\x0a\xa4\xc4\x62\x92\x93\xb4\x7d\x47\x6c\x31\x6d\ \x89\xb4\x3d\x3e\xd8\x62\xfe\xe9\x2f\x7f\xe6\x7c\x48\x56\xd4\x74\ \x37\x4d\x00\xb2\x1b\xc6\xae\x69\xdb\xb6\x51\x62\xe7\x3d\x12\x4a\ \x2a\x1c\xb2\x8a\x22\x00\x31\x03\x11\x10\x21\x13\x73\x5d\x54\x91\ \xdd\x91\x6f\x1e\x2c\x87\xc0\x81\x03\xc4\x8c\xaa\xa8\x64\x46\x45\ \x5b\x2c\x48\xce\xc5\x64\x62\x98\x2d\xa9\x1c\x1f\x1c\xc5\x18\x5f\ \x7c\xfd\xf5\xc9\xd1\x91\xf5\xf9\xf5\x9b\x37\x7d\xe3\x3c\x83\xa9\ \x30\x3a\x32\x90\x94\x35\x69\x29\x45\x8a\x14\x91\x94\x33\x20\xb5\ \x6d\x07\x4c\x88\xf6\x4f\xb6\xe1\xf7\x47\xf5\xc3\xdf\x79\xa8\x84\ \xfb\x4e\x00\x64\xdf\x1b\xaf\x08\x33\x63\xc7\xb3\x59\x7f\xbf\xb7\ \xae\xe6\x30\xf7\x7d\x04\x02\x7a\x74\x54\x6f\x71\x2b\x62\xb9\x94\ \x8c\x0d\x6f\x6f\x56\xa1\xe9\x8a\xd1\xbc\xeb\x1d\xd0\xe9\xf2\xa0\ \x14\x7d\x7b\x75\x25\x59\x19\xfd\x98\x77\xab\xab\xcd\x2d\x1a\x23\ \x28\x83\xb9\x0a\xb6\x00\x22\x12\x20\xd2\xbd\x06\x1d\x11\xd4\x4a\ \x41\x50\x7b\xf0\x48\x03\x61\xce\x85\x9d\x03\xc4\x75\xb4\x58\x60\ \x71\x30\x5b\x4d\x71\xd1\x77\x69\x1a\x2f\xde\xbd\x09\x61\x36\x9f\ \x2f\x06\x4c\x31\x4e\x51\xcd\x33\x17\x80\x40\x10\xda\x86\xb3\x62\ \x31\x2d\x2a\x08\xfb\xf7\xa2\xf2\x1b\xd5\x71\x3f\x2f\x19\x21\x18\ \x22\x03\xd5\x7d\xd6\xfd\x96\x7d\xcf\x36\xaa\x49\xdd\x77\x5d\xd8\ \x3d\x52\x53\xca\x3e\xd9\xc8\x3b\xa7\xa2\x4c\xef\x35\x2d\x9a\x01\ \xc0\x72\xb1\x00\xd0\x9a\x62\xe0\x98\x89\x09\x0c\xab\xd9\x19\x20\ \x90\x2a\x83\x16\x83\x62\x98\x8a\xc4\x94\x72\x29\x9b\xf5\xf6\x76\ \x4a\xcf\xe7\x87\x8e\x7d\x38\x98\xf3\xb2\x3b\x7a\x74\xf6\xf3\x5f\ \xfe\x6a\xb7\x1b\x91\x9b\x81\xdd\x9b\x18\xff\x71\xbb\x9d\xde\x5e\ \xf4\x04\xac\xf0\x1b\xfa\x00\x02\x40\xa0\xca\xaa\x43\x00\x05\x55\ \x30\x04\x35\x30\xd8\xb3\x22\xcd\x80\x18\x14\x41\xa4\xaa\x6f\xe1\ \x51\xd7\xce\xcc\xc6\x38\x7e\x79\xfe\xf2\xf4\xb3\x8f\xbe\x5c\xbf\ \x7d\xfc\xe9\x47\x6f\xbe\x79\x19\xc7\x1c\x7d\x5e\x2c\x66\x87\xcd\ \xdc\xb1\x2b\xad\x6a\x43\xe2\x74\xca\x13\x11\x6a\xc9\x41\xa9\xee\ \x4c\xf1\xee\xa3\xaf\x07\x78\xd3\x04\xe7\x9c\x9a\x18\x98\x88\xce\ \xe7\x3d\x98\x89\xee\x25\xd9\x29\xa5\xca\x94\x40\xb3\xd0\x36\x00\ \xc8\x8c\x3e\xf8\x94\xf2\x38\x4d\xc4\xe8\x1c\x02\xea\xe1\xc1\x52\ \xdf\x37\xfb\x47\xc1\x64\xbf\x6e\xc5\x7a\x2b\xa8\x28\xe2\x9e\x4f\ \x8f\x80\x59\xc5\xd0\x00\x54\xc1\x4c\xd1\x79\xef\xbd\xcb\x29\x11\ \x80\x4a\x7e\x7b\x7d\xf1\xe1\x67\xbf\xd7\x87\xf6\xfc\xed\xbb\x94\ \x73\x1e\xa7\x29\xc7\x38\xec\xe6\xf3\xd9\x62\xd6\x79\xe7\x94\x3d\ \x12\x9b\x59\xa1\x1c\xac\xad\x64\x9c\x3a\x70\x20\x21\x31\x7a\xef\ \x98\xf6\xc4\x49\x40\xa8\x82\x33\x04\xa8\xa7\x20\x29\x13\x7b\x23\ \x2b\x96\xa1\x48\x47\xae\x4c\x91\xd0\xcd\x8b\xdc\xc6\x29\xe7\x52\ \x04\xce\xcf\x2f\x8e\x8e\x0e\x5b\x1f\x6e\xaf\xaf\x57\xb7\xd7\x50\ \x72\xdb\x77\xad\x77\xec\xbd\x88\x3a\x62\x06\x44\x24\xf6\x5e\xd9\ \xa9\x41\xd7\xc1\xde\x1a\xa2\x72\x3d\x1e\xa4\x1b\xab\x56\xe1\x5b\ \xd5\xfc\xee\x37\x07\xdf\x79\x13\x20\xde\x37\xcb\x00\xc0\xff\x0c\ \xad\xe8\xef\xd0\x2b\xc2\xf9\xd9\x7c\x31\x5f\x2c\x70\x5f\x53\xea\ \x53\x0a\x60\x7b\x1f\x3e\x28\x02\x60\x68\x66\x62\xa6\xa4\x4a\x52\ \x84\x90\xb4\xe4\x14\x47\xe8\x42\xdb\xb7\x6f\xdf\xbd\x2e\xa2\x6a\ \xb6\x5e\xdd\xa4\x69\x88\x71\x87\x81\x9a\xae\xa9\x38\x0e\x31\xed\ \xd7\x34\x80\xb0\xd7\x58\xe0\x9d\x04\xc1\x4c\xed\xbe\xff\xaa\xa6\ \x0e\x95\xd1\x53\x2b\x4b\x10\xd8\x4d\xb9\xc4\x14\x45\x8f\xfa\xf9\ \xc1\xe1\x62\xdc\x4d\x68\xec\x49\xe3\xb8\x22\xa6\x22\x64\xa3\xa0\ \xe3\xa2\xca\xce\x17\x29\x25\xe6\x92\x0b\x31\xb5\x6d\xcf\x21\x28\ \xf1\xbd\x51\xda\xfd\xe4\x5e\xfb\x3f\xe7\x4c\x44\xad\x1e\x2a\x08\ \xfb\x20\x2c\x04\x72\x8e\xee\x0a\x8c\xe9\xbe\x23\x73\xcc\xce\xa0\ \x41\x54\x15\x15\x15\x11\xd7\xb4\xce\xb9\xf7\x8b\xcf\x42\xc4\xe7\ \xcf\x1e\x1f\x8f\x0b\xef\x7c\xbd\xec\x60\xf7\x68\x28\x88\x88\x9a\ \x48\xc9\x9a\x12\xaa\x11\x18\x9b\xc5\x94\xd4\x62\x08\x30\x0e\x37\ \x0c\xb3\xe7\x8f\x7e\xf4\xfa\x9b\xd7\x69\x9b\xc6\xdd\x70\x75\x75\ \x39\xc5\x38\x8c\x71\x4a\xa2\x00\x5d\xcb\x8d\x23\x6f\xfb\xc5\x36\ \x31\x02\xd6\x65\x7d\x7d\xe3\xc0\xcc\xaa\xb0\x7f\xe3\x00\x0a\x86\ \xb0\x87\xed\xcd\xcc\xd0\x8a\xe2\x30\x95\x92\x6c\xb3\xbe\x65\x58\ \x3e\x3f\x3b\x76\xc4\x5f\xfd\xec\x3f\x7e\x70\x78\xf0\xe5\xaf\x3e\ \x87\xb4\xeb\xe6\xdd\x38\xad\xae\x29\x15\x1b\xba\xb6\x05\x82\xcd\ \x6a\x37\xc4\x49\x4c\x16\x8b\xf9\x7c\xb6\x68\x9a\x46\xb2\x00\xa2\ \x77\xae\x94\xa2\x0a\x80\x15\x39\x46\x62\xb6\x62\xa6\xc5\xef\x79\ \x76\xc0\x48\x08\xd8\x78\xdf\x54\x9f\x25\xb3\xea\x33\x61\x00\xc1\ \x39\xb3\x7d\x17\x20\xaa\x39\x97\xdb\xdb\x9b\x27\x8f\xce\xe4\x7d\ \xd5\x3f\x88\x08\xc0\xc0\x0e\xbf\x43\x09\xf6\xf5\x5d\xd1\x40\x35\ \xb8\xba\x01\x64\x00\x04\x1f\x44\xb2\x89\xba\x66\xff\x48\xe6\x31\ \x7e\xfe\x0f\x3f\xf7\x3e\x10\xa2\x16\x05\x53\x2d\xa5\x69\xda\xae\ \x3d\xf0\xce\x01\x58\xdf\xf5\x66\x20\x52\x34\x34\xb5\x61\xaf\x77\ \x7f\x05\x25\x98\xd0\x79\xde\xeb\xc8\xaa\xca\x0c\xf1\x61\x13\xa4\ \xd5\xd9\xc1\x31\x98\xaa\x14\x34\x08\x73\x41\xe0\x16\x71\x66\x3a\ \xc5\x34\x0c\x53\x13\x9a\x61\xdc\x8d\xbb\xad\x99\x86\xa6\x3d\x5a\ \x2c\x6a\xee\x26\x31\xa9\xe1\x3e\x12\xa8\x16\x20\x06\xba\xb3\x4f\ \x51\x53\x35\xdb\x1f\x5c\x0f\x79\x3f\x46\xfb\x61\xd5\xf6\x2b\xd5\ \x4a\xf4\xa9\x9c\x88\xbb\xbd\x01\x1a\x40\xcd\xd5\xb3\xef\x0b\x13\ \xb5\xde\xaa\x56\x9f\x1d\x7b\xb8\xe9\x47\x43\x42\x54\x2d\x35\x92\ \xbb\x46\x84\x31\x32\x10\xf4\x6d\x57\x7d\x57\xd6\xdb\x0d\x07\x3e\ \x3b\x3d\x49\x71\xda\xed\x76\xb1\x76\xf2\x0c\x07\xc7\xcb\xae\xeb\ \x99\x09\x41\xd9\xf0\x21\xfb\x86\xee\xa2\x78\xef\x7a\x20\xba\xdf\ \xfd\xd9\xbd\x7e\xab\xfa\x7e\x9b\x1d\xb0\x13\x85\x69\x8a\x39\xe7\ \x61\x98\x72\x96\xf9\xdc\xb6\xbb\x61\x1c\x87\x10\x70\xb6\x5c\xb0\ \xe3\xfb\xbd\x15\x01\x2a\x32\x06\x0c\x4d\x43\x7b\x1f\xd4\xaa\x07\ \xbe\x27\x5d\xd5\x1a\x76\xdf\xa5\x23\x33\xda\xdd\x03\x6b\x54\x0b\ \xdb\x9e\x62\x23\x2a\xfb\x10\xf0\x0a\x7e\xd5\x1f\xaf\x3a\x75\x55\ \x12\x14\x3b\x78\x5f\x02\x3d\x00\x30\xa1\x43\xa0\xfd\x7e\x0f\x6a\ \xb2\x77\x8d\xf9\x33\x51\x35\xc9\x92\x45\x8b\xe6\x2c\x29\x49\x8c\ \x50\x52\x43\x4a\x2d\xa3\xa5\x14\xed\xab\x5f\x7f\xfe\xe7\x7f\xf6\ \x17\xef\xce\xcf\xaf\xaf\xaf\x76\xbb\xdd\xe5\xe5\xf9\x6e\xb7\x59\ \xf6\x6d\xdf\xf7\x6d\xd7\xb6\x9e\x48\xd3\x3d\x98\xa2\xa6\xb5\xc8\ \x1a\xd4\xbc\x2b\x22\x72\xfb\x46\x14\xbf\xa3\x80\xec\x97\x33\x22\ \x45\x61\x2a\x3a\x8c\xd3\x38\x8e\x66\xe5\xd5\x37\xdf\x1c\x1e\x1d\ \x05\x80\x17\x5f\x7f\x93\x76\xbb\x47\x47\x07\xfd\xa2\x09\x5d\xe7\ \x98\x39\xb0\x05\x40\xc0\x9e\xbb\xd0\x7a\x22\x0c\xa1\x09\xa1\x31\ \x35\x76\x8e\x88\xaa\x68\x71\xcf\x1e\xaa\x58\x84\x09\x13\x37\x8e\ \xeb\xf0\x76\x57\x3f\xa1\xce\x51\x75\xa0\x23\x6e\x1e\x72\xeb\xf4\ \x8e\xd8\xad\xde\xa3\xca\xac\xef\xde\x93\x8f\x82\xa0\x0a\x45\xb4\ \xd4\x1d\xeb\xdd\xa4\x76\x0f\x74\xaa\x8a\xbf\x83\x02\xab\x1d\x85\ \x23\x36\x07\xf7\x89\xf6\xf7\x03\x14\x21\xa2\x27\x00\x9b\x77\x9d\ \x0f\x61\x1f\x91\x09\x76\xf7\xa3\x76\xec\xd8\x3d\x90\x85\xdf\xff\ \x75\x44\x84\xda\x00\xdd\x1f\xdf\x0f\xad\x2c\x44\xbe\xd3\x9f\xdf\ \x19\x9c\x98\xaa\x81\x39\x83\xd9\x7c\xf6\xf8\x91\x2f\x77\x1a\xc3\ \xfb\xbf\x7b\x0f\x74\x20\x92\x22\xde\x3d\xc8\xf5\xa1\xfe\x4e\x35\ \x0d\x80\xe5\x37\xfd\x1e\xf6\xff\x07\xdb\x07\xa3\xdd\xa7\x64\xff\ \xbf\x19\x8e\xdf\x3d\x9e\xdf\x0b\x9c\xab\xfe\xcc\xf6\x1d\x83\x03\ \x1f\x5c\xcd\xbb\xa0\x6f\x36\x00\x35\xa3\x2a\x09\x02\xb8\x8b\x02\ \xaf\xb0\x91\x6c\xb6\xdb\xd5\x66\x23\xa5\x84\x10\x8a\x41\x37\x5f\ \xf4\x5d\xb7\x47\x40\x01\x1a\xc7\x8e\xb0\x7a\xab\x56\xa4\x63\x9f\ \x20\xf2\xe0\xa2\xdf\x9f\x3c\x5a\x6f\x88\xfb\x6e\x0c\xfe\x13\x7b\ \xef\x1d\x26\xd9\x75\xdd\x07\x9e\x73\xef\x7d\xa1\xea\x55\xec\xaa\ \xce\xdd\xd3\x93\xf3\x0c\xc0\x41\x0e\x4c\xa0\x00\x4a\x84\x28\x82\ \x11\x12\x49\xd9\x96\x25\x52\x5a\x6b\x97\xa4\xbd\x9f\xd2\x4a\xb2\ \x25\x5b\x61\x65\x59\x34\xed\xa5\x56\x94\x29\x12\x6b\x5a\xe4\x52\ \x14\xa5\xd5\x92\x00\x49\x90\x20\x89\x3c\xc8\xc0\x0c\x26\xe7\xce\ \xd3\x5d\x39\xbf\x74\xef\xf1\x1f\xaf\xaa\xfa\x75\x4f\x0f\x08\x4c\ \x40\x18\xd4\x01\xbe\xf9\x7a\xa6\x2b\xde\x70\xe2\xef\xfc\x0e\xb8\ \x52\x49\x62\x7d\x7c\x19\xa6\x91\x88\xe2\x89\x44\xbb\xbe\x8e\x10\ \xfe\xb4\xdd\x68\xae\x4d\x50\x8b\x84\x8c\xd3\xb2\xec\x7b\xd7\xff\ \xa2\x50\x96\x61\x95\x08\x1f\x97\x18\x0b\x97\x50\x5e\xc1\x01\x81\ \xa5\xe4\xd1\x45\x15\x47\xa4\x22\x40\xd5\x69\xb4\x6a\x07\xd3\x88\ \x8c\x23\x23\x09\x0c\x99\xc6\x05\x23\x14\x4c\x18\xba\x11\xa8\xd5\ \x76\x19\x54\x51\xb9\x5c\xba\xf7\xbe\x6f\xa7\xd3\x69\x22\xaa\xd5\ \xaa\x9a\xc6\xfb\xfb\x33\xf1\x78\xc2\x30\x74\x00\x34\x75\xa1\x73\ \xe8\x5a\x4d\x00\xd0\x34\xad\x9b\x87\x0d\x42\x81\xa5\x5b\x14\x30\ \x31\x11\x05\x0e\xa0\x92\xca\x97\x4a\x02\xa3\x36\x64\x41\x06\x95\ \x7b\x22\x1a\x1b\x1f\x0f\x5a\x08\x50\x70\x19\x50\xa0\x21\x63\x0c\ \x03\x8e\x07\xcb\xb2\x10\x31\x20\xd5\x44\x00\xce\x19\x9c\xdb\x57\ \x15\x0c\x6e\xd0\x84\xd6\xfe\x6c\xc1\x20\xd4\x76\xf6\xad\x73\x91\ \x42\x3d\xf0\x5d\xe5\x45\xa4\x3a\x54\xe8\x78\xa1\x55\x91\x40\x5b\ \x71\xce\x82\xc4\xee\x32\x6d\xd2\x3e\x9f\xa0\x3c\x2f\x18\xae\x13\ \x1c\x8f\x80\xff\xb6\x6d\x1a\x3b\x5f\x38\xfc\xdc\xa0\x86\x13\x46\ \x44\x02\x2c\xf5\xa5\xac\x20\xea\xeb\xfe\xdc\x7d\xb5\x55\xbd\xc2\ \xf6\x5b\xb4\xc3\x1f\xc0\x25\x0d\x18\x98\x5b\xde\x55\xe5\xe1\xb7\ \x03\x0c\x5c\x10\xa4\xce\xb3\x01\x80\x18\x85\x3f\x98\x08\x91\x95\ \x2f\x2f\x11\x2c\xc3\x60\x9f\xdb\xfd\xf6\x7a\xe3\x44\x5d\xdd\x09\ \x0b\x17\x13\x82\x48\x2e\x88\x26\xba\x2b\xae\x69\x1a\xe7\xdd\x14\ \x06\x29\x22\x43\xd7\xb9\x10\x01\x4b\x72\x1b\x8f\xeb\x79\x9c\xb1\ \xa8\x69\x6a\x82\x85\x8c\xc3\xca\xb7\x58\xe1\x73\x85\xab\x7b\x44\ \x24\x80\x29\x40\x20\x08\x6b\x1f\xc1\xb9\xec\x56\xd9\x97\xc3\x41\ \x0d\xc3\x68\x2f\xb7\x22\xa6\x31\xd9\x6e\xc7\x6f\x3b\xb9\x4a\x51\ \x77\xb3\xc3\x40\xd3\x40\x23\x11\x2d\xdb\xb3\x15\x66\xe7\x5c\x90\ \xfd\x45\xda\x0c\x26\x04\xf2\x76\x64\x82\x0c\x79\xc8\xa4\x07\x6a\ \x4c\x30\x8d\x01\x07\xe5\x31\x24\x5d\x33\x44\xa7\xb8\x1e\xe4\x8c\ \x34\xce\xa5\x54\x8e\xe3\x18\x86\x11\x8c\xec\x0e\xf6\x25\x28\x20\ \x18\x86\x1e\x89\xe8\xa6\x6e\x74\xd3\xc0\x01\xfb\xd5\x12\x8e\x1c\ \xa0\x53\x27\xc1\x2e\x08\xa6\x9d\xd4\x08\x6a\xae\x5c\xef\x68\x9b\ \x80\x8a\x11\x6c\xdb\x0e\x86\x7b\x3b\x8e\x03\x0c\x39\xb6\x8f\x44\ \xf7\x88\x77\x9a\x5e\x81\x88\x7c\x8f\x02\xca\xe0\x00\x89\xda\xdd\ \x56\x44\x14\x5c\x00\x28\xaf\x43\x19\xbc\x84\x04\x6e\xd7\xf8\x28\ \x4c\xe0\x81\x8c\x2f\x69\x08\x52\x4a\x91\xaf\x2e\x78\xbe\x75\x07\ \x8c\xb2\xe4\xee\xe0\x8a\x14\x35\x11\xe7\x9c\x07\x9a\x2b\x00\xac\ \x30\xc6\x71\x35\xe7\xa8\xab\x8c\x74\x5d\x0f\xfd\x96\x82\x33\xd6\ \xdd\x4a\xc6\x42\x69\x5d\xd6\xa6\xe7\x0d\x2b\xc1\x15\x67\x29\xac\ \x16\x97\x93\x94\x52\x97\x6c\x66\x29\xe3\x01\x9d\xe6\x93\x10\xb4\ \x7c\x05\xa0\x7a\x85\x9b\xd2\x25\x1d\x0a\x0a\x50\x5d\x33\x1f\xbe\ \xfb\xab\xfe\xf9\x32\xcf\xfc\xab\xc7\x72\x83\xed\x86\x4c\xd6\x5d\ \xac\xc0\x97\xe9\x2e\x1f\x63\x1a\x68\xed\xfa\x28\x17\x3c\x70\x96\ \xb8\x10\x9c\xb1\xc0\x78\x07\xd6\x48\x2a\xe9\x4b\x15\xb5\xe2\xed\ \x1e\x66\x0a\x62\xa9\xa0\xed\x87\xb7\xa1\xc2\x04\xc8\xb0\x5d\xde\ \x50\xd4\xd1\xf4\x6d\x4b\xd2\xf5\x63\x08\x80\x75\xd8\x81\x64\x00\ \xa0\x0b\x85\x99\x8a\xc8\x6d\x23\x66\x05\xe3\x4c\x7a\x1e\x75\x62\ \x40\x68\x17\xcf\x82\xb1\x2d\xb8\x14\x0b\xb5\x83\x92\xf6\xde\x76\ \x2c\x4b\xf0\x57\x6c\x77\x25\x53\xfb\xd8\x85\xac\x4d\x9b\x2b\x22\ \xa4\xe0\x96\x7e\x00\xb8\x98\x48\x11\x00\x41\x08\x4d\x08\xde\xf5\ \xea\x82\x38\xb1\x83\xaa\x66\x00\x14\x38\xc3\x6d\x5e\x69\xce\x83\ \x9c\x51\x10\x98\x30\xc6\x81\x24\x63\xed\xaa\xa9\xe7\xfb\xc1\xd4\ \x75\xa5\xda\x04\xd3\x42\x68\xba\x11\xd1\x4d\x53\x4a\xdf\xf3\x3c\ \x40\xce\xb5\x60\x49\xdb\xc9\x3e\x25\xd5\xd2\x84\x18\x05\xc8\x38\ \xe3\xbc\xdd\x86\xa3\x69\x1c\xd1\xf5\x55\xd8\x96\x29\xa5\x2c\xcb\ \x6a\x34\x1a\x41\x8d\xdf\x53\x92\x75\xba\x0e\xba\x9f\xbf\xc3\x97\ \xdd\xc6\x61\x74\x67\xbb\x77\x95\x5a\xb7\xb0\xcb\xda\xb9\x94\x76\ \x15\xa5\x5d\xcb\x5e\xd2\x5c\xaa\xeb\xc2\x84\x5b\x64\xc2\x58\xd6\ \x0b\x67\x18\x50\xb4\x02\x72\xdc\x8e\x2d\x3a\x09\x0d\xc6\x45\x1b\ \x2e\x10\xb0\xcf\x10\xb6\x49\x4b\xdb\x44\xbb\x0c\x31\x68\x0d\x62\ \x5d\xdd\x11\x1c\xb7\x20\x08\x24\x50\x08\x2c\xc8\x60\x05\x37\x81\ \xda\x67\x33\x40\xd4\x11\xe3\x22\x78\xbf\xb6\x8b\x1d\xf6\x30\x01\ \x90\x61\x68\xf4\x0e\xe3\x0c\xa0\x8d\x34\x6c\xf3\xfd\x32\xce\x03\ \x4f\xb4\xfd\xc9\x95\xea\x44\xc1\xed\xc6\xb6\xb0\x73\xb0\xa2\x95\ \x8d\x88\xe4\xd2\x08\x1f\xe8\x0c\x9d\xa0\x73\xa3\xc2\xee\xe2\x74\ \x7d\xcf\x55\x75\xf7\x6b\xe9\x73\x05\x5a\x6b\x85\x03\x1c\xde\xd4\ \x60\x21\x58\xc7\x5b\xee\x4a\xe7\xd9\x00\x08\x52\xa9\xa0\xc3\x3a\ \x30\xb3\x1d\xf7\x95\x2b\xa5\x3c\x5f\x06\x3e\xc4\xb9\x3e\x73\xf7\ \x56\x74\xa3\x89\x8e\x8b\xc7\xda\xe5\x01\x60\xc0\x90\xb3\x65\xea\ \x3f\x78\x30\xe7\x2c\x80\x5c\x13\x2d\x7b\x4d\x29\x55\x9b\xda\x15\ \x41\x29\x49\xcb\x1a\xc8\x3a\xca\x09\x30\xbc\xb1\xd0\x3e\x7c\xd0\ \x79\x70\x1b\xdd\x83\x6d\x1e\x8d\x95\x27\x20\xf4\xf3\xc5\x61\x80\ \x85\xe0\x42\x0b\xb4\x6b\xbb\x11\x27\x9c\x07\x24\x00\x54\x88\x14\ \x31\x39\xe7\x5c\xd3\xb4\xb6\x1d\x60\x6d\x84\x1c\xa2\x40\x20\x64\ \xe8\xd8\x8e\xd0\xb4\x80\xc1\x02\x90\x38\x40\x90\xd3\x76\x3c\xa9\ \xc0\x51\x2a\x50\xc1\xbe\x52\xb2\x13\x27\x06\xde\x7f\xbb\x1a\x13\ \x7c\x93\x00\x63\x84\x01\xd4\x53\x68\xc8\xb8\x86\x41\x8f\x67\x27\ \xaf\xcf\x39\x21\x46\xa2\xd1\x60\xfd\x04\xef\x6a\x96\x36\xc6\x05\ \x11\x91\xb3\xe0\x6e\xf8\xbe\x64\x4c\x04\x83\xdd\xbb\x6a\x2b\x8c\ \x6f\xf4\x95\x24\x92\x2c\x68\xc8\x6a\x3b\x1a\x18\xe4\x9e\x00\x41\ \xca\x90\x03\x1c\x58\xc2\xb6\xc1\x40\x00\x08\x1a\x54\x2e\x58\x75\ \x75\xe2\xe3\x55\x74\x56\x37\xec\xc2\xe5\xd2\x6d\xe9\x0d\x3e\xb0\ \x22\x42\xea\xcc\xd6\x09\xd2\x61\x9d\x4d\x6c\x3f\xbc\x3d\x37\x8c\ \x94\x52\x9c\x71\x64\x18\xba\x4d\xdd\xf3\x43\x88\xaa\x5b\x72\x3d\ \xf7\xde\x05\x96\xbb\x0b\x87\xee\x3e\x8f\x28\x9c\x84\x82\xb6\xf7\ \xdc\xd1\x63\x6d\x78\xd6\x39\x71\xc3\x8a\x88\xaa\xbb\x23\xab\xc6\ \x10\xe1\xdc\xe2\x32\xc5\xf7\xfa\x61\x16\x5c\x96\x86\x58\xed\x4f\ \x44\xa4\xa5\x66\x6c\xde\x8e\x16\x39\x0f\xb6\xa9\xe3\x08\xb7\x6f\ \x31\x63\x08\xc0\xc3\x83\xf0\x10\x99\x24\x54\x92\x02\x5c\x01\x63\ \x18\x3c\x12\x97\xf6\x06\x03\x00\x5e\x37\x35\x18\xdc\x15\xc6\x02\ \x96\xbf\x20\x6f\xb8\x4a\x0b\x74\xfb\x5d\xb0\xab\x5b\x3b\xc7\x21\ \x74\x0e\x94\x52\x8a\x3a\xdd\x63\x4b\xd7\x66\x99\x09\x0a\x58\xea\ \x97\xbf\x38\x76\xd0\x04\x18\x7e\xeb\x15\x3e\xd7\x45\xc7\x8c\x08\ \xc0\x00\x79\x10\x41\x04\xbd\x09\xac\xad\x73\x11\x59\x30\x5b\x49\ \xa2\x52\x00\x28\x44\x7b\x2c\x40\xdb\xd0\x30\x86\x08\xbe\x94\xc1\ \x19\xd6\xcc\xa8\x52\xca\xf5\x15\x21\xf7\xc9\x97\x2a\x40\xdf\x82\ \xe3\xfa\x8e\x2f\x31\xe8\xaa\x6f\xe3\x66\xdb\x08\x3a\x0c\x67\x8a\ \x96\x94\x3b\xb4\x39\x33\x1d\x0f\x99\x1f\xd4\x64\x82\xf4\x53\xbb\ \x97\xc0\x97\x5d\x6a\x4c\x6a\x47\xdf\xaa\xf3\x5b\x94\x52\x31\x46\ \x00\x41\x3d\x83\x85\x09\xb2\xc3\xa0\x93\x76\xe7\x53\x40\x57\x4b\ \xa0\xa4\x02\x04\xc1\x05\x11\x49\x25\x39\xe7\x1c\x39\x30\x0a\x3a\ \x13\x69\xc9\x43\x86\x6e\xd3\x8a\xba\x38\x9b\x11\xa8\xa6\x70\x3a\ \x69\x45\xee\x82\x42\xfc\x29\x6d\xa5\x43\x4b\x7d\xd1\xed\x82\x7b\ \xc8\xeb\xee\x7c\xbe\xf6\xd9\x0e\x39\x2c\xc8\x18\x53\x14\x10\x72\ \x41\x58\x79\x2d\xe5\x04\x82\x0c\x32\x6b\x3b\x5a\xd4\x49\x14\xb0\ \x10\xb2\x72\xf9\x79\x5b\xf2\x30\x3a\xc6\x13\xc3\xd7\xa3\x8b\x2a\ \x7d\x89\xc3\xb9\x4a\x92\xeb\xfc\xff\xd2\x25\x56\x51\x4a\x71\xce\ \x7e\x62\x8a\xfe\x55\xc4\xd0\x87\xbc\x89\xb0\x9e\x5e\x32\x92\xc0\ \x82\x46\xb3\x60\xea\x8b\x2f\x09\x64\x9b\xbe\xba\x5d\xbc\x03\x5a\ \x91\x7d\xec\x5a\x63\x00\x42\x06\x0c\xdb\xe0\x6d\x45\x1d\xf4\x43\ \x00\x6f\x69\xa7\x60\x97\x2e\x54\x40\xbe\xae\x08\x02\x70\x3b\x2e\ \x3f\x1c\x5d\xaf\x75\x29\xe2\x6f\xf7\x0f\x2d\x79\x40\x04\xd8\xcd\ \x82\x04\x9d\x0d\x2c\xe4\x3f\x87\x77\x22\xf4\x67\x40\x51\xd0\xfd\ \x73\x29\x19\x47\x40\xe7\xf3\xba\xa1\xab\xd5\xf0\x62\x16\x3f\x58\ \x2e\xc2\xae\xce\xea\xd4\x7a\x14\x80\x62\x6d\x1c\x9c\x5a\x5a\x04\ \x02\x49\xa0\x7c\x04\xe6\x49\xd9\x89\x43\x20\x3c\xe5\x40\x01\x02\ \x70\x44\xc2\x8e\x5b\x4c\x4c\x05\x61\x39\x76\x15\x72\x80\xdd\x69\ \x5f\x03\x08\xe7\x1e\x31\x18\xda\x2d\xa9\x63\x03\x90\x08\x7c\xcf\ \x5b\x91\x99\x6e\xbb\x42\xd4\xfd\x11\x02\x92\xd2\x50\x82\x46\x9e\ \x2f\x79\xda\xf1\x7c\x84\x02\x50\x1d\xfa\x6c\x6c\xe7\xd3\x18\xb5\ \x7d\x9b\xc0\xa4\x51\x30\x28\x2f\x7c\xa9\x64\xb8\x7b\xe5\x02\x73\ \x24\xcb\x82\x80\x40\xff\x2e\x71\x3d\x01\x10\x63\x2a\xb0\xa5\xc1\ \x99\xec\x40\x99\x01\x97\xf2\x7a\x5d\x7c\x00\xeb\x56\x72\x00\x59\ \xb0\x7e\x21\xf3\xdf\xe1\xe3\xc0\xee\x9f\x1d\x9e\xe4\x4e\xf7\x06\ \x22\x21\x6b\xdb\x57\x86\x41\xfd\x81\x00\x15\x9d\x93\x58\x25\x02\ \x08\xb0\xd3\x44\x21\x07\x28\x18\x61\xdb\xfe\x13\x08\x48\xad\xb8\ \xd1\xab\x66\xac\x56\x98\xde\x73\x9d\xaf\x70\xce\xb7\x4b\x45\xf4\ \xfa\xf2\xb9\xc2\x78\xff\xee\xb9\xec\x9c\x54\x02\xe0\x41\x9a\x03\ \xba\x19\xc8\x4e\x44\x13\x98\x1f\x22\x15\x4e\x76\xb6\x4b\x87\xdd\ \xa4\x38\x91\x6c\x9f\x8c\x76\xb5\xa3\xe3\xce\xb5\x59\x20\xdb\xe1\ \x62\xfb\x56\x75\x95\x60\xfb\x63\xf0\xe5\xe9\xa4\x70\xa5\xa9\x53\ \x3a\xc1\xf3\xe5\x11\x95\x52\x44\x48\xc0\xc2\xbf\x0f\xbe\x47\x38\ \xe7\xd5\x51\x83\xd8\x7d\x76\x48\x31\xc9\x70\x9e\x6b\x05\x07\x0e\ \x91\xba\x08\xeb\x4f\xbe\x52\xb2\x83\xa7\xc4\xae\x83\xd7\xf9\x7c\ \x44\x20\x3b\xbf\x43\x45\x08\x8a\xda\xb5\xee\xf6\x65\x20\x64\x81\ \xd7\x1f\x7c\x8b\x60\x45\x55\x50\xa7\x65\x8c\x48\x49\xe9\x05\xc9\ \x96\x20\x63\xd6\x86\x73\x74\xdc\x2b\x08\x7a\xb1\x43\xd7\x39\x38\ \xfa\x41\x2c\x0a\xa0\x82\xd9\xaf\xc1\xc5\x20\x20\x06\x20\x03\x08\ \x35\xc1\x8a\x7c\x5f\xb7\xa9\xb3\xcb\x8f\x74\x6e\x42\x64\xa5\xe6\ \x62\x48\x21\x1e\x8e\xae\x4d\xf2\x3d\x6f\xc9\xd9\x0f\xf1\xa3\x85\ \x77\xdf\x75\x3d\xdf\x97\x17\x93\xea\x3a\x97\xc8\x68\xc5\xc9\x0f\ \x1f\xa4\x70\xd8\x18\xba\x17\x4b\xcf\x95\x4b\x0d\x21\x28\xc3\x5f\ \x76\x99\xfe\x82\xd5\xb3\x25\xd4\x19\x92\xb0\x5c\x59\x2c\xe1\x77\ \xce\x3d\xdb\xc4\x3a\x25\xd7\xa5\x57\x0d\x8e\x80\x22\x85\xe1\x86\ \xea\x50\x01\x24\x6c\x6b\xc3\xcd\x70\xb0\xfc\xaf\xe7\x96\x1d\x59\ \x07\xe5\xf7\xba\xcb\x73\x01\x2d\x4f\x58\x76\xea\xf3\xd4\x76\x46\ \x82\x01\x65\xed\x59\x40\x9d\xbe\x1d\x54\x10\xf4\x7c\x21\x00\x04\ \x0c\x55\xac\xad\x9c\xd0\x0f\x95\x81\x11\x59\x30\x79\x67\xc5\xd7\ \x0e\x3a\xc6\xc2\x87\x26\x14\xea\xb7\x0f\x65\x00\x7b\x93\x41\x73\ \xdd\xd2\x39\x5b\xaa\x64\xb5\x73\x64\x6d\x12\xef\x65\xa1\x38\x43\ \x16\x8c\x57\xec\xe4\x49\xda\x8e\x55\xd8\x91\xee\x38\xed\xd4\x35\ \x8c\x1d\x6d\x48\xdd\xc7\x13\xb5\xdb\x53\xc3\x53\x9b\x56\x80\x8c\ \x2e\xd8\xdb\x92\xbe\x1f\x5c\xf5\xe0\xeb\xb7\x87\x0c\xb7\xcb\x73\ \x8c\x20\xc0\x4c\x04\xa1\x2b\x01\xa9\x70\x72\x87\xda\x06\x3e\x48\ \x95\x20\x01\x61\x3b\xdd\xde\xe9\x08\xed\x00\x2c\xdb\xff\xae\xa0\ \xe3\xa9\x74\xce\x3b\xad\x6c\xfa\x6f\xbb\xb0\xa4\xc8\x97\x0c\x49\ \x17\x3c\x40\xdc\x76\x1e\x8e\xe1\x75\x08\x97\xc6\x82\x22\x6f\xfb\ \xaf\xaa\x3d\x74\x69\xc5\x29\x5f\xa9\xb9\x14\x48\x5a\xc6\xa6\xd2\ \x5d\x84\xa0\xed\x6c\xc5\x55\x57\xd4\xf5\x80\x97\x88\x89\x2e\x38\ \x43\xdf\x2d\x4c\x87\xb5\x64\x68\x2f\x58\x90\xf2\xeb\x58\xdc\x76\ \x9e\x6b\xc9\x56\xa3\x0c\x7e\x6e\xab\x30\x45\x41\x06\x7f\xa9\xef\ \xa4\x53\x8f\x3a\xf7\xcf\xb6\xa7\xd4\x01\x5d\x2f\x3d\xbc\x0b\xd3\ \xe9\x04\xf3\xd4\xf6\x8f\xdb\xfb\x1b\x9c\xcf\x4e\x1c\xd2\x0e\xfe\ \x97\x5e\xaf\x13\x3d\x20\x51\x18\xa0\xb7\xca\xc0\xb1\x50\x9d\xa4\ \x0b\xba\xe8\x24\x5a\x96\x22\xcd\xb6\x61\x6e\xb7\x73\xd2\xaa\x4d\ \x42\xaf\x3d\x9e\xab\x53\x38\x67\xd4\xc5\x25\xb6\xb3\x7f\x88\x48\ \x12\x88\x82\xf2\x0a\xb5\xfb\x06\xda\x06\x48\xb5\x9d\x32\xd5\x49\ \x6c\x74\x68\x47\xa1\xa3\xc4\x00\x02\x9d\x05\x08\xcb\x5a\xb4\xba\ \x7a\x24\x1c\x5a\x76\x81\x0b\x1d\x3a\xad\xc0\xfa\xb5\xe3\x7f\x0a\ \x80\xb2\x88\x84\x9d\x51\x3d\x9d\x2b\xc4\x57\x2a\x36\xc0\x4e\x8d\ \x6b\x29\x96\xe9\x56\x09\xbb\x48\xd4\xce\xbd\x55\xe7\xf3\xa2\x89\ \x54\x78\x23\xcf\x67\xae\x2f\x78\xe5\xbb\xf6\x10\xdb\xb7\x80\x11\ \xeb\xc2\x05\xc9\x57\xe4\x49\xd5\xa9\x6a\x75\x3f\x3c\x76\x63\x0c\ \xb3\x0f\xf9\xa9\x00\x00\x20\x00\x49\x44\x41\x54\xdf\x97\x80\x14\ \xe4\x1e\x21\x84\xca\x01\x22\x08\x40\x59\xca\xef\x58\x6f\x0c\xa6\ \x87\x2d\x5f\x6d\x9f\x96\x86\x29\x80\xe7\x07\xec\x3a\x8c\xf3\xa0\ \xb3\x0e\x94\x92\x72\x39\xe5\x64\x37\xb6\x5a\x82\x95\x76\xcf\x4f\ \xc0\xaa\xc6\x39\x13\x08\x0a\x21\x74\xa9\xa0\x1b\x50\x53\xa8\xb6\ \x1f\xc0\x50\x94\x42\xce\x30\xd8\xeb\x80\x93\x4b\x29\x46\xc4\x88\ \x5c\x5f\x76\xf4\x33\x5b\xf2\x49\x57\x2f\xf2\x5c\x88\xad\xee\xda\ \x9e\xae\x96\xec\xaa\x60\xc6\xb1\x0d\x35\xee\x04\x01\x41\xf7\x45\ \x10\xd7\x75\xe9\x92\x18\xf0\x6e\xac\xdd\x09\xf1\x08\x11\xdb\x8a\ \x8c\xda\x06\xa5\x43\x23\x80\x21\x24\x1d\x75\x80\x29\xed\xff\x02\ \x9c\xbd\xea\x54\x96\xc3\x6b\x47\xed\xfc\x19\x75\xb0\xe1\x01\xb6\ \xb4\xa3\xf8\x70\x35\x28\x43\xbb\x68\xdc\x2e\x7a\xaa\x25\x4f\x9d\ \x68\x39\xf0\xb8\x13\x76\xa8\x50\xb4\x11\x8e\x1c\xc3\x09\xca\xd7\ \xd9\xa4\x58\x40\x50\x44\x9e\x24\x9f\x00\x81\x3a\xa1\x3c\xeb\x68\ \xdf\x25\xbb\x44\xc8\x18\x43\x5a\x96\x2d\xa0\xc0\x1d\x43\x60\x81\ \xa9\xee\xe6\x79\xb1\xc3\xbf\x8d\x41\xd6\x89\x2d\xd3\x50\xdd\xcc\ \x02\x0b\xb5\x79\x77\x6d\xce\x8a\x69\x54\x4b\x4a\xad\xb3\x2f\x18\ \xb2\x00\x44\x01\x5f\x5a\x27\x0e\x6d\xb7\xeb\x84\x76\x91\x80\x50\ \x05\x5a\x8f\x3a\xd8\xe8\x80\xd1\xa6\x5d\x7f\x01\x19\x2e\x62\x75\ \x58\xa7\xa9\xf3\xa2\x9d\xe4\xd1\x32\x33\xd5\x49\x15\x53\xe8\x2c\ \x5c\x00\x1e\x45\x4a\xf2\x7d\x6a\xf7\xe2\x72\x29\xdb\x69\x0c\x52\ \x14\xf8\x05\x80\x8c\xda\x1c\x38\x08\xc0\xba\x5c\xba\xed\xd3\x4f\ \x0a\x02\xc7\x10\x70\x85\x09\x45\x94\x04\xc4\xb1\x3b\x74\x15\x38\ \x30\x25\x55\x00\x8d\x52\xed\x6b\x16\x60\xb5\x59\xbb\xb1\x03\x58\ \xd0\x95\x16\x90\x40\x32\x44\xd5\xe1\xae\xe8\x66\x06\xc3\x51\x03\ \x32\x94\x08\xaa\xc3\xe5\x14\xa8\x96\xee\x5f\xbb\xea\x29\x9c\xab\ \x5e\x2a\x57\x21\x82\x94\x4c\x49\x02\x80\x0e\xd4\x8b\x13\x49\xe9\ \xf3\xa0\xa4\xa2\x48\xe7\x22\x18\xa7\x45\xbe\x44\x44\xd9\x69\xd8\ \x46\x44\x16\xe4\xe7\x2e\xf4\xc0\x87\x8b\x6b\xe1\x26\xfc\x15\x05\ \xbe\x15\x4a\xad\x9b\xf9\xed\x16\x1f\x03\x0c\xed\x8a\x40\x32\x1c\ \x85\x2d\x39\x6b\x1d\x37\xa7\x1b\xda\x75\xf0\x8a\x20\xa5\xf4\x3d\ \x4f\xb3\x04\x22\x80\x54\x5c\x08\x5a\x9e\xd4\x0b\xc0\xd5\x01\x35\ \x50\xe0\x93\xae\x48\x5d\x2d\xb7\x46\x1d\x6b\xac\xe8\x5c\x76\xdf\ \x8e\xc6\x0c\xbb\xab\xa8\x96\x55\x71\xbb\xc1\xc4\xca\x68\xb1\x9d\ \xb3\x46\xf6\xba\xd1\x5c\x4b\xf1\xe2\x8a\x7d\xa2\x55\x16\xa5\xeb\ \x97\x86\x71\xe6\x4b\x7d\x4e\xa1\x57\x0b\x66\xfc\x76\x0f\x98\x5c\ \x96\xfe\x0f\x83\x8f\xc3\xa0\xd3\x55\x8b\x50\x2b\x96\x3e\x8c\x7d\ \xef\x82\xe6\x57\x4d\x37\x86\xbf\x48\x27\xc5\xd5\xe9\x20\x0d\xe1\ \x21\x96\xa3\x33\xe0\x7c\xfb\x7d\xae\x93\x45\x17\x8d\xa1\xf7\x7d\ \x3f\x98\x38\x0b\xc8\x14\x11\xe7\x4c\x11\x48\x5f\x49\xdf\x6f\xa3\ \x55\x42\x80\xa9\x15\x69\x97\x0e\x26\x3e\x5c\xc3\xa6\x8e\xd3\xb9\ \x0c\xad\x17\x0a\x13\x20\x58\xab\x8e\x13\x0c\x9d\x58\xa7\x1d\x7a\ \x2f\x65\x94\x81\x88\xc0\x57\x0a\x43\x4e\x56\x70\x42\xba\x84\x3f\ \x2a\x94\xf9\x6b\x8f\x1d\xf5\xbc\xf0\x2e\xac\x80\x8f\xab\x15\xb7\ \xba\xc3\x45\xd5\x05\xdb\x61\x00\xd3\x00\x6c\x93\xa9\x81\xa2\x8e\ \xb2\x08\x54\x67\x58\xb3\x5c\xc2\xaa\x54\xb8\x1e\xd5\x3e\xa2\x9d\ \x2f\xb5\x22\xe6\xed\x12\x87\x86\xd1\x12\xe1\xa3\xb8\x02\xbb\xb3\ \x22\x65\xb6\x94\x95\x0f\xec\x69\x87\x0b\x2f\xb0\x0d\x6d\x58\xb5\ \x54\xb4\x7c\xaa\x51\xb7\x2b\xab\x9b\x6f\x5a\x95\xb3\x17\xce\xe1\ \x68\x3a\xdf\x0d\x3a\x5f\x65\xfc\x7c\xc1\x44\xd8\x66\xbf\xbe\x30\ \xf4\xd8\x29\xb4\x77\xa3\x89\xf0\x5a\x84\x11\x06\x2b\x30\x29\x4b\ \x19\x7d\x64\xe1\xbf\xae\xb0\x60\xe7\xc3\x61\x74\x8d\x70\x60\x4b\ \xbb\xef\xb2\x02\x67\xb8\xe2\x75\xba\x04\x75\x78\x4e\xfa\xf3\x7c\ \x00\x96\x15\x0f\xe8\x72\x55\xaf\xba\x67\xe1\xef\xbe\x6a\x75\x66\ \x45\x83\xc1\xc5\x88\x6a\xc3\x41\xda\xc5\xf7\xc0\xcf\x0a\xf2\x4a\ \x9c\x31\x64\x3c\xdc\x20\x75\x6e\x37\x86\xae\xeb\xe7\x42\x64\xc3\ \x7b\x24\xa5\x1f\x7e\x05\xce\xb9\x10\xc2\xf7\x7d\xdf\xf7\x35\x4d\ \x23\x20\xe9\xc9\x30\x7a\x3e\xd0\x4a\x4b\xb7\x11\xa0\x3b\x43\x21\ \x40\x99\x06\x7f\x0d\xa7\xa8\xc3\x77\xb8\x5b\xe4\x59\xb5\x08\xdb\ \xbd\x78\x21\x97\x3d\xd4\x0a\x47\x24\x09\x42\x0d\x34\x0a\x42\x8d\ \x7d\xb0\x3c\x87\xfd\x32\xdb\x50\x5e\x4a\x6d\x01\x9c\x4f\xcb\x74\ \x61\x40\xb0\x5a\x27\x5c\x58\x35\xac\xc0\xdf\x87\x51\xef\xe1\x13\ \x2e\x43\x3d\x86\x6d\x2f\x0c\x96\x70\x15\x5d\x4a\xc5\xa0\xfd\x03\ \x05\x7a\x9e\x4f\xa1\xea\x67\x97\xa4\xa4\x3b\xe1\xe5\x7c\x37\x2b\ \xec\x14\xaf\x38\xd2\x70\xce\x50\x85\x70\x61\xe4\x5c\x8f\xe1\xdc\ \x3c\xfd\xf2\x65\xc7\xd7\x0b\x2a\xc2\x0f\x2d\x4a\x38\x70\x5b\x61\ \x55\x56\xf5\x9c\x89\x80\x94\x7f\x2e\x10\x6c\xd5\xda\x4d\xb7\xe6\ \xc2\xc2\x4d\x8b\xa1\x0e\x92\x10\xc6\x35\xa4\x1d\x96\xbf\xd6\x4b\ \x3d\x60\x95\x1e\x06\xa0\xe5\x0f\xe9\x32\x40\xad\xd0\x8c\xab\x56\ \x85\xcf\xa9\x4a\x2f\x4f\x78\xa9\x8b\x36\xfe\x40\x52\x4a\x4f\xfa\ \x24\x1d\x60\xa8\x00\x65\xb7\x3f\x49\x29\xa9\xa0\x13\x2a\x2e\x43\ \xe1\x06\xcb\x15\x30\x5b\x75\xf3\x50\x2b\xd5\x34\x11\xeb\x14\x79\ \xc3\x27\x35\x68\x79\x53\x4a\x31\x0e\x61\x1c\xc6\xb9\x4d\x76\x5c\ \x88\xee\x91\xe8\x86\x2a\x1d\xd6\x69\xd6\xf5\xcd\xc2\x4e\xd6\x8a\ \x25\x0a\x13\x6f\x9d\x5b\xc5\x5b\x96\xf2\x23\x72\x5b\x36\xe7\x5c\ \x70\xc1\x03\x86\xe5\xf3\xd4\x16\x2f\x05\x92\x6e\xd9\xd5\x5c\xa1\ \x95\xa8\x3d\xd7\x7d\xa5\x6e\x5a\x01\x4c\x7d\x09\xe5\xd5\x59\x34\ \x06\xa0\xba\x14\x31\xa1\x27\x07\xf4\x9a\x40\xd4\xae\xc3\x06\x24\ \xfd\xdd\x7d\xf1\xe5\x52\xa7\x54\x78\x47\xc2\x26\x6a\x29\x23\xd3\ \x46\xbd\xae\x5c\xa8\x55\xad\x72\xd7\x7d\x3b\x37\x8c\x58\x81\x9b\ \x0f\x1b\xcb\x50\x6f\x50\x77\xa0\xc6\xeb\x83\xcd\xb9\x9b\xa1\xeb\ \xc2\xe5\xbb\xe9\xef\x15\x76\xe6\x5c\x57\xa8\xe3\x00\x2f\xdb\x45\ \xc6\xdb\x8d\x66\x2a\x8c\xf6\x0d\x2d\x25\x86\xd1\x18\x1d\x50\x30\ \xeb\xa4\x8d\x68\xb5\xe1\x08\x61\x5f\xa0\x8d\xb8\x39\x17\xe0\x7b\ \xbe\x68\xf1\x1c\x20\xeb\xb9\x9a\x6b\x79\x09\xa6\x8b\xed\x6a\xff\ \xbc\x6a\x57\xc4\xcb\x74\x9e\x5f\x42\x3c\xd7\xf5\x7d\x5f\x63\x1c\ \x39\x63\xc8\x24\x29\xec\xa4\x15\x7c\xdf\x6f\x67\xa7\x43\x5d\x59\ \x2b\x8e\x63\x60\x6c\xda\x00\xdf\xe5\x60\xab\xce\xb9\x0f\x13\x09\ \x10\x63\x10\x34\x39\x46\xa3\xd1\x7a\xbd\xce\x08\x35\x4d\x74\x9f\ \xb5\xcc\xa8\x06\x54\xad\x52\x05\x18\x17\xd7\x75\x1d\xc7\x09\xd8\ \xca\x02\x9f\xc2\x75\x5d\x0c\xaa\x9f\x21\x18\xc4\xb9\x2d\xc7\xdd\ \x30\x73\x05\x2c\x1b\x00\x78\x07\xda\xd4\xd5\x7a\xd1\x68\x34\xe8\ \x5f\x51\x4a\x21\x63\x52\x05\x43\xe3\x55\x70\x60\x30\x94\xca\x58\ \xf5\x8a\xbe\x52\x0c\x50\xf8\x53\xad\x50\x3d\x04\xf8\x12\x9a\xeb\ \xa5\xd5\x56\xd7\xe7\x62\x8c\x00\x39\x74\x3e\x6a\xf8\xf9\xdd\xfe\ \xe5\x6e\xff\x60\xe0\xf0\x2a\x22\xdf\xf7\xbb\xa9\xe2\x30\xe2\x6c\ \xa9\x7a\x10\xcc\x0c\xed\x94\xc0\x90\x96\x41\x46\x97\x6a\xa3\x1d\ \xc7\x88\x54\x27\x43\x4f\x6d\xf4\xd2\x39\x95\x56\x15\x5e\xd5\x30\ \x39\x70\xd8\xcf\x85\xf6\xdc\x26\x0e\xf4\xfa\xf0\xb9\x1a\x8d\xe6\ \x2d\x37\xdd\xf8\xff\x7f\xf3\xeb\x41\xb9\x77\xa9\x74\xbb\x6a\xb0\ \xb5\x6a\x85\x6c\x85\x0a\xc6\x97\x7c\xe4\xf2\x57\xa3\x65\x4f\x3e\ \xe7\x1f\xce\x7d\x62\x38\x1b\x4e\xaf\x4c\x3b\x9f\x53\x50\x7d\xa9\ \x57\x5b\x7d\x05\xe8\xdc\x70\x4f\xf5\xa5\xd3\x81\xab\xff\x4a\x2f\ \x8f\x10\xe2\x37\x7f\xff\xdf\x76\xea\x84\xdd\xca\xf4\x52\x81\x70\ \x79\xa8\x8c\xa1\x0f\x1e\x6e\x3c\x5a\x65\xc6\xed\x79\xb1\x97\xa1\ \x0a\x63\x80\x5c\x0f\xa3\x25\x57\x51\x05\x5d\x7c\xcc\x79\x20\x5a\ \xe7\xd9\x18\x58\x4e\x72\xdd\xf5\xb3\x57\x34\xb8\xac\xdc\xeb\x55\ \x33\xcd\x10\x02\x46\x2d\xa5\x51\x89\x4c\xd3\x6c\x36\x9b\x17\x74\ \xe0\x1b\xff\xec\x63\x1f\xfd\xd0\xfb\xef\x42\x86\xe7\xa6\x4d\x28\ \x74\xa2\x71\xf5\xa3\x8b\x3f\xe9\x5c\x87\xbf\x3d\x9e\xf7\x61\xe7\ \xd4\x5e\xc3\xec\x17\x14\x22\xf6\x0c\xc1\x29\x00\x57\x1e\xce\xe5\ \xd7\x6f\x19\x9b\xd3\xea\xa7\x19\x61\xc5\x0d\xa7\xf3\x9c\x7f\x58\ \x56\x0c\xee\x7e\x2a\x84\x68\x34\x22\xa5\x7c\xed\x35\x57\x30\xb4\ \x39\x16\x8b\xad\xaa\x81\x20\x5c\xc5\x7e\xd9\xd9\x1d\x82\xd7\xbb\ \xe0\x2b\xfb\x05\xbe\x74\x96\xfd\x82\xed\x7f\x36\xdb\x7f\xbe\xab\ \x7f\x99\xf7\x1c\x56\x50\x77\xbc\x84\x52\x7a\x15\x3f\xd8\x2b\xfb\ \x0e\x2f\x7d\x7f\x5e\x02\xcc\x95\x4c\x26\xd2\xe9\x54\x98\x78\xfd\ \xe5\x9f\xe3\xd7\xff\xd9\xbe\xa8\x5b\x80\xab\x4e\x56\x58\x66\x93\ \x3c\xcf\x7f\xbd\x64\xe8\x2f\x32\xdf\xd9\x93\x8b\xa9\x2d\xf6\x16\ \xe1\xd5\x97\xee\x78\x81\x9e\x5c\x0e\x61\xbd\x25\xe8\x49\x4f\x7a\ \xd2\xd3\x5c\x3d\xe9\x49\x4f\x7a\xd2\xd3\x5c\x3d\xe9\x49\x4f\x7a\ \xd2\xd3\x5c\x3d\xe9\x49\x4f\xae\x00\x79\x0d\x78\xe8\x89\x73\x10\ \xa2\xdd\x46\xd7\x1d\x64\xa0\x14\x4a\x09\xbe\x8f\xbd\xa4\x66\x4f\ \x7a\xd2\x93\xd7\x91\xe6\x42\x24\x21\x48\x08\x5e\x2e\x6b\x73\xf3\ \xa2\x90\x67\xb5\x3a\x4a\x1f\x00\x48\xd3\x65\x32\xee\x67\xfb\xbd\ \x91\x11\x15\x8b\xa1\xeb\xa2\x94\x40\xd4\xdb\x9e\x9e\xf4\xa4\x27\ \xaf\xa5\xe6\x22\x5d\x07\x44\xf3\xd0\xa1\xf8\xf7\xee\x8f\x3d\xf4\ \x90\x36\x3f\xcf\x1a\x0d\xec\x42\x2b\x11\x29\x12\x91\xb1\x98\xb7\ \x76\xa2\xfa\x53\xb7\xd7\xde\x7d\x87\x3b\x3e\x8e\x52\x62\x68\x8a\ \x4c\x4f\x7a\xd2\x93\x9e\xbc\x8a\x9a\x0b\x91\x34\x5d\x9b\x9e\xca\ \x7c\xe9\x9e\xd4\x37\xbf\x49\x9a\xb0\x77\xef\x2e\xdc\xf9\x1e\x67\ \xd3\x66\x6f\x7c\xdc\x4f\x25\x91\x48\xe4\xf3\xda\xd4\x94\x79\xe8\ \x50\xec\xe1\x47\x06\xfe\xd3\x5f\x64\xbe\xf8\xc5\xd2\x2f\x7e\xbc\ \xf4\x0b\xbf\x20\xd3\x69\x74\xdd\xde\x26\xf5\xa4\x27\x3d\x79\x75\ \x35\x17\x63\x4a\xd7\xe2\xf7\xdf\x3f\xf8\x7f\xfe\x99\x7e\xf6\x6c\ \xe9\x43\x1f\x2a\xff\xfc\xdd\xce\xfa\xf5\x2a\x16\x43\xdf\x87\x4e\ \x48\xe8\x67\x32\xf6\xf6\xed\xd5\x3b\xef\x2c\x7c\xe2\x13\x91\x17\ \x0f\xa4\xfe\xf6\x6f\xfb\xff\xf3\x7f\xb6\x1e\x7e\x64\xf1\x77\x7e\ \xbb\xb9\x67\x0f\xb3\xed\x5e\xe4\xd8\x93\x9e\xf4\x64\x99\x6a\xb9\ \xac\x6a\x8b\x04\x4f\x7f\xfd\xef\x46\x7f\xe3\x37\x55\x32\x39\x79\ \xcf\x3d\x67\xff\xf0\x0f\x5a\x3b\x77\x82\x10\xac\xd1\x40\xc7\x41\ \xdf\x47\x29\x83\xa8\x10\x6d\x9b\x35\x1a\x2a\x12\xa9\xdf\x72\xf3\ \xec\x7f\xf9\xdc\xdc\x67\x3f\xab\xcf\xcd\x8d\x7e\xfa\x33\xb1\x87\ \x1f\x56\xba\x0e\x88\xbd\xad\xea\x49\x4f\x7a\x72\xf9\x35\x17\x02\ \x09\x91\xbc\xf7\xde\xc1\x3f\xf9\xd3\xc6\xdb\xdf\x36\xf3\x97\x9f\ \x6f\xdc\x74\x23\x7a\x1e\x6b\xb5\xe0\xfc\xd5\x43\xf4\x7d\xd6\x6a\ \x01\x51\xf9\xae\xf7\x4d\xff\xf5\x17\x64\x7f\x76\xe4\xb7\x7f\x27\ \xfa\xdc\xf3\xa4\xeb\xbd\xad\xea\x49\x4f\x7a\x72\xf9\x35\x97\xe0\ \x7c\xb6\x30\xf0\xe7\x7f\xd1\xba\x6a\xf7\xd9\x7f\xf7\xef\xbc\x91\ \x91\x40\x25\xbd\x2c\xa5\xa7\x14\x6b\x39\xad\x5d\xbb\xe6\xfe\xe8\ \x8f\x40\x88\xc1\x3f\xf9\x13\x9e\xcf\x43\x87\x99\xb3\x27\x3d\xe9\ \x49\x4f\x2e\x4f\x9e\x8b\x21\x78\x2a\xf2\xe3\x43\x4a\xb1\xc5\xdf\ \xfa\x4d\x2f\x9b\x65\xaf\x98\xa1\x85\x58\xab\xe5\x6c\xdb\xb6\xf0\ \x5b\xbf\x35\xfa\xa9\x4f\xf5\x7d\xe5\x2b\xb9\x7f\xf3\x6f\x96\x0f\ \x18\x7f\x83\x09\x22\xd3\x79\xe4\xc2\x3e\x3d\x02\xb8\xb2\x45\x24\ \x5f\x97\x7c\x0a\x6f\x0c\x31\x05\xb0\x57\xbe\x78\xbe\x02\x47\xf6\ \x16\xfd\x02\x84\x38\xd3\x05\x33\xe8\x02\x69\x2f\xc8\xf5\x5b\xaf\ \x05\xb3\x20\x43\x71\xa6\xc0\x8e\x17\x72\xbf\xf5\x5b\xad\xdd\xbb\ \x59\xab\xb5\xfc\xb7\x7c\xf5\xbc\x95\x5a\x8e\xe1\x22\x42\xc7\xa9\ \xfe\xf4\xbb\xe3\xef\x7d\x6f\xfa\xab\x5f\xab\xdc\x75\x97\xbb\x76\ \xed\x1b\x14\x27\xc1\x90\x37\xdd\xd2\x91\xc2\x0f\x19\xf2\x0b\x78\ \xba\x22\x7f\x22\x73\x6d\x54\x4f\x2b\xba\x08\x98\x2e\x32\x60\xab\ \xb9\xd8\xa4\xe0\x4a\xe7\xf0\x60\x08\x4f\x4d\xb3\x86\x87\xaf\x48\ \x79\x49\x05\x43\x31\xda\xdc\xaf\xfc\x8b\x5b\x9e\x10\x35\x6f\x68\ \xd5\x57\xce\x98\xb8\xa2\x84\x33\xad\x50\x3f\x73\xb6\x72\x84\xb3\ \x0b\x08\x95\x08\x91\xaf\xef\xbf\x91\xa1\xf6\x12\xca\xeb\xf2\x68\ \x2e\x45\xfa\xfe\x59\xca\x24\x6a\xef\xbd\x13\x5d\x37\xac\x8f\x88\ \x71\x59\xaf\xa8\x5a\x69\xc5\x2e\x22\x17\x5a\x76\x44\xd3\x0d\xdf\ \x0b\x3d\x9e\x08\x18\x2b\xfe\xe2\xc7\xe3\xf7\xdf\x9f\xb8\xef\xbe\ \xdc\xa7\x3f\xfd\x46\xd5\x5c\x4c\x54\x5a\x67\x7f\x74\xf8\x73\x1a\ \x8f\x5c\xc0\xd3\x3d\xd9\xfc\xc0\x35\x7f\x1e\x37\x07\x95\x6c\x5d\ \xb0\xda\x92\xd2\x53\x8b\x0b\x4a\xc9\x15\x97\x88\x27\x33\x7a\xb2\ \x8f\x7c\x4f\x5d\xb9\xdd\x0b\x0c\xe1\x5b\x87\xc5\x74\x09\xb5\x57\ \x72\xde\x9b\x2e\xbc\x73\x83\xdc\x35\x24\x7d\x75\x31\x5e\x17\xd6\ \x6b\x55\xc7\x69\xad\x18\x97\x6b\x18\x7a\x2c\x91\xa4\x2b\xb4\x68\ \x2e\x98\x39\x5b\xda\xff\xe0\xd1\xbf\x34\x44\xec\x15\xeb\x2d\x22\ \xc1\xf5\x89\xcc\x1e\x2e\xf4\x97\x58\x9f\x4b\xaf\xb9\x14\x62\xba\ \x56\x37\xcf\x14\xbc\xeb\xd6\xca\xbe\x04\x86\x0d\x0b\xd7\xfc\x85\ \x49\x71\xff\x17\x53\xe4\x12\x17\xe1\x68\xc8\xb7\x9b\xf5\x6d\x6f\ \x3f\xe2\x9b\x13\xbb\xae\x89\xf5\x65\x97\x6e\x91\xe7\xd9\xdb\xb6\ \xb6\xde\xf2\x96\xf8\xf7\x7f\x50\xfc\xa5\x5f\x22\xc3\x78\x83\x3a\ \x08\x0c\xb9\x21\x62\x1a\x8f\x00\x79\xae\xf4\x19\x32\x00\x42\xa6\ \x73\x50\x9e\x74\x19\x37\x05\x82\x2f\x5d\x64\x06\x82\x2f\x55\x10\ \x18\x32\xce\x05\x02\x30\x64\x0c\xf9\x85\xf3\xcd\x21\x4a\x29\xd5\ \x8f\xbe\x16\x9f\xde\x2f\x22\xd6\xd2\x1c\x1a\x00\xe5\xda\x4e\xdf\ \xf8\xe4\xc8\xd5\x14\x89\xad\xbd\xea\x7a\xe9\x5d\xb1\xe8\x39\x53\ \x40\x54\x07\xad\xcd\x6f\x4e\xae\x04\xc1\xd1\xf7\x83\xc1\xe4\xc0\ \x18\x0a\x04\x4f\xb6\x29\xc0\x05\x43\x86\x80\x00\x3a\xbf\x28\x92\ \x3f\x44\xcc\xe7\x16\x8b\x85\x7c\x3c\x1e\x87\xe5\x34\xd9\x85\xc2\ \xe2\x08\x60\xaa\xaf\xcf\xbb\x32\xe1\xd6\xc4\x99\x66\x88\x98\x21\ \x2c\x52\xae\x17\x8c\x44\x07\x60\x4c\x47\x72\x3d\xa5\x84\x30\x19\ \x48\x5f\x4a\xce\x75\x52\x9e\x0c\xc6\x9e\x23\xe7\x8c\x07\x9a\xeb\ \x27\x26\x46\x2e\xbd\xe6\x92\x8c\x4d\xe4\x4b\x3a\xa9\xe6\xfa\x4c\ \xdb\xa1\x5a\x7a\x37\xcd\x39\xf6\xfc\x00\xf3\xfb\x87\xc7\x95\x92\ \x10\xf0\x58\x93\xe2\x00\x34\xb6\xe5\xab\xff\xdf\xb7\xca\x89\xd1\ \xcd\x37\xbc\x6d\xd9\x38\x70\x29\x55\x2c\x56\x7f\xc7\xdb\x33\x7f\ \xf5\x05\xfd\xcc\x19\x7b\xe7\x4e\x74\x9c\x37\xf0\x7e\x2a\x5b\x24\ \x6e\xfb\xe8\x0d\xef\x63\xb2\xd1\xaa\x1d\x7e\xea\xc5\xaf\xcf\x8b\ \xb7\xbc\xf7\xaa\xb7\xbd\xf8\xdc\x7f\x39\x61\xa7\x6e\xdc\xfd\xfe\ \xfa\xf4\xff\x38\xda\x5c\xff\xb6\xab\x7f\x61\x4d\x2c\xda\xa8\xef\ \x7b\xf0\xb9\x6f\x56\xe4\xc5\xa6\x59\x10\xd1\xaf\x95\xf5\xd3\x2f\ \x8c\x6d\xd9\x8a\xae\xdd\xb1\x19\x84\x52\xf2\x81\xb1\xe7\x26\x17\ \x9f\xf8\xbb\x2f\xbd\xf5\xd7\x7e\xe7\xca\x62\xe2\x7c\x89\x2d\x20\ \x15\x35\xef\xde\x69\x3c\x71\xd2\x7e\xc7\xb5\x99\x31\x5d\xb5\x1a\ \xee\xf7\x9e\x2e\x1f\xa8\xe3\x6d\x37\xa4\x6f\x19\x16\xe0\x78\xff\ \xf4\x64\xe9\x50\x49\x5d\x7c\x56\x11\x91\x2d\x2e\x9e\x7d\xeb\xdb\ \xde\x99\xed\x1f\x58\xf1\xab\x52\xa9\xf8\xd4\xde\xc7\xb2\x83\x83\ \xae\xeb\xe2\x95\x0b\xfa\x91\xd2\xcd\x8e\x7e\xec\xbd\xbb\xde\xd2\ \x72\x1a\x95\xe2\x13\x8f\xbd\xf8\x2d\x35\xfc\xf3\x3f\x35\x6e\x3c\ \xf0\xd4\x97\xab\x91\x6b\x6e\xdb\xb2\xfb\xc0\xc1\xaf\x35\x92\xb7\ \xbc\x73\xe7\x9d\x49\x4d\xe4\x17\xbe\xf7\xc8\xc1\x1f\x3b\xf8\xb2\ \x94\xd2\x65\xd0\x5c\x88\x23\x95\x0a\x5a\x42\xa6\x2d\x50\x04\xcb\ \x13\x3b\xae\x52\x08\xc8\x7c\x17\x9c\x56\xab\x5e\x01\x64\x02\x08\ \x26\xb6\x7d\xfb\x89\x7d\xd3\x55\xf7\x8e\x4f\xfc\xb2\x1e\xb5\xe4\ \x72\x2b\x84\xbe\xb4\xb7\x6f\x47\x29\xb5\xd9\xd9\xd6\xd5\x57\xbf\ \xa1\x35\x17\x80\x34\xa2\x6b\x0c\xef\xf9\x6f\x3c\xf8\xf5\x91\x6d\ \xff\xea\xf6\x6b\xef\xfe\xf6\x91\xe9\xd1\x91\x9f\x1d\x56\x27\xe7\ \x9e\x78\x28\x9e\x58\x2b\x8d\xcc\xb5\x5b\x3e\x99\x69\xdd\xf7\x8f\ \xcf\x3d\xab\x9b\x71\x9b\xd8\xa5\x38\xd5\xe8\x2b\x29\x50\x70\xd7\ \x96\xd2\xf7\x0a\xf3\x8a\x31\x94\x32\x92\x1d\x3a\x5a\xb2\xef\x7d\ \xf8\xf1\xdd\x77\xfe\xfc\xd8\xf6\xab\x3c\xbb\x05\x6f\x0e\x21\xc6\ \xd6\xf4\x69\x07\xce\xfa\xfd\xcc\xf9\xdb\xfb\xf3\xb1\x6d\x03\x1f\ \xdc\x63\x19\x25\xe3\x9d\x29\xff\xaf\xee\x2f\xfa\x1a\xf3\x3d\x12\ \x0c\xfd\x4b\xe0\xdc\x93\x60\x22\x12\x89\xae\xe2\x03\x9a\x66\xe0\ \x50\x5f\xe1\x4b\x0d\x98\x88\x8f\xd7\x0b\xf7\xfe\xc3\x33\xcf\xef\ \xb9\xe1\x77\xef\xd8\x59\xfa\x61\x25\xb3\x6d\xd3\xcf\xf9\x95\xfd\ \xdf\x9e\xe4\xd9\xe4\x90\x6e\x6d\xb9\xe9\x9a\x8f\x94\x4f\xfc\xd5\ \x0f\xe7\x16\x4d\x5d\x93\x4c\xc3\x97\x67\x40\x2f\x3d\x2a\x42\x31\ \x96\x6e\x34\xc1\x14\x14\xd5\xcf\x8d\xec\xa4\x22\xcd\x30\xee\x2d\ \x88\x1f\x54\xb4\x68\x34\x8a\xae\xcd\xc6\xb7\xde\x7b\xec\xec\x81\ \x83\x07\xaf\xdb\xb4\x26\x9a\xea\x53\xe7\x52\x0f\xfb\xbe\x3b\x3a\ \x86\x52\xf2\x62\x91\xd8\x1b\x9f\x96\x87\x7c\xcf\xb7\x95\x2c\x1f\ \x3e\xf2\xed\xb2\xd8\x30\x9c\xe8\x9b\x9b\xfc\xfb\x53\x72\xcb\xad\ \x9b\xaf\x91\x4e\x59\x44\xd7\x8e\x46\x5a\x2f\x1c\x7d\xa0\xea\xb9\ \x9e\x7f\xc9\xac\x31\x11\x48\xe9\x57\x12\x43\x2f\xb2\x2c\xeb\x1f\ \x83\x56\xc3\x48\xf7\x1f\x13\xfd\xdf\xf8\xfe\x83\x1b\xfa\x62\x6b\ \xc6\xc7\x7d\xf9\xe6\x22\xda\xf6\x24\x29\x05\x92\xf3\xf1\x01\x73\ \x5d\x92\x15\x5a\x70\xd5\x08\x7f\x6c\x7f\x6d\xa6\x45\xb6\xd7\x99\ \xe1\x7d\x29\x84\x73\xb6\x6a\xb2\x86\x88\x38\x67\x6f\x86\xde\x10\ \x52\x9e\x27\x3d\xe9\xce\x3e\x7b\xf0\x7e\x2d\x7b\x6d\x9f\xb0\x0f\ \x1d\xfd\x7b\x37\xf3\xb3\x7b\x86\x87\x1b\xad\x7a\x22\xbb\x2b\xd6\ \x3a\xf0\xfc\xe9\x17\x1c\xdf\xf6\xa5\xbf\x6c\x52\xd3\xab\xac\xb9\ \x00\xc0\xf4\x7c\xd0\xb8\x32\xc4\x8a\x4f\x81\x40\x52\x29\x29\xf4\ \x7b\x9f\x39\xf8\x91\xcf\x7e\xed\xc1\xaa\x1e\xdd\x7a\xcd\x77\x8e\ \x9f\xdd\xfb\xe4\xb3\x1f\x78\xf7\xbb\xd2\x26\x77\x56\xf3\xa7\x50\ \x29\x99\xcd\x00\x22\x6b\xd9\x57\x06\x98\x9e\xc8\xf7\xa4\x83\x22\ \xa2\x73\x92\x4a\x09\x28\x3f\xf3\xe2\x37\xcd\xd1\x0f\xee\xcc\x66\ \x3c\xdf\x25\xa6\x6b\x9c\x6c\x4f\xbb\xfe\xfa\xcf\xec\x4c\x5a\xbe\ \xba\x04\xa7\x5b\x29\x49\x42\x3b\x9d\xab\x7c\xf5\x5b\xdf\x79\xbc\ \xe0\x5b\x5b\xaf\x39\x2e\x32\x5f\xf9\xd6\xf7\xb6\xac\x5f\x77\xeb\ \xce\x2d\x8d\x5a\xe5\xcd\xa3\xb3\x7c\x9f\x5c\x49\xc8\x00\x48\xe9\ \x96\x7e\xd3\xb6\x78\xac\x52\xff\xca\xd3\x4d\x9f\x33\x4b\x60\xdd\ \xa6\xb7\xec\xee\xfb\xb9\x2d\x86\xe7\x5d\x1a\xad\xc2\x38\x3b\x5f\ \xd0\xc9\xd8\x9b\x85\x1d\x4f\x29\xcf\xf3\x3d\xae\xc5\x04\x79\x0a\ \x35\xb4\x8f\x3d\x7c\xf0\xd1\x8d\xdb\x7e\x61\xcc\x64\xae\xf4\x50\ \x44\x38\x78\x92\x8f\xbd\xeb\xc6\x7f\x35\x22\x7c\xff\xe5\x2d\xfc\ \x65\xc4\xd0\xaf\x3a\x41\xc9\x55\xc0\x9c\xe6\x48\x32\xf2\xb1\x4f\ \xfc\x2f\xff\xe1\x07\xfb\xff\xe3\x77\x9f\x7a\xf2\x99\x67\xdf\xfd\ \x8e\xb7\x6e\x63\x95\x5a\xee\xec\xf9\x4c\x1d\x71\x4e\x57\xc8\x36\ \x13\x81\x88\xc7\x37\xae\x1d\x79\xc7\x3b\xaf\xb9\x1b\x0b\x4f\xcc\ \xd4\x5b\x11\xa3\x0f\xed\x17\x1f\x3f\xfa\xc2\x60\x76\x82\x9a\x27\ \x4f\x14\xec\xeb\xae\xfe\x97\x3b\x46\x76\xf7\x5b\x49\xa0\x4b\xe3\ \x0a\x29\x80\x56\xb3\xb9\x2e\x1b\x1f\x1f\x1e\xbe\xff\xc1\xc7\xfe\ \xe1\xe0\xec\x37\xee\x7f\x70\x78\x60\xe0\x67\x77\xaf\x77\x26\x0f\ \x79\x0a\xf0\x4d\xd0\x5f\x45\x04\xdc\x14\xbb\x36\x58\x6f\xdb\x12\ \xb5\xa4\xac\xfa\x08\xd5\xd6\x57\x1e\x58\xb8\xe7\x99\x7a\xdd\x97\ \x4f\x9e\x72\xaf\xd9\x93\xbe\x6d\x63\x64\x5d\x46\x70\xbc\x34\x39\ \x3f\x22\xe2\x8c\xaf\xba\xb6\xc1\x58\xdc\x37\x41\x6e\x91\x00\xcd\ \x4c\x6a\xf3\xfa\x89\xf7\xdc\x7e\xf5\x3b\x17\xa7\x7e\x54\x25\x23\ \x6a\x26\xea\xb9\x07\x9e\x9f\x29\xae\x1d\x1a\xae\x2c\x3c\x7d\x96\ \xd6\xbe\xed\xaa\x8f\x6c\x18\xda\x91\x34\x22\x2f\xbf\xd8\x7a\x59\ \xd4\x81\x64\x08\xbe\x5a\x2d\x4f\x40\x3e\x20\x55\x16\x61\xf2\xd0\ \x07\x3e\xf8\xa1\x3f\xfc\xec\x5f\x7e\xfe\xfe\xbd\x83\x23\xe3\xb7\ \x0e\xea\xce\x99\xc3\x3e\x30\xa5\x68\x15\xaf\x0a\x91\xd7\x6a\x28\ \x25\x09\xfe\x86\xdf\x47\xd4\xed\xda\xb3\xc7\xf2\xee\x8e\x4d\xef\ \xe2\xc5\xef\xdf\xb7\xef\x7b\xcd\xe6\xf4\xc1\xa9\x67\x7c\x66\x95\ \xe7\xff\xee\xef\x9e\xf8\x5a\xc9\xae\x1f\x78\xf1\xf3\xfb\x4a\xe6\ \x55\x9b\x6e\x2e\xcf\xfc\xf0\x74\xbd\xc9\x2f\x7a\x8b\x10\x41\x29\ \x70\x5c\x37\x3e\x7d\xe0\x23\xb7\x5e\x33\x34\x3a\xfa\xc3\x87\x1e\ \x16\xba\x79\xd7\xad\xd7\x6a\xa7\x5f\x70\x1d\x5b\xbe\x49\xfa\xd9\ \x89\x48\xc1\xf0\x50\x74\x77\x9a\xbe\xf3\x5c\xed\x6c\xc5\xdf\x7b\ \xb2\x25\x85\x88\x1b\x4c\xd7\xf0\xf8\xa1\xe2\xd7\x8e\xba\xd7\x6d\ \xb5\xcc\x46\xeb\xa9\x29\xb7\x33\x86\xf8\xa2\x7d\x2e\xc6\x57\xf5\ \xad\x18\x32\xce\xf8\x15\xbf\xf0\x0c\x59\x21\xff\xe8\xbc\x3d\x70\ \xf5\x86\xeb\xf2\x27\xff\xe6\x87\x27\x0e\xb5\xca\xcf\xbf\x38\x77\ \x5a\xd7\xf4\x53\xc7\xfe\xeb\x37\x9f\x7f\xc4\x73\x67\x1f\x7c\xfa\ \x0b\x8b\x7c\xf3\xce\xd1\xf5\x67\x4e\x7e\x2f\xef\xb3\x97\x99\xfc\ \xbb\xf4\x19\x7a\x24\xaa\x44\x22\x50\x93\xac\xe9\x9e\x0b\x5b\x96\ \x04\xad\x96\x8d\x9e\x5b\x2c\x95\x3e\xf2\x73\xef\xf9\xdc\x3d\x5f\ \xfd\x6f\xff\xee\x37\x6e\xd3\x8b\x9b\xfb\xa2\xb6\xbf\xfa\x0d\x22\ \xce\xb5\xb9\x79\x62\x4c\xa6\x52\xf8\x06\x07\xef\x21\xea\xd4\x3a\ \xf8\xc0\xde\x67\x14\x00\x63\x86\xa1\x45\xb1\x75\xf4\xf9\xd3\x4a\ \x13\xa6\x06\x8d\x43\x47\xff\x89\x89\xa8\x8e\x95\x17\x0f\xfc\xdf\ \xcf\x29\x85\x28\x0c\x2d\xca\x10\x2f\x1e\x67\x45\x00\xb6\xaf\xdc\ \x5a\x29\xab\x0e\xfe\xe2\xdb\xae\xd9\xb7\x7e\xcd\xa6\xb1\xe1\xa1\ \xfc\x31\xd9\xaa\xb7\x3c\x29\xdf\x1c\x54\x1c\xc8\x50\x39\xde\x77\ \x1f\xcd\x79\x04\x86\xce\x74\x94\x0f\x1e\x76\x75\x2d\xa8\x70\x83\ \xce\xe1\xf0\xe1\xf2\xf3\x07\x08\x00\x4d\x9d\x69\x1c\x50\x5d\x02\ \x5d\xc9\x39\x93\xbe\x5c\x2d\x68\xf5\x91\xb1\x2b\xde\xe5\x62\x4c\ \xab\x15\x7f\xfc\xad\x47\xef\x27\x40\xce\x4d\x43\xc4\xec\xe2\xe3\ \x2f\x10\xd7\x79\x04\x9c\xc9\x67\x8e\x9c\x14\x5a\x84\xd9\x27\x1f\ \x7b\xfa\x3f\x4a\x02\xc6\x74\x43\x8b\x20\xa8\xd7\x46\x73\x71\xa2\ \xc5\x44\x1c\xce\xf8\xac\xe6\xac\x04\x6d\x2b\x99\x5e\xbf\xed\xc8\ \xe1\x47\x4e\x95\x0e\x6c\x96\x3e\x00\x7c\xe0\xe7\xde\xeb\xba\xde\ \x6f\xfc\xee\xaf\xff\xf3\xed\xfd\x99\xb7\xbd\xcf\x34\x8c\x73\xfb\ \x7b\x48\xd7\xf5\xd3\xa7\x80\x73\x7f\x60\xe0\x8d\xcb\xf5\x4c\x40\ \x52\xb9\x01\x86\x5e\xd3\x22\x9d\xf8\xdf\x05\x00\xce\x58\xf0\x03\ \xe3\x1a\x90\x27\x09\x18\x37\x0c\x1e\x9c\x7c\x4f\x12\x48\xe5\x12\ \x5c\xd4\x98\x78\x2b\x91\x2c\x4c\xec\x7e\xec\xf8\x93\x26\xaf\xb2\ \x99\x42\xcc\x4a\xce\xe4\x4e\x4e\xd6\x2a\x92\xa8\x98\x1a\x1f\x1e\ \x5b\x07\xea\x0a\x9f\xc9\xe8\x2b\xf0\x24\x00\x20\x17\xc8\x01\x80\ \xc0\x23\xe4\x0c\xa4\x04\x19\xba\x67\x26\x6b\xef\x96\x27\xc1\x93\ \x70\x91\x75\x0b\x02\x48\xa6\xd3\xc7\x8e\x1c\x8a\xc5\xe3\xcb\x63\ \x46\xaa\xd5\x6a\x89\x54\xda\xf7\xbd\x2b\x35\x4e\x27\x52\x52\xb9\ \x52\xb9\x00\x5c\xef\x1c\x78\xa9\x5c\x00\xc6\x91\x64\x70\xf2\x39\ \x27\xe5\x4a\x00\x21\x22\xa2\x73\x23\x7e\xd2\x9c\xf3\xcb\xa7\xb9\ \x94\x9a\xee\x4b\xf9\x8e\x14\xb3\x25\x00\x0a\x0f\xf7\x25\xe9\xf7\ \xad\xdd\xec\x7c\xec\x77\xdc\x05\xdd\x6f\xd5\x83\x7f\xfc\xf9\x0f\ \x7d\xc0\x6e\x35\x3f\xf7\xd9\x3f\xff\xa3\x5f\xbd\xd9\x8a\x98\xee\ \x0a\x2a\x41\x44\x74\x1d\xeb\xf1\xbd\xd2\xb2\xdc\x89\x09\x78\x63\ \xc2\xf6\xa4\x74\x33\xd6\x9a\x0f\x5f\xf7\x39\xbc\x20\x88\x10\x01\ \xc5\xcd\x7e\x5f\x5e\x20\x1c\x84\x94\x32\xa3\xd1\xd1\xf7\xfc\xb3\ \xc2\xcc\x5b\x6b\xa4\x82\xc6\x13\x40\x04\x64\x40\x34\x34\x30\x9c\ \x1c\x18\x56\x57\xf4\x34\x59\xa9\xe0\x13\xd7\x7b\x9e\x7c\x65\x05\ \x1e\x22\x88\x6a\x60\xfb\x17\xa5\x59\x62\xf1\x24\x00\x48\xe9\x2f\ \x2f\xf6\x53\x3c\x99\x62\xc8\xae\x50\x18\x2a\xb8\xb2\xb5\x7e\xe0\ \x96\xa1\xd4\x76\xf6\xca\xf3\x51\x04\x80\x88\x82\x9b\xf4\x92\x49\ \xde\xcb\xa2\xb9\x66\xfb\x52\x76\x7f\x3c\x7a\x6c\x11\x24\x41\x38\ \x6c\x25\x62\x0c\x87\xd6\x6f\x1a\x18\x5f\xef\x3a\x4e\x57\xb9\xfe\ \x8b\x5f\xfc\xb8\xe7\xba\x9f\xff\xab\x2f\xfc\xe6\x6f\xfc\xef\xfd\ \xfd\x03\xe1\x51\xd8\xa4\x69\xe2\xec\x59\xeb\xd1\x47\x1b\xb7\xdc\ \xe2\x0f\x0f\xbf\x41\xc1\x5c\x04\x24\x98\x91\x8d\xad\xbb\xe0\x8e\ \x6b\xa9\xbc\x8b\x71\xbb\x40\xa9\x58\x2a\x1d\xcf\x64\x57\x19\x12\ \xaf\x94\x92\x57\xb8\xc3\x45\x00\x83\xb1\x0b\x41\x3a\x28\xba\x58\ \xb7\x4b\x4a\x89\x88\x88\x2b\x2e\x30\x2a\xa9\x24\x5d\xb1\xed\x56\ \x44\xca\xd4\x12\x96\x9e\xbe\xe0\x23\x1b\x38\x65\xaf\xaa\xe6\x02\ \x00\x5f\x13\xee\xf6\xe1\xd8\x43\x47\xa2\x4f\x3d\x5b\xbb\xed\x36\ \x16\x0e\xf1\x88\x94\xef\x29\xe5\xfb\xbe\x24\x22\xa5\xd4\xf7\xbf\ \xff\xfd\xdf\xfb\xbd\xdf\xcb\x66\xb3\x07\x0f\x1e\xf8\xfa\xd7\xbf\ \xf1\x6b\xbf\xf6\xab\x9a\xa6\x2d\x29\x2f\xce\x93\xf7\xde\x2b\xf2\ \xf9\xea\xcf\xde\xf9\x06\xbf\x3c\xe4\xab\xd7\xb2\xb7\x86\x94\x24\ \xf5\xe6\x9d\xab\xe4\xab\xd7\xf0\x1a\xbf\x19\x19\x7d\x89\xa4\x7f\ \x39\x55\xf3\x65\xa9\x2d\x22\x81\xbb\x63\x18\xe2\x5a\xe6\xbf\x7d\ \x89\x57\xab\xb4\x1a\xb5\x56\x24\x62\x7e\xf7\xbb\xdf\xfd\xe5\x5f\ \xfe\xe5\x6b\xae\xb9\xc6\xb2\xa2\x77\xdc\x7e\xfb\x5f\x7f\xe1\x0b\ \x77\xde\x79\xa7\x94\xb2\xbb\xd3\x64\x18\xfa\xc9\x53\x99\x2f\xdf\ \x53\x7f\xeb\xad\x8d\x9b\x6e\x42\xdf\x87\x9e\xf4\xa4\x27\x3d\xb9\ \x5c\x5c\x11\x52\xa9\xb8\xe1\xbc\x7d\x4b\xf4\xbe\xa7\x33\x5f\xfa\ \x72\xee\x53\xff\x1b\x30\x16\xc6\xd3\x1b\xba\x71\xdf\x77\xbe\x33\ \x37\x3b\x5b\xaf\xd7\xf7\xef\xdf\xff\xf1\x8f\x7f\x7c\xff\xbe\x7d\ \xef\x7f\xff\x5d\x52\xca\xae\xe6\x22\x4d\x63\xf5\xda\xc0\x5f\xfc\ \x05\xda\x76\xfe\xd7\x7f\x9d\x74\xfd\x0d\xde\xf7\xd3\x93\x9e\xf4\ \xe4\xf5\xed\x73\x01\x00\x4a\xe5\x5c\xb5\xb6\xf2\xc1\xbb\x32\x5f\ \xfc\x52\xea\x9b\xdf\x24\xce\xc3\x9e\x17\x21\xdc\xff\xbd\xef\x7d\ \xec\xa3\xbf\xf0\x99\x4f\x7f\xea\x9e\x7b\xee\xb9\xf9\xe6\x5b\x0e\ \x1d\x3e\x32\x33\x33\xd3\xad\x29\x90\xa1\xa3\xe7\x65\xff\xea\x0b\ \xf1\xef\x7f\x3f\xf7\xe9\x4f\xb7\xde\xf2\x96\xde\x10\xa0\x9e\xf4\ \xa4\x27\x97\xd9\xe7\x02\x00\x45\xc0\xd9\xc2\x6f\xfc\x36\x78\x7c\ \xf0\x4f\xff\x5c\x2c\xe6\x8a\xbf\xf4\x2f\x64\xaa\x0f\x3c\xd9\x22\ \xbe\xe7\xa6\xb7\x6e\xdc\xbe\xfb\xe6\x5b\x6f\xd1\x84\xf6\xd4\x8b\ \x87\x3f\xf9\xa9\x7f\x3d\x38\x38\x4c\xa6\x25\xf5\x88\x12\x8a\x34\ \xae\x4f\x9e\xe9\xff\xbf\xfe\x32\x71\xdf\x77\x73\xff\xeb\xa7\x0b\ \xff\xfc\x5f\x82\xe0\x84\xa2\xb7\x5b\x00\x40\x5c\x57\x7a\xe4\x27\ \xa4\x55\x84\xae\x0c\xab\xb7\x56\x97\x78\xe5\xf5\x08\x30\xfe\x26\ \x61\xd4\x78\x13\x6b\x2e\x44\x66\xdb\xb1\xc3\xdf\xb3\x6f\x5b\x6b\ \xce\x66\xfa\x3f\xf7\x39\xeb\x89\x27\xea\x3f\x73\xa3\x3f\xd1\x07\ \x08\xef\x08\xbc\xbd\x47\xcf\x30\xc4\x7f\xbd\x9e\xbf\x60\xc7\x46\ \x47\x53\xa3\x47\xbe\xcb\x4e\x70\x70\xa4\x7e\x7c\x21\xfe\x4f\x3f\ \x36\x8e\x1d\x6e\xfe\xf4\x75\xfe\xee\x78\xea\xf1\xaf\xf5\x32\x5c\ \x21\x77\x95\x31\xa7\x41\x8c\x03\xac\x9e\xfe\x24\xcd\x88\x1e\x7f\ \x42\x2b\xce\xa0\xec\x2d\xda\xa5\xb5\x19\x5c\x94\xcf\x12\xef\xcd\ \x43\xb8\xa2\x35\x57\x94\x51\x8c\x63\xec\xc5\x1f\x80\x26\xe8\xa7\ \xd6\xc3\x48\x34\xfa\xe0\x33\xd1\xbd\x7b\x61\x5d\xc2\xd9\x3c\xe0\ \x8f\xa6\x28\xaa\x2b\x53\x90\x60\x51\x64\xef\x89\x31\x35\xbf\x1f\ \x0e\x37\xb5\xa9\xa2\x76\x64\x01\xce\xb6\x60\x34\x0e\x1f\xbb\x2e\ \x32\xd1\x17\x3d\xfe\x10\xc8\x1e\xff\xfa\xb2\x1b\x04\xc8\x20\x12\ \xb5\xc4\xca\x56\x6c\x02\xd0\x91\x84\xa1\xf7\x2f\x1e\x85\xf9\x03\ \xbd\x45\xbb\xe4\x2b\x4f\x9a\x89\xa6\x76\x6e\x57\x23\x63\x18\x8d\ \x46\xa5\x94\xbd\x35\xba\x4c\x62\xc5\x62\x86\x61\x84\xab\xb4\x97\ \xa1\xfb\x07\x80\x00\xef\xc9\x45\x6a\x85\x9c\xeb\xfb\x88\x08\x08\ \x24\x2c\xb8\x6a\xc7\xda\x93\x0b\x37\xcd\x16\xb7\x9e\x3e\x69\xc4\ \x0d\x48\x98\x10\xd5\x40\x17\x40\x04\xae\x0f\x0d\x0f\xca\x2d\xa7\ \xe5\x3e\x1d\x89\x3e\xbe\x61\x3c\xb7\x7e\x00\xeb\x1a\xbe\x50\xee\ \xed\xd9\xaa\xc2\xd1\x2e\xbb\x4a\x03\x0a\xef\xa5\x89\xb4\xb7\x69\ \x1e\xc8\xd7\x2b\xb5\x06\xf6\x26\x54\x5e\x16\x71\x05\xc2\x54\xc3\ \xd3\x42\xcd\x21\x9c\xf3\x4a\xa5\xf6\x95\xff\xfe\xdf\xf3\xf9\x1c\ \x29\xd5\x9b\x0d\x7a\x59\x3c\x2c\x21\x66\x66\xa6\x75\x7d\x49\x79\ \x5d\x16\x9f\x8b\x00\x1e\xaa\x9b\xd3\x0b\x64\xdb\x6e\x17\x83\x47\ \x5c\xe8\xa3\xa3\xff\xef\xd0\xd0\xb6\x46\x73\x6b\xa3\xb5\xa6\x65\ \x67\x6b\x9e\x20\x17\x00\x1c\xce\x16\x75\xf3\xcc\x40\xea\x50\xdc\ \x3a\x1e\x31\xcb\x8c\xcb\x92\xc2\x7c\xab\xe7\x35\xbc\x84\x30\x84\ \xa8\xae\x69\xa1\xba\x87\x86\x70\xcc\xd1\xe7\x0a\x5a\x7e\xd1\x7d\ \xf3\x30\xa8\xbc\xea\x1e\x2f\x44\x39\x4f\x44\x0c\xec\xac\x30\x63\ \xac\xd9\x6c\x3e\xf6\xd8\xa3\xd3\x53\x93\x01\xee\xb4\xb7\x4a\x97\ \xc1\xdd\x25\x4d\xd3\x2c\x2b\x26\x34\x2d\x50\x5e\xe2\x32\xbd\x4d\ \x42\xe7\x9b\x27\xc6\xa4\x5c\x46\x45\x4c\x88\x0a\x60\x06\x71\x0a\ \x41\x85\x1a\x5a\x03\x46\x1c\x46\xc4\x01\x06\x88\x86\x00\x90\x7a\ \x79\xd0\x97\x75\x8b\x0c\xc3\xe8\xa2\x76\x09\x40\x03\xb5\xa6\xbf\ \x6f\x28\x19\xeb\xdd\x9e\xcb\xba\xec\x42\x08\xce\x96\x28\x03\x11\ \x21\x9d\x4e\x5b\x96\xa5\x94\xea\xad\xfc\xe5\x13\x44\xd4\x3b\x31\ \xe3\xe5\xca\x73\x05\x3a\x52\xeb\x8d\x77\xbd\xfc\xb6\xe8\xdc\xdd\ \x35\x4d\xb3\xb7\x32\xaf\xf2\xca\x13\x91\xde\x9b\xc4\xfe\x2a\x2e\ \xbb\x78\x35\x2f\x55\x4f\x5e\x2b\x75\xd6\x93\xde\xb2\x5f\x61\x72\ \xb9\x34\x97\xea\x2d\xed\xe5\xf6\x9c\x57\x27\x9d\xed\xc1\x8d\x2e\ \xbb\xac\x9a\x41\xec\xe5\xe6\x2f\xb7\x55\x40\xc4\x70\x0e\xf1\x72\ \x69\x2e\x13\xa9\xb7\x8d\x97\x77\x2f\x01\x3c\x58\x36\x9d\x81\x00\ \x34\x24\xde\x5b\x9a\xcb\x2c\x3e\x30\x09\x10\x26\x92\x43\x44\xbd\ \x17\xa1\x5f\x66\x51\x4a\x85\x9b\x9a\xc5\xe5\xb8\x51\x02\xe1\xf7\ \x87\xca\x31\x46\x4a\xf5\x7c\xaf\xcb\xe2\x6e\x69\x0c\x27\x1d\xfe\ \xef\x67\x2d\x4b\x5f\xca\x24\xb6\x14\xbe\x3f\xdd\xbc\x23\xd1\x6a\ \x49\x80\x5e\xe4\x72\x39\xac\x05\xa2\xc9\xe1\x4f\x67\xa2\x27\x7c\ \x23\x2a\x78\x70\x8b\x3c\xcf\x1b\x19\x19\xf9\x95\x4f\x7c\xf2\x4a\ \x25\xdb\x7a\x3d\x48\x24\x12\x79\xf2\xc9\x27\xff\xe1\xef\xbf\x91\ \x48\x26\x2f\x6f\x86\xde\x44\x8a\x30\xf2\x8c\x48\x6f\xd1\x2f\xb9\ \xde\x42\x52\xa6\x72\xd0\x77\x4f\x9f\x5e\x58\x33\x34\x94\x4a\xa7\ \x03\x0b\x11\xf8\x5c\x11\x54\x4a\x37\x88\x89\x5e\xe0\x78\xe9\x57\ \xde\x77\x2c\xa6\x16\xcf\xce\xcf\x39\xda\xba\xb1\xb1\xee\x44\xb2\ \xa0\x2a\xd2\x43\xa2\x5c\x56\xcd\xe5\x3a\xf6\x99\x33\xa7\x36\x6d\ \xda\x12\x89\x46\x89\xe8\xb2\xe5\xb9\x88\x24\x17\x0b\x77\xfd\x2e\ \x19\x91\x4b\x35\xc0\xa6\x27\x00\x40\x5c\xd3\x8a\x73\x63\xdf\xfe\ \x53\x45\xe0\x3a\xee\x0a\x0a\x59\x02\x00\xa7\x59\xbe\xe5\x43\x8d\ \x5d\xb7\x31\xa7\xd9\x5b\xae\x4b\xb9\xf2\xba\x99\xb9\xf7\x73\xd1\ \x85\x23\x9e\xe7\x39\x8e\x22\x52\xe1\x94\x97\x52\xaa\x97\xa1\xbf\ \x8c\x8b\x4f\x24\xa5\x74\x1c\xc7\xf3\xbc\x28\xe2\x65\xd4\x5c\xed\ \xf7\x13\x1a\x09\xbd\xa7\xb9\x2e\xad\xe6\x22\xa1\x75\xd3\x2b\xab\ \xe3\x1e\xb9\x20\xa1\x53\xaf\x6f\xf1\x12\x1f\x66\x3d\xc8\xc1\x9f\ \x77\xd9\x7b\x72\xd9\x9d\xde\xa5\x95\xbf\xcc\x04\x0c\x44\xed\xff\ \x7b\x72\x69\x97\xb4\xb7\xec\xaf\xc9\xca\xf7\xe4\x75\x23\xbd\xc8\ \xbc\x27\x3d\xe9\x49\x4f\x73\xf5\xa4\x27\x3d\xe9\x49\x4f\x73\xf5\ \xa4\x27\x3d\xe9\x49\x4f\x73\xf5\xa4\x27\x3d\xe9\x69\xae\x9e\xf4\ \xa4\x27\x3d\xe9\x69\xae\x9e\xf4\xa4\x27\x3d\xe9\x69\xae\x9e\xf4\ \xa4\x27\x3d\xcd\xd5\x93\x9e\xf4\xa4\x27\x3d\xcd\xd5\x93\x9e\xf4\ \xa4\x27\x3d\xcd\xd5\x93\x9e\xf4\xa4\xa7\xb9\x7a\xd2\x93\x9e\xf4\ \xa4\xa7\xb9\x7a\xd2\x93\x9e\xf4\xa4\xa7\xb9\x7a\xd2\x93\x9e\xbc\ \x79\x45\xbc\x6a\xef\x14\xb0\x53\x20\x00\x22\x23\x52\x4a\x11\x32\ \x44\x44\x52\x8a\x00\x18\x22\x20\x12\x01\x22\x20\x22\x10\x28\xa5\ \x82\xa9\xb3\x00\x80\x88\x42\xd3\x10\x51\x29\x72\x5d\x87\x88\x10\ \x00\x3b\xaf\x88\xc8\x84\x10\x9c\x73\xa5\x94\xef\xfb\x6d\x26\x12\ \x00\xa9\x24\x29\x22\x00\xc6\x10\x00\x95\x92\x00\x80\xc8\x00\x08\ \x08\x00\x83\xe6\xff\xa5\x9f\x83\x27\x1a\x86\x01\x00\x44\xa4\x94\ \x52\x4a\x09\xc1\x3d\xcf\x03\x02\x64\x2c\x78\x47\x21\x44\x98\x43\ \xce\xf3\x5c\x22\x62\x6c\x19\x8b\xb2\x52\x2a\x18\xa8\x10\x70\x36\ \x75\x98\x9b\x08\x91\x99\x86\xa1\x88\x5c\xd7\x45\x44\xc3\xd0\x89\ \xc0\xf7\xfd\xe0\xb3\x99\xa6\xe9\xba\x2e\x29\x02\x84\x60\x60\x32\ \x76\x68\x55\x2e\x86\xa7\x40\xd3\x34\xc6\xb0\xfb\x99\x89\x28\x78\ \x0b\xea\x30\xd6\x2a\xa2\x60\x49\x83\x37\x0c\x26\x09\x12\x75\x57\ \x86\x3a\x1b\x87\x8a\x14\x04\x8b\xb6\xf4\xa5\x30\xe0\x08\x17\x9a\ \xc6\x90\x49\xe9\xd3\xd2\xdb\x10\x22\x76\x1f\x88\x88\x04\x80\x80\ \x80\xc0\x90\x31\x86\xb2\xc3\x69\x15\x0c\xfb\x42\x44\x0a\xde\xb5\ \xfb\x65\x43\x07\x00\x91\x31\xce\x48\x91\x94\x92\x80\xb0\xfb\x2b\ \x86\x8c\x71\xc6\x38\x02\x28\x25\x3b\x83\xa6\x91\x31\xc6\x18\x06\ \x7f\x65\x8c\xf9\x52\x72\xc6\x18\xe3\x52\xca\xe0\x99\x9c\x73\x45\ \x44\x21\xda\xde\xce\x07\x06\x64\xac\xfb\xf5\x5c\xcf\xc7\x0b\x3c\ \xf0\xc8\x39\xe3\x5c\x30\x64\x04\x40\x14\x1c\x89\xf6\xb9\xea\x9e\ \xb1\xe0\x8b\x33\xc6\x82\x65\x0f\x78\xbe\x10\x30\xe0\xa6\x40\x80\ \x65\xff\x8e\x18\xfa\xc0\x48\x40\x42\x68\xba\xae\x4b\xe9\x2b\xa5\ \x82\x33\x1c\xbc\x38\x76\xbe\x51\xb0\xa5\x04\xc4\x18\x27\x52\x9a\ \xa6\x01\xb5\x4f\x57\xb0\x92\x8c\x31\xea\x48\xe7\xb0\x11\x43\xa6\ \x94\x42\x86\x88\x8c\x73\x1e\x3c\xb8\xfd\xca\x9d\x23\xc1\x39\x17\ \x42\x47\x44\x22\xe5\xba\x4e\xf7\x53\x69\x9a\x16\x3c\x58\x08\xe1\ \x79\x1e\x22\xe8\x9a\x2e\x95\xf4\x7d\x19\x7c\x53\xce\x79\xc0\x2b\ \xc7\x10\x09\x68\x69\xd9\x11\x11\x99\x94\xbe\xe0\x42\xfe\x24\xbe\ \x33\xf1\xaa\xa9\x2d\xd7\x57\xc8\x74\xdf\xf7\x5a\xad\x7a\x24\x62\ \x5a\x56\xcc\x76\x6c\xcf\x75\xad\x58\x0c\x94\x72\x3c\xcf\xf7\x3c\ \x4d\x13\x9e\xe7\x05\xac\xb8\x96\x65\x29\xd5\x5e\x56\xcf\xf5\x72\ \xd3\x33\xca\x73\xa2\xd1\xe8\xf8\xf8\x18\x30\xae\x08\x3d\xa9\x90\ \x31\xe9\xf9\x24\xbd\xb3\x67\x67\xca\xe5\x72\x3c\x9e\xe8\xcb\xf4\ \x05\x3b\xe8\x79\x5e\x2c\x16\xd3\x75\x03\x00\xa4\xef\x39\xae\x9b\ \x88\xc7\x01\xa8\xd5\xb2\x85\x10\x9c\xf1\xe0\xfe\x00\xb6\xf7\x98\ \x31\x94\x52\x11\xa8\x33\x93\xa7\x11\x40\x08\xa1\x69\x66\x2c\x16\ \x5b\xcc\xe5\x07\x07\x07\x95\x52\xb6\x6d\x2b\x22\x04\x2a\x15\x8b\ \x8d\x46\x03\x80\x18\x63\x80\x6c\x78\x78\x44\x68\x5a\xb5\x52\x44\ \x6c\xef\xaa\x52\x2a\x99\x4c\x72\x2e\x18\x43\xc3\x30\x01\x51\xd3\ \x34\xc6\x98\x52\xca\x6e\xb5\x5e\xd8\xb7\x3f\x1e\x8f\x8f\x8c\x8c\ \xd8\x8e\x73\xf4\xd8\x71\x5d\xd7\xd3\xa9\x54\xd4\xb2\x0c\xc3\x7c\ \xfa\xd9\x17\x86\x87\x87\xe3\xb1\x98\x2f\x55\x32\x19\x47\x44\xc7\ \xf1\x18\x63\xb6\xe3\x18\x82\x5d\x30\xc7\xe9\xf4\xcc\xbc\x6d\xb7\ \x5a\xad\x56\x70\xa0\x19\xe7\x42\x68\x44\x60\x46\xa3\x88\x4c\x4a\ \x69\x45\x23\x5c\x70\xa5\x48\x2a\x25\xa5\xac\xd5\x6a\x9a\x10\xa6\ \x69\x72\xc6\x00\x88\x31\xae\x88\xa4\x94\x52\x91\xa6\x69\x42\x08\ \x44\x24\xc0\xe0\x07\xa5\xa4\x10\x5c\x49\x6f\x61\x61\xc6\x73\x9c\ \x44\x22\x11\x30\x85\x32\x2e\x18\x13\x52\x4a\xe4\x1c\x01\x38\x67\ \x9e\xe7\x08\xce\x82\x3b\xe3\x3a\x6e\xbd\xd1\x30\xcd\x88\xa6\xeb\ \x9c\xf1\x68\x34\xea\x79\x9e\xeb\x7a\x86\xa1\x73\xce\x85\x10\x2a\ \x30\x6e\x4a\x09\xa1\x01\x90\xe3\xd8\xae\x6b\x3b\xb6\xad\x6b\x46\ \x2c\x1e\xe7\x42\xf3\x7c\x09\x0c\x19\xa2\x72\xbd\x7a\xbd\xdc\xb2\ \x9b\x92\x28\x62\xc6\x62\xb1\x04\x63\x08\x20\x6d\xdb\x6e\x36\x5a\ \x89\x44\x52\x92\xb2\x6d\xbb\x2f\xdd\x57\xab\xd7\x1a\x8d\x7a\x2a\ \x99\x02\x04\x06\x58\xa9\x56\x0c\xdd\x30\x23\x11\x29\x15\x00\x71\ \xce\x39\xe7\xae\xeb\x71\xce\x6c\xdb\x41\x44\x4d\xd3\x48\x79\x23\ \x83\xfd\xf2\x95\x93\x92\x23\xa2\x6d\xbb\xf5\x7a\xb3\x5c\x2e\xfa\ \xd2\x45\x00\xc3\x30\x1d\xc7\x63\x5c\x24\x53\xe9\x58\x2c\xa6\x94\ \xd2\x35\x2d\x16\x8b\x79\x9e\x74\x5d\xb7\x51\x6d\xd4\x6a\x35\xce\ \x59\x5f\x26\x13\x8d\x44\x5c\xd7\xf5\x15\x11\xa1\x54\xca\xf7\x1c\ \xa5\x64\xcc\x8a\x09\x21\x3c\xcf\x35\x8c\x28\x01\x21\x80\x22\xe2\ \x0c\x73\xb9\xdc\xfc\xdc\x5c\x2a\x9d\x34\x0d\x33\x30\xde\xba\x61\ \x30\x64\x92\x40\x29\xa5\xeb\x3a\x91\x92\xbe\xaf\x69\x5a\xbd\x56\ \xb0\x62\xb1\xb9\xb9\x53\xbe\xef\xc7\xe3\x09\x4d\xd3\xd2\xe9\x34\ \x22\xd6\xab\x75\x43\xd7\x11\x51\xd7\x75\x02\x20\xa9\x84\xa6\x37\ \x5b\x4d\x33\x12\x71\x1c\xc7\x6e\xd5\x5b\xad\x26\x29\x19\x8f\xc7\ \xa3\x56\x0c\x91\x79\xbe\xd2\x74\x03\x14\x54\x2b\xe5\x85\xdc\x2c\ \x91\x12\xc2\x18\x1d\x99\x60\x8c\x13\x49\x00\x7f\x66\x66\x3a\x99\ \x48\xea\x46\x64\x6e\x7e\x61\x74\x74\xd4\xf7\xfd\xe3\x27\x4f\xc7\ \xe3\xf1\x54\x2a\xe5\xd8\x8e\xeb\x79\xd5\x6a\x75\x7c\x6c\x9c\x00\ \x9a\xad\x96\x10\x82\x31\x0e\x04\xa4\x94\xe7\x7b\xb6\x6d\xa7\x52\ \xa9\x62\xb9\x6a\x45\x8d\x40\x63\xbe\xc6\x9a\x8b\x33\x56\xa8\x34\ \x66\xca\x2d\xce\xa8\xd5\x6a\x8c\x8d\xa7\x74\xc2\xc5\xc5\x6a\x3e\ \x9f\x4b\xa5\x52\x63\x63\x63\x27\x8e\x9f\xb2\x6b\xb5\x64\x2c\xe6\ \xfb\x7e\x2e\x9f\x1b\x1f\x1f\x5f\xbb\xae\xaf\xd9\x6a\xba\xd2\x8d\ \xc7\xe2\x85\x4a\xe3\xb3\x9f\xfd\xaf\x85\x93\x07\x77\xef\xdc\xf6\ \xa7\x7f\xf1\x9f\x46\xd6\xad\xaf\xf9\x78\x72\xbe\x44\xa8\x31\x66\ \x2f\x9c\x3a\xfc\xe5\xbf\xfc\xdc\xc3\x8f\x3c\xba\xeb\xaa\x3d\xbf\ \xf4\x89\x4f\x1e\x3e\x7a\xac\x50\xae\x73\xa1\xdf\x5f\x42\x38\xa7\ \x00\x00\x20\x00\x49\x44\x41\x54\x7e\xfb\x1d\xbb\x76\xef\x88\x1a\ \xfa\x53\x4f\x3e\xd9\x9f\x49\x6f\x1d\x5f\x0f\xa0\x4e\x9e\x3c\xcd\ \x34\x1d\x10\x2b\xd5\x6a\x2a\x99\x1c\x1a\x1e\x8e\x18\xac\x65\xcb\ \x88\xce\x19\x80\xe3\xdb\x9f\xfe\xf4\x27\x1b\x8d\xda\xc8\xc8\xf8\ \x9e\x3d\x6f\x1d\x19\x5d\x7b\xdf\x77\xbe\xfb\x7f\xfc\xde\xef\xf4\ \x0f\xf5\x1f\x3e\x70\x28\xbf\x98\x9b\x9b\x39\xfd\xc0\x0f\xbe\xf3\ \xe4\xde\xc7\x01\x48\x29\x32\xa2\xf1\x5f\xfd\xd5\x4f\xf5\x0f\x8c\ \xcc\xce\xcf\x3a\x4e\x6b\x71\x71\x31\x9d\x4e\x03\xc0\xe8\xe8\x98\ \x52\xd2\xf3\xbc\xf5\xeb\xd7\x23\xa2\x52\xca\x34\x8d\xe1\xe1\x61\ \xd7\x75\xff\xe6\xcb\x5f\x29\x95\x4a\xdf\xf8\xc6\xdf\xe7\xf3\xb9\ \xdf\xfb\xfd\x3f\xd4\x34\xed\x33\x9f\xf9\xcc\xf6\x9d\xbb\x1f\xfa\ \xd1\x13\xbf\xff\x07\x7f\xf0\xf9\xcf\x7f\x5e\xd7\x9b\x85\x52\xf9\ \x67\x7e\xfa\x0e\xe4\xc2\xd7\xbc\xb9\xd9\x79\xc7\x83\x89\x7e\x0d\ \x95\x43\xaf\x70\xe8\x37\x22\xfa\xbe\xfc\xc2\x17\xff\xf6\xd8\xf1\ \xe3\xfb\xf6\x3d\x0f\x44\xba\xae\x6f\xdc\xbc\x75\xeb\xb6\xdd\x95\ \x5a\xd3\x88\x25\x4c\x2b\x25\xdd\xd6\xc4\xf8\xe0\xd0\xf0\x88\x2b\ \x55\xad\xd1\xe2\x9c\xd7\xeb\x8d\xc5\xc5\xb3\xd2\x73\xa5\xe3\x48\ \xdf\xdf\xb4\x75\x9b\x66\x5a\x8b\x8b\xb9\x72\xa5\xb2\x69\xf3\xd6\ \x78\x22\x25\x01\x39\x17\xa9\x74\xd6\x88\x98\xae\xef\x98\xa6\xe6\ \x35\xeb\x5f\xfa\xeb\x7b\x9e\x7b\x6a\xef\xfb\x7f\xf6\xbd\xc9\x44\ \xa2\x5e\x6f\xc5\x33\x03\x83\x23\xe3\xf5\xa6\xcb\x84\x9e\x4e\xc5\ \x3d\xa7\x5e\x2a\xce\xc7\x23\xc6\xc2\xfc\x74\xa3\x5e\x7f\xf6\xd9\ \x17\x72\x85\xf2\xfb\xde\xf7\xc1\x48\x2c\x59\xae\xd4\xd6\x6f\xd8\ \xe0\xd8\x4e\xad\x5e\x4b\xa7\xd3\x03\x03\x03\x86\x61\xd8\xb6\x6d\ \xe8\x86\xef\xfb\x56\x3c\xa1\x09\x96\x5f\x9c\x9a\x9f\x39\xf1\xe0\ \x8f\x7e\x38\x3e\xba\xf6\x3d\xef\xfd\xb0\xa6\x27\xf2\xb5\x3a\x46\ \x84\xdb\x6c\x96\x4f\xcd\x3e\xf5\xcc\x77\xf6\x1f\xdd\xeb\xf8\xec\ \xc6\x1b\x7f\xee\xc6\x1b\xdf\xa5\x6b\x52\x51\xf5\xd9\xa7\xf6\x1e\ \xda\x7f\xf2\x9d\x77\xfc\x0c\x37\xb4\x7d\xfb\xf6\xff\xcc\x4f\xff\ \xcc\x93\x4f\xee\x7d\xf6\xd9\xa7\xdf\xfe\xb6\xb7\x0e\x0d\x0d\x49\ \xcf\xfd\xde\x77\xbf\x37\x32\x32\xba\x6d\xc7\x2e\xdf\x53\x44\x2a\ \x6a\x59\x9c\xf3\x66\xa3\xa1\xe9\xfa\x91\xc3\x87\xb3\xfd\xfd\xb5\ \x5a\x63\xcd\x50\xfc\xdf\xff\xe6\x27\x6b\xf5\x57\xcc\x2e\xcb\x39\ \x16\x0a\xad\x17\x5e\x38\xf4\x0f\xff\xf0\x95\xe7\xf7\x3d\xc9\x98\ \xda\xbe\xfd\xaa\x9f\xba\xfd\x2e\x4d\x4f\xea\xd1\xc4\xa6\x2d\x5b\ \x3c\xdf\xe7\x20\xaf\xbf\xf6\x9a\xa8\x15\x75\x8a\xc5\xc5\xd2\x69\ \x02\xb3\x9c\xaf\x1e\x9f\x3c\x51\xa9\x94\x38\x17\x83\xa3\x13\x9b\ \xb6\x6d\x3f\x7d\x66\x66\x76\x7a\x3a\xd3\xd7\xb7\x6e\xed\x60\x4a\ \x8f\xb7\x64\xd3\x8a\x66\x0c\x9d\x29\x02\xdd\x64\x42\xe3\x0f\x3d\ \xf1\xc2\xaf\xfd\xca\x27\xde\x7d\xfb\x6d\xb7\xdf\x76\x9b\x6d\xbb\ \x84\x6c\xf7\x55\x6f\xf1\x3c\x55\xb5\xdd\x44\x36\x1b\x8b\x88\x53\ \x27\x8e\x45\x04\x53\xbe\xb7\xff\x85\xe7\x80\xb1\xbf\xf9\xd2\x97\ \xaf\xbe\xea\x2d\x1f\xfc\xf0\x87\x4f\x4f\x4e\x6d\xdd\xb6\xbd\x2f\ \x9d\x9e\x9a\x9e\x4e\x26\x12\x1b\x36\x6c\xc8\x64\xe2\x52\xc9\x46\ \xbd\xa1\x69\xd8\x74\xd8\xfa\x91\xd1\xfc\xe4\x29\xbb\x69\xff\x3f\ \x5f\xfe\xa2\xf2\x9c\x8f\x7e\xf4\x63\xdb\x77\x5c\xed\x4a\x5e\x6b\ \xba\x89\x68\xa6\x30\xb9\xb8\xef\xe9\xa7\x3f\xff\xa5\x7f\xdb\x72\ \xab\x99\xcc\xa6\x3f\xfe\xe3\x2f\xa6\xe2\x19\x43\xf7\x0a\x85\xa9\ \x3f\xfb\xe3\x3f\xba\xe1\x86\xb7\xbf\xe7\xae\xbb\xbf\x78\xcf\xd7\ \x7f\xe5\x57\x7e\x59\x70\xf1\xfb\x7f\xf8\x67\xd7\x5e\x73\xed\x47\ \x3f\xfa\x51\xdf\xf7\x1f\x7a\xe8\x91\xfb\xee\xbb\xef\x0f\xfe\xe0\ \x3f\xe8\x46\xc4\x73\x3d\x5d\xa7\xb1\xb1\xb1\x99\x99\x19\xc6\x70\ \x6e\x6e\x7e\x72\xf2\xcc\xbb\xdf\xfd\xd3\xff\xe3\x6b\xf7\x7e\xec\ \xee\x77\xf7\xf5\xa5\x5f\x62\x90\xc5\xab\x17\x2d\x32\x44\xbb\x59\ \xd9\xb6\x75\x4b\xa3\x5e\xf3\x5a\x4d\x43\xc4\xe3\x56\x34\xbf\x20\ \x93\x71\x6b\xdf\x73\xcf\x98\x86\x79\xed\x9e\x3d\x95\x62\xf1\x91\ \x47\x1e\x01\x86\xfa\xc6\x0d\xbe\xef\x0d\x0d\x0d\x9d\x3c\x7d\xaa\ \x56\xab\x0e\x64\x33\x3b\xb6\x6f\x7f\x62\xf6\xe4\xd9\xc5\xc5\x17\ \xf6\xed\x4f\x0d\x8d\x7a\xa8\x93\xf2\x19\xe3\xae\x63\xd7\xeb\x35\ \xd3\x30\xc6\xc7\xc6\x7c\x29\xcf\xce\xcf\x4f\x4d\x4d\x67\xfa\x07\ \xfb\x32\xfd\x53\x53\x93\x6b\xc6\x47\xea\x0c\xe7\x66\x67\xae\xda\ \xb5\x83\x73\x70\x5d\xca\x66\xb3\xf5\x7a\x1d\x00\x4c\xc3\xa8\x54\ \x2a\xd5\x6a\x55\xd7\xf5\x48\x34\x5a\x2d\x56\x40\x49\xc6\xdd\x7a\ \xa3\x69\x45\xa3\x86\x6e\x94\x8a\x05\xd3\x8c\xf7\x67\xfb\x95\x22\ \xdb\x71\x5c\xd7\xad\x94\xcb\x4a\xa9\x91\xe1\x61\xd7\x75\x53\xa9\ \x84\x52\xa0\x99\xe6\x81\x43\x07\xc6\xab\x8d\x6c\x7f\x76\xfd\xfa\ \x89\xeb\xaf\xbf\x5e\xd7\x75\xa5\xd4\xdc\xdc\xdc\xbe\x7d\xfb\x62\ \xb1\xd8\xce\x9d\x3b\xd7\xac\x59\x23\x84\xc8\xe5\x72\xa7\x4e\x9d\ \xb2\x6d\x7b\xcf\x9e\x3d\x5f\xfd\xea\x57\xcf\x9c\x39\x79\xf3\x4d\ \x37\xdc\x72\xcb\x2d\x0f\x3c\xf0\x40\xa1\x50\xb0\x6d\xfb\x07\x3f\ \xb8\xff\x83\xef\xbb\xeb\xe6\x9b\x6e\x3c\x7d\x66\x2a\x97\xcb\x37\ \x1b\x4d\xe4\xa2\x50\x2c\x26\x53\xb1\x44\x32\xe9\xd7\x16\x48\x02\ \x5c\x48\xdc\x42\x52\x79\xa6\x69\xc4\x62\x31\x86\x68\x59\x56\x36\ \x93\x19\x1d\x1d\xd9\x68\x25\x16\x0a\xe5\x5a\xd3\x35\x23\xa6\x54\ \x24\x15\x45\xad\x18\x01\xb7\xe2\x89\xb1\x71\x73\xeb\xd6\x2d\xad\ \x46\x6d\x76\x66\xfa\xf0\xc1\x83\x87\x0f\x1d\x1a\x1d\x5b\xa3\x09\ \x61\xe8\x1a\x67\x68\x59\x11\xc6\x35\xc6\x85\x69\xe8\x9a\x26\x0c\ \xd3\x22\xe5\x09\xd3\xb8\xe1\xba\xeb\x8e\x1f\xdc\x2f\x34\x96\x88\ \xc7\x14\x41\xd4\xd4\x33\x7d\xe9\x68\xcc\x6f\x39\x6e\xa6\x2f\x39\ \x75\x26\x1f\x31\x4d\x29\x3d\xd7\x75\x67\x66\xa6\x8b\x85\xc2\xa6\ \x8d\x9b\x6f\xb8\xe1\xfa\x96\xe3\x2f\xe6\x8b\xc5\x42\x21\x9b\xcd\ \x8e\x8f\x8f\xd5\xeb\xf5\x56\xb3\xe9\x7b\x9e\x52\x4a\x13\x82\x21\ \x94\x4b\xa5\x68\xd4\x48\x25\x13\x3a\x5f\x13\x35\x23\xd1\x68\x24\ \x9d\x4e\x30\x61\x49\x81\x2e\x49\xb7\x51\x8b\x46\x8c\x4c\x5f\x5f\ \x34\x12\x11\x12\x33\x7d\xa9\x4c\x3a\xe5\xf9\x55\xdf\x67\x95\x72\ \xa9\x3f\xdb\x67\xe8\x9a\x95\x4c\x58\xd1\xe8\xe9\x53\xc7\x39\xd2\ \xba\x35\x6b\x8a\x85\xfc\xae\xed\xdb\x2b\xe5\x72\x36\xd3\xe7\xb9\ \x36\x43\x8c\xc5\xa2\x9e\xe7\x71\x86\xf5\x5a\xd5\x30\x8c\x66\xa3\ \xce\x39\x1b\x1f\x1b\x7d\xf8\x91\xc7\xde\x7a\xfd\x0e\xe9\xcb\x0b\ \x3b\xf0\x44\x0a\x80\x2c\x2b\x86\x08\xbb\x77\xef\x1e\x1f\x5b\x7f\ \xe3\x0d\x37\x6e\xd8\xb4\x2b\x5f\xaa\x1e\x3f\x75\x32\x9e\x88\x49\ \x57\x35\x5b\x4e\xd4\xb2\x92\xe9\xf8\x3a\xbe\x66\xc3\x86\x81\x42\ \xa1\x55\x2c\x96\xf2\xf9\xe2\x73\xcf\x3e\xf3\xd0\x83\x3f\x2a\x14\ \x8a\x03\x03\x43\x02\x95\xc1\x31\x61\x45\x92\x71\x93\x94\xc3\x39\ \x99\xa6\xb0\x1d\xd7\xf7\x51\x2a\xe7\x86\xeb\xaf\xdf\xb9\x63\xbb\ \xeb\x38\xeb\xd6\xad\x3b\x76\xec\x58\x24\x1a\x4b\x24\xe2\xba\x1e\ \x61\xc5\xd2\xc0\xe0\x80\xdd\x6c\x20\x50\x22\x11\x9f\x9b\x99\xaa\ \xd5\x6a\x7b\x9f\x78\x42\x63\xec\xee\xbb\x3f\x72\xeb\x5b\xdf\x3a\ \x70\xf4\xf8\xfc\xd9\xb3\xa4\xe4\x9e\xb7\x5c\x5d\xab\xd5\x00\xe8\ \xd4\xa9\x93\x91\x48\x24\x99\x4c\x0a\xc1\xa3\x18\x59\x5c\x5c\xe4\ \x0c\x37\x6e\xda\x94\xcd\x64\xea\xd5\x72\x26\x93\x49\xa5\x93\x95\ \x9a\x97\x40\x43\xfa\xb2\x54\x2e\xa4\x33\xa9\xb1\xb1\x35\x67\x66\ \x8e\x27\x93\xa9\xa1\xfe\x7e\x43\x8f\x22\xc2\xe4\xe4\x19\xce\x85\ \x65\xc5\x95\x92\x37\xde\x70\xc3\x8f\x7e\xf8\xc3\xdd\xbb\x77\x6f\ \xdb\xba\xb5\x50\xc8\x97\xcb\xa5\x2d\x5b\xb6\x78\x9e\x9b\x4e\xa7\ \x16\x17\x17\xd6\xad\xdb\x58\xaf\xd5\x62\x31\xeb\xe8\xd1\x23\x86\ \x61\xe8\xba\x3e\x3b\x3b\x33\x31\x31\x71\xe0\xc0\x8b\xc9\x44\x3c\ \x9d\x4e\xd3\x4b\x72\x29\xbf\x4a\x9a\x8b\x88\x04\x67\x9b\x37\x6d\ \x1a\x1e\x1a\xac\xd5\xa2\x95\x4a\xd9\x34\x75\x25\xdd\x5b\x6f\xb9\ \xa9\x56\xaf\x6e\xde\xb4\x61\xcb\xe6\x4d\x31\x33\x52\x4a\x24\x17\ \x16\x16\x9e\x7a\xfa\xe9\x4a\xa9\x9c\x88\x27\x6a\xb5\x5a\x26\xdd\ \x57\xaa\x94\x0f\x1f\x39\xb2\x6d\xeb\xf6\x17\x1e\x79\xa0\x52\xad\ \x1d\x3a\x78\xe8\x6d\xef\xba\xa3\xe1\xb4\x94\x54\xa9\x64\x7c\x26\ \x7f\x56\x20\xf7\x3c\x8f\x80\x04\xe7\xe5\x72\xf9\x8e\xdb\x6f\xdf\ \xba\x7d\xd7\xd1\xe3\x27\x88\xc0\xb6\xed\xc5\x85\xb3\xc3\x23\x23\ \xbe\xe7\xe5\x72\x45\xcf\xf3\x84\x10\xa5\x52\xc9\xb6\xed\xf1\xf1\ \xf1\x89\x35\xa3\xbe\x84\x5c\x2e\x77\xf8\xd0\xa1\xc5\xf9\x7c\xd4\ \xd4\x73\xb9\xa9\xa9\x33\x67\x76\xee\xd8\x52\x58\x5c\x8c\x44\x52\ \x95\x4a\x73\x64\x6c\x4d\x32\x11\x2f\xe4\xf3\x42\xd3\x9e\x7e\xe6\ \x99\x6c\x26\xe1\x38\x0e\x00\x34\x1a\x0d\x21\x74\x61\x50\x32\x91\ \xc8\xf6\xf7\xc7\xe3\xb1\xab\xaf\xbe\x5a\xd3\xf4\x4a\xa5\xa2\xeb\ \xba\x61\x18\x9a\xa6\x29\xa5\x62\xb1\x98\x6d\xdb\x91\x48\xa4\xbf\ \x3f\x7b\xed\xb5\x7b\x16\x17\x73\xb7\xde\x7a\xeb\x7d\xf7\xdd\xf7\ \xad\x6f\xdd\x7b\xcb\xcd\x37\x66\xb3\x59\x4d\xd3\x4c\xd3\x1c\x1b\ \x1b\x63\x0c\x37\x6f\xde\x94\xcf\xe5\xb3\x99\x74\xb9\x5c\x92\x52\ \x96\x0a\x85\x4a\xb5\x36\xb1\x76\x8d\xeb\x5e\x38\x2f\x33\x01\xb8\ \xae\xeb\x38\xb6\x52\xbe\x54\x84\x68\xb5\x9a\xcd\xfd\x2f\xee\x5b\ \xb7\x7e\x73\x3c\x95\x05\xe1\x34\xea\xb5\x4a\xb5\xa6\x45\x2a\x29\ \x14\x2d\xd7\x33\x00\x75\x23\x22\xa5\x2b\x74\x73\x74\x6c\x8d\xae\ \xe9\x33\xd3\xd3\xbe\xef\x6d\x58\xb7\xb6\xd1\xb4\x5d\xc7\xa9\x56\ \x2b\x8c\x6b\x42\xd3\x50\x08\xae\x71\x04\x12\x82\x49\x89\x03\x83\ \x83\x31\xcb\xca\x2d\x2e\x6e\xdf\xba\x95\x00\x09\xc8\xf7\x5c\x50\ \x60\x37\xea\xd5\x8a\xe6\x3a\xb6\xa9\x33\xa5\xa0\x5c\x2a\x1d\xd8\ \xff\xe2\xd6\xed\x3b\x77\xef\xda\x53\xab\xd6\x0c\x2b\x3e\x38\x30\ \x64\xdb\x8e\xeb\xba\x4a\x49\xcb\xb2\x88\xa8\xbf\xbf\x9f\x31\x56\ \x28\x14\x6a\xf5\x7a\xbd\x61\x97\xcb\x32\x9d\xd0\x0d\x0d\x1d\xd7\ \x5e\x58\x58\x70\x5a\x76\x5f\x7f\xbf\x0f\x90\xab\x94\xa4\xef\x6b\ \xba\x20\x52\x76\xab\x85\xdc\xf0\xec\x96\xf2\xdd\x56\xa3\x59\x2e\ \x2d\x96\x2b\x95\xab\x77\x5c\x37\x36\x3a\xea\x23\xa4\x92\xf1\xe3\ \xc7\x8f\xc7\x62\xd6\x35\xd7\xec\x39\x7a\xf4\x08\x43\x4c\xa5\x92\ \x96\x65\x55\xab\x15\xa5\x82\x41\x58\xa4\x69\x82\x31\xd0\x75\x31\ \x3f\x5f\xce\x66\x33\xb6\xdd\x6a\x34\xea\x42\x70\xb8\x40\xde\x66\ \xf4\x3c\xaf\x5a\xad\xb4\xec\xa6\x61\x68\xb9\x5c\x3e\x95\x1c\xbc\ \xff\xfb\xdf\xbf\xb5\x49\x1b\xb7\x6c\xef\xef\xef\xaf\x36\xaa\xd5\ \x72\xc5\xf5\xfd\x52\xa5\x6a\x18\xa2\xde\xb0\xeb\x0d\xb0\x62\x11\ \xa1\x69\xb1\x78\x2a\xdd\x97\x4e\x24\x9e\xad\x55\x1b\xd9\x64\x3c\ \x22\x78\xcb\x6e\xce\xcf\x4c\x3b\x76\x26\x1a\x31\xca\xe5\xb2\xd0\ \xfa\x38\xd7\x40\x03\xd7\x76\x53\xc9\xe4\xd6\xad\x5b\xf6\x3f\xff\ \x5c\xb5\x5a\x1e\x1e\x1a\x76\x7d\x59\x2a\x14\xfa\x07\x87\x2a\x95\ \x72\x24\x9e\x28\xe5\xf3\xa0\x54\xb1\x58\x70\x6c\xfb\xe9\xa7\x9f\ \xca\xe7\x72\x77\xdf\x7d\x77\xc4\x8a\xd6\xea\xf5\x78\x3c\x8e\x88\ \x67\xce\x9c\x01\x80\x44\x22\x51\x2c\x16\x87\x87\x47\xfa\xfa\xd2\ \xd3\xd3\xd3\x52\xca\x85\xc5\x45\xe0\x90\x8a\x47\xb2\xe9\x58\x36\ \x93\xdd\xff\xc2\x73\x8b\x67\x17\x76\x5f\x75\x4d\xc4\xe4\x8e\xf4\ \xf2\xf9\xd2\x40\x7f\x7f\xab\x3a\xb3\xb8\x98\x97\x3e\x05\x79\xab\ \x66\xa3\xc5\x58\xed\xd4\xc9\x13\xe9\xbe\xcc\x2d\xb7\xdc\xaa\x1b\ \xe6\xba\x75\xeb\x1e\x7f\xfc\x31\xc7\x71\xde\xf9\xce\x77\x3e\xfd\ \xf4\xd3\x9c\xf3\x48\x24\x92\x4e\xa7\x87\x86\x86\x26\x27\x27\x37\ \x6f\xde\x86\x88\x96\x65\xb9\xae\x6b\xdb\xb6\xa6\x69\xc5\x62\xf1\ \x8e\x3b\xee\xf8\xce\x77\xbe\x93\xc9\x66\x34\x5d\x77\x1d\xfb\x75\ \x51\x5b\x24\x22\xcb\x34\xaa\xa5\x22\x03\x95\x4d\xa7\x18\xa9\xb8\ \x65\x5a\x11\x23\x16\x31\xaf\xde\xbd\xdd\x8a\x44\x18\x2a\x04\xca\ \x66\xb3\x82\xb3\x78\x22\x3e\x34\x34\x68\x1a\x7a\xad\x5a\x3d\x3b\ \x3f\x5f\xab\xd5\xac\x58\x3c\x3b\x30\x64\x59\xf1\xe7\x9e\x7b\x7e\ \x76\x66\xa6\x94\xcf\x35\xaa\x55\xdf\x75\x86\x06\x06\x75\x4d\x2b\ \x17\xcb\xa4\x94\xae\xeb\x4e\xab\x55\x29\x97\x4b\xa5\xd2\xc6\x8d\ \x1b\x47\x47\x47\x5d\xd7\x2d\x97\xca\xbe\xe7\x29\x22\xbb\xd5\x2a\ \x14\x0a\x67\xcf\x9e\x65\x8c\xa5\x52\x29\xdb\xb6\x4b\xe5\xea\xc2\ \xc2\x82\x52\x6a\x6c\x6c\xfc\xba\xeb\xaf\xdf\xbd\xfb\xea\xa1\xa1\ \xe1\xc1\x81\x7e\x8e\xcc\x71\xec\x7a\xa5\xd2\x68\x34\x86\x06\x87\ \x1c\xcf\x57\x8a\x76\xed\xda\x8d\x00\xd5\x6a\x75\x72\x7a\x5a\xd7\ \x75\x22\x68\xd9\xae\x61\x18\xb7\xdc\x7c\xcb\x96\x2d\x5b\x36\x6f\ \xd9\x62\x9a\x66\xb9\x5c\x0e\xf2\x23\x95\x4a\xe5\xba\xeb\xae\x4b\ \xa5\x52\x81\x16\x43\x44\xdb\x6e\x79\x9e\x87\x88\x83\x83\x03\x1f\ \xfe\xf0\x87\xff\xf1\x1f\xff\x71\x6a\x7a\xde\xb2\x2c\xce\xf9\x86\ \x0d\x1b\x26\xcf\x9c\xae\x56\xab\x6b\x26\xc6\xec\x66\xb3\x54\x2c\ \x66\x32\xe9\xbd\x7b\xf7\xda\xad\xd6\xe6\x4d\x9b\xaa\xe5\xaa\xae\ \xe9\xd8\xd6\x42\xaf\xfc\x02\x01\x02\x40\xa5\x5a\x46\x86\x41\xd2\ \x6a\x6c\x7c\xac\x3f\x9b\xd5\x75\xad\xd6\xa8\x2a\x25\x5d\xcf\x2f\ \x55\xeb\xb9\x7c\x31\x57\x2c\x37\x1d\xb7\xd1\x6c\x36\x1d\xa7\xe5\ \xf8\x42\x37\xe3\x89\xf4\xc8\xd8\xf8\xe8\xd8\x98\xe0\xac\x56\xad\ \x5a\xd1\x68\x7f\x7f\x36\x99\x48\x24\x12\xb1\x48\x24\x02\x4a\x7a\ \x9e\x27\x7d\xc9\x91\x1b\x42\xeb\x4b\xa7\x37\x6f\xde\x5c\xab\x56\ \x32\x7d\xe9\x74\x5f\xca\x30\x0d\x52\x32\xd3\x97\x26\xe9\x4b\xcf\ \xd7\x35\x11\x8f\x59\x71\x2b\x5a\xc8\xe5\x94\x52\x5b\xb7\x6c\xdb\ \x7d\xd5\x55\x52\x41\x22\x9e\x8c\xc7\xe3\xeb\xd7\x6f\xc8\x64\xb2\ \x91\xa8\xb5\x61\xc3\xc6\x8d\x1b\x37\x59\xb1\x58\xb6\xbf\x7f\xf7\ \x55\x57\xed\xda\xbd\x7b\xcb\x96\xad\x9c\xf1\xc9\xc9\xa9\xa9\xe9\ \xa9\x78\x3c\xd6\xa8\xd7\xe7\x66\x66\xaa\xe5\x82\x69\x18\x71\x2b\ \xaa\x0b\xe6\x3a\x4e\xb3\xd9\xf0\x3d\x87\x81\x6a\x35\xeb\x86\xc6\ \xa3\xa6\x3e\x3b\x3f\xc3\x10\x27\xd6\xae\x4d\xa5\xd2\x7d\xe9\xd4\ \x96\x2d\x9b\xe6\xe7\x67\x1b\xf5\x5a\x3c\x1e\x03\xa9\xe6\xe7\x66\ \x3d\xcf\xe5\x08\x4a\xca\x85\xf9\x39\x44\xea\xef\xcf\x1a\x86\x1e\ \x64\xee\x9a\xcd\xc6\xc0\x40\xff\xf4\xf4\x24\x22\x31\x76\xa1\x7a\ \x0b\x91\x48\x15\x4b\x85\x72\xa9\x94\x4c\xa6\x0a\x85\xe2\xce\x1d\ \xbb\x6e\xba\xf1\x66\x22\x98\x9d\x9b\xad\xd7\x6b\x88\x50\xa9\x57\ \xf7\x1f\x3c\x74\x66\x72\x6a\x76\x7e\xd1\xf3\x25\x72\x70\x7c\x50\ \xc8\xf5\x88\xd9\x97\x1d\xb8\x6a\xf7\x6e\xcb\xd0\x8b\x8b\x0b\xfd\ \xe9\xd4\xce\x6d\x5b\x26\xc6\x46\xa2\xa6\xe6\xfb\x0e\xe3\xca\xf1\ \xec\x96\x53\xf7\x1c\x5b\x17\xdc\xf7\xfd\x1b\x6f\xbc\x21\x70\x4f\ \x76\xed\xda\x29\x7d\xbf\x51\xaf\x0f\x0d\x0e\x46\x0c\xa3\x58\x58\ \x04\x50\xc9\x44\x6c\x78\x70\xb0\x54\x2c\xcc\x4c\x4f\x0d\x0f\x0f\ \xdd\xf5\x81\xf7\x47\x22\x51\xe4\x3c\x93\xc9\x0c\x0c\xf4\x6f\xdc\ \xb8\xd1\x71\xec\xe1\xe1\xa1\xeb\xaf\xbf\x7e\x60\x20\x30\xc0\x3b\ \x76\xef\xda\xbe\x73\xc7\x8e\xfe\x6c\xff\xf1\xe3\x27\x4e\x9d\x38\ \x59\xab\x54\x5b\xf5\xc6\xa9\x53\xa7\x16\xe6\xcf\x32\xc4\x74\x2a\ \xc5\x39\xaf\xd6\xaa\x53\xd3\x53\x9e\xeb\x37\x6a\xcd\x4a\xa9\xda\ \x6a\xd6\x53\x49\x6b\x71\x71\xfe\xc5\x43\x07\x76\xee\xbc\x7a\x7c\ \x7c\x5d\x32\x91\x58\xbf\x61\xbd\xa6\x69\x07\x0f\x1e\xcc\x64\x32\ \xeb\xd7\xaf\x3f\x70\xe0\x80\xe7\x79\x86\x61\xb8\xae\x37\x33\x33\ \xd3\x6c\x36\xb3\xd9\xac\xae\xeb\xae\xeb\xf6\xf5\xf5\x1d\x3d\x7a\ \x74\xcb\x96\x2d\xf5\x7a\xfd\xf1\xc7\x1f\xaf\x56\x6b\x8e\xe3\xbc\ \x34\xd9\xff\xab\xa4\xb9\x94\x52\xa9\x64\xc2\xd0\xb0\x56\x29\x15\ \xf3\x0b\x8e\xdd\x40\x90\xc9\x78\x2c\x9d\x8c\x8c\x0c\x67\x35\x8e\ \x86\x46\xd5\x72\xed\xe4\xb1\x63\xa7\x4f\x9d\xf0\xa5\xef\xd8\xad\ \x63\xc7\x8e\x1e\x3c\x78\xb0\x56\xad\x6c\xd9\xb4\xf1\x2d\xbb\x77\ \x6b\x42\x6c\xd9\xba\xc3\x93\x72\x72\x72\xf2\xf1\x47\x1f\xf3\x6c\ \xbb\x5e\x29\x21\xc9\xdc\xc2\xd9\xb9\xb9\xd9\x52\xa9\x28\x5d\x5f\ \xd3\xb4\x68\x34\x3a\x32\x3c\xe2\x7b\x5e\x5f\x2a\x9d\x4e\xa7\xdd\ \x96\x53\x2e\x15\x93\xf1\x44\xa5\x54\x3e\x7d\xe6\x4c\xa3\xd1\x70\ \x5d\x37\x95\x4a\x45\x22\x11\xd3\x34\x0d\xc3\xec\xeb\x4b\x8f\x8d\ \x8d\x6e\xdd\xba\x39\x9e\x48\x4a\xa5\xd6\xac\x59\x33\x3e\x3a\xea\ \xda\x2d\xcb\x34\xd6\x8c\x0c\x5b\x91\x88\x10\xfc\xc7\x3f\x7e\x70\ \x66\x76\xce\xb1\x1d\xdd\x30\x7e\xea\x5d\xef\x52\x52\xda\xb6\x1d\ \x8b\x59\xd9\x6c\x9f\xeb\x7a\xc9\x64\x72\x60\x60\xa0\x52\x29\x2f\ \x2c\x2c\xb6\x5a\xad\x56\xab\x25\x84\xd8\xbd\x7b\x77\x26\x93\xd9\ \xb8\x71\x63\xe0\x76\x69\x9a\x96\xc9\x64\x1d\xc7\x15\x42\x10\xd1\ \x8d\x37\xde\xd8\x6a\xb5\x9e\x7d\xf6\xd9\xf5\xeb\xd7\x03\x40\x3c\ \x1e\x3f\x7e\xec\x78\xb3\x5e\xcb\xf4\x65\x14\xf9\x08\x30\x3c\x30\ \x74\xf4\xe8\x91\xa8\x65\xe5\xf3\xb9\x52\xb1\x50\xcc\xe7\x7c\xdf\ \x47\xbc\x90\xcd\x62\x0c\xcd\x88\xde\x6a\x35\x11\x98\xef\x79\xbe\ \xef\xb6\x9a\xcd\x52\xb9\xb8\xb0\xb0\x58\xcc\x17\xa2\xd1\xc8\xd0\ \xd0\xd0\xf8\xf8\x44\x2c\x9e\xf4\x7d\xe9\xb8\x5e\x2e\x5f\x3c\x33\ \x35\x3d\x77\x76\xde\x71\x3d\xa9\xc8\x30\xa3\x42\x68\xd9\x6c\x66\ \x6e\x76\xba\x90\x5f\x8c\xc5\x2c\x20\x8a\x98\x66\x24\x12\xa9\x55\ \x6b\xd5\x72\x29\x48\xe7\x01\x40\x32\x1e\x4f\xa7\x52\xf9\x5c\xbe\ \x56\xad\x24\x13\xf1\x54\x32\xd6\x6c\xd5\x8b\xa5\x5c\x32\x99\x6c\ \x36\xea\x9e\xdd\xb2\x9b\xcd\x52\xb1\x50\x2a\x95\x46\xc7\xc6\x47\ \x47\xc7\x0c\x33\xe2\x79\x7e\xd4\xb2\x80\xf1\x68\x2c\x9e\xc9\x0e\ \x64\x32\xfd\x66\xd4\x32\xcc\x88\xae\x9b\x42\x18\x42\xe8\xba\x6e\ \x5a\x56\x74\xe3\xa6\xcd\xeb\xd6\xad\x3b\x79\xe2\x04\x10\x69\x9a\ \xa8\xd7\xab\x9c\xc1\xdc\xec\xf4\xc1\x17\x5f\x28\x16\xf3\xbe\x52\ \x9c\x6b\x8c\x31\xdf\xf7\xc8\x77\xec\x66\xc3\xf7\xbc\x85\xb9\x79\ \xcb\x8a\xa6\xd2\x7d\x96\x65\x19\x86\x9e\x48\x24\x33\x7d\xe9\xb5\ \x6b\xc6\x8f\x1f\x39\xda\x68\x36\x72\xb9\x5c\x21\x9f\xe3\x82\x03\ \x50\x2e\x97\x0b\x66\x8e\x55\x2a\x95\x48\x24\x52\x28\x14\xd2\xe9\ \xb4\xeb\xba\x0b\x0b\x8b\x3b\x76\xec\xb0\xac\xd8\x85\xcd\x0c\x25\ \x22\xd3\x34\x7c\xcf\x6d\xb6\x9a\x8d\x7a\x53\x70\x5d\x4a\x2a\x16\ \x4b\x0b\x8b\x8b\xa5\x72\xb1\xaf\x2f\xb5\x66\x62\xcd\xc6\x4d\x9b\ \xfa\x32\x7d\xe5\x7a\xad\x54\xad\xe5\x4b\xc5\xfd\x07\x4e\x1c\x3a\ \x72\xbc\x54\xa9\x2a\x40\xd3\xd2\xa2\x56\x64\xd3\xfa\xb5\x3a\x67\ \x4f\x3e\xfe\x88\x15\x31\x3c\xcf\x46\x50\xd9\x6c\xda\x93\xee\xcc\ \xcc\x54\xb3\xd5\x50\x4a\x71\xce\x34\xce\x37\x6c\x58\xa7\x69\x7c\ \xff\xbe\x7d\xbe\xe7\xed\xd8\xb1\x3d\x16\xb3\x4e\x9f\x3a\x05\x20\ \x0d\xc1\xcb\xc5\x9c\xdd\xaa\xbb\x4e\x6b\x7e\x7e\xce\xf7\xbc\xad\ \x5b\xb7\x0e\x0d\x0d\x93\x52\x52\xca\x58\x2c\x4a\x24\x37\x6c\x58\ \x67\x59\xd1\x64\x32\xc1\x39\xea\x3a\x37\x0c\x8d\x73\x2d\x6a\x45\ \xb2\xfd\x99\x2d\x9b\x37\x5f\x7f\xed\xb5\x8f\x3f\xfe\x78\xbe\x90\ \x9b\x58\x3b\xb1\xb8\xb0\x00\x00\x9e\xeb\x9e\x38\x7a\x7c\x76\x7a\ \x9a\x48\xd5\xea\x75\xcb\x8a\x11\xf1\x56\xc3\xf1\x1c\xdb\xd0\xd9\ \xec\xec\xa4\x6d\x37\x33\xfd\x03\xe9\xbe\x81\x64\x32\xdd\x97\x4e\ \x67\x33\x99\x78\x3c\x3e\x33\x33\x33\x39\x39\xb9\x7f\xff\xfe\xa3\ \x47\x8f\xce\xcf\xcf\xa5\x53\xa9\xd3\xa7\x4f\x2f\x2c\x2c\x0c\x0d\ \x0d\xd5\xeb\x75\xc3\x30\x3c\xcf\x2b\x16\x8b\x3b\x77\xee\x7c\xe8\ \xa1\x87\xf6\xec\xd9\x73\xe7\x9d\x77\x92\x52\xf0\x7a\xa8\x2d\x06\ \x55\x74\x53\x17\xdb\xb7\x6d\x6c\x34\x9a\xcd\x66\x6b\x71\xf1\xec\ \x40\xb6\xcf\xd4\x35\xdf\x97\x41\x81\xb7\xd9\xa8\xd5\x9b\x35\x86\ \xc0\x90\x66\xa6\xa7\x12\xc9\x64\x7f\x7f\xff\xa6\x4d\x1b\x8c\x48\ \xa4\x5c\xa9\xf4\xf5\xa5\xc6\x26\xd6\x02\x6a\xad\x66\x7d\xff\x0b\ \x2f\x5c\x73\xf3\xad\x71\xcb\x8a\x18\xba\x15\x31\x18\x90\x63\xdb\ \xf1\x78\x02\x89\x06\x07\x07\xc7\xc7\xc6\x80\x6b\xb9\x5c\x2e\x1e\ \x4f\xd4\x1b\xf5\xb8\x15\x9b\x58\xb3\x46\x29\x79\xec\xd8\xb1\x58\ \x2c\x36\x38\x38\xc8\x18\x8e\x8e\x8e\xcc\xce\x9e\xb5\xed\x66\x24\ \x12\x6d\x36\x5b\x8d\x46\xc3\x77\xe0\xe8\xd1\xe3\xa9\x04\x27\xa5\ \x74\x4d\xf8\xae\xfb\xfc\x33\xcf\x44\x92\x03\x53\x93\x53\xef\xb9\ \xeb\x7d\xb3\xf3\x73\x0f\x3f\xf2\xf0\xd4\xe4\xe4\xf1\xe3\x83\xe5\ \x72\xd9\x34\x4d\xc3\x30\x2a\x95\x5a\x66\x60\x78\x62\x62\xc2\xf3\ \xa1\x56\xab\x07\xe1\x7a\x32\x99\xac\xd5\x6a\xc3\xc3\xc3\xf9\x7c\ \xbe\x54\x2a\x35\x9b\xcd\x7c\x3e\xbf\x66\xcd\x9a\x48\xc4\x3c\x79\ \xf2\x24\x63\x6c\x70\x70\x70\x68\x68\x68\x70\x70\xf0\x6b\x5f\xfb\ \xda\x3b\xde\xf1\x8e\x7c\x3e\x2f\xa5\x2c\x16\x0b\xf1\x64\x22\x95\ \x4a\xe4\x16\x73\x85\x52\xe9\xd4\xa9\x33\xa5\x42\x71\xff\xbe\x17\ \x4c\xd3\xec\xcf\x0e\x98\x66\x44\xe3\x48\xed\x2a\xf9\x2b\xb6\x19\ \xe5\x72\x19\x11\x52\xa9\x58\xce\x69\xd9\xb6\x3d\x7f\x76\xce\x88\ \xc4\x3d\x1f\x24\xd3\x5a\x9e\x9f\xee\xcb\xac\x5f\xb7\x01\xb8\x60\ \x5c\x34\x6d\x87\x09\xcd\xb2\xa2\x4a\x7a\xae\xeb\x34\x6a\x35\x06\ \xaa\x90\xcf\x39\xb6\x1d\x35\xa3\xf9\x5c\x7e\xdd\x7a\x3f\x9d\x4a\ \xbb\xbe\xdf\x6a\x35\x46\x47\x87\x89\xc8\x30\x0c\xa5\x24\xe7\x80\ \xba\x96\x49\xa7\x1a\xf5\xda\xcc\xd4\xd4\xc8\xf8\x78\xb9\xd6\x44\ \x61\x3a\xae\x17\x31\x62\x76\xb3\xc1\x10\x32\xa9\xf4\xec\xe4\xa9\ \x52\xb1\x78\xdb\xbb\x6e\x1f\x1a\x1a\x64\x8c\xb9\x9e\x67\x3b\x6e\ \x22\x99\x30\xa3\xd1\x00\x16\xa3\x9b\x06\x22\xea\x4a\x22\xb2\x7a\ \xb3\xb1\x90\xcf\x09\xae\x9b\x66\xc4\x8c\x98\xe3\xe3\x6b\x8a\x0b\ \x0b\x8c\xf1\x46\xbd\x3e\x3d\x35\x79\xf0\xe8\xb1\x52\xa3\x3c\xb1\ \x66\x6d\xa5\xd0\xd0\x75\x03\x01\x48\xfa\x56\x24\x22\x50\x35\x5a\ \x75\x25\xfd\xc1\xc1\xa1\x4c\x26\x4b\xa4\x04\x67\x31\x2b\x32\x3c\ \x38\xe4\x3a\x8e\xa6\x6b\x31\xcb\x2a\x14\x72\x1b\xd6\xaf\x4d\x58\ \xd1\xa2\xe0\xb1\x44\x4c\x91\x9f\x2f\x2c\x9a\x11\x5d\x29\x55\x28\ \xe6\xd7\xae\x9d\x38\x72\xe4\x68\x24\x6a\xc4\x93\x31\xa9\xfc\x0b\ \x4b\x2e\x22\x62\xa5\x5a\x9e\x99\x9d\x19\x19\x1e\x9e\x51\x4e\xb9\ \x5c\x39\x78\xf0\x70\xcb\x16\x11\x2b\x75\xf4\xc4\xc9\x64\x26\x31\ \xbe\x76\xcd\xc6\x8d\xdb\x46\x47\xc6\x15\x49\xc7\xb1\x17\x17\x17\ \x53\xe9\x94\xef\xfb\xae\xeb\x97\xcb\x65\xa9\xfc\xdc\xdc\xfc\x99\ \x13\x27\xfa\xfa\xd2\x44\xea\xf0\xa1\x43\x7b\xae\xdb\xd3\xb2\x5b\ \xb5\x5a\x5d\xd7\x44\x7f\xb6\x2f\x99\x8a\x2b\x89\xbe\xe7\x33\x84\ \x81\x6c\x56\x7a\xde\xb1\x63\x47\x6b\x8d\x6a\x3e\x57\xf0\x7c\x6a\ \x34\x5b\x42\xd7\x3d\xc7\x16\x88\xa6\x6e\x70\x06\x87\x0e\xbe\x38\ \xbe\x66\xfc\x5d\xef\x7a\x57\xa3\xd9\x88\x5a\xd6\xe2\x62\x6e\x60\ \x60\x60\x78\x64\x38\x1a\x8d\xa6\xd2\x49\x64\xa0\x09\x4d\x37\xb4\ \x00\xb7\x51\x2a\x57\x0a\x85\x72\x36\xdb\x1f\x31\xcd\xdd\xbb\x76\ \x4d\x9f\x3e\x26\x18\x67\x88\x27\x8e\x1d\xaf\x36\xbd\xc7\xf6\x3e\ \x3f\xbe\x76\x23\x1f\x1a\x54\xa0\x18\xe7\x00\x82\x03\x4f\xc5\xe3\ \xb3\x33\xa7\x5b\xad\x4a\x24\x62\x6c\xdb\xba\xdd\xf7\xc1\x97\x7e\ \x22\x9e\xb8\xee\xfa\xeb\x1f\x7e\xf8\x61\xa5\x54\x3a\x9d\x2e\x95\ \x4a\x95\x4a\xa5\xbf\x7f\xa0\x52\xa9\x25\x12\x09\x29\x65\xb9\x5c\ \x2e\x97\xcb\xd9\x6c\xf6\xc5\x17\x5f\x4c\x26\x93\xb9\x5c\xee\xe0\ \xc1\x83\x1f\xb9\xfb\x6e\xcf\x75\x49\xa3\x97\xae\x47\xbd\x4a\x3e\ \x17\x29\x15\x8b\x59\x56\xc4\xe0\x20\x51\x29\xbb\x51\x63\xa0\x62\ \x51\x53\x20\xe8\x82\x47\x0c\xae\x0b\x36\x32\x32\xb4\x76\x62\x62\ \x74\x64\x54\x7a\x7e\xb3\x56\xdf\xb1\x6d\x9b\x65\x59\x41\x6d\x5e\ \xe3\x3c\xdb\x3f\x78\xdd\x75\x37\x65\x07\x86\xa4\x54\x73\xb3\xb3\ \x56\x24\x02\xd2\x5b\x9c\x9b\x6d\x35\x9a\xe3\x63\xe3\xba\xa6\x11\ \x51\x7f\x26\xbb\x71\xc3\x86\x6c\x36\x3b\x3a\x32\x9a\xe9\xeb\x9b\ \x9c\x9c\x6c\xd4\xea\xcd\x46\xf3\xb1\x47\x1f\x7d\xec\xd1\x47\x5b\ \xad\x96\x52\xaa\x5e\xaf\x1f\x3f\x7e\xbc\xd9\xb4\xa3\xd1\xa8\x6d\ \xbb\x95\x4a\xf5\xe4\xc9\x93\x27\x4f\x9e\x2c\x57\xaa\x52\xd1\xb1\ \x63\xc7\x53\xc9\x94\xef\x38\x51\x43\xcf\xe5\x16\x4f\x9d\x38\xb1\ \x7f\xff\xbe\xa9\xa9\x99\xb3\x0b\xb9\xc3\x87\x0f\x1f\x3c\x74\xd0\ \x71\x1c\xdf\xf7\x35\x4d\xab\xd5\xea\x80\x48\x44\xd1\x68\x74\x6a\ \x6a\xaa\x51\xaf\x6f\xd8\xb0\x61\xcb\x96\x2d\x88\x38\x33\x33\x73\ \xfa\xf4\xe9\x7a\xbd\x3e\x31\x31\x91\xc9\x64\x1c\xc7\x71\x5d\x97\ \x31\x96\x4e\xa7\xf3\xf9\x7c\xa3\xd1\xa8\xd5\x6a\x23\x23\x23\xcf\ \x3d\xf7\xdc\xde\xbd\x7b\x5d\xd7\x2d\x95\x4a\x93\x93\x67\x36\x6e\ \x58\xbf\x6e\xed\xc4\xf4\xf4\xd4\x63\x8f\x3d\xea\xba\x76\x2a\x99\ \xa8\x96\xcb\x23\xc3\x23\x5c\xe3\x07\x0e\xec\xaf\xd5\x6a\x9c\xf1\ \x0b\xb3\x19\xf3\xf3\x73\x42\x70\x5d\xd7\x25\xc9\xa0\x6c\x57\xab\ \x55\x5d\xd7\x21\x50\x8e\xe3\xd8\xad\xe6\xd9\x85\xf9\xd9\xa9\xc9\ \x5a\xad\xe6\xfb\x2e\x29\x5f\x13\x2c\x66\x59\x9e\xeb\xdb\xad\xc6\ \xe9\x53\x27\x4b\x85\x62\xa5\x5c\x2e\x16\x0b\xa4\xfc\xd3\xa7\x4f\ \x4a\xe9\x2b\x5f\xc6\xa3\x56\x3c\x16\x35\x74\x9d\x33\xc6\x10\x9b\ \x8d\x06\x10\x24\x93\x49\xe9\x7b\x67\xce\x9c\x76\x1d\x47\x70\xe6\ \x7b\xf6\xdc\xec\xd4\xf4\xe4\xa9\x72\xbe\x90\x5f\x58\xc8\x2d\x2e\ \xcc\xcd\xce\x06\x33\xd6\xf3\x85\xa2\xeb\x7a\xd9\xec\x80\xf4\x95\ \xa6\x99\x7d\xe9\x4c\x36\x3b\x10\x8d\x58\x4a\x01\x67\xc2\x30\x22\ \x4a\x81\xeb\xfa\xc9\x44\x1a\x99\x68\x34\x1b\x86\x19\x19\x1f\x1f\ \x4f\xf7\xa5\x0c\xc1\x67\xa7\x67\x16\xe6\xe7\x3d\xc7\x1e\x19\x1c\ \x88\x5b\x91\xb3\x67\x17\x1c\xd7\xd5\x34\x4d\xfa\x5e\xab\x51\x8b\ \xe8\x1a\x90\xb4\x9d\x66\x26\x9b\x41\x86\x8e\xeb\xd6\xeb\x35\xd7\ \x76\xaa\x95\xca\xe4\x99\xc9\xb5\x6b\x26\x5c\xd7\xce\x2f\x2e\x22\ \x92\xeb\x39\x11\xc3\x5c\x33\x3e\x1e\x8d\x46\xa5\xf4\x1d\xc7\xc9\ \xe7\x73\x52\xfa\x8d\x46\xa3\xd9\xac\x6f\xd8\xb0\x41\x49\xff\x82\ \x67\xbf\x6a\x9a\x76\xfc\xf8\xf1\xd9\x99\x99\xa8\x15\x31\x4d\x43\ \x29\x02\xc0\xe9\xe9\x99\x66\xb3\x39\x34\x34\x14\x8f\xc7\xf3\xb9\ \x5c\xb5\x54\x9d\x9b\x9e\x3d\x7e\xe4\x98\xef\x78\xe4\x2b\x54\x98\ \x88\x25\x50\x51\xab\xd9\x9a\x9b\x9a\x3b\x74\xe8\x90\xed\xba\x4f\ \x3d\xfb\xac\x95\x48\x1c\x39\x7e\xac\x52\xad\x18\x86\xce\x38\x1b\ \x18\xe8\xef\xcb\x66\xa5\x24\xc3\x30\x6c\xbb\x25\x7d\x37\x19\x8f\ \xa7\xd3\xe9\xc3\x87\x0e\x2f\xce\x9f\x2d\x97\x4a\xcd\x66\xbd\x52\ \x2e\xcf\xcd\xcc\x1c\x3d\x7c\x68\x7a\xea\x74\xad\x5c\x9c\x3a\x73\ \x7a\x6e\x6e\x36\xb0\x16\xb6\xed\x44\x22\x96\x10\x82\x80\x12\x89\ \x44\x2a\x95\x48\x24\x12\x88\xc8\x18\x32\x86\x5c\x88\x56\xab\xe9\ \x38\xee\xc8\xe8\xf0\xc2\xd9\x05\x21\x44\x26\x9d\xde\xbe\x75\x1b\ \x02\x48\xcf\x9f\x99\x9a\x3e\x73\xfa\x8c\x10\x62\xed\xc4\xda\x63\ \xc7\x8f\x95\xab\x65\x00\xa6\x7c\x72\x6d\xb7\x51\xaf\xf5\xa5\xe3\ \xb9\xfc\xdc\xf8\xf8\xc8\xe8\xd8\x1a\x45\xdc\xf7\x65\x21\x9f\x07\ \x80\x23\x47\x8e\x0c\x0d\x0d\x11\xd1\x53\x4f\x3d\x65\x9a\xa6\x65\ \x59\xba\xa6\x0d\x0f\x0f\x6f\xde\xbc\xb9\x56\xab\x05\x7e\xee\xfe\ \xfd\xfb\x07\x06\x06\x1e\x7c\xf0\xc1\xcd\x9b\x37\xc7\xac\x58\x80\ \x22\x7a\x7d\x60\xe8\x11\x7d\xd7\xd5\x39\xab\x56\x6a\x33\x53\xa7\ \xe7\x67\xa7\xfa\xfb\xd2\xa6\xce\x49\x11\x28\x85\x00\x0c\x41\x70\ \x96\xc9\x64\x92\xc9\x78\x3a\x9d\x2e\x14\x0a\x0f\x3c\xf0\x83\x7a\ \xad\xea\x39\xae\xf4\xbd\x68\xc4\x8c\xc7\x12\x6b\xd7\xad\xbf\xe9\ \xa6\x9b\x01\xa0\x54\x29\x1d\xdc\xbf\xcf\xb3\xed\x7a\xad\xd6\xa8\ \xd7\xda\xd8\x4a\xa5\x12\x89\xc4\xec\xcc\x6c\x34\x12\xb1\x5b\xad\ \x88\x61\x9e\x3e\x75\xea\xa1\x07\x1f\x9c\x9c\x9a\x3a\x73\xfa\xf4\ \xb3\xcf\x3c\x7b\xf0\xe0\xc1\xc3\x87\x0f\xcf\xcd\xcd\x69\x9a\x7e\ \xf6\xec\x82\x6d\xdb\x01\x6a\x2e\x9d\x4e\x09\xa1\x79\x52\x6d\xdd\ \xba\x6d\x64\x64\x64\x64\x68\x28\x11\xb7\x04\xc0\xf8\xe8\x68\xb3\ \xd1\x58\x3b\xb1\x76\x78\x64\x64\x70\x60\xf0\xc8\xe1\xa3\x43\x43\ \x43\xae\xe7\x19\x86\x41\x44\x9c\xb3\x56\xb3\xc9\x39\x7f\xe2\x89\ \x27\xa6\xa6\xa7\x77\xee\xdc\x39\x36\x36\x96\x4c\x26\x83\x1c\x64\ \x34\x1a\x8d\xc5\x62\x8d\x46\xc3\x71\x1c\x21\x44\xab\xd5\x62\x8c\ \xf9\xbe\x6f\x18\x46\xf0\xf4\xf7\xbf\xff\xfd\xad\x56\x6b\xef\xde\ \xbd\xba\xae\xe7\x72\xb9\xa3\x47\x8f\xc5\xa2\xd1\x17\x9e\x7f\xee\ \xc8\xd1\xc3\x89\x78\x7c\x6c\x74\x64\xd7\xae\x9d\x85\x7c\xae\x58\ \xc8\x9f\x9d\x9b\x33\x0d\x33\x38\x6a\x17\xb6\xf6\x8e\xe3\xc4\x62\ \x31\x11\xe0\x51\x91\xb2\xfd\x19\xc3\xfc\x9f\xcc\xbd\x57\x93\x66\ \xc9\x79\xe7\x97\x27\x33\x8f\x77\xaf\x37\xe5\x7d\xbb\xea\x9e\xe9\ \x1e\x8c\x07\x40\x00\x04\x44\x2c\xc9\xa5\x62\x43\x24\x01\xe2\x62\ \x57\x37\x92\xbe\x0f\x6f\x74\xc1\x0d\x6e\x28\x96\x2b\x06\x43\x86\ \x5c\x50\x4b\x12\x03\x12\x20\x81\x31\xdd\x3d\xd3\xd3\xb6\xaa\xba\ \xcb\xd7\xeb\xed\xf1\xfe\x9c\xcc\xd4\xc5\x0b\xf1\x12\x0c\xb6\x22\ \x40\x7e\x84\xca\x3a\x6f\x9a\xe7\xf9\xfd\x7f\x8f\x98\x66\x09\x65\ \xb4\xc8\xb3\x5e\xaf\xd3\xef\x5e\x65\x59\xe2\xbb\x36\x23\x45\xe0\ \xb9\x57\x67\xe7\x24\xcf\x64\x91\x4f\xe2\xd0\x73\x2d\xc6\xc8\xce\ \xce\x76\xc9\x34\xb2\x34\xcd\xd3\xf4\xe5\xcb\xc3\xc1\xb0\xef\xb8\ \xce\x70\x30\x50\x55\x05\x00\x40\x29\x9b\x4f\xad\xd1\x70\xc4\x18\ \x93\x25\xd9\x9a\xcf\x19\x25\x81\xef\x56\x6b\x65\x4a\x72\xd7\xb6\ \x68\x9e\xd1\x82\x20\x0e\x4e\x26\x63\x4d\xd1\x66\x53\x6b\x3c\x9a\ \xf2\xbc\x80\x10\xe2\x79\x41\x10\x45\x84\x79\x06\x38\x9e\x17\x44\ \x51\x12\x04\x91\x52\x20\xf0\x82\x61\x96\x28\xa3\x84\x14\xb5\x7a\ \xdd\x2c\x95\x4a\x25\xd3\x2c\x99\x61\xe0\x0f\xfa\xdd\xf1\x78\x78\ \x7d\x6f\xf7\xee\x9d\xdb\x8a\x24\x22\x8c\x9a\xcd\x66\x1c\x87\xb4\ \xc8\x07\xfd\xee\xab\x97\x87\x2f\x8f\x8e\x78\x84\x78\x84\xfa\x83\ \xe1\xc5\xf9\x85\xeb\xd8\xf3\xd9\x4c\x92\xc4\x3c\xcf\x0b\x92\xdf\ \xde\xdf\x4f\xd3\xe4\xe2\xfc\xcc\x75\xdc\x38\x0a\xea\xf5\xaa\x28\ \x0a\x8c\x51\x42\x8a\xf9\x7c\x5e\xa9\x94\x5f\xbe\x3c\xd2\x34\xad\ \x56\xab\x7a\x9e\x3f\x9d\xce\x5e\x7b\x72\x35\x29\x0a\x0e\x82\xdb\ \xfb\xb7\x5d\x2f\x00\x00\x56\x2a\xd5\x7a\xbd\xde\xef\x0f\x06\x83\ \xfe\xd5\xd5\xc5\x64\x32\xfa\xbb\x1f\xff\xed\xd5\xc5\xa5\xef\x78\ \xd3\xf1\x14\x73\xe8\xe5\xc1\xd1\x6c\x34\x91\x45\x19\x14\x74\xd4\ \x1f\xce\x2d\x07\x4a\xe2\xad\xbb\x6f\x76\x47\x23\x2c\x4a\xcf\x5e\ \x1c\x1e\xbc\x3c\x1e\x0c\x46\xd3\xa9\x95\x26\x29\x8f\x51\xe0\x07\ \xf6\x7c\xde\xe9\x5c\xcd\x67\xb3\x5a\xad\xe6\xb9\xae\x63\x5b\x8c\ \xb1\x66\xbd\x41\x48\x7e\x76\x76\xe2\xbb\x56\x1a\x87\x9e\xeb\xbc\ \x7a\xf5\x8a\x14\x85\x65\x59\x7f\xff\xf7\x7f\xdf\xe9\x74\x04\x49\ \x50\x74\x1d\x42\x88\x31\xa6\x94\x51\x4a\x79\x9e\x07\x00\x20\x04\ \x8b\xa2\xc0\x98\x37\x0c\x63\x34\x1c\xca\x92\xa0\xa9\x6a\xb5\x5a\ \x5b\x5f\x5f\xf3\x5c\xef\xe8\xf0\xf0\xc1\xc3\x07\xd5\x4a\xe5\x5b\ \xdf\xfa\xe6\xde\xde\xee\x64\x36\x69\xb6\x9b\x1c\xc7\x07\x5e\x6a\ \x59\xf6\x67\x9f\x7c\x72\x78\xf8\xac\xdb\xbd\xa8\x54\x4b\x17\x57\ \x9d\xc7\x4f\x9f\x5f\x76\x3a\x17\x17\x17\xd3\xe9\x74\x3a\x9d\x4e\ \x26\x93\xdf\xfe\xed\xdf\xde\xdf\xdf\xff\xe8\xa3\x8f\x7a\xbd\xde\ \xe3\x27\x8f\xb7\xb7\xb7\xcb\xe5\xb2\xc0\x0b\xc3\xe1\xd0\xb2\x2c\ \x59\x96\xb3\x2c\xbb\xba\xba\xfa\xce\x77\xbe\x83\x10\x7c\xfa\xec\ \x29\x21\xe4\x97\xcf\xb4\xfc\x55\xdd\xb9\x18\x93\x64\xd1\xb5\xe7\ \x17\x67\x27\xc3\x41\x7f\x6d\x65\xa5\x5e\xab\x0a\x18\x61\x0e\x30\ \x92\xa7\x71\x54\xe4\x59\x9e\x65\x59\x96\x0a\x02\x7f\xef\xee\x1b\ \xd5\x6a\x99\x14\xf9\xe1\xc1\x8b\x27\x4f\xbe\xf4\x7d\x2f\x08\x7c\ \x42\x48\x92\x13\xb3\x54\x01\x80\x9b\x8d\x27\xa3\xc1\x40\xc0\x28\ \x0a\x02\x45\x92\xa2\x20\x24\x39\x61\x84\xca\x92\x24\x49\xd2\x7c\ \x36\x2b\x8a\xe2\xa3\x8f\x3e\xc2\x10\xad\xae\xae\xe6\x49\x52\xa9\ \x54\x6a\xf5\xda\xce\xee\xae\xe3\xba\x0f\x1f\x3e\x7c\xf0\xe0\x81\ \xe3\x38\xaa\xaa\xb6\xdb\x4d\xc3\x30\x76\x77\x36\xee\xdd\x7b\xb3\ \xd9\xa8\x59\x73\x6b\x32\x99\x5c\x5d\x5d\x64\x59\x0a\x39\xa0\xc9\ \xb2\x2a\xc9\x3b\x5b\xbb\xc3\xc1\xa8\x37\x1c\x1e\x1c\x1e\xdc\xb8\ \x7e\xa3\xd5\x6c\x31\xc6\xe2\x24\x95\x24\x09\x21\x94\xa5\xd9\x17\ \x8f\xbe\x58\x5e\x5e\xde\xd9\xd9\xd9\xde\xde\x1e\x0e\x07\x8c\xb1\ \x56\xab\x95\xa6\x29\x21\x24\x8e\xe3\x8b\x8b\x8b\x7e\xbf\xef\x38\ \x4e\xb7\xdb\x5d\x14\x1d\xf3\x3c\x4f\x92\x64\x7f\x7f\x7f\x67\x67\ \xe7\xfc\xec\xc4\xf7\xfd\x87\x0f\x1f\xbe\x7a\xf5\x52\xd7\xf5\xe1\ \x70\x18\x05\x7e\x9a\x44\x2f\x5e\x1c\x9c\x9d\x9e\x3a\xb6\xcd\x28\ \xd5\x55\xed\xce\x9d\x3b\xba\xae\x53\xf2\xcf\xe7\x21\x17\xd4\x19\ \xa3\x00\xb0\x24\x8e\x16\xa0\x76\xb9\x5c\x2a\x95\x4c\x5d\xd7\x2b\ \xe5\xb2\xaa\x69\x08\x70\x80\x14\x69\x1c\xd9\xf3\x09\x20\x05\x20\ \x44\x95\x25\xcf\x9e\xf7\xba\x17\x9d\xcb\x0b\x5d\x51\xf6\x76\x76\ \x96\xdb\x6d\x8e\x31\x4a\x59\xb5\x52\x9d\x4f\x66\x8e\x6d\xcb\x92\ \xa8\xab\x5a\x9e\x65\x9a\xae\x99\xba\x89\x11\x9e\x4e\x27\x59\x92\ \x1a\xa6\x91\xa5\xa9\xeb\x3a\x94\xd1\x67\xcf\x9e\xfa\xbe\x57\xad\ \x94\x15\x59\x6e\x35\x1b\x9a\x22\x7b\x8e\xb3\xb1\xb1\xf1\xed\x6f\ \x7f\xfb\xee\x9b\x6f\x16\x84\x01\x0e\x0a\xa2\xc8\x00\x40\x18\x21\ \x8c\x04\x49\xc4\x3c\x26\x8c\x8a\x92\xc8\x8b\x02\x65\x54\xd5\xb4\ \x46\xab\xa5\x28\xfa\x62\xc7\x47\x10\x61\x8c\x77\xb6\xb7\xb6\x37\ \x37\xb3\x2c\x66\x80\x04\xbe\xb7\xb6\xba\x86\x31\xe6\x18\xe3\x11\ \x5c\x5e\x6a\x57\x2b\xe5\xf1\x70\x88\x21\xb2\xac\xb9\xef\x7b\x92\ \x24\x02\x4a\x39\x0e\x34\x1a\x8d\xf9\x7c\x72\x79\x79\xe1\xda\x0e\ \x60\xec\xc9\xa3\x2f\xf3\x3c\x35\x0c\x83\x52\x5a\x14\x84\x10\x9a\ \x65\x59\x92\xa6\xbe\xef\xcf\xe7\xf3\x8d\x8d\x8d\xc9\x64\x12\x04\ \xfe\xeb\x33\x40\x10\xba\x9e\x83\x31\x9a\xcd\xe7\xaa\xa2\x90\x82\ \x6a\xaa\x7e\xf3\xe6\xfe\xc6\xfa\xe6\xd2\xd2\xf2\xe6\xe6\x86\x28\ \xf2\xbe\xeb\x06\x7e\x38\x1a\x8e\x5c\xdb\xa6\x84\x0a\xbc\x98\x44\ \xc9\xa0\xd7\x3f\x78\xf1\xc2\x75\xec\xd5\x8d\xf5\xbb\xef\xbd\xbb\ \xb1\xb3\x33\xb3\xed\x4a\xad\xde\x1d\x0c\x9f\x3f\x3f\x44\x3c\x5f\ \xe4\x04\x52\x24\xf2\x62\xb3\x66\x96\x4c\xc3\xf3\xbc\xe1\x60\x50\ \x2b\x97\x21\xc7\xce\xce\x4e\x8b\x3c\x7f\xf1\xe2\xc5\xf1\xcb\x57\ \x92\x28\x35\xea\x75\x55\x91\x6f\x5c\xbf\x26\x08\xbc\xe7\x79\x7f\ \xf0\xfd\xef\xff\xfe\xef\xff\xde\xc6\xc6\x7a\x14\xc5\x8a\xac\x66\ \x59\x0a\x21\x43\x88\x43\x88\x83\x10\x70\x1c\x28\x8a\x82\xe7\xa1\ \x28\xe2\x2c\x4b\xaa\xd5\x4a\xab\xd5\x50\x14\x95\xc7\x18\x42\x88\ \x38\xae\x52\xa9\xbc\xf3\xce\x3b\x18\x21\x5d\xd5\x6c\xdb\x6e\xb6\ \x9a\x8b\x83\x9c\xe3\xb8\x92\x51\x5e\x5f\x5b\x3d\x3a\x7a\x1e\x04\ \xae\xed\xd8\x9e\x1b\xba\x76\x10\x47\xf1\xa2\xc8\xdb\x68\x34\x1e\ \x3c\x78\xf0\xa3\x1f\xfd\xa8\xd5\x6a\x7d\xfe\xf9\xe7\xfd\x7e\x5f\ \x96\x65\x84\x10\xc7\x71\xae\xe7\x0a\x82\xf0\xe4\xc9\x93\xbd\xbd\ \xbd\x3f\xfa\xa3\x3f\x5a\x5b\x5b\x73\x1c\xe7\xe4\xe4\xa4\xdf\xef\ \xff\x93\xb5\x91\x5f\x19\x43\x0f\xb3\x34\xf5\xdc\xd0\xb5\xed\x77\ \xdf\x7e\xa7\x52\x31\x21\x84\x1c\x60\x80\x03\x59\x9a\x04\x41\xa0\ \x6a\x8a\xc0\xcb\x92\xc0\x63\x8c\x2c\x6b\x5e\xab\x55\xaf\x5f\xbf\ \x1e\xc7\xf1\x65\xa7\x73\x74\x70\xb0\xbc\xb4\xc4\x57\xf9\x72\xc9\ \xac\xd7\x1a\xb5\x6a\xbd\x3f\xec\xcc\x67\x53\x46\xc9\xea\xca\xd2\ \xda\xf2\xf2\xff\xf6\xe9\xcf\x49\x51\x2c\x1e\x6e\x8d\x7a\x5d\x55\ \xd4\xff\xf3\xcf\xff\xab\xe3\x05\xbf\xfb\xbb\xbf\xf7\xe3\x1f\xfd\ \xcd\xb5\xf7\xde\x3b\x3a\x3c\x68\xb6\x1a\x6b\xab\xab\x4b\xed\x56\ \x92\xa4\x80\x31\xd3\x34\x01\x60\x79\x9e\x07\x41\x50\x14\x79\x14\ \x46\x61\xe4\x9f\x5d\x5e\xbc\x7c\x79\x2c\x4b\x8a\x35\x4a\x65\x5d\ \xd6\x34\x55\x55\x15\x59\x12\x4d\xc3\xb4\x3c\x57\x55\xd4\x95\x95\ \x15\x4d\xd7\x3c\xd7\xc3\x08\x92\xa2\xc0\x18\x19\xa6\xf1\xb5\xaf\ \x7d\xfd\xad\xaf\x7c\x25\x8c\xa2\x5e\xaf\xf3\xe1\x87\x1f\xce\x66\ \x33\x55\xd5\xc3\x30\x1c\x0c\x06\xa2\x28\x16\x45\x01\x21\x1c\x0e\ \x87\x8c\x51\x55\x55\xa3\x28\x7a\xf4\xc5\x17\x0c\x80\xeb\xd7\xaf\ \xbf\xff\xde\xfb\x9f\x3f\x7c\x98\x67\xf9\xf1\xf1\x31\x46\xd8\xb5\ \x9c\x4f\x7b\x9f\x4c\x27\x53\x5e\x14\x7d\x3f\x4a\x93\x64\x63\x6b\ \x6b\x34\x1a\x7c\xf8\xc1\x87\x24\xcb\x18\xcd\x10\xc7\xb1\x7f\xfe\ \xba\x53\xca\x38\x0e\x60\x8c\xa3\x38\x2e\x8a\x5c\x56\x24\x4d\xd5\ \x78\x81\xa6\x05\x53\x64\xa9\x55\xae\x6d\xae\xaf\x05\xae\x83\x31\ \x1f\xc4\x49\x18\x7a\x86\x61\x12\x9a\xa7\x49\x9e\xc6\x71\xbd\x52\ \x2e\x99\x86\xae\xeb\x82\x28\x00\x08\x74\x4d\xe1\x79\xb8\xbd\xbd\ \xcd\x38\xb8\x48\x6c\x8c\x86\x43\xa3\x54\x96\x04\x49\x10\x78\x55\ \xd5\x34\x09\x6f\x6d\x6d\x9d\xbc\x7a\x99\x24\x49\x63\x69\xe9\xe0\ \xd5\xab\x9d\xdd\xeb\xe5\x52\xa9\x48\xb2\x72\xc5\x1c\x8e\x06\x61\ \x18\xee\xec\x6c\xf3\x3c\x1e\x0c\x06\xa5\x6a\xab\xbd\xb2\xa1\xaa\ \xba\x2c\x4b\x08\xa1\x30\x0c\x31\xc6\x8b\x3e\xec\xe2\xf0\x67\x94\ \xca\xb2\x94\xa6\x05\x84\x20\xf0\xfd\x30\x0c\x39\x8e\x23\x94\xe6\ \x59\x56\x2e\x97\xae\x7a\xbd\x2c\x49\xac\xb9\xd5\xae\x6d\x06\x51\ \x77\x91\x5b\x92\x45\x41\x57\x65\x92\xa7\xa2\x26\x98\xa6\x19\x46\ \xf1\x8d\x1b\xfb\x3c\x0f\xe6\xb3\x79\xb3\x51\x3f\x7e\xf5\x12\x41\ \xb8\xb6\xb6\x32\x19\x8f\xee\x7f\xf6\x49\xb9\x52\x66\x80\x0d\x87\ \xc3\x6a\xa3\x29\x08\x42\x10\x04\x6b\x2b\xab\x67\x67\xa7\xfb\xb7\ \xf6\x55\x55\xf5\x7d\xbf\x52\xad\xd6\x6a\xb5\xd7\xab\xd0\x03\xc0\ \xa5\x69\x52\x2e\x9b\xf3\xf9\xd4\xb6\x6d\x59\x91\x9b\x8d\x56\xa5\ \x52\x21\x00\x41\x1e\xd6\x5a\xe5\xfd\xdb\xb7\xce\x8f\x7a\xcd\x66\ \xb3\xdf\xef\x33\x02\x00\xa5\x3c\xc2\x94\xd2\xf9\x78\x96\xc4\xf1\ \xda\xda\xba\x66\xea\x14\x70\x0c\x48\xda\x96\x56\x00\x00\x20\x00\ \x49\x44\x41\x54\xa1\x1c\x00\x59\xd7\x6f\xb7\xdb\x8e\x65\x45\x41\ \xb4\xb3\xb5\xe9\x3a\xbe\xe3\xba\xa6\xa1\x50\xca\x10\x46\x9a\x61\ \xdc\xb9\x73\xe7\xe1\x83\xfb\xd6\x7c\xfe\xfe\xfb\x1f\x9e\x9d\x5f\ \x32\xc0\x76\xb6\xb7\xf3\x22\x96\x05\x3e\xcb\xb2\xfb\x9f\x7c\xb2\ \xb2\xb4\xb4\xba\xba\x3a\x19\x4f\x46\x33\x6b\x67\xf7\x7a\xa9\x64\ \x0a\x18\x60\x8c\x29\xa5\x59\x96\xfd\x62\xd9\x31\xe4\x00\x97\x24\ \x29\x8f\xb1\x28\x88\x51\x90\xd0\x22\x4b\xd3\x8c\x51\xb0\x48\xfd\ \x18\xba\x1e\xc4\xc5\x70\x38\x8c\x33\x2a\xcb\x52\xc9\xd4\x11\x42\ \xaa\xa2\x32\xc6\xb6\xb7\xb7\x0e\x4f\x1e\x48\x92\xa4\x2a\x6a\xbf\ \x3f\xf8\xe0\x83\xdf\xdc\xda\x6d\xce\xe6\xe3\xbd\xbd\x6b\x83\xc1\ \xe0\xd3\x4f\x3f\xfd\xc1\x0f\x7e\x70\xff\xfe\xfd\x5e\xaf\x67\xd9\ \xd6\x1f\x7c\xff\x0f\x4e\x4e\x4f\x6e\x5c\x5e\xba\x8e\xdb\x6a\xb7\ \x4a\xa5\xb2\xe3\xb8\x95\x4a\xe5\x37\x7f\xf3\x37\x3d\xcf\x2b\x95\ \x4a\xab\xab\xab\x0b\xfa\xff\x5f\x7e\xe7\xc2\x18\x4d\xa6\xd3\x27\ \x4f\x0e\xef\xdd\xbb\x5b\xad\x95\x19\x60\x58\xe0\x17\x21\x38\x45\ \x51\x09\x61\x81\x1f\x69\x1a\x4a\x93\x30\x0a\xfc\x95\xa5\xd6\x93\ \xa7\x4f\x9b\xb5\x6a\xbf\xdf\x37\x35\xf9\xd6\xb5\x5d\x8c\x50\x9e\ \x84\x8f\x1e\x7e\xea\x38\x33\x59\xd5\x54\xd5\xf8\xbb\xbf\xfd\xbb\ \x9d\x9d\xeb\x4b\xcd\x46\x11\xba\x5f\x7e\x71\x9f\x02\xa6\xe8\x7a\ \xbd\xd5\xe2\x38\xee\xcb\x2f\x1f\x4d\x86\xfd\xdf\xfa\xed\xdf\xe6\ \x48\xb2\xd2\xae\x7b\xae\x75\x67\xff\x96\x61\x9a\xb2\xaa\x99\xa6\ \x19\xc5\xb1\xeb\xba\x92\x20\x21\x00\xad\xb9\x3d\x9d\x4e\xc3\x30\ \x9c\x4e\xa7\x82\x62\xd6\x5b\xcd\x3b\xf0\x9d\x3c\xdc\x6e\xd6\xdb\ \x0f\x3e\xfb\x39\xe0\x45\x24\x50\xd7\x9f\xdf\x50\x55\x01\x48\x1c\ \x45\x8a\xa4\x26\x61\x12\xf8\x11\x42\xa8\x28\x28\xe6\xf9\x4a\xb5\ \x7c\xe3\xd6\x1e\x44\xb4\x73\x75\xb5\xb7\xb7\x27\x8a\xe2\x64\x32\ \xf5\xdc\x53\x5d\xd7\x87\xbe\x4f\x8a\x42\x57\xd5\xd9\x74\x2a\x8a\ \x62\x18\x78\xae\x6d\xcd\xe7\x33\xdf\xf7\xdf\x7f\xff\x83\x6a\xd9\ \xfc\xce\xb7\xbf\xf9\x93\x9f\x7c\xf4\xe4\xf1\x93\xe7\x4f\x9f\xd4\ \x6a\x75\xca\xc8\xe9\xe9\x09\xe0\x38\x31\xcb\x4c\x5d\x47\x10\xd8\ \xb3\x49\xc0\xf3\x69\x1c\x4c\xc6\xc3\xa5\x66\x59\xd7\x15\x46\xd9\ \x3f\xf7\xaa\x0b\x00\x90\x04\x01\x71\x00\x01\x00\x28\x43\x10\x63\ \x8c\x09\x2d\x10\x46\x20\x4f\x45\xae\xe0\x05\x49\x6f\xb7\x1c\xd7\ \x33\x11\x2e\xb2\x24\x8d\x79\x55\xd3\xca\xa5\x0a\x6a\x34\x29\xc9\ \x8b\xa2\x48\x8a\x5c\x2a\x8a\xd6\xd2\xd2\xe5\xe5\xe5\x74\x36\xd9\ \xda\xde\x65\x94\x9b\x8d\xc7\xd3\xc9\x24\xcb\xd2\x28\x0c\x56\xd7\ \x37\xab\xad\x76\xb9\x5e\xcf\x53\x7f\x63\x34\x7c\xf2\xe4\x4b\x7b\ \x36\xd6\x65\xb1\x24\x4a\xad\x4a\x4d\xe0\x15\xb9\x5c\x81\xb0\x18\ \x8c\xbb\xaa\xa6\x5c\xbb\x76\x83\x52\x4c\x72\x1e\x21\x99\x12\x90\ \xa4\xa9\xa0\x4a\xb6\x35\x07\x00\xf0\x58\x81\x1c\x43\x90\x31\x5a\ \x08\x08\x20\x5d\xf2\x5d\x2f\xf4\xc3\x2c\x4d\x92\x38\x9d\x4e\x1d\ \xc0\x21\x0e\xa1\x38\x8f\xf3\x22\xa9\xd7\xab\xa4\x60\x79\xc1\x24\ \x85\x57\x35\x9d\x51\x81\xe3\xc8\x6c\xd2\xbf\x38\x3b\x84\x00\xdc\ \xbb\xfb\x5e\xa9\x5e\xef\x0e\x67\x5f\x3c\xfe\x7c\x65\xb9\xc5\x18\ \x68\x36\x9a\x2b\xab\xeb\x93\xe9\xec\xc3\x0f\xbe\xfe\x6f\x7e\xab\ \x1d\x84\x41\x12\x87\x9a\x69\x1a\xa5\x72\xb9\x54\x0b\x3c\x27\x70\ \x3d\x0e\xb0\xc8\xf7\xaf\xef\xee\x89\x98\xc7\x66\x99\x17\x52\xcc\ \x0b\xec\xb5\x22\xa3\x1c\x07\x18\x25\x8c\x52\xc8\xf1\x1c\xc0\xb2\ \xa4\x2c\xad\xb4\x04\x9e\x96\x4d\x31\x4a\x93\x9a\xa9\x23\xc6\xde\ \x79\xe7\xcd\xcb\xab\x9e\x61\xca\x08\x51\xdb\x9d\x6b\xba\x2e\xc8\ \xfa\x7a\x69\x7d\x7d\x6b\x3d\xcb\xb2\x38\x89\xd3\x20\x6c\x36\x9b\ \x2b\xcd\xd6\x64\x30\xe0\x97\x96\xb7\xb7\xb6\xa2\x30\xb8\xff\xd9\ \xe7\x9a\xa6\x32\xc6\xf8\xcd\x0d\x8c\xa4\xad\xbd\x37\xc2\xc8\xcf\ \x18\xd0\x2b\xe5\x93\xe3\x97\xa1\xf7\x61\x16\x7a\x5a\xb9\xae\x69\ \x06\xe6\x2b\x66\x49\xb7\x66\xc3\xc9\x7c\xf4\xc1\xfb\x5f\x6f\x34\ \xda\xcf\x5f\xbc\xac\x36\x5b\x84\x90\x38\x09\xa0\xa2\x04\x51\x1c\ \x47\xb1\x22\xcb\x08\x21\x49\x14\x00\xe5\xb2\xbc\x90\x78\x9e\x22\ \x6c\xcd\x5d\x84\x78\xcb\x76\xc6\xa3\xc9\x65\xaf\x6f\x94\xab\x69\ \x9e\x3b\x9e\x57\xad\x2f\xc9\xaa\x98\x4c\x5d\xc8\x40\xb5\xda\xa4\ \x84\x4b\xb3\xb0\x00\xe1\xcb\x93\x67\xdd\xce\xb0\x55\xbf\xfe\x1b\ \xdf\xfe\xbd\x7e\xdf\xbd\xff\xe0\x27\x19\xbd\xc3\x71\xac\x52\xa9\ \xbe\xf3\xce\xdb\x3f\xfc\xcb\xff\xca\x41\xf0\xbd\xef\xfd\x9e\x2c\ \x4b\x7f\xf8\x87\x7f\x98\xa6\x89\x69\x18\xad\x76\x53\x55\x95\xd3\ \xd3\x53\xcc\xc3\x83\xc3\xe7\x5f\xf9\xca\x5b\x49\x12\xb5\xda\xcd\ \x34\x49\x01\x07\xfe\xc9\xda\xc8\xaf\xe8\xb5\x08\x21\x74\x5d\x4f\ \x14\xe5\x5a\xad\x41\x08\x65\x80\xa3\x94\x02\xc0\x11\x4a\x09\x65\ \xb2\xa2\x08\xa2\x64\x59\x56\x1c\x87\xa6\xa1\x02\x46\xe2\xd0\xf7\ \x5c\x2b\xcf\xe2\xeb\xbb\x3b\x3b\x9b\x1b\xd7\x76\x77\xd6\x57\xdb\ \x18\x92\x30\xf4\x09\x63\x98\x17\x87\x83\x21\xcd\x52\x96\xc5\xa7\ \xc7\x87\xaf\x0e\x0f\x10\x8f\x82\x28\xda\xda\xda\x3e\x3c\x3c\x3c\ \x3c\x78\xfe\xfd\xef\xfd\x6e\x14\xb8\x86\x26\xf9\x9e\x4d\x8a\xec\ \xed\x77\xde\x32\x0c\xbd\x5e\xaf\x1b\x9a\xa1\x48\xb2\xa6\xa8\xfd\ \x6e\xef\xe5\xd1\x71\xb7\xd3\x7d\xf5\xf2\xd5\xc5\xf9\x45\xab\xd9\ \xba\x79\x73\x77\x63\x73\xf5\xd6\xfe\x9d\x7a\x73\x55\x37\x6a\x92\ \xa2\x26\x79\x84\x30\x71\xec\xf1\x7c\x3c\x3e\x7c\xf6\x82\x87\x7c\ \xa3\xd6\xea\x76\x7a\x81\x1f\x30\x06\x44\x49\xaa\x56\xab\xeb\x1b\ \xeb\x08\xc1\x28\x8d\xf2\x22\xcb\xf2\xac\xd3\xe9\x84\x61\x10\x04\ \xfe\xc5\xf9\x79\xa9\x54\x8a\x82\x20\x4b\x53\xcf\xf3\x10\x63\xbd\ \x4e\x27\xf0\xdd\x17\xcf\x9f\xad\xad\xae\xa8\x8a\xf4\xf0\xc1\x67\ \xd6\x7c\x56\x2d\x97\x30\x82\xd3\xd9\xd8\x34\x74\x49\x92\x6a\xb5\ \x9a\x69\x18\x92\x28\xea\x9a\x26\x8b\x42\x12\x85\x88\x03\x2f\x9e\ \x3d\xa5\x79\x4a\x48\xf1\xcb\xf1\x96\x5f\x42\x45\x68\xaa\x14\x47\ \x61\x18\x04\x92\x24\x2f\x6e\xe3\xb6\x3d\xb7\x67\xd3\xf9\x6c\x62\ \x4d\x47\xc3\x7e\x57\x96\xe5\x5a\xbd\xea\xba\xf6\xd9\xc9\x69\x18\ \x78\x18\xa1\x20\xf0\x39\x88\x34\xa3\xac\x1a\x26\x80\xb0\xdb\xef\ \x65\x79\x5e\x10\xe2\x79\x9e\x35\x9f\xf9\x9e\x53\x64\xb1\x35\x19\ \x8d\x7a\xdd\xd9\x64\x6c\xcd\xe7\x58\x10\x45\xc3\x94\x4b\xd5\xdd\ \x5b\xfb\xa5\x4a\xe9\xea\xf2\x74\x3e\x19\xd5\x4a\x26\x57\x50\xdb\ \xb2\x7b\xbd\xfe\x68\x34\x18\x0e\x3b\x95\x9a\x59\xa9\x56\xe3\x38\ \x7b\xe3\xcd\xb7\xf6\x6f\xbc\xa1\x2a\xfa\x52\xbb\xc5\x18\x89\xa2\ \x90\xc7\x50\x53\x64\x1e\x82\x3c\x4b\x48\x9e\x4a\x02\xa6\x59\x02\ \x48\x06\x01\xa1\x24\x03\x8c\x22\x88\xeb\xf5\x16\x87\x90\xa4\x48\ \xe5\x5a\x39\xc9\xe3\xcb\xcb\x8e\xa9\x1b\x1c\x62\xbe\x17\x40\x20\ \x72\x00\xf5\x7b\x97\x1f\x7f\xfc\xf7\x00\x00\x59\xd4\xc2\x20\xdb\ \xd8\x58\xad\x37\x2b\x8e\xe3\x78\x9e\x17\x27\xc9\xbb\xef\xbe\x3f\ \x9b\xdb\x41\x10\xd6\x1b\xcd\x37\xee\xbe\x39\x18\x0d\x1c\xc7\x69\ \x35\x97\x04\xc4\xfb\xae\x0f\x01\xd7\xef\x74\x96\x9a\xcd\xb2\xa1\ \x2b\xa2\x2c\x89\xb2\xa6\xe8\x92\x20\xbf\x1e\x46\x47\x08\x69\xd4\ \x1b\xf5\x5a\x6d\x3c\x9c\x10\x02\x2c\xcb\x79\xf8\xf9\x83\xe7\x2f\ \x1e\x8f\x06\x97\xe3\x61\xa7\xd7\xb9\xec\x5c\x9c\x07\x81\x7d\xe3\ \xe6\x0e\xc2\xf4\xb3\x07\x1f\x1f\xbd\x3c\x20\x34\xcf\xf2\x14\x62\ \xa8\x68\x9a\xa2\xa9\x25\xb3\xe4\xce\xe7\x67\xaf\x8e\x75\x59\x76\ \x6c\x2b\x0c\xfc\xf1\x68\x34\x18\xf4\x29\x29\x9e\x3e\x7d\xf6\xea\ \xd5\xb1\x65\x39\x39\xe5\x44\xad\x24\x97\x6a\xb7\xef\xbd\xb5\xb5\ \xbb\x33\x9f\x8f\xbf\xfc\xfc\x81\x24\xe0\x76\xa3\xe9\xfb\xe1\xcc\ \xf2\x46\xe3\xf1\xb3\x17\x4f\x11\x46\x37\x6f\xdd\x88\xe2\xa4\x52\ \xa9\x7f\xe5\xad\x77\x2b\xd5\xaa\xae\xab\x66\xc9\x8c\xe3\x04\x21\ \xbc\xa0\x76\xf2\x9c\x14\x05\x13\x31\xe6\x21\xce\x92\x8c\x52\x3a\ \x9d\x5b\x84\x70\x59\x46\xda\xed\x15\x51\xd6\x92\x34\x2f\x57\xaa\ \x9a\xae\x5e\x5c\x9c\xc6\x89\xaf\x6b\xba\xe3\x04\x51\x14\x11\xca\ \xe2\xc4\xfe\x8f\xff\xe9\x7f\x75\x9c\xb0\xd5\xdc\x03\x54\xad\x56\ \x2a\x77\xde\xd8\x3b\x3d\x39\xee\x76\x3a\x94\x14\x7b\xbb\xbb\x5b\ \x1b\x1b\x87\x2f\x0e\x2a\xe5\xf2\xd7\xbf\xf6\xd5\x66\xa3\xfe\xf0\ \xc1\x83\x46\xb3\xd9\x6a\x35\x0b\x92\xbf\x3a\x7e\x19\x45\xe1\xc9\ \xc9\xf1\xad\xfd\x9b\xed\xa5\x96\x61\x68\xa2\x24\x34\x9b\x35\xee\ \x9f\x6a\xe9\xfe\x8a\xee\x5c\x84\xd0\x92\x69\x02\x20\x86\x61\xe4\ \x7a\xb8\x5c\x2e\x31\x06\x18\xa3\xa2\x80\xe7\x96\x13\x04\x81\x20\ \x08\x9a\xa6\x61\x84\xe6\x96\xd5\x6a\xb5\x38\x8e\x7b\xf6\xec\xd9\ \x77\xbe\xf3\x9d\x76\xbb\x85\x10\x66\x00\x10\x42\x64\x49\xfe\xe0\ \xfd\xf7\x3f\xfd\xf4\xd3\x41\xbf\x27\xf0\xbc\xeb\xba\xb3\xe9\xf4\ \xc1\xc3\x07\x82\x28\xba\xbe\x67\x94\xa4\x5b\xb7\x6e\x1d\x1e\x1e\ \x56\xab\x95\xbd\xbd\x3d\xc7\x71\x18\x03\x95\x4a\x65\x73\x73\x53\ \x96\xe5\xd5\xd5\x95\x30\x4a\xa3\x38\x5a\x50\x0b\xe3\xf1\x78\x3a\ \x9d\xb6\xdb\x2d\x55\x55\x35\x55\x4d\xd3\xb4\xc8\xd2\xe5\xe5\x76\ \x11\xa7\xde\x64\x20\x0a\x42\xe8\xf9\xd5\x86\x51\x36\x34\xc7\x9a\ \xc9\x12\x3f\x9b\x0e\x25\x59\x94\x24\xc1\x71\x9c\x5f\x08\x00\x20\ \xcc\xf2\xac\x5e\xaf\x6f\x6f\x6d\x1f\xbe\x3a\xab\x54\xaa\xd5\x6a\ \x55\x11\xa5\x6e\xb7\x7b\x79\x79\x29\x89\x92\x69\x9a\xab\x6b\x6b\ \xb6\x65\xf5\x7a\xbd\x24\x4d\x39\x8e\xf3\x7d\x8f\x52\x1a\xc7\x71\ \xb7\xdb\x8d\xa2\x48\x92\xa4\xe5\xe5\x15\x84\x10\x82\x68\x7d\x7d\ \x4d\x53\xf5\x6b\xd7\xae\x4d\xa7\x53\x8c\xf1\x7c\x3e\x97\x24\xa9\ \x54\x2a\x01\x00\xba\xdd\x2e\x00\x6c\x69\xa9\xfe\x1a\x67\xff\x22\ \xf7\x1f\x85\x01\x25\x04\x80\x45\x21\x83\x8f\xe3\x98\x50\x96\x24\ \x19\x2f\x88\x84\x10\x55\x33\x5f\x1e\x1d\xa9\xba\xbe\xbc\xbc\x2c\ \x4a\x92\xe7\xba\xb2\x28\x03\x04\xa7\xd3\xa9\x2c\x2b\x2b\xab\xcb\ \x45\x9e\x7b\x9e\xb7\xe8\x90\xd6\x6a\x35\x51\x14\xa3\x28\x46\x08\ \x95\xcb\xa5\xe1\x70\x38\xb3\x0e\x65\x45\xaf\x36\x9b\x3c\x82\x84\ \x14\xbc\x20\xd4\xeb\xf5\xe1\xe5\xe9\x68\x34\x2a\x57\x5b\xd3\xd9\ \xd4\x0f\xf3\xb9\x35\x93\x65\x30\x9b\xcd\x5a\xad\xb6\xe7\xb9\x90\ \x03\xf5\x6a\x55\xd1\x14\x5e\xe6\x49\x91\x67\x71\xc2\x0b\x58\xe0\ \xf9\x34\x49\x82\xd0\x67\x84\x42\x0e\x00\x46\x49\x41\x74\x5d\x0d\ \xa3\x18\x23\xa8\xc8\x92\x69\x18\x49\xe0\x40\x0e\x58\xd6\x8c\x03\ \xb4\x56\xa9\x4e\x27\x36\xa0\x19\x47\x69\xe0\x79\x02\xcf\x63\x08\ \x6c\xdb\x49\x62\xf6\xc1\xee\x3e\x84\xa8\x56\xab\x16\x5c\xa1\x2a\ \xb2\xcc\x8b\x02\x2f\x5e\x9c\x9f\x6b\x8a\xde\xac\x37\x9e\x3e\x7b\ \x7a\xed\xda\xf6\xda\xca\x4a\x92\x24\xae\xeb\x00\x46\x09\x25\x80\ \x51\x5a\x14\x8c\x90\xd5\xe5\x65\xc8\x71\xbe\xe7\x21\x41\x00\x0c\ \xfd\xff\xa0\x22\x60\x92\x26\xd3\xe9\xd4\x0f\x7c\x08\x80\x80\x51\ \xe7\xea\x32\xf0\x03\x45\x55\x5d\xdf\xef\xf5\xfb\x1b\x1b\x5b\x61\ \x98\x2a\xea\xc5\xee\xde\x5e\x9e\x17\x17\x97\x97\x71\x14\x07\x7e\ \xd8\xed\x5c\x49\x92\xb2\xb6\xb6\xc6\x01\x16\xc5\x81\xe3\x38\x84\ \x92\xc0\xf7\x30\x86\x49\x12\xf1\x3c\x8f\x10\x42\x88\x3b\x3b\x3b\ \x65\xa4\xf8\xda\x37\x7f\x5d\xd6\x75\x04\xb9\x24\x4a\x37\x36\x36\ \x8f\xbe\x7c\xf8\xec\xf9\xf3\x6b\xd7\xf6\xe3\x38\x9e\x58\xde\x60\ \x3c\xce\x52\xcf\xf3\xa7\x51\x14\xe9\xba\x36\x9b\xcd\xb6\xb7\xaf\ \x57\x2a\x25\x60\x17\x9a\xae\x47\x51\x18\x45\x91\x61\x18\x71\x9c\ \x60\x1e\x87\x7e\x80\x21\xe2\x11\xcf\x18\x65\x8c\x69\xaa\x5a\x10\ \x1a\x47\x61\xb5\x52\x29\xb2\x50\x14\x85\x20\xf0\xf2\x34\x31\x34\ \x1d\x71\xb0\xdb\xed\xbe\xfb\xee\x07\xae\x33\x47\x08\xab\x2a\x9f\ \xa6\xf9\xb3\xe7\xaf\xbe\x72\xd7\x68\x34\x6a\x45\x51\x54\xab\x55\ \x00\xc1\xdb\x6f\xdd\x1b\x0e\x47\x87\x2f\x5e\xe8\x9a\xfe\xad\x5f\ \xfb\xc6\x0f\x7f\xf8\xc3\x1f\x7c\xef\x7b\x9b\xeb\x1b\xcd\x7a\xfd\ \x27\x3f\xf9\xe9\xf7\xff\xe0\x07\xd3\xd9\x34\xcb\x52\xc3\xd0\x7b\ \xbd\xde\xdd\xbb\x6f\x36\x1a\xf5\x45\x52\xa5\x52\xa9\xe4\x79\xce\ \x11\xf2\xcb\x31\xe0\x5f\x19\x89\x4a\x2a\x95\x4a\xab\xd5\x72\x1c\ \xc7\xb2\x9c\xf9\xdc\x8e\xa2\x38\x8a\x12\xcf\x0f\x21\x84\x8b\xb2\ \x42\x18\x86\x0b\xb5\x05\x21\x44\x55\x55\x08\xe1\xca\xca\x4a\x18\ \x46\x0b\x77\x0d\x21\xc5\xea\xda\xea\x9d\x37\xde\xa8\xd7\xeb\x80\ \xe3\x82\x30\x18\x0c\x06\xed\xa5\xa5\x57\x2f\x5f\xae\xac\xac\x10\ \x42\xca\x95\xb2\xaa\xaa\x18\xe3\x77\xde\x79\x97\xe3\xb8\xa2\x28\ \xa6\xd3\xe9\x82\x4d\x85\x10\x06\x41\x40\x28\x89\xa2\xc0\x75\x6d\ \xd7\xb5\x39\x8e\x55\xab\xe5\x20\xf0\xab\xd5\xf2\xdc\x9a\xe5\x79\ \x06\x01\x9d\xf4\xfb\x83\xab\xab\x34\x0a\x23\x3f\x88\xc2\x30\x0e\ \x42\x5a\xe4\x83\xee\x65\x11\xfb\x24\x0b\x6f\xde\xbc\x96\x24\xd1\ \xe3\x2f\x1f\x31\x46\x79\x1e\x01\x8e\x91\x82\x34\x1b\x4d\x84\xb0\ \xe7\x79\xb5\x5a\x2d\x8e\x63\xdf\xf7\x1d\xc7\x01\x80\x8b\xa2\xa8\ \xdb\xed\xce\x67\x33\xcf\xf3\x24\x51\x72\x1c\x67\x34\x1a\x13\x42\ \x05\x41\x38\x3e\x3e\x7e\xf4\xe8\xd1\x78\x3c\x2e\x97\xcb\x37\x6f\ \xde\x84\x10\x0a\x3c\xcf\x41\x38\xb7\xe7\x0b\x64\xc1\x75\xdd\x45\ \x99\x1f\x21\x24\x49\x12\x00\xa0\xd3\xe9\x12\x42\x5f\x83\xe7\x66\ \x8c\x41\x08\x25\x59\xf6\x3d\x9f\xe7\x79\x0e\x00\x51\x14\x1b\x8d\ \x86\x24\x49\xd5\x4a\x55\x56\x14\xcb\xb2\x00\x60\x1c\xa0\x45\x92\ \x15\xa4\x30\x0d\xa3\x51\xab\x73\x10\x48\xa2\x14\xc7\x51\xa7\x73\ \x75\x71\x7e\x31\x9f\xcf\x5a\xad\x86\x69\x9a\x45\x91\xe7\x79\x1e\ \x86\xfe\xa2\x00\x81\x79\xa4\xeb\x9a\xc0\xa3\x30\xf0\x26\xe3\xf1\ \xa2\x9f\x5b\xd2\xcd\x95\xe5\x55\x4a\x98\x6d\x5b\x94\x12\x42\x49\ \xab\xdd\x7a\xe7\x9d\xb7\x1b\xcd\x46\x10\x04\xba\xaa\x06\xbe\x97\ \xe5\x89\x6d\xcf\xc3\xc8\xcb\xb2\x38\x4d\x23\x49\x14\xca\xa6\xc9\ \x71\xc0\xb6\xe7\xae\x6d\x5b\xd6\x8c\xd2\x82\x14\x99\xa9\xa9\x80\ \x02\x92\x67\x71\x14\x8e\x06\x83\x5a\xa5\x5c\x2a\x99\xa1\xef\x4d\ \x47\xa3\xf1\x70\x44\xf2\xa2\xdf\xeb\x5d\x75\x2e\x6d\x7b\x6e\x59\ \x73\x52\xe4\x1c\x07\x34\x5d\x97\x14\xb9\xd5\x6a\xb9\xae\xf7\xf8\ \xd1\x17\xcf\x9f\x3e\x79\xfe\xe4\xf1\xf9\xf9\x29\x44\xdc\xf5\x6b\ \x7b\xa2\xc0\xb7\x9a\xb5\xfb\x9f\x7e\x7a\x74\xf0\x42\xd7\x14\x55\ \x91\x39\x40\x79\x0c\x79\xc4\x79\xae\x7d\xf0\xe2\x39\x86\x1c\xc6\ \x5c\x14\xfa\x59\x1a\x67\x69\xec\x79\x56\x18\xf8\xaf\x77\xd5\xa5\ \x94\x9a\x9a\x9e\x84\x51\x1c\x84\x0c\x30\x51\x92\x6f\xdd\xbc\xb5\ \xbb\xbb\x9d\xa6\xe9\xb5\xdd\x9d\x38\x0c\xa6\xa3\x51\x92\x44\x59\ \x1a\x8d\x87\xfd\x76\xab\xf1\xc6\xed\x7d\xdb\x9a\x63\xcc\x09\x3c\ \x7e\xfa\xe4\xc9\xc3\xcf\x1f\x3e\x7e\xfc\x88\x16\x99\xae\x48\x81\ \x67\xe7\x69\xcc\x63\xc8\x48\x1e\x85\xbe\x2c\xf2\xb5\x4a\x19\xd0\ \xc2\x9e\xcf\xec\xf9\xdc\x75\x5c\x8c\x30\xa0\xdc\xfe\xad\x5b\x80\ \x83\x93\xf1\xd8\x0f\xdc\x9c\x64\x05\xc9\xdf\xba\xfb\xe6\x3b\x6f\ \xbf\x9d\xc6\x31\x8f\x51\x92\x24\x81\xe7\xbb\x8e\x93\x24\xb1\x20\ \xf2\xa1\xef\x87\x61\xa8\xaa\xaa\x69\xe8\x79\x9e\xcf\x66\x73\x6b\ \x6e\x85\x41\x40\x29\x91\x65\x51\x96\xa5\xa2\x28\xc2\x20\x98\xcd\ \x66\xb6\x3d\x5b\x5e\x6e\x07\xbe\xdf\xeb\x74\x4f\x4f\x4f\x7d\xd7\ \x4d\xe2\xf8\xf9\xd3\xa7\xdd\xab\xab\x97\xaf\x8e\xa2\x30\x42\x10\ \x19\xba\x2e\x20\xd4\x68\xb4\x55\x45\x3f\x3d\x3b\xfb\xf1\xdf\xfe\ \xf8\xc1\xe7\xf7\x1f\x7e\x7e\x1f\xf3\xf0\xd7\xbf\xfd\x2d\x5e\xe2\ \x35\x43\xed\xf4\xae\xfe\xf8\x3f\xfd\x47\xc3\xd4\xea\x8d\x1a\xc7\ \xb1\x6a\xb9\x84\x11\xc7\x63\x74\x70\xf0\xfc\xe3\x8f\x7f\xf6\xf6\ \xdb\x6f\x79\xae\x1d\xc5\x21\x25\xb9\xef\xb9\xc3\x41\x7f\xe1\xff\ \xf9\xd7\xe0\xe7\xe2\xb2\x2c\x23\x84\x2b\x8a\xbc\xdf\xef\xbb\xae\ \xb3\x28\x7e\xd5\x6a\xd5\x6a\xb5\x42\x29\x6d\xd4\xeb\x10\x21\xc0\ \x58\xbd\x5e\x9f\xcf\xe7\x9a\xa6\xad\xae\xae\x2e\x48\x82\x85\x6a\ \x02\x00\x0e\x63\x1c\x45\xd1\xf2\xf2\x32\x07\x38\x45\x51\x6d\xdb\ \xfe\xcb\xbf\xfc\xcb\x5a\xad\x56\x64\x99\xe3\x38\xef\xbe\xfb\x2e\ \xc6\xfc\x7c\x3e\xe7\x79\x21\x0c\x43\x41\x10\x3a\x9d\xce\x6c\x36\ \xbb\x79\xf3\x66\xb7\xdb\x9d\xcd\x66\x2b\x2b\xeb\x69\x9c\x4c\xc7\ \x13\x49\x14\xef\xdc\xbe\xa3\x28\xf2\x74\x3a\xfd\xf2\xd1\x97\xbd\ \x6e\x37\x8e\xe2\x7a\xbd\x34\x9f\x8c\x11\x80\xae\x63\xcd\x66\xd3\ \x46\xbd\x1e\x84\x16\x2e\xb2\xb9\xe5\xfd\xc5\xff\xfd\x67\xa7\xaf\ \x8e\x3f\xf8\xfa\x37\x5d\xcf\x19\x0e\x87\x86\x61\x30\xc6\xb2\x2c\ \x93\x24\xa5\x52\xa9\x3d\xfc\xfc\x0b\xc6\x58\xb9\x5c\x9e\x8c\xc7\ \x9e\xeb\xca\xb2\x2c\x49\xa2\x24\x4a\x59\x96\x75\xae\xae\x24\x59\ \x5e\xb8\x22\x18\xa3\xd3\xe9\x34\x4d\xd3\x20\x08\x0c\xc3\x18\x8f\ \xc7\x0b\xa7\xd8\xe2\x65\x11\xc7\x51\x18\x04\xd5\x4a\x45\x14\xc5\ \x45\x74\x69\x6d\x6d\xed\xf0\xf0\x30\xcf\xf3\xc1\x60\x50\xa9\x54\ \x17\x3e\xaf\xd7\x43\x22\x2b\x95\xea\x70\x30\x8e\xe2\x84\xe3\x38\ \xd3\x34\x83\x30\xd0\x34\xe3\xda\xde\x75\xdb\xf3\x5d\xd7\x05\x1c\ \x74\x5d\xb7\xd9\x54\x78\x84\x73\x96\x03\x0e\x60\x84\x30\x82\xcb\ \xed\x56\x41\x18\xe3\xc0\xee\xd6\x35\x81\xe7\x19\xbd\x3c\x4b\x53\ \x4a\x0a\x1e\xf3\x8a\xa2\x3a\x8e\x33\x1e\x8d\x11\x84\xab\x2b\xcb\ \xed\x56\x35\xf2\x3d\x84\xa0\x88\xaa\xa2\x20\xb4\x97\xda\x08\x23\ \xdf\x0f\x82\x30\xe0\x95\x48\xa7\x74\xa9\xbd\x64\x98\xfc\x8f\x11\ \x87\x10\x0c\x7c\x4f\x37\x1a\xd3\xf9\x38\x48\xa2\x72\xb5\x92\xe6\ \xb9\xa2\xab\x49\x1c\xa5\x69\x12\x06\x7e\x9e\xe7\xbe\xe3\x2a\x92\ \xa0\xab\x32\xa3\x24\x89\x43\x7b\x3e\xaf\x55\x2b\x02\xd7\x10\x30\ \xc7\x08\x29\x99\x7a\x12\x27\x17\x67\xa7\xbb\x7b\x37\x35\x59\x66\ \x00\xea\x9a\x82\x21\x40\x90\x2b\x8a\x8c\x43\xe2\xad\x5b\xb7\x05\ \x51\x2c\x8a\x9c\xc7\xd0\x0d\x5d\xcb\xb2\x35\x4d\x4f\xa2\x58\x57\ \x35\x81\x17\x21\x03\x08\x82\xfb\x9f\x7d\xfa\xef\xfe\xdd\xef\x6c\ \x6e\xac\x8f\x27\x53\x92\x67\x71\x92\x1e\xbf\x3c\x2c\xb2\x18\x00\ \x6d\x3e\x9d\x88\x92\xc4\x00\xca\x29\x89\x33\x92\xa5\xed\xd7\x5b\ \x76\x06\x98\xaa\x2a\xb5\x6a\xb5\xdb\xed\x40\xc0\x55\x2a\xa5\xa2\ \xc8\xc3\x30\xfc\xb5\xaf\x7f\x6d\x65\x75\xb5\x28\x48\xa5\x52\xc5\ \x10\xa6\x49\x22\xcb\xd2\x74\x3c\x42\x18\xe9\x9a\xc2\x63\x54\x10\ \x70\xeb\xd6\x0d\x8e\x03\x8d\x5a\x79\x77\x67\x73\x36\x9d\x8d\xc7\ \x23\xc7\xb6\x42\xdf\x37\x4d\x53\x55\x94\xf3\xb3\xf3\x28\x8a\xd6\ \x57\xd7\xb6\x36\x36\x04\xc4\x8d\x07\x7d\xc6\x9a\x9a\xc8\x6f\xac\ \x6d\x2c\x35\xdb\xaf\x8e\x0e\xfa\xfd\xbe\x6c\x56\xca\xd5\xe5\x46\ \xb3\xb1\xbc\x5c\xfb\xe1\x0f\xff\xcc\x34\x75\xc0\x68\x10\x78\x3c\ \xc6\xe7\xa7\x67\x82\xc2\x63\x11\x29\x9a\xce\x71\xdc\x78\x32\x25\ \x79\x91\xa6\xa9\x63\xd9\xb9\xaa\x1a\xba\x81\x10\x4a\x92\xac\xdb\ \xed\x61\x5e\x68\xd4\xeb\x22\xae\x79\xee\xb4\x64\x1a\xf5\x7a\xbd\ \xdf\xef\x79\xbe\xcb\x00\xa5\x84\x68\x86\xc6\x86\x8c\xe3\xc0\xa2\ \x33\xdb\x6a\xb5\xde\x7f\xef\x03\xcb\xb2\xb2\xa2\xb0\x9d\xf9\xcc\ \x1a\xbb\x8e\x37\x1a\x8e\x8e\x5f\xbd\xd2\x75\x9d\xc7\xfc\xde\xee\ \xde\x9f\xfc\xe7\x3f\xf9\x9d\xdf\xf9\xef\x3f\x7c\xff\x83\xbf\xf8\ \xf3\x3f\xb7\xed\x39\xcd\xf3\xc7\x5f\x7e\xf1\xe9\xcf\x7f\xbe\xbe\ \xbe\xde\xbb\xba\x02\x84\x00\x0e\x24\x61\xe0\xfb\x41\xb5\x5a\x41\ \x4d\x83\xfd\xeb\xd8\xb9\x18\x42\xb8\x56\xab\x94\xcb\xa5\xe9\x6c\ \x02\x21\xc7\x71\x50\xd3\x14\x59\x96\x17\x2c\x09\xc6\x58\x14\x84\ \x28\x8a\x8a\xa2\x58\x5d\x5d\xa9\xd5\xaa\x69\x9a\xf2\x3c\xd6\x75\ \x9d\x52\x9a\xa6\x29\x63\xa0\x28\xf2\xa3\xa3\xa3\xf5\xf5\xf5\xd5\ \xb5\xd5\xcf\x3e\xfe\xb9\xe3\x38\x96\x65\x95\x4a\xa5\xd3\x57\xc7\ \x82\x20\xb4\x5a\xad\xb3\xb3\xd3\x38\x8e\x83\xc0\x4f\xd3\xd2\xea\ \xea\x6a\x92\x24\x97\x97\x97\x0b\xf8\xb3\x5e\xaf\xa7\x69\x22\x88\ \x42\xb3\xd9\xf4\x7d\x4f\x14\x04\x8c\xb0\x63\xdb\xa2\x28\x7c\xf7\ \xbb\xdf\x25\x84\x3c\x7b\xf2\x30\x70\xed\x92\x5e\xce\xd3\xc2\xd0\ \xcd\x56\x7b\xf9\xf3\x87\xe7\xa5\xaa\x21\x09\xf2\xd9\xc9\xa1\x88\ \x91\x24\xf1\xae\xeb\x26\x69\x54\x90\x82\x17\x04\xc0\x80\xeb\x7a\ \x8e\xe3\xb8\xae\xd7\x5e\x5a\xb3\x2d\x3b\x2f\x8a\xd3\xd3\xd3\x2c\ \xcb\x78\x9e\x2f\x8a\x22\x8a\x22\x81\xe7\x11\x42\xe3\xf1\xc8\xb1\ \xac\x9c\xe4\x98\x47\x0b\x4d\x85\x6d\xdb\x69\x9a\x3e\x79\xf2\xa4\ \x54\x2a\x31\xc6\x20\xe4\x5c\xc7\x13\x25\x47\x51\x94\x24\x49\xe2\ \x38\x3e\x38\x38\xe8\xf5\x7a\x41\x10\x28\x8a\x12\x86\x61\x18\x46\ \x49\x12\xbf\x5e\xfa\x07\x21\xb4\xb3\xb3\xf3\xf2\xe8\x55\x92\xc4\ \xcd\x66\x1b\x21\xe4\xd8\xce\xea\xea\xba\x61\x9a\x19\xa1\xa6\x69\ \xf6\xfb\x43\x9e\x47\xba\xae\x62\x04\x25\x49\xe3\x20\xc2\x98\x37\ \x4c\x13\xf3\x3c\x44\x18\x63\x08\x58\x71\x79\x71\x9e\x24\x09\x46\ \x48\x96\x64\x40\x69\xe8\xfb\x80\x50\x53\xd7\xf2\xbc\x40\x1c\x4b\ \xa2\xa0\x00\xbc\x28\x09\x59\xa2\x46\xae\xcd\x0a\xaa\x69\x7a\xe8\ \xfb\x05\x25\xaa\xa6\x6e\x6d\x6d\xa6\x59\x12\x86\xd1\xc2\xe8\xc4\ \x41\xc6\x23\xce\xb1\x66\x94\x51\xd5\x90\xdb\xed\x96\xe5\xba\xb6\ \x15\xf0\x18\xd3\xa2\xc8\x92\xd8\xb6\xa6\x8e\x3d\xad\x55\xaa\x82\ \x80\x25\x49\x32\x75\x95\x92\x7c\x34\xec\x33\x92\x66\x69\x0c\x28\ \xc1\x88\x33\x74\x35\x4b\x22\xdf\xb5\xd6\x37\xb7\xb3\x24\x12\x78\ \x0c\x11\x24\x05\xa3\x1c\x6d\x34\x9b\x8e\xed\x00\x24\x94\x6a\xa6\ \x6e\x2a\x45\x96\x01\xca\x2a\xa6\x01\x39\xe4\xfb\x6e\x91\xa7\xdb\ \xdb\x9b\xc7\xaf\x8e\xae\x2e\xef\xac\xaf\xad\x9e\x1e\x1f\x5f\x9c\ \x9f\xea\x86\x11\x04\xee\x1b\x6f\xdc\xf6\x5d\xc7\x9a\x4d\x4b\xe5\ \x72\x41\x19\x43\x10\x42\x11\x41\xf0\x7a\x18\x5d\x96\x66\xef\x7f\ \xf0\xbe\x63\x39\x3f\xf9\xe9\xdf\x09\x82\x78\x7d\x6f\xcf\xb6\xed\ \xa5\xa5\xa5\xbd\xbd\x5d\x84\xd0\x37\xbe\xf1\x6b\xb6\x65\xbf\x7c\ \x79\x62\x96\xca\xba\xaa\x62\xc8\x55\x6b\xf5\xe9\x7c\xde\x6c\xb4\ \x20\xc6\x10\xa2\x3c\xcb\xeb\xd5\xd2\x6c\x3c\xb8\xb8\xb8\x14\x30\ \x04\x84\x2c\xb7\x5a\x9e\xe7\xcd\x1d\xa7\x48\x53\x56\x10\x0c\xb9\ \x2c\x89\x5c\xdb\xa2\x58\x8a\xc3\xb8\x88\xc9\xa0\x3f\xac\xd5\xaa\ \xe7\x3c\x2e\x68\x4e\x29\xb9\x7d\xe7\x56\x9e\x65\x49\x1c\xcb\x92\ \xd4\x71\xdd\x41\xaf\xb7\xbe\x79\x7d\x34\x1e\xca\xb2\x5a\xaa\x9a\ \x9b\x7b\x5b\x7e\x18\xfa\x7e\x20\xcb\x32\xa3\x34\x49\x92\x24\x4d\ \xa6\xe3\xb1\xe7\x7a\x18\xf3\xad\x56\x53\x51\x24\x84\xf9\x41\xaf\ \xeb\xd9\x53\x04\x8b\x3c\xcb\x78\x1e\x52\x92\xab\xb2\x74\xf2\xea\ \xb8\xde\xa8\xa9\xaa\x4c\x68\x26\x08\x7c\x92\x64\x45\x4e\xee\xdd\ \x7b\x57\x14\xc5\xf3\xcb\x6e\xa9\x62\x7e\xe5\x2b\x6f\x9d\x9c\x9e\ \x38\x96\x83\x20\x32\x74\x23\x4d\xd3\xcb\xcb\x57\x2b\xcb\x4b\x0f\ \x1f\x3c\xf8\xeb\xbf\xfa\xab\x0f\x3f\xfc\xb0\xd9\x68\x1e\xbe\x78\ \xb1\xbd\xb9\xf5\xf0\xfe\x67\xb7\x6f\xdd\xb8\x7b\xf7\xde\xc1\xf3\ \xa7\x86\xa6\x38\x8e\x63\x18\x06\x84\x90\x11\x83\xfb\x47\x75\xe4\ \xbf\xb8\xe5\x66\xf1\x86\x12\x45\xa1\x56\xab\xc6\x71\x6c\x18\x46\ \x96\xa5\x0b\xa5\x86\x20\x08\x08\x41\x4a\x08\x63\x0c\x63\xcc\x18\ \x68\x34\x9a\x3f\xfd\xe9\x4f\xb7\xb6\xb6\x14\x45\xc1\x18\x2f\x0c\ \x8a\x81\xe7\x46\x51\xa4\x28\xca\xcd\x1b\x37\xee\x7f\xfa\x49\xbf\ \xdf\x6f\x34\xeb\xd5\x6a\xa5\xd7\xef\x03\x00\xaa\xd5\xca\xd5\x55\ \x67\x75\x75\xb5\x5a\xad\x5a\x96\x25\x08\x02\x00\xa0\xd1\x68\x54\ \x2a\x95\xdb\x6f\xdc\xce\xd3\x3c\xf0\xc3\x38\x49\x06\x83\x7e\xb7\ \xdb\xa3\x8c\x56\xab\x15\xc7\x75\x96\x96\x97\x2a\x95\x4a\xb5\x5a\ \x06\x24\xfc\xc9\x47\x1f\xbd\xec\x4f\x34\x59\xe7\x05\xc9\x30\xca\ \x88\x17\x6d\xc7\xad\x55\x84\x34\x0e\x96\x57\xb7\xe3\x38\x3c\x3c\ \xbc\x80\x90\x63\x94\x46\x51\xa4\xa8\x72\x92\x24\x92\x28\x7f\xf8\ \xe1\x57\x3b\xbd\xa1\xe3\x78\x96\x35\xc5\x18\x4d\xa7\xee\x74\x3a\ \xab\x94\xcb\xf3\xf9\x7c\x69\x69\x09\x42\xa8\x6a\x9a\x35\x9d\x6a\ \xba\x9e\x65\x09\xc7\x71\x08\xa1\x5a\xad\xb6\xb1\xb1\x91\xa6\xe9\ \x74\x3a\xd5\x75\xdd\x75\x9d\xe9\x74\xb2\xbd\x73\x8d\x52\x8a\x10\ \xaa\x54\x2a\x9d\x4e\x27\xcb\xb2\x38\x8e\xc3\x30\x5c\xe4\xb4\xff\ \x51\x01\xfb\x5a\x8a\xbb\x24\xcd\x52\x84\x30\x63\x8c\xe7\xf9\xf5\ \xf5\x75\x00\xc0\xd9\xe9\x29\x40\xd8\x75\x5d\x84\xf8\x56\x7b\xa9\ \xd5\xac\xcb\x8a\x86\x10\xef\xba\x1e\xe4\x71\xa5\x5c\x12\x25\x49\ \x10\xc5\x34\x49\xec\xf9\x64\x32\x1e\x44\x51\xc2\x31\xea\xda\x76\ \x9e\xa6\xab\xab\x6b\x6b\x2b\xab\xbe\xe7\x75\x7b\x3d\x43\xd5\xe2\ \xc8\x37\x2b\x8d\x72\xd9\xd4\x35\x15\x16\xc9\x9d\xdb\x77\xba\xe7\ \xc7\xcf\x9f\x3d\x03\x80\xdb\xbd\xb6\x5b\x2e\x97\xf2\x3c\xeb\x77\ \x4f\x14\x59\x2a\xf2\xcc\xb3\x6d\x5a\x20\x3f\x2c\xaa\x51\x50\xae\ \x19\x69\x1a\x56\x2b\xa5\x8b\xf3\x8b\x99\xe7\x87\x61\x60\x18\xea\ \xce\xf6\xd6\xc9\xab\x57\x71\xe8\x37\xea\xeb\xf3\xf9\x7c\x34\x1a\ \xdb\x96\x1d\x45\x2e\xa4\x59\x9e\x86\x51\xe0\xab\xb2\x52\x64\xa9\ \xe7\x5a\x45\x9e\x96\x4d\xfd\xec\xf8\x18\x73\x00\x01\xc0\x18\x87\ \x31\x4e\x92\x44\xd3\xd5\x6a\xbd\x29\xc8\xb8\x3f\xec\xe4\x69\x6c\ \xe8\x25\xdf\x77\x4b\x66\x09\x72\x5c\xab\x59\x5f\x6a\x37\x7a\x97\ \x67\x4f\x1f\x3f\xda\xdd\xd9\x12\x79\xde\x73\xad\x2c\x4d\x04\x8c\ \xd7\x56\x5a\xc7\x81\xe3\xf9\x0e\xe6\x21\x03\x1c\x96\x14\x59\x16\ \x20\xc7\x5e\x3b\xfd\x13\x47\xd1\x78\x3c\xa2\xa4\xe0\x38\x41\x96\ \xa4\x52\xa9\xd4\x68\xd4\x9f\x3f\x7d\xd6\x5e\x6a\x5f\x75\x3a\x61\ \x10\x9a\x86\xf6\xd6\xdd\x37\x5b\xcd\x7a\x9a\x65\x18\xf3\xae\x0d\ \xcb\x25\x43\x90\x24\x45\x56\xd2\x34\x63\x24\x3d\x79\xf5\xb2\xd7\ \xeb\x65\x59\x6e\x68\xf2\xe3\x47\x9f\x2b\x8a\x7a\xf3\xe6\xfe\xea\ \xd2\xf2\xc1\xc1\xa1\xa6\xaa\xb4\x28\xd2\x38\x6a\xae\x34\x4a\x86\ \xc1\x8a\x74\x63\x7d\xfd\xf6\xed\xdb\x8f\x1f\x3d\x2c\x8a\x7c\x6d\ \x63\xa5\xd5\x6a\xb2\x82\x9b\x4d\x86\x90\x03\x9a\xaa\x04\xa1\x6f\ \x68\xda\x64\x3c\xa1\x80\xdb\x53\x77\xc3\xd0\x6f\xb5\x96\x86\xa3\ \x49\xa7\xd3\xe1\x18\xf0\x3c\x6f\x63\x7d\x3d\x70\xfd\xcb\xcb\xcb\ \xcd\xcd\x4d\xdf\xf7\x7b\xbd\x9e\x65\xd9\x79\x1a\xf7\x7b\xe7\x9b\ \x6b\x4b\x8e\x3d\x17\x79\x61\x51\x84\x19\x0e\xfa\x5f\x79\xfb\xbd\ \x97\x2f\x0f\x2d\x6b\x6e\x18\x86\x20\x08\x8a\x24\x47\x61\xe2\xfb\ \x41\xb3\xd9\xdc\xd9\xdb\x99\x5a\x23\xcb\x9a\xe9\xba\xaa\x69\x6a\ \x96\xa5\x92\x24\xac\xaf\xaf\xdf\xbd\x7b\x77\x3e\x9f\xff\xe9\x9f\ \xfe\xef\xef\xbc\xfd\x15\x51\x14\x3a\x57\x57\x71\x14\x86\x9e\xf7\ \xfe\xfb\xef\x57\x2a\x95\x27\x5f\x3e\xea\x75\x3a\x92\x24\xfa\xae\ \x5b\xab\xd5\x30\x84\x94\x52\x84\x7e\x99\x0a\xf8\x57\x46\xa2\x02\ \x9e\xc7\x3c\xcf\xfb\xbe\xaf\xeb\x46\xb9\x5c\xd6\x34\xad\x5c\x2e\ \x2f\x2c\xc3\x18\x43\x8e\x03\x08\xc1\x7f\xd4\x31\x57\x2a\x15\x08\ \xa1\x2c\xcb\x0f\x1e\x3c\x38\x38\x38\x40\x08\x61\x8c\xb6\xb6\xb6\ \xe6\xf3\xb9\xae\xe9\xf5\x7a\x5d\x10\x84\xc9\x64\x72\x74\x74\x34\ \x9f\xcd\x7a\xbd\x9e\xae\xeb\xad\x56\xeb\xe2\xe2\x62\x41\x81\x02\ \x00\xda\xed\xb6\xe3\x38\xd7\xae\x5d\x5b\x5b\x5b\x4b\xd3\xec\xf2\ \xf2\xf2\xe2\xec\x74\x3a\x1a\x26\x61\xe8\x5a\xf3\xd9\x78\x34\x19\ \x0e\x49\x96\x66\x71\x94\xc5\xd1\x64\x38\xd4\x74\x6d\x63\x63\x83\ \x52\xd6\x1f\x8c\xe6\xb6\x9f\xe5\x6c\x6d\x7d\x2b\xcf\x0a\xc6\x81\ \x24\x0d\x0b\x92\x55\xab\xe5\x56\xab\x95\x24\x31\xa5\x64\x71\x1e\ \xc8\xb2\xbc\xb9\xb5\x25\x89\x92\xef\x87\xb6\x6d\x67\x79\x9e\x24\ \x29\x21\x44\x51\x64\xc0\x98\xaa\xaa\x08\xc2\x85\xd3\x76\xef\xda\ \x35\x4d\x55\x93\x24\xf9\x47\x73\xee\xca\xca\xca\xde\xde\xde\xca\ \xca\x8a\xae\xeb\x0c\x80\x66\xb3\xb5\xbe\xbe\xee\x79\x9e\x2c\xcb\ \x84\x10\x84\x90\xaa\xaa\x37\x6e\xdc\x58\x5d\x5d\xd5\x34\xad\x56\ \xab\x63\x8c\x28\x65\xaf\x57\x70\xb9\xb8\x38\x0f\xc2\x80\xe3\x80\ \xa2\x28\x80\xb1\xe5\xe5\xe5\xd5\xd5\x55\xd7\xf5\x2c\xcb\xb2\x6d\ \x5b\x14\x04\x4d\x51\x05\x41\xd4\x54\xa5\xc8\x53\x00\x58\xd5\x2c\ \x0b\xa2\x20\xf0\xbc\x24\x88\xaa\xaa\x1a\x86\xb9\xbe\xb1\x29\x49\ \x62\x18\xf9\x49\x12\x2d\x2f\x2f\xad\xae\xae\xe8\x86\xb6\xb2\xba\ \x7a\xfd\xfa\x0d\x41\xc0\x79\x12\xf2\x18\xd0\x3c\xb7\x6d\x1b\x23\ \xb4\xba\xbc\x76\xe3\xc6\x4d\x88\x60\x14\x86\x66\xc9\xd4\x34\x75\ \x67\x6b\x9b\xe4\x19\x21\x04\x41\x6e\x6e\x4d\x5f\xbe\x3a\x0c\x7c\ \x17\x21\x90\x26\x51\x18\x78\x51\xe0\xa9\x8a\xd4\x6e\x35\x6e\xef\ \xdf\x68\x37\x1a\x3c\xe2\x74\x4d\xd5\x14\x45\x16\x45\x49\x10\x28\ \x29\x6c\x6b\xe6\xbb\xce\x64\x32\x3a\x3d\x7e\xb5\xf0\x37\x84\x81\ \x07\x18\x65\xb4\x98\x8e\x87\xae\x3d\x0f\x7d\x17\x00\x86\x79\x8c\ \x79\x41\x14\x15\x45\x56\xc3\x30\xb0\xe7\x33\x46\x72\x89\xe7\xc3\ \xc0\x0f\x03\x8f\x16\x85\x80\x21\x8f\xa1\xae\x2a\xdb\x5b\x9b\xe7\ \x67\xa7\x79\x12\x29\x12\xcf\x01\xda\xef\x75\x64\x09\x47\x91\x9f\ \xa5\x51\x14\x78\xfd\x5e\x27\x0a\x3c\x4d\x95\x34\x4d\x41\x08\x82\ \xd7\xa3\x22\x20\x74\x6c\xfb\xc9\xa3\x47\xb2\x2c\xe5\x79\xaa\xc8\ \x62\xa3\x51\xfb\xb5\xaf\x7e\x0d\xf3\xe8\xfe\x67\xf7\x7b\xdd\xae\ \x65\x5b\xeb\x6b\x2b\xd5\x6a\x59\x12\xf9\x4a\xd9\x4c\xe2\xa8\x52\ \x36\x65\x51\xe0\x21\x94\x25\x51\x53\x15\x01\xa3\xd5\x95\xa5\x76\ \xab\xe1\x38\xd6\x7c\x36\xd1\x35\xf5\xad\xb7\xee\xb6\x1a\x8d\x7a\ \xb5\xf6\xe1\xfb\xef\x57\x2b\x95\xf9\x6c\x02\x01\x83\x00\xb8\x8e\ \x9d\xa7\x69\xad\x5a\x7b\xff\xbd\x0f\xda\x4b\x6d\xdf\xf7\x30\x46\ \xad\x56\x7d\x75\x75\xa5\x56\xaf\xb9\x8e\x83\x11\xee\xf7\x7a\x3f\ \xfa\xeb\xbf\x7e\xfc\xe8\x11\x65\x94\x63\x94\x31\x32\x19\x8f\x19\ \x63\xa2\x20\xd4\xeb\xf5\xa5\xa5\x25\xc0\xc0\xc6\xc6\xba\x69\x9a\ \x6b\x6b\x6b\x08\x21\x08\x61\xbf\xd7\x3b\x3a\x3a\xc8\x92\xe4\x93\ \x8f\x3f\xee\x75\xba\x1c\x07\x68\x51\xcc\x67\x33\x59\x92\x6c\xcb\ \xb2\x66\x33\xdb\x9a\x47\x71\x08\x31\xca\xf3\x5c\x53\x0d\x4d\x35\ \x09\xa1\xd3\xe9\xc4\xb2\xe6\x9a\x2e\x53\x5a\x4c\xc7\x23\xdf\x73\ \xc2\x20\x20\x45\x26\xf0\xe8\xab\x5f\xfd\x60\x3e\x9f\xbc\x78\xf1\ \xec\xda\xde\x8e\x22\x8b\xd6\x74\x3a\x9b\x4c\xaa\xe5\x72\xe0\xb9\ \xaa\x2c\x3d\x7b\xf2\xf8\xec\xe4\x24\x0e\x83\xb2\x69\x8a\x3c\xfe\ \x85\xcd\xfa\x5f\xc3\x6b\x91\x31\x56\x2e\x97\x10\x82\x00\x30\x49\ \x92\x8a\xa2\x30\x0c\x9d\x90\x9c\x52\x5a\x14\x8c\x52\x40\x8a\x5c\ \xd3\x34\x84\x20\xa5\xac\x56\xab\xf9\xbe\xcf\x18\xfb\xd6\xb7\xbe\ \x75\x76\x76\xf6\xf8\xf1\x63\x45\x51\x14\x49\xc0\x18\xdf\x7b\xeb\ \x1e\xc7\x31\x9e\xe7\xc3\x30\x3c\x3f\x3f\x37\x0d\x0d\x21\xb4\xb5\ \xb5\x49\x29\xbb\xbc\x3c\x7f\xef\xbd\x77\x0d\xc3\x50\x14\xc5\x71\ \x9c\xe9\x74\x7a\xf7\xee\xdd\xd9\x6c\x96\x17\xb9\x6d\xd9\xd3\xf1\ \xd8\xf7\xfd\xc5\x1d\xe4\xf2\xf2\xb2\x28\x8a\x4a\xa5\xc2\xf3\x7c\ \x18\x06\xbe\xef\x0f\xfb\x17\x79\x9e\xef\xee\x5e\xeb\x76\x46\x83\ \xc1\x40\x10\xf0\xda\xc6\xf6\xc1\xd1\xb3\x24\x49\xcd\x92\xe1\x7a\ \x76\x51\xe4\x7e\xe0\x17\x45\x0e\x21\xc0\x18\x07\x41\xa0\xe9\x25\ \x00\xb8\x3c\x23\xd5\x4a\xb5\x20\xc5\x68\x3c\xb8\xb8\xb8\x30\x0c\ \x23\xcb\xf2\x30\x08\x2b\x95\xca\x22\x79\x33\x1c\x0c\xaa\xe5\x72\ \x9c\xc4\xb2\x2c\x7b\x9e\x97\xe7\xf9\x68\x34\xfa\xf8\xe3\x8f\x6b\ \xb5\x5a\xb5\x5a\xad\x56\xab\xc7\xa7\x27\x71\x12\x0b\x82\xa0\x28\ \xca\x68\x34\x42\x08\x35\x1a\x8d\x46\xa3\x71\xed\xda\x35\x84\xd0\ \xc3\x87\x0f\x27\x93\x49\x1c\xc7\xaf\x67\x5c\x21\x84\x74\xbb\x5d\ \x46\x81\x24\xc9\xeb\xeb\x1b\x59\x51\x84\x51\x28\x8a\xd2\xea\xea\ \xca\x45\xa7\xdb\x6c\x36\xb7\x77\xb6\xeb\xb5\x3a\xc7\x81\xd1\x68\ \x18\x85\x49\xb3\xd9\x32\x4b\xba\x20\x08\x10\x41\x0e\x02\x59\x10\ \x8b\x4c\x6a\x54\x2b\x45\x9a\xc6\x61\x14\x04\xe1\x64\x3c\xae\x56\ \x2a\x8a\xa2\xe9\x9a\xd6\x6c\xd4\x7b\xdd\x73\x1e\x71\x25\x43\x67\ \x80\x8a\xbc\x90\xc7\x61\x02\x69\x51\x14\x49\x9c\x14\x45\x31\x1e\ \x8d\x55\xa9\x3c\x1e\x0e\xbb\xbd\x6e\x5e\x64\x10\x72\xb7\xf7\xf7\ \xc7\x63\x3b\xc9\xc0\xc9\xc9\xb1\x13\x38\xbb\x7b\xbb\x2b\x2b\x1b\ \xad\x46\x43\xe0\x05\x55\x96\xa3\x38\x3c\x3d\x39\x99\x4d\xc6\xa8\ \xd9\x08\x03\xef\xf8\xf8\x08\x43\xa1\x56\x29\xf3\xb8\x0c\x41\xfe\ \xf1\xa8\x6b\xcf\x67\x18\xc2\x3c\xcb\x02\xdf\x8f\xa3\x28\xf0\x3c\ \x8e\xb1\x2c\x4b\x8b\x22\x43\x18\xf2\x82\xe0\xfa\x2e\xe6\x15\x51\ \x12\xb3\x2c\xa6\xa4\x10\x78\x14\x85\x51\x1a\xf1\x59\x9a\x0a\x98\ \x87\x1c\x97\xa5\xe9\xcd\xeb\xd7\x4e\x4f\x0e\xef\x3f\xf8\x2c\x89\ \xa3\xb3\x93\x93\x34\xcd\x01\xcd\x3b\x97\x97\x51\x18\x62\xc4\x45\ \x71\x9c\x25\x12\xa0\x64\x3e\x9d\xcc\x26\x15\x88\x5e\x27\x2e\x2a\ \x0a\xc2\xe7\x0f\x1f\x1c\xbc\x78\x9e\x13\xfa\x6f\x7e\xeb\x37\x4d\ \xb3\xb4\x68\x2e\xaf\x2d\xaf\x70\x00\x3e\x7f\xf1\xec\xeb\x5f\xff\ \xfa\xf5\xbd\x3d\x8c\xb8\x22\xcb\xce\x4e\x4f\x05\x51\x5a\xdf\x58\ \x57\x64\x89\x52\x0a\x28\xe1\x31\x02\x92\xb0\xb1\xbe\x92\xa5\x71\ \x14\x04\x3f\xfb\xd9\xcf\xa7\xe3\x61\x9e\xdc\xcc\x84\x04\x42\xa4\ \x48\xb2\x80\xb0\xef\x3a\xc6\xcd\x9b\x18\x42\x1e\x22\x8e\x83\xd6\ \xdc\x16\x04\x3e\x8e\x23\xca\xe8\x68\x3c\xf0\x03\x17\xb1\xf4\xf9\ \xd3\xa7\xb3\xe9\xc4\xd0\x94\x3b\x37\xf7\x2b\xf5\x95\x4e\x67\xd8\ \xb9\xba\xb0\xac\xd1\xcc\xba\xbe\xb4\xb6\xb1\xb4\xb2\xb6\xbb\xb7\ \x27\x60\x2c\x49\xd2\xe9\xc9\xe9\x8b\xa7\xcf\x39\x00\xc2\x30\xbc\ \xb8\xb8\x18\x0e\x87\x5b\x9b\x1b\x24\x4f\x76\xb6\x56\x3e\xfb\x64\ \x1a\x45\x01\xa0\xa4\x5c\x2e\x17\x79\x16\xf8\x7e\x10\x78\xe1\xc2\ \xb5\xe9\x3a\x94\x50\x45\x56\x31\xe2\x1d\xc7\x65\x10\x59\x96\x5d\ \xb0\x02\x30\x96\x65\xd9\x60\x34\x94\x64\xa9\x52\xa9\x2c\x78\xd7\ \x66\xb3\xf9\xd6\xbd\xb7\xfe\xf8\x8f\xff\x58\xd3\x35\xdf\xf1\x04\ \x84\x93\x38\x7c\x79\x74\x90\xe5\x59\x1c\x85\x93\xf1\x88\xe7\x51\ \xa5\xfc\x46\x12\x87\xe3\xf1\xa0\xb5\x5c\xe7\x11\xff\x4b\x60\xba\ \x5f\xa1\x13\x15\x22\x00\x80\x20\x08\x9e\xeb\x95\xca\xa5\x45\x31\ \x88\x10\x22\x08\x1c\x21\xbf\x18\xc1\xc0\x63\x44\x08\xc1\x18\xe9\ \xba\xd1\x6c\x36\xa3\x28\xda\xd8\xd8\xd0\x34\xf5\xee\xdd\x37\x21\ \xe4\x3e\xfa\x9b\x1f\x39\xb6\x5d\xae\x56\x54\x4d\xab\x54\xca\xd6\ \xcc\x02\x00\x4c\xa7\x73\x9e\xe7\xeb\xf5\xc6\x17\x5f\x7c\x71\xe3\ \xc6\xcd\xdb\xb7\x6f\xcf\xe7\xf3\x28\x8a\x6c\xdb\x1e\x8f\xc7\x3f\ \xf9\xbb\x9f\x5c\xbf\x71\xfd\xfa\xf5\xeb\x86\x69\xb8\xb6\x1d\xc7\ \x71\xe0\xfb\xb2\xa2\x88\xa2\x38\x9f\xcd\xb2\x2c\x6b\x34\x1a\x3c\ \xcf\x33\xc6\x96\x97\x57\xac\xf9\x14\x61\xaa\x9b\xa9\xe6\xc7\x4b\ \xcb\x55\x3f\x1c\xe7\x94\xf6\x06\xfd\xd5\x95\x95\xbc\x08\x21\xe4\ \xa2\x38\x04\x1c\x40\x08\xa5\x69\x8a\x31\x9f\xa6\x59\x1c\x27\xbd\ \xfe\x60\x3c\xb5\xe7\xf3\x69\xb7\xdb\x95\x24\x69\x6e\xcd\xcb\xa5\ \x12\x8f\x79\xc7\x71\x00\x63\x0b\xfc\x82\x64\x59\x6b\xa5\xc5\x71\ \xe5\x20\x08\x5c\xd7\x35\x4d\x73\x38\x1c\x02\xc0\x4d\x26\x93\xd1\ \x78\x24\x0a\x62\x18\x86\x47\x87\x47\x80\x63\x61\x18\x6e\x6e\x6e\ \xce\x66\x33\xdf\xf7\x01\x00\xb2\x2c\xab\xaa\xda\xe9\x74\x21\x84\ \xaf\xf1\x6c\x59\x34\x07\x3c\xcf\xcf\xd2\xd4\x34\x4a\x10\xc2\xc0\ \xf7\xe7\xf3\xb9\xae\x99\x49\x92\x41\x08\xf7\xf7\xf7\xcb\xa5\x32\ \x84\xc8\xb6\xed\x34\xcb\xcd\x52\xa9\xd1\x6c\x94\x4b\x25\xc6\xb8\ \x30\x8e\xdd\xd4\xd3\x74\x55\x16\x45\x8b\x14\x08\x41\x45\x51\x93\ \x38\x8d\xa3\xe8\xe8\xf0\x70\x63\x63\xd3\xd0\x75\x5e\xe0\x39\x8e\ \x0a\x22\x5f\xaf\x55\xfd\x84\x49\x92\x0c\x11\x34\x54\x3e\x0e\xe3\ \xa5\xe5\x25\xcb\xf3\x1a\x8d\xfa\x64\x32\x79\xf1\xec\xd9\x7c\x36\ \xe5\x11\xaa\x56\xcb\x69\x1a\x43\x04\x6f\xdf\xb9\x09\x38\x14\x67\ \xb1\x22\x4b\xba\xaa\x86\x41\x10\x01\x4e\x55\xa4\x52\xa9\x74\xfd\ \xda\x35\xc7\xb2\x02\xdf\xe5\x31\x4a\xa2\x28\x8a\x6d\xd3\x30\xca\ \x86\x86\xb9\x5c\x16\xa5\x3c\xcb\x10\x07\xf2\x3c\x1b\x8f\x87\x84\ \xe4\x08\xa1\x52\x49\x4f\x12\x07\x02\x8e\x16\x94\x14\x45\xb3\xd9\ \xcc\x32\x1a\xf8\x1e\x05\x05\xa5\x29\xc6\x50\x96\x45\x8c\x61\x14\ \x06\x50\xd1\xa6\x93\x89\xa6\x2a\x2b\xcb\x2d\x4d\x51\x06\x83\x01\ \x25\x24\xf0\xdc\x28\x4e\x34\x45\xcc\xb3\x34\x89\xc3\x34\x49\x20\ \xc6\x51\x14\xbc\x3a\x3a\x60\x00\xed\x5f\xdf\x79\x3d\x41\x17\x44\ \x68\x38\x1c\x32\x4a\x39\xc6\x96\xdb\x6d\x06\xd8\xd9\xe9\xe9\xf2\ \xf2\x52\xad\xd6\xcc\xb2\xe4\xee\xdd\xbb\x6f\xdd\xbb\x47\x72\x22\ \x4b\xd2\xd1\xcb\x97\x84\xd2\x9d\x9d\x9d\x6a\xa5\x82\xb1\x90\x24\ \xa9\xeb\x38\xaa\xa6\x21\x08\x8a\x22\x35\x0d\x4d\x10\x70\xb3\xd1\ \x70\x5d\xe7\xd3\x4f\x3e\x6e\xb5\x56\xee\xdd\xbb\x67\x18\xba\xaa\ \x28\x98\xe3\x1a\xf5\x2a\x96\xb4\x9c\x42\x04\x39\xb3\x52\x39\x78\ \x72\xcc\xf3\x3c\xcf\x23\x9e\xc7\x94\xd0\x1f\xfe\xd7\x3f\x9f\x4d\ \xba\x1c\xe4\xd2\x34\xd5\x34\x25\x89\xe3\xa5\xa5\xf6\xfa\xf6\xce\ \x64\x36\x94\x15\xd9\x2c\x99\xa2\x28\x8e\xc7\xe3\x95\xa5\x56\x1c\ \xc7\x37\x6f\x5e\x4b\xa3\xf8\xe0\xc5\x81\xe7\x79\x94\x31\xcb\xb2\ \x92\x28\xdc\xda\xdc\xac\xd7\x4a\xd7\xf6\xf6\xfe\xe2\xff\xfa\x3f\ \x96\x97\xda\x18\xf1\x87\x87\x07\x61\xe8\x11\x4a\x11\x42\xed\xa5\ \x36\x63\x8c\x14\x2c\x08\x63\xcc\xa3\xbc\x28\x38\xc4\x91\xb4\xb0\ \xdc\x89\xa2\x08\x8a\x24\x21\xc4\x67\x69\x16\x06\x81\xef\xf9\xfd\ \x5e\xef\xab\x5f\xfd\x6a\xa3\xde\xf8\x87\xbf\xff\x87\x72\xa9\xc4\ \x28\x3d\x39\x7e\x99\x65\x89\x6d\xcd\xe3\x24\x9e\xcf\xa6\x18\x43\ \xc7\xb6\x3e\xfd\xf4\xe3\xc5\xfb\xe9\x9f\xfc\xd8\x7f\x75\xb9\x45\ \x8c\x51\x9a\xa6\x92\x24\xe9\xba\xb1\x28\xf7\x50\x42\x39\x0e\x12\ \xc2\xa2\x28\x49\x92\x24\x0a\x83\x30\x0a\x6c\xdb\xca\xb2\xec\xaf\ \xff\xfa\xaf\x0e\x0e\x0e\xe2\x24\x11\x45\x5e\x51\x34\x49\x92\x14\ \x45\x91\x24\xc9\xb6\x6d\xc0\x58\xbb\xd5\x6e\xb7\xdb\x82\x20\xf8\ \x9e\x37\x18\x0c\x96\x13\x85\x28\x00\x00\x20\x00\x49\x44\x41\x54\ \x28\xa5\x79\x96\x1d\x1d\x1d\xbd\xfb\xee\xbb\x80\xe3\x8a\xa2\xb0\ \x2c\xeb\xea\xea\x6a\x65\x65\xe5\xd7\xbf\xfd\xeb\x18\xe3\x83\xc3\ \x83\xd1\x68\x34\xec\xf7\x10\x60\x49\x14\x72\x8c\xa8\xb2\x18\x86\ \x81\xae\x29\x22\x8f\x15\x59\x12\x05\xbe\x5c\x2e\x6b\xba\x91\x15\ \xb9\xa6\xab\x66\xc5\x90\x55\xb5\x37\x18\x61\x5e\x86\x58\xf4\x82\ \x04\x22\xfe\xb3\x4f\x3f\xf6\xec\x29\x82\x8c\x31\x26\x08\x62\x96\ \x15\xaa\xa6\x59\x96\x7d\x7c\xfc\xea\xf9\xf3\xe7\xff\xcf\x7f\xfb\ \x6f\xa1\x1f\xc4\x71\x9c\x26\x29\x21\x24\xcf\xf2\xe9\x74\xe6\x38\ \xce\x70\x38\x34\xcd\x52\xb9\x5e\x17\x04\xe9\xea\xea\x2a\x08\x02\ \x8c\x31\xa1\x79\x96\x26\xbd\xee\xe5\xe9\xd9\x71\x1c\x47\x94\x52\ \x00\x58\x14\x87\xfd\x7e\x5f\xd7\x75\x0e\x40\x4d\xd3\xf7\xf6\xae\ \x25\x69\x76\x76\x71\xe1\x7a\xfe\x87\x5f\xfd\x6a\xb9\x5c\xfe\xff\ \xa6\xda\xfc\xb3\xb7\x2f\x1e\x0b\x8c\x81\x66\xb3\x59\x14\x39\xe6\ \x79\x51\x10\xc3\x28\x1c\x4f\x46\xa5\x52\x09\x00\x96\x65\x99\x65\ \x59\x96\x65\xb5\x9a\xad\xdb\xfb\xfb\xa5\x92\xb1\x48\xbf\x03\x46\ \xb2\x38\x2a\x92\x34\x8a\x23\x4a\x29\xc6\x3c\xc7\x81\xd5\xb5\x95\ \x85\x0d\xaa\x64\x9a\x41\xe0\x1d\x1e\x3c\x8f\xa3\x38\x4d\x53\x0e\ \x30\x04\x68\xe4\xdb\xa6\xa1\x4d\x27\xd3\x56\x7b\xf9\xbf\xfb\xce\ \x6f\xa4\x69\xfa\xfc\xd9\xd3\x93\x57\x47\xab\x4b\xad\x66\xa3\x51\ \x64\x85\x61\x94\x15\x49\xd9\xd9\xdc\x6c\xd6\x6a\xbb\xdb\x9b\xa6\ \xaa\xc6\xbe\x3f\x1b\x0e\x23\xcf\x2f\xb2\x24\x70\xdd\x22\x49\x4c\ \x4d\xb9\x75\x63\x97\xd1\x02\x90\x02\x43\x6e\x32\x1c\x20\x0e\x98\ \xba\x46\x48\x81\x31\x44\x18\x26\x49\xe4\xfb\xae\xe7\x7b\xa5\x52\ \xb9\xd5\x6e\x31\xc6\x8a\xa2\xa0\x8c\x12\x46\xf2\x22\x5f\x5d\x5f\ \x17\x45\x31\x2b\x0a\x45\x56\x10\x46\x08\x42\x1e\x63\x08\x40\xe8\ \x7b\x9e\xe7\xf4\xfb\x9d\x38\x0a\x87\x83\x41\xab\xd9\x4c\x93\x34\ \x08\x43\x5a\xe4\x8c\xe4\xba\xae\x65\x59\x0a\x38\x4e\x10\x45\x42\ \x48\x41\x08\x63\xac\x20\x05\x25\x05\x78\xbd\x96\xee\x02\xe9\xca\ \xb3\x5a\xb3\xa6\xaa\x9a\x6d\xcf\x1b\x8d\x7a\x51\x90\x6e\xa7\x63\ \x59\x76\xab\xd5\x2a\x0a\x92\x24\xf1\xe5\xd5\x25\xa5\xe4\x1b\x5f\ \xff\x7a\xa3\x51\xe7\x31\xe2\x31\x5c\x6c\xb2\x41\xe0\xa5\x71\xb4\ \x48\x5f\x9a\xa6\x29\xcb\xd2\x37\xbf\xf9\x0d\x55\x53\x24\x89\xf7\ \x3c\xf7\xf9\xb3\xa7\xc3\x61\x2f\x8c\x42\x52\xe4\x88\xa3\x81\x6b\ \x41\xae\x10\x45\xa1\xd7\xef\xff\x4f\xff\xf3\xff\x22\x4a\xca\xc9\ \xf1\xc9\xab\x97\x47\x8e\x3d\xdb\xdd\xdd\xc9\xd2\xac\x56\x6b\xe8\ \x86\x59\xa9\x94\x6f\xdd\xba\xb1\xb5\xb5\x71\x6d\x6f\x17\x50\xea\ \xd9\xae\x33\xb7\x10\x05\x91\x1f\x23\x00\x93\x28\xb9\x79\xf3\x1a\ \x86\x1c\x86\x40\xe2\xf1\x6c\x32\x9a\x4c\xc6\xdb\xdb\xdb\x94\xb2\ \x34\x2b\x4c\xd3\x64\x84\x0c\x07\x5d\x6b\x3e\x2b\x08\xdb\xd8\xda\ \x12\x25\x21\x4b\xd3\x22\x27\x3c\x8f\x09\x29\x1a\xf5\xc6\x7b\xef\ \xbd\x33\x9b\x8e\x65\x59\x2c\x57\xca\x08\x61\x55\x51\x00\xa5\x51\ \x10\xf8\xae\x7b\x71\x7e\x36\x1e\x8d\xba\x57\x97\xed\x56\xa3\x52\ \x32\xae\xae\x2e\xa3\xc8\x2f\x58\x01\x38\x26\xca\xe2\x74\x36\x41\ \x18\x2a\xaa\x0c\x11\x17\x27\x31\xa5\x24\x8c\x02\x42\xc8\x2f\xaf\ \xec\xfe\xea\xa8\x08\x42\x48\xa9\xac\xa5\x69\x02\x00\x97\x65\x05\ \xa3\x1c\x00\x4c\x10\xf8\x38\xc9\x5c\xc7\xcb\xd2\x54\xd5\xd0\x6c\ \x36\xfa\xd3\x3f\xfd\xb3\xdb\x77\xee\xfc\xd5\x5f\xfd\xcd\x6c\x6a\ \x0f\x87\x43\x06\x00\x05\x80\x50\x0e\x03\x00\x38\x4e\x94\x24\xc0\ \x71\xa2\x28\x96\xcb\xe5\xa2\x28\x38\x08\xb3\x2c\xa9\x98\xe5\x27\ \x4f\x9e\x7c\xff\xdf\xff\x87\xcd\xed\x0d\x5e\x40\xbc\x88\xfd\xd0\ \x7b\x79\x7c\xb4\xb7\xb7\xb7\xb5\xbb\x55\x6b\x54\x3f\xbb\x7f\xdf\ \x9a\x4d\x9c\xf9\x14\x23\x48\xf3\x14\x32\xd2\xef\x5c\x9a\xa5\x52\ \xe0\xda\x79\x1a\xf1\x25\x2d\xf0\x9d\x2f\xbe\x38\x52\x55\xbd\x20\ \x04\x62\x20\x4a\x54\x37\x44\x6b\x6e\x97\x2b\x6d\x0e\x70\x57\x57\ \x57\x00\xaa\xd1\xd9\x51\x18\xfa\xaa\xc0\x17\x14\x14\x14\x30\x00\ \x45\x49\x9b\xcd\xac\x34\xa3\xc7\xc7\x2f\x1d\xc7\xda\x5c\x5d\x66\ \x8c\x21\x0e\xc5\x51\xb2\x30\x40\x14\x45\x61\x98\xa5\x34\x4d\xcf\ \xce\xcf\x8b\xa2\xc8\xf2\xb4\x28\xb2\x34\x89\x28\x49\x25\x81\xa7\ \x84\x4b\xb3\x38\x08\xfd\xbc\xc8\xfd\xc0\xbb\xbc\x3a\xdf\xdc\xda\ \x29\x57\xab\x37\x6f\xdf\xe9\x0d\x46\x3b\x7b\xb7\x09\x23\xee\xd1\ \x0b\x41\x51\xdb\x1b\xeb\x82\x24\xfd\xf2\x18\xd7\x2f\xf9\x0d\x11\ \x02\x38\x0e\x49\x92\xcc\x71\x9c\x2c\xcb\x51\x14\xd9\x8e\x63\x96\ \x4a\x0b\x78\x5d\x14\xa5\xc5\x8e\x59\xab\x55\x18\x25\x08\x72\x1c\ \xa0\x1c\x00\xaa\x2c\x32\x92\x47\xbe\xcb\x01\x06\x28\x90\x04\x41\ \x53\xe4\xa2\xc8\xa3\xd0\x7f\xef\xdd\x77\x96\x97\x57\xc6\xe3\x51\ \x14\x7a\x8e\x33\x37\x34\x25\x8b\x02\x90\xd3\x34\x88\x3c\x4c\x0f\ \x0f\x5f\x94\x4a\x5a\xa9\x62\x20\xc0\x1e\xfc\xec\x27\xbf\xfb\x3f\ \x7c\xaf\x54\x2a\xff\xf4\xef\x7a\x22\x2f\x47\x41\x7e\x6d\xf7\x96\ \xaa\xea\x8a\xaa\x42\x0e\x86\xb6\xed\xfb\xbe\x40\x81\xba\xd4\x86\ \x39\x3b\x3b\x78\xb1\xbc\xdc\x2a\x95\x4b\x12\xe2\x74\x59\xf8\xfc\ \xfe\x27\x97\xe7\xe7\x80\x72\x93\xd1\xa8\xc8\xa2\xd0\x9f\x67\x59\ \xac\xab\x12\x84\xc0\x0f\x3c\x3f\x48\xee\xdc\xd9\x68\x36\x5b\x49\ \x12\x4f\xe6\x13\xc8\x0b\x0c\x14\x1c\xc6\xdd\x4e\x27\x4e\x88\xe3\ \x07\x00\x02\xc0\xb1\x4a\xa9\xec\x3b\x7d\x88\x39\x41\x14\xf2\x34\ \x16\x30\xba\xbc\x3c\xc7\x18\x8b\x92\xd8\x68\x2c\x75\xba\x57\x49\ \x1c\x01\x46\x25\x81\x67\x8c\x62\x41\xe4\x10\x4e\xa8\x27\xca\x8a\ \x28\xab\x0c\x70\x88\xe7\xd9\xeb\x0e\x8c\x23\x8c\x25\x45\x61\x56\ \x2a\x46\xd9\x24\xbd\x6e\xa5\x5a\xfb\xd9\xcf\x7e\xb6\xbb\x7b\x0d\ \x71\x5c\x1a\x25\x69\x9c\x0c\x06\x83\xb3\xb3\xb3\xef\x7e\xf7\xbb\ \x80\x03\x3c\x86\x08\x72\xa4\xc8\x44\x1e\xd6\xca\x86\xeb\x7b\x5e\ \x98\x67\x69\x2c\x8b\x2a\xc9\x81\xaa\x28\xb6\x35\x5f\x5b\x59\xfe\ \xda\xd7\xbe\x16\x84\xc1\xd1\xe1\x51\xaf\x7f\x61\x7b\x2e\x63\x34\ \x4f\xbd\x3c\x9e\x47\x5e\x12\x38\xf4\xbc\x73\xf9\x1f\xfe\xc7\x7f\ \xdf\x6c\x2d\x3d\x7b\xfc\xe4\xfa\xce\x8d\xdf\xf8\xce\x37\x1e\x3c\ \xb8\x1f\xf8\x69\x41\x20\x44\xd2\xdb\x6f\xbf\x9d\x24\x49\xb3\x6a\ \x06\xce\x7c\xda\x1d\x46\x6e\x24\x5f\xe3\x4b\x86\x39\xb8\x3c\x57\ \x55\x75\x73\x73\x23\xcf\xf3\x6b\x7b\x5b\xbd\xee\xf9\xe1\xc1\xa1\ \xe7\xce\x21\xac\x7c\xf1\xe4\x4b\xc0\xe8\xd9\xe5\x15\xe4\x50\xad\ \x64\x20\x92\x8e\x87\x1d\xc4\xcb\x2b\x9b\xbb\x71\x96\x7b\xd6\x44\ \x40\x62\x01\x32\x8c\xd9\xdc\x19\xf7\x86\x67\x61\x3c\xeb\x76\x52\ \x55\xd5\x4b\x65\x33\x47\x49\x18\x06\x1c\x14\xe3\x24\x42\x18\xf4\ \xfb\x9d\xbf\xf5\xe6\xa2\x28\xde\x79\xe3\xd6\x45\xf7\x22\x8c\x83\ \xe9\xdc\x5a\x5a\x5a\x42\x3c\xae\xd4\x6a\x59\x9e\x47\x51\x14\x04\ \xc1\xda\xc6\x06\x44\xa8\xd1\x6a\x2d\x1c\x9c\xff\xf2\x3b\x17\x84\ \x30\x0c\x43\x42\x87\xb2\x2c\x67\x69\x1a\xc7\x91\x20\x88\x84\x10\ \x59\x51\x16\xc1\x3a\xdf\x75\x18\xa0\x3f\xfe\xdb\x8f\x1e\x3d\x7e\ \x74\xff\xc1\x7d\x51\x52\xf2\x82\xbe\x7c\xf5\x2a\x4c\xb2\xc5\x34\ \xc2\x22\x03\xc7\xc7\xc7\x1f\x7c\xf0\x41\x91\xe5\x98\xc7\xab\xab\ \x6b\x45\xf1\x33\x55\x53\x93\x38\xe2\x20\x8c\x93\xe4\xee\x9b\x6f\ \x72\x80\x4b\x93\x44\x95\x15\xc8\x71\xa1\x1f\xe8\x9a\x9e\xa7\x29\ \xa0\xcc\xd4\xf5\xde\xf9\xf9\x78\x34\x8a\xa3\x10\x70\x9c\xed\x58\ \x18\x63\x00\x01\x65\xe4\xc5\xc1\xf3\xb7\xf5\x77\x4b\x15\x23\x49\ \xd2\x2c\x23\x9e\xe7\x36\x9b\xcd\xdd\xdd\xad\x5a\xad\x5e\xad\x56\ \x87\xc3\xe1\xcd\x5b\xfb\xe7\x97\x57\x41\x10\x9a\xba\xc0\x0b\xb8\ \x20\x19\xc7\x00\x60\x80\x50\x5a\x2a\x95\x75\xdd\x08\x02\xbf\xdb\ \xbb\xaa\x56\xca\x49\x1c\xcb\x8a\x3c\x9f\xcf\x79\x1e\x8b\xa2\x88\ \x10\x6a\x34\xea\x82\x20\x8e\x46\xc3\x38\x8e\x0b\x4a\x18\x25\x8c\ \x32\x0e\x00\x5a\xe4\x39\x07\x10\x42\x08\x72\xbc\x80\xb1\x80\x0a\ \x4a\x38\x8e\xf3\x1c\xe7\xed\xb7\xde\x89\xe3\x98\x11\x72\xd5\xb9\ \xe2\x45\x01\x00\xae\x52\xab\x5d\x9c\x9d\x67\x1f\xbc\xc3\x69\x2a\ \x00\xaf\xa3\x8b\x58\x44\x6a\xf3\x3c\xc7\x3c\x1f\x79\x3e\xc4\xfc\ \xf2\xf2\x72\x14\x45\x6b\x6b\x6b\x86\x61\xf4\xba\x9d\x30\x0c\xd7\ \xd6\xd6\x16\x12\x8b\x45\x33\x97\x90\xc2\xb6\xe6\x49\x92\x98\xa6\ \x99\x65\xd9\xa2\xcf\xb0\xb2\xb2\xf2\xf0\xf3\xcf\x37\x36\x36\x96\ \x96\xdb\x79\x91\xa6\x69\xb2\xbb\xbb\x43\x48\xe6\xda\x33\x0e\x30\ \x9a\xa7\x08\x50\xc7\xb6\xa6\xd3\xd1\xee\xce\xbb\x59\x96\x28\xb2\ \x94\x67\xe9\xe6\xe6\x6a\x9a\xe6\x18\xf3\x49\x9a\xb7\x1a\xed\x8d\ \x8d\xcd\xd9\x74\x66\xcd\xe7\xba\xae\x2f\xb5\x5a\x9e\xaa\x48\x22\ \x9f\x44\x61\x1c\xf8\xa3\xd1\x10\x63\xd6\xe9\x5c\x1c\xbd\x3c\x9a\ \xcf\x27\x57\x57\x57\xa6\x59\x82\x48\x72\x5d\x17\x02\x52\x2a\xa9\ \xd5\x4a\xa5\x77\x75\x81\x14\xe4\x79\x5e\x5e\x80\xbd\xeb\xd7\x8c\ \xb2\xc1\x0f\x04\xdd\xd0\x16\xb7\x1c\x4a\x28\xc2\xd8\x30\x54\x42\ \x18\xe4\x41\x92\xa6\x8b\x21\x00\x90\xe3\x5c\xd7\x63\x8c\xc6\x71\ \xbc\x68\xda\x72\x1c\xd7\x6a\x2d\x59\xb6\x65\xdb\xb6\x2c\x8b\x45\ \x51\x50\xca\x78\x51\xcc\xf2\x5c\x14\x25\xdd\x30\x38\xc4\x87\x61\ \x58\x14\x39\xf7\x9a\x22\x7a\xc6\x21\x98\x33\xaa\xa8\x5a\x96\x67\ \x8a\xa2\x4e\xa7\x53\xd3\x34\xeb\xf5\x7a\x9e\xe7\x37\x6f\xde\xf0\ \xfd\xe0\xf0\xf0\x70\x65\x65\x45\x14\x45\x42\x08\x8d\xa9\xac\xc8\ \x1c\xc7\x2d\x6c\x94\x18\xc2\x02\xc2\x38\x4a\x34\x4d\xa7\x94\x29\ \x8a\xd2\xef\xf7\x3f\xfc\xfd\x0f\x29\x23\x49\x12\x9b\x25\xe3\xd6\ \xfe\xcd\x57\x27\x27\xb6\x6d\xb7\x5a\x0d\x8c\xb8\x30\xf4\xcf\xcf\ \xcf\xeb\xcd\x26\xc7\xc1\x56\x6b\xe9\xf3\xcf\xbf\x60\x8c\xdc\xb9\ \x73\xfb\x67\x3f\xfb\x07\x5e\xe0\xd3\x34\x7b\xe3\xcd\x37\x9a\xcd\ \x66\xb7\xdb\x9d\x4e\x26\x94\x90\xd5\x95\x15\xdf\x0f\x03\xdb\x86\ \x8c\xb8\xd6\x3c\xf2\x5d\x8e\x15\xa7\x27\xa7\xc3\xd1\xe0\xd1\xa3\ \x2f\x7c\xdf\x5f\x5a\x5e\x99\x4c\x46\x41\x1c\x6f\x6f\x6d\x56\xab\ \x75\x55\x55\x93\x24\x82\xa2\xd8\xed\x0d\x3e\xfc\xf6\xbf\xbd\x79\ \xeb\xd6\xc5\xe9\xab\x7a\xb5\x26\x4b\x92\xe7\xbb\x79\x96\x69\xaa\ \x5a\x14\x69\xb3\x59\x97\x44\x35\x4b\x8b\x28\x88\x38\x8e\xa9\xaa\ \x9a\x24\x49\x9a\xa6\x51\x14\xa5\x69\x52\x14\x19\xc6\x50\xd7\xb5\ \xad\x8d\xb5\x57\xc7\xe7\x69\x46\x1a\x8d\xc6\x74\x36\xa3\x00\x20\ \x84\x78\x9e\xdf\xdb\xdb\x53\x34\x4d\x12\xc5\x30\x8a\x8a\xa2\xc0\ \x18\xff\xcb\xef\x5c\xa2\x28\x3e\x7d\xf2\xec\xd1\xa3\xc7\x77\xef\ \xde\x53\x55\x65\xf1\xe9\x2c\xbc\x3c\xb2\x2c\xef\xed\xee\x31\x92\ \x1f\x1f\x9f\xdd\xbf\xff\xb0\x28\x0a\x9e\x17\x10\x82\x7e\x12\xbc\ \x7c\x79\x34\x1a\x0e\xeb\xf5\xa6\xaa\x48\x17\xe7\x67\x94\xd2\xbd\ \xbd\xbd\x8b\x8b\xcb\x45\xc3\x55\x96\xe5\xc5\x9f\x37\x1c\x0c\x3e\ \xf8\xf0\x83\x9d\xcd\xed\xf3\x93\x13\xc3\x30\xca\xe5\x32\x2d\x88\ \x63\xd9\x81\xe7\x5d\x9c\x9e\xb7\xdb\x6d\x4d\x56\xe2\x28\x5a\xb4\ \xf6\xf2\xa2\x68\xb7\xdb\x95\x72\xe5\xe8\xf8\x25\x25\x44\x92\xe5\ \xe3\x93\x63\x4a\x68\xbb\xdd\x3e\x7e\x75\x32\x9d\x4e\x96\xda\x6d\ \xcf\xf1\xaa\x95\x6a\x12\x27\x45\x9e\x0b\x18\x67\x49\x9a\x22\x8e\ \xaa\x18\x00\x48\x28\x23\x94\x52\xca\x65\x69\x86\x10\xaa\x56\x2b\ \xc7\x27\xc7\x88\xe3\x6a\x95\x0a\x03\x20\x0c\x43\x9e\xc7\x71\x1c\ \x9b\xa6\x79\xf7\x17\x23\x55\x40\x92\x24\x0b\x96\x3d\x8c\x23\x0c\ \x18\x46\x88\x12\x0a\x21\xe4\x38\x0e\x43\x24\x09\x62\x84\x93\x34\ \x49\x00\xa0\x69\x9a\x8c\xc7\xa3\x6a\xad\x49\x0b\x92\xc4\x51\x92\ \xc6\x69\x12\xb7\xda\xcd\xf3\xd3\x63\xcf\x73\x9b\xf5\xea\x6b\x0c\ \xd2\xa0\x94\xaa\xaa\xaa\xaa\x6a\xa3\xd1\x80\x08\xf9\xbe\x6f\x96\ \x2b\x94\x52\x45\x51\x35\x4d\x63\x8c\x51\xc6\x16\xec\xdb\x42\xc9\ \x3f\x9f\xcf\x15\x45\xa9\x56\xab\x08\x21\x42\x48\x9a\xa6\x10\x42\ \x45\x96\xc3\x30\xd4\x54\xb5\x56\xa9\xb4\x5a\x2d\x46\x99\x80\x79\ \x43\xd7\xab\xd5\xaa\x6d\xcf\x4d\x5d\x31\x4d\xa3\x51\x6b\x64\x59\ \xf1\xf1\xcf\x7e\xce\x00\xd8\xdc\xd8\xb2\x9d\x59\xad\x56\xeb\xf5\ \x3a\x8c\xd1\x72\xb9\x54\x14\x59\x96\x25\xcd\x56\x03\x42\x10\x27\ \x91\xef\x07\x82\xc0\x9b\x25\xf3\xd6\xfe\x3e\xc2\x60\xd0\x1f\x5c\ \x5d\x5d\x76\x7b\x17\xb3\xd9\xc8\xf3\x5d\xd7\xb5\x15\x45\xe1\x38\ \xb0\xb5\xb5\x91\x13\x58\x2e\xd7\x65\x09\x4f\x46\x9d\x30\x08\x17\ \xa7\xb0\x24\x4a\xa2\x80\x82\xc0\xcb\xf3\x9c\xe7\x31\xe4\xb8\x28\ \xf6\x79\x9e\x47\x0a\x02\x00\x40\x00\x31\x82\x05\xc9\x29\x21\x79\ \x9e\x0b\x3c\xf6\x3c\xcf\xf3\x1c\xcc\xe3\x28\x0e\x49\x41\x24\x59\ \x4e\xd3\x44\xd3\x34\xc3\x30\x3c\xcf\x16\x84\xc5\xb8\x53\x02\x00\ \x60\x94\x15\x45\x61\xdb\x76\x56\xd0\x2c\xcf\x93\x24\x01\xaf\x09\ \xa3\xc0\x30\x08\xb6\x56\xd7\x97\xda\x6d\x5d\x37\x92\xf8\xd4\x9a\ \xdb\xef\xbc\xf3\x4e\x18\x86\xfb\xfb\xfb\x18\xf3\xc3\xe1\xb0\xd1\ \x68\x2c\x2d\x2d\x9d\x9f\x9f\xaf\xac\xac\x94\x4a\x25\xcf\xf7\x16\ \x78\x63\x18\x86\x94\x52\x5d\xd7\x44\x49\x9c\xcf\xe7\x95\x4a\x65\ \xe1\xa7\x2c\x95\x4a\x94\x52\x08\x61\xbd\x5e\x6f\xb7\xdb\x6b\xab\ \x5f\xee\xec\xec\x50\x4a\x4c\xb3\xe4\xba\xf6\x9f\x7c\xf2\x27\x3f\ \xf8\xc1\x1f\x94\x4c\x53\x55\x54\x9e\xc7\x45\x51\x08\x18\xcb\x92\ \x94\xc6\x71\xa5\x5c\x36\x34\x9d\x14\xf9\x68\x38\xac\x56\x6b\x8a\ \xac\xb4\x1a\xcd\x52\xb9\x14\x27\xf1\xd9\xd9\xd9\xf3\xa7\x4f\x44\ \x91\xef\x5e\x19\xcf\x5f\x3c\x07\x80\x26\x51\xb0\xba\xdc\xde\xd9\ \xdd\xf6\xc2\x64\x7d\x6b\x6b\x3c\x99\xe4\x45\x01\x38\xc0\x28\x13\ \x44\x01\x41\x84\x11\xbc\xb8\x38\x5b\xcc\x91\xb2\x1d\x07\x72\x1c\ \xc6\x28\xcd\x52\x51\x14\x25\x49\xe2\x00\x47\x19\xc5\x1c\x22\x94\ \x10\x42\xe6\xf3\x39\xa5\x24\x08\xfc\xc1\x60\x58\xab\x55\x54\x55\ \xd1\x34\xfd\xe6\xcd\x1b\x27\xa7\x17\x8c\x31\x5d\xd7\xa3\x28\x52\ \x55\x95\x72\x5c\x9a\xa6\xb6\x6d\x4f\x26\x93\xc5\xe7\xfa\x8b\xb1\ \xb8\xff\xe2\x15\x7a\x08\x61\x14\x85\x5f\x7e\xf1\xc0\xb5\x66\x37\ \x6e\xde\x00\x00\x0c\x87\x43\x8c\x31\xe4\x20\xc2\x08\x71\x54\xd7\ \x8d\x27\x4f\x9e\x5a\xb6\x1d\xc7\x09\xa3\xb1\x69\x96\x10\x42\x83\ \x7e\x6f\x36\x19\xaf\x2c\x2d\xbb\xb6\x15\xf8\x9e\x24\x4a\x79\x9e\ \xcb\xb2\xec\x38\x8e\x61\x98\x10\x42\x52\x14\x8c\x52\x41\x14\xdb\ \xed\xf6\xa0\xdb\x73\x7c\x1f\x43\x54\xad\xd5\x8e\x9e\x3f\xb7\x26\ \x13\x09\xf3\x08\x80\xa7\x8f\xbe\x9c\xce\xa6\x45\x9a\xe9\xba\x5a\ \xe4\x85\x3b\x99\xf8\xbe\x1f\x45\x51\x18\x04\x53\x08\x37\xb6\x36\ \x5d\xc7\x3d\xbf\x38\x2f\xe9\xa5\x92\x61\x00\x4a\x7d\xd7\x8d\xa2\ \x38\x89\xe3\xd9\x64\x5c\x32\xcc\xc0\xf7\x4b\x86\x11\x84\x7e\x1c\ \x63\x00\x40\x9e\x17\x84\x82\x82\x32\x9e\xe7\x19\xa5\x49\x1c\x4f\ \xa7\xd3\xd5\x95\x15\x08\x39\x59\x92\x3c\xcf\xdb\xde\xde\x8a\xe3\ \xc4\xf7\xfd\x34\x4d\x7a\xbd\xae\xae\x1b\x8b\xfb\x17\x00\x80\x63\ \x2c\x27\xb9\x22\x09\x18\x01\x49\x14\x0b\x42\x58\x51\x40\xc8\xd1\ \x9c\xca\xb2\x5c\xab\x96\x29\xe1\xce\x4e\x4f\x4c\xa3\x04\x00\xab\ \x57\x2b\x8e\xeb\xae\xaf\xaf\x4d\xa7\x63\xd7\x71\xd2\x34\x7d\x8d\ \x82\xcb\xe2\xdf\x7f\x6b\x7f\xbf\xdb\xe9\x08\x82\x90\xa6\xe9\xe2\ \x92\x6b\xdb\xf6\xed\x3b\x6f\x64\x59\x36\x1a\x8d\xb2\x2c\x5f\x59\ \x36\x8a\x22\xb7\x2c\x2b\x8e\xe3\x05\x50\x26\xcb\x32\xc7\x71\x95\ \x4a\x45\x92\x24\x46\x69\xad\x52\x09\x7c\xdf\xf3\x7d\x81\xe7\x0d\ \x4d\xe3\x18\x4b\x93\x04\x72\x5c\x91\x67\x59\x9c\x34\x1b\x0d\x52\ \x14\xb2\x21\x23\x98\xbf\x3c\x3a\xfc\x9d\xdf\xf9\xb7\x2b\xab\x4b\ \x08\xd3\x66\xb3\x39\xe8\x77\xd3\x24\x31\x0c\x93\x90\x82\xc7\x88\ \xe7\xd1\x6c\x3e\xbd\xb8\x38\x85\x90\x87\x90\x8b\xe3\x98\xd2\xa2\ \x54\x36\x08\xcd\x24\x59\x68\x36\x6b\x83\xc1\x70\x34\xea\x9b\xa6\ \x21\x88\xb8\x54\xd2\x00\x47\xcb\xa5\xb2\x20\xf0\xae\x63\xcd\xe7\ \xf3\x38\x4e\x04\x41\x02\x80\xc3\x18\x35\xdb\xcb\xb7\xf7\x6f\x3d\ \x7a\xf4\x98\x47\x7c\x92\x24\x3c\xe6\x31\x82\x00\xb0\x28\x0c\x10\ \x2a\xe2\x38\x02\x1c\x29\x48\x5e\x10\xc4\x51\xe6\x07\x6e\x41\x72\ \x42\x0b\x00\x28\xe6\x21\x42\x5c\xb5\x56\xae\xd7\x1b\xdd\x5e\xa7\ \x28\xc8\x82\x85\x56\x55\x35\x27\x54\x14\xc5\x82\x10\x8e\xe3\x38\ \x8e\x4b\xd3\x34\x49\x12\xf8\x5a\x00\x70\x5e\x14\xb7\xf6\xf7\x0d\ \xcd\x70\x3d\xf7\x17\xcb\xc8\x40\xb7\xdb\xb9\x79\x73\x5f\xd3\xb4\ \x7e\xbf\xd7\xeb\xf5\xf6\xf7\x6f\x31\xc6\x3c\xcf\xeb\xf5\x7a\xfd\ \x7e\x9f\xe7\xf9\xad\xad\x2d\x9e\xe7\x35\x4d\x93\x65\x99\xe3\x80\ \xc0\xa3\x56\xab\xd5\xe9\x74\x30\xc6\xcb\xcb\xcb\x8b\xc9\x55\x0b\ \xb3\xd5\x74\x3a\x5d\x5b\x5d\x8b\x82\x50\xd3\xd5\x4a\xa5\xf2\xe3\ \x8f\xfe\x46\x53\xd5\xb7\xee\xdd\x83\x90\xbb\xf7\xe6\xdd\xff\xf2\ \x5f\xfe\x33\x29\x0a\x91\xff\x7f\x99\x7b\xb3\x1f\x4b\xae\xf3\x4e\ \xf0\xec\xb1\x47\xdc\x2d\xd7\xca\xcc\xda\x58\x25\x92\x16\xb5\x98\ \x96\x17\x34\x0c\x77\x8f\xc7\x76\xcf\x3c\xf7\xff\xe6\x67\x01\xdd\ \x03\x0c\xfa\x65\xe0\x9e\x9e\xb1\x35\x2d\xc3\xb2\x2c\x59\xe6\x22\ \x16\x59\x24\xab\x58\x6b\xee\xf7\xe6\xdd\x62\x8f\x38\xfb\x99\x87\ \x28\xe9\xd1\x9a\xa9\x06\xd4\x7a\xcd\x44\x22\x33\x6f\x9c\x38\xdf\ \xf7\xfd\xbe\xdf\x42\x91\x03\xa2\xeb\x47\x69\xea\x8c\xf9\xe2\xf3\ \x47\x9b\xd5\x6a\x94\xa6\x75\x59\x2a\xc1\x31\x82\x4a\xf1\x2c\x0e\ \xef\xdf\x39\x39\x3d\x7b\xf5\x8b\x9f\x7d\x11\x04\xde\xf1\xc9\x2d\ \xe4\x0c\x41\x20\xf2\xd8\x64\x36\xc3\x18\x71\xde\xcd\xe7\x73\xa1\ \x34\xa3\xce\x39\x37\x19\x8f\xfe\xe8\x07\x7f\x00\xac\x2a\xf2\x9c\ \x8c\x53\xad\x94\x36\xc6\xf3\x58\xd7\xf5\x5d\xd7\xd5\x75\xa5\x94\ \xd3\xd2\x8e\xc6\x59\x9c\x44\xab\xd5\x72\xbb\xdd\x0e\x99\xf0\xb3\ \xd9\x94\x52\xc2\x18\x3d\x3c\x3c\x54\x5a\x42\x04\x07\x59\x5e\x96\ \x65\x43\x26\xf6\x78\x3c\xae\xaa\xca\x39\x37\x6c\xd8\x7e\xe3\x90\ \xfe\x5b\x64\xa2\x3a\x67\x94\xd8\xac\x6f\x5e\x3e\x47\x41\x18\x02\ \xe0\x30\x24\x00\x98\xbe\xeb\x5e\xbf\x7a\x9e\x24\xe9\xb3\xe7\xdf\ \x74\x9c\x13\x46\xb5\x36\x45\x59\xc6\x51\xd2\x76\xed\x47\x1f\xff\ \xcb\xc3\x87\x0f\x95\x92\x1f\x7f\xf4\x2f\x52\xf0\x81\x64\x9f\x26\ \xe9\xc3\x87\x0f\x29\xa5\xda\xa8\x9e\x8b\x71\x96\x1d\x1e\x1e\x2e\ \x16\xf3\xf9\x7c\xe1\x7b\x9e\x56\xf2\xf1\xe7\x8f\x8e\x6f\x1d\xde\ \xda\xdf\xdb\x9b\x4d\xe3\xc0\xff\xe2\xd1\x2f\x2f\x2f\x2e\x10\xb0\ \xeb\xf5\x9a\x52\xfa\xe4\xc9\x13\x6b\x6d\x9a\x65\xd9\x08\xad\x57\ \x6b\xed\x6c\x59\x94\x46\xea\xc0\xf7\x37\xdb\x55\x51\x6e\xdb\xb6\ \x7d\xf6\xfc\x69\xd3\xd6\x9e\xe7\xad\xb7\xcb\xa3\xe3\xc3\xeb\xeb\ \xeb\x8e\x77\x41\x10\x18\x0b\xac\x83\x10\x02\x08\x9c\x10\xfc\xcb\ \x2f\x1f\x1b\xa5\x76\x77\x66\x4d\x53\x1b\x2d\xf7\xf7\x66\x84\x90\ \xd5\xb2\x2c\xf2\xfc\xd5\xcb\xe7\x42\x88\x9b\xc5\x3c\x8a\xa2\xdb\ \xb7\x8f\xba\x4e\x34\x4d\xa5\x85\x21\x18\x53\x4c\x7c\xc6\xea\xb6\ \x35\xda\x40\x00\x11\x82\xc0\x5a\x2d\x85\xef\x85\xbc\xef\x3e\xfa\ \xe8\x17\xdf\xfd\xee\xf7\x6f\x16\xf3\x3b\x77\x6f\xbf\xff\x7b\xef\ \xbd\x78\xf9\xc2\x28\x99\x26\xc9\xdb\x21\xf4\x18\xe3\x9d\xd9\xec\ \xf9\xb3\xe7\x45\x51\x10\x42\x30\x42\xbe\xef\xef\xed\xef\x8f\xb2\ \x34\x2f\xeb\xf9\x7c\xfe\xed\x6f\x7f\x10\xc7\x31\x84\x60\xb8\xb6\ \x7c\xdf\x9f\x4c\x26\x83\x71\x6b\x14\x45\x00\x00\xde\x75\x84\xe0\ \xe9\x6c\x6a\xac\xd5\x5a\xf5\x7d\x27\x65\x9c\xe7\xb9\xef\xfb\x6d\ \xdb\x6a\xa3\xde\x79\xe7\xbe\xef\x07\x81\xc7\xa2\x20\x48\xb3\xec\ \xe8\xe8\x08\x58\xbb\xbf\xbb\x77\xeb\xf0\xe0\x17\xff\xdc\x9f\x9d\ \xbd\xbe\x73\xe7\x0e\x70\x36\xcb\x52\x67\xf4\x72\x31\xbf\x73\xfb\ \x84\x73\x79\x76\x76\x6a\x8c\x71\x56\x41\xb8\xdf\x75\x1d\x04\xe6\ \xe1\x83\xfb\x8c\xe2\xba\xda\xb6\x75\xd5\x36\x15\x80\xb6\xae\x72\ \x82\xbd\xd7\xaf\x4f\x9d\x51\xd6\x48\x82\xf0\x28\xcd\x84\x10\x82\ \x73\x0c\x21\xe7\x3d\xe7\xdd\xed\x07\xef\xfe\xf2\xb3\x8f\x9c\x31\ \x80\xc2\x24\x0a\x8d\xd6\x4a\x72\xa3\x35\x61\xc8\x6a\x2d\x2c\x67\ \x84\x22\x84\x11\x42\x43\x0b\x3c\xd8\xc4\x6a\x6d\x30\x26\xbb\xbb\ \x3b\xcf\x9e\x3d\xc5\x18\x0f\x14\x99\x6d\x59\xc1\xc1\x17\x94\xd2\ \x34\x4d\x99\xe7\x85\x61\xf4\x76\x38\x97\x52\xf2\xbd\x77\xdf\x7b\ \xfd\xf2\x95\x52\xea\xfc\xfc\x7c\x48\x5c\xf7\x3c\xef\xfe\xfd\xfb\ \x8c\xb1\x47\x8f\x3e\x07\x00\xcc\x66\xb3\x61\xef\xc4\x18\x1b\xfe\ \x80\x21\x7c\x68\xa0\x77\xf6\x7d\xe7\xfb\x7e\x18\x46\x07\xfb\x07\ \x3f\xfb\xd9\xcf\x46\xa3\x91\x31\xa6\x2c\x4b\x21\x44\x96\x65\x17\ \x17\x17\x0f\x1e\xbc\xb3\x77\xb0\x8f\x10\x0c\xe3\xd0\x18\xf3\xe0\ \xe1\x83\x78\x3c\x02\x4a\xdd\xb9\x7b\x77\x34\x1a\xbd\x7c\xf9\xb2\ \xeb\x3a\xcf\x67\x08\xc3\x9d\x9d\xd9\xe2\x66\xce\x18\xbd\x7d\xe7\ \xe4\xfc\xe2\xa2\x2c\xca\xe9\x74\x8a\xa0\x0b\x7c\x56\x6c\xd7\xb3\ \x49\x36\x1d\x7f\xaf\xcc\xb7\x4d\x53\xbd\x7c\xfe\x3c\x8a\x22\xde\ \x73\x29\xfa\xb3\xab\xab\xaa\xed\x9b\xae\x0f\x82\x20\x4b\xb3\x90\ \xb8\xa1\xef\xf3\x18\xcb\xd7\xeb\xbb\x77\xef\x38\xad\x3a\xc1\x09\ \xc2\x43\x46\xdf\x7a\xbd\x91\x52\x86\x41\xda\x9a\x7e\xbb\xcd\x87\ \x38\xb8\x24\x49\xb6\xdb\x6d\x59\xe6\xbe\xef\x53\x4a\x26\x93\xf1\ \x78\x3c\x86\x10\xcc\xa6\x53\x63\xc0\xa0\x50\xb6\xd6\x0e\x1c\x57\ \x6b\xed\xfe\xfe\x7e\x1c\xc7\x18\xe3\xdf\x95\x9b\x0b\x21\x24\x64\ \xbf\x5c\xce\xb5\x91\x37\xcb\x79\x18\x86\xc7\xc7\xc7\xe3\xf1\xd8\ \x68\x8d\x30\x2e\xf2\xcd\xf9\xf9\xd9\x66\xbb\x35\xce\x69\x21\x28\ \xa1\xd6\xd9\xa2\x2c\x3c\xe6\x7d\xfa\xc9\xc7\xdf\x7e\xf7\xbd\xf7\ \xde\x7b\xff\xf2\xe2\xfc\x07\x3f\xf8\x81\x10\x62\xbd\x5e\xdf\xbd\ \x73\xf7\xe0\xe0\xe0\x4d\x23\x03\x01\xef\x39\x42\x28\xdf\x6e\x9d\ \x36\xc8\x83\xdb\xd5\xda\x1a\x3b\x19\x8d\x5f\xbd\x78\x89\x21\xea\ \xba\x6e\xb3\xde\x8c\xb3\xd1\x7a\xbd\x34\xc6\xc4\x49\x82\x09\xb6\ \xd6\x36\x5d\x3b\x9f\xcf\xb3\xd1\x28\x1b\x8f\xae\xaf\xaf\xa7\xe3\ \xf1\xde\xce\x8e\xb3\xf6\x7a\x3e\xf7\x7d\xdf\x58\x8b\x21\xec\xdb\ \xb6\x2a\x8a\x7b\x77\xef\xf1\xbe\xbb\x5a\x34\xbd\x54\x00\x41\xab\ \x8d\x03\x10\x13\x94\xa5\xf1\xd5\xd5\x45\x92\x24\xd3\xe9\x28\x89\ \x83\xaf\xbe\xfa\x6a\x08\x32\x59\x2e\x97\x75\x5d\xaf\xd7\xeb\xd1\ \x68\xf4\xeb\xeb\x60\x20\x04\x06\x49\x02\x80\x13\x9c\x5b\xa5\x87\ \x18\x31\x2d\x15\x82\x50\x09\xa1\x95\xa2\x21\x54\x42\x02\x8c\xab\ \x22\x1f\x65\x69\xdf\xb5\xcf\x9f\x3d\xeb\x79\x3b\x99\x64\x7e\xe0\ \xbf\xdd\x2b\xe4\x1c\xc8\xf3\xad\x90\xc2\x18\x43\x28\x9d\xed\xec\ \x10\xc6\x86\xd7\xf8\xfa\xfa\x7a\x34\x1a\xed\xed\xed\x3b\xeb\x86\ \xb5\xaf\xef\xfb\x43\xc1\x47\x08\x51\x4a\x21\x84\xd6\x1a\x8c\xa1\ \x52\x22\x8a\x46\x47\xb7\xf6\xb5\x96\x2f\x5f\x3e\x77\x56\xdf\xbf\ \xff\x4e\xd7\xb5\x45\x51\xf8\x9e\x97\x46\x51\x18\x46\x00\xe2\xbe\ \xe7\x49\x14\x50\x8c\xba\xae\xf7\x3d\x22\xfb\x5e\x49\x79\x7e\x76\ \x3a\x9f\x5f\xd5\x75\x11\x86\x51\xc7\xdb\x6d\xbe\xed\xfa\x76\x79\ \xb3\x6a\x9a\x46\x6b\xd3\xf5\xad\x75\x7a\x6f\x7f\x77\xbd\x2e\x9b\ \xa6\xae\xeb\x32\x8a\x42\x00\x9d\x94\x5c\x48\x7d\xb3\x9c\x87\xd1\ \x28\x4d\x22\xa3\x95\xd3\xf4\xc6\x5e\x47\x61\xc4\x79\x8f\x11\xcc\ \xb7\x9b\x27\x4f\x1e\x17\xc5\x56\x0a\x31\xbf\xba\x02\xd0\x11\x84\ \x9d\xb3\x18\xa1\x28\x8a\xa5\x94\x04\x23\x82\x90\x10\x7d\xdf\xb6\ \x9c\xf7\x08\x41\xcf\xf3\x06\x9b\x79\xad\xd5\xd5\xd5\x65\x9e\xe7\ \x00\x00\x4a\xc9\x20\x0e\xd3\x5a\x23\x04\x9b\xa6\xb5\xd6\x12\x8c\ \x9d\x73\x59\x9a\x25\x49\x6c\xdf\x6a\x31\x82\x11\xde\x6e\xb7\x45\ \x51\xdc\xdc\xdc\x38\xe7\xc2\x28\xfa\xe0\xdb\x1f\xe4\x79\x0e\x21\ \xbc\xba\xba\xaa\xaa\xf2\xcf\xfe\xec\xdf\x46\x51\x94\xe7\x79\x18\ \x86\xc6\x98\x9d\x9d\x1d\x4a\xe9\xd0\x7d\x44\x51\xd4\xf5\x3d\x42\ \xc8\x1a\xad\xb5\x3e\x3c\x3a\x3c\x3c\x3a\x7c\xfc\xf8\x71\x9a\xa6\ \xef\xbe\xfb\xee\x90\x93\xd8\xb6\x6d\x12\xc6\x59\x1c\x4b\x29\x4d\ \x2f\x03\xcf\x47\x08\x5a\xa9\x9c\x31\x56\x6b\x0c\xe1\x76\xbd\x7e\ \xf6\xec\xc9\xd9\xe9\xab\xc0\xf7\x31\x42\x8b\xf9\xd5\x6c\xba\xd7\ \xf2\xb6\xc8\xb7\x75\x55\xb7\x4d\x0d\x9d\xda\xdf\x99\x62\x08\xfb\ \xb6\x6b\xfb\x66\x77\x3a\xe9\x9a\x9a\x20\xa8\x78\x57\x14\xc5\xcd\ \xe2\x1a\x12\x3a\x9b\x4d\xcd\x6a\xd3\xb6\x6d\x92\x66\x58\x75\x9b\ \x7c\xc3\x82\xf0\xcb\xc7\x9f\x2b\xc4\xee\xdc\xb9\xf7\xec\xd9\x2b\ \xa9\x55\x3a\x8a\x7e\x75\x60\x08\x63\x9e\xd6\x6a\x60\x11\x0e\x31\ \xcc\x4d\xd3\x60\x8c\xb3\x2c\x6d\xdb\xae\x2c\x0b\x29\xc5\x7a\xbd\ \xbe\x75\xeb\x30\x08\x82\xb3\xf3\xab\xb6\x6d\x01\x00\xe3\xf1\xf8\ \x8b\x2f\xbe\x40\x08\x99\x61\xba\x67\x6c\x7f\x7f\x7f\xe0\x6c\xff\ \x8f\xbf\xb9\x1c\x00\x18\x21\x65\x54\x5e\x6c\xad\xb5\xab\xb5\xdd\ \xe6\x9b\x0f\x3f\xfc\x10\x63\x8c\x2d\x86\x08\x94\x75\xde\x74\xad\ \x83\x50\x3b\x0b\xb5\x66\x1e\x73\xd6\x49\xce\xd7\xab\x9b\x27\x4f\ \xbf\x54\x8a\x3b\x6b\xbe\xf3\x9d\xef\xdc\xdc\xdc\x48\x29\x17\x8b\ \xf9\xd5\xd5\xd5\x40\xb8\x1f\xd4\xad\xab\xd5\x6a\x36\x71\xb3\xc9\ \x4c\x1b\x73\x7a\x76\xea\x9c\x91\x4a\x5e\x5e\x5d\xc4\x49\xbc\xdd\ \x6c\x78\xdf\xd5\x4d\xdd\x77\xdd\xc1\xc1\x81\x1f\x04\x84\x92\xb2\ \x2c\x8b\xaa\xe4\x9c\xbf\x7c\xf9\xd2\x0f\x03\xeb\xdc\x6a\xb9\x34\ \x42\x71\xc1\x09\x21\x81\x1f\x28\xad\x08\x21\x17\x17\x17\x49\x92\ \x84\x51\x08\x21\x54\xda\x6a\x2b\x8d\x71\xd6\x39\x00\xa0\x73\x6e\ \x32\x99\x78\x8c\x62\x0c\xaf\x2f\x2f\x3c\xcf\x2b\x8b\xbc\xef\x5a\ \x00\xc0\x62\xb1\x18\x8f\xc7\xc0\xd9\xf5\x6a\x49\x29\x15\xbc\x3f\ \x7d\x9d\x8f\x27\xb3\x28\x08\xab\x2a\x67\x18\x30\x4c\x94\x52\x04\ \x93\x37\xe4\x52\x07\x80\xb3\xc0\x19\x21\x7a\x4a\x28\x82\x80\x12\ \xb4\x5d\xaf\x38\xef\x6e\xe6\x57\x55\x5b\xf9\xbe\xf7\x16\x56\xce\ \xbf\xb6\xb8\xab\xeb\x5a\x6b\x1d\x86\xe1\xa0\x0c\x6f\xfb\xbe\x28\ \x0a\x21\x04\x42\xe4\xde\xbd\x7b\x94\x10\x8c\xa9\xe7\xb1\x20\x08\ \x18\x63\x41\x10\x0c\xa7\xc7\x5a\x6b\xad\x85\x00\x62\x84\xc7\x69\ \x2a\x85\x88\xe3\x78\x3a\x1a\xcf\x26\x13\x82\xf1\x17\x8f\x1e\x61\ \x82\xdb\xb6\xbd\x75\xb0\x87\x10\x94\x42\x10\xca\x44\xdf\x1b\x63\ \xf2\x7c\x4b\x29\xfa\xf2\xf1\xcb\xd5\x7a\x19\xc7\xd1\xd7\x5f\x7d\ \xf9\xe0\xe1\x3b\x5a\x89\xf1\xe8\x50\xf4\xdd\x8a\x73\xe0\xe0\x76\ \xbb\xc5\x98\x12\x82\xbb\x46\xae\x57\xab\x30\xf0\x43\x3f\xe8\x79\ \x0f\x1d\x70\xd6\xde\x3e\x3e\x59\x2c\xae\x95\x10\x69\x9a\x61\x84\ \x0e\x8f\xf7\xaf\xaf\xaf\xe2\x51\xd2\x35\x07\x9f\x7d\xf6\xcb\x38\ \x89\xfb\xbe\x6b\xbb\xa6\x2e\x8b\xba\x2a\x9e\x3e\xfd\xba\x2c\x0b\ \x46\x08\xc6\x28\x0a\x7d\xad\xa5\x96\xd2\xf3\x98\x36\xdc\x18\x25\ \x05\xd7\xca\x0a\xc1\xb3\x2c\xc3\x18\xd5\x75\xad\x94\x44\xc8\xd3\ \x5a\xe5\xf9\x46\x4a\x39\xd4\x3f\xad\x75\x5d\xd7\xd2\x98\xe1\xb9\ \x0f\x53\x36\x44\x70\xe8\x3d\xdf\xee\x93\x57\x4a\x5e\x5f\x5f\x27\ \x49\xc2\x18\xdd\x99\xcd\xd2\x34\x7d\xfd\xfa\xf5\xd7\x5f\x7f\x5d\ \x14\xc5\xed\xdb\x27\x49\x92\x0c\x46\x26\x03\x98\xe0\xfb\xfe\x40\ \xbe\x1b\x8a\x8a\x1f\xf8\xad\xe0\x49\x1c\x72\x2e\xb4\xd2\x93\xd1\ \x64\x7f\x7f\x3f\x0c\xc3\x27\x4f\x9e\x68\xad\x95\x52\xa3\xd1\x68\ \x34\x1a\x29\xa1\x08\xc1\x08\x21\xc1\x39\x00\x40\xb4\xfd\xe5\xe5\ \xf9\x97\x8f\x1f\x2b\xa9\x5e\xbd\x7a\xfd\xfc\xc5\xf3\xa2\x28\x18\ \x23\xe3\x71\x36\x9f\xcf\x6f\x6e\x96\x6d\xd3\x95\x65\x15\x45\x91\ \xb5\xe0\xd9\xb3\xe7\xbe\xc7\xa2\x30\x6c\xda\xb6\xed\xda\xae\xef\ \x77\x76\x76\xc2\x28\x78\xf4\xd9\x67\x49\x96\x31\x4a\x0f\x6e\xdd\ \x02\xcc\xd7\xd6\xdd\xbd\x73\xe7\xab\xcf\x3f\x8d\xb0\xa1\x94\x16\ \x45\xd1\x35\x95\x70\xf8\xa3\x7f\xfe\xc5\xe2\xfa\x3a\x64\x3e\x42\ \x48\x4a\xe5\xfb\xbe\x94\x2a\x49\xe2\xae\x95\x10\x1a\x25\x65\x5d\ \xf7\x75\x5d\x11\x42\x0f\x0e\x0e\xae\xaf\x2f\xbb\x6e\x3d\xc8\x93\ \xb7\xdb\x6d\x5e\x6c\x9b\xba\x86\x10\x40\x08\x37\x9b\x4d\x9e\xe7\ \x83\x17\x7e\x1c\xc7\x5a\x6b\x29\xe5\x74\x3a\x1d\xd4\x7b\xbf\x03\ \xd3\xa2\x03\x00\x42\x44\x30\xa2\x14\x43\x20\x84\x2c\x9b\x66\xb5\ \xd9\x26\x49\x8c\x10\x72\x10\x6a\xeb\x84\x94\xc6\x59\x07\xa1\x34\ \xca\x3a\xeb\x51\x86\x11\xa8\xaa\xf2\xea\xea\x72\xb3\x5a\x23\xe4\ \xac\x35\x5a\xeb\xbe\xef\x37\x9b\x75\xb9\xdd\x60\x8c\x31\xc6\x83\ \xa8\x4f\x4a\xa9\xb4\x7a\x75\xfa\xaa\x28\x0a\x63\x4c\x55\x57\xf3\ \xc5\xb5\x03\xf6\xa7\x3f\xfb\xc7\xb2\x28\xd7\x9b\x0d\x82\x30\x8b\ \x13\xad\x75\x1c\x47\xca\x98\x34\x4d\x1f\x3c\x78\x70\x75\x75\x75\ \x70\x70\x50\xd4\x95\x56\x2a\x0d\x23\x07\xac\x73\xce\x1a\xd3\x75\ \x2d\x26\xc4\xf3\x98\x10\xe2\xf6\xed\x93\x38\x8e\x8d\xb1\xd6\x3a\ \xe7\xac\xb5\x16\x42\xe4\x1c\x04\xc0\x65\x59\x36\x4a\xd3\x30\x0c\ \x6f\xe6\xd7\xbe\xef\x23\x08\xf6\xf7\x76\xb5\x56\xaf\x5f\xbd\xf4\ \x3d\x46\x30\xea\x3b\xbe\xbb\x33\x43\x08\x59\xad\x20\x00\x5a\x6b\ \xde\xf5\xc9\x24\x4b\xe2\xb0\xae\x6b\x6b\x2d\xd0\x0e\x38\x07\x01\ \xa0\x84\x44\x81\x9f\xa5\x29\xc6\x14\x00\x92\xc6\xd1\x7a\x93\x2f\ \x6f\xe6\x7b\x07\x7b\xa3\x24\xde\x16\x39\xe7\xfd\x50\x94\xde\x02\ \xea\x4a\xd3\x2c\x0c\x02\xa5\xd4\xf0\x62\x00\x00\x94\x52\x49\x92\ \xde\x3a\x3e\xd9\xdd\xdd\xc5\x08\x33\xc6\x38\xe7\x03\x8c\xa2\x94\ \x1a\x22\x8b\x11\x42\x08\x21\x8f\x51\xa9\xc4\xf9\xe9\xe9\xf1\xf1\ \xb1\x12\x32\xf4\x7d\x0c\xe1\x7b\x0f\xbf\x55\x94\x85\xe0\xe2\xff\ \xfc\xaf\xff\xf5\xce\xc9\xb1\xd2\x4a\xf1\x16\x40\xb4\x5c\xae\xda\ \xa6\xe9\xfb\x4e\xf0\xfe\xf3\x47\x9f\x65\x69\x3a\x1e\x65\xeb\xf5\ \xea\xbf\xfd\xe8\xef\x04\xef\x09\x46\x7d\xd7\x0a\x2e\x18\xf3\x9d\ \x35\x88\x10\x46\xa9\x92\x12\x43\xa4\xa5\xde\xdf\xdb\x2f\xca\xdc\ \x67\x1e\x82\xc8\x01\xbb\x33\xdb\x95\x42\x30\xca\xc6\xa3\x2c\x08\ \xfd\xba\x2c\xe7\x17\x17\x55\xb1\x65\x84\xee\xed\xec\xbd\x7c\xfd\ \x42\xb5\xcd\x72\xb5\x50\x4a\x59\x6b\x3c\x8f\x4a\x85\xa5\x10\x9c\ \x8b\xb2\xc8\x85\x6f\xa2\x38\x69\x3b\x6e\xad\x11\x92\x03\x03\x95\ \x1a\x5c\xe6\xdf\x04\x1d\x20\x34\xa8\x79\x9d\x73\x76\xa8\xed\x83\ \xd0\x1d\x12\x8a\x08\x89\xc2\x88\x52\x3a\x9e\xee\x94\x65\xa5\xd4\ \x5b\xef\x16\x01\xa5\x74\x18\x00\x39\x17\xc3\x4b\xab\x94\xea\xfb\ \xfe\xe8\xe8\xe8\xfb\xdf\xff\x7d\xcf\xf3\x21\x84\x8c\xb1\x81\xb8\ \xa4\x94\x1a\x1a\x2e\x42\x08\x21\xc4\x59\x37\xf8\xeb\xa6\x69\x3a\ \x24\x84\x0e\x66\xed\xdb\xed\x16\x21\xf4\x37\x7f\xf3\x37\xb7\x6e\ \xdd\x4a\xd2\xa4\xeb\x3a\x2e\x7a\x04\x51\x55\x55\x61\x10\x6e\xb7\ \xdb\xd5\x6a\xf5\xe9\xa7\x9f\xfe\xe5\x5f\xfe\xe5\x0f\x7f\xf8\xc3\ \xbf\xff\xf1\xdf\x3f\x7a\xf4\x68\xb0\x78\xc2\x98\x10\x8c\x95\x32\ \x94\x62\xe7\x5c\x1c\x47\xce\xda\x5e\xc8\x20\x8a\xef\x3f\x78\xb0\ \x5e\xaf\xb9\x94\xc6\x98\x51\x96\x44\x49\x32\x9e\x4c\x08\xa5\xef\ \xdc\xbf\xf7\xcf\x9f\x3c\xba\xbc\xb8\x18\x52\x36\xd2\x71\xea\x24\ \xbb\xbc\xbe\xbe\xba\xbc\xf0\x92\x71\x18\xa5\x41\x18\x0a\x25\x3c\ \x45\x29\xc5\x7d\xdf\xbd\x7e\xfd\xfa\xe4\xe4\xb6\xd2\x6a\x08\x8e\ \x71\xc0\x6d\x36\xdb\xfd\xfd\xfd\xcd\x66\xd3\xf7\x7d\x10\x04\x4a\ \x49\xce\x85\x73\x0e\x01\x84\x09\xf6\x3d\xbf\xef\xfb\xe5\x72\xe9\ \x79\xde\xb0\xbc\x86\x10\xbe\xff\xfe\xfb\x18\xe3\xe1\x2e\xc3\xff\ \xaa\x7a\xe1\xb7\xe6\x89\x0a\x85\x54\x4d\x2f\x00\xc4\xda\x38\x07\ \x91\x05\xf0\xab\x27\x4f\x5f\x9d\x9e\xaf\xf3\xa2\xac\xdb\x8e\x0b\ \x03\x9c\xb5\x16\x38\xe7\xac\xe3\x5c\xb4\x4d\xe3\x7b\x9e\xb3\xb6\ \xae\xaa\xb3\xd7\xaf\x76\x66\xb3\xb6\x6d\x05\x17\x5d\xd7\x39\x6b\ \x8d\xb5\xc6\x58\x82\xb1\xb3\x76\xf0\x7a\x2f\x8a\xbc\x6a\x6a\x6d\ \x4d\x5e\x16\x00\xc2\x5e\xf0\xf3\xcb\x8b\x6d\x9e\x37\x5d\x3b\x9d\ \x4d\x3f\xfc\x83\x3f\xc8\xc6\x63\x4a\x48\x5d\xd7\x7d\xdf\x57\x55\ \x75\x78\x78\xf8\xe0\xc1\x03\xdf\xf7\xef\xdc\xb9\x83\x31\x4a\x92\ \x64\x36\x9d\x8c\x47\x69\x10\x78\x10\x3a\x08\xac\xd1\x8a\xf7\xed\ \xe1\xc1\xfe\x7b\xdf\x7a\xe0\x31\x3a\xec\xdd\x11\x82\x84\x10\x8c\ \x11\x63\x9e\x56\x6a\xb3\x5a\xb5\x4d\xab\xa4\xda\x6e\x73\x63\x4c\ \x1c\xc7\x49\x92\x0e\x90\x04\x84\xd0\xf3\x7c\xc6\x98\x73\x8e\x32\ \x36\x4a\xd3\x51\x96\xcd\x66\xd3\xd1\x68\x04\x1c\x48\xe2\x78\x6f\ \x6f\x2f\x0a\x43\x63\x34\x74\x40\x6b\x85\x21\x88\xc2\xb0\xa9\x2a\ \xde\x77\xab\x9b\x85\x35\x7a\xb5\x5a\x5e\x9c\x9f\x5d\x5c\x9c\x9d\ \x9f\xbe\xe6\xbc\x87\x6f\x15\x42\x63\xad\x2d\xcb\x12\x22\xd4\x75\ \x9d\xb5\x76\xbd\x5e\x37\x75\xd3\xb6\x6d\x18\x06\x8c\x31\xa5\x35\ \xa5\x14\x00\x38\x34\x5c\xce\xb9\x3c\xcf\xd7\xeb\x75\x51\x14\xd6\ \xda\xf9\x7c\xfe\xf9\xe7\x9f\x3f\x7e\xfc\xc5\x7f\xfe\xcf\xff\x7b\ \xd7\xb7\x52\x72\x63\x75\x59\x16\xd6\x99\x30\x0c\xe2\x24\x14\x82\ \x7b\x1e\xd3\x52\x71\x21\x84\x10\x65\x51\x12\x82\xf6\x77\x76\xea\ \xaa\xba\xbc\xb8\x38\xd8\xdf\x4f\xc2\xd8\x1a\xf3\xec\xd9\x37\xbe\ \xef\x9d\x9c\x1c\x3d\x78\x70\xbf\xac\x8a\xa6\xad\x1c\x30\x5c\xf4\ \x55\x59\x38\x00\x3c\x3f\x88\xa2\x18\x13\xb2\xd9\xe4\xaf\x5e\x9d\ \x96\x65\x83\x20\xf1\x98\xcf\x98\x9f\x26\xd9\xd9\xe9\xe9\x62\x31\ \x8f\xc2\xa0\x2c\x8b\xf9\xfc\x86\x52\x76\xb0\xbf\x07\x00\xa8\xca\ \xf2\xf5\xab\x97\x7d\xdf\x68\x29\xbb\xba\x91\x42\x42\x38\x78\x55\ \x7a\x18\x21\xad\x64\xdf\xb6\x55\x91\xf3\xae\x33\xc6\x18\x63\xaa\ \xaa\x6e\x9a\xc6\x39\x3b\x2c\x4c\x39\xe7\xc3\x35\x31\x08\x53\x86\ \x9b\x4b\x6b\x15\xf8\x01\xc2\xd8\x5a\x37\xd4\x09\xce\xfb\xb7\x36\ \x17\x2a\xab\x4a\x6b\x6d\xac\xbd\xb9\xb9\x69\xdb\xf6\xec\xec\x6c\ \xbd\x5e\x2b\xa5\x8e\x8e\x6e\x0d\x7d\x9c\x31\x86\x52\x1a\x04\x01\ \x21\x64\x80\x41\x8a\xa2\xd8\x6c\x36\x52\xca\x8f\x3f\xfe\x78\xbb\ \xd9\xfc\xf0\x87\x3f\x7c\xfc\xf8\xf1\xe0\x07\x59\x55\x15\x00\x60\ \x3a\x9d\xce\x66\xb3\x34\x4d\xb7\xdb\x2d\x46\x58\x49\xa1\xa5\xea\ \xda\xb6\x2e\xab\xe3\xa3\x63\x9f\xb1\xaf\xbf\xfa\x2a\x4b\xd3\x83\ \xfd\xfd\x24\x8e\xfe\xf9\xe7\x3f\x33\x5a\xed\xef\xee\xfd\xfe\xf7\ \xbe\xd7\xb7\xcd\x7a\xb5\xe6\x3d\x17\x5c\x34\x75\x55\xe6\x5b\x4c\ \xc8\x6c\xb6\x3b\x1e\x4f\xaf\xae\x17\xcf\x5f\xbc\x74\x0e\x96\x55\ \x05\x31\x9d\x4c\x77\x3c\x2f\x90\x52\x7e\xfc\xd1\x2f\xa2\xd0\xd3\ \x4a\xbd\x7c\xf5\xaa\x69\xdb\x77\xde\x79\x90\x65\x59\x95\xe7\xcf\ \x9f\x3d\xfb\xe6\xeb\xaf\xb4\x52\xeb\xd5\x1a\x42\x64\xad\xe5\x9c\ \x5b\xeb\x92\x24\xb6\xd6\x08\x21\xd6\xeb\xcd\x7a\xb3\x19\x2c\xe1\ \xf2\x7c\xbb\x58\xcc\x87\x04\x1c\xad\x75\xdf\x77\x5a\x6b\xad\xb5\ \xc7\xbc\xbe\xef\x57\xab\x15\xe7\x3c\xcf\x73\xc6\xd8\xde\xde\x5e\ \x10\x04\x49\x92\x0c\x0f\xe5\x37\x16\xe9\xdf\x52\xcf\x65\xad\xa5\ \x1e\x1b\x4f\x26\x7e\x10\xf4\x3d\x47\x00\x3a\x00\x8d\xb5\x67\x17\ \x17\x45\x55\x1d\x1d\xd9\xf1\x64\x9c\x8d\x46\xcb\xe5\xd2\x01\x40\ \x29\xa1\x84\x02\x63\x94\x52\x1e\xf3\x16\x8b\xb9\x12\xc2\x18\xbd\ \x98\xcf\x2f\x2e\xaf\x94\x52\x52\xf0\x7c\xbb\xc1\x18\x0e\x99\x0b\ \x8c\x50\x6b\x2d\x22\x98\x7a\xcc\x38\x5b\xb5\x35\x42\x48\x03\x13\ \x06\xe1\xee\x28\xbb\xfb\xce\x3d\xdf\xf7\x9f\x7e\xf5\x75\x12\x26\ \x41\x18\x36\x6d\x0b\x20\x20\x84\x32\xc6\xa2\x28\xde\x6e\xb7\x49\ \x96\xc6\x71\xe2\xac\x9d\x4e\x67\x59\x9a\x32\xc6\xea\xba\x56\x4a\ \x25\x49\x92\x24\xc9\x66\xb3\xe1\x42\x44\x71\x04\x31\xb2\xce\x01\ \x80\x20\xc4\xd6\x2a\xc6\xf0\xc0\xdd\x5f\x2c\xae\x09\xa1\x6d\x53\ \x3b\x07\xbe\xfc\xe2\xb1\x73\x6e\x36\x99\x42\x84\x16\xf3\x39\x02\ \x10\x01\x38\x19\x8f\xfd\x83\x83\xb6\x15\x7d\xdf\x13\x8c\x9d\x03\ \xce\x5a\x88\xa0\xef\x79\x51\x14\x3b\x07\x8c\x35\xa3\x2c\xbb\x7d\ \x72\x62\x8c\x6b\x9a\x5a\xf0\xbc\xef\x78\xdd\xb4\xb3\xdd\x59\x1c\ \x85\x46\xe9\xe3\x5b\xb7\xc2\x20\x70\x6f\x19\xe5\x00\xda\xb6\xe5\ \x3d\x7f\x23\xd2\xec\x78\x3a\x1a\x31\x8f\x4d\xa7\x53\x04\x61\x91\ \xe7\x4e\x5b\xe6\x05\x10\x42\x82\x31\x65\x6c\xc0\x1a\x86\xce\xeb\ \x67\x3f\xfb\xd9\x17\x5f\x7c\x1e\x07\xde\x6a\x71\xfd\xc9\x27\x9f\ \xfc\xe9\x9f\xfe\xe9\xd0\x8e\x49\x29\x87\xf6\xc1\xf3\x98\x03\xa6\ \x28\xf2\xa6\xe9\x76\x77\xf7\x06\xa4\x4c\x48\xfe\xcb\x5f\x7e\x3a\ \x18\x43\xee\xec\xce\xbe\x79\xf6\x04\x23\x64\xb4\xba\x73\x72\x14\ \x06\x81\x51\xaa\xe0\x39\xc1\x84\x10\xda\xb6\xed\x68\x34\x21\x88\ \x51\x48\xac\x76\x18\x61\xc9\x45\x5d\xd7\x08\xa2\x24\x8d\x46\xe9\ \x38\x0c\xc2\xaf\x9f\x3c\xb5\x56\x03\x63\xa5\x92\xbe\xef\x13\x08\ \x39\x17\x43\xad\x12\x3d\x8f\x6f\x45\xc0\x81\xa1\x4e\x58\x6b\xad\ \x31\x18\x43\xad\x54\xd3\x34\x10\x02\x6b\xdd\xee\xee\x2e\x82\xb4\ \x69\x1b\x63\x8c\xb5\x0e\x0c\xd5\x11\x80\x61\x7b\x38\x0c\x82\x42\ \x48\x63\x8c\xb5\x56\xab\x37\xff\x7b\x9a\xa6\x5d\xd7\xf9\x81\xcf\ \x98\xf7\x76\x2e\x37\x18\xe3\xe5\x72\xc9\x39\xef\xba\xee\x8f\xfe\ \xc3\x7f\xf8\xf8\xa3\x4f\x9c\x73\xb3\xd9\xec\xe1\xc3\x6f\x65\xd9\ \xa8\x6d\x5b\x29\x55\x18\xfa\x00\x00\x42\x29\x46\x58\x6b\x5d\x96\ \xe5\xe0\x23\xf2\xe4\xc9\x93\xbf\xfe\xeb\xbf\x8e\xa3\xf0\xf3\xcf\ \x3f\xab\xeb\xfa\xdd\x77\xbf\x35\xec\x85\xbb\xae\x43\x08\x51\x46\ \x31\xc6\x0e\x80\xae\x6d\x8b\xa2\xf4\x3c\x96\x24\xc9\xa0\x70\xc8\ \xf3\xfc\xe7\x3f\xff\xf9\x9f\xff\xf9\x9f\x17\x45\x9e\x25\x69\x9e\ \x6f\x11\x42\x07\x87\x07\x43\xc2\xe3\xd5\xe5\x33\xca\xa8\xef\x07\ \x7d\xcf\x29\x65\x84\xf9\x5f\x3f\xf9\xe6\xfd\xf7\xdf\xf3\x83\x40\ \x19\x93\xaf\xb7\x9c\xf3\x9e\x0b\x3f\x08\x8f\x8f\x8f\xff\xf9\xe7\ \x3f\x65\xc8\x9e\xbc\xf3\x6e\xdf\xf7\x94\x31\xad\x4c\x1c\xa7\x2f\ \xeb\xc6\x3a\xab\x94\x64\x81\xdb\xdd\xdd\xfd\xc5\x2f\x3e\xf2\xd9\ \xc0\x13\xf4\x1d\x70\x5a\xeb\xeb\xeb\x6b\x82\x58\xdf\x75\x69\x96\ \xee\xee\xce\xce\x2f\xce\x06\x37\x04\x42\x70\x5d\x37\x4a\x29\x63\ \x34\xf3\x98\xe1\x06\x13\x12\x45\xd1\x10\x61\xc3\x39\x87\x10\x76\ \xb9\x85\x2b\xc5\x00\x00\x20\x00\x49\x44\x41\x54\x7d\x2f\x38\xdf\ \x6c\x36\x52\x2a\x84\xe0\x5f\xfd\xfb\xbf\xfc\x9d\x60\x45\x40\x08\ \xa5\x94\x55\x5d\x03\x08\x2d\x70\x98\x92\x8e\xf7\x08\x42\x2f\xf0\ \x8d\xb3\x79\x91\x2f\x37\x6b\xa9\x14\x74\xb0\xaa\x2b\x42\x30\xc5\ \x38\x4b\x12\xc1\x39\xa3\xa4\x2a\x36\x01\xf5\xf2\xf5\xf2\xe9\x37\ \x5f\x36\x6d\xeb\x9c\x5b\x2f\x96\x65\x59\x38\xab\xb1\x03\xd8\x3a\ \x1f\x63\x2b\xa4\x66\x14\xf8\x14\x41\x07\x30\x09\x7d\x3f\x89\x92\ \x28\x8c\xb8\x94\x90\x31\x1c\x87\xad\x35\x9b\xd7\xa7\xd3\xf1\x64\ \x77\x67\x67\xb5\x5e\x67\x71\x68\xb9\xa8\x37\xdb\x7a\xbb\x56\xbc\ \x4b\x3d\xb6\x59\xaf\xce\x81\x89\xa3\xd8\x48\x09\x9c\xd5\x4a\x52\ \x4a\x09\x25\xa7\x67\x67\x3f\xf9\xc7\x9f\x6e\xb7\x05\xa5\xbe\x95\ \x12\x3a\xeb\xac\x83\xce\x85\x1e\xcb\x92\x20\x0e\xa7\xce\x59\x67\ \x0d\xb2\x4a\x48\x6b\xac\xe9\xba\x2e\x4b\x92\xd5\x7a\x45\x28\x09\ \x42\xbf\xee\x9b\x38\x4b\x4e\xee\xde\x11\x42\x6f\x8b\x22\xdf\xd4\ \xb3\xd9\x2c\xef\x3a\x4a\x69\x5e\xd6\x45\x55\x69\xeb\x30\xa5\xe9\ \x78\x94\x97\xd5\x62\x3e\x6f\xdb\xae\x6d\xb9\xd4\x92\x60\x9c\x44\ \xfe\xc9\xe1\x41\x55\x57\x49\x1c\x31\x4a\xed\xdb\x02\x2e\x18\x41\ \x67\x35\x82\x80\xf3\xce\x68\x5d\xe4\x1b\x82\x70\xb9\xdd\x84\x51\ \x64\xad\x6d\x8a\x8d\x75\x40\x08\x89\x10\xdc\xd9\xd9\x9d\xcd\x66\ \x7d\x5b\x42\x00\xf2\xcd\xe2\xc9\x57\x8f\xf2\xcd\xb2\xc2\x88\x11\ \xfa\xe4\xe9\x93\x3f\xfe\x93\x3f\xce\x46\xd9\x8b\x17\x2f\xca\xaa\ \xc0\x08\x3f\x7a\xf4\x19\xa5\xc4\x19\x97\x17\xc5\xf5\xd5\x95\x16\ \x72\xb3\xde\xd4\x55\x71\x7e\x7e\xfa\xf2\xe5\x8b\xf7\xdf\x7f\x8f\ \x79\x1e\x21\xd4\xa3\xcc\x28\x15\x12\x66\xa5\xba\xb9\xbc\x8a\xa3\ \xb0\x28\x0a\x0d\x0c\x44\x40\x2a\x7e\xb3\x9c\x3b\x6b\xe3\xd8\x5b\ \x6f\x16\x84\x12\xdf\x67\x65\xa5\xac\x95\x8c\x66\x7d\xdf\x4a\xc9\ \x31\x81\x97\xd7\x97\x08\x42\x69\x44\x59\x15\x81\xef\x6d\xb6\x9b\ \xc1\x77\x58\x76\xa2\x5c\xe7\xbc\xe6\xd6\x1a\xe8\x80\xd1\x40\x49\ \xad\xa4\xb0\x0e\x73\xde\xc6\x49\x98\x1c\xdc\xf2\x7d\x7f\xd8\xb5\ \x43\x88\x20\x74\x42\x48\x00\xd0\x60\x73\x0d\x21\x34\x46\x02\xe8\ \x20\x72\xd6\x59\xcf\xf3\x00\x46\x7d\xdf\x8d\x46\xe3\xf1\x78\xea\ \x20\x34\xda\x12\xf2\xb6\x1c\x7a\x08\x8d\x14\xc8\xea\xd9\x74\x5a\ \xe5\x9b\xbe\x2d\x81\x95\x55\xb1\xee\xdb\x7c\xb9\x80\xbe\xef\x2b\ \xa9\x2c\x84\xdb\xed\x16\x42\x18\x87\xe1\xed\x93\x13\xa3\xfa\xa6\ \x11\xd6\xca\xff\xf6\xe3\xbf\x3d\xbf\x3e\xed\x39\x8f\xe2\xe0\xd3\ \x2f\x3e\x9d\xdf\xcc\x6f\x1d\xde\x42\x10\x9e\x9d\x9e\x1e\x1e\x1c\ \xae\x97\xab\xe7\xdf\xbc\xf8\xf7\xff\xcb\xff\xba\xd9\xae\x2f\x2e\ \xce\x9c\x73\x87\x87\x87\x55\x55\x6a\xad\xff\xf6\x6f\x7f\x74\xb0\ \x7f\x78\x7c\x74\x52\x14\x15\x65\x3e\x44\x08\x42\x14\xfa\x61\x55\ \x14\xb2\xef\x3d\x46\xb4\xd1\xbd\x68\x85\x51\xeb\x7c\x63\x81\xa5\ \x14\xbd\x78\xf1\x54\x29\xe9\x51\xe2\xac\xad\xab\x22\xf4\x3d\x46\ \xf1\xea\xe6\x46\x70\xd1\x69\xbe\xfd\xe5\x2f\xbb\x8e\x57\xf9\xca\ \x5a\x79\xb3\x5d\xaf\x8a\x8a\xf8\x51\x5e\x94\x98\x78\x67\xe7\x2f\ \xe7\x9b\x4b\x69\x05\xc6\xa4\xe3\x62\x93\xd7\xbb\xbb\xb7\xce\xce\ \x17\xbb\xbb\x7b\xe3\xe9\x14\x63\x72\x7e\xbd\x7c\x7d\xb6\xc8\xf3\ \xaa\xee\x54\x96\x25\xca\x42\x0b\xa9\xc3\x10\x12\x46\x08\x20\x1a\ \xee\xee\xdf\xf2\x18\x0b\xc3\x68\x67\xd7\xf3\xfd\xc0\x39\xb0\xb3\ \xb3\x9f\xa6\xa9\xe7\xf9\xc6\x28\xf4\x9b\xd6\x8b\xbf\xbd\x9b\xcb\ \x18\xb3\x29\xb6\x98\x12\x4a\xa9\xb5\x36\x8a\x23\x29\xa5\x90\x42\ \x1b\xed\x80\x1b\x65\x59\xdb\xf6\x46\x99\x24\x8c\x01\x72\x4d\xdb\ \xf8\xca\x03\xce\xb6\x6d\x83\x5d\x90\xfa\xbe\xe6\xbc\xde\x2c\x39\ \x17\xd6\x3a\xde\x55\x7d\x5b\x59\x2d\x29\x21\x3e\x25\x04\x01\x08\ \x2c\xc4\xa8\xed\xf8\xf2\xf2\x0a\x48\x13\xa5\x41\xea\xc7\xce\x38\ \x02\xb0\x55\xc6\x39\xf8\xe0\xdd\x77\x9b\x64\xdd\xd5\x35\x84\xf0\ \xc1\xbd\x7b\x57\x17\xe7\x49\x1c\x1d\x1f\xec\xe5\xab\x05\xaf\xab\ \x28\xf2\x47\x49\x08\x9d\xe9\xfb\x06\x40\x64\xb4\x8a\xe3\x88\x50\ \x26\xb5\x86\x98\xfc\xde\x07\x1f\xbc\x3a\x3f\xc7\x10\x43\x3b\x98\ \x9d\x59\x82\x80\xb3\xca\x48\x2e\xb1\x3d\x39\x3a\xf2\x19\x0d\x98\ \xf7\xcd\x8b\x73\x8f\x32\x01\xb9\x31\xba\xeb\x5a\x2f\xf0\xa5\x71\ \x6d\xd7\xb5\xbc\x5b\x2c\x6f\xfc\x20\x21\x9e\xd7\x09\x41\x99\x3f\ \xdb\x3b\x14\xa2\xe7\x42\xe4\x75\xc3\xa5\xf2\x02\x1f\x12\xb2\x58\ \xad\x85\x31\xd1\x28\xe3\x52\x02\x64\x67\x3b\x33\xe0\xd4\x28\x8b\ \xb3\x34\x7a\x7b\x43\x54\x00\x00\x00\x5d\xd7\x58\x6b\x8a\x22\x1f\ \x02\x1f\x9d\x73\xbe\xef\xbf\x7c\xfe\x8d\xe7\x79\xbe\xe7\x15\x55\ \x59\xd5\x95\xc7\xbc\x28\x8a\xfa\xa6\xb0\xaa\x93\x52\x1a\x63\x2e\ \xaf\x2e\xeb\x62\xc5\x28\x00\x08\x18\x68\xe7\xcb\xf9\x62\x39\xdf\ \x3d\xd8\xfd\xf2\xab\x2f\xaa\xaa\x88\xe3\x78\xb3\x5e\x05\x81\x5f\ \xe4\xb9\x47\x99\xe8\xf9\xfc\xea\xea\xa7\xff\xf4\xd3\x2c\x4b\x1f\ \x3d\x7a\xb4\xb8\x99\x7f\xfb\x83\xf7\x57\xeb\x15\xf5\x7c\xe4\x20\ \x70\x00\x01\xf8\xec\xe9\xb3\x20\x0c\x24\xef\x09\x41\x10\x63\xeb\ \x34\x26\x50\x08\xa9\x0d\x17\xb2\xf5\x3c\x6f\xb1\xb8\xf4\x7d\x9f\ \x31\x5c\x55\x79\xdf\x37\x65\x59\x4a\xa5\x00\x70\x94\x12\xa5\x15\ \x63\x14\x10\xe0\xa0\xbb\x59\x2e\x08\xc6\x69\x14\xcf\xcb\x7a\x3d\ \x5f\x00\x02\x11\x86\xc0\x12\x6b\x4c\xe0\x47\x49\x1c\x39\x88\x9a\ \xb6\x12\xbc\x87\x20\xb8\xba\x7a\xc5\x45\xef\xfb\x3e\x42\xa4\xae\ \x5a\xa3\x2d\x84\x88\x50\x84\x31\x72\x4e\x3b\xe0\xc6\xe3\x91\xb5\ \x26\x8e\xc3\x34\x19\x51\x3f\xc0\x84\x00\x80\xf2\x3c\xa7\x9e\x57\ \x55\xcd\x76\x9b\xe3\xb7\x4d\x8a\xb5\x46\xf7\x4d\xdd\x31\x7a\xfe\ \xfa\xd5\x76\xb5\x7c\x85\x40\x57\x57\x4f\xbe\xfc\xdc\xf3\xbc\x30\ \x0c\xb9\x10\xaf\x2e\xce\xfb\xbe\xdf\x9d\xcd\x26\xd9\x58\x8b\x2e\ \x8a\xe3\xb2\x2a\x5e\xbc\x7c\xfa\xc9\xa3\x8f\x94\x93\x90\x01\x8d\ \x5d\xd1\x14\x2f\xcf\x5e\x1d\x1f\x1f\x4d\xa7\x93\xe5\xfc\xe6\xfe\ \x9d\xfb\x67\xaf\xce\x81\x05\xc6\xbe\xc9\x27\x37\xd6\xfe\xe4\x27\ \xff\xf0\xf8\xf1\xe3\x87\x0f\x1f\xfe\xe3\x3f\xfe\xe4\x4f\xfe\xe4\ \x4f\xa4\x54\x4a\x6a\xc6\x3c\x88\x89\x75\x6e\xbd\x5e\x7d\xfa\xc9\ \x27\x4d\x55\x5b\xa3\x29\xa5\x1a\x38\x07\x81\xb0\xa2\x28\x37\x52\ \xec\x2a\xd1\xad\xd7\x6b\x00\xa1\x47\x71\x14\xf8\xdf\x3c\x7d\xb2\ \x5a\xaf\x08\x26\x42\x08\xea\x31\xe4\x1c\xa3\x10\x01\x0d\x91\x7d\ \x79\x76\xca\x9d\xbb\x75\xe7\xfe\xab\xe7\x2f\xa4\x54\x2f\x5f\x3f\ \x8f\x47\xf1\x78\x32\x06\x00\x45\x61\x7c\x78\xeb\x24\x4a\xc7\x3b\ \xbb\x07\x18\x93\xe9\x34\x99\xcf\xe7\xda\xd8\x87\xef\xbe\xef\xfb\ \x8c\x52\x4c\x28\xa1\x94\x40\xe8\x94\x16\x8c\x31\x46\x29\xe7\x4a\ \x29\xc3\x18\x1d\x88\xf2\x03\xcc\x0f\x00\xc0\x18\x29\xa5\x82\x30\ \x1a\xa8\xda\xff\xe3\x7b\x2e\x6b\x6d\x18\x04\xef\xbe\xf3\xc0\x01\ \x30\x98\x35\x5b\x6b\x03\xcf\x0b\x7d\xbf\x2c\x4b\x85\x20\xb0\x2e\ \x89\x93\x6e\xb9\xd2\x46\x41\x08\x43\x2f\x30\xca\x20\x07\xb8\xe0\ \x0c\x21\x00\xb1\xe8\x05\x10\xae\xed\x3a\x84\x90\xee\xa4\xe6\x0a\ \x63\xec\x30\xb4\x14\x72\x68\x7a\x27\x03\x2e\x60\x27\xca\xf9\xcd\ \xe1\xde\xbe\x68\x5b\x9a\x8d\x0d\x70\xae\xef\x17\xaf\xcf\xd2\xa2\ \x58\xe7\xf9\xde\xde\x41\x3a\x4e\x85\xe8\x0f\x6f\x1f\x71\x2d\xc2\ \x28\x3c\x39\x39\x2e\x9b\xba\xac\x8a\xa6\x6d\x0e\x8e\x8e\xda\xba\ \xea\xb9\x48\x93\xb8\xee\x5a\x88\x10\xa1\x74\x36\x9d\x52\xe6\x2d\ \x16\x0b\x29\x04\x00\x06\x38\xf3\x66\xd4\x73\x00\x38\x70\x75\x75\ \xbd\xbb\x33\x6b\x47\xed\x86\x0b\x2e\xac\x35\xc0\x4b\x82\xfa\x7a\ \x7e\x72\xef\xde\x44\x88\xb2\xaa\xa0\x83\x04\x53\x29\xd4\x62\xb1\ \x68\xbb\x33\xc1\x15\x00\x30\xcf\xf3\xbd\xfd\x1d\x08\x01\xc4\x68\ \xbd\x5d\x21\x84\xba\xbe\x5b\x2c\x6e\x7e\xf0\xe1\xef\x2b\xa9\xb6\ \xdb\xcd\x78\x3a\xdb\x6e\xf3\x27\xcf\x5e\x1c\x1f\x1d\xb9\x8f\x3f\ \x75\xd6\xfe\xe1\x1f\xfe\xa1\xff\x56\xd3\xa2\x7b\x53\x33\xde\x40\ \x39\xc6\x18\x84\x06\x60\xa2\xb7\xd6\x48\x29\x84\x60\x7d\xdb\x0a\ \x2e\x10\x44\x4a\xa9\xcd\x66\x23\x84\xf0\x3d\xaf\x69\xdb\xf3\xf3\ \x73\xa3\xb5\x7d\x03\xf3\xdb\x8b\xcb\x8b\xd3\xb3\xd3\x0f\x3f\xfc\ \xd0\xf7\xbd\x97\x2f\x5e\x44\x61\xb4\xd9\xac\xef\xdf\xbf\xaf\xb5\ \xd6\x42\x2e\x97\xcb\x93\x93\x13\x4a\x29\xe7\x62\xb9\x5c\x2a\x25\ \x2e\x2f\x2f\x20\x84\x46\x6b\x8c\x31\x81\xac\xe7\xbc\xaa\x2a\xc2\ \xa8\x10\x52\x1b\x0d\x89\x15\x42\x48\x25\x9d\x03\x43\xf2\xc0\xcd\ \xf2\x26\xcf\xf3\x2c\xcb\xba\xae\x5b\x2c\x16\xbe\xef\x2b\xa5\x08\ \x25\x0e\x00\xcc\x28\xc1\xc4\x21\x83\x00\xa0\x84\x52\x4c\x0c\x31\ \xa3\x34\x5d\xad\x56\x52\x29\x67\xdc\xe0\x3b\xe2\x9c\x4b\xd3\x94\ \x50\x2a\x95\x32\x46\x4b\x29\x36\x9b\xbc\x6e\xaa\x20\xf4\xc2\x38\ \xd2\xc6\x02\x00\x3c\xe6\x2b\xad\x84\x10\xd6\x1a\xad\x04\xa6\xa8\ \xae\x6b\xce\xfb\xcd\x66\x4b\xc9\x22\x88\xd3\x9d\xdd\xdd\x2c\x1b\ \x51\xe6\x09\xce\xcb\xaa\x12\x52\x80\xb7\x74\x73\x06\x10\xa2\xc5\ \xcd\x8d\x1f\x04\xdb\xed\xd6\xf3\x3c\xc1\x05\xe7\xbc\x28\x0a\x00\ \x80\xef\xfb\x3d\xe7\xcb\xe5\x12\x63\xdc\x34\x2d\x72\xf0\xeb\xaf\ \xbe\x9a\xee\xee\x54\x4d\xfd\xf4\xc5\x8b\xf5\x7a\x23\x38\x77\x18\ \x29\xdd\x00\x63\xff\xe9\x9f\x7e\xfa\x67\xff\xe6\x4f\xef\xdc\xbe\ \xfd\xe2\xf9\xf3\xfd\xbd\xdd\x97\x2f\x9f\x07\x61\xd0\x77\x4d\x48\ \x61\x51\x96\x08\x21\xc6\x98\x52\x6a\xb9\x5c\xce\xe7\xf3\x81\x84\ \x21\x84\xc8\xb2\x74\xb9\x59\x1a\x25\x8b\xb2\x58\x2e\x97\x5a\x69\ \x25\x95\x50\xaa\x13\xdc\x40\x67\xad\x85\x18\x59\xe0\x9a\xae\xcd\ \xcb\x62\xb0\x9c\xbc\xba\xbe\x1a\x44\x29\x5d\xd7\x05\x41\x40\x1d\ \xc5\x18\x07\x41\x18\x45\xc9\x26\x2f\xfc\x30\xb2\x30\x0f\xe2\x24\ \x4c\xb2\xae\xeb\xd4\xa6\x38\x39\xb9\xf3\xfb\xdf\xfd\x1e\xf3\x7d\ \xd1\x4b\xc6\xbc\xae\x6b\x06\x9b\x0a\xe6\xd1\xbb\xf7\x6e\x5b\x64\ \xb5\x31\xce\x5a\x84\x11\x42\xc0\x18\x3d\x8c\xc6\xce\xb9\xb6\xab\ \xad\xb5\x10\x41\xa5\xa5\x90\x6e\x38\x96\x5a\x6b\xad\xd5\x20\x70\ \x1e\xf6\xe0\xbf\x13\x38\x97\x73\xce\xf3\xbc\xd9\x6c\x57\x29\x15\ \xf8\xe1\xe1\xe1\xe1\xcd\xcd\xcd\x7a\xbd\x9e\x4e\x27\x52\x28\xad\ \x75\xd7\xf5\x55\xd5\xf8\x9e\xaf\x0d\x02\x10\x06\x81\x27\xba\x9e\ \x79\x0c\x62\xe2\xfb\x01\xc2\x54\x4b\x27\xbb\xa6\xac\x8a\x34\xcb\ \x28\xa2\x46\xbb\x20\x0c\xa5\x91\x06\x41\x4c\x31\x4b\xc2\x28\x88\ \xfa\x9e\x47\xe3\x74\xef\xde\xc9\x8b\x57\x2f\xcf\x9b\x4d\x1a\x27\ \x71\x10\x65\x69\x2a\xa5\xbc\x59\x2d\x2d\x45\x49\x14\x3b\x63\x8a\ \xb6\xb6\xc0\x35\x7d\x2b\xad\x11\x4e\x77\x4a\xb4\x52\x20\x46\xeb\ \xae\x35\xc6\x3a\x8c\x00\x44\x8b\x9b\x9b\xfd\xfd\xc3\xbd\xfd\xbd\ \xcb\xcb\xeb\xf5\x6a\xdd\x36\x0d\x40\x08\x22\x07\x01\x00\x6f\x16\ \x52\xa0\xaa\xea\x07\x0f\x1e\x30\x3f\x94\x1a\x24\xbe\x37\x9a\x08\ \x44\xf0\xce\xfe\xde\xce\xce\xce\xcd\x6a\x89\x20\x1c\x8e\x94\x92\ \x2a\x49\xd3\x6f\x7f\xf0\xdd\x67\xcf\x9e\xe7\x9b\x55\xcf\x39\xc1\ \x84\x25\xc4\x94\x8a\x77\x02\x61\x00\xac\xeb\x39\x7f\xfe\xf2\xf5\ \x83\x07\xef\x64\xe3\xe9\xab\x57\xaf\xda\xba\xa1\x94\x96\x4d\xeb\ \xe6\xf3\xa2\x28\x56\xdb\xfc\xe1\x77\xbf\x9b\x66\xa3\xc1\x1b\xf6\ \xff\x6f\xb7\x3b\xb8\x29\x74\x5d\x07\x21\x1c\x36\x5c\x00\x78\x08\ \xbd\x09\x76\x6e\xdb\x96\x0b\x31\xe0\x3b\x43\x48\xfa\xb0\xf0\xaa\ \xaa\x6a\xc0\xb0\x8d\x75\x00\xc2\xae\xed\x5e\xbe\x7c\xf9\xdd\x0f\ \x3e\x98\x8c\x27\xd7\xf3\x79\x14\x84\xdb\x3c\x7f\xdf\xf3\x36\xeb\ \xf5\xf9\xe9\xe9\xc0\x7b\x6e\x9a\x1a\x63\x2c\xa5\xc8\xd2\x6c\xa0\ \x7d\x5a\x67\xa9\x47\xcb\x6d\xc3\x98\x37\x99\x4d\xe3\x28\x2a\xab\ \x0a\x63\x0c\xde\xc4\xd6\x01\xc1\x79\x5b\xd5\x4d\x5c\x9d\xbe\x3e\ \x25\x04\x53\x84\xa5\x52\xd0\x3a\x0c\x11\xa6\x4c\x4a\x09\x09\x06\ \xc6\x1a\x6d\x80\x03\x8c\x79\x00\x82\xae\xeb\x18\x63\xb3\xd9\x6c\ \xbd\x5e\x5f\x5d\x5f\x33\x9f\x68\xad\xa5\x54\x00\xc2\xbe\xef\xf3\ \x3c\xef\xb9\x70\x0e\xf4\x7d\xdf\x77\x32\x08\x42\x21\xfa\xeb\xeb\ \xb9\x90\xb2\x6b\x3a\xad\x07\xe8\xd7\x09\xd9\x5b\xab\x31\xc6\x00\ \x38\xa3\x81\x85\x46\xf0\xa6\x97\xaa\xae\xeb\xd9\xce\xee\xad\x5b\ \x87\x0e\x62\x00\x1c\x25\xe4\xad\x60\x2e\xe0\xac\x1d\x8d\x47\x4d\ \xdb\x48\x25\xeb\xb6\xa9\xeb\x5a\x48\xd9\x74\x6d\xd0\x85\x10\x42\ \x63\x4d\xd3\x75\x6d\xdb\x62\x84\x44\xcf\xd5\x6c\x66\x9d\xbd\xba\ \x99\x07\x71\xb4\xbc\xb9\x91\x52\x58\x67\x01\x80\x4a\x29\x0f\x91\ \xaf\xbf\xfa\xea\xfa\xea\xf2\xce\xed\x93\x5f\x7e\xfc\xe9\x72\xb5\ \xfa\xe2\xf1\x17\xef\xbc\xf3\x0e\xc5\xe8\xb3\xcf\x3e\x5b\x2c\x16\ \x4d\xd3\x32\x46\xad\xb5\xa7\xa7\xa7\x49\x9c\x04\x41\xb0\x5e\x6f\ \x80\x73\x8c\xb1\xae\x6d\x31\x82\x7e\x10\x4e\x66\xb3\xcd\x6a\x8d\ \x30\x82\x10\x5a\x63\x01\x74\xd8\x81\x7c\xbb\x6d\xfb\xee\xf2\xfa\ \x6a\xb1\x58\x4c\xa7\xd3\x20\x08\xb8\x14\x7d\xd7\x8d\x27\x13\x6d\ \x0c\x44\x48\x08\x89\x19\x51\xc6\x5a\x07\x95\xb1\xa7\x67\x17\x79\ \x5e\x5e\x5f\xaf\x06\x73\x34\x98\xe3\x97\xa7\x17\x97\x67\x57\x7f\ \xf9\x57\x7f\xb5\xbf\xb7\xcf\xfb\xfe\x66\x73\x8d\x21\x9e\x4e\x33\ \xad\x54\x18\x05\x5c\x77\x88\x58\x84\x90\xb5\x6e\x18\x1a\x06\x19\ \xe9\x40\xb5\x01\x10\x0c\x7a\x58\x6b\x8d\x52\x1a\x41\xa8\x8d\x26\ \x98\x20\x8c\xda\xb6\xab\xea\xdc\xfe\x8e\x20\xf4\x00\x00\x08\xd0\ \x66\xb3\xc1\x08\x67\xa3\xac\xaa\x2a\x08\xc0\x64\x3c\xf6\x3c\xef\ \x5b\x0f\x1f\x96\x65\xd9\xb4\xed\x6c\x36\x0d\x82\xb0\xa8\xca\xae\ \x6b\x65\xcf\x29\x21\xc0\x38\xdf\x0b\x10\x22\x4d\xc7\x27\x23\x6b\ \x31\x02\x8c\x01\x46\xad\xd5\x10\x21\x00\x20\x42\xc8\x0f\x3c\x65\ \x35\x17\x62\xec\xd9\x7a\xb3\x85\xc6\x6e\xb7\x6b\x03\xad\x72\x1a\ \x52\x98\x57\xf9\xc1\xee\xce\xe5\xf5\x7c\x75\x7d\xd5\x01\xc1\x7b\ \x79\x74\xb0\x7f\xfb\xe4\xa8\xe1\xad\xe2\xfc\x58\xdd\x2e\xea\xb2\ \x91\x5c\x00\xd3\x74\x6d\xd5\xb4\x08\xc3\x9e\x73\xa1\x64\x10\x85\ \x3b\xfb\xbb\x2f\x4e\x5f\x76\x5d\x2f\x94\xe4\x52\xfa\xa1\x87\x30\ \x84\x00\x3a\x6b\x11\x82\xce\x39\x88\xb0\x05\xf0\x6a\xb1\x9c\x8c\ \xa7\x94\x79\xb7\xef\xdd\x7d\xf2\xcd\xd3\xbb\xf7\xee\x1d\x9f\x9c\ \xfc\xcb\x27\x1f\x1b\xe7\xc2\x28\x92\x52\x71\xc1\xad\xb5\x77\xef\ \xdc\xbd\xbc\xbc\x0a\xa3\xb0\xeb\x1a\x29\xa5\xe0\xbd\x36\x9a\x79\ \xb4\x6c\xf4\xbd\x7b\x77\xef\xde\xbd\xe7\x00\x1a\x8d\x67\xaf\xf2\ \x97\x27\x77\xee\x2d\xe6\xf3\xe5\x72\x29\x36\x5b\x42\xbd\x20\xc9\ \x0c\x40\xe6\xed\xf9\x5c\x70\xd8\x2e\x0f\x44\x87\xa1\xff\x1d\xf8\ \x1d\x03\xef\x61\x58\xae\xf5\x7d\xdf\x34\x4d\x10\x04\xe3\xf1\x78\ \x34\x1a\x09\x21\x06\x66\xb3\x31\x06\x62\xec\x9c\x25\x18\x9e\x9f\ \x9e\x5e\x5e\x5e\x8e\x47\xd9\xcd\x62\x6e\x95\xc2\x08\x6c\x37\x6b\ \x25\x55\x5d\xd5\xce\xb9\xbe\x6f\x9b\xa6\x49\xe2\xd8\x58\x0d\x11\ \xa8\xeb\x9a\x31\xaa\x95\xf2\xfd\x60\x6b\x37\x84\x62\x63\xcc\x00\ \x53\x12\x4a\x86\xd8\x81\x41\x47\xd9\xb7\xfd\xd9\xd9\x69\x10\x7a\ \x7d\xdf\xd7\x4d\x65\xad\x85\x10\x68\x25\x3d\xdf\xc3\x16\x21\x04\ \x9d\x35\xce\x18\xdf\xf3\x43\xdf\xab\xaa\x0a\x58\x77\x72\xfb\x78\ \x32\x19\x9f\x9c\x1c\x6f\xb6\x1b\xe3\xde\x04\x8b\x21\x08\x7f\x4d\ \xf1\x13\x82\x6b\xad\x29\xc5\x4d\xd3\xe4\x65\xde\x73\xe1\x31\x3f\ \x4d\x47\x51\x14\xcf\x66\xb3\x34\x4d\xbe\xf8\xe2\xd1\xcd\xcd\xdc\ \x58\x0d\x1d\x44\x08\x0f\x02\x20\x69\xb4\x54\xf2\xf2\xf2\x22\xcf\ \xb7\xd9\x78\x02\x10\x7c\xbb\xb0\xc5\xa1\x56\x53\x4a\x86\x84\xca\ \x41\xe6\x3d\xc0\xf6\xce\x5a\xeb\x9c\x00\xa0\xed\xba\xcd\x76\xab\ \x95\x82\xce\xe5\xdb\xcd\xe1\xc1\xe1\x64\x3a\x45\x52\x15\x65\x21\ \xa4\x34\x10\x10\x40\x08\x22\xce\xba\xcd\x66\xfb\xe5\x17\x8f\x3f\ \xfc\xfe\xef\x13\x02\x6f\x16\x57\x65\x91\x0f\x7c\xe0\xcd\x76\x73\ \x7e\x7e\x1a\xc5\x71\x5d\x17\x41\xe0\xe5\xf9\x36\x8c\x83\xbe\xef\ \xda\xae\xf3\x18\x63\x8c\x41\xf8\xc6\x5d\x4a\x1b\xdb\x76\xad\x50\ \x6a\xb6\xb3\x13\x44\x11\x84\xb0\x6e\xaa\xd5\x66\xfd\xf5\xd7\x5f\ \x05\x61\x88\x31\xaa\xeb\x4a\x08\xd1\xf7\x3d\xf3\x3c\x00\x1c\xf3\ \xe8\x60\x22\xa2\xb9\xeb\x78\xaf\xad\x85\x88\x4c\x77\xf6\xf6\x6e\ \x9d\xfc\xfd\x8f\xff\x1e\x58\x87\x20\x41\x88\x31\x8a\xcf\xce\xae\ \xfe\xee\x6f\x7f\xf4\x3f\xfd\xbb\x7f\x3b\x9d\x8e\xad\x53\x7b\xbb\ \x53\xca\xd0\x74\x3a\x35\xc6\x88\xb6\x2b\x36\x79\x5d\xd7\x42\x68\ \xa5\xb4\xd6\x9a\x73\x01\x01\x1a\xde\x08\xe7\x0c\xe7\xbd\x36\x5a\ \x2b\x6d\x8c\x46\x08\x03\xe0\x18\xf3\x28\xa5\x3d\xef\x19\x65\xc3\ \xf1\xfb\x1d\xc0\xb9\x00\xd4\x46\x11\x8c\x19\xa3\x46\x6b\xc6\xd8\ \xf0\x2c\x8d\xd6\x00\x80\xe3\xe3\xe3\xab\xab\xab\x28\x8e\xa5\x94\ \x91\xf4\xb5\xe0\x4d\x5d\xef\x9f\xdc\x76\xd6\x46\x7e\x28\xa5\x20\ \x94\x02\x9f\xd6\xba\x33\x21\xad\x81\x6a\x9b\xb2\xe9\x5b\xe7\x8c\ \xcf\x18\x54\x8e\x57\xcd\xe2\xe2\x42\xc5\xcd\xcd\xe2\x1a\xfa\x74\ \xf9\xe2\x1b\x01\xcc\x74\x67\x87\x04\x74\x3b\x5f\xce\xb2\x6c\xb3\ \x5e\x75\x7d\x6b\x1a\xaf\xcc\x8b\xa6\xd8\x8e\xfc\xd0\x6a\xad\x94\ \x5a\xad\x56\x5d\xd7\x71\x21\x5a\x21\x56\xc5\xd6\x38\x53\xd6\x9d\ \xb4\xce\x59\x4b\x30\x2d\xcb\x32\x08\x02\x4c\xc8\x97\x5f\x7d\xe9\ \xf9\xcc\x39\x33\x80\x86\xd6\x3a\x84\x20\xc0\x70\x93\x6f\x8b\xb2\ \x6c\xea\x96\x50\x36\x9a\xb0\xfb\x0f\xde\xb9\x5a\x5c\xaf\xb7\xeb\ \xd1\x6a\x74\x71\x7e\xfe\xed\xef\x7c\x70\xff\xfe\xfd\x9b\x9b\x9b\ \xd3\xd3\x33\x08\xdc\x8f\x7e\xf4\xa3\x8b\xcb\x8b\xd1\x28\xeb\x9b\ \xa6\x2c\xf3\xbc\xc8\xa7\xd3\x49\x14\x05\x8b\xa5\xbe\x77\xef\xee\ \x1f\xfd\xf1\x1f\x7f\xfe\xc5\x57\x17\xd7\xd7\x69\x36\x7a\xf8\xf0\ \x61\x55\xd7\x5e\x55\xdf\x2c\x16\x65\x59\xed\x4c\x67\x27\x27\xb7\ \x11\x42\xff\x3d\xa3\xfa\xe0\x03\x41\x29\x1d\x1a\x2b\x84\x50\xd7\ \x75\xc3\x42\x4d\x2a\x35\x74\xe6\x5a\x6b\x21\xc4\x30\x76\xd5\x75\ \x3d\xec\xec\xa5\x94\x14\x23\x6b\x0c\x84\x30\xdf\xac\x2f\x2f\xce\ \x0f\xf6\xf6\xdb\xa6\x5e\x77\x7d\x18\x86\xce\xd9\xaa\x2c\xda\xae\ \xf5\x3c\x26\xa5\x44\x08\xae\xb6\x4b\x82\xb1\x94\xd2\x98\xd6\xf3\ \x3c\x29\x95\x54\x02\x61\xe4\x00\xd8\x6c\x37\x18\x61\x4c\x30\x70\ \x00\x41\xc8\x3c\xcf\xf7\xfd\xd0\x0f\x96\x60\xe9\x9c\x03\xc0\x01\ \x60\xd3\x24\xc6\x84\xf4\x7d\x57\x57\xb5\x73\x06\x63\xe4\xac\x0d\ \x83\x70\x3a\x9d\x8c\x47\xe3\xa7\x4f\x9f\x5e\x5f\x5d\xee\xef\xed\ \x79\x3e\xbb\x59\xde\x28\x25\x10\x86\x4d\xc3\x01\xc2\xc3\x41\x47\ \x08\x4d\xc6\x63\x6d\xcc\x6a\xb3\x21\x84\x18\xe3\xae\x17\x8b\x8e\ \xb7\xc6\x80\xe4\x70\xfc\xde\xfb\xbf\xf7\xe0\xc1\xb7\x0e\x6f\x1d\ \x56\x55\xfe\xf4\x9b\xa7\xe9\x78\x4c\x29\x21\x00\x0d\x3a\x07\x6b\ \x5d\x27\x7a\xa5\xf5\xc0\x24\x12\xa2\xf7\x83\x20\x08\xfd\xb7\x66\ \xa2\x6a\x6d\x7c\xdf\xab\x9b\xa6\x6e\x1a\xce\xb9\x90\x72\x67\x67\ \x47\x69\xdd\xb4\xad\x52\xb2\xe9\x5a\x4c\x89\x54\xca\x59\x7b\xb3\ \x5a\x11\x42\x0f\x8e\x8e\xb8\xe0\x5c\x0a\x4a\xa9\xb3\x06\x58\x07\ \x1d\xb2\x5a\x29\x21\xbf\xf9\xe6\x9b\xf7\xdf\x7d\x2f\x49\xe2\xe7\ \xdf\x7c\x83\x90\x25\x04\xe5\xf9\x56\x29\x41\x28\x09\x02\xbf\x69\ \xea\x9e\x77\x79\x91\x1f\x1c\x1c\x2c\x6e\xe6\xce\x59\x46\xbd\xa6\ \x6d\x28\xa5\x4a\xc8\x5e\xf0\x8b\xab\x8b\xae\x6d\x99\xe7\x39\xe7\ \x28\x21\x3e\x63\xd3\xd1\xc8\x0f\xfc\xcd\x76\x4b\x09\x36\x1a\x51\ \x4a\x46\xa3\xd4\xf7\x59\x59\x56\x5d\xd7\x06\x41\x20\xb9\x40\x0e\ \x1c\x1e\x1e\x7a\x51\xe8\x25\x71\x98\x24\x7f\xfe\x3f\xff\xc5\x7f\ \xf9\xbf\xfe\xee\x93\x5f\x3e\xc2\x10\x07\x7e\x30\x1e\xcf\xa4\x10\ \x52\x74\xdb\x7c\xf9\x37\xff\xe5\xff\x18\x4f\xb2\xef\x7c\xf0\x7b\ \xe3\x49\x96\x24\x49\xdb\x34\x5f\x7c\xfe\xe5\xeb\xeb\x4b\xe3\x9c\ \xc7\x3c\x46\x59\xdf\x4b\xce\x85\x56\x06\x00\x88\x31\xc5\x24\x24\ \x18\x28\x0d\xac\x53\x9e\x0f\x8d\x36\x94\xd1\x61\xc8\xb5\x0e\x00\ \xc0\x20\xf2\x7e\x23\xb0\xfb\xdb\xc2\xb9\x9c\x0d\x82\x60\x77\x77\ \xa7\xae\x6b\x42\xf0\x64\x32\x4a\xd3\x24\x0c\x03\xe7\xc0\x66\xb3\ \x5e\xaf\x97\x93\xc9\x78\x6f\x6f\x87\xf3\xde\x1e\xec\xe6\x9b\xfc\ \xea\xe2\x62\x94\x44\x0e\x80\x38\x4e\xaa\xaa\x9a\x8c\xc7\x5e\x12\ \x8e\xc6\x91\x94\x2a\x80\x78\xb6\x33\x2a\x56\xa1\x78\x52\x21\xeb\ \xb4\xd4\x63\x2f\x3a\x9a\xec\x34\x42\xda\x00\x87\x59\x6c\xac\x5a\ \x2f\x17\xdd\x7a\xae\xa0\x09\x22\xf6\xe2\xfa\x6c\x32\x49\x92\x6e\ \xc4\x05\x7f\x78\xf7\x4e\xb5\xda\xbe\x78\xf2\x75\xe8\x05\x10\x80\ \x5f\x36\xb5\x06\xa0\xe6\xfd\xf9\xe5\xc5\xe9\x2b\xb3\xb7\xbb\xa3\ \x95\x6e\xda\x3e\x4e\x12\x82\xcd\xf5\x62\xc1\x85\xd4\xd6\x18\x67\ \xa1\x03\x81\x47\xad\x45\x42\x28\x00\x00\xc4\x18\x22\x84\x28\xbd\ \x9a\xcf\xab\xaa\xbe\x9a\x5f\x4f\x77\x77\x7f\xfe\xf1\x47\x4a\x69\ \xdf\x63\x17\x57\xe7\x5c\x71\x2e\xba\x2f\xbf\xfa\x82\x52\x16\x84\ \xac\xeb\xda\xa6\xed\xb5\x96\x65\xa9\x7d\x8a\x97\xcb\x25\x21\x78\ \x3e\xbf\x2a\xcb\x32\x8e\xe3\xd5\x7a\xf9\xf4\x9b\x27\x79\x59\x16\ \xdb\x3c\x8e\xe3\xae\xef\xdb\xb6\x85\x08\xf6\xbc\xd7\x4a\x27\x69\ \xea\x05\x1e\xc6\xe4\xad\x0a\x06\x70\xce\x29\xa5\x86\xfb\x68\x70\ \xb2\x1e\xac\xee\x87\xae\xaa\xef\x7b\x04\xa1\x1b\xe0\x50\x08\x07\ \xd1\x86\xd6\x9a\x73\x3e\x70\x29\xb5\xd6\x4a\xc8\x37\xdb\x61\xa5\ \xce\xcf\x4e\x03\xcf\x6f\xaa\xba\x6e\x9a\x34\x8a\x55\xcf\xdb\xa6\ \xb1\x56\x77\x9d\x04\x00\x12\x8a\x65\xc9\x01\x63\x94\x12\x21\xfa\ \x37\x42\x10\x67\x99\xef\xb5\xbc\x53\x5a\x43\x0f\x47\xbe\x0f\x01\ \xf4\x3d\x9f\x10\x52\x95\x55\x96\x65\x8c\x10\x8c\xb1\x35\xc6\xa3\ \x19\x25\x64\x32\x99\xb4\xad\x27\x7a\x6e\x95\xb6\xce\x39\xe7\xa2\ \x20\x08\x3c\xdf\x68\x0d\x1d\x68\xeb\x7a\xf6\xfe\xfb\x1e\xa1\x4d\ \x5d\x59\xe0\x1c\x70\xd6\x39\xab\x35\x84\x08\x40\xe8\x9c\x2b\xab\ \x01\xac\x4c\xac\xb5\x2f\x9e\xbf\xaa\xca\x22\xca\xb2\x9d\x9d\xdd\ \x87\x0f\xdf\xdd\xdb\x3f\x48\xb3\x51\x92\xa4\xff\xf4\xb3\x7f\x72\ \x10\xec\xee\xee\x4a\x29\xa0\x01\x5a\x19\x4c\xf0\xe0\x8a\x11\xf8\ \xbe\xb1\x76\x67\x67\x96\x4d\xc6\x42\x4a\x8c\xd0\xdb\xdd\x5b\x08\ \xe1\xaa\xae\x7b\x29\x11\xa5\x42\xc9\xb2\xa9\xc2\x20\xc4\x8c\x34\ \x75\xb3\x2d\xf2\xb2\x28\xb4\x35\xc2\x18\x82\x09\x82\x90\x52\x5a\ \x35\xf5\xab\x57\x2f\xa5\xd6\x75\xdd\x50\x8f\x21\x8c\xa4\x90\x46\ \x68\x8f\x31\xa3\xf4\xf5\xe5\xd5\xd9\xe9\xa9\x35\xfa\xf9\x8b\x67\ \xd3\xe9\x14\x02\x2b\x65\x7f\x73\xb3\x30\x46\x6f\xb7\x5b\xad\x35\ \x00\x70\x48\xc3\x6b\xdb\x16\x42\xc8\xb9\x50\x52\x12\x4a\x38\xe7\ \xda\x98\xb2\xae\xc2\x20\xc8\xd2\xcc\x19\x3b\x1d\x8d\xe6\x57\xf3\ \x9d\x9d\x19\x45\x84\x11\x94\xc6\x71\x1a\xc7\x00\x80\x83\xdd\x5d\ \xe6\xb1\x27\x4f\x9e\x3a\x67\xdb\xae\xf3\x28\x1d\x27\xf1\xe1\xde\ \x6e\x32\x9d\x08\x6b\xfe\xdd\x5f\xfc\xc5\x37\x2f\x5e\x7f\xf6\xe8\ \xd1\xf7\xbe\xff\x21\x70\x90\x12\x3c\x19\x4d\x2f\xce\x2f\x8a\x7c\ \x35\x76\xa3\xe3\x93\xbd\xc3\x83\xbd\xbb\xf7\x6e\x87\xa1\xa7\xb5\ \xf8\xf1\x8f\xff\x9f\xc5\x62\xdb\x5b\xa4\x94\xf6\x3c\x2f\x8e\x12\ \xce\x55\x12\xc7\x71\x1c\x00\x80\x18\xf5\x10\x42\x52\x09\xa3\x51\ \x18\x20\x84\xf1\x76\xbb\xe5\x7c\x68\xbb\x82\x34\x1d\xa5\x69\xc2\ \x28\xfd\xd7\xe1\xf9\xdf\xe6\x6e\x11\x09\xde\xcf\xaf\xcf\xad\xb5\ \xbe\xef\xf3\xbe\xc9\xb2\x8c\x12\xc8\x18\xf3\x18\x36\x5a\x38\xab\ \x94\xee\x11\xb6\x14\xa3\x9d\x49\x56\x6e\x96\x6d\x5d\x3a\xe7\x8c\ \x56\x0e\x82\x86\xb7\xba\x00\x02\x4a\x0f\xe1\x8a\xab\x94\x7a\x32\ \xdf\xaa\xaa\x42\xc6\x79\x18\x03\x00\x98\x72\x13\xe6\xa3\x64\x1c\ \xc4\x49\x10\x87\x87\x7e\x9c\x17\x05\xee\xf4\x28\x8d\x02\x48\xa7\ \xc4\x07\xe9\xb8\x51\x62\x44\xbc\x38\x1d\x89\xb6\xdb\xce\x17\x00\ \x62\x64\x5c\x3c\x1d\xd1\xf1\x64\xb5\xdd\x64\x59\x12\x04\x1e\xa3\ \x94\xf7\xa2\x28\xab\x93\x5b\xc7\x59\x36\x6a\xfb\x4e\x6b\x65\xb4\ \xf1\x3c\x0f\x40\x04\x01\x82\x70\xc8\xb2\x75\x00\x19\x6d\x54\x10\ \xf9\x42\x0b\x08\xd1\x78\x67\xac\x8d\xe9\x39\x4f\x93\x8c\xf7\x5d\ \x56\x24\x0f\x1e\xdc\xc7\x18\x6f\x37\x1b\xab\xa3\x6c\x3c\xe6\xd2\ \x18\xe7\x7c\x4a\xac\xd2\xdb\xcd\x9a\x31\xba\x5a\xad\x8c\xd1\x18\ \xe1\xae\xeb\x6e\x16\x37\x10\x13\x63\x55\xbe\x59\xc5\x51\x70\x70\ \xb0\x0f\x9d\xa5\x84\x04\x1e\xd3\x92\xe7\xdb\xb5\x10\xfc\x2d\xc3\ \x7f\x00\xb0\xd6\x32\xc6\x08\x21\xc6\x18\xcf\xf3\x06\xb2\xf2\xd0\ \xc4\x11\x8c\x11\xc6\xf0\x57\xc4\x7a\x63\x4c\xdb\xb6\x43\x77\xc6\ \x18\x1b\x68\x44\xda\x48\x82\x09\x23\xc4\x68\xb9\x5a\x2e\x7d\xc6\ \xea\xa6\x76\x46\x57\x75\xe1\x80\x51\x5a\x59\x6b\xb9\xe8\x28\xa5\ \x8c\xd1\xb6\x6d\xa3\x28\x34\x46\x4b\x29\x9d\xb3\x08\x22\x07\x80\ \x71\x16\x22\xc4\x18\xa3\x84\x20\x84\xb4\xd2\xbe\xef\xc7\x51\xa4\ \x84\xac\xcb\x6a\xf0\x12\x70\x0e\x48\xc1\x87\x89\x75\xe8\x7a\x9a\ \xbe\xc7\x18\x13\x8c\xdb\xba\x6e\xaa\x7a\x3a\x9b\x02\xe0\x86\x36\ \x30\x08\x82\x48\xc4\x98\xe0\x5f\x49\x73\x11\x00\x0e\x02\x88\x31\ \xde\x6e\x37\x52\x5b\xdf\xf7\xad\xb5\x94\xd1\xdd\xbd\xfd\x83\xa3\ \x5b\x7b\xbb\xfb\x93\xf1\xa4\x6d\xba\x67\xcf\x9e\xfd\xe4\x1f\x7e\ \xb2\x5a\xdf\x44\x51\x38\x7c\xfe\xc0\x38\x2d\xb4\x17\xf8\x0e\x38\ \xe8\xa0\xb1\x36\x8a\xa3\xd1\x38\xf5\x02\x86\x08\xa4\x8c\x80\xb7\ \x64\x45\x00\xa5\x94\x35\xc6\xf7\x7d\x84\x10\xa3\x2c\x89\x13\xad\ \xb4\xe0\x9c\x31\x86\x30\x26\x08\x46\xd9\x48\x29\xd5\xb7\x1d\x21\ \xa4\x6d\xdb\xd7\xa7\xa7\x98\x12\xc6\xd8\x64\x67\xa7\x6c\x4a\x29\ \x14\xf3\x7c\x08\x9c\x35\xb6\xa9\xab\x67\x4f\x9f\xac\x97\xcb\xb6\ \xae\xb2\x2c\x39\x3b\x7b\x4d\x28\x05\xc0\xf5\x7d\x6f\xad\x61\x8c\ \x75\x5d\x6b\x8c\x52\x4a\x22\x04\x56\xab\x65\x10\x04\x52\x0a\xe0\ \x80\x73\x0e\x20\xc8\x02\x3f\xc9\xd2\xbe\xe7\x01\xf3\x8e\x8e\x8e\ \x34\x97\x4d\x55\x51\x08\x0e\x76\xf6\x06\xed\xc4\x10\x73\x99\x65\ \x99\x4f\xe8\x66\xb3\x51\x52\x62\x66\x41\xa0\x9f\x7c\xf9\xc5\xde\ \xd1\xd1\x3b\xef\xbf\xff\xbf\xfd\xc7\xff\xf4\xf9\x57\x4f\xd2\xc9\ \xc4\x0b\x82\xed\x3a\xcf\xcb\xb2\xcc\x6b\xa3\xb5\xe0\x7d\x9c\x84\ \xdf\xfa\xd6\x83\xc9\x24\xcb\xb2\x24\x0c\xc3\x1f\xff\xf8\xef\xff\ \xe1\x1f\x7e\xb1\xbb\xb3\x33\x3d\xbc\xbb\x73\xbc\x1b\xc6\x11\xb0\ \xa0\xaa\x6a\x6b\x5d\x91\x57\x10\xa0\x9e\x2f\xa5\x90\x71\x1c\x31\ \x8f\x4a\xa9\xaa\x6a\xd3\xf7\xbd\x73\x6e\xc8\x61\x68\xea\xae\xef\ \xc4\x74\x3a\x05\xbf\x23\x3d\x17\x00\x40\x6b\xd5\xf5\x75\x1c\xc7\ \x00\xda\xe5\xea\x1a\x42\x03\xa1\x11\x52\x18\x6d\x8c\xb5\x5c\xb4\ \x5d\x5f\x50\x4a\x9c\xd6\x04\x51\x0c\x4c\xdb\xd4\x52\x29\x65\x55\ \x18\xc5\x65\x95\x4b\x51\x47\x18\x46\x7e\x80\x0d\x88\x2d\xbc\x75\ \x78\xf4\x9d\x83\x93\xaa\xa8\x1d\x42\x16\xc1\xbd\xfd\xbd\x40\xd8\ \xf1\xe8\x04\x13\x22\x95\x84\x7b\x3b\xfe\x89\x5f\x56\x65\x92\x24\ \x94\xb2\xae\x6d\xd5\xf1\x4e\x15\x02\x42\x89\xe5\xda\x4a\xad\x84\ \xc4\xcc\x2f\xfa\x76\xd5\x96\x95\x50\x49\x18\xf9\x61\xa8\xb5\x10\ \x4a\x20\x40\x92\x34\xd1\xce\x2e\x6e\x6e\xfa\xbe\x77\x6f\x00\x57\ \xa7\xa5\x71\x0e\x6a\x6d\xb4\x36\xce\x39\x9f\x20\x42\x49\xd3\x37\ \x16\x5a\x88\xdc\x72\xb5\xb0\x10\x48\x29\xdb\xb6\x92\x42\xf4\xbc\ \xfd\xfc\xf1\x67\x41\x10\xb4\x4d\x4d\x11\xbe\x5e\x5c\x29\x87\x08\ \xa6\x3e\x63\x5a\x88\xa6\xae\x86\xd4\x6e\x8c\xb1\x56\x62\x08\x13\ \x52\x52\x08\xde\x61\x88\x10\xb0\xc0\xb9\xbe\x6b\x9c\x55\x00\xd1\ \xba\x2a\x95\xe4\x6f\x6b\x88\x0a\x9d\x73\xc6\xe8\x41\xe3\x62\x8c\ \xf1\x7d\x7f\x80\xbd\x86\x08\x22\x6d\x0c\x06\x00\x3a\x37\x80\xf7\ \xc3\x17\x87\xef\x1a\x63\x86\x8d\x24\xc6\x08\x23\x34\x50\x3d\xfb\ \xb6\xdd\x6e\xb7\xce\x68\xe7\x5c\xd7\x0e\x52\x1e\x66\x8c\x1d\x4e\ \x3f\xa5\xc4\xf3\x58\x92\x44\x8c\x51\xca\x88\x19\x7c\x9d\x00\xb0\ \x00\x24\x69\x7a\xeb\xf8\x88\x77\xbd\x35\xc6\x18\xa3\x84\x5c\xf7\ \xdc\x68\xed\x79\xac\x2f\x3b\xa5\x15\x04\xc0\x1a\x63\xb4\xea\xbb\ \x96\x50\xca\x28\xa1\x14\x87\x41\x88\x00\x48\xc2\x10\x62\x9c\x44\ \x61\xd7\x06\x18\xc3\xe5\xea\xe6\xe0\x60\x5f\x69\xe1\x00\x05\xc0\ \x21\x84\xac\x05\x0e\x80\x21\x47\x8a\x31\x4f\x1b\x3e\x3c\xb5\xf1\ \x68\xb4\x7f\xeb\x30\x4c\xd2\xba\xe9\x56\x9b\x17\x9c\x0b\x4a\x3c\ \x29\x25\x63\xa4\x6e\x3a\x44\x48\xcf\x7b\x23\xad\x47\x28\x04\x00\ \x58\xe8\x1c\x50\x5a\x79\x8c\x79\x1e\x03\xc0\xa2\x37\x61\x8b\x6f\ \xc9\x47\x31\xce\x5a\xe0\x00\x84\x42\x4a\x07\x40\x36\xce\xa8\xc7\ \x2c\x70\x98\x10\xa5\x95\xb6\xd6\xf2\x1e\x63\x0c\x9c\x43\x18\x03\ \x08\x8d\x31\x1a\x38\xc5\x3b\x03\x5c\xc3\x3b\xa3\x5c\xc4\x08\x02\ \x8e\x20\xdc\xf5\xfd\xf5\xf5\x95\x12\x02\x38\x87\x11\xbc\xbc\x38\ \x8f\x92\x08\x00\x6c\xad\xe9\xfb\x7e\x20\x13\xec\xef\xef\xc7\x71\ \xd4\xb6\x2d\x42\x28\x0c\x43\x88\x20\x70\x8e\x7a\xec\xe4\xce\xed\ \x83\x83\xc3\xae\x6b\x99\xe7\x75\x5d\x7f\xf6\xea\xd4\x6a\xe3\x51\ \x96\x17\x9b\x8e\x77\x9e\xe7\x09\x21\x20\x04\x55\x9e\xa7\x61\x10\ \x79\x5e\xc7\xe8\x24\x49\xb4\x52\x71\xc0\x94\x82\xdb\xe5\xe2\xff\ \x7e\xf5\xa2\xe1\x62\x7a\x70\x4b\x28\xd9\x0b\x25\x95\xa8\xea\xaa\ \xad\xda\x80\x31\x00\xc1\xe1\xe1\x7e\x96\xa5\x84\xa0\x34\x4d\xb6\ \xdb\xed\x72\xb9\x7e\xf8\xce\xbd\xd5\x3a\x7f\xf1\xfc\x65\x5e\xd4\ \xa3\x2c\x9b\xcd\x66\x88\x60\xa3\x64\x18\x07\xc6\x18\x40\x58\x98\ \x78\x4a\xaa\xbc\xac\x07\xaf\x04\x2f\x60\x7d\xdf\x43\x0c\xa8\x47\ \xde\xe0\xb0\xff\x1f\x1c\x34\x7f\x8b\x09\x1a\x18\x05\x3e\x61\x14\ \x19\x23\x8d\x16\xc6\x08\x21\x5a\x8c\x11\x57\x7d\x51\x16\x69\x9a\ \x61\x62\x02\x82\x7d\x3f\x74\xc6\x80\x24\x30\x46\x25\x69\x14\x26\ \x49\x3c\x1a\x4b\x67\x63\x63\x0e\xb4\x9e\x85\x69\x40\x03\x27\x6d\ \xc0\x3c\xa5\x5d\x9a\x11\x61\xad\xa6\xb8\x6b\x5a\xa0\x01\x76\x1c\ \x48\xc3\x20\xa6\x84\xf4\x55\xcb\x10\x96\x79\xd5\x3a\x83\x18\xed\ \xb5\x31\x1a\x1a\xe3\x18\xc2\xcc\xc2\x80\x30\x44\x68\xef\x80\x6a\ \xba\xa2\xa9\xbc\xc0\xeb\xda\x4e\x1a\xd1\xd6\x35\x84\x18\x43\xb4\ \xde\x6c\x3d\xea\x59\xad\x11\x42\x6f\x6a\xbb\x86\x10\x42\x8c\x18\ \xc2\x00\x62\x40\x19\xf5\x7c\xaf\xeb\x5b\x88\x00\x02\x78\xb9\x5e\ \x60\x46\x07\x18\x0c\x42\x98\x64\xe1\x7a\x73\xc3\x7b\x8e\x80\x0b\ \x83\xd0\x3a\x07\x49\x08\x21\x09\x3c\xdf\x88\x1e\x58\xd0\xb4\x8d\ \x36\x0a\x40\x40\x08\xee\xda\xf6\xe2\xe2\x0c\x38\x38\x44\x2b\xbe\ \x7a\xf9\xc2\xf3\xd9\x7a\xb3\xd1\xd2\x18\x65\x28\xc1\xce\x68\xf8\ \xdf\x55\x33\x8c\x52\x4a\x08\x31\xe4\xa1\x0d\xbf\x65\xb8\xa1\x86\ \x9e\x45\x0a\x01\x21\xa4\x94\xfe\xca\x7e\x03\x0e\xd0\xd8\x60\x17\ \x01\x81\xd3\x5a\x19\x63\x10\x84\x1d\xe7\x7d\xd7\x41\x00\x94\xd6\ \x1a\x61\xa3\xb4\x73\x0e\x40\x67\x8c\xb1\xd6\x28\x25\x30\x46\x83\ \x68\xd6\x59\x2b\xb5\x7c\xd3\x79\x0d\xba\x7f\x08\xd3\x2c\xb5\xda\ \x42\x07\x8e\x8f\x8f\xcb\xa2\x50\x52\xfa\xbe\x37\x1a\x67\x97\x17\ \x67\xd6\x01\xc6\x42\x63\x8c\xef\x7b\x61\x18\xf2\xbe\x43\x10\x3a\ \x6b\x18\xf3\x99\x47\x01\x80\x14\x63\x46\x08\xa3\xb4\xef\xba\xcd\ \x76\x0d\x10\x94\x4a\x02\x60\x31\xc6\xd6\x59\x08\x00\x80\x10\x63\ \x32\x08\x1b\x82\x20\x04\x18\xfb\x81\xf5\xfc\x40\x6a\xdd\x73\x6e\ \x1d\x00\x88\x40\x84\x30\x21\x16\x00\x07\x61\x2f\x04\xf3\x3c\x0b\ \x9c\x47\xe9\xaf\x23\xb2\x08\x21\x61\x18\x22\x84\x2d\xb0\x84\xe0\ \x5f\x09\xe2\xdf\xb2\xd5\x15\x52\x76\xbc\x23\x35\x51\x5a\x57\x75\ \x9d\x00\x60\xac\xad\xea\x2a\x88\xa2\xaa\xae\xb7\xdb\xad\xe7\xfb\ \x8c\x10\x88\x31\x63\x4c\x19\x03\x21\xa4\x94\x21\x82\x11\xc1\xce\ \x9a\xbe\xef\x19\x46\x00\xbb\xcd\x6a\xbd\x33\x1e\x33\x42\x30\x41\ \x5a\x49\xc1\x5b\x07\x2c\xa5\xbe\x92\xca\x39\xdb\x75\x9d\x52\x6a\ \x30\x20\x1d\x6c\xa0\xca\xb2\xec\xba\x9e\x32\xd6\x08\x3e\xe4\xfe\ \x32\xc6\x9a\xb2\xbc\x7d\x74\x8c\xad\xab\xb7\xc5\x68\x32\xb9\x7d\ \x72\xf4\xe4\xd9\xd7\x5a\x2a\x12\xf8\xbe\xe7\x63\x82\x47\x69\x5a\ \x17\x25\x34\x06\x41\x90\x84\x7e\x16\xf8\x20\x89\xb9\x35\xc7\xf7\ \xee\x7e\xf5\xfc\xb9\x56\xbd\x03\x98\x11\x22\x78\xaf\xb4\xa0\x14\ \x4b\xc9\xc3\x90\xcc\x76\x26\x00\xba\x28\x8a\xb4\xd6\xa7\xa7\xa7\ \xd6\xb9\xdb\x77\xee\xfe\xe0\x8f\xfe\x4d\x6f\xd1\xab\xb3\xb3\x27\ \x8f\x1f\x7f\xf3\xfc\x6b\x08\x81\x1f\xf8\xc7\x27\xc7\xb3\x9d\x49\ \x82\x58\x10\x04\x4a\xea\x9b\xc5\xd2\x02\xe9\x80\x23\x04\x86\x98\ \x39\x67\xe2\xd4\x1f\x94\xe7\x69\x96\xfe\xae\xe0\x5c\x10\x42\xad\ \x55\x27\x5a\x4c\x31\x74\x90\x10\x04\x9c\x35\x56\x4b\x65\x1c\x34\ \x8c\x11\x08\x0d\x86\xb4\x6f\x5b\x4b\x94\xe6\xaa\x6b\xfb\xae\xeb\ \xa7\x49\x22\x95\x6e\x9a\x0a\x53\x92\x40\xfc\x7b\x7e\xd2\x17\x0d\ \xd7\x75\x32\x9a\xe6\xab\x9c\x46\xb1\xc3\xf8\x66\xb3\x0e\x46\xd9\ \x68\x6f\x07\xc5\xbe\xf1\x48\x16\x86\x1e\xc4\x0c\xc0\xd5\xe5\xe5\ \x76\xb9\x1a\x1f\xdf\x0a\x26\xa3\xeb\xcd\x5a\x4a\x91\x02\xba\xb9\ \x5e\x84\xcc\x1b\x25\x99\x17\x04\x24\x08\x63\x67\xbd\xaa\x2c\x2f\ \x2f\x12\x32\xa9\xdb\x4a\x5a\xa9\xa4\x84\x0e\x31\x4a\xd2\x24\xd3\ \xca\x18\x6d\xa4\x56\x16\x42\xea\x79\x42\x4b\x08\x20\x82\x90\x20\ \x04\x11\xc4\x08\x1b\x6b\x18\xf1\x94\x56\x00\xd9\x28\x8e\xb4\xb5\ \x10\x02\xa3\x0c\x70\xce\x67\xcc\x23\xd4\x19\xc3\x28\x35\x5a\x6b\ \x6d\x31\x34\x00\x02\x67\xb4\xd6\x06\x02\xc7\x18\x0d\x69\xb0\xc9\ \xd7\x75\x2b\x7c\x3f\x38\xd8\xdf\x97\x52\x19\x6d\x3c\xc6\xca\xb2\ \xb4\xda\xf0\xb6\x35\x0e\x60\x07\x18\xc5\x5d\xdb\xfe\xc6\x40\x81\ \x7f\xe5\xb3\x27\x04\x0f\x3f\x3b\x4c\x88\x6f\x0c\x36\x9c\x1b\x2c\ \x0a\x08\x21\xc6\x5a\xa5\x14\x42\x08\x63\x3c\xac\x1a\x07\x13\xd7\ \xe1\xc1\x0d\x8b\x54\xe7\x9c\xb5\x6e\x50\xfc\x49\xa5\x9b\xa6\xc5\ \x29\x22\x84\x08\x29\x84\x10\xce\xb9\x28\x0a\x85\xe0\xce\xba\x61\ \x75\x39\x20\x38\x4a\x2a\x63\x6d\x10\x86\x10\x80\xf5\x7a\x1d\x06\ \x41\xe8\x05\x42\xa9\x20\x0a\x7b\xd1\xb7\xbc\x13\xad\x3a\x3c\x38\ \x50\xda\x41\x08\x83\x30\x06\x0e\x34\x6d\x0b\x11\xee\x7b\x61\x8c\ \xd3\xd6\x31\xdf\x73\x16\x14\x55\x29\x95\x96\x4a\x27\x49\xca\x39\ \x9f\x5f\x2f\x76\xf6\x76\xfb\xbe\x6f\x3b\xf1\xeb\x8f\x05\x02\xe0\ \x9c\xf5\x7d\x5f\x2a\x15\xc5\x81\xb5\x40\x08\x39\x18\xf5\x00\x00\ \x3c\xca\x10\xb0\x5a\x6b\x8c\x87\x7d\xa5\x75\xd6\x01\x00\x11\xc2\ \x6f\xb8\x02\xce\x41\x04\x3c\xea\xf9\x9e\xe7\x9c\x05\xc0\x51\x42\ \xdf\x7a\x2d\xe2\x00\xc0\x08\x63\x84\x08\x22\x08\x22\x2d\x95\x31\ \xa6\x28\x8a\xae\xeb\xb2\x74\x94\xe7\xdb\x5b\x87\xb7\x20\xc1\xd7\ \xd7\xd7\xc0\x3a\x8c\x31\x25\x94\x68\x55\x36\x15\xc4\x38\x80\xc0\ \x1a\x8b\xc0\x60\x9c\xe1\x94\x55\x9b\xed\xa6\xef\x8f\x14\x46\x6d\ \xd3\x2e\x01\x20\x1e\x41\xd6\x74\x75\x3d\x60\x5b\x10\x00\xa5\x14\ \xef\x3b\x00\x80\xe7\x53\xcf\x23\x75\x5d\x0a\xde\x11\x42\xa2\x20\ \x28\xb7\xc5\xe6\x66\x35\x9b\xce\x4a\xb9\xc5\x10\x1d\x1e\xec\x9d\ \xf7\x22\xcf\xf3\x87\x7b\x0f\xb3\x24\x3b\x7d\x7d\x7a\x70\xb0\x3f\ \x99\x4c\xb6\xdb\x6d\x5d\x36\x10\x40\x82\xd9\x7a\xb5\x7d\xe7\xde\ \x6d\x42\xf1\xb6\x2a\x15\x80\xad\x32\xce\x82\x5e\x8a\x30\xc9\xa4\ \x32\x04\x21\x8c\xb0\xb4\xc2\x58\x33\x9b\xee\x4c\x27\x99\x33\x72\ \x34\x4a\xac\x71\xa7\xa7\xa7\x55\x51\xa3\xcc\x33\xd6\x51\x82\x1f\ \xdc\xbf\x07\xac\x2a\x8a\xc2\x28\xae\xad\xb1\xa6\xc7\x50\x0b\x2e\ \xd2\xd8\x9b\xec\x8e\xa0\x33\x69\x12\x5e\x5e\x5d\xb4\x75\x9e\x64\ \x09\xe7\x92\x79\x88\x50\xa0\xb4\x74\x56\xfe\xc6\x82\xf1\xdb\xf3\ \x8a\x30\x18\xe5\x0e\x22\x0d\xb1\x71\x49\x38\x85\xd0\x6b\x85\x61\ \x91\x87\x91\x97\xc6\x31\x06\x16\x0b\xcb\x80\x8f\x35\xc5\xc8\x67\ \xd9\xc4\x4b\xb5\x06\x16\x13\x28\xbb\x2e\xc0\x60\x8c\x59\xba\x2c\ \x7c\xc2\x8a\x24\x5d\x3b\x7b\xe6\xdc\x1f\x7c\xff\x43\x83\x90\x5c\ \xdf\x64\xa3\x24\x1b\xa5\x49\x32\xd3\x08\x87\x31\xa5\x4e\x85\x0c\ \x84\x52\x92\xab\xf5\x64\x77\x17\x1c\xee\x16\x98\x1e\x24\x23\x48\ \x91\xd9\xdf\x55\x42\xdd\xfa\xd6\xbb\x51\x18\x36\x75\xb3\x78\xf1\ \x22\x05\x7a\xa7\x2e\xb7\x79\x3e\xdb\x99\x58\x62\x29\x22\x18\x62\ \x68\x6c\xe0\x07\xc6\xb8\xae\xef\x4e\x2f\xce\x85\x14\x8d\xe6\x1e\ \x23\xd0\x02\x60\x2d\x72\x0e\x68\x0b\x2d\x78\xe7\xf6\xfd\x9a\xb7\ \x84\x52\xa1\xa4\x47\x19\xb4\x10\xb8\x61\xeb\xed\x20\x84\x94\x90\ \xdd\xf1\x21\x70\xce\x18\x03\x11\x84\x08\x01\x08\x81\xb3\x83\xd4\ \x56\x6b\x65\xad\x45\xe7\x08\x39\x10\x30\x6f\x7f\x67\x5f\x6b\xa7\ \x84\x82\x10\x8c\xd3\x59\xd3\x36\x4d\xd9\x7f\xeb\xe1\xec\xec\xec\ \xfc\xce\xdd\x3b\x47\xb7\x8e\x28\xf5\xec\x5b\xea\x16\xdd\xc0\x46\ \x36\x46\x51\x4a\x95\x12\x18\x47\x00\x40\x29\xad\xb5\xce\x5a\xc7\ \x58\x68\x2d\x20\x88\x0e\x01\x4b\x55\x55\x21\x80\xa5\x94\x8c\x32\ \x46\x3c\x8e\xb8\x33\x16\x42\x34\x00\x4c\x5a\x19\x6d\x5c\xc7\x85\ \x32\x56\x59\x80\x00\x52\x52\x75\x5c\x2a\x29\x83\x20\x00\x0e\x42\ \x80\x30\x24\xbc\xe5\x5d\xdf\x86\x61\xa8\xa8\x12\x4c\x6a\x63\x03\ \xcf\xd7\xc6\x5d\xcd\x6f\x0e\xf6\xf7\x1b\x25\x9e\x9c\xbd\xc4\x14\ \x15\xba\x16\x3d\xcf\xcc\x8c\x3b\xab\xa4\xf2\x8d\x89\xa2\xa8\xce\ \xb7\x12\x00\x09\x81\x84\xc0\xf7\x7d\x96\xa6\xc0\x01\x0f\x00\xae\ \x94\x76\x10\xd3\x40\x36\x3c\xa5\x21\x25\x51\xd5\x73\x23\x91\x85\ \x0a\x23\xa0\x94\xf6\xbc\xe0\xd6\xc1\x0e\xc4\x44\x1b\x6f\x32\x19\ \x5d\x5e\x5f\x43\x6c\xfb\xae\x55\x1a\x20\xe7\x9c\xd6\x14\x21\x4c\ \x90\xd6\x5a\x29\x0d\x8c\x0e\xa8\x67\x8d\x71\x18\x19\xe7\x94\x51\ \xda\x19\x60\x5d\xc0\x68\xc0\x18\x05\x10\x0f\xd7\x9b\x52\xe0\x6d\ \xe1\x45\x8a\x61\x80\x31\x54\x86\x02\xe4\x94\x0e\xbc\x20\x08\x43\ \x25\xb5\x75\x40\x5b\x00\x20\x4e\x82\x68\x92\x8c\x3d\xc6\x4e\x8e\ \x4f\x56\xab\x95\x10\x5c\x49\x85\x10\xce\xbc\xd8\xb4\xca\x62\x6b\ \x88\xfa\x55\xd3\x07\xb9\x91\x5a\x9a\xa2\xef\x35\x71\xd6\xba\x1a\ \x00\x00\x20\x00\x49\x44\x41\x54\xc6\xe3\x60\xdc\x09\xdd\x72\xbd\ \xdc\x54\x80\xf8\x69\x14\x49\xa9\xfd\x20\x50\x92\x37\x75\x11\xfa\ \x14\x81\xa0\xa9\x3c\x2e\x4c\x80\x7d\x0f\xb1\x8b\xe7\xe7\xae\xb7\ \x40\xd9\xeb\xd3\x0b\x62\x1c\xb0\xe6\x72\x7e\x3e\x3b\x3a\x70\x84\ \x35\x52\xb5\x52\xef\x05\x91\xd4\x9b\xb3\xab\x6b\xe6\x79\xb5\x90\ \x5e\x9c\x90\x38\xd1\x94\xf8\xa3\x89\x15\x6a\x59\x54\xdc\x80\x74\ \xb4\x03\x10\x96\xaa\xb7\xd6\x19\xa5\x08\x09\x18\x0e\x0e\xf6\x0f\ \x02\x06\xb3\x24\x98\x84\xfe\xb3\xe7\xa7\xc5\xb6\x0e\xa2\x38\xdb\ \x19\x43\x86\x10\x70\xe5\x26\x67\x08\x1d\x1f\x1c\x20\x8c\xc3\x20\ \x28\x8a\xed\xfc\x62\x69\x8d\xe5\xb5\xdc\xd9\xd5\xd3\xd1\x98\x42\ \xe2\xdf\xbe\x7f\x75\x7d\xdd\xf5\x7d\x12\x26\xc7\x07\x47\xc4\x63\ \x0e\x02\x4a\xe8\x6f\x1c\xd2\x7f\x6b\x1c\x7a\x33\x8a\x47\x7f\xf4\ \xfe\x87\x93\x20\x11\x65\xed\x94\x09\x92\x48\x40\xdb\xca\x4e\x4a\ \x3e\x4e\x92\x71\x1c\x6b\x67\x09\x66\x0c\x79\x10\x30\x40\x28\xf2\ \xa8\xb5\x12\x29\xee\x09\xee\xea\x6a\x54\x55\x9c\xaa\x02\xea\xd2\ \xc7\x4f\xfa\x62\xff\x3b\xdf\xab\xa6\x59\xdd\xb6\x65\x40\x25\xb1\ \xe1\x34\x86\xe9\x84\xf7\xc2\x06\x30\x40\x50\x23\x59\x03\x65\x30\ \x94\x31\xb5\x31\x33\x59\x04\xfc\x20\x4b\x62\xe3\x40\x91\xe7\x1a\ \x22\xa9\x4c\x2f\x44\x14\xc6\xd4\xa1\xf4\xbb\xe1\xeb\x57\xaf\x35\ \x05\x2c\x09\x3c\xca\x9c\xd4\x21\xf3\x81\xb1\x18\xe3\xe5\x7a\xcd\ \x0c\xb6\x96\x42\x03\x20\x81\x16\x39\xeb\x90\xb1\xd0\x58\x1b\x25\ \xc9\xfe\xfe\xe1\x8e\x31\x98\x12\x29\x25\x82\xd0\x19\xf7\x6b\x75\ \x2e\x04\x10\x22\x38\xf8\x0d\x0c\xaa\x77\x4c\x31\x00\xe6\xff\x65\ \xee\xcd\x7a\x2c\xcb\xae\xf4\xb0\x35\xec\xbd\xcf\x70\xa7\x18\x32\ \x72\xa8\xca\x2c\x16\x8b\x43\x37\xc9\x6e\x36\x5b\x2d\x36\x64\xa9\ \x1f\x0c\xbf\x19\x90\xfc\x1f\xfc\x7b\x6c\xff\x03\xbf\xf8\xcd\x7e\ \x92\x00\xdb\x02\x0c\x5b\x6a\x48\x16\x5a\x16\xd0\x6c\x92\xea\x81\ \x2c\x16\x6b\xca\xca\x29\xe6\x88\x3b\x9c\x73\xf6\xb0\xd6\xf2\xc3\ \xbe\x11\x2c\x52\x46\xb7\x90\x0d\xd0\x15\x0f\x85\xcc\xc0\x8d\xca\ \x1b\xfb\x9e\xbd\xc6\x6f\xb8\x53\xd9\xe7\x4a\x84\xae\xc2\x95\xab\ \xc5\xe2\xe1\xc9\xc3\x92\x6b\xd0\x33\x04\x18\xc6\xd1\xb1\x7b\xfc\ \xf8\x31\x00\x3e\x3c\x79\x78\x78\x78\xe8\x1c\xbf\xbd\x09\x8d\xec\ \xa1\x31\x15\x59\x5a\x8a\x98\xa9\xaa\xa8\xc2\x1e\x77\x5a\x4c\x54\ \x66\xb3\x8e\x18\x4b\xc9\x88\x76\x70\xb8\xaa\x3a\xce\xb6\xb1\xa6\ \x09\x6d\xd3\x38\xe7\x76\x3b\x30\xd3\x69\x1a\x53\x8a\x44\xd8\xb6\ \x8d\x81\xc5\x14\xd5\x4c\xc1\x4a\x11\x11\x11\x95\xdb\xf5\xad\x69\ \x89\x39\x11\xb3\xa8\x82\x6a\xe3\x1c\x98\x69\x29\x25\x97\x9b\xf5\ \x66\xb3\x5d\x5f\xfc\xf4\x74\xb6\x9c\x19\x96\x83\xc5\x6a\xee\x43\ \x47\xc4\x44\x01\x00\x62\x8c\xeb\xb5\x9b\xcd\xca\x30\xc4\xed\xd6\ \xcd\xe7\x0e\xc0\xd0\x42\xe0\x6a\x97\xa9\x2a\x2a\x25\x38\x06\xd3\ \x61\xdc\x89\x24\x0e\x8e\x1c\xc5\x94\x0d\xf9\xf8\xe4\x64\xb3\x1d\ \xa6\xe9\xea\xfa\xe6\x66\x1c\x47\xe7\x1c\x80\x88\x28\x21\x55\x65\ \x1b\x33\x29\x25\x95\x52\x4c\x8d\x10\x81\x08\x88\x4c\x05\x10\xcc\ \x0c\x10\x9a\xa6\x21\x42\x42\xec\xda\x56\x24\xbf\xe5\x78\xb1\x3e\ \xf3\x45\x67\xfd\x0c\xd1\x72\x8a\xc1\xbb\xf5\xed\xf5\x38\x8e\x39\ \x27\x32\x89\x71\xbc\xb9\xb9\x40\xc9\x5a\x12\x04\xb7\x5c\xcd\xdf\ \x9c\xbe\xda\x6c\xd7\x0f\x8e\x8f\x96\x8b\x65\x08\x61\xbb\xbe\xdd\ \xed\x86\xf9\x7c\x7e\x74\x74\x34\x8e\xe3\x17\x2f\x5e\x6c\x86\xa1\ \x94\xa2\x68\xcb\xc3\x83\xc5\x6a\x75\x7a\x7a\x96\x15\x62\x8a\xc3\ \x30\xcc\x67\x9d\x6f\xfc\x30\x8e\x17\x17\x67\x2f\x5e\x7e\x71\x78\ \x78\xb0\x5a\x2e\xb2\x64\x17\x5c\xd6\x94\x31\xe7\xa0\xcf\xaf\x5e\ \x95\x92\xcf\xce\xde\xfc\xf5\x17\x3f\x5f\x2d\x66\xbb\xdd\x3a\xcc\ \x9c\x6b\xd8\xb5\xae\x90\xaa\x83\xcb\xe1\x26\xa6\xb4\x6a\xe8\x76\ \x7b\x73\x70\x70\xd0\xb4\xa1\xe9\xdb\xbc\x4b\x63\x1a\x87\x18\xfb\ \xd9\x92\xd1\x1b\x61\x68\x9a\xa6\x09\xde\x79\x82\xb0\x5a\xcc\x17\ \xcb\x19\x21\x1e\x2e\xe7\xc1\xbb\x8f\x3e\xfc\xc5\xfa\xe6\xb6\x5f\ \x1e\xbe\x3e\x7d\xf3\xe8\xc9\xe3\xe3\x83\x93\x32\xe5\x92\x52\x8c\ \x51\x24\x37\xcb\xd5\x83\xc3\x93\xcf\x3e\xfe\xfc\xc5\x8b\xe7\x7d\ \x3f\x7b\xf1\xfc\xe5\xd3\xa7\x4f\xe7\xf3\xf9\x66\xbd\xee\xda\xee\ \xf2\xf2\x6a\xb9\x5a\x7d\xed\xfd\xaf\xa7\x52\x6e\xd7\xeb\xbd\xf8\ \xd5\x57\x43\x59\xd0\x1a\xe4\x43\x68\x97\xd8\x94\x60\xea\x94\x7d\ \x83\x92\x7d\x17\xc2\x82\x8e\x66\x0b\x06\x58\x73\x51\xc7\x59\x18\ \xc4\x4a\x49\x90\xc6\xc6\x6c\x8e\xda\x6e\x22\x5f\x4f\xad\xc0\xa5\ \x18\x9d\x1c\x7d\xf8\xf2\x65\xf7\xc1\xb7\x8f\x1f\x3d\xea\x67\x7d\ \x8c\xe9\xf8\xe8\x01\x91\x18\x40\xd6\x52\xac\x38\x63\x24\x50\x83\ \xa4\x22\x84\x46\x98\x53\x2e\x31\x4f\x65\x77\xf8\xf0\x31\x74\x71\ \x77\x7e\x2d\xdb\xc1\x2d\x97\x2d\xb8\x6f\xbf\xf7\xfe\xb0\xdd\xfe\ \xe9\xbf\xfe\xd3\x1f\xfe\xe0\x07\x1b\x84\x7f\xf3\xe7\x7f\xae\xa5\ \x9c\xac\x0e\x87\xdd\x60\x45\x18\x61\xb3\x9d\xca\x24\x55\x8b\x42\ \x4d\x94\xd0\x08\x2d\x30\x18\x29\xd3\xcd\x76\xc3\xf5\x1f\x4e\x09\ \x99\x94\xb1\xc2\x3e\xef\x91\x9f\x75\xce\x5d\xbf\x14\xea\xfa\x3e\ \xd7\x59\x0c\x33\xc5\x98\x9c\xf3\xab\xd5\x01\xb3\xbb\xbc\xbc\x14\ \x11\xef\x82\x81\x99\x2a\x11\x3f\x79\xfc\x70\xb3\xbd\xfd\xe0\x83\ \xaf\x89\xea\xc5\xf9\x9b\x22\xe5\xad\x77\x8b\x06\x82\x7b\x08\xaa\ \x22\xba\xa6\xf5\x4c\x14\x82\x4b\x29\x8b\x14\xc7\xd4\xb6\x0e\x80\ \x00\x6d\x1c\xb7\x06\x65\xb1\x9c\xcd\xe7\x73\x00\x8c\x31\xce\x67\ \x3d\xa1\xf5\x7d\xdb\x76\x8d\x0f\xac\xaa\x45\x12\x80\x84\xd0\x30\ \xa3\x81\xcd\x66\x5d\xf0\x6d\x4c\x53\xd3\x34\x80\x16\x9a\xe0\xdb\ \x80\x14\x5c\x09\x8a\x10\x53\xc4\xac\x9d\xe3\xdd\x18\xb7\xdb\x9d\ \x98\x8d\xe3\xb8\x9a\x2d\xb7\x6a\x21\xdb\xb8\xdd\x96\x49\xff\x66\ \xfb\x1f\x76\xd7\x37\x44\x74\x33\x8d\x29\xa5\x9b\xb3\xb3\x32\x9f\ \x3b\xc7\x6d\x91\xf1\xec\xf4\xb3\xeb\x73\x6a\x42\xf0\x61\x7b\xbb\ \x36\xc4\x45\x1f\xc6\x1d\xe7\xbc\xbb\xbd\xd5\xf5\xe6\x22\xb4\x0c\ \xce\xa7\x9c\xc8\x87\x5c\xe4\x47\x7f\xf1\x93\xd9\x7c\x19\x63\xbc\ \xba\xba\x11\x31\x42\x34\x43\x62\x74\xec\x88\xa8\x14\x51\x95\x94\ \x52\x15\x49\x42\x44\xef\x9d\x21\x96\xac\x88\x08\x66\xde\xb9\xbe\ \x6f\xab\x74\x57\xdb\xb6\x9b\x6d\x4a\x29\xe1\x5b\x4e\xe8\x51\x44\ \x8a\x14\x20\x40\x86\x3e\xb4\xcb\xe5\xac\xed\xbb\x79\x09\xa5\xc8\ \x6e\xe0\xb6\xa1\xd5\x6a\x3e\xeb\x5b\x44\xbc\xba\x3a\x2b\x79\x5a\ \x2e\xfa\x47\x8f\x1e\x35\x6d\x33\xec\x86\x93\x93\x43\xd3\x7c\xf2\ \xe0\xe8\xd1\xa3\x47\xe3\x38\x22\x28\x93\x6d\xc7\x6d\xd3\xb8\xd9\ \xac\x71\x0c\x88\xf2\xf8\xe4\xc1\xac\xf5\x6d\x13\xbc\xa7\xb6\x0f\ \xc0\x8a\x1e\x4f\x1e\x3d\xf4\xc1\x6f\x86\x21\xc6\xe1\xe8\xe8\x30\ \x16\x3d\x5b\xbf\x69\x96\xcb\x28\x32\x5f\xf4\x33\xbf\xbc\xb9\xb9\ \x19\xb7\x83\x53\xf9\xf1\x7f\xf8\xb3\xdb\x8b\xeb\x61\xd8\xc5\xb8\ \xb9\xbe\x3d\xfb\xf8\x93\x8f\x4b\xce\x87\x8b\x95\xc6\x2c\x0e\x7f\ \xfe\xd3\x1f\xfb\xd9\xcc\x87\x3e\x03\xaa\xd9\x62\xb1\xcc\x62\x53\ \x4a\x31\x4e\xa6\xda\x04\x67\x82\xc7\x47\xab\x79\xdf\x77\x8d\x3f\ \x79\xf0\x30\x4e\xf1\x17\xbf\xf8\xe8\xfc\xfc\x42\x2f\xaf\x0b\xc2\ \x72\xb9\x1a\x4e\xa6\xdd\xb0\x7b\xe7\x9d\x77\xea\xce\x7a\x18\x86\ \xa3\xa3\xa3\x1f\xfc\xe1\x0f\x52\x4e\x67\xa7\xaf\x63\x4a\x22\xfa\ \xad\x6f\x7d\x73\xb9\x5a\xb5\x7d\xf7\xc5\xcb\x17\x37\x37\x37\x1f\ \x7f\xfc\xf1\x6c\x3e\x6f\xfa\xae\x7e\x1c\x7f\x3b\x0e\xf8\xb7\xa8\ \x15\x51\xe4\xfc\xfa\x66\x9a\x12\x6b\xc5\xe0\x4c\x16\x9c\x11\x0e\ \x51\xe3\x2e\x59\xca\x5b\xd6\x84\x66\x49\xad\x48\x4e\x09\x52\x99\ \xa1\x3d\x6b\x9a\x77\x8d\x16\x63\xf2\x52\xec\x60\x71\x71\x3b\x5c\ \x5f\xdc\xfe\xe3\x3f\x79\xca\x63\xee\x27\x19\x76\xb1\x6b\x1b\xc7\ \x0e\xaf\xc7\x71\x73\x2a\x6a\x32\x70\xf1\x86\x90\x79\x1b\x9b\x6c\ \x6e\x94\xb2\x9e\x0e\x33\xf8\x29\x7f\xfe\xd9\x27\xc5\xe4\x7a\x73\ \x05\xa4\xae\xa1\x6e\xd6\x46\x4d\x7f\xfe\x93\x1f\x45\x89\xcf\x5f\ \xbf\x7c\x95\xe2\xf2\xe9\xd3\xd3\xd7\xaf\xfe\xe2\x97\x1f\xb1\x59\ \xdf\x84\xc3\xe5\xe2\xea\xf2\x62\xb0\x34\xf7\x7d\xf0\xde\xb4\x14\ \x2d\x06\xe2\x1c\x71\x68\x8c\xf0\xc5\xab\x97\x98\x15\x92\x42\x56\ \x74\x68\x01\xf5\x6e\x37\x57\xc1\xdc\xb5\xbf\xab\xd3\x6e\x0e\x8e\ \x89\xf6\x94\x97\x18\xab\x98\x5f\x4a\x39\x84\x36\xa5\xfc\xf2\xe5\ \x17\x6a\x46\x48\x76\x37\x52\x12\xd5\x0a\x17\x88\x31\xee\x76\xbb\ \x71\x1c\xdf\x1a\x8c\xea\x3d\x11\x19\xa0\x22\x12\x92\x22\x19\x3b\ \x52\x43\x2c\x8a\xa4\x86\x42\xe4\x9a\xa6\x89\x71\x8a\x31\xb6\x6d\ \x98\xcf\x7b\x44\x9b\xa6\xd1\xcc\x16\x8b\x4e\x55\xfa\x59\xd3\xb6\ \x5d\x08\x4e\x55\x6f\x6e\x6e\xd5\x0a\x52\x88\x69\xec\x67\x5d\xd7\ \xb6\x92\x05\x43\x40\x00\x64\x76\x4d\xe0\xc6\x35\x21\x20\x40\x2e\ \x19\x77\x44\x06\x16\x8b\x15\xc9\xa2\xed\x7c\x46\x4c\xa1\xef\x1e\ \x38\x47\xe3\xb8\x68\x65\xde\xf4\x66\xf0\xe4\xf8\xb8\x62\xfa\xc3\ \xc1\xc1\xc9\x72\x85\x55\x37\x9e\x10\x89\x6e\xc6\x9d\xef\x1b\x40\ \x42\x02\xe7\xfc\xed\x66\xa3\x20\x62\x45\x50\xc6\x3c\x8a\x89\x6a\ \x06\x22\x2d\x9a\x8b\x10\x3b\x33\x0b\x4d\x67\x46\x84\x90\x52\x31\ \xc0\x0a\xc5\xa8\x48\x57\xd5\x62\x26\x75\x8c\x45\x44\xce\xb1\x18\ \xd4\x3a\x17\x10\x9a\x10\x7c\x08\x66\xea\x7d\xe3\x83\x8b\x71\x9a\ \xa6\x11\xe9\xed\x78\x8b\xe6\x82\x67\xc7\x21\x78\x62\x4c\x79\x0a\ \x0d\x1d\x1c\xce\xc6\x11\x6e\x6e\xaf\xc1\x26\x44\xec\x3b\xd7\xae\ \xe6\x62\xfa\xf2\xc5\x0b\x29\xe5\xeb\x5f\xff\xfa\x6c\x36\x1b\xa7\ \x29\x4e\xdb\x27\x8f\x1e\xa0\xc9\xd1\xe1\xb2\x09\xec\xb9\x5b\xfd\ \xce\x37\xae\xae\xae\x2e\x2f\xc6\xae\xeb\x41\x33\x61\x78\xe7\xc9\ \x09\xb3\x9b\xcd\x0e\x11\x70\x18\xc7\xb6\xf7\xf3\xf9\x7c\x3e\xef\ \x99\xdd\x38\x8e\xd3\xe9\x34\x6b\x3b\x18\x46\x4c\x69\x5c\xdf\x36\ \xf3\x7e\xbe\xe8\x8e\x0e\x0f\x2c\xf7\xbc\x5a\x4e\x57\xd7\x36\x8c\ \x61\x3b\x9e\xb8\xf6\xc9\xe3\x83\xe2\x09\x82\x5b\x7d\xf7\xbb\x9a\ \x65\xd9\xcd\x5c\xd6\xb9\x0b\xb7\xc3\x50\x56\xcb\xa8\x38\x0d\x63\ \xdb\x74\xcc\xae\x68\x1e\x87\x61\xbd\x59\x4f\xd3\x84\x08\xc1\xd3\ \x62\xde\x3a\x87\x07\xcb\xc5\x6a\xb9\xf8\xc9\x8f\xff\xe3\xcd\xcd\ \xda\x39\x9f\x91\x1e\x9e\x3c\x40\xa2\xcf\x3e\x7b\xfe\xe1\xcf\x7f\ \xf6\xf8\xd1\xe3\x47\x8f\x1e\x55\x2c\xce\x66\xb3\xf1\xde\x2f\x97\ \xcb\xf3\xb3\x33\x66\xbe\xb9\xb9\x1a\x87\xe1\x1b\xdf\xf8\x06\x39\ \x7e\xf4\xf0\x51\x96\x42\x44\x45\x04\x53\x24\xa8\x25\x30\xc2\xff\ \xff\x2a\x37\x80\x43\x49\x6f\xa6\x9d\x34\xde\x4a\x56\x13\x76\x3e\ \x47\xcd\x22\xc3\xed\xce\x27\x0b\x80\x2a\x02\xaa\x8d\x0f\xb3\xae\ \x0b\x08\x5d\x17\x56\x44\xf3\x22\xb0\x5d\xeb\x7a\xd0\x59\x2f\x07\ \xab\x7f\xf5\x6f\xff\xf4\xf0\x83\xaf\xf3\xb2\x2f\x90\xc5\x12\x68\ \x1e\xb6\xa3\x0f\xdc\x76\xed\x90\x93\x00\x88\x42\x2a\x91\x9c\x4e\ \x69\x9a\x2c\x53\x1e\xe2\x04\x2d\x71\xc7\xbc\xce\x43\x36\xb9\xb8\ \x3c\x15\x89\xcf\xde\x7b\x52\x30\x23\xc3\x2f\x3e\xfb\x70\xd8\xed\ \xa2\x4e\xf3\x07\x0f\xb7\x69\x7a\x3c\x9b\x49\xeb\xd9\xf4\x70\xd6\ \xcd\x1a\xd7\x2e\x9a\xf0\xc1\x53\x2d\x65\xdc\x0d\x2d\xf5\x43\x9c\ \xd6\xb9\x24\x10\x47\x48\x9a\x2f\x2f\xce\x5b\x17\x3a\xd7\x00\x9a\ \x64\x21\x72\x6a\x76\x3f\x8d\x62\xe6\x3a\xf3\x26\xa2\x9c\x33\x39\ \x02\xb0\x69\x8a\x22\x02\x08\x22\x92\x72\xaa\xc4\xc6\xca\x28\xf4\ \x9e\x2b\x6a\x21\x84\x60\x46\xb3\x10\x2a\xdf\x90\x19\x43\x60\x7a\ \x3b\xde\xaf\x01\xc0\x9e\xee\x07\x88\xec\x18\x10\xeb\xe2\x5c\x44\ \x72\x4a\xb9\x94\x6a\x29\x5c\x24\xe7\x9c\x53\x4a\x80\x6d\x25\xc4\ \x56\x93\x37\x66\x42\x40\xc6\x3d\x9f\xa6\xaa\x77\xd5\x9e\xd1\x4c\ \x45\x32\x13\x33\x78\x35\x29\xa6\xb9\x94\x98\xa6\x0c\x65\x4a\x8e\ \x89\xcc\xcc\x10\x1d\xb3\xaa\xba\xe0\x0b\x29\x9a\x30\xc0\xed\x76\ \xd3\x03\xce\x0c\x1e\x1f\x9e\x10\x20\x2c\x5a\x0e\x0d\x56\xfc\x81\ \x19\xee\x76\x8f\x1e\x3e\x4a\x39\xbd\x78\xf1\x62\xd6\xb7\xec\xf3\ \x72\x79\x68\x68\x4a\x3c\x5f\x2c\x93\x41\x01\xdc\xe5\x82\x1d\x26\ \x40\x75\x5c\x8a\x10\x32\x33\x99\xd9\x66\xb3\x2d\xd9\x56\xab\x83\ \x54\xc4\x0c\x4c\x81\x3d\x23\x51\xcd\x22\x39\xe7\x52\xf6\x9c\xf3\ \x7b\x5e\x94\x94\x6c\xaa\x40\x80\x08\xa1\xf1\x21\x38\x62\x6a\x9a\ \xc6\x7b\x97\x52\x7c\x0b\xa2\xe8\x7d\xaa\xde\xee\xb6\x48\x48\x8e\ \x11\x8d\xbd\x7b\x73\xf6\xe6\xfa\xf6\x9c\x08\xb7\xc3\x66\x18\xd7\ \xde\xd3\xf9\xf9\x1b\xef\x9b\x94\xe2\x6e\x18\xba\xae\x5d\x6f\x6e\ \x2e\xaf\xce\x4a\x29\x67\x67\x67\x0f\x1f\x3e\x1a\xa7\xed\x66\xeb\ \x62\x1a\xab\xcc\xde\x76\xbb\x35\xd0\x61\xdc\xbe\x39\x7d\xdd\xb6\ \x5d\xd3\x04\xd3\x22\x22\x62\x90\x45\x6e\x6e\x6f\xc6\x38\x4c\x69\ \x51\x8a\x10\x10\x22\x7a\x40\x8e\xa9\x37\x5e\xb5\xf3\x0e\x5d\xde\ \xc4\xa8\xb7\x33\x20\xb8\x59\x7f\xbd\x99\x1d\x3f\x78\xb8\xea\x0e\ \x15\x88\x66\xdd\x0e\x32\xb4\x61\xbd\xdb\xcc\xda\xfe\xa8\x5f\x9c\ \x7d\xfa\x39\x45\xc1\x66\x7e\xcb\x21\x5a\x89\xa5\xcc\x67\x8b\xf5\ \xed\x2d\x7b\x1f\xd3\x94\x53\x34\xc9\x92\xf3\x6a\x35\x5f\xce\x5a\ \x0f\xba\x5a\xce\x43\x68\x7e\xf9\xd1\x27\xaf\x5f\x5d\x18\xb3\xeb\ \x66\x45\xf5\xec\xe2\x22\xef\xf2\xb0\x1d\xfe\xea\xec\x2f\xff\xe6\ \x6f\xfe\x66\xb5\x5a\xbd\xf7\xde\x7b\x15\x3b\x96\x52\xaa\xbc\x6b\ \x33\x7b\x73\x7a\x6a\x66\xc5\xf4\xf4\xfc\x2c\x34\xcd\xe9\xe9\xa9\ \x02\x00\x42\xdd\x1a\x7d\x45\x76\x8b\xa0\xaa\x05\x74\x18\x87\xe1\ \xfa\xca\x34\xce\x67\xb3\x31\x4d\x59\x8a\x4c\xb9\x0d\xb3\x47\x87\ \x0f\x1f\xcf\x97\x87\xb3\xf9\x6a\xb1\xf4\xc1\x13\xc3\x38\xed\xae\ \xdf\x7c\xc1\xd3\xd8\x92\xce\x1a\x67\x9e\x5f\x9e\x5e\xb4\xa1\x7b\ \xf7\xc1\x89\x1b\x06\x04\xf6\xed\x35\x9c\xbf\x41\x51\xdf\x37\x6e\ \xd6\xb6\xa1\x35\x32\x4a\xea\x25\x65\x8d\x6e\xd8\xce\x11\x70\x1a\ \x5b\xcf\x47\xda\xcf\x4c\xfa\x8e\xd0\xb3\x7f\xe7\xb1\x99\x36\xbb\ \xf5\xbc\x9f\x03\xd8\x7f\xfb\xdf\xfc\xd3\x7f\xf1\xcf\xff\xf9\xcb\ \x9f\xff\xf5\x7b\xdf\x0b\x07\x83\xac\x6f\x6e\x4e\x80\x66\x7d\xb7\ \x9a\xcd\x40\x72\xf6\x2e\x1f\x1f\xe7\x94\x06\xdf\x08\x51\xb2\xe5\ \x3a\xa5\x1b\xc9\x03\xc1\xb6\x14\x85\x11\x40\x0b\x19\x51\x30\x80\ \x9c\x0b\xee\x15\x53\x79\x6f\x19\xaf\x2a\x22\x95\x24\x08\x19\x77\ \xc3\x2e\xc6\x78\x7c\x74\xe4\x5d\x18\xc7\xa1\x0d\x9d\xf7\x8e\xc9\ \x01\x56\x2c\x12\xd4\x57\xd6\xb9\xd8\x34\x4d\x29\xa5\xca\xa7\x23\ \x62\x62\x7a\x3b\x03\x0d\x44\x74\x9e\xeb\xbc\x33\x84\x40\x44\xf5\ \xed\x20\x62\xd3\xb6\x2d\xa2\x73\x2c\x82\x75\xe1\xe8\xbd\x33\xd3\ \x98\xa2\xa9\xdd\xc7\x3e\x95\x32\xc5\x18\x42\xa8\x7e\x59\x35\x1c\ \x23\x62\xdf\xf7\x6d\xdb\xb0\xb1\x77\x4d\x2c\x49\xe2\xe0\x83\x33\ \x6e\x0c\x41\xcd\x50\x15\x54\x19\x51\x40\xd5\x04\x5d\x43\x0e\x0b\ \x94\x18\xa3\x13\x3d\x3e\x3c\x3c\x69\xfa\x10\xcb\x7c\xb1\x3a\xb7\ \x32\x3f\x3a\x3e\x3e\x3a\xaa\xf4\xc9\xdd\xe9\x69\xff\xe0\xc1\xc5\ \xe7\xcf\x2f\x87\xf1\xf9\xd9\xf9\xea\xf0\xe0\xa4\x99\x21\xe1\x1c\ \x9b\xb6\x6f\x9b\x6e\x7a\xf4\xe4\xe9\xf5\xed\xfa\xf2\x7a\x63\xae\ \x25\x95\xb9\xb3\x71\x1c\x51\xcd\xf9\x06\xcd\x8a\x94\x94\x33\x20\ \xe6\x2c\x80\xa4\x59\x88\x85\x99\x63\x8a\xe3\x34\xd6\x7d\x45\x05\ \xa3\xb0\xe3\x52\x72\x4a\x09\x08\x34\x0b\x11\x86\x26\xa8\x2a\x13\ \xb6\x6d\xa8\xae\x65\x55\x17\xe8\x6d\x30\x40\x88\x9b\xed\xf6\xfc\ \x6a\xfd\xed\x6f\x1f\x13\xc3\xe1\x6a\x45\x6c\xc4\x46\x60\xcb\xd9\ \xbc\x0b\xde\x7b\x6f\x45\x55\xf6\x9b\x68\x29\x65\xb3\xbe\x0d\x3e\ \x0c\xdb\x1d\x18\x68\xc9\x25\xa7\x38\x0d\x6d\xb3\x22\x42\x29\xda\ \xb7\x0d\x13\x4a\x29\x8b\xc5\xfc\x60\xb5\x62\x66\x44\x43\xc2\xcd\ \x76\x3b\xc4\xc8\xee\x48\x44\x44\x0a\x19\x32\x98\x63\xb7\x56\x55\ \x31\x70\x81\x38\x38\xdf\x94\x69\x4c\x37\xbb\x50\xf0\x1f\x7f\xeb\ \xf7\xf8\x66\x7d\xd4\xcd\x26\xdf\xbc\xd8\xae\xff\xf0\x1f\xfc\xe1\ \x80\x65\xb0\xb2\xfe\xe4\xe3\xe3\x77\x9f\x76\xec\x6f\x3e\xfc\xf8\ \xea\xc5\x2b\x6b\x42\x68\x1e\x5f\xdf\xae\x45\x75\x37\x4e\xcc\x01\ \x4a\x31\x91\x9c\x62\xc9\xd9\x11\xcc\x66\x4d\x08\xe0\x3c\x1c\x1c\ \x2c\x6e\x6f\xae\xdf\xbc\x79\x73\x7c\xb4\xf4\xfd\x21\xb7\x5d\x61\ \xdd\xed\xb6\xeb\xf3\x5b\x11\x01\x44\x53\xbd\xbe\xba\xaa\x61\xab\ \x94\x52\xdd\x2d\x55\x95\x88\xab\xcb\x46\xd5\xec\x73\x31\x7e\xf4\ \xd1\x47\xb3\xc5\x5c\x01\x72\x4a\xfa\x77\x2d\xd3\x7f\x5b\x91\x8b\ \x68\xda\x0d\x17\x9f\x3e\xcf\xce\x35\xd3\x78\xd4\x84\x13\xc5\xae\ \x6b\x4e\x1e\xbf\xfb\xf0\xf8\x64\xd1\xce\xe6\xbe\x3b\x08\xfd\x2c\ \x34\x20\xba\x1b\x36\x59\xf2\xf5\xb4\xeb\x1b\x77\xf2\xfe\xbb\x7d\ \xce\xe9\xcd\xf9\x30\xd9\xb3\x66\xfe\xb5\x1f\xfe\x89\x04\xca\x9f\ \x3e\xef\x9c\xd7\xd7\x67\x47\xbb\x71\xd6\xf6\x72\x03\x02\xa6\x04\ \x22\x19\x41\x40\x55\x20\xdb\x8b\x33\xb7\x93\xb1\x47\xeb\xfa\x9c\ \x43\xca\x36\xf9\x49\x09\x96\x00\x44\x54\xce\xaf\x6f\x10\x1c\xbb\ \x69\x9a\x7e\xd0\x74\xff\xf0\xdb\xbf\x3b\xcb\x79\x7d\x7e\x4e\x44\ \xfd\xbc\x33\x93\x7c\x79\x6e\x9a\xaa\x15\xca\xb8\xdb\xed\x76\x43\ \x62\x6f\xce\x3f\xf2\x5e\x0f\x96\xd2\x77\xfe\xf0\xf0\x2a\xc6\xe7\ \x97\x17\xb7\x29\x15\x15\x23\x8f\xc8\xf7\x83\xf0\x1a\xb0\xea\x27\ \x54\x6d\x7e\xb7\xbb\xdd\xc1\xc1\xa1\x14\x7d\xfe\xfc\xc5\xf1\xf1\ \xb1\xf7\x9e\x10\x89\xb8\x6d\x3d\x33\x33\x93\x42\x29\x39\xab\x5a\ \xca\x59\x4a\x51\xb5\x0a\xf2\x54\xd5\x9c\xb2\xa9\xbd\xed\x98\x0b\ \xba\x7e\x31\x9b\x2f\x72\xca\x45\xac\x71\xac\x06\xa6\x0a\xb0\xdf\ \x76\x4e\x31\x33\x91\x99\x22\x12\x91\x03\xb3\x71\x98\x2a\x84\x82\ \x19\x10\xd1\x79\x67\x06\xa5\x88\x19\x54\x84\x41\x6d\x81\x53\x4a\ \xa5\x14\x54\x08\xce\x8b\x5a\x92\x44\xde\x01\x54\x1d\xec\xac\x00\ \x9e\x88\x72\x32\xcb\x06\xa6\x9a\xa1\x44\x42\x8b\xe3\x38\xeb\x3a\ \x0f\xe6\x50\x16\xf3\xd6\x35\x2e\x0e\xc9\x35\x2d\x38\x37\x6c\x77\ \xe4\xc3\x6c\x75\x70\xb5\x5e\x9f\x5d\x5f\x0b\xd2\xd9\xd5\xf5\x6e\ \x98\x9e\xbd\xfb\xec\xd1\x3b\xef\xf0\x7a\xed\x9a\xe6\xe4\x98\x01\ \xdd\xe1\xc1\xee\xe3\xcf\x3e\x9f\x36\x63\xe3\xd8\x2c\x2f\xbc\x1b\ \x63\x4e\xe3\xe0\x0e\x8f\xfa\x36\xec\xb6\x9b\xa2\x86\xc4\xc4\x2c\ \x56\x1c\x93\x73\x4e\xb5\x54\x78\x47\x96\xac\x2a\xe4\x18\x40\x53\ \x49\x22\x82\x60\x22\xe2\x1c\x87\xe0\xbd\x67\x22\xaa\xf3\x8c\x18\ \xa7\x71\x1c\xdf\x5a\x87\xde\x14\x87\x24\x66\xe8\x7d\x60\x76\xc4\ \x90\xd3\x88\x26\x00\xe6\x28\x98\x00\x02\x99\x02\xa1\x43\x47\xcc\ \xbc\xdd\x6e\xd7\x79\x5b\x4a\xf6\xce\xab\x22\x13\xab\xe8\x76\xbd\ \x71\xde\x21\x52\xce\x39\x4d\x51\x4d\xb7\x9b\xad\x14\xa9\xb8\x93\ \xb6\x6b\x86\x69\x1c\x63\x42\xe6\x18\x13\x03\xcc\x9a\xce\x52\xd6\ \x5c\x4c\x25\x35\x2e\xa3\xc1\x34\x50\x5a\xc4\x29\x69\xb6\x77\x0f\ \x1f\xa0\xc8\xb2\x9f\x3d\x3a\x7a\xf8\xef\xdf\x3c\xd7\x93\x95\x1e\ \xcf\x37\xeb\x6b\x71\xbe\x79\x78\xbc\x21\xfd\xe5\x17\x9f\xbc\x29\ \xc3\x79\xd9\x5d\x9e\xbf\xfc\xde\x93\x07\x80\x68\x86\x9b\xcd\x76\ \xb1\x3a\x28\xb1\x0c\xbb\x9d\x94\x6c\x5a\xda\x36\xcc\x3a\x0f\x96\ \x56\x8b\x83\xbe\x6d\x5e\x7e\xf1\xe2\x93\x8f\x3f\x99\xa6\x64\x9c\ \x41\x71\x93\x47\xd1\x28\xa3\x32\x53\xdb\xb6\xf7\x9e\xaf\x55\x62\ \xbf\x16\xa4\x15\x2a\x78\x1f\xe6\x09\xc1\xcc\x76\xbb\x5d\x65\x5c\ \xfc\xe7\x08\x3a\xfd\xd6\x78\x8b\xd6\x79\xff\xce\x7c\x7e\x8c\xee\ \x61\xdb\xbf\xe3\xc2\x91\xa3\x20\xc6\x67\x97\xfa\xfa\x7c\x9b\x65\ \x30\x7c\xa9\x00\x6a\x58\x8a\xe4\x09\x19\xb1\xe5\x0c\xf9\x52\xa2\ \x13\x09\x45\x1c\xf6\x7e\x1b\xf5\x2a\x18\xdb\x38\x6d\x37\xd3\x14\ \x8a\xb5\xc8\x93\x0b\x53\x29\x18\x3c\x39\x2a\xa5\xb0\xaa\x37\x89\ \xac\xb3\x88\xcb\x6e\x3e\x9e\xbd\xd9\xe6\x5c\xae\x52\xbb\x8e\xd0\ \x14\x31\x71\xcc\xaa\x36\x8e\x03\x02\xb6\x5d\x97\x73\x6e\xbb\x96\ \x88\x86\x9c\x08\x94\x1d\x6b\x69\x90\x71\xde\x77\xab\xe5\xdc\xf7\ \x4d\x96\x83\xed\xd5\xc5\xf9\xeb\xa8\x59\x11\x8a\x63\xb7\xe8\xfb\ \xee\xc1\x71\xee\xfa\xe9\xf8\xc1\x37\x1f\x3e\xfc\xd9\xab\x2f\x9e\ \x5f\x9c\xaf\x8b\x26\x0c\xbe\x8e\x94\xac\xf6\x49\xe8\x9c\x6b\xdb\ \xb6\x69\x9a\x94\xd2\x7c\xb1\x22\xa2\xba\x58\x24\x62\x55\xa9\x08\ \xa4\x52\xa4\x14\xad\x91\x0b\x0c\x88\xc8\x21\xa3\x63\x30\x73\xec\ \x90\x48\x45\x98\x0b\x22\xbe\xad\x6a\x01\x1c\x3d\x78\x68\xc8\xeb\ \xf5\x3a\xa5\xd4\x84\x6a\x66\x63\x54\x0b\x28\x24\x02\xc3\xbb\xf1\ \x5c\x2d\x16\x82\x6f\x91\x68\xdf\xea\x32\x39\x46\x29\x72\xe7\x71\ \xe0\xef\x7e\x85\xbd\xad\x19\x88\x7a\x66\x20\x14\x30\x23\x50\x50\ \x53\xf3\x88\xbd\x0f\x54\xf4\xe6\xfc\xec\x6a\x7d\x6b\xa6\x01\xf8\ \xd0\xfb\xf9\x62\x59\xfa\x6e\xd9\x76\x1d\x22\x6b\xe9\x9b\xd9\x98\ \xc7\x55\xdb\x2e\x9b\x26\x18\xb4\x88\x6d\xdb\x42\x8c\x29\xa5\x16\ \x71\x9b\xf3\xef\xff\xce\xef\x5c\x9c\x9d\x6e\x2f\x2f\xbf\xfe\xec\ \xd9\xa8\x36\xde\xdc\x6e\x6e\x6e\xae\x5e\xbf\x5e\x1d\x1e\xbe\xb3\ \x5a\xad\x5f\xbf\xf2\x44\x6c\x06\x45\x52\x4e\x9d\x73\x0f\x56\x4b\ \xdf\xcf\xe2\x78\xb9\xdb\x0d\xe8\x3c\x20\x9a\x69\x85\xa3\xd5\x3b\ \x53\x33\x0a\x33\x02\x58\xce\x29\xa7\xa8\x86\x15\x46\x4b\xe4\x9c\ \x63\x15\x35\xd0\xbe\xef\x97\xcb\x39\x33\x94\x92\xdf\x36\x70\x01\ \x12\x19\x40\x68\xfb\x27\x8f\x1f\xe7\x9c\x4c\xa5\xed\x5b\xc4\xba\ \x7f\x56\x30\x54\x03\xc2\xbd\x55\x97\x88\x2c\x17\x87\xd5\x75\xa9\ \x6a\x78\xcc\x67\x0b\x1f\xdc\x6e\xd8\x55\x8b\x93\xae\xeb\xdb\xc7\ \xed\xfe\xe6\x03\x22\x82\x16\x75\xde\x2f\x97\x96\xa4\x18\x1a\x18\ \xe4\x61\x6c\x09\xe7\x4d\x9f\x36\xbb\xed\xf5\x55\x96\xe8\x99\x17\ \x9d\x7f\x72\xb4\xe2\xc3\x83\xa5\x0b\x0f\x42\xbb\xd9\xdc\x3e\x38\ \x3c\xba\x4d\x9b\xe5\x93\xc3\x71\xd9\x17\xca\xb3\x79\x2b\xa0\x5f\ \x7b\xf7\xf1\x7a\xbd\x56\x28\x9b\xb8\x3e\x7a\xef\xe1\xfc\xf1\x83\ \x97\xaf\x5f\xfb\xae\x4f\x59\xa6\x22\x2e\x34\x66\xb6\xdd\x6e\x99\ \x8c\x10\x82\xf7\xb3\xae\xd1\x12\xfb\xbe\x73\x4c\x5a\x64\xb7\xd9\ \xe6\xa8\xc6\x89\x91\xcd\xcc\x8c\x9c\x23\xf6\x7b\xea\x45\x5d\x6a\ \x57\x14\xe1\x97\xc5\x97\xf6\x43\x61\x33\x24\x62\xc7\x66\x36\x4e\ \x63\x51\xf5\xce\x7d\x55\x22\x17\x02\x8a\x95\x58\x06\x76\x6d\x9f\ \x2d\xac\xd7\x32\x6e\x4b\x89\xe6\x08\x99\xd0\xa0\x18\xe4\x10\x00\ \xb9\xc9\xd2\x94\x84\x66\x93\x26\xf3\xe6\x5a\x4f\x88\xa5\xe4\xe2\ \xf2\xc9\x07\xdf\x6a\x96\xb3\x61\x5a\x8f\x2f\x5e\x97\xb8\x69\x0c\ \x72\x51\x23\x07\xde\x49\x26\x29\x48\x00\x26\x2a\xa2\xa5\xc1\x49\ \x4c\x43\xf3\xec\x77\xde\xa5\xae\x1b\x3f\x7c\xb5\xf9\xab\x8f\xe1\ \xf6\xd6\x79\x57\xd7\x16\xf3\x0a\x22\x1f\xb7\x4d\xd3\xe8\x34\x94\ \x92\x89\x6d\xb2\x52\x12\x30\xcf\x66\x8b\xd5\xe2\xb8\x7b\xf8\xe4\ \xe4\xdd\xef\xff\x7e\x78\xf2\x64\xf8\xe5\x2f\x7f\xf4\xaf\xff\xd5\ \xcb\x9f\x7d\x28\xbb\x34\x5d\x4b\x7c\xf5\xb2\x98\xcb\xde\xdf\x02\ \xd1\xc9\xf1\xc9\xd1\xca\xd8\x7d\x12\xe3\x46\xaa\x12\xba\xe8\x9d\ \xa9\x47\x55\x73\xaf\x62\xf9\x7c\x27\x80\x57\xbf\xe9\x7d\x5b\x1d\ \x5f\xaa\x74\x91\xaa\x69\x56\x24\x42\x62\x44\xac\x20\xf5\x9c\x63\ \xbd\x69\x7b\xbe\xf4\x5b\xaa\xad\xc0\xed\xcd\x86\xc0\xcd\xfa\x65\ \x1b\x0a\x33\x23\x31\x11\x60\x5d\x37\x8a\x32\x41\x60\x36\xa8\xd0\ \xd3\xca\x67\xdc\x53\xb0\xf7\x17\x10\x40\x5c\xa9\x9c\xc1\x1a\xb3\ \xa8\xfe\x3c\x11\x18\x00\x8a\x99\x20\x80\x73\x2c\x60\x4c\x0c\x2a\ \x4e\x91\x8a\x50\x2a\x8d\xe1\xc9\x62\xe1\x19\x1d\xfb\x43\xdf\xcc\ \xd9\xab\xa1\xcf\xfa\xe0\xf0\x60\xde\xba\x71\xb3\x06\x81\x45\x8b\ \xe9\xec\x35\x78\xef\x44\xca\xe6\xc6\xe5\x0c\xa5\x1c\x98\x28\xea\ \xb3\xa3\xd5\x07\xc7\xab\x9b\x9b\xeb\xe7\x7f\xf3\x53\xef\x03\xaa\ \xf1\x6e\x7d\x00\x8a\xeb\xeb\x27\xce\xf1\xa3\x87\x53\x9c\xc4\x7c\ \xca\x79\xd9\x35\xe0\x02\x96\xa4\x89\xbb\xae\xc9\x68\xbb\x98\x05\ \xb4\xda\x71\x57\xf2\x40\x45\xe1\xd2\x5d\x50\xae\xbd\x79\x11\x2b\ \x25\x39\xa6\x10\xbc\xaa\xa4\x1c\x9d\xc7\x61\xb7\x2d\x25\xee\x86\ \x6a\x9f\xf1\xb6\xa1\x8b\x10\x01\x86\x29\x1e\x1c\x3e\x60\x22\x47\ \xc4\x48\x15\x31\xab\x2a\x5a\x14\xc9\xaa\x1c\x3e\x21\xda\x1d\x9f\ \xa1\x69\x9a\x61\xb7\xb3\x7a\x63\x2c\x2f\xe7\x0b\x11\xad\xd3\x4f\ \xe7\x1d\x33\x97\x5c\xf6\xba\xfb\x19\x0c\x89\x1c\x14\x50\x43\x73\ \x80\x7e\x71\xd0\x20\x94\xcd\xa8\x59\x1e\x3a\xff\xb4\xf3\x40\x7c\ \xd8\x74\xcf\x5c\x20\xa2\xb8\xdb\x1d\x32\x3f\x78\x78\x38\x73\x74\ \x76\xf6\xa2\x7b\x78\xc2\x93\x95\x17\x5f\xcc\x42\x9b\xc6\x09\xcc\ \x60\x1c\xdf\x11\x9d\x42\x38\x79\x70\x34\x81\xff\xd1\x47\xcf\xa7\ \x94\xa7\x29\x65\xd5\x7c\x79\x95\x4b\xbe\xba\xbc\x5c\xcc\xda\xd0\ \xb8\xbe\x6d\x4c\xb2\x8a\x38\x86\xed\xe6\xf6\xf5\xcb\x57\xbb\x6d\ \x32\x73\x29\x17\xdf\x28\x3a\x62\xf3\x9a\x72\xd6\x62\xa6\xf7\x3b\ \xab\xfb\x50\x55\x77\x4d\x76\xf7\xa5\x60\x86\x40\x44\x48\x84\x4c\ \x59\x44\xbd\xb7\xaf\x48\xe4\x22\xc4\x51\xf2\xa9\x6c\x8e\x1b\xce\ \xa9\x98\x0e\x41\xa6\x8e\x8a\x95\xa2\x86\x2e\x38\xf0\xa1\xd8\x64\ \xd9\x38\x4b\x2f\xe0\x54\x3a\x10\x65\x97\xa6\x98\x51\x1d\x53\x1c\ \xc7\xcf\x7e\xfa\x93\x31\x47\x72\xd2\xb2\xce\x4c\x5b\xd1\x60\x40\ \xe4\xcc\xb9\xc9\x4c\x45\xbd\x23\x56\x80\x54\xd0\x23\x9b\xbb\xd9\ \x4d\x1f\xff\x1f\x2f\x12\xe2\xb3\xdc\x1d\x4f\x5a\x70\x2a\x86\xa6\ \xa6\x22\xc8\x64\x06\x29\xa7\xed\x84\xa9\x14\xc7\xdc\x82\xf7\xa5\ \x18\x73\x20\x52\xc4\x9b\x61\xbc\x7c\xf5\xfa\xc3\x9f\xfe\x65\x1b\ \x1a\xdf\xb6\x56\x4a\xd3\xda\x38\x8e\x9c\x4b\x23\x5e\x22\x14\xf6\ \x40\x6e\x13\xd3\xc5\x8b\x2f\xba\x93\x07\x4f\x0e\x8e\x4e\x6f\xb6\ \xd5\x19\xec\x3e\xc9\x54\xbf\x93\x7d\xc2\x41\x1e\xc7\xf1\x5e\xf4\ \xaa\x7e\x84\x35\xd9\x32\x33\xb3\x23\xea\xaa\x40\xe8\x7e\x52\xbe\ \x47\x1f\xa9\x81\xa5\x24\xfa\x96\x62\xe8\x60\xa6\x67\x67\x97\x6d\ \xdb\xfa\x10\x7c\xd3\x55\x11\x2b\x62\x57\xa3\x97\x92\x48\x4e\xdb\ \x69\xac\xc8\xf7\xfb\x62\x81\x89\xee\x3d\xa3\x08\x01\x01\xd8\xb1\ \x88\x89\xa8\x99\x56\xe1\x4a\x53\x05\x44\x46\x93\x12\x0d\x14\x1c\ \x2b\xa8\xf7\x0c\x45\x29\x8b\xcb\x65\x15\xfa\x83\xd9\xac\xf1\xe4\ \x49\xc9\xb0\xcb\x1a\x36\x03\xa8\x06\xe7\x68\xbd\x5b\x5f\xc7\xcb\ \xeb\xb3\x10\x1a\xa6\x9b\x9b\x98\x54\xb5\xba\x4f\x56\x28\x09\x18\ \xbc\xd3\x75\xc7\xa8\x17\xb7\x57\xbd\xc9\xdc\x85\xf3\x8b\xd7\x71\ \x98\x98\xd8\x8f\x43\x8c\xb1\xa8\x1d\x3b\x97\x1b\x37\x1a\x68\xdf\ \x74\xf3\x25\xfa\x26\xb3\xbb\x99\x46\x22\x6b\x1a\x9f\x41\x0b\x20\ \x88\xa0\x85\x7a\x6d\xea\xb1\x57\x9d\xb2\x1a\x97\x11\xb1\x14\x41\ \xc3\xae\xed\xfa\xae\x55\x53\x11\x15\x91\xb3\xf3\xf3\x71\xdc\x6e\ \xb7\xeb\xae\x7f\x7b\xbf\x45\x44\x32\x80\xd7\xaf\x4e\xf3\xef\xeb\ \x6c\x39\xf7\xce\x33\x12\x01\x49\x29\x29\x66\xd1\x69\xbd\xbe\x89\ \x71\x12\x51\xe7\xd8\x0c\x4a\xc9\x66\xe0\xbd\x2b\xa5\x38\xe7\x73\ \x89\xec\x8c\x10\xd9\xb9\x38\x55\x54\x94\xaa\xa9\x8a\x18\x18\x02\ \x99\x54\x14\x1b\x28\x0a\x33\x39\x53\xa7\x02\x53\xa4\x29\xbd\xff\ \xf4\xe9\x1f\x7d\xed\x1b\x0f\xe2\xa4\x2a\x08\x7e\x7e\x3b\x8c\x31\ \x86\x26\x74\x6e\x0a\x9a\x5e\x5f\xbc\xd9\x0d\x43\xd8\x6e\xd4\xf8\ \xf5\x6e\xc2\x22\x24\x86\x66\xa2\x2a\xa6\x8f\x34\xcf\x8b\xdd\xa4\ \x8c\x86\x39\xe7\x71\x1a\x93\x68\xce\x5b\x35\x2d\x25\xa7\xcc\x8b\ \x45\xdf\x77\x6d\x8a\xe3\x6a\xb9\x48\xd3\xee\xf2\x5c\x2f\xaf\x2e\ \xdb\x36\x5c\xaf\xd3\x2e\xdf\xc0\xb8\x03\x36\x00\x85\x82\x7b\x50\ \x03\xed\xa3\xf3\xfd\xe6\xaa\xa6\x10\x51\xad\x10\x3b\x43\x30\x30\ \x30\x83\xba\x02\x56\xa5\xae\xfb\xaa\xd4\x5c\x55\x18\x68\xe6\x3a\ \x52\x54\x53\x51\x65\xcf\x32\x8d\x06\x0a\x81\x47\x28\x31\x95\x36\ \xcc\x98\x10\xa9\x4c\x39\x91\x89\x01\x48\x29\xc2\xa4\xe4\x0a\xb2\ \x8a\x71\x89\xc7\xad\x27\x04\x8d\x63\x03\x1a\x10\x48\x41\x72\x96\ \xe4\x38\x34\x8d\x98\x53\x21\x43\x54\x83\x6c\x28\x11\x20\x3f\xf0\ \xde\x98\xfb\x32\x68\x14\x71\x45\xc5\x6a\x45\x53\x52\x41\x44\x47\ \xa4\xaa\xad\x73\x66\x46\xa5\x60\xd6\x29\xa6\x08\x42\xb7\x6b\x2b\ \x06\xc8\x91\xc3\x85\x77\x27\xdf\xfc\xc6\xec\xe1\x23\xf7\x18\xdc\ \x7c\x27\xbb\x69\xb8\xd8\x78\x1d\x43\xcc\x0d\x09\x43\xdc\xb2\xee\ \xd2\xee\x7a\xcb\x44\xde\xb7\x2d\x02\x54\xe5\xf2\x58\x2d\x0b\x11\ \x61\x3f\xfc\x2a\x29\x25\x66\x27\x52\xa0\x56\xfb\xfb\x28\x56\x44\ \x8a\x73\xc2\xcc\x22\x56\x13\x0f\x00\x98\xe9\x5e\xb1\x53\x04\x40\ \xdf\x5e\xe2\x0e\xc0\x0c\x76\xc3\xe8\x52\x76\xce\x85\xa6\x21\x44\ \x03\x41\x4f\x75\xda\xd5\xb4\xb3\xae\xe9\xcc\x74\x1c\x46\x51\x51\ \xd1\x92\x0b\x7a\x8f\x95\xf5\x6a\xaa\x60\x84\xb0\x57\x87\x2b\xc5\ \xc0\x08\xc9\xc0\xc0\xc0\x39\xe7\x3d\x9a\x56\x6c\xab\x64\x29\x39\ \x92\x07\x68\x55\x61\x4a\x69\x9c\xa6\xb4\x2b\x79\x17\xb0\x38\xf6\ \xe0\x9a\x8c\xc1\xb1\xcf\x48\x17\xcf\x87\x2c\xd2\xb4\x0e\xdb\xa4\ \xb6\xd1\x52\xc6\x71\xf0\x9e\x99\x50\x01\x00\x30\xab\x62\x6e\x87\ \x00\x32\x6c\xd7\x9b\xf5\x06\x30\xe5\x34\x4d\x71\x9a\xa2\x81\x31\ \x73\x9a\xb2\x30\x29\xa0\x73\x6e\x2c\x65\x3b\x4e\xd0\xce\xb4\xe9\ \xd0\x79\x04\x32\x55\x52\x28\x31\x12\x51\xd3\x36\x66\x50\xd3\x89\ \x0f\xa1\x9e\xad\x88\x98\x1a\x20\x22\x53\x7d\x0d\x3b\x57\xcc\x4a\ \xb6\xa0\xa6\x60\x63\x2c\x8a\x2e\x34\x3d\xbc\x35\x00\x58\x01\x00\ \x7c\xd3\xc7\x62\xbb\xa9\xf8\xc0\x0e\x41\x44\xbc\xf3\xe0\x78\xb1\ \x3c\xe0\xc5\x72\xbb\xdd\xe4\x69\x1c\x86\x41\xa4\xc4\x54\xbc\x63\ \x90\x02\x66\xb9\x44\x55\x41\xc1\x29\x25\xb3\x29\xa5\x54\x21\x05\ \x75\x3d\xcd\xcc\xde\x07\x76\x1c\xa7\xd4\x34\x21\x95\x12\xad\xb0\ \x43\x99\xb6\xed\x34\xbd\xc7\x0d\x3d\xff\x62\xb7\x5e\x7b\x95\xd6\ \x87\xae\xe9\xa0\xbf\x0a\x80\xdc\xb8\xad\xc4\xf5\xf6\xc6\xa4\x1c\ \x1d\x1e\x75\x7e\x71\x76\x7a\x6a\xdb\xad\x2b\x1a\x00\x54\x34\x95\ \x12\x4d\xb7\x44\x8d\x92\x6f\xda\x3c\x0e\xb3\xf9\x02\xad\x4d\x22\ \x93\xcf\x71\x9a\xa0\x75\xc1\x63\xdb\x38\x42\x31\x28\x81\x69\xb7\ \xdb\x8d\xc3\xe8\x42\xf3\x47\xff\xf0\xfb\x2f\x5e\x5d\xad\x77\x71\ \x90\x3c\xa6\x49\x45\xb4\xc8\x5d\x1e\xd2\xfd\x32\xb7\x86\x73\x32\ \x22\x23\xa7\x65\xff\x82\x7d\x51\xab\x50\x15\x00\x0c\x14\x18\x04\ \xbf\x22\x91\x0b\x10\xa8\x60\x17\x39\x90\x33\x15\xc1\x30\x95\xdc\ \x83\x17\x4d\x60\x2e\xaa\x09\x91\x8d\x05\xd4\x32\x68\x62\xa3\xae\ \x69\xe7\x3d\x70\x60\x6e\x3c\xb7\x86\x7e\x4e\x21\x98\x5e\x5d\x9c\ \xea\x34\xb4\xce\xab\xe5\x51\x05\x09\x8d\x59\xd1\x81\x41\x01\x20\ \x29\x88\xc8\x8e\xd5\xac\x60\x41\xd0\x76\x30\x22\x12\xb3\x9d\x01\ \x14\xaa\xdc\x36\xa8\xf6\x2f\x44\x66\x86\x80\xa0\xa0\xaa\x11\x20\ \x9b\x64\x94\x60\x99\x8b\xce\xb5\xd1\xa9\xb4\x0f\x1e\xcc\xde\x79\ \xe7\xa3\x5d\xf9\xf0\xc7\x1f\xdd\xdc\xdc\x14\x29\x8b\xe5\xe2\x9d\ \xd9\xe1\xb3\xb0\xe8\xce\x2e\xfc\xb0\x03\x05\x5a\x76\xe7\x79\xba\ \xca\x6d\x33\x5b\xb0\xf7\x25\x67\x62\x76\xce\x95\xda\xe8\xdd\x19\ \x8e\x97\x52\xda\xb6\x09\xa1\x39\x3f\x3f\x07\x80\xd9\x6c\x56\xe9\ \x84\xfb\x5b\x64\xba\x6f\x23\x14\x88\x78\x3e\xef\x00\xd0\x4c\x73\ \xce\x66\x8e\x19\xdf\xd2\xc7\xc1\x00\x11\x89\x79\x1a\x06\x53\xab\ \xd6\x18\x00\xd0\xb6\xed\x34\x8e\x95\xae\x08\x66\xf3\x7e\x76\x7b\ \x7d\x93\x52\x3a\x3a\x3c\x08\xc1\x9b\x29\x21\x02\x98\xaa\x30\x20\ \x13\x16\xc9\xa5\x88\x48\xd9\xef\x1c\xc9\x88\xd0\xc0\x4c\x8b\x0a\ \x02\xa9\x01\xa8\x01\x93\x23\x80\x40\xc4\x9a\xfb\xc6\xb5\x26\x3a\ \x6d\xb8\x6c\x1d\x2a\x10\x4d\x46\x88\x5e\x8d\x9c\x6f\x7c\xe8\xd0\ \x5c\x4a\x98\xd2\x48\x65\x2c\x29\x11\x19\x0b\x03\x42\x41\x53\xb3\ \x02\x38\x8c\xbb\xb3\xf3\xb3\x9a\x84\x6b\x8a\x26\x22\x46\x2c\x22\ \x31\x8a\x99\xa5\x62\x88\xa8\x23\xf8\xd0\x94\x22\x29\x17\x61\x99\ \x04\x13\x38\x50\x22\x21\x4c\x0a\x0e\xd4\xdf\x35\x29\x4c\xec\xf8\ \x3f\x21\x18\x14\x22\x44\xc2\x54\x72\xc5\x49\xc4\xac\x00\x12\xb3\ \xc5\x0c\x45\xdf\x72\x40\x8f\x00\xaa\x56\xb9\x57\x57\xb7\xb7\xbb\ \x98\x52\x2a\xc1\x37\xde\x85\x5c\x64\xd8\xee\x36\xc3\xee\xe4\x9d\ \x47\xc3\xb0\xdb\xdc\x5c\xa7\x69\xfc\xd6\x07\xef\x17\x2b\x00\x42\ \x8e\x40\xc5\x54\x9d\xe3\x18\xf3\x6e\x37\xd6\xc2\x5c\xc4\x54\x73\ \x08\x5e\x44\x89\x5c\x68\x42\xd2\xc9\x79\x61\x13\x36\x53\xb3\x01\ \xb4\x5f\xf6\x5d\x43\xb3\x21\xf7\x17\x17\x87\x66\x62\xb9\xe4\x34\ \x0d\xdb\xdd\x85\x9a\xa7\x51\x0b\x35\xbe\x09\xde\x52\xd9\xe6\x9b\ \x57\x2f\x2e\xa7\x94\x43\x29\x3d\x98\x19\x28\x82\x12\x67\x76\xbb\ \x0c\x9b\xb3\x8b\x9b\xb6\xcd\x81\x1b\x98\xb5\x8e\x7d\xc3\x9c\x81\ \x48\x42\x81\x10\x98\x58\x63\x1c\x5c\x20\x15\x89\x93\x6c\x36\xb7\ \x37\xeb\xf5\xc3\x77\x1e\x1f\x3d\x7c\x18\x53\x59\x2c\x97\xcc\xae\ \xd4\xfa\xd6\xf4\xee\xab\xa2\x85\xee\x1b\x44\xb0\xbd\x45\x72\xfd\ \xcb\x5e\x8f\xa7\x5e\x4e\x55\x0d\x3e\x54\xe5\x92\xaf\x84\x56\x84\ \x22\xee\xd8\xbf\x1e\xc7\x32\x4d\x07\xb3\x3e\x93\x69\xf1\x5e\x32\ \x10\x2c\x10\x80\xc8\x07\x35\xb0\xc9\x98\xda\x45\xf2\xfe\xbc\xc0\ \xc6\xc2\x6e\xb4\x38\xde\x02\xb9\x59\xdb\xfd\xee\xe1\xf2\xbd\xef\ \x7e\xf7\xfc\xf9\x27\xb2\xbb\xa1\x0c\x04\xc8\x08\x86\x84\x88\x8a\ \x90\x1d\x29\xf2\xbd\x8f\x9e\xaa\xdb\x17\x3c\xf5\xaf\x66\x8c\xbf\ \xf6\x60\x81\x15\x33\xa8\x8e\x63\x08\x84\x08\x39\xab\x98\x0a\x1b\ \x20\x0d\x08\xa3\x77\xb9\xd3\xff\xe7\x17\x7f\xf5\x67\x6f\x2e\x61\ \xe6\x67\xe0\x9a\xc6\x5f\x9f\x9d\xbb\xa2\x3f\x98\xb5\xff\xe4\xe8\ \x60\x8e\x7a\x93\xa6\x89\xfd\x76\xca\x7e\xd5\x16\xc4\x9c\xb3\x94\ \x72\x3f\x95\xac\x5f\xa5\x94\x6a\xda\x56\xdf\x49\x75\x2d\x26\xa2\ \x3a\xb9\xaf\x7b\x16\x33\xab\xde\x27\x39\xe7\x1a\x59\xea\x9f\x2b\ \xf3\xb9\x94\xa2\x6f\xdb\x2e\x9a\xc1\xed\xf5\x4d\x29\xa5\x3b\x3a\ \xaa\xf0\xb1\xe3\xe3\xe3\x67\xcf\x9e\x55\x35\xf7\x18\xe3\x8f\x7f\ \xfc\xe3\x8b\xb3\x73\x87\x2c\x56\x42\xe0\x99\xcd\x44\x4a\xc9\x19\ \xc0\x10\xa1\x71\x3e\xe5\x52\x4a\x26\x22\x1f\x42\x7d\x7b\x7c\x37\ \x6d\x25\x22\x62\x04\xac\x23\x7c\xab\x9a\xca\x53\x4a\x31\x46\x0a\ \xec\x83\xd7\x52\xe6\xd8\x34\x60\x8a\xa4\xc4\x42\xa4\xe8\x06\xa2\ \x29\xc6\x29\x0b\x38\x3e\x9a\xcf\x0f\x3d\xc5\x98\x82\x6f\x53\x8a\ \x68\x02\x4c\x8a\xa4\x80\x92\x25\x95\x52\xe7\x4c\x22\x60\x40\x6a\ \x68\x80\xa6\x08\x46\x7b\x9e\x94\xa2\xb2\x03\x6e\xce\x6e\x37\xb7\ \xb2\x9e\x3f\x7a\x02\x4d\x97\xac\xce\xbe\xa9\x6d\x1a\x05\xb5\x0a\ \x36\xad\x37\xe3\x3f\x29\x5d\x4d\xd4\x0c\xf7\x7c\x6d\x30\x40\xd2\ \x52\x2f\x9d\xa1\x02\xe8\x5b\x16\x5c\x76\xd7\x16\x9d\xbf\x39\xbd\ \x7d\xf7\xd9\xd7\x3f\x38\x6e\x7c\xf9\xfd\xdf\xfb\x3e\x22\x75\xdd\ \x7c\xd6\xcf\xfe\xb7\x7f\xf9\xbf\xff\xc5\x9f\xff\xa8\x68\x49\xd3\ \xb0\x9c\xf5\xb7\xeb\x03\x90\xac\x69\xda\x4a\x71\x8c\xa6\x42\x40\ \x80\xae\xea\xf6\xa8\x0a\x33\x9b\x01\x22\x76\x5d\xcf\xcc\x22\x42\ \x9e\x1c\x85\x69\x33\x21\xf8\xb6\x09\xb1\x0c\x43\xca\x2e\xa5\x12\ \xba\x32\x67\x8d\x63\x5f\x12\x5b\x31\x70\xd0\x86\xc9\x7b\xeb\xc3\ \x95\x61\x54\x12\x2b\xf3\xa6\x5d\xcc\x31\x9d\x9d\xa2\xb3\x49\x65\ \x8c\x85\x19\xa3\xc2\x44\xad\xb2\x0b\x5d\xe8\xe6\x5d\x00\x54\xb3\ \x62\xc5\x8c\x99\x7c\x3f\xe3\x92\x33\xa1\x98\x6a\xce\xd9\x9a\x26\ \x65\xd9\x6c\xb6\xe3\x30\x95\x5c\x52\xce\x4d\xd3\x3f\x79\xf2\x48\ \x0c\x4e\xdf\x9c\x0e\xe3\x48\xcc\x48\x78\xe7\x6c\x09\x88\x95\xcd\ \xb3\xff\x20\x10\xa9\x4e\x5a\xf7\x70\x41\xa0\x9a\x14\xcd\x40\x11\ \xeb\x0a\xe5\x2b\xc2\xb8\x36\x6a\x9a\x1b\x84\x2c\xe5\xe0\xe8\xe0\ \x4d\x4e\x11\xf4\x04\x70\x8e\xce\x97\xc2\x06\xcc\xa8\x98\x27\xd4\ \xdc\xcd\x2f\x15\xff\xf2\x8b\xab\x5f\xac\x63\x02\x5e\x1c\x9f\x10\ \xb9\x22\xd6\x0c\xb7\x3f\xfe\xfc\xd3\xa7\xf3\xfe\x8f\xdf\x7f\x07\ \x94\x57\xd4\x2e\x1c\xb0\x0a\x00\x28\xa3\x21\x66\xc7\x85\x0c\x01\ \xeb\x56\x9b\xab\xec\xd1\x5d\x30\x77\x00\xc1\x08\x00\x0c\xc1\x00\ \x0c\x41\x4d\x11\x49\xc1\x3c\x61\xdb\x36\xe4\x28\xc5\x08\xb9\x04\ \xf6\xd1\x70\x43\xb4\x6e\xdb\x7f\xf3\xc9\xab\x0f\xc7\x34\xfb\xee\ \x33\x6e\x1a\x1e\x32\xb0\x3b\xf9\xda\xd3\xe9\xea\xfa\xa7\x2f\x5e\ \x8f\xaf\xcf\xff\xd1\xb3\xc7\x29\xb7\x17\xc5\x2e\xb6\xe5\x6c\xf8\ \xa2\x7b\xf8\xe8\xe4\xe4\xc4\x31\xdf\xaf\x81\x2b\x74\x65\x9a\xa6\ \xba\xdb\xea\xfb\xbe\xa2\x5a\xee\x82\xd1\x1e\x0f\x59\x87\xfa\x75\ \x16\x53\x71\x92\xdb\xed\xb6\x7e\xa7\x4e\x6d\x2f\x2f\x2f\xab\x34\ \xcd\xdb\x1d\xfd\x38\xee\xa6\x29\x86\xe0\xda\xb6\xcb\x39\x3d\x7e\ \xf2\x48\x24\x4f\xd3\x70\x7d\x7d\xb5\xdd\x6e\x44\x0a\x3b\xd7\x36\ \x5e\xcd\x8b\x48\xe5\xd6\x85\xe0\x6b\x95\x67\x92\x2b\x10\x6c\x1f\ \x7c\x01\xea\xba\x53\xcd\xc0\x4c\x89\x54\x50\xb5\x00\x12\x20\x66\ \x91\x28\x05\x4a\xf6\x15\x06\x26\x32\x67\x5f\xb2\xa5\x9c\xd5\x58\ \x9c\x9b\x04\x6e\xe2\x74\xba\x5e\x67\x44\xee\xfb\xdd\x36\xfb\xd3\ \x37\xdf\x99\x2d\x16\x6d\xd0\xa4\xc1\xb5\x60\x22\x66\x22\x50\xea\ \x6f\x4f\xde\x10\xcc\x14\x40\x4d\x75\x3f\x1d\x24\xe7\xbd\x47\xc2\ \x22\x25\x16\x89\xe4\x6f\x87\x78\x31\xa6\x12\x5a\x6f\x68\xaa\x62\ \x0a\x80\x66\x66\x68\xa6\x7b\x2b\x06\xfb\xd2\xfe\xf4\xd7\x1f\x4c\ \x35\xa3\xfd\xfc\x18\xa0\xaa\x65\xd4\x8a\x61\xbf\x8b\x78\x5b\x00\ \xa3\x48\xae\xff\xee\xd9\xe9\x9b\x10\xc2\xd1\xd1\xf1\x37\xbf\xf5\ \x8d\xb3\xd3\xf3\xcf\x3f\x7f\xbe\xdd\x6c\x36\xdb\x5b\x29\xa9\x69\ \xc3\xb2\x3f\x72\x68\x37\xd7\x57\xdb\xdb\x9b\xd6\x73\x1b\x3c\x98\ \x78\x26\x24\x0e\x1e\x43\x08\xbb\xdd\x2e\xa5\xe4\x9c\x2b\x25\x57\ \x93\x1e\x33\x2b\x45\xc6\x34\x5a\xce\x0b\x37\x4b\x63\xda\xed\x72\ \x42\x89\x65\x4c\x39\x9d\xce\x1d\x11\x3b\xc6\xa6\x56\xfd\x48\xd9\ \xb9\x53\x91\xbf\xfe\xe2\xec\x4a\x24\x35\x5d\x2c\x02\x62\xbf\xd3\ \xd1\xb3\x16\xa3\x5a\x23\x16\x3a\xcb\xe9\x06\x7f\x00\x00\x20\x00\ \x49\x44\x41\x54\x07\x6a\xc5\x71\x22\xca\x88\x4c\xc6\xde\xb7\x21\ \x24\x80\xa2\x5a\x44\x05\xa0\x6a\x0a\x79\x87\x45\x95\x98\x89\x9d\ \x14\x99\xc6\x49\x4c\xbd\x6f\xd4\x8c\xc8\x8d\xd3\xf4\xea\xd5\x9b\ \xd3\xb3\xb3\xbe\xef\xe5\xd7\x0f\xfc\xcb\xd2\x6f\xf7\x28\x69\x33\ \x35\xdd\x7f\xcf\x4c\xf7\x81\x4d\xb5\x69\x9a\x3d\x86\xfe\xab\x50\ \x73\x89\xe2\x36\x96\x71\x98\x38\xe7\x37\xdb\xed\xbb\x6c\xa3\xf3\ \x8f\xd8\x75\x42\x9d\x41\x50\x8b\x4e\x37\x24\x89\xe8\xaf\xce\x36\ \x3f\x5e\xc7\xee\xe4\xc9\x6c\x79\xbc\x55\x01\xc4\xc0\xce\x64\x9c\ \x1f\x34\x2f\x2f\x2e\xfe\xec\xe3\xe7\x3f\x7c\xfa\xee\xd5\xc5\xe9\ \x24\xa9\xab\xd0\x22\x06\x45\x04\xa2\x8a\x79\x62\x26\x51\x05\x35\ \xbc\x23\x6d\x22\xa1\x43\x82\x62\x55\xe8\xce\x00\x84\x41\xd5\x90\ \x48\xd0\x88\xc9\x19\xfb\x79\x83\x80\x10\x55\x24\x8f\x45\x6f\xbb\ \xe6\x6f\x6e\x2e\x3e\xdc\x8c\x87\xdf\x7a\x7f\xa4\xb0\x1b\x85\x80\ \xc7\x28\x22\x71\xb9\x5a\x39\xb5\x4f\xde\x9c\x77\xc3\xb8\xec\xfa\ \x5b\xa1\xf7\xff\xe0\x3b\x57\x9f\x7d\xfc\xf2\xe5\xab\xae\xef\xc0\ \xa0\x5a\x3f\x55\xb1\xa7\xba\x8c\xab\xdb\xc6\xeb\xeb\xeb\x7b\x24\ \xde\x38\x8e\xb5\xa4\xfa\x8d\xc8\xc5\xcc\x55\x4c\xf9\x7e\x8b\x1f\ \x63\xbc\xbc\xd9\xa4\x9c\xde\x9a\xb7\x88\x60\x60\x1a\xa7\x49\x45\ \x9c\x73\x9f\xfc\xf2\x97\xbf\xf8\xf0\xe7\xfb\xe6\x51\xb5\x82\xda\ \x08\xfa\x27\x4f\x1e\x4b\x91\xcb\x8b\x0b\x62\xf2\xc6\x75\xa8\x5a\ \xeb\xc7\x7a\x92\xb9\xbe\x79\xa2\xda\x72\x5a\x0d\x0f\x6a\x25\xab\ \x0b\xee\xae\xd8\x45\x6e\x1a\x34\x8b\x29\x0e\xdb\xf1\xba\x08\xf9\ \x26\x0b\x17\x20\x41\xda\x4a\xd9\x14\xb0\xd9\x6a\x79\x7c\xe4\x17\ \x73\x18\x76\xb6\xde\x7c\x71\x7a\xf1\x4e\x68\x40\x8a\x17\x35\x11\ \x42\x54\x35\x11\x11\x25\x03\x53\x50\x05\xdd\x67\x63\x30\x05\x03\ \x00\x0f\x84\x44\x52\x74\x52\xbb\x05\xdd\x64\xa3\xd5\xd1\x7c\x3e\ \x1f\x44\x2d\x46\xe0\x9a\xc4\xcd\xf6\xfb\x2c\xbc\xbb\x1b\xf6\xff\ \x95\xc9\xcd\x6a\x41\x4b\x64\xaa\xa6\x5a\x4a\x29\x39\x4b\x29\x5f\ \xde\x5a\xbc\xe5\xc1\x03\x00\xd8\xf5\xcd\xf5\x62\xb1\x8c\x53\xfc\ \x1f\xfe\xfb\xff\x2e\xc6\x29\xa5\xea\xc3\x44\x92\xe3\x66\xdc\x7d\ \xe3\x07\xdf\x5f\x2d\xe6\x1f\x7f\xf4\xd1\x38\x0e\x9d\x9f\x59\xd5\ \x09\x22\x32\xb1\x0c\x79\x2f\x5d\xeb\x5c\x25\xd0\x54\x32\xec\x30\ \x0c\x06\x5a\x5c\xb1\x22\x14\x98\x4c\xb8\x60\xe3\x7c\x37\xef\x34\ \x4d\xcf\x6f\xd6\xaf\x77\xe3\x3a\xa0\x35\x4a\x40\x19\x61\x42\xf8\ \x7c\x9a\xce\xd0\xf4\xd1\x43\x3e\x38\xd2\xa8\x71\x37\x7c\x74\xfa\ \x42\x01\x16\xc1\x37\x40\x5e\x6b\x32\xc2\x84\x79\x62\x5b\xa8\x89\ \x69\x2c\x79\x52\x2b\x6a\x02\x60\x88\x86\xc0\x48\x44\x64\x50\x49\ \xb0\x30\x4e\x09\x29\x11\x3b\x03\x32\xb3\xb8\xdb\x6d\x87\xed\x7c\ \x39\x9f\x2d\xe6\x88\x88\xc4\xf7\xa1\xea\x37\x42\x18\x00\xa8\x29\ \x80\xdc\x9b\xb9\xdc\xb5\x4a\x56\x5d\xc8\xeb\x1d\x81\xaf\x42\xb7\ \x48\x44\xbb\xf5\x7a\x7b\x71\xbb\x68\xdc\xeb\xcd\xed\x42\x8b\x6f\ \xbd\x0f\x88\x3e\x2c\x4c\x67\x0a\x1e\xa0\x78\xdb\xb0\x6e\xd1\x7f\ \xb4\x4b\xbc\x3a\xf0\x0f\x1e\xdc\xaa\x85\xae\x7f\xf4\xe0\x70\xbc\ \xbd\x46\x74\xb7\x03\x2c\xde\x79\xe7\xec\xf5\x9b\x8f\xae\x6e\xdf\ \xeb\xe6\x36\xec\xb2\x94\x3d\xe8\x0f\x20\x18\xb1\x90\x01\x80\x71\ \x1d\x1e\xdd\x0b\xce\x30\x13\x12\xa9\xd4\x7e\x01\x0c\xa1\xa2\xa9\ \xd4\x48\x41\x45\xa0\x64\x9c\x86\x34\x4d\x63\x18\xb5\xd5\x90\x8d\ \xa3\xa7\xe7\xe7\xe3\xc3\xc7\x0f\x09\xfb\xe1\x3a\x7e\xfb\xe9\xd7\ \x3e\x79\xf9\xf9\xf7\xbe\xfb\xbd\x9f\x7c\xf8\xe1\xd9\x38\x2d\xc9\ \xb7\xcb\xc5\xcf\x36\xbb\xa7\xfd\xfc\x2a\xa6\xe6\xfc\xaa\x20\x3f\ \x7b\xfa\xee\x62\xbe\xb8\xc7\x73\x55\x45\x70\x44\xac\xe8\xf3\xda\ \x67\xd5\xe8\xe3\x9c\x9b\xcd\x66\xd5\xb5\xa9\x92\x13\xeb\x0a\xb2\ \xb2\x14\x4b\x29\xab\xd5\xaa\xf6\xf9\x15\x76\x7c\x70\x78\x54\xe5\ \x09\xdf\x76\xb1\x4b\x84\x58\xe5\x46\xeb\xf8\xac\x3e\x30\x35\xf2\ \x54\x8b\x2a\xc7\xf4\xe2\xc5\x0b\x15\x6d\xaa\xf9\xbb\x4a\xce\xc2\ \x4c\xec\x3c\x10\x55\x55\x4f\x76\xae\xa2\x57\xd9\xfb\xaa\xe7\x83\ \x84\x64\x88\x40\x75\x72\xc8\x0e\x9d\x67\x33\x05\xd5\x10\x3c\xe8\ \x6c\x5c\x6f\xce\x8a\xdc\x14\x31\x73\x08\xb4\x2d\xc5\xbc\xf7\xb3\ \xd9\xd1\x93\xa7\xcf\x3e\xf8\xe0\xf3\x97\x2f\x3f\xfd\xf9\xcf\x70\ \xd6\x5f\xa9\x1d\x1d\x1e\x09\x98\x23\x60\x40\x56\x24\x55\xcc\x96\ \x44\x0c\x0c\x08\x4c\x35\x6b\x55\xa3\x55\x03\x98\xea\x6c\xc4\xfb\ \x02\x74\xbd\x4b\x11\x5d\x1f\xba\xee\xf0\x68\xe6\xdc\xc5\xd5\x65\ \x2e\x19\xcd\x1c\x21\x57\x4c\x83\xee\x67\x2a\xa0\x56\xa1\x50\xfb\ \x06\xa6\xb2\xdb\xef\x36\x2a\x26\x02\x00\x52\x4a\x3d\x76\xab\xa2\ \xdd\xfa\xb6\x5a\x11\xb6\x8f\x5b\x44\x38\x8d\xbb\x17\x5f\x7c\xee\ \x5c\xd8\xed\x36\x39\x17\x62\x2a\x39\xdb\xfe\x93\x81\xcf\x3e\xfe\ \xe5\x6e\xbb\x01\xd3\xc3\xd5\x3c\xa5\x5c\x72\x6e\x9b\x60\x00\x95\ \xe5\xba\xdb\xed\x2a\x87\xbf\xe2\x39\x42\x08\x35\xc9\x85\xc6\xef\ \x64\x00\xb6\x71\x1a\x03\xfb\xc5\x7c\x9e\x09\x32\xa2\xb4\xdc\xcf\ \x0f\x76\x57\x57\x9f\xad\x2f\x73\x31\x0f\xa0\x60\xa5\x94\xd7\x62\ \x72\x74\xd8\x3c\x3c\xf9\xfe\x0f\xff\x11\xba\xe6\xdf\xff\xdb\x7f\ \xb7\xb9\x7a\xf5\x52\xe1\xbd\xd5\x03\xdf\xb4\xb9\x14\x4f\x9c\xb3\ \x88\x59\x2a\xba\x6b\xe7\x4a\x3e\xe6\x12\xa5\x00\x92\x02\xc9\xde\ \xba\xb3\x36\x7d\x0a\xea\x4a\x91\x71\x8f\x67\x16\xb9\x0b\xf1\x86\ \x60\x29\x8a\xaa\x73\xde\xe4\x37\xd4\x62\xf4\xcb\x91\x4b\x2c\xdb\ \x1d\xaa\x19\x11\xee\x06\x61\x75\x79\xa2\x21\x84\xaf\x8c\xdf\x22\ \x58\x40\x3a\xa4\x30\xf3\x8d\x3f\x6a\x16\x2d\xb5\x9e\x6f\xa7\x31\ \xe5\xb2\x40\xe8\x11\x31\x17\x74\x9c\xb1\x79\xb3\x89\xe7\x02\x8f\ \x1e\x3f\xde\x48\x5e\x1e\xaf\x72\xda\xfd\x97\xff\xe4\x07\x6f\x3e\ \xff\xe5\x37\xbe\xf3\xbd\xff\xe5\x5f\xfe\x5f\xd7\xaf\xcf\x56\xcb\ \x83\x2f\xd6\xdb\xc5\x6c\x7e\xb8\x08\x39\x4d\x80\xc5\xc8\x04\x84\ \x84\xf6\xc7\x8a\xc8\x14\x94\xb5\x0e\xa4\x11\x90\x89\x1b\x72\xc1\ \x94\x00\x0d\xab\xe3\xab\x59\x4d\x0b\x04\xa2\x7a\x19\x73\x41\xcc\ \x06\x41\xad\x51\x83\xb6\x7f\x23\xb6\x25\xd7\x35\x8b\x57\x2f\xcf\ \xbf\xf5\xfe\x77\xfe\xab\x1f\xfe\xc9\x7f\xf1\x87\x7f\xb4\x29\xf9\ \xaf\x7f\xfa\xf3\xe3\x93\x47\x17\xaf\x5f\x2c\x8f\x1f\xe8\x76\xf3\ \x97\xa7\xe7\xe8\xdc\xf0\xc5\xf3\x87\x0f\x8f\x1f\x3f\x79\xd2\x77\ \x9d\xdd\xc1\x55\x96\xcb\xe5\x7d\xbb\xe7\x9c\xab\x69\xc4\xee\xc3\ \x86\x2a\xdc\xf5\x26\x95\x50\x5d\xbf\xef\x9c\xab\x0c\xbb\x3a\x02\ \xab\x25\x5b\x4a\xc9\xde\x7e\xb7\x88\x22\x32\x4d\xa3\xf7\xb5\x88\ \x2b\xfb\xca\xbc\x1e\x40\x25\x16\x11\xa9\x4a\x29\xd0\x04\xef\x03\ \xd7\xbd\x27\x11\x14\x11\x2d\x19\xc8\xdd\x97\x7b\xd5\x66\xe2\xd7\ \xaa\x3f\x03\x52\x42\x42\x23\x53\x30\xc0\x5a\xdc\xe8\x68\x80\x6a\ \xe8\xfc\x1a\x51\xd1\x00\x94\x51\xb8\x6b\x01\xd0\x51\x00\xe0\xb8\ \x4b\x8d\xf9\xa6\xe9\x77\x61\xdc\xc5\x78\x79\x79\xd1\x38\xd6\x52\ \x18\x10\xcc\x44\x41\x05\x15\x51\xc1\x14\xf5\xae\xb5\xd8\xe7\x1e\ \x55\x2d\x2a\x52\xca\x24\x3a\xaa\x5f\x2c\x57\xbb\x9c\xc3\x30\xce\ \x16\xfd\x62\x31\x4b\x29\xe6\x29\xaa\x16\x55\x10\xa3\x52\x04\xee\ \x85\x12\x01\xeb\x87\x42\x44\x35\x67\xa4\x34\x85\x26\x54\xba\x15\ \xee\xc5\xaf\xa5\x36\x8c\xe5\x0e\xbc\xf2\x96\x85\xee\xdd\xcf\xe6\ \x5c\x36\xb2\xc1\x7d\xdb\x0b\xa5\x18\x20\x30\x71\x05\x66\x6c\x37\ \x6b\x26\x38\x58\xad\xda\xd6\xa3\x2a\x13\xaa\xea\x30\x8e\x08\x35\ \x25\xfc\xea\xda\xd7\xb7\x3d\x4d\x53\x29\xa5\xed\xdb\x6d\x1e\xd1\ \x6c\x46\x2d\x91\xe5\x69\x48\x6a\x19\xa1\x80\x6d\x60\xa7\xaa\x3c\ \x5b\xec\x34\x6a\x4c\x3e\xa3\x63\x92\xe5\x42\x82\x3b\x5a\xcc\x03\ \x23\x6b\x3a\x08\x6e\x58\xae\xde\x0c\xdb\x9b\xb3\x9b\x8e\x88\xc5\ \xd0\x00\x00\xd9\x07\x08\xfe\x9d\x07\xb3\x02\x38\xa6\x5d\x9d\xf5\ \x11\x63\x13\x3c\xa0\x2f\x25\x3a\x64\x56\xd5\x2c\x5a\x2c\x69\x31\ \x40\xa9\x22\x8d\x08\x84\x75\x05\x6e\x88\x98\x62\xaa\x3a\xb5\xf7\ \xd9\xfa\x37\x4f\xb2\x0e\x11\xbf\xd4\x42\xde\x03\xbe\x44\xe4\x3f\ \x07\x43\xf7\x5b\xd3\xe7\xb2\x65\xdf\x7f\xf7\xbd\xaf\x2d\x96\x33\ \x74\x0a\xa0\x64\xc2\x9a\xb9\x64\x53\x4b\xaa\x98\x64\x8a\xe3\xa0\ \xfa\xf3\x17\x5f\xcc\x8f\x0f\xc1\xa3\x03\x6b\x58\xbe\xf7\x9d\x0f\ \x76\xd7\x6f\xfe\xf0\x3b\xdf\xfa\xd9\x67\xbf\x5c\xad\x56\xe3\xf5\ \xcd\x90\xcb\x36\xa7\x6e\x37\xce\xbe\xf6\x5e\x40\x09\x1e\x43\xf0\ \xc0\x54\x08\x65\xef\xbb\x47\x54\x87\x4d\x39\x57\x31\x13\x66\xf6\ \xc4\xbe\xe2\x47\x10\x48\x0d\xc1\xb2\xe4\xfd\xc5\x30\x43\xa2\x4c\ \x92\x4b\x6a\xdd\xcc\xf9\xf6\xf5\xc5\xf5\x4f\x7f\xf1\xc9\xc6\xf1\ \x6e\xbb\x9d\x1d\xae\xfa\xc3\xe5\x67\x2f\x3f\xff\x83\xdf\xfd\x36\ \x5d\xdd\x7c\xff\xfd\x6f\xfe\xfc\xb3\x4f\x16\xa1\xcb\xb9\xbc\xfb\ \xec\xe9\xd3\x6f\x78\xd7\xcd\x30\xcc\x96\xb3\xae\x23\x55\xd1\x0a\ \x26\xac\x9f\x56\x25\x03\x56\x70\x56\xbd\x30\xcc\x7c\xcf\xdb\xba\ \xff\x9c\x56\xab\xd5\x62\xb1\xb8\xa7\xc8\xed\x15\xe2\x4b\xa9\x3f\ \x25\x22\xf3\xf9\xdc\x7b\xff\xd6\xf9\x9f\xc9\x10\x54\x25\x13\x02\ \x39\x36\xd3\x52\xf6\xf1\x45\x65\xbf\x16\x34\x36\xc4\x3a\xd1\x47\ \x22\xf4\xcc\x3e\x38\xe7\x9c\x43\x32\xa4\x3b\x0d\x0c\x24\x42\x66\ \xf7\x65\xf9\x04\x02\x74\xe8\x90\x00\xb0\xc2\xc2\x55\x54\xc0\xd0\ \x14\x8a\x48\x29\x5a\x34\x6b\x49\x39\x65\x2d\x25\x6f\xa2\x77\xcd\ \x49\x87\x71\x8c\xeb\x8b\xab\x71\x3b\x80\xd8\x6d\x4c\xd3\x38\x98\ \x64\x47\x80\x5a\xb9\x1f\xa6\x02\xc5\xb0\x26\x7a\xa4\xbb\xa5\x54\ \xcd\x81\xb4\x5f\xa4\x2b\x98\x1a\x03\x10\x4d\x63\xd7\xb7\xbb\x61\ \x2b\x3a\x81\x2a\x33\x75\x4d\x50\x75\x29\xe7\x3c\x65\x50\xab\xec\ \x39\xe7\xbd\x63\x36\x80\x92\xf3\x76\x1c\x11\xa0\x69\x9a\x94\xe2\ \xed\xed\x8d\xf7\x3e\x84\x26\xa7\x84\x44\x44\x28\xb9\x88\x48\x8e\ \x59\xf2\x5b\x8a\x0b\x99\x41\xf5\x25\x01\x35\x26\x64\xaa\xe3\x57\ \xab\xe3\x3a\x00\x30\x2d\x66\xd8\x84\x66\xd6\x06\x00\x2b\x39\x16\ \x86\xe0\x7d\x08\xa1\x69\x1a\xe7\x88\x00\xc1\xf0\x7e\xdb\x83\x88\ \x4d\xd3\xe4\x9c\x0f\x0e\x0e\x88\x28\xe5\x3c\xa7\x43\x66\x0c\xe8\ \xbd\x51\x8e\x09\x00\x8d\x38\x83\x4e\x25\x4d\x39\x0e\x25\xdd\xc4\ \x51\x30\x62\xcc\x30\x4c\x32\xc8\xc1\xf1\xb1\xa4\x34\x5c\x5d\x52\ \xcc\x4d\x1a\x92\xd8\xf9\x58\xa0\xc4\x9e\x3d\xa8\x9a\x89\xc7\x90\ \x6c\x8b\x84\xed\xa3\x27\x7d\x33\x43\xc0\xe0\x83\x21\xc5\x9c\x73\ \xd6\xc5\xbc\x8f\xaa\x0c\xd8\xfb\xc6\xac\x80\xd1\x38\x8d\x31\x46\ \x76\x0e\x08\x44\xc5\x10\x00\x6b\x7c\x32\x00\xb0\x5f\x07\x36\xfc\ \xc6\xc4\x90\x08\x01\xd5\x7e\xb5\x53\xbc\xab\xb9\xaa\x6e\x1c\x30\ \x18\xfc\xed\xf1\xeb\xb7\x16\xb9\xb4\x6b\xc2\xb3\x27\xc7\xdd\xbc\ \x17\xd0\xa2\xa5\xa8\xa6\x34\x49\x49\x22\x3a\x48\x11\x97\x29\xb4\ \xe7\x17\x97\x57\x45\xbf\x76\xb0\x9a\xe2\x38\x5b\xcd\x48\xcb\xb3\ \x47\xef\xc4\xcd\xfa\xb3\x4f\x5f\xe6\xa8\x87\xfd\xfc\x1c\x11\x82\ \xbf\x14\xbd\x39\x3b\xfd\xc5\xe5\x25\xa3\x35\x8e\x83\x73\x4a\x38\ \x22\x64\x00\x44\xa0\x3b\x63\x1b\x35\x33\x35\x40\x20\x44\x4f\xd8\ \xf8\x9a\xe5\x40\xcd\xd4\x80\x98\xf7\x97\x16\x0c\x10\x09\x61\xd8\ \x0d\x9b\x61\x04\x84\xa8\x38\x26\x9d\xad\x16\x33\xc4\xb6\x09\x3f\ \xfa\xd9\x4f\xbe\xf9\xfe\xd7\x9f\x3d\x3d\x6e\xda\xa6\xf5\xe4\x4d\ \xba\xae\x1b\xb6\x97\x08\x36\xeb\xdb\x76\x31\x07\xd7\xcf\xfb\xd6\ \x9b\xe4\xbb\x5d\x61\x7d\xda\x6a\xa8\xaa\x0f\xdf\x3d\x31\xe8\x1e\ \x4f\x7c\xcf\x5e\xae\x23\xad\x8a\x50\xbf\x07\x19\xd7\x11\x7e\x85\ \x50\x31\x57\xcc\xf7\xdb\x4b\x0c\x55\x35\xed\x3a\x3f\xba\xbb\x8a\ \x86\x48\x48\xe8\x00\xd9\xbb\xa6\x09\x4d\xd3\xf4\x6d\xd3\xb4\x4d\ \xd7\xb5\xde\x91\xf7\x75\x4a\xc7\x31\x49\x51\x11\x15\x44\x74\xec\ \x9c\x77\xbf\x8e\x14\x40\xaa\x1b\x22\x34\x43\x05\x30\x11\x85\xda\ \xed\xa5\x92\x28\x6b\x01\x42\xf3\x88\xc2\x64\x86\x29\xc6\xf5\x76\ \xbd\x5c\xcc\xb7\x5b\xb8\xb9\xba\xbe\xbd\xb9\x15\x55\x0e\x8d\xa3\ \x10\x98\x08\x40\x54\x54\xad\xa8\xb1\x21\xc0\x5e\x49\xd6\xe0\x57\ \x4c\x11\x31\x45\xda\x83\x17\xd5\x08\xd4\x81\x2a\x48\xc9\xb1\x38\ \xf4\x52\x0a\x11\x41\xdb\x79\x17\x96\xf3\x65\x6a\xca\x7a\xbd\xa9\ \xba\x17\x00\xb0\xdb\x6e\x9b\xa6\xa9\x90\xf4\xba\x2a\xa9\x6d\x63\ \x9c\x62\x9c\x62\x7d\x59\x1d\x81\x03\x40\x55\xdf\x7f\xfb\x19\xd7\ \x7e\x2f\xa9\x95\xe2\x23\x56\x4c\xf7\xa8\x12\x04\x40\x84\xc6\x73\ \xf0\xc8\x04\x8b\xc5\xf2\xe0\x60\x75\x78\x70\xd0\x84\x50\x4d\x5e\ \x9d\xe3\x34\xc5\xed\x66\x5b\x87\x0c\x4d\xd3\x34\x4d\xb3\x5f\x29\ \x12\x01\x40\xca\xd9\x88\xb0\xee\xcf\xc5\x2c\x17\x10\x05\x83\x54\ \xca\x66\x1a\x60\xb4\x88\xd6\x30\x29\x38\xc0\x94\xa7\x21\xc6\x72\ \x75\x75\x7d\x70\xb0\xda\x5c\xdf\xa6\xdb\xf5\xd5\xe9\xc5\xfa\x76\ \x2d\x62\xcc\x7e\x02\x43\x42\x8f\xcd\xa4\x02\x48\xce\xbb\xcd\x34\ \x1c\x3f\x3a\x49\x71\x8a\x29\x2d\x0f\x56\x0b\xc4\xdd\x6e\x1c\x37\ \xbb\x92\xe2\x90\xc6\x5b\xc9\x68\x36\x3b\x58\x20\xb3\xaa\x4d\x79\ \xb8\x5b\x7c\x19\xa0\xee\x23\x17\x1a\xaa\xfb\x5b\x22\xd7\xfe\x14\ \xee\x86\x8f\x7b\x54\x57\x0d\xe9\xaa\x44\x62\x5f\x95\xdd\x22\xa2\ \xa1\x24\x18\x49\x49\xc4\xc4\x4c\x00\x8a\x61\x31\x4e\x66\x45\x31\ \x2b\xca\x14\x4f\xd7\x1b\x70\x9c\xa1\xc4\x18\xdf\x5d\x3e\xf1\xce\ \x7f\xf6\xf9\xeb\x7f\xf6\x5f\xff\xb3\xcf\x3e\xfe\xf4\xc7\xff\xee\ \xff\xf6\x9d\x2b\xbb\x91\x98\x26\xc6\x21\xda\x85\x66\x04\xf0\xa9\ \x10\x24\xa9\x19\xb8\xa2\x1b\x10\x00\x4c\xe5\x57\xf0\x4d\xbc\x7b\ \x56\xea\x3d\xa8\x2f\x51\x00\x11\xa8\x97\x03\x00\xda\x02\x0e\x69\ \x0c\xb8\x03\x05\x35\x70\xc8\x63\x5c\xb5\x8b\xb8\xd9\xf4\xf3\xf0\ \xf2\xe6\xe5\x45\xfe\xd6\x2c\xcc\xfe\xe3\x87\x3f\xfd\xbd\xef\x7c\ \xff\xd3\x5f\xfe\xa2\x41\x8c\xc3\xf6\x56\x63\x29\xa2\xb0\xb6\xf9\ \x6a\xb5\xdc\xaf\xab\x63\x8c\xb5\xdd\x0b\x21\x54\x5b\xd6\xfb\x36\ \xa4\xfe\x99\xee\xac\x74\xea\x02\xab\x0e\xb3\xee\x3a\x8b\x5c\x07\ \x61\xf7\x0d\x82\xab\x73\x7e\xe6\xb7\x05\xa3\xda\xdd\x3d\x94\x1a\ \xc2\x2a\xf1\xb5\xfe\x81\x99\xbd\xf7\x4d\xdf\x79\xe7\x1c\xb3\x77\ \xce\x7b\xb7\xb7\x71\x57\xc9\x26\xd9\x80\xb8\xf1\xce\x3b\x75\xf7\ \xa4\x99\x2f\x57\xfe\x08\x40\x84\x48\x40\x58\x27\xe1\x80\x68\x80\ \x06\x44\xe8\x1c\x23\x37\x9e\xd5\x02\x18\x10\x13\x00\x48\xca\xb9\ \xe8\xcd\xe6\xf6\x16\x6e\x99\xf9\xf8\xe4\xe8\x10\x8e\x83\x67\xef\ \x18\x51\x50\x0d\x10\xc4\x20\x9b\x89\xa1\x19\xa1\x19\xdb\xde\x57\ \x71\xbf\x16\x40\xb4\xfd\x64\x44\x4c\x01\xc0\xe5\x94\x54\x22\x91\ \x00\x68\xae\x2f\x28\x25\x17\x23\xe0\xb6\xed\xf0\x80\xed\xfa\xba\ \x6e\x3f\x62\x8c\xd7\xd7\xd7\x75\xe0\xdd\xf7\x7d\x55\x40\x6d\x9a\ \x66\x1c\x2b\x1c\x54\xaa\x5f\x69\x3d\x19\x55\x7d\xfb\x26\xdd\xf6\ \xa8\x88\x2a\x28\x64\x60\x8d\xf3\x60\xca\x8e\xbd\x77\xa1\xf1\x8d\ \x77\x87\xcb\xa3\xb6\xed\x6a\x18\x6d\x42\xf0\xcc\xd5\xf5\x12\x00\ \x44\x94\x88\x17\x8b\xc5\x7d\x19\x2e\x22\x39\x27\xe7\xfc\x9d\xcd\ \x92\xaf\xed\xa4\x02\x14\x2c\xc8\xe0\x10\x59\xad\x47\x46\xec\x82\ \x77\xf3\x32\xc5\x92\xdc\x6c\x16\x8c\x11\x70\xd2\x72\x33\xee\x52\ \x91\x5f\x7c\xfe\x9c\x8b\x6a\x68\x9f\x3d\x7b\xca\x4d\xe8\x9b\x5e\ \x45\x08\xa0\x6b\xbb\x9c\x22\x22\x3a\xc7\x53\x1a\x83\x83\xf9\x6c\ \xa6\x62\xe7\xa7\x67\xe3\x14\x8f\x8f\x8f\x1f\x3d\x78\x24\x79\x7a\ \xf3\xe2\xf9\xe5\xe5\x4d\xc9\x69\x3b\x8e\xf3\xa3\x65\xd7\x36\x29\ \x15\x31\x71\xde\x01\xd4\xd4\xb5\x1f\xf2\xf1\xaf\x1f\xdd\x6f\xe4\ \x00\xfb\x32\x82\xab\xd6\x57\x77\xbf\xa9\xaa\x39\x67\x5f\x95\x6e\ \x11\x01\xb3\x96\x4d\xde\x81\x7a\x44\x12\x05\x29\x1a\x63\xce\x52\ \x92\xe4\x52\xca\x94\x72\x9a\x46\xee\xdb\x25\x5b\x8c\x31\x38\xbe\ \xbe\xbc\xfa\xc1\x1f\xfc\x83\xed\x2e\xfd\x8f\xff\xd3\xff\x3c\x8d\ \xfa\xe8\xe1\xf1\xb4\x79\x1d\x08\x76\xc3\xb8\x4b\xd1\x5c\xed\xfb\ \x99\x9a\x10\x5c\x40\x33\x4d\x85\xd4\x6a\x5d\x53\xab\x95\x5f\x3b\ \x2c\x34\x74\x40\xec\x9c\xe3\xaa\x09\x0f\x60\x52\x0a\x21\x3a\xef\ \xd1\xa0\x8b\xc0\x56\x5b\x4a\x11\x11\xca\xe6\x8b\xf9\x54\x72\x4a\ \x4f\xdf\xfb\x26\x2e\xc2\xbf\xf8\x3f\xff\xd7\x0f\xde\xfb\xc6\x1f\ \xff\xc9\x0f\x4f\xbf\x38\xdb\xed\x6e\x67\x7d\xa0\x0a\x2b\x8a\xd1\ \x39\xd0\x34\xad\xd7\xc5\xcc\x6e\x6e\x6e\xb6\xdb\x6d\xdd\x01\xad\ \x56\xab\x87\x0f\x1f\xb6\x6d\xeb\xbd\xaf\x6f\x66\xcf\x53\x23\xaa\ \xa4\x45\x11\xe9\xfb\xbe\x4a\xd9\xec\xe5\xa9\x4c\x8b\x48\xf5\xad\ \xa8\xfb\x46\x24\x14\x11\xf8\x7b\x2d\xb9\xf6\xcf\xcd\x72\xb9\x9c\ \xcf\xe7\x95\xd3\x7b\x3f\x44\x23\x66\x72\xce\x3b\x47\x68\x44\xe4\ \xd8\x11\x01\xdd\xd1\xf7\xab\xc3\x3b\xee\x11\x02\x68\x06\x55\xf1\ \xef\xcb\xeb\xff\x0a\xdc\x21\xaa\x98\x1c\x31\x63\x50\x36\xa0\xa6\ \x71\x88\x8c\x92\xa4\x14\x35\x63\xcf\xcc\x0c\x84\xaa\xa0\x60\xc4\ \xac\x66\x25\x4b\x03\x9e\xd0\xd0\xcc\x60\x5f\x50\x14\xb3\x6c\x56\ \xcc\x0c\x88\x14\xf6\xfa\x3e\x66\xb6\xaf\xa3\xd5\x08\xeb\xb4\x4b\ \xcd\x10\xc8\x39\xce\x71\x17\x3c\x0f\xc3\xe6\xea\xf2\xc2\xfb\xc6\ \xb1\x1f\xa7\xb8\xb9\xbd\x75\x53\xea\x66\x33\x1f\xc2\x76\xb3\x09\ \x21\xcc\xe7\xf3\xa6\x69\x36\x9b\x4d\x8c\x11\xcc\x76\xbb\x5d\x8c\ \x63\x3d\x9f\xfb\x0d\xd7\xaf\x46\xf8\x7f\xef\x46\xa3\xfe\x17\xc1\ \x96\xf3\xd9\xd7\xbf\xfe\x7e\xd7\x35\x00\x46\x4c\x55\x1d\xa4\x0d\ \x1d\x13\x9b\x59\xe3\x43\xdb\x36\x77\x1a\x44\x56\x07\x9d\xa0\xe6\ \xb8\x92\x58\x11\x10\x1c\x3b\x76\x7d\x0d\x88\xd5\xc5\x1e\x80\xd0\ \x7b\x21\x4d\x9a\x1d\x00\x15\xe1\x2c\x6c\xd0\x01\x08\x80\x59\x81\ \x12\xb1\xa8\x43\x4f\x2e\x64\xef\x8a\x77\x13\x18\x20\x83\x00\x14\ \x03\x19\x40\x33\xb3\xaf\xc4\x9b\xe0\x1d\x22\x98\x16\xd5\x72\x7a\ \xfa\x5a\xe2\xce\xfb\xd6\x7b\x07\x22\x37\x97\x97\x69\x88\x97\xa7\ \x6f\x34\xa7\xcd\xed\x75\x4e\x11\x01\xc0\x11\x04\x57\xfd\xde\x7f\ \xb5\x6e\x46\x05\xac\x0b\x5c\x54\x2b\x5f\x06\x65\xd5\x03\xb5\x5f\ \xed\x5c\xf7\xeb\xdf\xfb\x28\x66\xb6\xd7\x1c\xd7\x4a\x70\xfa\x3b\ \x9a\xc5\xdf\x1e\x2a\xc2\x10\x88\x31\xa0\x11\x22\x23\x88\x6a\x41\ \x10\xc9\xb1\xa4\x08\x80\x2d\x42\xe8\x9b\x59\xe7\x72\x6e\x53\xce\ \x06\x7a\x73\x71\xf5\xe9\x47\xbf\xfc\xe3\x3f\xfe\x47\xdf\x7c\xff\ \xeb\x9f\x7d\xfa\xf9\xd5\xe5\xd9\xc5\xe9\x9b\x61\xbd\xbe\xbe\xb9\ \xed\x10\x66\x8b\x79\xad\x9f\x9d\x73\x84\x64\xaa\x84\xe4\xc9\x89\ \xc8\x38\x4d\xa6\x7a\x2f\x20\x77\xef\x61\xe3\x1a\xbe\x5b\x35\xba\ \x6a\x48\xa5\xa2\xaa\xc6\x4c\xce\x7b\x12\x53\x95\x86\xec\xb0\x42\ \x54\x73\x19\x36\xdb\xdb\xb2\x75\xde\x7f\xf1\xd9\x67\x0f\x1e\x3f\ \xfc\xe1\xf7\xff\xa8\xef\x66\xaf\x5f\xbc\xfe\xf4\xd3\x9f\x75\xf3\ \x6e\x71\xb0\x74\x4d\x70\x8d\xe7\xd0\x78\x1f\x88\x91\xd9\x31\xfb\ \xa3\x23\x77\x78\x78\xcc\xcc\x55\x5d\xab\x69\x82\x73\xbe\x1a\xcc\ \xdc\x0b\x3d\x57\x24\x44\x7d\xf3\x77\x53\x0c\x60\x04\x04\xec\xdb\ \xa6\xb2\xf6\x0c\xac\xd2\xd9\x62\x9c\x36\xeb\xeb\x0a\x67\x7d\xeb\ \x56\xbd\x96\xe2\x39\x67\x35\x03\x44\x76\xee\xfe\x9d\xec\x59\x93\ \xc8\xb5\x27\xad\x52\x30\x6a\x15\x43\x58\x27\x2d\x15\xbb\x7e\xf7\ \xe4\xd5\xc9\xd3\x97\x2e\x38\x55\x82\x53\x95\x41\x40\x53\x51\x64\ \x42\x40\x20\x02\x43\x00\xef\xc8\xd7\x0b\x58\x7f\x8a\x1c\xe8\x9d\ \x64\x7f\xeb\x3c\x23\xdd\x1b\x8f\xe8\x9e\xc0\x06\x68\xe4\xc0\xaa\ \xbd\x98\xa0\xdd\xf5\x86\x0a\x48\xc0\x7b\xbe\x2e\x12\x21\x58\x31\ \x35\x54\x75\x2e\x81\x0a\x22\x37\x2d\x12\xb8\x80\x0b\x17\xa6\x61\ \x8c\x32\xad\xb7\x9a\x62\x54\xb3\x94\x33\x33\xb3\x73\xcb\xd5\xaa\ \x3e\x1b\x22\x42\x99\x73\xde\x53\x0b\xbe\x5c\x51\xee\x4f\xfb\xef\ \x91\x2f\x88\xd1\x31\x93\x99\x18\x38\x62\xc7\xce\xb1\xef\xbb\x1e\ \x69\x3f\xf4\x5c\xf4\x33\xac\xd5\x99\x73\x9e\x5d\xe5\x72\x20\x21\ \x21\x79\xf6\xe4\x89\xd9\xdd\x8f\x81\x10\xb0\x9e\xb0\xf7\xcd\x9e\ \x15\x49\x64\x68\x04\xe8\xd0\x23\x00\x06\x4f\x1e\x4c\x95\xcc\xa8\ \xae\x03\xa4\x43\x35\x40\x04\x62\xae\x89\x4a\x55\xcd\xc8\x3b\x60\ \x43\x5a\x65\x11\x55\x25\x85\xbb\x8a\x56\x4d\xc0\x54\x57\xb3\xd9\ \x94\xe5\x76\x77\x3b\x8c\x63\x3f\x6b\x9f\x3c\x79\x30\xec\x86\xf5\ \xd5\xc5\x38\x4d\x75\x8b\xec\x10\x52\x16\x88\xd9\xf9\x96\xdd\x9e\ \x33\xbe\x27\x8e\xd7\xf7\x8b\x60\x78\xcf\xec\x41\x00\x90\xbb\x09\ \x49\x7d\x59\xa5\xfb\xc3\x5d\x4e\xda\x53\x1c\x6b\xbc\x32\x43\xfb\ \xca\xa8\xdc\x98\x01\x12\x3b\xd7\x10\xb9\xbd\x8d\xa6\x19\x00\x74\ \x6d\x3b\xeb\x7b\x33\x2b\x25\x33\xa3\x5a\x89\x31\x8d\x43\x4c\x29\ \x9a\xc0\x67\x9f\x7e\xfa\xfa\xd5\xeb\xbe\xef\x45\xc4\xa4\xc4\x71\ \x37\x0c\xbb\x59\xd7\xae\x96\xcb\xa6\x6d\xbd\xf7\xde\xfb\x6a\xe4\ \x2d\x22\xc4\xce\xfb\x20\x22\xd3\x34\x21\x80\xfb\xb2\x00\x10\xd4\ \x0e\xb1\xe2\xde\xb0\x86\x8c\xda\x0e\xa8\x0a\x11\x39\x1f\x0c\x35\ \x6b\xb1\x3a\x1b\x53\x10\x85\x94\xd2\x34\xc6\x71\x9a\x4a\x2e\x17\ \x6f\xce\xaf\x2e\x2e\x88\x68\x18\x86\xc3\xa3\x83\xd5\x6a\x35\x5f\ \xcc\x83\x0f\xfb\x6e\xce\x39\x04\x66\xf6\x88\x84\x18\xea\xa8\xab\ \xeb\xba\x2f\x57\x58\x7b\x77\xac\x3b\x31\x89\x7b\xea\x69\xb5\xb2\ \x30\x15\x53\xd9\x87\x3f\x72\x00\xa6\xa2\x80\x08\x60\xdc\xb5\x84\ \x87\xde\xfb\xb7\x85\x73\x63\xd7\xf7\xb7\xeb\xb5\xf3\x6e\xb9\x5a\ \xd5\xea\xaf\x4e\xdf\xee\x7a\x19\x35\x2b\x4a\xaa\xca\xaa\x15\x16\ \xcf\x68\xa0\x50\xe9\xfb\xfb\x3a\xe7\xfe\x30\x45\x00\x51\xeb\x2f\ \x55\x31\x5f\x75\x5e\x7f\xcf\x61\x06\x64\x02\x04\x44\x30\x50\xa8\ \xd8\xe0\xfb\x1e\xde\xea\xf2\xf7\x1e\xd4\xae\x00\x42\x7a\x97\x7a\ \xf1\xee\xa2\xe2\x1d\x4d\xcb\xaa\xd1\xac\xd6\xc4\x7c\xf7\xbf\xf8\ \xd2\x72\xdd\x04\x21\xa5\x82\xa0\x04\x16\x8b\x02\x92\xa8\xc4\x98\ \x3c\x93\x0f\x2e\x25\xcd\x7b\x3a\x37\x01\xd6\x32\xf6\x57\xb7\x82\ \x99\x97\xab\xa5\xdd\x11\x1e\xee\xb1\xc1\xf7\x58\xe2\xb7\x2e\x75\ \x4b\x29\x5f\x7b\xef\xd9\x07\x4f\x9f\xbd\x7a\xfd\x8a\x54\x9f\x3c\ \x79\xe2\x9d\x07\x43\x11\xb3\x52\x41\xc6\xb0\x2d\x9b\xe0\xbd\x0f\ \x81\x54\x2b\xad\x82\x88\x50\x7f\xd5\x30\xaa\x96\x7b\xa0\x13\x80\ \xd1\x7e\xd5\xb8\x0f\xa9\x22\xf9\xde\xb0\xa5\x8e\xb3\xe5\xee\x58\ \xf6\xf3\x5c\x70\x40\x60\x60\x68\x80\x00\x9a\x32\xd4\x3a\xc7\x0a\ \x00\x24\x64\x25\x32\x43\x53\x22\x20\x33\x01\x51\x06\x74\xec\xb8\ \xeb\x05\xa6\x28\x43\xd2\x02\x04\x3e\xb8\x19\x76\xf3\xfe\xf1\x76\ \xbd\x9e\x86\x21\x4e\x93\x1a\xf8\x10\xda\xd0\x32\xf3\xfe\x13\xa9\ \xbe\x56\x08\x84\x56\x15\x99\xb2\xe8\x6f\x00\xdb\x2a\xe8\x01\x04\ \xaa\x5d\x1c\x03\xee\xf3\xd4\xaf\x1f\x72\x45\xd5\xfd\x9d\x39\xe3\ \xb7\xaa\x89\xfa\xe5\xc5\xf3\x1e\xb2\x80\x58\x27\xa6\x00\x0d\x80\ \x1a\x48\xdb\x76\xcb\x05\x8a\x08\x22\xa5\x94\xa7\x29\xee\xb5\xae\ \x98\xd0\x0a\x98\x2d\x97\xab\x2a\x9a\x5e\xc5\xca\x9d\xab\xbe\x76\ \xa4\x5a\x65\x45\x40\x2b\xc6\x17\xe9\x5e\x8f\xb4\xba\x99\xde\xb1\ \xd5\xad\xbe\x7e\x3f\x0c\x54\x23\x42\x66\xae\x4b\x7d\xd5\xfb\x7d\ \x07\x21\xec\xf7\xd6\xff\x6f\x7b\x5f\x1a\x64\xc7\x75\x9d\x77\xce\ \xb9\xb7\xbb\x5f\xbf\x05\x83\x99\x01\x30\x20\x48\x8a\x20\xc1\xcd\ \x24\x65\x9b\x91\xb8\x44\x96\x15\x5a\x66\x2c\xcb\x8e\x24\x57\xa5\ \x2c\xbb\xe4\x1f\xae\x54\x92\x1f\xa9\x4a\xe5\x47\x92\xca\xaf\x94\ \x53\x89\xff\xa4\xf4\x33\x29\xc7\x8e\x2b\x3f\xe2\x94\x13\x27\xb6\ \x55\x12\xcb\x5a\x12\x4b\x14\x17\x89\x12\x4d\x9a\xe2\x02\x12\x04\ \x09\x80\x04\x17\xac\xc4\x32\x33\x6f\xe9\xed\xde\x73\xf2\xe3\x76\ \xdf\xd7\xef\xbd\x01\x08\xcc\x0c\x20\x70\xd0\x07\x55\xa8\x01\xe6\ \x2d\xdd\xb7\xef\x3d\xcb\x77\xbe\x73\x8e\xab\xd7\x65\x28\x2b\x48\ \x5b\xad\xb8\x8e\x7c\x97\x6a\x11\x35\xa1\xf6\xd0\x7b\x9d\x37\x5c\ \x9d\x07\x71\xa8\x96\x87\xed\xfd\x51\x27\xa5\x84\x15\xb2\x21\x85\ \x8a\x14\x12\x39\x5d\x6c\x8d\xb1\xb6\xd4\x71\xe8\x08\xa5\xeb\x28\ \x5d\x20\x9c\x9b\x9b\x3b\x7b\xf6\x1c\x22\xb8\xa5\x76\x91\xac\x3f\ \xff\x6e\x34\x74\x79\x6c\x1c\xd6\xc0\x5c\xc2\x49\xe2\x26\x3f\xd7\ \x7c\x90\xea\xc6\xab\x0c\x83\x20\x40\x99\x51\xaf\xee\x88\x88\xd8\ \x13\x0b\x45\x14\x12\x57\x8b\x51\x5f\x9f\x31\x5e\x66\xa1\xfe\xf9\ \x53\x64\x6b\x01\xac\x17\xbc\x8d\x93\x50\xa5\xe2\x13\x2b\x60\xad\ \x25\x10\x54\x64\x0d\x14\x96\xc1\x5a\x03\x20\x5a\x14\x91\x35\x36\ \x2f\x0c\x55\xd7\xc3\xe3\xc7\x51\x7e\x9d\x56\x5a\x47\x2a\x08\x82\ \x30\x0c\x1d\x36\x5f\x14\x85\x6b\x48\xcb\xcc\x51\xab\xb5\x6e\x62\ \x04\x29\x15\xc7\x31\x20\xba\x5e\xc6\xc3\xe1\x90\x99\x1d\x0f\xde\ \x2f\x14\x55\x6e\xf8\xac\xd2\xf4\xed\x15\x2a\xa2\xc0\x38\x7a\xa8\ \x56\x5b\xa6\xe0\x4c\xff\x14\x1c\xe2\xed\x82\x7a\x77\xd7\xf5\x75\ \x2b\xfb\x94\xa0\x61\x47\x0b\x12\x57\x05\x67\x40\x2c\x2a\xd4\xa8\ \x2c\xa0\x00\x90\x52\x40\x98\x15\x85\xab\xad\x0d\x02\xb5\x73\x69\ \xa9\xdb\x69\x23\x30\x02\xe6\x20\x40\x5a\x6b\x65\xad\xe1\x72\xca\ \xa6\x83\xd5\x2b\x2a\x3c\x78\xb2\xfc\xd8\x9f\xe2\x6a\x13\x10\xba\ \xc2\xd7\x92\x7a\x3a\xbe\x3c\x00\xb4\x96\x94\xfa\x50\x5e\xc4\xd5\ \xf3\xb9\x02\xad\x9d\xaf\xe4\x71\x28\xd7\x2c\xd4\x31\xce\x5b\xad\ \x88\x08\x00\x45\x29\xa5\x28\x20\x22\xa5\x34\x00\x39\xc4\x3a\x08\ \x02\x6b\x8d\xcd\x33\x57\x2c\xa0\xb4\xee\xf4\x7a\x25\x86\x2a\xa2\ \x94\x8e\xa2\x10\x84\xac\x65\xeb\xe6\xb2\x32\x23\xa2\xd2\xc1\x38\ \x6c\x46\xae\xd4\x45\xe9\x0e\xb8\x82\x67\xf7\x4a\x42\x62\xb0\x16\ \x0c\x08\x88\xa0\x53\x31\x5a\x85\xce\x3c\xbb\x53\x6d\x98\xc3\x30\ \xa8\xea\x10\xc7\xbb\xca\x09\x21\x39\x7b\xa6\xab\xa6\x68\xf5\xd0\ \xc3\xa7\x14\xeb\xf0\x3c\x57\xfc\xbd\xd2\x75\x51\x5a\x00\x0a\x2b\ \x58\xcd\xdd\x10\x20\x20\xb4\xd6\x66\x85\x59\x1f\x0d\xd5\xbd\xc7\ \x05\xad\x69\x9a\xa6\x69\x1a\xc7\xb1\xa3\x65\xb8\x03\xe3\xd4\x28\ \x33\xd4\x2f\xb2\xbc\xa4\xc9\x70\xbb\x76\xa2\x70\x52\x91\x49\x5d\ \x19\xf9\xdb\x1c\x2f\xce\xd8\x66\xc0\xc4\xc8\xc8\x5a\x46\xbc\xae\ \x13\xeb\x8a\xc9\x7d\xb4\xf3\xc5\xa6\xa4\x3c\x93\x00\x28\x84\xa0\ \xac\x35\x28\xa2\x54\x28\x92\x32\x5b\x00\x86\x82\x09\xa5\x28\x8c\ \x94\x60\x0c\x4e\xbd\xd7\xfb\x32\x08\x18\x45\xd1\xc2\xc2\xc2\xf6\ \xed\xdb\x95\x52\x69\x9a\xf6\xfb\xfd\xc1\x60\x80\x88\xad\x78\x9d\ \x9a\xcb\x15\x12\xe9\x40\x13\x11\x5b\x9b\x65\x99\x72\x8a\xac\xda\ \x1b\x4a\xa9\x90\x4a\xea\x8c\xdb\x96\x3e\x63\xe3\xdd\x13\x44\x9a\ \x22\x43\xd5\x31\x38\x46\x9e\xa5\x7a\x3a\xe4\x84\x99\x41\xc0\xf5\ \xc1\xf0\x75\xcf\x63\xdb\xe0\x34\xbe\xb5\x00\x4a\x10\xac\x2b\xeb\ \xb5\x16\x89\x89\x48\x2c\xe7\x45\x31\x4c\xd3\xb4\xc8\x8c\xb5\xb6\ \x30\x84\x60\xc5\x68\xd2\x51\xaf\xbd\x6b\x69\xf7\xe2\x8e\x85\x5d\ \x8b\x3b\xe6\xe6\xe7\x81\x30\xcb\xb2\x7e\x7f\xa5\xdf\x1f\x14\x45\ \xe6\xa6\x2b\x38\x26\x5c\x59\xd4\x53\x53\x94\x9e\x19\x5e\xfe\x2d\ \x60\x59\xea\x34\x2e\x63\x8d\x63\xdb\x31\x73\x10\x86\x44\x04\xd7\ \x48\xc5\xb5\xbf\x0d\x77\x6c\x7c\x48\xe5\x38\x81\x88\xa0\x14\x95\ \xbd\xd6\x40\xb9\xc6\x49\x4a\xa1\x7b\x01\x33\x9b\xa2\xe8\x75\x7b\ \x85\xcd\x45\xc0\xc5\x89\x3e\x1f\x57\x19\x74\xcb\xcc\x08\xe0\x7a\ \x75\x7a\xbd\x20\x22\x5a\x8b\x80\x28\x07\xce\x94\x09\x75\x0f\x0a\ \x96\x4f\x1d\x15\x05\x2a\x2a\x37\x89\xa0\x08\xfa\x43\x2a\x02\xd6\ \x32\x12\xb8\x24\x91\x9b\x76\x55\x96\xef\xca\x18\xc7\x13\x41\x9f\ \x46\x74\x07\xde\x6f\xb8\xca\xe6\x8d\xbb\xac\x39\x2b\x3a\x19\x36\ \xda\x52\x09\x56\xaa\xad\x76\x9e\x69\x7d\xfd\xed\xdc\xc5\xa4\x69\ \xe2\x18\xd8\x2e\xf5\x59\x3f\x1e\x2e\xe2\xab\x36\x8f\x78\xdd\x5a\ \xba\xae\x44\x50\x35\xa7\xf6\xb7\xe6\xf4\xf8\x58\xb3\x94\x95\xa0\ \x30\xe5\x6c\x7a\xed\xcc\xe8\xf4\x06\x8e\x13\xe1\x50\x12\xb3\xdc\ \x0f\xa4\xa8\xee\x50\xd5\xd5\x56\x95\x7b\x82\x29\x9d\x55\xcf\xfc\ \xb0\x00\x22\x15\x85\xb5\xc8\xa1\xd6\x9d\x56\x77\x94\x0e\xf3\x2c\ \x63\x00\xa5\x10\x48\x2b\x65\xa5\xa6\x34\xbd\x0a\x73\xff\x33\x4a\ \x13\xa5\xf2\xdc\x16\x69\x9e\x9d\x5f\x59\x8e\xa2\x88\x2d\xa7\x59\ \x9a\xe7\xf9\x28\x49\xf2\xf5\x96\x8b\xba\x0c\xcc\x89\x13\x27\x46\ \x49\x12\x06\xc1\x68\x34\xea\x76\xbb\x55\x53\xc9\xc0\xe5\x76\x67\ \x87\x39\x4e\xde\x5d\xad\xdd\x71\xad\x15\x5f\x15\xa7\x23\xf0\x74\ \x01\xb9\x5b\x65\x76\x9d\xc8\xac\x90\x82\x29\x67\xb9\xbe\xb0\x0e\ \xf8\x77\x18\x8a\xb5\x96\xad\x55\x02\x5a\x01\x13\x58\xa6\xdc\xb0\ \xb1\x16\x15\xd9\x42\x58\x24\x37\x86\x93\x21\x69\xd5\xeb\x0d\x7a\ \x76\x5b\xd4\xed\x74\x7b\x6d\x11\x8e\x42\xad\x08\x08\xa1\xdf\x97\ \x2c\x4b\x14\x21\x01\x29\x0c\x04\x80\xc5\x38\xd5\xe4\x82\x18\x42\ \x12\x21\x11\x76\x7c\x3c\x2b\xc4\x02\x75\x5d\x16\x41\x04\x22\xb6\ \xd2\x5c\xd7\x0a\xce\x05\x50\x41\xbe\xd5\x12\xbb\x07\xe0\xdb\x6c\ \x8a\x08\x96\x89\x09\x04\xf1\xe3\x1e\xb4\x3f\x4e\x61\x14\x59\x11\ \xd2\x61\xd9\xfd\xaa\x30\xae\xb7\x52\x14\x45\x15\xb1\xc0\x2a\x52\ \xd6\x5a\xf7\xf0\x5c\x30\x53\xb5\x85\x28\x4f\xc8\xc4\x26\x74\x90\ \x73\x25\x48\xae\x5e\x43\xa1\xcb\xec\x97\x57\xe8\x4d\x96\x25\x54\ \x6c\x19\x11\x15\x29\x61\x10\xef\x11\x57\xaf\xf4\xce\xfc\xd8\x11\ \x23\x72\x87\xd7\xf1\xe0\x9d\xaa\x75\x74\x04\xaf\x05\xbc\x3f\x0f\ \x02\x0e\x0b\xab\xf4\x3c\x7a\xe4\x65\x72\xfb\x5d\xb6\xa4\x49\x4a\ \x44\x8e\x04\xe0\x5d\xc8\x5a\x1e\x9a\x11\x15\xd6\xca\x62\xfc\xf9\ \x71\x57\x5e\x73\x4f\xc6\x07\x60\x42\xb1\xc2\x58\xdf\xcd\xd6\x79\ \x40\x55\x97\x36\xe5\x0a\xd6\xbf\xa5\xae\x98\xa6\x89\x3f\x65\x0b\ \x14\xa9\xbf\x7e\x1c\x89\x8b\x18\xeb\xd8\xa3\x98\xa6\x39\xb6\x30\ \x8e\xdb\x56\x24\xcb\x8c\xb1\x56\x04\x01\x35\x91\xf8\xb1\x00\x75\ \x0e\x70\xe5\x2c\x83\xab\x33\x4f\xd3\xf4\xfc\xf9\xf3\x75\xc7\xb3\ \xdf\xef\x3b\x7c\x63\x5d\x15\x57\x78\xfe\xdc\xf9\xc1\x60\xb0\x7b\ \xd7\xae\xc5\xc5\x45\xf7\xc4\x7d\xa7\x66\xf7\xd5\x9a\x70\x76\xcd\ \xc7\x6d\xb5\x89\x1c\xa3\xc2\x7b\x4c\x75\x7a\x0d\x00\x80\x9a\x56\ \x96\x2c\xec\xfa\x62\x30\x08\xa3\xb0\x8b\xfa\x2b\x18\x92\x7d\xb7\ \x0c\xac\x60\xf3\x72\x3e\xae\x43\xcd\x15\x23\x93\x0a\x01\x2d\x63\ \x1a\x46\xed\xc8\x98\xe1\x70\x08\x28\xd6\xb0\xb1\x16\x88\xfa\xc3\ \xe1\xd1\xf7\xde\x3b\x76\xf2\xf8\xcb\xaf\xee\x8f\x02\xd2\xd5\x4e\ \x76\x1b\x9b\x48\x95\xd6\x4e\x80\xc5\x92\x42\xcb\x56\x91\x72\x4d\ \xdf\x5c\x24\x8e\x08\x55\xfa\x18\x19\xc6\x25\x25\x1e\xac\x70\x9f\ \xf6\xa1\x2d\x6e\xae\xaa\xcf\x45\x44\xae\x99\xb2\x0f\x37\xdc\x41\ \x72\xbf\x42\x74\x95\x5e\x2e\x6e\xf1\xe7\x6a\x6c\xc6\x95\x52\xf5\ \x6c\x8f\x6b\xdb\x69\xad\xc9\x8d\x0d\x34\x59\x16\x87\x68\x23\x29\ \x80\x0a\xc9\x9c\xd8\x73\x52\x4b\xcb\x4e\xa0\x54\xd5\x8f\x5c\xd5\ \xe5\x7a\x75\x27\xae\x23\x2f\x21\x31\x91\x6b\x74\x5c\x7d\x44\x65\ \xed\x10\x2b\xf6\x2b\x4e\xc5\x3e\xfe\xc0\xbb\x63\xe0\x6a\x4d\xea\ \x3d\x6d\xfd\x0b\xdc\x5e\x34\x96\x83\x40\x6b\x1d\xf8\x41\x0f\x84\ \xa4\x02\xe5\x08\xf5\xb2\xfe\x6e\x2b\xd0\xe9\x76\xb9\x6a\x5c\xe1\ \x55\xc3\xb8\xc6\x55\x1c\xcd\x0d\x67\xed\xf3\x94\x16\x9e\xd5\xa0\ \xa5\x83\x8a\xbe\x9e\x19\xa6\x74\x5c\xb5\x44\x30\x1b\xed\xe2\x24\ \x63\x63\xec\x5f\x01\x5c\x7c\xd0\x5e\xdd\xa1\x06\x11\x87\x56\x12\ \x81\xb5\x76\x30\x1c\x22\x42\x10\x45\x71\xa7\x33\xe8\xf7\x93\x3c\ \x57\x8a\x9c\xee\xac\x53\x64\x26\x83\xaf\xf1\x45\x42\x85\x93\x56\ \x99\x36\x59\x37\xc8\xc5\x22\xbd\x5e\xf7\x8e\xdb\x6f\xdf\xb1\x73\ \xa7\xc7\x0d\xea\x85\x53\x6e\xcf\x4f\x47\xd0\xb5\x6d\xc9\xcc\xd6\ \xe6\x9e\xab\xa1\x2a\x70\x76\xfc\x50\x5c\x88\x31\x19\x7d\x97\x1e\ \x6d\x09\x40\x20\xbb\x42\xaa\x99\x12\xf3\xea\xe5\x2e\x55\x42\x58\ \xb6\xab\x43\x00\x85\x84\x86\xc1\xb2\xb5\x85\x31\x79\x41\x40\x80\ \x12\x86\x21\x20\x0b\x08\x83\x20\x91\xb1\x26\x19\x25\x28\x56\x29\ \x5d\xe9\x53\x00\x20\x1d\x28\x66\xee\xaf\x0e\x92\xd1\x70\x7e\x61\ \x7b\x1c\xc7\xce\xbc\x10\xd1\x60\x30\x42\x74\xda\xcd\x66\x79\xae\ \x82\x30\xee\xf6\xe2\xb8\xdd\x8d\xe3\x20\x0c\x9c\xb7\x01\x22\xc6\ \xd8\x34\x4d\xea\xb4\x9b\x9f\xbe\xe6\x72\xde\x8a\xa7\xe7\x79\x15\ \x5b\x99\x6b\x41\x44\x70\x8d\xba\x45\x23\x41\x5d\x89\x5c\x90\x61\ \x29\x60\x0a\x03\x02\xcc\x02\x82\x22\xa5\x0f\xbc\x66\xa9\x14\xcb\ \x14\x2e\x60\x3d\x8b\x1d\x10\x94\x0e\x94\x9b\xb5\xe0\x8a\x73\x3d\ \xdd\x5c\x50\x04\x81\xad\xd2\x9a\x4b\x3c\x91\xab\x8d\x88\x63\xa7\ \x69\x66\x36\x8f\x3f\xc3\xd5\x3d\x6a\x44\xeb\x6d\x66\xfd\x0a\x45\ \x04\x90\x80\xa0\xb0\x6c\x38\xaf\xb8\x06\x8a\xbc\xb2\xc3\x7c\xbd\ \x24\x54\x00\x80\x30\x0c\x9c\x6f\x5b\x03\x77\x71\x1c\x74\xc0\xf8\ \x3a\xeb\x55\xfb\xfe\xfa\xbd\x8f\xe3\x6f\x56\xd5\x3a\xf9\x20\x00\ \xa3\xf8\x16\xaf\x53\x71\xee\x58\x29\x5c\x94\x29\x3b\x01\x6c\x4d\ \xe3\xf4\x13\x0b\x35\x55\xf8\x29\x22\x0e\x5e\x71\x73\x31\x92\x24\ \x5d\x5e\x31\xbd\x5e\xaf\x15\xc7\x85\x31\x85\xb5\x85\x29\x40\x4a\ \xb4\x8e\xd7\x08\x45\xc5\xb0\x94\x13\x95\xab\x8c\xa7\xd4\x0a\x24\ \xd7\x3d\x70\xc9\x65\x72\xba\xdd\xae\xef\x17\x32\xeb\xbb\xd5\xbd\ \xcb\xa9\xdf\x3a\xb4\xa4\x28\xac\x4b\x1f\x79\x6f\x6b\x22\x4f\xe2\ \x12\x37\x3e\xcd\x3a\xf6\xd0\x9d\x4e\xa2\x92\x1f\x58\xfd\x67\x49\ \x1b\xac\x41\x4b\xa5\x6a\x16\x60\x16\x04\x14\xe6\xcc\x14\x91\x0e\ \x04\x55\x92\xa4\x62\x6c\xa8\x34\x33\x9b\xc2\x0a\x58\xad\x08\xcb\ \xae\x41\x96\x05\x1d\xeb\x9b\x09\xca\x33\x4b\x88\x48\x59\x61\x07\ \x83\x41\x32\x4a\x99\x25\xb7\x76\x7b\x14\xe7\x45\xce\xc0\x02\xa0\ \x82\x80\x59\xd2\x3c\x6f\xb5\xa2\x3b\xf7\xde\xd6\xdd\x3e\x9f\x1b\ \xc9\xf2\x3c\xcb\xb2\x95\xd5\x91\xab\xd2\x25\xa2\x40\x07\x41\xd8\ \x6e\xb7\xdb\x1f\xaa\xbc\xae\x62\x67\x41\x11\xcb\xac\x00\x7c\xed\ \x9e\xb7\x24\x6e\xd3\x58\x31\x2e\x5d\x42\xa0\x01\xc1\x99\xd5\x8a\ \xa5\x26\xb3\xdc\x1a\xd7\x7d\xc5\xa9\x42\x5b\xda\x49\x8f\xc0\x3b\ \xe4\x6b\xca\xf8\x4f\x82\x02\xee\x1c\x02\x18\x6b\x81\x1d\x46\x80\ \x75\x6a\x2f\x11\x21\xa8\xaa\x74\x96\xa6\x5c\x81\xba\xc9\x73\x9a\ \x68\x6a\xad\xeb\xc0\x36\x22\x1a\x93\xaf\x01\xd3\x8c\xb5\x1b\xf8\ \xbe\xf5\x65\x28\xa1\x75\x39\x38\xa3\xf2\xc6\x37\x52\x34\xea\x11\ \xc6\xb5\x8e\x90\x78\x1f\x73\xd6\xa5\xaa\x2b\x5f\xaf\xf8\x26\xee\ \xa2\x0a\xba\xa7\x94\xc2\x85\x34\xd7\x2c\xc9\x73\xea\x5d\xe5\x49\ \x1b\x07\x89\x58\x7f\x59\x1d\x22\x2c\x8f\x1f\x8a\x65\x8b\x80\x41\ \xa8\x0a\x43\xc3\xd1\x28\x37\x79\xaf\xd7\x8b\x3b\x31\x10\x0c\x56\ \x57\x6c\x6e\xb0\xe6\xad\xcc\x7e\xe3\xd4\x40\x1a\x5e\x77\x7f\x88\ \xc9\x55\xf5\xea\xa6\x1e\xeb\xcd\x7a\xe5\x17\x5a\x10\x22\x0a\x82\ \x71\x2c\x59\x67\x32\xfb\xe0\x59\x6a\x5e\xdb\x24\x30\x8a\x2c\x96\ \xad\x45\x57\xd7\xe6\x54\xa1\x35\xee\x5d\x6c\x59\x40\x08\x91\x00\ \x5d\xea\xd6\xad\xb7\x61\x2b\x19\x60\xa0\x50\x69\x00\x52\x88\x16\ \xdd\xd8\x76\x2b\x22\xa4\x6b\x97\xea\x72\xc2\x48\x02\x54\x36\x91\ \x00\xb2\xc6\x26\xa3\x6c\x98\xe4\x4a\x85\xed\x38\x4c\x92\x6c\x98\ \x64\x3a\xd0\x2a\x08\xb2\x2c\x33\x86\x83\x30\xbc\xe5\xd6\x9b\x76\ \xee\xd8\xd9\x1f\xf4\xdf\x7f\xef\xe4\x20\xc9\x06\x83\xc1\xf2\xf2\ \xf2\x68\x34\x72\xa7\xd8\xdd\xb8\x22\xea\x74\xbb\xf6\x1a\x99\xb7\ \xe8\xdd\x59\x87\x50\x3a\x03\xe8\x4c\xa5\x2b\x82\x65\xb6\x08\x02\ \xe4\x0e\x0f\x43\xd9\x4f\x63\x1c\xf2\xc8\xec\x91\xa8\x88\x33\x55\ \xae\xdd\x53\x0d\x4a\x0f\xc8\x95\x9b\x4c\x85\x4e\x52\xd1\x78\x15\ \xa9\xfa\x46\xb1\xc6\xb2\x9d\x40\x85\x4b\x53\x0c\xe0\xa0\x44\xac\ \x6a\xa9\xea\x2c\x81\xb2\x69\xed\xcc\x99\x9f\xac\x66\x60\xff\x99\ \x75\xa8\x75\xac\x02\x44\xca\x72\x3c\x44\xc7\x4d\x75\x83\x1e\x9c\ \x15\x75\x35\x8c\x1b\x69\x14\x15\x04\xce\xec\xa3\x4f\xfc\xd5\xdd\ \x2b\x44\xf2\x0c\xd3\xfa\xad\xd5\x01\x97\x3a\x40\xe9\x3f\xa4\xba\ \xeb\x32\x42\xe1\x89\x72\xb4\xa9\xc2\xaf\x09\x4c\x7d\xaa\x41\xb2\ \x07\xec\xa7\xb4\x5e\xd5\xf7\x17\x41\x26\xd4\xe8\xcc\x06\x28\x00\ \xa4\x28\xab\x3b\x91\x08\xd2\x2c\xb1\xb6\x68\x77\xb7\x85\x61\xd0\ \xee\x76\x4d\x96\x9a\xdc\x14\x93\x45\x88\x13\x85\xbe\x54\xde\x06\ \x82\x70\x55\x97\x82\x08\x1b\x53\x60\xe8\x8a\x14\xeb\x48\x96\xb5\ \x5c\xaf\x74\x31\xc2\x63\xff\xb7\x22\xce\x60\x15\x59\x3b\x04\xb5\ \xbe\x85\x14\x29\x5f\xbf\xe9\xfc\x74\x41\x01\x96\xa9\x62\x58\xcf\ \x8a\x60\x61\x04\x44\x46\x4f\x39\x2e\xa9\xeb\x8a\x2a\xda\x94\x94\ \xd0\x58\x59\x0b\x0e\x85\xcd\x29\x27\x1d\x46\x9d\x6e\xcf\xa6\x69\ \x6e\x52\x02\x08\x94\x36\x65\xb7\x32\x14\x25\xbe\xc2\xab\xe4\x5c\ \x21\x22\x28\xd7\xfc\x81\x82\xa0\xdb\x9b\x43\x54\x84\x40\x18\x59\ \x41\x02\x35\x1c\x8d\x88\xd4\xae\xdd\x7b\x96\x76\xef\x36\x45\xb1\ \xff\xc0\xc1\xd3\xa7\x4e\x27\xa9\x39\xbf\xdc\x2f\x8a\xc2\xb2\x2d\ \x6f\x8d\xc5\x27\x6d\xe2\x95\x21\x5f\x23\x33\xae\xc1\xd3\x7e\xa9\ \x9c\xfc\x61\x9c\x41\x40\x34\x15\x21\x8d\x85\x91\x1d\x68\x64\xc0\ \xa5\x00\x01\xeb\x8c\x0f\x98\x36\x4d\x3e\x85\xaf\xc2\x20\x10\x70\ \xf6\x81\xbd\x9f\x81\x20\x8e\xd6\xcb\x5c\x91\x19\xbd\x46\x62\x70\ \xed\x81\x3c\x58\x29\xe8\x82\xfe\xb1\xeb\xc1\xcc\x00\xd6\x37\xc9\ \x76\xe7\x6f\x0a\x0f\xaa\xeb\x20\x97\xbf\x1b\xe7\xa7\xab\x9f\x2b\ \x42\x99\x6b\x18\x2c\xf5\x1d\x56\xf9\x17\x52\x07\x5d\xaa\x09\xc0\ \xe4\xd3\x8e\xeb\xaf\xfb\x2d\x5d\x42\xf6\x7a\xaa\xf2\x1c\x2b\x76\ \xf3\x0c\xb0\x75\xa1\x68\xae\xee\xb0\x4c\xbe\x6b\xa2\xe3\xb1\x80\ \x8c\x15\x13\x4e\x90\x33\xea\x88\xfb\x2c\x06\xef\xff\x8c\xf3\x8f\ \x95\x32\x9b\xe2\x4f\x78\x17\xa3\x5a\x4c\x2e\xcb\x21\x2c\xdb\x0a\ \x09\xce\xf3\xdc\xac\xac\x74\x3a\x9d\x6e\xa7\xad\xe3\x56\x9a\xa4\ \xa3\xd1\x28\x49\x12\xef\xb9\x4c\x3e\x44\x18\xfb\x26\x4e\x25\x20\ \x12\xa1\x56\xfa\x52\x00\x97\x0b\x85\x8b\x4a\x91\x9b\xa4\x5d\x22\ \x15\x5c\x96\xb8\x05\x50\xc3\xbb\x00\x00\x13\xef\x49\x44\x41\x54\ \x13\x56\xcd\xa3\x5d\x6b\x33\x02\xc1\x2a\xd1\xe7\x16\x19\x7d\x26\ \x9e\x89\x94\xd3\x6c\xbe\x47\xa6\xa7\xc8\x1a\x5b\x72\x65\xea\x05\ \xfc\x7e\xdd\x45\x90\x2a\xc5\xe7\xf7\xc0\x84\x71\xa9\x08\x56\xcc\ \x65\xb7\x59\x01\x31\x26\xcf\x73\xda\x16\x75\x3b\x9d\xb6\xc9\xba\ \xc3\x64\x54\x98\x02\x90\x04\xb0\x30\x4c\x44\x5a\x80\x05\xd1\x00\ \xa8\x20\x0c\x95\x52\x1a\x81\x98\x19\x19\x01\x6c\xc1\xa6\x8c\x78\ \x58\x98\xb0\x60\x90\x82\x91\xc2\x9b\x3e\x76\xf3\xae\x9d\xbb\xde\ \x7a\xeb\xad\x43\x87\x0e\x2f\x2f\x2f\x0f\x87\x23\x07\xbe\x69\xa5\ \x03\x55\xd6\x28\xba\xfe\x91\x08\x9e\xe6\x75\xcd\xe0\x5c\x22\x62\ \x2c\x1b\x6b\xb9\x36\x21\x92\x0b\x03\x60\x6a\xf4\x6b\x20\x42\x0b\ \x32\xee\xa0\x45\x54\x33\xc5\x5c\xfa\xc7\x50\x36\xd4\x70\x84\x17\ \x44\xb4\x2c\xae\x4f\x39\x8c\x0b\xcf\x51\x04\xac\xd8\x0a\x45\x06\ \x55\xcd\xa0\xae\xc3\xe4\xb5\x93\x25\x9e\xa2\x55\x7a\x19\x88\x22\ \x55\xcd\x2d\x96\xa5\x2b\xee\x8d\x8e\x89\x5e\x3f\xc9\xce\x8b\xac\ \x67\xdc\xa7\x79\x43\x8e\xef\x27\xe3\x18\xc1\x8f\xc2\x56\x65\xd7\ \x0a\x81\x2a\xb8\xf0\xfd\x51\xeb\x2d\xbd\xd6\x3d\xf8\x0f\x5d\x37\ \x07\x54\xd5\xcc\x21\x8f\x47\xbb\xe4\xa9\x6b\xcb\x4c\x53\x11\x62\ \xdd\x79\xf4\xe9\xc8\x7a\xf0\x08\x17\x6a\xbd\x04\x13\x9c\xaf\xa9\ \x58\xe8\x42\x35\xcc\x63\x66\xac\x53\x16\xe5\x33\x01\x16\x9e\x69\ \x04\x3c\x01\x78\x11\x93\xb1\x56\xa1\xb2\x96\xc5\x0a\x58\x21\x46\ \x25\x24\xc6\xa6\x83\x01\x1a\xd3\x6e\xc7\x2e\x01\x0d\x00\xae\xb3\ \xb6\xaf\x36\x67\x6b\xb3\xa2\x60\xcb\x44\x88\x40\xd6\x5a\x10\x44\ \xe7\xb0\x63\xd9\x1c\x68\xdd\x76\xba\xb2\xad\xe3\xb2\x2d\x66\xa3\ \x50\x0b\x56\x9c\x12\x26\x20\x44\xd7\x66\x01\x6d\x15\x13\x88\xb8\ \xa6\x7c\x16\x88\x11\x98\x51\x55\xa1\x2e\x02\x01\x49\xd9\x9a\x89\ \x4d\x59\x3d\x83\x1e\x09\x00\x40\x66\xa8\x91\x9f\xdd\xda\x93\xfb\ \x54\x57\x0c\x58\x63\x20\x93\x4b\x47\x32\x5b\x5b\xcd\xe6\xb1\x45\ \x9a\x89\x31\x2d\x1d\x86\x61\xbc\xad\xa7\xfa\xab\xc5\x6a\xde\x6e\ \xc7\xba\x15\x67\x59\x42\xa4\x40\x05\x86\x21\xcf\x72\xa5\x29\x0a\ \xe3\x56\x10\xbb\xf4\xb1\xc2\x32\x73\x4f\x4e\x6f\x02\x5a\x04\x01\ \xc8\xf3\x2c\x0c\xa3\x40\x87\x6f\xbe\x79\xe8\xe0\xc1\x37\x4e\x9d\ \x3e\xa3\x08\x82\x20\xd0\xae\x65\x52\x75\xec\x9d\xf3\x5e\x14\xc6\ \x98\x42\x18\x2e\xa5\xd0\xfd\xaa\x6a\xae\x3a\x8f\xc6\xc3\x43\x30\ \xc9\x96\xa8\xba\x2f\x8d\x73\x31\x65\x22\x19\xc4\x8f\x86\x9f\xf2\ \x06\x5c\x8e\x84\x4b\x1c\x6b\x0c\x02\x88\xb0\x65\xa3\x94\xb2\xd6\ \xe4\x59\x16\x05\x91\xcb\x66\xae\x19\x42\xbb\xf5\xf3\x8e\x92\x7b\ \x4d\xed\x18\x4b\xdd\x75\x77\x0d\x52\x9c\x9f\xe5\x8a\x69\x5c\xc2\ \xdb\x75\x7d\x70\x9f\x33\x05\xc3\x3b\x9c\xab\x0e\x76\xd4\x17\x44\ \x00\xb8\x52\xcb\xf5\x83\x2a\x1b\x48\x6f\xcd\xae\xbf\xc7\xe9\x7c\ \x90\xea\x0f\xa6\x27\x40\x5c\x88\x14\xe6\xa9\x8c\xfe\xa1\xd4\x31\ \xfb\xb5\xbe\x0b\xc7\x08\xe7\x5a\x71\xf4\x2c\x9a\x56\xd1\xe2\xa7\ \x55\xd5\x2c\xa1\x77\x16\x66\x76\x4d\x35\xeb\x83\x4b\x44\x04\x58\ \x0d\xed\x30\xcb\xd2\x38\x8e\xa3\x28\xea\xf5\x7a\xed\x76\xbb\x1c\ \x02\xa2\x54\xd9\x04\x0d\xd1\x1a\xe3\x7a\x09\x72\xad\x06\x88\xc8\ \xe4\xe9\x28\xcf\x8b\x75\x62\xf4\x08\xd6\xb2\xef\x02\x52\xf3\xa6\ \x8b\x71\x00\x5e\xda\x54\x47\x8d\x66\x66\xcb\x65\xb7\x6a\x06\x00\ \x64\x10\x26\x61\x06\x2e\x01\x59\xd7\xc3\x43\xb0\x5a\x20\x64\xae\ \xfe\x81\xa8\x2a\x48\x81\xa6\x16\xb9\x4e\x30\xac\xff\xd3\x5d\x98\ \x43\xd0\xca\xf4\xae\x88\x80\x0c\x86\x03\x16\x5e\x5a\x5a\x6a\xc5\ \xf1\x0d\x7b\xf6\x6c\x9b\x9b\x73\x75\x05\x3a\xd1\x6e\x85\x8b\xa2\ \xc8\x8b\x62\xb8\x3c\x58\x5e\x5e\x0e\xc3\x10\x00\x02\xa5\x34\x95\ \x49\x1b\xed\xe8\x41\x44\x16\x10\x15\x69\xad\xfb\xfd\xc1\x89\x13\ \x27\xce\x9e\x3d\x3b\x1a\x8d\x02\x4d\x61\x18\x68\x1d\xb8\x2a\x59\ \xb7\x95\xaa\x08\x97\xf3\xbc\xc8\xb2\x2c\xcf\xf3\x20\xb8\x66\x38\ \xf4\x65\xcb\x72\xb6\x75\x82\x75\x3d\xd5\x35\x09\xac\x8c\x07\x0b\ \xd7\xfd\x17\xc0\x09\x5d\x5c\xed\xe6\x2a\x9f\xe2\xaa\xd4\xcb\x8e\ \xfc\xec\xb6\xb4\xab\xcb\x4f\xd3\xa4\xdf\xef\x43\x07\x5c\x26\xd1\ \xc5\xfc\x3c\xd3\x65\xdc\x41\x66\xfe\x34\x7a\xde\x8d\x8f\xba\x10\ \xc9\x17\x1e\xfa\xad\xef\x9e\xba\x83\xa5\xea\xc1\xe3\x6c\xf0\x55\ \xf7\xf8\xea\xce\x94\xb8\x60\x74\x82\x15\x30\xae\xb0\xab\xc1\xe4\ \x1b\xb2\x19\x93\xc4\xf1\x31\x91\x6a\xcd\x3c\xd7\x2c\x49\x62\xea\ \x31\x39\xbd\x5c\x0f\xbe\xd6\x54\x5e\xb3\xa9\xc6\x3a\xf3\x6b\x12\ \x07\x5c\x83\xce\x3a\xab\xb6\xea\xb9\x45\xef\x9f\x7a\xcc\x7e\x2a\ \x12\xb7\x6c\x81\xc5\x98\x71\xc7\xa1\xaa\xd4\x6c\x9c\x6a\x04\x80\ \x02\x91\xf3\xbc\x6e\x51\x4a\xec\x89\x5c\xc5\xf4\x46\xd9\xd7\x75\ \xb8\xb0\x9e\xa8\x75\xda\xb6\xe2\xe8\xb2\xcf\x29\x21\x82\xeb\xe6\ \xec\x1c\x19\x21\xac\x86\x81\x30\x94\xfd\x14\x1d\x68\x0a\xd5\xbc\ \x1c\xa9\x46\x49\x4f\xe4\x01\xbc\xf5\x9d\x5a\xcc\xd9\x02\x35\xf7\ \x83\xdb\xc3\xc6\x98\xe5\xe5\x65\x52\xb4\x7d\x61\xfb\xdc\xdc\x9c\ \x1b\xfb\x92\x24\x89\x7b\x81\x2f\x1d\xf3\x79\x79\x6b\x6d\x9a\x66\ \x1e\x0a\x25\x17\x2d\x22\xa0\x0e\x55\xa0\xdd\x04\x99\xd3\xa7\x4f\ \x27\x49\x12\x04\x41\xbb\xdd\x76\xfd\x81\x5b\xad\x96\x0a\x02\xaa\ \xb5\x21\x70\xcf\x31\xcb\xb2\xd5\xd5\xd5\xb2\xc2\xfc\x9a\xd0\x5c\ \x08\x22\x50\x14\xc6\x79\x2b\x53\x09\x9d\x7a\x4a\xbe\xce\x5b\xa9\ \xfa\x85\x97\x8f\x0a\x09\xea\xd1\x22\x96\x25\x73\x65\x0d\x07\x97\ \xb8\x98\x0b\xe2\x5c\xc7\x5e\xcc\xf3\xcc\x5a\x1b\x45\xd1\xce\x1d\ \x8b\xc2\x63\x46\x82\x1f\xbd\x53\xdf\x66\xce\xa7\x73\x2c\x38\x6f\ \x7b\x6b\x0f\x9e\xfd\x48\x77\x98\xaa\x9e\xab\xc5\x77\xbe\xde\x62\ \x8a\xf6\x4d\x04\xfe\x57\xfe\xc0\xd7\xa9\x00\x56\x26\x74\x84\x4f\ \x27\x8d\x99\x87\x1b\xc3\xb9\x66\x3d\xdc\xa9\x82\x9e\x29\x25\x55\ \xcf\x24\xce\x0e\x41\x58\xf3\x8d\x17\x8a\x01\xd7\x54\xa3\x17\xf2\ \xb9\xa6\x72\x7f\xd3\xc5\x40\x75\x47\xb5\x3e\xcf\x4f\xc6\x4f\xa1\ \xfe\x02\xa5\x08\x11\x9c\x81\x31\xc6\x64\x59\xe6\x22\x47\xd7\xfd\ \xd1\x55\xa1\xb9\x8e\x57\x5e\x09\xfa\x54\xa0\x30\x6f\xd0\xdf\xc5\ \xba\x19\x70\x8d\xcc\x50\x79\xb3\xc1\x5c\xc7\xef\xb9\xc2\x2b\xb0\ \x2a\x4f\x87\x6a\x76\x89\x47\x89\x91\x2f\x3c\xd4\xa3\x5e\x7a\xb5\ \x06\x37\xa5\x66\xa8\xea\x0f\xb4\x7e\xd7\x7e\x67\x1a\x63\xce\x7c\ \x70\x86\x81\xdd\x3c\x04\x6f\xec\x01\xa4\x28\x8a\x2c\xcb\xd2\x34\ \x75\xcd\x32\xdb\xed\xb6\x03\x20\xc6\x79\x7b\x16\xd7\x50\x21\xc9\ \x0b\x11\x19\x0c\x06\xfd\x7e\x3f\x49\x52\x37\xa6\xcf\x35\x23\x73\ \x83\x47\x01\xd1\xb9\x32\x79\x6e\x5c\xf7\x9e\xa0\xec\x45\x47\x97\ \xd2\x65\xe8\x6a\x32\x51\x31\x0c\xc3\x72\xaa\xc7\xc4\x9e\xae\x8a\ \x19\x26\x35\x97\x77\x71\x6b\xf5\x56\x13\x38\x17\xb9\x42\xc7\xaa\ \xad\x22\x83\x1b\x02\xe8\xde\x5b\x76\xd1\x6b\x29\x2c\xa7\x5f\xb5\ \x22\x93\x95\x33\x75\xa2\x28\xb2\xcc\x30\x49\x35\x10\x61\xad\x75\ \x1c\xc7\xad\x56\x2b\xcb\xb2\x24\x49\xea\x35\x2e\x00\x60\xac\xf8\ \x41\x3e\xae\xeb\x80\xab\x34\x2a\xcd\x26\x62\xbd\x72\xc5\xb7\x42\ \xad\x1d\x27\xf6\xf9\x1d\x6b\x6d\x05\xca\xbb\xe0\x80\x0d\x8b\x9f\ \x34\xe3\x1d\x43\x0f\xa5\x21\x6e\x88\x44\x1f\xc7\xad\x22\xcf\x95\ \xd6\xe3\x1a\x6f\xaa\xf1\x2f\x2b\xc7\xb7\x72\x75\xeb\x09\x31\xac\ \xb0\x61\x6f\xcc\xcb\xa8\x79\x0a\xc9\x5a\x33\xaf\x7a\x01\x14\x0c\ \x2e\xc4\x8a\x98\xca\x6c\xd6\x63\xc3\x5a\xb3\x97\xd2\x91\x71\xd8\ \xbc\x1f\x5e\xed\x3c\x7a\xa7\xa0\xdc\xbc\x7b\x63\x2c\x5b\x0b\x20\ \x44\xe8\xee\xdd\xcf\xbe\x74\xac\x60\x8f\xa3\xbb\x7c\xf7\xe4\x65\ \x08\x91\xb2\xa6\xd0\x5a\xaf\xbb\xd3\x8d\xd6\xba\xd5\x6a\x39\x17\ \xaf\x0c\xb4\xcb\x7e\x5b\x55\x97\xb1\xb2\x2c\xca\x81\xda\xd6\xf1\ \x0d\x9d\x1e\x43\x00\x14\x44\x8b\x8a\x08\x15\x95\x4d\xba\x88\xac\ \xb5\x86\xad\x7b\x42\x0c\x0c\x82\x75\xd6\x5b\xd5\x43\x13\xa6\x32\ \xe0\x30\x59\x4c\x3a\x65\x24\xac\xb5\x96\x6d\x9e\xe5\x61\x14\x5a\ \x63\xb3\x2c\x6b\xc7\xed\x24\x4b\xce\x9d\x3b\x27\x22\x9d\x4e\xc7\ \x59\x7a\x57\x04\xee\x80\x11\xa5\x54\x9e\xa7\xae\xc2\x89\x99\x51\ \xc0\x35\xfe\x06\x42\x17\x02\x2a\x44\x15\x45\x80\xb8\xb2\xb2\xc2\ \xcc\xbd\x5e\x2f\x8a\xc2\x38\x8e\xe3\x38\xd6\xda\xe5\x3d\x5c\x67\ \x62\x11\x97\x58\x61\xb6\x06\x94\xd6\x41\x10\x74\x3b\x6d\xf7\xa5\ \x17\x37\x1b\x57\x49\x73\xa5\x49\x72\xcf\xbd\xf7\xfe\xde\xbf\xff\ \x0f\x1f\x0a\x33\xe3\x74\xf6\xc3\x1f\x2f\x99\x4e\x53\x21\x4e\x10\ \x92\xca\xd6\x7c\xf5\xb7\xc2\x6c\xd9\xca\x6c\x70\x3a\xe3\x6e\x40\ \x85\xa3\x4f\x7c\x5d\x2d\x31\x59\x42\xe9\x53\x34\x59\x99\x45\x68\ \xd7\xa2\x4d\x7d\xa8\x83\x32\xab\x08\xdc\xe8\xc6\x2c\xcb\xd6\x11\ \x27\x06\x41\xf0\xc7\x7f\xf4\x07\xe5\xed\x5c\x3e\xc6\xec\x47\x6f\ \x4d\x5c\xfc\x74\xf2\xf0\x0a\x91\x68\xd6\x5a\xd6\xb5\x5e\x32\xc9\ \xbc\x9d\xa4\xd2\x4c\xf4\xdb\x9c\x78\x8c\x6b\x93\x65\x70\xe2\xbb\ \x1d\x4c\xb3\x8e\x8b\x4f\x46\xa3\x7f\xf0\xc5\x2f\xfd\xea\xaf\xfd\ \x3a\x5e\x88\xda\xe6\x52\x2e\x78\xb1\xdb\x19\x77\xb7\xba\xf0\x2b\ \x36\x6b\xa1\xfd\x91\xa9\x43\x19\x53\xbe\xcf\x05\xdc\x3d\xa9\x1f\ \xc0\xf1\x09\xae\x61\x23\x0e\x8e\xbf\x84\x8f\x1a\x1f\xc3\x56\xab\ \x35\x83\x6b\xff\x94\x7c\x2e\xa5\xb4\xd6\x01\x5c\xf3\x72\x29\x41\ \xd0\xd5\x97\x8d\xd0\x23\x3b\x9d\x36\x5c\x37\x82\x6b\x9c\xf7\x8b\ \x18\x89\x0f\xd1\xc0\xeb\x26\xa6\x3a\x9b\x11\x5e\x42\xe5\xf0\x47\ \x72\x91\xa7\x00\x87\x9a\x91\xb8\x88\x7f\x7d\x61\x6d\x85\xb3\x9a\ \xf9\x1a\xe2\x73\x6d\x62\x9a\xec\x2a\x5c\xea\x56\xda\x67\x9b\x44\ \x0a\x6f\x64\xcb\x6e\xf8\x8f\xa2\x50\xb3\x04\x8d\x34\xd2\x48\xa3\ \xb9\x1a\x69\xa4\x91\x46\x1a\xcd\xd5\x48\x23\x8d\x34\xd2\x68\xae\ \x46\x1a\x69\xa4\xd1\x5c\x8d\x34\xd2\x48\x23\x8d\xe6\x6a\xa4\x91\ \x46\x1a\x69\x34\x57\x23\x8d\x34\xd2\x68\xae\x46\x1a\x69\xa4\x91\ \x46\x73\x35\xd2\x48\x23\x8d\x34\x9a\xab\x91\x46\x1a\x69\x34\x57\ \x23\x8d\x34\xd2\x48\xa3\xb9\x1a\x69\xa4\x91\x46\x36\x49\x74\xb3\ \x04\x57\x4d\x04\x40\x21\xc4\xc1\x65\xd7\xe1\x22\x42\x52\xa0\x15\ \xc0\x66\x11\x2f\x5f\x42\x15\x23\xaa\x75\x75\x88\x41\x2b\x45\x61\ \x53\x6c\x16\x7e\xbd\x1b\x3e\x24\x08\xf5\x7a\x0a\xcf\x93\x02\xe5\ \x9a\xd3\x5c\x4a\x03\xa9\x35\x6e\xd3\x18\x90\xad\xdc\xd5\x40\x13\ \x9c\x19\xe2\x73\xef\x29\x7d\x99\x9e\xae\x61\x78\xe8\x63\xbc\xd8\ \x9e\x1d\x57\x7c\x59\xee\x35\x81\xd2\x6b\x74\x74\x61\x0b\xd6\x5c\ \x7c\xac\xf4\x47\x57\x10\xd5\xab\xc7\xbf\x93\xe4\xcb\x84\xea\x72\ \xdf\x6b\xb9\x58\xec\xde\xb6\x77\xc7\x03\x96\x8b\x0d\xc5\x35\x6b\ \x8d\x89\xdd\xbc\xc1\x8e\xd7\xb0\xcd\x20\x39\x7c\x96\x5e\x3f\xad\ \x03\x75\x19\x5b\x4b\x04\x14\xc1\x2f\xde\x6a\x03\xba\x98\xb5\xb9\ \xda\x9a\x4b\x48\xd9\xb3\x27\xed\xf9\xd3\x53\x5d\xd6\x50\x07\xc1\ \x8d\xfb\x74\x2b\xb6\x79\xb6\x55\x1f\x64\x40\x70\x76\x84\x7f\xfe\ \x4a\x10\x5f\x66\x9b\xb2\xa4\x80\x3b\x76\xe4\xbb\xbb\x1b\xd0\x5c\ \x48\x36\x4d\xec\xc9\xa3\xc2\x76\xaa\x1d\x92\x5a\xbc\x21\x5a\xbc\ \x81\x4d\xbe\x25\x5b\xb2\x10\xaa\xfd\xef\x7f\xeb\x4c\xff\xb0\xa2\ \xe8\x72\xdf\x9b\x9b\xe1\xbd\x7b\x3e\x7f\xc7\xae\x4f\x6f\x50\x73\ \x9d\x3f\x77\x36\x4d\x46\x75\x9b\x21\x00\x71\xab\xb5\x7d\x61\x71\ \x6b\xb7\xc1\x09\x15\x1c\x3a\x4b\xff\xe7\x95\xa0\x13\x5e\x9e\xe6\ \x0a\x15\x3c\x7c\x8b\x0d\xd5\xc5\x8c\xe9\xd5\xd5\x5c\x3a\x34\xef\ \xbd\x19\xfe\xf5\x1f\xef\x08\x95\xd0\xf8\xab\x11\xc0\xa4\xa3\x73\ \x7b\x3f\xf1\x72\x1a\xde\xf9\xd0\x2f\x76\x17\x97\xd8\x9a\xad\xf7\ \x20\x05\x80\x10\x3a\xa1\xb4\x74\xcd\xf0\x0a\x12\x8a\x00\x6a\x82\ \xc2\x08\x12\x0a\x0b\x10\x06\x34\x9e\x99\x43\x08\x84\x1b\xe8\x87\ \x89\x68\x8d\xe1\xef\xfe\xf7\xf9\x0f\x8e\x04\x9d\xae\x1f\xfd\x8d\ \x00\x92\xa7\xa3\xde\xae\x83\xf3\x77\xa9\xed\x3b\x6f\x7f\xe0\x17\ \x4c\x9e\x6f\xc9\x68\x31\xd2\x5d\x45\x01\x33\x13\x05\x08\xa6\xb0\ \x56\xa9\x00\x38\x37\x42\x5a\x05\x20\x46\x80\x08\xd8\x30\x6b\x1d\ \x61\x35\xef\x0f\x01\xb5\x8a\x64\x03\x0b\x4f\x44\x27\x4f\x1c\x1b\ \xf4\xfb\x0b\x0b\x8b\x30\x61\xa9\xe5\xdc\xb9\x33\x48\xb4\x63\xe7\ \xae\x2c\xcb\xae\xc1\x4e\x96\x9b\xb5\xe1\x03\x82\x4e\x28\xed\xc0\ \x0f\x6d\x29\x3b\xae\x22\xa1\x02\xc8\xad\x28\x42\xcb\x42\x0a\x35\ \x96\x1b\xde\x69\xae\x0f\x5d\x91\xab\xab\xb9\x94\x4e\xdf\xda\xbf\ \xd4\x0a\x76\xec\xdc\xc5\xd6\x00\x11\x08\x80\xb0\x22\xb2\x37\x7f\ \xfa\xaf\xff\xf2\xeb\xd9\xd2\xed\xad\x47\xbf\x20\x72\x5d\x74\xc2\ \xb3\x96\x6f\xdc\xb7\xf0\xd9\x6e\xf2\xdd\x7e\xfc\x2f\x1e\x68\x2d\ \x27\x7c\xe6\xd4\xf0\x2f\x9e\x1f\xd0\x52\xe7\xb7\x3e\xd1\x5b\xd0\ \x70\xee\xf4\xe0\x4f\x9f\x1f\xa4\x1b\x06\x59\x10\xb1\xe8\x2f\x47\ \xc7\x0f\xed\xb9\xf3\x2e\x49\x07\xa0\x75\xd9\xc1\xd2\x5a\xbd\xe7\ \xe7\x9e\x7d\xeb\xe4\x4b\xdf\xf9\xda\x23\xff\xfc\xf7\x64\xeb\x06\ \x2f\x22\x26\x87\xdd\x8f\x3c\xfc\xaf\xf7\xf5\x4c\x5a\x0c\xdf\x7b\ \xf7\xb1\x1f\x1d\x3e\x78\xff\xc3\xff\x71\xf7\xf2\xff\xfa\xab\x57\ \x9f\x5d\xba\xe3\x9f\x7d\xa2\xbd\xff\xdb\x07\xde\xf8\xf8\x7d\xff\ \xf8\xfe\x3d\x37\x02\xaf\xbe\xb4\xff\x4f\x5e\x3b\x75\x7c\x33\xdc\ \x21\x3c\x7b\xe6\xcc\x23\x9f\x7d\x74\x7e\x61\x71\xea\x17\xab\xab\ \x2b\x3f\xfe\xe1\xd3\x4b\x37\xec\x81\x2c\x83\xeb\x43\x0a\x0b\x0f\ \xdc\xbf\x63\x69\x75\xe5\xbd\xed\xf3\xbf\xbd\x97\x56\x72\x39\x72\ \x78\xe5\xeb\x07\xd2\x7d\x77\xce\x7d\xe9\x9e\x76\x04\xfc\xe6\xa1\ \x95\x6f\xbc\x96\x8a\xba\xa4\x0d\x7f\xb5\xa3\xc5\x82\x01\xdd\x44\ \xd5\x22\xcf\xfb\xe7\x01\x29\x40\xe4\xbd\xf7\x7e\xed\xc9\x67\x3f\ \x48\xf8\x57\xbe\xfc\x8f\x82\x28\xb2\xc6\x5c\x17\x4f\x52\x20\x88\ \xf4\xce\x0e\x6d\x03\xfd\xfe\xa1\x73\xbf\xff\x9c\xf9\x57\xbf\xb1\ \xf4\x4b\x77\xf1\xfc\xbe\x6d\x1f\x1c\x38\xf3\x5f\xdf\x32\xbd\x18\ \x73\xd8\x14\x73\x8c\x56\xd8\x22\x91\xc9\xad\x0e\x8a\xb3\x27\x18\ \x91\xac\x8d\x97\x6e\x7a\xf9\x54\xff\x3b\x4f\x3c\xfd\xe0\x97\xff\ \xc9\xee\xdb\xef\x2e\xd2\x64\xeb\xae\x35\x0b\x76\xe7\xa3\xd1\xdf\ \xbc\xf0\xd5\x37\x92\xbd\x5f\xfc\xf4\x3f\xfd\xc4\xe8\xab\x56\xdf\ \xf0\xc9\x9f\xfd\xdd\xb7\x4e\xbe\x71\x5a\x6d\xdf\x16\xe9\x5d\xb7\ \x7c\xe5\xa1\x25\xf3\xd8\x93\xff\x76\x45\xe2\x00\x8d\x52\x6a\x33\ \xfc\x7e\xd1\x4a\xaf\xd9\xd3\x39\xd0\x81\x52\xfa\xba\x42\xfe\x05\ \xa0\xd3\xd6\xf3\x86\xfa\x31\x3c\xf7\xfc\xa9\x3f\x39\xd5\xfa\xea\ \xaf\xcd\x3d\x60\x82\x47\x3e\xde\x7a\xfc\xa9\x53\x2f\x9c\x87\x4e\ \x08\xa0\x11\x2f\xcd\x62\x5c\x6d\x56\x84\x11\x91\x20\x7a\x0d\x16\ \xde\x6e\x2d\x85\xed\x2e\x16\x19\xdf\x7c\xf7\xd7\x5e\x3a\x72\xf4\ \xe8\x3b\x0f\xde\x79\x4b\xd8\xee\xf1\xc6\x26\x74\x7d\xd4\x7c\x01\ \x31\x0c\xc6\xca\xe2\x8e\xf8\x97\xef\xe9\xcc\xa3\xc9\x95\x5e\xe4\ \xfc\x89\xc3\x19\x2b\x8c\x23\x75\x71\x90\xf2\xb2\xb0\x03\xb6\xf6\ \x5c\x77\xe9\xb9\xb4\x83\xbb\x3e\x06\xc9\x30\x5c\xdc\xfd\xb2\xe9\ \x7d\xfd\xf1\xa7\xef\xbb\x79\xe9\x86\xa5\x9d\xc6\x6e\x79\x3f\x57\ \x2c\x5b\x40\x35\x5a\x79\xe9\xd5\x63\xc7\x6f\xb8\xe1\x7e\x3d\x7c\ \xe9\x87\x07\x9f\xbf\xe3\x9e\xdf\xb9\x21\xc8\x47\x45\xf0\xb1\xdd\ \xb7\x9e\x38\xf2\xed\x13\x69\x11\xe8\x38\x0e\x5a\x9b\x95\xaf\xb8\ \xd0\xc4\x46\x01\xd9\xe0\x30\xc7\x8f\xa4\x01\x61\xb1\x16\x8c\xd0\ \xc7\xf6\x74\x1e\xbd\x2b\x36\x23\x33\xb7\x2d\x18\x7d\x90\xfc\xe4\ \x94\x41\x8d\xed\x88\x2e\x7d\xd4\x12\x5d\xe5\x93\x6a\x99\x0b\x0a\ \x9e\x7f\xf5\xf5\x3f\xfd\xf6\xf7\xdf\xed\xec\xd1\x77\x7d\xf2\x1b\ \x2f\xbf\xfd\xca\xfe\x03\xbf\xf9\xf9\xcf\x76\x95\xcd\xf3\xec\xfa\ \xd1\x59\x59\xc1\x46\x40\xa1\x30\xe0\xf6\xb9\xe8\x67\x16\xe8\xc9\ \xe7\xce\xfd\xe0\xb8\x8d\x5b\xaa\xa7\x64\xd5\xea\xdf\xfa\x7b\xf3\ \x7b\xa3\xf1\x1c\xc6\x8d\xed\x18\xcb\x2a\x78\xf7\xec\xf2\x5f\x7c\ \xeb\xdb\x4f\x1c\x1b\xc4\xf7\x3e\xfc\xaa\xed\xfe\xd9\x5f\xfd\xdf\ \xfb\xef\xfd\x99\x87\xee\xb8\x65\xb0\xba\x0a\xb8\xe5\xcd\x3f\x02\ \x70\x61\x92\x42\x74\xb7\xbd\xcd\x16\x7d\x50\xad\xf3\x27\xbe\xf9\ \xd2\xd9\xe8\xd3\xf7\xfc\x72\xc4\xc3\xd4\x70\xbb\xbd\xad\x48\x57\ \x17\x6e\xfa\xc2\x2f\xdd\xfd\x0b\xc4\xa9\x6c\xd8\x6a\x88\x94\x93\ \xca\xd6\xba\x1a\x24\xa5\xae\x2b\x9d\x95\x16\xcc\x08\x04\x22\x88\ \xbb\x77\xb6\x6e\x09\xcd\xff\xfe\xc1\xf9\x37\xfb\xd2\x8b\x49\x33\ \x43\x3b\xfe\xdd\xcf\xcc\x75\xf9\x52\xa1\x22\x7d\x95\xf7\x4e\xc1\ \x00\xa3\x95\x87\xef\xbb\xf7\xf0\x91\x23\x7f\xfe\xf8\x8f\x76\x2f\ \x2d\x1d\x38\xf8\xc6\x6f\x7c\xee\xef\xef\xcb\x4f\x3f\x71\xf6\x83\ \xed\x78\x5d\xb8\xcf\x6c\x61\xe7\x8d\xed\xbb\xba\xb4\xef\xf6\xe0\ \xd4\x41\x13\x6c\x83\xa3\x6f\xad\xfc\xc1\xd3\xa3\x5e\x9b\x28\x80\ \x97\x57\x7a\xbf\xf9\x99\xc5\x1d\xc7\x61\x57\x8c\x76\x93\x6c\x32\ \x03\x24\xa3\xe1\x7d\x8b\x9d\xbb\x6e\xdb\xf7\xc4\x33\xcf\x9e\x59\ \xb9\xef\xd0\xe1\x23\xb7\xed\xdd\xfb\xab\x77\xee\x39\xfa\xec\xf7\ \xcd\x4d\x0f\xe2\x15\x9a\x88\x75\x0d\x99\x0a\xd6\xe1\x0d\xfb\x6e\ \x7a\xa4\xb3\xe7\xd6\xfb\xb6\xf5\x9f\x7c\xfd\x95\x9b\x7f\xee\xd7\ \xc3\x40\xde\x78\xf3\x1b\x9f\xbc\xfb\x8b\xbb\xb6\x85\xdf\x3c\xf8\ \xc4\xdf\x79\xf8\x2b\x8f\xa6\xdb\xc3\xa5\xdb\xd5\xe8\xd8\x26\x79\ \x43\xa2\x88\xd6\x06\x2a\x11\x14\xd1\x56\x5f\xf5\x72\x11\x58\xf0\ \xd6\x5b\x3b\x37\x85\xf4\xf3\xbb\xf0\xc5\x23\xb6\xbd\xc4\x3f\x79\ \xe5\xdc\x1f\xbd\x6e\xe6\x5b\x14\x1e\x4f\xce\xdc\x3d\xff\x3b\x9f\ \x9a\x3f\x64\x5b\x5d\xe5\x66\x49\x5e\x8b\xd1\xa2\x14\x02\xe9\xd9\ \x93\x77\x8c\xde\xff\xf2\xe7\x1f\x1d\x26\xd9\x8b\xfb\x5f\xfd\xcc\ \xa7\x3e\xf5\xf3\x9d\x22\x79\xf7\x4d\x03\xc4\x2c\x70\x3d\x28\x2f\ \x04\x6b\x60\xe7\x62\xb8\xfc\xce\xca\x63\x6f\x15\x67\xde\x1f\xfc\ \xe0\x98\x59\xe8\xaa\x96\xc6\xc0\x9a\x6f\xfd\xf0\xcc\x8f\x97\xe1\ \xee\x9d\xf4\xcc\x4b\xfd\x63\x29\xa8\x0d\xaf\x07\x22\x30\x43\x56\ \x14\xf1\xd1\x57\xfe\xe1\x83\xf7\xde\x76\xdb\xed\xcf\x3e\xff\xb7\ \xdb\xb6\xcf\x7f\xe9\xa1\x8f\xe3\x91\x17\x8b\x22\x37\x5b\x3d\x68\ \x41\xd4\x81\x7c\xf0\xd2\xa1\xef\xe5\xe1\xde\x79\x75\xf2\xf1\xbf\ \xf9\x4f\xef\x0c\x46\xef\xbc\xfd\xd8\xdb\x03\x68\xc9\xb1\xef\xfd\ \xe8\xdf\x3d\x79\xf4\x64\x7a\xee\xbb\xdf\xfc\xdb\x6f\x86\xf3\x77\ \xeb\xe1\x2b\x2f\xbc\xfd\x13\xa6\x68\x53\x08\xa8\x8a\xca\xc9\xc7\ \xd3\x07\x0f\x49\x29\x75\x7d\x04\x8b\x28\x22\x96\xe1\xc6\x05\xfd\ \xda\xfe\xe5\x67\x4e\xd9\xc3\x87\xfb\xfb\x57\x61\x47\x47\x45\x01\ \xca\x20\xfd\x1f\x4f\x9e\x3b\x4e\xc1\xcd\xb1\xf9\x7f\x2f\x0e\x46\ \x6e\x10\xf1\xb5\xe6\x73\x01\x80\x20\x0d\x73\x63\x4f\xbf\x77\xdf\ \x2e\x9c\xfb\xc2\xa3\x67\xfa\xa3\xfb\x16\x63\x38\xfc\x42\x66\x39\ \x35\xd7\x05\xc2\x25\x00\x44\x70\xf6\xd4\xe8\x7f\xbe\x3f\x04\x84\ \x38\xa4\xe1\xe9\xe4\xb4\x40\x4b\xa3\x00\x20\x21\x14\xe6\xa9\x17\ \xce\x3f\x2e\x40\x84\x71\x88\x9b\x63\x97\x11\x53\xc3\xd9\xb0\xbf\ \xfd\xd8\xfe\xaf\x3c\xfc\xb3\x07\xf6\xdd\x74\xeb\xd2\x8e\xc5\x13\ \x07\x6c\x36\x1a\xe4\x5b\x1e\xe2\x12\x00\x52\x98\xbc\xfd\xf6\x9f\ \xbd\x79\x84\x11\x55\xa0\xdb\xa1\xc2\x63\xc7\x9e\x06\x6a\x05\xba\ \xd5\x3f\xf3\xe3\x03\xa2\xc3\xa0\xb5\x72\xe6\xa9\xef\x9d\xfc\xae\ \x00\x6a\xdd\x0e\x95\x1e\xd3\x52\x36\xe0\xe9\x91\x52\x45\x9e\xc7\ \xf1\xf4\xc8\xcb\x3c\xcf\x11\xe9\x7a\x70\xb9\x04\x40\x11\xbc\xfd\ \x56\xff\xf5\x43\x40\x0a\xdb\x01\x1e\x7d\x67\x28\x44\xa1\x2a\x1f\ \x4c\xb6\x9a\x3d\xf6\x4c\xca\x00\x4a\x61\x1c\x20\x5e\x5a\x94\x7e\ \x75\x35\x97\x35\x0b\x77\x7c\xfc\xc8\x81\x1f\x9f\x3a\x7e\x1c\x4f\ \xbe\xae\xe3\xf7\x28\x08\x9f\x39\xd8\x07\x5b\x24\x8c\xfa\xc1\xcf\ \xb6\x5a\xad\x2d\x3f\xa2\x8e\x00\x10\x40\x2b\xec\x79\x6f\x4a\xa1\ \xae\xa2\x69\x00\x40\xc4\x76\x84\x9b\xe8\x18\x0b\x4b\x67\xdb\xdc\ \xb9\x3b\x1f\x7a\xea\xb5\x1f\x44\x6a\x88\xef\x3f\xad\x3b\xdb\x0e\ \x1c\x7d\xdd\x26\x43\x16\x19\xee\xba\xf3\xc6\x5b\x6e\x17\xbb\x85\ \xf3\xb9\x6e\x66\xbd\x0a\x82\x6d\x75\x0a\xb0\xd6\xa5\x36\x51\xaa\ \xad\xaa\x1f\x62\xd5\xde\xc4\x88\x44\x00\xe6\x17\x17\xdf\x3c\xf8\ \x7a\xbb\xdd\x9e\x0c\x26\x24\x49\x46\xdb\x17\x16\x8a\x22\xc7\xad\ \x1e\x64\xb8\x0d\x1f\x06\x14\x56\xab\x1f\x06\x04\xb5\x0d\xaf\x14\ \x76\xd5\x04\x4d\x17\xaf\x35\xcd\x25\x6c\xe7\x6f\xbe\x0d\x7f\xfb\ \x5f\x0e\x56\x97\x01\xd1\x08\x83\x08\x20\x01\x62\x57\xe9\xf9\xdd\ \x7b\x02\x45\x5b\x58\x73\xe5\x06\x6e\xd9\xce\xbf\xff\xb9\x1c\x2f\ \xff\x00\x74\x02\xc9\xd7\xab\x5b\x44\x38\x8a\xe3\x1b\x3f\xf7\x95\ \xe5\xfb\x1f\xb1\x22\x22\x92\x0b\x03\x22\x20\x91\xc0\x8d\x0b\x8b\ \xdb\xe6\x17\xb6\xaa\xe6\xb2\x5c\xfc\xca\xbd\xff\x86\xc5\xc0\x7a\ \x42\x3f\x51\x14\xe5\x66\xb4\x91\x0b\x68\x77\xba\xd4\xa3\xd9\x8c\ \x79\xd4\x6a\x8b\x88\xd9\xd2\x04\xa0\xc4\xe0\xdf\xbd\xc5\xde\xbf\ \x87\xd7\xa1\x9c\xa3\x0f\x73\x79\xaf\xae\xcf\x25\x82\x00\x8b\x4b\ \xbb\x17\x77\xef\x59\xe3\x97\xd6\x6e\x6d\x0e\xaa\x00\x68\x82\xf9\ \x78\x3d\xaa\x99\x79\x63\x81\x05\x73\xbb\xdb\xe9\x6c\xbb\x7b\x4d\ \x7b\xb2\xa5\x99\x28\x12\x87\x73\xae\x5e\x60\x3d\x00\x0d\xf0\x06\ \xf7\xa4\xb5\xd6\xae\xb5\xbc\xf6\x3a\x18\x3c\x2e\x02\x91\x86\x38\ \x58\xcf\xce\xfd\x50\x08\xe3\xa7\x50\x71\xcd\xd6\x02\x5c\x47\xa4\ \xad\x29\xe5\xf5\xd3\x42\x95\x84\x59\x98\xaf\xc3\x35\x67\xb9\x4e\ \x37\xdb\x35\xa2\xbc\xec\x95\x09\xa2\x9a\xfe\x5c\x8d\x34\xd2\xc8\ \x47\x4f\x1a\xcd\xd5\x48\x23\x8d\x34\x9a\xab\x91\x46\x1a\x69\xe4\ \xca\xcb\x95\xc5\xb9\x38\x8c\x25\x6a\x83\x70\xb3\xd0\x9b\x25\xa2\ \x02\x09\x5b\x17\x7f\x89\xe8\x90\xa3\x4e\xb3\x56\x9b\xbc\xf2\x61\ \x0b\xa8\xb1\xf4\x5b\x5e\x73\x21\xa2\xb5\x0b\xdf\xff\x6f\x70\x19\ \x45\x94\x8d\x5c\xc2\xf9\x41\xa2\x3c\x11\x52\x17\xca\x72\x48\xd0\ \xea\x1c\x78\x2a\x3a\xf6\x3a\x72\x83\x4c\x6f\xea\xca\x13\xe9\xf3\ \xc7\x45\x05\xcd\x52\x6c\x65\xcd\xd5\x26\xe9\x2a\xec\xbc\xfb\xc2\ \x25\x33\xcb\x1a\xb9\xd4\x13\x04\x48\xd8\x8a\xdb\x7a\x9a\xef\x22\ \x00\x21\x8a\x0e\x83\xc5\xf3\x47\xe1\xcc\x61\xc0\x66\xd9\x37\x77\ \xe1\x45\x82\x88\x22\xad\x66\xba\x3c\x22\x62\x1c\xc7\x6b\x76\xb3\ \x69\x64\x53\xa4\xdb\xed\x46\x51\x54\x27\x7b\x6e\xbe\xe6\x42\x00\ \x01\xfc\xcf\xa7\xda\xe7\x4f\x9f\xca\x8b\x02\x9b\xf3\x73\x05\x84\ \x70\x38\x28\x38\xa8\xba\x77\x3a\x89\x51\x9e\x1a\xc6\xcf\x9c\x18\ \x2c\xaf\xac\x62\x13\xd7\x5c\x11\x49\x14\xc2\xdb\xfd\x3c\xd4\xe3\ \x80\x5d\x29\xb5\xb2\xb2\xf2\x87\x7f\xf8\x5f\x3e\x38\x75\x8a\x99\ \x1b\x83\x71\x45\x3c\x2c\xa5\x4e\x9f\x3e\x15\x45\xe3\x1a\x9b\x2b\ \xe2\x73\x09\xc0\x8b\x49\x74\x6c\x85\xd2\x54\x9a\xe7\x78\x65\xcc\ \x3f\x28\xc4\x76\x2b\x8a\xa2\x71\x7b\x75\x8d\xf0\x4e\x1e\x9c\x1c\ \x84\x67\xcf\x09\x51\x13\xa1\x5f\xa9\x95\x6f\xa9\xb0\x17\xc7\xbe\ \x8e\x9a\x88\x92\x24\xdd\xff\xca\x2b\xc7\xde\x7f\xcf\x18\xd3\x98\ \xea\x2b\xb4\xec\x41\xa0\xbb\xdd\x5e\x10\x86\x4e\x79\x5d\x19\xcd\ \x25\xd2\x0d\xd4\xed\x37\xdf\x64\xd9\x36\x8f\xf1\x4a\xc6\x8d\x10\ \x04\x81\x1f\x21\x23\x00\x1a\xf8\xa6\x1d\x0b\x4b\x73\xbd\x66\xd9\ \xaf\xe8\xb2\x2b\xa5\x88\xc6\x95\x6a\x88\x30\x37\x37\xd7\x69\xb7\ \x59\xa4\x59\xf9\x2b\x28\x88\x41\x10\x5c\x41\xcd\xe5\x94\x97\xd2\ \x4a\x81\x6a\x56\xfb\x0a\xdb\xa2\x35\x7c\xab\x06\x70\xb9\xfa\x2b\ \x2f\x22\x3a\x68\xc0\xfb\xab\xb7\xec\xff\x1f\x99\x1d\x69\x08\x55\ \x23\xd9\x35\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ \x00\x03\x2a\x53\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\xf4\x00\x00\x02\x43\x08\x02\x00\x00\x00\x72\x93\x71\x8d\ \x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\xec\x9d\x77\x9c\x14\x65\ \xd2\xc7\xab\x9e\xe7\xe9\x34\x33\x9b\x23\xbb\x2c\xcb\x2e\x4b\x46\ \xb2\x82\xa2\x28\x8a\x0a\x8a\x8a\x39\xa3\x98\xd3\xe9\x19\xce\x53\ \x4f\xef\x3c\xd3\x7b\x41\xef\xd4\x53\xcf\x03\x41\x8c\xa7\x98\x03\ \x20\x26\x10\x44\x89\x92\x73\x4e\x9b\xf3\xcc\xf4\x74\x78\xc2\xfb\ \xc7\xc2\xba\xc0\xa2\xa8\xe0\x29\xf4\xf7\x83\xb8\xd3\x3b\xf4\x74\ \x57\xf7\xfc\xba\x9e\x7a\xaa\xea\x41\xa5\xd4\xa6\x8d\x1b\xde\x78\ \xe3\xd5\xd5\xab\x96\xbb\x6e\x02\x91\x40\x40\x40\x40\x40\xc0\xaf\ \x1c\xb6\x61\xfd\xba\xbf\xfd\xf5\xcf\xb5\x35\xd5\x86\x61\x21\xa1\ \x4a\xa9\xc0\x28\x01\x01\x01\x01\xbf\x7a\x71\x7f\xf3\xcd\xff\x56\ \x55\x55\xea\xba\xe9\x73\x01\xd0\x52\xd9\x11\x71\xc7\x4f\x4a\xc1\ \xae\xbf\xfa\x41\xef\xd9\xf7\xb7\x05\x04\x04\x04\x04\xec\x1f\x68\ \x6e\x4e\xba\x02\x50\x4a\x35\x6b\x2e\x02\x00\xa2\xe3\x73\xdb\xf3\ \x1d\x9f\x73\x21\x19\x45\x44\xdc\xcd\xa9\x6f\xda\xe2\xba\x9e\xe7\ \x79\x9c\x73\x00\x20\x84\xec\xe9\xf8\x23\x22\xe7\xdc\xf3\x3c\xdf\ \xf7\x85\x10\x84\xb4\xb2\xab\x03\x01\x22\x00\x7c\xcf\x07\x35\x9d\ \xe9\x2f\x73\xb0\xb2\xf3\xf8\x7f\xd8\xb3\x70\x5f\xce\x3a\x20\x20\ \xe0\x90\x10\xf7\x8e\x25\xed\x11\xb0\xa5\xde\x71\xa5\xea\x63\x89\ \x2c\x8d\x74\x8e\x58\x05\x96\x66\x21\x56\x46\x6d\x4f\x29\x9d\x7d\ \x1b\xb4\x41\x44\xc7\x75\x12\x8e\x17\x0e\x27\x87\xc3\x49\x9a\x6e\ \x7a\x3e\x8f\xc7\x63\x9a\xc6\x5a\xee\x5d\x29\x15\x8d\xc5\x09\xd1\ \x92\x92\x92\x4d\x2b\x42\x08\x8b\xc5\x62\x52\x70\xc6\xd8\xfe\x16\ \x20\x25\xa5\x84\xe6\x01\x02\x82\xef\xf3\x44\xc2\xd5\x34\xfa\x1d\ \x3a\xe8\xfb\xdc\x71\x5c\x4a\xe9\xf7\xef\xfd\x67\x57\x76\xee\x8b\ \x78\xdc\x66\x8c\x7e\x3b\xea\xf9\xde\x7f\x05\xe0\xba\xbe\xeb\xfa\ \x8c\xd1\xe0\xce\x0e\x08\x38\xc4\x61\x4a\x29\x29\x65\xf3\x6b\xa1\ \x54\x22\xe6\x9c\x5f\x9c\x39\xbc\x30\x23\xdb\xd4\x34\x02\x0d\x9e\ \x58\x51\x6b\x8f\x5f\x59\xba\x35\x9e\x48\xb6\x0c\xa9\x14\x22\xc6\ \xe3\x09\xdd\xb0\xfa\xf5\xeb\x91\x9e\x9e\xa6\x69\x9a\x94\x32\xe1\ \x38\x9b\x36\x6e\xda\xb0\x61\x5d\x24\x6c\x35\xeb\x51\x34\x6a\xb7\ \x6b\x5f\xd4\xa1\xb8\x28\x14\x0a\x11\x42\x38\xe7\xb5\x75\xf5\x2b\ \x96\x2f\x8f\xc6\xa2\xe1\x90\xd5\x8a\xbe\x23\xa2\x92\x76\xdc\xf6\ \x84\x04\x40\xca\x58\xc8\x32\x68\x6b\x03\x82\x5d\x45\x0d\x1d\x1f\ \xa5\xf0\x23\x4c\x0a\xcd\x00\xa5\x7c\x41\x49\x28\xbf\xa4\x3d\xa9\ \xdb\xb0\x21\xce\x0c\x40\x40\xa5\xe2\xb1\xb8\x2f\x15\x00\x52\xca\ \xc2\x21\x53\x2a\xaa\xac\xdc\x92\x76\x46\x6c\xeb\x9a\x1a\xb0\x08\ \xb6\x2e\xb2\xb6\xed\x0a\xa9\x92\x22\xa6\x54\xdf\xa1\xc5\x28\xb9\ \x1f\x8b\x27\x24\x00\x02\x32\x4d\x0b\x59\x06\x20\xc2\x8f\x7d\x80\ \x09\x81\xc2\xcc\xe9\xd9\x35\x2b\xbe\x66\xc1\x76\x61\x90\x7d\xd0\ \x77\x04\x95\xe0\xba\x95\xd6\x36\x3f\x92\xa8\xdc\xb2\xcd\xd5\xcc\ \x20\xfc\x15\x10\x70\x48\x7b\xee\x5d\x3a\x97\xc0\x4e\xcf\x5d\x21\ \x46\x63\xf6\x15\x45\x69\x17\xb5\x8b\x84\x3c\xdb\xb5\x63\x4e\x3c\ \xa6\x73\xa7\xc0\x80\xde\x99\xe1\x39\x65\x8d\x8d\x0a\x35\x4a\x3d\ \xcf\x43\x42\x8f\x38\xe2\xf0\x70\xd8\x72\x5d\xd7\x71\x1c\xcf\x73\ \x11\x21\x3b\x3b\x0b\x91\x96\x95\x95\x1b\x86\x06\x40\x1a\xa3\xf1\ \xf6\x45\xc5\x5d\xbb\x74\x42\x04\xd7\x75\x5d\xd7\x95\x52\x84\x2c\ \x33\x3b\x27\xbb\xbc\xbc\xd2\xf7\x5a\x73\x99\xa5\x72\x04\xcd\x29\ \xee\xde\xb9\x7d\xfb\x82\x82\xb6\x69\x16\x36\x56\x55\x09\x64\x88\ \x20\xa5\x94\x52\x29\x85\x80\xd8\xe4\xa7\x4b\xa9\xa4\x02\x04\x68\ \xb4\x21\xbb\xdb\xd0\x07\xee\xba\x38\xb1\x68\xfa\xba\x06\x41\x89\ \xaa\x6a\xd4\x7a\x1f\x7f\xe1\x0d\xe7\x77\x9a\xf3\xe1\x17\x09\xcd\ \x90\x12\x1d\x11\xca\x2b\xe9\xd6\xa9\x7d\xbb\x82\x82\x82\x34\x0b\ \x1b\xaa\x2b\xeb\x1a\xf5\x5e\x27\x8f\xbc\xee\x8c\x7e\x6b\x3e\x99\ \xb4\x5d\x9a\x94\x90\x6f\xc7\x00\x42\x4a\x05\x88\x68\xbb\x5a\x76\ \x71\xf7\x5e\x85\xa9\x8d\x5b\x37\xd9\xa4\x49\x64\x95\x92\x52\x48\ \xa5\x00\x9b\x47\x3c\xc2\x57\xdc\xcc\xea\xd4\xa5\x4b\x51\x41\x61\ \xdb\xfc\x36\x61\xea\xd7\x55\x56\x29\xc2\x10\x49\xf3\xa1\x36\xbd\ \x5f\x49\x21\x14\x22\xa2\x92\x4d\x1f\x01\x4a\x4a\xa1\xb0\xf9\x04\ \x9b\xce\x28\x16\x87\xbc\xc3\x06\xdd\x7c\xcd\xa9\x15\xd3\x26\x6d\ \x74\x19\x21\xa4\xe9\x98\x76\x7e\xe8\x8e\x63\x90\x0a\x76\x5e\x3b\ \xa5\x84\x5f\x16\x4b\x3d\xe3\x92\x2b\x46\xf4\x0f\xcd\x9e\x3a\xd7\ \x0f\x99\x4a\x48\x21\x95\x52\x88\x4d\x87\xad\x94\x14\x52\x4a\x05\ \x80\x00\x18\xdc\xfa\x01\x01\x07\xb9\xe7\x2e\xa5\x6c\x72\xb4\x11\ \x31\xe1\xf9\xdd\x42\x64\x58\x06\x46\xeb\xaa\x37\xc4\xfd\x4c\x9d\ \x66\x99\x74\x69\xb5\x97\x67\xb1\x5c\x4b\x3b\x37\xdf\x7a\x66\x73\ \x9c\x13\x74\x7d\xbf\x4b\xe7\x2e\x88\x18\x8b\xc5\x9b\x77\xe4\xfb\ \xbe\xeb\xba\x79\x79\x6d\x2a\xca\xcb\x5d\x37\x81\x08\xa1\x50\xb8\ \x5d\x41\xdb\xfa\xfa\xfa\x95\x2b\x57\x52\xca\x00\x40\x08\x9e\x94\ \x94\xd4\xb9\x73\xa7\x0e\xc5\xc5\xcb\x97\x2f\x63\x4c\xee\xae\xed\ \xdc\xf7\xf4\xb4\x0b\x6e\xba\xa5\x7f\x28\x5e\x6b\xfb\x00\xb0\xed\ \x9b\x29\xe3\x5e\xf9\xa8\x5a\x44\x08\x52\x82\x80\x5e\x82\x10\xe4\ \x34\x24\x05\x50\x82\xa0\x38\xf7\x6c\xc4\x48\xac\xb1\x72\xc9\xd2\ \x95\x15\xb6\xf4\x3d\x70\x04\xd3\x98\x8a\x98\x54\x49\x5f\x49\x90\ \x52\x72\x01\x2e\x4d\x39\xe7\x86\x9b\x07\x46\x62\x95\x8d\x3e\xd3\ \x70\xeb\xfc\xc9\xff\x78\x7a\x32\x97\x0a\x29\x53\x56\x2a\x8f\x0a\ \xe2\x7b\x9a\x65\x71\x9f\xc7\x7c\x12\xd2\x29\x4a\x47\x70\xde\xe8\ \x64\x9d\x36\x7c\xc4\xf0\xac\xaa\x47\x96\x2e\xab\xe3\x92\x52\xa8\ \x77\x25\x10\xcd\xa0\x12\x9c\x38\x32\x8d\xe9\x3a\x80\x72\xe2\x7e\ \x6a\xd7\xde\x37\xdd\x71\x51\x38\x5a\xd9\xe0\x48\x9d\x8a\xb5\xf3\ \x3e\x99\xf8\xda\xa4\x6a\x19\x8e\x7b\xc0\x18\xd3\x50\x80\x13\x53\ \x2c\x0c\x9a\xc1\x78\x8c\xa3\xee\x2b\xa6\x61\x42\x09\xdd\x95\x2c\ \x49\xf3\x12\x1e\xe3\x0a\x19\x41\x50\x42\xf0\x84\x14\x11\x00\x90\ \x42\x48\x00\x25\x45\xa3\xad\x08\x61\x3a\x55\xe0\xc4\x88\x66\x02\ \xd5\x3d\x81\x1a\x01\x25\xb8\xf2\xe3\x34\x14\xb6\x1d\xa5\x80\x84\ \x74\x65\xe9\x4d\xa1\x33\x15\xb7\xb9\x00\xcd\xd2\x40\xb9\x31\x20\ \x3a\xd1\xcd\x84\xc7\x75\x4a\x00\x80\x81\x22\x18\x44\xe5\x03\x02\ \x0e\x81\xb0\x4c\xf3\x0b\xdb\xf5\x07\xa4\x11\x12\xab\xf3\x85\x5c\ \x1b\x67\x9f\x96\xc5\x3b\x19\xf2\x1b\xcf\x18\xdd\xc6\xb7\xbd\x58\ \x4f\x5d\x4f\x41\xd9\xc8\x05\x25\x2c\x29\x29\xd9\xb6\xe3\x2d\xd3\ \x60\xa0\xc9\x39\x54\x32\x3d\x23\x7d\xd3\xa6\x8d\x88\x90\x9f\x9f\ \x23\x04\xb7\x6d\x5b\x29\xe8\xd1\xa3\xbb\x10\x22\x1e\x8f\x6f\xd8\ \xb0\x21\x91\x70\xc2\x91\x90\xa6\x1b\x9c\xfb\x4d\xa2\xdf\x72\x0f\ \x04\x81\x51\x58\xf8\xe6\xdf\xae\x7e\xfa\x9b\xb3\xef\xfc\xe7\xfd\ \xe7\x9d\xfc\xc1\xeb\x1f\x57\xe5\x1f\xf5\xe7\x9b\xce\xca\x0d\x41\ \xdd\x96\xc5\xe3\x9f\x1a\xbb\x86\x75\xb8\xe3\xce\xd1\x9d\x33\x23\ \xe0\x36\xcc\x9b\xfa\xe6\x84\xd7\xa7\x1b\x56\xa4\x47\xef\x9e\xeb\ \x27\x4e\x50\x39\x47\xdc\x72\xfd\x45\xfd\xda\x25\x09\x5f\x36\xd4\ \x2c\x55\xa0\xa4\x52\x4a\x02\x32\xa5\x94\x58\xf6\xc1\x93\x37\x3c\ \x35\x6f\xd0\xa8\x3f\xfe\xf5\xaa\xe1\x5d\xde\x98\x19\x4f\xc4\x59\ \x56\xfb\x5b\xfe\x39\x96\xc7\x4a\x27\xbf\xf4\xdc\x87\xb3\x57\x45\ \x93\xbb\x9e\x3f\xfa\xc2\x11\x47\x76\x52\xf5\x9b\x27\xff\x77\xfc\ \x8b\x53\x4b\xe3\x0d\x8d\x66\xdf\xde\x0f\x8e\x79\x76\xee\xa4\xf1\ \x8f\x8f\xfd\x32\xf7\x98\x33\xae\xbf\xf4\x94\xae\xb9\xe6\xfa\x05\ \xd3\x5e\x7a\xf1\xf5\x8d\x8d\x3e\x33\x68\x93\x9b\xaf\x62\xe5\x13\ \x1f\xfb\xdd\x0b\x0b\xc4\xa0\xb3\x47\xdf\x33\xea\xec\xda\x2d\xeb\ \x9f\x9d\xb4\xbe\xdb\xb0\xf3\xaf\x3d\x6f\x48\x41\x92\x58\x32\xfd\ \x83\x27\x9f\x9f\xd4\xe5\x82\x3f\xdc\xd4\x71\xc9\x15\x77\xbe\x39\ \xfc\xa6\xdf\xf6\xd7\xe6\xdd\xfb\xd7\xaf\x6f\x1a\xf3\xd7\x8c\xe9\ \xe3\x9e\x9e\xcf\x6f\xbb\xfd\xca\x4e\x99\x61\xea\x35\x7e\xf9\xde\ \x2b\x2f\xbc\xf1\xb5\x68\xba\x2e\x4a\x35\xd8\xd0\x61\xc0\xf0\x6b\ \x2f\x3e\xb9\x53\x06\x5d\x35\xfb\x93\x17\x5f\x9c\xb8\xc8\x4e\xbd\ \xfc\xb6\x3b\x4e\xeb\x1c\xf6\xdc\xc6\x59\xef\xbd\xf8\xd2\x7b\x8b\ \xd2\x0e\x3f\xe3\xa6\x2b\x46\x94\xa4\x6a\x0a\x61\xe3\x52\xde\x98\ \x10\x91\xee\x47\x5d\x7b\xe9\x69\x5d\x73\xcc\x8a\xb5\xf3\x5e\x1e\ \xf7\xc2\x82\x1a\xfd\x82\x9b\x6e\x1c\xd6\xbb\x24\xdd\x8c\x3d\xfa\ \x8f\xc7\xe7\x2d\xde\x62\x99\x7a\x70\xf7\x07\x04\x1c\x2a\x9e\xbb\ \x90\x2a\x55\x24\x84\xed\x7a\x5c\x9d\x9a\x1c\x79\xd2\xd6\xc6\x55\ \x3a\x0f\x76\x26\xe9\x7e\xa3\xed\x8b\xb0\xae\x6b\x92\x0a\xa9\x31\ \x40\xa5\xa4\x10\xbc\xba\xba\xa6\xb6\xb6\x8e\xd2\x1d\x01\x8d\x82\ \x82\x76\x96\x65\x10\x82\x42\x08\x82\x88\x88\xbe\xef\x73\xce\x95\ \x92\xb1\x58\x4c\x29\xe9\x38\x09\x00\x70\x5d\x97\x32\x0a\x00\x42\ \x28\xc4\x5d\x9c\xf7\xa6\xc8\x8b\xe7\xf9\x9d\x86\x5c\xf2\x64\x87\ \xd3\x52\xf3\xd2\xd7\xcf\x9d\x5b\xe3\xb9\xce\xa6\x45\x13\xc6\xd6\ \x66\x65\x15\x9c\x76\xd1\xa9\x43\xfb\x7e\x55\xb6\xc6\xc8\xcf\x36\ \x3f\x7d\xf2\xe1\xaf\xb5\x23\xfe\x70\xfd\xa8\xb2\xd5\xeb\x67\xf8\ \x5c\xd7\xd0\x56\xe9\xc3\xcf\x3f\xbb\x3b\xdd\xf4\xc8\x1f\xde\xe9\ \x70\xd2\xe8\x53\x7b\x32\xb5\x23\x2a\x02\x4a\x81\x52\x8a\x99\x29\ \x79\xed\x0a\xda\xb5\x49\x51\xbe\xe3\x72\x9f\x68\x86\xa8\xdb\xf6\ \xec\x3f\xc7\x24\x8f\xb8\xe5\xd2\x73\x8e\x9f\x32\x6b\xfd\xc0\x53\ \xce\x3a\xad\x87\x36\xe6\x81\x7b\xb1\xf7\x39\xd7\x5f\x71\xc5\xd2\ \x6f\x1e\x91\x4c\x6b\xdc\xb4\xf8\x3f\xff\x7e\x79\x73\xbd\xad\x72\ \x7b\x5d\x73\xed\x59\x74\xce\xeb\xb7\x3d\x55\x7d\xf9\xcd\xd7\x5c\ \x32\xb2\xea\xf1\xb1\xef\x45\x59\xaa\x52\x12\x00\x94\x02\x46\x31\ \x2d\xe4\x7f\x3d\xf5\xcb\xc5\x43\xfb\x77\xc8\x6f\x97\x5b\x14\xb9\ \x6e\xf4\x89\x5b\xdf\x7c\xe6\xf1\xf5\xc9\xb7\xdd\x76\xc1\x25\x9b\ \x37\xbe\x3b\x67\xb6\x77\x4c\x9f\x8e\xed\x8b\x72\x0b\x4b\xda\xbb\ \x65\xc5\x25\x5d\x3a\x86\xec\xa9\xab\x36\x82\xd5\xbb\x20\x4b\x9b\ \xf4\xd8\x83\xeb\x3a\x9f\x7b\xe7\xe9\x23\x66\xce\x98\x5b\xe5\x71\ \x04\xf0\xb9\x22\xa9\xdd\xae\xbb\xf6\xf4\xc4\x27\x13\x7e\x3b\xcf\ \xbb\xfe\xb6\xd1\x17\x8e\x28\xdd\x3c\x61\xda\x67\x13\x5f\xd8\x9c\ \x9b\xde\xeb\xd8\x13\x8f\x3a\x69\xf8\xa7\xd3\x2a\x4e\xb9\xe4\xb4\ \xe4\x2d\xd3\xef\xfe\xfb\xe2\x61\x97\x5f\xdd\x51\x97\x71\xd6\xf6\ \xa6\xab\xcf\xc9\xd8\x32\xe3\xb1\x37\xca\xce\xbd\xe2\xd2\x73\xcf\ \x5c\xb7\xe0\x89\xe5\x1d\x7b\x14\x97\x4f\x7b\xe3\xe1\xcf\xbf\x69\ \x48\xd8\xba\x46\x5b\x4e\xb4\x04\x04\x04\x1c\x94\x9e\x7b\xcb\x97\ \xd8\xe0\x72\xa9\xf9\xa8\xe0\xd3\x2d\xb5\x9c\x65\x9c\x51\x98\xfa\ \xe1\xa6\x8a\x0b\xd3\xbc\x08\xc3\xa8\x03\xbe\xb2\x40\xa1\x90\xd2\ \xb6\x13\x00\x2a\x35\x35\x35\x23\x33\xb3\x79\xda\xd0\xf3\x3c\xd7\ \xf5\x12\x09\x07\x01\x01\xd0\x71\x5c\xd7\xf5\x7c\xdf\x97\x52\x0a\ \x21\x84\x10\x9c\x0b\x21\x24\xe7\xbe\xeb\x79\x42\x70\x80\xdd\x67\ \x1c\x95\x02\x05\x80\xa0\xe2\xb5\xf5\x5a\x56\x71\xb7\x2c\xef\x5f\ \xff\x9a\xb8\xac\x36\xe9\x98\x91\xc3\x2f\x1d\x56\xbc\x7d\x5d\x39\ \x0a\x08\x31\x9d\xa0\xe4\xdc\xaf\xdb\xb0\xea\xeb\x8d\xd5\x8b\x2e\ \x1a\xda\xad\x6d\x9b\xaf\xb7\x48\x25\x39\x44\x72\x3a\x64\x26\x6f\ \x5c\x3b\x69\xd6\xac\x55\xf4\xb0\x28\xe9\x8b\xa0\x76\xec\x13\x10\ \x7c\xcf\x2b\x1a\x7a\xf5\x4b\x27\x93\x58\x5d\xf9\x94\x97\x5f\x5b\ \x51\x69\xf7\xd4\x34\xe9\xc4\xb7\xac\x58\xe2\xb6\xdd\x3e\xaa\x4b\ \x84\x45\x72\x3a\xe7\xe7\x55\x6c\x9a\xf1\xd5\xb4\x79\xc4\xce\x3b\ \xe7\xb4\x6b\x7a\xb4\x4d\x69\x00\x70\xa3\x75\x15\xab\x97\x97\xea\ \x39\x49\x9d\xba\x97\x24\xdb\x2f\xcf\x9c\xb3\xe8\x8b\xf2\x99\xc3\ \x4e\xbb\xbc\x6d\x71\x9a\xe9\xd7\xf2\x6f\x4f\x42\x0a\xee\x24\x7c\ \x4c\xd3\x4d\x9d\xb9\x5c\xa4\x66\x77\xcd\x65\x15\x2f\x4c\x9b\xbb\ \x70\xa3\x3e\xf7\x82\x91\x47\x15\xb6\x9d\x30\x7f\xf1\xca\x9a\x61\ \x23\x4f\xea\xaf\x99\xd5\x71\x9a\x7a\xdc\x39\xc7\xd0\x8a\xd2\x4d\ \x1b\xb6\x40\x87\x7e\x92\x7b\x95\xeb\x57\xcc\x69\xd8\xe0\x0d\x3b\ \xdc\x0c\x45\x50\x2a\x00\xe5\xb8\xbe\x95\xd7\xb5\x7d\xb8\xf1\x99\ \x19\x73\x16\xcd\x8b\xcd\x3a\xf3\xf4\x33\xf3\x0a\x73\x0a\x7b\x9e\ \x75\xc5\x05\x29\x8d\x65\x5e\x98\x81\x87\x29\xd9\xed\xdb\x27\x93\ \x45\x93\xe7\xce\x99\xb7\xb5\xd7\xe9\x76\xe7\x0c\x61\x64\x14\x17\ \x85\x35\x92\x53\x72\xe2\x90\x1c\xaf\x7a\x63\x65\x23\x09\x69\x20\ \x84\x8a\x95\x6d\xde\xbe\x76\x15\xa6\xe5\x32\x1a\xc4\x65\x02\x02\ \x0e\x1d\xcf\x1d\x40\x67\xb8\x20\x06\xc7\x9b\x42\x0a\x19\x49\xc9\ \x38\xcb\x54\x79\xb2\x6a\x6e\x5e\x3a\x4f\x54\x6a\xd2\x5f\x91\xa0\ \x75\x92\x52\x54\xbe\xe0\xb5\xb5\x75\xa9\xa9\xc9\x9e\xe7\x41\x93\ \x1a\xef\x84\x52\x5a\x5b\x5b\x47\x19\x45\xc0\xfa\xfa\xfa\xf4\xf4\ \x54\x29\xa5\xef\xf3\x75\xeb\xd7\x23\x00\xe7\xc2\x30\x74\xce\x45\ \x43\x43\xa3\xe7\x79\x86\xce\x76\xf3\x1f\xa5\x94\xa0\x80\x69\x5a\ \xd9\xfc\x77\xef\x9f\x95\xfa\xc4\xa3\xb7\x0e\x3f\xf9\x98\x4f\xb7\ \x2e\x39\xf2\xa8\x41\x56\xf5\xe4\xe7\xc6\x7d\x79\x7e\x51\xcf\x02\ \x46\x40\x29\x44\x1a\xce\xc9\x2b\x0c\x75\x29\x4e\x82\xc5\x75\x0d\ \x5c\xa4\x22\x52\x15\xaf\xd9\x5c\x17\x3f\xad\x53\xaf\x5e\x3d\x97\ \xa6\x26\x1b\x08\x3e\x2a\xd8\xe1\xb9\x4b\xc5\x34\x6d\xeb\xac\x57\ \x1f\x7f\x67\x09\xe7\xf1\x86\xba\x7a\x9b\xa4\x10\x54\x80\x44\x37\ \x4d\x81\xa0\x00\x89\xd7\xb8\xa5\xba\x66\x68\xdf\x2e\xdd\x7a\x75\ \xc0\x1e\xbd\xb2\xa0\x76\x63\x79\xbd\xc5\x21\x25\x33\x37\xab\x7d\ \x51\x4d\x9d\xe2\xb5\xeb\xb7\xbb\xc3\xfa\xf7\xee\x3a\xb3\x32\xa3\ \x5f\x51\x4e\xed\xd6\xc5\x0d\x09\x82\x96\x92\x52\x2a\x04\x20\xc4\ \x4c\xce\x0c\x67\x1b\xe7\x5f\x72\xc6\x61\xe9\xf1\x97\x97\x2e\xde\ \x5a\x2d\xa3\x78\xc2\xe1\x7d\x3b\xad\x8d\xa4\xf4\xcc\xb5\xca\x16\ \xd6\xd4\x6d\xab\x58\xbd\xae\xe2\xd2\x61\x27\xcc\x9d\xf8\xf2\x7b\ \xc9\x03\x2f\x3f\xa9\xe3\xb2\x4f\xff\xbb\xa1\x92\xa4\x77\x61\x00\ \xa8\x19\xa6\x4e\x89\x92\x0a\x40\x09\x00\xdd\x0c\x67\xe5\xa7\x3b\ \xd5\x6b\x2b\xfc\x93\x0f\xef\xdd\x65\xbe\xed\xf4\x69\x9b\x5e\x3a\ \x7f\x7b\xb8\xe4\x98\x63\x8b\xf0\x91\xbb\x5e\xb5\xfb\x9c\x79\xcb\ \x90\xb6\x22\xba\x7d\x6b\x14\xfa\xf6\xe9\xdb\x65\x9e\x9d\x1c\xd2\ \x11\x99\xdf\x58\x56\x25\x68\x4e\xcd\xc6\x77\x5e\x9d\x1a\x67\x29\ \x66\x6c\x9b\x6b\x64\x23\x28\xc2\x34\xc3\x34\x7c\x84\xc0\x6d\x0f\ \x08\x38\x04\xc4\x5d\xa9\xe6\xea\x51\x9d\xe0\x37\x8e\xfe\x55\xd4\ \x1e\x6c\xf9\x3d\x45\x8d\x68\x14\x71\x21\xfa\xea\x71\x94\xbc\x9e\ \x93\xb7\xeb\x35\x8f\x31\x4b\x29\x44\x28\x2f\x2f\x33\x4c\x8d\x20\ \x55\x4a\x36\xf9\x80\x88\x40\x29\xad\xaa\xaa\x8e\x46\xa3\x96\x65\ \x00\x80\x6d\xc7\x2b\x2a\x2a\x33\x33\x33\x3b\x74\xe8\x20\x95\x84\ \x9d\x75\x4f\xb6\x6d\x97\x96\x96\x03\x80\xdc\xa3\x42\x47\x08\x29\ \x11\x35\xc3\x0c\xa5\x44\x9c\x4d\x73\x5e\x99\xb2\xe2\xa1\x4b\xcf\ \x3b\xed\xcb\x95\xd3\xbf\x98\xd9\xfb\xa2\x93\x1f\xfd\xdb\x31\x7a\ \x3a\x5d\x14\x8d\x4a\x88\xf8\x4a\x1b\x7e\xcb\x43\x23\x93\xf4\xb2\ \x45\x9f\x4c\x9e\xbb\x46\xf6\xe8\x66\x58\xe1\x14\xac\x78\xff\xf5\ \xb7\x3a\x5e\x77\xe1\x5f\x9e\xfe\x27\x02\x96\xae\xfe\xc2\x51\x52\ \xaa\x1d\xc9\x2a\x86\x19\x92\x8d\xa5\x1b\xd7\xaf\xb1\x52\xd2\x98\ \x66\x29\x47\x11\xa6\x99\x86\x0e\x0a\x90\x6a\xa6\x49\x23\x9a\xfd\ \xf9\x7b\xef\x76\x6d\x3b\xea\x0f\x4f\x3d\x0b\x76\xf5\x8c\x89\x2f\ \x2c\xac\xac\x33\x67\xce\x3f\xb9\xf7\xb9\xf7\xff\x7b\xcc\xc2\x29\ \x2f\x3d\xf4\xcf\x0f\xc6\x4e\xe8\x7a\xcb\xc5\x57\xbd\x74\xae\x56\ \xb9\xf6\x9b\x09\xef\x7e\x5c\x89\x61\xa6\x94\x54\xd2\xf7\x7c\x5f\ \x4b\x3f\xfb\x96\xbf\x9d\x21\xfc\xba\x8a\xcd\x6f\x3f\x37\x66\xfa\ \xc2\xed\x0d\x9a\x18\xf7\x46\x8f\xab\x46\xff\x61\xb8\xa9\x36\x7e\ \xf3\xf9\x5b\xd3\xbf\x01\xf4\x67\x2f\xdd\x78\xc9\x90\xdc\xc5\x4b\ \xbf\x59\x40\xd2\x2e\x3b\xa5\xe3\x86\x39\xb3\xeb\xa8\x9e\x49\xa9\ \x61\x1a\x14\x41\x21\x33\x4d\xdd\x34\xb0\x74\xfd\xfa\x65\x55\xda\ \x88\xf3\xce\x9d\xf9\xc0\x98\x7f\x4f\x38\xec\x96\x0b\x6e\x7e\xf9\ \x52\x5a\xba\xf2\xab\x31\x53\x66\xac\x82\xd8\xdc\xd2\x1e\xd7\xdf\ \x7d\x9f\x6f\x58\xb2\x6c\x25\x6f\x5c\xf7\xda\x2b\x1f\xde\x31\xfa\ \x94\x67\xc7\x8c\x20\x44\x2e\xfd\x22\xa6\x62\x6b\x5f\x7a\x69\xd2\ \x4d\x17\x0c\x79\xf0\xd1\xa1\xe8\x36\xbe\xfb\xc4\x1f\x96\x7f\xc3\ \x75\xd3\xa4\x94\x28\x29\x85\x52\x24\xc8\x92\x0c\x08\x38\xd8\xc1\ \x13\x87\x0e\x6e\x39\x2b\xca\x15\x68\x6e\xe2\x92\x70\xc3\x91\x46\ \x22\x4c\x24\x05\x48\x28\x2c\x15\xda\xcb\xb1\xe4\x45\x2a\x29\xa2\ \x91\x1d\x21\x0e\xd7\xd7\x74\x23\x2b\x33\x53\xd3\x75\x42\x50\x29\ \x90\x52\x46\xa3\xb1\xea\x9a\x2a\x43\x6f\x4a\x01\x04\xa5\x94\xe7\ \xf1\xf4\xf4\xf4\xa4\xa4\x08\x21\x04\x11\xa5\x54\xbe\xcf\x6b\x6a\ \x6b\x1c\xc7\x36\x75\xbd\x35\x81\x51\x12\x59\x72\x5a\x96\x91\x28\ \xaf\x8a\x29\x9f\xa6\xe5\x65\x85\x68\x6c\xfb\xc6\x46\x3d\x33\x33\ \x3d\xc9\x20\x9c\xbb\xb1\x8a\xaa\x50\xa7\x21\xf7\xff\xe1\xfc\xd9\ \x4f\xfe\xf5\xc3\xcd\x31\x19\xad\x8a\x39\x40\xc2\x19\x19\x49\x4c\ \xd5\x97\x95\x25\x08\x8d\xa4\x67\x27\x5b\x08\xc2\xb7\x1b\x6c\x3b\ \xc1\x91\x82\x02\x89\x66\x72\x7a\xaa\xe1\x54\xd4\xc4\x05\x20\x01\ \x00\x21\xa9\x1e\x4a\xcb\x30\xfd\x58\x5d\x75\xa3\x59\x90\x1b\x76\ \xe2\x75\x75\x8d\x8e\x94\x56\x6a\x9b\xf4\x30\x7a\xd1\xba\xea\x5a\ \xa9\x19\x8e\xcf\x22\x69\x29\xa9\x21\x26\xe3\x75\xb1\x58\xbc\xce\ \x37\x52\x32\xd2\xd3\x4c\x92\xa8\xaf\x6c\xb4\x7d\x6a\xe8\x4a\x29\ \xa5\x40\xb2\x48\x5a\x72\x58\x27\xa0\x14\x77\xa3\x75\x0d\x8d\x31\ \x62\x85\x40\x2a\x5b\x68\x59\x99\xe9\x61\x26\x63\xb5\xe5\x71\x0f\ \xa9\x46\x6c\x4c\x6b\x93\x8c\x89\x86\xca\x38\xa4\x66\xa4\x9b\xb2\ \xa6\xbc\x41\xe9\x44\x4f\xc9\x48\x61\xa2\xb6\xac\x82\xe4\xb6\x49\ \x45\xaf\xa1\xba\xd6\x26\x5a\x52\x5a\xae\x6e\x37\xd4\xd7\x57\xf3\ \x50\x46\x56\x46\xb2\xa6\xec\xfa\x8a\x58\x42\x70\xaa\x91\x50\x7a\ \x4e\xb2\x81\x20\xb9\xdd\xe0\xc4\xa2\xb5\x1e\xb3\x52\x33\x32\xc2\ \x1a\x48\xe1\xc5\xea\x12\xae\xd7\xe8\xd1\x70\x5a\x46\x86\xc5\x94\ \xf4\xdc\xc6\xea\x06\x2f\x9c\x92\x95\x1a\xb2\x2b\xab\x13\xbe\xc4\ \xa0\xc4\x29\x20\xe0\x10\x10\xf7\xa1\x27\x0c\xde\xad\x06\xd2\x57\ \xe0\xfb\x7e\x27\xb0\x4b\xa8\x6b\xa2\x2c\x97\xda\x12\x11\x8a\x51\ \x23\xc4\x76\x69\x18\xe9\xfb\x5c\x49\x69\x98\x96\xa6\x31\x29\x95\ \xeb\xba\x3e\xf7\x75\x5d\x6b\x59\x71\xa3\x94\xf2\x3c\x8f\x32\xcd\ \xd0\x0d\x4a\x49\x53\x45\x28\x21\x4a\xd3\xb4\xbd\x1e\x91\x52\x9e\ \xe7\x01\xd5\x74\x46\x94\xe4\xae\x27\xa8\xa6\x6b\x44\x79\xbe\x2f\ \x15\x20\x28\xd7\xd7\xdb\xf5\x39\xf1\xff\xee\x3f\x7f\xea\x6d\x57\ \xbe\xbc\xd6\xd6\x43\x11\x9d\xa1\x92\xdc\xf3\x05\xd3\x0d\x8a\x4a\ \x70\xce\x85\x54\x00\x84\x50\x4d\x63\x3b\x73\xf8\xa5\xe7\xf9\x3b\ \x76\xab\x00\x10\x10\x9a\xde\xa9\x34\x43\x07\xe1\x7b\x1c\x74\x5d\ \x23\x08\x92\xfb\xbe\x90\x80\x44\xd3\x18\x41\x04\x90\xbe\xc7\x85\ \x54\x94\x31\xc6\x28\x2a\xe9\xfb\x5c\x28\x45\x29\x6b\x2a\x04\xdd\ \x91\x67\x2e\x85\xef\x73\x09\x80\x00\x84\x52\xc6\x58\xd3\xaf\x94\ \x14\x3e\xe7\x52\x01\x63\x1a\xa5\x04\x01\x40\x72\xd7\x97\x4c\xd7\ \x89\x12\x9e\xcf\x99\x6e\x50\x04\x25\x77\xfe\xac\xb8\xe3\x4b\x4d\ \xd3\x28\x01\xee\xfb\x02\x88\xae\x31\x54\xd2\xf7\x7d\xa1\xa0\xe9\ \x43\x11\x14\xf7\x7d\x21\x55\xd3\x39\x32\x8d\x91\x16\x5b\x76\xbc\ \x47\x29\xce\x7d\x2e\x55\x53\x51\x15\x25\xe0\xb9\x1e\x30\x4d\xa3\ \x24\x48\x71\x0f\x08\x38\x24\xc4\xfd\xf8\x21\x47\xb7\x52\xe0\x8e\ \xe0\x0a\xf0\x14\x28\x00\x06\x60\x52\xa0\x7b\xa9\x77\x14\x42\x34\ \x25\x53\x12\x42\x08\x69\xa5\x5d\x30\x22\x08\xd1\x5c\xc6\x83\x94\ \x12\x82\xf8\x53\x82\x02\x52\x82\x66\x45\x72\xb3\x53\x62\xe5\xa5\ \xf5\x9e\xdc\xf7\xea\xfc\x80\x80\x80\x80\x43\x07\xa6\x94\x6c\xa5\ \x5e\x51\xa1\x8e\xa0\x37\x6f\x56\x20\xf7\xd2\x15\xb2\xa5\xa0\xb7\ \xec\x3e\xd6\x62\x23\x22\x62\xcb\x62\xd4\xa6\xf8\xfb\x8f\x7e\x1a\ \x21\x2a\xdf\xae\xdf\xb0\xb6\xa6\xc9\xb5\x56\x6a\x7f\xce\x0d\x2a\ \x00\x05\x28\x10\x25\x82\xda\xe9\x94\xe3\x77\xbe\xbf\xc9\x7a\x44\ \x29\x02\x8a\x2a\x40\xa5\x82\xf2\xcf\x80\x80\x80\xff\xbd\xb8\x37\ \x34\x34\xfe\x5a\x9d\x5f\x27\xb1\x5f\xc7\x30\xa8\x34\x0d\x0d\x23\ \x0c\x2a\x95\xf3\x74\xcf\x2f\x8e\xc5\xf3\x62\xb1\x2c\x3b\x91\xe1\ \x38\xc9\xae\x17\xe2\xa2\x29\x96\x24\x01\x3c\x84\x98\xa6\xd5\x9b\ \x46\xb5\x65\x56\x84\xc3\x5b\x92\x22\x5b\x42\x56\x94\xb2\x7a\x46\ \x3d\xce\xd1\xf3\x80\xf3\xe0\xde\x0a\x08\x08\xf8\x1f\x82\xcf\x8d\ \xfd\xcf\x21\x6d\x00\x42\x40\xd3\x80\x52\x70\x1c\xb2\x7c\x19\x9b\ \x37\x3f\x7f\xc9\xd2\xc2\xb8\xdd\x96\x73\x43\xd3\xa0\x5d\x3b\x68\ \xd3\x06\xb2\xb3\x21\x3d\x1d\x92\x93\xc0\x34\x81\x52\xf0\x7c\xb0\ \xe3\xd0\xd0\x00\xd5\x35\x50\x51\x01\xdb\xb6\x41\x45\x45\x2d\xc0\ \x36\x5d\xdb\x90\x93\x53\x7f\x78\x3f\xd9\xff\x70\xd5\xae\x00\x10\ \xc1\xe7\xc0\x39\x04\x29\xe5\x01\x01\x01\x3f\xbf\xb8\x2b\x29\x0e\ \xd9\x73\xdf\xd1\x22\xb8\xac\x0c\xa6\x7c\x04\xef\xbf\x07\xf3\xe6\ \x81\x52\x90\x95\x05\x83\x8e\xf2\x7a\xf6\xf4\x7b\xf7\x56\xb9\xb9\ \x60\x59\xca\xb2\x94\x61\x80\xa6\x01\xd9\x19\x5c\xe2\x3e\x7a\x1e\ \x38\x0e\x26\x12\x10\x8f\xd3\xb5\xeb\xb4\xc5\x8b\xd9\x37\xdf\xc0\ \x82\x05\x90\x70\x20\x35\x05\x4e\x3e\x09\xce\x3c\x13\x8e\x38\x02\ \x42\x61\x00\x00\x15\xe4\x95\x07\x04\x04\xfc\xbc\x02\xd7\xd8\x50\ \x7f\x28\x7a\xeb\x86\x01\x9c\xd3\xf9\xf3\xd9\xcb\xaf\x68\x1f\x7c\ \x80\x65\x65\xa2\x5f\x3f\x31\x7c\x18\x3f\xfe\x78\xd1\xa3\xbb\xca\ \xc8\x44\x21\x40\x29\x90\x02\x64\x53\x91\xeb\xce\x3f\x3b\xcc\x86\ \x3b\xfe\x10\xd2\xf4\xb7\x22\x04\x94\x22\x1b\x37\xd1\x85\x0b\xd9\ \xa4\x49\xec\xb3\xcf\xb0\xb4\x54\xf6\xeb\xeb\x5f\x74\x91\x3f\x72\ \xa4\x2a\x2c\x04\xdf\x07\xdf\x0f\xbc\xf8\x80\x80\x80\x40\xdc\x0f\ \x0c\x3b\x65\x5d\x1b\x3b\x56\x7b\xe7\x5d\x65\x9a\x7c\xc4\x08\x7e\ \xfe\x79\xe2\x88\x01\x2a\x25\x09\x90\x80\xeb\x82\xf8\xb1\xa3\x19\ \x4d\x53\xba\x8e\x9e\x87\xa5\xa5\xec\xa3\x8f\xb4\xff\xbe\x46\x17\ \x2c\x90\x79\x6d\xfc\x2b\xae\xf4\x2f\xbc\x40\x15\xb4\x05\xcf\xff\ \xf1\x3b\x0f\x08\x08\x08\x08\xc4\xbd\x55\xe5\x05\xc6\xc8\xca\x95\ \xfa\x93\x4f\x69\xaf\xfd\x57\x85\xc3\xfe\xc5\x17\xfb\x17\x5f\x24\ \x7b\xf4\x00\x42\xc0\xf7\xa1\xc9\x5b\xdf\x2f\x23\x03\x4a\x41\xd7\ \xa1\xbe\x9e\xce\x98\x61\x8c\x19\x4b\x3f\xfa\x48\x96\x94\x78\x37\ \xdf\xcc\x2f\x38\x5f\xa5\xa5\x81\xe3\x40\xd0\x00\x20\x20\x20\x20\ \x10\xf7\xfd\xe2\xb0\x63\x34\xaa\x8d\x1f\xaf\xff\xf3\x71\xb0\x6d\ \xff\xb2\x51\xfe\x95\x57\xca\xae\x5d\x01\x00\x5c\xf7\x40\x45\x4b\ \x28\x55\x86\x81\xb1\x18\x9b\x3e\x5d\x7f\xe2\x49\xfa\xe5\x2c\x71\ \xcc\x20\xf7\xf7\xbf\x17\x83\x07\x83\x52\x41\x46\x4d\x40\x40\xc0\ \xff\x4c\xdc\x11\xb1\xd5\xd2\x24\x00\x10\xbf\x96\xf0\x02\x63\x60\ \x9a\x74\xc6\x0c\xe3\x4f\xf7\xd3\x19\x33\xf8\xa9\xa7\x7a\x77\xfe\ \x4e\x0c\x18\x00\x00\xe0\x79\x3f\x47\x10\x9c\x52\x30\x0c\xac\xaf\ \x67\x6f\xbe\xa5\xff\xfd\xef\x64\xfb\x76\xef\xc6\x1b\xbc\xdb\x6f\ \x53\x39\xb9\x60\xdb\x41\x14\x3e\x20\x20\xe0\xe7\x16\x77\xc6\x18\ \x21\x24\x1a\x8d\xee\xd9\x44\x50\xd3\xb4\x70\x38\xe2\x79\xae\xfa\ \x85\x6b\x93\x61\x40\x63\xa3\x3e\x6e\xbc\xf1\xc0\x03\x32\x3b\xdb\ \xfb\xc3\x3d\xfe\x85\x17\x29\x5d\xc3\x03\xe7\xad\xef\xdd\x9a\xca\ \x30\xc8\xa6\x8d\xfa\xa3\x8f\xe9\xcf\x4f\x10\x3d\x7a\xb8\x0f\x3f\ \x2c\x8e\x3b\x16\x38\x0f\xa2\xf0\x01\x01\x01\x3f\x9f\xb8\x53\x4a\ \xcb\xca\xca\x26\xbe\xf1\x66\x65\x45\xa5\xd8\x35\x5d\x12\x01\x29\ \xa3\xdd\xbb\x77\x3f\x73\xe4\x19\xba\xae\xff\x42\xf5\x1d\x11\x2c\ \x8b\xac\x5b\x67\xdc\x79\x27\xfb\x70\x92\x7f\xf6\x59\xde\x83\x0f\ \xc8\xe2\x0e\x3b\x62\xeb\xff\xab\x43\xd2\x34\x90\x92\x4d\x9e\x6c\ \xdc\x7b\x1f\x96\x95\xb9\xf7\xdc\xed\xdf\x70\x03\xe8\x3a\xb8\x6e\ \x70\x2f\x06\x04\x04\xec\x4f\x7f\x72\x6f\xbf\xd0\x34\x6d\xf2\x94\ \x8f\xa6\x4d\x9f\x1e\xb2\xac\x3d\x7f\x2b\x84\x58\xbb\x6e\x5d\x87\ \x0e\xc5\x83\x8e\x3a\xca\x71\x9c\x5f\xdc\x69\x11\x02\x9a\x46\xa7\ \x4e\x35\x6f\xbb\x1d\xcb\xcb\x9d\xc7\x1f\xf7\x47\x5d\x0a\xe1\x30\ \x24\x12\xff\xcb\xa3\x52\x0a\x3c\x0f\x08\xe1\x67\x9e\x29\xbb\x77\ \x37\x1e\x78\xd0\xbc\xeb\x6e\xba\x7c\xb9\xfb\xc7\x3f\xaa\xc2\xc2\ \xff\xf1\xb1\x05\x04\x04\x1c\x22\xe2\x2e\xa5\x6c\x68\xa8\xbf\xe5\ \x96\x9b\x0b\xda\xb6\x95\x7b\xb8\xba\x4c\xd3\x66\xce\x9c\x59\x5e\ \x56\xde\xb2\x69\xcc\x2f\x05\x4d\x03\x42\xb4\xb1\xcf\x19\x7f\xbc\ \x4f\x15\xb4\x4b\xbc\xf3\x0e\x1f\x7c\x0c\xba\xee\x2f\x45\x3d\xa5\ \x84\x78\x5c\x16\x17\x27\xfe\xf3\xac\xde\xf3\x30\xe3\xa1\x87\xc9\ \x9a\x35\xee\x93\x4f\x8a\xfe\xfd\x21\x1e\x0f\x42\xf0\x01\x01\x01\ \x07\x56\xdc\x01\x00\x11\x3b\x96\x94\x74\x28\x2e\xde\x73\xee\x54\ \xd7\xf5\x75\xeb\xd6\x47\xa3\x8d\xdf\xe3\xaa\x02\x9a\x96\xa5\xa1\ \x4a\x24\x12\x42\xb5\xd8\x4c\xf5\x90\x65\x48\x2f\xe1\xb8\x62\x3f\ \xb7\xd9\xd2\x34\x10\xc2\x78\xe0\x41\xfd\x2f\x7f\xe1\x67\x9d\xe9\ \x3e\xf2\x88\xec\xd0\x01\x13\x89\x3d\x44\x13\x8d\x90\xa5\xb5\xec\ \x7a\xc6\x3d\xdb\x71\x25\x10\xd3\x0a\x69\x54\x39\x76\x82\xcb\xe6\ \x92\x25\x62\x5a\x16\x43\x99\xb0\x13\xfc\x47\xb4\x05\x43\x62\x86\ \x42\x54\x7a\x76\xc2\xfb\xf6\x20\x1c\x87\x58\x11\xfd\xee\x7b\x44\ \xe7\x4e\x70\xeb\xed\xd6\x39\xe7\x3a\x63\xc7\xf0\x13\x4e\x80\x56\ \x0e\xf5\x67\x00\x35\xc3\x34\x34\xe2\x39\xb6\xcb\x55\xd0\xf7\x2c\ \x20\xe0\x20\x17\x77\xd8\xb1\x2c\xaa\xbb\xa7\xb8\x2b\xa5\x38\xe7\ \xdf\xd3\x71\x0c\xa9\x41\xa2\x9f\xbe\xfa\xe2\xb2\x58\xfa\xb9\x17\ \x8e\xcc\x37\x85\xcb\x25\x00\x10\xcd\x70\xb7\x2e\x7a\xf6\x9d\xcf\ \xd2\x7b\x9f\x7e\xfa\xb1\x1d\x94\xc7\xf7\x9b\x98\x19\x06\x36\x36\ \x1a\xf7\xfc\x41\x7b\xee\x39\xef\x96\x9b\xbd\x7b\xee\x51\x29\x29\ \x60\xdb\x7b\xaa\x2d\x83\xe8\x47\xcf\x4f\x58\xb8\xad\x5a\x48\x05\ \x00\xd2\x77\x93\xba\x1d\x77\xd9\x19\xc7\xa7\x42\xf5\x94\xf1\xff\ \xfe\xa6\x36\xfd\xbc\xcb\xce\x2d\x49\x25\x1e\x57\x48\x35\x9d\xd7\ \x7c\xf0\xfc\xbf\x17\xd7\xa7\x9f\x7b\xc1\xd9\x25\x19\xd4\xff\x21\ \xc7\x8b\x54\x83\xc6\x6d\x6f\x3e\xff\x5a\x75\xf6\xe0\x4b\xcf\x18\ \xa8\x0b\x57\x48\x00\x00\x4d\x67\x5b\x97\x7c\xf2\xc6\xe4\x45\xfd\ \x2e\xbd\x76\xc8\xbb\x6f\xc1\x95\xd7\x98\xe7\x9e\xe7\x8c\xf9\x0f\ \x3f\xf3\xcc\x9f\x7b\x8a\x15\xa9\xa5\xf1\x05\x1f\xbf\xf2\xd1\xe2\ \x9a\x41\xa7\x5f\x7c\x4c\xc7\x88\xe7\x07\x39\xf8\x01\x01\xbf\x7a\ \xc8\x01\x95\x0d\x86\xde\xda\x25\x73\xdf\x9e\x30\xe6\xd9\x97\x3f\ \x6a\x04\xbd\x69\xe1\x0c\x24\x4c\x36\x6c\x9f\xf1\xc9\xc7\x0b\xd7\ \x56\xe3\xb7\x0b\x80\x20\x36\xb5\x84\x6f\xb9\xd8\x07\xe2\x5e\x5f\ \x37\xfd\xd8\xe2\xb3\xc0\x30\xb0\xb2\xc2\xf8\xcd\xcd\xda\x84\x09\ \xee\xc3\x0f\x7b\x8f\x3e\x8a\x29\x29\xc4\xf7\x49\x2b\x4f\x20\x42\ \x54\x6c\xee\xf4\x69\x73\x96\x6d\xb4\x3d\xcf\x71\x9c\x84\xe3\xf8\ \x5c\x02\x28\x6a\xa6\x16\xb4\xb1\x66\x4f\x7a\xe1\x3f\x13\x67\xd8\ \x68\x50\x04\x5d\xc3\x15\xd3\xdf\x1a\xf3\xfc\x07\x31\x2b\xb7\x4d\ \xba\x21\x84\x6a\x75\x8c\x43\xf6\xb2\x06\x06\x12\x02\x6e\xe3\xb2\ \xaf\x3e\x7e\xe9\xb9\xa7\x26\x7c\xb4\x14\x75\xb3\xe9\x84\x09\x23\ \x0d\xe5\x6b\x3f\x9e\x34\x75\x6d\x59\x23\xe9\xd3\x2f\xf1\xe6\x9b\ \xe2\xf0\xc3\xad\x2b\xae\xd4\x26\xbc\x00\x84\x20\xa5\xdf\x61\x84\ \xa6\x65\xad\x60\x67\xa2\x2a\xee\x76\x1c\xdf\xbe\xb5\xd9\xa4\x64\ \xef\x8f\x61\x34\x4c\xba\x7a\xe6\x5b\x8f\x3d\xfe\xdc\xa4\x69\xb3\ \x36\x54\xbb\x2c\x58\xcc\x23\x20\xe0\x50\xf0\xdc\x7f\x22\x0a\x50\ \xb7\x42\x29\xc9\x6c\xce\xbb\x2f\x8c\xcf\xce\xfd\xcd\x59\xfd\x88\ \xeb\x00\x28\x20\x2c\x14\x0e\x9b\x3a\xdd\xd1\x10\x9d\x30\x8d\x81\ \x63\x27\x7c\x2e\x91\xb2\x50\xc8\x02\xe1\x73\xa9\xb8\x6b\xbb\x82\ \x84\xc2\x21\x0a\x42\x28\x64\x14\x3d\xdb\x76\x15\x5a\xa6\x09\xdc\ \x4b\x70\xb5\x73\x65\x21\x54\x3a\x91\x5b\x37\x27\xfd\xee\xf7\x74\ \xea\xc7\xce\x3f\x1f\x87\x1b\xaf\x83\x78\x34\x91\xf0\x00\x90\x32\ \x46\x77\x5b\x7e\x08\x51\xba\xf1\x84\xd0\x06\x9e\x32\xea\xde\x2b\ \x4f\x24\x92\x4b\x40\xc5\xdd\x84\xe3\x3a\x9e\x76\xd8\x89\x17\x5d\ \xbf\x6e\xcd\x13\x1f\xbc\xf0\x7e\xaf\x2e\x97\x0e\xe9\x18\x5d\x3f\ \x63\xfc\x4b\xef\x27\x0d\x3c\xe7\xc6\x4b\x86\x86\x95\xe7\xb7\xa6\ \xed\x92\x7b\xae\x00\x4d\xd3\x5a\x17\x46\x24\x56\x38\x35\xb9\xa6\ \xe1\xc3\x09\x4f\xe6\xe6\x3e\x70\x4e\xbf\x36\x09\xc7\x05\x05\x84\ \xe9\xe1\x48\x58\x27\x00\x89\xb8\x6a\x9b\xe7\xbe\xf2\x2a\xbb\xf5\ \x37\xe6\xef\xee\x50\xae\x13\xbd\xf4\xb2\x70\xc8\xa2\xbe\xcb\xa5\ \xe2\x4e\xdc\x95\x2c\x12\x36\x11\xa4\x52\x48\x29\xb8\xb6\xed\x4b\ \x34\x43\xa6\xe4\x9e\xcf\x15\xd3\xf5\x1d\x8f\x02\x25\xdc\xc4\x8e\ \xd5\xa6\x80\x50\x9d\xa2\x9b\x48\x78\x5c\x02\x21\x8c\x51\xda\x5a\ \xbd\x82\x66\x9a\x75\xab\x3e\x79\xfa\xf9\x29\xa9\x1d\x7a\x15\xd6\ \xd4\x10\x82\x41\xc8\x3f\x20\x20\xf0\xdc\xf7\x09\xe9\x79\x91\x4e\ \xbd\x46\x9c\xd8\xe5\xf3\x17\x9f\x7a\x67\xee\x36\xc3\xd0\xf7\x88\ \x0a\x30\xc2\xeb\xbf\x7c\x77\xfc\xdd\xbf\xbd\xfe\xe2\x8b\x2f\xb9\ \xfa\x37\x77\x3d\xfb\xe6\x8c\x3a\x8e\x96\xa9\x57\x2e\x9b\x7a\xdb\ \xd5\xa3\x9f\x78\x77\x01\x18\xa6\x6e\x18\xf5\x6b\x3e\xbb\xe3\xba\ \xeb\xff\x3d\x65\x29\x8d\x24\x6d\x9d\x3a\xe6\xca\xeb\xee\x9d\xb9\ \xda\xb6\x4c\x06\xa1\xb0\x58\xf1\x75\xe3\x88\xe3\xfd\x8f\xa7\xc5\ \x9f\x7e\x06\x6e\xba\x66\xc3\xd7\x93\xfe\x72\xd7\x6f\x2e\x1f\x35\ \xea\x92\x51\x97\xdf\x74\xef\x63\x0b\xab\x84\x41\x5b\xea\x2e\x51\ \x6e\x63\x5c\x61\xd8\x8a\x28\x90\x4e\xc2\xb1\xe3\x71\xdb\xf1\x15\ \x20\x28\xee\xaa\xc8\x49\x17\x5f\x3b\xa4\xbd\xff\xdf\x17\x5e\x59\ \xbe\x65\xcb\x87\x2f\x4d\x58\xe6\x74\xb8\x72\xf4\xf9\xed\x42\xc2\ \x97\xad\x48\x9f\x66\x18\x9b\x3e\x7f\xfa\xaa\x7b\x9e\xd9\xd8\x80\ \x86\xd6\xba\x3d\x7d\x21\x0b\x7a\x0e\x3b\xa9\xa3\x78\xe9\x89\x7f\ \xcd\xd9\x16\x37\xf5\xdd\x9f\xa9\xe8\x49\x48\x82\x8f\x8e\xef\xff\ \x69\xc8\xf0\x6e\xf9\xed\xd4\xb3\x2f\x7a\xee\xbd\xaf\xea\x05\x35\ \x4d\xad\xf4\x9b\xf7\x6e\x1e\x7d\xd5\xb3\x53\x96\x33\xc3\xd4\x4d\ \xbd\x7a\xd9\x94\x5b\xaf\xbf\x7e\xfc\x67\x6b\xf4\x24\x63\xd9\x87\ \xe3\xae\xbb\xf9\xee\x99\x5b\x7d\x4b\x23\x54\x37\xbc\xb2\x15\x7f\ \xfd\xcd\xe5\x7f\x7d\x63\xb9\x6e\x99\x4c\xd8\xf3\xa7\xbe\x7c\xcf\ \x6f\xaf\xbf\x64\xd4\xa5\xa3\x2e\xbf\xf2\xae\xbf\xbf\x5e\xed\x21\ \xdd\xd5\x7f\x47\xaa\x43\xe3\xfa\x71\x4f\x3f\xef\x1f\x76\xce\x8d\ \xe7\x0c\xd2\xb9\x2b\x03\x69\x0f\x08\x08\xc4\x7d\x5f\x9d\x77\x25\ \x38\x49\x3d\xf5\xf2\x1b\xcf\xe8\xea\x4f\x78\xe6\xe9\xb9\xa5\x8e\ \xa9\xb5\x4c\xb0\x21\x3a\x75\xbf\x78\xe5\xc9\xbf\x3d\xf7\x71\xce\ \x80\xb3\xee\xf9\xe3\xdd\x23\xfb\x67\x4c\x19\xf7\xe8\x98\xf7\x16\ \x7a\x48\x8b\x0e\x1f\x76\xf6\xa0\xc2\xe9\xaf\x8e\xff\x7c\x55\xa3\ \xe9\x6d\x7b\x79\xec\x84\xda\xac\x23\x2e\x18\x3e\xd0\x02\x9f\xfb\ \x9e\x6d\x27\xb8\x50\xa0\x6b\x58\x55\x9e\xfc\xd0\x53\xa1\xd5\xa5\ \x1f\x5f\x71\xab\x3f\xfa\x72\x67\xcd\xac\x67\xff\xf1\xf4\x46\xd2\ \xfd\xfa\xdb\xef\xfc\xfd\xad\x37\x9c\x76\x74\x8f\x34\x13\x45\x8b\ \x59\x4a\x24\x84\xc7\xea\x1a\xbd\xc6\x8d\xab\x16\x7e\xf6\xc5\x57\ \x1b\xca\x6b\x25\x52\x8d\xed\x38\x2a\xc5\x5d\x9a\xd6\x69\xd4\x55\ \x17\xe5\x35\xcc\xfd\xcb\x9f\x1e\x7a\x6b\x61\xed\xb0\x51\x57\x0d\ \xee\x9c\xea\x3a\x7b\xed\x16\x20\x7d\xd7\x4e\x7c\x97\x32\x4a\xe1\ \xd3\x94\xe2\xd1\xb7\xdc\xdc\x55\xae\x78\xf2\xa9\xff\x6e\x4b\x10\ \xbd\xe5\xc3\x86\x50\x1d\x1b\x3f\x19\xfb\xb7\xbf\xbd\x3d\x6f\xd9\ \x43\xcf\x5a\x17\x5f\x78\xf6\xb4\x29\xd1\xfb\x6e\x19\xf7\xe9\x72\ \x0f\xf4\x92\xa3\xce\x38\x7d\x60\xd6\xe4\x97\x9e\x9b\xb1\x21\xa1\ \xc5\x37\x4e\xf8\xcf\xcb\x76\xdb\xc1\xe7\x0e\xef\xaf\x0b\xdf\xf7\ \x3c\xdb\x4e\xf0\xe6\x08\xb9\x12\x8e\x1d\x77\xb8\xd4\x35\xba\x65\ \xd1\x94\xc7\x9e\x9a\xc8\x7a\x0c\xbb\xe3\xf7\x77\xdf\x76\xc3\xa8\ \xa3\x7b\x95\x18\x08\x6a\x97\x75\xb2\x88\xa1\xf9\x5f\x4c\x1c\x3f\ \xbb\xb1\xfd\x0d\x57\x9d\x99\xa1\x71\x1e\x28\x7b\x40\x40\x10\x96\ \xf9\x61\xfa\x2e\x3c\x15\x69\x37\xea\xc6\x1b\x57\xfe\xee\xe1\xa7\ \x9f\x99\x58\xf8\xc0\x35\x49\x3b\x97\xad\xa6\xcc\x88\xae\x9a\xfa\ \xfa\xd4\x45\x7d\xce\xfd\xfd\x7d\xd7\x1e\x4f\x00\xe0\xe8\xc3\xfc\ \xfa\x5b\xdf\xf9\x78\xf2\xfa\x11\xfd\x3b\x87\x52\x4e\xb9\xfc\xda\ \xa5\x6b\xee\x7d\x79\xdc\xb8\xda\xa2\x86\xe9\xdb\x52\xaf\x7f\x70\ \x54\x49\x0a\xb8\x42\xed\xe8\x8b\xa0\x6b\x18\x8f\x9b\x77\xde\x45\ \x27\xbf\xff\x6a\xdf\xbe\x1b\x3b\x0d\x3c\x11\xa0\x6a\xdb\x96\xb2\ \x3a\xaf\xe7\xd9\xc3\x4f\x1d\xda\x0b\x40\x72\xd7\x75\x3d\x8f\xcb\ \x5d\xa2\x32\xbe\x08\x77\xeb\x5a\x52\x5a\xb9\xe8\x85\xa7\x3e\xae\ \xaa\xf3\xbb\x1c\x7b\xc6\x35\x97\x9f\x5d\x92\xa9\xfb\xbe\x04\x00\ \xcf\xf5\x0b\x8f\x38\xf9\xd4\x23\x67\x3f\xf5\xce\xec\xc8\x61\x67\ \x9f\x77\x72\x6f\xea\xb9\xde\xee\x11\x27\xd0\x34\xd3\x30\x28\x21\ \xcc\x32\x18\xa1\x68\x85\xc2\xba\x85\x4c\xe3\x6e\x22\xe1\xef\x91\ \x54\x23\x7d\x37\x52\x30\xf0\x86\x1b\x2f\xbc\xe3\xa1\x09\xcf\x4e\ \xec\xf8\xc0\xb5\x27\x36\xcb\x3b\xd5\xb5\x8a\x25\xb3\xdf\x9a\xba\ \x68\xd0\x85\x0f\xdf\x32\x6a\x20\x5e\x38\x4c\xb7\xac\xdf\x3d\x37\ \xfe\x99\xe7\xc7\x6f\x3d\xb9\x57\x7b\x2d\x63\xe4\xe8\x6b\x96\xaf\ \xb9\xff\xa5\x71\xe3\xb6\x64\x97\xce\xae\x6f\x73\xeb\xef\x2e\x2c\ \x0c\x29\x2e\x5b\x89\xb9\x13\x42\x00\x11\x41\x56\x57\x6c\xa8\x76\ \x93\x2f\x1e\x76\xda\xd0\x9e\xd9\xa0\xb8\xd7\x64\x03\xd5\x72\xc0\ \xa1\x57\x2f\x9b\xfc\xf2\xd4\xb5\x27\x5e\xfb\x70\x9f\x2c\x7d\xbd\ \x17\x54\xc9\x06\x04\x04\xe2\xfe\xc3\xf1\x5d\x2f\x5c\x38\xf0\xfa\ \xeb\xce\xb9\xeb\xaf\x6f\x3d\xff\x41\xbf\x1b\xbb\x1b\x4d\xb3\xa2\ \x0c\xc5\xe6\xb5\x9b\x1b\x13\x8a\x2c\xfb\xec\x91\x07\x66\x70\x01\ \x8c\xc9\xcd\xeb\xea\x1b\x63\x6a\x73\x2d\xef\x6a\x81\x4c\xeb\x7a\ \xc5\xb5\x97\xfd\xf9\xc1\xa7\xc7\x2d\x4d\x1e\x71\xed\x5d\x43\xbb\ \x65\xb8\x09\x87\x58\x0c\x00\x24\xa5\x4a\x01\xfd\xe3\x9f\xe0\xd5\ \x89\xde\x7d\xd7\xac\xde\x5c\xa5\xbb\xbe\x10\x32\xb3\x4b\xaf\xfe\ \xdd\xdb\x4c\x7f\xf5\x2f\x7f\xae\x3c\x79\xf8\xd0\xc1\x5d\x0a\x73\ \x0d\x4a\x5a\xaa\xbb\xf4\x5d\x2d\xbf\xff\x8d\xb7\xf5\xf2\x3c\xa7\ \xa1\xae\x66\xcd\xdc\x8f\xc6\xbd\xfa\xea\xa3\x32\xf4\x7f\xbf\x3d\ \x3b\x85\xf8\x42\x29\xaa\x69\x0d\x5b\x96\x2e\x5e\xbd\x59\x4f\x49\ \xf3\xca\x17\x7e\x36\x7f\xc3\xa5\xc7\xb4\x47\xc7\x6b\xe9\xfc\x9b\ \x4c\xcc\xff\xf4\xf9\x89\x53\x57\x32\x4b\x4f\xd4\x6c\x65\x0d\xf0\ \xd4\x43\x77\x5a\x54\xa8\xa4\xdc\xb3\xaf\xbc\xbe\x5f\x3a\x7a\x7b\ \x78\xf2\x8e\xe7\x17\x0e\x38\xe3\xfa\x73\x57\xfc\xfd\x8d\x71\xef\ \xf7\xe9\xd2\xc3\xd8\x61\x04\x04\x7f\xcb\xd6\xf5\x35\x2e\xd3\x17\ \x4f\x7a\xf8\xcf\x53\x7c\xa6\x43\x52\xf2\xb0\xd4\xf0\x15\x93\xc6\ \xd6\x4c\x3d\x45\x9c\x79\xaa\x96\xd3\xfb\xea\xeb\x2e\xfe\xe3\x43\ \xe3\x5f\x14\x29\x67\xdd\x74\xdf\x31\x1d\x52\x5c\xc7\xd3\x2c\xb2\ \xb7\xb1\x12\x57\xb4\xa8\xcb\x51\x7d\xda\xce\x7d\xfe\x2f\x7f\xda\ \x7a\xf2\xc9\x27\x0e\x3e\xa2\x7d\x6e\x1a\x25\xd8\xac\xee\x88\x14\ \xdd\xaa\x49\x13\xdf\xd2\x7b\x9f\x7b\xd9\x29\xdd\x01\xc0\x34\x34\ \x04\xd0\xcc\x10\x33\x18\xb8\x81\xd0\x07\x04\x04\x61\x99\x7d\x76\ \xdf\x7d\x97\x77\x1a\x7c\xee\x95\x23\x3a\xcf\x78\x65\xec\xd4\xa5\ \x55\x9a\x46\x00\x00\x41\xda\xae\xcf\x81\xe9\x26\x23\x84\x10\x8a\ \x52\xb2\xf6\xdd\x06\x9c\x72\xe2\xe0\x5c\x43\x0a\xa9\x00\xd0\x8a\ \x24\x99\x3a\xf8\x42\x0a\x21\x9a\x57\xab\x96\x84\x68\x1a\x66\xfd\ \xe3\xaf\xf0\x8f\x7f\xf9\x0f\x3d\xe8\x5d\x7b\x25\xf5\x5d\x54\x4a\ \x49\x0f\xd3\x4a\xae\xbd\xeb\xbe\xd1\xa7\xf5\xa9\x5c\xf4\xd1\xbd\ \xbf\xfd\xcd\x7d\x8f\xbf\xb2\xae\x96\x6b\x74\xd7\x70\x33\xa1\xba\ \x15\x4a\x4e\xcd\x28\x2c\xe9\x36\xe2\xd2\x1b\x46\x0d\x29\xda\xf8\ \xf5\x17\x6b\x2b\x1b\x29\x25\x80\x54\x93\xb5\xef\xbf\x38\xf6\x8b\ \xaa\x8c\xeb\xee\xba\xfb\xc4\x02\x7b\xe2\xd8\xb1\x0b\xb6\x3b\x86\ \x4e\x77\x51\x50\x00\xc3\x8c\xa4\xa5\xa6\xa4\xa4\xa4\x84\x4d\xa6\ \x08\x0b\x27\x25\xa7\xa4\xa4\xa4\x26\xa7\xec\x1a\xdf\xdf\x25\x3a\ \xe3\x08\xe3\xd8\xf3\xae\x39\xb5\x3b\xbc\xfc\xdc\xf8\xa5\x95\x1e\ \xa3\x08\x08\xa0\xa4\xeb\xc6\x05\x65\xa6\xc1\x08\xa1\x94\x73\x95\ \x95\xbd\xe4\xf7\xf7\xb2\x1e\xdd\x8a\xaf\xbf\x0a\xbe\xfc\x52\xea\ \x7a\x28\x92\x64\x52\x2e\x94\x10\x82\x03\xc0\x77\x47\x50\x84\xef\ \xa5\x77\x3c\xfa\xae\x3f\xfd\xf1\x8c\xde\xe9\x8b\x27\x8f\xbf\xf5\ \x37\xb7\xfc\xf3\xa5\x4f\x6a\x39\x69\x8e\xb9\x13\xa6\x95\x2d\xfb\ \xf4\xc3\xb9\x55\xb9\xe9\x7c\xd6\x94\xc9\x93\xa6\x4c\x9a\xb6\x70\ \xad\x0f\x6a\xed\x9c\xa9\x33\x17\x6e\xfb\x76\xc1\xa9\x80\x80\x80\ \xc0\x73\xff\x7e\x75\x57\x32\x21\x42\x43\x2f\xb8\x7a\xf1\xaa\x87\ \x5f\x7d\xed\x5d\xf0\xb5\x02\x02\x12\x68\x46\xb2\x05\x00\xdd\x87\ \x5c\xfa\x9b\x53\x4a\x40\x09\xa5\x00\x09\x05\xc5\x13\xb1\xb8\x07\ \x9a\x1e\xdb\xf8\xc2\xbf\xc7\xd7\x14\x9c\x7c\xd5\x91\xd5\xaf\xbf\ \xfa\xef\x8e\x25\x05\x67\xf4\xce\xf2\x15\x61\xa9\xc9\xa7\xaf\x9f\ \x7b\xe4\xb2\xb5\x70\xeb\xcd\xde\xed\xb7\x63\xf9\x1c\xd8\xe9\x96\ \x4a\x2e\xcd\xf4\xe2\x73\xae\xf8\xed\x49\xa7\x97\x2e\x9c\xfe\xf6\ \xbf\x9e\x7f\xed\x85\x94\xdc\x7b\x01\x81\x81\xe7\x00\x00\x20\x00\ \x49\x44\x41\x54\xae\x39\x49\x93\x4e\xb3\xe7\xca\x98\x86\x8a\x73\ \x2e\xb8\x90\x7a\xd8\xca\xc8\x4d\x01\xaf\xda\xf3\x39\x20\xea\x06\ \xae\xf8\xe8\xb5\x89\xd3\xb6\x1e\x7f\xf9\xbd\xa7\x1c\x37\xb8\x3a\ \x5c\xb1\xf0\xde\x67\xc6\xbd\x32\xb9\xf8\xb6\x73\x92\x70\x67\x26\ \xa4\x52\xae\x87\xdd\x8e\x39\xb7\xef\x09\x0c\x09\x5d\xf5\xee\x1f\ \x7f\xfb\x2e\x8e\xbe\xe5\xbe\xae\x59\xa8\xb8\xef\x24\x12\xae\xdc\ \x4b\xad\x93\xf0\xa4\xd5\xf6\x82\xab\x2e\x5f\xfd\xe7\x27\x5f\x7d\ \x3b\xcb\xd7\x35\x54\x00\x84\x25\x27\x65\x50\x2e\x0f\x1b\x7e\xf5\ \x75\xc7\xe4\x81\x14\x0a\x00\x08\xf5\x46\x9e\x2e\xcf\x3c\xdb\xba\ \xe1\xe6\xc4\xd8\x07\xc7\xbc\xfa\x5f\xaf\xdb\x69\x97\xa6\x6e\x79\ \x77\xc2\x33\x9d\x8b\x1f\x1c\xd6\x35\x43\x80\x0a\x19\x4c\x39\xae\ \x1d\xf5\x98\x1e\xf2\x7c\x40\x44\xdc\xa9\xfb\x42\xa8\x8c\xe2\x7e\ \x57\xfc\xb6\xd7\xc8\xd2\x0d\x9f\xbd\xfb\xca\xf8\x57\xff\x93\x94\ \xdf\xe9\x86\xa1\x05\xc2\xe5\x00\x80\xa8\x9c\x68\x22\xab\x30\x7b\ \xeb\xdc\xa9\x2f\x7c\x25\x90\x10\xee\xb9\xae\x94\x4b\x3f\x7b\x53\ \x99\x39\x7d\xba\xe4\xef\x38\x86\x80\x80\x80\x83\xd5\x73\xa7\x94\ \xb2\xbd\xf0\x23\x1a\x0f\x28\xee\xd2\xf4\x2e\xa3\x2e\x3b\x23\xe2\ \x56\xd7\x27\x00\x51\x71\x09\x85\x3d\xfb\x74\xcd\x51\x1f\xbf\x3e\ \xf6\xf3\xc5\x9b\x13\xbe\x94\xc2\xab\x2d\xdb\xbc\xbd\xb2\x5e\x20\ \x33\x99\xf7\xc5\xc4\xe7\x3e\xd9\x60\x5d\x7a\xf5\x35\x57\x5c\x75\ \xcd\x90\x36\xd1\x17\x9f\x7d\x61\x55\xad\xa4\x3a\x2d\xa8\x72\x2e\ \x5e\xbc\x74\x51\xb7\x3e\xeb\x6f\xbe\xcb\xd2\xa9\xa6\xb8\x92\x52\ \x29\x85\x84\x08\xbb\xb1\xa2\xb2\xda\x91\x24\x35\xb7\xfd\xb1\xc7\ \x0d\xcc\x4b\xa6\x35\x55\xe5\x8e\x6c\xce\x04\x44\x02\x5e\xe9\xe6\ \x75\xdb\x6b\x13\x9a\x15\x32\x18\x6c\x5e\x32\x7d\xf2\x67\x2b\xc3\ \x45\x5d\xf3\xd3\x92\x90\x69\xf6\xb6\x6f\x9e\x7f\x79\x92\x7e\xd8\ \xb0\x4b\xce\x18\x00\x76\x2c\xa7\xd7\xc9\x97\x9f\x3d\x60\xfd\xa7\ \xaf\xbe\x3d\x63\x2d\x33\xb4\x6f\x7d\x7f\x04\xee\x39\xb1\x58\xcc\ \x71\x1d\x3b\xe1\x71\xee\xd9\x76\xcc\x4b\xc4\x62\xdf\x57\xc5\xea\ \x7b\x5e\x7a\xe7\x63\x47\x9d\x75\xac\x57\xb9\xcd\x43\x44\x50\x92\ \x93\xe2\x2e\xbd\xba\x64\xf2\xa9\xcf\x3f\x3b\x73\xe5\x36\x87\x4b\ \x29\xbc\x9a\xed\x5b\x6a\xf3\x0b\x9d\x67\x9e\x21\x76\xb4\xf6\xfc\ \xab\xd6\x56\xa4\x5c\x72\xc3\xf5\x57\x5d\x7b\xd5\x11\x69\x95\xcf\ \x8d\x79\x65\x43\x0c\x08\xb0\x82\x92\xc2\x64\x55\x3b\x6b\xfa\x67\ \x5b\xa3\x10\x32\x4d\x46\x40\x48\xa5\x14\x20\x42\x22\x5a\x53\x5e\ \xdd\x28\xa9\x99\xd5\xbe\xc7\xe0\x01\x7d\xd3\x69\xac\xb4\xbc\x11\ \x76\xa6\xcb\x73\xcf\xcd\x3f\xf2\xa2\xc7\x1e\xff\xd7\x53\xcf\x3c\ \x33\x66\xcc\x7f\xc6\xbf\xf0\xfc\x23\x57\x9f\x1a\x26\x74\xc4\xad\ \x8f\x3f\x38\xfa\x48\xe5\x7b\x81\xb2\x07\x04\x1c\xcc\x9e\xbb\x94\ \xaa\xaa\xaa\x2a\x64\x59\x4d\x15\xaa\x9e\xe7\x11\x42\x98\xa6\x81\ \x52\xba\xae\xd7\xd7\xd5\xe9\x7b\xe4\x35\xee\x06\x82\x72\x13\x76\ \xcc\x76\x9a\x1d\x59\xcf\xf5\xf2\xfa\x0c\xbb\x68\xd8\xfc\x87\x5f\ \x5a\x60\xbb\x5c\x4a\x8f\x66\x1d\x36\xfa\xca\x4b\xff\xf9\xd4\x2b\ \x8f\x3f\x70\xd7\x6b\xd9\x69\x3a\x81\x58\x34\xd6\xef\x92\x3b\x6e\ \x18\xda\x6d\xd3\x57\xef\x3d\xfb\xfa\x9c\xfe\xa3\xfe\x3c\xa4\x53\ \xd8\x93\xe1\x4b\xae\xbc\x70\xc1\x3d\x4f\xff\xfb\x9d\xc3\x1f\x19\ \xdc\x3e\xf5\x2f\xcf\x57\xe5\x65\x8d\x69\x93\x52\xfb\xc0\xfd\x39\ \x21\x5d\x39\xf5\xeb\x6b\xa0\x9f\xc1\x18\xd5\xca\xd6\x7c\xfd\xf8\ \xd8\xb7\xed\x48\xba\xc9\xc0\x69\xa8\x2e\x97\x39\x67\x1d\x7d\x64\ \x0a\x7a\x62\x67\x4e\x3d\x73\x2b\x3f\x7b\xed\xf1\x4f\xd7\xa9\xcc\ \x14\x0b\x84\x57\x5b\x5e\x6a\x5b\xed\x2f\xbb\xe2\x9c\xc2\x34\x0d\ \xdc\x9a\x49\x2f\x3d\x37\xbb\x3c\xfd\xb6\xdb\xcf\x29\x0c\x89\x84\ \x2b\x08\x1a\x47\x8d\xb8\x60\xd0\x97\x0b\x5f\x1f\x37\xae\x77\xa7\ \xfb\xfa\xb6\xd1\x76\x2f\xe0\x54\x4a\xb3\x52\xb2\xd2\x51\x23\x7b\ \x89\x96\x28\xe9\xd8\x31\xdb\xf1\xbf\x7d\xe9\x92\x3e\xc3\xcf\x3f\ \x65\xfe\xa2\x17\xe7\x54\xbb\x42\x49\xdf\x33\xdb\xf6\x1e\x7d\xcd\ \xc5\xff\x78\xe6\xcd\xbf\xdf\xf7\xbb\x36\x59\xe9\x1a\x11\xd1\x06\ \x3e\xf4\xca\x9b\xcf\x1d\x72\x6c\xf9\x65\xc3\xb5\xfb\x9f\xf9\x5d\ \x5f\xbb\x30\x8f\x0a\xd6\xf5\xb2\x2b\xce\xbe\xfd\xfe\xe7\x9f\x7d\ \xb5\xfb\xbd\x57\x9e\x98\xd9\xe3\xb8\xb3\x4e\x9a\x37\x76\xea\x2b\ \x77\xae\x99\x91\x91\x6c\x72\xbb\x61\x53\x42\xef\xa5\x13\x8d\x91\ \x75\xb3\x5f\xff\xd7\x9b\x2b\x52\xd3\x92\x28\xca\x86\xea\x72\x37\ \xb7\xdf\xd0\xa3\xda\x49\xbf\xa5\x3f\xfe\x6d\xe1\x15\xa1\x04\x24\ \x8f\xc7\xe3\xbe\xc4\xef\xa9\x3a\x0e\x08\x08\xf8\x95\x40\xef\xbe\ \xfb\xae\x56\x7f\xa1\xeb\xfa\xd4\xa9\x1f\xbf\xfe\xfa\xc4\x4f\x3e\ \xf9\x74\xca\x47\x1f\x4d\x9d\xfa\xf1\xfa\x0d\xeb\xa7\x4d\x9f\xfe\ \xc6\x1b\x6f\x4e\xfd\xf8\xe3\x49\x93\x27\x2f\x58\xb0\x60\xc0\x11\ \x03\xba\x75\xeb\xea\xfb\xfe\xde\xa4\x1d\x40\xba\xae\xc8\x6c\xd7\ \xb1\x57\x97\x0e\x61\x2a\xa5\x02\x00\x25\x89\xd5\xae\x5d\x9e\x65\ \x59\xc5\x5d\x7b\x76\xc8\x4b\xe6\xbe\xca\x2c\xea\x76\xd4\xc0\xde\ \x69\x26\x45\xaa\x27\xa5\xa4\x17\x75\xeb\x3b\xa0\x57\xd7\xec\x08\ \xdb\xb6\x6a\x89\x93\x75\xf8\xc5\x67\x1d\x9b\x42\xa5\xe7\x8b\x94\ \xdc\xf6\xf9\x69\x9a\x5d\x6e\xf7\xf9\xbf\x07\xcc\xd2\xad\x30\xf1\ \xd5\xbc\x63\x7a\x33\xcf\xb7\x22\x91\xf4\xdc\xa2\xa3\x8e\x1b\x7a\ \xdc\xa0\x5e\x19\x61\x1d\x19\x63\x8c\x00\x61\xe1\x48\x72\x6e\x71\ \xaf\x73\x2e\xbe\xec\xc4\x7e\xed\xe4\xb7\x4d\x03\x94\x22\x7a\x66\ \x66\x4e\x92\xa9\x51\x4d\x4f\x4e\xcb\xee\x3e\x70\xe8\xe5\x57\x5c\ \x76\x74\xa7\x2c\xc1\xa5\x1f\x2b\x5b\xb1\xbe\xae\xeb\xf1\x23\x4f\ \x1f\xd4\x19\x85\xaf\x00\x94\x94\x2c\x29\xab\x30\x3b\x59\xfa\x32\ \x23\xbf\xb0\x6d\x56\xf2\x6e\x2b\xe4\x49\x21\x52\x8b\x0e\x3f\xed\ \xf8\xc3\xd3\x4c\x10\x7b\xa6\x43\x22\x82\xe4\x9e\x20\xf9\x9d\x7a\ \x75\x2f\xc9\xc6\xa6\x7f\xab\x24\x31\x52\x0b\x0a\x72\x0d\x3d\xb9\ \x5b\xef\xde\xf9\x49\xcc\xe7\x90\xd3\xe1\xb0\x41\x47\xf4\x48\x31\ \x08\x32\x3d\x29\x25\xa3\xe4\xb0\xbe\xfd\x7a\x76\xcb\x8c\xe0\x1a\ \xe1\x73\xa1\x1d\xf6\xf6\xab\x24\x92\xe4\x0d\x38\x2a\x3d\xaf\x20\ \x53\xc3\x04\x58\x1d\x8a\x0b\x43\x66\xa8\x53\xaf\xfe\x5d\xf3\x52\ \x00\x88\x15\x89\x64\xe6\x15\x1d\x75\xdc\x49\xc7\x0f\xec\x96\x16\ \xd6\x28\xd1\x19\x01\x64\x66\x38\x92\x52\xd2\xeb\xe8\x4b\x47\x5f\ \xd4\xaf\x20\xd9\xe7\x7b\x9b\x29\x45\xe1\xb9\xca\x4a\xed\x76\x58\ \xaf\xbc\x14\x4d\x06\xe9\xee\x01\x01\xbf\x7e\xf6\xda\xcf\xdd\xb2\ \xcc\x07\x1f\x7a\xe4\xeb\xaf\xbf\x36\x0c\x83\x73\x9e\x95\x95\xf5\ \xc4\xe3\xff\x5c\xb1\x72\xe5\x03\x0f\x3c\xa8\xeb\x3a\x00\xb8\xae\ \x7b\xe3\x0d\x37\x8c\x18\x71\xaa\xbd\x67\xf3\x96\x66\x9f\x15\xd0\ \xb4\x42\x1a\x0a\xdb\x4e\xb4\x88\x42\x2b\xa4\x7a\xc8\x32\x84\xe7\ \x38\x2e\x6f\xda\x4c\x28\xd3\x0d\xa3\xa9\xf6\x5d\x49\xe1\xb9\x8e\ \xc7\x95\x66\x86\x2c\x0d\x6c\x3b\xb1\x43\x34\x29\x33\x74\x43\xbf\ \xfb\x77\xf0\xf4\xbf\x13\xcf\x3d\xc7\x2f\xbc\x48\xf3\xb9\xbe\x63\ \xaa\x54\x49\x21\x7c\xcf\xf3\xb9\x40\xca\x0c\xc3\x60\x94\x00\x80\ \x52\xd2\xf7\x5c\xcf\xdf\x5d\xd4\x28\xd3\x75\xbd\xa9\xba\x15\xa4\ \xe0\x9e\xe7\xf1\xa6\x9e\x2f\x48\x43\x21\x8b\x48\x3f\x9e\x70\x5b\ \x36\x3a\x63\x86\x65\x19\xd4\x4d\xd8\x9e\xdf\x7a\x34\x1d\x71\xef\ \xfd\xbe\x90\x5a\x21\x8b\x08\x37\xee\xf8\x2d\x4d\x43\x35\xc3\x32\ \x35\x3f\x11\x77\xc4\x8e\x69\x62\x42\x35\xc3\xd0\xe9\x0e\x23\x70\ \xd7\x71\x7d\xa1\xf4\x48\x12\xb8\x09\x7a\xf5\xd5\xda\x7b\xef\x27\ \x5e\x79\xd9\x3f\x75\x84\x05\xc0\x40\xd8\x09\x47\x2a\x00\x24\xba\ \x61\xe8\x4d\x49\xfa\x4a\x49\x29\x7c\xcf\xf3\xb8\xa4\xac\xe5\xae\ \x84\xe7\xba\xbe\xd8\x7b\xc7\x18\xa5\x88\x66\x58\xa6\xee\x3b\xf1\ \xa0\x71\x58\x40\xc0\x41\x1e\x96\x91\x52\xf5\xe8\xde\x7d\xd6\xac\ \x59\xae\xeb\x2a\xa5\xea\xea\xea\xde\x7e\xfb\x9d\xb2\xf2\x32\xce\ \x39\x00\x70\xce\x33\x32\x33\x8a\x8a\xdb\xef\xd5\x6d\xff\x36\x2c\ \x13\x77\x77\xba\xf1\xcd\x9b\x95\xf0\xe3\x31\xbf\xe5\x66\x29\xb8\ \x63\xf3\xdd\xe4\x92\xbb\x76\xb4\xe5\x22\x16\x21\x4b\x8e\x1d\x0b\ \x8f\x3d\xee\xde\xf5\x7b\x7e\xd6\x59\x60\xc7\x7d\x29\x7d\x77\x77\ \x95\x55\x52\x38\x09\xfb\xbb\x4f\x5b\x70\x2f\xc1\xbd\xd6\x64\x4e\ \xd8\xf1\xd8\x9e\xa7\xc1\xbd\x44\xd4\x83\xdd\xcf\x63\x17\x79\xdc\ \xfb\x87\x29\x91\x68\x6d\x9f\x82\xbb\xb1\x98\xdb\x72\x97\x52\xf8\ \x09\xdb\xdf\xcd\x08\x7e\x3c\x0a\x86\xc1\xef\xbf\x9f\x2e\x5b\x6e\ \xfc\xfe\xf7\xa2\x4b\xd7\x44\x51\x7b\x6c\xee\xa1\xaf\xa4\xe7\x24\ \xbc\x3d\x47\x0b\x7b\xec\xea\x3b\x1f\xf1\x28\xb9\x17\x8f\x79\x7b\ \x3f\xbf\x80\x80\x80\x83\xc5\x73\x47\x44\xce\xf9\xd2\xa5\xcb\xb6\ \x6f\xdf\xce\x39\x57\x4a\xb9\xae\x4b\x08\xd1\x75\x1d\x10\x4d\xc3\ \xe8\xdc\xb9\x53\x71\x71\xd1\xcf\x37\x84\x37\x0c\x3a\x6f\x9e\x75\ \xda\x19\xe2\xf0\xfe\x89\x57\x5e\x86\x70\xf8\xd0\x5a\x60\xda\xb2\ \xe8\x17\x5f\x58\x67\x9e\x25\x4e\x38\x21\x31\xee\x39\xb0\xac\x60\ \x7d\xed\x80\x80\x80\x1f\x23\xee\x00\x40\x08\xd1\x34\xad\x79\x15\ \x3d\xa5\x54\xf3\x6c\x5b\x53\xca\x9d\xe7\xf9\xdf\x97\x72\xbd\x9f\ \xd0\x75\xac\xa9\xb1\xce\x3b\x9f\x6c\xdb\x1e\xff\xe0\x3d\xd5\xad\ \x2b\xd8\x87\xd8\xba\x45\x88\x10\x0e\x6b\x4f\x3c\x69\xde\x76\x9b\ \xfb\x97\xff\xf3\x6e\xbf\x1d\x6c\x3b\xb8\x7d\x03\x02\x02\x7e\x70\ \x58\x06\x00\xa4\x94\xee\x2f\x61\x6d\x4f\x44\x00\xd0\x1f\xfb\x07\ \x9d\xfd\x75\x62\xc2\x04\xd5\xa5\xcb\x21\xa7\xec\x00\xa0\x14\x38\ \x8e\x7f\xd9\x28\xf6\xd5\x57\xc6\x43\x0f\x8b\x7e\xfd\xc5\xe0\x63\ \xe0\x17\xb8\xc0\x61\x40\x40\xc0\x2f\xdf\x73\xff\xe5\x44\x24\xd8\ \x7b\xef\x5b\x17\x5d\xe4\x5d\x7b\x8d\xfb\xe8\xa3\x3f\xf7\x5a\x16\ \xbf\x28\x4c\x13\x37\x6d\x0a\x9d\x3a\x42\xa5\xa6\x26\xde\x7a\x4b\ \x65\x67\x81\xe7\x05\x37\x71\x40\x40\xc0\x9e\x90\x5f\xfa\x01\x1a\ \x06\x6e\xda\x6c\xdc\x77\x9f\x38\xec\x30\xef\xb6\xdb\x40\xca\x43\ \x57\xd9\x01\xc0\x71\x54\x51\x91\xfb\xc0\x9f\xe9\xc2\x85\xfa\x13\ \x4f\x28\x44\x08\xd2\xd2\x03\x02\x02\x7e\x7d\xe2\x4e\x08\x08\x61\ \xfc\xed\xaf\x64\xd3\x26\xf7\xa1\x07\x65\xbb\x76\xe0\xfb\x87\xfa\ \x15\xf3\x3c\x7e\xe6\x48\xff\xea\xab\xf4\xa7\x9e\xd2\xa6\x4e\x05\ \xd3\x0c\x6e\xe2\x80\x80\x80\x5f\x99\xb8\x2b\xc3\x60\xef\x7f\xa0\ \xbd\xf0\xa2\x77\xd3\x4d\x62\xc8\x10\x4c\x24\x82\x0b\xd6\x34\x70\ \x71\xef\xb8\x43\x76\xea\x64\xfc\xe9\x7e\x2c\x2d\x05\x5d\x0b\xac\ \x12\x10\x10\xb0\x1b\x18\x6d\x6c\xf8\x91\xca\xdb\x22\xb5\x9b\x52\ \xaa\x69\x9a\xda\x7f\x89\x33\x08\x4a\xea\xba\xbf\x69\x63\xe4\x94\ \x11\x90\x96\xe6\x7f\xf0\x9e\x4a\xcf\x00\xcf\xdb\xc7\x3c\x6c\x44\ \x90\x52\xc9\x83\x38\x7e\x13\x36\xd9\x3b\x1f\x68\xe7\x9f\xe7\xdd\ \x7c\x93\xf7\x7f\x8f\x50\x5f\xa2\xda\x27\xf3\x23\x20\x17\x9e\x54\ \x02\x71\xc7\xc2\xaf\x6a\x27\x88\x88\xd8\x62\x37\x88\x1a\x63\x41\ \x37\x82\x80\x80\x5f\x29\x6c\xc5\x8a\x15\x3f\x4e\xd9\x4b\x4a\x4a\ \x4c\xd3\x94\x52\x12\x42\x96\x2d\x59\xb4\x75\xdb\x56\xba\xff\x5a\ \xc5\x2a\x00\xd4\xf5\xc3\xff\xfb\xba\xb9\x7a\xf5\xcc\x3b\x6f\xaf\ \x9b\xfd\x15\x71\x9c\x7d\xaf\xb0\x51\x0a\x74\x0b\xad\x14\x54\xf2\ \x60\x1d\x71\x11\x95\x25\x4b\x4e\xea\xdf\xfe\xd9\x67\x57\x95\x64\ \x57\xf4\xee\x44\xf6\xed\xc9\xa7\x94\x48\x8f\xb4\x0d\x59\x29\x9c\ \xfb\xf1\x58\x54\x08\x41\x29\x0d\x85\xc2\x4c\xd3\x3c\xcf\x8d\x44\ \x92\xdb\xe4\xe5\x37\x6d\xac\xac\xac\x58\xbd\x72\xb9\x94\x2a\xd0\ \xf7\x80\x80\x5f\xa5\xb8\x27\x7e\x54\xac\xa3\xc9\xd7\x6b\xfa\x59\ \xd7\xf5\xb5\x6b\xd7\xfe\xe9\x4f\x7f\x0a\x85\x42\xfb\xeb\xb0\x12\ \x84\x0c\x6c\x8c\x9e\xb4\x65\xdb\xdb\x39\xd9\x0f\x7e\xf4\x91\xfa\ \xe0\x83\x1f\x14\x3f\xf2\x1d\x55\xd4\x5f\xeb\x73\xaa\xee\x3b\x07\ \x69\x9b\x14\x05\x42\x23\x59\xc7\xc1\x35\xf3\xb8\xf5\xd8\x1f\x3f\ \xbf\xb5\x93\xa7\x53\xba\x0f\x05\x65\x8e\x1b\xbd\xe2\xe4\x67\xf2\ \xb2\x7a\xae\x5d\xbb\xcc\xb2\xc2\x96\x15\x12\x52\x08\xdf\xcf\xc8\ \xcc\x22\x84\x54\x57\x55\xee\x7c\x42\xa0\x92\xf2\xed\xb7\xdf\xad\ \xae\xa9\xd1\xb4\x20\xec\x13\x10\xf0\x2b\x14\x77\x42\x7e\x4c\xd8\ \x7d\xb7\x18\x00\xa5\xd4\xb2\x2c\x73\x3f\x4d\xee\x09\xc4\x34\x21\ \xef\xa8\x6f\x68\xb0\xac\x17\xb2\xb3\x18\x63\xda\x0f\x6c\x2f\x4c\ \x51\x19\xba\xa6\x51\x1d\xe8\x41\xdb\x03\x4b\x53\x50\x93\x4b\x3e\ \x3f\xbd\xe0\xec\xf1\xeb\x06\x7d\x15\x9d\x71\x52\x1b\xcd\xff\xfe\ \x71\x8a\xd4\xb8\xeb\xba\xeb\xd6\xac\xce\xce\x6d\x93\x9d\xd3\x86\ \x52\x2a\xa5\x88\x45\x1b\x2b\xca\x4b\xc3\x91\x24\xd2\x62\xec\x85\ \x88\xba\xae\x1b\x86\xc1\x18\x0b\xbe\x27\x01\x01\xbf\xbe\xe1\xfd\ \x2f\xf0\x98\x3c\xc4\x53\xeb\xea\x7a\xc5\xe2\xff\xc9\xcd\xde\x6c\ \xe8\xfb\x33\x96\x7f\x90\x3d\x99\xb9\x5c\x34\x20\x63\x4d\xcf\xb4\ \x63\xa7\x94\x65\x97\x25\xb8\xf6\xfd\x57\x93\x10\x5a\xb6\x7d\x5b\ \x5a\x7a\x46\x5e\x7e\x01\x80\xe2\xdc\x97\x52\x26\xa5\xa4\x66\x66\ \xe7\xd6\xd7\xd7\x41\x60\xea\x80\x80\x43\x40\xdc\x91\x32\xa6\x31\ \xfa\x33\x07\x5c\x7d\xc4\x0e\x8e\x33\xba\xa2\xf2\xeb\xe4\xe4\x8f\ \x53\x53\x8c\x40\x6e\xbe\xe3\xe2\x09\xf0\x75\xf2\xd9\x69\xf9\x46\ \x42\x1c\x37\xa5\x8c\x08\xf5\xfd\x1d\x1d\x11\xe2\xf1\x78\x4e\x4e\ \x2e\xe7\xbe\x52\x8a\x52\x8a\x88\x42\x88\xa4\xa4\x64\x25\xa5\x94\ \x32\xb0\x6a\x40\xc0\x41\xe2\xfc\xed\x45\x02\x08\x05\xaf\x74\xfd\ \x9a\x5a\x11\x2e\x2a\xcc\x0f\x31\x50\x7b\x84\x62\x0e\x04\x12\x11\ \x01\x2e\xad\xac\x49\xe3\x62\x4c\x6e\x76\x8c\x52\x33\x90\x9b\xef\ \xbe\x7e\xbe\xdc\xd4\x31\x69\xf6\x90\x9c\x41\x9f\x94\x2e\x1e\x90\ \xb1\xba\x47\x8a\xe6\x7d\xbf\xc5\x18\xd3\x00\x85\xe7\x79\x6b\xd6\ \xae\x6d\x9b\x9f\x1f\x0e\x87\x09\xa5\x80\xa8\xbe\xaf\x53\x90\x52\ \x2a\x98\x5e\x3d\x70\x28\x05\x4d\x61\xd2\xdd\xbe\x6b\x81\xd9\x0f\ \xb4\xd9\x77\x4f\x15\x3b\x28\x2c\xcf\x5a\x57\x76\x69\xcf\xff\x6c\ \xca\xc2\x8d\xd5\x7e\xa4\x20\x3b\x3f\x7b\xfd\x9c\xe9\xbc\x6d\xbf\ \xbe\xc5\x99\x82\x1f\xd8\xec\x42\x0f\x71\x40\x34\x3a\xb2\xb6\xf6\ \xf5\xcc\xf4\x05\x91\x70\xa0\xec\xfb\x02\x4a\x35\x6b\x68\x4e\x8f\ \x05\xb5\x43\x26\x95\x6e\x29\x0e\x7b\x3a\x25\xfb\xd6\xaa\xb3\xba\ \xba\xba\xb6\xb6\x96\x51\x5a\x5c\x5c\xfc\xbd\x29\x31\x8e\xe3\x9c\ \x78\xe2\x49\x03\x8f\x3c\xd2\x09\x1a\xda\x1c\x30\x74\x5d\x7f\xf9\ \xa5\x17\xb7\x6c\xd9\x62\x9a\x66\x93\xd0\x70\xce\xb3\xb3\xb3\x2f\ \xbb\xec\x72\x7e\x28\x17\x66\x1f\x60\x0c\xc3\x58\xbc\x78\xd1\xbb\ \xef\xbc\x1d\x89\x24\x35\xeb\xbb\xe7\x79\x17\x5e\x74\x71\x61\x61\ \xa1\xff\xab\x2d\x9c\x6c\x45\xdc\x09\x21\x76\xd5\xd6\x35\x35\xfa\ \x88\xf3\xce\x5d\x35\x6b\x8e\x64\x06\xe1\x76\x45\x5d\x0c\x30\xeb\ \x40\xbb\xed\x21\x29\x47\x57\x56\xd7\x51\xfa\x7a\x66\x26\x81\x20\ \x20\xb3\x6f\x97\x50\xa8\xba\x4c\x63\xc6\xc9\x6d\x46\xbe\xb4\xa9\ \xe7\xbc\xda\xd9\xc7\x66\xeb\xdf\xb7\x06\xaa\x02\x05\x4a\xe5\xe5\ \xe5\x15\x14\x14\x48\x29\xa5\x94\xdf\x3b\x2c\x53\x4a\x59\x96\x95\ \x96\x96\x96\x08\x4a\xc9\x0e\x18\x96\x65\x55\x57\x57\x95\x95\x6e\ \x2f\x6c\x5f\x44\x08\x69\xba\x28\x84\x90\xd4\xb4\x34\x1e\x74\x78\ \x3e\x60\x84\x42\x61\xa5\xd4\xc6\x0d\x1b\x4a\x3a\x76\xb2\x2c\xab\ \xc9\xec\x4a\xa9\x48\x24\x92\x96\x96\xe6\xfd\x6a\xdb\x37\xb5\x1e\ \x96\x61\xba\x61\x10\xbf\xa6\xba\xde\x57\x10\xaf\xde\xbe\xa9\x2c\ \x9a\x5e\x90\x74\xa0\x47\x27\x3e\xe2\x49\x75\xf5\x47\x35\x46\x1f\ \xcd\x6f\xb3\xd1\xd4\x8d\x60\xb1\xb7\x7d\x1d\x55\x02\xe3\x6a\xe1\ \x91\x19\xbd\xe7\xd6\x0c\x9e\x5c\xb6\xea\xb0\xd4\x68\x8a\x46\xc5\ \xf7\x58\x8f\x10\x42\x28\x45\x00\x42\x88\xd8\x37\xaf\x50\x4a\x29\ \x84\x10\x81\x0b\x79\xc0\x10\x42\xba\xae\x6b\xc7\xed\xa6\xf2\x91\ \x16\xdb\x03\xb3\x1f\x48\xb7\x52\x0a\xce\x79\xc2\xb6\x3d\xd7\x0d\ \x85\x42\xcd\x8e\xce\xaf\xfd\x86\x6f\x45\xdc\xa5\x10\x46\x5a\xbb\ \xfe\x5d\x36\x7e\x3e\xed\x53\x9b\xcb\x4d\x15\x65\xe9\x45\x7d\x7b\ \x15\x65\xc8\x03\x19\x93\xe1\x88\xc9\x9c\x5f\x5e\x59\xb5\xda\x34\ \x3f\x48\x4f\xd3\x64\xb0\xd8\xdb\x0f\x8b\xcc\xd8\x11\x6d\xc6\xb0\ \x36\xa3\x9e\x58\xdd\x7f\x56\xd5\x27\x67\xb4\xa5\x7b\xbf\x23\x11\ \x91\x31\xad\xac\x62\xf3\xe6\x4d\x9b\x38\xe7\x94\xd0\x36\x79\x79\ \xed\x8b\x8a\x83\x62\xa5\x5f\xc4\xa5\x44\xfc\x71\xd9\xc9\x01\x3f\ \x11\x42\xc8\x41\xf6\x15\x68\xd5\x73\x57\x5c\xd2\x0e\xfd\x4f\x48\ \x6b\xd3\x61\x73\x45\x03\x35\x93\xb2\x32\xd3\x99\xe4\xf2\x40\x26\ \xce\x78\x88\xe7\xd7\xd5\x77\x8c\xdb\xf7\x14\xb7\xaf\x61\x2c\x14\ \x44\xdb\x7f\xe8\x85\xf4\xe5\xea\x1e\x29\xab\xfa\xa4\x1d\xfd\x71\ \xf9\x92\xfe\x19\xd5\xb9\x06\xf3\xd5\xde\xe4\x63\xd9\xd2\xc5\x65\ \x15\x5b\x3a\x94\x74\x4a\x4d\x4d\x6b\x6c\xa8\x5f\xbf\x7e\x7d\x75\ \x75\x8d\x69\x06\xcd\x06\x02\x02\x0e\x6e\x71\x47\xa4\xe8\xaf\x99\ \xfb\xe5\xac\xc5\x9b\x39\x21\x04\xa4\x27\xac\xa3\x4f\x19\xd6\xb5\ \x4d\xca\x01\x9a\x50\xf5\x11\xf3\x3c\xef\x92\xca\xea\x85\xc9\x49\ \xd3\x53\x92\x83\xf4\xc7\x1f\xe3\x77\x48\xe5\xeb\x64\xfa\xf0\x36\ \xd7\xfc\x6d\xd5\xc0\xe9\x15\x1f\x5e\xd0\x4e\x21\xe0\x1e\x86\x24\ \x48\xa2\xd1\xc6\xca\x8a\xf2\xe3\x8e\x1f\xca\x98\xe6\xb9\x4e\xc8\ \x32\xb3\xb3\xb3\xe7\xcf\x9f\x5f\x53\x1d\xeb\xd8\xa9\x53\xb0\x88\ \x6a\x40\xc0\x41\x2b\xee\x88\xc4\xab\xdf\x3c\x67\xe1\x96\x2e\x43\ \x4e\xeb\xd1\xc6\x12\x42\x2a\x85\xba\x69\x1c\x20\x65\x57\x00\x12\ \x61\x64\x6d\x5d\x9e\xe7\xfd\xa5\x6d\x5e\x9c\x90\x20\x49\xe6\xc7\ \xa1\x79\x72\x63\xa7\xa4\x85\x47\x66\x1c\x3e\xa3\x72\xc1\xa0\xac\ \xb2\xb6\x16\xe3\x7b\xa4\x76\x81\x92\x52\xf6\xe8\xd9\x5b\xd7\x75\ \xd7\x71\x94\x54\xbe\xcf\xa5\x94\x1d\x4a\x3a\x2c\x9c\x3f\x4f\x88\ \xc0\xf2\x01\x01\x07\x8b\xc3\xd7\xea\xb0\xdd\x77\x6d\x95\x94\xdd\ \xae\x20\x27\x64\x1a\x96\x65\x85\x42\x26\x23\x07\xca\xa3\xe3\x88\ \x6d\x5d\xef\xbc\xaa\x9a\x99\xc9\xc9\xb3\x93\x93\x8c\x40\xd9\x7f\ \xd2\x93\x12\xbf\x3a\x21\x87\x48\x75\xe4\xe7\x15\x00\xd0\xea\xc4\ \x05\x12\x9a\x91\x99\xc5\x39\x57\x00\x0a\x94\x02\xe5\xfb\x5e\x52\ \x52\x32\xa1\x54\xca\x60\xd6\x2e\x20\xe0\xe0\xf5\xdc\x95\x52\x46\ \x28\xd5\x6c\x9c\xfe\xc1\xeb\xaf\x44\x18\x28\x90\x5c\x86\x06\x9c\ \x70\x7c\xa7\x9c\xc8\x81\xf0\xec\x24\xe2\xc8\x9a\xba\x34\xce\x5f\ \xc9\xce\x70\x11\xcd\x20\x26\xf3\x53\x2e\x27\x57\xdb\xdb\x85\x17\ \x1e\x95\xd5\xf7\xeb\xea\xb9\x83\xb3\xb6\x16\x45\x5a\x6b\x38\x83\ \x84\x10\xa9\x00\x11\x00\x01\x24\xc0\xce\x7e\xbf\x81\x01\x03\x02\ \x0e\x5e\x71\x47\xc2\x28\x91\xe1\xec\x21\xa7\x9d\x51\x6f\xfb\x80\ \x4d\x1d\xbf\x59\x46\x92\x2e\x0f\x40\x6e\xa2\x87\xd8\xde\x71\xcf\ \xaa\xad\x9d\x9e\x9a\xbc\x30\x1c\xd6\x02\xb7\xfd\xa7\x81\x4a\x29\ \xc4\xd9\x43\x72\x7a\xcd\xa9\x39\x72\x5a\xe5\xf6\xc2\x70\xab\x91\ \xf7\x9d\x3d\x64\x10\x14\x00\x82\x52\xa0\x64\xf0\x50\x0d\x08\x38\ \xa8\xd8\x35\x2c\x83\xa8\xb8\xbd\x6d\xcb\xf6\xa8\x2b\x08\xd5\xad\ \x50\x38\x64\x85\x42\x56\x28\x14\xb2\x18\x21\xb0\xbf\xab\x8a\x14\ \x80\x02\x3c\xbd\xb6\x2e\x85\x8b\xff\x66\x66\xba\x64\xff\xf5\x83\ \x3f\xc4\x9d\xf7\x82\xd0\x82\x41\x99\xbd\xe6\xd4\xb4\xdd\x14\x17\ \x8c\xec\xc5\xf6\xcd\xd7\x53\xa9\xa6\x4b\x11\x10\x10\x70\xb0\x7a\ \xee\x88\x44\xd8\x55\x5f\xcd\x58\xd8\x73\xf0\x51\x55\x0b\x3e\x5f\ \x5d\xdf\xa4\x0c\x52\x62\xf2\xa0\x93\x4e\xe8\x94\x1d\xe1\xfb\x35\ \x2c\xc3\x11\xdb\x79\xee\xc8\x9a\xda\xe9\x29\xc9\x8b\x22\x21\x7d\ \x0f\xb7\x5d\x72\x37\xe1\xf8\x80\xa0\x14\x6a\xba\x8e\xa0\xa8\xa6\ \x33\x54\x9e\xe7\x21\xd5\x94\xf0\x91\x19\x1a\x05\xcf\x71\x41\xd3\ \x35\x12\x44\x15\xbe\x65\xfe\xd1\x59\xfd\xbe\xac\x3e\x62\x46\xd5\ \xb6\xf6\xad\x3a\xef\xa8\x00\x90\x10\x9d\x68\x82\x73\x05\x2a\x58\ \x68\x3b\x20\xe0\x60\x16\x77\x25\x05\x4b\x29\x3c\xeb\x82\x42\x4a\ \x49\xa7\xfc\xf3\x8f\x54\x00\x00\x04\x55\x43\x4d\xb5\xaf\x53\xb1\ \xbf\xc3\x32\x1c\xf1\xd4\xda\xfa\x54\xce\x27\x66\xa6\x7b\x48\xcc\ \x5d\x97\x4d\x12\x42\x64\xb4\x1f\x78\x64\xef\x7c\xd7\x76\x0c\x53\ \x2f\x5d\xbb\xac\x41\x6a\xb5\xdb\x37\xd4\x26\x68\x61\xd7\xae\xa2\ \x76\x0b\x49\x6f\xc7\xcb\x57\x95\x36\x60\x61\xf7\x5e\xaa\x62\xc3\ \xb6\x46\x97\x06\x0a\xb5\xd3\x79\x2f\x2b\x08\x2d\x1a\x98\xd1\x77\ \x76\xcd\xec\x21\xd9\xdb\x0a\xc3\xbb\x47\xde\x11\x19\x21\x35\x35\ \xd5\xdb\xb7\x6d\x4b\x8a\x24\x25\xa5\x24\x07\xcd\x7e\x03\x02\x0e\ \x66\x71\x27\x84\x36\x6c\x5b\xb9\x64\x7d\xb9\xc4\x9d\xc5\x5a\x88\ \x54\xb9\x1b\xd7\x6d\xef\x32\x64\x44\x56\x6a\x98\xfb\xfb\xad\xc1\ \x85\x8f\xd8\xd6\xf3\x46\xd6\xd4\x7e\x95\x9c\xb4\x28\x1c\xde\xb3\ \x69\x3b\x22\x0a\x3f\x1e\x75\xcc\x13\x86\x1f\xb3\x76\xea\xdb\x4b\ \x79\xc6\xb0\x53\x07\x7e\xfe\xc2\x3f\xd7\x54\xe8\xa7\x0c\x3e\x55\ \x2d\x79\x43\xeb\x77\x5a\x6c\xea\xea\xb5\xe5\xb4\xdf\xc9\xa7\x8b\ \x4f\x9f\xdb\x54\xe7\x50\x16\x88\x7b\x93\x5b\xae\x14\xe2\xdc\xc1\ \x59\xfd\xbe\xaa\xee\x3f\xb3\xaa\x95\xc8\xbb\x92\x52\x29\xc3\x30\ \x33\xb3\xb2\x35\x5d\x93\x52\x41\x90\xdf\x1e\x10\x70\x10\x8b\x3b\ \x20\x20\x4a\xd7\x75\x25\x52\x6c\xd2\x57\x54\x92\xcb\x76\x3d\x8f\ \xe8\x92\x97\xba\x1f\xdb\x0f\x28\x00\x89\x78\x72\x5d\x43\xae\xef\ \x3f\x58\x90\xef\xb4\x96\xdb\x4e\x08\x69\xd8\xb6\x68\x6a\x69\x4d\ \xbb\x8e\x69\xb3\x3e\x9d\xb2\x50\x74\x3f\x89\xe5\x0c\x1d\x79\x51\ \x87\x3a\xd6\x3b\xdf\xf8\x6a\x1e\x07\xd7\xe1\x12\x10\xc1\x77\x1d\ \x21\x02\xc7\x73\xd7\xeb\xea\xab\x6d\xed\x23\x8b\x8f\xc8\xe8\xf3\ \x75\xf5\xec\xe3\x73\x2a\x73\xcd\xdd\xba\xcd\x20\xa0\xe7\x79\xf5\ \x75\xb5\xe1\x48\x24\x1c\x0a\x07\x16\x0b\x08\x38\x98\xc5\x5d\x0a\ \x91\xd4\xb6\xc7\xf0\xf6\xbd\x00\x90\x31\xa6\x84\xef\x71\x49\x28\ \xd5\x28\xf1\xdc\x84\xbf\xff\x04\x54\x22\xa6\xf9\xfe\x99\x35\x35\ \x73\x93\xc2\xf3\x92\x22\x7b\xcb\x6d\x27\xcc\x08\x99\x16\x63\xcc\ \xb4\x42\x86\xcb\x94\x74\x1b\x6a\xab\xab\x6b\xb4\xb8\x5b\xd4\x94\ \xb8\x27\xa5\x90\x12\xa4\x82\x20\x8d\xaf\x55\xe6\x0e\xce\xea\xfd\ \x75\x55\xdf\xaf\xaa\x26\x9d\xd7\x6e\x37\x71\x57\xa0\x74\xc3\x48\ \xcf\xc8\x64\x8c\x29\x21\x30\x98\x50\x0d\x08\x38\x98\x3d\x77\x00\ \x25\xb8\x2b\x04\xa5\x50\xb9\x61\xd1\xac\xaf\x16\xd4\x47\x3a\x9c\ \x7a\xc2\x11\xbc\x7a\x2b\x24\xb7\xc9\x4a\x36\xf6\x57\x36\xa4\x4b\ \xf0\xcc\x86\xc6\xc2\x84\xfb\xaf\x36\x6d\x12\x94\x58\xdf\x35\x4f\ \x8b\x4d\xcd\x0b\x01\x29\xf2\xda\xf9\x33\x3f\x9b\xbd\x5d\xcb\xe8\ \xd4\x83\x4a\xdf\xe5\x46\xdb\xfc\x6c\x6d\x0b\x6d\x97\x69\x2e\xb1\ \x9d\x60\x3e\x75\xf7\x4b\x2b\xd4\xd6\xa2\xc8\xea\x5e\xe9\x87\xcf\ \xac\x9a\x7d\x5c\x4e\x5d\x86\xde\xb2\x60\x15\x01\x3d\xd7\xad\xae\ \xae\x0a\x87\x22\x49\x49\x91\xc0\x5c\x01\x01\x07\x19\xad\x55\xa8\ \x12\xc2\xa3\x65\x33\xbe\x58\x60\xe4\xb6\x37\x13\x75\x1e\xc0\xd6\ \x95\xdf\x2c\xd9\x5c\x83\x74\xff\x64\x2a\x72\xc4\x34\x9f\x9f\x5d\ \x5d\xbb\x2a\x12\x9a\x9d\x1c\xd1\xbe\xfb\x81\xa1\x78\xac\xa1\xc1\ \x57\x48\x80\x47\x1b\xe3\xa8\x5b\xe1\x90\xc9\x13\x51\xd7\xae\x9f\ \xfd\xf9\xb4\xb4\xa3\xaf\xf9\xf3\x3d\x57\x3a\x4b\xa6\x2d\xda\xd6\ \xc8\x68\xd0\x4b\x6f\xd7\xeb\x28\x95\x60\x38\xfb\xb8\xec\x50\x23\ \xef\x39\xb7\x46\x51\x6c\x11\x57\x47\x05\x4a\xd3\xb4\xd4\xd4\xd4\ \x70\x24\xac\x64\xd0\x5e\x39\x20\xe0\x60\xf7\xdc\x01\x00\x11\xdd\ \x78\xbd\x6d\xe6\x0e\x39\xa2\xef\xa2\x69\x5f\x12\x42\x89\x92\xfb\ \xf1\xeb\xef\x23\x0e\x8c\xc6\xba\x26\x12\x0f\x16\xe4\x37\x50\x6a\ \x7d\x47\xe1\x12\x52\xf4\xca\xde\x18\xff\x22\xa2\x11\x81\x6d\x13\ \x5f\x7a\x09\x11\x43\x94\x4f\x9f\x38\x0e\x10\x85\x98\x33\xf6\xf1\ \x25\x86\x06\x89\x78\x02\x28\x0b\xa4\x7d\x4f\x34\x5f\xae\xef\x9c\ \xb4\xa1\x5b\xf2\xe1\x5f\x56\xcd\x3f\x26\x3b\x11\x6a\x36\x92\x52\ \x52\x99\x96\x65\x5a\x96\xeb\x38\x76\x3c\xfe\x13\x26\x54\xd5\xa1\ \x96\x68\x83\xd8\xb4\xdc\x09\xe0\xce\xea\x80\xa6\xa8\xa0\xda\xb5\ \xd0\xb7\xd9\x2e\x3b\x36\xb6\xb0\x53\xd3\x9b\x94\xfa\x49\xa5\x63\ \x07\xa5\xdd\x11\x9b\x0b\xec\x9a\x7f\xda\x25\xe8\xba\xd3\xc2\x4a\ \x29\xb5\xe3\xd5\x2e\xff\xbe\xd9\x3a\xcd\xff\x6f\x61\x25\x05\x4a\ \x29\x68\x6d\x39\xbd\x83\xd2\xec\xad\xf5\x73\x97\x32\x9c\x9e\x97\ \xaf\x2d\x9c\x32\xe9\x53\x2f\x1e\x8d\x7d\x3e\xb9\xac\x1c\x8f\xeb\ \x9f\x8d\xfb\xa3\x7c\x54\x02\x58\x42\x8e\xac\xad\xdb\x6a\x18\x33\ \x52\x92\xf5\x7d\xd8\x67\xf3\xe5\xfb\xf6\x3a\x22\x02\x00\xa5\x0c\ \xa4\xef\xba\x40\x18\xfb\x61\x37\x10\x05\x4a\x40\xf8\x3b\xbf\x99\ \x04\xa8\x8e\x20\x14\xf7\x01\x10\x98\x8e\x08\x20\x3c\xb5\xd7\xc7\ \x19\x02\xd3\x50\xfa\x3b\xde\x80\x04\xa8\x86\x08\xc0\x3d\xa5\x10\ \x98\xb6\xe3\x30\xa5\xaf\x9a\x7a\xaa\x13\x0d\x29\x05\x50\x20\xb9\ \x12\x02\xa8\x86\x20\x54\x53\x20\x8a\x30\x40\x00\x71\xe0\xd6\xd8\ \x51\xc0\x75\x32\xef\xe8\xac\x0b\xc6\xac\xef\xba\xb8\x6e\xde\x31\ \x59\x28\x5a\xde\xa6\x92\x73\x21\x38\xff\x29\x99\x32\x84\xd0\x83\ \x36\xd3\x06\x5b\xdf\xb0\xe3\xeb\x8d\xd8\x5c\x1e\xd0\xbc\x64\x92\ \x52\xd2\xf7\x7c\xce\xb9\x52\xd2\x30\x0c\xa6\x69\x40\x88\xeb\xba\ \xb6\x9d\xa0\x94\x6a\xba\x46\x08\x05\xa5\x5c\xc7\x15\x42\x68\x1a\ \xb3\x76\x2e\xa7\xf7\xc3\x45\x10\x29\xa5\xbf\x62\x79\x47\xd5\xb2\ \xf3\xd1\x4e\x33\x02\x80\xda\x39\xc0\x6c\x32\x32\x20\x12\x00\x68\ \x5a\x0e\x49\x37\x74\xcf\xf3\xe2\x71\x9b\x50\x6a\x9a\x16\x80\xf4\ \x3d\x9f\x0b\xbe\x8b\x1d\x54\x73\x63\x8d\xa6\xff\x90\x20\x41\xb2\ \xc3\x68\x1a\x63\x52\x72\xed\x07\x2a\xc6\x2e\x8a\xc9\xd8\xaf\xc5\ \xec\xad\x9d\xa4\x92\x52\x4f\x1f\x74\xe2\xc9\x0b\xe7\x2f\x2c\xad\ \x47\x85\xa1\x63\x87\x1f\x5b\x92\x65\xee\x97\x3c\x48\x9f\x90\xfe\ \xd1\xd8\xc0\xc6\xe8\xd8\xdc\x9c\x0a\x4d\xfb\xf9\x1b\x40\x22\x05\ \xbf\x56\x6e\xaf\x85\x9c\x62\xaa\x11\xa5\x00\x44\x83\xdc\xbc\x4a\ \xd2\x2c\x92\x5f\x4c\x89\x2f\xb7\x2f\xe0\x31\x8e\x6d\xba\xd1\x88\ \x09\xad\x1c\x1d\x02\xfa\x6a\xdb\x2a\x91\xdc\x9e\x46\xc2\x00\x0a\ \xbc\x06\xb5\x75\x2d\xf7\x28\xe6\x75\xa7\x86\xa3\x36\xae\xf6\x3d\ \x8e\x48\x21\xa5\x1d\xcd\xcc\x45\x90\xd0\xb0\xd6\xaf\xac\x04\xa0\ \x90\xde\x81\x66\x66\x62\xcd\x3a\x8e\x19\x34\x2d\x09\x14\x81\xf8\ \x36\x11\x07\x92\x95\x87\xea\x80\x99\x81\x48\x58\xd3\x23\xb5\x22\ \xdf\xea\xff\x65\xd5\xd2\xfe\xe9\x09\xb6\x8b\x6e\x21\xe2\x8e\x2f\ \x16\xfe\x48\x85\x4e\x49\x49\x3d\x68\x17\x97\xc0\x96\x2e\x20\x20\ \xa0\x14\xbb\x2c\x90\xa4\x00\xa4\x92\x04\x10\x09\x20\xa0\xeb\x24\ \x2a\xca\xcb\xaa\x2b\x2b\x09\x42\x7a\x5a\x9a\x19\xb1\x5c\x14\x9b\ \xb7\x6f\xad\xa8\xa9\xf2\x95\x4a\x4e\x49\xd7\xcd\x50\x43\x7d\x63\ \x43\x6d\x7d\x43\x5d\x54\x27\x2c\x3f\x3b\x73\x40\xdf\xee\xfe\x0f\ \xff\x5a\x29\xa5\xc2\xe1\xb0\x65\x85\x7e\xc5\xce\xfb\x2e\xe2\xde\ \xe4\x8b\x37\x69\x0f\x20\x01\x00\x05\x52\x20\x25\x48\x48\x22\x91\ \x88\xc6\x62\x5c\x0a\x09\x50\x56\x5a\xba\x79\xcb\xe6\x84\xeb\x25\ \x67\xe4\x18\xa6\x55\x53\x5d\x5d\x59\x59\x15\x8b\xc5\xa4\x54\x52\ \x4a\x00\x44\xa5\x40\x01\x25\x3a\x65\x3a\xd3\x74\xdd\x34\x4d\x2b\ \xa4\xeb\x3a\x12\x60\x28\x4d\x46\x8a\x8b\xdb\x57\x55\x96\x77\x2b\ \x6e\xa7\x69\xec\x87\x5a\x4f\x29\xc5\x18\x4b\x4b\x4b\xff\xb5\x98\ \xbd\xf5\x27\x18\x51\xbc\xae\xa6\xaa\xc1\x76\x7d\x9f\x4b\xd5\xb8\ \xf8\xab\x99\x78\xf4\x31\x25\xd9\xfb\xa7\x71\xd8\x88\xba\xfa\x38\ \xa5\x1f\xa7\xa5\x90\x7d\xb6\x11\x22\x78\x89\xb8\x07\x5a\xd8\x32\ \x50\x29\xd7\x8e\x26\x9a\xab\x72\x08\x0b\x87\xc3\x1a\xdd\xb7\x2a\ \x1c\x02\xc8\xd5\x86\xe9\x5e\x05\xa5\xe9\x45\x54\x46\x15\xd5\x60\ \xe3\x3c\x2e\x22\xc4\x5b\xce\x69\x04\xe9\x16\x5e\xe5\x40\x9a\xa9\ \x36\xcc\x87\xae\xc7\x50\xb6\x47\x55\x3e\xa5\x50\x31\xd7\x5f\xbe\ \x5c\xf5\xca\xa5\x16\x51\x02\x31\x5e\x23\x7d\x04\x59\xc1\xd7\xb8\ \xd0\xa3\x37\x09\xa7\x13\x93\xab\xcd\xf3\x05\xc9\xa2\x39\x08\x12\ \x55\xd5\x0a\x1e\xcf\xd2\x72\xc3\x6a\xd3\x97\x9c\x0c\x66\xa5\x8b\ \xfc\xc6\x24\x38\x72\x38\xa3\x8e\x5c\x3f\xcb\x8f\xa7\x6b\xd9\xed\ \xa8\x3a\x60\xcb\x34\x52\x2e\xa3\xc9\x6c\xc1\xa0\xcc\xe1\x6f\x6e\ \x2d\xd8\x10\x5f\xd9\x4d\x6f\xd6\x2a\xa5\x9a\xbe\x0c\x3b\x56\x8c\ \x0c\xc2\xee\xdf\xe3\xbe\x2b\xc0\x9d\x23\x7a\xdc\xe9\x1c\x36\xf9\ \x84\x8e\x6d\x57\x56\x55\xd5\xd6\xd6\x30\x9d\xe5\xb6\xcd\x4f\x4a\ \x4e\xb6\x13\xf6\xf2\x75\x6b\x6b\x1a\x1a\xa8\xae\xa7\x67\x64\x29\ \x42\xaa\x6b\xeb\x2b\x37\x6e\x8d\xc5\xe2\xc2\x93\xa6\x66\x14\x97\ \x94\x14\xe6\x67\x1d\xe8\x15\xe7\x7f\xb9\x28\x6c\x61\x5b\x25\x05\ \x20\x02\x12\x84\xa6\xf0\x95\x92\x8c\x52\x2e\x44\x6d\x4d\x6d\xc2\ \x71\x14\x40\x5d\x43\xfd\xe6\xad\xdb\x5c\xd7\xcd\xc8\xcc\x4c\xcf\ \x34\x2a\x6a\x1b\x37\x6e\xd8\xdc\x18\x6d\x44\x24\x52\x2a\x25\x15\ \x2a\x64\x1a\x63\x54\xd3\x18\x33\x0c\xd3\x30\x42\xba\x69\x69\xba\ \x41\x28\x43\x82\x82\x73\x02\x82\x69\x54\x48\xe9\xba\xae\x3a\x34\ \x72\xc3\x5a\x5b\x20\x9b\x32\xde\xb8\x65\xda\x67\x5f\xea\x1d\xfa\ \x76\x2d\x0c\x49\x29\xa4\xd4\x52\x2d\xed\xa7\x7f\xfd\x3d\x42\x8a\ \x1c\xf7\xc4\xfa\x86\xcf\x52\x93\x37\x1a\x86\xb6\x6f\x3b\x54\x92\ \xc7\x13\xbc\xf3\x31\x23\x7b\xe8\x5b\x3f\xfe\x72\x89\x43\xac\x3e\ \xa7\x5f\x77\x74\xc7\x54\x04\xe0\xbe\x2b\xec\xca\x69\x53\x3e\x5c\ \x53\xc5\xf5\x7d\x88\xba\x53\x0a\x95\x4b\xb9\x4c\xa3\x99\x0c\xd1\ \x97\x5b\xe6\x72\x2b\x07\x63\x1c\xbb\x0c\xd2\xfc\x85\xde\x96\x8d\ \xc2\x68\x50\x56\x89\xd6\x2e\x4f\xd5\x4c\xe5\xd1\x04\xcd\x30\x40\ \x34\xc7\x58\x15\x10\x06\xf1\xad\xbc\x26\x81\x6d\xda\x23\x21\x50\ \xbd\x94\xd7\x85\x68\xe7\x1e\x34\xd3\xc4\xc6\x85\x6a\x55\xa9\x42\ \x13\x73\xba\xb2\xf8\x5a\xdf\x2c\xa0\xed\xda\x23\xe7\x40\x10\x50\ \x27\x19\x1d\x58\x61\x96\xac\x5c\xe5\xc7\x1a\x24\x0b\x21\xd6\x89\ \x9a\x06\x1a\xae\x12\x8e\x02\x43\x07\xa9\xbe\x8d\xde\x1e\x10\x7d\ \x17\x6a\xc9\xe1\x19\xc7\x4e\x2e\x3b\x7c\x66\xd5\xaa\x2e\xf9\x3b\ \x26\xd1\x95\x82\x1d\xed\xc2\x10\xd4\x8f\x76\xdc\x0f\x6e\x01\xfa\ \x56\x7e\x70\x47\x90\x5d\x21\x21\x20\x25\x60\x53\x11\x08\x7a\x09\ \xbb\xaa\xaa\xaa\x21\x1a\xd5\x2d\xa3\x4d\x7e\x7e\x28\x39\x5c\x59\ \x5d\xbd\x6a\xd9\xd2\x78\xc2\x4e\x4e\x4e\xce\xca\xcd\xb3\x13\x89\ \xb2\xb2\xca\xaa\x9a\x5a\xdb\x75\x95\x42\xa9\x80\x22\xf5\x7d\xb1\ \x78\xc9\xd2\x68\x7d\xde\xe0\x01\xbd\x3c\xcf\x3f\x54\x1f\x9a\x2d\ \x72\xb7\x50\xa9\xa6\xa0\x2d\x28\xca\xa8\x10\xaa\x21\x16\x6d\x8c\ \x36\xba\xae\x6f\x27\x9c\xad\xa5\xa5\x0d\xd1\xc6\xd4\x94\xb4\xd4\ \xf4\x8c\xaa\xea\x9a\xd2\xb2\xb5\x09\x97\xfb\x42\x20\xa0\x02\x41\ \x29\xa3\x8c\x68\x9a\x11\x0a\x85\x4c\xc3\xd4\x35\x9d\x6a\x1a\xd3\ \x74\xca\x98\x42\x22\x9a\xf6\x49\x29\x48\xa5\x69\x3a\xf7\x84\x93\ \x70\x0f\x11\x13\xb7\xee\xb9\x7b\x89\x98\x1f\x29\x1c\x3a\xe4\xf8\ \x7c\x2d\xe1\x09\x40\x50\x9e\xe7\xfd\xc4\xf6\x03\x0a\x40\x29\x35\ \xb4\xa1\xde\x92\xf2\x83\xf4\x34\xb9\x6f\x91\x5a\xa5\x24\xb5\xb2\ \x4e\x3c\x6f\xf4\xdd\xb7\x8e\xaa\x7d\xff\x91\x4f\xa7\xcd\x53\xba\ \x09\x00\x9a\x46\x7d\xc7\xc9\xeb\x77\xc6\x88\xa2\xca\x45\x1f\xbd\ \x23\xd4\xf7\x2b\x3b\x52\xf0\xaa\x65\x9d\x8d\x85\x87\xd1\x2d\x2b\ \x05\xea\xa4\xf8\x18\x66\x6f\x17\x15\x0c\x51\x01\x33\xc0\xaf\xc5\ \x0e\xbd\xe8\xda\xf9\xfe\xc2\x15\x10\xf3\x00\x11\x51\x53\xf1\x15\ \x7c\xed\x32\x11\xee\xae\x95\x74\xa1\xe0\xca\xca\xad\x2a\xb7\x17\ \x6b\x58\xe1\x2b\x80\xac\x9e\x2c\x55\x21\x00\x78\xe5\x62\xc3\x3a\ \x99\x77\xb8\x4e\x11\x94\x23\xb7\xaf\x93\xa9\x1d\x35\xd6\x24\x02\ \x88\xc4\x97\x9b\xa6\xbb\xd5\x06\x68\x6d\x69\x4e\x1a\xae\x37\x48\ \x5e\x7b\xa8\x59\x25\x1a\x5d\x95\xd9\x99\x39\xf5\x8a\x4b\xd0\x0e\ \xe4\x35\x26\x52\xd5\x66\x19\x8b\x07\x64\xf6\x9f\x55\x99\xbb\x2d\ \x4d\x14\xed\x50\x2a\x04\x20\x88\x80\xcd\x13\x7c\x81\x9c\xb7\xea\ \x60\xaa\x6f\x87\x3a\x4a\x81\x92\x08\x8a\x10\xe2\xc4\xed\xaa\xca\ \xca\x84\x6d\x1b\xa6\xd9\xae\xb0\x9d\xaf\xe4\xd6\xf2\xd2\xd2\x55\ \x2b\x25\xc1\xd4\xcc\x8c\xe4\xec\xec\x68\x34\xba\x7e\xe3\x96\x68\ \x63\xd4\x17\x82\x03\x80\x22\x42\x28\x42\x18\x63\x1a\x22\x51\x02\ \x74\xc3\x3c\x64\xbb\x3e\xe0\x6e\xfa\x8e\xa0\xa4\xa4\x8c\x2a\x85\ \x75\x75\xb5\x31\x3b\x1e\xb7\x13\x71\xdb\xae\xa9\xab\x8b\xc5\x6c\ \xcb\xb2\x32\x32\xb3\x6b\x6a\xeb\x57\xad\xdd\xe0\xf9\x3e\x20\x95\ \x0a\x34\xaa\xeb\xba\xae\x6b\xba\x02\x08\x59\xe1\x48\x38\xc4\x0c\ \x83\x31\x46\x09\xdd\x31\x6b\x8a\x28\x15\x12\x42\x00\x41\x81\x00\ \x00\x4a\x99\xeb\x79\x9e\xc7\x0f\x5d\x71\x97\x52\x86\x53\x73\x73\ \xf5\x6f\x3e\x7a\xeb\xb5\x24\x26\xb8\x94\x42\x18\xbd\x8f\x1e\x54\ \x9c\x95\xf4\x53\x16\x02\x97\x00\xa9\x42\x9c\x52\x5b\x3f\x3f\x12\ \x5e\x1c\x0a\xe9\xfb\x76\x5b\x73\x8f\xe7\xf5\x3e\x7a\xf8\xa0\xec\ \x6f\xe6\xac\xcb\xf1\x38\x20\x32\x22\x97\x4c\x19\xbf\xe0\x3d\x37\ \xa1\xb5\xbb\xff\x3f\x27\xbc\xfb\xdc\xe3\x5f\x6f\x17\xa6\xf5\xfd\ \x69\x9a\x88\xd0\xb0\x89\x57\x6d\x03\x95\x90\x35\xa5\x2a\xd2\x99\ \x15\xb5\x23\xb2\x56\x80\x27\x01\x41\xb8\x0a\x35\x08\xb5\xa5\x7d\ \xda\xd2\xfa\xa5\xfe\x8a\x75\x10\x32\x94\xf4\xc1\x2a\xa4\x5d\x73\ \x28\x31\x91\x80\x72\x6b\x45\xd9\x06\x99\x90\xbc\x71\xb3\x0c\x27\ \xc9\xec\xbe\x84\x4a\x90\x09\xb5\x7e\x2e\x4f\x3e\x4c\x6f\xdb\x16\ \xb9\x0f\x5e\xbd\x8a\xfb\xd8\x3e\x0b\x41\xee\x88\xd3\x29\x86\x6d\ \xfa\x68\x45\x45\xc8\x74\x10\xd5\x92\x0b\xc8\xe8\x40\xd7\x4f\xf7\ \x6b\x2d\xda\xb3\x1b\x6e\x9c\x73\xc0\xf3\x10\x9b\x1a\x0f\x2c\x1c\ \x98\x7e\xc4\x8c\x8a\x9e\x0b\xea\x56\x17\xab\xc6\xc6\x86\xd4\xf4\ \x24\x21\x9b\xea\x9a\x50\xa3\x34\x6e\xc7\xa5\x14\x4d\x93\x57\x01\ \xad\x87\x65\x40\x11\x42\x00\x94\x90\xb2\xa2\xbc\xbc\xbe\xae\x2e\ \x1c\x89\xe4\x14\xb4\xf5\x3c\x6f\xcd\xc6\x0d\xf5\xd1\x28\xd1\xf4\ \xec\x36\xf9\xbe\x14\x55\xb5\x35\xe5\x55\x55\xb1\x98\xad\x49\xe4\ \x5c\x20\x21\x52\x2a\xca\x34\x53\xd3\x18\xd5\x19\x65\x86\x6e\x30\ \xaa\xa5\xa6\xa6\x89\x43\xb6\xc7\x75\x73\x4a\xcc\xce\x17\x8c\xb1\ \x44\xc2\xae\xa9\xa9\xf6\x7d\xee\x70\xbe\xbd\xa2\x3c\x1e\xb3\x23\ \x49\xc9\x56\x98\xd6\xd4\xd6\xd5\xd4\xd4\x26\x5c\x9f\x10\x02\xa8\ \x11\x4a\x93\x42\x61\xcb\x0a\x5b\x96\x69\x59\x21\x9f\x73\x4a\x99\ \x69\x59\x0a\x00\x14\x10\x42\x00\xa4\x42\x90\xb2\x69\xce\x0c\x15\ \xa0\x52\x92\x52\x42\x08\x93\x42\xe1\x41\xb7\x10\xf6\x0f\x10\x77\ \x44\xe4\xbe\xd3\x50\x1f\xd7\xf2\x8a\x0b\xda\x24\x81\x52\x52\xb2\ \x64\x93\xfd\xc4\xb0\x8c\x47\xc8\x80\x86\x68\x91\xe3\x4c\xc8\xc9\ \x72\x08\xb1\xf6\xed\xb6\x66\xba\x5e\xb9\xfc\xa3\xbb\x6e\x78\xeb\ \xe8\xab\xc7\x5e\x93\xbb\x63\x89\x6e\xaa\x19\xdc\x57\xbd\x4e\xba\ \x68\x70\xda\xfa\xdb\xde\x9f\x4f\x0d\x7d\x5f\xae\x95\x14\x90\xd2\ \x51\xeb\x9e\xa7\xbc\x4a\x51\x5f\x0f\x61\x5d\x6d\x9c\xc1\x23\x45\ \x24\x45\x97\x9b\x67\x73\xbf\x02\xd2\xfb\x10\xd1\xa0\xca\xd6\xf3\ \x6d\xab\x65\xee\x11\xba\x89\x20\x24\x10\x1d\x4d\xa3\x69\x79\x3a\ \x60\xa9\xb4\xdb\x09\x44\xda\xca\x2d\x97\x91\x54\xac\x5e\xc6\x13\ \x49\xd4\xac\xe2\x35\x0e\x96\x50\x55\xb5\x19\x52\xf3\xd1\xae\x95\ \x9c\xa2\x15\x46\xb5\x73\x7d\x6a\xc1\x91\x1a\xa8\x6b\xc0\x25\x48\ \x17\x7c\x07\xc8\xff\xb3\xf7\x66\x3d\x96\x65\x57\x7a\xd8\x5a\x7b\ \x3a\xd3\x3d\x77\x8c\x39\x23\x33\xab\xb2\xaa\xb2\x06\xb2\x8b\x43\ \x17\xa9\x26\xd9\x6e\xb2\xd5\x74\xb7\xd4\xdd\xd2\x8b\x1e\x3c\xc1\ \x80\xe1\x17\xbf\x18\xfe\x1d\xb6\x61\xc0\xf6\x83\x0d\x3d\xd9\x02\ \x04\x1b\xb2\x25\xd8\x90\x2d\xb5\x7a\x94\x35\x98\x0d\x89\x6c\xb6\ \x38\x16\x2b\xab\x32\x2b\x33\x23\x63\x8e\x1b\x77\x3a\xf3\x1e\xd6\ \xf2\xc3\x8d\x4c\x56\xb1\x29\x89\x15\x45\x8a\xd5\x56\xed\x87\x04\ \x02\x88\x1b\x79\xee\x39\x67\x7f\x7b\xad\x6f\x7d\xeb\x5b\x03\xb1\ \xf7\x92\xa8\x07\x32\x11\xe4\x3a\xf0\x04\x31\xfe\x6c\x63\x38\xe9\ \xf9\xe4\x56\xfa\xee\xcb\xfd\x4f\x7d\xfd\xf2\xec\xd7\xdd\xf7\xef\ \xbd\xf9\xcb\x5f\xfc\x25\x25\x65\xf0\x5e\x49\x81\x2a\x7e\x70\xff\ \xbe\x14\x52\xa9\x0f\xdc\xca\x10\x42\xf8\x51\x35\xda\x9f\xff\x9d\ \xf3\x4c\xda\x78\xc5\xcd\x20\x02\x83\x90\xc2\x5a\x57\x2c\x17\xf3\ \xf9\x1c\x18\x26\x5b\x5b\xa0\xf5\x0f\x1e\xbe\x7b\x31\x9d\x0e\x87\ \xe3\xd1\xe6\x56\xeb\xdc\xa3\x83\xc3\xf9\x72\x59\x55\x15\xa2\x94\ \x28\xbd\x27\x21\x8c\xd2\x3a\x52\xda\xc4\xb1\xd6\x91\x31\x51\x1c\ \xc5\x71\x1c\x03\x0b\x13\x45\xff\x96\x44\xee\xcf\xee\xe7\x55\xc5\ \x62\x9d\x2f\x02\x12\x07\x04\x64\x44\x60\x70\x3e\x34\xad\x2d\xaa\ \xfa\x7c\x7a\x51\x36\x9d\x8e\x62\x93\xa4\x47\x27\x67\xf3\xf9\xa2\ \xb5\x5e\x49\x2d\x75\xc4\x8c\xbd\x34\x1b\x8d\xc7\x59\x9a\x19\x63\ \x84\x90\x28\x90\xeb\x26\x8a\x22\xad\x8d\xa7\x00\x20\xd6\x45\x59\ \x00\x66\xb1\x16\xa0\x22\x07\x62\x00\x62\x50\x52\x06\xdb\x09\x10\ \x1f\x22\x49\x45\xfc\x33\x4a\xca\xf5\xb7\x23\xa2\x1f\xbb\x11\x7e\ \x8e\xc5\xac\x1f\x0f\xee\x4d\x39\xab\x92\x5b\xbf\xf9\xeb\x5f\xdd\ \x33\xd6\x13\x00\xb0\xb3\xf6\xc3\x44\x19\x04\x60\x98\xff\xca\x6c\ \x76\x66\xcc\x1f\xe7\xb9\x82\x0f\x50\x4a\xf5\xae\xeb\x3c\x46\xe6\ \xbd\x1f\x22\x32\xc3\xaf\xfc\x95\x5f\x7b\xfb\xf7\xff\x9b\x77\xe6\ \x5e\x67\xd1\x4f\x18\x2c\xa8\x1e\x8e\x86\x48\x7d\xc4\x01\xf7\x33\ \x74\x19\xca\x54\x3c\xf7\x39\x75\xf0\xbd\x10\xbf\xa2\xf6\xf7\x85\ \x3d\xf2\x55\x85\xcf\x7d\xd9\x6c\x6c\xe1\x95\x42\x91\x7f\xb8\x01\ \xd1\xe0\x60\x0f\xb0\x0f\x43\x40\x00\x00\x20\x00\x49\x44\x41\x54\ \x85\x07\x46\x48\xb6\xd1\x9d\x62\x50\xa0\x37\xc4\x46\x4d\xb3\x47\ \x41\x65\x22\xdf\x55\xba\x8f\x37\xee\x0a\xf9\x54\xc0\xcc\x8c\x93\ \x57\x24\xf6\x21\x04\x60\x00\xc8\x60\xef\x15\x29\x01\x36\x3f\xa5\ \x81\x21\xb4\x62\xf7\x15\x54\x3f\xfb\xfa\x8e\x20\xee\x62\xf9\xa7\ \x5f\xdc\xf8\xf7\xfe\xfa\xec\xd5\x83\x72\xfe\x09\xf7\xb5\x7f\xfa\ \x4f\x5e\x7e\xe5\xd5\x3c\xcf\xeb\xaa\x7a\xf0\xe0\x7e\x53\xd7\xdb\ \x3b\xdb\x44\xf4\x41\x2f\x65\xad\x3b\x5e\xef\xdb\xff\x1f\xc8\x66\ \xd6\xdf\x85\x9e\xbe\xea\xcf\x36\xb2\x73\x6e\x76\xbe\x58\xad\x96\ \x5a\xeb\xa4\x3f\x08\x21\x3c\x3e\x3e\xb9\x58\x2e\xa2\x5e\x6f\xe3\ \xc6\xfe\x72\xbe\x7c\xf7\xad\xb7\xab\xb2\xf2\x81\x29\x84\x35\xf1\ \x22\x84\x84\x58\x44\x49\x92\x65\x59\x1c\x27\x26\x8e\xb5\x54\x80\ \x12\x11\x01\x90\x18\xe1\xfa\xb7\x8b\x89\x7e\x08\x94\x1f\xfd\x5a\ \xf8\x1a\xf8\xde\x37\xed\x8b\xc1\x79\x27\xa5\x00\x44\xe7\xbd\xb5\ \x6e\xb6\x98\x1d\x1c\x1c\xd4\x4d\x2b\x84\x60\x90\xc7\x27\xe7\x97\ \xb3\xf9\x3a\xd0\x96\x52\x4b\x1d\xc5\x51\xd2\xcb\xf3\xf1\x68\x6c\ \xa2\x18\x40\x48\x29\x98\x89\x18\x84\xd2\x28\x14\x48\x85\x88\xcc\ \xf8\xf4\x04\x61\x66\x20\x06\x7a\xa6\x86\x27\x04\x81\x28\x00\x05\ \x7e\x98\x0d\xf7\xde\x23\xea\xd9\xdb\x42\x44\x42\x88\x1f\xd6\xdb\ \xdf\x73\x98\xfd\x1c\x63\x9d\x1f\x3f\x66\xcf\xc4\x3d\xbd\x7c\xf8\ \x3b\xff\xc7\xff\x3e\xd0\x4c\x4c\x81\xe2\x4f\x7f\xe9\x8b\xcf\x6f\ \x64\xd7\x56\xcb\x38\x21\x3e\x59\xd7\x9f\x2b\xab\xff\x75\x73\xe3\ \xfc\x03\x2a\x20\x11\x85\x94\xef\xf7\x45\x09\x3e\xdb\xf9\xec\x57\ \x6e\x95\xff\xdb\x5f\xff\x53\x27\x63\xf3\x01\xf6\x04\x04\x0b\x10\ \xe3\xd6\x73\x18\x3c\xec\xfc\x82\x64\x0f\x84\xe2\xc5\xaf\x48\x08\ \xec\x1d\x47\x7b\xf2\xee\x2d\x24\xcf\x3f\x5e\x7b\xce\x40\x0e\x08\ \x60\xf2\x82\x24\x0f\xc9\xf3\x72\xc0\xc0\x28\xc7\x77\x14\x00\x00\ \xb1\xb3\xac\xb6\x64\x8a\x3f\x94\xae\x33\xc0\xf8\xae\x84\x70\xa5\ \xaa\x14\x3d\xb1\x3b\x00\x72\x40\xfe\xea\xb4\xd8\x7d\x05\xc9\xfd\ \x9b\xa0\xbb\xb5\xe3\x7b\x9f\x1c\x5e\xec\x46\x2f\xfc\x93\x3f\xb9\ \xfc\x4f\xff\xb3\xf9\xe5\xec\x3b\xdf\xfa\x17\x81\x82\x10\xb2\xdf\ \xcf\x5f\x79\xf5\xd5\xd3\x93\x93\x6b\xc0\xc4\x1a\x07\x85\x10\x1f\ \x86\xb2\xfb\x08\xb1\x05\xef\x6d\x9c\x41\x60\x0a\xcc\xe0\x03\x9d\ \x9e\x9f\x31\xca\xf1\xd6\xf6\xaa\x28\x0e\x8e\x8f\xad\x0f\x71\x1c\ \xf7\x47\x93\xcb\xc5\xea\xd1\xe3\xa3\xba\x69\x10\x90\x08\xa5\xd2\ \x69\x62\xe2\x38\x4d\xe2\x24\x4a\x62\x1f\x42\x92\x24\x5a\x1b\x21\ \x25\x08\x21\x85\x64\x86\x2b\x58\x66\xbc\x6a\x7f\xb8\x76\x00\xf9\ \x14\x59\x3e\xfa\xa9\x92\x10\xe2\x19\xd2\x3d\x6d\xdd\x42\xa1\xa4\ \x0f\x6c\x5d\x77\x79\x39\x3b\xbb\xb8\x58\x2c\x97\xd6\x79\x6b\xed\ \x7c\xbe\x28\xaa\x3a\x30\x28\x65\x04\x42\x14\x27\xe3\xc9\x38\x49\ \x7b\x69\x92\x6a\x63\x10\xd1\x7b\x16\x52\x0a\x14\x21\x10\x41\x08\ \x0c\x8e\x18\x08\x88\x11\x00\x09\x20\x10\x00\x03\x31\x04\x66\x26\ \x5e\xd7\x93\x8c\x12\x42\xa0\x67\x66\xb8\x7e\x90\x8a\xb8\xd6\xb9\ \xf3\xfa\xce\x3f\xc3\xee\x67\xc8\xfe\x63\x83\xfa\x8f\x0e\xb8\xa3\ \x10\x28\x7a\x3b\x5f\xfa\xca\xbf\x73\xb2\xb2\x02\x11\x80\x89\x75\ \x66\xe4\x87\x0c\x10\x7e\x6d\xb1\x14\xcc\x7f\x38\xec\x7f\x78\x13\ \x03\xf2\x6e\xef\x53\x5f\x8c\xe7\xc7\x6f\xbe\x33\xd3\xe6\x83\x3b\ \x1a\xf2\x15\xf8\x06\x77\xf5\xa3\x6f\x9f\x0e\x25\x0a\xf0\x93\xf8\ \xa3\xad\x3f\xc8\xfe\xd9\xf5\xf0\x7b\x0e\x1e\xf8\x11\x90\x23\xf7\ \xbe\x14\xe6\x7d\xe7\x23\x3f\xbd\x86\x7f\x03\x31\x29\x71\xd5\x57\ \xdf\xfd\xdc\xc6\xaf\xfd\xc1\xb7\xab\xb7\xee\x6d\x7e\xe6\x33\x5b\ \x9b\x9b\x28\x84\x10\x42\x4a\x29\xc4\x35\x9f\x6f\xd3\x34\x44\x14\ \x45\xd1\x7b\x23\x97\x3f\xef\x6b\x9d\x82\x30\xac\x65\x4c\xcc\x08\ \xe3\xcd\x8d\xf3\x8b\xcb\x07\x0f\x1f\xba\x40\xd2\x18\x06\xf9\xf0\ \xf0\x64\x31\x5f\x38\x1b\xd6\xa1\x25\xa2\xe8\xe5\xe9\x60\x30\xcc\ \x7a\x3d\x13\xc5\x88\x82\x98\xbc\x77\x69\x92\xac\x23\x4a\x14\x72\ \x0d\xc4\x02\x80\x10\xae\x5a\xe0\xf8\xfa\x57\x28\xa5\x5c\x1f\xa8\ \x3f\xf7\xf4\xff\x27\x3c\x8d\x9e\xc5\xef\x02\xd1\x85\xd0\x75\x76\ \xb5\x2a\x0e\x8f\x8e\x96\xab\xaa\xed\x6c\xd3\x76\x8b\xc5\xa2\xed\ \x1c\x03\xa3\xd0\x91\xd2\x42\xca\xd1\x70\xb4\xb1\xb1\x11\xc7\xf1\ \xfa\x96\xb6\x6d\x0b\x0c\xc6\x18\x1f\x98\x60\x8d\xd4\x82\x51\x30\ \x0a\x02\x70\x81\x03\x07\x26\xa2\x10\x80\x91\x01\xd6\x47\x29\x22\ \xaf\x83\x7c\x21\x44\x20\xef\xfd\x35\x83\x29\x21\x44\xd7\x75\xf7\ \xee\xdd\x4b\xd3\xb4\xd7\xeb\x25\x49\xa2\xb5\x7e\xda\x7d\xfc\xbe\ \xa0\xfe\xd9\x49\xf6\xf3\xdd\x11\x3f\x02\xee\x08\xe4\x96\xf3\x22\ \x4a\xd3\x8d\xfd\x3b\xa3\xf7\x48\x95\x94\xd6\xd7\x2e\xfc\x05\x80\ \xa1\xf7\x5f\x9d\x2f\xff\x59\xbf\x77\x2f\x49\xd4\x07\xa7\x77\x98\ \x41\x47\x59\x96\x98\xb5\x80\xcf\x3b\xf5\xea\xe7\x5e\x0e\xed\xd7\ \x8f\x6b\x54\x29\x7c\xbc\x7e\xf2\xf5\xbd\x37\x36\xbe\xf8\x7b\x47\ \x83\xdf\xff\xa3\xf3\xcf\x7e\x56\x3e\x6b\x82\x27\xba\x5e\x29\x15\ \x11\x9f\xc5\xec\x3f\xdf\x0c\xf4\xa7\x1c\xbf\x5f\x11\x1f\xc4\xc0\ \x75\xd3\x5e\x5c\x5e\x4e\x67\x73\x62\x06\xa5\x8b\xb2\x9e\x9f\x9e\ \x2d\x96\x85\x23\x8a\x85\x49\x4d\x2c\x84\x88\x92\x68\x30\x1a\x67\ \x79\x2f\x4a\x62\x10\x32\x30\xa3\x40\xc1\x4c\x0d\x49\xad\x01\xd6\ \x50\x8e\x42\x88\xab\xee\x9d\x2b\x14\xb8\x7e\xd8\xde\xb6\x2d\x00\ \x68\xad\xd7\xf8\xf2\x0c\x50\xd6\x82\x9e\x8f\xa0\xf0\xe9\x19\x6b\ \xc7\xcc\x5d\x67\xa7\xcb\x79\x55\x96\x8f\x9f\x1c\x16\x45\xd5\x59\ \x5f\xd6\x4d\x55\x35\x88\x42\x28\xa5\x95\x36\x26\xe9\xf7\x07\xbd\ \x5e\x96\x24\x49\x1c\xa7\x00\x2c\x40\x00\xa2\x52\x2a\x78\xef\xbd\ \x63\xa1\x00\x91\x51\x30\x33\xa0\xf0\xc4\xde\x7a\xeb\xdd\xd5\x69\ \x77\x35\x9f\x60\xad\x04\x03\x01\x28\x10\x57\xab\x45\xbf\x17\x79\ \x6f\x8b\x6a\x75\xbd\x3b\x2f\x84\xa8\xaa\xfa\x8f\xfe\xe8\x1f\x66\ \x59\x1a\x45\x51\x9a\xa6\x69\x9a\x0e\x86\xc3\x41\x7f\xd0\xef\xe7\ \x71\x1c\x6b\x6d\xb4\x56\x42\x08\xa9\x24\x30\xac\x43\xfb\x9f\xc3\ \x39\xfa\xf4\xeb\xa9\x1f\x09\xda\x7d\x71\xf2\x7b\x7f\xef\x9b\x9f\ \xfe\xca\x97\xce\xbe\xf1\x87\x6f\xcd\xaf\xc6\xec\x79\xca\x7e\xf9\ \x37\xff\xd2\x6b\xbb\x7d\x7f\xad\x9e\x0b\x2b\xc4\x17\x97\xab\x5b\ \x5d\xf7\x3f\xee\xed\x58\xc4\xe4\x83\x7f\x61\xa3\xc5\xbd\x7f\xfc\ \x37\xfe\xa7\xf8\x20\xe8\x58\x20\xc8\x38\x3a\xf8\x47\x7f\xeb\x7f\ \x86\x07\x4e\x47\x1f\xcb\x3b\x3e\xc0\x49\xee\xe8\x64\x3f\x39\x78\ \x65\xf3\xee\xef\xfc\xde\xec\x3f\xf9\x8f\x69\x6b\x0b\xfc\x87\x95\ \x85\xf5\x7a\x39\x02\x0a\x21\x18\x58\x08\x41\x57\x74\x35\x03\x5f\ \xc9\x08\x9f\x09\x22\x04\xae\xbd\x3d\xd6\xaa\x55\xbc\x1a\xcc\xbd\ \x96\x63\x3e\xdd\xff\xc4\x20\xae\x74\x99\xb4\xfe\x30\xf3\x87\x39\ \x30\x70\x3d\xa5\x64\x0d\x7e\x57\x57\xc3\x4f\x5d\x23\x9e\xe2\x38\ \x11\x09\x81\xc0\x84\x02\xd7\x3c\x15\x11\x11\x71\xdd\xb6\x27\xd3\ \xcb\xe5\x6a\xe5\xac\xeb\x9c\x5b\x15\xd5\x6c\xb1\x74\x81\x88\x40\ \x48\x9d\x45\x26\x4f\xf2\x51\x3e\x4a\xd3\xc4\xc4\x51\x14\x47\x81\ \x89\x80\x58\x4a\x44\x64\x04\xe7\x5d\xa0\xc0\x4c\x42\x28\x16\x40\ \xcc\x0c\x48\x1c\x82\x27\x06\x0e\x4c\x0c\xea\xbd\x0e\x2a\x1f\x80\ \x61\xd3\xe6\xfb\xdf\x7b\xf3\xe0\xd1\x41\x7f\xd8\xef\x0f\xfa\x79\ \x3f\x4f\x92\x28\xcf\xfb\x59\x9a\xf6\xd2\x4c\x49\x85\x42\xe0\x95\ \x89\x33\x33\x20\x5d\x59\x43\x3d\x7d\x14\x0c\x02\x81\x88\xf0\xaa\ \xd9\x1f\xaf\x5a\x39\x9e\x76\xe4\x22\xbc\xcf\x1b\xe0\xc7\xc2\xc7\ \xd5\x2f\x20\x30\x00\xaf\x07\xad\xf3\xd3\x2e\x2f\x5e\xbf\x09\x01\ \x98\x11\xd7\xb7\x9a\x85\x40\x46\x24\x82\xe9\x6c\x76\x74\x7c\x3a\ \x5b\x2c\xad\x73\xde\xf3\xd1\xe9\x39\x30\x4a\xa5\x47\x93\x8d\x2c\ \xeb\x49\xa5\x95\x52\x91\x89\xd3\x34\x55\x52\x89\xa7\x0b\x00\x9c\ \x77\x4c\x61\x4d\x9f\x83\x24\xcf\x32\x08\xe3\x9d\x73\x2e\x38\xea\ \x82\x90\x5d\x40\x8d\x4a\x0b\x20\x70\x24\x38\x78\x07\x00\xe4\xac\ \x6f\x5b\xd7\x56\x14\xba\xdd\xcd\x41\xf0\xf6\xfa\xc3\xa0\x19\x40\ \x08\x8e\xfb\x65\xe0\xf9\xaa\xa1\x65\x25\x85\x90\xf8\x04\x89\x53\ \x6d\x22\xa5\x46\x83\xe1\x70\x3c\xc8\xf2\x34\xcb\x7a\x83\x41\x9e\ \xe7\xb9\xd6\x2a\x04\x5a\x13\x37\xcc\x80\x00\x44\x8c\x02\x9f\xf9\ \x55\xbc\xff\xe9\xaf\x0b\xf8\xff\xea\x3b\x8f\xef\xbf\x9e\x35\x1f\ \x0c\xcc\xb4\x4e\x89\x98\x99\x02\x09\x25\x99\xf9\x47\xc7\xec\xc9\ \x6c\xf7\x37\x7e\xfb\xab\x26\x49\xf6\xfe\xe2\x6f\x7f\x82\xf8\xe9\ \xc6\xc4\x24\x4b\xae\x47\xaa\x12\x40\x4c\xf4\x1b\xf3\xc5\x61\x1c\ \xfd\x49\x2f\xbb\x9e\x2f\x83\xd6\xf8\xe8\x9b\x7f\xf7\x1e\x5f\x75\ \xa8\x6a\x0d\x6f\xfe\x3f\xff\xd7\xb7\xc1\x64\xa9\xf9\x78\x3e\xdc\ \x07\x81\x3a\x70\x86\x1f\x7f\xf9\x97\x5e\xfe\x1f\xfe\x28\xf9\xc6\ \x37\xaa\xbf\xfa\x57\x3f\x24\xb8\x13\xd1\xb7\xfe\xc5\xb7\xe2\x38\ \xe9\xe7\xbd\x28\x49\x92\x24\x8e\xe3\x58\x6a\xbd\x36\x9c\x21\x20\ \x0a\xe1\xea\x0d\x5c\xe3\x2b\x11\x22\xae\x13\x57\xbc\xc2\x95\xa7\ \xf9\x2c\x20\x22\x0a\x66\xbc\xc2\x1d\xc6\x35\x77\xf1\xd3\xca\x06\ \xd6\x69\x3a\x13\x02\x00\x88\x75\x80\x0b\x88\x04\x2c\x85\xf0\xc1\ \x0a\x29\x98\x09\x10\x5a\xdb\xd6\x4d\x37\x9f\x2f\xcf\xa7\x33\xcb\ \x58\x35\xed\x6a\x55\xac\x56\x05\xae\xf9\x17\x6d\x04\xaa\x5e\xde\ \x9b\x4c\x26\xa3\xc1\x58\x29\xad\xa4\x0c\x14\x9c\xf7\x28\xa4\x10\ \x57\xb6\xf9\x3e\x90\x77\x0c\xa0\x98\xa5\x23\x08\xc4\xc4\xe0\x89\ \x88\x78\x9d\x2d\xf9\x40\xce\x5f\x93\xfc\x45\x81\x45\x59\x1f\x1c\ \x9e\x8a\xb3\x0b\x46\x16\x52\x28\x2d\x8d\x51\x46\xa8\x2c\x8e\x87\ \x79\x3f\xcf\xfb\x79\x3f\xeb\x0f\xfa\x59\xaf\x97\x65\xbd\x28\x36\ \x02\x15\xaf\x47\xe5\x0a\x40\x04\xa2\xab\x34\x6b\x7d\xb8\x7c\x48\ \x37\xff\xab\x1c\x04\x41\x3c\x13\xb0\x13\x0b\xc0\xb5\x2c\x05\x05\ \x78\xef\x19\x70\x59\x56\x87\x47\x27\x97\xb3\x79\x59\xb5\xb3\xd9\ \x32\x8a\x93\x38\x89\x8c\xc9\x92\x34\xdb\xdc\xda\x4a\xd3\xd4\x98\ \x58\x48\xd1\x76\x9d\x44\x11\x19\x13\x42\xb0\xce\xc5\x51\xbc\xd6\ \xba\x10\x88\x00\x40\xbc\xee\xf9\x23\x47\xdc\x79\x08\x0e\xbc\x0b\ \x9d\x6b\xc9\xc4\x96\x65\x20\xe2\xe0\x18\xba\xc6\x35\x4c\xa4\x50\ \x90\x77\x0a\x78\x98\xa7\x69\xd4\x1f\xe4\x99\x64\x3b\x1e\xf6\xaf\ \x1b\x50\x93\x90\x3a\xdd\xb8\x8d\x02\xd6\xec\x0f\x73\xc0\xe0\x24\ \x79\x61\xed\x62\x3e\x5f\x2d\x8a\x47\x07\x8f\x41\x42\x9e\xf7\x36\ \x26\xe3\xdd\xed\xed\x9b\xb7\xf6\x47\xe3\x71\x08\x14\x9c\x47\x21\ \x9e\xda\x9e\x21\x0a\xe4\x75\x66\x08\x1f\x22\xdf\x45\x60\xba\xba\ \xed\x04\x88\x7c\x45\xcd\xa1\x58\xcb\x81\xf8\x47\x26\x31\xa1\x96\ \x74\xfc\xe0\x7b\x62\xf7\xf5\x57\x6f\x8e\xe9\x87\xf4\xf0\xba\x7a\ \x70\x9d\x0b\x70\x42\xbc\xd4\x34\x9f\x2b\xca\xff\x73\x63\x7c\xae\ \x75\x74\x2d\xc9\x0d\x33\xa8\x28\x53\xf0\xd4\x5b\x88\xc1\x24\x99\ \x79\xfa\xe3\xc7\xeb\x27\x5f\xd2\xfa\xcb\x4f\x7f\x3a\xec\xbd\xd9\ \xfb\x7b\x7f\xbf\xfa\xad\xdf\xfa\xf0\x7f\xf0\xfb\x6f\x7e\xcf\x76\ \x16\x11\xb5\xd6\xbd\x3c\xcf\xb2\xac\x97\x65\x79\x3f\x4f\x7b\xbd\ \x34\x4d\x7b\x69\x92\x25\xa9\x94\x02\x10\x50\x08\x25\xd5\xba\x96\ \x18\x88\x80\xaf\x82\xe5\x2b\x3e\x87\x99\x08\x04\xc2\xb3\xb2\x1b\ \x13\xe2\x87\x33\xe9\x47\x60\x24\x04\x04\x7a\x6a\xb3\x70\xb5\xb5\ \xf8\xca\x52\x6a\x0d\xf0\x8e\xc9\x98\xc8\x53\x08\x21\x5c\xce\x67\ \x3e\xd0\xe3\x83\xc3\xb2\xa8\x3a\xe7\x2f\x17\x85\x27\x02\x10\x71\ \x94\x80\x40\x63\xe2\x5e\x2f\x1f\x0c\x06\x69\x92\xc5\x71\x22\x04\ \x23\x84\x35\x5c\x0a\x90\x04\x78\x05\x9a\x0c\x92\x91\x80\x83\x88\ \x1d\x6b\x67\x7d\x00\x24\x06\x62\xc1\x81\x99\x09\x98\x03\x01\xc5\ \xd7\x6d\x0b\x26\xd2\x69\x3f\xd9\xdc\xd7\x5a\x12\x30\x51\x20\xa2\ \xd6\x77\x81\x79\x39\x9d\x1f\x9e\x5c\x48\x20\x94\x6c\xb4\x1e\x0d\ \x87\x9b\x9b\x5b\xaf\xbd\xf2\xca\xfe\xcd\x7d\x40\x64\x62\x62\x16\ \x52\x00\x0a\x06\x08\x21\xac\xbb\xd8\xf8\x3d\x10\x83\x3f\x19\x9a\ \x5f\x59\x7d\x01\xaf\x8f\xca\xf5\x23\x43\x60\x20\x96\x52\xad\xb3\ \x30\x0a\x54\xdb\xf6\xf4\xe2\xfc\x62\x7a\x49\x00\xd3\xd9\xa2\x6b\ \x5d\x59\xd6\x6d\xe7\x09\x31\xeb\x0f\xd2\x5e\x3f\x6b\x6c\x96\xf5\ \xa2\x24\x01\x21\x03\x31\x08\x50\x4a\x0b\x40\x22\x16\x52\xb7\x75\ \xa9\xe3\xec\x8a\x78\x01\x61\x99\x5c\xf0\xec\x83\xf4\x8e\x95\x09\ \x81\x9d\xf7\x5d\xd3\x00\x3a\xea\x08\x50\x7b\x17\xd0\x36\x91\xc4\ \x71\xa4\x95\x90\x52\xe0\x64\xb2\x6f\x34\x0e\x07\x79\x1c\x2b\xef\ \xbb\xb3\xe3\x47\xd6\xd6\xd7\x7f\xab\x84\xc4\x64\x88\x02\x04\x01\ \x42\x40\xf2\x40\x2e\x91\x8c\xb6\x69\xda\x1a\xbc\x8d\xe3\x44\x69\ \xed\xbc\x3f\x38\x3c\x9e\xcd\x17\x17\x97\xb3\xbb\x77\x5f\xda\xdb\ \xdb\x93\x4a\xa2\x10\xcc\x50\x95\x55\x55\x55\x93\xc9\x44\x4a\xf9\ \x2c\x79\x7d\x1f\x99\xf2\xaf\x49\x98\xde\x6f\x79\x84\x57\xe0\x7c\ \xb5\xc1\x04\x02\x31\x31\x33\x70\xdd\xb6\x3f\xca\xb9\x23\xb8\x93\ \x83\x87\xbd\xd1\xeb\x49\x1c\x3f\x6b\x8c\xbe\xea\x50\xbd\x2e\x92\ \x7e\x65\x59\x44\x44\x7f\x38\x18\x88\x0f\x97\x63\x7f\xbc\x7e\x0a\ \x8b\xc8\x6d\x8f\xab\xdf\xf8\xf5\xfc\x6f\xfd\xcd\xe8\xde\x3d\xf7\ \xca\x2b\x78\xdd\xe0\x7d\x1d\xf4\x91\x52\xde\x79\x44\x74\x3e\xac\ \xa6\x53\x38\xbf\x78\xa6\x78\x8b\xa2\x28\xd6\x26\x4b\xa2\x7e\x3f\ \xcf\x92\x78\x90\xe7\xbd\x3c\x4f\xb3\x5e\x9c\xa4\x51\x14\x0b\xa9\ \x10\x15\x22\x11\x05\x60\x04\x81\xf2\x69\x36\x00\x28\xd6\x5e\x7e\ \x3f\x0d\x29\xc8\xfa\xa5\x25\x06\xa0\xa7\x8e\x83\xcc\x5e\xc3\xba\ \x86\x8c\x81\x82\x54\x72\x59\xd5\x45\x51\x4c\xe7\xb3\x55\x51\x18\ \x9d\xb4\x36\x1c\x9d\x5e\x08\xa9\x93\x24\x4b\xb3\x2c\xcb\x72\x13\ \x45\x6b\x93\xe4\x28\x8a\x8d\x89\x88\x58\x6b\xc3\xdc\xa1\x60\xe2\ \xe0\x09\x1d\x43\x20\x00\x54\x02\xc4\x55\xc9\x9e\xd0\x7a\xf4\x1d\ \x3b\x4b\xb4\xde\xc6\xcc\x00\x24\x00\x11\x45\x60\x64\xbe\x2e\xa7\ \xc8\x8c\x71\x2a\xf2\x0d\x94\x52\x30\x23\xb0\x02\x46\x72\x5a\x78\ \x82\x69\x13\x16\x71\x9a\x4a\x81\x02\xc5\x74\xbe\x5a\xad\xca\xe5\ \x7c\x79\xe7\xec\xec\xa5\x97\x5e\xea\xf5\x32\x66\x0a\x80\xcb\x65\ \xf1\xf8\xc9\xe1\xde\xde\x8d\xed\xcd\xcd\x1f\x4a\x4a\x7e\x78\xc3\ \xf0\x27\xbb\xad\xef\xc1\xa5\x10\x10\x11\x19\xc8\xb9\x7a\xb1\x9c\ \xcd\xe6\x8c\x88\x4a\x05\x89\x75\xe7\xde\x79\xfc\xb8\xaa\x9b\xb6\ \x75\x40\xa8\xa4\x4e\x92\x4c\xc6\xb1\x32\x11\xa0\x48\xb2\x4c\x29\ \x2d\xa4\x8e\xa2\x38\x10\x7b\x1f\x50\xc8\x75\x46\xa5\x95\xd2\x71\ \xca\x42\x36\x9d\x0f\x80\x9e\xc0\x05\xb0\x1e\xd9\x43\x86\x82\x02\ \x57\x55\xc5\xbe\xd3\x5a\xf4\xd2\x6c\x56\x14\xcc\xa1\xdf\x4b\xfb\ \x51\xdc\x53\xaa\x9f\xf5\x8d\x31\x75\x5d\x19\xa3\x26\x9b\xa3\xfe\ \xa0\x77\x3e\x3d\x73\xa1\xa9\xda\x82\x84\x57\xd7\x75\x85\x64\x86\ \x96\x95\x02\x01\x52\x0a\x64\x44\x56\xe8\xd9\xd7\x71\x4f\xc6\x4d\ \xe6\x5a\xde\xb9\x71\x83\x08\xab\xb2\x6c\x5b\xd3\x58\xfb\xe8\xf0\ \xe8\x62\x36\xdf\xdf\xdb\x9d\x8c\xc7\x08\x5c\xd7\xcd\xe5\x6c\xd6\ \xd9\xee\x97\x7e\xe9\x97\x26\x93\x89\x73\x6e\x5d\x5f\x86\x67\xed\ \x14\xf0\x13\x70\x46\x0c\x8c\x6b\x2a\x8c\x11\x00\x88\xd7\xda\x4e\ \xb6\x5d\x5b\x37\x55\x51\xa9\xd8\x80\xd1\x6c\x7e\xcc\x97\x94\xb1\ \x76\xdf\xfa\xda\xef\x5f\xbc\x95\x3c\xad\xa0\x52\xa0\xf8\xf5\x2f\ \x7e\xe1\xce\x46\xef\x83\x32\x33\x04\x90\x10\xfd\xea\x72\xf9\xed\ \x5e\xf6\x66\x96\xea\x8f\x03\xed\x9f\x3f\x33\xc3\x80\xa2\xfc\x4b\ \xbf\xde\xff\x5f\xfe\x46\xf2\x8f\xff\xb1\x7d\xfd\xf5\x6b\x33\x33\ \xeb\x14\x30\xdf\xbe\x25\x9b\x76\x4d\xe0\x02\x73\x08\x61\x0d\x63\ \x21\x10\x33\x57\xc1\xd7\x65\x37\x2d\x1a\xa0\x80\x1c\x98\x42\x6c\ \x4c\x12\x27\x59\x96\x8f\x36\x26\x9b\x9b\x5b\xa3\x51\x3e\x1a\x0e\ \x04\x22\x53\x40\x29\x99\x99\x41\x84\x40\x20\x84\x44\xf8\x29\x70\ \x32\xc8\x00\x57\x74\x81\x84\xb5\x86\x02\x50\x48\x60\x2c\xaa\x4a\ \x68\xe5\x43\x38\x3f\xba\xa8\x5b\x3b\x5f\x2e\x56\x65\x75\x79\x39\ \xdf\xdc\xdc\x51\x4a\xa7\xf9\x30\xcb\x7a\xdb\xdb\xbb\x69\x92\x00\ \xa2\x10\xd2\x79\xbf\x56\x16\x20\x08\xef\xad\x89\x04\xb3\x64\xc4\ \xc0\x10\x00\x03\x88\x80\x08\x28\x19\x91\x43\xf0\x3e\xb8\x40\x75\ \x67\x85\x67\xe7\x83\x90\x82\x01\x94\x14\x08\x82\x38\x90\xb3\x6d\ \xdb\xb5\x3a\x42\x4c\xae\xc5\x00\x33\x09\x15\x74\x2c\xa5\x02\x10\ \x02\x50\x20\x89\xe0\x8c\x74\xf9\xc0\x07\x57\xf5\x07\x7d\x13\xa7\ \x5d\xdb\x49\x6d\x6d\x55\x9f\x9d\x5f\x5e\x5c\x5c\x3e\x39\x38\xdc\ \xd8\x9a\x08\x85\x6d\xd7\xcc\xe6\xcb\xf9\xb2\x68\xdb\x76\x34\x1e\ \x0a\x7c\xaa\xc8\xfc\xc9\x43\x2f\x84\xb5\x7d\x08\xae\x29\x1d\x66\ \x44\x01\x44\xae\x28\xdb\xa2\x78\xf3\xfb\xdf\xaf\x5b\xfb\xfc\x4b\ \x77\xb7\x6f\x6e\x36\x4c\x4e\x0a\x56\x2a\x08\x89\x1a\xd1\x43\x9a\ \x64\x59\x2f\x47\xa3\x95\x92\x4d\x53\x2b\x29\x51\x88\xc5\x62\x99\ \xa6\x5e\x2b\x23\xd7\x04\x3b\x22\x23\x5a\x4f\x28\x65\xe7\x5c\xdb\ \x76\x9e\x98\x50\x38\xef\x9b\xd6\x7a\xdb\xb2\x22\x19\x0b\x14\x08\ \x02\x33\x63\xf2\x58\x0e\xfb\x5b\x71\xaf\x1f\x2b\x81\xae\xe9\xaa\ \x66\x3a\x3d\x5e\x2c\x17\x8b\xe5\xc2\xc4\xfa\x2f\xfd\xc6\xbf\xdb\ \xd8\xaa\x0b\x75\xdb\x55\xdb\x37\x36\x77\xf7\xb6\x95\x52\x74\x3d\ \x0a\x01\xd8\x87\x96\x03\x12\x0b\x60\x46\x26\x23\x48\x50\x2b\x23\ \xca\x7a\x69\x49\xf5\x70\x34\xcc\xf3\xf1\x72\xb5\x5c\xcc\x17\x45\ \x59\xd4\x45\xb9\x2c\xaa\xea\xed\x77\x92\x24\xce\x92\x38\x32\x1a\ \x00\xba\xa6\x39\x7c\xf2\x64\x30\x1c\x48\x29\x78\x6d\xcb\x02\xb8\ \x46\x4b\xf1\x01\xa0\xf5\xaa\x91\x06\x91\x00\x84\x08\x7e\x7a\x72\ \x72\x72\xf0\x04\x50\xbe\xfa\xd9\x4f\xab\x2c\xf3\x12\x7f\xac\xce\ \x1d\xd3\x2c\x1f\x8e\x7a\x4f\x69\x19\x0e\x64\x22\x25\xae\x41\x54\ \x39\xc4\x37\x8a\xf2\xb5\xaa\xf9\xaf\x6f\xee\xb5\x88\xf1\xc7\xe0\ \xfe\x51\xc0\x77\x6b\xbb\xd7\x5e\xeb\x5e\x7d\x35\xfb\xbf\xff\x5e\ \xf9\x1f\xfd\x87\xd0\xcb\xe1\xc3\x34\xc1\xf7\x36\x64\x42\x8a\x98\ \x88\x10\x50\x01\x33\x5d\x69\xb9\x99\x08\x80\x88\x3d\x06\x2f\x21\ \x60\xb0\xab\xcb\xf3\x55\xdb\x16\x6d\x27\x96\x8b\xc3\xb3\x93\x2c\ \xcb\x36\x26\xa3\xbb\x2f\xbe\x30\x1e\x8d\xae\xb2\x7a\xe2\xfb\xef\ \xbe\x1b\x45\xf1\xab\x9f\xf8\x44\x08\x04\x80\x12\xaf\xff\xce\xac\ \x9b\xcf\x05\x23\x04\x12\x8c\x02\xb1\x6b\x1a\x66\xf0\xc8\x1d\xf3\ \xc1\xd9\xc9\xd9\xc9\x59\x08\xbe\x6e\xbb\xa6\x75\x9e\xd8\x13\x24\ \x49\x3f\xee\xf5\x8d\x8e\x02\xc8\x34\x49\x8c\x89\x9d\xa7\x24\x4d\ \x99\x41\x6b\xb9\xf6\xf6\x75\x3e\x84\x40\x0c\x10\x58\x05\x62\x47\ \x6c\x03\x5a\x4f\x81\x99\xc1\x6b\xa3\x99\x83\x03\x72\xc1\x3b\xdf\ \x0a\x0e\xde\x7b\x41\x12\x00\x6c\xeb\x99\x7c\xf0\x56\xad\x8b\x8f\ \x70\x4d\x55\x30\x02\x86\xe0\x9d\xb3\x02\x00\x58\x20\x01\x02\x49\ \xb2\x42\xd8\x38\x32\x71\xa4\xf2\x3c\xdd\xbd\xf1\x42\x51\xd4\xe5\ \x6a\xd5\x24\x75\x57\x55\x6d\x53\x3e\x3a\x3c\x3e\x3e\x3f\x8b\x62\ \x6d\x62\x9d\x24\x69\x6c\xcc\xc3\xc7\xef\xbe\xf0\xc2\xf3\x5b\x5b\ \xdb\xde\xd1\x9a\xb5\x7a\x0f\x08\xfc\xab\xb8\x60\x66\xbe\x32\xb5\ \xb8\xaa\x51\x23\x30\x51\xd7\xb6\x65\xd1\xb5\x4d\x53\xd5\x8c\x92\ \x19\x9c\xf3\x96\xa8\xe9\x9c\x0f\x80\x42\x23\x38\x65\x54\x96\x64\ \x4a\x08\xad\x15\x32\x55\x45\x91\xa6\x69\x70\x41\x48\x89\x4c\x5a\ \x0a\xa9\x14\x00\xba\x10\x18\xd0\xda\xce\x79\xe7\x9c\xf3\xde\x53\ \xa0\xf5\x0d\x36\x52\x65\x06\x25\x4a\x17\x02\xa2\x02\xe4\x24\x52\ \xb1\x82\xae\xab\x2f\x97\xb3\xd5\xfc\xb2\x9c\x9d\x2d\x57\x85\x43\ \xd5\x35\x6d\x20\xbf\xbf\xbf\xdf\xb4\xe5\x6c\x36\x75\xae\x55\x5a\ \xdc\xd8\x9c\x48\x22\xe7\x9d\x14\xf2\x3a\x91\x42\xf0\xed\xf2\x50\ \x4b\x83\x20\x05\x2a\x81\x22\x90\x17\xc2\x7b\xef\xb3\x18\xc1\xb9\ \xb6\x2a\xb7\x36\xf6\xcc\x44\x0f\x07\xa3\xe5\x6a\x75\x76\x7a\x06\ \xc1\x2b\xc1\x97\xd3\x73\xa6\x10\x99\x54\x48\x49\xc1\x1f\x3e\x79\ \x7c\xf3\xe6\xfe\x70\x38\xfc\x91\x1c\x89\x7f\x22\x5a\xec\xfd\x4d\ \x3f\x44\x08\x2c\x01\xbd\xb5\x5d\xd3\x46\x51\x02\xc4\x3e\x04\x07\ \x3f\x06\xdc\xc9\x06\xfd\xd2\xeb\x7f\xe1\x57\x3e\xb1\xf9\x1e\xa7\ \x69\x0e\x3e\x5c\xe7\xac\x43\xfc\xd5\xe5\x6a\xa5\xe5\x1f\xf7\x73\ \xfc\x18\xd9\x3f\x22\x2b\x04\xea\xf7\xcb\xdf\xfe\xad\xc9\x7f\xf9\ \x5f\x99\x1f\xbc\xd5\x7d\xf1\x8b\xd0\x75\xd7\x82\x18\x60\x80\x9a\ \x75\x4b\x2c\x10\x51\xa1\x58\x77\x73\xac\x95\x7f\x0c\xeb\x6c\xdf\ \xf9\x2e\xd1\x12\x7d\x13\x4b\xee\x9c\xad\x16\xb3\xbd\xed\x09\x30\ \x75\x9d\x2d\x57\x45\xdb\xd4\x97\xd3\xcb\xe1\xb0\xdf\xcf\xd2\xae\ \xeb\x88\xa8\x6d\x3b\xa9\xf5\xde\xde\xde\x70\x3c\xbe\x76\xd3\xdc\ \xb3\x79\x1a\xeb\x12\x9c\x66\xf4\xf3\xd5\xfc\xec\xa2\xab\x9b\xd1\ \x8d\x3d\x35\xc8\x7b\xfd\xb4\xe7\xba\x6f\x7f\xef\xfb\xe0\xa9\xe9\ \x1c\xa0\x4a\x7a\xfd\x3c\xe9\xe9\x28\x41\x15\xb3\x50\x2a\x8a\x41\ \x6a\x40\x61\x8c\x09\x04\x44\x0c\x08\x42\x20\xa2\x60\x64\xa9\x75\ \x20\xee\x1c\x78\x92\x9e\xd8\x13\xfb\xc0\x9e\xc8\x91\x47\x25\x9a\ \xae\x71\xb6\xeb\x9a\x5a\x22\x69\x01\x80\xce\x75\x56\x48\xa5\x90\ \xe3\xc4\x18\x9d\x09\xe4\x38\x8a\x77\x06\xe9\xf5\xe2\x47\x40\x24\ \x67\x43\x5b\x78\xaf\x81\x85\x00\x21\x98\x05\x3a\xeb\xab\x5e\x3f\ \xca\x8c\x2c\x66\xb3\x3b\xb7\x5f\x8b\x46\xd9\xc6\x78\xb3\x58\xad\ \x2e\x2e\x2e\x4c\x9b\x6a\x25\x8a\xd5\x3c\x90\xeb\xe5\x43\x64\xca\ \xd2\xb8\x2c\xab\xb7\xef\xdd\xdb\xdc\xd8\xc4\x67\xf4\x2d\x3f\x9b\ \x95\xf1\xbe\xf1\x52\xef\xed\xed\x7a\x3a\x52\x03\xd6\x6a\x3f\xc1\ \x40\xce\x2b\x21\x83\xf5\x97\xb3\xf9\xc9\xe1\x61\x51\x57\x42\xc7\ \x0f\x1e\x3e\x7a\x70\x74\x58\x05\x57\x74\xb6\x2a\x2b\xef\x49\x80\ \x8c\x8c\x36\x46\x93\x77\x97\x67\xb3\xae\x6b\xad\x75\x0b\xa9\x01\ \x30\xef\x0f\xbd\xed\x60\x10\x00\x10\x50\x74\x21\x38\x1f\x88\x02\ \x10\x29\x25\x13\x85\x52\x23\x92\x20\xf2\xcc\x5d\xd3\x74\xa5\x65\ \xdd\xd7\x28\x05\x91\x37\xda\x1c\x3c\x7c\xfb\xe0\xf1\x63\x62\x16\ \x18\x64\x68\x08\x65\x60\xb9\x39\x1e\xbc\xf6\xda\x6b\xb7\x6e\xdc\ \xe8\x16\x8b\xfa\xe2\xc2\x68\x89\x0a\xcb\xb2\x60\xa2\xf4\xce\xf0\ \x1a\x0a\x74\x06\x10\x48\x43\x5d\x0b\xe1\xbd\x25\x0e\xc8\x24\x24\ \x02\x90\x6b\x7d\x17\x14\xe9\x40\xa1\x6e\x4e\x0e\x1e\x8d\x26\x93\ \x28\xc9\x36\x46\x93\x34\x4e\x6d\xd7\x20\x04\x72\x36\xd2\x98\x65\ \x69\xd7\x76\xfd\x5e\x0f\xa5\x74\xd6\xae\x35\x4a\xf4\xf4\x5d\xfd\ \xb3\xee\x7d\x7f\x76\xaa\xd7\xd5\x13\x11\x02\x28\x30\x00\x0a\xd4\ \x5a\x77\x65\xfd\xf0\xe1\xa3\xe3\xc7\x4f\xd8\x53\x17\xc2\x77\xbf\ \xf7\x5d\xaf\x75\xe9\xbd\xfa\xd1\x74\x8f\xf5\xcd\x17\x5e\x91\x7d\ \xd9\x75\xdd\x87\x74\x6f\x77\x88\xdb\xce\xfd\xca\x6a\xf5\xf5\x5e\ \xef\xd0\x18\xf3\x31\xb8\x7f\x74\x96\xed\xea\xaf\x7c\x79\xfc\xdf\ \xfe\x77\xe9\xef\xfd\x41\xf7\x85\x2f\x7c\x28\x0e\x3f\xb0\xf7\xb4\ \x2e\x7c\x22\x03\x0a\x81\x4f\xa3\x0f\x44\x08\x0c\xac\x22\x07\x41\ \xa2\xb0\xbe\xeb\x8f\x46\xae\xad\xf6\xf6\xf7\x25\xc2\x62\x3e\x8f\ \xa2\xa8\xab\xbb\xa2\x58\x35\x6d\xbb\x8c\xa3\x61\x9e\xa5\x59\x06\ \xcc\x75\x53\x1f\x1f\x1f\x0f\x47\x23\xb8\xae\x17\xf2\x7a\xa3\xd0\ \xda\xc0\x24\x38\xf4\x50\x5c\xce\xa7\x87\x27\x49\x92\x64\xf9\x40\ \xf7\x7b\x56\x61\x60\x50\xda\x00\xb2\x61\x09\x2a\x8a\xd2\x7e\x9a\ \xf5\xa5\xd2\x81\x05\x10\x4b\x6d\x88\xe1\x72\xbe\xca\xf3\xbe\x36\ \x1a\x11\x95\x52\x6b\x6b\x5a\xa1\x14\x13\xbb\x10\x9a\xd6\x07\xd6\ \x00\x4c\xe4\xbd\x6d\x3b\xd7\x49\xa3\x38\xc8\x10\xc8\x03\x82\x52\ \x3b\x99\x6e\xab\x65\x62\x20\x19\xf6\x8d\x89\xa2\x38\xd2\x4a\xe6\ \x59\x12\xbc\x2b\xca\x42\xcb\xc0\xa0\xae\x07\xee\xc2\xb7\xa2\x59\ \xa0\xd6\xcc\x48\x8c\x14\x02\x63\x50\xe0\x16\xe7\x73\x09\x2e\x4d\ \x92\xb3\xc7\x8f\xd2\xde\x30\xcd\xf3\xd1\x60\x60\x22\x53\x54\x85\ \x52\xa2\x97\x67\xd3\xb3\x53\xc1\x98\x46\x71\xdb\x36\x3b\x9b\x9b\ \x5b\xe3\x71\x5b\x97\x52\x6a\x63\x22\x86\x2b\xcf\x97\xb5\x3e\xf5\ \xbd\x53\x03\x9f\x05\xf2\x57\x7d\x58\x88\x81\x3c\x02\x4a\x14\x75\ \xb1\xe2\xc0\x75\x51\x1c\x3e\x39\x3c\x38\x78\xec\x9c\x4b\xe2\x24\ \xa0\x38\xbe\xb8\x70\x40\x1d\x51\x40\x44\xa9\x24\x60\xa4\x64\xac\ \x75\x55\x16\x6d\xb5\x6a\xab\x95\xf5\x56\x2b\xc3\x68\x03\xe0\x65\ \x53\x2d\x67\xc6\x6f\xef\xf4\xfb\x7d\x62\x60\x94\x51\x64\xb4\x8c\ \x80\x43\xb0\xd6\x77\x6d\xd7\x36\xb6\xa9\xba\xb6\xb5\x6d\x53\xd6\ \xad\x4c\xc6\xbb\x83\xad\xa7\x5d\xa8\x14\xba\xb6\xa7\xa5\xd4\x5a\ \x0a\xe6\x80\xce\x86\x98\x95\x0e\x94\x30\xf4\x50\x54\xad\x4d\x03\ \x1a\x01\xae\xaa\xda\xba\x1c\x8f\xc7\x02\xaf\x93\x0f\x22\x20\x72\ \xc0\x66\x21\x84\xd2\x24\x10\x15\x05\x44\x06\x23\x25\x0b\x8e\x50\ \xec\xdc\xb8\x39\x19\x4f\x1e\x3e\x7c\x74\x7e\x78\x38\xdc\xd8\x1a\ \x4e\xb6\xb2\xbc\x37\x1a\xf6\xbb\xa6\xac\x06\xfd\x62\x31\x75\xb6\ \x4d\x8c\x21\xe6\xd1\x68\x3c\x1e\x0e\x28\x04\x40\x21\x84\x20\xe2\ \xf7\x4a\x20\xdf\xdb\x13\xf0\x54\xd4\x74\xd5\xd9\x2b\x60\xad\xa4\ \x24\x89\xc8\x00\xae\xb3\x27\x67\xe7\x07\x8f\x1e\xce\xa7\x97\x4a\ \xaa\x58\x47\x3e\x84\xb3\xc3\xa3\x26\x50\x17\x82\xfa\x91\x80\xc7\ \x83\x7e\xf1\xf5\xcf\x01\xf9\x0f\x3f\x97\xc3\x23\x7e\xaa\xaa\x76\ \xad\xfd\xef\xf7\x76\xaf\x27\x6f\xff\x78\xfd\xac\x98\x99\x10\xdc\ \x73\xcf\xd5\x5f\xfa\x52\xfa\x07\x7f\xb0\xfa\x2f\xfe\x73\xee\xf7\ \xaf\x5d\xae\xa4\x62\xc6\xce\xb3\x10\xeb\xde\xc3\x2b\x3d\xf9\x3a\ \x08\x41\x0c\x0c\x2c\x04\xb0\x07\xf0\x9e\x6d\x2f\x8d\x22\x21\x04\ \xf1\xd6\xd6\xf6\x70\x30\xae\xaa\xfa\xe2\x7c\x9a\xa4\x59\x6c\xf4\ \x6c\x7a\xe6\xbc\x97\x08\xb1\xd1\xc0\xf1\xec\x72\x5a\x57\x65\x92\ \x5c\xa7\x45\x6d\x0d\x40\x8c\x18\x7c\x90\x4a\x02\xc8\xf9\xfc\xf2\ \x62\xb1\x58\x76\x4d\x2b\x50\x1d\x1f\xc1\x22\x2a\x43\x38\xbc\xbc\ \xf0\x36\x40\x60\x06\x95\x25\x79\x12\xf7\x84\x30\x52\x1b\x44\x11\ \x38\x18\xad\x8d\xd2\x55\xd9\xa2\x54\x42\x19\xa5\x04\x31\xac\x27\ \xba\xf9\xe0\xba\xce\x02\x73\x67\xc9\x79\x0a\xae\x43\xf2\x00\x41\ \x22\x4b\x8c\xda\x95\x15\xd2\x10\x81\x10\x6a\x98\x9a\xb4\x3f\xd1\ \x26\x16\x4a\x31\xf3\x7c\xb1\x98\x5f\x2c\x8e\xaa\xaa\xae\x8a\xc5\ \x7c\xb6\xbb\xb3\xfd\x85\x37\xde\x20\xf7\x81\x7b\x94\x19\xc0\x08\ \xce\xa4\x57\x02\x00\x90\x88\x19\x09\x89\x24\x04\x24\x4a\xa2\x78\ \x67\xb2\x61\x98\x0e\xef\xbd\x99\x0c\x87\xa6\x9f\xf7\x37\x37\x36\ \x37\xc7\x4a\xab\x19\xfb\x95\x40\xe1\x83\x50\x32\x51\x5a\x09\x21\ \x98\x83\xf5\x9e\x9c\x14\x12\xd7\x53\x1f\x01\x9f\x61\xca\xb3\xb0\ \xfd\x19\xd6\x3c\x0d\x27\x59\xa0\x90\x42\xb2\xf3\x5d\xdb\x3d\x7e\ \x78\x70\xf0\xe4\x20\x04\x22\x21\x49\xe3\xbc\x6d\x9d\x27\x47\x8c\ \x42\x28\x6d\x62\xa5\x4d\x14\x2b\xa9\x28\x78\xf2\xb6\x5c\x2e\xdb\ \xaa\x90\xbe\x8d\x24\x82\x23\x17\x48\x68\x23\xa5\xf4\xd6\x5f\x9e\ \x1f\xf7\xd2\x28\xcf\x73\xe7\x83\x6d\x8b\x79\x51\x94\x65\xd1\xb5\ \x8d\xb7\xd6\xda\xd6\x75\x2d\x30\x0b\x01\xce\x71\xa6\x7a\xde\x75\ \x10\x8b\xbc\x9f\x33\xd5\x4a\x60\x62\xa2\x1b\xfb\x37\x00\xb9\x2a\ \x2e\x6c\xe7\xdb\x96\xbc\x73\xb6\xae\x07\xa3\xd1\xb8\x3f\xd0\x88\ \xb6\xad\xaa\xf9\x4c\xa2\xd0\x4a\x5f\x53\xf9\x89\x40\x81\xda\x45\ \x29\xa5\x64\x44\x29\x75\x70\x24\x85\xe8\x02\x1b\xa5\x5e\xff\xec\ \x67\x5f\x79\xf9\x65\x5b\xac\x64\xdb\xbc\xf5\xe0\xd1\xf1\xc3\x77\ \x4f\x8f\x4f\xc7\x5b\x5b\xb7\x9e\xbb\xdd\xcf\xd3\xc9\x64\xd4\x4b\ \x95\x04\x58\x4c\x67\x69\x9a\x4e\xcf\xcf\x8a\xd5\xea\xc5\x97\xee\ \xf6\xfa\x83\xab\x6e\x36\x7c\x4f\x81\xfa\xfd\x59\xc5\xb3\x53\x76\ \xdd\xff\x81\x42\x48\x14\xde\xba\xb3\xb3\xb3\xc3\x27\x47\xb3\xd9\ \x8c\x01\x45\x94\xb4\xce\xcd\x96\x0b\x81\x48\x2c\x02\x71\x2f\xcb\ \x7e\x4c\xe0\xb0\x16\xff\x7f\xc8\xb5\x96\xf8\xfe\xc5\xc5\xea\xd4\ \x98\x3f\xe9\x65\xd1\xc7\xc8\xfe\x91\x5a\xc4\x9c\x98\xfa\x37\xff\ \x72\xf6\x47\x7f\x14\x7d\xfd\x1b\xcd\x6f\xfd\x26\x5c\x77\x64\x84\ \x6e\x66\x64\x2d\xae\xab\x60\x02\x9f\x36\x62\x5c\xbd\xae\x02\x04\ \xa0\x66\xdf\x01\x84\xc0\xb6\x69\x94\xa2\xb0\xbc\x9c\xa5\x49\x2f\ \x4e\xb2\xd1\x68\x2b\x8a\xf3\xaa\x2c\x22\x85\x52\x80\x6b\x4a\xad\ \x94\x10\x18\xa7\xc9\xcb\xaf\xbe\x16\x47\x51\xa0\xf0\x81\xb8\xd1\ \xf5\x36\x90\x52\x7a\xef\x99\x59\x00\xd6\xf3\xd5\xf1\xe1\xd1\xe3\ \xc7\x8f\x90\x58\x28\x59\xf8\xf6\xc9\xbd\x37\x2d\x71\xeb\x83\x25\ \x02\x60\x08\x20\x22\x63\x4c\x2c\x54\x44\x28\x01\x15\x08\xe6\x00\ \x21\x04\x19\x27\x52\x69\xe7\x83\xf5\x35\x0a\x74\xde\x79\xe7\x09\ \x38\x50\x70\xd6\x29\xa5\x24\x42\xa4\x40\x2a\xd6\x6b\x44\x24\x6e\ \x7d\x1d\x38\xf6\xa8\x39\x28\xad\x8d\x22\x7b\xf4\xce\x3b\x75\xdb\ \xad\x8a\xb2\xac\x9b\xce\x59\x26\x6a\xda\x46\x20\x38\xdb\xf5\x63\ \x23\xae\xd9\x18\x2c\x5c\x5d\xd6\xb3\x73\x1d\x19\x14\x18\x98\x99\ \x59\x2b\x65\x5d\x18\xf5\x07\x9f\x7f\xe3\xf3\xdb\xa3\x51\x75\x78\ \x48\xab\xf9\x83\xa3\x47\xdd\x85\xce\x96\x93\xd1\xe6\xc6\xfe\xde\ \xde\x78\xd0\x8b\xf6\x6f\x28\xe2\xd5\x72\xee\xbc\x45\x8e\xdf\x7e\ \xeb\xad\xd3\xe3\x93\x37\x3e\xff\x17\x94\x94\x8c\x57\x2d\xfb\x42\ \xe0\xda\x09\xeb\xbd\xc1\xe3\x33\x88\xa1\x10\x28\x78\x64\xaa\xaa\ \xfa\xe8\xf0\xe8\xe0\xe0\xa0\x69\xba\xba\xed\x02\x40\x60\xb6\x3e\ \xa8\xc8\xa8\x48\x4a\x44\x01\x32\x36\x31\x11\x31\x51\xaa\xb4\x25\ \x7f\xb9\x5c\xd4\x55\x29\xc9\x8d\xb3\x68\x34\x1e\xc5\x69\xcf\x31\ \x1f\x9f\x9e\xae\xaa\x06\x50\xd4\x5d\x73\x7e\xa2\x2e\xce\x64\x5d\ \x2c\xbd\xed\x42\x20\x06\x0e\xc4\xc4\x0c\x28\x08\x04\x4a\x11\x98\ \x41\x82\x40\x0e\xc1\x3a\x27\x0e\xcf\xce\xcd\x56\x4e\x81\xfa\xbd\ \x5e\x16\xa7\x65\x5b\x02\x80\x8a\x0c\xb9\xf6\xee\xdd\x57\x3f\xfb\ \x8b\xbf\x48\x42\x14\xe5\x8a\x13\x13\xc0\xae\xc8\x65\x59\x02\xbd\ \x04\xae\x2b\xb1\xe5\xb5\x28\x09\x24\x43\xf0\xc1\x07\x0a\xce\xb3\ \x92\x2a\xce\xf2\xdd\x5b\xb7\x74\x9a\x82\x6d\xc6\x89\x7e\xed\xce\ \xed\x79\xe3\x0a\x0f\x27\x67\xa7\xab\xe5\x7c\xb2\x31\xbc\x7d\x73\ \x57\x70\x77\x79\x71\x21\xd7\xc3\x5e\x88\xab\xa2\x98\x5f\xce\xf2\ \xe1\x90\x89\xd6\xfd\xb7\x7c\xd5\xf3\x85\xef\x3f\x47\x7f\x78\xc4\ \x52\x08\x42\x42\xd7\x34\xb3\xcb\xcb\xc3\xc7\x07\xc5\xb2\x24\x86\ \xa6\x6e\x51\xeb\xb2\x6d\x85\x56\xaa\x97\x2b\x29\x80\x50\xa0\x88\ \xb4\x56\x3f\x2b\xf4\x40\xdc\xb5\xee\x97\x57\xc5\xef\x0f\x07\x53\ \xa5\x3e\xd6\xc9\x7c\x04\x99\xf7\xf6\x73\x6f\x84\xf1\x38\xfd\xdd\ \xdf\x6d\x7f\xe3\xd7\xaf\xa1\x4b\x59\x3f\xd1\x9e\xb0\x06\xed\xda\ \x58\x66\xdd\x5d\x7a\xe5\xe9\x71\xe5\x6b\x20\xbc\xef\xc8\x3b\xad\ \x50\xb0\x0f\x45\xbd\xbb\xb9\xb5\xd1\xeb\x3f\xfa\xc1\x5b\x26\xeb\ \xe5\x93\x8d\xd1\xc6\xc6\xe6\xd6\x26\x92\x6f\xab\xa2\x64\xaf\xb5\ \xb2\x6d\xab\x8d\x7e\xf4\xce\x3b\xb7\x9f\x7f\x3e\xc9\x72\x14\x8a\ \x81\xaf\xda\x1f\xaf\xfe\x63\xbc\x3a\x3e\xf0\x87\x02\x8f\x1f\x0e\ \x6d\x63\x16\x52\x6a\xa5\xa7\xd3\xcb\xb3\x93\x93\xd9\xe9\x79\x6b\ \x3b\xcf\x1c\x10\x3a\xdb\xda\x10\x9c\x0f\x52\x6a\x04\x19\x0b\xa5\ \x8d\x26\x81\x42\x45\x52\x48\x64\x56\x28\x90\x18\x18\x94\x92\x02\ \x09\x11\x3b\xe7\x03\xb1\x77\x9d\x40\x94\x12\x95\x94\x0c\x90\x18\ \xcd\xb1\x06\x60\x72\x0d\xf8\xce\xb5\x6d\x6b\xeb\xd0\x35\x5d\xdb\ \xcd\xcb\x76\xff\xa5\x4f\x05\x42\x21\x14\x04\x0a\x9d\x7d\xfb\xcd\ \xef\x09\x65\x88\x48\x2a\x25\xbd\x07\x84\x54\x2b\xad\xd5\xd6\xad\ \x9b\x2f\xbc\xf8\xa2\xbf\xd6\x70\x74\x5e\xcb\x55\xc8\x01\x0b\x00\ \x09\x4c\x1c\xbc\x27\x47\x9e\x36\xb7\x5e\xba\x71\xeb\xb9\xcc\xc4\ \x3c\x9f\xef\x6d\x6c\x98\x48\x61\xde\xfb\xee\xa3\x47\x87\x4d\x79\ \x74\x74\xf8\xc2\xcd\xdb\x1b\x71\x52\x4c\x2f\xda\xba\x96\x91\x01\ \x62\x29\xa4\xf7\xee\xfc\xec\x64\x83\xb7\x4d\x14\x0b\xa9\x1b\xdb\ \x75\xd6\xc5\x91\x8e\xa3\x88\x01\x43\x08\x52\xca\xa7\x87\x0a\x30\ \x43\x59\xd7\xab\xf9\x6c\x76\x71\x7e\xf0\xf8\xa0\x2c\x4a\x44\x61\ \xe2\xa4\x6a\x5b\xa1\x75\x3e\x18\xa6\x52\x0a\xa9\x3c\xd3\x7c\x36\ \x8b\x94\x96\x4a\x84\xd6\x6b\xa5\xfa\x79\x6f\x36\x6b\x8b\xd5\x82\ \xd9\xef\x6c\x8c\x5f\xde\xdf\xcd\x92\xb4\xf3\x3e\x00\x6f\x8d\xc7\ \x6f\xde\x7f\xe7\x7c\xb6\x40\x86\xa6\xae\xd2\x34\x4b\x23\x5d\xdb\ \x1a\x20\x30\x0a\x29\x85\x27\xee\x7c\x00\x21\x19\x84\x07\x1e\x4d\ \xc6\xcf\x3d\xf7\x62\xc3\x62\xe7\xc6\xce\xb7\x0e\xef\x3f\x7a\xe7\ \xc8\xd8\x7a\x7b\x38\x3a\x7a\xf2\x48\x47\x8a\xc9\x57\xd6\x36\xce\ \x2f\xeb\xd5\x7c\x75\x49\x21\x58\x6b\x9d\x77\x6d\xb0\x93\xfd\xdd\ \x8d\x8d\xb1\x90\x3f\x9c\xc6\xfd\x41\x97\x40\xa1\x55\xa6\xb4\xb0\ \xb6\x76\xbe\xf3\xde\x99\xc8\xac\x53\x55\x17\xfc\xaa\x2c\xf3\x3c\ \x4f\xc6\x93\x55\x79\x9c\x49\x35\xcc\xfb\x9f\x78\xed\x93\x0f\x8e\ \x8e\x4e\xce\x4f\xc2\xc1\xa1\xa2\x2e\x56\x22\x40\xe8\xda\x4e\x47\ \x91\x56\x7a\x7a\x79\x21\x95\x94\xda\x8c\x37\x36\xb5\x31\x45\x51\ \x49\x2d\x93\x24\x06\xc4\x10\x02\x51\xd0\xda\x5c\xdd\x77\x44\x22\ \x6e\xad\x2d\x56\xf3\xc7\x8f\x1f\x4d\xcf\xa6\xec\x28\x89\xd3\x40\ \xd4\xb4\x5d\x9e\x66\x1b\xfd\x3e\x6a\x45\xcc\xce\xb9\xe9\xf9\xe5\ \xce\xd6\x76\xbd\x5c\xaa\xeb\xf5\x9d\xfe\x6b\x6b\x11\x9d\xc0\xcf\ \x15\x65\x16\xe8\x1f\x0e\xfb\x01\xf1\x63\xc2\xfd\x23\xc7\xcc\x38\ \xe7\x6f\xdd\x6a\xbe\xfc\xe5\xe4\x6b\x5f\x53\xa7\x67\xbc\xbf\x7f\ \xbd\xbf\x53\x97\xcb\xba\xae\x8d\x31\x51\x14\xaf\x5b\xde\xab\xba\ \x0e\x81\x10\x30\x50\x88\x64\x14\x02\x39\xf0\x8d\x22\xc9\xfc\xa9\ \x17\x5e\xfe\xcc\x6b\x9f\xe9\x96\x05\xcd\x17\x6f\x1f\x3e\x38\x39\ \xbd\xdf\x1f\xdf\xb8\x71\xe3\xe6\xc6\x78\xb0\xb5\x31\x8e\x25\xb9\ \xb6\xee\xaa\xb2\x67\x86\xe5\xe2\xf2\x9d\xef\x2c\x7e\xe1\x33\x9f\ \xc3\x5e\xc4\xc0\x61\x1d\x63\x03\x22\x09\x01\x8c\xb0\x36\x6e\x25\ \x40\xbc\xfa\x87\x09\x42\x90\x52\x06\xa2\xd9\xc5\xe2\xf0\xc9\xf1\ \x62\xb1\xa8\x9b\xc6\xd9\x36\x30\xbb\xb0\xae\x87\xea\xd8\x24\x51\ \x24\x04\x0a\xad\xb5\x92\x2a\x20\x09\xad\xbb\xce\x45\x12\x14\x92\ \x92\x64\x6d\xad\x8c\x0a\x36\x78\x84\x10\xc5\x8e\xa9\xad\xeb\x51\ \x2c\xfa\x46\x2a\x41\x5d\x57\x76\xd6\x56\x75\xdd\x39\x5b\xd7\xa5\ \x6f\xbb\xba\xb0\x8d\x27\x0a\x0e\xa9\x23\xf2\xde\xf4\x06\x2c\x83\ \x88\x85\x14\x11\x77\x3e\x04\x65\xe2\x7e\x9e\x45\x46\x50\x70\x75\ \x5d\x07\x22\x47\x62\xbc\xb1\xf9\x4b\x5f\xf8\x52\xd6\xcb\xab\xba\ \xba\x9e\x90\x7f\xdd\x4c\x4b\xa0\x7d\x80\x10\x58\x04\xd2\x5a\x2a\ \x05\x20\xe9\xbc\x58\x8e\x37\x13\xf5\xdc\x8b\xe1\xb2\xdc\x8e\xc8\ \xd6\xed\xaf\xfd\xe2\x1b\x61\x73\xf7\x0f\xff\xf8\x4f\x0e\x2f\xea\ \x19\x2d\x33\xe5\xd3\x7e\x6e\x03\x37\xce\x2b\x2d\x02\x87\x77\xdf\ \xbd\x3f\x3d\x3b\x4b\xb3\xde\xed\x3b\x2f\xcc\x56\xab\xa6\xed\xb6\ \xc7\x83\xd0\x36\x8e\xc5\xb2\xac\xe2\x24\xe9\xe7\x69\x6c\x34\xa0\ \x08\x21\xcc\x96\x8b\x45\xb1\x3a\x5f\x2c\x9c\x10\xc2\x18\x09\x22\ \xcb\xf3\xc6\x79\xa9\x0d\x83\x58\x4e\x97\x93\xc9\xa6\x27\xae\x6a\ \x67\x7a\x5a\x22\xa5\x49\xd4\x3a\x5f\x87\x50\x76\x6d\xe7\x9a\x3c\ \x82\x7e\x2a\x9f\x1c\x1d\x8d\x7a\x7d\x2d\xf0\xe2\xfc\xe2\xc6\xad\ \x9b\x9f\x7a\xe9\xee\xd7\xbf\xf3\xdd\xe9\xb2\xe8\x9a\x6e\x32\xda\ \xd2\x59\xcf\x3b\xcf\x5d\x93\x26\xe9\x64\x32\x59\x15\x85\x0f\x04\ \x52\x5b\x1f\x88\xf1\xee\x2f\x7c\xaa\x55\xbd\xbb\x7b\xdb\x26\x34\ \x63\x6c\x17\x97\x87\x83\x3c\xdd\xdd\xcc\xf6\xf6\x5e\x30\x1a\xbb\ \xae\x9e\x95\xdd\xa2\xb1\xbd\x24\xde\x19\x24\xde\xda\xd9\x65\x5d\ \x76\x5d\x0f\x55\x9c\xa4\xa2\xec\x1e\x3f\xb8\xff\xdc\x1b\x5f\x8a\ \xae\x35\x5e\x9c\x81\x02\x34\x1a\xb5\xd2\x00\x80\x46\x68\x60\x36\ \x4a\xd8\xb6\x5e\x2e\x2e\x23\x63\x66\x56\x74\x3a\xeb\x3c\x6e\xc8\ \xa8\x9e\xd7\xad\xaa\x3d\xe6\x66\x2b\x2e\xdb\x59\x8f\xad\x08\x01\ \xe3\xc4\x5a\x17\x98\x8c\x36\xce\xb6\x07\x8f\x1e\xa2\xd4\x81\x78\ \x3c\xde\x6c\xad\x8b\xa5\x74\xcc\x48\xa1\xae\x4b\x81\x20\x05\x08\ \xa1\x50\xc8\xd6\xfb\x45\x51\x14\x65\xd9\x16\x4b\xeb\x43\x92\xf7\ \xbb\xb6\x55\x69\x12\x09\x55\xda\xae\x9f\x67\x67\x17\x17\x71\x9a\ \xc6\x49\x6f\x55\xd8\xb6\x75\x52\x6a\xcf\xac\x5e\x7c\xf1\xc5\xeb\ \x81\xbb\xd6\xff\xd2\xa9\xaa\x84\x18\x07\xfa\xea\x72\x79\x6c\xf4\ \x0f\x92\x44\x7d\x8c\xec\x1f\xc1\xc5\xcc\x00\xf5\x57\x7f\xad\xf7\ \xb7\xff\xb6\xf9\xc6\x37\xba\xdb\xb7\xae\x51\xb4\x64\xe6\xb6\x73\ \x21\x90\xb5\xde\xfb\x46\x6b\xa5\x94\xa2\x40\xce\x3a\x21\x90\x89\ \x3c\x89\xae\xe9\x74\x22\x6d\xdb\x45\x69\xf2\xe2\x2b\x77\xd3\xf1\ \x00\x11\x76\xf7\x76\xa2\x9e\x6a\x83\xbd\x77\x32\xff\xc1\x5b\x3f\ \x18\xf5\x7b\x93\x41\xae\x80\x20\x78\x40\x28\xca\x22\x8a\x62\x44\ \xbe\x9c\x5e\xe4\x24\x40\x42\xdc\x8b\xcb\xba\x14\x42\xa5\x51\x2a\ \x50\x7a\xe7\xd7\x29\xaa\x14\x1a\x10\x51\x22\x7b\x6e\xba\xb6\x69\ \x9a\x47\x8f\x1e\x5d\x5e\xcc\xac\xf5\x71\x94\x76\xd6\x2e\xcb\x72\ \x30\x1c\xe4\xbd\x14\x95\x52\xca\xd4\x75\x57\x55\x65\x12\x27\x4a\ \x29\x0e\x04\x82\x93\xc8\x74\x4d\x8d\xe4\x7d\x5b\x36\xe5\xd2\x39\ \x8f\x4a\xb1\x80\x5e\xbf\x6f\x94\x34\x46\x35\x5d\x98\x4d\xa7\x8b\ \xb6\xf0\x4d\xd9\xb5\x6d\xd3\x75\x4d\xdb\x09\x09\xde\x39\x26\x40\ \x19\x3b\x10\x14\x82\xd1\x48\x80\x8c\x22\x38\xa7\x8c\x37\x80\xdc\ \x14\x3e\x72\xda\x44\xfb\xfb\xfb\xe3\x51\x3e\x9f\x5d\x58\xdb\xcc\ \x17\xab\xa6\xf3\x8b\xc5\xec\xde\xdb\xf7\x5e\xfb\xc4\x27\xaf\xd9\ \xa2\xc5\x20\xa5\xd4\xda\xa0\x94\x81\x40\x0a\xd0\x22\x92\x10\x94\ \x50\xcb\xd9\xbc\x5c\x95\x5e\xcc\x44\x14\x35\x4a\xa2\xf3\x3d\xa9\ \x5d\xd9\xa6\x13\x79\x67\xff\xf9\xe3\xe3\x13\x11\xcb\x59\x79\xbe\ \x6a\x4a\x64\x65\x22\xad\xe2\xc4\x85\x60\xad\x5d\xcd\x97\x71\x9c\ \x92\x50\xc9\x60\xc0\x88\xae\x6d\xb5\xd6\x04\xaa\x58\x15\x21\x50\ \xe7\xb5\xd6\x3b\x00\x00\x20\x00\x49\x44\x41\x54\x96\x44\xa4\xe4\ \x72\xb9\x78\xf0\xf0\xe1\xc1\x93\x23\x1b\x02\x79\xaf\x50\x28\xa5\ \x95\x50\x52\x4a\x21\x55\x2f\xcf\x97\xab\x2a\x4d\x33\x6f\x9d\x27\ \xda\xdd\xde\x1a\xa6\x31\x92\xbb\xff\xee\xc3\xce\xd1\xe6\xce\xee\ \x6a\xb5\x22\x1f\x7a\xe3\xbe\x44\x76\x14\x8c\x56\x5b\xa3\xb1\x6f\ \xdb\x34\x8a\x6e\xee\xef\x3f\x39\x3b\x9f\x2e\x8b\xb6\x6d\x2e\x2f\ \xa7\x4a\x0a\x66\x30\x26\x1e\x8d\xc6\x71\x1c\x03\xc0\xce\xee\x5e\ \xe7\xfc\xe1\xc9\x29\x11\x2e\x97\xcb\x2e\xc1\x64\x76\xb9\x3a\xbc\ \x2f\x7c\x7b\x67\x7f\xef\xb9\xfd\xdd\x7e\x9e\xd5\xe5\x72\x5a\x17\ \xc0\x41\xc6\xf9\xc6\x70\x30\xe8\xa5\xbe\xa9\xbd\xb3\x12\xb9\xad\ \x2a\x29\x8d\xab\x1a\xd7\xd4\x18\x58\x08\x79\xdd\x4d\x03\x9d\xeb\ \x02\x79\x60\x12\xc0\x52\x48\x0a\xc1\xd9\x90\xea\xc4\x75\xde\x28\ \x5d\x82\x10\x69\x92\x6f\x4e\xce\xef\xbd\x1b\xc7\x79\xa2\xa5\x64\ \x51\x57\xcd\xb0\x3f\x8c\x2d\x64\x06\x1d\xc8\xe2\xe2\x32\x56\xda\ \x05\x47\x21\x48\xa9\x8c\xd1\xa7\xa7\x27\x3a\x8e\x85\xd0\x65\xb1\ \xf2\x3e\xea\xf5\xb2\x6a\xb9\xb2\x5d\x37\x47\xbc\x7d\xe7\x8e\xed\ \xba\xa3\x93\x93\x77\x1f\x1d\xd4\x4d\xc3\xc1\x7b\x67\xb5\x32\xda\ \x68\x21\x15\x20\x66\xfd\x3e\x08\xa9\x75\x0c\x20\xbc\xf5\x79\x9a\ \xf6\x7a\xd9\xb0\x9f\xcf\xce\x4f\xd4\x78\x3c\xbe\x6e\x5a\x1f\xfe\ \x65\xe0\xee\x00\x9e\xb3\xf6\x53\x55\xfd\x77\x27\xa3\x73\xad\xd3\ \x7f\x6b\x67\x89\x7d\xe4\x83\xf7\xf6\x0b\x7f\xc1\xdf\xbe\x95\xfc\ \xc1\x1f\x74\x7f\xed\xaf\x5d\xaf\x17\x9e\x89\x99\x91\x88\xbd\xb7\ \xce\x59\x29\x25\x13\x19\xad\xb5\x92\xd6\xd9\xa6\xe9\x00\x90\x6d\ \xe8\x27\xe9\x20\x1f\x58\x84\x25\xb5\x66\x9c\xc1\x2a\x8e\x17\x32\ \x0b\xfa\xd7\x7e\xf9\x57\x16\x21\x7c\xfb\x4f\xbf\x39\x9b\x2f\x12\ \xa3\xb4\x00\x94\x8a\x84\xb4\x14\x84\x90\x87\x27\x27\x74\x78\x32\ \xd9\x9e\xdc\xbc\xbd\x2f\x88\xbc\xeb\xc0\x24\xde\xf9\xaa\x2e\x19\ \x42\x9a\x25\xcc\x42\x28\xed\xbd\x5f\x15\xcb\xb2\x2c\x8b\xa2\x28\ \xea\x06\xb5\x04\x62\x9d\x46\x2a\x35\x4d\x70\xbd\xe1\x70\x3e\x5b\ \x66\x79\xdf\x7a\xbf\x2c\x97\x4d\xdd\xf4\x07\xb9\x94\x02\x15\x46\ \xb1\xc9\xb2\xe4\xf2\xec\x64\x5e\x14\x75\xdd\xb4\x6d\xa7\xb5\x91\ \xc6\xb0\x40\x6f\xeb\x10\xac\xc9\xc7\x85\xad\x2f\x8e\x0f\x4d\xe8\ \x64\xf0\x14\x02\x02\xc6\xca\x20\x82\x44\x26\x23\xbb\x10\x38\xb4\ \x5a\x4a\x1f\xd0\xb2\xdc\x18\x4d\x52\x41\xd2\xae\xaa\xcb\x72\x7e\ \x71\x9c\xdd\x98\x44\x71\x8c\x52\x9e\x4f\xa7\x4d\x55\xe0\xda\x83\ \x41\xa9\x57\xee\xdc\xfe\xc4\x27\x5f\x97\x26\x5e\xad\x8a\xeb\xe0\ \x3b\x82\xf7\xc1\x59\xaf\x05\x21\x01\x10\x51\xf0\x1e\x3c\x03\x90\ \x25\xf0\xde\x20\xb6\xde\x25\x83\x1e\xaf\x66\x67\x97\xd3\x24\x89\ \xce\x9e\x3c\x59\x2d\x4a\x21\x20\x8a\xcd\xd9\x69\xe1\x9b\x56\x90\ \x92\x1a\x37\x61\x33\x4b\x62\xef\xc3\xd6\xf6\x76\x1c\x67\x45\x51\ \x2c\xea\x86\x80\x1f\x4d\xcf\x36\xc6\x93\x9d\x9b\xcf\xf5\xfb\x03\ \x01\x50\x57\xd5\xf4\xf4\xe4\xfc\xe2\xf4\xe4\xf4\xec\x72\x36\xd7\ \x3a\x42\x80\xc6\xda\x5e\x9c\xea\x58\x30\xf1\x62\x31\xef\x0d\x07\ \xda\x68\x26\x88\x8c\x59\x5c\x5c\xb0\x95\x6c\x84\xb3\x5d\x1a\x99\ \xc8\x08\x23\x11\x43\x40\x81\x00\xf2\xd6\xad\xdb\xb6\xac\x87\x69\ \x6f\x32\x1c\x1a\x85\x32\x8a\x01\x21\x4d\x12\x25\x05\xb0\x68\xea\ \x3a\x8e\x75\x12\x47\x83\x41\x3f\xef\xe7\x4d\x55\x27\x49\x12\x27\ \xb1\x90\x5e\x2b\x65\x9d\xcf\x93\xb8\xb3\xdd\x3f\xfb\xda\x3f\x55\ \xcd\x32\x47\x7b\x77\xff\x05\x21\xc4\xc5\xf9\xb4\xac\x4a\xe7\x3a\ \x29\x20\xca\x28\x4e\x43\xbd\x5c\xb4\x45\xb1\xb9\xb1\x69\x7d\x60\ \x29\x03\xa0\x73\xfe\x72\x3a\x0b\xae\xfb\x30\x6d\xcf\x2c\xb4\x50\ \x9a\x29\x68\x2d\x7b\x69\x2f\x89\x63\xef\x7d\x14\xc7\x91\x4e\x9d\ \xe3\x34\xd6\x32\x8e\x92\x97\xee\x74\xcb\xd9\x68\xb4\x59\x0a\xaa\ \x16\x0b\xc5\x0c\x04\xe7\xf3\x79\xba\xbb\x11\xc5\xe9\xf6\x8d\x88\ \xbd\xaf\x8a\x65\xd7\x36\xaf\xbd\xf4\xa2\x54\x7a\x55\x56\x6d\x5b\ \x6b\x13\x75\x4d\x0d\xde\x72\xd3\x5e\x1c\x9f\x9c\x9e\x9c\x64\x69\ \x16\x29\xdd\x5a\xd7\xd4\xf5\xd6\x70\x78\xe6\xfc\xbc\xac\x11\xc0\ \x91\x8f\x4c\xa4\xb5\x3e\x3a\x3a\x66\x90\x83\xe1\x58\x45\x71\x92\ \xa6\xab\xc5\xb2\x2e\x8a\xf1\x64\xe2\xda\x5a\x23\xa8\x9f\xc5\x8c\ \x05\x42\xfc\x5c\x59\xf5\xbd\xff\xe3\x7e\x2e\x3f\x0e\xdb\x3f\xba\ \x65\x55\xa2\xe1\xa8\xfd\xd2\x97\xb2\xdf\xf9\x07\xe5\xe1\x13\x90\ \x1f\x2c\x9c\x59\x1f\xed\x26\x8a\x7c\x08\x28\xa4\x96\x2a\x04\x4f\ \x3e\xa0\x40\xa6\xb5\x85\x89\x92\x1a\xb5\x32\xd8\xb6\x68\xc3\xf2\ \x72\x51\xb4\x2d\x07\x2b\xc8\x5b\xc1\xa9\x32\x49\x90\x8b\x65\x91\ \x6c\x6f\x8e\x37\x36\x25\x70\xa4\xa5\x51\xc2\xda\xb6\xae\x4a\x49\ \x98\xa4\xc6\x77\x96\x1d\xad\x66\xb3\x27\xec\xd3\x5e\x06\xa8\x83\ \xe7\x5e\x6f\xc0\x80\x6d\x6b\x8d\x31\x71\x12\x3b\x1f\x9e\x1c\x1e\ \x1c\x1c\x3c\x6e\x9a\x26\xf8\x40\xcc\xda\x44\x52\x2b\x13\x99\xba\ \x6d\xfa\x83\x21\x31\xb6\xce\x61\xd7\x48\xa1\xd2\x2c\xe9\xf7\xf3\ \x2c\x4d\x66\x97\x97\xab\xe5\x42\x49\x1c\x0d\x07\x4d\xb9\x68\x8a\ \x32\xb8\x80\x00\x40\xd6\x7b\x49\x28\x66\x6d\xb9\x98\x5d\xde\xb8\ \x73\x37\x42\x8e\x04\xc6\x52\x63\x00\x0a\x6b\xc7\x02\xa6\x40\x5a\ \x19\x8c\xe3\x48\x62\x24\x99\x28\xd4\x41\xee\xde\x79\xf5\xe6\x73\ \x2f\x16\xf3\xcb\x97\x6e\xdf\xfc\xe6\xd7\xff\xa4\xb8\x3c\x9f\x46\ \x21\x30\xdf\x7f\xf0\x40\x49\x4e\x63\xed\x9c\xf5\xc1\x13\x60\xaf\ \x97\x02\xf8\xae\xb9\x26\x27\x83\x00\x44\xe0\x3c\xa1\x0f\x0c\x18\ \x1b\xd3\x8b\x32\x89\xcc\x81\x92\x24\x91\x0c\xe0\xdc\xd6\xe6\x46\ \xda\xcf\x4b\x8d\x95\xab\xf3\x1b\xdb\x96\x55\x33\x5f\x98\xd8\x74\ \x55\x0d\xb5\x05\x17\x50\x2b\xe7\xfc\x6a\xb9\xcc\xb3\x64\x6f\x77\ \xe7\x95\x97\x5e\xd6\xda\xdc\x7b\xf0\x6e\xd1\x76\x5a\x9b\xe5\x7c\ \x2e\x18\x74\xd4\x33\x59\xde\x75\x8d\xb5\x4d\xbd\x5a\x0a\x09\x12\ \x45\xd7\x34\xc0\xa8\x95\x8a\x94\x86\x10\xda\xa6\x46\x29\xad\xb5\ \xcb\xc5\x62\xb9\x2a\x8d\x8e\x44\x7f\x10\x6c\xeb\x09\x6d\xa3\x56\ \xcb\x25\x84\x20\x05\x68\x00\x01\x41\x02\x78\xe7\xda\xce\x79\xdb\ \x9e\x16\xcb\xe5\xec\xd2\x3b\xbb\x28\xeb\xcd\x9b\xfb\xda\x48\x29\ \x44\x92\xa4\x79\x3e\x4a\xb2\x84\x39\x18\xa5\x8d\x36\x25\x97\x00\ \x98\x44\xb1\xd1\xbc\x39\x1e\x9f\x5f\x4c\xd9\x5b\xdf\xf8\x18\xd8\ \xfb\xee\xf6\x9d\x7d\xa3\xf5\xd9\xd9\x79\xdb\xb5\xce\x79\x25\x85\ \xd6\x52\x38\x27\xea\xda\x68\xb9\x5c\x2e\xab\xaa\x71\x2c\xde\x7e\ \x70\x40\x8c\x91\xd6\x22\xf8\x3c\x4b\xaf\xed\x59\xc4\x00\x20\x64\ \x94\x65\x12\x00\x98\x84\x94\x8c\x98\xa4\x99\x40\x35\x5f\xac\xd2\ \x5e\x3e\xca\x52\x21\x98\xc1\xdf\xf8\xe4\x4b\x59\xaf\x8f\xf3\xda\ \xcc\xe6\xb2\xe9\x82\x95\x36\xf0\xc9\x6c\x71\xf7\xc5\xad\xc9\x60\ \xa8\x04\x1c\x1f\x3e\xbe\x75\x6b\x1f\x04\x36\x4d\x6d\xbb\xe6\xfe\ \xfd\xfb\x6f\x7c\xee\xf3\x22\x89\xaa\xc5\xaa\xb4\x76\xdc\x1f\x34\ \xab\x32\xcf\xb3\x72\xb1\x72\xe4\xc9\xd3\x60\x38\x2c\x8b\xb2\xd1\ \x4d\x08\xc1\xda\xb6\x58\x7a\x72\x2e\xcf\x32\x90\xd2\x5a\x7b\x7c\ \x7c\xbc\xbf\x7f\xab\xae\xeb\xaa\x5c\xee\x6e\x4f\xda\x62\x15\xfd\ \xd8\x0e\xd5\x9f\x8a\x4e\xe6\xcb\xcb\xd5\xfd\x24\xf9\x56\x96\x6a\ \xf8\x18\xdc\x3f\xba\xe0\xce\xc6\xd4\xbf\xf9\x97\xb3\xbf\xf3\x77\ \xcc\x3f\xff\x3a\xff\xf2\x17\xaf\x07\x34\x4c\xec\x7c\x07\x00\x02\ \x10\x05\x22\xa0\xb5\x5d\xd7\xb6\x52\x4a\x16\xca\x7a\x97\x1a\xcd\ \xce\xa6\x71\xd2\x35\xed\x48\x45\xc1\xbb\x7c\xd0\xe7\x65\x75\x71\ \x7c\x40\xc3\xfe\xec\xf0\xd8\x5a\x67\xb4\xac\x9a\x36\xdb\x1c\xb3\ \x80\x71\x9a\x76\x5d\xeb\x9c\x03\x21\x87\xe3\xa1\xd6\xc2\x77\xae\ \xa2\x2a\x1b\x8c\xda\xce\x39\x2a\x95\x52\x69\xd6\x0f\x44\xe7\xe7\ \x67\xe7\xd3\x29\x11\x4d\x46\x93\x93\xf6\xb8\x6a\x6a\x06\x70\xd6\ \x67\x59\x6e\xb4\x79\xf2\xe4\x70\x30\x1c\x6b\xad\x87\x83\x81\x89\ \xa2\xd5\xb2\xa0\xe0\xd3\xdc\x20\x50\x5d\x2e\xbd\x6d\xa2\x24\xbe\ \x3c\x3b\xae\x8a\x82\x9d\xcb\x92\x34\xd2\xca\x05\x2a\xeb\x1a\x8d\ \xe1\x20\xbd\x0f\xb3\x93\xe3\x9b\xbb\x3b\x3c\xc8\xc9\x36\xce\x02\ \x6b\xb4\x9e\xd3\x38\x1e\x4f\xc6\x69\x92\x64\xfd\x41\x14\x99\x66\ \x71\x7e\x74\x72\x12\x63\x3a\xda\xbe\x71\x74\x31\xfd\xf4\xdd\x5b\ \x99\x92\x17\x67\x07\xc1\xb7\xd3\xe9\x45\xde\x8b\xe3\x24\x49\x8c\ \x74\xae\xf5\x44\x04\x18\x28\x28\x2d\x75\xa4\xc1\x51\xe7\xc2\x35\ \x89\x19\x29\x55\x1c\xc7\x49\x0c\xc0\x5a\x0a\xa9\x95\x12\xa0\x95\ \x76\xde\x2b\x2d\x95\x44\x83\xac\x95\xca\x77\xb7\x5f\xe8\x45\xfd\ \x9d\xed\xee\x62\x19\x1d\x69\xd7\x76\xa9\xd1\x7b\x9b\xdb\xc5\x6a\ \xc9\x52\x04\x0e\x59\x12\xf7\xe2\x68\x77\x6b\xb3\x58\xcc\xab\xb2\ \x2a\x17\xb3\x9d\xfd\x9b\x47\xa7\x27\xb7\x6f\xde\xb2\xd6\x3f\x79\ \xf2\x44\xc5\x49\x59\x55\xdb\x9b\xe3\x38\x32\x00\x3c\xec\xe7\xc5\ \x70\x98\x66\xf9\xf6\xd6\xd6\xf1\xe3\x83\xb6\x6e\xd2\x34\xf5\xce\ \x6d\x4c\x46\x6b\xb7\xb8\xc5\x7c\x45\xec\x27\xc3\x9e\x42\x2e\x96\ \xf3\xae\xe9\x8c\x31\xb1\x89\xd8\x75\x2f\xdc\xba\x75\xc0\xa1\x6d\ \xca\xc3\xa3\x63\xe9\x1a\xc9\x1c\xd2\x5e\x9e\xf5\xa5\xea\x9c\x73\ \xa7\xe7\x17\x59\x9a\xec\xdf\xba\xbd\xbd\x73\x23\x49\xe2\xc0\x34\ \x9b\x5d\xae\x96\xcb\xaa\xaa\xf2\x5e\x7e\xf3\xe6\x2d\x62\xda\xdf\ \xbf\x71\xff\xfe\xfd\xe3\xf3\xcb\xdd\xf1\x76\xca\x6e\x8e\x4d\xa4\ \x24\x90\xaf\xaa\xda\x3a\x07\x80\x81\x18\x85\x34\x04\xae\xeb\x80\ \x14\x3a\x7c\x72\xf4\xae\x47\x55\x34\xbe\xac\x5a\x89\x22\x4f\x22\ \x1d\x99\xeb\xdb\xac\x23\x04\xa6\xb2\x2a\x05\x10\x50\xa8\x00\x93\ \x28\xea\xf7\xf2\xb6\xb1\xf3\xd9\xf4\xc1\xfd\xb7\xf7\x6f\xde\x7a\ \xfe\xce\xad\xcd\xcd\x1e\x44\xf8\xf8\xe8\xd1\xc5\xc5\x0a\x03\x87\ \xaa\x8c\x93\x91\x18\x8d\x1f\xdc\x7f\xab\x5c\x54\xb7\x6f\xee\xdf\ \xbc\xb1\x0b\x0c\x5d\xdb\x72\x08\x5a\x6b\xdb\x34\x79\x96\xb6\x65\ \x31\x9b\xce\x5c\x67\x6d\xd7\x25\x71\xda\x76\x2d\x22\x1c\x9f\x9e\ \x49\xad\xa2\x24\x05\x04\xa0\x30\xe9\xe7\xe7\xe7\xe7\x31\x82\xb3\ \xb5\xc7\x20\x39\x49\xf3\xbc\x2e\x96\x37\xb6\x37\xaa\x62\x69\x9b\ \x4a\x20\x09\x0a\xce\xd6\x06\xf9\xa7\x0f\xee\x01\xf1\x56\xd7\x7d\ \xbe\x28\xff\xf6\xc6\xa4\x11\x52\x7f\xcc\xc9\x7c\x94\x99\x19\x6b\ \xdd\x27\x3e\x41\x1b\x9b\xc9\x3f\xf8\x5d\x7c\xe3\xb3\x90\x7e\x30\ \x5d\xb9\x10\x62\x63\x3c\x2a\x57\x2b\xf2\x4e\x08\x11\x98\x63\x93\ \x18\x63\xd6\x05\x4f\x81\x22\x20\x66\x79\x9e\x1b\x23\x43\x90\x52\ \x64\x2a\x92\xd6\xf7\xa2\x24\x89\x7a\xb6\x75\x6d\xdb\xea\xad\x8d\ \xae\xac\x4f\x9a\xc6\x76\x88\x08\x28\xd4\xde\x8d\x9b\x49\x12\x5f\ \x9c\x9f\x1d\x3c\x39\x50\x28\x5a\xeb\x86\xc3\x4d\x63\x14\x0b\xf4\ \x80\x04\xb8\x5c\x2e\x99\x51\x01\xb3\xb3\x4d\x5d\x5c\x9c\x9f\x6d\ \xef\xee\xe4\xbd\xfe\x4a\xc7\x4e\xb9\xb5\xfb\x63\xb3\x2a\x96\x42\ \x52\xe7\x7c\xd7\x59\x94\x97\xa7\xe7\xbb\x37\xf6\xd8\xb9\xba\x2a\ \xb3\x48\x07\xe0\x58\x49\x90\xc2\xb5\x75\xb1\x5c\x46\x12\x6f\xdd\ \xde\xbf\x75\xe3\x86\x12\x42\xeb\xe8\xe4\x72\xfa\xe6\xdb\xf7\x5b\ \x67\x1d\xb5\xc5\x14\xab\x44\x67\xb1\x71\x22\x78\x6f\x8b\xa6\x16\ \x51\x32\xd9\x1c\x6f\xdd\xdc\x97\x02\xf2\x6c\xa4\x03\x40\x5d\x44\ \x26\x5e\x75\xbc\xaa\x1a\x42\xf9\xd6\xdb\xf7\x6f\x6f\x0d\x1a\x5b\ \x3b\xf6\x4d\x17\xf2\x2c\xda\xd8\xd8\xe0\xe0\x9b\x06\xd3\x34\x6b\ \xda\x66\x38\xec\x6f\x6c\x6c\x44\x71\xe4\x43\x7b\xfd\x5d\xc6\xd4\ \x51\x88\x80\x82\x6d\x3b\x0a\xce\xe9\xa7\xfe\x8c\xf4\xdd\xef\x7f\ \xdb\x24\x69\x6f\x7b\x7b\x7f\x6b\x63\xa3\x97\x65\x83\xe1\xfd\x37\ \xdf\x7e\x74\x72\x41\x55\xd7\xb4\xed\xad\x17\x9f\xb3\xb1\x60\x09\ \xec\x5d\x51\x15\x1b\xc3\x7e\x53\xae\x66\xe7\xa7\x5a\x4a\xdb\x76\ \x22\xb8\x7a\x35\x7f\xfc\xe0\xed\x97\xef\xdc\x1d\x8f\xc7\x45\x73\ \xda\xd4\x4d\xde\xeb\x4d\x2f\xce\x05\x50\x1c\xe9\xc0\x3c\x99\x8c\ \xb5\x8e\x80\x38\xef\xe5\x79\x96\x09\xc4\xb3\xe9\x54\xa5\x49\x08\ \x96\x59\x28\x01\x6d\xdb\xc4\x82\x4d\x64\xac\xb5\xc3\xd1\x70\x76\ \x39\x6b\x9b\x7a\x3c\x1a\x0d\xb2\x74\x34\x18\x9e\x77\xed\xaa\xac\ \x37\xf3\xd8\x08\x61\xe2\x24\x4a\xd3\xad\x2c\x3b\x38\x3d\x9d\x4e\ \x67\x84\xf2\xe2\xe2\x22\x49\x52\x63\xb6\x94\xd1\x71\x9c\x1c\x1f\ \x1d\x37\x75\x77\x76\x76\x7e\x74\x74\x98\xa6\x49\xdb\xb4\x46\x89\ \x9d\x8d\x49\x3a\x9a\xcc\x4f\x1e\xc5\x02\x15\xf2\x72\x3e\x63\x0a\ \x02\x31\x10\x87\x00\xde\x73\xd7\xb9\x58\x49\xa1\x41\x2a\xad\x4d\ \x6c\x2d\x81\x90\xd2\x44\x46\x2b\x16\x58\xd4\xcd\xf5\xc0\x9d\x99\ \xd2\x24\xf9\xd4\x67\x5e\x5b\xce\xe6\x47\x4f\x0e\x62\xa3\x8d\x50\ \x12\xa9\x2c\x97\x14\x02\x33\x6a\x6d\x8e\x1e\x3d\x90\xd4\x1e\x3e\ \x61\x61\x60\xb1\x58\x95\xcb\x6e\xff\xc6\x8b\x93\x2c\x29\xe6\xf3\ \x65\xb3\x62\x82\x07\xef\x3c\xa8\x96\x2b\xb6\x9d\x08\x7e\x6b\x63\ \xdc\xd6\xb5\x05\x24\xeb\xce\x9e\x1c\xd6\xab\xe2\xee\xdd\x57\x2e\ \x67\xb3\xc7\x4f\x9e\x04\xa2\x2c\xeb\xd9\x10\x8a\xb2\x42\x29\x36\ \xe2\x58\x68\x35\x5f\xcc\xb8\xb3\xcf\xed\x6e\x33\x84\xae\xad\x94\ \x14\x20\x50\x69\x36\x52\x97\xad\x5b\xb5\x95\xb3\xb5\x51\x32\xb8\ \xae\x17\xc7\x12\x7e\x06\xe0\x6e\x05\xbe\x51\x56\x12\xe0\x1f\x0d\ \xfb\x01\xc0\x7c\x8c\xa0\x1f\x71\xcd\xcc\x8d\x1b\xcd\x57\xbf\x9a\ \xfd\xe1\x1f\x8a\xd3\x53\xbe\x7b\xf7\x83\xfe\x85\xbf\xf8\xab\x5f\ \xfe\xce\xb7\xbf\xfd\x9d\xef\x7e\x27\x8e\xe3\x40\x5c\x37\x8d\x52\ \x6a\x3d\xbd\x41\x29\x15\xc8\x37\x75\xa1\x21\xc1\x40\x40\x0c\xd6\ \xa7\x0e\x95\x00\xd0\x24\x87\xf9\x8d\xcd\x4f\x06\xd5\xbb\xb8\xff\ \xa8\xaa\xaa\xe5\x72\xf1\xfa\xeb\xaf\x6f\x6d\xef\x28\x29\x2f\xa7\ \xd3\x7b\x6f\xdd\x9b\x4e\x2f\x90\xb1\x9f\xf7\xbb\xae\xcd\x93\x68\ \x77\xf7\x86\x90\xa2\x28\xcb\xb2\xed\x98\xf8\xf6\xee\xee\xce\xc6\ \x46\xd7\xd6\x6f\x79\x5f\xcd\x97\xd3\x93\xb3\x5e\x3e\x18\xf7\x07\ \x6d\xd7\xb5\x4d\x1b\x02\x5d\x9e\x9d\x69\xa9\xea\x55\xb1\x98\xce\ \x88\x39\x51\x3a\xc4\x49\xb0\x5d\x6a\x22\x85\xb8\xbf\xb3\x5b\x16\ \xab\xb7\xdf\x79\xcb\xb6\xcd\x9d\x97\x5e\xb8\xb1\xb3\xa5\x21\x68\ \xe4\xb6\x5a\xbc\xf4\xdc\x2d\xad\xf5\x3f\xff\xd3\x7f\x21\x51\x72\ \xd7\x2e\xa7\xd3\xf1\xb0\xd7\xcf\xb3\xc6\xb5\xcd\xca\x8e\x27\x93\ \xbd\xe7\x6f\x8f\x37\x37\x98\x7c\x68\x82\x10\x0a\x51\x01\xc8\xba\ \xae\x8b\xc3\x27\x59\xbf\x9f\x8f\x7b\x0f\x1e\x3f\x9e\x2e\xe6\x59\ \x96\x6f\x8d\x86\x1b\xa3\x7e\xb1\x2a\x28\x04\xa9\x04\x4a\xa3\x0c\ \x2b\x93\x1c\x9f\x9d\xd9\xe0\x93\x24\x87\x6b\x15\x3a\x98\x28\x4e\ \xb3\xd1\x64\x1c\xba\x86\xd9\x4b\x09\x3e\x38\x06\x94\xca\x00\xe3\ \xe9\xd9\x71\x96\xf7\x66\x6d\x55\x94\x73\xec\x5a\xed\xa9\x2b\x9a\ \xba\x0b\xc3\x9d\x3d\x13\x9b\xd9\x72\xe1\xeb\xaa\xe9\x9a\x76\xb1\ \xac\xea\x32\x32\x42\x21\xf4\xd3\x28\x8f\x93\xb6\xae\x09\x60\x39\ \x9b\x4e\x46\xa3\xba\xa9\x8b\xba\xa9\xea\xca\x12\x03\x72\x53\x37\ \x71\xac\x88\x64\xbf\x9f\x4f\xe7\x8b\x7b\xf7\xde\x21\x47\x9b\xa3\ \xf1\xe6\xe6\xc4\x39\xeb\xbd\x5b\x5d\x56\x23\xdc\xa8\x5b\xeb\x7d\ \x68\xab\x1a\x6c\xb3\xbb\xb3\xc3\x80\x0c\x98\xf7\xfb\xab\xf9\x4c\ \x00\x57\xc5\xb2\x6d\xaa\xce\xba\xce\x76\x10\xec\xfe\xee\x0e\x9a\ \xc4\x83\x98\xaf\x8a\x93\xf3\x0b\x40\xa1\xa3\x28\x90\xef\xda\xa6\ \x6d\x5b\x6a\x5b\x21\xe4\x0b\x2f\xbe\x78\xef\x07\x6f\xcd\xe7\xf3\ \x07\x0f\x1e\x6c\x6e\x4c\xea\x62\x65\x6d\xb7\xb9\xb5\xdb\x8b\x55\ \xbd\x5a\x8c\x7b\x89\x42\x66\x84\x24\x36\x4d\xe7\x88\x09\x99\x43\ \x08\xe4\x91\x84\x50\xd2\x00\x48\xa9\x8c\xef\xda\xba\x73\x8c\x18\ \xa7\x59\x24\x80\x82\xe3\x2b\x23\x9d\x0f\x06\xf1\x21\x70\x14\x99\ \x2f\xbc\xf1\xd9\xb2\x2c\xbe\xfb\x6d\x6d\xdb\xd6\x36\x5d\x6c\xcc\ \xc9\xd1\x49\x08\x01\xa5\xf4\x2e\xc4\x3a\x29\x66\x53\x30\x48\x0a\ \x5a\xeb\x7a\xd9\x60\x90\x65\xb1\x0e\xc1\xdb\x1a\x20\x74\x9d\x44\ \x11\xac\xb7\x8d\x25\xdb\xae\xb4\xce\xd3\xe4\xec\xf4\xf4\xf4\xf4\ \xcc\x85\x30\xbb\x98\x95\xfb\x75\x9a\xf7\x02\x82\xf5\x9e\xdb\x76\ \xbe\x2a\xfa\x83\x41\xd3\xb5\x27\xd3\x69\xdc\xcf\xab\xa6\xe6\xba\ \xb4\xfd\xc4\xba\x66\x6f\x67\x33\x8e\xf5\xe1\xd1\xe1\x70\xdc\xdb\ \xbd\xf9\xdc\xbd\xfb\x8f\xdf\xb9\xf7\x96\xd0\xa6\x69\xda\xa3\xa3\ \xc3\x17\x6f\xde\x96\x4a\xfc\x94\xc1\x9d\x10\x63\xa2\x5f\x5d\xae\ \x4e\x8c\x7e\x10\x45\x1f\xcb\xdb\xff\x1c\x2c\xef\xdb\xaf\xfc\x4a\ \xef\x6f\xfe\xcd\xf4\x5b\xdf\xa6\x57\x5f\xfd\x40\x68\xc3\x44\xc1\ \x56\xfd\x2c\xda\xdb\xd9\xdc\xde\xd9\x2d\xca\xfa\x9d\xfb\xf7\x57\ \xab\x25\xa3\x00\xc0\xce\x79\x01\xa4\xd0\x07\x83\x6d\xd3\x16\x8b\ \xe2\x9b\xdf\xa0\xd3\x9d\xd3\xcd\xad\xad\xad\xfd\x2d\x99\xaa\xa6\ \x2e\xdf\xbd\xff\xd6\x72\x59\x53\x08\x69\x92\x12\xd1\xf4\xe2\x32\ \xb8\xee\xec\xf4\xe4\xe4\xe8\x78\x6d\xf1\x3e\x6d\x9a\x3c\xd2\x2f\ \xee\xbf\x92\x27\x71\x1d\xfc\xee\xd6\xc6\xbd\x07\x0f\x7b\x59\xe6\ \xdb\xfa\xc1\x0f\xbe\x37\x1e\x8f\x37\x27\x1b\xd3\x8b\xb7\xa4\xd0\ \x4d\x51\xe5\xfd\x7e\x53\x35\x08\xb8\xb3\xbd\xdd\xb6\xcd\x6c\xbe\ \x68\xab\x5a\x48\x61\x94\xa1\xe0\xdb\xb6\xce\xd2\x64\x32\x1e\x27\ \x71\x74\xfb\xd6\xcd\x3f\xfd\xe6\x9f\x14\xab\x22\xef\x25\x46\xa9\ \xa3\x83\xc7\xfd\x38\x1a\xe6\xf9\x83\x47\xef\x9e\x9c\x1e\xbf\xfc\ \x0b\x9f\xb9\x7d\xf3\xe6\xfd\x47\x07\x9e\x1a\xe6\x9e\x40\x0e\x14\ \x84\xc0\x97\x5e\x7a\xc9\xe4\x79\xdb\xd6\x8b\xd9\x54\x20\xc7\x18\ \x8f\xb7\x36\x7a\x99\xe9\x84\xf8\xde\xa3\x3f\xb6\xab\x82\xfd\xe6\ \xcd\xd7\xef\xda\x2a\x93\x88\xaf\xbc\x78\x67\x32\x18\x90\xb3\x55\ \x5d\xbf\xf3\xf6\xfd\xc7\x07\x07\x55\x5d\x98\x48\x27\x59\xcf\x05\ \x0c\x80\x2a\x8a\xba\xae\xbb\x06\xbe\x7b\xef\xef\x3c\xf7\xfc\xed\ \xe7\x9e\x3b\x7e\xfc\xe0\xe1\x3b\x6f\x09\x01\x21\xf0\x27\x3f\xfd\ \xe9\x5b\xb7\xee\x54\xe5\x2a\xb8\xb6\x2e\xab\x77\x1f\x1f\x37\xcb\ \x02\x15\x46\x79\xde\xcf\x72\x55\x75\x3a\x31\xa2\x6b\x17\x97\xb3\ \x88\xa9\x2b\xbb\xa2\x6a\x84\xd4\x65\xd5\x6a\x09\xb3\xf9\x52\x0c\ \x05\xa0\xa8\xca\x72\xba\x5c\x45\x69\x3a\x1a\x4e\xa6\xb3\x45\xd3\ \x75\x8e\x38\x4d\xd3\x28\x8e\x6e\xde\xdc\xad\xcb\xe2\xe2\xe2\x62\ \x34\x99\x3c\xff\xdc\x73\xf7\xdf\x7e\xd0\xb4\xcd\xe5\xe5\x65\x64\ \x34\x05\x0f\x4c\x65\xb1\xf2\x04\xb6\xb5\x91\x32\x75\x5b\x2d\x8b\ \xa2\x3f\xde\x48\x93\x6c\x71\x39\xed\xf5\xf2\x3c\x4b\x25\x02\x02\ \x48\xa5\x19\xf9\x6c\x51\x76\xee\x78\xd8\x1f\xd8\xa6\x6b\x3b\x1b\ \x84\x4c\x7a\x3d\xa5\x4d\x59\x96\x17\xe7\x17\x4a\x47\x8d\xb5\x52\ \xca\x38\x8e\xd3\x5e\x6f\xb1\x5c\xcc\x67\xb3\xc9\x70\x30\xbd\x38\ \x1f\x0e\xf2\xe0\xda\x7a\xb5\x8c\xb5\xec\xe7\x69\xbf\x17\x75\x8a\ \x7d\x70\x57\x23\x00\x42\x00\x44\x60\x15\x02\x37\x4d\x57\x75\x6d\ \xdd\x58\xeb\x88\x18\xe2\x24\x65\x00\x46\xee\x0f\x72\x14\xd7\x19\ \xc7\xb4\x36\x67\x88\xb5\x8a\xfa\xf9\x2f\xbe\xfe\xa9\x83\xc7\x8f\ \xbb\xa6\x9e\x8c\x27\x75\xb1\x04\x10\xbd\x5e\xde\x36\xdd\xd6\x78\ \xc3\xdb\x6e\xba\x5a\x2c\xab\xd2\x11\xeb\xed\xde\xaa\x28\xa2\x28\ \x99\x8c\x87\xdb\x7b\x1b\x17\xe7\x27\x52\x48\x22\x3e\x3f\x9f\x2e\ \x67\xe7\xfa\xa5\x17\x63\x6d\x66\xf3\x45\x51\x56\x44\x50\x77\xdd\ \xc3\x47\x8f\xfa\xc3\xa1\x0f\xc1\x33\xd8\xa6\x55\x5a\x2f\x8a\xb2\ \xb3\xd6\x07\x1f\x67\x59\x7f\x30\xa8\x6c\x73\x3e\x3d\x1d\xf4\x93\ \x3c\x37\xc3\x41\x3f\x4d\x25\x80\x12\xe4\xc7\xc3\x3c\xcf\xe2\x65\ \xd5\xb0\x90\xb6\xb3\xb1\x89\x7a\x69\xf2\x53\x06\x77\x0f\xb0\x6f\ \xdd\x27\xeb\xe6\xef\x8f\x86\x17\x1f\xeb\x64\xfe\x5c\x04\xef\xde\ \x77\x9f\xff\x3c\xdd\xbc\xd9\xff\x7f\xbf\xb6\xf8\x0f\xfe\xfd\x0f\ \xfa\xbe\x2f\xe7\x17\xe4\xdb\x71\xbf\xe7\x6d\x13\x45\x72\xb2\x31\ \xf1\x17\xd3\x34\xcb\xab\xd6\xa2\x10\x06\x7c\xbb\x5c\xe9\x41\x6f\ \xeb\xc6\x0e\xed\xed\x05\xc7\x6d\xb0\x87\x67\xa7\xe7\xe5\x4c\xa5\ \x12\x35\x4e\x2f\x97\xb6\xf6\xc8\xa4\xa4\x98\xcf\x66\x82\xf8\xe2\ \xfc\x74\x35\x9f\x09\x62\x67\x5b\xa5\xa4\x92\x22\x8f\xf4\x30\x8d\ \xa8\x2d\x5d\xd7\xc6\x4a\xf4\x22\xb1\x39\x48\x7d\x59\x86\x72\xb1\ \x0a\xee\xde\xbb\x8f\xca\xb2\xee\xe5\xfd\xba\x6a\x96\xcb\x82\x11\ \x46\xe3\x31\x03\x34\x6d\xdb\xd9\x36\x8a\xb5\x73\x7e\x77\x6f\x07\ \x04\x8c\xc7\x63\x21\xc5\xf9\xe5\x45\x3f\xef\xf9\x47\xee\xe4\xe2\ \x9c\x10\x95\x34\xe3\xe1\xa8\xe6\x30\xcc\xb3\xdd\x9d\x2d\x26\x9f\ \x8c\xc6\xbb\x7b\x7b\x77\x8a\xe6\xfe\xc3\x03\x44\x6c\xba\xb6\xb1\ \x71\x63\x6b\xad\xf5\xb0\xdf\xb7\x81\x2f\x0e\x9e\x9c\x07\x2f\x81\ \x5f\xb8\xf3\x52\x37\x99\xa8\x2c\xbb\x71\xfb\xd6\xce\x5b\x6f\x32\ \x70\x9c\x88\x72\x76\xf9\xda\x2b\x2f\xdf\xbd\x79\x33\x55\xdc\xd6\ \xed\xc3\x93\xb3\xd9\x7c\x1e\x45\xc9\xf3\xcf\xdf\xf9\xd6\x77\xbe\ \x5d\x2f\xcb\x71\x59\xff\xc2\xa7\x3f\x9d\x66\x71\xb1\x2a\x25\xea\ \xeb\x70\x32\xc4\xa3\xe1\x20\xd6\xe6\xe6\x64\xb0\x3b\xc8\x0e\x1e\ \xbe\xab\x92\x34\x35\xd1\xe9\xe9\xb1\x00\x42\x72\x89\x12\x9b\x69\ \xef\xb2\xad\x97\x5d\xbb\xa8\x8a\x08\x94\xef\x3c\x2d\x66\x2a\x8a\ \xb4\x14\xb2\x09\x4d\x65\x03\x6a\x13\xc7\x22\x32\xd6\x75\x65\xe3\ \x76\x76\x7a\xc1\xfb\x8b\xcb\xa3\xb3\xd9\x4c\x44\x85\xd2\xf1\x72\ \x55\x5a\xcf\x81\xa1\x6e\xeb\xad\x8d\xb1\x73\x76\x38\xec\x33\x70\ \xd3\xd4\x7b\xfb\x7b\xd3\xcb\x59\xbd\x5a\x19\x27\xbb\xa6\x19\x8e\ \x86\x24\xe0\x64\x3a\x25\xa2\x51\x7f\xa4\x84\x2c\x56\xb3\xd9\xaa\ \x28\xba\x10\x27\x19\xd9\xee\xf9\x1b\x3b\xb1\x11\x6d\x53\x85\xe0\ \x19\x90\xf1\xff\x63\xef\x4d\x9a\x2c\xcd\x8e\x2b\x31\x77\xbf\xc3\ \x37\xbc\x31\x5e\x0c\x19\x19\x91\x53\x65\x0d\x00\x0a\xc4\x40\x16\ \x01\x02\x6c\x52\xa2\x4c\xdd\xa2\xfe\x82\x4c\xab\x36\x93\x99\xfe\ \x82\xb4\xd6\x5e\x5a\xf6\x52\x1b\x0d\x6d\x32\x49\x4b\x0d\xa4\x75\ \x13\xcd\xb6\x26\x41\x01\x4d\x10\x43\x15\xaa\x90\x55\x39\x67\x64\ \x4c\x6f\xfe\xc6\x7b\xaf\xbb\x6b\xf1\xb2\xa8\x36\x2d\x08\x30\x51\ \x32\xaa\xc8\xba\xb9\x49\x4b\xb3\xb0\x7c\xf1\xde\xf7\xce\x75\x3f\ \x7e\xfc\x1c\x12\xb2\xf3\x6d\xbb\x6d\x42\x66\xbd\xcb\x32\x72\x36\ \x29\x20\x80\x31\xa6\x69\xea\x97\x67\x67\xe5\x70\x94\x58\x56\xcb\ \xf5\xae\xc2\x16\x16\xe1\xb4\x5a\x2e\xfb\x66\x3b\x1e\x8d\x53\xe8\ \xbc\xa5\xf1\x68\x08\xda\xf7\x7d\x83\xa0\x86\x10\x51\x68\x97\xe7\ \xa7\xc0\x49\xb1\xb4\xc6\xfa\x10\xab\x3e\x26\x51\x60\x79\xb5\xf8\ \xb6\x5b\xb0\x7b\x9d\x6f\x0a\x62\xdf\xf7\x57\x67\xdb\xe9\x78\xe2\ \xc9\x8e\xf2\xfc\xe4\xe0\x70\x3a\x9d\x0e\xb2\xfc\xc1\x83\x07\x3e\ \x2b\xb6\x9b\xb3\xcb\xab\x73\x6b\x4c\x55\xd5\xa1\xe7\x72\x38\x56\ \xb0\x8b\xcd\x96\xa8\xca\x72\x4f\x2d\x83\x44\xb2\xa6\xe7\x54\xf7\ \x1d\x1a\x3b\x9e\x4e\xc1\x9a\xaa\xeb\x83\x82\x22\xda\xbc\x78\xf8\ \xf0\xf1\xde\x6c\xaf\xaa\x1b\x00\x63\xad\xe3\xa4\x89\x53\x4c\x09\ \x11\xea\xaa\x3e\xbe\x7f\x2f\x23\x6e\x36\x0b\x97\xf9\x3e\x86\xf9\ \xea\x7a\x34\x18\x24\xd6\x97\x17\x2f\x7a\x36\xa7\xb7\x4e\xd7\x0f\ \x1e\x91\x75\x06\x28\x84\xb8\xe8\xda\xcf\xbe\x72\xff\xcd\xba\x99\ \xc6\xf8\xfd\xf1\xf0\xef\x5c\x27\x83\x08\xf8\x0f\x35\x1c\xe4\x6f\ \xf1\xde\x8b\xc8\x64\xd2\xff\xce\xef\x4c\xfe\xf8\x8f\xda\xab\x2b\ \xbd\x79\xfa\xb7\x62\x21\x43\x57\xc5\xd0\xd6\xf5\xe6\xf0\xf8\x26\ \x59\x7f\x76\x7e\x89\x88\xe3\xe9\xe4\xb0\x18\x1a\xe7\xb0\xab\x68\ \x36\x7c\xe3\xfe\xbd\x1b\xa7\xa7\x91\xa1\xee\x39\x30\x3e\x7a\xfa\ \xac\x8a\xbd\x6b\x20\xcb\x5c\xee\xdc\xc5\xf2\x32\x25\xce\xf3\x7c\ \xb3\x5c\xb5\x55\x05\xcc\x31\x84\x51\x39\x70\xc3\xa1\xb3\x94\x52\ \xe7\x49\x21\xf6\x1c\xfa\xd8\xd4\x4a\x20\xfd\xf6\xe3\x0f\x9e\xbd\ \x73\xe7\x8e\xf1\x24\x96\x9c\xf7\x5d\xbf\x60\x55\x55\x52\xe4\xae\ \xef\xa3\xf0\x60\x34\x98\x2f\xe7\xcc\x6c\x94\xbd\xcf\xb2\x22\xeb\ \x63\x0c\x31\xf6\x31\xa4\xc4\x9b\xba\xaa\xeb\xaa\xae\xb6\x0a\x08\ \x64\x0e\x0e\x0e\x75\x58\x78\xe0\xf1\x74\x92\x42\x9f\x6c\xd6\xd6\ \x75\x5e\xe4\x79\x91\x5f\x6f\xaa\x42\xf2\x24\x29\x86\xd6\xa4\xe8\ \x10\xaf\xae\x2e\x49\x60\x36\x19\xe7\xd6\x1c\x4c\x86\x8c\x71\xb5\ \xed\xea\xed\x26\x73\x6a\x35\xad\xaf\x5e\xac\x27\x53\xfb\xce\x3b\ \xfd\x66\xdb\xa4\x66\xd9\x34\x1f\xbc\xff\xbe\x31\x76\xb2\x37\x9b\ \x1d\x1e\xed\xed\xed\x5f\x5e\x5f\xad\x36\xd5\xf9\xe5\x55\x51\xe6\ \x16\xcd\x30\x7f\x9d\xe1\x9e\x73\xf6\xe1\x83\x4f\xde\xba\xf7\x46\ \x6e\xf9\xfe\xad\xd3\xb0\x59\xf9\x72\x98\x97\x65\x9f\x64\xb3\x5e\ \x6a\x6a\xca\xf1\x64\x76\xb4\x6f\x78\x32\xd0\x78\x7d\x71\xb9\xe7\ \x06\xe3\x7c\xe0\x87\xc3\x4d\xec\xcf\xce\x5e\x2c\xbb\x2a\x20\x50\ \x56\x8a\x75\x41\x10\xc9\x1f\x1c\xdf\xda\x34\xdd\x47\x1f\x7e\x14\ \x59\xd0\x17\x51\xf4\xd1\xe3\x27\xce\x7b\x70\x19\x0b\xcc\x17\x8b\ \x51\x99\xf7\x75\xec\xca\xac\xed\x3a\x34\x76\xb5\x5a\x1e\x1c\x1e\ \x5c\xc5\x74\x70\x70\x70\x7a\xf3\xe6\xe9\xad\x5b\x89\x20\x89\x5c\ \x5c\x5c\xc4\x3e\x5d\xbc\x3c\x4f\x2c\x26\xcf\x7a\x96\xbe\x6a\xee\ \x9e\x1c\xfb\xcc\xd7\xd5\xaa\xda\xae\x99\x93\x31\xa6\x53\xcd\x86\ \xa3\xd2\xe7\x9b\xf9\x52\x8d\x4b\x8a\x24\x60\x44\x49\x64\x17\x69\ \xdb\xb4\x4d\x5e\x0e\x98\xb9\x6d\xdb\xb6\x6b\xcb\xc1\xe0\xed\x77\ \xde\xc9\x1d\xbd\x71\xef\x6e\xb3\x5d\x2b\xf3\xf9\xf9\x59\x4a\xa1\ \x6b\x2a\x0b\xb1\x6b\x5b\x34\x16\x51\x0d\x21\x1a\x04\xd5\xdc\x67\ \x59\x56\x66\x59\x66\x7c\xde\x9d\x5d\xf4\x21\x0a\x59\x40\x30\xce\ \x1a\x12\x6b\xcd\x6b\xc7\xc1\xb7\x75\x93\xda\xfa\xc6\xfe\x8d\xcd\ \xb6\x29\x5c\xb9\xb8\x5e\xc4\x36\xf8\x2c\x3b\xd8\x3f\xfa\xf8\xe1\ \xa3\x6a\x53\xad\x36\xf3\xf1\x78\x64\x6d\x9e\x67\x85\x73\x05\x2b\ \xf5\x0a\xa8\x12\xbb\xca\x62\xca\xbc\x6d\x62\xcc\x7c\x99\x44\xee\ \xbe\xf9\x46\x3e\x1e\x3d\x7e\xf4\xb8\x89\xd1\xe6\xb9\x00\xe5\x79\ \x31\x52\xcd\x9c\x01\xa5\xd5\x7a\x03\xc6\x33\x2b\x28\x1a\xb4\xa2\ \x29\xb4\x81\x80\x8a\xc1\x60\xbd\x9a\x9b\x22\x7b\x79\x75\x51\xe4\ \x16\x11\x8b\xe1\x38\xa4\xfa\x7a\xb9\x19\x4f\xa7\xc5\x60\xd0\x86\ \x88\x40\x8b\xf9\x22\xf4\x9f\x35\xb8\x93\xea\xef\x6e\xb6\xcf\xf3\ \xec\xc7\xe5\xc0\xfd\x9d\xa2\x9b\xb0\xf6\x1d\xa7\xee\x1f\x28\xb8\ \xff\x2d\x92\xc3\x55\x21\xcf\xdb\x3f\xfc\x27\xe3\xff\xf5\x7f\x19\ \x7e\xf0\x73\xfd\xed\x6f\x43\x08\xbf\xfa\x03\xbf\x58\xae\xaf\xae\ \x2e\x6c\x96\xb5\xb1\x43\x56\x34\x46\x44\x4e\x4f\x6f\xbe\xf5\xe6\ \x5b\xa0\x3a\x3f\x7b\x3a\x3f\x0b\x31\xc6\xcd\x72\x1d\x15\xd0\x67\ \xc3\xe1\xa8\xcc\xa9\x69\xe5\xea\xec\x02\x01\x9c\xf5\xcd\x76\x29\ \x8a\x96\x08\x8d\xad\xb6\xdb\xb2\x28\x08\x09\x40\xb3\x3c\xe3\x14\ \xe6\xd7\x0b\x88\x71\x7f\xb6\x5f\xe4\x39\x18\xff\xf3\x0f\x7f\x51\ \x0e\x07\x37\x0e\x0f\x8d\x31\x58\x78\x2c\x07\x75\xdf\xf7\x9c\x42\ \xab\x45\x39\x60\x49\xd6\x13\x12\xaf\x57\xf3\x10\x82\xb5\xae\x69\ \x3a\xc9\x61\xbd\x5a\x5e\x5e\x5d\xfb\x22\xef\x03\x0b\x68\x96\x59\ \x42\x54\x4e\x65\x99\x19\xe2\xf3\x8b\xb3\xb4\x59\x17\x04\xf5\x62\ \x81\x64\x5e\xce\xe7\xb3\x6d\x65\xca\x21\x6b\xcc\x1c\x3a\x8b\x6d\ \x53\x95\x45\x71\xeb\xf6\xed\xe5\x7c\xd1\x6d\xeb\xf1\x70\x58\xaf\ \xd7\xc5\x6c\xaf\xf0\x2e\xf4\x0d\x46\x9d\x5f\x9e\xb7\x7d\xe7\x09\ \x05\xe0\x6b\xef\x7e\x79\x75\x7d\xa9\x4d\x65\xa5\x8b\x5d\x3b\x2d\ \x9d\xf5\xc5\x78\x50\x5c\xbc\x78\x56\x66\xf9\xd1\xe1\xe1\x97\xdf\ \xfd\xf2\xfd\xfb\x6f\xc6\xd0\x85\x10\x34\xbd\xd6\x12\x3c\xe1\x62\ \xd9\x3c\xa1\xcb\xaf\xdc\x3f\xaa\xd6\x9b\x93\xe3\x53\xb5\x45\x8f\ \x54\x0e\xbd\xb5\xba\xbe\x6c\x9b\x6d\x45\xe5\x68\x54\x14\x47\xa3\ \xa3\x93\xe9\xfe\x34\x1b\x1a\xa5\x6c\x30\x6c\x39\xb6\xdb\xea\xea\ \xf9\x19\x79\x6b\x6d\xa6\xc8\x7d\xd7\x1e\xdf\x38\x1a\x8c\x46\x0f\ \x1f\x7c\x12\x12\xb8\xac\x40\xd4\x41\xe6\x0d\xa8\xb5\x9e\x55\x9b\ \xae\x05\x11\x55\xa9\xdb\x56\x09\x9a\xba\x19\x4e\xa6\xcb\xe5\xea\ \xe8\xe0\xe8\x8a\x2e\x86\xfb\x7b\xc1\x9b\x0f\x9e\x3f\xda\x54\x15\ \x00\xaa\xa8\x37\x76\x72\x30\x33\x4f\xf3\x3e\xa6\x2c\x73\x64\x4c\ \x5e\xe4\x6d\x1f\xaf\xe6\xcb\x14\x7b\x40\x02\x04\xa3\x3a\x28\xca\ \x83\xd9\xac\x6f\xda\xbe\x0f\xb9\x35\xaf\x52\x58\x15\x11\x09\x88\ \xa2\xca\xe5\xe2\xfa\xf0\xe0\xd0\x44\xe8\x9a\xed\x9b\xf7\x6e\x9d\ \xde\x3c\xba\x7c\x79\xb6\xcb\xbf\x4d\x29\x7a\x88\x46\xa3\xf3\xae\ \xa9\xfa\x2a\x68\x4c\x1d\x00\x02\x9a\x57\x2e\xb8\x79\x26\xaa\xeb\ \xaa\x6a\xfa\x58\x35\x3d\x38\x67\x8c\xed\xda\xae\xc8\xb2\xd1\x74\ \xa0\x44\xaf\x5d\x75\x22\x99\x18\xb8\xef\x3a\x00\x46\xd2\x87\x0f\ \x1f\x8d\xc7\xfb\x83\xe1\xe4\x7a\xb1\xcc\x8b\xc1\xb6\x7e\x7c\xeb\ \xf6\x9d\x3e\x84\xae\x63\x97\x59\x72\x2e\x4a\xea\x36\xb5\xb5\x84\ \x90\x66\x93\xe1\xbd\x37\xde\x90\x27\xcf\x43\xe8\xd1\x64\x65\x51\ \xfe\xf8\xc7\x3f\x5b\x2e\x17\xc6\x58\x63\x0c\x22\x06\x4e\x45\xe6\ \x45\xb5\x28\xcb\xc8\x12\x42\x34\xc6\x26\x16\x63\xc9\x80\xf5\xde\ \xee\xed\x4d\xf7\xf6\xee\x9c\x9e\x9e\x54\xeb\xab\xf9\x55\x3d\xcd\ \xf3\xa6\x6f\x7a\x51\xe3\x2c\x19\xf4\x59\x96\x65\x79\x1f\x15\x01\ \x57\xdb\x15\xa9\x7c\x96\xe0\xce\x88\x87\x29\x7e\xbb\xaa\xfe\xf5\ \x78\x54\x19\xfa\xbb\xad\xdc\x11\x81\x08\xc9\x7c\x41\xfa\xff\x0a\ \xe0\x1e\x42\xfc\x8d\xaf\xc1\x74\x36\xfe\xb3\x3f\x8f\xff\xc9\x7f\ \xfa\xab\xdb\x2a\x21\x62\x55\x87\x2e\x88\x37\x7a\x3d\x5f\xce\x0e\ \x8e\xa7\xb3\xfd\x98\x34\xb5\x89\x98\xf7\x26\xc3\xc1\xad\x9b\x5d\ \xbd\xee\xa2\x8c\x8d\x97\x18\x62\x5b\x03\xc4\xbb\x37\x67\xa0\xfb\ \xf7\x8e\x6f\xa6\xc0\x22\x09\x85\xcf\xcf\xaf\x39\x45\x65\x05\x30\ \x9b\x4d\x95\x39\x02\x32\x9b\x6a\xbb\x59\x2e\x63\x1f\xdb\x01\x98\ \xe1\x54\xac\x7d\xfa\xe8\xd1\xd9\xd9\xd5\xc1\xa1\x9c\xdc\x3c\xfd\ \xc5\xc3\x47\xce\x5b\x70\xed\xe3\xe7\xcf\x46\x83\x71\x8c\xdc\xa7\ \x68\x0c\x1c\x1c\x4c\x53\x8a\x7b\xf9\xe4\xc9\xa3\xa7\xa1\x0f\xaa\ \xa8\x02\xd7\x97\x97\x7d\xd7\x39\x9f\xb5\x6d\x3b\x1c\x4f\x34\xa5\ \xd0\xd5\xa5\x77\x37\xf6\x6e\xb4\xdb\xf5\xfc\xea\x62\x80\x14\x11\ \x82\xb1\xe3\xc9\x60\x3c\x9d\x46\x8e\x2f\xcf\x9e\x39\x8f\x07\xf9\ \x60\x34\x2e\x63\x1f\x27\xe3\x49\xe8\xc2\x6a\xb1\x1c\x0d\x87\x83\ \x61\xb9\x5a\xae\x2e\x57\xcb\xd9\x62\x71\xf3\xe4\xb8\xb0\xe6\x47\ \xe7\xe7\xcc\x58\x31\x92\xcf\x5f\x9c\x3d\x3b\xdc\x9b\x78\x07\x7d\ \x2f\xc0\x61\x7f\x5c\x32\x98\x32\xb3\x57\x17\x67\x97\xf3\xe5\xfe\ \x8d\xa3\x3b\xb7\x4e\x73\xe7\x50\x53\x8a\x51\x5f\xf7\x23\x23\x57\ \x5e\x2e\xea\xb7\xde\x50\xe3\x6c\xd7\x75\x3f\xff\xf0\x17\x83\xfd\ \xc3\x72\x9c\xcd\xa6\xd9\x74\xba\x57\xaf\xb7\xde\x11\x59\x92\xba\ \xc5\xc8\xe7\xeb\x4b\x11\x50\x01\xe7\xfd\xd0\x79\x0b\x98\x98\xc5\ \x24\xd4\x64\x48\x8b\xcc\x3c\x78\xf0\xd1\x66\x55\x3b\x9f\x01\xa2\ \x25\x24\x61\xe3\xf2\x18\x25\xcf\x7d\x80\x26\x0a\x5b\x43\x83\xc1\ \x70\xb3\xdd\x00\x92\x2a\x76\x4d\xdf\xb7\x61\xb2\xb7\xf7\xe0\xe9\ \xe3\x3a\xf6\xe8\xa8\x8f\xc9\x12\x19\x30\x85\x75\x7b\xe3\x59\x14\ \x30\xce\x2b\x28\x2a\x5f\x5d\x5f\x66\xce\x6d\xfb\x24\xac\x99\x47\ \x24\x45\x66\xab\xb2\x3f\x9d\x5c\x9d\xbf\x44\x54\x24\x05\x10\x65\ \x88\x10\x44\x35\x88\x26\x10\x54\x68\xba\xd6\x39\xf2\x16\x06\xb9\ \x9b\x5f\xbc\xec\x9a\xca\x18\x33\x1c\x4f\x38\x25\xe2\x76\x6f\x98\ \xc7\xc0\x55\xcf\x4d\x32\x6d\x97\x58\x92\x77\xc6\x00\x20\x60\x1b\ \x3a\x50\x83\x2e\xdb\x34\x5b\x30\x96\xc8\x09\x10\x11\x6d\xb7\x15\ \x73\x2c\xf2\x5c\xf4\x35\xe9\x62\xeb\xdc\xb6\x09\x0c\x9a\x0d\xb2\ \xa4\xa1\x18\x0e\x2e\x96\xdb\x78\x55\x6f\xeb\xcd\xb7\x7f\xfb\x6b\ \x5f\xfe\xea\x5b\xa0\xf4\xfd\xef\xff\x70\xb5\x5e\xa8\x13\x6e\xeb\ \x57\x31\x59\x60\x2c\xc2\xf3\x17\xe7\xb7\x6f\x9d\xee\x4f\xc6\x2f\ \x9e\xbf\xb8\x71\x72\xd3\x93\x5d\x5e\x2f\xac\x75\x29\x71\xe2\xa0\ \x08\xd6\xda\x1e\xd5\x11\x59\x47\x64\x49\x23\x28\x88\xb5\x3b\xc3\ \xfc\x54\x94\xf9\xa6\xda\xcc\x17\xd7\xce\xa0\x01\x0d\x41\x62\xc2\ \xb6\xed\x92\xb4\xc6\x97\x8b\xd5\x52\xd0\xee\xcd\x66\x3d\x6f\xb8\ \x6f\x63\xdf\x10\x87\xcf\x12\xdc\x23\xe2\xd7\xab\x66\x2f\xa5\x7f\ \x3d\x1e\x47\xc4\xbf\x5b\xd7\x01\x24\x74\x9e\x40\xf4\x1f\x2c\x62\ \xff\xed\x34\x33\x6f\xdc\xeb\xde\xfb\xad\xc1\xbf\xf9\xb3\x74\x7d\ \xa5\xb3\xd9\xaf\xfe\xbe\xb5\x6d\x1f\x7a\x4d\x12\x03\xc7\xc4\x2f\ \xf7\x0f\x8e\x47\x83\xe9\x8f\x7e\xf4\x41\xd7\xa4\xdf\xfd\xfd\x6f\ \x67\x83\xc9\x8d\xe3\x13\x63\xfc\x60\x34\xe9\x42\x58\x6f\x96\xc2\ \x49\x08\x98\xd9\x59\x47\x60\xa7\x7b\x47\xc6\xfa\xc5\xea\xfb\x40\ \xa6\x28\x87\x7d\x48\xcb\x45\x1b\x22\x5b\x6b\x36\x55\x9f\x84\x5d\ \xee\xbe\xfc\x95\x2f\x03\xd2\x0f\xfe\xed\x8f\xae\xae\xaf\x98\xf9\ \xc1\xc7\x9f\xd4\x55\xdd\xb6\xd5\xde\xde\xac\xd7\x55\x12\x01\x6b\ \x72\x97\x37\x6d\x7d\x78\x30\x3b\xbc\x71\xa3\xae\xb7\x6f\xdc\xbd\ \xbf\x5a\x55\x57\x57\x0b\x40\x4c\x9c\x24\xb1\x35\x26\x85\xbe\xc8\ \xf3\xcc\xd9\xb6\x6a\x9b\xa6\x39\x9a\x8e\x26\xe3\x71\x57\x57\xd7\ \xf3\x65\x7e\x74\x58\x8c\xc7\x40\xe8\x86\xc3\x83\xf1\xe4\xe3\xe7\ \xcf\x1e\x3f\x79\x06\x64\xb2\xbc\x28\x8b\x72\x70\x38\x8e\x31\x3d\ \x7c\xf8\x44\x55\x42\x4c\x4a\xd4\x86\x7e\xbd\xdd\x5c\xaf\xb6\xf7\ \xdf\xf9\xca\xf5\x72\x79\x3d\x5f\x0d\x47\xe3\xa6\x6b\x97\x8b\xc5\ \x8b\x17\xcf\xbf\xfe\x1b\xef\x02\xa7\xbe\xad\xcf\xb6\xdb\xb6\x8f\ \x40\xb0\x69\x1a\x97\xe5\x3e\xcf\x6e\xdc\xb8\x51\x55\x5b\xe6\x80\ \xa8\x29\xb2\x77\xa5\xc2\x6b\x38\x9c\x68\xe6\xcd\x72\xb3\x48\xa9\ \x47\xd4\xbc\xcc\xf3\xa2\x38\xbf\xbc\xc0\x15\xec\x1f\xfc\xc6\xfe\ \xd1\x49\x8a\x67\x49\x68\x5a\x8e\x8e\x8e\x4f\x00\xcc\xff\xf9\x7f\ \xfc\xd1\xa3\x47\x4f\x38\xa5\xbd\xd9\xec\xf4\xe4\xe4\xf0\xf0\x70\ \xbd\xad\x89\x6c\xdb\x55\x45\x9e\xc7\x98\xd6\xeb\x8d\x28\x25\x8e\ \x88\x04\xa4\x46\x28\x69\x20\x63\x42\x8a\xc6\xda\x18\x83\x25\xdb\ \xb6\x6d\xe1\x0a\xeb\x3d\x09\x69\x92\xcd\x66\x83\xc6\xf4\x75\x47\ \x46\x9b\xaa\x1e\x4d\xc6\x9c\xa4\xae\xb6\x83\xd9\x7e\x5b\xd5\x06\ \x49\x00\x0d\x51\xe6\x33\x83\x26\x84\x00\x48\x3b\xa9\xa2\x35\x86\ \x88\x85\xd9\x18\x63\xac\x19\x78\xdf\x34\x0d\x4b\x22\x35\x12\x53\ \x62\x51\x10\x34\xce\x39\xd7\x85\x0e\x8c\x99\xee\xed\x23\x62\xdd\ \xd4\xdb\xed\xd6\x39\x67\x9d\xeb\x43\x20\xe1\xa2\x1c\x34\x21\xb4\ \x7d\x68\x43\xea\x12\x87\x10\xfa\x40\xce\x60\x4c\x29\x46\xcd\x8b\ \x81\x24\x21\x9f\x15\x83\x51\xdd\x05\x40\x44\x54\x11\x69\xea\xc6\ \x3b\xff\xda\x1b\xaa\x88\xb8\x58\xaf\x9b\xae\x1b\x0f\x3c\x00\x35\ \x6d\x77\x79\xb5\x28\x47\xfb\xac\x20\x64\x6f\xde\x79\x83\xfb\xde\ \x39\x4b\x84\xc2\x29\xb1\x1a\xe7\x00\x51\x38\x51\xe6\xb3\x2c\x3f\ \x3f\xbf\xb8\x75\x7a\xeb\xfc\x62\xbe\x5c\x6e\x56\x8b\x0d\x10\x8a\ \x0a\x0b\x23\x22\xab\xa6\x24\x9c\x12\xe6\x99\xc2\x2b\x67\xd3\xdd\ \xff\x48\x06\x88\xa8\x28\xf2\xf5\x6a\xb3\x5a\x2c\x0d\xe1\xde\x74\ \xb8\x6d\xd8\xac\x3a\xe6\x98\x65\x45\x5f\x37\x21\x68\x5d\x77\x7e\ \xb8\x3f\x3a\x2a\xcf\x9f\x3d\x16\x55\xf8\x7f\xfb\xb9\xff\x3a\x68\ \x02\x40\x00\xdf\xdd\x56\x0b\x6b\x3f\x2c\xf2\xff\x3f\xf8\xc9\xbc\ \x4a\xbc\xff\xe2\xfc\x2a\xc7\x98\xcd\xef\x7e\x67\xf8\x5f\xfd\x0b\ \xfa\xe8\x17\xfc\xfb\xbf\xf7\x2b\x39\x00\x23\x82\xc8\xc5\xd5\x75\ \x5d\x85\x41\x39\x9e\xce\xc6\xd5\x76\x5e\x6f\x2b\x63\xa7\xe3\xd1\ \xd1\x62\x9d\xd6\x55\x98\x8c\x4c\x39\x9a\x9e\x9f\x5f\x06\xa1\xbd\ \xd9\x2c\xa4\xd4\x36\xdb\xc1\x60\x18\x63\x3a\x3f\xbb\xe4\xc0\x75\ \xdb\x94\xc3\x61\x51\x96\x9b\xba\xc7\xbe\x37\x64\x8c\xa1\xcc\x3b\ \xe7\x3d\x8b\x18\xeb\x6e\xde\xbc\x39\x9e\x4e\x7f\xf2\xb3\x9f\x35\ \x5d\x5b\x0e\x47\xc2\x32\x1a\x4f\x9a\x2e\xa4\xa8\x57\xd7\xcb\x00\ \x00\x48\x31\xca\x78\x36\x8a\x29\x1a\xeb\xa6\x7b\xb3\x24\xfc\xe7\ \xdf\xff\x0b\x00\x72\x3e\x13\xd0\xbe\x6b\x1c\x41\xe1\x1c\xa0\xa2\ \xf0\xf2\xfa\xda\x18\xbc\x79\x78\x38\x1d\x95\x92\x94\x85\x16\xab\ \x0d\xb3\x90\xf3\x93\xc9\x78\xd9\x87\xb3\x8b\xcb\x87\x4f\x9f\xa2\ \x75\x08\xd4\x75\x81\x47\x80\x40\x29\x69\x12\x01\x00\x03\x78\x35\ \x9f\xb7\x6d\x23\x2a\x26\x2b\x18\xfd\x7a\xdb\xed\x1f\xdc\xd8\x39\ \x92\xbf\xf3\xd6\x3b\xd3\xc9\xf8\x2f\x7f\xf4\x57\x07\xfb\xb3\xa3\ \xc3\xa3\xe3\xdb\x77\x33\x9f\x6f\xda\xde\x14\x45\xf5\xe0\x41\x31\ \x1a\x6e\xaa\xcd\xd9\xf3\xe7\x37\x8f\x0e\xcb\xdc\x7b\x9f\xbd\xf6\ \x2e\x0d\x41\x6a\xaa\xf9\x66\x73\xbd\x3f\x2e\x8c\x75\x55\x5d\x9d\ \x5f\x5c\xba\x81\xbd\x5a\x2c\x63\x39\x3c\x38\xb9\xab\x06\x9c\xcf\ \x42\x64\xe1\x14\x62\x12\x55\x16\x65\x91\x8b\xab\xcb\xa6\x6d\x8a\ \xb2\x4c\xac\x03\x3b\x70\x16\xb7\x75\xad\xa0\xb8\x33\xdf\x57\x11\ \x61\x14\x70\x48\x99\x35\x2c\x69\x47\xb6\xc4\x3e\x4e\x27\x7b\x5d\ \x1f\x9c\x73\x55\xd5\x64\x79\x79\x71\x79\x05\x08\x45\x99\x5b\x67\ \xeb\xe5\x26\x1f\x1b\xb4\xb6\x4b\x15\x31\x8c\xc6\xa3\xd9\x34\x05\ \x4e\x2a\x3a\x9d\x4c\x38\xc5\xae\x89\x59\x96\x19\x44\x4e\x29\x70\ \x54\xd1\x3e\x84\x6d\x55\x39\xe7\x8d\x31\x4d\xdb\x71\x8a\xbb\xb8\ \x5b\x63\xc8\x5a\x6f\x7d\x4e\xce\xf5\x6d\x1d\x45\xa7\xe3\x61\x62\ \xd9\xae\x97\x7d\xdf\x8d\x86\xa3\x24\x5c\x64\x99\x37\x0e\x8d\xa9\ \x57\xd7\xdb\xa6\x6f\x43\x14\x20\x72\x39\xab\xa4\x94\x82\x48\xe0\ \x58\x87\x6d\x14\x2d\x47\x93\xbc\x1c\xf6\xbc\x65\x61\x15\x25\x22\ \x83\x8a\xaf\x19\x00\xf3\x6a\x3e\xb5\x5a\x2f\x01\x80\x8c\xcd\xcb\ \xfc\x77\xbe\xfb\x9d\xbb\xd7\x55\x60\x3a\x38\x3a\x9c\xcd\x86\x49\ \xe5\xe9\xd3\x67\xca\x6c\xad\xe5\xc4\x0c\x92\x84\xad\xf5\xe4\xac\ \x88\x96\x79\xbe\xdd\x56\x7d\xaf\xf7\xdf\xf8\xd2\xf3\x17\x4f\x24\ \x45\x40\x08\xb1\x97\x5d\xf8\x0a\x0b\xb3\x70\x44\x6f\x2d\x12\x01\ \xd0\xce\x3e\xde\x3a\x0b\x00\xce\xb9\xf9\x7c\xbe\x3f\xdb\x3f\xb9\ \x79\xba\x5a\xad\x04\x1c\xb9\xf1\xa6\x15\x51\xd3\x03\x23\x7d\x9b\ \x00\x00\x20\x00\x49\x44\x41\x54\x89\xa6\xa8\x6d\xc7\x6d\xbb\x2a\ \x71\xa8\xc5\x58\x7d\x6e\x40\x30\x98\xcf\x0c\xdc\x13\xc0\x51\x4c\ \xdf\xaa\xea\x9f\x96\xe5\x0b\xef\xbf\x10\x41\x7e\xce\x4e\x4a\x9b\ \xf7\xde\x3b\x30\xc6\xfe\xc9\x9f\xf0\xbf\xf7\xfb\xbf\x92\x3c\x4f\ \x55\x41\x0f\x0e\xf6\xcb\x42\x39\xa0\x45\xbb\x3f\x19\xa1\x31\xce\ \xef\xf7\x61\xb2\x6d\xba\x26\xc6\x01\x58\x56\x5a\xac\xaa\xc5\xba\ \x0d\x8c\xa7\xa7\x37\xd7\xd6\x0a\x48\xe6\xed\x57\xbf\xfe\x0d\x83\ \x76\xb3\x59\xcf\x97\xf3\x28\xda\xd4\x35\x8b\x4e\xc6\x63\x6b\x5d\ \x96\xf9\xb6\xed\x90\xa8\x28\xcb\xc3\x1b\xc7\x3f\xff\xc5\x83\xe5\ \x72\x85\x68\x7c\x96\xa3\x31\xd6\x5a\x63\xfd\x70\x34\x59\x2d\x57\ \xeb\xed\x1a\x9d\xef\x63\x44\x63\xc8\xba\xc5\x72\xf1\x7f\xfd\xe0\ \x87\xb3\xd9\x5e\xdd\x76\x7d\x9f\x52\x62\x34\x98\x65\xfe\x60\x36\ \x5d\xce\x17\xca\xa9\x8f\x92\x98\x27\xa3\xd1\x74\x3c\xb1\xa4\x49\ \x92\xf7\x45\x39\x9a\x6c\xba\xf6\xc7\x1f\x3d\x98\xce\xf6\x42\x08\ \x4d\xd7\x65\x59\x31\x2c\x47\x7d\x1f\x44\xa5\xae\xdb\xcc\x0f\xfa\ \x10\x91\x6c\x48\xd1\x88\xb6\x5d\x17\x98\x99\x13\xb9\xac\x8d\x62\ \x5c\xc6\x49\xaf\x2f\xce\x4f\x6f\x9d\x9c\x9e\x9c\x6c\xb6\xdb\xe7\ \x2f\xce\x7f\xfa\xc1\x47\xa7\x37\x8f\xbf\xf3\x8d\xaf\x4d\xf6\x8f\ \x3e\xfe\xc9\x8f\x8f\x4e\x4f\x8f\x4e\x4f\x1e\x3c\xf8\xa4\xed\xda\ \xb7\xdf\xb8\x77\xf3\xe8\x28\xd6\x75\x1f\x22\x14\xd9\x6b\x00\x8d\ \x02\x58\x92\xae\x59\x6c\xd6\xd7\x87\xd3\x5b\xab\xcd\x26\x49\xb2\ \x86\x6e\xdd\xba\x35\x1c\x8d\x8f\x8e\x4e\xbc\xc9\xc1\x88\x80\x5a\ \x32\xb1\x8f\x2c\x92\x62\x34\xc6\xee\xed\xed\xc5\x18\xb6\xdb\x2d\ \x99\x0e\xc9\x39\x0b\xa1\x8f\x31\x06\x83\x56\x04\x76\x7e\xee\xcc\ \x2a\xcc\x2c\x2d\x22\x78\x67\x8d\x31\x3e\xcb\xb3\x72\x80\xce\xad\ \x16\xcb\x10\x52\x39\x1c\x46\xa2\x36\x25\x50\xc9\xb3\x2c\xa5\x30\ \xc9\x87\x19\xd8\x9b\x37\x6f\x16\x36\xbf\x5e\x2c\x87\xc3\xf1\x70\ \x38\x40\x32\x55\xb5\x1d\x8d\x46\x8b\xf9\xbc\xeb\xfb\x3c\x73\x79\ \x56\x24\x8a\xcc\x49\x25\x31\xcb\x6a\xb5\x3c\xba\x71\x63\xbb\xd9\ \xbe\xf2\x8e\x47\x22\x44\xeb\xac\x31\x16\x90\x42\x17\x52\x64\x12\ \x6d\xbb\xd0\x85\x38\x99\xed\xf7\x5d\x0b\xc2\x79\x9e\x11\x22\x79\ \xbb\xde\x54\x9b\xb6\xab\xdb\xbe\x8b\x49\xd1\x18\xeb\xc8\x38\x34\ \x1e\x11\x03\x33\x09\x91\xb5\x75\x1b\xd0\x18\x9f\xe7\x7d\xdf\x03\ \x09\x82\x7a\x47\xaf\xe7\xa1\xbf\x2b\xa2\x53\x8a\x4d\xb5\xae\xab\ \xcd\xf1\xf1\xd4\x7a\x1a\xed\xe5\x7b\x87\xc7\x68\xbd\x20\xa9\x42\ \xb5\x5d\x3c\xfc\xe4\x61\x55\x6d\x45\x52\x62\x10\x24\x61\x22\xb4\ \x09\x92\x0a\xe7\xde\x4d\xa7\x7b\xcb\x75\xf5\xce\xdb\x6f\xb3\xa4\ \x47\x8f\x3e\x26\x54\x7d\x15\xe0\x08\xaa\xaa\x0a\xaa\x9a\x52\x34\ \xd6\xa8\xa8\x31\x86\x99\x77\x81\x33\x44\x84\x48\xd6\x39\x04\xfc\ \xf6\xb7\xbf\x4d\xce\xfe\xd1\xbf\xf8\x93\x62\x30\x92\x18\x3f\x79\ \xf2\xf4\x60\xb6\xd7\xb4\x11\x12\x27\xbf\x11\xb5\x79\x59\x26\xee\ \xc9\x7e\x76\x7e\xee\x09\xf1\x76\xe8\x4f\xfa\xfe\xbf\x3f\x3c\xf8\ \xc2\xe3\xf7\x73\x77\x50\xa4\xbf\x71\x54\x7d\xe9\x9d\xbd\xef\x7d\ \xaf\xff\x2f\xff\x8b\x5f\xf9\xc7\x60\x76\xb8\x3f\x18\x50\xdf\x48\ \xd7\x2d\xf2\x42\x8f\x6e\xee\xc7\x34\x58\x2c\x68\x38\x1a\xd4\x6d\ \x7b\xec\x06\x94\x65\x64\xdd\xe3\xc7\xcf\x44\xe9\xf8\xe6\x4d\xb2\ \x7e\xb9\xb8\x3a\xdc\x3f\x64\x16\x30\x3a\x1c\x4f\x8a\xd1\xe8\xbb\ \xdf\x85\x1f\xfe\xf0\x47\x17\xe7\xe7\x3a\x1c\x64\x99\x9d\x4e\xc6\ \x75\xb5\x4e\x89\x9d\x73\xcb\xd5\x6a\x53\x55\xa2\x90\x52\xea\x53\ \x63\x88\x92\xf3\xde\xb9\xae\x4f\xe3\xe9\x6c\xdd\x77\xe4\x3c\x27\ \x69\x9a\x86\x59\x98\x65\x7b\x35\x07\x80\x3c\x2f\xda\x76\x93\x65\ \x85\xcd\x0c\xc7\x30\xdd\xdb\x5b\x5c\xcf\x9b\xb6\x41\x72\x04\x64\ \x88\x00\x70\xbd\x5e\xb7\x6d\x1f\x05\x04\x89\x7c\xd6\xc7\x70\xb9\ \xda\x58\x6f\xf3\xc1\xd0\xd9\x4c\xd5\xc4\x24\x29\x45\xc4\x4e\x71\ \x35\x18\x8e\x00\xd1\x3a\xdf\x86\xd8\x85\xa8\x20\x64\xec\x78\x3c\ \x36\x46\xa7\x93\x51\x8c\x7d\xd7\xb5\x31\xc4\x9f\xfd\xec\x7d\x00\ \xe8\x53\xec\x43\x5a\x6e\xb6\xcf\x5e\xbc\x7c\xf7\xab\x5f\xbd\x75\ \xf7\xde\xcf\x3e\xfa\xf0\xfe\xdb\x6f\x9f\xbd\x7c\x79\xeb\xf4\xe4\ \xde\xbd\x7b\xdd\xb6\x5a\x5e\x5c\xda\xa2\x28\xca\xd1\xeb\xe4\xce\ \xc7\xf4\xe5\x2f\xdd\xff\x8d\x77\x4e\xad\x0b\xce\xe0\x58\xed\x97\ \xbf\xfc\xd6\x6f\x4d\xf6\xa7\x87\x53\x97\x79\x60\x14\x11\x43\x06\ \x44\x54\xb1\x0f\xfd\x7a\xb9\xb2\x86\xfe\xa3\x3f\xfc\xc7\x6f\xbd\ \xf3\xf6\xf7\xfe\xe4\x7b\x8f\x1e\x3f\x24\x41\x24\x4d\x89\x55\xa2\ \x33\x66\x67\x3c\x06\x68\x10\x51\x01\x45\x81\x58\x34\x31\x18\xc3\ \x92\x42\x8a\x93\x83\xfd\xaa\x69\x2f\x56\x2b\x74\xfe\xec\xe2\xc2\ \x1b\x43\x99\xb5\x48\x0c\x2a\x7d\x9f\x67\x99\x37\xc6\x19\x3b\x1a\ \x8d\x2e\xaf\xaf\x43\x08\xc6\x65\x93\xc9\x24\x86\xde\x59\x1b\xfa\ \xae\x6b\x5b\x54\xc9\xb3\xcc\x7b\x4f\x94\xc5\x18\x12\x87\x98\xd2\ \xf1\x8d\xe3\xa6\x69\x99\xd9\x3a\x07\x40\x44\x06\x80\x12\x0b\xa7\ \xbe\xeb\x7b\x6b\x8c\x18\xec\x43\x5c\xae\xd6\x88\x93\xd9\x74\x2f\ \xf4\xad\x21\x44\x32\xeb\xba\x3a\xbb\xbc\x6e\xda\x10\x45\x81\x2c\ \xab\x32\xb3\x25\xca\x7c\x0e\xaa\x88\x22\x22\xce\xe5\x49\x58\x00\ \xc8\x18\x42\x44\x63\x52\x0c\x31\x69\x08\xe1\xf5\xed\x07\x40\x51\ \xe3\x93\x87\x0f\x86\x99\x1a\x43\x45\x31\x74\xc3\x09\x24\x26\x63\ \x59\xa4\xdd\xae\x6e\x9f\xdc\x28\xad\x59\xae\x37\x97\x8b\x75\x17\ \x59\x84\x43\xe8\xb3\xcc\x1b\xb2\x5d\xd7\x01\x50\x4a\xbc\x5c\x2d\ \x47\xa3\x91\xb1\x26\x84\xce\x10\xfe\x35\xbd\x80\x80\x84\x98\x52\ \xf2\x0a\x31\x86\xdd\xbf\x33\x33\x10\xf4\x7d\x3f\x99\x8c\x9b\xa6\ \x86\xc4\xa3\xd1\xd0\x64\xf9\xf1\xe9\xe9\xf9\xe5\xb5\x71\x99\xcd\ \x0b\x9f\x17\xd5\x66\x2d\x1c\xab\xab\xf3\x49\xe6\x9d\x44\x44\x75\ \xce\x7e\x66\xe0\x8e\x00\xbf\xbb\xa9\x18\xf0\x07\xa3\xc1\x17\x65\ \xfb\xe7\x0f\xdc\x59\xb8\x2c\xb7\xdf\xfd\xce\xec\xbf\xfb\x1f\xe8\ \xfd\xf7\xe1\x37\x7f\xf3\x57\x92\x6d\xa0\xc9\xf2\x2c\x73\xf9\xde\ \xad\xfd\x87\x0f\x1b\x96\x2a\xf4\x75\x4c\x66\xbb\xdd\x04\x81\x8b\ \xb3\xed\xfd\xdb\x63\x32\xa6\x69\x9a\xe5\x6a\x75\x78\x74\xdc\x34\ \xad\xf3\xfe\xd6\xed\x3b\x96\x8c\x8a\x82\xa2\x00\x10\x99\xb7\xdf\ \x7e\xe7\xe4\xe4\xf4\x7b\xff\xf2\x5f\xd6\x75\xb5\x3f\x3b\x52\xe6\ \xbe\xeb\x32\xe7\xf2\x2c\xdf\x56\x75\xd7\xf5\x0a\xc4\x00\xb1\xef\ \x89\x4c\x12\x05\x00\x83\x14\x62\xf2\x59\x26\x48\x22\xa2\x00\x64\ \x48\x81\xb2\x3c\x1f\x0c\x06\xeb\xf5\xb6\x28\x0a\x45\x1a\x8e\x27\ \xa9\x6f\x9e\x3f\x7b\xde\x76\x8d\x24\x29\x06\xa5\xcb\xf2\x72\x30\ \xdc\x56\xd5\x76\xbd\xe9\xfa\x48\xd6\x8b\x22\x18\xeb\xad\x8d\x31\ \x90\xf5\x68\x9c\x00\x2a\xa1\x28\xc4\xc4\x18\x93\x54\xad\xf3\xc5\ \x74\x76\xb0\x5c\x2e\xba\xae\x47\x44\x43\x96\x2c\x65\x1e\x55\x9a\ \xe1\xc0\xdd\x38\x9c\x40\xea\x43\xdb\x86\xbe\xef\x43\x8c\x2a\x26\ \xf3\x21\xf2\xfb\x1f\x7c\x38\xd9\x9b\x7d\xe9\x2b\xef\x2e\xea\xba\ \x0f\xe1\xed\x77\xde\x99\x8d\xc7\x29\xb1\x88\x02\x60\xd3\xb6\x05\ \xbc\x9e\x71\x18\xc6\xae\x06\x6d\x55\x52\xaf\x9a\x7a\x3a\xda\xdf\ \x9b\xec\x1f\xb0\x11\x95\x00\xe8\x89\xac\x88\x90\x2a\xa0\x58\xc2\ \xbe\xad\xdf\xfd\xca\x97\xbe\xf4\xf6\xdb\x67\x2f\x5f\x6e\x36\xeb\ \x1d\xa3\xa6\xc2\xa2\x51\x38\x10\x7a\x04\xdc\xa9\xcc\x3f\xed\xc7\ \x80\x10\x10\x54\x59\x12\xa7\xba\x69\x56\x9b\x4d\x44\xe8\x50\x5d\ \x66\x23\x8a\x31\x34\x70\x65\xea\xbb\xd1\x64\x14\xac\x19\x0f\x47\ \xd6\x98\xf5\x76\x8b\xd6\x1e\x9f\x9e\x0c\x46\xe3\x6a\x5b\xe7\x99\ \x27\x80\xf9\xfc\x32\xf4\x3d\x11\x1a\x63\x13\x73\x0c\x21\xcb\x32\ \x63\x2c\x1a\x08\x21\x5d\x5e\x5d\xad\xd7\xeb\x2c\xcf\x09\x49\x11\ \x53\xe2\xd8\x25\xb2\x84\x68\x10\x01\x10\x62\x4c\x86\x30\xb2\x5c\ \x2f\x96\x6d\xd3\x58\x43\x07\xfb\x33\x24\x73\x71\xb5\x38\xbf\xbc\ \x26\xeb\x02\x8b\xb5\x99\x31\x26\xb1\x24\x16\xc3\x6c\x8c\x45\x4b\ \x9a\x52\x02\xb0\x3e\x4b\x29\x21\x00\x12\x00\x88\xb3\x26\x85\x90\ \x92\xf9\x75\x50\x8e\x20\xb5\xd5\xda\xa4\x34\x2a\x4a\x57\x18\xc4\ \x4e\x8d\x40\x6a\x95\xe5\x70\x3a\xf4\x72\xd0\x6d\x37\xd6\xcd\xda\ \x3e\x60\x17\xc8\x66\x89\x15\x11\x98\x53\x55\x87\x18\x13\x8b\x5e\ \x5d\xbe\x18\x0c\x0a\x67\x4d\xdf\xef\xde\x6c\x44\x40\x10\x05\x15\ \x00\x52\x05\x24\x94\x1d\x41\xc6\x52\xe4\x39\x2b\x8b\x48\x4a\x69\ \xb6\xb7\x4f\xa0\xd7\xd7\xe7\x09\xcc\x70\x34\xd4\xcb\x2b\x63\xcd\ \x68\x3c\x02\x84\x5b\xb7\x6f\x85\x66\xdb\x45\x9e\x8e\x07\xf3\xf3\ \x35\xa6\xbe\xab\x9a\xcf\x0c\xdc\x9d\xea\x6f\x57\xf5\x07\xc3\xf2\ \xcc\x7b\xfa\x02\xdc\x3f\x8f\x33\x58\xd1\xfe\x77\xbf\x0b\xff\xd3\ \xff\x6c\x7e\xf0\x03\xf9\xd6\xb7\x7f\x95\x1f\x61\xe6\xb6\x69\x8a\ \xdc\x0f\x46\xf9\xf1\xc9\xd1\x83\x8f\x9f\x0f\x43\xcc\x33\xca\x5d\ \x90\x18\x9d\x82\x81\xd8\xd6\x75\x99\xbb\xef\x7c\xfb\x5b\x77\xef\ \xbd\x51\x0e\x72\xf8\xf4\x41\xd6\x57\x2e\x63\xa0\x02\x91\x43\xe6\ \xed\x7f\xf8\x8f\xff\x83\x47\x1f\x7f\x9c\x52\x5c\x2f\x97\xb7\x7e\ \xf3\x9b\xe7\xe7\x2f\xe7\x8b\x55\x52\x65\x01\x05\x15\x51\x11\x15\ \x15\xc0\x64\xc9\xa8\x21\x02\x25\x44\x01\x4d\x31\x22\xe2\x68\x34\ \xde\xac\xe7\x48\x06\x00\xba\xb6\x9d\xcd\x0e\xfb\xc8\xa0\x34\x9b\ \x1d\x3e\xdf\xac\x0f\x0e\x0e\x57\xcb\x15\x00\x92\x31\x5d\xdf\xa7\ \xbe\x8b\xbb\xdd\x96\x14\x89\x4c\xd2\x84\xaf\x8c\xe1\x51\x58\x90\ \x50\x55\xd1\x20\x18\xc3\x8a\xce\xd0\x66\xbb\x19\x8d\x27\xd3\xc9\ \x74\xbd\x5a\xbb\xcc\x01\x70\xe6\x5c\xea\x57\xa9\x6e\x17\x9b\xda\ \x99\x30\x28\x6c\xd3\x46\x11\x45\xb2\x1a\x43\x0a\x31\xb9\x08\x22\ \x7f\xf9\x57\x7f\x75\x74\x72\xf2\xa5\xb7\xdf\xf9\xd1\x8f\xff\x6a\ \x3c\x1c\xa8\xa8\x31\xb6\x9c\x4c\xfb\xae\x5b\x5c\x5c\x1c\x12\xbe\ \x46\x56\x31\x59\x7b\xf5\xec\xe5\xfa\xfc\xa1\x75\x92\xe5\xfe\xf0\ \xf0\xce\xb0\x9c\x30\x37\x48\x8a\xa0\xca\x09\xa9\x04\x95\x5d\x52\ \x95\x27\xfc\xad\x6f\x7c\xf5\xf0\xe0\xf0\xfc\xc5\xd3\xe5\x6a\xb5\ \x6b\xf1\x8d\x01\x42\x03\xa0\xc2\x8a\x28\x2a\x04\x0a\x00\xa2\x40\ \x0a\x0a\x04\x80\x90\x42\xca\x7d\x66\x4c\x06\xf5\xb6\xae\xeb\x3b\ \x6f\xbf\x79\xbe\x5e\x5d\xd7\x5b\x93\xfb\xd0\xb6\xb7\xf6\xf7\xaf\ \x5e\x9e\xdf\xba\x73\xbb\xf4\x19\x88\x10\x00\x8b\xb8\x3c\x47\x63\ \xfa\x98\xda\xba\xb6\x06\x99\x63\xd7\x75\x00\xb2\xcb\x10\x47\xc0\ \x10\x42\x1f\x22\x28\xbb\xcc\x22\xd2\xd3\xa7\xcf\xba\xbe\x27\xa4\ \x5e\x12\x80\x32\x2b\x12\x5a\x63\xc9\x98\x18\x83\xa8\xa8\x48\x12\ \x13\x59\x55\x41\xd1\x88\xc2\x7a\x5b\x35\x4d\x33\x5f\x6d\x18\x09\ \x74\xc7\x56\x33\x01\x58\xbb\x73\xc3\x0c\x84\x64\x9c\x25\xf2\x66\ \xf7\x9b\x12\xc4\x10\x40\x81\x88\x10\x95\x0c\xe9\xaf\xe3\xf7\xab\ \x8a\x48\xd6\xd8\xae\x6d\x63\x5b\xb9\x85\x32\x08\x03\xb4\x7d\x0c\ \x7d\x24\x93\x1d\x1e\xdd\x98\xed\x8d\x3f\x7c\xf0\x49\xd7\xd6\xce\ \x65\x82\x82\x08\xcc\x1c\x53\x4a\x31\x74\x4d\xe5\xad\x16\x9e\x41\ \x48\x52\xb0\x44\x29\x09\x19\xa3\xaa\x02\x82\x04\x88\x60\xad\x45\ \x80\xd1\x68\xb4\x5c\xad\xa7\xd3\xc9\x9d\xdb\x77\x1e\x3f\x79\x5c\ \x37\xd5\x78\x3c\x79\xeb\xad\xb7\x40\x63\x55\x6f\xc4\x58\x42\x2e\ \x0b\x77\x78\xb4\x1f\x9a\x4d\x99\xe7\xdf\xfc\xda\xbb\x12\x3a\x50\ \xac\x9a\xe6\xc5\x87\x3f\x95\x14\x49\xe0\xb3\x01\xf7\x84\x78\xb7\ \xef\xbf\xd6\x34\xff\xed\xd1\x41\x47\x94\x7d\xb1\x98\xfa\x79\x3c\ \xa1\x97\x77\xbf\x0a\xc7\xc7\xf6\x8f\xff\x38\xfc\xd3\x7f\x0a\xe6\ \x97\x53\x93\x88\xc8\x8c\xa1\xef\x9e\x3c\x7b\xcc\xdc\x92\xc9\x4f\ \x4e\xde\x38\x3a\xb8\xf5\xde\x7b\x33\xb0\x46\xa1\x4a\x5d\x33\x1a\ \xe6\xef\xbd\xf7\x4d\xa4\x8c\x05\x45\x05\x11\x64\xd7\xde\xd2\xab\ \x3a\x71\x07\x2d\x64\x29\xf4\xb1\x6d\xb6\x2f\xcf\x5e\x14\x59\x3e\ \x6f\xdb\xab\xcb\x8b\xae\x4f\xe4\x0a\x11\xdd\xc5\x8c\xa9\xe2\xce\ \x93\x40\x94\x45\x01\x44\x53\x4a\x60\x8c\x31\xd4\x36\xad\x0a\x4f\ \x26\x93\xa2\xf0\xd6\xa0\x08\xe7\xde\x97\x83\xbc\x67\x41\x24\x9f\ \xe5\x84\x98\xe5\x05\x2b\x29\x60\x17\x02\x33\x2b\x20\x90\x1a\x44\ \x51\x76\x44\x87\x87\x47\xd7\xd7\xd7\x21\x26\xb4\xbb\x75\x47\x45\ \x44\xb2\x06\x0d\xb1\x4a\x0a\x09\xab\xed\xe1\xc1\x01\x73\x22\xb4\ \x44\x26\x76\xdd\xcb\xa7\xbf\x18\xbe\x31\x31\x42\xa7\xc7\xa3\xae\ \x69\xaf\xe6\x2b\x45\x8f\x48\x2a\xaa\xca\xa1\xeb\x5c\x9e\x5f\x5e\ \x5d\x3d\x79\xfa\xe4\xad\x37\xdf\xdc\x1b\x8d\x1e\x3d\x7c\xf4\xde\ \x7b\xbf\xc5\xcc\xe7\xeb\xc5\x8b\x97\xe7\x6d\x1f\x08\x91\x5f\xe7\ \x1a\x96\xd1\xa0\x1c\x1e\x1f\x91\xd7\xc4\x49\x62\x5f\xcd\x2f\x69\ \x79\xa9\xd8\xb7\xa1\x5b\x6f\x83\xe2\x60\x7a\x70\x78\x7a\xf7\x6e\ \x8a\x69\x7d\x7d\x71\xbc\xbf\x17\x63\xb7\x9c\xd7\xde\xe7\xc2\x11\ \x54\x76\xeb\x3e\xcc\x9c\x67\x3e\xf3\x6e\xbd\xae\x3e\x0d\xd1\x13\ \x04\xc0\x9d\x46\xc3\xda\xc4\x3c\x1c\x0e\x2c\x9a\x6a\xbd\x1a\x15\ \xe5\xe9\xe1\xe1\x72\xb3\xb1\x04\x47\x37\x6f\x0e\x8d\x59\x1a\x72\ \xd6\x0c\x47\x83\x18\x7b\xef\xbc\x75\x2e\x25\x11\x51\x04\xf4\xde\ \x19\x82\xc9\x78\x14\x43\x27\xcc\x00\x1a\x42\xb0\xc6\x38\xef\x10\ \x20\x04\x0e\x21\x22\xa2\x82\xc6\xc4\x44\x46\x55\x8d\x31\xce\x5b\ \x00\x4c\x9c\x2c\xea\x2e\x61\x4b\x09\x55\x40\x54\x93\x40\xdd\x74\ \xaa\x29\xeb\x6c\xdd\xd4\x6d\x1f\xc9\x7a\x05\xa5\x4f\xdb\x4e\x04\ \x45\x22\x00\xe0\xd4\x8b\x44\x32\x56\x85\x09\x9d\xb5\x26\xf4\xa2\ \xc2\x3b\x2b\x3b\x40\x12\x16\xf8\xf4\xb7\x7d\x1d\xda\x1d\x68\xb5\ \x6d\x9e\x3c\x7d\x11\xeb\x15\x61\x4c\xd2\x97\xc3\xe2\xe6\xc9\xad\ \xc3\xe3\xa3\xc1\xde\x21\xba\xbc\x6d\x5a\x04\x36\x46\x13\xc7\x2e\ \xf6\x21\xb1\x08\x18\xa2\x5d\x7d\x6e\xa8\xd3\x44\x93\xd1\xe1\xd3\ \x27\xad\xaa\x41\x30\x88\xa4\x02\x48\x6c\x10\x01\xc4\x18\x4b\x64\ \x32\xef\x39\xa5\xd1\x70\x74\xff\xfe\xfd\xcd\x76\xb3\xde\xac\x10\ \x61\x38\x18\x8a\x86\x62\x30\x50\x34\x75\xdb\x7d\xf2\xf1\xc7\x83\ \xcc\x91\xf2\xd1\xc1\x6c\x50\x16\x1d\x08\x02\xc6\xf9\x42\x98\x25\ \x25\xc0\xcf\xc8\xf2\x37\x20\x7e\xad\x69\x04\xe0\x87\xc3\xe1\x17\ \xb8\xfe\xb9\x9d\xa9\x32\x1c\x1d\xc9\x1f\xfc\x81\xf9\xdf\xff\x37\ \xbc\xbe\x86\x5f\x6d\xd8\x5e\x64\xe3\x3c\xf3\x9f\x3c\xfe\xb8\xae\ \xd7\xdf\xf8\xc6\xd7\x6e\xdf\x79\x67\x79\xb5\x68\xb6\xcf\x50\x83\ \xcd\x89\x2c\xa1\x4d\x04\xd1\x66\x23\xb2\xf9\x5f\xcf\x03\x11\x08\ \x00\x64\xd7\x94\xee\x2e\x89\xd0\x77\xf5\xe6\xf0\x60\x6f\x36\x1e\ \xfe\xe5\x0f\xff\xad\x02\x1a\xc4\xe9\x78\xb4\xd8\x76\x20\x00\xaf\ \xbc\x40\x54\x54\x69\xb7\xee\x42\x2a\xc2\x88\x4a\x84\xae\x2c\xc6\ \xa3\x61\x51\xe6\xfb\xfb\xd3\x22\xb3\xc3\xd1\x60\x36\xdb\x47\xb0\ \x55\x1d\xb8\x0b\x79\x9e\x5b\xe3\x54\x79\x6f\x6f\x36\x5f\x6f\x7c\ \x5e\x56\x75\xd5\xf4\x3d\xa4\x64\x40\x32\x67\xad\xb1\x79\x9e\x1d\ \x1f\x1c\x56\xab\x0d\xe9\x4e\xa6\x20\x31\x84\x18\xfb\x90\x18\x62\ \x42\xc4\x22\x2b\x44\xa4\xaa\xab\xc3\x83\x59\xb5\xdd\x90\xa5\xd8\ \x75\x93\x12\x06\xbe\xea\xd4\xb0\xc9\x55\x3a\x40\x31\xc6\xc6\x90\ \x12\x27\x43\x20\x29\xf6\x01\x45\xe5\xf2\xfc\xe2\x9d\xb7\xde\x9e\ \x8d\xa7\x8f\x15\x62\x48\x15\xb4\x6d\x4c\x8f\x5f\x9e\x4d\xa7\xd3\ \xd7\xd5\xca\x50\x5b\x57\xed\xd5\xb5\x2d\xb0\x69\x9b\xb6\x66\x12\ \x4a\xb1\x51\xec\x06\xa3\xc1\x60\xb8\x7f\x74\xfb\x78\xbc\x37\xbe\ \x7c\xfe\xf4\xfa\xfc\xa2\x6d\xea\x94\x12\x12\x29\x19\x93\x15\x4d\ \x5d\x09\x33\x21\xec\x92\x31\x86\x83\xd2\x5a\x5a\x2e\x57\x04\xfe\ \xd5\x12\x11\x22\x12\x28\x22\x13\xe4\xce\x86\xd0\xcf\xa6\x93\x2f\ \xbf\xf9\x96\x57\xb8\x31\x9a\xbe\x5f\xb7\x37\x6f\xdf\xf9\xf2\xbd\ \xfb\x5a\x6f\x27\x59\x3e\x19\x8d\x9c\x33\x22\xa4\xa8\x9c\x22\x28\ \x66\xd6\x39\xa2\xdb\xa7\x27\xd6\x9a\xf5\x7a\x15\x63\x48\x29\x10\ \x82\x2a\x2b\x90\xb5\x06\x11\x81\x60\x37\x44\x2d\xcb\xa2\xed\xba\ \x94\xc4\x58\x8b\x80\xbb\x27\x03\x89\x44\x24\x71\xdc\x89\x46\x58\ \x38\x25\x36\x44\x51\x05\x54\x48\xa5\xeb\x13\x10\x01\xa0\xaa\xec\ \xf2\x16\x09\x05\x55\x0d\xa2\x31\x46\x95\x53\xe4\x94\x92\x41\x42\ \xd4\x22\xcf\x32\xef\x3a\x49\x84\xbb\xcb\xfa\xd7\x42\x3c\x05\xea\ \x85\xc0\xe4\x07\xc7\x77\xb8\x9f\xa2\xb6\xa1\x5d\xee\xcd\x26\xc3\ \x71\xb9\xbc\xba\xa8\x96\x5b\x57\x94\xde\xf9\x37\xef\xdf\x3b\x49\ \x1a\x04\x7f\xf6\xf3\x07\xfd\x7a\x6b\x88\x90\xc0\x80\xf1\x56\x27\ \x03\x7b\x70\x30\x92\x58\xa3\x24\x83\x5e\x01\x11\x8c\x42\x22\x24\ \x63\x80\x70\x37\x20\x80\x94\x58\x54\x01\x20\xc6\xa8\xa0\x45\x51\ \x2c\x16\xf3\x90\x52\x9e\x65\x88\x10\x13\x67\xc6\x71\xd7\x3b\xc4\ \xdc\x3a\x4b\x46\x58\xbd\x2f\x12\xcb\xe5\x72\xd5\x06\x26\x00\x6b\ \x3e\x0b\xb5\x8c\x00\x38\xd0\xef\x6c\xaa\xb5\x31\x8f\xf2\x2f\xcc\ \xc2\x3e\xdf\xd4\x0c\xff\xde\xef\xb9\x7f\xf6\xcf\xe8\xfd\x0f\xe0\ \x1b\x5f\xfb\xe5\x1f\xbd\x48\xdf\xc7\xd1\x78\x7c\xef\xfe\xfd\xa3\ \xa3\xc3\x9b\xc7\x37\xbb\xa6\x89\x31\xae\xaf\xcf\x0b\xa7\x12\x3b\ \x5f\xe6\xa6\x28\x87\xd3\x43\xa2\x92\x90\x55\x85\x90\x54\x58\x01\ \x01\xad\xa2\xa2\xea\x0e\xb0\xeb\x6a\x15\xfa\xbe\xda\x56\x7b\xd3\ \xe9\x7b\xdf\x7a\xef\x67\x3f\x7d\xbf\xc8\xf3\xc4\x14\x63\x05\x80\ \xaa\x3b\x5d\x81\x18\x22\x00\x50\x15\x4e\x12\x42\x1f\x59\x0a\x9f\ \x1f\xec\x1f\x7c\xeb\xbd\x6f\xe5\xb9\xef\xba\x26\x84\x16\x40\x8e\ \x0e\x0e\x41\xc9\x98\xed\xf9\xf5\x93\x61\xe1\x66\xfb\xfb\x8e\xa8\ \x0f\xbd\xad\x1b\x43\x88\x88\x83\xc1\xb0\x6b\x2a\x4d\x81\x85\xad\ \xb1\x29\xa4\x1d\xe4\x39\x63\x12\xa7\x94\x12\x18\x64\x11\x63\x0c\ \x20\x15\x59\xb1\x03\x85\xd0\x87\xe9\x78\x62\x09\xd7\xeb\xf5\xfe\ \xe1\xa1\xf7\x99\xd1\x44\x2a\x16\x24\xc6\x9e\x85\xc9\x51\x4c\x29\ \xa6\x48\x9e\x84\xb5\x6d\xd9\x5a\xbb\x5e\x2d\x53\xdf\x17\x3e\x3b\ \x9c\xcd\x52\x1f\x52\x4a\xcf\x5e\x9c\x6d\xdb\x6e\xff\xd0\xff\x1a\ \x5a\x5d\x02\xa4\x10\x79\xb5\xda\x76\x75\xf4\xc6\x82\xf4\x37\x8e\ \xc6\x27\xb7\x6e\xf6\x01\xfa\x6a\xb3\x4a\x22\xc2\xd3\x49\x61\x30\ \x85\x9e\x56\xab\x6d\x54\xc8\x54\x8d\x21\x4e\x09\x15\x84\x83\xb3\ \x32\x1c\xb8\xae\xe9\x0d\x92\x02\x02\x02\xa0\x22\x01\x11\x09\x11\ \x59\xc3\xaa\x8e\x8c\xcf\xbc\x51\xe5\xa6\xe9\xd6\x9b\x83\x72\xc0\ \xeb\x6d\xdc\x6c\xf7\x06\xc5\xb8\x2c\x15\x14\x44\x9c\xb1\x0a\xa2\ \xac\x84\xa4\xcc\x04\x38\x19\x0e\x92\x4a\x8c\x21\x84\x60\x9d\x8d\ \x31\x1a\x43\xce\x59\x00\x65\x66\x43\xa4\x2a\xc6\x50\x08\x09\x94\ \x88\x54\x44\x76\xcc\x89\xb1\xc6\x18\x83\xc0\x7d\x0f\x22\xaa\x20\ \x48\x0a\x84\x44\x24\xba\x0b\xcd\x25\x44\x02\x40\x11\x21\x24\x78\ \xd5\x6a\x28\x22\xa0\x0a\x28\xee\xee\x2d\x16\x61\x49\x1c\x49\xbd\ \xf3\xce\xf6\x9d\xee\xba\xc4\xdd\xc4\xf8\xf5\x11\x0a\x91\x85\x5c\ \x56\xdc\xbd\xff\xa6\xc1\x40\xd0\x49\xbb\xb8\x78\xf9\x6c\x71\x79\ \xa9\x09\x6c\x66\xc0\xb9\x7c\x34\x7e\x63\xb6\xa7\x60\x9a\xa0\xcf\ \x9f\x9f\x6d\x36\x5b\xeb\x33\x44\x31\x80\xe3\x41\xf6\xef\xff\xa3\ \x6f\xcc\xf6\xf7\x7e\xfc\xd3\x4f\x10\x45\x74\x87\x9d\x08\x02\xba\ \xfb\x04\x0c\x85\x18\x91\x0c\x82\x19\x94\x85\x28\x77\x5d\xb7\x53\ \xe5\xa7\x98\x52\x8a\xe2\x9c\xaa\x18\xa4\xed\x7a\x0d\xc2\x90\xd2\ \xdd\xdb\xb7\x13\x4b\x8c\xc9\x1a\x43\xd6\x6f\xbb\x20\xc6\x70\x12\ \xd0\xcf\xc2\xf2\x97\x11\x0f\x12\xbf\xd9\xb6\x3f\x38\x38\xb8\x70\ \xae\xf8\x82\x93\xf9\xfc\x1e\x66\xfe\xee\x77\xec\xe1\xa1\xfd\x57\ \xdf\x83\xdf\xfc\xfa\x2f\x07\x18\xa2\x62\xec\xc7\xfb\xe3\x3b\xfb\ \xf7\xad\xb1\x0c\x2a\x92\x62\x5b\x0d\x4b\x3f\x2c\x1d\xe2\xc0\x1a\ \x94\xbe\x29\xc2\x42\xb7\x55\x0b\x28\xac\x29\x29\xf9\xa1\xc9\xa6\ \x59\x31\x51\x11\x83\x52\x35\x6d\xb5\x5d\x6c\xaa\x27\xca\xa3\xb6\ \x77\xd4\xc8\xc9\x9d\x5b\xfc\xd1\xcf\x37\x57\x2b\x50\x27\x2a\x48\ \x44\x88\x91\x99\x08\x0c\xe1\x8e\xd2\xb1\xde\x02\xda\xbe\xed\x58\ \xb0\x0f\xd1\x65\xb9\xcf\xb2\x2c\xcb\x36\x1b\xf2\x8e\x62\xec\x54\ \x35\xf6\xeb\xd4\x2e\x32\x37\xbd\x79\xef\x16\x01\x3d\x7a\xfc\xc4\ \x5b\xdb\xd5\x15\x71\x72\xde\xa1\xf7\x89\x0c\xaa\x84\x98\xd8\x48\ \xdd\x75\xbe\x28\x62\x8a\x6d\x95\x58\xd1\x9b\xdc\x1b\x40\x03\x08\ \x54\xb8\x1c\x88\x9a\xbe\xe5\xd0\x0f\xf2\x6c\x90\x0d\xe6\xd8\x14\ \x27\x77\xcf\x75\xcc\x57\xb1\xbf\x3a\x1f\x4e\xcc\xd5\x55\x85\x6e\ \xcc\x02\x51\xa2\x98\x14\x91\x00\x1c\x08\x70\x1f\xda\x18\xbb\x14\ \x8c\x37\x93\xf1\x28\xb3\x76\xdb\x34\xf5\xba\xda\xad\x4d\xbe\xe6\ \xa7\x14\xe3\xf1\xdd\xfb\xf9\xdb\x6f\x28\xaa\x70\x00\x55\x54\xa9\ \x17\x57\xcf\x1f\x7f\xf2\xe2\x62\x2d\x49\x32\xaa\x67\xe5\xc8\xef\ \x95\xe5\x8d\xd9\xe8\xe0\x94\x1b\xa7\xe9\xd9\xfb\x0f\x3f\x1a\x40\ \x02\x07\x6f\xdc\xba\xbd\x9c\xaf\x0e\x6f\x8c\xbe\xf9\x5b\xb7\xbd\ \x93\xbf\xfc\xe1\x03\x12\x93\x20\x63\xd3\xab\x06\x44\xab\x92\x1b\ \x24\x10\x8c\x92\x0c\x01\x02\x76\x29\x98\x76\x0b\xc8\xf7\xee\x9c\ \x32\xab\x37\xb8\x23\x52\x00\x40\x92\x38\x67\x8d\x35\x31\x24\x4e\ \x0c\xa8\x64\x48\x04\xd6\xf3\xd5\xf5\xd5\x35\x91\x11\x51\x05\x12\ \xc5\x10\x92\xb3\xd6\x10\x09\x2b\x21\x71\x12\x9f\x39\x66\x06\x40\ \x02\x54\xdc\xb5\x66\x80\x84\xa8\xb0\x3f\x9e\x2d\x56\xab\xa4\xa2\ \x29\xa9\xb0\x1a\xda\xe1\x7b\x17\xfa\xc8\xac\xa2\x08\x88\x80\xaa\ \x28\x0a\x80\x96\x45\x90\x08\x95\x00\xd0\x5a\x6b\x15\x98\xd9\x1a\ \x6b\x8c\x55\x51\x44\xc3\x02\x92\xa2\xcf\xf3\xe9\x78\x4c\xf4\x9a\ \x63\x41\x54\xb1\x1c\xdb\xcd\xe2\xe1\x87\x3f\x2e\x28\x96\x4e\x87\ \xa3\x7c\x58\x14\x83\xcc\x87\x28\x21\x85\x76\xb1\x2a\xc8\xd9\x12\ \x2e\x2f\x2e\x09\x06\x6f\x1c\xed\x2d\x2e\x2f\x02\x0c\x80\x5a\x8a\ \xdd\xc4\x0e\x8b\x0c\xab\xed\x35\xc7\x4e\x25\x92\x23\x15\xb3\xab\ \xd1\x8d\xa2\x30\x23\x50\xe0\x40\xc6\x3a\xe7\x91\x28\xa5\x94\x17\ \xd9\xfd\x7b\xf7\x2e\xce\xce\x2c\x92\x01\x4a\x31\x20\xa0\x20\xa8\ \xca\x9d\xdb\xb7\x9c\xa3\xf1\x78\x1c\x63\xec\xba\x6d\x9e\x65\x2c\ \x88\xbc\x2b\x53\x88\xf5\xb3\xe0\xdc\x19\xe0\xe6\xb6\xba\xad\xf0\ \x3f\x0e\x06\xf8\x05\x3e\x7e\xce\xc1\x5d\x8e\x4f\xf8\xeb\x5f\xb3\ \xff\xea\x4f\xe1\x3f\xff\xcf\x7e\xe9\xe8\x09\x11\xbf\xf4\x95\x2f\ \x65\x3e\x57\x72\x22\x82\xc0\x16\x05\x31\x2d\xae\x2f\x37\x2b\x1c\ \x0c\x06\xa1\x6b\x9a\xd5\x9c\x48\x13\x07\x63\xd0\xe5\x45\x39\x9e\ \xed\x9f\xbc\xe1\x29\x81\x44\x83\xb6\x6f\xb6\xeb\xeb\xf9\xb6\x5d\ \xb2\x6e\x43\x0b\x21\x0e\xa4\xee\xb7\x75\xbf\xad\xd7\x4d\xbb\x19\ \x94\xb3\x24\xc9\x80\x41\x50\x50\x21\x32\x0a\x4a\x44\x88\x48\x68\ \xf2\xdc\x2f\xab\xca\x01\xf4\x7d\xff\xc9\xc3\x4f\x26\xa3\xd1\xe1\ \xe1\x81\xb5\x0e\x51\xad\x75\x22\xa1\x28\xfd\x5b\x6f\xdd\x1d\x0c\ \x72\x6b\x88\x59\x76\x29\x22\x29\x06\x4e\xc9\x19\x72\xd6\x3a\xe3\ \xfa\x18\x55\x95\x59\xaa\xba\xbe\x7b\xef\xee\xd5\x7c\xb1\xdc\x54\ \xce\x7b\x55\x34\xd6\x08\x89\x27\x0b\x0a\x6d\xd7\x86\x14\x1c\x61\ \xdb\xb4\x99\x2f\x5c\x39\x1e\x9f\xdc\x59\x24\x36\x82\x96\xc2\xf9\ \xe3\xb3\x2e\xaa\xcd\x3d\xf7\x02\xcc\x9f\x16\x92\x40\x48\x51\x62\ \x62\x4e\x92\xac\x73\x79\x51\x34\x4d\xbb\xb8\x5e\x56\x75\x1b\x22\ \x8b\xe8\xeb\xad\x4a\x1a\x6b\xae\x2e\x5e\xd4\xab\xcb\x2c\x73\x99\ \x37\x44\x8a\x9a\x4a\xef\x0e\x0f\x67\xd2\x77\x7d\x53\xc7\x36\x54\ \x9b\xf9\x60\xc8\x43\x3b\x5a\x5e\x3d\x8f\x15\x39\x17\xa3\x36\xeb\ \x9a\xc6\xe3\x99\xb1\xb1\x5e\x6f\x08\xd1\x18\xde\xac\xaf\x41\x93\ \x0a\xa2\xb1\x0a\xbd\x28\x23\x92\x05\x52\x56\x86\x44\x44\x2c\x1a\ \x62\x54\x82\x72\x3c\xca\x07\x03\x10\x61\x56\x04\x20\x4b\xb8\x1b\ \xc5\x22\x21\x92\x24\x4d\x31\xb5\x5d\x6b\xc8\x94\x83\xd2\xfb\xac\ \xef\x7a\x61\x01\x05\x11\xf5\x2e\x03\x00\x6b\x8c\xa4\x24\x20\xbb\ \x9e\xcf\xe7\xf9\x74\x3a\xbd\xbe\xbe\x06\x00\x42\x14\x45\xd8\xfd\ \x01\x70\xc6\x65\xce\x97\x45\x31\x5f\x2e\x8b\xb2\x60\x4e\x84\xe0\ \xb2\xac\x1c\x8d\x54\xa4\x6a\x5b\x83\xf4\x29\x8b\x43\xaa\x3b\x46\ \xdb\x91\x21\x50\x15\x05\xa3\x60\x8c\xb1\xd6\xee\x84\xe1\x89\x93\ \x88\x02\x92\x75\x4e\x98\x9d\x73\xf4\xba\x33\x55\x55\xb5\x86\xba\ \xae\xfd\xf8\x93\x4f\x4a\xc7\x93\xc2\x4c\x86\x59\xdf\xb5\x83\xd1\ \xc8\x78\x9f\x97\xc3\x62\x30\xca\x87\xd9\x6a\xbd\x28\xa7\x13\x8c\ \xc5\xed\xd3\xe2\x62\xbd\xf9\xe4\xbc\x61\x23\xa8\x66\x53\x75\x8b\ \xe5\xf6\xf8\xe6\x91\xc8\x05\x19\x13\x62\x50\x34\xa0\xf8\x8a\xaa\ \x04\x14\xd1\x9d\x6f\x4b\x88\xc1\x39\xd7\xb5\x4d\x0a\xfd\x68\x34\ \xdc\x9f\xed\xc5\x10\x25\x31\x22\xa8\xaa\x08\x97\x79\xe1\x8f\x6f\ \x18\x6b\xda\xbe\x49\x31\x3a\xe7\xd8\xd2\x8b\x17\xe7\xcb\xeb\xeb\ \xcc\xfb\xbe\xef\x1d\x7d\x16\x3a\x77\x11\xb9\xf9\xe1\x87\x11\xe0\ \x47\xc3\xf2\x8b\xc4\xd4\xcf\xf7\x11\x81\xe1\x90\xff\xe0\x0f\xec\ \x7f\xfd\xdf\xd0\xcf\x3f\x02\xf7\xcb\xcd\xdf\x9c\xb1\x84\xa8\xca\ \xa0\x82\x98\x8c\xa7\xe9\x64\x48\x3c\x65\x11\xeb\xb2\xa6\xe9\x3b\ \x70\x46\x35\xc6\x30\x72\xfe\xd6\xed\xbb\x4a\x56\x63\x57\x5d\x9f\ \x95\x33\x41\x5b\x6c\xd6\x2b\xd0\xe4\x8d\x54\x6d\x44\x48\x80\xb1\ \xa9\x02\xf1\x21\x77\xd5\xe1\x7e\xb1\x5e\x37\x84\x04\x44\xba\x53\ \x2b\x7f\x7a\x40\x35\x31\x7b\x63\x9c\x75\x29\x86\x40\x14\x43\x97\ \x65\xfb\x88\x4a\x06\x55\x18\x01\x0c\xd9\xfd\xfd\x83\xc3\x23\xd3\ \x75\x3d\x91\x05\x85\x94\x62\x1f\x7a\x61\x4e\x29\x85\x10\x00\xc1\ \x39\x9f\x39\x07\xce\x70\x4c\x31\x84\xd1\x68\xb4\x58\xad\x44\x84\ \xc8\x10\x19\x40\x62\x96\x10\x23\x69\xea\xba\x86\x49\x8b\xb2\x48\ \xcc\xc0\x10\xc0\x3c\x39\x5f\x6c\x53\x5c\x67\xfe\xd4\xd8\xeb\xa6\ \xb5\x65\xc9\xc2\xc2\x02\x89\x0d\xa8\xb5\x64\x94\x00\x81\x00\x41\ \x55\x18\xac\x35\xc3\xd1\xe8\x6c\xf5\xf2\xf2\x7a\xde\xf5\x21\x24\ \xee\xfa\xf8\x7a\xa1\xe4\x44\x66\x35\xbf\x58\xbe\xf8\x04\x40\x43\ \x0c\x99\x43\x95\x78\x30\x1d\x93\x8a\x45\x76\x88\x93\xc1\xb8\x37\ \x85\x5a\x73\xf1\xf2\xa5\x37\xd9\xa0\xb4\x60\xba\xd9\x2c\x9f\x37\ \x08\x92\x25\x6e\x5d\x6e\xae\xe7\xab\xa6\x3e\xf4\x7e\xd8\x36\xe7\ \xba\x7b\x1d\x0a\x8a\x3b\xce\x42\x11\x41\x45\x15\x05\x00\x52\x4a\ \xeb\xf5\xfa\xf0\xe0\x30\xc5\xa8\x02\xde\x7b\x42\x24\x42\x24\x24\ \x21\x00\x10\x16\x66\x36\xc6\x64\x59\x16\x63\xec\xba\x2e\xf4\x71\ \xbe\x5c\xc4\x18\x77\x7c\x8b\x82\xe6\x79\x7e\xb0\x37\x3b\x7f\xf9\ \x12\x14\x14\xd5\x39\xc7\x29\x2d\x17\x8b\x5d\xff\xa7\xf2\x8a\x16\ \xda\x19\x67\x24\xe6\xfd\x83\xfd\xa3\xe3\x1b\xfc\x8b\x8f\xda\xbe\ \xdb\x71\x71\x44\x26\xcb\x73\x65\x46\x44\x16\x06\xc4\xdd\xb4\x86\ \x08\x91\xc8\x39\x87\x88\x29\x84\xbf\x76\x82\xdd\x15\x01\x89\xb9\ \x0f\x01\x10\xad\x35\x21\x84\xb2\x28\xac\x73\xaf\xad\x73\x57\xa4\ \x64\xfc\xde\x6c\x74\x72\xe7\x64\x92\xe9\xde\xc8\x5f\xbd\x7c\xb6\ \x69\x16\xd3\x83\xc3\xe1\x64\xe2\xb2\xa2\x57\x1b\xc7\x43\x0d\xea\ \x8b\x01\xf5\xc5\x66\xb1\x40\x75\x83\x21\xae\xba\xd8\x1b\xbb\x8a\ \xf1\xfd\xf7\x1f\x35\xad\x5c\x5c\x2e\x43\x60\x30\x42\x28\x51\x77\ \xf1\x07\x80\x48\xc6\x18\x51\x60\x4e\xde\x7b\x43\x58\x75\x5d\xdb\ \x36\x93\xc9\x64\x3c\x1e\xb7\x4d\x4d\x06\xad\xb3\x9c\x52\x4c\x62\ \xac\x41\xc2\x98\x7a\xef\x3c\xa1\x61\x8e\x22\x92\x52\x0c\x31\x70\ \x62\x00\xc8\xbc\xff\x0c\xc0\x1d\x55\xf7\x3e\xf8\xf9\x8f\xf3\xec\ \xc2\xfb\x2f\xc0\xfd\x73\xce\xb9\x2b\xa8\xf2\xef\x7c\x1b\x54\xcd\ \x4f\x7e\x02\xd9\x2f\xc9\xd1\x12\xe6\xe7\x8f\x9f\xde\xbe\x73\xa7\ \x8f\x7d\x5e\x7a\xee\x2a\x24\x2e\x4a\x5f\x8e\x6e\x03\x58\x30\xfe\ \xf8\x9e\x01\x90\xb6\xad\xb8\xaf\xe2\xfc\xb2\xba\x5e\xc4\x18\x94\ \xec\x68\xff\x48\xda\x85\x1d\x4c\xf6\x67\xa3\xcb\xcb\xb6\x5d\xae\ \x00\x0c\x59\x9b\xfa\x70\x70\x70\x6c\x11\x7f\xef\x1f\x7d\x93\xfb\ \xf8\xa7\x7f\xfa\x3e\x91\xdf\xd9\xc0\xee\x5e\xdb\xab\x89\x1f\x22\ \xee\xbe\xed\xde\x6f\xeb\x86\x10\x43\xdf\x0d\x87\xa5\xf7\xae\xef\ \xda\xcc\xfb\x94\x02\x00\x5a\x84\xc4\xc9\x7b\xcf\x49\xac\xf3\xaa\ \x9a\x76\x8b\xf8\xcc\x21\x04\x51\xe6\xc4\x59\x96\xef\xf4\x67\x21\ \x84\x8f\x3f\xfe\xe4\x6a\x7e\x3d\x1a\x0d\x01\x28\x26\x4e\x29\x45\ \x66\x12\x19\x17\xa5\x33\x26\xf4\x75\xf2\x16\x89\x62\x88\xea\xca\ \xab\xaa\xb3\x7b\xfb\x67\xf5\x36\x86\xad\xa2\x05\x6f\xa5\x57\x65\ \x46\x11\x42\x30\x4a\xa4\xa8\xa0\x44\xe8\x9c\x45\x83\x8a\x70\x75\ \xbd\x78\xfa\xe2\xf9\xb6\x6d\xd0\x18\xab\x99\x31\xe6\xf5\x16\xe1\ \x15\x10\x51\x63\x0c\x45\x59\x22\x1a\xd5\x7e\x32\x99\x64\x79\xfe\ \xf4\x93\x47\xc7\x47\x7b\x7b\xfb\x33\x97\xe5\x1d\xe5\xf9\x74\x8f\ \x48\xac\x48\x61\x49\xe6\xbd\x8d\x04\x9d\x89\x5e\x59\x38\x1f\x0e\ \xae\x97\xdb\x1f\xfd\xd5\xc7\x37\x6f\x0c\x36\xdb\x5e\x24\x57\x62\ \x01\x05\xa4\x5d\x33\x41\x84\x0a\xaf\x06\x22\x08\xb4\x5e\xaf\x53\ \x4a\xd6\x3a\x6b\x8c\x88\xf4\xa1\xcf\xbc\xb7\x64\x77\xf5\xbb\xaa\ \x72\xe0\xcc\x67\x94\x11\x21\xa9\x6a\x1f\xc2\x2e\xaf\x9c\x88\x00\ \xa0\xeb\x43\x59\x14\xc3\xd1\xc8\x2f\x16\x3b\x95\x8e\x80\x5a\x63\ \x47\x93\x71\xdb\xb6\xdb\xaa\x26\x22\x24\x42\x40\x24\xda\x2d\x6b\ \x0e\x86\xc3\xd9\xfe\x8c\x95\x7f\xf2\xb3\x9f\xc5\x10\xad\xb3\x7d\ \xe8\x4d\x43\x2a\xc2\x2c\xd6\x3a\x55\x79\x85\xd1\x88\x22\xa2\xaa\ \x22\x22\xaf\xd2\xc3\x05\xf0\x95\x54\x1c\x11\x45\x04\x01\x84\x99\ \x76\x55\x02\xd1\xeb\x35\x4c\xaa\x6a\xad\xdd\xbf\x71\x52\x64\xc6\ \x97\xc3\x3b\xf7\x8e\xb7\x8b\x8b\xc0\xfa\xe6\x5b\x5f\x02\x94\xba\ \xaa\x07\x64\xcb\xd9\x8d\x4e\x28\x2b\x72\x84\x1e\x23\x63\x23\x87\ \x6e\x3f\x15\x5d\xb3\x65\x75\x16\x34\xcd\x97\xcd\xfe\x26\xb6\x9d\ \x66\x59\xd9\x25\x48\xa9\x23\x72\xf8\xaa\x19\x25\x44\xc3\xbb\xc4\ \x4a\x4e\xa0\xe6\x8d\xfb\xf7\xcb\xb2\x5c\xad\x96\x0a\xb2\x7f\xb0\ \xdf\xb5\xad\xb1\x06\x89\x32\xef\x91\x30\xa5\xc4\x62\xb2\x2c\x33\ \x66\x77\xb7\x5a\x11\x30\xc6\x1a\x9b\x00\x21\xc4\xf8\x6b\x83\xbb\ \xb5\xe6\xd1\x63\xff\x93\x9f\xfe\x64\x34\x6a\xbe\x58\x4c\xfd\x7b\ \x70\x42\x90\x77\xbf\x0a\xd3\x69\xf1\xa7\x7f\x6a\xbe\xf4\x0e\x10\ \xfd\x8d\x28\x03\x67\xcf\x5e\x14\x59\x9e\x15\x8e\xb4\xb3\xda\x3f\ \x7f\xf2\x49\xbd\x5a\xe4\x59\x61\xdc\xc0\xe6\x43\x72\x3e\x2f\xb2\ \xd8\x37\x23\x4f\xa3\xd1\xa8\x4e\x3d\x4a\x02\x6b\x52\xdf\x18\x9c\ \xa4\x6e\x3d\x5f\x57\xca\x6a\xd0\x10\x0c\x03\xf8\x00\xcd\xe9\xdd\ \xe3\xd2\xd1\x8d\x1b\x77\x7e\xf0\xe7\x3f\xee\x83\x30\x08\xa0\xaa\ \xc8\xee\x3b\xa9\xaa\xcc\xbc\xfb\x32\x70\x8a\xd6\x59\x95\x14\x3a\ \xbd\xbc\x38\x5f\xde\x3a\x1d\x0d\x6f\xb1\x35\x88\x00\xa0\xd6\x5a\ \x55\x8a\x29\x86\xd0\x5b\xe3\x63\x8c\xcb\xe5\x12\x10\x0c\x91\x02\ \xb0\x88\x88\x20\x26\x6e\x1b\x54\x35\x86\x10\x34\xc4\xc8\x2a\xa1\ \xed\x44\xd1\x5a\xb7\x9b\xde\xa9\x02\x21\x8a\x70\xe2\x98\x38\x1a\ \xf0\x09\x40\x8d\x37\xd9\x30\x52\xe1\x4b\x6a\xdb\xcd\xb0\x18\x70\ \xea\x55\x23\xbd\xc2\x5e\x50\x22\x66\x44\x95\x5d\x09\x69\xac\x01\ \x91\x2e\x74\xab\xf5\xa6\x6d\xba\x6c\x38\x62\xe6\x94\x18\x5f\xab\ \x74\x67\x8e\x37\x4e\x6e\x1f\xee\x8d\xac\xf5\x0a\x6c\x89\xbc\x33\ \x0f\x7f\xf1\xe1\x60\x76\x94\x4f\x67\xdb\xc8\xc3\x3c\xdb\xdb\xbf\ \xa1\xbe\xb0\x9a\xac\x09\xda\x75\x58\xfb\x99\xec\x47\x89\x4d\xbd\ \x95\xd2\xf8\xa2\x64\xbd\xa8\xea\xae\xeb\x46\x80\xce\x58\xd3\x4b\ \x02\x7a\x45\x64\x23\x2a\x22\x21\x20\x0b\x0b\xb3\x77\xae\xae\x9a\ \xc4\x9c\xe5\x79\xdf\x36\x31\xa6\xa2\xc8\x77\x42\x46\x04\x44\x44\ \x83\x06\xf3\xdd\xcc\x53\xac\xb3\xaa\x6a\xac\x1d\x8f\x46\x8b\xc5\ \x12\x90\x44\xb9\xc8\x73\x11\xb9\xbe\xbe\xde\x21\x2f\x11\x89\x70\ \x12\x4e\x31\x8a\x88\xf7\x5e\x44\x00\x89\x10\x08\x77\xf8\x0e\x9b\ \xcd\x76\x6f\x7f\x3f\xcb\x72\x00\x0a\x21\xaa\x02\x00\xe6\x59\x8e\ \x44\x0a\x60\xac\xe1\xb4\xdb\xd8\x07\x50\x75\xd6\x12\x11\xa7\xb4\ \xbb\xfb\x77\x4b\x6d\x06\x51\x76\xd5\xfd\x4e\x69\xaf\x8a\x88\x31\ \xc6\xb6\x6d\x5f\x93\x70\x47\x4c\xcc\xeb\xaa\x02\xcd\xae\xe6\xf3\ \xeb\x97\x4f\x16\xe7\x4f\xde\xbc\x7d\xb3\xed\x03\x28\xc7\x14\x82\ \x82\x4b\x99\x1f\x8e\x81\x5a\xc3\x11\x53\x3e\x0a\x0c\x68\x7d\x26\ \xbd\x37\x8b\x20\x0c\xd2\xf5\xb4\xde\xf0\xde\xde\xf1\x62\xf3\x04\ \x40\x88\x0c\x92\x10\x12\xc2\x2e\x80\x82\x76\x2f\xd2\x18\x2b\xc8\ \xb3\xbd\xe9\x78\x3c\xee\x43\x77\xe7\xce\xed\xe1\x60\x90\x65\xb9\ \xaa\x02\xa8\xb1\x46\x45\xbc\xf3\x88\x60\x8c\x11\x51\x6b\xf3\x5d\ \x83\x15\x43\x00\x00\x63\x8c\xf9\xf5\xd5\x32\xea\xbd\xff\xd9\x4f\ \xc3\x66\xf3\xc3\x5b\x27\x8c\x88\x5f\x80\xfb\xe7\xfd\x24\x96\xe3\ \x63\xfe\xfd\xdf\x1f\xfc\xd9\xbf\xb1\xc7\xc7\xfa\x37\x82\xbb\x31\ \xa6\x28\xcb\xf9\xf5\xf5\xfe\xc1\x64\x3d\x5f\x73\xb7\x59\x5e\x9e\ \x65\x16\xb7\x5d\x4b\xa6\xb7\x79\xdc\x54\xb5\x21\xb1\x28\x7b\x65\ \x46\xdc\x17\xde\x96\x45\xd1\x2b\x28\x61\x17\x03\x58\x5f\x8e\x4b\ \xec\x38\x50\x9e\x34\xbb\x5c\xd7\x47\x77\x6e\x16\x63\x9f\xaa\xed\ \x7c\x71\xbd\xda\x86\xc8\x1e\x0c\xee\x16\x9e\x76\xd5\x96\xee\x8a\ \x32\x11\x01\xe8\xfa\xde\x7a\x87\x00\xc2\x09\x50\x85\x63\x1f\x5a\ \x67\xad\xaa\x90\x21\x11\xe9\xfb\xde\x18\x33\x1c\x8e\x52\xe4\xd5\ \x6a\xb3\x5a\xad\x43\x08\x3b\xed\x0d\x22\x66\x59\x66\xc8\x8a\x88\ \x70\x8a\x21\xec\xd6\x67\x76\xb7\x88\x35\x56\x15\x11\x88\x0c\x59\ \x34\x21\xf4\xa1\xef\x00\x64\xa7\xca\x17\x51\x97\xe5\xe8\xf2\xaa\ \xed\x2d\x41\x0a\x1c\x25\xa6\x14\x10\x90\x39\x29\xa8\x1a\x4a\x06\ \x48\xc1\x02\x2a\xb3\xdf\x19\x9a\x90\xcb\x72\xdf\x87\x8e\x85\xbb\ \xa6\x41\x63\x9c\x35\xaf\x3b\xd6\x03\x05\x34\xce\x0b\x50\xdf\xc7\ \xed\x76\x79\x75\x71\x41\x00\x37\x6e\x9c\x26\x49\x75\xdb\x35\x71\ \x55\x84\x58\x0c\x66\xc5\xb0\xb4\xd2\x94\xe0\x5c\x33\xb8\xe3\x0b\ \xeb\xce\xaf\xfc\x7a\x74\xf7\xfe\xe3\xb3\x45\x60\x06\xf0\xaa\xd9\ \x60\x30\x6d\xbb\x66\xa7\x24\x41\x34\xf4\x6a\x39\x48\x01\x51\x59\ \x99\x85\x49\x54\x79\xb1\x58\x8e\xc7\xe3\xbc\x28\x7c\x26\x3b\xce\ \x9a\x90\x68\x27\x1b\x27\x00\x04\xd9\x19\xab\x19\x03\x08\x7d\x1b\ \x3f\xb5\x49\xf1\x00\xe0\xbd\xb7\xce\xee\x76\xcd\xc8\xd8\x5d\x9d\ \x49\x00\x6d\xd7\x19\x6b\x8a\x22\x57\x01\xde\xb9\x12\x23\xed\xb6\ \x36\xab\xb6\x61\xe6\xed\xb6\xca\xbc\x97\x9d\x0a\xde\xb9\xdd\x02\ \x9a\x22\x08\xf3\x0e\x6d\x09\x71\xe7\x05\xbf\x13\x0e\x8a\x88\x22\ \xbe\x9a\xca\x18\xb3\x13\xe2\x20\xa2\x35\x06\x11\x99\x5f\x5d\x33\ \xaf\x67\xf9\xab\xaa\x44\x34\x2c\xf3\xdc\xbb\xbe\xeb\x0a\x83\xa1\ \x0f\xe7\x17\x97\x29\x8e\xcb\x22\xdf\x9b\x4e\x7d\x59\x06\x6d\x9b\ \xf9\x26\xf4\x58\x0e\x0e\xa0\x09\xb0\x59\x99\x6e\x7e\x7a\x5c\x83\ \x19\xfe\xdb\x8f\x9b\x36\xda\xd8\xc5\x27\x4f\x2f\x8e\x6e\xde\xf0\ \xbe\xa8\xea\x9a\x2c\x10\x02\x12\x80\xbc\xda\x55\x55\x05\x66\x11\ \x15\x55\x58\xad\x57\xa7\xa7\x27\x79\x91\x97\x45\xe1\x9d\x15\xdd\ \xf1\x67\xaa\x2a\xbb\x48\xa9\x9d\x5a\xd4\x5a\x0b\x80\x83\x41\x76\ \x70\x70\x78\x76\x76\x61\x58\x42\x08\x44\xbf\x66\x86\x2a\x22\x00\ \xb8\xef\xff\xc5\xcb\xbe\x7f\x5a\xe4\x5f\x94\xed\x7f\x3f\x0e\x8a\ \xa4\xdf\xf9\x76\xf6\xcf\xff\xf9\xe8\x7a\xae\x93\x31\xfc\x8d\xf2\ \x27\x6b\x5d\xdb\x75\x31\x0c\xda\xba\x7d\xf9\xf4\x71\xb5\x38\x3f\ \xbd\x79\xe4\xb3\x9c\x39\x86\xd0\x15\x9e\xb8\x6b\x0f\x66\xd3\xcc\ \xd1\xd3\x87\x4f\xf6\x67\x7b\x36\xcf\xf3\xe1\x18\x7c\xa6\x36\x43\ \xeb\x46\xb9\xa9\xab\x0d\xf6\xd0\xf7\x9d\xf7\xf9\xc9\xed\xd3\xaa\ \xdb\xe4\xc0\xab\x55\xfd\xf2\xaa\x22\x37\x50\xe8\x54\x85\x00\x00\ \x51\x01\xf0\xd3\x78\x2d\x24\x62\x91\xb2\x28\xfe\xe3\x3f\xfc\x27\ \x00\xd0\x34\xf5\xde\x74\x22\x9c\x18\x14\x11\xad\xb1\xaa\xea\xfc\ \x6e\xf1\x09\x91\xf0\xfa\xfa\xca\x18\xb3\x43\xf6\x1d\x0a\xec\x2e\ \x8b\xdd\xb5\x61\xac\xb5\x44\x79\x51\x74\x7d\xcf\x31\x31\x33\x00\ \xa1\x21\x15\xce\xf2\x42\x42\x10\x15\xd8\xf9\xc6\x2a\x73\xea\x31\ \x86\xd8\x56\xd6\x64\xdc\xf7\xd0\x36\x44\x91\x54\x04\x2c\x00\xa2\ \x31\x6a\x94\x41\x15\x95\x58\x89\x68\x38\x1c\xae\x37\x6b\x8e\x69\ \x5b\x55\xcc\xc1\x1a\x63\x9d\xd5\xc4\xaf\xd6\xb9\x5e\xa3\x5b\x76\ \xee\x17\x1f\xff\xe2\xf9\xc7\x3f\x31\x2e\x1f\x8f\xa7\x59\x9e\x9d\ \x3d\x7b\x4e\x44\x9a\x42\x91\xf9\xe1\xa8\x1c\x95\xf9\x70\x60\xab\ \x7a\xfb\xf2\xfa\x7c\x58\x20\xb9\x09\xd4\x96\xaa\xfa\x74\xd4\x9f\ \xbe\x31\x5d\x8d\xfc\xcf\x1f\xd5\x45\x39\xd8\x56\xd5\x8b\xb3\x79\ \x59\x8c\x04\x76\x59\xd6\xb8\x53\x19\x22\xa8\x82\xee\x10\x5c\x44\ \x99\x59\x55\x36\xeb\x0d\xa7\xa4\xc2\x22\x1a\x39\x8a\x68\x9e\xe7\ \x9e\xbc\x31\x06\x09\x77\xc4\x3a\xc0\x2b\xe6\x3c\xcf\x69\x38\x1c\ \x39\xeb\x8c\x77\x10\xb8\xaa\xab\xb2\x2c\x4d\x96\xab\x2a\x02\xc1\ \x6e\xdf\xf8\x15\x4c\x89\xba\x1d\x99\x60\x88\x1c\x22\x71\x4a\x0a\ \xd2\xf7\x7d\xd3\xb6\x7d\xdf\x83\x82\x77\x0e\x77\xb3\x16\xc4\xb6\ \x6d\xf5\xd3\x05\x67\x43\x44\xc6\xec\x20\xbe\xef\x7b\x11\xb1\xce\ \xed\x40\xdf\xee\x90\x5d\x95\x45\x54\x95\x76\x0d\x09\x91\xb5\x96\ \x88\xf0\x35\xd1\x0e\x55\xa4\xd9\x6c\xca\xbd\x31\x1a\x63\x8d\x1b\ \x4f\xf6\xa7\xd3\x72\x30\x2a\x33\xe7\xba\x08\xdd\xba\x4e\xda\x94\ \xb6\x38\x98\xbd\x89\x6b\x6d\x56\x2b\xa2\x8d\x2b\x96\x7b\x37\x0a\ \xbf\x7f\xf8\xd1\xcb\xab\xf3\xf3\x8d\x25\xdf\x45\xb9\xb8\x9c\x77\ \x7d\xb7\xb3\x03\xfb\x77\x43\x74\x75\x97\x05\x08\xc8\x9c\x10\x30\ \xf4\xc1\x18\x93\x38\x2a\x68\xaf\x1c\x63\x20\x63\xcb\xb2\x30\xc6\ \x32\x33\x00\xec\x9e\x73\x44\xf2\xce\xc5\xc4\x5d\xd7\xa5\x98\x76\ \x1d\x86\x49\xe9\xd7\x03\x77\x63\x68\x31\x87\xbf\xf8\x8b\xb3\xa3\ \xc3\xe7\x59\xf6\x05\xb8\xff\xbd\x19\xab\xa6\xef\x7e\x37\xcb\xf3\ \x37\x9f\x3f\xff\x70\xfa\xd5\xbf\x91\x73\x97\x6d\x5d\x59\x6b\xaf\ \xaf\x17\xa1\xab\x42\x17\xc7\xc3\x49\x91\x15\xa7\xb7\x4e\x67\xc7\ \xa7\x6a\xf3\xa4\xd0\x55\x2b\x03\xf3\x5d\x0b\x38\x00\x00\x20\x00\ \x49\x44\x41\x54\xb0\x7c\xf1\xf4\xe4\xd6\xad\xbd\xfd\xbd\xae\x0f\ \x01\x91\x8c\x1d\x96\x03\x05\xa2\x18\x5c\x2f\x59\x4a\xdb\x7e\x7d\ \x72\xeb\x1d\x96\xd4\xb5\x75\x99\x15\x28\x59\x4c\xc4\x88\x06\x70\ \x67\xe3\x87\xbb\x8a\x8c\x88\x99\x77\xf5\x75\x4a\x29\x85\x78\xf3\ \xf8\x18\x51\x13\xa7\x22\xcf\x99\x13\xbd\x62\x5d\xd8\x90\xb1\xc6\ \x89\x26\x42\x63\xad\x9b\xcf\xe7\x29\x05\x6b\x2d\x33\x73\x4a\xaf\ \x60\x4b\x13\x02\x12\x91\x41\x88\x31\xd6\x55\xc5\x2a\x48\x96\xc8\ \xb0\xa8\xaa\x18\x6b\x38\xc5\x3c\xcf\x27\xb4\x77\xbe\xb8\x8c\x89\ \x41\x03\xa1\xb1\x29\x54\xdb\xa5\x1f\x8c\x4c\xdf\xda\xd0\x90\xe9\ \x0c\x82\x2a\x8a\x80\xc2\x0e\xe6\x76\x11\x7e\x06\x51\x9f\x3c\x7d\ \x52\x77\xf5\xde\x64\xdc\xb7\xf5\xf1\xf1\x91\x32\xce\x0e\x8e\x5e\ \xbc\xbc\x80\x94\x5e\x6f\xa0\xaa\x80\x99\x85\xb1\x87\xbd\x83\xc9\ \xc1\xe1\x51\xdd\x74\xf3\xcc\xa8\x82\xa4\x24\x96\xba\xb6\x4d\xa1\ \xb9\xbe\xde\x3a\x28\x6e\x1e\x9d\xe6\x46\xe3\xba\x86\x94\x00\x57\ \xe3\x11\xd2\x20\x7b\x78\xf1\x7c\x58\x64\xfe\xf8\xe8\xd1\x83\x8d\ \xc1\x98\x62\x85\x84\xf8\xa9\x5d\x01\xc0\x2b\x41\x86\x00\xbe\xaa\ \x85\x85\x44\xa4\x6d\xdb\x94\x52\x9e\x79\x11\x76\xce\x10\x19\x22\ \xda\x59\x35\x48\xd8\xd9\x3a\x02\x28\x24\x4e\x21\x04\x43\x36\xcf\ \xf3\xac\xc8\xd7\xeb\xed\x0e\x7f\x63\x88\xde\xba\x1d\xe7\x00\xa8\ \xfa\xea\x7e\x45\x40\x4c\x89\x99\xc5\x5a\xbb\x23\x13\x0c\x91\x82\ \x32\xa7\xdd\x93\x22\xbb\x16\xc1\x98\x5d\xf4\x69\x64\x66\xdd\x29\ \xdc\x41\x54\x95\xd9\x1a\x13\x52\x22\x22\x32\x06\x54\x77\x75\xfb\ \xab\x69\x01\xe2\xae\x78\x67\x11\xd8\x6d\x2d\x00\xbc\xb6\x71\x98\ \xaa\x12\xe1\x74\x3c\x01\xd0\x17\x2f\xce\x4e\x6f\xcc\x8a\xe1\x78\ \xbc\xb7\x9f\xe7\x59\x9e\x79\xb4\xc6\x19\x57\x3a\xf0\x6a\x52\x63\ \x36\xeb\x97\x64\xb7\xf9\x0c\x64\xcb\xd7\x67\xeb\x79\x8f\x54\x18\ \x28\x49\x93\x24\x4e\xdc\x75\xd6\x39\x11\x56\x01\x30\x04\xfa\x69\ \x41\xae\x3b\xf7\x65\x00\x05\x11\xee\xfa\x4e\x94\xbd\x73\xd6\x92\ \xaa\x16\x45\x86\x64\x52\x8a\x29\x45\x63\x2c\x73\x02\x20\x04\x50\ \x85\xa6\x69\x3f\xf8\xe0\x83\x8f\x3e\x7a\x10\xe3\xae\xee\x97\x5d\ \x3d\xff\x6b\x11\xee\xf8\xf2\x1c\x1e\x3e\x5c\x7d\xf3\x1b\xf1\xfa\ \x2a\xfb\xff\x70\xce\xa7\xff\xcf\xe5\xf9\xef\xfc\xfd\x15\x91\xf6\ \x05\x1c\x7f\xc6\xe0\xce\x7a\x7a\x0b\xde\x7d\xf7\xcd\x67\x4f\xe1\ \x37\xbe\xfa\x37\x16\x33\x10\x55\x0c\x61\x1b\xc2\xc5\x8b\x73\xaf\ \xf0\xd5\xaf\x7e\xdd\x60\xec\xdb\xee\xe2\xe5\x8b\x00\xa4\x0c\x0e\ \xf0\xf1\xc3\x07\x2a\xe9\xed\xb7\xef\xaf\xaa\xba\x0b\x7d\x0e\x68\ \x80\x3c\xac\xc0\x78\xa7\x44\x75\xa4\x7a\x39\x1b\x34\x87\x37\xb2\ \xb3\xf5\x22\xf7\xb9\x11\x6f\x61\x80\x80\x49\x7a\x43\x9f\x7e\xc2\ \xb8\x2b\xc1\x91\x77\x06\x04\x00\x0a\xd0\xf7\xfd\x7c\x3e\x9f\x8c\ \x47\x64\x70\xbd\x5e\x92\x21\xef\xbd\x73\x1e\x11\x55\x11\x10\x0d\ \x1a\x05\xd8\x6e\xb7\x88\x48\x64\x98\x75\xf7\x08\x15\x45\xa1\x20\ \x3b\x63\x83\x98\xa2\x00\x66\x99\x9f\x8c\x27\x6d\xdf\xd7\x4d\xcb\ \x9c\x14\x08\x40\x39\x31\x93\x2d\xca\xbd\xe9\xd1\xec\xba\x5a\x29\ \x42\x8a\xb1\xcc\x8a\xdc\x72\x1d\x1b\x6e\x85\xba\x3a\xd3\xce\x4a\ \x4c\x22\xc6\x3a\x4b\x94\x14\x8d\x02\xa8\x1a\x55\x61\x21\x82\xf9\ \x7c\xbe\x5c\xfd\xdf\xec\xbd\x79\xb0\xad\xd9\x55\x1f\xb6\xd6\xda\ \xc3\x37\x9c\xf1\x9e\x3b\xbd\xf9\xbd\x1e\x5e\x37\x2d\xf5\xa0\x96\ \x5a\xb3\x8c\x06\x8c\x80\x80\x01\x03\x0e\x94\x2b\x84\xb8\x3c\x61\ \xd9\x31\x55\x71\x4c\x20\xe5\x38\xae\x38\x0e\x54\x30\x98\xc4\x36\ \x09\x04\x83\x31\x51\x41\x19\x08\x08\x09\x81\x06\x6c\x24\xa4\xd6\ \xd8\x2d\xf5\xa0\x96\xba\xfb\xbd\xee\xd7\x6f\x7e\x77\x3c\xe3\x37\ \xec\x61\xad\xfc\xb1\xcf\x7d\x2d\x81\x04\xd2\x6d\x9a\xea\x3f\x38\ \x55\xaf\xea\xde\xfb\xee\x70\xce\xf7\x9d\xbd\xf6\xda\xbf\xf5\x1b\ \xf6\xfa\xbd\xce\xfa\x70\xa5\xb0\x76\x3e\x9b\xb3\x6f\xad\x02\x4d\ \x87\xd4\x30\x31\x73\xaf\x5b\xda\x63\x47\x19\xcd\x7c\xbe\x10\x34\ \x65\x6f\x68\x6c\xb6\x32\x5a\x2d\x8a\x8c\x08\x49\xa1\x31\xd2\x89\ \x7a\x00\x5d\x3f\x9e\x35\xb3\x71\x77\xe0\xa0\xdf\xce\x5d\xb3\xf3\ \x74\x33\xa9\xed\x60\x78\x2c\x94\xfa\xfa\xd5\x4e\xf4\xdc\xfa\x48\ \xcb\xf6\x31\x01\xd4\x28\x20\x78\x90\x85\x90\x42\x11\x88\x54\xd3\ \xb4\x6d\xeb\xf2\xdc\x32\x47\x40\x54\xa8\x83\x0f\xce\x39\x52\x94\ \xf4\x47\x44\x44\x8a\x14\x29\x6b\x6d\xd3\xb4\x17\x2e\x5c\x98\x4d\ \x67\x89\x6c\x13\x59\xb4\xd6\xb0\x44\xc8\x05\x11\x38\x32\x0b\x23\ \x40\x8c\x31\xb2\x70\x8c\x44\xca\x58\x63\x8c\x35\xd6\x10\x51\x8c\ \xf1\xc6\xf5\x1b\xb3\xe9\x54\x98\x63\x8c\x36\xcf\x94\xd6\x37\xa3\ \x2d\xd2\xda\x67\x91\x24\x4c\x5a\x7a\xbe\x24\xea\xcc\x41\x95\xa4\ \x18\xd3\xd3\x12\x22\x11\xf1\x21\x24\x13\x5d\x7f\xd8\x00\x2c\x44\ \x14\x86\xed\xdd\x5d\x84\x18\x9a\x56\x65\xdd\x57\xbe\xea\x7e\xef\ \x1c\x82\x18\xa3\x95\x36\x5a\x6b\xdd\xca\xce\x23\x4f\x42\xeb\x8c\ \xa9\x9c\xd9\xe9\x0f\x0b\x6c\xf0\xea\x33\xd0\x66\xea\xe8\xf1\xcd\ \x2b\xed\x62\xb6\x35\xcd\xb5\xe1\xc4\xea\x07\x42\xc0\xc4\xcd\x5f\ \x92\x95\x0e\x4e\xc9\x88\x08\x84\xce\xb9\xba\x6e\x7a\xfd\x6e\xb2\ \xd9\x21\x02\x10\x4c\x26\x62\x00\x2d\x00\x69\xa5\x59\xa4\xc8\xcb\ \xbd\xfd\xfd\x73\xe7\xce\xcf\x66\x33\x63\xb2\xc8\xac\x13\x15\xf4\ \x05\xc2\x32\xea\xe1\xcf\xc0\xce\xce\xfc\x9e\x7b\xe8\xf7\x3f\xf8\ \x27\x0f\xdf\x5e\xc8\xc3\x64\x65\x59\x64\x28\xb1\x9a\xcf\x59\x17\ \x9d\xc2\xfa\x6a\x36\xab\xbd\xcd\x2c\x30\xf3\x5f\x9c\x18\xfe\x6c\ \x1f\x91\x65\x38\xe0\xfb\xee\xbb\xed\xd3\x9f\x5e\xa9\xeb\x59\x9e\ \xd1\x57\x08\x66\x42\xc4\x79\x5d\x17\x45\x41\xca\x74\xbb\x43\x1b\ \x9b\xc9\x78\xda\x56\xe3\xbd\xf1\xce\xc2\x37\xaa\x28\x56\x47\x47\ \x86\xe5\x70\x67\x6f\x6a\x2c\x3d\x73\xe9\x4a\xaf\x5f\x76\x3a\x9d\ \x4e\x91\x3b\x8e\x8b\xbd\x5d\x8d\x9a\xb0\xeb\x76\x17\xba\x9d\x8d\ \x4e\xc4\xba\xba\x14\xfd\xc0\x64\x03\x69\x89\x1b\x35\x9f\x4c\x88\ \x08\x44\xa5\x19\x5a\xa2\xca\x24\xb6\x43\x8c\x91\x63\x4c\x4b\xfb\ \xc6\xb5\x6b\x46\x91\xb6\x9a\x39\x92\x42\x59\xb6\x02\x28\xc2\x91\ \xa3\x56\xa8\xb5\xbe\x72\xf9\xca\x95\xab\x57\x15\xe9\x44\x99\x00\ \x84\xd1\xea\x6a\xdb\xd6\xf3\x79\x85\x80\x5a\x19\x04\x08\x21\x2e\ \xaa\xca\x07\x9f\x68\x97\x22\x18\x63\x00\x64\x24\x85\x0a\x06\xc3\ \x11\x6a\x1b\xa2\xcf\x05\x72\x8d\x05\xf0\x5d\x67\x4e\xec\xf9\xf6\ \xea\xb9\x2b\x4a\xda\x5e\x99\x19\x51\xba\x58\x99\xee\xcd\x5c\x3d\ \x17\x06\x0d\xcb\xf9\x53\x82\x2f\x7c\x74\x6d\xdb\x58\xab\x21\x44\ \x43\x38\x9f\xec\x6a\x44\xa3\x0e\xdd\x96\x48\x44\x55\x33\x0d\x46\ \x6b\xc6\x76\x1a\xcf\xeb\xc5\x08\x95\xb6\x59\x8e\x46\x01\x91\xce\ \xb3\xcc\x66\xb4\xbb\xd8\x3b\xbf\x9f\x3b\x0d\xa4\x78\x34\x2f\x46\ \x72\xe5\xe9\xf6\xda\x75\x5b\x0e\x57\x3d\x13\x66\x2a\x2f\x3b\xd3\ \x9d\x89\xce\x35\x43\x40\x64\x40\x02\x50\x20\x20\x4b\x6c\xf7\xa0\ \x97\x42\x14\x91\xaa\x5a\xcc\xe7\xf3\xe1\x4a\x5f\x29\xb5\x34\x33\ \x24\xb4\x99\x4d\x47\x9f\xc8\x71\x79\x5c\x21\xb4\xca\x6c\x6f\xed\ \x5c\xbf\x7e\xcd\x87\x80\xa4\x05\x70\x89\xce\x33\x63\x32\xef\x14\ \x26\x42\x04\xc5\xcc\x89\xe8\x42\x4a\x09\x48\xdd\x34\x75\xdd\x28\ \xad\xcb\xb2\x50\x5a\x6d\xed\xec\xb4\x75\x9d\x60\x7d\x66\x19\x0d\ \x86\xb3\xf9\x3c\x04\x46\xc4\xd4\x86\x6b\x44\x00\xd0\x4a\x25\xd3\ \x60\x11\xf1\xde\x67\xd6\x6a\xad\x7d\x08\x22\x22\x09\x7c\x13\x50\ \x5a\xa7\x4d\xb1\x6e\x1a\x8e\x11\x0f\xeb\x2d\x23\xc2\x91\x45\x29\ \x0d\xca\xee\x4d\xaa\xb2\xbf\x6a\x6d\xe6\xbd\x9f\xce\x66\x75\xe4\ \x5e\xa7\xdf\x3c\x7b\xa9\xbe\x34\xed\x14\xd6\x0e\x50\x95\x28\xb0\ \xb0\x85\x22\x57\x14\xd9\x40\xe5\xdd\x53\x47\x4f\x5c\x72\x17\xe7\ \xe3\x19\x00\x41\x20\x42\xb2\x26\x13\x91\xb4\xb1\x8a\x08\xa3\x40\ \x22\xa1\x8a\x10\xa2\x73\x6d\x53\xd7\x2b\x2b\x7d\xe6\x48\xb4\x9c\ \x25\x68\xad\x93\xe5\x1e\xa2\x02\x00\xf1\x11\x09\x99\xd9\x39\xa7\ \x8d\x41\xa5\x14\x80\xb1\x56\xbd\x50\xcc\x1d\x40\x7d\xec\x63\x70\ \xfb\xed\xcd\xed\xb7\xc1\xfb\xdf\xf7\x62\x14\x77\xf6\x2d\x6e\xdc\ \xfd\x37\xde\xf1\xb7\x57\xab\xcb\xfb\x93\x6b\x1f\xfc\xd0\x53\x6f\ \xfb\x9e\xef\x5d\x71\xd7\x6a\xb7\xf8\x83\x5f\xff\x35\xfb\xc6\xef\ \x3b\xfa\xe4\x6f\xfd\xc6\x23\xd7\x33\xad\xbe\x96\xc6\xb4\x76\x8c\ \x99\x29\x30\x59\xe1\x71\xeb\x82\x43\xca\xac\xb6\x1c\x6a\xcf\x11\ \x40\x04\x54\x66\x3b\xf4\xe5\x98\x6a\x22\xde\x79\xaf\x4d\xa9\x96\ \xf7\xc4\xb5\xbe\x11\x40\xa4\x2c\xd3\x86\x63\xe3\xa2\x4f\xbf\x0d\ \x6f\x82\xd8\xb1\x76\x2c\xd6\x14\x04\x28\xdc\xb8\x28\xd6\xe4\x08\ \x00\x12\xda\xe0\xb4\x2e\xd5\x4b\xea\xf4\xc1\x0c\xd6\x2e\x5e\xfd\ \x40\xef\x17\x7e\xe1\xc4\xfe\xf8\xd1\x63\x47\x33\xf8\x8a\xf6\x56\ \x4d\xdb\x6e\xef\xee\xae\x74\xbb\xdd\x7e\xd7\x44\x5b\x39\x27\x02\ \x83\xe1\x60\xb3\xdc\x54\x99\xe9\x0d\xd6\xbc\x57\x9d\xe1\x4a\xa6\ \x69\xd0\x19\x64\xb9\x75\x28\x7b\xd5\x02\x6a\x3f\xe8\x0c\xca\xa2\ \xd3\x6e\x4f\xd9\x8f\xf3\x12\x8a\x7c\xb4\x77\x75\x1c\xad\x0e\xa6\ \x5d\x28\x18\xd7\x55\x08\x4e\x9b\x9c\x05\x14\x90\x24\xa5\xc7\x41\ \xeb\xc7\x00\x09\x4b\x8d\x31\x7a\xe7\x6d\x96\xb1\xc4\x2c\xcb\x88\ \x10\x44\xda\xb6\x31\xda\x12\x29\x42\x64\x16\x0d\xd0\xed\xf6\xba\ \x65\xb7\x75\x9e\xd9\x2b\x6d\x86\xc3\x95\xd1\xca\xca\xde\x3e\x78\ \x17\xd3\x1c\x0f\x09\x21\xb2\xd2\x26\x88\x00\x07\x10\x10\x61\x63\ \x34\xa2\x84\xc8\x5a\xeb\xb5\xd5\x51\xaf\x28\x67\xe3\x49\x14\x88\ \x02\x75\x3d\x3b\xd3\xcf\x57\x4d\xa7\xbd\x66\xa8\x6e\x4c\x5e\x84\ \x20\xc2\x3e\xcf\x55\xf0\x59\xed\x6b\x23\xc8\x31\x26\xda\x02\xfb\ \x60\xad\x41\x60\x54\x2a\x84\xd8\x04\x17\x63\xb4\x26\x3f\x90\xae\ \x1c\xa6\xc4\x0c\x7a\xeb\xed\x78\x1e\x55\xff\xd8\x89\xdb\x48\x67\ \x0c\x9a\x8c\x0d\x28\x55\x53\x37\x75\x65\x50\x15\x2a\xbf\x78\xe1\ \x19\xb5\x35\x3b\xde\x5b\xb5\x5a\x09\x47\x46\x52\xdd\x61\x10\xdd\ \x41\xdb\xc9\x7b\x32\xec\x0c\x7a\x3b\xbb\xd7\x77\xd1\x81\xcd\x54\ \x64\x46\x44\xa5\x80\x83\x20\x60\x9a\x61\x27\x0c\x88\x0f\x82\x23\ \x5a\xe7\x85\x25\x8d\xff\x12\xbc\x2e\x22\x55\x5d\x29\x52\x65\xb7\ \x4c\x65\x5a\x58\x80\xa8\x69\x1a\x16\x56\x4a\xf9\x10\x6d\x8a\x66\ \xd5\x3a\x21\x30\x48\x28\x91\x19\x81\x88\x90\x14\x01\xd0\xf2\xdd\ \x8f\x44\x2c\x22\x8a\x54\x08\x5e\x84\x9d\x73\x2c\xc2\x1c\xa3\x30\ \xd4\x35\x02\x10\x42\x32\xd9\x02\x61\x04\x4a\xbb\x90\x80\xa4\x50\ \x3a\xad\x54\x96\x65\x31\x46\x89\x51\x5b\x1b\xbc\x47\x40\x06\x4e\ \x25\x1e\x89\x7c\xdb\xf8\x10\xb5\x52\xcb\x53\xe7\x61\x02\x0e\x41\ \x50\x14\x52\x64\x98\x4e\xe6\x17\x2e\x5d\xdb\x3c\x76\x34\xcf\x2d\ \x2a\x0b\x8b\xc5\x7c\xff\x86\xbf\x7c\x35\x63\x36\x6d\xa8\xb6\xc7\ \x85\x76\xe2\xf1\xc6\x64\xe6\xbb\x27\x4e\xde\x71\x67\x7e\x7c\x78\ \xeb\x7d\xf7\xcd\x17\xd5\x67\x1e\x7e\xa4\x9a\xd7\x6d\x1b\x44\x60\ \xeb\xfa\xf5\xba\xa9\x92\x37\x03\x73\x40\x48\x87\x4e\x10\x01\x01\ \x08\x21\x8a\x88\x31\xd6\xb9\x46\x21\xc5\x98\xee\x11\x79\xe7\x9b\ \xba\xcd\x8b\x3c\xcb\x72\x56\x02\x22\x0a\xd1\x1a\xd3\xb6\x4e\x69\ \x04\x6d\x8c\xd2\x2f\x8c\x2d\x83\x08\x55\xa5\x3e\xfe\x71\xb8\xe7\ \x1e\xe9\xff\x29\x63\xb7\x17\x74\x3c\x30\x05\x4d\x9e\xfc\xf5\x5f\ \xf9\xa5\xf3\x5b\x0b\x3c\xf5\x46\xda\xf9\xd4\x4f\xfd\xe4\xff\x31\ \xfa\xd6\x7f\xfe\xfd\x6f\x7f\xd5\xc7\x5a\x63\xd5\xd7\xb6\xa3\x84\ \xd0\xac\x9f\xfa\xbe\xd7\xad\x36\x7f\xf0\xe8\x6f\x8d\x83\x20\x9a\ \xd5\x23\x6f\x7f\xeb\xdd\x6f\x73\x37\x7e\xef\x7d\x8f\x3f\x78\xfb\ \xcb\xfe\xd6\x2b\x8e\x9c\x61\x46\x72\x97\x3e\xfc\xd0\xcf\x5f\x0b\ \x5a\x7f\x29\xea\x23\xdc\xaa\xee\xab\xfe\xca\xdd\xaf\x7a\xec\xb1\ \xff\x70\x61\xba\x40\x04\xdb\x7b\xcd\xb7\xbd\xe2\xbb\xfa\x3a\xce\ \x77\x7e\xe7\xbd\x8f\x3e\xb8\x76\xea\x7b\xde\x7a\xe7\x6b\xf7\xae\ \xbe\xeb\xc3\x9f\xff\x78\x54\x16\x01\x24\x56\xbd\xa3\xdf\xf9\xa6\ \x93\xbd\x8f\x7c\xfa\x9d\x53\x81\xce\xea\x37\x7d\xc3\x89\xf2\xc1\ \x47\x7f\x73\x01\xa4\xf2\xbb\xde\xfe\x75\xaf\x7d\xea\xf3\xbf\x74\ \xa9\x55\xfa\xa5\x04\x2f\x51\x08\xd3\x5b\xce\x6c\x14\xf9\x99\x9d\ \xdd\x47\x8e\x1f\xfb\x93\xba\xfc\xc0\x93\x7a\xaa\x09\x42\x3d\x5f\ \x5f\xe9\x67\x9d\xbe\x81\x42\x5c\x63\x35\xe5\x99\x0a\x4d\xd3\x88\ \xb2\xbd\xee\xd0\x76\xd7\xfa\x2b\x31\x03\xd7\xd3\x8a\x60\x44\x85\ \x6e\x70\xb6\x3f\x66\x3f\xe9\x1e\x09\xb3\xad\xf9\xf6\x93\xa6\x86\ \x6e\xe7\x64\xd6\xf8\xf9\x34\xb6\xdb\x6e\xa6\x50\xa9\xa0\x82\x56\ \x80\xc4\xc1\x23\x02\xa1\x12\x89\x81\x59\x04\x22\x0b\x8b\xc4\xc8\ \x8d\x73\x90\x32\x0d\x40\xb2\xcc\x10\xa2\xf3\x3e\xcd\xfd\xb4\x32\ \x4a\xa9\xe8\x55\xb7\xd3\x51\x4a\x09\xbb\xb2\xd3\xad\xea\xda\x66\ \x99\xc9\x32\x1f\x63\xe0\xa8\x80\x04\x89\x23\x0b\x60\x56\x96\x5c\ \x63\xd5\xb6\x9a\x50\x84\x11\xb5\x52\x4a\x98\xb5\xd1\x8a\x00\x7d\ \x8c\x8e\xbd\xd2\xd3\xb6\xc9\xc0\x57\xd3\x9d\xb5\xd1\xca\xe9\xb5\ \xd5\xc9\x98\x76\x67\x55\x96\x15\x1c\x2a\x52\xb8\xba\xb1\xe2\x5c\ \x67\xb1\x58\xb8\xe8\x35\xa8\xb6\x6d\x41\x81\x36\x1a\x48\xef\x8f\ \xa7\x48\xe4\x10\x05\x55\x53\xd7\x03\x54\x87\x0e\x7c\x93\xa0\x9f\ \x7a\xe2\x32\x77\xf6\xc4\x8e\x24\x42\x59\x76\xf3\x5e\x2f\x1f\xf6\ \x03\x7a\xef\x98\xda\xd0\xcc\xa7\x61\x32\xc9\xac\x1f\x2f\x2e\x2a\ \xb7\x58\xdf\xe8\xce\xf6\xaa\xdd\xbd\xe9\xfa\xa9\x5b\x6e\xb9\xe3\ \x0e\xd5\x1f\xe4\xa3\x95\x51\x77\xe5\xe8\xc6\x11\x54\x6a\x3c\xd9\ \x63\x09\xcf\x5e\x78\xc6\xb5\xb5\x26\x0b\x48\x51\x40\x01\x00\x92\ \x00\xc7\x98\x5a\x78\x6c\x1a\xe7\x43\xd4\x9a\x10\x88\x85\x13\x0c\ \x93\xe7\x79\xe2\x5c\x27\x0c\x9d\x88\x80\xa1\x3f\xe8\x6b\xad\xbc\ \x8f\xc6\x68\x66\xd6\xda\x10\x92\x00\x32\x0a\x30\xa7\xa3\x40\x88\ \x09\xa9\xc7\x25\x0a\x01\xa8\x08\x89\x74\xa2\x54\xb6\x6d\xeb\x9d\ \x53\x4a\x45\x61\x85\xe4\x83\xdf\xdb\xdd\xe9\x0f\xfa\x06\x91\x39\ \x0a\x62\x42\xd5\x44\x04\x51\xca\xb2\x74\xce\xe3\x17\x11\xd8\x8d\ \xcd\x10\x29\xc6\x58\x2d\x6a\x8e\x51\x29\x12\x01\x14\x06\x60\x91\ \x17\xe2\x2d\x23\x81\xdb\x52\x2b\x8a\xdc\x2e\x9a\xed\xdd\xbd\xfe\ \xe6\x86\x42\x30\xc0\xb4\xa8\xae\x3f\xfa\x85\x21\x32\x92\x0b\xce\ \x31\xd4\xb1\x71\x00\x43\x1c\x15\xa3\xe3\x67\x07\xa7\x6f\x05\xf0\ \x28\xcd\xa8\xdf\x7b\xfb\xdb\xfe\x32\x29\x53\xcd\x5b\x01\x39\x77\ \xfe\xa9\xeb\xd7\x2f\x9f\x3b\xf7\xd4\x62\xb1\x30\xc6\x1e\x30\x36\ \xd3\x81\x89\x62\x64\xef\xc3\x92\xb8\x45\x2a\x7a\xaf\x34\x71\x94\ \x3c\x2b\xac\xc9\x40\x80\x43\x8c\xde\x8b\xd6\xc6\x68\x85\x68\x94\ \x12\x16\x85\x64\x8c\x15\x7e\x21\xde\x32\xc6\xd0\x23\x8f\xd0\xf9\ \x67\xe4\x6f\xfd\x4d\xe9\x94\xf8\xa2\x15\x77\x09\xce\x6c\xdc\xf3\ \x3d\x3f\xf0\x8e\xab\xe7\x3f\xf6\x9b\x0f\xb7\x6a\xf5\xce\x6f\xfb\ \x2f\x7f\xc0\x9e\xc8\xbe\xf0\xd9\x67\xc3\xd9\x97\x7d\x4d\xf7\x49\ \xb8\x51\x9d\x57\xbc\xf5\x81\x1f\x38\x5d\xfd\xfe\x47\xa9\x38\x75\ \xfc\xee\xaa\x8a\x6f\xbe\xf7\x5b\x77\x9e\x7d\x57\xef\xcc\x77\x7f\ \xfd\xfc\xea\x83\xcf\xfd\xde\xf8\x9a\xd9\xbc\xf5\xef\xbc\x61\x08\ \x8b\xc0\x08\x08\x92\x94\x11\x09\xe6\xf3\x1e\x46\xaf\x7e\xc5\xdf\ \x79\xed\x09\xfd\xcc\x17\xde\xb9\xba\xfe\xda\xbe\x7f\x72\xa7\xbc\ \x63\x8d\x2e\xbc\xff\xa1\xdf\x76\x71\x4e\xdd\xd7\x7f\xe3\x3d\x6f\ \x3a\xff\xf9\xdf\x39\x7a\xc7\x5f\x7f\xcd\xf4\x99\x0f\x5d\xd9\xcd\ \x14\x38\x19\xbc\xec\xec\xb7\xbf\xee\xd6\x23\xbb\xcf\xbd\xe7\xc3\ \x97\xb7\x56\x87\x0f\xbc\xed\xfe\x37\x4d\xaf\x7f\xe8\x43\x17\xaf\ \xdf\x71\xf7\x7f\xfd\xf6\x97\xdf\xbe\xf3\xec\xff\x7b\xa1\x16\xfd\ \x52\xea\xde\xd1\x87\xea\xe4\xc9\xc9\xea\xea\x9d\x37\x6e\xe4\xe1\ \x2e\xfe\xca\x1b\x4f\x8c\xd2\xd6\x3e\xf6\x00\xd1\xee\x8f\x17\xdd\ \xa2\xc3\x2c\x79\xd6\xb7\x99\xce\x33\x5b\xae\x6d\x3a\x32\xab\x67\ \xc0\x30\x51\x60\x31\x40\x36\xe4\x4a\xe3\x5e\x3d\x7b\xe6\x8a\xaf\ \x1b\x93\xb7\x34\x0c\x1e\xdb\xfd\xe9\x34\x5f\xdf\x40\x65\xbc\x8b\ \x62\x4c\x0c\x10\x23\x29\xa3\x84\xc5\xb3\x23\x45\x89\x68\x48\x5f\ \x7a\x3a\x5c\xb6\x8a\x80\x29\x7c\x35\xad\x0a\x63\x8c\xb5\x16\x91\ \x98\x99\x43\x64\x96\xb2\xec\x28\xa5\x11\x93\x36\x04\xb6\xb6\xb6\ \x4e\x9c\x38\x1e\x83\x4f\x12\xc7\x84\xc3\x24\x9a\x30\x91\xea\x75\ \x7a\x89\x36\x17\x63\x44\x44\x06\xd1\x5a\x73\x8c\xc2\x92\x67\x99\ \x31\x19\x12\x64\x79\xd6\xed\x74\x5c\xdb\x5a\x63\x48\xa9\x28\x52\ \xd5\x95\x36\xa6\xc8\x8b\x10\x42\xb7\xdb\x1d\x8f\x27\x88\x68\xb3\ \x6c\x51\x57\x84\x24\x00\x9a\x94\xb5\x59\xeb\x9c\x52\x8a\x94\x42\ \x20\x75\x78\x7d\xb8\x30\xe2\x70\x63\xb3\xd2\x34\xa9\xab\xd2\x96\ \xa4\x8d\x0b\x9e\x82\xcb\x8c\xf6\x80\xb3\xad\xed\xd9\x85\x6b\x23\ \xa0\xd0\xb4\x31\xf8\xd6\xb7\x95\x33\x34\xe8\x99\x21\x9e\x79\xf9\ \xcb\x3a\x83\x95\xc0\x31\xb6\xe3\x33\xa7\xd7\x4e\x9f\x3a\x0a\x48\ \x82\x38\x99\x8e\xaf\x5c\xba\xf5\xc6\x8d\x9d\x47\x1f\x7d\x22\x46\ \x00\x48\xd5\xfd\x79\xfc\x2d\xc4\x38\x9b\x4e\x10\x51\x84\x11\x40\ \x22\xa4\xfe\xd2\x18\x23\x07\x23\x64\x16\x0e\x21\x80\x40\xa7\x53\ \xf6\x7a\xbd\x9d\x9d\x5d\x42\x12\x06\xa3\x0d\x22\x0a\x1e\x34\xbf\ \x22\x5f\x7a\x6a\xb9\x59\xdf\x29\x8d\x54\xbd\xf7\x49\x42\x0c\x08\ \x59\x66\x99\x39\xd1\xed\x87\x83\x01\x29\x8a\x2e\x88\x52\x22\x40\ \x84\x84\xca\xd8\x2c\x55\xc4\x18\x63\x72\x13\x23\xa2\x44\x9f\xaf\ \xab\x8a\x88\x96\x6f\x13\x16\x8e\xc1\x68\x3d\x1a\x8d\xe8\x8b\x46\ \x77\x5f\x73\x75\x17\x0e\x21\x68\xad\x9c\x8f\x3b\xdb\xdb\xc7\x9b\ \xd3\xfd\x6e\x11\x7c\xd8\xbb\x76\xbd\x9d\x4e\xcd\xa8\x1b\x2d\xce\ \x5d\x04\x93\x6b\x6b\x2a\x87\x47\x4f\x9c\xaa\xa0\x17\xfd\x1c\x20\ \x8a\xcc\x45\x42\x20\xc7\xad\x32\xb6\xf0\x21\xde\x7a\xdb\xe9\xb3\ \x77\x9c\x39\x72\x74\xf3\x03\xef\xff\x00\x33\x6a\xad\x58\x18\x0e\ \x06\x1e\x31\x86\x18\x63\xfa\x84\x45\x12\x2b\x09\x11\x97\xd0\x19\ \x00\x00\xe4\x79\xde\x34\x8d\x31\xc6\x66\x66\x7f\x3c\xc9\x72\xa3\ \xb5\x56\x6a\x69\x73\x7f\xd8\xf7\x97\xb5\xf4\xf8\xe3\x62\x34\xbf\ \xf2\x95\xc8\x2f\x22\xea\x8d\xda\x36\x97\x3f\xf9\xef\x7e\xfa\x7f\ \xfd\xd7\xbf\xf4\xfb\x33\x47\x04\x6c\x56\x6f\x7f\xc5\x19\xf5\xd0\ \xc3\xe7\x40\x7d\x2d\xa1\x2a\x12\x1d\x0c\x5e\x71\xe7\xdb\x27\x97\ \xde\x75\x7e\x3a\x13\xb5\x72\xc7\x99\x6f\x3c\x7b\xec\xde\x5e\x38\ \xff\xc8\x93\xbf\xf6\xe9\x2b\x57\x8e\x1f\xbb\xbd\x99\x3d\x73\x79\ \x2a\x27\x57\xcc\xa7\x1e\xfb\x8d\x31\x6b\x85\xa2\xec\x70\xd0\xd9\ \xe8\xd8\x1c\x80\x7d\xe0\x93\xb7\xfc\x95\x35\xf7\xf0\x27\x2f\x9d\ \x17\xd1\xc7\x8e\x7d\xc3\x1d\xab\x47\x94\x62\x5b\xdc\x7a\x7a\xb4\ \x59\x2f\x76\xbb\xeb\xf7\xe7\xf5\x67\x3e\xf9\xf4\x7b\x3e\x77\x6d\ \xff\xf8\xd1\x97\xe9\x18\x62\xf4\xc5\xca\xfd\xa7\xcd\xa5\xff\xf4\ \xb9\x8f\xdd\x76\xcb\x5b\x0b\x69\xad\x69\x2f\xee\x3e\x77\xea\xe4\ \x1b\xbb\x9d\xb3\xf7\x6c\x76\xce\xed\x5c\xd0\x59\xf9\x92\x4b\xf2\ \x16\x89\x45\xfe\xf4\x91\xcd\x13\x93\x49\xc7\xf9\xaf\x54\xdc\x45\ \x40\x2b\xd3\xe9\x0e\x8c\x29\x4e\x9e\xbe\xad\x37\x5c\x1f\xac\x1e\ \x3b\x7b\xd7\xfd\xc7\x4e\xdd\xb9\x3d\xf6\x4f\x9c\xbb\xee\xa4\xf0\ \xd4\xc1\x7c\x25\x5b\x3f\x6a\xd6\x8f\x70\xd9\xf7\x41\xe7\xd8\x99\ \x5c\xdc\xa9\x2e\xed\xf7\x1b\x6d\x04\x28\x43\xcc\x69\x9f\xeb\x05\ \x46\x27\x90\x51\xd1\xd1\x1d\x0d\x36\x30\x2e\x1a\xb7\x34\x05\x06\ \xe1\x25\xdb\x61\x89\xcd\x00\x88\x00\xb2\x48\x08\x21\x59\x0c\x6a\ \x4d\x78\xc0\x71\x1e\x8f\xc7\xb3\xd9\x8c\x88\xb2\x2c\x13\x59\x32\ \x31\x98\x63\x0c\x91\x14\x19\x6b\x2f\x5d\xba\x1c\xc2\x72\x34\x97\ \x40\x4f\x52\x2a\xb5\xff\x89\x53\x61\xac\xe9\x76\xbb\x4a\xe9\xd4\ \x0c\x2e\x16\xd5\x7c\xb1\x30\xd6\x28\xa5\x8c\xd6\x88\xb8\x58\x2c\ \xa6\xb3\xe9\x6c\x31\x33\xd6\xf6\xfb\xfd\x2c\xcf\x99\x79\x7f\x3c\ \x9e\x2f\x16\x55\xdd\x44\x66\x41\x10\x14\x9d\x59\x9d\xd9\xc8\x8c\ \x8a\xca\xb2\xd3\xed\x76\x3a\x9d\xae\x31\x56\x69\xbd\x04\xaf\x0f\ \xb1\x22\x00\x02\xe2\xda\xc9\x93\xeb\xc7\x8e\x91\xb1\xb6\x53\x46\ \x60\xef\x9d\x6b\xaa\xdc\x68\x6e\xea\xd9\xd6\x16\xce\xe7\x5d\x42\ \xc5\xe2\x59\xc0\x16\x35\x63\x15\xe0\xec\x3d\xf7\xce\x9b\x7a\x6f\ \xb6\x57\xd5\x7b\xf3\xe9\xb5\x7a\xbe\x1d\xeb\x3d\xf1\x0b\x76\x0b\ \x76\xf5\x99\x93\x27\xde\xf6\x96\xb7\x9c\xbd\xfd\x0e\x3c\x20\x6f\ \xa4\x7f\x2c\x9c\x58\xf0\x55\x5d\x47\xe6\x03\xfd\x17\x26\x4e\x4d\ \x02\xc7\xd2\x6d\x4a\xf8\xbb\xd6\xba\x28\x8b\xcd\xcd\x4d\xef\x7d\ \x08\xa1\x28\xf3\xb4\x4d\x02\x00\x11\x69\x9d\x5e\x7a\x22\x2b\xd2\ \xd2\xf2\x73\x79\x4f\x97\x76\x02\xe9\xeb\x84\x84\x40\x8a\x48\x62\ \xec\xf7\x7b\x27\x4f\x9e\xe0\x18\xad\xb1\x80\xc9\xec\x17\x62\xe4\ \xc8\x4c\x88\x9d\xb2\xd3\xe9\x74\x08\x31\x78\x9f\x66\xab\x31\x04\ \xef\x1d\x33\x1b\xad\x41\xc0\xfb\x80\x20\x8a\x28\x2f\xf2\xd1\x68\ \x84\x87\xf7\x96\xe1\x34\xd6\x17\x01\xa5\x68\x67\x7b\x3b\xd4\x8d\ \x0a\x3c\xbe\xb1\x75\xe9\xfc\xb3\x19\x29\xa5\xa1\x96\x06\x06\xdd\ \xde\x2d\xb7\xd3\xda\x49\xec\x6e\xd6\xad\x84\xba\x56\xe4\x4c\x86\ \xb6\xb0\x8c\x6d\xe4\x8a\xc8\x0b\xba\xe0\xeb\xaa\x9a\x39\xe7\x6e\ \xb9\xe5\xd6\xfe\x60\x14\x19\x53\x5c\x49\xfa\x43\x09\x85\x0f\x31\ \x0a\x08\x8b\x70\x8c\x49\x4c\x97\x2a\xfb\x52\xd1\xba\x94\x6b\x63\ \x59\x96\xaf\x79\xcd\x6b\x4f\x9d\x3a\xa5\x48\x21\x61\xdb\x3a\x11\ \x39\x6c\x71\x47\x84\x10\xf4\x83\x0f\x42\xbf\x2f\x67\xcf\x82\x77\ \x2f\x66\x1b\xa9\xf2\xa2\x2c\xcb\xb2\xc8\x34\x99\x0c\xe7\x17\xdf\ \xfb\x4b\x3f\xf9\xce\x4f\xb6\xdf\xfe\x1d\x6f\xe9\x68\xa5\xbf\x6a\ \x58\x26\x72\x5c\xdb\xfc\xfa\x63\xea\xdc\x27\xce\x3d\x0c\x68\xd0\ \x5f\xfc\xe0\x47\x7f\xec\xfc\xdc\x1b\x61\x01\xe2\xe0\xd0\xe4\xc2\ \x78\xf4\xe4\x5f\x5a\x71\x4f\x3d\xb5\x73\x43\x13\xc5\xe0\x46\x27\ \xbe\xfd\x3b\xde\xf8\x3f\xfc\xa5\x53\x77\x41\xac\x4d\xe7\xeb\xee\ \x3e\xb2\xfa\x99\x27\xde\x35\x63\x45\xd8\x3c\xfe\xd8\x4f\xfd\xe7\ \xe7\x9e\x75\xfb\x1f\xfb\xf0\x53\x9f\x38\x72\xf6\xef\x7f\xe7\x2b\ \xbf\xa5\x34\x10\x62\x0b\xa4\x62\x70\xa4\xba\x04\x1c\x85\x4e\x1e\ \x7d\x3d\x4e\x3e\xf2\xe1\xc7\xdf\x6b\xd6\x5e\x7f\xa4\xdb\x2d\x32\ \x73\xe1\xe9\xf7\xee\xdb\xbb\xdf\x7c\xdf\x5f\x95\xfd\x8f\x3f\xb9\ \xbd\x53\xe6\x1d\x78\x09\xce\x84\x45\x9e\x5e\x5d\x3d\x52\x55\x47\ \xa7\x93\xaf\xe4\x20\x86\x08\x79\x5e\x58\x6b\x43\x94\xfd\xe9\x82\ \x4c\x31\xaf\xc3\xc2\x41\x1d\xcd\xdc\xa9\xad\x89\xbb\xb1\x33\xdf\ \xd9\x5b\x54\x01\x17\x5e\x3c\xaa\x28\xda\x4a\x36\x7e\xee\x9a\xdb\ \x9e\x15\x62\xfc\xb8\x6a\x26\x33\xb7\x58\x2c\x24\xd2\x4a\x7f\x74\ \xea\xc4\x68\x73\xf3\xe8\xe6\xd1\xa3\xab\x1b\x47\x37\x36\x6e\xbf\ \xe3\xec\x99\xdb\x6e\xd9\xd8\x5c\x4b\x07\x70\x24\x8c\x31\x7c\xe9\ \x75\x12\x10\x70\xde\x31\xb3\xd6\x1a\x80\x52\xad\xc9\xb2\xac\xd3\ \xe9\x96\x65\x01\x20\x75\xd3\xa4\xee\x26\xb1\x9e\x11\x29\xf8\x60\ \xb4\x59\x2c\x16\x02\x1c\x53\xa1\x4a\x0d\x52\x8c\x22\xe0\x7d\x70\ \xce\x39\xef\x9c\x77\x89\x54\xd3\xe9\x74\xda\xb6\xd5\x5a\x6f\x6c\ \xac\xa7\x58\xd7\x64\x54\x22\x00\xf3\xf9\x7c\x32\x99\xd6\x4d\xb3\ \x32\x5a\x2d\x8a\x12\x10\xf3\xa2\x30\x36\x9b\x2f\xe6\xcc\x1c\x63\ \x6c\x9c\x23\xa3\x94\x56\x80\x68\x8c\xe9\xf6\xba\xc3\xe1\xca\x60\ \x30\x1c\x0c\x06\xdd\x6e\x8f\x0e\x3b\xa3\x42\xc0\x85\xf7\xb5\x08\ \xe5\x99\xc9\x73\x45\x3a\xf8\x10\xbc\x0f\xae\x95\xa6\xd9\xbb\x7c\ \xb9\xda\xd9\x36\x19\x79\xf2\x0b\x74\x66\x75\xd8\x39\x7e\x2c\xe4\ \x3d\xdb\x5d\xbd\x71\x63\xdf\xaa\x6c\x6d\x65\xd0\xeb\x75\x7a\x9d\ \x5c\x7c\xed\xda\x05\x8b\x57\x18\x0d\xc9\x62\x3e\xb3\x99\x3d\x7d\ \xea\xa4\xf7\xfe\x8b\xf4\x88\x29\x05\x2b\x12\x42\xd3\x34\x8b\xf9\ \x7c\xd9\xb1\xa3\xf0\xd2\x41\x57\x10\x30\xd5\xf1\xc4\x45\xf1\xc1\ \xbb\xd6\x9d\x3e\x7d\xfa\xae\xaf\x7b\x59\x96\x65\xde\x07\x6d\x34\ \x33\x0b\x27\x6e\xe2\x92\x46\x79\x50\x61\x13\xb4\x02\x07\xa6\x12\ \x90\x6c\xe5\x8d\xd1\x80\x80\x28\x21\x78\xad\xe9\xe4\xf1\x63\x59\ \x9e\x55\x55\x95\x40\x9e\xd4\x41\x67\x99\xed\xf7\xfb\x9d\x6e\xd7\ \x39\xd7\xb6\x8d\xf7\x5e\x98\x01\x81\x08\xb5\x52\xde\x7b\xe6\x18\ \x42\xd0\x5a\xaf\xad\xae\x12\x21\x00\xf6\x7b\xfd\x5e\xaf\x0b\x87\ \x4c\x37\x4c\x17\x43\x90\x90\x91\x95\x56\xd5\x6c\xee\x16\x15\xb2\ \xc4\xaa\xb1\x2c\x5a\x78\x3e\xdf\x1d\x1c\xeb\x1f\xbf\xff\x65\xfd\ \x5b\x6f\x83\xd1\xf1\x46\x75\x7d\xd0\xc3\xd1\x4a\x0c\xae\x59\x4c\ \xe7\x8b\x45\x8c\x31\x46\x2f\x12\x85\x7d\x9e\x9b\x41\xbf\xdb\xe9\ \x16\x3b\x3b\x3b\xd3\xe9\x4c\x29\xb3\x1c\x64\xa7\x6b\x02\x00\x80\ \x75\x55\x31\x47\x84\x25\x39\x28\x5d\x26\x01\x49\x9c\x99\x18\x63\ \x53\x37\x84\xd4\x36\xed\x91\x23\x47\xde\xf8\xc6\x37\xf6\x07\xfd\ \x10\x02\x29\xf2\x87\xb7\x1f\xd0\x9a\xf6\xf6\xd4\x67\x3f\x1b\xef\ \x7f\x05\x6f\x6c\x82\x0f\x2f\x5a\x61\x37\x30\x3e\xff\xee\x77\xed\ \x6c\xd5\x4a\x67\x99\xec\x3c\xf9\xee\xf7\x5e\x0e\x59\xf1\xf8\xfb\ \xff\x63\x73\xb2\xb7\x68\x2f\xc3\x74\xcf\x7c\x75\xf5\x9d\x01\xd7\ \xd6\x5f\x7b\xcb\xb1\x6e\x67\x54\x9e\x5a\x19\x6d\x3f\xfb\xae\x0f\ \x5f\xb9\x58\x37\x63\xce\x6f\xb7\x4a\x77\x3a\x2b\x61\xfe\x19\x8f\ \xe5\x89\xd5\x3b\xf7\xf7\x7e\x6b\x1a\x94\xb1\x08\x3a\xdb\xbe\xf0\ \xce\x77\x3e\xf7\x2b\xc0\x91\x51\xf5\x7a\xf7\xde\x7e\xf4\xbe\x95\ \xec\xc8\x91\xcd\xbb\xb6\xaa\x07\xce\x4d\x3e\x01\x64\x62\x7d\xe9\ \x89\x2f\x3c\xf4\xf9\x1d\xf7\x77\xdf\xf0\x80\xd9\xbe\xa2\xf2\x0d\ \x03\xd8\xe9\x0c\x7d\x7d\x2d\x20\x02\x0e\x6e\x39\xfd\xba\x13\xf9\ \xf1\xef\xec\x86\xcd\xd1\xbd\x77\xac\x9e\xba\xa1\x33\xd9\x7f\xfc\ \x91\x78\xcf\xdf\x7f\xd5\xeb\x7f\xfd\x83\x3f\xa4\x8e\xff\xe0\xaa\ \x2e\x0e\xad\x67\x79\x11\x61\x77\x91\x67\x56\x57\x2b\xa5\xce\xee\ \xee\x3e\xb1\xb9\xf9\xe5\x99\x61\x22\xdb\x3b\x5b\x4d\xd3\x64\xc6\ \xae\xac\xac\x6c\xac\x6d\x54\x2e\xec\xcf\x1b\x04\x38\x72\xea\xb6\ \xce\x68\x43\x4c\x69\xcb\x52\x93\x6d\x9b\x68\x33\x5d\x88\x1a\x5f\ \xdf\xbb\xfe\xb9\x27\x8f\xe9\x32\xc4\x18\x63\x68\xbc\xe4\x54\xac\ \x9e\x18\x74\xd4\xa9\xf5\xe3\xb7\x30\x23\xb0\x20\xe2\x5d\x77\xdd\ \x71\xc7\x5d\x77\xb4\x8e\x5d\xdb\x5c\xbe\x74\xe9\xc2\x85\xe7\xce\ \x9f\x7f\xf6\x40\xc0\xf4\x45\xfd\x2e\xca\xf2\x30\x4e\x8a\x25\xa6\ \x5e\x32\x84\x90\xba\x42\xef\x3c\x21\xc6\x18\x1f\x7b\xec\xb1\x9d\ \x9d\x9d\xb6\x6d\x45\x30\x31\xea\xac\x35\x1c\x45\x91\x4a\xbc\x62\ \x11\x89\x31\x18\x63\x44\x24\x84\x10\x39\x42\x00\x42\xa5\xb4\x36\ \xc6\x34\x4d\xf3\xcc\x33\xe7\xad\xb5\xc2\xdc\x34\x4d\xa7\x5b\x96\ \x65\x27\xcf\x32\xe8\xf5\xe6\xd3\xc5\x7c\xbe\x10\xd9\x52\xa4\x94\ \xd2\x80\x54\x64\xd9\x6c\xce\x40\x18\x22\x13\x48\xb2\x4e\x4c\x1e\ \x28\x84\x84\x44\xa2\xc1\x9a\xac\x75\x89\xc7\x7d\x48\x93\x13\x65\ \x8c\x8b\xb1\x20\x55\x64\x79\x74\x5e\x31\x00\x04\x4b\x39\x39\x57\ \x6d\xed\xe8\x18\xa6\x6a\x01\xb6\x18\xde\x76\xbc\xbf\x71\xdc\x61\ \xac\x64\x7f\x6f\x36\x5b\x1d\x1d\x1d\x16\xbd\xf9\xb5\x1b\x4c\x11\ \x08\x05\xb5\xd5\x10\xeb\x5a\x77\x7b\xdd\x41\xaf\x33\x20\x17\x9a\ \x27\x9f\xfe\x02\x68\x88\x1c\xf5\x01\xdb\x42\x80\x13\x5b\xa3\x6d\ \x9b\xe9\x6c\x3a\x18\xf4\x40\xc4\x7b\x0f\x02\xa9\x88\x80\x80\x52\ \x4a\x69\x75\xb3\xa9\x8c\xc2\x79\x51\xdc\xff\xaa\xfb\x49\xeb\x67\ \x9f\x7d\x2e\xe1\x30\x9c\x92\xb4\x96\x1d\xff\x52\x5f\x96\xfe\xeb\ \x66\xe7\x1e\x63\x4c\x76\x8f\x59\x9e\xbb\xa6\xb5\x5a\x85\xe0\x57\ \x47\x2b\x79\x9e\xcf\xa7\xd3\xba\xae\x9d\x77\xc9\x2b\x2c\x84\x60\ \xad\x05\x90\xf1\x78\x1c\xbc\x47\xa5\x92\x82\x54\x44\xa2\x0f\x36\ \xcb\xc0\x41\xe2\xcf\x94\x65\x79\xfa\xf4\xa9\xed\xed\xe2\xfa\xb5\ \xab\xde\x3b\xa2\x43\xca\x98\x12\x90\x94\xa8\x99\xa4\x14\x33\x87\ \x18\x26\xbb\xbb\x70\xfa\x8c\x06\x2c\xb4\x76\x75\xa5\x4c\xdd\xdd\ \x3c\x0d\x43\x3b\x6d\xb9\x3c\x72\x22\xf8\xdc\xcd\x77\xaf\x3f\x7b\ \x49\xdb\x02\xb3\x82\x0d\x85\x80\x65\x6e\x97\x2e\xf4\x9a\x80\xa3\ \x42\xb8\x7e\xfd\xaa\xf7\xce\x18\x4d\x8a\x10\x98\x45\xd4\x72\x93\ \x83\xd9\x6c\x96\x66\xc5\x4b\x75\x74\x88\x4c\xcc\xcc\x49\x32\xa6\ \xb4\xca\x8b\x3c\xf8\x60\x33\xeb\x83\x4f\x2d\x45\x96\x65\x1c\x39\ \x86\x78\xd8\xe2\xae\x14\x6e\x6f\xe3\xb9\x67\xe2\x77\x7f\xf7\x8b\ \x4a\x34\x47\x22\x68\xf6\x9f\x7e\x6a\x47\x1b\x4b\xa4\xa5\xda\x7d\ \xea\xa9\x6d\x63\x2d\x34\x5b\x4f\x7c\xfe\x86\x42\x11\x32\x5f\x25\ \xa5\xcc\x28\xf3\xdc\x17\x7e\xe2\xe7\x9f\xc4\xfe\xd1\x6f\xfe\x96\ \xdb\x6f\x7d\x7a\x4a\x6f\x7f\xf3\xff\x72\xf1\x89\x77\x3e\x39\xfe\ \xfa\x6f\x7a\xdb\x4f\x65\xb9\xfd\xf4\x27\x1e\x01\x3b\x3a\xb2\xba\ \x31\xfd\xdc\xb3\x91\x0e\x1c\x11\x99\x19\x22\x00\x12\xe5\x8b\xbd\ \xf7\xfe\xc2\x7b\xde\x4f\xc5\xed\xdf\xf4\x9a\xef\x7f\xe6\xca\xd3\ \x77\xdc\xfd\x8f\x8f\x56\xef\xfb\x7c\xb5\x79\xdf\x89\x5b\xcb\xc1\ \xcb\xe7\x3b\xbf\x79\xf9\xea\xa3\x97\x6f\xff\xd1\xbf\xf6\xb6\xff\ \xcd\xe4\xf5\x83\x1f\xfb\x9c\x20\x77\xd7\xbf\xe1\x6c\xf6\xcc\x7b\ \xfe\xf0\xff\xdc\xf2\xfc\xd4\xec\x1d\xaf\x3d\xfb\xcd\x1c\x73\x54\ \x6a\xeb\xc2\x7f\x7c\x37\x7c\xe2\xc9\xed\xdd\xfb\x6e\xe9\x14\xb6\ \xff\x12\x2c\xee\x28\x30\xc9\xf3\x2b\xfd\xde\xd9\xed\xdd\x2f\xdb\ \xb9\xa7\x15\x49\x24\x5a\x63\xe3\xeb\xf1\x04\xb2\xcc\x06\x89\x65\ \xb7\x23\x40\xd6\xd8\x72\x65\x84\x4a\x65\x36\xe3\xa6\xcd\xb5\xd1\ \x0a\x65\xd1\x56\xcf\x5d\x29\x1a\xaf\x7a\x32\xd7\x9e\x31\xda\x72\ \x18\x40\x17\x2b\x6b\xca\xac\x2f\xda\xc6\x20\x29\x61\xe0\x18\x91\ \xc1\x1a\x93\x19\xa3\x8b\x3b\xee\xbc\xe3\xec\xd9\x3b\x9a\xe6\xdd\ \x57\xae\x5c\x51\x4a\x21\x2e\x25\x8e\x84\xc4\x31\xc4\x18\x43\x8c\ \xcc\x11\x50\x94\xd2\xa9\xeb\x49\x1c\x44\x6d\x8c\x42\xaa\xeb\xf6\ \xfc\xf9\xf3\xf3\xf9\x4c\x29\x03\x80\xcb\xf2\x21\x07\x0d\xa3\x2c\ \x77\x0c\xa5\x74\x8c\x69\x75\x70\x02\x91\x5d\xe3\xe6\xb3\x79\x5e\ \x64\x9d\x4e\x51\x55\x55\xd3\x38\x00\x48\xae\x87\xdd\xee\x66\x51\ \x14\x79\x6e\xf7\x76\x76\xb7\xb7\x17\xf3\xf9\xa2\xdb\xed\x6a\x65\ \x10\x79\xe6\xfc\x64\x32\x11\x90\x3c\xcb\x23\xcb\x01\x7b\x5c\xa2\ \x0f\x8b\xd9\x22\xcb\x33\x22\x13\x39\xee\xee\xef\x0f\xfb\xfd\xc3\ \x2d\x9d\xc4\xf3\xc8\xcb\xa2\x5b\x74\x48\x40\x02\xef\x6c\x6d\x2f\ \x9a\xd9\x5d\x9d\x3b\xad\xcd\x7a\xca\x04\x81\x26\x3a\x4d\xfa\xcc\ \xd9\x93\x93\x16\x55\xd9\x5d\xed\x0e\xaa\x6a\x7f\xb2\x37\x9b\xed\ \x5f\x51\xe8\x55\x91\xd5\x4c\xfd\xde\xb0\x28\x3a\xa8\x34\x68\x0d\ \x12\x63\xf0\x6d\x1d\xf6\x67\xbb\xa0\x18\x49\x31\x47\xad\xcc\x01\ \x6b\x1c\x11\x91\x39\x12\xa2\x08\x0b\x4b\x9e\xe5\x31\xc6\x45\xb5\ \xa8\xaa\x2a\xf8\x50\x14\x45\xb7\xd7\x6d\x9a\xa6\xae\x6b\x04\x54\ \x5a\x0d\x06\xc3\x36\xb4\xde\x7b\x22\x54\xa4\x7c\x8c\xcc\x6c\x8c\ \x66\x8e\xe9\x06\x1d\x1c\x0e\x12\x2c\xc3\x22\x9a\x08\x63\x8c\x1a\ \x34\xa0\x00\x83\x31\xfa\xd8\xd1\xa3\xdd\x4e\xd1\xef\x75\xdb\xd6\ \x95\xdd\xce\xfe\xfe\x7e\x9a\x91\x24\x84\x67\xb1\xa8\xda\xb6\x65\ \x86\xf4\xe4\x88\x94\x36\x26\x19\x07\x81\x88\x22\x6c\x62\x30\x46\ \xd7\xd5\x62\x6f\x6f\x77\x65\x38\x98\x4d\xc7\xf3\xf9\x6c\x6f\x6f\ \xf7\x05\x35\x3d\x80\xb8\x1c\x31\x00\x22\xec\xec\x6c\x61\x0c\x8a\ \x39\x78\x6f\x98\x9b\x58\xef\xee\x5f\xb3\xb6\xff\xdc\x24\xf4\x61\ \xad\x5f\xa2\xab\xd8\x7b\x31\x65\x51\x74\x87\xb6\x28\x00\x50\x2b\ \x9b\xb2\x56\xc4\x07\x80\xe0\x38\x14\xb9\x25\x05\x02\x31\x84\x68\ \x8d\x4e\xbb\x54\x72\xb8\x9b\xcd\xa6\x6d\xd3\x52\x99\x27\xc1\xb0\ \xcd\x4d\x53\xb5\x55\x55\xd5\x4d\xad\x94\x1a\xf4\x07\xd1\xc7\xe9\ \x6c\x1a\x7c\x30\xc6\x2c\xaa\x26\xf8\x40\x44\xd1\x3b\x16\x3e\x6c\ \x71\x47\x54\x9f\x7d\x14\xa7\x93\xf8\xc0\x03\xfa\x45\x2f\x33\xca\ \x5a\xb5\xdc\x3b\x29\x7d\x2c\x40\xfa\x4f\xb3\x2c\xfc\xb2\x1c\xbf\ \xa6\xe1\xe8\x6f\x7c\xe8\xfd\xf3\x4f\xed\xbb\xc9\xe7\xcf\xbd\xb7\ \x9a\x5f\x3a\xff\xd9\x9f\x99\x9e\xb8\xd7\x4f\x1e\x39\xb7\x37\xce\ \x55\xf7\x91\x47\x7e\xa6\x9d\xd4\xf6\x26\x9a\x8f\xf8\xbc\xbb\x93\ \x38\xe7\x1b\x09\x4f\x7e\xf4\xe1\x9f\xad\xa6\x33\xc3\xbf\x37\x0e\ \x57\x66\xe0\xae\x8e\x35\x6c\x7d\xe2\xdc\x95\x47\x45\xfc\x87\x3f\ \xf9\x6f\xef\x3c\x7e\xc7\x6c\xf7\xd3\x17\xa6\xde\xa8\x4c\x9a\xc7\ \x7f\xf7\xc1\x4f\x5f\xda\xbd\xc4\x28\x93\xc7\x7f\x66\x3a\x18\xb8\ \xf8\x60\x6c\xb6\xc9\x4f\x3f\xf5\xe4\xd3\xa4\xf2\xf3\x4f\xff\xe2\ \xa5\xb8\xa5\xb5\x7d\xe9\x75\xee\xbc\xb0\xe6\xe2\xca\xca\x2b\xb7\ \xb6\x57\xea\x7a\xfb\x8f\xd5\xa1\xd4\x76\x09\x7b\xd7\x56\x80\x4a\ \x69\x75\xf5\xfa\xd5\xc1\x70\x65\xb0\x32\x2c\x3b\xfd\x26\x38\x63\ \x6c\xbf\xd7\x03\xf6\x3a\x8a\x06\xd4\x8a\xf6\x2e\x5f\x99\x3c\x73\ \x71\xb5\x9b\x93\x11\xdf\xc1\xfe\xda\x66\x6f\xb4\x12\x8b\x59\xed\ \x60\x51\x2f\x8a\x4e\x59\x74\x3b\x18\x9d\x44\x0f\x1c\x63\x14\x24\ \x6a\x5b\x1f\x42\xe8\xf7\x7a\xf7\xdd\x77\xef\xa5\x4b\x97\x0e\x66\ \x71\xcb\x3e\x4a\x2b\xbd\x58\x2c\x62\x08\x48\x14\x82\xd7\x5a\xdd\ \x34\x49\x4f\x69\x4d\x82\x94\x84\xda\x07\xdd\xbe\x20\x26\x17\x61\ \x5a\x16\x97\x25\xef\x6c\x59\x6e\x10\x91\x54\x02\x70\x90\x99\x7d\ \x0c\x5c\x71\x08\x2e\xc6\xc0\x0c\x44\xe4\x7d\x5c\xcc\x17\x57\xae\ \x5c\xc9\x72\xd3\xef\x96\x12\x53\xda\x9f\x72\xad\x03\x83\x36\x33\ \x6d\x53\x0b\xb3\x31\x16\x01\x15\x80\x08\x04\xe7\x48\x41\x74\x7e\ \x36\x99\x68\xbd\xa6\x0b\xda\x1d\x8f\xf7\xf7\xc6\xc3\xc1\xe0\x90\ \x80\x19\x48\x9e\x65\x59\xd1\x6b\xdb\xb6\x9a\xcd\xc9\xf1\xe5\x8b\ \x17\x1d\xf8\xdb\xce\x9e\x11\xe9\x02\x47\xcd\xe2\x5b\xe7\x2a\xdc\ \xde\xdd\x9e\xb2\xae\xc6\xb2\xb6\xd9\xd3\x9a\xf6\x16\x8d\xd5\x30\ \x1c\xe6\xdd\xd1\x7a\x9f\xba\xd6\x66\xb6\x28\x04\x04\xa2\x0f\xa1\ \x99\xcc\x66\xca\x64\xfd\x61\x67\x7b\x77\x0f\x51\x71\x14\x51\xa2\ \x14\x05\x61\x11\xce\x8b\xee\x89\x63\x47\x47\xa3\x51\x08\x2c\xcc\ \x28\x3e\xc6\xa8\x48\xf5\xba\xbd\x9b\x97\x2b\x86\xc8\x91\xb5\xd1\ \x89\x57\xee\x9d\x9b\xcd\x66\x4a\xa9\x24\xdc\x5f\xe2\x68\x00\x07\ \x66\x8e\xcf\x83\x91\xcc\x8c\xc8\x00\x94\xba\x7a\x6d\x0c\x4b\x10\ \xe6\x5e\xaf\xb3\x36\x5a\xe1\x18\x63\x0c\x6d\x93\x80\x17\xf1\x31\ \x02\x0a\x2e\xbd\x9f\x21\xd9\xcb\xa4\x5f\x97\xb0\x35\x24\x12\x91\ \x65\xac\x13\x92\x42\x68\x9b\xc6\x65\xb6\xd3\xe9\x30\xf3\x74\x3a\ \x3d\x98\xdf\x1c\x72\xa2\x9a\x36\xd8\xc4\x49\x9f\x4e\xa7\xec\x1d\ \x00\x83\x12\x17\x5d\xa1\xcc\x74\x3e\xa7\x6c\x3b\x72\x46\xe8\x7b\ \xdd\x55\x34\x3a\x3b\x96\x89\xb6\xa0\x0c\xa7\x2b\x17\x04\x15\x02\ \x33\x82\x00\x8a\x73\x6d\x66\x95\x22\x89\x12\x8d\x36\x22\x6c\x8c\ \x8a\x31\x12\x61\xbf\xd7\x3d\x75\xea\x14\x29\xf2\xde\x19\xa5\x52\ \x32\x95\x52\xaa\xd7\xeb\x75\x3a\x1d\x40\x50\x4a\x25\x3f\x06\xa5\ \x55\x59\x16\x7b\x7b\xe3\xf4\xc6\x4e\xad\xcf\xe1\x2b\x33\x7d\xea\ \x93\x7c\xea\x24\xdf\x75\x17\x48\xfc\x73\xa8\x35\xc2\x91\x01\xd5\ \x01\x4c\x29\x1c\x63\xa2\x49\x28\xf5\xb5\xb4\x3f\x48\xa4\xc5\x6d\ \x5f\x6e\x58\x2b\x73\xf9\xea\x27\x51\x65\x24\x57\x1e\x7d\xf2\x59\ \x24\x6b\xb5\x05\x69\xae\xdd\x78\x04\x55\xae\xbe\x12\xc8\x8c\x0a\ \xa1\xb9\xb1\xf3\x04\x91\x95\xdd\x87\xf7\xd0\x10\x6c\x3f\xb4\xf7\ \x59\x40\x32\x3a\x57\x94\x85\xfa\xdc\x67\xbe\xf0\x79\x54\x99\x55\ \x1a\x00\xdd\xfc\xa9\x67\xa7\x68\xb4\x51\x80\xe2\xaf\x5c\xb8\x71\ \x09\x11\x00\x8d\x26\x93\x02\xe3\xf6\xf7\x9f\x10\xd4\x9a\xd4\x4b\ \xb0\x73\x0f\x44\x5f\x58\x5f\x7f\xe3\x95\xab\x47\x27\xd3\x6b\xfd\ \xde\x97\xed\xdc\xb3\x2c\x53\xa4\x8a\xa2\x33\x5c\x19\x39\xef\x9d\ \x8f\x59\x9e\xb3\x44\x6d\x74\xb7\xdf\x0d\xc1\xa1\x77\xd3\xdd\xc9\ \xda\x68\x15\x7b\xa5\xab\xaa\x92\x48\xa2\x9f\xbb\xea\xe8\x3d\x67\ \xcb\x8d\x8d\xb6\xe2\xc8\xe8\xfc\xb4\xdf\xeb\xd9\x3c\xf3\xcd\x4c\ \x01\x03\x24\x55\x21\xa2\x50\x96\xd9\x22\xcf\x11\x71\x67\x77\x07\ \x6e\xfa\x3d\xc9\x4d\x62\x6b\xd0\x86\xda\xd6\x11\x91\x52\xe4\x9c\ \x4f\xe8\xed\xc1\xd3\x43\x44\xcc\xf3\xfc\xf8\xf1\xe3\xdb\xdb\x3b\ \x00\x28\xcb\x60\x04\xba\x09\xd9\xa7\xa9\xe1\x4d\xd9\x4e\x2a\x18\ \x88\x88\x80\x42\x62\x91\x88\x10\x90\x9d\x4b\xaa\xd8\x24\x85\x87\ \xc9\x64\xea\x9c\xcb\xec\x4a\x9e\x17\x0a\x15\x29\xcd\x31\xb6\x5c\ \x07\xef\xbd\x77\x08\x84\x80\x1c\x62\x70\x01\x11\x32\xa3\x59\x58\ \x21\xd5\x8b\xba\x2c\xdb\xa6\xf5\xdb\xdb\x3b\xb5\x73\x80\x87\xc4\ \xdc\x45\x40\x69\xbd\x3f\x99\x36\x75\x6d\x40\x23\xe1\x68\x7d\x35\ \xeb\x15\x2a\xcf\x7c\x68\x95\x56\x2e\xc4\x8c\x14\xfa\xb8\x77\x63\ \xcb\x97\xdd\x06\xb5\x0f\x65\xa7\xdb\x3f\x73\xfb\x1d\x5a\xe7\x79\ \x89\xc6\x64\x31\x5a\xf0\x5c\xcf\x66\x04\x22\xe0\xc8\x50\x37\xcf\ \xf6\x67\x8b\x5e\x91\x93\x70\x0c\x51\x91\x01\x81\x98\x4e\xf8\x20\ \xbd\x5e\xf7\xf6\xdb\x6f\x0f\xc1\x27\x94\x20\xc6\x88\x84\x56\xd9\ \xa4\x29\x23\x45\x21\x84\xa2\x2c\x8a\xa2\x60\x61\x63\x97\x36\x9c\ \xde\x7b\x63\x6c\x08\xe1\xa6\x18\x0a\x31\xb9\x34\x26\x2a\x3d\xdc\ \x04\x64\x64\xf9\x00\x11\x4e\x35\x1a\x00\x84\x85\x10\x43\xf4\x84\ \x40\x84\x83\x41\xff\xea\xf5\xad\x34\x85\x45\x42\x00\x92\xe4\x04\ \x2f\x42\xe9\x94\xcf\x9c\xee\x60\x9a\xa6\x82\x80\xb1\xca\x18\xed\ \x9c\x6b\x9a\xa6\xd7\xed\xd8\x17\x90\xd4\xb1\x6c\x6a\x13\xd9\x9d\ \x88\x05\x80\xb0\xae\x17\x93\xd9\xc4\x45\xef\xd9\x33\xb2\xaf\xa3\ \x9e\x46\xe1\x5d\xe8\xf6\xc9\x55\xf3\x7d\xc8\x10\x43\x55\x2b\x93\ \x51\x96\x0b\x50\x0c\x01\x18\xb5\x52\xbe\x6d\xb4\x41\x41\x46\x45\ \x56\x2b\x89\x8c\x24\xc2\x29\xc7\x8a\x93\xc7\xf5\x3d\xf7\xde\x7b\ \xfa\xf4\x49\x00\xa9\xeb\x2a\x79\xe8\xa4\x63\xa5\x52\xca\x6a\x1b\ \x39\x8a\x48\x66\x23\xc5\x0d\x2d\x00\x00\x20\x00\x49\x44\x41\x54\ \x33\x6b\x6d\xaa\xef\xfb\xe3\x71\x1a\xe4\x44\xe6\x17\x10\x90\x1d\ \xa3\x7a\xe8\x21\xbe\xf3\x4e\xe9\xf5\x20\xbe\xe8\x90\x42\x70\x2d\ \x95\x2b\x2b\x19\xcf\xe6\xb5\x20\xc6\xe0\x31\xeb\x9f\x38\xb2\xca\ \x8b\xfd\xeb\x5b\xfb\x62\xed\xd7\xb6\x4a\x50\x1b\x95\x06\x07\x79\ \x22\xd2\x67\xd6\xdc\x44\xd5\xf4\x41\x8e\xf3\x9f\xb0\xaf\x69\x95\ \x01\x00\xa8\xf4\x9d\x2a\xb3\x37\xfb\x6e\x41\xb2\x7f\xe4\x53\x73\ \xb0\x1f\xa5\x29\xd1\x1f\xc3\xb7\x32\x78\xa9\x3e\x34\xf3\x95\x41\ \x9f\x44\x4e\x4c\xa7\x9f\x1a\x7e\x85\x36\x93\x49\xa9\x0c\x04\xbd\ \x0b\xd6\x66\x2c\x0e\x01\xbb\x9d\x6e\x1a\x73\xf9\xd6\xb5\xd3\xfd\ \x47\x1e\x7a\xe8\xee\xfb\xee\x1b\x6e\x8c\xa2\x06\x51\x30\x5b\xcc\ \x3b\x6b\xa5\x1d\x76\x27\xd3\xb1\x29\x56\x8b\xce\x88\x1a\x3f\x1f\ \xef\x29\x58\x90\x8a\xa4\x51\x67\x3d\x4d\x39\xb1\x11\x49\xfe\xaf\ \x12\x42\x38\x77\xee\xe9\x84\xa8\x8a\xdc\x1c\xe9\x11\x21\x79\xe7\ \xe7\x8b\x79\xaa\xe9\xc6\x98\x18\xfd\x7c\x3e\x77\xce\x13\xa1\xb5\ \x59\x59\x94\x84\x6a\x73\x73\x33\xcf\x8b\xd9\x6c\xae\xb5\x41\xa4\ \x03\xc3\x26\x11\xe1\x64\xeb\x71\x70\x3c\x43\x00\x48\x40\x39\x1c\ \x20\x36\x36\xb3\x31\xfa\x44\xd7\x41\x40\xa5\x2c\x11\x28\x8d\x83\ \x7e\x5f\x6b\x9d\x65\xd6\x18\xcb\x31\x81\xa0\x0c\x1c\x88\x74\xea\ \x37\x44\x84\x63\xcc\x8d\x59\x5d\x19\x01\x42\xb7\xd7\x4b\x85\x6d\ \x67\x67\x77\x3e\x5f\xa8\xd4\x88\x1d\x6a\xb2\x47\x84\x8b\xc5\x22\ \xa9\x87\x62\x88\x9d\xbc\x3c\x75\xe6\xb4\x53\xdc\x44\x2f\xdd\xb2\ \xe1\x08\x88\xe2\xa2\x72\x50\x2d\x66\x41\x00\xcb\x5e\x6c\xbd\x5b\ \xd4\x1c\x35\xa8\xd8\xb4\x4c\x24\xc4\x24\x41\x48\x10\x41\x9c\xab\ \x51\x21\x2a\x52\x68\x32\x34\x10\x19\x75\xaa\x11\xd1\x5a\xbb\xba\ \xb9\x09\xc0\xbd\x6e\x37\x84\x10\x62\xd0\xa4\x13\x0b\x45\x58\xe2\ \x01\xc6\x22\x22\xe9\x0a\x06\x0e\x75\x55\x17\x22\xa4\xf4\x7c\xbe\ \x08\x21\xe4\x79\x91\x06\xd7\x48\x94\xa6\x91\xa9\xce\x7f\x11\x94\ \x9d\x92\x51\x6f\x96\x96\x48\xa4\x89\x30\x04\x9e\xcf\xa7\x9b\x6b\ \x2b\xd6\x18\xad\x35\x20\x65\x79\x51\x35\xee\xfc\xb3\x17\x62\x8c\ \x10\x53\x26\x17\x11\x92\x1c\x18\xc0\xa1\xd6\x4b\xab\xc8\x18\x53\ \x6a\x92\x31\x26\xcf\xf3\x2c\xcb\x92\x6f\x4e\x02\xaf\x0f\x1d\xd6\ \x41\x00\x24\x08\x02\x40\x98\x18\xb8\xb3\xaa\xda\xdb\xd9\xce\x51\ \xbc\x44\x32\x14\x42\x56\xed\xf1\xa8\xd4\xfd\x32\x8f\xb3\x71\x1b\ \x9c\x2a\x4b\xa5\x94\x44\x09\x55\x53\xf6\x7a\x46\x49\x5b\x37\x93\ \xc9\x82\x83\x0f\xc1\x77\xba\xa5\x2d\x4a\x45\x08\x22\x84\xc9\xbc\ \x17\x8c\xd1\xfd\xc1\x08\x11\xd2\x30\x1f\x51\x92\xe7\x4e\x88\x51\ \x11\xb1\x20\x47\x3e\x48\x19\x5c\x72\x40\x9d\x73\xb1\x8a\xd3\xc9\ \x84\x88\x9c\x73\xc9\x57\xf9\x50\xc5\x5d\x6b\x7a\xe6\x59\xf5\xe8\ \xa3\xed\x7f\xfb\x0f\xa4\xd7\xc3\x17\x39\x34\x35\x78\x97\x1f\xb9\ \xff\x87\x7f\xec\x5f\x9c\xfc\xc2\x2f\xff\xc3\x1f\xfb\x0f\x95\xb2\ \xc5\xc6\xcb\xdf\xf1\x4f\x7e\xf4\x35\x6b\xca\x74\xe8\x7d\x3f\xff\ \xe3\xff\xee\xb7\x3f\x2b\xd6\xfc\x85\xc3\xcc\x8b\x50\xdc\xe5\xf2\ \x60\x30\xcb\xb3\x97\xdd\xb8\xf1\x3b\xc7\x8f\xc9\x97\xbb\xc4\x31\ \x40\xe4\x18\x83\x58\x1b\x16\xf3\xea\xd4\x99\x33\x9b\x9b\x47\x82\ \x0f\x8b\xd9\xbc\x6d\x9d\x55\xd0\xd6\xcd\x60\x30\x1c\xac\x8d\x04\ \xa3\x67\x1f\x10\xc0\xa8\x59\x5d\x6d\x5d\xbd\x2a\x36\x5b\x4c\xdb\ \x8d\x63\x1d\xdf\xb8\xd9\x7e\xd3\xeb\x8d\xca\x5e\x47\x67\x06\x55\ \x49\x26\x07\xc8\x00\x48\xa4\x0d\x31\x70\x94\x4e\x59\xec\xfe\x31\ \xfa\x13\x47\xbf\xbe\xb6\x5a\x16\x65\x22\xe8\x11\x01\x91\xb6\xd6\ \x26\x02\x7e\xa2\x37\xef\xec\xef\x4f\xc6\x63\x7d\xe0\xaf\x4b\x4b\ \x2e\x35\x01\xc0\x32\xdc\xe1\x40\x48\x93\x48\x08\x37\x19\x29\x92\ \x16\x15\xa9\x10\x92\xd5\x54\x62\xe9\x21\x29\x18\x0c\x87\x45\x59\ \xec\xef\x8f\x51\xc0\x5a\x33\x9b\xcd\xb4\x32\x65\xd9\x41\x44\xe7\ \xbc\x1c\xa8\x37\x8b\x2c\x2b\xf3\xdc\x68\xd3\xed\x94\x36\xcf\xa2\ \xc8\xb4\xaa\xc6\xe3\x71\xdb\xb6\x51\x18\x0e\x57\xda\x01\x08\x69\ \x3c\xd9\xbf\x70\xe9\x8a\x22\x4d\x0c\xab\xfd\x95\xb2\xdf\x29\x57\ \x7a\x4c\x50\xb5\x4d\x2b\x51\x84\x15\x61\xe3\x9a\x76\xe2\x06\xdd\ \x41\x59\x14\xdc\xba\x96\x25\xcf\x7a\x10\x99\x63\x0b\x96\xbb\xdd\ \x9e\x68\x99\xec\x4f\x16\xb3\xa9\x52\xd4\xb6\x4d\xb7\xdf\xcf\xcb\ \x15\x83\x4a\xb3\x12\x91\xc0\x51\x21\x94\x45\x77\x65\x65\xd8\xe9\ \x76\x10\xa4\xaa\x2a\xad\x89\x11\xad\xb6\x29\x43\x75\x49\x82\x14\ \xe0\xc0\xc9\x89\x57\x29\x95\x17\xf9\x78\x3c\x26\xa2\xfd\xf1\x3e\ \x11\xc5\xc8\xde\x79\x49\xe9\x4e\x07\x27\xa4\x2f\x3e\x85\x88\xdc\ \xd4\xb6\x8b\x88\x84\xc0\xda\x2e\x65\x4d\xf3\xd9\x7c\x7f\xbc\x5f\ \x16\x85\x56\xca\x45\x4f\xca\x9c\x3a\x75\x0a\x10\x9f\x7d\xee\x39\ \xef\xdb\xe4\xf4\xb8\xbc\x59\xcc\x0c\x40\xa4\x38\xc6\xc4\x90\x56\ \x44\xda\xda\x2c\xcb\xb4\xd6\x65\x91\x0b\x40\x0c\x3e\xc9\x36\x5f\ \x48\xad\x40\x41\x4c\x96\xfd\xa9\xbe\x12\x3c\x73\xe1\xd9\xf5\x3c\ \x17\xa3\x98\xc8\x35\x10\xa3\x72\x75\xe4\xa6\x69\xc4\x2f\x66\x93\ \xb1\xb6\x9d\x5e\xb7\x37\xec\x85\xc8\x02\xce\x1a\xac\x17\x8b\xa6\ \xaa\x8b\xbc\xd0\x19\x72\x6c\x7d\x8b\x56\xab\xcc\x66\xce\x83\x80\ \xc4\x18\xd7\xd7\xd7\x4e\x9d\x3e\x35\x1c\xf4\x8d\x35\x4b\x7a\x2e\ \x11\x33\x63\xc2\x13\x05\x83\x0f\x80\x31\xb5\x20\x21\x04\x00\xb0\ \xd6\xee\x4c\x77\xda\xb6\x15\x20\xe7\x3d\x24\x74\xeb\x90\x0c\xf7\ \x27\xbf\x20\x4a\xf1\xab\x5f\x8d\x87\xf3\x68\xf8\xaa\x1f\xde\xb9\ \xa3\xf7\x7e\xdb\x8f\xfc\x4f\x3f\x78\xe7\x68\xfd\xf2\xe7\x58\x00\ \x5a\x4f\x6f\xf9\x8e\x7f\xf8\x26\x7e\xf8\x1d\x7f\xf3\x5f\xf5\xdf\ \xf2\x23\x3f\xfd\xdf\xfc\xe0\x27\x3e\xf4\xb7\x1f\x9a\xe9\x5c\xff\ \x45\x79\xff\x33\x47\x66\x64\x61\xed\x93\x6b\xeb\xc7\xa7\x93\xc2\ \x7f\x79\xb6\x3b\x2a\x88\xc1\xdb\x2c\x17\x09\xd6\xea\x1b\xd7\xaf\ \x44\xdf\x8c\x56\xd7\xb4\x32\xa4\x94\xd6\xe5\xf0\xe8\xb1\x95\xcd\ \xa3\xdd\x32\x43\x8e\xdc\x34\xde\xb7\x4a\x62\x89\xe4\xf6\xf7\xa5\ \x2c\xb0\xe8\x5b\xbb\xd9\xeb\xf4\x57\x56\xb4\xce\x0a\x96\x18\x39\ \x90\xd2\xc1\x07\xad\x1d\x08\x93\x78\x4b\xd4\x38\x9f\x1b\x93\xac\ \x7e\x97\x36\xae\xcc\x9b\x9b\x1b\x6b\x6b\xa3\x53\xa7\x4e\x94\x45\ \xe1\xbc\x47\x04\x66\x88\x1c\x8d\xcd\x8a\xb2\xc3\x91\x11\x31\x7a\ \xbf\xb2\x32\x58\x19\xad\xac\xae\x8e\x1e\x79\xf4\xb1\xab\x57\xaf\ \x27\x77\x5a\x8e\x92\x82\x0e\x80\x30\x11\xb9\x53\xef\x1e\x23\x24\ \x2e\x1d\x00\x0a\x0b\x11\x31\x2c\x65\x52\x08\x2c\xc2\x84\x51\x13\ \xad\xad\x0c\x0a\x6b\x39\x33\x52\x16\xc3\x95\x41\x08\x5e\x69\xd5\ \x1f\xf6\x43\x0c\x6e\xe2\x40\x44\x69\xe3\x9d\x07\x44\x24\xdd\x7a\ \xaf\x9c\x13\xa3\x02\x87\xda\xd5\x0c\xd1\x18\x45\xa2\xf0\xd0\xfa\ \x54\xc4\x18\xda\xf9\x78\x47\x44\x08\xd4\x7c\xba\x8f\x00\x47\x8e\ \x6c\xae\x0c\xbb\xac\x48\x74\x58\x14\x1c\x45\x79\xb1\xcc\x92\x79\ \xd6\x4d\x3d\x9f\xd7\x0a\x20\xcf\xc6\xfd\x41\xdf\x58\x13\x9a\x16\ \x43\x44\xa0\xa6\xa9\x00\xd8\x2a\x95\x75\x0b\x44\x68\xda\xba\xdb\ \xef\x53\xa6\x45\x29\x0e\x6c\xb2\x8c\x94\xaa\xaa\x85\x36\x2a\xd3\ \x3a\x78\x27\x8c\x12\xa3\x26\x62\x06\xd6\x10\x39\x02\x4b\x3a\x85\ \x10\x91\x20\x36\xad\xd3\x5a\xe5\x79\x51\xd7\x4d\x5d\xd7\x44\x20\ \x12\x99\x7d\x02\x82\x95\x31\x22\xf1\xc0\x1e\xf8\xf9\x97\xcf\x22\ \x49\x58\x94\x68\xf5\x1c\xa3\xd1\x96\x10\x5b\x1f\x67\x8b\xa6\x75\ \xa1\xdb\xed\xe4\x59\x1e\x39\x2a\x82\x33\x27\x8f\x8f\xc7\xe3\xdd\ \xdd\xbd\x64\xfa\xcb\xcc\x22\x8c\x44\x02\xc2\xec\x11\x53\x5e\x36\ \x21\x82\x46\x12\x81\x2c\xcf\x90\x48\x21\x68\xb4\x2c\x49\xdf\x7a\ \x68\x9e\x3b\x04\x45\x88\x44\x82\xc4\xa0\x89\x84\xd4\xb5\xed\x6d\ \x3f\xe8\xdb\x6e\x36\xae\x2a\x9f\xa0\x1b\xa3\x4a\x95\x71\x32\x56\ \x40\xa8\x16\xf3\xb6\xad\x59\xa4\x28\xf2\x7e\xaf\xb4\xca\xe4\xfd\ \xac\xaa\x2a\x45\x06\x11\x5d\xe3\xb2\x72\x25\x2f\x72\xcf\x41\x01\ \x0f\xfa\x9d\xe1\xa0\x1b\x43\x13\x43\xee\x20\x0a\x1b\x00\x51\xa4\ \x58\x54\xf2\x55\x52\xa4\x03\x7b\x4d\x9a\x40\x85\x18\x88\x54\x08\ \xde\x18\xb3\x58\x54\x2e\x04\x22\xc3\xc2\x0c\x42\x78\xb8\x80\x6c\ \x22\x7a\xe4\x51\x50\x8a\x6f\xbb\x0d\x9c\x7b\xf1\xfc\xc2\x00\x80\ \x94\x6e\xf7\x9e\xfa\xb9\x7f\xf6\x43\xc7\xde\xf4\x23\xff\xd5\x9a\ \x49\x48\x87\xd2\x5a\x41\xb3\xbf\x75\xbd\xde\xdd\x9b\x37\x9b\x8e\ \xe1\xab\xbe\x59\x12\x39\x88\x00\x91\x7e\xfe\x1c\x28\x31\x72\x04\ \xd4\x8a\x88\x39\x2c\x8d\xfc\x91\x14\x7d\x99\xed\x82\xd9\xb3\x08\ \xa2\x56\xcf\xbf\x6a\x4e\xbf\x33\x7d\x51\x24\x31\x37\x9e\xff\x86\ \xf4\x23\x09\xee\x27\x44\xe6\x00\xa8\x68\x89\x0b\x87\xa4\xb3\x7b\ \x29\xd7\xf7\x67\x47\x2b\x0f\x5c\xba\x38\x68\x1a\xf9\x72\x1d\x8f\ \x36\x7a\x51\x2d\xb4\xd6\x21\xfa\xe0\x1d\x12\x6d\x6d\xf9\xd9\x74\ \xa2\x94\xb6\xda\xf6\x46\xab\xfd\xd5\x51\xbf\xd7\x41\x64\xf4\x9e\ \x7d\x1b\x30\x0a\xc7\xd9\x74\xaa\x35\x77\x72\xab\xd8\x37\xd3\x05\ \x14\x9d\x28\x2d\xfa\xa0\x8d\x65\x66\x90\x0a\x80\x83\xaf\xd8\xb5\ \x99\x31\x04\xa4\xc0\x18\xad\x92\x6f\x53\xba\xd0\xd1\xbb\x23\x1b\ \xeb\xa7\x4e\x9f\xb4\xb9\xf1\xde\x2b\xa5\x08\x49\x24\x59\x3f\xb2\ \x48\x48\xf2\x24\x22\x72\xae\x45\x54\x83\xe1\xe0\xde\x7b\xee\xd9\ \xd9\xd9\x0b\x21\x2a\x5a\x26\xcd\x93\x4d\xe1\x95\x72\x40\x2c\xbe\ \x49\xb5\x06\x22\x44\x54\x31\x06\x41\x00\x24\xad\xb4\x20\xa3\x48\ \x55\xcd\xd6\x56\x57\x8e\x6c\xac\x01\x30\x22\xf8\xe8\xcb\x32\xef\ \x0f\x7b\x55\x55\x2b\x8d\xbd\xe1\x08\x09\xc7\x93\x31\x10\x68\xab\ \x5b\xe7\x83\x88\x46\x00\x4d\x79\xa7\x88\x12\x9b\x18\xf2\x3c\x73\ \x3e\xb6\xde\xa7\xc4\x89\x43\xd5\x76\x6c\xab\xca\xd5\xf3\x2c\xcf\ \x97\xe7\x0f\xe1\x9d\xab\x57\xc6\x57\xb9\x30\x84\xd1\x43\xa9\x26\ \x75\x60\xd1\x12\x7d\x3f\x72\xe4\x68\xac\x15\x0e\x5e\xda\xfd\xc9\ \x0e\x33\x13\xe2\x22\x9b\x0f\x06\x43\x6d\xb4\x56\xb0\x98\xcf\xf3\ \xcc\x4a\x04\xdb\x29\xbb\xfd\x9e\x2d\xcb\x10\x19\x89\xf2\x22\xb3\ \xd6\x2a\xad\x93\xec\x53\x11\x28\x22\x04\xf1\xde\x23\x69\x02\x50\ \x4a\x07\x09\xa4\x94\x42\x8c\x91\x93\x5d\x4c\x64\x29\x8a\xb2\xaa\ \x1a\x8e\x2c\x02\xcc\x41\x80\x11\x95\xc8\x32\x10\x29\x85\xb5\xfe\ \x51\x9a\xa1\xdc\xf4\x84\x87\x10\x42\x66\x33\x42\x8a\x2c\x51\x40\ \x90\xa6\xb3\x85\xf7\xa1\xdb\x29\x35\x61\x08\x3c\xe8\xf6\xf6\x77\ \xf7\xd3\xcf\x20\x91\x2c\xc3\xb5\x85\xf0\x00\xbe\x07\x14\x81\xd6\ \x79\x00\x28\x42\x08\xae\x45\x40\x00\xc9\xb3\xdc\x18\x0b\x87\x2e\ \xee\x08\x8c\x98\x16\x02\x09\x10\x40\x14\x0c\x22\x35\x07\x4f\xaa\ \x92\x18\x95\x20\xc4\x2c\x86\xbc\xf5\x9a\xa2\x26\xe8\x96\x39\x82\ \x84\x10\x84\xc5\x37\x2e\x64\xf9\x78\xbe\xab\x40\x77\x3a\x9d\x3c\ \xcb\x85\xd0\x68\x0d\x44\x59\x96\x2d\xea\xa8\xb5\xed\x74\x0a\x63\ \x48\x98\xbd\x77\x44\x59\xca\x43\x02\x40\x66\x4e\x06\x7a\xda\x10\ \xa0\x4e\x49\x25\x04\x0a\x00\x01\x89\x59\xea\xb6\x8d\xcc\x48\x4b\ \x5b\x7d\x80\x43\x14\x77\xa5\x70\xb1\x50\x9f\xfc\x24\x9f\x3e\xcd\ \xb7\xdc\x02\xde\x43\xf6\x22\xa2\xc6\x4a\xd1\xf4\xfa\xb9\x2b\xe7\ \xe3\xb7\xbe\x59\x27\x43\xd2\x9c\xdc\x1f\xfe\xd6\xff\xfd\x5d\x3f\ \xff\x13\xff\xfe\xd7\x5f\x69\x8e\x1c\xff\x83\x7f\xf3\x8f\x1e\x1b\ \xab\xbc\xc0\xaf\xea\xd6\x50\xb1\x3a\x38\x9e\x93\xdf\x9f\x5c\xac\ \xa3\x10\x22\x48\x64\x2a\x37\x46\xc7\x63\x75\x79\xa7\x6a\x06\x83\ \x33\xfd\xac\x14\x76\xce\xcd\x67\xd5\xb6\xfb\x12\x0e\xa0\x08\xa8\ \x5e\xef\xd6\x7e\x66\x17\xf3\x4b\x93\xa6\x41\x22\x00\x01\x2c\x46\ \x83\x63\xa5\xb5\xd1\x5d\xdf\x9a\xee\x80\x1a\x1e\x19\x6d\x36\x8b\ \x8b\xe3\xc6\x29\x22\x11\xc8\xcb\xe3\x83\x62\xa0\xa1\xd9\x1b\x3f\ \xb7\x88\xd8\x2d\xd7\x62\x3b\x76\x02\x28\x51\xd9\x95\x1c\xdd\xa2\ \x6d\x5e\xca\xbe\xc5\xe7\x56\x57\x6d\x88\xb7\xec\xed\xf3\x97\x63\ \x07\x23\xe2\xea\x68\xb4\xb1\xbe\xbe\xb7\xbf\x0b\xa0\x39\xc6\xb6\ \xad\x63\xf0\x00\xc8\x51\xb6\xf7\x76\x8b\x6b\x9d\x23\x47\x37\x8f\ \xaf\x8f\x94\xd5\x95\x77\x8d\x42\x43\x2a\x8a\x60\xd3\xf6\x8c\x29\ \x3a\x79\x3b\x9f\x40\x68\x4d\x96\x41\x24\xef\x6b\x5b\x14\xda\x90\ \xaf\xaa\xaa\x9a\x47\xef\x17\x21\xf6\x87\x23\x54\x98\x68\xc5\xd6\ \x58\x12\x24\x92\x95\x95\x55\x9b\x99\xd6\x35\x0c\x91\x90\xb4\xd5\ \x29\x0c\x28\xcb\x6c\x88\x51\x84\xb5\xb1\x31\x04\x10\xb6\x26\x63\ \x91\xa6\x69\xb6\xb7\xb7\x97\x6a\x55\xad\x43\xd3\x12\x01\x80\x4a\ \xcc\x3c\x66\x41\x5c\xda\x7f\xc7\x18\x99\x81\x08\x88\xd0\x85\x28\ \x1c\x15\x91\x68\x23\x1c\xfb\xbd\xee\xd1\x7c\x73\x65\xd8\x1f\x0e\ \x57\x9c\x6f\x93\x7b\x9f\xd6\x7a\x7d\x7d\xbd\xaa\x6a\x11\x59\xcc\ \x67\x59\x66\x37\xd6\x37\x6e\xdc\xd8\xf2\x21\xb0\x88\xce\x4c\x6f\ \xd8\xcf\x32\x1b\x85\x7d\x60\x16\xd0\x5a\x87\xc8\x5a\x29\x6b\xcd\ \xa1\x4f\xbd\x94\x02\x37\x49\x43\x8a\xd7\x10\xdd\x7a\x17\x80\xbd\ \x8f\x56\x21\x21\x36\xce\x0b\x00\x91\x34\x3e\xe4\x21\x50\xe4\xcc\ \x1a\x44\xd0\x5a\x79\x1f\x42\xf4\x05\xd1\x74\x3a\x75\xde\x17\xb9\ \x2d\xf2\xdc\x5a\x13\x99\x88\x08\x49\x34\x91\x08\x64\x99\x29\x13\ \x5c\x6d\xad\x4d\xb0\xb7\x31\x5a\xa9\x18\x42\xf4\x01\x14\x24\x75\ \x68\xd3\xb6\xc1\x5a\x6b\xcc\xd2\x18\x32\x0d\x27\x34\x4d\x26\x13\ \xef\x03\x29\xc5\x2c\xcc\xa2\x28\x2d\xdf\xe7\x47\xd9\x89\xd1\x79\ \x73\xa4\x9d\xc8\xc0\x49\x7c\xbf\x64\xa3\x22\x86\xe0\x63\x88\x9d\ \x51\x27\xd9\xaa\xc4\x18\x42\x10\x6b\x6d\xb7\x5b\x2a\x4d\x91\x65\ \x99\x94\x8d\x4b\xc7\xe1\xe8\x3d\x80\x90\x5a\xd2\xe7\x93\x3b\x59\ \xf0\x3e\xc6\xd8\xef\x76\x89\xd0\x68\x43\x2f\xb8\x19\x5d\x52\x39\ \x97\x99\xaf\x14\x42\x08\x21\x68\x45\x1c\xe3\x7c\x51\x95\x65\x27\ \x84\x10\xbc\x2f\xba\x19\x87\xf6\xb9\xe7\x9e\x3b\x7e\xec\x68\x51\ \x14\x31\xb2\x52\xaa\xaa\xab\x7e\xaf\xdf\x36\xae\x6d\x5b\x65\x54\ \xe0\x28\xa4\xb3\x8e\x59\x19\xae\x34\x0e\x86\xc3\x7e\x9e\x2b\x22\ \x55\x14\x45\x9e\x67\x88\x24\x02\x44\xc4\x2c\x4d\xd3\x2a\x45\xcc\ \x32\x9b\x4e\x7d\xf0\xc6\xd8\x7e\xbf\x4f\xa4\x62\x08\x8a\x94\x6b\ \xdb\xe9\x74\x92\xa8\xf0\x69\xfe\x21\x72\x88\xe2\x4e\x84\xbb\xbb\ \x74\xee\x5c\x7c\xdb\x5b\xa5\x2c\x71\xb1\x78\xd1\x9b\x47\xd2\xc6\ \x3c\x5f\xfc\xa2\xd0\xd1\x5b\xef\xd1\x97\x1f\x79\xcf\xfb\x3f\x7a\ \xf6\x1b\xff\xfa\x6b\xde\xf8\x96\x13\xbf\xff\xc4\x35\x0f\xe6\x4f\ \xbb\x65\xcc\x31\x2f\x4f\xdf\xff\xb2\xef\x5a\xed\x6c\xea\xe9\x87\ \x7f\xfb\x93\xef\x1c\x07\x11\x5c\x79\xe5\x7d\x3f\xf4\xea\xe3\xc7\ \xa9\x7d\xf6\x77\x3f\xfa\xb3\xd9\x91\x37\xbe\x62\xf3\x84\x2a\xee\ \xbc\xb5\xb8\xfe\xcb\xef\xfd\xe1\x4b\x3e\x33\x07\x15\x4d\x44\x44\ \x75\x6f\xbb\xfd\xaf\xde\x36\xd8\x5c\xb1\xfb\x1f\xfc\xd8\x4f\x3d\ \x3d\xae\x14\xf8\x6c\xe3\xbf\xf8\xae\xd7\x7f\xeb\xde\xfe\xf9\xf9\ \xee\x07\xde\x37\xae\x5e\xfb\xea\x7f\xf4\x8a\xd5\x95\xb6\x7d\xea\ \x03\x1f\xfd\xb7\x57\x1c\x8b\x14\x6f\x7a\xc3\x8f\xdf\xa3\x9e\xd9\ \xf2\x5d\xd3\x7c\xf6\xdd\x9f\x7a\xff\x9b\xdf\xf4\xd3\xfd\xeb\xff\ \xf2\x97\x3f\xf3\x71\xc1\x95\xb7\xbf\xf1\x27\x6f\xa9\xff\xfd\xff\ \xf3\x91\xff\x6c\xcc\x4b\x74\xac\x4a\x00\xdb\xdd\xee\x5e\xb7\x7b\ \xcb\xde\xde\xde\x1f\xeb\xdc\x45\x00\x18\x48\x51\xe4\x25\x8b\x19\ \x34\xb5\x6d\xeb\x7d\xab\x08\x91\x14\x0a\xd6\xd3\xc9\x73\xf5\xf4\ \xda\x25\x3d\xc8\x33\x76\xb5\x1d\x74\xeb\xf9\x82\x81\x39\x42\x13\ \xc5\x8f\xf7\x62\x08\x36\xcf\x4c\x96\x77\xbb\x3d\x24\xf4\xbe\x82\ \xcc\xd4\xb3\xa9\x6f\x1a\x9b\x65\xda\x1a\xe1\x88\x8a\xf3\xcc\x10\ \x01\x21\x68\xab\x47\x2b\xc3\xd5\xb5\x91\xb1\x2a\x46\x2f\x2e\x6a\ \xa5\xdb\x16\x8c\x31\xcc\xf1\x20\x8c\x8f\x31\x4d\xd5\x12\x52\x89\ \xa8\x94\xda\xd9\xd9\x51\x4a\x11\xe9\x83\x9a\x72\x93\xa1\x91\x26\ \x6c\xcb\xb8\xcd\x44\xeb\x4e\xfc\x8b\x44\x9b\x21\x45\x5a\x54\xf0\ \xd2\xeb\xf7\x1f\x78\xd5\xfd\x31\x7a\xe6\xa0\x94\xca\x8b\xc2\x68\ \x53\x37\x75\xd3\xb6\x44\xca\x39\xd7\x3a\xd7\xb4\x6d\x0c\x31\x09\ \x32\x75\x66\x74\x6e\x6c\x9e\x91\x56\x8d\x73\x44\x94\x67\xb6\x28\ \x8a\xa4\x2d\xd4\x4a\x1d\x1a\xd0\xd4\x5a\xa7\xe8\x38\xa5\x35\xb3\ \x78\xe7\x9a\xb6\x29\x8c\x8e\x1c\x95\xd6\xa8\x35\x53\x58\xd4\xb5\ \x22\xe9\x7b\x1f\x22\x97\x45\x56\xd5\x55\x5b\x57\x1b\xeb\x6b\x46\ \x5b\x02\xf4\x3e\xd8\x2c\x1b\x76\xba\xb3\xe9\x04\x45\xf2\x2c\x8b\ \x31\x70\xdb\x6a\x55\x1c\xd9\x5c\xaf\x5d\xb0\xc6\xe6\x59\x66\xac\ \xd1\x8a\x12\x58\xc2\xc9\xa2\x93\x28\x84\xe8\x9a\x7a\x3e\x9f\x07\ \xef\x49\xa9\x7e\xbf\x9f\x0f\x87\xb8\xc4\x85\x11\x05\x5c\xeb\xe6\ \xb3\x85\x00\x20\x92\x48\x3c\xb8\xb6\xf2\xc5\x6c\x4e\xfc\xd2\xee\ \xfd\xa6\x41\x0d\xdc\xb4\x6a\x47\x60\x11\x1f\x7c\x66\x33\xb0\x5a\ \x11\x21\x42\x55\x2d\x9a\x59\x8b\x8a\x94\x56\x1c\x22\x01\x0a\xa2\ \x08\x68\xad\x15\x91\x77\xc9\x2f\x28\x19\x28\x8a\xce\xad\xcd\x52\ \x30\xba\x37\x46\x17\x45\xc1\x2c\x7c\xe0\xd6\xf2\x42\xeb\xd2\x32\ \xf2\x2e\xbd\xdf\x24\x32\x87\xc8\xd6\x66\x8a\x54\x6a\x11\xda\xa6\ \x2d\x73\xb3\xb1\xb1\xe1\xbd\xef\xf7\xfb\x21\x34\x80\x08\x20\x93\ \xe9\xd4\xb5\x6e\x38\x58\x09\x21\xa0\x52\xdd\x5e\x4f\x48\xaf\xaf\ \xaf\xba\x00\x79\x9e\x15\xa5\xc9\x8b\x1c\x40\xea\xba\xe9\x74\xca\ \xb4\x79\x10\x91\x31\x5a\x29\x3d\x19\x8f\xab\xaa\xd2\x4a\x19\x6d\ \x80\x97\xbd\x27\x21\xd4\x75\x53\x2d\xaa\x94\xa7\x9a\x18\xf8\x22\ \x72\xa8\xce\xfd\xfa\x75\xba\x70\xc1\xdd\x77\xdf\x8b\x3d\x4a\xfd\ \xb2\x0c\xdf\xa0\x07\xdf\xf4\xfd\xdf\xbb\xf5\xa1\x7f\xf2\x6f\xfe\ \xf5\x6f\x66\x1f\x78\xf6\x5d\xbf\xf6\x23\xaf\xbf\xeb\x9d\xbf\xfa\ \xa9\xb9\x29\xd4\x9f\xb6\x2b\x69\x57\x3d\xf5\xd1\x87\x7f\xee\xf4\ \x99\xbf\xf6\x9a\xf5\x2e\xea\x13\x6f\x7d\xe0\xfb\x76\x6f\x3c\x7d\ \xf7\xba\xfe\xdd\xf7\xfd\x60\xff\x15\x3f\xfe\x86\xb3\x2f\xfb\x95\ \x87\x7e\xf6\xb1\x47\xb3\x07\x5e\xf7\x3f\x2f\x9a\xdf\xbb\xe2\x94\ \x51\xc4\x71\xd1\x84\xa0\x54\x91\x69\x8b\x3c\x79\xfc\x73\xbf\x78\ \x6d\xfd\x0d\xdf\x70\xf7\x6b\x09\xec\xcb\xef\xf9\x7b\x47\xe7\xef\ \xfa\x94\x2f\x16\x3b\x1f\x7c\xf7\x47\x7e\x6e\x1c\xd4\xea\xc9\xbf\ \x71\xcf\x70\xff\x57\x7f\xef\x9f\x9d\x7d\xed\xff\xfe\xc0\xad\x5f\ \x77\xe9\xf1\xc7\x50\x0f\x34\xdf\xf8\xd8\xa7\xfe\xfb\xdf\xbd\x71\ \xe6\x1f\x7c\xf7\x8f\xbf\xfc\xc8\x05\x12\x38\x71\xeb\xb7\x1d\x7d\ \xec\x43\xfb\xa3\xd7\xdd\xb9\x7a\x6b\xbc\x6a\x35\x1e\xd6\xfb\xf5\ \xcf\xa1\xb8\x33\xcf\x33\xbb\xd5\xed\xdc\xb6\xbb\x37\x91\x3f\x6a\ \x21\x94\x12\x7d\x9b\xba\xde\xde\x72\x00\xcc\x21\x99\x47\x45\xa5\ \x50\x29\x02\x40\x8d\x00\x22\x6d\xd3\xd4\x95\x9f\x4f\xa1\x63\x4c\ \xc6\x30\x77\x2d\x12\x90\x02\x17\xa5\x54\xd4\xe9\xe4\x48\x2a\xf8\ \x76\x3a\x6e\x11\x89\x85\x57\x86\x03\x6b\x8d\x55\xd8\xb6\x0e\x95\ \xaa\xeb\x2a\x57\xb6\xec\x14\x5a\xab\xb2\x2c\xca\x4e\xb9\x32\x1c\ \x18\x4d\xb8\x64\x46\x22\x22\x79\xef\x8d\x31\x44\x37\xcd\x67\x10\ \x01\x48\x1b\x88\x51\x00\x98\xa5\x75\x6e\x3a\x9d\x1a\x63\x48\x99\ \xb6\x6e\x93\x5e\x34\x45\x01\xdc\x5c\xe9\x88\x90\xc0\x19\x48\xcc\ \x6b\x82\x44\x62\x37\xa0\x20\xb9\x96\x87\xb8\xbf\xbf\xdf\xd4\x0b\ \x04\x2e\xbb\xa5\x22\x15\x59\x10\xc9\x18\x43\x44\x4a\x29\x52\x1a\ \x00\xab\x58\xe5\x79\xbe\xa8\x2b\x65\x94\x97\xd8\x78\x67\xd1\x34\ \x6d\x9b\x65\x99\x36\x7a\x75\x75\xb5\xdb\xed\x8c\xf7\x27\xe6\xb0\ \xc6\x61\x07\x2a\x1e\x65\x8c\x11\xc1\xd6\x35\xde\x7b\xd2\x4a\x14\ \x91\xd6\xac\x74\x13\x63\xed\x3d\x19\x5d\xe4\x16\x94\x72\x3e\x90\ \xc2\xb2\x2c\x11\xc0\xfb\xd0\xed\xe4\x5a\x51\x92\xcc\xec\x8f\xc7\ \xd1\xb9\x4c\x97\xf3\xd9\xbc\xe8\x74\x4d\x96\x45\x65\x57\x86\x43\ \x35\xaf\xb4\x36\xc6\x68\xad\x75\xf0\x2e\x08\xa7\x73\x46\xf2\x5e\ \xcf\x8c\xee\x99\x3c\xcf\xb2\xa6\x6d\x33\x6b\x8d\xb5\xce\x7b\xa5\ \x54\x4c\x05\x01\x71\x32\x9d\x54\x55\x4d\x40\x22\x12\x23\x2f\x09\ \x84\xf0\x47\x67\x99\x37\x0b\xfa\xf3\x27\x57\x04\x42\x0a\x91\x93\ \xbd\x2d\x11\x2d\xaa\xaa\xf5\x6d\x99\xe7\x69\xac\x6d\xad\x25\x8a\ \x2e\x46\x9b\x59\xe7\x2b\x21\x14\x10\x22\xc5\x22\x0a\x50\x91\x0e\ \x31\x1c\x64\x70\x73\x8c\x21\x78\x62\x05\xad\x6b\xda\xb6\x2d\x8b\ \x02\x01\x92\x1b\xc4\x61\x0b\xfa\xd2\x77\x1d\x50\x25\x4f\xf5\xf4\ \x65\xe7\x43\x62\x1f\x1a\xa3\x6f\x1a\xe6\xb4\x6d\x4b\xc0\xdd\x4e\ \xae\x08\xc7\xe3\xfd\xa2\xe8\xb6\x6d\x6b\x8c\xca\xf2\x3c\xe9\x5a\ \x9c\x73\x65\xa7\x5c\xcc\xe7\x79\x77\x98\xe7\x59\xa7\x2c\xf3\x22\ \xb7\x16\xcb\xb2\x68\x1b\xb7\x4c\x9a\xa5\xe4\xc9\xa3\xb4\x46\x6b\ \xed\x68\xb4\xd2\xed\x76\x8c\x31\x08\x18\x62\x00\xc4\x18\x23\x02\ \x84\xe0\x82\xf7\x69\x5e\x71\x73\x80\xf1\x35\xbf\xbd\x04\x51\x3d\ \xfc\x30\x88\xc4\x57\xbd\x0a\xfe\x1c\x8b\x3b\x29\x63\xb4\x02\x00\ \x8c\xed\xd6\xd5\xbd\x6f\xfe\xfa\xbf\xfc\x96\x8f\x6f\x75\x5e\xfd\ \xf6\x5e\x98\x6e\xed\xd4\xf8\xd5\x89\x54\x63\x70\xe5\xe6\xbd\xaf\ \x38\xfd\xca\xb8\xf7\xeb\x6d\x5c\x3c\x77\xf9\x13\xb6\xbc\xcd\xb8\ \x1b\xb3\x66\xaf\x1d\x6f\xe5\x47\x37\x35\x80\xd9\x78\xf3\x7d\x6b\ \xf4\x91\x8f\x7e\x46\x50\x33\xbb\xd1\xf1\x6f\x7f\xd5\xb1\x5b\x26\ \xd7\xfe\xd3\x43\x57\x3e\x1f\x41\xc8\x1e\xbd\xfb\xf6\xb7\xf6\xe1\ \xfa\xc2\xf9\xb8\xfb\x69\xdf\x8c\xc5\x6e\xb5\xe5\xb7\x7d\xef\x37\ \xde\xf6\xc8\x23\x3f\x73\xb9\xb7\xee\xab\x8b\x13\x37\xdd\x1b\xef\ \x9d\xed\x9f\x32\xf2\x19\x2f\x3e\xaa\xf5\xfb\xee\xfb\xe1\x91\x3f\ \x36\xf2\x5f\x78\xb0\x0a\x6b\xcd\x23\x9f\x6f\xb3\xaf\xbb\xe5\xf5\ \xfb\x9d\x7b\xaf\x5f\x7e\x1f\xca\x28\x03\x68\x5e\xb2\xc5\x5d\xa4\ \x32\xe6\x99\xd1\xe8\xd5\x4f\x3c\x71\x71\x51\xc5\x2f\x5a\x15\x69\ \x94\x4e\x48\x91\x39\xd4\x1e\x49\x38\x7a\x24\xc8\xac\xb5\xd6\x2e\ \xf7\xab\x18\x5d\xd3\x34\xa1\x25\xa3\x41\xeb\xa0\x94\x0b\xed\x9c\ \xa3\x26\x65\x04\xe6\x4d\x03\xa0\x42\x84\x22\x2f\x14\x11\x8b\x78\ \xef\x8c\x31\xce\xbb\x76\x3e\xe3\x28\x83\x61\x5f\x59\x83\x64\x6c\ \x9e\xe7\x79\xd6\xef\x77\xbb\xbd\x6e\xa7\xd3\xd1\x4a\x15\x45\x5e\ \x94\x79\x0a\x9c\x31\x46\x87\x10\x9c\x6b\x8d\xd6\x3a\xb3\x20\x90\ \xd4\x2e\x88\x9c\x7a\x71\x66\xde\xde\xda\x76\xce\xd9\x2c\x0f\x21\ \x7a\x0e\x74\x33\xc8\x8b\x9e\xd7\xd4\x24\xc1\x37\x2e\x79\x8c\xcb\ \xb8\x55\x89\x89\x81\x46\x20\x32\x9f\xcd\x5c\xeb\x00\x60\xb1\x58\ \xb4\xae\xed\x75\xbb\x89\xad\x91\x6c\xc4\xdb\xd6\x59\x0b\x44\x94\ \xe7\xf9\x7c\xbe\xb0\x59\x36\xab\xea\xaa\x5e\x18\x6b\x8c\xed\x77\ \xbb\x5d\x11\x69\x9a\x46\x58\x8c\xd6\xab\xa3\x95\x7e\xaf\xc3\x87\ \x5a\x41\x88\xd0\xb6\xae\xaa\x6a\x9b\xe5\x02\xc8\x31\x26\xbf\x2d\ \x46\xd1\x4a\x07\x90\xba\x75\xa0\x14\x12\x32\x51\x14\x08\x22\xce\ \x7b\x4d\xd8\xeb\xf5\x85\xe3\x6c\x36\x2f\x0a\xeb\x5c\x63\x8b\x32\ \xcf\x0b\xcc\x73\x22\xe4\x24\xf6\x6d\x6a\xcc\x28\xb3\x26\xcb\x2c\ \x21\x59\xad\x53\xe7\xae\x08\x33\x9b\xdd\xf4\x23\x0c\x2e\x20\xaa\ \xa2\x28\xac\xb5\x44\x18\x42\xe4\x10\x8c\xd1\xc2\xc8\x91\x8d\x35\ \xde\x79\xe7\xda\x54\x08\x01\x96\x52\x82\x9b\x09\x4a\x4b\xe2\x22\ \xa1\x44\x81\x14\xdf\xf1\xbc\xf4\x2c\x39\x99\x8b\x08\x27\x98\x3f\ \x84\xb0\x98\x2f\x40\x24\xcb\x0c\x30\x47\x0e\x44\xd8\xe9\xf6\xba\ \xdd\xee\x6c\xbe\x20\x24\x4e\x53\x40\x52\x40\xa4\xb4\x89\x2c\xcc\ \x92\x50\xb5\xe0\x43\x2d\x51\x29\x74\xce\xb5\xae\x55\x4a\xb1\x84\ \xe4\xfb\x76\xe8\xd6\xfd\x8b\xf6\x21\x02\x10\x20\x14\x26\x1f\x22\ \x12\x6a\x9b\x13\xc0\xea\x68\x94\x19\x25\x10\xad\xb5\xc9\xb5\x88\ \xa3\xb4\xad\xd3\xda\xe7\x45\x1e\x39\x68\xa3\xf3\xcc\x64\xc6\xd4\ \x75\x1d\x62\x50\x26\x0b\xd1\x67\x99\x1d\xf4\x7b\x40\x48\x4a\x08\ \xa9\x2c\xcb\x74\x3e\x5b\xd2\x8d\xbc\x4b\xc2\x2b\x52\x94\xe7\x79\ \x32\xce\x04\x11\x44\xc8\xac\xf1\x3e\x74\x3a\x65\xa7\x53\xd6\xf5\ \xbe\x08\x6a\x42\x16\xc1\x43\xc8\x28\x10\x91\x1e\x7d\x94\x6f\xb9\ \x45\x8e\x1d\xfb\x73\x2b\xee\x88\xb0\xd8\xbb\x7c\x69\x6b\x0c\xa8\ \x2c\xb5\xef\xfb\xbf\xfe\xf9\x1f\xec\x9d\xfe\xef\xfe\xe9\x3f\xff\ \xbb\xdf\x72\xfa\x9d\x3f\xf1\x2f\x3f\x7e\xd1\x17\x5f\x1d\xd3\x5d\ \x29\xda\xba\xf4\xff\xfd\xe2\x07\xfe\x45\xbb\xf2\xcd\x77\x8d\xe0\ \xb1\xa7\xde\x75\x75\xbe\x20\x65\xd2\xde\x28\x31\x78\x31\xa7\x8f\ \xbd\xca\x8f\x1f\xba\x36\x6f\x12\x4a\x18\xfc\xfe\xb8\xda\x9a\xb9\ \x5a\x90\x88\xac\x9f\x7e\xe6\x5d\xef\xff\xc7\x0f\x4f\xd6\x5f\x73\ \xeb\x3d\x57\x9e\xfb\xed\x27\xf7\xf7\x9b\xdd\x8f\xbc\xe7\x0f\xff\ \xe9\x87\x2e\x2d\x5e\x7d\xef\xf7\xf4\xc0\x0b\x25\x1f\x6c\x12\xf6\ \x02\x98\xbc\x8f\x9a\x7a\xeb\xca\xe5\x77\xff\xc6\x87\xff\xd5\xd5\ \x16\x0a\x98\x3d\xfe\xcc\x47\x8e\xdd\xf6\x8e\x07\x36\xda\x47\xcf\ \x7d\x1c\xb2\x35\xf3\xa2\x9a\x6a\xfe\x59\x3c\x9e\x1d\x8d\x48\x60\ \x73\x3e\x8f\x5f\x84\x57\x26\x34\x70\x6d\x75\x35\x72\xf0\xde\xb9\ \xb6\x71\xde\xb7\x4d\x5b\x55\x8b\xba\xae\x11\xd1\x68\x53\xd7\x95\ \x0f\xce\xe8\x24\x15\xa4\x20\xb2\xf0\xde\x13\x89\x31\x3a\x2f\x5c\ \x60\x9d\x15\x26\xef\xdc\xd8\xd9\x9d\x2d\x1a\x9b\x17\x36\xcb\x49\ \xe9\xd6\x85\x6e\x6f\x08\xa4\x9a\xd6\x09\x73\xd3\xd4\x4d\xb5\x18\ \x0e\xfa\x9b\xeb\xeb\x2b\x2b\xc3\x5e\xaf\x37\x18\xf4\xad\x35\x29\ \x9a\x86\x0e\x0c\xc1\xa3\xf7\xf3\xd9\xec\xca\xa5\x4b\x17\x2f\x5e\ \xd8\xda\xba\x51\x57\x8b\x64\xa1\x97\x34\x7b\x3b\xbb\x3b\xcc\x0c\ \x80\xce\x39\xb9\xe9\xe9\x8d\x37\x2b\x3b\x2e\x3d\x10\x0f\x24\x94\ \x37\xad\xac\x44\x20\x32\x2b\xad\x88\x50\x40\xac\xb5\x83\xc1\xa0\ \xdb\xed\x22\xc2\x78\x32\x89\x31\x14\x45\x9e\x00\x5f\x6b\x6d\x96\ \xe7\x79\x91\x67\x79\x3e\x5c\x19\x6e\x6c\x6c\x6c\x6e\xae\xe7\x79\ \x3e\x9f\xcd\x76\x77\xf7\x62\x8c\x44\x64\xd2\x04\x13\x80\x93\x0f\ \xd4\x21\x43\x54\x31\x4d\x1d\xeb\xa6\x71\xae\x65\x8e\x49\x02\xea\ \x5d\xa8\x9b\xb6\x6a\xda\xc0\x42\x5a\x19\x6b\x3b\x9d\x6e\x96\xe7\ \x48\x14\x23\x87\x18\xdb\xb6\x15\x96\xb6\x75\xcc\x31\xcf\xf3\x94\ \x38\x8a\xa4\xb4\x31\x5a\x9b\x94\xad\x4c\x20\x99\xd5\x99\xd1\xe9\ \x79\x02\xb3\xa2\x94\xb1\xca\x71\x69\xb4\x96\xf8\x29\xec\xda\xd6\ \x3b\x17\x42\x48\xed\x70\x9a\x33\x8a\x30\x88\x74\x7b\x1d\xa4\x64\ \x22\x13\x99\x59\x1b\x45\x2a\x99\x29\x26\x23\xa0\xf4\xb1\xdc\xf4\ \x81\x58\x0e\x53\x93\x0d\x01\x0b\x02\x26\xa5\x71\x22\x4a\x36\x6d\ \x13\x42\x48\xac\x79\xad\x74\x1b\x3c\x8b\x24\x23\x0a\x24\x12\x49\ \xd4\x78\x45\xa4\x20\xd1\x13\xf1\xc0\x2c\x17\x25\x4a\x9c\xcf\x67\ \xd6\xda\xe1\x70\x90\x9e\x2a\x2c\xa7\xba\x87\xae\xed\x69\x8b\xba\ \x09\x33\x21\xb3\x44\x06\x52\xca\xa4\x43\x8c\x73\x21\x86\x14\xf3\ \x5b\x76\x8a\xba\xa9\x9d\x73\x59\x96\x21\x82\xf7\xde\x05\xef\x7c\ \xd8\xd9\xdd\xd9\xda\xd9\x49\x6f\x09\x52\x48\x88\x46\xeb\x64\x6e\ \xaf\xb5\x4e\xaf\x28\x1d\x7a\x92\x77\x69\x32\xac\xf6\xde\x05\xe7\ \xbd\x73\xae\x6d\x09\x91\x52\x5c\x09\xc7\x10\x7c\xb7\xd3\x3d\x79\ \xe2\x24\x21\xc6\x18\x84\x23\x82\x00\x7e\xad\x54\x48\x44\xf0\x5e\ \x3d\xf4\x30\xdf\x76\x9b\xf4\xfa\x10\xe3\x9f\x4f\x71\xc9\x33\xf5\ \x89\x5f\xfd\x1f\x1f\x04\x32\x59\x69\x00\xdc\xee\xe7\x7f\xfa\x47\ \xff\x9e\x35\x46\xa2\xf7\x0c\xf6\xab\x23\xb9\x8b\x88\xcd\x8f\x8e\ \x3a\x83\xca\x9e\xee\x2a\x57\xc7\xf2\xae\xdb\xde\xde\xb8\xeb\x0b\ \xf3\x86\xd3\x47\x5e\x39\x38\x72\x72\xff\xda\xfb\xa2\x1a\x1c\x5f\ \x3d\xb3\x7f\xed\x37\x6b\xb0\x39\x00\x92\x9e\x6d\x7f\xfc\xe3\x37\ \x22\x92\x51\xa4\x94\xea\x8d\xfa\x9b\x79\x63\x47\x9d\x4e\xb5\xd5\ \x1c\x39\xf6\xd6\x9e\xdc\xd8\xa9\xa3\x92\x59\xdd\xd6\xda\xe4\xb3\ \xdd\xc7\xe0\xce\xb7\xdf\xb6\xf6\xf2\x5b\x36\x36\xf7\x9e\x7b\xd2\ \x93\x21\xd4\x0a\xaa\x8b\x17\x7f\xe7\xa1\xcb\x93\x8c\xb8\xd8\xe8\ \x64\x36\xdb\xbf\xf1\xf1\x1b\xb7\x7d\xef\xe6\xf8\xc1\x8b\x55\xf9\ \xba\xac\x67\x15\xc8\x4b\x16\x97\x01\xd0\x22\x57\xfb\x3d\x0d\x70\ \x74\x7f\xbf\xfa\x63\x93\xdf\xc9\x64\xbc\x98\xce\xad\x55\xa4\xd0\ \x28\x8d\x04\xcc\xb1\x9a\x57\x20\x58\xe4\x25\x8b\x90\x51\x4b\x43\ \x3d\x06\x17\xa3\x0b\xcc\x84\x11\x91\x8c\x41\x52\x8b\xba\xe1\x4c\ \x6f\x1c\x39\xe6\x5d\x1b\x62\x44\x52\x2c\xac\x50\xed\xee\xed\x87\ \xc0\xc6\xda\xa6\xae\xcb\x6e\xbf\xd3\xeb\x2d\xea\xd0\x1f\x0c\xb4\ \xcd\x88\x54\x96\xe5\xae\xad\xeb\xaa\x2e\x7b\x9d\x64\x33\x88\x88\ \x59\x96\x11\xe2\x78\x3c\xae\xaa\x5a\x2b\x95\x56\x79\xe4\x48\x44\ \x4d\xdb\xce\xa6\xb3\xa4\x81\xfa\xa2\x99\xd8\x41\x1b\x09\x5f\xe4\ \x43\x26\xcf\x1f\xd9\xe5\xe0\x3b\x53\x30\x1b\x00\xfa\x10\x16\x8b\ \xc5\xc6\xc6\x29\x45\xb0\xa8\x16\xae\x6d\xdb\xd6\x01\x40\x96\xe7\ \x00\x31\xd1\xea\x49\x9b\xd4\xce\x03\xe2\xca\x70\xd0\xed\x74\x9a\ \xa6\x89\x81\x09\x15\xa1\x32\x06\x40\xb4\x00\x53\x04\x63\xf4\x61\ \xc9\x90\x4b\x15\x90\x73\x2e\x99\x40\x90\x80\x08\x03\x91\x20\x28\ \xd2\xc6\x6a\x66\x20\x42\x6b\x34\x87\xc8\x08\x65\x99\xdb\xcc\xb4\ \x55\xe5\x11\xf3\xfc\xff\x67\xef\x4d\x83\x2d\xbb\xae\xf3\xb0\xb5\ \xd6\xde\xfb\x0c\x77\x7c\x63\xcf\x8d\x46\x03\xdd\x0d\x90\x04\xc0\ \x49\x93\x39\x89\x12\x65\xca\x22\x65\x0d\x74\xa2\x48\x91\x54\xa9\ \xc8\x91\x68\x2b\x8a\x2a\x55\x51\x22\xa7\xac\xd8\x52\x49\x72\x29\ \x29\xa9\xe2\x54\xb9\xec\x8a\x65\x45\x92\x55\xb2\x25\xc5\x65\xbb\ \xca\x11\x45\x16\x35\x91\x26\x20\x50\x04\x08\x11\x22\x40\x36\xd0\ \x13\x5e\x0f\x6f\xe8\x37\xdf\xe1\x9c\xb3\x87\xb5\xf2\x63\xdf\x77\ \xfb\x75\xa3\x1b\xe8\x11\x3d\xbc\xf3\x81\xc5\x7a\xc0\xbb\xef\xde\ \x73\xd7\x39\xfb\xdb\x6b\xaf\xe1\x5b\x69\x0c\xb0\x0d\xcb\x32\x27\ \x65\xcb\xca\xa7\x46\x21\x64\x59\xae\x95\xb2\xce\x25\x5a\x23\x30\ \xa2\xd2\x0a\x95\xa2\xc0\x4c\x44\xa4\xb5\xc4\xe1\x76\xc6\x78\xef\ \xad\xb5\x84\x97\x34\x96\xa3\xfc\xbd\x36\xda\x07\x5f\x14\x45\x9a\ \xa6\xbb\x77\xed\x3a\x77\xfe\x5c\x60\x06\x88\xdd\xe4\x48\x8a\x88\ \x74\x90\x00\xa4\xe2\x94\x44\xad\xf5\x28\xfb\x17\xc9\x12\x47\xff\ \x00\xa3\xf3\x2e\x49\x0d\x78\x61\xe1\xcd\x5e\xaf\xd1\x6c\x10\x82\ \x75\x4e\x80\x1b\x8d\x66\x65\xd9\xb9\x80\x48\xb1\xe0\x55\x91\x0a\ \x21\x84\xe0\x9d\x77\x2c\x4c\x00\x88\x04\x08\xce\x39\xad\xb0\xd5\ \x6c\xed\xdd\xbb\xa7\xd5\x6a\xd9\xca\x2a\x22\xe7\x9d\xdc\x7c\xcc\ \x7d\x34\x41\x3c\x06\xf3\x08\x90\x48\x31\x05\x11\xb6\x2e\x28\xc5\ \x4a\x6b\xef\x9d\xad\xb8\xd1\x69\x32\x8b\xb5\x2e\x4d\x52\xad\xa8\ \x28\x8a\x34\xcd\x9a\xcd\x66\xe9\x4a\x63\xcc\xc4\xc4\x64\xf0\xae\ \x3f\x1c\x34\x90\x53\x44\xa3\x82\x52\xb1\x20\x49\x19\xa3\x10\x89\ \x59\xb4\xd6\x49\x92\x58\x5b\x69\x6d\xb4\x36\x51\xbf\x54\xeb\xa8\ \x9e\x04\x5a\x9b\x80\x3e\x86\xe3\xb5\x56\xab\xab\xab\x7b\xf6\xee\ \x1e\x0c\x87\xc3\xc1\xb0\xdd\xea\x2c\x2c\x2e\x2e\x2e\x2d\xdd\x20\ \xb9\x6b\x8d\x73\x73\x74\xe2\x84\xfb\x89\x9f\x90\x56\x13\x87\xc3\ \xb7\x30\x2c\xa3\x69\x5b\x88\x26\x55\x00\x00\xa8\x6f\x20\x11\x29\ \xe2\xd3\xe6\x93\x1f\x79\xcf\x77\xe6\xe4\xcf\x1c\xff\xcd\x57\x36\ \xcd\x47\xbe\xe5\xbb\xe7\xfe\xfa\x9f\x7d\xfe\x6b\x2f\x7c\xf4\x9b\ \xff\x57\xbf\xfa\xf9\x3f\x3a\xf3\x92\x31\xd3\x10\x16\x96\xd6\x96\ \x69\x4b\x0f\x00\xc9\x18\x32\xa3\xb2\x45\x9a\x7e\xf7\x53\x3f\xbe\ \x37\x6f\xf6\x56\x3e\xfb\xe7\xa7\x5f\x79\xe4\x89\x9f\xde\xd5\xff\ \x8c\x6f\x1d\xfb\xf6\xb7\xbd\xcf\x60\xff\xb9\x17\x7f\xfd\xe2\xea\ \xd9\xa7\x4f\x3e\xf1\x6d\xef\xff\x5f\xd6\x97\x3e\xf3\x99\xd7\xce\ \x1a\xad\x45\x42\xaf\x77\xde\xb3\x49\x4d\xa6\xc5\xa1\x14\xab\xbd\ \x65\x94\xcd\xff\xfc\xec\xcf\x9a\xb0\x81\xe9\x93\xeb\xfd\x55\x44\ \x85\xf7\xb0\xeb\xae\x98\x2f\x74\x3a\xfd\x2c\x9d\x39\x71\x72\xae\ \x28\x80\x68\x7c\x62\x63\xe6\xb2\x2c\x9a\xad\x86\x89\xe9\x6c\x11\ \x10\x0e\x82\x60\xb0\x2c\xac\xab\x98\x08\x02\x06\x10\x84\x10\x04\ \x7c\x14\xa0\xca\x1a\xcd\x4e\xb3\xd1\xc8\xb2\xc0\x0c\xa0\xac\xb5\ \xd6\x98\x2c\x35\x65\x31\x1c\x75\x1c\x9a\xa4\xd5\x6c\x06\x01\x22\ \x08\x21\x70\xe0\x28\x51\x92\xe7\x39\x80\x46\xa2\xc4\x18\x94\xa0\ \x94\xca\x92\x6c\x4b\xe2\x86\x85\x48\x1b\xdd\xed\x76\x27\x26\xba\ \x71\xee\x5a\xf0\x41\x29\xe2\x20\xeb\xab\xab\xf1\x30\x01\x20\x61\ \x7c\xdc\x1c\x11\xb9\x6c\x0b\xa8\x8e\xda\x99\x46\xec\x3f\x52\x2e\ \x04\x1f\x02\x8c\xaa\x2a\x6d\xbf\xd7\x2f\x8a\x02\x89\xda\xed\x96\ \x4d\x12\x66\x51\x8a\x8a\xb2\xac\xaa\x2a\x4b\x33\x52\x3a\x70\xd0\ \x10\x67\xc8\x51\x08\x4e\x11\xe5\x69\xca\x0c\x44\x0a\x04\x48\x41\ \x08\x3e\x0e\xa3\xf0\xde\xdd\xd2\x96\x8e\x44\x5b\xa3\xc3\x01\x84\ \x90\x74\x0c\x38\x08\x70\x60\x45\x8a\x10\x87\x83\x7e\x9a\xe8\x3c\ \x6b\x00\xa2\x2d\xcb\x24\xd1\x9a\x54\x59\x16\xda\xe4\xa4\xa8\xd5\ \x6a\x69\x93\x66\x69\x6a\xab\x32\x30\x87\xe0\x07\x83\x7e\xd2\x68\ \x27\x46\x27\xc6\x00\xc5\x1c\x26\x7a\xef\x51\x6b\x85\xc8\x88\x5b\ \xd2\x30\x42\x88\x8d\x46\x1e\x45\x34\x23\xef\xf8\xe0\xaa\xaa\xec\ \xf7\xfb\x21\x84\x2c\x6b\xec\xde\x33\xdb\x1f\xf6\x7c\x08\x69\x92\ \xae\xad\xaf\x17\x45\x19\x58\x98\x03\x00\x08\x87\x58\xb2\xc2\xc2\ \xd1\x7b\xdd\xf2\x85\xb7\xf4\x6c\x45\x42\x60\x16\x21\x45\x48\xa3\ \x83\x2d\x87\x60\xb4\x0a\xde\x57\x55\x35\x28\xfc\x60\x58\x88\x20\ \x2a\xc5\x1c\xc5\x00\xd8\x7b\x17\x7c\x14\x2a\x50\x51\x88\x62\xcf\ \xde\x5d\xbb\x67\x67\xf3\x2c\x21\x85\xce\x5a\x22\x8c\x1a\x12\xb7\ \x56\x9c\x26\x97\x34\xe8\xa3\xf6\x3a\x20\x20\xb0\x08\x2a\xb2\xb6\ \x42\xe6\xe0\xa8\xdb\x6e\x68\x63\x5c\x35\x60\x0f\x89\xd1\x44\xe4\ \x9c\x2f\x8b\xc2\x49\xf0\x7e\x30\x3d\x31\x05\xc6\x34\x1a\x8d\x8d\ \xcd\x75\xd2\x2a\xc9\x21\x4b\x93\x3c\x4b\x05\x51\x69\xda\x12\xca\ \x67\xa2\x58\xda\x1b\xa2\x84\x0e\x69\x6d\x4c\x82\x20\xce\x7b\x67\ \xab\x10\x58\x44\xac\xad\x7a\x9b\xfd\x78\x80\xdb\xb7\x77\x0f\x21\ \xe5\x8d\xc6\xae\xdd\xb3\x6b\xeb\xeb\x37\x46\xee\x62\x8c\x7a\xf5\ \x55\x60\x0e\xef\x7a\x17\xdc\xe1\xf6\xa5\xdb\xbf\x3d\x90\xe9\xaf\ \xfe\xf1\x1f\x7c\xf6\x8f\x01\x38\x30\x2b\xa5\xff\xe4\x0b\xff\x04\ \x11\x79\xe3\xdf\xfc\xce\xd9\xdf\x17\x0e\x48\xda\xe0\xc6\xd3\xcf\ \xfe\x1f\x80\xfa\xf5\xd3\xfb\x10\xb5\xb8\x33\x7f\xfc\x9f\xff\x21\ \xa2\x84\xe0\x91\xcc\xd7\xbe\xfa\x6b\x2f\x03\x21\xbe\xfc\xbb\xe7\ \xff\x23\xb0\x0f\x40\xa9\xd1\xa7\x8e\xff\x8b\xd3\xaf\x2a\xe1\x80\ \x64\x08\x01\x70\xf8\xa5\x2f\xfe\x0a\xa0\x49\x88\x00\x52\xbf\xf6\ \xec\xa7\xfe\xf2\x19\xa2\x0c\xfc\x7a\x89\x8a\x8a\xaf\xfe\xe1\x33\ \x2f\x12\x25\xea\x1e\x6e\xc0\x42\x91\xc2\x98\x33\xb3\x33\xdf\x72\ \xfa\x34\x0d\x87\x9c\x5f\x56\x76\x1a\x82\x47\x04\xe7\x02\xb3\x8f\ \xd4\xec\x9c\xd3\xda\x10\x6a\x66\xf1\xc2\xa8\x84\x00\x09\x88\x04\ \x14\x92\x22\x1d\x87\xab\x59\x6b\x53\x9d\x13\x42\x92\x68\x0e\xb6\ \x2c\x2a\x09\x3e\x49\xd3\x3c\x4f\xbd\x0b\x9a\x00\x02\x37\x1b\x4d\ \xeb\xac\xb5\x3e\x4b\x48\x29\x50\xa4\x89\x0c\x29\x25\x80\x44\x4a\ \x93\x12\x66\x19\xf5\x1c\x81\xb3\x95\x48\x30\xda\x00\x40\x4c\xc7\ \xc5\xa9\x4c\xde\xf9\xa5\xa5\x25\x1e\x75\xc9\x43\x08\x01\x81\x00\ \x41\x40\x08\x69\xdc\x3d\xb3\x15\x6a\xbf\x14\x8f\xe5\x98\x3f\x24\ \xe5\xac\x65\x91\x38\xd2\x67\xb3\xb7\x31\x18\x0c\xb3\xcc\x20\x62\ \x9a\xa5\x1c\xe2\x5c\x1e\x1d\x42\xe8\x0f\x86\x2c\x90\x24\x26\x49\ \x53\x00\xb0\xb6\x54\x00\x4a\x29\x22\x15\x82\x38\x17\x98\x19\x09\ \x15\x92\x56\x3a\xd0\x2d\x30\x3b\xa2\xf0\xa8\x02\x30\xe6\x45\xa2\ \x53\x2c\xcc\xf1\x18\xc2\x22\x12\x38\x31\xca\xb9\x0a\xd8\x73\x23\ \x15\x0e\x20\x1c\x78\x34\x58\x43\x44\xac\xb3\x82\xba\xa8\xec\xf4\ \xd4\x74\x9e\x65\xc1\x56\x65\x31\x48\x48\x65\x69\x1a\xc4\x29\x8a\ \xfa\xc4\x71\xf8\xe8\x96\x26\x17\x00\x8c\x0e\x31\x40\x84\x71\x4c\ \x0a\x00\xc6\xb2\x9d\xd2\xba\xa2\x2c\x85\x39\x8e\xe3\xd0\x89\x39\ \x7a\xf4\x68\xe0\x90\xe7\x79\xaf\xd7\x5b\x5b\xdb\xd8\xd8\xdc\xd8\ \xd8\xd8\x8c\xef\x08\x82\x31\x52\x64\xb4\x09\x1c\x2e\x95\xd0\x60\ \x1c\x6c\x2c\x31\xdf\x48\x44\x10\x58\x2b\x87\x88\x26\x4d\xcb\xb2\ \x30\x46\x0f\x37\x7b\xe7\xe7\x57\xaa\xc2\x92\x52\xa8\x74\x60\x07\ \x08\xcc\x12\x82\x17\x88\xfb\x01\x75\x27\x27\x66\xa6\xa6\xa6\xa7\ \x27\xf3\x3c\x11\x0e\x00\x8c\x94\x78\x67\x91\x10\xe4\x56\x17\x1b\ \xe2\x38\x89\x40\xc1\x3b\x61\x41\x15\x8b\x4b\x30\x49\x32\xb6\x95\ \xb5\xa5\xb5\xd6\x28\x68\x64\xb9\x52\x28\xc1\x67\x59\xae\x94\xb6\ \xce\x39\xf6\x5a\x9b\xd2\x56\xde\x56\x46\x1b\x00\xd1\xda\x20\x40\ \x4c\xc8\x7b\xe6\xf1\xd6\x13\x02\xc7\x99\x1b\x18\xf5\x15\x00\x38\ \x84\x32\x0c\x41\xc4\x98\x04\x89\x94\xd2\xc3\xe1\xc0\x56\x96\x08\ \xdb\xed\x0e\x11\xa5\x69\x12\x82\x1f\x0c\x07\x5a\xd3\xcc\xec\xf4\ \x0d\x7a\xee\x4a\xd1\xd7\x8f\x03\x00\x3f\xfa\x08\x3a\x07\xf7\x1f\ \xa2\xe1\x54\x1c\x92\x8b\xa4\x00\x40\xc5\x43\xf4\x16\x9b\x13\x99\ \x37\xfb\x73\x54\x2a\xaa\xc7\x6c\xe3\x64\x1a\x95\x3e\x28\x65\xb6\ \xbf\xdb\x95\x6f\x88\x34\xfa\xb8\x51\x87\x14\x2a\xa2\xfb\xc2\x70\ \xe7\xa6\xa6\xd5\xe9\x53\xd4\xeb\x71\xb3\xb9\x3d\x1c\x47\x0a\x43\ \x19\x8c\x51\x51\x6e\x23\xf8\x40\x4a\x45\x65\x5d\xa3\x4d\xf4\xc2\ \x48\xa1\x02\x15\xf5\x43\x44\xd8\x68\x8d\x82\xce\x3b\x52\x4d\x22\ \x32\xa4\x98\x43\x60\x97\x68\x2d\xc2\xb6\xb2\xce\x39\x20\x1a\x0e\ \x8b\xaa\xaa\x92\x2c\x69\x77\x9a\x12\x82\x30\x1a\x4d\x81\x99\x50\ \x81\x08\x21\x91\x22\xa5\x55\x08\xcc\x1c\x65\x46\x00\x04\x9d\xf3\ \xcc\xac\xb4\x32\xc6\xb0\x0f\x21\x70\x65\xdd\xda\xfa\xba\x22\x1a\ \x8d\xdc\x84\xad\x80\x2f\x8c\xf3\xa8\x97\xee\xac\x8c\x3a\x40\x46\ \x0d\x94\x22\x42\x84\x02\x10\x02\x93\xd6\xa4\xd4\xb0\x28\x63\xc1\ \x5f\x59\x96\x89\x31\x14\xf5\x52\x00\xf2\x3c\x67\xe6\xcd\x5e\xbf\ \xaa\xca\xc4\xb9\x3c\xcb\xb5\x4e\xbc\xb3\xc2\xcc\x0c\x31\x48\x42\ \xd4\xb6\xae\xce\x00\x00\x20\x00\x49\x44\x41\x54\xa4\x05\x98\x05\ \x8c\x36\x5a\x53\x96\x65\x37\x1f\x1f\xd8\x3a\xae\x20\x02\x20\x8e\ \xfa\xb6\x88\x52\x6d\x48\x6b\x6b\xad\x31\xda\x7b\x47\xa4\x6d\x55\ \x79\x17\x38\x09\x69\xa2\x15\x01\x02\x24\x79\xae\x94\x02\xf0\x55\ \x59\x6a\x93\x38\x5b\x6d\x0e\x86\x79\x6a\x7c\xe0\x8c\x54\x59\x16\ \x20\x64\x8c\x76\xe1\x92\x9e\x5a\x54\x72\x40\xdc\x52\x6d\xd4\xc6\ \xd9\x30\x1c\x6e\x22\x62\x9e\xe7\x44\x89\x52\x60\x92\x04\x89\xb4\ \xd6\x2c\x82\x51\x72\x59\x61\x08\xec\xad\xcd\xd2\x74\xff\xfe\x7d\ \x49\xa2\x7b\xbd\x5e\x60\x19\x55\x2f\x8a\x4c\x76\x3b\x7b\xf6\xec\ \x16\x90\xb3\x67\xcf\x95\xa5\x25\x52\x91\x37\x93\x34\xcd\xf3\xbc\ \x18\x0e\x51\x82\xd1\x7a\x72\xa2\x93\x24\xda\x3b\xd7\x1f\x0c\x8b\ \xa2\x28\x8a\xb2\x37\x70\x8c\x10\x42\x90\x38\xa7\x85\x19\x82\x6f\ \x36\xf2\x6e\xbb\x3d\x35\xd9\x6d\x34\xdb\x4a\x1b\x4d\x84\x08\xb1\ \xd7\x81\x39\x04\x17\x88\xe2\xb4\xba\x5b\xf7\xa4\x70\x5c\x09\x4c\ \x44\xa3\x48\x12\x07\xeb\xbc\x49\xd2\x46\xbb\xd9\xdb\xb0\x80\x94\ \xa4\xa9\xf3\x95\xb5\x3e\x4b\x92\xe1\x70\x40\xa4\x94\xd6\xa8\x30\ \x4b\xb3\xe0\x5d\x59\x56\xba\x41\x84\x54\x56\x15\x50\xe2\xc5\x00\ \x0a\x80\x78\xef\x63\x8e\x8a\xa2\xba\x82\x08\xb0\x08\x30\x11\x09\ \x73\xe5\x5c\xf0\xa1\xd1\xa0\xd8\xd9\xa4\x94\xce\x73\xdd\x6c\x52\ \x1c\x11\xe5\xbd\xf7\xde\x79\xcf\x81\x90\xf9\x86\xea\xdc\x89\xb0\ \x2c\xd5\x73\xcf\xc9\xf4\x34\x3f\xfa\x28\xdc\x97\xe4\x5e\xe3\x26\ \x03\x8d\x67\x66\xa6\xe1\x2b\x2f\x66\x27\x4e\xf4\xf7\x5d\x3e\x2f\ \x5b\x38\xea\x64\x69\xa5\xbc\xf7\xd1\x3d\x0e\x10\x90\xc0\xb1\x15\ \x10\xa5\x10\x01\x03\x42\x5c\xd0\x5a\x6b\x0e\x3c\x70\xfd\x44\x9b\ \x58\x9e\xcc\xc2\x21\x70\x6a\xd2\xb2\x2c\x9a\xcd\x46\xd6\x68\x98\ \xc0\x5a\x9b\x24\x6d\xf8\xe0\xca\xaa\x80\xfe\x46\xa3\x35\x61\x4c\ \x9a\x1a\x2d\xa8\xa3\xcc\x54\x31\xac\x92\x34\x31\x3a\x11\xb1\x71\ \xb4\x9b\x77\x3e\x8a\xea\x19\x63\xe2\xd0\x4e\x20\x00\xc0\x8d\xf5\ \xcd\x41\x7f\x48\xa3\x19\xaa\xcc\xcc\x6a\x24\x09\x4b\x30\xea\x78\ \x1f\xeb\xd0\xe2\xa5\x19\x9f\xa3\xf4\x2a\x03\xb3\x22\xf2\xde\x27\ \x49\x0a\xa8\xad\xf5\xc3\xa2\x48\x53\x4d\x00\xce\x56\x88\x4a\x29\ \x15\x25\x3e\x12\x93\xb6\xdb\x24\x20\x18\x73\x64\x44\x3a\xc9\xbc\ \x73\x48\xb1\xb5\x70\x74\x9c\x8f\x93\x16\x42\xc0\x91\x08\xee\xcd\ \xdc\x0f\x41\x22\xd2\x94\x66\x49\x92\xa6\x88\xc8\xde\x5b\xe7\x09\ \x31\x00\x03\x87\x34\x4b\x4a\x67\x11\x31\xc9\x9b\xc5\x50\x1c\x43\ \x92\x35\xbd\x2f\xac\xb5\x59\x9a\xda\xca\x0d\x43\xa1\x0c\x36\xf2\ \x86\x42\x14\x67\x91\xbd\xa2\x4c\x9b\x74\x58\x55\xb9\xd6\x82\x04\ \x00\xde\xf9\x58\x9b\x91\x20\x46\x01\x93\xd8\x75\x24\xcc\x08\x80\ \x44\x8d\x46\x0b\x04\x38\x04\x0b\x8e\x88\x42\x10\x16\x60\x01\x11\ \xf0\xde\x31\x8b\x22\x32\x44\x28\x4c\x48\xbd\x8d\x8d\x41\x6f\x40\ \x48\xa8\x48\x84\x44\x38\x04\xd7\x6c\xa6\xcd\x66\x92\xa5\xf9\xc6\ \xfa\xc6\xa0\xbf\x98\xe6\xb9\x80\x10\x4a\x92\x98\x7d\x7b\x76\xaf\ \xad\x2e\x07\x5f\xed\xde\x35\xdb\xed\x76\x43\xf0\x01\xa4\xdf\xeb\ \xaf\xad\x6d\x80\x36\x1c\x55\x6d\x49\x09\x04\x8d\x52\x55\x65\x62\ \xf4\x63\x87\x0f\x4f\x74\x3b\x21\x04\x40\x8c\x25\xb9\x10\xe5\xe7\ \x59\x48\x08\x35\x92\xa2\xed\xd3\x47\x6f\x2e\x22\xc3\x80\x71\x62\ \x9f\x30\xb3\x78\x52\x24\x8e\x11\x35\x8b\x48\x90\x24\x4f\x01\x18\ \x95\x76\xde\x7b\x1f\x40\xa0\xd5\x6c\xb1\xb3\x81\x39\x6f\x64\xc6\ \x24\xa8\x12\x09\x4c\x48\x10\xbc\x52\x2a\x49\x33\x1b\xd8\x05\x10\ \x64\x65\xc8\x85\xa0\x50\x69\xad\xc1\x39\x66\x26\x00\x52\x3a\x76\ \x4e\x6b\xa5\xd9\xf9\x66\xb3\x03\x80\xb6\xaa\x8a\xa2\x8a\x05\xa0\ \x1c\x98\x34\x00\x73\x08\x7e\x54\x24\x00\x4c\x64\x54\x94\xd1\xb9\ \x7e\x72\x87\x8d\x0d\x3a\x79\x82\xdf\xf3\x5e\xe8\x74\xe0\xce\xb7\ \x2f\xd5\xb8\x67\x0a\x22\x61\xb1\xd3\xde\x34\xa6\xf1\xca\x2b\xbd\ \x0f\x7f\x18\x2f\xcb\xc2\xe8\x58\x69\x1b\x25\x71\x79\x34\xdd\x11\ \xe3\xbc\x6a\xa5\x08\x08\x82\x67\xa5\x88\xb4\x16\x91\x44\x1b\x11\ \x1f\x3c\x17\x45\x51\x55\x95\xb5\x2a\x00\xa7\x89\x71\xde\x9b\x24\ \x41\xa4\x7e\x7f\xe0\x7d\xc8\xb2\xbc\xdd\xed\x28\x21\x93\xe9\xc1\ \xa0\x68\x11\x91\x56\xd1\xe3\x46\x22\xad\x74\xcc\xc5\xc5\x6e\x20\ \xd8\x8a\xa7\x10\x51\x9a\xa5\x3e\xf8\xb2\x2a\x15\x29\x11\x50\x82\ \x00\xa0\xb5\x09\xa3\xda\xe7\x10\x27\xc9\xc7\x40\x69\x1c\x11\x77\ \x49\x1e\xfe\x52\xe4\x7d\xd4\x40\x39\x2e\x64\x66\x1e\x79\xb1\x3e\ \x84\xe1\xb0\x98\xec\xb6\xe2\x94\x1f\xef\xab\x34\x49\x4d\x6a\x10\ \x30\x56\xef\xc5\xc6\xa2\x28\x29\xee\x7d\x10\x00\x61\x8e\xc7\x85\ \xad\x51\x7f\x18\x8b\x43\xe8\xe6\x25\x7f\x25\xcb\xf3\x89\x89\x89\ \xe8\x26\x07\x66\xe7\x3d\x33\x27\x69\x2a\x20\x22\x9c\x37\x5a\x7e\ \x18\x50\x48\x6b\xad\x95\x76\xde\x97\x65\x99\x18\x6c\x36\x9b\xf1\ \x34\xd3\x68\x36\x75\x12\xc3\xde\x1c\x35\x05\xf3\x3c\x34\x1a\x0d\ \x1b\x42\x65\x2d\x29\x13\x55\x7c\xb5\xd2\x31\xd3\x10\x87\xa3\x22\ \xa0\x51\x26\xca\xab\x09\x8b\xd0\x68\xe8\x12\x78\x36\xda\x20\x21\ \xc9\xe8\x0b\x22\xa0\x52\x64\xb4\x76\x96\x9d\xf7\x00\x50\x55\x95\ \xb5\x56\x9b\x84\x05\xac\xf3\x71\x80\x75\x96\x25\xce\xd9\x2c\x4d\ \xf3\x34\x43\xc4\x10\xd8\x24\x1a\x50\x98\x03\x82\x1c\x7a\xe8\xa1\ \xe0\xab\x58\xa5\x83\x88\x08\xd4\x68\x36\x56\x56\xd7\x28\xb6\x61\ \x02\x00\x48\x3c\x82\x67\x49\xd2\xe9\xb4\x8d\x51\xde\x59\x89\xfa\ \x21\xf1\x34\x8e\x4a\x93\x62\x42\x66\xc6\x28\x7b\x00\x72\xab\x95\ \x0b\xa3\x31\xdf\x97\x54\x2d\x89\xa2\x30\x46\x10\x00\x42\x72\xce\ \x22\x62\x60\xd6\x89\x21\x20\x66\xce\x1b\xcd\x94\xbd\x31\xba\xd9\ \x6c\x0e\x0b\xeb\x9c\xab\x4a\xa7\x47\xf9\x8c\xa0\x4d\x6a\x03\x0f\ \xac\x65\x51\xe3\x59\x83\x5b\x45\x39\x08\x20\x3e\x04\x61\xf1\xce\ \x55\xd6\xb1\xa0\x52\x26\xba\x14\x4a\x29\xef\x61\x94\x8a\x26\x0a\ \x8c\x04\x40\x8a\x00\xa4\xaa\x2a\x81\x1b\x92\xfc\x55\x0a\x7b\x3d\ \x3a\x7d\xc6\xfe\xed\xef\x01\xe6\x9a\xf2\x76\x10\xb9\x33\xf7\x4d\ \xb2\x94\x67\xfb\x5f\x3d\x01\x97\x67\x23\x46\xb9\x30\x40\xa5\x75\ \x92\xa6\x49\x92\xc4\x21\x66\xf1\xe1\x0c\xc1\x57\xb6\x22\x12\x16\ \x00\x91\x34\x49\xad\x2d\x01\xa0\xd9\x68\x84\xd8\xb4\xad\xb5\x51\ \x08\x20\x5a\xeb\x3c\x4d\xca\xaa\x88\x81\x48\xef\x7d\x08\xbc\xb1\ \xb1\xde\x68\x67\xb1\x00\xda\x3b\x9f\x18\x53\xd9\x20\x2c\x4c\x8c\ \x23\xc1\x2f\xc6\x51\x84\x62\xd4\xc5\x3e\x18\x0c\x10\x30\xcb\xb2\ \xe8\xa2\x95\x45\x45\x44\xd3\xd3\xd3\xf3\x0b\xf3\x10\xe5\x64\x95\ \x8a\x43\x85\x04\x85\x90\x82\x70\xec\x5d\xda\x5e\xc1\x0f\x40\x23\ \x29\x5a\x40\x10\x20\xc4\x38\x16\x2e\x0e\x57\x1b\x0c\xfa\xd6\x76\ \x85\x03\x8b\xc4\x0a\xf7\x50\x85\x2c\x6b\xa0\xf2\xe0\x7c\x4c\x12\ \xc6\xb8\x8f\xb3\x2e\x52\x0d\x22\x46\x72\x41\x1a\x89\x09\x6f\xb1\ \xcc\x4d\x0d\xf3\x44\xac\xca\x72\x58\x14\xa3\x72\x46\x04\x04\x34\ \x89\x21\x45\xd6\x5a\xad\xd4\xc6\xfa\xba\x10\x1a\xa3\x63\xe7\x30\ \x02\x6a\x6d\x8c\x81\x10\xbc\x31\x5a\x25\x5a\x91\x4a\x12\x23\x21\ \x38\xef\x59\x42\xb3\xd1\xd0\xc6\x94\x55\xa5\x4c\x4a\x44\x9b\xbd\ \xbe\xa8\x8c\x59\x02\x8c\xfe\x3c\xb2\x62\x80\x50\x0c\x8b\xaa\x2c\ \x95\x32\xda\x18\xa3\x4d\x96\x65\xa4\x08\x11\x63\x0a\x17\x00\x38\ \x30\x12\x22\xa9\x38\xb9\x43\x29\xe5\x43\x20\xa2\x66\xb3\xb9\xb1\ \xd9\xf3\x6e\x20\x88\x5a\x69\x1f\x7c\x96\x25\xdd\xee\x84\x52\x00\ \x48\x31\xda\xce\x21\x84\x40\x49\xa2\x09\xb1\x28\xca\x3c\x4b\x89\ \x48\x84\xad\xb5\x49\x62\xd2\x34\xed\x76\x27\x36\x37\xfb\x1b\x9b\ \xc3\x98\x35\xf1\xce\xa5\x49\x63\x66\x6a\x72\x6a\x72\xb2\x91\xa7\ \x5a\xa1\xb3\xde\x68\x52\x88\x31\xc3\xe0\xbd\x0f\x18\x62\x67\x5d\ \x54\x1f\xba\x45\xcf\x7d\x24\xe8\x02\x51\x4c\x0e\x46\xea\xd3\x71\ \xcc\xa3\x52\x1c\x42\x51\x14\xce\x15\x0a\x91\x99\x41\x30\xcd\x32\ \x94\x90\xa4\x09\x82\xa9\xaa\xaa\x2c\x6d\x96\x65\x89\x36\x22\x21\ \xcf\xf3\xaa\xaa\xb4\x4e\x98\x65\x30\x28\x4b\x2f\x69\xde\x64\xe0\ \x10\x3c\xfa\xb1\xce\xbd\x70\x90\x62\x58\x14\x45\x91\x26\x89\xd2\ \x1a\x20\xb6\x07\x82\x00\xfb\xe0\x01\x60\x5c\x54\x1a\x13\xd4\x12\ \x48\x6b\x5d\x55\xf6\x86\x3d\x77\x7a\xf5\x55\x5c\x59\xe1\xa7\x9e\ \xaa\xf9\x6e\x67\x91\x3b\x40\x3f\x4d\x97\xba\xdd\x23\x2f\xbf\x4c\ \x1b\x9b\x60\xcc\x78\x77\x27\xa5\x92\x24\x1d\xcf\xb5\x89\xf3\xa6\ \x65\xab\x94\x38\x04\x1f\xd8\x1b\x9d\x10\x11\x10\x66\x79\x96\x24\ \xda\xda\x2a\xb6\xce\x47\x6f\xba\xaa\x8a\xd8\xfb\xbe\xbe\x51\x18\ \xad\x41\x5c\x9a\xa6\x49\x92\xf5\xfb\x7d\x44\x88\xe5\xe0\x65\x51\ \xea\x34\x7a\xee\x23\xa7\x49\x29\x15\xbd\x6f\x8a\xcf\xfa\x68\xb4\ \x1e\xdb\xca\x46\x01\x19\x52\x94\x98\xd4\xb9\x30\x3d\x3d\x6d\x12\ \x53\x94\xc5\xea\xca\x5a\x88\xaa\x8f\x22\xa3\x19\x1c\x1c\x99\xfd\ \xb2\x8e\x45\x1c\x45\x99\x63\x09\x0a\xc6\x0c\x57\x08\x97\xa4\x80\ \xab\xb2\x42\xa2\xd4\x68\x8e\xfa\xb4\x5a\x23\x42\x55\x96\xda\x18\ \xad\x95\x75\xa3\x49\x0b\x51\x0b\x9e\x99\x9d\x75\x20\xb1\x7e\x59\ \x38\xaa\x6b\x29\x34\x68\x14\xd1\xcd\x96\x42\x62\x60\x8e\xa2\xbb\ \xf1\xbb\x10\x71\x6c\x68\x6c\x36\x9b\xc3\xc1\x40\x58\x94\xd1\x08\ \x62\xad\x8f\x99\x06\x16\x56\xca\x08\x72\x23\x6f\x24\x3a\xed\x0f\ \x7a\xc1\x61\x9a\x26\xa9\xd6\xde\x39\xa3\x75\x4c\x96\x38\xe7\x7a\ \x83\x61\x59\xb9\xbc\x9d\x6f\x1b\x48\x3b\x1a\x4f\x4a\x48\x0e\xdc\ \x68\x98\x27\x8b\x75\x56\x69\x25\xe3\x8d\xf1\x52\xa9\x3a\x23\x48\ \x60\x0e\x55\x50\x8a\x44\xc4\x5a\x4b\xa4\xb3\x2c\x63\x59\x8b\x7b\ \xa7\x00\x13\xa1\x31\x86\x48\x42\xf0\x55\x55\xc5\x37\x88\xe3\xb0\ \xb5\xd1\x5a\x6b\x67\xad\x49\x14\x22\x3a\x67\x43\x08\x49\x92\x66\ \x69\x3a\x35\x35\xb5\xd9\x2b\x62\x65\x7c\x3c\x4f\xcc\xcc\xcc\x64\ \xa9\x61\xef\x02\x50\x1c\x7a\x2e\x48\x48\x04\x38\xa2\x60\x42\x8a\ \x92\x00\xf1\xda\x6e\x4b\xbc\x3d\x52\x3b\x22\x10\xa9\xe8\x62\x23\ \xa1\xf3\xbe\xac\x4a\x85\x88\x44\x81\xa5\x28\x4b\xa3\x33\x12\x2e\ \xcb\x2a\xcb\x12\xad\x94\xf7\x4e\x80\xb2\x34\x75\x96\xcb\xd2\x5a\ \xeb\x3d\xab\xc5\xa5\xc5\xca\x4b\x6b\x62\x2a\x56\xbf\x68\xad\x46\ \x05\xa6\xb1\x89\x1a\x39\x49\x12\x0e\x41\x1b\xa3\xb4\xa9\xaa\x32\ \xbe\x26\x7e\x3b\x19\xab\xf9\x00\x44\xdd\xcd\x10\x2c\x73\xac\xfd\ \xbf\xc1\x3a\x77\xf5\xe2\x8b\xd0\xe9\x84\xc7\x1f\x03\x0e\x35\xe5\ \xed\x1c\xa0\x48\x45\xb4\xfa\xe8\xa3\x70\xe2\x64\x72\xfe\x42\x75\ \xe4\x51\xb4\x76\xab\x5a\x26\x36\xe1\x31\x87\x00\x5b\x87\xca\x18\ \x9d\x88\xcf\x28\x80\x26\xa5\x80\xc8\x39\xdf\xeb\xf7\x08\x90\x10\ \x9c\xf7\x20\xa0\x88\x7c\x08\x59\x9a\xc5\x64\xa3\x42\xcc\xb3\xd4\ \x24\x46\x04\x43\xf0\xb6\xb2\x26\x21\x63\x4c\x9a\x35\xca\xca\x0b\ \x59\x5b\x59\x11\x8c\x83\xab\x09\xc9\x39\x07\xa3\xd9\x49\xa3\xbc\ \x56\x08\xa1\xd9\x6c\x2a\x45\xb6\xb2\x20\xba\x0c\x65\x55\x96\x20\ \xd0\xe9\x74\x8e\x1e\x3d\x7a\x36\x3d\xd7\x9d\x9c\x9c\x5f\x58\x58\ \x5d\x5d\x8b\xe3\xf4\xc2\x48\xf4\xfd\xf5\xd5\x90\xb0\xa5\x2d\x38\ \x6a\x56\x1d\xe9\xca\x22\xfa\x10\xac\xb5\x89\x31\x49\xa2\xbd\xf3\ \x00\xec\x9c\x25\x45\xa4\x94\x77\x9e\xb4\x52\xa4\x00\x29\x46\x63\ \xac\xb5\xc6\x98\x24\x4d\x46\xdb\x8f\x00\xd2\xa8\x05\x86\xc3\x56\ \x68\xe1\xa6\xaa\x35\xa2\x40\x8a\x52\x2a\x36\xcb\xc4\x1b\x51\x14\ \x45\xbb\xdd\x9e\x9c\x9c\x1a\x0c\xfa\xd6\x7b\x5b\x39\x0e\xac\x89\ \x98\xd9\x56\x55\x48\x40\x11\x96\x65\x49\xb9\x32\xc6\x54\x55\x29\ \x21\x34\xf2\x4c\x11\x85\x10\x86\xc3\x8a\x11\x57\xd6\x36\x07\x65\ \xb9\x6b\xf7\x3e\x11\x31\x46\x8d\xef\x66\x08\xc1\x3b\xa7\xb4\xd6\ \x46\x6b\x6f\x10\x50\x2b\xc5\xc2\x84\x14\x24\x56\x37\x4a\x2c\x7a\ \x89\xf2\x87\xf1\xfe\xc3\x56\xc1\x12\x22\x6a\x93\xa6\x69\x0a\x22\ \x80\x51\x9a\x4d\xe2\x8b\x95\x26\x14\x08\x21\x80\x48\xec\x0f\xb0\ \xce\x09\x73\x9a\x65\x51\x38\x88\x30\x2a\x67\x71\x59\x96\x59\xde\ \x8c\x37\x9a\x99\x25\x30\x11\xda\xaa\xda\xd8\xd8\xc0\x6e\xdb\x5b\ \xdb\x68\x64\x5a\x29\x10\xf6\x21\xc8\xa8\xb1\x4b\x00\x41\x94\x80\ \x40\xf0\x21\x70\x40\x40\x6d\xf4\xad\xa4\x54\xc7\xa3\xa3\xe2\x46\ \xb6\x35\x12\x40\x44\xc0\x18\xa3\x4d\x92\x6a\xc5\xde\x06\xef\xfb\ \xfd\x7e\x66\x30\x31\xba\xaa\x2c\xa2\x24\x89\x21\x91\xe0\x7d\x25\ \xc0\xc2\x5c\xd9\x41\x51\x5d\x98\x3f\xed\x19\x76\xef\xdb\x9f\x65\ \x0d\x44\x85\x8a\x44\xe2\x33\x09\x0c\x2c\x20\x8a\x94\x56\x2a\xb6\ \xaa\x12\xc2\x68\x6e\x09\x00\x87\x60\x9d\x15\x11\x45\xe4\x83\x17\ \x11\xa3\x75\x14\xc9\x00\x80\x34\x4d\x58\x6e\x28\x2c\x83\x48\x2f\ \xbf\xcc\x87\x0f\x43\xa7\x03\x2c\x35\xe5\xed\x2c\x7e\xf7\xbe\x3a\ \x7c\x18\xbe\x7e\x5c\x5f\x38\x5f\x3e\xfe\x58\x24\x77\x44\xfc\xe6\ \xbf\xf1\xbe\x6d\x95\x27\x78\x79\xf2\x09\xb7\xff\x20\xdb\x7b\xd0\ \x01\x84\x99\x08\x95\x22\x45\xca\x07\x1f\x5b\x4d\xe3\x7e\xc0\xcc\ \xc8\x9c\x03\x20\x80\x8f\x7d\x92\x4a\x02\x52\xda\x91\x74\xf4\x39\ \x08\x20\x26\xf6\x91\xc6\x4f\x41\x00\x80\x54\x67\x48\x08\x80\x9a\ \x92\xf8\xc1\x8d\x6e\x0a\x00\x82\xb8\xe7\xc0\x81\x5d\x7b\xf7\x99\ \xc4\x3c\x7a\xec\x88\xb5\x2e\x32\xf5\x75\x2c\xe3\x6d\x49\xe5\x51\ \xb5\x8f\x20\x62\x9a\x24\x80\x90\x8a\x00\xe0\x28\xc6\x8b\xb4\x7d\ \x12\x45\x64\x80\x58\xfb\x88\x63\x3b\xc8\x78\xeb\x88\x53\xe7\xf0\ \xe6\xe4\x07\xac\xb5\x4f\x3d\xf5\xce\xb7\xbf\xfd\x1d\x74\x59\xc3\ \x70\xac\x1a\x42\xad\x34\x33\x8f\xcb\xf9\xb7\xec\x0d\x31\x05\x82\ \x5b\x7a\x0b\x63\xd9\xdd\xa8\xc4\xd2\x11\x61\x91\x19\xef\xa3\x54\ \x8e\x5c\xae\xf7\xb2\xbd\x19\x60\x24\x10\x10\x8b\x93\x62\x0b\x3e\ \xa0\x08\x6f\x13\x7a\x84\xf1\xb0\xc3\xa8\x34\x10\x9f\x90\xdd\x07\ \x0e\x3e\xf6\x8e\x77\x6c\xcd\xc5\x16\x8a\xc9\x09\x00\x40\x38\x70\ \xe8\xf0\x15\xa6\x30\xc6\x8c\x45\x82\xb6\x44\x99\x81\x10\x03\xf3\ \x93\xef\x7c\xe7\xe8\xd6\x20\xc4\x83\xcb\xe8\x18\xb7\xa5\xe2\x2d\ \xd7\xd4\x6a\x8a\x93\x17\x81\x48\xdd\x44\x70\x26\x84\xd0\x6a\xb5\ \xbe\xf7\x63\x1f\xbb\xf4\x6e\x5b\xa7\xbc\x31\x41\xe2\x96\x96\x37\ \x40\x4c\x02\xe1\xd8\x84\xb8\xd5\x94\x10\x23\xe9\x2c\x92\xb1\x74\ \x0f\x1c\x53\x4a\x2b\xa5\x2f\x6f\xb9\xb8\xb4\x6e\xe2\xfd\xca\x3a\ \x02\xe3\x47\x7d\xeb\x97\xf9\xd6\x9d\x18\x25\x87\x2e\xf5\x54\x8f\ \xce\x50\xfa\xfa\x99\x1d\xcb\x92\xfe\xea\x2b\xfc\xc8\x23\xd2\x7d\ \xeb\x7a\x53\x6b\xdc\x2b\xe4\x1e\xbc\x3d\xfc\x30\x58\x9b\x9d\x3c\ \xd5\xff\xc8\x47\xc6\x5d\x0e\x79\x9e\xdf\x5c\xd5\x01\x8e\x47\x67\ \x02\x18\xa5\xb7\xcd\x6d\x00\x20\x35\x9e\x29\x3b\x92\x07\xa0\x11\ \x1d\x8c\xff\x6c\x4c\xf1\x97\x5d\xe4\xa8\xa9\x04\x62\x01\xf8\x15\ \xeb\x5b\x69\x15\x42\xd0\x31\xfc\x7c\x6b\x18\x15\x94\x23\x02\x80\ \x46\x15\xaf\x93\x6e\x5c\x00\xee\xe6\xe2\xbf\x22\x92\xa6\x69\x96\ \x65\xd7\xda\x93\xae\xba\x6d\x5d\x72\x39\x2f\xbf\x11\x6a\x2b\xb1\ \x0c\x00\x69\x76\xf3\x57\xf5\xa6\xd0\x00\x57\x5c\xf3\xf8\x83\x92\ \x04\xaf\xd3\x32\x66\x8b\xe3\xb6\xdf\xfb\x1b\xbd\xe0\x9b\x1f\xb3\ \x87\xd8\x6a\x35\xaf\xff\x21\xdf\xee\x20\x5c\xf1\x91\xb1\x6f\xdb\ \x6c\xd5\xf5\x5f\xe5\x75\xe3\x47\x7d\xbc\x3f\xcb\xa5\x57\x6c\x0d\ \x87\xdc\xe6\x43\xc9\x25\x2f\x24\xca\x30\x5c\x37\xb9\x6b\x8d\xa7\ \x4f\xd3\xf9\xf3\xf6\x13\x9f\x90\x46\x03\x7b\xfd\x9a\xef\x76\x16\ \x7c\x70\x07\x0e\xc2\xde\xbd\xe9\xcb\x2f\x63\x55\x6d\xa3\xb9\x9b\ \x0c\x62\xca\x35\x7e\xbe\xf6\x7f\x82\xcb\x8a\x14\xae\xfd\xa2\x37\ \x5e\xd2\xb7\x32\x42\xf3\x8d\xd7\xaf\xc8\x8d\x5f\xd3\xcd\x07\x07\ \xde\xe8\x5b\xdc\xd0\xf7\x1b\xc5\x6d\xaf\xe4\x98\x3b\x75\xd9\xb7\ \xca\xb6\x72\xe5\x43\xf0\x16\x83\x6f\x5f\x2d\xc9\x9b\x58\x5c\xde\ \xec\x8e\x6e\x59\x4d\xae\xfa\x97\x02\xd7\x5b\x8c\x25\x46\xd3\x99\ \xd7\x00\x80\x1f\x7f\xac\x8e\xc9\xec\x44\x88\x48\x9a\xfa\xc7\x1e\ \x4b\x5e\x7b\x8d\xca\x52\xee\x93\xde\xab\x1a\x35\x76\x2c\xae\x7b\ \x89\x2a\x8d\xa7\x4e\x02\x33\x1f\x3e\x8c\x75\xfb\xd2\xce\xa4\x77\ \xc2\xf2\xe8\x91\xe4\xf4\x69\x1a\x0c\x00\xeb\x89\xb5\x35\x6a\x3c\ \x00\xe4\x4e\x84\xce\xa9\x17\x5f\x94\x66\x93\x1f\x7e\x18\xbc\xaf\ \x0d\xb7\x13\x81\x54\x3d\xf6\x98\x5a\x5b\x4b\xe6\xe6\xa0\xf6\xdc\ \x6b\xd4\x78\x10\xc8\x1d\x11\x7a\x3d\x7a\xe5\x55\x7e\xe2\x09\x98\ \x9e\xae\x3b\x98\x76\xaa\xeb\x2e\xf6\xe1\xc3\xdc\x6c\xa5\xaf\xbe\ \x5a\x87\x65\x6a\xd4\x78\x50\x3c\xf7\xe1\x90\xe6\xe6\xf8\xed\x6f\ \xbb\xbf\x94\x20\x6b\xdc\x4e\xc7\x9d\x43\xe8\x76\xc3\xae\xd9\xe4\ \xe4\x29\x50\xaa\x36\x48\x8d\x1a\x0f\x02\xb9\xc3\xf2\x0a\x9e\x3d\ \xcb\x8f\x3d\x5e\x9b\x6c\xe7\x22\x04\x9e\xe8\xfa\xd9\xd9\xec\x6b\ \x5f\xab\x6b\x61\x6b\xd4\x78\x40\xc8\x5d\xbd\xfc\x32\x70\xe0\x27\ \x9f\xa8\x3d\xf7\x1d\xec\xb9\x73\x68\xb7\xcb\x63\x47\x93\xb9\x39\ \x7d\xf1\xa2\xe8\xda\x79\xaf\x51\xe3\x3e\x27\x77\x01\x50\xc7\x8f\ \xcb\xee\x3d\xbc\x6b\x57\x1d\x70\xdf\xb9\x10\x00\x80\xea\xc8\x51\ \xb4\xd6\x2c\x2c\x80\xd6\xb5\x49\x6a\xd4\xb8\xef\x3d\x77\x7a\xe5\ \x38\xef\xdf\x2f\xad\x56\x4d\xee\x3b\x1a\xde\xbb\x83\x07\xb0\xaa\ \xf4\xd2\x92\xa8\x9a\xdc\x6b\xd4\xb8\x77\x71\x1d\xeb\x13\x11\x8a\ \x82\xbe\xfa\x12\x1f\x3b\x06\x9d\xee\x7d\x24\x19\x16\xe7\xa0\xef\ \x50\x27\xfb\xce\x04\xcf\xd0\x7b\xfb\xf0\xc3\xe8\x5c\x72\xfa\x74\ \xbd\x78\x6a\xd4\xb8\xcf\xc9\x5d\x6b\x9a\x9b\xc3\xa5\xa5\xf0\x89\ \x4f\x48\x23\xc7\xcd\xcd\xfb\x81\xd6\x31\x78\x29\x06\xde\x57\x3b\ \xf4\xbe\x26\x99\xba\x13\x1b\x1b\x86\xe0\xf6\xee\x75\x7b\xf6\xa4\ \xaf\xbc\x8a\x55\x05\x84\x75\xbb\x72\x8d\x1a\xf7\x33\xb9\x9f\x3d\ \x0b\xcc\x72\xe4\xc8\xfd\x52\x23\x21\x22\x4a\x63\x9a\x6b\xc2\x1d\ \x4a\x3d\x77\xee\xc8\x22\x49\x62\x8f\x1c\x4d\xce\x9d\xc3\xb2\x84\ \x24\x01\xa8\xc9\xbd\x46\x8d\xfb\x93\xdc\x45\x6b\xba\x70\x01\x42\ \xe0\x87\x1e\xc2\xfb\xaa\x37\x75\x27\x87\x65\xee\xa8\x59\xab\xc3\ \x87\xba\x9f\xfa\x14\x59\x1b\xb2\x0c\xeb\x1c\x0c\x80\xa6\x9b\x79\ \xd2\x58\x20\xd4\xc6\xbb\x05\x10\x5e\x31\x16\xec\x3a\xdd\x13\x70\ \x3b\xc3\xec\xd7\xe1\xb9\x8b\xe0\xf1\xe3\x80\xc8\x0f\x1f\xaa\x85\ \x07\x6a\x08\x91\x3d\xfc\x88\x9e\x5f\x50\xcb\xcb\xa1\xdb\xdd\x22\ \x7c\xbc\xaa\x3c\xfa\x6d\x95\x60\xbc\x57\x37\x3b\x80\xf3\x9b\xe8\ \xc2\x8d\xd1\x3b\x03\x34\x13\x99\x69\xc8\x2d\x86\xb5\x70\xac\x62\ \x7e\x19\x7d\x81\x3c\xe8\x9b\x2e\x21\x6c\x56\xb8\x36\x44\xba\x11\ \xbb\x47\xad\xf9\xbd\x6d\x26\xbc\x45\xb3\xdf\x07\x0f\xfc\x9b\x91\ \x3b\x11\x0e\x0b\x75\xfc\x15\x3e\x74\x48\x76\xef\x86\x5a\x32\xac\ \x06\x80\x7d\xf4\x11\x20\x4a\x4f\x9f\xb6\x47\x8f\xc2\x28\xc3\xe1\ \x37\x37\x37\x5e\xaf\x86\xda\x6e\xb7\x93\x34\x17\xe1\x07\x9b\x65\ \x5e\xb9\x48\xeb\x25\xaa\x1b\xe1\x0b\xcf\xf0\xd0\x84\xec\x6e\x85\ \x5b\x29\x50\x40\x80\x7e\x6f\xb3\xaa\x8a\xcb\x64\xe4\x05\x92\x34\ \x69\x77\xba\x0f\xf6\xb6\xaa\x08\x96\x07\xf8\x95\x0b\x64\x6e\xa4\ \xdd\x42\x00\x14\xc2\xae\x26\x2b\x7d\xf3\x45\x07\x88\x68\xab\xaa\ \xdf\xdf\xbc\xe2\x1d\x10\xb1\xdb\xed\x2a\x6d\xee\x11\xcb\xeb\x37\ \xfd\x1e\x30\x18\xe0\xb9\x73\xf2\xf8\xe3\xa0\x75\x4d\xee\x35\x90\ \xd9\x4f\x4d\xf9\xa9\xa9\xe4\xcc\x19\x21\x42\x80\x10\xc2\xd9\xb9\ \xd3\x88\x98\x24\xe9\xf6\xf0\x44\xf0\x7e\x6d\x6d\xe5\xc8\xd1\xc7\ \x91\xe8\xc1\x76\x24\x35\x81\x51\x30\x26\x77\x16\x19\xcf\x78\x83\ \x38\x4e\x07\x61\x3c\x54\x8f\x46\xe3\xed\x6f\x2a\xa4\x70\x39\x95\ \xac\x2c\x2f\xad\x2c\x5f\x6c\xb7\x3b\xdb\xcd\x2e\x22\x2b\x2b\x17\ \x41\x64\x72\x7a\xc6\x3d\xd0\x0b\x96\x10\x8c\x02\x73\xf9\x5c\x97\ \xed\x95\x62\x84\x97\x86\xee\xc6\xbb\x10\xc9\xfd\x16\xcd\x6e\xab\ \xf2\xb5\x33\xa7\x1a\x8d\x38\xf3\x6f\x3c\x7c\x4b\xac\xad\xfa\xbd\ \xcd\x47\x8e\x1c\xbb\x47\xcc\x7e\x1d\x9e\x7b\x59\xd0\xdc\x9c\xfd\ \x8e\xef\xa8\x79\xad\x06\x00\x40\x08\xa1\xd3\x09\x53\x93\xe6\xb5\ \xd7\x40\x29\x44\x2c\x8b\x82\x03\x7f\xd7\xdf\xfe\xbe\xd7\xbf\xf6\ \xb9\x2f\x3d\xdb\xeb\x6d\x4e\x4c\x4c\xf9\x9d\x11\x9a\x17\x01\xad\ \x70\xcf\x44\xb6\xde\x77\x7b\x26\x73\xad\xd0\xf9\x30\xbf\x5a\x56\ \x3e\xec\x9d\xca\xdb\xb9\x09\xcc\x17\x56\x8a\xd2\x86\x1b\x1c\xd9\ \x74\xd5\xa5\x49\x4b\x8b\x0b\xef\xfb\xe0\xb7\xee\xda\xb5\xe7\x8a\ \x5f\xad\xaf\xaf\x3d\xfb\xcc\x17\x66\xf7\xec\xb5\xd6\xe2\xce\xc8\ \x3b\x89\xc0\x4c\x27\x71\x41\x8c\xa6\xe9\x4e\x1a\x3c\xaf\xf4\xec\ \x6a\xbf\xea\x34\xcc\xae\x6e\x46\x04\xab\x3d\xbb\xb2\x59\xdd\x7a\ \x16\x8e\x88\xd6\xd7\xd6\x26\x27\xa7\xdf\xff\xa1\x0f\xbf\xfe\xb7\ \x7f\xfa\xd9\x4f\x5b\x6b\x91\xe8\x5e\xe8\xe4\xbf\x0e\x72\xbf\xb8\ \x8c\x0b\x0b\x72\xf4\x48\x9d\x9d\xac\x01\x00\xc0\xcc\xdd\x6e\x98\ \x9e\xce\x5e\x7d\x15\x9d\x8b\x43\x90\xb3\xec\xea\xc3\xf6\x9a\x8d\ \xe6\x60\x30\xd8\x59\x27\x1b\x84\x46\xa2\x87\x2a\x10\xc2\xa9\xf9\ \xfe\x54\x3b\xd9\x3d\x99\x15\x36\xe4\x89\x3a\xbd\xd0\x27\x42\x66\ \xb9\x75\x66\x8f\x74\xa6\x48\x37\xf2\xc6\xeb\x7f\x95\x67\xb9\x56\ \x6a\xa7\x2d\xd7\xd4\x10\x92\x24\x9a\x16\xd7\x8a\x41\x11\x0e\xef\ \x69\xb2\xc8\xee\xc9\x6c\x7e\xa5\x18\xda\xa0\x6e\x53\x7d\x85\x00\ \x88\x40\xb3\xd5\xba\xea\x6f\xf3\x3c\xbf\x77\x04\x5a\xde\xec\x64\ \x48\x44\xaf\xbc\x02\x44\xe1\xd8\xb1\x5a\x55\xa6\x46\x0c\xcb\x70\ \xa3\x51\x1d\x39\xa2\x17\x97\xf4\xf2\xb2\x28\x85\x88\x74\x8d\x10\ \x43\x1c\x78\xbd\xd3\xca\x25\x79\x2b\xe6\xda\xcc\x74\x96\x28\x1f\ \xb8\x9d\xeb\xa5\x8d\xca\x05\x66\x16\xb9\x6d\x85\xaa\xa2\x14\x5d\ \x75\x51\xb2\xb0\x52\x6a\xa7\xad\x57\x91\xd1\xff\xb2\x44\xb5\x72\ \x15\x58\xf2\x44\x15\x55\x58\x1f\x38\x11\x19\x0f\x04\xbf\xf5\x8f\ \x21\xc2\x6b\x9d\x87\x10\x09\xb7\xc6\x0b\xdf\xf3\xe4\x0e\x40\x27\ \x4f\xca\xec\x2e\x99\x9a\xaa\x85\x07\x6a\x8c\x9d\x77\xfb\xf0\xc3\ \x68\xad\xba\xb8\x1c\xb5\x7f\xe9\x1a\x0a\xc0\xd7\x2a\x2a\x78\x90\ \x69\x5d\xe2\x64\x63\x31\x86\x66\x3a\xa9\x75\x7c\x61\xb5\x24\x44\ \x85\xe8\x83\xcc\x74\xd2\x99\x4e\x12\x6e\x53\xe7\x17\x29\xba\xc6\ \x19\x20\xee\xa9\x3b\x88\xd6\xc7\x29\x0d\x44\x9c\x68\x26\xcd\x4c\ \x9f\x5b\x1e\x56\x9e\x35\x21\x00\x18\x45\x87\x76\x35\x6f\x1b\xe5\ \x22\xd2\x35\xaa\x6d\x48\xd1\xbd\x13\xe1\xd0\x6f\xe6\x1b\x10\x9d\ \x3a\x25\x7b\x76\x43\xad\x2a\x53\x63\xfc\x6c\x87\x60\xf7\xed\xa3\ \xaa\xd2\xab\x2b\x95\x22\x44\x50\xd7\xf0\xdc\x49\x11\x11\xed\x08\ \x0f\x52\x40\x29\xec\x34\x4c\x6a\x48\x00\x98\xc5\x39\x3e\xb5\xd0\ \x0f\x2c\x44\xb0\xd6\xb7\xbb\x27\x33\x16\xc9\x53\x35\x2c\xfd\x6d\ \xfb\x44\x52\x57\xdd\x3b\x11\x41\x29\xb5\x73\x0e\x4c\xed\x5c\x13\ \x61\x23\xd3\x9b\x6b\x65\x9e\xa8\xf9\xd5\x62\x79\xa3\xd2\x0a\x05\ \x64\xb6\x93\xee\x99\xcc\x58\x84\x6e\x1f\xe7\x12\x22\xd1\xd5\xbd\ \x19\xa5\x14\x22\xde\x27\xd5\x32\x81\xe9\x95\x57\x65\xd7\x2e\xe9\ \x74\x6a\x72\xaf\x31\xf6\xdc\xfd\xfe\xfd\x54\x94\x7a\x7e\x41\x90\ \x00\x50\x5d\xeb\x59\x27\x85\xb0\x33\x12\x7a\x5b\x71\x18\xa3\x70\ \x61\xb5\xb0\x41\xd6\xfa\x56\xd1\xa8\x30\x66\x79\xd3\x32\xcb\x74\ \x27\xf5\x41\x36\x86\x9e\x10\x83\xdc\xfa\x27\x0a\x91\xba\xaa\x87\ \x8e\x48\xd7\xba\x23\x0f\xa2\xdb\x2e\x5a\x51\xb7\x65\xd6\xfb\xb6\ \x5f\x38\xad\xd0\x7a\x36\x9a\x10\xa1\x72\x3c\x77\x71\x30\xdb\x49\ \x95\xc2\xe5\xcd\x2a\x96\xb9\xdf\x0e\xc7\x1d\xb5\xba\xd6\x03\xaf\ \xf1\x9e\xd9\x54\xdf\x90\xdc\x95\xa2\x95\x15\x3a\x3b\xe7\x3e\xf6\ \x71\x69\x36\x71\x87\x65\xc6\x6a\xbc\xb1\xe7\x1e\x5a\xcd\xf4\xf4\ \x29\x0c\x01\xae\x1d\x79\x09\xc1\xd3\xbd\x51\x39\x70\xc7\x6d\x82\ \x10\x58\xce\x2d\x0f\x45\x40\x11\x22\xc2\xca\x66\x45\x34\x32\x0d\ \x21\xac\xf6\xec\xf2\xa6\x05\x18\xfd\xf6\xb6\x10\x00\x29\x0a\xfe\ \x2a\x75\xf2\xc1\x7b\x24\xda\x21\x31\x77\x44\x5c\xed\x57\xcb\x9b\ \x15\x22\x28\xc2\xb5\xbe\x45\x18\x9b\x1d\x4b\xcb\x67\x96\x86\xf1\ \x16\xd0\xed\x50\x23\x11\x00\x22\x0a\xd7\xf0\x74\x59\x02\xdc\x33\ \x31\xf7\x37\x24\x77\xad\x61\x7e\x1e\x2a\xcb\x47\x8f\xc0\xce\x58\ \xa2\x35\xae\xd3\x59\xe2\x66\xd3\x1d\x3a\x64\xce\x9e\x43\x6b\xd3\ \x3c\xf3\xb6\x7a\xe9\xc5\x17\x4c\x92\x6e\xe7\x79\x66\xee\xf5\x36\ \x27\xa7\x66\xfc\x83\xde\xd8\xcc\x02\x41\x00\x47\x39\x86\x51\x41\ \x05\x20\x5e\x16\x5a\xc7\x51\x2f\x65\xfc\x6d\x90\x5b\x95\x5c\x13\ \x91\x89\xc9\xa9\x57\x8f\x7f\xad\xd5\x6e\x5f\xb1\xbd\xf6\x7a\xbd\ \x4e\x77\x22\x78\xff\x60\x27\x3c\xa2\x19\x95\x00\x00\xc6\x03\x0c\ \x0b\x00\xa0\x5c\xae\x8a\x3a\x8e\x8f\xb3\xdc\x06\xd7\x5d\x98\x9b\ \xed\xf6\xa0\xbf\xf9\xf5\x97\xbf\xaa\x2e\xf3\xdf\xc5\x39\x07\x80\ \x5a\x6b\x6b\xed\xbd\x4e\xee\xa2\x94\x5a\x58\x84\x10\x64\xff\x81\ \xba\x7d\xa9\xc6\xe5\x4e\x23\xd9\x83\x07\xcd\xb9\x73\x58\x55\x94\ \xa6\x53\xd3\x33\x21\x04\x16\xbe\xdc\x35\xc2\xc9\xe9\x99\x10\xf8\ \xc1\x6e\x95\x0c\x02\xef\xd9\x1f\x82\xdc\x18\x8f\x0a\x80\x21\xf1\ \xb7\x26\xc4\xd7\x6a\x77\x11\xc4\x07\x7f\x85\x47\xda\xee\x74\x49\ \x29\x77\x6f\x50\xcc\x1d\x82\x0f\xb0\xaf\xc3\xd3\x8d\x1b\xb3\x7b\ \x24\x77\xad\x6e\xc9\x53\x35\x26\xc9\x67\x76\x7b\xe7\xf8\xb2\xfd\ \x59\x94\x36\x13\x93\xcd\x7b\xa7\x71\xec\xcd\xc2\x32\x4b\x8b\x60\ \xad\x1c\xd8\x8f\xf5\xcc\xcc\x1a\xdb\x5d\x26\x22\x7b\xf0\x40\xe3\ \x2f\xff\x12\x9c\x93\x34\x75\xde\x23\x22\xe2\x95\xf1\x5f\x67\x77\ \x84\x4f\xd0\x4c\x00\x6f\x3c\xce\x22\x70\xab\xce\x7b\x08\x57\x37\ \x3b\x33\x87\x07\x7d\xc1\x0a\x40\xa2\x21\xd3\x77\xc1\xec\x22\xe2\ \x9c\x7b\xdd\xa9\x08\x01\xc0\xde\x4b\x1b\xea\xb5\xc9\x1d\x11\x44\ \xf0\xc4\x49\x40\xe4\x83\x07\xeb\x81\xc8\x35\x2e\x7b\xbe\x89\xdc\ \x43\x0f\xe9\xc5\x45\xbd\xba\x62\x3b\x1d\x08\x41\x76\x70\xd4\xee\ \x2e\x6a\xda\xef\x64\xb3\x8b\x40\x80\xda\xf2\xd7\x3e\x5d\xbf\x01\ \xb9\x63\x55\xd1\xe9\xd3\x72\xe0\x80\xcc\xce\xde\x2d\x72\x67\xef\ \xca\xb2\xa8\xac\x13\x66\xe7\xbc\x00\x80\x88\x77\x8e\x85\x9d\x75\ \x0c\x80\x20\xde\xb9\x50\xe7\x03\xde\x62\x20\xda\x87\x0e\x01\x51\ \x32\x77\x0e\x76\x52\x49\x75\x8d\x1a\xf7\x0b\xde\xd0\x73\x2f\x0a\ \xba\x70\x81\x1f\x7d\xf4\x6e\xad\x5e\x0e\x9c\x4f\x3d\xf4\xce\xa3\ \x07\xa1\x3f\x7f\x62\x6e\xad\xd5\xce\xd6\x2f\x2e\x39\xca\xf7\xee\ \xed\x0e\x56\xfb\xed\x3d\x8d\xe5\xf9\x79\x0b\xd9\xae\x03\x7b\xed\ \xda\xc5\x5e\x15\x6a\x7d\x84\xb7\x8e\xdb\x99\x43\xb7\x1b\xba\x5d\ \x73\xee\x9c\x60\x6d\xf8\x1a\x35\xee\x2f\xcf\xbd\x2c\xf1\xc2\x05\ \x3e\x74\xe8\xae\xf4\x5c\x89\x77\xd0\x3d\xf4\xfd\x3f\xfa\xa3\xdf\ \xf0\xd8\xc3\x87\x0f\xed\x69\x3f\xf4\xc4\x7f\xf1\x77\x3e\x36\xad\ \x0b\x6e\xec\xff\x9e\x1f\xfa\xc4\xc3\xd3\x87\x7f\xea\x17\x7f\xfe\ \xe3\xef\xda\xdb\xeb\xa9\xef\xf8\xc1\x1f\x7a\x6a\x6f\xd3\xd7\x65\ \xf8\x6f\x25\x42\xe0\x76\x2b\x74\xbb\xe6\xc2\x79\x50\xaa\xb6\x47\ \x8d\x1a\xf7\x13\xb9\x43\x31\xa4\xf3\xe7\xe5\xd0\x43\x77\x87\xdc\ \x81\x29\xef\xec\x99\xcd\x4f\xfc\xe5\x1f\xfd\xee\xef\xfd\xd1\x62\ \xdf\x71\xf0\x02\x08\xc2\xce\x3a\x04\xfb\xda\xf9\x8d\xa3\xef\xff\ \xf8\xbb\x0f\xe6\x83\x61\x19\xea\x49\x9e\x6f\xf5\xa9\x8a\x43\xbb\ \xcd\x9d\x4e\x72\xee\x5c\xad\x28\x57\xa3\xc6\x7d\x45\xee\x44\x34\ \xbf\x00\xfd\x7e\x38\xfc\x88\xdc\x8d\xd5\x4b\x3a\xf1\x0b\x2f\xff\ \xfe\x1f\xfc\xd9\xa3\xdf\xf9\x13\xff\xd3\x4f\xfe\xe0\xfe\xa6\x0a\ \x21\x30\x0b\x73\x00\x40\x65\x4c\x71\xf6\xcb\xff\xe9\xf3\x67\x3f\ \xfc\xbd\x1f\x9f\xd5\xae\x1e\x57\xf6\x16\x03\x99\xb9\xd3\xf1\xb3\ \x33\xe6\xcc\x1c\x0e\x87\x75\xd8\xbd\x46\x8d\x7b\x0d\x6f\x14\x73\ \xc7\x33\x67\x20\x4d\xe5\xc0\xfe\xbb\xd4\xbe\x84\xc6\xc0\xdc\xf3\ \xff\xdf\xaf\x7e\xf1\x2f\x3e\xf9\x73\x3f\xfb\xa1\x23\x5f\xa6\xac\ \xdb\x4a\x84\xf2\x99\x89\x2c\x0c\x2c\x24\x59\xf2\xda\x97\x3e\xdd\ \x7e\xec\x1f\x7c\xf2\xdb\xf7\xfc\xf5\xbf\xb3\xb5\xeb\x7e\x67\x0f\ \x52\x22\xc6\x98\x66\xb3\x39\x6e\xdc\xe0\x76\x1b\x8f\x3d\xa6\x4e\ \x9c\x6c\x57\x95\xec\xda\x85\x75\x27\xc4\x2d\x23\xcf\x9b\x4a\xa9\ \x2b\xca\x30\x10\xb1\xd1\x68\x70\x1d\x75\xbc\x63\x68\xb6\x5a\x59\ \x96\x5d\x61\x76\x11\x49\xd3\xb4\xd9\x6c\x25\xc9\xfd\xda\x2e\x70\ \x4d\x72\x17\x22\x9a\x9b\x93\xa9\x69\x69\xb5\xef\xca\x10\x64\x0e\ \xde\x74\x0e\x7d\xef\x8f\xfc\xfd\x83\x0d\xd5\xc2\x0b\xff\xe9\x8b\ \x5f\xc8\xc3\xf7\xfd\x9d\x9f\xfa\x85\x00\xfa\xcc\x33\xff\xf6\x6c\ \xd9\x54\x80\x09\x0e\x9f\xfd\xec\xa7\x3e\xf0\x9e\x1f\x35\xba\x8e\ \x0c\xdc\x59\x24\x49\xf2\xe2\x8b\x2f\x9e\x38\xf1\xea\xfa\xfa\x5a\ \x2c\xac\xb6\xc6\x7c\xeb\xcb\x2f\x7d\x74\x75\xf5\xdf\xfc\x5f\xff\ \xf4\xc2\xf4\x94\xf6\x75\xb1\xec\x2d\xaf\x46\xa5\xcf\x9f\x3b\x67\ \x8c\xd9\x7e\x7e\xee\xf5\xfa\xbf\xf3\x3b\xbf\xbd\x7c\x71\x59\x98\ \xeb\x08\xd8\x1d\x31\xbb\xd6\xe7\xcf\x9f\x4f\xd3\x74\x3b\xbf\x27\ \x49\xf2\xe7\x7f\xf6\xa7\x9f\xfd\xec\x67\x8a\xc1\x00\xf0\xbe\x3c\ \x98\xbe\x91\xe7\x4e\x67\xcf\xca\xf4\xd4\xdd\xd2\x83\x24\xa5\x42\ \x7f\xf1\xe9\x4f\xfd\xfb\x76\xa6\xfa\x6b\x4b\x2b\x1b\x43\xf8\xf4\ \xef\x9e\xfd\xab\x3d\x49\xe8\x2f\x2e\xae\xb0\xc9\x7e\xf7\xb7\x4e\ \x56\x79\x57\xad\x7f\xed\x9f\xff\xe2\x2f\x82\xaf\x8c\xaa\x23\x03\ \x77\x10\xc6\x98\xd7\x5e\x3b\xb3\xb0\x30\x7f\x71\x69\x29\x8a\x55\ \x95\x88\xba\x3f\xfc\x9b\x45\xf1\xd7\x7f\xf6\xa7\x5f\x6c\xb5\xf2\ \xda\xb5\xbc\x1d\xc7\xa3\x2c\xcb\xda\xed\x0e\x6e\x85\xb9\x88\xa8\ \x28\x8a\x67\xbe\xf0\xf4\xdc\xd9\xb9\x07\x5e\x4e\xe0\xee\x9e\x4a\ \x1b\xcd\x96\x31\x97\xc6\x9f\x2a\xa5\x5e\x7a\xe9\xa5\x73\xe7\xce\ \xf6\xd6\x37\x50\x3d\x60\xe4\x4e\x84\x73\x73\x3c\x39\x29\x77\x4d\ \xec\x17\x81\xdd\xda\xe2\xf9\x15\x11\x24\x52\xda\x80\xb8\x8b\x17\ \x5e\x03\x40\x22\x8d\xec\x06\x7d\x4b\x44\xa4\xa0\x2a\x86\x57\x9d\ \x01\x7f\xad\x5b\xe9\x7d\x85\x2a\x55\xa3\x3f\x90\x10\x4a\x17\x02\ \xa9\x2c\x51\x23\x6b\x84\x50\x30\x24\x66\x5b\x11\x48\x08\x65\x00\ \x9d\x28\x03\x20\xde\x97\x40\x89\x26\x02\x00\x0e\x55\x00\x65\x94\ \xde\x09\x0b\x40\x6b\xbd\x7f\xff\x81\xd9\xd9\x5d\xd1\x70\x8e\x28\ \x5d\x5d\x6b\x9c\xbf\xf0\xe4\xfe\x83\x9b\x07\x0f\xe4\x75\x58\xe6\ \xb6\xd8\x19\x40\x6b\xad\x88\xe4\x92\x40\x39\x4c\x4c\x4e\x36\x9a\ \x4d\x66\xae\xa9\xfd\x4e\xf2\x0d\x6e\x77\xde\xe3\x46\x7b\xf8\xf0\ \x23\xce\xb9\xfb\xd4\xec\xfa\x5a\xdf\x13\x07\x03\x3a\x7d\x3a\x3c\ \xf1\x24\xb4\xdb\x50\x16\x77\xcb\xde\xb4\x5d\x29\xfc\xb2\x7f\xbb\ \xa4\x97\x7f\x03\x73\x09\x84\x6d\x80\xdd\xb3\xef\x84\xe1\xc9\x95\ \xd2\x21\x88\xa0\x99\x9e\x7d\xdf\x43\x93\xd3\xeb\xcb\xcf\xbf\xb6\ \x7e\x11\x51\x85\xc0\x13\x53\xef\x6e\xc3\xe2\xf9\xf5\x95\x18\x7f\ \x10\x0e\xdd\xe9\x77\x75\x64\xf1\xdc\xda\x32\xa0\xd9\xb5\xeb\xdd\ \x38\x3c\xb1\x54\x38\x02\x9f\x77\xde\x36\x6d\x36\x2f\xac\x2d\xdd\ \xa7\x07\xb7\x1b\x7f\xfe\x31\xcb\xb2\xd1\xb9\x95\xa8\x37\x39\x81\ \x20\xfb\x9c\xcd\xb2\x2c\xad\x0b\x22\x6f\xeb\x56\x7a\xc5\xbf\x26\ \x49\x52\x9b\xe5\xad\x37\xbb\x52\x4a\x69\x7d\x9f\x6a\x26\x5e\x83\ \x92\x94\xc2\xe5\x65\xec\xf5\xe5\x91\xc3\x62\xcc\xdd\xfd\x6e\xc2\ \xbe\x1c\xf6\xfb\xfd\x5e\x51\xba\xf1\x75\x04\x57\xf5\xfb\xbd\x41\ \x51\x5d\x7f\x0d\xa4\x48\x10\xea\x3c\xf9\xae\xff\xf9\xbf\xfd\xe8\ \x2f\x3f\x31\x91\x58\x46\xad\xb4\xc9\x0e\xbc\xed\x91\x8f\x1c\x98\ \xf9\xc6\xef\x7c\xff\xcf\x1c\xe9\xb4\xac\x1b\xea\xd6\x3b\xbf\xff\ \x3b\xff\xc5\xdf\x3a\x72\xc4\x05\x0f\x00\x20\xb6\x82\xe9\x0f\x7f\ \xf0\x57\x7f\xf4\x03\x3f\xd2\x92\x7e\xe9\xb3\xf7\xbd\xff\x17\x3e\ \xf1\xde\x8f\x92\xeb\x55\xa1\xfd\xa1\x0f\xfe\xf2\x77\xbf\xf3\x5b\ \xc1\x97\xbc\x93\x16\xc0\x08\x21\x6c\x1a\xb3\x96\x37\x66\x7a\x7d\ \x0a\x9e\xa5\xc6\x6d\xc3\x1b\x99\xbd\xc6\x5b\x6c\x76\xbe\x5f\x1f\ \xed\x6b\x78\xee\x5a\xe3\xf2\x32\x84\xc0\xfb\xf6\x01\x87\xbb\xca\ \xec\x01\xcc\xc4\x7b\xdf\xf7\x4d\x07\x27\x92\xf9\x57\x9e\x7b\xe1\ \x95\x05\xd4\x3a\x38\xd7\xdc\xfb\xf8\x77\xbc\xf7\xf1\x6a\xf1\xf8\ \xb3\xcf\x7d\xdd\xeb\xe4\x3a\xdd\x66\x65\x72\xdf\xff\xeb\xaf\x5d\ \xdc\x15\x38\x04\x7d\xf0\x6f\x7e\xf0\xc7\xcf\x7e\xf5\xff\x7c\xe6\ \x4b\xbf\xd4\x73\x53\x3f\xf0\xb1\x5f\x99\x6d\xb6\xbf\xba\x16\xde\ \xfd\xf8\xb7\xf7\x2e\x7e\xc9\x97\x3e\x4e\x30\x0b\xc1\x4f\xed\xff\ \x60\xa7\x78\xfe\xac\x3a\xf8\xf8\xee\x5d\x9f\x9b\xcf\x82\x1b\x34\ \x26\x3f\xf4\x48\xe7\xdf\xbd\xd6\xf8\xf0\xa3\x0d\x18\xf4\x4d\x02\ \x52\xee\x18\x5a\x1f\x87\x7d\x59\x04\x88\x96\x1b\x8d\xc9\x61\x41\ \x3e\xd4\xd5\x4a\xb7\xc5\xc2\x57\x3d\x86\x8a\x30\x40\x1d\x92\xb9\ \x83\x66\xbf\xea\x3c\xc8\x2b\x1e\xf8\x07\x24\x2c\x23\x44\xb8\xb2\ \x02\xde\xcb\x9e\x3d\x77\x55\x0f\x52\x6c\xd0\x1f\xfd\xc9\x7f\xf4\ \x93\xdf\xb6\xe7\xc2\xaa\x3e\x76\xf0\xbf\xfb\xad\x9f\xfb\x7b\xbf\ \xfd\x85\x33\xed\x87\xdf\xf7\x0f\x7e\xf5\x97\x8e\x86\xc5\x64\x76\ \xfa\x0b\xff\xea\x1f\xfd\xda\x1f\x7c\x19\xb3\xe4\x4d\xef\x00\xa2\ \x62\xbb\xf0\xd2\xab\x9f\x99\xdc\xf7\xa1\x8c\x12\x15\x16\xbf\xf4\ \x95\xdf\x2c\x07\x1b\x95\xe5\x23\x8f\xfd\xc0\x8c\x7d\xf1\x99\x85\ \xd3\xb3\x07\x7e\x64\xa6\x7c\xfa\x0b\xa7\x9e\xfc\xe6\x96\x04\x11\ \x0d\xe2\xa1\x75\x74\xff\xbb\x2f\xbc\xfa\xaf\x4f\x98\xef\x7a\xdf\ \xc1\x6f\xfc\xcb\xe5\x33\xd0\x7f\xe9\x85\xa1\x3f\x7c\xe8\xe3\x53\ \xf9\xd1\xd3\xa7\xfe\x28\xcd\xb3\x4c\x63\x21\x0f\xfe\xea\xd3\x5a\ \x6f\x17\xb0\x16\x80\x80\xb8\xde\x6e\x4d\xf7\xfb\xcd\x24\xf1\xb4\ \x63\xc6\x43\xdc\x49\x78\x1f\x98\x79\xfb\x2c\x0f\x44\x4c\x92\xac\ \xb6\xcc\x1d\x45\xd4\xd1\xbc\xc2\x79\x37\xc6\xdc\xd7\xa3\x68\xf5\ \x35\xc3\x32\x2b\x2b\x60\xad\xec\xd9\x73\x57\xa7\xeb\xa1\x31\xf8\ \xd2\x1f\xfe\xc6\xff\xf8\xbb\xaf\x1c\x9f\xa7\x9f\xfa\x67\xbf\xf5\ \x3d\x3f\xf0\x37\x7e\xe3\x4f\x5e\xfb\x96\xef\xfd\xe4\xbb\x36\x3e\ \xfd\xc3\x9f\xfc\xa5\xce\xdf\xfa\xc5\xff\xfb\xc7\xff\xee\x67\xfe\ \xf8\xf9\xbf\xda\x94\xec\xba\xaa\x21\x49\xab\x84\x10\x01\x89\x64\ \x70\x7e\xf1\x2b\x44\xc9\xec\xc1\xff\xf2\x23\x8f\xcc\x7e\xee\x99\ \x7f\x72\xde\xee\xfe\xbe\xb7\x7d\xd7\x64\xef\xcf\xde\x3e\xf3\xae\ \x7d\x0a\x76\x37\x5e\x58\xae\xbc\xce\x1e\x7e\xdb\xa1\x77\x04\x78\ \x7b\xa1\xf7\x1c\xdc\xf7\x81\xe9\xe3\x9b\x19\x0e\x9e\x3b\xf1\x17\ \xdf\xf6\xa1\xff\xe1\xf0\xf0\x85\xcf\x7c\xe5\xc5\xf7\x3c\xfe\xc1\ \x84\x40\x1e\xf4\xb8\x4c\x51\x14\x1f\xfb\xd8\xc7\x3f\xf0\xc1\x0f\ \x16\xc5\x28\x01\x83\x00\x9c\xa6\xfb\x94\xee\xfe\xd1\xa7\x7f\xfa\ \x27\xff\x7b\xce\xf3\x5a\x3a\xf4\x16\x91\xa6\xe9\xbf\xfa\xf5\x5f\ \x7f\xed\xb5\x33\x79\x9e\x47\xa2\xf1\xde\xef\xde\xbd\xfb\xc7\x7f\ \xe2\x93\x0f\xfc\xc0\x93\xbb\x88\x2c\xcb\x9e\x7f\xfe\xb9\xdf\xff\ \xbd\xdf\xeb\x76\xbb\x63\x7e\xaf\xaa\xea\x87\xfe\xeb\x1f\x3e\x7c\ \xf8\xb0\xb5\x0f\x58\x9d\x3b\x22\xcd\x2f\x40\x08\xbc\x77\x2f\xdc\ \xd5\xa7\x8a\x80\x97\xce\xbc\xc4\xec\x05\x27\x5a\x69\xb6\xfa\xea\ \x8a\x64\x9d\x63\xdf\x70\xe8\xf9\xcf\xfd\xce\x4a\x89\xbd\x2f\x7f\ \x6e\xa5\xf5\xd3\x47\x1f\x99\x7c\xfe\xb9\x4d\xd0\xd7\x5b\xb2\xa2\ \x75\xae\x21\x78\xda\xf5\x2d\x4f\x7d\x60\x61\xe1\x95\x6f\x7a\xd7\ \x77\x2f\x9d\xfa\xe7\x6b\xb8\x6f\x77\xab\x7a\xf9\xa5\xdf\x9e\x69\ \xe6\xbb\x0e\xa5\x9a\x50\x44\x84\xdd\xae\x7d\x1f\x9d\xe1\xb9\x17\ \x0a\x23\x70\x7c\x55\x3e\xf0\xee\x87\x9e\x48\x74\xee\x7b\x5f\x7e\ \xe9\xfc\xf1\xfd\xc3\x3f\x39\x57\x64\x1f\xc8\x26\x52\x05\x12\xe4\ \x81\xaf\x41\xd6\x5a\x67\x59\xb6\xbd\x9b\x46\x1a\x39\xef\xdb\x9f\ \x2c\x2d\xe5\x21\xb8\x2c\xc3\x9a\x80\x6e\x0d\x79\xde\x58\x5a\x5a\ \xb8\x70\xfe\xdc\xc3\x87\x1f\x55\x6a\x54\x30\x83\x88\x69\x96\xa9\ \xba\x18\xe9\x8e\xa1\xd1\x68\x58\x6b\xcf\x9c\x3e\x75\xf4\xe8\xb1\ \x46\xb3\x39\xe6\x77\x63\x4c\x96\x65\x0f\x56\x58\x06\x11\x9c\xc3\ \xd7\xe6\xa0\xdb\x95\x5d\xbb\xee\xfa\x5c\x6c\x52\x54\x14\xf8\xad\ \x3f\xf6\x33\x1f\x39\x30\xff\x8f\x7f\xfe\x69\xca\x3a\xed\x0e\xf6\ \x8a\x01\x90\x66\xdf\xdf\x90\xa4\xd1\x6e\x00\x6f\x5c\xef\x59\x00\ \x79\x71\xfe\x59\x35\xac\x14\x35\xd2\x74\xa2\x91\xe8\xd5\xcd\xf9\ \x5d\x7b\x3e\xfe\xd1\xbd\x6a\xee\xf8\xbf\xfc\xc2\xd9\x4f\x9f\x64\ \x37\xdd\x97\xd5\xe4\xd5\x8b\x65\x50\x98\x36\x4c\xef\x8b\xcf\xff\ \xd3\xcf\x9f\x78\x59\x40\x9d\x19\x6c\x1c\x6d\xeb\x33\x17\x5e\xa8\ \x90\x5f\x7c\xfe\x7f\xff\x2a\x38\x6a\x1c\x3d\x39\xff\x62\x09\x86\ \x76\x40\x44\x54\x44\x98\x2f\x1b\xab\xc4\x02\x76\xff\x3e\xb0\x96\ \x16\x16\x64\x66\xa6\x1e\xc4\x78\xeb\x16\x76\xce\x55\x65\x25\xc2\ \xdb\x8b\x1d\x84\x59\x6a\xdb\xde\x49\xb3\x87\x10\x6c\x55\xc5\x11\ \x1c\xdb\xab\x21\xf9\x7e\xb6\xfc\xd5\xc9\x1d\xad\xa5\xa5\x05\x3e\ \x78\x00\x92\xe4\x6e\x0f\xd8\x93\xaa\x74\x4f\x7e\xff\xcf\xfc\xc3\ \x1f\x7e\xc7\x6f\xfc\xec\x27\xbf\xb4\x60\x4d\x26\x55\x25\x5d\x9d\ \x00\x30\x52\x92\xa3\x77\x95\xbd\x6e\xaf\x19\x15\x86\xe3\x2f\xff\ \x36\x50\x96\xd1\xc2\x33\xcf\xff\x4b\x52\xe6\x95\xf3\xcf\x06\x40\ \x04\x50\xba\x91\xa5\x1d\x00\x1c\x2c\x7c\xea\x8b\xa0\x13\x6d\x00\ \xe0\xb5\xe3\xbf\x79\x0a\x4d\x9e\x75\x01\x60\xfe\xd4\xef\x9f\x03\ \x00\x20\xa3\x53\x45\x02\x90\x48\x71\xea\xe9\xaf\x7c\x5d\x9b\x86\ \x42\xd9\x99\xcb\x22\x4c\x4e\x49\xa3\xa1\x17\x17\xe1\xa9\xa7\x6a\ \x9a\xb8\x75\x5c\x35\xb3\x57\xa3\xb6\xfc\xed\xf3\xdc\xad\x85\xc5\ \x25\xd9\x7f\xe0\xae\x87\x1a\x7c\x55\x4d\xbc\xed\xe3\x3f\xf7\xf7\ \xbe\xfd\xdf\xff\xc2\x8f\xfd\xce\xd3\x73\xad\x76\x33\xd8\xc1\xd9\ \xaf\xad\xbf\xff\xd8\x43\x64\x37\xb3\x7d\x6f\xdf\x65\xcb\x73\x67\ \xd7\x48\xdf\x40\x91\xb5\xd6\x39\x00\x08\xa0\x31\x39\x00\xa8\xa4\ \x7d\x05\x63\x91\xca\xc6\x45\xc5\x4a\xe7\xea\x6a\x37\xbc\xf6\x8d\ \x00\x00\x20\x00\x49\x44\x41\x54\x3f\x8f\xf2\xa7\xa8\x12\x93\xdf\ \x9e\x51\xf6\xf7\xe3\x7a\x60\xe6\x56\x93\x9b\x4d\xb3\xb8\x54\xab\ \xba\xd7\xa8\x71\x3f\x78\xee\x55\x45\x4b\x4b\xfe\x89\x27\xee\xb6\ \xda\x9f\x38\x49\x3e\xf4\x83\x7f\xff\x88\xcc\xfd\xc7\xd9\x6f\xf8\ \x6f\x7e\xec\xc3\xd5\xca\xe9\x3f\xff\x93\x2f\x3c\xfd\x87\xff\xef\ \x7f\xf5\x2b\x7f\xf7\xe7\xff\xb7\xe9\xf6\x37\x7f\xf7\xb9\xbf\xf8\ \x7f\xbe\x7c\xd6\xa5\x69\x5d\x4e\x70\x37\xc0\xcc\xad\x56\x68\xb5\ \xf4\xd2\x22\xd4\xf2\x0f\x35\x6a\xdc\xeb\xe4\x0e\x00\xd6\xe2\xd2\ \xa2\xec\xdb\x77\xd7\x3d\x77\xad\xf5\xc5\x13\x9f\xff\x34\x4d\x3c\ \xf5\xcd\x1f\x20\x82\xcd\x73\xf8\xfc\x17\x9e\x3d\xf7\xc2\x7f\xf8\ \xc7\xbf\x8c\x3f\xfc\xdd\xdf\xb8\xfc\xf4\x6f\xfe\xda\x6f\xfd\x87\ \xc2\xa4\xa6\x76\x1a\xef\xce\xe6\x2b\xdc\x6c\x4a\xa3\xa1\x17\x97\ \x80\xea\x0e\xd5\x1a\x35\xee\x71\x72\x27\xc2\x5e\x0f\x57\x57\x79\ \xdf\xbe\xbb\x7d\xd6\xc6\x44\xf3\xb3\xbf\xfd\xcb\x7f\xee\x47\x4d\ \x1c\xa4\x4c\xa3\xd9\x68\xa6\x72\xe2\xf3\xff\xf6\x67\x3f\xfb\xaf\ \x51\x99\x46\x23\x37\x35\xab\xdc\xad\xdb\xc3\x1c\x9a\xcd\xd0\x6a\ \x99\xf9\x79\x08\x21\x0e\x55\xaf\xcd\x52\xa3\xc6\xbd\x4a\xee\x88\ \x78\xe1\x02\xb0\xc8\x81\xfd\x77\xdd\x73\x17\x80\xa4\xd1\x4e\xae\ \x70\x17\x01\x74\x9a\x77\xd2\xbc\xbe\x7f\x77\xdd\x73\x97\x46\xc3\ \xef\xd9\x93\x1e\x3f\xae\xfa\x7d\xb9\x6f\x55\x38\x6a\xd4\x78\xf0\ \x40\x57\xf7\xdc\x17\x16\xa0\xd9\x94\x6e\x17\x6b\x1d\xd7\x1a\x6f\ \x48\xee\x00\xe0\x76\xef\x46\x5b\x51\xaf\x27\xb5\x76\x58\x8d\x1a\ \xf7\x32\xb9\x0b\x00\xce\x2f\x48\xb7\x0b\x8d\x46\xed\x88\xd5\x78\ \x13\x30\xfb\x99\x69\x2c\x2b\xea\xf5\xea\x51\x12\x35\x6a\xdc\xeb\ \x9e\x3b\x2d\x2e\x48\xa7\x23\x8d\x06\xd4\x9e\x7b\x8d\x37\x23\xf7\ \x30\x33\x43\x55\xa5\xfa\x3d\xa9\x27\xa9\xd6\xa8\x71\x8f\x93\x3b\ \x2e\x2e\x4a\xa7\x03\x35\xb9\xd7\x78\x33\xa0\xb0\x9f\x99\xc1\xaa\ \xa2\x5e\xbf\x1e\x93\x5d\xa3\xc6\xbd\x4d\xee\x00\x34\x3f\x0f\x9d\ \x8e\x34\x9b\x35\xb9\xd7\x78\x13\x04\xf6\xd3\xd3\x54\x96\xaa\xd7\ \xab\xc9\xbd\x46\x8d\x7b\x98\xdc\x89\x70\x30\xc0\x0b\xf3\x32\x3b\ \x2b\x79\x5e\x93\x7b\x8d\x37\xf1\xdc\x59\xfc\xec\xac\x20\xea\x85\ \x85\x3a\x43\x53\xa3\xc6\xbd\x4d\xee\x1b\x1b\x60\x2d\xef\xdb\x57\ \xb7\xa5\xd4\x78\x73\x08\x4b\xa3\x11\x66\x67\xf5\xf2\x0a\x06\x5f\ \xe7\x54\x6b\xd4\xb8\xa7\xc9\x1d\xbd\x97\x99\x99\x07\x5f\xa4\xbc\ \xc6\x6d\xa1\x77\x22\x3f\x33\xa3\x57\x57\xc1\xd7\x7a\xee\x35\x6a\ \xdc\xcb\xe4\xbe\xb9\x09\xce\xc9\xcc\x74\x3d\x7b\xa1\xc6\xf5\x3d\ \x44\xe4\xa7\xa7\xd4\xea\x2a\xd6\x0f\x4c\x8d\x1a\xf7\x0c\xae\xec\ \x50\x15\xa5\x70\x63\x03\x9c\xe3\xe9\xe9\xba\x83\xa9\xc6\x9b\xbb\ \xed\x22\x42\xe4\x27\xa7\xd2\x33\x67\xc0\xfb\x5b\x69\x52\x8d\xe2\ \x05\x18\x3b\x2d\x10\xa2\x08\x2b\x11\xc5\xf1\x20\x37\xa3\xc8\x8a\ \xc8\xcc\x20\x42\x4a\x31\xb3\x30\x13\xd1\x6d\x1f\x9c\x26\xa3\x19\ \xa7\x80\xa3\x41\x8b\x38\x52\x09\xc5\x91\x7d\x40\x00\x91\x90\x10\ \xc6\x63\x98\xb7\x4c\xc4\x37\xbb\xc4\xae\xfa\x45\xc6\xc3\x3d\xb6\ \x3e\xe1\x92\x7a\xc8\x9d\x9b\x05\x1a\xbf\xd1\x1d\x52\xcb\x8d\x97\ \x7d\xd9\xf7\xba\x1d\xe3\x2c\x6f\x7a\xac\xd5\x96\x6d\x47\x57\x15\ \x7f\x88\xb3\x27\xa3\xf2\x3b\x12\x0a\x0b\x00\x08\x08\x02\x2a\xa5\ \xe2\x2b\x99\x59\x84\x91\x08\x01\x5f\x3f\x8c\xfb\xea\x92\xf1\x08\ \x88\x04\xd7\x98\xdc\x3d\xbe\x98\xb8\x2e\xae\xaa\x3b\xaf\xaf\xb2\ \xc2\x36\x36\xc1\x7b\x99\x9e\xae\xb3\xa9\x35\xde\xdc\x3b\xd0\x1a\ \x92\x54\x66\x67\xf5\x0b\x2f\x18\x22\x31\x66\xfb\x63\x13\x1f\x73\ \x1c\xd1\xdc\xe8\xf9\xba\xe2\xa9\x46\xc4\xb8\x62\x99\x47\x6b\x06\ \x11\x45\x58\x00\xd8\x87\xf5\xd5\xb5\x46\xa3\x41\x4a\x55\xb6\xf2\ \xce\x11\xd2\xe8\x5d\xe3\x3e\x70\x89\x41\xaf\xca\x3a\x92\x37\x72\ \x22\x35\x18\x0c\xf2\x3c\x4f\xd3\xb4\xdf\xeb\x8d\xa6\xa6\x6d\x63\ \xda\xed\x4b\xe5\x5a\x14\x73\x8d\xa5\x25\x08\x04\x00\xc6\x18\x04\ \x14\x61\x66\x66\xe1\x38\x4d\x96\x45\x00\x40\x6b\xa3\x08\x9d\xb3\ \x55\x65\x11\x21\xcb\x32\x22\x52\x2a\xae\x3b\xcc\xf2\xec\x26\x66\ \x41\x20\x62\xbf\xdf\x2f\x8a\x02\x11\xe3\x85\xc4\xfd\xc4\x18\x83\ \x88\xde\x39\x66\x21\x45\x88\xe8\x9c\x23\x42\x44\x8a\xeb\x3f\x04\ \x26\xc2\xb8\xfd\xe0\xa5\x9b\x21\xd1\x1c\x97\xb6\xa7\xf1\xfe\xb4\ \xcd\x04\x97\xb1\xce\xb6\xdb\xab\xb5\x26\x22\xe7\x5c\x08\x01\x11\ \xe5\xda\xec\x7b\x99\x85\xb7\xbd\xe1\x68\xb7\xc3\x4b\x57\x43\x5b\ \xbc\xa6\xb4\x8e\x6f\xab\x95\xf6\xc1\x5f\x7a\x7d\xa4\xcf\x4b\x7f\ \x3d\x62\xff\x11\x75\x42\xa4\xdd\x4b\x8f\xc7\xf8\x75\x4a\x2b\x11\ \xe8\x76\xbb\x37\xb7\xc7\x7b\xef\x99\xd9\x18\x63\xad\x55\x4a\x27\ \x89\xb1\xd6\xf6\x36\x7b\x2c\xdc\x6a\xb6\x8c\x31\xc3\xc1\xb0\xd5\ \x6a\x59\x67\x8d\x31\x00\xb0\xb6\xb6\x16\x42\x50\x4a\x65\x59\x9e\ \x65\xd9\x70\x38\x44\x04\x10\x30\x89\x21\x24\x40\x50\xa4\x04\x44\ \x29\xb5\xf5\x34\xe2\xa5\xc5\x22\xe2\x9c\xd5\xda\xa0\xc2\x2b\xac\ \x27\xa3\x2f\xc9\x22\xe2\xbd\xf7\xce\x25\x49\x6a\x12\xb3\xed\x71\ \x45\xc4\xd7\x93\x3b\x29\xd8\xdc\x44\x6b\x6b\x72\xaf\x71\x3d\xe8\ \x76\x27\xa8\xd5\x4a\xf6\xef\xd7\xab\xab\x13\xed\xb6\x34\x1b\x10\ \x42\x5c\x77\x08\x28\x80\x20\xb4\xb5\xca\xc6\xfe\x57\x5c\x6c\x3c\ \x72\x7d\x40\x21\x42\xe0\x50\x59\x9b\x24\x29\x8b\x28\xa5\xaa\xaa\ \xaa\x2a\x7b\xe6\xc4\x2b\x67\x4f\x9e\x7c\xc7\x53\xef\xd8\x1c\xf4\ \xcf\x9c\x39\x3d\x1c\x0c\x32\x6d\x08\xc4\x07\xef\xd8\x93\x56\x88\ \x0a\x58\x02\xf3\x76\xa6\x16\x66\x16\x06\x01\x6b\xed\x7b\xde\xf5\ \xae\x46\xbb\xfd\xcc\xd3\xcf\x3c\xf5\xd4\x3b\x8f\x3d\xf6\xf8\xcb\ \x2f\xbe\x78\xe2\xe4\x49\x20\x01\x94\x00\xcc\x9e\x5f\xef\x07\x5d\ \x41\xe8\xdb\xc9\x77\xfb\xcf\x44\x04\xcc\x86\x54\xa2\xd2\x87\x0e\ \x3e\x2c\x20\xfd\xde\x66\x51\xf5\x5d\x70\xdd\xee\xe4\x60\x58\x55\ \x36\x00\xaa\x7d\xfb\xf7\x05\x57\x9d\x3b\x77\xa6\x18\x0c\xda\xed\ \xe6\xbe\x7d\xfb\x42\x90\xa2\xb0\xb6\x72\x07\x0f\x3f\xfc\x9e\x6f\ \x78\xaf\xbb\xf1\x61\x38\x26\x31\x2f\x7f\xe9\xe5\xaf\xbc\xf0\x15\ \x93\x24\x08\xa8\x14\x89\x00\x12\x1c\x3c\x70\xb0\xac\xca\xa5\xa5\ \x25\x10\xd6\xa9\x9e\xe8\x76\x7a\xbd\x41\x59\x96\x80\xd8\x69\x77\ \x45\x64\x75\x75\xdd\x39\x67\x8c\x21\x10\x24\x21\x20\x11\x66\x11\ \x00\xda\xa2\xc2\x2d\x86\x15\x41\x44\x16\xde\x72\xca\xe5\xf2\x11\ \x45\xc0\x02\x0a\x45\x98\x77\xef\x9a\x9d\xe8\x76\x97\x57\x56\x36\ \x36\x37\x8d\x49\x04\xd0\x87\x20\x00\x22\x01\x69\xe4\x78\xa2\x52\ \x08\x40\x88\x02\x20\xcc\x80\xa8\xe0\x32\x3b\x33\x33\x02\xc6\x1d\ \x17\x40\x48\x98\x7d\x68\x34\xf2\x24\x4d\x07\xc3\xa2\xd9\x6a\x21\ \xe0\xfa\xc6\x7a\x7c\x8c\x02\x33\x91\x0e\xc2\xe3\x1b\xc2\xcc\x84\ \xa8\x8d\x21\x42\xef\x3d\x22\x32\x87\xf8\x8d\x44\x18\x11\xbd\x0f\ \x21\x04\x63\x4c\x92\x24\x4a\xa9\xef\xfb\xc4\x27\xd2\x2c\x93\x1b\ \xe4\x37\x22\x1a\x0e\x87\xc3\x61\xd9\xed\x76\xad\xf5\xad\x56\x96\ \x67\xcd\xe1\xb0\xfc\xca\x5f\xbd\xb8\x30\x3f\xff\x4d\xdf\xf4\x4d\ \x4f\x3e\xf9\xc4\x85\xf3\x0b\x2b\xcb\x6b\x07\x1f\x3a\xd8\x6c\x34\ \x4f\x9f\x39\xf5\xb9\xcf\x7d\xce\x7b\xff\xe8\x23\x8f\x3e\xfe\xf8\ \xdb\x67\xa6\x3a\xa7\x4f\xbe\x76\x61\xe1\xfc\x91\xa3\x8f\x4e\x4d\ \x4c\x06\xf6\x83\xc1\x60\xd7\xae\xdd\xde\xfb\x56\xb3\x8d\x88\x40\ \x5b\xa6\x06\x94\xc0\xc1\xfb\xf9\xf9\xf9\xc9\x3d\x93\x3a\xb2\x76\ \xdc\x95\x45\x10\xc9\x39\x2b\x22\xc1\xf9\xc1\x70\xb8\xb4\xb8\xd4\ \xdb\xec\x1d\x3d\x7a\xd4\x28\x93\xe7\x39\x10\xc6\xed\x84\x48\xbd\ \x8e\xdc\x85\x69\x61\x01\x10\x61\x66\xa6\x26\xf7\x1a\x6f\x7e\x70\ \x66\x0e\x00\x61\x76\x16\x37\x36\x60\x63\x9d\x1b\x0d\x60\x19\x9f\ \xa0\x2f\x39\x69\xa3\xff\x1b\x9f\x67\x03\x33\x33\xb3\xf3\xcc\x81\ \xd3\x34\xad\xaa\x4a\x1b\x33\xa2\x00\x66\xef\xdc\x6b\x67\xce\xcc\ \x2f\xce\xbf\xfb\xbd\xef\x2a\xca\xf2\xec\xd9\xb9\xb2\x2c\x1a\x79\ \x0e\xc2\xc0\xa2\x50\x7b\xc7\x4a\xe9\xb1\x8f\x29\xd1\x8d\x11\xe1\ \x10\x22\xd7\x23\x00\x12\x06\x16\x00\x44\x22\x1f\x02\x22\x2a\xa5\ \x01\x41\x58\x50\x81\x46\x25\xdb\x04\x45\xf1\xf5\x67\x8a\x6b\x9d\ \x97\x47\x67\x61\xd0\x44\x04\x98\x25\x59\x9a\x67\x20\x52\x95\x05\ \x60\x9e\x41\xde\x6a\xb5\x7b\xbd\xd2\x3b\x8f\x5a\x8c\x51\xae\x0c\ \x59\xda\x68\xe6\xcd\x3c\xcf\x99\xf1\xc2\xfc\x82\xf5\x0c\x00\x0f\ \x6b\x73\xd3\x91\x20\x4d\x3a\x31\x46\x2b\x35\xda\x21\x01\x10\x68\ \x6d\x6d\xad\xaa\x2a\x60\x01\x00\x5b\x56\xab\x7e\xbd\x3b\x31\x91\ \x26\xe9\xda\xfa\x5a\xbf\xd7\xdf\xbb\x6f\x6f\x9e\xe7\x0b\xf3\x0b\ \xde\x07\x50\x88\x80\x02\x40\x4a\x6b\x52\xe3\x03\xd3\x96\xd7\x2d\ \x5b\xce\x7e\xd8\xda\xf3\x68\x8b\xdc\x05\x00\x05\x44\x04\x09\xc4\ \x3b\x5b\x59\x4b\x4a\x35\x1a\x8d\x5e\xbf\xe7\xbd\x47\xa5\x23\xa7\ \x22\x20\x0a\x00\x60\x24\x6f\x8c\xef\x01\x00\x48\x22\xc2\xf1\xe8\ \xb0\x65\x61\xa5\x54\x08\x41\x46\x4f\x0e\x7a\x16\x04\xc8\xf2\x7c\ \x38\x28\x5a\xad\x56\x9a\xa6\xab\x6b\x6b\x88\x44\x44\x80\xa8\x00\ \x90\x94\x41\x24\x42\x22\x45\x5b\x23\x2e\xe3\xcf\xce\x79\xa5\x08\ \xb7\x3e\x2f\xc6\x2b\xbc\xf7\x00\x28\x22\x4a\xd1\x76\x77\xfe\x46\ \x63\x44\x49\x92\x88\x20\x11\x4d\x4e\x4e\x6a\xad\x37\x37\x37\x37\ \xd6\x37\x90\x50\x1b\x33\x18\x0e\x57\x56\x56\xf3\x3c\x5f\x58\x58\ \x98\x9f\x9f\x7f\xec\xb1\x63\x83\x7e\xdf\x68\x6d\xb4\xde\xbb\x77\ \x5f\x9a\xa6\x02\xd2\xee\xb4\xf5\xb2\x5a\x5b\x5d\x1b\xf4\xfa\x7b\ \x76\xef\xee\xf7\xfb\x9d\x4e\x07\x89\xbc\x77\x49\x92\x22\x46\xc3\ \x46\xfb\x83\xd2\x2a\x4d\x53\xef\x7d\x92\xa5\xce\x79\x14\x24\x45\ \x00\xe0\xbd\x8b\xf4\xad\x8d\x6e\xb5\x9a\xcd\x66\xb3\xb7\xb9\x99\ \xa4\x09\x6e\xc5\x21\xc7\x47\x20\x7d\xe5\x33\xeb\x3d\xae\xac\xf0\ \xcc\x8c\x34\x9b\x75\xd9\x72\x8d\x37\x05\x73\x20\x11\x99\x9d\x05\ \xa5\x70\x69\x59\xf6\x1f\x24\x0c\x00\x28\x02\xf1\x1f\x8a\xee\xbb\ \x40\x24\xde\x78\xca\x26\x8a\xf1\x74\xd5\xc8\x33\x24\x0c\xde\x0b\ \xa2\xd6\x5a\x98\x91\x30\x04\x39\x7b\xf6\xec\xa9\x53\x27\x9f\x7a\ \xc7\x3b\xca\xaa\x3c\xfe\xca\xf1\x7e\xaf\x97\xa6\x49\xe0\x80\x00\ \x22\x6c\xb4\xce\xb5\x72\xce\xb1\x08\xc8\x25\xcf\x3d\x06\x37\x39\ \x04\x8e\x8e\x27\x8b\xf3\x2e\x52\x8a\x77\x4e\x29\xa2\x38\xf7\x1c\ \x60\xb4\xc4\xb7\x85\x50\xc7\xe1\xd4\x37\x08\x86\x8c\x37\x80\xf8\ \xb3\xa0\x84\xc0\x26\xcd\x00\x51\x6b\x93\x64\x69\x46\x99\xb5\xa5\ \x56\x26\xcf\x1b\x9e\x01\x95\xe4\x59\xda\x5b\xdf\xe0\x00\xc3\xfe\ \x90\x59\xb5\x5a\x93\x81\x49\x27\x06\x89\x4c\x9a\xdc\xdc\x7c\x4e\ \x44\xe4\x10\xbc\x73\x5b\xfe\x36\x0a\x00\xb3\x1f\xf6\xfa\xce\x7b\ \xad\xf5\x28\x40\xc1\xd2\xdb\xd8\x9c\x9a\x9a\x9e\x9e\x52\xbd\xcd\ \xde\xc6\xda\xda\xe4\xe4\xe4\xfe\x7d\x7b\x57\x57\xd7\xbc\x77\x5a\ \x2b\x22\x0c\x21\xfa\xe6\x31\x46\x31\xf6\xcd\x25\x66\x3b\x94\x22\ \xa5\x94\x52\x2a\xc6\x9b\xb6\xc2\x68\x02\x48\x00\xa4\x10\x20\x4d\ \xb4\x1e\xbd\x20\xcf\x72\x24\x15\xc9\x5d\x63\x7c\x15\xc2\x68\x1f\ \x88\xb1\x23\x64\x11\x61\x61\x10\xa5\xd5\xd8\xf8\x63\xe7\x7d\xbc\ \xf7\x0f\x7a\x9b\x8d\x2c\xf3\x3e\xe4\xcd\x46\xbb\xdd\x76\xd6\x75\ \x3a\x1d\x18\x45\xab\x41\x00\x95\xd1\x5b\xbb\x39\x44\x06\xf7\x3e\ \x88\x08\xb3\x84\x10\x42\xf0\x31\xc6\xcd\xcc\x91\xeb\x8d\x49\x42\ \x08\xf1\x4f\x62\x4c\x6c\xfb\x41\xe4\xfa\xc9\x5d\x29\xd5\xed\x36\ \xda\xed\xf6\x38\xa6\x45\x84\x67\xcf\xce\x21\x40\x9a\x24\x81\xb9\ \xdb\xed\x0e\x87\xc5\xf2\xf2\xf2\xca\xca\xf2\xf4\xf4\x94\x36\xc6\ \x39\x07\x20\x9b\x9b\xbd\x34\xcd\xda\xed\xf6\xb1\x63\xc7\x4e\x9f\ \x3e\x8d\x8d\x46\x51\x94\xcc\x5c\x55\xd5\x44\x77\x42\x6b\x0d\x08\ \x81\x83\x08\xa8\x18\x2f\x42\x24\x24\x63\xcc\xc6\xc6\x46\x96\x67\ \x21\xb0\x51\x1a\x64\x74\xd9\x4a\x29\x42\x64\x11\x22\x6a\x36\x9b\ \xcc\x42\x88\xa4\x94\x77\x2e\xba\xf9\x31\x0a\x77\x05\xb9\x03\x78\ \x8f\xab\xab\x32\x3b\x5b\x6b\x73\xd7\xb8\x1e\x14\x45\x81\x5a\x83\ \xd6\x9d\x3c\x0f\x8b\x4b\x55\x65\xa1\xac\xc6\x31\x12\x44\x44\x12\ \xef\x03\x33\x6b\xad\x95\x22\x63\x0c\x22\x10\xd1\xa5\xbc\x9f\x88\ \xf3\x21\x31\x46\x11\x8a\x00\x87\x70\xe1\xc2\x85\x85\x0b\x17\x9e\ \x7a\xe2\x1d\xb6\x2a\x5f\xf9\xda\xcb\xce\xba\x3c\x4b\x01\x80\x59\ \x42\x2c\xa5\x27\x9a\xe8\xb6\x97\x96\x2e\x32\x87\xad\x35\x2f\x2c\ \x8c\x88\xa8\x14\x01\xc4\x2a\x5e\x09\xe0\x83\x47\x22\x42\xb4\xd6\ \x8a\x00\x29\x85\x5b\x41\x6a\xdc\x16\xc0\xdd\x9e\xb2\xbb\x66\x98\ \xf8\xf2\xd0\x4d\xe4\x3e\x50\xc0\xc2\xcb\xab\xab\x9d\x56\xbb\xdf\ \x1f\x00\x4a\x60\xdf\xe9\x4e\x35\x1a\x4d\x22\x9d\x64\x2a\xcf\xb3\ \x24\x31\xb3\xb3\xbb\x8a\xc2\x02\x62\xe5\x05\x55\x52\xda\x2a\x08\ \x27\x59\x76\x73\x4b\x4c\x44\xb4\x51\x8d\x2c\x4f\xb3\x2c\xb2\x30\ \x00\x04\x0e\xcc\x9c\xa6\x29\x22\x02\x62\x08\x41\x1b\xe3\xbd\xeb\ \x6d\xf6\xf2\x2c\x9b\x99\x9e\xae\xaa\x6a\x63\x7d\xbd\xd3\xe9\xec\ \xd9\x35\xbb\xb2\xba\x5a\xda\x92\x28\x49\x12\xad\xb5\x89\xec\x8c\ \xa8\xc6\x29\xba\xc8\xef\xcc\x12\xef\x54\xdc\x8c\xe3\xa1\x28\xfa\ \x86\x2c\x20\xec\x51\x30\x78\xdf\xeb\xf5\xb4\xd6\x59\x96\x09\x20\ \x90\x52\x4a\x11\x0b\xb0\x20\x8d\x92\x1b\x31\xde\x82\x80\x24\xcc\ \xc2\x08\xc0\xa3\xc0\xf8\xd6\xa9\x8b\x39\xf2\x7b\x08\x01\x40\xd2\ \x34\x05\x84\x10\xb8\xd1\xcc\xd6\xd6\xd6\x2b\x6b\x11\x50\x10\x42\ \x60\x04\x60\x00\x24\x1c\xc7\x9d\xe3\xed\x18\xc7\x22\xac\xad\x10\ \x21\x04\xde\x0a\x76\xa7\x49\x92\x3a\x67\x43\x08\x5a\x2b\xad\x4d\ \x9e\xe7\x37\xc1\xec\x23\x5f\x58\xeb\xe8\x4d\x67\x59\x1a\x7c\xc8\ \xb3\xbc\xd9\x6c\xed\xdb\xbb\x77\xee\xcc\x6b\xc7\x8f\x1f\xdf\xbd\ \x67\xcf\xee\xdd\x9d\x24\x4d\x1f\x3a\x74\xf0\x85\x17\x5e\x58\x5a\ \x5a\xb4\xd6\x96\x65\x59\x55\xd5\xfe\xfd\x0f\x75\x3b\x1d\x66\x9e\ \x9c\x3a\x00\x00\xc5\x70\xb8\xb6\xb6\x5a\x16\xe5\xec\xec\x6c\x92\ \x26\x48\xe4\xac\x23\x4d\x44\x2a\x66\x62\x63\x4e\x21\x4d\x33\xe7\ \x1c\x29\x95\x10\x01\x00\x0b\x2b\x54\xf1\x8e\x23\x22\x88\xb8\x10\ \x94\x52\x79\x96\x95\x65\x25\x2c\x49\x96\x79\xef\xe3\x6f\x45\xae\ \xf0\xdc\x01\xc1\x39\x5c\x5b\x95\x99\x19\x20\xaa\x4b\x21\x6b\xbc\ \x29\x5a\xad\x26\xa7\x29\x75\x3a\x92\x65\x6a\x6d\x55\xa7\x99\x06\ \x8a\x59\xd4\xed\xa1\xf6\xed\xbe\xd2\x15\x25\x1c\xd6\x5a\x61\x8e\ \x6b\x26\x4d\x93\xb9\xb9\xf3\xe7\xcf\x9e\x3d\xfa\xe8\x23\x8b\x4b\ \x8b\x73\x67\xce\xa0\x30\xa1\x48\x08\x12\xf9\x00\xc0\xb3\x47\x4f\ \xed\x76\xfb\xe2\xe2\x45\x61\x11\x14\x96\x4b\x9e\xbb\x70\x4c\x6b\ \x32\x0b\x7b\xef\xbc\x8f\x81\x05\x74\xce\x31\x07\x45\x8a\x03\x8b\ \x04\x21\x50\x5a\xa1\x42\xbe\x46\x48\xfd\x0a\x72\xdf\x4e\xeb\xd1\ \x6d\x8f\x21\x02\x01\x21\xa5\x01\x90\x50\xad\xac\xae\x6d\xf6\xd6\ \x5b\xad\xd6\xfe\xfd\x87\x7a\xbd\xbe\x75\x4e\x25\x0d\x91\xa0\x8d\ \x11\x82\xe5\x95\x8d\x56\xab\xe3\x1c\x6f\xf6\x06\xa8\xc0\x64\x09\ \xb3\xdc\x5c\xe5\x87\x80\x24\x26\x6d\x36\x5b\xa3\xc3\x38\x00\x20\ \x8a\x88\xb5\x56\x1b\x13\xbc\x57\xa4\x48\x69\xef\xbd\x51\x26\x04\ \xef\x5d\x88\xae\x25\x80\xd9\xdc\xd8\x50\x4a\xe5\x8d\x8c\x85\xab\ \xaa\xd2\x5a\x47\xe3\x20\x22\xb3\x1b\x59\x50\xc6\xa1\xf0\x70\x45\ \x06\x6f\x7c\x1f\x05\x94\x42\x61\xf6\x31\xa5\xdb\xed\x74\x86\xc3\ \x61\x51\x56\x40\x4a\x6b\x0d\x81\x41\x18\x62\x7e\x45\x46\x91\x1c\ \x44\xc2\xad\x3c\xa8\x6c\x55\x9b\x8c\x99\x3d\x96\x45\xc5\xc8\x78\ \x23\x4b\x87\x45\xd9\x69\xb7\xcb\xb2\xec\x0d\x06\xb1\xde\x29\x5e\ \x99\xd2\x5a\x58\x38\x70\xf4\x0c\xb6\xed\x3a\x4c\x44\x88\x71\xab\ \x10\x44\xca\x32\x43\xa4\x44\xc0\x5a\xe7\xbd\x4f\xd3\x34\xcf\xf3\ \x10\xc2\x70\x38\x8c\xfb\xd3\x8d\x7b\xee\x80\x88\x59\x96\xc6\x08\ \xbe\x08\x78\xef\x72\xad\xbb\xdd\x09\xad\x4d\x55\x55\xc5\x70\x08\ \x02\xdd\x6e\x67\x63\x63\xfd\xe8\xd1\xa3\x5a\xe3\x2b\xaf\xbe\x9a\ \x65\xd9\xec\xec\x6c\xab\xd5\x74\xde\xe7\x8d\xdc\x3a\x9b\xa6\x69\ \x08\xa1\xdf\xeb\x9f\x3f\x7f\x5e\x29\x95\x65\x59\x77\x72\x42\x44\ \x08\x91\x30\x06\x12\x47\x7b\x9e\xd2\x5a\x91\x0a\x3e\xa0\xa2\x51\ \x9a\x07\x20\x16\xe7\x54\x95\x45\x90\x5e\xaf\xc7\xcc\x45\x59\xce\ \xcd\xcd\x1d\x3a\x74\xa8\xd3\xed\x06\xe1\xe8\xb6\xc3\x95\xd5\x32\ \x88\xe0\x3d\xae\xae\xf1\xe1\xc3\x75\xab\x61\x8d\xeb\x7b\xe2\x51\ \x21\xe9\x4e\x07\xf2\x3c\xed\xf5\x9c\x56\xe8\x60\x5b\x0c\x77\x54\ \x03\x13\x57\xe0\x36\x87\x7d\x54\x2c\xc8\x2c\xde\x8f\x4a\xc4\x94\ \xa2\xb3\x73\x73\x0b\xe7\xcf\x1f\xd8\xb7\xef\xc2\xf9\xf3\x67\xce\ \x9c\x56\x84\xc0\xa1\xe8\x0f\x30\x70\x60\x46\xad\x74\x9e\x31\xb3\ \x75\x56\x29\x93\x98\xa4\xb2\x36\xc4\x95\xc0\xcc\xcc\x80\x28\xcc\ \x71\xe1\x01\x42\x4c\x09\x12\x91\x49\x4c\x08\xc1\x68\x03\x02\xde\ \x3b\x6d\x14\x80\x70\x08\x44\xb0\x15\x91\xb8\xba\x93\xbe\x9d\xf1\ \xc7\x3e\x32\x6e\x21\xc6\x79\x4d\x92\x1c\xd8\xf7\x50\x70\x7e\x62\ \x62\x32\xcb\xd3\x6e\xb7\x03\x48\x69\xd6\x08\x52\x18\x93\x28\xa5\ \xb3\x2c\x45\xa1\xa9\xa9\xc9\x66\xab\xd3\x1f\x0c\x26\x26\xba\x8c\ \xdc\x9d\x9c\x24\x52\x37\x37\x59\x1d\x91\xca\xa2\x5c\x5b\x5b\x8d\ \xe5\x31\x88\x18\x98\x47\xa1\x71\xa2\x48\x96\x08\x04\x82\x02\x2c\ \x20\x20\x82\x28\xcc\x32\x33\x3b\xa5\x94\x5a\x5b\x5b\xcb\xf2\xac\ \xd9\x6e\x11\xa9\xd5\xd5\xd5\x18\x78\xd9\x22\xaf\x58\x8c\x34\x72\ \xd5\xb7\xf3\x5a\x0c\xc4\x5f\xb1\x4f\xc7\x02\xcf\xb2\x2c\x27\x26\ \x26\x8c\x31\x45\x55\x01\x88\xf7\x41\x24\x5c\xca\x0d\xc2\xb8\x5c\ \x8a\x89\x30\x06\x77\x90\x2f\x4f\x4d\x03\xc4\x78\x1d\x20\x24\x26\ \x71\xce\xe7\x59\x0e\x80\xbd\x7e\x0f\x01\x58\x20\x84\x80\x40\x48\ \x24\x2c\x00\xa8\x14\x45\xff\x75\x5c\x8f\x68\x8c\x89\xf1\x16\x63\ \x12\xe7\xac\x31\x3a\x4d\xd3\xf8\x4b\xad\x29\x49\x92\x34\x4d\x62\ \xf9\x90\x31\x09\x11\xc9\x4d\x9e\x99\x80\x59\xb4\x56\x65\x59\x6e\ \x6e\xf6\xa6\xa7\xa6\x45\xd8\x3a\x27\x22\xc6\x98\xa5\xa5\xa5\x23\ \x47\x8f\x01\xc2\xe2\xd2\xd2\xbe\xbd\x7b\x87\xc3\x7e\x9a\xa6\xd6\ \xda\xb9\xb9\xb3\xce\x85\x24\x49\xfb\xbd\xfe\xc4\x54\x97\x43\x58\ \x5c\x58\xe8\xf7\x7a\x83\xc1\x60\x79\x79\xd9\x39\x67\x9d\xd3\x5a\ \x03\x90\x80\x20\x40\x4c\x12\x68\xa5\xbd\xb3\x80\x23\xeb\xb1\x48\ \xac\xc8\x1a\x53\x35\x00\x4c\x4f\x4f\x6f\x6e\xf6\xac\xad\xa6\xa6\ \xa6\x39\x84\xf1\x66\x19\x43\x37\x57\x26\x54\xd1\x7b\x5c\x5f\x93\ \xe9\xf7\x3e\x00\x22\x50\x88\x3b\x77\x87\x7a\xcb\x22\x6a\x18\xeb\ \x16\xf3\x5c\xd2\x14\x57\x57\x50\x8d\xce\xdc\x71\x09\xc7\x78\x6b\ \xac\x85\x8e\xae\x59\x3c\x36\x2a\xa5\x89\x90\x05\xbc\x77\xc2\x9c\ \x65\x39\x07\x5e\x5f\x5f\xbf\xb8\xb4\xb4\x67\xf7\xee\x93\x27\x4f\ \x5c\x38\x7f\x5e\x6b\x8d\x0c\x9b\xeb\xab\x5c\x06\x57\x14\x8e\x39\ \xa0\x64\x9d\x76\x3e\xd1\x29\xaa\x32\x56\xfe\x05\x66\x1e\x93\x7b\ \x5c\x79\xf1\xc6\x0b\x23\x8c\x6a\xe4\x63\x49\x38\x07\x46\x44\xad\ \x95\x02\x24\x41\x40\x21\x40\x04\x82\xcb\x7d\xf3\x2b\xbc\xf8\x31\ \x0b\x6c\x27\xf4\xb1\xe7\xce\x12\x10\x41\x2b\x85\x88\x69\x96\x1d\ \x3d\x76\x34\x48\x60\x16\xcf\x32\xbb\x67\x0f\x33\x34\x1a\x14\x5f\ \x9c\xe7\x79\xb3\xd5\x32\x49\x3a\x19\x3a\xfb\xf6\xef\x46\x4d\x3e\ \x48\x9a\xdc\x6c\xcc\x1d\x20\x70\xb0\xce\x21\x51\x0c\x77\x68\xa3\ \xe2\xaa\x0e\xc1\xc7\x0b\xe4\x4b\x19\x52\x04\x1a\x71\xfc\xd2\xd2\ \x72\xb7\xdb\x9d\x9c\x9c\x5a\x5d\x5b\x15\x84\xe9\xa9\x69\x22\x5c\ \x5d\x5d\xdb\x4a\x42\x52\x3c\x3c\x39\xe7\x99\x21\x26\x2a\xb7\x67\ \x1a\x2e\x5d\x6d\x0c\xd4\x00\x20\x90\xc4\x28\x77\x08\x31\xd6\xaf\ \xb4\x66\x06\x46\x44\x10\xdc\xda\xcb\x89\xa2\x57\x8d\x31\xa8\x22\ \x21\x20\x20\x6d\x7b\xe7\xb8\xf1\x47\x7e\x57\x44\x84\x3a\x49\x0c\ \x08\xe4\x8d\x1c\x01\x49\xe9\x98\x21\x19\x65\x6f\x00\x00\x47\xc7\ \x8b\x71\x7d\xb7\xc8\x28\xfa\x87\x08\x49\x92\x82\x80\xb5\x2e\xd6\ \x50\x22\x12\x33\xaf\xaf\x6d\x78\xef\x11\x81\x46\x31\xa8\x9b\x8b\ \xcc\xc4\x3c\x93\x24\x49\xd2\x6a\xb5\x92\xc4\x14\x45\xb1\xbe\xb6\ \xa6\xb4\x0a\xde\xc7\x87\x6d\x7d\x6d\x23\x4b\x33\xef\xfd\xea\xca\ \x2a\x11\x79\xef\xcb\xb2\x58\x5b\x5b\x3b\x7c\xf8\x70\x77\xa2\xcb\ \x12\xbc\xd7\xbb\x76\xed\x2e\x8b\x52\x44\xb4\xd6\x13\x13\x13\x26\ \x49\x3c\x07\x1f\x3c\x32\x50\xcc\x1b\x93\xb2\x55\x55\x14\x85\xd6\ \x5a\x64\x14\x79\x8c\xce\x8a\x56\xba\x28\x8a\x10\xbc\xd1\x66\x38\ \x1c\x0e\x86\x83\x5e\xaf\x37\x31\x31\x14\x99\xdc\xd8\xd8\xd0\x49\ \x62\x8c\x8e\xf5\xa9\xaf\xf3\xdc\x9d\xc3\xb5\x75\x99\x9a\xbe\xdf\ \x79\x51\x58\x9c\x65\x67\x77\x68\xda\x40\x1b\x7a\x2b\x77\x12\x69\ \x34\x24\xcf\x69\x75\x15\x50\x44\x02\x51\xac\x77\x1e\x2d\xa1\x71\ \x37\xc7\xc6\xc6\xe0\xb9\xe7\x9e\xab\x2a\xbb\x67\xcf\xde\xb7\xbd\ \xed\xf1\x34\xcd\x4a\x5f\x6a\x63\x82\x0f\xb6\xaa\x36\x37\xd6\xdb\ \xcd\xd6\x0b\x5f\xfe\x72\x2c\x8c\x61\x09\x6b\xcb\xcb\xb6\x3f\x3c\ \x7a\xe8\x70\x27\x6f\x58\xeb\xbe\x7e\xe6\xd4\xc5\xf5\xcd\xa0\x09\ \x91\x04\x85\x14\x31\xb3\xd0\xd8\x5b\x17\xad\x94\xd6\x1a\x00\x9c\ \x73\xc2\x8c\x88\xce\x3a\xa5\x14\x11\x59\x67\x99\x59\x69\x4d\x4a\ \x8d\x78\x82\x00\x11\xe4\x72\x5a\xc7\xd7\x71\xfd\x15\xb4\x1e\xa9\ \x2a\xfe\x97\x44\x19\x66\x89\x49\x47\x5b\x5a\x1f\x1c\x0b\x57\xde\ \x59\x17\x3c\xa3\xab\xfc\x6e\x35\x21\x81\x36\xd6\xd7\xf5\x34\x22\ \xe1\x97\x5f\xf8\xa2\xb5\x2e\x30\x0a\xaa\x41\x51\x3c\x76\xec\xd8\ \xa1\x83\xdf\x11\xaa\xea\x26\xec\x9d\x66\xa9\xd6\x9a\x85\x95\x52\ \x1c\x38\xd6\x02\x45\x4e\x47\x11\x54\x84\x48\x5b\xc1\xdb\x51\x7b\ \x18\x29\x05\x20\xbd\xfe\xa0\xd1\x6c\x4e\x4e\x4e\x0d\x8b\xc1\xc6\ \xc6\x66\x9e\xe7\x93\x93\x53\x1b\x1b\x1b\x31\xd2\x1d\xab\x4a\xf2\ \x3c\xdb\xca\x37\x63\xac\x8b\x57\x8a\x46\x35\xec\x63\x43\xc5\x7b\ \x2c\x1c\x0f\x4d\xd6\xda\x24\x4d\x13\x93\x24\x59\x26\x23\xff\x93\ \x2f\x6d\x09\x31\xc3\x8b\x08\x82\x28\x81\x99\x08\x71\x7b\x2a\x75\ \xb4\x01\x33\x47\xda\xcd\xb2\xd4\x3b\xef\x9c\x13\x01\x16\x06\x70\ \x81\x79\x54\x78\x33\x2a\xca\x0f\xdb\x8a\x5f\x31\x04\x1f\x42\x00\ \x00\xa5\x34\x11\x21\x92\xb0\x28\x22\x93\x1a\x00\x28\x86\x45\x65\ \x2d\x88\xc4\x67\x43\x58\x6e\x8b\x4f\xd3\x6a\xb5\xca\xb2\xb8\x70\ \x61\x7e\xd7\xee\xdd\xa7\x4f\x9d\x5a\x59\x59\x69\xb7\xdb\x44\xb8\ \xba\xba\xda\x68\xe4\x55\x55\x0d\x8b\x61\x23\xcf\x87\xc3\x61\xa3\ \xd1\x68\xb7\xdb\x83\xc1\xb0\x6b\x0c\x22\x76\xda\x1d\x14\x58\x5a\ \x5c\x8c\x89\x0a\x22\xb2\xd6\x6a\xad\x29\x66\xfc\x47\x39\x15\x1d\ \x42\x88\x19\x14\x52\x04\x88\x4a\x64\x54\x17\x2f\xa2\x94\x52\xa4\ \xb4\xd6\xce\x7b\x4d\xaa\xd3\xe9\x68\xad\x91\x48\x6b\xb5\x75\xa7\ \xc4\x39\xf7\xba\x52\xc8\x10\x70\x6d\x4d\xa6\xa7\xee\xf6\x68\xec\ \xdb\xe0\xba\x0a\x4b\x9d\x12\x7e\x2b\xec\x1c\x18\x1b\x0d\x49\x53\ \x5c\x5b\x43\xa5\x4a\x5b\x58\x6b\x63\x2f\x9e\x42\xd3\x6c\x76\x7a\ \xfd\xfe\xd2\xe2\x52\x9e\xe7\x9b\x9b\x3d\x6b\x6d\x08\x61\x73\xb3\ \xb7\xb8\x78\x31\x49\x34\x21\x4d\x4d\xcf\x14\xc3\xe1\xfa\xea\x4a\ \xf0\xe1\xd4\xa9\x93\x88\x90\xa5\x69\x62\xb4\x36\xfa\xf4\x89\x93\ \x8f\xee\xdb\xff\xff\xb3\xf7\x66\xbf\xba\xa5\xe9\x7d\xd0\x33\xbc\ \xc3\x5a\xeb\x9b\xf6\x78\xce\xa9\x53\xd5\x55\xd5\x83\xdb\x1d\xa3\ \xc6\xb8\xd3\x56\xe3\x44\x51\x02\x16\x62\x92\xb8\x08\x52\xa2\x48\ \x48\x70\x83\xe0\x8e\x1b\x24\xee\xb8\x40\xfc\x03\x5c\x71\xc1\x24\ \x14\x09\x09\xe4\x38\x41\x22\x22\x42\x8a\x63\x21\x3b\xd8\x4e\x62\ \x63\xb0\xbb\xec\x76\x0f\x55\x67\xa8\x73\xf6\xfc\x8d\x6b\x78\x87\ \xe7\xe1\xe2\x5d\xdf\x57\xbb\xba\x2d\x5c\xbd\xbb\xb1\x65\xfa\xac\ \x92\x8e\xce\x54\xfb\xec\xfd\xed\xbd\x9f\xf7\x79\x7f\xe3\xa3\xa3\ \x23\x0b\x1c\xd0\x9c\x1e\x1d\x5f\x77\xdd\xae\x6d\x17\x47\x0b\x40\ \xaa\xaa\x2a\xa5\xa4\x84\x65\x29\x64\x66\xe7\x3d\x13\x89\x6a\x16\ \xc9\x00\x9a\x73\x96\x4c\x44\xd6\xd8\xd1\x4c\x88\x44\x54\x34\x1c\ \x65\x0f\xa4\xc3\x7e\xfa\x83\x20\xcc\xf7\x0d\xf7\x7b\x50\xcc\x38\ \xdc\x19\x11\x55\xbc\xf3\x04\x94\x53\x0e\x21\x5e\xde\x5c\x6e\xbb\ \x16\x88\x77\x5d\xcc\x49\x9f\x3c\x3e\x5b\xad\xd7\x21\x06\x85\x3c\ \x9b\x34\x39\xf7\xcb\xbb\x8d\xb1\x94\x33\xf6\x43\xca\xc5\x4e\xf5\ \x20\xcc\x1d\x11\xa7\xb3\x99\xb1\xa6\x1f\x06\x55\xb1\xc6\x1e\x50\ \x23\x05\x20\x42\x18\x67\x71\xd1\x49\x2a\x40\x31\xfa\xaa\x2a\x88\ \x40\x16\x9d\xcf\x66\xa2\xd0\xf7\x1d\x91\x39\x3d\x3d\xdd\xed\x36\ \x21\x04\x6b\xfd\x5e\x48\x51\x46\x33\x8a\x20\x00\xe5\x1c\xcb\xff\ \x3e\x7e\xc6\x55\xc7\x53\xa4\xbc\xbd\x9c\x41\xb5\x9e\x4c\x52\x4a\ \xc3\x66\x5b\x08\x54\x84\x11\x8e\x53\x18\x87\x7d\x19\xf0\xe5\x24\ \xbe\xaf\x53\x2a\x33\x9d\x88\x0a\x3a\x64\xad\x0d\x43\xdc\xac\x37\ \xc5\xdd\x93\x0b\xda\xb6\x07\xda\x00\x08\x41\x60\xf4\x49\xc0\x7d\ \x0b\x14\x11\x1b\x63\x44\x44\x24\x7b\xe7\x8d\xb5\x31\x84\x61\x18\ \x54\x81\x0d\xab\x6a\xcc\x19\x44\x8c\xb5\x0f\x73\xb9\x96\x3b\xaa\ \x88\x30\x33\x80\xde\xde\xdc\x6e\xb7\x9b\xb3\xb3\xb3\xd5\xf2\x6e\ \x36\x9b\x5d\x5d\x5d\xad\xd7\xeb\x61\x08\x31\x46\xe7\xe6\x17\x17\ \x97\xef\xbf\xff\xf9\x8b\x8b\x8b\xe7\xcf\x9f\x1b\x63\xdf\x7b\xef\ \xbd\x97\x2f\x3f\x7e\xf9\xe2\xe5\x93\xa7\x8f\x55\x75\x36\x9f\x97\ \xc1\xad\xaa\xce\xfb\xc2\x4b\xc4\x94\xac\x31\xfb\xc1\x8b\xe5\x1e\ \x93\x52\x2a\xb7\x22\xdd\x1b\x44\xfa\xbe\x67\x66\x62\xca\x39\x57\ \xbe\x1a\xda\x6e\x3e\x5f\x18\x63\xb7\xdb\xcd\xd1\xf1\xd1\xe1\x85\ \xfd\x63\x36\x77\xdc\x6e\xa1\xeb\xf4\xf4\xec\xcf\xfb\xe6\x4e\x8c\ \xae\x62\x04\xfd\x89\x9d\xb9\x7f\x5a\xff\x12\xa2\xa8\x4e\x26\x30\ \x99\xf0\xf5\xf5\x76\x75\x7b\x7d\xf1\x3a\xc6\x1e\x54\xfa\xa1\x6b\ \xdb\xd0\xd4\xf3\xf3\xf3\x47\xc6\x18\x00\x9d\x34\xcd\xcf\xfc\xcc\ \xcf\x18\x63\x0b\xa4\xd8\x77\xc3\xc9\xe9\x71\xbb\xdb\x5d\x5f\x5f\ \xc5\x30\x7c\xe7\xdb\xdf\x0e\x43\xdf\xd4\xcd\x7a\x79\x57\x57\xfe\ \xfa\xea\x8a\x00\x66\x4d\x3d\xa9\x1a\x23\xa0\x29\x2f\xa6\x53\x04\ \x18\xfa\xd8\xf7\x7d\xd7\x75\xde\x55\x22\xc2\x6c\x10\x89\x50\x0d\ \x33\x21\xe6\xfd\xa4\x28\xe8\x63\x16\x51\x50\x24\x94\x24\x5a\x06\ \x15\x20\x22\x48\x91\xe8\xdd\xc3\x91\x3f\x35\xd0\x89\x8a\xe3\x06\ \x54\x0f\xa3\xfc\x53\x54\x6a\x81\x1a\x00\x18\xd9\x16\x05\x27\x42\ \xcc\xe9\xf2\xf2\x2a\x23\x4c\xe7\x47\x6c\xac\x68\xae\xeb\x66\xb3\ \xba\x63\x66\x62\x98\xcd\xeb\x2f\xff\xd4\x7b\xff\x6c\xfd\x4d\x63\ \xcd\x30\x08\x8d\xdb\xec\x03\xd7\xc6\x7e\x18\xd6\xdb\x8d\xf3\xbe\ \xae\x2a\x6b\xed\x76\xb7\x8d\x21\x6a\xf1\x1c\x15\xdd\x37\xde\x47\ \x71\xca\xa0\x1f\x19\x6e\x05\x04\x4d\x86\x61\x32\x69\x52\xca\x6d\ \xbb\xa9\xeb\xda\xfb\x2a\xa5\xb6\x6d\xb7\x44\xf7\x35\x33\x9f\xa0\ \x56\x87\xb3\xef\xe0\x0d\xa6\xf1\xed\x8a\xaa\xee\xda\xd6\xf9\x0a\ \x10\x87\xbe\x37\x6c\x40\x32\xfe\x71\xd4\x45\xd1\x78\x64\x11\x18\ \xf5\xe6\x9f\xb8\x1f\xca\x05\xcb\x1a\x9b\x73\xee\x63\x50\x54\x55\ \xcd\x79\x84\xdd\x08\xcb\xb9\x85\x7b\xef\x9b\x30\x97\x4f\xc4\x68\ \xee\x37\xc6\x16\x78\xc7\x39\xeb\x9c\xcf\x49\xda\xb6\x13\x11\x62\ \x53\xce\x22\x22\x26\xa6\x04\x23\x47\xf3\xb0\x0b\x2a\x22\x55\x55\ \xb5\x5e\xad\xae\xae\x6f\xac\x35\xe7\xe7\x8f\xa6\xb3\xe9\x8b\xe7\ \xcf\xaa\xba\x66\xe6\xcb\xcb\xab\x0f\x3e\xf8\xe0\xe8\xf8\xf8\xf2\ \xf2\xea\xe9\xd3\xb7\xa6\xd3\x49\x33\x99\xa8\xc2\xd5\xd5\x95\xf3\ \xee\xed\xb7\xdf\xbe\xbb\xbb\x7b\xfd\xfa\xe2\x73\xef\xbc\x3d\x69\ \x26\x8b\xc5\x9c\x99\x9d\x73\x44\x34\x0c\x43\xcc\x29\xa5\xe4\xe6\ \x33\xd8\xbf\x77\xe5\x14\x51\x15\x38\x70\xdc\x88\x2a\x7b\xf8\x8b\ \x59\x50\x0c\xf3\x10\x87\xb6\x6b\x4f\x4e\x4e\x98\xc8\x3a\x17\x63\ \x28\xdf\xfb\x3f\x30\xdc\x89\xe0\xe6\x06\x00\xf4\xf4\xe4\xff\x27\ \x4b\xe5\x9b\xcd\xfd\xff\xe3\x57\xb8\xdb\x0d\xcd\xc4\xa3\x35\x70\ \x7e\x1e\xfe\xf0\x83\x6f\xfd\x9f\xbf\x65\x1d\x41\x0c\xd7\x57\x97\ \x4c\xb4\x69\xbb\x2e\xa4\xcb\xeb\xb3\xb3\xe3\xf3\xba\x6e\x8a\x45\ \x3b\x84\x5d\x88\x1a\x31\x23\x70\xd7\x76\xbb\xed\xaa\xef\xda\x17\ \xcf\x9f\xaf\x97\xd7\xc7\x47\x47\x93\xba\x82\x3c\x8f\x29\xde\xdd\ \xad\xfb\x21\x2e\xd7\xcb\xd5\xd1\x02\x01\x6f\xb7\xcb\xd7\x77\x37\ \x4c\xe0\x10\x53\x17\x72\x88\x6c\x2c\x19\x03\x4c\x00\x80\x59\x18\ \x0d\xe6\x4c\xaa\xc4\x14\xb3\x16\x20\x22\xc6\x80\xa0\xcc\x1c\x43\ \xe8\xba\x56\x01\xb2\x0a\x13\x2a\x62\x16\xf1\x88\x58\x38\xd2\x71\ \x0c\x8d\x3f\xd0\x7e\xbc\x09\x68\xb9\x16\x8c\x3b\x3b\xe2\xf8\x87\ \xe3\xbc\x27\xc9\x4a\x4c\xc6\xa0\xf7\x66\xdb\x6b\x02\x40\x76\x7d\ \xa2\x24\x0c\x68\x9d\x6b\x08\xc8\x59\x9b\x42\x88\xa1\x7f\xfa\xf4\ \xf1\xb3\xe7\xcf\xaf\xae\xb6\x80\x4c\xc6\x01\x3e\x90\x50\x2d\x58\ \x12\x1b\x23\x22\xcb\xd5\xd2\xfb\xaa\xaa\x2a\x6b\x5d\xdb\xb6\x29\ \x25\x38\x5c\x58\xf7\xac\x32\x21\xed\xed\x2d\xb4\xff\xd0\x60\x18\ \x42\x4a\x32\x9d\x36\x75\x5d\xf5\xfd\xa0\x0a\xb3\xd9\x4c\x24\x87\ \x10\x99\x0d\x68\xd6\x7d\xc8\x0f\xee\x07\xfd\x38\x89\x55\x0b\x56\ \x30\xbe\x70\x40\x4c\x64\x0c\x03\x2a\x33\x1a\x42\x62\x20\xe2\x7d\ \xb2\xcd\x7e\x11\x05\x2c\x1b\xa8\xa8\x1e\x4d\xa7\xfd\xd0\x87\x18\ \x11\x31\xa5\x58\x6c\x06\x4c\xc8\x86\x9c\x33\xfd\x30\xc4\x14\x91\ \x11\x95\x00\x80\xef\x07\x8f\xab\x94\xf3\x85\x10\x72\xce\x84\x02\ \x08\x39\xab\x61\x02\x55\x63\xd8\x54\x16\x00\xba\xae\x4d\x49\x8a\ \x62\x24\xe7\x48\xc4\xaa\x9a\x73\x1c\x0f\x98\x1f\xb4\xe5\x7f\x76\ \x7a\x09\xe0\xf2\xe2\x62\xbd\x5e\x9f\x9e\x9c\x2e\x8e\xe6\x7d\xd7\ \x5d\x5d\x5c\x5c\x5f\x5f\x1f\x1f\x1f\x35\x4d\x9d\x72\xec\xba\x1d\ \x12\x7c\xe1\x0b\x5f\x9c\xcf\xa7\xd7\xd7\xb7\x5d\xd7\x17\xb6\x89\ \x89\x52\x4a\xc6\x98\xd3\xe3\xa3\xbb\xdb\x5b\x10\xf5\xde\x23\x51\ \x91\xba\xc7\x18\xfa\x61\x98\x4c\xa6\xa3\xc2\x08\x40\x34\x83\x66\ \xe7\xeb\xfb\x76\x40\x15\x51\x40\x6b\x4d\x01\x21\x11\xa0\x6b\xdb\ \x62\xd4\x95\x9c\x2b\xef\x41\x34\x8b\x1a\xb6\x59\x32\xe9\x0f\x7c\ \x9c\x78\x77\x07\x55\x05\x4d\xfd\x66\x2e\xbe\x79\x3e\xc3\x70\x97\ \x97\xcf\x5e\x3c\x7a\x7c\xb6\xde\x2c\x93\x4a\xbd\xd9\xac\x5f\xbd\ \x98\x3d\x3d\x1f\xd6\xab\x7e\xb7\x7a\x7c\x76\xde\xb6\x31\xe5\xdd\ \x6e\x47\x43\xb7\x9b\x4e\x66\xc7\x47\x47\xed\x6e\xf7\xf1\xeb\xcb\ \xb6\x8d\xef\xbe\xfb\x53\x4f\x9f\xbe\x7b\x7b\x73\x09\x90\x9e\x3f\ \xff\xa8\x6b\xdb\xc7\xe7\xa7\x61\x88\x39\x45\x11\xbd\xbe\xbe\xdd\ \xed\x3a\x66\xb3\x6e\x77\x99\x14\x8d\xe9\x40\xd6\x7d\x07\x0a\x8e\ \x89\x14\x73\xcc\x7e\x32\x15\x55\x83\x60\xd8\xe4\x2c\x8c\x64\x98\ \x92\x64\xc3\x96\x88\x21\x84\x9c\xb3\xe4\x4c\x48\xd6\x98\xae\x40\ \xd5\xde\x21\x6a\x88\x51\x41\xad\xb5\xd6\xb9\x22\x32\xfb\x01\x7f\ \x52\x99\x47\xa4\x04\xf7\x25\x90\xfb\x41\x3f\xce\x3b\x2d\xf1\x20\ \xcc\xaa\x59\x0a\x06\xa4\xc0\xec\x42\x06\xc9\x58\x59\x8f\xc0\xdb\ \xcd\xae\x69\x4c\x08\x29\x84\x34\x69\xaa\xa3\xc5\xd9\x8b\xe7\x6b\ \xe3\x38\x49\x86\x1f\x81\xf0\x67\x24\xc3\xec\x7d\x15\xd8\xc4\x10\ \xb6\x69\xeb\x9d\x9b\x34\x8d\x02\x0c\xfd\x10\xc2\xb0\x17\x43\x17\ \x60\x5c\x88\xc8\x32\xc9\x3d\x69\x39\x33\x8b\xe4\xcd\x66\x5b\xd7\ \x75\x55\x55\xc3\x30\xe4\x9c\x26\x93\x29\xc0\x76\x9c\xc2\xf2\xa9\ \x6c\x86\x4f\x05\xb7\xa9\x16\xb9\xf9\x21\x3f\xab\xcc\x26\x26\x46\ \x54\x90\x5c\x94\x8e\xf7\x3d\xca\xc6\x70\x56\xd1\x1c\x55\xa1\xaa\ \xab\x94\x53\x09\x5a\xb9\x1f\x3b\xe6\x8c\x1d\x86\x3e\x0c\x03\xa8\ \xe6\xac\x87\x33\x61\x7c\xb5\xe1\xde\x0a\xab\x28\x92\xa5\x40\x64\ \x0a\x21\x44\x63\xd8\x58\x56\x91\x61\x18\x52\xca\x6c\x4c\x31\xac\ \x16\xa2\xbd\xd0\x07\xe5\x13\xc8\x6c\x1e\x06\x39\x23\x62\xdb\xb5\ \xdd\xae\x7b\xf7\xdd\x77\x7d\xe5\xdb\xdd\x2e\xc4\xb8\xdd\x6e\x5e\ \x7e\xfc\x92\x99\x15\x21\x0c\xbd\xaa\x7e\xfe\xf3\x5f\xa8\xeb\x7a\ \xb7\xeb\x76\xbb\x6d\x18\xa2\x88\x16\xc2\x69\x36\x9b\xa8\xe6\x76\ \x17\x41\xe1\xe2\xe2\xa2\xe0\x93\xc4\x5c\xb4\xf0\x93\xa6\xf1\xce\ \x29\x96\xbb\x8d\x80\x82\xaa\xa4\x38\xd0\x3e\x08\x48\x11\x09\xa9\ \x08\x69\x0a\x4c\x1f\xfa\x01\x11\x44\xb2\x61\x53\x54\x4f\xc3\x10\ \xd8\x5a\xb6\xac\x11\x90\xf0\xfb\x37\x77\xba\x5b\x6a\x5d\xab\xaf\ \xf0\xcd\x70\x7f\xf3\x7c\x86\x2f\xf7\xed\x76\xed\x2c\xa5\xa9\x6f\ \xbd\x9b\xab\xd8\x10\x36\x9b\x8d\x0e\x43\x08\x11\x89\x66\xb3\x59\ \x50\x61\x00\xc8\x89\x11\xfb\xae\xdd\xee\xd6\xc7\xc7\xf3\xf3\x47\ \xcd\xe9\xe9\xb1\x48\xe8\xc3\xf0\xea\xe3\xe7\xa1\x1f\xaa\xaa\x76\ \x95\x5f\xad\xd6\x48\xe8\xbd\x1f\x86\x8e\x99\x9c\xf1\xc3\x10\xff\ \xe8\xbb\x1f\xb2\x31\xdb\xcd\x6e\xe8\x07\x22\xf2\xbe\xb2\xce\xc6\ \xd0\xd7\xf5\x63\x04\x41\x64\x02\x10\x44\x36\x6c\x9d\x8b\x5d\xa7\ \xaa\xc6\xd8\xac\xc8\x9c\x44\x54\x54\xad\xb3\x86\xb9\x38\x76\x8c\ \xb1\xc5\x55\x6f\x98\xad\x35\x68\x78\x1f\x6d\xf6\x29\x14\x62\xfc\ \xc9\x7d\x48\xbe\x4c\xf6\x91\x1e\x1c\x9d\xf4\x84\xa8\xa8\xa2\x1a\ \x33\x84\xa8\x8a\x06\xd9\x66\x01\x60\xac\x27\xb5\x68\x4e\x92\x63\ \x46\x4c\x90\x22\x80\x5a\xc3\x5c\x79\x40\x02\x83\xd9\xf2\x03\x37\ \x28\x44\x0c\x61\xd8\x6d\xb7\x00\x4a\x48\x75\xed\x01\xb0\x8c\x45\ \x6b\xad\xb3\xc6\x59\x4e\xa9\xf8\x78\x72\x81\x28\x55\x53\xcc\xba\ \xc7\x46\xa8\xf8\xc8\x8a\x96\xa3\x6d\x3b\x63\x4c\xd3\x34\x29\xc5\ \xd5\x6a\x39\x9b\xcd\xfa\xbe\x0f\x43\xf8\xbe\xd0\xc1\xef\x07\xe3\ \xf6\x48\x45\x41\x45\x0a\x3a\x5c\x1c\xa1\x07\x13\xcd\xe1\x80\x41\ \x1c\x75\x4c\x39\x8b\xaa\x0e\x7b\x0e\x39\xa5\x12\x64\xa6\xcc\x5c\ \x18\x45\x0d\x80\x48\xde\x98\xfd\x7d\xe1\xde\x35\xaa\x28\x3d\x11\ \x10\xb9\x00\xd0\x44\x54\x38\x52\x00\x38\xe4\x2f\x12\x11\xee\x15\ \xab\xaa\x40\x54\xe4\xf0\x74\x10\x76\x95\x18\x03\x7d\x60\xfc\x80\ \x3f\x3b\x3d\x77\xde\x67\x11\x63\x1d\x20\xad\x37\xdb\xcd\x66\xfb\ \xdb\xbf\xf3\x3b\x0a\x5a\xf9\xea\x9d\xcf\x7d\x0e\x11\x87\xa1\xf7\ \xde\x3f\x79\xf2\xd6\x77\xbe\xf3\x5d\x66\x5e\xad\x56\xeb\xf5\x7a\ \x3a\x9d\xcd\xe7\x73\x6b\xf8\x7b\xdf\xfb\xde\xf9\xf9\xa3\x0f\x3e\ \xf8\x66\x09\xc0\xb9\xb9\xb9\x3e\x3b\x3b\xab\x9a\x7a\xff\x7a\x02\ \x22\x20\xa1\x61\x53\x9c\x68\xfb\x2c\x31\x40\x82\x94\x52\x18\x42\ \x53\x37\xa8\x40\x84\x25\x9e\x6c\xbb\xdd\x1a\x63\xe6\xb3\xd9\x7a\ \xbd\x9a\x9f\x9c\x80\xb2\x31\x84\xf8\xe9\xe1\xae\x00\xb0\xbc\x83\ \xa6\x81\x87\x7a\xe7\xde\x3c\x3f\x61\xab\x3b\x88\xe4\xed\x6e\x33\ \x9d\x7b\x3d\x9a\xe3\x30\xb8\x98\xb6\xfd\x50\x23\x8a\xea\x76\xd7\ \x2e\x8e\x8f\x92\xc8\x6a\xb9\x41\x54\x6b\x70\xb5\xba\x0d\x61\x58\ \x1c\xfb\xc9\xd4\xc5\xd4\xaa\xe6\xed\x6e\x3b\x99\x2e\x9e\x3c\x99\ \xec\x36\x2b\x95\x82\x9f\xc4\x12\x5a\xe0\x9c\x81\x2c\x49\xf4\xd5\ \xeb\x2b\x00\x4c\xaa\x44\x48\x4c\x92\xa3\x64\xda\x6e\xd6\xa0\x32\ \x9b\x4e\x52\x8e\xcc\x64\x2a\x5f\xd7\xb5\xb5\x0e\x89\x15\x50\x44\ \x9c\x43\x50\x23\x29\xc6\x22\x45\x20\x2e\x2a\x0d\x66\x36\x86\x11\ \xd1\x1a\xb6\xc6\xb0\xb3\x7a\x2f\xc9\xf0\xd3\x10\x73\x49\x6b\x82\ \xef\x13\xc0\xc3\xa7\x0c\x4d\xa0\x00\x59\x51\x32\x65\x60\x63\x2a\ \xeb\x2a\x49\x22\x19\x66\xf3\x69\xd6\xdc\x0d\xdd\x64\x7a\xd4\xb6\ \x6d\xd7\x25\x6b\xd2\xe5\xc5\x4d\x53\x57\x7d\x9f\x8e\x66\x95\xc1\ \x87\xeb\x36\x10\x41\x25\x0d\x5d\x0b\x00\xc6\x18\xe7\x7c\x53\x57\ \x61\x08\x29\xc5\x1c\x03\x31\x19\x6b\x54\x51\x40\x73\xce\x29\x0a\ \x31\xed\x3f\xb8\x31\x14\xa0\xd8\xbb\x88\x58\x24\x0f\x43\xaf\x2a\ \xd3\xe9\x74\x18\xc2\x6a\xb5\x9e\x4e\x26\x39\xe5\x7d\xca\x63\x09\ \x75\xa6\xc3\x9c\xde\x9f\x6b\x7b\xc0\x07\xc6\x88\x4d\x51\xb5\xce\ \x2d\x8e\x8e\x8a\x8c\xa7\x90\x13\x84\xe3\x7f\xc5\x98\x5a\x90\x71\ \xe7\x9c\xa8\xcc\x17\x8b\x72\x2a\x8c\x20\x0f\x91\xaa\x1e\x1d\x1f\ \x23\x22\xe9\xde\xa3\x39\xe6\x3b\x62\x01\x25\x46\x98\x9e\x28\x89\ \xc4\x51\x53\xcb\xe5\x50\x29\x2a\xdb\xc3\xbd\x24\xc4\xf2\x9b\x7a\ \x74\x34\xcf\x59\xee\xee\xee\x88\x08\x40\x4b\x2e\xa6\x64\x41\xf7\ \xb0\xf8\x01\x63\xad\x2d\xa6\xb9\x92\xa9\xf0\xe1\x87\x1f\xc6\x18\ \x3e\xf7\xb9\x77\x5e\xbd\x7a\x9d\x52\xdc\xed\x76\xef\xbe\xfb\x6e\ \x08\x43\xdf\x0f\x93\x49\x33\x9b\xcd\x72\xce\xc6\xd8\xed\x76\x37\ \x9b\xcf\x40\x61\x3a\x9d\x3e\x7d\xeb\xe9\x7a\xb3\x5e\x2c\x8e\xca\ \x7b\x78\x72\x7a\x66\x9d\xeb\xfb\xde\x59\x0b\x48\xba\xdf\x28\xc8\ \x70\x1e\xf2\x9e\x46\x2e\xb9\x3e\x98\x62\x24\xa6\x10\x03\x33\x55\ \xd5\xbc\x6d\x5b\x67\xbd\x88\x6c\xd6\xeb\x2b\x63\x8e\x4e\x4f\xfb\ \xbe\x63\x66\x46\x84\xef\x77\xa8\x12\xe1\x72\xa9\x55\xad\xbe\x7a\ \x93\x1a\xf6\xe6\xf9\x0c\x33\x06\xac\xb5\xce\x59\x54\xc1\xc5\x02\ \x43\xaa\x52\x44\x84\x9c\x92\x35\x76\x08\x49\x55\x9d\x31\x92\x12\ \x33\x12\x42\xbb\xdd\x2c\x16\x53\xc2\xdc\xb5\x1b\xc0\x5e\x84\x01\ \x1c\x20\x55\x75\xad\x39\x6b\x8e\xc6\xf0\x66\xbd\x29\x6c\x89\x77\ \x06\x01\xbb\xae\xb7\xce\x8b\x0a\xaa\x18\x66\x6b\x18\x88\x24\xa7\ \xdb\x9b\x9b\x0f\x3f\xfc\xb0\x72\x2e\x67\x32\xd6\xb7\x6d\xb7\xd9\ \x6d\x73\x92\xbe\x1f\xda\xae\xf3\xde\xbf\xfd\xce\x3b\x95\x77\xdb\ \xcd\x3a\xc4\xe8\x9c\xf3\xde\x67\xc9\xc6\x18\x6b\x38\x67\x32\x44\ \xb5\xb3\xde\x59\xb4\xf6\xde\x37\xb9\x7e\x5f\x7d\x8d\xee\xe3\x3c\ \x3e\xd9\x7e\xf6\x27\x00\x02\x08\xe8\x5e\xba\x86\x59\x20\x67\x4a\ \x4a\x10\x72\x4c\x29\xa5\x54\xd5\xd6\x3a\x72\xde\x8a\xe0\xc7\x1f\ \x5f\xac\x57\xeb\xda\xbb\x76\x37\x7c\xe9\x8b\x5f\x7a\xfe\xfc\xa3\ \xf9\xa2\x39\x3e\x9e\x89\x3c\x38\xfb\x1e\x0d\x91\xb3\x63\x90\x48\ \x0c\x83\xaa\x4c\x67\x53\x15\xe9\xfa\xbe\xd0\x71\xd6\x72\x55\x39\ \x00\xcc\x22\x65\x55\x67\x62\x26\x52\x28\x86\x4f\x2c\x99\x10\x38\ \x26\xff\x28\x11\xce\xe7\x73\x22\xcb\x7c\x23\x78\x00\x00\x20\x00\ \x49\x44\x41\x54\x8a\x29\x9d\x12\x1f\xfc\x90\xdf\x97\x97\xf9\xc9\ \xd5\x06\xc7\x30\xc9\x72\x36\xe6\x2c\xc6\x70\x8c\x91\x88\xb2\x08\ \x01\x1e\x70\x19\x55\x28\xe1\x97\x45\x72\x33\x0c\xa1\x08\xd2\x4b\ \x82\xa3\x2a\x30\x53\x4c\x29\x1f\x9a\xbc\x44\x40\x46\x3e\x7c\x4c\ \xf3\x1f\xf5\x8e\x52\x78\x34\xdd\x23\x4e\x05\x88\x96\xfd\x07\x38\ \x6a\x6f\xc6\xcb\x04\x31\xf3\x74\x3a\xc9\x39\xf5\x7d\x37\xae\xfd\ \x00\x3c\xaa\xe6\x1f\xf6\xb2\x6b\x16\x29\x88\x56\x55\xd5\x1f\x7d\ \xf4\xec\xe5\xcb\x97\xdf\xf8\x17\x7f\xe1\x2f\x7c\xe5\x2b\xff\xe8\ \x57\xff\xd1\x47\x1f\x3d\xbb\xb9\xb9\x5d\xaf\xd7\xc5\xb0\x1a\x63\ \x08\x61\x50\x55\x63\xb8\x24\x03\xcf\xa6\xd3\x9c\xf5\xe8\xe4\x78\ \xb9\x5a\xe6\x9c\x98\xcd\x74\x3a\x39\x3e\x3e\xba\xbc\xb8\xf8\xed\ \xdf\xfe\x9d\x5f\xf8\xcb\x7f\xa9\xa9\x9b\x12\xbf\x53\x6e\x89\x29\ \x45\x26\x02\x6b\x00\xa8\xe8\x97\xac\xb5\x80\x10\x87\x08\x8a\x43\ \xbf\xb9\xbd\xbd\x45\xd0\x18\xc2\x6a\xb9\x7c\x74\x76\x36\x9b\x4e\ \x53\x11\x89\x21\x32\xd3\x0f\x60\xee\xcb\x25\x34\x35\x54\xfe\xcd\ \xe6\xfe\xe6\xf9\x2c\xbb\xcc\x72\xbb\x8d\xc9\x3f\x7d\x74\x02\xc7\ \x47\x18\x02\xec\x5a\xfb\xf4\xbc\x5d\xaf\xca\x5d\x78\xb7\x6b\x01\ \x85\x10\x2c\x33\x81\x18\x82\x9c\x63\xbb\x8b\x29\x03\xb1\x17\x31\ \x55\xbd\x20\x30\xb7\xd7\xd7\xed\x66\x33\x69\x6a\x04\xe8\xbb\x16\ \x14\x88\x0a\xac\xec\x10\x47\x36\x0c\x41\x9d\x35\x29\x66\xeb\x6c\ \xcc\x79\x18\x86\xab\xcb\xab\x93\x93\x85\x9b\x34\xd6\xf9\xae\xeb\ \x36\x9b\x76\xbd\xde\x86\x18\x9d\x35\x95\xaf\x50\x75\xe8\x7b\xc9\ \x32\xf4\xbd\x88\x32\x93\x88\x20\xa1\xab\x3c\x82\x18\x26\xcb\x86\ \x99\xc9\xb0\xc8\x21\xfb\x5b\x3f\x1d\x39\x03\x02\x7b\x3f\xed\xfd\ \xe4\xf7\xfd\xdf\x43\x00\x26\x42\x25\x11\x2d\x42\x6c\x04\xcc\x92\ \x55\x33\xa3\x4e\x9b\xda\x90\x9e\x9e\x1c\xb7\xbb\x6e\xe8\x43\x0a\ \x69\x4d\x18\x42\x6a\x9a\xc9\x57\x7e\xfa\x4b\xeb\xf5\xad\xc8\x03\ \x2b\x23\x44\xe4\xf8\xe8\xe8\xbd\xf7\xdf\x3f\x38\x54\x0f\xf0\x88\ \x31\xe6\x04\xa0\xc8\x07\xcb\xfc\xbd\x57\x10\xa2\x00\x20\x39\x5b\ \xef\x54\x21\xa5\x3c\x26\xe8\xee\x37\xf4\x9c\x73\x91\x96\x33\x73\ \xc9\x67\x3f\xe8\xd0\x0f\x9f\xee\x62\x1a\x2a\x3f\x96\x3c\x02\x55\ \x11\x95\x92\xfa\xe0\x9c\x4b\x29\xa5\x9c\x24\xeb\x68\x46\x15\x2d\ \x18\x8e\xa8\x02\xa2\x48\x2e\x9b\xfc\x08\x85\xab\x1a\x6b\x99\x28\ \xe7\x9c\x72\x2a\xdc\x09\x12\x32\x91\x7e\xe2\x4e\xfa\x24\xe6\x0a\ \x0b\x7b\x4b\xc5\x9e\x4a\x29\xa5\x94\x72\x71\xd8\x8e\xd2\x9a\x31\ \x84\x00\x11\xc1\x18\x2e\x7f\x4d\x84\x98\xcb\x19\x36\x82\x1e\x0f\ \x3e\x50\x0f\x9e\x29\x6b\xdd\xeb\xd7\xaf\x7f\xe3\x37\x7e\xf3\xe7\ \xbe\xf6\xb5\xaf\x7d\xed\x6b\xaf\x2f\x2e\x62\x4c\x31\xc6\x17\x2f\ \x5e\x7c\xf5\xab\x5f\xdd\x6c\x36\x75\x5d\xe5\x2c\x85\x44\x5d\x2e\ \x97\x22\x79\xb3\xd9\x54\x55\x65\x8d\x89\x21\x2e\x16\x8b\x3f\xfc\ \xc3\x6f\x1d\x5e\xde\xdd\xae\xdd\xed\xb6\x7d\xdb\x4e\x9a\x46\x45\ \x53\x8e\x39\x46\x91\x3c\x0c\x03\x33\xbb\x83\x0a\x74\x2f\x0d\x70\ \xde\x86\x7e\xb8\xbe\xbe\x12\x91\xe9\x64\x22\x39\x23\xc0\xf9\xa3\ \x47\x21\x04\xb6\x36\x4b\x22\x24\x6b\xe8\x8f\xdb\xdc\xeb\x5a\xfd\ \x9b\xe1\xfe\xe6\xf9\x13\xb7\x76\x00\x80\x57\x17\xd7\xce\xd1\x75\ \xb7\xfe\x62\x3f\xbc\xa7\x9a\x56\x9b\xcd\x66\x4b\x19\xda\xb6\x9d\ \x4c\xe7\xbb\xed\xae\xaa\x8c\x61\x93\x53\xba\xbd\xb9\x45\x44\x49\ \x89\xcb\xa6\x2f\x9a\x43\x78\xf6\xea\x7b\xa7\x27\xe7\x86\xf1\xc3\ \xef\x7e\xe7\x2f\x7c\xf9\xcb\x27\x47\xc7\x77\x37\xb7\x6d\xbb\x43\ \x44\x6b\x1d\x00\x18\x66\x1e\x53\x8e\x84\x40\x15\x55\x52\x2c\xd9\ \xad\x7d\xdf\xa9\xce\xad\x31\x93\x66\xe2\xbd\xb7\x43\xb2\x2e\x88\ \xea\xdb\x4f\x9f\xa6\x18\x6f\xaf\xae\x54\x72\xdd\x34\x29\xe7\x9c\ \x92\xb1\x16\x09\x89\xc9\x59\x43\xea\x0c\x23\xaa\x5a\x63\x94\x19\ \x51\x0f\xe0\xee\x3e\xcf\x4a\x0e\x2e\x1e\xdd\xe7\xaa\x1c\x46\x3e\ \xde\xd3\x7b\x33\x19\x62\x2a\x51\x27\x31\xf6\x08\x59\x33\x18\x94\ \xaa\xb6\x8d\xe3\x7e\xb7\x95\x18\x6a\xe7\x2a\x5f\x6d\xdb\x9d\xb7\ \x36\x67\xf9\x83\x6f\x7d\x6b\x36\xab\x42\xdf\x4e\x16\x67\x0f\x1c\ \x34\x88\x7d\xdf\x2d\x97\x4b\xef\xfd\xe1\x86\x51\x80\x14\x11\x29\ \x99\xc6\x39\x67\xa4\x43\xd4\x25\x94\x25\xb8\x2c\xe3\x6f\xbd\xf5\ \x74\xdb\xb6\x57\x57\x57\x44\x0c\xfb\x52\xa7\xc3\xa0\x49\x29\x19\ \x6b\x0c\xf1\xc1\x52\x74\x3f\x01\xe6\x90\x1e\xa1\x87\xf8\xa0\x3d\ \x82\x22\x59\x14\xa0\xcc\x5c\x55\x10\x2d\xe1\xcd\x5a\x30\x1c\x00\ \xd4\x92\xf2\x06\xa0\xa2\x22\x8a\x44\xe5\xde\x20\xaa\xa2\x5a\x10\ \x1b\x62\x04\x80\xac\x02\xa3\x9a\xbd\x64\x07\x43\x31\x53\xe5\xbd\ \x7c\x15\x72\x2e\x57\x81\xc3\xb6\x0e\xfb\x18\x83\x12\x03\x8c\x63\ \x52\xcb\x48\x94\x88\xe4\x3d\x8f\x5a\x32\x43\x1f\xee\x4d\x15\xc9\ \x88\x26\xe7\xf4\x6b\xbf\xf6\x6b\x67\x67\xa7\xdf\xf8\xc6\x37\xfa\ \xbe\xaf\xab\x6a\xb1\x58\x20\xe2\xd5\xf5\xd5\xf3\xe7\xcf\xbc\xaf\ \x9e\x3d\xfb\x70\xbd\xde\x7e\xfc\xf1\xc7\x44\x44\xc4\x4d\xd3\x0c\ \x43\xd8\x6e\xb7\x47\x47\x0b\xe7\xec\x30\x04\x66\x26\x82\xd5\x6a\ \xfd\xe1\xf7\xbe\xd7\x75\x9d\x88\xac\xd7\x6b\x44\x1a\x62\x6c\x9a\ \xba\xf6\x6e\xb3\xda\x6d\xb7\x5b\x6b\x1d\x1b\xa3\xf7\x78\xa1\x61\ \x18\x28\x8e\x82\xad\xae\x6d\x6b\x5f\x79\xef\x4e\x4e\x4f\x97\x77\ \x77\x64\xcc\xf1\xf9\x99\x43\x6b\xac\xc9\x3f\x90\x0a\x89\xb8\x5a\ \x41\x55\xbd\xc1\xdc\xdf\x3c\x9f\xf1\x09\x8a\x00\x64\xb2\x86\xd9\ \x8c\xb3\x2c\x9c\xff\x56\xdf\x53\xdb\x7a\xe7\x77\xdb\xed\x64\xda\ \xa4\x24\xe5\xa6\xdf\x77\x3d\x21\x26\x4d\xdd\xae\x2b\xb6\x92\xe7\ \xcf\x2f\x96\xab\x76\xb7\x5c\x97\xaf\x66\xc9\x69\x31\x9b\x5b\x43\ \x2a\x9a\x24\x03\xb2\x64\x91\x9c\x6b\xef\x18\x15\x55\x25\x27\x83\ \x98\x34\x83\x42\x8c\x29\x4b\x50\xd1\xc9\x64\x3a\x99\x4c\x87\x98\ \x37\xdb\xad\xb1\xa6\x2d\x84\x2a\x51\x4e\x61\xd7\xee\xac\x73\x4c\ \x6c\xac\x03\x8a\x31\xc5\x02\xf8\x92\x64\x90\x4c\x00\xd6\xb0\x5a\ \xf3\xa9\x16\x37\x29\x7a\x8c\x31\x02\x57\x14\xb4\xa4\x6b\x1f\x96\ \xdf\x7d\x07\x84\x02\x90\x92\x0a\x82\x40\xce\x81\x09\x72\x6c\x27\ \x35\x93\x75\xdb\xf5\x0a\x42\x3e\x99\x36\xcb\xcb\x97\xa9\x6b\x7d\ \xd5\x30\xaa\x73\x66\xb7\xdb\x11\xe1\x72\xbd\x5d\xae\xd6\x8f\x1f\ \x9f\xbe\xfd\xce\xfb\xf2\xa0\x6c\x3e\x42\xdc\x6e\xdb\xab\xeb\xeb\ \xba\xae\x8b\xba\xb1\x1c\x49\xc6\x18\x63\x58\xb2\x96\x74\x1d\xbc\ \xd7\x06\x37\x0e\xa6\x9c\xb5\x34\x63\x68\xd9\xc7\xb1\x10\xa1\x00\ \x6a\x8c\x2d\x7c\xa3\x31\xac\xb2\xdf\xfc\x11\x0f\x47\xc2\xa7\x01\ \x99\xfb\x61\xec\x00\x00\x65\xcb\xdf\x47\x8e\xd1\x38\xcd\xc7\x2c\ \xfd\x7d\xfe\x33\x32\x8c\xad\x84\x87\xd7\x11\x01\x69\xac\x2b\xb9\ \x9f\x9f\x3f\x46\xc1\xc3\xde\x78\xaf\x84\x40\xc4\x66\x5f\x59\x07\ \x32\xde\xb1\x44\x34\xa5\xf8\xa9\xc0\xa2\xb1\x80\xa4\xdc\xc6\xa8\ \x2c\xf5\xf7\xc0\x25\x3e\x50\xaf\x0f\xe0\x39\x42\x8c\x2f\x3f\x7e\ \xfd\xf8\xd1\xe3\xdf\xff\xfd\xdf\x5b\x6f\xb6\x7f\xf5\xaf\xfd\xb5\ \x17\x2f\x5e\x84\x10\xbd\xf7\x52\xca\x14\x41\x5f\xbf\xbe\x38\x3b\ \x3b\x7d\xf6\xec\xf9\x6a\xb5\x1e\x86\x21\xc6\x38\x99\x4c\x26\x93\ \xc9\x6c\x36\xbf\xbb\xbb\x3b\x3e\x3e\x4e\x29\x9e\x9e\x9d\x39\x67\ \x01\x90\x0d\x3f\x7e\xfc\xf8\xe5\xcb\x97\x00\xb0\x58\x1c\x4d\x67\ \xf3\x5a\xb2\x75\xd6\x10\x1a\x6b\x0e\x81\xef\x2a\x32\x26\x74\x12\ \x22\x68\xbb\x6b\x01\xc1\x1a\x1e\x86\xfe\xe2\xe2\x95\x88\x48\x4e\ \x39\x27\x00\x71\xd6\x8a\x64\x55\xe6\x1f\xac\xd9\xc3\xe5\x4a\xab\ \x0a\xbc\x87\x1f\xbe\x20\xe6\xcd\xf3\x13\xb7\xbc\x23\x45\xe4\x1c\ \x25\x6f\xfb\x0d\x19\xcc\x62\x86\xf8\x85\x2f\x7c\xf1\xe2\x8f\xbe\ \x1d\x25\x0f\xfd\x50\x37\x15\x91\x3a\x5f\x75\xed\x3a\xf6\x61\x3a\ \x6d\x24\x2a\x09\xc5\x24\x1f\xbd\x7e\xb6\xdb\xa5\xa9\xf7\x4f\xce\ \xcf\x52\x18\xac\xb5\x8f\xcf\xcf\x53\x18\x72\x48\x39\x65\x11\x15\ \x16\x54\x35\x20\x92\x83\x33\x1c\x86\x9e\x10\x05\x60\xe8\x87\x6d\ \x9f\xd8\x7b\xc3\xa6\xeb\x06\xef\xeb\xcd\xb6\xed\x87\xc1\x3a\x2f\ \xaa\x39\xe7\xa1\xef\xe6\x4d\x2d\x99\xb6\x29\x8a\x8a\xb3\xae\xaa\ \xa4\xeb\xc7\x0c\xd8\x93\x93\xe3\xe5\x4d\xce\xc3\xe0\x2d\x33\xa1\ \x32\xdf\xdf\xca\x8b\xb8\x7b\xec\xe8\x41\x00\xd9\x87\x17\xee\x67\ \xfa\xb8\x29\x23\x82\x08\x21\x13\x18\x4b\xb6\x4f\xfd\x30\xb4\xde\ \x03\xfb\x0a\x89\x30\xda\xda\xb8\x9a\x69\x19\x06\xcf\x34\xec\xb6\ \x8f\xce\x8e\x95\xf9\xc3\xe7\x2f\xda\xae\x65\x35\x84\xe6\xea\x66\ \xf3\xea\xe2\xe6\xc9\x3b\xef\xe5\x07\xcd\x77\x64\x26\x36\x85\x7f\ \xcb\xa2\xa5\x6f\x33\xc4\x14\x42\x2c\x51\xe0\x45\x57\x42\x7b\xa0\ \x19\x89\x55\x25\xe7\x94\x45\x98\x8c\x73\xde\x5a\x57\x50\x6c\x00\ \x60\xa6\x3d\xfc\x2d\x58\xca\x34\x72\x1c\x73\xc3\xf7\xa9\x00\x05\ \x91\x18\x95\x30\xc5\x09\xf5\xc9\x30\xd6\x43\xee\x2e\x00\x96\x1c\ \xe6\x31\x82\x02\x4a\xdc\x21\x7e\x6a\xeb\x57\x25\x42\x6b\x9d\x48\ \x96\x9c\xee\xa1\x46\xfa\x49\xb5\xd2\x28\x61\x84\xc2\xc7\x42\xd6\ \x9c\x93\x96\xac\x83\x7d\x13\x88\x82\x8e\x49\x2c\x38\xb6\x39\x22\ \x8e\x29\xc6\x02\xa2\x22\x39\x4b\x49\x78\x8f\x31\x95\xc8\x49\x44\ \x30\xc6\xdc\xaf\x66\xfd\x21\xce\x54\xa2\xa1\x1f\xfe\xe9\x3f\xf9\ \x67\xd3\xd9\xec\xf9\xb3\x67\xa7\x67\x67\xdf\xfc\xfd\x6f\x3a\xef\ \xdf\x7a\xf2\x24\xa5\x24\x39\x33\xf3\x30\xf4\xce\xd9\xb3\xb3\xf3\ \x18\xa3\xaa\x7e\xf4\xd1\x47\xeb\xf5\x1a\x00\x72\x96\x0f\x3f\xfc\ \x68\x18\x06\xc3\xe8\x9c\x43\xa4\xa6\x69\x42\x88\x93\x66\x82\x48\ \x8b\xa3\x23\x55\x88\x31\x14\x5b\x5b\xdf\xb6\xd6\x70\xd7\xb6\xb7\ \xb7\xb7\xef\xbf\xff\x3e\xec\xcd\x78\x31\x06\x54\xa9\x26\xcd\xf5\ \xf5\x4d\xdf\xb5\xc7\x27\x27\xce\xb9\xe2\xce\x2b\x48\x1a\x22\xb6\ \xed\xce\x7b\x5f\x57\x95\xea\xfd\xcd\x1d\x11\x43\xc0\xbb\x3b\xfd\ \xe2\x17\xd4\x39\x7c\xa8\x37\xfa\xcd\xf3\x93\x02\xb8\x03\x20\x62\ \x33\x3b\xda\xae\x57\xbb\xbb\xe5\x73\xe8\x34\x67\xb3\xdd\x86\x21\ \x3c\x7d\xfa\x74\xb5\x5e\x6f\xdb\xae\x1f\x06\x6b\x50\x25\x23\x60\ \xe5\x2b\x2e\x33\xa9\xb2\x5d\x17\x8f\xa7\x27\xe7\x0b\x6f\xad\x99\ \x56\xd5\x3a\x84\x7e\xbb\x9d\x78\x7f\x7b\x77\x97\xb3\x80\x42\x4a\ \x19\x8d\x32\x08\xab\x0c\x6d\x07\x96\xbd\x73\xb3\xe9\x74\x76\xb4\ \x50\xe2\x97\x17\xb7\x1f\x5f\x5e\x29\x43\xd7\x0f\xd7\xb7\x77\x57\ \xb7\x77\x59\x10\x88\x43\xd7\x89\xea\x66\xbb\x3d\x9d\x4d\x9a\xc5\ \x7c\x3a\x69\x12\x7b\x20\xa4\xbd\xe8\x05\x09\xb0\x70\xa6\x25\x3c\ \xa0\x98\x98\x54\x01\x41\x14\x40\x04\x99\x61\x3f\xca\x0f\xdb\x24\ \x1e\xc0\xda\x4f\x1b\xde\x01\x88\xd1\x74\x5d\x77\x77\x77\x7d\xbb\ \xba\x89\x92\x90\xb1\x69\x66\x13\xcf\x8b\x66\x32\xf7\xee\xdb\x77\ \xcb\xed\xf2\xd6\x54\x1e\x4a\x36\x3a\x03\x20\x65\x05\x64\xbb\x69\ \x87\x17\xaf\xae\xbe\xce\xf4\xb0\x25\x4a\x15\xb2\xec\x53\x52\x74\ \x5c\xe7\xb1\x60\x29\x2a\x22\x42\x59\xe0\x93\x2a\x6e\xc4\x62\x59\ \x34\x5c\xf0\x8a\xc2\x40\x96\x06\x8c\xbe\xef\x54\xa1\xfc\x0e\x28\ \xf5\x43\xaf\xaa\x4c\x9c\x73\x2e\x02\xf5\x72\xfc\x8c\x97\x00\x19\ \xc9\x3e\x85\xfb\x45\xdf\x63\xa8\x7e\xce\x42\x24\xfb\xfd\x7d\x14\ \x79\x94\x5f\x16\xe4\x64\xff\xfa\xa1\x31\x9c\x72\x8e\x61\xd8\x87\ \xcc\xed\xb9\x59\x95\x82\xe2\x14\x43\x2a\x11\x92\x12\x82\x8a\x94\ \xfc\x1c\x30\x6c\xd8\x58\xc5\x12\x21\xf1\x89\x67\xb8\x84\xaa\xa4\ \x9c\x53\x4a\x31\x06\x3d\x74\xac\x82\xe6\x2c\x29\xc5\x52\x79\x2a\ \xa2\x3f\x8a\xf7\x9e\x08\x44\xf5\xd9\xb3\x67\x6d\xd7\x55\xbb\xdd\ \x77\xbe\xf3\xdd\xaa\xf2\x2f\x5e\xbc\x98\x4e\xa7\x31\x67\xe7\xab\ \xb6\x6d\x5f\xbc\x78\x31\x9f\x2f\xce\xcf\xcf\x77\xbb\xf6\xe6\xe6\ \x96\x08\x4f\x4f\x4f\x44\xf2\xc5\xc5\xc5\x3b\xef\xbc\x3d\x0c\xa1\ \xaa\xea\xba\xa9\x46\x03\x2d\xa1\xb1\x76\xe8\x87\x18\x43\xca\xb9\ \x6d\xdb\xba\x69\x24\xf4\xdb\x4d\xb7\xdd\x6e\x87\xbe\xb7\xce\x89\ \x08\x31\xab\x68\x4e\xa9\xef\x3a\x1a\xb0\xeb\xda\xe7\xcf\x9e\x0d\ \xc3\x90\x62\x6c\x77\xbb\xed\x76\x5b\x00\xcc\xd5\x72\xb5\xeb\x7b\ \xe7\xbd\x8a\x2c\x66\x33\xf3\xa9\x77\xbc\xeb\x20\x04\x3d\x3e\x01\ \xa4\x37\xb0\xcc\x9b\xe7\x33\xcc\x77\x45\x67\x8a\x53\xf0\x7a\xd7\ \xf5\xce\xd6\x21\x3b\x57\xed\x36\x57\x8b\xc5\xd1\x7c\xb6\xb8\xdb\ \xde\x85\x38\xe4\x94\x05\xd4\x7b\x4f\xc4\x0c\x88\x42\xb3\x7a\x22\ \x01\x76\xbb\x7e\x90\x18\x42\x27\x39\x81\xc8\xb3\x8f\x3e\x54\xc0\ \x9c\x52\x8c\x31\x84\x54\x20\xd9\x77\x9e\x3e\x3e\x3d\x59\xcc\x67\ \x93\xe3\xd3\x63\x6b\xa8\xa9\x27\x21\xe9\xfc\x7b\xcf\xae\xae\xaf\ \x53\x4a\xcb\xf5\xda\x5f\x5e\x1a\xeb\x6b\xef\x76\xdb\x8d\x05\x75\ \x88\x33\xe7\x7e\xfa\xf3\xef\xd6\x06\xaf\xae\x6f\x96\x5d\xd6\x18\ \xbc\xf3\x21\x25\x41\x64\x84\xcd\x66\x25\x92\x90\x34\x8b\x56\xcc\ \x5a\x86\x7b\x49\x4a\x21\x2e\xf1\xb9\x4a\x63\xa1\x1c\x83\xaa\xa0\ \x02\x28\x8d\x28\xfb\x38\x34\x04\x80\x18\x05\x11\xf4\xf5\xeb\x57\ \xd7\xd7\x97\x59\x42\x33\xad\x11\xb4\x6f\xd7\x24\x64\xe7\xc7\x6c\ \xcc\x66\xb3\x11\xc9\x92\x73\x55\x57\x42\x68\x09\x25\x45\xb6\x4e\ \x55\xad\xf5\xce\xf9\x07\x7f\x93\x69\xf1\x4d\xed\xdb\x91\x54\x15\ \x21\x97\x90\x48\x05\x25\xd8\xc7\x9a\x03\x2a\x8c\x6a\x13\x49\x51\ \x83\x82\xc2\x30\x84\x10\x63\x09\x73\x17\xd1\xe2\x00\x2a\x51\xbd\ \x6c\x6c\x55\x55\x27\x27\x27\xbb\x5d\x5b\xc2\xd7\x00\xc0\x3a\x57\ \x98\xd8\x94\x53\x21\x2d\x0f\xb3\xfb\x80\xba\xe7\x2c\x65\x42\x97\ \x63\xa6\xac\xf0\xe5\xcc\x50\x18\x03\xdd\x72\x4a\x0a\x4a\x88\xcc\ \x6c\xad\xc9\x59\x00\x74\x2c\x1e\xfa\x24\x20\x1a\x01\xd0\x10\x19\ \x66\x6b\xad\x35\xb6\x7c\x99\x15\xec\xbd\xbc\x1b\xb1\x34\x6d\x11\ \x8d\x12\x4c\x91\x18\xc3\x01\x44\x52\xd5\x92\x30\xb6\xbf\x3d\x68\ \x11\xd2\xa8\x6a\x4c\x59\xb2\x94\xe4\xb8\x87\xdd\x54\x55\xb1\xef\ \x87\x18\xd3\xac\x99\x34\x75\xdd\x75\x7d\xdb\x0f\x26\xe5\xd5\x66\ \x4b\x08\x29\x46\x04\xdd\x6c\xd6\xdf\xfd\xee\x77\x0c\x73\xca\x39\ \xa5\x68\x8c\x5d\x2e\x97\xcf\x9f\x3f\xaf\xeb\x7a\x3a\x9d\x3a\x6b\ \x2e\x2e\x2f\xbe\xfc\xe5\x9f\x72\xce\x95\xcf\xd1\x7a\xb5\xec\xbb\ \x0e\x11\x25\x4b\x18\x06\x15\x30\x86\xeb\xba\xba\x11\x75\xde\xaf\ \x57\x2b\xc9\xe2\x7c\x95\xb2\xc4\x18\x76\xbb\x6d\xd3\x54\x95\xf7\ \xaa\x7a\x7b\x73\x43\x44\x31\x84\x21\x0c\x55\x55\x85\x14\x43\x18\ \xfa\x30\xa4\x9c\x51\x44\x73\xfa\x14\x2c\x83\x5d\x07\x39\xeb\x6c\ \xf6\x66\x6c\xbd\x79\x3e\x0b\xa1\xaa\x0a\x9b\x76\x95\x20\x22\xa1\ \xa0\xed\x9c\x4b\xcb\x2d\x9b\xc6\xd6\xd3\xb6\xef\x66\x4d\x75\x34\ \x9b\x76\x03\xaf\xd6\x3b\x45\x55\xc4\x14\x33\x93\x69\x77\xdb\xe5\ \xed\x5d\xd2\x54\x4f\x26\x9b\x3e\xa6\x28\x86\xe8\x64\x3e\xef\xfb\ \xfe\xea\xf6\x36\xc4\xc8\xcc\xde\x48\x6d\xcd\xe9\x7c\xf2\xd3\x5f\ \x7c\xff\xad\xb7\x1f\xa5\x61\x33\xc4\x9d\x84\xb4\xee\x96\x77\xcb\ \x6d\xbb\xda\x3a\xa4\x3e\x44\x63\x85\x58\xdf\x7a\x74\xfa\xea\xe5\ \xc7\xe7\x95\x8b\x6d\xf7\xf8\x78\xfa\xb5\xaf\x7e\xb9\xca\x6d\xbf\ \x59\x71\xd7\x3d\x9d\x9c\x34\x9a\xd5\x4d\xd6\x5d\x97\x14\xbc\x31\ \x21\x86\xae\xdd\x4d\xeb\x09\xba\x4a\xd8\x21\x5b\xce\x2a\x61\xd0\ \x10\x9a\xba\x51\xd0\xc4\x14\x41\x06\xc8\x0a\xc0\x99\x88\x38\x2b\ \x08\x08\x12\x8a\x46\xd1\xcc\x85\xc4\x8b\x48\x90\x73\xd8\x6d\x37\ \x4b\x44\xa8\x7c\xed\xd0\x86\xae\x8b\x29\x21\x19\x64\xde\xa5\xdc\ \xa9\x88\x4a\xe8\xdb\x21\xb4\xde\x57\xef\x9c\x1d\x2f\x9a\x66\xb5\ \x6b\x77\x5d\xb0\xae\xb2\x06\x1f\x9a\xe7\x0e\x52\x14\x80\x3a\x16\ \x18\x8d\x58\x87\x8e\x52\xf4\xb2\xb4\x23\x91\x80\x8a\x94\x66\x6a\ \x2d\x79\x6a\x00\xaa\xac\x80\x30\x84\x94\xf2\x16\x11\x54\x71\x08\ \x11\x10\x44\x04\x43\x54\x55\x36\x6e\xd7\xee\x62\x8c\x7b\xbe\xb4\ \x04\xa6\x3b\x6b\x2d\x91\x8e\xc6\x28\xda\x57\xaf\x14\x18\xc8\x8d\ \xbe\x21\x22\x72\xc6\x8e\x0a\x9c\xfd\xd9\x33\x9f\xcf\xcf\xcf\xcf\ \xae\xae\xaf\x96\xcb\x15\x02\x70\x69\x32\xc5\xe4\xab\xaa\x04\xd5\ \xec\xf1\x23\x2c\x94\x2c\x20\x95\x85\xbf\x1f\x86\xac\x79\x84\xf0\ \x01\x4b\xd8\xf9\xc8\xe0\xe2\x08\xfe\x30\xa3\xb5\x96\x8d\x41\x80\ \x94\x12\x00\x30\x73\xc9\x04\x2d\xe9\xf6\xd6\x98\xc9\xb4\x81\xbd\ \xdb\xd8\x5a\xf7\xe0\x50\xc4\x9c\xf3\xdd\xcd\x2d\x81\x1c\x9d\x1c\ \x91\x8a\xe6\x1c\x52\x4e\x52\xa4\xf9\xea\xac\x1f\x88\x52\x0c\x5d\ \xbb\xf3\xde\x77\x7d\x2f\x92\x55\xe5\xe2\xe2\xa2\x18\xfa\x3e\xfc\ \xf0\x43\x50\x89\x21\x2c\x66\xb3\xed\x66\xad\x92\x55\xf2\xf9\xf9\ \x79\x4a\x69\xe8\xfb\xcb\x8b\xd7\x8f\x1f\x3f\x99\x54\x13\x67\xed\ \xeb\x8b\x57\x97\x17\x57\xa0\xb8\xdb\xb6\xeb\xd5\x7a\xbe\x58\xa4\ \x18\xbd\xf7\x37\xd7\x97\xd7\x2a\xa0\x58\xd7\x7e\xb3\xde\x14\xaf\ \xaf\x48\xee\x87\x8e\x18\x53\x0c\x29\x67\x55\xbd\xbd\xbe\x5a\xde\ \x5e\xff\xc0\xe6\x9e\x92\x4e\xa7\x87\xb8\xce\x37\xcf\x9b\xe7\xff\ \x7d\x73\x6f\xdb\x6d\xec\x03\xa7\xe8\x89\x63\x55\x5f\x7d\xef\xc3\ \xdf\xfb\xbd\x6f\xfe\xcc\x97\xde\xf3\xd6\x2c\xef\x6e\x55\x32\x1b\ \x6a\x7c\x9d\xc2\x76\xbb\x59\x35\xae\x9e\xcd\xe6\x33\x5f\xe5\x61\ \xc8\x2a\x8b\xd3\x93\xb4\xdc\x5d\x5e\xdd\x2c\xa6\xd3\x8c\xec\xea\ \xe9\xd1\x09\xc9\x72\x75\x32\x69\x86\x7e\x98\xd5\x93\xcf\x3d\x39\ \xef\x37\x9b\x61\x5b\x0b\x25\x42\x5d\x6f\x37\x29\x24\xc9\xc4\x00\ \x4d\xe3\xd4\xb0\x60\x62\x94\x93\xa3\xa6\xe6\x27\xb9\x1f\x34\xa6\ \xf7\xde\x79\xab\x71\x74\x73\xf9\xea\xf6\xee\xf6\xf1\xe3\xc7\x5c\ \xd5\xc6\x73\x26\xa0\x0c\x9c\xd0\x78\x5b\xd7\x33\x40\x97\x90\xd6\ \x31\x1f\x89\x69\xc0\xb3\xc5\xa9\x6d\xd6\xb7\x57\xdb\xbb\x3b\xeb\ \x0c\x3a\x62\x43\xb5\x41\x20\x46\xa6\x9c\xd5\x30\x8b\x62\x82\xc4\ \x84\xa2\xa8\x22\x88\x06\x19\x1b\x5b\xb5\xeb\x65\xe5\xf9\xe9\x5b\ \xef\x22\x62\x8e\xc3\xdd\x75\x70\x44\xcd\x74\xf6\xe8\xf4\xa4\xeb\ \x77\x48\x40\x8c\x29\xa6\xd0\xf5\x75\xe5\x9b\xba\xae\xeb\x46\x44\ \xdb\x5d\x67\x10\xbc\xb5\xfa\xc0\x04\xab\x71\x79\xdf\xc7\xa7\xe4\ \xc3\xe8\xb9\x97\x6a\x59\xa0\xf3\x5c\xea\x00\xf7\xab\x6c\x19\xb8\ \x87\x34\xf5\x7d\x12\x6f\xf9\x43\x1e\x43\x83\x37\x9b\x0d\x31\x55\ \x63\x6c\x21\x1c\xfe\xda\xc8\x3e\x8c\x52\x43\xbc\x97\xa8\xb6\x97\ \x4b\xee\x39\x55\x6b\xcc\x1e\xee\x47\x22\xb2\xd6\xf4\x7d\x6f\xd8\ \xcc\x67\xb3\x1c\x33\xa0\x22\x82\x55\x5b\xd8\xce\x7d\x3d\x08\x95\ \x7c\x01\x20\x4c\x49\x72\x29\x89\x76\x6c\xb0\xb4\x70\xe8\x98\x79\ \x39\xc2\x2a\x63\x5d\xd1\xbe\xd4\x7b\xac\x15\xcd\xa2\x88\xc0\x48\ \x85\x1e\x00\x40\xe7\x9c\x2a\xcc\x67\x8b\x51\xa8\xb3\x27\x57\x1f\ \x44\xa8\xa2\x88\x0c\x61\x38\x9a\x4d\xad\x35\x00\xe8\xac\x4d\x80\ \x77\x77\x2b\x24\x62\x54\x2e\x67\x4e\x4e\xa6\x14\xcb\x12\x8b\x48\ \x96\x5c\x6a\xa4\x56\xab\x95\x8a\x82\x66\xc9\xf9\xd7\x7f\xfd\xd7\ \xdb\xb6\x05\x80\xdd\x6e\xf7\xea\xe3\x8f\xef\xee\xee\x4a\x81\x5f\ \x4e\x19\x01\x76\xdb\xad\x21\xbe\xba\xbc\x44\xc2\x10\x86\xcd\x66\ \x53\x52\x83\x98\x68\xbb\xdb\x66\xc9\x92\x05\x10\xbc\x77\x21\x84\ \x30\x04\x40\x48\x31\x79\xef\x6f\x6e\x6f\xbc\xf7\x22\xb2\x5a\x2d\ \xa7\xcd\xe4\x53\x98\x3b\xf4\x3d\xe4\x0c\xb3\xe9\x1b\x4c\xe6\xcd\ \xf3\x59\xd1\x81\x14\x2c\x63\xee\x53\xd7\x76\xc1\xf9\x2a\xa6\x8f\ \x3e\x7a\xb1\xba\xbe\xf9\xca\x97\xde\x9f\x36\xd3\xcd\xf2\xae\xbd\ \x5d\xfb\xc6\x4f\xea\x26\x74\x9d\x21\x50\xc9\x04\x70\x72\x74\xdc\ \x85\x30\x6d\x16\x47\x3c\xf9\xf8\x66\x05\xa6\x5a\x77\xb1\x19\xf2\ \xe2\xec\xd1\xd5\x72\xb3\x6e\x7b\x06\xec\x42\x34\xd6\x61\x0c\x7d\ \xca\x6e\xea\x35\xe4\xaa\x99\x0c\x10\xaa\xda\x07\x75\xb3\xd9\xba\ \xbf\x5b\xa7\x9c\xa6\x0d\xd5\x35\x7c\xf9\x8b\x3f\xb3\xba\xb9\xbb\ \x7a\xf5\x1a\x19\x6e\xd7\xcb\x55\xbb\xeb\x52\x4a\x88\x7d\x68\x27\ \x79\xe2\x5d\x93\xb7\xdb\xb0\xda\x08\x99\xa6\x3e\x0a\xd8\x5f\x6d\ \xdb\x6d\x46\x69\x95\x89\xc8\x20\x43\x74\x6c\xc0\x31\x69\x4a\x5d\ \x6a\xbb\x36\xa3\xb2\x75\xcd\x64\xde\x54\xcd\x10\x06\xcb\x6c\x40\ \x53\x4e\x48\x92\x45\x11\x14\x10\x77\xab\x65\xb7\x59\x9d\x2d\x16\ \x4d\xe5\xdb\x6e\x07\x29\xd4\xd6\x88\x48\x0e\x3d\xa9\xa4\xbe\xad\ \xac\x01\x02\x35\xa6\x95\x44\xaa\xdb\xcd\x9a\xd8\xa6\x18\x52\x4a\ \xf3\xb9\x99\x4f\xa7\xf2\xd0\x2d\xca\x5a\x3b\x99\x4c\x8a\x14\xf2\ \x30\xa7\x0e\x45\x51\x00\xe0\x5d\x75\xb4\x58\x54\x75\x35\x0c\xc3\ \xed\xed\x4d\x8c\xa9\x08\xe2\x73\xce\xce\x79\x22\x3e\x3b\x3b\x1d\ \x3d\xa4\x08\xfb\xae\x54\x10\x51\x6b\x4d\x91\xd0\x94\xf6\x8c\x9c\ \x33\x11\x1b\xc3\x87\xee\xbd\x31\x44\xf8\x93\x56\xf1\x4f\x4c\xa4\ \x9f\x58\x9d\x14\x68\xbf\x68\x97\x49\xba\xd9\x6e\x09\xa9\xaa\x6b\ \xf0\x05\x5f\x2f\xe8\xfb\xb8\xfb\x8f\xf2\x79\x95\x5c\x0a\x37\x88\ \x78\xec\x41\x55\x22\x61\x1e\xb5\x31\x05\xbd\x2f\x6f\x52\xe4\x93\ \xf9\x5e\xa8\x60\x22\x50\x51\x40\x14\x10\xc9\x42\x4c\x08\x98\x72\ \x56\x85\x18\x13\x22\x01\xe2\x3d\x5d\xeb\x43\xbe\xda\x0b\x1f\xeb\ \x9c\x1b\xc2\x90\x45\x92\x90\x0a\xd4\xcd\x44\x01\x52\x18\x88\x40\ \x32\xa4\x31\xf9\x21\x0d\xa1\x8f\x31\x96\x64\x85\xb6\x6d\x53\xca\ \x75\x55\x1b\xc6\xaa\xaa\x36\x9b\x4d\x71\x7b\xbd\x7e\xfd\x7a\xb5\ \x5a\x1d\x8a\x4a\x76\xbb\xed\xcb\x10\xe6\xf3\xf9\x10\x83\xb1\xb6\ \xeb\xda\xc5\xd1\x51\x4c\xe9\xe6\xe6\xc6\x30\xaf\x57\x6b\x64\xb4\ \xd6\x88\x88\x0a\x0c\xa1\x57\xd5\xa3\xe3\xa3\x21\x0c\xed\xae\xed\ \xda\xae\x6e\x9a\x94\x32\x11\xd5\x75\x73\x74\x7c\xfc\xa9\xcd\x1d\ \xcb\xe6\x3e\x99\xbc\xb1\xa7\xbe\x79\x3e\xe3\x2e\x73\x32\x5f\x6c\ \x56\xab\x98\xb3\x02\x0e\xce\xf9\x18\x19\xed\x72\xb5\xfb\x9d\xdf\ \xfd\xe0\xe9\x93\xf3\x27\x67\xe7\xce\xc3\x6e\xb7\xed\xfa\x3b\x26\ \x5d\x6f\x56\x8b\xa6\x49\x49\x77\x7d\x1f\x93\x3c\x7f\xf9\xea\x36\ \xa3\x9a\xaa\x17\xac\x7d\x2d\xc6\xd9\x7a\x36\x39\x3a\xb9\xbb\xbd\ \xc9\x43\x7f\xdb\xde\xce\xbc\x7d\x7c\x3c\xd1\x9b\xe5\x5b\xf5\x63\ \xb0\x95\x01\x23\x12\xfa\x21\x01\x1a\x32\x7e\xbd\x6b\x4f\xce\x26\ \xff\xdc\x3f\xff\x33\x8b\xd9\x51\xd5\x54\x17\xaf\xfa\xcb\x9b\xab\ \xdb\xbb\xeb\xd0\xed\x72\x18\x1e\x9d\x9d\xdf\xad\x57\xdb\xbe\x7f\ \x84\xf6\x51\x35\xeb\xd6\xcb\x3c\x5d\x98\x13\xd3\xee\xc2\xc7\x97\ \xd7\x9d\xb5\x3d\x20\x2c\x37\xa6\x8b\xfe\x74\xb1\x5a\x5f\x7f\xfc\ \xe1\xb7\x17\x9e\x27\x15\x51\x69\x2f\x12\x5d\x76\x37\x70\xd6\xf3\ \xd1\x71\xb7\xd9\x59\x5f\xd5\x4d\x8d\x12\x0c\x72\x02\xc9\x21\x00\ \x18\x87\xe0\xe7\x33\x5f\x4d\xda\x5d\x3b\xf4\x5d\x0a\xbd\xe6\x6c\ \x98\xd8\xf9\xc5\x6c\xbe\x69\x5b\xcd\x09\x25\x5b\xc3\x8b\xf9\xdc\ \x7b\x47\xc4\xae\x9a\x90\x75\x29\xe5\x14\x86\xdd\x66\x45\x48\x0f\ \x3b\x52\xeb\xba\x3e\x3a\x3a\x72\xce\x1d\x96\xe7\x7b\x13\x16\x62\ \x8c\x5f\xfe\xa9\x9f\xfe\xc5\x5f\xfc\x97\x11\x71\xb3\x59\xff\xd2\ \x2f\xfd\x52\xd7\x0d\x45\xce\x9f\x52\x2e\x7f\xdd\xfb\xaa\xc8\x4b\ \x60\xec\x4a\x45\x33\x72\xa7\xa3\x49\xa7\x20\xc2\x00\x07\x22\x74\ \x2c\xee\x28\xce\xa5\xfb\xea\xc3\x7d\x1e\x2d\x16\x29\x69\x09\x56\ \xcb\x7b\xfd\x4b\xa1\x3c\x45\x04\x08\x42\x08\xa5\x4f\x55\x54\x08\ \x31\x67\x29\xc8\x7d\x89\xca\x2a\x94\x75\x2e\x63\x5e\x47\xe9\x3a\ \x33\x23\x52\x4c\x89\xe4\xa0\x5b\x87\x22\x83\x39\x74\xba\x12\x31\ \xd1\x3e\xcb\x00\xc6\x52\xee\x94\x05\x8b\xa6\x5e\x21\x86\x54\x0a\ \x4c\x54\x15\x51\xe0\x81\x70\x18\x00\x60\x92\xcc\x96\xc9\x30\x08\ \xa6\x20\x80\x68\x9d\xcd\x59\x8e\x1f\x1d\x39\x82\xd7\x1f\x7f\x34\ \x0c\x39\xc6\xa1\xaa\x5c\x4e\xa3\xe0\xa7\xae\xab\x94\x72\x8c\x81\ \x99\xac\xa9\x00\xa0\x04\xf8\x1c\x0c\x68\xd3\xe9\x74\xb5\x5a\xdd\ \xdd\xdd\x55\x55\x75\x79\x79\x59\xdf\xd4\x75\x53\x97\x4c\x82\x72\ \x14\xc5\x18\x8d\x31\x02\x3a\xb4\x9d\xf7\x55\x55\x79\xe3\xcc\x74\ \x36\xed\xfb\xbe\xaa\x9a\xb6\xed\x8c\xb5\xbb\xb6\xf7\x55\x63\x2d\ \x2f\x16\xf3\xd2\x1c\xfb\x69\x29\x64\xdf\x61\xce\x30\xfd\xb1\x62\ \xee\x0a\xaa\x80\x04\x2a\x20\x02\x88\x80\xfc\xd9\xdd\xbf\x2a\x22\ \x92\xb3\x00\x1a\x36\x20\x29\x03\x5b\xcb\x9a\x62\x52\x34\x04\x31\ \x09\x97\x9a\x92\x3f\xff\xa5\x80\x7f\x4e\xd5\x32\x8f\x4e\x8e\xe2\ \x6e\x97\x99\x12\xf3\x50\x79\x37\x0c\x88\x64\x7c\x15\x63\x7c\xfe\ \xe2\x72\xb3\x6a\xdf\x79\xfa\xc4\xd5\xb3\x5d\x18\x44\x03\x20\xdc\ \x6d\x57\x71\x48\x24\x26\x66\xb8\xbc\x5d\x2f\x95\x95\x9c\x92\x49\ \xc0\x51\x08\x8d\x5f\x9c\x9e\x4f\x8f\x8e\x38\xe5\x6f\xff\xc1\x1f\ \x7c\xf3\x8f\xbe\xbd\x7d\xfa\x88\x0d\xbd\x5e\x6f\x27\x53\xdf\xed\ \xda\xbe\xed\x11\xcc\xb6\x8b\xcf\x5e\x5f\x91\x6d\xbe\xfa\xb5\x9f\ \x9f\x1c\x3d\xf9\xf0\xd9\xb3\x97\x1f\xdf\xc4\xae\x2f\x94\x62\x8c\ \x99\x90\xbd\xaf\x63\x4a\x5d\x1b\x43\x3f\x80\xc8\x76\xbb\x1a\x42\ \x47\xac\xce\x19\x43\xf0\xd6\xf1\x02\xbd\x4f\xeb\x56\xb6\xeb\xeb\ \xfe\xe6\x64\x6a\xde\x7b\xb2\xa8\x28\x83\xe4\xa1\xeb\xdb\x36\x3a\ \xdf\x9c\x4c\xe7\x8d\xb7\x53\x43\xf3\xb3\xd3\xa2\xa9\xd3\x18\x48\ \x08\x62\xc2\xcc\xb3\x49\x1d\x0d\x6f\x76\x3b\xef\xab\x6d\xdb\xad\ \x56\xeb\xba\xf2\x6c\x5d\x4a\x31\x0d\xd1\x58\x47\x3c\x4c\xea\xc6\ \x1b\x64\xc3\xa8\x9a\x52\xb2\xde\xc7\x94\x16\xd3\x89\x7f\xef\x73\ \x17\x17\x57\x9a\xd3\x83\x2f\xc8\x39\xe7\x10\xc2\xfd\x99\x7e\xd8\ \xdf\x8b\xd7\x74\xbd\x5e\x3f\x7f\xfe\xbc\x1f\x86\xed\x66\xd3\xf7\ \x7d\x4a\xc5\xf2\x83\x29\xe5\xd2\xd7\x51\x5a\xe8\xca\xb6\x5e\xc6\ \xf0\x30\x04\x66\x2a\xab\x5f\xc9\x09\x28\xb0\x4c\xce\x29\xc6\x58\ \x36\x65\x66\x1e\xd9\x16\x3d\x44\xb4\x03\x20\xe6\x94\xc7\x0c\xfd\ \x92\x2a\x53\xe2\xd7\xcb\xbf\x44\x63\xef\x92\xb1\xb6\x6c\xb2\x31\ \x46\x32\xec\xbd\x23\x63\x00\x41\x72\x06\x20\x1d\x01\xa2\x32\xcd\ \xb4\x14\x8a\x8a\x0a\x88\x2a\x48\xce\x19\x58\x09\x8d\xb5\xb6\xa4\ \x65\x8d\x8e\xad\xf1\xbe\x82\xf7\xac\x67\xaa\x59\x44\x33\x02\x01\ \x51\x39\x93\x8c\x73\x4c\x0c\x08\x0f\x13\x9e\x1e\xbe\xe2\x4b\xf7\ \x48\x79\x57\x89\x38\xa5\x10\x12\xb0\x65\x22\xb2\xd6\x56\xce\x12\ \x33\x22\x86\x10\x11\xa9\xf8\x2a\x8c\xb1\x75\xdd\xe4\x9c\xa7\xd3\ \x29\x22\x7a\x6b\x52\x0c\x88\xb4\x77\x18\x40\x55\x55\xe5\x90\x5e\ \xaf\xd7\x43\x3f\xf4\x7d\xe7\xac\xed\xbb\x6e\xb5\x5c\xd6\x4d\x69\ \xf4\xee\x98\xb9\xef\xfb\x82\xb6\xc5\x18\xad\xb5\x29\x0d\xcc\x5c\ \x55\xb5\xf7\xbe\xaa\x6a\x66\x12\xe9\x7d\xe5\xea\xa6\xe9\x86\x41\ \x45\x18\xef\x39\x54\x95\x08\xfb\x1e\x72\xd6\xe9\x14\x7f\x7c\x9b\ \x3b\x39\x74\x46\xbb\x2d\xf0\x94\xde\xfe\x12\xe5\x1b\xb9\x7c\x21\ \x42\x7f\xf2\x7c\xd7\x1c\x61\xf6\xf6\xbf\xfe\xd7\xff\xd6\xd7\xde\ \x3f\x62\x92\xab\x3f\xf8\xed\xdf\xb9\x80\xd3\xe1\x83\xbf\xfb\x0f\ \x7f\xff\xdd\x6f\xfc\x2b\x3f\x7f\xbc\xf9\x8d\x67\xf0\x37\xff\x9d\ \x7f\xbb\xe9\xd6\xdb\x9b\x6f\xfe\x8f\xff\xc3\xdf\xbf\x0e\xc0\x6f\ \x4a\xbd\xff\xd4\x9f\xdb\xab\xcb\xcd\xf2\xce\x22\x71\x5d\x0d\xce\ \x9f\xb4\x2d\xb3\x0d\x39\x21\xb0\x02\xdf\x2d\x77\xdd\xf0\x7c\x7a\ \xd4\x58\x6f\x01\x14\x18\xc5\xda\xbe\x0d\xa1\x6f\xd7\x9b\x6e\x37\ \x64\x9e\x1e\x85\xac\x64\x8c\xad\xaa\x3e\xc4\x20\x62\x7d\x35\x31\ \xcd\xa2\x69\x56\xb7\x37\x1f\x6d\x37\x1f\xbd\xbc\xc8\x20\xe1\xbb\ \xcf\xc6\x42\xd6\x43\x0f\x27\xbb\xaf\x7f\xe3\x17\xce\xdf\xf9\xf2\ \x4d\x3b\x04\x9a\x01\x82\x69\x6a\x3f\x09\x3a\x74\xc8\x01\x24\xbe\ \x7c\x79\x01\x00\x04\x3e\x45\x4c\x59\x87\x38\x64\xca\x60\xb4\xae\ \xf8\xad\xd3\xd9\xd1\xbc\x6a\xdb\x5d\x80\xd6\xcd\xb0\xf1\xd5\xe9\ \xd4\x91\x70\x1e\xb6\x29\x24\xcd\x69\xb6\x38\xb9\xba\x5e\xe7\x21\ \x0c\xd7\x9b\x6e\xb3\x32\xb6\x02\x20\x00\x1d\xe2\x70\x7c\x72\x5c\ \x21\xb5\x29\xec\x56\xcb\x4c\xbc\xeb\x87\x9b\xd5\x73\x01\xb4\x55\ \x33\x84\xc1\x30\x18\xb2\x60\xac\xad\xea\xd5\xab\x8b\xed\x6e\x2b\ \xde\xec\x0d\x50\x60\x92\xc4\x94\x86\x10\x91\xcd\xd9\xe9\xc9\xa3\ \xf3\x33\x79\xd0\x37\x5a\x99\x0b\x5d\xd7\x1f\xa6\xdb\xa1\xd2\xa8\ \xd8\x4d\x01\xe0\xd9\x47\xcf\x5e\xbc\x78\x21\x92\x0f\x75\xd5\x45\ \x37\xa2\x0a\x65\xd0\x8b\xe4\x43\x1d\xb6\x48\x19\x95\x87\xa4\xb0\ \xb2\x43\x6b\x99\x59\xc6\xb0\x88\x96\xd1\x8d\xfb\x44\xfb\x7d\xd4\ \xa2\x12\x51\xce\x63\x63\x6d\xf9\xe5\xe1\x42\x60\x8c\x2d\xbc\xab\ \x64\x51\x50\x44\xf2\x95\x67\x66\x11\x50\x50\xeb\x9c\xde\x0b\x36\ \x28\xb1\x6e\x84\x18\x63\x1a\xa3\x0d\x24\x15\xbd\x0d\x33\xab\xba\ \x92\x15\x43\x34\xea\xc4\x8b\x10\xbe\xbc\x27\x25\x4e\x26\xe7\x1c\ \x42\x04\x00\x55\x61\x36\x45\x60\x4f\xcc\xc5\x06\x50\x04\x85\x38\ \xa6\xc3\x3f\xac\x24\x65\x14\xed\x4b\x4a\xe5\x04\x15\xc9\xd6\xb8\ \xac\x9a\x72\xba\xbd\xbd\x31\xa0\x39\x25\xc4\x91\xfc\x28\xc9\x9a\ \xc6\xb0\x88\x34\x4d\x03\x80\xed\x6e\xbb\xed\x7b\xef\x6d\xce\x69\ \x5f\x26\xcc\x07\x4a\x1c\x00\x8e\x8e\x17\xab\x15\xac\xb7\xeb\xb3\ \xb3\x73\x32\xbc\x6b\xdb\xd7\xaf\x2f\x42\x0c\x6d\xdb\x01\x62\xca\ \xb9\x34\x7b\xb0\xe1\xc7\x8f\x9f\x38\xe7\xba\xae\xbd\xb8\xbc\x0c\ \x29\xc8\x20\x93\xc9\x14\x91\x36\xeb\x0d\x12\x86\x21\x7c\xba\x20\ \x1b\x11\xfa\x01\x72\xd6\xe9\x8f\x0d\x96\xd1\x0c\xfe\x1d\x7e\xef\ \x5c\xfe\xaf\xdf\x92\xcf\xff\x25\x73\x44\xc0\x9f\x67\x92\xf0\xe2\ \x85\xf2\x9f\x94\x98\x8f\x6c\xa1\xbd\xfa\xfb\xff\xfd\x7f\xf1\xea\ \x5f\xfb\xf7\xbe\x3e\xff\x83\xff\xea\xbf\xf9\xdf\x7e\xea\x6f\xfd\ \xc7\x3f\x37\x7b\x2e\x49\xfc\xec\xf4\xc9\x29\x37\x1b\x8b\x1f\xfe\ \xe6\x7f\xf9\xb7\x7f\x79\xc7\x35\x28\xf2\x9b\xc1\xfe\xa7\xae\x96\ \x11\x80\xbe\x6d\xe3\xd0\x93\xb1\xec\xaa\xe4\xbd\x0b\x03\x8d\xe2\ \x71\x12\x55\x40\xda\xf5\xa1\xbb\x8b\xbe\xb6\x55\x45\xc9\x10\x51\ \xf4\x93\x69\xd0\xce\x2a\x11\x76\x80\x5a\x79\xf7\xf6\xd3\xb7\xd6\ \xab\xf5\x7a\xbb\xbe\x5b\x2e\xad\x25\x49\xe4\x99\x98\x69\x36\x9b\ \xc5\x9c\xb3\x0a\x69\xca\x2a\x29\xa4\xe2\xc5\x64\xb4\x5d\x4a\xdb\ \x2e\x04\x75\x89\xfc\xf4\x64\xe2\x40\xf3\xd0\xb9\x2e\x6d\x86\xcb\ \x5d\x50\x56\x20\x01\x66\xab\xe4\x56\xdb\xd8\x7d\xf7\x23\x3f\x69\ \xd8\x63\xd6\x20\xd2\xbb\xdc\xb7\xaf\x96\x18\x86\xf3\xa3\x99\x71\ \x14\xba\xb5\x04\x37\x9f\x36\xad\x10\x00\x4d\x66\x53\x41\x9b\x99\ \x9c\x73\x8b\xe9\x54\x52\xda\x6e\xbb\x9c\xc5\x58\xa3\x29\x41\x4e\ \x6c\x2c\x49\x6e\xfb\x75\x1b\x61\xd9\x87\x3e\x44\xeb\x1b\x6b\x38\ \xc5\xa8\x19\x33\x4b\x65\x6b\x22\x5e\xad\xd6\x48\x14\xca\x20\x48\ \xc9\x18\x3b\xa4\x76\x3a\x9b\x5b\x5f\x29\xc0\xc9\xc9\xc9\xe3\xc7\ \xe7\xf2\xc0\x6f\x34\x1d\xcb\xbe\x99\x0f\xb0\xcc\xc1\x8a\x59\x52\ \x70\x09\xf8\x00\xe8\x8f\x11\xe1\x00\x25\xa5\xdd\x5a\x2b\xa2\x4d\ \x33\xd9\x4f\xfc\xd2\xe3\x31\x02\xdf\xfb\x5f\x7e\x52\x36\x8e\x87\ \x35\xfc\x93\xc3\x05\x00\x81\x90\xca\xe4\x45\x92\xd1\x02\xba\x0f\ \x13\x1b\xdf\x08\x21\x20\x01\x28\xf2\x78\xb9\x28\x79\xbc\x87\x18\ \x5e\x1d\x25\x57\x80\xaa\xa5\xb7\x5a\x15\x10\x09\x50\x09\xd1\xa2\ \x2d\x1b\x2b\x22\x16\xe7\x51\x99\x83\x59\xd4\x30\x12\x12\x10\x1c\ \xee\x0a\xa3\x6c\x87\x88\x99\x45\x08\x14\x54\x04\x89\x00\x0b\xab\ \x5b\xf6\xd5\xd1\xf1\xf0\xf0\xbb\x2a\x80\x61\x96\x94\xb7\xeb\x75\ \x4a\x99\xad\x43\x43\xaa\xea\x99\x51\xd4\x10\x3a\x67\x43\xc0\x61\ \xe8\xd7\xeb\x75\xca\xb9\xdc\x75\x4a\x74\xbb\x08\xa4\x18\xbc\x35\ \xa3\x9c\x74\xef\xe7\x3a\xa4\x25\x87\x10\x6e\x6f\x6f\xdb\xae\x75\ \xd6\xa9\x8a\xaf\xfc\xb0\x1a\xee\x96\x77\xce\x79\xeb\x5c\xd7\xf5\ \x85\xec\x68\x26\x93\x94\xb3\xa8\xb6\x6d\x7b\x71\x71\x31\x84\x10\ \x86\x28\x22\xd6\x86\x18\xe3\x6a\xbd\xb6\xc6\x5a\x67\xe1\x53\x0e\ \x55\xc4\xb2\xb9\xc3\x64\xf2\xe3\x9d\x02\x76\x82\x27\xef\xf2\x8c\ \xf4\x77\x7f\x79\x98\xfc\xbc\x7f\xeb\x9c\xf8\xc5\x67\xbc\x1c\xa9\ \xe4\x9c\x62\x08\x31\x66\x11\xc9\x29\x69\x89\xce\xc8\x29\xa7\xd4\ \xcb\xd9\xcf\xfd\x9b\xff\xe1\xf9\x97\x9e\xff\xee\xaf\xfc\x9d\x5f\ \xf9\xed\x04\xf6\xcd\xe2\xfe\xa7\x8c\xb8\x83\x48\x4a\x61\xaf\x81\ \x0e\xbd\x71\x2e\x44\x1a\x63\x61\x58\x53\x16\xa1\x0c\x39\x67\x69\ \xbb\x90\x12\x47\xcb\xa9\xef\x2a\x9b\x16\x8b\xa3\x7a\x86\xf5\xbc\ \xef\x87\xbc\x5e\xef\x34\x0d\xa8\xa9\xf6\x36\xc5\x5e\x95\x33\x82\ \xd5\x94\x73\x72\xce\x51\xd6\x90\x63\xce\x80\xa8\x92\x05\x33\x96\ \x6e\x78\x0f\x78\x7b\x73\x1d\x82\xa2\xf3\x80\x9a\x20\x99\xca\x1c\ \x3d\x32\xc3\x90\xbb\x9b\xa5\x46\x98\x54\xcd\x74\x71\x1a\x33\x5a\ \xc6\x9b\xdb\xd7\x77\x77\x37\xa7\xe7\xa7\x0c\xd0\x6f\x37\xfd\x7a\ \x75\xe4\xcd\x6c\xea\x66\x33\x4f\x96\x06\x4e\x9a\xc3\xed\xcd\x35\ \x00\x00\x9a\x90\xd2\xa6\x5d\x85\x9c\x34\xc1\x7a\x93\x35\x0b\x28\ \x11\xd1\x6e\xdb\x59\xc7\x7d\xb7\x9b\xcc\x8f\x8c\x65\x69\xfb\x66\ \x32\x71\xf3\x79\x88\xba\xda\x6c\xb6\x9b\xb5\xa4\xa1\xf2\x96\x12\ \xd6\x93\x69\x4a\x21\x84\xae\x9e\x34\x20\x91\xd9\x30\x19\x05\xed\ \xfb\x61\x88\x29\x4b\xf6\xde\x7f\xf4\xd1\x47\x5d\x96\xaf\x9e\x3f\ \x49\x3f\xfc\x7c\x1f\xcb\x7d\x98\xcb\xde\x77\x88\x6f\xbc\x0f\xbb\ \x8b\xca\xfd\x30\x47\x44\x2a\xfd\x9f\x7b\x38\xed\x10\x94\x3e\x12\ \x92\xcc\x06\x51\x54\xef\x85\xb4\x10\x14\x8c\x1e\x00\x4a\xf7\xde\ \x41\x39\x53\x3e\xfd\x25\x91\x17\x89\x2c\xf3\x21\xbb\x71\xbf\x99\ \x91\xa6\x24\x0a\xa3\xd8\x73\x5f\x3e\x0b\x30\x16\x1c\xc2\x1e\xa6\ \x3f\xf8\x52\x19\x29\x6b\x46\x20\x05\x40\x05\x66\x3e\x10\xa6\xc6\ \x58\x33\xb2\x88\x45\x21\x09\x59\x84\xa9\x14\x26\x2a\x31\x81\xaa\ \x08\x92\x02\x92\x10\x71\xb9\x5c\xec\xdb\xe6\xb8\xe8\x38\xb3\x1c\ \x1a\x13\xe9\xa1\x91\x3e\xa0\xaa\x86\xb8\xf2\x95\xe6\x48\x16\x8c\ \xb7\x49\x81\x54\x4a\xda\x66\x53\x79\x15\xbb\xdb\xc1\x30\x0c\xab\ \xd5\xb2\xf8\xb7\x4a\x91\x5e\xb1\x8f\x32\x73\xdd\xd4\x39\xa5\xc3\ \xaa\x8e\x88\xc3\x30\x0c\xc3\x50\x20\xa9\xcd\x66\x03\x04\x0a\xda\ \xf6\xed\x30\x0c\xc5\x8e\x9b\x52\x52\x1d\xd9\x8e\x42\xa4\x23\xe2\ \xf3\x67\xcf\x4b\x71\x47\x49\x4f\x53\xd5\xae\xeb\x01\x57\x6d\xd7\ \x39\xeb\x7c\xce\xc6\x9a\xfb\x84\x2a\x42\x1f\x20\x67\x69\x9a\x1f\ \x1b\xa1\x8a\x10\xb6\x9a\x2b\xfe\xc2\xcf\x42\xff\x3a\x25\x42\x67\ \xb5\xf8\x8d\x7f\xe8\x97\x17\x55\x95\x8c\x85\xa1\x1f\x14\x98\x19\ \xc9\x9a\x8f\xff\x8f\xff\xe5\xbf\xfb\xdb\xbf\xbc\xe5\xc6\x39\x4b\ \x6f\x26\xfb\x9f\xc5\x93\x73\x2a\x37\x68\x31\x3c\x58\xb6\x21\x80\ \x64\x64\xc3\x06\x10\x29\x27\x04\x51\x55\xd4\x8c\x51\x51\x43\xce\ \xa4\x62\x35\xa7\x25\x19\x56\x14\x4b\xe6\xad\xf3\xa3\xf9\xc4\x19\ \x04\x45\x02\x26\x42\x20\x54\xd5\x0c\x9a\x49\xb3\x25\x14\x85\x98\ \x15\x10\x0d\xb1\x61\x32\x64\x72\x56\x5b\x9b\xb0\xdb\xf4\xed\xa6\ \x31\x9e\x50\xb3\x28\x22\xa2\x71\x8b\x27\x4f\xb1\x6e\x2e\x3f\x7e\ \x85\x4c\x27\x9f\xff\x3c\x80\xf1\x94\xd9\x31\x4a\x5e\xd4\x53\x4a\ \xea\xc9\x7e\x74\x7d\xd3\x7b\xaa\xde\x3a\xbb\x5b\xde\x56\x93\xba\ \xa9\x6a\x86\x6a\xe8\xdb\xdd\xa6\x6d\xfb\x5d\x10\x15\x40\x26\x8d\ \x71\x98\xf8\xba\x0f\x61\xb3\xde\xc6\x98\x44\x74\xbe\xf0\x64\x26\ \xa2\xd9\x37\xf5\x14\x28\x29\x31\x62\x0c\xbd\x25\xb5\xac\x21\xe6\ \xd0\x25\xc9\xe9\xf1\xa3\x73\x94\xb0\x5d\xdf\xad\x62\xcf\x84\xce\ \xd9\xd9\xfc\x08\x40\x6d\x55\xa5\x9c\x63\x3b\x08\x68\x06\xa9\xea\ \xfa\x47\x6f\x70\xbf\x2f\xd9\xbe\xef\xaa\xc7\xd1\xf4\x03\x38\x8e\ \xdc\x52\x64\x81\x7b\x6b\x0f\x1a\xc3\x00\x87\x79\xbd\x57\x4c\xde\ \x97\xc4\x20\x16\x7b\x67\x49\x58\x2c\xfc\x2a\xf3\xa8\x47\x04\x42\ \x50\x81\x0c\x08\xc8\xcc\x84\xb4\x0f\x54\x1b\x87\x49\x2e\xd2\x1d\ \x22\x62\x02\x05\x05\xc1\x51\xae\x0e\x22\x0a\x02\x08\x74\xff\xa3\ \xcf\x22\xa5\x41\x04\x33\x96\x06\xf0\x31\x9d\xb8\xbc\x85\xfd\x3c\ \x19\x65\xf5\x48\x88\x5c\xc4\xfb\x25\x94\x02\x90\x18\x01\x0c\xb0\ \x31\xa0\x4a\x84\x08\x45\x10\xc9\xcc\x6c\x4c\x82\x2c\x88\x08\x54\ \xfa\x01\x1f\x3a\x2c\x54\x0d\x19\x67\x2d\x1a\x02\xd0\x0c\xca\xd6\ \xd4\xc6\x19\x67\x35\x0d\xd6\x60\xbf\xc3\x42\x1a\xa4\x94\x71\x1f\ \xb5\x5f\x36\xf4\x18\x23\x28\x9c\x1c\x2f\x4a\xe5\x5e\x41\xff\xcb\ \xeb\x1c\x63\x4c\x29\x4d\xa7\x33\xeb\x4c\xd7\x77\x29\xa5\xe5\xdd\ \xea\xe6\xe6\xa6\xaa\x7c\xdf\xf7\x39\x17\x43\x9f\xcd\x41\x76\x6d\ \x1b\x62\x70\xce\xb3\x31\x9b\xed\x46\x45\x8c\xb1\xa2\x62\x8c\x8d\ \x29\xd1\x10\xac\xb1\x39\xa7\xae\xcf\x79\x9b\xcd\xa7\xbe\x4e\x86\ \x1e\x7f\xac\x9b\x3b\x12\xe4\x65\xfe\xe0\x57\x32\x5b\xd4\xac\xd4\ \xe0\xe6\xbb\x79\x9b\x14\x7f\x98\x16\x43\xb6\xde\x3b\x43\x8c\x97\ \xdf\xfa\xf6\xe4\x6f\xfc\xd5\x7f\xe3\x5f\xad\x3e\xff\xf5\x9f\xba\ \xf8\xc7\xbf\xd5\xc2\xcf\x9e\xbe\xf7\xf9\x9f\xfd\x8b\x5f\x6f\x55\ \x5f\x7e\xf7\xbb\xcb\x41\xde\xcc\xf7\x3f\x23\x5e\xb5\x18\x4c\x28\ \x38\xeb\x63\x18\xcb\xec\xf7\xe1\x23\x92\xf6\xc1\x80\x82\x80\xe8\ \xad\x97\x94\xda\x6d\xdb\x4c\x6b\x53\x19\x4d\xc1\x79\x37\xa9\xfd\ \xa4\x9e\x84\x94\x83\x88\xaf\xbd\xb3\xdc\x18\xb3\xbb\xbb\xdd\xdd\ \xdd\x21\xa0\x41\x85\x1c\x09\xd9\x33\x1a\x24\x10\x01\xd0\x18\x03\ \x5b\xe2\x1c\x2d\x65\x50\x55\xcd\x02\x90\x41\xb1\x6e\x2a\xe4\x53\ \xdb\x20\x52\x67\x2a\xef\x0c\x62\x9e\xce\x16\x72\x74\xb2\xa8\x66\ \x26\xa1\x63\xaf\xc0\x09\xe8\xe5\xed\xf2\x68\x31\x5f\xd4\x33\x62\ \xd6\x9c\x8d\x9d\x3a\x4f\xc0\x15\x85\x61\xbd\x6b\xbb\xb6\x9b\x2f\ \x66\x67\x8f\x1e\xe5\x28\x55\x7d\xb7\xdb\xb6\x44\xc0\x16\x14\x71\ \x08\xc1\x00\xdd\x2e\x97\xab\xf5\xae\x6e\x2a\x20\x03\x39\x4d\x6b\ \x3b\x3f\x9b\x83\xa6\x30\xc4\x47\xa7\xc7\x93\xda\x3e\x3e\x3f\xde\ \x6c\xb7\x21\x0c\x0a\xb4\xeb\xba\xb2\xa3\xf9\xba\x12\x40\x43\xd4\ \x0d\x7d\x37\xf4\x44\x94\x1f\x38\xd3\x3f\xd9\xdc\x47\x58\xa6\x20\ \xef\x7b\xbc\xec\xd0\x72\x57\xac\xa2\xf7\xab\xbd\xc7\x84\xaf\xfb\ \xe1\xc6\x0a\x25\xe9\xb7\xc8\x5d\xf6\x6d\xd4\xba\x47\x8d\x88\xd9\ \xaa\x08\x92\x94\x46\xd3\xf2\x07\x44\x46\x48\x0b\x7d\xaa\x0c\x2a\ \x42\x86\x47\x92\x3d\x29\x84\xcf\x00\x00\x20\x00\x49\x44\x41\x54\ \x76\xfc\x27\xf6\x91\x93\x22\x0a\x5c\x6c\x4a\x00\x70\xd0\xab\x88\ \xe4\x72\xda\x8c\x9d\x1b\x39\xb7\x6d\x4b\x44\x4d\x5d\x97\xb4\xc8\ \x22\x95\x51\x51\x32\x8c\x85\x35\x65\x20\x62\xda\xe7\x91\x21\xb3\ \x61\x23\x22\x29\xa7\x24\xa2\x00\xd6\x58\x2c\xa7\x03\x61\x96\x31\ \x38\x81\xd9\x88\xa6\x82\xdb\x10\xf1\x43\x07\x3b\x00\x80\xb3\xd6\ \x5b\x97\x52\x5f\xa4\x38\xd3\xe9\xc4\x37\x53\x36\x24\x39\x92\xa6\ \x6e\xdb\xe2\xfe\xea\x23\x22\xde\xf9\xc2\x88\x34\x4d\x83\x88\x45\ \xe8\x59\xe2\x94\xef\x17\x5d\x95\xcf\x63\xa1\x37\xac\x31\x22\xd2\ \x0e\x6d\x21\x30\x44\x24\xa5\x8c\xa8\xde\x55\x25\x66\x2e\x67\x61\ \x26\x6b\x8d\xb3\x36\xc6\x58\xfa\xd0\xf7\x54\x07\x96\xde\xc7\x10\ \xc2\x74\x3a\xfb\xd4\x70\x87\xbe\x83\x9c\xe1\xc7\xb8\xb9\x97\x1b\ \x62\x06\x49\x25\xdb\x08\xc2\x46\x7f\xa8\xea\x48\x66\x7a\xf5\xad\ \x7f\xf2\x9b\xfe\x86\xeb\xe9\xe6\xdb\xbf\xf2\x3f\xfd\x03\xfd\x2b\ \x5f\xfb\xea\xed\xef\xfc\xaf\xff\xf0\xb7\xbe\x0b\x4f\xfc\x6f\xbf\ \x38\xff\xca\x5f\xfc\x05\x19\x6e\xb7\x2f\xbe\x77\xd7\xff\x48\xa9\ \x11\x6f\x9e\x07\x12\xe6\x08\x86\xb8\x00\xe1\x83\x73\x2e\x46\x96\ \x1c\x73\x4a\x22\x04\xa0\xa4\x48\x88\xe5\x3a\x8d\x98\x01\xbb\x10\ \xbc\x33\x6c\x9a\xb6\x8f\x9c\x65\x52\xbb\x21\xc6\xb6\x1f\x26\xd3\ \xda\xb0\xcb\x31\x19\xae\xaa\xca\x13\x42\x46\xda\x0d\xc1\x20\x89\ \x08\xe5\x6c\x08\xb5\x38\x2d\x89\x33\x2a\xb0\x11\xa6\x52\xae\x51\ \x64\x09\xc4\x45\xc9\x87\xd6\xba\xa6\x29\x82\x46\x4c\x49\xb6\x28\ \xfe\xf8\x54\x97\xcb\x9b\xf5\x76\x71\x7e\x1e\x24\x36\x86\x3f\xf7\ \xe8\x91\x42\x98\xcf\xa7\x1a\xf3\x66\xd3\xd6\xbe\xaa\x7d\x2d\x15\ \xc0\x10\x05\x88\xda\x30\xf4\x59\x26\x71\x75\x75\xa5\x59\x24\x44\ \x6f\x31\xc4\xe0\xfd\x74\x36\x5b\xb0\xe1\xdb\xe5\x2a\xe7\xe0\x4d\ \xae\x0d\x18\x6f\x78\xe2\x20\x75\x95\x19\xd0\x38\x3e\x3d\x6e\x63\ \xff\x87\xdf\xfa\x60\x36\x71\x7d\xaa\x82\x60\x8a\x62\xc0\x3f\x79\ \x74\xde\xf5\x3b\x57\x3b\x64\xf3\xf2\xd5\xe5\x26\x5a\xb0\x93\x07\ \x1b\x4a\x94\x50\x99\x91\x18\x15\xc6\x3d\xd6\x18\x29\xc9\xbd\x5a\ \xfe\x1c\xe1\x90\x03\x4e\x05\xb8\xd0\xb1\x4c\x95\x28\x8f\x35\xd3\ \x0c\x20\x88\x24\xaa\x0c\x54\x55\x75\x91\xe8\xed\x76\xdb\x92\xb1\ \x85\x84\xc4\x48\x08\x44\xa8\x48\x08\xc8\xc4\x08\x28\x24\xa4\x8a\ \x44\x25\x1e\x0b\x00\xa6\x93\xc9\x64\x32\x59\xae\x56\x39\x27\x50\ \xb0\x4c\x2a\x52\x34\x21\x44\xa8\xb4\xef\x32\x2c\xef\x95\x00\x58\ \x34\xc6\x42\x8c\x07\x1f\x93\xb1\xc6\x18\xa3\x84\xf3\xe9\xec\xf4\ \xf4\x64\xb5\x5c\xae\x37\x1b\x04\x28\x77\x05\xc3\xac\x44\xa5\x02\ \x89\x99\xc6\x98\x30\x00\x44\x5c\xcc\xa6\xbe\xaa\x37\xeb\xf5\x6a\ \xb3\x41\x20\x63\xec\x28\x5a\x24\x81\x24\x75\xe3\x41\x21\x46\x62\ \x62\x51\x65\x63\x0c\xd3\x8f\x30\x27\x94\x40\x88\xd1\xa0\x13\x11\ \xd4\x1c\x53\xda\xdd\x5e\x67\xc9\xd6\x5a\x04\x09\x92\x15\x49\x35\ \x17\x61\x92\xb3\x5c\x08\xd5\xca\x57\x85\xe0\xd4\x1c\x42\x18\x24\ \x67\x42\x14\xd5\xe2\xa7\x62\x44\x26\x90\x14\x13\x88\x88\x32\xb2\ \x65\x8b\x80\x29\x64\xa8\x15\x15\x11\x80\x09\xeb\xaa\x0a\x69\x18\ \xfa\x1e\x55\x2d\x53\x53\x55\x3d\x68\x8c\x89\x00\x98\x20\x0b\x1c\ \x1f\xcd\x77\xbb\x5d\xdb\x76\x08\x94\xd2\xa7\xe2\x07\x14\xb7\x5b\ \x30\x46\xeb\x1f\x6b\x3b\xb6\x42\x8e\x7a\xbf\x05\x81\x2c\xfe\x30\ \xc3\x1d\x2f\xbe\xfd\xcf\x5e\x2a\x7b\x6f\x8d\xea\x87\xff\xf4\x1f\ \xfc\xc1\x3f\x4e\x64\x7d\x5d\x35\x70\xf9\x47\x7f\xef\xbf\xfd\xbf\ \xb3\x02\x22\x57\x4d\x63\xde\xec\xed\x7f\x26\x8b\x7b\xca\xaa\x45\ \x72\xac\xc1\x39\xca\xd9\x0d\x43\x6f\xac\x16\xf8\x4d\x01\x18\x49\ \x49\x47\xa9\x1b\x26\x10\x26\x24\x63\x10\x4c\x88\x21\xac\x76\xb3\ \xd9\x04\xad\xcf\x48\x00\xe8\x9d\xcf\x31\x77\xbb\xbe\x72\xae\x9e\ \x2c\x4c\x33\xd3\xac\x90\x62\x65\x19\x01\x92\x82\xb2\x63\xe3\x9c\ \x77\xbb\xb6\x7d\xf2\xf6\x3b\x48\xbc\xdd\xb5\xce\x5a\x24\x92\xac\ \x20\xc0\x08\x84\x04\xcc\x39\x27\x54\x04\xc0\x44\x1c\xad\x37\xf3\ \xe3\xcd\x6e\xd5\xb3\x46\x48\xde\x12\x0d\xc1\x4f\xfc\xdb\x8f\x1e\ \xb7\xdb\xcd\x90\xda\x4d\xb7\xbc\xea\xfb\x94\x25\xe5\x1c\x72\x0a\ \x29\x33\xe1\xa4\xa9\xcf\x16\x73\x10\x89\x22\x64\x5d\xcc\x79\xd3\ \x75\xb7\xb7\x4b\xe7\xed\x6c\x3a\xb1\xd6\x5c\xbe\x7e\x75\x72\x3c\ \x9b\x1f\x9d\x18\x94\xb4\xb9\xdb\xdc\xdd\xb0\x35\x57\xab\xf5\xcb\ \x9b\x95\x33\xfc\xd5\xaf\x7c\x41\xe2\xae\xdf\x76\xac\x96\xc8\xdd\ \xbc\xba\x08\xa9\x9f\x9d\x2e\xc0\x55\x09\x1d\xf8\xa3\xe5\x2e\x3d\ \x74\xca\x28\x22\x12\x1b\x66\x66\x1d\xcb\xa3\x05\xc6\x10\x19\x40\ \xc4\x02\x7a\x80\x02\x96\xc0\x46\x04\x42\x46\x64\xc3\x28\x6a\x98\ \x0c\x62\xcb\x48\x84\x2a\x8c\x40\x11\x25\xc6\xd8\xb6\x3d\xb3\xe9\ \xfa\xae\x6d\x5b\x20\x28\x36\xf5\x94\x22\x11\xeb\xd0\x89\x08\xc2\ \x18\x09\x79\xe8\x09\xcf\x29\x29\x93\x88\x94\x62\xbf\xbe\xeb\x52\ \x8e\x08\x84\x48\x29\xa6\x66\x32\xf1\xce\x29\x14\xdb\xe9\xc8\xc3\ \x2a\x28\x66\x0a\x29\x29\x02\x15\xb4\x47\x55\xc6\xd6\x0f\x61\xe2\ \xb6\xef\xe4\xfa\x3a\x0e\x03\x16\xe3\xab\xaa\x88\xf6\x43\x5f\x50\ \x99\x2c\x99\x85\x71\x4c\xee\xd4\x18\xd3\x7a\xbd\x32\xed\x6e\x18\ \x82\xe4\x9c\x93\x74\x5d\x5f\xae\x25\x84\x59\x35\x2e\xe6\xd3\x94\ \xf2\xd0\x77\x39\xeb\x90\xa2\x89\x4c\x04\x0f\x46\xc3\x10\xd1\x50\ \x09\xcc\x41\x20\x06\x83\xce\xfb\xd5\x66\xbb\x5c\xad\x88\x39\x97\ \x85\x06\x01\x10\x45\x15\x01\xac\x61\x02\x75\xde\x39\x67\x97\xab\ \x8d\x64\x99\x4d\x3c\x21\x32\x13\x82\x72\xb9\xcc\x80\x7a\xef\x98\ \x68\x18\x86\xa9\x99\x6a\x12\xc9\x99\x89\x09\xc8\x30\x7b\x67\x69\ \xac\x5d\x11\x67\xb9\xed\x42\x5d\x7b\x66\x42\x40\xb0\x9a\x43\x48\ \x1a\x4a\xc4\x71\x4a\x69\xb7\xdb\xe6\x94\x51\xd5\x7a\x4b\x74\x90\ \x42\x22\x82\x08\xb4\x9d\x36\x0d\x18\xf3\x63\xfb\xce\x57\xe0\x29\ \x7d\xe1\xcb\x9f\x34\x38\x12\xea\xf5\xb7\xf2\xf2\x4e\x3f\xbb\x7b\ \x83\xad\xe7\xfd\xa5\xc8\xf8\x7a\x7a\xe8\x27\x60\xdb\x4c\xed\x0f\ \xf9\xfe\x24\x01\x63\x99\x52\x1a\x10\xed\xc1\xfc\xc1\x44\x29\x0f\ \x80\x86\xc9\x10\x92\x6a\xca\x22\x07\xb3\x9d\x28\x18\x76\x20\x43\ \xc8\xc2\xc4\xa2\x09\xd0\x30\x12\x68\xca\x2a\x88\x3f\xd1\x70\xbf\ \x02\xe4\x2c\xe5\xcb\x6f\x30\x06\x88\x6c\x8c\x45\x31\x56\x44\x7a\ \xe3\x1a\xf5\x09\xd9\x56\x2e\xce\xa8\xa2\xd6\xfa\x94\x60\x18\xb2\ \x61\x63\x4b\x8f\x3b\xf1\x90\x83\x44\x01\xd2\x47\x27\x27\x37\x27\ \x27\xcb\x4d\xcb\xd4\xe4\xa1\x1f\x86\x3e\x26\xad\x5c\x75\x7c\x7a\ \xd6\x34\xd3\x57\x1f\x7f\xec\x6c\x53\x57\x4d\x04\xcd\x39\x4b\x8c\ \xa5\x28\x75\x64\xe1\x08\x11\xcd\xfe\xf6\x9f\x45\xd4\x5b\x87\xcc\ \xa0\xe0\xbd\x23\x66\xe3\x6d\x9f\xd3\xf3\x57\x1f\x1f\x4d\xa7\xf3\ \xf9\x74\x79\x77\x67\x0c\x19\xc6\x24\x38\x71\x93\x9b\xd5\x8a\x2d\ \xdf\x2d\x77\x56\x75\x5a\x37\xb6\xaa\x04\x30\xa4\x98\xb2\x4c\x66\ \xf3\xc5\x62\x26\x2a\xfd\x30\xd4\x55\xb3\x5a\x6e\xb6\x6d\x32\xa4\ \x73\xcf\xf5\xec\xb8\x13\x9a\xcd\xe6\x74\xb3\xad\xac\x75\x08\xef\ \x2c\x2a\xdb\x6e\x56\xab\x6d\xce\xdb\xa8\x38\x3f\x5d\xc4\x6e\x53\ \xbb\xea\x0b\x9f\x7f\xff\x83\x6f\xbf\x74\xde\x3f\x74\xca\x20\x02\ \xa0\x08\x0a\x30\x02\x82\x0a\x12\x94\xc5\xb6\x04\x0b\x94\xf8\xf4\ \xb1\x64\x1a\x01\x15\x91\x54\x13\x82\x12\xa1\xb3\x16\x88\x0c\x13\ \x22\x0a\x00\x02\x1a\x42\x01\x42\xd0\xed\x66\x5d\xc2\x23\x89\xf1\ \xa0\xe8\x00\x40\x5b\xca\x08\xb5\x54\x3b\x8d\x01\x2f\x88\x58\xd5\ \x15\x13\xa7\x94\x86\x61\xe8\xda\x8e\x88\x08\xb9\x20\x03\x85\x8f\ \xe9\x86\xb2\x6b\xf3\x01\xca\x2f\x3f\x49\x29\x83\x64\xc4\xa2\xbb\ \x57\x45\x60\xa4\xd2\x83\x18\x42\xe8\xbb\xb6\x72\xde\x18\x13\x63\ \xca\x92\xb1\x24\x91\x29\xb0\x61\x42\x2a\x88\xbc\x14\xbf\xa8\x73\ \x31\xa5\x10\x93\xb5\xd6\x1b\xa3\x5d\xa0\xd1\x85\xa6\x08\x0a\xc0\ \xd6\x31\x13\x59\xc3\xd6\x1a\x1d\x00\x49\xd9\xfc\x28\x9e\x18\x24\ \x63\xc6\x2e\x2a\x22\x44\x32\x6c\x8a\x92\x27\xa4\x88\x30\x7e\x38\ \x88\x28\x39\x23\x91\x31\x56\x55\xaa\xaa\x32\xc6\xf6\x7d\x2f\x22\ \xf3\x49\xe5\x9c\x1b\x86\xa1\x70\x18\xe5\x45\xee\xba\x4e\x44\xbb\ \xae\x8b\x31\x5a\xe7\x90\x30\x4b\x04\x94\x94\x63\x55\x57\xd6\x95\ \xf2\x13\x89\x31\x0e\x21\x54\x75\x83\x48\x5d\xdb\xa6\x18\x45\x81\ \xd8\xc8\x48\x87\x98\x10\x62\x53\xd5\xdb\xed\x4e\x00\x66\xf3\xc5\ \xbd\x39\x2e\x02\x5d\xa7\x4d\xf3\xe3\x04\x37\x14\x54\xf1\xec\xcb\ \x46\x5e\xe7\xdb\x3b\x25\x06\xc1\x07\xba\xc3\x7e\x0c\xe8\x90\x26\ \x53\x7d\xe9\x5f\xfa\xfa\xbf\xff\xb9\xc6\xbd\x7e\xfe\x77\x7e\xf5\ \x83\x5f\xdd\x0c\x83\xa9\xbf\xf0\x8d\x7f\xe1\x3f\xf8\xea\xf9\x93\ \x7e\xf9\xab\xff\xf3\x6f\xfe\xbd\x77\x7e\xfa\xdf\xfd\xfa\xd3\xf7\ \x81\x8f\x8f\xe0\xc5\xdf\xfd\x95\xff\xec\x59\x24\xef\xbf\xf2\xd7\ \x7f\xf1\x3f\x99\xc7\x4b\x81\xe1\x0f\x3f\xf8\xaf\x7f\xe3\xe6\xd1\ \xdf\xfc\xcb\x7f\xe3\x77\x7f\xeb\x3f\xfd\xe6\xaa\x03\xfb\xfe\xbf\ \xf5\x57\xfe\xa3\xbb\xdf\xff\xcf\xff\xf7\x8b\x95\xe3\x9f\x50\x17\ \xd5\xa1\x27\x5a\x72\x8e\x00\x99\xc8\xc4\xa4\x50\x88\xab\x7d\x2e\ \x6b\xc9\xf3\x53\x41\x40\xe7\xdd\x01\x7c\x34\xc6\x18\xe3\x87\xa1\ \xdf\xad\xb7\xb3\x33\x47\x24\xa4\x52\x7b\xce\x02\xb1\x6f\x8d\xb1\ \xb3\xd9\x74\x27\x48\xc6\x24\x36\x41\x48\x50\xdd\xec\xc8\xf8\x59\ \xdb\x25\x40\x4f\x5c\x1b\x36\x92\x83\x82\xb0\x21\x55\xcd\x29\x02\ \x92\x8c\x4e\x18\x02\x54\x40\xcd\xaa\x8c\xd0\xee\xda\xb8\xeb\x11\ \x50\xb2\x66\xd5\x20\x22\x9e\xb8\xf2\xdb\xae\x35\x04\xe7\x8f\x4e\ \x72\x8c\x31\x84\x98\x52\x3b\x24\x26\x4a\x02\xbb\x65\xcb\x92\x42\ \xc8\xb4\xeb\x93\x4a\xcc\x92\x41\x80\xdd\xed\xdd\xcb\xf5\xfa\x6e\ \x3e\x9f\xbe\xfd\xd6\xd3\xf5\x7a\xd7\x2c\x4e\xeb\xaa\xae\x48\x24\ \x85\x86\xdc\x8b\x9b\xad\x0a\x39\xb6\x98\xd3\x51\x6d\xd3\xdc\xe9\ \xd0\x4d\x27\x95\x71\xbe\x9a\x54\x54\x55\x5d\x0e\x71\x79\x39\xc3\ \x7e\xee\x50\x1f\x7a\xa0\x1a\x42\x87\xca\x90\x51\x90\x88\xd8\x50\ \x02\x1d\x31\x18\x1c\xb5\x86\xb8\x5f\xb0\x01\x01\x51\x8b\x9d\x88\ \x01\x8d\xb1\x64\x08\x41\x19\x8b\x32\x81\x10\x21\xc5\x64\xad\x51\ \xcd\x80\xb0\x5e\x6d\xd9\x5a\xe7\x5d\x99\xe9\x7b\x49\xfb\x1e\x22\ \xde\x77\x54\x21\x61\x8a\x89\x88\x9c\x73\x63\x81\x95\xaa\x35\xb6\ \x00\xde\x44\x14\x62\x4c\x31\x88\xe4\xca\x57\x39\x67\x04\x14\x10\ \x50\xb0\xd6\x54\xce\x18\x36\x31\xc6\xc6\xfb\x21\x0e\xbb\xb6\x75\ \xce\x55\x75\xbd\x59\x6f\xda\xbe\xf3\xd6\x8a\xb5\x23\x02\x83\xa6\ \x28\xee\x0d\x91\x71\x36\xc5\x04\x0a\x6c\x4d\x01\xb5\x91\x88\x1d\ \x81\x8e\x6b\x9a\xb1\xec\xac\x13\x05\x95\xac\x0a\xa0\x62\x8d\xc9\ \x9a\x11\x81\x08\xad\x61\x36\x58\x6c\x8f\x0f\xdf\xdc\x8d\x65\x36\ \x02\x09\xc6\xb4\x19\x28\xad\xd9\x06\xc0\x5a\xd7\x6e\x37\x21\x67\ \x46\x2c\xac\x40\x09\x19\x4d\x29\x85\x10\x0a\x35\xfd\xff\xb0\xf7\ \xa6\xb1\x9a\xad\x59\x7d\xdf\x5a\xeb\x99\xf6\xf0\x4e\x67\xac\xb9\ \xee\xd4\xc3\xed\x06\x7c\x69\x20\x34\x76\xa2\xd0\x04\x23\xb0\x32\ \xd9\x91\xe2\x98\x88\x90\x58\x76\x42\x2c\x1b\x99\x0f\xfe\x80\x33\ \x38\x56\x3c\x88\x18\x89\x18\x8b\x38\x92\x13\x64\x14\x12\x27\x51\ \x24\x42\x06\x12\x2c\x87\x21\xee\x6e\xa0\xbb\x81\x06\x9a\xa6\xe9\ \x7b\xfb\x8e\x35\x9e\x53\xe7\x9c\x77\xda\xd3\x33\xad\x95\x0f\xfb\ \x3d\x75\xef\x6d\x7f\xc8\xed\xe2\x4a\x48\xdd\x77\x7f\x28\x55\x9d\ \x52\x55\x9d\x3a\x67\xef\xb5\xd7\xb3\xd6\xff\xff\xff\x8d\x1b\xef\ \x94\x12\x8b\x28\xad\x90\x08\x10\xbb\xbe\x67\x11\xad\xb5\x80\x84\ \xe8\xcb\xaa\xc6\x40\xa3\x9c\x91\x41\x48\x91\x88\xa4\xcc\x31\x27\ \x22\x15\x63\xae\x6b\x33\x1a\x37\x91\x20\x0b\x88\x60\xdf\x0f\x55\ \x5d\x2b\xad\xc7\x38\x4d\x6d\x1c\xbd\x55\xe7\x8e\xcc\xd8\xf7\xf0\ \xae\x16\x77\x24\xc8\x9b\xfc\xa5\xcf\x60\x9d\xf9\xee\x8b\x8c\x0a\ \x04\x80\x14\x7c\x25\xa6\x6b\x49\x21\xa2\x71\x56\x41\xf0\x03\x93\ \xb1\x8a\x52\x0c\xac\x6c\x61\x28\xf8\x21\x83\xb6\xef\xec\x55\xcc\ \xcc\xb7\x9e\xfe\x33\xb7\xf2\x2f\xff\xe4\xcf\xff\xd6\x9f\xfa\xce\ \xbf\xf8\xdc\xf9\x43\xb5\xf7\x91\xed\xa3\xcf\xdc\x7b\xe3\x7f\xfe\ \xdd\xdf\x4d\x7f\xe2\x3b\xff\xe3\x17\xae\x7e\xf2\x13\xbf\xf7\x0f\ \xbe\xf8\xbb\xf8\xbe\x17\xfe\xea\xb7\xb8\xcf\x9e\x46\xd4\x08\xca\ \xee\xd7\xf9\x8d\x9f\xff\x27\x7f\xf9\xfc\xf8\x2f\xfc\xb9\x6f\xf9\ \xfe\x7b\x9f\xfd\xf5\xab\x57\xbe\xbd\xfc\xc0\x37\x7f\xee\xe3\xff\ \xf8\xfa\x73\xdf\xfd\xc2\x53\x1f\xfd\xec\xab\x4e\xbe\x86\xa3\x78\ \x04\x2e\x39\x16\x9c\x59\x6b\x26\x72\x39\x69\xa3\x0d\x22\x33\x67\ \x61\x42\x1a\xa5\x14\xc8\x3b\x60\x10\xe7\x11\x9b\x80\x39\x33\x2a\ \x9d\x18\x4e\x4f\x4e\x8e\x67\xb5\x53\xa0\x24\xd7\x55\x89\xe4\x92\ \x50\x06\xbc\x76\x74\xb8\x4d\xbc\x69\xfa\xc8\x88\xb6\x64\xe0\x8c\ \x3a\x64\x61\xc0\x3e\xa4\xb6\xf7\x48\x88\x89\x73\x66\x24\x42\xd2\ \x08\x94\x99\x33\x03\xec\xdc\x92\x19\x80\x19\x33\x02\x92\xc2\x9c\ \x39\xa5\x8c\xa4\x13\xf3\xb2\xd9\xb6\xab\x9e\xf4\xd5\xf7\xdf\xbe\ \x05\x39\x62\x8e\x04\x69\xbb\xd9\x5e\x5c\xac\x5b\x9f\xd0\x96\x48\ \x68\x9c\x29\xca\x89\x20\x6d\xbb\xbe\xed\x7a\x50\x68\xac\x7d\xe3\ \xfe\x1b\xbe\x4f\xb7\x6f\x4e\x42\x4c\x77\xee\xdd\x03\x70\x47\xb7\ \xf6\x7c\x48\x43\xdf\x37\x9b\xad\xcf\xb0\x49\xc0\x82\xc0\xdc\x6c\ \xb7\xbd\xc2\x4d\x17\xea\xe9\x54\x2b\x45\x90\x20\x79\x9b\x21\x87\ \xa8\x44\x3d\x7f\x65\xba\x77\x50\xe4\x27\x02\x64\x23\x00\xa7\xc8\ \xc9\x23\x51\x8c\x09\x44\x1c\xd6\x68\xf4\x25\xdc\x15\x89\x68\xb7\ \x52\x24\xc0\xc7\x3a\x77\x24\xa3\x34\x8a\x68\xad\x00\xd8\x0f\x1d\ \x02\x8d\x92\xbc\x9c\x05\x01\x63\x40\x66\x66\xce\xdb\xcd\x5a\x48\ \x2d\xf6\xf6\x46\x19\x1f\x22\x5d\x02\x2e\x46\x9b\xd1\xae\xb8\x13\ \x91\xf0\x38\x20\xa2\x3c\xda\x72\x62\xd2\x5a\x6b\xa5\x40\x29\x54\ \x44\x46\x0b\xf3\xe9\xe9\x29\x02\x55\x75\x39\x26\xc2\xc4\x98\x90\ \xc5\xf7\xdd\x20\x10\x62\x1c\x73\x0d\x2f\xce\xce\xb5\xd6\xc7\x57\ \xaf\x76\x7d\xb7\xdd\x6e\xb9\xac\xac\xb1\xce\x15\x4a\xa9\xe0\x7d\ \x4a\xa9\x28\x0a\x42\xcc\xcc\xfd\x30\x88\x48\xad\x70\x54\x4f\x65\ \x01\x90\x91\xf7\x2d\x88\x40\x02\x2c\x59\xf2\xb8\x75\x80\x51\xa6\ \xa9\x80\xac\xd6\x00\x20\x8a\xb4\xd1\xa4\x9e\x58\x2b\x73\x99\xc7\ \x09\xa3\x34\x7f\xc4\x81\xe4\xc5\x7c\x3e\x99\xce\x52\x4e\x7d\xdf\ \xb7\x6d\x03\x6f\xc6\xdd\x88\x88\x28\xa5\x01\xd0\x39\x73\x7c\x7c\ \x24\xc2\xce\x19\xe6\x74\x19\x73\xcf\x30\x9a\xb6\x60\x07\xa5\xaa\ \x27\xd5\xd9\xf9\x45\x48\x1b\x3f\x78\x1f\x12\xe2\x2e\x1b\x27\xa7\ \x84\x84\x6d\xdb\xc5\xcc\x82\xbe\x0c\x29\x0b\x08\x12\x8c\x43\x06\ \x81\x3e\x04\x20\x5d\x22\xaa\x98\x04\xd1\xa7\xd8\x75\xfd\xdb\x3a\ \x77\x1c\x06\x28\xcb\x37\x79\xb4\xef\xca\xc2\x4d\xc3\xe6\xd5\xd4\ \x10\x28\xf7\x24\x7f\x3c\x46\xf9\xe0\x77\xfe\xbb\x3f\xf8\x67\xff\ \xb5\x83\xd2\x6d\x5e\xfa\xa5\x1f\xfb\x3b\x3f\xf1\xf9\xb3\xf0\xdc\ \x47\xff\x8d\x1f\xfc\x0f\xbf\xf7\xc6\xdc\xa5\xfb\x9f\xf9\xbb\x7f\ \xe7\xc7\x7e\xfd\x81\x7f\x27\x8d\x33\x8a\x74\xdd\x43\xba\xf5\x8d\ \x2f\x3c\xc5\x55\x79\x58\xdb\x45\xd6\x05\xc4\x47\xaf\xde\xbf\x67\ \xf6\xfe\xb8\x89\x0f\xce\xdb\xb5\xb0\xe7\xea\x9b\x5e\xb8\x52\xfe\ \xe6\xa7\x7f\xd1\x83\xd6\x90\x45\x22\x98\x83\x67\x6e\xff\xf1\xeb\ \x47\xcf\xc7\xee\x35\x36\xc5\xc3\x07\xbf\xa0\x27\x7f\xec\xd9\xa3\ \x97\x9e\x3e\xbe\xf1\xf2\x9d\x5f\x61\x37\x03\x79\xf8\x35\x5b\xdc\ \x39\x8f\x86\x46\x01\x00\x30\x46\x48\xb9\xbc\x13\xf1\xee\x26\x02\ \x2c\xa0\x76\x8d\x1e\x0b\x07\x1f\x76\x40\x1f\x42\x16\xce\x31\x09\ \xc3\xf2\xfc\x7c\x7d\x30\x13\x83\x4e\x89\x4e\x3d\x03\xd8\xc9\xdc\ \x1a\x7b\x75\x7f\x16\x99\x5f\xec\xde\xe8\x53\x66\xc6\x94\x33\x2a\ \x05\x28\x82\x59\x97\xa6\x8d\x7e\xb9\xbc\xd0\x0a\xb4\x36\x0a\x55\ \xe6\x94\x65\x97\x77\xb8\x5b\x03\x70\x16\x60\x46\x8e\x22\xce\x95\ \x03\xa9\xcc\x42\x5a\x15\x55\xd5\x6e\x56\x66\xea\x6e\xdf\xbe\x7d\ \x70\x7c\xd8\x2c\xcf\xb6\x17\x1b\x0d\x32\x9f\xcf\x5c\x51\x9d\x6f\ \x9a\x75\xe3\x0b\x63\x06\x89\x21\x26\x52\x4e\x1b\x5b\x4d\x94\xb2\ \x86\x45\x8e\x0e\x71\x36\x9b\xed\xed\xcd\x88\x60\x5a\xd7\x5f\xfc\ \xd2\x6b\x0f\xce\xce\x0e\x0e\x8e\x83\x1f\x9a\x90\xb6\x7d\x3c\x5d\ \xb7\x22\x62\x4b\x37\x9f\xcf\xef\x3f\x3a\x0f\xa2\xf7\x0f\x0e\x37\ \xcb\x25\xa4\x60\x2c\x45\x2f\x98\x22\x66\x0e\x7e\x33\x94\x65\x75\ \xe3\x39\xf9\xca\x0d\xf1\x88\xd8\xb5\xed\x66\xb5\x32\x0b\x8c\x3e\ \x05\x1f\x32\x4b\xb5\xb7\x18\x83\x5d\x76\x63\xf1\x4b\x3e\x09\x29\ \x02\xe6\x66\xdb\xa4\x18\x20\xd7\x55\x59\x1a\xad\x87\xa1\xbb\x38\ \x3b\x1b\x53\x7c\x8d\x71\x84\xa8\x48\x01\x4a\xe6\x14\xbc\x17\xe1\ \x94\x76\x86\xd5\x4b\x85\x3a\x8d\x06\xa5\xb1\xb8\x8f\x0a\x1b\x22\ \xd2\x46\xef\xf2\x78\x11\xbd\xf7\x2c\xcc\x99\x41\x6b\x45\xc4\x22\ \x04\x20\x4a\x0d\x7e\xc8\x29\x2b\x4d\x46\xeb\xe0\xc3\x6a\xb5\x52\ \x48\x5a\xc0\x87\x80\x00\x29\x06\x5b\x16\x46\xeb\xc1\xfb\xf5\x7a\ \x15\x63\xdc\x0d\xd6\x77\x82\x45\x1c\x7b\x5b\x11\x41\x52\x8a\xc0\ \x59\x87\x0a\x89\x54\x88\x41\x14\xc4\x94\x01\x50\x0b\x6a\x4d\x20\ \xc0\xcc\x9a\x08\x14\x01\x10\xa2\x08\x27\x04\xd1\x44\xd6\x68\x66\ \x40\x94\xa2\xb0\x48\xf2\xa4\x7d\x3b\xe4\xcc\x5d\xdf\x97\xf5\x24\ \x5d\x02\x34\x9a\xa6\x25\xa5\x48\x2b\x42\xe5\xac\xa3\x9d\x67\x8a\ \x1e\x03\x14\x85\xb9\xef\x3b\xeb\x9c\xb5\x85\x88\xa4\xe8\x77\x99\ \xc9\x8a\x00\x90\x59\xac\xb5\xe0\x87\x98\x39\xb2\xa4\x0c\x63\x30\ \x7e\x55\x4d\x95\x76\x99\xb9\x2c\xa7\x02\x98\x73\x24\xa4\x61\xc8\ \x15\xa1\x2b\x0a\x52\x9a\x94\xce\xc0\x92\xb3\xb5\xc5\x74\x36\x2f\ \x38\x5b\x6b\xb5\x52\xa4\xd0\x18\xd7\x74\x6d\xef\xfd\xdb\xc7\x32\ \x7e\x90\xb2\x78\x77\x8b\x3b\x00\x70\x00\x26\x20\xb5\x8b\x97\x21\ \xf5\x95\x9c\x0d\x94\x3d\x38\x5a\x7c\xf6\x67\x7f\xe2\x93\x2f\xd1\ \x0f\xfc\x67\x7f\xed\x87\xbe\xff\xd7\xff\xec\x7f\xf1\x4f\x0f\x0f\ \xf7\x5f\xfd\xe5\x9f\xfa\xc9\xdf\x3c\xff\xd3\x3f\xfc\x37\xfe\xd2\ \x5f\x78\xf9\x07\x7e\xf8\xa7\x73\x51\xfe\xff\x0e\xbe\x95\x32\x27\ \x77\xfe\xc7\x5f\xc4\x7f\xe9\xd6\xc1\xd7\x5f\x99\xce\x5f\x1a\x5e\ \xfe\xc4\x97\x7e\xb9\xb0\xa5\x9d\x7c\xe3\xf7\x7c\xf4\x7b\xcf\x5f\ \xfe\xc9\x2f\x2e\xd7\x22\xfa\xd6\x8d\x6f\xd3\xcd\xe7\x5e\x5b\xad\ \xb5\x9e\x80\x64\x61\x56\xc5\xd1\xd3\xb7\xfe\xf9\xd3\xf6\xf3\x3f\ \xf7\xab\x3f\x33\x5c\xfb\xb7\xfd\xc5\x6f\xbc\x94\xaf\xfc\xd1\x6f\ \xfe\xc1\xec\x3f\xf7\x3b\x6f\x1c\x7d\xa0\x9e\xd3\x63\xa4\xe3\xd7\ \xe0\x58\xe6\x92\xd1\x43\x40\x62\x0c\x2b\xd2\x39\x3d\x26\x67\xee\ \x44\x1a\x63\xfe\xea\xa5\x65\x66\x67\xce\x8e\x81\x90\x90\x0c\xe4\ \xcc\x28\x7e\x68\x6d\x31\x41\x8e\x24\x64\x6d\x01\x1c\x14\x28\xe2\ \x70\x68\xe9\xbc\x70\xcb\xf3\x0d\x80\xc9\x29\x1a\xad\x16\x7b\xb3\ \xae\x6d\xb6\x2d\x0f\xb1\x6d\xda\x4d\x65\x4d\xa4\xa0\xb5\x56\xb6\ \x20\x52\x2c\x79\x17\x42\x05\x4a\x13\x85\x18\x99\x38\xa6\x6c\x48\ \xb9\xa2\x14\x24\xa5\xad\xd6\xf6\xf8\xe8\x78\x76\xbc\xb8\x7a\xfd\ \x5a\xec\xbb\xf5\x7a\x3b\xce\x70\x7d\xce\x89\xf3\xd1\xd1\x91\x2d\ \xfb\x87\x67\x2f\x6b\x6d\xab\xaa\x18\xe7\xc8\xa5\xa9\x52\xe6\xfb\ \x27\x8f\x00\xe1\x85\x8f\x3c\x8d\x80\xe7\xe7\x8f\xb6\xed\xb6\xe9\ \x9b\xfb\x2f\x7d\xf1\x96\xf7\x43\xd3\x84\xa1\xdb\xf4\x31\x31\x22\ \xf0\xc9\xe9\x49\x58\x9d\x92\x2e\xac\xd5\xd6\xa8\x1b\x37\xaf\xdd\ \xbd\x73\xf7\x62\x3d\xec\x2f\x26\x0c\xba\xe9\xdb\xa1\xd9\xba\xe3\ \xf4\x64\xf7\xcc\xf8\xe2\x54\xda\xb8\xa2\xdc\x9b\x97\x43\x3f\xf8\ \x9c\x11\x29\x33\xe3\x18\xa0\x25\x80\xa8\x58\xb2\x51\x4a\x11\xad\ \x56\xab\x7b\xf7\xee\x11\xc2\xf2\xe2\xe2\xe6\xf5\x6b\x5a\x2b\xeb\ \x46\xc6\x5e\x16\x16\x67\x8b\x91\xa0\x1d\x63\x48\x29\xc9\x58\x58\ \x91\x04\x76\xa2\xba\xcb\x48\x03\x1c\x4d\x40\x23\x61\x6f\x14\xad\ \x83\x00\x2a\x24\x24\x4e\x97\xe1\xc3\x32\x32\xa1\x30\xfa\x48\x80\ \x39\x67\x63\x4c\xd7\x34\xdb\xed\xe6\x60\x6f\xdf\x5a\x1b\x43\xc8\ \x88\x89\x05\x44\x50\xeb\x98\xa2\x78\x74\xce\x59\x67\x39\xe7\xe8\ \xfd\xb8\x27\x56\x23\x2f\x9b\xc6\x65\xdd\xb8\x89\x85\xf1\x9c\x93\ \x63\x16\x11\x24\x6a\xbb\x7e\xb9\x5c\x91\xd2\xc6\x98\xfd\xc5\xa2\ \x74\x16\x10\x08\x61\xcc\x25\x06\x16\x22\x2a\x0b\x17\x43\xb2\x5a\ \x8d\x84\xaf\xc2\x28\x01\x79\xd2\xf4\x01\x14\x90\xb6\x1f\x6e\x56\ \x95\xb1\x76\xb4\xd4\x3e\x7c\x78\xb2\x6d\x9a\x71\xc5\x6c\xb4\x16\ \x66\x00\xcc\x39\x13\xc8\x78\x7e\x12\x91\xa1\xef\x37\xdb\x06\x50\ \x09\x70\xa9\x15\x29\x0c\x29\x2a\x52\xa3\x60\x34\x03\x00\xe9\xa2\ \x2c\xe7\x8b\xc5\x6c\xba\xd8\xdb\xbf\xa2\xb5\xae\xaa\xd1\x03\x81\ \x29\x45\xa5\x0d\x22\xe4\x94\x8f\xaf\xdc\x50\x46\x31\xa7\x31\x74\ \x13\x91\x52\x8c\x5a\xeb\x10\x43\x16\x71\x85\x63\xce\xcc\x29\x84\ \x18\x42\x70\xb6\x78\xcb\x42\x55\x04\x06\x2f\x45\xf9\x2e\x77\x76\ \x0c\xb3\x67\xf5\x8d\xf7\x53\x61\x81\xa3\xac\x5e\xe1\x7b\xaf\xe4\ \xfc\x8e\x55\x8b\x86\xd2\xaf\xfd\x4f\x3f\xfe\xf1\x14\x9a\x56\x7d\ \xc3\x6f\x7f\xdf\x9f\xba\x71\x58\xa9\xfc\x5b\xff\xf8\xbf\xf9\x74\ \x4c\xc3\x66\x58\xfc\xe6\xf7\xfd\xa5\x0f\xdf\x70\x22\xed\x3b\xfa\ \xe6\x28\xe4\xed\x17\x7e\xff\x1f\xb5\xcf\xff\xe5\xaf\x5b\x7d\xf6\ \xce\x66\x7b\xb4\xff\x5c\x18\x86\x3f\xf2\xc2\xf7\xd1\xc3\xff\xfe\ \x7f\xff\xfc\x27\xa9\xd8\x47\x28\xae\xef\x3f\x7b\x71\xf1\x53\x9d\ \x58\x0b\xe3\x10\xc9\x86\xd5\xe7\x7f\xe9\x57\xff\xd6\xcb\x5e\x6b\ \x50\xcf\x16\x13\x2b\x77\x3f\xff\xfa\xfd\x6f\x7b\xfe\x5f\x7d\xf1\ \x57\xff\xcb\x33\xfd\xef\x7c\x83\x99\x12\x7c\xed\x8e\x65\x2e\x69\ \xc9\x84\x08\x19\x51\x10\x1d\xb3\xd2\x97\x5e\xb5\xc7\x9b\x97\x31\ \x6d\x89\x10\x09\xad\xb3\x9c\x39\xa5\x94\x20\x29\x16\x92\x8c\x88\ \xa5\xb5\xae\xb0\x5a\xd0\x3a\x0b\x28\x75\xe5\xd0\xea\xae\xd9\x50\ \xdf\xd5\x2a\x4f\x4b\x8b\x6c\x86\x10\x08\xd9\x19\x4c\x06\xac\x55\ \x3e\xc6\x9c\xa3\x26\xdb\x0f\xfd\x79\xdb\x14\x45\x35\x9b\xef\x19\ \x6b\x40\x30\x65\x66\x88\x23\x00\x74\x14\x8c\xa0\x22\x30\x3a\x01\ \x68\x63\x94\xd2\x92\x42\x6c\xbb\xe5\x83\x53\x67\xd5\xfe\xd1\x51\ \xb3\x3a\x5f\xaf\xd6\xc1\x07\x1f\xc2\xe6\xe4\xdc\xda\xe2\xf6\x8d\ \x63\x04\x9c\x4d\x26\x4d\xdb\xc6\x9c\x63\xf0\x4d\xdf\x87\x10\xc8\ \xe0\xab\xaf\xbd\x6e\xac\x0e\xc1\x6b\x92\xeb\xd7\x8f\xd4\x45\x7b\ \x7e\xf6\xf0\xfa\xe1\x41\x71\x30\x59\x6d\x87\x87\xab\xb6\xef\xba\ \xe3\xe3\xa3\xe3\x12\x8d\x88\x22\xc8\xdd\xf2\xf4\xa2\x0b\x31\x66\ \x31\xdb\x48\x93\xe9\xc1\x7c\x7e\x0d\x57\xcb\xa8\xab\x27\xec\xa2\ \x44\x8c\x73\x0c\xb0\x69\x5a\x45\x86\x11\x3b\x1f\xc4\x7a\xa5\x15\ \xf3\xc8\xa2\x96\x18\x03\x2a\x4a\x43\xe0\xa4\xb5\x52\xb3\xba\x16\ \xe1\x18\x82\x64\x26\x42\xe7\xac\xd2\x3a\x86\xb8\x6d\xda\x18\xb3\ \x75\xce\x1a\x93\x39\xe7\x71\xe4\x00\x90\x62\x58\x2d\x97\xc5\x2e\ \x52\x18\x76\x44\xd3\x71\x5d\x0b\x38\x4e\x25\x00\x1f\xa3\xec\x20\ \xc7\x1c\x42\x50\xa4\x50\xa1\x00\x0e\x43\x7f\xe7\xf5\xd7\xea\xc9\ \xe4\x70\xff\x10\x45\x08\x29\x4b\x0a\x7e\x00\xce\x84\x20\x39\x0d\ \x31\x5a\x6b\xb5\xa6\x9c\x73\xe8\x9a\xc9\x74\xe6\x0a\x17\x42\x08\ \x31\x08\x73\x59\x94\x08\xbb\xfd\x6b\xdb\xb6\x7d\xdf\x5f\x71\x2e\ \x83\xe4\xcc\x21\x46\x11\xd6\xa0\xb4\xb1\xcc\xdc\x35\x2d\x2a\x55\ \x96\xd5\x68\xb9\x42\x01\x85\x90\x85\xad\x29\x14\x2a\xc4\x44\x88\ \xce\x5a\x67\x74\x84\x04\x8c\x46\x2b\x6d\x15\xc2\x13\xf7\xee\xd8\ \x76\xed\x72\xbd\xba\x7d\xfb\xa9\x71\x9b\x51\x55\xd5\x72\xb5\x32\ \xc6\x86\x10\xca\xa2\x2c\x8a\xb2\xef\x5b\x42\x52\x44\x39\x73\x08\ \x61\x7f\x7f\x5f\x5b\x77\x7a\x7a\x96\xb2\x47\x44\x55\x68\x03\xda\ \x68\xd3\x6c\x1b\x52\x5a\x69\x7d\x78\x78\xd8\x75\x83\x36\x26\xe5\ \x7c\xe7\xfe\xfd\x94\x38\x86\xd8\xf7\x7d\x51\x16\xd3\xc9\xf4\xd5\ \xd7\x5e\x2b\x0b\x07\xa3\x53\x4c\x91\x0f\x43\xce\xa9\x2a\xca\x94\ \x52\x8e\x51\x69\xad\xb4\xd2\x4a\x23\x11\x23\x18\xa3\x8c\x56\xd6\ \xba\xb2\x2c\x43\x4c\x6f\x1f\xcb\x78\x0f\x45\xf1\x2e\xce\xdc\x85\ \xa1\xb8\xa6\x9f\xfb\x06\x3a\x7f\x29\x9f\xf5\x40\x0e\x8e\x3f\xa8\ \x20\xf1\xeb\xaf\x7e\x05\x3e\x26\x65\x4d\x8e\xfe\xda\x47\xbe\xfb\ \x5f\xf9\xb6\x6b\xff\xcf\xdf\xfc\x74\x54\xba\xd0\x5a\xc7\x30\xf9\ \xc0\x77\x7c\xef\xb7\x7f\xe0\xb7\x7f\xea\xef\xaf\x95\x75\xf8\x4e\ \x5e\x33\xc1\x56\x1f\xfe\x93\xdf\xfe\xe7\x6f\xb8\xcd\xc7\x3f\xf3\ \xe3\xf7\xd2\x8d\x3f\xf9\x47\xff\xdc\x1b\xaf\xfc\xe2\xfb\x6f\x7e\ \x93\x5d\xf3\xbf\xf5\x5d\xff\xf2\xdd\x97\xfe\xdb\x5f\x3d\x0d\x8b\ \xa9\x5d\xbf\x7e\x5f\xde\x8c\x54\x13\x01\xd4\xba\x2c\xc4\x49\x8a\ \x16\x15\x93\x8e\xab\x4f\xfd\xcc\x2f\xff\x95\xcd\xd9\xd9\xfc\xe9\ \x04\xaa\x56\xc0\xfc\x35\xdb\xb9\x93\x1a\x5d\x21\x8a\x30\x2b\x95\ \x89\x1c\x33\x11\x26\x9f\x47\x8a\xf2\xd8\xbf\x8c\xe8\x52\x44\x64\ \x61\x14\x24\x22\xeb\x6c\x4a\x49\x52\x40\x60\x02\x0d\x24\xa8\x15\ \x89\xd8\xc2\x31\xe7\xc1\x37\xec\x31\x87\x30\x74\x1b\xc9\x79\x32\ \xa9\x2f\x2e\xda\xc9\x74\x5a\x38\x97\xfc\x80\x29\x4e\xcb\x22\xf8\ \x8d\xef\xfb\x4d\x8e\x29\x31\x81\x34\xdb\x75\xd7\x36\xd3\xd9\x6c\ \x3a\x9d\x19\xa5\x43\x8c\xc2\x84\x3c\x9a\x23\x47\xc3\x2b\x31\x51\ \x12\x90\xc4\x7b\xf5\xac\x2e\x8b\xcd\xf9\x45\x4e\xc3\xd1\x95\xe3\ \xaa\x9e\x9b\x62\x72\xe7\xce\x9d\x90\xe3\xcd\xdb\xb7\x09\x29\x85\ \x90\x82\xb7\x1a\x37\x69\x68\xb6\x8d\xcf\x1c\x32\xcf\x66\x75\xe4\ \x78\xe5\xea\xf1\x6c\x3e\xbb\xff\xe0\x7e\xa9\xa1\xb0\x26\x06\x66\ \x96\xc3\x59\x11\xfa\xfe\x68\x56\x76\xfd\x90\xba\xbc\x3f\x9f\x1d\ \x4e\x94\x0e\x9d\x48\xb2\x55\x79\xb6\x96\xf5\xb6\x6b\x43\x6e\xe2\ \xf6\xe1\xd2\xa7\xcc\xbd\xef\x9e\x2e\xe7\xcf\x3e\x91\x89\x09\x11\ \x63\xe6\x3e\xe6\x94\xfb\xc1\x47\xc9\xd2\x87\x30\x70\xaa\xa7\x33\ \x6d\x8d\xd6\x3a\xa5\x88\x84\xde\x0f\xe7\x27\xa7\x56\xeb\x9b\xd7\ \xae\xdd\xba\x71\x43\x29\x3a\x7b\xf4\x28\x04\xdf\x77\x7d\x35\xad\ \x72\xce\x2c\x02\x08\x3e\x86\x21\x04\x04\xb4\xd6\x2a\x4d\x63\xe8\ \xee\xa8\x61\x7f\xf8\xf0\xe1\x64\x32\x71\xae\xd8\xf9\x80\x88\x15\ \x29\xbc\x0c\x27\x00\x41\x66\xe6\xcc\x0c\x1c\x53\x1c\x67\xfd\x31\ \x44\x44\x4c\x9c\x83\x0f\x22\xcd\xfe\x62\x0f\x01\x72\x8a\x04\x90\ \x62\x54\x88\xa5\x75\x39\xe7\xcc\x2c\x88\x99\x39\x33\xe7\x2c\xdb\ \xed\xd6\x07\x9f\x73\x26\x44\x21\x1a\xf9\x7f\x39\x31\x42\x1e\x7a\ \xdf\x6c\xb7\x8b\xf9\xc2\x5a\x03\x3c\x46\x8a\x61\xce\x59\x1b\x29\ \x6c\xa1\xad\xcd\x99\xd5\xb8\xbe\x17\x40\x10\xa3\x94\x35\x7a\xb5\ \x59\xe7\xe4\xaf\x5d\x3b\xd0\x4a\x81\x88\x56\x24\xa2\x00\x94\x52\ \x68\x94\x82\x27\x42\x60\x89\x08\x29\x02\xc4\xfb\xf7\x1f\x00\xe0\ \x53\x4f\x3d\x35\x62\x8f\xc6\xaf\x89\x22\x9d\x62\x8a\x21\xec\xce\ \x37\x80\xcc\xdc\xb5\x5d\x4a\xb9\x2c\x2b\xe7\x9c\x11\x20\xa4\xb2\ \x54\x5a\xa9\xcc\x3c\x9e\x84\xac\x73\x21\xa6\xe5\x7a\x75\xbe\x5c\ \x86\x10\xbb\xa6\x43\xa4\xc9\x74\x3a\x0c\xc3\x81\x3e\x40\x85\x4d\ \xb3\x41\x9a\x16\x45\x29\x04\x87\xc7\x87\x2c\xdc\x75\xcd\xf9\xa3\ \xb3\xb6\x6d\x0b\xeb\x42\xdb\x30\xb3\x2b\x5c\x55\xd7\x40\xd4\xf5\ \xc9\x59\x13\xe2\xb2\x6d\x7b\x3f\x0c\xfa\x6d\xba\x45\x3f\x40\x55\ \xbf\x9b\x6a\x19\x06\x3b\x47\x39\xcf\xaf\xfc\x66\xca\x00\xc2\xc8\ \x73\x75\xb0\x20\x94\xaf\xe0\x96\xe6\xe8\xed\x8d\x8f\xfe\x27\x3f\ \xf2\xc3\xa7\x3f\xf7\xa3\x3f\xfd\xf1\xd7\xac\x2b\x25\x79\xde\xfb\ \xf0\x7f\xf4\xb7\xfe\x66\xfd\x99\x7f\xf8\xf7\x7f\xf6\x73\xc6\xbe\ \xa3\xd3\x06\x91\xce\xe1\xfe\x6f\xfc\xf6\x4f\x7c\xb2\xbd\xb7\x09\ \xde\x69\xff\xff\x7e\xea\xc7\x73\x1e\x5e\xfd\x27\x3f\x58\xd9\x82\ \x10\x87\x6e\x63\x21\x7d\xf2\x57\xfe\x76\x8e\xbb\x21\x3e\xa2\x49\ \xdd\xef\xfc\x6f\x9f\xf8\xfd\x90\x9c\x41\x14\x63\xef\xbe\xfc\xdf\ \x3d\x84\x84\x1a\x1e\x9c\x7c\x8e\x94\x8d\x77\x7f\xfa\xff\xbc\xcf\ \x60\x0a\xfa\x1a\xee\xdc\x1f\xff\x98\x10\x05\xd0\xe4\x0c\x48\x8f\ \x63\x63\xe1\x52\x2d\x23\x2c\x19\x18\x01\x32\xe7\x9d\xad\x1c\x81\ \x39\x3b\x07\x85\xd3\x21\x85\xde\x7b\x55\x9a\x24\x9c\x72\x08\xc1\ \xb7\x7d\xc7\x21\xb4\x4d\xcf\x66\x0e\x46\x29\x57\xf8\x98\x87\xde\ \xef\x57\x4e\x8b\x88\x0f\x7b\x55\xad\x04\x83\xf7\x80\x84\x80\x46\ \x61\xce\x79\x79\x7e\xd6\xb5\xcd\xde\x62\xa1\x8d\x06\x26\x10\x12\ \x01\x51\xc8\x88\xa2\xc8\xa7\x44\x4a\x39\x57\x1c\x2e\x0e\xac\x05\ \x32\xb9\xf3\xb2\x5a\x6e\x4c\x51\x1c\x5c\xb9\x7a\x70\x1d\x27\xed\ \xf6\xf8\xe8\x50\x3b\x2d\x4d\xf3\xf0\xce\x1b\x5d\xd7\xcc\x67\xd5\ \x6c\x3e\x49\x82\x17\x9b\x2d\x18\x13\x33\x2f\x97\x17\xdb\x76\xfb\ \xf0\xe4\x84\xbb\x76\x7f\x62\xeb\xe9\xbe\x76\x46\x0d\xad\x4d\x5e\ \x84\x55\x1c\x0a\x04\x2d\xd2\x6d\x1b\x95\x03\x12\x34\x71\xa3\x0a\ \x7b\x74\xe5\x4a\x78\xb8\x06\xe5\xac\xad\xd7\xeb\x15\x24\x0f\xf9\ \xc9\x19\xf4\x59\x00\x8d\x35\xda\xa6\x71\xa1\x5a\x96\x3e\x84\xb8\ \x59\x1f\x5f\xbd\x92\x25\x93\xa2\x7e\x18\x9a\x91\xe0\xca\x38\xb4\ \x5d\xd2\xea\xc6\xf5\xab\xa7\x0f\x1f\x5e\xac\x96\xfd\xd0\xef\x1d\ \xee\x19\xe7\x94\x62\x22\x15\x42\x1a\x86\xc1\x18\x33\x4e\x81\x53\ \x8e\x21\x8c\x3b\x3e\xf1\xde\x57\x55\xc5\xcc\xde\xfb\x71\xe4\x26\ \x5a\x88\xc7\x21\x38\xe2\x63\x4a\xaa\x8c\x41\x66\x9a\x85\x81\x01\ \x11\x53\x88\x5a\xeb\x30\xf8\x47\xa7\xa7\xc1\x7b\x10\x50\x80\x04\ \x38\x9f\xce\x0a\x57\x3c\x3a\x3f\x4b\x9c\x41\x46\xba\x86\x64\xc9\ \x39\xe5\x94\x22\x29\x35\x99\x4c\x9c\x73\x5a\xa9\xc7\xc7\x05\x42\ \x02\xa0\x91\x2b\x2d\xc8\xbb\xe0\x76\x90\x1c\x13\x29\x43\x48\x21\ \xc5\x98\x52\xf4\xb1\x9c\x94\x63\x84\x02\xe7\xfc\xf0\xe1\x83\xbe\ \xdf\x56\x85\x7a\xe6\xf6\x2d\x3f\x78\x61\x4e\x31\x02\x0a\x01\x20\ \x3c\xb9\x43\x93\x48\xcd\x66\xf3\xa6\x6d\x1f\x9d\x9d\x1d\x1f\x5f\ \x41\xa2\xc9\x6c\x36\x9d\xcf\xd7\xab\x0d\x29\xa5\x14\xbd\xf4\xe2\ \x39\x8d\x59\x69\x44\x5a\xa9\xba\xae\x67\xd3\x29\x29\x3d\x9b\xcd\ \x52\x66\x67\x6d\x5d\x2a\x24\xba\xb8\x58\x56\x75\x55\xd6\xf5\x6a\ \xb5\x3a\x3d\x3b\x4f\x99\x43\x08\x88\x0a\x15\x16\x85\x25\x0d\x3e\ \xf6\x80\xd9\x87\x2e\xe5\x61\xdb\xe4\x90\x86\xb2\xac\x8a\xc2\x0a\ \x88\xd6\x78\x7e\x7e\xee\x43\xd0\x4a\x8d\x4c\xad\x90\x62\x89\x50\ \x55\x85\x30\x8b\xc0\xfa\xec\x1c\x05\xab\x7a\xf2\xe5\x9d\x3b\xef\ \xef\xbf\xbb\x6a\x99\xf6\x8d\x3c\x3c\x6d\xbe\xed\x4f\x2b\x3f\x00\ \x3a\x70\x28\x2f\x7f\x82\x85\xde\x69\x9f\x2b\x39\xa4\xea\xa9\xbf\ \xf2\x37\x7e\xe4\xf0\xb7\xfe\xc1\x0f\xfe\xdd\xff\xb5\x37\xd3\x42\ \x92\x57\x87\xff\xfe\x5f\xfd\x91\x8f\x6c\x7e\xf6\x3f\xf8\xdb\xff\ \xf0\x42\xaa\xea\x9d\x7e\xbe\x28\xdc\x9e\xaf\x36\x80\x64\x94\x05\ \x89\xed\x70\x81\x40\x12\xee\x35\xed\x58\xa1\x14\x21\x0e\x7e\x05\ \x6f\x8d\x98\x94\xd0\xf9\x01\x51\x8d\x38\xaf\x14\x9b\x08\x48\xa8\ \xc6\x68\x0e\x4e\x6d\x07\xf0\x64\xc8\x85\xaf\x92\x85\x2a\xf3\x2e\ \x44\x30\x73\x14\xc9\x84\x2a\x45\xa5\xb5\x75\x2e\xa5\x18\x42\xdc\ \x41\x2f\x79\x37\x9c\x19\x37\x72\x39\x65\x44\x34\xc6\x28\xca\xb3\ \xca\x54\xd6\x6e\xb6\x9b\xec\xdb\x49\x69\x15\x70\xe1\xcc\x6c\x36\ \x25\xc4\xc0\x32\x30\xf8\x51\xa1\x8d\xd0\x75\x6d\x6b\xb0\xaf\x6d\ \xec\xfd\x66\xb9\xd6\xb6\x80\xbd\x39\x5e\x7e\xb3\x10\x50\x29\x44\ \x10\x8e\xfe\xec\xd1\x43\x42\xa8\xaa\x99\x71\x35\x2b\x42\xd0\xa3\ \x19\x1e\x04\x9d\x75\x29\x84\xae\xd9\xa8\xda\x96\x45\xa1\xeb\xba\ \x0b\x29\x03\x2a\x6b\xaf\xde\xb8\x25\xc9\x6f\x9b\x4d\x6e\x9a\x12\ \x65\xef\x60\x71\x7c\xf5\xf8\x7c\xb9\x5c\xae\x37\x75\x3d\xb5\x55\ \x29\xa4\x99\xf0\x62\xb5\xbe\x73\xf7\xc1\xe9\x59\x73\x75\xaa\x1d\ \x11\x87\xc1\xe9\xda\x11\x82\x35\x4c\x26\x76\x9d\x53\xc6\x12\x29\ \xa1\x21\x91\xb2\x8a\x34\x65\xa1\xb2\x36\x4a\x6d\x7d\x18\xac\xd2\ \xc9\xb7\x2a\x7b\xfd\xe4\x55\x46\x10\x09\x50\xa1\xd2\x24\x28\xc2\ \x82\x42\x68\x58\xd8\x7b\x3f\xad\x26\xe7\xe7\xe7\xcb\xd5\x52\x72\ \x1e\x59\xd5\x4d\xdf\x1a\xa5\xdf\xb8\x73\xcf\x87\x30\x29\x2b\x64\ \xd9\x39\x79\x44\x32\x33\x03\x03\x51\x06\x88\x29\x01\x0a\xe7\x04\ \x22\x84\x60\xad\x13\xe6\xa1\xeb\x81\xa5\xac\xea\x94\x32\x28\xc4\ \x5d\xf4\x0f\x67\x16\x4d\x0a\x38\x0b\xa1\x20\x28\xad\x94\x22\x60\ \x41\xc2\x14\xe3\xc9\xc9\xc3\x18\x82\x22\xda\x6e\x36\xe3\xb1\x6d\ \x64\x9c\xae\x57\xeb\x54\xfa\x18\x83\x00\xa4\x98\x52\xce\x63\xea\ \xef\x65\xbc\x19\x01\x43\xe5\xca\xc4\x3c\x66\x05\xa7\xf1\x53\x62\ \xde\x6c\x36\xd3\xe9\x64\xc4\xf1\x21\x33\x64\x11\x60\x44\x26\x90\ \xc2\x99\xd2\x39\xe6\x34\x22\x49\x89\xcc\xc5\x72\xdd\x74\x1d\x30\ \xbf\x71\xe7\xee\xd7\x7d\xe8\x43\x46\xdb\x98\xe3\xe0\x7b\x45\x88\ \x50\xd1\x93\x1a\x54\x47\xc1\x7e\x55\x55\x4d\xdb\xb6\x6d\xfb\xda\ \x6b\xaf\x5d\xb9\x7a\xa5\x28\x0a\x1f\x82\xd6\xca\x87\x60\x4d\xa5\ \x15\xe5\x3c\x26\xe6\xef\x02\x06\xd6\x9b\x0d\x91\x16\x91\x61\x18\ \x72\xce\x9c\x49\x44\x8a\xa2\x14\xa4\xbe\xf7\x07\x07\x87\x77\xef\ \xdd\x23\x52\x08\xa3\xdd\x37\x23\x8a\x2b\x74\x59\x5a\x57\x98\xc1\ \x77\xa8\x50\x20\xf7\x43\x4b\x04\xf7\x1f\xdc\x15\x40\x67\x6d\x55\ \x96\xad\xb3\xc3\x30\x28\xa5\x00\xc1\x69\x27\x22\x7e\xf0\x44\xd4\ \xb6\x6d\x4a\x39\xfa\x10\x73\xfe\xb2\xce\x3d\x80\x2b\xde\xcd\x47\ \x9f\x80\x3b\x7e\xf1\x17\xc2\xfc\x2a\x55\x53\xc8\xad\xac\x1f\xf2\ \xe0\xe1\x9d\xa7\x3b\x84\x00\xdf\xfc\x6f\xfe\xc5\xef\xd9\xfb\xdd\ \x1f\xfa\x4f\xff\x0f\x7d\x78\xeb\x08\xc2\xc5\xf9\xfa\x83\x7f\xe2\ \xfb\xff\xcc\x37\x6e\xfe\xda\x0f\xfc\xa3\x30\xbd\x7e\x45\xe5\xae\ \xeb\xf8\x9d\x2e\xc0\xf1\x4d\xdf\x16\x20\xe1\x18\xcd\xf1\x76\x4a\ \x38\xaa\x2f\xff\x23\x6f\xf9\x08\xe2\xdb\x17\xb7\xf8\xb5\x4e\x09\ \x89\x39\xa5\x9c\x95\x22\x16\x4e\x48\x8c\x08\xbd\x8f\x21\x58\x00\ \xad\x34\x68\x49\x97\xd4\x9c\x51\xc8\xb2\x8b\xab\x55\x04\xbb\x8f\ \x28\x45\xda\x59\x3b\x29\xed\xac\xb2\x75\xe5\x66\x55\xa5\xb5\x59\ \x6f\xb6\xeb\x4d\x6c\x3d\x26\x77\x45\x15\x55\x5e\x37\x94\x3a\x85\ \xbe\x0f\xb8\x6a\x6d\x0e\x21\x8b\xf4\x9b\xf5\x10\xf6\xaa\xaa\x1c\ \xb1\xcf\x84\x3a\xe5\xa8\x09\x41\x24\xe7\x94\x73\x58\xfb\x5e\x15\ \x13\xe5\xca\xa2\x9c\x92\x71\x8a\x8c\xce\xa8\x33\xd4\xa5\x4b\xdc\ \x47\x3f\x08\xa3\x72\x56\x47\x99\x4e\x2a\x85\x9c\xbb\x75\x4a\x89\ \x52\x8c\x3e\xf8\x18\x00\xa9\xed\xc2\xb2\x19\x12\x23\xb3\x28\xc2\ \xb6\x6d\x1e\x9e\xaf\x22\xe3\x66\xd3\xb9\xc2\x95\x75\x89\x4a\x91\ \xb0\x42\x51\x65\x6d\xab\xf9\x20\xba\x83\x3b\xb3\xd2\x92\x06\xc9\ \x44\x44\x95\x9b\x04\xce\x39\xf0\xa6\x6f\x87\x3e\x89\x72\xcd\x10\ \xb6\x11\x86\xa0\x3d\xdb\x27\xef\xa3\x18\x20\x21\x15\xda\x43\x06\ \xc4\x94\xb9\x28\x2d\x00\xa4\x10\x93\x49\x6d\xdb\x71\x16\x52\x1a\ \x38\x0b\x48\xcc\x9c\x24\x07\x09\x45\x3d\xe5\x30\x68\xad\x2c\x91\ \x0c\x21\xa5\x9c\x10\x7d\x16\x00\x94\x10\xb3\xce\x0a\x44\xa1\x28\ \x04\xa3\xa8\x34\x3a\xf6\x3e\x0c\xfd\x10\x62\xa1\xad\xaa\x4c\x06\ \xe1\x90\x62\x1c\x6c\x61\x48\x83\x65\x40\xe6\xcc\x29\x1b\x05\x04\ \xc3\xc5\x16\x7d\x28\xeb\xca\x73\xf2\x83\x1f\x3b\x9e\xd1\xa8\x89\ \x88\x4a\x2b\x22\x4c\x29\x74\x7d\x4e\xc1\x1b\x80\x1d\xd5\x1b\x04\ \x08\x04\x50\x58\x9c\xb6\xfb\xf3\x7d\x05\xc4\x90\x98\x13\x00\xb2\ \x08\x11\x96\x75\xa1\x94\x8e\x99\xb5\xd6\x80\x34\x2a\x0d\x49\x80\ \x20\xdd\xb8\x76\x40\x84\xa4\x48\x11\x12\xa5\x88\x39\x13\x5c\x34\ \xeb\x98\xb3\x45\x62\xcf\x12\x40\x2c\x24\x91\x00\xa9\xb2\xa5\x36\ \x46\x89\x12\x16\xfc\xca\x03\x66\x10\x31\xe7\xb8\x5e\x2f\x41\x38\ \xa7\xb4\x5c\x9e\x05\xdf\x0b\x40\xce\x99\x88\x58\x18\x04\x72\x8a\ \x22\x59\x00\x04\x09\x89\x7a\xef\xd7\x9b\xcd\xe8\x33\xf2\x3e\x94\ \x52\x14\xc5\x62\x6f\x31\x3f\x3d\x39\xbd\x73\xe7\xbe\x2b\xdd\x64\ \x32\x6b\x36\xad\xf7\xde\x16\xce\x18\x63\x95\x8d\x3e\x85\x36\x72\ \x10\x25\x3a\x47\xcf\x51\x5c\x51\x68\xa3\xfb\x66\xd8\xd2\x66\xbe\ \x58\xe4\x10\xe3\xe0\x67\x75\x1d\x6c\xec\xda\x8e\x45\x3c\x0f\x04\ \x08\x45\xe1\xa3\x6f\xb6\x4d\x4e\x4c\x44\xc0\xfc\x76\x87\x6a\x08\ \x52\xb8\x77\x57\x2d\x83\x04\xb9\xe7\x47\x5f\x62\xd2\xb8\xf3\x8e\ \xe1\x57\xf2\xb2\x54\xee\x99\x17\x3e\xac\xa6\xf0\x43\x3f\xf2\x5f\ \x6b\x63\x97\x5f\xfa\xf8\x7f\xfe\xd7\xff\xab\x9b\xcf\x7e\x63\xa5\ \x0f\xff\xfc\x5f\xff\x7b\xca\xd8\xf4\xc6\x67\x7f\xec\x47\x7f\xf4\ \xf3\x5b\xe3\xde\x0b\x74\xff\x43\x55\xcc\x10\x00\x13\x31\xa1\x11\ \x4e\x39\x77\xde\x5b\x6b\x47\x68\x4e\xd8\x01\xd0\xde\x72\x5f\x8d\ \xe9\xe1\x89\x01\x60\xb5\xe9\x00\x40\x29\xec\x87\xae\xd8\xd2\x03\ \x01\x22\x4d\xda\x21\x68\x70\xce\x54\x8b\x8c\xc8\x79\xa3\x08\x0b\ \x6b\x42\x18\xfa\x10\x90\x85\x09\x05\x44\x72\x1e\x4f\x06\x9c\x85\ \x45\x00\x54\xcc\x89\x10\x59\x08\xc9\x68\x22\x1f\xfa\x6e\xb5\x9e\ \xcc\xc2\xfe\xe2\xc0\x19\xa3\x81\x14\xd0\x48\x0e\xe9\x42\xef\x4f\ \x03\x68\xa5\xad\x1d\xbc\xdf\xac\x2e\x94\xb1\x82\x68\x8d\x46\x66\ \x3f\xf8\xde\xfb\xb2\x9e\x96\xf5\x24\x7a\x5f\x4f\x26\x21\xc6\x0a\ \xc8\xe9\xb6\x6f\xba\xc5\x64\x22\x84\xc7\x47\x47\x61\x7d\x56\x95\ \x2e\xc4\xd0\xaf\xd6\xb9\x89\x89\x8a\x98\xc6\xb5\xa3\x22\x65\x9c\ \x53\xeb\xcd\xb6\xf7\xde\xc7\x14\x01\x72\x4a\x99\x25\x4b\xe2\x9c\ \x41\x30\x65\x79\xf2\xaf\x38\x8b\xd5\x7a\x84\x54\x00\x82\x71\x86\ \x90\x98\xf3\xd0\xf6\xc9\x47\xc9\x59\xe1\x68\x2c\x4b\x46\x2b\x22\ \x6c\xfb\xa1\xa8\x26\x1c\xb3\x25\x2d\x40\x46\x3b\x22\x2d\x63\xe3\ \x7d\xd9\x35\x67\x01\x61\x1e\x23\xd6\x91\x48\x2b\x4a\x20\x47\x7b\ \x7b\xfb\x07\x07\xcb\xa6\xe9\xbb\x46\x3b\xd7\xb4\x6d\xf4\x61\x3a\ \x9f\x16\xa5\x6d\x42\x47\x40\x52\x98\x94\x71\x18\xfa\xd5\xe9\x23\ \x05\x12\xed\xe2\x00\x00\x20\x00\x49\x44\x41\x54\x09\xa1\x6a\x2a\ \x5b\x57\xa3\x56\x6a\x97\x50\x85\x08\xbb\xd0\x02\x22\x05\x48\x64\ \xb4\x29\xb4\x0e\x31\x86\x14\xe5\x92\x7b\x8a\x30\x7a\xb2\x72\xe6\ \xc8\x9c\x18\x84\x39\x2b\xa5\x0d\x61\xe5\x6c\x51\x94\x0a\xb2\x64\ \x46\x61\xad\x55\x4e\xc2\x22\xc8\xa2\x35\x11\x08\x0a\x3b\xa5\x91\ \xc1\x90\xe6\x98\x83\xf7\x00\x0c\x80\x84\x64\xb4\x09\x31\x6e\xb6\ \x5b\x5d\x18\x57\x16\x40\x2a\xc4\xb4\x63\x3e\x3d\x49\xf3\x3e\xb2\ \x9c\xa4\x28\x1c\x00\xc4\x14\x47\x27\xea\x2e\xb6\xf8\x72\x09\x2c\ \x97\x41\x0b\x31\xe5\xc1\x47\xc0\x34\x9b\xce\x6e\xde\xbc\x5d\x56\ \x55\x8a\xe9\xe4\xe1\xc9\xbd\xfb\x0f\x00\x31\xf8\x78\xef\xee\xfd\ \x18\xa2\x31\x86\x00\x09\xd0\xb9\x12\x09\x39\xb1\xb3\x0e\x01\x11\ \xa8\x74\xa5\xd1\x06\x04\x50\xd0\x0f\xbe\xdd\x36\x48\xc8\x29\x09\ \x80\x26\x65\xb4\x1e\xeb\x69\xdf\xf5\x7d\xdf\x0b\x08\x01\x8d\x47\ \x59\xfc\xb2\xa6\x15\x42\x00\xeb\xde\xdd\x07\x5f\x04\xe6\xcf\xe8\ \x79\x25\x67\xaf\x72\xdb\xc1\xec\x36\xd9\x24\xab\x13\x81\x77\xf4\ \xe6\xc4\xc2\xca\xcf\xff\xc8\xbf\xf7\x4f\x0b\x6b\x8d\x06\x01\x4e\ \xc3\xe0\xdc\xa7\xfe\x87\x1f\xfa\xd7\x7f\xc6\x39\xab\x41\x00\x72\ \x58\x0d\xc6\xbe\x57\xd9\xff\x30\x2e\xd9\x95\xf6\xcb\x41\x30\x91\ \x00\x6a\xde\x11\xd7\xbc\xf7\x63\x53\xa3\x95\x4a\x97\x50\xb4\x1d\ \xe7\x78\xec\x3e\x85\x23\x20\x2a\xb7\x6a\x83\x20\xed\xcd\x27\xaa\ \xae\x39\x65\x46\x72\xe5\x44\xdb\x02\xc8\x74\x3e\x89\x88\x2b\x4a\ \x27\xd0\x0e\x3e\x85\x3c\x0c\x41\x03\x32\x0b\x8e\xb3\x85\x9c\x72\ \x66\x00\xca\x99\x95\xb6\x02\xe4\x73\x16\x26\x40\x45\x39\x43\x48\ \xa5\x26\x08\xc3\xa3\xfb\xf7\xaa\xb2\xda\x2f\x6f\x08\x64\x06\x9c\ \xee\xef\xab\xe4\xfb\x6e\xab\xac\x4a\x29\x0d\x83\x2f\xca\x4a\x7c\ \x64\xe6\x96\x99\x73\x22\xa2\xc2\x9a\x30\xf4\xdb\xcd\x46\x29\x95\ \x99\x8b\xa2\x12\x0c\x75\x55\x1c\x1f\x1d\x74\x83\x8f\x39\x55\x56\ \x4d\x0f\xf6\x87\x76\x3b\xf4\x3d\x28\x13\x09\xfa\x1c\x94\x52\x7d\ \xef\x1f\x3c\x3c\xd3\x1c\x4a\x6b\x53\xce\xc6\xb9\xc9\x6c\x46\xc6\ \x96\x75\x13\xa2\xac\x36\x4d\x36\xa8\x59\x20\xfb\x27\xfe\xc2\x5b\ \xa3\x0d\x81\x42\x51\xd6\x6c\xdb\xc6\x91\xf3\x31\xe6\x94\x84\x19\ \x10\x49\x00\x38\x11\x88\x35\xda\x1a\xcd\xa3\x7e\x09\x50\x1b\xb7\ \xdd\xae\xfb\xc4\x82\xe4\x8c\x19\xbc\x27\xc8\x0c\x4a\x58\x10\x00\ \x19\x15\x80\x42\xd4\xa4\xac\xd5\xce\x99\xab\x07\xb7\x52\x88\x83\ \xef\x73\xf2\x00\xd2\x6e\xba\xae\x1b\x0a\xab\xbb\xe5\x45\xde\xaa\ \x10\x03\x33\x08\x21\x0b\xba\xc2\x29\x01\xed\xaa\x9c\xa5\xdf\x76\ \xc0\x20\x8f\xed\xc9\x00\x02\xa3\x7d\x96\xc6\xc4\x5e\x57\x14\x65\ \x55\xaf\x56\x4b\x9d\xa3\x33\x7a\x54\xcb\x1a\xa3\x34\xa4\x7e\x73\ \x01\xc2\x29\x67\xe5\x8c\x30\x27\x40\x54\x8a\x62\x4c\x39\x68\x2e\ \x95\xb6\xc4\x2c\x88\x09\x49\x2b\xda\x34\x8d\x92\xbc\xbf\x98\x17\ \xc6\x12\x83\x56\x8a\x85\xe3\xe0\x0d\x40\x65\x94\x12\x24\x12\xa5\ \xb0\x6f\xba\x57\x5e\x79\xe5\x7d\x1f\x78\xff\x64\x32\xbd\x38\xbf\ \x78\xfd\xd5\xd7\xae\x3e\xf7\x01\x65\xcc\x93\xb5\xb0\xd6\xda\x71\ \xc7\x60\x8c\xd1\x5a\x83\xd6\xe3\xdd\x0e\x00\x5a\x6b\x60\x09\x41\ \x08\x09\x04\x33\x0b\x21\x4c\x26\xd3\xdb\xb7\x6f\x17\x65\x99\x52\ \x1e\x51\x79\x8b\xc5\x7c\x32\xa9\x89\xd4\x18\xfc\x9b\x52\x2a\xcb\ \x12\x09\xc7\xd4\xcc\xc7\xa4\xc3\x91\x47\x78\x74\x74\x48\x4a\x71\ \xce\x02\x20\xcc\x4a\xab\x71\x61\xcb\x3b\xc4\x01\x8f\x6e\xb2\xcc\ \x7c\xc9\x22\x07\x19\x43\x95\x45\xde\x3e\x73\x8f\x41\xac\x79\x77\ \xd5\x32\xf6\x8a\xfa\xe0\x47\x75\x6c\xe4\xf8\xb6\x7c\xe1\x17\xa2\ \xdd\xa7\x45\xe6\xe5\x83\xaf\xe0\x58\x14\xda\xf5\xd0\xbc\x65\x68\ \x42\x24\xfd\x76\xd9\x6d\xde\xaa\xd7\x78\xaf\xb4\xff\x61\xb5\xec\ \xa3\x08\x7a\xe7\x57\x22\x64\xda\x85\x55\x5b\x00\x61\x0e\x21\x18\ \xad\x8d\x31\x80\x98\x62\x1c\xe5\xe4\x92\xf3\x63\xe8\x03\x03\x35\ \x3e\xd6\xa5\x3b\x5d\xb5\x42\xe6\xc6\x53\xef\x27\xc2\xa6\xe9\x83\ \x60\x64\x2d\x0c\x8c\xa8\xb5\x01\xec\xfb\xde\x03\x92\xb0\x74\xfd\ \xa0\x11\x81\x33\x64\x1e\x86\xa1\x74\x26\xc7\xac\xb5\x11\xe6\x14\ \x42\xca\x8f\x6f\xf7\x1c\x63\xb0\xec\x25\x8b\xc4\x98\x62\xee\x63\ \x17\x87\x19\xa7\xe0\xac\x2e\x9c\x13\x0d\x15\x31\xa0\x20\x25\xc6\ \x08\x00\x63\xf4\x76\x18\xfa\x5d\x0e\x39\x22\x23\x4c\xea\x1a\x10\ \x8d\x71\x48\x34\x9b\x4d\x39\xa7\xb6\xdd\x3a\xcc\x90\x7d\x1a\x80\ \x8c\xb2\x46\x15\x66\x72\xb6\xda\x06\xc4\xd6\x7b\x14\x24\xd2\xc1\ \x47\x81\x5c\x16\xea\x70\xff\xc0\x3a\x67\x9d\x4d\x2c\x65\x55\xb9\ \xa2\x6c\xda\xbe\xef\x7d\xd7\x75\x6e\xb1\x78\x32\x87\x2a\x00\x72\ \x8e\x39\x0e\xc7\xc7\xd7\x49\xa9\xb6\xdd\x86\x61\x20\xa2\xd2\x59\ \x6b\x6d\x8a\xc9\xfb\x01\x58\x24\xf3\xd1\xe1\xe1\x6c\x3e\xbf\x7b\ \xff\x14\x45\xea\xc9\xf4\xeb\xbf\xfe\xeb\x4a\xab\x6f\x5e\x3b\x2e\ \x95\x1c\x2c\xa6\x5d\xbb\xad\xeb\x7a\xb9\x69\xc7\xa0\x2b\x43\xda\ \x90\xd2\x20\xc6\x68\x01\x1c\xda\xce\xa3\xe2\x98\x5d\x55\x1e\x2f\ \x66\x77\x4f\x1e\x72\x8a\x13\xab\x51\x18\x63\x2a\x58\x34\x52\xd6\ \x88\x80\x12\x33\x77\xde\xec\xe4\xe3\xe8\xc8\x80\x42\x2f\x79\xa7\ \x92\x1a\x71\x1c\x59\x84\x64\xa4\xaf\x0e\xde\x37\x43\x9f\x82\xaf\ \xac\x99\x55\x65\x18\x7a\x43\x28\xcc\x4a\xc1\xa4\x54\x29\x49\xdb\ \xfa\x02\x94\xb2\x3a\x84\x20\x39\x59\xad\xb4\x52\xbe\x6b\x32\xa2\ \x52\xa4\x8b\x4a\x91\xf1\x7e\xf0\x7d\x57\x68\xd5\x6f\x9b\x7a\x6f\ \x4f\x21\x1a\x90\xd5\x66\x73\x76\x7e\x2e\xc1\xef\x95\x45\x55\x96\ \x46\x69\x40\xde\xb6\xdb\x10\xc2\x7a\xb3\xa1\xfb\xea\xc1\x9d\x7b\ \x39\xa5\xb1\x2d\x78\xb2\x7b\xbe\x2c\x8a\x31\xb6\x77\x32\x99\x58\ \x63\x64\x17\xb7\x8b\x5a\xeb\x61\x18\xba\xa6\x1d\xd5\x04\x00\xa8\ \x49\x1d\x1f\x5f\x79\xfa\x99\xa7\x7d\x08\x67\x67\xe7\x63\x29\xbf\ \xc4\x42\x8d\x01\x97\xa2\x94\x12\xe0\x10\xfd\x18\xbe\x34\xee\xa2\ \x00\x61\xfc\x5d\x01\x19\x83\x98\xc6\x68\xb6\xc7\xbb\x6b\xba\x34\ \x49\x3d\x2e\xeb\xb0\x03\x83\xef\x5a\x2e\x14\xe4\xb7\x91\x98\x44\ \x20\xc4\x77\xb9\x73\x67\x28\x0f\x69\x78\x39\x7e\xf6\xd7\xf8\xea\ \x3f\x67\x3e\xf8\x31\xbd\x1d\x30\x9d\x7d\xc5\x62\xbb\x7f\x66\x0a\ \xfe\xa4\x91\xcc\xef\x5d\xef\xf6\x65\x8c\x49\x29\xed\x8a\xbb\xd6\ \x82\xa8\x52\x92\xc7\x17\xc0\x98\x0a\x6b\x8c\x31\xd6\xe6\x9c\x95\ \x48\x1e\x67\x29\x3b\x72\x66\x52\xd6\x46\x16\x52\xe6\xf4\x62\xf3\ \x6b\xbf\xfe\xd9\x67\x9e\x7d\xdf\xd1\xe1\x51\xd3\x0d\x29\xb3\x88\ \x68\xa4\x2c\x30\xfa\xcb\xc7\x3b\x3e\xe7\x84\x48\xc0\x9c\x53\xba\ \xb8\x58\x4d\xea\xea\x92\xa4\x99\x14\xa1\x56\x90\x63\xe2\x10\x67\ \x55\xbd\xbf\xbf\x3f\x31\x8c\x80\x22\xe8\x63\x1e\xfa\xa1\x04\xdf\ \xb4\xab\x34\x34\xd6\xee\xa5\xa8\x44\x74\xef\xfd\x72\xbd\x9e\x4c\ \x67\x87\x57\xaf\x64\x16\xc9\x59\xa6\xb5\x26\x92\x9c\x62\x8c\x12\ \x83\xb6\xb6\xed\x86\xa6\x69\xb5\xb5\x30\x0c\xce\x1a\x64\x57\x18\ \xdd\xb7\x78\xb1\x5a\x5d\x0c\x7e\x52\x5a\xab\xd4\xf1\xc1\xfe\x6a\ \x80\x36\x74\x84\x38\xa9\xa7\x8a\x7d\xdf\x34\x75\x5d\xb3\x60\xd7\ \x75\xdb\x66\xab\x88\x58\x20\xf9\x01\x11\x67\xa5\x99\xb9\x9a\xa6\ \x15\x3f\x51\x71\x67\x11\x67\xf5\xb4\x76\x0a\x73\xb3\xd9\x14\xd6\ \x18\xeb\xc6\xa8\x00\xe6\x0c\x9c\xb3\x52\x29\x12\x22\x6e\x9a\x36\ \x24\xf6\x21\x14\xd5\xe4\x7b\xbe\xfb\xbb\xde\xf7\xec\x6d\x05\xdc\ \xb7\x1b\xe1\xfc\xb1\xef\xfa\xae\x9f\xfb\xbf\xfe\xef\x93\xf3\x8b\ \xbc\x63\x4b\xa3\x51\x84\x5a\xa7\x94\x24\xcb\xf5\xa3\x83\x6b\x87\ \x87\x94\xb9\x2a\x0a\x67\x6d\x04\x41\xc9\x77\xee\xdd\xb3\x24\xc9\ \xc7\x52\x1b\xad\xd4\x80\x6c\x9c\x51\xa2\x62\xea\x85\xa8\x98\xd4\ \x81\x30\x87\x4c\x09\x34\x02\x0b\x09\xee\x6c\x38\xe3\xf7\x9a\x79\ \xa7\x75\x09\xc1\x03\xa1\xd1\xca\x10\x19\x10\x02\xd0\xc2\x44\x20\ \x90\x29\xf5\x06\x71\x5a\x1a\x22\xd6\xc8\x88\x1c\x62\x40\x54\x20\ \x09\x52\xd6\x0a\x15\x6a\x95\x82\xef\x3b\xad\xcd\x62\x52\x96\x4a\ \xf7\x6d\xd3\xac\x44\x6b\x95\x52\x6a\xdb\x16\x38\x2e\x6a\xe7\xbd\ \x8f\x92\xcb\xbd\x3d\x52\x04\x84\xf3\xc5\xbc\x6b\xbb\x14\xa5\xac\ \xa6\x5d\xdb\x70\xce\x8f\xa9\x26\x5f\xe9\xd8\xdd\x15\x45\x3f\x0c\ \xce\xb9\xa2\x28\xaa\xaa\x2a\x9c\x1b\x13\x11\xaa\xb2\xe4\xcc\xcc\ \x42\xa8\x88\x94\x88\x94\x55\x5d\x94\xc5\xe9\xc9\x69\x3f\xf8\xb1\ \x2e\xc7\x9c\xf4\x2e\x18\x63\x77\x91\x1a\xe1\x50\xc8\x99\x95\x52\ \x20\x90\x38\x11\xd1\x68\x29\x10\x96\xa0\x02\x00\x70\xe6\x91\x6b\ \x28\x20\xe3\xeb\x72\xf4\x00\x03\xc0\x98\xe4\x41\x88\x72\xe9\xca\ \x85\x51\xe9\x29\x6f\x29\xee\x28\x82\x29\x82\x31\x82\xef\x5e\xeb\ \x4e\x30\x9c\x73\x7e\x1f\x55\x86\x4f\x7e\x2b\xf2\x87\xf5\xf3\x1f\ \x55\x0f\x4f\xf2\xd7\xac\x9f\xf3\xab\xb0\x79\x7f\xcc\x75\xcb\x99\ \x01\x84\x48\x8f\x98\x66\x44\x21\x62\x91\xb1\xcd\x91\x91\x45\xa0\ \x54\xce\x59\x69\x3d\x1e\x2a\x81\xd9\x28\x35\x7a\xd6\x95\x52\x4a\ \x61\xd7\x0f\x5f\x7c\xf1\xc5\xae\x1f\xae\x5e\xbd\x21\x98\x62\x08\ \x0c\xe0\xbb\xde\x18\x33\x9d\x4e\x43\x4c\xa4\x34\xb2\x28\xa7\xc3\ \xe0\x99\x79\xd3\xb4\x49\x90\x84\x63\x4e\x12\xbd\x70\x52\x28\x87\ \xb3\xe9\xd1\xc1\xe1\xa4\x2c\xcb\xc2\x70\x68\x9d\x2d\x62\x4a\x31\ \x66\xe1\x32\xa7\x48\x4e\x86\x2c\xeb\x8b\xd3\xaa\x2a\x8b\xba\xa4\ \xc2\x74\xc1\x2b\x67\x37\x6d\xcb\x22\x55\x55\x69\xa3\x52\x8c\x19\ \x24\x03\xd7\xf5\x24\x84\xf0\xe8\xd1\xdd\xa2\x2c\x8d\x2b\x62\xf4\ \x9a\xc0\x19\x15\x25\x2b\x85\xae\x28\x18\x48\x6b\x74\xc6\x10\x91\ \xc2\x1c\xfd\x00\xcc\x0a\x61\x36\x9d\xf6\x1c\x7c\xdf\x6f\x68\x35\ \x5f\xcc\xb4\x22\x16\x26\x00\x05\xc2\xcc\x31\x78\x90\x5c\x4e\xf7\ \x9e\xec\x31\x10\x91\xf9\x6c\x72\xeb\xc6\x55\x20\xb5\x59\x6f\x66\ \x75\x6d\x6c\x21\x08\x21\xc6\x14\x12\x02\x3a\x6b\x43\x12\x14\x69\ \x3a\x1f\x93\xb0\xc8\x8d\x6b\x57\x9f\x7b\xe6\x16\x44\xbf\x3c\x3b\ \x89\xcd\x2a\x02\xaa\xc9\xe2\xfd\x7f\xe4\x85\xb3\x4f\x7d\x7a\xb1\ \x70\x39\xb3\x20\x69\x22\x14\x50\x44\x98\xd3\xa4\xaa\xa7\xd6\x58\ \x65\x90\x25\xfb\xa0\x14\x5d\x3b\xd8\xef\x36\x6b\x8e\xe9\xfd\xdf\ \xf0\xbc\x24\xde\xf4\xed\x9d\xe5\xd9\xaa\xef\x6a\xe3\x5c\xed\x92\ \x40\x07\x61\x00\xca\x92\x2a\xed\x90\xc9\x08\x2a\xad\x43\x0c\xa4\ \x55\xca\x59\x11\x19\xa3\x51\x24\xf8\x44\x00\x19\xc4\x6a\xad\x09\ \x35\xa2\xd5\x9a\x24\x91\x42\x16\x88\xc1\x0b\x02\x02\xc5\x10\x54\ \xe1\xf6\x17\x73\xad\xf5\x66\xb3\x59\x6f\x36\x0a\x75\x5d\x94\x00\ \xd8\x0d\x5d\xa1\xf4\xfe\x7c\x5a\x58\x3b\xb4\xad\x62\x37\x9f\x4d\ \x66\xb3\xe9\x76\xb3\x41\x89\x8b\xc5\xb1\x23\xc5\x21\xdd\x79\xf8\ \x20\x0c\x9d\x40\x9e\xcc\x26\x57\xae\x5e\xcd\x0c\x39\x0b\x81\xaa\ \x27\xd3\xc7\x29\x95\x4f\x70\x8d\x4c\x57\x63\xcc\x98\x7c\xb9\xde\ \x6c\x36\x9b\x4d\x08\xc1\x39\x9b\x52\x56\x4a\x93\x1a\x63\x23\xb3\ \xd1\x3a\xa5\x9c\x73\x10\x01\xad\x35\x8b\xb8\xb2\x40\x90\xd1\x18\ \xcc\x3c\x0e\xeb\x77\x4f\x90\x68\x19\x0f\xb3\x34\x3e\x3d\xe3\x81\ \x87\x79\xd7\xd9\xea\x71\x5b\x89\x8f\xef\x00\xbc\x7c\x49\x38\xb7\ \x23\x3d\x8d\xf5\x1d\x41\x84\x77\xd9\x1f\x6f\xef\xdc\x63\x04\x6b\ \xde\xcd\x27\x9f\x20\x9c\xe6\x97\xd6\xc8\x1a\x8c\xc0\xc5\x17\xd2\ \xa7\x5f\xcb\x98\x85\xcc\x7b\x55\xf1\xab\x65\xec\x2e\x3b\x90\x26\ \x11\x82\xd6\x80\xa8\xdf\xcc\x23\x44\x1a\x13\x3d\x46\x4d\x9b\x88\ \x31\xc6\x5a\x3b\x78\x0f\x97\x4c\x67\x40\x41\x66\x41\xbc\x94\x8e\ \x51\xdf\x0d\xaf\xbf\xf6\x9a\x52\xfa\xf8\xf8\x18\x78\x0c\xc0\x82\ \x94\x52\x61\xad\x31\x66\x17\x41\x09\x00\xc0\x8a\x94\x2d\xec\xe0\ \x83\x46\x31\x98\x15\xa4\x69\x65\x8e\x67\x75\xa9\x81\xb7\x27\xbe\ \x25\x2a\x0b\x46\x60\xd2\x5a\x29\x8b\xd8\xf7\x43\x8e\x71\x6a\x8d\ \x11\x93\xa2\x6f\xd6\x43\x7f\x91\xdc\x74\x56\x4d\xea\xe3\xab\xd7\ \xda\xb6\x7f\xe3\xce\x1b\x7a\xad\xa7\x93\x89\x22\x44\xc2\x66\xbb\ \x0d\xdd\x23\xe7\x8a\xa2\x28\xda\xb6\xd5\xde\x57\x75\x49\x08\x9b\ \x6d\x63\x88\x0e\x0e\xf6\xae\xcc\x0f\x63\x08\xc9\xb7\x79\xe8\xfb\ \xae\xad\xaa\xc5\xf1\xe1\xfe\xab\x77\x1e\x4c\xeb\x62\x56\xb9\xa9\ \xd9\x6f\x87\xae\x6d\xb7\x29\x85\xaa\x2c\xab\xaa\x8a\x31\x14\xd6\ \x56\xd6\xe4\x14\xc3\xd0\xc5\x18\x46\xb7\xe7\x13\xec\xb1\x34\xe1\ \xa4\x2e\x5d\x59\x29\xa5\xee\xdd\x3f\x45\xc4\x10\x42\x4a\x49\x91\ \x1a\x93\xce\x95\xb6\xc1\x0f\x80\x58\x94\x25\x21\xde\xb8\x76\x55\ \x21\x84\xbe\xf1\xeb\x47\x7b\x93\xa2\x8d\xe9\xe2\xe2\xf4\x70\x5a\ \x1c\xcd\x4b\x20\x62\x16\xeb\x1c\x21\xa6\x18\x01\x10\x93\x60\xf2\ \x1c\x63\x4e\xac\x51\x71\x0c\x43\x0c\xc5\xb4\x7a\xea\xe6\xad\xd3\ \x93\x93\xaa\x28\xf6\xe6\x7b\x49\x18\xee\x68\xbe\x7f\xff\xd6\xf5\ \x6b\xd7\x0e\x8f\xfa\xcc\x9f\x7b\xe5\xa5\xd5\x72\x65\xb4\x03\x25\ \x28\xc0\x31\x8a\x30\xe4\x8c\x28\x1c\x13\x12\x4a\x4a\xcf\x3d\xfb\ \x6c\x4e\x29\xc4\x78\xb1\x59\x35\xab\xd5\x18\x87\x22\x39\x1b\xe5\ \x98\xd3\x98\xdd\x98\x85\x91\xd4\x7c\xba\x78\xee\xb9\x67\x10\x30\ \xe5\xbc\xd8\xdb\x5b\x2e\x57\x4a\xab\xd1\x4e\xd5\x34\xed\x6c\xbe\ \x98\x2f\xf6\x48\x51\xdb\x36\x31\xc6\xe9\x64\x52\x3a\x73\xe3\xea\ \xf1\x8b\x5f\xf8\x42\x0e\x43\x55\xd6\xda\x3a\x7d\xfd\x7a\x74\x06\ \x08\x94\xa1\x6a\x52\x83\x90\x08\x5e\xa2\x5e\x9f\x34\x47\x9f\x39\ \xc7\x64\x8d\x19\x07\x23\x5d\xdb\x86\x18\xc7\xae\x3c\xf8\x80\x44\ \xce\x59\x66\x41\x52\x22\x2a\xa5\x18\x42\x98\x4d\xa7\x63\xad\x4d\ \x29\x33\x88\x56\xca\x59\x8b\x88\x31\x25\xda\xc1\xc7\xdf\x7a\x0b\ \xa0\x20\x00\xef\x6a\x37\x8c\x39\x0a\x8f\x3f\xdd\x7f\x66\x0b\x4c\ \x44\x29\xe7\x31\xac\x2d\xa5\x84\x84\xc2\xe3\x72\x8b\x50\xbe\x6c\ \x2c\x93\x12\x68\xf3\xae\xf3\x8c\xd2\x20\x3b\x5c\xba\x82\xec\xe5\ \x3d\x5c\xd2\x57\xdb\xd8\x5d\xa9\xdd\x94\x51\x69\x41\x22\xce\x6f\ \xf6\x18\x44\x34\x8a\xde\x98\x47\x64\x3b\x29\x55\x38\x37\xf6\xf2\ \x3b\x5f\x09\x21\xca\x88\x33\x46\x10\x28\x8b\x22\xa6\xf8\xe2\x17\ \x7f\xbf\xef\x9b\xab\x57\xae\xf9\xa1\x27\xa5\x0b\xe3\xba\x7e\xe0\ \x14\x69\x97\x33\xc2\x7a\xd7\xfe\x83\x1a\x07\x31\xd1\xbf\xef\x99\ \x5b\x47\xb3\x72\x7d\xfa\xa0\x5b\xaf\x2d\x30\x19\x33\x59\x4c\xb0\ \xac\x11\x49\x01\x87\xae\x1b\x9a\x95\x35\x86\x18\x34\x08\x23\x90\ \x32\xb5\x2b\x7c\x4c\x09\x00\x01\xf7\x0f\x0f\xcb\xc9\x64\xbd\x5c\ \x2e\x97\x17\x22\xd9\xfb\x41\x91\xb2\xae\xea\xbd\x37\xd6\x3e\x7f\ \xfb\x26\x8a\xb4\x5d\xdb\xb6\x5d\x3f\xc4\x9e\x54\x7f\xba\xce\x7c\ \x51\x95\x76\xe6\xb4\x00\x2a\x45\xa5\xd3\xfd\xc9\xca\x10\x58\x25\ \x0a\xe2\xde\xe1\xdc\x6c\x50\x2b\xec\xbb\x7e\xb5\x1c\x52\x48\xda\ \xa8\x75\x58\x96\x55\x55\x14\x16\x88\x9e\x38\xcf\x7d\xec\xd7\xa6\ \x93\xb2\xac\x66\x08\x74\x7a\x72\x01\x40\x31\x24\x41\xd0\xd6\x8c\ \x5f\x55\x45\xc0\x39\x4a\x8e\xc1\xf7\x07\xfb\x07\x55\x61\x41\x58\ \x08\x2f\x1e\x9d\x72\xa3\x0b\x67\x65\xb3\x39\x3c\x38\xf8\xba\x6b\ \x53\x41\x9c\x4e\xa7\x5d\xdf\xa5\x98\xca\xa2\x1e\xfa\xc1\x07\xb2\ \x7a\x2a\x0c\x21\x44\xd4\x00\x84\x3e\xc5\x7e\xb5\xa9\xa7\xd3\x5b\ \x4f\x3d\x53\x4c\x66\xcc\xd2\x2d\xb7\x07\xb6\x7e\xee\x9b\xbf\x45\ \x29\xd5\xf7\xfd\x74\x3e\xfd\x63\x2f\x7c\xe4\xe5\x3b\x77\x5f\x7e\ \xf5\x0d\x08\x41\x6b\xb3\x77\x70\xe0\xca\x62\xb3\x59\xfb\xe0\x27\ \x55\x45\x00\x43\xdf\x5d\x3d\x3e\x7a\xfa\xf6\x6d\x57\x96\x9f\xfa\ \x8d\x5f\x4f\xc1\x3f\x73\xf3\x86\x25\x7c\xe3\x95\x57\x1e\xde\xbf\ \xa7\x5d\xa9\x15\x8d\xd1\x64\x39\x27\x50\x44\xda\x7a\xef\x59\xa0\ \x9a\xcc\xaa\xe9\x22\xe6\x48\x48\x55\x59\x1f\xc4\xa8\x00\xca\xba\ \x1a\xe7\x75\x6d\xd7\xc6\x94\x21\xe6\xd2\xe8\x1a\x75\xdf\xf6\xc4\ \x3e\x32\x1f\x5f\xbf\xd6\x5b\x12\xe1\xde\x0f\xdb\x66\x8b\xa0\x84\ \x31\xb1\x08\x03\xf3\x93\xc2\x3a\x88\xaa\xaa\xb2\xd6\x8c\xd2\x5e\ \x11\x29\xac\x2b\xac\xdd\xf9\xad\x88\x14\xa9\xc4\x19\x91\x42\x08\ \x17\x17\x17\x4d\xd3\xb6\x4d\xa3\x8d\xde\x36\x4d\xb3\xdd\xb2\x08\ \x21\x38\xe7\xe6\x8b\x45\xe1\xdc\x0e\xb6\xf7\xd6\x49\xc9\xa5\xa2\ \xec\x71\x63\xfe\x26\xc5\x7c\xf7\xfb\xf4\x65\xe7\x66\x52\xaa\xef\ \xba\xf5\x7a\x9d\x73\x46\xc2\xa2\xb0\xf3\xf9\x82\x90\x72\xe2\x2f\ \xeb\xdc\x93\xd8\x77\xbf\xa9\x7e\x6b\x35\x7f\xaf\xb2\x7f\xd5\x09\ \x66\xe4\x71\xff\x9e\x44\x18\x81\x32\x8f\xb2\xb7\x9c\xd2\x78\x9b\ \x8e\x62\x02\x11\x11\xe6\xae\xeb\xca\xa2\x18\xfb\xf7\x9d\xa7\x71\ \xbc\x95\xb3\x00\x12\x29\x8c\x29\x29\xa5\x40\xe4\xde\x9d\x3b\x6d\ \xb3\xbd\x7d\xfb\xe9\x31\x26\xb8\x2c\x9c\x55\x2a\x3b\x17\x63\x24\ \x04\x53\xb8\xa1\xeb\x38\x47\x4e\x3e\xfa\xfe\x03\x4f\xdf\x7c\xfe\ \x43\x1f\x08\x9b\x0b\x2b\x87\x9d\x86\x61\xbb\x2e\xa7\x13\x5b\x4f\ \x02\x50\xd6\x7a\xb3\xbc\x88\xdb\x4d\x5d\x55\x65\x59\x6a\x63\x91\ \x54\xba\x54\x22\x03\xa1\x20\x49\x48\xcd\xb0\xca\xcc\x55\x51\xce\ \x6e\xdf\x16\xe6\x94\x42\xce\xbc\xbc\x68\xce\x2f\x56\x56\xe3\xea\ \xfc\x7c\x31\x9f\x16\xc6\x4a\x4d\x13\x06\x9f\x40\x17\xb5\x05\xa6\ \x3c\x64\xc9\x88\x64\x8c\x21\xc2\x1b\xd7\x0f\x66\xb3\x8a\x20\xe6\ \xe0\xb7\xeb\xbe\x2e\x2b\x61\x07\xc2\x46\xe5\x61\xe8\x60\xc0\xe9\ \x74\x3a\xf8\xe0\x43\x08\x61\x70\xa6\x99\x12\xe6\x27\x81\xa8\x8a\ \xd1\x64\x8d\x26\xc2\xf5\x7a\x43\x44\xbd\x0f\x23\xb0\x02\x00\xb3\ \x00\x0a\x57\x3a\x2f\x0e\x67\x55\x5d\xa2\xe0\x74\x36\x8f\xde\x73\ \x4c\xa4\xcc\x7c\xb1\xaf\xd8\x57\x65\xe1\x48\x94\xc1\xa3\xc2\x66\ \xe0\x2b\x87\xb3\xf5\x32\x35\x5b\x7f\xf3\xea\x7e\xd3\x6c\x97\xab\ \x6d\xb9\x77\x7c\x76\xd1\x30\x84\x08\x02\xa8\xec\x64\xb2\x6a\xb6\ \xed\x66\x7d\xf3\xc6\x4d\xb1\xf6\xe1\xe9\x99\x4a\xb9\xb0\xce\x2a\ \x2d\x04\xaa\x34\xaa\x30\x7b\xb6\x78\x61\xfa\x21\xe7\xdc\xbd\xd3\ \x47\xa5\x2b\x17\xd3\xc5\x7c\x3e\x23\x75\xab\xeb\x3a\x44\xb0\xc6\ \x08\x8b\xd5\xaa\x6f\x9b\x61\xe8\x17\xd3\x69\x5d\x5f\x39\xd8\xdf\ \x2f\xac\x89\x29\x07\x11\x6b\xdd\x18\xc5\x95\x59\x52\xf4\x46\x2b\ \x55\x54\xa5\x2b\x63\x4c\xc6\xd9\x18\x19\x00\x93\xc8\xbd\xd3\x73\ \xc9\xd9\x11\xb9\x3e\x98\xaa\x24\x63\xa2\xa8\x76\xb5\x4e\xdb\x76\ \x02\x54\x06\x35\xb7\x73\x4a\xb9\xcd\xb1\xd0\x5a\x8c\x52\x46\x87\ \x10\x4e\x4e\x1e\x2a\xb2\x88\x34\xe6\x86\x0a\x3c\xe1\x3b\x55\x11\ \x4d\xa7\x13\x63\x4c\xce\x3b\xef\xd5\xb8\xea\xa4\x5d\x76\xa6\x82\ \x11\x3c\xa2\x75\xdf\xf5\xcb\xe5\x45\xca\x69\xb3\x5d\xc7\x18\x33\ \x33\x29\x55\x18\x83\x22\xde\xfb\x93\x93\x93\x51\x68\xa0\x8d\x19\ \x83\xf7\x76\x9c\x2a\xa2\xcb\x22\x8e\xe3\x23\x43\x6f\xb1\x80\xe3\ \xf8\x4f\xbc\xfd\xea\x87\xa1\x69\x1a\x10\x51\x4a\x65\x4e\x5d\xdf\ \x34\x6d\x3b\x9b\xce\xad\x75\x6f\x0f\x0e\x4b\x09\x2e\x85\x93\xef\ \x5d\xef\x5d\xef\x64\x3e\x90\xf3\x9b\x66\x14\x46\x64\x00\x95\xf3\ \x18\x38\x40\x4a\xe1\x38\x1c\x04\xe0\x31\x32\x10\x00\x01\x9a\xb6\ \xad\xab\xca\x39\x37\x78\x9f\x59\x94\xd6\x82\x8a\x85\x69\x34\x2e\ \xa3\xca\x39\x8f\xc7\xd3\x8b\xf3\x33\x66\x7e\xea\xf6\xd3\x84\xba\ \x2a\x8a\xc9\x64\x12\xe3\xca\x33\x7b\x3f\x54\x54\xd1\x6e\x7d\xea\ \x0b\xab\x6e\xdf\xbe\xe1\xea\x4a\x65\x5f\x5a\x3d\xad\xcb\x76\x39\ \x69\x56\xab\xe6\xfe\x09\x96\x13\x42\x28\xb4\x5a\x5c\xb9\x66\x15\ \x85\xa6\x6d\xfb\x21\xc6\x2c\xa4\x40\x29\xab\xb5\x46\xcc\x02\xca\ \x1a\xad\xf4\x6a\xb9\xda\x34\x0d\x29\x24\xa2\xb6\xdd\x22\xa9\xcc\ \xa6\xed\x7a\xaa\x5c\x4e\xa9\xdd\x6e\x50\xe9\x6d\xe7\x43\x02\x5d\ \xce\xcb\xd9\x7e\xa1\x91\x9b\x73\x2d\x9e\x32\x90\x48\x59\x15\xca\ \x41\x59\x16\xc9\xf7\x85\xe2\xec\x3b\xce\xb1\x2e\x0b\x10\x19\x30\ \x22\x52\x8c\x79\xb5\xd9\x1a\x67\x8b\xc2\xb1\x80\x36\xf6\x89\x3b\ \xf7\xaa\xaa\x4e\xee\xbe\xf6\xda\xe7\xbf\x18\x33\x02\x99\xbe\xef\ \x85\x45\x29\x9d\xf2\xa8\x2d\x97\x4a\xcb\xf5\xab\x7b\xd3\xe9\xd4\ \x87\xfc\xc1\x0f\x7f\x43\x3b\xa4\x93\xfb\xf7\x8f\x0e\x0e\x8e\x8e\ \xae\x75\x9b\xf3\x76\x88\x8a\x66\x8f\x4e\x96\xdb\xe8\x8e\xaf\x1c\ \x52\x31\xd3\xb5\x2e\xcd\x5c\xdc\x82\xb2\x23\x6f\x36\x83\x6f\x86\ \x3e\xf6\x7d\x61\x4b\xe3\x9c\x80\x52\x45\xe9\xbd\x6f\x63\x42\xcb\ \x32\xad\x3c\x66\x42\x6c\xb4\x04\xca\x5b\x0e\xa1\xeb\x70\x8b\xc6\ \x14\x78\x34\x29\x6a\xb4\x4d\x3e\xda\xdf\x3f\x3c\x3e\x62\xce\x4d\ \xd3\x20\x48\x4a\xc9\x90\x2a\x9c\xe3\x9c\xce\xcf\x1e\xe5\xcc\x5d\ \xd3\xbc\xb2\x5e\x2b\xa5\x44\x78\xef\xca\x55\xce\x1c\x42\xca\x31\ \x69\xa3\xcb\x6a\xaa\x35\x6c\xba\xc1\x39\x17\x05\x43\x1f\x44\xa0\ \xef\x7d\xd7\x0f\x75\x5d\x2f\xe6\xf3\xdc\x7b\x9f\x52\xdb\x0c\x7d\ \xdc\x00\x0b\x44\x30\x60\x6c\xc2\x29\x98\x3d\xe7\x94\x85\x35\x74\ \x04\xf8\xc6\x1b\x6f\xa8\x66\x13\x89\xea\x49\x8d\x42\xcc\x38\x06\ \x5f\xfc\x01\x0a\x1c\x12\x12\x08\x28\xa2\x71\xae\xf8\x26\xe7\x9a\ \x10\x00\x45\x98\x08\x19\xd0\x18\x05\x08\xcc\x09\x91\x72\x4e\xc6\ \x5a\xeb\x8a\x61\x18\x9c\xb5\xae\x28\x52\x8c\x29\xa5\xc7\xa9\x7b\ \xbb\xbf\x02\x10\x30\x0b\xf3\xe5\x6a\x54\xc6\x9f\xbc\xb5\xb8\xbf\ \x0d\x85\x21\x90\x85\xdb\xed\x56\x29\x55\x4f\x26\x00\x00\x0a\x98\ \x53\xd7\xf5\xa7\x67\x8f\x0a\x57\xbe\x5d\xe7\x3e\x16\xf7\xf7\xae\ \xf7\xae\x77\x5c\x67\x90\x19\x98\x15\x01\x03\x00\x8d\x2d\x07\x8b\ \x08\x28\xa5\x95\x16\x66\x4e\x51\x00\x01\x55\x06\x1e\x3b\x11\x22\ \x95\x73\x7e\xfa\xe9\xdb\xdb\xed\xf6\xf4\xd1\x23\x00\x11\x8e\x6a\ \xd7\xfb\xa0\xf0\x88\x2e\xc0\xc4\x40\x64\xcf\x2e\xd6\x49\x5e\xdf\ \x5b\x2c\x0a\xe7\xd2\xd0\x16\x1a\x7d\x4e\x29\x65\xb2\x50\x9b\xca\ \x3a\x0c\x83\xb7\x95\x05\x11\xc8\x09\x8d\x02\x53\xe8\xd2\xcc\xeb\ \xaa\x3e\x3a\x1e\x82\x47\x6b\xaa\xaa\x82\xae\x19\xce\xce\xfa\x10\ \x38\xe7\x10\x12\xa3\x42\x32\x56\x17\x59\x12\x80\x58\xeb\x52\x8a\ \x12\xe3\xa2\x74\x06\x22\x0b\xfb\x98\xa8\x2c\x4e\x4e\xcf\x87\x96\ \x45\x90\xa8\x1a\x06\x1c\x5a\x8f\x14\x3d\x8a\x9a\x4c\x74\x59\x40\ \xce\x6d\xb3\x55\xa9\x75\x05\x3a\x63\xc2\xd0\xb5\xab\x55\x06\xcd\ \x97\x34\x6a\x6d\x5d\x16\x08\xd1\x2b\x8d\xd3\x69\x95\x05\x9a\xa6\ \x9d\x68\xad\xb4\x8a\x31\x86\x34\xa4\xd0\x3f\x99\x76\x01\x91\x56\ \xdb\x66\xdb\xc7\x90\x98\x85\x7c\x18\x94\x22\xa5\x4d\xe1\x0a\x01\ \x8e\x11\x48\x00\x85\x4f\x4e\xce\x1e\x3e\xda\xc4\x0c\xab\x1e\x84\ \x34\x01\x7c\xc7\xc7\xfe\x45\x08\x7c\xb6\x6a\x8c\xa9\xc1\x4c\x7e\ \xe3\x4b\x2f\x02\xe0\xe0\xa8\x4e\x3c\x0c\xa4\x54\xb9\x39\x8f\x9a\ \x6c\x0f\x13\x01\x2e\xaa\x49\x8a\x59\x69\xed\xac\x81\x1c\xcb\xd2\ \x89\x22\x36\xe4\x35\x06\xa4\x6a\x36\x99\x97\x35\xc4\x68\xad\xbe\ \x73\xff\xd5\x36\x87\xb2\x70\x4a\xa2\xd2\x1a\x3b\x76\x16\xae\x5e\ \x5b\x4c\x2b\x2b\x29\xcf\xdc\x34\x67\x4e\x02\x4a\x3b\x42\x1d\x63\ \x3e\x3e\xae\x04\x18\x15\x81\x1a\x71\xd9\xa2\xb4\xed\xba\x7e\x68\ \x3a\x6b\xb4\x30\x17\x65\x31\x04\xff\xe0\xc1\x3d\x97\xd3\x83\x07\ \x0f\x2f\x96\x2b\xd2\x7a\x14\xdb\x1c\x1d\xec\x3f\xfb\xfe\x67\xa7\ \xd5\x24\xc4\x78\xb1\xdd\x9e\x3e\x7a\xf4\xe8\xde\x03\xe5\xf3\x4c\ \x15\x26\x25\xed\xd9\x24\xa8\x5c\x35\x80\x6c\xda\xb8\x6d\xc2\xeb\ \xf7\x7f\x1f\x9d\x03\x54\x24\xc8\x00\x42\xa8\x9d\xf9\x03\xd0\x3a\ \x76\xfb\x24\xba\xdc\x85\xe2\x65\x15\x06\x81\x91\xc0\x01\x08\x99\ \x33\x29\x5d\x96\xd5\x30\x78\x80\xac\xb4\x42\x04\xab\xf5\xfc\xf8\ \xb8\xeb\x3a\xef\xbd\x36\x06\x00\x52\x8a\xb8\x4b\x92\x78\xf3\xaf\ \xbf\x7c\xae\x46\x8d\x8b\x8c\xd6\xfb\x4b\x4a\x25\x02\xe4\xcb\x69\ \x28\x00\x42\x0c\x91\x14\x29\xa5\x8c\x31\x45\xe1\x50\xd1\xe0\xfb\ \x94\x32\x91\x82\xb7\x64\x1f\xc2\x18\xb6\x26\x5a\xbf\xfb\x42\x16\ \x01\x16\x18\xff\x0b\x63\xd6\xf6\xd7\xba\x67\xff\xab\x48\x2a\x83\ \x63\x88\x94\x20\x09\x33\x02\x80\xd0\x2e\x6c\x80\x10\x55\x16\x66\ \x66\x24\x25\x38\x66\x0d\x8c\xd1\xf7\x39\xe5\x14\x86\xe1\x70\x6f\ \x51\x3a\xd3\xb4\xcd\x6a\xb5\x4e\x99\x09\x49\xf2\x48\xbb\xa7\x9c\ \x99\x48\xb1\xa0\x20\xad\xd7\x6d\xbb\xd9\x4e\xeb\xa2\x2a\xac\x45\ \xc4\xec\x35\xa8\xca\xb9\xd9\x6c\xaf\xe9\xb6\x31\xf5\xab\xd5\xf6\ \xd3\x9f\xfa\x74\xff\xfc\xb3\x57\x0f\x17\x5a\x83\x29\x1d\x16\x9a\ \x34\x56\x13\x0b\x29\x84\xed\x59\x5e\x6f\xfd\x7a\x19\x87\xbe\x9e\ \x4e\x6d\x61\xa8\xa8\x75\x31\xb5\xae\xce\x10\x53\x18\xb2\x8f\x85\ \x73\xc9\xb7\x7d\xbb\x16\xdf\x96\x75\xbd\x5e\xae\xdb\x21\x41\x16\ \x4d\x7a\xb2\x38\xc8\xca\x44\xd2\xa5\xd5\x48\xb2\x0d\xad\x56\xae\ \x6b\xbb\x61\xf5\xa8\x56\xe9\xca\x9e\x05\xe6\xcc\x29\xfa\x40\x4a\ \x52\x4e\xba\x28\xc6\xa7\x8d\x10\x10\x45\x97\xc4\x99\x63\x0c\x43\ \xd3\xd8\x82\x10\x18\x81\xe7\xb3\x72\x56\x6b\xac\x8a\x27\x93\x6c\ \x20\x82\x8f\xdc\xc5\xbc\x7f\x7c\xf5\xe2\x62\xdd\xac\xce\x9c\x2d\ \xe6\xf3\x19\x11\x89\x20\xb0\x4a\x91\x23\x6b\x21\xb5\xde\xf4\xa0\ \x6c\xda\x78\xa2\x78\xfd\xca\xb1\xad\xa7\x7a\x52\x1e\x97\xce\xda\ \xea\xc5\x57\x1e\x9c\xf5\xd9\x68\xf7\xe2\xbd\x65\x59\xb5\x87\xfb\ \x73\x05\x99\x32\x6f\xd7\x4b\xab\xcc\x7c\x52\x11\xf1\x7c\x3a\x57\ \x20\x16\x51\x1b\x63\x44\x9a\xae\x69\xba\xa6\x3e\xdc\xd3\x19\x52\ \x0e\x21\x5a\xdf\xfa\x83\xc9\xfc\x78\xef\xea\x32\x6d\x95\x23\x83\ \xa8\x87\x8c\x0c\x90\x86\xe6\xe2\x01\x6f\x8c\x62\x8e\x21\x32\x60\ \xc8\x28\x64\x91\x5c\xce\x4a\x58\xb4\xa5\xce\xf7\x64\x29\x13\x30\ \x52\xdb\x79\x3f\x78\xe4\x7c\x7c\xb0\x58\xcc\x26\xaf\xde\x7d\xfd\ \x77\xbf\xf0\x62\xf2\x5d\x55\xda\xbe\xf7\x6d\xef\x81\x94\x32\x86\ \xe3\x70\x70\x30\x63\xf6\xeb\x36\x94\x75\xbd\x7f\x34\x7f\xf6\xfd\ \xb7\xfb\x76\x48\x7d\xc4\x65\xeb\xef\x9c\xf6\xf7\xce\xda\x3e\x42\ \xcc\xa6\xa8\x0f\xf6\x17\xdf\x7c\xeb\xf6\xf0\x7b\xbf\x73\xf7\xe4\ \x61\x8a\xbe\xb4\x66\x08\x9e\x95\x28\x36\x23\xd4\xe4\x09\x8f\x4d\ \x48\x97\x6c\x1a\x64\xb8\x34\x5d\x8f\x5c\x59\x10\x00\x4c\x59\x46\ \xaa\xf0\xd1\xd1\x71\x51\x14\x63\xf0\xef\xa5\xa2\xc6\x11\xa1\x31\ \x3a\xe7\xe4\x7d\x86\x11\xef\x2b\x79\x24\x9f\xec\xc2\xeb\xe5\xf1\ \xb4\xf3\xf1\xb2\x7d\x94\x37\x82\x8c\xea\x82\x71\x80\xb3\x7b\xc7\ \x20\x64\x31\x46\x17\x65\x51\x14\x85\x52\x34\xf4\x1d\x01\x49\x66\ \xa5\xbe\x6c\xa1\x9a\x33\x28\xfd\xee\xca\x14\x47\x24\x4f\x35\x85\ \xb0\x95\x90\xa0\xd8\x43\x2b\xd0\x35\xf2\x9e\x16\xf2\xab\xe3\xca\ \xa8\x12\x8c\x58\x6a\xca\x44\xe3\x9a\x1f\x11\x08\x58\x49\x12\x0e\ \x44\x00\x20\x9c\x93\xc6\x91\x4c\x96\x58\x18\x04\x4f\x4e\x4f\x41\ \x8e\x26\xb3\xc9\x64\x3e\x9f\xcd\xf7\xce\xcf\xcf\xb7\x9b\x86\x39\ \xef\x8c\xea\xa3\xae\x8b\xc5\xa2\x06\xc9\x08\xb2\xbd\x38\x5f\xdc\ \xba\xc1\x20\x91\xc3\x6c\x6f\x9f\x0d\x07\x15\xfa\x9c\xb5\x2e\x30\ \xe3\xeb\xaf\xdf\x1f\xd6\xcb\x6f\xfd\xa6\x0f\x21\x7b\xab\x11\x51\ \x90\xe8\xe8\xfa\x4d\xc5\xa0\x02\xc7\x3e\x44\x1f\x59\xa0\xcf\x59\ \x97\x95\x9a\x4d\xcc\x62\x4f\xe9\x82\x44\x74\xdf\xc6\xd5\x9a\x43\ \x94\x9c\x39\x67\x10\x48\x2c\xa0\xcd\xa6\xef\x54\x39\x55\x47\x73\ \xac\xe7\x84\x5a\x29\xa7\x8c\x0b\xc3\xd0\x9c\xf9\xb8\x0d\x31\xf0\ \xf2\xac\x81\x61\x99\x79\xf1\xcc\x8d\xab\x86\xa0\xe9\x3d\x64\xd0\ \xd6\xba\xa2\x74\x85\x43\xc8\x4a\x51\xca\x99\x05\x98\x24\x65\x0e\ \x31\xc7\x1c\x14\x69\xe7\x9c\x04\xc9\x89\x27\xda\x3c\x19\x50\x58\ \x29\xf5\xe0\xc1\xc3\xdf\xf9\xad\xcf\x7d\xfb\xc7\x3e\xb6\xbf\x77\ \xf8\xe0\xe1\x69\xad\x75\xca\x49\xa3\x01\x04\xd2\x5a\x72\x64\x4d\ \x29\x67\x37\x2d\xab\xc9\x6c\x32\x9b\x77\xfd\x70\xf5\xf6\x35\x5b\ \x59\x12\x9a\xbb\x79\x17\xf9\xa5\xd7\x5f\xd6\xa5\xd1\xc6\x26\x48\ \x8f\x96\x6b\x21\x5f\x95\x9a\x53\x5c\xcc\xe7\x95\x2b\x63\xd7\x02\ \x33\x11\x5a\xa5\x09\x78\xb4\x32\x58\x63\x12\x40\x69\x5d\x1a\x22\ \x20\x31\xe9\x75\xbf\x3e\x7b\xf9\xd5\x6a\xbf\xaa\xb4\xae\x4a\x1b\ \xdb\xb6\x32\xfa\xfa\x33\x37\x6e\x5f\xbb\x19\xce\xce\x1f\xdd\xb9\ \x1f\x7c\x34\xda\x28\xeb\x16\xd3\x92\x94\x5e\x3e\x3a\x7f\xf4\xe0\ \x44\x99\x62\x85\x8a\x91\xcb\xf9\xc4\x0b\x03\x69\x0e\x8c\x89\x35\ \x51\x7b\xb1\xc2\xe0\x2f\x4e\x1f\x0d\xdb\xa6\x2a\x8c\xc4\xb4\xa8\ \xeb\xc5\x74\x1e\x59\xfa\xc1\x97\x93\xfa\x7d\x4f\x3f\x53\xba\x22\ \xe6\x14\x43\x60\x95\xda\x58\x64\x0d\xc5\xfe\x84\x26\xa5\x3b\x98\ \xce\xdf\x7f\x7b\xfd\xe8\x62\x58\x6d\x15\x8b\x9e\xd5\x4a\xcb\xc7\ \x3e\xf6\x1d\x9f\xf8\x95\x5f\x79\x78\xf7\x5e\x65\xed\x5e\x3d\xf1\ \x29\xa0\xd5\xf4\x07\x98\x3c\x8b\xbc\x69\xb5\xbe\x6c\xde\x47\x15\ \xff\x25\x38\xfc\x72\x02\xa9\x94\xaa\xeb\x09\x22\xf6\x7d\xdf\x34\ \xcd\x98\xea\x25\x20\x21\x84\x31\xa1\x20\xa7\x9c\x39\x8f\x08\x12\ \x24\xd2\x5a\x9b\x11\x52\x88\x8f\xcf\x04\x30\x92\x6d\x80\x2f\xa7\ \x9f\x82\x6f\x4e\xe7\x45\x58\x44\x91\x02\xc4\x18\x42\x8c\x11\x10\ \x9c\x73\x22\xb0\x5c\x2e\xb5\xfe\xb2\x21\x0c\x33\xa8\x77\xd5\x1e\ \x24\x00\x0a\x9f\xfa\x17\xcc\x8d\x6b\xb8\x79\x2d\x3f\x38\x85\xa7\ \x3f\x42\xf7\x3f\x19\x9b\x35\xd0\x7b\xe3\x9f\xaf\x92\xb1\xbb\x30\ \x0b\xa0\x62\xc0\x84\x26\x23\xa1\x08\x20\x11\x04\x95\x93\x70\x04\ \xa5\xf3\x18\xd7\xa7\x34\xa0\x20\x10\x08\x02\xc2\x7a\xb3\xb1\xce\ \x55\xf5\x34\xc7\x64\x95\xbd\x7d\xf3\xa9\x61\xe8\xcf\xcf\x2f\xb6\ \x9b\x8d\x8f\x1e\x81\x48\x29\xad\x95\x21\xcd\x89\x01\x04\x14\xbe\ \xef\xd9\xdb\x55\x5d\x76\xdd\x5a\x30\xe6\xb0\x39\xb9\x77\x01\x62\ \x0a\x6d\x31\x0d\x16\x64\x6f\x3a\x99\xd7\x93\xcd\xb2\x6b\xda\xde\ \x87\xbe\xaa\xaa\xa3\x9b\x06\x88\x52\xda\xf4\xbd\x8f\x2c\x55\x35\ \x49\x4a\x89\x31\x76\x32\x41\xad\xb3\x26\xca\x4c\x44\x44\xaa\x69\ \x2f\xd8\x0f\xc8\x8c\x88\xda\x14\xf3\xfd\xfa\x51\x4b\x03\xa8\x7a\ \x36\x57\xe5\xd4\x82\x03\x34\xe7\x6d\x7f\xff\xe4\x2c\x25\x50\xa0\ \xaa\x7a\xdf\x1d\x14\xe7\xf7\xfa\xfb\x17\x1d\xc3\xd9\x8d\xc3\xbd\ \xe9\xfe\x15\xe7\x1c\x00\x14\x65\xa9\x08\xda\xed\xaa\xef\xfb\x0c\ \xa0\xb5\x8b\x29\x87\x24\x51\x54\x60\x89\x31\x3b\x94\x82\x54\xd7\ \x73\x6e\xe3\xde\x93\x8d\x65\x00\x62\x8c\xdf\xfa\xad\x1f\xfd\xd0\ \x87\xbe\x4e\x00\xee\xde\x7f\xf8\xf0\xe1\x89\x05\x0c\x39\xa6\x9c\ \x11\x81\x8c\xee\xc3\x90\x19\xaa\x69\x0d\xda\x74\x31\xdf\x7e\xf6\ \x7d\xcf\x7d\xe0\x03\x82\x90\x85\x42\x84\x5f\xfd\xcc\x6f\x36\xc1\ \x67\xa2\x94\x42\x08\x41\x91\x6c\xda\xa6\x9e\x1e\x1e\x1d\x1c\x38\ \xeb\xfa\x6d\xab\x00\x67\xf3\x99\x41\x88\x7d\x17\x87\xc0\xcc\x40\ \xb4\x98\x4c\xe7\x57\xae\x5c\xbb\x7a\xed\xd5\x57\x5e\xdd\x6e\x9a\ \x3b\xdb\xb3\x8b\xe5\x32\xe6\xb8\x58\x56\xc8\x7d\xaf\xf8\xf6\xf5\ \x2b\x47\xf3\x85\x33\x76\xb3\x3a\x29\x67\xd5\xf5\x6f\x7c\x1e\xc9\ \x28\x20\xf6\x1e\x8d\x11\x64\x3b\xa3\xd9\x1c\x48\x57\xac\x27\x30\ \x99\x14\x86\xbe\xf4\xf2\xcb\x5d\xc8\x07\x07\x8b\x61\x48\x1c\x93\ \xd5\x6a\xb5\x5e\x57\x65\xf5\xfc\x87\x9f\x1f\xda\xcd\xb4\x2e\xcb\ \xb2\x1c\x52\x1e\x62\xfe\xd2\xcb\xaf\x50\x92\x83\x2b\x47\x21\x78\ \xcc\x62\x9d\x33\xb6\xc8\x83\xbf\xf3\xe0\xfe\xd1\xd1\x95\x83\x83\ \x83\x88\x92\x34\x16\xb3\xab\x2e\x5c\xc9\x9d\x0f\x1a\xb7\xcb\xf3\ \xf6\xec\x24\xe6\x38\xad\x26\x90\xf3\xa4\xa8\xf7\xca\x7d\xb2\x6f\ \x06\x06\x3c\xc1\xdd\x3e\xc6\xe0\xc3\x4e\x47\xf0\xf8\xc3\x32\x0a\ \x22\x59\x76\x60\xb2\x31\x27\x79\x18\x06\x22\xca\x39\x8f\xbf\x04\ \x1c\x11\x84\x14\x63\x4c\x31\xed\x5a\xf4\x5d\x6c\x00\xc7\x18\x53\ \x8c\x8f\x47\xf0\x8f\xbf\xd7\xb2\xe3\xaf\x8c\x7d\x32\xc9\x5b\x6e\ \x83\xf1\xf5\xc2\x22\x8a\xa8\xaa\x6b\x04\x68\xdb\xd6\x7b\x9f\x53\ \xe2\x2f\x4f\x85\x64\x06\x45\xef\xea\x93\x0f\xc5\xb1\xda\xb3\xfc\ \x99\xff\x25\xdf\xfe\x2e\xf7\xf5\x37\xf9\xf7\x7e\x29\x9e\x9e\xc9\ \x7b\x95\xfd\xab\xe6\xa2\x1c\x30\x07\x01\x2b\x48\x09\x50\x00\x49\ \x80\x81\xe0\x12\x4e\x0f\x80\x99\x13\xee\x6c\x19\xa3\xa8\x1d\x00\ \x40\xdb\x42\x69\x4b\xa4\x10\x21\xe7\xc4\x39\xcf\x67\xf3\x83\xfd\ \xbd\xd5\x72\x75\xf7\xde\x9d\xed\x66\xc3\x92\xb4\xb5\x64\x74\xcc\ \x51\xa2\x2f\x9c\x5a\x4c\x8b\xa7\x6f\xde\xec\x97\xe7\xaf\xbe\xfa\ \x7a\x59\x17\xc1\x02\x21\xcc\xea\xba\xb0\x0b\x48\xc3\xe1\xde\x7c\ \x52\x96\x95\xb9\xde\xf4\xdd\xa6\xed\x8a\xaa\x46\x5d\x22\xc7\x21\ \xc7\x8e\x53\x4c\xd9\x6f\x9b\xc9\xde\x7e\x59\x54\xc6\x16\x42\x46\ \x04\x30\x65\xf6\x71\xb3\x5a\x75\x9b\x8d\x05\x26\x0d\xda\x98\xcc\ \xc0\x64\xaf\x3d\xf5\x3e\xb1\xb5\x07\x1e\xb6\x7e\xbd\x5e\x89\x76\ \xeb\x18\x56\x5d\x54\x02\x8b\xba\x42\xb2\x60\xab\x62\xff\x78\xd3\ \x9c\xfa\x47\x9b\xa6\xf7\xb3\xd2\x1e\x2c\xe6\xb3\xd9\x74\x3b\x6c\ \x24\x7b\x92\xa4\x09\x94\x2b\x7d\x64\x00\x75\x74\xed\x56\x13\x60\ \x7d\xb1\x42\xad\xb7\x1e\xd6\xbe\x5f\xaf\x9b\x2b\x65\xf7\x2c\xe2\ \x13\x88\x65\x72\xce\x37\x6e\xdc\x7c\xfa\xf6\x53\x7b\x07\x07\x7e\ \xf8\xff\xd8\x7b\xd3\x66\x49\xb2\xe3\x4a\xcc\x97\x7b\x6f\x2c\xb9\ \xbd\xb5\xf6\x5e\xd0\x68\x34\x08\x80\x24\x40\xe3\x90\xe2\x98\x6c\ \x38\x1a\x0d\x87\xb2\xd1\x66\xfa\xac\x9f\xa7\x3f\x20\x33\x99\x64\ \x63\x92\x51\x66\xb2\x91\x89\x8b\x46\x23\x89\x04\x31\x00\xb1\x35\ \xd0\x4b\x6d\xaf\xde\x96\x99\xb1\xdc\xc5\xdd\xf5\x21\x32\x5f\x57\ \x35\x00\xb2\x51\x5d\x20\xc1\x56\xdd\x0f\xaf\x9e\x45\xbd\x88\x8c\ \x8c\xc5\xaf\xdf\xe3\xc7\xcf\x49\xab\xd5\xc1\xe3\x27\x4f\x8b\xe9\ \xf1\xd1\x91\xf3\xae\x69\x6a\x51\xbd\x5c\x0f\xf3\xc5\xaa\x1b\xe2\ \xd5\x7a\xa3\x63\xee\xb6\x89\xc9\x1b\xb8\xf5\x7a\xf3\xe7\x7f\xf6\ \x17\x1f\x3e\x7c\x38\x64\x41\xf4\xc1\x07\x04\x8f\x60\x29\x96\xe0\ \x5a\xc2\xea\x3b\x7f\xf5\x37\x07\xcb\x83\xbb\xc7\x33\x03\x05\xa4\ \x94\x72\x08\xd5\xb2\x69\xba\xbe\xdf\xc4\xd8\x86\x30\x6b\xdb\x37\ \x4e\xef\x3d\x4b\x67\x3f\xfe\xeb\x1f\x51\x53\x2d\xeb\xf6\x90\xab\ \xa5\x67\x9f\x86\xd3\xb1\x70\x3e\xe7\x59\x2b\x4d\x4d\x55\x0d\x96\ \xf2\xb0\xed\x86\x11\x4b\x91\x71\xe8\xbb\x6d\xc9\xb1\x71\xd4\xe7\ \xae\xa3\x75\xf7\x30\xfe\xe6\xef\x7c\xab\x5e\xb4\xdf\xfd\xf6\x77\ \xd9\x5f\x32\xd7\x26\x0a\x60\x31\xf6\x9e\x7d\xd3\xd4\xa7\x87\x47\ \xcb\x79\x93\x62\xe2\xc0\xb3\xc6\x3f\x9b\xcf\x4a\x4a\x6d\xd5\xc4\ \x6e\xe3\x9d\x5b\x2e\x16\xeb\xcd\x26\x96\xb2\x70\x55\xeb\x83\x43\ \xe2\xa6\x91\x50\x95\x94\xa0\x26\x98\x05\x22\x3a\x98\x7b\x3f\xf4\ \x6f\xe7\x2f\xf7\x97\xeb\x47\x1f\x7e\xdc\xe5\x78\xfb\xe4\x48\x09\ \x3e\x8f\xa3\xbd\xdd\x28\x83\xed\x23\xf0\x0e\x17\x87\xa9\x68\x04\ \xaa\xa6\xaa\x53\xc6\x3d\xf9\x14\x9a\x99\x73\x2e\xe7\x0c\x06\xe3\ \x18\x55\x15\x10\x7c\xf0\x06\xb0\x73\x18\x27\x9a\x3c\xfc\x60\x8f\ \xc5\xec\x1c\xb4\xf7\x05\xd5\x4f\xe8\x3d\xb8\x3f\x7b\x7b\x21\xcc\ \x0e\x31\xe6\x5c\xa6\x3e\xf1\x94\xf2\x64\x68\xfe\x33\x51\xf6\x97\ \x73\x38\xfd\xbb\x33\x77\x6e\xb0\x5c\x6b\x3f\xd8\x78\xae\x3f\xf9\ \x7e\x7e\xfc\xd8\x7c\xf5\x6a\x2d\x5a\x5f\x8f\x7f\xc8\xe1\x72\xc7\ \x79\x34\xab\x8d\x03\x40\xd8\x15\xf1\x91\x8a\x21\x01\x11\x91\x02\ \x14\x05\x9e\x60\xf7\xa9\x1a\xc8\x3c\x29\x6b\x5c\x5c\x5e\x1d\x2e\ \x96\x95\x73\x88\xe6\x90\x25\x0e\xa9\x2f\x5f\x7e\xfb\xc1\x37\xbf\ \xf1\xd5\xef\x7c\xf7\x3f\xfc\xf8\x47\x3f\x8c\x65\xcc\xac\x6a\xf1\ \xf6\xc9\xea\xd6\xd1\x6a\xc6\x48\x63\xf7\x5b\x6f\xbf\xf1\xee\xe9\ \xb1\xaa\x21\xa0\x4a\xca\x39\x05\xcf\x39\x45\x03\x58\x3f\x7b\x56\ \xcf\x97\x47\x27\x77\x17\xa7\xac\x1c\x8a\x42\x2e\x1d\xd4\x55\xbb\ \x5a\x8d\x46\x63\xdf\xf7\xdd\xd0\x76\x39\xd3\x1a\x42\x5d\x4a\xb9\ \x7e\x76\xe6\x1c\x81\x59\x5d\x55\x15\x03\x33\x44\xd5\xa7\x97\x57\ \xd1\x89\x5f\xce\xb7\x9b\x61\xe8\x47\xd9\xe4\x61\x9b\x9a\x55\x68\ \x66\xb3\x3a\x74\x96\xa2\xe5\x1c\x75\x63\x08\x18\x42\x27\xee\x7a\ \x7b\x7d\x7e\xb9\x59\xd4\xee\x76\x37\xde\xca\xd2\x56\xa1\x72\x58\ \x39\x6f\x84\xf5\x6c\x55\x13\xab\xe1\xc7\x4f\xce\xce\x2e\x37\x42\ \x81\xa8\x1a\x4b\xee\x87\xd8\x15\x3a\x02\xff\x52\x8e\x40\x20\x2a\ \x27\xc7\x27\x48\x0c\x40\x93\x74\xfe\x62\xb1\x5c\x1e\x2c\xff\xe5\ \x1f\xfd\xa7\xf3\xc5\xfc\xf1\x93\x47\x7f\xfa\x67\x7f\x11\x47\x45\ \x18\x91\xd8\x81\x2b\xa6\x8f\x3f\x7a\xfa\xe3\x1f\xfe\xf4\xcd\x37\ \x1e\xfc\xdb\xff\xed\x2f\x1e\x3d\xfc\x68\xbe\x5a\xfe\xd6\x6f\xbf\ \x77\xb0\x3c\x8c\x63\xbc\xbe\xba\x28\x29\x0d\xfd\xb5\x25\xc9\x7d\ \xdc\x5e\x6d\x73\x97\xf2\xd6\xbd\x79\xff\xd6\x20\xe5\x60\xb5\xbc\ \x75\x72\x4a\x88\xf5\x76\xdb\x3d\xfc\xb8\xdf\x74\x32\xe6\xc5\xc1\ \x11\x45\x3a\xbd\x75\xe7\xeb\xff\xe4\x5b\x87\xc7\xab\x87\xdf\xff\ \xce\x6c\xdc\xac\xc2\xd1\xd5\xe3\x0f\x16\x87\x73\x2b\x34\x6f\x6e\ \x31\xcf\x9e\x7e\xe7\x3b\xb0\xd9\x42\x1a\x09\x31\x9b\x01\x7b\x55\ \x1c\xc8\x1d\xdc\xbf\x77\x78\xeb\xf8\xfb\x3f\xfc\x3e\x06\x8f\x21\ \x7c\xf0\xe8\x31\x72\x0b\xe0\x99\x83\x68\x41\x34\x1b\x86\x07\xa7\ \xc7\x6f\x7d\xed\x3d\x06\x05\x2a\x6c\xa0\x08\xad\x0f\x61\x36\xab\ \x88\x37\x29\x45\xce\x41\x67\x43\x89\x0c\x14\x90\x9c\xa8\x6e\x7b\ \x05\x04\x76\x90\xca\x75\x8e\x50\xf9\x10\x5a\x06\x3f\x73\xf3\x6f\ \xfe\xee\xb7\xfe\xfd\x9f\xfd\x45\x9f\x47\xe7\xfd\x3a\x0e\xf3\xc5\ \x02\x3f\x97\x18\xd5\xc4\x51\xdc\xa5\xd7\x44\x64\xb6\x8f\xb7\x66\ \x37\x0d\x52\xa5\x94\xa9\xce\xe9\xbd\x9f\x3c\x0f\x3e\xbd\x3f\xe2\ \xcf\x30\x61\x3e\x29\x03\xd0\x5e\x7c\xc9\x9e\x5b\x1d\x00\xec\xec\ \x5f\x5f\x60\xc6\x03\xa8\x99\x8a\x00\xa0\x99\x20\xf1\x62\xbe\x2b\ \xd2\xba\x17\xce\x19\x00\x5e\xb5\x06\x57\x89\xb6\x7c\xd7\xfd\xde\ \x31\x37\x47\x04\x31\x1c\x7f\xcd\x3e\xfe\xbf\xf2\xe3\x87\xaf\x93\ \xf7\x7f\xfc\x80\x0c\x00\x80\xbd\x7d\x6b\xd1\x0f\xbc\x4d\x76\x3d\ \xa6\xb1\x44\x98\xec\x79\x88\x92\xa1\x47\xaf\x93\x05\x04\x07\xdd\ \xbf\x0d\xce\x81\xea\x64\xa3\x0c\xa5\xa4\x6e\x7d\x59\xaf\x96\x2a\ \x22\x96\x39\xf8\xe5\xac\x3e\x3d\x9c\x1f\x1e\x1e\xdc\x3e\xf9\x83\ \xc6\xe9\xd9\x93\xa7\xbf\xfd\xcd\xdf\xfa\xe0\xc7\x3f\xf9\xd2\x1b\ \xf7\xee\x1e\x1f\xf6\xeb\xab\xcd\xf9\x53\x32\xa8\x4b\x98\x0e\x95\ \x00\x00\x20\x00\x49\x44\x41\x54\x9c\x9f\x98\x64\x8a\x82\x6c\x0c\ \xea\xeb\xe0\xbc\x57\xc3\x1c\x87\xeb\x4b\xdb\x26\xe1\x76\x76\x78\ \x38\xa7\xa2\x4e\xd1\xf9\xba\x9a\x93\x43\x37\x8c\xf1\xfc\xe9\x33\ \x7f\xbd\x76\x3e\x38\x1f\xd0\x14\x91\xea\xa6\x89\x25\x81\x96\x4d\ \xb7\xbd\xee\xfa\x8b\x21\x35\x27\xf3\x67\xcf\x9e\x15\x6e\x62\x81\ \xbe\x1f\xfa\x75\x7f\xff\xf8\x56\x11\x0d\x21\xe4\xd8\x53\x89\x0e\ \x9d\xb7\x72\x3d\xf6\xe0\x6b\x2c\xb1\x48\x77\xb9\x4d\xeb\xee\xd9\ \x0f\x3f\x7c\x7a\xeb\x64\xf1\xc6\x9d\x5b\x07\xf3\xba\x72\x74\xd1\ \x9f\x65\x83\x31\xc6\x31\x66\xa8\x1a\x29\x36\xa4\xd2\xa7\x12\x05\ \x92\x92\xbd\xac\x42\x92\x77\xfe\x47\xef\xbf\x9f\xc6\xf4\x87\xff\ \xfc\x9f\x7b\xef\x11\x71\x18\xfa\xaf\xbc\xf7\xee\xf1\xf1\x11\xa2\ \xfd\xcd\xf7\xfe\xc3\xfb\x3f\xfe\x41\x53\xad\x70\x59\x72\x2e\xc3\ \x30\x00\x80\x6f\x9a\x1f\x7d\xef\xaf\x7f\xf0\xd7\x7f\x79\x76\xf6\ \xf4\x6b\xbf\xf1\xb5\x77\xde\xfd\xd2\x1b\x6f\x3e\x70\x8c\x2a\x80\ \xf0\x96\xa9\xaa\x96\x8b\xb3\xc7\x1f\x7e\xf0\xe1\x5b\xf7\x4f\x2e\ \x2f\xaf\xba\x7e\x5b\xec\xd4\x0c\xd0\x87\xa8\x4a\x80\xe8\xfc\xea\ \xe0\x48\x44\x73\x4c\x3e\xf8\xe2\xf9\xc1\xd7\xdf\x3b\x7e\xeb\x41\ \xf0\x74\x70\xe7\x96\xef\x98\x63\x37\x58\x2e\xe3\xe6\xce\x1b\xb7\ \xf8\xe4\xd8\xb0\xc2\xba\x1a\xce\x1f\xcf\x1c\x05\xe7\x88\xc2\x5a\ \xb8\x3e\xbd\xbf\xba\xfb\x56\x3d\x9b\xbb\xca\xee\x6c\xfb\x1f\xfd\ \xe0\x27\xc5\x38\x50\x5d\xcc\xab\xfa\x62\x88\x18\x0c\x8c\x82\x8e\ \x52\xb6\x71\xa8\x3d\x8e\x25\x26\xd1\xc7\xcf\xce\xd7\x43\xf7\x8d\ \x77\xbe\x7e\x1d\xfb\x41\xcb\x62\xb5\xdc\xa6\x21\x9b\xf4\xb1\x6f\ \x42\x53\x35\xd5\xd8\x8f\xdb\xed\xd6\x57\x4d\x3b\x6f\x65\xc8\xeb\ \xf5\xd5\x9d\xbb\x77\x57\xa1\xf2\xde\xf7\xdd\x70\xf6\xe8\x71\xd3\ \xd4\x39\x17\x26\x66\x76\x2f\xed\x79\x3c\x09\x84\x31\xb3\xd9\x04\ \xbe\x6b\x29\xb2\x6f\xf3\x98\x7c\xc7\x58\x44\x44\x64\xca\x9d\x61\ \x92\x8a\xdc\x8b\x8b\x4d\xbc\x9a\x1b\x2d\xb5\x9d\x56\x26\x22\xee\ \x0a\x53\x7a\xc3\xc0\xf9\xd9\xcf\x9d\xf8\xc6\x38\xa9\x92\xe1\xc4\ \x52\xd1\x1b\x6b\xe2\x7d\xa1\xdd\x00\x81\x10\x45\x15\x5e\x10\x0e\ \x9b\xbe\xf1\x2b\x25\xb2\x20\x43\x7e\x52\xbe\xfd\x27\xea\x1c\x98\ \xec\x9a\x54\xfb\x6b\x7b\xad\xfb\xf5\x85\x89\xee\xa7\x8b\x40\xab\ \x5a\x5d\xf3\xf4\xba\xff\xde\xe5\x16\xb4\xa0\x3a\x90\x6c\x0a\x42\ \x60\x66\xa9\x88\xe3\xa9\x51\x55\x08\xd1\x24\x33\x18\x18\x94\x9c\ \x2b\xe7\xda\x00\x8b\x86\xbb\x6e\x38\x5e\x2d\xaa\xe0\x57\xab\xd5\ \xf5\xd9\x23\xcc\xfd\xad\x7b\x77\x1f\x9c\x1e\x7e\xfd\xcd\xfb\xc7\ \xb3\xf9\xbb\xbf\xfd\x8d\xa1\xef\xc6\xf3\x33\xd4\x12\x66\x2d\x10\ \x82\x87\xf6\xf4\x98\x90\x24\x49\xbf\xe9\xad\x14\xe7\x88\x11\x62\ \xb7\x55\x30\x87\x5a\x99\x0c\x57\x6b\x6e\xee\x54\x44\x54\x54\x8b\ \x91\xf3\x6e\xb6\x68\x9a\x99\x30\x1a\x4f\xfa\xaa\x54\x31\xcf\xda\ \x2a\x76\x43\xca\x69\x73\x75\x75\xbd\xbe\xe8\x73\x6c\x8f\x6e\x1f\ \x2c\xe6\x07\xd5\xf2\x2a\xda\x47\xfd\x10\xb3\x37\x9e\xe7\x96\xaf\ \xaf\x2f\x4b\x1e\x89\x6c\x8c\xdb\x2a\xb3\x99\x38\x11\x6a\x9a\x92\ \x3a\x63\x76\x9e\x4c\x04\x80\x9e\x5e\xf5\x43\xfc\xf8\x78\xb5\x38\ \x3e\x58\xa2\xf7\x5d\x3f\x86\xaa\x1e\x15\x62\xca\xb1\x68\x2e\x52\ \xd4\x14\xc1\x88\x3e\x0f\xa9\xc0\xc0\x9c\x77\x93\xe4\x00\x12\x38\ \x47\x6f\xbc\x79\x9f\xd0\x86\xa1\xbb\x78\xf6\xf4\xee\xad\xa3\xfb\ \xf7\xee\x7d\xfd\x6b\x5f\xaf\xea\xea\xe3\x0f\x7f\xfa\xfe\xfb\x3f\ \x91\x92\x20\x3f\x69\xab\xfa\x9f\xff\xb3\x6f\x7c\xf9\xcb\xef\x02\ \x6a\xec\x3e\xca\x14\xaa\xaa\x56\x33\xb5\x8c\x58\x0e\x57\x8a\x6f\ \xcc\xda\x3a\xcf\x66\x72\xb5\x1e\x9f\x9e\x5f\xdc\x3e\x3d\x75\xed\ \xcc\x7c\x60\x1f\xf2\x30\x54\xf3\xf9\xf5\x66\xa3\x88\x59\x73\x2c\ \xb1\x69\x1b\x91\x32\x4a\x41\x47\xc5\x34\x83\x0d\xa5\xcc\x56\x27\ \xd5\xad\xdb\x29\x27\xdf\x34\xb3\x83\x65\x7c\xe2\x0c\x74\x48\x59\ \xbc\x3b\xba\xf7\xc6\xe2\xcd\xf7\x92\x9f\x0f\x39\x97\x47\x8f\x6b\ \xd7\x3c\xed\x2e\x93\x94\xda\xcf\xc8\xcd\x90\x6a\x64\x36\x33\x91\ \x3c\x8e\x52\x54\x2e\xaf\x2e\x4f\x8f\x96\x4d\x5b\xeb\x30\x6e\x37\ \x9b\x61\x1c\xef\xde\xbf\xdb\x0d\x7d\xdf\xf7\xc7\x07\xab\x34\x8e\ \xb9\xeb\x55\xb4\x59\xac\xd8\xf9\x31\x5d\x01\x13\x3a\xe4\xe0\x53\ \x3f\xdc\x5d\x1d\x75\x67\xe7\x7d\xdf\x1f\x1c\x1e\x02\x12\xe4\x3c\ \x0b\x3e\x02\xd6\xe8\xac\x8f\x2f\x6d\x90\x6d\x93\xec\x1d\x98\xea\ \xe4\x41\x26\x53\x0e\x3e\x25\xd3\x66\x3b\x2f\x9a\xc9\xc6\x60\x02\ \x70\xa6\xcc\xfd\x93\x64\xb7\xc8\xb4\xc3\x8e\x4c\xb9\xb7\xc4\x02\ \x00\x22\xfe\x24\xff\xdf\xaf\x05\x98\x09\xf7\xa0\x8d\x8a\xde\xac\ \x39\x6c\x6f\x60\x89\x7b\xae\xe4\x8d\xa2\xbc\xc2\x4e\x63\xc6\xfd\ \x1c\x9a\xd5\x2b\x1d\x9a\xe1\xea\x63\x45\x04\x53\x43\xc6\xe9\x27\ \xbf\x0e\xee\x5f\x88\x81\x80\xb5\x67\x2d\xb9\x6d\x7d\xdb\x9e\x6c\ \x08\x82\xa3\x54\x32\xa5\x81\xb4\x98\xb1\x4e\x4b\x57\x04\x90\x62\ \x25\x12\xc1\x6a\x5e\x9b\x8a\xa9\x22\x84\xb7\xde\x7c\xf0\x95\x77\ \xde\x2e\x29\x12\x1e\xdc\x7f\xf0\xe0\xe1\x47\x1f\xce\xbc\x66\xc0\ \xee\xea\x4c\x0e\x67\xf7\x4e\x0f\x82\x1a\x5c\x5f\x6e\xae\xaf\xb2\ \x24\x24\x0a\x6d\x5d\x37\xc1\x82\xa3\xba\xe2\xd5\x42\xd5\x78\xb4\ \x00\xae\xdf\xac\xb3\xe9\xa4\xb0\x31\xc6\x1e\x04\x8f\x96\xf3\x27\ \x67\x4f\xcf\x3f\xfe\xc9\xa2\x9a\x07\xf2\x8c\x68\x66\xde\x07\x44\ \xc8\x64\x51\xb2\x68\xf6\x75\x55\xd7\x5e\x25\x5f\x5f\x5f\x3e\x3b\ \x7b\x76\x75\x71\x5e\xd5\xe1\xce\xbd\x07\xb3\x83\xc3\xf3\xf5\xf9\ \xd1\xad\xe6\xfe\xed\xe3\xee\x8a\xa2\x14\x0c\xee\xc9\xf5\x59\x8e\ \x29\xf6\xdb\x8a\xc1\x33\xad\xfb\x9e\xd4\xaa\xaa\xc9\x8c\xcc\x2c\ \x08\x40\xa4\x06\x55\x5d\x21\xc0\x7a\x4c\xdd\x93\xab\x3e\x6b\x51\ \xed\xc7\xc1\xb9\x80\x44\x55\xdd\x1a\x60\xd9\x51\x23\xd0\x31\x7d\ \x1e\x70\xa0\x94\xdc\x34\xad\xa8\x9c\x5f\x3c\xfb\xf8\xe3\x8f\xbe\ \xf4\xa5\xb7\x6e\x9f\x1c\x5f\x9e\x9f\x95\x1c\xff\xf0\x3f\xfe\x83\ \xe5\x6a\xd9\xb6\x21\xc5\xc1\x79\x77\x7c\xf0\xee\x97\xdf\x3c\x5e\ \x6f\xae\x42\xf0\xcc\x6e\xb1\x5a\xb2\x8f\xe3\xd0\xa5\x18\xd1\xa8\ \x44\x4f\x68\x68\x05\x41\xd4\x0a\x53\xbe\x7b\x6f\xf1\xce\x57\xbf\ \x74\x76\x91\xfb\x2e\x9f\x9c\x9c\x2c\x17\x0b\x20\x06\xb3\xd6\xac\ \x94\xb2\xe8\xba\x4d\x3f\x94\xe1\x72\x3e\x5f\x59\x4a\x41\x41\xa5\ \x34\xec\x37\x31\x5f\x9e\x3d\x4b\x86\x07\xf7\x1e\x9c\x7f\xf4\xf8\ \xe9\xd5\xf6\xed\xf7\xbe\xee\x57\xab\x01\x68\x8c\x65\xb6\x5a\x2d\ \xef\x3e\x68\x4e\xee\x8a\x77\xe4\x91\x7d\x05\x71\x46\x56\x37\x8b\ \xee\xec\xe1\xe3\xc5\xc1\x81\x61\xad\xe6\x8b\x5a\x91\xa4\x66\xb5\ \x77\x4e\xb2\x0c\xd1\x1b\x78\x03\x65\xb7\x6c\xea\x92\xf3\xb3\xc7\ \x4f\xee\xdc\xbe\x35\xaf\x6a\x48\xb9\xbb\xba\x86\x5d\x83\x28\xab\ \xe6\xac\x65\xcc\xe9\xe0\xf4\x38\x95\x44\x04\x55\x1d\xd6\xd7\x79\ \xec\xb7\xf5\xfd\xbb\x4f\x9e\x3e\x15\x28\xcc\x7e\xbe\x9c\x0f\x63\ \x3f\x6c\x7b\x83\xcf\x83\xb9\x4f\x0a\xbb\x38\x25\xe3\xcc\x34\x61\ \x2a\x13\xf6\x62\x60\x44\x7c\x53\x53\x9d\x54\xf3\x74\x6f\x56\x43\ \x44\xde\x7b\x7b\xb1\x36\xbe\x67\x65\xe2\x84\xd1\xd9\x9e\x91\x33\ \xa1\xf6\x45\x26\x71\x19\xdc\x79\x80\xdb\x0d\x53\xd2\xcc\x8c\x88\ \x77\x98\xce\x7e\x33\x1a\x18\x4c\x20\x3e\xfc\x6a\x83\xbb\x29\x84\ \x43\x3e\x5a\xd9\x93\x0f\xb4\x39\xa0\xe1\x99\xad\xbe\xee\xda\x68\ \x0f\xdf\x57\x7c\x0d\xcb\x7c\x01\x98\x32\x00\x75\xd3\x32\x1a\x31\ \x8e\x7d\xb7\xac\xb0\x0a\xae\x1f\x73\xb0\x48\x39\x19\x90\x11\x39\ \xe7\x41\x12\x59\xb9\x7b\xe7\xf8\xee\xf1\xea\x60\xde\x32\x4a\xf0\ \x34\xab\x9b\xc5\x62\x71\xbd\x59\xe7\x61\x78\xf3\xed\xb7\x66\x33\ \x8f\x65\xc8\x83\x54\xc1\x8f\xc3\xc6\xd2\x30\x9b\x55\x4f\xdf\x7f\ \xdf\xb6\x9d\x88\xa8\x69\xd5\x34\xe8\x30\x96\xe8\x02\xbb\xaa\x02\ \x53\x60\x36\x1b\xab\x80\x12\x28\x75\x43\x01\x01\xb4\xaa\x69\xaa\ \xb6\x06\x72\xe8\xc3\x7a\xdb\xc5\x22\x28\x10\xc0\xd5\xa1\x76\xec\ \xc1\x31\xa8\x41\x29\x56\x0a\x39\x2a\x43\x7e\xf8\xe8\xd1\xf9\xd9\ \x39\x93\x3f\xbd\x7b\xef\xe8\xe8\x20\xb4\x55\x1f\x87\x34\x6c\x53\ \x77\xd5\xd4\xd5\x9b\x6d\xb3\xd5\xf3\x75\x91\x34\x96\x50\xd0\x14\ \x15\xd4\x9a\x1a\xc1\x71\x31\x62\x4a\x12\x11\xcd\x39\x5f\x05\x16\ \x00\x05\x06\xc4\x6a\xde\xa0\xe6\xeb\x21\x1b\x18\xfb\x3a\xa9\x3a\ \x60\x45\x92\x49\x0b\x73\x77\xe9\xe4\xa5\x9d\x9a\xcd\xcc\x79\xff\ \x83\x1f\xfe\xe0\xc7\x3f\x7e\xff\xe4\xe4\x78\xb5\x5a\xfc\x47\xbf\ \xff\x7b\xc1\xb3\x16\xad\x3d\x1f\xac\x4e\xd5\x34\x8e\x11\x88\x0d\ \x20\xc6\x11\xd1\x56\xab\x45\x55\x57\x06\x00\xa8\x22\xc9\x3b\xae\ \xfc\x3c\x76\x71\x7b\x7d\xe9\x9d\x5b\xac\x66\xe0\x18\x94\xb8\xaa\ \x81\x1c\x39\xba\x75\xfb\x36\x72\x43\x44\x36\x71\xf0\x00\x91\x19\ \x89\x56\x6d\xbb\xde\xac\xc3\x6a\x59\x57\x75\x7a\x72\x86\x52\xac\ \xa8\x73\x6e\x3d\xc6\x11\xec\xfe\xbb\xef\x9a\xe1\x0f\x7f\xf8\xe3\ \x52\xfb\xa3\xee\xfc\xce\xe9\xdd\xb2\x3a\x38\x7f\xf2\xec\xcb\xb7\ \x1f\xb8\x5b\x77\xb6\xa6\x24\x5b\xe7\x35\x95\x92\x3c\x8e\x63\xa9\ \x6f\x1f\xc7\xf3\xb3\x6b\x4d\xe4\x9c\x20\x14\x53\xe5\x02\x0c\xde\ \x7b\x4b\x79\x74\xd0\xa1\x38\x13\xf1\x38\x3a\xdb\x58\xfe\xf7\x7f\ \xf3\x9d\xaf\x62\xbe\x77\xe7\xf6\x86\xca\x85\x8c\x55\x53\x23\xbb\ \xb1\x26\xd3\xf4\x68\x7d\x79\x79\x79\x79\x78\xf7\x76\x3f\xf4\xd9\ \xe3\xba\x0c\x7c\xd0\x36\x95\xe5\x0a\xce\xd3\x06\x56\x75\x56\x0c\ \xa1\xf6\x5e\xb6\xe3\x20\x22\x53\x72\xfd\x4b\x62\x32\x53\x17\x7f\ \x36\xe3\xbd\x52\x00\x4e\x24\x99\x3d\xec\x3e\x55\x41\x0d\x11\x27\ \x86\xcc\x2e\xe2\xdb\x8e\xc6\xae\x53\x2d\x55\x75\xc7\xf6\x7d\x6e\ \xdc\x38\x6c\xe0\xcd\x3c\xb0\x93\xb9\xd6\x1b\xc8\x1e\xc9\x4d\x3a\ \x7b\x6a\xbb\xc3\x02\x94\x1b\x43\x85\x69\xae\xd8\x61\x35\x88\xf0\ \x73\x82\xfb\xab\xe5\x9f\x1b\xb8\x05\x1e\xdf\xb6\x27\x8f\xe9\xc1\ \x37\xe9\xa7\xff\x4b\x71\x33\xaa\x9d\xc0\xeb\x82\xea\x17\x22\x71\ \x47\xb0\x54\x54\xd2\x10\x53\xc9\x25\xcf\x97\x2b\xcf\x3c\xab\xf1\ \x6b\x6f\xdf\xb6\xf5\xb0\x19\xc6\xab\x3e\xf6\x31\x12\xea\xd7\xde\ \x7b\xe7\x9b\x5f\x7f\x6f\x7d\xfe\xa4\x26\xa8\x43\x95\x62\x77\xef\ \xce\x51\x1a\x7a\x4b\x03\x59\x09\x6d\x65\x64\x55\x20\xd3\xdc\x84\ \xda\xdd\x3e\xf1\x8c\xeb\x67\xcf\xba\x7e\x63\x16\x81\x00\x01\xbc\ \xd3\x30\x0b\xe4\x3c\x21\xa6\xbe\x8f\x6b\x01\xc2\x79\x53\xb3\xd3\ \x60\x71\xcc\x7d\x86\x90\x45\xc8\x57\x75\x68\x13\x11\x36\xab\xf5\ \xe5\x7a\x35\x6b\x96\x4d\x9b\xbb\xf8\xf4\x6a\xed\x88\x11\x40\x55\ \xac\x08\x48\xda\x3c\x29\x85\x2d\xcc\x9a\x2f\x7f\xe5\xbd\xe0\x9b\ \xaa\xaa\x52\x1a\x2f\xaf\x2f\x2e\xae\x2e\x18\x71\x7b\xf5\xcc\x19\ \x1c\x2d\xef\xdc\x67\xd7\x5d\x5d\x54\xe2\x35\x41\x30\xc4\x79\x9b\ \xd1\x06\xcb\xcb\xaa\x61\x14\xed\x36\x63\xb7\x0d\x1e\x11\x3d\x12\ \x32\x79\x35\x14\x33\x26\x5f\x55\x8d\x42\x31\x33\x87\xe0\x9d\x47\ \x66\x30\x43\xd8\x75\x1d\x32\xbd\x3c\x02\xaa\x66\x07\xab\xd5\xe1\ \x72\x55\x85\xb0\x5a\x2d\xe6\x6d\xdb\xce\xda\x9c\x47\x22\x08\xa1\ \x02\x00\x54\x93\x4c\xcc\x2c\x45\x87\x6d\x9a\x2f\xe6\x0a\x96\x4a\ \x61\x26\x30\x76\xcc\xc8\x6c\x22\xec\xf9\xe0\x68\xd6\x6f\xd7\x4f\ \x1f\x5d\x14\x4d\xed\x7c\x56\xcd\xe6\xc8\x0e\xc0\xa1\x27\x15\x55\ \x51\x62\x2e\xa2\xce\x39\x53\x43\xc2\x2c\xa5\x6e\x5a\x04\xfd\xc9\ \x87\xef\x07\x5f\xa3\x03\x30\x4b\x66\xb1\x76\x8b\xa3\x07\xdc\x56\ \x67\xdd\xd6\x1d\x1d\x71\x83\x83\x2b\x67\xdd\x95\xbb\x77\xbb\x59\ \xac\xc6\xc3\xc3\x87\x39\x81\x03\x2a\xc9\xae\xce\x14\xdd\x20\x5e\ \x10\x8c\x6c\xf5\xa5\xbb\x6f\x9d\x1c\xa8\x79\x99\xbc\x3c\xa6\x76\ \x38\x12\xd1\xd8\x04\xc8\x95\x17\x46\x31\x3d\xbd\xb7\x9a\xa5\x6c\ \xc4\x5b\xcf\x8f\x6a\x99\x3b\xca\xb7\x17\x11\xc0\x79\xf7\x91\x6c\ \x74\xbd\x96\xb9\x9f\x35\xa7\x8f\xb7\x97\x7d\xd7\xf7\xe3\xe0\x64\ \xeb\x98\xc8\xd1\xb3\x67\x1f\x9e\x69\xcf\xb7\x96\xcb\x76\x41\x82\ \x98\x8c\x96\x0d\x31\xbf\x54\x08\xda\x31\xbe\x76\x89\xab\x02\xa2\ \x21\xd2\xde\xb9\x00\x09\x49\x6d\xe7\x18\x3c\x89\x82\x31\xf3\xa4\ \x0c\xcc\x7b\xb0\x02\x91\x94\xc8\x26\xce\x18\xe2\xf4\x54\xa8\xa8\ \x81\x4d\x31\x7d\x8a\xfa\xd3\x87\x18\x00\xa8\x4d\xee\xac\x48\xc8\ \xc4\xf8\x5c\x71\x15\x0c\x6e\xe6\x92\x09\x87\x01\x42\x00\x53\xd5\ \x49\xf9\xfd\x57\x9f\x3f\x1b\x00\x22\x3b\x03\x04\xf6\x40\x08\xa6\ \xaf\xc3\xe2\x17\x67\x9c\x9f\xad\x41\xf3\x62\x3e\x23\xc7\x8c\x08\ \x06\xf3\xa6\x7a\xef\xce\x41\xf6\x3a\x8c\x36\xc0\xec\xfd\xa7\x57\ \x25\xa6\xdf\xff\xe6\x6f\xd4\x04\x57\xc3\x76\x79\xf7\x76\xe5\xf9\ \xe9\xe6\xd2\x08\x53\x29\x25\xc9\x76\xdd\xe7\x21\x57\xa1\x76\xa1\ \xea\xba\xae\x9a\xcf\x6b\x1f\x62\x3f\x5c\x9e\x9d\x95\x9c\x09\x2d\ \xa5\xcc\x4c\x40\xa4\xa6\xc1\x51\x2e\x29\xe7\x51\xc4\x62\x8a\x70\ \x05\xab\xc5\x3c\xc7\x11\x88\x21\xd4\x58\x61\x3d\x5b\x18\x3b\xcd\ \xb9\xe6\x30\x6e\x7a\x19\xf3\xc9\x57\x6f\x1f\x1f\xdd\x2b\xf7\x77\ \x5c\x86\x94\x13\x9a\x82\x1a\x11\x86\xca\x87\xa6\x86\x22\xc3\xb6\ \xef\xba\xee\xfa\xea\xfa\xf2\xe2\xba\x0e\xb5\x88\xb2\x21\x6b\x89\ \x9b\xa7\x95\xc4\xd6\xf2\xc5\x30\x16\xf3\xc5\x6c\xf3\xf8\x59\x9f\ \xb7\x86\xb2\x25\x42\x83\x92\xb3\x4a\x21\xdf\x10\x4f\xfc\x7e\x0d\ \x40\xa5\x14\x66\x14\xcd\x1c\xdc\x2e\xb9\xdb\xdb\x28\x9b\x2a\x12\ \x31\x93\x1a\x00\xd0\xcb\x65\x39\x66\xb6\x0a\xed\x3b\x27\x77\x81\ \xc0\x7b\xf7\xe6\x9b\x6f\xfa\xc0\x8c\x2e\xf6\xe9\xea\xfa\x5a\x72\ \x69\xeb\xb6\x9e\x2d\x10\x91\x2b\x57\xd5\xb5\x40\x81\x14\x81\x2b\ \x62\x87\x48\xa0\x64\xa0\x60\x42\x55\xc5\xde\xcf\xab\x79\x98\x1d\ \xa9\x99\x0b\x95\xaf\x6a\x24\x37\x41\xc4\x34\x79\x98\x83\x3a\x06\ \x34\x01\x00\x34\x20\x33\x22\x32\x81\xa6\xaa\x63\x8e\x97\x57\x67\ \xe8\x31\x96\x78\x3e\x76\xa3\x6b\xcf\x73\x62\xa6\x70\x72\xbb\x54\ \xf0\x4c\xe0\xf1\x76\x0d\x33\x87\x8b\x83\x8f\x4b\x6f\x0a\x58\xc0\ \x15\x04\x11\xc0\x22\x3a\x28\x18\x38\x82\x95\x6f\x97\x33\x35\x7a\ \x5e\x35\x25\x81\x15\x9a\x81\x69\xbf\x8b\x5c\xc0\xcc\x33\x13\x53\ \x43\x53\x41\xe8\x54\x5c\xeb\xcc\x2c\x9a\x25\x28\xce\x93\x11\xa8\ \xd1\x15\x8c\x30\x23\x6a\xbd\x39\x4b\x52\x4c\x41\x90\xaa\x93\xe5\ \x36\xe0\xb5\x16\x5f\xb3\x5f\x52\x73\xf7\x90\x1c\xbd\xdc\x65\x47\ \x44\xe7\xdd\x24\x2c\x63\x60\x3a\xc9\x0d\x4c\x57\x0a\x11\x11\x3d\ \x93\xaa\x4d\xf7\x9a\x88\x6e\x1a\x89\xf6\x13\x00\x30\xb3\xc8\xb4\ \xc0\x9b\x8c\x35\x0c\x09\x83\x0f\x45\xc4\xf6\xce\x91\x48\x68\x66\ \xa2\x8a\x00\x2a\x42\x93\xd7\x01\x21\x02\xa8\xda\xd4\xe0\xa7\x66\ \x80\x40\x86\x13\xb2\x03\x30\x99\x31\x19\x20\x3a\xe6\x69\x29\xf0\ \x2b\x0f\xee\x22\xb0\x7a\xd7\x7d\xf3\x2e\xb4\x4b\x5c\xfe\x97\x14\ \x0e\xf1\xd1\x9f\xbe\x36\xeb\xf8\xe2\xc0\x32\xb7\x6e\xdd\xa9\x18\ \x45\xc5\xac\xe8\xac\x71\x8e\x8b\x4a\x19\xbb\xb4\xbd\x0c\x84\x87\ \xa7\x77\xe7\xab\x83\x67\x4f\xcf\x56\xb3\xea\xfa\xc9\x93\x83\x79\ \x7b\x7a\x72\x7c\x71\x76\x96\x72\xc9\xc3\x38\x9b\x2f\x2e\xce\xb7\ \xe3\x38\x8e\xdb\xad\xf7\xae\xa8\x75\xc3\x90\x52\x9e\x37\x4d\x5f\ \x0a\x85\xaa\x02\x90\x38\x06\x26\x66\x2a\x51\x86\x6d\x3f\xf6\x29\ \x17\x59\x1d\x1c\xa8\x08\xc6\x92\x44\x9e\x75\x63\x34\xac\x16\xab\ \xf9\xf1\x2d\xac\x1a\x34\x53\x11\x55\x28\xa9\xf7\x4a\x67\x1f\x3f\ \xf6\xe4\xdf\xfe\xd2\x3b\xcd\x72\x1e\x9a\x06\x98\xda\xb0\x42\x11\ \x40\x4c\x29\xc5\xb1\x5f\x5f\x5c\x6c\xaf\xb6\x43\xb7\xdd\x5c\x5e\ \x8c\xdb\xbe\xad\xeb\xbe\x1b\xfb\x6e\xfb\xc6\x1b\x6f\x04\xef\xc7\ \x61\x9b\x73\xa9\x02\x85\x02\x84\xfe\xfa\xfc\xa2\xdb\x5e\x92\x13\ \x76\x40\x88\x8c\xce\x7b\xce\x8c\x7d\x3f\x08\xd8\x62\xbe\x50\x04\ \x47\x84\x46\x44\xa8\x62\x5a\x64\x62\xa5\x31\x31\x80\x89\x48\x15\ \x2a\x24\xdc\x6e\xb7\x39\x65\x7c\x59\x79\x42\x44\x48\xd9\x62\x62\ \x70\xf0\xe5\xdf\x78\x6f\x79\x7a\x58\x4a\x31\x57\x57\xab\x36\x00\ \x82\x1a\x10\x91\x22\x80\xa9\x81\x11\x03\x21\xba\xb9\x03\xda\xe1\ \xba\x0a\x68\x62\xa8\x93\x8d\x35\x06\xac\xc2\x02\x0d\x05\x50\x0c\ \x4c\x71\x2a\x93\xa8\xed\x7d\xf3\x60\x52\xd5\x9f\xb4\x0b\x41\x15\ \x80\xf8\xee\x83\xb7\x1e\x3d\x7d\xfc\xed\x1f\x7c\xf7\xf0\xd6\x61\ \x9f\x06\xad\xdb\x9e\x78\x2a\xfd\x39\x72\x9e\x1d\x39\x02\x2c\x51\ \x44\xa5\x28\x28\x10\x79\x72\x86\x84\x14\x00\x04\xb0\x88\xa9\x22\ \x66\xcb\x51\xb2\x12\xa2\x91\x01\x80\x02\xa8\xf1\x4e\x1d\x11\x15\ \xd1\x08\x0d\x21\xcb\x94\x27\x2b\x10\x30\xa2\x90\x15\xb4\x09\xf8\ \x65\x42\x65\x32\x02\x15\x75\x0c\x93\x9b\x16\x19\x7a\xf6\x88\x64\ \xc8\x04\xd8\xae\xdc\x36\x0e\x5d\x1c\x72\xdf\xd5\x3e\x6a\xf5\xf2\ \xc5\xec\x4f\xb0\xb5\x1d\xe1\x7d\x87\x83\x4f\xbf\x4c\x6a\x91\x7b\ \x2d\x01\xb8\x41\x48\x6e\xb8\x92\xb6\xcf\xb5\x6f\x08\x90\x13\xf4\ \x02\x66\xaa\x32\x79\x8a\xa3\x6a\x4a\xa9\x88\x54\x21\x38\xe7\x00\ \x51\x4d\xa1\xec\x74\xc4\xd0\xe8\xe7\xad\x25\x10\x00\x08\x77\x9c\ \x9c\x89\x23\xef\x7e\x3e\x07\xe2\xd5\xb1\x65\xd2\x99\xfc\xe5\xbf\ \x11\x66\x50\x01\x64\x04\xb5\x71\xfd\x2b\xe7\x41\x22\xa2\x14\x1b\ \xfb\x52\xe2\xff\x4f\xe3\x6e\xa8\xf9\xef\x41\xdc\x13\x01\xde\x7c\ \xfb\x8d\xda\x73\x4c\x29\x8f\xc3\x35\x14\x22\x2a\x39\x15\xb5\xd9\ \x62\xd5\xb6\xcd\xfc\xe8\xd8\x36\x43\x6a\x42\x7f\x71\x01\x2a\x8e\ \xe8\xe2\xd1\xa3\x94\xf2\xed\xd3\xdb\x64\xc8\xc8\xc7\x27\xc7\x69\ \xef\x13\x6c\x6a\xa5\xe8\xb6\xeb\xe7\xcb\x43\xdf\xcc\x16\x47\xc6\ \x06\x32\x8e\x43\xd7\x15\x29\x39\x15\x1c\x8d\x59\x89\xb9\x24\x19\ \xbb\x81\xd9\x71\xdd\x64\xb3\xf9\x7c\x35\x5b\x1e\x50\x55\xa3\xf7\ \x65\x8c\xa2\x62\x86\xd7\xeb\x0d\x20\xd4\xc1\x3d\xf9\xf8\x43\x26\ \x5b\x1d\x1e\x22\x11\x20\x16\x11\x00\x88\xe3\x60\x0a\xe4\x28\xc6\ \x08\x62\x68\x56\x07\xdf\x1e\x1d\xc6\x61\xe8\x87\xa1\x88\x5e\xad\ \xaf\x45\x35\xc5\xd1\x5c\x23\x90\x9a\x79\x73\xbe\xee\x63\xe9\x9d\ \x27\x76\xa4\x26\x08\x84\xc4\x00\x50\xf9\x10\xea\x3a\x95\x7c\xbd\ \x5e\x2f\x56\x4b\xdd\x75\x12\xb2\xf3\x80\x48\xa5\x14\x76\x3c\x79\ \x38\x78\xa7\x29\xa6\xbe\xeb\xa7\xcc\x0e\x4c\x5f\xae\xc4\xa5\xaa\ \xb3\xc3\xc3\xd9\xfc\x78\x71\xb8\x98\x1f\x2f\xc6\x58\xd8\x33\x20\ \x17\x05\x03\x63\x47\x60\x20\x60\xc8\x28\x66\x80\x4e\x4d\x11\x08\ \x77\x15\x3b\x20\x04\x23\x3f\x19\xb6\xe1\xcd\xf2\x7f\xaf\x4c\x75\ \xe3\xc3\x79\x63\xbc\x80\x08\x60\xb8\xd7\xdb\x9f\x7e\x62\x2c\x86\ \xbe\x3a\x3c\xb9\xe5\x3c\x1f\x2d\x16\xdb\xa1\xcb\x92\xa7\xcb\x2b\ \x82\xb5\x22\x2b\xa9\x60\x29\x86\x60\xa0\x0a\x38\x45\x34\x23\x50\ \x25\x2b\x0c\x42\x64\x4c\x0a\x56\x44\x26\xcd\x39\xdb\x4b\xb4\x80\ \x65\xb3\x49\xb8\x85\x15\xd0\x10\x8c\x08\x80\x15\x00\x0c\x88\xc0\ \x08\x8d\x08\x0c\x14\x4d\x10\x1c\x21\x20\x17\x35\x41\x00\x80\x6c\ \xa4\x51\x2d\x0f\x6c\x50\xf9\xca\xd7\xc1\xa1\x31\xe8\x6a\xde\x96\ \x3a\xa4\x61\x30\xfb\x7c\xf2\x27\x53\xc8\x9e\xec\xf1\x54\x27\xc8\ \x7b\x62\x40\xee\x2b\x9f\xf4\xa9\x26\xd8\x09\x96\xb9\xf9\xfb\x9b\ \x30\x35\x05\xf7\x49\xdd\xc1\xcc\xd4\x14\xf7\x96\xe2\x53\x31\x16\ \xf7\xa5\xdb\x69\x8b\x02\xd0\xbe\x69\xea\x46\xfc\x1d\xf6\x34\x79\ \x35\xc3\xfd\x34\xf2\xf3\x82\xfb\x2b\xef\x2f\x2a\xb6\x7e\x6c\x66\ \xfb\x55\x97\x01\x79\xfc\x55\x0b\x87\x99\x19\x3b\xac\x5b\x97\xe9\ \x35\xba\xff\xab\x9d\x44\xc1\x64\xbb\xed\x04\xb1\xdf\x6e\xce\xe3\ \xf0\x66\xce\xce\xfb\xe3\x93\x5b\x07\x48\x66\x12\x73\x66\xcd\x77\ \x8e\x0e\xc7\xcd\xda\x11\x55\xcc\x90\x4b\x53\x85\xa6\x9d\x95\x22\ \x5a\x74\x75\x78\xb0\x3c\x3e\x2a\x29\x89\xa8\x67\xd7\xd6\xed\x76\ \xdd\xc7\xa3\xe8\x67\xf3\xc5\x7c\x81\xec\x20\x95\x66\xe8\x73\x4c\ \xdd\x66\x6b\xa6\xcc\xd4\xd6\x0d\x33\x57\x8b\x43\x76\x8c\x55\x0d\ \x55\x03\x40\x48\xac\x88\x25\x66\x11\xcb\xb1\x3c\x7d\xf8\xe8\xd9\ \xb3\x73\xe7\xfc\x72\xb1\x18\xc7\xb1\x5b\xaf\xe7\xb3\x76\xb1\x5c\ \x94\x92\x9d\xa7\x38\x26\x07\xd0\x2e\x67\x6d\xd3\x9a\x29\x23\x95\ \x94\xcf\x9f\x9d\xf7\x9b\x4e\x44\x44\xc5\x00\x0c\x50\x01\xc6\x2c\ \x06\xa5\x9e\xb7\xdb\xcd\xb8\x1d\xd6\xc8\x82\x68\x80\xe0\xc8\x01\ \x12\x22\xa1\x43\xef\x43\x3b\x6b\x05\xac\xeb\xba\x7e\xdb\xd7\x75\ \xe5\x9c\xf3\x21\x4c\xfe\x23\xaa\xea\x98\xc9\xd0\x54\xfa\x7e\x18\ \xfa\x1e\x10\xea\x10\x52\x4a\x71\x8c\x2f\x17\x61\x54\xe4\xe4\x64\ \x35\xab\x5a\x70\x24\x25\x7a\x47\x13\xd6\x39\xbd\x56\x28\x06\x66\ \xca\x64\x88\x66\x05\x0d\x76\xba\xb4\x13\x42\x0a\x88\x88\x0a\x6c\ \x9f\x4a\xe5\x6c\xd2\xac\x32\x9c\x16\xf9\x6a\x08\xb4\x0b\x20\x9f\ \x26\x5a\xa0\xa9\x02\x5a\xe9\xba\x39\x3b\x66\x97\xc6\xc8\x31\x99\ \xa9\x73\x0c\xe4\xa6\xa2\xad\x62\x29\x2a\x6a\x45\x11\x88\x00\x89\ \x10\x65\xb2\x80\x13\xc3\xa4\x60\x08\xe4\x98\x11\x1c\x9b\xee\xcf\ \xcf\x00\x10\x35\x39\x13\xde\x85\xdf\xe9\x0d\x9e\xb2\x7a\x52\x24\ \x24\x06\x66\x33\x32\x06\x33\xdc\x13\x51\x10\x11\x0d\x41\x0d\x26\ \xa6\xb7\x33\x34\x25\x11\x42\x35\x4d\x84\x65\xd6\x40\x92\x48\x4e\ \x17\xcb\x8a\x3f\x5f\x00\xda\x37\xa9\x4e\x2d\xa9\x04\x00\x13\x27\ \xd5\x7b\xef\x7d\xb8\x99\x80\xf7\xe4\x74\x7b\xa1\x70\xfa\x5c\x2e\ \x7f\xb3\x71\x8a\xf8\x44\xd3\xf5\x20\x55\x61\xe7\x26\xe0\x5e\xcd\ \xdc\xe4\x88\xad\x0a\x7b\xa1\x03\x7b\x6e\xb9\x80\x2f\x50\x6e\x60\ \x67\xd8\x4d\xf4\xf7\x11\xdc\x15\x60\xf9\xa6\x3b\x98\xdb\x7a\x8b\ \x6f\x7c\x8b\xe5\x91\xfc\xe8\xaf\xa4\xbc\x86\x65\xbe\x28\xe3\xe2\ \xe2\xd9\xfa\xea\x22\xa7\x94\x4b\x99\xdd\xb9\xe5\x98\xfd\x7c\x7e\ \xfb\xee\x5d\xbd\xb8\xdc\x6e\xb7\x69\x8c\x95\x41\x55\x05\x28\xd9\ \x08\x91\x09\x0c\x3d\x91\xa4\x0c\x80\x79\x1c\x85\x11\xbd\x23\xa2\ \x3a\x54\x68\xd0\xf5\xe3\xf5\xf5\xe6\xe2\x72\x53\xe5\x72\x70\xfb\ \x36\x84\x60\x2d\xfa\xd5\xca\x9b\x35\xaa\x26\x02\x60\x34\xad\x5e\ \x99\xc7\xeb\x6b\x66\xe7\x43\x6d\x62\xa5\x94\x38\x8e\x71\x18\x24\ \xa5\xab\xf3\x67\x0f\x3f\xfc\x29\x99\xa2\x77\x29\xe5\x83\xc3\x23\ \x76\x0c\x06\x7d\xdf\x33\x51\x55\xd7\xd5\x3c\x78\x1f\x9a\xa6\x49\ \x39\x96\x92\xfb\xed\xf6\xe2\xfc\xa2\xdf\x76\x39\x65\x26\xae\x9a\ \x7a\x1c\x63\x3b\x9f\x1b\x90\x6f\xea\xa1\x40\xa8\xab\x27\xef\x7f\ \x30\xa6\xec\x02\x6b\x31\x26\x42\x20\x03\x24\x76\x44\x64\x00\xe3\ \x18\xd9\xb9\xc5\x7c\xd1\x36\xda\xf7\xfd\x38\xc4\xe0\x82\xf7\x3e\ \xa6\x48\x00\x8e\x49\x4a\xd9\x6e\xb7\x39\x67\x37\xe1\xa7\x80\x84\ \xe8\x5f\x96\x11\x8c\x80\xb9\x88\xb5\x6c\x26\xc0\x2c\x06\x44\x93\ \x3f\x32\x10\x60\xd1\x42\xc4\xb1\x1f\x9d\x77\xc1\xbb\x18\xe3\xd4\ \x0c\xc9\x3b\x7e\x06\x4f\x73\x32\xeb\x3e\x7b\x9d\xa4\xaf\xd0\xf6\ \xfe\x10\xbb\xf8\xbe\x23\x51\x9b\xaa\x2a\xb1\x03\xdc\xa9\x31\x03\ \x20\x30\x28\x82\xb0\x42\xc0\x29\xe2\xa2\x10\x8a\x16\x10\xef\x59\ \x4d\x07\x56\x0b\x58\x04\xb2\xa0\x11\x00\x22\xef\x17\x0e\xb4\x5b\ \xd2\x7b\xd9\xd9\x31\x4e\x4d\x96\xba\xd3\x39\x04\x03\x40\xa7\x6e\ \x52\x2d\x9e\xd6\x09\x68\x80\x60\x6a\x02\x06\x48\xce\x01\xd5\x06\ \x8e\x01\x0c\x55\x00\xc0\x48\x8c\x99\x30\x2b\x21\x11\x93\x08\x09\ \xd7\x55\x55\xb3\x16\x93\x9c\xc5\x04\x7d\x02\x2d\xe8\x15\x20\x2a\ \x28\xbd\x7c\x00\xfa\x44\xe6\x77\x2a\x3f\x98\x95\x52\xcc\x2c\x84\ \xc0\xcf\xdd\xd0\x1b\xb8\x66\xfa\x1b\xdd\x37\x28\xdd\x20\x39\xb6\ \x9f\xfb\x6f\x26\x03\xef\x3d\x11\xab\x19\x33\x03\x62\xd3\x34\x93\ \xaa\x3b\x12\x4d\x77\xf0\x06\xdc\x37\x00\x15\xb1\x7d\xee\x7f\xb3\ \x8c\x40\x78\x41\x59\xc1\x7d\x9a\x27\xa3\xaf\xb2\xdc\x69\x0a\x6e\ \xc5\xef\xfe\x53\x07\x03\xbc\x33\x87\x87\x3f\x90\xf6\x1e\xdf\x79\ \xa6\x1f\x7c\x60\xfc\x9a\x0a\xf9\x8f\x7f\xa8\x59\xcc\xa3\x0f\xce\ \x07\x17\xbc\x6f\x4f\x8f\xab\xaa\x2a\x66\xeb\xf5\x66\x38\x7b\x56\ \x72\xf6\x4c\x0e\x2c\x75\x9b\xa6\xad\x2b\x1f\x54\x05\x00\x72\x8a\ \x60\x89\xd8\x2b\x01\x7a\xf4\x54\x13\x3b\x00\x60\xe7\x83\xaf\x62\ \xbe\x58\x6f\x36\x30\xf6\xe6\xb8\x99\x2f\x5c\xdb\x22\x11\x13\x93\ \x0b\x06\x06\x22\x25\x67\xd3\x98\xb7\x1b\x43\xf3\x84\xb9\xef\xa4\ \x48\x4e\x29\xa7\xd4\x77\xdb\xab\x67\xe7\xdd\xfa\xca\x81\x36\x55\ \x38\xbf\xb8\xe8\xfa\x64\xe8\x6e\xdf\xbe\xb5\x58\xac\x90\x20\xa5\ \xb8\xd9\x74\x22\x92\xf3\xd4\x8a\x92\xfb\x7e\x23\x59\x2a\x57\x11\ \x31\x62\x01\x40\x76\xae\x69\x9d\x01\x22\xe3\x7c\x7e\x40\xb9\x3c\ \xbc\xd8\x6e\xba\x2d\xfa\x6a\xb2\xab\x67\x62\xc7\x41\x04\xa6\x90\ \x39\xbd\x99\x65\x1c\xe3\x68\xce\xf9\xb6\xae\x87\xbe\xdf\xac\xd7\ \x6d\xdb\x7a\xef\xc5\x2c\xc5\xa8\x45\x55\x84\x89\x08\x89\x89\x09\ \x51\x85\x5f\x1a\x1a\x60\xef\x7f\xf8\xc3\xef\xad\xe6\x8b\xaf\x7c\ \xf5\x3d\x83\x89\xb3\x81\xaa\x32\x6c\x86\x6e\xb3\x1e\xba\x01\xc0\ \x7e\xfa\xe8\xa3\x31\xa5\xdf\xfb\xbd\xdf\x5f\x1e\x2c\x4d\x0d\xcc\ \x44\x0a\x19\xa2\x89\xaa\x12\x00\x31\xa1\x80\x02\x2a\x92\xe2\x9e\ \x80\xcf\x13\x43\x1a\x08\x41\x8b\xf4\x63\x2f\xa5\x0c\xc3\x20\xa2\ \xc7\x27\x27\x55\x55\x03\x18\x12\xa9\x69\x4e\xea\x5c\x93\x8b\x11\ \x22\x98\x0f\x84\xa0\x59\x54\x59\x2b\x37\x11\xf3\x8c\x0d\x35\x61\ \x56\xb5\x9d\x1e\x39\xda\x24\xf9\x4d\x00\x81\xc8\xcc\x64\x34\x23\ \x2b\x85\x80\x78\x22\xf7\x81\x01\x02\x16\x68\x8a\x31\x81\x06\x87\ \xa0\xd9\x54\x18\xcc\x4c\x8a\x08\x93\x21\x15\x70\xe8\x80\x08\x49\ \x81\x26\x47\x59\x04\x20\x64\x35\x43\xd1\xb9\x00\x2a\x06\x40\x67\ \x9e\xd0\x67\x95\x51\xd5\x23\x0e\xb9\x10\x79\x04\x42\xf7\xf2\xf8\ \xf3\x4d\xd4\x56\xd5\x49\x37\x26\x84\xe0\xbd\xdf\xb3\x16\xe5\x86\ \x02\xff\xfc\x4c\x30\x05\xf1\x3d\x6f\xd2\x9e\x6f\x43\x9d\x7e\x49\ \x29\x11\x11\xb3\x9b\x02\x3a\x4c\xec\xc9\x9d\xb0\x0c\x80\x19\x13\ \x31\xb3\x4c\x47\x50\x9d\x2c\x47\x6e\x3e\x65\xaa\xd5\x4f\x47\xd6\ \x9d\xe6\xf6\xf3\xc1\x7d\x67\x3b\xfc\x4a\x33\x77\x83\xe6\x88\xca\ \x07\xf9\xdb\x7f\x09\xbf\xf9\x87\xfc\xd3\x3f\x4d\xed\xef\x86\xd3\ \x25\xd2\x6b\x71\x99\x2f\x08\x2c\x03\x53\x8a\xc1\xce\xed\x41\xf3\ \x9c\x08\xb7\xeb\x35\xe4\x22\x45\xca\x38\xcc\x6b\x6f\x5a\xb4\x64\ \x61\x0c\xc1\xc7\x31\xc9\x58\x88\x1d\x99\x16\x05\x5f\x71\x02\x05\ \x5f\x73\x1d\x54\x75\x36\x5f\x10\x3d\x7d\xf4\xe4\xd1\xf1\xe9\x69\ \xbf\xd9\xe4\x94\xd2\x93\xa7\x1c\x42\xdb\xcc\x42\x55\x03\xa0\x23\ \x04\x29\x68\xd2\x78\x5f\xb2\xa6\x6e\x13\x73\x4e\x63\x5c\x5f\x5d\ \x6d\xd6\xeb\x7e\xb3\x75\xcc\xf3\xa6\x2a\x5c\x23\x68\x1c\xc7\x31\ \xd9\xa6\x8b\x7c\x7e\x19\x53\x6e\xdb\xda\x79\x62\x66\x03\x64\xc5\ \x5c\x8a\x1a\x2e\x57\x47\x95\x0f\xfd\xb6\x1b\x87\x78\x74\x7c\x52\ \xd7\xf5\xc5\xc5\x55\x1a\x87\xa2\x72\x78\xb0\x1a\xc7\x08\x80\xeb\ \xcd\x86\xc9\x29\x20\x91\xf7\x4c\xa6\x22\x2a\x88\x8e\x98\x90\x80\ \x91\x54\x77\x69\x30\x01\x80\x48\x1d\xaa\x22\x25\xa5\xa8\xba\x23\ \x3b\x33\xd2\x8e\x58\x6d\x70\xd3\x52\xf8\xd2\x8b\x57\x33\x69\x57\ \xc7\x17\x7d\xfc\xde\x4f\x1f\x87\xaa\xf6\x21\x94\x92\xc7\x61\x90\ \x52\x40\x95\xa9\x52\x93\xe6\xf4\x81\x2b\xf9\xfb\x1f\x3f\x6d\xaf\ \xfa\xba\x6e\x44\x85\x00\x19\x51\x4a\x0e\xce\xb7\x8e\x65\x8c\xfd\ \x38\x1a\x7b\x0c\x8d\x90\x13\x24\x03\x9a\x74\x03\x55\x95\x44\x4c\ \x04\x89\x8a\x80\x68\xa5\x22\xb1\x33\xe8\xc6\x5c\x84\x88\x11\x4c\ \x44\xa4\x50\xdd\x1e\x95\x5c\x88\xc0\xea\x55\x40\x44\xa6\x09\xf9\ \xad\x14\xb4\x18\x31\x06\xd2\x71\x4c\x48\xe0\xbc\x03\x83\x94\x93\ \x8a\x3a\x44\x90\xa2\xa5\x14\x29\x48\x88\x66\xce\x7b\x22\x22\x26\ \x30\x05\xc3\x4c\x55\x36\x90\x34\xd0\x90\x2c\x15\x27\xe6\x41\x03\ \x51\x1d\x2a\x46\xc8\xec\xce\x8a\xeb\x13\x82\x9a\xaa\x85\xba\x92\ \x82\x66\x88\xb0\x63\x97\x13\x58\xc3\x8e\x15\x4a\xce\x22\x52\xc0\ \x8d\xa2\xd1\x8c\xa8\x41\x72\x4c\x0c\x35\xbe\x74\x58\x17\x51\xe7\ \x38\xa5\x14\x63\x34\xb3\xa6\x69\x78\xd7\x58\x3b\x71\x1f\x77\x52\ \x33\x37\x15\xd4\x4f\x92\xeb\x1d\xf5\x91\x9f\x0f\xee\x3b\x7b\x32\ \x44\x33\x1b\xc7\x31\xe7\x42\xcc\x93\xa4\xc4\xae\x60\xbb\xcf\xd6\ \xa7\x5c\x4a\x27\xd3\x84\xfd\xfe\x3b\x0a\x3c\xe2\x04\xf3\xef\x60\ \xf7\x09\xb2\x7f\x41\x15\x72\x8f\xe7\xbd\x5a\x64\xc6\x10\xc2\x92\ \x4e\xde\x34\x37\xc3\xd3\x77\x5d\x75\x1b\xf1\xe9\xeb\xa8\xf8\x45\ \xa1\xcb\xa8\xe5\x5c\x50\xa1\xbf\x5e\x2f\xe6\x0b\x54\x40\x05\x03\ \x03\x15\x54\xb5\x52\xb4\x14\x11\xaa\xaa\xe0\xbc\x33\x53\x22\x02\ \xb4\x94\x06\xef\xeb\x10\x3c\x80\x3a\x00\x33\xf0\xce\x13\x91\x82\ \xa1\xe7\xd0\x54\x3f\xfd\xf8\x83\x93\xe3\xa3\x79\x08\x5a\xca\xcc\ \xbb\xbe\xeb\x36\x97\xd7\xa2\x26\x66\x22\xa5\x09\x15\x98\xb0\x89\ \x8a\x6c\x87\xae\x1b\x86\x34\x8e\x29\xa6\x79\xd3\x2e\x9a\x8a\x08\ \x4b\x8e\x29\xa5\xb6\x9d\x19\xa2\xaa\xc4\x94\x72\x96\x9c\x52\xf1\ \x54\x85\xd6\x87\xaa\xaa\x2b\x22\x8e\xa9\x64\xc9\xc3\xd8\xc7\x71\ \x6c\x66\xf3\x3b\x77\xee\xb5\xed\xec\xfa\xea\x2a\xe5\xa7\xa1\xae\ \x89\xb9\xef\x7b\x00\xc8\x49\x0f\x96\x07\x43\x71\x4f\x2e\xae\x00\ \x9c\x8a\x31\x7b\xdc\x55\xb3\x14\x0d\x89\x91\x90\xcc\xd4\xcc\x78\ \xe7\x04\x0f\x4c\x6e\xea\x53\xe2\xa9\x15\x15\x51\x8b\xec\xab\x14\ \x93\x7f\xda\xcb\x23\x03\x0c\x76\xad\xf5\x19\x2d\xdf\x7f\xb8\x31\ \x88\xc8\x6e\x3e\x9b\x11\xcf\x10\x4c\x4b\x49\xe3\xd8\xf7\x43\x1d\ \xfc\xad\x5b\xf7\x3e\x7c\xf4\x98\xd7\x52\xd7\x6a\x06\x25\x47\x34\ \x63\xc2\xc5\x62\xf6\xe0\xa4\x0d\x4d\xf5\xd3\x47\x9b\x8b\xed\x75\ \x01\x07\xae\x72\x4d\xeb\x42\x05\x48\x31\xa7\x92\xb2\xe6\x88\x06\ \xcb\xd5\x6a\xdb\x6d\x7d\x08\x21\x54\xb2\xdd\x96\x32\x41\x01\x54\ \x54\x92\x14\xd1\xb2\x5a\x2e\xd6\xd7\x57\xa5\x14\xe7\xd9\x07\xcf\ \xa1\x52\x83\x9c\x32\xa6\x92\xc7\x5c\x37\xb5\x73\x6e\xb3\xdd\x56\ \x55\xc5\xde\x01\x40\xc9\xc5\xc0\x3c\x55\x26\x24\x85\x53\x11\x00\ \x24\x26\x00\xf5\x8e\x42\xe5\x08\x11\x10\x4b\x19\x4b\x1e\x34\xf6\ \x5e\xf3\xb2\x76\x95\xc9\xbd\xe3\xe3\x37\xee\xde\x0a\x84\xa8\xfa\ \xe1\xf9\xe6\xc9\x99\x74\x05\xb4\xe4\x31\xc5\xe5\x32\x8c\x63\x4c\ \x29\x12\x79\xe7\x7d\x55\xd5\xe0\xd5\xac\x94\x94\x63\x1f\x55\x81\ \xeb\xa0\xe8\xfa\xa1\x6f\xeb\xca\x81\x79\x96\x6f\x2c\x01\xdc\xcb\ \xe4\xee\xd3\x0a\x69\xbb\x1d\x44\x24\x84\x50\xd7\xf5\x04\xc5\x4c\ \x10\xcd\xd4\x7d\x04\xf0\x49\x64\xff\x14\x98\x33\x45\xf3\x9b\xed\ \xaa\xca\xcc\xa5\x94\x94\xd2\xf4\xbf\x45\x4a\xc5\x8e\x89\x60\x3f\ \x19\x98\xea\x2e\x31\x07\xd8\x19\x6a\x03\xa4\x18\x53\x4a\xcc\x4c\ \x7b\x84\xa7\x00\xf8\x10\xa6\xfc\x9d\x88\x18\x51\x5f\xcc\xdc\x11\ \x88\x40\x5e\x29\x0b\x1d\x21\x5e\x4a\xfe\xaa\x7b\xf3\xab\x00\x0a\ \xb7\xbe\xe5\x98\xec\xe3\xef\xbe\x76\xea\xf8\xc2\xd4\x53\xf1\xc9\ \xd3\x67\xdd\xe6\xfa\xc1\xbd\x7b\xcb\xe5\x32\xe6\x64\xa6\x40\x84\ \x62\x25\x25\x10\x6d\x9b\xda\x07\x56\x53\x20\x44\xc2\x21\x0e\xec\ \x99\x32\x4f\x7d\x92\x60\x34\x6e\x36\x54\x55\x68\x54\x23\x2b\xc0\ \x98\x62\xd3\xd6\xa0\xd4\xaf\xd7\xfe\xee\xed\xeb\xab\x0b\xdf\xd6\ \x47\xf5\x0c\x66\x6d\x12\xcb\xaa\x29\xe5\x9c\xc6\xed\xe6\xea\xfc\ \xec\x0c\xa4\x84\xa6\x22\xe7\x6f\x1d\x1d\xd6\x55\xed\x88\xaf\xaf\ \xd7\xd7\x9b\x4d\x2e\x52\xb5\x0d\x37\xad\x22\x3b\xb6\x36\x54\xfd\ \xe6\x9a\x21\x93\x25\x94\xd4\xce\x66\xa8\x92\x4a\xd9\x6e\xfa\x51\ \xcb\x6c\xb9\xbc\x7d\xef\xc1\x72\x3e\x27\xa4\xf5\xe5\xd5\xc5\xd5\ \x55\x51\x25\xb3\x61\x1c\xc7\x71\x60\x44\xc1\x50\xbb\xfa\x1b\x5f\ \x7b\xdb\xff\xf8\xc3\xb3\x67\xe7\x66\x85\x80\x44\x93\x0b\x1e\x54\ \xa6\x56\x71\x9e\x10\x07\x13\x54\x63\x76\x6a\xaa\x6a\xe4\x9d\x01\ \xec\xc9\x33\x80\x4c\x13\xe5\x6d\xc7\x5b\xfb\x5c\x64\x26\xcc\x45\ \xb3\xd2\x58\x8c\x9c\x2f\x51\x86\xdc\x31\xb1\x63\x14\x15\x46\xf3\ \xb3\xa5\xa1\x5d\xc5\xc2\x8b\x55\x08\x55\x56\x4b\x29\x8d\x02\x08\ \x86\xa2\xdd\x66\xdd\x97\xb8\x6a\x2a\x58\xde\xf2\x3e\x95\xac\xc5\ \x70\xc8\x86\x6a\x68\xc5\x0c\x08\x7d\x35\x6b\x11\xd0\x42\xad\x09\ \x0a\x3b\x35\xce\x52\x62\x56\x11\x0d\x15\x13\x05\x46\x03\x11\xe6\ \xf9\xbc\x75\x31\x45\x91\x52\x22\xe4\x64\x80\x24\xea\xbd\xab\x7d\ \x6b\xbe\x6e\x9c\x63\x57\xd8\xd7\x6d\xca\xa9\x24\x11\x63\x03\x88\ \xaa\x2e\x00\xd7\x0e\xb2\x89\x14\x5f\x05\x33\x19\x53\x1e\x53\x42\ \x26\x30\xe3\x82\x15\xb6\xbe\xaa\xc8\x72\x58\x36\xaa\xf9\x9c\xc2\ \xf5\xf9\x76\x4c\x71\xdb\x75\xd7\x5d\x8c\x58\x23\x3b\x5f\x79\x42\ \x87\x81\x2a\xdf\xd8\x08\x45\x74\x94\x21\x8e\xd1\x32\x2a\x82\x16\ \x73\x61\xe6\xd8\x19\x9a\x49\xae\x1c\x55\x3a\x7a\xc9\x3c\x16\xb0\ \xf6\xe5\xa2\xbb\xaa\x0e\xc3\x50\x55\xd5\x7c\x3e\x67\xe6\x9b\xbc\ \xfb\xa6\x2e\x2a\x7b\xbf\xf3\x9b\x68\x7e\x03\xbf\x4c\x09\x7b\x29\ \xe5\x06\x88\xcf\x39\xdf\xa4\xfc\x21\x84\x1d\x8b\x06\x29\x97\x72\ \x83\x9e\x13\x33\x4c\x7f\xb9\x57\x91\x9c\xf0\x99\xe0\x3d\x3b\x77\ \x83\xdb\xd8\x1e\xc6\x21\xfc\xc4\xcd\xe3\xc5\xcc\x9d\x08\x5e\xca\ \x8c\xfd\x17\x3e\x83\x04\x72\xa5\x7f\xf5\x3f\xa6\x29\xcb\x03\x04\ \x53\x20\x8f\xaf\x01\xf7\x2f\x44\x6c\x07\x53\xbb\xb8\xbc\x3a\x39\ \x58\xdd\xbb\x7f\xff\xea\xea\xca\x9c\x33\x55\x00\x24\x03\x06\x64\ \x44\x15\x89\x49\x9b\xa6\x02\x02\x51\xb9\xbc\x3c\x3f\x38\x38\x68\ \x67\x0d\x01\x4a\x11\x22\x2c\x49\x8a\x02\x00\xa3\xab\xa2\x69\x51\ \x51\x91\xe3\x83\x85\xe5\x54\x11\xcd\x2b\x7f\x71\xfe\xb8\x99\x2d\ \xaa\xd9\x22\xb4\x8b\xb6\x6a\xe6\xb4\x50\x2d\xf3\x55\x3b\x5b\x36\ \x08\x1a\xc8\xa1\x62\x08\x3e\xa7\xb2\xed\xfa\x94\xa2\xa8\xba\xaa\ \x6e\x16\xab\xa4\x1a\xda\x16\x65\x48\xc3\xf6\xd6\xc9\xe1\xbc\xad\ \x57\xcb\x19\xa0\xb2\xe6\x3c\x14\x55\x5b\xce\xea\xbb\x27\xa7\xb3\ \xc3\xe3\x92\xf3\xf5\x7a\x73\x75\x71\xf1\xf4\xf1\xa3\x1c\x93\xaa\ \x94\xd2\xb3\x73\xcb\xe5\xa2\xf5\xee\x72\x13\xa9\x9a\x39\xae\xbe\ \xf2\xee\x6f\xd4\xd5\xc7\x4f\x9f\x7e\xac\x9a\x88\x88\x09\xb3\xa8\ \x23\x46\xd0\x09\x9d\x41\x01\x10\x41\xd8\xf5\xe9\xa1\x19\x39\x36\ \x51\x35\xd5\x02\x7b\x45\x28\xb0\x3d\xd9\xd0\x5e\xfe\xc2\xef\x18\ \x2c\x6d\x33\x23\xe7\x8b\x58\x9a\x0c\x97\x01\x89\x5d\x08\xde\x79\ \x2a\x31\x06\x17\x62\x2c\x7d\x37\xa6\x52\xcc\xa0\xaa\x6b\x44\xc8\ \x29\xa6\x52\x2e\xaf\xb7\x9b\x4d\x3f\x5b\xac\xa2\x02\xf9\xd0\xf8\ \xca\xe5\x9c\x53\x02\x93\xda\x73\x5d\x05\x03\x48\x45\x41\x8b\x95\ \x14\x73\x54\x33\x44\xf2\xde\x23\x68\x4e\x83\x29\x04\xf6\xaa\x05\ \x4b\x03\x5a\x1a\x66\xf4\x2e\xe6\x2c\x6a\x44\x84\x9e\x7d\xc5\x60\ \x6a\x5a\x10\xc1\x24\xe5\x04\x29\x65\x30\x64\x76\x80\x28\x6a\x25\ \x89\xb2\x99\x1a\x2a\x92\x51\x08\x21\xb0\x8a\x14\x29\xc5\x00\x9c\ \xaf\x42\x68\x10\xa4\xa4\x21\x82\xbf\xde\x6c\x71\x9b\xb2\x48\x01\ \x68\x66\xcb\x12\x32\xe6\x42\x86\x26\xc6\x40\x26\x6a\x0a\x8e\x43\ \x5d\xb9\x5c\xf2\x38\x46\x2d\xe2\x9c\xab\x9b\x26\xf8\x4a\x45\x4a\ \x1c\xb5\x24\x2f\xe9\x34\xb8\xe3\x99\x3b\x6c\xe7\x9e\x5f\xc6\xac\ \x63\x9a\xa6\xdb\xb6\xad\xaa\x6a\xaa\xa3\x7e\x8a\xef\xb8\xd7\x79\ \xff\x84\x1b\x03\x2f\x6a\xf6\x4e\xc2\xee\xb0\x17\x89\x64\xe6\x29\ \x79\x87\xbd\x24\x19\x22\x99\x4a\x79\x2e\xbb\x87\x9c\x55\x35\x8e\ \x23\x11\xb5\xb3\x99\xf7\x9e\x26\xf0\x7d\x82\x77\x26\x7a\xcc\xd4\ \x48\x75\xb3\x70\xd8\x0b\x4c\xbe\x98\xb9\x33\x83\x14\x78\xd5\xe2\ \x00\xa6\x66\x88\xae\x42\xf6\xc0\x0e\x35\xd9\x2b\x9d\x41\x5e\x8f\ \x7f\x28\x50\x06\xcc\xec\x8d\x37\xee\xdf\x3f\x3d\xde\x5c\x5e\xc6\ \x14\x9d\xf7\xa8\x6a\x84\x66\x85\x1d\x1a\x90\xf7\xce\x05\x07\xa0\ \x25\x4b\xdb\x36\x87\x87\xc7\x22\xe2\x38\x20\xe0\xd0\x77\x45\x4a\ \x12\x05\x67\xa7\xc7\x33\xef\xfd\x38\xf4\x9a\xd3\x66\xbd\x6e\x9a\ \x4a\xa4\x9c\x5f\x5c\x9e\x9e\x1c\xf5\x65\x7c\x7c\x76\xe6\xae\xae\ \x9a\xc5\xa2\xaa\xdb\x76\xd6\x3a\x76\x8e\xec\xe0\x60\x51\x72\x19\ \xb7\xdb\x38\xc4\x8b\xcb\x3c\x0c\x51\xd5\xc6\x54\xc6\x24\x47\xab\ \xd9\x62\x75\xf0\xec\xe2\xc2\x0c\xe6\x4d\x35\xf6\xe5\xfc\xec\x0c\ \x8f\x57\xde\x59\xd3\x34\xec\x99\xd9\x05\xe4\xf9\xe2\x50\x80\x1e\ \x7e\xf0\xc1\xe3\xc7\x8f\xbb\xed\xa6\xa4\x98\x86\xb1\x0a\x6e\xd6\ \x36\xcb\xe5\x41\xa8\x1a\x11\x3d\x3b\x7b\xa2\xae\x76\x15\x0e\x43\ \x0a\xed\xec\xc1\x9b\xef\xbc\xf1\xd6\xdb\xeb\xf5\xd9\xdf\x7c\xef\ \xaf\xb4\x64\xcf\x34\xbd\x45\xca\x40\x86\xe0\x08\x0c\x32\xec\x38\ \x89\x6a\x8a\xc6\x3b\x86\xf2\x9e\xb8\x06\x3b\x28\x15\x04\x3f\x87\ \x76\x15\x00\x80\xa5\x9c\x52\x8a\x4e\xa1\x69\xdb\xba\xa9\x4a\x29\ \x04\xe0\xbd\x37\x84\xa1\xef\xcb\x30\xd6\xa1\x1a\xfb\xbe\x14\x09\ \x55\x55\xb7\x0d\x31\x23\x58\x53\x55\x29\x8e\x43\xb7\xed\x63\xe2\ \x3a\xe5\x94\xd9\x41\x70\xce\x7b\x46\x57\x21\x82\x27\x34\x95\x4d\ \xd7\xc7\x94\xfc\x62\x51\x62\x0f\x88\x4d\xd3\x12\x3b\x66\x67\x9e\ \x8b\x48\x2e\x39\xe5\xd1\xa4\x10\x94\xd8\x6f\xbd\xf7\xed\xac\x65\ \x1f\x76\x82\x5a\x88\x80\x3a\x8c\x31\xa7\x52\xd7\x75\x49\x23\x82\ \xd6\xc1\xfb\x50\x21\xa0\x9a\x16\x75\x63\x2c\x65\x4c\xce\xc4\x21\ \x96\x84\xa0\x38\xaf\x6b\x5f\x61\xcc\x4a\x08\xec\x2b\x31\xeb\x87\ \x31\xe6\xe4\xab\x20\x42\x59\x8d\xab\xb6\x6d\x5b\x06\x74\xc1\x03\ \xeb\x98\x73\xca\x6a\xc6\xa4\x21\x8f\xa3\xa8\xb8\xd6\x37\xbe\xa9\ \xa9\x11\xcb\xec\x89\x28\x94\xac\x79\x48\x20\xd9\x95\xbc\x24\x7b\ \xfb\xb0\x9d\x49\x3f\xc3\x51\x61\xf9\x72\x57\x7f\xe2\xad\x4c\x5a\ \xed\x13\x7a\xfe\xa9\x3e\x26\xc4\x1b\xe3\xec\x9b\x32\xe6\x2e\x50\ \xdf\x6c\x9c\xea\xab\x53\x8c\x9e\xe6\x80\x09\xab\x71\xce\x31\x3b\ \x00\x08\x06\xaa\x4a\x4c\x88\x58\x72\x2e\x22\xa5\x14\x04\xa8\xab\ \x10\xaa\x7a\x2a\x24\xa8\xd9\xc4\x9f\x31\x11\xb9\x01\xf1\x11\xd1\ \x60\x22\xd6\x80\xe9\x0b\xc1\xdd\x98\xb1\x94\x57\x18\xdb\x27\xb6\ \xcc\x57\xff\x09\x7b\x04\x63\xf0\x01\x98\xe1\xa3\x3f\xcf\x8f\x1e\ \xbd\x56\xfd\xfd\x22\x44\x77\x24\x9f\xd6\xad\x30\x00\x00\x20\x00\ \x49\x44\x41\x54\x3a\x59\x2d\x24\xa7\x34\xf4\x25\xa5\xd2\xf7\x5a\ \x8a\x22\x0c\xe3\x16\x52\x57\xb5\x35\x79\x2c\x39\x55\xc1\xcf\x17\ \x2b\x29\x85\xa9\x32\xc9\x5d\x97\x54\x20\x46\xcb\x59\xb1\xad\x42\ \xdd\x38\x5f\xa5\x98\xf2\x18\xb7\xd7\xd7\x64\xb6\x8d\xb1\xe4\xf2\ \xe4\x7a\xd3\x1e\x1e\x9e\xdc\x79\x50\x35\x6d\x49\x69\xe8\xfb\xcb\ \x87\x1f\x9d\xe5\x62\x2a\x00\x28\x65\x0f\x20\x12\x36\xcd\xbc\x6a\ \xdb\xab\xf5\xb6\xcf\xf9\xee\xfd\x07\x07\x87\x47\x7d\xd7\xa3\x9a\ \xe5\x8c\xec\x9b\xa6\xad\x2a\xe2\xca\x9b\xf3\xdb\x31\x3e\x3c\xbf\ \x4c\x49\x88\x2b\x91\x8f\x7c\xe0\x71\x1c\xba\xa1\x6f\xda\xa6\xa9\ \xfd\xf1\xa2\x5e\xcd\xdb\xb6\x6e\x62\x92\xf5\x66\xbb\xed\xe3\xf5\ \xb6\xc7\x8a\x66\x8d\x79\x17\x9a\xf9\x6a\x4c\x65\x1c\x3b\x33\xef\ \xc8\x41\xc9\x20\x3a\x39\x81\x0b\x82\x31\x01\xed\x09\x30\xb6\xa3\ \x38\x90\x1a\x4d\x62\x52\x53\x1f\x10\xee\x8d\x8f\x11\x90\xf8\xf3\ \xc9\x6b\xab\xa1\xc6\x3c\x26\x11\x72\x38\x6b\x9a\xc6\xef\xba\xd6\ \xfb\x31\x8f\xe3\x28\x39\x19\xa8\x6a\xae\x2a\x37\x9b\xd5\xe4\x58\ \x4a\x99\x94\xa5\xbc\xf3\xda\xb4\x94\x12\x22\xa9\x48\x4e\x5b\x90\ \xd2\x36\x8d\xf3\x5e\x55\xb2\x58\x8c\x69\x18\x47\x31\x03\x22\x03\ \xac\x42\x15\x42\x45\xc4\x93\xe8\x61\xe5\xbd\x63\xa7\x66\x45\x74\ \x6a\x6a\x8a\x29\x2b\x8d\xa1\x0e\xc1\x3b\x54\x03\x91\x98\x72\xdf\ \x0f\x8e\x9d\x09\x30\x71\xed\xab\x50\xd5\x88\x28\xaa\x84\x44\x8e\ \x81\xfc\x08\x1a\x72\x6f\x6a\x83\x84\x68\xe8\x21\xba\xc0\xce\xb7\ \xa8\x4a\x52\x86\xa1\x1f\x63\x67\x5a\x10\x14\x91\x5d\xed\x78\x5e\ \x2b\x01\x95\xe8\x41\xd1\x71\x61\x1e\x0b\xe4\x21\x9b\x0a\xe4\x28\ \x96\x63\x16\xa0\x26\x90\x77\xc0\x86\x96\x4a\xee\x63\x1a\xd3\xe8\ \x55\x82\x69\x94\x28\x96\xd1\xd9\x76\xb8\xae\xf5\x04\x9d\xfb\x65\ \x8b\x8b\x7b\xde\x8b\x20\xf2\xf3\xa4\x97\x17\xc9\xec\x37\xf3\xef\ \x6e\x7d\x35\x4d\x77\x13\x5b\x66\xb2\xc0\x86\x7d\x21\xf4\x79\x52\ \xcd\x73\x1d\xad\x74\x83\xe0\x03\x80\x73\x8e\x98\x54\xab\x14\x63\ \x8c\x91\x88\x01\x00\xa7\x25\x83\x99\x96\x32\x49\x90\x4d\xfd\x4d\ \x93\xbc\x3b\x31\x95\x5c\x52\xc9\x2f\xe2\x23\xce\x41\x29\xaf\x36\ \x00\x68\x31\x5e\xd2\x41\x6d\x1f\xfd\xdf\xe5\xd1\x87\xa2\x80\x9a\ \x5f\x47\xf6\x2f\x0e\x5b\xc6\xfb\x30\x76\x1b\x00\x50\x29\x0c\x68\ \xaa\xe4\x5d\x15\x82\xa4\xd1\x7b\xe7\xbc\x37\xf4\xa1\x0a\xa2\xd6\ \xf5\xc3\x30\x0e\x22\xea\x9c\x1f\x86\xe8\x5d\x55\xcf\x1a\x37\x9b\ \x2d\x0f\x0f\x44\xb5\x48\xb9\xbe\xba\xbe\xba\xbc\x62\xe7\xd7\xeb\ \x4d\x55\x37\xbe\xaa\x2f\xae\xae\x4f\x0e\x17\x07\xb7\xee\x58\x4a\ \x08\x9a\x87\x31\xf6\xfd\x38\x8e\x7d\xdf\x77\x5d\x1f\x63\xaa\x9b\ \x06\x99\x81\x78\x18\xc7\xba\x9d\x3d\x78\xfb\x9d\xd9\x7c\x71\x7e\ \x7e\xd9\xf5\x83\x63\xc7\xde\x37\xb3\xf6\xe0\x60\xb9\x98\xcf\xda\ \x59\x0d\x04\x57\x57\xd7\x67\xeb\x6e\x3b\x26\xd1\x72\x71\xb9\x3e\ \x5a\xcd\x8f\x4f\x56\xb3\xd5\x32\x54\xbe\xaa\x9c\x47\xb3\x92\xce\ \x2f\x2e\x14\x9c\xab\xe6\x01\xdc\xc2\xd5\x9b\xb1\xac\x0e\x4e\xb8\ \x69\x9e\x9e\x3d\x55\x64\xef\xa0\xef\x3b\x29\xe2\xa7\xd7\x72\xb7\ \x1c\x26\xb8\x61\x89\x03\xd0\x44\xfc\x9b\x78\xe5\x93\xcf\xb7\xed\ \x8c\x30\xf7\x24\x03\x34\x83\xcf\x13\xda\x11\xc0\x21\x30\xb1\x98\ \x0e\xe3\x60\x92\x03\x13\x81\xe5\xac\xa9\x18\x11\xb9\x3a\x10\x53\ \xa8\x82\x77\x01\xc0\xe2\xd8\xe7\x52\xcc\x90\x88\x76\xd4\x14\x22\ \xe7\x5c\x08\x3e\x8d\x9a\x73\xec\x4c\x3c\x3b\x40\x28\xb9\x14\x15\ \xe7\x9c\x67\x66\xe6\x10\x42\x08\x95\xaa\xe6\x5c\x52\xce\x66\x50\ \x85\xca\xd0\x9c\x73\x6c\x08\x88\x8e\x9d\x98\x8d\x31\x66\xc9\xd9\ \x7b\x32\xb0\x5c\x8a\x1a\x13\x57\x55\x15\x9c\x0f\xce\x3b\xe7\x55\ \xb5\x94\xc9\xe2\x15\x15\x09\x42\x1d\x02\x7b\xa3\x5c\x8a\xf7\x4e\ \x0c\x4b\x4e\x5d\x4a\x58\x19\x01\x94\x54\xb2\x2a\xa0\x39\xcf\xce\ \xb9\xe0\x9d\x38\x56\x03\x29\xd9\xe2\x48\x45\x4d\x01\xaa\x2a\x78\ \x07\xc5\x10\x81\x99\x02\x39\x01\xed\xba\x4e\xc8\x7b\xc6\x6c\x25\ \x66\x2d\x46\x8e\xd9\x7b\xef\x8c\xe2\x98\x1f\x6f\x04\x0f\xe7\xf5\ \x62\x36\x99\xd5\xbd\x74\xa1\xe9\x13\x15\x46\x80\x09\x5a\xb9\xa1\ \xc7\x7c\x0a\x67\x7f\x7e\xaf\xe9\xdf\x9b\x9c\x7d\x8a\xcf\x37\x9d\ \x50\xaa\x93\x9e\x23\xec\x64\x84\xf7\x6e\x7b\x48\x44\x80\x6d\xd3\ \xb0\x73\x37\x5a\x03\xbb\x9e\x26\xb3\x89\x21\x63\x00\x8e\x19\x00\ \x72\xce\xa2\x82\x86\xa2\xf2\x1c\x5b\x66\x92\x8d\x98\x82\xfb\xab\ \x63\xcb\x20\x81\x76\xfa\xed\xff\x7e\x3c\x7c\xdb\xdd\xf9\x12\x7f\ \xe5\x2e\x3d\xfc\x76\x39\xef\x00\x5f\x07\xf7\x2f\xca\x50\x33\x13\ \x35\xd5\xba\x69\xaa\x49\x76\x11\xd1\x87\xd0\xcc\x97\x06\x36\x0c\ \x29\x67\x19\x62\x64\x22\x05\x65\xe7\x0c\x8a\xa2\xd5\xb3\x9a\xc8\ \x71\xa0\xd9\xbc\x0e\x95\x1b\xc6\xd8\x75\xdd\xf9\xc5\x39\xbb\x90\ \xb3\x74\xdb\x81\xd8\xf7\xdd\x78\x7c\x78\x78\x71\x79\x75\x79\x71\ \xd1\xce\x5a\x44\x60\x00\x1f\x2a\xa7\x5a\x03\xfa\x50\x77\xfd\x38\ \x8e\x83\x88\x56\xb5\x3f\xbe\x75\x67\xb1\x3a\x40\x72\x8f\x9f\x3c\ \x1d\xc6\x54\xd7\x75\xdf\x75\x77\xee\xdf\x3f\x3d\x3e\x98\xcf\x5a\ \x40\x2d\x25\xaf\x37\xd7\x67\xd7\x57\xdb\x18\xdd\x6c\x1e\xbb\xb8\ \x3c\x3d\x6d\xea\x30\x14\xd1\x94\x7d\x76\x3e\x72\xeb\xa9\x72\x74\ \x70\x72\x0b\x28\x6c\x87\xb2\xb9\xba\x14\xab\x4e\x6e\xdd\xa3\xd0\ \x5e\x5e\xaf\x33\xf0\xea\xe0\x50\x4a\x1a\x86\xed\x24\xdb\x2d\x52\ \x70\x6a\xf8\x41\x98\x7c\xc2\x27\x4a\xb7\xde\x98\x41\x10\x19\x01\ \x19\x83\xaa\x99\xda\x8e\xec\x3d\xad\xcc\x0d\xf4\x73\xf1\x8e\x11\ \xb1\x0a\x81\x5d\x28\x22\x29\x8e\x0a\x46\x66\xc4\x3e\x84\x8a\xd9\ \x99\x4d\x7d\x8a\x28\x52\x4a\x29\x45\x8a\xed\xba\xfb\x2d\x67\x71\ \x8e\x26\x80\x80\x99\x7d\xf0\x08\x20\x45\xa2\xc4\x89\x4f\x37\x6f\ \x5a\x64\xca\xfb\xd2\x9f\x88\xa4\x94\x01\x40\x0d\x0c\x20\xa6\xa4\ \x26\x93\x48\x3e\x00\x30\x3b\x26\x70\xe8\x52\xc9\x29\x25\x07\x84\ \x66\xa1\xaa\xa6\x26\x7c\x03\x50\xb0\x94\x93\xaa\x4e\xba\x2b\x88\ \x98\x35\x5b\x16\x47\xa8\x6a\x08\xe0\x1c\xb1\x61\x0d\x6c\xa3\x0e\ \xc3\x16\xd1\x81\x41\xd5\x54\xce\xf9\x92\xa2\x89\x80\x19\x88\xe6\ \x71\x28\x12\x7d\x8a\x0d\xb9\x9c\x25\x96\x02\x75\xed\x89\x10\xd4\ \x31\x19\xa8\x80\x21\x5a\xce\x49\x92\x28\x28\x93\xf3\x3e\x00\x31\ \x00\x98\x06\xad\x96\x4f\xc6\x72\xf9\xa8\x3f\x3e\x58\x7d\x7d\x45\ \x2f\x11\xdd\x3f\xd5\x6b\x7a\x53\x62\xbd\xc1\xd0\xe1\x39\x0d\x99\ \xe7\xeb\xa8\xcf\x05\x77\xfd\x14\x1c\x7f\x33\x00\x00\x09\xd1\x70\ \xe7\x07\x32\xe9\x13\x01\x21\xed\xe6\x03\xbf\x07\xd9\x77\xa6\x7a\ \xd3\x07\x4d\x5a\x3f\x44\x26\x12\x63\x8c\x29\x11\x92\x38\x21\xa2\ \x2a\x54\x2f\x62\xee\xde\x61\xca\xaf\x38\xb9\x23\xc0\x6c\xe7\x3f\ \x2c\x54\xbb\xdf\xf8\x7d\x3e\xbd\xc0\xf3\xa7\x66\xfc\x9a\x2f\xf3\ \x45\x49\xde\xa7\x07\x4e\xcd\x39\x07\x45\xd0\x40\x99\xe3\x98\x4a\ \x1c\x0d\x8c\x28\x54\xa1\x29\xa5\x18\x51\xdb\xcc\xaa\xca\x8f\x71\ \x34\x80\xaa\xae\xd5\x4c\xd5\xd8\xe3\xb6\x5b\x0f\xfd\xf8\xe1\x47\ \x1f\xa9\xd9\xac\xaa\xcf\x36\x17\x75\xdd\x6e\xd6\xc3\x76\xd5\x17\ \xb1\xe5\xc1\x51\x8a\x63\xd7\x6d\xb5\xe4\x34\x8e\x2a\xe2\x98\xc7\ \x31\x8a\x68\xd3\x34\xab\xa3\x93\x66\x3e\xab\xaa\x46\x89\xbb\xed\ \x70\x7e\x79\x5d\x44\xe6\xf3\x45\x2e\x25\xa6\x7c\x7c\x72\xe8\x9b\ \x2a\x5b\x19\xba\x6e\xdb\x6d\x2e\x2f\xaf\xb6\xc3\x10\xda\x99\xaf\ \xe6\x5d\x02\x33\x27\xec\x57\xcb\x36\x54\x55\x5d\x57\x95\x27\x94\ \x54\xc6\x51\x28\x5c\x6f\xe2\xd5\x66\x34\x37\xbb\x75\xeb\xed\xac\ \x70\xbd\x8d\x8a\xc4\x8e\x01\x45\x35\xe5\x1c\x01\x4c\x54\xa7\x9c\ \x7c\x4a\xc3\xed\x93\xc5\xf8\x27\xa3\xa8\xe2\x14\xce\xd5\x40\x8d\ \xf7\x69\xd7\x94\xfe\x39\x7c\xf9\xdc\xdd\x54\x4b\xca\x39\x26\xe7\ \xc2\xac\x69\xc0\x7b\xc9\x23\x99\xf9\xaa\x46\x0e\x31\x95\x14\x53\ \x0e\x3e\xa6\xa8\x6a\xc4\xae\xa9\x6b\x62\x52\x83\x52\x4a\xce\x65\ \x1c\x33\x80\x39\xe7\x26\x30\x37\x84\x8a\xaa\x9d\xea\x4e\x70\x8e\ \x9c\x8b\x29\xa6\x94\x7c\x08\xb9\x24\x33\x24\x64\x1f\x02\x11\x9b\ \x81\xaa\xc6\x22\x29\x26\x02\x10\xd1\x94\x33\x3b\xf6\x4d\x65\x84\ \xa6\x1a\x88\x03\x7b\x20\x8a\x29\xa5\x94\xbd\xc3\x92\x8b\x8a\xb1\ \x73\x21\x84\x9d\x8b\x67\x29\xb9\x48\x29\x46\x22\xa2\x92\xc7\x31\ \xf8\xd0\x04\xaa\x0f\xe6\xcf\xb6\x82\xce\x11\x38\x0a\x4e\x21\x17\ \x29\xb9\xe4\x94\x53\x36\x53\x4f\x95\xa3\xd5\x7c\x7e\x7b\xb6\x58\ \xaf\xb7\x4f\xfa\xae\x1b\x7a\x04\x0f\x33\x6f\x60\xa2\xc2\xce\x35\ \x4d\x45\x05\x24\x26\x74\xe8\xd8\x2b\xd2\x18\xb3\x28\xa8\xd9\x18\ \xd5\xfb\x20\x29\xaf\xaf\xca\x57\xef\x1a\xd3\x4b\xd6\x16\x77\x94\ \xf3\xbd\xec\xc1\x5e\x4f\x86\x5e\x08\xd3\xcf\x45\x76\xdd\x73\x19\ \xf7\x32\x03\x7c\xc3\x68\x14\x91\x1b\x8e\xfc\x1e\x8a\x21\x33\x9c\ \x82\x3b\x13\x4f\xf5\x5a\x55\x01\xe6\x09\xea\x4b\x29\xe5\x52\x72\ \xce\x53\xe5\xd9\x7b\x0f\x66\x93\xe5\xe4\x8d\xa0\x4d\x29\x85\x89\ \x11\xf0\xc5\xe0\xee\x1c\x94\xfc\x8a\x79\xee\x06\xcb\xb7\xfd\x5b\ \xbf\x45\xb8\xd1\xbf\xf9\x9f\xd2\xd9\x23\xa5\x80\xf4\x3a\x28\xfe\ \xba\x0e\x22\x32\x63\xfa\xcc\x70\xb0\x01\x89\x01\x7b\xaf\x48\x63\ \x1a\x10\x00\xbc\x27\xf6\x06\xc5\x3b\x76\xbe\x06\xf4\x1c\xcc\x57\ \xbe\x69\x2b\x24\x08\xcc\xc4\x88\x88\x95\x77\x6a\x30\xc4\x98\x72\ \x79\xf4\xf4\xa9\xaa\x9d\x9c\x9c\x5e\xaf\x3b\x62\xbf\x58\x1d\x5c\ \x7d\xf4\x2c\xa6\x7c\xbd\xd9\x92\x5f\x2c\x16\xcb\xc5\x72\x49\x60\ \xb1\xef\xbb\x6e\xeb\x9d\x17\x11\x04\xac\xeb\x86\x43\x18\x53\xde\ \x0c\x71\xb3\xed\xb7\xfd\xe0\x43\xb5\x9c\x2f\x0d\x60\xec\xfa\x21\ \xa5\xc7\x4f\xcf\xd6\xdb\x6b\x04\x95\x52\x72\x8a\xfd\x10\xab\xd0\ \xfa\x7a\x76\x75\x3d\x56\xf5\xbc\x1f\x8b\x80\x1f\x0b\x5d\x6c\xae\ \x0f\x0e\x56\x87\x8b\x59\x1c\x72\x45\xe1\xba\xcb\x82\xa1\x9e\xb7\ \xec\xe7\x5d\xd4\xac\x50\x4c\xc6\x32\x26\xc9\x57\xeb\x73\x2b\x29\ \xa5\xa1\x0a\x81\x4c\x26\xbf\x62\x64\x42\x72\x86\xa0\xb6\x5f\x58\ \xc3\x27\x3a\xac\x44\x48\x80\x48\x06\x4a\x68\x40\x53\x61\xcd\xcc\ \x08\xe9\xe5\x33\x1c\x04\x53\x34\x21\x93\x12\xc7\xc0\x54\x05\x46\ \xae\x08\x91\xd9\x8f\x59\x72\x1a\x25\x47\xd3\x9a\x00\x10\x61\xde\ \x36\x75\x5d\xeb\xd4\xbe\x68\x21\xa7\xd4\x0f\x63\x2e\x89\xd0\x40\ \x8a\x99\x81\xdb\x91\x6c\x00\x8c\xd9\x8d\xe3\x18\xfb\x5e\x55\x18\ \x0c\x55\x83\xf3\x75\xd3\x38\xef\xa7\x45\x1a\x82\x73\x05\xfb\x38\ \x98\x28\x13\x98\x64\x05\x95\x8c\xde\xb3\xf3\x8e\x0d\x1d\xe1\x98\ \xd2\xd8\x77\x00\x50\x79\xef\x08\x90\xb1\x6d\xea\x10\x9c\xa8\xa9\ \x6a\x70\x5c\xa4\x8c\x63\x64\x43\x02\xcc\x5a\x2c\x2b\xb0\x2c\x16\ \xf3\x51\x8a\x02\x11\xf9\x24\x39\xa5\x1e\xa4\x10\x82\x43\x40\x44\ \x0a\xbe\xa9\x78\xe9\x69\xd1\x06\xcb\x21\x33\x40\xca\x71\x2c\x08\ \xaa\x92\x55\x33\xa9\x11\xf8\xda\x7b\xa3\x0a\x08\x11\x70\x88\x51\ \xd3\x68\x40\x3e\x84\x88\x50\x44\x9b\xc5\x41\x5d\x05\x00\x79\xe9\ \xb0\x7e\x93\xad\x4f\x74\x17\xe7\xdc\xde\x43\xf5\xa6\xa6\x8a\x3f\ \xbb\xcb\xf3\x48\xce\xf3\x5b\x44\x04\x11\x9c\xe3\x69\x39\x87\x40\ \x86\x48\xc4\x88\xb6\x57\xf5\x01\xe7\xbc\x73\x0c\xa5\x98\x19\x7b\ \xf6\x21\xdc\x88\x16\x88\x94\xa9\xad\x78\x4a\x2b\x98\x79\xb2\xc6\ \xde\x31\x73\x3e\x05\xa0\xc2\x2b\xcd\xdc\x4d\xc0\x1d\xf3\x6f\xfe\ \xb1\x0f\xa3\x3e\xdb\xc0\xf1\xbb\xee\xf8\x3d\x78\xf6\xbd\x72\x79\ \x61\xaf\x91\x99\x5f\x4b\x0c\x1d\x37\x9b\x75\x1c\x87\xaa\xaa\x3f\ \x5b\xe4\xc1\xf0\xa5\xdf\xf1\xd3\x0a\x91\x99\xb6\x5b\x0a\xff\x1d\ \xdd\x7e\x6b\xfe\x3b\xff\x8a\xb6\xdd\xa7\x8e\x3c\xe2\x27\xb9\x92\ \xc1\x27\xf2\x49\xce\xe0\xde\xed\x29\xbb\xc1\x03\xd1\x69\xfb\x37\ \x44\x69\x6f\x55\xd3\xdd\xac\x64\x6b\x70\x87\x93\xc5\xb0\x81\xc1\ \xb0\x5f\xf5\xb2\xd9\xf2\xd4\x0e\x70\x6a\x87\x01\x33\x5b\x18\xdc\ \x9b\x74\x4f\x5f\xb4\xcb\x9c\x78\xc0\xaa\x3a\xc9\xed\x22\x12\x98\ \xc9\xd4\x32\x8e\x04\x60\x13\x9a\x39\xc1\xe5\x93\x5a\x37\xec\x0d\ \xe6\xa7\x0a\xd6\x14\xbc\xa7\x26\xfd\x9f\x9b\xad\x7f\x46\xb2\xcb\ \x54\x8e\xce\x29\xbd\xc4\x6d\xca\xa2\x5f\xbd\xb3\xf8\x0a\x00\x40\ \xbb\xff\x5e\xb2\x67\xce\x67\x33\x30\x08\x60\x01\x11\x0d\x16\xbb\ \x88\x03\xf9\xc6\x75\xd3\x00\xc1\x1a\x83\x1a\x11\xcd\x9a\xe7\x8e\ \xb0\x8b\x18\x60\x60\xd6\x02\x02\xa2\xd8\xad\x05\xee\x2e\x62\xde\ \x9f\xfa\x74\xe3\x1a\x00\x40\xcc\x76\x6b\x76\x13\x3f\x60\xe7\x2d\ \x25\x66\x00\xd6\x02\x00\x92\xda\xdd\xc5\x54\x8c\x04\x78\x9e\x89\ \xc7\x66\x2d\x40\xb3\xbb\x82\x36\x49\x9a\xc1\x5b\x2b\x07\x06\x80\ \x62\x46\x06\x73\xb4\x69\xcf\x25\xdc\x88\x64\x21\x22\xc4\x5b\xad\ \x03\x70\xb6\x2f\x21\x9a\x79\x03\xdb\xf1\xbb\x01\x61\x5f\xce\x30\ \xab\x0d\xea\xfd\xb9\xd5\xb6\x53\xb3\x51\x87\x2f\x93\xc1\x8a\x48\ \xdb\xb6\xff\xe2\x5f\xfc\x27\x3f\x1b\xf1\x5f\x24\x56\xe2\x73\x77\ \x7a\x87\x93\xef\x45\x82\x77\x4a\x8e\x37\x71\xfe\x53\x99\xfe\xcf\ \x7d\x52\xf0\x17\xcf\x35\xcf\xef\xfe\xb3\xe4\x4e\xf7\x1c\xf5\x01\ \xcd\x79\xc8\x19\x5f\x2d\xe6\xbe\xd1\x6f\xff\x0f\x31\x34\x18\x1a\ \x60\x36\x57\xed\xb4\x43\x5f\x8f\x5f\xc7\x61\x50\x55\xd5\xe4\xf4\ \xd8\xf5\xdb\xcf\x96\xea\xbb\xdd\x93\xe9\x1c\x21\x83\x2a\x84\x0a\ \xc8\xc1\x8b\xbd\x0c\xf6\x33\xcf\xe9\x27\x5a\xa5\x08\x37\x82\x4b\ \x37\x26\x0a\xd3\xde\x9f\x78\x4a\x7e\xa2\x68\x47\x9f\x7a\x83\x26\ \xed\xa9\x5d\xc3\xc6\x5e\xc0\x10\xf1\x85\x37\xec\x53\x2f\x9c\x7b\ \x31\xb1\x60\x78\x41\x6a\x84\xf6\xe5\x7e\x22\xd8\x27\x4f\xf0\x2b\ \xc2\x11\xed\x65\xdf\x35\x26\xe4\x4f\x7d\xc3\xe7\x63\xcb\xf3\x2a\ \x90\xcf\x5d\xc7\xe7\xae\xd1\x5e\xef\x91\xf0\xe7\x1d\xe1\x39\xe5\ \x5f\xc2\x17\x77\x7f\xfe\x08\xf0\x8b\x8f\xf0\xdc\x47\xd3\xcf\x9e\ \xc3\xcd\x9d\x7c\xe1\x81\x78\x4e\x99\xfc\x17\x7d\x8b\xdd\xc3\xf0\ \xc9\x77\x9f\x4e\x6f\xb7\x58\xfa\x79\x5f\xe4\x15\x5e\x74\x80\x1b\ \xf3\xeb\x7f\x14\xe3\xc5\xcc\x3d\x78\x48\xaf\x54\x01\x1d\x41\xb3\ \x5d\x3f\x54\x24\x50\x01\x24\x30\x01\xf4\xe8\x3c\xbc\x76\xda\xfb\ \xb5\x4c\xdd\x21\xe7\x9c\xe2\xf8\xcb\x24\x36\x7b\x12\x88\x19\x96\ \x0c\xaa\xe0\xfd\xce\x45\xf8\x97\x4e\x66\x3f\xcb\x43\x61\x9f\x69\ \xb3\xfd\xec\x86\xbf\xf3\x10\x7f\xfb\x51\x7f\xbd\x9e\x57\xfb\xdb\ \xcf\xc8\x3e\xc3\x59\xdb\xdf\xfa\x07\x7f\x0f\x47\xb0\xbf\x6b\xdb\ \x2f\x3e\x82\xfd\xb2\xe7\xf0\x6b\x30\x1f\xff\x83\x06\x77\x22\xf3\ \x01\xd3\xab\xc4\xdc\xcd\xc0\xaf\xe8\x78\x66\x17\x8f\xad\x59\x61\ \xdc\xd8\xf2\x2b\x5c\x27\x7d\xfa\xd1\x67\x82\x65\xb4\xc4\x61\xcc\ \x80\x60\x86\x3e\x04\x04\x63\x1f\x1c\x5a\x4a\x09\xd9\x9b\x64\x74\ \x95\x67\x48\x63\x04\x1f\x3c\xbd\x5e\x0e\xbc\x82\x98\xe1\x7d\x40\ \x44\xe7\x7e\xf9\xf4\x04\x71\x92\x94\x51\xef\xe0\xb5\x30\xdc\xeb\ \xf1\x7a\xfc\x1a\x05\x77\x00\x08\x01\xe2\x2b\xcd\xdc\x15\xfc\x8a\ \xee\xdc\xd5\x8b\x0b\x7c\xe3\x77\xe9\xc3\xff\xb5\x54\x87\xb4\x18\ \xed\xe9\x07\x06\x7f\x57\x70\x17\x91\xe3\xb7\xff\xe0\x9f\x7e\xeb\ \x7e\xec\xc7\xaa\x0e\x0f\x7f\xf0\xd7\xd7\xea\x2f\x3e\xfe\xf1\xc5\ \xc0\x6f\x7d\xed\x6b\x72\xf1\x01\x1d\xbd\x59\x1e\x7f\xef\xe1\x35\ \xbe\xf5\x8d\x6f\xda\x93\x1f\x7f\xb4\x8e\x7f\x1f\xe6\x43\x5f\xf8\ \xcc\x3d\xc5\x18\xc7\x10\xea\x97\xd9\xbb\x08\xa8\xda\xde\xaf\xe0\ \xf5\x78\x3d\x5e\x8f\x7f\xc0\x41\x9f\xe4\xd8\x44\x10\x02\xc6\xf8\ \x02\xe0\xff\x2a\x92\xc1\x9d\x70\x12\x01\x02\x98\x7e\x56\xc5\x78\ \x44\x94\xdc\x6d\xc6\xfa\x9f\xfd\xeb\x7f\x75\x98\xce\xcf\xcb\xf1\ \x1f\xfd\xeb\x3f\x3e\xf1\xc3\xb3\x75\xfe\xcd\x3f\xfc\x2f\x7e\xfb\ \x9d\x93\xdf\xf9\x97\xff\xd5\xd7\x4e\xb0\x1b\xf8\x77\xff\xb3\xff\ \xfa\x77\xee\xcd\x8b\xbc\xce\x16\x5f\xc1\xcd\x72\xde\x87\xaa\xf6\ \xe1\x65\x32\x77\x2c\x82\x2a\x16\xc2\xeb\xcc\xfd\xf5\x78\x3d\x7e\ \x9d\x32\x77\x44\xa8\x02\xc4\xf1\xd5\x7e\x80\x2a\x1c\xbc\xeb\x7f\ \xeb\x04\x16\x27\x38\xff\xcf\xa9\x3a\xc5\xb3\xff\xf3\x33\x19\x64\ \x13\xd1\xf5\x47\xff\xef\xff\xfc\xf0\xfc\xcd\xaf\x1c\xfe\x1f\x7f\ \xf2\x6f\xfe\x1f\xf9\xc6\x1f\xbb\xdb\x7f\xf4\xdf\xfc\xb7\x5f\xbe\ \x74\xdf\xba\x5f\xfd\xe9\xbf\x2b\x10\xc7\xa2\x80\x08\x39\x8e\xf2\ \x3a\xb2\xbf\xa2\x89\xb8\xaa\xea\xc9\x11\xe6\x65\xf0\x4a\x29\x20\ \x62\xc1\xbf\xbe\x92\xaf\xc7\xeb\xf1\xeb\x14\xdc\x89\xac\xaa\x70\ \x8c\xaf\xb6\x43\x35\x3d\x93\xef\xfe\xef\xea\x18\x54\x80\x18\xe0\ \xfb\xb0\x7d\xa2\xf8\xd9\x54\x21\xc9\x55\x6d\xdd\x38\xe7\xea\xa6\ \xad\xa2\x33\x4d\xeb\xcb\xf3\xf3\x73\xd7\xc5\x2f\xed\xb5\xea\x45\ \x15\xd4\x7e\x21\x97\xe8\xf5\xf8\xe5\x27\xe3\x49\xb6\xf4\x97\xbf\ \x9e\x88\x58\x0a\x8a\x6a\x55\xbd\xce\xdc\x5f\x8f\xd7\xe3\xd7\x2d\ \x73\xaf\x61\x1c\x5f\xe5\x9b\x89\xa0\xd1\xce\x7e\xa8\xb8\x87\xc3\ \x55\x6c\x27\xf9\xfb\x59\x3f\x04\x89\x19\x01\x00\x19\xcb\xf9\xbf\ \xfb\xb7\x7f\xf2\xe7\x1f\xfb\xa3\xaf\x7c\x83\x35\xc7\x52\xdd\xbf\ \x7f\xcb\xff\x94\xdf\x3c\xa9\xff\xaa\x1f\x5f\xd7\x53\xff\x81\x07\ \x22\x96\x02\xff\x1f\x7b\xef\x1d\x65\xd7\x71\x9f\x09\x56\xbc\xf9\ \xe5\xd0\xaf\x73\x03\xdd\x48\xdd\x00\x91\x41\x30\x88\x14\x93\xa8\ \x48\x4a\xb2\x68\xcb\x92\xd3\x78\x64\xd9\xe3\xd1\x6a\x65\xd9\xbb\ \xeb\x39\xde\x3d\x3a\xb3\xde\xd1\xf8\xec\xd8\xe3\xe3\x71\xb6\x67\ \x6d\xcb\x1c\xcd\x78\x64\x4b\x96\x44\xc9\x14\x41\x31\x47\x90\x00\ \x41\x64\xa0\x1b\x9d\xe3\xcb\xf9\xc6\x0a\xfb\xc7\x05\x40\x10\x24\ \x25\x10\x80\x88\xf4\xbe\x83\x3f\xf0\xfa\xa5\xfb\xea\x56\x7d\xf5\ \xd5\x2f\x72\x0e\x14\xb5\x73\x2b\x3a\xe8\xe0\x8a\x03\x9d\xa7\xdc\ \x2f\x33\xb9\x4b\x40\x4c\xd4\x3d\x82\x29\x06\x88\x02\x88\x41\x72\ \x35\x4e\xa6\xa1\xbc\xf0\xea\x64\x92\xb5\xea\x8d\x40\x42\x08\x58\ \xab\xd9\x46\x8a\x6e\x1a\x1a\x73\x5a\xbe\x5d\xdb\xfb\xe4\xd3\xc9\ \xdb\x3f\xff\xef\x7f\xe7\x5f\x7b\x87\x9f\x7a\x7d\xa1\x41\x70\x27\ \xef\xf5\x4a\x42\x02\x00\x03\x06\x39\xef\x28\xf7\x0e\x3a\xb8\x9a\ \x94\x7b\xe8\x50\xd5\x54\xe8\x3a\x97\x73\xc1\x73\xa0\xf7\xe0\xae\ \x84\x28\x4c\x03\x84\x80\x60\x40\x49\xe3\x04\x17\xb5\x02\x07\x17\ \x92\xa1\x0a\x31\xf4\x97\xff\xe9\x6f\xff\x1e\x00\x35\x02\x16\xbe\ \xf1\xf0\x7f\x03\x00\x18\x98\x3d\xfd\x8f\x7f\x03\x00\xe0\xfc\xe5\ \xbf\xfe\xa3\x83\x1a\x01\xb6\xed\x00\x44\x3a\xd4\x7e\xc5\x95\x3b\ \x60\x0c\x70\x2e\x35\xb5\x33\x18\x1d\x74\x70\xd5\x90\x3b\x00\x00\ \x21\xa0\x6a\xd0\x71\x2f\xaf\xec\x82\x04\x48\x26\x05\x07\x90\x00\ \xc1\x01\x63\x00\x91\xcb\x13\x8c\x83\x31\x01\x3c\x70\x18\x40\x17\ \xde\xd8\x49\x32\x2f\xb0\x85\x84\x84\x18\xf4\x6c\x5a\x24\x80\x40\ \xfa\x5e\x10\x50\x6a\x20\x28\xfc\xa0\xcd\x05\xa0\xd4\x24\xef\x54\ \x5f\x45\x32\x2f\xf0\x09\x35\xce\xa4\xc9\x89\x20\x68\x33\x01\x15\ \xc5\x24\x50\xfa\x81\xcd\x84\x40\x58\x57\xcf\x84\x8a\xb3\xa0\x15\ \x08\x01\x00\x22\x44\xa7\x18\x05\x81\x0d\xb0\x4e\x11\x02\x00\x70\ \xe6\x70\x40\x15\x72\x5d\x34\xa6\x82\x10\xb2\xa0\xa3\xdc\x3b\xe8\ \xe0\x6a\x24\x77\xa9\xeb\xc0\xb1\x2f\xe7\xca\x44\xc0\xce\x0b\xe5\ \xfd\xa4\x7f\x39\x58\x29\x48\xb3\x17\x0f\x0e\xa3\xca\x6b\x8c\x03\ \x70\xb9\x4a\xcb\x5c\xf8\x3e\x21\x25\x27\x4a\xdf\xce\xb1\x0f\xa4\ \x14\x7f\x7a\xe6\xb1\xe9\x4a\x51\x00\x89\x20\x05\xd2\x07\xea\xc0\ \xf6\x35\xeb\x17\x66\x9f\x2a\x05\x91\xb1\x0d\x3f\xdb\x6f\xf1\x13\ \xe3\x8f\xcc\xb7\x1c\xfc\x56\x7e\x97\x81\xa4\x7d\x3b\xd6\x6c\x58\ \x9c\x7b\xa6\xe0\xf8\x08\x02\x01\xad\xb5\xeb\x7e\x66\xc8\x72\x0f\ \x1e\x7f\x24\x1f\x44\x47\xd7\xfd\x74\x5f\xd4\x5c\x59\x7e\xe2\xd8\ \xf2\x2c\x44\x58\x48\xd8\xb7\xfa\xd3\xeb\x52\x59\x2c\x9b\x53\xd3\ \x8f\x4d\x54\xda\x23\xab\x3f\xca\x2b\x2f\xcf\xb4\xda\x48\xf0\x54\ \xcf\x5d\x5d\x60\xf6\xf8\xca\x02\xba\x2e\x2a\xdc\xc3\x80\x01\xce\ \xa5\xaa\x75\xc8\xbd\x83\x0e\xae\x38\xde\x20\x2f\x89\x90\xd4\x34\ \x60\x3b\x97\x37\x5a\x26\x28\xf3\xa9\xc3\xb2\xe7\x56\x65\xdb\x03\ \xea\x96\xbb\x89\x37\xcb\x96\xe6\x25\x7a\x37\x52\x55\x0a\x66\xb7\ \x1a\xf5\x7a\xbd\xed\xf8\xf2\x5c\x56\x97\xdc\x6e\x35\x6d\x8f\x5f\ \x38\xbf\x23\x4c\x7c\x67\xbe\x26\xfb\xef\xdb\xf1\xf3\x49\x0a\x2d\ \xab\x4f\x27\x30\x10\x78\xfd\xd8\x6f\xfe\xf4\xee\x87\xa2\x18\x0c\ \xac\xfd\xc5\x6d\x69\xa5\xcc\x72\x77\xef\xf8\xf9\x38\x0c\xde\x12\ \x60\xc9\x7d\xae\xac\xdf\xf4\x1b\x9f\xda\xf5\xd9\xb4\x06\x15\x2d\ \x67\x12\xb5\x6f\xf8\xd3\xb7\x0e\x0c\x48\x6d\xdb\xfd\x5b\x3f\xac\ \x43\x08\x58\x21\xdf\x26\xb7\xed\xf8\xb7\xab\x75\x18\x08\xc1\xa5\ \xbe\x61\xfd\x27\xbb\xe0\xd2\x8a\x13\xb9\x73\xf7\x17\x57\x25\xfa\ \xb7\x6c\xfa\xcd\x8f\x6f\xbb\x0b\x07\x4d\x9f\xf4\xdf\xbb\xfb\x2b\ \xf7\xae\x5b\xcb\x39\xbb\x1e\xb8\x10\x42\x18\x04\x90\x73\xa9\x75\ \xc8\xbd\x83\x0e\xae\x26\x72\x07\x08\x01\x5d\x87\xb6\x7d\x79\x57\ \x26\x42\xa0\x7a\x3c\xd8\xff\x5d\xff\xe8\x93\xfe\x81\xef\x7a\xc7\ \xf6\x71\xf6\x6e\xe2\xec\x04\xe7\x4a\x6c\xf0\xc1\x5f\xfe\xd2\xff\ \xfe\x7f\xfc\xf6\x43\x77\x6f\xc4\x2c\x38\x7d\x75\xc2\x77\x40\xf4\ \x83\x3f\xf3\xb9\x8f\xee\xea\x0e\xfc\x0b\x4a\x8b\x82\x10\xbb\xed\ \xe9\x85\x7a\x33\x17\xef\xaa\x96\x8f\xd4\x64\xcf\x9d\xbb\xbe\x38\ \x64\xe2\x78\xee\x43\xc3\x5a\xfe\xf0\xcc\x29\x09\xb1\xa6\x25\x58\ \x7b\x7c\x62\xe1\x88\x8f\x08\x3a\x5d\x1a\x49\x08\xc1\xc3\xfa\x80\ \x9c\xf9\xe9\xde\x0f\xad\xd1\x0b\xaf\xcd\x8d\x07\x42\x59\xb7\xe1\ \x57\x76\xaf\xba\x65\x4d\x76\xcd\xec\xa9\xbf\xfb\xde\xcb\x0f\x8b\ \xc4\x2d\xbd\xb4\x72\x2a\xbf\xd8\x95\xec\xf3\xea\xc7\x4b\x1e\xc3\ \x08\x42\x88\x79\x50\x98\x9c\x79\xe4\x85\xe3\x7b\x6c\xda\xdb\x15\ \xeb\xf3\xdb\x53\x3c\xfe\xbe\xd5\x11\x35\xd3\x7d\x5b\x0c\xd8\x75\ \x5f\x51\xae\x8f\xe0\x92\xd0\x2c\xc3\x98\xd0\xb4\xce\xba\xea\xa0\ \x83\xab\x86\xdc\x43\x87\xaa\xa1\x43\xdb\xbe\x8c\x9d\xf6\xa4\x00\ \x34\x8e\x7b\x46\x10\xe0\x12\x40\xe0\xb7\x41\x72\x14\xf7\x0e\xa2\ \x0b\x8e\x96\x91\x81\x50\xde\xf7\xf3\x5f\xfa\xd9\xbb\x47\xa3\x99\ \x35\xbf\xfa\x95\xff\xf2\xf9\x7b\x86\x3d\x3f\x00\x40\x3a\xae\xd8\ \xf1\xe0\xaf\xff\xfe\xff\xfd\xef\x1e\xdc\xde\xed\xfb\x17\x9a\xc2\ \x84\x20\x0e\xdc\xfc\x62\x65\x41\x8b\x8e\x24\x49\xf1\xc9\x17\xfe\ \xc3\x49\xa7\x6b\xfb\x50\xdf\x6b\x87\xbf\x51\x66\x02\x02\x67\x66\ \xee\xa5\xe8\xaa\xcf\x7f\xe6\xce\xcf\xfb\x85\x57\xaa\x0c\x02\xe6\ \x65\x56\xff\xc2\x2f\xdc\xff\x07\x1f\x1c\xd9\x0a\xb9\x0d\xd4\x81\ \x8d\x7d\x83\x07\x8f\x7c\xbd\xe0\x0b\x04\x9c\x63\x47\xfe\xcb\x33\ \x73\xb3\x1a\x55\x5d\x16\x20\xd1\xf6\x38\x31\x15\x95\xf3\xfa\x52\ \x79\x92\xab\xfd\x5d\x96\xc1\x85\x94\xd2\xe7\xa4\xf7\xd6\x5b\xff\ \xf0\xdf\xdc\xff\x65\xb1\xf4\xad\xa3\xd5\x16\x0e\x4e\xbe\x3e\x3f\ \xb3\x66\xed\xa7\x36\xf7\xf4\x4f\x4c\x7c\xb3\x0e\x33\x2a\xbc\x4e\ \x84\x2e\x72\x5d\xc0\xb9\xd0\x6f\x38\xe5\x4e\x10\xa0\xf8\x5d\xff\ \xeb\x84\x77\x5d\xea\x7c\x83\x17\x33\xec\xf4\x86\x29\x36\x7e\xae\ \x7d\x04\x4a\xcb\x02\x8c\x41\xc7\x91\x97\xcb\x27\x26\x01\x89\xc0\ \x54\x97\xcc\xaf\xa0\xfe\xad\x68\x76\x0f\x23\x26\xd2\x08\xbf\xf0\ \x20\x77\x85\x8a\x97\x1f\xfe\xbd\x97\x9a\x8b\xf3\x25\xf8\x6b\x7f\ \xfc\xf0\x27\x3e\xba\xfd\x4f\x1f\x1d\x67\x7e\x90\xd8\xf8\xf1\x5f\ \xfe\xc8\xda\xd7\x8f\x1e\xac\x70\x74\xe1\x66\x19\x08\x65\xb3\xfa\ \xfa\xd3\xaf\xb5\x07\x3e\xf4\x95\x81\x98\xf9\xcc\xf4\x64\xf7\xea\ \xbb\x37\xf5\xef\x30\x41\x6c\x55\xf7\x66\x54\xbe\x35\x1b\xbf\xf9\ \xd4\x6b\xff\xd7\xb3\x95\xee\x9f\xbd\xfd\x13\xc3\x93\x7b\x4f\x3a\ \xa4\xb2\xf0\xdd\xef\x16\x1f\xe7\x5e\x8d\x03\x18\x8d\xdf\xb6\x65\ \x70\x6b\x0c\x2a\x7d\xbd\x5b\x0b\xcd\x4d\x27\x5e\x7f\xb6\x85\x40\ \x20\xa1\x8a\xa9\x80\x86\x82\xb8\xc3\x98\xe7\xcc\xec\x3d\xf8\x17\ \x66\xd7\x5f\xad\xed\xee\x3e\x5c\x9d\xa2\x84\x60\x5e\x3c\x72\xf8\ \x8f\x9f\x9e\x5f\xf0\xbd\x1a\x49\xdd\xaf\xa1\x60\x7c\xfa\xb9\x7b\ \x6f\xfb\xdd\x11\xf7\x1f\xff\xc7\x89\xe9\xbb\xb2\x3b\x48\xd8\x3c\ \xfd\x5a\xd6\xef\x61\xaf\x19\xec\x38\x80\x52\x68\xbe\xe1\x8b\x0e\ \xdb\x4b\x5e\xdf\x4b\x08\x02\x30\x53\x85\x1e\x7b\x77\x89\x74\x42\ \x82\xa8\x2a\x73\x11\x29\x2e\x6d\x78\xde\xda\x05\x02\x9c\x69\x00\ \x74\xdd\x33\x7b\xd5\x81\xc5\x16\x7c\xb7\x6d\xc6\x21\x00\x83\x09\ \x71\x89\x69\x31\x67\x5b\x5a\x9f\x7f\x5b\xaf\xa6\x09\x4f\xde\xc4\ \xc4\x9a\x0e\x30\x06\xb6\x0d\x92\x49\x70\xb9\x26\x87\x04\x00\x42\ \x4c\x24\x80\x00\x53\x80\x20\x90\xe2\x5d\xdd\x09\xd9\xae\x17\xa5\ \x80\x7a\xa2\x67\xb8\x3b\x35\xfb\xe2\x0c\x03\x9c\xe3\x9e\x9f\xfb\ \xdc\x4f\x9d\xfa\xa7\x3f\x29\xec\xf8\xe5\x6d\xf4\x42\xcb\x85\x09\ \xc9\xad\xd8\x8e\x1d\x5d\x29\xae\x8d\x66\xe4\xd4\xde\xb6\x71\xf7\ \x6d\xbf\x53\x9f\xff\xfe\x3f\x3e\x73\x8c\x6a\x1b\xbb\xba\x56\x57\ \x9b\x05\xdf\x02\xab\xbb\x6f\x5f\xaf\xa9\x84\x37\x5d\x2e\x21\x44\ \xdc\xaf\xd5\xfc\x2a\x04\x08\x21\xd5\xa9\x3f\xf7\xad\x67\x8e\x53\ \x7d\x55\x3c\xbb\xbe\x50\xaf\xac\x1d\xfd\x62\xb2\xfd\xec\xc9\xc5\ \xc3\x77\x0f\x7f\xf6\xfe\x5c\x04\xd7\x5f\x5e\x81\x43\xbb\x36\x8c\ \x01\x94\x1c\xb3\xbc\xd7\x8e\xe4\x31\xc6\x00\x20\x42\x14\xdf\xaf\ \x38\x01\x53\x30\xa5\x8a\xa9\x69\x16\x6f\x1c\x7e\x6d\xfa\xd1\x64\ \xe3\xa9\xba\x58\x65\x68\x71\x0d\x81\xda\xb5\x4c\x80\x10\xc2\x20\ \x08\xca\x8b\x0b\x74\x79\x29\xa5\x69\x4b\x2b\xcb\x52\x55\xc3\xf9\ \x13\x8b\xc7\x0d\xd3\xba\xbe\x89\x06\x41\x30\x5d\x41\x35\xf7\x9c\ \x02\xeb\x17\x00\x26\xc0\x40\x5c\xf6\xc6\xb8\xe0\x97\xf4\xed\xb5\ \x4a\xc5\x71\xda\xe7\x4a\x03\x09\x80\xa6\x69\x89\x64\xea\xfa\xde\ \x56\x31\x02\x55\x07\x1e\xcd\xa3\x77\xa5\xc4\xc3\x5a\xf0\x7d\x31\ \x81\x2f\xa1\x74\x29\x84\xd0\x75\xec\x7a\xad\x76\xde\x08\x43\x84\ \x52\xa9\x14\xa1\xca\x55\x32\xf2\x6f\x22\x77\xa9\x69\x12\x63\xd0\ \x6e\x5f\xc6\x2f\xe0\x1c\xc4\x46\xc8\xe6\x6e\x60\x44\x61\xf4\xa3\ \x48\x49\xc0\xe5\x17\xf9\xbb\xd2\xa9\x10\xca\xb6\xaf\x7c\xfc\xb7\ \xbf\xb2\x5d\x3d\xf8\x9b\xff\xf0\x2a\x13\x70\xcd\x1d\x3f\xb5\x8d\ \x1c\xfa\xe2\x37\x9e\x7b\xf0\x96\xcf\x0b\xe6\x33\x2e\x2e\x28\xb2\ \x5a\x4a\x2e\xb8\x11\x5d\xa3\x81\xd2\x13\xaf\x7c\x7b\xc9\xa6\x19\ \x7b\xa5\xe9\x14\x17\xea\x15\x81\x57\x34\x54\x28\x97\xa6\x2b\xa5\ \xbf\xc1\xeb\x3e\x36\x18\x0f\x5e\xdc\xff\x97\x0b\x3e\xa6\x08\x00\ \x70\x76\x83\x86\x22\xc8\xcf\xe7\x17\x04\x9a\x41\xa0\x5e\x2d\xac\ \x18\x5d\x25\x87\x7b\x73\xa7\xfe\xfb\x2b\xe4\xd3\xab\x22\xcb\x8f\ \x1f\x78\xa4\x0d\x06\x14\xbd\x3f\xa5\xf2\xfd\xaf\xfd\xd1\xe1\x8a\ \xad\x60\x22\xa4\x77\x6a\xfc\x9f\x45\x33\xa0\x18\x41\xa9\x48\x67\ \xea\xb5\x89\xba\x07\xe4\xb1\x23\x7f\x06\x00\x52\x35\x7c\x60\xfc\ \x69\x07\x2a\xe8\x5a\x5e\x86\x9c\xb3\xb9\xd9\x29\x2d\x91\xa4\x01\ \x97\x86\xa1\xe9\x9a\x20\x14\x00\xc9\x18\x5f\x5c\x98\x1f\x5e\xb3\ \x0e\x22\x2c\x2f\x91\xc3\xae\x05\xb3\x0c\x7e\xa3\xbd\xce\xe9\x86\ \x3b\x08\x02\x01\xce\x36\xe4\x91\x6f\x6e\xc0\x76\xa9\x66\x19\x84\ \x60\x7e\x79\xb9\xd9\x6c\x24\x93\xa9\x37\x35\xbd\x90\xb2\x5a\x29\ \x43\x08\x33\xd9\x2e\xcf\xf3\xae\xe3\xca\x1c\x67\xcd\x32\x67\x87\ \x3d\xec\x1f\x72\xa6\xed\x51\xd8\x56\x50\x86\x47\x1b\x79\x0e\xb9\ \x5f\xa2\x94\x71\x1d\x7b\x6e\x76\x3a\x99\x4a\x63\x84\xcf\xed\x02\ \xe3\x7a\xee\xc2\xfc\xdc\xc8\xda\xf5\x41\x10\x5c\x15\xd3\xf2\x4d\ \x07\x45\x55\x01\x18\x23\xdb\xe6\xe8\xf2\x98\x03\x21\x06\x7e\x91\ \x1f\x7c\x94\x63\x04\x84\x00\x10\x43\x20\xa4\xdb\x78\x37\xd1\x32\ \x52\x78\x3e\x7c\xff\xaf\xfc\x87\x5f\xbf\x15\x7f\xf5\x7f\xfd\xdd\ \xf1\xa6\xc0\x46\xf7\xc7\x7f\xee\x41\x36\xf3\x0f\xeb\x6e\xbd\x77\ \x7d\x4f\x2a\x43\x36\x0e\x75\x1d\xcf\x37\x3c\xfc\xe3\xd6\x0a\x42\ \xd4\x6d\xec\xdb\xf3\xe2\xf3\x02\x20\x85\x1a\x14\x81\xd7\x8f\xfd\ \x03\x26\x86\xaa\x44\x01\x68\x9d\x9c\x79\x0a\x61\x1d\x83\xc5\xbd\ \x07\xfe\x33\x97\x90\xbe\x29\x10\xfe\xec\xef\x21\x94\x10\x00\x9c\ \x53\x33\x4f\x62\xac\x55\x67\xbf\x35\x07\x55\x05\xa3\x63\xc7\xfe\ \xec\xa0\x80\xaa\x62\x62\x30\xfd\xe2\xfe\xff\xc4\x25\x20\xc4\x50\ \x30\x01\x00\x20\xe8\x4d\x9d\x7a\x04\x60\x9d\x20\x08\x20\xe5\xed\ \xf1\xd7\xeb\x9c\x52\x9d\x62\x09\x00\x10\xfe\xfc\x81\xf1\x69\x42\ \x75\x04\xaf\x55\x76\x87\x10\x3a\xb6\x83\x20\xba\xfb\xb6\x3b\xc0\ \x0f\x9f\x02\xc9\xe4\xae\x3b\xee\x3a\xfb\xec\x81\xfd\xaf\x36\x9b\ \x8d\x44\x22\xc5\xae\x6b\x72\x3f\x87\x58\x01\x21\x30\x17\xd7\x2a\ \xcd\xa0\x27\xa5\x23\x08\x98\x10\xcb\x65\xc7\x0d\x44\x4f\xda\x30\ \x35\xc2\xb8\x5c\x2a\xdb\x8e\xcf\x2f\xdd\x0c\x07\x21\x2a\x97\x8a\ \xef\xbb\xeb\xee\x54\x2a\x73\xde\x53\xcd\x66\xe3\x85\xe7\x9e\xc9\ \xf5\xf4\x5e\xe6\x0a\xde\x57\xf7\xc8\x67\x63\xaa\xcf\x85\x42\x70\ \x32\xaa\x30\x26\x6a\xad\xa0\xd8\x70\x13\x96\x9a\x8e\xaa\x08\xca\ \x4a\x33\x28\x36\xdc\x4b\xdf\xea\x10\x42\xf5\x5a\x2d\x9d\xc9\xde\ \x72\xdb\x1d\x6f\x7d\xf6\xa9\x27\xf6\xf8\x9e\x07\x31\xbe\x1a\xdc\ \x4e\xe4\x4d\x3b\xbe\xa6\x81\xcb\xad\xdc\x01\x93\xcd\x82\x14\xfc\ \xcc\xa6\x8a\x20\xa6\xef\x22\x38\x3d\xf0\xfd\xdc\xf6\xcf\xfe\xd6\ \x27\x87\xfe\xec\xcb\xbf\xf8\x83\xe3\xd5\x88\xa5\x12\x8a\x16\x8f\ \xbe\x9c\xc9\x8e\x3d\xf4\x99\xad\x6b\xfa\xb3\xf1\xe4\xf6\xb5\x7d\ \x7b\x96\x0f\x2d\xe3\x1f\x2f\x84\x24\x44\x8a\xa6\xbe\x51\x6d\x5c\ \xa1\xe6\x99\xed\x1c\x51\x12\x36\x93\x24\xaa\x12\xfd\xb1\xf7\xf7\ \xf4\x8b\x89\x11\xd2\x3f\xa5\x91\x33\x85\x10\xdf\xfa\x76\x48\xa8\ \xf1\xc6\xe6\x0e\xa9\x42\xcf\x69\x43\x05\x89\x42\xc9\x75\xd0\x95\ \x4a\x55\x55\x00\x00\xa8\x54\x80\x69\x02\x21\xce\x9e\x76\x34\x4d\ \x6b\xb7\xdb\x37\x54\xdb\x2d\x08\x80\x42\x11\xc5\x90\x0b\x71\x6a\ \xa5\x9d\x8a\x2a\xd9\x84\xe6\xfa\x9c\x60\x38\xb1\xd8\x44\x08\x02\ \x09\x10\x84\x42\x5e\x3a\x9d\x49\x8c\x89\xa2\xbc\xcd\xa9\x95\x12\ \x4a\x30\xbe\xd1\x2a\xfc\x50\x02\x25\x44\x94\xc0\xa5\x92\xdd\x72\ \xf8\x48\xaf\xc5\x85\xc8\xc4\xd5\xf9\xa2\xed\xfa\x1c\x21\x88\xe0\ \x65\xd0\x50\x61\xd7\x52\x5d\x33\xde\xf6\x59\x2d\x5c\x08\x57\x9d\ \x59\x46\x4a\xa0\xa9\x00\x63\xd8\x6a\x03\x74\xd9\x1c\xf9\x12\x00\ \xac\xa3\xee\xf5\x38\x95\x41\x7e\x45\x2c\x1d\x67\xb6\x7b\xe1\xaa\ \x45\x32\xa9\xde\xf6\xd0\xbf\xea\xc7\xcb\x43\x77\xfd\xfc\xef\x7c\ \xc4\x6a\x2d\x1d\x7b\xe4\xdb\x8f\xfd\xe3\x1f\xfe\xee\xb7\x20\x6f\ \xb7\xb5\x2f\xfd\xf5\xd7\x6e\x9a\xfa\x87\xc7\x5f\x5b\x32\xcc\x4e\ \x83\x88\x2b\x29\xde\x51\x78\xca\x69\x36\x81\x65\x9d\x3b\x79\xde\ \xc9\xef\x74\xdd\xab\x48\x01\x00\x46\x30\x19\x51\x2c\x8d\x7a\x3e\ \x37\x35\x9a\xaf\xba\x42\x02\x02\x21\x80\x92\x5f\xa6\x63\x0c\xc6\ \xe8\x1d\x9a\xd5\x49\x8c\xf1\x8d\x96\x6c\x70\xb6\xb7\x63\xc4\xa0\ \x2a\xc5\x8c\x0b\x95\x62\xc7\xe3\x2d\x87\x29\x04\x11\x04\x7d\x71\ \x59\x46\x44\x22\x04\xe1\x3b\x38\x64\xc3\xd6\xea\x57\x8b\xd9\xea\ \x8d\xcb\x12\x22\x54\xee\xb0\xd5\x92\x97\x91\xdc\x21\x18\x7c\x1f\ \xed\xef\x85\x76\x89\x93\x0c\x1e\x7b\x3f\xd1\xe9\x85\x3b\x6b\x21\ \xa5\xe8\xe4\x93\x7f\xf3\xe7\xff\xfc\x92\xa4\x2a\x0f\x82\xf0\x7d\ \x08\x23\x88\x88\xa6\xcb\x97\xbe\xf5\xf7\xff\xf4\xec\xac\xaa\xe0\ \x4e\x19\xc2\x2b\x0b\x7c\x96\xdc\x23\x91\xf3\xce\xb0\x37\x14\xb9\ \x0b\x29\x85\x08\x0f\xa6\x12\x63\x18\xd1\x69\xcb\x65\xcb\x55\x07\ \x02\x40\x31\x64\x4c\xa4\x22\x4a\x32\xaa\x88\xcb\xc3\x32\x00\xe1\ \xb7\x8f\x26\x80\xe0\xc6\xda\x53\xa5\x04\x5c\xbc\xe1\xc8\x33\x55\ \x82\x31\x9c\x2f\xda\x1e\x13\x14\x43\x00\x00\xc6\x70\x20\x6b\x5c\ \xae\xdd\x0e\xa2\x77\x1c\x5e\x8c\xaf\x22\x72\x7f\xb3\xf1\x5b\xd3\ \x25\xc6\xa0\xd5\xbc\x6c\x83\x2e\x80\x9a\xc5\x31\x2a\x0e\x7f\x9f\ \x35\x03\x09\xa8\x58\x77\x37\xcd\xf4\xc1\x99\x53\x12\x5c\xd8\xdc\ \xa3\x58\x1e\x7d\xf4\x6b\xfb\x4f\xb3\x3a\x80\x98\x9a\x96\x49\x90\ \x04\x00\xa8\x2a\x78\xfd\x89\xef\x70\xa4\x9a\x1a\xe9\x64\x44\x5e\ \x51\xe5\x0e\xde\x50\xee\xa9\xd4\x79\xcb\x00\x42\x78\x43\xdc\x1c\ \x09\x30\x86\x09\x4b\xd1\x14\x2c\x04\xe0\x5c\x32\x26\x67\x0b\x6d\ \x2e\x24\x42\xa0\xdc\xf4\xb2\x71\x0d\x42\x68\xea\xa4\x69\x07\x97\ \xed\x1b\x11\x02\xef\xc0\xee\x18\xe3\x1b\xc4\x1a\x26\x25\x88\x99\ \x94\x60\x64\xea\xa4\x5e\xb6\x75\x45\xcd\xd7\xdc\x52\xdd\x23\x18\ \xb5\x40\x90\x8a\x28\x7d\x69\x9d\x4b\x09\x2f\x5f\xac\xf1\x8f\xd8\ \x3b\x11\xc6\xa7\x9d\xe9\x57\x17\xb9\x0b\x21\x75\x1d\x10\x02\xdb\ \x97\xcf\x2c\x23\x01\x8d\x20\x56\x12\x6d\x1f\x50\x15\x72\x4f\x36\ \xca\x22\x61\xc2\x0b\xf7\x1f\x4a\x00\x14\x23\xa2\x9c\xff\xb7\xd3\ \x37\x55\xd5\xcd\xab\xc6\xc0\x75\x43\xd3\x3b\x09\x6b\x9f\xb5\x5a\ \x60\x68\xe8\x4d\xd3\x0b\x13\x08\xe0\x0d\x41\x32\x10\x48\x09\x28\ \x46\x10\x82\xe5\x8a\xc3\x84\x2c\x35\x3c\x84\x4e\xb7\x91\xa9\xb6\ \x02\x21\x64\xd4\xa0\xb6\xcb\xea\xed\x00\x41\x78\xe9\xad\xc3\x24\ \x90\x08\xe1\xb7\x65\x19\x04\x11\x46\xf8\xc6\x59\x16\x52\x02\x5d\ \xc5\xc5\xba\xdb\x76\x19\x42\x30\x60\x92\x12\x04\x21\x08\x98\x98\ \x2b\xd8\xa9\xa8\xa2\x10\x94\xaf\x5d\xb6\x1e\x73\x10\x42\x82\xdf\ \x3e\x00\x93\x60\x02\xaf\x9a\x4d\xf5\x3c\x9b\xbb\x06\x30\x06\xcd\ \xd6\x65\xec\xa1\x2a\x18\x88\xae\xc2\x63\x0a\x02\x08\x48\x01\x22\ \xbd\xb0\x7e\x58\x80\x0e\x1d\x5f\x5f\xca\x5d\x86\xf6\xce\x66\x13\ \x24\x12\xe7\x3e\xe5\xfb\x3e\xba\x61\x24\x24\x97\x72\xb9\xea\x48\ \x09\x30\x82\x00\x82\x6a\xcb\xc7\x67\x2c\xb3\x08\x82\x7a\x3b\xa8\ \xb6\x02\x00\x00\x3e\x37\x34\xef\xd2\x80\x31\x0a\x7c\x1f\x18\xe6\ \x79\x7f\xf7\x7d\x1f\x22\x74\x83\xac\x32\x08\x41\xbd\xed\x57\x5b\ \x3e\x84\x00\x23\xd8\x68\x07\x10\x9e\x36\x8d\x40\x08\x7d\x26\x16\ \x4a\x0e\x38\x1d\x7b\x7a\x39\x1c\xaa\x00\x60\x8c\xd9\x3b\xa4\xf1\ \x73\xce\x20\x42\x80\x5f\x15\xb1\x61\x6f\x52\xee\x20\x54\xee\xad\ \x26\x80\x97\x29\x14\x12\x01\xaf\xc0\x66\x8e\x21\x4a\x4e\xcf\x72\ \xf7\x84\xa8\x2c\x08\x70\xc3\x64\x00\xdf\x00\xa2\x49\xaa\x9a\xc6\ \x84\x38\xf4\xea\xde\x0d\xe5\x72\xad\xd5\x2c\x9c\x38\x06\x19\x03\ \x00\x48\x29\x5c\xc7\x4d\x24\xd3\x01\x0b\x6e\x08\x96\x01\x00\x9f\ \xe3\x67\xc3\x6f\xf6\xb9\x21\x04\xd1\xe5\x1e\xf9\x44\x2a\x3d\x71\ \xf2\x84\x61\x18\xe7\xa9\x31\xc7\xb6\xe3\x89\x24\x63\xc1\x0d\xd2\ \x7e\xf2\xdc\xb1\x45\x6f\x1e\x76\x08\x01\xb9\xac\x2e\x39\x29\x84\ \x19\x89\x3a\xed\xe6\x91\x83\x07\xd0\x9b\xf4\xbb\x64\x8c\x21\x4c\ \x30\xc6\xfc\xaa\x23\x77\x00\xa4\xae\x03\x8c\x61\xb3\x75\x39\xcf\ \xaa\xae\x5c\x78\x9d\x9d\x75\x76\x48\x00\x31\x05\xa8\x53\x55\xe3\ \xba\x5a\x5a\x38\x91\x4c\x01\xdb\xc1\x8d\x26\x88\xc7\x89\x15\x41\ \x61\x34\x2d\x84\xba\x61\x31\xc6\xae\xef\x54\x49\x2e\xc1\x8e\x3e\ \x7e\x11\x2e\x52\x8c\x00\xbb\x34\x12\x30\xcc\x08\x8a\x40\xf1\x16\ \x2a\x51\x93\x3a\x00\xe0\x2a\x49\xa5\xf9\x09\x81\x71\xd0\x1b\x15\ \x5d\xd6\xbb\x4e\x7e\x86\x10\xd0\x4b\x0b\x43\x27\x84\x24\xd3\x19\ \xce\xc5\x79\x9f\x42\x15\x0d\x63\x7c\xf5\x0c\xfb\x5b\x94\xbb\xa2\ \xc0\x6a\x05\x48\x71\xd9\xdc\x02\x10\x90\x4e\x4f\xcd\xeb\x5d\xbc\ \xfb\x41\x80\xed\x36\x6a\xb7\x98\x69\x72\x29\xe5\x99\x70\xa8\xab\ \x44\xc2\xfc\xa4\xa1\x90\x8b\xf1\xd6\xc9\x4b\x76\x17\x71\xce\xde\ \x76\x80\xf9\xf5\x5e\x58\x26\x1c\xbd\x30\x31\xf8\xbd\x1f\x76\x29\ \xa5\xef\x07\xef\x70\x47\xae\xa2\x09\xff\xe6\x24\x26\x45\x91\x89\ \x04\x68\xb6\xa0\xef\x5d\x3d\x3e\xdf\x0e\xae\x0d\xf5\xde\x68\x00\ \x00\x78\x2c\x76\x43\x6e\x6f\x1d\x2f\xd2\x95\xe1\xf7\x0e\x45\xfd\ \xa8\x45\x79\xfe\x96\x14\x8f\x41\xd7\x05\x9e\x0f\x60\x47\x6e\x77\ \xf0\x2e\xce\xba\xa8\xd9\x94\x8a\x22\x3b\x3d\xf6\x3a\xe8\xe0\x6a\ \x24\x77\x00\x64\x2c\x06\x5c\x17\xb8\x6e\x87\xdc\x3b\x78\x57\xe4\ \x4e\x1a\x4d\x49\xa9\xe8\xb4\x61\xea\xa0\x83\xab\x91\xdc\x85\x90\ \xf1\x38\x74\x1c\xe8\x79\x1d\x72\xef\xe0\xdd\xcc\x23\x84\x5a\x4d\ \xa9\x50\xa9\xeb\xe0\x06\x30\xf8\x76\xd0\xc1\x35\xa8\xdc\xe3\x71\ \x60\x3b\xc0\xed\x90\x7b\x07\xef\x02\x12\x00\xd4\x68\x48\xaa\x08\ \x55\x83\x1d\xe5\xde\x41\x07\x57\xa9\x72\x77\x1d\xe8\xb9\x9d\x70\ \xc5\x0e\xde\x9d\x72\x6f\x34\x24\xa5\x9d\xee\xd8\x1d\x74\x70\x95\ \xe0\x4d\x71\xee\x10\x00\x10\x4f\x00\xdb\xee\xd8\xdc\x3b\x38\x5f\ \x9b\x4b\x49\x29\x35\x0c\xf3\x6d\xf3\xdd\xa5\x65\x69\xb6\x03\x35\ \x4d\x4f\xa7\xa8\x61\x40\x4a\x3b\x23\x76\x11\x30\x0c\x13\x63\x7c\ \x7e\x7f\x1f\x08\x75\x5d\x17\x1d\x63\xd7\x4f\x0c\x96\x65\xa9\xaa\ \x7a\xde\xb0\x4b\x29\x15\x45\x31\x4d\x93\x5e\xb3\x93\x99\x9c\xa7\ \xdc\x45\x22\xb4\xb9\xbb\x12\x76\xd8\xbd\x83\x37\xa0\xaa\xea\xfe\ \xfd\xfb\x0e\x1c\x78\xad\x5a\xad\xc0\xb7\xe4\x5a\x3a\x0a\xfd\xdc\ \xf3\x2f\x0c\x57\x2a\xff\xf1\x3f\xff\x81\xa7\x50\x24\x3a\xe2\xfd\ \x62\x80\x31\x9e\x9d\x9d\xa5\x0a\x3d\xf7\x2f\x8d\x46\xf3\x2f\xff\ \xe2\xcf\x0b\xf9\xbc\x38\x53\x70\xb2\x83\xcb\x4c\x82\x18\x17\x8b\ \x45\x55\xd3\xce\xe5\x77\x55\x55\x1f\xfb\xc1\xa3\xff\xfc\xad\x6f\ \xda\xed\x16\x80\xd7\xa4\x19\xe3\xfc\x96\x48\x32\x91\x00\xae\x0b\ \x6c\xa7\x33\x8d\x3a\x78\xd3\x44\x21\x64\x79\x79\xb9\x50\xc8\x17\ \x0b\x85\xb7\x8a\xf7\x26\xc6\x9f\x9d\x5f\x6c\x30\xf6\xe2\xeb\x07\ \xa4\x94\x1d\x8b\xde\xc5\x9e\x8f\x80\xaa\xaa\x56\x24\x72\x76\x84\ \x21\x84\x9e\xe7\x1e\x3e\x74\x68\x61\x61\x9e\x31\xd6\x51\x5c\x3f\ \x99\x53\x29\xa0\x84\x58\x56\x44\x51\xde\x68\x7f\x8a\x10\x9a\x9a\ \x9a\x5a\x5a\x5a\x6c\xd6\xeb\x10\x5d\x07\xe4\x2e\x44\x58\xb2\x15\ \x96\x2b\x9d\x5b\xde\xc1\x79\xa7\x54\x8c\x71\x77\x77\x4f\x3a\x9d\ \x39\x8f\x60\x24\x84\x3e\xc6\xfd\x2b\x05\x20\xc1\xaa\xb1\x8d\x2a\ \x63\x1d\x06\xba\x3d\x32\xf4\x5a\x00\x00\x20\x00\x49\x44\x41\x54\ \x04\x7a\x07\x18\x63\x84\xd0\xb9\x2a\x32\x1a\x8b\xad\x35\x4d\x21\ \x44\x67\x60\x7f\x82\x80\x90\x52\x7a\x76\xd8\x43\xb3\xcc\xe0\xe0\ \x10\xbb\x66\xe7\x33\x39\x7f\x05\x5b\x16\xd0\x75\x58\x2e\x75\xdc\ \x62\x1d\xbc\x2d\x14\xe5\xfc\xa6\x57\x02\x42\x45\x4a\x5d\xf0\x82\ \x61\x61\x4d\x55\xfc\x8e\x70\xbf\x0c\x5b\xe9\x79\x0f\x4f\x17\x55\ \xee\xe0\x3d\x1c\xf6\x50\xbf\xbf\x75\xc2\x5f\x9b\xe4\x0e\x00\xc0\ \x58\x26\x12\xb0\x5c\xe9\x04\xb4\x75\x70\x81\x0b\x40\x40\xa8\x05\ \x01\x65\xbc\xa5\x2a\x40\x48\xd9\x99\x39\xef\xc9\xb0\x77\xd0\x19\ \xf6\x77\xa7\xdc\x01\xa5\x32\x11\x87\x95\x72\x47\xb9\x77\x70\x3e\ \x89\x0b\xf1\xb6\x73\x9d\x49\x49\x7d\x9f\x72\x5e\xa7\x44\x30\x76\ \x83\x14\x0b\xfb\x09\x01\xa1\xb7\xe9\xd3\xd6\x19\xd2\x9f\x34\xde\ \xb6\xd9\xef\x3b\x4d\xf8\x6b\x55\xb9\x4b\x42\x64\x3c\x09\xcb\x95\ \xeb\x20\xcf\x10\xc2\x1b\xd7\x2b\x7c\xd9\xe7\xa4\x94\x52\xd7\xf5\ \xb7\x46\x8c\x01\x00\x18\xc6\x69\x08\x35\x21\x45\x3c\x91\x48\x24\ \xd4\x20\xe8\x90\xc5\x45\x53\x8c\x6d\xdb\xe7\x35\x82\x40\x08\x45\ \xa2\xd1\x8e\xd8\xfa\x89\x0e\x7b\x10\x04\x8e\xe3\x9e\xdb\x42\x45\ \x4a\x69\x59\x16\x21\xe4\xda\xe5\xf7\xb7\x28\x77\x42\x64\x32\x0e\ \x4b\xc5\x6b\x7d\x32\x09\x2e\x3d\x97\x33\xf7\x06\x9d\xaf\x54\xbd\ \xcc\x86\x6f\xd7\x75\xef\xbb\xef\x03\xef\xbf\xeb\x2e\xc7\x71\xce\ \x1f\x6a\x4d\xd3\x0e\x1f\x8e\xfc\x60\xcf\x6d\x1f\xff\xf8\xc6\x4f\ \x7c\x02\x79\x5e\x87\x2f\x2e\x0e\xaa\xaa\xfe\xe9\x9f\xfc\xf1\xf4\ \xf4\xb4\x69\x9a\x21\xa7\x30\xc6\x72\xb9\xdc\xbf\xfd\xc2\xff\xf2\ \x4e\xad\x7f\x3a\xb8\x74\x68\x9a\xb6\x77\xef\xcb\xff\xed\xe1\xbf\ \x4f\x24\x92\x67\xa9\xdc\xf7\xfd\x5f\xf8\xc5\x5f\x1a\x19\x19\xf1\ \x7d\xff\xfa\x50\xee\xa1\x59\x26\x89\x8e\x1d\x03\x42\x5c\xd3\x55\ \x7f\x21\x04\x08\xc1\x1b\xa9\x91\xe4\x7b\x73\x20\x78\x1b\x93\xba\ \x84\x10\xd9\x36\x72\x5d\x9e\x48\x00\xd9\xb1\xb9\x5f\xca\xa4\x45\ \xf9\xfc\xf2\xd2\xe2\xc2\xea\xe1\x91\x73\xb3\x99\x64\x67\x54\x7f\ \x92\x40\x08\xb5\xdb\xed\xd9\xe9\x69\x85\x2a\x56\x24\x72\x6e\xbe\ \xd8\x35\x3d\xf2\xe7\x29\x77\x00\x08\x91\xc9\x24\x2c\x5e\xf3\xca\ \x1d\x22\x48\x15\x04\x6e\xd4\x6c\x9a\xf7\xf4\xee\x41\x08\x6d\x07\ \x3a\x0e\x4b\x24\x3a\xd6\x83\x4b\x04\x63\x3c\xf0\x83\x0e\x95\xbf\ \xf7\xaa\x25\x08\x82\xeb\xec\x78\xf4\x96\x50\x48\x42\x64\x2a\x85\ \x4a\x25\xd8\x6e\x4b\xd3\xbc\xa6\xd7\x6a\xd8\xb4\xb9\x83\xf7\x62\ \x1a\x95\xcb\x40\x08\x9e\x4c\x76\x4a\x42\x5e\xfa\x46\xd9\xc9\x54\ \xea\x8c\xfc\xe5\x39\x91\xbc\x55\xf1\x8a\x5c\x0e\x48\x09\x4a\xa5\ \x4e\xed\xb0\x0e\x2e\x08\x42\x90\x52\x51\x44\xa3\x3c\x1a\x85\x1d\ \x72\xef\xa0\x83\xab\x94\xdc\x05\x07\xd1\xa8\x54\x14\x58\x2e\x77\ \xc8\xbd\x83\x0b\x12\x3c\x5c\xe0\x6a\x95\xa5\x92\x9d\x09\xd3\x41\ \x07\x57\x31\xb9\x4b\x09\x62\x51\x40\x48\x87\xdc\x3b\xb8\x60\xe5\ \xce\x71\xb9\xc2\x13\x49\x80\x71\x67\x30\x3a\xe8\xe0\x2a\x25\x77\ \xc8\xb9\x8c\xc5\x00\xa5\xa8\x5c\x96\x1d\x72\xef\xe0\x42\xb4\xbb\ \x10\xa4\x52\xe6\xc9\xa4\xc4\xb8\xe3\xe5\xe8\xa0\x83\xab\x55\xb9\ \x0b\x21\xa2\x51\x49\x29\x2c\x95\x3b\x42\xac\x83\x0b\x53\xee\x82\ \x94\xca\x2c\x24\xf7\x0e\x3a\xe8\xe0\xaa\x25\x77\x10\x8b\x01\x42\ \x60\xa9\x74\x8d\x56\x31\xee\xe0\x0a\x28\xf7\x72\x99\x27\x93\x80\ \x74\xc8\xbd\x83\x0e\xae\x62\x72\x97\xb1\x18\x50\x14\xb4\xb8\x08\ \x44\xa7\xa2\x45\x07\x3f\x06\x12\x42\x68\xdb\xb8\x58\x64\xe9\xb4\ \xc4\xa4\x63\x96\xe9\xa0\x83\xab\x98\xdc\x4d\x53\xf6\xf4\xc0\x52\ \x09\x3a\x4e\xc7\xa7\xda\xc1\x8f\x9b\x41\x88\x14\x8b\x50\x4a\x96\ \xeb\xea\x34\x78\xe9\xa0\x83\xab\x98\xdc\x43\x86\xef\xce\x81\x46\ \x03\xb6\xdb\x1d\x72\xef\xe0\xc7\x00\x23\x52\x2e\x0b\x4d\xe3\x91\ \x48\x27\x83\xa9\x83\x0e\xae\x6e\x72\x17\x42\x76\x75\xc1\x46\x03\ \xd8\x76\x87\xdc\x3b\xf8\xd1\x90\x10\x91\x52\x49\xaa\xaa\xe8\x90\ \x7b\x07\x1d\x5c\xfd\xe4\x2e\xba\x72\xb0\xd1\x80\x1d\x72\xef\xe0\ \xc7\xcf\x20\x84\x4b\x25\xa1\xaa\xdc\xb2\x3a\xe9\xa9\x1d\x74\x70\ \x55\x93\x3b\x04\x40\x76\xe7\x60\xbd\x0e\x6c\xbb\x63\x45\xed\xe0\ \xc7\x92\x3b\x29\x95\xa5\xa6\x8a\x48\xa4\xe3\x4d\xed\xa0\x83\xab\ \x5d\xb9\xcb\x5c\x0e\xb4\xdb\xb0\x5e\xef\xe4\x31\x75\xf0\xa3\x00\ \x21\x00\x80\xe6\xf3\x52\x51\x45\x24\x02\x3b\x0d\x83\x3a\xe8\xe0\ \xaa\x26\x77\x29\x65\x4f\x0f\x40\x10\x2e\x2c\x5e\x05\x5a\x4c\x9e\ \x2d\xa9\x7c\xf6\x5a\xce\x3c\x7c\xe3\x71\xe7\x46\x5e\x29\x72\x87\ \x8e\x43\x56\x56\x58\x2a\xc5\x2d\xab\x73\x23\x3a\xe8\xe0\xea\x01\ \x79\x7b\xe5\x1e\x89\xc8\x64\x12\x2d\x2d\x5d\xe1\x36\xd9\x42\x70\ \x88\x2d\xcb\x84\x22\x70\x5d\x5f\xc2\xd3\x84\x7e\xba\xdb\xa1\x14\ \x9c\x0b\x8c\x09\x44\xb0\xd3\x3f\xf8\xca\x6c\xbc\x08\xa9\xae\x4b\ \xda\x6d\x77\x74\x03\x55\x55\x2a\x04\x46\x08\x00\x20\xa4\x80\x00\ \x0a\x29\x84\x10\x61\xff\x4f\x04\x11\x55\x14\x08\x81\x94\x92\x31\ \x0e\x01\x80\x08\x02\x00\x38\x63\x8c\x73\x04\x11\x84\x30\x6c\x92\ \xc0\x38\x0f\x77\x8d\xb3\xf7\x14\x42\x88\x31\x82\x10\x71\xce\x85\ \x10\xe7\xb6\x90\x09\x6b\xb4\x42\x08\xc3\xd6\x16\x10\x42\x84\x20\ \x63\x2c\xfc\x34\x71\xa6\x9a\x7f\xf8\xaa\xf0\xf3\xe0\x99\x77\x21\ \x8c\x10\x42\x52\xca\xb0\x55\x26\xc1\x44\x02\x40\x30\x86\x08\x49\ \x29\x11\x7a\x73\x01\x58\x09\xe4\x19\x51\x01\x01\x94\x00\x20\x04\ \x21\x44\x52\xca\x30\xd6\x1f\x42\x28\xcf\xbc\xe2\xf4\x1b\xa5\x94\ \x00\x08\x21\xc2\x6f\x94\xe0\xf4\x53\x52\xc8\xf0\xff\x8c\xf1\x4b\ \x29\x20\x0e\x21\x94\x52\x4a\x29\x08\x26\x94\x52\x88\x50\xf8\x9d\ \x42\x08\x21\x45\xe0\x9f\x6e\x76\xa8\xaa\x2a\x21\x04\x00\xc0\x18\ \xe3\x9c\x21\x84\x01\x00\x42\x88\x20\x08\x4e\x5f\xf6\x39\xbf\xed\ \xad\x5f\x71\x76\x88\xde\xf6\xdb\x09\xc1\x00\x40\x2e\xb8\x42\x69\ \x10\x30\x09\x24\x04\x50\xfc\x48\xd7\x4b\x78\xb3\x80\x94\x42\x0a\ \x29\xc1\xd9\x1b\x47\x29\x95\x52\x40\x78\xba\x85\x2c\x44\x08\x48\ \x29\x84\x80\x08\x09\x21\xce\xde\x72\x08\x61\xf8\x73\x38\xe7\x67\ \x1b\x9f\x86\x57\x18\xb6\x9f\x0d\xb5\x60\x78\x4f\xc3\x8f\x0a\xff\ \x13\xfe\x11\x42\x18\xce\xa2\x8b\x1e\x73\x85\x52\x29\x45\x78\x67\ \x11\x44\x18\xe3\xf0\x7b\x85\x14\x82\x0b\x29\x25\x42\x88\x73\x1e\ \xb0\x40\x51\x14\x4a\xa8\x04\x40\x70\xee\x07\x01\xe7\x4c\x51\x14\ \x8c\x49\xf8\xdb\x85\x10\x18\xe1\x70\x02\x08\x21\xb8\x10\xe1\x44\ \x3d\x77\x6e\x63\x8c\x85\x10\xe7\xcf\x79\x00\xc2\x29\x1a\x3e\xc4\ \x18\x61\x4c\x18\x63\xe1\x8f\x3e\xf7\x95\xe4\xed\x7f\x84\xa2\xc8\ \x6c\x17\x5c\x5a\xba\x82\x5a\x4c\x0a\xce\x69\xf2\x9e\x4f\x7c\x7a\ \xc7\xaa\x58\x6b\xe1\xb5\xef\xbc\x52\xbe\x67\xf7\xaa\x3d\xdf\xf8\ \x7a\x9e\xae\xfd\xf4\xa7\xef\x38\xf0\xfd\x7d\x1f\xfe\xd5\x07\x9e\ \xfb\xcb\x3f\x7c\x6a\x12\x7f\xe6\x0b\x9f\x5d\x7e\xfc\x1b\x7b\xe7\ \x1a\x14\x77\x8c\x48\xef\xed\x3d\x82\x70\x65\x6a\x3a\x5b\xad\xb6\ \xe2\xc9\xb9\xf9\xc5\xea\xec\x9c\xe3\x38\x10\x02\x8c\x89\x1f\x04\ \x91\x48\xc4\x30\x8d\x64\x22\xc9\x39\xf7\x7d\x6f\x61\x7e\x9e\x33\ \x46\x28\x4d\x26\x93\x7e\x10\x30\xce\x11\xc2\xe9\x54\x2a\x9e\x88\ \x3b\x8e\xed\xfb\xbe\xa6\xaa\x08\xa3\x64\x22\x81\x20\xf0\xfd\x00\ \x22\x84\x11\x92\x42\x30\xc6\x9a\xcd\xa6\xe7\x79\xb1\x58\xcc\x34\ \x2d\x2e\x38\x42\x28\x24\x08\xcf\x0b\x00\x90\x41\xc0\xf2\xf9\x82\ \x69\x9a\x9e\xe7\x7b\x9e\x9b\xc9\x64\x5c\xd7\xd1\x75\xc3\xb4\x0c\ \x8c\x20\x00\xc0\x0f\x58\x48\x40\x08\x21\xc6\x85\xe7\xfb\x04\x93\ \x46\xa3\xd9\x6a\xb7\x55\x55\x8d\x58\x16\xc6\x70\x29\x5f\x84\x10\ \x56\xab\x55\xdf\xf7\x54\x55\x75\x1c\x27\xf0\x7d\x78\x86\x65\x20\ \x44\x84\x10\x88\x20\xc6\x98\x33\x8e\x31\xb6\x6d\x3b\x60\x3e\x46\ \x98\x50\x12\xf8\x7e\xc0\x18\x0e\x2f\x0b\xa1\x20\x08\x84\x10\x08\ \x63\x88\xb1\x69\x99\x82\x0b\xdf\xf7\x09\xa1\x08\xa1\xc0\x0f\x54\ \x55\xc5\x18\x4b\x21\x32\x99\x74\x36\x93\xba\x38\xa2\x91\x00\x70\ \x2e\x30\x42\x9a\x66\xe4\x0b\x85\x62\xa1\xe0\xf9\x5e\xe0\x07\x9c\ \xf3\x54\x2a\xa5\xa9\xea\xe0\xd0\x50\xf8\xc9\x53\x53\xd3\x2b\x2b\ \x2b\x00\x80\x4c\x26\x13\x8b\xc5\x5a\xad\x16\x42\x28\x16\x8d\xe6\ \xba\x73\x9e\xeb\x79\x9e\x47\x08\x41\x08\x29\xaa\x1a\xaa\xa9\xb0\ \xae\xb9\xe0\x3c\x64\x25\xd7\xf3\x10\x44\x86\x69\x22\x84\x80\x3c\ \xed\x83\x13\x42\x30\xc6\x29\x25\x85\x42\x11\x42\x18\x8f\xc7\x17\ \x16\x16\xba\xbb\xbb\x81\x94\x5c\x08\xcb\x8c\x40\x04\x00\x84\x52\ \x08\x09\x00\x82\x50\x48\x89\x20\xe4\x9c\x63\x8c\x19\xe3\xe5\x72\ \x59\x51\x54\xc3\x34\x08\xc6\xf9\x7c\x5e\x51\x94\xc0\xf7\x97\x96\ \x96\x4c\xd3\x74\x3d\x37\xf0\x03\x8c\x51\xbb\xd5\x56\x54\x45\xd7\ \x75\xd7\x75\x0d\xc3\x80\x10\x22\x88\x00\x00\x7e\xe0\x57\x2a\x65\ \x84\x70\x2c\x1e\xf7\x7d\xbf\xd9\x6c\x02\x00\x08\x21\xa6\x69\xb6\ \x5a\x2d\x29\x05\xc6\x98\x60\xaa\xa8\x8a\x65\x5a\x8e\xe3\x40\x84\ \x54\x55\x0d\x82\x80\x60\x12\x8f\xc7\x5d\xcf\x8b\x46\xa3\x86\xa1\ \x5d\x84\x1a\x84\x10\xba\x9e\x77\x72\x6a\x46\x53\x55\x88\x90\x65\ \x9a\x9e\xeb\xd6\xea\x35\xa7\x6d\x33\xc6\x28\x25\xa6\x69\xaa\xaa\ \xd6\x6a\xb7\xb3\x99\x4c\xae\x3b\x77\x6a\x72\x72\x79\x65\x99\x20\ \x6c\x9a\xd6\xe0\xe0\x60\x2a\x95\x9e\x9c\x9c\x2c\x97\xcb\xaa\xa6\ \xaa\xaa\x66\x9a\x46\xad\x56\xcb\x66\x33\x82\x0b\xc3\xd0\xa3\x91\ \x28\x80\x80\x73\x4e\x30\x0e\x37\x24\xdf\xf7\x6b\xb5\x5a\x22\x91\ \x50\x55\x95\x31\x86\x10\xc2\x18\x49\x09\x18\x0b\x5c\xd7\x55\x14\ \x35\xdc\xe1\x5a\xad\x56\xbd\x5e\x4f\xa7\x33\x94\xd2\x68\xd4\x0c\ \x02\x06\x00\x20\x04\x41\x08\xc9\xdb\x1b\x42\x54\x55\x64\xb3\x68\ \x69\xe9\x0a\x06\xb7\x49\x1e\x28\xbd\xc3\xbb\x6f\x4a\x7d\xe7\xf7\ \xff\xfd\xab\x0b\x4e\x7c\xe3\xbd\xd1\x88\x81\x80\x04\x90\x18\xa6\ \x41\xa1\x44\xa9\xe1\x0f\x3e\xf0\xd1\x93\x7f\xf1\x2f\x44\x37\x15\ \xdc\x71\xfc\x5e\x01\x93\x0c\x13\x62\xcf\xbf\xec\x59\x5b\x2e\x1f\ \xac\x37\x0f\xbd\x7e\xe2\x85\x47\x1f\x7d\xe6\xe9\x67\x18\x63\xf7\ \xdf\x7f\xbf\x15\x8b\xb6\x6d\x7b\xd5\xea\xd5\xfd\x83\x83\x86\xa6\ \xcd\x4c\x4d\xfe\xd5\x5f\xfc\x59\xa3\x56\x4d\xa5\x52\xf7\x7d\xe0\ \x83\x5d\x3d\x3d\x2f\xbf\xba\xcf\xf5\x82\x5b\x76\xef\xda\xbe\x63\ \x47\x21\x9f\xc7\x04\x6f\xdf\xb2\x45\x06\x62\x7d\xdf\x00\x41\xa0\ \x52\xae\x47\x63\x51\x95\xc0\xc0\x0b\x6c\xdb\x5e\x5a\x2e\x9c\x38\ \x71\xe2\xe6\x9b\x77\xf5\xa7\xb3\x8c\x71\x55\x55\x74\x5d\x05\x00\ \xd8\x6d\x7f\x71\x71\xd1\xf3\xbc\x20\x00\xb3\xb3\x4b\x93\x93\x53\ \x85\x42\xe1\xee\xbb\xef\xca\xe5\xba\x73\xb9\xde\x58\x2c\x2a\x00\ \x08\x82\x80\x09\x8e\x09\xa2\x04\x4b\x88\x24\x00\x2d\xdb\x5b\x5c\ \x5c\x79\xf5\xd0\x78\xa9\x5c\x16\x52\xf4\xf7\xf5\x6f\xd8\xb0\xb6\ \xea\x08\x0c\xe1\xfe\xc3\xe3\xfb\xf7\xbd\x02\xa5\xac\x94\xcb\xb5\ \x6a\xc5\xb5\x3d\x84\x10\x80\x00\x02\xa0\x69\x5a\x3c\x9e\x30\x0c\ \xbd\x5e\x6f\x00\x00\xf2\xf9\x95\xe9\xe9\xe3\xf1\x44\x2a\x1a\x8d\ \x96\xcb\x95\x76\xab\x4e\x15\x2d\x91\x48\x00\x08\x4b\xa5\x12\x46\ \x38\x9b\xcb\x9a\xc9\x54\xa6\xab\xab\x52\xaa\x40\x88\x74\x5d\xaf\ \x96\x6b\xbe\xe7\x5b\x96\x85\x20\x56\xa8\xf2\xe0\xc7\x3e\xf8\xcb\ \x3f\xff\x29\xdb\x79\xd7\x7d\x7e\x11\x00\x6d\x3f\x38\x71\x72\xe2\ \xd6\xdd\x37\x47\xa2\xd1\xc5\xe5\xfc\x9f\xfc\xe9\x9f\xcf\xcc\xcc\ \xdc\x71\xfb\xfb\x46\x47\x47\x67\xa6\x66\x37\xac\x5b\xdf\xd3\x33\ \x60\x18\x3a\x84\xf0\x6f\xff\xe6\x6b\x4f\x3c\xf1\x44\x24\x12\xb9\ \xef\xbe\x0f\x7c\xf2\x93\x9f\xd8\xbb\xf7\xd5\x42\xa1\xd8\xdf\xdb\ \xfd\xb1\x8f\x7e\x94\x10\x1c\xb8\x9e\x16\xd5\x74\xcb\x4c\xa7\x52\ \x44\xa1\x9e\xef\x13\x8c\x11\xc6\x82\x73\xc6\x79\xab\xd9\x3c\x7a\ \xf4\x68\x24\x12\xe9\x1f\x18\xd0\x75\x5d\x4a\x79\xfa\x10\x10\x30\ \xd7\xf1\xea\xf5\x7a\x3c\x96\x2a\x97\xcb\xd5\x4a\xfd\xa9\x27\x9f\ \xb9\xe7\x9e\x7b\xd6\xad\x5b\x47\x29\x4d\x24\xe3\x5c\x08\x8c\x43\ \xc9\x2f\xf1\x19\xc9\x15\x04\x2c\x08\xfc\x53\xa7\x4e\x35\x5b\x76\ \xa1\xb8\x10\x8d\xc6\xd6\xad\x19\x81\x40\x89\x46\x53\xf3\xf3\xb3\ \x47\x0e\x1d\x73\x6d\xbb\x5a\xab\x4c\x4d\x4f\xbb\x76\x8b\x33\x0e\ \x11\x54\x55\xd5\xf7\xbc\xb1\x8d\x1b\xa5\x94\xe1\x4e\x03\x01\x78\ \xec\xf1\x3d\xb5\x46\xe3\x96\xdb\x6f\x2b\x97\x4a\x07\x0f\x1d\x81\ \x00\x0c\x0e\xf6\xf7\xf7\xf7\x9f\x3c\x79\xd2\x75\xdd\x81\x81\x81\ \xd5\xab\x86\x37\x8e\x6d\xe2\x82\x2f\x2c\x2c\x24\x93\x69\x84\xd0\ \xe4\xe4\x64\x26\xd3\xa5\xeb\x3a\x84\x68\xf7\xcd\xbb\xb7\xed\xd8\ \x14\x5e\xde\xbb\xb3\x72\x60\x5c\xa9\xd5\xff\xfe\xdb\x8f\x0e\xaf\ \x1a\xa2\x84\x74\x77\x65\x97\x16\x16\x8f\x1f\x3f\xb6\xf7\xa5\x97\ \xca\xc5\xe2\x83\x1f\xfb\xc8\xa6\xcd\x37\xb5\x6d\x6f\x6a\x66\x16\ \x41\xf0\xc0\x03\x1f\x79\xfa\x99\xa7\xbe\xf3\xed\x6f\x51\x84\xef\ \xbb\xfb\xfe\x5b\x6e\xb9\x6d\xf5\xea\x91\x97\x5f\x3d\xf4\xec\xb3\ \xcf\xb5\x1c\x3b\x9b\xc9\x8c\x8d\x8d\x2e\x2d\xcc\xdf\x7e\xdb\x6d\ \xa9\x64\x62\xfb\xb6\x55\x3d\xdd\x19\xc7\x09\x58\xe0\xc5\x62\x56\ \x68\x69\x6e\x34\x9a\xc7\x4f\x8c\x33\x2e\xb7\x6c\xdd\xea\xd8\xb6\ \xa2\x28\xa6\x69\x48\x29\x5d\xd7\x29\x14\x0a\xd1\x68\xd4\x71\x3c\ \x00\x60\x3e\x5f\xfa\xda\xd7\xfe\xc7\x2f\xfd\xd2\x2f\x8e\x8c\xac\ \x51\x55\x35\x91\x30\x34\x4d\xc1\x04\x08\xc1\xdf\xde\xe6\x0e\x14\ \x05\x74\x75\xc1\xa5\x2b\x69\x73\x47\x84\xfa\xcb\x27\x9e\x7a\x75\ \xe5\x23\xbf\xf2\xe5\x9f\xba\x7b\x8b\x2a\x19\xe3\x5c\x4a\x00\xa4\ \x10\x42\x10\x8a\x57\x0e\x3d\xf3\xec\xb4\xf2\xb1\x8f\xdd\x86\x7d\ \xa7\x13\x83\x77\x45\xc0\x01\x80\x8d\xba\xc5\x58\x23\x1a\xf7\x1d\ \x3b\x9d\x4e\xc7\x63\xd1\x64\x2a\xd9\xdb\xd7\x7b\xf7\x3d\x77\x27\ \x52\x89\x52\xa9\x44\x10\xee\xe9\xce\x1d\x39\x72\x18\x02\x99\xeb\ \xea\x1a\x1b\x1b\xdb\xb5\x6b\xe7\x7d\xf7\xdd\x17\x31\x4d\x8c\x20\ \xe7\x7c\x61\x61\xae\x5e\xaf\x39\xad\x26\x84\x70\x79\x71\x61\x76\ \x7a\xd6\x75\xb9\xaa\xa9\x08\x42\x21\x01\x21\x44\x55\xd5\x6c\x36\ \xa3\x28\x34\xe4\x17\x45\xa1\x08\x21\xdf\x67\x8c\x0b\x55\xa5\x86\ \x61\x68\x9a\x36\x30\x30\x20\x84\xf0\x3c\x97\xb1\x00\x00\x60\x18\ \x3a\xa5\xd4\xb6\xdd\x46\xa3\xe5\xfb\x4c\x55\x15\x4d\x51\x00\x0c\ \x25\x27\x53\x09\x5d\x5e\x5a\xaa\x55\xab\x9a\xa6\x22\x04\x6d\xc7\ \xde\xf3\x83\xc7\x39\x0b\xfa\xfb\x7a\x76\x6c\xdb\x9c\x4a\x25\x39\ \x0f\xd2\xe9\xe4\xb6\xed\x5b\x7b\x7a\x7a\x74\x4d\x4b\xa7\x52\x3d\ \x3d\x3d\x43\x43\x43\xdb\xb6\x6d\xb5\x2c\x0b\x21\xd8\x68\xd4\x33\ \x99\x8c\x61\xc6\x0c\xc3\xa0\x94\xc6\x62\x51\xdd\xb0\x2c\xcb\x32\ \x0c\x83\x12\xa2\x6b\x5a\x22\x11\xcf\x64\x32\x43\x03\x03\x96\xa6\ \x07\xae\xab\x2b\x2a\x81\x48\xa1\x24\x9e\x8c\x9b\x96\x19\x4d\xc4\ \x56\xad\x19\xce\xf5\x74\x73\x7e\x31\x13\x17\x61\x5c\x2a\x95\x92\ \xc9\x64\xa1\x50\x64\x41\x90\xcd\x66\x47\x46\x46\x28\xa5\xe9\x74\ \xfa\xb3\x3f\xf7\x99\xfb\x3e\x70\xdf\xa9\x53\xa7\x0a\x85\xbc\xa6\ \x6b\x8b\x8b\x8b\xcb\xcb\xcb\xa9\x54\x6a\xc7\x8e\x1d\xbb\x76\xee\ \xdc\xb4\x69\xe3\x96\x2d\x5b\x96\x16\x17\x22\x91\x68\x7e\x65\xb9\ \x56\xaf\x4f\xcf\xcc\x20\x8c\x3c\xd7\x2d\x95\x4a\x42\x08\x14\x1a\ \xc7\xa4\x44\x08\x49\x21\x74\x5d\x67\x8c\x85\x86\x9d\xd0\xd0\xc1\ \x18\x63\x2c\x90\x00\x28\xaa\xa2\xa9\x6a\x2a\x95\x8c\xc5\xa2\x8b\ \x8b\x8b\x84\x90\x56\xab\xc5\x39\xd7\x75\x3d\xf0\x99\xeb\xd8\xae\ \xeb\x86\x76\x06\xc6\x98\x10\xc2\xf7\x7d\x8c\x91\xe3\x38\xcb\xcb\ \x4b\xa1\x2d\xc5\x32\x8c\x93\x27\x4f\xce\xcd\xcf\xf5\xf7\xf5\xad\ \x1a\x1a\x1a\xdb\xb8\xc1\x76\xdb\x86\x69\xbc\xff\xfd\x77\xee\xda\ \x75\xb3\xa6\x6b\xa6\x69\xf6\xf5\xf5\x75\xf7\xf4\x8c\x8d\x8d\x65\ \xb3\x59\x4c\x48\xa1\x50\xf0\x7c\x3f\x12\x89\xe9\xba\xe1\xfb\x3e\ \x21\x24\x1e\x8b\xc4\xe3\xd1\x58\x2c\xe6\xfb\xbe\x69\x9a\xa6\x69\ \x76\x75\x65\x47\x46\x46\xfa\x07\xfa\x8b\xc5\x62\x34\x1a\x55\x55\ \xa5\x5a\xad\x46\x22\x11\xcb\xb2\x2c\xcb\xda\xb8\x71\xac\xab\x2b\ \x4b\x08\xb9\x08\xe5\x2e\xa5\xa4\x94\x6e\xda\xb4\xf1\x96\xdd\xbb\ \x3f\x78\xff\x07\x46\x86\x87\xb7\x6f\xdf\xf6\xd1\x0f\x7f\xe8\x96\ \xdd\xbb\x15\x85\x56\xab\xd5\xc0\xf7\xc7\xc6\xc6\x6e\xda\xb8\x11\ \x63\xf8\xff\xfd\xd7\xff\x5a\x29\x97\x23\x96\xa5\x28\x8a\xeb\x3a\ \xc5\x62\x41\x08\x9e\x4e\x26\x3f\xf2\x91\x0f\xf7\xf7\xf7\x45\x2c\ \xb3\x5a\x2e\x7a\x9e\xcb\x02\x2f\x91\x88\xab\x9a\xea\x79\x81\xeb\ \x3a\x9c\x73\x20\x81\xef\x07\x52\x4a\xc3\xd0\xfb\xfa\xfa\x17\x16\ \x16\x3c\xd7\xd5\x34\x0d\x00\xc8\x18\xe7\x9c\x2b\x8a\x92\xcb\xe5\ \x0c\xc3\x30\x4d\xb3\x5e\xaf\xa5\xd2\xe9\x6c\x36\xcb\x18\x0b\x02\ \xdf\xb6\x6d\x00\x80\xeb\xba\xcd\xa6\xed\xfb\xfe\x3b\x2b\xf7\xae\ \x2e\xfa\xfc\xf3\xc0\xf3\xc0\x95\xaa\xe3\x0a\x31\x91\xcd\xa7\xbe\ \xfe\x87\x2f\xe6\x36\xff\xda\x17\x3e\x7b\xef\xc1\x03\x10\x11\xc0\ \x5d\x5f\x10\x5d\x45\x81\x80\x0a\x15\xfb\x1f\xfb\xae\xf9\xb9\x2f\ \x7f\xf8\x26\xf4\x77\x8f\xb0\x8e\xcd\xfd\x4a\xec\xc0\x68\x95\x69\ \x6a\x8c\xb1\xee\xee\xb9\xd9\xd9\x99\x99\x19\x00\xa1\x6b\xdb\xe5\ \x4a\x65\x62\x62\x5c\x55\xd5\x85\x85\xa9\xa5\xa5\xc5\x64\x22\x46\ \x08\xd6\x34\x2d\x16\x8d\xae\x5e\xbd\x3a\x9e\x48\x58\x96\x35\x3a\ \x36\xf6\xcc\xb3\xcf\x4d\x4c\x4c\x34\xea\xd5\xde\x9e\xde\x99\xe5\ \xe5\xc1\x81\x29\x29\x84\xaa\x2a\x0a\x41\x35\xdb\x03\x52\x5a\xa6\ \x2e\x85\x40\x08\xc7\xe3\xf1\x78\x3c\x6e\x59\x16\x21\x24\x3c\xdd\ \x13\x82\x85\x90\xad\xb6\x5d\xaf\xd7\xa3\xd1\xa8\xa6\x69\x23\x23\ \x23\x93\x93\x93\x91\x48\xa4\xa7\xa7\x47\x08\xe1\x79\xbe\x10\xd2\ \xb4\x2c\xdd\x20\x00\x00\xc6\x25\x44\x08\x41\x19\x08\x29\x85\x20\ \x08\xb5\x5a\xcd\x4a\xb5\xaa\x6a\x7a\x2a\x91\x1a\x1f\x3f\xe1\xd8\ \xed\x66\xad\x56\x28\xac\x24\x63\x31\x8d\x92\x7c\x3e\x3f\x3f\xbf\ \x90\x4c\xc5\x7d\xdf\xa1\x14\x53\x85\x18\xa6\x3e\x38\x34\x10\x8b\ \x47\x8b\xa5\x02\x42\xa0\x56\xab\x68\x9a\xc6\x18\x3b\x6b\xbc\x3e\ \xad\xef\x08\x51\x14\x25\x08\x82\xfc\x4a\xbe\x6d\xfb\x8a\xa2\xb8\ \xb6\xe3\x39\x5e\x3c\x91\x88\xc5\xe3\xae\xe7\x41\x82\x52\x99\x4c\ \x2a\x93\xd1\x2d\xe3\xe2\x5c\x45\x8c\xf3\xbe\xbe\xbe\xb6\xed\x0d\ \xf4\xf6\x2c\x2f\xaf\xec\xdf\xb7\xaf\x5e\xaf\x53\x4a\x4b\xa5\xd2\ \xe4\xe4\x74\xbb\xd9\x34\x4d\xf3\xe9\xa7\x9f\x5e\x3d\xbc\x3a\x9f\ \xcf\xeb\xba\xde\x6e\xb7\x47\x47\x47\x07\x06\x07\x0c\xd3\x4c\x26\ \x93\x6b\xd6\xae\x3d\x75\xea\x94\xdd\x6a\x8e\x6d\xda\xe8\xfb\xfe\ \x89\x13\x27\x7a\xfa\xfa\x52\x94\x22\x88\x00\x06\x67\x49\x1c\x21\ \xa4\xaa\x6a\x36\x9b\x0d\x49\x2d\xf4\x64\x40\x08\xa5\x84\x18\xa3\ \xf9\x85\x85\x64\x32\xe9\x7b\xfe\xea\xd5\xab\xe6\xe6\xe6\x08\x21\ \xc9\x64\xd2\xf7\x7d\x09\x64\xe0\x07\x88\x60\x45\x51\x4e\xfb\x36\ \x10\x02\x00\x84\xe6\x63\x84\x10\xa5\x74\xdf\xbe\x7d\xb1\x68\xa2\ \xa2\xa8\xb6\xdd\x1e\x1f\x1f\x1f\x19\x5e\x6d\xb7\xda\xbe\xe7\x0f\ \x0e\x0e\xb6\x1a\xcd\xe3\xc7\x8e\x26\x13\x89\xd5\xab\x57\x97\xcb\ \x65\x4d\xd3\x54\x55\xed\xee\xee\xde\xb6\x6d\xdb\xf7\xbe\xf7\xbd\ \x99\x99\x99\x72\xa9\xc4\x58\x80\x10\x74\x1d\x87\x10\x42\x29\xf5\ \x3c\x0f\x21\x14\x7e\x1d\x42\x68\x79\x79\x45\x51\x8e\x17\x8b\xa5\ \xf9\xf9\x79\x21\xb8\xaa\x9a\x9b\x37\xdf\xd4\x68\x34\x30\xc6\xa9\ \x54\xaa\x3b\xd7\x9d\xed\xca\x5e\xdc\x31\x5f\x48\xa1\x69\x7a\x34\ \x1a\xcd\x17\x0a\x37\x6d\xda\x48\x10\x5a\x59\x5e\x1e\x1a\x1c\x98\ \x9e\x9a\x7e\xfa\xc9\x27\x27\x26\x26\x76\xdd\xbc\x6b\x70\x70\x70\ \xe7\xae\x9b\xe7\x17\x76\xed\xf9\xc1\xa3\x01\xf3\x5f\x78\xfe\xd9\ \xc0\xf5\xd3\xe9\xcc\xed\xb7\xbf\x2f\x93\xc9\x1a\x86\xa5\x9b\x46\ \xb3\xd5\x28\x95\x8a\x8d\x7a\x3d\xbf\xb2\xbc\x92\xcf\x6f\xdd\xb2\ \x85\x20\x54\xaf\x37\xa0\x04\x91\x68\x04\x9c\xde\x0e\x25\x42\x30\ \x97\xcb\x55\x2a\x65\x8c\xb1\x61\x68\x52\x02\x08\x01\xe7\x5c\x4a\ \xa9\x28\x4a\xab\xd5\x0a\xc7\x13\x23\x1c\x8d\x46\x96\x96\x96\x30\ \xc6\x63\x63\x1b\xdb\xed\x36\x42\xc0\x8a\x18\x42\xb0\x77\x50\xee\ \x94\xca\x81\x01\x50\xaf\xc3\x62\xe1\x4a\xe5\x31\x49\xce\x71\xb4\ \xfb\x9e\x4f\x7d\xe6\x9e\x1d\x6b\x88\xb0\xab\x33\x27\x67\xec\xe4\ \x83\x9f\xf9\xd7\x9f\xfd\xf4\x03\x72\xfe\xf0\x82\x83\x2d\xd3\xc0\ \xce\xd2\x13\x3f\x7c\xde\xb1\xfa\x4c\xdc\xe1\xf6\xf7\xfc\x06\x49\ \x49\x10\xde\x6c\x59\x82\x52\x6b\xfd\xe8\x4d\x1b\x37\xee\xbe\xf5\ \xd6\x58\x2c\x86\x10\x52\x35\x8d\x52\x3a\x38\x34\x38\x30\x30\x70\ \xe0\xf5\xd7\xff\xea\xaf\xfe\x3a\x1e\x8f\x43\x88\x00\x00\x9e\xe7\ \x2d\x2e\x2c\x4e\x4d\x4d\x19\xba\xf1\xbe\xf7\xdd\x81\x10\x6a\x34\ \x1a\x9e\xe7\x06\xbe\xc7\x18\xeb\xeb\xeb\xd5\x54\x15\x40\x29\x18\ \x17\x9c\x43\x29\x85\x14\xaa\x4a\x2c\xcb\xc2\x18\x1f\x3a\x74\xa8\ \xdd\x6e\xbb\xae\xcb\x18\x03\x00\x02\x00\x30\x42\xb9\x5c\x57\x3a\ \x9d\xa8\x54\xaa\xb1\x58\x6c\x64\x64\xa4\xd5\x6a\x31\xc6\x0c\xc3\ \x08\x82\xc0\xb2\x0c\x04\xa1\x6d\xfb\x81\x2f\x42\xe3\x3b\x90\xc0\ \x54\x15\x85\x12\x5d\xd7\xd7\xaf\x5b\xdf\xdd\xd3\xb3\x66\x78\x35\ \x0f\x82\x5a\xb5\x36\x71\xf2\xc4\xca\xca\x52\x3c\x16\xeb\xef\xef\ \x8b\x44\xac\xee\x5c\xae\xd5\x6c\x0a\xc1\xa9\x42\x25\x90\x8e\x63\ \x97\xcb\xa5\x7d\xfb\x5e\x1d\x5a\x35\x68\x59\x66\xff\x40\x9f\xa6\ \x6b\xe7\xba\xe6\xc2\x25\x17\x8b\xc5\x28\xa5\xa1\xfb\x8e\x05\x41\ \xa5\x58\x5c\x98\x9f\x87\x12\x18\xba\x2e\xa4\x8c\xc6\xa2\xbb\x6f\ \xb9\x65\xf5\xf0\xf0\xc8\xda\x35\xdb\x77\xed\x40\x18\x03\x70\x31\ \xf3\x56\x0a\x61\x18\xfa\xe8\xd8\x06\x55\x53\x07\x07\x07\x6f\xbb\ \xed\xb6\xb1\xb1\xb1\xd0\x77\x0a\xa4\x4c\x24\x12\x9b\x36\x6e\xa2\ \x94\xfe\xc1\xef\xff\xc1\xe2\xe2\x62\x2e\x97\x53\x14\x85\x10\x32\ \x37\x37\x37\x3b\x33\xab\xaa\xea\x5d\x77\xdd\xad\x28\xb4\xd9\x6c\ \x16\x8b\x45\xcf\xf3\x7c\xdf\x8f\x46\x22\x86\x61\x00\x20\x19\xe7\ \x67\x7d\xc2\xa1\x63\x30\x1e\x8f\x2f\x2d\x2d\x35\x1a\x8d\xb3\xfd\ \xa3\x09\xc1\x52\x82\x78\x3c\xae\x28\x8a\xaa\xab\xd5\x6a\x6d\xd3\ \xa6\x4d\x8d\x46\x83\x31\x16\x8d\x46\xed\xb6\x0d\x11\x54\xa8\x12\ \x5a\x84\xcf\xba\x3d\xe1\x19\x24\x93\xa9\xbe\xde\x1e\xd3\x30\x14\ \x85\xd6\xaa\xd5\x53\x13\xe3\x53\x93\xa7\x08\x86\x99\x74\x3a\xd7\ \x95\xcd\x75\x75\x49\x21\x0a\x85\x82\x61\x18\x9c\xf3\x6a\xb5\x4a\ \x08\xd9\xb3\x67\x8f\x94\x32\x9b\xcd\x76\x77\x77\x0f\x0e\x0d\x41\ \x00\x18\x67\xae\xeb\x9e\x75\x93\x26\x12\x89\x64\x32\x19\x5e\xb6\ \xe3\x3a\x47\x8f\x1e\x7d\xe5\x95\x57\xea\xf5\x3a\x21\x34\x12\x31\ \x6d\xdb\xbe\xe9\xa6\x9b\xb6\x6d\xdb\x96\xcb\xe5\x36\x6e\xda\xa8\ \xa9\x7a\x70\x51\x7e\x6c\x29\xa4\x61\xe8\x6b\xd7\xac\xed\xea\xea\ \x2a\x14\x8a\x7b\x5f\x79\xc5\xb6\xed\x91\x91\xd5\x83\x83\x03\x00\ \x80\x76\xbb\x5d\xa9\x54\xda\xad\x96\x10\x22\xbf\x92\xdf\xb9\x73\ \xc7\x03\x1f\x7b\x20\x1e\x8f\x9b\x96\x99\xcd\x66\x8b\xc5\xe2\x89\ \x13\x27\x96\x97\x97\x96\x97\x97\x22\x11\x0b\x23\xd8\x6c\x36\x66\ \x67\x66\x9e\x7f\xf6\xd9\x43\x07\x0f\x4e\x4c\x4c\xb4\x9a\x4d\x4d\ \xd3\x0c\x43\x01\x00\x60\x4c\x42\xdf\xaf\xaa\x2a\xa1\xc3\xe0\x4c\ \x50\xc0\x1b\x16\x51\xc7\x71\x2a\x95\x4a\xa1\x50\xb4\x6d\x3b\x9f\ \xcf\x1f\x3d\x7a\xb4\x50\x28\x12\x42\x2d\xcb\x32\x74\xdd\xb6\xed\ \x20\x08\xc8\x3b\x2d\x5c\xd1\x9d\x03\x18\xa3\xe5\x15\x3e\x30\x08\ \xae\x48\xfc\x32\x82\xc2\x73\x6a\xd5\xd6\x40\x52\x7d\xe5\x91\xff\ \x79\xe0\xe8\x34\x98\x6f\x6e\xdf\xb9\x35\x12\x3c\xf5\xf8\x2b\xfb\ \x9b\x28\xf9\xe8\xb7\xeb\x9e\x11\x75\x66\x5e\xfc\x93\xaf\x2e\x3b\ \x75\x46\x50\xc7\xec\xfe\x9e\x1b\xdd\x05\x27\x2b\x4b\xa2\xaf\xbf\ \x67\xc3\x3a\xda\x6c\xad\x5b\xbd\x7a\xff\xbe\x7d\xb3\xf3\x73\xcf\ \xbf\xf0\xfc\xf0\xda\x5f\xda\xb6\x6d\xdb\xfa\xf5\x1b\x66\xa6\x66\ \x5e\xdb\xbf\xaf\x90\x2f\xb8\xae\x4b\x31\xb2\x2c\x73\xdb\xf6\x6d\ \x9a\x61\xaa\x9a\x11\x8d\xc7\x3c\xb7\xe5\x39\xce\xd4\xd4\xa4\xe4\ \x6c\x65\x79\x79\xd3\xc6\x31\x29\x44\xb5\x5a\xe7\x81\x47\x75\x15\ \x42\x10\x04\x01\xa5\x44\xd3\xd4\xfe\xfe\xbe\xd0\x6b\x4a\x08\xc1\ \x18\x01\x20\x11\x42\x86\xa1\x51\x4a\x5d\xd7\xcd\x66\x33\x0b\x0b\ \x0b\x21\xbd\xb6\xdb\x6d\x00\x40\x3c\x1e\xe7\x9c\x2b\x8a\x1a\x89\ \x44\x7c\xcf\xb7\x9d\xc0\xb2\x0c\x8a\x31\x13\x12\x41\x90\x4c\xa5\ \x54\xc5\x74\x1d\x67\xd5\xf0\xaa\x63\xc7\x8e\xa6\x92\x89\x20\xf0\ \x96\x97\x97\xea\xd5\x8a\x6d\xdb\x11\xd3\xb0\x0c\x63\xdb\xd6\x2d\ \xf5\x7a\xa3\x54\x2a\x39\x8e\x83\x31\x36\x0c\xc3\xf3\x3c\xcf\xf5\ \x7c\xdf\xaf\x56\xab\x8c\xb1\xb3\x61\x24\x61\x48\x03\xc6\xd8\xf3\ \xbc\x33\xbe\x2f\x0c\x00\x50\x28\x4d\x98\x16\x40\x08\x13\x8a\x11\ \xf4\x3c\x4f\x55\xd5\x74\x26\x63\x98\x06\xa4\x44\x00\x71\x71\xca\ \x5d\x02\x40\x29\x45\x08\x5a\x96\x25\x84\x58\xb3\x66\x78\xc7\xf6\ \xed\x0f\x3f\xfc\xf0\xab\xaf\xbe\xba\x7e\xfd\xfa\xcf\x7e\xe6\x33\ \xbe\xeb\xad\x1d\x5b\xf7\x9d\x6f\x7f\xb7\x50\x28\x4c\x4e\x4e\xda\ \xb6\x5d\x2c\x16\xef\xbd\xf7\x9e\x0d\x1b\xd6\x8f\x8f\x4f\x6c\xdd\ \xba\x99\x33\xbf\xb8\xb2\x32\x37\x37\x57\x2e\x97\x37\x6f\xd9\xa2\ \xaa\xaa\x69\x9a\x8c\x73\xdf\xf3\x14\x45\x09\xe5\x76\xa8\xbb\x53\ \xa9\x54\x68\x96\x09\x6d\x62\xe1\xef\x12\x9c\x5b\x11\x2b\xf0\x7d\ \x4a\x69\xf8\x0b\xd2\xe9\x34\x21\x24\x9f\xcf\xa7\x52\x29\xce\x79\ \xb3\xe9\x28\x9a\x8a\x11\x3e\x23\xf6\xe5\xd9\xb8\xa6\xbe\xbe\x3e\ \xc7\x71\x53\xc9\x8c\xeb\xb8\xcb\x8b\x0b\xf1\x58\x2c\xbf\xbc\x6c\ \xdb\x2d\x20\xb8\x14\x3c\x95\x4e\xde\x7a\xeb\xad\xa5\x52\x69\x7e\ \x7e\xbe\xd1\x68\x28\x8a\x92\x4c\x26\x5d\xd7\xf5\x7d\x1f\x42\x58\ \xab\xd5\x02\xdf\x57\x34\x35\x28\x87\x4e\x45\x85\x31\xa6\x28\x8a\ \xef\xfb\xae\xeb\x12\x42\x82\x20\xa0\x84\x48\xc1\xb2\xd9\x2e\xd3\ \x34\x54\x55\xd5\x34\x8d\x52\x3a\x3c\x3c\x9c\xcd\xe6\x8a\xc5\x62\ \x2a\x95\x2a\x97\x2a\xbe\xcb\x10\xa2\xef\x7e\xd8\x25\xc6\x58\xd5\ \x54\x4d\x55\x2a\x95\x4a\xb9\x54\xda\xb5\x63\x1b\x90\x72\x7a\x7a\ \x86\x50\xe2\xbb\xf6\xdc\xec\x5c\x24\x12\x41\x10\x96\xcb\xe5\x2d\ \x9b\x37\xcd\xcc\x4c\xfb\xbe\xef\x38\xce\xde\xbd\x2f\xaf\xac\x14\ \x56\xaf\x1e\xf6\x3c\x3f\x96\x88\xba\x8e\x93\x5f\xc9\x97\x0a\x05\ \x29\xa5\xe7\x3a\xd1\x68\x24\x95\x4a\x26\x13\x71\x55\x23\x61\x88\ \x17\x63\xcc\xb6\x6d\x21\x44\xa9\x54\x0a\xb7\x55\xce\x85\xe7\xf9\ \x18\x23\xce\x59\xb8\x5f\x02\x00\x22\x91\xc8\xce\x9d\x3d\xe5\x52\ \xc5\x75\xdd\x6c\x36\x1b\x8d\x46\x83\xc0\xe7\x9c\x11\x82\x54\x55\ \xc1\x18\xbf\x03\xb9\x73\x2e\x53\x29\xa0\x28\x70\x65\xe5\x4a\x29\ \x77\x08\x91\xf4\xea\x07\x9f\x7d\x74\xbf\x90\x88\x28\x9a\xaa\x81\ \xe6\xe2\x73\x8f\x4e\x4b\x80\x55\x4d\xc3\xb0\x72\xe2\x58\x91\xaa\ \xaa\x02\x82\xa9\x63\x47\x10\x55\x2e\x9c\xdc\xc3\x48\x26\x74\x4e\ \xb5\x7a\x29\x45\xd8\xfd\xfc\x6d\x1f\xbe\xdd\xdb\x25\x84\xe7\xfa\ \x70\xa5\x94\x32\x54\xa6\x52\x0a\x29\x25\x80\xe0\x4d\x2f\x90\x42\ \xbc\xf1\x8d\x52\x48\x79\xf6\xff\x52\xca\xd3\x51\x81\xd7\x22\xbd\ \x0b\x61\x16\x8b\xed\x44\xe2\xd4\xec\x6c\x4f\xff\x60\x5f\xb6\x2b\ \x99\x4e\x61\x4a\xdb\x76\x1b\x13\xec\xba\x6e\x5f\x7f\xff\xcc\xf4\ \xec\x03\x0f\x3c\x50\xc8\x2f\xbf\xf4\xc2\xf3\xba\xae\x8f\x8e\x8e\ \x35\xea\xf5\x66\xdb\x8e\xc5\x62\xd5\x5a\x2d\x11\x8f\x0b\xcb\x58\ \x5c\x98\x9b\x9f\x9f\xb7\x4c\x63\xe3\xd8\x28\x86\x10\x23\x38\x38\ \x30\x40\x09\x46\x10\x42\x88\x1c\xc7\x25\x84\x58\x56\xa4\xd9\x6c\ \x01\x00\x28\xc5\x67\x4f\x98\x12\x40\x4a\x49\xb1\xd8\xae\x54\xca\ \x8e\xe3\x00\x00\xaa\xd5\xea\xcb\x2f\xbf\xbc\x7b\xf7\xee\xe1\xe1\ \x61\xc6\x18\xc5\x34\xf0\x7d\x44\xa0\x42\x28\xe3\x0c\x48\xc0\x25\ \x40\x08\x67\x92\xe9\xe5\x85\xa3\xaf\xbc\xfc\xf2\xf8\xc9\xe3\xf5\ \x66\x3d\x08\xbc\xf9\xb9\xb9\x56\xa3\x8e\x31\xea\xca\x64\x66\xa6\ \x26\xfb\xfb\xfb\x47\x56\x0f\x3f\xfb\xfc\x73\xba\xae\x99\xa6\xe1\ \xba\x6e\xb5\x5a\xb1\xed\xf6\x33\xcf\x3c\xad\x69\xaa\x6d\xb7\x1b\ \x8d\xa6\x10\x1c\x42\x8c\x10\x42\x08\x11\x42\x34\x4d\x0b\xb9\x2c\ \x24\x7a\x4a\x29\xc1\x0a\x21\xb8\xd9\x6a\x4b\x88\xea\x75\x77\x60\ \x68\x75\xad\x56\x93\x08\xb6\x1d\xb7\xda\x68\x6c\x1b\xdb\x80\x10\ \x02\xe0\x62\x94\x13\x17\x12\x41\x14\x04\xcc\x71\xec\x78\x2c\x96\ \xc9\x66\x63\xb1\x58\xa5\x54\x0e\x82\x80\x10\x12\x4d\x45\xca\xf5\ \xca\xf0\xf0\xf0\x43\x0f\x3d\x74\xf8\xf0\xe1\x89\x89\x89\xd1\xd1\ \xd1\xa1\xa1\x55\xe5\x72\x25\x93\xc9\x08\x29\xbb\xb2\x5d\xdc\xf7\ \x25\x04\xaf\xbc\xf2\x4a\xa9\x5c\xce\xe6\x72\x3b\x77\xec\x10\x40\ \x9a\xa6\x19\xc6\x26\x62\x8c\x7d\xdf\x0f\x59\xde\xb2\xac\xb3\x41\ \x87\x67\x4d\x4f\x40\x02\x29\x41\xa3\x56\x6f\xb5\x9a\x42\x08\x45\ \x51\x5e\x7a\xe9\xa5\x6d\xdb\xb6\x0d\x0c\x0c\x10\x4a\xa8\x24\xe0\ \xcc\x9c\x3e\x1d\x69\x4a\x48\x18\xef\x48\x08\x39\x72\xe4\x70\xa3\ \xd6\xd4\x75\xbd\x59\x6f\x54\xca\xc5\x03\x07\xed\x78\x34\xd2\xdf\ \xdf\xdf\xa8\xd7\x5a\x8d\xfa\x6d\xb7\xdd\xb6\xbc\xb4\x18\x1e\x1a\ \xe2\xf1\xf8\xcc\xcc\x8c\x69\x9a\xdf\xff\xfe\xf7\xa3\xd1\x28\x00\ \x60\x76\x6e\xae\x5e\xaf\x41\x00\x09\x21\xa1\x77\x37\x1e\x8f\x6b\ \x9a\x16\x1a\x67\xc2\x6d\x35\x62\xe9\x94\x92\x46\xa3\x61\x59\x56\ \xa9\x54\x8e\x46\xe3\x0b\x0b\x0b\x00\x20\x29\xe5\xc4\xc4\x44\xc4\ \x8a\x2a\x8a\x72\x71\xdb\x2a\xe7\x3c\x62\x45\x54\x8a\x4d\xa3\x77\ \xfb\xd6\x2d\x51\x93\x3e\xf9\xe4\x73\x8d\x46\x23\x1a\x89\x56\x7c\ \x0f\x13\x4c\x08\x5d\x58\x5c\xf4\x3c\xaf\xd5\x6e\x1d\x3a\x7c\xc8\ \xb2\x2c\xcf\x71\x01\x84\xb6\x6d\x0f\x0d\x0d\x61\x8c\xa5\xe4\x5d\ \x5d\xd9\xc0\x73\x9b\x8d\x06\x41\x50\x55\xd5\x5c\x57\x16\x41\xd0\ \x6e\xb6\x04\x0f\x3c\x42\x75\xc3\xd2\x34\x4d\xd7\xd5\x5a\xad\xe1\ \x38\x4e\x2c\x16\x33\x0c\x03\x63\xa4\xaa\x6a\x78\x3b\x08\x11\xcd\ \x66\xb3\x5a\xad\xc6\x62\x89\xf1\xf1\x89\x42\xa1\xe8\x38\xce\xca\ \xca\x0a\xc6\x78\x76\x76\x36\x9b\xc9\xc6\x12\x51\x88\x90\x6d\xb7\ \xc9\x3b\x2d\x5a\x99\x4a\x01\x42\xe0\xca\x8a\xc4\x57\x2e\x12\x05\ \x22\x55\x37\xd4\xb3\x1b\x27\xa6\xba\x71\x76\xbf\xc5\x8a\x8a\x01\ \x90\x12\xc0\x30\x8a\xeb\x02\x89\x9d\xf1\x40\x51\xd3\x11\x05\xb5\ \x9c\x1a\x93\x00\x02\xc0\xb9\x0b\xb0\xa9\x61\x18\x70\x06\x00\x90\ \x82\x43\xa2\x53\x28\xc2\x87\xe7\xdb\xdd\x84\x0f\x90\x15\x33\x63\ \xbe\x5b\x71\x19\x83\x10\x4a\xc9\x98\x00\x9a\x62\x4a\xe1\x71\x21\ \x09\x8d\x9a\x6a\x04\x43\xde\xb6\x0b\x9e\x00\xa7\x03\x9e\x91\xa2\ \x22\xe8\x33\x1f\x42\x00\xa1\xa2\x60\x11\x9c\x7e\x2f\xa0\x54\x17\ \xcc\x15\xe0\x9a\xa4\x77\x24\x65\xda\xb1\x27\xb9\x28\x35\x5b\xdb\ \xba\x73\xed\x56\xbb\x5e\xaf\x33\x16\x78\x01\x1e\x1f\x1f\xdf\x7d\ \xcb\x2d\x10\xc0\x76\xab\xdd\xd3\xd3\x73\xf0\xf5\x03\x10\xc2\x20\ \x08\x9e\x79\xe6\x99\xd5\xc3\x23\xb1\x64\xaa\x5c\xa9\xad\x1a\x5e\ \x0d\xa4\x3c\x7c\xf8\x70\xad\x56\x73\xec\xf6\xe2\xe2\x62\xb3\x51\ \xd7\x56\x0d\x45\x23\x96\xae\xab\x18\x61\xcf\xf3\xa5\x94\xcd\x66\ \x13\x21\x54\xaf\xd7\x1d\xc7\x61\x8c\xb9\x2e\x44\xa7\x77\x43\x88\ \x20\xe2\x9c\x73\xce\x22\x91\x48\x2e\x97\x6b\xb7\xdb\xf5\x7a\x3d\ \x97\xcb\x71\xce\x19\x67\x08\x22\x29\x24\x40\x02\x43\x85\x52\x12\ \x66\xec\x51\x00\x17\x97\x56\x8a\xe5\x9a\xe0\x22\x93\xc9\xcc\x2f\ \xce\x22\x84\x7d\xcf\xad\xd7\xaa\x4e\xbb\xa5\x6b\x2a\x01\xb0\xd9\ \x68\x1c\x3b\x7a\x64\x6a\xf2\x14\x17\x9c\x73\x26\x04\x34\x4d\x5d\ \x4a\xd1\x68\xd4\xe6\xe7\x65\x26\x93\x49\xa5\x92\x8e\xd3\x56\x14\ \x8a\x10\xc4\x18\x87\xce\xc3\x33\x6b\x8f\x84\x5a\x12\x63\x2c\x89\ \x74\x7d\x9f\x4b\xa9\xe9\xda\xf6\x9b\x77\xed\xda\x75\xf3\xd1\xe3\ \xc7\x26\x26\x27\xa3\xb1\x04\x22\xa4\x37\x9d\x40\x08\x03\x10\x5c\ \x84\x41\xcc\xd4\x75\xd7\xf5\x0e\xec\xdf\x3f\x3a\x3a\x0a\x21\x68\ \xb7\x5b\x18\x63\x4d\xd3\x8e\x1e\x3d\xda\x6e\xdb\x9a\xaa\x8e\x9f\ \x9c\xe8\xeb\xeb\x0b\x4d\x2b\xba\xae\x1f\x3c\x78\x10\x42\x98\xcb\ \xe5\xea\xf5\x7a\x36\x9b\x8d\x45\x22\x93\x93\x93\x73\x0b\xf3\xb5\ \x5a\x6d\x69\x79\xb9\x52\x2e\x0b\x21\x88\x42\x29\xa5\x61\x60\x7b\ \x10\x04\x9c\x73\xcf\xf3\x82\x20\x08\x4d\x37\xa1\x72\x3f\x7d\x60\ \x13\x02\x41\xcc\x39\x93\x52\x26\x12\x89\x20\x08\x56\x56\x56\xd2\ \xe9\xb4\x6d\xdb\x8c\x05\x8c\x33\x4c\x10\x63\x2c\xe4\x5f\x8c\x31\ \x84\x90\x31\xc6\x39\x77\x1c\xc7\xb6\xed\xc1\x81\xc1\x67\xa7\x9e\ \x95\xf1\x68\xa3\x59\x13\x82\xcf\x4e\x4d\x95\x23\x96\xef\xb9\x82\ \xb3\x52\xb1\x68\xdb\x36\x84\x18\x42\xa8\x28\x8a\x69\x9a\xa9\x54\ \xaa\x52\xa9\x4c\x4c\x4c\xac\x5a\xb5\xaa\xab\xab\xab\x5c\x2e\x57\ \x6a\x55\x29\x44\x48\xd0\x8c\x71\x4a\x69\xb8\xdf\x84\xc6\x0a\x45\ \x51\x4c\x43\x0d\xfc\xa0\xd5\x6a\xa5\xd3\xe9\x0d\x1b\x46\x3f\xf5\ \xa9\x87\xa2\xd1\xe8\xf7\xbe\xf7\x7d\xdb\x76\x46\x47\xc7\x34\x55\ \x5b\x3f\x3a\x8c\xf1\xbb\xce\xe1\x81\x00\x0a\x21\x89\x42\xe2\xf1\ \xb8\x69\xe8\x92\xf3\xc7\x9f\x78\xee\xd8\xd1\x23\x63\x63\xa3\x2f\ \xbf\xf4\x62\x21\xbf\x9c\x4a\xa5\x62\xf1\xd8\xb3\xcf\x3d\x37\x38\ \x34\x50\x2e\x95\xdb\xad\x76\x34\x1a\x5d\x98\x9b\x4f\x25\x93\xb7\ \xde\x7a\xeb\xf1\xe3\xc7\x33\x99\xcc\xc0\x40\x1f\xc6\x78\xf3\xe6\ \x9b\x4e\x4d\x8c\x0b\x21\x2c\xd3\x48\x25\x13\x89\x78\x8c\x60\xc2\ \x58\xa0\xeb\x86\xa2\x60\xce\x65\xe8\x45\x08\xf7\xb3\x70\xb6\x23\ \x04\xc3\xb4\x00\xdf\x67\x41\x10\xf4\xf6\xf6\x9a\xa6\xe9\xba\x2e\ \x42\x78\x68\x68\x28\x1a\x8d\x7a\x9e\x1b\x8d\x46\x4c\xcb\x0c\x82\ \x40\x55\xa9\xaa\x6a\xef\xa0\xca\x19\x93\xe9\x34\xc0\x18\x2d\x2d\ \x01\x74\xa5\xdb\xeb\x48\x29\x38\x67\x8c\xf1\xb3\xf6\x4d\xc1\xd9\ \x59\x84\x21\x34\x17\x6a\xc6\x67\xf1\xcc\xdd\xf7\xed\xfe\xad\x7b\ \x46\xdf\x6f\x11\xe6\xfb\x6d\x26\xa4\x15\xbf\xf9\x93\xf7\xfd\xe9\ \xfd\x1b\x76\x08\xdf\x11\xc2\xe7\xa4\xfb\xc3\xf7\xfd\xed\x43\x9b\ \x6e\x0a\x98\xff\x16\xa3\x9b\x4f\xf4\x35\xb7\x6d\xff\x8d\x8f\x6c\ \xff\x99\x1e\xcb\xf0\x83\xb6\xcf\x03\x48\x12\x63\x37\xfd\xbb\x5f\ \xbd\xe7\xcb\x5d\xd4\x77\x19\xd8\xb8\xeb\xff\xf9\xe9\xdd\xbf\x72\ \xe7\xc6\x4f\xf5\xa8\x90\x0b\x09\x00\x60\x81\xdb\xb3\xee\x4b\x5f\ \x78\xe0\xab\x3d\xc4\xf3\x99\x6d\xf6\xfc\xc2\xe7\x3f\xf0\x7f\x76\ \x11\xcf\x67\xb6\x92\xfa\xc8\xe7\xee\xff\xea\xb0\xce\x7d\x71\x4d\ \xfa\x0c\x20\xe7\x64\x7e\x3e\xbd\x6d\xeb\x1d\x1f\xb8\x8f\x33\xb6\ \x77\xef\x5e\xc6\x19\xe7\x5c\xd3\x34\x09\x80\x15\x8d\xbc\xb2\xef\ \x15\xdd\xd0\x27\x26\x26\xe6\xe6\x66\x23\x91\x08\x0b\x82\x62\xa1\ \x60\xdb\x76\x7f\x7f\xff\xc8\x9a\x91\x4c\x26\xb3\x61\xfd\xba\x5c\ \xae\x4b\x55\x15\xc6\x58\x22\x1e\x5f\xb7\x76\x9d\x65\x59\x9c\xb3\ \x6a\xa5\x62\xdb\x6d\xce\x99\xa6\xa9\x9a\xa6\x39\x8e\xe3\xba\xae\ \xae\xeb\xaa\xaa\x40\x08\x19\xe3\x41\xc0\x7c\xdf\x0f\x82\xa0\x58\ \x2c\x07\x41\xa0\x69\x5a\xbb\xdd\x2e\x16\x8b\xb5\x5a\x2d\x14\xce\ \x4b\x8b\x4b\xb5\x7a\x1d\x42\x40\x08\xe2\x2c\xf0\x5c\xcf\x73\x1d\ \xcf\xf5\x1d\xc7\x3b\x74\xf0\xd0\xcb\x2f\xbe\xf4\xc3\x1f\x3e\x7e\ \xf2\xe4\x89\x13\x27\x4e\x94\x8a\x85\x56\xa3\x81\x31\x0a\x63\xb1\ \x6b\xb5\xaa\x6d\xb7\x2b\x95\x52\xab\xd5\x20\x84\x30\x16\x34\x1a\ \x75\xdf\xf7\xc2\x50\x1c\xce\x19\x63\x81\xaa\x2a\xa1\xc8\x3d\x4b\ \x2e\xa1\x44\x55\x55\x55\x51\x14\xc7\x71\xe2\xf1\x78\xff\x40\x7f\ \x32\x95\x8e\xa7\x92\xc9\x74\x2a\x16\x8f\xf7\x74\x77\x57\x2a\x95\ \xa5\xa5\x65\x53\xd7\xfb\xba\x7b\xe2\x91\x28\x85\xe8\xe2\x6c\xee\ \x10\x42\x3f\xf0\x31\x82\x5b\xb7\x6e\xce\xa4\x93\x8d\x46\xf3\xe8\ \xd1\x63\xa7\x93\xc5\x10\x92\x52\x78\xae\x57\x2c\x15\x75\x43\xdf\ \xbb\x77\xaf\xa6\x69\x41\x10\x2c\x2e\x2e\x2e\x2e\x2e\x66\xb3\xd9\ \x1d\x3b\x76\xe4\xba\xbb\xa3\xd1\xe8\xf0\xf0\xb0\x65\x59\x21\xf5\ \x0f\x0f\x0f\x1b\x86\x21\xa5\x6c\xb7\xdb\xb6\x6d\xfb\xbe\x1f\xba\ \x10\x20\x84\x61\x98\x39\x38\x1d\xdb\x7e\x1a\x52\x48\xcf\xf5\x6a\ \xb5\xba\xa2\x28\x08\xa1\x20\x08\x4a\xa5\x52\xab\xd5\xc2\x18\xb7\ \xda\xed\x7a\xad\xee\x38\x6e\x98\xdd\x13\x5e\x6d\x18\xe3\x51\x2a\ \x95\x0e\x1d\x3a\xf4\xdc\x73\xcf\x1d\x38\x70\xe0\xf0\xc1\x83\x27\ \x4f\x9c\x68\x35\x1a\xed\x56\xcb\xf3\x1c\x16\x04\xad\x46\xbd\x5a\ \xa9\x54\xca\xe5\x99\xe9\x69\x08\x80\xe7\x79\xe5\x72\x79\x71\x71\ \x91\x52\x6a\xdb\x76\xb8\x31\x68\x9a\x16\x8b\xc5\x52\xc9\x14\x44\ \x28\x0c\xe0\xf1\xfd\xd3\xf6\x99\x5c\x2e\x17\x3a\x7e\x77\xed\xda\ \x99\x4c\x25\x87\x87\x57\x77\x77\x77\x4b\x29\xb7\x6e\xdd\xda\xdb\ \xdb\x7b\xf0\xe0\xc1\x20\x60\x5b\xb7\x6e\xcd\x66\x33\xe1\x2f\x05\ \x17\x25\xa7\x24\x90\xe1\xb6\x5d\x2a\x95\xbf\xf9\xcd\x6f\x8e\x8f\ \x8f\xdf\x7e\xfb\xed\x08\x61\x43\x37\x12\xf1\xf8\xf8\xf8\xf8\xf1\ \xe3\xc7\x85\x94\x8e\xe3\xe6\xf3\xf9\x07\x1f\x7c\xb0\xbb\xbb\xdb\ \x75\xdd\x56\xab\xbd\x76\xed\x9a\x9d\x3b\x77\xe6\xf3\xf9\x42\x7e\ \x25\x08\xfc\x8d\xa3\xa3\xbd\x3d\x3d\x0a\xa5\x8a\x42\x33\x99\x4c\ \x34\x12\x71\x1d\xbb\x54\x2c\x00\x20\x39\x97\x18\x43\xce\x65\xab\ \xd5\x72\x1c\x47\x4a\x19\x86\xae\x03\x00\x10\x02\x42\x88\x66\xb3\ \xa9\x69\x1a\x21\xc4\xb6\xdd\x74\x3a\x6d\x99\x26\x00\x40\x51\x94\ \x56\xab\x9d\x48\x24\xc3\xd9\xe8\xba\x2e\x42\xf0\x9d\xcd\x32\xe9\ \xb4\x8c\x58\x70\x6a\x1a\x06\xc1\x9b\x12\xa7\xde\x73\x6a\x67\x8c\ \x5b\xc9\x6c\x54\x43\xcd\x6a\xb1\xe1\x72\x42\x88\x91\xe8\x8a\x6a\ \x18\x40\x28\x79\xe0\xfb\x5e\xbb\xd5\xf6\x99\xfc\xb1\x25\xce\xa4\ \x0c\xb0\x39\x76\xd7\xd6\x4f\x34\x67\xfe\xee\x87\xe3\x7b\x6d\xba\ \xea\xee\x5b\x3e\x31\x3f\xfe\x4d\x9c\x1e\x35\x00\x6b\x42\x04\x80\ \x42\x15\x7d\x71\x00\x00\x20\x00\x49\x44\x41\x54\x64\x82\x6e\x58\ \xf3\x60\x56\xe5\x0d\x26\xc2\x5c\x30\xc1\x6d\x8f\x31\x44\x34\x15\ \xe3\x00\xc6\x76\xde\xf4\xb9\x1e\xf1\xca\xa3\x2f\x7d\x77\xb9\x0d\ \xb6\xdc\xf4\x1b\xc9\xe6\x63\xaf\xb7\xe2\x3d\x31\xcb\x03\x3e\x86\ \x02\x20\x2b\x82\x9b\xfb\x5e\xf9\xf7\x4f\xe5\x6b\x96\x96\x50\x10\ \x94\x32\xe0\xca\xd0\x58\x57\xaf\x27\xe3\xa3\x03\x6b\xa6\x8e\x1e\ \xa2\x6a\x24\x9d\xda\xba\x69\x70\xc3\xf4\x91\x93\x1b\xd6\x7d\x30\ \xa3\xeb\x8a\xaa\xc8\x56\x00\xc0\x35\xd6\xa3\x4e\x22\x44\xca\x65\ \xb5\x50\x40\x23\x23\x9e\x14\x4f\xed\xd9\x13\xb8\xde\xba\x75\xeb\ \x4e\x4d\x4e\xd6\x6a\xb5\xd5\xc3\xc3\x9e\xe7\x9f\x38\x71\xf2\x81\ \x0f\x7f\xec\xf9\xe7\x9e\xa1\x84\x52\x4a\x05\x0b\xd6\xad\x5b\x97\ \x4e\xa7\xc7\xc7\xc7\x07\x86\x56\x21\x88\x06\x07\x07\xb7\x6e\xde\ \x3c\x35\x39\x09\x21\xcc\xa6\xd3\x51\xcb\x0c\x82\x20\x62\xe9\x08\ \x63\x82\x21\x26\x34\xb4\x2d\x86\x13\x5a\xd7\x75\x45\xa1\x00\x00\ \x29\x43\x3e\x95\xae\x13\x40\x08\x33\x99\x0c\x21\x78\x69\x69\xc9\ \xf7\xfd\x4c\x26\x23\xa5\x0c\x6d\xdf\x94\x92\x20\x08\x10\xa0\x02\ \x48\x42\x51\x18\x04\xd2\x6c\xb5\x72\xb9\xdc\xe4\xa9\x99\x89\x93\ \x27\xe7\x97\xe6\xf3\x85\x15\xa7\xdd\xf2\x3c\x0f\x41\x40\x2c\x0b\ \x42\x82\x09\x52\x55\xc5\xf3\x9c\xc0\x0f\x7c\xdf\x0f\xbd\xa6\x9e\ \x17\xda\x28\xb0\x94\xb2\x58\x2c\xb6\xdb\x6d\x4d\xd3\x4c\xd3\x2c\ \x95\x4a\xa1\x1d\x83\x52\x4a\x29\xb5\x2c\x4b\xd3\xb4\xf9\xf9\x79\ \x55\x55\x09\xa1\x8a\xa5\x47\xa2\xd1\x52\xb1\x28\x01\x7c\xfd\xf5\ \xd7\x75\xc3\x74\xda\x36\xc6\xb8\x51\xaf\xc7\xa2\xb1\x78\x3c\x7e\ \x29\xa9\x92\x9a\xae\x61\xa0\x95\xca\x95\x83\xaf\x1f\xdc\xb0\x61\ \xc3\xda\xb5\x6b\x0f\xbd\x7e\x50\xd7\xf5\x68\x2c\x76\xe2\xd8\xf1\ \x44\x22\x01\x01\x2c\x16\x8b\x83\x83\x83\xcf\x3e\xfb\xec\xc8\xc8\ \xc8\xe0\xe0\x60\x3e\x9f\x47\x08\x45\xa3\xd1\x54\x32\xa1\x10\x34\ \x33\x37\x6b\x59\x16\x80\x50\x55\x55\x3f\x08\x10\x44\xe4\x0c\x42\ \x9b\x7b\x68\x7f\x0f\xcd\xd6\xa1\x45\xe5\x8c\x78\x47\x81\x6f\xeb\ \xba\x1e\x8d\x45\x0a\xf9\x62\xb9\x5c\xce\x64\x32\x8a\xa2\x60\x8c\ \xcb\xa5\x72\x57\x57\x57\x68\xab\xe2\xfc\x74\x0a\xae\xe3\x38\x21\ \x27\x02\x00\x8e\x1e\x3d\xba\x6f\xdf\xbe\xb9\xa9\xe9\x99\xd9\x69\ \x20\xa4\xaa\x28\xaa\xa6\x50\x0c\xeb\xf5\x7a\xc4\xb2\x22\xa6\xd9\ \x68\x35\x1b\xcd\x66\xb8\x51\xd9\xb6\xad\xaa\x5a\xb8\x5b\xd7\xeb\ \xf5\xb9\xb9\x39\x84\x50\x77\x77\xf7\xa9\xe9\xc9\x30\x17\x54\xd3\ \x94\x78\x3c\x6e\x45\x22\xa9\x54\x2a\xbc\x3c\xd3\xb4\x30\xa6\xeb\ \xd6\x6f\x48\x67\x32\xb6\x6d\x1f\x38\x70\x20\x9f\x2f\x34\x9b\x4d\ \x8c\x69\xbd\x5e\x37\x0c\x23\x9d\xca\x10\x82\x2f\x2e\x14\x52\x53\ \x35\x35\x96\x7a\xf1\xa5\x97\x0e\x1f\x3c\xd8\xdd\x95\x1d\x1d\x1d\ \xc5\x18\x1f\x3f\x76\x2c\x12\x89\x28\xaa\x9a\x5f\xc9\x7f\xe7\x3b\ \xdf\x49\xa6\x52\xba\xae\xde\x79\xe7\x9d\xba\xa1\xe5\x72\xdd\x52\ \xca\x30\x17\xc9\xf3\x82\x9b\x6f\xde\xb5\xff\xd5\x97\x59\xe0\xaf\ \x19\x1e\x19\x19\x19\xe1\xdc\xd7\x34\x4d\x51\xd5\x95\xe5\xe5\xc9\ \x89\x09\xc3\xd4\xa5\x1c\x40\x48\x09\x53\x9d\x11\x42\x56\x24\xe2\ \x7b\xde\x59\xfb\x70\x10\x70\xdb\x6e\x59\x96\x15\xc6\xa7\xfa\x7e\ \x20\x01\x28\x57\x2a\xb5\x5a\x6d\xcd\x9a\x35\xe9\x74\x5a\x51\x14\ \xce\xb9\x42\xa9\xeb\x39\x84\xbc\x53\x97\x54\x29\xa5\x69\x8a\x55\ \xab\xe0\xca\x0a\x68\x36\xaf\x60\xe1\x5f\x3f\x00\xdb\x1e\xfa\xad\ \xbf\xfc\xbb\xbf\xfd\xa3\xbf\x78\xf8\x6f\xfe\xf4\xf7\x6e\xee\xd1\ \xda\x1e\xb8\xf9\x67\xfe\xb7\xdf\xfb\x7f\x7f\xff\xab\x5f\xfd\xea\ \x7f\xfc\xe3\xaf\x7f\xff\xeb\x7f\xbc\xab\x5b\xda\xc1\x8f\x5f\x24\ \x42\x88\x64\x72\xfb\x40\x3c\x96\xe8\xfe\xe4\xa7\xef\xfc\x42\xb7\ \x1a\x14\xab\x33\x1e\x6f\x9e\x18\xff\xda\x8b\x33\x47\x01\x24\x40\ \x7a\x66\xfa\x8e\x75\x91\xd2\xf3\xc7\x9f\xf3\x01\x01\x40\x0a\x11\ \xc4\x72\xf7\xdc\xbd\xed\x97\xb7\x77\x0f\x4b\xee\xa9\xfa\xd0\x48\ \xcf\x88\x6a\x8c\x7d\xf4\xce\xaf\x6c\xcb\x65\xeb\xb5\x89\xaa\x1f\ \xd8\x95\x57\x9e\x3a\xf0\xf5\x15\x5f\x84\x89\x65\x7e\x10\x8c\xed\ \xf8\xca\xc7\xb7\x7c\xc8\x80\x81\x00\x80\x0b\x9e\xca\xec\x4c\xf3\ \xc3\x3f\x38\xf0\xfd\xde\x81\x7b\xe3\x84\x6b\x2a\x3f\x3e\xf3\x42\ \x2c\xb3\x7b\xa0\xf7\xd6\x21\x5a\x38\xb4\x32\xad\xe9\x26\xb8\x16\ \x85\x3b\x42\x74\x65\x05\x52\x3a\xce\xc4\x0f\x7e\xf0\x58\xbb\xdd\ \x1e\x1b\x1b\xe5\x42\x24\xe2\x89\x76\xbb\x3d\x37\x37\x77\xf2\xe4\ \xc9\x68\x34\x7a\xe2\xe4\x71\x29\xe5\xd6\x6d\xdb\x2c\xcb\x5a\x5e\ \x5e\xb6\x2c\xeb\x8e\x3b\xee\x48\x25\x93\x0b\xf3\x0b\xd5\x6a\x95\ \x52\xba\x7e\xc3\x68\x57\xae\x8b\x31\x46\x28\xed\xee\xce\xf5\xf7\ \xf5\x40\x88\x2a\xc5\x62\xe8\xbf\x80\x10\x4a\x29\xc2\x9c\x4f\xdb\ \xb6\x39\x17\x61\x40\x47\xe8\x9f\xab\x37\x1a\xb1\x58\x94\x52\x02\ \x21\xea\xe9\xe9\xc9\xe5\x72\xa9\x54\x4a\xd7\xf5\x46\xa3\xd1\xd7\ \xd7\xa7\x2a\x8a\xef\xfb\xaa\xa6\x21\x8c\xa0\x04\x86\xa6\x9b\xa6\ \x91\x4d\x67\x38\x63\x0b\x0b\xf3\x84\x90\xc1\xfe\xfe\x6d\x5b\x37\ \x87\xf1\xd7\x9e\xe7\x0b\x2e\x28\x26\xd5\x6a\xb5\x5e\xab\x42\x21\ \x1c\xa7\x5d\x2c\x16\x3d\xdf\xa7\x94\x36\x9b\xcd\x90\x9e\xaa\xd5\ \xaa\x69\x9a\xd9\x6c\xb6\xdd\x6e\xbb\x8e\xc3\x39\x77\x5d\xd7\xb6\ \x6d\x42\x70\x2c\x16\x53\x55\x35\x54\xa9\x9e\xe7\x19\xa6\x41\x28\ \x4d\x65\xd2\x98\xd2\x48\x2c\x22\x21\xa8\x56\xab\xd5\x6a\x65\x61\ \x6e\xbe\xb0\xb4\xa2\x51\x45\x25\xca\xc5\x49\x26\x29\xa5\x42\x15\ \x08\xc0\xc4\xc4\xe4\xfe\x7d\xfb\xd7\xac\x19\xd1\x75\x3d\x99\x48\ \x60\x82\xa7\xa6\x26\x1b\x8d\xfa\xc9\x13\xc7\x7b\x7a\x7a\x5e\x78\ \xe1\x85\xcd\x9b\x37\x87\xac\x37\x3e\x3e\xfe\xa1\x0f\x7d\x28\x9b\ \xcd\xbe\xfa\xea\xab\xed\x76\x9b\x31\x96\xeb\xee\xee\xea\xea\x0a\ \x0f\x3d\xa6\x69\xc6\x13\xf1\x48\x24\x82\x31\x0e\x83\xed\xc2\xfa\ \x04\xe1\x76\x18\x06\xbd\x9c\xdd\x54\x10\x42\xb6\xed\xf8\xbe\x6f\ \x98\x86\x14\x32\x16\x8b\x65\x32\x99\x5c\x2e\x97\x48\x24\x56\x56\ \x96\xb3\xd9\x6c\x24\x1a\xe1\x42\x60\x8c\x43\xc7\x83\xa2\x28\x96\ \x69\xa5\xd3\x69\x5d\xd7\x8b\xc5\x22\xc6\xa8\xbf\xaf\xef\x9e\xbb\ \xef\xe9\xea\xea\xe2\x82\x37\x1a\x35\xdf\x71\x39\xe3\x10\x80\xb9\ \xb9\xf9\xa5\xe5\x65\xce\xf8\xdc\xfc\x6c\xb1\x58\xe4\x82\x3b\x8e\ \xbd\xb4\xbc\x88\x20\xac\x37\xea\xc5\x62\x61\xed\xda\xb5\xb6\xdd\ \x2e\x97\xcb\x52\xca\x56\xab\xd5\x68\x34\x84\x14\xa6\x69\x76\x65\ \x33\x10\xc2\x48\x24\x22\xa5\x54\x35\x55\x4a\x19\x8b\xc5\x30\x26\ \x9a\xa6\x67\x32\x99\x85\x85\x85\x4a\xa5\x72\xfc\xf8\xb1\x3d\x7b\ \xf6\x50\x4a\x0d\xc3\x10\x17\x75\x50\x86\x08\x3a\x8e\xf3\xd8\x63\ \x8f\x1d\x39\x72\x64\xeb\xd6\xad\xa3\x63\xa3\xd5\x4a\x65\xef\xcb\ \x2f\x1f\x3b\x76\xac\xb7\xaf\x87\x52\xea\xf9\x5e\xb9\x54\x52\x14\ \x75\x68\x68\x88\x73\xfe\xc3\x1f\x3e\x31\x3b\x3b\x8b\x51\x98\xb9\ \xaa\x12\x82\x4b\xc5\xe2\xfa\xf5\xeb\x21\x84\xcf\x3e\xf3\x0c\x81\ \x38\x1a\x8d\x07\x9e\x3b\x37\x33\x35\x35\x3d\x85\x09\x5a\xb7\x7e\ \xbd\xa2\x6a\x10\x02\x08\x01\x42\x90\x33\x8e\x11\xa2\x94\x86\xc2\ \x5a\x08\xc0\x39\xa7\x8a\xa2\xeb\x1a\xa5\x34\x3c\xb5\xe4\x57\xf2\ \x82\xf3\x54\x2a\x59\xad\x56\x6d\xdb\x26\x94\x30\xc6\x20\x80\x10\ \x02\x08\x7f\x44\x0b\x6c\x21\xe4\xc0\x00\xaa\x56\x61\xab\x75\x05\ \xc9\x1d\x11\xc2\xaa\xb3\x7f\xff\xd5\x2f\xfd\xca\xe7\xbe\x70\x10\ \x6f\xfc\xb5\x7f\x75\xbb\xc2\xdd\x17\x1e\xfe\xdd\xdf\xf8\xe2\xaf\ \xff\x9b\x5f\xfb\xf2\x9e\xe3\xcb\x13\x07\x9e\x3a\x30\xeb\xa9\xf4\ \xc7\x5f\xa1\x04\xc8\x30\xba\x8a\x73\xdf\x78\xf8\x5f\x7e\x7b\x16\ \x6e\xd8\x92\x8d\xee\x3f\xfc\xf0\x42\xcb\x46\x10\x63\x44\x00\x60\ \xbe\x88\x6e\xdd\xf0\x61\x51\x9f\x01\x5a\x2a\xa2\x27\x75\x8c\xa4\ \x94\x10\x62\x42\x34\x0c\x21\x00\x42\x51\x52\xb4\xfd\xda\x77\x1f\ \xff\xe2\x9e\xb9\xc6\x8e\xe1\x5d\x4b\x33\xff\xf3\xf5\xe5\x39\x08\ \x11\x44\x14\x43\x08\x00\x22\xb0\xb5\x6f\xdf\x7f\x7a\xe4\xf5\xef\ \x27\x56\x7d\x66\x57\x6f\xd6\xe7\x9c\x4b\x3a\xd0\x77\xbb\xc2\x4a\ \x95\x56\x89\x26\x76\xf7\x47\x33\xba\xa2\x57\xe7\x7f\x38\xc5\x86\ \x3f\xb6\xfd\xa1\xda\xca\x93\x0b\x0d\x5f\x53\x0c\x20\xaf\xc1\x2c\ \x2c\x8c\xd5\x42\xa1\x0d\xc0\x91\xe5\xbc\x49\xd4\x6d\x9b\x6e\x6a\ \xd7\x9a\x85\xc5\xc5\x5c\x3a\xa5\x11\x72\xe8\xc0\x6b\xcf\x3d\xfb\ \x74\x10\x78\x2d\xbb\xf1\x81\x0f\xdd\xb7\x75\xfb\xe6\x4c\x36\xe3\ \x07\x41\xa3\x5e\x1f\x1c\x1c\xd8\xb0\x61\x6d\x6f\x4f\xd7\xa9\x89\ \x13\x85\x62\x71\x70\x70\x68\xf5\xaa\x61\x55\xd1\x92\x89\x14\x26\ \xea\xe4\xd4\xcc\xc1\x83\x87\x0a\xc5\x0a\x26\x1a\x55\x94\x30\xa1\ \xc6\xb5\xed\xee\xae\x2e\x20\x05\x0b\x02\x8c\x21\x04\xc0\x73\xbd\ \x46\xbd\x8e\x11\x02\x52\x52\x4a\x14\x4a\x52\xc9\x78\xab\xd9\x6a\ \x36\x9b\xa9\x64\xd2\x34\xcd\x30\x01\x07\x11\xdc\x68\x37\x55\x5d\ \xd3\x0c\x55\x02\x88\x20\x5a\x58\x58\x7a\xe4\x91\x47\x16\x17\xe7\ \x08\x96\x6b\x46\x56\x0d\xf6\xf5\xc6\x2c\x4b\x25\x98\x62\x48\x08\ \xf4\x83\x30\xdc\x05\xab\x86\x89\x10\x41\x08\x01\x29\xc3\x58\xb4\ \x50\x78\xaa\xaa\x1a\x9e\x0c\x38\xe7\x12\x22\x4c\x15\x45\xd3\x11\ \xa1\x98\xaa\x54\x55\x1b\xad\x76\xa3\xd5\x96\x08\x61\xaa\x44\x62\ \xf1\x48\x34\x92\x48\x24\x55\x55\x93\x52\x36\x9b\x6d\xc6\x58\x3c\ \x1a\x4f\xa5\x33\xc3\xab\x57\x23\x84\x52\xc9\xa4\xb8\xa8\xfb\x8e\ \x31\x5e\x5e\x5c\x7a\xe2\xb1\x1f\xb6\x9b\xad\x3b\x6e\xbf\x2d\x9d\ \x4c\xcc\x4e\x4d\x65\x53\xc9\x78\xc4\x5a\x59\x5a\xf8\xee\x77\xbe\ \x95\x4a\x27\x4e\x9c\x3c\xb1\x65\xeb\x96\x8d\x37\x6d\xea\xe9\xeb\ \xe5\x52\x2c\x2d\x2f\x05\x9c\x0d\xae\x1a\xba\xe7\xde\x7b\x8e\x9f\ \x38\x31\x71\xea\x54\x20\xc4\xf0\xc8\x48\x2c\x91\x60\x9c\x47\x22\ \x11\xdf\xf3\x6a\xb5\xda\xc2\xdc\x3c\x46\x18\x02\x08\xa1\xc4\x18\ \x05\xbe\x87\x31\xb4\x4c\xc3\x75\x1d\x00\x04\x00\x12\x00\xe9\xba\ \x36\xe7\x81\xaa\xe9\x94\x2a\x42\x02\x82\x29\x02\x68\x65\x61\x25\ \x9d\xca\xa8\xaa\x41\xa8\x22\x01\x20\x94\x3a\xae\x7b\x5a\xfb\x4b\ \x41\x08\x12\x41\x70\x70\xdf\xab\x87\xf7\xbd\xda\x28\x15\xbb\x33\ \xe9\x5b\x6f\xdd\xdd\xdf\xdb\xa3\x6b\x5a\xb3\xd5\x8a\x27\x13\x88\ \xd0\x42\xb9\x02\x31\x8e\xa7\xd2\x8a\xa6\x4b\x08\x5c\xcf\xd6\x34\ \x05\x22\x00\xa1\x54\x34\x22\x44\x60\x45\xcc\x80\x79\x18\x43\xdb\ \x6e\x01\x84\x4d\x2b\x0a\x01\x52\xb1\x9a\x8a\x27\xed\x86\xbd\x38\ \xbf\x58\xaf\xd6\x09\x51\x7b\x7a\xfa\xfa\xfa\x06\xe3\xf1\x94\x69\ \x46\xe3\xf1\x54\x3e\x5f\x74\x6c\x17\x48\xd4\xdd\xdd\xbb\x6b\xe7\ \xcd\x61\x19\x09\x4a\xc9\x45\x0c\x3b\xc1\xa4\x58\x2a\x9d\x9a\x9c\ \xbc\xff\x43\x1f\x5e\x3d\x32\x5c\xad\xd5\x1d\xcf\x29\x95\x4a\x0b\ \x8b\xf3\xd3\xd3\x93\x81\xef\x0a\xc6\x74\x55\xdb\x7c\xd3\x56\x85\ \x6a\xad\x96\x13\x78\xac\x55\x6b\x53\xa2\x34\xea\x35\xc1\xfd\x58\ \xc4\x18\x5d\xbf\xd6\xf3\xfd\x4a\xa5\xde\x6c\xb5\x8e\x1e\x3f\xee\ \x7b\x01\xe3\x70\x71\x71\xd9\xf7\x59\x3a\x93\x33\x8c\x48\xa8\x0e\ \x43\xfa\x45\x52\x54\x0a\x05\x15\x63\x04\xa4\x94\x12\x41\x49\x15\ \xaa\x50\xc5\x6e\xb6\x29\xc2\xb5\x4a\x75\x7e\x76\xc6\x77\x1c\xd7\ \x69\x3b\xed\x66\x61\x65\x79\x65\x79\x61\x7a\x72\x42\x55\x89\x19\ \x31\x12\x89\xb8\xa2\xa8\xe4\x47\x59\xba\xfb\xfb\x49\xb9\x02\x5a\ \x2d\xd0\x95\xbd\x52\x04\x42\x20\x3f\xf4\xf8\x3f\xbc\xc6\x59\xab\ \x4d\xa7\xe6\x8a\x6b\x35\x0d\x01\xe9\xb5\x6a\x0d\xc7\xb6\x36\x3c\ \xf0\x81\x4d\xf4\x6b\x5f\xfa\xef\x25\x41\x8c\x0b\x30\x69\x40\x20\ \xdb\xed\x25\x63\x70\x6d\x36\x9a\x56\x91\x68\x73\x3a\xd4\x7b\xab\ \x6f\x4f\x97\xda\x6e\xe8\xc0\x41\x58\xf7\x1a\x0b\x34\xf5\xfe\x9d\ \xa9\x9b\xba\x25\xcf\x1a\x8f\xcf\xb5\x45\x7d\xe5\x89\x27\x96\x04\ \x42\x14\x23\xd5\xf3\x4b\x2e\xee\xee\x4d\xf5\x79\x8a\xe2\xfa\x6e\ \x2a\xbd\x53\x01\xb5\x95\x7a\x1e\x02\x88\x10\x06\x40\x00\x6c\xaa\ \x90\x57\xaa\xe3\x75\x1f\x9a\xaa\x2a\x45\x80\xd5\x35\xeb\x7a\x57\ \xd1\xb6\x7d\xe7\x06\x81\x48\x76\xb4\x77\x6c\x92\x28\x48\x2c\x1f\ \x9b\x9f\x7a\x7f\xef\x8e\x53\x33\x7b\x53\xa3\xf7\xc6\xa8\x05\xc1\ \xb5\x47\xee\x12\x21\xb2\xbc\x22\x14\x75\x70\xeb\x8e\x76\xb6\xeb\ \xc4\xf1\xe3\x73\x53\x33\x9e\xed\xa4\x53\x49\x8c\x51\xb9\x58\x68\ \xd6\xab\x0d\xcb\xb8\xf9\x96\x9d\xf9\xc2\xf2\xd1\x43\x47\xaa\xd5\ \x2a\x80\xd0\x30\x0c\xdf\xf7\x55\x45\xf1\x3d\x67\xcd\xda\xe1\xc5\ \xc5\x45\xbb\x65\x67\x33\x5d\xa1\x55\x7d\x61\x61\x61\xf2\xd4\x14\ \x00\x62\xc7\xce\x9d\x00\xc0\x20\x60\x94\x10\x00\x24\x63\x81\x69\ \x1a\x51\xcb\x92\x42\x9c\x0e\x67\x12\x42\xd7\x34\x5d\x47\x10\x60\ \x8c\x61\xbd\xd6\xa8\xd5\x6a\xae\xeb\x58\xa6\x19\xfa\xa9\x3c\xd7\ \xe5\x42\x50\x55\xf1\xfd\x00\x21\x18\xf8\x9c\x50\x5c\xab\xfd\xff\ \xec\xbd\x69\xac\x64\xd7\x7d\x1f\x78\xd6\xbb\xd7\x5e\x6f\xef\xf7\ \x7a\x65\xbf\x26\x9b\xa2\x48\x8a\x5a\x28\x51\xb4\xec\x71\x6c\xd9\ \x19\xd9\x0e\x10\xdb\x1a\xd8\x8e\x07\xf1\x38\x98\x38\xc2\x64\x80\ \x09\x82\xc4\x49\xc6\x33\x81\x31\xb1\x61\x27\x03\xef\xb1\x2d\xe7\ \x8b\x66\x62\x2b\x5e\x61\x5b\xb2\x48\x6a\xa1\xb9\x35\x45\xd1\x6c\ \x36\xd9\xeb\xdb\xb7\x7a\xb5\x57\xdd\xba\xfb\x3d\xeb\x7c\x38\xdd\ \x6d\xc1\xc0\x68\x69\x7d\x60\x02\xf7\xf9\xd0\x78\x78\xf5\xaa\xba\ \x5e\xbd\x73\xff\xf7\x7f\x7e\xff\xdf\x12\x5d\x79\xeb\x0a\x42\xc0\ \x73\x1d\x29\xe5\x6c\x36\x1d\x8d\x86\x5a\x4b\x8c\x80\x90\xc2\x4c\ \x11\x8d\x60\xa7\x64\x0c\x22\x0c\xe0\x6d\x67\x2b\xad\x75\x51\x14\ \x06\xa0\x98\xcd\x66\x86\x1f\x82\x31\x06\x08\x4d\xc2\x50\x03\xe0\ \xf9\x7e\x7b\x6e\x9e\x31\x16\xce\x66\x4a\xe9\xe9\x6c\xb6\xb9\xb9\ \xe5\xd7\xaa\x84\xd0\x2c\x4e\x4b\x52\x60\x84\x9a\xad\x16\xc1\x64\ \x71\x71\x49\x43\x94\x15\xc5\x2c\x89\xef\x8d\x2d\x03\x21\xcc\xb3\ \xec\xc1\xf5\x0b\xad\x76\xab\x2c\x8a\xdd\xdd\x9d\x2f\xbf\x7a\x69\ \xfd\xc2\xf9\x46\xb3\x3e\x8b\x27\x37\x6f\x5e\xe3\x82\x3f\xf5\xf4\ \xb7\x3f\x70\xfe\xfc\xad\x5b\xb7\x86\xc3\x21\x00\x00\xde\xa1\x36\ \x8e\xc6\xe3\xf3\x17\xce\x1f\x1d\x1c\x6e\x6d\x6f\x9b\xf1\x29\x21\ \xa4\x2c\xcb\x2c\xcd\x76\xb6\xb7\x57\x57\x57\x11\x46\x66\xac\x85\ \x31\x01\x40\x5b\x94\x9a\xc1\x9d\xf1\x0a\x93\x42\x40\x00\x3c\xcf\ \xd3\x00\x2a\xa5\x30\x42\x69\x9c\xc4\xe1\x0c\x23\x58\xe6\x79\xad\ \xd5\xf4\x03\x77\x16\x25\xae\xef\x00\xa5\x0c\xa2\x45\x20\x50\x4a\ \x1f\xed\xef\x4f\x06\x7d\x87\x52\xe8\xba\xbe\x63\x1f\xec\xed\xe7\ \x79\xee\xba\x8e\xeb\xba\x51\x1c\xc7\x49\xd2\x6e\xb7\x8b\xa2\x4c\ \xb3\xdc\x76\x6c\x4a\xad\xa2\xc8\x08\xc1\x52\x0a\x00\x40\x1c\x17\ \xab\xab\xab\x8c\xb1\xeb\xd7\xaf\x39\x8e\xe3\x7a\x2e\xc2\x28\x9c\ \xcd\xb2\x38\x21\x84\x2c\xce\x2f\x9e\x3d\x7b\x76\x6b\x7b\x4b\x03\ \x28\xa5\xfc\xec\xe7\x3e\xd7\x6e\xce\xcf\xb5\x16\xa2\x59\x34\x1a\ \x8d\x20\x44\xf3\xf3\x73\xed\x76\x5b\x4a\xf5\x81\x27\x3f\xd0\x3d\ \x3e\xae\x56\x83\xa0\xe2\xc0\x6f\x3e\xa9\x42\x2a\x19\x04\xc1\x77\ \x7d\xf7\x77\xd5\xeb\x55\xa0\x54\xa3\x59\xcf\xb2\x78\x38\x1e\x74\ \x7b\xc7\xdd\xe3\x23\x2d\x58\xab\xd5\x7e\xe4\xdd\x8f\x78\xbe\xe7\ \xda\x6e\xb3\xd5\xfc\xe8\x77\x7f\x74\xd4\x1f\xbc\xf6\xea\xab\x69\ \x92\x7c\xe5\xcb\xaf\x7e\xef\xf7\x7c\x4f\x10\xf8\x96\xe3\xec\xef\ \x1e\xf9\x5e\x80\x29\x9e\x4e\x43\x84\xd0\xd6\xf6\xee\x77\xff\x9d\ \xef\x7c\xe0\xc2\x03\x40\x01\xa9\xa4\xc1\x18\x10\x42\x8d\x7a\x7d\ \x3c\x1c\x1a\x43\x24\x08\xa1\x02\x1a\x42\x90\xce\xe2\xd9\x34\x6c\ \xb6\x9a\x8e\x65\xd9\x94\x56\x2a\x15\x2d\x45\x12\xcd\xf2\x22\xaf\ \x55\xfd\xe1\xb0\x3f\xbf\x30\x47\x6d\x6c\x5b\xf6\xff\x8f\xb7\xcc\ \x1d\xc2\x8c\x5a\x5b\x83\x93\x31\x4c\x62\x85\xde\x49\xae\x1e\xb1\ \x6c\x91\xf0\x07\xbe\xe3\x7f\xf8\xfe\xf7\x56\x7e\xf7\x9f\xbd\x2c\ \x09\x25\x18\x69\x12\x7c\xdb\xf7\x7f\x1c\xbf\xf5\xa7\x2f\x6e\xcf\ \x1c\xcb\xff\x86\xfa\x1d\x84\x47\xbd\xe7\xde\x5e\xfe\xc4\x0f\x7f\ \xf7\xff\x35\x1b\xfc\xc5\x4b\x83\xf4\xc3\xef\xff\x9f\x3a\x57\xff\ \xef\x41\x92\x71\x1e\xe5\x50\x50\x18\x7e\xe5\xcd\x9f\x7f\x99\xa5\ \xcb\x0f\xfe\xb3\xf7\x3b\xaf\xef\x46\xcc\xa6\x14\x00\xcb\x42\x77\ \xd0\xff\xf4\xc6\xa5\xcd\x2b\xdf\xfe\xf4\xbf\x87\xd9\xe6\x33\x5f\ \xfe\xf2\xf2\x03\x3f\xb5\x92\x7d\xb6\x3b\x3d\x06\x9a\x67\x79\x28\ \xb4\x04\xd6\xea\x87\x9e\xf8\x1f\x17\x03\xbf\x08\x9f\x7f\x6e\xbf\ \x43\xa0\xaa\xb4\xdf\x63\x4d\x3f\xf3\x9f\xff\xf2\xd7\xa7\x42\xcd\ \x9d\xfe\xc9\xef\x5a\x7b\x4f\xa5\x98\x25\x12\xa7\xbd\xdf\xff\x4f\ \x5f\xf8\x8b\x49\xa6\xea\x7c\xc6\xef\x28\x6c\xfe\x9b\xeb\xdc\x49\ \xf7\x98\x56\xab\xde\xa9\x93\x3b\xc7\x1d\xad\xc1\xce\xce\xce\x60\ \x34\x92\xb7\x6f\x54\xba\xdd\x6a\xbf\xf7\x89\x27\x08\x21\xa3\xf1\ \xa4\xd3\xe9\xc4\x71\x4c\x30\x2e\x19\xab\x54\x2a\x93\xe9\xe4\xec\ \xb9\x73\xdb\x7b\xbb\xc9\x2c\x4e\x66\xf1\xee\xee\x6e\xb5\x5a\x8d\ \xa2\x68\x6f\x6f\x8f\x71\xf6\xc8\xbb\x1e\x26\x18\x2b\x25\x6f\x9b\ \xfc\x29\x65\x8e\xe1\x77\x27\xea\x40\x6b\x4c\x88\x29\xb8\x7e\xe0\ \x0f\xfa\xfd\xf1\x78\x22\xa5\x84\x50\x33\x56\xec\xed\xed\xd4\x6a\ \x95\xd5\xd5\x13\xb5\x7a\xcd\x08\x85\xb8\xe0\x94\x52\xad\xf5\x60\ \xd0\xdf\xdd\xdd\xf1\x3c\x17\x13\x34\x0d\x27\x9d\xe3\x43\x21\x24\ \xc6\xd8\xf3\xfd\x38\x8e\x85\x10\x94\x52\xc6\x98\x11\xdf\xfb\x95\ \x8a\xc1\xc4\x39\xe7\x66\x36\x68\xce\xd7\xa3\xd1\xc8\xfc\xa4\x51\ \x9a\xc4\x51\x64\x59\x96\xeb\xba\x52\x4a\xce\xf9\x99\x33\x67\x86\ \xc3\x61\xb3\xd1\x58\x5e\x5e\x3e\x3c\xea\xcc\x26\x61\xbb\xdd\xae\ \x37\x5a\x42\xf0\x76\xab\x79\xe6\xdc\xf9\x34\x4d\x8b\xbc\x98\x86\ \xe1\x78\x32\x46\xf7\x14\x86\x23\x84\x38\x75\xfa\x54\xb5\x5a\x9f\ \xcd\xc2\xf1\x78\x9a\xe5\xe5\xfe\xe1\x61\xa5\x5e\x0f\xa3\x59\x92\ \x66\xb6\xe7\x3d\xf5\xe1\xa7\xd6\xd6\x56\xd3\x34\x1b\x8f\xc7\x87\ \x87\x87\x86\xaf\x62\xdb\x56\x10\x54\xd6\xd6\xd6\x3a\x9d\x0e\x84\ \x70\x3c\x1a\x1d\x1e\x1e\x1a\x04\x69\x34\x1a\xa5\x69\x5a\xad\xd5\ \xe6\x16\xe6\x79\xc9\x20\x06\x10\xdd\x36\x77\xcc\xf3\xdc\xb2\x6d\ \x08\x21\x00\x10\x68\xe3\x7a\x08\x8d\xd3\xa2\x10\x6c\x34\x9a\xe6\ \x69\x56\xb2\xa2\x52\x0d\x8e\x0e\x0f\x98\x28\xc7\xe3\xa9\xe7\xbb\ \x18\x41\xa5\xa1\xd1\x73\x49\x29\x78\x59\xee\xef\xef\x49\xa5\x82\ \x4a\x30\x9b\x85\x87\x9d\x4e\x9a\x33\xa9\xa4\xef\xfb\x86\x0d\x75\ \xe2\xc4\x89\xc1\x60\x50\xa9\x54\x20\x84\x8e\xed\x04\x81\x37\x1a\ \x4b\x8c\x09\xa5\xd6\x1d\x0e\xa5\x3d\x9d\x86\x94\x5a\x8c\x71\x08\ \x91\x94\x6a\x32\x99\x20\xad\x1b\xb5\xba\xe7\xba\x93\xc9\xa4\x52\ \xa9\x2c\x2d\x2e\xa6\x59\x76\xf1\xe2\xc5\xd1\x60\xf2\xe2\x4b\x2f\ \xba\xae\x7b\xf2\xe4\xc9\xb9\xb9\xb9\x28\x8e\x3e\xf0\xe4\x07\x8c\ \xaa\x33\xcb\xd3\xcd\xcd\xad\xf7\xbe\xef\x31\x29\xbf\x79\x1d\x93\ \x06\x04\x63\x07\xd9\x96\x45\xb4\x94\x82\x8b\x85\x85\x85\x2b\x6f\ \x5e\xb1\x6d\xfb\xd1\x47\x1e\xe9\x1c\x1e\x74\xbb\xdd\xdd\xdd\xdd\ \x8f\x7e\xef\xc7\xb4\x92\x37\x6f\xde\x58\x3f\xff\x40\xbd\x51\x27\ \x96\x45\x29\x9d\x4e\x67\x00\xc2\x66\xa3\x5e\xad\xd7\x3e\xfe\xf1\ \x1f\xfa\xf3\x3f\xff\x4c\xab\xd9\xaa\xd5\x6a\x95\x4a\xe5\xfb\xbf\ \xef\xfb\x08\xc1\x5f\x79\xed\xf5\x8b\x17\x1e\x12\x5a\xda\xae\x25\ \x15\x44\x84\x20\x84\xd2\x34\xad\xd5\x6a\x82\x73\x83\xc5\x41\x00\ \xf3\xa2\x40\x18\x95\x65\x09\x00\x38\x75\xea\xd4\xee\xee\xee\x68\ \x3c\xf6\x7c\x7f\x6f\x7f\x5f\x03\xf8\xc8\xbb\x1f\x1d\x0e\x87\x96\ \x6d\x21\x88\x2c\xcb\xfa\x5a\x9d\xbb\x3e\x75\x0a\x94\x25\x3c\xea\ \x80\xc7\x1f\x7f\x07\x6b\x88\x28\xf3\xfa\xc3\x7f\xf7\x67\xff\xed\ \x3f\xfa\xab\x4f\xfe\x6f\x7f\x74\x79\x60\x79\x8e\x56\xc2\xaa\x9d\ \xfb\x3b\x4f\xb7\xbf\xf4\x4b\x2f\xcc\x04\xf5\xbf\x41\x26\x24\x24\ \x48\x8d\x5f\x7b\xfd\x67\xdf\xa2\x36\xe7\xa9\x02\xe4\x0b\x2f\xfd\ \x2c\xd0\xca\xb5\xac\x83\xed\xff\x74\x00\x00\xa4\x9e\x05\x80\x45\ \x83\xe8\xe0\x53\xcf\x01\x60\x53\xfa\x37\x9f\x8f\xf5\xfe\xd6\xef\ \xfc\xe7\xfd\x00\xa8\x8c\x49\x30\xb8\xfa\x8b\x37\x80\xc6\x34\x00\ \xd9\xad\x67\x5f\xb9\x05\x80\x4f\xc1\xe6\x97\xbe\xfc\x6f\x31\xd4\ \x8c\x27\x12\x10\x42\xbc\x62\xf8\xa7\x9f\xee\x73\x85\x7c\xdb\x06\ \xb3\xa3\xdf\xfd\xc3\x2e\x81\x5a\x69\x00\x28\x94\x93\x28\xc3\x84\ \x5e\xbf\xf6\x4b\x00\x00\x42\xec\xff\xc6\x2a\x3b\x84\x90\x31\x6b\ \x77\x8f\x07\x15\xeb\xc4\x09\x6f\x3c\x8d\x71\xb6\x7f\x78\xb8\xb3\ \xb3\xc5\xde\x2e\x7d\xdf\x77\x5c\xf7\x43\x1f\xfa\x10\xa1\x14\x02\ \xb0\xbe\xbe\xde\xaa\x37\xae\x5d\x79\xeb\x60\x7f\x7f\x73\x73\xf3\ \xca\x95\x2b\x0f\x5d\xbc\xb8\xa0\x55\xc9\xd9\x0b\x1b\x2f\x7c\xf0\ \xc9\x0f\x3e\xf7\xdc\x73\x79\x9e\xc7\x71\xb2\xb9\xb9\xf5\x91\x8f\ \x3c\x7d\xfa\xf4\x49\x29\x55\x51\x14\x08\x21\x0c\x20\x22\xb8\x52\ \xad\x2a\xad\x4d\xb1\x00\x1a\x20\x8c\x11\xc1\x93\xd1\x38\x49\x52\ \xc7\x71\xd3\x2c\xb7\x6d\xdb\x3c\xda\xed\x76\x19\x63\xc7\xc7\xc7\ \xcd\x56\xeb\xc1\x0b\x0f\xb6\xe7\x5b\xbe\xef\x71\x2e\x10\x82\xbd\ \xde\x60\x63\x73\x73\x79\x79\x29\x49\x92\x6b\xd7\xae\x65\x59\xa6\ \x94\x56\x4a\x51\x4a\x0d\xd9\xc6\x5c\x33\x4a\x29\xc3\x0f\xc9\xd2\ \x54\x03\x80\x31\x36\xba\x24\x08\x61\x96\x65\x18\x63\xe3\x2e\x30\ \x1e\x8f\xa3\x38\xb2\x1c\x97\x33\x66\xd4\x92\x8e\xe3\x9c\x39\x73\ \x46\x08\x71\xf9\xf2\x65\xce\x79\xb5\x52\x09\x3c\xbf\xd7\xeb\x22\ \x08\x59\x59\x3e\x78\xf1\x5d\x27\x56\x57\x03\xdf\xab\x37\xeb\xbd\ \xee\xc0\x09\x82\x77\xbd\xfb\xd1\xbb\x44\x88\x6f\xba\xce\x28\x4d\ \x08\x0e\xfc\xaa\x12\xea\xcb\xaf\x5e\xba\x7e\xfd\xe6\xa5\x4b\x97\ \x94\x12\xcd\x56\xe3\xf1\xc7\xde\xb3\xb6\x76\x92\x31\x6e\x59\xe8\ \xe2\xc5\x87\x76\x76\x76\x7e\xf7\x77\x7f\x37\x4d\xd3\xb7\xde\x7a\ \xfb\xc9\x27\x9f\x9c\x9f\x9f\xf3\x7d\x7f\x73\x73\xa3\x56\xad\x38\ \x8e\x73\xf5\xea\xd5\x8b\x17\x2f\xde\xbc\x79\xf3\xd1\x47\x1f\x3d\ \x79\xf2\xa4\xe0\xc2\x1c\x5c\x2c\x4a\x0c\x61\x46\xde\x75\x60\x56\ \x42\x03\x40\xa8\xc5\x59\x39\x9d\x4e\x6d\xdb\xa3\x94\x14\x45\xe9\ \x07\x01\x00\xa0\xd3\xe9\xb8\xae\x6b\x39\xce\xfe\xde\xde\xe9\xb3\ \x67\xab\xb5\x2a\xd0\x0a\x68\x00\x21\x14\x52\x8d\xc7\x13\xa0\xf5\ \xea\xea\x89\x7e\xb7\x17\x86\x21\x42\x88\x33\x06\x31\x32\xec\x97\ \x30\x0c\xc3\x30\x34\xa2\x30\x00\x40\x14\x45\x69\x96\x00\xa0\xf3\ \x3b\x06\x03\xb3\xd9\xac\xd1\x68\x54\xaa\x95\xd1\x70\x54\x14\xf9\ \xad\x5b\x9b\x86\xb4\x9e\xe5\x79\xab\xd1\xc4\x18\x2f\x2e\x2e\x3e\ \xf8\xd0\x83\x3b\x7b\x7b\x59\x96\x35\x9b\xcd\x66\xbd\xf9\x17\x9f\ \x79\x66\x79\x79\xf9\xe0\xe0\xa0\x5e\xaf\x7f\xe0\xfd\x1f\x68\x34\ \x1a\x5a\x2b\x21\x04\x21\xf4\xa9\xa7\x9e\x2a\x59\x72\xcf\x1b\xbf\ \xcc\x13\xc5\x85\x14\xbc\xdd\x6a\x3c\xf7\xcc\xb3\xc7\xdd\xe3\x1f\ \xff\xf1\x1f\xff\xde\x8f\x7e\xcf\xaf\xfd\xca\xaf\x1c\x1c\x1c\x1d\ \x77\x8e\x8e\x0e\x0f\x00\x00\x14\xc3\x4b\x97\x5e\xd9\xde\xde\x21\ \x18\x17\x45\x99\x17\xc5\x0b\x2f\xbe\xf4\xd1\x8f\x7e\xb4\x60\x1c\ \x40\xd4\x6a\xb7\x5e\x7e\xf9\x05\x29\xa5\xef\x07\xab\x27\x57\x6e\ \x5e\xbf\xf9\x6b\xbf\xfa\x6b\x3f\xf6\x23\x3f\xf2\xe1\x8f\x3c\x8d\ \x09\x61\x65\x89\x01\xd4\x5a\x95\x45\x11\x4e\xa7\x6e\xe0\x03\x00\ \x20\x00\x08\xc2\x5a\xad\xa6\x84\xe0\x9c\x1b\x6e\xd8\x8d\x1b\x37\ \xea\xf5\x7a\x92\x24\xe3\xf1\x78\x7d\x7d\x7d\xed\xe4\x9a\x5f\x09\ \x5c\xd7\xcd\xb2\x4c\x6b\xfd\xb5\x30\x77\xb5\xb4\x08\x82\x00\xef\ \xee\xbc\x83\xae\xee\x4a\x94\xa8\xfd\xc8\xbf\xfc\x99\x7f\x3e\xfe\ \x83\x9f\xf9\x77\x9f\x7a\x49\x53\x0a\x01\xd0\x92\x37\x1e\x78\xfa\ \x6c\xde\xbd\xfc\xd6\x3e\xb2\xe9\x37\x53\x91\x30\x86\x80\x8b\x02\ \x40\x82\xe0\x6d\x35\xd3\x37\x55\xd2\x30\x22\x52\xe6\x52\x23\x8c\ \xd0\x6d\xbd\xd2\xdf\x64\x5b\xe6\x4c\x14\x00\x1a\x14\x1e\x68\xad\ \x00\xc4\x08\x42\x08\x20\x42\x08\xdc\xfd\x1f\x21\x26\x98\xfe\xb7\ \xab\xa9\xd5\x08\xa1\x38\x26\xa3\x51\xb1\xba\x36\x4e\x8b\xb5\xd5\ \xd5\x30\x0c\x0f\x8e\x0e\xd7\x4e\x9e\xfc\xd0\x53\x4f\x95\x65\x99\ \xc6\xf1\xc1\xde\xde\xb9\x73\xe7\xf2\x3c\xdf\xda\xda\x6a\xb5\x5a\ \x2b\x2b\x2b\x46\xa9\x18\x45\x51\xa5\x12\x34\xea\x95\x6f\xff\xf6\ \x6f\xff\xb6\x8f\x7c\xdb\xc1\xc1\xc1\xc3\x0f\x3f\xac\xb5\x5e\x5d\ \x3d\xf1\x3d\x1f\xfd\x28\xa5\x74\x77\x67\xcf\x10\x78\x31\x46\x1a\ \x68\x83\x8d\x70\xc6\x34\x00\x4a\x6b\x00\x81\x56\x4a\x70\x31\x18\ \x0c\x80\x52\x69\x3c\xab\xf8\xee\xd2\xe2\xfc\xa0\xdf\x0d\x7c\x17\ \x41\xbd\xbf\xb7\xb3\xbb\xb3\xa5\x04\x9b\x85\xe3\x24\x8a\x59\x59\ \x5a\x94\xf4\xbb\xfd\xb7\xdf\xba\xf2\xca\x8b\x2f\xde\xbc\x7e\xbd\ \xdf\xed\x66\x49\x8c\x20\xf0\x5c\x07\x13\x62\xd4\x80\x46\xe7\x6d\ \x6a\x59\x59\x96\x86\xc9\x67\xe4\x3c\xb7\x4d\x3c\x30\x36\xbd\xb9\ \xef\xfb\xa6\x02\x62\x8c\x59\x59\x1a\x82\xf9\xca\xca\x8a\x69\xc4\ \x8c\xa7\x6e\x9a\xa6\xe3\xf1\x78\x75\x79\xa9\xd5\x68\x38\x96\x15\ \x04\x41\xad\x5e\x01\x40\xd7\xea\x35\xd7\x75\x57\xd6\x56\xce\x3f\ \x74\x7e\x32\x9b\xc0\x7b\xea\xdc\x4d\xc5\x54\x4a\x31\xce\x6d\xd7\ \x7d\xe1\xc5\x97\xf2\xb2\xf8\xef\x3f\xf6\x7d\xa7\x4e\x9f\x9d\x86\ \xb3\x9d\xdd\x5d\x84\x31\x21\x34\x0c\x43\xc3\x11\xf4\x7d\x1f\x00\ \x90\x24\x09\x84\x40\x6b\xe5\x38\xce\xc7\x3e\xf6\xb1\xc1\x60\x50\ \xaf\xd7\x6b\xb5\x5a\x51\x14\x8f\x3e\xfa\xe8\xe9\xd3\xa7\x67\xb3\ \x99\x94\x77\x2c\x7f\x95\x82\x10\x52\xcb\xba\x1b\x95\x03\x10\xd6\ \x5a\x2b\x29\x92\x38\x29\xf2\x8c\x73\xa6\xa5\x9c\x5f\x98\xf3\x5c\ \x5b\x94\x45\xa3\x56\xdb\xdb\xdb\x7d\xeb\xed\x37\xc3\xe9\x78\x3a\ \x19\xcd\xc2\x29\x17\x42\x08\xc1\x18\xeb\xf5\x7a\xaf\xbc\xf2\xf2\ \xe5\xcb\x6f\xee\xec\xec\x65\x79\x9e\xe7\x05\x84\xd0\x0f\x82\x2c\ \xcb\x8a\xa2\xa8\x56\xab\x08\x21\x23\x65\xc8\xf3\xdc\x75\x5d\xdf\ \xf7\x93\x38\x0d\xfc\x6a\x92\x64\x52\x28\xa5\x80\x56\x70\x32\x9e\ \x5a\xd4\xa9\x56\x6a\x65\x29\x1c\xc7\xd5\x40\x73\xce\xb4\xd6\xab\ \x27\x4e\x34\x9a\xcd\x5a\xad\xc6\x19\x9f\x4c\xa7\x41\x10\x5c\xbe\ \xfc\x46\x10\x04\x8f\x3c\xf2\x2e\xdb\xb6\x08\xc1\x41\xe0\x39\x8e\ \xa5\xb5\x5c\x5c\x5c\x60\xac\x7c\xcf\x13\x8f\xbb\xae\xa3\xee\xc9\ \xaf\x0d\x40\x28\x85\xc8\xd2\xa4\xc8\x33\x2d\xd5\xe5\xbf\x7a\xe3\ \x93\xbf\xfd\x9b\x3f\xf6\x23\x3f\xfa\x83\x7f\xff\x07\x37\x36\x36\ \xb6\xb7\x77\x30\xc6\x37\x6e\xdc\xdc\xde\xda\x3c\x3a\x3c\x38\x38\ \x3c\xd4\x52\x42\xad\x11\x42\x69\x96\x65\x45\xd9\x1f\x8c\x6e\xdc\ \xdc\x4c\xd3\x52\x08\xe1\x3a\x4e\x9a\x66\x86\xb7\xba\xb7\x73\x78\ \xf3\xe6\xad\x34\x4d\x8b\xa2\x9c\x4e\xc3\xa3\xce\xd1\xf1\xf1\xf1\ \x68\x30\x38\x3a\x3a\x1a\x8d\xc7\x49\x9a\x5a\x94\x82\x3b\x16\x3d\ \xb6\x6d\x1b\x51\x85\xe3\x38\xc7\xc7\xc7\xc6\xa7\x41\x29\x65\x74\ \x1e\x49\x1c\x87\xd3\xb0\xcc\x8b\x32\x2f\x10\xfc\x1a\x93\x52\xad\ \x81\xe7\xa9\x13\x2b\x70\xff\xe0\x1d\xf4\x86\x64\x1c\x3d\xf9\xf7\ \xff\x97\x0f\x5a\x6f\x7e\xfa\x4b\x9b\xa7\x1f\x7e\xf4\xec\x89\x79\ \x02\x94\x60\xfa\xcc\x07\xde\x9d\xc7\xfb\xdb\x03\x41\xc9\x3d\x5c\ \x1e\xdf\x62\x51\x85\x5f\xef\xd1\xbf\x05\x46\x08\x08\xe1\x38\x46\ \xd1\x4c\x9e\x3c\xd5\xaa\xd5\x4a\x56\x7e\xfe\x0b\x9f\x5f\x5e\x59\ \xfe\xa9\x4f\x7c\xe2\x07\xfe\xde\xdf\x6b\xb5\xdb\x69\x92\x0e\x7a\ \xfd\x9d\xad\x2d\xce\xf9\x74\x3a\x7d\xed\xb5\xd7\x8e\x8e\x8e\x30\ \x42\xb6\x6d\xef\xee\xec\xdc\xba\xb5\x81\x30\xe5\x82\x2d\x2d\x2d\ \x45\xd1\x2c\x9c\x4e\x2d\xcb\x5a\x5a\x5a\x3e\x79\x72\x79\x73\x73\ \xf3\x5f\xfe\xf4\x4f\x1f\x1d\x75\x4a\xc6\x08\xa6\x00\x00\x2d\x95\ \x14\x62\x3c\x1e\x27\x71\x2c\x85\x00\x4a\x03\x08\x31\x42\x4b\xcb\ \xcb\xb5\x7a\x2d\x8e\x22\x2d\xe5\xe1\xfe\xc1\xf1\xd1\x51\x91\x65\ \x93\xd1\x68\x34\x1c\x56\x83\x60\xbe\xdd\xd6\x4a\x69\xa0\x8b\x3c\ \x07\x00\xa4\x69\xc2\x19\x73\x5d\x67\x6f\x6f\x77\x34\x1a\x1a\x0f\ \xf1\x3c\xcf\x95\x94\x9c\x73\xd3\x8f\xdf\xf5\x3e\xcc\xf3\x1c\x21\ \xd4\x6c\x36\x31\xc6\x9c\x73\x73\xfd\x18\x8f\x30\x84\x50\x92\x24\ \x84\x10\xcf\xf3\x5c\xd7\x05\x10\x9a\xe2\x9e\x65\xd9\xf5\xeb\xd7\ \x6f\xde\xbc\x69\x0e\x10\xb7\xed\xb7\x18\x27\x08\x3b\xb6\x4d\x08\ \x4e\xe3\xb8\x73\x7c\xf4\xd2\xcb\x2f\x3c\xf7\xf9\xe7\x4e\x9d\x3e\ \xe9\xf9\x9e\x90\xf7\xda\xb6\x6b\x4d\x29\x16\x52\x56\x6b\xde\x2b\ \xaf\x5c\xba\x74\xe9\xd5\x7f\xfa\x4f\xff\xd7\x5f\xfc\x0f\xff\xfe\ \x43\x4f\x3d\xe5\x79\xc1\xf5\xeb\x37\xc2\x30\x32\x85\x75\x6b\x6b\ \x7b\x32\x99\x98\x09\x41\x96\x65\x57\xaf\x5e\x43\x88\x50\x42\x1c\ \xdb\x5e\x5c\x5c\x1c\x0e\x87\x73\x73\x73\x41\x10\x9c\x3e\x7d\xda\ \x71\x9c\x5f\xfc\x85\x5f\xb8\xf4\xca\x2b\x7f\x1d\x7d\x06\xa1\x19\ \x26\xa7\x49\x72\xbb\x7f\x47\x08\x42\xe8\xf9\xee\xfc\xfc\x82\x14\ \x22\x4d\xd3\x32\xcb\xba\xc7\xc7\x71\x14\x2b\xc1\xb7\xb7\xb6\x8a\ \x2c\x3f\x7b\xe6\x8c\xef\x79\xea\x8e\xf5\x98\xb1\x6a\x50\x4a\x85\ \xb3\x70\x77\x77\x27\x89\x63\x29\x45\x96\x65\xa6\x34\x1b\x42\x7d\ \xad\x56\x33\xbe\xe4\xd3\xe9\x74\x3c\x1e\xbb\xae\x3b\x3f\x3f\x9f\ \xe7\x05\x86\xd8\x71\xdc\x38\x8a\x01\x00\x18\xd3\x3c\xcb\x95\xd2\ \x81\x1f\xf8\x9e\x6f\xde\x5f\xbb\xd5\x6e\x34\x9a\xfb\xfb\xfb\x2f\ \xbd\xf4\xd2\x34\x0c\x17\x17\x16\xe2\x38\x96\x52\xe5\x79\x0e\xb4\ \xb6\x6d\xcb\xf3\x5c\xcb\xb2\xfa\xfd\xfe\xcd\x9b\x37\x7f\xfb\xb7\ \x7f\xdb\xf3\xdc\xf3\xeb\xe7\x08\xc1\x10\xc1\x7b\x50\x18\x18\x87\ \xcb\x2c\x89\x1d\x8a\xf3\x34\xfe\xcd\xdf\xf8\xf5\xf5\xf5\xf5\x1f\ \xfb\xd1\x1f\x0d\xc3\x99\xe3\xb8\x17\x2f\x3e\x4c\xa9\x9d\xe7\xd9\ \x0b\xcf\x7f\xf1\xed\x2b\x97\xbf\xf8\xf9\xcf\xff\x97\x4f\xff\xde\ \x4b\x2f\xbd\x88\x10\xa2\xb6\x7d\xee\x81\xf3\x6b\xa7\x4e\x1e\x76\ \x8e\x08\x81\x8d\x46\xdd\x48\x37\x20\x84\x1b\x1b\x1b\x7f\xf9\xc2\ \x5f\x26\x49\x52\x96\x65\xaf\xd7\xdb\xdd\xdd\xd9\xde\xde\x06\x00\ \x50\xc7\xa6\x94\xf6\x7a\x3d\x29\xa5\xed\x7b\xc0\xa4\x7b\x68\x0d\ \x11\x34\xf2\xd4\xc9\x64\x02\x21\x64\x8c\x6d\x6d\x6d\x55\x2a\x95\ \xd5\xd5\xd5\xd9\x6c\x76\xfd\xda\x35\x56\x96\x65\x59\x56\x2a\x15\ \x82\xf1\xd7\x2a\xee\xda\x76\xf4\xd2\x32\xda\xdf\x7f\x07\x49\xee\ \x90\xd8\xd5\xb6\x3d\x52\xab\xff\xe4\x5f\xff\xbb\xff\xfd\xdf\xfc\ \x9b\x7f\xf2\x0f\x7f\xa0\x01\x4a\x0e\x9c\x86\x95\xec\x6f\x5e\x89\ \x01\xc1\xe0\xfe\x7a\x67\x00\x77\x14\x27\x78\x16\xcd\x1a\xad\x68\ \x3a\xfd\x9d\x4f\x7e\x92\x71\xf6\xd3\xff\xea\x5f\xcd\x2f\x2e\xbc\ \x75\xf5\x6d\x0d\x40\x9e\x17\xd7\xaf\x5d\xeb\x75\x7b\xdb\xdb\xdb\ \x93\xc9\xa4\x2c\x4b\x8c\x09\x44\x68\x32\x99\xa4\x69\x7a\xf3\xe6\ \x8d\xed\xad\xed\xce\xd1\xb1\x52\xaa\xd5\x6a\xed\xec\xec\x18\x2f\ \xd9\xbd\xfd\xa3\xc3\x83\xc3\x59\x18\x4e\xa7\x53\x29\xc4\xc1\xc1\ \xc1\xfe\xfe\xfe\xde\xde\xde\x78\x3c\x9e\xcd\x66\x86\x7d\x71\xdb\ \x9e\x10\xc1\xc0\xf7\x95\x94\x95\xa0\x22\xb8\xb8\xf4\xca\x2b\xe1\ \x34\x04\x1a\x60\x84\x1b\xb5\xfa\x5c\x7b\x2e\xcf\x72\x8b\x5a\x92\ \xf3\x34\x4b\x05\x63\xae\xeb\x42\x08\x20\x00\x5a\xa9\xee\xf1\xf1\ \x2c\x0c\x5d\xd7\xb5\x6d\xe7\xee\x6b\x1a\x7c\x26\x4d\x53\xa5\x94\ \xeb\xba\xb5\x5a\x6d\x79\x79\xb9\x5e\xaf\x0b\x21\x9a\xcd\x66\xa3\ \xd1\x30\xb8\x81\x11\x0d\x9a\x67\x49\x29\xcd\x80\xd7\xf7\xfd\x34\ \x4d\x8d\x4e\x67\x7f\x7f\xdf\xf4\x56\x4a\x29\x44\xb1\x1f\xf8\x25\ \x67\x18\xe3\x34\xcf\xdf\x7a\xeb\xca\xd6\xe6\xe6\x03\x0f\x9c\xd5\ \x5a\x75\x8e\x8e\x8a\xbc\xf8\x5a\x74\xb5\xaf\x57\x69\x6c\x9b\x5e\ \x79\xf3\xfa\xcf\xfd\xdc\xcf\x7f\xe2\x13\x9f\xf8\xc9\x9f\xfc\x47\ \xd7\xae\x5e\x1b\x8f\x27\x65\x59\x6e\x6c\x6e\x1e\x1c\x1c\xcc\x66\ \xb3\x34\x4d\x09\x21\x51\x14\x99\x50\x8b\xd9\x6c\x36\x9d\x4e\xe3\ \x38\xce\x8b\x22\xcf\x8b\x95\x95\x95\x4e\xa7\x73\x78\x78\x48\x29\ \xcd\xf3\xbc\xdf\xef\x0f\x87\xc3\x7e\xbf\x6f\x7c\x72\x46\xa3\xe1\ \xa0\xdf\x1f\x8d\x46\x59\x96\x45\x51\x04\xef\x64\x59\x41\x08\xa9\ \x65\x2b\xa5\x7c\xcf\xab\xf8\xfe\xee\xde\xee\x95\xcb\x6f\x5a\x94\ \x42\x00\x2d\x42\xce\x9f\x7f\xc0\x50\x57\x11\x44\x77\x3f\x49\xc7\ \xb1\x5d\xd7\x53\x4a\x4d\x26\x93\x6e\xaf\xe7\x38\x0e\x42\x08\x42\ \x84\x09\x31\xe5\x09\x42\x68\x00\x31\xe3\xde\xdc\x6e\xb7\xd7\xd6\ \xd6\x92\x24\x6e\xb6\x9a\x2b\x2b\x2b\x96\x65\x8d\x46\x63\xd7\x75\ \xab\xd5\xaa\xf1\x08\xc3\x18\x6b\xa5\xa5\x14\x8d\x46\x23\xcf\xb3\ \xb2\x2c\x11\x44\x6f\xbc\xf1\xc6\xf1\xf1\xb1\xe3\xd8\x59\x96\x79\ \x9e\x37\x37\x3f\x57\x96\xa5\xe7\x79\x49\x12\xbf\xf6\xda\x97\xff\ \xe8\x8f\xfe\xa8\x5a\xad\xae\xae\xae\x4e\xc7\xe1\x70\x38\x54\x4a\ \xdd\x43\x07\x86\x11\x4e\xd3\xe4\x4f\xff\xe4\x8f\xff\xcb\xef\xfd\ \xde\xaf\xfc\xca\x2f\x4f\xc3\xe9\x47\xbf\xeb\xbb\x9f\x79\xe6\x99\ \x17\x5f\x78\xb1\xd3\xe9\x46\x51\x0c\x00\xe4\x25\xd3\x4a\xce\xb7\ \xdb\x93\xf1\x68\x6f\x6f\x8f\x0b\x31\x0d\xc3\xa0\x52\x6d\xb4\x5a\ \xcd\xf6\x7c\x5e\x94\x5a\xe9\xb2\x2c\xdf\xff\xfe\xf7\x3c\x7c\xf1\ \xe1\xb2\x2c\x4f\x9f\x3e\xfd\xf4\x87\x3f\x5c\xaf\xd7\x01\x00\xe7\ \xcf\x9f\x5f\x5f\x5f\x7f\xe4\x5d\xef\x5a\x5d\x5d\x75\x2c\x3b\x08\ \x02\x23\xdd\x30\xba\xa4\xb2\x2c\xd3\x34\xd5\x4a\x37\x1a\x8d\x7e\ \xbf\xdf\xe9\x74\x8c\x91\xf2\xde\xde\x5e\x9e\xe7\x65\x59\x26\x49\ \x42\x28\xad\xd5\x6a\x45\x9e\x6b\xa5\x10\x42\x5f\x0b\x73\x07\xae\ \xab\x56\x56\xf0\xe5\xcb\xef\x5c\x64\x07\xb4\xa9\x7a\xf6\xe7\x7f\ \xe2\x73\x00\xd1\xdb\x65\x5c\x2b\xe0\xfa\x3e\xf8\xd2\xaf\xfe\xeb\ \x2f\x68\x80\x5d\xfb\x7e\x99\x7d\xa7\x60\x19\x3c\x9b\xa1\x28\x82\ \x67\xce\x3d\xf7\xcc\xe7\x5e\x79\xe5\x95\x7f\xf1\x2f\xfe\xf9\xe9\ \xb3\x67\x6e\xdd\xba\xb9\xb0\xb0\x50\xab\xd5\xa6\xa3\xe1\xce\xe6\ \xf6\xf5\xab\xd7\x86\x51\x98\x44\x51\x1a\xc5\x9d\xfd\x03\x8c\x90\ \xeb\xba\x17\x1f\x7e\x38\x9c\x85\x69\x96\x9d\x5a\x5a\xc0\x00\x23\ \x84\x35\xd0\xd5\x6a\xe5\xca\x95\x2b\x27\x4e\xac\x8c\x27\x13\xad\ \x75\xa7\xd3\x29\x8a\x42\x70\x7e\xee\xec\x99\x6a\xad\xba\xbf\xbf\ \x7f\xfd\xfa\xf5\x56\xab\x65\xd9\xb6\x69\x2c\x21\x82\x52\xca\xce\ \xe1\x61\x50\xf1\xd3\x24\xd5\x5a\x86\x61\xe8\x38\x56\xb5\x1a\x60\ \x8c\x27\x93\xd1\xc6\xc6\x4d\xcb\x22\x9e\xef\x78\xb6\x25\x05\x9b\ \x8e\x87\x69\x34\xf3\x1c\xab\xd5\xac\x4f\x26\x13\xdc\xa8\x21\x8c\ \x7a\x83\x89\x69\xb1\x4d\x67\x6a\xd8\x23\xa6\x13\x47\x08\x15\x45\ \x61\xac\x10\xd3\x34\x0d\x82\xc0\x10\x4b\x8c\x66\xf2\x6e\x04\x1a\ \xc6\xd8\x28\xec\x11\x42\x86\x08\xe4\xba\xae\x31\x66\x59\x59\x59\ \xf1\x7d\xd7\xf6\xec\xab\x57\xaf\xf5\x7a\xbd\x46\xbb\xb5\xb2\xb2\ \x42\x28\x3d\x75\x72\x75\x36\x9d\xc6\xb3\x70\xb1\x5e\x85\xf0\x9e\ \xef\xad\x64\x3a\xcd\x7e\xe6\xff\xfc\x3f\x1e\x7b\xcf\xe3\xff\xf8\ \xa7\x7e\xb2\x64\xaa\x3d\xb7\x70\x7e\x7d\xfd\x85\x17\x5f\x3c\x38\ \x38\xfa\xd2\x5f\x3e\x7f\xfe\xdc\xfa\xc6\xc6\x46\x9e\xe7\x1b\x1b\ \x1b\xe6\x6e\x34\x3f\x3f\xef\x38\xce\xf5\xeb\xd7\x9f\x78\xe2\x09\ \x8b\x52\xc6\x98\x10\xc2\xe0\x48\x5f\xf8\xc2\x17\x4e\x9d\x3a\x05\ \x00\x18\x0c\x06\x87\x87\x87\xe1\x34\xf4\x2b\x5e\x7b\x6e\x2e\x4d\ \xe2\x9d\x9d\x9d\x95\x95\x95\x07\x1e\x78\x00\x00\xa0\xb4\xd6\x4a\ \x21\x8c\x93\x24\x2e\x19\x13\x45\x09\x81\x0e\xc3\xc9\x34\x1c\x3b\ \x0e\x9d\x9f\x6f\x0b\xce\x6e\xde\xb8\xb6\x74\x62\x25\xa8\x56\x30\ \x42\x66\x0c\x3e\x9d\x4e\xc3\x30\x0c\x82\x80\x97\x85\x94\xb2\xdd\ \x6e\x8f\x26\x93\x71\x77\x20\xb4\x92\x52\x1a\xef\x9a\x7e\xbf\x6f\ \xcc\x64\x4c\xae\x53\x14\xc5\x5a\xc3\xf1\x78\xea\xba\x7e\xb5\x5a\ \xcf\xf3\x72\x32\x99\x46\x51\x4c\x08\x29\x0a\xa6\x34\x40\x08\x39\ \x8e\xed\xfb\x3e\xe3\xbc\xd5\x6a\x71\xce\x83\xc0\xb7\x1d\x27\x49\ \x92\x66\xb3\x39\x37\xd7\xae\xf8\x7e\xa7\x73\xb8\xb1\x71\x93\x52\ \x7c\xf1\xe2\x43\x4a\xc9\x07\x1f\x5c\xb7\x6d\x3a\x99\x8c\x30\x86\ \x50\xe3\x7b\x08\x38\x84\x08\x4a\x21\x5f\x79\xf1\xa5\x9b\x37\x6e\ \xf4\x7b\xfd\x7a\xbd\xfe\x87\x7f\xf8\x87\x18\x91\x33\x67\xce\xfa\ \xbe\x97\xe6\x25\xa1\xb6\xe0\x8c\x33\x56\x09\xfc\x0f\xbc\xef\x7d\ \xe8\xc9\x27\x5f\x7f\xe3\x8d\xe1\x68\x6c\xdb\xb6\xe7\x05\x9f\xfd\ \xdc\xb3\xc3\x5e\x5f\x0a\xd9\xac\xd6\xc2\xd9\x94\x52\x22\xa5\x24\ \x84\xda\x8e\xb3\xbe\xbe\xee\xfb\x7e\xb7\xdb\x3d\x7d\xee\x34\xb1\ \x68\xbf\xdf\x07\x42\x66\x69\x76\x74\x74\x84\x31\x36\x67\x0c\x42\ \x49\x5e\xe4\xbd\x70\x66\x5b\x56\x18\x86\x6f\xbf\xfd\xf6\xe9\xd3\ \xa7\x17\x17\x17\x07\x83\x01\xe7\xbc\x28\x0a\xa5\x94\x45\xe9\xde\ \xce\xce\x89\x13\x27\x1a\xf5\xfa\xd7\x29\xee\xda\xb6\xd5\xa9\x53\ \xe4\xcf\xfe\x0c\x0e\x87\xba\xd5\x02\xef\x50\xb6\x3d\x44\x18\x03\ \xf0\x37\xb4\x7c\xe6\x9b\xf7\xd7\x3b\x57\xdd\xb5\x7d\xb0\x0f\xa4\ \xfc\x83\x2b\x6f\xfd\xe9\xcb\x2f\x3f\xf9\xe4\x93\xd5\x5a\xed\xf7\ \x3e\xfd\x69\x6a\x11\x56\x14\xa6\xb9\x16\x82\x17\x45\x6e\x3b\xf6\ \x57\xbe\x7c\xc3\x22\x84\x31\x66\xa2\xf2\x2e\xac\xaf\xef\xec\xed\ \x1e\x1d\x1d\x3d\xf4\xf0\x45\x50\x03\xdf\xf1\x1d\xdf\xf1\xdc\xb3\ \xcf\x76\x3a\x47\x67\xcf\x9e\x7d\xf4\xd1\xc7\x86\xc3\x01\x26\xe4\ \xec\xd9\xb3\x4b\x4b\x4b\x52\xca\x85\xb9\x76\xc9\x98\x65\x59\x83\ \xc1\x20\x08\x02\x00\x01\xd4\xc0\x8c\xda\x2c\xdb\xf6\x83\xe0\xf8\ \xe0\x30\x49\x92\xe5\x85\xc5\xd7\xf6\x0f\x92\x28\x46\x00\x2a\x21\ \xc7\xc3\xd1\xfa\xb9\x07\x8c\x13\x40\x50\xa9\x20\x8c\x2b\x95\xca\ \x99\x73\xe7\x84\x94\xae\xe7\xb5\xdb\xed\xad\xad\xad\x2c\xcf\x2d\ \x4a\x18\xe7\x77\x6d\xad\x8c\xdf\x9e\x71\x53\x99\x4e\x26\x8c\x31\ \x53\xfb\xf2\x3c\x37\x85\xbb\x5e\xaf\x1b\xa3\xc1\x34\x4d\xa3\x28\ \x32\x7c\x1e\x29\x25\x63\xcc\x64\xa1\x19\x30\x34\xa1\x55\x77\x0e\ \x00\x00\x20\x00\x49\x44\x41\x54\x08\x82\x28\x8a\x94\x52\x6e\xe0\ \x13\xc7\x0e\xaa\xd5\x0f\x7e\xe8\x83\x94\xda\x57\xaf\x5d\x3b\x73\ \xee\xac\x12\x72\x67\x6b\xf3\x8d\xd7\x5e\x9f\x76\xbb\xdf\xf9\x81\ \xf7\xde\xe6\x35\x7f\x53\xfc\x31\x82\xfb\xbd\xe1\xef\x7d\xfa\x0f\ \xc3\xe9\xec\x1f\xff\xfc\xff\xfc\xd2\xcb\x5f\x8e\xe3\xd8\xb2\xac\ \x24\x4e\x39\x63\x94\x5a\xfb\xbb\x07\x67\x4e\x9d\xdd\xdf\xdf\xbf\ \x7c\xf9\xb2\x6d\xdb\x8c\x31\xcf\xf3\xce\x9e\x3d\xbb\xbc\xbc\x7c\ \xf9\xf2\xe5\x3c\xcf\x2a\x41\xe5\xc2\x43\x0f\x9e\x3d\x7b\xf6\x99\ \x67\x9e\xd1\x5a\xaf\xaf\xaf\x57\xab\xd5\x34\x4d\xe7\xe6\xe7\x8d\ \x0f\xd7\xfc\xe2\x1c\x84\x10\x02\x5d\x14\x45\xbf\xdf\xb7\x1d\x57\ \xab\xdb\x52\x26\x4c\x28\xa5\xf4\x70\xff\x00\x69\x48\x11\x71\x6c\ \x7b\x73\x63\x33\x4d\x53\x84\x50\x3c\x8b\xa6\x93\xc9\x43\x0f\x5f\ \x94\x42\xfa\x95\xc0\x88\x98\xd6\x56\xd7\x1c\xcb\x72\x6c\x7b\x69\ \x61\xbe\x5e\xad\x75\xbb\xc7\x08\xc2\xa0\x52\x09\x67\xa1\x52\xca\ \x84\xb1\xb4\x5a\xad\x30\x0c\xe3\x38\x76\x5d\xf7\xed\xb7\xdf\xae\ \x54\x6a\x0b\x0b\x0b\x83\xc1\xc0\xf7\x7d\x73\x98\x08\x82\xc0\x75\ \x5d\xa5\x54\xb7\xdb\x05\x1a\x20\x04\x95\xd2\xd3\xe9\xa4\x59\xab\ \x29\xa5\xa2\x28\x5a\x5a\x5e\x9a\x9b\x9b\xb3\x2c\xdb\xb2\xac\x76\ \xbb\xad\x84\x5c\x5f\x5f\xdf\xd9\xd9\xf9\xf8\xc7\x3f\xfe\xf9\xcf\ \x7f\xfe\xec\xd9\xb3\xe7\xcf\x9f\x4f\xd3\xf4\xda\xb5\x6b\x2f\xbd\ \xf4\xd2\x0f\xfd\xf0\x0f\x9a\x73\xc0\xbd\xe0\xb1\x4a\x0c\xba\xc7\ \x52\x08\xc1\xd8\xc1\xee\x1e\x21\x74\x30\x18\x51\x6a\x59\x96\x65\ \x3b\x6e\x3a\x9b\x6c\x6d\xdc\x9c\x9f\x6b\x2d\x2e\x2e\x6b\xad\xfb\ \xfd\x3e\x84\xb0\x35\xb7\x10\x45\xd1\x1b\x6f\xbc\xf1\xf4\xd3\xdf\ \xe6\xfb\x3e\x80\xf0\xf1\xc7\x1e\xef\xf5\x8e\x31\xc6\x52\x0a\xdf\ \xf3\xb6\xb7\x36\xa3\x28\x92\x52\x8e\x46\xe3\xb9\x85\xb6\xe0\xfc\ \x70\xff\x20\x0e\x67\x18\x63\xdf\xf3\x78\x51\x62\x4a\x38\x67\x71\ \x9c\x74\x8f\x3a\x27\x57\x57\x87\xc3\xe1\xc6\xc6\x86\x49\x47\x29\ \x8a\x62\x38\x1c\x72\xce\xe3\x38\xbe\x79\xf3\x66\xad\x56\xdb\xdf\ \xdf\x3f\x7f\xfe\xfc\xfb\x3e\xf0\xfe\xaf\xd9\xb9\x43\xa8\xcf\x9d\ \x05\x5a\xa3\xc3\x43\x39\x3f\xff\x4e\x15\xf7\xfb\xeb\xbf\x46\xb2\ \x8c\x52\xd6\xe1\x21\x9f\x9f\xff\x7f\x9f\x7d\xae\x3b\x0d\xe7\x1a\ \xf5\x5f\xfb\x8d\xdf\x58\x39\x71\x62\xed\xe4\x89\x7e\xb7\x7b\x3b\ \x76\x59\x69\xc7\x76\xda\x73\xad\x8f\x7c\xe4\x23\x9e\xed\x7c\xfe\ \x73\xcf\xc4\x51\x7c\x62\x65\xe5\xa8\xd3\x79\xe1\x85\x17\x6d\xd7\ \xc1\x94\x24\x71\xda\x6e\x34\x6d\xdb\x31\x8e\x34\x4b\x4b\x4b\x2b\ \x2b\x2b\x10\xc2\xc9\x64\xbc\xb0\xb0\x00\xb4\xde\xda\xda\x0a\x82\ \x20\x0c\xc3\x6e\xb7\x6b\x0e\xef\x66\x4d\x26\x13\xa0\x75\xe0\x7b\ \x47\x47\x07\x47\x9d\xce\x43\x0f\x3e\x54\xa9\xf8\x45\x51\x2a\x29\ \xa4\x92\x10\x68\x29\xf9\x78\x30\x68\xcc\xb5\xea\xf5\x9a\xe3\xd8\ \x65\x59\x5c\xbb\xfa\xf6\xe5\xcb\x97\x4d\x99\x9e\x4c\xc6\xae\xe3\ \x7a\xae\x53\x72\x61\x1c\x65\x01\x00\x86\xba\xce\x18\xaf\xd5\x6a\ \x8b\xcb\xcb\xcb\x4b\x4b\xbd\x7e\xdf\x71\x1c\xad\xb5\xe3\x38\x96\ \x65\x39\x8e\xf3\x91\x8f\x7c\x44\x6b\xbd\xb7\xb7\xc7\xca\x72\x12\ \x86\x69\x96\x07\x41\x60\x32\x57\x3d\xcf\x6b\xb7\xdb\x46\x76\x5f\ \x14\xc5\xd5\x6b\xd7\x96\xe2\xe9\xea\xc9\x13\x73\x8b\x73\x52\x49\ \x20\xc5\xfc\xfc\x7c\xbd\x5a\x7f\xee\xd9\xe7\x2e\x5f\x7e\xa3\xd7\ \xed\xff\xc0\xc7\xfe\xee\xbd\xb5\x28\x8e\xe3\xfc\xd9\x67\x9e\xfb\ \x8f\xbf\xf5\x5b\x4f\x3d\xf5\xa1\x5f\xfd\xf5\xff\x78\x62\x65\xe5\ \xf1\xc7\x1f\x05\x10\x86\x71\x1c\xd4\x6a\x87\x87\x07\x84\xd2\xa5\ \xa5\xa5\xc7\x1e\x7b\xec\xc1\x87\x1e\xba\x71\xfd\xfa\xcd\x9b\x37\ \xe7\xe6\xe6\xa4\x94\xcf\x3f\xff\xfc\xf1\xf1\x31\x44\x68\x79\x69\ \xb1\xc8\x32\x4a\xa9\x54\xca\xf7\xfd\x66\xb3\x59\xab\xd5\xe6\xe7\ \xe7\xcb\xa2\xb0\x5d\x07\x63\x32\x1c\x0e\x31\x42\x06\x14\x7e\xe8\ \xa1\x87\xa4\x94\x06\x9b\x2d\x8a\x62\x16\xcd\x1c\xcb\xb2\x2d\xfa\ \xe6\xe5\xcb\x8b\xf3\x0b\x2b\x2b\xcb\x37\xaf\xdf\x98\x8e\x27\x18\ \x42\xa9\x84\xeb\x38\xe1\x74\xaa\x00\xb2\x1d\xc7\xb1\x6c\x08\x61\ \x7f\xd0\x7f\xf1\x85\x17\xc7\xa3\xd1\xca\xd2\xc2\xf1\xf1\xf1\x78\ \x3c\xae\x37\xea\x52\xc1\x2c\xcf\xcc\xe9\xc1\x60\x62\x66\x9a\xbd\ \xb8\xb8\xb8\xbe\xbe\x0e\x00\xda\xdc\xdc\x32\xb4\x54\x13\x36\xf2\ \xf4\xd3\x4f\xaf\xaf\xaf\x6f\x6e\x6e\xbe\xf9\xe6\x9b\xdd\x41\x1f\ \x00\x0d\x11\xac\xd5\xea\x52\xca\x69\x38\x5d\x59\x59\x31\x50\x18\ \x42\xe8\xda\xb5\x6b\x5f\xfa\xd2\x97\x4e\xad\x9d\x9c\x9f\x9f\x37\ \x6a\x61\xa5\xf4\x53\x1f\xfe\xf0\xcd\x5b\xb7\x7e\xfb\xb7\x7e\xeb\ \xc6\x8d\x1b\xd5\x6a\xf5\x87\x3f\xfe\x43\xf7\x36\xca\x96\x52\x4a\ \x21\x10\x84\x08\x22\xdb\xa2\x79\x5e\x2a\xa9\x85\xd4\x45\xc9\x2d\ \xdb\x36\x5c\xa3\x38\x8e\x2f\xbf\xf1\x57\x9e\xbf\x01\x11\x19\x8f\ \xc7\x5a\x83\x4e\xa7\xf3\xd9\xbf\xf8\x5c\xb3\xd1\xf2\x3c\x8f\x33\ \xbe\xb7\xbd\x73\xe1\xc2\x7a\xa5\x52\xcd\xf3\x1c\x63\x72\x78\x78\ \x38\x1e\x8f\x31\xc6\xfd\x7e\x7f\x71\x65\x49\x01\x55\xa9\x54\xe6\ \xe7\xe7\xa2\x30\x84\x00\x6c\xef\xec\x08\xa0\xe7\x17\x16\x98\x14\ \x79\x9e\x0f\xfa\xfd\x22\x4d\x1d\xdb\x76\x1c\x67\x7b\x7b\x7b\x6e\ \x6e\xce\x90\xb8\x8c\x8a\x98\x33\x3e\x9d\x4c\x8f\x0e\x0f\xcb\xa2\ \x94\x42\x92\xaf\xfd\xab\xa8\xf9\x05\x60\x59\xf0\xa8\xa3\xdf\xf7\ \xbe\xfb\x76\xe9\xf7\xd7\x5f\x8f\x96\x94\xa2\x47\x47\xc5\xc2\x42\ \x34\x8c\x5c\x8b\x1c\xee\xef\x11\xcb\x4a\xe2\x64\x6b\xe3\x96\x6b\ \xdb\x84\x10\xc7\xb2\x93\x24\x79\xf5\xd2\x2b\xef\xfd\xe0\x93\xab\ \x2b\x2b\xbb\x5b\xdb\xe6\xf2\x3b\x75\xf6\xcc\xfe\xfe\xfe\xe5\x37\ \xdf\xfc\x07\x3f\xfe\x0f\x26\xe3\xc9\xda\x89\xd5\x56\xa3\x29\x44\ \xc9\x8a\x22\x08\x02\x8c\x40\x91\x17\x52\xaa\xd9\x2c\xde\xdb\xdb\ \x3b\x75\xea\x64\x14\x45\xbd\x6e\x77\x77\x67\xc7\xb1\x6d\x9b\x5a\ \x8a\x0b\x29\x25\x46\x68\x16\x86\x61\x18\xba\xb6\xb5\x7f\x74\x74\ \xf3\xc6\x8d\x9c\x95\xd1\x6c\x26\x85\xec\x0e\xfa\x96\x6d\x35\x58\ \x6b\x73\x7b\xbb\x37\x1c\xcc\x2f\x2c\x58\x96\xe5\xb9\x6e\x9e\x66\ \x69\x9c\x10\x8c\xc3\xe9\xb4\xdb\xed\xfa\xae\x57\xad\x55\x77\xf6\ \x0e\xb5\xd2\xcd\x66\x23\x49\xd2\x34\x4d\x20\x84\x94\x10\xa5\x4a\ \x08\x80\x96\x32\xcb\xb2\x34\x89\x97\x97\x96\xa6\x61\x38\x1c\x0c\ \x2c\xcb\x9a\x9b\x9b\x73\x5d\x77\x67\x67\x87\x52\x5a\xad\xd5\xf5\ \xc1\x21\x42\xa8\xd1\x68\x2c\x2f\x2d\x8d\x27\xe3\x56\xab\x39\x3f\ \x37\x1f\xc5\x11\xd0\x1a\x68\x9d\xa5\xc9\xf1\xd1\xd1\x43\x17\x2f\ \x14\x59\xbe\xb9\xb1\x71\x74\xd4\xad\x55\xab\xfb\x3b\xbb\x1b\x1b\ \x1b\x82\x0b\x51\xe4\x10\xe8\x7b\x1b\xbd\x53\x4a\x6f\x5c\x7b\x9b\ \x17\xf1\x71\x67\x6f\x32\x1e\x1c\xee\xef\x5f\xba\x74\xa9\x3d\xd7\ \x86\x40\xfb\xae\x67\x5b\xf4\xd5\x57\x5f\x7e\xf8\xe2\xc5\xb5\xb5\ \x55\x00\xe0\x9f\xfe\xc9\x9f\x98\xc3\x04\x84\xe0\xf9\xe7\x9f\xbf\ \x70\xe1\x41\x82\x71\x14\x45\xa7\x4f\x9d\xdc\xda\xda\x2a\xf3\x5c\ \x2b\xe5\x38\x0e\x00\xc0\x98\xd4\x1f\x1f\x1e\xd5\xeb\x0d\x87\x5a\ \x5b\x9b\x9b\x00\x82\xfd\xdd\xdd\xef\xfa\xef\xbe\x53\x0b\x8e\x10\ \x22\x08\x49\xce\xc3\xf1\xc4\xa2\xe4\xb8\x73\x74\xf9\xf2\x1b\xad\ \x7a\x7d\x69\x61\x71\x3c\x19\xe7\x65\x36\x1a\x0f\xa9\x67\x1d\x1c\ \xed\x97\xa2\xb4\x5c\xef\x5d\x0f\x3f\x72\xfe\x81\x73\x82\x97\xe3\ \xd1\x90\x95\x39\xc5\xe8\xad\x2b\x57\xe2\x28\x3e\x77\xee\xec\xc1\ \xc1\xc1\x78\x1a\x56\xab\x55\x63\x48\xc0\x39\xf3\x7d\x7f\x38\x1c\ \x6a\xa0\x1d\xc7\xa1\x94\x1c\x1d\x1d\x69\xc5\x1f\x7f\xec\xdd\x7b\ \x7b\x7b\x4a\xca\xf9\x76\xab\x5a\xa9\x8c\x06\x03\xa8\xf5\xd2\xfc\ \x42\xa3\x56\x3b\xec\x76\x1a\x9e\xff\xae\x87\x1f\x1e\xf4\x7a\xae\ \xed\x9c\x3e\x7d\xda\x0f\x82\xad\xed\x6d\x00\x34\x2f\xd9\x95\xb7\ \xae\x54\x2a\x95\x0f\x7d\xe8\x43\xd7\xaf\x5f\xfb\x9d\x4f\x7e\xb2\ \x73\x74\xd0\xef\x1e\x1d\x1e\x1e\xde\xba\x75\x0b\x43\x38\x1c\x74\ \xef\xd9\xd2\x07\x23\x34\x9b\x46\x8e\xe3\xcc\xcf\xcf\x61\x88\x8d\ \xeb\x32\x10\xca\x38\x21\x09\xcd\x95\xd2\x18\x43\xa5\x34\xe3\xac\ \xc8\x13\x08\x00\xc1\x70\x6f\x77\x07\x41\xe8\x79\xfe\x9f\xff\x59\ \xbf\x59\xf1\x30\x44\x69\x1a\x4d\x26\x13\x4a\x89\xd6\xea\xdc\x03\ \x0f\x28\xa5\xb4\x06\x37\x6e\xdd\x6c\xce\xb5\xe6\x16\xe6\x6c\xcb\ \xda\x3b\xea\xbc\xf6\x95\xd7\x0b\xce\x26\xd3\x69\xef\xcb\x83\xf6\ \xdc\xbc\xd4\xb7\xa7\x53\xd1\x2c\x92\x4a\x6a\x0d\x10\xc6\xc3\xe1\ \x90\x0b\xa1\x94\x2a\x19\x1b\x0c\x87\xad\x56\xcb\xa6\x56\x96\x66\ \x83\x7e\xff\xe8\xf0\xf0\x6b\x15\x77\x28\xa5\x5a\x5c\x00\x18\xc3\ \xce\x11\xa0\x14\xe4\xf9\xfd\xb2\x76\x7f\xdd\x5e\x4a\x59\x07\x87\ \xe9\xf2\x32\x49\xb7\x03\x05\x21\x04\x65\x96\x0a\xc6\x20\x44\x05\ \x4e\x91\x56\x08\x42\x80\x51\x32\x0b\xdf\xb8\x74\x09\x22\x94\x67\ \x19\x2b\x0b\xc7\xb5\xbf\xf0\xa5\x2f\xd5\xeb\xf5\xf5\x0b\x17\x94\ \x86\x8e\xe3\x1e\xec\xee\x7e\xdb\x93\x4f\xba\x16\xa5\x18\xf3\xb2\ \xbc\x7e\xed\xc6\x64\x34\x89\xa3\xa4\xc8\xcb\x70\x1a\x1d\xe3\xa3\ \xb9\x66\x33\xa1\x96\x28\x39\x2f\xca\x83\xbd\x7d\x5e\x96\x95\x4a\ \x45\x4a\x79\x7c\x78\x18\xc5\x71\xbd\xd9\x74\x83\x6a\xc6\xc4\xad\ \xcd\x6d\xcf\xf3\xb2\x2c\x13\x1a\x52\x44\x46\xd3\x99\x17\xd4\x92\ \xa2\xdc\xdd\x3f\x0a\x67\xc9\xa3\x8f\xbe\xbb\xdf\x1f\x64\x45\xb9\ \xbc\xb2\x16\x86\x61\xb7\x37\xac\xd6\x1b\x42\x48\x42\x30\x54\xda\ \x22\xc4\x77\x1d\xa8\x95\xe3\x38\xbc\x2c\xf2\x2c\x85\x40\x7b\x8e\ \x4d\x20\x90\x8c\x15\x69\xa2\x38\x4b\x93\x98\x50\x0b\x68\x3d\x1c\ \x0c\x95\x82\x9c\x4b\x80\x89\x65\x59\x79\x9a\x6a\xce\x2c\x8c\xf2\ \x24\x59\x68\xb7\x6d\x8b\x86\x9c\x13\x04\xa1\x92\x0f\x9c\x3d\x73\ \xee\xdc\xb9\xbd\x9b\xdb\x40\x83\xee\xc1\x91\x16\x62\xf3\xfa\x75\ \x29\x25\xa1\x04\x28\x0d\xb5\xfe\x16\x8e\xc2\x08\xca\x7c\xbe\x66\ \x2d\xb7\x2a\x9d\xde\x38\x4f\x32\x4a\xed\xe9\x30\x54\x9a\xb3\xbc\ \xb0\x30\x4a\x67\xe1\x17\x9f\x7b\x36\x08\x02\xa5\xf5\xa0\xdf\x93\ \x52\x0a\xc1\x5f\x7d\xf5\xb5\x56\x7b\xe1\xd4\xe9\x33\x8e\x1b\xec\ \xef\xed\x9e\x3a\xb9\xd6\x6a\x34\x04\xe7\x94\x90\xa3\x83\x03\x42\ \x08\x2b\x8a\x3c\x4d\x21\x00\xa3\xe1\xa0\x16\x78\x6b\x2b\xcb\x9d\ \x4e\xa7\xea\x79\x51\x38\x39\xdc\xdd\x6d\xb5\x5b\x40\x83\x34\x8e\ \xba\x47\x87\x73\xad\x39\x8f\x5a\x36\xc2\xbd\xce\x71\x1a\xc7\x42\ \xa9\xe1\x78\xc8\x95\x60\x82\x85\x61\xe8\xb8\x4e\xf7\xe6\xf5\xd9\ \x68\x90\xcd\x46\xd5\x6a\x75\x36\x1e\x7a\x36\x5d\x59\x98\x1f\x0f\ \xba\xf3\x73\xcd\xc0\x73\x08\xc1\x98\x60\xdb\xa1\x00\x2a\xc7\xb5\ \x7c\xdf\xe7\x9c\x1f\x77\x8f\x38\x2f\x21\xd2\x05\xcb\x81\x16\x14\ \xeb\x32\x4f\x66\xd3\x91\x14\x6a\xed\xe4\x5a\x16\x87\x96\xe5\x8c\ \x87\x03\xdb\x22\x48\xa9\xc0\x0b\xca\xbc\xb4\x2c\x6b\x3a\x99\x9e\ \x5c\x3e\xd1\xac\xd5\x85\x52\x84\x10\x8c\x70\x50\xa9\xfc\xc3\x9f\ \xf8\x89\xaf\xbc\xfe\xfa\xa5\x57\x5f\x3d\x38\xda\x5f\x68\xb4\x7a\ \x47\x87\x37\xae\xbc\x89\x09\x82\x00\xc4\x49\x04\xbe\x05\x0b\x73\ \xad\x35\xd2\xd0\xb5\x5c\x0b\xdb\x50\x21\x02\x2d\x00\x78\x96\x17\ \x4a\x95\x19\x4c\xcd\xc0\x86\xf3\x1c\x42\x48\x10\x72\x5d\x67\x36\ \x0b\x91\xd6\xbe\x6b\x6b\xc9\x8a\x0c\x20\x0c\xf3\x70\xc4\x19\xdf\ \xdb\xd9\xca\x8b\x82\x10\xb2\xb7\xb7\xf7\xa9\x4f\xfd\x3f\x8c\xb1\ \xbc\x28\xe7\x17\x96\x11\xc2\x69\x94\x02\x09\x38\x97\x3b\x7b\xfb\ \x51\x94\x00\x4c\xa2\x69\xd8\xed\x5d\x2d\x8a\xc2\xb6\xed\x70\x36\ \x2b\xcb\x12\x23\x04\x00\xf0\xfc\xca\x74\x3a\xc5\xc4\x82\xc4\x92\ \x79\x59\xad\x35\x66\x51\xac\x95\x80\x10\x4d\x77\xb6\x83\x20\xf8\ \x9a\x9d\xbb\x10\x60\x69\x09\xd8\x16\xda\xdc\x02\x4a\xbd\xa3\xde\ \x90\xf7\xd7\x7f\x5d\x9d\x3b\x4a\x53\xba\xbf\x2f\x1e\x7f\xdc\x1d\ \x8c\xca\x28\x81\x10\x29\x4c\x98\x90\x08\x2a\xa9\x11\x44\x90\x12\ \x92\x15\x45\x96\xa6\x96\x65\x51\x4a\x05\xe7\x4a\x49\x00\xd1\xc6\ \xc6\x46\xb5\x5a\x6d\xcf\xcd\x1f\x1e\x1d\xfb\xbe\x8b\xa5\x6c\x56\ \xab\x93\xf1\xc4\xc0\x1a\x8f\x3e\xf6\xae\x8d\x8d\x0d\xc6\xd8\xa5\ \x4b\x97\x3e\xf8\xc1\x0f\x9e\x39\x75\x52\x6b\xb0\xbb\xbf\x7b\xe3\ \xd6\x0d\xdb\x75\x36\xb7\x37\x6f\xdc\xbc\x71\x62\xf5\x04\x63\xcc\ \x71\x9c\xb7\xde\x7a\x0b\x40\x98\xa4\x69\x50\xa9\x8c\xc7\x63\x2e\ \x24\xe7\xbc\x64\x8c\x0b\xe1\x79\x7e\x5e\x96\x59\x96\x41\x00\x76\ \x76\x76\x46\xa3\x51\xbd\x5e\x67\x8c\x5b\x16\x34\xfd\x69\x59\xb2\ \xe9\x74\xca\x18\xa7\x96\x65\x2e\x5a\x13\x7f\x73\x77\x3a\x0a\x11\ \x42\x18\x9b\xf9\xa1\xe3\x38\x1e\xe7\x10\xe1\x93\x27\x4f\x6a\xad\ \x1b\x8d\xba\x94\xb2\x37\x18\x28\xa5\xa4\x94\x7e\x10\x2c\x2d\x2f\ \xa7\x59\xd6\x6c\x36\xfb\xfd\x7e\x92\x24\xb3\xd9\x0c\x13\xe2\xd8\ \xce\xc5\x87\x2e\x66\x49\xfa\x99\xcf\x7e\xb6\x5a\xad\x6a\xa5\xa0\ \xd6\x08\x42\x04\xa0\x86\xc0\xa2\xe4\xee\xac\xec\x9b\x2e\x31\x40\ \x5b\x96\xd5\x6e\xb7\x20\x44\x04\x93\xb4\x60\x5c\x02\xc7\x76\x19\ \x17\x96\xe3\x22\x44\x34\x00\x59\x9a\x9a\x4f\xc3\x44\x14\x1d\x1e\ \x76\xbe\xf8\xc5\x2f\xfa\x41\xa5\x2c\x0b\x42\xad\x24\x9a\x41\xc9\ \x92\x24\x89\xe3\x58\x4a\x69\xa8\x90\x94\xd2\x8d\x8d\x8d\xa5\xa5\ \xa5\xa7\x9e\x7a\xca\x77\xec\x5e\xe7\xf8\xf2\x5f\xbd\x99\xcc\x92\ \x34\xca\x5e\x7e\xe1\xe5\xc5\xa5\x45\xdb\xb2\x83\x20\x18\xf5\x46\ \xd7\xdf\xbe\xa6\x95\xa2\xd4\x4a\xd2\x6c\x96\x24\x96\x45\x99\x94\ \x51\x92\xd8\xd3\x59\x14\xc7\x95\x6a\x35\x9c\x4e\xe7\x5a\xcd\x17\ \x5f\x78\x61\x71\x61\x01\x40\x40\x2d\x92\x24\x51\x96\xa5\x08\x61\ \xc3\x25\x35\xa4\x23\x23\x23\x30\xc6\xb6\x46\xe2\xeb\x79\x1e\xd0\ \x40\x09\xa5\xa4\x24\x04\xf9\xbe\xaf\x95\x6e\xb7\x5a\xb5\x5a\x9d\ \x73\x71\xe1\xc2\x85\xab\x57\xaf\xfa\x7e\xc0\x39\xb7\x2c\xab\x5e\ \xab\xaf\xad\x9e\x5c\xbf\x70\x81\x73\x31\x99\x4e\x7a\xbd\x5e\x59\ \x14\xae\xeb\x5e\xb8\x70\x61\x69\x65\xe5\x17\x7e\xee\xe7\x77\x36\ \x37\xf2\xd5\x13\x91\xb1\x8b\xa0\xd4\xa6\xb4\x64\x39\xb5\x09\x82\ \xf7\x5e\xdf\x31\xc6\x08\x41\xc6\xb8\xd6\x40\x03\x80\x31\xf2\x5c\ \x2f\xcb\x0b\x42\x08\x40\x90\x17\x85\xa1\x78\x3a\x8e\xcd\xd9\x9d\ \x60\x42\x8c\x39\xe3\x85\x2a\x09\xc6\x15\xcf\xc5\x0e\x32\x73\x1a\ \x83\x2e\x7e\xea\x53\x9f\x6a\x36\x9b\x79\x9e\xa7\x69\x3a\x1e\x4f\ \x8e\x3b\x7f\x69\x90\x49\xd7\x75\x77\x77\x77\x8d\xa8\xe2\x95\x57\ \x5e\xf1\x7d\x7f\x6b\x6b\x8b\x73\xbe\xb8\xb8\x68\xcc\xae\xcd\xa6\ \x5d\x5b\x5b\x4b\xd3\x94\x95\xe5\x64\x32\xf1\x3d\xcf\xa0\x76\x84\ \x90\xb3\x67\xcf\x7e\x3d\x58\xa6\xd5\x52\xab\x6b\x78\x67\x07\xa6\ \x29\x40\xe8\x3e\xec\x7e\x7f\x01\x00\x34\xc6\xf6\xf1\x31\x4a\x12\ \x76\xf6\x8c\x75\x6b\x93\x45\x89\xd6\x5a\x03\xcd\x58\xa9\x35\x50\ \x52\x22\xa0\x08\x02\xa6\x91\x71\x5d\x17\x21\x54\xe4\x39\x04\x40\ \xe9\xdb\xd7\xf3\x60\x30\x20\xd4\x1a\x0c\xa4\x2a\x8a\x5f\xfa\xe5\ \x5f\x36\xf9\xf4\xaf\xbf\xfe\x7a\xad\x56\xbb\x71\xe3\x86\x65\x59\ \x6b\x6b\x6b\x52\xca\xe1\x68\xe8\x3b\x76\xbf\x3f\x38\x38\x38\x68\ \xb5\x5a\x5a\xeb\xe3\xee\xf1\x51\xe7\xa8\x2c\x4b\x4a\xc9\x64\x32\ \x81\x08\x33\xce\x4d\x4a\x1c\x63\xcc\x48\x6f\x0c\x36\x7a\xdc\xe9\ \xd4\xaa\x55\x25\x65\xb7\xdb\xad\xd7\xeb\xf3\xf3\xf3\x00\x80\xc3\ \xc3\x43\xe3\xef\xd8\xef\xf7\x4d\x68\x91\xbe\xb3\xcc\xf5\x46\x29\ \xc5\x18\x1b\x23\x04\xa5\xd4\xca\xd2\xd2\xf2\xca\x4a\xaf\xdf\x3f\ \x3e\x3e\xf6\x2b\xd5\x7a\xbd\xee\x7a\xfe\xfe\xfe\x01\xe7\xfc\xec\ \xd9\x73\x49\x1c\xbf\x36\xe8\x07\x81\x7f\xf2\xe4\xc9\xdd\xdd\x5d\ \xad\xf5\xca\xca\x8a\xd1\x43\xe5\x79\x3e\x1a\x8d\x9e\x7b\xee\xb9\ \x6e\xb7\x0b\x00\x30\xa9\x17\x26\xdc\xd5\x70\xe7\x31\xc6\x10\xdc\ \xa3\x19\xa8\x92\xb2\x5a\x6b\xd4\x9a\xed\x82\x4b\xea\x78\x2a\x8b\ \x07\xc3\x21\x40\x10\x00\x45\xb0\x16\x52\xa7\x49\x5a\x96\x65\xa5\ \x5a\x35\x93\xed\xb2\x2c\x95\x92\x59\x9e\x63\x42\xb7\xb6\xb6\x18\ \x17\x45\x96\xec\x6d\xdd\x2a\x8a\xdc\x71\x1c\xa3\x42\xa8\x54\x2a\ \x65\x59\xb6\x5a\xad\xb9\xb9\xb9\xe1\x70\xa8\x9b\x8d\x34\xcf\x6f\ \x6d\x6e\x1c\x76\x3a\x25\x67\x61\x18\xc6\x69\x1a\x27\x09\xc1\x38\ \x4d\xd3\x7e\xaf\x57\x09\x3c\x2e\x78\xbd\xd1\x28\x59\xd9\x1b\xf4\ \x4b\xc6\x00\xd0\xb6\x6d\x87\xd3\x70\x32\x9e\xf8\x9e\xfb\xf6\xdb\ \x57\xa5\x90\xd1\xe9\xc4\x73\xdd\xf1\x70\x3c\xe8\xf7\xb3\x2c\xe3\ \x8c\xcd\x66\x11\x17\xb2\x94\x89\xeb\xb9\x86\x77\xd4\xef\xf7\x6b\ \xb5\x9a\xe3\x38\x66\x24\x88\x31\xae\x57\x2a\x8f\x3f\xf6\x6e\x00\ \xc0\xce\xf6\x5e\x9a\xa6\xbe\xef\x9f\x3e\x7d\x6a\x63\x63\x6b\x32\ \x99\x9c\x3b\x77\x2e\x4e\x92\xd7\xaf\xbe\x05\x21\x78\xf0\xc1\x0b\ \xfb\x3b\x3b\xcd\x66\xb3\x5e\xab\xce\x2f\xcc\x3b\xcf\x3d\xa3\x94\ \xd2\x52\x7d\xfe\xb9\x67\xbb\xbd\x5e\x1c\xcd\x04\xe7\xfd\xfe\x00\ \x69\x45\x29\x75\x6c\x57\x43\x40\x2d\xdb\x0f\xfc\x7b\x8b\x3e\x83\ \x10\x98\xdb\x39\xc6\x98\x52\x22\x84\x54\x5a\x4b\xa9\x2d\xcb\xd6\ \x40\x57\x2a\x35\xc7\x75\x86\x7d\x19\xcd\x72\xce\x39\x42\xb8\x64\ \xa9\x52\xda\x24\x14\x42\x88\xa4\x14\x5a\x2b\x29\x2d\x8b\x52\xc7\ \x71\x18\x63\x26\x1d\x30\x08\x82\x20\x08\x06\x83\x41\xb7\x7b\x8c\ \x11\xe8\x76\x8f\x07\x83\x81\x49\xf5\x6a\x34\x1a\x06\x52\x37\xb8\ \x99\xeb\xba\x46\x14\xe6\x79\x5e\xb3\xd9\x0c\x82\xc0\x24\x07\x98\ \x71\x51\x14\x45\x8c\xb3\x8a\xef\x55\xab\x55\xcf\xf3\x26\x93\xc9\ \xd7\x73\x47\xc3\x48\x9d\x3f\x8f\x2f\xbf\x01\xa3\x48\x37\x9b\xf7\ \x8b\xfb\xfd\x05\x00\x00\x08\x91\x4e\x47\xbb\x2e\x5f\x5c\x54\x82\ \x0b\xc1\x15\xc0\x00\x40\x63\xbd\x2d\x38\x47\x40\x01\x25\xa4\x94\ \x8c\x69\xa3\xf6\x2c\xca\x52\x4a\x45\x6d\x0a\x21\x4c\xd3\x14\x11\ \x22\x95\xb6\xac\xbf\xde\xe5\x96\x65\x5d\xbf\x7e\x7d\x67\x67\x27\ \x08\x82\xa2\x28\xa2\x28\x4a\x92\x24\x0c\xa7\x81\x6b\xe7\x79\xa1\ \xb5\x8e\xa2\x78\x71\x71\xa9\xd7\xef\x1f\x1d\x1d\x39\xb6\xb3\xbf\ \x7f\x40\x08\xc1\x94\x18\xcf\x10\xf3\x22\x67\xce\x9c\x31\x3c\x7a\ \x08\x21\x21\x24\xcf\x73\x4a\x48\xb5\x5a\x5d\x5f\x5f\x1f\x8d\x46\ \x86\x11\x6c\x6a\xba\xe7\x79\x69\x9a\x0a\x29\x01\x84\xe6\x8a\x35\ \x4f\x71\x5d\xd7\xbc\x60\xb5\x5a\x25\x84\x48\x29\xe3\x38\x2e\x8a\ \x42\x03\x90\x24\xc9\x8d\x1b\x37\x56\x4e\xac\xce\x66\xb3\x7a\xbd\ \x5e\xa9\xd5\x95\x56\x96\x65\x4b\xa9\x0c\xd5\x6f\x63\x63\x63\x3c\ \x1e\xf7\x7a\x3d\x73\x82\x3e\x3a\x3a\xda\xd9\xd9\x31\x4c\x15\x93\ \x97\x66\x62\x25\xcc\xc4\x15\x42\xf4\xad\x68\xdd\x08\x25\xe1\x2c\ \xc1\x96\x84\xd8\xb6\x3c\xcf\x29\x05\xc2\x88\x33\xa6\x24\x03\x88\ \x40\x4c\x0b\xc6\x8c\x36\xd2\x08\xb2\x7c\xdf\x53\x52\x1e\x1f\x77\ \x5d\xc7\xae\x37\x5b\x36\x25\x79\x3c\x4b\x92\x54\x4a\xd9\xeb\xf5\ \x7e\xf3\x37\x7f\x73\x65\x65\x65\x3a\x9d\xe6\x79\x3e\x9d\x4e\x77\ \x76\x76\x2e\x9c\x7f\xa0\x28\x8a\x5a\xbd\x11\x46\x33\x26\xc4\xb9\ \xf3\x0f\x7c\xf1\x8b\x5f\x72\x1c\x7b\x3a\x9d\xce\xa2\xa8\xd5\x68\ \x24\x49\x9a\x17\x99\x54\xaa\x60\xe5\xca\x89\x13\xb5\x7a\xa3\xd7\ \x1f\xc4\x49\xe2\xf9\xbe\xeb\x38\x08\x63\x51\xa8\xf5\xf5\x0b\xed\ \x76\xfb\xe6\xf5\xeb\x93\xf1\x64\x16\xce\xb4\x52\x8d\x46\x03\x28\ \x25\x55\x21\xb5\x2e\x19\x33\x2a\x01\x33\xc7\xb6\x6d\x7b\x38\x1c\ \x4e\xa7\xd3\x93\xa7\x4e\x16\x45\x61\xe4\xb2\x46\xdc\x74\x70\x70\ \x78\xeb\xd6\x2d\x29\xf5\x64\x32\x59\x5c\x5a\x6c\x34\x1a\xb6\x6d\ \x51\x4a\xcb\xb2\x6c\xcf\xb5\xa3\x28\xda\xde\xda\x3a\xec\x74\x3a\ \xc7\x1d\xdf\xf7\x3b\xc7\x47\x7f\xf2\xc7\x7f\xdc\xed\xf5\x6a\xd5\ \x6a\xe0\xfb\x8d\x7a\x8d\x95\xa5\x6d\x59\x41\xa5\x32\x99\x4d\x30\ \x21\xc6\xba\xe0\x9e\x3f\x79\xb3\x55\x28\x25\x10\x82\xa2\x64\x9c\ \x71\xa5\xb5\x11\xa1\x1b\x82\xac\x89\x9d\x32\xb4\x2b\xad\x15\x00\ \xc0\xb6\x6d\xdf\x0f\x7c\x0d\x80\x56\xbe\x63\x73\xc6\x8c\x66\xc2\ \xb4\xe7\x8d\x46\xc3\xec\xba\x34\xcd\x86\xa3\x11\xe7\x3c\x49\x12\ \x08\xa1\xa1\x69\xe5\x79\x1e\x86\xa1\xd9\xd2\x66\x6a\x65\xdc\xf6\ \x4d\x34\x4a\xb5\x5a\x35\xd6\x17\x94\xd2\x5a\xad\x56\xab\xd6\x16\ \xe6\xdb\x93\xc9\x64\x3c\x1e\x7f\x4d\x2a\xe4\x6d\xd8\x5d\xa9\x33\ \xa7\xc9\x5f\x7c\x0e\x24\x09\x68\xb7\xef\x97\xb5\xfb\xcb\x74\xee\ \xd6\xf1\xb1\xb2\x6d\xd9\x6a\x51\x84\x28\xb5\x0a\x26\x84\x92\x10\ \x53\x84\x71\xd5\x75\x2a\x81\xcf\xf3\x6c\xd8\xef\x19\x0a\x04\x42\ \x48\x29\x05\x21\x20\x94\x1a\xc5\x90\xe6\x82\x3a\x0e\x46\xb6\x4d\ \x08\x06\xc0\xf7\xfd\x2c\xcb\xee\x5e\x12\x96\x65\x99\xbc\x8b\x5b\ \xb7\x6e\xb5\xdb\x8d\x76\xab\x0d\x31\x45\x84\x2a\x00\x35\x40\x42\ \x6a\xae\x34\x40\x38\x2f\x19\xe2\xdc\x75\x5d\x4a\xe9\xea\xea\xea\ \x78\x3c\x36\xa9\x43\x96\x65\x75\x3a\x9d\x73\xe7\xce\xd9\xb6\xbd\ \x38\x3f\x6f\x9c\x00\x8e\x8f\x8f\xe3\x38\x36\x42\x53\x93\xb6\x5a\ \x96\xa5\xd4\x1a\x61\x6c\x34\x99\xb7\xa3\x9f\x95\x32\x8a\x24\x73\ \xe0\x70\x5d\x77\x7e\x61\x01\x22\x34\x18\x0c\xb9\x94\xb3\xd9\xac\ \x52\xa9\xae\xad\xad\x65\x59\xb6\xbd\xbd\x35\x99\x4c\x08\x21\xe3\ \xf1\xf8\x2b\x5f\xf9\xca\x70\x38\x34\xae\x03\x08\x21\x13\x1e\x64\ \xee\x6a\x26\x9d\xce\xf3\x3c\x63\x82\x06\x8c\x4f\x0b\x30\xb9\xb9\ \xf7\x58\xdd\x95\xd6\x7e\x50\xc1\x94\xba\xae\x3f\x9d\x65\x5c\x6a\ \x2f\xa8\x28\xa5\x96\x96\x96\x5a\xcd\xfa\xeb\x5f\x79\x25\x49\x78\ \x96\x66\x10\x42\x2e\x44\x59\x96\x10\x93\x4a\xa5\x0a\x01\x08\xc3\ \x50\x55\x2b\xc4\xb6\x1b\xd5\xaa\x85\x80\x91\x89\x9a\xae\xb0\x28\ \x0a\x13\x88\xb1\xbf\xbf\xdf\xe9\x74\xf6\x77\xf7\xce\x9c\x39\x23\ \xa5\x0a\x82\xaa\xef\x05\x84\x58\x69\x9a\xd5\x6a\x75\x21\xc6\x4a\ \x81\x5e\x6f\x50\xab\x04\xf5\x7a\xcb\x72\x9d\x30\x0c\x2b\x41\xed\ \xa8\xd3\xad\x54\x6a\x51\x14\xb7\xe6\x17\x0a\x2e\x4f\x9c\x98\x43\ \x8b\xf3\x5c\x8a\xdd\x9d\x9d\x83\xa3\xa3\x3c\xcb\x28\x26\x61\x18\ \x12\x42\x38\x63\x0a\x00\x44\x89\xd2\xca\xd4\x38\x53\xd9\xe7\xe7\ \xe7\xbb\xdd\xae\xef\xfb\x16\xb5\xbc\xa0\xb2\xb6\xba\xca\x85\xe8\ \x1e\xf7\x87\xc3\xa1\x10\x72\x7f\x7f\xff\xdc\xb9\xf3\xa7\x4f\x9f\ \xde\xd9\xde\xd9\xdd\xdd\xe5\x9c\x13\x4a\x2e\xbd\xfa\xf2\xde\xd6\ \xce\xe6\xcd\x9b\xa3\xe1\x10\x62\xa4\x21\x90\x92\x53\x6a\xc7\x71\ \xec\x79\xb6\x4d\x31\x57\xd2\x71\x1c\x56\x96\x8c\x73\x6a\x5b\x10\ \x22\xd7\x0f\x20\x42\xf7\x6a\xa3\x0f\xcc\x1f\x57\x08\x6e\x5c\xa0\ \xb9\x64\x84\x12\xa1\x04\x82\x24\x8a\xc3\x30\xd6\x8a\xdd\x86\x65\ \x00\xd0\xe6\x28\x69\x5c\x89\x08\xa5\x08\xa2\x2c\x4f\xa3\x28\x72\ \x1d\x07\x00\x60\x1e\x55\x4a\x99\x7d\x02\x00\xd0\x5a\xcd\xcf\xcd\ \xe5\xb9\xdf\xef\xf7\x8d\x70\x49\x29\x75\xe5\xca\x15\x73\xb2\x34\ \x9b\xcd\x68\x7a\xa5\x94\x0f\x3e\xf8\xe0\xca\xca\xca\x68\x34\xea\ \x76\xbb\xc6\xd2\x83\x52\x0b\x22\xb8\xbf\xbf\x6f\xb8\xbc\xb7\x13\ \x66\xbf\xce\x4e\x3a\x7b\x16\x0e\x07\x70\x32\xd1\x67\xce\xdc\xaf\ \x6b\xf7\x97\xe9\xdc\xad\xdd\x3d\x6d\x59\x62\xae\x0d\xa5\xd2\x4a\ \x21\x74\xdb\xb4\x18\x42\xa8\x15\x80\x10\x58\x96\x65\x02\x35\xcc\ \xfe\x36\x99\x0f\x16\xa5\xf5\x7a\xbd\x2c\x4b\x00\x91\xe5\x78\x08\ \x6a\xa0\x94\xb1\x9c\x35\xac\x35\xc3\xa0\x98\x4e\xa7\xc3\xe1\xd0\ \xf3\xbc\xb2\x28\xca\xc0\x9b\x4e\x26\x26\x0f\xb3\xdf\xef\x1b\x50\ \xa5\x2c\x4b\x25\x25\x42\x08\xa1\xdb\x3e\x30\x26\x00\xde\x24\xd4\ \x98\x9e\xae\xd5\x6a\x21\x84\x06\x83\x81\xc1\x25\x4c\xef\xe3\xba\ \x6e\x59\x96\xc6\xf9\x4b\x6b\x4d\x09\x11\x4a\x49\x23\x79\x85\x90\ \x73\x6e\x2e\x39\x8c\x71\xaf\xd7\x9b\x9f\x9b\x9b\xcd\x66\xa8\xd3\ \x01\x00\x28\x25\x8d\x84\x75\x34\x1e\x47\x71\x52\xad\x56\x19\xe3\ \x26\xbe\x23\x8a\x22\xc3\xd1\x34\xea\x27\xe3\xf6\x6e\xaa\x80\xf9\ \xe6\x5d\x9d\x94\x01\x64\x4c\x36\x69\x92\x24\x5f\x1d\xb2\xf3\xcd\ \xe1\x03\x00\x48\x21\x31\xc6\x4a\x6b\xc6\x58\xce\xa5\xe3\x06\x5a\ \x6b\xcb\xb6\xdb\xed\x16\x21\x44\xa9\xdb\x69\x70\xfc\x0e\xc5\xb3\ \xd1\x68\x04\x95\x2a\x22\xb4\x5a\xad\x2a\x00\x30\xc6\x96\xeb\x98\ \x23\x0b\x00\xc0\xf3\xbc\xa5\xa5\xa5\x5e\xaf\x37\x99\x4c\x8e\x8e\ \x8e\xa6\xd3\x29\x0f\x82\xd1\x64\x7c\xd8\x39\xca\x8b\x5c\x01\x7d\ \x74\xdc\xd1\x10\x4c\xc3\x29\xe3\x4c\x48\x51\xb2\x32\x00\x7e\xc9\ \x19\x13\xfc\xc4\xea\xaa\x02\xda\xb6\xed\x5a\xa3\x36\x1e\x8f\x1d\ \xc7\x6e\x36\x5b\x00\xc0\xf1\x60\xec\x07\xfe\x70\x34\x92\x52\xd9\ \x8e\x83\x20\x6a\xcd\xcd\x01\x08\xcd\x36\x31\xa9\x99\xc6\x6d\x0d\ \x63\x6c\xc4\xf4\x84\x90\x7e\xbf\xef\x38\x8e\xaa\x56\x36\x36\x36\ \x9b\xad\x26\x84\xd0\xb6\x6d\x4a\xb1\x94\xea\xcd\x37\xdf\x5c\x5a\ \x5a\xaa\xd7\xeb\xd3\xe9\xd4\xd8\x3a\x6d\x6e\x6e\x15\x49\x9a\x23\ \x5c\xad\xd6\x34\x04\x61\x12\x11\x4a\x1d\xdb\x21\x04\x59\xd4\xab\ \x56\x2a\xd3\xf1\xc4\x00\xfa\x82\x73\xa9\x55\x51\x96\x51\x96\x9a\ \x92\x7a\xcf\x03\x55\xd3\x71\xa7\x69\x22\xa4\xc4\x84\xd8\x2e\xd5\ \x25\xc7\x18\x01\x08\x30\xc4\x1a\xda\x69\xa2\xa5\x94\xe3\xf1\x58\ \x4a\x29\xa5\x32\x27\x48\x42\x2c\xa5\xb5\x94\xdc\x42\xc8\xbc\x01\ \x93\x88\x62\xfa\xfa\x34\x4d\xcd\xfd\xf5\xb8\xdb\x2d\x8b\xdc\x08\ \xe2\x8c\x4b\xdd\x6c\x36\x33\xea\x39\x73\x20\x30\x1f\x17\x21\x24\ \x0c\x43\xce\x79\xb7\xdb\xed\xf7\xfb\x26\x99\xb6\x52\xc1\x59\x96\ \x4d\x27\x13\x21\x44\x10\x04\xf4\xeb\x9b\xd6\x2b\xa5\xce\x9f\x07\ \x4a\xe1\x8d\x0d\xf5\xde\xf7\xde\x2f\x6b\xf7\x97\x46\x08\x65\x99\ \xbd\xbd\x25\x16\x16\x44\x7b\x4e\x95\x65\xc9\x18\x40\x04\x21\x24\ \xb5\xd2\x52\x67\x9c\x09\x51\x52\x08\x38\xe7\x00\x02\x63\x72\x72\ \x5b\xf0\x0d\xa1\xd9\x79\x42\xaa\x2c\xcf\x2d\x8b\x40\xad\xd5\x9d\ \x23\xaa\xd9\xee\xe6\x4e\x60\x38\xef\xc7\xc7\x9d\x69\x38\xb3\x1d\ \x17\x22\xdc\xed\xf5\x37\x36\xb7\x92\x38\x11\x52\x95\x65\x29\x84\ \x84\x10\x14\x69\x86\x10\x7a\xe4\x91\x47\x7c\xdf\xdf\xdd\xdd\x35\ \xed\x67\x96\x65\xbe\xef\x9b\x02\x8a\x00\xc8\xb2\xcc\x9c\xa6\x6d\ \xdb\x36\xe6\xec\xc6\xe8\xd1\x18\xa8\x68\xce\x01\xc6\xe6\x0d\x98\ \x06\x2a\x4d\x53\x63\x10\x26\x95\x32\x1d\x77\x59\x96\xd3\xe9\xb4\ \xde\x6c\x5d\xb8\x70\xc1\x71\xdc\x28\x49\x07\xfd\xfe\xe1\xe1\x81\ \x49\xaa\x34\xcf\x35\x37\x27\xf3\x85\xb9\xc9\xdd\x4d\x88\xbe\x6b\ \xa2\x62\xcc\x26\x0d\x34\x64\x72\xd4\xee\x35\x43\x15\x65\x59\x06\ \x94\x92\x82\x29\x25\x2c\x62\xe5\x59\x42\xa9\x75\xb0\xbf\xd7\xef\ \x1e\x16\x45\x4e\x30\x62\xac\x2c\xcb\xd2\x34\xcb\x94\x10\x43\xd9\ \xf4\xfd\x20\x49\x92\x59\x9c\x78\xb6\xe5\x5a\x98\x73\x6e\xee\x6a\ \x00\x00\x63\x85\x46\x08\x69\x34\x1a\xd5\x6a\x75\x6b\x7b\xa7\xd6\ \x4c\x2d\xc7\xcd\x8a\xf2\xea\xb5\xeb\x8e\xeb\x2a\x0d\xfa\xc3\x31\ \xe7\x0c\x20\x6c\xdb\x4e\xa7\xd3\x7d\xe2\x89\xf7\xcc\x2d\xcc\x4b\ \x21\x76\xf7\xf6\xb8\x90\xc7\xc7\x3d\xcb\xb6\x6a\xb5\xc6\x70\x38\ \x8c\xa2\x68\x36\x99\x04\x41\x90\xc4\x89\xe5\x38\x14\x13\x08\xa1\ \x56\x5a\x09\xa9\x15\x04\x50\x6b\x04\x4c\xba\x96\xf9\x8b\x57\x2a\ \x15\x73\xf0\x8a\xe3\x38\x8a\xa3\xd3\xab\x6b\x42\x88\x28\x8a\x26\ \x93\x49\x92\x24\xcb\xcb\x2b\xef\x79\xcf\x13\x49\x92\x4e\xa7\xd3\ \x37\xdf\x7c\xf3\xb8\x7b\x0c\x11\xc0\x18\xa5\x59\x22\x39\xf3\xaa\ \x35\x6a\x13\x6d\x82\xa4\xb5\x2a\x58\x8e\x09\x08\x3c\xdb\xb1\x28\ \x41\x88\x95\x85\xe7\x7a\x0b\x8b\x8b\x61\x1c\x87\x51\x92\x64\xa9\ \x1f\xf8\xf0\x5b\x1a\xa8\x22\xcb\xa6\xe6\x15\x8c\xef\x34\x21\x18\ \x13\x04\x00\xb2\x5d\x97\x65\xda\xf8\xcd\xc5\x71\x22\x95\xa6\x94\ \x58\x96\xed\x38\x8e\x14\xa2\x60\xcc\x71\x2c\xdf\xf7\x09\xc6\x45\ \x51\x98\x6d\x03\x00\x48\x92\xc4\x28\x2d\x8c\xfb\x45\x59\xe4\xb6\ \x6d\x87\x61\x38\x9b\xcd\x38\xe7\x06\x45\x64\x8c\x19\xe3\x23\x42\ \x88\xb1\x81\xeb\xf5\x7a\xc6\xe0\x81\x31\x96\x65\x19\x42\xa8\x2c\ \xcb\x4e\xa7\xa3\xa5\x30\x39\xf2\xae\xeb\x7e\xfd\xe2\xae\xe7\xda\ \x7a\x71\x11\x6e\x6e\xdd\xa7\xca\xdc\x5f\xa6\x6d\x47\xd3\x29\x1e\ \x8f\x8b\xc7\x1e\xd7\x84\x14\x45\x9e\xe7\xb9\xe5\xb8\xd4\x72\xb4\ \xd2\x90\x22\x08\x14\x50\x0a\x40\x40\x09\x11\x92\x9b\xae\x5c\x29\ \x89\x10\x42\x10\x1a\x48\x84\x71\x51\x30\x8e\xa1\x83\x11\x32\x1a\ \x96\xbb\x83\x50\xe3\xd1\x98\x24\x49\xaf\xd7\xcb\xb2\xdc\x0f\x02\ \x8c\x69\xa3\xd1\x9c\x4e\xa7\x93\x69\x88\x20\xc2\x98\x08\x91\x21\ \x44\x08\x41\x81\xef\x95\x65\x61\xc4\x8d\x66\x04\x6a\xcc\x63\x6d\ \xdb\x36\xe6\x4a\x8e\x65\xd9\xb6\x6d\x70\x21\xd3\x38\x03\x00\xee\ \x0a\x67\xc0\x9d\x8b\xdc\xc0\xbb\x77\xc7\x65\xa6\x51\x32\xd0\x0d\ \xb5\x2c\x53\xf7\x5b\xad\x56\xbf\xdf\x8b\xe2\x54\x69\x30\x1a\x0e\ \x87\xc3\xa1\x94\x52\x29\x6d\x5e\xcd\xe4\xcf\xdd\x05\x73\xcd\x8d\ \xea\xae\xa9\xa4\xf9\x81\xbb\x8f\x22\x84\x1c\xdb\xb6\xac\x7b\x8c\ \xd9\x83\x10\x96\x45\x7e\x7c\x7c\x64\x3b\x1e\xa6\x41\x50\x0d\xb2\ \x9c\x61\x8c\x18\x06\x16\x85\xcd\x5a\xad\x4c\x23\x93\x7c\x62\xdc\ \xa9\x2c\xcb\xca\xd2\x74\x38\x1c\x48\xa9\xb3\x34\xe5\x4a\xd9\x04\ \x73\xa6\x8c\xaf\x8b\x79\x4d\x53\x29\xf2\x3c\x3f\x3e\x3e\x06\x5a\ \x03\x88\x6c\xc7\xad\x54\xaa\x41\xa5\x3a\x18\x8e\x82\x20\xc0\x84\ \x32\xce\x85\x90\x42\x08\x04\x41\xad\x5e\x1f\x8f\x27\x4b\x2b\x2b\ \x57\xaf\x5d\xdf\xdd\xdd\x4d\xb3\xbc\xe4\xdc\x72\x9c\xf1\x78\x12\ \x45\xb1\x56\x53\x4a\x29\xa1\xd4\x9c\xab\x24\x67\x86\xa0\xa2\x84\ \x14\x46\x0f\x45\x6f\xb7\x8e\x65\x59\x9a\x3f\xb7\xf9\xe4\x0d\xf4\ \x91\xe7\x99\xe3\xd4\x6a\xb5\x5a\x5e\x98\x50\xec\xea\x1b\x6f\xfc\ \x55\x59\x72\x21\xc4\xfe\xfe\xbe\x91\xfc\x00\xa0\x92\x38\xa6\x18\ \x53\x8a\xa5\x14\x00\x42\x08\x01\xc2\x10\x13\x0c\xb5\x82\x00\x20\ \x08\x1c\xcb\xe2\x8c\x13\x84\x8b\xa2\x14\x52\x05\x95\xaa\x06\xb0\ \xd5\x9e\xc3\xf7\x2e\x6f\xd7\x08\x43\x4a\x31\x84\x98\x60\x0d\x10\ \x72\x1c\xdb\x76\x5d\x88\x30\x67\x02\x13\x8c\xb4\x63\x0e\x8e\x5a\ \x6b\x0d\x20\x21\x96\xe3\x3a\xc6\xfd\x51\x4a\x29\x38\x27\x94\x52\ \x84\x4a\x08\xcd\x36\x30\x00\xba\x69\xe1\xab\xd5\x5a\xab\x59\x4f\ \xd3\x44\x29\x35\x18\x0c\xba\xdd\xae\xd1\x9d\x9a\x1d\x1b\x04\x01\ \x63\xcc\x58\x8c\x05\x41\x60\x80\x1d\x73\x3f\x36\x7b\xdb\x98\x3d\ \xf8\xae\x43\x29\x2d\x8a\x42\x08\xf1\x0d\x14\x77\xc7\x55\x6b\x6b\ \x78\x7b\xeb\x7e\x59\xbb\xbf\x4c\xeb\x82\xa3\x08\x4f\xa6\xec\xe4\ \x49\x28\xa5\xe1\x0e\x9a\x72\x06\x21\xd4\x4a\x41\x04\x29\xa5\xae\ \x45\x8a\x2c\x63\x19\x33\x44\x11\xad\x34\xc6\xc4\xf4\xce\x79\x96\ \x29\x00\x5d\xc7\x0d\x2a\x81\x2c\x0a\x7e\xd7\x54\x16\x80\x3c\xcf\ \x27\x93\x89\x39\xfc\x0e\x06\x03\xe3\xdd\x38\x1c\x0e\x4c\xec\xa7\ \xf1\xd7\x35\x13\x2d\xad\x15\x84\x98\x52\xcb\xb2\xe8\xb5\x6b\xd7\ \xcc\x37\x4d\x13\x44\x08\x31\xc9\x1b\x45\x9e\x17\x59\x56\xad\x56\ \x8d\x64\xd4\x04\xef\x59\x96\x75\x17\x8e\xd0\x77\xec\x6d\x4d\xad\ \x37\x0d\xfb\x5d\x0c\x1a\x00\x10\xc7\x71\xb3\xd5\x6a\xcf\xcd\xf5\ \x7a\xbd\xbd\xbd\xbd\xe1\x70\x58\x14\x25\x26\x16\x42\x10\x23\x8c\ \x10\x82\xf0\xf6\x25\x6a\x22\x43\xcd\x55\x7d\xb7\x1d\x56\x77\xd2\ \x88\x4c\x87\x65\x2e\x42\x33\xfe\x32\x66\x20\xf7\x0a\x0e\x28\xd7\ \x75\x08\xd4\x9e\x6d\xf9\x95\x0a\x93\x82\x20\x88\x11\x24\xb6\x35\ \x3f\xdf\xe8\x88\x1c\x68\x29\x98\x3c\x38\x3c\x34\xf7\x2d\xd7\xf3\ \x08\xa5\x59\x9a\xc5\x49\x4a\x29\x9d\x9b\x5f\xb0\x29\x4e\xa3\xd0\ \x18\x37\x6a\xa0\x95\x52\xbb\xbb\xbb\xe6\xc4\x63\xcc\xc2\x82\x4a\ \xad\xd7\xed\x1a\xe8\x89\x31\x6e\x7e\x35\x73\x03\xf3\x3c\xaf\x5e\ \xab\xb6\x5a\x8d\xad\xcd\xad\x3f\xf8\xfd\xdf\xc7\x84\x44\x49\x92\ \x24\x89\x14\x82\x73\x7e\x78\x78\xa8\x80\xce\xd3\xb4\x5e\xad\x28\ \xa5\x26\xd1\xac\x28\x0a\x42\x29\xc6\x98\x22\x2c\x84\x30\x0e\x35\ \x5a\x69\x08\xa0\x61\x10\x99\x0f\xc7\xf3\x3c\xc3\x46\xb5\xa8\x15\ \xce\x66\xb5\x5a\x65\x6d\x6d\xed\xf1\xc7\x1f\x7f\xee\x99\x67\xff\ \xfc\xcf\x3f\xe3\xba\x2e\xc6\xd4\x24\x6e\xd7\x6b\xf5\x74\xd2\x2f\ \x4b\x56\x0b\xaa\x8d\x6a\x35\x08\x2a\x71\x1c\xeb\xdb\x3b\xf0\xf6\ \x0e\x85\x40\x27\x49\x5a\xf2\xb2\xc8\x72\x08\x50\x5c\xe4\x8e\xe7\ \x23\x4c\x34\x44\x1a\xde\x7b\x68\xa8\xd6\xe6\xec\x8a\x21\x84\x10\ \x23\x21\xb5\xa1\x42\x12\x63\x37\x44\x68\x1a\xcd\x86\x18\x1b\x1b\ \x4e\x2e\x24\x00\x80\x12\xc2\x38\xaf\x56\x6a\x7e\x50\x95\x92\x6b\ \xa5\x4a\x21\x04\xbf\xdd\x0d\x18\x07\x69\x73\xe0\xa3\x94\xba\x9e\ \x57\x14\x99\x39\xf6\x71\xce\x08\xa1\x84\x90\x3c\xcf\x00\x80\xb6\ \x6d\x09\xce\x35\xa5\x69\x9a\x52\x4a\x6d\xdb\xb6\x6d\x5b\xdd\xb9\ \x00\x8d\xf9\x3e\x42\xd0\x74\xf7\x86\x67\x49\xbe\xfe\x6f\xe3\xf9\ \xfa\xc4\x09\x78\xf3\x16\x10\xe2\x7e\x65\xbb\xbf\x34\x42\x64\x32\ \x21\x93\x09\x3b\x75\x12\x68\x4d\x09\x75\x1c\x07\x62\x8a\x08\x09\ \x3c\xdf\x44\x57\x23\xad\x6d\x82\x62\x42\x4c\x71\x31\xd6\xe7\x18\ \x63\x42\xa9\xd6\x5a\x48\xa9\xb4\xa6\x96\x43\x28\x85\x42\x60\x88\ \x4c\x17\x63\x4a\xbc\x29\x8e\x86\xe0\x95\x67\xb9\xd6\xa0\xd7\xeb\ \x0f\x87\x03\xcb\xb2\x93\x38\x11\x52\x1a\x98\x32\xcb\xd2\x3c\x2f\ \xb4\x92\x08\x6a\xcb\xb2\x26\x93\x09\xb8\xe3\x76\x6d\x6c\x0e\xef\ \xe0\x1e\x20\x49\x12\xd3\xed\x1a\x64\xd3\x90\x1d\x2d\xcb\xb2\x6d\ \xbb\x28\x4b\x2e\x84\xa1\xaf\xdc\x7d\x0f\xe6\x6b\xd3\xcb\x07\xd5\ \xea\x60\x38\x1c\x8e\x46\x26\xfd\x80\x31\xe6\xb8\x8e\xd6\x10\x21\ \x64\x59\x54\xc7\xca\x90\xe2\x4d\x6f\x65\x00\x25\x33\x40\x33\x97\ \xae\xb9\x68\xef\xe2\x36\xa6\x91\x77\x1c\xc7\x71\x1c\x82\x89\xe7\ \x7b\xf7\x4a\xdb\x80\x04\xc3\xf9\x76\x8b\x5a\x9e\x50\xb2\x56\x6d\ \x50\xcb\x46\x90\x14\x65\xe6\xbb\xae\xe7\x3a\x4a\x0a\xad\xa0\x2c\ \x4b\x42\x29\x26\xa4\xd9\x6c\x4a\x29\x31\xa1\x8c\x31\xa5\x15\xb5\ \x2c\xd7\xb1\xca\x24\x36\x77\x37\x2d\xb5\xc1\x67\x18\x63\x27\x4e\ \x9c\x38\x7d\xfa\xf4\x74\x3a\x4d\xb3\x22\x8e\x93\x6b\xd7\xae\x67\ \x59\x11\x86\xb3\xa2\x28\xb3\x2c\x6b\x36\x1a\xe1\x6c\x96\x24\x59\ \x59\x14\x79\x96\xda\xb6\x8d\x30\x8e\xe2\xd8\x71\xdd\x38\x4d\x84\ \x94\x42\xca\x28\x8e\x5d\xcf\x13\x52\x24\x59\x16\x25\x49\xe0\x7b\ \x59\x9e\xe1\x12\xbb\x8e\x63\xfb\x81\xeb\xba\x9e\xeb\x01\xa0\xa2\ \x64\x06\x21\xd2\x5a\x33\xce\x31\x26\xae\xe7\xc6\x51\x6c\x86\xcf\ \x51\x14\x2f\xcc\xb5\xe3\x28\x7e\xfe\xf9\xe7\x59\x21\xaa\xb5\x9a\ \xb9\x31\x13\x82\x3d\xcf\x2d\x8a\x42\xe9\xdb\xe7\x3c\x3f\xf0\x95\ \x52\x45\x91\x4b\x21\x00\x86\xe0\x76\x6c\x97\x02\x00\x28\xa9\xb8\ \x28\x31\x80\x65\x51\x42\x80\x2d\xcf\xa9\x5a\x8d\xc5\xc5\x60\xf9\ \xc4\x09\x2f\xf0\x21\xba\x67\xc2\x8c\x86\x50\x53\x82\x01\x84\x10\ \x22\x0d\x94\xd6\x20\x8a\xa2\x92\x31\x84\x31\xa5\x94\x17\x85\x94\ \x0a\x23\x0c\x00\x80\x00\xde\xad\xbc\xa6\x70\x2b\x25\xa0\x52\x59\ \x9a\x08\x29\x10\x42\xd2\x1c\x67\x31\x42\x10\x41\x84\x8a\xb2\xe0\ \x8c\x69\x0d\xb4\x06\x94\x52\xad\xa1\xd6\x40\x08\xa1\x35\x34\xcc\ \x7a\xc7\xf5\x40\x91\x9b\x69\x8a\x6d\xdb\x8d\x46\x03\x22\x58\xe4\ \x05\x80\x00\x61\xac\x94\xaa\x56\xaa\x40\xab\x38\x8e\x4d\xcb\xf2\ \x0d\x74\xee\x41\x20\xd7\xcf\x5b\x5f\xfc\x22\xec\xf5\xf4\x7d\x87\ \x99\xfb\x4b\x6b\x6b\x7b\x07\x28\xc5\xce\x9c\x01\x52\x4a\xa1\x09\ \x26\x1a\x21\x42\x90\xeb\xd9\x94\x58\x08\x41\xa4\xb5\x16\x82\x10\ \x6a\xbe\x34\x88\x84\xe3\x38\x46\x59\x57\xad\x54\x00\xc2\x84\xda\ \xac\x2c\x25\x2b\x95\x16\x00\x6a\x88\x00\x44\x00\x63\xe8\xb8\xb6\ \x10\x0c\x13\x64\x51\x8b\x0b\xa6\x94\x12\x82\x33\x56\xfa\xbe\x2f\ \x94\x28\xca\x82\x52\x4a\xa8\x8b\x10\x14\x42\x26\x49\xdc\x6a\x35\ \xa4\x52\xb6\x6d\x9b\x8a\x6c\x2e\x5a\x43\x6a\x64\x8c\x21\x82\xcb\ \xa2\x0c\x2a\x15\xc7\xb2\x66\xb3\x99\xa9\xf2\x86\x60\xe3\xd8\xb6\ \x06\x40\x03\x73\xfd\x68\xc3\xca\x37\x5c\x1a\x03\x91\xc7\x71\xac\ \x01\x34\x27\x0f\xc6\x98\x39\x1c\x58\x94\x2a\xa5\xa5\x52\x10\x68\ \x04\x01\x93\xd2\x1c\x90\xcd\xff\x6b\x8e\xd8\x46\xba\x62\xd0\x21\ \x53\xd6\x0d\xab\xd2\x14\x7d\x63\x95\x85\x09\x76\x6c\x47\xdf\x13\ \xe6\xae\x81\xc6\x10\x50\xa4\x6d\x0b\xf1\x82\x2d\x2d\xb6\x83\x5a\ \x9d\x10\x5a\x96\x25\xa1\x48\x2a\x7e\xf9\xcd\xcb\x10\x23\x42\x29\ \xe7\xdc\xf5\xbc\x20\x08\x8c\x59\x31\xb5\x2c\x05\x80\xd6\xba\xc8\ \x32\xa0\x38\x81\x1a\x29\x85\xb4\xa2\x08\x19\x22\x93\x6d\xdb\x41\ \x10\x64\x59\x26\xa5\x18\x0e\x47\x5a\x32\x8c\x34\x82\x2a\x8e\xc3\ \x34\xc9\x9b\xed\x26\x26\x48\x15\x2a\x8a\xa2\x8a\xef\x52\x4a\x08\ \x42\x14\x63\x29\xb8\x67\xdb\x36\xc1\x40\x03\xad\x24\x10\xbc\x1e\ \x54\xe2\x38\xf1\x83\xa0\xdd\x9a\xef\x76\x8f\x85\x52\x12\x68\xdb\ \xa6\x9e\xef\xd7\xfc\x0a\xe7\x4c\x8a\x92\x31\x06\x94\xb4\x09\x06\ \x00\x40\x44\x43\xc1\xf3\x5c\x43\x0c\xb2\x3c\x9d\x45\x61\x8e\x49\ \x1c\xc7\x49\x9c\x40\x84\x6c\xdb\x76\x5c\xdb\xa2\x94\x10\x5c\x96\ \x5a\x6b\x81\x10\x56\x4a\x97\x45\x91\x96\x4c\xf2\x12\x13\x4c\x80\ \x25\xb8\xd0\x1a\x00\x05\xca\x92\x57\x83\x8a\xe0\x1c\x62\x6a\xfb\ \x3e\x44\x88\x52\xea\xba\x4e\xa5\x56\xf3\x2b\x81\x09\x3d\xbf\x27\ \x34\x0c\x68\xad\x01\x22\x0a\x62\xa5\x14\xa1\x48\x69\x69\x3b\x1e\ \xe3\x7c\x32\x99\x02\x0d\x34\x00\x08\x4a\xa1\xb8\x46\x5a\x2a\xa5\ \x20\xa0\xb6\xa5\x01\x70\x1c\xd7\xb2\xac\x38\x8a\x8b\x22\xaf\x56\ \x03\x48\x28\xc0\x42\x02\xa0\x21\x46\x94\x22\x42\x7d\x3f\x08\x4a\ \xc6\x84\x14\x1a\x20\x62\x29\x21\xdc\xa0\x3a\xbf\xb8\x54\x32\xe6\ \x57\x6a\x4d\xdb\xd6\x5a\x13\x42\x2b\xd5\xea\x2c\x9a\x56\x5b\x4d\ \xdf\xf7\x01\x80\x84\x33\x44\x69\x12\x27\x00\x63\x56\x32\xce\x58\ \x9c\xa6\x36\x25\x45\x59\x42\x08\xe7\xe6\xe7\xc9\x37\xf2\x3b\xe9\ \xf5\x75\xa0\x35\xda\x3f\x90\xcb\xcb\xf7\x8b\xfb\xdf\xf2\x05\xb5\ \xb6\x76\x77\xc4\xd2\xa2\x68\xb5\xa0\xd6\x84\x52\x8c\x09\x57\x52\ \x4a\x99\x65\x29\xe7\x21\x82\xd0\xef\x41\x84\xb1\x00\x00\x20\x00\ \x49\x44\x41\x54\xc2\x04\x01\x28\x84\x84\x00\x69\x20\x4d\x47\x4c\ \x29\x01\x10\x52\x4a\xfd\x20\x90\x4a\x23\x4c\xe4\x6d\x8e\xbc\x82\ \x10\x40\x08\x0c\xe5\x40\x6b\x25\x95\x94\x52\x48\x8c\x10\x82\x9c\ \x0b\x6a\x61\x84\x21\x80\x4a\x4a\x0e\x80\x82\x50\x43\x08\xfc\xc0\ \x23\x25\x96\x82\x23\x84\x7d\xdf\x37\x34\xc4\xbb\x3e\xae\x84\x10\ \x83\xae\xa4\x79\x06\x20\x50\x5a\x65\x65\x61\x32\xf3\xf4\x1d\x70\ \xdf\x38\xfa\x9a\xa2\x6c\xca\xba\x49\x4f\x35\x9d\xb8\x61\x58\x0b\ \xa9\x6e\x07\xda\x7c\xd5\xb3\x8c\xcb\x55\x91\x67\x5f\x8d\xb0\xdf\ \x7d\x1d\xd3\x39\xc2\xdb\x39\x5c\xb7\xb9\x8f\x94\x52\x83\xcf\x18\ \x77\x56\xc6\xd8\x2c\x8a\xa2\x28\xbe\x37\xa9\xa4\xd6\xc0\xb6\x2c\ \x8b\x60\xdb\x22\x05\xe3\x79\x11\xf7\x47\x03\x88\x30\xb6\x2c\xad\ \x54\x1c\x86\x0a\x20\x4a\x08\x80\x50\x1b\x1f\x63\x8c\xf3\x3c\xb7\ \x6c\xab\xda\x6c\x10\x42\xf3\x3c\x9f\xf6\xba\xa0\xcc\x81\x54\x18\ \x6a\xc7\xa6\x8e\x65\x31\xc6\x90\x06\x71\x14\x0b\x29\x19\x63\x04\ \x43\x08\x24\xa5\x88\x12\xa8\x94\xd4\x5a\xb9\x9e\x2d\x95\xac\x35\ \x6a\x4a\x83\x22\x55\x52\xf0\x4a\xe0\xb7\xda\x4d\xdb\xb6\xc2\x59\ \x28\x58\xc9\x39\xf7\x5c\xaf\xd1\x6c\xf8\xbe\xdf\xeb\x0e\x24\x17\ \x5a\xe9\x34\xcd\xa4\xd6\x06\x2e\x90\x5a\x11\x84\x58\x99\x6b\xa5\ \x18\x2b\xb4\x52\x14\x41\x82\x49\x5e\x14\x08\x62\xd7\xb5\x93\x34\ \x2d\x59\x99\xf2\xa4\x7b\x8c\x3c\xc7\xa5\x94\x12\x4a\xca\xb2\x04\ \x50\x43\xa8\xf3\x22\x4d\xd3\x94\x73\xae\x81\x46\x88\x40\xa0\x38\ \x17\x10\x68\xa5\x95\x43\x1d\x44\xb0\x14\x52\x49\x0d\x21\x10\x42\ \x22\x88\xa9\x85\x09\x21\x5c\xca\xa2\x28\x92\x2c\xab\x97\xb9\x0e\ \x65\x38\x19\x69\x0d\xee\x0d\x10\xd3\x1a\x00\x88\x6c\xd7\x43\x84\ \x2a\xc1\x01\x44\x1a\x40\x42\x2d\xa1\xb4\x52\x1a\x21\x82\x11\x52\ \xca\x78\xfc\x2b\xc3\x77\x05\x10\x2a\xad\x6d\xc7\xf5\x7d\x9f\x31\ \xae\x35\xd4\x10\xb9\xbe\x4b\x2c\x1b\x5b\x76\xbd\x05\x6c\xdb\xd1\ \x08\x03\x8c\xbd\x4a\x45\x29\x15\x67\xa6\x79\xd7\x96\x65\x55\x1b\ \xad\xa2\x28\x00\xa6\x00\x53\xad\x14\x57\x3a\x2b\x0b\xae\x81\x82\ \x40\xa4\x19\x54\x4a\x2a\x85\x31\xae\xd4\x6b\xe6\x0c\x1a\x45\x11\ \x67\x25\xc2\x84\x5a\x96\x19\xcf\x7e\xfd\xe2\x0e\x85\x50\xcb\xcb\ \x00\x63\x74\x70\x20\x3e\xfc\x14\xfc\x2a\x67\xbe\xfb\xeb\x6f\x67\ \xe7\x6e\xef\xee\xb3\xd5\x35\x65\x59\x40\x6b\x73\xea\x24\x84\x58\ \xb6\x05\x10\x9a\x45\x33\x56\x94\x14\x61\x0b\x13\x56\x94\x52\x29\ \x88\xa1\x29\x70\x26\x98\xc2\x8c\x37\xa3\x38\xd2\x00\xd6\x6b\x55\ \x45\xa8\x92\xc2\x94\x54\x43\x8c\xb3\x6d\xdb\x90\xc4\x8d\x64\xd4\ \x1c\x69\x29\xa5\x10\x02\xd7\x75\x4d\x2f\x6c\xca\xa5\x31\xfe\x35\ \x4f\x34\x15\xf9\xee\x64\x49\x08\xc1\x4a\x06\x11\x34\xa2\x50\xdb\ \xb6\x05\xe7\x9e\xe7\x71\xce\x4d\xd1\xbd\x6d\xd5\x5b\x96\x4c\x08\ \xd3\xe6\x9b\x59\xee\xdd\xfe\xda\xbc\x67\x84\xb1\x41\xc9\xef\xce\ \x7b\x4d\x0b\x2f\x84\x90\x52\x49\x29\x35\xb8\x2d\xc4\x35\xff\xde\ \xad\x1a\x77\xb1\x1a\xe3\x11\x6f\xde\xa7\xe1\x47\x1a\x00\x24\xcf\ \x72\xc6\xd9\xbd\x51\xdd\x21\x04\x42\x4a\x88\x31\x40\xd8\xf3\x7d\ \xdf\xf7\x36\x77\xf6\x8e\x8f\x7b\x8e\x1f\x08\xc6\x30\x04\x84\x50\ \x78\x7b\xa0\x00\x8d\x03\x7e\xab\xd5\x6a\x34\x9b\xdb\x3b\xbb\x45\ \x51\xce\x2f\x2c\xd8\xb6\x25\x78\x61\x32\x4f\x00\x80\x1a\x80\xc6\ \x5c\x6b\x1c\xce\xca\xb2\x2c\x8b\x42\x6b\x25\xb9\x08\x2a\x15\x3f\ \x8a\xfb\xfd\xbe\xed\x38\x96\x6d\x33\xce\x95\x54\x7e\xcd\x0f\x27\ \x33\x4c\xb0\xed\xba\x88\x20\x6a\x59\xc4\xa2\x52\x29\xcb\xb6\x4b\ \xce\x34\x04\x69\x96\x69\x00\xd2\x34\x21\x84\xda\x96\x05\x00\xa8\ \xd5\xaa\x9c\x73\xa3\xf2\x91\x52\x0a\xc6\x24\xe7\x49\x9c\x38\x8e\ \xe3\x78\x1e\x44\x50\x2a\xc5\x84\x20\x94\x12\x42\x4c\x4f\x6d\xa0\ \x33\x33\x0a\x36\x73\x8b\x28\x8a\xcc\x30\x5c\x4a\x59\x16\x25\x2b\ \x4b\x42\x09\x00\xc0\x76\x1c\xcf\x73\x28\xa1\x0a\x68\xa5\x15\x80\ \x08\x21\x0c\xa1\x2e\xcb\xc2\x75\xdd\x6a\x25\x60\x65\xae\x24\x71\ \x1c\x87\x62\x3c\x0b\xa7\x69\x9a\x99\x43\xde\x3d\x07\x1c\xde\x3e\ \x3b\xdd\xf1\x4e\xd0\x5a\x23\x08\x5d\xd7\xd5\x1a\x2a\xa5\x94\x32\ \x21\x5c\x06\xc0\x41\x18\x21\x42\x28\xe7\x3c\x8a\xa2\xa2\x28\x84\ \xe0\xd3\xe9\xf4\x76\x5e\xa3\xe0\x10\x40\xad\x6f\x9f\x26\xcd\x99\ \x4f\x0a\x09\x01\x40\x5f\xb5\x00\x84\xfa\xee\xad\x08\x6a\x88\xa1\ \xd0\x4a\x09\x89\x34\x80\x08\x6a\xa5\x30\x42\x9e\xed\x04\x95\x0a\ \xa1\x84\xb3\x02\xdd\x11\x52\x69\xad\xbf\x81\xce\x5d\x08\xb5\xba\ \x0a\x10\x82\x5b\x5b\xe0\xbe\x89\xfa\xfd\xce\x9d\x31\x6b\x6b\x33\ \x7b\xe2\x09\xed\x38\x80\x31\xad\xb5\x52\x12\x61\x44\xa9\x05\x08\ \x82\x00\x6a\x0d\x0c\x72\x0d\x21\xc4\x18\x29\xad\x0c\xe8\x61\x28\ \x28\x86\x5c\x98\x65\x99\x06\xa8\xd9\x6c\x7c\x75\xd0\xe3\xed\xef\ \x6b\xad\x94\x32\x36\x2f\x77\x23\xeb\x4c\x31\x35\x95\xdd\x50\xe6\ \x19\x63\x69\x9a\x36\x1b\x75\xad\x75\x96\x65\x86\x2b\x66\xd0\x0f\ \x03\x74\x0a\x25\x10\x44\x5c\xf0\xa2\x28\x1a\x8d\x86\xeb\x38\x52\ \x48\x08\x21\x46\x48\x48\xa9\x01\x90\x42\x9a\xe4\x3c\xe3\xc6\xfe\ \xd5\x0a\xc3\xaf\x56\x1b\xdd\x9d\x8b\x1a\x61\x88\x79\xf4\xee\x0f\ \xdf\x8d\x5a\x45\x77\xf8\xcb\x66\x99\x1f\x90\x77\x32\xfc\x8c\xa0\ \xe4\xab\xb3\x58\xcd\x73\xbf\x95\xc9\x9e\x54\x9a\x09\x09\x31\xf5\ \x3c\xdf\x75\x5d\x44\x68\x9e\xe7\x40\x49\x09\x01\x04\x4a\xa9\xdb\ \xb2\x2c\x23\x99\xc1\x18\x57\x82\x40\x29\x15\x86\xd3\xc5\xa5\x25\ \x27\x08\xfe\x3f\xf6\xde\x34\xd6\xb2\xec\x3a\x0f\x5b\x6b\xed\xbd\ \xcf\x74\x87\x37\xd5\x3c\x75\x55\xcf\x6c\x8a\xcd\x79\x90\x28\x31\ \x12\x4d\xc8\x8e\x12\x4b\x94\x42\xcb\xb2\x1d\x59\x12\x22\x0b\x08\ \x14\x03\x19\x00\x03\xb2\x91\x40\xf9\x65\x20\x46\x0c\xd8\x8a\x00\ \x23\x96\xa3\x28\x71\x14\x5b\xa6\x13\x51\x0e\x29\x51\x12\x29\x91\ \x94\x38\x36\xc5\xe6\xd0\x43\x55\xcf\x55\xd5\x55\xf5\xea\x8d\xf7\ \xdd\xe1\x0c\x7b\x58\xf9\xb1\xce\xd9\xef\xbc\x57\x24\xd5\xfd\x9a\ \x0d\x53\xee\xbe\x68\x34\x5e\xbf\xbe\xef\xdc\x7b\x86\xfd\xad\xb5\ \xbf\xf5\xad\x6f\x4d\xcb\x19\x23\x00\x62\xe0\x60\x9d\xdb\xdd\xd9\ \x99\x2d\xe6\x83\x62\x70\xfd\xfa\xf5\xe0\x5d\x9e\xa5\x7b\x93\x89\ \xf4\x04\x8c\xc7\x23\x22\xc5\x00\xd6\xf9\xc9\x64\x32\xd9\x9b\x0c\ \x8a\x7c\x30\x28\xe6\xf3\xf9\x64\x32\xe1\x10\x12\x63\x26\x93\x89\ \xb3\x8e\x88\x16\x8b\x45\x9a\xa6\x49\x9a\xee\xec\x4c\xce\x9d\x3f\ \x97\x0f\x06\x9e\xfd\x6c\x36\xa5\x4e\x1e\x3a\xc8\xb2\xcd\xbd\xbd\ \xe0\xa1\xaa\xac\x0f\xa0\xb4\x6a\x5c\x00\x46\x22\x0d\x44\x4a\x69\ \x22\xad\x4d\x4a\xca\x04\x66\xef\xbd\x75\xc1\xfb\x60\x9d\xf7\x01\ \x94\xa2\xc0\x08\x4a\xe5\x45\xa1\x14\x31\xb3\x22\x42\xa4\xaa\x2a\ \x65\x43\x66\xb4\x21\xa3\x43\x53\x2d\xe6\x53\xd7\x54\x83\x3c\xd5\ \x44\x84\x9c\x25\xba\xc8\xd3\xaa\x54\x25\x70\xa2\xe9\xc8\x42\x48\ \x39\x05\xb9\xbf\xde\x07\x66\xb6\xb6\x49\x92\xf4\xec\xd9\xb3\x44\ \xba\xaa\xca\xcd\xcd\xf5\xf9\x62\x0f\x51\x21\x12\x89\x3d\x11\x87\ \xc9\x64\x67\x67\x67\xbb\x69\x6c\x08\x81\x91\xbb\xa2\x4c\x9b\x31\ \xc4\x41\x60\x44\x04\x0c\x5a\x29\xef\x7d\x5d\x3b\x44\x54\x4a\x23\ \x82\x6f\x5b\x3a\x14\x43\x00\x02\x46\x24\x44\x00\xea\x34\x66\xb8\ \x28\x4b\xe1\xdc\x45\x3f\x2f\x05\xea\xf9\x7c\xfe\xd2\xc0\xfd\xec\ \x59\x3e\x71\x42\x7d\xe3\x1b\xb8\x28\x81\xe8\xdf\xdf\x60\xa6\xd7\ \x5f\xff\xbe\xb3\x76\xa5\xcc\xcd\x9b\xe6\xd6\xad\xfa\xfe\xfb\x38\ \x4d\xa1\xae\x11\x89\xa8\x55\xfb\x29\x65\x94\x56\x59\x96\x2a\x40\ \xf0\xc1\x05\xeb\xbd\x27\x85\xc2\xba\x88\x66\x4b\xc0\x0e\x80\x01\ \x98\x0f\xa2\xa1\xfc\x5f\x01\x5c\x69\x05\x92\x29\x0d\xd6\x5a\x49\ \xe5\x24\x42\x68\xad\xa3\xc9\x57\xc4\x5f\x41\x4f\xc1\x4d\xa9\xbf\ \x29\x52\x42\xce\x70\x90\xca\x2a\x32\xb3\xd2\x1a\xbb\xb2\x27\x75\ \xe9\xb9\xfc\x89\x04\x15\x39\x7e\x14\x93\xc5\x25\x1d\xc1\x3a\xfe\ \x67\x08\x81\x43\x50\x5a\x4b\xe9\x35\xae\xd5\x08\xfd\x82\xfe\xb1\ \xc4\x27\x4a\xe4\xd8\x9e\xce\x1c\xf0\xe8\xc8\xce\x4a\x27\x3a\xc9\ \x95\xd2\x95\x75\xb5\x75\x4a\xa7\x59\x51\x38\x6b\xd3\x24\x59\xcc\ \xf6\xb8\xbb\xb4\xcc\x9c\xa6\x69\x94\xeb\x88\x6e\xda\x59\xab\x15\ \x58\x67\xbd\x73\x8c\x80\x4a\x29\xad\x26\xd3\x3d\xe7\x9c\x32\xda\ \x79\x3f\x99\x4c\x56\x57\x2f\xae\xae\xad\xd5\x8d\xbd\x71\xe3\x86\ \xf7\x21\xcb\xf2\x10\x02\x92\xda\xde\xde\x4e\xd3\x8c\x01\xaa\xa6\ \x91\xb3\xd2\x46\x17\xa3\x21\xed\xee\x94\x75\x35\x0a\x01\x88\x4c\ \x62\x8a\xbc\x98\xec\x4e\xd2\x34\x95\x30\x9f\x18\xa3\x95\x92\xad\ \x8c\xdc\x62\x24\x6a\x6c\xd3\x38\xab\xb4\x9a\xce\x66\x59\x9e\x01\ \x21\x20\x91\xd2\x8b\xc5\xa2\xac\xab\x2c\x49\xb5\xd2\x55\x5d\x49\ \x64\x6d\xea\x26\x30\x3b\x87\x65\x59\x72\x08\x5a\x1b\x44\x28\xcb\ \x32\x35\xda\x39\xeb\x43\x08\x2c\xfb\x36\x32\xc6\x30\xf8\x22\x4b\ \x9b\xba\xe6\xe0\x47\xc3\x62\x77\x67\x6b\xb3\x2a\x57\x96\x97\x14\ \x21\x42\xb0\x4d\x7d\xb4\x6a\x2a\x02\x48\x26\x21\x1b\x44\x00\x60\ \x84\xd9\x6c\xa6\x75\xad\x94\x4e\xd3\x0c\x40\x76\x90\x0a\x91\x94\ \xd2\x4a\x69\xef\xec\xd6\xf6\x96\x77\xde\xfb\x20\xcf\x03\x69\x72\ \xae\xed\xa2\x92\xe3\x2c\x16\x8b\x38\x91\x5c\x11\x71\xe0\x3e\xf4\ \xf7\x45\x6a\x48\xe4\xd9\x09\xb8\x13\x20\x33\x03\x73\x62\x4c\x53\ \x37\xde\xfb\xe1\x68\xa8\xb5\x46\x80\x98\x0f\xe9\x97\x94\x24\x14\ \x45\xf8\x9e\x37\xe2\x33\xcf\xc2\xde\x04\xc6\xe3\xd7\xc1\xfd\xb5\ \x0b\xee\x5a\x27\xcf\x3f\xcf\xc6\x34\x97\x2e\x41\x37\x0b\x3c\xaa\ \x5c\x92\x24\x39\x71\xfc\x04\x30\x23\xc3\x7c\x6f\xba\x55\x55\x82\ \x84\xb2\xef\x14\x0e\x12\x00\xf2\x3c\x3f\x71\xe2\x24\x92\xca\xb2\ \xac\xe9\xa4\x2c\x91\xb9\x8e\xe3\x34\x01\x40\x36\xe3\x87\x04\x85\ \x92\x29\x4b\x8e\x5f\x2e\xca\x34\x49\xda\x2d\xad\xf7\xb2\x42\xc4\ \x4d\xa5\x85\x69\x6d\xaa\xaa\x5a\x2c\x16\xc1\xfb\xe0\x43\xdd\x34\ \x46\x29\x04\x18\x0e\x87\x9a\x94\xec\x2a\x64\xa1\xfa\xee\x25\xc9\ \x94\x0c\x30\x9a\xcf\xe7\x69\x9a\x19\xd3\x0e\xce\x8e\x62\x18\x21\ \xe8\xeb\xba\x26\xe7\x24\x5c\x0d\x06\x83\x98\xef\xcb\x7b\x0e\x25\ \xe6\x02\xfa\xb2\xd7\x96\xb9\x1f\xd2\xc2\x7a\x34\x94\xf1\xcc\xa5\ \x75\xe3\x62\x84\xc1\x21\xe9\x33\x67\x4e\x9f\x3c\x7d\xda\x7b\xdf\ \x54\xd5\xd7\x1e\xfd\xb2\x73\x56\xe4\x7a\x91\x23\x92\xb6\xd5\x73\ \xe7\xce\x9d\x38\x71\x62\x38\x1a\x41\x53\x09\x1d\xcc\xcc\x3e\x78\ \x27\x15\x88\xa6\xf1\x21\xac\xac\xae\xee\xcd\xf6\x6e\xde\xbc\x39\ \x9d\x4d\x17\x8b\xb2\x53\x88\x36\x8d\x75\x69\x96\x37\xb6\x99\x4e\ \xa7\x4a\xa1\x3b\xb6\x02\x08\x4a\x2b\x22\xb2\xce\x01\xe2\x74\x36\ \x1b\x0c\x87\x59\x96\xb9\x10\x18\x18\x10\xb6\xb6\xb6\x4c\x9a\x36\ \xb6\xb6\xb6\xf1\xce\x25\x46\xad\x0c\xc7\xc1\x5a\x41\x76\x1f\x02\ \x29\x22\xd4\x5a\x29\xef\x83\xf7\x2e\xcd\xb2\xdc\xb9\x79\x59\x6e\ \x6f\xef\x60\x80\x95\x95\x15\xe7\x7d\x63\x6d\xd3\x34\x80\x28\x73\ \xb4\xad\xb5\x8b\xb2\x2c\xed\x2c\x84\xa0\x09\xc6\x83\x22\x49\x52\ \x6b\x2d\x03\x08\x64\x6a\x6d\x98\x9d\x56\xba\xe6\xca\x3b\xe7\x00\ \xe6\xb3\x79\x5e\xe4\xb2\xb7\x1b\x8f\xc7\x79\x96\x11\xd1\x91\x7b\ \x76\x9c\xf3\x21\x04\x99\xca\x42\xa8\x26\x93\xbd\xcd\xcd\xad\xa6\ \xb1\x32\x8c\xc9\x7b\x4f\x48\x5a\x69\x66\x54\x4a\x35\xd6\x86\x50\ \xcb\xf5\x48\x92\xc4\x39\x1b\x5c\x60\x66\x44\x52\x8a\xe4\x06\xc9\ \xf3\x23\x4f\xb5\x18\xf0\x01\x00\x61\x4b\x33\x02\x02\x21\x31\x07\ \xef\x98\xb4\x62\x80\xc0\x21\x30\x23\xb7\x4f\x15\x21\xd9\xa6\x99\ \xcf\xe7\x59\x96\x05\xe7\x45\x27\x26\x0f\xbf\x7e\x49\x27\x14\x42\ \xb8\xff\x01\xf3\xe9\xcf\xe0\x6c\xc6\xcb\xcb\x7f\x41\x70\x08\x38\ \x30\x87\xd7\x68\xe3\x15\xd2\xab\x33\x5b\x45\x6b\x73\xed\x3a\xa7\ \xa9\x3b\x71\x42\xf6\xa5\x3e\x84\xc0\x41\x69\x63\x9d\xdd\xd9\xd9\ \xd1\x5a\x27\xc6\x10\x92\x22\x92\x9a\xa8\xe0\xa6\xd2\xda\x3a\x8b\ \x5a\xcf\x66\xb3\x96\x7a\x56\xba\x2c\x4b\x46\xee\x4b\x5c\x64\x72\ \xa9\x74\x1b\x89\x43\x4b\x08\x41\x46\xc5\x47\x04\x17\xa8\x12\xf0\ \x95\x95\x10\x42\x90\x3a\xa7\xfc\x5f\xc1\xd0\x6e\xd4\x5f\x8b\xc2\ \x8a\xa8\xc5\x38\xef\x09\x31\x84\x50\x5b\x87\xd0\x26\xe3\x51\xe2\ \xa2\xb5\x8e\xdd\x83\xde\xfb\xd9\xa2\x1c\x8f\xc1\x98\xa1\x1c\x3c\ \x66\xee\x6d\xb6\xde\x2d\x48\xad\xf5\x70\x38\x94\xd0\x22\xb1\x24\ \xa2\xb9\xb8\x62\xc9\xf1\x25\x90\x88\x65\x8d\x52\x3a\x49\x92\xa3\ \xa5\x90\xcc\xac\xb4\xa9\x6a\x9b\xba\x50\x35\xee\xc5\x1b\xb7\x4c\ \x9a\x4a\x65\x22\xd8\x86\x43\xc0\xee\xb2\x48\x83\x95\xb5\x76\x3e\ \x9f\x4f\xa7\x7b\x32\x5d\x7a\x3a\x9b\x5b\xef\x5d\x08\x01\x81\x94\ \x42\x44\x6d\x34\x29\x85\xa6\xe5\x8e\x1a\x6b\x37\x6e\xdd\xcc\xd2\ \x74\x3e\x5f\xcc\x66\x33\x6b\xad\xd6\x6a\x67\x67\xf7\xf4\x99\x41\ \x9a\x24\xde\xb9\x2c\x2d\x94\x52\x3e\xb8\xad\xad\xad\xd1\x68\xd4\ \x74\x35\x40\x21\xaf\x7c\xc7\x7a\x6d\x6e\x6d\x9e\x3d\x77\xde\x07\ \xcf\xd2\x78\x55\xd7\x3c\xec\x8a\xd2\x80\x01\xb0\xa9\x1b\xb2\xbe\ \xaa\x9b\x3c\x2f\x1a\xe7\x9b\xa6\x71\xce\xe7\x45\xb1\x79\xeb\x76\ \x5d\xd5\x49\x9e\x03\x00\x2a\xc5\x44\x95\xb5\x4b\x44\x75\x55\x2d\ \xea\xba\x69\x2c\x29\xd3\x34\x8d\x49\x75\x92\xa6\xa3\xd1\xc8\x5a\ \xab\xb4\xd9\x99\x4c\x17\x55\x63\x6d\x03\x3e\x78\x80\xd1\xf2\x4a\ \x92\x15\xd3\xd9\x4c\x27\x69\x31\x1c\x23\xe9\xe5\x95\x95\x24\x49\ \xb4\x36\x48\x78\x64\xc1\x8c\xf7\x7e\x7b\x7b\xfb\xf8\xf1\xe3\x44\ \x2a\x4b\x33\xe7\xfc\xad\x5b\xeb\x32\x10\x35\x84\xa0\x75\xc2\x8c\ \xc6\xa4\x88\x38\x1c\x8e\x66\xb3\x69\xc4\xd8\x3c\xcf\x9c\x73\xce\ \xfb\x58\xd1\x01\x00\x22\xd4\x3a\xeb\x6d\x10\xdb\x04\xa8\xcd\xd6\ \xb5\x96\xad\x5e\xf7\x7e\x0e\x80\x8c\xd0\xd6\x49\x00\x08\x51\x11\ \x05\x6b\x9d\x73\x75\x53\x2b\x84\xa6\x71\x81\xbd\xb5\xb6\x2c\x4b\ \xfd\x52\x33\x85\x07\x1f\x48\xd6\x6f\xd1\xfa\xba\xbf\x70\xe1\x2f\ \x00\xb4\x21\x06\xcf\x4d\xed\xed\x6b\xb5\xfa\x9b\x64\x0a\xbf\xe3\ \xf0\x8e\x00\x00\xe9\x53\x4f\x71\x92\xd8\x53\xa7\xc0\x5a\x00\x18\ \x0e\x07\x81\x59\xa7\x49\x59\x97\xeb\x9b\x9b\xce\xb9\x2c\xcd\x90\ \xd9\x20\x29\xad\x9c\x73\x84\xed\xfe\x51\xc0\x6e\x77\x77\x77\x63\ \x63\x43\x6b\xc3\xa4\x52\xa3\x13\x42\x67\xad\xe4\xb3\xd2\xc9\x22\ \xf4\x85\xe4\xc8\xc2\xa1\x8b\x1f\x8b\xd4\xd3\xb2\x2c\x13\x89\xa1\ \x2c\x69\xad\x5a\xca\x3e\x11\xbd\x47\x57\xba\x64\xe6\xaa\xaa\xc4\ \x48\x20\x4d\x53\xa9\xcb\x19\x6d\xc4\x7c\xd8\x7b\x0f\x0c\x3e\xc8\ \x5a\xf3\x51\xd8\x2e\x3a\x45\xa1\x8f\xa2\x21\x41\x24\x8e\xa4\x46\ \x2a\x8e\x8f\xed\x1b\x00\x7c\x08\x46\x72\xb6\x24\x91\xcf\x15\x63\ \x19\xd1\xce\x8b\x41\xb9\x48\x65\xa4\x7e\x10\xa9\x09\x99\x58\x7f\ \xb4\x7b\xc4\xcc\xa3\xf1\xd2\x85\x4b\x77\xaf\x1d\x3b\x31\xaf\x9a\ \x6f\x3c\xf6\xc4\xde\x74\x8a\x88\xce\x36\x2b\xe3\x91\x70\x53\x46\ \x19\x09\x6f\x42\xee\x6f\x6c\xdc\x7e\xf1\xc6\x0d\x17\xd8\x5a\xbb\ \xb4\xbc\xac\xd8\x19\x76\xb2\xe7\xaa\xea\xba\x69\x1a\x46\xf0\x3e\ \xd4\xb6\x29\xeb\x0a\x98\x8b\xa2\xd0\x4a\xcd\x6f\x6f\x20\xe2\xd6\ \xd6\xd6\x43\x0f\x3d\xe4\x03\x6b\xa3\xb3\x2c\x3b\x79\xf2\x24\x43\ \xd8\xdc\xde\x5a\x5e\x5e\x3e\x7b\xee\xdc\xc6\xc6\x06\x03\x98\x24\ \x49\xb3\xcc\x3a\xd7\x58\xbb\x28\xcb\xd0\xf8\x34\x4d\x07\xc5\x00\ \x11\xf3\xbc\xf0\xde\xd9\xba\x9e\x57\x65\x5d\xd7\xaa\x65\xb4\xb8\ \xa9\xad\x75\x0e\xd0\x95\x65\x55\x8c\x46\x68\x55\x96\x0f\x16\x65\ \x6d\x74\x6a\x4c\xca\x1e\xd8\x71\x92\xa6\x8a\x9a\xe0\xaa\xaa\x2a\ \xe7\x45\x89\x80\xc1\x03\x30\x59\xeb\x92\x34\x49\xd3\x64\x75\x65\ \xe5\xd8\xb1\x63\x21\x84\xc6\x3a\xad\x35\xa2\xad\xeb\xda\x37\x8d\ \xd1\xfa\xec\xda\xf1\x26\x30\x2a\x6d\xb2\xc2\xa4\xd9\xac\xac\x16\ \xf5\xfa\x60\x30\x8c\x2a\xa6\xa3\xbd\x48\xd1\x6c\x36\x7b\xfa\xe9\ \xa7\xcf\x9d\x3d\x37\x38\x35\x28\xcb\x32\xcb\xb2\x58\x25\xd2\xda\ \x24\x49\x2a\x05\xfe\xaa\xac\x98\xe1\xd8\xb1\x35\x63\xd4\x74\x3a\ \x2d\xcb\x8a\x39\xa0\x52\x88\xdc\xc9\xaf\x00\x10\x02\x7b\x61\xe1\ \x3b\x2f\x0a\x3c\x50\x59\xf1\x61\x9f\xa2\x41\x60\x50\x7d\x70\x0f\ \x00\xce\x5a\x40\xb4\x4d\x33\x9b\xce\x56\x96\x97\x86\xc3\xe1\x62\ \x31\x67\x5e\xa4\x69\xfa\x52\x33\x77\xff\x86\x87\x80\x14\x7d\xe3\ \x31\xff\xae\x77\xfd\x45\x10\x74\x30\x69\xcc\x0a\xad\xe8\x35\x9a\ \xb9\xbf\x1a\x56\x11\x4c\x4a\x4d\xa7\xd9\x53\x57\x9a\xbb\xee\x72\ \xc7\x8f\xab\xba\x16\x61\x43\x9e\x67\x69\x9e\x23\xb5\xda\x86\x10\ \x3c\xfb\x90\xa6\xb9\x56\xda\x3b\xa7\x94\xd2\x5a\x49\x02\x39\x1a\ \x8d\x94\xd2\xb7\x6f\xdf\x6e\xac\x43\xd2\x0a\xb3\x61\x91\xfb\x06\ \xea\xba\x16\xbc\x1e\x8f\xc7\x71\x62\x46\x9c\x5b\xdd\xd1\xf4\x20\ \x30\x6a\xad\x1d\x8d\x46\xcb\xcb\xcb\x21\x04\x85\x58\x96\x0b\x61\ \x93\x45\xda\x28\xb9\xaa\x54\x5c\x8b\xa2\x90\xce\x23\x09\x0f\xf3\ \xe9\x2c\x30\xa7\xc6\x28\xa5\xa4\x61\x84\x3a\x69\x4d\x6c\x01\x17\ \x40\x94\x2f\x90\xe7\x39\x63\x9d\xe7\xf9\x78\x3c\x96\xde\x57\xc9\ \xbe\xb3\x2c\x13\xcf\xd5\xde\x56\xdd\x45\x53\xd6\xaa\xaa\x64\x03\ \x21\x79\xba\xc8\xe4\xbb\xe9\xac\xed\x37\x29\xcb\x72\x36\xdd\x9b\ \xec\xed\xe1\x91\xbb\x25\x11\x97\x97\x57\xc7\xe3\x95\x62\x0c\xc3\ \xab\xd7\x6f\xdf\xbe\x9d\xa4\xa9\xb5\xd6\x24\x26\x49\x12\xa1\x62\ \x24\xb0\x6d\x6c\x6c\x9c\x3a\x7d\xf6\xd2\xa5\x4b\x5f\xfd\xda\xd7\ \xcb\xc6\x2a\xa2\xf9\x7c\xbe\x34\xcc\x8b\xac\xd8\xdc\xdc\xb4\x4d\ \x53\x0c\x8a\xbb\x2e\x5d\x4c\xd7\xd7\x37\xb7\x76\xb4\xd6\x59\x9a\ \xa1\x56\x83\xc1\x70\xe3\xf6\xba\x5c\xf3\xa2\x28\x86\xc3\xe1\x74\ \x36\x33\xc6\x3c\xf0\xc0\x83\x44\x3a\x04\x87\xe8\x2f\x5f\xbe\xbc\ \xbe\xbe\xae\x94\xda\xd9\xd9\x91\x53\x93\xc0\xbc\x58\x2c\x14\xd0\ \x62\xb1\x48\xf2\x4c\x4f\xa7\x8d\xab\x17\x8b\xc5\xb0\x28\xc4\xdf\ \xcd\x37\x0d\x33\x57\x8d\x2d\xab\x52\x58\x2a\x26\xe4\x00\x8d\xb5\ \x67\xce\x9c\x99\xee\xed\x01\xd1\x60\x30\x30\x4a\xad\x9d\x38\xee\ \xbd\x9f\xce\x67\x49\x96\x56\x4d\x8d\x84\x45\x31\xc0\x9d\x6d\xd2\ \x94\xa0\x22\x05\xd6\xd9\xc9\x64\x92\x25\x7a\x77\x77\x37\x00\xec\ \x4d\xa7\x5a\xa7\x49\x9a\xd5\x88\x64\x92\x79\x69\x1b\xdb\x8c\xc7\ \xe3\xda\x6d\x2c\x6a\xe7\x02\xde\xb8\x79\x33\x78\x6f\x12\x13\xd3\ \xe7\x97\xbd\x61\x52\xfa\xf8\xb1\x63\xf3\xf9\x7c\x67\x67\x67\x3c\ \x1e\x8f\xc7\x4b\xf2\xcf\x53\x4f\x3d\xad\x14\x8d\xc7\xe3\xb2\x2c\ \xc7\xe3\x25\x63\xb4\xb5\x4d\x5d\xd7\xc6\x18\x66\x9e\x4c\x26\x8b\ \xc5\x22\x04\x0f\x20\x05\x51\x3c\x24\xd7\x91\x02\xbc\xf0\x96\x78\ \x47\x9e\x7a\x10\xdc\xf9\x40\xe6\x4e\x84\x5d\x31\xbf\xaa\x2a\xe6\ \x71\x9a\x26\x4d\x53\x8b\x00\xec\xa5\x82\x3b\x1c\x5b\xe3\xf3\xe7\ \xe9\xc9\x27\xfe\x62\x01\xdc\xeb\x76\x38\xdf\xc9\x97\x22\xda\x9d\ \xe8\x8d\xcd\xe9\x0f\xfe\x60\xd4\x4d\x5d\xbb\x76\x5d\x1b\xbd\x96\ \x24\xce\x39\xeb\x1c\x03\x38\xef\x33\x93\x20\x42\xdd\xd4\xa2\xdb\ \x50\x0a\xbd\xf7\x7b\xd3\xe9\x70\x3a\xcd\xb2\x7c\x50\x14\x8c\x94\ \xa4\x99\x88\x82\x4d\x92\x64\x59\x06\xc0\xd1\x21\x40\x72\xdb\xaa\ \x2a\xcb\x45\xa9\xb4\x16\x70\x94\xfe\x1a\x71\x23\x21\x22\x99\x5e\ \x3f\x9f\x4e\xa5\xd3\x9a\x88\x64\x86\x75\x55\x55\x92\xbf\x03\x40\ \x31\x28\xdc\xb4\x25\x52\x94\x52\x0e\x51\x21\x0e\x8a\x42\x11\xf9\ \x10\x64\xca\x12\x59\xdb\x11\xd3\x28\x09\x35\xa2\xf4\x07\x4a\x68\ \x69\xd2\x34\x1d\x8f\xc7\x4d\xd3\xec\xed\xb5\x85\x4a\x99\x74\xa3\ \xb5\x66\x00\xec\x70\x5c\xfa\x06\xa5\x24\x1b\xa5\xee\xb1\x54\x2b\ \x61\x46\x86\x80\xb7\xf5\xd8\x57\xf0\x68\x6a\xad\x9f\x78\xf2\xf2\ \x23\x7f\xf6\xe8\x7f\xf4\x43\xef\xb7\xa2\xc4\x97\x20\x81\x10\x42\ \xd8\x9d\xec\xc6\xcd\x0a\x33\x6f\x6d\x6d\x5d\xbb\x76\xed\xd8\xb1\ \xb7\x2e\x2d\xad\xb8\x9d\x9d\xd1\x68\x48\x4a\x27\x49\x62\x12\x69\ \xb3\x84\xa6\x69\x64\x60\x53\xd3\xd4\x44\x34\xaf\x16\xd7\xae\x5d\ \xbb\xe7\xfc\xf9\xbd\xbd\x3d\x22\x65\x8c\x59\x5b\x5b\x93\xb9\x10\ \x83\xa1\x5d\x5d\x5d\x35\x26\xdd\xd9\xd9\xda\xd8\xb8\x95\xa6\x59\ \x9e\x17\xd6\x36\x6b\x6b\x6b\x82\xef\x52\xfd\x4e\x92\xa4\x48\xf2\ \xed\xcd\x2d\x29\xa8\x4a\xdb\x42\x92\x24\xcb\xc7\xd6\x34\xd2\x6c\ \x32\x71\xde\xe7\x45\xde\xd8\x46\x6b\xed\x83\x97\xef\x1c\x42\x58\ \x5f\x5f\xf7\x21\x8c\x86\xc3\xc5\x6c\x66\x4c\x22\xf3\x89\x6e\x6f\ \x6c\xc8\xbe\x2a\xcb\xf3\x13\x27\x4f\x6c\x6c\x6e\x2c\xaa\x32\x04\ \x06\x08\x69\x62\xaa\xaa\x6e\x9a\xc6\x79\x2f\x72\x54\x1f\xbc\xf7\ \xbe\xae\x9b\xad\xc6\xad\x6f\x6c\x27\x49\x52\xd6\xd6\xba\x10\x00\ \x8b\xd1\x38\xd9\xde\xdd\xd9\xd9\x01\xd2\x1c\x8e\x1c\x52\x41\x02\ \x7f\x08\x61\x7b\x7b\x9b\x50\x8d\x46\x4b\xc6\x98\xd9\x6c\xca\x8c\ \xd3\xe9\x34\x7a\xac\x4b\x3f\x01\xb0\x9a\xcd\x66\x3b\x3b\x5b\x5a\ \x2b\x63\x14\x00\x86\x10\xb8\x4b\xce\x7b\xa8\xdd\x16\xa6\x00\x40\ \x6c\xfe\x19\x00\x18\x10\x21\x46\x02\xa1\x6c\x00\xbb\x74\x95\x41\ \x2e\x0b\x01\xb2\xf7\xf2\xc8\xcd\xe7\xb3\xc4\xa8\xd9\x74\x5a\xd7\ \xf5\x64\x32\x79\xa9\xe0\xce\x83\xc2\x5f\xb8\x40\x4f\x3c\x09\xf8\ \xfa\xa0\xec\xd7\x6a\x35\x95\x94\x9a\x4c\xd4\xed\x8d\xe6\x9e\xbb\ \xa5\x97\x8d\x99\xa7\xd3\x3d\x93\x24\x83\xd1\x48\x6b\x7d\xee\xf4\ \x19\xef\xfd\x7c\x36\x1b\x0c\x06\xae\xaa\xbd\xf3\x69\x96\x04\xf6\ \x21\x40\x92\x24\x4d\x5d\xdf\xbc\x79\xf3\xfc\xf9\xf3\x83\xc1\x00\ \x49\x91\xa2\xf5\xf5\xf5\x62\x75\x45\xa6\x0c\x1b\x63\x96\xc6\x4b\ \x21\xf0\x64\x32\x41\x14\x71\x0b\x96\x55\x5d\x96\x3b\x22\x1f\x94\ \x0a\x64\x2c\x57\x4a\xaa\x52\xd6\x15\x23\xc8\x4c\x1f\xd1\xd8\x4c\ \x26\x13\x21\x22\x5a\xd3\x2e\x1f\xc4\x04\x18\x00\xf2\x2c\x17\x9b\ \xd9\x20\xb2\x99\xc6\x22\x11\x29\x8d\x68\xa5\x36\x8c\xa8\x98\x01\ \x91\x10\x15\x00\x6a\x6d\xb2\x2c\xab\xaa\x6a\x6b\x6b\x4b\x5a\xba\ \x8b\xa2\x90\xd9\x08\xed\x7c\x0f\x22\x31\xab\x91\x4f\x94\x90\x20\ \x80\x2e\x8a\x4c\xd9\x73\xc8\x6f\x5a\x75\xb3\xb5\xaa\x7d\x99\x23\ \x4b\x21\x95\x52\x5b\xdb\xdb\x57\xae\x3c\xf5\xae\xf7\x7c\xaf\xf3\ \xfe\xd4\xc9\x53\xa7\x4f\x9d\xde\xda\xdc\x40\xe0\x95\xa5\xd1\x53\ \x97\x9f\x90\x0f\x92\x2f\x90\x65\xd9\x0b\x2f\xbc\x20\x73\xd7\x96\ \x96\xc7\x49\x92\x3e\xfd\xcc\x33\xe8\x92\x53\x6b\xe7\x89\x94\x31\ \xd9\xf2\xf2\x5a\x62\xb2\x9b\xb7\xd6\x67\xb3\xf9\x6c\x36\x1f\x97\ \xb5\xb3\x7e\x63\x63\x73\x6b\x6b\x3b\x49\x53\x09\x9c\x4b\x4b\x4b\ \x21\x04\xa3\x35\x22\xee\xed\xed\x3a\xe7\x98\x7d\x9a\xe9\xd3\xa7\ \x4f\x4c\x26\x53\x22\x4a\xd3\xf4\xea\xd5\xab\x59\x9a\xb9\xc6\x2f\ \x8d\x97\x31\x30\x00\xac\xae\xac\x00\xe1\x4a\xb2\x14\x7c\x68\xb9\ \x08\x80\x2c\x4d\xad\xf3\x4d\x37\xda\xd0\x05\xef\x9c\x27\x0d\xcc\ \x90\x17\x83\x79\xdd\x94\x75\xb3\xb2\xba\x36\xdf\x9d\xdc\x78\xf1\ \x45\xe7\xfd\x7c\x36\xcb\xb2\x4c\xea\xd5\x12\x44\x89\x94\xf3\xd6\ \xbb\x90\x14\xb9\x0f\xce\x23\xe7\x45\x4e\x4a\x13\x91\x6d\x1c\x40\ \x30\x5a\xcf\x17\xa5\xb5\x8e\x94\xba\x76\xed\xfa\x78\x3c\xde\xda\ \xda\x29\x8a\x61\x5e\x0c\xea\xc6\xa6\x69\x7a\xc4\x11\x58\x88\xc1\ \x87\xc9\x64\x22\xdb\xbb\xd9\x6c\x86\x40\x9b\x9b\x9b\x52\x26\xd7\ \xda\x54\xd5\x22\xcf\x8b\xe9\xde\x64\x7b\x67\x6b\x38\x1c\x7a\xe7\ \x6a\xf6\xe4\xc8\x18\x63\x8c\xf6\xde\x85\xe0\x95\x36\x2d\x9c\x53\ \x0b\xd8\x48\x48\x88\x0c\x80\x80\x0a\x49\x18\x4c\x45\x84\x00\x81\ \x39\x72\xee\xc2\x08\x21\x51\x60\x46\x00\x31\x5b\x50\xa4\x32\x63\ \xe6\xf3\x45\x9a\x9a\x34\x49\xd9\xfb\x6a\x36\x0b\xd6\x26\x89\x21\ \x4d\x2f\x0d\xdc\x99\x61\x34\xe2\xfb\xef\x53\x1f\xfb\x5d\xd8\xda\ \x82\xc1\xe0\x75\xc1\xcc\x6b\xb2\x4a\x8b\xe9\xf3\xcf\xd1\x7c\x56\ \xdf\x7f\x3f\x76\xc9\x29\x23\x6f\xef\x6c\xa7\x59\xba\xbc\xb2\xa2\ \x11\x88\x10\x99\x35\xa2\x03\xd6\x89\x8e\x22\x77\xc9\xfb\xeb\xf9\ \x6c\x77\x6b\x73\x65\x79\xc5\x36\xb6\x69\xea\x72\xba\xe7\x46\xa3\ \x2c\xcb\x01\x15\x92\x6e\x5c\xb8\x7c\xf9\x72\x55\x95\xe3\xf1\x32\ \xa0\xaa\x6a\xbb\xb5\xbd\xd3\xd4\x65\x9e\xe7\xd2\xdf\xb4\xbe\xbe\ \x2e\x2c\xfc\xee\xee\xee\xfa\xfa\xfa\xfa\xfa\xfa\x68\x69\x58\x0c\ \x06\x46\xeb\xba\x6c\x26\x93\xc9\x78\x3c\x76\xa1\xe3\xd0\x9d\xdb\ \xde\xd8\x9c\xee\xed\xa5\x79\x3e\x9b\xcd\x02\x07\x20\xd2\x5a\xb3\ \xcc\x46\xf3\x01\x42\x60\x24\x20\xad\x4c\x1a\x42\xc8\xb3\x2c\xcf\ \xb2\xf9\x7c\xee\x9c\x67\x00\x52\x26\x00\x02\xc0\x62\xb1\x90\x6a\ \x6d\x9c\xe3\x21\x9c\xcf\x62\xb1\x18\x0c\x0b\xad\x09\x90\xb5\xa1\ \xbc\x48\xad\xb5\x4a\x23\x12\x05\x76\x44\x14\xd8\xa3\x52\x81\x01\ \x14\x32\x80\x07\x04\xa5\x2b\xeb\x12\x24\x93\xe5\xb4\x28\xb1\x95\ \x84\x1e\xe5\x65\x94\x9a\x4c\xb6\xbf\xfc\xc5\xcf\x3f\xf8\xd0\x43\ \xa3\x2c\x51\x8a\x16\x89\x6a\xea\x3a\xcf\x52\x63\x12\x69\xb0\x92\ \x56\x2f\xe7\xdc\x6c\x3a\x79\xea\xca\x93\x67\x4e\x9f\x2c\x67\xb3\ \x9a\xd4\xad\xeb\x57\x8f\x1f\x3b\x5e\x56\xe7\x02\x24\x1e\x10\x29\ \xf9\xd2\x97\xfe\xec\x91\x2f\x7e\xe5\xec\xd9\xb3\xde\xb2\x02\x75\ \xf3\xfa\xad\xeb\xbe\xb1\x4d\x63\x92\x3a\xcb\xb2\x6b\xd7\xaf\xaf\ \xac\xac\xd4\x55\xb5\x98\xcf\xae\x3c\xf9\xc4\x63\x8f\x3d\x0e\x18\ \xee\xbd\xff\xa2\x88\x58\xb6\xb6\x6e\x0f\x07\x43\x0e\x3e\x38\xb6\ \x95\x43\x8f\x1b\x37\x37\xbd\x6b\x9a\xaa\xbc\x75\xeb\x86\x47\x48\ \x93\x44\x11\x24\x69\x52\xce\xe6\x06\x11\x39\x78\x0f\x3a\x1d\x2a\ \x32\xd6\xd9\xe1\x68\xf9\xf8\x89\x33\x36\x84\xed\xc9\xa4\x06\xc2\ \xb4\x28\xcb\xb2\x48\x8c\xad\xea\x67\x2e\x3f\x95\x15\x85\x73\xb6\ \x58\x59\x2d\xab\xca\x03\x37\xde\x6d\xec\x6c\x27\xc6\x24\x5a\x29\ \xa5\x93\x54\x8f\x96\x06\x4b\x2b\xe3\xcd\xdb\x1b\x44\x14\xd8\x29\ \x05\xc4\x1e\xd8\x2b\x22\xd0\x44\xc0\x46\x13\x07\x07\x1c\x66\xd3\ \x89\xd1\x3a\x4d\x74\x9e\x25\x44\x47\x64\xc3\x02\x87\x28\x6e\x49\ \x92\xc4\x07\x27\x72\xc6\x24\x4d\x11\xb8\x6e\x9a\xf9\xac\xd1\x84\ \x46\x51\x53\x2d\x64\x18\x2c\x7b\x44\x00\x57\x5b\x00\x29\x86\x32\ \x00\x28\x4d\xa9\x49\x92\x34\x9d\xcf\xe7\x9a\x54\x51\x14\x55\x59\ \x71\x08\xe3\xd1\xb0\x6e\xaa\xba\xae\x97\xc6\x43\x22\x9a\x4c\x26\ \x5a\xa1\x18\x42\x58\x6b\x97\x47\x63\x0e\x6e\x51\xce\x89\x94\x31\ \xba\xaa\x2a\xad\x40\x2b\xc5\xa1\x52\x8a\xf3\x42\x63\x6d\x75\x5d\ \x17\x45\x6e\x15\x0c\xc7\xc5\x4b\xce\xdc\xb5\xf1\x6f\x7e\xb3\xfe\ \x37\x1f\xa6\xe7\x9f\x0f\x6f\x7e\x33\x34\xcd\xeb\x58\xf7\xda\x4b\ \xdd\x43\x72\xf9\xb2\x5f\x5d\x6d\xce\x9f\x8f\xd1\x5d\x7c\x62\x37\ \x36\x36\xa6\x7b\x7b\xce\x79\x52\xd4\x34\xcd\x6e\xe7\xec\x28\x49\ \x4d\xc7\x7b\x10\x33\x97\x8b\x45\x9a\x24\xd6\x36\x75\xdd\x38\xdb\ \x68\xad\x47\xa3\xd1\x64\xb2\x2b\xd9\x6c\x96\xa5\x7b\x7b\x93\x2c\ \x4b\xe5\x98\xde\xbb\x38\xb1\x3a\x4d\xd3\xc9\x64\x22\x14\x7c\x55\ \x55\x08\xe0\x9c\x5b\x5f\x5f\x5f\x5e\x59\x19\x0e\x06\x37\x6f\xdd\ \x5a\xbf\x79\xeb\xfc\xf9\xf3\x26\x31\x42\x9a\x07\x63\xd6\xd7\xd7\ \x43\x08\xca\x18\x51\xb8\x93\xd6\x52\x10\x20\x04\xad\xb5\xb3\x56\ \xb6\xba\x79\x9e\x2d\x2d\x2d\x11\x51\x59\x96\xda\x68\x51\x77\x1a\ \xa3\x49\x91\xb5\x24\x62\x1e\xa1\x35\xe7\xf3\x79\xd3\x34\x32\x62\ \xbb\x9d\xbf\x0a\x2c\xdd\x34\xe2\xd2\x9e\x65\x99\xef\xfc\x39\x48\ \x61\x96\x64\xce\x79\x51\x73\xb2\xf8\x3f\x21\x4a\x4f\x53\x31\x18\ \xc8\x64\x8f\x23\xdf\x0d\xef\xdc\x95\x2b\x97\x77\x76\xb6\x09\xd1\ \x79\xe7\x9c\x47\xc4\xcb\x97\x9f\x14\x53\x65\xe1\xdc\xb5\xd6\x71\ \x63\x71\xeb\xd6\x2d\x66\x6e\x9a\x7a\x3e\x9f\xad\xac\xac\xdc\x7f\ \xff\x7d\xcf\x3d\xf7\x9c\x22\x62\x0e\x67\xce\x9c\x59\x2c\x16\x44\ \x98\xa6\xc9\xf3\xcf\x3e\x5b\x96\x25\x62\x2b\xe1\x3f\x7e\xfc\x38\ \x02\x3c\xf6\xd8\x63\x4a\xa9\x67\x9f\x7d\x56\xee\xd1\xd5\xeb\xcf\ \x57\xcd\xec\xf8\xf1\x13\x00\xf8\xd9\xcf\x7e\xee\xfe\xfb\xee\x5f\ \x5b\x3b\x36\xcc\xf3\xf1\x68\xc8\x23\xb8\xf6\xc2\x0b\xd3\xf9\x6c\ \x30\xc8\x03\x73\x5e\x14\x45\x91\x95\xd5\x02\x11\xb5\x51\xe0\x7d\ \x5d\x37\x5a\x25\xde\x37\x69\x62\xce\x9e\x3b\xb3\x7a\xec\x58\xdd\ \xd8\xcd\x9d\xed\x25\x1e\x07\x08\x79\x96\x10\x82\xb4\x99\xca\xec\ \xf2\xa6\x69\xb6\xb7\xb6\xaa\xa6\xde\xdc\xdc\x9c\x4c\x26\x89\x31\ \x1c\x82\xf3\x0e\x51\x23\xa2\xf3\x76\x6b\x6b\xb3\x6a\xaa\x34\x4b\ \x95\x52\x4d\x53\x7b\xef\x86\xc3\x51\x5e\xc0\xf6\xf6\x96\x94\x49\ \x62\xb7\xc1\x70\x38\x14\xee\xee\xc8\x7e\xee\x88\xa4\xb5\x69\xfb\ \xa7\x94\x92\xcb\x2b\x2d\xc7\x42\x0f\x02\x82\x75\xdc\xaf\xd9\x46\ \xdf\xf6\xf6\x08\xc1\x13\x11\x04\xae\x03\x4b\x83\x56\xe3\x7c\x70\ \x5e\xfa\x98\xac\x6d\x18\x3c\x00\x6e\x6e\x6e\xca\xfb\x65\xce\x8c\ \x1c\xad\xae\x6b\x02\xf6\xc1\x11\xb6\x15\x7b\xd1\x77\xca\x97\x99\ \x84\x89\x71\x61\x38\x5a\x19\x16\x03\xa7\xc9\x24\x99\x7e\xe9\x8f\ \x12\x5f\xba\x1b\x88\xe8\xb9\xe7\xfc\x3b\xde\x81\xaf\x83\xfb\x6b\ \x30\x71\x0f\x9c\x3d\xf5\x74\x73\xf1\x62\x18\x0c\x60\xdf\x9a\x5c\ \xb5\xe4\xb2\xb8\xdd\x7a\x94\x67\xbd\x37\x7e\x08\x7b\xf5\x28\x95\ \xe7\x79\x08\x81\x48\xa5\x69\x5a\xd7\x75\x55\x95\xd6\xd5\x00\x41\ \x6b\xdc\xde\xde\x40\x64\x22\x08\xec\xb6\xb7\x37\xf6\xf6\x76\xf2\ \x3c\x97\x6e\x9c\x24\x49\x04\x7f\x11\x71\x30\x18\x08\xcb\xa1\x8c\ \xd9\xde\x69\x26\x93\xc9\x64\x67\xe7\xd6\xfa\xfa\x64\x77\x72\xfa\ \xf4\xe9\x22\x2b\xb2\x53\xe9\xf2\xf2\xf2\xb5\xab\x57\x9b\xa6\xc9\ \xb2\x6c\x3c\x1e\x2f\x2f\x2f\xa3\x22\xd7\xfa\x05\x7a\x64\xd6\x40\ \x4d\x5d\x2b\x63\x50\x91\xf7\xa1\xaa\xe6\xb3\xd9\x6c\x3e\x9f\xb7\ \x0d\xe5\x44\x0c\x1e\xc0\xc4\xc1\xaa\x5a\x6b\xe9\x83\x4d\x92\x44\ \x7c\x7d\xb3\x34\x6b\x5c\xc3\xb0\xaf\xa2\x11\x7f\xed\xe8\x40\xe0\ \x9d\x1f\x2f\x0d\xad\x75\xf3\xf9\x5c\xf4\x3f\xc6\x18\x19\xd9\x2a\ \x0d\x50\x70\x74\x60\x67\x52\x04\x00\xd6\xda\x9d\x9d\x1d\xe8\x46\ \x91\x48\x69\x57\x18\x61\x51\xe6\x55\x55\x4d\x84\x12\x41\x05\x7d\ \x42\xe0\xf1\xf2\x72\x53\xd7\xeb\xeb\x37\x89\x98\x8c\x6e\x9a\x9a\ \xc1\x67\xb9\x01\xe0\xa6\x29\x9f\x79\xf6\x69\xef\xed\x70\x38\x10\ \x7f\x92\xb5\xb5\xb5\xd5\xd5\x55\x39\x2f\xc1\x91\x24\x49\xc6\xc3\ \xa5\xc5\x62\xf1\xdc\xb3\x57\xa7\xd3\x69\x5d\xbb\xab\x57\xaf\x5f\ \xb8\xeb\xe2\x89\x53\x27\xee\xba\x70\x7e\x6b\x6b\xab\x2a\x17\x81\ \x7d\x92\x67\xa7\xcf\x9d\xcd\xf3\xdc\xba\xa6\x18\x16\xde\xb9\xa5\ \xa5\xa5\x22\x4d\x76\x36\x37\x11\x70\x65\x65\x75\xb1\xa8\x08\xfc\ \x8d\x6b\x2f\xdc\x5c\x5f\x47\xa5\x95\xd1\xb5\xf3\x24\x29\x40\x20\ \x06\xc8\x8b\x62\x38\x1e\xe1\x36\x8a\x3e\x6a\x51\x96\x4d\xd3\xe4\ \x79\x5e\x55\x95\x6f\x1c\x21\x21\x62\xb9\xa8\xa7\x7b\x53\xef\x9d\ \x6d\x82\x18\x66\xd5\x75\xb3\x7a\x6c\xb0\xbc\xb2\x8a\xd8\xf6\x49\ \xc8\xec\x17\x29\x65\x2b\xa5\xb5\x52\x00\x47\x94\x42\x12\xe1\x68\ \x34\x94\x43\x49\x11\x28\xb6\x34\x97\x65\x09\x42\x8b\x7b\x0f\x5d\ \x1b\x73\x34\x1d\xea\xe3\x7b\x2b\x8d\xf5\xae\xea\xec\xfe\xe5\x79\ \x46\xc4\xba\x76\x48\x10\xcb\xfb\x31\x2c\x89\x06\xcc\x7b\x4f\x4a\ \xa5\x49\xd6\xba\x0b\x68\x93\x24\xa9\x52\x8a\x03\x3b\xef\x9a\xba\ \xc9\xb2\xe2\xc4\xc9\x53\x69\x91\xcd\x83\x63\x86\x97\x0a\xee\x68\ \x5d\xb8\x78\x17\x00\xd0\x93\x97\x81\x5e\xa7\xdd\x5f\x8b\x9c\x0c\ \xd6\xb5\xbe\x7c\x79\x7e\xff\xfd\x21\xcb\xb0\xcb\x4f\xa5\x27\x50\ \x1e\xbe\x96\x31\x30\x46\x94\x21\xd2\x62\x0a\xbd\xa6\x4d\x69\xf6\ \x11\x59\x61\x08\x21\x31\xc9\xa2\x9c\xce\x66\x46\x1b\x52\x1a\x67\ \xf3\xbd\xaa\x5e\xb8\xd0\x18\x43\x26\xc9\x57\xea\x25\x00\xf2\xd6\ \x35\xad\xc9\x41\x1b\x2d\x98\x39\x36\xb2\x5a\x67\xeb\xa6\x86\xb6\ \xfd\x8f\x9c\x73\x56\xd9\xd1\x60\x28\x10\xbc\xb4\xb4\x34\x1a\x8d\ \x86\xc3\xa1\x7c\xb4\x49\x53\xd1\xcb\xb3\xf7\x65\x55\xd5\x55\xa5\ \x6c\x63\x52\xed\xbd\xd8\x1b\xf8\x34\x35\x21\x84\x2e\xd7\xf6\x4d\ \x53\x2f\x16\x4d\xf4\x12\x90\x15\x25\x0a\xfa\x56\xb1\x1e\x28\x00\ \x0b\x53\x14\x3b\x5a\xdb\xb3\xe3\xc0\x01\xf6\x26\x7b\xae\x93\x72\ \xc6\x91\x1d\x92\xda\x4f\x77\x27\x8b\xc5\xfc\xa8\x6a\x19\x64\x0e\ \x5a\xeb\xa5\xa5\xa5\x34\x4d\x43\x10\x33\x61\x0d\xcc\x49\x92\xdc\ \xbc\x75\x4b\xe4\x3a\xc6\x98\xc8\x26\x2d\x2d\x2d\x2d\x2d\x2d\xd5\ \x75\x4d\x84\x52\xbb\x7e\xe6\xd9\x2b\xc5\x20\xad\xaa\x6a\x32\xd9\ \xda\xd8\xbc\xcd\xec\x49\xb1\x36\x78\xe2\xe4\x31\x66\xbf\xb2\xba\ \x7a\xfd\xea\x75\x04\x28\x17\x8b\xaa\xaa\x7c\x77\x6a\xb3\xf9\x5c\ \x6b\x3d\xd9\x9b\x4e\xa6\x7b\x8a\x54\x55\x55\x21\x70\x92\x98\x72\ \xb1\xc8\xf3\x64\x65\x75\x69\x73\x7b\xdd\x24\xaa\xc8\x07\x17\x2f\ \x5e\xb4\xde\x25\xc0\xd9\xb0\xa8\xca\x05\x32\xcd\xcb\x45\x55\x2d\ \xca\xaa\x6c\xaa\x9a\x43\x20\x22\x5f\x86\xd9\x6c\x5e\xa4\xa6\x71\ \x1e\xbc\x53\xec\x83\x65\x44\x5a\x34\xb6\xae\xeb\x2c\xcb\x4c\x92\ \x14\x45\x31\x9b\xcf\xea\x6e\x30\x05\x73\x48\x92\x64\x56\x56\x5a\ \x1b\x45\xba\xb5\xf9\xf1\x7e\x32\x99\xd4\x55\x93\x67\x45\x08\x70\ \xfb\xd6\xfa\xde\x74\xb6\xb7\x37\x11\x87\x00\x67\x6d\x8d\x30\x9f\ \xcf\x66\xb3\x19\x87\x90\xe5\x59\x08\xfe\x28\xb5\xc3\x9e\x3a\x56\ \x4c\x77\x8b\xa2\x90\xbb\x2f\xbd\xc7\xce\xb9\x80\x40\xdd\x3e\x15\ \x3a\x97\x98\xbe\xe2\xe5\x10\x23\x14\x7d\xff\xc5\x83\x08\x80\x91\ \x20\x36\xd6\xc5\x76\xa4\x96\xd8\x54\x2a\x38\xa7\x14\x21\x12\x73\ \x88\x8e\x17\xde\x7b\x40\x00\x40\xef\xfd\xb5\x1b\x2f\x8e\x57\x57\ \x30\xd1\xf9\xf2\xe8\x25\x67\xee\xce\xf1\x85\x0b\xe1\xec\x59\xf5\ \xe8\xa3\xb8\x58\xbc\x6e\x42\xf0\x9a\x7b\x69\x65\xae\x5f\x83\x9b\ \x37\xeb\x0f\x7e\x90\xd3\x14\x17\x8b\xb8\x51\x4d\x92\x44\xf4\xe9\ \xf2\x1c\x4b\x72\x07\x00\x65\x59\x6a\xdd\xf3\xd1\xe8\xec\xbd\x64\ \x2c\xc3\x74\x3a\x25\xc2\xa6\xa9\xab\x6a\xa1\xb4\xaa\xaa\xc5\x70\ \x38\x44\x0c\xbb\xbb\xdb\x4d\x53\x0d\x06\x83\x95\x95\xa5\xbd\xbd\ \x29\xb2\x96\xa2\x65\xb4\x76\x29\xcb\x52\x56\x82\x0f\x81\x03\x07\ \x1f\x10\x20\x49\x92\xe5\xa5\x65\xad\x75\x55\x95\x10\x38\x84\xb0\ \xbc\xbc\x8c\xe2\xa9\x32\x1a\xd5\xb6\xd9\xdb\x9b\xce\x16\xf3\x3c\ \xcf\x87\x83\x81\x52\x9a\x02\x64\x69\x8a\xc4\x8e\x1d\x29\xd4\x86\ \x62\x1c\xda\x1f\xe5\x11\x00\xb1\x74\xce\xcb\xea\x1a\x0c\x06\x83\ \xc1\x40\x64\x33\xa2\x81\x01\x44\x04\xa5\x55\x62\x34\x26\xa6\x4d\ \xaf\xa6\xd3\xa9\xb5\x16\x98\x08\x31\x88\xa5\x5a\xab\x10\x6d\x3b\ \xce\xdb\xa0\xa8\x35\xd1\x2b\x70\x6a\x62\xce\x52\x33\x1e\x0d\x64\ \xe8\x9a\x5c\xdb\x34\x4d\xad\xb5\xeb\xeb\x37\x95\x51\xcc\xac\x08\ \xb2\x34\x15\x79\xa2\x56\xb8\xbc\x34\x6a\x9a\x74\x32\x99\x4c\xf7\ \x26\x4d\x5d\xed\xed\x24\x79\x51\x20\x87\x44\xd3\xf9\x33\x67\x6e\ \xdf\x5a\x27\xf6\xd5\x62\x76\xfe\xec\xa9\xe9\xee\xf6\x68\x50\x68\ \x85\x84\x9c\x26\xba\xa9\x16\x12\x9c\x88\x68\x34\xc8\x11\x31\x4d\ \x12\x0e\xe8\x39\x18\x93\xa6\x69\x36\x1c\x0e\x77\x76\xb6\xca\xf9\ \xe2\xfa\x8b\xd7\x10\xf9\xd2\xbd\x17\x6b\xeb\x8e\x1d\x3f\xce\x04\ \x65\x53\xdf\xda\xbc\x55\x55\xe5\xb9\x33\x67\xb3\xa2\xb0\x75\xb9\ \xbc\xba\xca\xd6\x29\x66\x6b\xdd\x20\x4f\x8d\xd1\x01\x20\x30\xbb\ \x10\x00\x70\x36\x9f\x03\xa0\x63\x5c\x5e\x5e\x36\xc6\x34\xd6\x16\ \x45\x91\x24\x89\xe3\x50\xd6\xd5\xcd\x9b\x37\x05\xf4\x89\x28\xcf\ \x07\x49\x92\x38\x8f\x59\x96\x24\x49\xe2\x5c\xa8\x2b\x57\xd7\xb5\ \x31\x29\x00\x07\x6f\x13\xa3\x75\xae\xf3\x2c\x11\x88\x94\x7b\xba\ \x58\xd4\xde\xa9\x23\xe7\x37\x21\xb0\xd8\xd5\x25\x49\x22\xfb\x18\ \xb1\x23\x95\x6e\x3b\x24\x52\x44\x62\x5d\xd3\x7f\xe6\xe3\xbf\xa3\ \x89\x85\xfc\x61\xe7\x96\x6a\xa2\xe9\xb4\x73\x56\x75\xee\x43\x82\ \xe6\x42\xf8\xc8\xa3\xe5\x9c\xf3\xd6\x41\xcf\x00\x23\x36\x64\x30\ \x73\x60\x76\x8c\x68\x81\x92\x14\x12\xd5\xfc\xf9\x7e\xee\xbd\x87\ \x89\xf3\x3c\xbc\xe5\xcd\xea\x6b\x5f\xc7\xc9\x1e\xaf\xac\xbc\x0e\ \xee\xaf\x2d\xbe\x5d\xe9\xe4\xb9\xe7\x21\x49\xaa\x7b\xee\x6e\x45\ \xa6\xad\x48\x0b\x8c\x31\x83\xc1\x40\x00\x5d\x72\x10\xb1\x07\x40\ \xc4\x4e\x89\xcb\xf2\x10\x1f\x3b\x76\x4c\x00\x48\x06\xd4\x25\x69\ \x9a\x17\x23\xe6\x50\x2e\x4a\x61\x6c\x92\xc4\x8c\x46\x93\xb2\x2c\ \xc5\x5f\x0c\x01\xd6\xd6\xd6\x94\x52\xcb\xcb\xcb\x4b\x4b\x4b\xd2\ \x3e\xba\xb7\xb7\xb7\xb3\xb3\x63\x8c\xb9\xfb\x9e\x7b\x4e\x9e\x3a\ \x71\xf9\xca\x65\x67\x2d\x12\x8d\x86\xa3\x73\xe7\xce\x59\x6b\xa7\ \x93\xbd\xc5\x62\x61\x8c\x81\x10\x76\x76\x77\x93\x2c\x1b\x2f\x2f\ \xcd\xcb\xc5\x7c\x3e\x2f\x8a\x62\x79\x79\x79\x3c\x1c\x06\xeb\x15\ \x91\x67\xe7\x42\x2b\x68\x91\xc2\xa9\x4c\x09\x12\xb7\x4b\x42\xbd\ \xba\xda\x72\xa7\x11\x94\x77\x77\x77\x67\xb3\x99\x2c\x2a\xe8\xb6\ \x23\x27\x4f\x9e\x04\x80\xe9\x74\x2a\xf3\x9b\x24\x42\x0c\x06\x83\ \xb5\x13\x27\x51\x52\x65\xe6\xe8\xf7\xd2\x2d\xa6\x7c\xbc\x34\x3e\ \x9a\xf7\x6c\x08\x21\x4d\xb3\x24\x49\x4e\x9d\x3a\xb5\xbc\xbc\x32\ \x1c\x0e\x67\xb3\x29\x03\xe4\x79\x2e\x93\xa6\x85\x6d\x8f\xef\x3f\ \x77\xee\xdc\x85\x0b\x17\x84\x8b\x2f\xcb\xd2\x24\xc9\x85\x73\x67\ \x21\xf8\xe9\x74\xda\x58\xbb\xb2\xb4\x74\xf7\x3d\xf7\x5c\xbb\x76\ \x7d\xb1\x58\x64\x69\xba\x34\x1a\x13\xc2\x30\x2f\xde\xfc\xa6\x87\ \x8b\xc1\xe0\xc2\xf9\xf3\x79\x51\x34\x4d\xe3\xac\xbd\x76\xfd\xfa\ \xf5\x6b\xd7\xef\xb9\xe7\x9e\xef\xff\xde\xef\xfb\xe3\x3f\xf9\xec\ \xee\x64\xa7\x2c\xcb\x93\x27\x4e\xbc\xf1\xa1\x37\xae\x1d\x5b\xd9\ \x58\x5f\xdf\xdc\xbc\x9d\x18\xbd\xb2\xbc\xfc\xec\x0b\xd7\x36\x36\ \x37\x4f\x9d\x3d\xbd\x94\xe7\x57\x9e\xbe\x92\x25\x66\x3c\x1e\x9f\ \x3f\x7b\x2e\xb8\x86\x18\x0c\xa3\xb7\xb5\xd1\x8a\x11\xe7\xf3\x45\ \x55\x57\xf3\x45\x15\x02\x27\x69\xa2\x94\x21\xad\xd9\x72\x10\x8d\ \x24\x33\x12\x12\x51\xe3\xdd\x95\xa7\x9f\xaa\xeb\xda\x07\x5f\xd7\ \x0d\x31\x34\x4d\xf3\xa6\x37\xbd\x71\x65\x75\x69\x67\x67\x7b\x3e\ \x9f\xdd\xbe\xbd\xbf\xf8\x18\x0a\x00\x00\x20\x00\x49\x44\x41\x54\ \x09\x08\xce\xf9\xc1\x20\xbd\xf7\xfe\xfb\x56\xd7\x56\x1b\x6b\xa1\ \x6f\xc5\xcc\xcc\xe2\xb8\x62\x8c\xd0\x1d\x47\x8d\xaa\x0c\x00\xe2\ \x34\x37\x99\x4c\x62\x77\x85\x64\xe5\xc1\x7b\xeb\xdb\xed\x5d\x1c\ \xbe\x18\x15\x2f\xd1\x78\x0e\xa2\x3c\x57\x86\x61\xed\x13\xf4\x01\ \x69\x5f\xfe\x18\x1b\xad\x65\x74\x9f\xb5\x16\x02\x5b\x6b\x45\xea\ \x1a\x1b\xee\x00\x18\x51\x01\x33\x04\x4e\x8b\x6c\xb4\x3c\x46\xad\ \x3c\xb0\x7e\x59\xa7\x15\x1e\x7a\xc8\x7c\xe4\x77\x60\x6f\x0f\xd6\ \x56\x5f\xc7\xbb\xd7\x16\xb8\x6b\x9d\x3e\xf7\x1c\x68\xed\xce\x9c\ \xc5\xde\x4c\x2e\xd5\x99\xe2\x4a\xa3\xff\x6c\x36\x93\xdf\x74\xe9\ \x06\x32\xb7\xe3\x8a\x84\x8b\x97\xbe\xcd\x2c\xcb\xb2\x2c\x15\x87\ \x8d\xb2\x9c\x57\x55\xad\xb5\xde\xda\xda\x02\x40\xad\x13\xe6\x30\ \x9f\x2f\x18\x38\xcb\x0a\xc9\x59\xe2\x30\x49\x69\xf5\x14\x3d\xfb\ \xde\x64\x92\x64\x49\x51\x14\xb6\x69\x1a\x6b\xa5\x2f\x3c\x84\xd0\ \x54\x75\xd3\x34\x08\x20\xfd\x1d\xd3\xe9\xd4\x73\x98\x4e\xa7\xb2\ \x7d\xde\xdd\xdd\x6d\xaa\x3a\x34\x36\x78\xef\x21\x90\x02\x24\xf2\ \xce\xd7\x75\xdd\xd8\xa6\x1d\x9c\xdd\x52\x31\x14\x02\x21\x52\x7f\ \xc2\xaa\xe8\x16\x44\x5b\xe9\x7c\x60\xe6\xb2\xac\xb6\xb6\xb6\xab\ \xaa\xda\xdd\xdd\x95\x84\x4b\x6b\x0d\x80\x21\xb0\x7c\x67\x38\xd8\ \x12\x29\x40\x3f\x9b\xcf\xeb\xaa\x3e\x72\x61\x8f\x08\x13\xad\xf3\ \x2c\x0d\xde\xad\xdf\xba\xf1\xc2\x0b\x57\xa5\x1b\xd6\xda\x06\x81\ \xf3\x34\x15\x6d\x68\x62\x34\x91\x0a\xde\xef\x6c\x6d\xed\x4d\xf7\ \x06\xc5\x60\x50\x14\x84\x40\x00\xb5\xb5\xd6\xda\xa6\xae\x37\x37\ \x37\x11\xd1\x68\x85\x90\xcc\x66\xb3\x67\x9f\x7d\x36\xcb\x72\x44\ \x28\x8a\x3c\xcf\xd2\xa6\xa9\x49\xe1\xcd\x9b\x37\x8d\x36\x5a\x91\ \xb5\xf5\x6c\xba\xc7\x18\x56\xd7\x56\x48\xe3\x7c\x36\x0f\xc1\xde\ \xb8\x79\x63\x36\x9f\x56\x8b\xc5\xde\xde\x34\x31\x06\x01\x9d\xf3\ \x3b\xdb\xdb\xce\x59\x95\x26\x4d\x5d\x27\x8a\xb6\xb7\xb6\x20\x84\ \x54\x2b\x70\x21\x58\xcb\xc1\x11\x21\x00\x36\x75\x33\x9b\x2f\x9c\ \x77\xd6\x7a\x0e\x41\x29\x43\x4a\x71\x90\xf1\x85\x68\x83\x97\xc6\ \xfa\x79\xb9\xd8\xdc\xda\x92\x4e\xe0\xba\xaa\x6d\x6d\xa7\xd3\xd9\ \xed\xdb\x1b\x1b\x9b\xb7\x65\x30\x7a\xd3\x34\x46\x27\x4a\x19\xef\ \xc3\x64\x77\xd2\x34\x95\xf7\x41\xfa\x82\x80\xc5\x8f\x40\xee\x02\ \x26\x89\x91\x1f\x8e\x52\xea\x20\x1a\x8d\xc7\xa6\x9b\xaa\xd8\x34\ \x8d\x78\xb9\xec\x7b\xc6\x41\xeb\x8f\x24\xa8\x2d\x46\x1a\x91\x34\ \x97\xdd\x4f\xf4\x62\x92\x14\x21\x8e\x79\x69\x75\x65\xad\x6b\x0c\ \x44\x1a\xd0\x7b\x2f\x1a\x2d\x44\x4c\x4c\xa2\xb5\x91\x6a\x8a\xd6\ \x5e\x6b\x8f\x08\xed\x1e\x12\x00\x18\xe6\x75\xb5\xa8\xea\x53\x67\ \x4e\x2b\xa3\xf5\xcb\x3a\x39\xff\xf0\xc3\xb0\xb7\xa7\x9e\xbc\xec\ \xee\xb9\xe7\x75\xbc\x7b\x0d\x21\x3b\x62\xca\xbc\xfa\xcc\x33\x30\ \x1e\x37\x67\xcf\xf4\xc1\x3d\x31\x49\x5d\x37\xf2\x04\x8b\xe7\x97\ \xec\x3a\xc5\xea\x44\x9c\xa9\x10\x51\x6c\xdc\xbb\xa2\x56\xab\x24\ \x03\x00\x67\x6d\xf0\x90\xa6\xb9\xd1\xc6\x39\x46\x80\x34\xcd\x99\ \x99\x03\x26\x49\xaa\x94\x16\x5d\xb9\x58\x0b\x48\x2e\x13\xbd\xbd\ \x5e\x7c\xf1\xc5\x45\xbd\x00\x00\x4d\x94\x24\x89\x32\x4a\x92\x53\ \x45\x94\xe7\x39\x30\x13\xe2\x80\xc8\x73\x08\x21\xe4\x79\x9e\xe6\ \xb9\x98\xf0\xd5\x65\x09\x9e\x9d\xb5\x8d\xb3\xd0\x19\x74\xb7\x86\ \x4d\x24\x5c\x27\x09\x49\x0e\x40\x91\xa8\x89\xf3\x3d\x64\xd1\x02\ \x30\x37\x4e\xdc\xc0\xac\x75\x44\x6a\x38\x1c\x75\x67\xa7\x98\x43\ \x7b\xa8\x0e\xce\x0f\xad\x67\xef\xa4\xf1\xe4\x68\xc3\x3a\x78\x50\ \xe4\x4b\xa3\x61\x39\x9f\xcd\x7c\xa8\xeb\xda\x35\xb5\x77\x6e\xee\ \x1d\x87\xb0\xba\xbc\x2c\x99\x69\xa3\x28\xcb\x32\x99\x4f\xbd\x37\ \xd9\x55\x4a\x25\x46\x2d\x8f\x47\xf5\xa0\x98\xcf\x67\xd2\x53\x8a\ \x80\x75\x5d\x6f\x6e\x6e\x8a\xa7\x02\x21\x71\xe0\xb5\xd5\x55\x6b\ \x1b\xe7\xec\x7c\x31\xdb\xd8\xbc\x0d\xcc\xda\x18\x04\xb0\xce\xad\ \xae\x2c\x6f\x6d\x6f\x7e\xfc\xe3\xbf\xb7\x37\x9f\xa7\x59\x96\xa5\ \xd9\x60\x30\x2c\xcb\x92\x81\x0d\xa9\xf1\x68\x39\x49\x12\x08\xb0\ \xb2\x7a\xdc\x72\x20\xa2\xaa\xae\xcf\x9d\x3c\x8d\x04\xde\xda\x5b\ \x37\x6e\x1a\x44\x76\xae\x2a\xcb\x45\x35\x47\x24\xad\x34\x21\x3a\ \xcf\x89\xd1\xc1\x03\x03\x28\x72\x80\xe8\xad\x17\x17\xcf\xda\xd9\ \xa6\x69\x16\x65\x59\xd5\x55\x40\xc8\xb2\x4c\x69\x65\xad\x4d\x93\ \x3c\xcb\xf2\xb2\x5c\x30\xb7\x6c\xf5\x68\xb4\x34\x28\x0a\x44\x15\ \x02\xb9\xc6\x96\xec\xfa\xc6\x8a\xa2\x19\x17\x23\xfe\xa6\x52\x71\ \xda\xea\xcb\xbc\xec\x80\x00\x89\x31\xf2\x30\xcb\x43\x18\xe9\x91\ \x96\x40\x47\x24\x60\xa9\x3f\x4b\x7e\x2d\x26\x48\x52\x05\x91\xfa\ \x40\x9c\x10\xd0\x29\xca\x7a\x0d\xab\xc8\xdc\x0d\x11\x8c\xc9\x93\ \x44\x8b\x56\xe7\x03\x94\xa5\x59\x59\x56\xd6\x36\xcc\x10\x82\xa0\ \x7f\x08\xa1\xdd\x25\x4c\xa6\xb3\xe1\x78\x81\xa4\x38\xc0\xcb\x01\ \xf7\x10\xc2\x7d\xf7\xf1\xda\x1a\x7d\xed\x6b\xf0\x9f\xfc\xc8\xeb\ \x90\xf7\xda\x79\x05\x80\x61\x5d\x9f\x98\x4c\xca\x77\xbf\x27\x2c\ \x8d\x69\x36\x8f\x29\x64\x56\xe4\x8b\xb2\x94\xaa\xa3\x70\x29\x82\ \x5f\xb1\x70\x84\xc8\x22\x77\x11\xf8\x90\x7a\x14\x73\xeb\x82\x9b\ \x24\xa9\x52\xad\x56\xaf\x5b\x21\x32\xba\x28\x51\x44\x81\x7d\x96\ \xa6\xfb\x4b\xb4\x73\x4a\x11\xb4\x1d\x8d\x46\x2b\xb0\x42\x8a\x82\ \xf7\x44\xa4\x48\x01\xb3\x22\x25\x79\xb7\x78\x2a\x21\xa2\x0b\x01\ \x08\x5d\xf0\xe2\xca\xc8\xc1\x13\x03\x31\xb2\x74\x95\x70\x14\x42\ \xb4\x23\xea\xbb\x85\x27\x95\x26\x27\xb8\x2c\xe0\x1e\xa7\xe8\x89\ \x13\x88\xb5\xde\x07\x56\x8a\x42\x68\xbb\x4f\x5b\x54\xed\x9a\x66\ \x5d\xf0\x32\xc9\x2f\x6e\xc6\xe5\x08\xfb\x0d\x87\x47\x64\x06\x42\ \x9e\xe5\xa3\xf1\xc8\x5a\x87\x88\x59\x96\x9f\x39\x73\x26\x32\x3c\ \xd2\xbb\xd4\x27\x04\xc4\xf7\x46\xdc\x7b\xf6\xa6\x53\xef\xbd\x22\ \xb5\x32\x5e\x1e\x17\x23\x52\xad\xa8\x4e\x29\x35\x1e\x8c\xc4\x4e\ \x59\x36\xfb\xed\x78\x58\xe6\x38\xb1\x44\x2e\xfb\xf2\x78\xe9\x94\ \xa2\x86\x9d\x31\xa9\xb5\x4d\x9a\x64\xc0\xc0\xcc\x0a\x89\x03\x10\ \xa1\x42\xe5\xd9\x59\xef\xb2\x3c\xb7\xce\x91\x42\xef\x6d\x62\x8c\ \xb7\x4e\x71\xc0\x10\xe8\xd8\xb1\xa6\x6d\xaa\x64\x04\x0c\x01\x62\ \x37\x0f\x30\x35\xb6\xc1\xc0\xe2\x8f\x15\x10\x94\x52\x0c\xe0\x82\ \xf7\x1c\x9a\xa6\x91\x4b\xe7\x2a\x26\x02\x6d\xd0\x07\x3b\x1a\x8f\ \xbc\xf7\x88\x44\xa8\x98\x91\xc8\x00\x78\xef\xad\xd6\x2a\xe2\x56\ \x08\x41\xed\x17\x39\xd5\xd1\xcd\x96\xc5\xda\xa4\xb5\x6a\x57\x32\ \x3d\x46\xb4\x61\x6d\xcd\x3c\xb8\x54\xb5\x9e\x8c\x83\xc1\x40\x86\ \xcf\x4c\x26\x93\xbd\xbd\xbd\xa8\x91\x8d\x77\x2a\xe6\xe6\x07\x49\ \x1f\xee\x3d\x90\x2c\x0c\x5b\x9a\xa6\x44\x68\x8c\x39\xbe\x76\xc2\ \x18\x33\x9f\xcf\xb7\xb7\xb7\x65\xb6\x8c\xdc\x1a\xa9\x9f\x8f\x46\ \xa3\xc1\x60\x70\xfa\xf4\xe9\xe1\x68\x58\xce\x17\x2f\x07\xdc\xbd\ \xe7\xd1\x28\x5c\xba\xa4\xbe\xf1\x0d\x20\x7a\x1d\xf2\x5e\x43\xe0\ \x4e\x34\x6c\x9a\x13\x65\xb5\xb8\xef\x3e\xf0\x7d\x9a\x98\x8d\x36\ \x49\x22\x6a\x19\x25\x93\x74\x90\x64\xc8\x40\xc7\xc8\x6b\x25\x59\ \xab\x49\x92\xc8\x30\x86\x10\x14\x11\xa0\x0c\x67\xd8\x37\x3d\xef\ \x4f\x56\x22\x22\xe0\x80\xc8\xc2\x89\xcb\xde\x56\xc8\x47\x69\x58\ \xf5\x3e\x04\xf0\x40\xc0\x3e\x90\x22\xe2\x9e\xf9\x12\x8b\xff\x06\ \x07\x66\xd2\x3a\x00\x2b\xd4\x8e\x65\x84\x85\x46\x06\x0c\x01\xc9\ \x28\xc0\xc0\xc4\x1c\x3a\x4e\x9c\x03\x00\x07\x66\x00\x12\xd8\x4b\ \xc4\x97\x55\x22\x56\x20\x94\xd9\x23\x80\x32\x0e\x83\x31\x30\x44\ \x0b\x49\x31\x44\x94\xcc\xbd\xf5\x96\x09\x8e\xf7\xd7\x2c\xfb\x58\ \xaa\x65\x4e\x12\xa3\x95\x3e\x5a\x13\x13\x33\x67\x59\x7a\xe2\xf8\ \xf1\x3c\xcf\xfb\x9e\x07\xa4\x54\x62\x0c\xc7\x2e\x5b\xa5\xe4\xbc\ \x5a\x85\x0f\x00\x30\xd7\x4d\xa3\x95\x36\x5a\xb3\x63\x22\x0a\xcc\ \xce\x3a\xef\x1d\x20\x16\x79\x11\x82\x0f\xcc\xc6\x18\x00\x1f\x79\ \xe4\xce\x31\x78\xdf\x92\x13\xb4\xaa\x7c\x83\x48\xce\x39\x42\x32\ \x26\xf1\x2e\x28\x54\xc1\x43\xf0\xde\x28\x03\xc4\xc0\xde\x73\x60\ \x42\xe7\x1a\x86\x00\x00\xa0\x7c\x22\x7a\x0f\xad\x16\xde\x05\x66\ \x45\x0a\x10\xc0\x71\x55\xd5\xce\x7b\x40\x31\x43\x2e\x28\x6e\x78\ \x50\x7a\x6c\x94\x32\xc6\x7a\x2f\xa6\x89\x88\xc8\x4e\xe2\x6f\x60\ \x16\x71\x93\x25\x52\xc1\x83\x73\x01\x98\x42\xa8\x65\xce\x2a\x00\ \x47\x6b\x4c\x89\x55\xf2\x03\x22\x1e\x71\x30\x39\x82\xd2\x5a\xe2\ \x9c\xf4\x24\x8b\x81\x5d\x5b\xdb\x04\x06\x1f\xd2\xc4\xd8\xc6\x06\ \x0e\x79\x96\x39\xe7\x2c\x51\x9e\xe7\xf3\xf9\x3c\xf8\x10\x38\x88\ \xdb\xb0\x48\x00\x92\x34\xc5\xbe\x68\x06\x00\x09\x48\x44\xec\x8a\ \x14\x29\x44\x6c\x6c\x03\x0c\x4a\xa9\xb2\x2c\x97\x96\x96\x00\x60\ \xba\x37\xcf\xb2\x2c\x4b\xf3\xba\xb2\x49\x92\x8c\x97\xc6\xc7\xd6\ \xd6\x8a\x62\x90\x65\x59\x92\x26\xda\xe8\x44\x1b\xdb\xf8\xf0\x72\ \x33\x77\x58\x5a\x0a\xf7\xdc\xa3\x1e\x79\x04\xf6\xf6\xc0\x98\xd7\ \x6b\xaa\xaf\x15\x70\x47\x38\x39\x9d\x8e\xad\xbd\x76\xff\x7d\x78\ \xf0\xa6\x23\x11\x29\xa3\x4d\xd2\xe9\x01\xda\xb1\x73\x20\xfd\xd4\ \xed\x68\x54\x08\x81\xad\x48\xc0\x09\x91\x48\x91\x8e\x6b\x8c\x81\ \x3d\x07\x66\xd6\x5a\x69\xd3\x5a\x86\x05\x66\x20\xd4\xca\x10\xb0\ \x64\x25\x20\xa3\xc8\xbc\x1f\x8f\xc7\x20\x76\x8c\x89\x41\x34\x81\ \x59\x25\x04\x08\x1c\x82\x28\x0b\x65\x0c\x47\xf0\x2c\xf9\x1a\x33\ \x38\x0e\x81\x59\x73\x00\x82\x76\xca\x41\x08\x00\xb4\x5f\xc7\x92\ \x5a\x96\x17\x34\x09\x21\x30\x90\xe4\x8e\xaa\xad\x1b\x13\x02\x53\ \x60\x06\x54\x80\xc0\xcc\x3e\xb0\xb4\x1c\x06\x66\x42\x04\x42\xd2\ \x5a\x27\x86\x48\x91\xcc\x5d\xf2\x5e\x63\xd2\xb2\x31\x1c\x3a\x72\ \x06\x03\x07\x60\x08\x0c\x69\x9a\x1d\xad\xaa\xc7\x00\xc6\x24\x69\ \x9e\x99\x34\x53\x8a\x10\x50\x1b\x23\x44\x90\xd6\x3a\x04\xdf\xc9\ \x96\x20\x04\x1f\x42\x90\x16\x04\x42\x32\xc6\x0c\x92\x04\x18\xb4\ \x32\xc1\x70\xd3\xd4\x8d\x75\xa4\x68\x38\x5a\x12\xc3\x77\xef\x5c\ \xa2\x35\x33\x1b\x93\x1a\xef\x01\xdb\xfa\x01\x02\x48\x61\x53\x26\ \x9e\x33\x82\xe6\xf6\xd4\x20\x20\x29\x0a\x9a\x15\x29\x00\x0a\x3e\ \x10\x52\x00\x07\xc0\x55\x5d\xbb\xe0\x09\x95\xd2\x09\x73\x00\x0c\ \x46\x6b\xaf\x3d\x00\xa4\x26\x8d\x8c\x44\x50\x3e\x57\x89\x50\x16\ \x4c\x04\x08\x81\x89\x88\x12\x63\x90\xc8\x7b\x1f\x80\xbd\x67\x0e\ \xa8\xb4\xe6\xc0\xd6\x39\x85\x84\x84\x8a\x34\x80\x46\xa5\x94\x4e\ \x8c\x4e\x10\x95\x68\x9c\x02\x5b\x00\x2f\x3b\x23\x1f\x42\x08\xbe\ \x0d\x09\xc0\xad\x29\xf4\x51\x2d\x7f\x01\x80\x03\x87\xc0\xc0\xec\ \x9c\x47\x80\xf1\x78\x49\xc2\xb6\xf4\x2e\x04\x1f\xbc\x77\x8d\x75\ \x21\x20\xa3\x52\x89\xb2\xce\x33\x33\x90\x0a\x9e\x99\xa1\x69\x1a\ \x60\x56\x92\x06\x31\x67\x79\xbe\x3f\xdb\x0b\x30\xcd\x92\x34\x4d\ \xfa\x23\x01\xa4\x94\xe5\x9c\x5b\xcc\x4b\x0e\xa0\xb5\x4e\x33\xd4\ \x46\x21\x11\x03\x93\x92\x61\x67\x5c\x37\x75\x63\x1b\x5a\x90\xd6\ \x46\x91\x52\x4a\x65\x49\xf2\xf2\xc0\x9d\x07\x03\xff\xce\x77\xe8\ \x8f\x7f\x9c\x9e\x79\x26\xbc\xe9\x4d\xf0\xfa\x3c\xd5\xd7\xc6\x0b\ \x19\x2e\x6e\x6e\xc1\xb1\xb5\xea\xde\x7b\x0f\x46\x74\x24\xa5\x90\ \xa8\xfd\x47\xd6\x2a\x03\x7b\x21\x46\x08\x00\x1b\xeb\xdb\x21\x90\ \x08\x84\x14\x5c\x20\x42\x45\x0a\x02\x13\x21\x12\x78\x0e\x0c\x4c\ \x9a\x50\x51\x00\x0e\xbe\x95\x85\x05\x0e\x3e\x00\x29\xe2\x2e\x7f\ \x04\x00\xa5\xb5\xa0\x3c\x29\xe5\x9c\x03\x40\x64\x74\x4e\x74\xee\ \x9a\x28\x36\x4c\x01\x63\x00\x22\x06\x12\x83\x59\x0e\x0c\x8c\xcc\ \xec\xf7\xc7\x59\x87\x00\xcc\x00\x92\x3f\x22\x28\x22\x4e\xb4\xe2\ \x1e\x37\x2e\x7f\x22\x63\x01\x98\x81\x11\x3b\xb9\x0b\x00\x51\x90\ \x84\x1c\xc1\x05\xcf\xcc\xa8\x28\x30\x7b\xef\x02\xb7\x1a\x35\x0e\ \x0c\x88\x3d\xce\x1d\x00\x38\x04\xf9\xec\xfd\x0d\xf8\x51\x52\x77\ \x24\x17\x30\x23\x0d\x84\x88\xca\x05\x66\x06\x4d\xe8\x7c\x00\x20\ \xe7\xa4\x5d\x4b\x3c\xbb\xbc\xf7\xa1\xbd\x62\x0c\xe0\xd9\x7b\x0f\ \x8d\x43\x44\x1f\x3c\x13\xa8\xd4\x30\xe1\xa2\xa9\x15\x51\x40\x76\ \xde\xa6\x49\xca\xc0\x42\x81\x45\xc1\x5f\xdf\x28\x3f\xf8\xa0\xd1\ \x58\x6b\x11\x49\x6b\x8d\x80\x60\xf6\x73\xdb\xe0\xad\x5c\x58\xd2\ \x04\x8d\x47\x22\xd1\x16\x31\xe0\xc2\xb6\x34\x17\x82\x02\x40\x63\ \xb4\x52\x3a\xa8\x90\x24\x18\x6b\x12\x00\xec\x6c\x60\x46\x26\xc5\ \x08\x4c\xad\xc0\xdc\x28\x00\x00\x54\x90\x28\x05\x10\x24\xbe\x32\ \x33\x80\x02\x24\xeb\x42\x08\xae\x53\x31\x01\x22\x63\xe7\xdf\x02\ \xa4\x45\xc5\xe8\x83\x0f\x8c\xad\x35\xcb\x11\x56\x01\x00\x33\xd4\ \x75\x83\x80\x44\xc4\xd6\xc9\x77\x96\x4e\x51\x51\xb3\x08\x16\xfb\ \xe0\xd3\x24\xcd\xf2\x62\x34\x1e\xd9\xc6\x4e\x26\x13\x6b\x7d\x5d\ \x37\x00\xac\x98\x01\xd9\x3b\x57\x2e\x16\x75\x5d\x4f\xa7\xd3\xc8\ \xbc\x4b\x56\x24\x32\x27\x04\x64\x60\xea\xd6\x14\x00\x54\x55\x35\ \x55\xd3\xa2\x18\x64\x79\x3a\x9d\x4e\xe7\x8b\x59\x63\xeb\xc6\xd6\ \x65\x55\xee\xec\xee\x48\xaf\x89\x31\x89\x28\x53\x87\xc3\x21\x12\ \xbe\xbc\x82\x2a\x78\x1f\x1e\x78\x10\x00\xe8\x99\x67\xfc\xdb\xde\ \xf6\xfa\xb0\xec\xd7\xce\xeb\xfc\xd6\x96\xbf\x74\x77\x18\x8d\xf0\ \x9b\xa5\x3c\xdc\xbd\xfa\xd3\xe6\x22\x88\x76\x6b\x03\x05\xdb\x88\ \xa4\x5f\x03\xbc\xf7\xbe\x71\x92\x1e\xc6\x09\x47\x7d\x62\x9a\x0f\ \x96\x22\x0f\xfd\xe0\x3b\xe3\xd6\xae\xd7\x43\xc9\x2f\xe5\xcf\xf7\ \xff\xf2\x20\x83\xd9\xff\x62\x92\x84\xfa\xe0\x0f\x55\xb7\xba\xaa\ \x27\x77\xbc\x38\xc6\xc5\x1d\xd9\xf3\xc8\x99\xf6\x7f\xb3\x7f\x70\ \x04\xe0\x03\xec\x6a\x5f\x36\x23\x71\xe3\x95\x38\x96\xb6\x6a\x12\ \x42\x09\x40\x02\x0d\xcc\x1c\x4f\xaf\x2f\xab\x97\x04\x50\xfa\x0f\ \x04\xa6\x05\xa0\x65\xfe\xb2\x73\x2e\x70\x08\x3e\x34\x9d\x6a\x90\ \x94\x02\xec\x9d\x4c\x77\xb4\xee\x53\x82\xf7\xec\x3d\x7b\xef\xf2\ \x3c\x6f\xaf\x76\xc7\x6c\xc9\xa0\x22\xd0\xca\x77\x4d\xad\x71\x8c\ \x62\xbc\x3e\x42\x98\x41\x3b\xd5\x88\xa3\x86\x24\xbe\x94\xd2\x2d\ \xa9\x16\xa4\x50\x81\x5d\x34\x0e\xdd\x5c\x17\xea\x5f\xf0\xfe\x95\ \x0f\x21\x04\xf6\x00\xa1\xe3\xf6\x28\xaa\xc2\xbd\xf7\xde\x3b\x24\ \xf5\x4a\x5c\x1f\xe2\x6c\x48\xf9\xb8\xe8\x32\x2d\x62\x01\x91\x12\ \xa8\xa0\xbc\xf7\x3b\x3b\x3b\xb3\xd9\x4c\x0c\x33\x00\x20\xcf\x73\ \xa5\x48\x03\x30\x84\x43\x83\xf4\x22\xb8\xc7\x27\xa4\xf5\x14\x13\ \x01\x7b\x08\x62\xc2\x51\x37\xf5\xd5\xab\x57\xfb\xa3\x02\xa2\x39\ \x47\x3c\x9a\x73\x4e\x6c\x53\xad\xb5\x2f\x0f\xdc\xd1\xda\x70\xdf\ \xbd\x40\xa4\x1e\xfd\xaa\xfd\xd0\x87\x24\x2b\x79\x1d\xf8\xfe\x83\ \x97\xca\x14\xd6\xde\xb5\xb9\x59\xbd\xf7\xbd\xa1\x28\x0e\xd1\x32\ \x71\x82\x68\x6c\xc9\xc3\xde\x6c\xd2\x08\x3a\xf1\x97\x4a\x29\xa4\ \xf6\x91\xf5\xce\x33\xb6\x2a\x31\xf9\xf3\xd8\xc8\xda\x15\x03\x85\ \x84\xc0\x5e\xb2\x1d\xa2\x82\x58\xba\xf8\x84\xfa\x94\x2e\x95\x3e\ \x04\x74\x78\xa4\x10\xa0\x3f\x86\xbb\x8f\x05\x20\x13\xcb\x7a\x6b\ \x2c\x62\x62\x97\x60\x42\x1f\xdd\xe0\x00\xe2\x09\x99\x73\x38\x86\ \xb5\x50\xce\x2d\x8f\x71\x08\x95\xf6\x1d\xfe\xf0\x95\xd8\xab\xa2\ \x94\x70\x63\x2c\xec\xcf\xf2\xee\x83\x45\x84\x06\x31\x5f\x93\x37\ \x48\x5f\x8c\x78\xb1\xa5\x69\x2a\x00\x11\x87\x14\xb6\xfd\xc6\x1c\ \xfa\x07\x91\x84\x54\x0c\xd4\x84\xf0\x21\xd2\x79\x9e\x45\xe4\x8a\ \xf3\x66\x5b\x5d\x39\x22\x2b\x15\xfb\x39\xe3\xf5\xe9\x06\x38\x83\ \x77\xe1\xce\x98\x77\x28\x27\x88\xad\x3d\x44\x6d\x4f\x66\x2b\x6c\ \x04\x68\x7a\xf6\x27\xb1\xe9\x57\x2e\x85\x52\x8a\x99\x02\x87\x3b\ \x0f\x28\xd5\xd4\xfe\xe8\xdd\x23\xbc\xfa\x57\x5b\xbe\x9e\x08\x34\ \xe3\x8d\x8e\x67\x1d\x9f\xe7\xde\x84\x45\xd4\x00\x5d\x57\xb2\x3c\ \x0f\x74\x68\x5c\x6a\xdf\xe3\x37\xde\x32\xe1\x2a\xbd\x77\x80\xed\ \x3d\x8d\x43\xbe\xa4\xd0\xc4\x2c\x64\xbd\x62\x26\x63\xb4\x2c\x8d\ \x97\x99\xb9\x4b\x9f\xea\x7d\xf7\xd2\xa3\x8f\xe2\x6c\x0e\x5a\x41\ \x77\x59\x5f\x7f\xfd\x87\xfa\xf2\x44\x17\x76\x76\x86\x55\xbd\x79\ \xcf\x3d\x90\xe7\xd0\x69\xb7\x0f\x2d\x9e\x43\x1d\x98\xf1\x49\xed\ \x3f\xac\xb2\x12\x62\x56\x1e\x42\xc8\xf2\x34\xa6\xed\xfd\xd1\xd2\ \xed\x3a\x11\xda\x05\xf7\x0f\x1b\x87\xa9\x1e\x6c\xfd\xe0\xfe\xef\ \x0f\x6a\x12\x42\x3f\xb9\x8b\x1f\x74\xe7\xb2\x8f\x18\x74\x30\x19\ \x0c\x87\xc0\x3d\xbe\xb3\xfd\x7f\x07\xd1\xfe\xd0\xb6\x20\x6a\x87\ \xfa\xb1\x41\x7e\x96\x36\xae\xa3\x61\x0c\x22\x78\xef\xa4\x65\x17\ \x0e\x4e\xa0\xed\x9f\x8e\x24\xec\xe2\xa5\x1e\xe7\x40\xc9\x7b\xd2\ \x34\x15\x58\x8f\x57\x2f\x36\xfb\xc8\xfe\x89\x98\xb9\xeb\xd1\x17\ \x29\x9e\x94\x8b\x05\xfa\xc5\x93\x5c\xf2\xd6\x3b\xb7\x32\x21\x04\ \xc7\xed\xc3\x20\xd0\x7f\x08\x4c\xe3\xe8\xf0\xbe\x22\x10\x7a\x52\ \xd1\x10\x1a\xb9\xb2\xf1\x9a\x75\x49\x33\xc7\xec\xb9\x7f\xb4\x43\ \x48\x2a\x07\x93\xfd\x56\xc4\xdc\x3b\xbf\xc6\xd1\x78\x19\xe7\xbd\ \x0e\xe1\xd0\x64\xf6\x7e\xd2\xd0\x7f\x98\x63\x4e\x1d\xed\x9d\x15\ \x30\x29\x12\x8f\x5f\x0e\x01\xbb\xd8\xd5\xda\xd1\x00\x90\x52\x12\ \xfb\x21\xae\x02\x61\x6c\xe4\xc1\xc6\x03\x25\x58\x79\xe0\xe3\xbe\ \x47\xa2\xa0\x44\x38\xa5\xd4\xcb\x04\x77\x66\x30\xc6\xbf\xed\x6d\ \xfa\x0f\x3f\x81\xd3\x3d\x5e\x5b\x7b\xd5\xc0\x1d\xd9\xd5\x95\x83\ \x2c\x4b\x11\xd9\x37\x95\x0d\x3a\xcb\x0c\x7b\x57\x57\xa5\x0b\xa0\ \x93\x2c\x4b\x4d\x68\xca\x26\xa8\x2c\x4b\xc0\xdb\xca\x86\x34\x4d\ \x5e\x77\xbd\xf9\x8e\xbf\x1c\xe2\x99\xbd\xa9\x03\xb8\xb9\xb2\xb2\ \xca\x87\xe7\x1c\x1c\xca\x5b\x63\x02\x7e\x28\x13\x89\x1b\xe4\xd8\ \x57\xdd\x96\x49\xbb\xdc\xbf\x9f\x16\xf5\xb8\x0e\xd6\xdd\x0a\x89\ \xeb\xa7\x93\x99\x43\xf4\xa8\x91\x3c\x2e\xee\xbe\xbb\xc5\x2c\xd0\ \x4b\x71\x27\x2d\x5b\xe6\xfe\xa1\x02\x70\x5c\x42\xfd\x8e\x92\x7d\ \xa0\x0f\x10\x3b\x4b\xfb\xeb\x76\x3f\x73\x07\xee\xe3\xf5\xa1\x04\ \xb6\xdf\x1d\xde\x4f\xab\x3b\x3c\x3d\xba\x1e\xa1\x1f\x05\xfb\x28\ \x09\x3d\x2b\x82\x98\x42\x4a\x4b\x41\xb4\x10\x88\xe3\x98\x05\xfa\ \x63\xac\x95\xab\x27\xe0\xae\x64\xe6\x4f\xc7\xe1\x00\x80\x18\x93\ \xc9\x7b\x88\x88\x19\xe6\xf3\xb9\xf4\x49\xc6\xc9\x53\x91\xf5\x72\ \x21\x00\xb6\x03\x05\xe5\x6f\xfb\x71\x88\x88\x14\x99\x43\xa1\xb4\ \xdf\xbe\x2b\x3a\x71\x51\xa3\x77\x45\x72\xea\x26\x57\xa0\x9c\x4b\ \x3f\x2c\xf9\x03\x28\x84\x81\x3d\xf3\xfe\x34\xdd\x7e\x58\x8d\x59\ \xf0\x11\x0b\xd9\xbd\x2b\xdf\xf7\x12\x88\xf7\x22\xfa\x88\x45\xd9\ \x6e\x7c\x6c\xf6\x43\x7b\x00\xd9\x4f\x72\x3b\x31\x95\x20\xde\xbe\ \x6e\x1c\x53\xe0\x96\x10\x14\xe5\x55\x08\xec\x03\x13\x91\xd0\xfd\ \x72\x4d\xbc\x77\x22\x8c\x52\x4a\xb7\x5c\x20\xee\xcf\x67\x67\x66\ \xfd\xb2\x4f\x90\x39\x3c\xfc\x30\xfd\xf3\x5f\xc3\x1b\x37\xf8\xf8\ \xf1\x57\x8b\x0a\xf0\x4d\x71\xe1\x1d\x3f\x74\x29\x7c\xe6\x53\x5f\ \xa9\x19\x4e\xbc\xf1\x7d\xdf\x33\xba\xfd\x47\x9f\x7d\xd2\xac\x5e\ \xfa\x91\x0f\x7d\xe0\xe2\xb2\x7a\xe6\xcb\x9f\xf8\xe4\xe7\xaf\x1c\ \x7f\xcb\xfb\xdf\x38\x58\xff\xa3\x3f\xf9\xba\x3e\xfd\xc6\x1f\x7a\ \x60\xf8\xe8\x97\xbf\xba\x70\xdf\x7e\x76\x28\x7b\x5f\xfb\xc0\x80\ \xca\xe8\xfd\x48\x10\x42\x13\x40\x69\xd2\xc0\xde\xf9\x3a\x00\x69\ \x95\xd0\x37\x3b\x50\x08\x8d\xf3\x1e\x00\xb5\x4e\xa9\xbd\x61\xce\ \x79\xcb\x40\x5a\xa5\x84\xed\xf1\x49\x25\x7a\xdf\x39\x04\x39\x34\ \x8e\x59\xab\x04\x01\x99\xad\x0b\xac\x95\x11\x06\xda\x05\x47\x2a\ \xf9\x2e\x17\x96\x5e\xda\xde\x0e\x08\xeb\xc3\xe1\xf1\xc3\xfd\xf2\ \xfb\xb9\xed\xa1\x24\x3d\xe6\x71\x77\x52\xa2\xd1\x14\xc9\x7b\x1f\ \x25\x69\xf1\xe9\x57\x6d\xa5\x54\xc8\x0d\x0e\x1c\xa4\x67\x24\x4e\ \x97\xee\x23\x5a\xff\xe3\x64\x15\x09\x9c\x75\x48\x27\x23\x38\x30\ \x2e\xec\xfe\x9f\x8b\x80\x44\xd6\x50\x5c\x93\xfd\x58\x25\xcb\xa5\ \x0f\x9d\x11\xac\xdb\xdf\x74\xe0\xde\xdf\xb2\xf4\x8d\x00\x63\xdf\ \x79\x3b\xdc\xa3\x77\x59\xe0\x95\x4d\xf2\xf4\x9d\x63\x96\x20\x48\ \x9f\xfb\x8a\x24\x7b\x1c\xf9\x5d\xd7\x75\x0c\xab\x12\x50\x85\x99\ \x89\x97\x3a\x12\x5c\xa2\xea\xf3\xde\xb3\xb3\xc6\x18\x91\x5a\xf6\ \x5b\x28\x63\x7a\x68\xad\x93\xf0\xdc\x37\x8e\x8f\xc1\x23\x25\xf4\ \x21\x88\x9b\x23\x74\x0a\xd7\x6e\x83\x25\x6a\x13\x1f\x0f\xd8\x4a\ \xd7\x3b\x3b\x36\x39\x29\x19\x8a\x2b\x07\xec\xb0\x1b\x63\x32\x1e\ \xef\x57\x4c\x0e\x22\x1f\x42\x84\x8a\xa8\x65\xad\x7b\x0f\x61\x9f\ \xee\x7b\x25\xb5\x0e\x3a\x98\xb8\x1c\x1c\x60\x0d\x87\xbe\x5e\xdc\ \x62\x86\xae\xf7\x42\x9b\x64\x7f\x23\xbb\x4f\xce\x09\x77\xd8\x41\ \xfc\xc1\xdd\x70\xb7\xb5\x95\x7f\x30\xb2\x94\x21\x80\xd6\x06\x11\ \x65\x43\xd3\x9d\xa9\x8f\xf1\xec\x65\x83\x3b\x32\xfb\xb7\xbd\x0d\ \x10\xd5\x97\xbf\x1c\xde\xfa\xd6\x57\x09\x4d\x82\x6d\x46\xf7\xbf\ \xfb\x6f\xfe\xf5\x87\x66\x57\xfe\xee\x1f\xde\x58\xf9\x99\x9f\xf8\ \xb9\xb7\xbb\xdf\xfa\xc3\xcf\x6f\xfc\xc4\xdf\xfe\x99\xd1\x73\x9f\ \xfc\xc4\xd7\xdd\xfb\x7f\xf4\xa7\xf3\xe6\x7f\xf9\xda\xb9\x77\xff\ \xfc\x87\xce\x34\xeb\xbf\xf4\xa7\xfe\xec\x7b\xde\x79\xee\xc9\xaf\ \x7c\x65\x0e\xdf\xa6\x43\x81\x19\xcc\xda\xda\xc3\xc7\x86\x43\xf2\ \x9b\x2f\xdc\xbe\x52\x3a\x20\x44\xe7\xaa\x6c\x70\x61\xa4\xaa\x9d\ \xf9\xb6\x87\xe2\xf4\xe9\x77\x2d\xab\xe9\xd5\x5b\x8f\x97\xa0\x0e\ \x61\x6e\x60\x1e\x0c\xef\x3b\xbd\x7c\x4a\x2b\xbb\x7e\xfb\xb1\x9d\ \xb2\x44\x04\x65\x8e\x9d\x3f\x73\x7f\xea\x37\xaf\xde\x7e\xaa\x86\ \xe2\xe4\x89\xb7\xac\x64\x66\x67\xe7\xf1\xdb\xb3\x59\x7b\x95\xd9\ \x51\x7a\xfa\x4c\xa1\xb7\x76\x6f\x04\x04\x95\x9c\x3a\x96\xc1\xd6\ \xde\x3a\x20\x31\xe5\x27\x96\x8f\x2f\xa6\xd7\xca\xf0\x5d\x3a\xe0\ \x2a\x20\x16\xd6\xde\xbd\xbd\x7d\x7d\x69\x79\x73\x50\x28\x66\x7b\ \xf0\x71\xd0\xda\xe8\x4e\xf9\x1b\x19\xd2\x43\x55\xc4\xf8\xa0\xc7\ \x05\xb6\x0f\xd0\xdc\x49\x97\x63\x4e\xd7\xad\x3d\xf9\x95\x26\x14\ \x3c\x3a\xec\x8b\x7d\x30\x29\xeb\x37\x7f\xf6\x1a\x9d\x0e\x94\xf2\ \xee\xe4\xdc\x03\x07\xe8\xad\xc9\x43\xc8\xce\x7c\x58\x54\x11\xc3\ \x12\x47\xce\xbe\x77\x34\x69\xc4\xed\xd3\xeb\xae\xd7\xca\x7b\xe8\ \x6b\x1c\x62\x5a\x5f\x6e\x82\x95\x24\xe9\x70\x38\x14\x8e\x2b\x76\ \x5a\xc5\xab\x14\x37\x43\x51\xea\x1e\x61\x37\xd2\xc1\x71\xf3\xd4\ \x5a\x66\x1a\x13\x53\x51\xef\xbd\xc9\x33\xc9\xfd\xc5\xda\xb3\xf3\ \x2c\x84\x58\xb2\x1e\x0e\x87\x91\x0d\x13\x44\x16\xce\xad\xa5\xcb\ \xbd\xe7\x8e\xb2\x88\x2d\xbe\x72\xdf\xb5\xc6\x10\x20\xf8\xd0\x4f\ \x7e\xfb\xd6\x9b\x46\x1b\xe7\x2d\x12\x67\x79\xda\x25\x64\xd4\xe9\ \x5b\xda\xbb\x0c\x4c\xfd\xc7\x40\xea\xba\xfb\x37\x0e\x42\xd4\x4d\ \xc5\xee\x33\xb9\xda\x32\xae\xeb\x15\xe5\x9d\xbd\xa7\xa8\xbf\x7f\ \xea\x9b\x3e\xf6\xc9\x31\xb9\x11\x2d\x79\x82\x18\x00\x10\x85\x33\ \x62\x00\x54\x42\xbf\x60\xcb\xb7\x70\x67\x3e\xc0\xc2\x27\x22\x00\ \x83\xf5\x8e\x2d\x03\xa2\xd1\x5a\xf7\xc2\x86\xf7\xde\x7b\xad\xb4\ \x92\xb2\x7f\xec\x2c\xf1\xbe\x96\xff\xd4\x47\xc8\x19\xf8\xd4\xa9\ \x70\xf1\xa2\xfa\xea\x57\x1b\x7a\x95\xcc\x7f\x39\xb0\xce\x75\xf5\ \xc2\x33\xeb\xf7\xbe\xfd\x1d\xd7\xc6\x66\x6c\x37\x5e\xb8\xdd\x9c\ \xbc\xfb\x5d\xf7\x24\xcf\xff\xb3\xdf\xfe\xe4\x86\x0f\x7b\xf9\x3d\ \x3f\xfb\x7d\xef\x7e\xfa\xf1\x1b\x9f\xff\xd2\xee\xf7\xfc\xf0\x8f\ \xaf\xff\xe9\xf5\xe9\xa2\xe6\x3f\xe7\xa0\xd6\x25\x17\xbf\xff\xad\ \xbf\x98\x2c\xbe\xb0\x3d\x7d\xee\xe6\xe6\x95\x12\x38\x30\x9d\x38\ \xf3\xc1\x0f\xbe\xf7\xef\x4c\x9e\xfd\xc7\xbf\xf9\xb9\x8f\xdf\xfb\ \xe6\xff\xf2\x7d\xe7\x4f\xce\x5c\x71\xdf\xda\x47\x3e\xf6\xb5\xcf\ \xb0\xea\xf3\x3c\xc1\xfa\xe4\x0d\x0f\xfc\xdc\x9b\x96\x76\x9f\xdf\ \x79\x71\xb1\xfb\xd4\x4e\x39\xf7\xc1\xdc\x75\xee\xaf\xbc\xe3\xc2\ \xbd\x83\xd1\xf9\x07\x9f\xfe\xa7\x1f\xb9\x7c\xeb\xae\xd3\x6f\x5f\ \x1b\xde\xf5\xbe\x87\xde\xff\xb1\x3f\xfe\x87\xd7\x1a\xd6\x08\xd6\ \xba\x07\xde\xfa\xdf\xfe\xf4\x1b\x4f\xff\x1f\x1f\xfe\x5b\x4f\xcc\ \x9a\xe3\x17\xfe\xe6\x2f\xbc\xf3\xc1\xdf\xfc\xe8\xdf\xb9\xbc\x57\ \xae\xde\xf5\x33\xbf\xf0\xde\x1f\xfc\xc8\xef\xfe\xed\x47\xf7\x28\ \x55\xdf\x8d\xe9\x7b\x20\x1a\xd6\xcd\x89\xd9\xfc\x93\x27\x8e\x7b\ \xbc\xf3\x76\xb3\x73\x3e\xce\x43\xe8\x0b\x48\x22\xcd\xd2\x27\x6a\ \xee\x14\x8d\x20\x29\x3a\x68\x9e\xd7\x7f\xb3\xa8\x2f\x62\xde\x2d\ \x45\xa4\xbe\xd9\x5e\x9f\xc5\x3e\x64\x95\xd7\x25\x6b\xba\xbf\x25\ \xef\x17\x1e\xdb\x4d\x07\x7e\x13\xce\x3a\x1e\x81\x50\x1d\x22\x94\ \xfb\x05\xdb\x56\xcc\x71\x07\x65\xdf\x67\x78\xfb\xa5\x88\xf0\x1d\ \xea\x0b\xe9\xae\x8c\x13\xce\x44\x88\xef\xbe\x29\x55\xd4\x57\xc8\ \xf5\x94\xcf\xed\x77\x42\xc6\x7c\x36\xbe\x47\x8e\xd6\x22\x94\x52\ \x75\x55\xc9\x1b\x24\xeb\x8f\xdc\xae\x84\x07\x31\x49\x16\xe8\x17\ \x06\xbf\x5f\x0e\x01\x69\x3c\xed\xc8\x81\x68\x82\x18\xeb\xe1\x1c\ \x58\xa9\x24\xee\xcf\xa2\xba\x49\xfe\x2f\x30\x00\xb1\x0f\x1c\x51\ \xac\xfd\xce\x24\x63\xbe\x18\x80\x63\xab\xea\xc1\x62\x29\x75\xf9\ \x27\x7b\x7f\x20\xa8\xc7\x1b\x1a\xdd\x74\x8f\xc6\xb9\xcb\xe9\xf4\ \x37\x61\xb1\xf6\x13\x1f\xbf\x98\x67\xf4\x53\x90\xae\xa0\xaa\x42\ \x68\x7b\xed\xba\x8e\x3b\x16\x8e\x2b\xee\x42\xfb\xe6\x04\xdd\xf6\ \x95\xbb\xb9\xed\xc6\x28\x12\x95\x64\xf0\x21\xa8\x00\x08\xc8\xfb\ \xc3\xb5\x5b\xd9\x7b\xf7\xa8\xbf\x7c\x70\x0f\x81\x57\x56\xc2\xbd\ \xf7\xd2\x17\xbf\x84\xf3\xf9\xab\x34\x52\x95\x41\xaf\x0e\xf8\xd1\ \x2f\x7e\x2e\xbd\xf8\xee\xbf\x76\x1f\x3e\xfe\xa9\x8f\x9e\x7a\xe3\ \xf1\x81\xb1\x6c\x2b\xcb\xca\x18\xb4\x55\xc9\xca\xa4\xa9\xde\x7e\ \xf2\x8f\xff\xb4\x7e\xf3\x5f\xfd\xd1\xf7\x27\x9b\x5f\x0b\x7f\x5e\ \x48\x56\x66\x40\xe1\xc5\xaf\x7e\xe3\x7f\xfd\xf2\xfa\x4e\xbe\xf4\ \x8e\xbf\xfa\xbe\x9f\x7e\xee\xeb\xbf\x36\xd7\xee\xc6\xed\xc7\xc9\ \x3b\x8f\xcb\x6f\xb8\xf0\xa6\xe7\xbf\xfe\xf7\x7e\x77\xfd\xfc\x2f\ \xfc\xe5\xbf\x71\xf6\xf2\xa7\x9f\xb7\xa0\x42\x59\x3b\x4b\x3a\x4f\ \x95\x06\xca\x33\xcd\xcf\xbe\xf0\x5b\x1f\xfb\xfa\x9f\x41\x72\xe6\ \xbd\xef\xfc\x07\xc7\x67\x1f\xfd\xd4\x73\x1f\xfe\xf0\xe5\x8d\xe5\ \x07\x7e\xe9\x43\x17\xbe\x27\x7d\xfc\x4b\x8f\x5e\xfe\xed\x7b\xee\ \xfa\x4f\x4f\xe4\x2b\x9e\x01\x01\x81\x1b\x28\xde\xf0\xe0\xb2\x7a\ \x7a\x63\xfa\x86\x4b\x6f\x7d\xf2\xcf\x3e\x63\x0c\x04\xb3\xf6\xd0\ \xc5\xb7\x5d\x7e\xf4\xb1\x87\xef\x7d\x97\x77\xa5\x4a\x73\x80\xea\ \xbb\x93\x90\x09\x00\xc7\x67\xb3\xd5\xd9\xec\xb9\x07\x1f\x58\x81\ \x6f\x29\x82\x8c\x0f\x65\xe4\xd6\x0f\x31\xef\x11\xf8\x24\x8d\xea\ \xa5\xe7\xfb\xca\x11\xf9\x77\x5c\x39\x44\xc4\x21\xb0\x77\x11\xb2\ \xa5\x81\x5e\xde\x29\xde\x35\xa2\xbe\xf0\xbe\x05\xaf\xe8\x32\xd6\ \x6d\xf6\xc1\xb9\xaa\x9f\xe3\xf7\xb7\x11\x9d\x5f\x2a\xf4\x93\x3e\ \x38\xa8\xb6\x6c\x6c\x73\x88\x69\xe9\x17\x4b\x81\x5b\xb9\x58\x5f\ \x9a\xd2\x67\xa2\xfa\xb8\x2f\xf8\x0b\x77\x38\x46\x1d\xb1\x10\xe2\ \x9c\x0c\xd3\x10\x1b\xb5\x3e\x0b\xdc\xe7\xbe\xac\xb5\x62\x6c\xd2\ \xd7\xaa\x8b\x17\x79\x6b\x3a\xdf\x81\xaf\x10\x2c\xf2\x73\x60\x06\ \x67\xad\x6d\x44\x57\x17\x15\x29\x44\x54\x14\x85\xec\x4e\xc4\x75\ \xa7\xaa\xaa\x38\x09\x28\x12\x41\x44\xd4\x38\x8b\x9d\xf9\x41\x0c\ \x75\x7d\xb2\x22\x84\x26\x7e\xe1\xf8\x06\xa9\xd0\xca\xb7\xf4\xde\ \x0a\xe1\xe0\xbd\x37\x46\x6b\xad\x99\xa3\xd8\xe6\x00\xa0\x8b\x62\ \x47\xc8\x7d\x01\x50\x24\xec\xc7\xf2\xc8\x7d\xc7\x7d\xc6\x91\x51\ \x09\x11\xc5\x33\xac\xaf\x11\x38\x94\xbb\xf4\x2b\xab\x31\xb9\xe9\ \xfd\x7c\xe0\xfd\x48\xd2\x0e\xd2\x6b\x52\x45\x6c\x09\x1a\x68\x3d\ \x88\x48\x91\x49\x52\xad\x55\x92\xa4\x60\x7d\xab\x1f\x53\x9d\x72\ \x97\x41\x18\x42\x42\x04\x6a\x1d\xd7\x8e\x48\xcb\x80\xf7\x3c\x1c\ \xfa\x77\xbd\x2b\xf9\x95\x5f\xa1\xe7\x9e\x0b\x0f\x3c\xf0\xaa\x64\ \xee\xa0\x97\xc6\xa3\xf0\xf4\x53\x8f\x9a\xbb\xdf\x70\x6c\xf2\xc5\ \x6f\xdc\xfa\xa9\x1f\x78\xa3\xbd\xf5\xd1\x8d\xe2\x17\x3e\xf0\xee\ \xcf\xff\xfe\x15\xf7\x97\x3e\xf0\x96\xdb\x8f\xfe\xef\xb3\xfc\xaf\ \x0c\x53\xf3\xd8\xef\x7f\xec\xed\xef\xfb\x91\x0f\x5e\x7c\x46\x7a\ \x37\xbe\x75\xe0\x25\xf4\xdb\xb7\xe6\xfe\xdd\xef\xf9\x9f\x1e\xbc\ \xf5\xb1\x8f\x3f\xfe\xc5\xaf\x3e\xf9\x91\x6a\xb1\x75\x6b\xfd\x77\ \xf4\xe0\xfe\x87\x73\x63\x60\xf7\xb1\xe7\x1f\xfd\xc0\x5b\x7e\xf9\ \x3f\x2f\xc3\x89\x44\x19\x02\xef\x9a\x93\x97\x7e\xea\x07\xee\x7a\ \x60\xeb\xda\xbf\xfb\xd3\xe7\xbf\x42\x58\xaf\xef\xde\x7c\xc7\xa5\ \x5f\xfc\xf9\x53\x97\xff\xe0\x91\x7f\xf9\xec\xf3\x1f\xb9\x1d\x6e\ \xd6\xcd\xae\xcf\x1e\x7c\xf7\xc5\x8b\x4f\x3d\xf3\x7b\x55\x80\x81\ \x39\x76\xee\xd8\xbd\x9a\x6f\xc9\x3e\xd2\xf9\x70\xe2\xdc\x3b\x47\ \xd5\x17\x7f\xef\x1b\x3b\x3f\xf2\xe6\x1f\x5c\xfd\xc6\x67\xf2\x14\ \x9e\x7c\xfa\x13\xc9\xf2\x3b\x1f\xb8\xe7\xc4\x89\xf0\xcc\xd7\x6e\ \x9a\x3c\x2b\x20\x94\xa0\xbe\x3b\xe1\x1d\xee\xdd\xda\x6a\xb4\x7a\ \x6e\x75\x65\xed\x9b\x06\xcf\x2e\x21\x12\x50\xee\xcb\xcf\xb1\x93\ \x04\x1c\xcc\x0d\x5a\x7b\x99\x6e\x03\x1b\x28\xc4\xa0\x40\x77\x68\ \x6c\xc0\xf4\x12\x9f\xa8\xd7\xee\x13\xc1\xce\x85\xb8\x92\xe3\x06\ \xbc\xdb\xef\xb7\x4c\x77\x3f\x71\xeb\x27\xf2\x9e\x03\xf4\xa0\xbf\ \x2f\xd4\x89\x05\xd3\x3e\xee\x47\x55\x49\xd7\xae\xc5\x01\x98\xfa\ \x25\xd6\x3b\x24\x2b\x2d\x85\xdd\xd9\xfb\xed\x27\xcb\x07\x43\xce\ \xcb\xcd\xdc\x65\x04\x76\x5f\x12\xda\xbb\xa4\xfb\x5b\x87\xba\xae\ \x85\x5b\x8f\x9e\x0d\xf2\xdd\x22\x3b\x21\x72\xba\x58\xc3\x8c\x69\ \x72\x66\xb4\x1c\xb0\x28\x8a\x76\x92\xb5\x73\x91\x61\x40\x44\xe7\ \x42\x55\x55\xf3\xf9\x5c\x38\x7d\xe9\xbe\x91\x6f\xe2\xbd\xb7\x1d\ \x53\xd4\x37\x3a\x96\xf8\xd7\x34\x4d\xd3\x58\x0e\x20\x13\xcf\xa5\ \x03\x28\x4d\x53\xe1\x76\x84\x70\x67\xf0\xce\x35\x59\x96\x21\x52\ \xd3\xd4\x55\x85\x00\x4c\xd4\x95\xd3\x18\xbd\xdf\x57\xcd\xc6\x0f\ \x8d\xf5\x03\x44\x70\xde\xc6\x2f\x2c\x37\x4b\x7c\x60\x62\x31\xf6\ \xa8\xc8\x74\x98\x55\xbb\xb3\xe9\x21\xd6\x3f\xe4\x9a\x1c\x26\xdf\ \x08\x0f\x3a\x85\x61\x90\x2c\x1e\x23\xf7\x1b\xc4\xb8\x21\xd6\x48\ \x04\xeb\x3d\x07\x6b\x1b\x76\xbe\xab\xa9\xf6\xc6\x3c\x01\xca\xd8\ \x77\x08\x01\x7a\xad\x4f\xfa\x48\xe9\x5c\x08\x6f\x7e\x18\xbc\x6f\ \xfb\x54\x7b\xc4\xe2\x77\x4a\x2a\x83\x84\xd3\x5b\xd7\xe6\x65\x7d\ \xe5\x0f\x7e\xe3\x7f\xfe\x74\x28\xf1\xd4\xf5\x17\xd6\xfd\xfc\x85\ \x7f\xfb\x9b\x1f\xf9\xe0\x8f\xfe\xd4\xdf\xfd\x4b\x74\xeb\x89\xdf\ \xfb\xf0\xa7\xae\xac\xbe\xe7\x4d\xd7\xa1\x4c\x79\xf2\x07\x1f\xfe\ \xf5\xd1\xbb\x73\x24\x42\xff\x6d\x0e\xaa\xb9\x7e\xf1\xb3\x5f\xf8\ \x1f\x1f\x19\xbd\xf3\x43\xef\xfb\x99\x07\x6f\x3c\xf2\xb9\x17\x3e\ \x9d\x65\x2b\x46\xa5\x9a\x14\x00\x2a\x85\x2f\x3c\xfd\xeb\xff\xfa\ \xfa\xf2\xa9\x8b\x3f\x7b\x76\x60\x76\xea\xa0\x55\x52\xee\x3d\xf1\ \xc4\xb5\xad\x72\x77\x83\xd1\x18\xac\xae\x5c\xfe\xd5\x2b\x4f\x9f\ \xfc\xa1\xf7\xfe\xfd\xf7\x5c\xfa\x9e\x7f\xfb\xe8\x1f\x6e\x9a\xb1\ \x36\x67\xbe\xff\x5d\xbf\x98\x6d\xfe\xce\x1f\x3c\xf7\xa4\xd2\xd9\ \x62\xef\x2b\xbf\xfd\x47\x8f\x7d\xe0\x87\x7f\xe5\xad\xe7\x2f\x5c\ \xbd\xfc\x02\x61\x7a\xf1\xc2\xfb\xc6\xe9\x9f\xad\x0c\xcd\x68\xf5\ \xfb\x2e\x2d\x9f\x2e\x93\x7c\xbe\xfe\xf1\xab\xab\x3f\xf9\x63\x6f\ \x7b\xc7\x17\xbf\xf6\xab\xd5\xf8\x47\x46\x49\x01\xb0\xf9\xdd\x89\ \xec\x8c\x78\x69\x7b\xe7\xe6\xd2\xd2\x24\xcb\xf0\x9b\x66\xee\x28\ \x3c\x21\x4b\x85\xc8\x07\x59\x60\x1a\x11\x5a\x19\x79\xe0\x7e\x46\ \x7f\x70\x24\x0d\x6a\x43\xfd\xb1\x06\x07\xa8\x4c\x22\x29\x77\x2a\ \xd5\x2a\xc7\x10\x49\x29\x14\x87\x19\xa1\x26\x10\x49\xeb\x84\x48\ \x1f\xe2\xb2\x3b\x4b\x26\xd4\x69\x3b\x05\x10\x01\xb4\x52\xfb\xa4\ \x8d\xf7\xc4\xc4\xce\x31\x80\xf8\x9d\x49\xeb\x47\xcc\xb9\xba\x8a\ \xee\x01\xe0\x8e\xe9\x79\xfb\x36\xc4\x28\x33\xf6\xde\xcb\x57\x6f\ \x9c\x95\x31\x43\x0c\x6c\x9b\xba\xad\x01\x68\x0d\x00\x84\xad\xeb\ \x2c\x70\xb0\x4d\xdd\xd4\x35\xbc\x02\xda\xfd\x50\x11\x22\x7a\xc8\ \x08\xc6\x2d\x16\x0b\x91\xa9\xa4\x69\x6a\x8c\xc9\xb2\xac\x9f\x66\ \x2a\x52\x24\x6a\x71\x1f\x10\x29\x31\xc6\x7b\x6f\xad\xd3\x4a\xa5\ \x69\x1a\x98\xad\xb3\x26\x49\x92\x4c\x49\x4a\x68\x9d\x53\x26\x31\ \xc6\x14\x83\x02\x18\x82\xf7\x5a\xa3\x0c\x69\x91\xf1\x81\x31\x23\ \x96\x00\x36\x28\x0a\xea\x62\x46\xbf\x22\xd2\x85\x10\x56\xa4\xd7\ \xd6\xd6\xc4\xa7\x4c\xcc\xf7\xfb\x34\x11\x22\x06\xf6\xc2\x4c\xa7\ \x69\x2e\xae\x2c\x91\x19\x39\x54\x2c\xed\xd7\xba\x93\x24\x71\xce\ \xd7\x4d\xe9\x9c\x35\x49\x52\x0c\x06\xde\x7b\x0e\x01\x10\x05\xec\ \x63\x66\x70\xc4\x82\x47\xbf\x1a\x4f\xad\xe7\x9a\x8c\x1e\xf3\xad\ \x15\x1a\x44\xfe\xaa\x8f\xfe\xfb\xcf\x24\x07\xec\x34\x31\xb2\x1b\ \xe0\x8e\x7f\x91\x0d\x09\x51\xdb\x6f\xe5\xa4\x52\xad\x28\xb8\x96\ \x4a\x72\x3e\x84\xe0\x11\x51\xa1\x92\x62\x95\xf0\x82\x48\x88\x8c\ \x48\x88\x1c\x9f\x31\x38\x8a\x5a\x06\x00\xb0\x69\xc2\x83\x0f\xa2\ \xf7\xf4\xc8\x23\xf0\x63\x3f\xf6\x2a\x30\x33\x98\x65\xe1\x0b\x1f\ \xfb\x7f\x80\xb4\x26\x58\xd4\x48\x78\xe3\x77\xfe\xef\xab\x26\xcd\ \xf8\xea\x97\x7f\xe3\x9f\x7c\x09\x10\x00\x48\x9b\xe2\xc6\x17\x3e\ \x72\x15\x74\x3e\x1c\xcc\x9e\xf9\xf4\xaf\x5d\xc1\x34\x35\xf8\xed\ \xca\xa9\x21\x49\x4f\x1f\x1b\x98\x4a\x1f\x4f\xa1\xac\x60\xf5\x2d\ \x0f\xfd\xc0\xec\xf6\x67\x5e\xd8\x9d\x11\x25\x5a\x29\xf1\xdc\xc8\ \x06\xf7\xbd\xed\xd2\x43\xcf\x3f\xf3\x8f\xb7\xbc\xd2\x5a\x2d\x26\ \x8f\x3f\xbe\xf3\x0d\x44\xad\x90\x90\x86\xa7\x56\x4f\xd5\x8d\x1a\ \x24\x54\x5a\x7f\xd7\xc5\x0f\x0e\xea\x27\xeb\x63\x7f\xed\x8d\xf9\ \xf5\x8f\x7c\xe5\x4b\x69\xbe\xe4\x69\xe5\xc4\x70\x58\xf1\xca\xf9\ \x42\xbf\x38\xdf\x43\x74\x66\xf0\xd6\x87\x4e\x8c\xb7\x5e\x84\xb3\ \x4b\xf9\xc6\x02\x1e\xba\xf8\xce\xa7\x4c\xae\x69\xfa\xd4\x0b\x5f\ \xfa\xde\xe3\x6f\xbd\x72\xed\xb1\xf3\x6f\xf9\xa9\x2c\x19\x21\x84\ \xef\x4e\x64\x1f\x34\xcd\x03\x9b\x1b\x97\x8f\x1d\x2b\x8d\xa1\x6f\ \x46\x23\x44\xc7\xdc\xbe\xc5\x9d\x48\xb2\x04\xfe\x50\xab\x43\xe0\ \xde\xe3\x22\x11\xb1\xad\x5a\xca\xfb\x63\x12\x2a\xb5\x33\x46\x02\ \x44\xe9\x01\x8c\xfd\x35\x82\x20\x7d\xc5\xfa\x9d\xa2\xc0\xb8\x55\ \xa3\xae\x2c\x14\x81\x43\xd0\x3d\x06\x92\xba\xae\xab\xaa\x12\x49\ \xdf\x7e\x6b\x6b\xdf\x74\xa6\x9f\x75\xf5\xf6\xe0\xdd\x1c\xd4\x56\ \x51\xb3\x9f\x32\xf7\x86\xec\xf4\xd9\xe4\x48\x5b\xcb\x57\x53\xa4\ \x68\xdf\xe7\xec\x08\x05\xd5\xa4\x28\x72\x41\xd5\x98\x4d\x0b\xd0\ \xa4\x69\x1a\x77\x18\x32\xb4\x28\xd6\x51\x23\x2a\x01\x03\x32\xcb\ \x14\xa7\x28\x12\x8d\x9a\x16\xf6\x5e\x1b\x63\x9d\x5b\x2c\x16\xf2\ \xfe\x34\x4d\xb5\x31\x0c\x20\x4e\x06\x48\x24\x85\x3f\xa9\x75\xf7\ \x77\x00\x2d\xb7\x8e\xfb\xb5\xc4\x98\x95\x0b\xe5\x92\xa6\x29\x33\ \xec\xee\x4c\xb6\xb6\xb6\x56\x57\x57\x65\x28\x6e\xd4\x14\xee\xeb\ \xdf\x19\x43\xe0\xb6\x09\x97\xf8\x5b\xf1\x66\xb1\x50\x1f\x7f\x4e\ \x92\x44\x27\x6a\x3a\xdb\x8b\xb4\x55\xff\xae\x09\x49\x75\x64\xce\ \x1d\x7a\xc5\x1b\xf9\x32\x51\x7d\xd4\xbf\xbf\x7d\xa2\xef\x50\x14\ \x89\x64\xd1\x21\xe9\x14\x76\x3b\x1b\x79\xce\x95\x52\xd0\x34\x52\ \x50\x31\xdd\x74\x11\xef\x9d\xf7\x9e\x14\xc5\x5d\x5a\x9b\x27\x31\ \x31\x30\x31\xc1\xc1\xe7\xe9\x48\x99\xbb\x73\xe1\xd2\x25\xff\xf0\ \xc3\xea\x91\x47\x60\x3a\xe5\xe1\xf0\x3b\x0f\x2b\x0c\xa2\x19\x92\ \x7c\x07\x00\x93\x34\x01\x00\xd4\xe6\x80\x1d\x8e\x4e\x12\xc9\x59\ \xf4\x9f\x3f\xeb\x9b\xd9\x53\x7a\xee\x6d\x0f\xff\xc4\xd8\xd8\xa7\ \x1f\xfb\x17\x57\x26\xee\x07\xee\x79\xc3\xad\xed\xcf\x21\xc2\x7c\ \xfa\xf4\xcd\x6a\x93\xc1\x8f\x4f\xfd\xf0\xfb\xef\x7f\xfb\xfa\xe5\ \x7f\xfa\xf9\x67\x1e\x55\x5a\x84\xbd\xad\x75\x28\xb3\x07\xc8\x2f\ \xdd\xf3\x93\x77\x8f\xc6\x7b\x1b\xbf\xfb\x27\xcf\x3e\x7e\xd7\x83\ \x3f\xbf\x3a\xdb\xda\xc2\xa6\xa1\x8b\xef\xff\xde\xbf\x5f\xcf\x3e\ \xff\xc9\x27\x9f\x7f\xf0\x81\x9f\x3e\x99\xc3\xad\x67\x7f\xfd\x4b\ \x37\xb7\x0d\x42\x31\x3a\xbd\xf9\xfc\xbf\xfc\x83\x47\x7e\x6b\xe6\ \xc3\xd2\xd5\xe7\xdf\x77\xe1\x24\x4f\x9f\xbc\xb1\x70\x76\xeb\xa3\ \xff\xe7\x27\x7f\xbf\xb2\xb8\x3c\x79\x42\xd5\x8d\xfa\xae\x14\xcb\ \x38\xc2\x73\x93\xc9\xa8\xaa\x9f\x38\x79\xb2\x51\x0a\xbf\x35\x2b\ \x73\x48\x9b\xb8\xbf\x0e\xbb\x26\xcf\xf8\x58\x1f\xe8\x51\x42\x8c\ \xda\xe1\x3b\xf5\xe0\x81\x59\x9c\x9f\xba\x01\xa7\x69\x6c\x80\xea\ \xd3\x2c\xfd\x0e\x91\xc8\xd5\x48\x51\x5e\x46\x50\x53\x4f\x5d\x00\ \x9d\xfa\x5d\x3e\x34\x49\x12\xe7\x9c\xb8\xc0\x47\xa5\xc7\xa1\xa5\ \x08\x07\x3b\x57\xef\x24\xcd\xfb\x8e\xde\xb1\x3e\x29\xb4\xf8\xa1\ \xc6\xa8\xbe\x9c\x1f\x3a\x89\xfd\x51\xa5\x90\xc1\xb9\x10\x6b\x98\ \xf2\xb9\xf2\xd1\xd2\x4a\x2a\x5a\x97\x28\x40\x3c\x6c\x3b\x1e\xe2\ \x40\x12\x3c\xa0\x4f\x77\x4e\x72\x6d\x0f\xec\xbd\x2f\xcb\x52\x06\ \x16\xc6\xb2\x81\xcc\xb3\x05\x06\x05\xe0\xbc\x17\xda\x21\x8e\xcf\ \xde\x27\x3d\x08\x65\x6e\x45\xec\x63\x8a\x84\x3e\x22\x26\xc6\x2c\ \x2f\x2d\x6f\x6c\x6e\xec\xec\xec\xac\xac\xac\xc4\x9d\x5c\xd4\x44\ \x4a\x2b\x7f\xbf\x23\xff\x50\xeb\x59\xbf\x96\x2e\x91\x5e\x5a\x70\ \x43\x08\xc1\x87\xb2\x2c\x17\x8b\x45\x9a\xa4\x44\x54\x55\x55\x55\ \x55\x82\x8f\x72\x8b\xe9\x15\x38\xda\x8a\x88\xa5\x9f\x4c\xf4\xe7\ \xe2\x1e\x32\x15\xf8\x36\xb1\xb9\xaf\x3b\x68\xad\x11\x98\x4d\x27\ \x69\xed\x15\xae\x7d\x9f\x7a\x8a\x53\x10\xe2\x80\x81\x58\x4e\xd8\ \xbf\x3e\x3d\x69\x96\x3e\xe2\x59\x2a\xe5\xdf\xfe\x76\xfd\xdb\xbf\ \x8d\xd3\x29\x2c\x8d\xe1\x2f\xc2\x8b\xc8\x54\x7b\x5f\xfc\xed\x4f\ \xfc\x29\x33\x23\x25\x46\xd1\xa7\x3e\xff\x8f\x50\xa5\x99\x31\x2f\ \x5e\xfd\xad\xab\xac\x4c\xb6\x34\xb9\xfe\xff\xfe\xab\x17\xfe\x0d\ \x92\xd6\x2a\xc5\xc3\x1b\x32\x05\x61\xe3\xb3\x9f\xfb\x1f\xfe\x84\ \x01\x01\x61\x31\x00\x00\x20\x00\x49\x44\x41\x54\x5b\x99\xfc\xe5\ \xc7\x7f\x85\xd1\x20\x7f\xf5\xf1\x27\x82\x78\xac\x6a\xa2\x8f\x7f\ \xfa\xbf\x63\x66\x40\x63\xb4\x21\x48\x16\x1b\x1f\xfd\x77\xb7\x82\ \x31\x4b\x85\x81\x66\xeb\xf7\x7e\x77\x03\x09\x03\x60\xa2\x15\x79\ \xef\x12\x45\x4f\x5d\xf9\xdf\x18\x8d\xd6\xc9\x77\x25\xb8\xd3\xd9\ \xc9\x5e\x40\xbc\x3e\x1e\xab\x6f\xa1\xf4\x60\xe0\x3b\x97\x5f\xaf\ \xdc\xa4\xa4\x5e\x74\xa8\xa9\x7a\x7f\x19\xb4\x4f\x24\xf7\x51\xa6\ \xaf\x7e\x89\xa2\x0b\x29\xee\x09\x8f\x29\x19\x71\x74\x2d\x8f\x26\ \xec\x7d\x22\x52\x9c\xb9\x10\x18\xfb\x6c\xcc\x41\xf8\x96\x1a\x6c\ \x59\x96\x32\x1e\x4f\x6a\x9e\xfd\x76\xf9\x43\x4c\x7a\x7f\xaf\x70\ \x28\xb6\xc5\x03\xc6\x10\xd2\xd7\x4b\xc4\xdc\x39\x92\xda\x9d\xa7\ \xf1\x51\x0b\xdd\x21\x38\x67\x43\x48\x23\x16\x08\x93\x6e\xad\x15\ \x27\x71\xa1\xb3\x63\x95\x22\x56\x74\xdb\x5d\x85\x0f\xa1\x03\xf4\ \x78\xd6\x91\xc4\xd7\x5a\x37\x75\x15\xdd\x7e\x62\xae\x2a\xe4\x49\ \xd3\x34\xde\xb9\x44\x69\x71\x30\x16\xc4\x8c\x45\xec\x16\xe6\xb4\ \xd2\x5a\xab\x44\x49\x45\xb7\x3f\x6b\x45\xbe\xa7\x5c\x91\x9d\x9d\ \x9d\xd1\x68\xd4\x47\xc3\x78\x01\x0f\xb5\x1a\x1d\x10\xb0\x86\x10\ \xe5\x40\x51\xd9\x19\x1d\xd5\x83\x0f\x21\x04\xad\x74\x9c\x45\x27\ \x5f\x5b\x6e\xab\x38\xad\xf7\xbb\x6a\x5f\x6e\xee\xde\x7f\xd2\x62\ \x66\x1d\x67\x58\x1f\x6a\x2e\x83\x6f\xd6\x16\x7b\x28\x73\x8f\x87\ \x62\x66\xa9\x43\xc4\x50\x2a\xf4\xa3\x9c\x5a\x0c\x4e\xfd\x52\x6d\ \xe4\x7f\xda\xe3\x84\x10\xbc\xdb\x37\x5c\x3a\xba\x8e\xe2\x5d\xef\ \xa2\x5f\xf9\x15\x7a\xe2\x09\x38\x7f\xe1\xd5\x15\x6c\x78\x5b\x95\ \x95\x0f\x4c\x26\xcd\xb3\x94\x10\x00\xb8\xa9\xca\xda\x3a\x40\x95\ \xe5\x85\x79\xc9\xe6\xfb\x88\xba\x3f\x7c\x4a\xeb\x4c\x62\x1d\x51\ \x2a\x19\x02\x92\x49\xc8\x7c\x9b\x03\x68\x9d\xf7\x02\x5c\xd6\x53\ \x3f\xb7\x2f\xd3\x7b\x03\x00\x23\xee\x6f\x35\x90\xd2\x7e\xb7\x52\ \x57\xca\xcf\xbe\x5b\xd9\x76\xd0\x21\x3c\xb8\xb1\x51\x1a\x73\x73\ \x69\xac\xbf\xd5\x66\x96\xa1\x9f\xb9\x47\xcd\xb2\xe0\xe6\x9d\xda\ \xc7\x98\x8b\xb5\xab\x17\x5b\xa9\x7b\xbf\x59\x7f\x1f\x10\x89\x20\ \xb0\x4c\x8c\xeb\xb7\x98\x46\x54\x92\x95\x10\xb5\x80\xfd\xcf\x02\ \x60\xec\x1a\x40\x5a\x43\xf3\x5e\x17\x52\x74\x2e\xeb\x88\x02\xee\ \x53\xc6\xb1\x4e\x75\xa8\x09\xeb\x9b\xd6\x36\xfb\xf5\x34\x49\x75\ \xe3\xc2\x93\x23\xc7\x08\x74\x80\xb2\x7f\x65\x4d\x4c\x78\xb0\x39\ \x00\x00\x24\x45\x4d\xd3\x54\x44\xdf\x72\xc5\xfa\x5a\xc0\x98\xda\ \x3b\xe7\x82\xf7\x04\x07\x2c\xde\xa2\x9e\x5d\x6b\xcd\x81\x97\x97\ \x97\x05\x50\xb2\x2c\x13\x7c\x8f\x87\x6d\xcf\x48\xa9\xc0\x2c\x6e\ \x33\x22\x98\x39\x14\xe4\xfa\x90\x77\x48\xc9\x0e\x2c\x0e\xb3\x03\ \x01\xb5\x2c\xcb\x62\x5e\x1f\x39\xf7\xc8\xb7\xc4\xfe\x89\x98\xea\ \x0a\xcc\x09\xa8\xc9\x69\x56\x55\x55\xd7\xb5\x9c\xbb\x43\x97\x53\ \x3e\x18\x16\x11\x19\xa5\x8c\x2c\xdf\x3c\x6e\xe0\x8e\x9c\xb9\xc7\ \x3b\x28\xbb\x9c\xbe\x79\x46\xdf\x76\xe6\x9b\x72\x32\x70\xd0\x7c\ \xa9\x83\x91\xfd\x82\xb6\x1c\x50\x2e\x5d\xbf\x35\x2f\x3e\x60\x77\ \xb6\x40\xc7\xd6\x3c\x49\x95\xb0\xd7\xe2\x7b\x54\x70\x67\xf6\x6f\ \x7e\x98\x97\x96\xd4\x23\x8f\xc0\x0f\xff\xe5\x57\x0f\x62\xbc\xf3\ \xab\x77\xbf\xfb\x27\xff\xc6\x4f\x5c\x5a\x4d\xaf\x7f\xf9\xa3\xbf\ \xf1\x5b\x7f\xb8\x17\x30\x70\xfa\xce\x0f\xfe\xec\x4f\xbc\xef\x0d\ \x61\xe7\xe9\x7f\xf5\xeb\xbf\xf1\xf5\x5b\x75\xa2\x5f\x1f\x1e\xf2\ \x9d\x8e\xa9\x48\x83\xc6\xde\xb5\xbd\xf3\xf4\xb1\x63\x3b\x79\x4e\ \x07\x2d\x65\xbe\x55\x3a\x09\x3d\xa7\x01\xa9\x79\xb6\x0c\x6a\x6f\ \x33\xdb\xd9\xea\x05\x29\x62\x23\x61\x4b\x17\x76\xa9\x71\x5f\x77\ \x28\x07\x8a\x28\x19\xd7\x83\xa4\x63\xbd\xf6\xc5\xfd\xb9\x36\x6d\ \xe7\x4e\x08\x8c\x28\x32\xed\x3b\xfd\x4f\xfa\x82\x4b\x59\xfc\x51\ \x2d\xb7\xbf\x78\xf0\x00\x65\x74\xe8\x34\xfb\x2d\xa9\x7d\xac\x97\ \x25\xda\xee\x30\x14\x42\xcf\xfa\xa6\x7f\x04\xef\x3d\x1c\x6d\x90\ \x67\x27\x39\x88\x97\x42\xb2\x63\x39\x91\x76\x78\x61\x27\x49\x8c\ \x68\x22\x26\x0d\x5d\x32\xee\x11\xc0\xf4\xf4\xd4\x7d\x23\x9a\xd1\ \x68\xe4\xbd\x07\x6a\x3b\x9b\x04\x55\x25\x88\xca\x8d\xb0\xd6\x22\ \x43\x9a\x24\x65\x59\xc6\x28\x2e\x64\x77\x5b\xd2\x08\x21\x00\xc4\ \x38\xd7\x0f\xa5\x6d\x0c\x46\xd0\x4a\x17\x45\x91\x65\x19\x74\x63\ \xa3\xe3\xed\x93\x83\xf4\x93\xa6\x78\xe9\x42\xef\x15\xed\x3f\xe5\ \x0b\x34\x4d\xb3\xb1\xb1\x31\x18\x0c\xd6\xd6\xd6\x88\x49\x9c\x17\ \xa1\x73\x18\x8d\xe1\xc1\xbf\x32\xbb\x94\xae\x25\xdd\xc5\xbe\x5c\ \x21\x7c\x0e\x65\xeb\x87\x8a\xa8\x87\x64\x4e\x87\xd8\xcb\xd8\x71\ \x16\xe7\x7c\xc9\x05\xe9\x57\x95\xe4\x0a\x4b\x2f\x82\xfc\x20\xc5\ \x83\x7e\xeb\xaf\x31\x26\x4d\x92\x3e\xdb\x73\x54\x70\xf7\x9e\x8f\ \x1f\xe7\x7b\xee\x56\x5f\xf8\x42\x78\x15\x8d\x21\xd9\x43\xf2\xb6\ \xff\xf8\x3f\xbb\x2f\x5b\xff\xd2\x37\xe8\xc7\x7f\xee\x97\x57\xec\ \xad\xbf\xf7\xeb\x8f\xbc\xf5\xc7\xff\xab\x5f\xfa\x2f\xde\xf1\xff\ \xfd\xc6\xbf\x5e\xfa\xfe\xbf\xf5\xdf\xff\x83\xe1\x7f\xf3\x5f\xff\ \xc3\x1b\x21\x37\xaf\xc3\xfb\x77\x3a\x73\x5f\xaa\xaa\x33\xd3\xe9\ \x97\xee\xbd\x1b\xbf\xd5\x2d\x46\x54\xba\x9d\xf1\x18\xf3\xb5\xa8\ \x02\x86\x6e\xec\xe4\x9d\x74\x64\x27\xb8\xd6\x0c\xfe\xa0\xd7\x6e\ \x90\xd1\x04\x22\xc4\x56\x22\x75\xef\xd5\x63\xe3\xb6\xe0\x40\xe1\ \xf4\x30\x21\xd3\x4d\x4e\xe8\xe6\x33\x44\x5e\x25\x76\xe4\xc7\x55\ \x11\x03\x52\x3f\x48\xec\xa7\xb4\x70\x60\x65\xf6\x1b\xf1\xef\x5c\ \xcc\x02\xaf\x42\x95\x76\x0b\xd2\x1f\x32\xab\xd9\x27\x73\x5e\x81\ \x9f\x7b\x17\x35\x79\xb1\x58\x94\x65\x69\x8c\x19\x0e\x87\x02\xc4\ \x11\xf5\x22\xcf\xae\x3a\x77\xc6\x48\x10\x4b\x91\xb9\x6f\x7e\x22\ \xbb\x9f\x10\xc2\x62\xb1\x10\x0b\xc9\xaa\xae\xe5\x2a\xc9\x37\x97\ \xf8\x21\xaa\x1b\xad\x35\x02\xb8\xba\xe1\xae\x24\x2b\xa4\x96\x40\ \x4f\x5b\x5d\x44\x88\x15\x54\xd1\x4a\xb6\x6c\x7b\x92\xc8\xcc\x4f\ \x17\x5c\x3b\xd4\xa9\x03\xfd\x43\xa1\xe8\xd0\x05\xef\xef\x51\xe4\ \xb3\xf6\x9b\x21\x98\x8b\xa2\x28\x8a\x42\xd2\xf9\xd4\xa4\x8e\x5d\ \x60\xdf\x67\xd2\x04\x40\xe5\x1c\x25\xa2\x1c\xed\xc2\xcb\x66\x25\ \xcf\xf3\x98\x5f\xdf\xe1\x59\xc6\x87\x72\xf6\x43\xbd\x11\x87\xb6\ \x6b\x71\x27\xd1\x76\xe7\xca\xce\x89\x59\x6a\x1b\x7d\x53\xc9\xe8\ \x9f\x1c\x47\x10\x47\x7d\x91\xb0\x67\x5a\x6b\x52\x04\x61\xbf\x73\ \xea\xa8\xe0\xee\x5c\x58\x5d\xf5\x6f\x79\x8b\xfe\x83\x3f\x84\xdb\ \xeb\x60\xf4\xab\x83\x30\x98\x68\xff\xa9\x7f\xfe\xcb\x9f\x28\x77\ \x36\x77\xb1\x3e\xf7\xc0\x5f\xff\xbe\x07\xe1\x5f\x3c\x7a\xdf\x9b\ \xdf\xe7\xbe\xf0\x7f\xfd\xea\xaf\xfe\x93\xe2\xd1\xe1\x07\xfe\xd1\ \x8f\x5c\x58\xa2\xab\xdb\x6c\xe8\x75\xd3\xb0\xef\x6c\xe6\x8e\x77\ \x6f\x6d\x15\xde\x3f\xb5\xb6\x86\xdf\x7a\x03\x27\x7e\x81\x92\x91\ \xc5\xb2\x7e\x6f\x5b\x4d\x77\x3e\xe2\x3d\x00\x65\xe9\xe1\xe8\x4c\ \x33\x20\x42\xb0\xb5\xb6\x2c\xcb\x34\x4d\x07\x69\x06\x07\x3d\xf6\ \x24\x73\xe9\x9b\x4c\xf5\xd3\x6d\xf9\x7d\x3b\xb9\xd8\x7b\xd4\xaa\ \x4f\xc8\xb6\x3d\x32\x5d\x2f\x4f\x4c\xa8\xfb\xdb\x85\x7e\x62\x15\ \xbc\xbb\x93\x84\xe9\x73\xa9\x77\x9e\x57\x0c\x1b\x22\x5e\x16\x6e\ \xa7\x5f\x00\xdc\x2f\x00\x1c\x15\xdc\x45\x3b\xb7\x58\x2c\x64\x49\ \xe7\x79\x2e\x78\xd7\x77\x6e\x10\x8c\x88\x44\x53\x74\x8f\x11\xaa\ \x1a\x19\xa0\xfb\xa5\x5c\x8a\xb2\x2c\xcb\xb2\x6c\x9a\x66\x6f\x6f\ \x6f\x30\x18\x14\xc3\x41\x31\x18\xc4\xef\x2c\x63\x3c\x11\x51\x78\ \x18\xa3\x75\x70\xff\x3f\x7b\xef\x1d\x1d\xd7\x75\xdd\x0b\xef\x7d\ \xce\xb9\x65\xfa\x0c\x06\x95\x00\x08\x12\x04\x01\x76\x90\x14\x41\ \x52\x8d\x2a\x54\xb1\xa4\xc8\xb2\x1d\xc9\xb2\x9d\xb8\x25\x71\xe2\ \x24\xdf\x73\x9c\x97\x64\x65\xa5\xbc\xe4\xcb\x4b\x5b\xc9\x5b\x49\ \xfc\xe5\xc5\xb1\x9d\xc4\x45\x6e\x71\x62\xc9\x96\x65\x75\x89\xaa\ \x14\x7b\x11\x0b\xd8\x89\xde\x31\xbd\xdf\x72\xce\xf9\xfe\xb8\xc0\ \x70\x58\x24\x91\x20\x21\x82\xe2\xdd\x4b\xb2\xa1\x59\x33\x77\xee\ \x9c\x73\xee\xef\xec\xb3\xf7\x6f\xff\xb6\x9d\xcf\xe7\x9d\xcf\x96\ \x55\x7f\x19\x63\x4e\x8c\x85\x2a\x0c\xa7\x9d\xcd\x52\xa9\x94\xcb\ \xe5\x9c\x9d\x6f\x9a\xbb\x82\x40\xce\xda\x98\x2b\x8b\x87\xb1\xa2\ \x41\x60\xa5\xf3\x5b\x99\x3c\x3f\x47\x8d\xcb\x79\xdd\x09\xdf\x0b\ \x10\x95\x3d\xa6\xcb\xdb\x43\x39\x9d\x73\x19\xd1\x30\x09\x15\x12\ \xd3\x0e\xa4\x56\x6a\xc8\xc0\x79\x92\x79\xe7\x87\xd7\xcf\x11\xe7\ \x70\x76\xd0\xca\x15\x55\x49\xcf\x2f\x47\xa5\x9c\xcd\xc9\xef\xf7\ \x3b\xd3\x57\xde\x74\x2b\x2b\x87\xcf\x89\x7f\x5e\x06\xb8\x4b\x09\ \x8c\xd9\x37\xdd\xc4\x9e\xf8\x09\x9e\x3c\x09\xca\x2c\xe6\x03\x39\ \x37\x04\xd2\x50\xf3\xb2\x8d\xcb\x9a\x0e\x3d\x7e\x14\x29\xef\xde\ \xfe\x34\xfe\xc1\x47\x7e\xfb\x37\x32\xb0\xfa\x96\x83\x5b\x9f\x3a\ \x1c\x07\x95\x5d\x02\xb2\x0b\x5e\x34\x05\xd1\x94\x32\x71\x5b\xd8\ \x76\x49\xa2\xaa\x30\x45\x0a\xd3\xb2\x4d\x01\xc8\xa8\xce\xde\x21\ \xab\x2e\x85\x65\xda\x16\x53\xbc\x4e\xa8\x5f\x0a\xcb\xe4\x86\x94\ \x84\x31\x0f\x23\xd2\xb6\x4b\xb6\x10\x84\xa8\x65\x61\x32\xdb\xce\ \xdb\xc2\xe9\xae\xa0\x29\x94\x5a\x56\x11\x88\xa6\x50\x06\x20\x6d\ \xbb\x20\x40\x55\x19\x9b\x8b\xe8\x8e\xb8\x38\x1e\x1f\xf3\x7a\x47\ \x83\x21\x7c\xe7\xe7\xc1\xb2\x6c\x00\x70\x1c\xba\xf3\x93\x60\x38\ \xcd\x09\x39\x9f\x94\x3d\x55\x75\x82\x67\x94\xff\xca\xf1\x84\xb2\ \xa2\xa1\xc2\xd8\x14\x43\xfc\xbc\x3a\xc0\xb2\xcb\x73\x8e\xae\x40\ \xd9\x81\x2a\x7b\xf7\x65\x28\x77\x18\x84\xe5\x47\xae\x4c\xde\xb8\ \xa0\xde\xcb\xbb\x40\xc0\x05\xab\x57\xca\x8e\x58\xe5\xde\x76\xfe\ \x1b\xae\x10\x35\x80\x64\x32\xe9\x74\x3a\x5d\x5d\x5d\x1d\x0a\x85\ \x2a\xf3\x6c\x17\x54\x1e\xae\x14\x32\x03\x00\xc3\x30\x40\x48\x4a\ \x48\xa9\x54\x72\x2a\x7e\x19\x63\xf9\x7c\xde\x89\xc9\x38\x70\xe3\ \x0f\x06\xe8\x74\x0f\x26\x87\xed\x57\x29\x69\x62\x94\x0c\x10\xc2\ \xa9\x3f\x72\x36\x92\xf2\x09\x60\xfa\xe7\x03\xa1\x4e\x43\x54\xdd\ \x61\x3a\x39\x90\x34\x7d\xb0\x13\x04\xa9\x43\x89\x29\xeb\xdb\x9c\ \x69\xae\x3b\xed\x8a\x56\x30\x8b\xce\xc8\x96\x55\xb2\x92\x2a\xa3\ \xd2\xe5\x29\x06\x04\x02\xa4\x2c\xe8\x56\x36\x27\x60\xe5\xec\x43\ \x33\xc6\x76\x82\xe8\xb0\x4b\xcb\xa7\x8d\x73\x8b\x96\xcf\x5b\x48\ \xe7\x87\xf5\xce\xd7\xa2\x39\x67\x3f\x70\x0e\x34\xe5\xfa\x5e\xe7\ \x64\xec\x7c\x4b\x79\x23\x77\x86\x0e\xa6\xab\xb7\xa4\x94\x84\x31\ \x26\xa7\x74\xcd\xa6\x14\xc7\x66\xfe\xec\x9b\xa6\x58\xb1\x02\x2d\ \x9b\xec\xdb\x27\x5b\x9a\x66\x35\xa3\x6a\x92\x9a\x5f\xff\x7f\xff\ \x6a\xde\xd8\x33\x7f\xff\xe4\x41\x5d\xc7\x81\x13\x87\x86\x8c\x4f\ \xdc\xfd\xc8\xaf\x36\x75\x2c\xde\xf2\x8f\x8f\xe5\x39\x52\xe5\xe2\ \x8f\x1c\xa5\xba\x05\x9f\xbe\x31\x5a\x78\xe5\xed\xc7\x93\x36\x30\ \xa6\x13\xe2\x5f\xb1\xe2\xf3\xc1\xe2\xae\x1d\xa7\x76\x2b\xa1\xae\ \xcd\x9d\x8f\x56\xb3\xf8\xde\x03\xdf\x3a\x9e\xca\x9e\x8f\xef\x52\ \x18\x34\xb0\xe1\xa3\xab\xd6\x1d\x38\xf0\xcd\x9e\x54\x4e\xa2\x52\ \xd7\x70\xe7\xcd\xcb\xee\x0d\xc9\xd1\xed\xfb\xbf\x79\x32\xef\xdf\ \xb0\xf6\x97\x17\x55\x55\x4d\x8e\x3c\xbd\xf5\xf8\x76\x0b\xa9\x10\ \x74\xd9\x9a\x3f\x5d\x13\x0d\x4a\x51\xec\xed\x79\x62\x47\xff\x60\ \xd7\xda\x2f\xc2\xd8\xe3\xbb\xc7\xc6\x51\xe2\xa2\x25\xbf\x3e\x5f\ \xee\x7e\xf5\x44\x37\xa3\x6c\xae\x21\x3b\x2d\x96\x16\x8f\x8d\xf7\ \x84\x42\x79\xf5\xc2\x0c\x77\xc7\x34\x4d\xd5\x34\xdd\x79\xfe\xcb\ \xfa\x24\x67\xc0\x0e\x24\x01\x09\x67\x6b\x8e\x4f\x3d\x96\x12\x84\ \x94\x4e\x3b\xe0\x32\x9e\x96\x29\x7d\x8e\x73\xcb\x39\xcf\x19\xb9\ \x4a\xac\xa5\x94\x72\x9b\x97\x9b\x37\x39\x61\x10\x47\x2a\xcf\x01\ \x73\x47\x1f\xd5\xe1\x4c\x38\x49\xbf\x4a\x72\x98\x53\x1a\xea\x3c\ \x67\x62\x3a\xa0\x5f\x99\x0c\xac\xac\x88\x99\xd6\x95\x7c\x47\xcf\ \x5d\x4a\x70\x64\x7b\x2b\xab\xe1\x2b\x8b\x59\xc4\x79\x8f\xfd\x59\ \xd5\xb0\x30\xf3\x0a\x26\x5d\xf7\x34\x34\x34\x54\x57\x57\x3b\x14\ \x17\xc6\x58\x59\xd7\xb7\x6c\x30\x2d\xc4\x56\x19\x68\xe2\x9c\x1b\ \xa6\x89\x42\x7a\x3d\x1e\xa7\x86\xc8\x79\xb3\x73\x85\xb2\xcb\x9f\ \xce\x64\x4c\xd3\xe4\x42\x30\x4a\x01\x51\x70\x21\x04\x37\x4c\xd3\ \xa3\xeb\x5e\xaf\x97\x51\xe6\x51\x35\x4a\xa9\x93\x14\x2d\xf3\x20\ \xcb\x93\xcb\x34\x15\x10\x6d\xdb\x22\x38\x15\x73\x77\x64\x23\xa7\ \xf1\x99\x93\x69\x31\x4b\x98\x2e\x5a\x76\x6e\xe6\x1c\x5e\x53\xa5\ \xd6\x8a\x43\x8c\xa9\xec\x76\x8d\x48\x1c\x6f\x9a\x73\xce\x6d\x2e\ \xa1\x2c\x4e\xc7\x00\x9d\x49\x74\xdc\x5e\xe1\x4c\xd3\xb4\x44\xda\ \x4c\x9f\x35\x04\x59\x21\x4d\xec\x38\xcc\x50\x71\x1a\xa8\xac\xb2\ \x7e\x27\xcf\xfd\x9c\x57\x2a\x65\x7f\xca\x6e\xb8\xb3\x36\x38\xe7\ \xce\xaa\x76\xdc\x1d\x29\xa5\x69\x5a\x95\x22\xfe\xe7\x28\x95\x4a\ \xce\x2d\x29\xa7\x44\x0b\x1c\x79\xe7\x99\x3f\xff\x96\x25\x96\x2c\ \x11\x8b\x5a\xf1\xad\x6d\x98\x2f\x48\x32\x3b\x31\x6f\x61\x1b\xd2\ \xfb\xf0\x1f\x7e\xe5\xa1\xe8\xb1\x3f\xfb\x93\xaf\x8c\x58\x94\x63\ \xe0\xc1\x5f\xfb\x92\xba\xe3\xeb\x9f\xf9\xf8\x43\x9f\xf8\x9d\x7f\ \x5d\xf7\x4b\x5f\xba\xbd\x4d\x2b\x9a\x17\x55\x04\x24\x79\x89\xf9\ \x6f\xb8\x7d\xed\x27\xdb\xaa\x17\x30\xea\x6b\x6d\xd9\x14\xd6\x42\ \x8b\xda\x3e\x73\xcf\xca\x8f\x34\x86\xc3\x86\xa5\xaf\x5b\xfd\x19\ \x4f\xea\x99\x37\x7a\x27\x37\xac\x79\x34\x84\x26\x9f\xaa\x5a\xe0\ \x53\x79\x05\x69\x59\x58\xbd\x6e\xf5\xaf\xae\x6d\x5a\xe3\xa1\xb4\ \xba\xee\x96\x45\xd1\x26\x0f\x15\x3d\x27\x7f\x74\xa4\xd8\x78\x47\ \xe7\x5d\x9a\xc8\x0e\x0d\xfc\xf4\xb5\xa3\xbb\x16\x75\x7c\x62\x81\ \x87\xda\x42\x4a\xf4\x34\xd6\xb5\x27\xfb\xbf\xfb\xcc\xa1\x5d\x1d\ \xab\x7e\x73\x79\x6d\x5b\x4b\xd3\x83\x77\xad\xb9\xdf\xc3\x33\xdc\ \xb3\xe4\xf6\xce\x2f\x74\xce\x6b\x00\xc1\xe7\x5a\x3b\x2b\xa9\x30\ \xef\xe0\x60\x28\x1e\x3f\x5e\x57\x57\x62\xec\x5d\xc0\x7d\x8a\xd1\ \x77\x21\x3f\x71\x6a\x29\x23\x54\xbc\x3e\xf5\xbf\x48\x10\x29\x32\ \x46\xcb\x09\xb7\x32\x04\x94\x25\xd7\xa9\xd3\x52\x52\x61\x4c\x61\ \x54\x61\x94\x31\xca\x98\x90\xd2\xb4\x4d\xc3\x34\x01\xc1\xe7\xf7\ \x33\x85\x49\x29\xa4\x14\x0e\x07\x87\x73\xdb\xb2\x4c\xce\x6d\xce\ \x6d\x29\x85\x23\x11\xeb\x28\x0a\x0a\xce\x41\x4a\x90\x92\x5b\x36\ \x48\x49\x09\xa1\x78\x56\xd1\xec\x39\x0d\x02\x2b\xa9\xf4\xef\xd4\ \x8b\x03\xa0\x12\xd9\x9d\xc6\x4e\xdc\xb9\x9f\x29\xc9\xc9\x0b\x79\ \xfd\xe7\x8c\xcc\xcc\xc0\xdd\xe9\x82\x94\xcf\xe7\x1d\x44\xa8\xd4\ \x90\x71\x00\x5a\xd7\x75\x27\xbf\x5a\xa9\xe8\xe2\x80\xaf\x47\xd7\ \x9d\xaa\x11\xa7\xc4\xd4\xa9\xcb\x0f\x85\x42\xc1\x60\xd0\x71\xdb\ \x55\x55\xd5\x54\x95\x51\xaa\x29\x8a\xd7\xa3\x33\x42\x28\x01\xcb\ \x34\x0a\xb9\x9c\xe0\x76\xc0\xef\x0b\xf8\x7d\x4c\x61\xe7\x08\x4f\ \x56\x6e\xde\xc2\xe6\x20\x04\x01\x94\x42\x38\x5c\x28\xa3\x64\x20\ \x80\xaa\x28\x8c\x32\x5d\xd3\x9c\x38\x8f\xd3\x0a\xca\xf1\x0c\xca\ \xb0\x3e\xf5\x2b\x88\xf3\x39\xe1\xb4\xb4\xe5\xdc\xe6\xc2\x46\x04\ \x42\x90\x32\x4a\x08\x4a\x90\x5c\xd8\x42\x70\x21\x38\x80\x04\x22\ \x91\x38\x50\x78\x86\x88\x24\x25\x0a\xe1\x28\x9e\x2b\x53\xc4\x5c\ \x42\x1d\x75\x97\xcb\xf2\xdf\x09\x52\x52\xee\xc7\x28\x10\xa6\xba\ \xb2\xe2\x34\xa1\x66\xba\x83\xd8\x14\x9b\x4c\x48\x21\x41\x3a\xa5\ \x17\xe7\xab\x48\x96\x1d\x9a\xa9\x8a\x6c\x04\x67\xdb\x9a\x4e\xd6\ \x12\x45\x61\xba\x47\xf7\xfb\x7d\xba\xae\x4e\x4f\x22\x52\x4a\x9c\ \x6b\x52\x4a\x34\x4d\x53\x35\x15\x11\x85\x14\xc2\x69\x21\x4b\xc8\ \xa5\xf7\x50\x3d\x27\x32\xe3\xf5\xf2\x8d\x1b\xc9\x9b\x5b\xf1\x8e\ \x4d\x30\x3b\xe0\x6e\x9a\xf6\xa2\xcd\x9f\xff\xc2\x7a\xe3\x7f\xff\ \xe6\x9f\x1f\x4e\xa2\x4f\x03\x03\xd4\xda\x05\xf3\xcc\xb7\xf3\xa6\ \x65\x4f\x0e\xf4\x96\xbc\xf7\x85\x02\x9a\x14\xf9\x8b\x81\x76\x13\ \x23\x1b\x3b\x36\x27\x06\x7e\x6a\xa9\x44\x92\x70\xdb\xfc\x3b\x46\ \x0a\xa7\xfb\xfa\x7e\xf4\x22\x65\x8b\x14\x44\x24\x0c\x29\x45\xd5\ \x28\x8e\x52\xcf\x3d\xb5\x3a\x49\x16\x85\xa6\x47\x03\xaa\x6e\x9b\ \xa9\xac\x99\xb7\xb8\x6c\x69\x7b\x30\x52\xda\xb5\x6b\xa8\x56\x02\ \xab\xaf\xbf\xa5\xb1\xf4\xd2\x4b\xc7\x9f\x3f\x6d\xc3\x92\xc8\x87\ \x0a\xd2\xe2\x76\x2c\x6d\x2f\x7f\xb0\xeb\x17\x78\xfc\x95\xa1\xa2\ \xc9\x88\xca\x25\x70\x5e\x94\xdc\xe4\xc2\x06\xa4\x4c\x8d\x98\xb9\ \x03\x93\xbe\xa5\x1d\x35\x75\x93\x91\x8d\x22\x77\x62\xd2\xf0\x68\ \x08\xd6\xcc\x79\x13\xb3\xb3\xa5\x32\xe6\xef\xed\x33\x8a\xa5\xbe\ \xea\x28\xbe\x6b\x48\xe1\x4c\x00\xb9\x22\x9a\x51\x19\x0f\x71\x5a\ \x2e\x00\xc8\x29\x91\xd3\x29\xf5\x56\xa7\x78\xe9\x8c\x27\x5b\x3e\ \x65\x57\x9e\xbb\x25\x00\x96\x1b\xd3\x00\x20\xa2\x69\x99\x44\x30\ \xc1\x85\x44\x14\x08\x14\x64\x05\x3f\x4d\x54\x16\x61\x0a\x21\x6d\ \x5b\x22\x52\x00\xb0\x4c\xcb\xb2\x2d\x4a\x29\x02\x98\x96\xe5\xf3\ \xf9\x28\x53\x84\x70\xca\x9c\xce\x8a\xc3\x9e\x45\x85\x44\x74\x24\ \xc9\xce\xdf\xba\xca\x80\x0e\x08\x12\xa4\x04\x09\xd3\x7d\xb5\xa7\ \x51\xdb\xe9\x1f\x84\x95\xe2\x2a\xe7\xa8\x0d\x5f\x4e\xac\xa6\xac\ \x91\x59\x79\x62\xa8\xac\xfe\x3d\x57\xff\x72\x9a\xa8\x0e\x00\x82\ \x73\xa6\xa8\x8c\xd2\xb2\x3c\xb2\xf3\xc3\x8b\xc5\xa2\x93\xe4\xa4\ \x94\x52\xa7\xc2\x1d\x89\xaa\x28\x26\xa5\xb6\x6d\x0b\xdb\x16\xba\ \x0d\x42\x28\x94\x32\x46\x4b\x25\xb3\x5c\x56\x0a\x00\xc5\x62\xd1\ \xa1\x4e\x96\x2b\x42\x41\x52\xd3\x34\x9d\x1a\x57\x4d\xd3\x04\x17\ \x42\x61\x1e\x4d\x47\x09\x04\x89\xac\x20\x6b\x96\x25\xc3\xa6\x69\ \x7f\x4e\xb7\x8d\x29\xa0\x17\xd2\x76\x56\x8c\x69\x55\x90\x02\xa7\ \x49\xb7\x4e\x56\x83\x52\x2a\x1d\xed\x7f\x87\xc8\x64\x0b\x21\xa7\ \xf4\x23\xcb\x5f\xe1\xa0\xbc\x94\xdc\x30\xcc\xcb\xea\x5e\x0b\xc2\ \xe9\xcf\x0d\x20\x9c\x6e\x49\x78\xc6\x45\x70\xce\x0e\x8e\xe4\x06\ \x48\x29\x1d\xb4\x76\x0e\x46\x12\x40\x70\x5e\xde\xd2\x2b\xc9\x3c\ \x67\x07\x70\xc0\xe6\x76\x99\x33\xc3\x18\x93\x20\x2d\xcb\x04\x90\ \x84\x11\x82\x68\x73\x4b\x58\xa2\xb2\xbd\x25\x21\x96\x33\x56\x96\ \x65\xd9\x9c\x2b\x4e\x94\x0c\xe4\xe5\x46\x03\xf8\x4d\x37\x2a\xdf\ \xf9\x8e\x7e\xea\x34\xd0\xd9\x10\xbe\x92\x1c\xf5\xf5\x0f\xfe\x62\ \x5d\x20\xf1\xe0\x6f\xff\xe5\xc7\xbc\xde\x74\xdf\xee\xaf\xff\xf3\ \x63\xcf\x7f\xf7\x87\x9b\xff\xe8\x4b\x5f\x6f\xbd\x47\x5b\xb8\x32\ \xf6\xfa\x7f\x6f\x3f\x9a\x2e\xaf\xf2\x77\xbb\x55\xc1\x6b\x1a\x36\ \x35\xd0\x53\x6f\x9c\x1a\xba\x73\xd9\x7a\xb4\xfa\xb7\x6c\xfb\x3b\ \x46\xb0\x64\x1a\x25\x01\x88\x54\x21\xb9\x9d\x07\xbe\x7b\xeb\xf2\ \xfb\x6f\xaf\x6f\xa9\x61\x69\xc3\x16\x92\x5b\x91\xc6\xfb\xef\x69\ \xeb\x9c\x3c\xfd\x83\x17\x4f\x6e\x53\x7c\xab\x96\xd7\x57\xed\x3f\ \xf0\x83\xc5\x9d\xbf\x4e\xd1\x38\x74\xe8\x9f\x4e\x30\x4a\x88\xd2\ \xd0\xfa\xe8\x6d\xf3\x94\xd7\xb7\xbd\xc2\x89\xd7\xc8\x1f\x7a\x61\ \xcf\xb7\x36\xdf\xf0\x8b\xcb\x6a\x9e\xdd\x31\x9e\x41\xb4\x05\xad\ \xee\x5c\xf1\xa5\xea\x7c\xae\xff\xc8\xd7\xbb\x53\x9e\x56\x3e\xb8\ \xbf\x2f\xd3\xda\xf1\xf9\xf9\xcc\x77\xf4\xf8\xcf\x1a\xe6\xd5\xaa\ \x28\xad\x39\xe5\xb7\x13\x02\xa6\xe1\xdb\xbd\x7b\x52\xca\xa1\x48\ \x58\x99\x51\xc3\xa0\x4a\x88\x3c\x3f\xa7\x74\xc1\x50\xe3\x39\xc1\ \xca\x4a\x84\x2a\x7b\xbb\xba\xa6\x53\x42\x1d\x2e\x81\x61\x18\x6a\ \x45\x28\xb6\xfc\x8d\x15\x7d\x21\x04\x00\x05\x98\xca\xd0\x56\x4a\ \xc4\x4c\x05\x70\xa6\xb5\x3d\xce\x6f\x2a\x52\x76\x60\xce\x81\xd4\ \xb3\x95\xd3\x01\xce\xd6\xc6\x82\x8a\x2a\x56\x00\x28\x77\x32\xa9\ \x64\x6e\x94\x49\xf4\x97\xb5\xfb\x0a\x59\xa9\x54\x5e\xce\xc5\x39\ \xce\x5e\x25\xf7\x99\x9e\x5d\xf7\x88\x88\x9c\x10\x59\xd1\x92\xb0\ \x3c\xf2\x3e\x9f\xcf\x01\x5c\x45\x51\x38\xb7\xa7\x2a\x0d\x28\xf5\ \xfa\x7c\x96\x65\x31\x45\xd1\x75\x3d\x93\xc9\x64\xb3\xd9\x40\x20\ \xe0\xec\x0a\xe5\xcc\xb6\x73\xe4\x72\xee\xc1\xa1\xdb\x73\xce\x73\ \xb9\x5c\x79\xa6\x4a\xa5\x52\x24\x12\xf1\x78\x3c\xba\xae\x9b\x96\ \x29\x80\x94\xa3\xc6\x8e\xb4\x59\x25\xe5\x11\x09\x4c\x8b\xbf\xb3\ \x72\xdd\x2c\x4c\x77\x55\x75\x6a\x91\xce\x28\x3c\x4f\xab\x1f\x97\ \xf3\xed\x42\x70\x51\x21\x0a\x54\x1e\x9c\x33\x95\x41\x97\x41\x85\ \x9c\x92\xc3\x7b\xa7\x06\x64\x04\x01\x51\xa0\x98\xaa\x29\xaa\xc8\ \x30\x39\xb3\x6f\x72\xb3\xf2\xf4\x76\x9e\x0a\xb4\x2c\x07\xe7\xcb\ \xa5\x79\x95\x0f\x94\xc4\x29\x6a\x93\x13\x6a\x2f\x4f\x6e\xf9\xf3\ \xca\x34\xef\x1e\x01\x2f\x0f\xdc\xa5\xe4\x6b\xd6\x40\x75\xb5\xff\ \xe0\x21\x31\x2b\x9e\x3b\x6a\x0a\x6e\xfb\xf6\x1f\xfd\x7e\x6d\x40\ \x57\x15\x00\x30\x32\x63\x42\x53\xfb\xb6\x7e\xf7\x77\xbe\x7c\x70\ \xd5\xa2\x5a\x3b\xfb\xc3\xb7\xf7\x1d\x48\x70\x55\xbd\x70\x6d\xfc\ \x39\xc7\x29\xac\xaa\xbe\xa1\xa5\x3e\x78\x7f\x95\xbf\x39\x12\x89\ \xf5\xfc\xec\xad\x89\x18\x41\x49\x89\x32\xed\x18\xaa\xa5\xe4\xb6\ \x27\xb7\xbc\xbe\xa2\xeb\xff\x84\x6a\xfa\x27\x4c\x50\x15\x6d\xb2\ \xf7\xfb\x3f\xe8\xfb\x21\x48\x29\x90\x06\x7c\xcb\x5b\xeb\x56\x44\ \xd6\xff\x7e\x7d\x6d\xc7\x44\x61\xdd\xa9\xcc\x2e\x29\x2d\x16\xb9\ \xe5\x8e\x8e\x65\xdb\xb6\xfd\xed\x91\x78\xc1\xef\x0d\x48\x9e\x1d\ \x19\xdd\x36\x62\x7c\xaa\x2e\x14\x11\xa3\x29\xc6\x14\x62\x8f\xed\ \x39\xf8\x17\x2f\x0d\x8c\x53\x14\xde\x9a\xfb\x35\x2a\x07\x06\xde\ \x68\xbb\xfd\x9f\x1b\x73\xff\xfe\xfa\x44\xac\x65\x41\x8b\x82\xe7\ \x47\x77\xaf\xaa\x51\x82\xa9\x0c\x39\x70\xf0\x54\x5d\x6d\xd2\xe3\ \x51\x2f\x9d\x1a\x5c\x59\x38\xf3\x2e\xb8\x0f\xe7\xd5\x74\x54\x2e\ \xf7\x0b\x5e\xa4\x9c\x7c\x43\x44\x4a\x08\x20\xd0\x8a\x0a\xf5\xca\ \xa6\xa0\x0e\xee\xa8\x2a\x03\xc0\x32\x6b\xcd\x41\x79\xa7\xd2\x55\ \x51\x14\xa7\xcd\xde\xf9\x1c\x98\x33\x7f\xe3\xbb\xa5\x52\x1d\x6d\ \x85\xf3\x3b\xde\x9d\x83\xe3\x70\x5e\xa3\x64\x29\xa5\x73\x16\x87\ \x99\xfb\x90\xf2\x9c\x58\xff\x99\x76\x3f\xd3\xcc\x90\xca\x01\x2f\ \xbb\xe7\x53\xa3\x47\x08\x88\xb3\x74\x78\x1c\x18\x2d\x13\xb1\x6d\ \x9b\x53\x4a\xca\x1c\x18\x07\xca\x9d\x10\x8a\xa6\x69\xb6\x6d\x53\ \xaa\x38\xff\x59\xd6\xd1\x3d\x67\x1b\x63\x8c\xf9\xfd\x7e\x47\xa5\ \xd9\x19\x76\xdb\xb6\xe3\xf1\x78\x24\x12\xd1\x34\x8d\xf3\x33\x3c\ \x96\x32\xf7\xe3\x0c\x43\x06\xb0\xdc\xd3\x75\x4a\x9a\x9c\x31\xa8\ \x68\x68\x55\x4e\xa8\x96\x3b\xf9\x9d\x43\x25\x3a\x67\x46\xca\x1b\ \x9b\x7d\x59\x2a\x87\x53\x65\x44\x65\xa1\x9e\xb2\xee\xe3\x99\xcc\ \xbc\x44\x80\xb3\x12\x2d\xe5\x51\x75\x9a\xe4\x95\x8b\xb9\xde\x41\ \x05\x41\x96\x19\xa5\x30\xdd\xef\xa5\x5c\xe1\x7c\x4e\x9b\x49\x38\ \x4f\xfa\xe2\x9c\x98\xcf\xe5\x81\xbb\x6d\xcb\x86\x7a\x68\x6d\x8d\ \x1c\x38\xa0\x36\x37\x3a\x9d\x43\xae\xb4\x13\x29\x87\x0f\x6c\xed\ \xe1\xe5\x2d\x5d\xd1\x3d\xba\xae\x88\xb1\xe3\x3b\x07\xba\x39\x20\ \xd5\x74\x5d\xb9\x08\x64\x07\x00\x46\x95\xfe\xa3\x7f\xff\x6f\x47\ \x65\xb0\xe1\xbe\xfb\x17\xb7\x1d\x4b\xc3\x5d\xb7\xfc\xd9\x48\xf7\ \x3f\xee\x1d\x8b\x11\xa2\x29\x94\x49\x61\x04\xe6\xdd\x7d\xef\x92\ \x07\x5b\xfc\xe6\x1b\xdb\x7f\x52\x42\x95\x39\x31\x33\xe9\x64\x36\ \xf4\x7c\xf2\x99\x6f\xfe\xfc\x39\xf4\xb4\xdd\xb7\xe1\xb3\xa7\x07\ \x8f\x2d\x5e\xf1\x07\x75\x99\x67\x63\x55\x0f\x2e\xf4\x61\x6c\xc1\ \xc7\x6b\xe7\x9d\x3e\x38\x6e\x75\x75\x6c\xf6\xa8\xa1\x7a\x75\x78\ \xcb\xf0\x10\x63\x14\x00\x19\xd3\x05\x41\xc6\x7c\x2a\x94\xa8\xea\ \x51\x55\x1f\x14\x4f\x6e\x7d\xfb\x9f\x03\xf9\x5d\x25\x5c\xe1\xd1\ \x42\x3a\x45\x39\xa7\x74\xc3\x08\xc5\xe1\x21\xe8\xee\x3e\xdd\xd1\ \x7e\x11\x4b\xc0\x2e\x93\x8e\xcf\x72\xc3\xa7\x57\x19\x39\x1b\xbb\ \xa7\xc3\xf4\x74\x7a\x7e\xf1\x1c\x0a\xbc\x70\xb4\x5f\x9c\xd5\x5f\ \x41\xf6\x72\x9e\x87\x8a\xb6\xf7\x68\xdb\xb6\x6d\x1a\x30\xdd\xe4\ \x61\x2a\x0a\x54\x6e\x99\x2a\x84\x94\x50\x2a\x99\x00\xe0\xa8\xc5\ \x3a\xa5\xf9\x42\x4a\xb3\x58\x2c\xf7\x94\x50\x54\xb5\x1c\x9a\x38\ \xc3\xa7\x94\xd2\xf1\xd1\x9c\x6c\xc8\x59\x4d\x3c\x60\x3a\x71\xe0\ \xfc\x1f\xca\x73\x28\x40\x00\x58\xce\xb2\x56\x72\xe7\xa1\xa2\x65\ \x04\x00\x98\xa6\xc5\x39\xbf\x9c\x1d\xfd\xfc\x6e\x15\x0e\x1b\xa4\ \xec\xa2\x56\xa6\x10\x2a\xa5\x68\x01\x41\x65\xaa\xa6\x28\xe5\x2e\ \x4e\x0e\x40\x57\x4a\xe5\x18\x46\xa9\x7c\xc6\x72\xe0\xac\x3c\x41\ \xb6\x65\x15\x8a\x25\xdb\xe6\xe5\xe2\x29\x07\xee\xcb\x89\x5c\xe7\ \x45\x87\xb2\xe7\xa8\xbb\x38\x71\x09\x67\x5b\x2d\x16\x8b\x94\x52\ \xaf\x3f\xe8\xe4\x03\xca\x9b\x53\xa5\x0e\x8f\x73\xce\x76\xd8\x4d\ \xe7\xe4\x3f\xe0\x6c\x4d\xe3\xf2\x2b\x95\xac\x44\x59\x0e\x80\x5f\ \x88\xaf\x72\x39\x2d\x53\x84\x10\xe9\x74\x46\xd7\xb5\xf2\xde\x53\ \x8e\x19\x4c\x5d\x9f\x20\x9c\x57\x80\x3a\x45\x39\x25\x84\x12\x7a\ \xbe\x48\x6a\xe5\x76\xcd\x28\x11\x7c\xaa\xe6\x80\x0b\xa1\xa9\x6a\ \x59\x84\x0e\xa7\x25\xf0\xce\x29\xf7\xad\x58\x00\x65\x89\xbc\xa9\ \xf5\x70\x79\xe0\xce\xb9\xa8\x8a\xc2\xc6\x8d\x0d\x6f\xbd\xd5\x54\ \x5b\x3d\xa2\x69\x6c\x16\x0a\x9a\x98\xee\x65\xe7\x06\xfb\x51\xd1\ \x3c\x8a\x36\x83\x93\x86\x65\x4b\x91\x9a\xd8\xfa\x62\x6e\x6f\xda\ \xca\x1c\x3a\xf6\xdf\xc5\x5c\x51\x53\x94\xe1\xfe\x1f\xa5\x48\x0e\ \x15\x8f\xb0\xd3\x43\x83\x4f\xed\x19\xdf\x1b\x2f\x9a\x53\x0c\x96\ \x4a\xff\x4d\xda\xb6\x90\xb2\x70\x7a\xeb\xde\xaf\x15\x73\x79\x85\ \x3f\x15\xb7\xc7\x8d\xe4\xf7\x9f\x8d\x37\xa8\x4c\xb1\x8c\xac\x55\ \x9c\xe8\x19\xdd\x17\x64\xf6\xde\x89\xbd\xa3\x05\xc1\x08\x91\x50\ \xd8\xb7\xf7\x9f\x65\xbe\xa4\x52\x44\xd0\x79\x7a\xef\x4b\x7b\x8f\ \xe5\x41\x8b\x0d\x3c\x2f\x89\xa2\x2a\x47\x5f\xda\x35\x9e\x02\x95\ \xce\xa9\x88\x3b\x21\x6c\xfb\x76\x30\x8c\x9e\xc6\x46\x78\xaf\x09\ \xad\xa9\xae\x56\x15\x95\x55\x30\x10\x10\xf0\xfc\x66\x1d\x67\x69\ \xb4\x96\x5b\xb9\xc3\x59\x3d\x0a\xa6\xde\xe0\xc8\xd5\xe0\x19\x6f\ \x94\x10\x42\xa6\x04\x1e\xcf\x28\x4c\x4d\x67\xdf\x6c\x82\x20\x84\ \xb4\x6d\x6b\xca\x33\x92\x12\x40\x52\x42\x29\xa3\x94\x32\x82\x54\ \xc8\xa9\x3e\x96\x86\x61\x3a\xcc\x7a\x21\x05\xa5\xd4\x34\xcc\x92\ \x65\x30\x45\x55\x55\x65\x7a\xae\xa7\x68\xe9\x62\xda\x4d\x11\x5c\ \xca\x0a\x1f\xf9\xac\x80\xbb\x04\x21\xa7\x28\xd5\xe7\x28\x70\x39\ \x2e\x01\x48\xe0\x82\x57\xf8\xf8\x20\x2a\x1c\x6a\x5d\xd7\x02\xfe\ \xc0\xcc\xc2\xee\x52\x4a\x8f\xc7\x13\x0e\x87\x7d\x3e\x5f\x59\x2d\ \x8a\x52\x8a\x48\x6c\xdb\x16\x82\x3b\x59\xba\xca\xa4\x88\x10\x67\ \xc4\x49\x2c\xcb\x46\x90\x48\x88\x42\xa9\xe2\x70\x43\x1d\x46\x1d\ \xe7\xc4\x21\xa5\x48\xa9\xa8\x0c\x24\x30\x46\x55\x55\x25\x84\x72\ \xc1\xa7\xca\x75\x09\xf1\xe8\xba\xc7\xeb\x33\x0c\x13\xa6\x45\x16\ \xcb\xea\xf6\x8e\x62\x70\xb9\xc0\xd2\x39\x43\x38\x65\x10\x94\x31\ \xcb\xb2\x28\x21\x9c\xf3\x58\x2c\x5e\x28\x14\x02\x81\x80\x23\x16\ \x5f\x9e\xd0\x8a\x83\x08\x98\x96\xe9\x54\xbd\x4e\x6b\x5a\xc8\xca\ \x4d\xf5\x2c\x62\xc9\x34\xc0\x71\x2e\xa6\x92\xf6\x67\x83\xfb\x99\ \x24\x2d\xa2\xaa\xaa\x8c\xd1\x99\xe9\xfd\x3a\xae\x7a\x6d\x6d\x4d\ \xb9\x0c\x6a\x4a\x53\xb0\x22\x82\x27\x71\x4a\x6d\xa9\x7c\x26\xa3\ \x8c\x32\x3a\x75\x2a\x62\x0a\x63\x44\x71\xd6\xb2\xb3\x5c\xcf\xe1\ \x07\x2b\x2a\x73\xca\xee\x9c\x8f\x7b\xbd\xde\x69\xdd\x6b\x87\x05\ \x23\x2d\xdb\x76\x2a\xe3\x08\x21\x8c\x4e\xab\x3e\x4c\xd1\xc5\x2a\ \x34\x84\x9d\xaf\xbb\xcc\xb0\x0c\x00\x58\x1b\xd6\x47\x35\xad\xb9\ \x58\xea\xd3\x75\x26\xe7\x1a\xef\xe3\x7c\x77\x87\x4a\x2b\x3e\x9a\ \x14\x94\xb2\x91\xb1\xfd\x84\x6a\x8c\x90\x7c\xae\x27\x0b\x94\x31\ \xad\x94\x3a\x74\x30\xce\x29\xd5\xde\x81\x9b\xe8\x2c\x25\x63\x32\ \x71\x82\x10\x0d\x92\x87\x04\x32\x02\x13\xb1\xc4\x01\x00\x40\x54\ \x14\x4a\x7b\xfa\x9e\x17\x00\x74\x4a\x23\x1e\x10\xec\x78\xac\x1b\ \x88\x4a\x9d\xce\xb6\x66\x6c\xb8\x34\xce\xa8\x3a\x25\x6b\x63\xa7\ \x86\x26\xe3\x8c\xa9\x73\x0a\xdb\x25\x21\x6c\xe7\x2e\x63\x7e\x73\ \xb6\x26\x8a\x25\xe3\xdd\xd7\xfa\x37\xbe\xfa\xcf\x73\x75\xa6\xa7\ \xce\xd1\x73\x79\x39\xe6\x72\xf9\x19\x7c\xaa\x58\x2c\xde\x7b\xef\ \x87\xee\xbd\xf7\x43\x97\xf1\xe0\xca\xb3\xf7\xd6\x99\x3c\x48\x33\ \xf8\xc6\xca\xc3\xc4\x7b\x5e\xe4\x5d\xde\x73\xa9\xf7\x7f\x8e\x06\ \xc0\xcc\xfc\x77\xd3\x34\xe7\xcf\x6f\x7e\xe6\xe7\x3f\xb9\xf8\xef\ \xba\xfc\x71\xbb\x2c\xb7\xf8\x72\x1f\x21\xd3\x34\x57\xae\xf4\x85\ \x82\xeb\x32\xd9\x6d\xe1\x90\x9c\x63\xac\x8f\x77\xb8\x69\xca\x28\ \x85\xb3\x84\xc3\xd4\x69\xe1\x30\x55\x7b\xef\xdc\x01\x32\xaa\x01\ \x00\x50\xe7\xbd\x54\x23\x5a\x45\x50\xd8\x7b\xee\x97\x51\xad\xf2\ \xbf\x94\xca\xcc\x33\x52\x85\xcd\xb1\x0e\x4c\x8c\x92\xb1\x31\xfa\ \xe6\x9b\xe9\x65\x4b\xec\x60\x10\x0b\xe3\xef\xce\x83\x42\x9c\xd3\ \x13\x3e\x97\x6f\xef\x32\x37\x9e\xcb\xf9\x69\x17\xff\x59\xe7\x60\ \x80\xd3\x2c\x3f\x84\x8b\x55\xc4\x71\x7c\xec\xca\x94\xf8\xf9\xf9\ \xf3\x8a\xf7\xe2\x25\xdd\xe4\xa5\xfe\xf6\x73\xde\x7f\x79\x92\x6d\ \x78\xad\x2c\xb9\xcb\xae\x9d\xb1\x6d\xbe\x60\xa1\xb9\x72\xe5\xaa\ \xb7\xde\xf2\x4a\x69\x5d\x13\xe0\xee\xda\xbb\x98\xaa\x92\xee\x6e\ \x48\xa5\x8a\x9b\x36\xf1\x44\x1c\x84\x78\x77\x70\x97\x73\xfd\xac\ \xf6\x81\xb5\xf7\x73\xe4\xcb\x5f\x25\xa1\x32\xe4\x70\x05\x6f\x52\ \xba\xc3\x7e\xc5\xed\x0a\x50\x5c\x24\x42\x72\xd9\xd2\x8e\x92\x51\ \x67\x9a\x1c\x5d\x6c\xbf\x96\x0d\x11\x10\xe9\xae\x5d\x80\xc8\x57\ \xad\x02\xc3\x74\x87\xc4\x35\xd7\xae\x51\xbb\x02\xe0\x4e\x08\x19\ \x5d\xb2\x44\x01\x58\x93\x2b\xb8\xe0\x7e\x8d\x2f\x07\x02\xb9\x1c\ \x7d\xed\x35\x58\xb2\x44\x2c\xed\x00\xcb\x72\x87\xc4\x35\xd7\xae\ \x5f\x70\xa7\x00\xa3\x01\xff\x20\xc2\x0d\xf9\xbc\x7b\x44\xbf\xb6\ \x8d\x52\x32\x39\x49\x0f\x1e\xe2\xb7\x6d\x02\x8f\x17\xdd\x90\x8b\ \x6b\xae\x5d\xb3\x76\x05\xf4\xaa\xa8\x94\x31\x46\x8b\x1e\xcf\xcd\ \xd9\x5c\x9d\x65\x25\x18\x63\x2e\x28\x5c\xb3\xe0\x4e\xb7\xef\xc0\ \xc9\x49\xfb\xb6\xdb\x41\xb8\x93\xe8\x9a\x6b\xd7\xb7\xe7\x4e\x00\ \x2c\xc0\xed\x41\x7f\x88\xf3\xd6\x92\x61\xb9\x91\x99\x6b\xd7\x90\ \xd0\xad\x5b\xe5\x82\x16\xb1\x7c\x19\x5c\x5e\xcf\x1a\xd7\x5c\x73\ \xed\x9a\x07\x77\x00\x50\xa5\x3c\xec\xf5\x12\x80\x1b\x72\x39\xb7\ \x21\xd2\x35\x7b\x8a\xa3\x10\x8b\x91\xd7\x5e\xe3\xab\xd7\xc8\xea\ \x1a\xe0\xb6\x3b\x24\xae\xb9\x76\xbd\x83\x3b\x93\xb2\x5f\xd3\x0e\ \x79\xbd\xeb\x73\x79\xfd\x72\xca\x7b\x5d\xbb\x8a\xa6\x6a\xa4\xbb\ \x1b\xc6\xc6\xec\xbb\xef\x02\x8f\x07\xb8\x3b\x8d\xae\xb9\x76\xdd\ \x83\x3b\x00\x58\x88\xbb\xfd\xbe\x65\xb9\xc2\x3c\xd3\x14\x6e\x64\ \xe6\x1a\x34\x24\xa8\x6d\xdb\x0e\xa6\xc9\xbb\xba\xc0\x76\x79\x32\ \xae\xb9\xe6\x82\x3b\x00\x00\x48\x80\x6d\x41\x3f\x01\xe8\xca\xe6\ \xdd\xb0\xfb\x35\x67\x92\x12\x5a\x28\x04\x76\xec\x90\x6b\xd7\x88\ \xe5\xcb\xc1\x74\x19\xee\xae\xb9\xe6\x82\x3b\x00\x00\x30\x29\x07\ \x55\x6d\x58\x53\x6f\xcc\x66\xa9\x5b\xb6\x78\xcd\x81\x3b\x21\xda\ \xf8\x84\xff\xf8\x09\xeb\xf6\xdb\x41\x55\xdd\x01\x71\xcd\x35\x17\ \xdc\xa7\xc1\x1d\x20\xa1\xb0\xdd\x01\xdf\xaa\x42\xa1\xd1\x34\x6d\ \xd7\x79\xbf\xb6\x8c\xb1\xe0\x9e\xbd\x2a\xe7\xf6\xed\x77\xc0\x94\ \x12\xa2\x6b\xae\xb9\xe6\x82\xfb\xb4\xa2\xd0\x0e\xbf\x3f\x62\xdb\ \x4b\x8b\x25\x17\xdc\xaf\x31\xe3\x3c\xb8\x7d\x87\x6c\x6f\x17\x1d\ \xed\x60\xbb\x3c\x19\xd7\x5c\xbb\xf6\x1d\xb6\x2b\x78\x2d\x45\xca\ \x83\x7e\x6f\x92\xb1\x5b\x32\x99\x57\x42\x41\xe9\x8a\x88\x5d\x23\ \x26\x15\x45\xe9\xed\xd3\xf7\xee\x33\x3e\xfa\x90\xac\xae\x01\xcb\ \x00\xa4\xee\xb0\x5c\xcc\xc8\xa9\xd4\x8b\x48\x67\xa4\x7b\x85\x5c\ \x5a\x16\x2f\xa1\xfb\x94\xcc\x6c\xe8\x01\x14\x02\x1a\x9b\x49\x08\ \xb8\x68\xe1\xf5\x70\x34\xbd\x92\xe0\x4e\xa5\x9c\x64\xca\x2e\xbf\ \x7f\x5d\x2e\xef\xe7\xa2\x40\x89\x5b\xbf\x7e\x0d\x18\x22\xa8\xaa\ \x72\xf8\x10\xa4\x12\x99\x9b\x6e\xf4\x2a\x4c\x1a\x25\xb8\x54\x6c\ \x27\x14\x98\x72\x81\xdd\x9c\xdb\xc0\xad\x72\xc7\x9c\x0f\xda\xb1\ \x17\x95\x7d\x03\x3f\xc9\x95\x26\xcb\x8d\xa5\x2e\xe5\xa4\x64\xd5\ \x06\x17\x77\xd4\xdf\x61\x0b\xf3\xb2\xe6\x8e\xa9\x80\xe7\x9d\xbf\ \xa5\x00\xdb\xc4\x0f\xb4\x66\xa7\x46\xe5\xd1\x09\xba\x6f\x98\x2a\ \x54\x5e\xe2\xac\xc1\x87\x3a\x6c\x8d\xc1\x65\x8d\x0d\x65\x40\x95\ \x0b\xbc\x6e\x9b\x20\x38\x20\xc2\x1c\x18\x79\x76\x65\x2f\x27\x10\ \xb7\x05\x03\xf7\x25\x92\x9d\x85\xfc\x1b\x81\x80\x06\xae\x5d\x0b\ \xe0\x5e\x2a\x79\x5e\x78\xc9\x0c\x04\x72\xcb\x96\xfa\xcc\x4b\xef\ \x0d\x4f\x08\x2f\x64\xf8\xc0\x31\x51\xd1\x6f\x4f\x02\xa0\x94\xb4\ \x6e\xbe\xda\xb0\x50\x58\xa5\x0f\xe4\xc8\x11\x64\x27\xc7\x5f\x1f\ \xcf\x9c\x60\x44\x85\xe9\x06\x52\xe5\x6e\x67\x17\xf8\x43\x4e\x0f\ \x38\x80\x69\xe7\x97\x36\xdc\xb3\x7c\xde\xbd\x97\x03\xee\x52\x82\ \xdd\x73\x88\x67\x93\xe7\x34\xf4\x21\xde\x80\xba\x70\x05\x12\x94\ \xdc\xfe\xa0\x9e\x9f\x15\x02\x03\x29\x7c\xee\x38\xf3\xaa\xb2\xc2\ \x9b\x9f\x1a\x96\xe9\x61\xc6\xe9\xa6\x58\xe5\xe6\x2d\xc0\x28\x6c\ \x5e\x6c\xeb\x97\xa3\x32\x4c\xa8\x9d\x18\xe3\x23\x3d\x72\x5a\xe9\ \xde\x19\x76\x24\x84\x35\x77\x28\x91\x1a\x61\x1a\x1f\x34\xcf\x1d\ \x00\x88\x94\xfb\x7d\xde\x94\xa2\x6c\xcc\xe4\x5e\x0d\x06\xaf\xee\ \xf6\x85\x08\xd7\x6d\xe4\xff\x12\x06\x9e\x10\x92\x4e\x6b\x3b\x77\ \x8e\x6f\xdc\x68\xd4\xd4\xe0\xa5\x96\xa0\x21\x72\xcb\x96\x2f\x7c\ \xbb\x26\x33\xa4\xf8\x82\x67\x5a\xe4\x00\x48\xcb\xc8\x69\xc1\x03\ \x5a\xb3\x52\xdb\xd4\x71\xd3\x9d\xf6\xdc\x58\xf1\x57\x76\x98\x15\ \xea\xd1\x98\x8f\x11\x15\x90\xa9\x4c\x47\x69\x14\x8d\x3c\x10\x95\ \xa2\xb4\x05\x27\x84\x39\x6b\x50\x48\x8b\x4b\xea\xd1\x02\x14\xb8\ \x65\x97\xb8\x94\x08\xc8\xa8\x76\x39\x99\x6b\x49\x55\x6b\xff\x2b\ \xfe\x5d\x3f\x09\x56\x45\x2b\xa7\x1b\x85\xb0\x2c\xab\xf7\xd4\xf2\ \xd3\x45\x58\x7b\xdf\xc7\x98\xa2\x7e\x20\xfd\x77\x09\xc0\x08\x78\ \x55\xe9\x55\x2a\xba\x2c\x01\x48\x00\x55\x21\x0a\xca\x6c\x49\x00\ \x02\x17\xd2\xa3\x51\x8d\x82\x69\x09\x4b\x48\x07\xdc\x2f\x0b\x15\ \x28\xb3\x12\xe3\xf4\xe7\xff\x52\x43\x39\xd5\xf4\xca\xa1\x95\xa5\ \x42\xf2\x74\xf3\x1e\x1e\x6c\x5a\xb1\xae\x61\xc9\x0a\x7e\xb5\xf9\ \xc4\xec\x8a\x5f\x6e\x4c\x55\x0e\x7b\x3d\x9b\x32\x99\xff\xb0\x6a\ \xd2\x57\x4f\x44\x4c\x0a\x69\x99\xc2\x32\xaf\xd3\xb8\x10\x53\x2e\ \x36\x55\x2e\x19\xd3\x76\xed\x22\x83\x83\x99\x5f\xff\xb5\x19\xed\ \xa0\x68\xe5\x33\xea\x44\x7f\x6d\x7b\x9b\xcc\x67\x24\x63\x4e\x0f\ \x1e\xe4\x9c\xb5\x2f\x3f\x76\x7a\xac\x7b\xeb\x96\xcd\xbf\xf3\xe7\ \xe2\x03\x2c\x66\x20\x2d\x13\xea\x37\x6f\xfc\x93\x56\x5f\x2e\x6f\ \x99\xb1\xd1\x17\x5e\x3b\xba\xab\xf3\xe6\x7f\x5c\x98\xfd\xcf\x1f\ \xef\x7d\xa9\xba\xfd\xcb\x37\x05\x0f\x3d\x79\xe0\xe8\x0d\xab\x7f\ \x63\x45\x4d\x54\x40\xfe\xd0\xa1\xc7\x0e\x8d\x0d\x5e\x01\xcf\x85\ \x52\xe3\xf4\x81\x85\xf5\x0d\x5e\x46\x24\xa2\x74\x20\x4b\x70\xc5\ \xe7\x9f\x8c\x2c\x7c\xf3\x7b\x3f\x68\xfd\xd0\xa3\x8a\xee\x11\xd7\ \x47\x7a\xdc\xe2\xb0\x7e\x6d\x74\x7e\x3e\x73\x2a\x18\xf9\xe5\x05\ \x38\x51\x92\xe3\x43\xd9\x1f\xed\x2f\xb6\x2f\x8d\x7c\xb8\x43\x47\ \x21\x7a\x7b\xd2\x4f\x1c\x2a\xc9\xcb\xee\x56\x8c\x84\x9a\x13\xc3\ \xd5\x56\xa1\xa6\x71\xa1\x28\xe5\x25\xa5\xce\x82\xa7\x52\x90\x15\ \xeb\x5e\x7f\xe5\xad\xb1\xfc\xd0\x8a\xbb\x3f\x22\xec\xab\x2f\xcd\ \x74\xe5\x3d\xf7\x02\x25\xaf\x86\x82\x7f\x34\x34\xb2\xc8\x30\x76\ \x2a\xca\x55\x03\x77\x09\x52\xb8\x7c\xfb\x8b\x59\x02\x4c\x7f\xf5\ \x75\xd9\xd0\x50\x58\xbd\x5a\x9f\xee\xcc\x7b\x49\x26\xa4\xe4\x80\ \x44\x70\xee\x0b\xf1\x89\x41\x2e\x25\x11\x5c\x9f\xb7\x60\xe7\x50\ \xf2\xa5\x97\x5f\xb9\xe9\x33\xbf\x5d\xd3\xb2\xd8\x2a\x15\x3e\xc8\ \xc7\x24\xf4\xf9\x68\x7c\xeb\xae\xbf\xed\xce\x35\x3c\xb4\xe9\x7f\ \x6e\xc8\x8d\xe4\x6d\xad\xa3\xe3\x93\xab\x47\xba\xfb\x41\xd5\x09\ \x69\x58\xf8\xa9\x35\x91\xc4\xe3\x5b\xfe\x2e\x2d\x35\x85\x52\x4a\ \x15\x7e\x79\x35\xc0\x4e\x3c\xdd\x02\x82\xb6\x09\x81\x5a\x99\x4d\ \x98\xf9\x34\x00\x7a\x7c\xfe\x49\x4f\xf5\xf7\x7e\xf2\x54\x68\x7e\ \xdb\x8a\xcd\x0f\xc2\x75\x23\x05\x22\x01\x54\x95\xf8\x2c\x0c\x28\ \xf2\xcd\x6d\xe3\xff\x36\xac\x7d\xe5\x63\x91\x1b\x8b\xf4\xa6\x25\ \xca\x33\x5b\xc6\xf6\xa6\xa4\x4f\x43\x60\x78\x45\x12\xa9\x96\x04\ \x21\x24\x12\x0a\x9a\xd7\x9a\x1c\x92\x48\xa8\x04\xba\x60\xc9\xcf\ \xf7\x1e\x3d\x7a\xe2\xd4\xdd\xbf\xf7\xd7\xde\x50\x64\x2e\x9c\x53\ \xd9\x15\xbf\xa2\x2a\xe4\x1e\xbf\xcf\x06\xb8\x23\x95\xd9\xe3\xf7\ \x5f\x2d\xce\x0c\xa1\xa8\xea\x14\xaf\x57\xc2\xf6\x45\xee\x6a\x52\ \x51\x94\xe1\x21\xcf\x96\x2d\x66\xd7\x7a\x51\x5f\x87\x33\xf2\xf2\ \x84\x04\x2e\xe5\xa4\xa7\xe6\xe0\x48\xfc\xc6\xba\x05\x38\x70\x44\ \x6d\x68\xdd\x9d\x53\x9e\x7d\x7d\xeb\xba\xf6\x85\x35\x91\x90\xfd\ \xc1\x97\xa9\x91\x42\x4a\xc6\xbc\xbc\x70\xe2\xd8\xf0\xc0\x8a\xba\ \x4e\xb3\x74\x6c\xeb\xe1\xd3\xcd\xed\xbf\x8c\x29\x28\x58\xb4\xb1\ \xb6\x79\xac\xef\x3f\x62\x16\x46\x42\xf5\x01\x6a\xc5\xb3\x93\x57\ \x04\xce\x6c\x21\xec\x40\x78\x6b\x9a\xb4\x04\x1a\x1a\x8c\x02\x48\ \x19\xaf\x6e\xfb\xee\x0b\x6f\xfa\x15\xb6\x6a\x41\x93\xa4\x4c\x72\ \xeb\xba\x5a\xf3\x42\x80\x05\x64\x69\x5b\xe8\x97\xe6\x29\x76\xd6\ \x54\x3c\x4a\x3e\x5e\x3c\x1c\xe7\x1e\xbf\x3a\x2f\x48\xc6\xe2\xd6\ \x15\x09\x94\x08\x29\x25\x25\xa7\x49\x78\x2c\x9d\x5e\x5f\x3d\xcf\ \x1e\xe9\x21\xad\xab\x9e\x39\x35\xb1\xbf\xfb\xf8\x4d\x4b\xdb\xbc\ \x5e\x1f\x9f\x1b\x8a\xaa\x57\x5e\xc3\x91\x4a\x39\xa0\x69\xbb\x02\ \xfe\x0d\xd9\x9c\x47\x70\x89\x57\x73\xb2\xaf\xdb\x7f\x2e\x76\x88\ \x54\x55\x39\x7c\x84\xc4\x26\x8b\xf7\xdd\x2b\x75\x7d\x46\x8e\x1e\ \x4a\xc1\x05\xd2\xf1\x54\xf6\xe9\x17\x5e\x7e\xee\x19\x23\xb1\xc9\ \x00\x00\x20\x00\x49\x44\x41\x54\xc4\x18\x5d\x76\xe3\xde\xa2\xf2\ \xf8\x33\x2f\xde\xb8\x76\xf5\xda\x05\x75\xb9\x4c\xe6\x3a\x20\xfb\ \x21\x00\x37\xad\x9c\x29\xb5\x48\xb0\xc6\x2e\xc5\x05\xf5\xe6\x63\ \xaf\xec\x1a\x2d\x6e\x5c\x7e\x9f\x0f\xf2\x59\xc3\x0a\x04\xeb\xec\ \x52\x2a\x50\x77\xd7\xa6\x8e\x9b\x88\x28\x5d\x01\xa7\x43\x0a\x2e\ \x65\x91\xe3\x8e\x7d\x6f\xff\xf0\xe5\xb7\x12\x75\xed\xd9\xa6\xe5\ \x8f\xbd\xf0\x86\xb0\xf9\xc7\x6e\xdf\x68\xe5\x33\xe2\xba\x11\x6d\ \x16\x42\x16\x4c\x21\x09\x12\x94\x80\xa0\x7b\x28\x2b\x94\xbe\xff\ \x46\xf2\x58\x46\x86\xfd\x8a\x17\x84\xa5\x69\x9f\xb8\x29\xe8\x97\ \xf2\x8a\x78\x19\x5c\x08\x41\x94\x9e\xe1\xb1\xc7\x9f\x7e\x7e\x67\ \x0a\xd4\x95\xb7\xbc\xd4\x13\x7b\xfd\xad\x9d\x0f\xdd\xb9\x69\x9e\ \x4f\x29\x14\xe6\xca\x21\x95\xcc\xc6\x32\xb7\x11\xdf\x08\x05\xdb\ \x8a\xc5\xd5\xb9\x82\xe5\xd2\x78\xe7\xac\x11\x82\xa6\xe9\x7d\xf6\ \x39\xf0\xfa\xcc\x0d\xeb\xb1\x34\x43\x4e\x8b\x00\x28\x16\xf2\x6d\ \x61\x6d\xcd\xca\x15\xdb\x77\xef\xfb\xce\xab\x7b\x9e\x7c\xe9\xf5\ \x65\x4b\x3a\xee\x5c\x50\x55\xe8\x3b\x6a\x5f\x0f\x0b\x40\x72\xaa\ \x36\x2f\x6f\xfb\xe8\x3d\x1b\xbe\xbc\xc4\x37\xb6\xef\xf4\x41\x45\ \x0f\x79\x55\xd2\x73\xea\xc9\xfe\x1c\xaf\x0a\x7a\x7b\x4f\x3e\x27\ \xeb\x1f\xf9\xf0\xfa\xcf\xad\x6a\x5a\x81\x76\x49\x5c\x21\x97\xa7\ \x64\x0b\x8f\x91\xba\xa3\x6b\x75\x2a\x95\xfa\xfe\xcb\xdb\xbe\xfb\ \xe2\xd6\x4c\x36\xfb\xc8\x9d\x37\x7b\x87\x8f\x14\x0a\x85\xeb\x83\ \x4e\x20\xb9\x80\x45\x8b\x83\x9f\xda\x10\xb9\xb9\x1e\x4f\x8f\x73\ \xaf\x02\xc7\x4f\xa4\x7e\xb8\x3b\x33\x5c\x92\xc3\xc3\xf9\x5e\xd0\ \x3e\x77\x67\xf5\xfd\xcb\x7c\x3e\x90\xf6\x95\x38\xc6\x23\x00\x07\ \x30\xb2\xa9\xb5\x0b\xea\x9a\x9b\x9b\x9e\x7d\x6d\xeb\xb7\x5e\xd9\ \xfd\xfa\xf6\x5d\x9b\x6f\xbd\xa9\xd3\x53\xcc\x8e\xf6\x0b\x42\xe6\ \xc8\xb8\xcf\x8a\xfa\x3a\x91\x72\xb7\xdf\x97\x61\xec\xe6\x6c\xd6\ \x55\x88\x9c\xcb\xe0\x4e\x92\x49\x7d\xdb\x5b\xc5\xcd\x77\xda\x4d\ \xcd\x33\xeb\xce\x81\x00\x42\x48\xd3\xb6\xe9\xe9\xfd\x1f\x5e\xd9\ \xd2\xb9\x6a\x55\xf7\xb1\x13\xf5\xf5\x0d\xbf\xb0\xb6\x43\x9e\xda\ \x6f\xd9\xb6\x2d\xc4\x07\x7c\x05\x20\x53\x60\x72\x6f\xf7\x7f\x8d\ \x16\x40\xe6\x0f\x3c\xbf\xe3\x5f\x87\x4b\x46\xcf\xc9\x1f\x1e\x4b\ \xd9\x7e\x9a\x7c\x6d\xdb\x1f\x3f\x77\xa2\x97\xe7\xb6\x3f\xb3\xe3\ \xb1\x34\xe8\x99\x89\x57\xb6\x9d\xda\x25\xa8\x76\x05\xc6\x44\x4a\ \x4b\x82\x39\xda\xd7\x49\x52\x1f\xb9\xe7\xae\x78\x22\x35\x19\x4b\ \x7c\xe4\xae\x3b\xea\x92\x3d\x66\x62\xc2\x02\xbc\x3e\x02\xee\x88\ \x00\xf9\x9c\x2d\x40\xbe\xb5\x27\xb1\x7d\x92\x1f\x3b\x9a\xde\x11\ \x83\x6a\x1f\xd5\x18\x92\x92\xf9\xa3\xd7\x62\xfb\x92\x92\x1a\xa5\ \x9f\xec\xca\xe4\x09\x5e\x11\xbc\xe3\x02\x8c\x42\x2e\x34\x74\xe8\ \x93\xb7\x75\xd5\x35\xcc\x3b\x7c\xe4\xd8\xea\xce\xce\x5b\xe6\xf9\ \x4b\xa7\x0f\xdb\x80\x82\xcb\x39\xe2\xcf\xb0\xd9\xb8\xa8\x02\x30\ \xac\xa9\x6f\xfb\xbc\x77\xa4\x32\xdf\xae\xad\x49\x30\xa6\xb8\x99\ \xcd\x39\xe8\xf3\x28\x8a\xbe\x63\x07\xeb\x1f\x48\xff\xf1\x1f\x4f\ \x91\xc8\x66\xb8\x49\x60\x81\xcb\x52\xa1\xe0\x1b\x3c\xf4\xf0\xaa\ \x55\x9d\xf3\xeb\x9b\xa2\xa1\xe0\xd0\x21\xdb\x32\x32\x25\x0b\xc8\ \x07\xb9\xd8\x55\x4a\x21\x25\xa0\x2c\x0d\x0f\x3f\xd7\x37\x28\x10\ \x29\x63\xba\x82\x64\x7c\x62\x0f\x10\x8d\x51\x56\x4c\x1f\x3c\x2d\ \x99\xca\xd4\x42\x7a\xdf\xb6\xf8\x4e\x09\xc8\x98\x47\x21\x54\x5e\ \x89\x74\x3f\x47\x9a\x33\xac\xe0\xe8\xe9\xf5\x8d\x8b\xeb\x3e\x7c\ \xb7\x00\x58\x28\x33\x76\x6c\x38\x6f\x72\x4b\xf9\xe0\x17\x61\x4a\ \x00\x21\x01\x10\x86\x86\x0a\xa7\xfb\x25\x21\xe8\x51\x70\x78\xb4\ \x28\x09\xaa\x04\x84\x04\x20\x68\x17\xac\x57\xf7\xa7\x04\x00\xa5\ \xa8\x33\x94\xf2\x4a\xb4\x8f\x24\x24\x67\x72\x3b\x9b\xaa\x15\xdd\ \x9f\xb9\x75\xcd\xc0\xca\x8e\xc5\x55\x3e\xd6\xb3\xcf\xb2\x79\xce\ \xb4\x3d\x73\xa6\x5d\xd1\xac\x80\xbb\xc3\x99\xd9\x12\x0a\xdd\x92\ \x19\x5e\x52\x2c\xbe\x11\x0c\xba\xe0\x3e\x07\x3d\x1e\x04\xf0\xbe\ \xbc\x85\x37\x36\x1a\xeb\xd6\xcd\xb8\x35\x87\x94\xc2\x1f\x08\x27\ \x57\xdd\xf1\xea\xfe\x97\x15\xb4\x71\x74\x27\xf3\xf8\x46\x4f\x1a\ \xc2\x34\x84\x90\xf6\xbc\x55\x4d\x0b\x97\x7e\x80\xd3\x7a\x0a\xf3\ \xa8\xcc\xc7\x88\xaa\x32\x7f\xe5\xeb\x2a\xf3\x4d\xfd\x45\xcf\xfc\ \xa1\xab\x95\x27\x1e\x64\x54\x9b\xf1\x8e\x2a\xa5\x44\xc1\xab\xd6\ \xde\xf6\xf6\xb3\x3d\xc7\x26\x32\x30\x79\x94\xe9\x3e\x44\x3c\x59\ \xcc\x83\x94\x25\xe6\x8b\xdc\xb6\x99\xa1\xfc\x00\xd3\xc5\xa6\x78\ \xee\x0a\x78\x15\x00\x05\xcf\xf0\x36\x94\x73\xdc\x66\xf4\x69\x95\ \x15\x5e\x97\xcb\x73\x97\xdc\x0e\x37\x2e\x1c\x5a\xd8\xf5\x72\xdf\ \x41\x4a\x0c\x32\xb8\x83\x69\xde\xb1\xe3\x05\xc1\x2d\x5b\x00\x2e\ \xdb\x54\x5f\x5d\x2f\xe7\xc6\x99\x89\xcd\xd2\x75\x35\x21\x77\x05\ \xfd\x79\x4a\xee\x4c\x65\xde\x0a\x04\x5c\x9d\x99\x39\xe8\xb6\x2b\ \x03\x03\x9e\xd7\x5e\x2f\xdd\x71\x07\xaf\xaf\x63\x96\x35\x63\x94\ \x51\x55\xb5\xf1\xce\x8f\x65\xd6\xdc\x26\xa4\x04\x98\xce\xe7\x22\ \x41\x09\xbe\x60\xc0\xe7\x0f\xca\x0f\x68\x66\xcf\x16\xc6\xdd\xcb\ \x7e\x6f\x66\x00\x2d\x01\x08\x12\xc3\x9e\x79\xf2\x8d\x80\xa8\x69\ \x5f\xa9\xd5\xfc\x49\xa9\x54\x42\x44\x90\x02\x00\x54\x24\x00\x10\ \x51\xd4\x60\x55\x15\x81\x0f\x32\x57\xac\x68\xe1\xc6\xf9\xbc\xab\ \x69\x26\x4b\x4b\xa1\x33\xf7\xdf\xa5\xe0\xfe\x50\xb8\xf9\x23\xbf\ \x96\xcb\xa4\x25\x4c\xd1\x36\x14\x44\x40\x24\x88\x81\x70\x44\xd7\ \xf5\x0f\x38\xb8\x13\x29\xc7\x14\x65\x6b\x30\x70\x73\x36\x5b\x6d\ \xdb\x29\xc6\x5c\x9d\x99\xb9\x65\x94\xea\xbb\xf7\xd0\x64\xb2\xf0\ \xa1\x7b\x25\x63\x60\xce\xdc\xb9\x96\x52\xe8\x9a\xea\x99\xd7\x78\ \x41\xe8\x97\x1f\xe8\xc8\x2f\x23\xea\xcc\xf3\x96\xf2\xb2\xb4\x95\ \xa5\x04\x02\x50\x55\x5d\x03\x17\x8a\xa9\x49\xf1\xc1\xaf\xf2\xa0\ \x08\x53\x35\x73\x97\x3e\x74\x97\xe5\x18\x49\xe1\xf3\xfb\xfd\x81\ \xc0\x85\xa0\x5f\x5e\x21\x4a\xce\x1c\x06\x77\x87\x33\xf3\x4a\x38\ \x78\x5f\x32\xb9\x2e\x97\x7f\x26\x12\xf6\xb8\xe0\x3e\x77\x8c\xa0\ \xc3\x93\xb1\x9b\x9b\x8d\xf5\x5d\x68\x18\x70\x79\xa9\x26\x29\xa5\ \xbc\x6e\x88\x77\x67\x3b\xe0\xf2\xaa\x6a\x6c\x48\x71\x5d\x0e\x7b\ \xf9\xf4\x73\xb5\xc6\x5e\x0a\x31\xf7\xe1\x6c\x16\x83\xff\x4c\xca\ \x03\x3e\xdf\xa8\xaa\x6e\x4e\xa5\x55\xb7\x56\x74\x4e\x3d\x15\x94\ \x2a\x7d\x7d\xde\xb7\xde\x2a\xdc\x7d\x37\xaf\xaa\x42\xb7\xa5\xb9\ \x6b\xae\x7d\xf0\x5c\xb8\xd9\xbb\xb4\x22\xe5\xb8\xa2\xbc\x11\x0c\ \xae\xcf\xe5\x9a\x4c\xd3\x74\x39\x91\x73\xc7\x54\xcd\xfb\xda\xeb\ \x68\x18\x85\x7b\xef\x06\x77\x5e\x5c\x73\xcd\x05\xf7\x19\x1c\xd7\ \x5f\x0d\x05\x83\x16\xbf\x29\x9d\x95\x2e\x88\xcc\x11\xa3\x94\xa4\ \xd3\xfe\xa7\x9f\x36\x96\x2e\x31\x97\x2e\x41\xcb\x72\x87\xc4\x35\ \xd7\x5c\x70\xbf\x64\xe7\xfd\x6d\xbf\xef\x88\xcf\x73\x77\x3a\xad\ \xbb\x91\x99\xb9\x61\x52\xd5\xb4\xa3\x47\xb4\xa3\x47\xf3\x1f\x7e\ \x90\x57\x45\xdd\xa6\x7a\xae\xb9\xe6\x82\xfb\x4c\xae\x5e\x24\xe4\ \xd5\x50\x68\x55\x2e\xbf\x2c\x5f\xb0\x5c\xe7\xfd\xaa\x23\x3b\x22\ \x08\xee\x7f\xfe\x45\x49\x59\x71\xd3\x26\xbc\xda\x92\xd3\xae\xb9\ \xe6\xda\x2c\x19\x7b\x1f\xbe\xe3\xd5\x50\xe0\xf3\xe3\x13\x77\xa5\ \xd3\xfb\xfc\x3e\x29\xa5\x0b\xf0\x57\x75\x37\x27\x4a\x3c\xee\x7b\ \xe1\xc5\xc2\xed\xb7\x19\x1d\x1d\xd4\xb2\x2e\x3e\xe6\xce\x18\xd3\ \x75\xdd\x1d\xc2\xd9\x33\x8f\xc7\x4b\xc8\xb9\xfe\x16\x22\x6a\x9a\ \xa6\x28\x8a\x3b\x3e\xb3\x37\xec\xaa\x7a\x01\xce\x87\xa2\x28\xba\ \xc7\x43\xe9\xb5\x5a\x62\x3d\xeb\xe0\xae\x08\xe1\x88\x44\xde\x91\ \xce\x7c\xa7\xb6\x26\xee\x4a\x11\x5c\x55\xe3\x2a\x8b\xee\x3e\x40\ \x47\xc7\x72\x7f\xfc\x7b\x40\xe9\xc5\xc7\x64\x34\x4d\xdb\xb1\x63\ \xfb\x9b\x6f\xbe\x91\x48\xc4\xaf\x90\x44\x87\x6b\xe7\xef\xbc\xa4\ \xbf\xbf\xaf\x12\xc7\x29\xa5\xa9\x54\xfa\x2b\xff\xf4\x0f\xa3\xa3\ \xa3\x42\x08\xb7\x9b\xf6\xac\x0c\x3b\x25\xe9\x54\x5a\xf7\x78\x2a\ \xf1\x5d\x55\xd5\xa7\x7e\xf6\x64\x3a\x9d\xca\xe7\x72\x78\x6d\x2e\ \xf8\x59\x07\x77\x27\x32\xf3\x42\x24\x7c\x47\x6f\xbf\x43\x78\xbf\ \x58\x70\x97\xdc\xb2\x25\x53\x18\x08\x9b\x4b\xc2\x28\xda\x96\x8d\ \x84\x08\xce\x91\x52\x04\x24\x04\x6c\xcb\x46\x4a\x51\x0a\x01\xc8\ \x18\x73\x17\xfe\x7b\x8c\x28\x82\x6a\x61\xcb\x6b\x3b\xe4\xfc\xa6\ \x62\x57\xd7\x25\x29\x85\x11\x42\x12\x89\x44\x2c\x36\x19\x8f\xc5\ \xd0\x05\xf7\x59\x9b\x22\x45\x51\xfd\x81\x40\xd9\x7f\x47\x44\xcb\ \x32\xfb\xfa\xfa\x46\x86\x47\x6c\xdb\x72\x47\x7e\x96\x86\x9d\x52\ \x1a\x08\x06\x35\x4d\x2b\xe3\x3b\x21\x64\x74\x74\x74\x7c\x7c\x2c\ \x9b\x4e\xe3\xb5\xa9\x8f\xf4\x7e\x84\x65\x54\x21\xb6\x07\xfc\x03\ \x9a\xf6\x40\x32\xf9\x72\x38\x74\x31\x52\x04\x92\x1b\x7a\xd3\x6d\ \x9f\xba\xc5\xfb\xc4\x8f\x9e\x17\xfe\x1a\x2f\x2b\x8e\x4f\xca\xbb\ \x1e\xfe\x68\x71\x70\x70\xf1\xad\xf7\xb7\x78\x8a\x85\xdc\xc8\x53\ \x3f\xde\xda\xf9\x0b\x1f\x5f\x5a\x2b\x33\xa9\xf8\xfe\xd7\x9f\xdd\ \x76\x78\x04\x14\x17\xdf\xdf\xcd\x6c\x85\x34\xf5\xe6\xe7\x1f\x9b\ \xcc\xfc\xc6\x27\xed\xfa\x7a\x6a\x18\x97\xc4\x83\x24\x84\xd4\xd6\ \xd6\x45\xa3\xd5\xee\x48\xce\xb6\xff\x4e\x08\xa9\xf4\x22\xfd\xfe\ \xc0\xa2\xb6\x36\x97\x91\x30\xab\x86\x88\x94\xd2\xf2\x20\x4b\x29\ \x15\x45\x69\x6a\x6a\xe6\x0d\xf3\xdc\xb0\xcc\x3b\x1a\x05\x48\x32\ \xf6\x72\x24\xf4\xcb\x13\xb1\xf6\x42\xf1\xa8\xcf\xab\xbc\x57\xd5\ \x0c\x22\x9a\x85\x7c\x75\xeb\xda\x20\x3c\x3b\xff\x91\x3f\xfc\x98\ \xba\xe5\x0f\xbe\xbe\xbf\xb5\xa9\xe6\xd0\x78\x22\x64\xf7\x7e\xff\ \xab\x8f\x0d\x66\x39\xf7\x77\xde\x1f\xca\x3d\xf1\xef\xff\x3e\x16\ \x5c\xf7\x2b\x8f\x7e\xc6\xc8\x7c\x65\xc7\x80\xa9\x29\xae\x6b\xf3\ \x6e\xb6\x7c\x6f\xcc\x43\x03\xb1\xbb\xef\x44\xce\xa1\xb2\x79\xfb\ \xc5\xaf\x18\xc6\xdc\x61\x9c\x5d\x37\xd2\x11\x26\xa8\x7c\x45\xca\ \x6b\x37\xf2\x7b\x2d\x8d\xfc\x85\xb6\xcf\x6b\x77\xc1\xbf\x4f\xf7\ \x8d\x00\x5b\xc2\xa1\x4f\x4d\xc6\xef\x4a\x67\x0e\xfb\xbc\xef\x9d\ \x1b\x22\xcc\xca\x0c\x0e\xe7\xd4\xf6\x96\x66\x7f\x18\x84\x55\xb5\ \x68\xf9\x02\x9a\x8f\x8f\x8d\x4f\x6a\xf3\x3e\xf6\x99\xdf\xaa\x99\ \xe8\xdf\xfe\xbd\xe7\xe3\xa6\x69\x72\x21\x86\x8f\xec\xd8\xd7\xb7\ \xa1\xad\x7d\xc1\xce\x9e\x6e\x50\x34\x77\x8d\x5e\x78\xe1\x12\xf4\ \x65\xec\x95\xbb\x63\xf1\xd5\xeb\x8a\x1d\xed\x97\xa3\x14\xe6\x0e\ \xe6\x1c\xc1\x1d\xd7\xdc\x91\xbf\xfa\xe0\xae\x08\x71\xcc\xe3\xd9\ \xed\xf7\xdd\x9f\x4c\xfe\xb0\x26\x1a\x57\x98\xf2\x1e\xda\x0c\x84\ \x5b\xe9\xa1\xc1\x7c\xe7\x03\x1f\x49\x1f\x7d\xea\xe7\x9e\xb6\x0f\ \xdd\xba\xb6\x30\x79\x34\x55\xc0\xe2\xe0\xf6\x1f\x7e\xeb\xdb\x83\ \x59\x0e\xe1\x75\x04\xa4\x69\x1a\x1c\x3c\x3e\x9f\x66\x5b\x86\x74\ \xd3\x4d\xef\x6c\x96\x82\xab\x0e\xa7\x6a\x46\x8d\x3d\x9f\xe9\x0a\ \x68\x3a\x5c\x0a\x4f\xc6\x31\xce\xb9\x70\x85\x0a\x66\xfb\x81\x64\ \x0c\xcf\x9e\x17\x29\xa5\xed\xd6\x22\xcc\xb2\x11\x42\xce\x3f\x1b\ \xd9\xb6\x7d\x4d\xef\xa9\xef\x13\xb8\x13\x80\x22\xe2\xcf\xab\xaa\ \xfe\xae\xaf\xef\xa6\x6c\xf6\xa7\x55\x55\xca\x7b\xa9\xb9\x11\x6e\ \xf4\xf7\x4e\x7c\xfe\xb3\x1f\x7d\xfc\x77\xbf\xbb\x4b\x04\x7e\xf5\ \x2f\x1f\x7e\xf1\x6b\x3f\x4d\xf1\xa6\x40\xf5\xfc\xe5\x9d\x6b\xab\ \x73\xc6\x58\x42\x51\x03\xb5\xcb\x56\xad\x9d\x17\x5a\xb9\x3c\x30\ \xf9\xf8\x81\x3e\x54\x5d\xba\xd8\x85\x4d\x10\xd4\x4a\x7c\xed\xb6\ \xd8\x58\x3d\x1d\x58\x56\xbb\x8a\x5f\xf2\x92\x15\x42\x84\x42\x21\ \x9f\xcf\x77\x2d\x28\x26\x5d\xab\x86\x04\x53\xc9\x94\x69\x1a\x95\ \xc8\xce\x18\xab\xab\xab\x73\x1d\xf7\xd9\x44\x76\x2c\x96\x4a\x99\ \x74\xfa\x9c\x3d\xb5\xba\xba\x46\xd5\x54\x29\x5c\xcf\xfd\xbd\x4c\ \x15\x62\x67\xc0\xd7\xab\xeb\x0f\x24\x52\xcf\x85\xc3\xef\x99\x56\ \x65\x8c\x8c\xf7\xed\xfa\xc1\xd7\x62\x87\xc7\x0a\x96\xb9\xe3\xdb\ \xdf\xb5\x46\x8e\x4c\x10\x0b\x77\x1c\x18\x6a\x5d\xbe\xbe\x99\x17\ \xde\x7e\x73\xeb\x9b\xdb\x8f\x76\x2e\x59\x1b\x98\x1c\xfc\xcf\x6f\ \xbd\x3e\x90\x46\xd5\xcd\xa7\xbe\x93\xd3\xcd\xb0\xa9\xb7\xd0\x7a\ \x3c\xf3\xf2\x87\xaa\xd2\x21\x46\x6d\x79\xa9\xe5\x6b\x86\x61\xdc\ \x7c\xf3\x2d\x77\xdc\x79\x67\xb1\x58\x74\xc7\x73\x96\x4c\xd3\xb4\ \xaf\xfc\xd3\x3f\xf6\xf4\xf4\x04\x02\x01\xc7\x67\xe4\x9c\xd7\xd6\ \xd6\xfe\x8f\x2f\xfd\x8e\xeb\xbc\xcf\x9e\xe9\xba\xbe\x7d\xfb\xb6\ \x6f\x7f\xeb\x5b\xd1\x68\xb4\xfc\xa2\x69\x9a\x1f\xfd\xd8\xc7\xda\ \xda\xda\xcc\x6b\xb6\xd0\xef\xfd\x03\x77\x02\x90\xa2\xf4\xd9\xaa\ \xf0\x6f\x8e\x4e\x74\x16\x0a\xbb\x7d\x3e\xed\x5d\xbd\x11\xa4\x8a\ \x4c\x0f\xbe\xf8\x54\x8f\xea\xf1\xa8\x98\x7e\xed\x99\xe7\xa8\xee\ \x51\x71\x7c\xcb\x8f\xff\xed\x05\x01\x80\xa8\xe9\xba\x3c\x71\xfa\ \x2d\x5b\x10\xca\x34\x5d\x57\x98\x9b\x4a\xbd\xb0\x39\x65\x63\x6b\ \x76\x24\x04\xc5\x43\x37\x44\x6b\x66\x1a\x59\xe1\x9c\x5b\x96\x65\ \xb9\x5a\x34\xb3\x18\x93\x51\xc6\xc6\x46\x47\x87\x87\xbd\x8b\x17\ \x97\x99\x1b\x52\x4a\xcb\xb2\x5c\x70\x9f\x45\xbf\x53\x55\xb3\xd9\ \xec\x40\x5f\xaf\xae\x69\x81\x60\xb0\x1c\x7b\xb4\x6d\xfb\x9a\x5e\ \xf0\xef\x1f\x20\x22\x00\x22\xbe\x1c\x0a\x17\x09\x79\x30\x91\xbc\ \x88\x36\x31\x12\x08\xf3\x78\x3d\x14\x41\x02\xd1\xbd\x1e\x85\x80\ \x44\xea\xf1\x05\x02\x81\x40\xc0\xef\x57\x19\xd3\x3c\xbe\x40\x20\ \xe0\xf3\x7a\xd8\xc5\x35\x1c\x97\x52\x48\x40\x82\xc0\xb9\x25\xcf\ \x8a\x39\x58\xb6\x70\x42\x15\x42\x4a\xa0\x84\xbd\x63\x9d\x0e\x12\ \x82\x44\x08\x4b\x94\x29\x53\xc2\xe6\x12\x10\x24\x17\xf6\xd4\x0b\ \xc2\xe2\xe2\x0c\x85\x5c\x48\x0e\x48\x09\x02\xe7\xa6\x90\x52\x08\ \x9b\x0b\xee\x34\x58\xe0\xc2\xe2\xb3\x7f\xe8\x13\x04\xab\x26\x8d\ \xd5\x3b\x63\xdd\x6b\xaa\xc6\x9a\x3d\x94\xbb\x27\xfc\xb9\x6b\x42\ \x88\x6b\x3d\xd4\x7b\x4d\x3a\x40\x52\x7e\xf0\x52\x4a\xef\x2b\xcb\ \x47\x15\xa2\x57\xd7\x5e\x0c\x87\xee\x4e\xa5\x1f\xab\x35\x7a\x34\ \x4d\x7d\x1f\x17\xb1\x10\xb6\x1e\x58\x7d\xc7\xba\x4f\x37\x78\xf5\ \x91\x9e\xef\x6d\x39\xba\xb5\xc0\x39\x63\x5e\x10\xa5\x40\xdd\x2f\ \x7e\x7c\x7d\xd7\xcb\xaf\xfc\xd9\x20\x6c\xfc\xd4\xed\x9f\x01\x23\ \x19\x9b\x7c\xf1\x95\x03\xaf\xd8\x54\xc5\xca\x8d\x81\x84\x56\xaf\ \xfe\xe2\xca\x68\xbd\x9d\xdd\xfd\xf2\xbe\x1f\x8e\x14\xf2\x00\x44\ \x0f\xad\xb9\xf7\x86\x2f\x34\xf9\xcc\x03\x6f\xff\xdf\x5d\xc3\xfd\ \x52\x8a\x9a\x96\xcf\x3e\xb8\xbc\xed\xf9\x97\xff\x62\x94\x53\x29\ \x95\xae\x9b\xfe\xfe\x86\x20\x2f\x0a\x19\x1b\x79\xe6\xa5\xee\xb7\ \x6f\xbe\xf9\x8f\xd5\xd1\x7f\x7b\xee\xd4\x09\x04\x6d\xed\xfa\x3f\ \x6f\xb5\x9f\x7b\x62\xdf\x2e\xc6\x66\x31\x5b\xc0\x29\xae\xda\x15\ \xf7\x14\xec\x3d\xb7\xd4\x08\x82\xe0\x02\xc7\x1c\x36\x44\x44\x57\ \x82\xe9\x2a\x8d\xfc\x07\xec\x17\x5d\x85\x50\xc6\x33\x91\xb0\x97\ \xf3\x7b\x92\x69\x71\x71\xa3\x29\xb8\x2d\x00\x09\x41\xdb\x34\x6c\ \x21\x11\x51\x0a\x6e\x9a\x16\x20\x91\xdc\x32\x2d\x7e\xd1\x93\x47\ \x88\xcc\x1f\x3d\xf4\x8f\xff\xbd\xeb\xe9\xe6\x45\x0f\xd6\x05\xea\ \xd7\xae\xf8\xdc\x7c\x3f\xe3\xac\xa5\x6b\xd9\x43\x35\x8a\x4a\x09\ \x68\x9e\x26\x99\xd9\xf2\x9f\x2f\x7c\xf9\x99\x03\xaf\x73\xaa\x22\ \x80\x14\xa6\x69\x15\x2c\xc1\x11\x09\x81\xe2\xc9\xa3\xff\xf1\xb3\ \x3d\xff\x4d\xaa\xba\x6a\x7d\x81\x05\x0b\x3f\xd1\xd9\xb0\x64\x79\ \xfb\x2f\x7a\xd3\x3f\x7d\x62\xef\xce\x95\x2b\x1e\x89\x50\x93\xfa\ \x57\xde\xd8\x7e\x67\xd4\xa3\x12\x04\x09\x00\xa8\x87\xbc\xec\xf0\ \xfe\x3f\xf9\xc6\xcb\xdf\x0c\x2f\xf8\xd4\xaa\x86\xf6\x70\x70\xe9\ \x0d\x2b\x1e\x0c\xcb\x2c\x06\xd7\x6c\x58\xf4\xa1\x79\xc1\x10\xce\ \x66\xca\x86\x33\x12\xc8\x58\x37\x6c\x8b\xf5\x2d\x0e\x0c\xb6\xfa\ \x98\xe5\xd2\x5d\x5c\x73\xed\xba\xb0\xf7\x1b\xdc\x15\x21\x0e\x79\ \xbd\x3b\x82\x81\x07\x92\xc9\x3a\xeb\xbd\x81\xd9\xb4\xec\xb6\xdb\ \x7f\xe5\x5f\xbe\xf5\xfd\x6f\xff\xe0\x89\x7f\xf9\xcb\xdf\x6e\xf1\ \xa2\x69\x99\x36\x09\xde\xf7\x5b\x7f\xfb\x83\xff\xfa\xaf\xc7\xbe\ \xf6\x57\x37\x2d\xf4\x99\x17\x07\x58\x88\xa4\x98\x3f\x71\x6c\xe4\ \x84\xaa\x87\x4b\xd9\xbe\x8c\x21\x55\x45\x13\x5c\xe9\x68\x7f\x50\ \x4c\x3c\x77\x78\x22\xce\x28\x11\xc0\xd5\xc0\xfa\x7b\xba\x3e\x33\ \xdf\xef\xe1\x42\x48\xc9\xbd\xe1\x95\x2b\x5a\x37\x2f\x0a\xd7\x81\ \xe4\xc2\xce\x19\xb4\x71\xd3\xba\xcf\x06\xcd\x13\x43\xe9\x9c\xa2\ \xe8\x4c\xad\xa9\xf5\xf9\x87\x27\x0e\x0d\x8f\xee\x4c\x63\x7d\x8d\ \x1e\xe9\x58\xfc\xa1\xec\xe0\xe3\xc7\x13\x69\xe2\x94\x2c\x4b\xc1\ \x41\xad\xa9\xbb\x79\x55\xeb\x8d\x5e\x99\xcc\x72\xcd\xce\xef\xeb\ \x2d\xd6\x2e\x6d\x5a\xd2\xd6\xb8\x2e\x33\xb1\x7d\xc2\x0c\x68\x38\ \x8b\x8d\x8c\x05\x81\xf6\xc3\xe9\xba\xe1\xe2\xee\x5b\x6b\x4a\x1e\ \x4a\x5c\x6c\x77\xcd\x35\x17\xdc\x67\xe9\xfb\x8a\x94\x3c\x19\xad\ \x6a\x36\xcc\x4d\xe9\x8c\x49\xde\xe3\x06\x08\x61\x46\xa2\xef\x67\ \xff\xf1\xf7\x7f\xfe\x17\x5f\xe1\x2b\x1f\xfd\x7f\x7e\x71\x55\x3e\ \x5b\x6c\xbf\xe3\xd7\xbe\xfc\x40\xc3\x63\x7f\xf3\xa7\xcf\x8e\xb6\ \xfc\xc1\xef\x7e\xa1\x96\x94\xec\x8b\xc3\x2c\x21\xec\x48\xc3\x83\ \xf7\x2c\x5d\xb9\xf7\xd0\x8f\x93\xa5\xd8\xf6\x3d\xff\xdf\x08\x5b\ \xb9\xb6\xce\x7b\x7c\xa8\x9b\x30\x2f\x63\xbe\x52\xf2\xf9\xa7\x76\ \x7c\x3b\x41\x3b\x3f\xd4\xf5\x09\x3f\x98\x9c\x73\x4f\xb0\x7d\xc9\ \xfc\x5b\x9b\x43\xd5\x28\x39\x52\xcd\xce\xec\x7d\xf2\xa5\x3f\x3e\ \x6e\xb4\xae\x5f\xb8\xe4\x78\xf7\x57\xb7\x0d\xf6\x50\xaa\x49\x29\ \x41\x0a\xc1\x4b\xfe\xda\xbb\x97\x87\x72\x87\x87\xfa\x54\xd5\xcb\ \x08\x03\x90\x12\x84\x44\x5f\x7d\xed\xc6\x85\x21\xb2\x7d\xd7\x3f\ \x9c\xcc\x19\x9a\x9c\x38\xd0\xbb\xbb\xa5\xfd\x8b\xeb\x1a\x3c\xdd\ \x27\x5f\xb4\x94\x1a\x15\x67\xcd\x73\x47\x50\x4c\xd1\xf5\xe6\xe4\ \xe4\x3c\xfd\xe8\xaa\x08\xb5\x5d\x68\x77\xcd\xb5\xeb\xc5\xae\x42\ \x65\xad\x22\xe5\x0e\xbf\xef\xa8\xd7\xf3\x48\x3c\xf1\x42\x24\x54\ \x20\x94\xbd\x73\x14\x58\xa1\x30\xb0\xff\x85\x23\xb9\x82\xa5\xce\ \xef\x1f\x9d\x6c\xd4\x98\xa4\xfe\xae\xbb\x6e\xeb\x79\xfe\x5f\x7e\ \xfa\xe2\x2b\xfa\x48\xe3\xc7\xbe\xf1\xe9\xb5\x8b\xfc\x4f\x1f\xb7\ \x99\xf6\x1e\xfb\x84\x94\x16\xf1\x2c\xbd\x7d\xe5\xdd\xc7\xf6\xfd\ \xcd\xae\xe1\x61\x9f\xaf\x2e\xe4\xaf\xf5\x79\x7d\x4c\x6b\xb8\x75\ \xdd\x17\xe6\xd7\xb6\x6a\xd9\x55\x27\x13\x6f\x4d\x4c\xee\xca\xc8\ \xe6\x15\x37\xdf\xec\xa3\x90\x45\x35\x3e\xf0\x93\x27\xfa\x05\x22\ \x63\x44\x25\xa8\x30\x15\x8d\x52\xb6\xc4\x21\xc2\x3c\xc1\x60\x2b\ \x08\x3b\x59\x2a\x56\x87\x1a\xfd\x99\x2a\x9f\xcc\x14\x90\x32\x7d\ \xd1\xe6\x8d\xcb\xe7\x57\x2f\xc8\x35\xaf\xec\x3f\xb6\xc3\xa6\x41\ \xca\x27\x0e\x1c\xfe\xa7\x97\x06\xe3\x2a\x41\x5f\xdd\x72\x85\x92\ \xb1\xa1\xad\x6d\x6d\x9f\xaa\x4f\x7f\xf5\x44\xd2\x58\xd6\xe1\x57\ \x9c\xe4\xf2\x2c\x44\xfc\x2c\x85\x74\x1c\x4a\xb7\x1e\xcd\x3c\xf7\ \xf1\xe6\x7c\x88\x29\xa6\x5b\x83\xe4\x9a\x6b\x2e\xb8\xcf\xde\x57\ \x4a\x99\x54\xd8\xe3\xd1\xaa\xff\xd5\x3f\xb4\x31\x93\x7b\xa1\x2a\ \xcc\xde\x99\xbf\x21\x41\x0a\xa9\x6d\x78\xf8\x73\xbf\xfa\xe8\xc3\ \x1d\xfa\xa9\xdf\xff\xcf\x1d\xd4\x5b\x55\x33\x5f\xeb\xdf\x93\xa0\ \x7a\x10\xf2\x23\x31\xa2\x44\x6b\x43\xf2\xc8\xc4\x7b\x9e\x42\x38\ \xe7\x35\xd1\x0d\xcb\xea\x9a\xfd\xd6\x17\x17\x76\xc4\xb6\x75\xef\ \x5a\xbb\xe6\x97\x07\x0f\xfc\xcd\xb7\x9e\x7a\x42\xea\x9d\x8f\xdc\ \xf2\x89\xee\xe3\x7b\x6a\x5a\x1e\xdd\xd4\xd6\xe9\xd5\x82\x83\x27\ \xbf\x19\xb3\x29\xa5\x80\xc8\x18\x00\x02\x4a\x69\x13\x75\xe1\xed\ \x1b\x3e\x5f\xa5\x06\x54\xfb\xc4\x33\xbd\x47\x3b\x96\xff\x41\x63\ \xf6\xbf\x5f\x39\xfa\xe4\x43\x1b\x7f\xeb\x57\x16\x43\xff\xb1\x6f\ \x1c\x3b\xb5\xab\xfb\xe4\x0f\xa4\xb6\xe2\xe1\x4d\x1f\xef\xee\xdd\ \xc3\xa9\x86\x00\x12\x80\x50\x4d\x57\x03\x8a\x34\x08\x65\x80\x94\ \x58\x23\xaf\xed\xfc\x5f\x1e\xa3\x47\x90\x35\x88\x8a\x4a\x88\x9c\ \x05\xd0\x95\x04\xa9\x2d\x37\xbe\x36\x51\x08\xb2\x83\x5d\x51\xe4\ \x12\xdc\x4c\xaa\x6b\xae\xb9\xe0\x3e\xab\xa6\x09\xb9\x25\x14\xfc\ \xb4\x47\x7b\x34\x1e\x7f\x23\x14\x7c\x77\xb7\x95\x50\x9c\xec\x39\ \xbc\xe5\x45\xbf\xf6\xe1\xfb\x3e\xfa\xd0\x4d\x6f\x3f\x76\x58\x82\ \x2c\x03\x95\x90\x17\xcb\x2e\x60\x4c\x4b\x4f\xfc\xfc\x9b\xcf\xbe\ \xa1\x2a\x1a\x4a\x23\x9d\x8f\xbf\xbe\xe3\x1f\xb8\x65\x78\x3d\x55\ \x00\xa3\xaf\xec\xfe\x9a\x6d\xd9\x38\xfa\xd2\x96\xf4\x2e\xb0\x33\ \x89\xec\xa4\xa4\x0a\x02\xc0\x74\x91\x3e\x22\x15\xd6\xd0\xf6\x7d\ \xdf\xd0\x19\xe6\x73\xc3\x59\x8b\xe7\x8e\xfe\xcb\x69\x99\x2f\x95\ \x8a\x4f\xbd\x39\x10\x60\x3c\x91\x9d\x20\x8a\x8f\x02\x80\x1c\x7e\ \x71\xfb\xd7\x2c\xee\x68\x10\xe7\x77\x6c\xfb\x2b\x69\x17\x54\x4a\ \x10\x74\x9e\xdc\xf6\xf3\xed\xbb\x4c\xa9\x5b\x89\xee\x0c\x2a\x0a\ \x3d\xf8\xd4\xd6\x63\xa6\x9c\x95\xea\x2b\x9b\xe2\x82\x53\xd9\x8e\ \x03\x89\x37\xef\x6d\x88\xd7\x6a\xaa\xe1\x7a\xed\xae\xb9\xe6\x82\ \xfb\x2c\x1b\x91\x32\xa9\x28\x4f\x46\xa3\x5f\x1e\x19\xed\xca\xe6\ \xde\x0c\x05\xf5\x77\x0c\x18\xa0\x14\xc6\xd0\xd1\xdd\xa7\x76\xbc\ \x74\xc0\xa8\xf9\xa7\x4f\x3e\x3a\xef\xbb\x3b\x27\xc7\x78\x57\x28\ \xc0\xcd\x3c\x53\xab\xa2\x60\xa5\xe2\x59\xa0\x17\x93\x3c\x40\x61\ \xe7\x92\xd9\x8c\xf3\x37\x21\x44\xda\x45\x44\x8a\x80\x00\x76\xd1\ \xc8\x20\x52\x30\x93\x93\x46\x1c\x00\x09\x51\xce\xc3\x5b\x04\x69\ \x66\xb2\xfd\x69\x00\x44\xc2\x08\x31\x8c\xb8\x04\x42\x29\x2b\x15\ \x46\x8a\x00\x84\x94\x21\x7a\xea\x6a\x08\x00\x20\x0d\x23\x05\x40\ \x11\xa7\x7e\x4b\xc1\x28\x11\x24\x94\x6a\x00\x20\xa5\x59\x30\x4a\ \x04\x67\x4b\xf0\x6f\xfd\x1b\x93\x96\x4a\xf7\xdf\x54\x43\x6d\xd7\ \x69\x77\xcd\xb5\xeb\xcb\xae\x4e\x55\x27\x02\x10\x29\x5f\x88\x84\ \xc6\x14\xe5\x13\xb1\xb8\x2e\x04\x7f\x07\xef\x5b\x02\x9d\xb7\x64\ \xe5\x92\xd6\x96\x05\x4b\xd6\xdd\xb9\x71\x95\x35\xd9\x97\x2d\x66\ \x0f\xbd\xbe\x67\xf9\xbd\x1f\xde\xb0\x7c\xf1\x1d\x0f\x3f\xec\x1d\ \x3d\x79\xf0\x54\x46\x51\x2e\x0e\x1f\x91\x50\xc2\x28\x61\x94\x50\ \x04\x24\x53\xf8\x0b\x30\xfd\x37\x4e\xbd\x81\xe2\x3b\x7d\x9e\xb0\ \x72\x89\x13\x22\x25\x88\x00\xe0\xbc\x88\x95\x6f\x3b\x73\x65\x40\ \xa4\x15\x3f\x0e\xcf\x2e\x8f\xc2\x59\x42\x76\x5b\xc1\xa6\xbe\x5c\ \xe7\xae\xf8\xfe\x1b\xab\xc7\xe7\x79\x88\x2b\x08\xe3\x9a\x6b\xae\ \xe7\xfe\xfe\x98\x22\xe5\x90\xaa\x3e\x19\xad\xfa\xc2\xd8\xf8\xea\ \x7c\x7e\x47\x20\x40\x2f\x90\x56\x95\x16\xa7\x37\x3c\xf4\xeb\x9f\ \xbb\xb1\xc9\x00\x1d\x26\x0e\xff\xeb\xff\xf9\x76\x41\xd7\x0f\xbf\ \xf0\xb5\xef\x75\xfe\xf5\x5f\x7e\xfd\x7b\xa2\x34\xf4\x8d\xbf\xfe\ \x7a\xbf\xa1\x6a\xae\xd0\x6f\xe5\xa8\x21\xa2\x84\xf5\x6f\x4c\x4a\ \x82\x7b\x6e\xad\x91\x00\xe8\x62\xbb\x6b\xae\xb9\xe0\xfe\xfe\x7d\ \xb7\x94\xcf\x54\x85\x1f\x89\xc5\x3f\x1e\x4b\xec\xf3\xfb\x2e\x14\ \x79\x47\x95\x9a\x2f\x7d\xf5\xcf\x76\x7c\xcf\xc7\x80\x67\x12\x93\ \x99\x92\xd4\x74\x8f\x2c\x8d\x7d\xff\xaf\x7e\xeb\xf9\xea\x08\x2f\ \xa4\x12\xe9\x92\xa6\xb9\xed\x23\xce\x76\xdb\x19\x36\x0e\xe4\x57\ \xef\x88\xbf\xbd\x3e\x3a\xd2\xec\x65\x2e\x03\xd2\x35\xd7\x5c\x70\ \x7f\x9f\xc1\x7d\x40\xd5\x9e\x8c\x56\x7d\x76\x62\x72\x75\xae\xb0\ \x3b\xe0\xd7\x2e\x14\x79\xb7\x4a\xb9\x58\x31\x0b\x00\x88\x44\x53\ \x11\xa4\x44\xca\xa8\xb4\xe2\x13\xe3\x80\xc8\x54\x17\xd9\x2f\x60\ \x5d\x6f\x4e\x52\x2e\x77\x6d\xaa\x91\x04\xd1\x15\x93\x71\xcd\xb5\ \xeb\xcf\xae\xa6\x92\x22\x02\x20\xc8\xa7\xaa\x22\x29\x46\x3f\x15\ \x8b\x69\x42\x5c\xb0\x60\x15\x09\xa1\x94\x52\x4a\x49\x85\x3a\x18\ \x22\x39\xf7\x25\xd7\x1c\xb7\x5d\xc1\xc6\x81\xc2\xda\x6d\xb1\x03\ \x1b\xa3\x43\x0b\x7c\x6e\xe1\x92\x6b\xae\xb9\xe0\x7e\x15\x4c\x95\ \xb2\x4f\xd7\x7e\x5a\x55\x75\x5b\x2a\xb3\x26\x97\x7f\xcf\x82\x55\ \xd7\xde\xdd\x24\x22\x0a\xd8\xf8\xda\x38\x11\x72\xfb\xed\xb5\x82\ \xa0\x1b\x6d\x77\xcd\x35\x17\xdc\xaf\xd2\x1d\x48\xf9\x64\x34\x92\ \x54\xd8\x2f\x4d\xc6\x75\x57\xea\xf4\x32\xdd\x76\x86\x4d\xfd\xf9\ \x35\xdb\x26\xf7\xdd\x58\x3d\xb4\xc0\xe7\x46\xdb\x5d\x73\xed\xba\ \xb5\xab\x1f\xb0\x66\x52\x0e\x69\xea\x7f\x55\x47\x7f\x7b\x74\x7c\ \x63\x26\xfb\xfa\xbb\x71\xde\x5d\x7b\x0f\x43\x90\x37\xbe\x32\x2e\ \x28\xee\xb8\xa3\x0e\xde\x17\x92\x0c\x21\x28\x25\x08\x21\xa4\x94\ \x88\xa8\x28\x0a\xa5\x84\x31\x66\xdb\x5c\x08\x2e\x84\x40\x24\x88\ \x58\x2a\x95\x18\x63\x1e\x8f\x87\x10\x62\x9a\xa6\xd3\x06\x41\x51\ \x98\xa2\xa8\xce\x67\x39\xe7\x84\x52\xc1\xb9\x9c\x32\x01\x80\x4e\ \x73\x62\x44\x90\x12\x10\x91\x10\x02\x00\x9c\x73\xa7\x6c\xcd\xf1\ \x04\xa6\x35\x72\xa7\xfc\x02\x42\x88\xaa\xaa\xa6\x69\x4a\x29\x85\ \x14\xe8\x24\xe9\x9d\xeb\x4c\xb7\x10\x70\xfe\x70\x2e\x48\x29\x45\ \x44\x47\xc8\x9b\x31\xc6\x39\xe7\x9c\x3b\x5f\x84\x04\x29\x65\x84\ \x10\xe7\x1b\x09\xa2\x94\x52\x82\xb4\x2d\x5b\x02\x28\x8c\x11\x4a\ \x11\x80\x32\x8a\x80\xb6\x6d\x13\x42\xca\x77\x28\xa5\x24\x94\x22\ \x82\x14\x52\x4a\x59\xa9\x2f\xe1\x68\xfd\x13\x24\x9c\x73\xc3\x30\ \x66\xa6\x34\x3b\x15\x93\x24\xc8\x9c\x02\x6a\x00\x42\x88\x61\x94\ \x08\x12\x44\x94\x52\x52\x46\x11\xd1\xb6\x6d\xc6\x14\x27\xde\xe9\ \xfc\x10\xe7\x0f\x47\x32\xde\xb9\x5b\xe7\xd6\x6c\x9b\xdb\xb6\xc5\ \x18\x23\x84\x4a\x29\x9c\x77\x22\x22\xa3\xcc\x34\x4d\x09\x92\x51\ \x86\x04\xa5\x90\x94\x52\x2e\x38\x48\x49\x19\x93\x52\x22\x20\x12\ \xb4\x2d\x8b\x73\x21\x84\x90\x0e\x57\x6b\xba\xdd\x41\x45\x20\x15\ \x10\x11\xc1\xf9\x97\x00\x00\xa1\x84\x12\xea\xac\x1f\xe7\x53\x08\ \x48\x28\x11\x42\x72\xce\x15\x45\x99\x9a\x05\x04\xa7\xb3\x63\x79\ \xba\x09\x21\x52\xca\xa9\x35\x81\x28\x9d\x21\x76\x56\xca\xd4\xc2\ \x10\x00\x80\xe8\x10\x95\x41\x0a\xe9\x4c\xb9\x04\x29\x84\x20\x48\ \x0a\xc5\xe2\x8c\xdd\x48\x21\x04\x22\x6a\x9a\xe6\xac\x16\x45\x51\ \x8a\xc5\x22\x17\x5c\x61\x8a\x6d\x5b\xaa\xaa\x31\x85\x19\x86\xc1\ \x28\x73\x56\x82\xaa\x2a\x96\x65\x73\xc1\x55\x45\xb5\x6d\xdb\x59\ \x5d\xe5\x4e\x2c\xb6\x6d\x73\xee\xac\x1c\xe7\x95\xa9\x06\x2d\x94\ \x32\xe7\xcd\x8c\xb1\xe9\x71\x40\x44\xb0\x2c\x5b\x55\x55\xdb\xb6\ \x09\x41\x4a\x99\x69\x9a\x5c\x70\x04\x10\x52\x3a\x4b\xbd\xfc\xbb\ \x70\x2e\x80\x3b\x02\x10\x09\x3f\x8b\x46\x3e\x12\x4f\xfe\xca\xc4\ \xe4\x9e\x80\xdf\x44\xa4\xae\x07\x7f\xe9\x66\xa9\xa4\xf5\x78\x66\ \xcd\xf6\xf8\x5b\x77\xd5\x8d\x36\x7b\xdf\x87\x68\xbb\x94\x32\x97\ \x2b\x32\xc6\x74\x8f\xc7\xeb\xf1\x14\x8a\xc5\x81\xc1\xa1\x5c\x2e\ \x17\x8b\xc5\xaa\xa3\x51\x4d\xd7\x42\xc1\x90\x51\x32\x6c\x6e\xaf\ \x5e\xbd\x7a\x78\x68\x78\xfb\xf6\x1d\x85\x7c\x61\x7e\xcb\xfc\x86\ \x86\x86\xe6\xe6\xa6\xa1\xa1\xe1\xde\xbe\x23\xa1\x60\x40\xd7\x3d\ \x91\x70\x28\x35\x31\x19\x0c\x85\x14\xc6\x54\x55\xd5\x3d\x9e\xa9\ \x07\x1e\x51\x0a\x89\x08\xc2\xe6\xb9\x5c\x8e\x50\x1a\xaa\x0a\x73\ \x6e\x23\x12\xe7\xe1\xe5\x5c\x98\xa6\x89\x04\x15\xc6\x38\x17\xf9\ \x7c\xee\xd4\xc9\x53\xcd\xf3\xe7\xeb\xaa\xa6\x79\x74\xce\x05\x22\ \x20\x21\x58\xc6\xd7\xe9\xbd\x42\x0a\x91\xc9\x64\x62\x93\x93\xa6\ \x69\x06\x02\x41\x00\x39\x31\x31\x19\x8d\x46\x43\xa1\x50\x3a\x95\ \x46\x44\xd3\x30\xe2\x93\xb1\x42\xa1\x10\x8d\x46\x4d\xd3\x2c\x95\ \x4a\x9a\xa6\x21\xe2\xfc\xf9\xf3\x6d\xdb\xee\x9b\x18\x4f\xa5\x52\ \x42\x88\x78\x32\x21\xa4\xac\xae\xae\x2e\x14\x0b\x99\x74\x86\x52\ \x1a\xad\xaa\x62\x94\x66\x33\x59\xc3\x32\x55\x4d\xd7\x75\x9d\x31\ \x2a\x84\x34\x0d\x43\x02\x44\xc2\x61\xdb\xb6\x33\xd9\x6c\x5d\x5d\ \xed\xd2\xa5\x4b\x67\xd0\x62\x89\x12\x32\x11\x4f\xa4\xd3\x39\xd3\ \x2c\x8d\x8f\x8f\xa1\x04\x82\x90\xcb\xe7\x57\xac\x58\x99\x2b\x14\ \x4c\xd3\x62\x8c\x8d\x8f\x8d\x0b\xce\xeb\x6a\x6b\x26\x26\xc6\x03\ \x7e\x3f\xa1\x24\x9d\xce\x44\xab\xab\x01\x49\x3a\x93\xa9\xab\xab\ \xa5\x94\x64\x32\x19\xce\x39\x25\x14\x11\x1b\x1a\xe6\x35\xce\x9b\ \x37\x3c\x32\x92\x49\x67\x3c\x5e\x4f\x24\x52\x05\x88\x85\x7c\x3e\ \x1e\x8f\x2f\x59\xba\x04\x11\x87\x46\xc7\x4c\xd3\xf4\xf9\xbc\xf1\ \x58\x3c\x52\x55\x05\x08\xb1\x58\x4c\x55\x55\x29\x64\xbe\x50\x68\ \x6e\x6e\x0a\x87\xc3\xfe\x90\x8f\x10\x6a\x18\x86\xae\x32\x9c\xc2\ \x53\x40\x04\x21\x41\x48\x30\x4d\xcb\xb2\x6d\x21\x65\xb1\x58\x02\ \x84\x5c\x36\x97\x4a\xa5\x72\xb9\x9c\xa6\x2a\x94\x50\xdb\xb6\x04\ \xe7\xb9\x6c\xce\xe3\xd5\x6b\xaa\xab\xfb\x07\xfa\xf3\xb9\x1c\x00\ \x58\x96\xed\xf1\xe8\x48\x08\xa3\xd4\xf1\x0c\x0a\x85\x02\x65\x8c\ \x31\x66\x59\x96\x6d\x59\x1e\x8f\x87\x29\x8a\xa2\x28\x52\x4a\xc3\ \x30\x28\xa5\xaa\xa6\x4b\x01\xc5\x52\xd1\x34\x4d\x44\xf4\x79\x7d\ \x96\x6d\x2b\x8c\x51\x4a\x35\x5d\x37\x8d\xd2\x86\xf5\x37\x38\xef\ \xbf\x74\x57\x86\x78\x3d\x7e\xcb\x32\x8f\x1e\x39\x36\x3c\x32\x3c\ \x7f\x7e\xd3\xa9\x53\xa7\x6e\xdc\x78\x53\x20\x10\xec\xeb\x1b\x68\ \x6c\x6c\xda\xbf\xef\xed\xf1\xf1\xf1\x65\x4b\x97\xc6\x13\x71\xce\ \x79\x34\x5a\xdd\xd7\xdb\xdb\xdc\xdc\x1c\xa9\x8a\x9c\x38\x7e\xa2\ \xbe\xbe\xbe\xaa\x3a\x1a\x8b\xc5\xe3\xb1\x98\xae\xeb\x12\xe4\xc2\ \x85\x0b\x23\x91\x48\x26\x93\x49\xa7\x93\x3e\xaf\x57\x82\x24\x84\ \x20\xe2\xc4\xc4\xf0\xbc\x79\xf3\x6a\x6a\x6a\x87\x87\x87\xb3\x99\ \x2c\x63\xac\x54\x2a\x49\x29\xeb\x1b\xea\x8f\x74\x1f\xad\xab\xab\ \x33\x2d\x73\x7c\x7c\x7c\xd1\xa2\x45\xd1\x68\x94\xdb\x5c\xd3\x35\ \xa7\x63\x14\x63\xd4\x59\xe6\x42\x8a\x39\x41\x35\x51\xa4\x1c\x51\ \xd4\xef\xd5\x56\xff\xe1\xc0\xd0\x1d\xe9\xcc\x53\x91\xb0\xd7\x05\ \xf7\x4b\x75\x28\x08\x2a\xa6\xb8\xfd\xb9\xd1\xa2\x97\xee\xb8\xa3\ \x0e\x40\xbe\x0f\x6e\xbb\x94\x32\x9b\xcd\x37\x36\x35\xf9\xfd\x7e\ \x55\x55\x25\x10\x44\xf6\xc2\x0b\x2f\xbd\xf4\xd2\xcb\x77\xdd\xb5\ \xf9\x8b\x5f\xfc\x62\x21\x9f\xef\xeb\x1b\x1c\x1b\x1b\x45\x20\x88\ \xe4\xbf\x7e\xf4\xf8\x91\x23\x47\xfe\xe7\xef\xfe\xae\xcf\x1b\xc8\ \x86\xf2\x8c\x69\x43\xc3\xc3\xaf\xbd\x7e\xd2\xef\xf5\xdd\x7d\xe7\ \xe6\x89\xd1\xf1\xda\xda\x9a\xf6\xf6\x76\x5f\x28\x18\x89\x46\x05\ \x08\x40\x24\x65\xe7\xcf\x16\x43\xfd\x03\xa3\x63\xa3\x6d\xad\x6d\ \x16\xb7\x91\x20\x51\x19\x43\xca\x39\xcf\x64\x32\x84\x10\x8f\xa6\ \xdb\xb6\xed\xd1\x3d\xdf\x7f\xec\x7b\x77\xdf\x7d\xf7\xfa\xae\x2e\ \xdd\xe3\x41\xc6\xc8\x79\xd5\xcb\x36\xe7\x8c\x52\x00\x30\x4e\x9d\ \x9e\x18\x1d\x1f\x9f\x98\x68\x5d\xb8\xb0\x50\x2c\x3e\xf3\xcc\x33\ \x9d\x9d\x9d\x5d\x5d\x5d\x8c\xb2\x9e\xde\x9e\x42\xbe\x70\xe4\xc0\ \xc1\xd3\xa7\x4e\x2f\x6a\x5d\x34\x19\x9b\x94\x42\x08\x29\x6b\xaa\ \x6b\x1a\x1b\x1b\x6f\xb9\xe5\xe6\x17\x7f\xfe\x7c\xb1\x54\xc8\xe5\ \xb3\x2f\x6c\x79\x29\x99\x4a\x2d\xea\x68\x57\x55\xf5\xd8\xf1\x63\ \xa6\x61\xdf\xd0\xb9\x6a\xfe\xbc\xa6\xfd\xfb\xf7\x25\xb3\x39\xa6\ \xaa\x5e\xaf\x97\x10\x8a\x08\x4b\x97\x2e\x05\x80\xd6\xd6\xd6\xd5\ \xab\x57\xd7\xd6\xd6\xda\x16\x9f\x99\xdb\xce\x18\x1d\x1c\x99\x38\ \xd9\x3f\x9c\x4d\x26\x76\xef\xda\x3e\xd4\xdf\x3f\x32\x38\x28\x50\ \x6e\xbe\xeb\xde\xf1\x58\x9c\x29\xaa\xdf\x1f\x4c\x4c\x4c\xe6\xd2\ \xa9\x25\xed\xed\xdb\xb6\xbd\xd9\xb6\xa8\x35\x9d\x49\x31\x55\xb5\ \x38\xc4\xd3\x19\x8f\xcf\x77\xcb\x2d\x37\xae\x59\xdd\x49\x19\x6d\ \x6a\x68\xf4\xf9\x7c\xbb\x76\xee\x3e\x72\xac\x77\xdd\xda\xb5\xb6\ \x65\xf7\xf4\xf4\x58\xb6\x7d\xc3\xfa\x0d\x5e\xaf\x8f\x79\x42\x93\ \xc9\x41\x71\xbc\xbf\xaa\xaa\x0a\x15\xdf\xe4\x58\xf2\xed\x43\x27\ \x2c\xdb\x0a\x85\xe2\xed\x4b\x97\xec\x3b\x74\x82\x29\xca\xa1\x43\ \x07\xbd\x1e\xef\x0d\xeb\x6e\x98\xd7\x30\xaf\xbd\xa3\x3d\x97\x4b\ \x35\x37\x35\xd5\xd7\x84\xe8\xf4\xa9\x00\x00\x38\x80\x21\x20\x91\ \xcc\x89\xa2\x91\xcb\x17\x46\x12\x31\x5b\xca\xee\x83\x87\x06\x06\ \x06\x3c\xba\x06\x82\x97\xf2\xc5\xde\x9e\x53\x0a\xa5\x63\x23\x23\ \x25\xa3\xd8\x50\x57\xb7\xff\xed\x3d\xc9\x64\x52\x55\x55\xc3\x28\ \xea\xba\x4f\xd7\x35\x8f\xc7\xa3\x69\x5a\x32\x99\x4a\xa7\x13\x8a\ \xaa\x7b\x3c\xde\x4c\x3a\x05\x20\xbc\xbe\x40\x34\x5a\x1d\x8d\x56\ \xe5\xf3\xf9\xc1\xc1\x21\x9f\xcf\x17\x0c\x55\xe5\x8b\xa6\x65\xda\ \x52\x8a\x62\xb1\xa8\xe9\x9a\xa6\x6a\x88\x18\x0e\x87\x17\x2f\x5e\ \x3c\x31\x31\xd1\xd9\xb9\x42\x53\x55\x7e\x89\x20\x23\xa5\x24\x84\ \x46\xab\xea\x15\x95\xbe\xf6\xda\x1b\x3b\x77\xec\xfc\xea\x57\xff\ \x6f\x22\x11\xff\xa5\x4f\x7d\xba\xbd\x7d\xc9\x9e\x3d\x6f\x77\x74\ \x2c\x31\x4b\xc5\xe7\x9e\x7d\xfa\xa1\x87\x1e\x7a\xe5\x95\x57\x85\ \xe0\x6b\xd6\xac\x79\xe6\x99\x67\x6e\xbd\xf5\xd6\xee\xee\x6e\xcb\ \xb2\x3a\x3b\x3b\xd7\x6d\xd8\x50\x5b\x5b\xe3\xf1\xf8\x16\x2d\x6a\ \xeb\xe9\x39\xfd\xea\x96\xd7\x6f\xbb\xfd\x36\xbf\xdf\x9f\xcd\x8c\ \x8e\x0e\x8f\x2d\x6e\x6f\x0f\x05\x83\x5e\xaf\x37\x36\x99\xc8\xe7\ \x8a\xba\x9e\xf7\xf9\x82\xc5\x82\x31\x36\x36\x46\x08\x31\x4d\x6b\ \x51\xdb\x62\xd3\xb4\x87\x06\x47\xc6\x27\xc6\xf7\xef\x7f\xfb\x23\ \x1f\xf1\x1b\x25\x7b\xc1\x82\x16\xd3\x34\x19\x55\xeb\xe7\xd5\x23\ \x9e\x39\xe2\xcc\x15\x1e\xa1\x2a\xe5\xd3\x55\x91\x8f\xc6\x13\x9f\ \x1b\x9b\x78\x2b\xe0\xcf\x4d\xa9\xa1\xbb\x76\xd1\xd1\x76\x85\xac\ \xdc\x1b\x5f\xb2\x3f\xf9\xfc\xc3\xcd\xe3\xf3\x3c\x5a\x89\xbf\x0f\ \x5f\x8a\x88\xf3\x5b\x5a\xea\xea\xea\x14\x85\x59\x96\x1d\x08\x04\ \x42\xa1\x50\x32\x19\xdf\xbb\x77\x6f\x3a\x9d\xee\xe9\xe9\x59\xbe\ \x7c\xf9\xa2\x45\xb6\xd7\xeb\x79\xee\xb9\xe7\x23\x91\x48\x34\x5a\ \xa5\xeb\xda\xd8\xf8\x58\xfd\x44\xfd\x82\x96\x16\xc6\xe8\xfd\xf7\ \xdf\xff\xd2\xcb\x2f\x79\x35\xbd\xb7\xa7\xc7\xb6\xec\x70\x24\xac\ \x7b\x3c\xba\xc7\xc3\x39\x37\x6d\x0b\x10\x54\x45\xa1\x84\x4a\x21\ \x11\x31\x14\x0e\x9d\x3e\x7d\xca\xb2\x4c\xa6\x69\x42\x70\xc1\x85\ \x40\x00\x00\xbf\xdf\x0f\x00\x04\x31\x97\xcb\x51\x42\xea\xea\xea\ \x28\xa5\x86\x69\x9a\xa6\xe5\x09\xf8\x00\xd1\x89\xbd\x48\x29\xa7\ \x8e\xc3\x52\x02\x80\x61\x18\x5e\xaf\xf7\x86\x1b\x6e\xc8\xe6\x72\ \x1e\x8f\x67\x68\x68\x28\x14\x0e\xe7\xf3\xf9\x7c\x3e\xef\x1c\xbd\ \x5b\x5a\x5a\x22\xfe\x80\xae\xe9\xba\xae\xf7\x0f\xf4\xe7\x72\xb9\ \x60\x30\xc8\x14\x36\x30\x38\xd0\x30\xef\x11\x4d\x53\x33\xd9\xb4\ \x69\x59\x55\x55\x51\x9b\x73\x8f\x47\x47\x24\x3e\xaf\xaf\xa6\xda\ \x13\x08\x04\x90\x60\xb4\xba\x5a\xf1\x78\x35\x8f\x27\x97\xcb\xd5\ \xd6\xd6\x86\xc3\x61\xc6\x58\x4d\x4d\x0d\x21\x44\x08\xd1\xd9\xd9\ \x99\x48\x24\x66\xdc\x19\xd5\xb6\x2d\x94\x52\x51\x98\xcf\xeb\xab\ \xae\x8e\xa6\x12\xb1\x40\x28\xb8\x60\x41\x8b\xc9\x79\xc9\x30\x2d\ \xcb\xd4\x3d\xba\x94\x7e\xa2\x10\xa6\x28\x2b\x3b\x57\x1d\x39\x72\ \x78\x68\x74\x74\xf1\x92\x65\xeb\x9b\xe6\x03\x62\x73\x73\x13\xa5\ \xb4\x3a\x5a\xbd\x6a\xd5\x2a\x8f\xc7\xd3\x38\xaf\x91\x11\x36\x3c\ \x38\xd4\x37\xd6\x3b\x6f\x5e\xa3\x61\x94\x76\xed\xd8\xd1\xde\xd1\ \xa1\xeb\xfa\xaa\x95\x2b\xc7\xc6\x46\x05\xe7\x9d\x2b\x3a\x9b\x1b\ \x1b\xb7\x6c\xd9\xe2\xf7\xfb\x8f\x1e\x3f\x96\xce\x64\xc2\x91\x70\ \x28\x18\xdc\xb7\x77\x4f\xd7\xa6\x4d\x42\x88\xe1\xe1\x21\x55\x55\ \xc2\xe1\x88\x6d\x99\x96\xcd\x91\x11\x89\x08\x08\x12\xc0\x16\x90\ \x4d\x17\x0a\xf9\x7c\x2e\x5f\x1c\x1d\x1d\x4d\x26\x12\xa3\x93\xe3\ \x20\x45\xb4\x2a\x82\x00\x14\xa1\x90\x4d\xf7\xf7\xf7\x2a\x94\x99\ \x46\x31\x97\xc9\x0c\x0f\xf6\x13\x8a\x81\x40\x80\x52\x1a\x0c\x06\ \x4d\xd3\xa4\xd3\xe6\xf7\xfb\x84\xe0\x8a\xaa\x2a\x8a\x62\xdb\x3e\ \x29\xa5\xaa\xaa\xba\xae\x99\xa6\x69\x9a\x66\x28\x14\x24\x84\x20\ \x82\xaa\x28\x1e\x5d\xaf\xad\xad\x15\x42\xf4\xf6\xf6\x4a\x29\x14\ \x45\x2d\x16\x0b\xd9\x6c\xc6\xe3\xd1\xc9\x8c\xf6\x54\x04\xb4\x2d\ \xbb\x58\xcc\x1b\x26\xa9\xaf\xaf\x6f\x5d\xb4\xf0\xf8\x89\xa3\xd9\ \x6c\xb6\xa6\xb6\x06\x00\x14\x45\x19\x1a\x1a\x04\xc1\x03\x81\x00\ \x63\x8c\x10\x6c\x68\x68\xf4\xf9\x7c\xf9\x7c\x3e\x93\xc9\xac\x5f\ \xbf\x5e\x55\xd5\xae\xae\xae\x60\x24\x0c\x00\x0b\x16\xb4\x2c\x6a\ \x6b\x6b\x6c\x9c\xb7\x6e\xdd\xba\x89\x89\x89\xa3\x47\x8f\x22\x62\ \x30\x14\xdc\xb9\x73\x47\x6b\x6b\x6b\x5d\x5d\xdd\xb2\x65\xcb\x0a\ \x85\x42\x2e\x93\xed\x58\xba\xa4\x65\xfe\xfc\xc3\x87\x0f\xc7\x62\ \x31\xc3\x30\x0e\x1e\x38\x18\x0c\x06\xfd\x7e\xff\xc0\xe0\xc0\x82\ \x05\x2d\xb5\xb5\x35\xa7\x4f\x9f\x36\x4d\x23\x12\xa9\x6a\x9e\xdf\ \x28\x38\xa7\x8c\x4e\x9f\x48\x70\xae\xb0\x53\x98\x94\x59\x4a\x1f\ \xab\xad\x69\x2f\x95\x1e\x4c\x24\x2d\xe2\xb2\x3c\x2e\xc5\xa7\x20\ \xe8\xcd\x59\x9b\x9e\x1f\x9b\xac\xf7\xec\xbd\xb9\xe6\x7d\x6b\xb7\ \x44\x08\xa9\xae\xae\x76\x0e\xbf\xba\xae\x49\x29\xfd\x7e\x5f\x5b\ \x5b\x9b\xa2\x28\x27\x4e\x9c\x18\x1f\x1f\x6f\x69\x99\x7f\xe3\x8d\ \x1b\x1f\x79\xf4\xe1\xcd\x9b\xef\x5c\xb2\x64\xc9\xc8\xc8\x08\xe7\ \x3c\x18\x0c\xde\x72\xcb\x2d\x0b\x16\x2e\xac\xae\xae\x69\x68\x68\ \x58\xdf\xd5\x15\x0e\x47\x84\x94\xc7\x4f\x1c\x1f\x1c\x1c\x94\x52\ \x6a\x9a\xe6\x00\x31\x21\x04\x10\xa5\x94\xc2\xb6\x24\xe7\xba\xc7\ \x53\x5b\x57\x47\x90\x10\x42\x98\x03\xfa\x88\x94\x10\x45\x51\x10\ \xb1\x54\x2c\xd9\xb6\xcd\x85\xf0\xfb\xfd\x99\x4c\xe6\xd8\xd1\xa3\ \x1e\xaf\x17\x00\x9d\x80\xbe\xd3\x21\xd3\x34\x4d\x42\x08\x73\x82\ \xc5\x88\x35\xd5\xd5\xc5\x42\x71\xdb\xd6\xb7\x4e\x9f\x3c\x35\x38\ \x30\xe8\xd5\xf4\xa1\xc1\xa1\x83\x07\x0e\xee\xdd\xb3\x27\x19\x4f\ \x6c\xdd\xba\x95\x73\xb1\xbe\x6b\x7d\x3a\x9d\xae\x8a\x54\x69\x9a\ \xa6\x30\x65\x62\x62\xc2\xb6\xed\x1f\xff\xf8\xc7\x94\xd0\xd8\x64\ \xac\xbf\xaf\x2f\x1e\x9f\x44\x44\x29\x21\x10\x08\x14\x0a\x45\x42\ \x68\x38\x12\x29\x14\x8a\x96\x6d\x21\x10\xc6\x78\x00\x00\x20\x00\ \x49\x44\x41\x54\x39\xc1\x77\x4d\xd3\x22\x91\x08\x22\x16\x0a\x85\ \x44\x22\xd1\xdb\xdb\x2b\x84\x38\x79\xf2\xa4\xee\xd1\x67\xbc\xa9\ \xda\xb6\x3d\x36\x36\x6a\x99\xa6\xc7\xa3\xe7\x72\x39\xc1\x45\x24\ \x52\xd5\xd6\xd6\x96\xcf\xe7\x23\x91\x48\x7b\x47\xfb\xd2\xe5\xcb\ \x91\x52\xd3\xb6\x34\xaf\x9e\xca\x65\xc6\x62\x13\xcd\x2d\x2d\xff\ \xe3\x77\xbe\x74\xdf\x2f\xdc\x57\x30\x8d\xe3\xa7\x4e\x0d\x0f\x0f\ \xa7\x52\x29\xd3\x34\x1a\x6b\xa3\x2d\xf3\x9b\x0d\xa3\xb8\x6e\xdd\ \x9a\x4f\x7f\xe6\x53\xd1\x68\x38\x9d\x49\x71\x6e\x0f\x0f\x0f\xc6\ \x62\x13\x84\x82\xae\xab\xa9\x54\x7c\x60\xa0\x2f\x95\x4e\x06\x43\ \x01\x44\x88\x46\xc2\xa3\x23\x43\x23\x43\x03\xfb\xf7\xee\xb1\x2d\ \x43\x70\xcb\xe7\xd5\x73\x99\xf4\x82\xf9\xcd\x1d\x8b\x17\x99\x46\ \x89\x51\xac\x64\x29\x13\x02\xaa\xca\x74\x5d\x2b\x16\x0a\xa9\x54\ \x8a\x31\xb6\x66\x65\x67\x4d\x4d\x4d\x22\x1e\xb3\x4c\x23\x36\x39\ \x39\x30\x38\x98\x48\x24\x8a\xf9\xbc\xe4\xa2\xaa\xaa\x2a\x12\x89\ \x04\xfc\x01\x9f\xcf\xe7\x4c\x99\x33\xbf\x42\x88\x52\xa9\xc4\x39\ \x57\x55\xb5\x50\x28\x14\x0a\x05\x67\x91\xd8\xb6\x9d\x48\x24\xc6\ \xc6\xc6\x9c\x03\x9c\xcd\xed\xb1\xb1\x71\x45\x51\x74\x5d\x8f\xc7\ \xe3\x96\x65\x85\x42\x21\x27\xc2\x53\x2c\x16\x4f\x9d\x3a\x35\x32\ \x32\x2c\x84\x84\x19\xe0\x3b\x02\x20\xa4\x52\x99\x44\x22\x41\x08\ \x89\x4d\xc6\xa5\x94\xe1\x70\xe8\x81\x07\x1e\x90\x52\x6a\x9a\xba\ \x71\xc3\x86\xfb\xee\xbb\xcf\xef\xf7\x0b\x21\x86\x86\x86\x34\x4d\ \xeb\xeb\xeb\x63\x8c\x7d\xee\x73\x9f\xfb\xd3\x3f\xfd\xd3\x85\x0b\ \x17\x1e\x3e\x7c\xb8\xbb\xbb\x9b\x10\x22\x25\x18\x25\xc3\xef\xf7\ \x71\xce\x3b\x96\x74\x3c\xf8\xe0\x83\x2b\x56\xac\x90\x52\xd6\xd6\ \xd6\x9a\xa6\x39\x38\x38\x98\x4a\xa5\xbc\x5e\x6f\x2c\x1e\x4f\x26\ \x12\xc5\x62\x91\x10\x12\x08\x04\x9a\x9b\x9b\x4f\x9c\x38\x71\xe0\ \xc0\x81\xe3\xc7\x8f\x9f\x3a\x75\x2a\x1c\x0e\x6b\x9a\x66\x59\x96\ \xcf\xe7\xeb\x58\xda\xee\xdc\x0f\xe7\xb6\xb3\xb6\xe7\x44\x42\xb5\ \x32\x38\xf3\x4a\x38\xb4\x2d\x99\xfa\xdc\xf8\xe4\x9b\xc1\x60\xbf\ \xae\xaa\xae\x22\xca\xc5\xad\x39\x9b\xe1\xfa\xd7\xe2\x0b\x8e\x67\ \x9f\xf8\x95\x85\xa9\x2a\x55\x35\xdf\xbf\x8c\xb4\xaa\x2a\x84\xe8\ \x88\x38\x32\x32\xea\xf7\xfb\xc3\xe1\x60\x34\x1a\x6d\x68\x68\xe8\ \xee\xee\xee\xeb\xeb\x4b\x25\xd3\x55\x91\x48\xcf\xa9\x5e\x4a\xd9\ \xc7\x1e\xfe\xe8\xd3\x4f\x3f\x3d\x30\x30\xe0\xf3\xf9\x8a\xc5\xe2\ \xf0\xf0\xf0\xd8\xf8\x78\xb8\x2a\x44\x28\x75\xc0\xf7\xf0\xe1\xc3\ \xa7\x4f\x9e\x6a\x6c\x6c\x5c\xb5\x76\x8d\xae\x6b\xa1\xaa\x08\xa5\ \x4c\x4a\x29\xa4\x14\x52\x12\x82\x84\x10\x46\x99\x61\x18\x44\x61\ \x54\x61\x88\x00\x42\x0a\x21\x90\x10\xc3\x30\x8a\xa5\x52\x3e\x9f\ \xf7\x78\x3c\xf1\x78\x3c\x99\x4c\x76\xae\x5c\x85\x08\x8a\xaa\xda\ \xdc\x16\x42\x38\xce\xb8\x03\x13\xb6\x6d\x3b\x79\x39\xb3\x58\xe2\ \xdc\xee\xed\xed\x31\x0c\x23\x93\x49\x27\x93\x89\xd3\xa7\x4f\x9b\ \x46\x89\x10\xaa\x28\xca\xf0\xd0\x50\x3e\x99\xaa\x8a\x44\x2c\xcb\ \xe4\xd2\x6e\x6a\x6e\x8c\x84\x23\xdd\x47\x8e\xa4\x52\x49\x09\xb2\ \xb5\x75\xa1\xe3\x5d\x12\x42\x6d\xcb\xf2\xfb\xfd\x4e\x9a\x4b\x51\ \x14\x82\xc8\xb9\xad\x30\x45\x42\xc9\x30\x8c\x60\x30\x68\x18\x46\ \x3a\x9d\xae\xae\xae\x6e\x68\x68\xb8\xe7\x9e\x7b\x6e\xbd\xf5\xd6\ \x67\x9f\x7d\x36\x9f\xcf\x2f\x5f\xb1\x6c\x06\xce\x3b\x41\x92\xcd\ \x64\x07\x07\x07\xa3\xe1\xd0\x64\x2c\x36\x39\x39\x49\x08\x66\xb3\ \xd9\x1d\x3b\x76\x08\xce\x17\x2c\x58\x30\x34\x3c\x3a\x32\x3a\x92\ \xcd\xe7\x62\x47\x26\x84\x14\x85\x62\x31\x95\xcd\x7c\xe1\xa1\x0f\ \xd7\xd6\xd5\x79\xfc\x81\x7b\x4b\xe6\x53\x3f\xfd\x29\x02\x8e\x0c\ \x8f\xf4\xf6\xf6\xd7\x46\xab\x7c\xfe\x50\x67\xe7\xb2\x6c\x3a\xbb\ \xff\xed\xb7\x91\x60\xa9\x54\x7c\xfb\xed\xfd\x9d\x9d\x9d\xf3\xea\ \x1b\x72\xe9\xcc\xfa\xae\x1b\xc6\xc6\x26\x4e\x9d\x3a\xcd\x28\xd5\ \x14\x85\x10\x52\xdf\x50\xef\xf1\x79\x43\xc1\xe0\x81\x83\x07\x27\ \xc6\xc7\xfb\xfb\xfa\x36\x6f\xde\xbc\x62\xf9\x72\xcb\x32\x6b\xa2\ \x7e\x90\x56\x2e\x97\x0b\xf8\x7d\x84\x52\x0e\xe0\x94\xd0\x79\xbc\ \x2a\x97\xa8\xaa\x6a\x43\x43\x43\x30\x18\x2c\x14\xf3\x2d\x2d\xf3\ \xe7\x35\xd4\x53\x82\xa5\x42\xfe\x99\xa7\x8b\xbd\x27\x4f\x70\xd3\ \x54\x54\x5d\x53\x35\xc3\x28\x96\x0c\xcb\xeb\xf5\x22\x62\x3a\x9d\ \xa6\x94\x6a\x9a\xe6\x1c\xb6\x00\x40\x55\xd5\x5c\x3e\xcf\x39\xf7\ \xfb\xfd\x4e\xe6\x5c\x4a\xe9\xf5\x7a\x9d\xfc\x24\x25\xb4\x2a\x52\ \x15\x89\x44\x74\x5d\xf7\x7a\xbd\xaa\xaa\xc6\xe3\xf1\x64\x2a\x95\ \x4c\x26\xab\xab\xab\xb9\x10\x86\x61\x8a\x19\x49\x6c\x13\x82\xb9\ \x5c\x61\x62\x74\xd8\xe3\xd5\x0a\x85\xc2\xa9\x53\xa7\x7a\x7b\x7b\ \x1b\x1b\x1b\x0f\x1d\x3c\xd4\xdd\xdd\xdd\xd9\xb9\x36\x18\x0a\xbd\ \xfa\xea\xab\x52\xca\xad\x5b\xb7\x26\x93\xc9\xba\xba\xba\xe7\x9e\ \x7b\xae\xab\xab\xeb\x96\x4d\xb7\x72\xcb\xfe\x85\x07\x1e\xf8\xf6\ \x77\xbe\x83\x88\x23\x23\x23\xa6\x69\x36\x35\x35\xda\x9c\xd7\xd5\ \xd7\x0a\x2e\x73\xb9\x6c\xa1\x50\xb0\x2c\x6b\xe7\xce\x9d\x1e\x8f\ \xe7\xc1\x07\x1f\xcc\x64\x32\xb5\x75\xb5\xcb\x96\x2d\x1d\x1f\x9f\ \x20\x84\xe4\x72\x39\xc7\x23\x59\xbd\x7a\xb5\xdf\xef\xef\xef\xef\ \x1f\x1f\x1f\xb7\x6d\x7b\xe3\xc6\x8d\x37\xde\x78\x63\x26\x93\x11\ \xb6\x5d\x5f\x5f\x07\x12\x9c\x90\x87\x6d\xdb\x73\xc8\x73\x07\x00\ \x22\x65\x81\x90\x6f\xd7\x56\x47\x38\x7f\x34\x16\x13\xe0\xd6\x27\ \x5d\xdc\x09\x9d\x62\x24\x66\x6c\x7a\x61\xb4\x67\x59\xf0\x60\x57\ \x15\x7b\xbf\x05\x20\x9d\x69\x92\xc9\x64\xd2\x09\xb1\x0e\x0e\x0e\ \x16\x0a\x85\x40\x20\x70\xfc\xc4\x71\x29\x25\x53\xe8\xe0\xe0\xd0\ \x92\x25\x1d\xc3\x83\x23\x42\x08\x4a\xe9\x81\x03\x07\x9e\x7d\xf6\ \xd9\x63\xc7\x8e\xc5\x62\x93\xe3\x63\x63\xd9\x4c\x26\x91\x4c\xf4\ \xf4\xf4\x70\x9b\xa7\xd2\xe9\x60\x30\x18\x8d\x46\x75\x8f\x07\x00\ \x1d\x9a\x8a\xcd\xb9\x65\x59\xa6\x51\xca\x66\x32\x99\x4c\xc6\xb2\ \x6d\x24\x68\x9a\xa6\x61\x18\xa6\x65\x59\xb6\xed\x50\x3b\x34\x55\ \x6d\x68\x68\xa8\xa9\xa9\x71\xd2\xb0\xfe\x40\xc0\x34\xcc\x5c\x2e\ \xef\x3c\xff\x8e\x2b\xe7\x84\x65\x9c\xe7\x64\x70\x70\xf0\xe0\xa1\ \x03\xf9\x7c\x4e\x08\x5e\x2a\xe5\x75\x5d\xa3\x94\x08\xc1\x47\x86\ \x87\xa4\xe4\x27\x8f\x1f\x9b\x1c\x1f\x1d\x1e\x19\x3a\xd4\x7d\x28\ \x10\xf4\x99\xa6\x31\x38\x38\x90\x48\xc6\x15\x85\xe4\x0b\xb9\xb1\ \xb1\xe1\x44\x22\xde\xd6\xb6\x08\x11\xfd\x7e\x3f\x53\x98\x94\x32\ \x9b\xcd\x3a\x74\x07\x42\xe9\xa2\x45\x8b\x28\x21\xc5\x62\x61\xf5\ \x9a\x35\xb5\xb5\xb5\x0d\x0d\x0d\x75\x75\x75\x00\xd0\xde\xde\xbe\ \x66\xcd\x9a\x93\x27\x4f\x26\x93\xc9\x42\xb1\x80\x33\x2a\xc2\x13\ \x82\x47\xab\xab\xc3\xe1\xc8\xf1\x13\x27\x7a\x7b\x7a\x4c\xd3\x2c\ \x16\x4b\x96\x69\xf6\xf5\xf5\xf9\xfc\x7e\xd3\x30\x19\xa3\x55\xd1\ \xaa\x9a\xba\x3a\xa6\xa9\xd9\x42\x7e\x78\x78\x58\xd5\x34\x5b\x70\ \xa6\x28\x48\xb0\xb5\xb5\xf5\xf6\xdb\x6f\xbf\xe1\x86\xae\xda\xda\ \x86\xd3\xa7\x7b\x63\x89\x0c\x63\x98\xc9\x14\xe2\xf1\x54\x43\x7d\ \x43\x34\x1a\x79\xe4\x91\x87\x3f\xf5\xc9\x4f\xf4\xf7\xf6\x1d\x3e\ \x74\x08\xa4\xec\x3d\xdd\x57\x13\x8d\x56\x85\xc3\xf3\x1a\x1a\x74\ \x55\xab\x0a\x47\x1a\x6a\xeb\x5b\x5a\x5a\x74\x8f\xa7\xad\xad\xcd\ \xeb\xf5\x2e\x5e\xbc\xb8\x73\xd5\xaa\xa6\xa6\x26\x44\x8c\x27\xb3\ \x8c\xa9\x63\x63\xe3\xf1\x78\xc2\x61\xb9\x20\x80\x6d\x4b\xd3\x98\ \xf2\xc1\x9b\x9b\x9b\x5b\x5b\x17\xa8\x9a\x62\xd9\x66\xfb\xe2\x36\ \xbf\xd7\x7b\xfc\xe8\xd1\x93\xc7\x8f\x49\x29\x01\x91\x73\x5b\xd7\ \xb5\x68\x34\xea\xf7\xfb\x09\x21\x8a\xa2\x4c\xd1\x51\xa6\x59\x4c\ \x3e\x9f\xaf\xaa\xaa\xca\x89\xb3\x69\x9a\xe6\x50\xad\x34\x4d\x73\ \x96\x4a\x5d\x5d\x5d\x7d\x5d\x7d\x28\x12\xb2\x6c\x3b\x95\x4e\xc7\ \x12\x09\x9b\xf3\x9a\xda\xda\x68\x34\x8a\x94\x0a\x29\x8b\xa5\x52\ \x38\x12\xa1\x94\xce\x68\xd8\xa5\xcf\xef\xab\x6f\xa8\x7f\xf5\xb5\ \xd7\x1e\x7f\xfc\x89\xee\xee\x6e\x5d\xd7\x0b\x85\xc2\x96\x57\xb6\ \x58\x96\xb5\x60\x41\xcb\xc8\xf0\x48\x38\x1c\xe9\xe8\xe8\x70\xb2\ \xbe\x47\x8e\x1c\x29\x95\x4a\x2b\x57\xae\x14\x5c\x00\x40\xb8\x3a\ \x72\xc7\x9d\x77\x6e\xd8\xb0\x61\xc1\x82\x05\x13\x13\x13\x99\x6c\ \x8e\x12\xaa\x28\x8a\x69\x9a\x42\x48\xaf\xd7\x7b\xdb\x6d\x9b\x1e\ \x78\xe0\x01\x21\xc4\x53\x4f\x3d\x65\xdb\x76\xb1\x50\x0c\x87\xc3\ \x0d\x0d\x0d\x1e\x8f\xbe\x68\x51\x2b\x22\x36\x35\x35\xf9\x7c\x3e\ \x4a\xe9\x9a\x35\x6b\x18\x63\x5e\xaf\xb7\xbe\xbe\xbe\xa5\xa5\xa5\ \xbe\xbe\xde\xb2\xb8\xaa\xaa\x23\xa3\xa3\x63\x63\x63\x0e\x87\x07\ \x11\xe6\x56\xed\xbe\x2a\xe5\x5e\xbf\xff\xc9\xaa\xaa\x8f\xc7\x12\ \x2f\x85\xc3\x7b\xfd\x3e\x97\x16\x79\x31\x31\x99\x9b\x5f\x1e\x0f\ \x25\x4a\x3f\xfd\xec\xc2\xa2\x97\x29\xef\xa3\xdb\x2e\xa5\x04\x10\ \x52\x02\xe7\xb0\x74\xe9\x12\xc6\xe8\xe4\x64\x6c\x64\x64\x34\x1c\ \x0e\x4f\x4c\x4c\x84\x43\x61\xc6\xe8\xe4\x44\x2c\x9b\xcd\x70\x2e\ \xf7\xee\xdd\xad\xaa\xaa\x65\x59\xe1\x70\xd8\x34\xcd\xea\xea\xea\ \xba\xfa\xfa\x54\x26\x59\x5f\x5f\xef\xd5\x3d\xd2\xb2\xf7\xef\xd9\ \xab\xeb\x7a\x20\x10\x20\x84\x98\x96\x65\x98\x06\xe7\x5c\xd3\x34\ \x95\x29\x2a\x65\x92\xf3\x54\x32\x55\x5d\x1d\x75\x08\x8c\x0a\x21\ \x14\xa4\xb0\x39\xa5\x34\x9b\xcd\x66\xb3\xd9\x80\x3f\x90\x48\x24\ \x4c\xc3\x48\x24\x12\x0e\xf9\x32\x91\x48\xa0\xc2\x42\xe1\x10\xa5\ \xd4\x34\x4d\x87\x4e\xe0\x84\x4a\x0a\x85\xc2\xc4\xc4\xe4\xbe\x3d\ \xfb\x8e\x1e\x3a\xb4\x6f\xef\x3e\xcb\xb6\xea\xeb\xeb\xa5\x94\xc5\ \x5c\xbe\x66\xfe\xfc\x54\x3c\x59\x5d\x1d\xf5\x79\xff\x7f\xf6\xde\ \x3c\xc8\xae\xeb\xbc\x13\x3b\xdb\xdd\xb7\xb7\xbf\xd7\xfd\x7a\x07\ \xba\x01\x34\x40\x80\x04\x40\x90\x00\x45\x52\x94\x28\x4a\x96\x3d\ \x0e\xad\xa9\x94\xe2\xa4\x9c\x8c\xec\x71\x1c\x27\x76\xe4\xaa\x89\ \xc6\x89\x64\x57\x39\xf1\x64\x5c\x76\x6a\x66\x62\x6b\x2a\xb6\xe3\ \x2a\x47\xf1\xc4\x13\xd9\xd2\x48\xb2\x25\x6a\x21\x45\x11\x22\x09\ \x92\x20\x01\x62\xeb\x6e\xa0\xf7\xed\xbd\xd7\x6f\x5f\xef\x7e\xef\ \x39\x27\x7f\x5c\x92\xe3\x2a\x8f\x67\xcc\x1e\xd9\xa1\x64\xbd\xff\ \x50\x85\x7e\xfd\xfa\xbe\x7b\xbf\xf3\x7d\xbf\xed\xd3\x7a\xbd\x5e\ \x3a\x95\x62\x8c\x47\x51\xc4\x39\xf7\x3c\x4f\x14\x25\x00\x60\x3a\ \x9d\xe9\x76\xbb\xfd\x7e\x7f\x6a\x7a\xda\x0d\xfd\xce\x4a\x97\x31\ \x26\x8a\xa2\x40\x48\x2e\x97\x43\x10\x4a\x92\x84\x10\x12\x44\xb1\ \x5c\x2e\x77\x3b\x9d\x53\xa7\x4e\x45\x51\x54\xad\x56\xab\xd5\xea\ \x17\xbe\xf0\x05\x51\x14\x47\xa3\xd1\xf8\xf8\xd8\xe1\xd6\xa7\x60\ \x8c\x6b\xb5\x6a\xad\x5a\xd5\x54\xd5\x34\xcd\xd1\xa0\x8f\x30\x42\ \x18\x39\x8e\x63\xa5\x33\xb5\x5a\x4d\x35\x8c\x72\xb9\x3c\x31\x3e\ \x1e\x47\x41\xe3\xa0\x56\xad\x56\x25\x55\x3a\xa8\x1d\x2c\x2f\x2f\ \x1f\x3b\xb1\x18\x46\xa1\xa6\x1b\x27\x4e\x9c\x64\x0c\xb8\x23\x9b\ \x10\xc1\x71\x03\xd7\x76\x06\x83\x7e\x2e\x97\x6b\xb7\xdb\x63\xe3\ \x63\x1f\xf9\xc8\x87\xf3\xf9\xdc\xf5\xeb\xd7\x87\xa3\x7e\xab\xdd\ \xe8\xf6\xda\xe9\x74\x9a\xf1\xd8\xb4\x74\x51\x14\x2b\x95\x0a\xc4\ \x58\x96\x65\x04\x78\x3e\x9b\x99\x9e\x9c\x98\x28\x65\x5a\xdd\x91\ \xae\x2a\x9e\xeb\x15\x8b\xf9\xb4\x79\x94\x51\x9a\x08\x10\x21\x04\ \x94\x52\xd7\x0d\x08\xc1\xa2\x24\xf9\x7e\xe0\x79\x7e\x29\x5f\x8c\ \x02\xbf\xd7\xeb\x76\x7b\x9d\x7a\xe3\x60\x7f\x6f\x2f\xf4\x3c\x51\ \x14\xc3\x38\x06\x00\x58\x96\xd5\xeb\xf7\xe2\x38\x66\x8c\xe9\xba\ \x1e\x45\x11\x42\xc8\xf3\xbc\xa4\x13\x7f\x47\xd0\x99\x9c\x16\x51\ \x14\x05\x41\x90\xcd\x66\x25\x49\xb2\x6d\x5b\x14\x45\x20\x48\x44\ \x20\x44\x12\x67\x67\x67\x39\xe7\xb5\x5a\x0d\x8b\x82\xa2\xa9\x66\ \x3a\xc5\x11\x1c\x3a\xf6\x21\xbb\x18\x04\xa3\x20\xba\x75\xeb\x76\ \x2e\x97\xab\x56\xf5\xf1\xf1\xf1\xad\x9d\x8d\x42\xa1\x30\xe8\x0f\ \x66\x67\x8f\x5c\xbd\xfa\xc6\xf8\xd8\xd8\xfd\xf7\xdf\x8f\x11\xd0\ \x34\xed\xd6\xad\x5b\x4b\x4b\x4b\x41\x10\x08\x82\x70\xef\xee\xdd\ \xe3\xc7\x8f\x03\x06\x32\xd9\x8c\x20\x8a\xba\xae\x57\xab\xd5\x74\ \x2a\xc5\x18\x8d\x23\x98\x8c\x95\x09\xb8\x74\xfe\xfc\xf9\x93\x27\ \x4f\xfe\xd9\x9f\xfd\x19\x21\xa4\x5a\xad\xb6\xdb\x6d\xd3\x34\x45\ \x51\x0a\x82\xb0\x5c\x2e\xb7\xdb\x6d\x84\x90\x65\x59\xc9\xe3\x93\ \xcd\x66\xc7\xca\xa5\xc0\x0f\x15\x45\x09\x82\x50\x10\x84\x72\x79\ \x1c\x40\x90\x48\x45\x31\xc6\xef\xad\xe2\x8e\x38\xa7\x10\xfe\xab\ \x42\xf6\xb1\xe1\xe0\xbf\xae\x37\xff\xd1\xec\x54\x80\xd0\x0f\x65\ \x91\xff\x7e\x1e\x75\x66\x7d\xf4\xf0\x0b\x8d\x1b\x97\x0a\x1b\xc7\ \xcd\xbf\x35\xb4\xfd\x1d\x42\x15\x00\x18\x45\xa1\x28\x4a\x49\x65\ \x5f\x59\xb9\x7b\xfc\xf8\xf1\xc9\xc9\xc9\x5b\xb7\x6e\x31\xca\x4c\ \xd3\xba\x77\xf7\x6e\x26\x93\x41\x08\xba\xae\x3b\x33\x33\x23\x08\ \x82\xeb\xba\x4f\x3e\xf9\x64\xb5\x52\x69\x77\x3a\xf3\xc7\x8e\x86\ \x61\x38\x37\x37\xb7\xb1\xba\xa6\x6a\x1a\x42\x48\x37\x74\x4a\xa9\ \x28\x08\x90\x60\x59\x92\x39\xe0\x10\x21\xc8\x39\x8b\x38\x84\x89\ \xac\xfb\xed\x83\x05\x72\x88\xde\xd2\xaa\xa7\x52\x29\x4d\x51\x09\ \xc6\xb6\x6d\xcf\xcc\xcc\x10\x42\xa2\x28\xd4\x75\x4d\xd6\x35\x84\ \x71\x72\xbb\x27\x1d\x4d\xa2\xef\xb6\x2c\xcb\x34\x4d\x51\x14\x62\ \x1a\xce\x1e\x99\xa9\x54\x2a\xbd\x7e\xb7\x56\xab\xe6\x73\x79\xdb\ \x19\x2a\x8a\xda\x68\xd6\x83\x20\x70\x6c\x9b\xb3\x38\x8e\x43\xc7\ \x71\xe3\x38\x6e\x34\xea\x51\x14\x22\x04\xea\xf5\x9a\x28\x4a\xaa\ \xaa\x75\xbb\xdd\x20\x08\xe3\x98\x06\x41\xd0\xed\x76\x19\x63\xba\ \xa6\x2d\x1c\x3b\xa6\x10\x91\x10\x81\x60\xd2\xeb\x76\x01\x00\xaa\ \xaa\xd6\x6a\x35\x42\x88\x69\x9a\x09\x8f\xda\x6e\xb7\x5d\xd7\xb9\ \xf0\xd0\x85\xe4\xc8\x79\xb7\x67\xaa\x24\x49\x44\x20\x53\x13\xd3\ \xa2\x80\x38\x8d\xab\xfb\x7b\x8d\x46\x23\x95\xa2\x8b\xa7\xee\xab\ \xd5\x9b\xed\x5e\x6f\x6a\x6a\x32\x65\x9a\x90\x83\xd0\xf3\x05\x8c\ \x24\x2e\x6e\xac\xaf\x39\xae\xbf\xb5\xb3\x7b\xee\xc2\x43\x8a\xa2\ \xac\xaf\x6f\xd6\x1b\xcd\xb4\x61\xde\x78\xf3\x46\x69\xac\x78\xe2\ \xd8\xb1\xd2\xd8\x18\x46\x70\x61\x61\x3e\x65\x99\xdb\x9b\x3b\x29\ \xc3\x3a\x73\xfa\x74\xab\xd5\x5a\x98\x5f\xd0\x74\xcd\x32\xad\xc1\ \x60\xe0\xbb\x9e\x2a\x2b\xbd\x5e\xaf\xd9\x6c\x5e\xb8\x70\xe1\xd4\ \xe2\xe2\x77\x5f\x78\xa1\x56\xa9\xd6\x1b\x1d\x22\x88\x29\xd3\xc4\ \x84\x60\xc0\x19\x65\x18\x63\x00\x60\x18\xb3\x44\xa6\xcd\x01\x1f\ \x0e\x47\x10\x80\xf5\xf5\xd5\xc5\xc5\x45\x55\x96\x00\x03\xed\x56\ \xe3\xf3\xff\xef\xbf\x6e\xd5\x1b\x92\x28\xb2\x28\x22\x18\x33\x16\ \x0f\x07\xfd\xfe\xa0\xe7\x79\x5e\x82\xab\x94\xcb\xe5\x7a\xbd\xbe\ \xbb\xbb\xfb\x0e\x38\x13\x86\x21\x63\x2c\x91\x99\xbf\xad\xff\x23\ \xa3\xd1\xa8\xdf\xef\x27\x80\x1b\x85\xc4\x4a\xe7\xf2\xf9\xfc\x70\ \x38\x6c\x36\x1a\x82\x28\xa6\x53\xa9\x44\x6c\x33\x37\x37\xb7\xb4\ \x74\x27\x39\x1e\xde\x7d\x2f\x03\x30\xc6\xae\xeb\x2d\x2e\x2e\x5a\ \x96\x11\xc7\x41\xab\xdd\xd8\xdd\xdd\xed\xf7\x06\xe7\xce\x3d\x18\ \x45\xf4\xda\xf5\xeb\xd9\x4c\xfa\x81\x33\xa7\x21\x84\x18\xe3\x4e\ \xa7\xa3\x28\xca\x9d\x3b\x77\x44\x51\xec\xf7\xfb\xb3\x73\xb3\x04\ \x63\x41\x14\x7a\xbd\x7e\x2e\x97\xeb\xf7\xfb\x83\xc1\x60\x76\x76\ \x26\xf9\x43\xb2\xd9\xac\x69\x1a\xb6\xed\xd8\xb6\xfd\xfe\xf7\xbf\ \xbf\x52\xa9\xa4\x52\xa9\x54\x2a\xa5\x28\x0a\xc6\x78\x67\x67\x67\ \x76\x76\x76\x6f\x6f\x6f\x63\x63\x63\x61\x61\x61\x61\x61\xe1\xc4\ \x89\x13\x3b\x3b\x3b\xbe\x1b\x40\x08\x04\x81\x00\x10\x61\x82\x01\ \xe7\x00\x82\x77\x3c\x0a\xef\x39\xbb\xbf\xc0\xf9\xa6\x2c\xff\x61\ \xb1\x70\x71\x38\x7c\xaa\x37\x08\xe0\x0f\xc1\x99\xbf\x7a\x4e\xc4\ \x40\x08\xd9\x93\x7f\x5e\xf5\x15\x7c\xf9\x47\xc6\x18\xfe\xff\x21\ \x6c\x80\x52\xaa\x28\xaa\x20\x90\xbb\x77\x57\x57\x56\xee\x2d\x2e\ \x9e\x48\xfc\x1d\xc5\x62\x71\x6d\x7d\xed\xee\xdd\x95\xf5\xf5\x75\ \x5d\xd7\xdf\x78\xe3\x8d\x0f\x7e\xf0\x83\x47\x8f\x1e\xa5\x94\xee\ \xec\xec\xe4\x72\xb9\x73\xe7\xcf\x0f\x87\xc3\xd5\x7b\xf7\xc2\x30\ \xc8\x64\x32\xe5\x72\x19\x40\xc8\x18\xd3\x35\x5d\xd5\x35\x4c\x88\ \xeb\xb8\x8c\x33\x08\x21\xa3\x94\x53\x16\x45\x11\xa5\x34\xa6\x34\ \x0a\x03\xc0\x38\xe7\x00\x41\x04\x38\x78\x07\x75\x89\x69\x2c\xbe\ \xfd\x82\x10\xf6\x7a\x7d\x88\x31\x84\x30\x08\x82\x30\x0c\x93\x12\ \x90\x4c\xfa\xc9\x34\xfd\xf2\x95\x97\x6a\xb5\xaa\x61\x18\x1f\xfc\ \xc0\x07\x1e\x7e\xe8\x82\xaa\x28\x80\x03\x51\x12\x19\x65\x84\xe0\ \xd1\x70\xc8\xe2\x58\x51\xe4\xe4\x29\x45\x08\x0a\x02\x89\xe3\x28\ \x69\xc9\x1d\xc7\x29\x14\xf2\x47\xe7\x8f\x3a\xb6\x3d\x18\x0c\x38\ \x63\xaa\xa2\x00\x00\x32\x99\x4c\x3a\x93\x69\x36\x1a\xf7\x56\x57\ \x6d\xc7\x06\x80\x9f\x3a\x75\x6a\x71\x71\x71\x7a\x7a\x7a\x76\x76\ \x36\x93\xc9\xe8\xba\x4e\x29\x75\x1c\x27\x93\xc9\x94\xc6\xc7\x0f\ \x57\x65\x10\x26\xf5\x7a\x43\x51\x54\xc3\x30\xb2\xb9\xbc\xeb\xba\ \x00\x00\xd3\x30\x73\xf9\xdc\xfe\xfe\xbe\x2c\xcb\x0b\xf3\xf3\x93\ \xe3\x93\x92\x20\x22\x0e\x54\x59\x8e\x82\x40\x97\x55\x1a\xc6\xcb\ \xb7\xef\x7c\xe3\x99\xaf\x7f\xf3\x99\x67\x02\xcf\xaf\x54\x2a\xb5\ \x4a\xcd\xf7\x83\x6e\xaf\x1b\x86\x81\xae\xeb\x86\xae\x47\x51\x98\ \xcf\xe7\x3a\xdd\xae\xe7\xfb\x9d\x4e\x3b\x0c\x42\x82\xc9\xf4\xd4\ \x54\xa9\x58\x12\x04\x61\x66\x66\xf2\xf8\xf1\x63\x82\x40\x1e\xb9\ \x78\x49\x10\x84\x2f\x7f\xf9\xcb\xb6\x3d\xca\x64\xd2\x00\x30\xd7\ \xf5\x46\xc3\xa1\x2c\x4b\x69\xcb\x88\x63\x9e\x98\x0f\x1c\xc7\x63\ \x8c\x41\x04\x04\x81\xc4\x51\xdc\xe9\x74\x6e\xdf\xbe\xdd\x6c\xb6\ \x5c\xd7\x61\x94\x5e\xbb\xf6\x46\xad\x5a\xa5\x71\xdc\x68\x36\xe2\ \x38\xa2\x34\x46\x08\x2a\xa2\xc4\x39\xa3\x71\x0c\x00\x48\xa8\xc2\ \xa9\xa9\xa9\xd9\xd9\x59\x49\x92\x82\x20\x48\x34\xe0\xb6\x6d\x27\ \x20\x0c\xe7\xfc\x1d\xf7\x59\x02\xd3\x61\x8c\x29\xa5\x61\x18\x72\ \x00\x86\xa3\x51\xaf\xdf\x27\xa2\x90\xcb\xe5\xc6\xca\xe5\x13\x8b\ \x8b\x95\x6a\x95\x32\x36\x37\x37\x97\xe0\x24\x87\x90\x0f\x34\x9a\ \x0d\xcb\x34\xcb\xe5\xf2\xec\xec\xac\x2c\xcb\x9c\xf3\x74\x3a\x6d\ \x59\xd6\x95\x2b\x57\x6a\xb5\xea\xfc\xd1\xf9\x87\x2e\x5c\xc8\x65\ \x73\x89\x01\x22\xa1\x07\x0a\x85\xc2\xd5\xab\x57\x7f\xff\xf7\x7f\ \xff\x4b\xff\xe6\x4b\xc3\xc1\xd0\x1e\x8e\xf6\xf6\x76\x47\xa3\x51\ \xaf\xdf\x0b\xc3\x80\x08\x44\x92\x45\x45\x91\x55\x55\xf5\xfd\xc0\ \x75\xdd\x38\x8e\x6d\xdb\xee\x76\xbb\xb2\x2c\x97\xc6\x8a\x00\x02\ \x49\x12\x8f\x1f\x3f\x0e\x00\x98\x9e\x9e\x1e\x1b\x2b\x7d\xf1\x8b\ \x5f\x4c\x1a\x05\x42\x08\xc6\xd8\xf3\x3c\xce\xb9\x61\x18\x10\x40\ \xc6\xf9\x3b\x97\x85\x73\xf0\x5e\xcc\x72\x11\x39\xff\x7a\x3a\x7d\ \x4b\xd7\x7e\xae\xd1\x9c\x0e\xc2\xe8\x87\xf5\xfd\xaf\x6a\xdb\x09\ \xba\xff\x6a\x67\xfe\x4e\xef\xc5\x1f\x19\x6b\x8e\x29\x7f\xdd\xb6\ \x9d\x03\x4a\xe3\xbf\x84\x27\x32\x7e\x28\x96\x49\x51\xe4\x66\xb3\ \xf5\xcc\x33\xdf\x00\x80\x9f\x3b\xf7\x80\xae\x1b\x3b\x3b\x3b\x82\ \x20\x94\x4a\xa5\x28\x8a\x9e\x79\xe6\x99\x04\xdd\x7e\xe4\x91\x47\ \x32\x99\x8c\xa6\x69\x10\xc2\xe1\x70\x18\x46\x21\x42\xe8\xd2\xa5\ \x8b\xc9\x00\x6b\xdb\xce\xe4\xe4\xa4\xa6\xaa\x8a\xa2\x88\x92\x14\ \x05\x61\xb3\xd9\xb0\x6d\x1b\x00\x80\x11\x86\x08\x26\x65\x9a\x10\ \xa2\xe9\x3a\x21\x02\x40\xef\xdc\xc1\x3c\x69\x63\x05\x51\xc4\x84\ \x20\x8c\xe3\x38\x4e\x0a\x5c\xa1\x50\x50\x14\x05\x61\x92\x34\xfb\ \x09\xd4\x9e\xbc\x89\xe3\x38\xbb\xbb\xbb\xad\x56\xcb\xf7\xdc\xf1\ \xd2\x98\x65\x9a\xba\xa6\xa7\x2c\x8b\x60\xc4\x29\x43\x10\x7a\xb6\ \x03\x38\x17\x04\xf2\x17\x7f\x0a\x63\x9c\xe8\xa6\x39\xe7\xa5\x52\ \xe9\xe0\xe0\x60\x69\x69\x89\x52\x4a\x08\x16\x25\x31\x8a\x22\xcf\ \xf7\x83\x20\xc8\x64\x32\xf3\x0b\x0b\xa2\x28\x26\x43\xc5\x4b\x2f\ \xbf\xdc\x6e\xb7\xb7\xb6\xb6\x1c\xc7\xd9\xdc\xdc\x5c\x5b\x5b\x8b\ \xa2\x68\x62\x62\xa2\x54\x2a\x1d\x9d\x3b\x12\xd3\xc3\x48\x21\x39\ \x67\xaa\xaa\xf4\xfb\x7d\xd7\x75\x09\x21\xe5\xf1\x72\xe0\xfb\xa5\ \x52\xe9\xc9\x27\x9f\xbc\xef\xbe\xfb\x04\x81\x10\x4c\xd2\xa6\x25\ \x0b\xa2\x6b\x3b\x61\x10\xe4\xd2\x99\x4c\x2a\xf5\xc4\xa3\x8f\x97\ \xc7\xc6\x46\xc3\xe1\x9d\x9b\xb7\x5f\xbb\xf2\x5a\xb5\x52\x6b\xb5\ \xda\x18\x63\x59\x52\x00\x80\x8e\x6b\xf7\xfb\x7d\x4a\x63\x59\x16\ \x75\x5d\x29\x14\xb2\x9d\x6e\x67\x79\x79\x49\x51\xe4\x28\x8e\x46\ \xa3\x21\xc6\x50\x92\x24\xc3\xd0\x32\x99\xcc\x70\x38\x78\xe0\xec\ \xfd\xf7\xdf\x7f\xa6\x5e\xaf\x13\x42\xf6\xf7\xf7\x57\x56\x96\x37\ \x36\xd6\x47\xa3\x11\xc2\x80\x08\x88\x32\x1a\x04\x81\xe7\x7b\x00\ \x00\xce\x80\x6d\xbb\xf5\x7a\x7d\x7b\x7b\xfb\xce\xd2\x9d\xfe\xa0\ \x7f\xf7\xee\xdd\x5e\xaf\x2b\x89\xa4\x52\xad\x50\x4a\x25\x41\xc8\ \x65\xb3\x8a\x2c\x07\x9e\x17\x06\x01\x46\x48\x10\x05\x08\x91\xac\ \x28\x08\xa1\x83\x83\x83\x56\xab\x95\x70\xa7\x51\x14\x25\xac\x49\ \xa2\x06\x49\xc4\x91\x9c\xf3\xe4\xf0\x96\x65\x39\x71\x99\x21\x84\ \x89\x40\x18\x67\xaa\xa6\x8e\x8d\x8f\x67\x72\xd9\x87\x2f\x3d\x7c\ \xf6\xdc\xd9\x27\x3e\xf0\x44\xf5\xa0\x26\x48\xa2\x24\x4b\xe0\x50\ \x78\x80\x24\x49\xc9\xb7\x59\x2a\x95\xc6\xcb\xe3\x8e\xeb\x18\x86\ \xf1\xe9\xcf\x7c\xfa\x93\x9f\xfc\x64\xa1\x50\x48\x67\xd2\xf9\x7c\ \xc1\x30\x8d\xe4\x53\x51\x4a\x8f\x1c\x3d\x3a\x3b\x3b\xfb\xd4\x53\ \x4f\x8d\x46\xa3\xd7\x5f\x7f\xfd\xeb\xdf\xf8\xc6\xdd\x7b\xf7\xf6\ \xf7\xf7\x83\x30\xd0\x54\x8d\x10\x01\x00\x10\x86\x91\xef\x05\x00\ \x70\x55\x55\x12\x81\xd0\xf2\xf2\x32\x21\x44\x92\xa4\x20\x08\x09\ \x26\x08\x63\x59\x95\x92\x33\x6c\x6a\x6a\xfa\xf1\xc7\x1f\xdf\xd8\ \xd8\x30\x0c\x23\x0c\xc3\xf5\xf5\xf5\xcd\xcd\xad\x6e\xb7\x97\xb8\ \xc4\x11\x82\x51\x18\x26\xfc\x44\x1c\xc7\xef\xc5\xbc\x5c\xcc\x79\ \x8f\xe0\x7f\x39\x56\xfa\x3f\x36\xb7\xff\x41\xb3\xf5\x4f\x27\xc6\ \x19\x00\x3f\x4c\x14\xfb\x4b\x95\x1d\xe6\xea\xc1\x07\xff\xbc\xba\ \xb3\x60\xbd\xfe\x68\xfe\xaf\xbb\x6b\x09\x02\x4a\xe9\xa0\x3f\xc8\ \x97\xb2\xec\x6d\x3e\x03\x21\xe4\x7b\x5e\x14\x85\x87\x98\xe4\xae\ \x5f\xbf\x31\x1a\x8d\xce\x9e\x3d\x9b\xc9\xa4\x5d\xd7\xad\xd7\x1b\ \xaf\xbd\x76\xd5\x34\xcd\x54\x2a\xc5\x18\xab\xd5\x6a\x29\x2b\xf5\ \xe3\x3f\xfe\xe3\xb9\x5c\x6e\x6f\x6f\xef\xe0\xe0\x20\x81\xd1\x19\ \x63\x56\xca\x5c\x5b\x5d\x57\x55\x95\x03\x7e\xf5\xea\xd5\x6c\x2a\ \xa5\xe9\x7a\xab\xd9\x6c\x36\x1a\x94\x33\xcf\xf3\x4b\x63\x25\x81\ \x08\x89\xd3\x1d\x21\xc8\x38\x45\x08\x21\x81\xc0\xe4\xb1\x84\x6f\ \x7d\xf2\x44\xf7\x42\xa3\x98\x51\x3a\x1c\x0e\x69\x1c\x9b\xa6\x99\ \xf8\x4b\xe3\x28\xe2\x94\x42\xf4\x16\xac\x89\x10\xa2\x34\xe6\x1c\ \x34\xea\xf5\x9d\xed\x9d\x5c\x26\xeb\xf7\xfb\x9d\x4e\xa7\x56\xab\ \xb6\x5a\xad\x28\x0a\x55\x55\x6d\xb7\x5b\xba\xae\x71\x0e\x54\x55\ \x61\x8c\x41\x08\x34\x4d\xe5\x9c\x01\xc0\xfd\xc0\x13\x44\xd1\xb1\ \x6d\x59\x96\x4d\xd3\xe8\xf7\x7b\x9c\x03\xc3\x34\x33\x71\xb4\xbd\ \xbb\x5b\xab\xd5\x7c\xcf\x9b\x9d\x9d\x99\x28\x97\x0f\x6a\x35\x41\ \x20\x82\x20\x30\x4a\x31\xc6\x8d\x46\xa3\x52\xa9\xe4\x72\xb9\xa4\ \x79\x6f\x34\x1a\x27\x4e\x9c\xc8\x66\x73\xa6\xa9\xb3\x43\xe2\x03\ \x5c\x51\x94\x6c\x2e\x1b\x04\xc1\xd6\xe6\x46\xa3\xd9\x50\x35\x6d\ \x38\x1c\x36\x9b\x4d\x80\x70\xad\x56\xc3\x88\x9c\xbf\xff\xfe\xda\ \xde\x4e\xbd\x56\x15\x30\x19\x1f\x1b\x3f\x7d\xdf\xe9\xf3\xe7\xcf\ \xb9\xbe\x7f\x7b\x69\x59\x92\xc4\x6e\xb7\x9b\xb6\xd2\xed\x56\x4b\ \x96\xe5\x56\xab\x11\x86\xfe\xe9\xfb\x4e\x02\x00\x34\x5d\xe3\x1c\ \x28\x8a\x22\x20\x69\x76\x66\xb6\x52\xa9\x64\xb3\x59\xce\xb9\x2c\ \xcb\xb2\xac\xf8\x7e\xc8\x18\x53\x64\xc5\x30\xcd\x98\xc6\x27\x8e\ \x9f\xb8\x71\xf3\x06\xa5\xb4\xdd\x6e\x87\x61\x38\x3b\x3b\x9b\x49\ \xa7\xfb\xfd\x11\x8d\xa9\x24\x0b\xaa\xaa\xca\x1c\x60\x81\x84\x11\ \x05\x00\x84\x61\x70\xe7\xce\x6d\xcf\x0b\x5d\xd7\x67\x71\x24\x62\ \xb8\x70\x74\x7e\x62\xac\x6c\xc8\x6a\xec\xfb\x51\x10\xca\x92\xe4\ \x3a\x23\xcf\x71\x82\x30\x14\x25\x51\xd3\xd4\x74\x3a\x9d\x0c\x49\ \xbe\xef\x6b\x9a\x26\xcb\x72\x1c\xc7\x89\x60\x26\xe9\x4f\x13\x62\ \x3c\xe9\x76\x2d\xcb\xca\x64\x32\x84\xe0\x91\xed\x84\x14\x24\x3e\ \xd8\xe1\x68\xd4\xeb\xf5\x26\x26\x26\x5a\xcd\x16\xe7\x5c\xd7\xf5\ \x4c\x26\x33\x1c\x8e\x10\x44\xfc\x50\x67\xaa\xa6\x69\x33\xb3\x33\ \xba\xae\xff\xe9\x9f\xfe\x69\xfd\xa0\xae\x69\x9a\xe7\xb9\x9b\x1b\ \x9b\xb3\xb3\x47\xba\xdd\xde\xce\xf6\xf3\x0f\x3d\x78\xae\xdf\xed\ \x5e\xbe\x7c\x39\x0c\xc3\xa9\xa9\xa9\x4b\x17\x2f\x7e\xf8\x23\x1f\ \xb1\x47\xa3\x3f\xfa\xa3\x3f\xe2\x9c\x4b\xa2\xe8\x3a\xce\xfe\xee\ \xde\xec\xdc\xec\x68\x64\x6f\x6d\x6d\x4e\x4d\x4f\x31\xca\x14\x45\ \x06\x10\x30\xc6\x55\x4d\xcd\xf2\x2c\x00\x40\xd3\x34\xc3\x30\xc2\ \x20\x90\x65\x85\xc6\x34\x0c\x42\x2b\x6d\xfa\xbe\x8f\x31\x3e\x73\ \xe6\xf4\xf2\xf2\x4a\xb7\xd3\x69\x35\x9b\xad\x46\x73\x7a\x7a\xba\ \x58\x2c\xba\xae\x4b\x29\x93\x55\x39\xc9\xd3\x78\x2b\x91\xe2\xbd\ \x59\xb9\x64\xc6\xae\xe9\xda\x9f\xe4\xb2\x7f\xbf\xd3\x79\x74\x38\ \xfa\x61\x5a\xe4\x5f\x26\x51\x31\x05\x1f\xf8\x5a\xd5\x18\x46\xcf\ \x3d\x3d\xe1\x2b\x04\xff\x35\x43\xdb\x39\x20\x84\x40\x08\xba\xdd\ \x0e\x00\x00\x21\x0c\x21\x74\x1d\x27\x0c\x43\x41\x10\xdf\x55\x3b\ \x03\x01\x08\xc3\xb0\x52\xd9\x7b\xf8\xe1\x0b\x63\x63\x45\xdf\xf7\ \x5a\xad\xa6\x24\x89\xab\xab\x77\x6f\xdf\xbe\xb5\xbb\xbb\xed\x79\ \xb6\xa2\x28\x1f\xfa\xd0\x87\x54\x55\x75\x5c\xc7\xf7\xfd\x44\x89\ \xec\x79\x5e\x18\x84\x92\x24\x4d\x4e\x4c\xe8\x9a\x3e\xec\x0d\x64\ \x41\xd8\xd9\xdd\x6d\xb7\x5b\x9a\xa1\x7b\x81\xef\x39\x8e\xa1\xeb\ \xaa\xac\x70\x9a\xb8\x08\x21\x65\x14\x42\x3e\xb2\x7b\x8c\x86\x88\ \x24\x4f\x1a\x80\x00\x41\x08\xc3\x20\x8c\xc3\x10\x50\xda\x6c\x34\ \x78\x4c\xe3\x20\xec\xb4\xda\x95\x9d\xbd\xdd\xed\x9d\x7a\xed\x80\ \x33\xa0\x69\x86\xa2\x6a\x44\x90\x62\xca\x00\x40\x81\xeb\x0f\x3b\ \x3d\x4b\x96\x33\x8a\x8a\x01\xe8\xf5\xda\x9d\x76\x93\x33\x26\xcb\ \x72\x2e\x9f\x8f\x29\x8d\x28\x0d\xa2\x78\xe8\xba\x00\xe3\x30\xa6\ \x31\x65\x10\x22\x8c\x05\xc0\xa0\xa1\x1a\x9a\xa2\x5b\x56\x2a\xa6\ \x9c\x72\xe8\xf8\xc1\x41\xa3\xb1\xb1\xb1\xa9\x6b\x86\x3b\x72\x03\ \xd7\xd7\x65\x9d\x46\x34\x9d\xce\x3e\xf9\xd4\x87\xe7\xe6\xe7\x63\ \x4a\x1f\xb9\x74\x29\x9f\xcf\x57\x2a\x95\xf5\xf5\xf5\x7a\xbd\xee\ \xba\xee\xf1\xe3\xc7\x4f\x9d\x3a\x65\x18\xba\x2c\xcb\x87\xa3\x93\ \x28\x65\xb9\x5c\x6e\x7c\x6c\xcc\xb2\xac\x23\x47\xe6\x53\xa9\x54\ \x18\x84\x86\x69\xa8\xaa\xaa\x28\xca\x91\x23\x47\x1b\xad\xc6\x57\ \xbf\xf6\x95\x83\xe6\x81\x6a\xa8\x44\x12\x35\xd3\xf4\x82\x70\x6d\ \x73\x33\x8a\xa2\xb9\xe9\xa9\x4e\xa3\xde\x3c\xd8\xab\xd7\x76\x21\ \x0f\x97\x97\x6e\x61\xc4\x17\x4f\x1c\xb3\x4c\x8b\x43\xd4\x6c\x77\ \x7b\x03\x87\x73\x82\x10\xc9\xe7\x73\xf9\x5c\x9e\x33\xae\xc8\x32\ \x63\x2c\x8e\x22\x51\xc4\x92\x24\x74\x3a\x6d\xd7\xb6\x4d\xc3\x4c\ \x5b\xd6\xec\xd4\xb4\x6b\x3b\xe3\xa5\x31\xcb\x30\x11\x07\xc3\xfe\ \xc0\x1d\xb9\x92\x28\xaa\x8a\x24\x08\x48\x12\x31\xe2\x0c\x50\x86\ \x01\x14\x89\x10\xb8\xfe\x68\x38\x74\x47\xb6\x3d\xb0\xbf\xfa\x95\ \xaf\x2c\xdf\xbe\x23\x0a\x82\x28\x49\x98\x08\x41\x1c\xeb\xa6\x95\ \x2b\x8d\x0b\xaa\x1e\x03\x68\xa6\xd3\x82\x20\x24\xe4\x0d\x00\x20\ \xa9\xef\xa2\x28\x7a\x9e\x97\xa0\x73\x6f\xf3\x3d\x6f\xb9\x31\x55\ \x55\x1d\x1b\x1b\xcb\x66\xb3\x9c\x03\x4d\x55\x73\xb9\x8c\x80\xa1\ \x44\x50\xe0\x7b\xa1\xef\x8d\x06\xfd\xad\xed\xed\x28\x8a\xc6\xc6\ \xca\x17\x2f\x3e\x12\x53\xe6\x7a\xde\x21\xbc\xc1\x8c\x71\x41\x10\ \x8e\x1d\x3f\x9a\xcf\x67\xce\x9e\x3d\x33\x31\x31\x01\x18\x52\x64\ \x2d\x97\xcb\x0b\x02\x99\x99\x99\x30\x2d\xed\x77\x7f\xff\xf7\x6e\ \x2f\x2f\x15\xc7\x4a\x11\xa3\x33\x73\xb3\x11\x8d\xd7\x36\xd6\x9b\ \xed\xf6\x93\x1f\x7e\xaa\x37\x18\xbc\xf2\xea\xab\xf7\x96\x96\x05\ \x04\xb7\xd7\xd7\xdb\x8d\xfa\xb1\x23\x47\x64\x51\x50\x14\xc9\x75\ \x5d\x46\x29\x07\x8c\x53\x2a\x8b\x64\xac\x54\x20\x18\x4a\x22\x81\ \x10\x50\x1a\x0b\x22\x81\x08\xf5\xfb\x7d\x2f\xf0\x04\x51\x94\x64\ \x75\x76\x66\xce\x1d\xb9\x19\x33\x93\x32\x52\xce\xd0\x19\xf5\x87\ \x34\x66\xa2\x24\x21\x84\x11\x11\x00\x22\x08\x63\x00\xdf\xc3\x45\ \x93\x03\xf0\xaf\x0a\xb9\x8a\x28\xfd\x77\x07\xf5\x6c\x1c\xff\x10\ \x9c\xf9\x8b\xaf\x48\x80\xc7\x6f\xf7\xce\xbf\xd4\xbc\xf2\x64\x71\ \xf3\x84\xf9\xd7\x4f\x7f\xe4\x80\x63\x82\x8f\x9d\x38\x25\x10\xa1\ \xdd\x6e\x36\x1b\x07\x9d\x4e\x8b\x52\x5a\x9e\x98\x12\x25\xf9\x5d\ \xe9\x7f\x39\x00\x18\xe3\x87\x1f\x7e\x28\x11\xa2\x69\x9a\x96\xcf\ \xe7\x77\x77\x77\xb6\xb6\x36\x9f\x7f\xfe\xdb\x77\xee\xdc\x71\x1c\ \x77\x66\x66\xba\x54\x2a\x25\x1d\xc7\xfc\xfc\xfc\xc3\x17\x1f\x4e\ \x6c\x29\x6b\x6b\x6b\x9e\xeb\x69\x86\x3e\x37\x33\x23\x4b\x92\xef\ \xfb\xe9\x54\xaa\xd1\x6c\x72\xce\xf7\xf6\xf6\xc2\x38\x2e\x8d\x8f\ \x01\xce\x19\xe3\x90\x03\x08\x38\x44\x50\xd6\x54\x00\x41\x42\xa2\ \x02\xc0\x10\x82\x10\x42\xdf\xf5\x43\xdf\x67\x31\x85\x10\xca\x82\ \x68\x18\x46\x3a\x9d\xb6\x74\xa3\x51\x3b\xf0\x1c\xa7\xdb\xee\xb8\ \x8e\x17\x06\xb1\x28\x10\x08\x21\xa5\xd4\xf7\xfd\xbd\xdd\xdd\x46\ \xad\x96\x31\x2d\x18\xd1\x56\xa3\x01\x01\xc0\x18\xbb\x9e\x1b\x86\ \xa1\xa2\x28\x8a\xaa\x76\xda\xdd\x98\xb2\x38\x66\x61\x44\x15\x4d\ \xdf\xaf\x54\x87\x23\xc7\xf3\x7c\xce\x40\x10\x84\x98\x90\x4a\xb5\ \x16\x04\x61\x69\x6c\x2c\xa4\xf1\xd0\xb6\x47\xb6\xfd\x96\xd7\x86\ \x08\x92\x24\x19\xba\x71\xee\xdc\xb9\x20\x0c\x7b\x83\x01\xa5\x74\ \x7b\x7b\x7b\x6a\x6a\x6a\x6c\x6c\xac\x50\x28\x8c\x46\xa3\x72\xb9\ \x7c\xf4\xe8\xd1\xc4\xb3\x6a\xa5\x52\x87\x8b\xaf\xa2\x8c\x96\x8a\ \xa5\x93\xa7\xee\x2b\x97\xcb\x73\x47\xe6\x4e\x9d\x3c\x05\x11\xac\ \xec\x57\xba\xdd\x6e\xb9\x5c\x3e\x73\xe6\xf4\x23\x97\x2e\x85\x61\ \xb0\xbe\xb1\xe6\xb8\x2e\x05\xbc\xdb\xef\x65\x72\x39\x51\x14\x15\ \x4d\x79\xe2\x89\xc7\x4f\x2e\x1e\x57\x65\xa9\xd5\x38\x60\x34\x0c\ \x7c\x3b\x93\x4e\x65\xd2\x29\x7b\x34\x1a\x0d\x87\x04\x11\xd3\xd0\ \x01\x07\xb2\x2c\xe6\xf3\xb9\x4c\x26\xb5\xbe\xbe\x3a\x1c\x0e\xa2\ \x30\xa0\x2c\x86\x00\xb1\x98\x89\xa2\x60\x9a\x46\x3e\x97\xb5\xed\ \x51\x3e\x9f\x2b\x16\xf2\x9e\xeb\x64\xd2\x29\x51\x14\xe2\x38\x92\ \x25\x51\x14\x84\x38\x0a\x69\x1c\x02\xce\x11\x42\x8a\x2c\xc8\x92\ \x10\x85\xa1\xa9\x9b\x2c\x8a\x13\x4b\x5a\xbb\xd1\x7c\xe9\xa5\x97\ \x5e\x7b\xf5\x15\xcf\x75\x0b\x85\x7c\xb9\x5c\x76\x5c\x77\x6f\x6f\ \x2f\x93\xcb\xc9\x8a\x42\x30\x49\x98\x9b\x99\x99\x99\x6c\x36\x0b\ \x00\x78\x5b\x32\xc8\x12\x3e\xfc\x1d\xe3\x42\x42\x95\x3b\x8e\xd3\ \x6e\xb7\xdb\xed\x76\xbf\xdf\x6f\x77\xda\xfd\x6e\x0f\x72\x86\x20\ \x27\x08\x65\x32\x19\xcb\x34\x8f\x1f\x3b\x66\x59\xe6\xce\xce\xf6\ \xf6\xf6\x0e\xa5\xec\x70\xa9\x0f\x9c\x33\x49\x14\xe7\x17\x8e\xcc\ \xcf\x1f\x3d\x7e\xfc\xc4\x87\x3f\xfc\x61\xc3\x30\x1a\x8d\xe6\x6b\ \xaf\xbd\x96\xcb\xe5\x2e\x5e\x7c\xf8\xc9\x27\x9f\xd0\x34\xf5\xf9\ \x17\x5e\xd8\xd9\xdd\x65\x8c\xed\x57\x2a\x7e\x10\xa4\xd3\x69\x3f\ \xf0\x4f\x9f\x3e\xfd\xd4\x47\x3e\x3c\x3e\x3e\xd6\x6c\xd4\x1b\xb5\ \x03\x8c\x90\xaa\xc8\x99\x6c\x1a\x63\x1c\x45\x11\xa5\xf1\x5b\x2b\ \x2b\x30\x12\x04\x61\x7c\x6c\xac\x56\xad\x56\xab\x55\xc6\x79\x10\ \xf8\x10\x26\x79\x48\x5c\x92\xc4\x54\x3a\xcd\x39\x87\x00\xcc\xcd\ \xce\x3a\xc3\x21\x81\x30\x9b\x49\x43\x00\x05\x82\x45\x91\x00\x08\ \x18\xe7\xec\xed\x1e\xed\xbd\xbb\xc6\x48\xe4\xfc\x40\x14\x7f\x67\ \xbc\xf4\x5b\xdb\x7b\xff\xa0\xd1\xfa\xdf\xcb\x25\xce\x7f\x28\x7d\ \x07\x00\x00\x4a\x60\xa6\x1d\x7c\xf8\x4b\x95\x83\x29\xed\xa5\x0f\ \x95\x00\x7f\x77\x31\x32\x8c\x71\x49\x92\x16\x8e\x2f\x3a\x8e\x1d\ \xc7\x31\xc6\x44\x51\x14\x51\x14\x0f\x81\xb9\xbf\x63\xfe\x4c\x98\ \xd5\x74\x3a\xfd\xd2\x4b\x2f\x39\x8e\xf3\x89\x4f\x7c\xa2\xd3\xe9\ \x7c\xf5\xab\x5f\x5d\x5a\x5a\x0a\xc3\x30\x9b\xcd\x56\xab\x55\xc3\ \x30\x34\x4d\x13\x45\x51\x96\x65\xc6\x58\x18\x45\x8a\xaa\x04\x9e\ \xff\xf8\x13\xef\x7f\xfe\xd9\xe7\x28\xa5\xb3\xb3\xb3\x51\x14\x5d\ \xbc\x78\xd1\x4a\xa5\x5e\xbe\xfc\xdd\x63\x27\x4e\x58\x29\x0b\x61\ \x01\x21\x44\xe3\x10\x09\x84\x51\xca\x19\xe3\x94\x01\x0e\x10\x44\ \x1c\x26\xa7\x15\x77\x5d\x57\x92\x24\xd3\xb2\x6c\xd7\x6d\xd7\xeb\ \xaa\xaa\x56\xab\xd5\x6e\xa7\xbb\x70\xec\x78\x69\x2a\x1c\x0e\x87\ \x08\x9b\x8c\x33\x41\xc0\xd5\xca\xfe\xde\xde\xee\x9b\x6f\x5e\xcf\ \xa4\x52\x2c\x8c\x18\xa5\x09\x6c\x4f\x30\x71\x43\xcf\x0f\x02\xd3\ \x34\xdb\xad\xae\xac\xaa\x31\x8d\x13\x38\xc2\x30\x4c\xce\x98\x20\ \x08\x34\x8a\x21\x84\x9e\xe7\x5b\xa6\xc9\x18\x73\x6d\xcf\x34\xcd\ \x7e\x7f\x68\x9a\xa6\xef\xfb\x10\x42\xcb\xb2\x92\xc2\xbd\xba\xba\ \x3a\x3f\x3f\xcf\x19\x63\x8c\xed\xed\xed\x1d\x3d\x7a\x34\x9d\x4e\ \x47\x51\x24\x08\x42\xa7\xd3\x99\x98\x98\x20\x84\xdc\xbd\x7b\xb7\ \xd3\x69\x9f\x3d\x77\xf6\x10\x26\x26\x08\xa1\xe3\x3a\x3b\x3b\xdb\ \xba\x22\x1f\x39\x32\xd7\x6b\xb7\x10\x42\xae\xe7\x85\x41\x60\x5a\ \x56\x2e\x5f\xac\xd7\x0f\x62\xdf\xbd\x74\xf1\xe1\xcf\x7e\xf6\x5f\ \x02\xce\xe7\xe7\xe7\xcb\xe5\x32\xe7\xfc\xe8\x91\xa3\x18\xe3\x6a\ \xb5\x86\x00\x6c\x35\x1a\xb5\x6a\xd5\x32\x4d\x04\x81\xe7\x3a\x95\ \xfd\x3d\x59\x92\x32\xe9\xb4\x40\xf0\x68\x64\x0b\x48\x91\x44\x61\ \x72\x72\xc2\xf3\xdc\x62\xa9\xa0\xc8\x32\x80\x80\x51\x86\x09\x2c\ \x14\x73\x9a\xa6\x8c\x46\xb6\x20\xbc\x25\x49\x1a\x0e\x87\xed\x76\ \x6b\x38\xec\x8f\x8d\x8d\x39\x8e\x1d\xc5\x01\xc6\x48\x94\x04\x59\ \xe6\xa2\x24\x03\x00\x15\x99\xa4\x52\xc6\xc9\x93\x27\xb2\xb9\x5c\ \x3a\x95\xee\x76\x5b\xd5\xfd\xad\x5e\xb7\xeb\x3a\x8e\x24\x0a\x99\ \x54\xca\xd0\x75\x08\xb8\xef\xb9\x80\x52\xc0\x79\xad\x56\xb3\x2c\ \xf3\xf6\xed\xdb\xef\x7f\xff\xfb\xa7\xa7\xa7\xd7\xd7\xd7\x05\x41\ \x20\x84\x24\x26\xd5\x44\x8b\x92\x88\x67\xe0\xdb\xaf\x76\xbb\x9d\ \x18\x47\x31\xc6\x0c\xa0\x7c\xbe\x68\x5a\xa6\xed\x78\xe9\x74\x7a\ \xf1\xe4\xa9\x6e\xaf\x57\xad\x54\xb6\x77\xf6\x5c\xd7\x33\x74\x8d\ \x10\x02\x0e\xa3\x42\x85\x8c\xb3\x46\xa3\xe9\xd8\xf6\xdc\xdc\x1c\ \xc2\xd8\x30\x8c\x8d\x8d\x0d\xcf\xf3\x4c\xd3\x9c\x98\x98\x38\x7d\ \xe6\x74\xbd\xde\xfc\xc8\x47\x3e\xfa\xeb\xbf\xfe\xbf\x2c\x2f\x2f\ \xcf\xcf\xcf\x3f\xfd\xf4\xd3\x99\x4c\xc6\x30\x0c\x4a\xa9\x1f\x04\ \x88\xf3\x56\xfd\xe0\x8d\xab\xaf\x4f\xdb\xd3\xe7\x1e\x3c\x2f\x10\ \x71\xd0\xeb\x71\x08\x45\x51\xe4\x9c\x47\x61\x84\x31\x42\x98\xe4\ \x72\x39\x4d\xd3\x74\x5d\x4f\x67\x32\x34\x8a\x30\x21\x00\x00\xd3\ \x34\x0d\xc3\x70\x5d\x1f\x42\x10\xc5\x61\xb1\x54\xd0\x74\xd5\xf3\ \xdd\xc1\xa0\x2f\x45\x8a\xc6\xb5\xa1\x6b\x6b\xba\x8e\x05\x02\x11\ \x42\x84\x20\x04\xdf\xd3\x3b\xea\x24\xc6\xbe\x63\x19\x5f\xce\xa6\ \xff\xf3\x66\xeb\x55\x43\xbf\x62\x1a\xca\xdf\x79\xd9\x3b\x47\x10\ \x70\xf0\xc4\x33\xb5\x7c\xdd\xff\xbf\x7f\x71\x61\x98\x16\x0f\x21\ \x6c\x67\x8c\x41\x0c\x52\xa9\x4c\xd2\xc1\x24\x3d\xd1\x21\x3e\x0c\ \x84\x90\x52\x96\x48\x14\x64\x59\xbe\x73\xe7\xce\xb3\xcf\x3e\xfb\ \x93\x3f\xf9\x93\x9f\xfa\xd4\xa7\x3e\xff\xf9\xcf\xbf\xf0\xc2\x0b\ \x3b\xbb\xbb\xfb\xfb\xfb\xa5\x52\x49\x96\xe5\xd1\x68\x54\x3f\xa8\ \x03\x00\x12\x59\xfa\xea\xbd\xd5\xb3\x67\xcf\x0a\x92\x18\xf9\xfe\ \xfc\xfc\xfc\xab\xaf\xbe\x6a\xdb\x76\x26\x93\x11\x44\x51\x54\xe4\ \x2f\x7c\xe1\x0b\x1f\xfd\xe8\x47\x9f\x7c\xea\xc3\x8c\x73\x98\xf4\ \xea\x51\x14\x86\x61\xe8\xfb\x02\x79\x0b\x97\xe1\x10\x4a\xb2\x2c\ \x0a\x42\x1c\xc7\x80\xb2\xe1\x60\xb0\xbb\xb3\xa3\xab\x5a\x1c\x46\ \x95\x4a\xe5\xe2\xc5\x8b\x8b\x8b\x27\x34\x55\x11\x44\x12\xf8\x01\ \xc2\x50\x20\x18\x43\x9e\x4a\xa5\xf2\xf9\x7c\xe0\x3a\xbe\xeb\x44\ \x51\xc4\x11\xe7\x8c\x25\x8c\x1c\x02\x40\x10\x04\x8c\xf1\x70\x38\ \x4c\xb6\x7f\x59\x96\x35\x3f\x3f\x7f\x6f\x65\x25\x8e\xe3\x74\x3a\ \xed\xfb\xbe\xef\x7b\x23\x67\x74\xd4\x9a\x17\x00\x0f\xe2\x38\x95\ \xb2\xfa\xfd\xde\x68\x34\x12\x04\x61\x7c\x7c\x3c\x51\xe3\xb5\xdb\ \xed\x44\x29\x41\x19\x4b\x67\x32\x94\xd2\x54\x2a\xb5\xbd\xbd\x7d\ \xe9\xd2\x25\x59\x96\xaf\x5f\xbf\x5e\xad\x56\x35\x4d\x7b\xf4\xb1\ \x47\x0f\x49\x4a\x21\xd4\x6a\xb5\x3b\xed\xf6\xe9\xc7\x1f\xd3\x34\ \x65\x6b\x73\x2b\x91\x06\x1e\xd4\xeb\x61\x10\x40\x08\xf7\xf7\xf7\ \xa7\xa7\xa7\x83\xc0\x4f\x8a\xa0\x6d\xdb\xd7\xae\x5d\x33\x0c\xc3\ \x71\x9c\xa9\xa9\x29\x42\x48\xbd\x5e\xef\xb4\xda\x49\x94\xc2\xe2\ \xe2\x62\x36\x9b\x55\x55\xb5\x7c\xe2\x78\x36\x63\x31\x0e\x14\x45\ \x1d\x0c\xfa\xba\xae\x0b\x82\x00\x00\xa0\x31\xe5\x10\x70\xc6\x11\ \x46\x88\x20\xc0\x41\x14\xc5\xef\x58\xe4\x09\x21\xeb\xeb\xeb\xb2\ \x2c\xff\xc4\x4f\xfc\x84\x61\x98\x9e\xe7\x29\x8a\xe2\x7a\x36\xf3\ \x63\x4c\x88\x20\x72\x84\x20\x65\xc0\xd0\x0c\x53\xd7\xae\xbc\xfc\ \x32\x42\xc4\x0f\x5c\xc6\x58\xbb\xdd\xde\xdc\xdc\x8c\x63\x6a\x18\ \x3a\x63\x6c\x62\x62\x22\x95\x4a\xdd\xbc\x79\x33\xa9\xdd\x89\x1d\ \xa1\xd9\x6c\x8e\x46\xa3\x28\x8a\x6c\xdb\xe6\x9c\x47\x51\x04\xdf\ \x2e\x85\x89\xc2\x32\xb9\x6f\x13\x5e\x5d\x14\x45\x55\x55\x05\x41\ \xe0\x08\xcb\x8a\x7c\xec\xd8\x31\x88\x09\x42\x78\x6a\x6a\x7a\x30\ \x1a\x7a\xae\x43\x19\xd7\x34\x3d\x39\x1e\x0e\x31\x32\x21\x84\x7c\ \x3f\x58\x59\xbe\xfb\xc0\x03\x0f\x20\x82\x1b\x8d\x86\xeb\xba\xa6\ \x69\x6e\x6e\x6e\xb6\x5a\xad\x62\xa9\xb8\xb2\xb2\x52\x2c\x16\x4f\ \x9e\x5c\x7c\x2b\x38\x76\x6c\x73\x00\x00\x20\x00\x49\x44\x41\x54\ \xec\x08\xa1\x2b\x57\xae\x64\xb3\xd9\x7a\xbd\x3e\x39\x39\x19\x45\ \xd1\x70\x38\xaa\xd5\x6a\x7b\xbb\xbb\x07\xf5\xfa\xd4\xec\x6c\xa1\ \x50\x90\x64\x29\x9b\xcf\xeb\x86\x01\x38\x67\x9c\x45\x7e\x40\x59\ \x28\xcb\x72\x72\x98\x01\xce\x92\x31\x25\x99\x51\x20\x84\xdd\x6e\ \x37\x0c\xc2\xc1\x60\x18\x7a\x9e\x6d\xdb\xcf\x3f\xff\xfc\x87\x9e\ \x7a\xaa\x38\x36\x16\xc6\x91\xa2\x2a\x80\xf3\xd0\x0f\x04\x22\x70\ \x84\x21\xf9\x1e\x15\x77\xc6\x98\xeb\xba\x7f\x13\x7a\xf4\x10\xc2\ \xcf\x9a\xc6\x03\xa3\xd1\x27\x2b\xb5\x95\xf2\x58\x93\x10\xf2\xd7\ \xf8\x35\x51\xc0\x7d\x97\x05\x1e\x8e\xfc\x1f\x34\x8d\x7c\x28\xa2\ \xb3\xd7\xba\x0f\x7f\xa7\xf9\x9d\x27\x4b\x37\xe7\x75\x32\x8c\xfe\ \x9d\x4c\xaa\x28\xe3\x7f\xcf\xe8\x99\x58\xf0\xb7\xb7\xb7\x93\xdc\ \xd4\x62\xb1\x68\x18\xc6\xa1\x06\x55\xee\x79\x7e\x32\x35\x1f\x1c\ \x34\x7e\xe3\x37\x7e\xf3\xfd\xef\xff\xc0\x2f\xfd\xd2\x2f\x75\x3a\ \xdd\xa5\xa5\x65\xc3\x30\x97\xef\x2c\xdf\xbb\x77\x2f\x95\x4a\xf5\ \xfb\x7d\x8c\xf1\x60\x30\x48\x9e\xc6\x24\x6c\x76\x6f\x6f\x6f\x72\ \x62\x1c\x61\xa4\xc8\x72\xa7\xd3\x49\xf2\xa1\x5c\xc7\x69\xb7\xdb\ \xbe\xef\xbb\xae\x1b\x84\x81\xeb\x79\x9e\x63\xeb\x9a\x82\x38\x1b\ \x74\xba\x18\x42\x45\x51\x00\x44\x34\x8e\x21\x24\x18\x21\xdf\xf3\ \x12\x5a\x72\xd0\xeb\x6e\x6d\xac\x9f\x7f\xf0\x41\x88\xb8\xaa\xca\ \xc5\x42\xce\x73\xdd\x90\xb2\x89\x99\x69\xca\x28\x42\x30\x8a\xc2\ \x38\xa6\x8d\x83\x5a\xa5\xb2\xe7\x0c\x86\x34\x8c\x0c\x5d\x17\x64\ \xa1\xd5\x6e\x25\x02\x0c\x0e\x40\xd2\xfa\x79\x81\x3f\x39\x35\x85\ \x10\x3a\x76\xec\x58\xa9\x50\x6c\xd6\xeb\xdd\x6e\x77\xbc\x34\x66\ \x18\x46\xab\xdd\x4a\x10\x03\xdb\x75\x4d\xd3\x1c\x8e\xec\xe4\xfe\ \x4f\xf2\xc7\x13\x17\xa5\x69\x9a\x89\x5f\x89\x31\x36\x1c\x0c\x18\ \x63\x93\x93\x93\xeb\xeb\xeb\x77\xee\xdc\x39\x76\xec\x98\x65\x59\ \xeb\xeb\xeb\xf7\xdf\x7f\xff\xfc\xd1\xf9\x38\x8e\x0e\x71\xd9\xe3\ \x98\x4e\x4f\x4d\x59\xd9\x02\xe4\xec\xd5\x57\x5f\xed\x0f\xfa\x02\ \x11\x42\x1a\xe7\xf3\xf9\x74\x3a\xb3\xb9\xb9\x11\x86\x21\x65\xec\ \xc6\x8d\x1b\xc9\x17\xbd\xb5\xb5\x75\xe2\xc4\x89\xc4\xa5\x95\x88\ \x7f\x14\x45\xe6\x80\x06\x81\xa7\xa9\x4a\xb9\x3c\x36\x39\x31\x6e\ \x98\x26\xc1\xc8\xf3\xbc\x28\x8a\x29\xa5\xb6\x33\xea\xf7\xbb\x77\ \xef\xae\x18\x86\x16\xc7\x91\xe7\x38\x49\x60\x3d\x84\x10\x63\xc2\ \x39\xd5\x35\x25\x95\xb2\x2c\xcb\x7c\xe5\x95\x2b\x51\x14\x88\x22\ \x09\x02\x8f\x90\xb4\x28\x0a\xbd\x5e\x37\x9d\x4d\x61\x4c\x44\x51\ \x4e\x12\x66\x46\xc3\x51\xbd\x56\x65\x34\x8e\x02\x6f\x7b\x7b\x57\ \x55\x64\xc7\x1e\x38\xf6\x70\x67\xdb\x57\x14\x05\x41\xd6\xe9\x74\ \x47\xc3\xbe\xa2\xa8\x9c\x53\x59\x12\xac\x42\xae\xdb\xed\x0e\x87\ \xc3\xa5\xa5\x25\xcb\xb2\x0c\xc3\xe8\xf7\xfb\xc9\x80\xa8\x28\x4a\ \x72\x91\x65\x59\x4e\x0a\x9f\x28\x8a\x89\x92\x44\x10\x84\x28\x8c\ \xa2\x28\x0a\x62\x2a\x49\x4a\xad\x56\x13\x25\xc5\x30\xcd\xdd\xbd\ \x9d\x76\xa7\xbb\xbf\x5f\x51\x14\xad\xd5\x6a\xc7\x71\x04\xc1\x61\ \x30\x00\xc6\x98\xaa\xaa\x8f\x3f\xfe\xb8\x95\x4e\xb5\x9b\xad\xeb\ \xd7\xae\x05\x41\x10\xc7\xb1\x24\x49\x8a\xa2\xc8\x92\x7c\xf3\xe6\ \xcd\x93\x27\x4f\x7d\xf3\x9b\xdf\xec\x74\x3a\x84\x90\xd5\xd5\xd5\ \x38\x8e\x7f\xec\xc7\x7e\x6c\x7a\x7a\x5a\x92\x24\x4c\x08\xc6\xb8\ \xd7\xed\x41\x84\xe2\x38\xce\xe5\x72\xa9\x54\x4a\x56\x14\x51\x14\ \x03\xdf\x07\x00\x30\xce\x7d\xd7\x73\x6d\x7b\x30\x1a\x0e\xfa\x7d\ \xce\xb9\x6b\x3b\x82\x28\xb2\x64\xc1\x1a\x63\x9c\x73\x51\x24\x61\ \xe0\x1f\x3b\x36\xbf\xb9\xba\x56\x6f\x1c\x9c\x7d\xe0\x0c\xe7\x54\ \x56\x44\xee\x33\x1a\x47\x14\x01\x45\x53\x93\xd5\x03\x80\xf1\xef\ \x4d\x71\x47\x08\x25\x64\xce\xf7\xbc\x96\xa9\x00\xf4\x34\xf5\xb3\ \x00\xfc\xb3\xed\xbd\x9f\x1f\x8d\x7e\xb3\x3c\x2e\x00\xf0\x1f\x3c\ \x76\x23\xcc\x65\x55\x90\x14\xfc\x03\x96\x3f\x16\x0b\xa8\xdc\xf6\ \xff\xde\xd7\xaa\xd5\x19\xed\x95\x1f\x1b\x93\x15\x7c\xb8\xb0\x01\ \x08\x21\xe3\xfc\xcf\xfe\xfc\xcf\x57\x57\x57\xf3\xf9\xfc\x2f\xfe\ \xc2\x2f\x58\xa9\xd4\xe1\x0e\xf5\xc1\x60\x98\xf4\x50\x7f\xf8\x87\ \x7f\x18\x86\xe1\x2f\xff\xf2\xa7\x08\x11\x28\x63\x17\x2f\x5e\xfa\ \xf6\xb7\x9f\xf7\x03\xff\xd9\x67\x9f\x75\x1c\xa7\xd5\x6a\x2d\x2f\ \x2f\xbb\xae\x9b\xc8\x90\x4b\xa5\x52\xb9\x5c\xde\xd9\xd9\x99\x9a\ \x9a\x00\x9c\x11\x51\x94\x65\x39\xe9\x28\x6f\xdc\xb8\x51\x28\x14\ \x44\x51\xac\x1f\x1c\x74\x9b\xed\xee\x70\x98\x32\x35\x4d\x33\x28\ \x8d\x1a\x8d\x06\x00\x60\x72\xee\x28\x60\x14\x42\x08\x18\xe7\x90\ \xbb\xae\xe3\x7b\x9e\x22\xcb\x04\x63\x82\xf1\xfa\xda\x9a\x40\x84\ \xb9\xd9\xd9\x28\x8a\xee\xde\x5d\x3a\x7a\xe2\x64\x1c\x06\x00\x23\ \x8c\x88\x1f\x78\x90\xf3\x42\x2e\x77\xe1\xc1\x07\x5b\xf5\x46\x75\ \x6f\x8f\x71\x36\x70\x86\x9e\xeb\x33\xce\x83\x20\x88\xa3\x48\xd1\ \x34\x4d\xd3\x6c\xd7\x85\x10\x46\x51\x54\xab\xd5\x86\xfd\x41\x14\ \xc5\xc3\xe1\xd0\xf3\x3c\x5d\xd3\x39\x07\xaa\xac\xec\xef\xef\x53\ \xce\x89\xe7\x26\x5b\x42\xde\xd1\xe4\x25\xcc\x5e\xa7\xd3\x39\x75\ \xea\xd4\xda\xda\xda\xce\xde\xde\xc2\xc2\xc2\xa5\x4b\x97\x7a\xbd\ \xde\xc2\xc2\xc2\xea\xea\x6a\x92\xac\x32\x3d\x3d\xfd\xf0\xc3\x0f\ \x1b\x86\xd1\xed\x75\x0e\x81\xff\x72\xce\x25\x59\xf2\xda\xbd\x6b\ \xaf\x5f\x0d\x03\x6f\x6e\x6e\xee\xd6\x9b\xd7\x93\xc9\x3d\xa6\xf1\ \xfa\xfa\xfa\x99\xd3\x67\x1a\x07\x95\x76\xbb\x95\xf8\x39\x67\x66\ \x66\x92\x7c\x92\x4c\x26\xa3\xaa\xea\xe4\xe4\x24\xe4\xbc\xdf\xed\ \x40\x08\x32\x99\xf4\xc9\xc5\x45\xc6\x98\xef\x79\x71\x14\xa5\xd2\ \xe9\x94\x65\x02\x00\x4c\x5d\x5b\x5b\x5b\x8b\xa2\x70\x7c\xfc\xa8\ \x95\x32\x29\x65\x89\xac\xdb\xf7\x7d\xc7\xb1\xab\xd5\xaa\x20\x08\ \x94\xc6\x2b\x2b\x2b\xad\x56\x73\x30\x18\x24\x3e\x9d\x20\x08\x66\ \x66\x66\x24\x49\x8c\x63\x4a\x88\x80\x31\xe2\x9c\x7b\x5e\x70\xeb\ \xd6\xcd\x97\x5f\x7a\xb9\xdb\xeb\xb7\x1a\x8d\x7a\xad\x92\xcb\x65\ \xe3\x38\x24\x84\x24\xbb\x4a\x1a\x8d\x86\x6d\xdb\x8d\x46\x3d\x95\ \x4a\xe9\xba\x3e\x08\x82\x46\xa3\x61\x9a\xa6\xe3\x38\xb5\x5a\x2d\ \xb1\x32\x29\x8a\x12\x45\x91\xeb\xba\xa2\x28\xda\xb6\x9d\x60\xee\ \x18\xe3\xc4\x13\x97\xac\x49\x49\x3c\x4d\xba\xa1\x8f\x4f\x4c\x5e\ \x7c\xe4\x7d\x71\x1c\xdf\xba\xbd\xd4\x68\x36\xdb\xed\x36\x03\x30\ \x08\x02\x4c\x04\xc6\x68\x92\x42\xc3\x0f\x03\xbb\x73\x84\xa0\x95\ \x4e\xd5\x2a\xd5\x6f\x7c\xe3\x1b\x8b\x8b\x8b\x8a\xa2\x30\xc6\xe6\ \xe7\xe7\x13\x31\xbb\x65\x59\x47\x8e\x1c\x79\xf6\xd9\xe7\x12\xe1\ \xe6\x89\x13\x27\x12\xa2\xe5\xc8\x91\x23\x9c\xf3\xb1\xb1\xb1\x42\ \x36\x57\xdd\xdd\x59\x5f\x5b\x93\x15\xe5\xe4\xe2\xa2\x20\x08\x61\ \x18\x40\x8c\x28\x63\xb2\x2c\xcb\x92\xa4\x48\x72\x14\x04\xb6\x6d\ \xa7\x33\x99\x7c\xb1\xc0\x28\x0b\xa3\x88\xb2\xb7\x44\xfd\x89\x29\ \x3a\x9f\xcb\x1d\x1c\xd4\xf6\x2b\xfb\xae\xe3\xd8\x8e\x13\xc7\xd1\ \xc6\xc6\x86\x6e\x1a\x9a\xa1\x2b\xb2\x4a\x10\x06\x00\x26\xc7\xde\ \xf7\x81\x0a\x45\x64\xec\xb2\x65\xfe\x3f\x85\xdc\x4f\xb6\xda\x3f\ \xd2\xeb\x87\x7f\x57\x99\x55\x86\xa0\x18\xb0\x8f\xfe\xe9\xbe\xd9\ \x8f\xbe\xf6\xf1\xa9\xa1\x25\x1e\x3a\x46\x86\x51\x26\x4b\xd2\xcf\ \xfc\xf4\x4f\xbf\xef\x91\x47\x7e\xf6\x1f\xfe\xc3\x62\xb1\x18\x47\ \xd1\x21\x40\x48\x08\xe1\x9b\x6f\xbe\x79\xf5\xea\x1b\x5f\xfa\xd2\ \x9f\x3d\xf3\xcc\xd7\x3f\xf1\x89\x9f\x5e\x5d\x5d\x7f\xf6\x5b\xcf\ \x6d\x6d\x6c\x8d\x46\xa3\x30\x8a\x08\x11\xc2\x30\x1c\x1f\x1f\x67\ \x8c\x35\x1a\x8d\x5e\xaf\x97\xc8\x1e\x92\x27\x96\x10\xd2\x6e\xb6\ \x08\x11\x52\xa9\xd4\xe2\xe2\x62\x10\x04\xb9\x5c\xee\xd8\xb1\x63\ \x33\x73\x73\x71\x14\x8d\x97\xcb\xe5\xc9\x89\x85\xf9\x85\xc9\xc9\ \x29\xce\xa8\x44\xc8\x68\x38\xaa\xd7\x0e\x64\x55\x03\x10\x40\x00\ \x7d\xcf\x63\x31\x4d\xa5\x52\xae\xe3\xec\x6c\x6d\x79\x9e\xab\xaa\ \xca\xf6\xd6\x56\xaf\xd3\xc1\x18\x0d\x07\x03\x04\xb1\x65\x18\x61\ \x14\x10\x0c\x21\x60\xb2\x28\xea\xba\x8a\x05\xec\xd8\x76\x2e\x93\ \x2e\xe4\xf3\xcd\x66\x83\x51\x3a\x3e\x3e\x26\x89\x62\x82\xb0\x0b\ \x82\xa0\xeb\x7a\x1c\x47\x07\x07\x07\x86\x61\x28\xaa\x62\x9a\xe6\ \xdc\xdc\xac\x65\x59\xc9\x66\x1c\xc7\x71\x0c\xd3\x7c\xe4\x91\x47\ \x7e\xf4\x47\x7f\xf4\xc8\xdc\x91\x20\x08\x92\xa8\x42\x41\x10\x12\ \xef\x89\xe7\x79\xbe\xef\xef\xef\xef\x8f\x46\x23\x08\x40\xa5\x52\ \xb9\x7a\xf5\x2a\x63\x2c\x97\xcb\x9d\x3b\x77\xee\xf1\xc7\x1f\xbf\ \x77\xef\xde\xfd\xf7\xdf\x2f\xcb\xf2\xfa\xfa\xda\xe1\x42\x4e\x04\ \x41\xd8\xd8\xd8\x7c\xf6\xb9\xe7\x04\x42\xee\x3f\x73\xa6\x5a\xa9\ \x9a\x96\x15\xfa\x1e\x8d\xe9\xee\xee\x2e\x21\x64\xbf\xb2\x3f\x1a\ \x8d\xce\x9d\x3b\x87\x31\x4e\xa0\x83\x47\x1f\x7d\x14\x42\x58\xa9\ \x54\x92\x6c\xb5\xb9\xd9\x59\x49\x14\x31\x42\xaa\xaa\x4c\x4d\x4d\ \xcd\xcd\xcd\x09\x82\x10\x06\x81\x22\x4b\x9c\x71\xcf\xf3\x88\x28\ \xc4\x71\xa4\x28\x8a\xef\x7b\x10\x21\x42\x30\xe7\x0c\x63\xac\xa8\ \x4a\x14\x85\x9a\xa6\x96\xcb\xe5\x4c\x26\xcd\x39\xd3\x75\x7d\x62\ \x62\x22\xf1\x91\xa5\xd3\xe9\x20\x08\x14\x45\xc6\x08\x7b\x9e\x3f\ \x18\x0c\x9a\xcd\xb6\x6d\x8f\x74\x4d\x53\x55\x79\x73\x7d\x6d\x6b\ \xe3\x5e\xa7\xd5\xd8\xda\xdc\xd8\xdd\xdd\xe9\xf5\x7a\x3c\xe1\x25\ \x28\x4d\x36\xdd\xbf\xb5\xa8\x08\xc2\x24\xe9\x01\x42\x98\x4e\xa7\ \x6d\xdb\x1e\x0e\x87\xc9\xf7\x92\xc0\x2f\xe4\xed\x90\x48\x08\x61\ \xd2\xc8\xe7\x72\xb9\x24\x54\x39\x97\xcb\x61\x84\x0d\xc3\x20\x44\ \xa8\x56\xab\x10\xc1\xf1\xf1\x71\x59\x92\x35\x4d\x3b\x7f\xfe\xfc\ \xb1\x85\x85\xa9\xa9\xe9\x99\xe9\x69\x94\x98\x39\xdf\xf5\xdd\x8e\ \x7d\xcf\xff\xee\x0b\x97\x5f\x79\xe5\x95\xc7\x1e\x7b\x6c\x30\x18\ \x10\x42\x74\x5d\x6f\xb7\xdb\x8e\xe3\xdc\xbc\x79\xb3\x58\x2c\xfe\ \xc9\x9f\xfc\xc9\x83\x0f\x5e\x50\x14\x85\x10\xd2\xeb\xf5\x3e\xf6\ \xb1\x8f\x49\x92\xf4\xda\x6b\xaf\x45\x51\x14\x45\x51\xa9\x54\xca\ \x64\x32\x00\x00\x59\x91\x75\x5d\xcf\x8f\x95\x72\xf9\xbc\x28\x08\ \x82\x20\x88\xa2\xc8\x18\x8b\x69\x9c\xa8\xfb\x19\x63\x9c\x71\x00\ \xa1\x2c\x49\xb2\x24\xa9\xaa\x9a\x8c\xbc\x85\x42\x3e\x9f\xcf\x53\ \x1a\x63\x8c\x12\x1e\x45\x92\x24\x41\x14\x0c\xc3\x20\xa2\x00\x20\ \xe8\x75\x7b\xc3\x7e\xbf\xd7\x6e\xf7\x7b\x3d\xf2\xde\x2f\x6a\x49\ \x2d\xff\xbf\x0a\xf9\x33\x8e\xf3\xc9\x83\xfa\x3d\x45\xd9\x54\xe4\ \xbf\x83\x99\x33\x91\x00\x2f\xbe\xd0\xb8\xef\xf5\xce\x33\x1f\x9f\ \xde\x58\x34\xc5\xe0\x90\x57\x00\x61\xe4\xb8\xb6\x4e\x34\xc3\x30\ \x7e\xea\xa7\x7e\x8a\x73\x4e\x29\x8b\xa2\x90\x03\x8e\xde\x8d\xce\ \x3d\x69\x39\xbf\xf1\xf5\x6f\xbe\xf8\xdd\x97\x37\x36\x36\x44\x51\ \xfc\xd6\x37\x9f\x35\x0c\xe3\xdc\xb9\xf3\xb9\x9c\xd4\xeb\x0e\x8a\ \xf9\x52\xbd\x5a\x3f\x38\x38\x00\x00\xcc\xcf\xcf\x27\x81\xa5\x6b\ \x6b\x6b\xb2\x2c\x4f\x4e\x4e\xbe\xf6\xda\x6b\x1b\x1b\x9b\x95\xfd\ \xdd\x07\xcf\x9f\x4f\x8c\xfb\xbe\xef\x47\x51\x24\x8a\x62\x36\x93\ \xb1\x52\xa9\x46\xa3\x31\x1c\x0d\x19\x03\x80\x12\xdf\x75\xa8\x80\ \x37\x37\x36\x1e\x78\xe0\x01\xc0\x28\x60\x9c\x53\x00\x38\xe8\x77\ \xda\x08\x72\x46\xa3\xeb\x37\xae\x4d\x95\x27\x2d\xd3\xd4\x15\xb9\ \xc3\x69\xaf\xdb\x31\x34\x35\x0c\xfc\x5a\xad\x56\x60\x45\x55\x91\ \x31\x12\xe3\x38\xec\x76\xbb\x77\x97\x97\x5b\xf5\x06\x88\x59\x6d\ \x7f\x17\x22\xa8\xaa\x6a\xa3\xd9\x4c\x56\xf9\xf4\x7a\x3d\x29\x8a\ \x02\x3f\x4a\xc2\x23\x15\x45\x29\x15\x4b\xb3\xd3\x33\x2f\xbd\xf8\ \x62\xa1\x50\xa0\x51\xac\xa8\x8a\x65\x99\xa9\x54\xea\xe2\xc5\x8b\ \xed\x6e\x57\x94\xa5\xc1\x70\xb8\xb3\xb3\x93\x28\xf7\x93\x5d\x1c\ \x71\x1c\x9f\x3f\x7f\xbe\x5c\x2e\x5f\xbb\x76\x0d\x61\x7c\xef\xde\ \xbd\xa4\xdf\x1c\x1f\x1f\xdf\xd9\xd9\x49\xa0\x12\x8c\xf1\x97\xbf\ \xfc\xe5\x6a\xb5\xf2\xc9\x5f\xfa\x64\xe2\x2f\x7d\xd7\xa4\x3a\x8d\ \xcb\xe5\xb2\xae\xc8\x9b\x9b\x9b\xed\x76\x3b\x95\x4a\xb5\xbb\x9d\ \xe5\xe5\x25\x2f\x8a\x14\x45\x33\x4d\xf3\xec\x03\x0f\x00\xc0\x93\ \x3f\x04\x21\x94\x34\xef\xfb\xfb\xfb\x95\x4a\xa5\x5c\x2e\xcf\xcf\ \x1f\x4d\x5b\x56\xe0\xb9\x73\x33\x33\x02\x46\xab\x77\x57\xf6\xf7\ \xf7\x05\x41\x28\x8f\x8f\x49\x82\x20\x09\x42\x1c\x05\xb6\x33\x92\ \x64\x01\x40\x0e\x00\x03\x10\x70\xc8\x1c\x77\x04\x21\x1c\xd9\x43\ \xd3\x34\x63\x1a\x32\x4e\x67\x66\xa7\x5f\x7f\xe3\xaa\xa2\x8a\x83\ \x61\x4f\x10\xb1\xa2\x4a\x81\xef\xf9\xa1\x8c\x30\x91\x64\xc9\xd0\ \x0d\x4a\x29\xc6\xb8\x59\xaf\xb7\x9a\x4d\xc0\xe2\x7c\x2e\x3b\x5e\ \x2a\xae\x6f\x6c\x76\xfb\x03\x8c\x09\xd2\x54\xc8\x59\xe0\x7b\x94\ \x52\xc0\x99\xef\x3a\x71\x18\x30\xc6\x62\xca\x92\x45\x80\x41\x10\ \xb8\xae\xab\xeb\x7a\x72\x0a\x26\x8b\x09\x13\x80\xc2\x30\x8c\x5c\ \x2e\x97\x78\xca\x12\xca\x41\x14\xc5\x4c\x26\x73\x70\x70\xe0\xb8\ \xee\xeb\x57\xaf\x06\x61\x00\xb1\xd0\x68\x34\xa6\xa6\xa6\xcd\x54\ \x6a\x6c\x6c\x4c\x10\xa4\xad\xed\x9d\xed\xad\x4d\x1a\xc7\x87\xe8\ \x10\x11\x02\xae\xeb\x41\x84\xce\x9e\x3d\xab\x69\xda\xb5\x6b\xd7\ \x8e\x1e\x3d\x9a\x64\x38\xff\xc1\x1f\xfc\xc1\xc2\xc2\x42\xbd\x5e\ \x7f\xdf\xfb\xde\x77\xfc\xf8\x89\x2b\x57\x5e\xf6\x7c\xcf\x71\x1c\ \x5d\xd7\x2f\x5e\xbc\x78\xeb\xd6\xad\x2b\x57\xae\x5c\xb8\x70\xe1\ \xd1\x47\xde\x37\x3d\x33\xc3\x28\xcd\xe7\xf3\x63\xe3\xe3\x81\xeb\ \x1d\x1c\xd4\xea\xcd\xe6\xe2\xc9\x93\xaa\xa6\x01\xc6\x10\x80\xae\ \xe3\x44\x51\xf4\x6f\x75\x8c\x10\x26\xeb\xab\x92\x74\x4c\x5d\xd7\ \x6c\x7b\x38\x77\x64\xb6\x79\x70\x90\xcb\x67\x82\xc0\xeb\xf5\xba\ \xe5\xe9\x49\xc6\x22\x40\x01\x12\x05\x41\xc0\xe9\x54\x8a\x32\x4a\ \x88\x40\xbe\x2f\xea\x9a\xc0\x79\x8f\xe0\x7f\x56\x1e\xfb\xdd\xcd\ \x9d\x7f\x5c\xad\xfd\xe3\xd9\x69\x07\x42\xf2\x77\xaa\xb2\x8b\x68\ \x61\x65\xf8\x23\x5f\xdc\x5f\x3e\x97\xb9\xfa\x44\x81\x44\x87\xec\ \xd9\x39\xe7\xd9\x6c\xbe\xb2\xb7\x77\xec\xe4\xb1\x7f\xbb\x54\x13\ \xe3\x76\xad\x21\xcb\xd2\xbb\x95\xc6\x42\x08\x65\x59\xe9\x74\x3a\ \x95\x4a\x25\xa9\xdd\x92\x24\x2d\x2d\x2d\x29\x8a\xa2\x28\x8a\xaa\ \x69\x84\xe0\x9d\xed\xed\xd7\x5f\x7f\x7d\x71\x71\xd1\x34\xcd\x95\ \x95\x95\xa4\xd7\x90\x24\xe9\xda\xb5\x6b\xc5\x62\xf1\xf4\x7d\xa7\ \x1b\x8d\xc6\x7d\x67\xce\xdc\xba\x71\xe3\x9d\x6c\x80\x4e\xbb\x6d\ \xdb\xb6\x24\x89\x9e\xed\x28\x8a\x1e\x86\x61\xfd\xe0\x80\xc6\xa1\ \x6d\xdb\xd9\x6c\x36\xb2\x1d\x22\xc9\x10\x0b\x18\xd1\x7e\xaf\x27\ \x0a\x98\x33\xb6\xbd\xb9\xdd\x3a\x68\x66\xd2\xe9\x66\xb3\xd5\xef\ \x76\x7a\xdd\x6e\xa9\x58\xdc\xde\xde\x72\x02\x7f\x6b\x7b\x33\x5f\ \xc8\x9d\x3d\x7f\x4e\xd5\x34\x7b\x34\x0c\x83\x50\x14\xc4\xfe\xa8\ \x43\xe3\x78\x76\x6e\x76\xe8\x3a\x9d\x4e\xa7\x58\x1a\xb7\x2c\x8b\ \x52\x2a\x48\x92\xae\xa1\x6e\xbf\x9f\xa0\xd5\x92\x24\x6d\x6d\x6d\ \x89\xa2\x38\x35\x39\xb9\xb2\xb4\xbc\xbe\xbe\x6e\x18\x46\xb9\x5c\ \xa6\x94\x6e\x6e\x6d\xea\x86\x91\x4c\x21\x9e\xe7\x65\x32\x99\x5c\ \x2e\x77\xeb\xd6\xad\xfb\xef\xbf\x3f\xe9\x37\x75\x5d\x4f\x92\x0b\ \x4d\xd3\x4c\x50\xef\xcb\x97\x2f\xbf\xf1\xc6\x1b\xfd\x7e\xff\xf2\ \xe5\xcb\xfb\xfb\xfb\x1f\x7a\xea\x43\x87\xd6\xe4\x59\x96\x35\x1a\ \xde\x0b\x5c\xe7\xd6\xcd\x37\x21\x82\x9a\xaa\x32\x4a\x3d\xdf\xef\ \xf7\xfa\xb9\x7c\x61\x76\x76\xae\xd3\xed\xde\xba\x79\xc3\xf3\x3c\ \x00\x80\xaa\xaa\x89\x7d\x9f\x73\x5e\x2c\x96\x2a\x95\x8a\x84\xb1\ \x61\x1a\x9a\xa6\xb9\xae\x7b\xf7\xee\xdd\xd5\xd5\x55\x42\xc8\xf9\ \xf3\xe7\x55\x55\xc5\x84\x00\x4a\x19\x0d\x55\x55\x4d\xe6\x15\xce\ \x38\x07\x1c\x42\x34\x1a\x8d\x12\xc1\xab\xae\xeb\x34\xa6\x00\x80\ \x4e\xa7\xb3\xb7\xb7\x27\xcb\x72\xa1\x50\x7c\x4b\x11\x24\x8a\xed\ \x56\x2b\x9d\xc9\x99\x66\x8a\x71\x0e\x20\xdc\xdd\xde\x79\xe6\x99\ \x67\x6e\xdf\xbc\x89\x21\x28\xe4\x73\x9a\xaa\x76\x3b\x1d\x3f\xf0\ \xd9\xdb\xa2\x46\xcf\xf3\xde\xd9\xa6\xe2\xfb\xbe\x20\x08\x49\x8c\ \x73\x62\xb3\xd4\x75\xdd\xb2\xac\x6a\xb5\xea\xbd\x2d\x4e\x8f\xa2\ \x48\x92\x24\x8c\x71\xa2\x7f\x4f\xea\xbe\x69\x9a\x82\x20\x18\x86\ \xd1\x1f\x0c\x92\x88\x21\x00\x41\xb7\xd9\x56\x35\x6d\x7a\x66\x26\ \x69\x1d\x36\x36\xb7\xda\xed\xee\x78\x79\x9c\x90\xc3\xec\xd8\xa3\ \x94\x99\xa6\xa5\x69\x66\xad\x56\xdb\xd8\xd8\x58\x5f\x5f\x9f\x99\ \x99\x49\xe8\xc6\x04\x32\x7a\xe0\x81\x07\xca\xe5\xf2\xb7\xbf\xfd\ \xed\x3b\x77\xee\xc8\x92\x24\x08\x82\x69\x9a\x9d\x4e\x07\x00\x70\ \xf6\xec\xd9\x7a\xbd\xbe\xbd\xbd\x25\x8a\x42\x32\x6d\x74\x3b\x9d\ \x76\xb3\xd9\x68\xb7\xd2\x99\x8c\x95\x4a\x31\xc6\x10\x46\x3c\x66\ \x10\x80\x74\x36\xab\x6a\x1a\x63\x2c\xd9\xbd\x1b\x86\x21\xa5\xd4\ \xb2\x2c\x8c\xb1\x24\x8b\x3e\x00\x34\x8c\xb6\xb7\x77\xc2\x20\x2c\ \x95\x4a\x99\x4c\x5a\x92\xc4\x20\x0c\x47\xa3\x91\xef\xfb\xf9\x5c\ \x0e\x42\x84\x00\x0f\xfd\xe0\x7b\x46\xa8\xfa\xbe\x8f\xfe\x86\x55\ \xf3\xaf\x10\xf2\x4f\xb2\x99\x5f\x3f\xa8\x7f\xa2\xd1\xfc\x9d\x62\ \xde\x0b\xa3\xbf\xea\xf7\x45\x3e\x0f\x23\x46\x39\x8f\x7f\x20\x12\ \xe1\xa9\x80\x73\x2d\xfe\xf7\xfe\x78\xab\x63\xf1\xaf\x7c\xbc\xe4\ \x88\x31\x89\x0e\x39\xb9\x84\x91\x57\x28\x95\x74\xa6\xdf\x5d\xbe\ \x3d\x35\x33\xab\x28\x5a\x14\x86\xed\x76\x83\x33\x9e\xcd\x16\x12\ \x67\xd3\xbb\x3a\x2a\x86\xc3\x61\xa3\xd1\x54\x55\x6d\x6a\x6a\xda\ \xb6\xed\x7e\x7f\x40\x08\xa6\x94\x76\x3a\x1d\xdb\x76\x64\x59\xf1\ \x3d\xe7\xca\x95\x2b\x49\x7c\xd2\xd6\xd6\x16\x63\x6c\x38\x1c\x5c\ \xbe\xfc\x82\x61\x18\x13\x13\x13\xad\x56\xb3\xdf\xeb\x6d\xac\xad\ \x99\xe9\x74\x14\x45\x9e\xe7\xb5\xdb\xed\x64\x97\x4d\xa3\xd1\xec\ \xf7\xfb\xae\x1b\x28\xb2\x30\x36\x36\xde\xef\x34\x31\xc6\x83\x7e\ \x7f\x73\x7d\xad\x58\x9e\x8c\x28\xe0\x9c\x37\xea\x75\x4d\x95\x5d\ \xd7\xcd\xe7\x72\xdb\xdb\x5b\x61\xe0\x43\x00\x12\x1b\x7d\xa7\xd5\ \x2a\x97\x27\x02\x3f\xe8\xf6\x7a\x51\x1c\xe9\xab\xab\x8a\xaa\x8c\ \x86\x23\x59\x96\x16\x8e\x1e\x79\xe5\xc5\x17\x65\x49\x56\x55\x75\ \xb7\x5a\xb1\x2c\x2b\x29\x19\xa9\x74\xda\x0f\x02\x4d\x35\x10\x42\ \xb6\xe3\xe8\xba\x1e\x53\x9a\x24\x38\xee\xee\xee\x46\x51\xc4\x19\ \x87\x04\xda\xb6\x5d\xaf\xd7\xf3\xb9\x5c\xa7\xd7\x4b\x60\x5f\x41\ \x10\x82\x20\x98\x9c\x9c\xfc\xee\x77\xbf\x3b\x3b\x3b\xab\xeb\x7a\ \x12\xad\x85\x11\xca\xe7\xf3\x9f\xf9\xcc\x67\x9e\x79\xe6\x99\xcf\ \x7d\xee\x73\xfb\xfb\x95\x13\x27\x4e\x24\xc9\x07\xae\xeb\x0a\x84\ \x1c\xfa\x84\x7e\x6b\x81\x72\x18\xd7\x6a\xb5\xc0\x75\xe2\xc0\x07\ \x1c\x48\xa2\x38\x3d\x3d\x55\x2e\x4f\x20\x08\xfb\xfd\xde\x3b\x49\ \xb9\x18\xe3\x20\x08\x92\x88\xf3\xb5\xb5\x35\xca\x58\xe0\x38\x9b\ \x9b\x9b\x71\x14\x33\x4a\x37\xd6\xd7\x69\x14\x9d\x3a\x79\x72\xfe\ \xe8\xd1\x24\xaa\x01\x21\xe4\x7b\x51\xa7\xdb\x2e\x16\x0a\x10\x02\ \x00\x39\x60\x8c\x33\xa6\x6b\xaa\x20\x0a\x9c\x13\x0e\x78\xb3\xdd\ \x1c\x0d\x07\xed\x76\xcb\x30\x74\x84\xd0\x60\xd0\x83\x90\xc7\x71\ \x84\x11\x8c\xe3\x28\xa9\xd4\x9e\x1f\xb0\x38\x7e\xf3\xcd\x37\x2b\ \xfb\xfb\x9a\x2a\x07\x7e\x10\xb8\x5e\xa7\xd1\x70\x5d\x47\x10\x04\ \xd7\x71\xc2\x20\x90\x44\x31\x51\xbd\x00\xce\x05\x41\x00\x9c\xc3\ \xb7\x2a\x29\xf5\x7d\x3f\x59\x72\xd2\xe9\x74\xde\x89\xe3\x4f\x48\ \x5d\xce\x58\xe2\x5f\xb5\x6d\x3b\x8e\xe3\x24\x99\x20\x91\xd8\x4a\ \x92\xe8\xfb\x3e\xc2\x10\x00\x98\xcd\xe5\x26\x27\x27\xe3\x38\x1e\ \x1b\x1b\x8f\xe3\x28\x08\x82\xc9\xc9\x89\x7c\x3e\x07\x0e\x27\x84\ \x84\x10\x00\xe0\x3a\x36\x21\x64\x79\x79\xf9\xce\x9d\x3b\x83\xc1\ \xc0\x71\x1c\x55\x55\x8b\xc5\xe2\x83\x17\x2e\xa4\x52\xe9\xfd\xfd\ \x4a\xb7\xdb\x75\x1c\x87\x31\x2e\x8a\xa2\xa6\x69\x94\xd2\x42\xa1\ \x50\xa9\x54\x28\xa5\x37\x6f\xde\xda\x58\x5d\x1b\x0c\x87\x47\x24\ \xb9\xd9\x6a\x05\xbe\x6f\x58\xe6\xc2\xc2\x02\xe7\x3c\x8e\x63\x51\ \x12\xa3\x38\xb0\x1d\x27\xf0\xfd\x04\xcd\x27\x82\xc0\x19\x4b\x18\ \x05\x59\x96\x21\x84\x8e\x33\xea\xf5\xba\xf6\x60\xa4\x6a\xb2\xaa\ \x29\x83\x41\x9f\x10\xec\x79\x4e\x18\x45\x82\x40\x20\x04\x18\xa3\ \x28\xf2\x31\x22\xbb\xdb\xdb\xe4\x7b\x52\xd9\x25\x49\x3a\x71\xe2\ \x84\x2c\x49\x7f\xb3\x35\x0e\xc2\xad\x05\xf0\xd2\xea\xc6\x7f\xb1\ \xb4\x7c\x50\x28\x5e\xbb\xef\x14\x09\xc2\x7f\x67\xe7\x13\x47\xbc\ \x34\x4e\x52\x02\xa1\xdf\xef\xb5\x9d\x03\x46\x10\x61\xec\x43\x5f\ \x7a\x31\xdf\xa0\x5f\xf9\xa5\xf7\x83\xc9\x5c\x31\xa0\xe0\xb0\x3b\ \x7c\x42\xec\x85\x4e\x6c\x14\x8d\x91\xdb\xbb\x73\xfb\x06\xe4\x00\ \x0b\xc4\xd0\xcd\x6c\x2e\x3f\x1a\x0d\x18\x7b\x77\x6e\x78\x84\x50\ \xbd\x7e\xd0\x69\xb7\xa6\x27\xcb\x69\x5d\x19\xf5\x7b\x9c\xf3\xc1\ \xd0\xe9\x0d\x1c\xd3\x30\x14\x59\x03\x1c\x70\xc8\x6d\xc7\x4e\xa5\ \x53\x09\x3c\x8d\x10\xea\xf5\x07\xcf\x7f\xe7\x85\x5c\x36\xbb\xb7\ \xb7\x6f\x68\x6a\x1c\x85\x6b\x6b\xeb\xa9\x94\x19\x85\x3e\xc6\x60\ \x72\x72\xdc\xb0\x52\x08\xc2\x5a\xad\xb6\xb2\xb2\xfc\xf0\x85\x87\ \x2c\xd3\x68\xd5\xeb\xcf\x7f\xe7\x85\x7a\xbd\xd1\x1f\x0c\x5f\x7f\ \xe3\x5a\xb9\xd6\x08\xa2\x78\xac\x5c\xee\xb4\xdb\x37\xf7\x76\x12\ \x06\x89\x10\xa1\xdb\xeb\x46\x61\xd4\xe9\xf7\xa2\x28\xee\x0d\x06\ \x95\x83\x6a\x99\xa0\x76\xa7\xe3\xfa\xce\xce\xce\xe6\x78\x69\x2c\ \x9d\xb2\x7c\xdf\xbd\x73\xeb\xe6\xfe\xfe\x3e\xe2\xa0\x56\xab\xf5\ \x7a\x7d\x41\x10\x09\x26\x00\x40\x51\x12\xab\xb5\x5a\x18\x44\x56\ \xca\x74\x3c\x27\x0c\x83\xd1\xa0\x07\x39\x50\x55\x69\xfe\xe8\x91\ \xad\xcd\xad\x5a\xad\x56\x28\x14\x1e\x7b\xf4\xd1\xc1\x70\x28\x08\ \x82\xa2\xe9\x07\x8d\x26\x42\xc8\x75\xdd\xa3\x47\x8f\xaa\xaa\x32\ \x33\x33\xa3\x69\xea\x70\x38\xf0\x3c\x9b\xc6\x61\x10\x06\x9c\xf3\ \x83\x83\x83\x33\x67\xce\x7c\xeb\x5b\xdf\x5a\x5f\x5f\xf5\x3d\x17\ \xd0\x98\x46\xa1\x22\x11\xce\x0e\xbb\x0a\x11\xc2\x28\x0a\x54\x55\ \xae\x55\xf7\x1b\x8d\x03\xcf\xf5\x10\xe4\xa2\x20\x19\x96\x35\x3b\ \x37\x0b\x20\x08\x42\xff\xe8\x91\xa3\xd9\x4c\xe6\xfa\xf5\xeb\xa2\ \x28\xd6\x6a\xb5\x4a\xa5\x32\x3b\x3b\x9b\x58\x81\x96\x96\x96\x8a\ \x99\x6c\x22\x64\x8c\xa2\xb8\xd3\xe9\x7c\xf0\x03\x1f\x38\x7d\xff\ \xfd\x08\xc2\x38\x08\x18\xe7\x84\x60\x55\xd7\x08\x46\x81\xef\x63\ \x42\x38\x67\x1c\x70\xc6\xa8\xaa\xa9\xed\x56\x3b\x49\xe2\x5c\x59\ \x5a\xb2\x4c\xcb\x75\x5d\xc7\x71\x1a\x8d\x46\x3e\x5f\x58\x59\xb9\ \x7b\xea\xd4\xa9\xf1\xf2\x84\x61\x8f\x28\x05\x9c\x53\x01\xa3\x5a\ \xbd\xb5\xb1\xb1\x61\x18\xba\xe7\x9a\xf5\xfa\x7a\x1f\x00\xcf\xb5\ \x45\x51\x10\x29\x73\x1c\x27\x0c\x02\x8c\x71\x12\xdb\x09\x29\x95\ \x44\x31\x39\x5d\x22\xea\x23\x08\x93\x7f\x26\x45\x19\x13\x9c\xe8\ \x32\x1d\xc7\x8e\x63\x9a\xcc\x4c\x71\x1c\x27\x93\x53\xb2\x0b\xc5\ \x75\x5d\x45\x51\x82\x30\x04\x88\x00\x08\x27\x26\xcb\x8a\xaa\x2b\ \x8a\xe2\xba\xee\xce\xce\xb6\x2c\x49\xba\xae\xaa\xaa\x1c\x06\x3e\ \xa5\x31\x84\x12\x7f\xf7\x3b\x54\x39\xe7\xaa\xa6\x37\x1a\xad\xe5\ \xe5\xe5\x83\x83\x83\xca\x7e\x45\x10\x49\xa1\x90\xff\xc0\x13\x4f\ \xc4\x71\x44\x69\x54\x2c\xe6\x73\xb9\x27\x9e\x7b\xee\x39\xce\xb9\ \x6d\xdb\x77\xee\xdc\x99\x9b\x9b\x3b\x7b\xf6\xac\xaa\xaa\x5f\xfc\ \xe2\x17\x1f\xb9\x78\xe9\xc5\xcb\xb5\x20\x0c\x45\x59\xda\xde\xde\ \x5a\x5c\x5c\xbc\xef\xf4\x69\x88\x31\x04\x80\x33\x16\xf8\x81\xa4\ \xc8\xa2\x80\xc2\xae\x43\x30\xc4\x18\x33\x46\x19\xe3\xb2\x24\x47\ \x61\xd8\x6d\x75\x52\xa9\x74\x75\x67\xcf\x1e\x0d\x25\x51\xec\xb4\ \x5a\x1b\x1b\xeb\xae\x63\x6f\x6c\x6c\x60\x91\xcc\x1f\x5b\x18\x39\ \x0e\x00\x30\x8e\x23\x00\x20\xe0\xf1\xda\xea\xbd\xef\x41\x71\x0f\ \xc3\xf0\xa1\x8b\x97\xde\xf7\xe8\x63\x7f\x0b\xa5\x8e\x62\x02\xba\ \x5d\xe1\xe7\x7e\xfe\x33\x2b\x2b\xad\xdf\xfa\x4d\x7a\xe1\x02\x74\ \x9d\xbf\x80\xcc\xff\x45\xce\x90\xd3\x18\x7c\x7f\x93\xaf\x1c\x00\ \x8c\x98\x20\x1a\xbf\xf9\x5b\xa9\x2b\x5f\x18\xfd\xfa\xaf\x5f\xf8\ \x99\x9f\x79\x38\x62\xf0\x3f\x4a\x73\x0a\xa3\xd8\x1b\x39\x3d\xcb\ \xb2\x2c\xcb\x7a\xe7\x9d\x92\x99\x3d\x9d\xc9\xbd\x2b\xc1\x3b\xe7\ \x20\x0e\x03\x18\xfb\xc5\x8c\xce\xc3\x91\x2a\x00\x0e\xa4\x83\x66\ \x3f\x88\x41\xb7\xe7\x60\x16\xc7\x71\x44\x19\x8d\xe2\x90\x08\x08\ \x61\x18\xc6\x51\x18\x87\x32\xd6\x04\x22\x8d\x6c\x8f\x52\x30\xe8\ \xf6\x5c\x67\xb4\xb1\xbe\x16\x04\x6e\x14\xf9\xdd\x4e\xfb\x2b\x5f\ \xfe\x37\xb9\x5c\xbe\xd7\xed\x2d\x2c\x1c\xcb\xa6\x32\xed\x46\x43\ \x11\x05\x00\x40\xaf\x37\x68\x34\xdb\x1c\x20\xd3\x4c\xdd\xbd\x7b\ \x17\x70\xbe\x74\xfb\x56\x14\x46\xb6\x63\x43\x08\x82\x20\xd0\x75\ \xb3\xdf\xef\x73\xc4\x44\x49\xb1\xbd\x7a\xae\x58\xe2\x00\xac\xde\ \xbb\x9b\xce\xa4\xf6\x77\xb6\x64\x59\x32\x65\x39\x74\x9d\x5e\xaf\ \x57\xdd\xdb\x77\x1c\x47\x20\x78\xb0\xeb\x42\x4c\xe2\x88\xf9\x28\ \xc0\x18\x27\x8b\xfa\x18\x8b\x25\x49\x8c\xa2\x60\x6f\x6f\xc7\xb3\ \x07\x34\x8e\x1f\x7a\xf8\xa2\x28\x09\x58\x40\xfd\x61\x0f\x37\x88\ \xef\xfb\x9a\xaa\xae\xaf\xaf\x1b\xa9\xd4\x93\x1f\xf8\xe0\xe6\xc6\ \xc6\xde\xde\x5e\x2a\x65\x15\x0a\xf9\x52\xa9\x90\x4a\x19\xa6\xa9\ \xed\xed\xf9\x61\xe4\x0b\x02\xf1\x3c\xef\x73\x9f\xfb\xdc\xc1\xc1\ \x41\x75\x7f\x2f\x63\x99\x81\xeb\x20\xc4\xd3\xa6\x2e\x10\x2c\x09\ \xe4\x70\x0e\x55\xc0\x81\x28\x08\x63\x63\xf9\x67\xbf\xf5\x0c\x44\ \xe8\xa9\x8f\x7c\xb8\x5a\xad\x2d\x2d\xdd\x69\xf7\x3a\x10\x81\x23\ \x47\x66\xb6\xb6\xb6\xbc\xd1\x20\xf9\xbf\x89\xf6\x31\xc9\x5b\x0e\ \xc3\xf0\xe9\xa7\x9f\xee\x76\xbb\x9e\xef\xa7\xd2\xf9\xfe\x70\x74\ \x64\x7e\xe1\xc1\x0b\x0f\x79\x41\x30\x18\x0e\x01\x8d\xc2\x30\x94\ \x44\x31\x95\xb6\x20\x24\x9a\xac\xca\xa2\x04\x21\x84\x94\xd1\x38\ \x16\x25\x79\x34\x1c\x1c\x54\xab\xba\xae\x1b\x86\x39\x3f\x37\xcf\ \x39\x08\xfd\x48\x93\xb4\x76\xa3\x23\x62\xe9\xde\xdd\xb5\x52\x71\ \xdc\x4a\x65\x4d\x2b\x15\xfb\x01\x62\xac\xd5\x6e\x5d\x79\xe9\x25\ \xcf\x19\x95\x8a\x85\xcd\x8d\x75\x00\x41\x4c\x29\x05\x30\x8a\x63\ \x84\xb0\x20\x8a\x51\x1c\xe3\x28\x42\x89\xcd\x94\xf3\x91\xe3\x24\ \xb5\x1e\x72\x26\x08\x24\x06\x98\xd3\x58\x20\xc4\x61\x0e\x8d\x63\ \xc7\x73\x38\x64\x21\xa5\xf4\x6d\x6d\x7b\x3a\x9d\x2e\x95\x4a\x09\ \x18\x9d\x74\xc7\xbd\x5e\xcf\xb2\x52\x99\x7c\x06\x8b\xf2\x78\x79\ \x32\x01\xa3\x6c\xdb\x56\x65\xe9\xd8\xb1\x63\x7b\x7b\x7b\x9a\x2c\ \xb7\xdb\x2d\x7e\xd8\x27\x28\x8e\xe3\xa9\xe9\xb9\x97\x5e\xbe\xf2\ \xda\xeb\xaf\x7f\xf4\xa3\x3f\x62\xea\xc6\xd7\x9e\xf9\x6a\xbb\xd5\ \xe8\xf7\xda\xef\x7b\xdf\x23\xdd\x6e\x77\x73\x7d\xed\xf8\xe2\x7d\ \xa2\x24\xc5\x34\x2a\x95\x4a\xb5\x5a\xed\xd2\xa5\x4b\xbe\xef\x9d\ \x3c\x79\x92\x71\xf6\xe2\x77\xbf\x7b\xec\xc4\xf1\x2f\x7d\xe5\xcb\ \xe9\x6c\xe6\xfe\x07\x1e\x48\x67\xd2\x1c\x00\x8c\x90\x3d\x1c\x22\ \x84\x24\x49\x02\x10\xa8\xaa\x2c\xc9\x82\x28\x92\x30\xf4\x20\xc6\ \x02\x16\x19\xe5\x9d\x83\x16\x67\x20\x42\x6e\xd1\xca\xe8\x82\x04\ \x00\x18\x2b\x94\x7c\xd7\x6f\x35\x3b\xfb\x7b\x95\x52\xa9\xe4\xbb\ \x81\x26\x6b\x1c\x02\xca\x41\x1c\x85\xbb\x5b\xdb\xd5\xbd\xea\xf7\ \x06\x96\xc9\x64\xb2\xe0\x6f\xc9\x3d\xca\x79\x2e\xef\x7d\xf6\xb3\ \xea\xc7\x3e\x96\xff\xcc\xaf\xfa\x7f\xfc\xc7\x6c\x6e\x16\xf8\xc1\ \x0f\x22\xcc\xce\x01\x44\x40\x96\x84\x3f\xfe\xd7\xc2\xef\xfd\x4e\ \xf4\x73\x3f\x07\xff\x87\x7f\x94\x03\x00\x50\xfa\x1f\x7d\xa9\x53\ \x7f\x15\x73\x9d\x88\x17\xde\x4d\x07\x09\x30\x91\x55\x3d\xc5\x19\ \x6a\xd6\x3b\x7e\x0c\x18\xd1\x74\x33\xaf\x70\x14\xfb\x2e\xa2\x51\ \x18\x82\xc0\x71\x5c\xd7\xf5\xfd\x20\xe9\xdc\x01\x80\x96\x65\x06\ \x61\x30\x18\x0c\x24\x49\x4a\xe9\x46\xa1\x50\x18\x0c\xba\xae\x67\ \x03\x00\xe2\x38\xfa\xfa\xd7\xbf\x3e\x3e\x5e\xee\xf7\xfb\xad\x76\ \x3b\x08\xc3\xdb\xb7\x6f\xd7\x6a\xd5\x4c\x26\x93\xc9\x64\x12\x70\ \x73\x6a\x6a\xea\xca\x95\x2b\xc5\x42\x21\x59\xa7\x27\x49\x52\x36\ \x9b\x8d\x63\x7a\x70\x70\x90\x88\x11\x17\x17\x17\xab\xd5\x6a\xb3\ \xd5\x4a\x67\xd2\x82\x44\x10\x41\x92\x24\xcd\x1f\x39\x5a\xc8\x17\ \x5e\x7f\xfd\xf5\x5e\xa7\x13\x87\x51\x18\x86\xba\x9e\xe1\x00\xbb\ \xbe\x8f\xe0\x5b\x67\x1b\xa3\x8c\x08\x02\xc2\xd8\x90\x65\x55\xd3\ \x06\x83\xc1\xf4\x44\x19\x42\x3e\x18\xf4\x15\x59\xa5\x94\x26\x31\ \x94\x77\xee\x2c\x1d\x39\x32\x67\x9a\x56\x14\xc7\xc3\xd1\xb0\xdb\ \xeb\x26\x1c\x69\xb3\xd9\x64\x8c\x7d\xed\x6b\x5f\xdb\xdd\xdd\xdd\ \xd9\xdd\x71\x3d\x0f\x61\x94\xc4\xa5\x45\x51\xa4\x48\x02\xc1\x62\ \x3e\x97\xf5\x3c\x07\x71\xa0\x28\x32\x8d\x0f\xd9\x7d\x40\x08\xa3\ \x28\x78\xf6\xd9\x67\x47\xa3\xd1\x7f\xf2\xf4\xd3\xf3\xf3\xf3\xcf\ \x7d\xfb\x39\x4c\x88\xe3\x38\xdb\xdb\xdb\xbe\xef\x73\xc6\x7c\xc7\ \x6d\x36\x9b\x8e\xe3\x24\x7e\x9f\xbd\xbd\xbd\xbb\x77\xef\xce\xce\ \xce\x36\x1a\x8d\xa9\xe9\xa9\xcb\xcf\xbf\xd0\xed\x76\x25\x49\x5a\ \x38\xb6\xf0\xc0\xd9\x07\x7e\xf5\x57\x7e\xc5\x30\x8c\x8f\xff\xa7\ \x7f\x3f\x9b\xc9\x40\x84\x1c\xdb\xd6\xd3\xe9\x5e\xbf\x3f\x18\x0c\ \x0c\xc3\x88\x62\x8a\x31\x06\x08\x72\x00\xf2\xb9\x9c\xe7\xfb\x9e\ \xeb\x48\x84\xd4\xeb\x8d\xcd\x8d\x75\x04\x41\xb3\x59\x0f\x43\xff\ \xec\xd9\xfb\xdb\xed\x96\x28\x09\x53\x53\xd3\xb2\x20\xf4\xba\x83\ \x1b\xd7\xdf\x7c\xf3\xfa\xf5\x9d\x9d\x9d\x72\xb9\xec\xba\x6e\x18\ \x45\x18\x21\x42\x48\x18\x46\x8c\xb3\x04\x60\x09\xc3\x30\x39\x7e\ \x0c\xc3\xf0\x3c\x2f\xa1\x46\x01\x00\x04\x13\xd7\xf5\x28\xa5\xa9\ \x4c\x5a\x92\xa4\xa1\xef\x27\xba\x1a\x0e\x38\xc2\x58\x51\x94\x24\ \x05\x0c\x21\xf4\xb6\x29\x89\xe7\xf3\xf9\x6a\xb5\xea\xf9\x5e\x4c\ \xe9\xfc\xdc\x11\x45\x51\xd3\xe9\x54\xa7\xd3\x2d\x16\x8b\x53\x53\ \xd3\x8e\xe3\x64\xb3\xd9\x30\x0c\x11\x84\x18\xe1\xc3\x3d\x39\x92\ \x24\xbd\xf9\xe6\xf5\xdf\xfe\xed\xdf\xfe\xf8\xc7\xff\xb3\x4f\x7e\ \xf2\x93\x2b\x77\x6e\xbf\xf4\xd2\x4b\xc3\x41\x7f\x79\x79\x39\x93\ \x49\x47\x61\x18\x04\xe1\xf3\xcf\x3f\x5f\xd9\xdf\x17\x05\xc9\xf3\ \x3c\xc7\x71\x6e\xdc\xb8\x71\xe6\x81\x33\xa1\x1f\xa6\x53\xe9\x54\ \x2a\xfd\xf2\x8b\x97\x75\x5d\x9f\x9d\x9d\x3d\x73\xee\xec\xb3\x5f\ \xff\xc6\xaf\xfe\xca\xaf\xfe\xc6\x6f\xfc\x46\xb2\x84\x24\x8e\x63\ \x12\x41\xdf\x0f\xda\xad\x56\x2e\x0f\x39\x67\x92\xa0\x32\xca\x30\ \x41\x92\x2c\x11\x22\xd8\x8e\xcd\xa8\x9f\xc9\xa6\xbf\x7b\xf9\x05\ \xc7\x19\x8d\x46\xc3\x7a\xb3\x9e\x2f\xe6\xe6\x17\x8e\x2c\x2f\xdf\ \x3e\x71\xe2\x04\x91\x64\x2f\x08\xb6\xb7\xb6\xaf\x5e\x79\xf5\x95\ \x17\x5f\xfa\xde\x14\xf7\x43\x86\xdf\x1f\xee\xe5\x38\xe0\xf8\x31\ \xff\x5f\xfc\x73\xf9\xbf\xfc\xaf\xc8\xa7\x3e\xe5\xff\xc1\xff\xc9\ \x75\x1d\x44\xd1\x0f\x60\x79\x57\x25\xfc\xc2\x65\xf2\xa9\x4f\xc5\ \xef\x7b\x34\xf8\xcc\xa7\x39\x00\x34\x0c\xdf\x73\x4c\x6f\xcc\x21\ \x14\x65\xd9\x84\x12\x23\x31\xac\xb6\x87\x82\xa4\x11\x4e\xb2\xa9\ \xcc\xc2\xec\xd4\xce\xf6\xca\xf5\x9b\xf5\x44\x10\x12\xc7\x34\x19\ \x6c\x53\xe9\x34\xc6\x24\x8e\x29\x80\x81\x24\xe5\x28\xa5\x96\x95\ \x8a\x69\xb4\xbf\xbf\x0b\x00\x48\xc8\x2e\x8c\x91\xe7\x79\x2b\x2b\ \x2b\xcd\x7a\xad\x58\x28\xa4\x33\x99\x5e\xaf\x27\x2b\x8a\x6e\x18\ \xcd\x66\x33\x9d\xc9\x40\x84\x00\x84\xae\xe7\x45\x71\xec\x7a\xde\ \xf8\xf8\xf8\xd1\xf9\xf9\x28\x0c\x75\xc3\xd8\xda\xdc\x94\x64\xd9\ \x71\x9c\x91\x3d\x2a\x8e\x15\x34\x55\x9f\x9a\x9c\x71\x1d\x7b\x7d\ \x7d\x63\x38\x1c\x45\x31\xe3\x1c\xba\xae\x17\x85\x4d\x59\xd5\x1c\ \xcf\x85\x00\xea\xa6\x01\x00\xa0\x8c\x11\x8c\x69\x4c\x45\x59\x4e\ \xa5\x52\xa3\xe1\x00\x63\xc2\x58\x9c\xc9\x64\xc6\xc6\x4a\x8e\x63\ \xdf\xbb\xb7\x8a\x31\xee\x76\x3b\x9c\xb3\xe3\xc7\x8f\x87\x31\xad\ \x54\x2a\x49\x8c\xf8\xf6\xf6\xf6\x37\xbf\xf9\x4d\xdb\xb6\x57\x56\ \x96\x20\x84\x08\x22\x59\x92\x30\xf2\x00\x00\x18\x63\x51\x14\x55\ \x59\x8c\x82\x10\x21\x14\x84\x01\x06\x48\xd5\x54\x7a\x58\x58\x46\ \x10\x85\x9b\x37\x6e\xbe\x7a\xe5\x95\x4f\xfe\xf7\xbf\x38\x35\x35\ \xbd\xb6\xb6\xd6\x6a\x34\x11\x80\xf6\x68\x34\xe8\xf5\x24\x51\x8c\ \xc2\x08\x72\x9e\x08\x4e\xde\x11\x99\x2c\x2d\x2d\x25\x08\x12\xc6\ \x84\x31\xe6\xba\x8e\x61\x6a\x41\x10\x5c\xbd\xfa\xfa\xf6\xf6\xb6\ \x69\x9a\xbd\x7e\x9f\x73\x1e\xd4\xaa\x08\xf2\x4c\x36\x37\x1c\x0c\ \x38\x63\xb9\x5c\x4e\x54\x34\xc0\x63\x16\x45\x66\x2a\x2d\x10\x02\ \x7b\x3d\x04\xc0\xd6\xfa\xc6\xab\xaf\xbc\x96\xc9\xa4\xe3\xc8\xa7\ \x61\x30\x31\x56\x9a\x9d\x99\x92\x45\x92\xcf\xa6\xdb\x8d\x83\x62\ \xbe\x24\x09\x22\x8d\xe3\x62\xa1\xd8\x6e\xb5\x9b\x8d\x06\x8d\x63\ \x04\x20\xa7\x8c\x33\x46\x19\x65\x8c\x27\x50\x72\xb2\x5d\x3d\x71\ \x38\x67\xb3\xd9\x5e\xaf\x97\xc4\xb8\xbb\x8e\x03\x11\x92\x24\x29\ \xf0\x7d\x82\xb1\x24\x49\x61\x1c\x85\x08\xb2\x98\xc9\x8a\xa8\xeb\ \x7a\x82\xb6\x5b\x96\xa5\x28\xca\x60\x30\x18\x0e\x87\x96\x65\x89\ \x82\x20\x8a\x22\x46\xa8\xd7\x6d\x63\x04\x30\xe4\x18\xf1\x73\x17\ \x1e\xdc\xdd\xdd\x65\x8c\x95\x8a\x45\xdf\xf7\xf3\xb9\x85\xc4\xe3\ \xfa\x6e\x2f\xbb\x28\x0a\xb5\xda\xc1\x7f\xfb\xf3\xbf\xf8\xe3\x3f\ \xfe\xf4\x67\x3e\xf3\x3f\x6d\x6e\x6d\xde\xbe\xb3\xe4\x38\xce\x70\ \x38\x5c\x5f\x5f\x7f\xe8\xa1\x87\xf6\x76\xf6\x75\xd3\x4c\xec\xb5\ \x92\x24\x25\x54\xea\xea\xea\xaa\x65\x59\x49\x96\x2f\xc6\x78\x6b\ \x6b\x2b\x09\xe1\xe8\xb4\x5a\x2b\x2b\x2b\xfb\x7b\x7b\xed\x76\x3b\ \x9f\xcf\xfb\xbe\xef\x79\x9e\x22\xe0\x66\xa3\x01\x28\x1b\x8d\x46\ \xb2\xa2\x46\x81\x27\x48\x0a\x8b\x22\xd3\x34\x02\x3f\x90\x64\xd1\ \x1e\xd9\xcf\x7f\xfb\xd9\x4e\xb7\xa3\xaa\xca\x68\x34\xc0\x04\x5f\ \xba\xf4\xf0\xf4\xf4\x84\xa8\x2a\x8e\x6b\x47\xc3\x41\x61\x6c\x02\ \x41\x68\xe8\xc6\x58\xa9\xf4\x7d\x28\x39\xe1\x1c\x04\x41\xfc\x91\ \x8f\x04\xff\xf4\x7f\x95\x7f\xe1\x17\xc5\x5f\xfb\x9f\x83\xff\xed\ \x37\x01\x21\x20\x8e\x7f\x70\xca\x3a\xe7\x5c\xd3\xf0\xbd\x7b\xf2\ \x2f\xfc\x02\xcb\x64\xfc\x7f\xf1\xcf\x79\xa1\x00\x82\xf7\xe2\x80\ \x42\x19\x07\x10\xc6\x8c\x4b\xa2\xe0\x8c\x86\x5e\xe0\x63\x2c\x51\ \x1a\x47\x0c\xc5\x2c\xa2\x3c\xc6\x08\x25\x9a\x8d\x28\x8a\x12\x11\ \x9b\x69\x18\xf9\x7c\x3e\x9d\x4e\x31\xc6\x4c\x55\x1b\xf4\x3b\xb2\ \x2c\x24\x31\x35\x18\x63\x49\x12\x27\x26\x26\x7a\xdd\x61\xb3\xd1\ \x28\xe6\xf3\xae\xeb\x36\x9a\x4d\x51\x92\xfa\x83\x41\xbf\xdf\x47\ \x08\xf9\x41\x60\xdb\x76\x2f\x8a\x92\xbd\x6b\x89\xa6\x25\x69\xfa\ \x32\x99\x0c\x21\xc4\x76\x9c\x6c\x36\x2b\x08\xa2\x61\x99\xe5\xf1\ \x09\xcf\x73\x37\x36\x37\x09\xc2\x8c\xb2\xd1\xc8\x96\x24\x19\x0b\ \x30\x43\x72\x18\xa3\x20\x08\x65\x59\x49\xc4\xe0\x94\x52\x4d\xd7\ \x14\x55\xf5\x3d\xcf\xef\x75\xa3\x30\xb4\x47\xf6\xee\xce\xce\xf4\ \xcc\x64\xb5\x5a\x01\x1c\x3a\x8e\x83\x31\xc2\x18\x17\x8b\xc5\x28\ \x8a\xee\xdd\xbb\x5b\x1a\x9f\x68\xd4\x1b\xa3\xe1\x28\xa9\x53\x8e\ \xe3\xb8\xae\x6b\x9a\x7a\xf2\x78\xdb\x8e\x4d\x04\x41\x14\xa5\x24\ \x67\x1c\x01\x16\x06\xa1\xeb\xba\x10\x22\x59\x92\x3d\xcf\x4d\x2c\ \x3c\x87\xb8\xe6\x08\xa1\x5e\xb7\xf7\xb1\xa7\x9f\xb6\x4c\xeb\xee\ \xca\x0a\x00\x60\x62\xbc\x5c\xd9\xdb\x77\x1d\x77\x73\x63\xd3\x1e\ \x8e\xea\x8d\x86\xeb\x38\x89\x00\x9f\x10\x52\x2a\x95\x4e\x9f\x3e\ \xbd\xbb\xbb\x0b\x21\x9c\x9d\x9d\xdd\xda\xda\xc2\x08\x71\xc6\x1d\ \xc7\x79\xed\xea\xd5\xf1\x52\x31\x08\x7c\x00\xcc\x9d\x9d\x1d\x46\ \x69\x36\x9b\x39\xb6\x30\x4f\xe3\x78\x7f\x77\x57\x37\x8c\x94\x65\ \xf1\x38\x84\x18\x21\x42\x00\x67\xdd\x76\xdb\xf7\xfd\xc8\xf3\x7b\ \xed\x76\xfd\xa0\x62\x99\x1a\xa0\x34\x9b\x4e\x69\xaa\xdc\xa8\x55\ \x03\xcf\x1d\x2b\x16\x06\xc3\x41\xa9\x58\xec\xf7\x86\x81\x1f\xb4\ \x5b\xad\x56\xb3\x09\x00\x18\x0e\x87\x49\xba\x24\xf3\x18\xe4\x80\ \x33\x86\x31\x7e\x27\xff\x2b\x59\x8c\x35\x31\x31\x11\x45\xd1\x68\ \x34\x52\x14\x45\x96\xe5\xbd\x4a\x05\x23\x94\xce\x66\x92\xec\x20\ \xd7\xf7\x20\x44\x00\xd0\xe4\xeb\x16\x45\xd1\x71\x9c\x84\x4d\x4d\ \x04\x33\x71\x1c\xcb\x8a\x82\x09\x46\x10\x8e\x86\x83\xbd\xdd\x6d\ \x4a\xd9\x07\x3f\xf8\x41\x4e\x63\x1a\x85\x51\x1c\x7b\x9e\xeb\xd8\ \x76\xaf\xd7\x8d\xe9\x19\x8c\xc5\x43\x5c\xf6\x56\xab\x75\xfe\xdc\ \x83\xbf\xfc\xcb\xff\xe3\xad\xdb\x77\x86\x83\xfe\xdc\xdc\x91\x7c\ \xa1\x60\x8f\x46\x37\x6f\xde\xca\xe7\x0b\x8e\x6d\xdf\x5b\xdd\xe8\ \xf6\x06\xcd\x56\xd3\x71\x9c\x23\x47\x8e\x9c\x3e\x7d\xfa\xda\xb5\ \x6b\x10\xc2\x28\x8e\x54\x55\x4d\xfc\x56\x89\x79\xf5\xf2\x77\x5e\ \xa8\xd5\x6a\x82\x28\xd6\x6a\xb5\x64\x2b\xd3\xdc\x91\x23\x8a\x64\ \xd6\xf6\x2b\xb5\x7a\xed\xa1\x47\x1e\x81\x80\x13\x81\x00\x46\x31\ \x82\x48\x16\xab\x7b\xfb\x86\x2a\xdb\xf6\x70\x75\xf5\x5e\x36\x97\ \x0d\x42\x4f\x37\x35\x45\x91\xfd\xc0\x5b\x5a\xbe\xb3\x78\xea\x54\ \x14\x06\xb9\x42\x91\x31\x1e\x85\xe1\x70\xd8\xaf\xd6\x6a\xe4\xfb\ \xb4\xf6\x81\x30\x8c\x3e\xf1\x09\x78\x70\x20\xfd\xfa\x3f\xe1\x85\ \x42\xf8\x99\x4f\x03\xc6\xc0\x0f\x8c\xf8\x5d\x55\x51\xad\x26\x7f\ \xe2\xa7\x61\xab\xe5\x7d\xf9\x4b\xfc\xc4\x09\xe0\x38\xef\xcd\x33\ \x88\x43\x46\x08\x70\xfd\x01\x67\x82\xeb\x0d\x15\x4d\xb4\x03\x07\ \x13\x71\x64\xb7\xdf\xbc\x5d\x8b\xbc\x21\x26\xd8\xf7\xfd\x38\x8e\ \x13\xe1\x9a\x20\x10\x00\x00\xc6\x48\x92\xb4\x41\x7f\x50\xa9\x54\ \x54\x45\x8c\x22\xe8\x3a\x6e\xf2\x86\x49\xc2\x22\x80\x10\x61\x9c\ \x4a\xa7\xc6\x4b\xc5\x37\xdf\xbc\x9e\x58\x3f\x44\x51\x7c\xe3\xda\ \x35\x4d\x55\x39\xe7\x83\xe1\x20\x8e\xe2\x64\x3b\xcf\x60\x30\x58\ \x5c\x5c\x7c\xe0\xec\xd9\x6e\xa7\xb3\xb4\xbc\x9c\x2c\xf9\x94\x65\ \x59\x12\xe5\xd5\x8d\x35\x0e\x78\xe8\x07\x8a\x28\x7b\xae\x2b\x2b\ \x8a\x69\x9a\x9e\xe3\x08\x49\xef\x06\x91\xc0\x38\x63\x2c\x31\x40\ \xc0\x88\xa3\x51\x00\x00\x20\x00\x49\x44\x41\x54\x72\xce\x09\xc6\ \x08\x21\xcf\xf3\x01\x04\x84\x10\xcf\xf7\x04\x41\x4c\x59\xe9\x38\ \x8a\x7b\xbd\x5e\xb5\x5a\x9d\x9b\x3b\x3a\x37\x77\xa4\x54\x2a\xb6\ \xdb\xed\xbb\xab\x6b\xb7\x6e\xdf\xb2\x6d\x9b\x10\x21\x8e\xe3\x24\ \xd0\x18\x42\x90\x50\x7f\x00\x80\x38\x8a\xc2\x30\x20\x04\xab\xaa\ \xaa\xca\x4a\xe0\x07\x9e\xe7\xe5\x0b\xb9\x8c\x95\xda\xdb\xdd\x8d\ \xa3\x43\xb6\x23\x34\xa6\x93\x93\x13\xdf\x79\xf1\xe5\x7a\xbd\x6e\ \x59\x96\x2c\xcb\xd5\x4a\x25\x91\x8b\x58\x96\x35\x39\x35\xd5\xed\ \xf5\xec\xd1\x28\x8e\xe3\x30\x08\xd2\xe9\x74\x22\x5e\x14\x45\xb1\ \xd7\xeb\xa5\xd3\xe9\xb1\xb1\xb1\x93\xa7\x4e\xbd\x74\xf9\xbb\xf9\ \xe2\xd8\x63\x8f\x3e\x4a\xe3\xe8\x32\x44\x89\x69\xd6\x73\xdd\x62\ \xb1\x60\x1a\x7a\xaf\xd7\x0b\xa3\x68\x6f\x6f\x6f\x72\x6a\x0a\x62\ \xe4\xd9\x36\x42\x48\xd2\x34\xdd\xb2\x36\xd6\xd7\x03\xd7\x1d\xf6\ \xfb\x29\x43\xbf\x7d\xfb\x16\xe7\xcc\xd0\xd4\xe1\xa0\xbf\xbf\xbf\ \x57\x28\x15\xda\xad\x46\x21\x97\x87\x1c\x84\x61\xa8\x2a\xea\xe2\ \xe2\x22\xc6\xb8\xdf\xef\xb7\x9a\xcd\x98\xd2\x24\x58\x22\x41\xff\ \x92\xf4\x2f\xf0\x76\x18\x46\xb2\x61\x3c\x29\xf7\x41\x10\x10\x8c\ \x55\x45\x61\x8c\x75\x3b\x5d\x84\x51\x02\xbc\x24\x29\x11\xc9\xb2\ \xbd\xc4\x12\x9c\x44\xca\xf4\xfb\x7d\x59\x96\x93\xc5\xd9\x7b\x7b\ \xbb\x08\x0b\xe3\xfa\x64\x1c\xd3\x74\x3a\x3d\x31\x31\xd1\x68\x36\ \xfb\x83\x81\xaa\xaa\xb7\x6e\xdd\x5a\x59\x59\xb1\x6d\xfb\xc7\x9e\ \x7a\x42\x91\xe5\x77\x8b\x37\xc4\x31\xcd\xe5\x72\xa7\xcf\x9c\xfe\ \xbd\xdf\xfb\x5d\x51\x14\xb3\xd9\xec\xed\xdb\xb7\x3b\x9d\x2e\xa5\ \x4c\x51\xb4\xc9\x89\xc9\xed\xed\xad\x56\xab\x25\xc9\x6a\x10\x04\ \x8a\xa2\x4c\x4c\x4c\x28\x8a\x72\xe2\xc4\x89\x1b\x37\x6e\x3c\xfd\ \xf4\xd3\xfd\x7e\xff\xb1\xc7\x1e\xfb\xe2\x9f\x7e\x9e\x73\x3e\x3f\ \x3f\x7f\xe1\xc2\x85\x5b\xb7\x6e\x29\x8a\xb2\xb0\xb0\x00\x01\x98\ \x9a\x9a\x9a\x99\x9b\x1b\x75\x3b\xa5\xe2\xd8\x73\xcf\x3d\xf7\xa3\ \x3f\xf1\x13\x00\x20\xce\x68\x14\x79\x44\x14\x31\xc6\x8e\x3d\xe8\ \xb4\xea\x8e\xdb\xcf\x66\xd3\xdb\x5b\x9b\x8a\xa6\xca\x92\x08\x21\ \x5c\x5f\x5f\x3d\x75\xea\x54\x18\x05\x02\x10\x30\x21\xbe\x67\xfb\ \x9e\x5b\x2c\xe6\x2f\x3d\x7c\xe1\xfb\x56\x2c\x4e\x29\x00\x20\xfc\ \xf4\xa7\x51\xb7\x27\xfd\xda\xaf\x71\xcb\x8a\x7e\xfe\xbf\x01\x51\ \xf4\x83\x50\xdf\x25\x09\xb6\x5a\xf2\xcf\xfe\x2c\xbe\x7b\xd7\xfd\ \x93\xcf\xd3\x47\x1e\x81\xb6\xfd\x9e\xfd\xb0\x04\xc7\x22\xe2\xa3\ \x61\xbb\xe5\xbb\x48\x50\x64\x33\x8b\x64\x81\x32\x40\x30\x06\x21\ \x10\x34\x6b\x30\xe8\x70\xce\x77\x76\x76\x46\x23\x1b\x63\x6c\x18\ \x66\x18\x45\xc9\xc4\x1a\xc7\xb1\x28\x0a\x09\xd4\x9e\x60\x14\x9c\ \x73\x4d\xd3\x46\xa3\x91\xef\x79\xff\x1f\x7b\x6f\x1e\xae\xd9\x59\ \xd5\x89\xae\xf5\x4e\x7b\xef\x6f\x3e\x73\xcd\x55\x49\x55\x06\x32\ \x30\x24\x10\x42\xc0\x80\xa0\x62\x2b\xa2\x74\xab\x08\xb6\x8a\x57\ \x91\xee\xab\x72\xdb\xa9\x69\xf5\xf6\x63\xd3\x8d\xad\xd7\xfb\x3c\ \x80\xd8\xdd\x3e\xa8\xad\xb6\xda\xda\xe2\x84\xe4\x32\x69\x03\x21\ \x64\xa8\x0c\x64\x4e\x25\xa9\xf9\xd4\x70\x86\xef\x0c\xdf\xb4\xc7\ \x77\x5a\xf7\x8f\xf7\x9c\x8f\x82\xaa\x04\xad\x14\x10\xf0\xac\x4c\ \x5f\xe5\x3b\xe7\xfb\xf6\x7e\xf7\xde\x6b\xad\xf7\xb7\x7e\xeb\xb7\ \x9c\xb5\x27\x4f\x9e\xd4\xba\x52\x49\xcc\xa5\x98\x9c\x99\xe6\x52\ \x78\xa0\xca\x18\xae\x24\x97\xb2\xd4\x5a\xc5\x91\x90\xb2\xd9\x6e\ \x15\xba\x7a\xf2\xe9\xa7\x56\x57\x57\x9f\x3e\x72\xb8\x2c\xcb\x51\ \x9e\xa1\xe0\xfd\xe1\x50\x9b\x22\xcf\x0b\xce\x58\x67\xf7\x64\x9a\ \xa5\xe4\xa1\x3f\x18\x28\x21\x9d\xf5\x5a\xeb\xa2\x28\x42\x26\x65\ \x5c\x70\x2e\xa9\x75\x36\x8c\xe5\x94\x52\x71\xce\x11\x59\x59\x95\ \xfd\x7e\xff\xf2\xcb\xf6\xb7\xdb\xed\x40\xc3\x7f\xf8\xe1\x87\x56\ \x56\x56\x88\x68\xb1\xdb\x0d\x82\x56\x51\xa4\xd2\x34\x6d\x34\xea\ \xed\x76\x5b\xca\xa8\x2c\x4b\x64\x08\x44\x81\x07\x12\xd2\x67\x6b\ \xad\x10\x22\x1d\x15\x5a\xeb\x5e\xaf\x27\xa5\xb8\x68\xea\x30\x17\ \x62\x79\x69\xf9\xae\xcf\xdd\xb9\x77\xdf\xde\xaa\x2c\x43\x99\xa4\ \x96\x24\x83\xe1\xb0\xdb\xed\x6e\xdf\xb6\xed\xca\x2b\xae\x68\xde\ \x70\xc3\x9d\x77\xde\xd9\xef\xf5\x1a\x8d\xc6\x15\x57\x5c\xf1\xf1\ \x8f\x7f\x7c\x7e\x7e\x3e\x74\xdc\x14\x45\x91\x8d\xd2\xc0\x8a\xd9\ \xb9\x73\x27\xe7\x2c\x48\xa5\x2f\x9c\x5d\x90\x52\x20\xc0\xf1\x63\ \x47\x27\xdb\x9d\x43\x8f\x3f\xbe\x6b\xe7\x2e\x53\x56\x11\x32\xa5\ \x54\xf7\xec\x82\xf5\xae\xd9\xee\x30\xc0\x27\x0f\x3d\x99\x48\x39\ \x3d\x3d\x33\x48\xd3\x33\x67\xce\x30\x86\x8c\x61\x14\x45\x0c\x71\ \x8c\x6e\xb5\xea\x0d\xf0\xfe\xf4\xc9\xf9\x6c\x38\xea\x34\x5b\x4b\ \x67\x17\x06\xfd\x7e\xa2\x22\xa7\xcd\x28\xcb\x10\x11\x01\x94\x52\ \x9c\xf3\xd0\xb4\x5c\x55\x55\x51\x14\x81\x7a\xef\x9d\xf3\x00\x81\ \xe4\xde\x6c\xb5\x18\x67\xdd\x6e\x37\x00\x29\x61\xf4\x79\xd4\x88\ \x82\x7a\x01\x11\x85\x34\x3f\xb0\xf2\x93\x24\x59\x5d\x5d\xdd\xbb\ \x77\x8f\x8a\x93\x4e\xbb\x75\xc5\x81\xfd\x79\x9e\xf5\xd6\xd7\x17\ \x16\xce\x3e\xfd\xd4\x53\xf3\xf3\xa7\xc2\x2d\x77\x71\x05\xd5\x30\ \xd3\xee\x8f\xff\xf8\x4f\xb6\x6f\xdf\x7e\xd9\x65\xfb\x06\x83\xc1\ \x60\x30\xea\x74\x3a\xdd\xc5\xa5\xd1\x68\xd4\x1f\x0c\xf7\xed\xbb\ \xfc\x47\xdf\x76\xd9\xf1\xf9\xf9\x27\x9f\x7a\x12\x11\xaf\xba\xea\ \xaa\x23\x47\x8e\x7c\xec\x63\x1f\x9b\x9b\x9b\x8b\xa2\x68\x34\x1a\ \x85\xd6\x87\x30\x84\x72\x62\x62\x62\x76\x76\x36\x6c\x58\x11\xb1\ \x16\x27\x4f\x3d\x79\x68\xba\xd5\x3e\x72\xf8\xf0\x4a\xb7\xeb\x2a\ \x0d\x80\xc8\x59\x31\x2a\xfc\x60\x20\xa3\x78\x7a\x66\xf2\x81\x7b\ \xee\x1d\x64\x83\x89\x89\xce\xd3\x87\x4d\xb6\xba\x6a\xb4\x9e\x98\ \x9a\xb2\xd6\x34\x1a\x8d\xaa\xaa\xea\xf5\xba\x60\x8c\x0b\xd9\x6c\ \x35\xe6\x8f\x66\xcb\xdd\xe5\xaf\xe7\x4e\x20\xe7\x80\xb1\xea\xdd\ \xff\x01\x7a\xbd\xf8\x5d\xef\xa2\x46\xdd\xbe\xed\x6d\x50\x96\x5f\ \xdf\xfe\x3d\x8e\xa1\xdf\x8b\xfe\xaf\x7f\x23\x3e\x7b\x47\xf1\xbb\ \xbf\xe3\x5e\xff\x7a\x7c\x5e\xe6\xec\xe3\xcc\x1d\xc8\xd4\x92\xb8\ \xd3\xae\x97\x12\x3c\x13\x32\xe6\xa6\xac\xa4\x12\x35\xc5\x99\x12\ \xad\x46\xeb\xc4\x09\x86\x88\xdd\x6e\xd7\x7b\x0a\x6d\x9f\xed\x76\ \x3b\xd4\x9a\xbc\xf7\xbb\x77\xec\x98\x68\x37\xb3\x6c\x14\x54\x00\ \x03\x73\x79\x34\x4a\x8b\xa2\xe0\x5c\x66\x59\x56\x96\x45\x14\xa9\ \x13\x27\x4f\x2a\xa5\x8a\xa2\xec\xf7\xfb\xcd\x46\xb3\x28\x8b\x90\ \xeb\x19\x6b\x27\xa7\xa6\x9a\xcd\xe6\x99\x33\x67\x9e\x7e\xfa\xe9\ \xf0\xa8\xe4\x79\x1e\x92\xc1\x93\xf3\xf3\x4a\xc9\xbc\x28\x26\x3a\ \x9d\x13\x27\x4e\x66\x69\x5a\x4b\x12\xef\xbc\x14\xb2\x96\x24\x5a\ \x6b\x04\x60\x48\xc6\x18\xeb\x5d\x98\x40\xef\xc9\x7b\xef\x01\xb1\ \xd5\x6c\xe6\x69\x8a\x00\xf5\x7a\x7d\x38\x1a\x36\x9a\x8d\xeb\x67\ \xae\x7f\xfc\xf1\x27\xee\xbf\xff\xfe\x66\xb3\xc5\x18\x4b\x92\x04\ \x01\xc2\xfc\x62\xef\xbd\x52\xd1\xc4\xc4\x44\x10\x26\xd4\xba\x32\ \xda\x30\xce\xa4\xd8\xf0\xe0\xc6\x18\x72\xa6\x2c\x0b\xe7\xcc\xca\ \xca\x4a\x2d\x8a\x01\x48\x29\x05\x17\x4b\xdb\x20\xef\x9d\x31\xcb\ \x0b\x0b\xfd\xb5\xf5\x30\xf5\xdb\x5b\x17\x09\x39\xea\xf7\x4f\x1e\ \x3f\xde\x99\x98\x38\x7b\xf6\xec\xc2\xc2\x82\x8c\xa2\xe9\xe9\xe9\ \xb5\xb5\xb5\x13\x27\x4e\xbc\xf4\xa5\x2f\xdd\xbf\x7f\xbf\xf7\xfe\ \xc0\x81\x03\x47\x0f\x1f\x09\x13\xa8\x11\x71\x6d\x75\x75\x34\x1c\ \x6e\xea\x8b\x5d\x5d\x56\xd5\x93\x4f\x3e\xd9\xac\x37\xfa\xbd\xfe\ \x4d\x2f\xbb\x69\xa5\xdb\xdd\xbe\x73\x67\x51\x14\x95\x31\x4f\x3c\ \xfe\xb8\x52\x6a\xb9\xdb\xbd\xff\xfe\x07\x5a\x8d\xfa\xe4\xe4\x64\ \x9a\x66\x44\xd0\x1f\x8c\x98\x90\xab\xab\x6b\x87\x9e\x7a\xba\xb3\ \xb8\x74\xf3\xcd\xaf\x50\x51\x34\x1a\x2d\x2d\x2e\x2e\x1e\x3f\x7e\ \xdc\x39\x17\xc4\x18\x9a\xcd\xe6\x70\x38\x04\x80\x5a\xbd\x36\xca\ \x0b\xe7\x5c\xc0\x64\xc2\x9e\xac\xd9\x6c\xee\xde\xbd\x7b\x61\x61\ \x21\x49\x12\x86\x18\xd7\x6a\xb4\xbe\x3e\x37\x37\x77\xcd\xb5\xd7\ \xf4\xfa\xfd\x24\x49\x46\x59\x1a\x3c\x6c\x1c\xc5\x81\x18\xde\x6c\ \x36\x27\x27\x27\x17\x16\x16\xaa\xaa\x3a\x7d\xfa\x74\x9e\xe7\x97\ \x5f\x7e\xf9\xc4\xc4\xc4\xce\x1d\x3b\x86\xa3\x51\xbb\xd9\x48\x22\ \x75\xff\xc1\x7b\x1e\x7b\xec\xb1\xe1\x70\x54\x96\x05\x22\xab\x27\ \x51\xa8\xfd\x5c\xf4\x0d\x9f\xe7\xe5\xa9\x53\xa7\x8e\x1d\x3b\x5a\ \xaf\xd7\x93\x38\xb6\xc6\x33\xc6\xd7\x56\x7b\x0f\x7e\xfe\xa1\x2b\ \xaf\x38\x50\x6f\x36\xef\xbc\xf3\x4e\x22\xda\xb1\x63\xc7\xae\x5d\ \xbb\x3e\xfa\xd1\x8f\x1a\x63\x5e\xf9\xca\x57\x16\x45\xf1\xa2\x17\ \xbd\x68\x75\x75\x75\x6d\x6d\x2d\x14\x15\x9c\xf7\x81\xfc\xbe\xb4\ \xb4\x54\xab\xd5\x1a\x8d\xc6\xf1\xe3\xc7\x57\xe2\xe4\xde\x83\x07\ \xb7\x6d\xdb\xce\x09\xc9\x96\xce\x39\xc9\xf9\xf1\xb3\x67\x46\xfd\ \x81\xe0\xfc\x81\xcf\xdf\xb7\xb0\xbc\x78\xfd\xf5\xd7\x7b\xe7\x89\ \xc0\x3a\x1f\xc8\x0a\xc7\x8e\x1d\xef\x8f\xd2\x9d\x3b\xb6\xef\xd9\ \x73\x79\x51\x96\x2b\xcb\xdd\x23\x47\x8f\x9c\x39\x7d\xe6\xeb\xbc\ \xcd\xd3\x18\xaa\xd7\xab\xff\xf7\x37\xb0\x28\x92\x9f\xf9\xb9\x52\ \x4a\xf3\x96\xb7\x80\xd6\xe7\xfa\xf7\x73\x61\x4d\xa2\xe7\x37\xef\ \x5d\x29\xe8\x0f\xe2\x9f\xfd\x79\xf9\xd1\x8f\x96\xef\x7b\x9f\xfd\ \xbe\xef\x83\xb2\x84\xe7\xf7\x31\x73\x60\x89\x8c\xeb\x51\x2c\x89\ \x2a\x02\x21\xf8\x65\x7b\x77\xc8\x28\x06\x5b\x82\xce\xa5\x88\x83\ \xce\xa2\x31\x46\x08\x49\xe4\xa3\x28\x0a\x45\x4b\x29\xa5\xb5\x4e\ \x29\xd5\x6a\x36\xab\x32\x0f\x4f\x78\x18\xee\x1a\x45\x91\xd6\x6b\ \x53\x53\xed\x97\xbc\xe4\x25\x67\x17\xce\xe4\x79\xce\x10\xef\x7f\ \xe0\xfe\x2c\xcf\xfa\xfd\x7e\x96\x67\x55\x59\x4d\x4c\x4c\x30\xce\ \x47\xa3\xe1\xf1\x13\xc7\xa7\xa7\xa6\x55\x14\x31\xce\xc3\xf6\x5c\ \x48\xc1\x38\x63\x9c\x05\x01\x26\x21\x44\x51\x94\x55\x59\x76\x3a\ \x1d\x67\x9d\x35\x96\x3c\x4d\x4c\x4c\xc4\xb5\x5a\x23\x49\x04\x67\ \x83\xe1\xd0\x7a\x17\xb0\x23\x42\xce\x39\xef\x0d\xfa\x25\x63\x01\ \x28\xc8\xd2\xac\x56\xab\xdf\x73\xcf\xc1\x2c\x4b\x37\x94\x81\x19\ \x8b\xe3\x58\x29\x25\x54\x34\x2a\x0b\x21\x44\x9e\x17\x4a\xc9\x10\ \x99\x18\x83\x90\xfb\x07\x07\xc4\xb9\x53\x4a\x31\xc6\x9c\x03\x6b\ \xad\xf7\x54\x55\x65\xb3\x56\xaf\xd7\x92\x89\xc9\x49\xff\x1c\xbc\ \x0c\x43\x14\x5c\x20\x80\xb3\xd6\x39\x87\x00\x9c\xb1\x2c\xcd\xce\ \x9c\x3e\xb3\x70\x76\xc1\x01\x85\xb1\xd1\x67\xcf\x9e\xfd\xf0\x87\ \x3f\x8c\x88\x59\x96\x9d\x3c\x79\x72\x34\x1a\x4d\x4e\x4e\x12\xf9\ \xa0\x2f\x7f\xe6\xcc\xd9\x95\xee\xf2\x60\x38\x4c\xd3\x6c\x6d\x7d\ \xed\xc1\x07\x1f\x3c\x70\xe0\xc0\xbe\x7d\x7b\x4f\x1c\x3d\x0e\x44\ \xdd\x6e\xf7\xe1\x87\x1f\x5e\x5c\x58\x50\x4a\x1d\x3b\x7e\x7c\x75\ \x65\x75\x62\xa2\xd3\x5b\x5b\xd7\x5a\x2f\x75\xb3\xfe\x60\xa4\xad\ \xee\x0f\x87\xa3\x2c\x8f\x6a\xb5\xde\x70\xe4\x70\xf1\xd0\x53\x4f\ \xaf\xf5\x06\x79\x5a\x3a\x63\x97\x97\x96\x84\x10\xf5\x5a\xed\xf4\ \xe9\xd3\x9d\x4e\xa7\xdd\x6a\x0d\xfa\x7d\xc1\xb9\x92\xd2\x12\x18\ \x6b\x83\x7e\x6f\x96\x65\xa1\xa0\x1a\xa6\x6d\x4c\x4e\x4e\x0e\xfa\ \xfd\xe1\x70\x18\x06\xe3\x59\xe7\x56\x56\x56\x18\x63\x41\x5b\xd4\ \x5a\x3b\x3b\x37\xbb\xba\xbc\xca\x39\x9f\x9e\x9e\x0e\x1a\xbf\xce\ \xb9\x5e\xaf\x57\x55\xd5\xb6\x6d\xdb\x76\xec\xd8\xf1\xe0\xe7\x3f\ \xef\xbd\x8f\xe3\x78\x6d\x65\xe5\xe8\xb1\xa3\xa3\xe1\x48\x2a\x65\ \xb4\xe6\x9c\x7b\xce\x10\x2e\xfe\x81\x42\x0c\x00\x11\x44\x51\x6c\ \xb4\x21\x4f\x79\x5e\x28\x15\x39\xe7\x8e\x1c\x39\x7a\xe6\xcc\x19\ \x63\x6d\xd8\x97\x0c\x06\x83\x0f\x7e\xf0\x83\xde\xfb\xcb\x2e\xbb\ \x6c\x34\x1a\x05\x9a\xe6\xeb\x5e\xfb\xda\xe1\x70\x38\x33\x33\x53\ \x14\xc5\xa1\x27\x9e\xc8\xf3\x5c\x4a\x39\x1c\x0e\x87\xc3\x61\x9e\ \xe7\xbb\x76\xee\x4a\xfb\x83\x48\xa9\xbc\x2c\x8e\x1f\x3f\x3e\xca\ \x47\x2a\x8e\x46\xa3\xe1\xe9\xf9\x93\x9c\x61\x24\x84\xb5\xd5\xf2\ \x72\x17\xf1\xd0\xea\xea\x8a\xb1\x76\x6d\xb5\xef\x1c\x2d\x2e\x2e\ \x4b\x15\x3f\x75\xf8\xc8\xce\x9d\xbb\x08\xf8\x9e\xbd\x7b\x57\xba\ \xdd\x3c\xcb\x66\xa6\xa7\xbe\xfe\x7b\xf8\xb5\xa6\xa9\xa9\xf2\x7d\ \xef\x8d\xdf\xf9\xce\xf8\xa7\xdf\x09\xde\x9b\x1f\xfa\x21\xa8\xaa\ \x80\xdb\x70\xce\xb5\xae\xca\xb2\x02\x20\xce\x45\xad\x56\x0b\x38\ \xdd\xf3\x33\x67\xc7\x5e\x2f\xfa\xb9\x9f\x93\x7f\xf5\xd7\xd5\xaf\ \xff\xba\x79\xdb\x8f\x80\xb5\xcf\xff\x5d\x48\x2d\x6a\xd6\xe3\x56\ \xc4\x13\x26\x91\x13\x12\x46\xbb\xb7\xed\x61\x52\x32\x67\x22\xe6\ \xb2\xb2\x68\x34\x1a\x83\xc1\x20\x34\x55\x4a\xa5\x5a\xad\x96\xb1\ \xb6\xd5\x6a\xc5\x49\x62\x2a\xad\xa4\x0c\x75\x48\xef\x5c\xf8\x99\ \xcd\xb1\xee\x62\xa3\x25\x1d\x20\x8a\xa3\xc5\xc5\xc5\x28\x8e\x84\ \x12\x49\xbd\x56\x14\x45\x65\x34\x72\xf4\xe4\x19\xe7\x5a\xeb\xca\ \xe8\xb8\x96\x24\xb5\xa4\xac\x4a\xce\xb9\x90\x92\x00\xa4\x52\x52\ \xa9\xa0\xaf\x92\x65\x69\x14\xc5\xcd\x66\x73\x6d\x7d\xcd\x79\x1f\ \x08\x79\xb5\x5a\xbd\x96\xc4\x52\xf0\xfe\x60\xc0\x18\xb3\xd6\x05\ \xc7\x2d\x84\x60\x8c\xe7\x59\x46\x40\x41\x9c\x3d\x49\xf2\x3c\x2b\ \xcb\xb2\x08\x77\x0e\x63\xac\xd9\x6c\x12\x51\x56\x94\xe0\x03\xc2\ \x9e\x87\x66\x5d\x44\x4c\xd3\x4c\x4a\xc1\x18\x56\x95\x76\xde\x05\ \x1f\xaa\xb5\x76\x46\x27\x49\xc2\x19\xb7\x4e\x0b\x21\xa2\x38\xe6\ \xfc\x39\x74\x74\x23\x00\x40\x80\xa7\x43\x06\x13\x76\x1e\x41\xf8\ \xc1\x79\xaf\xcb\x22\xd0\x78\xd6\xd7\xd7\x9d\x73\xad\x56\xeb\xa1\ \x87\x1e\x0a\x51\x21\x4d\xd3\xaa\x28\xbd\x73\x00\x38\x33\x33\xed\ \x9d\x49\x92\xe4\xe4\xc9\x13\xd3\x93\x9d\x1b\x6e\x78\x09\x00\xac\ \xac\xae\x3e\xfa\xc8\x23\xc3\xc1\xd0\x1b\x7b\xd7\xe7\xee\x6c\x35\ \x9b\xe1\xc2\x2d\x2e\x2e\x3e\xf2\xf0\xc3\x49\x1c\xab\x48\x8d\xb2\ \x3c\x2f\xb5\x90\x72\x38\xca\x88\x8b\xca\xfa\x34\x2b\x80\x8b\x52\ \xdb\x63\x27\x4e\x0e\x56\x3f\xbc\x7b\xe7\xce\x2c\xcb\xe6\x66\x67\ \x8d\x31\x52\x08\x6b\x4c\xd0\x79\x16\x9c\x23\x62\x1c\xc7\xa8\x75\ \x08\xe4\xa3\xd1\x28\x30\xdd\x1b\x8d\xc6\xca\xca\xca\x70\x38\xd4\ \x55\x55\x96\x65\xab\xd5\xaa\xaa\x6a\x65\x65\x25\x28\xd1\x87\x34\ \xdf\x39\x27\x85\x6c\x36\x9b\xa1\xb9\x7f\x3c\x2f\xbb\xd9\x6c\xde\ \x74\xd3\x4d\xab\xab\xab\xde\xfb\x7e\xbf\x5f\x96\x65\xaf\xd7\x0b\ \x5f\xc4\x85\xd0\x5a\xd3\xa6\x71\xce\xf0\x62\xfb\x5f\x10\xd1\x3b\ \x9f\x65\x19\x20\x31\x00\x8e\xdc\x78\xe3\x9c\x77\xd6\x4a\x29\x1a\ \x8d\xa6\xd6\xfa\xcc\xd9\x85\x10\xb4\x1e\x7b\xf4\xb1\xb9\x6d\x73\ \xc3\xe1\xf0\x81\x07\x1e\x08\xf8\x52\x7f\x30\x08\x19\xc3\x9e\x3d\ \x7b\xae\xba\xea\x2a\xa5\xd4\xd2\xd2\xd2\xbd\xf7\xde\x7b\xe3\x8d\ \x37\xb6\xdb\x6d\x64\xec\xd1\x47\x1e\x39\x7c\xf8\xc8\x9e\xcb\xf6\ \xde\x73\xf7\xdd\xad\x89\x76\x67\xa2\x2d\x23\xe1\xb4\x79\xec\x91\ \x87\x23\x21\x89\xbc\xe0\xe2\xd4\xfc\x99\xa4\x96\x54\x95\xf1\x9e\ \x8c\x71\xba\xb2\x1c\xf9\xea\x6a\x8f\x31\xf1\xd9\xcf\x7e\x76\x6e\ \x6e\xc6\x5b\x5b\x4b\xa2\xdd\x3b\x77\x7d\x43\x08\xb4\x54\x15\x6d\ \xdf\x56\xfe\xd6\x6f\xc5\xef\x7c\x67\xf4\x93\x3f\x05\x59\x66\xde\ \xfe\x76\x00\x60\xe4\xbb\xdd\xa5\xc5\x85\x05\x04\x04\x00\x4f\xd4\ \xa8\xd7\xf6\x5e\x76\x39\xe7\xe2\x79\xe7\xdf\xe3\x18\x57\x57\xe3\ \x9f\xfa\x69\xfe\x89\x8f\x97\xff\xcf\xaf\x9b\xb7\xbf\xfd\xeb\xa5\ \x3e\xcc\xbc\x52\xbc\xa6\x64\x8d\x83\x00\xeb\x45\xdc\x5c\x38\xbd\ \xd4\x5d\x59\x55\x12\x63\x4e\x44\xae\x2c\x8a\xc0\x05\x2c\x8b\x32\ \x11\xb2\x5e\xab\x59\x63\x92\xa4\xd6\x6c\x35\xa5\x90\x60\xed\xea\ \xca\x52\x51\x96\x80\xe8\x3d\x31\xc6\x39\x17\x4a\x45\x88\x2c\xcb\ \xf2\xa2\x28\xad\xb3\x88\x28\xa4\x14\x32\x2a\xca\x4a\x1b\x53\x69\ \x4d\x00\x04\x38\x31\x31\xa9\xa2\x6c\x6d\x6d\x4d\x48\x99\xd4\xea\ \x93\x53\x9e\x00\x7a\xeb\xbd\xa2\x28\x8d\xb5\x5a\xeb\xce\xc4\xc4\ \xf4\xec\xec\xfc\x89\x13\xd6\xfa\x7a\x8d\x6b\x5d\x31\x64\xc4\x18\ \x30\x34\xd6\x32\xce\xca\xaa\x24\x2f\xcb\xb2\x8c\x6b\x09\x63\x98\ \x24\x49\x5e\x95\x56\xeb\x24\x4e\xb2\x3c\x2b\x8b\xb2\xaa\xaa\xa5\ \xa5\xa5\x24\xa9\xb5\x5b\x1d\xce\x79\x55\x69\x6b\x9d\xf7\x7e\x30\ \x18\xe8\xaa\x1a\x64\x59\x5a\x14\x65\x59\x79\xef\x5b\xad\x56\xe0\ \x02\xd5\xeb\x89\x10\xdc\x18\x43\xde\xc3\x06\x4b\x18\x39\xe7\x9c\ \x45\xf5\x38\xe9\x76\xbb\xc6\x98\x5e\xaf\xa7\x94\xcc\xb3\x1c\x2f\ \xba\x65\x81\xc6\xd8\xa4\x1b\x73\x39\x02\xfe\x13\xc0\x7d\x86\x68\ \xb4\x51\x4a\x29\xa5\x84\x10\x69\x9a\x32\xc6\xc2\x34\xa5\x7b\x0f\ \xde\x9b\x67\x59\xad\x56\x5b\x5e\x5e\xfe\x83\x3f\xfc\xc3\x46\x3d\ \x29\xf2\x6c\xf7\xee\xdd\x04\x94\xa6\xa9\xb3\x36\xcb\x46\xa7\x4f\ \x9f\xed\xf7\xfb\xa3\x51\x5a\x54\xe5\xd2\xd2\xb2\x31\x26\x49\xe2\ \x2c\xcb\x07\x83\x7e\xad\x56\x77\xde\x27\xb5\x7a\x5e\x94\x83\x61\ \x6a\x9c\xf7\x1e\xac\x87\x52\xdb\x74\xa9\x2b\x94\x4a\xd3\x62\xe5\ \xec\xf2\xa0\xd7\x43\xc6\x8c\x31\xdd\x6e\x37\xcb\xf2\x20\x20\x13\ \x92\xdf\x31\x74\x4e\x44\x80\x18\xc4\x64\x42\x13\x83\x52\xaa\xde\ \x68\x56\x4a\x59\xe7\x82\x40\x45\x65\x34\x11\x71\xc1\x03\xfc\x25\ \x84\x98\x9d\x9d\x21\x47\x81\x19\x15\xd6\x33\x94\x55\x83\xe6\xcf\ \x9d\x77\xde\x19\x8a\x1c\x42\x88\xb2\x2c\xc3\x45\x09\x02\x6a\x61\ \xa1\xbc\xbf\xf8\xfd\x12\x00\xd4\xea\x75\x2e\xc4\xda\xfa\xba\x73\ \x56\x20\x04\x1c\x0f\x81\x80\x20\x4c\x7d\xf1\xe4\xad\xb3\x65\x55\ \x36\xdb\xcd\x30\x3a\x98\x31\x36\x1a\x0e\x4f\x9c\x38\x71\xf0\xee\ \xbb\xf2\x3c\x6f\x34\x9b\x7f\xfb\x91\x8f\xec\xdb\xb7\xef\xf4\xe9\ \xd3\x3b\x76\xee\x6c\xb5\x5a\x69\x9a\x56\x55\xb5\xde\xeb\x2d\x2f\ \x2d\x1e\x3f\x76\x6c\xd7\x9e\x5d\xce\xbb\x43\x87\x0e\x31\xc1\x8c\ \xa9\x22\x29\x16\x4e\x9f\x8e\xa4\x20\x82\x46\xbd\xe5\x5c\x5a\x14\ \xd5\xea\xea\xba\xf7\x50\x14\xa5\xb5\xfe\xe1\x87\x1f\x6b\x75\xda\ \x4b\x8b\xdd\xe3\xc7\x4f\xec\xde\xb5\x7d\x6e\x66\x76\x38\x18\x1c\ \x7d\xea\xc8\x37\x8a\xfa\x56\x59\xd1\xec\x6c\xf9\x5b\x1f\x88\x7e\ \xe1\x5d\xf1\xcf\xfc\x2c\x0e\x47\xe6\x17\x7e\x7e\x7d\xa5\x3b\x7f\ \xfc\xf8\xb5\x2f\x7c\xf1\xf4\xcc\x2c\x00\x54\x55\xf5\xe4\x13\x8f\ \x1e\x3b\x72\xe4\xca\xab\x5f\x00\x08\xf0\x3c\x71\xef\x88\x50\xab\ \xe1\xfc\xa9\xe4\xed\x6f\xe7\x77\xdf\x5d\xbc\xff\x7d\xf6\x87\x7f\ \x18\x9c\xfb\x0a\x79\xf6\xc0\x3a\xb8\x84\x98\xbb\xc3\xd2\x31\x5b\ \x81\xf3\x8c\x91\x00\x95\xc4\x22\x8a\x96\x1e\x3d\x5d\x94\x39\x79\ \x4b\x40\x69\x56\x20\x32\xc5\x38\x32\xa6\xbc\xaf\x71\x81\x9c\x4f\ \x4d\x4d\xae\xf6\xfb\x27\xe7\x4f\xed\xde\xb6\xbd\x56\x6f\x95\xc6\ \xc3\x30\x33\x5e\x6a\x2f\x0c\xc9\xc9\xe6\x54\x73\xba\x28\xf2\x3c\ \xb5\x0e\xa2\x9a\x36\x46\x35\xda\x93\xdb\xf8\xc2\x6a\x4f\xd4\x5a\ \xdb\x67\xb6\x95\x55\xc5\x54\x34\x31\x37\xeb\x56\xd6\xda\x4c\xb5\ \x27\xa7\x6a\xed\x36\x4f\x1a\x2c\x6e\xc6\xad\xa9\xc6\x68\x54\x96\ \x25\x02\xc4\x49\x5c\x79\x40\xa1\x08\x35\x17\x32\x52\x31\xf3\xcc\ \x47\x8e\x31\x94\x9c\x5b\x6b\xd0\xbb\x61\x96\x55\x79\x41\xde\x27\ \x2a\xe2\x42\x70\xc6\x46\xe9\x88\x23\x34\x92\xb8\x1c\xa5\xb9\xf7\ \x71\x52\x6b\xb6\x5a\x1e\x88\x10\xa4\x92\x8c\x33\x63\xcb\xbc\xcc\ \x04\x17\x88\xe4\x9d\x23\x72\x42\xf0\xb2\x2c\xa3\x48\x25\x49\x22\ \x84\x42\x44\xef\x0d\xe7\x52\x49\x16\x5e\x57\x65\xde\xe9\x74\x84\ \x90\x0c\xb1\x5d\x6f\x25\x49\xc2\x99\xa4\x8b\x9f\x1b\x49\x44\x68\ \x3d\x20\x13\x5c\xa0\xf7\x3e\x89\x23\x63\x8c\xd6\x15\x90\xf7\xce\ \x32\x25\x74\x59\x08\x04\xef\x9c\x10\xb2\x2c\x2b\x63\x9d\x52\xb2\ \xd9\xa8\x03\xf3\xc4\x19\x3a\x5b\x95\xe5\xfa\xda\xfa\x7d\x07\xef\ \x15\x82\x17\x79\x3e\x1a\x65\x6b\xeb\x83\xbb\xef\xb9\x6f\x6a\x6a\ \x12\x01\x50\x48\x02\x21\xa2\x64\xdf\xf6\x5d\xf7\x1c\xbc\x87\x73\ \xbe\xdc\x5d\xd3\x46\xd7\xeb\xf5\xbc\xd4\x95\xd6\x42\x29\x6d\x4c\ \xb3\xdd\xaa\x37\x1b\x47\x8f\x1e\xb5\x5a\x3b\x6b\x9d\xb1\x0c\x59\ \x55\x56\x7b\xf7\xee\x66\x52\x2e\x2d\x2f\xeb\xaa\xea\x0f\xfa\xc8\ \x18\x21\x10\x90\x03\x70\xd6\x20\x30\xe7\x82\x0f\x74\x51\x1c\x31\ \x84\x61\xbf\x27\x38\x3a\xeb\xa6\xa6\xa7\x6b\xb1\xcc\x86\x6e\x34\ \x1a\x85\x61\x58\x09\x8f\xcf\x9e\x5d\x68\x36\x1a\xd7\x5d\x73\xed\ \x5a\x77\xa5\x3f\x1c\x34\xeb\xf5\xb4\x5e\x97\x52\x46\x51\x34\xd1\ \xe9\x84\x25\x2c\x8a\xe2\xae\xbb\xee\x2a\x8b\x22\xc8\x6c\x85\xe1\ \x62\x4a\x29\x29\x65\x98\xa9\x3d\x1e\x54\xc2\x39\xbb\xe8\xc4\xdd\ \x3a\x1a\xa4\x24\x44\x9c\xd4\xa7\xd0\x5b\x44\xc7\xc0\xf7\xad\x2d\ \xf2\xdc\x59\x03\xde\x8e\xd2\x41\xa1\x4b\xeb\xed\xcc\xdc\xb6\x61\ \x96\x97\x79\x59\x8b\xe3\x7a\x12\x47\x4c\xc4\x31\xf3\x45\x2e\x05\ \x2f\xb2\xf4\xd3\xff\xfb\xef\x19\x63\x46\x9b\x56\xbb\x25\x38\x7b\ \xe2\xf1\xc7\xba\xcb\x4b\xb3\xb3\xb3\x8c\x01\xa1\x5b\x5b\x5d\x7e\ \xcd\x37\xdf\x7a\xe2\xc4\x31\xad\x8b\x3c\xcf\x7b\xbd\x5e\xa7\xd5\ \xcc\xb4\xb1\xce\x6b\x5f\xa6\x45\x11\x47\xf1\xfe\x2b\xaf\x7c\xec\ \xf1\xc7\x89\x31\xe3\xbd\x07\x28\xaa\x4a\x6b\xdd\x6e\x34\x26\x9b\ \x13\xa7\x8e\x9f\x2a\xca\x62\x7d\x6d\xfd\x1b\x48\x5a\x51\x6b\x9a\ \x9d\xab\x7e\xeb\x03\xd0\x6a\x45\xbf\xfc\xcb\xbc\xdb\x5d\x7c\xe3\ \x77\x5e\xf1\xc2\x17\x4f\xcf\xcc\xda\x0d\xfe\x83\xbc\xf6\xba\x17\ \x3e\x70\xef\xc1\xe1\x60\xd0\xee\x74\x3c\x3d\x0f\xf2\x62\xc6\x40\ \x4a\xf6\xe0\x83\xc9\x4f\xbc\x03\x8f\x1f\x2f\xfe\xe0\xf7\xed\x9b\ \xde\x74\xe9\xd1\x18\x44\x86\xe0\x3d\x21\xe3\x48\x97\x52\x6e\x87\ \x88\xe2\x1a\x57\x35\x91\x9b\x92\x0b\x49\x88\x4c\x82\x8a\xd0\x53\ \x65\x9d\x66\x9c\x79\x8f\x8c\x4b\x5d\x95\x86\x80\x03\x46\x5c\x48\ \x04\x19\x45\x71\xa4\x90\x73\xcf\x44\x5a\x94\x53\xd3\x33\xa5\x71\ \xf5\x56\xb5\x73\x9f\x9c\x9a\x9e\xf6\x3c\x1a\x16\x3a\x6e\x34\x59\ \x14\xf7\xd3\xbc\xd0\x95\xe0\x5c\xd6\xea\xb3\xad\xf6\x0d\x8d\x7a\ \xa3\xde\xe0\x82\x83\x54\x44\xd4\x4b\x53\xcf\xb8\xaa\xb5\xfa\x69\ \xbe\xd2\x1b\x7a\xf2\x08\x40\xc4\x54\xad\xa1\x6a\x0d\x44\xe4\x82\ \x49\x29\x10\xf1\xc8\x53\x4f\x2b\x95\x4c\x4f\x4d\x67\xc3\x34\xcf\ \x52\xce\x99\x92\xca\xe8\x2a\x16\xd2\x1a\x03\x40\x41\x1a\x9e\x10\ \xb4\xad\x10\xc0\x39\x8b\x00\x42\x72\xa5\x94\x10\x32\x74\xdc\x08\ \x21\xb2\x2c\x2f\x8a\x9c\x80\x84\x90\x80\xe4\x81\xbc\x77\x52\x8a\ \x5a\x2d\x09\x14\x78\x21\x84\xb5\x0e\x80\x8c\xb1\xd6\x3a\x15\x29\ \x22\x6f\xad\x19\x0d\x86\x55\x59\xee\xda\xb9\x2b\x8e\xe3\x74\x94\ \x46\x51\x2c\xa5\x52\x2a\xbe\xb8\x40\x8b\x80\x1e\x09\x08\x00\x19\ \x17\x2c\xe2\xac\xd5\x68\x54\xba\x72\x56\x3b\xe7\x00\xc8\x3b\x8b\ \xde\x22\x78\x21\x94\x14\xd2\x03\x2a\x26\xa4\x10\xe4\x49\x20\x32\ \x29\x46\xd6\x00\x80\x92\x32\x56\x2a\x8a\x63\x6b\x6c\x48\xed\x7b\ \xbd\x7e\x6b\xb9\xdb\x68\x34\xf2\xd2\xc8\xa4\xe6\x81\x75\xd7\xd6\ \x2d\xa1\x10\x8a\x18\xaf\xac\x77\x59\xa1\xa4\xac\xd5\xeb\xf5\x46\ \xad\x28\x8a\x66\xb3\x79\xf6\xec\xd9\xa0\x8b\x69\x8d\x91\x52\x36\ \x1b\x8d\x66\xa3\xc1\x39\x1b\xa4\xa3\xe5\x95\x2e\x11\x55\xba\x12\ \x52\x46\x4a\x39\xf2\x96\x1c\x11\xa1\x41\x00\xe0\x8c\x31\x89\x4a\ \xca\x48\xc9\x2c\xcb\x80\x28\x8a\x14\x43\x62\x08\xb5\x7a\x0d\x10\ \xf3\x3c\x3f\x7c\xf8\xf0\xf4\xf4\x74\xab\xd9\x2c\xcb\x32\x8e\x63\ \x67\x9d\x29\xf5\x60\x7d\x60\x8d\x59\x5a\x5c\x3c\x7d\xea\x54\x96\ \x65\xeb\xeb\xeb\x9c\xb1\x74\x34\x3a\x9a\xa6\x81\x1a\x2b\xa5\xe4\ \x42\x84\xfc\x3d\xf4\x1c\x04\x3c\x27\x10\x6d\x2f\xba\xc1\x3b\xfc\ \x5a\x69\x7c\xcc\x98\x52\x89\x35\xc5\x15\xfb\x0f\x28\x01\x0f\xdc\ \x7f\x50\x33\xac\xca\x0a\x81\xb4\xa9\x00\x3d\x31\x94\x71\x2c\x84\ \xaa\x2a\xc3\x90\x47\x2a\x12\x00\x11\xc3\x2a\x8a\x16\xb5\xe6\xb5\ \x9a\x14\xa2\x56\xab\x65\x59\x56\x16\xc5\xa1\x27\x9e\x28\x8a\xe2\ \xf8\xb1\x63\x33\x33\x33\xde\x94\x2a\x56\x53\xd3\x53\x59\x3a\xb2\ \xba\x22\x47\x91\x8c\xac\x71\x6b\xeb\xfd\x66\xbd\x21\xa2\x28\x51\ \x51\x63\x62\xa2\xaa\x4a\x95\xc4\x45\x55\x26\x49\x92\xe5\x59\xb3\ \xd9\x54\x4a\x4d\x4d\xcf\x70\xef\xbd\xf5\xbd\xf5\x5e\x6f\xbd\xe7\ \x91\xc4\x25\x4f\x0c\xbf\xa6\xf8\x8c\xa6\x46\xa3\x7c\xdf\x7b\x69\ \x66\x46\xfd\xda\xaf\xed\x7d\xf0\x81\xce\x1f\xfc\x0f\x3d\x33\xcb\ \x19\x03\x22\x67\xad\x90\x4a\x45\x51\x9e\x65\x13\x93\x93\x5f\x63\ \x64\x86\x88\xa4\x04\x21\xf8\xdf\x7c\x38\xfe\x85\x5f\x40\x80\xf2\ \x2f\x3e\x64\x5f\xf7\x3a\x2c\x0a\x20\xfa\x87\x77\xa5\x13\xc0\xb3\ \x57\x5c\x99\x90\x82\xcc\x28\xd7\x51\xad\xd1\x3f\xfa\x99\x4f\x3d\ \x95\x7c\xf7\x1b\x5f\x2e\x8c\xa1\x4b\x74\x12\x08\x50\xaf\xd7\xb4\ \xb6\x5c\xa8\xd1\x28\x73\xce\x13\xc1\xcc\xec\x5c\x92\xa6\x40\x50\ \x54\x65\x96\xe5\x18\x44\xc1\xc9\xa3\x60\x1e\x48\x3b\x93\x97\x25\ \x32\x86\x88\xc0\x50\x1b\x33\x18\x0d\xb5\x35\x51\xac\xf2\x32\x1f\ \x8c\x06\x79\x59\x3a\x67\x09\xf0\xd8\xf1\xa3\x80\x84\x88\x55\x55\ \x85\x9d\x75\x18\xa4\x19\x1e\x60\xeb\x1c\x79\x02\x60\x40\x40\xe4\ \x89\x20\x0c\xf1\x08\x07\xe6\xc9\x5b\xab\x19\xc7\x1d\x73\x73\x73\ \x73\x73\xf5\x46\x7d\x90\x8e\x6a\x51\xec\x9d\x75\xce\x56\xba\x42\ \x06\x9e\x71\x02\x02\x44\xef\x7d\xa9\x35\x30\xa8\xaa\x4a\x45\x91\ \xe0\xc2\x72\x29\x55\xac\x7b\x83\xd1\x28\x95\x2a\xaa\xd7\x93\x2c\ \xcb\x38\xe7\xc6\x3a\xad\x8d\x27\x30\xc6\x58\x22\x02\xf2\xde\x87\ \x19\x40\x81\xdd\x6c\x8c\x0e\x4f\x41\xc0\x88\x91\x89\x48\xf1\x58\ \x45\x5a\x6b\x29\x65\x14\xc7\xdd\xd5\x55\x55\xaa\xba\x31\xd6\xd8\ \x8b\x7f\x5a\x08\x00\xd1\x3b\x8f\x8c\x2c\xf9\x34\xcb\x9c\xb3\xde\ \x53\xc0\x64\xac\x75\xce\xf9\x50\xa3\x8e\xa2\x48\xa8\x88\x88\x8c\ \xd6\x44\x1e\x18\x23\xef\xc3\xa4\x3a\x22\x62\x9c\x37\x1a\x8d\xf5\ \xf5\xf5\x20\xe4\xc0\x39\xb3\xd6\x5a\xe7\xb2\x34\x25\xa2\x4a\xeb\ \xb2\x2c\xb5\xd6\x55\x55\x95\x1b\xbd\x42\xe8\x09\x08\xa0\x2c\xcb\ \x30\xc4\x19\x00\x82\x72\x40\xb3\xd9\x0c\xe1\x2d\xe0\x4e\x81\xb3\ \x14\x68\x45\xa1\x45\x36\xac\xc9\xc6\xb2\x6c\xde\xe1\xa1\x73\x2d\ \x38\x5f\x21\x04\x22\x93\x52\xd5\xea\x98\x24\x49\x90\x16\x58\x5d\ \x5d\xdd\xb1\x63\x87\x10\xe2\xd4\xa9\x53\xe1\x8c\x9e\x3e\xfc\xb4\ \x36\x36\xe4\xe3\xd6\xda\x20\xcc\x69\x8c\x11\x42\x04\x0a\xfc\xf8\ \xc3\xc7\x05\xb6\xf1\x9d\x03\x00\x42\x88\x8b\xf4\xef\x08\x00\xbe\ \x32\x23\x24\x29\xeb\x31\x91\x59\xea\x2e\xc4\x92\x17\x45\x11\xd8\ \xb4\x8c\x8b\x34\x4b\xbd\xf7\xad\x46\xa3\x56\x4b\xda\xed\xce\x44\ \xab\x65\x2b\x23\x39\xa2\x77\x9e\xa8\xd2\x9a\xb3\xa0\x25\x20\xda\ \xed\x76\x28\x0c\x84\x01\x93\xde\xfb\x76\xbb\x5d\x8c\xb2\xbc\xa8\ \xb8\x8a\xd7\xfa\xa3\x42\xdb\x3c\xcf\xbd\x27\x42\x51\x56\x25\x17\ \x26\xe6\x8a\x31\x37\x35\xdd\x36\xa6\xe6\xbd\x0f\xe2\xa9\x5a\xeb\ \x7a\xbd\x5e\xab\xd5\x9c\xb3\x1c\xf9\xe2\xc2\x42\x96\xe7\x5c\x08\ \xc1\xd9\x25\x75\xee\x5c\x58\xe4\x5f\x63\xbc\x83\x00\x54\x9c\xff\ \xa7\x5f\x35\xbb\xf7\x4e\xfd\xe2\xbb\xf8\xbf\xf8\xe7\xc5\xfb\xde\ \xb7\x78\xed\x35\xbe\x28\x9a\x49\x6d\x6a\x66\x96\x80\x9c\xb3\xde\ \x39\xff\xd5\x94\x4c\x38\xef\x2e\x21\xa5\xa0\x28\xa2\xdf\xfe\xed\ \xf8\xd7\x7e\xdd\x5d\x7f\x5d\xfe\xfe\xf7\xbb\x97\xde\x88\x69\xfa\ \x8f\x0e\x39\xe7\x3c\x27\x17\x78\x93\x31\x3d\x38\xfb\xf1\x0f\xfd\ \xfe\xdd\xee\xc5\xbf\xf4\xaf\xdf\xac\x87\x8b\xf3\x8b\x53\x51\x52\ \x93\x98\x97\xfa\x12\xf8\x77\x44\x2c\x2b\x93\x66\x25\x02\x18\xeb\ \x3c\x90\x35\x36\x8e\x93\x1b\x6e\xb8\xa1\xc8\x2b\x64\xec\xc4\xc9\ \x13\x67\xce\x2c\x70\xc6\xb8\x10\xb6\x34\x88\x2c\x8a\xe3\xdc\x38\ \x21\xc4\xce\x1d\x3b\xf2\x42\x9f\x3d\x73\x6a\x75\x75\x79\x6d\x7d\ \x9d\x0b\xe1\xbc\x33\xd6\x0a\x29\xac\x73\xde\x7b\xc6\x39\x79\xcf\ \x00\x89\x7c\x18\x7a\xe7\xbd\x0f\xb4\xf1\x40\x44\x09\x3c\x1c\x18\ \x7b\x73\xef\x03\x99\x12\x11\x19\xe3\x00\x14\x7e\x78\xb9\xbb\x3c\ \xdd\x9e\x1c\xa5\x99\x91\x62\x58\xf6\xaa\xaa\xb4\xce\x58\x6b\xa7\ \xa7\x27\xa9\xd1\x30\xc6\x6a\x6b\x83\x9b\xe3\x9c\x7b\x82\x4a\xeb\ \x20\x60\xc2\x38\x6b\xb4\x5b\x79\x55\xba\xb5\x55\x14\x8c\x80\x2a\ \xab\x2b\xa3\x65\x24\x23\x99\x00\x80\xce\xb2\xa2\x28\xd2\x74\x63\ \x8c\x6a\x18\xe4\x14\x70\x61\x63\x0c\x01\x44\x51\x14\xa2\x2f\x13\ \x82\x59\x6b\xac\x71\xe4\x75\x55\x51\x2b\x3c\x2e\xfc\xb9\x2c\x3d\ \x30\x46\x40\xe4\x3d\x22\x16\x45\x41\xe4\xc3\x29\x5b\x6b\x43\x6f\ \x2a\x30\x36\xee\x02\x0d\x9d\x9c\x82\x23\xe3\x1c\x20\xb0\x4e\x83\ \x8f\xc5\x0d\x9a\x7c\xad\x16\x5a\xe4\xd3\x34\x15\x42\x10\x51\x96\ \xa6\x67\xcf\x9c\xf5\xe4\xc3\x07\x6e\x3a\x65\x4f\xe4\x95\x6c\x6f\ \xdf\xb1\x6d\x34\x1a\x75\xbb\xdd\xc0\x54\x09\xac\x4a\xad\x75\x9a\ \xa6\x59\x96\x49\x29\x8c\xd1\x72\x73\x64\x52\xa8\x07\x84\x7b\x3b\ \x5c\xa9\xe0\x94\xad\xb5\x61\xf8\x46\x68\x12\x16\x42\x38\xe7\xd6\ \xd7\xd7\x9d\x27\xe7\x2c\xa2\x9c\x9c\x9c\x24\xa2\xe5\xe5\xe5\x30\ \xe6\x3b\x00\x59\xa3\xe1\x10\xb9\xd8\x18\x42\x24\x65\xa0\x30\x85\ \xa7\x20\x5c\x71\x7f\x4e\x7a\xe4\xbd\x0f\x77\xce\xf8\xf6\x10\x42\ \x5c\x74\x0a\x4a\xe4\x9b\x75\x5e\x4b\x22\xad\x4b\xa9\x60\xd0\x5f\ \xeb\x39\xa7\x94\xb4\x5a\x5b\xeb\x0a\xad\xcb\xb2\x22\xef\xa3\x28\ \xb2\x95\x01\x47\x52\xc8\x6c\x94\x66\x55\x99\x48\x99\x48\x51\x94\ \x85\x31\x16\x08\x42\xd8\x0b\x81\xad\xd3\xe9\xc4\x71\x7c\xea\xd4\ \xa9\xe1\x70\xa8\xa4\xb4\x84\xa7\x17\x96\xf2\xca\x94\xda\xa6\x45\ \xe5\x9c\x43\x2e\x54\x52\xef\xa7\xd9\x54\x5c\xbf\x72\xdf\x65\x61\ \xd4\x57\x96\x65\x21\x24\xcc\xcd\xcd\x85\xe9\xc4\xc3\xe1\x30\x96\ \xca\x57\x15\x11\xa9\x38\xc2\x4b\xe9\xdc\x19\x1f\x3d\x7a\x77\xfa\ \xe9\x0f\x01\xb9\xaf\xbd\x18\x23\x63\xc4\x59\xff\xc7\xdf\xfa\xb2\ \x8f\xdd\x11\xbf\xf1\xbb\x6b\xef\xfa\xb7\xe5\x0f\xfe\xa0\x8f\x63\ \xef\x3d\x10\x9c\x9a\x3f\x91\x8e\x86\x5f\x1b\x58\x26\x08\x3d\x46\ \x71\x72\x72\x7e\xcf\xef\xfe\x5e\xfc\xd1\x8f\x2d\x7f\xe7\x77\x9c\ \xfd\x57\x3f\x61\x95\xc0\xfb\xef\x05\xfa\xc7\xa5\x14\xe4\xa9\x56\ \xaf\xef\xde\xb3\x8f\x8b\x0b\x96\x88\x91\x71\x5c\x3d\x79\xbc\x97\ \xcb\x7a\xe2\x1c\x40\x14\xab\xc5\x43\xff\xfb\x37\xfe\xd3\xe3\x7b\ \xae\x7f\xf5\x1b\xbf\xe5\xc6\x98\xcc\x73\x94\xbb\x0f\xb9\x55\x96\ \x65\xd3\xd3\x33\x69\x96\xd5\xeb\x8d\xac\x28\x8f\x1e\x3b\x2e\xa5\ \x22\x82\x5a\xbd\x56\x96\xe5\x17\xf2\x68\xf2\x0e\x68\x90\x0e\x65\ \x5c\x5f\x5c\x5a\x1c\xe5\x27\x0e\x1f\x3d\x5e\x94\xb9\x73\xc6\x39\ \x2f\x95\x34\xc6\x00\x43\x2a\x01\x88\xac\xf7\xce\x3b\x86\xc8\x89\ \x08\x88\x31\x24\x0a\xde\x81\x10\x59\xc8\xd4\x10\x90\x73\x19\x66\ \xb3\x85\x8c\x6c\x63\x3e\xd9\xa6\x21\xa2\x23\xc7\x80\x22\x26\xea\ \x51\x04\xce\x28\x2e\x85\x14\x5c\x30\x00\xe0\x52\x10\x6c\x8c\xb9\ \xd1\x56\x7b\xed\x85\x90\x59\x5e\xc6\x49\x4c\x40\x5a\x1b\xe7\x01\ \x81\x8d\x86\x69\xdf\x0d\xe2\x28\x99\x98\x98\x90\x22\x96\x42\xe5\ \x59\x19\x47\x35\x29\xe5\x68\x98\x86\x84\xd4\x5a\x1b\x28\xfc\x73\ \x73\x73\xce\xb9\xd0\x33\xb9\xb0\xb4\x58\x69\x1d\x9e\xe1\x46\xa3\ \x31\x3d\x3b\x83\x0c\x9d\xb5\x52\xa9\x46\xa3\x41\x88\x2a\x52\x17\ \xbf\x7d\x24\x42\x00\x44\x14\x42\x0a\xc6\x42\x46\x55\xe4\xce\x7b\ \x1f\x98\x85\x8c\x31\xe4\x5c\x70\x51\x55\x55\x51\x69\xce\x05\x63\ \x8c\xf3\xb0\x3e\x0e\x11\xbd\xa7\x40\x35\x09\x7d\xa1\x45\x51\x2c\ \x2d\x2d\x05\x04\x23\x8a\xa3\x28\x89\x89\xb1\x41\x3a\x24\x00\xa1\ \x24\xe8\xca\x7b\x40\x20\x1e\xca\xd1\xce\x0e\x06\x83\xd5\xd5\xd5\ \x95\x95\x15\x6b\xad\x31\x26\x38\xdf\xa0\x33\x11\xd0\xed\x3c\xcf\ \x82\xfb\x0e\x01\x2f\xb0\xda\xc3\x76\xc1\x5a\xbb\x99\x96\x60\x78\ \x1d\x06\x42\xb4\x5a\x2d\xc6\x58\x1c\x47\x83\x61\x3a\x18\x8c\xf6\ \xee\xdd\x33\x3b\x3b\x1b\xd2\xf3\x6e\xb7\xbb\xb8\xb8\x58\x55\x55\ \xa4\x22\xf2\xde\x7a\x13\x22\x68\x28\x17\x87\x88\xbe\x81\x13\xc6\ \xb1\xb1\x36\x84\xd8\x70\x00\xe1\x2b\x36\x76\x2a\x8c\x5d\x74\xef\ \x18\x11\x30\x86\x71\xcc\x90\x59\xce\xbd\xe2\xa2\x16\x35\xa4\x52\ \x67\x4e\x15\xa3\x51\x01\x40\xf3\xf3\xa7\x9c\x73\x40\x50\x4f\x6a\ \x5a\x57\xab\x6b\xab\xe8\xc1\x39\x27\x05\x67\x8c\x59\x6f\x3d\x11\ \xe7\x3c\x9c\x79\xf0\xd1\x41\xd3\x0d\x11\xd3\x34\x4d\x92\xa4\x3e\ \x39\xe9\x90\x0f\x46\x99\x03\xc6\x44\x64\xfc\xc8\x18\xe7\xac\x93\ \x4a\xd6\x9a\x1d\xe7\x29\x44\xdf\xe3\xc7\x8f\x6b\xad\xf3\xbc\x60\ \x0c\xa7\xa7\xa7\x57\x57\x57\x87\xc3\x61\x1c\xc7\x18\xa9\xd2\x54\ \x49\x94\x40\x28\xb7\x5c\x2a\x34\xa6\x2a\xf3\xd1\x5f\xfd\xe6\x8e\ \x18\xa4\x8a\xe8\x6b\x0e\x67\x13\x10\xc2\xfc\x0d\xdf\x3e\xfa\x89\ \x9f\x6d\xfc\xfc\xcf\xce\xbc\xfb\xdd\xeb\x9f\xfd\x6c\xf5\x9e\xf7\ \xb8\x97\xdf\xec\x80\x26\xa6\xa6\xb7\x6d\xdf\xf1\x35\xc8\xdc\x11\ \x49\x49\xf0\x94\x7c\xf2\x93\xad\xf7\xfc\xaa\x58\x5d\x1d\xfc\x87\ \x5f\x31\x3f\xf6\x7f\x4c\x33\x06\x5a\xe3\x45\x45\x8a\x22\xcf\xb3\ \x2c\x6d\x77\x26\x2e\xe4\x26\xc8\x19\xb7\xe3\x25\xaf\xf9\x6e\xe9\ \xfe\xf0\xee\x35\x4f\xe0\xac\x9f\xbe\xfc\xa5\x6f\xf9\x9e\x2b\xff\ \xfa\x8f\x3f\xf1\xe0\x81\xab\x5f\x73\x20\x29\xf5\x73\x5d\x84\xe1\ \x28\xed\xf5\xfa\x37\xdf\x72\x4b\x55\x59\x15\xc7\x4b\x8b\x4b\x8f\ \x3e\xfe\x78\x9a\xe6\xde\xfb\x5a\xbd\xc6\x10\x95\x90\x5a\x1b\xeb\ \x1c\x0a\x0e\x92\x01\x63\xcb\x2b\xdd\x87\x9f\x78\x72\x94\xe6\x51\ \x52\x8b\x6a\x91\xb1\x1b\xca\xc0\x8c\xb3\x30\xa2\x61\x23\x2d\x25\ \x92\x9c\x31\x0c\xe3\xbc\x3d\x10\x84\xfd\xbb\xf7\x9e\x31\x14\x22\ \xe4\xa4\x8e\x31\x44\x14\x44\x44\xe4\xad\xf5\x1b\x9d\x55\xe4\x11\ \xd0\x85\x9a\x9d\xd5\x6b\xeb\x6b\x9d\x7d\x97\x25\x4a\x0a\x42\x0d\ \xe4\x9d\xf5\x44\xfd\x7e\x1f\x3a\xe0\xbc\x03\x06\xd6\x18\x6d\x2d\ \x55\xa6\x28\xcb\x5a\xab\xa5\x75\x25\x93\x06\x37\x2e\x22\xaa\xd5\ \xeb\xc6\x58\x02\x2c\xab\xca\x3a\xcb\x85\x4c\xb3\xbc\xac\xb4\x10\ \x92\x6d\xf2\x37\x82\xbf\xa8\xd5\x6a\x81\x33\xe3\x37\x07\x2c\x90\ \x27\xed\xcc\xc6\xa0\x09\xa5\x9c\xf3\x2a\x8e\xe2\x24\x8e\xa2\xa8\ \x37\xe8\xf5\x06\x83\xe7\x32\xdf\x86\x0b\x21\xa5\x0c\x83\x11\xd9\ \x66\x26\x18\x6a\x89\x88\x88\x44\x92\x0b\x2e\x38\xe3\xdc\x39\xef\ \xbd\x13\x52\x46\x51\xe4\x8d\xb1\xc6\x02\x50\x00\x2d\xac\xb5\xe3\ \x94\x36\xf0\x05\xe3\x38\x1e\x0e\x86\xeb\xbd\x1e\x20\x38\xef\x83\ \x6f\x35\xd6\x12\x91\x14\x32\x4e\x12\x44\x36\x18\x0c\xce\x9e\x39\ \x1d\xb6\x53\x79\x9e\x87\xcf\x09\x8a\xea\x81\x7d\x48\xe4\x43\x61\ \x33\x80\x21\xe1\xaa\x85\x84\x3d\xbc\x0e\xf1\x78\x3c\x4b\x24\x40\ \x37\x9c\xf3\xd1\x68\x14\x45\x6a\x6e\xdb\xb6\xe5\xee\x6a\x59\x96\ \x87\x0e\x1d\x5a\x59\x59\x09\x31\x20\xac\x6a\xf0\xd4\x42\x45\x61\ \xb4\x61\x60\x07\x05\x69\x49\xbe\xd9\x0f\x1c\xce\x68\x4c\x9d\x04\ \x80\xf0\x56\x70\xf1\xcf\x69\xcd\x39\x8f\x23\x6e\x8d\x6d\x35\x12\ \x04\x34\xda\x34\x1a\x35\x02\x62\x5c\x38\x80\xfe\x60\xc8\xb8\x88\ \x15\x6f\xb7\xda\x5c\x44\xc6\x39\x5d\x69\xc9\xc5\xd4\xe4\x0c\x27\ \x1a\xf4\xd6\xb4\x31\x1e\x08\x01\x8c\x31\xfd\x7e\x3f\x38\xf4\xe0\ \xe8\x03\xa0\x74\xea\xd4\x19\x22\x74\x1e\x8c\x75\x40\x8e\x31\x01\ \xe8\x54\xa2\x92\x38\x69\xb7\xdb\x59\x9e\x1e\x3c\x78\xaf\x73\x36\ \x4d\x53\x44\x2c\xcb\xa2\x5e\xaf\x2f\x2f\x2f\x27\x49\x32\x1a\x8d\ \xaa\xaa\x8a\x84\x08\xa1\xdd\x7b\x42\x84\x4b\x96\xb9\x23\xe3\xac\ \xd6\x4a\x97\x9f\xe6\xf0\xd5\x52\xff\x7d\x76\x30\xd8\x7b\x37\xdb\ \xaf\x76\xed\xa8\x7e\xeb\x37\xfd\x0b\xae\xde\xf6\xdf\x7e\x1b\xde\ \xf2\xd6\xea\x97\x7e\x51\x5f\x75\x45\x73\x6a\x3a\x8a\x13\xef\xec\ \x57\x35\xd8\x08\x4e\x51\xc4\x8e\x9f\xa8\x7f\xe0\x03\xb5\x3f\xfd\ \x53\x7f\xfd\x0b\x47\xef\x7f\x7f\xf9\xaa\x57\x4a\xeb\xd0\x3b\x88\ \x2f\x72\xfa\x46\xad\x5e\x17\xe2\xd9\x98\x9d\x88\xe0\xec\xc6\x40\ \x2a\x4f\x50\x6b\x4c\x5d\x7e\xe5\xd5\xfb\x77\xdd\x3e\xec\xa5\xc4\ \x6a\x97\x62\xc3\x26\x8f\xcf\x9f\x3a\x7c\xf8\xd8\x95\x57\x5d\xdd\ \x68\x36\x84\x50\x0f\x3e\xfc\x88\x73\xd6\x03\x1a\xeb\x3a\xad\x16\ \x22\xaa\x28\x02\xef\xa3\x48\x8d\xd2\xf4\xc4\xa9\xf9\xca\xf8\x7d\ \xfb\xf6\x71\x11\x97\x95\xae\xb5\x92\xf5\xf5\xb5\xe5\xa5\x25\x21\ \x25\x97\xa2\xaa\xaa\x7a\xa3\x8e\x0c\x11\x11\x18\x13\x00\x7c\x93\ \xde\x83\xb8\x51\x5c\x08\x6e\x42\x08\x2e\x44\xc4\x50\x84\x8c\x7e\ \xf3\x61\x0e\x3f\x17\x36\xd0\x04\x0c\x1d\x51\xbf\xbf\x3e\xcc\xd2\ \x34\x4d\x29\x8e\xca\x51\x36\xe8\xf7\x5a\xed\x66\x2d\xa9\xc5\x49\ \x54\x14\x79\x51\x14\x04\x54\x59\xc3\x84\x62\xc8\x40\x5b\xe3\x5c\ \xa1\xdd\x74\xbb\x99\xe5\x85\xaf\x4a\x2e\x84\x07\x98\x9d\x9b\x9d\ \x9c\x9a\x9a\x3f\x39\x2f\xac\xe5\x52\x58\xe7\x6a\x8d\x7a\xc7\x4c\ \xa4\x69\x1a\x8e\x27\x08\x0d\x9e\x3c\x79\x12\x00\x86\xc3\x61\x80\ \xe0\xeb\xad\xa6\x37\x06\x01\x8b\xaa\xb2\xeb\xeb\x49\x92\x70\xc6\ \xca\xaa\x1a\xa6\xa3\xf5\x5e\x6f\x71\x71\x91\x5d\xd4\x80\x6c\x02\ \x0a\x8d\x54\xad\x56\x0b\x90\x38\x22\x10\x69\x5d\x85\x07\x6f\x83\ \x10\x45\xa4\x94\x0a\x7f\x14\x9c\x07\x3f\x0b\x00\x82\x73\x67\xd1\ \x93\x97\x42\x8e\x7b\xdf\x19\x63\xed\x76\x5b\x08\x31\x1a\x8d\x10\ \xb1\xd7\xeb\xf5\x7a\x3d\xc6\xd9\x60\x30\x40\x44\x40\x90\x42\x7a\ \xef\xf3\x22\x0f\xdd\x46\x5a\x1b\xe7\x2c\x11\x9c\x0b\x9d\x67\x59\ \x16\x76\x4e\x65\x59\x15\x45\xa6\x94\xd2\x9b\x1b\x97\x38\xde\xe8\ \x65\x0b\x9e\xf7\xdc\x17\xc1\xed\x86\xf4\x9f\x88\x38\xe7\xd6\x3a\ \x67\x5d\x1c\x47\x2b\x2b\x2b\xe1\x33\xc3\x8f\x05\x6a\x63\x38\xda\ \xf0\x09\xe1\xeb\x02\x57\x62\x8c\xb0\x7b\xef\x9d\xb5\x21\x2c\x85\ \x6c\x20\x8a\xa2\x10\xbd\x36\xe5\x68\x2e\x3e\xf5\xf4\xde\x45\x92\ \xef\xdb\xbd\x4b\x4a\x65\xad\xb3\xc6\x85\x32\x80\xf3\x1e\x9c\x47\ \xce\x9d\xd3\x35\x15\x2b\x21\x3d\xa0\xe4\xc2\x71\xe7\xc8\x23\xe7\ \x0c\x08\xd8\xc6\xd5\x09\x0f\x6c\xb8\x1c\xdb\xb6\xb3\xf7\x00\xad\ \x00\x00\x20\x00\x49\x44\x41\x54\x6d\x9b\x9d\x9d\x5d\x5f\x5f\x37\ \xc6\xf4\x7a\xeb\x0b\x8b\xdd\x2c\xcf\x87\xe9\xa8\xd2\x3a\x2f\xf2\ \x7a\xbd\x6e\xbd\x2b\xb3\x2a\x2f\x8a\xac\xc8\x95\x92\x55\xa5\x8b\ \x22\x4b\x92\x24\x34\x31\x04\x46\x69\x38\x2f\x63\xcc\xe9\x85\xb3\ \x89\x92\x59\xbe\xd1\x12\x28\x2e\x95\x2f\x95\x51\x3c\xf5\x43\xbf\ \x34\xfc\xdc\xdf\x90\xb3\xf8\x3c\x98\x91\x41\x9e\xb4\x6a\x99\x7e\ \x0f\x95\xaa\xbd\xfb\xdd\xc3\x6f\xfd\xb6\xe8\x57\x7e\x25\x7a\xfb\ \x4f\xec\xbf\xf1\x86\xe8\x3d\xef\xe9\x5c\x73\x5d\xb8\x56\x5f\x8d\ \xfe\x4f\xce\x00\x10\xd2\x11\xfb\x8b\xbf\xc4\xff\xfc\x9f\xe1\xec\ \x19\xff\x6f\x7e\x06\xfe\xdd\xbb\x1a\x9d\x89\xa6\xf7\x40\xfe\xb9\ \x04\x43\xef\x9d\xa9\xf4\x97\x11\x8f\xa5\xa0\xd5\x01\x44\xde\xda\ \x00\x68\x7b\xb8\x14\x03\x08\x05\xe7\xf5\x5a\xb2\xb0\xb0\xf0\x99\ \x3b\xee\x48\xf3\xfc\x96\x5b\xbe\x69\x61\x71\xb1\x56\xaf\xab\x38\ \x39\x7d\xfa\xb4\xe0\xb2\x28\x4b\xad\x35\x32\x0f\x40\x8d\xa8\xce\ \x18\x2f\x75\x75\xed\x75\x2f\x9e\x99\xdd\xd6\xeb\x0d\x27\x84\x1a\ \x0c\xd7\x9c\xa9\x38\x03\xef\x0d\x18\xc7\x18\x30\xc4\x40\x9b\x43\ \xef\x3c\x01\x81\x3f\x2f\x6a\x07\xe0\x85\x11\x79\xce\x3d\xc0\x06\ \x6a\x4c\x44\xe4\xe9\x5c\x6c\x17\x3c\x02\xf2\x50\x8f\x1d\x0c\x87\ \x49\x34\xdd\x68\x35\xad\x33\x9d\x4e\xa7\x3f\x1c\xaa\x5a\x84\x82\ \x33\xc9\x39\x17\x90\x17\x04\x84\x88\xc6\xd9\xc1\x30\x35\xd6\xf5\ \xfb\x03\x63\xbd\x8c\x92\x4e\x9c\xac\xad\xad\xd5\x9b\xed\x38\xa9\ \x57\xc6\x56\xda\x32\x2e\xad\xa7\xd9\x6d\x3b\x86\x69\x16\x44\x63\ \x82\x1f\x09\x09\x6c\x14\x45\x8c\xb1\x40\xc2\xd3\x5a\x13\x40\x55\ \x96\x8b\x79\xce\x00\x6b\xb5\x9a\x14\x82\x09\xce\x38\xdb\xb1\x7d\ \x7b\x14\x45\x17\x7d\xfb\x21\x22\x40\x70\xcd\x24\xa5\x0c\x35\xe1\ \xf1\x63\x87\x08\x9c\x71\xa9\x64\xf0\x68\x4a\x2a\x44\xc6\x19\x02\ \xf8\xb2\x2a\x8d\xd6\xde\x79\xe2\x14\x9c\x66\xc8\xa3\x83\xfb\x0b\ \xaa\xe2\x55\x55\x39\xf2\x52\x28\xe4\x2c\x14\x2a\x81\x21\x20\x03\ \x8b\xa5\xae\xb8\x14\x4c\x30\xc6\xf8\x18\x69\x19\xe7\xc2\xc1\x53\ \x1b\x63\xe2\x38\x92\x52\x04\x34\x3c\x2c\x45\xe8\xeb\x09\x5d\x57\ \xa1\x5e\x12\x7e\x37\x4c\x28\x0c\xc7\x30\x1a\x8d\x5a\xad\xd6\xea\ \xea\xea\xfc\xa9\x33\x76\xd3\x77\x87\xdf\x0d\x8e\x2c\x64\xe2\xce\ \x39\xee\x37\x3a\x6c\xc3\xb2\x8f\x3d\x7b\xc0\xe2\x42\xb0\x09\xc1\ \x23\xb4\x07\x07\xa8\x1d\x36\x86\xd2\x5c\xfc\x43\x8f\x80\x4a\x44\ \x9c\x49\xce\xa4\x88\x22\x2f\x7d\x59\x55\x80\xe8\x81\x24\xe3\x04\ \xc4\x18\xef\xb4\xdb\x01\x31\x9b\x9c\x9c\x0c\x22\xfb\x9e\xfc\x28\ \xcf\x8c\x33\x1e\x28\x90\xfd\x83\x7f\x0f\x9b\x9b\x70\x60\x49\x92\ \xf4\xfb\x3d\xad\x2b\x86\x50\x8f\x13\x6d\x34\x59\x27\x90\x89\x28\ \xee\x97\x7d\x57\xb9\x5a\x14\xc7\x4a\x25\x49\xec\x9c\x09\xda\x1b\ \x61\x90\x6c\x78\x1c\x94\x52\x88\x68\x8d\x69\xb4\x5a\x65\x59\x9a\ \xb2\xd2\x5a\x5f\x3a\xcc\xdd\x59\xb5\xf3\xf2\xb9\x1f\xfd\xf7\xcf\ \x13\x62\x24\x22\x9c\xba\xfd\xd3\xc7\x9e\x7a\x62\xcf\xde\x7d\xf9\ \x68\x08\x07\x2e\x13\xbf\xf7\x3b\xf2\xf7\xff\xa0\xfd\xc1\x0f\x36\ \xde\xfc\x03\xe6\x47\x7e\x58\xff\xd8\x8f\xf9\x17\xbc\x00\x10\xb1\ \xaa\xbe\x52\x2e\x9e\x73\x8a\x22\xec\xf7\xc5\x67\x6e\x97\x1f\xf8\ \x00\xdc\x79\xa7\xbd\xf5\x9b\xcc\x7f\xfd\x2f\xee\xd5\xaf\x06\xef\ \x61\x34\xbc\x54\x91\xf5\xcb\x80\xb3\xaa\xd6\x69\x3b\x04\xcf\x55\ \xa3\xd3\xae\x11\x61\xbd\xd9\x61\x31\x7f\xee\x27\x4d\x80\x97\x5f\ \x71\xe5\xfa\x60\x58\x95\xd5\x93\x87\x9e\xbe\xf6\xba\x17\x36\x9a\ \xad\x57\xbf\xe6\x9b\xef\xbc\xf3\xce\xd5\xf5\xde\x8d\x2f\xbb\x49\ \x22\x3e\xfa\xd0\x43\x13\x13\xad\x5a\x23\xa9\x74\x39\xb3\x7d\xee\ \x9a\x6b\xaf\x99\x98\x98\x59\x5d\x59\x17\x42\x14\x45\x31\xe8\xf7\ \x1b\x49\xcd\x5b\x37\x18\x0c\xc8\x3b\x02\x08\x09\x21\x30\x40\x64\ \x40\xe4\xbd\xbd\xe0\xc9\x6e\xe4\x68\x8e\xce\xff\xff\x63\x05\x41\ \x02\x70\xe0\xc8\x93\x75\xb6\x28\x8a\xa0\x4a\xd6\x68\xd4\xa4\x90\ \x4f\x1d\x3e\xcc\x38\x4c\xcf\x4c\x55\xa6\xe2\x52\x44\x71\x5c\x54\ \x55\xa9\x2b\x40\x66\x9d\x07\x64\x5c\xca\x3a\xe3\xab\x2b\x8b\x73\ \x73\x33\x83\xc1\x60\x65\x65\x65\x7d\x7d\x3d\x64\x49\x8d\x46\x23\ \xb8\xad\x2c\xcb\xbc\x77\x01\xd8\x0d\x8e\x23\xb8\xa1\x24\x49\xb4\ \xd6\x2e\x50\x56\x04\xf3\x88\x55\x55\xc5\x2a\x4a\xd3\x34\xc8\xd1\ \x2c\xaf\xac\xcc\xce\xcc\xc8\xe7\x80\xb9\x23\xa2\xb5\x2e\x4d\x53\ \xad\x4b\xce\x18\x02\x10\xf9\xe0\xce\x00\xd1\x5b\x27\xd5\x06\xb9\ \x88\x6f\x3a\x5f\xc6\x18\x91\x77\xce\x93\xf7\x61\x30\x61\x70\xee\ \x63\xe7\x38\xd6\x7f\x57\x4a\x8d\x7b\xa3\x42\x82\xcc\x39\x97\x8c\ \x39\x6b\x43\x72\x2d\x85\x00\x6b\xab\x4d\xe0\x25\x80\xec\x41\x05\ \x2c\x8c\x07\xb1\xd6\x00\x50\xc8\xb2\x03\x3c\x12\xdc\x59\xf8\xf9\ \xb0\x4a\x21\x24\x8f\xcb\x24\x41\x33\x39\xbc\xd6\xc6\x71\x21\x83\ \xf7\x0f\x9a\x62\x01\x96\x09\x1f\xc8\x36\x66\x67\xbb\x31\xd4\x3e\ \xae\x9d\x86\x5f\xe1\x42\x48\x44\xb7\x79\x3a\x81\x45\x33\x1e\xb5\ \xfa\x1c\x30\x77\xe2\x9c\x2b\x99\x74\x97\x56\x97\xbb\x5d\xc6\x79\ \xa4\x22\x63\x6c\x50\x5a\x0f\xeb\x2f\x00\x9a\xf5\x06\x79\x27\x54\ \xa4\xa2\x28\xb8\x60\xc6\xb0\x32\xda\x38\x67\x9c\x0d\xdd\x55\x61\ \x9f\x17\xca\x06\xe3\x83\x97\x52\xc5\x91\x1a\x0e\x87\xde\x19\x5d\ \xe6\x44\x8e\x33\x50\x91\x22\xdf\x18\xa5\x23\x04\x27\x05\x6b\xb5\ \x1a\x88\x90\xa6\x69\x20\x68\xd5\xeb\x75\x29\x65\xbd\x5e\x0f\xb9\ \x3f\x32\xf4\x01\x07\xe3\x9c\xe0\x92\x52\x21\xc9\x1a\xbb\x39\xdc\ \xeb\x79\xe0\xdc\xf1\x85\x2f\xbc\xfe\xfe\xfb\x0e\x1e\x3b\x7a\x64\ \xe7\xae\xdd\x68\x6d\xbf\x2c\xcf\xbc\xe6\x9b\x5e\xf2\xfa\x6f\x8b\ \x3f\xf4\x97\xe2\xbf\xff\xbe\xf8\x5f\x1f\x32\x3f\xf8\x56\xf3\x2f\ \x7f\xd0\x5f\x77\x1d\x21\x62\x50\x94\xbc\x24\x5e\x9e\x31\xe2\x1c\ \x94\xc2\x7e\x9f\x7f\xf2\x93\xea\x83\xbf\x23\x3e\xf9\x49\x7f\xe0\ \x40\xf5\xde\xf7\xda\x1f\x78\x33\x4d\x4c\x40\x59\x82\xfb\x2a\x95\ \x9d\x9d\xae\xea\x57\xdc\xfc\x23\x57\x02\xd9\x51\xfd\xea\xd7\xff\ \xe8\xd5\x60\x4a\x7a\xcd\x9b\x7e\x18\x80\x74\xf5\x5c\x81\x29\xef\ \x5d\xb3\xd9\x6c\xb6\x5a\xfd\x53\xa7\x97\xbb\xdd\xbb\xee\xbc\xf3\ \xf2\x03\x57\x7a\xa2\x43\x4f\x3e\x95\xe5\xf9\x28\x1d\xd9\xa2\x8c\ \xa3\xa8\xd2\x65\x4c\x71\xad\x5e\xbf\xf2\xea\xab\x08\xf1\xcc\xe2\ \xd9\xf9\x13\xa7\xeb\x49\xd3\x5a\xbf\xbe\xba\xd6\x6a\xd4\x6c\xa9\ \x9d\xb1\x80\x08\x18\xd8\xdb\x48\x1e\x80\x6d\x66\x64\x9b\x5b\x1b\ \x22\xf2\x44\x1b\x95\x31\xd8\x20\x40\x86\xca\x5c\xb8\x70\x04\x5f\ \x34\x4c\x8a\x00\x80\x4b\x60\x48\x44\x69\x3a\x1a\x0c\x87\xd6\x18\ \x70\x96\x88\x06\x83\x81\x50\x9c\xc0\xa7\x79\x56\x4b\xea\x5a\x1b\ \xc6\xf9\xdc\xd4\x74\xb3\xd5\xc9\xf3\x72\x7d\xbd\x27\x45\x54\x98\ \x42\x1b\x53\x14\xa5\xf7\x34\x3f\x3f\x4f\x04\x51\x14\x49\x29\xc2\ \xd0\xce\x74\x94\x0e\x07\x83\xe1\x70\x58\xaf\x37\x02\xe1\xaf\x5e\ \xaf\xcf\xcc\xcc\xa4\x69\xaa\x94\xaa\xca\xca\x13\x59\x67\x91\x89\ \x0d\xb5\xf1\xd0\x79\xbf\xa9\x19\x30\x1c\x8d\xa4\x54\x17\x1d\x54\ \xc3\xec\x50\x00\x08\xa3\x85\xc2\xb6\x05\x81\x58\x70\xf4\x00\x63\ \xb7\x27\xa4\xb4\xde\x67\x59\x16\xc7\x71\x12\x49\xce\x18\x0a\x21\ \xe5\x06\x42\x1d\x1c\x77\x20\xba\x04\x78\x7d\x8c\x72\x00\x40\x14\ \x45\x21\x5f\x1e\x03\x20\x01\xda\x1e\x83\xd7\x1b\xf5\x8d\x4d\x0b\ \x6e\x57\x4a\x19\x64\x24\x02\xa9\x77\x13\x2c\xf1\x41\xcc\x39\x00\ \x41\xa1\x9f\x28\xc8\x3a\x06\xb8\x3f\x54\x65\x43\x8d\x34\x8a\x85\ \xd6\x36\x60\xf4\x45\x51\x18\xad\x9d\xf7\xce\xd9\x31\xa2\x12\xc2\ \xd8\x38\x30\x8c\x83\xfd\xf8\xd9\x67\x00\x96\x28\x9c\x11\x11\x55\ \x55\x15\xbe\x22\x90\x9a\x2e\x9a\xd1\xc7\x98\x68\x37\xa7\x06\xbe\ \x9f\xa5\xa5\x75\x1b\x47\xe8\xc8\x02\x30\x80\x8d\xcd\x71\x3d\xa9\ \xf1\x28\x9a\x9c\x9a\x96\x52\x9d\x3c\x35\x8f\x88\x33\xd3\x53\x42\ \x08\x2b\xc4\x46\xb8\x15\x82\x73\x4e\x04\xa1\xd2\x10\x90\xbd\xaa\ \xaa\x58\xc0\xa8\xc0\x71\xe6\x6b\x49\x44\x44\x0c\xbd\x60\xc0\x19\ \x29\xc1\xe2\x48\x22\x10\x63\x3c\xdc\x7e\xa1\x92\x1f\x6a\x54\x49\ \x92\x84\xd7\xad\x56\x73\xa3\x96\xce\x50\x72\xf1\x0d\xd4\xc4\x74\ \x5e\x98\x55\x2a\x79\xd9\xcb\x5e\x71\xdf\xbd\xf7\xcc\x9f\x3c\xde\ \x6e\x75\xce\x2e\x9c\xb9\xfe\x85\x2f\x9e\x39\x70\x65\x71\xf3\x2b\ \xf8\x5b\xdf\x22\x7f\xf7\x77\xd5\xef\xfc\x8e\xfc\xa3\x3f\xb2\x6f\ \x78\x83\x7d\xf3\xf7\xbb\x9b\x5e\x4e\xed\x26\x20\x1b\xeb\xd2\x5c\ \x8c\x49\x49\x4a\xa1\xd6\x6c\x61\x41\x7c\xe2\x13\xf2\xcf\xfe\x17\ \xff\xfc\xe7\xfd\x8e\xed\xd5\x7b\xde\x63\xde\xf2\x03\xb4\x7b\x17\ \x68\x03\x79\xbe\xb1\xb3\xf8\xaa\x2e\xc6\x05\xff\x7b\x09\x22\xe8\ \xb1\x63\x47\x57\xba\x5d\xce\x98\xd6\xc5\xe1\xc3\x87\xcf\x2c\x2c\ \x90\xf7\xe9\xa0\xaf\x04\x7b\xfa\xd0\xa1\x3c\x4d\x85\x14\xb5\x7a\ \x02\x04\x40\x78\xe6\xf4\xc2\xe1\xa3\x87\x27\x27\xa6\xad\x76\x0b\ \x67\x16\xe3\x28\xe1\x68\x7b\xeb\x85\x36\x06\x18\xb2\xe0\xce\x01\ \xc0\x01\x63\x8c\x9c\xf7\xde\x0b\xc9\x19\xa0\xf3\x0e\x91\x71\x21\ \x42\x65\x55\x46\x92\xc8\x1b\x63\x6b\xb5\x1a\x63\x5c\x1b\xc3\x10\ \x39\x17\xc6\x1a\x20\x50\x4a\x06\x50\x58\xaa\xa8\xf2\x0e\x6c\x29\ \x92\xa4\x1e\xc7\xc6\x94\x51\xa7\x15\xab\x7a\xbf\xdf\x37\xd6\x94\ \x65\x21\xa5\x68\x24\x49\xbd\x5e\x2f\x44\xd5\xe9\x4c\x4e\xcf\xcc\ \x66\x59\xe1\x22\x21\x38\x72\x06\x4a\xb2\x1d\x3b\xb6\x79\x6f\xa3\ \x58\xe8\x51\x21\xa4\x44\x46\x79\x91\x5a\xa7\xfb\x83\xc1\xc9\x53\ \xc7\xad\x35\x41\xbe\xc6\x58\x43\xe4\x9d\xb7\x8b\x4b\x8b\x5a\xeb\ \xc9\xc9\x09\x02\x8f\x00\x42\x0a\x26\x65\xa3\xdd\x96\x9c\x67\x59\ \x66\x9d\xb5\xc6\x22\x63\x2a\x8a\x08\xe0\xa2\xd9\x32\x04\xe3\xb0\ \xb7\x91\xfc\x32\x04\xef\x37\xc3\x5d\x10\x3f\x93\x0a\x90\x33\xc6\ \x95\x92\x26\x2f\x8c\xd1\xb1\x92\x9c\x45\xc8\xd0\x54\xce\x5a\xcf\ \xb9\x33\xd6\x10\x91\xb1\xc6\x5a\x5b\xe9\x4a\xf0\x0d\xef\x13\x30\ \x8d\x00\xb3\x84\xba\x65\xf0\xcb\x5a\xeb\xe0\x47\xc2\x6b\x7f\x4e\ \x40\x15\x52\xea\x20\x97\x06\x50\x56\x55\xab\xd5\x50\x2a\x2a\x43\ \xbf\x42\x08\xc1\xce\x8f\x4b\xb8\x00\x10\xc7\x31\x62\x50\x02\x20\ \xce\x99\xe0\xbc\xf0\x2e\x50\x1b\x29\xc8\x87\x22\x08\x29\x03\x8b\ \x26\x44\x08\x4f\x10\xea\x2b\xce\x7b\x2e\x78\x50\x6a\x0b\xfe\xfa\ \x5c\x69\x01\x00\x60\xa1\xa3\xec\x9c\x00\x10\x5c\x61\x40\x81\x42\ \xc4\xba\xf8\x7b\x9e\x0b\xbf\xd1\x17\x88\x9c\x73\x21\x58\x9a\x19\ \xad\xab\x28\x52\xc8\x58\xa2\x84\x94\xa2\x28\x4b\x2e\x85\x50\x2a\ \xcd\x0b\x6b\xcc\xf6\x6d\xdb\x04\xe7\x48\xde\x5a\xa3\x84\x62\x00\ \x55\x55\x96\x65\x95\xe7\xb9\x92\x72\xa5\xdb\x45\xc6\xa4\x14\x0c\ \xd1\x39\x17\x36\x04\x51\x1c\x39\xe7\x8d\xd1\xc6\x98\x3c\xcf\x88\ \x28\x8e\x23\xf2\x3e\x1d\xa5\xce\x6f\xa8\x69\x3a\xef\xc3\x22\x6b\ \x6d\x18\xe3\x61\x46\xcd\xd4\xd4\xa4\xd6\x7a\x34\x1a\x09\x64\xdf\ \xb0\xce\x7d\xa3\xfa\x11\xc7\x37\xdd\x7c\xcb\x3d\x77\xdd\x71\xe4\ \xc8\xe1\x9b\x6f\x79\xe5\xae\xdd\x7b\x6d\x9e\x03\x63\xee\x96\x5b\ \xdc\x4d\x37\x99\x77\xbc\x43\xfc\xc9\xff\x94\xb7\xdd\x26\xff\xe8\ \x8f\xdc\x8d\x37\xba\x7f\xf6\xed\xf6\xb5\xaf\x75\xd7\x5d\x4b\x53\ \xd3\xe8\x1c\x10\x81\x77\xb0\x79\x4f\xc1\xb9\x58\x1d\xe2\xc6\xdf\ \x8c\x6d\x50\x3b\x18\x03\x22\x76\xe2\xa4\x78\xe8\x21\xf1\xd1\x8f\ \x8a\x4f\x7d\x0a\x17\x16\xfc\x8d\x37\x54\xbf\xfa\x1e\xf3\x3d\xdf\ \x43\x7b\xf7\x82\x31\x50\x56\xcf\x73\x89\xc7\x8b\x61\xcb\xf4\xfb\ \xde\x1a\x06\x3e\x92\x42\x72\xd4\x45\x06\x40\x13\xed\x3a\x22\x46\ \x02\xb0\x16\x29\x95\xd4\x1b\x8d\x95\x95\x6e\x9a\x16\xa3\x61\x1e\ \x89\x24\x1f\xe6\x08\xa8\x04\xf7\x4e\x3b\x30\xc6\x68\xc6\x98\x37\ \x8e\x73\x9e\xc4\x89\x27\xaf\x54\xd4\x99\xe8\x38\xeb\x46\xc3\x61\ \xbb\x51\x8f\xe3\xb8\xd7\x5b\x8f\xa2\xb8\xd3\xe9\x04\xfd\xbc\x6d\ \xb3\xb3\x65\x55\xae\xad\xad\xcf\xb6\xdb\x91\x8a\xba\xdd\x6e\x92\ \xd4\xea\x8d\xfa\xc2\xd9\xb3\xde\xd3\xe4\x44\x67\x68\x87\xbd\x61\ \x36\x51\x4b\x14\x39\x8f\x2e\xe9\xd4\x5b\xcd\xe6\x6a\x77\x65\xe7\ \xce\xed\x53\xb3\x53\x79\x99\x4e\xcf\x4e\x4d\x76\x3a\x13\xad\xf6\ \xb0\xdf\x9b\x99\xec\x54\xa5\x16\x4a\x2c\x9e\x3e\xbe\xb4\xb4\x4c\ \x80\xb5\x46\x7d\x34\xec\x39\xe7\x3c\x10\xe3\xa2\x32\x45\xbd\x99\ \xcc\xce\xce\xf5\xfa\x3d\x47\xda\xb8\x4a\x2a\xb6\xba\xde\x55\x89\ \xb4\x5e\x58\x67\x91\x13\x93\x0c\x39\xae\xf5\x56\x8d\x31\x79\x99\ \xe5\x79\xce\x04\x92\xf3\x65\x95\x5d\x71\xd9\xe5\xf5\xa4\xb6\xb8\ \xb8\x98\x65\x59\xa9\xab\x46\xab\x69\x9c\xb5\xee\xe2\x5b\x85\x11\ \x90\x80\x10\x7d\x14\x29\x2e\x10\x08\xbc\x31\x65\x69\xbd\x77\x88\ \x10\x68\xa3\xc8\x84\x23\x08\xde\x9a\x81\x17\x08\x1c\xc8\x3b\x07\ \xc8\xb4\x23\xe4\x1c\x39\x63\x9c\x5b\xef\xd2\x3c\x93\x52\x02\x63\ \x95\xd1\x42\x0a\xce\x38\x43\x1e\xfc\xe0\x98\x3b\x38\xe6\x32\x8e\ \x41\x6d\xe4\x9c\x07\x08\x1b\xb1\x28\x4b\x26\x84\x10\xc2\x03\x70\ \x21\xbc\xb5\x84\xbc\x32\x96\x09\xe9\x01\x81\x88\x80\x85\x9a\xbe\ \xf5\x60\x1c\x01\x79\x2c\x73\xe7\x0c\x79\xc7\x18\xf7\xe4\x89\x9c\ \x14\xdc\x59\x8d\x91\x64\x9c\x6b\xe7\x09\x59\x15\x64\xe0\x84\x70\ \xce\x21\x32\xeb\x3c\x21\x63\x9b\xcd\x01\x21\x2e\xfa\xcd\x8d\x5a\ \xc0\x97\xc2\x41\x0a\x0c\x47\x07\xe3\x62\xcc\x58\x75\x63\xa3\xc0\ \xf0\x9c\xf6\xe5\xa0\x62\xb9\x6d\xe7\x5c\x91\xe7\x8c\xe1\x60\xd0\ \xf7\x43\x23\x18\x30\x20\xef\x6d\x12\xd5\x9d\xa9\xa4\x8c\x3c\x41\ \xa9\x1d\x57\x09\xa1\x60\x5c\x3a\x6b\x6d\x55\x32\xeb\x84\x02\x29\ \x10\xbc\xad\x8a\xcc\x5b\x5d\x4b\x22\xce\xa0\xaa\x8a\xa9\x89\xb9\ \xd5\xb2\x10\x42\xca\x28\x11\x71\xc2\xa5\x62\x82\x08\x79\x96\x65\ \xc4\x84\x35\xd6\x12\x43\x00\xa1\x22\x81\x48\xc8\xf3\x52\x97\x95\ \xc9\x8a\x52\xa8\x18\xb9\xe0\x52\x31\x2e\x85\x90\xe4\x40\x89\xa8\ \xdd\xe4\x79\x9e\x7f\x23\x3b\xf7\xb0\x55\x89\xa2\xe8\xa5\x2f\xbb\ \x39\x4d\x47\x73\xdb\xb6\x87\xac\x01\xbc\x87\xa2\x00\x00\xf7\xf2\ \x97\xbb\x1b\x6f\xd4\x3f\xf7\x73\xe2\x13\x1f\x17\x7f\xfb\x11\xf9\ \x9b\x1f\x90\xef\xff\x4d\xda\xbe\xcd\xdd\x7a\xab\xbb\xe1\x06\x77\ \xc3\x0d\xb4\x6d\x1b\x24\x09\x25\x09\x45\x11\x48\x09\xe3\xb9\xba\ \xd6\xa0\xd6\x50\x96\x58\x14\x90\x65\xec\xc8\x11\xfe\xe0\x43\xfc\ \xbe\xfb\xf8\xc1\x83\x90\xe7\xd0\xe9\xd8\xd7\x7f\x9b\x7d\xd3\x9b\ \xdc\x4d\x37\xd1\xe4\x24\x58\x0b\xcf\x63\x4d\xf6\xe7\x68\xed\x76\ \x5b\x6b\x3d\x18\x0c\xe2\x38\x6e\xb5\x9a\xa1\xc0\x58\x96\xa5\x94\ \xb2\xd9\x6c\xaa\x48\xf5\x87\xe9\xca\xea\xb2\x73\xce\x5a\x03\x00\ \xd6\xda\x73\x36\xc5\xe4\xc9\x10\x39\xc6\x02\xf2\x4b\x45\x99\x19\ \x63\x85\x28\xb4\x2e\x88\x48\x97\x95\x2d\x73\x15\x45\x59\x96\x21\ \x0e\x57\x57\x57\x02\xb3\x22\xcb\xb3\x80\x06\x1c\x3f\x71\x8c\x21\ \xf3\xe4\xb1\x8f\x9b\x83\x8d\x68\x6d\x7d\x25\x8a\x94\xd6\x66\xfe\ \xd4\x49\xe3\x2c\xe7\x3c\x4b\xf3\xa5\xc5\xa5\x56\xa3\x19\x90\x84\ \xb2\x28\x9b\xcd\x96\x10\x72\x34\x18\x95\x79\xd1\x5b\xef\x21\x67\ \x4c\x97\x65\x91\xc7\x49\x6c\x8c\x26\x6f\x81\x2c\x02\x21\x30\xa3\ \x8d\xa9\x0c\x02\x3a\x6b\x9b\xb5\x06\x59\x5f\x96\x05\x47\xee\x7d\ \x00\x31\xd0\x39\x2f\xa5\x54\x2a\xca\xf3\x62\xb3\xbe\xea\x11\x19\ \x91\x03\x4f\x48\x70\x7a\xfe\x54\x5e\xe4\xd6\x58\x24\x40\x82\xaa\ \x28\xad\xb3\x79\x96\xaf\xad\xae\x5e\x34\xfe\xeb\x9d\xf3\xde\xc7\ \x71\x84\x98\x20\xf9\xb2\x28\xf2\x22\x87\xcd\x46\x09\x44\x42\xc6\ \x18\xe2\x86\x62\x62\xa3\x99\xc4\x49\x40\xbd\xab\xaa\x0a\x64\x92\ \x31\x60\xcd\x90\x31\xc6\xe2\x28\xd2\x88\x5a\xeb\xca\x6f\x24\xb9\ \x63\xe7\x18\x28\x8f\x01\x51\x09\x40\x87\xdd\x84\xda\xc7\xcd\x41\ \xa1\x08\x11\xbe\xc2\x3b\x57\x14\xc5\x98\xc6\x1e\x88\xff\xe3\x36\ \xd4\xf0\x8b\xce\x63\xf8\x1b\x19\x12\x30\x2e\x24\xb3\xce\x18\x9b\ \xe5\x65\xad\x56\x43\xc0\xc0\x4f\x1f\xb7\xb3\x06\xaf\x3d\x06\x5e\ \x02\x03\x75\xfc\xee\x18\x8e\x47\x44\xf2\x9e\x6f\x42\x46\xe7\xda\ \xf8\xa4\x02\x72\x75\x91\xcb\x4e\xbe\xd4\xd5\xc4\xe4\x64\xab\xd5\ \x42\x04\x6b\xf4\x03\x9f\xff\xbc\xf7\x8e\x05\xae\xa7\xf3\x82\x71\ \x15\x29\x12\x02\x11\x6b\xf5\xfa\x95\x57\x5c\x05\xe4\x22\xc9\xa5\ \x10\x48\x84\x08\x44\x08\xc4\x18\x0a\x04\x06\x84\x0c\x45\xab\xd9\ \x39\x3b\x3c\x73\xfa\xd4\x82\xf7\xde\x18\x4b\x1e\x42\xfb\x45\xe0\ \x1a\x59\xe7\x86\xc3\xd1\x06\x30\x89\xa8\x8d\x19\xc3\x71\x01\x93\ \x09\xd5\x0b\xc6\x18\x20\x96\x65\xc5\x11\xaa\x4a\x87\x9d\xd6\x57\ \xdb\xb9\x8f\x17\xfd\x2b\xf1\xae\xbf\x90\x24\x8b\x73\xae\xde\x68\ \xb4\xda\x1d\x63\xce\x9b\x2e\x5d\x96\xc0\x98\xdf\xb3\xdb\xfe\xe4\ \x4f\xda\x1f\xff\x71\x7c\xfc\x31\x7e\xff\xfd\xe2\xef\x3f\xc5\xef\ \xbc\x53\xfe\xe1\xff\x00\xe7\x68\xe7\x4e\xbf\x7d\x3b\x6c\x9b\xa3\ \x89\x49\xdf\x68\x40\x12\x03\xe7\xa0\x0d\xe4\x19\x0e\x06\x6c\x75\ \x0d\x97\x97\xd9\xc2\x02\xf4\x7a\xd4\xe9\xf8\xfd\xfb\xcd\xf7\x7e\ \xaf\xfb\xe6\xd7\xb8\x1b\x6f\xa4\xdd\xbb\x01\x91\x8c\xe1\x5a\x93\ \x7f\x46\x62\xca\x33\x1d\xf3\x3f\xe4\xdd\xe7\x89\x4d\x4e\x4e\x6a\ \xad\xd7\xd7\xd7\xa3\x28\x9a\x99\x99\x09\x4d\x25\xc7\x8e\x1d\x0b\ \x92\x7e\xd6\xd9\x56\xa7\x9d\xe5\xa3\x41\x9e\x72\xc1\x8d\x2d\x37\ \x80\xda\x0d\xd1\x04\xf2\x5e\x23\x42\x90\x71\xf7\xe4\x84\x0f\x2e\ \xc0\x64\x99\x01\x44\xf2\xde\xe4\x86\x95\x05\x79\xcf\xb9\xb0\x6e\ \xa3\x2b\x35\x4b\x47\x8c\x31\xc1\x05\x79\x67\xad\x13\x82\x87\xdc\ \x2d\x49\x6a\x00\xc4\x18\xf7\xde\x4b\xa5\x54\xa4\x02\x41\x3b\x8c\ \x76\xdb\xb3\x67\x4f\xbd\x5e\xbf\xef\xbe\xfb\x22\x21\xd3\x2c\x33\ \x51\x74\xf5\x15\x57\x56\x65\x6e\x9d\x33\xd6\xa8\x28\x52\x71\xa2\ \x8d\xf1\x44\x8c\xb3\xb2\x2c\xac\x75\xde\xa3\x31\x9a\x79\x42\x86\ \x02\x99\x88\x84\x9a\x98\x44\x86\xa3\x51\x7a\xf6\xcc\x99\xb4\xc8\ \xe3\x38\x0e\xd9\x65\xab\xd5\x0a\x6c\x90\x76\xbb\xad\x94\xea\x76\ \xbb\x45\x51\x68\x93\xd5\x92\xc4\x54\x95\x40\xde\xec\xd4\x9d\x75\ \x71\x14\x29\x29\x01\x30\xcd\x46\x17\x0f\x0e\x20\x1a\xad\x47\x83\ \x81\xe0\xc8\x98\x60\x40\x40\x3e\xe8\x8c\x7f\x11\x47\xca\x7b\xad\ \x75\xbf\xdf\x4f\x92\x24\x40\x13\xe3\x16\x7c\xd8\x10\x47\xfc\x22\ \x9e\x49\xc0\x40\x82\xa3\x0c\x92\x03\xe3\x9a\xa7\x94\x72\x5c\x65\ \x65\x8c\x31\x86\xa1\xad\x77\x4c\x93\x1f\xa7\xc6\xe1\x2b\xaa\xaa\ \x0a\xa8\xfa\x98\x7a\x2f\xa5\x1c\x5f\x7a\x20\x70\xce\x3a\xe7\xc7\ \x4f\xb3\xf7\x14\xa4\xd2\xab\xb2\x04\x84\xb8\xd6\x0c\x21\x27\x1c\ \x58\x78\x10\xc6\xce\xfd\x9c\x3e\x64\x16\xa2\xe9\xd8\x27\x30\xc6\ \x08\x91\x36\xcf\x6e\xcc\x9b\x0c\xbb\x90\x71\x7d\xf8\xa2\x41\x48\ \xef\xfd\xa9\x53\xa7\x1a\xb5\xc4\x7b\x17\x47\x11\x22\x19\xad\x37\ \x14\x21\x03\x57\x87\xb1\xaa\xac\x0a\x5b\x1a\x5a\x69\x54\x8e\x4b\ \x05\x44\xd9\x20\xd7\xc6\x5a\xeb\x09\x90\x31\x6e\x3d\x31\x22\xe3\ \x9c\x27\xf0\x40\x1e\xa8\xac\xb4\x36\x9a\x33\x9e\x66\xa9\x71\x4e\ \x57\xd5\x78\xca\x76\xe0\xbc\x6e\x8a\x15\x73\x5d\x55\x63\x9f\x1e\ \x62\x67\x78\x21\xa5\x74\xd6\x66\x59\xa6\x04\x0f\xd5\x0b\x22\x12\ \x5f\x09\xf7\x3d\xee\x1d\x38\x7f\x75\x42\x48\x0f\xcc\xd3\xf3\xdf\ \xcd\xb2\x4c\x4a\x39\xbe\x12\x5f\xf2\x6e\x9a\xa6\x81\xfd\x73\xc1\ \x4f\x4e\x47\xa3\x38\x49\x2e\x78\xe5\xbc\xf7\xa3\x51\xaf\x5e\xaf\ \x5f\x10\xbb\x61\xc6\xe8\x2c\x73\xde\x27\x2f\x7e\x89\x7e\xe9\xcb\ \xcc\x8f\xbc\x0d\x7b\x3d\xec\x76\xd9\xe3\x8f\xf3\xa3\xc7\xd8\xe9\ \xd3\xfa\xc4\x71\x3c\x76\x22\xd6\xd5\xc6\xe8\x0c\xce\xa9\x56\xa3\ \x4e\x87\xe6\x66\xfd\xd5\xaf\x1e\x6d\x9b\xc3\x6b\xae\xe1\xd7\x5d\ \x47\x9d\xb6\x9f\x98\x44\xce\xa1\xaa\xa0\x2c\x01\x80\x21\x66\x79\ \xfe\xec\x67\x14\x28\xc0\x17\x3c\xa3\xd1\x68\x54\xab\xd5\x9e\xc9\ \x05\x84\x2e\xcd\xaf\x71\xd5\x1a\xb0\xd1\x6c\xc4\xfd\xb8\x5e\xaf\ \xb7\x5a\xad\x30\xab\x33\x78\x87\xb5\xb5\x35\xce\xf9\xdc\xf6\x6d\ \x67\x17\x4f\xd7\x6a\xf1\xea\x6a\x97\xf1\xc8\x5a\xcd\x39\x67\x2c\ \x8c\xcf\xe4\x88\xc8\xb8\x52\x4a\x8e\x9d\xc8\xa6\x57\xa2\x31\xb8\ \xec\x2d\x79\x22\xce\xd8\x86\x6a\x2b\x82\x92\x0a\x10\x38\xe3\x8c\ \x31\x15\xa4\xdf\xa5\x70\xce\x3b\x67\x19\xb2\x31\xab\xcf\x5a\x5b\ \x56\x55\xd8\x13\x48\x29\x75\xa5\x17\x16\x16\x46\xa3\x11\x02\xbe\ \xe8\xc5\x2f\x11\x82\x0f\xfa\x83\xe9\x99\xe9\x58\x2a\x60\xe8\x9c\ \x23\x04\xeb\x7c\x9e\x67\x59\x91\x1b\x63\x5a\xed\x4e\xa4\x94\x60\ \x82\x3c\x85\x9b\x79\x4c\xc2\xb1\xce\x9e\x9a\x3f\xb5\x78\xe6\xac\ \x37\xd6\x30\x6b\x9d\x05\xc0\x76\xbb\x7d\xcd\x35\xd7\x94\x65\x39\ \x18\x0c\xd6\xd7\xd7\x83\x67\x54\x42\xed\xde\xb1\xf3\xb2\xcb\x2e\ \x0b\xa5\x42\xd8\x14\xbf\x41\xc0\x2c\x4b\xaf\xb8\x7c\xbf\xbd\xc8\ \xa9\xee\xc4\xa5\x24\xc4\xb2\xac\x00\x2a\xc1\x30\x52\xea\xfc\xfb\ \x27\xdc\x21\x6b\x6b\x6b\x63\x1f\x17\x78\x81\x41\x74\x77\xcc\x5c\ \x1c\xa3\x2e\x21\xcb\x0e\x0c\xce\xd0\x1c\x14\xae\x51\xf8\xc9\x8d\ \xae\x60\x44\xad\xf5\x06\x92\xb6\x99\x2f\x07\xbe\x50\x58\xe7\xe0\ \x70\x03\x21\xc4\x6d\x68\xf4\xf3\x71\xdb\xf0\xa6\x8b\x76\x8e\xdc\ \x86\x3b\xa4\x70\xb4\x2c\x20\x3d\xc6\x18\x63\xac\xf4\x1b\x85\xf2\ \x10\x18\x42\x83\xcf\xb9\x16\x26\x5e\x85\x63\x1b\x57\x17\xc7\x1e\ \x10\x37\xb7\x2c\x21\x3c\x84\xbe\xaa\x71\x6c\xb8\xe8\x98\x4a\x44\ \x52\x08\xeb\xec\xf2\xf2\x92\xd6\x9a\x71\xd6\x6e\x36\x9c\xf7\x80\ \xc8\xd8\x46\x49\x1f\x91\x01\xe7\xe8\x7c\xb7\xbb\x7c\x7c\xfe\x14\ \x21\x17\x0c\x95\x60\x13\xcd\xba\xb6\x86\x09\x4e\x0c\x91\x33\x15\ \x45\xc8\x38\x21\x20\x63\x79\x51\x00\x43\x15\xc5\xd6\x9a\x2c\xcb\ \x8c\x75\xa1\x59\x37\x10\x46\xc3\x74\x5f\xad\x75\x96\x65\x51\x14\ \x05\xb1\xfe\xd0\x6b\x36\x96\x45\x0b\xf2\x0f\x4a\x45\x4a\x29\xc6\ \x78\xa0\x45\x22\xe2\x25\x76\xee\x9c\xf3\x6e\xb7\x6b\xad\xdd\xb1\ \x73\xa7\x3b\xef\xc6\x8d\xa2\xe8\xd1\x47\x1e\x49\x92\xe4\x05\xd7\ \x5c\x73\xbe\x63\x8a\xa2\xe8\xe0\xc1\x83\xbb\x77\xed\xda\xb3\x77\ \xaf\xbd\xd0\xef\xde\x71\xfb\xed\xd7\x5d\x7f\xfd\xd4\xf4\xf4\xf9\ \xf9\xac\x10\xe2\xe0\xc1\x83\x37\xbf\xe2\x15\xf5\x7a\xfd\x7c\x37\ \xca\x18\xbb\xe7\xee\xbb\x5f\xfb\xba\xd7\x5d\xd0\x8d\x0a\x21\x4e\ \x9e\x3c\xb9\xba\xba\xfa\xca\x5b\x6e\x29\xd3\x14\x18\xa3\xe9\x69\ \x9a\x9b\x73\x2f\x7c\xa1\x01\x88\xa4\x7a\xfc\xd1\x47\x80\xe8\x45\ \x2f\x7a\x71\x75\x5e\xee\x1f\x4b\xf5\xf0\xc1\x7b\x26\xa7\xa6\xae\ \xd8\xbf\xdf\x94\xe5\x97\xb0\x2a\xa3\x28\xba\xeb\xae\xbb\xf6\xef\ \xdf\xbf\x63\xc7\x8e\xf3\xa3\x9d\x94\xf2\xbe\x7b\xef\xbd\xe1\xc6\ \x1b\x3b\x9d\xce\xf9\x67\xc4\x39\x3f\x78\xcf\x3d\xdf\x74\xeb\xad\ \x4a\x5d\x98\x53\xf1\xf4\x53\x4f\x5d\xbe\x7f\xff\x57\xb4\x08\x6b\ \x8c\x31\x46\x87\xf5\xd4\xe7\xf0\xde\xce\xdd\xa5\x9e\x3c\x71\x72\ \x65\x65\x25\x1c\xbf\xd6\x7a\x6d\x6d\x6d\x79\x79\x79\x69\x69\x29\ \xcf\x73\xc1\xb9\xf5\xf6\xe9\xa7\x9f\xea\xf7\x7b\x00\x5e\xeb\x32\ \xb0\x01\x90\x05\x0f\xee\x10\x31\x30\x07\x10\x31\x74\xcb\x3b\xef\ \x9c\x75\xb0\x49\x07\x76\xce\x71\x25\x18\x11\x20\x56\xd6\x84\xc7\ \x32\x2b\x0a\x21\x84\x27\x4f\x9e\x38\x01\xe3\x1b\x84\x78\xf2\x54\ \x56\x25\x67\x9c\x80\x9c\x75\x41\x4a\xcc\x7b\x34\xda\x10\x91\x10\ \xb2\xdf\x3b\xb3\x6d\xdb\xb6\x99\xe9\xe9\xd3\xa7\xcf\xb4\x5a\x2d\ \xf0\x74\xec\xe8\x31\xef\xad\xd1\x26\xaa\x25\xc8\x58\x96\xe7\x69\ \x96\x22\x62\xa5\xb5\xf5\x1e\xbd\xaf\xc9\x9a\x35\x76\x4c\x9d\x46\ \x44\x5d\x55\xa3\x34\x5d\x5f\x5f\xcf\xf3\x3c\x52\x49\x65\x8c\x75\ \xd6\xb9\xfc\xc4\x89\xf9\x3c\x2f\x4f\x9f\x3e\x7d\xf6\xec\xd9\x90\ \xbe\x48\x29\x7d\x95\x2f\x2d\x2c\x72\x64\x00\x60\xb4\x61\x0c\x85\ \x94\x41\xea\x7d\x38\x1c\xed\xdd\xbb\xf7\x4b\x14\x98\x89\xc8\x18\ \x5d\x55\x55\xe8\xe8\x09\x9c\xc2\xf1\xeb\x73\x72\x72\x72\xce\x81\ \xd1\x9a\x33\x22\xd2\x44\xde\xb9\xb2\x2c\xc9\xdb\x31\xb3\x45\x1b\ \x9a\x9e\x11\x62\xa3\x5d\x28\x78\x3a\x0c\xf4\xbb\xb2\x2a\x4d\x55\ \x49\xb1\x41\x82\x34\xc6\x8e\xd3\xfc\x70\x1d\xf3\x3c\x0f\xaf\x83\ \xef\xd0\x5a\x77\x3a\x9d\x66\xb3\x69\x9d\xe3\x8c\x55\x55\xb5\xb6\ \x5a\x94\x45\x1e\x76\x03\x45\x51\x04\x2e\x7c\x88\x10\x88\x58\x95\ \x55\x40\x72\xc6\xba\x31\xe1\x7b\x43\xfd\x73\xac\x11\xb4\x41\xd0\ \x76\x1b\x4c\xca\xa2\x32\xce\x59\x63\x5c\xcc\xc4\x98\xe5\x12\x62\ \x4c\x00\xd3\x37\x04\x73\x10\x43\x37\x83\xd6\x3a\xf0\xa8\x8a\x3c\ \x0f\x9b\x12\x22\x90\x52\x44\x51\xc4\x36\xf1\xf7\x80\xed\x84\x2e\ \x84\xf0\x8b\xd6\x1a\x21\xc4\xe6\xa6\xe1\x0b\xf4\xd9\x20\x6d\x36\ \x66\xd4\x84\xcf\x1f\xc7\xa4\x2f\xb0\x6c\x19\xd3\x95\x1e\x8d\x46\ \x52\xca\x22\xcf\x6b\x71\x14\xb6\x38\x52\x70\xef\x3d\x12\x2d\x2e\ \x2d\x37\x5b\xed\xb9\x1d\xbb\xf2\xb3\x8b\xa3\x7e\x5f\xa8\x48\x0a\ \xee\x05\x37\x71\x34\x4a\xf3\x2c\x2b\x1d\x31\x86\xbc\x5e\x6f\x0a\ \xde\xcb\xb3\x12\x80\x55\x95\x01\x60\xde\x7b\x6b\xbd\x31\xd6\x3a\ \xa7\x94\xea\x74\x3a\xab\xab\xab\x88\xb8\x7b\xf7\xee\xb0\x0d\xb2\ \xd6\x2e\x2f\x2d\x85\xc1\x32\x83\xfe\x40\x1b\x9d\xe7\x79\x58\xf3\ \x40\xf4\x1c\x8d\x86\x08\x24\x18\x94\x65\xa5\xb5\xe6\x9c\x5f\x7a\ \x55\xc8\x2c\xcb\xaa\xaa\xda\xb5\x7b\xb7\xbb\x50\x06\x5d\xaf\xd7\ \x2f\x98\xb6\x87\x77\x5b\xad\xd6\xb3\xbc\xdb\xee\x74\xc4\x33\xd0\ \x7b\x88\xa8\x33\x31\xc1\x9f\xb9\xdf\x6f\x62\x62\xe2\x59\xbc\x58\ \x14\x45\xcd\x66\xd3\x6f\x6e\x11\xc1\x7b\x30\x66\x83\x7e\x67\x6d\ \x2d\xc8\x56\x14\x39\x9e\x17\x90\xc8\xb9\xa6\x10\x31\x11\x95\x25\ \x9c\x17\x90\xc2\x19\x05\x4e\xeb\x85\x8f\xb9\xd3\x79\xa6\x63\x26\ \xa2\x89\x89\x89\x67\xc9\x32\xba\xdd\xee\x57\xce\xb9\x13\x11\xe3\ \xec\xfb\xbf\xff\x7b\xfd\xa6\x04\x13\x79\x6a\x34\x9b\xc3\x41\x8f\ \xc6\x71\x08\x91\x88\x7e\xe5\x57\x7e\x79\xbc\x5b\xe7\x8c\x23\xc3\ \xe0\x26\x80\x88\x0b\xb1\xf1\x1a\x20\x8c\xbf\xc1\x00\x34\x6d\xf6\ \x94\x86\x4e\xcb\x80\x81\xe2\xa6\xc1\x06\x72\x1c\xa4\x42\xfc\xb9\ \xf0\x3c\x6c\xb0\x24\x3d\x8c\x99\xec\x9b\x55\xee\x40\xd8\xf3\xde\ \x85\x97\x21\x72\x04\x05\x15\x86\xe8\x42\x8e\x89\x18\xe6\x34\x85\ \x6f\x74\xce\xc1\x46\x26\xee\x02\x0c\x1b\x9c\x45\x68\x86\x42\x86\ \x8c\x31\x72\x1b\xcf\x36\x85\xbf\x02\x15\x0f\x11\x08\x42\x1b\xed\ \x06\x50\x00\x1b\x52\x50\xde\x39\x63\x0d\x22\xe3\x8c\x85\x99\x6c\ \xe7\xec\x48\x60\xac\x49\x10\xb4\x24\x1b\x8d\xc6\xa0\xb7\x76\x6e\ \x5c\x37\xba\x7c\xc7\x4f\xbc\x43\x6b\xad\x94\x02\xc4\x50\x35\x14\ \x42\xe4\xd9\xe8\xdc\xa4\x61\xdd\x54\x6f\xfe\xe7\xdf\xf5\xad\xdf\ \xfc\x4d\x63\x61\x72\x44\x24\xf2\x44\x14\xf6\x05\x81\x55\x22\xa5\ \x40\x3c\x17\xd9\x0b\x1d\xa5\x18\x7c\x96\xe0\x3c\x28\x97\x6d\x28\ \xf3\x70\xb1\x01\x65\xb0\x00\x70\xd3\x18\xcd\x20\xf2\x9c\x73\x86\ \x6c\x63\xfc\x93\xf3\xd6\xd9\xb0\xbd\x0a\x6b\x45\x40\x0c\x59\xe8\ \x02\x0b\x17\x37\x2c\x0e\x11\x6d\x5e\xcb\x8d\x2a\x6c\xb8\x60\x5f\ \xd0\x50\xda\xec\x71\x0d\x5f\xba\x81\x8c\x23\x43\x36\xae\x7f\x12\ \x10\x21\x43\x20\x08\x44\x29\xd8\x6c\x54\x1e\x3f\x38\xe4\x83\x4e\ \xe5\xc6\x4a\x84\xbb\x69\xb3\xe2\x3a\xc6\x9d\x36\x6f\x63\x02\x44\ \x50\x92\x15\x79\x3a\x5e\x52\xa3\xcb\xeb\xae\xbd\xe6\x37\x3f\xf0\ \x01\xa5\x14\xe3\x1b\xd2\x87\xe4\xa9\x33\xd1\xc9\x46\x83\xf1\xc3\ \x6b\x2a\xac\x27\xea\x7d\xbf\xf1\x1f\x83\x00\x46\x58\x22\xe7\xac\ \xf7\x7e\xa3\xc4\x0d\xe0\xbc\x8f\x94\x8a\xa2\xd8\x18\x63\xac\xfd\ \x42\x61\x83\xa1\x35\xd6\x7b\xc7\x18\x8f\x22\x25\x84\xd0\xda\x18\ \xad\xa3\x38\x3e\x07\x22\xa3\x10\xc8\x93\x24\x09\xde\x3c\x6c\xbf\ \x42\x53\x42\x08\xa5\xc6\x1a\xdc\x90\x98\xf4\xde\x13\x32\xdc\xa4\ \x4b\x31\x6b\x4d\x38\xfd\x31\x96\x85\xc3\x41\xff\x92\xfb\xf7\xf1\ \x4d\xff\xd5\xc4\xdc\x43\x96\xf1\x2c\x5b\x8a\x67\x79\xf7\xcb\x1e\ \xf3\xb8\xb8\x74\xc9\x8f\x79\x0c\x7d\x5e\xda\x33\xba\x24\xd7\x31\ \xc0\xa6\xe7\x56\x2f\xce\x5f\x84\x73\x37\x16\x9b\x7b\x6c\x60\xf8\ \x05\x15\xc0\x2f\xbf\x0b\xa6\x2f\xfe\xd7\x33\x43\x40\xc1\xc9\x06\ \x0f\xf2\x8f\xec\xea\xfd\xc2\x70\x96\x2f\xbd\x1c\x9b\xc7\xf7\xe5\ \x3f\x32\xb8\xa1\x67\x8d\x88\x5f\x88\x4f\x5f\x9c\x8f\x3f\x03\x9b\ \xcb\x9f\xbf\x43\x1d\x2b\x1b\x9f\xfb\xeb\xe7\xff\x58\x80\x3e\xc6\ \xee\x89\x2e\x70\x74\x9b\x51\xe9\x99\x0f\xf9\xdc\x0b\x74\xae\xc6\ \xc3\x39\x92\xb9\xfe\x1c\x47\x79\xde\x9a\x6d\x0a\x2c\x3f\x13\x5f\ \xf3\xdc\x77\x83\xff\x7d\xa6\x9f\xff\x92\x1f\x7e\xd6\xe5\x0f\x67\ \xf4\x25\xd7\x70\x7c\x46\x5f\xf6\xae\x06\xa2\x90\xf5\xd3\x97\x3c\ \xa7\x42\x4a\xfa\xe2\xdb\xfb\x5c\x34\x7f\x7c\xe2\x4a\x4a\x38\x47\ \x52\x18\xc7\x5d\x16\x9b\x4b\x32\x86\xfb\x43\x17\x31\x6c\xfe\xf3\ \x05\xbe\x66\xa8\x99\x6e\x68\x6c\xfa\x73\x97\x65\x43\x2c\x3a\x84\ \xb1\xf3\x6e\x1e\x64\x88\x9b\x0a\x13\xf0\x0c\x83\x77\xce\xbd\xde\ \x97\xde\xb9\x6f\xd9\x96\x6d\xd9\x96\x6d\xd9\xd7\xdc\xd8\xd6\x12\ \x6c\xd9\x96\x6d\xd9\x96\x6d\x39\xf7\x2d\xdb\xb2\x2d\xdb\xb2\x2d\ \xdb\x72\xee\x5b\xb6\x65\x5b\xb6\x65\x5b\xb6\xe5\xdc\xb7\x6c\xcb\ \xb6\x6c\xcb\xb6\x6c\xcb\xb9\x6f\xd9\x96\x6d\xd9\x96\x6d\xd9\x96\ \x73\xdf\xb2\x2d\xdb\xb2\x2d\xdb\x72\xee\x5b\xb6\x65\x5b\xb6\x65\ \x5b\xb6\xe5\xdc\xb7\x6c\xcb\xb6\x6c\xcb\xb6\xec\x9f\x8a\x73\xff\ \x8a\x0e\xa4\xc0\x71\x9b\xd6\xd6\x55\xfc\x2a\x2c\xf7\xd6\x9a\x6c\ \xd9\x96\xfd\x13\x77\xee\x61\xca\x21\x02\x20\x17\xfc\x92\x7b\xde\ \xcd\xee\x6e\x00\x84\x30\x0a\x32\x0c\xde\x7c\x9e\x39\x14\xfc\x92\ \xe9\x8e\xcf\x7c\x1a\xff\xd0\x18\x36\xfe\xc3\x33\x5e\x48\x2e\x38\ \x22\x13\x2a\x52\x02\x00\x55\x9c\xd4\x6a\xb1\x94\x2a\x52\x12\x9f\ \xa1\xad\x7f\x7c\x14\x1b\xbf\x45\xff\xa0\xf3\x0a\x62\x30\x88\x4c\ \x45\x11\x47\xa0\xaf\xe0\x2a\x3e\xd7\x9b\x87\x09\xc9\x00\x84\x8a\ \x82\xf8\xd8\x96\x6d\xd9\x3f\x29\xe3\xbf\xf8\x8b\xff\xee\xd2\x3d\ \x8f\x4c\x30\xc8\x47\x83\xb4\xb0\x2a\x91\x4f\x7d\xe6\xb6\xc7\xcd\ \xd4\x95\xb3\x75\xe7\x2f\xd9\x50\xb7\x30\xe4\x85\x73\x35\x9a\xbf\ \xeb\x63\xf7\xae\xed\x99\x2d\x3f\xf1\x89\xcf\x6f\x7b\xc1\x55\x75\ \xf4\xcf\x93\x87\x97\x71\x41\x3a\xef\x0f\x53\xeb\x51\x4a\x7e\x41\ \xff\x44\xce\x1a\xeb\xc3\x38\xfa\x2f\x63\xe4\x9d\x47\xc1\xd0\x03\ \x70\x86\xce\x5a\xb8\xd0\xa8\x01\x14\x6a\x70\xf8\x8e\xbf\x3f\xa4\ \x27\xb2\x43\x9f\x7e\x22\xbf\xfa\xf2\xfa\xe7\xfe\xe6\x4f\xfe\xfa\ \x53\x4f\x32\xe8\x3d\x78\x78\x75\xf7\xbe\xdd\x02\x2e\x20\x8c\xe3\ \xad\xb1\x04\x4a\xa9\xa5\x27\x3e\x73\xfb\xa1\xd1\xfe\xfd\x3b\xd8\ \x33\xcb\xc7\x23\xf8\x3c\x1b\xa5\x85\xf6\xce\xe4\x59\xe9\x4d\xff\ \x8e\xbf\xfb\xac\x9d\xd9\x3f\x57\x67\x5f\x89\xa5\x47\x00\xe7\x3c\ \xe3\x17\x9f\x7c\x08\x01\x4f\x7e\xee\xe3\x4f\x0d\x3b\xc5\xe1\xcf\ \x1e\x1a\x4d\x5c\xbe\xbd\xe1\xfd\x96\x83\xdf\xb2\x7f\x42\x76\xe9\ \x54\x21\x91\x49\xae\x3f\xff\xc9\xbf\xf8\xd8\xbd\x27\x31\x6e\xdf\ \xf2\xc6\x37\xf3\x53\x47\x17\xda\xaf\x88\x6a\x35\xc8\x73\x6d\xbd\ \x90\x91\x92\x9c\x9c\xad\x8c\x15\x52\x3a\x5d\x81\x50\x02\x5c\x65\ \x28\x8a\xa4\x27\x60\xe4\x2a\xf3\xcc\xf2\xd6\x28\x84\x39\xf5\xde\ \xff\xfb\x7d\x93\x6f\xf8\xa9\x1f\xfb\x67\xd7\x9b\xd1\xe2\xb1\xd3\ \x6d\x7b\x23\x3b\x71\x62\xe1\x15\xc8\x90\x9e\x2d\x24\x28\x29\x8d\ \xb5\xe3\x71\x5c\x9c\xf3\x20\x55\x78\xe9\x3d\xbb\x90\xd9\xc2\x23\ \x7f\xfa\x3f\xff\x76\xc5\xf0\xd6\xbe\x9b\xde\xfa\xa6\x6f\x99\x6b\ \x70\xce\x39\x79\x5b\x95\x1a\x84\x8a\x95\xe4\xc2\xdd\xff\xd1\x3f\ \x7b\x42\x5f\xf9\x43\x6f\xba\xc5\x14\x05\x63\xa4\x2b\x73\xc1\xc3\ \xe7\x71\xb2\x7e\xdf\x87\xff\xcb\x6d\x27\xde\xf6\x6f\x7f\x7a\x5f\ \x9d\xe7\x27\xef\x78\xef\xef\x7f\xf6\x0d\xef\xfc\x85\x1b\x26\x05\ \x4a\xc5\xc0\x1b\xad\x8d\xf5\x5c\xaa\xa4\x96\xf4\x07\x67\x9e\x3a\ \x46\xaf\x7e\xc1\xee\x7d\xb5\xf6\xca\xa3\x7f\x7f\xc7\x89\xe8\x5f\ \xfe\xf0\x77\x34\x8a\x15\x95\x32\x0e\x24\x64\x24\x05\x77\xa6\x32\ \x1e\xa3\x48\x21\x79\x84\xfc\x53\x7f\xfe\xa1\xc1\xee\x57\x7f\xef\ \xab\xaf\xad\x4f\x6c\xdf\x23\x1a\x48\x24\xa3\x44\x70\x74\x56\x57\ \xda\x72\x19\x45\x92\x03\x90\xd5\x95\x76\x28\xfd\xf0\xfe\xcf\xfc\ \xd5\xdd\x0f\x9d\x5a\x19\x14\x93\x33\x3b\x6f\x78\xf5\xab\x0f\x1c\ \xd8\xdf\x8e\x90\xc9\xb8\x16\x05\x49\x42\x60\x8c\x79\xab\x4b\x6d\ \x37\xb6\x02\xde\x55\x55\x35\xf6\xa8\x41\xe9\x3b\xe8\xde\x01\x80\ \x92\xd2\x5f\x48\x12\x0b\x00\x64\x14\x75\x1f\xb9\xed\x3d\xbf\x7d\ \xdf\x8f\xbd\xfb\x97\x5e\x34\xc5\x1d\x88\x28\x92\xe8\x5d\x59\x55\ \xc0\x64\x14\x49\xf0\xb6\xaa\x34\x8a\x28\x92\xdc\x3b\x53\x69\x2b\ \x54\x2c\x39\x02\xf9\xaa\xaa\xac\x07\x15\x45\x71\xc4\x06\x67\x8f\ \x1c\x2f\xaf\xb9\xf6\xaa\xbd\x4c\xc4\x8c\xab\x9a\x44\x00\x32\x55\ \x15\x16\x4d\x29\x81\x00\x56\x97\xda\x5e\x20\xa4\x31\xc6\xa4\x10\ \x7a\xf3\x68\x83\x3e\xe2\xc5\xca\xaf\x6f\xd9\x96\x7d\x3d\x3b\x77\ \x64\x92\x67\x47\x3f\x7d\xd7\x53\x37\xff\xd0\x2f\x7e\xe7\x55\xc9\ \xd0\xfa\x07\xee\xf3\x0f\x7d\xe4\xf7\x7e\xfd\xe0\xb6\x9b\xbe\xed\ \xbb\x6f\x7d\xc1\xe4\xe1\x83\x1f\xbb\xed\x8e\xc7\x9b\x07\x6e\x7e\ \xd3\xad\x57\x3e\x78\xc7\xbd\x97\x7f\xf3\x1b\xe4\xd1\x4f\x3f\xe6\ \xf6\xbe\xfe\x45\xb5\x4f\xdc\xf6\x70\x14\xdb\x9e\xb8\xfc\x0d\xb7\ \xbe\x80\x9e\xe1\xf9\xe1\x4a\x2e\x3c\xfc\x40\xd7\x8a\xf4\xf1\xcf\ \x77\x5f\x7d\x3d\x17\x52\x49\x8e\xc8\xa4\x14\xf8\xac\xc9\x7e\x59\ \x96\x9f\xfe\xf4\xa7\x6f\xba\xe9\xa6\x4e\xa7\x83\x88\xa7\x4e\x9f\ \x3e\x7a\xe4\xc8\xab\x5e\xf5\xaa\xaf\xc8\x6a\x72\x38\xf1\xd0\xa7\ \xcf\x24\x2f\x7d\xf7\xbf\x7f\x93\xed\xf7\xb8\xb2\x47\xef\xfd\xe4\ \xff\x77\xc7\x13\xb5\x7d\x37\x7d\xdf\xf7\xdc\xaa\x9f\xba\xf3\x6f\ \xfe\xee\x4e\xd8\xf1\xf2\xeb\x9a\xd5\x7d\x1f\xfb\xb3\xd5\xe1\xe2\ \x2b\xf6\x25\xf3\x5d\xf1\xfa\xef\x7c\x55\xec\xcc\x79\x69\x25\x32\ \xa4\x2c\xcd\x97\xe6\xef\xbf\xfd\xc1\xb3\xff\xea\x5b\xb7\xdf\x71\ \xd7\x3d\x27\xcf\xac\x66\x24\xec\xda\xe1\x3f\xff\xcb\x4f\x2c\xf8\ \xa9\x6f\xf9\xae\x37\xde\x70\x59\xeb\xf4\xc3\xb7\xdf\xf6\x99\xc7\ \xfa\x2b\xf3\xee\xc0\x01\x37\x5a\x59\xee\x8b\x4e\x91\xae\x2d\x1c\ \xfe\xc4\x47\xe2\x97\xbf\x78\xc7\x6a\x51\xbf\x86\xfb\xc7\x3f\xfb\ \xb7\x7f\x77\xf0\xe8\x65\xb7\xbe\xf1\x65\x93\xfd\xdb\x6e\xbb\xdd\ \xcd\x5e\xf7\xd6\x37\x7f\x8b\x60\xe9\xa7\xfe\xec\xf7\x16\x16\xbf\ \xe5\x95\xfb\xe3\xb5\x11\x13\x58\x1c\xbc\xed\x8f\x3f\xf7\xe4\xfa\ \x81\x57\x7c\xfb\x1b\x6f\xbd\x7a\xfe\xfe\xbf\xfb\xd8\xed\x0f\x17\ \xa2\xfd\xca\xef\x78\xd3\xcd\x97\x4f\x6a\x6a\xbd\xf6\x5f\xfc\x9f\ \xb7\x5c\xff\xb9\xff\xf6\x91\x27\xdf\xfc\xaf\xdf\xb1\x87\x2f\xdf\ \xfe\xe9\x7b\xe3\x5d\x07\x0e\xdf\xfe\xe7\xb7\xdd\x37\x1f\x4d\x6c\ \xdb\xde\xc6\xf9\xf9\xee\xe5\xb7\x7c\xe7\x77\xbd\xea\xaa\x95\xc7\ \x3f\xfb\xe1\xbf\xbb\x97\x66\xae\x7f\xd3\xf7\xbc\x6e\x5a\x92\x23\ \x12\x42\xcc\xcf\xcf\xcf\xcf\xcf\xdf\x7a\xeb\xad\x61\xee\xda\xbd\ \xf7\xdd\x17\x47\xd1\xf5\xd7\x5f\x7f\x9e\xb2\x3f\x32\x97\x3f\xf6\ \xe8\xe1\xff\xbf\xbd\x33\x0d\x8a\xea\xca\xe2\xf8\xbd\xf7\x6d\xdd\ \xaf\x9b\xa6\xd9\x11\x11\xdc\x90\x1d\x05\x41\x50\x50\x14\x35\x0a\ \x88\x31\x3a\xc1\x98\xa4\x92\x99\xca\x64\x99\x24\x56\x25\x33\x95\ \xa5\x6a\x92\xf9\x92\x44\xf3\x61\x66\x4c\x4c\xd5\x58\x13\x4d\xcc\ \xa4\x12\xc7\x88\x49\x70\x21\x46\x34\x8a\x12\x37\x50\x81\x66\x6f\ \x68\x16\x81\x66\x5f\x7b\xef\xf7\xee\xbd\xf3\xa1\x85\x41\x41\x27\ \x35\x63\xa6\x92\xf8\x7e\x5f\x5e\x77\x75\xbf\xd7\xe7\x9c\x77\xeb\ \xf4\xed\x73\x4f\xdf\x3f\xa4\xd6\x6b\x95\xa6\xe4\xdc\xf8\xa1\xe6\ \x8a\xa2\xe3\x67\x86\xc5\xb9\x9b\x7f\xb5\xd1\x6b\xe0\xea\xc7\x85\ \x25\xee\xa0\xb8\xfc\x87\xd6\xd9\x2a\x8f\x1f\x39\x57\xef\x17\x9b\ \xb9\x65\x75\x9c\xa1\x68\xff\xd9\xda\x3e\xce\x67\x4e\xde\x43\xb9\ \x11\xfe\xe0\xea\xc9\x83\xe7\xaa\xbb\x06\xfb\xfb\x62\xb2\xf9\xb1\ \x7e\xd3\xa8\x77\x68\x47\xf9\xd1\x2f\x4b\xea\x65\xde\x6f\x79\xce\ \xc6\xd4\x48\x3f\x73\xd5\xf7\xc7\x4e\x5f\x19\xa5\x9a\x25\xeb\x36\ \xaf\x88\xf4\x93\x64\x7c\xeb\xac\x9f\xed\xee\xee\xae\x6f\x68\x58\ \x99\x99\x09\x00\xe0\x79\xbe\xa2\xa2\x42\x96\xe5\xa4\xa4\x24\x25\ \xbf\x2b\xfc\x5c\xb8\x67\x35\x77\x4a\x64\xac\x0e\x49\x89\x0b\xb9\ \x72\xf4\xb3\xa2\xf2\x36\x41\xad\xa2\x14\xcd\x4d\x5e\xb3\x3a\x5e\ \x7b\xb6\xe8\x94\xa9\xbd\xea\xeb\x93\xb5\x29\xd9\x79\x3a\xf3\xa5\ \x13\x65\x0d\xfd\x3d\x2d\x6d\x1d\x3d\xa6\xba\xb3\xc7\xce\xb7\xda\ \xba\x8d\x86\xb6\x51\xbd\x8f\xbf\x8f\x4e\x75\xc7\x0a\x2e\x64\x78\ \x32\x70\xb1\xac\x7d\xe5\x13\x8f\x86\xb9\x5b\x2b\xda\x86\xd8\x1f\ \xfc\x83\x5d\x14\xc5\x9a\xda\xda\xf7\xdf\xdf\x8d\x10\xb2\xd9\x6c\ \x3b\x77\xbe\xdb\xd3\xdb\x3b\x55\xdb\xe5\x9e\x80\x31\x08\x8d\x4a\ \xf6\x1e\xbe\xb6\xff\x40\xd1\x80\x2c\xb8\xcd\x95\x87\x4f\xd6\x24\ \xae\xdf\xe0\xd3\x73\xa1\xf0\xa2\xf1\x46\x4d\xc5\x48\xe0\xe2\x4d\ \xab\x17\xf1\x00\xce\x4f\x59\x95\xbf\x21\x2b\xd4\x4f\xab\xf3\xf6\ \x42\x94\x4e\xeb\x38\x02\xf2\xa8\x83\xc4\xa4\xa6\x59\x1b\xae\x34\ \x36\x35\x35\x8f\xa8\x53\xe2\xe7\x3a\x46\x7b\x8b\x0f\x7f\x6d\x0b\ \x4b\x5f\x13\xc9\x1c\x2f\xfc\xb6\xa3\xa3\xe5\xc8\xb1\xd2\x90\xd4\ \x75\xcb\x62\x42\x18\x08\x2d\x66\x63\x95\xb1\x97\x40\x14\x12\xb5\ \x62\xeb\xd6\x75\x5a\x4b\x67\x4d\xab\xb9\xab\xf6\xc2\xb1\x4b\x5d\ \xcb\x72\x37\x2d\x9e\xeb\xef\x3d\x23\x6a\xeb\x13\xdb\x82\xad\xb5\ \xdf\x95\x35\x62\xa4\x49\x58\x99\x93\xbf\x3e\x83\x19\xac\x37\x34\ \xf7\xb5\x5e\x3f\x71\xaa\x91\xcd\xdd\x90\xde\x7e\xee\x68\x99\xa9\ \xd7\x54\x53\xc7\xcd\x4b\x7f\x20\x5e\x75\xaa\xf0\xf4\x08\xf5\x6c\ \x49\xee\xd9\x0e\x16\x01\x00\x80\x96\x56\x44\x2a\x00\x00\x08\xee\ \x49\x44\x41\x54\x6c\x6f\xa8\xaa\xea\xb7\x39\x8c\x35\x8d\xc1\x49\ \xeb\x23\xf9\xce\x6b\xdd\xfc\xba\xac\xa8\xaa\x33\x25\xed\xed\x35\ \x5f\x1e\x2b\x8f\x5a\xbd\x79\x96\xbd\xb2\xf0\xbc\x89\xe5\x19\x00\ \x00\xa5\x54\xab\xd5\x1e\xf8\xe7\xc1\xa2\xa2\x22\xad\x97\xae\xa2\ \xa2\x72\xf7\xee\x0f\xa6\xdf\x9d\x1f\x71\x8e\xfe\x3a\x43\xb7\xf6\ \xd7\xcf\xe7\xf6\x57\x5c\xea\x75\xc9\x86\x92\xa3\x3d\x5e\x49\x8f\ \x6e\xc9\xf2\x71\xb7\x17\x7c\x71\xc2\x3b\x71\xdd\x86\xcc\x24\xb9\ \xeb\xd2\x97\xdf\xb5\x65\x6d\xc9\x93\x1b\xcf\x5d\xbc\x56\x5f\xdb\ \x68\x8e\x5c\xf1\x60\x34\x6a\x39\x7e\xb1\xa1\xa7\xfa\xfc\xd1\xab\ \x83\x2b\x72\xb2\x23\x02\x44\x40\xb1\xd9\x68\x68\xed\x19\x6b\xab\ \xaf\xe5\xe7\x67\xad\x59\xc0\x14\x9f\x3c\xdf\xdb\xd5\x7c\xb8\xb0\ \x24\x24\xe3\xc1\x64\xdd\x58\x45\x83\x19\x4e\x29\x74\x79\xac\x2d\ \x2c\x3c\x72\xa8\xa0\x40\xeb\xa5\x33\x1a\x8d\x7f\xfe\xcb\x5f\x27\ \xb4\xa1\x15\x14\xee\xb3\xb2\x0c\x95\x25\xa8\x5d\xbd\xf5\xd9\xd9\ \xd5\x65\xc5\x27\x0f\x7e\xd2\xbf\x6e\x0e\xaf\xf2\x9f\x39\x3b\x71\ \x81\xdf\x45\xc3\x79\xa3\xb1\x9e\x09\x4d\x5a\xb9\x38\xb1\xdb\x52\ \xff\x69\x93\x35\x6d\x56\x70\x63\x5d\xa5\x0f\xa3\x0f\x62\x47\xca\ \x2b\xec\x7e\xe1\x51\x8b\xd2\x33\x39\xb7\xdd\xe6\x70\x4f\xdb\xdf\ \xc0\xb0\xac\xad\xd3\x58\xdb\xe1\xca\xcb\x0b\x03\x1a\xe9\x7a\x59\ \xe3\xe2\x64\xc6\xb3\xe2\x36\x69\xdb\xe4\xe9\x8c\xa2\x14\x00\xf0\ \xcc\xd3\xcf\xbc\xf6\xfa\xeb\xef\xec\xd8\x31\x34\x38\x14\x18\x10\ \xb0\x35\x3f\xff\x47\x12\xa8\xc3\xb2\xe4\x1b\x91\xb9\xfd\xc5\xb0\ \x0b\x67\x8a\x3f\xf9\xb0\x3d\x31\x42\x50\x85\x2f\xca\x48\x4e\x1c\ \x73\x55\xef\xad\x6c\x73\xeb\x38\xff\x90\xd9\x61\x33\xfd\xbb\x00\ \x50\xeb\x7c\x03\x7d\xbc\x80\x26\x2d\x2c\x8a\xda\x6c\x0e\x32\x9d\ \xd7\x08\x60\xab\xc3\x35\x33\x22\x51\x33\x50\x5f\xf0\xf9\x57\xc1\ \x49\x79\x91\x23\x97\x7b\xcd\xa6\x5e\xab\x66\xcd\x9a\xe5\xf1\xc4\ \xff\x8a\xa1\xa8\xae\xda\x68\xd7\x47\xac\x58\xb1\x10\xa3\x8a\xeb\ \x46\x0a\x19\x4e\xe0\x18\x4a\x81\x20\xea\x03\xfc\x7c\xad\x3c\x2f\ \x0a\xb4\xad\xb5\xdd\x3f\x26\x2d\x3d\x39\x01\x3a\xad\x2d\x86\xd2\ \xb3\x97\xeb\x4c\xad\x03\xf3\xa3\x5c\x98\x20\x9d\xbf\x7f\x90\xde\ \x7b\x88\xe5\x05\x9e\x76\x36\x76\x85\x25\x3d\x9c\x98\x18\x36\x58\ \x55\xde\x7c\xa3\x2b\x88\x15\xfd\x43\x66\x25\xc6\xfa\x96\x5c\x3d\ \x3b\xea\xa6\x7a\x6e\x62\x27\xf4\x9b\xe2\x07\xbc\x20\x30\x90\x22\ \x5e\x0c\x0a\x9d\x17\xef\x1d\x5d\x6b\xf4\x8e\x5c\x14\x1d\x7a\xf1\ \x46\x4f\x4b\x6b\x6f\x77\xa7\xbb\xf4\x8c\xa3\x77\x54\x2d\x0e\x4b\ \x08\x22\x00\x30\xc6\x81\x81\x81\xbf\x7b\xee\xb9\x1d\x3b\x77\xf6\ \xf5\xf7\x9f\x2a\x3e\xf5\xd8\xe3\x8f\x27\x24\x24\xd8\xed\xf6\xdb\ \xab\x6f\x02\x6a\xba\x7e\x75\x08\xfa\x86\x06\xcd\x64\x86\x4e\x97\ \x37\x5a\x53\xd3\x57\x19\x0e\x97\x1e\x3f\xa7\x5a\xb5\xc0\x39\xcc\ \x85\x6f\x59\x93\x1a\x0c\x71\x6b\xe9\x71\x53\x4f\xd7\xe5\xb3\x25\ \x5d\xdd\x23\x7a\xdb\x18\x54\xeb\x43\x66\x47\x2f\xe0\xea\x8c\x8d\ \x83\x26\x63\x87\x4f\x7c\xda\xd2\xc4\x85\xce\xea\xd3\xed\x94\xb0\ \x9c\xc0\x32\x00\xb2\xaa\x80\x90\xb9\xc9\x73\xd8\x0b\xa6\xaa\xb6\ \x46\x93\xc3\x2f\x7a\x55\x7a\x7c\x6f\x4f\x49\x3d\x9e\x66\xec\x60\ \x8c\xf5\x7a\xfd\xf6\xed\x2f\xbe\xf9\xe6\x9f\xac\x56\x6b\x69\x69\ \x69\x6e\x4e\xce\xd2\xa5\x4b\xa7\x58\xab\xa0\x70\x1f\xcc\xdc\x01\ \x44\x50\xb2\xf5\x0c\x8c\xcd\x5a\xb4\x3a\x67\xd9\xac\x96\xea\x6a\ \x0b\x81\x04\x63\x19\x13\x4a\xb1\xa8\x0f\x70\xf5\xb5\x76\x5a\x6c\ \x2d\xed\x9d\x48\x13\xb4\x30\x3e\xbc\xf9\x6a\x69\x37\x4d\x5c\x1b\ \xde\x79\xf0\x72\x57\x74\xe4\x5c\x6b\x57\x93\xb1\x63\x08\xa0\xe9\ \x65\x89\x58\x84\x9b\xeb\xab\xfb\xc7\x46\xcf\x1d\x3d\x54\xdd\xef\ \xe8\xae\xbb\xda\x6e\xa5\x54\x72\x62\x00\x5c\x2e\x97\x84\xef\xd6\ \xf1\x86\x31\xd6\xe9\xbc\xde\x78\xe3\x8f\x06\x83\x41\x96\xe5\xd7\ \x5e\x7b\x15\xdc\x59\x79\xe3\x7f\x8d\x01\x04\xb6\xa1\x6e\xbb\x2a\ \x2c\x77\x53\xb6\xb7\xa5\x65\xc0\x89\x5c\x83\x5d\xdd\x63\x36\x93\ \xc9\x2c\xf8\xfa\xb0\x80\xc8\x58\x06\x94\xb2\x0c\x18\x19\x19\xb1\ \xbb\x65\x4b\x7f\x5b\x5d\x73\x17\x46\xcc\x1d\x24\x0c\x64\xbb\xdd\ \x46\xd5\x41\xa9\x71\x21\xbd\x3d\xd6\x85\x4b\x62\x38\xec\x74\x63\ \x51\xcf\x58\x9b\x5a\x7b\x86\xcc\x37\x86\x64\x61\xe6\xac\x60\x38\ \xd2\x61\xea\xb0\x4b\x32\x96\x31\x01\x37\x85\x71\x28\x26\x98\x00\ \x42\x29\x91\x09\xf2\xd5\x7b\x0d\xb4\x99\xfa\xc6\x9c\xae\x51\xf3\ \xc9\xaf\x4e\xf9\xa5\x6d\xda\x90\x11\x85\x64\x82\x10\x19\x1c\x1e\ \x75\x48\x92\x4c\x30\xa1\x8c\xde\x5f\xd3\xdb\xd6\x6c\xb3\xf5\xb5\ \x9b\xc7\xfc\xf4\xde\x80\xc8\x04\xcb\x32\xb9\x4d\xe1\x8d\x4e\x56\ \xa0\xa7\x1e\xb9\x3c\x8c\x6f\x4a\x70\xca\x04\x63\xca\xeb\xb4\xa2\ \xef\x8c\x94\x55\xb9\xcf\x6e\xff\xc3\x6f\x36\x2e\x24\x4e\xc9\x73\ \x82\xcb\xe5\x5a\xb2\x24\xf9\xd9\x67\x9e\x3e\x70\xe0\xc0\xfa\xec\ \xf5\x0f\x6e\xcc\x73\x38\x1c\x53\xc6\x23\xc3\xb9\xfb\xca\xab\x6f\ \x38\x86\x9b\xbe\x28\x28\x1e\x76\x5a\xab\xae\x57\xaa\x23\x32\x5f\ \x78\xe1\x31\xc9\x50\x74\xae\xce\x2a\xc8\xfd\xcd\x37\x86\xdc\x6e\ \x17\x54\xfb\x07\xf8\x86\x66\x64\x3f\xfc\xd2\xeb\xaf\xe4\x24\x85\ \x4b\x0e\x87\x8c\x65\x02\x28\x26\x8c\x5f\x80\x6e\xb8\xc5\xd8\x6b\ \x75\xca\x6e\x09\x93\x71\xad\x20\x4a\x30\xc6\x98\x60\x42\x81\x46\ \xe7\x45\x46\xba\xbb\x07\x9d\x0e\x97\x1b\xdf\x61\x20\xb8\x5c\xae\ \xd8\xd8\x98\x97\x5f\x7e\xa9\xa0\xe0\x70\x6a\x6a\xea\xb6\x6d\x8f\ \x38\x9d\x4e\x25\x5f\x28\xdc\x9f\x35\x77\x06\x61\x4b\xd9\xb7\x87\ \xaf\xb7\x5b\x09\x61\x32\xf2\xf2\x75\x4d\xc5\x0e\x16\x01\x88\x04\ \x9e\x0b\x5e\xb0\x7c\x45\xdb\x3f\xfe\xf6\xce\x5b\xbc\xef\x9c\xcd\ \x5b\xe3\x7d\x82\xac\xf3\xfd\x78\x7e\x76\x6c\x94\x6e\xc8\xa7\x7e\ \x74\x7e\x44\x70\xcb\x37\xfb\x2e\xba\x63\x9f\xda\x94\x42\xa5\x69\ \x96\x3a\x89\xdb\xd9\x6c\x1a\x5b\xfb\xdb\xdf\xe7\xa7\x86\x48\x56\ \xf3\xa7\x7b\x3e\xef\xb2\x44\x69\x9c\xb5\x6d\xc3\x91\x21\xc2\x58\ \x6d\x7d\x67\xe8\xc2\x10\xe0\xbe\xe3\x64\xdc\xe5\x72\xcd\x08\x0e\ \x7e\x6f\xd7\x2e\x41\x10\x54\x2a\xd5\x8f\x57\x36\x65\x18\x76\xa4\ \xb5\xfc\xc0\x49\x83\x84\x65\x75\xf8\xb2\x9c\xec\x8c\xc6\xe2\x43\ \xfb\x76\xbc\xcd\xe8\x67\x6f\x7b\x2a\xc1\x72\xba\x4a\xcd\x31\x32\ \x86\x73\xa2\xe3\xd9\x4b\x5f\xec\xda\x63\x59\x31\x87\xd4\xf6\x68\ \x1e\x7f\x32\x97\x93\xdd\xb7\x77\x74\x42\x48\x09\x81\x2c\x2b\x30\ \xd0\x37\x36\xf3\xe5\x57\x92\x82\xbd\xc1\x35\x95\x00\x51\xe0\x03\ \x39\xa9\x1f\x1d\xda\x5d\x86\xd4\x49\x6b\xb7\xc4\xc4\x85\x61\x73\ \xc3\xb1\x0f\x77\x38\x1d\xb6\xd0\xf4\xc5\x9c\x60\x56\x0b\x2c\xe2\ \x04\x51\xe0\x28\xa5\x88\xe3\x59\xc4\xcf\x4b\x49\x89\x33\xee\xdf\ \xfd\xce\x5b\xf3\x92\xb3\xa2\x12\x23\xbe\x3f\xf1\x99\xdb\x6a\x8f\ \xdb\xb0\x32\x6e\x7e\xcc\xa5\x8f\xbf\xde\x35\x34\xb8\x2c\x5c\xd4\ \xf0\x5c\xf4\xf2\xf5\xf5\xfb\x3f\x7b\xfb\xad\xb3\xbe\x11\x4b\x37\ \xc5\x87\x95\xd5\x71\x02\xc7\x00\xc8\x88\xa2\x7a\xfc\x2b\x97\x02\ \x86\x13\x45\x35\x02\x14\x00\xa4\x16\x45\x16\x42\x5e\x2d\xb2\x0c\ \x80\x2c\x2f\xaa\x38\x00\xa0\xc0\x31\x9a\xd0\x45\xd9\xa9\x9d\xc7\ \x0a\xf6\x7d\xaf\x9f\xb9\xf6\xe1\x47\x12\xd5\x50\x1a\xf7\xcd\x66\ \xb3\x67\x65\x65\x45\x44\x44\xcc\x98\x31\xc3\xa3\x7b\x39\x25\xb7\ \x33\x96\x0e\x73\x3f\x13\xf6\xfc\xab\x4f\x47\x05\x08\x03\x35\xa7\ \xf7\x1e\x37\x5d\xf8\xa6\xe7\x7a\x55\x8b\x24\xce\xca\x5b\x92\xc1\ \xf9\x58\x0e\xed\x79\xb7\x24\x34\x21\x7f\x73\xd6\x9a\xe8\x83\x05\ \x7b\xf7\x68\x43\x13\x1e\x59\xbf\xc8\xcb\x4b\x64\x21\x80\x0c\xc7\ \x23\x18\x96\xba\x36\xa5\xe5\xd3\x0f\xde\x7d\xdb\xee\x40\xab\x17\ \x6a\x99\x31\xb5\xc0\x79\x42\x02\x29\x64\x05\x8e\xd5\xcf\x4d\xcc\ \x8a\x6d\x3a\xf2\xf7\xf7\x46\x6e\x34\xfa\xae\x5d\x79\xa7\xa6\x25\ \xbb\xcd\x9e\x96\x9a\xfa\xd1\xbe\xbd\x81\x81\x81\x13\xeb\xc0\x0a\ \x0a\x3f\x17\xee\xad\x12\x13\x95\x25\xb7\xcb\x25\x21\x5e\xad\x15\ \x05\xec\x76\x13\x88\x10\xa4\x84\x50\xc4\x70\x2c\xc4\x16\x8b\x95\ \x51\x7b\x89\x1c\x94\x09\x85\x84\x50\x84\xe0\xb8\x54\x15\x96\x25\ \x02\xd0\x5d\x2a\xe9\x58\x26\x2c\xcf\x41\x4a\x00\x84\x54\x96\x30\ \x60\x00\x95\x09\x64\x59\x20\x4b\x04\x72\x2c\xf3\x1f\x8d\xfb\xff\ \x34\x3c\x50\x82\x5d\x4e\xa7\x4c\x91\xa8\xd5\x72\x0c\x04\x44\xb2\ \x5a\xec\x8c\x5a\x2b\x72\x50\x92\x64\x0a\x21\x82\x10\x21\x84\xdd\ \x0e\xbb\x8b\x08\x02\x0f\x00\x60\xef\x6c\xbc\x47\x60\x1e\x22\x96\ \x63\x3d\x1a\x8c\x84\x02\xc4\xf3\xac\xcb\x36\xe6\xa4\x9c\x4e\xab\ \x26\x98\x30\x0c\xb0\x5b\x2c\x6e\xca\x8a\xa2\x80\xa8\x47\x0c\xd9\ \xa3\xe5\x0b\x3d\xfa\x92\x0c\xc7\x21\x22\x59\x2c\x36\xc8\x8b\x1a\ \x15\x63\xb3\x58\x08\xe2\xd5\x6a\x15\xc7\x40\xb7\xc3\xe6\x94\x91\ \x4a\xc5\x41\x00\x59\x8e\x03\xb2\xc3\x62\x97\xd4\x5e\x5e\x1c\x20\ \x92\x8c\x01\x84\x08\x02\x42\x3c\xd7\x1a\x9f\xb9\x53\x3a\xa1\x3b\ \x08\x11\x02\x84\x80\x49\xef\x22\x84\x40\xc4\x72\x0c\xb5\x59\xad\ \x12\x41\x2a\x51\x3d\x75\xbd\x9b\xe7\xf9\xbb\xe4\x4a\x4a\x08\x01\ \x88\x63\x3d\xba\xf5\x00\x4b\x92\x8c\x65\x97\x4b\xe2\xd4\x5a\x51\ \x60\x21\xa4\x76\x8b\xc5\x4d\x19\x51\xa3\xe1\xa1\x6c\xb1\xd8\x30\ \xe4\x44\xb5\x00\x29\x01\x37\xc7\x1a\x60\x58\x9e\x01\xd2\xd8\x98\ \x15\x72\x6a\xb5\x8a\xa5\x78\x72\x48\x28\x01\x88\xc5\xd6\xca\x4b\ \x25\x86\xd6\xfe\xde\x6e\x4b\x5a\xfe\x93\xab\xe6\xeb\xa7\x6d\x98\ \x99\xb0\x56\x1e\x6f\xb5\x52\x50\xb8\x6f\x93\xfb\x64\xf5\x45\x3a\ \xa1\xf1\x37\xe9\xf8\xef\x3a\xb8\x47\x79\x90\x4e\x39\xde\xe5\xca\ \x13\x2f\xc3\x71\xa9\xc7\x9b\x6b\x5c\x3f\xad\x39\xd5\x2d\x31\xb8\ \xc5\xeb\x49\x3e\x4c\x5e\x9a\xfb\xa1\x6e\x83\xdb\x43\x79\x4b\x40\ \x6e\xf9\x8c\x89\xd3\xa6\xc6\x7e\x42\x33\x74\xf2\x75\xc0\x34\xb7\ \xe8\xf6\xdb\x77\xbb\x45\x37\x1f\x8c\x2b\x48\x8e\x3f\x9b\xe6\x5e\ \xff\x17\x11\xbc\xdd\xb5\x29\x01\x9d\xea\xd5\x74\x63\x6d\x9a\x90\ \x40\x84\xa0\x6c\x6f\x33\xd6\x77\x0c\xb9\x7c\x43\x23\x62\x66\x07\ \x82\x9f\xde\xff\xe0\x14\x14\x7e\x72\xc9\x5d\x41\xe1\x67\x31\xec\ \x39\x41\xe0\x18\x48\x64\xc9\xe5\x96\x95\xcc\xae\xf0\x8b\x84\x55\ \x42\xa0\x70\xff\x41\x25\x97\x53\x52\xc2\xa0\xf0\x8b\x46\xd9\x15\ \x52\x41\x41\x41\x41\x49\xee\x0a\x0a\x0a\x0a\x0a\x4a\x72\x57\x50\ \x50\x50\x50\x50\x92\xbb\x82\x82\x82\x82\xc2\xbd\xe1\x5f\x40\xd0\ \x5d\x62\xaf\x2d\xfa\x0c\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ \x60\x82\ \x00\x01\x63\x63\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\xf4\x00\x00\x00\xf8\x08\x02\x00\x00\x00\x95\x01\x83\x12\ \x00\x00\x20\x00\x49\x44\x41\x54\x78\xda\xec\x9d\x77\x7c\x15\xc5\ \xda\xc7\x9f\x99\xd9\x72\xfa\x39\xe9\x24\x81\x24\x84\x5e\x14\x90\ \x8e\x0d\x41\x05\x05\x41\xac\x58\xae\x57\xc1\x86\xbd\x60\xc3\x82\ \xd8\xbd\x2a\x2a\x2a\x8a\xa0\x72\xbd\x88\x62\x41\xb0\x02\x02\x52\ \x2c\x48\x93\xde\x21\x40\x12\xd2\xcb\xe9\xdb\x66\x9e\xf7\x8f\x93\ \xc4\xd0\x14\xcb\x7d\xaf\xc0\x7e\x73\x3e\xf9\x9c\xb3\x67\xcf\xec\ \xec\xec\xee\x6f\x9e\x79\x66\xe6\x19\x82\x88\xe5\xe5\x65\x1f\xcd\ \x78\xef\xe7\x9f\x57\x6a\x5a\x0c\x80\x80\x8d\x8d\x8d\x8d\xcd\x51\ \x8e\x54\x56\x56\xfa\xd0\x83\x77\xeb\xf1\x98\x40\x62\x2b\xbb\x8d\ \x8d\x8d\xcd\x31\x22\xee\x1f\xce\x78\x2f\x16\x8d\x70\x8e\x84\xd8\ \xca\x6e\x63\x63\x63\x73\xac\x88\xfb\xca\x15\x3f\x59\x5c\x00\x02\ \x22\x36\xfe\x82\x10\x52\x2f\xf7\x88\x07\x7d\xdb\x68\x1f\x48\xd8\ \xfb\x88\x78\xc8\x7d\xf6\xdf\xed\xb0\x49\xd9\xd8\xd8\xd8\xd8\xfc\ \x95\xe2\x1e\x8d\x46\x28\xa5\x8d\x37\x21\x40\x24\xa6\x05\x18\xf1\ \x33\xca\x08\xc4\x05\x54\x9a\x96\xac\xaa\x8c\xed\xb7\x1b\xe7\x5c\ \xd3\x4d\x45\x56\x09\xa5\x88\xc0\xb9\x29\xb8\xe9\x72\x39\x0f\x38\ \x40\x3c\xae\x01\x61\x92\xa4\x10\x82\x28\xd0\xb4\x34\x45\x96\x25\ \x89\xfd\xe5\x67\x42\x08\x34\xae\x35\x84\x40\xd3\xb2\x1c\x8a\xfc\ \x2b\x35\x89\x40\xb4\x4c\x4b\x51\xa4\xbf\x9f\x3f\x0a\x85\x00\xc3\ \x30\x1d\xaa\x0c\xbf\xa7\x45\xc5\xb9\xe0\x9c\x2b\x8a\x6c\xdf\xd9\ \x36\x36\xc7\xbb\xb8\x23\xa2\x10\xa2\xb1\x95\x5d\x5d\x13\xbe\xfd\ \xa4\xe6\x7d\xd2\xdc\x2a\x72\x0a\x60\x00\xa9\xb2\xc8\x9d\xdf\x6e\ \x24\x2e\x87\x22\x4b\x89\xdd\x4c\xd3\x8a\xc6\x8c\x33\xcf\xec\x2f\ \xd7\x6f\x01\x80\xd2\xb2\xf2\x9f\x57\xaf\x4c\x0a\xf8\x12\xb6\x39\ \x21\x24\x18\x8c\xb4\x6b\xdf\x31\x27\xa7\x69\xc3\x3e\x96\xc5\x17\ \x2d\x5a\x2c\x4b\xa6\xa2\x28\x87\xcb\x13\xa5\xa4\xa1\x9e\x11\x47\ \x60\xe6\x13\x40\x4d\x27\x7b\x8a\x4a\xda\xe6\xa5\x08\xa6\x00\x00\ \x02\x8d\x71\x7f\xab\x96\xbe\x9a\xad\x9b\xe3\xaa\xfb\xc0\x64\x01\ \x84\x40\x00\x1a\xe5\x9e\xe6\xf9\xe9\xda\xee\xf5\x21\xea\x3a\x7c\ \xea\xd4\x30\x74\x45\x96\x7f\xb3\x6a\x69\xf0\x6b\xfd\x15\xad\x13\ \x16\x15\xbe\x4e\xdd\x5a\xc6\xd6\x2c\xdc\x47\xbd\x47\xaa\xec\xc8\ \x2c\x96\xda\x22\x47\xae\x28\xd8\xad\x4b\xaa\x7d\x73\xdb\xd8\x1c\ \xcf\x50\x21\x12\xae\x92\xba\x57\x65\x6d\x64\x44\x8b\x94\x7e\x1e\ \x4b\x0e\x55\xf2\x48\xad\x19\xa9\x65\x91\x9a\x34\xad\xfa\x83\xfe\ \xad\x9c\x86\xd1\xb0\x9b\x69\xe1\xe0\xf3\xce\x11\xc2\xd2\xb4\xb8\ \xae\x6b\xba\x1e\xd7\xb4\x78\x5a\x6a\x52\xeb\xd6\x6d\x6b\x83\xe1\ \xc4\x3e\xc1\x60\xa4\x59\x4e\x6e\xd3\xa6\x99\xa6\x69\x34\xbc\x10\ \xf9\xc0\x73\xce\x12\x28\x71\x2e\x1a\x1f\xb7\xe1\xa5\xeb\x16\xf3\ \x66\x26\x25\x67\x26\xa7\x64\xfa\xdc\x6e\x8c\xc7\x08\x26\x4c\x72\ \x02\x40\xa0\x7e\xb7\x3a\x55\x07\x40\x04\x9d\x2b\x4a\x93\x3e\xf3\ \x17\x4e\xef\xe1\x8c\x08\xce\x01\x20\xaa\xd1\xd6\x7d\x2e\x1b\x3b\ \xe6\x22\x5a\x15\x4d\xb8\x8b\x34\x5d\x92\x7c\xd9\x75\xc9\xba\xdc\ \x18\x8f\x5a\xc2\x79\xe2\x59\x43\x1e\xb9\xfd\x9a\x74\x2b\x02\x40\ \x1a\xe7\xa1\x21\x65\xc3\x92\x65\x5f\xd3\x13\xda\xb7\x73\x5a\x71\ \xac\xdf\x27\x71\x68\x44\x10\xbf\xfc\x84\xc4\xd1\x1b\x48\xce\x4c\ \x4e\xce\x4c\x4e\xce\xf0\x3a\x64\x2b\x1c\xc1\xfa\x82\x6d\xa4\xf8\ \x80\x8d\xde\xd7\xbb\xc2\xc8\xc1\x67\x64\xa1\x9c\x94\xd5\xfe\xd6\ \x9b\xfe\x91\x03\x91\xc4\x05\xda\x2f\x11\x04\x68\x94\xc9\xc4\x8b\ \x00\x84\x0d\xd7\xb0\xab\x6e\xba\xed\x86\xfe\x2c\xaa\x89\xfa\x34\ \xeb\x77\x40\x3c\xe8\x27\xf6\xcb\x7e\xd9\xaf\x63\xf8\xb5\x9f\xe5\ \x6e\x71\xd1\xda\x49\xce\x4f\x27\x5a\xb8\xb6\xc6\x10\x49\x0a\xa5\ \x04\x76\x45\xad\x2c\xa7\x64\xc5\x23\x57\xe5\x79\x5e\x2d\x88\x3a\ \x5d\x8e\x68\x2c\xde\xae\x5d\xfb\x60\x6d\xf0\x00\xfb\xd4\x34\xcd\ \x9c\x9c\x66\xfb\x8a\x8b\x4d\xd3\x22\x94\xa8\x0e\x67\xeb\xd6\x2d\ \x0c\xc3\x98\x37\xef\x1b\x4a\x09\x00\x41\xc4\xf4\xf4\xb4\x0e\x1d\ \x3a\x74\xe8\xd0\x6e\xdd\xda\xb5\x4e\xa7\x7a\xb0\xa3\x3f\x54\x55\ \x7b\xd3\xf3\x13\x3b\xb8\xd0\x29\x13\x3d\x16\xa9\xdd\xfc\xcd\xe8\ \xe7\x67\x11\x55\x2d\x2d\xaf\xe0\x9c\xa8\x2e\x47\xb3\x0c\xbf\x29\ \xd4\xb2\x92\x62\xcd\xe4\x84\x4a\x19\x29\x2e\x8f\xd7\x5f\x5b\xb5\ \xed\xe3\xf7\x3f\x5c\x53\x49\x85\x47\x29\x29\x2a\x89\x44\xa3\x39\ \x86\xa9\xe9\x12\x12\x40\x81\x48\x68\xa8\x9a\x5f\xff\xdc\xbd\x9d\ \xdd\xc2\x21\x51\x53\x8b\x54\x6d\xfa\xf6\x9e\xe7\x67\x72\xcb\xd2\ \x74\xa3\xb8\x2a\xbc\x3d\x2e\x72\x33\x03\x4c\x51\x08\x65\x95\xd5\ \xa1\x50\x6d\x2d\x50\xb9\x79\x56\x40\x13\x9e\x41\x97\x5e\x72\xba\ \xbb\x6c\xd4\xbc\x6f\xe2\x6a\x4a\x76\x13\x8f\xce\x49\x45\x49\x69\ \xcc\xe0\x01\xaf\xab\x49\x5a\xc0\x4a\x08\x28\xa8\xae\xdc\x8e\xf7\ \xdd\x36\xcc\xa1\x38\x64\x09\xb5\x68\x2c\xb8\xef\x87\xe7\x1f\x9b\ \x1a\xf2\x24\xc5\x0d\x51\x55\x5a\x16\xe7\x90\x9e\xe4\x49\x4d\x49\ \xda\xb7\xb7\x28\x06\x52\xcb\x66\x19\xa5\x25\x55\x31\xa4\xcd\xb3\ \xd3\x0a\x77\xee\x94\x3c\xce\xe4\xa4\xf4\x92\x92\x62\xdd\x14\x48\ \x68\x66\xaa\xcf\xe9\x55\x50\x08\xdd\x30\x05\x12\x44\xa1\x73\x52\ \x59\x5a\x1a\x33\x31\xd9\xef\x4a\x4f\xf1\x73\x60\xc5\xfb\x4a\x63\ \x9a\x49\xa8\x94\xdb\xc4\x23\x39\x5c\x96\x90\x4b\x8b\x8b\x62\x56\ \x79\x5c\x37\x0c\xc3\x42\x44\x4b\x90\x8a\x92\xd2\xa8\x66\x7a\xbd\ \xce\xac\xb4\x64\x0b\xa4\xf2\x8a\xf2\x68\x24\xce\x91\xe4\x36\x4b\ \x97\xff\x0b\x6e\x31\x1b\x1b\x9b\xbf\x9b\xe5\x2e\xb0\x1e\xdd\xb4\ \x86\x64\x28\xf1\x9a\x2a\x11\x0f\xff\x54\xad\xbd\xb1\xa5\xea\xe7\ \xd2\xda\x97\x76\xc7\xb5\x78\xcc\x8a\x45\x3a\xca\x7a\x34\xa6\x01\ \x60\x2c\xa6\x7b\xbd\x1e\xc3\x30\x38\xb7\x84\xe0\x0d\x2f\xd3\x34\ \xa3\xd1\x70\x4e\x6e\x8e\x69\x9a\xdc\xe2\x59\x59\x59\x91\x48\xc4\ \x34\x0d\xb7\xdb\x7d\xee\xb9\xe7\x9e\x73\xce\xc0\xa1\x43\xcf\x4b\ \x6c\x51\x14\x59\xd3\x4d\x3c\x0c\x54\x76\x56\x7c\x72\xcb\x89\x5d\ \x07\x3e\xb2\x20\xda\xf4\xe4\xd3\x5b\x58\xa6\x38\x61\xe8\xdc\xb9\ \x5f\x2e\x5d\xfc\xc5\x07\x13\x1e\xc8\x75\xf2\x38\x6d\xfa\xca\xb4\ \xe9\x4b\x16\x7f\xbd\xf4\xab\xa9\x37\x5d\x78\x9a\x64\xc4\xfd\xbe\ \xdc\xc1\xc3\xaf\xee\xee\x89\x87\x95\xfc\x47\x27\xbe\xf3\xfd\xd2\ \x6f\x1e\xbd\xac\x35\x41\x44\x04\x81\x02\x85\x40\x00\x22\xa9\xc1\ \x2f\xef\xeb\x73\xda\xd0\x3b\x66\x94\x36\xeb\x73\x5a\x17\xc5\x34\ \x01\x88\xe4\x79\xf9\xf3\x45\x8b\x67\xbf\x31\xb0\x63\x13\xd4\xf5\ \x2a\x33\xe9\xf2\xdb\xc7\x2e\x58\x38\x6f\xc1\x27\xaf\xf4\x6b\x97\ \x21\xe2\x11\x04\xe1\xc9\xee\xfc\xd1\xdc\x6f\x5e\x7b\xb0\x9f\x15\ \xd4\xd4\x66\xbd\x5e\xfe\xcf\x87\xcb\x17\x7f\x3e\xe1\xe1\x91\xa9\ \x24\x0e\x42\x20\x0a\x21\x04\x10\x02\x84\x4d\x7f\x64\xf8\x80\x21\ \xff\x7c\xf2\xa3\x15\xbe\xa6\x7d\xcf\xea\xd7\xc1\x8c\x63\x6e\xf7\ \x21\x53\x67\x7d\xbe\x72\xd1\x27\x63\x6f\x1c\x1a\x2f\x2b\xef\x33\ \xee\xe3\x65\x53\xaf\x2d\xde\x5b\x7b\xe5\xb8\x97\x66\x3c\x7f\x7e\ \xe1\xb6\xe8\x43\x73\x16\xbc\x79\x55\xb7\x20\x6b\x3e\x71\xda\xfb\ \x4b\x16\x7f\xbd\x6c\xee\x7b\xa3\x86\xf6\x90\x8d\x48\x83\xb1\xae\ \x69\x22\xd0\xba\xef\xc4\x0f\x66\xae\x58\x3c\xeb\xb9\x7b\xae\x08\ \xa0\x56\x56\x69\x8c\x7a\x69\xfa\xa2\x79\xb3\x17\x7e\xf1\xce\xe5\ \x67\xb4\xd2\x6a\xa2\x98\xde\xf5\xd5\xf7\x3f\xfc\x71\xe1\xcc\xa1\ \x5d\x52\x10\x40\x33\xd1\xf4\x77\x7c\x76\xca\xb4\xa5\xdf\xcc\x9e\ \xfc\xc4\xcd\x69\x22\x58\x56\x0e\xd7\x3c\x36\x7e\xce\x37\x5f\x2c\ \x5f\xf4\x71\x4e\x56\x12\xda\xd8\xd8\x1c\xeb\x48\x8d\x5d\xee\x5c\ \x60\x16\xc6\x8c\x68\x14\x80\x9c\xe5\x94\xe7\x3b\xd3\x5e\xd9\x51\ \xf1\x4a\x07\x95\x46\x6a\x38\x10\x9f\x2a\x5b\x16\x22\x22\xe7\x1c\ \x00\x4d\xd3\xd8\xb3\x67\x6f\x69\x69\x59\xbd\x33\xdd\x3a\xed\xb4\ \x53\x4c\x93\xab\xaa\xcc\xb9\x20\x84\xc8\x32\xd3\x75\x5d\x92\x24\ \xcb\xb2\x2a\x2b\x2b\x10\x51\x92\xa4\x84\x81\x2f\x49\x09\xb7\x8c\ \x10\xe2\x40\xcb\x1d\x00\xc0\xd2\x93\x07\xdc\xff\x49\x6f\x96\x14\ \xf0\xc6\xb6\xac\xd8\x85\x28\xd6\xcc\xbe\xe0\x82\x4f\x9c\xbe\xbc\ \xbb\x5f\x19\x73\x5e\xe7\xfc\xd5\x3f\x38\x03\x49\xca\x07\xb7\x5c\ \x3a\x3b\xf9\xf2\xa9\xf7\x5f\x56\xb6\x71\xc3\xec\x20\x1a\x86\x1e\ \x11\xde\x6b\x6e\x1b\xde\x3c\xbe\xe5\xca\x8b\xc6\xb7\x19\xf2\xc8\ \x9d\x17\x13\x04\x44\xf1\x8b\xdb\x83\x50\x59\x76\x07\xda\xb4\x08\ \xa0\xa9\x47\x4d\x60\x00\xc8\xa3\xf7\x5f\x76\x5d\xea\x2d\x6f\xdc\ \xf3\x8f\x33\x67\x5e\x3b\xf9\xec\xdb\x2f\x3d\xa7\x8d\x63\xcc\xd5\ \x17\x9b\xbd\xee\x7c\x6a\xf4\x5d\x7b\x2f\xbf\x99\x23\x89\x94\x6c\ \xb8\x65\xec\x84\x18\xd2\xa0\xd5\xe2\xe5\x07\xaf\xa4\xb3\xc6\xf7\ \x9f\x5d\xf5\xfc\xf3\xf7\x5f\x75\x45\xe8\x95\xc9\x9f\x46\x64\x67\ \xbd\xbb\x05\x1c\x6e\x77\x6e\x13\x65\xcd\xc2\xe5\xa5\x97\xf4\x6c\ \x9b\xd5\xac\x92\xfa\x9f\xbd\x69\x50\xe1\x1b\x77\xdd\xb0\x3e\xef\ \x9d\xf1\x57\x5f\xbb\x63\xcb\x8b\xd3\x3f\xab\x9c\xd0\xeb\x04\xbf\ \x92\xe5\x75\x71\xe5\xc4\xd4\xd6\x35\x9d\xc4\xbe\xb7\x7f\xdc\xeb\ \x71\x9f\x98\xe4\x97\xde\xb9\xe1\xe2\x75\xa7\x3f\xf4\xdc\x39\xe7\ \x7e\x36\x77\x79\x8c\x52\x00\x10\x48\xaa\xf5\xe6\x4f\xdc\x7b\x49\ \xec\xbd\xc7\xfa\x2d\xa4\x13\x5f\xbc\xf3\xb2\x21\x15\x13\x3f\x5e\ \x3c\x69\xf4\xc8\x77\xfd\xfe\x3e\x43\xfe\x31\x72\xd8\x88\xcf\xe6\ \xfe\xeb\xfa\x07\x2e\x96\x97\x7f\x34\xe8\xf5\xf9\x23\xee\x79\xa2\ \x57\x33\x28\x8d\x65\x8c\x7b\xec\xea\xd0\xfb\x2f\xf5\xfb\x7c\xd7\ \x83\x4f\x3d\x7d\xcd\xf5\x03\x6e\x1e\xb3\x22\xbf\x6d\x93\x2d\x93\ \xc6\xde\x37\x6f\x57\x9a\x4f\xa1\xf6\xa8\x57\x1b\x9b\x63\xbe\x43\ \x55\x08\x68\x3c\x58\xa6\x2c\x6e\x36\x61\x96\x00\x58\x1d\x34\x16\ \xc7\xd9\x85\xcd\x93\x26\x6d\x29\xbe\xb6\x09\x48\x04\x82\x3a\x30\ \x26\x0b\x81\x94\xd2\x58\x34\x2e\x50\xe4\xe7\xe7\xb7\x69\xdb\xb6\ \x41\x97\x83\xb5\xb5\x94\xd2\x48\x24\x0a\x04\x10\x21\x12\x89\x29\ \x8a\x92\x90\x6f\xce\x13\x9e\x63\x2e\x04\x1a\x86\x69\x9a\x16\xa5\ \x20\x04\x1c\xdc\xef\x88\x00\x40\xa8\x59\x59\x5c\x0b\x79\x59\x8c\ \x8f\x7f\xe9\xdf\xd4\xdf\xa4\xed\x69\x17\xdf\x3f\xa2\x5b\xd1\x96\ \x22\x2f\xf0\xb0\x22\x09\x40\x20\x00\x86\x56\xb1\xf8\xf3\x95\xf7\ \x9c\xd3\x3d\xd7\xff\xd1\x1a\x24\x00\xe0\xf0\x36\x57\x5d\x85\xbb\ \x37\x09\xf4\xc4\xa2\x71\x04\x67\x42\xdb\x13\xe2\x8b\x96\xe6\x1b\ \xfc\xfc\xca\xe1\xa4\xaa\x78\xf7\xa2\x0f\x3e\xdd\x46\x9d\x1d\x01\ \x00\x41\x12\xf1\xb5\xcb\x8a\x69\xa7\x64\x37\x90\xbc\x40\x66\x38\ \xb2\xb2\x36\xcc\xaa\x96\x7e\x59\xf6\xcf\xc7\xba\xb5\x72\x57\x20\ \x08\xc1\x53\x98\x61\x32\xbf\x99\x7a\x52\x2b\x29\xf8\xec\x9c\xcd\ \x01\xd3\xb1\xb8\x34\x72\x79\x4a\xb6\x25\x74\x44\x67\xc3\x79\x10\ \x00\x81\x84\x33\xe6\x04\x08\x9b\xba\x92\xdb\x33\x5b\x2a\x7e\xee\ \x8b\x5d\x8c\x84\x96\x84\xa4\xd3\xf2\xb2\xe2\xf3\x97\x6c\xaf\x1c\ \x3a\xb4\x5f\x97\x14\xa5\x22\xa4\x26\x9d\x76\x41\x4f\x5a\x5d\x55\ \x58\x59\xc5\x7c\x00\x04\x50\x8f\x6f\x5a\x55\x2c\x0d\xed\xe0\x91\ \x59\x14\x13\x8e\x32\x2e\x9a\x75\xcf\x97\xaa\x1e\xfa\x72\x9b\xdb\ \xf4\x2d\xaa\x32\xcf\xcf\x48\x2f\x85\x36\x4f\x4f\xbe\x35\x23\x52\ \x12\x92\x7c\x00\x8a\x33\xad\x59\x3e\x15\x5f\xad\xdf\xea\x72\x04\ \x34\xdd\x04\x44\x4c\x6f\xdb\x96\x89\xda\x73\xae\x7e\x67\x20\x6a\ \xb1\x50\x95\xee\x96\x29\x20\x80\xa9\xe9\x19\x4e\x2e\x00\xec\xc1\ \xa8\x36\x36\xc7\xbe\xb8\x37\xf6\xb9\x4b\x94\x7c\x55\x81\xdd\x32\ \xb9\x66\x8a\xb4\x94\x26\x63\xa8\x21\xc5\x8b\x33\xdb\xb5\xc0\xea\ \x9d\x82\x9b\x9b\x62\x54\x51\xdd\x9c\x0b\x55\x95\xab\x6a\x6a\xdc\ \x2e\xa7\x61\x18\x07\x24\x27\xcb\x72\x51\x51\x31\xa5\x94\x10\x28\ \x2d\x2b\x0b\x04\x7c\x9c\x5b\xe1\x70\x78\xf9\xf2\x15\x89\x0a\xc0\ \xe5\x72\x99\xa6\xa9\xeb\x3a\x63\x75\x1e\xa1\x03\x2d\x77\x04\x60\ \x72\x74\xe3\xec\x87\xbe\xcc\xfe\xf8\xb5\x6b\x2f\x1f\x72\xc6\x4d\ \xaf\x2f\xbd\xaa\x57\xd7\xe0\xcf\xd3\x6e\xb8\xfd\xdb\x9b\x3e\x7c\ \xb7\x4b\x9d\xd5\x49\xb8\xa5\xc7\xb3\x4f\x68\x2b\x6b\x3f\x57\xc4\ \x24\x42\x00\x00\xb5\x68\x89\x88\x77\xca\xec\x60\xc4\x3e\xb6\xb0\ \x7e\xec\x8a\x40\x24\x02\x11\x88\xe4\x08\xcf\x7b\xf8\xc2\xd7\xb7\ \xba\x5d\xd4\xa3\x52\xa2\x06\x1a\x75\x77\x26\x92\x14\x65\xf1\x4a\ \x97\xb3\x0d\x15\x55\xbe\x13\x47\xa6\xa9\xb5\xb3\xf6\x44\xdc\x9c\ \x3b\x54\x7f\x59\x44\xaf\xb4\xa2\x52\x74\xd3\x3e\x76\xce\xb9\x27\ \x67\x7d\x31\xb3\x7a\x74\xaa\xab\xa2\xb8\x5a\x02\x49\x08\x01\x44\ \x24\x52\xd0\x74\xa3\xa8\x5a\xb9\xea\xce\xf3\x7d\x84\xfe\xb0\x63\ \x93\x28\xa6\x95\xd0\x63\xf0\x29\xc9\x63\xd7\xe7\xf5\xf2\xf2\x5d\ \xa5\x41\x0f\xd1\xb6\x6e\xde\x33\xe0\xd2\x7f\xee\xfe\xf8\xb5\x8f\ \xf2\x6f\xbe\xb7\x4f\x9b\xd2\x9d\x9f\x55\xc7\x1c\xe8\x69\x9c\x13\ \x02\x89\x81\x42\x42\x76\xf9\x19\x16\xaf\x2f\xa5\xfd\x87\x9c\x9a\ \x71\xe7\x7c\xd6\x3b\x89\x15\x6f\xaf\x08\xf4\x18\xda\xc5\x55\x70\ \xd5\x88\x71\xae\x73\xaf\x79\xea\xf2\x3e\xa2\x66\xdf\x3e\xc6\x4e\ \xee\xdc\xe6\xcd\xaf\x66\x0a\x20\x40\x00\xab\xf7\x96\x49\x12\xd9\ \x38\xf7\xc6\xe7\x66\x19\xae\xe4\x5c\xb7\x61\xb1\xf4\xba\x7e\x11\ \x4b\x50\x26\x6c\x6d\xb7\xb1\x39\xf6\xc5\x9d\x0b\x41\x29\x4d\x3c\ \xed\x94\xc0\x72\x43\xfa\x3e\x48\xbb\xaa\x46\x7a\x78\x1f\x0a\x6e\ \x01\xb4\xad\xdc\xc2\x2d\x8b\x32\xf6\x71\x8d\x2c\x2b\xb2\x25\x84\ \xa2\x48\x25\xfb\xf6\xe5\xe7\x37\x17\x62\xbf\x91\x8a\x84\x92\x9a\ \x9a\xda\x70\x38\xe2\xf1\x38\x11\x20\x1e\x8b\x96\x96\x96\xfa\xfd\ \xfe\x93\x4f\x39\xb9\x41\xc4\xb9\x65\xe9\x86\x51\x54\xb4\x4f\x92\ \x24\x2e\x0e\x54\x19\x02\x28\x10\x1c\x4e\xa7\x43\xa6\xac\xf8\xfb\ \xc7\x66\x0f\x7a\x65\xc4\xe5\x97\xcf\x5b\xbc\x6c\xc5\xca\x6e\x97\ \x5e\xf7\xd9\xe7\x97\xca\x6e\x73\x93\x66\x10\x70\x58\x31\xfd\xfc\ \x09\x9f\x5d\xed\x85\x5d\xab\x96\xcc\xde\x58\xe1\x48\xeb\xe0\x74\ \x39\x5d\x50\x33\xf1\x8d\xaf\xc7\xde\x7c\xfe\xc7\x5f\x7e\x69\x72\ \x33\x5c\xb9\xc2\x04\xe0\x28\x00\x89\x40\x50\x9d\x4e\x95\x5a\x6e\ \x15\x5c\x2e\x95\x23\x72\x81\x4c\x56\x9c\x4e\x07\x20\x12\xa6\xb8\ \x9d\x84\x20\x9f\x35\xe3\xeb\xb6\xb7\x5d\x36\x71\xd6\x7c\x12\x2b\ \x59\x3c\x6d\xe2\xe2\xa0\xa4\xce\x5d\x7b\xd6\x6d\xe7\x4d\x9b\xf5\ \x55\xf1\xba\x8f\x47\x3f\xfc\xde\x0b\xaf\x2e\xba\xe7\x9f\x8f\xaf\ \xbe\x81\xed\xd9\xb6\x76\xfa\x27\x9f\xd4\x52\x87\x40\x01\x28\xb8\ \x40\x45\x95\x46\x3e\xfb\xc9\x28\x62\x14\xef\xda\xbe\xe4\x93\x89\ \x73\x7f\x2a\x63\x24\x3e\x75\x46\x97\x11\xf7\x4e\x5d\xe5\x30\x36\ \xaf\xfe\x61\xe6\xf7\x6b\x15\x45\x9d\xb3\x7a\xcf\xa5\x3d\x33\x96\ \xec\xd8\xb3\x63\xcb\x7c\x79\xc0\xc5\x5b\x9e\xff\x3c\xcc\x9c\x4e\ \x4a\x9d\x2e\x27\x23\x88\x44\x76\x39\x55\x42\x48\x75\x79\xd1\xee\ \xf2\xc8\x45\xb7\x3f\xb8\xf0\xee\x67\x5f\x9d\xfc\xfd\xad\xd7\xbe\ \xb4\xfa\x4e\xd8\xb5\x71\xd5\xd4\x39\x0b\x2b\xc3\xc1\xd5\x17\x8c\ \x7c\xfb\xc3\xb7\xc3\x42\xe2\xd1\x0a\x87\xb5\xeb\xe9\x97\xe6\x3f\ \x7c\xed\xb0\xa5\x0b\xaf\x88\xc5\x8d\xa2\x1d\xeb\x7c\xb8\xed\x99\ \x09\x0b\xef\xbb\x6a\xf8\x82\xc5\xd7\x01\xc0\x9c\xc7\xff\xf1\xf8\ \x3c\xcb\xe1\x74\x5a\x12\x45\x44\x6e\xdb\xed\x36\x36\xc7\x01\xe4\ \xcc\xfe\xa7\x1e\x30\x89\xc9\x8c\x69\xa3\x93\xaa\x4f\x54\x0c\x4b\ \xd4\x0d\x57\x37\x80\x3e\x58\xee\xaf\x54\x3d\x32\x63\xf5\x1a\xcd\ \x2d\x8e\x79\x79\xb9\x84\x90\x84\x70\x53\x4a\x63\xb1\xf8\xbe\x92\ \x62\xa7\xe3\x97\x11\xd6\x9a\x66\xa4\xa7\xa7\x7b\xbd\xde\x44\xe3\ \x20\xe1\x52\xdf\xb3\x67\x2f\x10\x21\x4b\xd2\xe1\xf2\x14\x0a\x69\ \x2e\xd9\x52\x5c\x9e\x90\xe5\xe1\x91\x0a\xbf\x43\x68\xcc\x6f\xc6\ \x23\x02\x01\x08\x24\xa9\xcc\xf2\x77\x7f\x75\xd2\xad\xf3\x6f\x1d\ \x3e\x75\xaf\xe4\x51\x85\xc3\xe1\xd0\x2d\x67\x34\x5a\x9b\xe5\x85\ \x28\x75\x47\xe2\x86\x30\x4d\x20\x20\x51\x08\xb8\x55\xb3\xce\x10\ \x56\x23\xa1\xa0\x43\xb6\x54\xa7\x57\xd4\xbb\xc8\x35\x8d\x18\x46\ \x3c\xcd\xcb\x2a\x2c\x9f\xd0\x6a\x9a\x78\x94\x38\x91\x23\x9a\x85\ \x86\x0e\x14\x92\x9c\x12\x67\x92\x25\xd4\x78\x3c\x2c\xb8\x50\x25\ \xe2\x76\x29\x1a\x97\xf5\x78\x94\x0b\x74\xc8\xe0\x76\xaa\x56\xfd\ \xec\x27\xc3\xa2\xf1\x58\x2c\x51\x41\x29\x8c\xf8\x9c\xb2\x49\x28\ \x00\x68\x16\xb3\xb4\xa8\x25\xc0\xa3\x82\xaa\xaa\x1c\x48\xcc\x52\ \xac\x58\xd0\xe7\x92\x4d\xe2\x89\x46\x6a\xb3\x7d\x24\x4a\x54\xd3\ \x72\x24\xf2\x5f\x81\xc9\x56\xb4\x2a\xd5\xad\x68\x4c\x89\x47\x75\ \x05\x0c\xd5\xed\xd4\xb9\x64\xc4\xa3\x5c\x80\x53\x01\x97\x43\x35\ \x91\x45\xe2\x96\xb0\x0c\x20\xc0\x08\x49\x76\x33\x0d\xd4\x68\x4c\ \x13\x9c\x03\x01\x55\x02\xb7\x53\x35\x84\x1c\x8f\xc7\x39\xe7\x84\ \x90\x80\x43\x58\x72\x4a\x34\x58\x95\xe2\x44\x5d\x71\xd9\xfe\x76\ \x1b\x9b\xe3\x42\xdc\xfb\xf7\x3b\xf5\xe0\x19\xaa\x21\xdd\x6a\x47\ \xa2\x6d\x24\xcd\x41\xb0\x84\xcb\xab\x2d\x97\x50\x54\x89\x1e\x30\ \x43\x55\x58\x96\xe5\x70\x38\x64\x59\x46\xc4\xb8\xa6\x99\xa6\xe1\ \x70\xa8\x04\x7e\x99\x82\x04\x04\x74\x5d\x67\x4c\x76\x38\x54\x4a\ \xa9\x69\x5a\x9a\xa6\x31\x89\x4a\xec\xd7\x86\xe2\x25\xe6\x9a\x22\ \x02\x21\x48\x08\x41\x04\x80\x5f\x42\xdf\x58\xa8\x30\xd7\x09\x53\ \xfe\x73\xf7\x37\x23\x07\x7d\x58\xe3\x41\xc2\x10\x80\x00\x12\x42\ \x04\x02\x41\x24\xa4\x2e\x0b\x09\x5f\x7b\x43\x6e\x12\x49\x21\xee\ \x37\xe5\x93\x10\x10\xd8\xe8\xe7\x80\x0d\xdd\xba\x02\xeb\x92\x49\ \x7c\xae\x4f\xed\x80\x8f\xfb\x25\x55\x77\xa4\x83\x8e\xbb\xff\xc6\ \xfd\x4e\xaa\xf1\x51\x0e\xce\x49\x7d\x29\x1e\x94\x07\xf8\xa5\x98\ \xeb\x7e\x05\x07\x9c\xf5\x2f\x27\x82\x08\x80\x48\x68\xc3\xb1\x6c\ \x6c\x6c\x8e\x03\x71\x3f\xa3\xef\xc9\x07\x88\xfb\xd1\x91\x6f\x4a\ \x8e\x68\xf6\xaa\x8d\x8d\x8d\xcd\x71\x89\xf4\x2b\x01\xbf\xfe\xce\ \x20\xb7\x85\xdd\xc6\xc6\xc6\xe6\xf0\xe2\xde\x38\xb0\x8c\x8d\x8d\ \x8d\x8d\xcd\x31\x22\xee\x57\x5f\x3d\xd2\x0e\xe4\x6e\x63\x63\x63\ \x73\x8c\x41\x42\xc1\x5a\xbb\x14\x6c\x6c\x6c\x6c\x8e\x31\xa8\x5d\ \x04\x36\x36\x36\x36\xb6\xb8\xdb\xd8\xd8\xd8\xd8\xd8\xe2\x6e\x63\ \x63\x63\x63\x63\x8b\xbb\x8d\x8d\x8d\x8d\x8d\x2d\xee\x36\x36\x36\ \x36\x36\x87\x46\xfa\xcd\x3d\x2c\xcb\x3a\x78\x96\x13\x21\x24\x11\ \x75\xc0\x2e\x41\x1b\x1b\x1b\x9b\xa3\x49\xdc\x09\x21\xe1\x70\x78\ \xe2\xc4\xd7\x83\xc1\xe0\x01\x6b\x6a\x10\x42\x24\xc6\x72\x72\x73\ \x46\x5c\x73\x0d\x63\xf6\x82\x6d\x36\x36\x36\x36\x47\x8f\xb8\xcb\ \x92\xf4\xe6\xe4\x29\xeb\x37\x6c\x90\x0e\x13\xbe\x71\x6f\x61\x61\ \xd7\x93\xba\x9e\x74\x52\x17\xbb\x10\x6d\x6c\x6c\x6c\x8e\x1e\xcb\ \x9d\xd2\x5d\xbb\x76\xdd\x7f\xff\x7d\x01\xbf\xff\xe0\x6f\x29\xa5\ \x9b\xb7\x6c\xa9\xac\xaa\xb4\x4b\xd0\xc6\xc6\xc6\xe6\x68\x12\x77\ \x00\xb0\x2c\x2b\x2b\x33\x33\x29\x29\xe9\xe0\xaf\x18\x63\x15\x95\ \x95\xc5\x45\xc5\xbf\x79\x80\x44\xc8\xc9\x83\x22\xd8\x10\x4a\x29\ \xa0\xf8\x1f\x06\x76\xa4\x94\x92\xfa\x25\x98\x00\x00\x20\xb1\x8c\ \x36\x50\xca\x08\x41\xc1\xf7\xf3\x44\x25\xce\x02\xc5\x1f\x5c\xc3\ \x88\x52\x06\x70\xe0\x82\xb1\x40\x08\xa5\x14\xc5\xdf\x62\xf1\x0c\ \x42\x28\xa1\xe4\x6f\x92\x19\x1b\x1b\x9b\xff\xae\xb8\xff\x05\x02\ \x0a\xda\xac\x49\x6f\x6e\x31\x33\x6e\xbd\xf1\x32\x27\xfd\x45\xdf\ \xcd\xf2\xcd\x2f\xbf\xf5\x61\x76\xb7\x2b\x86\x9f\xd5\xe2\x7f\x12\ \xd8\x46\x96\x62\x33\x9e\x1c\xbf\x3e\xb1\xa0\x06\x00\x00\x28\xad\ \xfb\x3e\x70\xd9\x29\x8c\x84\x67\x3c\xf1\xd4\x4a\xa3\xcd\x9d\xe3\ \xae\x4f\xe7\x7a\xdd\x02\x55\x22\xfe\xfe\x1b\x6f\x6c\x09\x4b\xd7\ \xde\x38\xaa\xa9\x57\xfa\xbd\xea\x87\x22\xfe\xfe\xcb\x4f\xef\x4d\ \x1b\x76\xcf\xd5\xdd\xc1\xb0\xea\xd5\x54\x0a\x15\x7e\x3b\x61\xe2\ \xdc\xae\xb7\x3e\x39\x38\xeb\x7f\x1d\xe3\x92\xa9\xdb\x17\xfd\xfb\ \x83\x6f\xb7\xf6\xb9\xec\xfe\x7e\xad\x54\xfb\xa9\xb0\xb1\x39\x06\ \xf8\x6f\x0f\x85\x14\xfb\x76\xed\x58\xb1\xf8\xb3\x67\x3f\xfa\x09\ \x1b\x75\xbd\x0a\x2d\xbc\x75\xcb\xa6\xc2\xb2\xc8\xff\x4c\xcd\x20\ \xbe\x69\xfd\xe6\x82\xa2\xb2\x48\x3d\x86\x89\x00\x60\x8a\x94\xb3\ \x2f\xe9\x55\xba\x61\xe6\xe3\x13\x16\x99\x94\x02\x00\xa1\x52\xd1\ \xcf\x9f\x7d\xb5\xe0\x7b\x9a\x71\x4a\x96\x5f\xf9\x23\x22\x8c\xbc\ \x70\xd7\xf6\xd5\x5f\x3c\xf7\xee\xfc\x1d\x94\x36\xd4\x65\xc4\x8c\ \x57\x6e\xde\xb0\xa1\x24\xfe\xbf\xb6\xd9\x29\x0d\x6d\x78\xef\xf1\ \xe7\x3f\xdc\xb8\x69\x53\x79\x84\xdb\x8f\x84\x8d\x8d\x6d\xb9\x1f\ \xb9\x53\x02\x37\x7c\xfc\xe2\x78\xf9\xa1\xbb\x2f\xea\x08\x87\x89\ \x30\x4c\x98\xe4\x50\x55\x46\x09\x0a\x6e\xe8\xba\xc9\x05\x00\x10\ \xc9\xe1\x76\x4a\x56\x3c\xaa\x59\x98\xd8\xc9\xe5\x76\x82\xa9\xc5\ \x74\x8b\x2a\x4e\xb7\x42\xe3\xb1\x58\x62\x2d\x40\x20\xd4\xe5\x72\ \x01\xd7\x63\x9a\x99\xf8\xa8\x3a\x1c\x32\xa3\x00\x28\x38\xd7\x35\ \xed\x00\xd3\x18\xcd\x58\x98\xc3\x49\x03\xff\x39\xfa\xa2\x9e\xa2\ \xde\xc0\xb6\xb8\x00\xd0\xbd\xf9\x83\xae\x38\xfd\x87\x89\x3f\xbc\ \xbd\xa0\x7f\xeb\x73\xdb\xa5\xca\x91\x15\xcf\x8f\xff\xd0\xec\x38\ \x7c\xf4\x35\xdd\x29\xb7\x0e\x29\xee\x44\x76\x7a\x14\x8c\x44\xb5\ \x5f\x91\x7e\x82\x7c\xf6\xeb\x4f\x79\x9b\xbe\x71\x49\x2b\x66\x1e\ \xc6\x50\xdf\xbf\x10\xb4\xc4\x6e\x54\x71\xba\x55\xaa\x47\x63\x46\ \xe2\x4c\xa9\xe4\x76\x39\x84\xa9\xc7\x75\x93\x29\xaa\x53\x91\xb5\ \x58\xc4\x12\x75\x3a\xed\x74\xbb\x89\x19\x8d\xe9\xa2\x71\x6a\x80\ \xc8\xb9\xa9\x69\xc6\xa1\x8e\x4a\x62\x45\x2b\x1f\x7a\x6a\x7a\x5a\ \xa7\x3e\x65\xdb\x57\xd8\xcf\x83\x8d\x8d\x6d\xb9\xff\x0e\x5c\x59\ \x79\xe7\x75\x6b\xfe\xc3\x27\x13\x96\xec\x0c\x4a\xf4\x50\xb6\x23\ \x68\xeb\x17\xbc\x7f\xd3\x15\x43\x4e\x3d\xf5\xf4\x81\x17\x5f\xf7\ \xd6\xd7\xab\x75\x20\x84\xc9\xd5\xcb\x5f\x39\xab\xf7\x29\x63\x66\ \xef\xa6\x8c\x02\x80\x55\xbc\xe0\xe2\x53\xcf\xb8\xed\xed\xa5\x92\ \x4c\xf7\xbe\x7b\x5f\x8f\x33\x2f\xf9\x71\x57\x24\x61\x09\x8b\xda\ \x1d\x57\x5d\x70\xc6\x0d\xe3\xbe\xe2\x84\x10\x82\x95\xdb\x96\x8c\ \xbb\xe5\xca\xbe\x7d\xcf\x38\xbd\xdf\x80\xcb\x46\x8e\x5e\x56\x71\ \xa0\xef\x07\xb5\x50\x98\x10\xb7\xc3\xc5\x05\xe7\x96\x65\x59\x96\ \xc5\xeb\x45\x1e\xa4\xc1\xb7\xdc\xda\xc3\x15\x79\x6d\xc2\xb4\x12\ \x53\x9f\xfa\xdc\xdb\x85\x72\xde\x98\x9b\xce\x73\x1f\x4e\xd9\x25\ \xb9\xfa\xcb\xdb\xbb\x5d\x38\x26\x68\xe1\x61\x5d\x4c\xc2\x50\xf2\ \x2e\xe9\xd7\x41\xfa\xf0\xe1\xfb\xd7\x57\x59\xe4\x90\x06\xb4\x88\ \xae\x99\xf7\x9f\x1b\x86\x0f\x3e\xe5\xb4\x33\x06\x0d\x1f\x35\x75\ \xde\x7a\x03\x81\x32\x5a\xf8\xd9\xd8\x53\x7b\x0d\x78\xf9\xfb\x7d\ \xb2\x44\x01\x48\x74\xdb\x9c\x73\xcf\xec\x3f\x66\xca\xb7\x00\xb0\ \x7c\xda\xb3\xfd\xce\x1a\x30\x6f\x77\x9d\xb4\xf3\xf8\xbe\x5b\x06\ \x74\xbd\x6c\xfc\x56\x49\xa6\x80\xd6\xd6\xc5\x1f\xdc\x7c\xc5\xf9\ \x7d\xfb\xf6\xed\x7b\xd6\x79\x57\xdf\xf7\x4e\x48\x92\xc9\xc1\xb5\ \x09\x8d\xbe\xff\xda\x8b\xb1\x8e\xa3\xee\xbf\xe2\x24\x4a\x6c\x77\ \xbb\x8d\x8d\x2d\xee\xbf\xcb\x35\x03\x8e\xa1\x77\x3f\x7c\x71\x5b\ \xed\x95\xb1\x4f\xad\x8e\x3a\x0e\x90\x18\x49\x16\x4b\x5e\x7d\xf8\ \xe1\x57\xbf\x6a\x3d\x6c\xf4\xe4\x29\xaf\xdf\x3d\xa4\xd9\x97\xaf\ \x3e\xf1\xe8\x07\x3b\x18\xe5\x49\x27\x8d\xbc\xf9\x82\x1e\x1b\x3f\ \x78\x66\xe9\x8e\x30\xf0\xf8\xa4\x89\xef\x8a\xfc\xb3\x47\x5f\x7a\ \x32\xb7\x90\x2a\x0e\xaf\xc7\xcd\x1a\xbc\x1c\x84\xba\xdc\x1e\xa7\ \x43\x06\x20\x7a\xe9\xa6\xc7\x9f\x7a\xad\xc8\xd9\xf3\xf9\x09\xaf\ \xbe\x3e\xe1\xb9\x11\x83\xfa\x34\xf1\x1e\x38\x18\x5f\xc4\x82\x41\ \x80\xf2\x82\xcd\x3f\xac\xda\x54\x63\x12\xa7\xd2\xb8\x05\x83\x71\ \xc8\xbd\xf9\x91\x5b\xb3\x43\xdf\x8d\xb9\xeb\xe1\x2f\x37\x16\x76\ \x1b\x7e\x47\xc7\x0c\xe7\x61\xd7\x34\x41\x20\x92\xd3\xeb\x76\xec\ \xdf\x3d\x7b\xb0\x8e\x7a\x6e\x1c\x7d\x47\x3e\xdf\xf9\xd4\x4b\x1f\ \x73\x55\x22\x07\x5e\x06\xed\xd3\x97\x9f\x7e\x62\xca\xdc\xce\xc3\ \xef\x9b\x32\xe9\x95\x51\xa7\xb9\x67\xbc\xfa\xe4\x84\x25\xc5\x32\ \xc1\x66\x83\x1e\xb8\xf3\x92\x36\x8b\x5e\x19\xbb\x60\x0f\x4a\x52\ \xec\xdd\xd7\x26\xd3\xd6\xc3\xef\xb8\xaa\x2f\x00\x48\x8a\xea\x71\ \xbb\xe5\x5f\xae\x21\x71\x7a\x3c\x2e\x95\x02\x91\x42\xbb\xe7\x3f\ \xfd\xd2\x34\xa5\xf7\xb5\x13\x26\xbe\xfe\xea\x0b\x63\xcf\x3b\xb5\ \x8b\x1b\x0e\x6c\x2f\x30\x09\x97\x4f\x7a\x6c\x7e\x6d\xab\x27\x6e\ \x3f\x93\xc6\x75\xfb\x61\xb0\xb1\xb1\xc5\xfd\xf7\x82\x96\x70\x5d\ \x78\xcb\x83\xf9\xea\xee\x37\x9e\x99\x12\x15\xfb\x2d\x2b\xad\xed\ \xfe\x69\xd2\xb2\x7d\xbd\x2e\x18\x75\xc7\xb0\xde\x79\xb9\xf9\x7d\ \xaf\x7c\xe4\xd2\xfe\x99\x7b\x3e\x9b\xb2\x5b\x97\x01\xe8\xe0\x6b\ \x47\x76\x74\x86\xde\x9c\xf6\xe9\xba\xb9\x2f\x2f\xdc\xe2\xb8\xf6\ \xf1\x3b\x9b\xc8\xbf\xbe\x74\x14\x89\xd5\x54\x46\x74\xb3\x55\xef\ \x73\x3a\xb6\xce\xcf\x6d\xde\xf2\xd4\xc1\x43\x72\x54\xeb\x80\x9d\ \xb4\x18\x66\x66\x67\x96\x6e\x5a\xf0\xfa\xf8\xc7\xaf\x18\x72\xfe\ \x2d\xff\x9a\x51\x1a\xe5\x8d\xf3\xeb\xcb\xe9\x39\xb8\x4b\xab\x50\ \x65\x61\x24\xf3\xc2\x7b\x2e\x6c\x49\x0e\x35\x4c\x86\x50\x26\xcb\ \xb2\x2c\xcb\x12\x23\x08\x54\x92\xa5\xc4\x47\x7a\xb8\x4a\xc0\xdf\ \xf9\xe1\x67\x47\x2a\x1b\xa6\x3d\xf8\xf6\x6a\xce\x68\xe3\x84\x22\ \xfb\x36\xcd\x59\xb5\xe9\x84\xf3\xee\xbf\x61\x68\xef\xbc\xe6\xad\ \x06\xdd\x36\xfe\xfa\xae\x64\xc9\xd4\xcf\xab\x98\x22\x38\x9e\x7d\ \xe9\xb5\x79\xde\xf8\x8c\xb7\xa6\x2c\x9d\xf4\xe0\x57\xe5\x79\x63\ \xc7\x5d\x1e\x00\xeb\x57\xaf\xaa\x14\x2f\xdf\x50\xab\x25\x9f\x3d\ \xec\xac\xb6\xf9\x79\xcd\x5b\xb6\x3f\x6f\x40\x47\x6a\x1d\x38\x60\ \x29\x5c\xb0\x6c\xc2\xb7\x85\x67\x0d\xbf\xb1\x49\xe3\xce\x6e\x1b\ \x1b\x9b\x63\x02\xe9\xff\xeb\x40\xa8\xa4\xb4\x79\xf8\xf6\xc1\x23\ \x1e\xf8\xec\x95\x6f\xcf\x78\xa0\x7d\x83\xc5\x4d\x0a\x77\xed\x01\ \x84\xc2\xd5\x73\x1e\xde\xbd\x20\xb1\xad\xaa\xd4\x00\xba\xaf\xb8\ \xc6\x6a\x9a\x02\x9a\x92\x7f\xcf\x63\xb7\xdd\x77\xcf\xf8\x7f\x6d\ \x75\x0c\xbe\xf9\xa1\x7e\xa9\x96\x25\xe0\x57\x97\x8e\x12\x49\x79\ \xad\xf3\x5c\x8e\x1f\xde\x1f\x17\x2b\x1a\x70\xf9\x25\x43\x5b\xa7\ \x52\xfd\xa0\x6e\x42\xa9\x69\xef\xa7\x9f\xea\xce\x2d\xcb\xd0\xe2\ \x7b\x57\xcc\x7c\x74\xf2\x27\x8f\xa2\x73\xf2\x3d\x83\xea\x5d\x2f\ \xc4\x8c\x96\xad\xd8\x55\x04\x86\x21\x95\xcc\x99\xb2\x60\xe8\x8d\ \x7d\xfc\x78\xe0\x40\x46\x69\xe3\xc2\x49\x6f\x7f\xbe\x05\x28\xe1\ \xd1\x4a\x77\x84\x8c\xb9\xfb\x2e\x06\x80\x48\xaf\x78\xe4\x85\x93\ \xfc\xd6\x21\x9d\x33\x8e\xdc\x81\xa3\x86\xad\x7a\xf2\xcb\x57\x17\ \x74\x7f\xbe\xfb\x2f\x65\x20\x55\x17\xff\x1c\x36\x64\xd8\xf8\xe9\ \xa3\x0f\x7f\x8a\x00\x40\x68\xb0\x5c\x52\x42\x9b\xf7\x46\x49\x7b\ \x09\x20\xd0\xfa\xb1\x07\x2e\xb9\x65\xf4\xb4\x57\x36\xd1\xa1\x37\ \x3c\xdb\xde\xf9\x5b\xa3\x6b\xb8\x11\x68\x3d\x38\x27\x65\xd9\x5b\ \x0f\xdc\xb1\xe5\xcc\xf3\x86\x5f\x30\x20\x9d\x1a\x07\x94\x01\x55\ \xd8\xa2\xe9\x6f\xf0\x8e\xd7\xfc\xb3\x7f\x16\x18\x76\x3f\xaa\x8d\ \x8d\x6d\xb9\xff\x61\x75\x17\xc2\x77\xd2\xc8\x7b\x2e\x6b\xb9\x7c\ \xc2\xa3\x5f\x16\x98\x0d\xfa\xac\x19\x3a\x22\x30\x95\x01\x81\xc4\ \x2b\x25\xb3\xf9\x09\x27\x74\xf0\x32\x91\xb0\x77\x25\x87\xcf\xed\ \x22\x26\x47\xc3\xe4\xe4\x17\x5d\x27\x00\x88\x87\x72\x84\xa0\xb3\ \xe9\x13\x93\x5f\xba\xb2\x5f\xfb\xda\xf5\x73\x6e\xbb\xf2\x92\xbb\ \x5f\xfc\xa8\x34\x76\x08\xab\x5b\x96\x15\x87\xd3\xe5\x4b\x4a\xe9\ \x32\xec\xd6\xfb\x7b\xca\x7b\x97\x2e\xda\x66\xd6\xf5\x08\xc8\xb2\ \xb5\x68\xca\xe3\x3f\x57\xba\xaf\x79\xfa\xf5\x5e\xb9\x8e\x25\x6f\ \x3d\xb9\x33\x78\xb0\xa3\x1c\x5d\xde\x94\x8c\x8c\xf4\xf4\xf4\x8c\ \x14\x8f\x24\xa8\x9c\x96\x96\x9e\x9e\x9e\x96\x9e\xd1\xcc\xf3\x6b\ \xa3\x25\xe9\xc9\xd7\xdc\x31\x24\x5b\x7f\xed\xd5\x69\xfb\x78\x7d\ \x07\x04\x21\xa6\x16\xe2\x40\x1d\x0a\xc5\x44\x21\xa0\xf0\x67\xb6\ \xef\xdc\xa9\xa5\x2a\x38\x00\x20\x80\xec\xc9\x4c\x72\x58\x16\x82\ \xe0\xe6\x01\x39\x39\x54\x84\x1f\xe1\x48\x6e\xff\xfc\x73\x4f\xf4\ \x6f\xe3\xdd\x38\x77\xf2\x95\x17\x9c\xff\xc2\x47\x3f\x6a\x84\x35\ \x76\x12\x89\x5d\x1f\xff\x7b\x09\x1f\xd0\xc7\xbf\x79\xd5\xcf\xeb\ \xd6\xaf\xdf\xb2\xbb\x04\x81\x96\x17\x6c\xd8\x50\x18\x69\x34\xa4\ \xc7\xc6\xc6\xc6\xb6\xdc\x8f\x00\x61\x68\x3d\x2e\xbc\xa5\xd3\xb7\ \x63\x3e\x78\xeb\x2d\x6e\xd5\x29\x53\x92\xd7\x47\x09\x3f\xe1\xf4\ \x7f\x5e\x3f\x30\xe7\x80\xca\x00\x01\x1c\xac\x62\xfc\x83\x4f\x17\ \xe7\x9c\x3f\xa6\xcd\xfa\xb1\x6f\x3c\xd7\xf4\x84\x77\x86\x66\xa3\ \x85\xa0\xfa\x1c\x68\x99\x61\x5d\x27\xe0\x3e\x50\xdb\x90\xeb\x24\ \x75\xc8\x35\x77\x0c\x1c\x1e\xdd\xb3\xea\x8b\x71\xaf\x7f\x34\xc5\ \x11\x18\x73\x6d\xbf\xc3\xd5\x63\x96\x41\x32\x5a\xa6\x92\x6f\x23\ \x51\x0b\x40\x01\x02\xb0\xeb\x8b\x37\x26\x7d\x17\x1d\x78\xfd\x83\ \xe7\xb5\xcd\x38\xfb\xf6\x8b\xaf\x1e\xf5\xd6\xd3\x6f\x7f\xff\xce\ \x7d\x67\x98\x5a\x63\xd7\x0d\x6f\xde\x6d\xd8\x7d\xdd\x09\x61\x72\ \xcd\xbc\x07\xaf\xf8\xd0\x79\xfb\x3d\xf7\x7a\x25\x02\x00\x28\x7e\ \xcd\xb0\xd6\x4c\xff\xe5\x63\x1e\x58\x3f\xfa\xd1\xe7\x5e\x6e\x92\ \xa8\x4d\x50\x70\x57\x72\xae\x6c\x2d\x6a\x31\xf0\x8e\x3b\x4e\x76\ \x35\x9e\xeb\x84\xc2\x44\x00\x49\x2b\x7c\x64\xec\x6b\xf1\x76\xe7\ \x8e\xf2\xac\x18\x3f\xe5\xb5\xae\x3d\x5f\xe8\xe9\x23\x16\x82\x53\ \x91\x11\x20\x1a\xd2\x01\x5c\x07\x96\x01\x0a\x39\xa3\xdd\x35\x77\ \x8d\xbd\x2c\x16\x59\x37\x77\xd2\xf8\x7f\x3f\xc7\x53\xde\xba\xeb\ \x8c\x40\x22\x71\x42\xa0\x76\x57\x01\x78\x61\xee\x5b\xaf\xcc\x41\ \xac\xab\x21\x88\xf4\xe3\xfb\x2f\x6c\xab\x1e\xfb\xe6\x4d\x1d\x0d\ \xc3\xee\x5c\xb5\xb1\xb1\x2d\xf7\xdf\x85\xb3\xd9\x43\xf7\x9d\x47\ \xc3\xc1\x7a\x05\xc3\xac\x76\xed\x53\x15\xfa\xc3\xfc\x0f\xb6\xee\ \xab\x15\x84\x49\x8c\xea\x91\x60\xb0\xde\x93\xb2\xe4\xdd\xd7\x17\ \xd6\x7a\x46\x5d\x35\xb4\xf3\x05\x0f\xf4\x6f\x29\xa6\x8f\x7d\x72\ \x6f\x0c\x00\xa1\x49\xa7\xf6\x1e\xad\xf6\xeb\xa5\x3f\x47\x2c\x90\ \x65\x85\x35\xea\xcd\x44\x53\xaf\x09\x6b\x54\x92\x3d\xfe\x40\xdb\ \x2e\x5d\x52\x15\x39\x18\xaa\x3c\xc0\xba\xad\xa9\x2c\x0d\xc6\x2d\ \x26\xc9\x12\xc5\x50\xd1\x8a\xe9\x5f\x14\x3a\x5a\x9e\xd8\xd2\x21\ \x10\x89\x15\x29\x9c\x38\xeb\x7b\x4f\xce\x49\x97\xf6\x6d\x6f\x71\ \x21\xe7\x0f\x1b\x33\xf2\xc4\xe0\xc2\x09\x6f\x2c\xae\x20\xfb\x9b\ \xb4\x88\x28\x12\x20\x12\xa8\x7f\xff\x9b\xb3\x58\x51\xa8\xc9\x6d\ \x46\x0c\xea\x15\xae\x2a\xc7\x44\x43\x04\x79\x4a\x76\x97\xcc\x64\ \xd7\xda\x0f\x5e\xdd\xbc\x2f\x88\x84\x49\x8c\xe8\x91\x50\xcc\xb4\ \x10\x80\x30\xf6\xdd\x27\xef\xac\xaf\x75\x5d\x7e\xed\x75\x67\xdf\ \xf5\xcc\x99\xe9\x25\x4f\x8f\x99\x54\xc2\x65\x00\xc8\x6d\x91\x0d\ \x26\x5f\xb9\xec\xbb\x98\x45\x64\x45\x61\xa4\xa1\x25\x43\xb8\x11\ \x09\xc7\x4c\x59\x51\x7d\x81\xe4\x0e\xdd\xfa\xa5\xb9\x8c\xf2\xc2\ \x5a\x20\x0d\x59\xe0\x81\x7e\x0f\x7c\xf9\xc5\xcc\x4f\x67\x7e\x32\ \xeb\xd3\x99\xb3\x3e\xfd\x74\xca\xc3\xd7\xc8\x68\x5c\xf4\xd8\x87\ \x6f\xdf\x7c\x82\x61\xd8\x1e\x78\x1b\x9b\x63\xdd\x72\x27\x84\x24\ \x66\xde\x1f\x58\x27\x50\x4a\xc8\x1f\x69\xbc\xa3\xb0\x58\x9b\x4b\ \x6e\xb8\x68\xd3\x2b\x9f\xae\xaf\xdb\xe2\x6f\xfb\xf8\xc3\x57\xdd\ \x7d\xef\x1b\x8f\xde\xbf\xd5\xeb\x52\x29\x41\x3d\x5c\xdb\xf2\xb6\ \x49\x8f\xf6\x0a\xc4\xaa\x57\xfc\x67\xe6\x8f\x6d\xfe\x31\xf1\xe4\ \xe6\x6e\x6e\x89\x1b\xae\x1f\xb6\xf4\xbe\x0f\xde\x99\xb7\x66\xdc\ \xb0\x2e\x56\xd6\xc0\x3b\x2f\x9c\xff\xf4\xec\xb7\x6f\xfd\xe9\x13\ \x55\xa2\xc8\xcd\x60\xc8\x6c\x66\x71\x20\xb4\x6a\xfb\x77\x0f\x8d\ \xff\x80\xa8\x2a\x01\x10\x66\xbc\x2a\x18\x1e\xd2\xa7\x1f\xdb\x2f\ \xb3\x7c\xe6\x6b\x63\xbe\x2f\x52\x54\x45\x22\x28\xb4\x68\x28\xac\ \x39\x47\xdd\x73\xa9\x9b\x73\xaa\x2a\xeb\x26\x3d\xbd\xb9\xd0\x71\ \xc3\xe4\xdb\xd3\x64\xce\x11\x84\x11\x6f\x3b\xe0\xba\x56\x0b\x1e\ \x5c\x32\x7d\xc2\x79\x27\x8e\x4d\x77\x1e\x3c\x9e\x10\x90\x1b\x31\ \x8d\x61\xc2\xa1\x72\x24\x85\x80\xa4\xf3\xa5\xa3\x2e\x5d\xfe\xe3\ \x07\x5b\xeb\x36\xc8\x49\x79\xf7\xdf\x3a\xf4\xd6\x87\x66\x8c\xbb\ \x6f\x8b\xd7\xa9\x12\x82\x5a\xc4\x3a\xe7\xc1\x67\x2e\x6f\x97\xc6\ \x8b\x67\x4d\x7c\x7f\xed\xa9\x63\x5e\x39\x3d\x0b\x0d\x9e\x74\xd5\ \xc8\xcb\x96\xfd\x6b\xc6\x7b\x33\xbb\xdd\x71\x51\x37\x77\x87\xb3\ \x6f\xec\xf5\xe9\x0b\x73\xde\xbd\x7d\xc5\x2c\x99\x51\x14\x66\x28\ \xce\x7c\x1c\x09\x53\xcb\x96\xbd\x74\xff\x3b\x85\x1e\x97\x4c\x08\ \x18\xf1\x70\xa9\xd6\x62\xec\xd0\x7c\x10\xbf\xb4\x3c\xd0\xd2\x22\ \xbf\xcc\x21\x23\x31\xcd\x00\x00\x53\x8b\xc6\x74\x97\xfd\x54\xd8\ \xd8\x1c\xe3\xe2\x2e\xcb\xf2\xd5\xd7\x8c\xa8\xb7\x79\xb1\x69\xd3\ \xa6\xe1\x70\x38\x18\x0c\x26\x44\x4c\x92\xa4\x9b\x6f\xba\xe9\xb7\ \xd2\x67\x2d\x4e\x3c\x49\x58\x5e\x95\x36\xf6\x67\x58\x3d\x07\x5e\ \xbd\xbe\x6a\x66\x46\x5e\x20\xe1\x7e\x71\xb7\x3c\xef\xb5\x77\x4e\ \x98\x37\x77\xc1\xce\x7d\x41\x24\xcc\xdf\x24\xaf\x57\x73\x85\x13\ \x28\xfa\xe1\xc7\xcc\xbe\xd7\xde\x7e\x61\xbe\xb0\x2c\x00\x70\x75\ \x18\xf6\xe0\xc5\x05\x5f\x16\x14\x54\x60\xb7\x80\x69\xf5\xf8\xe7\ \xb3\x4f\xe4\x7f\xb9\x74\xcd\x2e\x5d\x10\x2a\x3b\x33\xb2\x73\x3a\ \x76\xe9\xce\x50\xf8\x9a\x75\xb8\xf8\xbc\xfe\x5b\xf7\x56\x70\x20\ \x8a\x2f\xa3\x5b\xdf\x73\x7b\xb7\xf2\xee\x6f\x8d\xb2\x21\x57\xdd\ \x91\xbe\x62\xed\xde\xf2\x5a\x01\x2c\xb9\x69\x9b\xbe\x67\x0f\xc8\ \xf3\x72\x93\x23\x0d\x6d\x5e\x16\x6c\x7d\xd6\x0d\xfd\x86\xe4\x50\ \xd3\xac\x3b\x73\xea\xce\xbc\xf5\xd2\x81\xef\x2e\xaf\xdc\x5e\x1e\ \xcc\xcc\x0b\x1c\x38\x1f\xca\x32\x93\xcf\x1d\xff\xd3\xf9\x10\x89\ \xc6\x0f\x33\x37\x49\x6a\x7b\xd2\xc9\x1e\x57\x26\x69\x34\x81\xcb\ \xb4\x5c\xe7\xdd\xf3\x50\xe5\x3b\x73\xf3\x3d\x80\x00\x88\x90\xdc\ \xf5\xaa\x77\xa7\xf7\xfa\xfa\xab\x6f\x77\x95\x45\x10\x58\x72\xd3\ \xfc\x1e\x4d\xdc\x08\xfa\x8a\x6f\x0b\x3b\x5d\xf0\x8f\x1b\x7a\xa4\ \x1b\x1c\x01\x20\xbd\xeb\x80\x11\x7d\x8b\xd6\x86\xcb\x74\x04\xb0\ \x58\xbf\xfb\xa6\xa4\x2e\x98\xb5\x74\xcd\x5e\x13\x80\x28\xae\xcc\ \xec\xdc\x0e\xdd\x9a\x72\x53\x0f\xb4\xbe\xe0\xc2\xb3\x7f\xda\x53\ \x19\x05\x24\xbe\x26\xcd\xfb\x9f\x3b\x30\xdf\xcb\xcd\xc3\xd7\x3c\ \x6a\x20\xb3\x67\xef\x93\x73\x92\x24\xfb\x91\xb0\xb1\x39\x36\x20\ \xa1\x60\xed\x21\xbf\x50\x14\x65\xf4\x3d\xf7\xee\xde\xbd\x3b\x61\ \xa1\x73\xce\xa7\xbf\x37\xad\xba\xba\xe6\xfa\x1b\x6e\x70\x3a\x9d\ \x89\x7d\x6e\x1a\x75\xe3\xc9\x27\x9f\xfc\x9b\xb6\x3f\x1c\xaa\xd3\ \x8f\x10\x72\xc0\xe6\xc6\x4d\x81\xba\x2f\x0e\xb3\xd3\x2f\x5b\xf6\ \x6f\x3e\x34\x6c\x3f\x44\x52\x87\xc9\xd8\xc1\xfb\x1c\x7c\xcc\xc3\ \x6f\x3d\xe2\x52\x3e\xcc\xaf\x09\x21\x07\x6c\x3e\x92\x42\x38\xb0\ \x48\xff\x44\x21\x1c\x90\x19\x7b\xf5\x15\x1b\x9b\x63\xdf\x72\x17\ \x42\x9c\xdc\xa7\xcf\xe6\xcd\x9b\x65\x59\x4e\xa8\xc3\xac\xd9\xb3\ \x0b\x0b\x0b\x09\x21\xa6\x69\x22\xa2\xa2\x28\x4d\x9b\x36\x3d\x02\ \x17\x04\x1e\xe1\xf6\x43\xec\xf9\x9b\x3b\x1d\x26\xf5\x23\x11\xa9\ \x23\xcf\xd8\x91\xa6\xf8\xff\x55\x08\x07\x6e\xf8\x13\x85\xf0\xd7\ \x9d\xa2\x8d\x8d\xcd\x51\x62\xb9\x27\x9e\xf6\xd2\xd2\xd2\xcd\x9b\ \xb7\x24\xd4\x3c\xb1\x25\xe1\x85\x77\x7b\xdc\x9d\x3b\x75\x72\xbb\ \xdd\x76\x09\xda\xd8\xd8\xd8\x1c\x65\xe2\x9e\x68\xaa\x27\x16\xd2\ \x6b\xdc\xf2\x4f\x58\x78\x96\x65\xd9\xc5\x67\x63\x63\x63\xf3\xf7\ \x44\xfa\xcd\xa6\xba\x2d\xe2\x36\x36\x36\x36\x47\x1d\xd4\x2e\x02\ \x1b\x1b\x1b\x1b\x5b\xdc\x6d\x6c\x6c\x6c\x6c\x6c\x71\xb7\xb1\xb1\ \xb1\xb1\xb1\xc5\xdd\xc6\xc6\xc6\xc6\xe6\x2f\xe1\x2f\x98\x91\x88\ \x88\xf6\x98\xc8\x63\x03\xcb\xb2\x0c\xc3\x48\xbc\x27\x94\x52\x62\ \x87\x87\xb4\xb1\x39\x8e\xc5\xdd\xe3\xf1\x5c\x7a\xc9\xc5\x8a\xa2\ \xd8\xa5\x79\xb4\x73\xda\x69\xa7\x5f\x7e\xc5\x15\x89\xf7\x65\x25\ \xc5\xc5\x45\x85\x76\x99\xd8\xd8\x1c\xbf\xe2\x0e\x00\x8c\xb1\xc4\ \x70\x78\x9b\xff\x2d\x02\x01\x01\xe9\x61\xe6\xbe\x22\x62\x22\x0c\ \x1c\x63\x8c\x73\x7e\x70\x48\xb8\xc6\x61\x2f\x15\x45\x9d\xf8\xfa\ \x9b\x47\x16\x09\xcd\xc6\xc6\xe6\x18\x15\x77\x9b\xbf\x03\x14\x30\ \xd7\x49\xbd\x5e\x6f\x58\xf1\x21\x49\xac\xfa\xd1\x20\xdb\x24\x25\ \x3d\xc3\xe7\xf7\x95\xec\x2b\xd5\x75\xcd\xeb\xf5\x86\x43\xa1\xdd\ \x05\x3b\x7f\x3d\xb4\xa7\xa2\xc8\x76\xa9\xda\xd8\xd8\xe2\x6e\xf3\ \xbf\xc4\x2b\x91\x14\xbf\xbf\x93\x5e\xe8\x0f\x15\x7b\x50\x97\x28\ \x61\x84\x30\x4a\x18\xa5\xc0\xe4\xf5\x99\xdd\xb2\xbb\xf7\x68\x91\ \xdf\xdc\xe7\xf3\x52\x42\xab\x6b\xaa\x43\xa1\xd0\xfa\xf5\x1b\x96\ \xff\xb4\xac\xb4\x64\x9f\xdd\xea\xb2\xb1\xb1\xc5\xfd\xb7\x40\x90\ \x9c\x2e\x95\x11\x00\x10\xdc\x32\x74\x9d\x23\x00\x10\xd5\xe9\x64\ \xf5\xdd\x73\xa6\x16\x13\x92\x93\x5a\x71\xa3\x3e\x78\xae\xe4\x70\ \x31\xae\x59\xcc\x21\x71\x4d\x37\x05\x00\x30\x59\x51\x64\x99\x12\ \xe4\xa6\xa9\x19\x96\xea\x70\x32\x56\xf7\x73\x43\x8b\x9b\x1c\x65\ \xd5\xa1\x48\x14\x51\x98\x86\x6e\x5a\xc7\xfb\xe2\x12\x04\xc0\xe7\ \x0f\x0c\xac\x59\x2e\x24\x99\x12\x0a\x4c\x42\x42\x80\x52\x24\x20\ \x80\xc7\xdb\x9d\xd6\x75\xe0\x3f\x32\x33\xd2\xb9\x65\x19\x86\x29\ \x04\x57\x64\x25\x29\x29\xe9\x8c\xbe\x7d\x77\xef\xde\x6d\x18\x7a\ \xb0\xb6\xd6\x7e\x12\x6c\x6c\x8e\x17\x71\x97\x24\x52\xb4\x75\xfd\ \x9e\xb0\xdc\xb5\x53\x6b\xa7\xc3\x89\x86\x66\x1d\x81\xf7\xd5\xd2\ \xf8\xc0\x7f\x4d\xe9\x55\xb1\xb4\xa0\x06\xd3\x72\x5a\x06\x6a\xd7\ \x3e\xff\xda\xb4\x6a\x91\x7c\xdf\x8b\x13\x94\xf5\xf3\xb6\x45\x29\ \xa5\xb8\xe5\xab\xf7\xad\xd3\x1f\xe1\x59\x2e\xb4\x00\x00\x20\x00\ \x49\x44\x41\x54\x18\x0e\xef\xde\xf2\x9f\xad\x0e\x85\x1a\x98\x74\ \xc7\x6b\xaf\x55\x4e\xb8\x61\xdb\xf9\x93\x7a\xfd\xfc\xd0\x84\xcf\ \x76\x26\xb5\xea\x7b\xc7\xad\xc3\xad\xbd\x9b\xcb\x35\x29\x9d\xee\ \x7a\xf6\x95\xb9\xb7\x3f\x33\x49\xac\x9b\x5f\x26\x28\x05\xfe\xf3\ \xfc\x99\xbb\xd5\xbe\x8f\xde\x7a\xea\xee\x6d\x05\xc2\x9d\x11\x5c\ \xfe\xc6\xbb\xdf\x96\x92\xe3\x78\xd9\x4f\x44\xf0\x3b\xd5\xee\xfa\ \xde\x84\xb2\x33\x4a\x19\x05\x46\x28\xa3\x84\x51\xa8\x55\xd3\xaa\ \x5b\xf6\x69\x97\x96\x6a\x59\x96\x10\x42\x70\x2e\x84\xe0\x82\x0b\ \x2e\x2c\xd3\xba\xe0\x82\x61\x9f\x7d\x36\x7b\xdd\x9a\x35\x47\x12\ \x12\xd2\x34\x4d\x3b\x16\xc5\x7f\x1b\x87\xc3\x71\xb0\xaf\x2c\x1e\ \x8b\x81\x3d\x72\xe9\xbf\x09\xa5\x54\x55\xd5\x03\x36\x6a\x9a\x76\ \x54\x87\x4a\x3d\xb4\xb8\x13\x4a\x17\x4c\x7e\xf0\x9d\xa5\xa5\x98\ \xd2\x76\xe2\x89\xf7\xcc\x7d\x75\x6c\xda\x25\xf7\xf6\x0e\x30\xfe\ \x9b\x67\x4a\x80\x08\xb1\xf8\xb3\xe9\xf3\xb7\x54\x5b\x71\xb3\xef\ \x5d\x6f\xdd\x33\x64\xdd\x5d\x1f\xef\xb5\x84\xbe\x7a\xc6\xa4\x59\ \xa5\x32\x21\x40\x29\xf5\xac\x98\x9b\xfc\xc8\xa5\xb9\xd3\x1f\x2a\ \x03\x87\xaf\x65\x97\x2e\x74\xfd\x5d\xcb\x4a\x9b\x0f\x12\xa6\x25\ \x00\x5c\x57\xdd\x7c\xed\x86\x09\x23\xde\xdd\x14\x57\x18\x11\x02\ \x65\x87\x0f\xa0\xfa\xab\xa9\x6f\xac\x35\x15\x0a\x00\x96\x79\xd2\ \xa8\x41\x1b\x3e\x7e\xfe\xf5\x6f\xb7\x4a\x04\x91\x48\x12\x3b\xae\ \xef\x7b\x04\x4c\xf6\xba\x93\xc2\x05\x8c\x52\x4a\x29\x23\x20\x51\ \x4a\x09\x61\x94\x48\x84\xec\x54\xd2\x7b\xb7\xc8\x17\x88\xf5\x92\ \x5e\xff\x27\x84\xe0\x5c\x62\x52\x4e\xb3\xdc\x0d\xeb\xd6\x71\xce\ \x7f\xf3\x40\xc3\x2e\xb8\xa0\x5b\xb7\xee\xb6\x10\xfc\xf7\x50\x14\ \xe5\xb1\x71\x8f\xc6\xe3\xf1\x03\x62\xf1\xbf\xfc\xca\xab\x9a\xa6\ \xd9\xe5\xf3\xdf\x63\x77\x41\xc1\x94\x29\x93\x25\xe9\x17\x3d\x34\ \x0c\xe3\xd1\x71\x8f\x39\x1c\x8e\x63\x4c\xdc\xa9\x24\x0a\x96\x6c\ \x75\xbf\xfa\xee\x5b\xb3\x9e\x79\x06\x11\x93\x03\x9e\xcd\xe5\xc6\ \x29\x49\x4e\x7e\x64\xd5\x18\xa1\x94\x52\xa6\xba\xc9\xba\x2f\xde\ \xbd\xf6\xc1\x5e\xfe\x19\xbb\xb8\x21\xce\xb8\x79\x5c\x07\x83\x32\ \xad\x74\xd2\x1b\x53\x4b\x77\xad\x5f\x15\x1b\x75\x4e\xef\xb4\xa9\ \xcb\x6a\x4e\xe8\xd2\xbb\x60\xc6\xd4\x42\xa1\x34\x07\x00\xe4\x24\ \xd0\xb5\x2d\x2e\x7f\x75\x9b\xe1\x54\x24\x00\x60\x0c\x08\x80\xa1\ \x79\x2e\xbb\xff\xb1\xf3\x90\xa2\x1e\x9d\xfe\xfa\x73\xbb\x16\xce\ \xf8\xe7\xe8\xdb\xef\x6f\xfd\xed\x27\x1f\xcd\xda\x56\xcd\x8f\x73\ \x71\x07\x44\xa1\x38\x55\xc2\x19\xa1\xf5\x7e\x76\xc2\x08\xa1\x94\ \x50\x4a\xaa\x34\xee\xf5\xb8\x38\xe7\x9c\x27\x04\xbd\x41\xdb\x39\ \x17\x02\x85\x90\x15\xf9\x08\xcd\x13\xcb\xe2\x0d\xa3\xe0\x6d\xfe\ \x1b\x10\x42\xf6\xec\xd9\x6d\x99\x56\x56\x76\x76\x63\x7d\x37\x0c\ \xc3\x2e\xf9\xff\x2a\xe1\x48\x78\xd7\xce\x1d\x39\x39\xb9\x8e\xfa\ \x95\x88\x12\xc5\x7e\xc8\x45\x46\x8f\x6a\x71\x47\xa4\x2e\x97\x64\ \x46\xc3\x11\x53\x80\x65\xc4\x76\x16\xec\xcb\xef\x2f\x89\x3f\xd0\ \x40\x41\x2e\x88\xcc\x08\x52\x89\xad\xfe\x64\xf2\xfc\x0a\x99\xa0\ \x51\xab\x0b\x89\x57\xfd\x7b\xfa\xfa\xc7\xce\x1a\x44\x97\xcd\xea\ \xd1\x2b\x75\xea\xc3\xa5\xb2\x44\xeb\x2b\x06\x95\x98\xd6\x01\x8d\ \x50\x49\xd1\xe6\xbf\x3b\x79\xb3\x29\x13\xb4\xaa\x75\xd9\x2c\x58\ \x78\xd3\xa8\x1f\x7b\x0f\xba\xf4\x9e\x89\xef\x6d\x78\xfb\xde\x37\ \x17\x16\xe2\xf1\xdc\x68\x25\xc4\x88\x45\x74\xc9\xa5\x0a\x4d\xa2\ \x84\x50\xc2\x28\x65\x04\x28\xa5\x8c\x90\x56\x8a\xb1\xb3\x60\x4f\ \xdb\x56\x2d\xf7\x33\xd9\xeb\xff\x00\xa0\xa6\xba\x86\xd8\x4d\xfe\ \xbf\x0d\xa6\x61\x98\xa6\x69\x97\xc3\xff\xb7\x81\x24\xd0\x30\x0c\ \xd3\xb4\x1c\xce\x63\xc8\xd7\x74\xc8\x33\xb5\x30\xe3\xa2\xc1\xed\ \xc6\xdd\x36\x7a\xe1\xba\x75\x63\x6e\xbb\x71\x57\xda\x80\x5e\x49\ \xb2\x75\xc4\xe2\x2e\x38\xb7\x2c\x2b\x1e\x8e\xb7\x3c\xfd\x82\xc8\ \xf2\x95\x35\x44\x22\x14\x6b\x4b\xf6\x16\x16\xed\x2d\xda\x57\x66\ \x58\x82\x30\x56\xbb\xf8\x8d\xc2\xe4\xee\x2d\x7a\x8d\x68\x56\xbd\ \xbc\x50\xe3\x75\x3e\x73\xc2\x44\xed\x9a\x7d\x49\x5d\x7b\x26\x59\ \x31\xdd\xb4\x2c\x4b\xd7\x4d\x04\xa0\xd4\x2a\x2f\xda\x5b\x58\xb4\ \xb7\x78\x5f\x89\xc6\x51\x58\x06\x15\x91\x9f\x66\x4f\xba\x61\xcc\ \xec\x3e\xc3\x6f\x4c\x51\x8e\xeb\xb1\xd8\x94\x90\xf2\x70\x34\xaa\ \x78\x18\xa3\x8c\x12\x89\x26\xec\x77\x2a\x51\xc2\x18\xe9\xc8\xcb\ \x96\xaf\x59\x07\x84\x34\x08\x7a\xdd\x3f\xc1\x05\x17\xb2\x24\x6d\ \xd8\xb8\xe1\x48\x7c\x32\x36\x36\x36\xc7\x80\xe5\x0e\x80\xa2\xf9\ \xc9\xc3\x27\xf5\x3c\xb7\x60\x57\xa9\x23\xbd\x59\x92\xc2\x8f\xd4\ \xb4\x43\x40\x42\x3b\xf4\x38\x9d\xe6\x63\x8b\xae\xfd\xba\x27\x55\ \x8e\x7d\x74\x85\x2c\xfb\x01\x59\x9b\xd3\xce\x39\xbb\x96\x11\x4a\ \xcd\x7d\x6b\x16\x6f\xa8\x90\x68\xe5\x82\xf9\x25\x0f\xdf\x76\xca\ \xec\x67\x47\xd6\x79\x7b\x28\x25\x84\x80\xa8\x7c\x7f\xfa\x77\xf7\ \xbc\x32\xb9\xfd\xe7\x5f\xed\x09\xd1\x56\xcd\x70\xea\x5b\xf3\x38\ \x77\x77\x3b\xeb\x9c\x74\xce\x28\x40\x70\xdb\xea\x60\xe7\x91\xa7\ \x7b\x77\xec\xae\x30\x3b\xf4\x3b\xa3\x68\xfb\x57\x61\x63\xbf\x21\ \xdd\xc7\x21\xdc\xb2\xbe\xc2\x66\x57\xb3\x88\x02\x96\x44\x09\xad\ \x1b\x07\x99\xf0\xbf\x93\x13\x77\x2f\x5e\xbf\xbe\x75\xf3\xe6\x79\ \x84\x90\x84\x43\x46\x24\x40\xf1\xe9\xac\xd9\x7a\x3c\x6e\x3f\x06\ \x36\x36\xc7\x8d\xb8\x53\x69\xe3\x37\x6f\xbe\xfe\xe1\x8f\x51\xc1\ \x18\x01\xdd\xf2\xdc\xf6\xd2\xb3\x3d\x7c\xbf\xdd\xa1\xca\x54\xba\ \xec\xf5\xc7\x8b\x7d\x32\x00\x16\x6e\x7b\x61\xda\xde\xc2\x98\x45\ \x29\x0d\x4f\x7b\xf1\x29\x9f\x53\x25\x04\x00\x88\x88\x9a\x84\x00\ \x10\x69\xd3\xe2\xb7\x9e\xde\x3b\xab\x60\x63\x04\x80\x51\x89\x6e\ \xfd\xcf\x13\x25\x91\x12\x00\xb2\x75\xc1\xd4\xbb\x37\x2e\x68\x9a\ \x9e\x24\x11\x2c\xd8\x54\x6e\xa0\x31\xe3\xb5\xf1\x01\xb7\x94\x70\ \x1e\x68\x86\x28\xfa\x6e\xfa\x77\xd9\xa9\x2a\x23\xf3\xde\x7a\x62\ \x6f\xc1\x5e\xed\x78\x1e\x2b\x53\x4f\xac\xb6\xea\x4d\xa5\x59\x37\ \x9f\x68\x27\xaa\x5b\x90\x88\x42\x91\x11\x64\x8c\x32\x02\x3d\x69\ \x75\xd9\x9c\x17\x7f\x6a\x76\x4a\x7e\xdb\x0e\x29\xb9\x2d\x65\x59\ \x2d\x29\x29\xa9\xa8\xac\xd8\xbc\x69\xf3\xce\x1d\xdb\xa3\xd1\x88\ \xed\x96\xb1\xb1\x39\x4e\xc4\x9d\x48\xb4\x6c\xe6\x27\xeb\x6f\x1f\ \xff\x76\xe7\x74\x87\x10\x08\x04\xf4\x58\xec\x48\xdc\x32\x84\x92\ \xda\x3d\x9b\x6b\xf7\xf3\x19\x00\xa0\xb9\x77\xc7\xd6\xfd\xea\x0e\ \x4a\x00\xc0\x8a\xd5\x6c\xde\x58\x03\xc0\x12\x3f\x0c\xef\xd9\x14\ \xae\xfb\x16\xc2\xe5\x85\x9b\xcb\x7f\x09\x6c\x52\xb4\x6b\x53\xd1\ \x7e\xc7\x09\x6d\xab\x2d\xf9\xe5\x10\xf6\x65\x04\x10\x82\x1b\x5a\ \x6c\x39\x57\xd6\x7a\x72\x18\x73\x10\x00\x14\x00\xa2\xa1\x41\x05\ \xca\xae\xd2\xef\xb7\x17\x0b\xfe\x35\x20\x7a\xbc\x1e\x4d\xd3\xca\ \x4b\xf7\x31\x26\xd9\xca\x6e\x63\x73\x1c\x89\x3b\xb5\x42\x3c\x35\ \xb7\x85\x5f\x36\x4c\x8b\x00\x00\xb1\x23\x8c\x1c\x1d\x58\xa6\x61\ \x55\x57\xc0\x6f\x45\x84\xa9\xad\xa9\x02\x00\xc6\xec\xf9\xc9\x36\ \x36\xc7\x97\xb8\xa3\x90\x52\xfc\x35\x6b\x1f\x7b\xf4\x91\xc4\x20\ \x43\x8b\xbb\x2f\xb9\xeb\xd6\x8e\x1e\x7a\x48\xb7\x8c\x10\x22\x2d\ \x2d\x55\x96\xed\x38\x24\x47\x3d\x5e\x8f\xc7\x2e\x04\x1b\x9b\x63\ \x59\xdc\x2d\xee\xbb\xe6\xa1\x27\x43\x66\x9d\x96\x23\xd2\x54\x07\ \x3d\xdc\x50\x48\xc3\x30\x2e\xbf\x6c\x78\x56\xb3\xbc\xa3\x7a\x36\ \x97\x0d\x21\x24\x16\x09\xd9\xe5\x60\x63\x73\x6c\x8a\x3b\x21\xbc\ \x7c\x5f\x45\x52\x93\x74\x41\xa8\x54\xd7\x85\x09\x88\x94\xfc\x9a\ \x67\x86\x08\x21\x24\x59\x41\x21\xec\x02\x3d\xaa\xc5\x5d\xd8\x57\ \xd0\xc6\xe6\x18\x15\x77\x22\x93\xb2\x97\xc7\x3e\x3b\xea\xa5\x71\ \xdf\xbc\xf4\xd8\xaa\x88\x52\x17\xab\x8b\xbb\x6f\x78\xea\xb1\x6e\ \x7e\xc6\x6d\xd3\xdc\xc6\xc6\xc6\xe6\x28\x14\x77\x34\x30\xe7\xe5\ \x0f\xde\xd1\x62\xb1\x9b\x26\x4c\x63\x24\xa1\xe5\x24\x56\x5b\x1e\ \x16\x54\xd8\xca\x6e\x63\x63\x63\x73\x34\x8a\x3b\xa1\x24\xb8\x61\ \xfe\x07\x1b\xaa\xf6\x8b\xd6\x42\x70\xdd\xa2\xc5\xfd\xc7\x8e\xef\ \x9f\x2a\x59\xb6\xbe\xdb\xd8\xd8\xd8\x1c\x85\x96\x3b\x51\x64\xad\ \xa2\xb4\x4c\x92\x1a\x05\xa5\x03\xd2\x6e\xd0\xd5\xa7\xa6\xfc\x3f\ \x29\x3b\x63\xac\xf1\xc8\xeb\xc4\x54\x4a\xfb\x3a\xd9\xd8\xd8\xd8\ \xfc\x71\x71\x47\x21\x1c\xad\xce\xb9\xad\x75\x42\xe7\x09\x63\x12\ \x25\x68\x99\x16\x1e\x6a\x4d\xce\xdf\x84\x13\x8a\x87\x0a\x0b\x40\ \x91\x33\x42\x0e\x99\xa0\xa6\x69\x8b\x16\x2d\x8a\xd7\x4f\x88\x27\ \x84\xe4\xe7\xe7\x77\xea\xd4\xc9\x1e\x87\x63\x63\x63\x63\xf3\x67\ \x2c\x77\xa8\x93\x71\x42\x6b\xf7\xac\x9a\x39\x73\x6e\xa1\x94\x7f\ \xef\xa8\x4b\x6a\xf7\x6c\x75\xe5\xb4\x0e\xd4\xfb\xe0\x8f\x04\x33\ \x12\xd2\xfe\xfd\x88\x33\x5a\x79\x80\x2c\x0b\xcb\xe4\x67\x5c\xb1\ \x43\x49\xc9\x3f\xa1\x9b\x74\x50\x74\xfc\xf9\xf3\xe7\x6f\xdc\xb8\ \xb1\xb1\xe5\xfe\xe3\x8f\x3f\xe6\xe5\xe5\xf9\xfd\x7e\x5b\xdf\x6d\ \x6c\x6c\x6c\xfe\x8c\xb8\x03\x00\x91\x68\x70\xea\xf8\x77\x7a\xdf\ \xfd\x20\x4e\x7f\x97\x23\xd9\xfe\xe3\xd7\x15\x2c\x6f\x78\x9e\x6a\ \x1e\x99\x83\x84\x10\xa2\x57\x96\xa4\xa5\x26\x7b\x92\x5c\x8d\x94\ \x1a\x01\x51\x6e\xda\x66\xc6\xdc\xd9\xa5\xcc\xdf\xb2\x4b\xcf\x83\ \x7f\xe5\xf5\x7a\x47\x8f\x1e\xdd\x58\xdc\xd7\xad\x5b\x57\x51\x51\ \x11\x08\x04\x0e\x21\xee\x84\xaa\x8a\x64\xea\x46\x22\x53\x4c\x56\ \x19\x1a\xc6\x5f\xe4\x3c\xa2\xb2\xaa\x30\x02\x00\xc8\x4d\xdd\x14\ \xb2\xaa\x80\x65\x98\x1c\x01\x48\xa3\xf7\x36\x36\x36\x36\x7f\x53\ \x0e\x19\xf2\x97\x50\x5e\x1e\xf6\xb5\xea\xd5\x32\x53\x26\xc0\x24\ \x19\x2d\xdd\x12\xf8\xbb\x42\x90\x58\x82\x13\xce\xc1\x32\x81\x73\ \xae\xc7\x2c\x3d\x2e\xb4\x98\x9c\x9a\xb9\x64\x5f\x70\x4b\x41\xe1\ \xd9\x37\xdd\x4f\x25\xf9\x90\xb5\x02\x63\x89\x05\x85\x7e\xe1\x70\ \x35\x88\x5e\xb6\xe9\x8a\x21\x57\xce\xda\x54\x4b\x28\xa1\x4c\x7c\ \xfb\xc8\xf0\x5b\xdf\xde\x4b\x28\x21\x94\xa9\x0e\x87\xc3\xa1\x32\ \x4a\x00\x88\xac\x3a\x64\x46\x00\x40\x52\x54\x89\x00\x93\x15\x99\ \xd6\xe9\xb7\x22\x33\x00\xa0\x4c\x76\x38\x1c\x0e\x87\xda\x10\xa4\ \x86\xa9\xea\xf7\x4f\x0f\xbb\x7a\xd4\x9d\xf7\x8c\x1e\x3d\x66\xea\ \x4f\x0a\xd3\xde\x7f\xf0\xca\x5b\xde\x58\xc6\x09\x15\xd1\xdd\x77\ \x5c\x74\xd9\xbb\xab\x6b\xc1\x8e\xc8\x62\x63\x63\x73\xb4\x59\xee\ \xc2\x92\x5a\xb6\x53\x37\xfe\xeb\x3f\x73\xa5\x58\x74\xf5\xdc\xb7\ \xde\xfd\x2e\xfe\xd4\x70\xc5\xfc\x3d\xfd\x9a\x9c\x0b\x61\x68\xc1\ \xd6\x3d\x25\x0a\xea\xba\x85\x20\x90\x35\xc9\xf9\xba\xa0\xe6\xa7\ \x55\x6b\x4e\xc9\x4d\x76\x24\xa7\xc3\x9f\x77\xb3\x50\xe6\x4b\x4d\ \x5a\xfc\xf2\xc3\xad\x9f\x7e\xa1\x43\x9a\x24\x39\x5c\x4e\x85\x02\ \xd0\x60\xc1\xd2\xa7\x9e\x7a\xb3\x04\xd2\xaf\x1e\x33\xf6\xdc\x3c\ \xed\xe9\x91\xa3\x9b\xdc\xf0\xea\x65\x27\x79\x67\x3c\x75\xbb\x3a\ \xfc\x09\xdf\xc2\x27\x37\x76\xbf\xfb\x8e\x13\x7d\xc1\x4d\x6f\x3e\ \xf6\x5d\xf6\xa3\x23\xce\xdc\xf4\xcd\xe4\xe7\xdf\x9e\xaf\x3b\x73\ \xee\x7a\xf1\x99\x6e\x5e\xc1\x11\x80\x8a\x78\xcc\x7d\xcd\xed\x0f\ \xf7\xc8\x75\x02\x10\x83\x93\xcb\xc6\xbd\x50\x76\xe3\x6d\x3f\x14\ \x77\x66\x9f\xbf\x98\x31\xe2\x91\xab\x4e\x0a\xd8\x96\x7b\x5d\x73\ \x4c\x88\xe3\x66\x79\x4f\xac\xfb\x57\x3f\xb7\xef\x97\xcd\xf5\x25\ \x40\x08\xa1\x94\x26\x3e\x0a\x2e\x10\x05\x01\xc2\x18\x65\x94\x09\ \x14\x28\xea\x3a\xa1\x18\x63\x00\x80\x88\xe6\x1f\x5d\x93\xf6\xd8\ \xf2\x52\x36\x3e\x17\x92\x28\xd0\x03\x9f\x75\x4a\x13\x67\xcd\x28\ \x63\x8c\x22\xa2\xe0\x1c\x08\x61\x8c\x12\xb2\xbf\xfd\x97\x48\xa0\ \x2e\x4d\xc4\xfd\x3b\x0c\x2d\x8b\x33\xc6\xac\x3f\xb1\x80\xc1\x51\ \x74\xc3\x1f\x3a\x74\x94\xb0\xf0\xc2\x3b\x9f\xf8\xfc\xa3\x59\xbb\ \x93\x53\x7f\x2e\xe0\x77\x3c\x76\x7f\x96\x4a\x7f\x97\x9a\x09\x21\ \xa8\xc3\x35\x7f\xd9\xca\x2d\x5b\xb6\x8c\xb8\x70\x70\x96\x08\x7f\ \x5f\x8d\xdf\x2e\x5e\x38\xfc\xa2\x61\xa1\x95\x0b\x00\xf1\x2f\x08\ \xc1\x8e\x18\x57\x3b\x3f\x75\x57\x93\x07\x5f\xf8\xf7\xd3\xcf\xdc\ \x44\x08\x00\xa1\xb2\xb1\xe1\xf9\x67\x3f\xba\x62\xdc\xc4\x3c\x6d\ \xe5\x2d\x63\x9e\xce\x7b\xef\xa5\x3b\x1f\xbe\xe2\xee\xf1\x2f\x77\ \xac\x74\xaf\x24\xa7\x3c\x93\xe3\x98\xa3\xeb\x06\x47\x00\x82\xc2\ \xd0\x4d\x21\xcc\xaa\xb7\xde\xdb\xf8\xc0\xa4\xa9\x69\x91\x0a\xe6\ \xc6\xc4\x58\x7e\x8a\xb1\xd2\xaa\x48\xd1\x9c\x59\x35\x6d\x5a\x9f\ \x7a\x6a\x57\xb7\x04\xa6\x48\xbd\xfa\xfe\xeb\xee\x7e\xf6\x2e\xd5\ \x71\xc2\xd3\xd7\xb5\xb0\x95\xbd\xbe\x0a\xe7\x1d\x3a\x9e\x70\x6c\ \xcb\xb9\x68\x24\x1a\x96\xc9\x15\x99\x71\x01\x84\x00\x25\x60\x21\ \x20\x22\x01\x02\x28\x24\x46\x75\x2d\xba\x76\xd5\xca\x35\xab\x56\ \x02\xb7\x72\x9a\x66\x77\x3c\xa9\x93\xe9\x75\x2d\x5e\xf1\xd3\xaa\ \xf5\x6b\xcb\x43\x91\xdc\x16\xad\x53\x33\xb2\x77\x6c\xdf\x53\x5e\ \x58\xba\x79\xed\x96\x34\x5f\x4a\x9a\xdf\xfd\xaf\x31\xb7\x72\xfe\ \x47\x06\x83\x65\x65\x65\xfb\x03\x81\xa3\xb9\x60\x05\x39\x94\xdb\ \x40\x98\x40\x13\x4d\x7a\x53\x07\x59\x02\x60\x91\x48\x4d\x69\x45\ \x45\x59\x65\x15\x30\x5a\x5c\x5a\x32\x77\xfe\x37\x05\x45\x25\x79\ \xed\x4e\xca\xcc\x6e\xb6\x65\xcb\x96\x35\x6b\x7e\xde\x57\x54\x8a\ \x42\xe8\x71\x0d\x28\x03\x8e\x80\xa0\x2a\x5e\x59\x71\x3a\x5c\x5e\ \x8f\x3f\xd9\x9f\x92\xec\xf5\x7a\x15\x89\xb8\x1c\x8c\x9a\xd1\x51\ \xd7\x5f\xf3\xf9\xec\x8f\x46\x5f\x73\xa9\x6e\xfc\xc1\xe5\xae\xda\ \x75\xe8\x78\x54\x5b\xee\x00\x40\x22\x35\x25\x85\xa5\xfb\x0a\x2b\ \xc2\x02\xc8\xf6\x7f\x3d\x3b\x72\xdc\xc3\x5d\x7c\x47\xae\xef\xc4\ \x12\x5c\xaf\xa9\xe8\xd9\xf5\xd4\x8d\x1b\x36\xfc\x67\xd6\xd7\x2d\ \xf2\x9b\xaf\x5e\xb3\xee\xdc\x73\x06\x76\x76\x1a\x73\x42\xb5\x02\ \x45\x22\xd2\xef\x9f\x45\xe8\x81\x36\xe7\xdc\xd1\xe1\xde\xb1\xcf\ \xce\xbe\x08\x28\x21\x24\xb4\xfa\xeb\xb5\xa5\xfb\x76\xde\x7d\x1d\ \x00\xea\xd1\xe8\xfa\x12\x3d\x3f\xeb\xec\xcb\x4f\xdd\xf8\xd4\xa4\ \xdd\x8f\xbe\x77\x2f\x0a\x03\xf6\xab\x55\x90\x32\x7f\xe7\xbc\xf8\ \xb8\x87\x5f\xbc\xed\x8e\xeb\x7b\x52\x4c\x9c\xa0\xa9\xc9\x97\xbe\ \x30\x4d\x18\xc1\x05\xd3\x5e\xb8\x6b\x43\xf4\x9d\xbb\xcf\x30\x0c\ \x01\xd4\x81\x95\xa5\xd1\xec\x16\x5c\x1c\xc6\x9b\x75\xbc\x72\xac\ \x8e\x55\x45\xb2\x9f\x0d\x89\x48\x65\x89\x99\x96\x40\x8b\x53\xca\ \x08\xa3\x12\x00\x10\x02\x14\xe2\xe1\xd8\x0f\x2b\x57\xac\x5c\xbd\ \xd2\xed\x75\x76\xee\xd3\xab\x7d\xfb\x0e\xd5\xc1\xaa\x69\xef\x4f\ \x5f\xb3\x65\x6b\x4e\xab\x16\x3d\x7a\x9c\x52\x1b\x8d\xad\x59\xbf\ \x79\xce\x9c\x45\xf1\xb8\x21\x59\x12\x20\x5c\x3b\x72\xe4\x80\x7e\ \x3d\x82\xbb\x77\xfc\x31\x33\x50\xe0\x51\x3f\x44\x18\x41\x34\x8c\ \xd0\x10\x02\x08\x05\x4a\x29\x10\x44\x13\x50\x98\x88\x16\x63\x74\ \xe7\xae\x9d\x7b\x8a\xf6\x06\x92\xd3\x4a\x2b\x2a\x3f\xf8\xe8\xc3\ \x78\x5c\xef\x7d\xca\xc9\xdd\x7a\x9c\x32\xff\x87\x55\x3f\x7c\xb7\ \xac\xb2\xb2\x82\x52\x46\x10\x24\x49\x96\x5c\x92\x53\x75\x38\x1c\ \x4e\xa7\xd3\xe5\xf5\x04\x7c\xbe\x64\x5f\x52\xb2\xd3\xed\x97\x54\ \x95\xc8\x92\x19\x8f\xc9\xc4\x92\xd0\x61\xea\x56\x34\x12\xfb\x93\ \x96\xe5\xd1\x52\xf2\x87\xe9\x50\x95\x82\x53\x9e\x7b\x39\xfd\xcc\ \xcb\x2f\x4c\xf5\x10\x40\x8e\x72\xb6\x83\xfc\x8e\x19\xaa\x04\x38\ \x47\x33\x16\x49\xdb\xf1\xe3\x45\x83\xce\xf9\xf0\xf3\x2f\x57\xac\ \xfa\xb9\x43\xfb\x76\xdd\x52\xa4\xf8\xf6\xd5\x06\x12\xfc\xeb\x66\ \xbb\x0a\x41\x3a\x5d\x33\xee\xd4\xc7\xee\x9a\xb7\xa3\x5a\xca\x05\ \xd9\xad\xa4\xb4\x38\xed\xd5\xa7\x47\x29\x80\x94\x00\x50\xce\x48\ \xcd\xca\x0d\xa5\x7d\xda\x85\xbe\x9e\xb7\xae\xcd\xe0\xb6\x32\xa3\ \xc1\x08\xca\x12\x63\x94\x02\x20\x50\xe5\xba\xa7\xde\xe8\xb7\x6a\ \xd1\x5b\x4f\xdf\xf3\xfd\x95\xff\xba\xfb\xb4\x24\x8b\x23\x10\xe6\ \x70\x30\xae\xba\xce\xfd\xc7\xcd\xb3\x6e\x99\x56\x06\x67\x67\xb2\ \x92\xd7\x5f\x7e\x63\xe8\xe3\x6f\xbb\xe7\x3e\xf9\xda\x97\x9b\x1f\ \xb9\xb8\xbd\x61\xd8\xa3\xef\x8f\x71\x48\x9d\xbf\x05\x13\xef\x09\ \xa0\xa5\x5b\xb2\x2a\x03\x20\x02\x12\x82\x80\xc4\x08\x87\x36\xae\ \xdb\xb8\x63\xf7\x2e\x5f\x6a\xd2\x19\x67\xf6\xcf\x69\x95\xbf\x66\ \xd3\x86\xa7\x26\xbe\xb2\x77\x5f\x71\x9b\xd6\xad\xcf\x1e\x3c\xb4\ \xa8\xb8\xe4\x9b\x79\x8b\xd7\x6f\xd9\x1a\xd1\x0c\xa0\x72\x3c\x66\ \xaa\x84\x00\x27\xcf\x3c\xf7\xe2\x8c\xf7\x32\x26\x8c\xbb\xfd\x8f\ \x59\xee\xc7\x40\xe9\x36\x76\xc8\x10\x82\x80\x80\x28\xb8\xb0\x64\ \x45\x01\xa4\xe5\xe5\xb5\x3b\x0b\x76\x69\x31\xa3\x36\x1a\xfb\x62\ \xde\x8c\x1d\xbb\x0b\x5a\xb6\x6e\x97\xd5\xb4\xe9\x9a\xb5\x6b\x7f\ \xf8\xf7\x8c\xb8\x09\x51\xcd\x20\x00\x88\x96\xd7\xed\x05\x20\x3e\ \xaf\x2f\x39\x29\x25\x10\xf0\xbb\xdd\x3e\x87\xc3\xa9\x3a\xdd\x8a\ \xc3\xc9\xa9\x64\x72\x40\x44\x49\x92\x89\x10\x6e\xb7\x2f\x1e\xd3\ \x43\xa1\xe8\x71\xe2\x47\x3c\xb4\xb8\x13\xab\x3a\xea\x6d\x77\xe1\ \xc0\x7e\x0e\x56\x67\x58\x20\xfe\xbe\x90\xee\x02\xd0\xb2\x2c\x2b\ \x58\x95\x67\x99\x37\x8d\x1c\xb1\x61\xf3\xe6\x53\x3b\xb4\xd2\x97\ \x7f\x2d\x49\x4c\x17\x88\x28\xfe\xc2\x7b\x44\xd7\x95\xa1\x23\x6f\ \x5e\x32\x7a\x4c\x3a\x08\x67\xe7\x2b\x4f\xa8\xb9\xee\xcd\x4f\xdb\ \x0f\x68\xe7\xdb\x55\x91\x3c\xf4\xdc\x96\x6b\x5e\x1a\x53\x91\x7b\ \xfd\x43\x57\x64\x8f\xbb\xe9\xc9\x5d\xfd\xc7\x77\x68\xdb\xea\xcd\ \xd7\x9f\xfd\xca\x75\xa5\xab\xa0\x14\x69\x33\xe4\x91\xc5\xf3\xd7\ \xa5\x65\x67\x64\xa5\xb2\xad\x95\x3a\x10\x00\x20\xa4\x72\xc5\xb4\ \x1f\x63\x27\xb6\xf0\xaf\x9b\xfb\x8e\x79\xc2\xe0\x0c\x6a\x2c\x7d\ \xf9\x89\x4d\xa9\xc3\xaf\x6b\x91\xc4\xae\x1c\x35\xf3\xd6\x47\x67\ \x75\x7d\x77\x50\x33\xb0\x07\x67\x1e\xfb\x60\x5d\xc4\x3c\x82\x40\ \x40\xc8\x0a\x03\x21\xd0\xd4\x88\xc3\x61\x86\x82\xab\x57\xac\x2c\ \xdc\xbb\x37\xbd\x49\x93\xc1\xe7\x0d\xd6\x99\xf8\x6e\xe5\xca\x97\ \xc6\xbc\x2d\x79\x5c\x3d\x4e\x3d\xb9\xfb\x59\x03\xd6\x6f\xd8\x30\ \xe5\xdf\xef\x9b\xba\x49\x15\x25\xa6\x71\xcb\x80\x70\x3c\xaa\xc8\ \xaa\xd3\xe7\x77\xa9\x2e\x34\x21\xbd\x49\xd6\x71\xbb\x4e\x02\xc1\ \x46\x83\xe8\x00\xa8\x04\xa6\x61\xca\x92\x22\x2b\x4a\x71\xf1\xee\ \xcd\xdb\xb7\x05\xc3\x51\x26\x2b\x4b\xbe\xff\x6e\xeb\xb6\x9d\xdd\ \xba\xf6\xec\x7d\x4a\xee\xd2\xef\x7f\x9a\xfa\xde\x87\x8a\xaa\xba\ \xbd\x81\x68\x6d\xd0\xe9\x74\xf9\xfd\x3e\x87\xc3\x6d\x18\x7a\xd3\ \xec\xdc\xe4\xe4\x64\xb7\xcf\xeb\x50\x9c\x8a\x2c\x5b\xc8\x81\x52\ \x04\x6a\x21\x63\x12\x63\x8c\x59\x84\x12\x93\x28\x8a\x1a\x0a\x45\ \xa3\xe1\xf8\x71\xb2\x40\xcd\xa1\x3b\x54\xb9\x94\x7f\x42\x5a\xe5\ \xf4\x7f\x4f\x89\xc7\x34\x81\x60\x99\xea\xa0\x1b\x47\xb6\x75\xd1\ \x23\x95\x64\x44\x4f\x4a\xc6\x3a\xdd\x91\x56\x5b\x09\x15\x21\x5a\ \xf2\x71\x92\xd3\xb3\x66\xce\x3a\xe4\xa6\xce\xc1\xdf\x67\xb0\x74\ \x98\x31\x30\xd1\x68\x74\xc5\x8a\x15\x84\x10\x5d\xd7\x25\x49\x62\ \x8c\x15\x14\x14\x74\xed\xda\xf5\x90\xc7\x60\xae\xe4\x73\x07\x74\ \xa6\x9c\x03\xa0\x23\xbd\xcd\x1d\xd7\x5c\xbd\x3b\xd9\x63\x58\x49\ \xb7\xbd\xfc\xf2\xbc\xaf\x17\xfd\xb4\xaa\x28\xa5\xd5\xa9\x22\x5a\ \xb1\xdd\x7f\xf6\x88\x8b\xbb\x23\xf0\xab\x6f\x1c\xbc\x61\x77\x78\ \xd8\xe9\xc3\x1f\x83\x79\x3f\xad\xfe\x1e\x1c\x1d\x2f\xea\x77\x12\ \xa2\x88\x94\x17\x6c\xda\xb1\x3d\x70\xda\xb5\x8f\x0d\xc8\xe2\x16\ \x07\x00\x21\xa7\x04\xcc\x6d\xcb\x97\xef\xf0\xb6\xbb\x78\x42\xff\ \xde\x46\x28\x58\x96\x7e\xf2\x1d\x23\x06\xc9\x68\x40\x20\xff\xc1\ \x9b\x2f\x5e\xbe\x73\x0b\x6f\xda\x96\xda\x4b\x98\x1c\x07\xe6\x65\ \xa3\xc9\x1d\x28\x38\xa7\x44\x80\x2c\x6d\x5a\xb3\x66\xfb\xd6\x2d\ \xe9\x4d\x9a\xf4\x3d\x77\x60\x54\x8b\x4f\x9b\xf5\xf1\xae\xbd\x45\ \x92\xd7\x7d\xf6\xe0\xa1\x51\xcb\xf8\x79\xed\xfa\x9f\xa7\x7f\x54\ \x51\x5e\x15\x90\xdd\xd1\x88\x09\xb2\xd0\x0d\xe1\x74\xfb\x5c\x5e\ \x87\x43\x75\x29\x54\xf1\x79\xfd\x5e\x97\xb7\x7d\xc7\xb6\xc7\xed\ \xec\x8d\xfa\xb0\x55\x04\x81\x00\x11\x96\xc5\x65\x45\xad\x0d\xd6\ \xac\x5b\xb7\x86\x0b\x34\x81\xac\xda\xb0\xb1\xa8\x68\x5f\x7e\xcb\ \x56\xed\x4f\xf4\xaf\x58\xbb\x71\xcb\xb6\xed\xe1\x98\xee\xf6\xa7\ \x19\xba\x19\x8f\xf3\xe6\x79\xad\x52\xd3\xd2\x7c\x3e\x5f\x5a\x5a\ \x46\x2c\x1e\x77\x38\x5c\x3e\xbf\x5f\x80\x40\x41\x64\x49\x66\x84\ \x23\xa0\x89\xc0\x4c\x22\x20\xd1\xe3\x4a\xa8\xa4\xc8\xb2\xc3\xb2\ \x50\x51\x9c\xc7\x49\xb1\x1f\x66\x25\x26\x08\x15\x6c\x29\xcb\xb8\ \xe0\xc2\xbe\xf9\xa9\x04\x10\x91\x65\xa8\xbf\x63\x06\x13\x22\x26\ \x35\xc9\x6e\x79\xf3\x33\xf1\x58\xb4\x61\x63\xa2\x9b\xc4\x41\xa9\ \x2f\x90\xec\x50\xe4\x43\x96\x6f\x4d\x4d\xcd\xe7\x9f\x7f\x6e\x18\ \xc6\x2d\xb7\xdc\xb2\x6c\xd9\xb2\x75\xeb\xd6\x69\x9a\xd6\xa7\x4f\ \x9f\x43\x67\xdd\x9d\x3a\x74\x50\x2a\x58\x22\xe1\x9c\x69\x71\xfa\ \x90\x16\x00\x80\x9c\xb9\xb3\xce\xb9\xe8\xf2\xfa\x06\x04\x0c\x1b\ \x3e\x14\xc0\x00\x80\x9c\x13\xfb\xe7\x00\xe8\x26\xb4\xee\x73\x4e\ \xeb\x46\x49\x9e\x31\xec\xf2\x86\x4a\xad\xee\x96\xf3\xe5\x0e\x18\ \x96\xdb\xe8\x50\xbe\xc1\x17\x5e\x08\x60\x20\x00\x70\x4c\xef\x3e\ \x78\x70\xa3\x16\xe5\x71\xad\x7d\x84\x44\x22\x11\x45\x51\x28\xa5\ \x9c\x73\x45\x51\x84\x10\x47\xb5\x59\x84\x88\x84\x90\xc4\x29\x20\ \x22\xa5\x00\x40\x13\xfe\x02\x04\xa0\xb2\x5c\xb0\x6d\xdb\xaa\xd5\ \xab\x25\x89\x75\xe9\xd6\x23\x90\x9d\xf9\xce\x07\xd3\x17\x2d\x5a\ \xdc\xaf\xff\xd9\x3d\xcf\xe8\x5f\x1b\x0a\x7d\xf8\xf1\xec\xa2\xd2\ \x52\xc3\xb2\x04\x27\x4e\xd9\x17\x8d\xe9\x54\x71\xc9\xaa\xe2\xf5\ \x7b\x3c\xfe\x80\xc7\x1b\xf0\x78\x7c\x49\x49\x29\x01\x8f\x4f\x62\ \xb2\xcb\xa3\xe0\x1f\xcf\x27\x20\x62\xc2\xf9\x4b\x13\x2b\xcb\xff\ \xed\x6f\x15\xce\x79\xe2\xf6\x60\x8c\x01\x03\xcb\x44\xce\x0d\xd5\ \xa9\x1a\x26\x02\xb0\xb8\x61\xec\x2b\xab\x70\xb8\xbd\xdf\x7c\xb3\ \xe0\xc7\x9f\xd7\x9c\xd2\xbf\x7f\xae\xcb\xf7\xc5\xd7\xf3\xaa\xaa\ \x6a\x74\x0b\x65\xc5\xe9\x74\x39\x4c\x0e\xd9\x39\x39\x59\x59\x4d\ \x9b\x65\xe7\xa8\x0e\x95\x31\x89\x4a\x12\x04\x83\xc9\xc9\xa9\x94\ \x31\xdd\x32\x09\x61\x00\x80\xc2\x12\x54\x00\x27\x54\x26\x42\x10\ \xc1\x39\x50\x26\x2c\xe1\xf7\xfb\x2b\xca\xcb\xc5\x5f\xe1\x13\x4e\ \xc8\x97\x10\x22\x31\x74\x5b\x08\xc1\x39\x4f\x5c\x8b\xc4\x57\x75\ \xa7\xf9\x3f\x75\xd0\x1f\x6e\x99\xbd\xf2\x60\x6a\xa7\xbb\x07\x9d\ \xa6\xd4\x49\x3a\x1a\x9a\xf6\xbb\x46\x88\x10\x42\x92\x53\xd3\x08\ \x49\x3f\xb0\x50\x12\x05\x73\x28\x65\x47\xc4\xce\x9d\x3b\xef\xd9\ \xb3\x47\xd3\xb4\x2d\x5b\xb6\x98\xa6\xd9\xa4\x49\x93\xe4\xe4\xe4\ \xac\xac\x2c\x3b\xbc\xcc\xdf\x96\xc4\x5c\x84\x44\x2c\xf8\x06\x59\ \x3c\xaa\x4f\x07\x11\xf9\x2f\x43\xe5\x50\x08\x64\x8c\xe9\x96\xb1\ \x6d\xfb\x8e\xad\xdb\xb6\xf9\xfd\xfe\x76\x5d\xbb\x6a\x71\xfd\xb3\ \x05\x0b\x37\xee\xd9\x9d\xdd\xaa\xe5\xe0\xcb\xae\xd8\xb4\x71\xcb\ \xec\xf9\x8b\xab\x6b\x6a\x05\x27\x86\x6e\x4a\xb2\x43\x22\x54\x02\ \x59\x75\xab\x81\x94\xb4\xb4\xf4\x8c\x40\x20\xd9\x1b\x08\xa8\xaa\ \x13\x80\x52\x2a\x11\xc2\x18\x50\xa6\x2a\x7f\xd8\x44\x48\xc4\x5c\ \x4a\x04\x62\x42\xc4\x44\x9d\xf4\x77\xae\x32\x11\x91\x31\x26\x49\ \x52\x43\xe5\x64\x18\xba\xec\x90\x2c\x81\x51\x4d\x8b\xc6\xb5\xbd\ \x85\x7b\xe7\xcc\x9d\x53\x1b\x0a\xfb\xfd\xfe\xfc\x36\x1d\xbf\x9c\ \xf3\xed\x8e\xed\x3b\x24\x49\x01\x2a\x23\x80\x24\x39\xfd\x81\x94\ \x26\x4d\xb2\xf3\x9a\xe7\x07\x92\x92\x91\x83\xaa\xa8\x16\x0a\x2e\ \x80\x4a\x3a\x91\x54\x90\x24\x4a\x25\x14\x84\xa3\xb0\x04\x22\x02\ \x47\x30\x91\x70\x8e\x80\x04\x11\x18\x01\x20\x84\xca\x4c\x92\xff\ \xec\xea\x92\x89\x5b\xbd\x61\x16\x8e\x69\x9a\x96\x65\x49\x92\x24\ \xcb\xb2\x10\xa2\xa1\xae\x15\x42\xfc\x6f\xaf\xcb\x61\x96\xd9\x63\ \x01\x57\xd5\xfa\xf1\xcf\x3f\x2f\x51\x00\x00\x8b\x3b\x07\x8d\xfc\ \x67\xeb\x23\x77\xcb\x34\xba\xa2\xbf\x2b\x37\xed\xdb\xb7\xef\xd0\ \xa1\xc3\x21\x2b\x49\x9b\xbf\xed\x73\x9b\xb8\x9b\x0f\x3f\xdd\xec\ \x28\x3b\x9d\x06\xcb\x8b\x10\x22\x84\x15\x89\x44\x81\xd2\x25\xdf\ \x7d\xe7\x74\x7b\xcf\x18\x78\x4e\x75\x4d\xf0\xbd\x0f\xa6\x07\xc3\ \xd1\xd3\xfa\x9e\x9e\xdc\xb2\xed\xe2\x65\x3f\xce\xfe\xe2\x1b\x46\ \x65\xc6\xa4\x8a\xaa\x70\x7a\x6a\x46\x8a\x37\xcd\xe7\x4d\x4a\x4d\ \x49\x4d\x4b\x4f\x0f\xc6\x22\xa9\xa9\xa9\x2e\x97\x8b\x32\x09\x98\ \xac\xc8\x8a\x40\xe0\x02\x51\x00\xa5\x12\x53\xfe\xb8\xca\x24\xa4\ \xa4\x41\xe5\x13\xd2\xf9\x37\xaf\x32\x13\x05\x9b\xa8\x3b\x39\x82\ \xea\x71\x58\x1c\x8b\xf7\x95\xd5\xd4\x04\x97\xad\x58\xfe\xfd\x8f\ \xcb\xba\xf7\xec\xb5\xa7\x64\xdd\xe7\x73\x66\x1a\x82\x02\x53\xfc\ \x81\xf4\x58\x54\xf3\x78\xfd\x6d\xdb\xb5\x4b\x49\xcd\x48\x4f\x6b\ \xe2\x70\xb9\x11\x21\x12\x8e\xbb\x7d\x3e\x46\x24\xd3\x34\xb8\x30\ \x4d\xa4\x51\xdd\x92\x81\x71\x41\x05\x05\x81\x92\x29\x0c\x21\x88\ \xc5\xd1\x14\x82\x73\x81\x88\x92\x00\xb7\xd3\x21\x2b\x52\x24\xa2\ \x99\xc2\xf8\x33\x72\x6b\x59\x56\x83\x35\x03\x00\x8c\x31\x59\x96\ \x1b\x16\x19\x6d\xb0\xdf\x1b\x6e\xa1\xbf\x9b\x5b\x06\x39\x26\x5f\ \x3c\xe2\x9f\xbb\x43\x75\x62\xce\x51\xf6\x49\x04\xff\xbf\x9e\x2e\ \x5b\x31\x8f\x22\xb7\x4c\x75\x75\xb5\xc7\xe3\xf1\xfb\xfd\x92\x24\ \x1d\x03\xd7\x2e\x61\x6a\xd5\x3f\x9c\x60\x09\x64\x8a\x64\x70\x7e\ \xc6\xd9\x67\xfd\xf0\xd3\xf2\x37\xde\x7e\x47\x76\xba\xd3\x9b\xb7\ \x50\x42\xd1\xff\x7c\xf2\xd9\xee\x82\x42\x43\xb3\x14\x55\x25\x0a\ \xb3\x0c\x68\xd9\xa2\x43\x7e\x7e\x8b\x8c\x26\x99\x1e\x9f\x9f\x30\ \x26\x38\x97\x22\xa1\xf4\xb4\x74\x4a\x29\x00\xa5\x92\x62\x9a\x9c\ \x01\x91\x09\x11\x04\x85\x00\x20\xf4\xcf\xe4\x33\xa1\xe9\x50\x1f\ \x48\xf5\x6f\xde\xba\x4d\xb8\x65\x24\x49\x22\x84\x20\x81\x98\xa6\ \x97\x96\x56\x56\x54\x56\x2f\x5e\xfa\x7d\x79\x79\x75\x75\x30\x6c\ \x20\x9b\x3a\xed\xc3\x68\x34\xae\xb8\x92\x19\x52\x26\x3b\x98\xc4\ \x3a\x77\xe9\xd4\xbe\x7d\x7b\x97\xdb\xed\xf3\x07\x08\xa1\xc1\x60\ \x88\x10\x92\x9a\x9a\x1a\xd6\x0c\x64\xc4\x12\xc0\x81\x71\xca\x40\ \x52\x4c\x42\x35\xcb\x30\xb9\x65\x71\x6e\x19\x26\x15\x60\x01\x88\ \x84\x1b\x1e\x2d\x14\x16\x0a\x50\x54\x49\x37\x62\xba\x1e\xfb\x33\ \xb3\x90\x16\x2c\x58\x90\x9e\x9e\x9e\x91\x91\x91\x9a\x9a\xaa\x28\ \x4a\x83\x2d\x9f\x78\x93\x50\x79\xcb\xb2\x12\xa7\xfc\xbf\x2d\xf3\ \x43\x04\x0e\xe3\x16\xa7\x92\xd4\xac\x53\xef\xa6\xbf\x3c\xaa\x84\ \xfd\x7f\x89\xbb\xcd\xd1\x25\x85\x2e\x97\xcb\x34\xcd\x06\x57\xfb\ \xdf\xdc\x3f\x70\x24\x66\x7b\xc2\xd1\xc1\x39\xb7\x2c\x33\xaa\x45\ \x55\xa7\x73\xef\xee\xbd\x6f\xbd\x3b\x2d\xbf\x75\xdb\x8e\x5d\xba\ \x7c\x35\xff\xdb\x6d\x8b\xbf\xaf\x09\x47\xa2\x9a\x96\xea\x4a\x4e\ \x56\x1d\x5c\x08\xa6\xc8\x6d\x3b\x76\x6c\xd5\xae\x8d\xa4\x3a\x38\ \x25\x71\xd3\x94\x14\x85\x31\xa2\x99\x9a\xd3\xe3\x16\x02\x39\x17\ \x34\xb1\x6e\x25\x21\x1c\x85\x10\xc8\x91\xe3\x9f\x78\xa4\x4c\xd3\ \x30\x74\x43\x92\x24\x20\x90\x28\xff\x06\xa1\xf9\x7b\x16\xad\x10\ \x98\xa8\x32\x75\xc3\x08\x47\x22\x65\xc1\xaa\x1d\x3b\x0a\x66\xce\ \x9c\xd5\x34\x2f\x7f\xe3\xd6\x2d\xa5\xe5\x35\xc1\x50\x44\xd3\x4d\ \xa7\xcb\xc3\x64\x67\xc0\x97\x94\x97\xd7\x3c\x25\x25\xc5\xef\xf7\ \x27\x27\xa7\xa2\x40\x09\x24\xa6\xc8\x2e\x97\x2b\x1e\x8f\x07\x83\ \xb5\xcc\xe5\x13\x84\x0a\xa0\x02\x00\x89\x14\xd3\x0d\x4b\xc7\x48\ \x4c\x33\x2d\x13\x01\xc0\xe2\x0c\x99\x20\x04\x80\x20\x41\x06\xe0\ \x50\xe4\x92\xd2\xd2\xe6\x4d\x53\x63\xb1\x48\x69\x69\x11\xf9\xa3\ \xd5\x2a\x21\xe4\xfe\xfb\xef\x4f\x4b\x4b\xf3\x78\x3c\x81\x40\x20\ \x39\x39\xb9\x6b\xd7\x6e\x2d\x5b\xb6\xc8\xcf\xcf\x77\x3a\x9d\x89\ \x19\x6d\x94\x51\x59\x96\x1b\x1a\x2b\x7f\x1f\xb7\x0c\x91\x69\xe9\ \xb8\xdb\x9e\xbb\xfe\x85\x47\xe6\x3f\xf3\xc8\xcf\x91\xba\xb6\x86\ \xc9\xdd\x23\x1f\x1f\xdb\xd5\x47\xed\x89\x99\x36\xfb\xab\xa1\x48\ \x49\x49\x31\x0d\x81\x02\x05\x00\xa5\x44\x00\x43\x04\x42\x81\x10\ \x10\x08\x42\x00\xa5\x90\x50\x7d\x46\x09\x01\x21\x38\xa7\x89\xaf\ \x01\x11\x01\x11\x1a\xfc\x39\x88\xc0\xb9\xa0\x14\x28\xa3\x20\x38\ \x08\x4e\x18\x13\xf8\x27\xcc\x5b\x20\x48\x08\x41\xa0\x88\x04\x11\ \x00\x81\x10\x48\x4c\x1f\xa7\x14\x09\xa0\x20\x84\x82\xae\x9b\x0e\ \x87\x64\x9a\x9a\x2c\xb3\x68\x2c\xee\x76\xf9\x42\xb1\xb0\xc4\x94\ \x50\xdc\x58\xf0\xc3\x8a\xf2\x8a\x4a\x01\x24\x39\xab\xf9\xaa\x0d\ \x3b\xa6\xcf\x9e\x4b\xa8\x6a\x58\x42\x52\x5c\x69\xc9\x29\x59\x29\ \x59\xf9\x99\xf9\xa9\x69\xa9\x5e\xbf\xc7\xed\xf7\xe8\xc2\xe2\x20\ \x88\x22\x7b\xdc\x6e\x41\x89\x61\x18\x71\x2d\x2e\x84\x20\x84\x51\ \x49\x32\x05\xe7\x14\x38\xb7\x0c\xd3\xe4\x82\x23\x80\xc5\xff\xb8\ \x23\x65\xf2\xeb\x93\xd7\xfe\xbc\x2e\x25\x3d\x25\xbb\x59\x56\x56\ \x4e\x76\x20\xe0\x6b\x91\x9f\x9f\x99\xd1\x24\x3d\x3d\xab\x7e\x17\ \x0e\x40\x41\x58\x48\x18\x22\x0a\x44\x42\x18\xa5\x44\x08\x40\x01\ \x8c\x82\xae\xeb\x32\x63\x54\x62\x42\x08\x20\x94\x90\xc4\x5c\x5b\ \x10\x00\x14\x10\x7e\x35\x94\x14\xc1\xba\xb1\x8c\x48\x40\x10\x10\ \x14\x10\x81\x12\x10\x02\x65\x4a\x0d\xc3\x50\x14\xc5\x32\x0c\x4a\ \x51\xa0\x48\x34\xe9\x28\xa5\x3a\x17\x0a\xa5\xdb\xf7\x14\x7e\xb3\ \x70\x71\x38\x16\xdf\xb4\x65\x8b\xdb\x9d\x3c\xeb\xf3\x79\x86\xc1\ \xa9\xa4\x34\xcb\x6d\x91\xde\x24\x53\x75\xb8\x14\xc5\xe1\xf5\xf8\ \xd2\x52\xd2\x64\x45\x71\xa8\x2a\xa5\x94\x31\x46\x18\x8d\xc5\xa2\ \x96\x61\x30\x42\x9c\x4e\x45\x27\xba\x46\xdc\x86\xec\x8d\x86\x22\ \xb1\xb8\x61\xc4\x22\x71\x22\x87\x74\xe1\x52\x5c\x6e\xe0\xa6\x88\ \x83\x13\xf5\x58\x8c\x00\x31\xa2\x91\x58\xa8\x26\x52\x55\xea\x91\ \xb0\x47\xa7\xe6\xb5\xc1\x4a\xf6\xe7\xdc\x87\x98\x94\x5b\x4d\xe4\ \xe2\xaa\x18\x2f\x2f\x92\xa4\x92\xf9\x2b\x36\x10\xd3\x48\xf5\xfa\ \x5c\x94\xb5\x6d\xd1\x2a\xa7\x45\xb3\xa4\x8c\xe4\xcc\x26\x4d\x72\ \x9b\x35\x6b\x9a\xdd\x44\x71\xb9\xd0\x34\x11\x80\x4a\x32\x10\x10\ \x1c\x05\x02\x25\x24\xd1\x5f\x52\x77\x93\xe2\x2f\xc5\x8a\x00\xbf\ \x3e\xc1\x8a\x20\x69\x08\xb0\x50\x57\x71\x21\x9a\x96\x45\x25\x46\ \x80\x10\x02\x14\x88\x1e\xd3\x14\x97\x8a\x42\x1c\xb8\xcc\x9e\x29\ \x32\x1f\x9f\xfc\xb2\x65\xf2\x6b\x9e\x9a\x38\xa2\x21\x45\x00\xcb\ \xfa\xad\x29\xf7\xb6\xee\x1f\x7f\x38\x1c\xce\x17\x5f\x98\xd0\xb6\ \x6d\xdb\x16\x2d\x5a\xf8\x03\x01\x97\xcb\xa5\xba\x14\xa0\x94\x73\ \x00\x42\x80\x01\x65\x75\xf7\x0f\x01\x04\x14\x9a\xa6\x39\x1d\x0e\ \x21\x84\xe0\x40\x09\xa5\x8c\x99\x9c\x43\x7d\x67\x2c\x63\x84\x11\ \x46\x09\x18\x86\xa6\x48\x32\x30\x86\x96\x05\xec\xcf\x18\xa4\x24\ \x31\xc5\x14\x09\x10\x10\x00\x08\x82\x03\x10\x00\x86\x9c\x0b\x0e\ \x54\x66\x71\x8d\xbb\x9c\x72\x4d\x4d\x95\xcf\xef\x36\xd1\x72\xb9\ \x1c\x3b\xf6\xee\x08\x04\x52\x97\x2c\xfb\x7e\xfe\xb7\x4b\x4f\x3a\ \xb9\xdf\x9e\xca\x82\x75\xeb\xd6\x57\x54\x54\x39\x5d\x1e\x59\x4d\ \x62\x54\x52\x55\xd2\x24\x3b\xbb\x5d\xdb\x0e\x79\x4d\x9b\x2b\xb2\ \xea\x70\xa8\xa6\x69\xc4\x75\x8d\x52\xc6\x14\xd5\x40\xe0\x00\x86\ \x61\x69\x9a\x45\x99\x53\xa0\xac\x5b\x82\x53\xd0\x0d\x8c\x1b\x26\ \x17\x42\xa2\x02\x05\x0a\x6e\x6a\x12\x23\x7f\xf4\xb9\x29\x2d\xaf\ \x59\xbd\x7e\xbb\x21\x36\x72\x2a\x64\x55\x92\x24\x02\x04\x89\x61\ \xa5\xfa\xfc\xed\x5b\xb4\x6a\xdb\xba\x4d\xab\x76\xf9\x4d\x73\x9a\ \x35\xcd\x69\xe6\x0b\x24\x39\x1c\x2e\x89\x49\x96\x85\xa6\x89\x8c\ \x51\x46\x41\x08\xe1\x70\xa8\x89\x09\xb8\x02\x51\x62\x75\xeb\x2b\ \x88\x44\xc4\x05\x82\xf4\x37\xe3\x04\x26\xaa\x02\x00\x04\x40\x00\ \x4e\x04\x01\x22\x51\x4a\x00\x64\x26\x83\x69\xc9\xb2\x04\x20\x88\ \x00\x42\x20\x1c\x8d\x20\xa5\x9a\x09\x33\x3e\xfe\x74\xc7\xee\xc2\ \x8c\xf4\xec\x79\x0b\x7f\x8c\xc7\xb5\x56\x6d\xbc\x2e\x4f\x4a\x9a\ \xd7\xd7\xbd\x47\x4f\xaf\xd7\xaf\xba\x3d\x8c\xd2\xda\xda\x5a\x55\ \x56\x3d\x1e\x37\xe7\xbc\x26\x18\x4a\x4e\x4a\x12\x84\x1a\x3a\x17\ \x54\x21\x8a\x64\xe9\x86\x6e\x69\xb2\x47\x8a\x84\xad\x50\x9c\xc6\ \x42\x26\xd7\xcd\xea\x50\x15\xfa\x53\xa2\x20\x87\xab\x23\x99\x4c\ \x08\x88\x16\x16\x96\x10\x61\xb9\x24\x89\x6b\x71\xaf\x2a\x35\x6f\ \x99\xc3\xe3\xa1\xb4\x80\x3b\x98\xe2\xaf\xca\x4e\xff\x13\xfe\x43\ \x4c\x6a\x7d\x8a\xa2\x32\x13\x2d\x2e\x4c\x02\x5c\x44\xc3\x4e\x6e\ \xa8\xba\x56\xba\x6d\x5b\xac\x66\xcd\xa2\x1f\x96\xa2\x0c\x39\x39\ \xcd\x9a\xe7\x34\xed\xda\xf9\x84\x3e\x7d\x7a\x37\xcd\xcb\xa5\x94\ \xe9\xb1\x18\x65\x54\x20\x95\x98\x02\x0c\x24\x49\xe2\x96\x00\x40\ \x42\x1b\x1b\xf6\x47\x12\x94\x85\x34\xfc\x47\x02\xc2\x42\x00\x90\ \x98\x94\xd8\x84\x26\x22\x03\x55\x55\x01\x08\xc7\x03\xc5\x1d\x08\ \x93\x56\x7c\x3e\xd9\xd3\xfb\xf2\x36\xfe\xdf\x31\xd1\x88\x50\x9a\ \x92\x92\x6c\x8f\x69\x39\xaa\xa1\x94\xd6\x54\x95\xff\xae\x9f\x28\ \x8a\xf2\xde\xfb\xd3\x5c\x2e\x17\xb7\x2c\x87\xd3\x99\x9d\x9d\x1d\ \x08\x04\x52\x53\x53\x73\x73\x73\x9b\x34\xcd\xca\xca\xca\x4e\x4f\ \x09\x64\xa4\xa6\x02\x95\x12\x56\xb3\xd3\xe9\x00\x2e\x28\x30\x10\ \x88\x84\x09\x40\x59\x66\x42\x08\x59\xa2\x96\x10\xa6\x29\x24\x46\ \x10\x88\x2c\xab\x16\xb7\x40\x08\x26\x2b\x7f\xc6\x68\xa0\x88\x54\ \x10\x20\xc0\x29\x9a\x14\x11\x90\x50\xca\x08\xa1\x00\x54\x30\xc6\ \x08\x17\xa8\x38\xa5\x60\x2c\x1e\x48\x4a\x89\x9a\x51\x87\xec\xfa\ \xe1\xe7\xe5\xc1\x50\x74\xf1\x92\x19\x08\x52\x28\xaa\x4f\x7a\x73\ \x8a\xc1\x39\x21\x52\x4a\x72\x1a\x47\x0c\xf8\x53\x32\x33\xb3\x73\ \xf3\xf2\x92\x92\x52\x02\xfe\x64\x46\x39\xa3\x96\x24\x51\x64\x54\ \x61\xaa\x45\x24\xcd\xb0\x80\x52\x2a\x08\xe3\x54\x12\x00\x52\x52\ \x94\x3b\xc2\xd1\x38\x07\x30\x2c\x0a\x44\xe5\x96\x19\xb7\x0c\xc1\ \x91\x10\xe2\x97\xff\x78\x83\xdd\x91\x9a\xed\x6f\xd9\x49\x00\x72\ \x40\xce\x4d\x2e\x4c\x3d\x16\xf2\xf8\x68\x69\x55\x59\xd1\x0f\xcb\ \xe6\x2c\x59\xe2\x72\x2b\xb2\x44\x5b\xe5\xb7\x6c\xd7\xa6\xcd\xc5\ \x17\x5d\xd4\xb5\x57\x2f\x46\xb8\xc4\xc0\xb4\x0c\x22\x49\x40\x08\ \x10\x88\x6b\x86\xc3\xa1\x00\x80\x25\xac\xba\x6e\x86\x3a\xd9\x38\ \x02\x91\xa3\x09\x85\x17\x14\x80\x08\x94\x29\xe5\xa6\x49\x29\x41\ \xc3\xa4\x8a\x13\x28\x03\x24\x20\x44\x55\x55\xd5\xc6\xed\xdb\x7e\ \x5c\xb5\x22\xae\x5b\x55\x35\xa1\xca\xca\x50\x51\x51\x49\x24\xbe\ \x82\xc8\x8e\xb4\xf4\x26\xe9\x99\xd9\xb5\x51\x23\x25\x39\x85\x4a\ \xaa\xc9\x11\x35\xc3\xe5\x72\x3b\x5d\x3e\x85\x52\x44\xe2\xf2\xfa\ \x77\xee\x2d\xf1\xa5\x66\x20\x55\xe2\x44\x18\x02\xa3\x86\x1e\x89\ \x5b\xba\x26\xbc\x66\x58\x76\x78\x00\x81\x73\xb3\xba\xbc\x9c\x29\ \x66\x2c\x54\x4e\x65\x8f\x19\x8e\xd4\xc4\x6a\x53\xdc\x8e\x13\xbc\ \x3e\x89\x49\x20\x78\xa7\x3e\xbd\x5d\x2a\x6b\x91\xdf\xd4\xe3\x91\ \x51\x68\xf3\xbf\x9e\x69\x68\xb5\x7f\x3c\xfc\x00\x02\x4d\xcd\xa7\ \x12\x61\x9c\x83\x30\x29\xd7\x51\x89\xf8\x55\x94\xb4\xda\xd2\xf2\ \xa2\xa8\x11\xf5\xa6\xa7\x24\xa5\xa5\x46\x42\xa1\xef\x96\xaf\x2c\ \x2e\x2b\x5f\xb3\x71\xf3\xd0\x21\x83\x7b\xf7\x39\x45\x75\x39\x11\ \x80\x10\x56\x55\x51\xb5\x63\xc7\xce\x1e\x3d\x7a\x10\x4a\x28\xa5\ \xe2\x77\x4e\xd6\x27\xf5\x6d\xaa\xc4\x7f\x2a\x11\x21\x84\x65\x1a\ \x0a\x95\x00\x28\x21\x00\xa6\x00\x99\x01\x81\xaa\xda\xda\x83\x7d\ \xee\xa4\x6a\xdf\x4e\xb4\x04\xa5\xa4\x71\xf5\xf6\xeb\x75\x1d\x01\ \x70\x38\x1c\xb6\x3e\x1e\x03\x3e\xf4\xdf\xe9\x82\x84\x20\x17\x08\ \x44\x72\x38\x83\x16\x2f\xde\xb4\xc9\xeb\xf6\x50\x42\xe2\x71\x4d\ \xd7\x35\xb7\xdb\xed\x73\xb9\xd2\x03\xfe\x96\xcd\x9b\xe7\x64\x65\ \xb4\x6e\xd5\x2a\xa7\x59\xb3\x8c\x8c\x4c\xd9\xeb\x93\x65\x19\x05\ \x1a\x06\x3a\x18\xb1\x4c\x9d\x31\xc6\x28\x65\x94\x22\x80\xae\xeb\ \x84\x4a\xb2\x2c\x51\x89\xe8\xba\xde\x30\x0e\xe1\x8f\x9d\x10\x49\ \xcc\x23\x26\x5c\x80\xe0\x80\x94\x10\x01\x60\x6a\x71\x17\x51\x24\ \xa6\x08\x84\xf2\xea\xea\xd4\xe4\x94\xa0\xae\x15\xec\x2d\x9e\xbf\ \x68\x61\x4a\x6a\x7a\x2c\x6a\xd4\x46\xcd\x3d\x7b\x0b\x74\x03\xdd\ \x6e\x5f\x5e\x5a\x7a\x56\x76\xb3\xa4\xe4\x54\x45\x56\xdc\x3e\x9f\ \xd3\xe1\xf6\x78\xbc\x9a\x6e\xfa\x7c\x01\xc3\xa8\x91\x64\x6e\x72\ \x33\x6e\x42\xd4\x04\x83\x23\x61\x0e\x09\x24\x04\x20\x16\x50\x81\ \x21\x8d\x8a\x10\x86\xc2\x16\x32\xc6\xb9\xe0\xdc\x44\x14\x12\x41\ \x89\x52\x89\x12\x81\x7f\xa2\x51\xe2\x4f\x27\x19\x2d\x04\x07\xe4\ \x48\x10\x55\x62\xb9\x84\xe6\xa2\x5a\x44\x33\xe3\xba\x96\x9b\x93\ \x65\x18\x9a\x53\x56\xb6\x15\xec\xdd\xb3\xb7\x78\xf7\xce\x3d\xe7\ \x0f\x19\x74\xe6\x80\xb3\x93\x53\x92\x01\x4d\x01\x56\x75\x75\x78\ \xce\x37\x0b\xbb\x76\xed\xda\xb6\x75\x1b\x22\x33\xc3\x30\xd5\x84\ \xb8\xd7\x5d\x7f\xfa\x7f\xec\xbd\x67\x98\x5d\x57\x79\xf7\xbd\xd6\ \xda\xbd\x9c\xde\x67\xce\xf4\xa6\x19\x8d\xba\xac\x62\xc9\x4d\x2e\ \xb8\x62\x0c\x0e\x36\x36\x0e\x84\xce\x13\x4a\x42\x49\xc8\x9b\x42\ \x78\x1c\x08\xa1\x86\x90\x50\x1e\x20\x14\x63\x6c\x43\x4c\xb1\x2d\ \x5b\x92\x65\x15\xcb\xea\x5d\x9a\xd1\x8c\xa6\xcf\x39\x67\x4e\xef\ \x67\xf7\xb2\xd6\xfb\x41\xc6\x76\x2e\x78\x52\x64\xf8\xf0\xbe\xd1\ \xfd\x69\xe6\x9a\x3d\x73\xed\x6b\xcd\xd9\xbf\x7d\xaf\xfb\xfe\xdf\ \xff\xf5\x9f\x2e\x2b\x00\xe0\xd7\xa6\x6a\x84\x22\x04\x9b\x26\x0d\ \x11\x70\x08\xb0\x5c\xbd\x90\x9a\xba\x38\xdd\x32\x4c\xc5\xb5\x68\ \xbf\x07\x48\xc2\xbe\xa3\x27\x6d\x4c\xce\x9e\x19\x0f\xf8\x82\x1e\ \xde\x4f\x31\x9c\x2f\x12\xf5\x87\xa3\x84\x62\x03\xe1\x08\xc7\x0b\ \xbe\x40\x50\x92\xbc\xa6\x65\x5b\xb6\x43\x00\x0d\x10\x65\x03\xe8\ \x11\x44\xc1\x17\x70\x29\xae\xd2\xd4\x2c\x8c\x0c\x17\x6a\x16\x30\ \x6c\x86\x60\x9e\x9c\xa1\x0b\xba\x00\x00\x20\x00\x49\x44\x41\x54\ \x34\x9b\xd0\xd1\x33\x4b\x35\x0e\x91\x58\xc8\xd3\xdd\x15\x3e\x72\ \xf6\xac\xa9\x2b\x2b\x7b\xbb\x13\x5c\x84\x33\xad\xae\x44\x67\x24\ \x16\x69\xb5\x1a\xe1\x48\x30\x9a\x08\x85\xa2\xbe\x85\xf4\x34\xc3\ \x01\x17\x6a\x0d\xa7\xf6\x7a\x9e\x91\xba\x2b\xc8\x0c\x8d\x38\x96\ \xa1\x21\x0d\x5d\x91\xb6\x89\x9a\xf7\x04\x04\x7f\x25\xa6\x94\x96\ \x36\xdf\x70\x7d\x2a\x93\xe7\x3d\x7e\xc9\x1f\x9c\x4d\x2d\xb6\x4c\ \x2b\xfd\xed\xef\xef\x7c\x7e\xef\xaa\xd1\xe5\x82\xc0\x57\x8a\x85\ \xf3\x17\x26\xcb\xe5\x72\x3c\x1e\xed\xea\xee\xb6\x6c\x8b\xa2\xe9\ \x57\x36\x40\x97\x9c\xd4\xfe\x83\x46\x0c\xbc\x54\x59\x04\x00\x43\ \xe0\x20\x00\x00\x46\x00\x61\xd7\x62\x11\x00\xd8\xc5\x9a\x82\x75\ \x33\x33\x9f\x82\x02\x67\x72\x14\xf4\xca\xbf\x45\x2d\x43\x01\xe5\ \xc9\x6f\xfd\xd3\x1e\x0e\xbd\xea\x93\x69\x0b\xf7\x7c\xe4\x83\x23\ \x32\xc2\x57\x6a\x2f\x57\xe2\x35\x81\x6d\xbb\xff\x9a\xdb\x21\xc6\ \x8e\x63\x43\x02\xfc\xb6\x73\xa9\x8e\x2e\xd8\x8e\x63\xdb\x10\x40\ \x82\x9d\x9c\xa9\xe5\x2f\xcc\x91\x33\xe3\x14\xde\x69\xea\x5a\xd0\ \xe7\xf5\x48\xde\x50\x38\xd2\x3b\x38\xb8\x7c\xf9\xe8\xc8\x50\x77\ \x7b\xb2\x8d\x42\xc8\xb5\x2d\x8a\x66\x30\xc6\x3c\xcf\xdb\x0e\x36\ \x6d\xcc\xb3\x14\xa2\x5f\x97\x24\x99\x40\x00\x20\x06\x00\x50\x18\ \x23\x48\x00\x20\xb6\x6b\x53\x14\x4d\x33\x2c\x4d\xf1\xf5\x66\x93\ \xe2\x59\x40\x51\xdb\x9f\xdf\x05\x19\x76\xec\xc2\x44\xbe\x5c\xdd\ \x73\xe8\x8c\xdf\x1f\xe2\x38\xd1\x17\x49\xb2\x2c\xbf\x65\xcb\xb5\ \x5e\xaf\xcf\x71\x1c\x8e\x13\x34\x43\xa7\x28\x9a\xa6\x59\x44\xb1\ \xb6\xa5\x53\x34\x83\x6d\xda\x85\x94\x49\x80\x8d\x90\x4b\x51\x36\ \xa4\x00\xa0\x31\x45\xb9\xb6\xa5\x1b\xa6\x69\x99\x95\x7a\xcb\x20\ \x6c\x4b\x55\x18\x8e\xc3\x98\x08\x3c\x4b\x23\x02\x5d\x62\x98\xaa\ \xa9\x2a\x82\xc3\x02\xe0\xbb\xbc\xc2\x8c\xcb\x08\x8e\x18\x04\x18\ \x51\x84\xa1\x20\xa4\x91\x4b\xd9\x8a\x48\x6b\x9d\xbd\xd6\xac\x59\ \x8b\x27\x13\x0c\xe7\x29\xe5\x4b\x71\x5f\xa4\xb0\x98\x9e\x98\x5a\ \x9c\xfc\xe2\xd7\xf6\xee\x7f\xa9\xbb\x37\x89\x91\xdb\x54\xea\xe9\ \x6c\x21\x5b\xa8\x54\xeb\xd5\x58\x22\xe6\x91\x64\x9a\x41\x00\x10\ \xf8\x5f\x3e\xb2\x81\x40\xe0\x42\x82\x08\x40\x84\x20\x42\x00\xc1\ \x08\x21\x00\x91\x3a\x3b\xab\x37\x1a\x3f\xfc\xd7\x1f\xd4\x14\xe3\ \xa6\x3b\xef\x5a\xbd\x6e\x75\x0d\xb8\x35\xd7\x36\x11\xac\x2b\x86\ \x3f\xde\x06\x4c\x28\x7b\xfc\xe1\x48\x0c\x49\x82\xc7\x2b\x97\x2b\ \x65\x9a\x62\x21\x42\x67\xcf\x9e\x4f\x24\x3a\x44\x41\x64\x58\x96\ \x61\x79\x17\x40\x44\xd1\xd5\xa6\xca\x8b\x72\xa3\xa9\xd4\x6a\x0d\ \xd3\x05\x14\x27\xda\x96\x53\x2e\x57\x1a\xe5\x62\x88\xd1\x3d\x71\ \x0f\xc3\x30\x14\xb0\x3d\x3c\x4b\xd4\xea\x0d\xeb\x47\xa3\xc9\xce\ \x68\xc0\xc3\x2a\x95\x52\x36\x3f\x3d\x7d\x7e\xc7\xae\x8b\xc5\x6a\ \xc9\x17\xf4\xfc\xeb\xf7\xbe\x95\xaf\x14\x0c\xb7\x99\xcd\x15\x97\ \xaf\x5b\xf6\xde\x6b\x1e\x32\x74\xe3\xb2\x73\x77\xd3\xa8\x20\x9b\ \x76\x30\xc2\x2e\x06\x8e\xed\x17\x20\x32\x4a\x50\xb6\x13\x89\x68\ \x46\x2f\x74\xf4\x74\x8c\xac\x5c\x5f\xaf\xd7\x2e\x4e\x4e\x3a\x90\ \x26\xb6\x39\x9b\xca\x2c\x2e\xa6\xc6\xce\x9f\x4f\x26\xe2\x1c\x4b\ \xf1\x3c\xcf\x31\xf4\x9e\x17\x76\xdf\xff\xc0\xdb\x04\x51\x74\x09\ \xfe\x35\xb1\x01\x86\xe0\xb7\x1f\x4c\xfa\xdb\xd6\x1f\x03\x4c\x00\ \x80\xc0\x85\x14\x01\x88\x01\xb5\xd6\xf8\xa1\xc3\x17\xcf\x8c\xe9\ \x86\xf5\xd0\xc7\x3f\x0a\x7c\x9e\x16\xb6\xe9\xdf\x96\xbe\x51\x5d\ \x43\x23\xdd\x1e\xe6\x95\x0f\x9d\x8b\xd9\x00\x0d\xaf\x68\x14\xaf\ \xc4\x6f\xd0\xdd\x25\xed\x2b\x38\x86\xa2\x1d\x07\x3b\x2e\x4f\x51\ \xb6\x69\x01\xc7\xbd\xd4\x2d\x75\x4c\xcb\x75\x1d\x42\x4c\x62\xaa\ \x32\x4d\x90\xd9\x4c\x4f\x5f\x48\xd5\xea\x7c\xa3\x39\x97\xcb\x8c\ \xcf\x4e\x9f\x3c\x73\xaa\x3d\x16\x79\xdb\xfd\x7f\x30\x38\xd0\x0f\ \x89\x0b\x90\x49\x01\xf4\xfd\xc7\xbe\x2f\x4a\xbe\x07\x1e\xb8\x5f\ \x31\x1d\x86\xa2\xa8\xff\x62\x99\xe0\xb7\xde\x1d\x20\x18\x11\x06\ \x13\xe8\x62\xe8\x12\x40\x20\xd2\x6d\x48\xe3\x96\xa1\xe5\x5a\xad\ \x03\x27\x4f\x4e\x4c\x5c\x30\x0d\xcb\x05\xf0\xc2\xc5\x39\xc0\x70\ \x96\x0b\x3b\x3b\x7b\xfd\x91\xb8\xdf\x17\x52\x55\x55\x96\x65\x96\ \x13\x2b\x95\x46\x57\x4f\x8f\x69\x5a\x92\xc4\xf2\x9c\x68\xda\x96\ \x69\xbb\x9a\x61\x02\x08\x5d\x20\x58\x2e\xa5\xd8\xb6\x62\x02\xd5\ \x72\x0d\xc7\x01\x08\x0b\x22\xe7\xb8\x96\x05\x5c\x1b\xb8\x2d\xad\ \x06\x18\x68\x1a\x3a\x00\x3c\x84\xa8\x5e\xad\x58\xba\xa2\xa9\x0d\ \x9a\xd8\xa2\xc0\x01\x5f\xe0\xb2\x17\xde\xb0\x74\x55\x6d\x21\xc4\ \x43\xe2\x42\x0c\x29\x6c\x31\xae\x06\x61\x23\xea\xf3\xe4\x79\xe8\ \x11\x98\xab\xae\xb9\xb9\x56\x6b\x9e\x3f\x75\x3a\xe0\x8b\x55\xf3\ \x85\xc2\x52\x6a\xc7\xbe\x03\xd1\x0b\xfe\x58\x22\x2c\x4a\xac\x20\ \x4a\x08\xc1\x5d\xbb\x9e\x7d\xf7\x3b\xff\x90\xa2\xa0\x6d\x5a\x14\ \xcb\xfe\xd7\x8b\x15\xe4\xe5\xfe\x37\x79\xd9\x14\x19\x13\xe0\x38\ \xc0\xb2\x96\xe6\x17\xbd\xa2\x50\xaf\x94\x39\x31\x08\x5c\xa0\x6b\ \xa6\x49\x03\x03\x63\xc3\x01\x36\x86\x0c\xcd\x33\x08\xf9\xbd\x01\ \x1a\x12\x49\xe0\x3c\x3c\x5b\xce\xe7\x7c\x3e\xbf\x0b\x21\xcf\x72\ \x34\x02\x92\xc0\x71\xbc\xe8\x62\xa2\xdb\x36\x82\xa8\x56\x2c\x38\ \xae\x63\x18\x86\xe3\x38\xba\x61\xe6\xf3\x39\x4d\x33\x83\xc1\xe0\ \x50\x22\x24\x31\x7e\x85\x66\x18\xd6\x75\xf5\x96\xec\x41\x6d\x01\ \x89\x13\x50\x6a\xfc\xf8\x33\xc7\x8f\xcc\x9d\x3d\x94\x2f\x57\xbd\ \x91\xb6\x56\x4b\xa1\x69\x2a\x1c\x09\x2e\xa6\xa6\xc7\xce\x9f\x36\ \xcc\xa6\x24\x73\x1b\x86\x07\x9c\x5a\x19\x85\xfb\x5c\x7c\x59\x4e\ \xfa\x10\xa8\x85\xd3\x48\x90\x11\x14\x58\x24\xb0\x10\xe1\x86\x25\ \x53\xa6\x55\xa9\x24\xe2\xd2\x92\x69\xa8\xd5\x6a\x6f\xe7\x90\xc0\ \xf3\x6d\x89\x8e\x62\xb9\x74\x60\xff\x8b\x1d\xc9\x2e\xaf\xc0\x9e\ \x38\xf2\x62\x36\x97\x1e\x1e\xe8\x67\x68\x0a\x10\x67\x7c\xec\x2c\ \x26\x6f\x35\x74\x95\xe5\x78\x00\x21\x01\xff\xb5\xb5\x7f\xd5\x6c\ \x0d\x43\x00\x08\xc0\x00\x00\xcb\x32\x19\x88\x01\xc6\xb6\xae\x6b\ \x4a\xcb\x76\x08\xb0\x6c\xc7\xb2\x08\x8d\xe8\xdf\xdc\x69\xbb\x84\ \xbb\x6a\xdb\x2d\x1b\xa3\xc2\x6b\x3b\xa8\xd8\xbd\xa2\x94\xb9\x12\ \xbf\x51\xd4\x86\x24\xef\xc8\x02\x84\x08\x42\x8a\xa3\x68\x84\x68\ \x9e\x86\x84\x5c\x72\xa4\x25\x2e\xc6\x14\x68\x2a\xf5\xa8\x8f\xb7\ \x1b\xc5\x98\xd4\xd1\x30\xb5\xdc\xec\xe4\xc6\x8d\x6b\x1b\x95\x0a\ \xc7\xd0\x0b\x0b\x8b\x99\xf4\x62\x3a\x93\x69\x8b\x47\xba\x3b\xda\ \x33\xa9\x45\x96\x65\x4d\xdb\x31\x2c\x7b\xcb\xd6\xad\xc9\xce\x24\ \x26\x00\xfc\xb7\x2b\x45\x2f\x0b\x19\x09\x21\x90\xa6\x6d\x42\x88\ \x63\x73\x90\xc5\x0b\xe9\xf1\xa3\xa7\x1a\xb5\xfa\xe8\xf5\xd7\x30\ \xf1\x70\x47\x77\xef\xe6\xb0\xff\xe9\x5d\x3b\x5c\xdd\xae\x36\x55\ \x8c\x84\x60\x38\x16\xf7\x47\xbc\x81\x88\x18\x08\x32\xa2\xc4\x42\ \x9a\xe2\x78\xc8\x08\xb1\x44\x50\xd5\x6d\xd7\x25\x2e\xc6\x2e\xb0\ \x58\x8e\x63\x20\xa4\x79\xb1\xda\x68\x69\x36\x65\x62\xda\x70\x80\ \xe1\x62\xc3\x76\x35\xcb\xac\xb5\x9a\x9d\x9d\xc9\xa5\x52\x1e\x41\ \x5c\x2d\x15\x04\xca\x90\x29\x95\x66\xac\x7a\x35\xef\xf1\xfa\x04\ \x84\xe3\x31\x91\x63\x44\x6c\xe9\xa1\xa0\x7f\xb8\x2b\x7e\xf9\x9d\ \x3d\x5d\x71\x5a\x05\x08\x19\x80\x19\x06\xd0\x0c\x24\x14\xd4\x2d\ \xbd\xe0\x0d\x86\xba\x22\x81\x99\xf1\x73\xf7\xdd\xf7\xc1\x9a\xa0\ \x77\xb7\xf5\xe4\xb3\xd9\x0b\x13\x63\x8c\x47\xf6\xfb\xa5\xdc\xd2\ \x7c\xa5\xa1\xb7\x75\x24\x0d\x4d\xe9\x4c\xc4\xf3\xf9\xc2\x17\xfe\ \xe1\xf3\x0f\x7f\xe6\xef\x2d\xac\x21\xc0\xb9\x18\x83\x97\xed\xe9\ \x11\xa0\xc8\x6b\x3c\x18\x10\xf8\xb5\x94\xfb\xd7\x0a\x3f\x7c\x69\ \x0a\xd3\x36\x0d\x8a\x00\x6c\x98\x94\x4b\x1c\x45\x2d\x94\x4a\x4f\ \xbd\x74\x70\xa9\x50\x94\x82\x68\xfb\xae\xdd\xce\x81\xfd\x45\x4b\ \xaf\x5a\x4e\x31\x57\x36\x2d\x47\xe4\xc4\x80\x28\xfb\x3d\x12\x76\ \x9d\xa9\xb3\xc7\x9b\x0d\x45\x33\x74\x48\x31\x14\x62\x93\x5d\xbd\ \xad\x4a\xb1\xa7\x77\xc0\xc1\x98\x17\xc4\xaa\xaa\x2b\x86\x69\x68\ \x1a\x42\x24\xe8\x91\x83\x22\x07\x59\x18\xa5\x3c\x86\x8e\x68\x64\ \x18\xcd\xd4\x64\xba\xea\x1b\x58\x07\x18\x09\x41\xd7\xeb\xe1\x7e\ \xf9\xf8\x0f\x67\xa7\x26\x1d\x4c\x68\xca\xc6\x4a\xc1\x27\xca\x9a\ \x52\xe9\xef\xe8\x7c\xe8\xed\x6f\x5f\xbf\x6a\xb5\x92\x49\xd7\x66\ \x66\x3c\x12\x43\xa9\x54\xb9\x90\x53\x5a\xd5\xa1\xfb\xae\x06\x97\ \x07\x77\x00\x7b\xc5\x0a\xcb\x1a\xad\xa6\xed\x1a\xc0\xb6\xa0\x97\ \xe7\x34\xbd\x01\xf4\xda\x6c\xd6\x11\x5d\x6c\x96\x4b\x87\x9f\xdf\ \xb5\xf6\xaa\x0d\xbc\xec\xe7\xe2\xed\x77\xde\x7e\x67\xa3\x5e\x91\ \x39\xaa\x5a\x48\xf9\x25\xae\xa3\x3d\x5e\xa9\xd4\x57\x8f\x2e\x6f\ \xb4\x94\xf4\xdc\xdc\xb2\xd1\xe5\x84\x00\xdb\xb6\x09\x40\x34\x43\ \x5f\xea\x89\xbe\x22\xc6\x7d\xed\x60\xe0\xab\xc3\xae\x08\x10\xd7\ \x46\x88\x76\x1d\x13\x13\xe2\x02\x2c\x0b\x5e\xb3\x56\x7d\xe9\xf9\ \xdd\x87\x76\xef\xa3\x01\x04\x08\x7d\xe7\xbb\xdf\xd5\x79\xae\x68\ \x9b\xf4\x6f\xe6\x62\x89\xfe\xd5\x32\x0d\x1c\xc7\xbd\xd2\x1e\xbd\ \x12\xff\x69\x38\x16\xb6\xf1\xa5\x0f\xa5\x4d\x01\x44\x51\x14\x7c\ \x59\x46\x01\x11\x01\x36\x81\xb4\xc7\x6f\x60\x9b\x61\xc5\xba\x5e\ \xeb\x5f\x36\xd2\x28\xe6\x6e\xbc\xe5\xd6\x46\xb9\x70\x61\xfc\x02\ \x81\xc8\x36\xdc\x8b\x93\x93\xa5\x4a\x75\x6e\x76\x76\xdd\xea\x95\ \x1c\xcb\x54\x2a\x65\xe0\xd8\xc7\x8e\x1e\x4e\xb4\xdf\x4b\x08\xf8\ \x6f\x09\xd7\x2e\x29\x8b\x5f\x16\xcf\x41\xe8\x02\x00\x21\x65\x1a\ \x0a\xd3\x54\x2e\x9e\x19\xcb\x5c\x9c\x05\x00\x79\x02\x31\x4a\x92\ \x1a\x90\x6a\x68\x26\xcd\x49\x14\xb1\x79\x9b\x82\x9c\xd7\x1b\x4c\ \x04\x23\x49\x4e\x90\x01\xcd\xda\x00\x31\xbc\x00\x69\xfa\xdc\xd8\ \x64\x47\xb2\x4b\x96\x65\x8a\xa5\x45\xc9\xa3\x6b\xba\x0d\x5d\x41\ \xe4\x79\xc9\xe3\x02\x54\x6f\xe9\xba\x83\x5d\xd7\x71\x1c\x5d\xd5\ \x14\xc5\x68\xc5\xe2\x11\x8f\x44\xf1\x22\x5f\xaa\xd5\x0c\x42\x6e\ \xdd\xbc\x62\x7e\x62\xcc\xa4\xdd\x81\xa1\x98\x24\xc9\x82\xc0\x73\ \x2c\x33\xd8\xdb\xc9\x50\xa0\x52\x29\x86\x44\x81\x80\xcb\x3c\x89\ \x09\xb7\x4a\x4e\x71\x16\xbb\x90\x60\xa8\xbb\x00\x60\x87\x87\x8e\ \x40\xe9\x27\x33\x67\x02\x32\xb5\x2c\xd9\xf1\xe2\x2f\x7e\xd1\xde\ \x39\xe8\x89\x84\x06\x07\xfa\x3c\x7e\x79\x61\x29\x1d\x0e\x7a\xba\ \x4b\x1d\x47\x0f\xec\x83\x2e\xec\x4e\x74\x94\x0a\x4b\x1b\x56\xae\ \x5c\x39\x3c\x9c\x4b\xcf\x46\x13\xed\x10\x40\x9a\xa2\x00\x01\x84\ \x00\x40\x01\xf8\x9a\x21\xfb\x4b\x03\x53\x97\x58\x7f\x69\x02\x93\ \xa6\x90\x65\xe9\xc4\xc5\x3c\x2f\xd6\x32\xd9\x56\xad\x6e\x6b\xc6\ \x8b\x7b\xf7\xed\xde\xfd\xbc\x6d\xdb\x89\x44\x9b\x45\xe8\xf1\xf9\ \x59\x87\xa1\xab\x86\xe1\xb0\x8c\x84\x38\x53\xd7\x3c\xa2\x27\x16\ \x0c\x14\xb3\x99\x7a\x29\xdb\xac\xe6\x55\x4d\x95\x64\x0f\xa4\x18\ \xd3\x21\x13\x27\x73\x82\xc7\xe7\x18\xad\x58\x2c\xa1\xd4\x01\xa1\ \xf8\xb0\xcf\xeb\x89\x27\xb0\x65\x36\x2a\xa5\x62\xa1\x64\xe9\x2d\ \x68\x9b\xba\xda\xc8\x2f\x65\xa6\xe7\xd3\xd1\x9e\xf5\xdd\xeb\xae\ \x5b\x52\x0d\xdb\xd1\x89\x03\xd4\x5a\x29\x19\xf4\xb9\x10\x72\x2c\ \xc1\x1a\x6e\x34\x34\x9e\xd0\xbc\x61\xf1\x2d\x5d\x52\xf4\xc2\xe4\ \x4c\xc8\xc4\x5e\x88\x5b\x99\x7c\xb9\x94\x1f\xe8\xeb\xc4\xaf\xa3\ \x4d\xaf\xa7\xcf\x23\xd1\x2f\x10\x86\x61\x24\x0c\x29\xb3\xa2\x79\ \x78\xce\xe7\xf7\x04\x64\x36\x14\xf0\xac\xef\xeb\x7b\xe6\xd9\x5d\ \xcf\xcd\xcd\xc6\xbb\xfb\xfb\x97\xaf\x92\x7c\xbe\x70\x77\x8f\xda\ \x2a\x0f\x0c\xf4\x8f\x9f\x39\x16\xf6\x09\x1d\xb1\x44\x36\xbb\x74\ \xf5\xd6\x6b\x97\xf5\xf7\x3a\xba\x41\x0b\x22\xc7\xb0\xa6\x69\x01\ \x0c\x68\x0a\x62\x17\x00\x40\x5e\x11\x4a\xba\xae\xfb\xca\xf8\x37\ \xc6\xd8\x75\x31\x45\x6c\xc8\x30\x84\x60\x81\x62\x2c\xdb\x22\x18\ \x1e\x3f\x75\x74\xf7\xf6\xe7\x66\x26\x27\x03\xb2\x37\x1e\x8d\xab\ \xaa\x71\xf4\xfc\x78\x0b\x93\xba\xf5\x1b\x70\x27\xd8\x59\xb9\xed\ \x7e\x42\xdc\x2b\xe5\xf5\x2b\xf1\x5f\x48\xdd\x29\x90\x9b\x82\x2c\ \x0d\x29\x48\x21\x44\x53\x0c\x26\x04\x42\x02\x20\xa4\x20\x05\x21\ \x34\x09\x71\x20\xd5\xb2\x14\x3f\xeb\x5a\x46\x2d\xb1\xac\x47\x84\ \x04\x98\x66\x7f\xef\x40\x5b\xbc\xa3\xde\x54\xa6\x2f\xce\xf0\x82\ \xdc\xdb\xd9\x7e\xfc\xe0\xfe\x52\xa9\x14\x0d\x07\xfd\x1e\x89\x82\ \xe0\xd0\x81\xfd\xd7\x5e\xb3\xd5\x1f\x08\x01\xf4\xdf\x28\xbb\x5f\ \x22\x91\x6d\xdb\x97\xbe\xb0\x6c\x1b\xb1\xb4\x87\x91\x32\xc5\x8b\ \x0b\xc5\xe2\x64\x2e\xc3\x4b\x9e\xa3\xc7\x8f\xba\x41\x39\x67\x1a\ \xe3\xd9\xb4\xde\x32\xb1\xe9\x00\xc2\x87\x42\xed\x7e\x7f\x1c\x52\ \x02\xcd\x7b\x18\x96\xc1\xd8\x14\x25\x36\x12\x0c\x19\xea\x12\x27\ \x7a\x39\x59\xe2\x79\xde\x76\x5c\x13\x13\xcb\xb2\x55\xcb\xae\xd5\ \xaa\x14\x45\x35\x5b\x66\xb3\xa1\xd7\x2a\x05\x60\x2b\x02\x47\x73\ \x02\x8d\x9a\xce\x42\x25\x8b\x45\x9f\xeb\x40\x8a\x12\x3b\x7d\xfc\ \xe8\xd5\x2b\x7c\x81\x10\xc5\x72\x36\x76\xcf\x9c\x3e\x93\x9a\x5d\ \x3c\xbd\xe7\xa9\x4a\x31\x5f\xaf\x56\x3a\x93\x89\xbf\xf8\xf0\x47\ \xdd\xcb\xd2\x98\x05\x05\xd8\x25\x03\x07\x63\x00\x91\xeb\x60\xc7\ \xb5\x29\xd7\xa5\x1d\x17\xb2\x4c\xd4\xeb\xef\x08\xc5\xdb\x58\xe6\ \xf9\x27\x7e\x94\x1c\x59\xce\x44\x42\x3d\x2b\x96\x8f\x8e\x0e\x7a\ \x24\x71\xce\xd1\x82\x92\xc4\x9a\x8e\x55\x6b\xb6\x87\x22\xae\xe3\ \xd0\x18\xfb\x44\x79\xf1\xe2\x54\x67\x4f\x2f\x62\x78\x00\x11\x06\ \x80\xd8\x84\xa6\xd1\x2b\x0d\xf6\x57\x1c\x26\x5e\x19\xb8\x87\x00\ \x33\x34\x0d\x11\x74\x5b\x2a\x71\xf1\xf6\x67\x9f\x3b\x7c\xf0\x30\ \xa2\x58\xda\x17\x34\x0d\x63\x2c\x93\xb5\x30\xb1\x5c\xc0\x40\x91\ \xa2\x58\x8e\xe6\x82\xa1\x48\x57\x24\x81\x88\xcb\xb8\xd6\x42\x7a\ \xae\x51\xca\x09\x4e\xd3\x43\x51\xa0\x65\x35\x55\xcd\x1b\x8a\xd1\ \x34\x32\xb4\xda\xe4\x99\xa3\x6d\x37\xdf\xd2\xd1\x91\x74\x1d\x5c\ \xab\x17\xc6\xce\xcf\x67\x33\xa9\x66\xbd\x6a\x6a\x8a\xa6\xaa\x96\ \xae\x52\x08\x40\xe2\x9a\x36\x69\xd6\x2a\x8d\x7a\x89\x50\xfc\xb2\ \xe1\x01\xbb\x7a\x91\xc2\xae\xcc\xb2\xeb\xae\x5a\x0f\x29\x9c\x9e\ \x3d\xa5\x6a\xb6\x63\x31\xe5\x52\xa9\x94\x5b\x1a\x78\xf0\xc1\xe1\ \xee\xae\xb3\x27\x8f\x35\x4a\xc5\xfc\xfc\xac\xdf\xeb\xe3\x18\xee\ \xf5\x7c\xe4\xb5\x7c\x8d\x08\x16\x06\x90\xa6\x78\x4d\x33\x7c\x92\ \x27\x5b\x52\x1a\x1c\xff\xf6\x3f\xff\xf3\x6b\x37\x5f\x6d\x56\x8b\ \xb2\x69\x7c\xf7\xf1\x27\x5f\xba\x30\x71\xe8\xc0\xa1\xab\xb6\x6e\ \x5d\xbb\x71\x7d\x47\x7b\xcc\x6e\x75\x0a\x94\xd5\x1e\x0d\x9d\x3b\ \x7e\x26\x16\x8d\x9f\x3f\x7d\xf2\xc0\xfe\xfd\xef\x79\xff\x07\x43\ \x11\x04\x68\x8e\x38\x2e\x64\x20\x04\xaf\x56\x20\x5f\x6b\x4c\xf6\ \xaa\x95\x0d\x84\xc0\x75\x01\x24\xc4\xb4\x10\x27\x4c\x9e\x19\xdf\ \xbd\x67\x4f\x3a\x9d\xe1\x04\x51\x8e\xb6\x17\x6b\xb5\x8b\xe7\xc7\ \x58\x86\x71\x08\x65\xd8\x6e\x20\x1a\xf9\x2d\x4f\x0e\xc6\xee\x15\ \x6a\xfd\xff\x24\x88\x5b\x5c\x4a\xb7\x1c\xaa\xa3\xb3\x83\x7d\x35\ \x05\x76\x27\x4f\x9c\xe8\x59\xb7\x31\x7f\xe1\x44\x78\x70\xad\xc4\ \xbc\x8e\xa1\x0e\x44\x93\xb9\xa3\x40\xe0\x31\x82\x04\x22\x4c\xa1\ \x4b\x06\x22\xf8\x52\xa1\x9c\x00\x97\xe2\x39\xc9\x6f\xab\x75\x97\ \x76\x5d\xbd\x31\xaf\xe5\x63\x12\x7f\x6c\xff\x81\xeb\x6e\x7c\x03\ \x2b\xca\xc9\x64\xdc\xe3\x4f\x24\x3b\x7b\x38\xe4\x62\x53\xab\xe4\ \x52\x1d\xed\x09\xdb\x32\x93\xed\x6d\x0f\xbd\xef\xc3\x86\xd2\x64\ \xfe\x9b\xf7\xe6\xba\x2e\x45\x51\x2c\xcb\xea\xba\x8e\x31\xe6\x39\ \xbe\x96\x2d\xec\x3f\x7a\x6c\xe7\xb3\xcf\x02\xd7\xf5\xf9\x03\x2d\ \x1a\xfc\xe0\x99\x9f\xd7\x4d\xab\x61\x39\x0e\x4d\x61\xc7\xb5\x4d\ \x97\x95\x24\x49\x0c\xb0\x9c\xd7\x81\x2c\x42\x2c\x00\xd0\x72\x1c\ \xc6\x05\x82\x24\x3a\x10\x2a\x9a\xd6\x34\x34\x86\x63\x75\x55\x73\ \x09\xb6\x5c\x5b\x37\x8c\x4a\xb9\xcc\xb1\x2c\x04\x38\xe4\x11\x7b\ \x86\xa3\x1e\x3a\xa2\xb7\x2a\xcd\x46\xb3\x55\x49\x43\x28\x02\xc2\ \xf3\xb4\x57\x62\xbd\x12\x76\xf6\xfd\xf2\xb1\x4a\x43\x99\x9d\x5b\ \x28\x54\xaa\x0e\x76\x01\x01\xf5\x66\x8d\x41\x90\xa1\x20\x6d\x2a\ \x97\x3d\x07\x5f\xcf\xa5\xd3\x13\xa7\x08\x04\x90\xa1\x5d\xec\xda\ \xb6\xed\x95\x3d\x94\x0b\xa2\x5e\xff\x7b\xde\xf9\xfe\x4d\xa3\x2b\ \xa7\x76\xed\xac\xb7\x87\xf6\x1e\xdc\xdd\x94\xf8\x4c\x79\x31\xd2\ \x99\xdc\xb2\x71\x53\x47\x2c\x6c\x0e\xf5\x87\x79\xa9\x56\xce\x2d\ \x4e\x4d\xb7\xb5\xb7\x1f\xdc\xbb\xef\xa5\x7d\xfb\xff\xe1\x4b\x5f\ \xa5\x68\x06\xd0\xf4\x25\xb6\x20\x04\x1c\xc7\x79\x79\xf7\xe3\xba\ \x14\x45\x5d\x4a\xde\x2f\x59\x65\xd9\xb6\xe3\x5a\xba\xa3\xb5\x6c\ \xdd\x3e\x7b\xe6\xec\x23\x8f\x3c\x22\x4b\x7e\x0b\x00\x55\xd7\x15\ \xc3\x68\xe9\x7a\x30\x12\x61\x08\xa6\x21\x45\x21\x26\xe1\x0d\xba\ \xa6\x0d\x1d\xe0\xf7\x79\xd5\x56\x3d\x35\x37\x5b\x2e\x2e\xf1\xae\ \x19\xe6\xd0\xc0\x60\x5f\x20\x1c\x33\x08\x39\x74\xec\x84\x69\xd8\ \x10\x31\xc5\x6a\xf1\xfc\xe9\x23\xa7\x4f\x90\xcc\xfc\xb4\x63\x6a\ \x10\x22\x9a\x61\x6c\xdb\xb6\x1c\x42\x10\x74\x00\x74\x09\x02\x90\ \xe6\x64\x81\xa2\xb0\x6d\xa8\x26\xe3\xec\x78\xee\xa9\x5b\x47\xdb\ \x0d\x5d\x5f\xd3\xdf\xdf\x19\x6f\xcb\x96\xb3\x2c\xcb\xb1\xa2\x27\ \x5b\x52\xdf\xfe\xde\x77\x7d\xf8\x23\x1f\x35\x34\x6d\x21\x9d\x07\ \x7e\xc9\xb6\xf8\x79\xad\xd6\x1b\x4f\xa2\xb6\x10\x78\x1d\xa9\xab\ \x56\xa7\x19\x40\x03\x88\x5d\xc6\x86\x00\x2f\x15\x96\xda\x62\x71\ \x49\x94\x7a\x86\x86\xf8\x48\x94\x31\x9a\x6e\x71\xe9\xbd\x6f\xb9\ \x7b\xaa\xd4\xc8\x34\xad\xe7\xf7\xec\x9d\xba\x38\xb9\x66\xed\xc8\ \xd5\x1b\x57\xc9\x9c\x7b\xe4\xc5\x7d\x3e\xc9\xeb\x11\x84\xd4\xd2\ \x52\x3c\x9e\x18\x3b\x73\xe6\xba\x5b\x6f\x27\xd8\xe5\x45\x09\x10\ \x80\x6d\x8c\x68\x78\x69\x7a\xf6\xd2\x0e\xe9\x15\xfb\xa0\x4b\xc9\ \x8a\x69\x1a\x0c\x0d\xcc\xa6\x5a\xa9\xd6\x1e\xfd\xee\x0f\x0a\xb9\ \x52\x24\x12\x6f\xd4\x14\xca\xc0\xf3\xf9\x25\xd9\x1f\xf0\x74\x76\ \x61\xc7\xe1\x21\xe3\x03\x28\xec\xf5\xd1\xbf\x0f\xa2\xa4\x0e\xfd\ \xf4\xf3\xdf\x7a\x8a\x19\xbe\xfb\x73\x7f\xf1\x56\x67\xcf\x97\xdf\ \xf5\xed\x53\x02\x83\x68\x4f\xc7\x27\x3e\xf3\x57\xa3\x51\xf1\xd2\ \xe6\x66\xfb\xb7\x3e\xff\xf8\xfe\x19\xb9\x73\xcd\x9f\x7c\xfa\x13\ \xe0\xdf\xfe\xe6\xe1\x5d\xb3\x90\x0e\xdc\xf1\xbe\x8f\xdd\x7f\x75\ \xef\x15\x26\xff\xd6\x58\x3a\xf5\xe4\x5f\x7f\xf5\xe7\x89\x6b\xde\ \xf9\x77\xef\xbb\xf9\x12\x12\xf6\xfd\xe0\xb3\x93\x9b\x3e\xf1\x81\ \x65\xcd\xef\x7c\xea\xaf\xce\x05\x6f\xfe\xea\x9f\xdd\xeb\x9c\x7a\ \xf4\xe1\x8b\x5b\x3f\xfb\xb6\x97\xfd\x8a\x2b\x93\xbf\xf8\xfc\x93\ \x95\x37\x6f\x5b\x11\x6d\x7f\x2d\xdc\x5b\xbf\xfc\xce\xf7\xde\xb7\ \x7e\xe3\x8b\x8f\x7d\xe7\x86\x3f\xff\x97\xd7\x03\x77\x0c\x40\xaf\ \x64\x0a\x3c\x84\x08\x41\x04\x11\x4d\xd1\x34\x0b\x29\xe8\x62\x62\ \x63\x82\x09\x76\x5c\xd3\x32\x4b\x98\xe8\x12\x82\xbc\x08\x95\xf4\ \xfc\xe8\xc0\xb2\x2d\xeb\x37\xfe\xfc\xb1\x27\xe2\x3d\x7d\xde\x58\ \x62\x60\xf9\xe8\xc8\xe8\x0a\xac\xb7\xf4\x5a\x09\x98\x0a\x4b\x51\ \xd9\x5c\x76\x70\x68\xe8\xdb\x5f\xfd\xfc\x5b\xef\x7f\x80\x60\xc2\ \xcb\x7e\x02\x30\x80\x04\x03\x80\x5e\x56\x8d\xa1\x4b\xd3\x36\x04\ \xbe\x7a\xe6\x03\x24\x04\x40\x40\x51\xd0\x71\x2c\x04\x28\x41\x10\ \x66\x67\xe6\x4e\x1d\x3b\x7e\xee\xd0\x71\x82\x20\x25\x89\x4d\xdd\ \x28\xab\xf5\x96\x6e\xa8\x9a\x85\x68\x16\x01\x9a\xb1\x90\xec\xf3\ \x93\x20\xc5\x4b\x41\x9a\xa6\x80\x4b\x78\x96\xa5\x08\x32\x35\x9d\ \x66\x28\x51\x10\x44\x59\xaa\x35\x5a\x1c\x27\x36\xea\x15\x9e\x63\ \x25\x81\x93\x65\x09\x12\x2c\xf9\x84\x80\x9c\x40\x10\xe8\xcd\x12\ \x47\xea\x4a\x41\xa9\x34\xcb\x8d\x42\xb6\x5e\x6b\x5c\x4c\x15\x6f\ \x79\xf0\x43\x25\x17\x01\x8a\x55\x6b\xd5\x80\x10\x7b\xe6\x67\x3f\ \x8b\xb7\x27\xd5\x56\x2b\xe2\xf1\x28\xba\x6d\x5a\x66\x44\x16\x30\ \x76\x47\x86\x47\xee\x7e\xd3\x9b\x2e\x7b\x34\x84\x81\x2e\x07\x5c\ \x07\x02\x86\xa6\x6d\x8c\x81\xe3\x1a\x4a\x8d\x81\xf4\xba\x6d\x37\ \xae\x59\xbf\xc9\x1f\x8e\x25\xe3\xf1\x1b\x37\x5e\x15\x8a\xf8\xfa\ \xae\xde\xf8\xd1\x7f\xf8\x3c\x35\x1b\x3d\x72\xf8\xd0\x1d\xd7\x5e\ \xdf\xe6\x0b\x14\xa7\x27\x4b\x95\x52\x20\x14\x22\x2e\x71\x4c\x5b\ \xf6\x7a\x4e\x1e\x3d\xdc\x37\x34\x1c\x8a\xc6\x2d\x02\xea\x2d\xa5\ \xd1\x6c\x45\xc2\x7e\x59\x92\x08\x80\xb6\xed\xb2\x2c\x44\x08\xb8\ \xae\x0b\x21\x71\x1c\x9c\x4a\xa7\x96\x52\x0b\x53\xe7\x4e\x1f\x3f\ \x7a\xd2\x32\xac\x46\xbd\xe5\x60\x6a\x3e\x9d\x95\xfc\x81\x44\x77\ \x6f\x3b\xcf\x51\x34\xd3\x32\x8c\xa9\x8b\x17\x45\x86\x6d\x8b\xc5\ \x73\xe5\x4a\xc8\xe7\xef\xef\xee\x99\x98\x38\xb7\x30\x3b\xc1\xd0\ \xa0\xb7\x23\x7a\xff\xb6\xad\xc1\x40\xb0\xde\x52\x14\xd3\xba\x6e\ \xd3\x1f\x7f\xf3\x07\x3f\x5a\x28\x94\x29\x62\x2a\xf5\x32\x27\xc9\ \x6d\x21\xaf\x5a\xb7\x4c\xd3\x24\x84\x40\x04\x31\x05\x0d\x07\x43\ \x9a\x75\x08\xb2\x5c\xa2\x1a\xee\xfb\xff\xf4\xdd\x47\x67\x73\x37\ \xdf\xbd\xed\x8b\x2f\x3e\xb5\x37\x73\xd2\x55\xaa\x0c\x74\x7f\xfe\ \xd3\x9f\x84\xa2\x01\x9a\x52\x52\xd5\x5a\x49\xc3\x17\xd3\x33\xa7\ \xc6\x4f\x28\x8d\xa6\x61\xe9\x26\xb6\x52\x6a\x79\xe4\xfa\x4d\x5b\ \xb7\x6e\xb2\x0c\xe5\xf5\x4c\xe4\xf8\xe4\x36\x59\xe6\x15\xa5\xda\ \x54\x9a\xba\xa1\x48\xb2\xa0\xe8\x2a\x2d\x08\x16\x24\xd9\x62\xa1\ \xbd\xad\x6d\xcd\xcd\x37\x9f\x3b\x70\x54\xb6\x9d\x4d\xcb\x86\x1f\ \x7a\xe8\x5d\x7b\x4e\x9e\xdc\x7d\x60\x57\xa9\x92\x8f\x7a\xa9\x64\ \x22\xae\x54\xb4\xf9\xf9\x79\xaf\x2f\x80\x31\x9e\x9d\x99\xf2\x1d\ \x0d\x02\x44\xaf\xde\xb0\xc9\x75\x70\x3a\xbd\xe4\x09\x7a\x7d\x01\ \x0f\x4d\xd1\x96\x69\x11\x80\x05\x81\x27\x04\x5e\x3a\x76\x5d\xd5\ \x8d\x7a\xbd\x3e\x3f\x3b\xb9\x67\xf7\xee\x66\xa5\xa1\xd6\x14\x91\ \x93\xea\xf5\x46\xb9\x52\xe9\x5b\x9e\x58\xd7\xd5\xc9\xc8\x52\xad\ \xd9\xd4\x35\x63\xfc\xdc\xd8\xf5\x57\x6f\x4d\x4f\x4d\xfd\x1e\xe0\ \x4e\xac\xb3\x4b\xe2\x27\xbe\xfe\xed\x53\x9f\x79\xe0\x93\xff\xb6\ \xed\x1b\xf7\x7e\xfc\xc9\x6d\x00\x90\xb9\xbf\xfd\xe0\xd7\xa3\x1e\ \xe1\xd2\x25\xcf\xff\xf3\xc7\x9f\x75\xef\xfc\xc7\xef\x7e\xa2\x32\ \x76\x5c\xe0\xc0\xcc\xb1\xc3\xd7\x7d\xf2\xd9\xb7\xb7\xcf\x7d\xe2\ \xc3\x0f\xaf\x5f\xf7\xaf\xfd\x1c\xbc\x82\xf2\xdf\xcc\xd5\xbe\xf5\ \x9d\x17\xff\xe9\x91\x47\x9f\xfe\xcc\x87\x7e\x99\xbd\xee\x9e\x36\ \x56\x9f\x7d\xf2\xbb\xdf\xdb\xd9\x31\xfa\xb1\xd6\x8e\x1f\x1d\xd9\ \xfc\xa5\xf7\x66\xbe\xfc\x44\xf6\x4d\x95\x9f\x4d\xbd\xed\xb3\x0f\ \xbe\xfa\x3b\x0b\x47\xfa\x86\xef\x8a\xc5\xda\x51\x3d\x9d\xa6\x13\ \x1d\x01\xba\x9a\x59\x0c\x26\x7d\x88\xa2\x21\x00\xe8\x75\xfb\x08\ \x42\x88\xca\x85\x25\x08\xa1\x20\x08\x81\x40\x00\x40\xa8\x3b\x38\ \x97\xcf\x3a\x18\x43\x80\x4c\xcb\xf4\x72\x3e\xcb\xb4\x9b\x58\x61\ \xbd\x34\x6d\x1a\x0f\xde\x78\xc7\x87\xdf\xf1\xa1\xcc\x99\x0b\x5b\ \x03\x81\xa7\xf7\xfc\xc2\x08\x89\xe7\xc7\x97\x6f\xda\xb4\x75\xa4\ \xb7\x7b\xf9\x50\x5f\x88\x23\xae\xde\x34\x1b\x55\xa3\x94\x43\xba\ \xf9\xe8\xbf\x7c\xf5\x83\x1f\xfe\x24\xe0\xbc\x80\x01\x36\xb8\xe4\ \xcb\x8d\x19\xc2\x21\x42\x00\x76\x69\x0e\x62\xe0\x22\xc0\x00\x17\ \x40\x0a\xb9\xc4\x02\x8e\x4b\xb0\x0b\x30\xa9\xd4\x94\x17\x76\xed\ \x9d\x9d\x9d\x57\x35\xcd\x85\xb8\xd6\x6c\xb6\x34\xd3\x05\xc8\x01\ \xb4\x20\x84\x58\x19\x88\xa2\xe8\xf1\x7a\x3d\x92\xac\x62\x93\xf3\ \x48\x4b\xd9\x42\x48\x66\x19\xca\x14\x59\xae\x56\xad\x45\x62\x21\ \xd5\x34\xd5\x9a\xa9\x2b\xba\x4d\x51\xe9\xdc\xe2\xf2\x76\x7f\x84\ \x75\x78\xa4\x17\xb2\x93\x22\x00\xe5\x7a\x55\xb3\xcc\xec\xd2\xa2\ \xdd\xd4\x96\xe6\x4b\x99\xaa\xe2\xba\x86\x80\x4c\x00\xec\x26\x17\ \xde\xc8\x87\xf2\x2a\xcb\x32\x34\x05\x54\x0c\xa1\x2f\x12\x0b\x05\ \x7d\xed\x71\x8f\x6b\x6b\xb9\xbc\x02\x79\xc6\x70\x41\xdf\xe0\xaa\ \x87\x3f\xfb\x45\x86\x97\x8a\xc5\xfc\x65\xbe\x56\x89\x8b\x58\x44\ \x20\x5f\xb7\x91\x69\xd8\xc8\xb4\x12\x41\x11\x61\xe2\x8f\x78\xa7\ \x2b\x05\x12\x69\xf3\xdf\x7e\xcf\xd1\x2f\x7c\xad\x17\xf9\xe7\x1f\ \x7f\x6a\xe7\xb7\xbf\xc7\x6e\xb8\xee\xfa\x7b\x1f\xca\x1a\xbe\x99\ \xf1\x0b\x01\x4a\xef\x1e\x18\x54\x4c\x37\x5b\x2a\x8a\x32\xcb\x8a\ \xcc\x33\x4f\xff\xbc\xe7\x4c\x97\x66\x38\x0f\xbe\xeb\xdd\xf3\xe9\ \x54\xa9\xde\x8a\x08\x43\xa5\x72\xd1\xa6\xf9\xa9\xf9\x74\x67\x77\ \xa7\xcf\x23\x86\x03\x5e\x4c\x1c\x07\xbb\x4b\xe5\x72\xaa\x5a\x3b\ \x97\xc9\x2a\x00\xe6\xf2\xf9\xa0\x2f\xd4\xbb\x6c\x30\xdf\x52\x68\ \x5e\xa2\x10\x37\x76\x72\x62\xc5\xc8\x0a\x8a\xf3\x36\x5b\x4e\x2c\ \x19\x64\x80\xb3\x66\xcd\x68\xb1\xd2\x28\x68\x6a\xae\x59\x6f\xa9\ \xd5\x00\x67\x5d\xb3\xfe\x9a\xe7\xf7\xed\x8f\xc9\xfe\xa8\xdf\x3f\ \x3b\x33\xb3\x6c\x74\xf9\x27\xdf\xf3\xee\x87\xff\xf9\x1b\xd5\x6a\ \x3d\xbd\xb0\x74\xf3\x4d\x77\x88\x02\x3c\x75\xfc\xa0\x43\x54\x8f\ \x24\x2d\x1b\x19\x5e\xca\x2c\xd5\x14\x9d\x11\x64\x07\x31\x96\x83\ \x3f\xfe\xd7\x7f\xb7\x77\xaa\xf0\x8e\xf7\xbf\x8b\x51\xf2\x43\x54\ \xbd\x31\x7b\x3a\x21\xd1\xfd\xed\xdc\x47\xde\xfd\x31\x51\xa0\xab\ \xe5\xec\x54\xbe\x91\xaa\x68\x34\x36\xd7\x74\x04\x15\x3f\x9a\xbe\ \x58\x4d\x17\x4a\xdd\x7c\xc0\x2f\x09\x95\xe3\x13\x3f\xfb\xe1\xf7\ \x3e\xf6\xe3\x1d\x86\xaa\x5c\x66\xcd\xdd\x2d\x4a\xc4\xcf\x72\x2e\ \xc6\xc4\xe3\x95\x10\x44\x91\x50\xa0\x58\x29\xd7\x4a\x39\xbd\xd5\ \xac\x3b\x49\x7f\xac\x37\x95\xdf\x7d\xc7\xf2\xab\x8e\x1d\x1b\x1f\ \xab\xf2\xe7\xeb\x4a\xe2\xea\x37\x17\xe6\x4f\x32\xad\x5c\x04\x11\ \xd5\x71\x29\xc9\x4b\x28\xa4\x5b\x3a\x71\x9c\x43\xfb\x5f\x40\x8c\ \xc8\xd0\x6c\xf7\xe0\x48\x4b\x33\x18\xaf\x0c\x6d\x9b\xb6\xcc\x56\ \xa3\x6a\xe9\xba\xdf\xef\x17\x64\x89\x65\xa5\x86\x6d\x55\x35\x6d\ \x21\x5f\xb0\x5c\x12\x4b\x76\x34\x35\x8b\x01\x48\xf2\x07\x25\xc9\ \x83\xf2\x4b\x91\x68\xe8\xf8\xe9\xd3\xb1\x78\x22\x1c\x4b\xaa\x65\ \x53\x55\x6c\x8a\x11\x6c\x02\x7f\x0f\x70\x87\xdc\x5d\x7f\x70\x17\ \x00\x60\x51\xf6\xfa\x82\x2f\xd3\xfc\xf0\xe7\x3e\x4d\xde\xf2\x4f\ \x51\xe1\x12\xb5\x53\xcf\x1d\x87\x9f\xfb\xde\xed\x3e\x1a\x84\x36\ \x6e\x03\x00\xcc\x42\xc4\x8a\x8c\x10\xee\x8f\x85\x44\xea\x0a\xd8\ \x7f\x7b\xb0\x22\x50\x16\x9a\xc4\xa1\x3d\xdd\x32\x05\x9c\xe9\x4f\ \xfd\xed\xd8\x43\xef\xbe\x7b\x2f\x01\x9e\xab\x6f\xf4\x7d\xe4\x83\ \x5f\x93\xaf\xfa\xdc\x5d\x3b\x9e\x1c\x7d\xc3\x28\xfa\x77\x1d\x46\ \xc7\x71\x5c\x8c\x73\x4f\x7e\xee\x2b\x81\xbf\xfb\xc6\x7d\x91\xa7\ \x3f\xf7\xa9\x9b\xbe\xfa\x8d\xdf\xd5\x1a\x43\x08\xab\x95\x9a\xcf\ \xef\xd7\x34\xcd\xb6\x5c\x51\x14\x38\x8e\x73\x1d\xac\xab\x1a\x45\ \x43\xd7\xc5\x36\x30\xaa\x85\x8a\x2f\x26\xb5\x2a\x95\xa0\xcf\x73\ \xef\x43\xf7\xb3\xed\x91\x5e\x79\x43\xd3\x69\xc6\x7a\x22\xb4\xcc\ \xfc\xed\x8f\x7e\xb1\x30\x9f\x69\x8b\xf8\xd6\x0d\x0f\xb2\xc4\xf1\ \x08\x14\xc3\xb2\xf3\xa9\x54\x7b\x5b\x9b\xc7\x13\x3a\x76\xec\xe8\ \xc0\xe8\x46\x97\xc3\xa1\x44\x28\x9b\x4b\x8b\x82\x2f\xe8\x09\x31\ \x34\x63\xea\x58\x51\x34\x8a\x05\x02\xe3\x05\x14\x22\x10\xdb\x8e\ \x93\xcf\x2f\xd5\xea\xf5\x17\x76\xbf\x90\x4d\x17\x6c\x9b\x88\x82\ \x5c\xae\xd5\x72\xc5\xa5\xae\x9e\xee\x64\x22\x49\x73\x02\xcb\x4a\ \xa5\x6a\x7d\x61\x6e\x41\xf2\xc8\x82\x20\xe8\x86\xde\xd2\x1b\x1d\ \x3d\x6d\xc5\xa5\x25\x64\xa9\xb6\x6e\x14\xca\xf9\x7a\xbd\xa5\xd6\ \x7c\x86\x6b\x77\xf4\x74\xcb\x02\x2b\x8a\x8c\x69\x39\x13\xe7\x4f\ \x8f\x17\xe7\xd4\x62\xb6\x5e\xab\xaa\xba\x5e\x57\x14\x8e\xe7\x54\ \xa5\x81\x6d\xc4\xf0\x5e\x86\x62\x5c\xdb\xe2\x44\xce\xb0\x21\xcb\ \x0b\x6a\xbd\xea\xe5\xc2\x6d\x7e\x6e\x29\x5d\x55\x5a\x51\x51\x92\ \x37\x6f\xd9\x3c\xba\xac\x67\x6e\x66\xdc\x34\xd4\x73\xe3\x13\x86\ \x43\x9d\x3f\x77\xe6\x2b\x5f\xf9\xf2\x07\x3f\xf4\x91\xcb\x5e\x79\ \x8e\xe5\x78\x4e\xc0\x98\xa1\x2c\x20\xb2\x02\xc7\x22\x5b\x53\xc3\ \x3e\xdf\xa1\x03\x2f\xdd\x74\xe7\x7d\xf9\x7a\x75\xef\xe2\xa2\xc6\ \xd1\x40\xd7\xd7\xf6\x0e\x2e\x1e\x3e\xed\xe1\x62\xf7\xdd\xf6\x96\ \xa3\xc7\x4e\x26\xe3\xd1\xf9\xb9\xc5\xdc\x44\x55\xa4\x3c\x8c\xc0\ \x78\x38\xae\xae\x28\x1c\x85\x8e\x1f\x3f\x21\x08\x9e\x7d\xfb\x5f\ \x8c\xf5\xf4\xd0\x2c\x5b\xaf\x54\x00\x40\x7c\x48\xaa\xd5\x1a\x04\ \xa4\xfa\x7a\x3a\x22\x01\xcf\xfc\xdc\xdc\x53\xdb\xb7\x1f\x3c\x76\ \x4a\xb7\x2d\x5b\xd7\x1d\xcd\xf0\xf9\x02\x2c\xcb\x62\x4c\x44\x49\ \xee\xec\x1f\x98\x98\x9c\xed\xea\xea\x36\x75\xd3\x25\x70\xf3\x55\ \xeb\xda\x02\x1e\xda\xd5\x9f\xfc\xe9\x63\x9a\x03\xd7\x6d\xba\x7a\ \x61\x7e\x1e\x63\xb7\xa7\xb3\x23\x93\x5e\x10\x59\x3a\xe0\x93\x57\ \x2f\x1f\x56\xab\xe5\x68\xd0\x3f\xd4\xdf\xbb\x7c\x70\x30\x5b\x6d\ \xa5\xcb\xf5\xf1\xf1\xf3\x34\x05\x08\xa2\x29\x96\x59\x3e\x32\xea\ \x0f\xf8\x75\x4d\xbf\xe9\x96\x0d\x16\x06\xa7\xce\x5d\x68\xe9\xd6\ \xfe\xfd\x7b\x8b\x7c\xdb\xcc\xe4\xc4\xdc\xa1\xe7\xfc\xb4\xbb\x66\ \xe3\xba\x6d\x9b\xd6\x05\x03\x9e\xc9\x0b\x63\xa5\x52\x86\x86\x98\ \xf2\x45\x3b\xa2\xb1\xae\xb6\xa8\x56\x2b\xb6\xaa\x35\x99\x63\x72\ \xa9\xb4\x2c\x05\x9a\x79\x97\x18\x6a\x5b\x30\xf6\x1a\xbf\xfe\xff\ \x76\x34\x75\x9d\xd4\x09\x70\x5d\x0a\x62\x8a\xe5\xaa\xd5\x9a\x6d\ \x83\x78\xa2\xbd\x54\xa8\x6e\xdc\x3c\x5c\x64\x38\x24\x0b\x43\x6b\ \x57\x3d\xff\xdc\x0e\x9a\x0d\xf4\x76\x77\x74\x29\xd6\x91\xdc\xe2\ \xf2\xd5\x6b\xd5\x89\x97\xe2\xdd\x31\xa7\x66\x9c\x3a\x71\x6a\x64\ \xd9\x80\xeb\x58\x04\x12\xec\x58\x5e\x8f\xef\xd4\xd9\x13\x06\x04\ \x5e\x7f\x64\x29\x9d\x4a\xe0\x68\x7b\x2c\x9e\x2d\x55\xea\x95\xca\ \xa9\x43\x87\xdf\xf2\xf6\x77\x58\xba\x76\xf4\xf0\xd1\x1d\x7b\xf7\ \x56\x6b\x0d\x47\x57\x4d\x4d\x63\x18\x96\xa1\x99\x50\x8c\x17\x3d\ \xbe\x64\x57\x97\x6a\xd8\x5e\x6f\x08\x40\xa6\xd5\x68\x26\x22\xe1\ \x5b\xb6\x6d\xeb\x6c\x4f\x4c\x9d\x3d\x49\xff\x9e\x50\x54\x38\xfb\ \xab\x1f\xe3\xdb\xbe\xbb\x4d\x02\x00\x00\x75\xf1\x9b\x53\xa3\x5f\ \xff\xcb\x5f\xab\x7a\x71\x45\x41\xfe\x4b\xa3\xd7\x4b\xcf\x7e\x6b\ \x6a\xe4\x5d\x88\xc6\x8f\x7c\xf2\x81\xed\x8c\x29\xf7\x5d\x27\x5f\ \x69\xe4\xfe\xf6\x10\x37\x6c\xe8\xfc\xe7\x8f\x3f\xd8\x12\x57\xbc\ \x81\x43\x27\x7f\xfa\xec\x8a\xcf\x7c\x7a\xe8\xc4\x17\xf7\xd3\x0c\ \xf0\xae\xfe\xca\x0f\x7e\x0c\x80\xfb\xc8\x07\xde\x26\x8d\x6e\x7e\ \xc7\x3b\xbf\x7f\xd3\x7b\x3e\xf5\xd0\xd6\xbe\x4b\x45\xf1\x64\xef\ \xb2\x65\x03\xed\xa9\xfd\xd4\x25\xd9\x09\xa2\xe9\xdf\xe1\xdb\x13\ \x42\xe0\xba\x04\xbb\x84\x60\x62\xe8\x8a\xa2\xa8\xa2\x28\x50\x88\ \x0a\x06\x02\xbc\xc0\xb6\x14\xa5\x59\x55\x69\x5e\x00\xaa\xbb\xac\ \xbd\xbb\xad\x2b\x81\xfc\xde\x22\x51\xe4\x20\x47\x42\x1e\x2e\x9b\ \x69\x4d\x2d\xfc\xf8\x9b\xdf\x9d\xd7\xd4\x7f\x78\xf8\x33\x73\xe9\ \x8c\x97\xa3\x38\x84\x3d\xde\x80\x4f\x16\x55\xd3\x50\x15\xd5\x9a\ \x9f\x3d\x7d\x7e\x72\x70\x74\x60\xd3\x0d\x9b\x59\x82\x9b\xd5\x52\ \x58\xf6\x6b\x4d\xab\x54\x2e\x40\x8a\x44\xe2\x81\x96\xa1\xb2\x9c\ \x44\x5c\x37\x5f\x2b\x66\xcb\xc5\x42\xbe\xa0\x58\xb6\x8d\x40\xb9\ \xd5\xe8\x0e\x05\x86\x3b\x97\x97\x0f\xd6\xdb\x7a\x7b\x26\x27\x67\ \xfb\x87\x86\xeb\x8d\x56\xa5\x51\xd1\x5d\x3d\xda\x16\xd1\x55\x85\ \xe3\x98\xfe\x78\x72\xb8\xa7\xeb\xdc\xe1\x23\xd3\xe7\x72\x95\x4a\ \xb5\x5c\xaa\xca\x1e\xaf\xe8\xf7\x3b\x08\x98\x5a\x55\x37\x9a\xd1\ \x58\xcf\x74\x66\xea\xc2\xd1\x83\x3e\xac\x71\xb6\x46\x2c\x97\x47\ \x7c\x58\x64\x68\x9a\xe2\x68\x17\xf8\xc4\xaa\x61\x62\xbd\xe6\x11\ \x58\xc3\x36\x35\xc4\x26\x12\x49\x8f\xab\x2b\xa5\xd9\x6a\x71\xfa\ \xe4\xae\xed\xf7\x2c\x0f\x78\xfc\x3e\x17\xc0\x17\x0f\x1e\xcc\x2c\ \x4c\xb3\x1c\x65\x5a\x96\xa6\x3b\xf7\xdf\x77\xef\x3b\xdf\xf3\x01\ \x4e\xf4\xce\xcf\xa7\x2f\xcf\x35\x50\xd7\x4d\x5d\x35\x09\x43\x21\ \x87\x60\xdb\xc6\xd8\xa2\x11\x6a\xd5\x94\x48\x94\xcd\xcd\xa7\xda\ \x39\x8f\x2f\x18\xe4\x92\x71\xd9\xa8\x5d\x38\x77\x26\x1a\x0b\x1f\ \xdc\xfe\xec\x42\xd3\x36\x0c\x55\xf6\x26\x52\x4b\x19\xa0\xeb\xb4\ \x2b\x00\x84\x87\x57\x2c\xeb\x68\x8f\x16\x8b\xa5\xe1\x81\x21\x49\ \xf2\xce\xcd\xcd\x9f\x9d\x99\x67\x04\xfe\x64\x79\xa9\xb3\xa3\x6b\ \xf4\xaa\xad\x5e\x59\x46\x84\x18\xaa\xb6\x7f\xcf\x9e\x73\xe7\x4e\ \xcf\xcc\xce\x97\xb2\x4b\x8c\x20\xd2\x08\xb9\x86\x25\x7a\x02\x3c\ \xcb\xba\xb6\x33\x39\x79\x61\xc5\xfa\xf5\xbe\x80\xd7\xb5\x88\xdf\ \xef\x3f\x72\xea\xb8\x2c\xb0\x52\x4f\xbb\xab\x6b\x21\xaf\x27\x2e\ \x7a\x83\x12\x47\x11\x57\x16\x45\xc7\xa1\xee\xb8\xfd\x8e\xcc\xc4\ \x4c\x67\x34\xba\x72\x70\x28\x11\x09\x09\x01\x1f\xcf\xb0\x81\x80\ \x0f\x3b\x56\x3c\x1c\x6a\xd5\xea\x2c\x07\x3b\xbb\xda\xda\x12\x89\ \xf6\x44\x34\x97\xcd\x0d\x0d\x0e\x8d\x8c\x8c\xe4\x4a\x65\x59\x9a\ \x07\x88\x4a\xc6\xa2\xcd\xba\xf3\xe5\xcf\xfd\x6f\x8f\x5e\xf4\x68\ \xb9\x9b\xde\x7a\x67\xb3\xd9\xca\x65\x97\x4a\xe5\x82\xaa\x36\x04\ \x8e\x92\x43\x96\x3f\x82\x0b\x0b\x33\xa5\xf4\xe2\x8a\x95\xab\x53\ \xa9\x25\x6f\x28\xc2\x33\x72\x25\x9f\x9f\x9d\x9c\xae\xa4\x96\x10\ \xba\xfc\x87\x00\xd3\x3c\xc5\xca\xc4\x71\x44\x81\x8d\x47\xa2\x6b\ \xd7\x44\x75\xc3\x0c\x06\x43\xa1\x40\xa2\x5e\x57\x93\x43\x09\x07\ \xbb\xab\xde\x72\x67\x71\x7a\x6c\xf5\xfa\x6b\x16\x0c\x2d\x95\x9a\ \x16\x18\x46\x6f\xb6\x72\xb5\x7a\x05\x24\x7c\xf1\xc4\x0d\xb7\xdf\ \x86\x0d\xbd\x55\x2d\x5e\x18\x9b\xfb\xd0\x1f\xff\x31\xa4\x98\xd9\ \xc5\x8c\x28\x72\x95\x5a\x5e\x6f\x29\x17\x0b\x4b\xb5\x60\x70\xc7\ \xf6\xed\xc5\x6c\x8e\x61\xa8\x9e\x44\xb2\x58\x6b\x54\x55\x75\x55\ \xdf\xe0\x85\x8b\xd3\x0b\xd5\x26\x02\x1c\x4b\xb1\xed\xed\x49\x06\ \xd2\xcf\x3d\xb7\x83\x66\x85\x2d\x3d\x03\x61\x17\x0a\xb2\x27\x97\ \xc9\x8e\x9f\x7b\x69\x64\xf9\x48\xb3\x94\xe7\x80\xfb\xfb\x81\xfb\ \xfc\xbf\x7d\xe2\x2b\x53\x5f\xfa\xce\xff\x73\x69\x09\x2b\xa9\x8b\ \xfe\x9b\x6f\xf1\xbd\xda\x85\xeb\x6b\x73\xd2\x0a\x06\x22\x05\x6a\ \xc7\x9f\x39\xe5\x7d\x70\x9d\x8b\xde\xfa\x99\x1f\xbe\x6f\x15\x73\ \xf4\xfb\x7f\xfb\xf0\xe1\xe6\x3f\x5d\xef\xbb\xc2\xf2\xdf\xe8\xe3\ \xbc\xb4\x6b\x3a\xf6\xad\xef\x7c\xfa\xc2\x4f\xbf\xfc\xf7\x47\xaa\ \xbd\xfb\x7f\xbe\xf3\xa7\x7b\x7f\xa9\x2b\x06\x7b\xea\xd4\xa3\x8f\ \xad\xf5\x82\xc2\x8e\xaf\xed\x59\xf3\x57\x7d\xea\xa9\xef\x7d\xff\ \x8b\x0f\x7f\x73\x0f\x78\x19\xee\x2f\xb7\xdf\x29\x0e\x99\xaa\x0b\ \xc0\xaf\x47\x9d\x5f\x51\x2b\xbe\x3e\x3f\x52\x82\x89\xd7\xef\xa7\ \x18\x86\x42\x14\xcf\x23\xc3\x34\x1d\xcb\xa2\x28\xca\x75\x5c\xec\ \xb8\x22\xc7\xdb\x5e\xe4\xf3\x84\x9d\x62\x81\x52\xed\x8b\x67\xc6\ \xcb\x8a\x6a\xd2\x88\xd8\x35\xc2\x22\x3f\xcd\x8f\xc4\xfb\xe6\xe6\ \x16\x3d\x03\x7d\x23\xa3\x2b\x3b\x12\x51\x91\x45\x5e\x81\x69\xb5\ \xaa\xa5\x7c\xae\xd5\x6c\xf4\xf5\xf5\x69\x96\xa5\x29\xcd\xf4\xec\ \xb4\xeb\x6a\x91\x44\x8c\x50\xfc\xbc\xcb\x24\xda\xba\x20\xcd\x96\ \x4b\x79\x96\xa5\x43\xf1\x76\x17\xc0\xbd\x2f\xed\xdf\xb7\xef\x85\ \x6a\xad\x6a\xe8\xa6\x65\x3b\x92\xe8\xa1\x05\x4e\xf6\xfb\xca\xf5\ \x5a\xef\xe0\xb2\x46\x4b\xab\x29\x4a\x3a\x9f\xc5\x0e\xf1\xf8\x3c\ \xc9\x64\x22\x1c\x09\x1c\xb9\x38\x56\x2d\x97\x20\x71\x9a\xa5\xa5\ \x6a\x76\xbe\xb0\x94\x45\x18\xc8\x2e\x64\x0c\xd7\x2a\xb7\x1c\x9a\ \x99\x55\x2a\x93\x63\x67\xb6\xde\xf9\xd6\x30\x4f\xfb\x78\x2a\x48\ \x09\x6a\x59\x41\x90\x50\x88\xa2\x29\x16\xb8\x2e\x85\x68\x46\x10\ \x03\x92\x10\x93\xc3\x96\xeb\x94\x0c\xfa\xa6\x6d\x77\xdf\x76\xf7\ \xdb\x8e\xec\x79\xfe\x53\xef\xba\xef\x4b\x9f\xff\x52\x35\x35\x75\ \xec\xd8\x11\x02\xd1\xaf\x9e\xd9\xee\x95\x90\x4f\x64\xcb\x8d\x8a\ \xa6\xa9\xa6\x8d\x3b\xbb\xda\x4c\xbd\x51\xae\x96\x20\xbc\x4c\xe5\ \x86\xed\x02\xcd\x72\xb0\xa5\x03\x48\x05\x3c\x9e\xa8\x3f\x1e\x10\ \x38\xdb\x34\xbd\xb2\x97\x76\xdd\x7a\x36\xb7\xee\xfa\xeb\xfc\xdd\ \x9d\x8d\xa3\x07\x8a\xcd\x7c\xdf\xf5\x9b\x10\xe3\xd9\xfb\x83\x27\ \xe4\x80\xac\x55\xeb\x74\xd3\xb4\x54\x9d\x0d\xfa\x14\xbd\x99\x49\ \x2f\x74\x77\xc4\x57\xac\x18\xbd\xff\xcd\xf7\x7a\xe4\xc0\x53\x3b\ \x77\x9d\x9f\x9d\xf3\x07\x7d\xc7\xcf\x8d\x09\x8c\x38\x3d\x31\xe9\ \xd0\x7c\xb5\x56\x39\x72\xa0\xa8\x36\xcb\x22\xcf\x6a\xad\x66\x31\ \x9f\x8b\x44\x13\x86\xe3\xc6\x7d\x41\xd7\x34\x6a\xcd\xa6\x28\xcb\ \xaa\xa6\x8c\x8f\x9d\x3f\x7d\x6e\x3c\x11\x6d\xa7\x08\xa2\x1d\x9d\ \xe8\x3a\xd1\x03\x0b\x33\x17\x89\x61\x58\x2e\x26\x9a\x46\xd9\xa6\ \x63\x18\xba\xa6\xaa\x9a\x59\xab\x15\x2b\x99\x85\xec\xcc\x8c\x6b\ \xdb\x0b\xc5\x52\xfb\xb2\x91\x50\xd8\x2f\x0a\x2c\xe7\xf1\xcb\x52\ \xb0\xab\xb7\x93\x40\xc7\x34\x0d\x9f\x2f\xb0\x94\x59\xaa\x56\xab\ \xc4\x75\x03\xb2\x3c\x3a\xb4\xec\xd4\x99\xd3\x2c\xb1\xab\x99\x25\ \x11\xdb\xae\x52\xbb\xf7\x4d\x6f\xf4\xc8\xc2\xe2\xfc\x5c\xb9\x52\ \xd2\x74\x83\xe3\x28\x00\x69\xd4\xd2\x10\x2c\x79\x25\xa1\x54\x28\ \xee\xdd\xbb\x9f\x95\x83\xdf\xf9\xc1\x13\x88\x11\x42\xb2\x4f\xa0\ \x60\xac\x2d\xf9\xba\x5c\xb0\x68\x36\x10\x6f\x63\x00\x01\xae\x4d\ \xf3\x02\x41\x74\x30\xe4\x95\x24\x79\x69\xa9\xe0\xf3\x85\x24\x8a\ \x82\x1c\x65\xd7\x73\xd7\xbc\xff\x6d\x1c\xe7\x45\x35\xdb\x33\x35\ \xa5\x99\x6a\xa3\xdc\xaa\xb4\xb4\x43\xe3\x93\x6f\xbe\xeb\x2d\xdd\ \xf1\x84\x47\x64\x5f\xda\xbb\xf3\xfd\x5b\xdf\xaf\x9b\x7a\xb9\x94\ \xb6\x74\xe3\x6b\x5f\xfd\xe2\x5f\xfe\xf5\xa7\xeb\x08\x5e\x9c\x9d\ \x2b\xce\x2e\x6c\x5e\xbd\xee\x0c\x39\x35\x38\xd8\xdf\xaa\xd4\x88\ \x65\x11\xdd\xe8\xee\xec\x5a\x98\x99\x0d\xca\x5e\x1a\x51\x85\x62\ \x2e\xa5\xcf\xb0\x1c\x7b\xdd\x96\xcd\xa5\x6a\x1d\x10\xb2\x63\xc7\ \xce\xdb\xef\x7a\x53\xb3\x51\x6f\x94\xf3\x5d\xb1\x2d\x6a\xb5\xe8\ \x5e\x0c\x5b\x11\x00\x00\x20\x00\x49\x44\x41\x54\x63\xd1\xef\x03\ \xee\xe6\x37\xfe\xfe\xc9\xee\x37\xff\xe9\xcc\xd1\x7d\x29\x5f\xdf\ \xfa\x95\x1d\x85\xc5\xd3\x6b\x97\x3d\xf0\x9a\x0b\xbc\xf7\x3d\xb8\ \xfa\x63\x9f\xfc\xdc\x9b\x6e\x5a\x99\x5e\xb0\x65\x9e\x42\x08\x4f\ \x1e\xde\xb5\x7d\x5e\x79\xe1\x70\xee\xf6\xdb\xa4\x2b\x24\xff\x6d\ \x89\x7b\x9f\xd4\x7c\xec\xe9\x17\xf6\x4e\x9c\x48\x6d\xf9\x63\xf9\ \xde\x6f\xef\xff\x30\x00\x73\x4f\x7c\xe1\xff\x2c\xff\xb3\xb5\x5e\ \x40\x5c\xe5\x9b\xfb\xf4\x2f\x7c\x7e\xe5\xf6\x2f\xec\xdc\xbe\xef\ \x80\x18\x0c\xfd\x1a\xbe\x8e\x4b\x08\x00\xa0\xfd\xa6\x9b\xf4\x3f\ \xf9\xec\x2f\xdb\xde\x70\x41\x61\x6f\x44\x92\x8c\xab\x63\x79\xcb\ \xcb\x1b\x07\x66\xaa\xf7\xad\x8e\x5c\x3e\xdc\x01\x60\x10\x85\x1d\ \x47\x33\x14\x08\x21\x05\x90\x03\x31\xc3\x30\x8d\x46\x83\x38\x58\ \x10\x58\x1d\x50\x95\x5a\xb3\x5d\x10\x5b\x8d\x56\x34\x19\x9b\x9f\ \x9e\x5f\xbe\xed\xfa\x7a\xb3\x9a\xe8\xee\x62\xeb\xd6\xc9\x9f\x3d\ \x1d\x5a\xb7\xfa\xa5\x97\x0e\x6a\xaa\x5e\x28\x55\x1c\x53\xdd\xb8\ \x61\x6d\x65\x29\x93\xec\x1b\xac\x57\xab\x55\x45\x2d\xe7\x0a\x57\ \x8d\xae\x95\x24\x46\x6b\xb4\x72\x0e\x89\x75\xf4\x2c\xe5\x8a\x75\ \xd5\x15\x25\x29\xd6\xd6\x45\xd1\x78\x7c\x7c\xec\xec\xb9\x73\x8e\ \xe3\xac\x1c\x5e\x71\xf6\xec\xd9\x54\x2d\x03\x01\x32\x75\xd3\xef\ \x0b\x06\x7c\xbe\x43\x87\x0e\xf5\xf4\x0d\x03\x40\x0d\xf4\xf5\x07\ \xc2\xe1\xf4\x7c\x4a\x6b\x36\x38\x40\xa8\x70\xd0\x52\x1b\x22\x03\ \xbc\xa2\x74\xfe\xf8\xc1\x4a\x3e\x4f\x54\x35\x14\x08\x52\x1c\x22\ \xd0\xc8\x95\x6a\x9c\x2f\x60\xe9\x08\x71\xe2\xec\x89\x23\x5b\x37\ \xac\xab\x87\x43\x32\x65\x37\x19\x88\x10\x5d\x57\x2d\x4e\x94\xfb\ \x07\xfa\x62\xa1\x40\x5b\x4f\xbf\x20\x49\xad\xa5\xc9\x63\x27\x4f\ \x84\x61\x68\xf3\x8d\x6f\xfc\xf9\x73\xcf\x7f\xf9\x2f\xdf\x01\xaa\ \xda\xae\xa7\x1f\xa7\x28\x6a\xe7\xce\x67\xdb\xe3\x21\x6f\xc0\x1f\ \x0f\x79\x6d\x4b\xe5\xb0\x2d\x79\xbc\xf9\x62\xd1\xeb\x93\x02\x61\ \x3f\xa9\xb5\x6a\xf5\xcb\xa4\x0c\x64\x59\xce\xeb\x67\x19\x0e\x12\ \x2c\x72\x0c\xc5\xd0\x8a\x65\x04\x7c\xbe\x62\xa5\xdc\xdb\xd7\x89\ \x69\x41\x82\x16\x03\xb0\x6f\xb0\x67\xc3\x9b\xdf\xd8\xb7\x69\xed\ \xcc\xf9\x19\x5f\xc8\xab\x35\x54\x42\xc8\x86\x95\x6b\x16\x66\x66\ \x90\xc8\x0b\x9c\x1b\xf6\xfb\x22\x1e\xe9\xb6\x1b\xae\x5d\x9a\x9b\ \x6a\x56\x95\xf4\xf4\x85\x37\xdd\x7e\xd7\xbe\xc3\x07\xdf\x78\xd7\ \x5d\xe7\xc7\x27\x4f\x3d\xf5\x54\xef\xb2\x15\xa9\xf4\xe2\xad\x37\ \x5e\x97\x49\x59\xb2\x24\x48\x92\x3c\x37\x9f\x4e\xc4\xa2\xa3\x23\ \xa3\x27\x5e\x7a\xa9\x55\x6f\xc5\xe3\x71\x84\x60\x5f\x67\x57\x2c\ \x1e\xd9\xea\xdb\x3c\x3d\x39\x47\x80\x99\x8c\x07\x04\x0a\x4c\x4f\ \x8e\xb9\x96\x2d\x0b\x62\x34\x16\x77\xb5\xd6\xad\xd7\x5f\xfb\xec\ \xd3\x55\x55\x51\x0f\x1c\x3c\x8a\xab\x4b\x5e\x96\x43\x0e\x1e\xe8\ \x1f\x4c\x57\x6a\x82\x28\xee\x3d\x78\x38\x1a\x8d\x5c\x7b\xc3\xcd\ \x83\x83\xa3\xb2\xdf\xeb\x62\x37\x95\x5a\x5c\x98\x9d\xab\xd6\x1a\ \xcb\xdb\x92\x37\xde\x78\x93\xa1\xeb\x37\x33\xcc\xa3\x8f\x32\xc7\ \xcf\x9e\xb9\x66\xdd\x0d\x6d\xac\x99\x39\x6f\x3b\x5a\x93\xc2\x6c\ \x26\x93\xd1\x74\x03\x43\x60\xda\x14\xa2\x58\x59\x42\x96\xa2\xd6\ \x34\xd5\xf1\x7a\x76\xee\x7d\x06\x89\x7e\xd5\x76\x17\xe7\x66\x05\ \x86\x0d\x49\xbc\xd6\x1e\xa3\x10\xb2\x2f\x3b\x73\x47\xb8\x50\xce\ \x43\xd7\x06\x8e\x5d\x2a\xc0\x14\xc5\x0c\xf6\xf5\x9f\x5f\x2a\x9e\ \x3d\x75\x5a\x55\xb5\x37\xdc\x7e\xfb\xa6\xab\xd7\xac\xdf\x38\x0c\ \xb0\x39\xbb\x30\x76\xe2\xf4\x6c\x80\xa7\xa6\xa7\xe6\x57\xac\x5b\ \xe1\x5f\xb9\xfa\xf1\x27\x7e\xa0\x56\x8c\x55\x23\x43\x77\xbd\xe1\ \x66\xd7\xc2\x99\xc5\x54\x34\xe4\x87\xb6\x5d\x48\xa5\x57\x2e\x1b\ \xe0\x88\x7b\xf6\xf8\x51\xd7\xb0\x75\x45\xa3\x3a\x92\xb9\x7c\xde\ \xb6\x9d\xc5\x74\x4a\xf4\x7a\x45\xaf\x17\x31\x0c\x0b\xc1\xe6\x55\ \xab\x76\xee\x78\x56\xad\x97\x2d\x1a\x24\x93\xed\x33\x67\x8e\xb6\ \xf7\xf4\x67\x67\x2f\x5e\xbb\x71\xdd\x85\x33\x27\xeb\xd5\x92\xa9\ \x37\x2b\xd9\x74\x71\x29\xed\xe5\xd9\xdf\x07\xdc\xd9\x07\x3e\xfb\ \x8f\x8a\x69\x11\x42\x68\xce\x07\x00\xe8\xbb\xe6\xbd\x5d\xcc\xbf\ \x4b\xc6\x87\x6f\xfd\x93\x7f\x59\x5f\x6c\xea\xf6\xe6\x75\x8f\x04\ \x23\x22\xea\xff\x71\x4f\xcb\x02\x00\x6d\xbc\xe1\xae\xb0\x8f\xbe\ \x42\xf2\xdf\x16\x89\x3f\xff\xfc\xc3\xa5\x9a\x7a\xd5\xaa\x87\x63\ \xe1\x97\xd3\xbd\xe4\x1d\xef\xfb\x33\x86\x00\x00\x21\xe2\x3f\xf2\ \xa9\x8f\x06\x01\x78\xe8\xc3\xef\xcb\x57\xd4\x9b\xb7\xc4\x2e\x5d\ \xd0\xb5\xed\xaf\x12\x94\x0f\x00\x00\x12\x6f\xfa\xe6\x37\x36\xd5\ \x34\x7b\xe3\x3f\x6c\x89\x32\xdc\x1f\x7d\xfe\xeb\x3a\x4b\xc9\x1f\ \xfd\x52\xc5\x79\x5d\xaf\x52\xd7\x75\x07\xfb\xba\x4f\x9c\x38\xc1\ \x72\x9c\x2c\xca\xc5\x52\x31\x12\x8d\x78\xbd\xbe\x4b\x16\x31\x14\ \x42\x1c\xc1\xf1\xf6\xce\x10\x43\xf9\x29\x1a\x20\xd8\x1d\x8c\xeb\ \xe9\xfc\x50\x67\x97\x37\x88\x90\x03\x3b\xf2\x6b\x61\x28\x90\x70\ \xdd\x09\x02\x1a\x2d\xc5\x36\x34\x97\x50\xb7\xdf\x75\x4f\x34\x12\ \xbc\x30\x7e\x6e\xf7\xf3\x3b\x05\xaf\xbf\xae\x6a\xcb\x57\xac\x17\ \x79\x46\x35\x8d\xb2\x66\x12\xce\x3b\x9f\x2b\x60\x4c\x94\x4a\xd9\ \xd1\x9a\x14\x70\x4e\x1c\x3b\xba\x7a\xed\x9a\x9e\xc1\xf6\x09\x07\ \xc6\xbd\xa1\x62\xb9\xca\x51\x94\xd5\x6c\x2d\x5c\x9c\x6a\xe4\x4b\ \x76\x34\x19\x4b\x76\xef\xd9\xb7\xf7\xaa\x8d\x1b\xf5\x5a\x3d\x93\ \x4e\x25\xaf\x5a\x5b\xc9\x64\xc2\x92\x58\xce\xd7\x1b\x4a\x2d\xbd\ \x38\x27\x20\x70\xdb\xf5\x5b\x6e\xdc\xb2\xd5\x50\xd4\x70\x2c\x76\ \x66\x72\xfa\x7b\x8f\x3d\x01\x19\xb6\x5a\x2d\x13\x1b\x2d\xf9\xf8\ \x8e\x58\x40\x6b\x56\x00\x45\x16\x4b\x79\xd6\x1f\x0e\x26\xa3\xdd\ \xeb\x57\xd0\x90\x74\x0c\x0c\xd1\x86\xcb\x34\x0a\x21\x7f\x2c\x5d\ \xb6\xf3\xb5\x66\xb0\xad\xfd\x43\x7f\xf2\xe9\x0f\xdc\x7f\x1b\x25\ \x02\xb5\xa1\xb7\x54\x0b\xa1\xc8\x86\x0d\x1b\x6a\xa5\xa2\x8b\xc5\ \x68\x3c\x5e\xab\x96\xdf\xb0\x7e\x7d\x7b\x32\xc9\xf0\x3c\xcb\xe9\ \x84\x58\x97\xb7\x77\xb2\x00\x74\x68\x84\xb1\x69\x34\x6b\x4d\xec\ \x6a\x1e\xd9\xd0\x74\x49\x92\x35\x4d\xff\xa7\x6f\xfc\xa3\x45\x60\ \xfb\x9a\x35\x6b\x86\x06\xae\x19\x1e\x1c\xbc\xfe\x86\xdd\x3f\xfd\ \xc5\xbf\x3d\xb3\xdb\x86\x6c\xad\xd1\xdc\x7c\xf3\xb5\x05\xc6\xe8\ \x66\x00\x31\xf4\xe9\xb9\xea\x55\x2b\x97\x97\x32\x0b\xb3\xe3\xe7\ \xf4\x56\x4b\x64\x79\xac\x35\x6a\xb9\x85\xe7\x9f\xfe\xf9\xdb\xdf\ \x72\xff\xb2\xa1\x65\x48\xc8\x95\xca\xe5\x35\xab\x56\x9d\x3c\x71\ \xac\x5c\xc8\x44\x23\x01\xd3\x71\x36\xac\x5b\x13\x08\x86\x79\x86\ \xef\xeb\xee\xc5\xa6\xc9\xb0\xcc\xc9\x73\x67\x79\xbf\xa7\x5e\x2d\ \x3b\x04\xd2\x34\xd4\xb4\x96\xab\x34\xda\x3a\xda\x2e\xd4\xeb\x9b\ \x37\x6f\x39\x76\xe4\x88\xd6\x6a\x0d\x0d\xf5\xb5\x85\x02\xab\x96\ \x0f\xcf\xcc\xcd\x4c\x4e\xcd\xad\x1d\x6c\x67\x08\x60\x05\xd9\xc4\ \x64\xcd\x86\x4d\xfb\x4f\x9d\x4e\xa5\x97\x6c\x8a\x3d\x72\xf8\x30\ \xc1\x68\x64\x74\xd4\xc2\x84\xe3\xf8\xe9\xb9\x39\xb5\xd5\x3a\x75\ \xea\xf4\xa9\x93\x27\x29\x0a\xe6\x32\x19\x99\xa3\x6f\xba\xe6\x6a\ \x21\xd1\x79\xe0\x57\x3f\xf1\xd2\x20\x16\xf4\xcc\xcf\x4c\x21\x48\ \x2e\x55\x08\x6d\x17\x1b\x06\x51\x14\x9d\x47\xc0\xeb\x95\x04\x51\ \x14\x65\xbf\x8e\x78\x13\x3b\xbc\xd7\xe7\x95\x24\x48\xdc\x42\xbd\ \x06\x2f\xd7\x59\x86\x10\xf2\xee\xf7\x3e\x50\x48\xa7\x77\xed\x78\ \xb6\x2d\x1c\x8a\x04\x42\x94\x8b\xf3\xb9\x79\x97\xe0\x46\xa3\xe9\ \x95\x03\x27\xf6\xef\x76\xeb\xb9\xbd\xcf\xff\xcc\x13\x16\x5a\x8a\ \x91\x59\xa8\xde\xb2\xed\xde\xa1\x68\xb8\xb2\xb0\x70\x66\xfa\x2c\ \x0d\xa8\xdd\x3b\x76\x4f\x9e\x3c\xe3\xa3\xe8\xcc\xec\xd4\xad\x37\ \x5d\x9b\x4f\xa5\xb5\x96\xc6\x60\xbc\x73\xc7\xae\xfc\x42\xe6\xfe\ \x07\x1f\x3c\x78\xf0\xf0\xae\xbd\x7b\x76\xed\xdd\x13\x89\x44\x68\ \x49\x5c\x2a\x95\xdd\x72\x79\xcd\xfa\x75\x0e\xc2\xa9\xcc\xe2\xe2\ \x85\xf1\x6d\x1b\x57\xeb\x7a\xcb\xd4\x1b\x82\xc0\x3a\xc4\x15\x7c\ \x94\x5f\x14\x66\x32\x25\xbb\x59\x34\xd5\xba\xc7\x23\x60\x4b\x1f\ \x68\x6f\x0b\xca\xd2\xef\x83\xa4\xd0\x1f\x89\xf9\x5f\xdb\xfc\x91\ \x82\xbf\xb1\xf9\x44\xbe\x70\xfc\x55\xde\xfb\x63\x1d\xfe\x2b\xf8\ \xfe\xcf\x7a\x68\x72\x30\x29\x07\xff\xdd\x5b\x54\xf6\xbf\xfc\x3d\ \xa4\x83\x7e\x19\x00\x40\x09\xbe\xf6\xe4\xab\xeb\xca\x88\xa1\x57\ \x3c\x15\xe5\x50\x5c\x7e\x39\xa1\x07\x94\x2f\xc2\x03\x00\x40\x20\ \xfe\xfa\x6e\x49\x55\xb5\x47\x7e\xf4\xaf\xdf\xfe\xc6\x37\x1e\x7b\ \xe2\x71\x41\x60\xbd\xde\xee\x52\xa5\xea\x38\x36\xcd\x71\x18\x42\ \x5e\x10\x08\xb6\x6b\xb5\x6c\xb8\x23\x59\xac\x57\x38\x48\x71\x0e\ \xe9\x92\x22\x32\xe6\x00\xb1\x2d\xaf\xb8\xe2\x0f\xef\x01\xde\xc4\ \xc5\x67\xf7\x2f\x2c\xcc\x67\x73\xd9\xb7\xdd\xf7\xd6\xe1\x91\xd1\ \x50\xc0\x37\x71\xe1\xc2\xf7\xff\xf5\x87\x95\x62\xde\x75\x9c\x64\ \x2c\xd9\xac\x96\xc3\x3e\x79\xcb\xd6\x6b\xc3\x5e\x69\x62\xa9\x30\ \x97\x2d\x78\x64\xf9\xb6\xeb\xaf\xed\x49\x26\xd4\x6a\x8d\xd2\x0c\ \xd7\x74\x9f\x7a\xec\x67\x9b\x36\x6f\x39\x73\xf6\x9c\x87\xe2\x44\ \x86\x2f\x55\xcb\x53\x4b\xb9\x98\x3f\x50\x58\xcc\xe4\x16\x33\xc0\ \xb4\x82\xa2\x04\xa2\x31\xb3\x51\x47\xb6\xdd\x9e\x6c\x0f\x8a\x4c\ \x35\x14\xd8\xb1\xe3\x19\x4b\x55\xee\xbe\xeb\x8e\xb5\xcb\xfa\x5c\ \xa5\x16\x95\xa5\x52\x6a\xe6\xd6\x6b\x37\xf2\x22\xfb\x85\xaf\x7f\ \x53\x62\x25\xa7\xd5\xcc\xcf\xcf\xb1\xc9\x60\x67\x47\x7b\xcb\x52\ \xeb\xe9\x54\x5f\x74\xf0\x2d\xef\x7c\xb0\xab\xab\x53\xd3\xea\x6e\ \x9d\x78\x04\x39\x6f\x01\xdb\x85\xa5\x62\xe5\xc9\x9f\x3e\xd6\x3d\ \x34\xdc\x33\xd8\xb7\x63\xdf\x9e\x72\xab\x11\x8e\xc6\xbb\xfc\xde\ \xee\xae\x8e\x33\xa7\xce\x8a\x22\xcf\x0b\x2c\xa2\x58\x42\xf3\x80\ \xe2\xcf\x5e\x98\x70\x20\xf2\x07\xc3\x10\x5e\xa6\x60\xc9\xe3\xf7\ \xf9\x82\x41\xb3\x55\x06\x2c\x04\x18\x9b\xb6\x4a\x09\x9c\xea\x58\ \x80\x01\x27\x4e\x1f\xeb\xe8\xec\x28\x9c\xb6\x20\xd0\x9f\x7f\xf6\ \xe7\xb8\x5a\x47\x2a\x36\x6d\x7a\x78\xf5\xda\x04\x71\xe7\x52\x8b\ \x85\x6c\x16\xd5\xeb\xf5\x54\x3a\x5f\xca\x5e\x38\x7f\xc6\x36\xd4\ \x52\x7f\x97\x44\x31\xa9\x6c\x56\x64\xa9\x63\x87\x5e\x5c\x3e\xd0\ \x3f\x33\x3b\x6d\x3a\xb0\x69\x81\xd9\x74\x96\x60\xa7\x94\x5f\x24\ \x8e\xee\xf3\xf2\x7d\x7d\x03\x27\xce\x9e\xfb\xc9\x63\x8f\x21\xc2\ \xf4\xb5\x27\x37\xad\x5f\x57\xaf\xd7\xb1\x63\x16\xf2\xaa\x4b\x21\ \x07\x43\x88\xc9\xe4\x85\x59\xa7\x5e\x0c\xfa\x64\xcb\x75\x97\xf2\ \xa5\x68\x22\x99\x4b\xcd\xd9\xaa\x5a\x29\x2c\x55\x2b\x95\x52\xa9\ \x56\xa5\x31\x85\x8d\xad\x1b\xaf\xf2\xfa\x23\x50\x90\xa7\xd3\xd9\ \xd3\xe3\x17\x00\xcd\x78\x7d\x7e\x17\x3b\x96\xa1\x29\x8a\xc2\x8a\ \x12\xcb\xf2\xf7\xdf\x7f\xff\x8f\x7f\xf8\x48\x21\x9f\xdf\xf1\xec\ \xf6\x9e\xee\xce\x5a\xa5\x64\xeb\x2a\xcd\x7b\xee\xde\x7a\x3d\x30\ \x9a\xed\x89\x80\xad\x35\x11\x71\x24\x81\x73\x09\xc0\xa6\x63\x3b\ \xae\x65\x9a\xa6\x02\x19\x81\xf3\xc8\x7e\xc7\x46\x82\xe8\x69\xa8\ \x4e\xb5\xa5\x9a\x0e\x49\x06\x83\x5e\x16\xd5\x72\xa9\xd7\x73\x3a\ \xd2\xfb\xde\xf1\x36\x6c\x5b\x11\x0f\xd3\xac\x55\xb3\x0b\x0b\xfd\ \xbd\xbd\x27\x8e\xe6\x74\x55\x65\x58\xc1\x50\x5d\x9f\x1c\x6c\x16\ \x73\xc8\x4b\x57\x81\x59\xa9\x2b\x1e\x29\xc0\x53\x28\x19\x0e\x5c\ \x98\x9d\xf2\xb1\xec\x58\xb1\x04\x1c\x4c\x43\xba\x52\xa8\x5a\xba\ \x31\x37\x35\x9f\x8c\x86\xc7\xa6\xce\x9f\x3f\x3f\x2e\xb2\xc2\xf4\ \xf8\xe4\xe9\xd3\x67\x07\x46\x86\x9f\xde\xb9\x13\xbb\xa4\xdc\x6c\ \x9d\x18\x9b\x58\xb7\x6e\x5d\xa9\x5e\x3d\x3e\x36\x36\xbc\x6e\x75\ \xb5\x55\xaf\xcd\x5e\x1c\xe9\x8e\xd4\x6b\xf9\x0d\xeb\x47\xfd\x5e\ \x7e\xdf\x8b\x2f\x8e\x2e\xbb\x61\xcd\xa6\x6b\xb7\x3f\xff\xd2\x81\ \x7d\x7b\xa4\x60\x48\x51\xd5\x53\x27\x4f\xdc\x72\xf5\x56\x4b\xd7\ \xa8\xbf\xf8\x8b\x4f\xbd\x4e\xe8\x20\x84\x0a\xf9\x6c\x47\x67\xf7\ \x15\xfe\xfe\x7f\x3d\x8a\x85\x9c\x3f\xf0\xf2\xfb\xc2\x30\xf4\x3d\ \x7b\xf6\xbc\xf6\xa7\xfd\x03\x03\x89\x44\xe2\xdf\xfd\xeb\x29\x4a\ \x2b\xce\x56\x2b\x05\xdb\xd4\xdf\xf8\xc6\x3b\x83\xc1\xe0\xc4\xe4\ \x64\xae\x54\x54\x0d\x43\xd3\x4d\xdd\x76\x2c\x5d\x41\x66\x2b\x1c\ \xf4\xe4\x72\xe9\xa9\xc9\xa9\xf1\x33\xe3\x4b\x33\x29\xa3\xa9\xf0\ \x12\x87\xbd\x74\x46\x29\x7e\xf7\x7b\x8f\x5f\x38\x3f\x31\x3d\x33\ \xe3\xf5\x78\xbb\xba\x3a\x1d\xc3\x2a\xe5\xf3\x27\x8f\x1d\x3d\xb8\ \x6f\xaf\xc4\xd2\xa6\xa6\x15\xf2\x85\x88\x47\xba\xfb\x96\x5b\xba\ \x92\xed\xb5\x46\x6d\xed\xe6\x4d\x4f\x3d\xf3\xd4\xf0\x40\x6f\x5c\ \x16\x9e\x7e\xe4\xc7\xc0\xd2\x47\x87\x97\x3f\xff\xdc\xce\x78\x24\ \xb1\x38\x9f\xea\xee\xec\xe6\x18\xae\x90\x2b\xac\x58\xbe\x3c\x14\ \x0a\xe4\xb3\xd9\x72\xb1\x14\x09\x07\x95\x46\xb3\xb7\xaf\x77\x71\ \x61\x5e\xe0\xb9\x8d\xeb\xd7\xad\x5c\x35\xfa\xe6\xbb\xef\x99\x9c\ \x9c\xd8\xf1\xdc\x76\xbf\x4f\x5a\x31\xd0\x3f\x3b\x7e\xd6\x6a\xd4\ \x42\x32\xff\xdc\xb3\xcf\x8c\x8f\x8f\xdf\xfd\xe6\x7b\x67\x17\x16\ \xa7\x67\x17\x0d\xc3\x4e\xc4\xc2\xd1\xb0\x97\x66\x51\xb5\x59\xbb\ \xfd\x9e\x7b\xa2\xc9\x76\x48\x41\xcb\xd6\x69\x42\x90\x89\xd7\x8c\ \x2e\x8f\x24\x12\x9c\xc7\xf7\x83\xc7\x1e\xad\x54\xca\xd8\x31\xdf\ \xff\x9e\x3f\x1c\xee\xeb\xf2\xc8\xe2\x37\xbf\xf2\xc5\xf7\xbd\xf3\ \x1d\x1b\xd7\xac\xdd\x7c\xf5\xe6\x85\xf9\xd4\x91\xa3\xc7\x8f\x9f\ \x3c\xa5\x1a\x46\x5b\x32\xc9\x09\x52\x20\x12\xea\xe8\xee\x6d\x56\ \xf5\xd7\x72\x86\xa6\xe9\xa7\x7e\xf5\x4b\x8c\xb1\x3f\x10\x78\x2d\ \x80\xb6\x6d\xbb\xf1\xd2\xb1\x9c\xaf\x56\x36\x03\xe1\xbb\xee\xba\ \x2b\xea\x15\x8a\xe9\xe9\x90\xcf\x03\x00\xf9\xbb\xbf\xff\xfc\xe7\ \x3e\xf7\xf7\xd7\xdf\x70\xcd\x43\x0f\xfc\x41\x22\x16\xcc\xcf\xe7\ \x0c\xd3\x54\x5d\xbb\xbd\xb7\x27\x12\x6b\xe3\x3d\x5e\x29\x14\x54\ \xb1\x33\x7e\xe6\x34\xa5\xe8\x4a\xb1\xb2\xb0\xb0\xc0\x0a\x02\x23\ \x70\xad\x66\x93\x02\x84\x46\xb4\x61\x58\xc5\x6a\xed\xe4\xb9\xf3\ \x2e\xa2\xd6\xaf\xbd\x6a\x31\x93\x9b\x98\x9d\xad\x35\x95\xd1\x95\ \x2b\x9a\xb5\xe2\x6d\x6f\xb8\x51\x69\x35\xce\x9d\x3b\x3f\x3c\x3a\ \xd2\xd3\x37\x30\x76\xfe\x82\x24\xf0\xa6\xa6\x51\x08\x66\x96\xb2\ \x36\x76\x01\x05\x55\x4d\x4d\xcd\x2e\x86\x03\x01\x4b\x57\x6c\x17\ \x77\x0f\x8d\x76\xf6\xf4\x15\x72\x79\x9f\x24\xf6\x77\xb6\x89\x3c\ \x53\x2c\x95\x9b\xba\xc9\x48\xd2\x62\x36\x5b\x2c\x56\x1b\x2d\xfd\ \xc0\xa1\xe3\x63\xd3\x33\x84\x13\x43\xf1\x36\xd9\x17\x2c\x97\xca\ \x4a\xa3\x19\x8e\x44\xcf\x5f\xb8\xd0\x68\x34\xea\xf5\x06\x4d\xd1\ \x99\xa5\x4c\x36\x9d\x7a\xc3\xcd\x37\xed\xdf\xb3\xb3\xab\xbd\xcd\ \xb1\x4c\x41\xf2\x4f\x9c\x3b\x39\x90\x0c\xf6\x26\xc3\x02\x87\x6a\ \xf5\x9a\x61\xd9\x86\x69\x3b\x8e\xc5\x40\x4a\x12\x44\x9a\xa2\x08\ \x86\x93\xd3\xb3\xc5\xba\x52\x51\xcc\xaa\x6a\x46\x12\x6d\x34\x8d\ \x28\xe0\x76\xb4\x45\x6e\xbc\xf3\x5e\xc7\xf9\x77\x85\x99\x72\xb9\ \xbc\x7f\xff\x3e\xbf\x3f\xc0\x71\xdc\x2b\xbb\xd2\xad\xd7\x5c\x43\ \xff\x86\x2f\x69\x3c\xea\x0d\x79\x3c\x6b\x47\x47\xcc\x56\x4b\xa0\ \xd0\x2d\xdb\x6e\x38\x75\xfc\x78\x77\x57\x72\xe5\xe8\x28\xc7\xb2\ \xd7\x6c\xda\xe8\x11\x84\x54\x2e\x7b\x7e\xe2\x62\xa1\x50\x8b\x06\ \xdb\x68\x8a\x97\x65\x49\x10\xd8\x1b\x6f\xba\xf6\xe9\xa7\x7f\xc9\ \x42\x81\x42\x14\x70\x9d\x13\x47\x8f\xc4\xc3\x61\xd3\x34\x27\x2f\ \x4e\x2d\xa6\x97\x1a\x4d\x75\x31\x93\x65\x44\xc1\x70\x9c\x0b\x93\ \x17\x4d\x1b\xd7\x5b\xaa\xe8\xf3\x17\x2a\xd5\x52\xad\x56\xaa\xd4\ \x4a\xd5\xaa\xd7\xe7\xf1\xd0\x24\xb7\x34\x13\xf0\xb1\x9b\x36\x2c\ \xef\xe9\x8a\x0f\x0e\x74\x79\x64\x81\xe3\x39\x0c\xd0\xa9\x93\x27\ \x2b\x2d\x05\xd2\x2c\xd1\x8d\x6b\xd7\x6d\x68\x8f\xc7\xaf\xd4\x40\ \xae\xc4\xeb\x51\xcb\xa0\x6a\x61\x11\x61\x7d\xb0\xb7\xbd\x94\x4f\ \x99\x86\xd1\xd3\xd3\x81\xb2\x85\x70\x34\x91\xaf\xd6\x29\x9a\x13\ \x81\x5e\x9c\x3e\x63\x25\x82\x6b\x46\x87\xd8\x75\xeb\x5c\x93\xd6\ \xa1\x7b\xf8\xdc\xd9\x53\xa9\x09\xe8\xc1\x62\x40\x1a\x1b\x3b\x2f\ \xf1\xfe\x70\xc0\x87\x31\x29\x64\x73\x3c\x44\xa7\x4f\x1e\xcb\xa5\ \x16\x05\x84\x72\x8b\x19\x86\x06\x1e\x49\x08\x72\x54\x90\x43\x66\ \x39\xd3\xca\xa6\x40\x4f\xf2\xc6\xcd\xab\xbb\x12\x81\x85\xf3\xc7\ \xa2\x8c\xd3\x2a\xe6\x1f\x7b\xf4\xf1\x46\xb3\x69\x5a\x78\x29\x9b\ \xcf\x17\xca\xa6\xeb\x0c\x8f\x2c\x73\x1c\x27\x5f\xc8\x9b\x8e\x19\ \x8d\x85\x33\x99\xf4\xad\xb7\xdf\x5e\xab\x95\x47\x96\x2f\x43\x34\ \x3d\x36\x35\x59\xd7\x1a\xa9\x6c\xfa\xf4\xc4\x38\xc5\xf1\x8a\x62\ \xb4\x25\xda\x54\x62\x76\x85\xfd\xa3\xa3\x23\x8d\x5a\x55\x4e\xb4\ \x77\x75\x75\xfd\xd1\x3b\xfe\xe8\xcc\xc4\x5c\x55\x27\xc5\x7a\x39\ \xdc\x92\x2b\x8d\x62\x20\x14\xd2\x1b\x0a\x23\x88\xb3\xa7\xcf\xbf\ \x38\x3f\x23\xd0\xe8\x96\x9b\x6f\x2f\x74\x74\xb2\x3e\x79\xc3\x75\ \x5b\xd7\xad\xe8\x45\x14\x15\x8c\x7a\xaa\x8b\x8b\x77\xde\x7a\xcd\ \xfa\xde\xbe\x00\xeb\x36\x2a\xf5\x93\x47\x8f\xa5\x97\xb2\xe1\x50\ \xec\xbd\xef\xfd\xe0\x97\xbf\xf6\xd5\x4a\x5d\xcd\x57\x9a\xef\xfa\ \xc0\xff\xf2\x05\x3d\xd3\x33\x73\x22\xf4\x5e\xde\xca\xaf\x1d\x5d\ \x81\x20\x58\xf7\x8e\x77\xf4\x78\xe8\x33\xa7\x4f\x78\x82\xd1\x7a\ \x31\xff\xc4\xe3\x8f\xb1\x0c\x70\x95\x6a\x7b\x24\xdc\x2d\x7a\xd2\ \x9a\x56\xb3\x5a\xf3\xe7\x96\x62\x7c\xa0\x56\xac\xbb\xd3\x17\x82\ \xf1\x44\xd0\xe7\xf5\x34\xcc\xb1\xf2\x02\x10\xfd\x8c\xdf\xab\x38\ \x14\x45\x8b\x0b\xb9\xfa\xca\x55\x9b\x21\xc6\x7b\x4f\x3c\x7d\x71\ \x3e\x4b\x72\xe5\x68\x34\x39\xbb\xb0\x60\xd9\xc4\x71\xdd\x85\xd4\ \xc2\xe0\xf0\x70\xb9\x52\x5c\xb9\x72\x79\x38\x1a\xc9\x16\x8b\x03\ \x83\x23\x6d\x9d\x1d\xcd\x72\x45\x64\xe8\x5a\xa5\x32\x3c\x32\x88\ \x04\xf1\xf8\xb9\x33\x96\xed\x2e\xeb\xef\x0d\x78\x7c\xc7\xb3\xa9\ \xe9\x54\x7a\x6a\xa9\xd2\xd5\x55\x69\x94\xf2\x77\x5c\xbb\xc9\x23\ \xc0\x46\xad\xac\xeb\xaa\x83\x09\x76\xa1\x45\x0b\x8b\xe5\x66\xb1\ \x3a\x29\xb2\x82\x3f\x14\x76\x19\xa4\x98\x8e\x87\x77\x39\x8e\xaf\ \xd5\xea\x87\x0e\x1e\x0a\x44\x63\xad\xa6\xaa\xeb\x06\x45\x43\x40\ \x80\x28\x8a\x95\x52\x3e\x35\x37\xa7\xd7\x4a\x9b\xb6\x5c\x8b\x80\ \xed\xf7\xb0\xdd\x9d\x6d\xc4\xae\x97\x8a\x59\x81\x67\x58\xc3\x44\ \xd0\xa5\x00\xa1\x29\x68\x5b\x36\xc2\x14\x0c\x72\x92\xc7\xaf\x15\ \x1b\x0d\x55\x77\x30\x51\x34\x43\xe2\x69\x8a\x46\xba\xa9\xbe\x2e\ \xb1\xc8\xb9\x0b\xd1\x50\x18\x3b\x66\x90\x97\xd6\xdf\xfd\xe6\x50\ \x30\xf0\xd9\xcf\xfc\xef\x9f\xfe\xec\x67\xc9\xf6\xe4\xd1\x83\x47\ \xad\x56\xc3\xef\xf3\x2e\x2e\xa4\x6a\x75\x35\x9a\xe8\xc6\x50\xc8\ \x56\xeb\x99\x72\x99\xe5\x20\x35\x6f\x87\xbc\x42\x43\x05\xd5\x56\ \xb3\xa6\x28\x98\xa2\xdb\x7a\x7a\x22\xa1\x40\xe6\xf9\x17\x0c\x48\ \x19\xd8\xf5\x44\xe2\xdb\x77\xec\x1a\xcd\x66\x8b\x85\x32\x2f\x7a\ \x00\xa4\x88\x61\x9b\x96\xa3\x1b\x96\x28\x72\xf3\xf3\xf3\xf7\xdd\ \xfb\x66\x94\x0c\xe5\xe6\x27\x1c\xca\xaa\x34\xab\xba\x59\x8b\x46\ \xa3\xd8\xb2\x27\x26\xc7\xb3\x15\x73\xdd\xc6\x0d\xe9\x5d\xfb\x18\ \x86\x63\x11\x68\xb6\x94\x5a\xa9\x74\x05\xee\x57\xe2\x75\x6d\xda\ \xf2\x99\x59\xad\xd9\x4a\x2d\x4c\x6f\xbd\xfe\xc6\x6e\x46\x38\x77\ \xe1\x82\x61\xea\x1d\xdd\xdd\x83\xab\xfc\xa2\xc7\xc7\xb6\xca\xfc\ \xaa\x9e\x37\xde\x73\x77\xdf\xe0\x50\xd3\xc0\x55\xc5\x49\x95\x5b\ \xdb\x9f\x7b\xde\x47\x31\x3e\x96\x85\x16\xee\xea\x68\x7f\x71\xdf\ \x11\x8c\x89\xc7\xe3\x9b\x9b\x9a\x4e\xcf\xce\xb9\x96\xa6\xd4\x6b\ \xfd\x5d\x49\x3a\x1a\x0d\xf8\x24\xc7\x6e\xfa\x39\x24\x11\x0b\x11\ \x64\x55\x73\x95\xf4\xc5\xf2\xe2\xe4\xbe\x5f\x3c\xfa\x81\xfb\xee\ \x2f\xe4\x5a\x34\x17\x0e\xc7\xc2\xa9\xec\x92\x62\x58\xa6\x43\xcc\ \x66\x1d\x03\x70\xf0\xd8\x91\xfe\xa1\xfe\xa9\xf9\xd9\x46\xb3\xee\ \xf5\xf8\x24\x2f\xef\x0d\xf9\x4b\x4a\xbd\xd4\xa8\x6a\x96\x51\xaf\ \xd5\x5c\x06\x6e\xdf\xfd\x5c\xb5\x5a\xb5\x21\x64\x30\x5a\xb1\x7a\ \x8d\xb8\xac\x47\xb0\xf5\x40\x57\x57\xcf\xc2\x82\x10\x6d\x37\x14\ \x55\x10\x04\xc9\xe3\x99\xad\x64\x02\xae\xd7\x02\x6e\xb3\x59\x6f\ \xe9\xfa\xd6\xeb\x6e\xd8\xb5\x73\x6f\x3c\x12\xd9\x3a\xb4\x82\x75\ \xad\x35\x43\x7d\x42\x80\x99\xc9\xe5\xeb\x95\xb2\xc4\xda\xb4\x59\ \xcb\x9e\x4f\x9f\xf5\x06\xde\x7a\xf3\x35\x7a\x5d\x51\xeb\xe9\x26\ \xc6\x8f\xff\xe4\xb1\x50\x24\xd6\xdd\x3f\x18\x8f\xb5\x8b\xa2\x77\ \x71\x29\x73\xea\xcc\xd8\xfe\x97\x0e\xc7\xdb\x22\x34\x85\x24\xaf\ \x8f\x5c\x96\x89\xd5\x13\x8f\xfc\xf8\x13\x7f\xf1\xc9\xf4\x89\x43\ \xf7\xdc\x74\x73\x23\xbd\x98\xe8\xe9\x0d\x75\x74\x41\x5e\x3a\x77\ \xf6\x84\xd5\x6c\x74\xae\x1c\xa9\x8c\x38\xb4\x63\xb6\xcb\xcc\xa9\ \x43\x47\x57\xc5\xfb\x86\xb7\x0e\x70\xc1\xe0\xbc\x52\x7d\x61\xef\ \x9e\x99\x6a\xbe\x4e\x30\xed\x89\xb8\x0c\xdb\xb2\xb1\xc4\xca\x2b\ \x37\x5e\x37\xb3\x54\xfe\xf1\x0f\x7f\xe4\x8b\x44\x6c\x56\xd6\x2d\ \xe7\xb9\xdd\x2f\x08\xbc\xe8\xb2\x92\xe9\xe2\x53\x67\x4e\xc7\x82\ \x72\xb6\x9a\x55\x5b\x95\x7c\xb9\x12\x8d\xb7\x4f\xcf\x4c\xad\x5e\ \xb3\x72\xea\xec\x58\x7f\x4f\xf7\x35\x57\x6f\xb9\xf5\xb6\x37\xc8\ \xed\x71\xcb\xb6\x0e\xbe\x74\x78\x7e\x7a\xee\xd4\xf1\x53\x9a\x65\ \xf1\xbe\xa0\x62\x82\x85\x6c\x61\xcb\xda\xd5\x0c\xc7\x95\xcb\xd9\ \x62\x2e\xe5\x3a\x0e\xc3\x71\x1a\xa4\xbc\x91\x58\x6f\x47\xcf\xf8\ \x89\xd3\xb2\xe8\xab\x69\x96\xec\x93\x2d\x02\x4d\xdb\x05\x00\x58\ \xa6\x5e\xab\xd7\x12\x1d\x5d\xf9\x62\x59\xd3\xd4\x7c\x3e\x9f\x88\ \xc6\xee\xbb\xf7\x6e\x81\x41\x0f\xbc\xed\xbe\xd4\xec\x54\x38\xe0\ \xdb\xb1\xfd\x19\x86\xa2\x66\xa7\x27\x63\x7e\x54\xad\x94\x78\x49\ \x42\xd0\xe5\x18\x48\x61\x48\x21\x12\xf4\x07\xfc\xfe\xa8\xec\xf5\ \x04\x62\x6d\x2f\x9e\x1e\x6b\xaa\x16\xa6\x58\x4e\xe0\x78\x49\x60\ \x80\xe5\xf7\x79\x2f\xdf\x8c\x13\xc2\xcc\x7c\x66\xf9\xd0\x8a\xf4\ \xd4\xc5\xb6\x50\xdb\xc4\x99\xf1\x44\x22\x2e\x0a\xe2\xf5\x5b\x6f\ \x7c\xe4\x27\x3f\x81\x00\x1d\x39\x75\x3c\x1a\x0b\x53\x50\x0a\xf9\ \xa3\x2c\xe7\xd5\x6c\x40\x03\xc8\x0a\xac\x6e\xb7\x66\xe6\x26\xbc\ \x1e\x21\xdf\x54\x7a\x7a\xfa\x55\xc7\xba\xfe\xb6\x5b\x3a\x07\xfb\ \x9f\x78\xec\xf1\xb2\xaa\x4a\xa1\x20\x30\x49\x38\x1a\x4b\xf6\xf5\ \xba\x86\xd6\xdf\xd3\x7f\xfa\xcc\x58\x34\xde\xce\x52\x82\x45\x34\ \x84\x69\xb5\xa5\x77\x76\x27\x25\x51\x6e\xea\xe5\x5c\xad\xba\x76\ \x65\xff\x8b\xc7\x8f\xf6\x75\x46\x21\x4b\xc5\xda\xba\xf5\x72\xf6\ \xec\xd8\xf8\xf2\xd5\x57\xef\x3e\x7a\x56\x71\x08\x42\xec\xd4\xc5\ \x99\x7a\xb9\xf0\xbb\x87\xbb\xeb\xba\xe5\x62\x15\x22\xea\x77\xfd\ \x87\x89\xf3\x1f\xdc\x2c\x81\x80\xa0\xff\x69\x6c\x25\x96\x72\xf9\ \x07\x86\xfd\x3a\x24\x49\xf2\xfb\xfd\x97\x0d\xf7\xf9\x85\xa5\x8b\ \x73\xb3\xb1\x64\xfb\x4c\x6a\x4e\xf4\x45\x63\xed\x1d\x13\x73\x99\ \x35\xab\x46\xb7\xdd\xb8\x0d\x00\xb0\x70\xee\xf8\xf4\xd1\xda\xf9\ \xb3\x67\xcb\xd5\x16\xe4\x79\x9b\x66\x7b\x06\x96\xc5\xe3\xbc\xa6\ \x36\x76\x3f\x75\x44\x60\xd9\x50\x20\x56\x2b\xa4\x6c\x1b\xc0\x38\ \xe6\x45\x5f\x26\x95\xee\xe9\x4c\xf2\xbc\x64\x98\x46\x5b\x28\x60\ \x5a\xfa\xb9\x93\xe7\xab\x99\xec\xe0\xe0\x60\xc0\xe7\x97\x42\xb1\ \x1f\x7e\xff\xd1\xa1\x15\x23\xd7\x6e\xd9\xe2\x60\x27\xda\x95\x0c\ \x0f\xae\xf8\xf6\x93\x4f\x57\x55\xc5\xb6\x94\x58\x3c\xa1\x9b\x5a\ \x53\x69\x74\xf7\x74\x54\xca\x59\xa5\xd9\x90\x44\xa9\x5e\x6f\xca\ \x1e\x77\x6e\xfa\xe2\xbe\xfd\x2f\xf6\x0c\x0e\x15\xca\x35\x48\x23\ \x45\x53\x45\x5e\x48\xd5\x2b\x41\x9f\x28\x43\x72\xfe\xf4\xb1\xe6\ \xc2\x4c\x8c\xe7\xe6\xcf\x9d\x15\xbc\xbe\x67\xf7\x1e\xe8\xbf\x6a\ \xc1\xdf\xdd\xd7\x68\x95\x3c\x3c\xf6\x0a\x54\xb9\x90\xf5\x7a\xe4\ \x6b\xb6\x5c\x7b\xe6\xe8\x89\x72\x26\xe3\x81\x68\x2e\x9f\xef\x6a\ \x8b\xc9\x2c\xaa\x66\xe6\x88\x8e\xcf\x1f\x3f\xdc\x54\x94\xc1\xce\ \x8e\xf9\xf4\x99\xbf\xf9\xf3\x8f\xcd\x4e\x4c\xb0\x5a\x0b\x34\xb2\ \x98\xa6\x57\xf6\xb5\xd3\x9c\x14\x96\xb9\x43\xfb\xf7\xac\x5b\xb5\ \xaa\xaf\xbf\xf7\x8e\x7b\xee\xba\xf3\x4d\xb7\xd5\x6b\x95\x56\xab\ \x49\x8c\xcb\xa4\xcc\x7c\xaa\xb6\xeb\x97\x07\xae\x5b\x9b\x9c\x3d\ \x7b\xe0\xc6\xeb\x6e\xa2\xe4\x70\xd1\xc2\xb4\xc0\xf4\xf5\x76\x15\ \xe6\xb5\x93\x47\x8e\x72\xd1\xae\x76\x31\x30\xb4\x72\xe5\x9a\x64\ \x6f\x82\xf1\xb7\x2a\xad\x8e\x81\x81\x88\xa9\xce\x8e\x4f\x4c\x1c\ \x39\xc1\x7a\x65\x9e\xf3\x60\x64\x59\xb6\xde\xd3\xd1\xb3\x6c\xf9\ \xf2\x9f\xfd\xe4\x09\x8a\x93\x79\xc9\xef\xa1\xf5\x64\x38\xc0\x00\ \x22\x89\xde\x72\xb3\x01\x4d\xd3\x30\x14\xcb\xd2\xe7\xd2\x29\xc1\ \x2b\xe4\x8b\x15\xc1\x17\x4c\xa5\x0b\xb7\xdd\x74\xdb\xfe\x17\xf6\ \xbe\xf5\x0f\x1f\xa8\x43\xfc\xf5\x27\x1f\x4d\xe7\xb3\x14\xcd\x9a\ \xba\x89\x1c\x32\xba\x76\xd5\xf3\xc7\x8e\xe4\x2b\xf5\x40\x28\x46\ \x21\xa6\x2d\x99\x68\xaa\xb5\xe9\xd9\x05\xa5\x59\x83\x34\x03\x10\ \xa0\x89\x1b\x0c\x85\x87\x06\xfb\x33\x73\xf3\x0d\xa5\x15\x08\x06\ \x75\xcb\x14\x39\x9a\x10\x00\x10\x05\x59\x4e\x71\xac\x97\x8e\x1f\ \x59\xbb\x7a\xb5\x69\xb6\x6c\xa3\xd9\xd7\xbd\x72\xf5\x8a\x65\xa7\ \x8f\x1e\x99\x9b\x9e\xd1\x54\x4d\x6d\x35\x93\x01\xf6\xa5\xb1\xe9\ \xcd\xb7\xdf\x98\x9a\x9f\xa9\xdb\xb4\x55\xd2\x4c\x07\x23\xc8\xb9\ \x08\x02\x0a\xf1\xb2\xa4\x59\x46\x2e\x55\x75\x10\x93\xab\x34\x81\ \xe8\x61\x19\x21\x9b\xc9\xfb\x44\x3e\xd9\x95\x30\x6c\xf5\xb2\x9f\ \x19\x08\x40\xa9\xd0\xa8\xe4\xf3\x98\x58\x2c\x0b\x77\xee\xdc\x3d\ \x34\xbc\x36\xd6\xd6\xf9\xdc\xce\x1d\x6d\xed\x9d\xfb\x5e\xdc\x7b\ \xfd\x8d\xd7\x4d\xcf\xcd\x5b\x0e\xe1\x05\x99\x95\x24\x07\xe2\x89\ \xa9\x09\x41\x64\x80\xab\x8d\xf4\x77\x6e\xbe\x7a\x8b\x7e\xe0\x78\ \xb3\x9a\x05\xbc\xd8\xdf\xd7\xf7\xb5\xaf\x7d\xa3\x5a\xad\x40\x9a\ \xb3\x6c\x0c\x19\xba\x5c\xab\x04\x3c\xb2\x5f\x96\x2d\x07\x77\x74\ \x76\xe8\xa6\x63\x5a\xba\x8b\x1d\x51\xe6\x10\xe2\x19\x8a\x1a\xe8\ \xef\x8b\x5f\xbd\x66\xf3\xa6\xf5\xd5\xfc\xdc\xb9\x93\x85\x70\x2c\ \x91\x2f\x17\x75\x07\xb0\x82\x1c\x88\xf8\x13\x9d\x09\x86\xe3\x18\ \x02\x01\x00\xf3\xe9\x05\xe6\x3f\xe4\xe5\x65\x86\x6d\x3b\x8f\xbf\ \xf8\xe7\x4d\x7b\xe1\x77\x2c\xc1\xb1\xe0\x5d\x4f\xb1\xce\xff\xe5\ \x95\x81\x04\x85\xe9\xba\x00\xc8\xff\xac\xf1\xd6\xf8\x5f\x17\x88\ \xd9\x7a\x9d\xa9\xf7\xec\xec\xec\x9a\x35\x6b\x2e\x37\x8f\x01\x95\ \x86\x6d\xb9\x54\xb5\xa5\xa9\xd5\xe6\x8a\x35\x6d\xf1\x64\xe7\xaa\ \x55\x96\xad\x1a\x94\x61\xf4\x24\x63\xd1\xb5\xa3\x4a\x29\x55\xa9\ \xb4\x3a\x45\xaf\xa2\xeb\xd5\xca\x92\xc8\x93\x77\xbe\xe5\x16\x5d\ \xb5\xee\xba\xf6\x9a\xa5\xc5\x82\xe3\x18\x8e\xd6\x3a\x75\xe6\xa2\ \x6b\xe8\xb9\x8a\x4a\x20\x9c\xbc\x38\x17\xf0\xb0\xbc\x28\x2f\x95\ \xb2\x4b\x0b\x73\x08\xa0\x54\xa9\xe5\xed\x1a\xe6\x7d\x9e\x67\x9e\ \xd9\x7e\xf2\xec\xb4\x66\x93\x77\xbf\xf3\x0f\x7f\xfe\x6f\x3f\xb5\ \x2c\x23\x3e\x5f\xdc\x7b\xf8\xd0\xb2\xa1\x15\xd5\x7c\x85\xd7\x5b\ \x14\x85\xdf\x70\xeb\xb5\x13\x13\xe3\xa1\x50\x64\x6a\xc2\xa6\x08\ \xed\xba\x08\xb8\xd4\xc4\xd9\xb3\xd8\xd4\x59\x84\xd2\x0b\xa9\x65\ \x2b\x56\x18\x8a\xae\x37\x4a\x31\x59\x18\x58\x31\xb8\x38\x33\x39\ \x3b\x35\xe1\xc7\xd8\x22\xc4\x16\xa5\x84\x3f\x38\x30\x38\x68\x13\ \xe7\xd8\xc9\x43\xf1\xf6\xa0\x5c\x6b\x0c\x76\xc5\xb3\xd9\xc2\x70\ \xff\x60\x29\x5f\x5a\x5a\x48\xf5\xf7\x74\xfb\x7c\xbe\x42\x21\x97\ \xae\xd7\xc6\xc6\x2e\xac\xdf\xb8\x36\xee\x95\xff\xf6\x57\xbf\xc2\ \x88\x1d\x4f\x57\xb8\x60\x62\xfb\xf6\x5f\x76\xc7\x23\x41\x99\x37\ \x69\x40\x1b\xf5\x91\xee\xb8\xe0\x09\xf9\x63\xed\xff\xe7\x3b\xdf\ \xce\x55\x1a\xa3\xeb\xd7\x6c\x5e\xbf\x16\xba\xae\xc8\x33\x97\x3b\ \x00\x0f\x00\x00\xb2\x3f\xf9\xc2\xa1\xf3\x2b\x06\x83\x92\xcf\xdb\ \xa8\x9a\x5f\xfd\xda\xd7\xb6\xdc\x71\x8f\x27\xca\xf6\x75\x85\x19\ \xbb\xa3\x9e\x2d\xd3\x12\xd3\x1e\x0e\x67\xcf\x8e\xd7\x1a\xfa\x7c\ \x73\xc6\x71\xc1\x6c\xb1\x80\x10\x0a\x31\x3c\x34\x2c\xc4\x50\x14\ \x72\x21\x30\x5d\x5b\x0d\xfa\xd8\x7f\xfe\xfa\x57\x0d\x9d\xf8\x83\ \x51\xd7\x25\x22\xc7\x42\xdb\x84\x9c\xaf\xd2\x50\x3a\x93\xc9\xd4\ \xe2\x6c\xb5\x56\x21\xae\x33\x3a\xb2\x22\xb5\x94\x81\x8c\xa0\x68\ \xb6\x2c\xc8\xcd\x4a\xb3\x7b\x60\xe0\x67\x3b\x9e\xcd\x29\x15\xce\ \x2f\x57\x1b\x35\x8f\xe8\xa1\x5d\x60\x35\x34\xc1\x1f\xd0\x1c\x20\ \xc9\x7e\x82\x1d\x00\xf0\x91\x63\x87\x23\x41\x7f\xa6\xa5\xdb\x86\ \x23\x0b\x2c\x40\x00\xd9\x36\xeb\xba\xcb\x07\x7a\x0f\xef\xa7\x79\ \xde\x4b\x80\x4d\x23\xc6\xb5\x2d\x4d\x25\xb6\x8b\x15\xc7\x31\x1d\ \x0c\x10\x2a\xd6\x8a\x5e\x2f\xe7\x9a\x8d\xde\x8e\xe8\xd8\xe9\xa3\ \xf5\x4a\xd1\xeb\xf5\x85\x42\x11\x55\xd1\x28\xb7\x32\xd2\x1d\xaf\ \x55\x9b\x85\x96\x5b\xd4\xb8\x6a\xbd\x6e\x3b\x96\x2c\x70\x2c\x24\ \x90\x85\xa5\x56\x1d\x62\x86\x96\xbc\xd3\xb3\x69\xc0\x49\x34\x27\ \x5b\x04\x08\x9c\x90\xc9\x14\x74\x5d\x23\xd8\x7d\xc5\x27\xfd\x32\ \xd4\x32\xd9\xaa\x22\x04\xfc\x04\x69\x18\xe9\xd1\x8e\xb6\xa5\xba\ \x7e\x6e\xfe\xdc\xf9\xb9\xc2\xfd\xef\x7c\xe8\x7d\x7f\xfc\x90\xa1\ \xd9\xff\xeb\x43\x1f\x2f\x55\xab\x48\xd2\x94\x6a\x01\x36\xab\xbc\ \x28\x03\xc7\x61\x29\xf6\xf8\xc9\xf3\x1b\xd6\xad\xe9\x6d\x8f\xe7\ \xb3\xf9\xbe\x9e\x6e\x2f\x2b\x5d\x1c\x9f\x0a\x87\xa3\xa6\x63\x13\ \xca\x25\x14\x61\x58\x56\xa5\x09\x0d\x31\xcd\xb2\x90\xa1\x88\x6d\ \x01\x84\x65\x99\x73\xb0\xd3\x52\x1a\xdd\xde\xb6\xc9\x8b\x13\x07\ \x0f\x96\x28\x6c\xf6\x75\x85\x0d\x0b\xd5\x5b\x66\xa5\x52\xc9\x14\ \x1b\xb2\x2f\x3e\x35\x37\xcd\xc8\xc1\x95\x2b\x56\x4e\xa5\x1a\x66\ \xb5\x50\x6b\x55\x80\xd1\xfc\xdd\xc3\x1d\x02\x80\x89\xed\x12\xf3\ \x77\xbc\x21\x20\x10\x99\xe4\xff\xa6\xcb\x47\x94\x89\x1c\xed\x7f\ \x1a\xdc\x29\x9a\x22\xce\xeb\xda\x21\x51\xaf\xcf\x5e\x06\x42\x58\ \xab\xb7\x2c\x93\x6e\x66\x5a\x9a\xa5\x13\x72\xb2\xa7\x77\xa4\xb3\ \xad\xe7\x47\x3f\x7a\x66\x69\xb1\xfe\x97\x7f\xf3\xa7\xde\x78\x57\ \xdf\xb2\xd1\x15\x82\x2f\x12\xef\x50\x75\x6d\x3e\x35\x43\x20\xbe\ \x38\x3d\x07\x08\x15\xf0\x46\xc2\x91\xd8\xf0\xe8\x90\x1c\x08\x9f\ \x1d\x7f\x58\xf4\x78\x02\x51\x9f\xed\xe0\x8b\x13\x13\xb5\x9a\xb6\ \x72\xb8\x3f\x9b\x9e\x76\x30\xa0\x00\x7e\xcf\xbb\xdf\x8d\x21\xfc\ \xc2\x17\xbe\x32\x35\x37\x4b\x23\xf4\xf4\xd3\x3b\xb3\x99\x7c\xb5\ \xf2\xff\xb2\xf7\x9e\x61\x96\x5d\xe5\x99\xe8\x8a\x3b\x9d\x7d\xf2\ \xa9\x53\xb9\xaa\xab\xaa\xab\x3a\xa9\xd5\x59\x39\x21\xa1\x2c\x84\ \x84\x04\xc6\x36\xc9\x0c\x1e\x03\x63\x0c\x63\x3c\xb6\xef\x78\x3c\ \x4e\xd7\xe0\x74\x0d\xcc\xc5\x36\xc3\x25\x18\x6c\x83\x10\x51\x01\ \x83\x42\x23\x09\x85\x6e\xb5\x3a\xe7\x50\x39\x9e\xaa\x93\x77\xde\ \x7b\xa5\xfb\xe3\x08\xec\x79\x1e\x33\xf3\xb8\x5b\x0c\xe3\x07\xd6\ \xb3\x7f\x9c\x3a\x55\xb5\xf7\x3e\xeb\xac\xfd\xae\xf7\x7b\xbf\x77\ \xad\x6f\x6d\x6c\x6c\xf4\xd4\xb3\xcf\x63\x5d\x57\x08\xf7\xf4\xf7\ \xb7\x9a\x8d\x91\xd1\xbe\xf1\x8d\x1b\x13\xc1\xde\xfe\xb6\x5f\x5a\ \xad\xfc\xd7\x0b\x53\xf3\x02\x00\xc6\xe3\x66\xcb\x2d\xe6\xb2\xb5\ \xd5\xd5\x4d\x1b\x26\xba\xf2\xf9\x99\xa9\xf3\xed\x5a\x6d\xc7\xc6\ \xd1\xfe\xbe\x81\xa5\x99\x99\x73\x53\xd3\xbb\xc6\x27\xec\x9e\xfe\ \x50\x09\x65\x67\x46\x2e\x2b\x3f\xb1\x6f\xdf\xf7\x5e\x7e\x45\x50\ \xda\xd7\x37\x98\xcd\xe4\xc7\xc7\xb7\x00\x88\xff\xf1\x3b\x4f\x72\ \x26\x6a\xcd\xf6\xf8\xc4\xf8\x6a\xbd\x99\x8a\xe2\xc9\x85\xd5\x5b\ \xee\x19\xaa\x54\xeb\xe7\x2f\xcc\xdd\x74\xcb\xeb\xcf\x4f\x4d\x37\ \x6a\xd5\x27\x9f\x7a\xf2\xf3\x9f\xfe\x1b\x99\x44\xf5\xd5\xe5\x0b\ \x2f\xbf\xb8\x50\x59\x15\x6b\xad\x62\xc8\xd6\x8d\x8f\x73\x7d\x61\ \x62\xc3\x86\xc9\x0b\xe7\x59\xe2\x41\x28\x5b\xb5\x7a\x3e\xdb\x7f\ \x71\x75\xa6\x4a\xc5\xf4\x91\x03\xaf\x00\x70\xb5\x82\x22\x57\xcc\ \x6d\xd8\xb4\xf1\x95\xc3\x87\x7c\xe8\xfc\xda\xfb\xdf\xb9\x79\xe7\ \xd5\x2f\xd6\x9f\x25\x66\xb6\x50\xea\xbd\xf6\xc6\xdb\x11\x4d\xbf\ \xff\x97\xdf\xfb\xf2\xcb\xaf\xb4\x5a\xed\x75\xeb\xd6\xdd\x70\xc3\ \x8d\x9b\xb7\x6c\x59\x58\x5e\x33\x53\x76\xbd\xd6\xa4\x94\x02\x88\ \x9b\x2d\x07\x02\x83\x25\x02\x11\x0c\xb0\xd2\x81\x90\xcc\x31\x0d\ \x63\xad\x56\x33\x0c\x43\xd7\xf4\x62\xa6\x78\xfa\xcc\xa9\x74\x2a\ \x4d\x35\x03\xc7\xc0\xa9\x39\x93\x93\x53\xc5\x5c\xe1\xec\xcc\x05\ \x29\xc2\x85\xc5\xa5\xde\xfe\xfe\xa8\xda\xae\xd6\xdb\x43\x7d\x83\ \x0b\x17\x66\x59\xc2\x11\xa6\x96\x69\x19\x54\xd3\x35\xdd\x75\x3d\ \x00\x20\x67\x40\xea\x90\x12\x0d\x02\x10\x47\x51\x2a\x95\x22\x94\ \x94\xbb\xbb\xe7\x66\x67\x99\x50\x58\x4a\x11\x44\x31\x4b\xa4\x94\ \x50\xb7\x4c\xcb\x6a\x36\x1d\x9c\xb1\x46\xd6\x8f\x13\x4a\xdb\xed\ \x76\xbd\x51\xb7\x2c\x0b\x43\x12\x25\x21\x88\x82\x52\xb9\xa7\xda\ \x6e\x37\x5d\xbf\xe9\x05\xad\x20\xf6\x83\xc0\xf1\x23\x4b\xc3\x7e\ \x94\x84\x11\xc8\x66\x0b\x22\x69\x11\xcb\xce\x15\xcb\x2d\x3f\x82\ \x10\x21\x02\xa5\xe0\x8d\x7a\xb3\x98\xcf\x82\x4b\xd8\xcf\x7d\x6a\ \x6e\x2e\x88\x62\x4c\x75\x88\xf5\x4a\xbd\x79\xf8\xe4\x89\xae\xbe\ \x09\x45\xf5\x56\x22\x88\x5d\x18\xee\xb1\xf3\xd9\x4c\xcb\xf1\x11\ \x84\xbe\xe3\x9a\x99\x4c\xbb\xdd\xf6\x91\xca\xa4\xcc\x42\xbe\xf0\ \xfc\xf3\x2f\xdd\x77\xdf\x03\x9f\xfe\xf4\xff\x67\x18\xb5\xcf\x7f\ \xf1\x8b\xe9\x7c\x36\x66\x11\x97\x02\x28\x94\xc4\xd2\x0f\x93\x24\ \x8a\x91\x90\x44\xd3\xbb\xbb\xbb\x4f\x9d\x3e\x8d\x12\xa2\x94\x82\ \x18\x68\x9a\x36\x36\x36\x5a\xad\x56\x57\x16\xd7\x34\xa4\xf2\x99\ \xcc\xdc\x92\x97\x2b\x06\x8d\x7a\xd0\xdd\xdb\x5f\x99\x6d\xb8\xae\ \x5c\x5e\xaa\xe7\x7a\x46\x8a\x86\x38\xf6\x7c\x45\x0a\x20\xa3\xe4\ \xc7\xa2\xb9\x2b\x05\x5e\xf3\x9a\x7c\x4a\x29\xa9\x7e\x74\xa9\x70\ \xf5\x6a\x2d\xc2\x9f\xae\x7c\xe6\x4f\xfa\x13\x13\x42\x9e\x7f\x61\ \x3f\x26\x39\xc3\xc8\x6e\xb9\x7c\x6c\x71\xfe\xcc\xfc\xcc\xac\x9d\ \x59\x3f\x3c\xb0\x75\xbe\x22\xea\x3e\x4e\x84\x37\xbe\x71\xfb\xf7\ \x9e\x7d\x3e\x10\xfa\xd0\xc8\xb0\x9d\x69\x05\x41\xab\xdc\x93\x4f\ \x22\xfe\xec\x33\x2f\x58\xd4\x9e\x5e\x98\x1d\x1d\x9f\x48\x65\x72\ \x61\x92\x30\xe5\x1b\x86\x05\x80\xcc\xe5\x0b\xb9\x42\x9e\x71\x89\ \x29\xdd\xb0\x61\xc3\x9e\x6b\xae\xf9\xcc\xe7\x3f\x1f\x4b\xd9\xd3\ \x3f\x80\x00\x98\xd8\xb4\x79\x75\x79\xb9\xd6\x70\xa9\xbe\x36\xdb\ \x68\x28\x88\xe7\x16\x17\x6f\xbc\xf6\x16\xa1\x00\xd5\xad\x52\x77\ \xdf\x60\xe0\xff\xe6\x6f\xfd\x5f\x1a\xb5\x22\x26\xf2\xa5\x42\x6d\ \x6d\xd9\xc0\xd0\xb6\x4d\x84\x24\x10\xec\xf4\xf1\xa3\x04\xc3\x9d\ \x5b\xb7\x8e\xf4\x16\x43\x27\x94\x80\x1c\x3b\x7d\xae\xdd\xf4\xf5\ \x5b\x73\x43\x03\xfd\x15\x26\x0e\x1e\xdc\xff\xe8\xd3\x7b\xcd\x6c\ \x5e\x30\x58\x59\xab\xf7\xf5\x8f\x84\x91\x70\x5c\x07\x00\xa2\x1b\ \x3a\xd2\xf5\xa9\xb9\x85\xb9\x85\x19\xcd\x34\x6e\xbc\xe3\xee\xba\ \x0f\xe7\x96\x5b\x57\x5e\x7d\x53\x36\x53\x2a\xe7\x9d\x4d\x63\xe3\ \x5b\x2f\xdb\xfc\xd1\x3f\xfd\x8b\xfb\xef\xbf\x6f\xc3\xd8\x68\xe9\ \x0d\xbd\xe5\xde\xc1\xe3\xe7\xa6\x49\x2e\x77\x76\x76\xba\x7b\x60\ \xb0\xd6\xaa\x9d\x3c\x76\x14\x25\x61\x4f\x21\x57\xd4\xcd\x8b\xae\ \x1a\x81\x64\x60\x19\xac\x5e\x9f\x2f\xe8\xa0\x54\x2c\x9f\x3c\x7b\ \xe6\xd4\xe2\xaa\xdd\x9b\x59\xa8\x34\x2a\x8b\x6b\x1b\x76\x5c\x5b\ \x1e\xee\xb1\x33\xb9\x7a\xdb\x07\x2a\x69\xb4\xda\x42\x41\xdd\xb4\ \xec\x74\xf6\x95\xc3\x07\x2b\x6b\xab\x03\x83\x43\x7e\xc4\xfb\x07\ \x06\x59\xe2\xce\x2f\xad\x10\x4a\x39\x83\x42\x41\xc6\x05\x4f\x58\ \xc8\x22\x33\x45\x52\x69\xec\xfa\xae\xa9\x11\x96\x08\xd7\xf5\xaf\ \xbb\xe6\xc6\x53\xa7\xcf\x8e\x8d\x8e\x1f\x78\xe5\x30\xe7\xe8\xf9\ \x97\xf6\x23\x02\x7a\x7a\x7b\xba\x31\xa8\xcf\x2d\x65\xca\xc4\x04\ \x2a\x8a\x55\xc1\x4c\xf7\x94\x7a\xba\x0b\x5d\x76\x36\x17\xb3\x78\ \xa0\xa7\x47\xc4\x71\xbd\xba\x9a\x4e\x67\x28\x40\x71\x18\xc4\x91\ \x02\x4a\x2a\x25\x67\xe6\xe6\x4c\xcb\x4a\xa7\x33\x12\x62\xce\x98\ \x02\x50\x01\x40\x29\x35\xf4\x94\x91\xc9\x11\x43\x6f\xd7\x57\x7d\ \x1f\xf5\x75\x95\xc3\x98\x4d\x9d\x3f\x1d\xf9\xde\xba\xe1\x41\xd7\ \x77\x86\x87\x06\x79\x40\x4c\x2b\x55\x99\xad\xac\x36\xdc\x86\x1b\ \x72\xa4\x61\x4b\x4b\x24\x8b\xc2\xc4\x4b\x98\x1b\xbb\xcb\x8d\x30\ \xe0\xb2\x77\x78\x24\x5f\xee\xf5\x2b\x6b\x31\x8b\x05\x4f\x08\x46\ \x3f\xd8\x94\xfa\xe2\xd9\xcc\xd2\xca\x82\x9d\x49\xf1\x58\x64\x64\ \xe6\x0f\xfe\xf0\xf7\x0e\x9e\x5a\x9e\xaf\xb4\xef\x7b\xf0\x01\x3b\ \x25\x21\x8c\x5e\x7a\xf2\xc9\x94\x61\x5a\x86\x11\xb8\x4e\x28\x54\ \xc0\x58\x2a\x95\xd6\x53\x29\x82\x29\x21\x3a\x00\x74\x7a\xa6\x72\ \xf3\x2d\xf7\x1c\x3b\x72\x50\xb2\x58\x00\xc9\x92\x58\x40\x89\x04\ \x89\x18\x4f\x12\xc1\x28\xcc\xa7\x2d\xc0\xb9\x10\x02\x42\xc8\x39\ \x37\x4d\x13\x20\x60\xa7\xad\xfd\xfb\x5f\x9e\x18\x1f\xbf\xe5\xc6\ \x9b\x9f\x7c\xe2\xc9\x95\x6a\x60\x17\x47\xce\x2d\x46\x40\xd9\xfe\ \x0a\x63\x09\xaf\xd5\x93\xd5\xca\xb1\x75\x57\xe4\x41\x79\x84\xa7\ \x73\x29\x03\x4b\x83\xfe\x98\xc0\xfd\x7f\x02\xc3\x17\x7b\x4e\x09\ \xe4\x0f\xca\xad\xff\x4b\xbf\x06\x3f\x85\xe0\xfe\x13\x6f\x52\x88\ \x4d\x5b\x37\x61\x55\x8e\x02\xa4\x63\x73\x7c\xb8\x17\xe9\x5a\x36\ \xb7\xb1\xe5\x0c\xac\xb6\xdc\x10\x30\xa4\x00\x90\x60\x66\x7e\xb5\ \xe5\x83\x96\xc7\xae\xb9\x76\xcf\xfc\xc2\x85\x6c\x2e\x1d\xbb\xee\ \xaf\xfe\xe6\xef\x02\x00\xd7\x96\xe6\x27\x2f\x4c\x46\x8c\xb7\x1d\ \x37\x95\x96\xf9\x7c\x4e\x37\xb4\x6c\x3e\xbd\xb0\xb8\x88\xa9\x56\ \xca\xa6\x6f\xbe\xf5\xb6\xbf\xf8\xc4\xc7\x1b\x0d\x87\x2b\x98\xcf\ \x15\xfd\x28\x4a\xea\x6e\xb6\xd4\xbb\x7e\xc3\x96\x17\x5f\x78\xa1\ \xde\x74\xb5\x4c\xd6\x0d\x62\xac\x1b\x00\x93\xb9\xfc\x6b\x92\xad\ \x00\x00\x20\x00\x49\x44\x41\x54\xf9\xc5\x4f\x7c\xf2\xaf\x36\x4c\ \xac\x3f\x37\x35\x93\x4d\x17\xa8\xae\xb7\x5d\x37\x9d\xc9\x6c\xdd\ \x30\x76\x60\xdf\xfe\x42\x57\x57\xcd\x59\xe5\x4c\x8c\x0e\x0d\x0e\ \x0f\x0c\x22\x1e\x68\x9a\x69\x67\xbb\x7a\xd6\x8d\xad\xb5\x1b\x9f\ \xf9\xda\x37\xc7\x27\xd6\xd7\x9a\x2d\x2f\x08\x73\xf9\xa2\x9d\xed\ \x6a\xb6\x5a\x9a\x9e\xae\x54\x6a\xa6\x95\x6f\xb4\x5c\xac\x99\x8d\ \xb6\x03\x0c\x63\x69\x65\x59\xd3\xc9\x6a\xad\xae\xa5\xb3\x4e\xc8\ \x89\x6e\x63\x4c\x8f\xbc\x72\x68\xf7\xee\x5d\x57\x5c\xb1\xbb\x5a\ \xad\x2e\x57\xea\xef\xfb\xc0\xaf\xef\xd9\xb3\xeb\x03\x3f\xf7\x60\ \xaa\xd8\x7b\x7a\x66\xef\xcd\x6f\x78\xc3\x9e\x1b\xae\x7b\x71\xdf\ \xfe\x7a\xab\xf6\xa6\x3b\x6f\xdf\xb3\x75\x6b\xd2\x6a\x57\x9b\x4d\ \x68\x14\x2e\x6e\xd4\x22\xe5\xaf\x2d\x9c\x9a\x9d\x19\xe8\xde\xbe\ \xf9\xc2\xf4\xb9\xee\x9e\xd2\x5c\xdb\xbf\xe6\x9a\xab\x32\xf9\xfc\ \xae\xcb\x76\x66\xf4\x7c\x02\xe3\x44\x89\x42\xa9\x07\x03\x20\x14\ \x08\xa3\x30\x49\x92\x74\x36\x2d\xa5\x38\x73\xf6\x74\xab\x1d\x20\ \x62\x5a\x16\x48\x22\x47\xf0\x24\x9d\xca\xf8\x71\x2c\x21\x92\x40\ \xc5\x5c\x48\xce\x22\x56\xc3\x04\x18\x94\xea\x9a\x51\xe8\xea\xa2\ \xba\x15\x2b\xd8\x66\xfc\x99\x83\x87\xfb\x87\xd7\xd5\x6b\xb5\x46\ \x10\x10\xa8\x0a\xd9\x30\x0e\xa3\xf1\xde\x61\x4b\xc0\x1d\xbb\xae\ \x99\xed\x5e\x38\x77\x7e\xba\x98\xeb\x4a\x59\xd6\x86\x0d\x13\x27\ \x8e\x1e\x1f\x1a\x18\x9a\xba\x70\xce\x75\xfd\x5c\xda\xca\xe5\x0a\ \x11\x35\x18\x8b\x18\x4b\x00\x90\xc7\x8e\x1d\xdb\xb1\x63\x67\xa3\ \xd9\x14\x42\x20\x4c\x00\x84\x94\x50\x4d\xd7\x35\xcd\x00\x10\x3a\ \x4d\x27\x0e\x99\xa7\x80\x6b\x86\x0d\xc7\xdb\xb0\xf9\x32\xb7\x59\ \x97\x32\xe9\xed\xea\xf5\xc2\xb0\x98\x2f\xcd\x2e\xac\xac\xd4\xdb\ \x95\x7a\xbb\x15\xc4\x00\xeb\x44\xd7\x89\x6e\x22\x4d\x20\x8c\x43\ \xc6\x09\xc4\xd4\x36\x56\x1b\x2e\x20\x34\x93\xcf\xb7\x5b\x0d\x40\ \x10\x86\x2a\x65\x51\x4a\x2e\x29\x5a\x5d\x5a\x98\x3c\x75\xec\xf0\ \xee\xeb\x76\x81\xb4\x0e\xcc\xdc\x6d\xbd\xeb\x68\x2a\xe3\x33\xa0\ \x80\x88\xfc\xe8\x91\x47\xbe\x59\x5d\x5b\x61\x2c\x0a\x13\x20\xb1\ \xc6\x78\x44\x90\x01\x81\xaf\x78\x4c\x71\x61\x7c\xfd\xc4\xd2\x52\ \xfd\xc1\x07\x1f\x00\x40\xbd\xf0\xfc\x5e\xa0\x12\xae\x98\x92\x4a\ \x41\x28\xb9\x52\x02\x08\xa8\x82\x20\x48\xa5\x89\xeb\xb8\x9a\xa6\ \x39\xae\x07\x01\x34\x52\x06\xa5\x14\x63\xd8\xdd\xdd\xbd\xbc\xb4\ \xf4\x3b\xbf\xfb\x3b\xc5\xee\x9e\x77\xbf\xf7\x7d\xfd\xeb\x46\x3c\ \xcf\xfb\xd6\x93\x4f\x5e\xb9\x73\x67\xcb\x89\x45\xe0\xd7\x6b\x8d\ \x48\xcb\x17\xba\x4a\xc9\x9a\x8f\x35\xfd\xc7\x92\x84\x54\x52\xc9\ \xd7\xfe\x00\xf2\x55\xf2\xfe\x2f\x1c\x02\x28\xa1\xc0\x4f\xdb\xf1\ \x93\x07\x77\x29\x87\x46\x07\x0b\x5d\x5d\xe3\xeb\x27\x24\x67\x86\ \x26\xb6\x6f\x1b\xeb\xed\xce\x69\x18\x0d\x0c\x0e\xcc\x2d\x56\xac\ \xb4\x41\xa8\x91\xce\x97\x9e\x7b\x61\xff\x91\x63\xa7\x99\xc0\x46\ \x2a\xf7\xec\x73\xcf\xa7\x73\xa5\xf6\x6a\x05\x08\x55\x2c\x94\xaf\ \xb9\xe9\x96\x8f\x7f\xe2\xff\x5d\x37\x32\x5c\xaf\xad\x52\x02\xed\ \x94\x3e\xb6\x6e\xc8\xf3\xda\x9c\xf3\x30\x4c\x0e\x1f\x3d\xee\x06\ \x71\x90\xb0\x20\xe1\xf3\x2b\xab\x5e\x10\x7b\x51\x12\x33\x75\xe0\ \xd0\xf1\x2b\xaf\xbe\x31\x95\xce\x66\xb3\x05\x4d\x33\x97\x57\x2b\ \x61\x18\x27\x5c\xce\xcc\x2c\x9c\x39\x7b\x61\x6c\x6c\x7d\xdb\xf1\ \xb3\xb9\x62\x57\x6f\x0f\xa2\x78\xd3\xe6\xcd\x7e\xe0\x56\x56\x57\ \xa0\x64\x1a\xc1\x71\x1c\x22\x05\x16\x17\x97\xcf\x9c\xbb\xe0\x47\ \xc2\x4f\x24\xb4\x32\xc2\x4a\x9f\x5c\x58\xae\xc7\xdc\x2e\xf7\x61\ \x2b\xc3\x38\x88\x22\xe9\xb8\x61\xdb\x0d\x2f\xcc\xcc\xf5\x0d\x8e\ \x78\x61\xa4\x99\xa6\x1b\x26\x4a\x21\x3f\x4a\x62\x2e\x36\x6c\xda\ \xd8\xdb\x9f\x1f\x19\x19\x50\x82\xc5\x61\x20\x93\xe4\x2b\x5f\x7e\ \xe8\xe9\xa7\xf7\x9e\x3a\x3f\xb9\xda\x72\x66\x17\x57\xf7\x1d\x3c\ \x5a\x1e\x1a\x7b\xcb\xdb\xde\xf1\xb1\xbf\xfa\xeb\x0f\xfe\xc6\x6f\ \x94\xfb\x7a\xae\xba\xe6\xea\x9b\x6e\xbc\x69\x71\x66\xee\xd8\xa1\ \x23\x6b\x8b\xcb\x17\x9d\x0e\x7f\xd7\xdb\x1e\xfc\xca\xdf\xfd\xf5\ \xdd\xf7\xdc\x92\xcd\x9a\xe5\xae\xfc\xfd\xf7\xbf\xe1\xb1\x6f\x3d\ \xfc\xdb\xbf\xf1\xc1\x1b\xae\xb9\x26\x65\xa5\x24\x14\x44\xd3\x21\ \x24\x0a\x80\x28\x4a\xa6\x27\xcf\xf3\x38\xfc\xf3\x3f\xfd\xc8\xdf\ \x7f\xe9\x6f\xb7\x5e\xb6\x25\x8e\x23\xcf\xf3\xbc\xc0\x71\xda\xad\ \x30\x0c\x08\x26\xae\xeb\x25\x31\x4b\xa4\x50\x10\x4b\x00\x39\x57\ \x50\x01\x11\xc5\x14\xa1\x28\x8a\x62\xc6\x77\x5e\x7b\x4d\x2d\x0c\ \x0f\x4d\x4f\x56\x58\xf2\x95\xe7\x9e\x39\x53\xad\x40\x5b\x33\xb2\ \x69\x40\x30\x4b\x92\x42\x36\x97\xb3\xd2\x99\x94\x3d\x32\x3c\xc2\ \xa4\x70\x7d\x5f\xd7\x8d\xd1\xa1\x61\x08\x54\x57\xb1\xe0\xbb\x5e\ \x6d\xad\xda\xa8\xb7\x18\x63\x99\x4c\xa6\x50\x28\x99\x96\xa9\x9b\ \x46\xb5\x5a\xbd\xf2\xaa\xab\x74\xc3\xe4\x9c\x53\x4d\x43\x10\x23\ \x88\x11\x26\x8c\x33\xb7\xed\x56\x2a\x15\x21\x81\x90\xb0\xd1\x76\ \x17\x96\x96\x5b\x8e\xbf\x61\xf3\x65\x5d\xe5\x1e\x44\x48\x26\x9b\ \x5d\x69\xb8\xc7\xcf\x4d\x35\xdc\x28\x12\x0a\x10\x3d\x14\xd2\x4b\ \x58\xa4\xa0\x66\xe7\x95\x91\x56\xba\x9d\x60\x5d\xb3\x73\x80\xea\ \x12\x13\x42\x09\xc2\xd8\x30\x8c\x28\x0a\xc3\x30\x6e\x37\x9b\x97\ \xb2\x88\x89\xaa\xf0\xb1\xaf\x3f\xf4\xca\x3f\x3e\x76\xf8\x99\x27\ \x6a\x27\x0f\x50\x83\xcb\xb0\x6e\x91\xd8\x44\xe1\xa1\x97\x9f\xbf\ \xee\xca\xdd\xb7\xdc\x78\xc3\xe6\x0d\xe3\xc5\xbc\xcd\x79\x92\x44\ \xb1\xe7\xb5\xe2\x28\x8a\xa3\x24\x8a\x22\xa9\x40\x1c\x87\x07\x0e\ \x1e\x18\x1c\x1c\x00\x08\x48\xa0\x24\x10\x52\xbd\xca\x59\x11\x42\ \x14\x63\xc7\x71\x84\x14\x8c\x33\x84\x10\x63\x2c\x4e\xe2\x38\x89\ \x57\x57\x57\x37\x6e\xdc\xd8\x6c\x35\xce\x9e\x39\xd6\xd3\x57\x96\ \x10\x8f\x6e\xda\x5c\x73\x13\x9a\xe9\xca\x94\xfb\x0b\xdd\x3d\x0a\ \x82\x7c\x21\x77\xf2\xf0\xcb\x5a\xd8\xd2\x99\x6f\x02\xd1\x9d\xcb\ \xfe\x9b\x91\x65\xa4\x02\x5c\x81\x1f\x55\xd7\x15\x49\x20\xa5\xba\ \x74\xeb\xc8\xbf\x29\xaf\xcc\x4f\x1e\xdd\x39\xe7\x97\x6f\xbf\x9c\ \x05\xd9\xb1\xc1\x4d\xdf\xf9\xce\xdf\x29\xcc\x59\xe4\x70\x96\x69\ \xd4\x1b\xdc\x35\xbf\xff\xcc\xb9\xeb\xf7\xbc\x17\x10\xe4\x3a\xad\ \xe5\xa5\xe5\xfe\x81\xa1\x6a\xad\x69\x98\xc6\x1b\xef\x7b\x00\x41\ \x08\x25\x02\x52\x01\xaa\x09\x2e\x76\xee\xd9\xfd\xf0\x57\x1f\xfa\ \xe0\xaf\x7d\x20\xf4\xfd\xed\x97\x6f\xd4\x34\xe8\xb7\x5d\xcb\x30\ \x73\x85\xfc\x6a\xb5\xde\x68\x36\x25\xa4\x89\x90\xbe\x1f\x06\x51\ \x62\x5b\x36\x84\x4e\x3a\x9d\x59\x5a\xa9\x10\x5d\x57\x18\x21\x8d\ \x72\xce\xbd\xc0\xcf\xe6\x2c\xbf\x1a\x8e\xac\x5b\x77\xf2\xf4\x99\ \x9e\xbe\x5e\x88\xb5\x62\x4f\x77\x3e\x6d\x3f\xb5\x77\xaf\x94\x52\ \x32\x61\xe7\x53\xba\x95\x1e\x1c\x1c\x5a\xaa\x54\x16\x96\x2a\x6d\ \xc7\xb7\xf3\x25\x80\x29\xc4\xc0\x34\x74\xd7\x77\x8d\x4c\x06\x50\ \x4d\x42\xa2\x5b\x29\x80\xdb\xcd\xb6\xa3\x30\x75\x23\x6e\xa5\x17\ \x37\x6d\xb9\xfc\xf4\xd9\x53\xad\x66\x4b\x21\x60\xea\x86\x17\xb8\ \x18\x84\xbe\xbb\x58\xcc\x74\x0f\xf7\xe7\x40\xd4\xdb\xa8\x56\x5d\ \xc7\x8d\x18\x77\x93\x24\x65\x67\x98\x52\x5f\x7d\xe4\xf1\xcd\xdb\ \x77\x4e\x6c\xdb\x72\xf5\xb5\xd7\xbd\xb8\xef\xa5\x9d\x3b\x77\x5c\ \xbf\xe7\xca\x6a\xb5\x4a\x35\x5d\xd3\xb4\xd5\x46\xb3\xe7\x62\xa3\ \xcd\xda\xf2\xac\x09\xdb\x66\x26\x91\x52\x84\x8c\x0e\x74\x65\x32\ \xba\x82\x26\x14\xc2\xc5\x38\x2d\x95\x26\xa4\xb0\x28\x61\x51\x68\ \x18\xa6\x53\xaf\xbe\xe5\xc1\x07\x1f\x7c\xf3\x03\x2f\x3f\xff\xc2\ \xf9\xf3\x67\x84\xe4\x86\x69\x4b\x21\x83\xc0\xe7\xcc\x43\x50\x2a\ \x01\x15\xc0\x10\x52\xa5\xa4\x94\x12\x40\x00\x38\xa7\x00\x84\xae\ \xc7\xa5\x0c\xe2\xf0\xec\xcc\x94\x07\x85\x47\x00\xb4\x29\xe8\xcb\ \x3b\x50\x0e\x0e\x0f\xac\x2d\x2c\x66\xcb\x45\x29\x78\xff\xd0\x00\ \x41\x64\xa5\xba\xaa\xd9\xf6\xc6\xad\x9b\xc6\x26\x36\xbe\xf4\xc2\ \xcb\xb9\x4c\xaa\xbb\xab\x70\xf4\xc8\x41\xdf\x73\x74\x9d\x5a\x96\ \xc9\x38\xaf\xd5\x6a\xd9\x6c\x36\x6d\xe7\x38\x8c\x15\x84\xa7\xcf\ \x9c\x3d\x70\xe0\x40\x3a\x97\x23\x48\x57\x08\x44\x51\xd4\x6a\x39\ \x84\x52\x42\x0d\x8d\x10\x8c\x49\x10\x85\xba\x9e\x76\xc3\xe4\xf4\ \x85\xc9\xe5\x95\x65\xac\xc4\xee\x9d\xdb\x10\xa5\x07\x4f\xec\x7f\ \xf9\xc8\x71\xdd\x4a\x3b\x61\x6c\xda\x59\xa2\x6b\x09\x93\x51\xc2\ \x68\xc2\x74\xdd\x40\x06\x89\xc3\x30\x12\xca\xca\x64\x82\xc0\xc7\ \x18\x21\x08\xb8\xe0\xe9\xb4\xed\x7b\x2e\x04\x97\x54\x1c\xda\xd2\ \xc0\xc2\xf4\xb9\x72\xf6\xae\x81\xee\x3c\xee\x2e\x02\x7f\x01\xa5\ \xf3\xc0\xaf\x63\x44\x6e\xbf\x7e\xd7\xdc\x99\x4c\x65\x7a\x72\xe7\ \xb6\x4d\xb5\x66\x33\x91\xd0\xc8\xe4\xc3\x90\x77\x62\xdc\xd5\xca\ \x6a\xe0\xfb\x52\x82\xd5\x15\x1c\xf9\x29\x82\x94\xe3\x07\x18\x53\ \x05\x14\x84\x08\x4a\x0e\x84\x52\x14\x03\x00\x34\x4d\x5b\xac\x54\ \x00\x44\x18\xe3\x42\xa1\xd0\x76\xdb\x76\x26\x75\xf6\xec\xd9\x1b\ \x6e\xb8\xa6\x29\xd9\xd9\x73\xc7\x3d\x0e\x37\x6e\xd9\x30\xb5\xf4\ \xbd\x34\xce\xf4\x0d\xf6\x06\x49\x70\xf5\x75\x57\xc7\xcd\xaa\xd9\ \x68\x6f\xeb\x2d\x1c\x9c\x3c\x06\x65\xb2\x3a\x33\xff\x63\x01\x77\ \xa9\x94\xfc\x31\xc8\x32\x4a\x29\xf9\xa3\x85\x20\xa4\xfe\x8f\xc0\ \xbb\x9f\xaa\x46\xa9\xf6\xe2\x4b\xfb\x5e\x77\xfd\x1b\xf3\x45\x2b\ \x5f\x4a\x9f\x39\xdf\x18\x1a\x19\x26\x88\xd7\x56\xcf\x46\x9c\xa7\ \xec\xb4\x09\xd9\x85\xb9\x99\x5a\x75\xf9\x97\xdf\xf3\xee\xdb\xef\ \xb8\x93\xea\x50\x21\x80\x00\x57\x4a\x48\x25\x31\xa6\x9d\x72\xda\ \x58\x81\x20\x09\x3e\xfb\xd9\x4f\x3d\xf3\xe4\x93\x06\xa5\xcf\xed\ \x7d\xfa\x7d\x7f\xf5\xf1\xbf\xff\xc2\x17\xcf\x4f\xcf\x78\x61\xcc\ \x18\x90\x48\x32\x21\x99\x10\x5c\x40\x80\x42\x84\x10\xc1\x90\x68\ \x34\x65\x9a\x42\x01\x20\x64\x10\x04\x7d\x3d\xbd\x4a\xc5\x14\xa3\ \x4c\x36\x8b\x14\xec\xef\xeb\x9b\x5f\xaa\x0a\x01\x77\xee\xda\xf3\ \xc8\x57\xff\xe1\xf6\x3b\xee\x3a\x7a\xe4\x08\xa1\x3a\xd5\x8d\xba\ \xe3\x30\xcf\x69\x39\xae\x94\xd0\x71\xda\x9a\x6e\x84\x2c\x40\x80\ \x60\x48\x15\x07\x3c\xe1\x00\x43\x26\x38\x40\x80\x98\x56\xc4\xa4\ \x69\xd3\x85\xa5\xc5\xc1\xc1\xe1\xcb\xb6\x5c\xf6\xf4\xd3\x4f\x67\ \xf3\x69\xa8\x64\x31\x9b\xe3\xfe\x12\x09\xeb\x2f\x1c\x78\x5c\x83\ \x2d\xdb\x56\xed\xa6\xc3\x84\x84\x88\x0a\x11\x45\x7e\xd0\x6e\x35\ \x4b\xba\xfe\x97\xff\xed\x93\x9f\xfb\xe2\xe7\xde\xff\xde\xf7\xbf\ \xe7\xbd\xef\x79\xdd\x0d\xd7\x2b\xa1\xf2\x85\x62\xaa\x50\x36\x0d\ \xeb\xa5\x2f\x7f\xe9\x72\x08\x2f\x4e\x02\x3e\xbc\xef\xf9\xf9\xd3\ \x2f\x00\xec\x16\x8b\x85\x6b\xaf\xbe\x6b\xc3\x8e\x0d\x00\x47\x00\ \x70\xac\x18\x08\x62\xa4\x97\x11\x17\x80\x62\x8a\x24\x70\x1b\xbf\ \xf6\x2b\xbf\x74\xdd\x75\xd7\xbd\xf2\xdc\xde\xd3\x67\xcf\x66\xb3\ \xa9\x4c\xc6\x4e\x12\x69\x99\x5a\x36\x93\xe5\x8c\x08\xce\x98\x04\ \x4a\x42\x05\x38\x44\x44\x01\xa1\xa0\xd2\x34\x2d\xf0\xfc\xee\x9e\ \x1e\x42\xc9\xf2\xf9\xca\xd2\xd2\xe2\x0d\x77\xdf\x7d\xae\x5a\x39\ \xb5\xb4\x64\x14\xb2\x51\xb3\xb1\x7b\xf7\x35\xff\x70\xfc\xf8\x9d\ \x6f\xb8\xcb\x80\x30\x70\x1c\xdb\xb0\xbc\x28\xcc\x17\xcb\x57\x22\ \x18\x73\x75\xe8\x95\x57\x74\x0d\x87\x9e\xd3\x4e\x62\xa0\x04\x50\ \x9c\xf1\x18\x01\xe8\xfa\xae\x1f\xf8\x52\x32\x3b\x6b\x31\x26\x9f\ \xfb\xfe\x0b\x61\x9c\xa4\x90\xee\x46\x9e\x94\x8a\x71\x81\x31\x36\ \x4d\x93\x52\xcd\x75\x00\xe3\x11\x67\x2c\x8c\x59\x10\xb3\x04\xaa\ \xa1\x81\x12\x45\x72\x71\x79\x6d\x69\x65\xf9\xfc\xec\x22\x47\x04\ \x29\x80\x09\x89\xe3\x18\xeb\x86\xa9\x6b\x12\x80\x30\xf0\x08\xc6\ \xba\x65\x61\x82\x09\xc5\x18\x41\x9d\x62\xaf\xdd\x42\x00\x10\x8c\ \x10\x04\x9a\xa6\x25\x49\x72\x49\x84\x46\x70\x5d\xd7\x9d\x66\x6b\ \xae\xbd\x66\xcc\x9d\x33\xb2\x66\xcb\xf3\x66\x96\x56\x67\xa7\x17\ \xe3\x90\xdf\x7c\xcb\x1d\x9b\x37\x8c\x7c\xfd\xb1\xef\xba\xad\x5a\ \x57\xb9\xaf\xd6\xf6\x30\xd6\x83\x28\x8c\xa3\x38\xf0\xbd\x7a\x6d\ \x59\x43\x01\x96\xf5\xfc\xa6\x2d\x40\xc6\x96\x69\x06\x01\x83\x90\ \x08\x21\x39\x10\x08\x43\x08\x95\x6d\xa7\xa5\x10\x9b\x37\x6f\xbe\ \x30\x35\x95\x25\xd9\x3b\xef\xbc\xf3\x91\xc7\x1e\x09\x7c\x7f\xe3\ \xb5\x57\xbf\xee\x75\xaf\x4b\x69\x6a\x69\x75\x11\x50\xcb\xd2\x61\ \x6f\x57\x6e\xf7\x9e\x1d\xad\xb5\xc5\x9e\xae\xd2\x2f\xbc\xe9\x0d\ \x3c\x70\x04\x13\x8e\x1b\x7e\xfb\x73\x9f\x34\x31\xb4\x09\xfe\xf1\ \x30\x77\x09\xe4\x6b\xad\x1a\x48\x09\x84\x52\x3f\xea\xac\x08\x00\ \xa9\x7e\xca\x24\xf7\xff\x13\x64\x19\x25\x33\xa9\xae\x46\xa3\xf1\ \xe8\xf9\x6f\xe6\x0b\x59\x2e\xf5\xcb\x2e\xbb\x6a\xf3\xc4\x9e\x5f\ \xfa\x0f\x9b\x00\x26\x00\x2c\xf3\xe6\xd2\xf8\x58\xff\xef\xfd\xc1\ \x7f\x01\x28\x25\x18\x10\x42\x21\xa0\x38\x14\x00\x00\x8c\x89\x82\ \x90\x25\x4c\x09\xa1\xeb\x38\x97\xcf\x45\x7e\x7b\xfa\xfc\xa9\xef\ \x3f\xfb\xec\x86\xb1\xb1\xcf\x7f\xe6\xd3\xa7\x4f\x9d\x6a\x7b\x11\ \x4d\xe5\x13\x21\x91\xc2\x9c\x29\x25\x15\xc2\x4a\x09\x2e\x64\x02\ \x21\x62\x3c\x0e\xa3\x40\x22\x0a\x81\x8c\xc3\x08\x03\xd0\xdf\x5f\ \x4c\x99\x9b\x11\x54\x6b\x6b\xab\x9b\x37\x6e\xdd\x92\x29\xf9\x12\ \x40\x48\x73\xd9\x82\xe3\x38\x08\x69\xba\x69\x0a\x00\x9a\x8e\x0b\ \xa5\xe0\x58\xc3\x44\x12\x02\x85\x60\x14\xc0\x9d\x97\xef\x38\x72\ \xf4\x08\xe3\x02\x2b\xa5\x13\x88\x90\x42\x04\x53\x8d\x62\xa2\x31\ \x25\xc3\xc0\x5f\x5e\x5e\xba\xf5\xf5\xb7\x7c\xfd\xeb\x5f\xcd\x65\ \x4c\xc3\xa4\x89\xe4\xfb\xbe\xf7\xf5\xd2\xeb\xd7\x95\x53\xda\x6d\ \x37\x6d\x79\xea\x7b\x27\x67\x66\xce\x03\x68\x23\x48\x39\x13\x9c\ \x47\x7e\xdb\xb1\xb2\x99\xa9\xd9\xe9\x7d\xfb\x5f\xbe\xea\xaa\x2b\ \xef\xbd\xf5\x8e\x6f\x3f\xfe\xf8\x87\x7f\xfd\x43\xb5\x7a\xf3\xd8\ \xdc\xc2\xf9\xb3\x67\x96\x5a\xed\x8b\xee\xf9\xf1\x91\xe1\x0d\x5d\ \x10\xeb\x61\x18\xfa\x41\xb3\x3a\xf9\xf2\x0b\xa6\x45\x15\xf6\x9a\ \x7e\x7b\x6a\xae\x89\x68\x77\x61\x60\xf8\xba\x5b\x6f\x45\x12\xcc\ \x9c\x3e\xba\x6d\x62\x6c\x75\x7e\x2a\x48\x92\xae\x7c\x36\xf6\x3d\ \x9e\x44\x1a\x31\x74\x82\x02\xbf\xa9\x69\xb0\xa7\xa7\xbc\xb4\xb8\ \xaa\x94\x00\x4a\x49\xc0\x21\x84\x14\x22\x00\x91\x6e\x99\x71\x1c\ \x77\xf7\x94\x91\x54\xf3\x93\x93\xbd\xf9\xdc\x96\x91\x91\x73\x53\ \xd3\x08\xc2\xed\x5b\xb7\x65\x74\xad\x98\x4b\x2b\xc9\x32\x85\x82\ \xa6\xa1\xb4\x9d\xe9\x37\xcd\x84\x8b\x20\x64\x94\xc8\x62\x3e\x8b\ \x00\x1f\x1d\x1d\x9c\x9a\x9a\x6e\x45\x01\x42\xc0\xf7\x3d\x9d\x6a\ \x76\x3a\x85\x00\xf4\x43\x3f\x08\xc2\x20\x0c\x31\xc1\x42\x08\x2f\ \xf4\x13\x2e\x4c\xc3\xb4\x6d\x53\x29\x15\xc5\x31\xc6\x08\x40\x8e\ \xb1\x2e\x25\x92\x4a\x71\x01\x98\x10\x73\x0b\x2b\x22\x09\x2d\x9d\ \xd4\x1a\x8d\xb6\x17\x50\x33\xad\x80\xa2\x1a\x06\x00\x26\x49\x8c\ \x95\x82\x18\x01\x08\xe3\xc8\x11\x2c\x22\x9a\x26\x19\x21\x50\x19\ \x3a\x71\xdb\x5c\xf0\x18\x53\x02\x10\x42\x08\x27\x09\xbf\x14\x59\ \x46\x60\x73\x7e\xa9\xf6\xdc\xf7\xf7\xf9\x6b\xb3\x14\x87\x11\x6b\ \xa7\xb2\xa9\xeb\x6e\xb8\xf1\x2d\xf7\xdf\x91\x1e\xdd\x0c\x34\x3b\ \x7e\xfa\x59\xcb\x80\x99\xb4\xee\xb6\xeb\x51\x28\x9d\xa0\x26\x24\ \x20\x98\x60\x02\xb0\xe2\xdd\x25\x18\x3a\x33\x97\x6f\xba\xed\xb9\ \x67\x9e\x56\x30\x05\x14\x41\x88\x00\xa0\x30\xc6\x04\x01\x00\x84\ \x69\x9a\x08\xe1\x62\xb1\x78\xe6\xec\xd9\x7c\xa1\x78\xd3\x4d\x37\ \x2d\x2c\x2d\x7c\xff\xf9\x67\x39\x67\xe5\xae\x32\x41\x49\xb6\x58\ \x88\x38\xf0\x63\xfe\xf0\x43\x5f\x19\x7e\xc3\x3d\xc2\x77\xaf\xd8\ \x79\x9b\x6d\x5b\x1e\x8f\x74\x0d\xcd\xcf\x2e\x52\x08\xe2\x20\x60\ \x88\xfc\xdb\x71\xcb\x48\x25\x7e\x74\x9a\x56\xc9\x0e\x73\xff\xa9\ \x73\xcb\xfc\xa4\x95\x21\x59\xca\x0f\x15\xf2\xa5\xbd\xcf\x3c\x5d\ \x59\x9d\x7f\xf7\xbb\xdf\x76\xe5\x35\x77\x9d\x3f\x76\x2a\x6a\x07\ \x58\xf8\xb9\xc1\x3c\xd6\x90\x82\x8c\xb7\x2a\x0a\x66\xb5\x4c\x11\ \x23\xa8\x80\x52\x10\x41\x00\x14\x40\x42\x48\x42\x28\xc2\x48\xf1\ \x24\xf2\x5b\xf5\xea\xca\x96\x8d\xe3\x6f\x79\xe3\x5d\xef\x78\xdb\ \x3b\xd7\x8f\xad\x47\x52\xf6\x76\x97\x17\xaa\x01\xe0\x40\x12\xd8\ \x99\xbd\x39\x63\x04\x29\x00\x34\x84\x81\x94\xb1\xa1\x11\x45\x0c\ \xcb\xc0\xd9\x74\xba\xdc\x55\xdc\xbe\x6d\x93\x54\xe1\xce\x9d\x3b\ \x06\xfb\x07\xec\x54\x61\x7e\xb1\x3e\xbd\x5c\xcf\xe6\x8a\xa6\x99\ \xf6\x5c\x77\xfb\xae\x9d\x47\x4e\x9d\xef\x19\xea\x5b\x5c\x5a\xaa\ \x55\xeb\x2a\x0e\x0c\x28\x33\x29\xc3\xb6\x6c\x9d\x98\x57\x6e\xdb\ \x71\xfe\xf8\x49\x44\x35\x08\x31\xe0\xd2\xf7\xdd\x20\x70\xda\x11\ \x03\x80\x40\xd0\x2e\x15\x4b\x4a\xca\xc3\x87\x0f\x5d\xb9\x7b\xd7\ \xf2\xe2\x1c\xd4\xe0\xd2\xcc\xec\xfa\xfe\x1b\x2d\x39\xc3\xb9\x29\ \x42\xc3\xf7\x2a\xd4\xc0\x92\xd3\x20\x61\x49\x14\x43\x20\x78\xe0\ \x47\x86\x66\x59\xd6\xde\xa7\x9e\xda\xb3\x63\xc7\x35\x3b\xf7\xbc\ \xb8\xf7\x59\xaf\xe5\x79\x38\x10\x84\x3c\xf5\xd2\x4b\xf9\x62\xf1\ \xa2\x7b\x7e\x71\x76\xb6\x31\x73\x90\x98\x89\xeb\xb4\xe3\x80\x50\ \x49\xe7\xe7\xce\x41\xd2\x1a\x1e\x1d\xe9\x1e\xd8\x74\xdd\x2d\xd7\ \xe5\x07\x46\x8f\xee\xfd\xee\xe4\xf9\xf3\x51\x10\x36\xaa\x35\xcd\ \xb4\x94\xa6\x9b\xb9\xc2\xca\xd2\x82\xef\xb9\xc5\x82\x91\x32\x34\ \x9d\xd8\x5d\x5d\xb9\x6c\x26\x3d\x75\x61\x9a\xe2\xb4\x52\x12\x00\ \x42\x10\x42\x04\x4a\x82\x13\x08\xb2\x96\xd1\x68\xd4\x27\x46\x46\ \xff\xfd\x2f\xbe\x43\x34\x5a\xd7\x6f\xde\xf6\xa5\xcf\x7c\xf1\x8e\ \x37\xdd\xff\xba\xab\xae\x54\xd5\xca\xaf\xbd\xfb\x3d\x5d\xb9\x9c\ \x69\x6a\x96\x45\x93\x84\x87\xa1\x87\x10\x2d\xd8\x96\x94\xea\xae\ \xdb\x5f\x6f\xdb\x76\x3e\x97\xf6\x3d\xc7\x71\x9b\x94\x50\xc1\x63\ \x45\xb1\x61\xd8\x10\x42\xa1\x04\x22\x90\xea\x7a\x57\xb9\xcb\xf3\ \x3c\x3f\x8c\xd3\x86\xa5\x00\x90\x52\x42\x88\x10\x46\x5c\x24\x49\ \x12\x02\xa8\xa4\x84\x8c\xf3\x20\x8a\x20\x80\x5c\x22\x00\x10\xe7\ \xb0\x5a\x6b\x02\x4c\x81\x02\x9c\x73\x84\x00\x86\x4a\xc3\x12\xa9\ \x58\xc3\xba\xa6\x69\x42\xb0\x28\x48\xa2\x18\x53\x84\x11\x94\x46\ \x2e\x53\xc8\xa6\xeb\xf5\x04\x63\x8c\x31\xd6\x74\x03\xe1\xe0\x52\ \x90\xc2\x53\x7a\x1a\xa5\x86\xd7\x6f\x0d\xd2\x29\x24\x6a\x73\xf3\ \xc7\xde\x78\xd7\xad\x03\x9b\xb7\x3c\xf3\xad\x7f\x84\xdf\xd9\x6b\ \x95\x7b\x47\xb7\x6e\xbf\xfb\x8e\x5b\x4e\x4d\x2f\x9b\xf9\x9e\x87\ \xbf\xf5\xb8\x3b\xbf\x42\x09\xc1\x18\x40\xa0\xa5\x74\x64\xd1\xf9\ \x9e\xa1\x7e\xa7\xb1\x60\x52\x20\x00\x15\x0c\x20\xa2\x73\x19\x21\ \x04\x75\x1d\x60\xa4\x21\x84\x08\x21\xed\xb6\x23\x84\x64\x8c\xb5\ \xdb\x6d\xaa\xd1\x72\xb9\x7c\xec\xd8\x71\x09\x14\xd1\x2d\x5d\xd3\ \xe2\x46\xbb\x3b\x57\xf0\x1b\x8d\x34\x25\x16\x21\x06\x26\x80\xa3\ \xae\x52\x6f\xa3\xe5\xbe\x78\xe8\x68\x2b\x48\x28\x04\x96\xa6\xfd\ \x6c\xfb\x81\x9f\x71\xf7\x8b\x6f\x08\xc1\xa5\x85\xea\xe6\xad\x5b\ \xef\xb9\xf7\xde\xed\xbb\xb6\x6d\xdc\xb2\xb5\xb9\x54\x21\x58\xdb\ \xf7\xdc\xde\xde\x02\xf5\x9f\x5f\xc9\xf7\x76\xa3\x5c\x7e\x70\xc3\ \x8e\x5c\x77\x1e\xc8\x30\x0a\x13\xc3\xb6\xa4\x48\x10\xa6\x10\x10\ \x85\x15\x02\x20\x70\x43\xcb\x24\xcd\xd6\x6a\x6d\x6d\x75\x71\x7e\ \x3e\x6d\x99\x1f\xfe\x8d\x5f\xff\xc7\xc7\xbf\xbd\x61\xc3\xb8\xe3\ \x8b\xa9\xc5\xa6\x10\x12\x22\x2e\x25\x17\x52\x68\x94\x20\x08\xa5\ \x14\x49\x10\x87\x9e\x53\x77\xdd\xc1\x75\x63\x7d\x7d\xeb\x3e\xfc\ \xa1\xff\x94\xc9\x68\xcd\x46\x23\x49\xbc\x20\xf2\x36\xac\x1f\x87\ \x80\x2a\x45\x5f\x39\x7e\xda\xf3\xca\x63\x63\xa3\xb6\xa1\x39\xbe\ \xaf\x94\x42\x08\x03\x88\xba\x7b\x7b\xbc\x56\x43\x86\x4e\x10\x78\ \xd9\x94\xed\xb6\x1d\x11\x47\x58\x49\x03\x1b\x5e\x1c\xc6\x92\x43\ \x0d\x33\xc6\x0d\xd3\x04\x08\xe5\x33\x05\x5d\xd3\xa5\x54\x9e\xe7\ \xf7\xf7\xf6\xaa\x38\x6c\x34\x1b\x77\xde\x73\x0f\x46\x30\x63\x62\ \x20\x90\x67\x61\x21\x62\xc7\x73\xcd\x74\x21\x76\xdd\x20\xf2\x2d\ \x03\x49\x01\x2b\xb5\xb5\x42\x2e\x77\xe6\xcc\x69\x16\x47\x44\x81\ \xe1\xbe\x81\xc8\x0f\x43\xce\x5f\x3c\xf4\x4a\x3d\x0c\x4b\xa6\x75\ \xd1\x3d\x8f\x31\x36\x74\x2b\xe2\xc9\xec\xec\x62\xab\xea\x67\x0d\ \x5b\x31\x7f\xcf\xe5\x1b\xae\xb9\xfe\xaa\x85\x15\xef\xf4\x99\x23\ \xd9\xca\xaa\x69\x1a\x5b\xb7\xae\x3f\x7d\xf4\x18\xca\xa7\xe7\x16\ \x56\x38\xd1\x4c\xce\xd2\x69\x33\xf0\xbc\x9e\x62\x77\x14\x38\x08\ \x05\xb6\x99\x4d\x02\xa7\x98\xcd\xba\x3e\x00\x08\x60\x24\x31\x01\ \x98\x50\x8e\x20\xb5\x0c\x3f\x89\x74\x2b\x35\xd0\xd3\xeb\xd5\x6b\ \x16\x26\xf5\xe5\x95\x1d\x43\xeb\x96\x0e\x1f\x07\x1b\x37\x0e\x95\ \xba\xe2\x5c\x06\x4a\x69\x51\xca\x04\x63\x52\x08\xa1\x08\xc5\x22\ \x8e\x08\xa6\x23\x43\x03\x61\x92\x04\x81\x1b\x04\x9e\x69\xe8\x9c\ \x73\x8d\x12\xcb\x32\x3a\x5f\xa2\x69\x6a\x41\x18\xda\x69\xdb\x73\ \x7d\x29\x01\x42\x88\x09\xa1\xa4\x24\x84\x50\x9d\x52\x4a\x35\x2c\ \x11\x94\x52\x48\x2e\x3a\x5e\x12\x6c\xea\x9a\xeb\xf9\x3c\xf4\xfb\ \xbb\xcb\x9a\x66\x2a\x16\x30\x11\x53\x42\x94\x60\x08\x02\xa1\x04\ \x82\x08\x28\x2e\x39\xc0\x08\x19\x3a\x49\xb8\xe0\x5c\xb0\x28\x94\ \xcc\xc8\x65\xed\x7a\x6d\x0d\x28\xac\x14\x82\x10\x5e\x42\x89\x3d\ \x00\x00\x88\xa5\x66\xa6\xf3\xaf\x7f\xc3\xfd\x48\xb6\xb0\x6a\x92\ \x78\xf5\xf0\x4b\x4f\x4d\x3e\x3a\xa9\x18\x1c\x1e\x1c\xb1\xf2\xdd\ \x96\x65\x5c\x7f\xe3\xd5\xbb\xaf\x45\x01\xd7\x5e\x78\xf1\xa5\x4a\ \x65\x0d\x51\x1b\x21\xa1\x61\x62\x53\xf6\xdf\x3e\xf6\x87\xe5\x72\ \xf9\x91\xc7\xf7\xa7\x0c\x5a\x6d\xc5\x42\x18\x58\x41\x25\x00\x40\ \x12\x22\x84\x09\x6a\xb6\x5a\x08\xd3\x26\xab\x95\x4a\x25\xa9\xa4\ \xe3\xb4\x81\x54\x49\x1c\x1b\xa6\x1e\xf8\x01\xc5\x99\x38\xf4\x6d\ \xcb\x9e\xbc\x70\x41\x04\x7e\x73\xb5\x72\xf7\xad\xb7\x37\x6b\x75\ \xb5\x7e\x3c\x61\x0a\x51\x73\x6a\x79\x55\xcf\x15\x23\xb7\x99\x84\ \xf1\x8f\x05\xdc\x11\xc4\xe8\xb5\xae\xce\x8a\x10\x04\x84\x80\x1f\ \x75\x56\x42\x00\xd2\xd4\x4f\x57\x42\xb5\xe3\x4a\xba\xa4\xec\x10\ \xbc\xb4\x4a\x4c\x42\xc8\xb1\xed\x83\xfd\x13\x03\x57\xae\xbb\x01\ \x41\xa2\x14\x32\x0c\xb4\x32\x7f\x7e\xf3\x44\x7f\x5f\x4f\x0e\xa1\ \xf5\x84\x80\xe6\xf4\xb9\x5c\xed\xa4\x92\xcb\x2a\x93\xd5\x12\xe9\ \xd7\x78\x82\xf2\x09\x2e\x16\xca\xa3\x5c\x40\x0d\xf8\xa1\xe3\xcf\ \x9c\x9d\x39\x33\xfd\x68\xce\xdc\x01\x70\xff\xe1\xf3\xb5\xbb\xde\ \x74\xd3\x67\xbf\xf1\x50\x54\x0b\x2a\x8b\xad\x58\x24\x98\x68\x98\ \xa0\xc4\x8f\x74\x8c\x09\x86\x52\x72\x4d\xcb\x10\x6c\xda\xe9\x34\ \x68\xb9\x4d\x2f\x89\x66\xe7\xbb\xfb\xfa\xa0\x12\xb9\x7c\xd7\xec\ \xf4\x85\x72\x57\xb9\x51\x5b\xa5\x14\x06\xee\xa2\xdf\x38\x97\xb7\ \x37\x6f\xbf\xf3\x26\x04\xf0\xa3\x8f\x3e\x3e\x36\x32\xbc\xb8\x38\ \xab\x71\x9e\x32\x6c\x45\x49\xcc\xcd\x74\xae\xd8\x70\x5d\x8c\x60\ \xa5\xdd\xd6\xb3\x59\xcd\x34\x82\xe5\x50\x41\xcd\x4e\x15\x4c\x14\ \x50\x9b\xa8\x04\xe4\x52\x59\x80\x48\x3b\x72\x13\xaf\xdd\x9b\xcf\ \x8f\xad\x9b\x38\xb7\xf8\x92\x75\xf9\x15\xfb\x3d\xcd\x3d\x92\x34\ \x8f\x1d\xb8\xff\x2d\x6f\x3e\x7c\xe4\x5b\x5a\x71\x3c\x4a\x60\xdb\ \x6f\x31\x23\x89\x35\x84\x01\x46\x82\xd4\xea\xed\x52\x57\x39\xe4\ \x09\x03\x7c\xf3\xa6\x0d\x29\x4a\x42\x37\xe4\x01\xe7\x09\x5c\xad\ \xb6\x2f\xba\xfb\xaf\xbb\xf7\xc1\x6c\xfe\x17\x01\x52\x00\x31\x20\ \x05\x08\x7d\x67\x71\xfa\xa1\xcf\x7f\xea\xef\xbe\xfe\xec\x50\xff\ \xc0\x70\x17\x2d\x25\x62\xc6\x5f\x18\xbe\x72\xfb\x7d\xbf\xfa\x4e\ \x58\xb3\xbf\xf9\xc5\xaf\x7d\xe1\x5b\x0f\x6d\xba\xe1\xf2\x46\xdc\ \x7c\xf3\x9d\x6f\x38\x7a\xf0\xf8\xc6\xad\xbd\xbf\xf2\xbe\x1b\xbb\ \xbb\x8d\x8f\xfe\xe1\xdf\x26\x9e\x90\xb2\x90\xc0\xb6\x04\x3e\x44\ \xba\xe2\x29\x0a\x21\x0b\x84\x80\x22\x34\x78\x2b\x72\x9a\x51\x9b\ \x84\x34\x11\xc1\x55\x57\x5c\x9e\x49\xe7\x35\xc9\xb8\x64\x99\x5c\ \x56\x49\xc9\x42\xa6\x19\x5a\xae\x2b\x17\x45\x49\x1c\x46\x00\x00\ \x4c\x50\x12\x26\x73\x93\xd3\x47\x0e\x1d\x33\x34\x4b\xf0\x98\xcb\ \x50\x37\xad\x76\x2b\x48\x5b\x29\xc3\xd4\xe2\x28\x31\x74\xab\xdd\ \xf4\x0a\x85\x7c\x18\x7a\x0a\x61\x0c\x91\xec\x94\x6c\xe4\x0a\x12\ \x14\xb6\xbd\x3d\x5b\x76\x1e\x3c\x7a\xd4\x34\xf4\xd0\x77\xd2\xb6\ \xa9\x00\x22\x1a\x65\x09\x58\xad\xd7\x82\x24\xe1\x49\x0c\x21\x52\ \x5c\x01\x80\xb8\x00\x94\xa6\x92\x38\x46\x44\x83\x54\x87\x10\x5a\ \xba\x61\x2a\x10\xc7\xb1\xae\x19\xba\x9e\x62\x02\x60\xa2\x73\xa1\ \xbc\x76\xab\x5c\x2e\x6f\xbd\x7c\xab\x10\x17\xff\xd4\x10\xb7\x86\ \x03\xfa\xfc\x77\x1e\xce\x22\x77\xb0\xa0\x17\x73\xb4\xa7\x54\xde\ \x34\x32\xda\x68\x07\x41\x14\x2e\x1e\x3d\x51\x9c\x5f\x1b\xbf\x77\ \xcf\xcc\xb9\x93\x48\x94\xee\xbb\x6a\xdb\xd4\xc9\x63\x21\xda\x00\ \xb4\x35\x14\x34\x37\x75\x8f\xc1\xb8\x71\xe8\xc0\xa9\xc0\x75\x1b\ \x8d\x95\x54\x66\x02\xc6\x66\x14\x0b\x21\x95\x46\x51\x12\x33\x82\ \xb5\xb5\x5a\x53\xb7\xd2\x7d\x7d\x05\x3f\x0a\x78\x1c\x97\x0a\xb9\ \xfb\xef\x7d\xc3\xd1\x83\x2f\x53\x05\x11\x07\x3c\x8a\x30\xc6\xa1\ \xef\xb3\x28\x7c\xe0\x81\xfb\x28\x05\xeb\xc7\xfb\x94\x94\x2b\x2b\ \xe7\xcb\x5d\x5d\x49\xac\xca\x76\xea\x70\xb5\x66\x68\x14\xa2\x1f\ \x43\x81\x6c\x42\xc9\xdb\x6f\xfd\x0b\xf4\xda\xef\x2d\x03\xf8\x5b\ \x7f\x34\x55\xfd\xa9\xdc\x5b\xa6\x51\x99\x07\xf0\x52\xe7\xb3\xe1\ \xe1\xe1\x8b\xfe\xdf\x24\x4e\x7e\xe1\x6d\x3f\x67\x5a\x59\x81\x34\ \xc9\x05\x04\x42\x83\x89\xa9\xa9\x23\x87\x5f\x9e\xc9\x58\xe5\x9e\ \x1e\xaf\x5e\xad\xcc\x9c\x85\x80\x45\x91\xa3\x19\x14\x9b\x56\xd7\ \xe0\xf8\xe6\x5d\x37\x95\x47\x7a\x21\x62\x14\xd1\xb0\xd1\x9c\x3d\ \x73\x76\xa1\x72\x01\x92\xf6\xca\xca\x5c\xbb\x9d\x36\x72\xa9\x5a\ \xcd\x59\x5a\x9e\x4a\x6a\x61\x3e\x3f\xb8\xd4\x6e\x63\x22\x29\xa0\ \x00\x48\x00\x91\x52\x12\x63\x8c\x10\x46\x98\x98\x96\x5d\x39\x3f\ \xd5\xd5\xd3\x9f\x70\xfe\xad\x47\x1e\xe9\xe9\x2a\x6d\xdd\x7a\x99\ \x69\x5a\x50\x81\x6c\x36\xcb\x79\x90\xce\x18\xf7\xde\xfd\xfa\x42\ \xce\x82\x40\xba\xae\x57\x2e\x97\x97\x97\x2a\x92\x25\x49\x14\xd9\ \x86\x61\x5b\xba\x6d\xa5\x02\x3f\x44\x54\x63\x71\xbc\xb0\xb8\x70\ \xdb\x1d\xb7\x9f\x9b\x9a\x9c\x5d\xaa\xa4\xec\x74\x1c\xb3\x94\x95\ \x89\x54\x94\x31\x4d\x02\x49\xad\xd1\xf0\x54\x94\x31\xf4\x4a\xa5\ \x32\xd4\x3f\x62\xf7\x0c\x6f\xba\xf1\x8e\x33\xe7\x2f\xf4\x67\xf3\ \x2a\x1b\x7c\xe2\xd3\x0f\x87\x82\xa4\x74\x8b\xfb\x89\x62\x31\x92\ \x0c\x42\x03\x49\x84\x15\xe2\x40\x84\x51\x18\xb1\xd8\x48\x59\xd4\ \xd0\x56\x2b\x6b\xa7\xce\x4c\x5e\xb8\x30\x1b\x33\x60\xd9\xe9\x8b\ \x0e\xbe\x5e\xfc\xfe\xf7\xaa\x73\x67\x2c\x93\xda\x29\xdd\xd4\x24\ \x81\x62\xa0\x5c\xb8\xfe\xaa\x9d\xd2\xf7\xdb\xd5\x55\xbf\x3e\x77\ \xf8\xfc\x99\xee\x2b\x46\x07\xd6\xe5\x8e\x3d\xf1\x15\x7f\x05\x5b\ \x29\x95\xa0\xe6\xb1\xf3\x67\xd7\x8d\x6c\x4c\x87\xc2\xd0\x80\x14\ \x3c\x8e\x1b\x7b\x9f\x3a\xa0\x51\x00\x15\x81\x50\x93\x40\x31\xc9\ \x10\x44\x58\x11\x29\xb8\x60\x5c\x61\xc0\xa5\xf2\xa2\x08\xeb\x5a\ \xae\x54\xc8\x15\x8b\xe3\x62\x2c\x8a\x13\x84\x10\xa6\x54\x49\x29\ \x84\xc0\x18\x53\xac\x45\x41\xe2\xba\x4e\xab\xd5\xc2\x18\x97\xcb\ \x5d\x85\x42\xde\xf7\x03\x93\x6a\x7e\xe0\x41\x88\xec\x74\xd6\x75\ \x9c\x9e\x52\x17\x8f\xe3\x24\xe6\x10\xc2\x24\x8e\x33\x99\xf4\xc4\ \xc4\xc4\xb1\x63\xc7\x00\x26\x4a\x02\x04\x11\x80\x10\x21\x04\x21\ \x28\xe4\xf2\x4a\x82\xbe\xee\xde\x33\x93\xe7\x7b\xfa\xfb\xc2\xc0\ \x83\x40\x5a\xb9\x7c\xff\xe0\x00\x90\x6a\xa5\xba\x66\x68\xa6\xec\ \x18\x7b\x00\x52\x4a\x61\x4c\x4d\x8b\x6a\x9a\x26\x84\xe0\x4a\x12\ \xaa\x34\x4d\xd3\x34\xcd\xb2\x2c\x08\x61\x1c\xc5\x9c\x0b\x00\x40\ \x3e\x9f\x0f\x82\xa0\xb7\xb7\xf7\x52\xd6\x31\x59\x29\xbb\xda\xa8\ \x7e\xf3\xb1\x47\xbb\x2d\xd1\x9b\x06\x97\x6f\x5c\xb7\xb6\xb6\xd4\ \xd5\xd3\x2d\x31\xed\x1e\x18\xda\xb4\x7b\x6b\xb6\x54\x9a\x9c\x3a\ \xd9\x37\xb1\x31\xa9\xd2\x5d\x3b\x7a\xae\xbb\xe1\xc2\x77\x8f\x36\ \x98\xc6\x20\x30\x6a\x6e\x72\xf6\xc2\xc2\xe5\xdb\x2f\x3b\x7d\xfe\ \x50\x3a\x9b\xab\x3b\x8e\x42\x48\xbe\xba\xae\x1e\x22\x88\xe3\x98\ \xa5\x52\x29\xa5\x54\xab\xd5\xca\x64\xd2\xcb\x8e\x23\x78\xc2\xa4\ \x1c\x1b\x19\x59\xab\x54\x44\x9c\x70\x0d\xb1\x24\x49\x58\x92\xcd\ \x66\x37\x6e\x9c\x30\x2d\xad\xdd\x6e\x04\xa1\x9f\xb2\xac\x28\xf2\ \x8f\x1c\x3e\x39\x33\x79\xbe\x5c\x2a\xd6\xeb\xf5\x54\xca\x7e\xed\ \xc1\x1d\x63\xdc\xd7\xdf\xfd\x33\xcd\xe4\x7f\x4b\x2b\xfc\xa4\x35\ \x77\x65\x1b\x96\x52\x0a\x01\xce\x01\x03\x32\xc6\x26\x1c\x1a\x28\ \xc5\xed\x9e\xc0\xf7\x9b\x0d\x7f\x72\x6a\x79\x7e\xbe\x3a\x32\xd4\ \x2b\x64\x1c\x3b\xe1\x3b\xff\xdd\xaf\x28\x89\x00\xd5\x8f\x3c\xf5\ \x8d\x1d\xb7\xdc\x1b\x24\xf8\xe8\x2b\xfb\x91\x42\x29\x8d\x2d\x56\ \x1b\x40\x16\x11\xd6\x2e\x9c\x59\xbc\xe7\xae\xeb\xcf\x9d\x3c\x77\ \xdb\xd5\x9b\xcf\x9f\x9f\x27\xc4\x40\x18\x43\x08\x29\xa5\x94\xd2\ \x8e\x22\xa9\x94\x12\x42\x08\xce\x05\x63\x81\xef\x15\xf3\x45\xc6\ \x22\x4d\xa3\x2c\x0e\x2d\xcb\x8c\x43\x07\x42\xa8\x69\xfa\xc4\xc4\ \x06\xc3\x32\x2b\x2b\x6b\xa9\x54\xc6\x4e\x65\xf7\xed\x7b\x25\x8a\ \x22\xce\x79\x18\x86\x9e\xe6\x29\x20\xec\x54\x56\xd3\x34\xcb\xa4\ \x92\x99\xf5\x7a\x7d\x62\x62\x62\x7e\x69\xd1\xf3\x3c\xc3\xb2\xa9\ \x61\x60\x8c\x25\x07\x9e\xeb\x73\x98\x34\x6a\x6b\xc0\xc0\x46\x26\ \x15\xc5\xbc\x15\x09\x47\xd2\xef\xbe\x74\xe4\xc4\xdc\x5c\x75\x68\ \xe0\xca\x54\xf6\xe0\xdc\x42\xba\xb7\xa7\x1d\xf8\x28\x56\x32\x4a\ \x28\x52\x86\x44\x9a\xc4\x0a\x02\x82\xa0\x92\x82\x73\xa9\x6b\xa4\ \xab\x5c\x3e\x73\xfa\xfc\xfe\xc3\x87\xda\xb1\x88\x94\x6a\xb6\xbd\ \x8b\x0e\x35\xdb\xab\x73\xc0\xad\xb4\xea\xd1\x82\xdb\xb0\x34\xd8\ \x58\x5b\xee\xce\xa5\x52\x04\xda\x1a\x6e\xd7\x56\x37\x6d\xda\x0a\ \x06\x37\x92\x82\xf1\xe4\x13\xdf\x31\x89\x6d\x50\x3d\x45\x55\x5f\ \xbf\x35\xd3\x16\x14\x17\x43\x31\xd3\x3d\x58\x3a\x37\x39\x07\xd1\ \xf5\x97\x5d\x76\xf5\xb3\x4f\x7d\x53\xd3\x8c\x90\xbd\x6a\x5b\xc0\ \x10\x02\x24\x20\x54\x42\x48\x00\xa1\x52\x32\x49\xf8\xf4\xf4\xcc\ \xe8\xc8\x88\xeb\xba\x22\x11\x99\x4c\xd6\xb2\x0c\x04\xff\x69\xef\ \x0a\xce\x79\x14\x45\xa6\x69\x2a\xa5\x3c\xcf\x6b\x34\x9a\x9c\xa9\ \xf3\xe7\xcf\xc5\x49\xc2\x18\x43\x88\x2a\xa5\x94\x52\x9b\x37\x6f\ \x3e\x71\xf4\xa8\x14\x9c\x4b\x6e\x67\xd2\x5e\x10\x9c\x3a\x75\x4a\ \x2a\x45\x31\x16\x1d\x1f\x1c\x44\x9d\x90\xd4\xf1\xbd\x3d\xbb\x77\ \x6e\xdb\xb1\xc3\xfd\xa6\xef\x45\x61\xa1\x54\x54\x4a\x69\x9a\x96\ \xcb\xe5\x80\x02\x86\x65\xb6\xeb\x6d\x00\x01\x84\xb0\x33\x1e\x20\ \x84\xa6\x69\x62\x8c\xc3\x30\x84\x3f\x30\x20\x75\xde\x8f\xe3\xd8\ \xf3\x3c\x84\x90\x69\x9a\xad\x56\xab\x5c\x2e\xff\x70\xc7\xf6\x8b\ \xec\x79\x8e\x0b\x7d\x03\x37\xdc\x76\x67\x8e\x78\xeb\x7b\x52\xb1\ \xb3\xfa\xbd\x17\x9e\xbb\xa1\xa7\x6f\xfb\x8e\x5d\x34\x95\x9e\x5e\ \x71\x40\x21\xa3\xcc\x2e\x3d\x97\x8b\x1b\xc2\x6d\x39\x32\xd1\xfa\ \xfa\xe0\x54\x3d\xf4\x90\xbe\x98\x78\x0f\x7f\xed\x7b\x7e\xa4\x1f\ \x3e\x72\xae\x56\x6b\x09\x9c\x07\x2a\x52\x0a\x43\xa4\x20\x44\x18\ \x61\xa2\x69\x80\xab\x38\x8e\x73\xb9\x1c\x42\xa8\xd5\x6e\x36\x9b\ \xcd\xe1\xe1\xe1\x75\xeb\x86\x20\x50\x29\xdb\x04\x04\x4b\x21\x58\ \xc0\x28\xa5\xe9\x74\xda\x0f\xdc\x74\x3a\x4d\x29\xf1\x3c\x4f\xd7\ \xe3\x24\x49\xc2\x30\xf2\x7d\x5f\x29\x95\xcd\x66\x7e\xa6\xb9\xff\ \xac\x5d\x7c\xd3\x75\xfd\x9b\x5f\xfa\xda\xbd\x0f\xdc\x5f\x6f\xd5\ \xbb\xfa\xbb\xa2\xea\xa2\x91\xd5\x4b\xc3\xe5\xd2\xa6\xfb\x00\x43\ \xc0\xc8\xde\x84\x08\x90\x8c\x35\x56\xc3\xf6\x6a\xfd\xd8\xcb\xc7\ \x9e\x78\x8a\x60\x24\xb0\x9e\xeb\x1b\x69\x4f\x1f\xb6\x47\x36\x5c\ \x7b\xed\xce\x63\x47\x8e\xcc\x4d\xcd\x22\xa5\x17\xca\xa5\xa9\x85\ \x60\xc3\x86\x51\xb7\xd6\xfa\xe4\xff\xf3\x3e\x93\xd8\xbf\xfb\x9f\ \x3f\x8b\xb1\xa5\x00\x60\x8c\x75\x00\x02\x21\x04\x21\xc4\x18\x13\ \x42\x14\x00\xc5\x42\xa1\xe5\xba\x3a\xc1\xab\xcb\x4b\x57\xed\xde\ \x59\x2a\xe5\x1d\xa7\x99\x4e\xdb\x49\x1c\x48\x05\xb3\xd9\x6c\xcb\ \x69\xe7\x72\xb9\x28\x62\xf9\x7c\x01\x42\xd8\x6e\xb7\x85\x10\x49\ \x92\x78\x9e\xc7\x45\xc2\xb9\x32\x0d\x53\x29\xa0\x6b\x5a\xab\xd5\ \xda\xbb\x77\xef\x81\x43\x07\x47\x47\x47\x15\xc4\x5e\x18\x3a\x5e\ \x14\x43\x8e\x82\x24\x57\xee\x31\x35\xd2\x0a\x5b\xae\xa3\xa5\xb4\ \xec\x62\xad\xa5\x15\xfa\x8e\xcc\xd5\xe8\xe0\xe6\xe7\x57\x16\xdb\ \xde\x5c\x44\x2d\xaa\xeb\xb1\x17\xe9\x1c\x10\xce\x01\x01\x3a\xa0\ \x58\x22\x8e\x04\xc6\xc8\x30\x0d\xac\x91\x88\x25\x87\x8f\x9d\x38\ \x72\xfc\x94\xe3\x07\xd8\xca\x11\xa9\xa8\x66\x5c\x34\x73\x77\x5d\ \x67\xe6\xdc\xd9\xae\x42\x3e\x61\x28\x70\xea\xbd\x3d\x3d\x9b\xc6\ \x86\xbe\xf0\xdf\xbf\x74\xeb\x0d\x97\xed\xb9\xea\x6a\xdd\xb0\x2f\ \x44\xa8\x27\x55\xde\x3c\xb8\x2e\xa5\xa4\x85\xc1\xb9\xd3\x53\x5d\ \x24\xb3\xe4\xeb\xee\x5a\xe2\x87\x4e\xaa\x98\x73\xcf\xce\x7c\xf4\ \xa3\x7f\xb7\x67\x67\xdf\xfc\x42\xab\xd5\xb2\x95\x69\x08\xa5\x00\ \x46\x08\x21\x04\x00\xd5\x88\x52\x02\x00\x21\x85\xa2\x18\x4f\x5e\ \x98\xba\xe3\xf6\x3b\x52\xa9\x54\xae\x27\xc7\x19\x5f\x5d\xad\x14\ \x0a\x39\x42\x88\x61\x18\x1d\x3e\xd7\x6a\xb5\x34\x4d\xb3\x6d\x1b\ \x42\x28\xa5\x6c\x34\x9a\xcd\x46\x33\x0c\x03\x42\x88\x94\xc0\xf7\ \x7d\xc3\x30\x06\x06\x06\x16\x67\x67\x15\x50\x71\x12\x49\xa5\x52\ \xa9\xd4\xe8\xe8\x68\xa5\x52\x59\xad\xd5\x75\xcd\x78\x55\x25\x84\ \x50\x2a\x05\xa4\xec\xe9\xeb\xed\x1f\xe8\x07\x14\x7d\xe6\x73\x9f\ \x4b\xa2\x18\x20\xe8\x78\x2e\x44\x10\x41\x14\xc6\x89\x61\x18\x42\ \x8a\x1f\x6a\x92\x49\x92\xe8\xba\x2e\xa5\xe4\x9c\x63\x8c\x85\x10\ \x8c\x31\xce\xb9\x10\x02\x21\x14\x45\x11\x00\x20\x8e\xe3\x0e\xb5\ \xd7\x75\xfd\x12\x98\xbb\xda\x71\xed\x8d\x83\xa5\x34\xce\x14\xee\ \xbc\xf3\x9e\x85\x33\xaf\x7c\x6f\xef\x13\x0f\xbc\xf5\x6d\x04\x83\ \x85\xa5\xe5\xde\xa1\xe1\xcd\xd7\xdc\x7a\x76\xa5\x52\x2c\xe4\x00\ \xf2\xb2\x80\xaf\x54\xdc\xcd\xd6\x26\x89\xfc\xf9\xd9\xc8\xc8\xa6\ \x3d\xbf\x59\xa9\x0a\x04\xbb\xe7\xe6\x9b\x5d\xe5\x81\x6a\x33\x8c\ \x65\x88\xb0\x8e\x31\x46\x08\x40\x48\x11\xa2\x49\xe2\x51\x4a\x39\ \xe7\x9c\x25\xf7\xde\x7b\x6f\xda\xb6\x1a\x8d\x5a\x14\x87\x9b\x36\ \x6f\x58\x5d\xad\x14\xba\xbb\x28\x21\xe9\x74\x1a\x42\xa5\x69\x24\ \x61\xb1\x6d\xa7\x09\xa1\x9a\x46\x0d\xc3\x60\x89\x30\x4d\x53\xd7\ \x75\x84\x50\xbb\xdd\xfe\x19\xb8\xff\xac\x5d\x42\x94\x46\xf0\x81\ \x97\x0e\xac\x1f\x1f\xb7\xd3\x9a\x0e\x3c\x11\xac\x3e\xf6\xc5\x2f\ \x37\x97\x17\x8b\x99\xa2\x80\x96\x5d\x18\xc4\x96\x5d\xee\x2b\xaf\ \x2d\x4c\x6d\xe8\x4e\xaf\x1b\x1d\x5b\x4e\x82\x6a\xb5\x92\x29\x67\ \x2c\xaa\xd2\x69\xd2\x5e\xb9\x70\x72\x7a\x39\xad\x59\xa6\x66\x98\ \x78\x04\xe9\x85\x9a\xbf\xf8\x4b\xef\x7d\x8f\xa1\xe4\xf8\xc6\x5b\ \x3e\xf6\xc7\x9f\x43\x34\xc3\x22\x2e\x15\x90\x52\x76\x6a\xe2\x48\ \x29\x85\x10\x42\x08\x4a\x69\xe0\xfb\xa5\x62\xb1\x56\xab\x35\x6a\ \xc9\xe1\x43\x07\x76\xed\xdc\xb6\x69\xd3\x98\xeb\x49\x4a\x48\x18\ \x08\xd3\x32\xe2\x38\x42\x08\x39\x6d\x17\x13\x9d\x10\x3a\x39\x39\ \x89\x10\xa2\x94\x2a\xa5\xe2\x38\xe6\x22\x51\xca\x0b\xfc\x10\x21\ \x69\x69\x3a\x50\xe2\xd4\xa9\x53\x04\xe3\xa9\xa9\x29\xa1\x50\x26\ \x9f\x97\x00\x41\x8a\xa5\x82\x1a\xc1\x92\x27\x49\x1c\x44\x71\xa0\ \xe3\x74\xa8\xa4\x48\xdb\x34\xdb\xe3\x80\x74\xba\x3c\xe6\x38\x95\ \x72\xcf\x70\xe0\x35\x09\x64\x08\x30\xa5\x24\x80\x50\x60\x0c\x05\ \x92\x32\xc1\x12\x50\x42\x74\x9d\x06\x71\x04\x31\x6a\xb4\x9a\x8d\ \x46\xbb\x3b\x53\x54\x11\xf7\xdc\xe0\xa2\x99\xfb\x35\x37\xdd\x76\ \xd9\xa6\x71\x16\x47\x8c\xc7\x96\x4e\x7b\xbb\x0b\x8f\x7e\xf5\xa1\ \xa1\xad\x5b\xad\x81\x8d\x2f\x9e\x98\x1f\x9f\x98\xd8\x79\xfd\xeb\ \xb2\x9b\x2f\x8f\xe7\xa7\xa2\xf6\x12\x0d\x59\xc6\xeb\x1e\xf4\x5d\ \x47\x30\xb7\xb6\xea\x6b\x52\x2f\x74\xb5\x9c\xb0\x9b\xe9\xa6\x39\ \xe0\x05\x67\xa9\x61\x7a\x2c\x96\x54\x61\x80\x21\xc4\x10\x28\x8c\ \xb1\x52\x2a\x61\x71\x1c\x27\x66\x26\xb5\xba\xba\xda\xe1\xe6\x95\ \xca\x52\x10\x86\xdd\xdd\xdd\x08\xa1\xce\x74\xdb\x09\xa7\xca\xe5\ \x72\x67\x45\xa5\x69\x9a\x9c\xf3\xb4\x9d\x1b\x19\x19\x99\x9a\x9e\ \xa1\xd4\x70\xdd\xc0\xb6\xed\x30\x0c\x4f\x9c\x38\x21\xa4\x8c\xa3\ \x10\x53\x0c\x94\x0a\x82\xc0\x75\xdd\x28\x8a\x6d\xdb\x96\x42\x01\ \x04\x11\x42\x18\x13\x82\x31\x36\xed\xf3\xe7\x27\xbb\x7a\x7a\x73\ \xb9\xa2\xa6\x9b\xcd\x66\x9b\x52\xaa\xeb\x66\x2a\x95\xd6\x75\x4a\ \x34\x0d\x60\x95\x24\x49\xe7\x06\xa4\x94\xa6\x69\x52\x4a\x19\x63\ \x84\x90\x0e\xb8\x2b\xa5\x08\x21\x9d\x17\x3f\x1c\x36\x94\xd2\x20\ \x08\x6a\xb5\x1a\x42\x17\xbf\xe9\xef\xc1\xa3\xc7\x5a\xfd\x25\x43\ \xf9\xdf\xff\xee\x57\x9d\xa5\x73\xf7\xdc\x7c\x75\xad\xde\x86\x80\ \x4f\xcf\x4c\xca\xc3\x47\x8d\x7d\x53\x37\xde\x7d\x1f\xa8\x47\xc1\ \xe4\x52\xae\x74\x79\xb9\xba\xb8\x0d\x1a\xb9\x0c\xaf\xa5\xad\xc5\ \x90\xb5\x38\xf7\x7c\xed\xe8\x89\xe5\x5d\xbb\x6e\xf9\xc6\x63\x8f\ \x2b\x4a\x31\x56\x84\x08\x8c\x08\x06\x10\x22\x04\x20\x51\x0a\x86\ \x61\x98\x24\x49\x12\x47\xe3\xe3\xe3\x23\xa3\xa3\x41\xe8\xdd\x70\ \xc3\x0d\xbd\x3d\xdd\x99\x4c\x46\x2a\x29\x04\x33\x4d\xb3\xd3\xd5\ \x0a\x48\xc3\x30\x92\x24\x49\xa5\x32\x71\x1c\xcf\xce\xce\xb8\xae\ \x23\xa5\x7c\x35\xc6\xfd\x19\x42\xfd\xac\x5d\x42\x42\x55\x6c\xdc\ \xb8\xe9\xdc\xe9\xb3\x1b\x37\x0d\x2f\x4c\xce\x38\xab\x93\x95\xb9\ \xd9\xde\x62\xb6\xdd\xae\xa7\x32\x3a\xe3\xfc\xcc\xb1\xa3\xe0\x58\ \x64\x80\xd8\x70\x7a\xe7\x8e\xee\xef\x29\x65\x87\x06\x06\xeb\x51\ \xdc\x68\xb7\xf5\x38\x0c\x25\xdc\x09\x74\xe4\x22\x00\x00\x20\x00\ \x49\x44\x41\x54\xbc\x73\x83\xac\xfa\xd3\x87\x64\x3a\xdf\x7b\xe8\ \xe4\xdc\x9e\x9b\xae\x83\x69\x11\x54\xab\xcb\xcb\x93\xad\x80\x54\ \x9b\x10\x99\x08\x00\xd9\x09\xc0\x3b\x42\x10\x84\x30\x8a\x22\x84\ \x50\xc2\x58\x2a\x9b\x09\x43\x2f\x93\x4a\x4b\x99\x30\x1e\xd4\xaa\ \x15\xcb\xd0\x24\x10\x9a\x41\x13\xc6\xab\xb5\x6a\x3a\x63\x0f\x0f\ \x0f\xaf\xad\xd5\x1d\xa7\x3d\x3f\x3f\x1f\xf8\x51\x87\x5a\x52\x4a\ \x33\xa9\x0c\x25\x86\x52\x8a\xb3\x38\x0c\x03\x29\xb8\x6d\xdb\x5e\ \xe0\xa7\x6d\x9b\x1a\x96\x50\x20\x11\xca\xd4\x0c\x2d\xad\xb5\x9d\ \x96\xef\x7b\x42\x72\xa9\x04\x13\x4c\x02\x99\x4a\x65\xa5\x95\x99\ \xaf\x3a\x76\xda\x70\x5b\xa1\x25\x1c\xcf\x6d\x41\x44\xe3\x28\x94\ \x08\x08\x8a\x98\x86\xb8\x04\x26\xa4\x52\x24\x29\xdb\x92\x40\x66\ \x0b\xf9\x54\x26\x35\xbf\x30\x2b\x01\xaa\x57\x6b\x38\x9d\x4e\xa7\ \xcc\x8b\xee\x79\x26\x44\xae\x50\x00\x0a\xd6\x1b\xf5\xd3\xe7\xce\ \x7c\xf5\x1b\x8f\x96\xb2\xe9\xad\x7b\xae\x77\x9c\x96\x0f\xcd\xb3\ \x73\x2b\x53\x6b\x5f\xde\x78\x7a\x66\x6c\xdb\x66\xaf\xd5\x4e\xa3\ \xac\x9c\x33\x6e\xc8\x6f\xb5\xdc\xa3\x67\xb4\x85\xeb\xdf\xf4\xa6\ \xef\x3e\x7b\x24\x10\x2a\x8a\xb5\x66\x53\x0d\x0e\x6d\x3a\x3f\xd5\ \x90\x80\x23\x84\x30\xd1\x09\xc2\x50\x2a\x88\x24\x82\x48\xc6\x8a\ \x31\x16\xc7\x4c\x29\x78\xf8\xf0\xe1\x9b\x6f\xbe\xb9\xbb\xa7\x87\ \x73\x86\x11\x42\x10\x63\x8c\x29\xa5\x49\x92\x74\x84\x32\xc6\x18\ \x00\xa0\xa3\x9e\x55\xd7\x1a\x42\x8a\x38\x8e\x90\x42\x8c\xb1\x52\ \x3e\x5f\x2c\x16\x19\x63\x10\xc2\x54\x2a\x15\xb3\x98\x50\x92\xd5\ \xb2\xed\x76\xdb\x34\x0d\xcd\xb4\x94\x04\x8c\x33\x21\x25\x00\x48\ \x08\x41\x28\x5e\x58\x59\x82\x08\xcd\xcd\xcd\x65\xed\xb4\xa9\x1b\ \x98\x12\x5d\xd7\x75\xc3\x68\x36\x9b\x9c\xf3\x84\x09\xa5\x14\xc6\ \xb8\x23\xc2\x30\xc6\x3a\x7c\x3c\x8e\xe3\x4e\x54\x87\x10\xd2\x34\ \x8d\x10\x22\xa5\xec\xbc\xd3\x11\x6d\xca\xe5\x72\x1c\xc7\xf0\x12\ \x9c\x17\xdb\xb6\x6c\x2c\xa6\xb4\x66\xa3\xb1\x71\xfd\xf8\xbe\xe9\ \x93\x67\xcf\x5f\x88\xfd\xb2\x9d\xd2\xb7\x6f\xdf\x9d\xed\xea\x6e\ \xf3\x78\xf2\xe0\x93\x5a\x13\x5c\x31\xba\x4b\x4e\x2f\x82\xb5\x79\ \x52\x9f\xd9\xb5\x63\x41\xee\xe9\xfb\x9b\xc7\x17\xc2\xc4\x70\x5c\ \xf6\xed\x27\x5e\xda\xb1\x67\x47\xbe\xab\xb7\x52\x5d\xc5\x14\x23\ \x04\x11\x56\x40\x28\xa5\x60\x67\xd6\x49\x12\x16\x45\x11\x50\xf2\ \xd4\xa9\x13\xbb\x76\x6c\x4b\xa5\xac\xb1\xf5\x23\xd9\x4c\x8a\x31\ \x81\x28\x4a\x12\x26\x95\xc0\x04\x71\xc1\x30\xc2\x4a\x41\xcb\x4c\ \x71\xce\xf3\x79\x7b\xfb\xf6\x5d\x47\x8f\x9e\xc3\x98\x38\x8e\x63\ \x18\xc6\xcf\xc0\xfd\x67\xed\x92\x54\x77\x88\xb0\xe3\x3a\x50\xa1\ \x66\xad\x71\xe1\xc4\xe9\x33\x07\x0f\xf6\xdc\x7c\x5d\x57\x3e\x3b\ \x5f\xa9\x90\x40\x0c\xf7\x97\x30\xf7\x2e\xdf\x30\x3a\x50\xca\xfe\ \xfd\x67\xfe\xbb\x64\x03\x7a\x26\xb3\xee\xb2\x6d\x4a\xb7\xda\x8a\ \xd8\x99\x2c\x05\x7c\xad\xda\x30\x22\xe2\x57\x1d\x4d\xb7\x76\xef\ \xb9\x62\xb9\x31\x5f\x06\xb8\x5a\xf3\x0e\x9d\x58\x32\x72\x83\x9c\ \xad\x29\xa9\xd0\xab\x6a\x01\xe8\xc8\x32\x52\x4a\x84\x90\x92\x32\ \x97\xc9\x7c\xf5\xa1\xaf\x58\x96\x71\xe4\xe8\xc1\x0d\x13\x63\x00\ \x08\xc6\x22\x8c\x89\xa6\x69\x08\xa1\x72\xb9\x57\xc8\x84\x52\x6a\ \x18\xc6\x23\xdf\x7a\x2c\x9b\xcd\x86\x41\xfc\xc3\x40\xde\x4e\x9b\ \x08\x41\x21\x80\x10\x9c\x52\x8d\x5a\x66\xa1\x50\x50\x18\xb5\x9d\ \x20\x0c\x23\x88\xb1\x6e\xd9\x61\x14\x74\x15\x4a\xcc\xf7\x24\x90\ \x88\x60\x08\xa0\x94\x3c\x0a\x1c\xc2\x02\x67\x75\xc9\xa4\x76\xb8\ \x54\x4b\x37\x6a\xba\xc9\x00\xa5\x42\x68\x3e\x24\xd4\xd0\x19\x65\ \x09\x52\x10\x2b\xe8\x47\x94\xc2\xd1\xb1\xd1\xd9\xf9\xb9\xa0\xe5\ \xcc\xcd\xcd\x70\x16\x41\xa8\x03\x11\x31\x5f\x51\xd8\x7b\xd1\xfd\ \xfe\xc8\xc3\x5f\x3e\x7b\x68\x6f\xbb\xe5\x0c\xae\x1b\xdb\xb4\x69\ \x73\x65\x71\xe9\xdc\x89\x76\xec\x3b\x03\x3d\xdd\x13\x9b\x36\x0f\ \x0f\x74\x6d\x18\xed\x7e\xe6\xd9\xe3\x8f\x7e\x61\xff\xd6\x8d\xbd\ \xc2\x35\x4c\xb7\x2c\x6b\xab\x3b\xbb\xbd\x2b\x6e\x1d\x5f\x5b\x9f\ \xf9\xec\x57\x16\x7a\xfa\x07\x16\x2b\x8b\xfb\x5e\x39\x53\xc8\xf6\ \x78\x81\x87\x4c\x13\x42\x08\x21\x06\x0a\x21\x20\xa5\x94\x84\x20\ \xa5\x94\x10\x32\x49\x12\x04\xe1\xd4\xe4\xec\x15\x57\xf8\xa6\x4e\ \xa2\x28\x0a\x02\x9f\x27\x22\x97\xcb\x65\xb3\x59\x4d\xd3\x74\x5d\ \xef\x70\xe4\x0e\x4d\x16\x42\x94\xcb\xe5\x62\xb1\x48\xa9\x96\xce\ \xe5\x84\x00\x2b\x2b\x2b\xe5\x72\x59\xc7\x84\x31\x46\x0c\x5d\x4a\ \x29\x85\xe2\x4a\x76\x70\x39\x91\x52\xa7\x06\x42\x58\xd3\x0d\x8c\ \x09\xe7\x1c\x41\x95\x24\xcc\xf7\xfd\x66\xb3\xa9\x94\xd2\x75\x9d\ \x68\x94\x10\x62\x59\xd6\xe4\xe4\x64\x9c\x24\x00\xbc\xaa\xce\x51\ \x4a\x3b\x13\x46\xad\x56\x4b\x92\x24\x9b\xcd\x76\x18\x40\x67\x00\ \x48\x29\x93\x24\x61\x8c\x69\x9a\xd6\x99\x78\x3a\xca\xcc\xa5\x8c\ \xf8\x13\x07\x0f\x5c\x77\xd5\x8e\x81\xae\x02\xa1\x28\x95\x2d\x61\ \x2d\x43\x8c\x8c\x66\xa5\x96\xd7\xdc\xa5\xaa\x07\xb0\x53\xb4\xf2\ \x3b\x76\x3c\xd8\x3e\xb0\xb0\x78\xea\xe5\xf1\x21\x1a\xc9\xe9\xc1\ \x3d\xdd\x85\x68\xdb\x23\x87\xd8\x91\xa3\xcb\x36\x35\x62\x37\x39\ \x7c\xf4\x74\xbd\x55\xd3\x0d\x5d\x42\x08\x00\x04\x00\x76\x96\x60\ \x76\xd6\x7e\x42\x88\xc2\x30\xa4\x04\x35\x1a\x0d\xdd\xa0\x71\x1c\ \x72\x16\x05\xbe\xe3\x79\xae\x91\x4a\xf5\xf5\xf5\x69\x9a\xe6\x79\ \x1e\x21\x84\x50\x0a\x14\xc0\x98\x64\x32\x59\xcf\xf3\x1a\x8d\x46\ \x10\x04\x9c\xf3\x38\x8e\x75\x5d\x7f\xed\xc1\x3d\x49\x92\x73\x67\ \xa6\xf0\xff\x18\x13\xc4\xcc\xdf\xb1\x73\xfb\x25\x9e\x59\x2a\x85\ \xe0\x6b\x66\x76\x3c\x76\xec\x98\x34\xad\xff\x71\xb5\x95\x1a\xe9\ \xee\xbe\xd8\xb2\x44\xff\x7c\x67\x1b\x09\xc0\x6b\x63\xdd\x39\x74\ \xe4\x38\xd2\xd3\xff\xdc\xd1\x2e\x79\xb4\x73\xeb\xa6\xff\x95\x85\ \x51\x72\x89\xc8\x8f\xdf\x3d\x44\x08\x7d\xe5\xe8\x91\x89\x0d\xeb\ \x8f\x1e\x3b\xd9\x5a\x5b\xad\xae\xd4\x47\x06\xc7\x52\xba\x75\xc5\ \xee\x3d\x6f\x98\xd8\x22\x89\x2d\x52\x66\xb4\xba\x9c\xca\x58\xa7\ \xbf\xfb\xed\x6d\xbb\x76\x6e\xde\xbe\xa5\xd9\x72\x22\x42\x51\x3a\ \x57\x32\x32\x11\x97\x24\x72\x52\xbe\x18\x36\x53\x67\x56\xcf\x6f\ \xbb\xf1\x56\x37\x6a\x3a\xae\xd7\x63\x66\x91\xc8\x87\x89\x16\x2b\ \x48\x10\x22\x88\x74\x60\xbd\xf3\x30\x33\xc6\x3a\x26\x0d\xa5\xd4\ \xca\xd2\xc2\xc6\x89\xb1\x28\x0a\x6e\xba\xe1\xba\xbe\xbe\x1e\xd7\ \x75\x34\x8d\x2a\xa5\x18\xe3\x98\x10\xc3\x30\x18\x07\x61\x18\x76\ \x75\x75\x1d\x3d\x7a\xd4\x71\x1c\xd3\x34\xe3\x38\xee\xcc\x0d\x52\ \xaa\x30\xf4\x31\x22\xba\xae\x6b\x98\x38\xed\xe6\xc2\xc2\x42\xc4\ \x12\xa2\x59\xa6\x69\xc4\x9c\x87\x61\x90\xc9\xd9\x8c\x45\x56\xda\ \x5e\x37\x3e\x71\xe0\xe4\x81\x8c\x10\xc0\x75\xa0\x02\x36\xf3\x17\ \x66\xce\x64\x07\x46\x71\x6b\xcd\xf2\xeb\x58\x38\x18\x81\x84\x73\ \xce\x84\x00\x50\x00\xa5\x80\xa0\x90\x98\xa6\xa5\x14\xdf\xbf\x7f\ \xbf\xe3\xb5\x46\x86\x06\x5c\xa7\x7e\xed\xd5\x7b\x58\x22\x47\x27\ \xb6\xbc\x72\xec\x04\x64\xe1\x45\xf7\x7c\x6f\xde\x4c\xf2\xda\xd0\ \x8e\x2b\x37\x6c\xda\x3a\xbf\xb8\x4a\x12\xaf\x68\x93\xd8\xf7\xea\ \x55\x10\x05\xad\xd9\x49\xf0\xd4\x13\x2b\x19\xd2\x7d\xc3\xae\x6b\ \x2c\x15\xb3\xc8\x89\xc3\x73\x4a\xcd\x4e\xac\xd7\x78\xd1\x7e\xf6\ \xe5\xef\xf5\x77\xe7\xfa\x72\x3d\xdf\xfe\xda\xa4\x8e\x3c\xcf\xa9\ \x58\x29\x33\x02\x1c\x22\x08\x14\x06\x00\x2b\x25\x95\xe0\x02\xa2\ \x4e\xb2\x54\x70\x4d\x28\x59\xad\xd6\x38\xe7\xa9\x42\x86\x10\x98\ \xc9\xd8\x04\x69\x84\x90\x8e\x36\xd2\x6e\xb7\x35\x4d\xeb\x28\x24\ \x51\x14\x79\x9e\x47\xb0\x5e\xc8\x17\x0a\x85\xc2\xf4\xfc\x02\x21\ \x3a\x21\xc4\xf7\x7d\x4b\xd3\x11\x42\x7e\x10\x40\x04\x14\x50\x1d\ \x4e\x8d\x31\xe6\x8c\x2b\x11\x69\x86\xae\x63\x5d\xd3\x34\x4a\x29\ \x84\x52\x29\x15\x31\x8e\x10\x41\x88\x10\x4c\x34\xcd\x10\x5c\x49\ \x00\xbd\x28\xe6\x0a\x50\x8c\x80\x52\x9d\x19\x45\xd3\xb4\x6a\xb5\ \xaa\xeb\xba\xae\xeb\x71\x1c\x13\x42\x3a\x37\xd3\x09\xf2\x3a\x2c\ \x3e\x49\x12\xce\x79\x67\x26\xf0\x3c\xef\x52\x3c\x66\x57\xee\xde\ \xad\x04\xff\xce\x77\x9f\xb8\xf3\x75\xd7\xa6\x8b\x7d\x9b\x77\xec\ \xb2\x4d\x2d\x97\xcd\x20\x8d\xa6\x2c\xbb\xd7\x86\x59\x65\x48\x0f\ \x2e\x2e\x4f\x1a\xe5\x48\xdb\x42\x08\x8c\x66\xf6\x4d\x1f\xaf\x47\ \xb4\x60\xa0\x12\x51\x11\xe7\xb1\x6c\xb8\x8e\x9d\xc9\xc7\x49\x27\ \xfd\x8b\x94\x44\x50\xbd\xaa\x1d\x75\x8a\x52\x48\x29\x19\x13\x8e\ \xd3\x12\x42\x58\x29\x33\x65\xe6\xa5\x60\xfd\x03\x3d\x54\x37\x1c\ \xc7\x11\x82\xd9\xb6\x1d\x45\x11\xc6\x58\x0a\xc9\x39\xaf\x56\xeb\ \x0f\x3f\xfc\xf0\x23\x8f\x3c\xc6\x18\x8c\xe3\xb8\x23\x97\xbd\xf6\ \xe0\xae\xa4\x7a\xe2\xf4\xef\xb7\x92\xc9\x7f\x06\x7b\x62\x67\xf1\ \x43\xff\x04\xee\x32\x58\xab\x47\xa5\xae\x82\x8c\xdc\x6a\xbd\x0d\ \x34\xbb\xbb\x2b\x87\x00\x88\xda\xb5\x9a\x13\x9b\xf9\xae\xa2\xad\ \x75\xfe\xae\xb5\x5a\xf1\x98\x84\x58\x2b\x94\xca\xd8\x3b\xf9\xa1\ \xcf\x9d\xf9\xeb\x0f\xbf\xf9\x5f\xc4\xb2\xe6\xda\x6a\xba\xd4\xfb\ \xaf\x82\xb3\xda\xda\x5a\xdf\xff\xfd\xdb\x52\x37\xfe\xe9\x2c\xa6\ \x19\x7d\xfe\xab\x3f\xf8\x21\xae\xb9\xa2\x94\xb5\x80\xe2\xad\x5a\ \xd5\x8b\x41\xa6\x54\xce\x18\x18\x00\x20\x83\x5a\x3d\xb1\xbb\x72\ \x06\x00\x40\x45\x0d\x37\x68\xfd\xfe\xbb\xfe\xe0\xe7\xbf\xf2\x85\ \x3d\x9d\x20\x3b\x7a\xe1\x3f\xfe\xd1\x99\x8f\xfd\xf1\x2f\xbf\x26\ \x9d\xe9\x1f\x7d\xa8\xff\xf8\x47\xff\x79\x10\xd9\x18\xbc\x17\x6c\ \xfd\x56\xe7\x75\xd0\xaa\x35\xbc\x88\x18\xe9\x72\x29\x8b\x80\x72\ \x56\x97\x68\x69\xc0\xc4\xec\xe3\xef\xff\xc0\xfa\x3f\xf9\xd4\x3d\ \x99\x1f\x3b\xb8\x2b\x29\xed\xee\x22\x83\x6a\x69\xb5\x7a\xf2\xe5\ \x43\x69\x11\xbd\xe3\xed\x0f\xb2\xa0\xb6\x38\x3f\x0f\x2d\x3b\xc4\ \x84\xfb\x8c\xb7\xdc\xaf\x7f\xf5\xcb\x46\x8a\xbe\xe3\x9d\x3f\x3f\ \xb3\xb8\xb0\x5c\xad\x69\xcb\x95\x40\x92\xeb\xaf\xbb\x59\xcf\x94\ \xa8\xd0\x6d\x47\x55\x57\x67\xfa\xed\x99\x2b\xae\x19\x78\x66\xea\ \xf4\x40\xdf\x30\x4e\xcc\x0c\xe9\xa7\x44\xf3\x93\x7a\x96\x2a\x82\ \x49\xe7\x41\xed\xe0\x7b\x27\x57\xd6\x79\x00\x24\x57\xd3\x93\x53\ \x85\x62\xd6\x34\xf5\x33\xa7\x4f\x66\x32\xb6\x6e\x1a\x29\x2b\x8d\ \x10\x82\x0a\x09\x29\x28\xa1\x94\x68\x2b\x95\x4a\x2e\x97\x5b\x5b\ \x6b\xf8\x5e\xd8\x89\xe5\x4b\xa5\x52\x14\x07\x10\x22\x08\x81\xe7\ \xf9\x06\xa5\xf9\x7c\x7e\x6c\x6c\x6c\xad\x51\xab\xac\x36\xc2\x30\ \x00\x08\x23\x4c\x82\xd0\xa1\x9a\x95\xeb\xeb\xdd\x3a\xbe\xeb\xc4\ \xdc\x59\x88\x51\xec\x78\xa5\x4c\xa6\x88\x59\x26\xf4\x64\x7d\x5a\ \x35\x57\x33\xaa\xad\x25\x7e\xc0\x05\xd2\x4a\x3a\xa1\x71\x0c\xb1\ \x84\x44\x48\x0d\xa8\x30\x08\x34\x9d\xce\xce\xcc\xce\x2f\xce\x94\ \x4b\xd9\x6d\x13\x9b\xd2\x29\x7d\x7e\x6d\x31\x68\x55\x33\x1a\x82\ \x50\x5c\xf4\x2a\xe3\xfe\xbe\xf2\x80\x71\x75\xad\xe1\x4c\xcf\x2d\ \xe4\x0a\x7d\x23\x13\x5b\x72\x85\xae\x91\xf5\x63\xa5\xae\x02\xd5\ \xb0\xa1\x13\x88\x03\xad\xc2\xfb\x54\x29\x98\x5f\x69\xad\xcc\x0e\ \x8d\xb1\xb8\xaf\xb9\x1c\xf9\x67\x9e\xae\x4d\x57\xad\xd1\xc1\xed\ \x28\xdd\x95\x2f\x95\x45\x82\xdc\x20\x22\x1a\x82\x4a\x02\x88\x81\ \x82\x00\x20\x25\x94\xc2\x52\x4a\x05\x21\x90\x52\x49\xa1\x30\x46\ \x52\x4a\xce\x85\xeb\xb8\x9d\x60\x08\x52\x1c\x86\xa1\xe7\x79\x94\ \xd2\x8e\xea\xdd\x51\x42\x3a\xf2\x08\x67\xea\xa9\xa7\x9e\x5a\x5c\ \x58\xc0\x98\x26\x49\x92\x70\xae\x69\xda\x0f\xe3\x2d\x88\x10\x67\ \x3c\xe1\x0c\x21\x14\x45\x71\x22\x65\x14\x44\x9a\xa1\xa7\x52\xa9\ \x54\x2a\x63\xa7\x2c\x44\x51\x1c\x47\x87\x0e\x1f\x9e\x9a\x9a\x0a\ \xfd\xc0\x34\xcd\x42\x57\x89\x71\xde\x6e\xb7\x01\x00\x54\xd3\x80\ \x94\x10\xc0\x4e\xf6\xa5\x33\x30\x92\x24\xa1\x94\x9a\xa6\xf9\x2a\ \x44\x02\xd0\xd1\x6d\x3a\x4d\x08\x11\x86\x61\x27\x51\x59\xab\xd7\ \x2f\x65\x79\xc7\xbe\xfd\x07\x4d\x0d\x9a\xd4\x12\xc4\xfe\xfd\x8f\ \x7e\xb2\xd5\xaa\x12\x84\x52\xa9\x94\x66\x18\x84\x68\xba\xb4\x5e\ \xfa\xaf\x7f\x4e\x63\x36\xba\xc1\x5a\x0e\xce\x83\xe2\x00\xc9\x6a\ \xcf\x3e\xee\xb9\x79\x63\xcf\x15\x3b\xf6\xae\xcc\x80\x9a\x30\xa8\ \xc6\xb9\x10\x4a\x22\x44\x31\xc0\x58\xe2\x8e\x4c\xd4\xb1\x80\x75\ \xae\x82\x10\xc2\x08\x30\xc6\xda\xed\x56\x57\xb9\x90\xb0\x24\x0c\ \xbc\x94\x32\x99\x10\x42\x88\x20\x08\x1a\x8d\x06\x21\x7a\xda\xce\ \xf8\x7e\x90\xcb\x15\x56\x57\xe7\x9e\x7a\xea\xe9\x5a\xb5\x61\x5a\ \xe9\x38\x8e\x2d\xcb\xd2\x34\xed\xc7\xc2\xee\x30\xd4\x08\x32\x7e\ \x78\x60\x68\xc0\x7f\x62\xb2\xfc\x3b\x1f\xfd\xd5\x5f\xfc\xf0\x9f\ \x04\x0a\xec\x7f\xfc\xd3\x4f\xbe\x74\xe8\xd3\x7f\xf4\xe1\x7f\x38\ \xef\x83\xda\x81\xf7\xff\xfa\x5f\x9d\x3c\xbb\xef\x3f\xbf\xe7\xd7\ \x4f\x05\xaf\xe2\xd8\x47\x7e\xe1\x6d\x8f\x1f\x3e\xb7\xff\xe9\x87\ \x3e\xf4\x87\x7f\x27\x08\x31\x53\xf6\x8f\xb8\x60\xe3\xaf\x7f\xfb\ \xf7\xe3\x7f\xfd\x47\x91\x86\xa1\x74\xfd\x9f\x0e\x4d\xef\x70\xe4\ \x70\xe9\xf0\x1f\xbd\xf7\xe7\xde\xfe\x89\xbd\x00\x00\x39\xf3\xd8\ \x9f\x7d\xfa\xf1\x97\xbf\xf3\x57\xbf\xfa\x1b\x9f\x70\x05\x00\x00\ \xa0\x95\x6f\x7c\xe0\x37\x3e\x1d\x2b\x00\x00\x38\xfd\x89\x77\xff\ \xf1\x13\xf0\x23\x0f\x7d\x6a\xe7\x0f\xe5\x53\x23\x65\xe8\xf4\x7f\ \xce\xf0\xff\x15\x0d\x61\x49\x0d\x49\xcc\x1f\x1e\x0a\x75\x66\x3e\ \xe0\x1d\xfa\x9b\xff\xf0\x9b\x7f\xf6\xfc\x81\x97\xbf\xf0\xc7\x1f\ \xfa\xe0\xa7\x0e\x01\x10\x7d\xf6\xfd\xef\x9f\xc7\x00\x00\xa2\xe9\ \xa6\x9d\x7e\x0d\x2e\xfe\xbf\xbe\x3b\x08\x97\xd7\x2a\x5d\x3d\xbd\ \x4c\xc2\xe1\xe1\x89\xfe\xde\x91\xe3\xc7\x4e\x9f\x38\x72\xe2\xf1\ \xc7\x1e\xff\xd3\x8f\xfe\xd1\x67\x3e\xf3\xd7\xfb\x0e\x1e\xf0\x19\ \xae\xb4\x02\xae\x99\x8f\x3e\xfd\xbd\x8a\xe7\x8e\x6d\x1c\xdf\xbd\ \x67\xd7\xe8\xc8\xf0\xda\xe4\xf9\xd5\x63\x47\xc0\x54\xc3\x9f\x5c\ \x13\xcb\x17\xb6\x8f\xb8\xad\xfa\xcb\x20\x71\x28\xb3\x44\x1b\x42\ \xdf\x5a\x98\x99\x34\xad\x44\xa9\x8e\xe0\x0e\x3b\x23\xbe\x03\x10\ \x9c\xf3\x0e\xc4\xa7\xd3\xe9\xe7\x9f\x7b\x76\x69\x61\xa1\xd5\x6e\ \x00\x20\x01\x50\x00\x28\x21\x79\xc7\x38\x11\x45\x91\x02\x8a\x31\ \xf6\xfd\xe7\x9e\x3b\x75\xea\x54\x27\x4f\x85\x31\xb6\x2c\x6b\xdb\ \xb6\x6d\xba\xae\x6b\x94\x52\x4a\xd3\x69\xdb\x32\x4d\xdf\xf7\x97\ \x97\x97\x1b\xf5\x86\x52\xca\x34\x4d\x42\x88\x60\x89\x60\x11\x35\ \xb0\x54\xb2\x7f\x78\x98\x2b\xe4\xf8\x3e\x52\xb2\x27\x9b\xca\x82\ \xe8\xed\x77\xbf\x6e\xf7\x86\xde\xb8\x39\xab\x2b\x67\xa0\x3b\x3b\ \xd4\xdf\x7d\xd9\xa6\xcd\xf9\x74\xce\x80\xd4\x94\x30\x03\xb0\x96\ \x30\x53\x37\x12\xc6\xed\xb4\x4d\x08\x72\x5d\xd7\xb6\x34\xc5\xa2\ \xbc\xad\xd7\x57\xe6\x73\x06\xd1\xd1\xc5\x9b\x36\x62\x40\x2f\x54\ \x9a\xe9\xbe\xf1\x75\x97\x5d\x1d\x1b\xc5\xb1\x9d\xb7\xe4\xc6\x76\ \x8b\xdc\x88\xab\xf5\x3a\x46\x9f\x2a\x6f\xe1\x99\xdd\x08\xac\xbb\ \xb0\xb7\x2a\x4e\xe5\xc4\x1a\xe6\xf6\x52\x7a\x9b\x3c\xb9\x56\x39\ \xf2\x8a\xe8\x81\x9b\xf4\x98\xa6\x6c\xa3\xbb\xb7\x3f\x88\x98\xae\ \x1b\x09\x4f\x20\x96\xaf\xee\xe1\x26\x81\x54\x12\x22\x05\x80\x42\ \x08\x4a\xa9\x94\x52\x49\x12\x7b\x9e\xd7\xa8\xd7\x09\xed\x58\x35\ \x20\x00\x40\xd3\xb4\x7c\x3e\x9f\xcd\x66\x7b\x7b\x7b\x35\x4d\xc3\ \x18\x77\xec\x2b\xba\xae\xcf\xcf\xcf\x1f\x3b\x7e\x3c\x8c\xa2\x24\ \x8e\x01\x00\x84\x90\x4e\x7a\x53\x70\x4e\x29\x05\x00\x10\x4a\x8c\ \x8e\xd9\x54\x0a\x21\xb8\x69\x9a\x10\x80\x56\xab\xb5\xb0\xb0\x30\ \x35\x3d\xed\xb4\x9d\x24\x61\x87\x0f\x1f\x59\x5a\x5c\x02\x00\x0a\ \x21\x58\xc2\x86\x87\x86\x01\x40\x09\xe3\x02\x00\xce\x38\x42\x48\ \xd7\x75\xc3\x30\x2c\xcb\x22\x84\x94\x4a\xa5\x74\xfa\x55\x5c\xcb\ \xe7\xf3\x9d\xab\x08\xce\x3b\x9e\x19\xc3\x30\x0c\xc3\xe0\x9c\x37\ \x9b\x4d\xdf\xf3\x2e\x25\xfe\x97\x48\x83\x9a\xad\x70\xea\xd9\x7d\ \xc7\x68\xae\x6f\xdd\xd6\xeb\xca\xa3\xdb\xab\xb1\x31\x55\x97\x75\ \x99\x5d\xf8\xce\x11\x35\x99\x64\x1d\x13\xd4\xc3\x42\x8a\x00\xb6\ \x5a\x28\x19\xa0\x55\x2a\xe2\xfe\x82\x9e\xdb\xb3\x75\x97\x95\xd6\ \xfc\xd8\xa3\x06\xe1\x42\x61\xa4\x61\xa4\x2b\x85\x3b\xe3\x40\x28\ \x25\x15\xef\x64\x11\x94\x52\x10\x2a\xc6\x58\xb3\xd9\xa4\x94\x22\ \x04\x34\x8d\x52\x4a\x6d\xdb\x36\x0c\x3d\x97\xcb\xf5\xf5\xf5\x95\ \xba\x4a\x86\xa1\x23\x84\x30\x46\x4a\x81\x76\xbb\x9d\x4a\xa5\x3a\ \x99\x86\xce\x8b\xff\xdd\x0b\x7f\x1a\x27\x9f\x7a\x66\xec\x5d\x6f\ \x1c\x40\x4a\x80\xeb\x1e\xfc\xf0\x3b\xdf\xfc\xc6\xb7\xde\xb6\xfd\ \xe0\xbc\x2f\x16\x67\x5b\xa3\xb7\xdd\x71\xeb\xfd\x37\x19\x33\xb3\ \xcd\x1f\xe8\xb9\x34\x77\xed\xed\xb7\x3c\xf0\x8b\xef\xc9\x54\x8f\ \x2e\x29\x5c\xff\xce\x5f\xde\x7b\xf7\xdd\x6f\xff\xbd\xaf\x24\x00\ \x84\x93\x4f\xfc\xca\x83\x77\xdf\xfe\xc6\xb7\xfd\xfd\x2b\x35\x00\ \x50\xb8\x78\xf4\x2d\x77\xdd\xfe\xbb\x5f\x9e\x9b\xfa\xee\xc7\x1f\ \xb8\xf3\xd6\x37\xbe\xed\x37\x0f\xd6\x00\x08\x4e\xfc\xa7\xb7\xde\ \x73\xcf\x1d\x6f\xfa\xe6\xd9\x7f\xdd\x3e\x70\xcd\xe9\xca\x9e\x5f\ \xf9\xc8\x44\x1a\x00\x00\xd0\xe8\xfd\x1f\xf9\x9d\x5f\x7e\xe0\x97\ \x3f\x34\xea\x1c\xf7\x18\x00\x00\x80\xb1\xb7\x6f\x07\x07\xd7\x7c\ \x01\x64\xe5\x6f\x9e\x4b\xbd\xf5\x81\xd2\x07\x6f\x7f\xc7\x09\x05\ \x96\x9f\xfb\xe4\x83\x77\xde\xf6\xc0\xdb\xff\xa2\x4d\x75\x00\xe4\ \xf7\xff\xfe\x8f\xdf\x74\xcf\x3d\x6f\xff\x2f\x7f\x1b\x02\x50\x3d\ \xfc\xf5\xb7\xbf\xf1\x8e\xbb\x1e\xf8\xf7\xdf\x9e\x0e\xa1\x5a\xfc\ \xd3\x7f\x77\xff\x1d\xaf\xbf\xeb\x2f\x9e\x77\x2e\xa1\x23\xd7\xfe\ \xe0\xb7\xbe\xf1\xae\x8f\xfc\xd9\xcf\xbf\xe9\x81\xdf\xfa\xd8\x9f\ \x5a\xdf\xf8\xcd\x03\x6d\xa5\x58\xf5\x03\x77\xde\xf6\xae\xbf\x3c\ \x9e\x4a\xfb\x7f\xfe\xe6\x7b\x6f\xbd\xf3\xad\x5f\x3a\xe9\x03\x10\ \x7f\xf7\x63\xbf\x7a\xef\x9d\xb7\xbd\xff\x23\x5f\x8b\x00\x7c\xee\ \xe3\xef\xba\xf3\x8e\xdb\x7e\xed\x4f\x1e\xe5\xaf\xc5\xb7\x09\x11\ \x5a\x59\xad\x3d\xf7\xc2\x8b\xa5\x72\xa9\x7f\xdd\x20\x4d\xa7\xd2\ \xc5\x92\x9e\xc9\x8c\x6d\x18\xbf\xf5\xe6\x9b\xae\xdf\x79\xf9\xe5\ \x9b\xc7\x9d\x28\xe8\x1a\x19\x35\x8d\xbc\x0e\xed\x76\x23\xda\x77\ \xea\xcc\xf7\x8f\x1d\x59\x9e\x9a\xc6\x0a\xe6\xad\xcc\xfc\x99\xe3\ \x7e\xe3\x5c\x57\x41\x58\x43\xdb\xab\xfb\xcf\x81\xb5\x76\x12\x78\ \x75\x16\x2c\xbb\xbe\x60\x11\x61\x89\x14\x00\x42\xa2\x00\xee\x6c\ \x58\x24\x95\x52\x00\x48\xa9\x38\xe7\x52\xa9\x30\x8c\x02\x3f\x28\ \x15\x8b\x82\x8b\x62\xb1\xd8\x09\xb7\x83\xc0\x93\x52\x60\x02\x0d\ \x43\x93\x42\x59\x86\x39\xb2\x6e\xd4\x4e\x65\x2c\xcb\xe6\x9c\x23\ \x44\xca\xe5\xee\xb1\xf5\x63\x29\x2b\x9d\xcb\xe5\x35\xaa\x41\x48\ \x88\xa1\x6b\x86\x45\x34\x83\xea\x26\x44\x38\xe1\x8c\x0b\x9e\xb2\ \x53\x96\x91\x8a\xc3\x84\xea\xda\xee\x9d\x3b\x87\xfa\x87\x00\x43\ \x90\x98\x0a\x93\xea\xda\xe2\xce\xb1\x9e\xdb\xb6\x8d\x4e\x94\x4c\ \xa2\x43\xcd\xb2\x18\x13\xa1\xdf\xd2\x75\x45\x29\x24\x52\x9a\x0a\ \x6a\x52\x60\xae\x72\x76\x3a\x71\xfc\xb4\x61\x13\x88\xbb\xfb\x06\ \x22\x25\x6a\x6e\x7b\xb9\xba\x8a\x75\xcc\xc4\xc5\x6f\x4f\x38\x34\ \xb0\x65\x64\xf4\xea\x74\xef\x65\x97\x5d\x7d\xd7\x7d\xbf\xf0\xc1\ \x7b\xde\xf2\xbe\x07\xdf\xf9\x1f\xaf\xb9\xfb\x17\xfb\x2e\xbf\x5e\ \x2b\x8c\x07\x71\xa6\x68\x8e\x3f\xfb\x8f\x2f\x2f\xcd\x2e\x83\x58\ \x64\x74\x4b\xf2\x38\x04\xd2\xec\x19\x16\x30\x5f\x32\x0b\xeb\x7b\ \x86\x72\xe9\x4c\x6f\x4f\xaf\x66\x18\x6d\x3f\xb0\xb3\x19\xa1\xa0\ \x00\x12\x22\xc5\x95\x90\x10\x88\x8e\x33\x11\x11\xa0\x90\x54\x10\ \x53\x53\x4a\xe4\xb8\x1e\xd1\x74\x42\x69\x92\xb0\x8e\x2c\xc6\x18\ \x5b\x58\x58\xb8\x70\xe1\x42\x27\xa7\xda\x01\x77\x8c\x71\xa3\x51\ \xe3\x3c\xa1\x94\x4a\x29\x4c\x43\xa7\x94\x5a\x86\x09\x11\x0c\x19\ \x63\x52\x45\x51\x1c\x33\x06\x21\xc2\x98\x10\x4a\xed\x94\x4d\x29\ \x35\x0c\xd3\xb2\xac\x54\xca\xb0\x2c\xcb\x75\x5d\x96\x24\x9e\xe7\ \x29\x84\x98\x14\x4d\xc7\xa9\x54\x56\x2d\xcb\x32\x35\xca\x93\x48\ \x71\x06\x94\x40\x08\x02\x20\xc1\x0f\x1c\x3b\xed\x76\xbb\xa3\xb9\ \xc7\x71\xe2\x87\x81\x66\x99\x88\x52\xac\xe9\x80\x60\x8c\xb1\x90\ \x92\x6a\x5a\x18\x86\xb5\x5a\x2d\x4e\x92\x4b\xd9\x96\x49\x33\x69\ \x26\x95\xf2\x1c\x9f\x25\xf0\xc0\xd1\xd3\xe7\x16\x56\x54\xca\x4a\ \x17\xba\xf5\x18\x39\x27\x66\x16\xf7\x1f\x2e\x02\x98\x0a\xa5\x3b\ \xb9\x94\x8a\x85\x00\x68\xa6\xde\x64\xfd\xdd\xdb\x6e\xbd\xeb\xee\ \xbb\xdf\xf4\xf0\xa7\xfe\x76\xdf\x73\x2f\x3c\x70\xff\x7d\x9b\x27\ \xb6\x8c\x8f\x4d\x0c\x0e\xae\x03\x00\x28\xc0\x85\x60\x10\x09\xa0\ \x62\x00\x3b\x0c\x46\x09\xa1\x84\x50\x1d\x07\xb0\x69\x5a\x08\x22\ \xd3\xb4\x20\x24\x4e\xb3\xad\x13\xcd\x75\xdc\xd3\xa7\xce\xb4\x6a\ \x0d\x0c\x21\x21\x38\x89\x63\x02\xa1\x6d\x5a\x52\x71\x4a\xa9\xa1\ \xe9\xba\xfe\xff\xb3\xf7\xde\xe1\x92\x55\x55\xda\xf8\xda\xe1\xe4\ \x53\xb9\x6e\xdd\x9c\x6f\xe7\x08\x4d\x43\x13\x25\x9b\x11\x05\xc1\ \x84\x01\xe3\xe8\x27\xa2\x7e\x28\xea\x37\x8e\x61\x0c\x33\xc6\x71\ \x8c\x38\x0e\x49\x31\x67\x50\x10\x50\x44\xc1\x00\x4d\xd3\x89\x8e\ \x37\xf4\xcd\x75\x2b\x57\x9d\x3a\x71\x87\xdf\x1f\xa7\xfb\xd2\x28\ \xdf\xf7\x1b\x69\x99\x87\x3f\xe6\x3c\xf5\xd4\x73\xce\xa9\x53\xb7\ \xf6\xdd\x67\x9f\xb5\xd7\x7e\xd7\xbb\xde\xa5\x2b\x54\xf9\x6f\x16\ \x0e\x13\x77\xfc\xe8\xd7\xd7\xbd\xff\x7d\x37\x3f\xf4\xf3\x65\x23\ \x75\xdb\x9d\x87\xae\xfd\x64\x8e\xd8\xcf\xbb\xf8\xd3\x97\x3e\xff\ \x32\x53\xdd\xf4\xbf\x7f\xdc\x7b\xd4\x74\xc8\xa0\xfc\xe1\x37\xbc\ \x56\x0b\xea\xfd\x17\x5f\x3b\x00\x2c\x7d\xee\x9b\x6f\x7a\xe7\x25\ \x37\x5c\xf3\xb6\xef\xcf\x5e\x32\xfe\xc9\x9f\xbe\xe2\x86\x3b\x9e\ \x65\x1f\x78\xef\x6b\xae\x2f\x7f\xeb\x5f\xad\x81\x93\x6f\xb9\xe1\ \x2b\xb9\xc6\xde\xcb\xae\x85\xaf\xfd\xf2\xee\xc4\xe1\x5b\xdf\xf1\ \xc9\x9b\xd6\x5d\x79\x70\xba\xf7\xd5\xb7\x7f\xe7\x8a\xff\x87\xc3\ \x2a\x9f\x6c\xbf\xe7\xec\xe7\x15\xaa\x87\x6e\xbf\xef\xf1\x0f\x1f\ \xfc\xb7\x0f\xd4\xce\x7d\x77\xe7\x51\x08\xc7\x38\xeb\x59\xfd\xf7\ \x4d\x37\xae\x24\x3b\x67\x4f\xb9\xfa\x24\x95\x19\xb6\xa9\x39\x93\ \xef\xfe\xe4\x81\x8f\xff\xf4\x57\x23\xad\xbb\xdf\xf7\xe5\x22\xb4\ \xb7\xff\x6c\xbc\xeb\x47\xb7\xdf\x7e\xf7\x67\x3f\x70\xe3\xa1\x76\ \xe9\xd6\xed\x1f\xfa\xf6\x2f\x46\xdb\xf7\x5d\xf9\xfa\x8f\x9c\xf1\ \xf9\xb5\xb7\x2f\x9d\x7a\xf7\x3d\xef\xd3\xff\xcb\x6e\xdb\x93\x5c\ \xd8\x38\xb8\x07\x6f\xb9\x3e\x1f\x1f\x14\x2e\x3d\x85\xce\x4c\x56\ \x89\xd1\xfd\x99\xef\xfe\x68\x83\xc1\xbe\xf2\x4e\xe3\x2d\x37\xfc\ \xec\x85\xed\xef\xbe\xf4\xbd\xdf\x78\xf6\xdb\xfd\xff\x5c\xba\xe2\ \x67\xbf\x3c\xe7\xbe\x2f\x5c\xbd\xbb\x78\x49\xbd\x0e\x9f\xb9\xf5\ \xf6\xb5\xb9\xbf\xcf\x7d\x47\x00\x81\x17\xce\xcd\xcc\x0e\x74\xe6\ \x4a\x73\x13\x6b\x06\xba\xd5\x42\x2e\x99\x37\xfd\x7a\xd1\x50\x64\ \xd6\x34\xdd\x6a\xa5\xc5\x55\x48\xd8\x5d\xe9\xfe\xb5\x7d\x83\xae\ \x1a\x39\xfd\xa6\xa9\xd1\x55\x7a\x47\xc2\x55\x8b\x13\x93\xdc\x5f\ \x18\x3a\x8d\x8c\xff\x6e\xfa\xd0\xb7\x33\x8b\xd0\xd5\xfb\xec\x5c\ \xad\xb1\x50\x43\x64\xda\x99\xb5\xf4\x84\x53\x8d\x48\x26\xa1\xea\ \x66\xa3\x51\xe7\x9c\x69\xa6\x25\x04\xf7\x82\x50\x20\x14\x30\xce\ \x84\x54\x14\x75\xa9\x52\xf1\x23\x26\x81\xb5\x5a\x8e\x65\x19\x9a\ \xa2\x96\xcb\x65\x17\xb9\xbe\x1f\x24\x12\x09\xdb\xb0\x42\x4e\xb2\ \xe9\xac\x14\x82\x85\x51\x67\x67\x4f\xb9\x52\x41\x94\x02\xa6\x9a\ \x69\xb4\x9b\x6d\x8c\x30\x51\xd4\x30\x12\x11\xe0\x64\xae\x23\x04\ \xbc\x54\x6d\xe8\xba\x2e\x05\xa7\x18\x29\x4a\x82\x52\xac\xe9\x0a\ \x73\x9b\xd0\xf2\xb9\x2b\x9b\x84\x1f\x2e\x97\x74\x03\x4d\xed\xdf\ \x3e\x36\xdc\xbf\xa5\xb7\xd3\x6b\xdb\x07\xe6\x17\x52\xe9\x0c\x30\ \x27\xe0\xa5\xad\xa7\x6f\x70\x1c\x67\x7c\x7c\x9c\x28\x44\x03\xad\ \x52\xaa\xa9\x26\x55\x39\x46\xa0\x6d\xdf\xb9\x47\x4a\xe9\x11\xca\ \x15\xbc\x7f\x6a\x7a\x70\x70\xe8\x29\x0b\xec\x49\xd7\xb8\xf9\x6b\ \xb7\x43\x67\xe1\x15\x6f\xea\xf2\xda\x07\xf2\xd9\xae\x4c\x6f\x4f\ \x61\xf5\x48\x9b\xd7\x59\x48\xf4\x46\xd4\xd8\xb9\x3b\x9c\x9b\x35\ \x32\xf6\x9e\xd9\xbb\x4c\xb3\xba\xf5\xf4\x91\x43\xfb\xf7\x17\xab\ \xee\xe8\xa9\x1b\x2e\xbe\xf4\x39\xda\xf0\x88\xdd\xdf\xbb\x6d\xc3\ \xe9\xbf\xbe\xe7\x7e\x20\xf4\xae\xbb\x7f\x79\xd6\x8a\xfe\x1f\xfd\ \xe4\xfb\x5e\xd4\x4e\xa7\x72\xa1\xcf\x81\x01\x52\x08\x00\x96\x08\ \x82\x50\x9a\x54\x6d\x3a\x61\xb1\x58\x6b\xbb\xbe\x34\x15\xd3\x32\ \xa3\x28\x52\x14\x85\x52\xda\xd1\xd1\x41\x29\x75\x5d\x37\xc6\xd0\ \x11\x42\x51\x14\xad\xdb\xb8\x8e\x28\x44\x30\x6e\x9a\x96\xdb\x76\ \xed\x44\x12\x01\x16\x80\x05\x46\x81\x60\x52\xa1\x82\x73\x3f\x8a\ \x28\xa5\x02\x61\x24\x04\xa1\x18\x63\x8c\x10\x89\x7d\x7c\xc6\xb9\ \xd3\x6a\xb9\x6e\x5b\xd3\x0d\xcf\xf7\x4c\xd3\xc4\x14\xef\xdc\xf9\ \xc8\x9a\xd5\xab\x0c\x04\x44\xb2\x00\x84\x90\xec\x28\x2d\x56\xb0\ \xc1\xc1\xc1\x5a\xad\xae\x28\xea\x51\x56\x15\x22\xc9\x74\xb6\xd9\ \x68\x4a\x29\x17\xe6\xe7\xa4\x14\x31\xf5\x11\x83\x44\x48\x44\xa1\ \x7f\x22\x63\xbe\xe1\x15\x07\xb2\xc9\x16\x63\xc2\x0d\x0e\x1c\x9e\ \x20\x85\x5c\x37\x80\xc2\xa3\xd4\xe2\xd2\x83\x5f\xbb\x6d\x6d\x4a\ \x0f\xd9\x12\x97\x76\xe8\x95\x78\xdd\x23\xa4\x37\x1a\xc8\xaf\x7c\ \xe3\x05\x3d\xdb\x2e\xa0\xaa\x90\xde\x62\x52\x4f\x7f\xe9\x73\x5f\ \x02\xaa\xb4\x2b\x91\x44\xf2\xce\xbb\x6e\x3f\x3c\xbe\xe7\x3b\xdf\ \xfd\xa6\xd3\x6c\x58\x96\xcd\x04\x97\x12\x23\x40\x42\x08\x90\x84\ \x31\xe1\x7b\x61\xe0\x33\x90\x38\x99\x48\xd4\x6a\x75\xcb\xb0\xa3\ \x20\xea\xc8\x14\xd2\x89\x0c\x46\xd8\x75\x5c\x19\x31\xcd\x24\xaa\ \x42\x30\x92\x09\xdd\xf4\xdb\x01\x25\xd4\x32\x2c\xc1\xe5\xd3\xc4\ \x96\x91\x7f\x69\xeb\xe3\x58\xf0\x9e\xcf\xdc\x5d\xdd\x7c\xda\xd4\ \x78\xb5\xd5\x9a\x6d\x46\x6b\x92\xf5\xcf\xbd\xf9\x1f\xc6\xde\x7a\ \xe3\xb0\x4d\x9a\xdb\x6f\xbf\x6b\xed\xc7\xee\x78\xff\x86\xcf\x5c\ \xf1\xbc\x1f\x1e\x3c\xfb\xb2\x95\x14\x40\x22\x2d\xf3\xae\xcf\x7c\ \xe3\x8c\x02\x01\x80\xb0\xfe\x18\xa2\x04\x80\x0e\x66\xd4\xbd\x75\ \xaf\x48\xba\x37\x64\x01\x60\xd5\xaa\x44\xbd\xe5\x31\x90\x82\x33\ \xf0\x1b\x4d\xd4\xbf\x26\x0f\x00\x63\x5b\xf4\xe6\xb7\xf1\xd6\x8f\ \xbf\xf1\xa1\xf7\xbc\xf8\x15\xbf\x7f\xd7\x27\x3f\x75\xf6\xc0\x93\ \xa4\xa5\xc5\x4b\xce\xe3\xda\xf9\xf8\xfe\xf1\xda\xc2\x47\x7e\x7f\ \xe3\x4d\xc1\x8b\x6f\x78\xc7\x86\xc7\xe9\x50\xa7\x9e\xfb\x99\x6f\ \xef\x5a\xb1\xe1\x91\x97\x5d\xf5\x56\x80\x10\x00\x44\xbb\x5c\x4e\ \xac\x1d\x50\x81\xda\x36\x41\x4b\xbc\x3e\xf1\xd8\xbd\xdf\xbd\x62\ \xcf\x9d\x00\xf8\xcc\x0b\x3c\x5f\xc9\x8f\x9a\x18\xcc\x35\x7d\xd1\ \xd7\x6a\x43\x9f\xf8\xda\xd5\x9f\xba\xea\xb2\xd7\x5c\xfe\xc1\x2f\ \x5c\xb9\x29\xf5\xff\x3b\x4d\x0a\xf1\x04\x3f\xe3\x68\xbb\x8c\x6c\ \x36\x9a\xaf\x72\xc8\x11\x00\xe0\x53\xf3\x51\x36\x65\x80\x94\x31\ \x64\x27\x11\xa2\x0a\x40\xd7\x70\x32\xd8\xbd\x34\xc9\x67\x1e\xfe\ \xfc\x15\x2f\xfd\x77\x30\x7a\xae\x7b\x99\x40\x08\x63\x09\x80\xff\ \x6e\x2b\x36\x04\x6a\x14\xc9\x99\xb9\x2a\x77\xc4\xfe\xc3\xf3\x29\ \x3b\x45\x18\xeb\x4c\xf6\xe6\x73\xa9\x4c\xc2\x58\xbb\xee\xa4\x40\ \x4d\x9c\xc2\xa5\xc5\x15\xf0\x03\xa1\x4b\x37\x23\xb3\x44\x21\xfb\ \x8b\xd5\xdf\x3e\xdc\x5a\x58\xd2\x52\x0d\x84\x78\xd1\x2f\x3a\xcd\ \x62\xf7\x96\x6d\xb5\xb6\xdf\xac\x11\x99\xc8\x55\x8a\xcd\x66\x8b\ \x27\x53\xf9\x46\xe8\xd5\xeb\x55\x5d\xd7\x19\xc3\x8d\x7a\x23\x91\ \x7c\x02\x34\x17\x04\x21\xe7\x82\x52\x22\xa5\x54\x55\x0d\x21\xec\ \xfb\xbe\x65\x59\x71\xca\x12\x00\xd4\xca\x35\x50\x68\x6f\x4f\x6f\ \xcc\x94\xf7\x3c\x1f\x63\x7c\xf0\xe0\x41\x8c\xf1\xec\xec\x6c\xda\ \x4e\x51\xaa\x08\xce\x30\x21\x41\x14\xce\xcc\xce\x12\x42\x7a\x7a\ \x7a\x28\xa5\x41\x10\x84\x61\x28\x25\x44\x11\x33\x4d\x33\x08\x02\ \x90\xd2\x30\x8c\x54\x32\x43\x28\x4e\xa6\x8d\xce\x42\x47\xa5\x54\ \xea\xef\xeb\x1b\x1f\x1f\xb7\x92\xc9\x4a\xad\x06\x80\x4e\x3e\x65\ \xeb\xf8\xf8\xe1\xde\xde\xfe\x7d\xfb\x0f\x0a\x2e\x3a\x3a\x7b\xe6\ \x96\x16\xb1\x44\x12\x00\x30\x56\x55\xad\xe5\xb4\x14\x55\x35\x0d\ \x55\x30\x61\x98\x4f\x5d\x38\x4c\x68\xea\xe8\xe6\x93\xea\x9a\xb2\ \xd8\x68\x26\x8d\x54\x32\x9f\x0d\x58\xd8\x68\xd6\x13\x86\xc6\x41\ \x54\xc6\xc7\xe7\xbe\xf9\x8b\x75\x96\xc9\xa6\x17\x50\xe8\x37\x99\ \x37\x3e\x39\x5f\x38\x67\xf3\xc2\xf4\xef\x5e\x7e\xd5\x65\xe9\xc1\ \x9e\x76\xbb\x52\x9d\x5e\x3a\x79\x6d\xdf\xa9\x5b\xdf\x02\x1c\x5d\ \xff\xfe\x6b\x0f\xed\xdf\x79\xc6\x29\x9b\x0e\x1f\x9e\xbe\xe1\x86\ \x5b\x4d\x33\x29\x45\x9c\x35\x16\x43\x04\x80\x10\x0a\x42\x6f\x62\ \xf2\xf0\xa5\x89\xe7\xf8\x81\xa3\xa9\x94\x45\x5c\x08\x21\x84\xb0\ \x2c\x2b\xa6\x90\x07\x41\x10\xc3\x65\x9c\x73\xdb\xb2\xfb\x7a\x7b\ \xa7\xa7\x67\xfd\xc0\xf7\xfd\x28\xdf\x51\x20\x84\x08\x74\xf4\x29\ \xe3\x82\xc3\xd1\x8c\x25\x84\x00\x62\xca\x7c\x6c\x97\x63\xd9\x00\ \xd7\xf3\x1a\x8d\x06\x21\x44\x0a\x9e\x4d\xa7\xa3\x28\xf2\x5c\xb7\ \xbf\xbb\x6b\xd5\xca\x15\x77\xdd\x89\xa2\x30\x54\x0d\x53\x08\x2e\ \x84\xd0\x75\x3d\x9d\xca\xb6\xdb\xed\x28\x8a\xc2\x30\x62\x8c\x11\ \x42\x0d\x4d\x0f\xc3\x28\x99\x4a\x55\x4a\x45\x55\x55\x7c\xdf\x47\ \x18\x05\x41\x28\x58\x64\xe8\xfa\xda\xb5\xeb\x4e\x48\x91\x49\x0a\ \xa7\xed\x68\x9a\xe6\x79\xde\xee\x5d\xbb\xd7\x9f\xbe\x25\x0c\x23\ \xe4\x05\xf3\x07\x0f\x97\x26\x27\xed\xd3\xd6\xb5\x92\xda\xd4\x42\ \x8b\x26\x6c\xa2\xab\x4b\x07\x16\xc6\x2e\x7a\x5e\x03\x0d\x6a\xd4\ \x13\x2c\x74\xfc\x79\xcd\xf4\x89\x92\x8a\x5a\xd4\xca\xe4\x02\x3f\ \xb8\xf4\xb2\x17\x44\xe1\xf9\xab\x57\x8f\xbd\xeb\x5d\xd7\x45\x8c\ \x68\x9a\xc1\x58\x78\xcc\x16\x21\x21\x44\x10\x86\x9c\x73\x95\x62\ \xd7\xf5\x08\xc1\x00\x40\x08\x8d\x43\x9b\x1c\xb8\x94\xb2\xa3\xa3\ \x63\x7e\x7e\xde\x34\x4d\x4d\x53\x17\x17\x4b\x09\xbb\x43\xd7\xf5\ \xb8\x79\xf8\xe9\xf2\xdc\x8f\x2f\x82\x27\x8f\x4a\xad\xf3\xde\x2b\ \xdf\xfb\xa6\x93\x04\xe7\x12\x40\x22\xfa\xe7\x1f\xdf\x94\x7d\xc7\ \x37\xae\xda\x92\x04\x80\x76\xad\x11\xf1\x36\x80\x9a\x35\x78\xdb\ \x5d\xc6\x0c\xb0\x69\x93\xbf\x9e\x37\xb0\x96\x38\x4d\xdb\xff\xe5\ \x7b\x17\x5a\x7b\x6f\xb9\xb3\xbe\xb6\xd3\xca\x1a\xd1\x52\xa9\xd1\ \x0c\x95\x6c\x72\xe7\xb7\x7f\x3d\x1f\xee\xbd\xe5\x0b\xed\xa1\xf3\ \x88\x33\xb7\xf5\x1f\xfe\xf5\xeb\x2f\x67\xdf\xfd\xf6\x83\x4f\xea\ \x20\x09\x74\xb4\x2e\xeb\xf2\xeb\x49\x36\xef\xc1\xcf\xdc\x38\xfb\ \xb9\xf7\x3c\xe7\xf8\x73\x89\x95\x5b\x36\xec\xff\xea\xe7\xef\xad\ \x5d\x34\x70\x14\xdb\x26\x85\x75\xa7\x3b\x3f\xfa\xce\xf6\x9a\x68\ \xb7\x19\x67\xa4\x70\xfa\x8a\xb5\x9b\x3e\x7b\xcb\xf7\x6f\xbd\xf1\ \xc6\xb7\x6f\x4a\x77\x04\x8f\x7d\x73\x4f\x63\xe1\xd7\xdf\xda\xdd\ \xf9\xfc\x1e\x5e\xcb\x3e\xe7\xba\xdb\x3e\xb0\xf1\x1b\x9f\xfe\x49\ \xf4\x5f\x79\x8c\x01\x84\x7c\xfc\x75\x74\x02\x52\xd7\x5e\x7f\xa5\ \xfc\xf8\x47\x6f\x2b\x35\x9b\x0f\xde\xfc\x8f\x5f\x17\x57\x9c\x3b\ \x9c\xcb\xab\xb5\xd9\xb9\x5a\xb5\xb8\x4c\x06\x90\x00\xa8\xff\xec\ \xcd\x1d\xa9\xcd\x5f\xfa\xf6\xf7\xbf\xf9\x95\x0f\x6d\x2d\xe8\xe2\ \xef\x7b\xa7\x11\x08\x8e\x0b\x9d\xfd\xb6\x9d\xbd\xe8\x39\x2f\x59\ \x7f\xd2\x59\xe7\x5c\x74\xd9\xa5\x57\xbc\xf9\xb4\xf3\x5f\xfa\xd8\ \x11\xf7\x9b\x3f\xfe\x83\x2f\xb2\x25\xcf\x68\x2b\x1d\x78\x60\x0d\ \x1d\x59\xe7\x58\x1d\x73\x8b\xae\x22\xd2\x53\xf7\xed\x29\xfd\x61\ \x72\xa8\x9d\x30\x3c\x0f\xb2\xca\xc8\x96\xd5\xfb\x9d\xe2\x44\xbb\ \x1e\x20\xa2\x60\x2b\x4b\x33\x36\x4d\x61\xc5\x6a\x7a\xa1\x61\x19\ \x84\x62\x29\x45\x10\xfa\xa9\x74\x32\x7e\x2c\x97\x59\x77\x8c\x45\ \x61\x18\x12\x42\x63\x96\x1b\x21\x38\x66\x4a\xec\xda\xb5\xeb\xd0\ \xa1\x43\x51\x14\xe5\xf3\xf9\x18\x67\x97\x52\x32\xc6\xa2\x28\xc4\ \x18\x17\x3a\x0a\x77\xdf\x7d\xb7\x69\x1a\x31\x9d\x2e\x0e\xca\xc5\ \x65\x1c\xe2\x1d\xce\xb9\x65\x59\x5d\x5d\x5d\x96\x65\xa9\xaa\x22\ \xa5\x28\x97\xcb\x47\xa6\x8e\x24\x12\x09\x8c\xb1\x69\x1a\x18\xa1\ \x85\x85\x85\xf9\x85\xf9\x4a\xb5\x9a\x4c\xa7\x34\xc3\x4c\x67\x32\ \x98\x90\x1d\x3b\x77\xd4\xea\x0d\xcf\xf3\x5a\x4e\x4b\x62\x24\x08\ \xe8\x09\x53\xb7\xad\x90\x45\x08\xe3\x8e\x42\x67\x57\x57\x77\xa1\ \xd0\x65\x18\x16\x51\x54\xe5\x04\xf2\xe0\x1d\x90\xeb\xce\x3a\x6b\ \xc5\xc9\x27\x31\x95\xda\xb9\x6c\xcb\xf3\xbc\xc0\xab\x55\x8b\x59\ \xcb\xe2\xb5\xda\xdc\xae\x3d\x6a\xa5\xdc\xad\x29\x9a\x04\x37\xe2\ \x9e\x66\x85\x76\xee\xe1\xfd\x93\xff\xeb\x03\x1f\x3c\x38\x37\x7d\ \x68\xf6\x40\xb9\x31\x75\xe4\xf0\x1f\xea\xa5\xfd\xa2\x3e\xe5\x56\ \xa6\xa4\xb3\x50\x2f\xcd\x6c\xdd\xbc\xf1\x9f\x3f\xf4\xa1\xe7\x5c\ \xf8\x6c\x05\x29\xe2\x68\xfa\x4f\x2c\xc4\xcb\x24\x08\x00\x39\x3f\ \xbf\x80\x31\x8e\xc2\x28\x86\xbc\x85\x10\xb1\x29\xf7\x7d\x5f\x08\ \x11\x77\x66\x9c\xa7\xaa\x69\xea\xa9\xa7\x9d\xe6\xfb\x3e\x67\x6c\ \xd5\xaa\x55\x9e\xeb\x1d\xa3\x57\x51\x4d\xd7\x63\x66\x4b\xcc\x3d\ \x8f\x21\x66\x21\x62\xbc\xed\xa8\xa2\x40\x8c\x98\x13\x4a\x30\x42\ \xaa\x42\x05\x67\x9d\x1d\xd9\x0b\x2f\xba\xc0\x69\x39\x99\x74\x86\ \x52\x25\x08\xfc\x78\x18\xc4\x4c\xc7\x81\x81\x81\xbe\xbe\x5e\x5d\ \xd7\x63\x2a\x3d\xa5\xc4\x75\x5d\xaf\xdd\x8a\xa2\xc8\x30\x74\x82\ \x91\xe3\xb4\x09\x02\x4d\x55\x6d\xdb\x5e\xb9\x62\xe4\x44\x8c\x3b\ \x42\x08\x2b\x34\xe2\x4c\xd5\x94\x5d\x8f\x3c\x62\x22\x4a\xbc\x60\ \x76\xef\xbe\x07\x7e\xf1\xab\x9e\x54\xc6\x30\xd1\xbc\xbf\x20\x7a\ \xf2\xa3\xcf\xbb\x34\xb9\xe9\x42\x6b\xe4\xd4\x5a\x8b\x3b\x95\x22\ \x62\x35\xd5\x64\x89\x8e\x24\x83\x66\xc8\xaa\x44\xf3\x01\x7b\x81\ \x57\x5b\x2a\x1e\xa9\xd5\xcb\x97\x5e\xfe\x8a\xde\xfe\x91\x88\x51\ \xcf\x67\xb1\xdf\x25\x84\x00\x24\x39\x63\x61\x18\xc4\x59\xbb\xbe\ \xef\x53\x8a\x7d\x3f\x88\xe7\xd4\x98\x14\x14\x13\xf9\x55\x55\x4d\ \xa5\x52\xd7\x5f\x7f\xfd\x59\x67\x9e\xa5\xa8\x8a\xa2\x28\xb5\x6a\ \x4d\x4a\xf9\xb4\x19\xf7\xe3\x5f\xc7\x7a\x52\xc9\x0c\xac\x5b\xbb\ \x76\xf5\xaa\xf5\xeb\xd7\xaf\x1f\xce\x20\xa7\x3d\xff\xeb\x7f\x7d\ \xdb\x2b\x5e\xf6\xd2\x97\xff\xf3\x9f\xba\x2f\xbc\xfa\x9a\xec\xaf\ \xae\x7c\xe9\x6b\xe7\x2f\xfe\xdc\x55\x9b\x63\xf8\x43\x19\x5c\xb3\ \xca\x3a\xe6\xb4\x22\x62\x0e\x75\x65\x01\x50\xba\x7f\xb8\xcb\x50\ \x5e\xfd\xf9\x8f\x27\x7f\xf9\xfe\x37\x7f\x71\xea\xfd\x5f\xff\x88\ \x09\xf4\xf2\xb7\x5d\xfa\x99\x77\x5c\xfd\x1f\x0f\xd3\xaf\x7f\xf9\ \x35\x77\xbc\xff\xaa\x2f\x4d\x9d\xf3\xa9\xf7\x9f\xcf\xa6\xee\x7d\ \xc7\x95\x2f\xbd\xf6\xce\xee\x7f\x78\xd3\x79\xe8\xc9\xe7\xe0\xbf\ \x6c\xea\xb2\x93\x8c\xa9\x3e\xdc\x93\x01\x00\x31\x3d\x51\x65\xe3\ \x6f\x7e\xe5\x2b\xaf\xbc\xfa\xdd\x87\x2b\xc7\x40\x52\x94\xbd\xf6\ \x75\x1b\xd6\x6e\x7a\x7e\x46\xc3\x00\xca\xd0\x9a\x31\x0a\xe6\x47\ \xbe\xff\xb9\xe9\x9b\xde\x79\xd5\x35\xb7\xad\xde\x76\x12\x28\x03\ \xd7\xbd\x61\xdb\x47\xde\xf8\xaa\x37\xfc\x9f\x1b\x6a\x40\xdf\xf5\ \xa1\x77\x4d\x7c\xf9\x6d\xef\xbf\x83\x7c\xe3\xc6\x57\xeb\xc5\x1d\ \x1f\x7e\xfd\xcb\x5e\xf5\xc5\x85\xeb\x3f\x7e\x95\xf2\x5f\x58\x01\ \xc5\x33\xe3\xf1\xaf\x78\xdb\xf0\x96\x5b\xaf\x1e\x9d\x7a\xd7\x5b\ \xdf\xf6\xbd\xb9\xb5\x3f\xb9\xe5\x2d\x1a\xc0\xa5\x1f\x7a\xd7\x1d\ \x1f\x7e\xfd\xbf\xfe\xec\x40\x61\x64\x24\x43\x00\x90\x3d\xb2\xb2\ \x8f\xf4\x5f\xf9\x85\xb7\x16\xae\x7f\xdd\xcb\xae\xf9\xf8\xb7\x9a\ \x00\xd9\xbe\x51\x43\xf9\xbb\xd1\x49\x05\xe7\xfd\x03\x43\xb6\x9d\ \xc0\x8a\x76\x78\x6a\x8e\x63\x73\xcf\xa1\xb9\xd9\x6a\x58\x6c\x93\ \x45\x47\xdd\x3b\xed\xec\x3e\x5c\x39\x38\x53\x6b\x4b\xab\xce\x21\ \xa0\x2a\x52\x52\x9d\x7a\xd7\xa1\xbb\xfe\xe4\x1e\x2e\xe5\xc1\xae\ \x1f\x5e\x68\x95\xeb\xfe\xc2\xfc\xae\xb9\x29\x7d\x6c\xe0\xe4\xe7\ \x5e\xb8\x62\xd3\xa6\xf3\xcf\x3a\xef\xcc\x4d\x5b\x07\xba\x7b\x37\ \x9c\xbc\xf1\xa4\x6d\x5b\x46\xc7\x46\x1b\x8d\x3a\x20\xa9\x69\x5a\ \xab\xd5\x44\xc7\x95\x2e\x92\x52\xc6\x83\x7e\x99\xd7\x1c\x45\x51\ \x18\x86\xe9\x74\x7a\x70\x70\xb0\xbf\xbf\x1f\x63\x5c\x2e\x97\x01\ \xa0\x50\xe8\x48\x26\x93\x71\xd6\xa2\xeb\xba\x71\xc4\x2f\x9d\xce\ \x04\x61\xc8\x18\x63\x8c\x85\x41\x10\x04\x21\x00\xb8\xae\xdb\x6e\ \xb7\xe3\xf7\x28\x8a\xb2\xd9\x6c\x67\x67\xa7\xe3\xb4\x6d\xdb\x3e\ \x65\xeb\x29\xae\xeb\x26\x12\x49\x29\xa5\xaa\x69\x84\x90\x4a\xa5\ \x72\x78\x62\xfc\xc8\xf4\xf4\xc9\x5b\xb6\x24\xd3\x69\x45\x53\x4d\ \xcb\xf2\x83\x70\xf7\xde\xbd\xba\x69\x02\x40\xa9\x56\xa1\x86\x4e\ \x75\x4d\x62\xac\xeb\x7a\xa1\x50\x18\x1c\x1c\x1a\x18\x18\xea\xef\ \x1f\xe8\xee\xe9\x51\x15\xf5\xa9\x87\x5c\x5a\x4e\x03\xa4\x92\x4a\ \x59\xe9\x8c\xae\x9b\x81\x1f\x78\xae\x13\x3a\x2d\xc5\xf7\x76\xfd\ \xe6\xbe\xd9\x5d\x8f\xe6\x3a\x2d\x66\xf0\xd9\xa8\x66\xae\x18\xe8\ \xdd\x7a\x5a\x53\x4d\xaf\xdb\x7a\xe1\x1d\xb7\xff\xb6\xa7\xa3\x7b\ \xdd\xea\x55\x23\x43\x3d\x5b\xb6\x9d\xa4\x48\xaf\x5e\x9a\xd1\x93\ \x3a\x12\xee\x8a\x81\x1e\xbf\xdd\xc0\xa6\xfe\x86\x37\x5e\x5d\xa9\ \x56\x85\x14\x52\x1e\x1d\x80\x42\x32\xce\x02\x8c\x51\xb3\xd9\x98\ \x9b\x9b\x03\x90\x8c\x89\x78\xb2\x8c\x67\x4d\x45\x51\x5a\xad\x96\ \xef\xfb\xbe\xef\xb7\xdb\xed\x76\xbb\xdd\x6c\xb5\xb6\x6d\xdb\x76\ \xd1\x45\x17\x9a\xa6\x39\x3b\x3b\x6b\xdb\xb6\x10\x82\x73\x11\x4b\ \xc1\xc4\xf9\x93\xb1\xc3\x1e\x93\x5b\x62\xc2\x62\x6c\xeb\x11\x42\ \x20\xc1\xb4\x2c\x90\x40\x08\x0e\x02\x4f\x57\xf1\x85\x17\x5e\xa0\ \x2a\xb4\x52\x2e\x07\x7e\x20\x24\xa8\xaa\xc6\x39\x37\x4d\xb3\xaf\ \xaf\x6f\x68\x68\x68\x71\x71\xb1\x5a\xad\x35\x9b\xcd\x30\x0c\x85\ \x10\x18\x13\x43\x6d\x84\x13\x87\x00\x00\x20\x00\x49\x44\x41\x54\ \xd7\xdb\xed\x76\x4c\xcd\xa4\x94\xae\x59\xbd\x5a\x0a\x81\x11\xea\ \xed\xed\xed\xee\xee\x3e\x11\xe3\x2e\x85\x94\x20\x38\x12\x8a\xa6\ \x16\x17\xe6\x9c\x72\xc5\x20\x1a\xab\xd4\x79\xa3\x99\x56\xe8\xcc\ \xdc\xde\x55\xdb\x46\xcf\xbd\xe6\xb5\x89\x53\x4e\xad\xe5\x86\x5c\ \x6b\xb0\xde\x84\x91\x0d\x1b\x84\x8c\x5a\xa5\x85\xe9\xc9\x71\x84\ \x65\x10\x38\x52\x84\x32\x72\x92\x29\xab\xab\x90\xeb\xe9\xeb\x99\ \x9a\x3a\x38\x35\x35\xad\xe9\x56\xcc\xdf\x97\x20\x85\x60\xb1\x4d\ \x2f\x16\x17\x15\x05\x0b\xc1\xe3\x81\x4f\x08\xc4\x06\x3d\x0c\xc3\ \x76\xbb\x0d\x00\xc5\x62\xd1\x30\x8c\x6a\xb5\xba\x6e\xdd\xba\xf7\ \xbe\xf7\xbd\x9d\x85\x82\xef\xfb\xaa\xaa\xba\xae\xfb\xf4\xc0\x32\ \xf2\xff\x0a\x77\x00\x00\x80\xfd\xca\x6b\xfe\x17\x00\x9c\xff\xda\ \xcf\x9d\xff\xda\xc7\xcf\x5e\xfc\xb6\x4f\x5e\xfc\xb6\xe3\x2f\x4b\ \xbf\xf5\x73\x9f\x5c\x3e\x50\x12\x43\xef\x78\xe9\x10\x00\x6c\x7b\ \xc3\xff\xde\x06\x00\x30\x78\xcd\xa7\x6f\xbc\xe6\xd8\xa7\x7d\xa7\ \xbd\xe6\x3f\x6f\x7b\x4d\x1c\xee\xfc\xcc\x4d\xe7\x1d\x3d\xbb\xfe\ \xd5\x37\x7d\xef\xd5\xff\x0f\xbb\x29\x90\x3c\xbe\x7c\xd3\xf1\xfb\ \x4a\xaa\xff\xdd\x2f\xef\x07\x00\xbc\xea\x55\xdf\xbc\xf9\x55\x7f\ \xfd\xf5\xec\xb3\x3f\xf0\xc1\x63\xed\xbc\xf6\xb3\xff\x08\x00\x60\ \xad\xff\xe0\xbf\xdf\xb4\x7c\x41\xdf\x29\x97\xdd\xf0\xcd\xcb\x8e\ \x1e\x64\xd6\x7e\xf0\xcb\xdf\x3c\xf6\xc1\xf9\x5f\xb9\xed\xfc\xbf\ \xc1\x80\x3e\x11\xe5\x3a\xbe\x2b\xcf\xbe\xea\xfd\x67\x5f\xf5\xf8\ \xa1\x35\x76\xc9\x57\x6e\xbb\x24\x26\xe3\x02\x00\xc0\xba\x0f\x7c\ \x62\x1d\x00\x0c\x9d\xff\x96\x6f\x9c\xff\x96\xf8\x9a\x73\x5e\xff\ \x81\xbf\x27\xcf\x5d\x51\x1e\x78\xf0\x7e\xdb\x32\x55\x45\x59\xb3\ \x6a\xf5\xa6\xf5\x1b\x8a\x75\x27\xd1\x0a\x42\xcf\x3b\xe9\x59\xcf\ \x4e\xf7\xaf\x24\xe9\x4e\xdb\xd0\x35\xc5\xaa\x14\x83\x64\xa7\x9e\ \x66\xca\xe1\x87\xf6\xdd\xf7\xd5\x5b\x2e\x5d\xb9\xa5\x5c\x9f\xd5\ \x39\x6a\xf9\xa8\xd3\x28\x9c\x7d\xc9\x65\xa3\x72\xeb\xc0\xe6\x93\ \x22\x5f\x60\x24\x00\x89\xcb\x2e\x7f\xe1\x25\x97\xbf\x28\xe4\x58\ \x44\xe1\xdd\xbf\xfa\xd5\xdd\x77\xdf\xfb\xdb\xdf\xfe\x76\x39\x6b\ \x3c\x1e\x51\x52\x4a\x8c\x70\x14\x45\x00\x32\xb6\x0e\xcb\x24\x99\ \x98\x54\x13\x13\xf5\x7c\x8f\x7d\xf5\xab\x5f\x3b\x72\xe4\x88\xe7\ \x45\xae\x17\xa6\xd2\xe9\x58\x54\xaf\x5e\xaf\x6b\xaa\x2a\xa4\x8c\ \x83\x81\xbe\xef\x69\xba\x26\xa5\xf4\x7d\x3f\x8a\x22\xdf\xf7\x6d\ \xdb\x66\x8c\x29\x0a\x0e\xc2\xe0\xc6\x1b\x6f\x2c\x14\x0a\xd3\x47\ \xe6\x2a\xe5\x72\xdf\x40\x4f\x2a\x69\xe9\xba\xde\xd9\xd5\x3d\x37\ \x33\x5f\xaf\xd7\x1f\xfc\xe3\x83\xa6\x69\x2b\xaa\x0e\x80\x07\x87\ \x87\x96\x96\x96\x98\x10\xcd\xa6\x83\x14\x8e\x09\xf1\xc3\x80\xaa\ \x04\x49\x20\x98\x28\xaa\x16\x45\x42\xd7\x2c\x21\x71\xa5\x5a\x7f\ \xca\x3d\x6f\xa4\x52\xcd\xa5\x6a\x2a\xad\x66\xd3\x39\xaf\xd1\x36\ \x31\xf6\x83\x30\xab\x65\x4d\xc6\xa6\x1e\xda\xde\x2f\xc4\x4c\x58\ \x36\xd3\xea\xf0\x73\x4f\x1f\xda\xb0\xb5\x18\x34\xb9\x91\xfc\xc3\ \x8e\xc3\x67\x9d\x79\x51\x21\xdb\xb7\xf0\x87\x3f\x35\xa5\x9b\xcc\ \x67\x23\x86\x33\xa9\xb4\x5f\x2e\x99\x5d\x3d\xc9\x7c\x7a\x63\x2a\ \x09\x10\xfe\xd3\x3f\xff\x1f\x2d\xa9\x08\xc1\x8f\x3d\xc7\x02\x01\ \x8a\x78\xc0\x79\xe8\x79\x62\x62\x62\xfc\xe4\x93\x37\x02\x40\xdb\ \x71\x22\xc6\x4c\xd3\x74\x1c\x27\x76\xd8\xe3\xfe\x8f\xe5\x5c\xa8\ \xaa\x08\x21\xdf\xfe\xf6\x6b\x52\x99\xef\xfc\xfa\xde\xfb\xa3\x28\ \x52\x31\xe1\x52\x20\x10\x98\x60\xce\x79\x4c\x62\x89\xe7\x86\xe5\ \x2d\xfe\x6e\xcc\x14\xc9\x64\xb3\xf5\x6a\xd5\xd2\x14\xb7\xdd\x1a\ \x18\xec\x37\x15\x75\x71\x6e\x6e\x7e\x7e\x9e\x71\x66\x5a\x56\x24\ \x58\x23\x0e\x8d\x48\x79\xe0\xc0\x81\x30\x0c\x29\x55\xa4\x94\x84\ \x60\xce\xb9\xd7\x76\xb2\xb9\x8c\xd3\x6a\x28\x94\xd4\x6b\x6e\x36\ \x9b\xbd\xf8\xc2\x0b\xfe\x98\xb0\x0e\xec\x7b\xcc\x6d\xb7\x62\x3d\ \x9c\xa7\x6e\xdb\x18\x0f\x5c\x4f\x33\xb4\x90\xf9\x2c\x0a\xf7\xee\ \x78\x64\xdb\x86\x8d\x7e\xb5\x56\xb0\xec\xd2\xc2\xac\xd4\x1b\x9b\ \x4f\x39\x5b\x14\xf0\x7c\x43\x8c\x9d\xf1\xec\x96\x73\xb0\xbd\x78\ \x70\xdf\x7d\x0f\x64\x0a\x83\x6d\x84\x7c\x45\xf8\x7e\xb9\xab\xd0\ \x2b\x02\x04\x86\x02\x04\x03\x02\x90\xec\xe7\x3f\xf9\x21\x26\xc8\ \xf5\xdb\xba\xa6\x23\xc9\x11\x8a\xcb\x94\x4a\x21\xd8\xcc\xcc\x34\ \x42\x98\x10\x8c\x11\xe6\x9c\xd5\xab\xcd\x44\x22\x15\xeb\xe8\xc5\ \x8b\xce\x42\xa1\x50\xab\xd5\x72\xb9\x5c\xab\xd5\x8a\xa2\xa8\xde\ \x68\x64\xb3\xd9\x5a\xb3\xc1\x39\x7f\x7a\x02\xaa\x4f\xac\x66\xfa\ \x8c\xad\x6c\x1a\x7b\xee\xc7\x25\x49\x3d\xf3\x5a\x08\x20\xff\x02\ \x73\x97\xcf\xa8\x0e\x94\xe9\xb4\x96\x4e\xdb\x8d\x86\x73\x68\xf2\ \xe0\xe0\x50\x9f\x1b\x05\x5d\x7d\xbd\x21\x17\x88\x90\xde\x55\xab\ \x6a\xae\x37\xd8\xd3\x15\xd6\x1a\x5d\xa9\x34\x54\xb9\xee\xb3\xd6\ \x03\x8f\x26\xeb\x6d\x02\x41\x45\xf5\x29\xa5\x6a\x66\xa0\x1e\x68\ \x3d\xfd\xeb\x0a\x64\x4d\xd3\xf7\x14\x40\xc4\x6b\x63\x12\x80\xc5\ \x91\xaa\x53\x6a\x08\x89\x9e\xff\x82\xe7\xbe\xe4\xf2\xcb\x2e\x79\ \xc1\x0b\xa7\xa6\xa6\x62\x29\x02\x4a\x68\x18\x44\xba\x66\xf8\xbe\ \x1f\x86\xa1\xe3\xb4\x4d\x53\x13\x02\x69\x9a\x8e\xf1\x51\x75\x81\ \x58\x4c\x0a\x4b\x6c\x1a\xc9\xdf\xfd\xee\xfe\x66\xb3\x49\x88\xa6\ \xeb\xba\x1f\x04\x71\xd0\x4f\xd7\x15\x90\x10\xd7\xe5\x15\x42\x98\ \xa6\xe9\xfb\x7e\x10\x04\x11\x63\xb1\x5d\x2b\x97\xcb\x96\x95\x4c\ \xa7\x13\xdd\x3d\x1d\xb5\x5a\xa5\x58\xac\x4a\x29\x19\x67\x95\x4a\ \xf5\xb4\x6d\x9b\x6c\xdb\xce\x65\x92\xfb\xf7\xee\xdb\xbf\xef\x60\ \x71\xb1\x94\xcb\xe5\x55\x55\x23\x84\xb4\xdb\xee\xf4\xf4\x0c\x00\ \x64\xb3\xf9\xb6\xeb\xab\x0a\x22\x12\x89\x90\x21\x21\xca\x8b\xa5\ \x44\x3a\xa5\x29\x06\x13\x62\xff\xc1\x09\x4a\xf0\x53\x26\x5c\x33\ \xce\x73\xe9\x4c\x2e\xd7\x49\x23\xc9\xbc\xe8\xe0\xf8\xe1\xf9\xf2\ \xdc\xa5\x97\xbd\xc0\x04\x34\x68\xa7\x49\x65\xa6\x6d\x7a\x87\x5a\ \x73\xaf\xbd\xfa\xb2\xc7\xe6\x5a\xbd\x9b\x4e\xa6\x76\xab\x2f\x58\ \xbb\xfb\x91\x7d\x49\xdc\x22\xa8\x9d\xec\x2a\x1c\x38\x5c\xee\xec\ \xe8\xcd\xe6\x52\x81\x10\x26\x51\x10\xe2\x3c\x8a\x9a\xad\xe2\xa1\ \x23\x8f\x81\xa2\x29\x88\x06\x41\x60\x9a\x96\xef\x07\x21\x0b\x25\ \xb0\x7c\x3e\x5d\x5e\x5a\xa4\x8a\x02\x00\x61\x10\xa6\x33\x19\x21\ \xc4\xe2\xe2\x62\xb5\x5a\x75\x1c\x27\x9f\xcf\xf7\xf6\xf6\x36\x9b\ \xcd\x66\xb3\x89\x31\x0e\xa2\x70\x64\x64\x74\x7e\x7e\xbe\x5a\xad\ \x52\x4a\x0d\x43\x6f\xbb\x3e\x93\xc2\xb2\x8c\x30\x08\x62\x2f\x2a\ \xa6\x4e\x22\x74\x94\xae\x4e\x08\xd1\x34\x2d\xf6\x3a\x43\xc6\x01\ \x81\xa1\xeb\x67\x9e\xb1\x2d\x97\xb6\x47\x87\x86\x26\xa7\x8f\x0c\ \x0e\xf6\x1e\x99\x39\x22\x85\xf4\xbd\x90\x41\x64\xdb\x76\xa3\xd1\ \x70\x5d\x57\x0a\x44\x08\x09\x82\x50\x55\xb5\x44\x22\x89\x10\x06\ \x90\x61\xe0\x53\x82\x17\x4b\x55\xdb\x34\xca\xc5\xc5\x1d\x8f\xee\ \x58\xb7\x66\x55\x65\xa9\x58\xad\x2c\x4d\x8c\x1f\x3c\x11\x9e\x3b\ \x95\x28\x2e\x26\xc5\xa5\xd4\x75\xed\xcf\x0f\x3e\xf8\x86\x57\xbc\ \x32\xad\x69\x07\xdc\x56\x5a\xa5\x15\xa7\x78\x68\x62\x7b\x2a\x35\ \xfc\x9b\xdd\xc5\x45\xa3\x65\x29\x6e\x34\xdf\x28\x8d\xcf\x77\xb3\ \x44\xf7\xca\x55\xbd\xbd\x3d\x14\xa9\x94\x1a\x20\x09\x20\x45\x04\ \x81\x8c\x1c\x46\xd0\x8a\xb1\x21\x2e\x7c\x53\x4f\xba\x6e\x33\x9b\ \x4e\x55\x6b\x95\x4c\x26\xc5\x58\x48\x09\x2a\x16\x8b\x8e\xd3\xc2\ \x48\x64\x32\x29\xdf\x0b\xfa\xfa\xfa\x4a\xa5\xca\xe2\xe2\xe2\xd2\ \xd2\x92\xae\xeb\x63\x63\x63\x51\x14\x55\xab\xd5\xd9\xd9\xd9\x20\ \xf0\x31\xd2\x74\x4d\x8f\x57\x42\xbe\xef\xff\x77\xb0\x65\x9e\xb9\ \xc6\xfd\x89\x2b\x0c\x90\x12\x3d\xf3\xac\xbb\x80\xbf\x28\x0e\xfb\ \x4c\xea\x4d\x84\xda\xad\xaa\xef\x36\x00\x91\xce\xe1\x15\x3f\xfe\ \xf9\x4f\x47\x86\xc6\x7a\x07\x87\x7a\xfb\xfb\x9d\xc8\xa3\x44\x1d\ \x1e\x1e\x60\x7e\x0b\x3b\xa1\xe7\x87\xd9\x84\x3d\xf1\xab\x7b\x26\ \xee\xb9\x6f\x28\x65\x2a\x36\x2a\x5a\xfe\x49\xa7\x6f\x1b\x5c\xb3\ \xa6\x95\x9a\x71\x23\x6d\x6a\x7e\x31\x5f\xc8\xf4\xf4\x76\x81\x1f\ \x02\x73\x65\x14\x32\x45\x60\xac\x38\x4e\x2b\x8a\x58\x2a\x95\xfe\ \xd7\x4f\xfd\xcb\x4b\x5e\x7c\x19\xa5\xea\xd1\xf1\x25\xa5\x04\x69\ \x9a\x76\xa9\x54\xc2\x18\x61\x8c\x3d\xcf\xcb\x64\x92\x8c\x31\x8c\ \x31\xe7\x47\xf5\xc5\x80\x03\x67\x3e\xc6\x24\xf6\x2b\x11\x96\xb1\ \x80\x30\x21\x04\x21\x2c\xa5\x3c\x3e\xd2\x12\xa3\xbd\x08\xe3\x78\ \x54\x28\x0a\x0d\x82\xa0\x52\x89\xc2\xc8\xf5\xbc\xb6\xe0\x84\x52\ \xd5\x69\xb9\x6d\xb7\xf5\xc0\x03\x0f\x24\x52\x7a\x21\x9b\x42\x02\ \xf1\x28\xe2\x4c\x7a\x9a\x8b\x2c\xa4\x27\x12\xe5\x52\x19\x38\xd8\ \xb6\x8d\x84\x34\xa9\x26\x85\xf4\x5d\x87\x52\x0c\xb6\x5d\x5a\x5c\ \x32\x0d\xd3\xb6\xd3\x93\x87\x26\x26\x26\xa7\xd6\xac\x5d\xf3\x94\ \x3b\x3e\x9d\x4a\x0f\x8e\xac\x5a\x58\x5c\x2a\x4e\xcd\x6a\xa1\xfc\ \xcd\x3d\x77\xbb\xc2\x7b\xee\x0b\x2f\x20\x9a\xe2\x35\x6a\x1d\x12\ \x9c\x7a\x3b\xa8\xb3\xdd\xbb\x1f\x9d\xf2\xc9\x43\x73\x47\xd6\x6f\ \x1d\x12\xbc\xbd\xfd\xe0\x91\x9e\x9c\x1c\x1e\x4d\x8d\x8d\xad\xc8\ \xb0\x74\x2a\x99\xd1\xb2\x59\x90\x1c\x7c\xd7\x0d\x1a\x47\x66\xa6\ \xed\x7c\x61\xed\xfa\xb1\x1d\x3b\x0e\x28\x4a\x82\x73\x21\x84\xd0\ \x0d\x35\x0a\xa4\xa6\x29\x54\xa1\x2f\xb9\xec\x25\x23\x23\x43\x9e\ \x17\x48\x2e\x1c\xc7\x89\x73\x3e\xfb\xfa\xfa\x62\x40\x2c\x86\xe0\ \x19\x63\x96\x65\x71\x29\xa4\x84\x44\x22\x31\x3b\x37\x27\x84\xc0\ \x84\x2c\x0b\x78\x01\x42\x52\x08\x78\x62\xa1\x98\x28\x8a\x96\xb5\ \x83\x22\xc6\x0c\xdd\x0a\x78\x08\x20\x3b\x3b\x72\xc3\x83\x7d\x18\ \x64\x3a\x69\x57\xcb\x15\xb7\xd5\x16\x52\xb8\x9e\x4f\x54\x8c\x09\ \x89\x35\x87\xe3\x3b\x4b\x08\x15\x42\x78\x9e\x87\x10\xd6\x4d\x03\ \x00\x54\x4d\xb3\x4d\x43\xd7\x34\x4a\x08\x0b\x03\xa7\xe5\x14\x0a\ \xf9\x30\xf4\x0f\x1f\x1e\x5f\x16\x2b\x7e\x4a\xc6\x5d\x82\x94\x80\ \x91\x40\x1c\x2b\x64\xcf\x63\xbb\x65\xdb\x89\x98\x8f\x55\x54\x2e\ \xd5\xba\x86\x3a\x66\x97\x4a\xf5\xb9\x43\x84\x10\x5d\x61\x6b\x56\ \xae\x66\x49\xcb\x3e\xeb\x62\xe0\x04\xec\x24\x08\x24\xa4\x02\x91\ \x00\x45\x85\x20\x42\x44\x62\x85\xd4\x6b\x4b\xb9\x6c\x82\x62\xe1\ \xba\x8e\x6d\x25\x7d\x3f\xb0\x2c\xb3\xdd\x76\x6c\xdb\xc0\x58\x39\ \xe3\x8c\x33\x30\x41\x61\x10\x84\x61\x18\xb1\xc0\x71\x90\xaa\xaa\ \x03\x03\x03\x3d\x3d\x3d\x18\x63\xd3\x34\xcb\xe5\x32\x42\xc8\x34\ \xcd\x42\xa1\xb0\x77\xcf\x01\x4a\x29\x46\xa8\xe1\xb4\x28\xa5\x4f\ \x17\x2c\xf3\x97\xd6\xfd\xd8\x51\x69\xfc\xa1\xc7\x66\x5d\x41\x93\ \xdb\x4e\xdb\x6c\x50\x04\x00\x4b\xe3\x3b\xf7\xcf\xd6\xed\xae\xb1\ \x93\x56\xf5\x22\x60\x33\x7b\xb6\x1f\xaa\x88\xb1\x93\x4e\x1b\x48\ \x3e\x1e\x0f\x58\x38\xf4\xe8\xc1\xf9\xa6\x62\xe6\xd6\x9f\xbc\x2e\ \x9c\x7e\x6c\xdf\x74\x49\x60\xb5\x6f\xc5\x86\xd1\x2e\xfb\x84\x20\ \xe3\x27\x1a\xca\x27\xe0\x70\xac\xb1\x7b\x3a\xd8\x30\x52\x58\x3e\ \x31\xf7\xd8\x9f\x0f\x2d\xb1\x91\x4d\x5b\x07\x32\x8a\x5b\x9e\xd8\ \xbe\x77\x3a\xd9\xb7\x76\xd3\xe8\xe3\x17\x88\xd6\xfc\xf6\xdd\x87\ \x3d\x46\x7b\x56\xac\x1b\xeb\xc4\x8f\xfe\x71\x47\x23\x02\x33\xdb\ \x7f\xd2\x86\x61\xfa\xd4\x6d\x3b\x48\xf9\x7f\xf5\xdc\xdd\xe2\xf8\ \x61\xd1\xb7\xb1\x5b\x93\x32\xda\xf7\xe7\x07\x4b\x3e\x28\x9d\xa3\ \x67\xac\xee\x5b\xbe\xa0\x32\xbe\x13\x3a\xd7\xe5\x6c\x0a\x00\x32\ \xa8\xee\xda\xb1\x07\xf7\x6e\xdd\xd0\x7f\x2c\xe1\x8a\xb5\xf7\x3c\ \xfa\x68\xb9\x2d\x52\x5d\x63\x9b\x57\x65\xf7\x6f\xdf\x41\x75\xf3\ \x6f\x9d\x1d\x0b\x1d\x85\x64\x2a\x9d\x4c\xa6\xc6\x56\xac\x5e\x31\ \xb6\xaa\xe9\xfa\x03\x43\xfd\x8e\xe3\x69\x86\xd9\x37\xd0\x17\x04\ \x6d\x95\x05\x95\xa9\xd9\x9e\x0d\x1b\x70\x36\xd1\x2c\xcd\x77\x9a\ \x66\xc2\xa0\x87\x17\x26\x9f\xfd\xb6\x57\x99\xeb\xd6\x2f\xed\x5b\ \x08\x94\x54\x50\x2a\x0e\x74\xae\x4b\x74\x74\x78\x8d\x45\x05\x45\ \x48\xa8\x82\x22\x2c\x30\x02\x92\x4a\x27\x55\xd5\x90\x42\x3c\xf4\ \xd0\x9f\x8f\x2d\xdf\x8f\x75\x82\x44\xf5\x7a\x3d\x9d\xb6\x3c\xcf\ \xc7\x84\x68\x58\x6b\x34\x9a\x94\x12\x55\x55\x01\x8e\x86\xe9\x2c\ \xdd\xf2\x3d\xb6\x7e\xfd\xfa\x5d\xbb\xf7\x20\xa4\x44\x4c\x22\x80\ \xc7\xe3\x78\x5c\x82\x90\x5c\x0a\x21\x84\x40\x80\x10\x52\x28\x45\ \x18\xc7\xa6\x47\x08\x61\x9a\x1a\xa5\x48\x42\xc4\x18\x13\x42\x8a\ \x90\x2b\x0a\xa5\x8a\x36\x3b\x37\x0b\x52\x9a\x86\x95\xcf\xe5\x15\ \xaa\x20\xc9\x59\xc4\x5c\xa7\xed\xbb\x7e\xbb\xdd\xc6\x08\x81\x84\ \xc0\xf3\x79\xc0\x81\xb3\x54\x32\xe9\x07\xae\x4e\x95\xa5\xf9\x85\ \x54\x32\x53\xae\xb5\x77\xed\x79\xac\xda\x68\x8a\x13\x98\xa7\x55\ \x4d\x3b\x78\xf0\x60\xa9\x54\xb6\xb1\xa1\x2a\x64\xed\xfa\x75\x99\ \xfe\x82\xd4\x68\xb5\xb2\x94\xce\x67\xfd\xd9\x72\xde\xb2\x30\xc8\ \xfd\x7b\x76\xe3\xbe\x51\x87\x41\xd3\x71\x57\xac\x18\x7e\xcd\x1b\ \x4f\x52\xd5\x54\x32\x27\x10\xd6\x44\x94\x04\x26\x1b\x33\x33\x54\ \x41\x00\x3e\x52\xc5\x68\x7f\xcf\xae\x83\x93\x6b\xc7\x46\x1f\x7d\ \x78\x6f\xc8\x03\x85\x1a\x00\x10\x46\x7e\x18\x78\x8c\xe3\xd1\xb1\ \xc1\x8b\x2f\xbe\x28\x0c\xbd\x28\x10\x09\x3b\xc1\x19\x5b\x8e\xe9\ \xc5\x0c\xa5\x58\xd7\xd7\x34\xcd\x28\x0c\x33\xb9\x6c\xab\xd9\x9c\ \x9b\x5b\xf0\x3d\x2f\x99\x4c\xba\x9e\x27\x84\x90\x18\x71\xce\x31\ \x39\xca\x8d\x59\xc6\xd6\xe2\xc3\x38\xa6\x2a\xa5\x14\x9c\x87\x51\ \x28\xa4\x04\x04\x51\x18\xaa\x84\x38\xcd\xaa\x4e\x31\x67\x78\x6c\ \xc5\xc8\xa3\x7b\x1f\x4b\xa5\xd3\xae\xef\xc4\x37\x91\x73\x8e\x8e\ \x25\xa3\x62\x1c\x2f\x05\xb0\xe0\xdc\x73\xdd\x30\x8a\x40\x4a\x55\ \x55\x0d\x43\xaf\x56\xab\xba\x46\xbb\xbb\xba\x12\x09\x3b\xf0\xfd\ \x13\xc1\xdc\x89\x94\x00\x02\x53\xca\x18\xa3\x58\x02\x92\xf3\xd5\ \xa5\x62\xb5\xe4\x44\xae\x8a\xd9\xf8\x6c\x23\x95\x31\xa3\xf0\x51\ \xcf\xce\xf1\xfa\xf0\xa1\x9d\xf5\xac\xa6\x60\x37\xa0\x89\xb4\x0c\ \xbc\x80\x03\xe2\x10\xf9\x91\x65\x98\x6e\xb3\x6e\xda\x14\x14\x8e\ \x18\x2b\x64\x93\xcc\xf7\x40\xd5\x79\x14\xe9\xba\xea\xba\x51\x9c\ \x61\xf7\xae\x77\x5f\x7b\xda\xd6\x2d\x8a\xaa\x2c\x34\x6b\x61\x18\ \x00\x40\x14\x85\x52\xa2\x38\x13\x38\x8a\x22\xcf\xf3\xe2\x3e\x6f\ \xb7\xdb\xe9\x74\xfa\xd1\x9d\x3b\x15\x55\xe1\x8c\xb3\x28\x22\x94\ \x3e\x5d\x01\x55\xf1\xc4\xd7\xf2\x28\xfe\xc3\xcf\x6e\xd6\x3b\x06\ \x46\x87\x7a\x94\x63\xbf\xdc\x6c\xd5\xb3\x1d\xe9\x3b\xfe\xfd\xa3\ \x0f\xb5\x78\xe5\x77\xdf\xba\xee\xc7\xc5\xe1\xe4\xdc\xb5\x57\x7f\ \xb4\x7c\xec\x2b\x8b\xbf\xfa\xe0\xbb\xff\xed\x97\x8a\x6d\x16\x1f\ \xdb\x55\x91\x70\xd7\x57\x3e\xff\x00\xea\xcb\x93\xb9\x4f\xbe\xed\ \xcd\xfb\x2a\xfc\x84\xdb\x79\x3c\xa9\xe7\x68\x33\xdb\x93\xf7\x5f\ \xf3\xd2\x4b\xdf\x73\xdb\x43\xcb\x57\xfa\x7f\xfc\xd4\xf5\xff\x79\ \x68\x28\xb7\xf8\x89\xf7\x7e\xd4\x83\xf2\xa7\xde\xf3\xcf\x7a\xef\ \xc0\x03\x37\x7f\x7c\x77\xed\xa8\x10\x15\x54\x77\xbe\xfa\xf2\x7f\ \x78\xa8\x82\x35\x51\x1b\x9f\x98\x83\x60\xff\x37\x7e\xf4\xc7\x9e\ \x42\xf2\xcf\x37\xff\xd3\x3b\xbe\x3b\x77\x62\x33\xd0\x93\xf7\xe4\ \xdc\x03\xb7\xbc\xee\x8a\x2b\x3e\xfb\xfb\x2a\x00\xc8\xa8\xfa\xdd\ \xfb\x76\xaf\x1c\x1d\x19\x2c\x1c\xe3\x56\x72\xff\xae\x2f\xbd\xfb\ \x25\x6f\x7a\xff\xee\x39\x0f\x00\x40\x1e\xfc\xc0\xeb\xdf\x39\xee\ \xdb\x85\xd4\x72\x10\x57\xde\xf2\xde\xd7\xfc\x60\x57\xdd\xd6\xa3\ \xed\x7f\x9c\x44\x7c\xf6\xc3\x1f\xb8\xc5\x30\xd4\xbf\xd1\x71\x07\ \xdf\xe5\x0a\xd6\xa3\x40\xce\xcf\x2c\x74\x15\xba\xb1\x84\x5a\xb5\ \xde\xd3\xd3\x7d\xd2\xa6\xcd\x5c\xf2\x76\xb3\xd9\x2c\x15\xbf\xfa\ \xc5\x2f\xec\x3e\xb0\x17\x50\xd8\x82\x40\x28\xe8\xe0\xc4\x21\x25\ \x63\x99\x43\xdd\x33\xe3\xfb\xcc\xc1\xc1\x8e\xb1\x95\xfd\x83\x43\ \xb5\xc5\xf9\xd2\x81\x3d\xd5\xe9\x43\x0b\x33\x87\x6b\xcd\x46\x10\ \x49\x11\x19\x92\x29\x0a\xa5\x82\x47\x08\x2b\x5f\xfa\xd2\xbf\x23\ \x2c\xa5\xe4\xf2\x98\xe3\x2e\x01\x74\x4d\x6b\x34\x1a\xb3\xb3\xb3\ \x04\x13\x29\x65\x22\x61\x03\xc0\xe2\xe2\xe2\xa1\x43\x87\xa6\xa7\ \xa7\x2b\x95\x4a\xac\x59\x78\xce\x39\x67\x67\x32\x99\xb8\x88\x41\ \xcc\xc7\x38\x8a\xed\x1e\x23\x69\xc4\x2c\x6b\x1c\x2f\x01\x30\x8e\ \x75\x04\x63\xce\x86\x65\xd9\x9a\xa6\x21\x84\x96\xf5\x49\x34\x4d\ \x53\x15\xb5\xbf\xbf\xdf\x34\xcc\x4c\x3a\x65\xea\x16\xc1\x84\x33\ \xce\x19\x0f\x7c\x5f\x53\xf5\x84\x9d\x20\x18\x63\x00\xee\x07\x3a\ \x51\xd6\x8c\xae\x58\xbb\x72\xd5\xc6\xd5\xeb\x46\x06\x46\x74\x55\ \x1b\x3f\x7c\xb8\x54\x2a\x9b\x89\x04\xe7\x4f\xdd\xb8\x97\x2a\x25\ \x2f\xf4\x4d\xcb\x8c\x58\x68\xa5\x12\x5b\xce\x38\xb5\x7b\xc5\x50\ \x53\x46\x56\x6f\xd7\x42\xbd\x4a\x74\xbd\x5e\xaa\x07\x2d\xaf\xb6\ \xb8\x38\x3f\x7d\x84\xb5\xdd\x66\xb1\xb2\x30\x3e\x3b\x79\xe0\xc8\ \xe4\xc1\xe9\xdd\x3b\x1f\x7b\x6c\xe7\x23\x07\x1e\x7d\x60\x7c\xf7\ \x9f\x8a\x73\xe3\xc5\xe9\x43\x07\x77\x3f\x3a\xb9\x6f\xef\xe4\x63\ \x8f\x29\x91\xe8\xb4\xd3\x10\x30\x90\x08\x21\x14\x46\x7e\xc2\xb6\ \x4f\xdb\x76\xea\xd6\xad\x5b\xfa\xfa\x7a\x5d\xd7\xf3\xfd\x40\x51\ \x14\xd7\x6d\x2f\xb3\x65\xa4\x94\xb1\xea\x6c\xdc\xab\x51\x14\x55\ \x6b\xb5\x28\x8a\x00\xa1\xfd\xfb\xf7\xc7\x8e\xfc\x31\xe2\xb6\x8c\ \xdf\x8f\xdf\x96\xd7\x4c\xcb\x8e\x7c\xc4\x18\x42\x08\x61\x24\x84\ \x5c\x9c\x9f\xc3\x08\xd2\xa9\x64\x36\x93\xee\xee\xee\x5c\xb9\x72\ \xe5\xd9\xe7\x9c\x53\xab\xd7\x38\x97\xae\xeb\xc6\x60\x0e\xa1\x24\ \x36\xf4\xf1\xc2\x4b\x55\x95\xd8\x55\x97\x2c\x52\x55\x35\x99\xb0\ \x3b\xf2\xb9\xf5\xeb\xd7\xa7\x52\x69\x90\x02\x4b\xe9\xb7\xdb\x27\ \x02\xcb\xa8\x12\x83\x90\x08\x23\x8e\x24\x27\xc8\x0b\xc3\xa9\x83\ \xfb\x22\xcc\x5d\x19\xa1\xa4\xce\xa0\x30\x37\x21\x73\x4a\xee\xd4\ \xb1\x81\x68\xf1\x88\x16\x38\xb6\xae\xb8\xcc\x0b\xa2\x46\xb1\x38\ \x99\x2c\x68\x9a\x1d\x28\x6a\x73\x6a\xf2\xcf\xd5\xca\xa1\x9d\x3b\ \x7e\xbb\x34\x77\x38\x74\xeb\x1a\xc5\x82\x0b\x53\xd1\x19\x13\xaa\ \xaa\xaa\xaa\xb2\x76\xdd\xea\x54\x2a\x51\x28\x74\x2e\x95\x4a\x95\ \x4a\x49\xd7\x75\x4a\x49\x1c\x5a\x58\x96\xca\x89\xc7\xa4\xae\xeb\ \x71\x4d\x92\x6a\xb5\x72\x60\xff\x7e\x82\xb1\xef\xfb\x5c\x08\x29\ \x9f\x26\x9e\xbb\xfc\x8b\xec\xa0\xc7\x0f\xda\x55\x17\xb0\xda\xdd\ \xdb\xb9\xfc\xc3\x63\xeb\x37\xdd\x73\xcf\x7d\x41\xb2\xaf\x5f\xc3\ \x95\x72\x2d\xb7\xf6\xcc\xe1\x4d\x28\x17\xfc\xbe\x2d\x20\x8f\x01\ \x60\xf2\x23\x9f\x78\xe4\x7d\x3f\xbf\x7d\x83\x0d\xb0\xe5\x14\x80\ \xe8\x7e\x46\xfa\xd6\x8e\xae\xcb\x8f\xbe\xe0\xf6\x6f\x57\x1b\x3e\ \xe4\xac\x13\xb1\x9b\x4f\x8a\x77\xb8\x75\xfc\xb2\x8f\x7d\xed\xbb\ \x77\xed\x5f\xfe\xa8\x3e\x35\xa7\x0f\x3f\x67\x68\x43\x7e\x80\xfe\ \x9e\xd7\x76\xcf\x8a\xe1\x4d\x63\x23\xc9\xb3\xd6\x7c\x7f\x5f\x7d\ \xc3\x19\x9d\x00\xf0\xfb\x9f\xfd\xb0\xef\x3d\x37\xbe\xf5\x82\x63\ \xa5\x91\xbc\x87\xac\x5c\xcf\x8a\x35\x9b\x0b\x2f\x3c\xf9\x8a\x3b\ \x67\xe1\xca\xde\xbf\x3b\xe6\x1e\xfa\xd9\xeb\xde\xfc\xea\x2f\xc6\ \x27\xa3\x3a\x67\x18\xe9\xe9\xde\x6c\x62\xd9\xa7\xb6\xcf\x7a\xfb\ \x17\xd2\x9f\x28\x73\x09\xc0\xef\xf9\xe0\x47\xaa\xe7\xbc\x2e\x43\ \x41\x35\x8f\x75\xfc\xc1\x2f\xdd\xde\xbe\xe0\x7b\x57\x3f\x1f\x00\ \x4e\x39\x0d\xc0\xdb\x27\x69\xe6\x29\x60\x3e\x92\x93\xc0\x13\xbe\ \xe7\xe7\x73\xfa\xde\x3d\xfb\x9e\xf3\x82\xe7\x9d\xb6\xf5\xb4\x56\ \xbb\x3d\x7d\xe4\x48\xb3\xe1\x18\x54\x94\xe6\x16\x3a\x3b\x3b\x53\ \x9d\x39\xc0\xa2\xce\x7d\x01\x3c\xd5\x99\x3f\x70\x64\x0a\xfd\xe1\ \x01\x92\xce\xed\x59\xf8\xd3\xc6\xad\x79\xbf\xbd\x70\x60\xe7\x52\ \x5f\xcf\xe8\xc0\x8a\x1e\x33\x63\x61\xad\x83\xe8\x29\x84\x93\x12\ \x88\x14\x5e\x10\x46\xba\x26\x86\x86\x86\x76\xed\xda\x73\x7c\x03\ \x39\x63\x51\x14\xac\x18\x1b\xd3\xf5\x58\xcf\x84\x71\x95\x28\x8a\ \x6a\xdb\x09\x29\x21\xce\x3c\x17\x42\xec\xde\xbb\x73\x6a\x6a\x3a\ \x96\x06\xc4\x98\xc4\xfe\xa6\xa2\x2a\x08\x24\x13\x0c\x1d\xd3\x78\ \x93\x18\xc5\x4f\x4b\xbc\x52\x5a\xce\xb0\x57\x55\xd5\x0f\x5a\x8c\ \x71\x82\x31\xc6\x8a\x42\xa9\x69\xea\xf9\x8e\x0e\xdb\xb2\x26\xc7\ \x0f\x4b\x8e\x6c\xcb\x74\x5a\x4d\xc0\x24\x9b\xc9\x62\x8c\x9c\x56\ \x3b\x9e\x41\x10\x91\x9a\x45\xf2\x99\xb4\xa6\x28\xbd\xdd\x9d\xa9\ \x74\xc6\xe7\x7c\xae\x5c\x9e\x98\x98\xac\x3b\x8e\x20\x34\x62\x4f\ \xdd\x35\x39\x70\x68\xff\x9e\xfd\x87\x38\x93\x24\x84\xf5\xa3\xab\ \xac\xb4\x9d\x1d\xed\x09\x89\x28\xd6\xca\x0e\xf0\x9a\x08\x91\xaa\ \x2c\x39\xcd\xfa\x5c\x63\x6c\x68\x45\xa6\xab\x90\x56\xb5\xa8\xda\ \x4c\x19\x26\x78\x2e\xe1\x5c\xb5\x45\xff\x40\x67\xd8\x8e\x16\xa6\ \xe7\x8e\xcc\xce\x58\xba\x3a\x33\x51\xca\x16\x3a\xb3\x5d\xa3\x16\ \x31\x34\x41\x99\x80\x30\x0c\xa9\x82\xb3\xb9\xec\xe8\xe8\x48\x57\ \x57\x27\x67\x61\xa3\x51\x4b\x26\x6c\xc6\x98\x69\x18\x80\x40\x55\ \xd4\x98\x21\x23\x01\x28\x21\x00\x10\x86\xa1\x6e\xe8\xa9\x54\xea\ \xd0\xa1\x43\x94\x28\x07\x0f\x1e\x54\x14\xc5\xf5\x5c\xd7\x73\x85\ \x04\x0c\x58\x08\x01\xe8\xa8\x52\xd0\xf1\xd0\x68\xec\xc8\xc7\x81\ \x56\xc6\x98\x9d\x4c\x73\xc6\x08\xc1\x8b\xc5\x85\xa9\x23\x93\xb9\ \x74\x52\xd7\x8d\xb6\xe7\x52\xdd\x3c\xe7\x9c\xb3\x01\xe3\xdf\xdc\ \x7f\x5f\xbb\xcd\x30\xc2\x84\x10\x29\x80\x10\xc2\x18\x8b\xd9\x50\ \x61\x18\x2a\x0a\x95\x80\x14\x45\x4d\x24\x2c\xdb\xb6\x08\xc6\xb6\ \xa9\x03\x32\x43\xdf\x33\x0d\xc3\xd0\x75\x71\x02\x48\x31\x92\x80\ \x24\x00\xc6\x02\x24\x60\x19\x89\xe8\xce\x7b\x7e\x35\xa6\x19\x91\ \x82\x98\xa6\x57\x16\x23\x8a\x12\x4b\x33\x55\x2d\xa9\xb4\xc0\x5d\ \x38\x32\x41\xf5\x44\xae\xa7\xd0\x37\xdc\xef\x87\xfe\xf4\x7e\x27\ \x69\xe2\xa5\x85\x62\xbd\x52\xcf\x67\xb2\x85\xbc\x61\xea\xb2\xd9\ \x2c\xe7\xba\x73\xe9\x64\x92\x73\x2a\x91\x68\x36\x1b\x1b\x37\x6e\ \x38\xf7\xbc\x73\x86\x06\xfa\x75\x5d\xa3\x94\x46\x51\x44\x09\x8e\ \x35\xd1\x08\xc1\x18\x13\xcf\xf3\x62\xf8\xd1\xb2\x2d\xc7\x69\x23\ \x00\x5d\xd7\x67\x67\x67\xa3\x28\xc2\x44\x69\xbb\x2e\x48\x60\x8c\ \x3d\x7d\x01\x55\xf9\xa4\x48\xc2\xba\xd3\x9e\x75\xef\xb7\xfe\xe9\ \xd3\x95\x55\x37\x7f\xe1\xba\xa3\x76\x86\x58\x1b\xd7\xaf\xfe\xfd\ \xcf\xef\x38\xec\xf0\xb3\x2f\x7d\x09\xb9\xe8\xaa\x73\xff\x8d\x9f\ \xf5\xc1\x9f\x0c\xc6\xcf\x5c\x65\xff\x84\xbe\x79\xc0\x06\x00\x39\ \xbf\xfb\xe1\xfa\xe0\x49\xba\xc9\xbf\xfc\xca\xe7\x7f\x53\xb6\xb4\ \xfe\xcb\xbf\x35\x62\x9d\x98\xe7\xfe\xe4\xac\x9e\x8e\x93\xce\x4a\ \x55\x0e\xdd\x76\x9c\xed\xef\x7a\xd9\x07\x07\x5e\xf4\xdc\x73\xbf\ \x0b\x67\x5d\xfb\x3d\x3b\x33\x78\xc5\x96\x1f\x3c\xff\x82\xf3\xb1\ \x6a\x6e\x79\xdf\x8b\xe2\x0b\xe6\x4b\xd5\xe7\xbe\x30\x01\x00\x20\ \x9b\x3b\x76\x2f\x9d\x34\x06\x87\x6f\xff\xea\xf3\x7f\x77\x73\xb5\ \x99\xfd\xd8\xcf\xaf\x3d\x31\xcc\xfd\xc9\xd9\x32\xc3\x17\xbc\x40\ \xff\xe9\xe7\x20\x04\x00\x40\x4a\xea\x94\x3e\xf4\xb9\xff\xfd\xf2\ \xcc\x8b\x3f\x76\xfd\x8b\x36\x01\x00\xa2\xc6\x99\x9b\x86\x76\x3c\ \xcc\x00\x00\x78\xeb\xee\x29\xed\x79\xaf\x5a\x57\xd8\xfd\xf9\x77\ \x7d\x70\xe6\xeb\x1f\x7f\x11\x05\x28\x6e\xdf\x99\x59\x75\x0d\x00\ \x80\x74\xff\xf8\x9b\x3d\x9b\xcf\xec\x10\xed\xdf\x03\x7a\xdd\xdf\ \xdc\x42\x0c\x01\x77\x33\x99\x4c\x10\x38\x99\xb4\x7d\xf7\x2f\x7e\ \x76\x64\xfc\xc0\xc9\x27\x9f\x62\x5b\x49\x1d\x61\xd3\x48\xe0\x15\ \x6b\x5e\xb5\x76\x7d\x2a\x61\x00\x92\x7c\xb1\x18\x84\x0e\x30\xbf\ \x3f\x91\x6b\x1e\x38\x4c\xfb\x9d\x8e\xa1\x8d\xd9\xcc\xa0\xde\x33\ \x32\x32\x6c\x20\xcd\x04\x14\xb5\x9c\x66\x22\xd9\xd1\xaa\x57\x12\ \x69\x13\x85\x01\x12\x6d\x83\x68\x6e\xd3\xed\xcc\xa4\x28\x50\x44\ \x54\x2e\x7c\x16\x32\x85\xd2\x53\xb7\x6e\x59\xbd\x66\xf4\x8c\x33\ \xb7\x69\x9a\xe6\x05\x1e\x17\x52\x48\x14\x86\xa1\x61\xda\xb9\x7c\ \xc1\xf7\x7d\x4a\x08\x30\xb1\x75\xcb\xe6\xad\x5b\xb7\x9c\xbe\x6d\ \xdb\xa7\x3f\xf3\xd9\xfd\x07\x0e\xc7\xd0\x2f\x0f\x18\xc2\x48\xd3\ \x34\x38\x2a\x89\xc5\x62\x83\x2e\xa5\x24\x08\xc5\x70\x25\x13\x42\ \xd1\xa9\x00\x21\x24\x26\x44\xe5\x8c\x21\xc4\x15\xc2\xb0\xf4\x56\ \x8d\xae\x55\xb0\xe8\x29\xe4\x35\x84\xc6\x56\x0e\x31\x11\xe8\xba\ \x3e\x3c\x3a\x58\x2e\x57\xeb\x6e\x43\x55\x75\x55\x51\xeb\xd5\x9a\ \xa5\x6a\x58\xd5\x2b\x8d\x86\x50\x10\x58\xaa\xe3\x7b\xe5\x56\x19\ \x51\x6e\x59\x06\xd5\xf4\xa3\x49\xfe\x4f\x6d\x8b\xda\x8d\xc5\x89\ \x66\xd3\x45\x92\x2c\x2d\x4c\x04\xae\xb7\x61\xe3\xda\xb5\x2b\x47\ \xf6\xe6\x27\xf2\x83\xe9\x79\x67\xa9\xad\x29\x5c\x49\x78\x51\x94\ \x77\x99\x3f\x3f\xbb\x67\xef\x5c\x67\x2e\xab\xa9\x7a\x7f\xff\x70\ \xaf\x56\x98\x39\xbc\xc8\xdb\x0e\xc5\xea\x52\x69\xde\x75\xeb\x43\ \xbd\xa3\xf9\x8c\x09\x8a\x5e\xac\x94\x56\xac\x5d\x1b\x29\x44\x35\ \x75\xd7\xf7\x32\xc9\xbc\xaa\x28\x4b\x4b\x45\x43\x57\x6d\x43\x0f\ \xbd\x76\x83\xf9\x9a\xa2\x2a\x28\xd3\x0c\x85\xa1\xe9\x8c\x31\x89\ \xc0\xb2\xed\x30\x8c\x30\xc6\x02\xe1\x4a\xad\xa1\x51\x25\x9b\xc9\ \x7b\x9e\x5f\xaf\xd7\x89\xa2\x09\x11\x32\xe6\x13\x4a\x43\x16\x26\ \x74\x9b\xb1\x00\x21\xc9\x8f\x01\x23\x47\xb9\xf4\x52\x12\x8c\x97\ \x7d\x42\xdf\x75\x53\xa9\x74\x2b\x0a\x5a\x1e\xab\x35\xfd\x4a\xbd\ \x39\x34\x38\x94\x4d\xa7\xdb\xae\x47\x84\x7f\xd1\x39\xa7\xcf\x1d\ \x39\x72\x78\x72\x3a\xe2\x1c\x01\xe1\x88\x4b\x09\x54\x21\x42\x72\ \xc6\x43\x4a\x30\x55\xd2\x8e\xcb\x29\xe1\xd9\x7c\x81\x73\xd9\xdd\ \x5d\xa0\x8a\xa2\x2b\x54\xea\xaa\x14\xc2\x77\xfd\x13\x09\x03\xfa\ \x0a\x55\x31\xa1\x02\x28\x07\x5d\x52\x9f\xc3\xc3\xbb\x77\x35\xfb\ \x7a\xd4\x42\x72\xb2\x52\x72\xb3\x04\x90\x2b\xcd\x6c\x3e\x99\x27\ \xd8\x47\x92\x45\xa1\xd7\xa8\x94\x8a\x0b\xb3\xb6\x6d\xe7\xf2\x59\ \xd7\xd6\xfa\x7a\x06\x3a\x53\x5d\x3b\xb6\x6f\xcf\xe7\x3b\x35\xcd\ \x2e\x2e\x96\x87\xd7\x9e\x9e\x4a\xa7\x5b\x2e\xc5\x3c\x18\x1a\xea\ \xee\xef\xed\x70\x9b\x15\xcf\x4d\x09\x11\x98\x86\x16\xd7\x90\x6a\ \x39\x14\x63\x62\x59\x91\x46\xb5\x96\xe7\xd8\x96\xad\x11\xcd\x69\ \xb7\x15\x4d\x5d\x2a\x55\xd2\x89\xe4\xc1\xc3\xe3\x81\xe0\x2a\x85\ \x50\x30\x81\x38\x46\xf8\xbf\x85\xe7\x7e\x5c\x4f\x6e\x7c\xc1\x6b\ \xde\xf9\xd1\xff\x78\xdd\xd8\xf8\xae\xb2\x7b\x6c\x2a\x54\x0a\x7d\ \xab\x5f\xf5\xdc\x8d\x37\xff\xb9\xbe\xf7\x7b\xdf\x29\xfc\xf3\x9d\ \xf7\xdd\x7f\x9b\xf3\x2f\xaf\x7f\xc8\x01\x00\x80\x44\x4f\xce\x9f\ \xaa\x32\x00\x80\x1d\xdf\xbb\xe1\x87\x33\x20\x02\xf2\xda\xff\xbc\ \xe3\xce\x5f\xdd\xfb\x8e\xd3\x0e\x7e\xeb\xb7\x13\x27\x88\x78\x3c\ \x29\x85\xfc\xaf\xa3\x96\xfb\xbf\xfc\x9e\xc6\x1b\xee\xba\xef\xfe\ \x9f\x2a\xbf\xf8\xc7\x99\x16\xbf\xe8\xed\x5f\xba\xfb\xde\x5f\x5f\ \x73\x7e\xef\x99\x03\x47\x41\xff\x94\x6d\xed\x59\x88\x00\x00\xf8\ \xc2\xcd\xdf\xbe\x1d\x40\x0e\x3f\xf7\x0d\x77\xfc\xe2\xee\x5f\xfd\ \xc7\xe5\x9f\xb8\xf2\x7d\xe5\x13\xc3\xdc\x9f\xb4\x85\xc7\xcf\x9a\ \x58\xed\xba\xf4\x35\xff\xf0\x2f\x37\x7d\xe7\xc8\x3d\xf7\xca\x27\ \xbb\x1f\x7e\xa8\xaf\x5a\xd5\xb5\xee\xf2\xd7\x1a\xe3\xf7\x3b\x02\ \x00\x20\x3d\xdc\xe3\x2e\x1e\x02\x00\x90\xd5\xaf\x7c\xf4\xcb\x0b\ \x88\x12\xeb\x74\x90\xd1\xdf\xd6\x3c\x21\x13\x69\xbb\xd9\x68\x68\ \x9a\x1a\x46\xed\xd9\xb9\x49\x16\xb5\x8f\x4c\x1c\xfa\xf5\x5d\xbf\ \xb8\xf3\xf6\x9f\xfc\xe1\xfe\xdf\xec\xd9\xbb\xbb\xe5\xf9\x66\x2e\ \xad\x6a\x14\x9a\x8d\xa0\xdd\x0a\x10\xaf\xbb\xce\xf4\xd4\x91\xa9\ \x03\x07\x30\x8f\x6a\x8b\x93\x8b\x13\xb3\x8d\x45\xaf\xb4\x54\xae\ \x57\xca\xae\x1b\x21\xa0\x8d\xf2\x02\xf3\x5b\xcd\xea\xe4\xfc\xe4\ \x23\xac\x59\x8e\xca\xb3\x0a\x0f\x52\xb6\xc5\x58\x10\x85\x0c\x80\ \x24\x92\x09\xb7\xdd\x1c\x1d\x19\xdc\xb0\x71\x5d\x22\x61\x45\x51\ \x10\x86\x21\x00\x30\x26\x31\x56\xa2\x88\xb7\xdb\x9e\x94\x88\x73\ \x2e\x25\x9f\x9d\x9d\x2d\x97\x96\x10\x16\x6f\x79\xf3\x9b\x00\x80\ \x60\x88\xd3\x94\x78\x24\x25\x3a\x4a\xb5\x5e\x4e\xa2\x89\x17\xf8\ \x00\x10\x3b\xf8\x9e\xe7\x7b\x61\x00\x18\x2b\xaa\x6e\xea\xba\xa5\ \xe9\xe5\xf2\xbc\x65\x2a\x27\x6f\x5a\x4f\x00\x18\x0b\x9b\xad\x46\ \x2a\x9d\xec\xec\x29\x84\x3c\x14\x82\xad\x59\xbf\x66\xc5\xaa\xb1\ \x90\xf9\x12\x8b\x54\x36\xd5\xf4\x02\x0e\x80\x0d\xdd\x48\x25\x33\ \x85\x7c\xa1\xaf\x2b\x93\xcb\x59\x96\xad\xab\x8a\x02\x08\xf8\x53\ \x47\x7e\x2b\xc5\xb9\xd2\xc2\x74\xe8\x35\x82\xb0\x15\x86\x2e\xc2\ \x7c\xe6\xd0\xc1\xbb\x7f\xf0\x83\xef\xdc\x72\xd3\xe1\x99\x09\xe8\ \x4c\x2e\x28\xb2\x44\xb5\x72\x28\x5b\x61\xa4\x99\xda\xda\xb5\xeb\ \x90\x42\x24\x89\x4a\xb5\xe9\x7b\xee\xfd\xe5\xd2\xc2\xe2\xf8\xc1\ \xc3\xd5\x6a\x35\x99\x4c\x0e\x0e\x0e\x3c\xfa\xe8\xf6\xb9\xb9\xd9\ \x4a\xb9\xa2\x10\x52\xe8\xee\xe8\xec\xed\xd1\x0d\x35\x99\x4c\x26\ \xd2\xb6\x65\x99\x86\x61\x28\x84\x62\x8c\x09\xc6\x2a\xa1\x18\xa4\ \xef\xfb\x84\x12\xa4\x10\xcd\x34\x24\x00\x42\x48\x35\x74\x89\x51\ \x0c\x66\x31\x04\x96\x6d\x37\x9b\x2d\x04\x88\x71\xce\x58\xc4\x79\ \x04\x48\x1e\xb7\x08\x45\x7f\x61\x5d\x97\x6b\x2a\xc5\x3b\x81\x1f\ \x60\x84\x08\xa6\x51\x24\xbc\x50\x00\x51\x8f\xcc\x4c\x4f\x4d\xcf\ \x50\x8a\x0c\x85\xf8\x4e\xab\xaf\xbb\x97\xc4\x7f\x4b\x82\x42\x35\ \x4c\x88\x04\x84\x11\xc2\x18\x49\x90\x61\x14\x51\xaa\x22\xac\xd6\ \xeb\xcd\xa6\xe3\x04\x51\xb8\xb8\xb8\x58\x5c\x5c\x9c\x9b\x9d\x0d\ \xc3\x30\x99\x48\x9e\x48\x81\xec\x88\x50\x09\x08\x24\xc2\x80\x89\ \x00\x4a\x88\x13\x86\xe5\xd0\xab\x50\xb1\x80\x45\xcd\x90\x25\xc5\ \x2b\x46\xe1\x74\xdd\x59\xa8\x39\x6d\x2f\xe8\xec\xea\xb2\x0d\x3d\ \x97\x48\x05\x2d\xb7\x32\x5f\xd2\x15\xf3\xfe\x5f\xff\x76\xef\xce\ \xc7\x46\x07\x57\x0d\x0c\x0c\x19\xba\x35\xb6\x62\x95\x64\x2c\x9b\ \xcd\x1a\x86\xae\x9b\x7a\x3e\x97\xb4\x6d\x8d\x8b\xa8\xdd\x6e\x0a\ \x1e\x01\x40\x36\x9b\x4d\xa7\xd3\x94\x2a\x96\x65\x49\x29\x34\x53\ \x4b\x24\x6c\x4c\x30\x10\x0c\x04\x4b\x00\xdb\xb6\x43\xce\xca\xd5\ \x2a\xe7\x9c\x4b\xc1\xa5\x8c\x7b\xf8\xbf\x57\x38\x8c\x17\x77\xec\ \x3a\xd2\x5c\xda\xfb\x9b\x5d\x6e\x21\xa1\x3f\xf0\x83\xaf\x8f\xbb\ \xfe\xa1\x87\xb6\x37\x1a\xc5\x9f\xdd\xf5\xd0\x45\x6b\x12\x7e\xe0\ \xcf\x4f\x4c\x80\xd7\x6a\x32\x20\xf1\x30\x50\x37\x5d\x77\x39\xff\ \xf0\x47\x6f\x5d\xac\xd6\xea\x3e\xa3\x18\x00\x64\x14\x44\x5e\x6d\ \xe1\xe0\xbe\x59\xc3\x50\x9e\xee\x26\xb3\xf1\x9f\x7d\xf6\xc6\x07\ \x82\x90\x55\x66\x26\x21\x68\xb5\x7d\x89\x10\x96\x51\xeb\xbe\xaf\ \xbd\xfd\xeb\x07\xc7\xce\xed\x3f\x6a\xdc\x9f\x75\xf1\x05\x3f\xbc\ \xe6\x4d\xbf\xd8\xb3\x58\x5f\x5a\x64\x98\x02\x80\x60\x91\xef\x36\ \xa7\xf6\x1f\xf2\xb4\xa4\xfa\x34\x37\x32\x2c\xee\x18\x5f\x68\x4c\ \xfe\xe1\x47\xcd\x64\x0e\xb1\xca\x57\xff\xf3\x17\x4f\x30\x1b\x34\ \xf9\x9c\x91\xca\x57\xbe\x3f\x31\xff\x8b\x5b\x6a\x43\xe7\x25\x30\ \x00\x80\xb6\xed\x5d\x2b\x8f\x7c\xe5\x86\xbb\xf7\xb4\x2a\xd5\x08\ \x13\x04\x52\xca\xa7\xa2\x40\x4b\x30\x5e\xb9\x62\xc5\xd9\x67\x9d\ \x61\x9a\x96\x69\x68\x7e\xe0\x56\xeb\x4b\xa5\xf2\xe2\xfc\xc2\xf4\ \xae\xdd\x3b\x7e\x79\xfb\x8f\xbf\x7f\xcb\x4d\x0f\xff\xe1\xc1\x20\ \x70\x9d\x7a\x79\xa1\xdd\xac\x22\x5e\xa3\x50\x07\x28\x7b\x01\x52\ \x8d\xcd\x6b\x57\x80\x5b\x8d\x9a\x8b\x26\x78\xd8\xab\xc8\xc6\x82\ \x95\x54\x92\xb6\x92\x40\xa1\x5f\x9c\x55\x98\xbb\x77\xfb\x9f\x9d\ \x76\xd3\xf7\x9c\x88\x85\x61\xe8\x63\x2c\x29\x45\x42\x44\x6b\xd7\ \xad\x4e\xa6\x2c\x1e\x85\xcd\x66\x13\x00\x74\x5d\x8f\x0b\xbc\xc5\ \x05\x24\x63\x01\x58\xce\xb9\x10\x3c\x9f\xcf\xa7\x52\xe9\x46\xa3\ \xf1\xf0\x43\x0f\xe9\xba\xae\x28\xaa\x61\xe8\x31\xaf\x43\x0a\x11\ \x13\xae\x63\x82\xf6\x51\x4d\x5a\x29\x63\xe5\x55\x55\x51\xa2\x28\ \x8a\x8b\xb7\xe9\xba\x6e\x98\xe6\xd0\xd0\xd0\x79\xe7\x9d\x77\xea\ \xa9\xa7\x0e\x8f\x8c\x70\xce\xb9\x10\xf1\x2f\x6e\xdc\xb8\x71\xe3\ \xc6\x8d\xba\xae\xcf\xcc\xcc\x18\x86\x71\xca\x29\xa7\xb8\xae\x5b\ \xad\x55\xbd\xd0\xd3\x92\x66\xcf\x40\x4f\x26\x9f\x71\xc3\xa0\xe1\ \xb4\x23\x16\x59\xa6\xae\x1b\xaa\xa6\x29\x96\xf9\xd4\x09\xd7\x8a\ \xa2\xea\x8a\x6a\xe8\x86\xaa\xea\x08\x03\x26\xb8\xd1\x6a\xba\x2c\ \x2c\xd6\x6a\xf5\xc0\x2f\x35\xea\x35\xc7\x6d\xf9\x3e\xc3\xa8\xe5\ \xf9\xf5\xa6\xb3\xef\xe0\xa1\x44\x22\x6d\xd8\x49\x82\x95\x42\x47\ \x4f\x18\x84\xaa\xaa\xee\xda\xb5\xeb\xe1\xed\xdb\x97\x4a\x4b\xbd\ \x03\x43\x99\x4c\x46\xd7\xb4\x58\x32\x57\x4a\xa6\xa8\x6a\x2a\x99\ \xc8\x24\x93\x89\xa4\x6d\x5b\x96\x6d\x99\x89\x84\x6d\x9a\xa6\x65\ \x59\x18\x63\x3f\xf0\x35\x4d\x93\x42\xc6\x3a\x8b\xa5\x52\xc9\x71\ \x1c\xc7\x71\x5c\xd7\x95\x52\xb2\x28\xd2\x35\x73\x76\x66\x0e\x21\ \x22\xb8\x8c\x3b\x38\x16\x13\x06\x58\x7e\x97\xc7\x2f\x9d\x97\xab\ \x27\xc6\xf6\x3d\x08\x83\xf8\x7c\x18\x06\xae\xeb\xf6\x74\x77\xe7\ \x72\x39\x5d\xd7\x3d\xcf\xab\xd5\x6a\xa6\x65\x74\xf5\x74\x08\xc4\ \x31\x46\x3e\x0b\xc3\x28\x02\x40\x94\xaa\x8a\x6e\x08\x19\x57\x5f\ \x41\x31\x1f\xc6\xf3\x5c\x8c\x51\x14\x85\xed\xb6\x93\x48\x26\xd3\ \xe9\x8c\x6d\xdb\xf8\x04\xa8\x32\x00\x80\x00\x84\xe0\x28\xae\x0f\ \x8e\x11\xc1\x8a\xef\x07\xbe\xef\x4b\x01\x61\x10\x4c\x4d\x4e\xb2\ \x88\x79\xae\xeb\xba\xed\x54\x32\x19\x45\xd1\xb7\xbe\xf5\x2d\xd3\ \x30\x10\xc6\xa6\x65\xf6\xf5\xf7\xef\xdf\xbf\x7f\xf3\x49\x9b\xbb\ \xbb\x7b\x6a\xf5\xda\xe2\xe2\xc2\xe2\xe2\xfc\xdc\xec\x74\xdb\x71\ \x56\x8c\xad\xb0\x6d\x7b\xcb\x49\x9b\xb3\xd9\xac\xa2\x28\xf9\x7c\ \x3e\x9d\x4e\xc7\x81\x9f\x38\xe4\xd3\x6a\xb5\x9a\xcd\x66\xa5\x52\ \xd9\xbf\x7f\xdf\x9e\x3d\xbb\xc7\xc7\x27\x5a\xad\x06\x00\x78\x9e\ \x1f\x97\x0f\x9c\x9d\x9d\x15\x42\x08\xc6\x40\x08\x8c\x89\x10\xf2\ \xbf\xb7\x12\x13\xf7\x77\xdc\x75\xd3\x8f\x9a\xf4\xbc\x6b\x3e\x31\ \x62\xe1\x22\x51\x40\xb2\x23\xbb\x7f\x7d\xeb\xcf\x5b\x63\x97\xbc\ \xe7\xca\x41\x0d\x5e\xf9\xf6\xb9\xff\xf8\xea\xf5\x1f\x97\x97\x7f\ \xf1\xd6\x93\x8f\x21\x2e\x9b\xdf\xf6\xed\x37\xfc\xe0\x2b\x5f\xfe\ \xfc\xbf\x99\x3d\x67\x5f\xd2\x47\xf0\xc5\xcf\xfa\xde\xcd\x1f\xf9\ \x98\xd4\x56\x3f\xfb\x83\x2f\x3b\xb5\xff\x69\x6a\x29\xd1\x52\x67\ \x6e\x1c\x04\x00\x21\xa8\xae\xa0\x4d\xd7\x7e\xf1\xf2\xaf\x7f\xf1\ \x03\x1f\xe1\xe7\x5f\xf7\x99\x3e\x1b\xdd\xfb\xa5\x4f\x1d\xc8\x5e\ \x7a\xcb\xd7\x2f\x58\x46\x85\xf4\xd1\x8b\x7f\x7e\x83\x7a\xc3\x77\ \xbf\xfc\xc7\x50\x3f\xef\xf9\x97\x81\x9a\x58\xa3\xdf\xf1\xf1\x4f\ \x7e\xda\x2c\xac\xba\xf5\x7b\xaf\x7c\x9a\x94\xd5\xad\xa1\x0d\xe7\ \x72\x13\x00\xc2\xd6\xe2\xf7\x6e\xfd\x61\x68\x0f\x7e\xec\xba\xd7\ \x71\x56\x57\x15\x12\x97\x0b\xc9\xad\x3e\xc7\xc8\x28\x00\xe4\xb9\ \x1f\xff\xb7\xc6\xe7\xbf\xf2\x55\xb9\xe1\xf3\x9f\x7c\xc1\xb1\xa1\ \x9d\x7a\xdf\x7f\x7c\xe3\xd6\xaf\xdf\xfc\x2f\xbf\x93\x67\x5f\xfd\ \xca\x2e\x25\x73\xe9\x73\x72\x61\x24\xff\xd6\x91\x1e\xfa\x4c\x4a\ \x70\xda\x4e\x18\x06\x96\x65\x5a\x86\xda\x6c\x36\x5b\xad\xaa\x42\ \xa9\x42\x55\x53\x31\xa2\x56\xfd\xce\x9f\xff\xf8\x77\xf7\xfc\x6c\ \x28\x97\x09\x14\x99\x1b\xe8\xae\x4c\x33\xa2\x92\x56\xc0\x5a\x4c\ \xfc\xf9\x8f\xbf\x67\x2c\x4a\x67\x33\x76\x32\xdd\xd1\xd9\x09\x04\ \x05\xd5\x39\x23\x6d\x17\xa7\x8f\xd4\x6a\xe5\xae\xce\xae\x7c\x47\ \x46\xa1\x08\x13\xe8\xec\x48\x6b\x1a\x25\x58\xd8\xb6\x36\x3a\x32\ \xbc\x76\xf5\x58\x32\x61\x48\xc9\x5a\xcd\xba\xae\xeb\x0d\xe0\xb6\ \x9d\xf0\x7d\x5f\xa1\x18\xa4\x10\x3c\xe2\x2c\x08\xc3\x10\x71\x66\ \x1a\x76\xb3\xd9\xec\xed\xe9\xfd\xde\xe1\x1f\x68\x9a\x86\x10\x8d\ \x1d\x44\x84\x81\x8b\xb8\x3e\xab\x88\x09\xd7\xcb\xa9\x34\x00\x40\ \x09\x41\x18\xc7\x36\x42\x51\x14\xa1\x69\xc0\xb9\x6d\xdb\xef\x7b\ \xff\xf5\x51\xe8\x35\xeb\x65\x4a\x69\x36\x93\xb5\x4d\xbb\x52\xa9\ \xd4\x9b\x8d\x42\xa1\xe0\xb4\x1c\x81\x70\xa5\x5a\x65\xac\xc1\x18\ \xc3\x84\x98\xb9\x84\x92\x30\xb4\x84\x85\x0d\xad\xd9\x6a\xaa\xba\ \x9e\x4c\x26\xd3\x99\x4c\xdb\x0d\x24\x82\x84\x6d\x3d\x65\x17\x52\ \x53\x35\x84\x30\x00\x18\xba\x1e\x45\x3c\xf0\xbd\x6a\xad\x92\xb5\ \x2d\x88\x7c\xaa\x99\xd4\x30\xa4\xce\xe6\xaa\x15\x0c\x61\x4f\xcb\ \xc9\x74\xa4\xfb\x06\x87\xa7\x66\x66\x8a\x0b\x33\xe7\x9c\x79\xa6\ \x42\x68\xc5\x69\x57\xab\xd5\xbe\xbe\x7e\xd3\xb4\x8a\x0b\x73\xcc\ \xf2\x13\x3d\x3d\xb5\x46\x0b\xb8\xa6\x77\x24\x4f\xd9\xbc\xd9\x09\ \xb9\xae\xea\xa9\x54\xd2\xb6\x4c\x5d\x51\xb8\xe0\x51\xc4\xa2\x28\ \xd2\x14\x8a\x31\x76\xdb\xee\xa1\x03\xfb\x96\x8a\x4b\x41\x18\x28\ \x8a\xda\xdb\xdb\x9b\x4d\xaf\x50\x08\x44\x11\x93\x18\x83\x40\x6e\ \xdb\x9d\x9b\x5b\x88\x63\x0f\x51\x14\x22\x4c\x01\x30\x48\x00\x89\ \x40\x22\x90\x70\x3c\x55\xe6\x2f\xc8\x33\x84\x90\x28\xe2\x2c\x76\ \x42\x85\x68\x39\xad\x64\x32\xc9\x22\x55\x57\x55\x4a\xa0\xb8\x54\ \x2c\x4d\x8e\x53\x85\x10\x82\x11\x41\x1a\x55\x01\x48\xc8\x85\xa5\ \x69\x9a\xaa\x96\x1d\x0f\x09\xa1\xab\x54\x08\xc1\x58\x64\xd8\x86\ \x6d\x27\x04\xe7\xae\xdb\xd6\x0d\xd5\x32\x6d\x82\x89\xeb\xba\x27\ \x4e\xa1\x8e\xe3\xb7\x08\x50\x1c\xdc\x67\x4c\x86\x51\x14\x30\x91\ \xcd\xe5\x28\x21\x8a\xa2\x70\xc6\x6a\xb5\x5a\x21\x63\xbf\xe8\x45\ \x2f\xda\xb3\x77\xef\x29\xa7\x9c\xba\xb4\xb4\x54\xaf\xd7\x53\xe9\ \xd4\xe1\x89\x89\xa5\xf9\xd2\xca\xb1\x95\xaa\xaa\x4a\x8c\xfa\xfb\ \x07\x98\x08\xd7\xad\x5b\x1d\x09\xdd\x30\xb5\x6c\x4e\xcf\xe5\x72\ \x42\x88\x5a\xad\x56\x28\x14\x18\x63\x8d\x46\x23\x56\x6b\x50\x35\ \x6d\xee\xc8\x74\xbd\x5e\xd7\x34\x3d\x61\x9a\x58\x82\x82\x71\xc0\ \xa2\x48\xf0\xc8\x0f\xdc\xa6\xa3\x50\x1a\x45\x5c\x08\x49\x29\x65\ \xec\x69\x4a\x62\x92\x5c\xc8\xc7\x35\x65\x85\xe4\x47\x11\x05\x75\ \x68\xdb\xcd\xa3\x00\x00\x20\x00\x49\x44\x41\x54\xf0\xea\xeb\xfe\ \x69\xf9\xfc\xe9\x2f\x7e\x2d\x00\x8c\x5e\x7d\xdd\x85\x8f\xdb\xd4\ \xcc\x25\x6f\x7e\xdf\x25\x7f\xf5\x07\xcf\xba\xfc\x1f\xce\xba\xfc\ \xd8\xc1\x45\x2f\xff\xa7\x8b\xfe\x4e\x2c\x6d\xce\x24\x3f\x6e\x1a\ \x3f\xae\xfe\x16\xb5\x0b\x2f\xbf\xa8\x00\x00\xea\x8a\xe7\xbd\x75\ \x05\x00\xc0\xf3\xdf\x78\xfd\xf3\x8f\x7d\x7a\xc1\xdb\x3e\x72\xc1\ \x5f\x9b\xda\xb1\x73\xdf\xf9\x81\x73\x97\x0f\xdf\x70\xfd\x87\xff\ \x1e\x5d\x29\x40\x84\x80\xf0\xf1\x11\xcc\xe5\xdd\xd4\xe6\x0b\x5f\ \x0b\x00\x00\xf6\xd8\x73\xdf\xf7\xe1\xe7\x1e\x3b\x9d\xbf\xfa\xaa\ \x67\xc7\x7b\x03\x67\xbe\xe6\xd8\xbf\xda\xf9\xb2\x77\x7e\xe8\x2f\ \x19\xbb\xf6\xc0\xeb\xde\xf9\x8f\xcb\x87\x2f\x7f\xfb\xf5\xbb\x77\ \x3e\xf2\xb7\x8e\xf2\x54\x2a\x15\xf8\xc1\xce\x47\x1e\x0d\xc2\x76\ \xe8\xc9\x20\x68\x0b\x21\x2c\xd3\xd4\x75\x0d\x00\xab\x48\x28\x42\ \x34\x1d\x67\xb6\xd2\xaa\x16\x67\xbb\x12\x89\x86\xeb\x2e\xb4\x6a\ \x6a\xa8\xf8\x98\x35\x42\xde\x9b\x4d\xa7\x6c\x5d\x62\x5c\x6f\xd4\ \xa6\xdb\x35\xc6\x98\x6e\xea\x2b\xc6\xc6\x06\xc7\x86\xbb\x6a\xc9\ \x1d\x3b\x77\x76\xf6\x0f\xce\xcd\x85\xd9\x4e\x9c\xcb\x65\x28\x45\ \x3d\x3d\x85\x44\x2a\x3d\x3a\x3a\x44\x08\x70\x16\xe0\x63\xc6\x37\ \x08\xc2\x6c\x56\x8d\x59\x2e\x10\x8b\xd5\x52\x25\x95\xd2\xda\xf5\ \xfa\x51\x79\x2a\x04\x73\xf3\xf3\x9a\xa6\x11\xaa\x36\x1a\x2d\x84\ \x50\xcc\x8c\x3e\x3e\x89\x00\x1f\x63\xb8\x4b\x29\xb9\x10\xc0\x8e\ \xea\xc2\xc7\x1f\xc5\x28\xd8\xde\xbd\x7b\x97\x8a\x73\xba\x4a\xba\ \xba\x0b\x08\x64\x2c\x8e\x68\x18\x86\x42\x15\xcb\xb4\x48\xad\x0e\ \x08\x2d\x2d\x95\x72\xb9\xdc\xc2\x62\x31\x99\x49\x45\x88\x7b\x3c\ \xc0\x8c\x96\x6b\xd5\x74\x36\xa3\x19\xfa\xda\x35\x6b\x7a\xba\xbb\ \xe7\xe7\x16\xb5\x13\xd0\x64\x25\x84\x6a\x9a\x41\x75\x1d\x24\xae\ \xb4\xaa\xbe\xef\x19\xb6\xc5\x29\x46\x88\x06\x98\xf8\x7e\x50\x71\ \xdb\x9a\x6d\xe7\x72\x49\xd5\xb2\x9d\x20\x9c\x9c\x9e\x5b\x39\x3c\ \x98\x30\x8d\xd9\x99\xf9\xee\xce\xee\x9e\xae\x6e\xaa\xa1\x20\x62\ \xf3\x13\x93\x2a\x06\x94\xb0\x27\xc6\x27\x73\x85\xae\x5c\x2e\x83\ \x12\xe6\xf0\x60\xff\x52\xdd\xc1\x08\x1b\x86\x61\xea\x5a\xe0\x79\ \x18\x49\x25\x61\x62\x8c\x11\x80\x6e\x98\x44\x51\xbb\x7a\xfa\x73\ \xb9\xbc\xe3\x38\x99\x4c\x26\x9d\x4e\xb7\x5a\xad\x58\x30\x3d\x9e\ \x1a\xe7\xe6\xe6\x97\x96\xca\x41\x10\x51\x4d\xf5\xbd\x90\x60\x7a\ \x6c\x51\x18\x8f\x64\x7e\x7c\x94\x6b\x39\xbe\xba\x6c\x34\x19\x0b\ \x23\x16\x01\x20\x45\x55\x96\x96\x96\x5a\x6d\x27\x95\xb2\xdb\x8e\ \x83\x80\x27\x92\x09\x5d\xd7\x67\x8a\x25\xc3\xd4\x9a\x2d\x0f\x30\ \x66\x92\x6b\x9a\xce\x05\x60\x4c\x55\x45\xf7\x7d\x8f\x31\xce\x18\ \x8b\x58\x28\x04\xf5\x03\x57\xca\xa0\xd5\x6a\x36\x1a\xcd\x54\x32\ \x8d\x00\x12\xb6\x7d\x22\xa9\x22\x04\x1e\x67\x58\x21\xc0\x12\x81\ \x04\xec\xb8\x5e\xc4\x43\x84\xb1\xa1\xaa\xf1\xff\x12\x31\xd6\x6c\ \xba\x3a\x15\x20\xb5\xee\xee\xee\xa9\xa9\xc9\xc1\xc1\xe1\x99\x99\ \xe9\xe1\xd1\x21\x90\x32\xf4\x19\x60\xe4\x38\x4e\xcf\x40\xcf\xcc\ \xcc\x74\x67\xff\xca\x8e\x7c\xb6\x33\xef\x24\x32\xb6\x61\xa2\x7c\ \x3e\x5f\xaf\xd7\x7d\xdf\x8f\x2b\x9f\xc4\x94\x18\x55\x55\x2d\xd3\ \x5c\xbf\x71\x7d\xab\xd5\xb2\x4c\x4b\x08\x19\x04\x1e\x42\x28\x8a\ \x02\x84\x88\x1f\xb8\x7e\xe8\xb2\x30\x12\x12\xa4\x90\x48\x82\x7c\ \x3a\x3c\x77\x4c\xf0\x15\x67\x7f\xf2\xaf\xca\xec\xb9\xf0\x0c\xdb\ \x06\x06\x07\xe1\xb6\x9f\x3e\x21\x56\x29\xa5\xa9\x3c\xb3\x8a\xca\ \xf6\x9e\xf5\x5a\x7c\xc1\x13\x34\x19\x12\x51\xf0\xcc\x69\x1e\x42\ \xc8\x6d\x3b\xaa\x46\xdb\x4e\x0d\x21\x8e\x10\x57\x28\xd2\x0d\xd5\ \xb2\x74\xc1\x05\x80\x94\x4c\xb4\xaa\xf5\x9a\xdb\x54\x13\xba\x54\ \x95\x86\xe0\x88\x40\x43\x55\x34\x45\x89\x04\x94\x5a\xae\x60\xad\ \x4a\x55\x0e\x0d\x0d\x19\xa6\x29\x84\x00\xe4\x61\x84\x1b\x8d\xfa\ \xa1\x43\x07\x00\x60\xed\xfa\x0d\xa0\x50\xdd\xca\x68\xd9\xae\x7c\ \x3e\x33\x38\xd8\x97\xcd\x67\x0b\x9d\x5d\x2a\xc5\x9d\x9d\xf9\x8e\ \x8e\xbc\x46\x09\xa1\x8a\xa6\x2a\x41\x20\x9a\x8d\x3a\xc6\xd8\xd0\ \x34\x00\x60\x61\xe8\x4b\x19\x17\x6d\xf3\x7d\x9f\x31\xb6\x6b\xf7\ \x1e\xd7\x75\x0d\x2b\x15\x04\x2c\x16\x08\xa3\x94\x72\xc1\x10\x01\ \x21\x8e\xda\x94\x65\xe3\xf2\x38\xe7\x5a\x08\x16\x71\xc6\x38\xa5\ \x14\x00\x1d\x39\x32\x1d\x86\xa1\x61\x18\xc5\x85\x59\xd7\x73\x3a\ \x0b\x1d\x20\x11\xe7\x3c\x93\xc9\xf8\x7e\xd0\x6c\x34\x13\x89\x04\ \x26\x24\x95\x4a\xcf\xcf\x2f\xd8\x89\xc4\x4c\x71\x69\xa1\xb4\x40\ \x54\x32\x34\x38\xd4\xd3\xdb\x8b\x10\xaa\xd5\x6a\x0e\x77\x0c\x5d\ \x1f\x1b\x1b\xee\xea\xea\x7e\xca\x9e\x7b\xad\x56\x2f\x97\xcb\xb9\ \x8e\x02\x60\xc2\x39\xc3\x04\x4b\x82\x04\x46\xb6\x95\x12\x08\x2a\ \xb5\x1a\x28\x6a\x84\xc0\x63\xbc\x15\x04\x46\x40\x88\x46\xaa\xf5\ \x7a\x47\xbe\x20\x39\x6f\xb7\x5d\x42\x44\x71\x6a\xa1\xab\xa7\xaf\ \xaf\x7f\xa0\xd5\x68\x50\x55\xc3\x08\x80\xa0\x6a\xb5\x42\x18\x49\ \xd9\x66\xc4\x91\x90\x60\xe8\x5a\x22\x61\x33\x43\xa7\x14\xd9\xa6\ \x45\x30\xe6\x9c\x23\xc6\x7c\xcf\xd7\x34\x33\x9f\xcb\x25\x13\x36\ \x21\xb4\xed\xb4\xc2\xc0\xb7\x6d\x8b\x45\x48\x00\xe8\xba\xde\x6c\ \x36\xdb\xed\xb6\x94\x82\x73\x2e\x41\x08\x29\x10\x8a\x09\x48\x12\ \x21\xe0\x5c\xc0\xb1\xe4\xa3\x65\xa5\x36\x7c\x2c\xfe\x27\x84\x10\ \x52\x30\xc6\x31\x41\x04\x51\xd7\xf7\x16\x16\x17\x83\x20\xd9\x91\ \xcd\x86\x81\x1b\x86\x21\x26\xa4\xab\xbb\xbb\xbb\xa7\xb7\x79\x70\ \x9c\x50\x15\x84\xa4\x8a\x42\x28\x95\x08\x6b\xba\x1e\xa7\x53\x09\ \xc1\x09\xc6\x41\x10\xd6\xeb\x75\x5d\xc3\x8e\xd3\x6e\x34\xea\xea\ \xc8\xa8\xe7\x79\x8a\xaa\x9c\x48\x40\x75\x39\xd9\x0a\x63\x2c\x41\ \x62\xac\x0a\x11\xb8\x41\x88\x88\xa6\xdb\x49\x24\x60\xc5\xc8\x70\ \xd2\x54\x31\x92\x99\x4c\xa6\x5e\x5b\x4a\xd9\xdd\x8c\xb1\x46\xa3\ \x39\x35\x35\x99\xc9\x65\x4b\xb5\x4a\x4f\xa1\x67\xe5\xaa\x95\x49\ \x3b\x35\x37\x37\xdd\x6a\xb6\x34\x5d\xad\x54\x4b\x96\x69\x0c\x0e\ \xf6\x79\x61\xa0\x69\x12\x21\xd4\xd9\xd9\x09\x00\x9a\xa6\x11\x42\ \x7c\xdf\xe7\x9c\x07\x41\xc0\x39\xa7\x08\x4c\xc3\xd4\x34\xd5\xf3\ \x7c\x04\x80\x11\xa4\x53\xa9\x56\xab\x9d\x4a\x26\xd3\xa9\x54\xab\ \xe1\x46\x61\xa8\xab\x94\x0b\x89\x31\xfa\xfb\xdb\x32\x45\x51\xc6\ \x56\x0c\xc3\x33\x7e\x5b\xb9\x72\xe5\x33\xbf\x91\x6b\x56\xad\x78\ \x26\x37\x2f\x8a\xd8\x19\xa7\x9f\xfe\xe7\x87\xfe\x10\x84\x3e\x8b\ \x3c\x29\x05\x46\x82\xb6\x50\x18\x84\x85\x5c\xde\xb2\x12\xb3\x13\ \x13\x22\x8c\x74\x4d\x41\x18\x4b\x84\x02\x80\xba\xd3\x6a\x13\xac\ \xa7\x92\x9d\xc9\x44\xd3\x0d\xc6\x06\xfb\x2d\x8d\xfe\xe8\xf6\x5f\ \x9e\x79\xe6\xe9\x85\x8e\x0e\x42\xa8\x44\xa2\x54\x69\xac\xdb\xb8\ \xe5\xf0\xf8\xe1\xe9\xd9\xf9\xee\xbe\xae\xd2\x91\x23\x6a\xc5\x1d\ \x1b\x1b\x59\xb3\x7a\x55\x32\xdd\x61\xd9\xc9\x74\x3a\xa1\xab\x44\ \x57\xd4\xb8\x00\x10\x8f\x22\xc9\x79\xa9\x58\x74\x1c\x67\x7b\xbd\ \x1e\x6b\x3a\x8e\x8d\x8d\x75\x77\x77\x1f\x05\x55\xa4\xfc\xe3\x1f\ \xff\x24\x38\x27\x84\xb4\xdb\x0d\x21\x1e\xe7\xc2\xc5\x3b\xcb\xda\ \x84\xc7\x33\xa0\x63\xe2\x36\xe7\x2c\x0c\xc3\x54\x32\xc9\xa4\xaf\ \x28\xd4\x32\xcd\x8e\x7c\x1a\x44\xe4\xb4\x9b\x53\x53\x53\x3d\xdd\ \xbd\xf9\x7c\xbe\xed\xb9\x18\xe3\x54\x2a\xe5\x47\x4c\xd3\xf5\x28\ \x62\xc9\x64\x4a\x02\xe4\x66\x8e\xcc\xcc\x2d\xcc\xce\xce\x78\xed\ \xf6\xfa\x75\xeb\x2d\xcb\xb2\x4c\x8b\x73\x8e\x01\xa2\x30\x0a\x8f\ \x96\xd0\x7c\x6a\x86\x06\x05\x7e\xd8\x68\x34\x08\x55\xa2\x30\xa4\ \x8a\xc2\x39\xf3\xbd\xd0\x75\x01\x23\x19\x71\x50\x74\xc3\x34\xf5\ \x8e\x6c\xca\x30\x75\x55\x37\x82\xc0\x6d\xb6\x5a\xa6\xa2\x24\x2c\ \x7b\x6a\xea\xc8\xca\x95\x83\xd9\x6c\x56\x4a\xe0\x20\x35\xd3\x4c\ \xa6\xd3\x6e\xbd\xc6\x23\x69\x27\x34\x2e\xb9\x6d\xea\x41\x24\x22\ \x2e\x31\x46\x9c\x31\x40\x42\x70\x08\x83\x40\x08\xa1\x12\xac\x70\ \x1e\x04\x3e\x46\xe0\x7b\x6e\x18\x86\xaa\xaa\x62\x84\x54\x45\xe1\ \x51\x04\x52\xb0\x28\x14\x0a\x1d\x1c\xea\xa3\x94\x60\x44\x1d\xdf\ \xf3\x7d\x2f\x99\x4a\x19\x86\xe5\x78\x6e\x14\x85\x00\x12\x61\xa4\ \x10\x25\xae\x80\x1a\x97\xb4\xa5\x94\xc6\x79\x4c\x9c\x73\x80\x18\ \x99\x09\x0d\x53\x67\x61\xa0\x2a\xb4\x52\xab\x5a\xa6\x3e\x3f\x3f\ \x6f\x99\x5a\x26\x93\x9e\x99\x9b\x33\x53\x79\x5d\xd7\x01\x63\x00\ \x24\x24\x38\x6d\x37\x93\xce\x60\x4c\xe2\x9b\x89\x31\xf2\xbc\xb6\ \x90\xcc\xc8\xa5\x01\xa0\x52\xa9\x64\x53\xa9\x91\x91\x61\xd7\x73\ \x29\xa1\x8c\xb1\x13\x29\xd6\x81\x09\x5e\xf6\x03\xe2\x04\x43\xc6\ \x64\x44\x24\x55\x35\xcb\x4a\x60\x29\x16\x16\x16\x48\x57\xce\xce\ \x25\x09\xa5\xc3\xc3\xc3\x53\x13\x07\xbb\x0a\xf9\x7c\x3e\xcf\x18\ \x5f\x5a\x5a\x0a\x78\x98\xcd\xe4\x77\x3c\xb2\x43\xd7\xb4\x8d\xeb\ \xd7\x0b\xc9\x11\x48\x8a\x91\x65\x1a\x94\xb8\x94\x42\x5c\x6d\xdc\ \x75\xdd\x78\xf8\x99\xa6\x19\x97\x91\x8a\xfb\x8a\x03\x70\xce\xa3\ \x30\x8c\x6b\xcf\x6a\x29\xd5\x75\x5d\xdf\x73\xbb\xbb\xbb\xcf\x3a\ \xf3\xac\x5b\xc7\x6f\x93\x02\x71\x16\x60\x4c\x09\x05\x0a\xff\xb3\ \xfd\xcf\x76\x02\x03\x7d\xe2\xd0\xc1\x85\xd9\x19\x3b\x61\x62\x02\ \xba\xa2\x22\x22\x85\xe0\xf5\x72\x1d\x49\x42\x90\x16\x71\xa1\xea\ \x0a\x41\x58\x12\x05\x38\x62\x18\x1c\x3f\x74\x82\x40\x0f\x82\x0e\ \xa3\x0b\x30\x9d\x5d\x2c\xa5\x6c\xed\x05\x2f\xbe\xac\xba\x54\x44\ \x18\x03\xa5\x00\x52\xd7\xd4\x1d\x8f\xee\x72\xdc\x60\xd5\xca\x61\ \xd7\x69\x67\x33\x1d\xd9\xfe\x91\xe9\xd9\xf2\xe0\xc0\x00\xd5\x6d\ \x42\x94\x54\x22\xd9\xa8\x55\x8a\xae\xd7\xd3\xdb\xa7\x28\x4a\x1c\ \x4d\xcd\xe5\x72\x94\xd2\xe9\xe9\xe9\x52\xb9\x9c\x48\x24\x62\xe9\ \x12\x1e\x31\xce\xa5\xd3\x76\x27\x27\x27\x08\xa5\x42\x4a\xc6\xd9\ \x32\x20\x80\x10\x12\x52\x1c\x6f\x5e\x11\x5a\x96\x19\x07\x29\x8e\ \x82\x06\x61\x14\x12\x8c\x39\x42\x12\xa1\xe9\xe9\xe9\xf3\xce\x3b\ \x5b\x21\x50\xae\x2c\xb5\x1d\xc7\x75\x5d\x04\x28\x93\xcf\x12\x4c\ \x3d\xcf\x43\x18\x9b\xa6\x19\x04\x61\xbb\xed\xba\xbe\x3f\x32\x32\ \xdc\x59\x28\x34\x9b\x4e\xe0\x87\xba\xa2\x23\x81\x74\xd5\x40\x48\ \x0a\xc9\x74\x43\x49\x25\x4f\x80\xb6\x81\x11\x03\xd1\x6a\xb5\x00\ \x11\x21\x38\xc6\xc0\x38\xa7\x98\x22\x82\x55\x8d\xda\x8a\xc6\x39\ \xc1\x58\xda\x96\x29\xa2\xd0\xf7\xda\x5d\xf9\x74\x3e\x9d\x28\x2d\ \x2e\xd4\xab\xd5\xd1\xb1\x11\x00\x66\x99\xc6\x6c\xa9\xac\xdb\xc9\ \xe2\xe2\x82\x8c\x02\x60\x41\x2e\xd3\x41\x08\x6e\xb4\x9a\xe9\x84\ \x5d\x2c\xd5\x30\xa1\xba\xaa\x6a\x2a\xe5\x1c\x69\x9a\x66\x9a\x96\ \x94\x42\x55\x55\xc3\x30\x02\x3f\xa8\xd5\xea\x84\xe0\x58\xc8\x21\ \x76\x66\x19\x63\xa6\x69\x86\x61\xd8\x6a\xb5\x14\xc5\xd8\xb0\x71\ \xcd\xc3\x0f\x3f\xcc\xb9\x48\x24\xcc\x30\xf4\x82\xd0\x47\x94\x9a\ \xa6\x11\x86\x01\xa5\x8a\x1f\x84\x42\x70\xc3\x30\x62\x86\x52\x14\ \x45\xf1\x6c\x1a\xa3\x6a\x94\xa2\x66\xdb\xb1\x13\x96\xcf\x38\xa5\ \x64\x7a\x7a\xba\xab\xb3\x83\x62\x14\x44\x61\xad\x51\x1f\x18\x1a\ \x2a\x37\x3c\xdf\x67\x08\x11\xc6\x05\x20\x62\x9a\xba\x04\xe9\x78\ \x6d\x2f\x70\x05\x70\xc6\x99\x42\x55\x4d\xa1\x8e\xe3\xe8\x2a\x4a\ \x26\x13\x27\x9d\xbc\xb9\xb3\xd0\xd9\x68\xd4\x29\xc5\x8e\xd3\x3e\ \x91\x32\x7b\x48\x00\x46\x22\x96\x24\xc5\x18\x53\x55\x0d\xa3\x90\ \x09\xd9\xf6\x02\xc3\x30\x53\x96\x29\x42\xdf\x0f\x02\x84\x91\xeb\ \xb6\x21\x6a\x77\xf7\x74\xa7\x6c\x6b\x71\xb1\xd8\xdf\xdf\x3f\xd2\ \x3d\xe2\x32\x5f\x55\xb5\x0d\x1b\x36\xa9\x0a\x79\xec\xc0\xfe\xa1\ \xe1\x01\x83\x52\xaa\x22\x55\x41\x20\xb9\xa1\xeb\x89\x84\x15\x2f\ \x5f\x34\x4d\x4b\x26\x93\xad\x56\x2b\xae\x6b\xa8\x28\x8a\xef\x7b\ \x44\x51\x09\x41\x52\xca\x64\x2a\x15\x85\x61\xb3\xd9\x14\x42\x24\ \x93\xf6\xde\xc7\x1e\xdb\xba\x75\x4b\xbd\xde\x28\x2e\x96\x7b\x7a\ \x7a\x1e\xde\xfe\xc8\xbe\xfd\xfb\xff\xc7\xb8\xff\xcf\x76\x02\xc6\ \x1d\xe3\x52\xa9\xd8\xd7\xdf\xa7\x69\x44\x70\x06\x20\xa5\x60\x81\ \xef\x2b\x09\xbb\x59\x75\x42\x77\x1e\x63\xd4\x8e\x02\x90\x08\xbc\ \x80\x03\xe6\x00\x08\x68\xff\xe0\x70\x77\x47\x36\x9d\x48\x86\x51\ \xc4\x18\x48\xa9\x55\xca\x65\x5d\x57\x8a\x8b\xf3\x86\xa6\x50\x4a\ \xd3\xb6\x9d\xb0\x7b\xfd\x20\x4c\x26\x92\x8d\x66\x59\xd3\x8c\xd2\ \xc2\x82\xa9\xa7\x0a\x1d\x9d\x7e\x84\x10\xc2\x96\x69\x83\xe4\xa6\ \xae\x11\x82\x05\x67\x82\x33\x00\x30\x74\x2d\x61\x5b\x7d\xbd\x3d\ \x83\x03\xfd\x86\x61\xf8\xbe\x8f\x40\x62\x8c\x5b\xad\xd6\xf8\xf8\ \x78\x10\x04\x08\x21\x79\x14\x43\x27\x71\x4a\xf2\xf1\x0e\xdc\xb2\ \x4d\x3f\xa6\x3a\x2b\x85\x3c\x1a\x68\x8d\xcb\xc9\x63\x8c\x01\xa1\ \x85\xc5\xc5\x4a\xa5\x4a\x08\xee\xec\xec\x6c\x5b\x26\x48\xa4\x28\ \xca\x52\xb9\xd4\x6c\xb6\x0a\x1d\x05\xd5\x40\x7e\x10\x08\x01\x99\ \x8c\xd6\xad\xeb\xf5\x56\x8d\x26\xac\x54\x22\x19\x85\xc2\xd2\x2d\ \x29\x25\x23\x2c\x0c\x3d\xc7\x75\xa2\x28\x4c\xa5\x92\xcb\xbc\x91\ \xbf\x3d\xac\x05\x18\x53\x8c\x10\x42\x80\x00\x21\x21\x08\x20\x53\ \xd7\x63\x15\x17\x16\x70\x55\x25\x08\xa1\x7a\xa5\x9c\x4a\xe8\x0a\ \x4d\x50\x82\x4a\x4b\xc5\x4c\x3a\x99\x30\x8c\x23\x93\x93\xab\x57\ \x8e\x26\x92\xc9\x61\x3b\x4d\xa9\xde\xd5\xdd\x53\x5e\x2a\x26\x75\ \x35\x8c\xbc\x72\x69\x89\xda\x59\xd3\x50\xd2\x29\x5b\x02\x89\x73\ \x74\x43\x3f\x44\xaa\x82\x41\xb0\xa3\x9a\xf8\x11\x20\xd0\x54\x92\ \xcb\xe5\xa2\x28\x0a\x82\x20\x0c\x02\xce\x79\x14\x45\x6d\xa7\x39\ \x3b\x3b\x1b\x45\xcc\x4c\x24\xb7\x6c\x39\x79\x7e\x7e\xd6\x8f\xa2\ \x5c\x2e\xb7\x6f\xff\x81\x66\xb3\x85\x81\x0a\x61\x00\xe2\x61\xe8\ \xaa\xaa\x2e\x25\x8d\x0b\xf5\x1d\x1f\xed\x38\xba\x23\x21\x62\x4c\ \x22\xa4\xa8\x8a\xaa\x69\xb1\x44\xbb\xd3\x6c\x25\xbb\x3b\x3c\xcf\ \x5d\x58\x58\x6c\xfb\xb8\x52\x6d\x08\x8e\xa9\xa6\x05\x61\x84\x29\ \x09\xa3\x30\x0c\xfc\x28\x0c\x54\x8a\x75\x4d\xab\xd7\x5a\x02\xa2\ \x53\x4f\xd9\x72\xf2\xe6\x75\x89\x84\x4e\x11\xae\xd5\x2b\x9a\x1a\ \x0b\xbe\x9f\x20\x45\x50\x00\x20\x29\x85\x90\xa0\xe0\x38\x2d\x0b\ \x01\x42\x11\x17\x80\xd1\x62\xb1\xa8\x61\x88\x3c\x3c\xd8\xdb\x61\ \x99\x16\xf3\x9b\xa5\xa5\xba\x88\x42\x5d\xd7\x1b\x8d\x26\x22\xd8\ \xf1\xdd\xa6\xd5\xde\x76\xca\xa9\x8e\xd3\xd8\x76\xda\x69\x3b\x77\ \x3f\x9a\x47\x90\x33\x33\xa9\xa4\x9d\x4c\xb6\x25\xc6\xaa\xaa\xc6\ \xc8\xd2\x51\xca\x96\xaa\xc6\x02\xbf\xaa\xa6\x29\x94\x68\x54\xa1\ \x18\xb5\xdb\xed\x66\xad\x1a\x04\x11\xa5\xd4\xf3\xbc\x03\xfb\x67\ \x5d\xd7\x85\xff\x8f\xbd\xef\x0c\x8c\xa3\xba\xda\x3e\xb7\x4c\xdb\ \xbe\xea\x92\xd5\xdc\x63\x30\x06\x1c\x4c\x33\x36\xcd\xd4\x10\x8c\ \x03\x4e\x20\x04\x02\xa1\xc4\x01\x42\x0b\x35\x40\x48\x08\xf0\x92\ \xbc\x1f\x2d\x74\x48\x80\x84\x24\x0e\x25\x40\x28\x26\xf4\xde\x0c\ \xae\x18\xcb\x4d\xb6\x64\x49\x56\xd7\xf6\xa9\xb7\x7c\x3f\x46\x92\ \x65\x1b\xde\x10\x5b\x4e\xb0\x3d\x8f\xf6\xc7\xee\xec\x6a\x77\xe6\ \xcc\xbd\xcf\x7d\xee\xb9\xe7\x9e\xc3\xc5\xde\x7b\xee\x01\x7b\xe2\ \xa2\x92\x92\x49\x7b\xed\xd1\xd5\xdd\x13\x90\x7b\x80\x6d\x50\x31\ \x80\x0a\x66\x3e\x4a\x43\xd9\xac\xe9\xb9\xb6\xa6\x2a\xaa\x42\xf3\ \x59\x33\x12\x26\x0a\x35\x98\x0b\x1e\x62\xd8\x90\x0a\x22\x0a\x26\ \x44\x62\x21\x41\x0d\xa9\x94\x50\xcf\x13\x7d\x7d\x7d\x89\xea\x2a\ \xc3\xd0\x28\x91\x20\x5c\xcf\x64\xc0\x5d\x2d\xa4\x26\xe2\x11\x33\ \x97\x29\x2e\x2d\x73\x2d\x6e\xe8\x5a\xa1\x40\xd3\xa9\x54\xb4\xa4\ \xda\xe6\x42\x0a\x88\x86\x23\x80\x89\x90\x88\x22\x4c\xc0\x4f\x1e\ \x45\x34\x4d\x33\x4d\xb3\xbb\xbb\xbb\x50\x28\xf8\xc1\x7c\x85\x42\ \x01\x24\x78\x9e\x17\x8f\x25\x30\x26\x4b\x97\x2e\xa1\x94\x7a\xae\ \xeb\x2f\x90\x52\x8a\xfd\x48\x0d\x4c\x36\xa6\x91\x19\xaa\xd9\x11\ \x42\xfe\x46\x3c\xc6\x98\xaa\x6b\x8e\x6d\x33\xce\x28\x21\xae\x65\ \xb5\xb6\xb6\xa6\xd3\xe9\x78\x54\xc7\x04\x25\x12\x09\xd7\xe9\x4f\ \x0e\xcc\x19\x6f\x6b\x6b\xe3\x08\x87\xc3\xe1\x58\x2c\x2e\x84\xcc\ \x64\xd2\x21\x4a\x39\x22\xaa\xaa\xd9\x0e\x77\x1c\xee\xba\x2e\xc2\ \x42\x51\x48\x38\x14\xb6\x2c\xb9\x2d\xd1\xd6\xfe\x60\x43\x30\x46\ \x08\x28\x21\x18\x61\x4d\xd3\xfc\x54\x5f\x02\x21\x29\x84\x99\xcf\ \x17\x25\xe3\x7d\xdd\x9d\x6e\x81\x54\x14\x8d\x73\x1c\x5b\x57\x28\ \x63\x4e\x6f\xca\x4c\x14\x25\x0b\x76\x81\x77\x38\x52\x09\xa5\xb2\ \x85\xc9\x7b\x7f\xb3\xac\xa4\x98\x15\xf2\x99\x74\x4f\x38\xa6\x97\ \x14\x25\xba\x33\x36\x41\x18\x30\xf1\x37\x44\x32\x55\x45\x08\x31\ \xce\x25\x20\xc6\x98\x9f\xd1\x01\x21\x64\xdb\x16\x63\x0c\x21\xec\ \xd7\xdb\x33\x4d\x33\x93\xc9\x48\x29\x43\x61\x23\x19\x8f\x2b\xba\ \x76\xc2\xac\x99\xb6\xeb\x16\x17\x17\xef\xd7\xd1\xb9\x6a\xf5\xaa\ \x96\xb6\x0d\x6d\x6d\x1b\x08\x01\x4a\x14\x89\xb0\xe7\xb8\xfe\xb6\ \x61\x3f\x7f\xe7\xe0\xc2\xb5\xef\x1f\xc3\x04\x67\x32\x19\x8a\x91\ \x10\x4c\x51\x22\x84\x2a\x45\xc5\x45\x5d\xdd\x5d\x86\xae\x67\x7a\ \xd3\x8b\x3e\x6b\x2a\xe4\x6d\xa2\xa8\x9a\x6e\xd8\x9e\x9f\xfa\x5c\ \x70\xe1\xf9\x7b\xfe\x18\xf7\xea\xea\x6b\x26\x4c\x18\x3f\x76\xcc\ \xc8\x58\xd4\x00\x60\x48\xf0\xb0\x51\x94\xcf\xe5\x15\x95\x12\x87\ \x6c\xcb\x82\xaa\xdf\x48\xfa\x63\x38\x11\x76\x5d\x9b\x73\x41\x29\ \x15\x1c\x00\x91\xd2\x92\x32\x2b\x97\x4a\x67\x7a\x1d\xdb\x49\xa7\ \xdd\x11\xe5\x49\xa3\x34\xc9\x3d\xa7\xa4\xa4\x4c\x08\xe1\x87\x00\ \xe5\xf3\xb9\xf5\xad\x2d\xdd\x9d\xed\xa5\xc5\xc5\xe1\x70\x38\x1c\ \x0e\x53\x4a\xa8\xa4\x18\x40\x20\xe4\x67\xbf\xf0\x43\x75\x0b\xa6\ \x29\x85\xb0\x1d\x9b\x60\xc2\x98\xe7\x58\xb6\x8b\x01\x81\x34\x74\ \x03\x21\x45\xd3\x8c\xb6\xb6\x36\xbf\x7c\x55\x71\x71\x31\x48\x94\ \x48\xc4\x5d\xd7\xed\xeb\xeb\x42\x88\x54\x54\x96\x05\xe4\x1e\x00\ \xb6\x85\x62\x42\x61\xcd\x75\xdd\x68\x34\x5c\xc8\x0b\x0c\x90\xcb\ \x16\x42\xe1\x30\x22\xc4\xca\x5b\xf1\x78\xd2\xf3\x3c\xc6\x5c\x42\ \x15\x42\x35\x85\x52\x00\xe4\x48\xa6\x52\x25\x16\x8d\x9a\xb9\x8c\ \xa2\x10\x45\xa1\x08\x64\xba\xaf\xcf\x50\xd0\xb8\x31\xa3\xda\xdb\ \x5a\x6c\xab\xd0\xd7\x9b\x26\x54\x59\xd3\xb8\x36\x95\xea\xab\xae\ \x1f\x11\x0e\x87\x3b\xdb\xdb\x12\x65\xf5\x04\x41\x3e\x9f\x8b\x45\ \xe3\x88\x0b\x4d\x0b\x69\x1a\x8d\xc6\x62\x3e\x29\xf8\xf9\xdc\x15\ \x45\x61\x8c\x99\xa6\x89\x10\x8a\x44\x22\x66\xc1\xa2\x44\x4d\x26\ \x4b\x57\xad\x6a\xe4\x4c\xfa\x92\x4d\xf4\x3b\x5b\x06\x3a\x2a\x20\ \x18\x92\xdb\x64\xb3\xb0\x3c\x3f\x7b\x09\xe7\x82\x33\x41\x15\x15\ \x51\x92\xcd\xe6\x0c\x23\x44\x28\xee\xea\xda\x50\x56\x52\xe6\x0f\ \x0c\x20\x64\x22\x91\x00\x40\x6b\x9b\xd7\x77\x74\x74\xc4\x62\xf1\ \xb2\xb2\xf2\x50\x28\x64\x5b\x26\x73\x5c\xc7\xf6\x1c\x26\x74\x4d\ \x0f\x87\x42\x8e\x67\x0b\xc9\x0d\x4d\x8f\x44\x8d\xb2\xb2\xf2\xad\ \xce\xf1\x29\xa5\xe0\x20\x41\x08\x84\x41\x21\x54\x48\x69\xbb\x0e\ \x21\x34\x62\x18\x88\x92\x42\xbe\x50\x55\x59\xd3\xd7\xd3\x19\x8e\ \xc6\x5c\x33\x93\xcb\xe5\x29\xd6\xa3\xe5\x45\x14\x03\x56\xa4\xa1\ \xea\x89\x44\x0c\x21\xaf\xbd\x2b\x15\x0e\x47\xec\x42\x6e\x43\x6b\ \x4b\x65\x49\x91\xe3\x32\x5d\xca\xf6\xf6\x0d\xf1\xd2\x2a\x4d\xa3\ \x02\x28\x42\xe0\x2f\x39\x60\x8c\x09\xa1\x44\xe9\xdf\x56\xa2\x60\ \x9a\xf7\x0a\x6b\x56\x77\x00\x82\x8a\xf2\x32\x23\x14\x22\x84\x86\ \x8c\x88\x42\x95\x50\x6d\xc8\x73\xb9\xaa\x6b\xe9\x4c\x9a\x52\xe4\ \xe5\xcc\x6c\x1a\x63\x10\x13\xc6\x7f\x23\x12\x8e\xb4\xb7\xb7\x7b\ \x9e\xc0\x04\x98\xcb\x08\x21\xb5\x35\x55\x53\xa6\xec\x83\x10\x7e\ \xf6\xd9\x7f\x10\xac\x49\x90\x84\x10\x2e\x78\x38\xaa\x45\xa3\x51\ \xd3\xcc\xeb\x9a\xe2\xb9\x56\x65\x79\xa9\xae\xd1\xde\xde\xde\x74\ \x3a\xd7\xd0\xbe\x6a\x5d\x53\x8b\xcd\x75\x81\x90\x65\x59\x5c\x0a\ \x95\x60\xc4\xb9\x64\xae\xa1\x69\xa3\xc6\x8e\xde\x7b\xd2\xee\x95\ \x23\xea\x10\xa2\x02\xb8\x82\x01\x24\x93\x12\x1c\xc7\xe9\xcb\x66\ \x15\xaa\x48\x21\x1d\xc7\xde\x96\xe4\xaf\xb2\x7f\xec\x97\x42\x48\ \x40\x30\x58\x4f\xca\x71\xec\x82\x69\x2b\x61\x54\x51\x59\xb9\x32\ \xdd\xa3\x6a\x5a\x49\x69\xbc\x2f\xd5\x53\xc8\xf4\xd4\xd7\xd5\x36\ \x37\xaf\x63\x4c\x24\x92\x49\xa2\xab\x15\x15\x95\xed\x1b\xda\x32\ \x7d\x7d\x45\x89\x98\x6d\x59\x99\x4c\xce\x11\x1a\xc7\xdc\xe5\x2e\ \xc1\x8a\xe7\x61\x4a\x88\xae\xeb\x04\xe3\xb0\xa6\x7b\x9e\xc7\x6c\ \x17\x29\x8a\xf0\x98\xe7\x78\x3d\xa9\x5e\xb3\x50\xa8\xad\xad\x8b\ \x46\xa3\x84\x20\x5d\x37\xc2\xe1\x70\x22\x91\xf4\x4b\x97\x74\x76\ \x76\xba\xae\xe3\x38\x0e\x20\xec\xb8\x2c\x20\xf7\x00\xdb\xa4\x62\ \x1c\xbb\x10\x0a\x85\x3c\xd7\xd1\x34\xd5\xb6\x6d\xac\x10\x4f\x30\ \x4f\x30\x6a\xe0\x82\x93\x06\x24\x15\x20\x04\x13\x0f\x4b\x06\x9c\ \x73\xa1\xeb\x2a\x63\x6c\x5d\xd3\xda\x78\x34\xc2\x24\x50\xaa\x6a\ \x2a\x70\xd7\x8d\x27\xe3\x0b\x16\x2e\x1d\x3b\x66\x74\x69\x59\x49\ \x49\xb9\x5b\x5c\x52\x1a\x8e\x25\x6d\xcf\x6e\x6d\x6f\x49\x3a\x5e\ \x51\x59\x8d\xa6\xa2\xe2\x64\x18\x91\x90\xe3\x71\xc3\xd0\xda\xda\ \xda\x22\x35\x35\xaa\xa2\xb9\xb6\xc7\x10\x0f\x19\x61\xcb\xb2\x5c\ \xc7\x53\x14\x25\x16\x8d\x87\x42\x21\x42\x08\xc1\x0a\x42\xca\x9a\ \xd5\x8d\xbd\x3d\x29\x42\x14\x4a\x54\xdb\x76\xfc\x6c\xd7\xae\xeb\ \x2a\x54\xe1\xc0\x86\x26\xb1\x1a\xe4\x77\x1f\x58\x02\x92\x9c\x3b\ \xae\xa1\x69\xd9\x4c\xbe\xb2\xb2\xca\xcd\xe5\x0b\x96\xdb\xdd\xd3\ \x53\x92\x08\x27\xa2\xb1\x5c\x26\x43\x89\xea\x6f\x9b\x32\x2d\xcb\ \x2f\x0c\x24\x11\x10\xaa\x50\x45\x05\x84\xc2\x4a\xb2\x50\x28\x10\ \x42\x75\x00\xc1\x39\x42\x18\x69\x21\x7f\xbb\x8e\x94\xc2\xb1\xd9\ \xd6\x5b\x9e\x10\x4c\x71\x28\x14\x4e\x24\x12\x94\x10\xce\x58\x2e\ \x9f\xc7\x00\x0c\x31\x0a\x32\x51\x1c\xeb\x4e\x77\x22\x85\x46\x22\ \xb1\x9e\x82\x6d\x79\x78\x5c\x79\x8d\xeb\x66\xb2\x66\x3a\x11\x89\ \x13\xe0\xab\xd6\x36\x61\x55\xd4\x8d\xa8\x16\x2e\xf7\xf2\x19\x2f\ \x9f\x55\xca\xcb\x35\x23\x92\xce\xe5\xaa\x8b\x8b\xd3\x99\x6e\xc6\ \x58\xde\x72\x54\x55\x89\x46\xa3\xc5\x9a\x6e\x9a\x26\x80\xc4\x20\ \x19\x63\x2e\xf7\x54\x4a\xb9\x40\x75\x23\x47\xb9\xae\x2b\xa5\xe0\ \x02\x1c\xd7\x75\x3c\xe6\x79\x82\xb8\x9c\x31\x5e\xe8\xeb\xf3\x5c\ \x4f\xd7\xb4\x78\x28\x04\x20\x42\xb1\xe8\xfa\x96\xb6\xae\xf6\x0e\ \x05\xab\xa0\x22\x00\x82\xa5\xcc\xa4\xbb\xca\x26\x8d\x09\xe9\xa2\ \xa8\xa8\x78\xb7\xf1\xe3\x16\x2e\xfa\xcc\x88\x44\x25\x12\xaa\xae\ \x10\x0c\x33\x0e\x9d\xb6\x68\xc1\x7c\x2c\xbd\x3d\x26\x4e\xae\xa9\ \xa9\x76\x5c\x27\xa4\xa9\x8b\x9b\xd6\xaf\x5d\xb7\x1e\x29\x86\x07\ \xc8\xf5\xb8\x6e\xe8\x42\x78\x51\x23\x94\xcd\xa4\xa2\x21\xfd\x3b\ \xb3\x8e\x1f\x51\x5e\xe6\xba\x8e\xe4\x36\x97\x92\x00\x00\xc1\xfd\ \xcb\x8f\x98\x44\xa3\x09\x4a\x29\x20\x84\xf3\x74\x5b\x92\x90\x73\ \x84\x18\x08\x4a\x28\x02\xe9\x30\x3b\x1c\x36\xb2\xf9\xb4\xa2\x18\ \x84\x28\xb6\xe5\x26\xaa\x47\xb8\xc2\xd1\x42\xe1\xbe\x6c\x2e\x16\ \xd5\x85\x44\x63\xbf\x31\xd1\xb3\x73\x02\x64\x55\x75\x85\xa2\x28\ \x46\xb4\xc8\x29\xd8\xe5\xc5\x45\x4e\x2e\xa3\x12\x5a\x53\x5d\x97\ \x77\xb9\xed\x4a\x6a\xa0\x92\xf2\xa2\x9e\xde\xb4\x26\x41\x53\x54\ \xd7\x71\x5c\xcb\x11\xaa\xae\x52\x05\x4b\x20\x84\x18\x21\xa3\xc7\ \xe9\x1d\x3f\x6e\x22\xe3\x22\x93\x49\xa7\xd2\x05\x4a\x09\x20\x92\ \xce\xe4\x34\x4d\x13\x82\x65\xb2\x59\x4c\xb0\xae\xab\x8c\xb9\x9a\ \x6e\xc4\xe2\x3a\x1d\x5e\x1d\x17\xf0\xdd\x0e\xcd\xd4\xe8\xdf\xbf\ \xe3\xb1\x58\xcc\x5f\xca\xf7\xe3\x0b\xfd\x64\x75\x8a\xa2\x28\xaa\ \x4a\xa9\x9f\x5c\x5a\xba\x8c\x2b\x8a\xa2\x6a\x9a\x00\x88\xc7\xa2\ \x56\x3e\x47\x89\x5c\xbf\x7e\x7d\x65\x49\x51\x21\xa1\x14\xd2\x85\ \x44\x3c\xda\xd9\xd5\x55\x5d\x5d\x93\xcb\xe7\x4d\xcb\xf4\x5c\xaf\ \x60\xda\xa3\xc7\x8e\xd3\x5c\x2b\x56\x1c\x5e\xb9\x72\x6d\x71\x59\ \x8d\xa1\x6b\x08\x01\x92\xe0\xef\xd9\xf3\xeb\x32\x5b\x96\xe5\x7a\ \x2e\xc2\xa8\xdf\x4d\x41\x48\x2c\x16\x73\x1c\xa7\xbb\xbb\x5b\xd3\ \x34\x00\xac\x28\xc4\xf3\x58\x34\x1a\x35\x4d\x9b\x50\x8a\x3c\xa6\ \xa9\x9a\xaa\xaa\x8e\xe3\x02\x16\x52\x6c\xd4\xe9\x83\x57\x3f\x18\ \x0b\x81\x10\xc2\x04\x03\x02\x04\xd8\x0f\xed\x20\x98\xda\xb6\xdb\ \xd1\xde\x51\x9a\x1c\xc3\x19\xb3\x6c\xcb\x32\xd3\xb1\x58\x2c\x96\ \x88\x9b\xa6\xe5\x0f\x1b\x08\x63\x45\xd3\x09\xa5\x5c\x0a\xe6\x70\ \x3f\x85\x99\x1f\x79\x89\x31\x26\x52\x0a\x7f\xa5\x97\x73\x4a\xb7\ \x7e\x7f\x75\x4d\x6d\xcd\xc4\x89\x13\x6d\xdb\x36\x4d\xb3\x2f\x95\ \xb2\x4c\x53\x4a\x59\x92\x4c\x62\x42\x04\xe7\xa3\x47\x8d\xfa\x7c\ \xe5\x72\x85\xea\xba\x61\x68\xba\x61\x59\x4e\xdb\x86\xf6\xf2\x12\ \xa3\x7e\xe4\x48\xcf\x74\xb8\x2d\xca\x4a\xcb\xb1\x26\x11\x46\x18\ \x81\x94\xa2\x90\xcf\x3b\x9e\x13\x8f\x27\x8a\x43\xfa\xf2\x86\x15\ \x55\x35\x23\x09\x21\x8a\x82\x34\x4d\xf3\x77\x3f\xfa\x25\x6a\x15\ \x45\x09\x85\x42\xbe\x71\x18\xe3\xfe\x7e\x54\xc7\x71\x4c\xd3\x0a\ \x87\xc3\xbe\x83\x9e\x73\x41\x08\x71\x05\x68\x9a\xa6\x1b\x06\x67\ \xae\x69\x9a\x8e\xed\xf4\xa5\x52\x66\xc1\x0c\x87\x23\xa6\xcb\x4c\ \xcb\x96\x0c\x42\x21\x23\x16\x8b\xd8\xb6\x89\x11\x14\x25\x8b\x08\ \xc6\x9e\xc7\x22\x51\x03\x29\x58\x32\xe6\x3a\xce\xe1\x87\x1d\xea\ \x39\x05\xce\x1c\xcb\x32\x7d\x47\x7c\x69\x69\xc9\xca\x95\x8d\xba\ \x1e\x71\x4c\x07\x61\xc4\xa5\xd4\x35\x55\x0a\xa1\x6b\x6a\x55\x65\ \x05\xc1\xb8\x90\xcf\x49\x29\x39\x48\x4c\xfd\x3c\x91\x8a\xae\x69\ \xba\xa6\xf9\xe5\xf7\xfc\x7c\xa2\x78\x1b\x73\xae\xf8\x2e\xbb\x81\ \x84\x20\x7e\x89\x47\x7f\xf1\x40\x4a\x49\x14\x6a\x17\xf2\xba\xae\ \x3b\xae\x13\x8d\x45\x85\x83\x0a\x56\xa1\x34\x9e\x08\x85\x0c\x45\ \x51\xea\xea\xea\xd7\x36\xb7\xe5\x33\xd9\x7c\xba\xcf\xf5\x3c\x42\ \x29\xa5\x9a\x81\x49\xda\xf2\xba\x3b\xba\x6c\x4e\x00\x21\x42\x29\ \x00\x10\x4c\x7c\xdf\x97\x14\x82\x31\x6e\x16\x0a\x8e\x6d\x67\xb3\ \x39\xc6\x40\xd5\x0c\x8c\x48\x24\xa2\xab\xaa\x6a\x9a\x05\xbf\xe9\ \x52\x4a\x29\xa5\x12\x84\x42\x95\x70\x38\xdc\xd5\xdd\x0b\x68\x98\ \xf2\xb9\x0b\x21\x5a\x5b\x5b\x03\x72\xdf\xd1\xc9\x7d\x2b\xda\xbd\ \xef\x98\xe6\x9c\x2b\x8a\x12\x89\x44\xe2\xf1\xf8\x60\x25\x4c\x84\ \x10\x67\x6e\x2a\xd3\xa7\x30\xc9\x24\x08\x29\x63\xf1\x78\x6f\x6f\ \x37\x45\xa8\xbc\xac\xc8\xb1\x4c\xce\xb9\xa6\x69\xb1\x44\x88\x20\ \x19\x52\x94\x92\x92\x92\x0d\x1b\x5a\x12\x89\x78\x36\x9b\xf3\xa3\ \x7a\x97\x2c\x5e\x3c\x76\xb7\xd1\x94\x50\x4a\x69\x2a\x9d\x0a\x85\ \x42\xb6\x8d\x40\x4a\x3f\xf5\xae\xe7\x79\x8c\x51\x8c\xfb\xcb\xb6\ \xf9\xed\xb0\xa7\xa7\x07\x63\x5c\x5c\x5c\xcc\x39\x27\x44\xe9\x68\ \xef\xee\xea\xea\x1c\x3d\x7a\xd4\x67\xcb\x96\x31\xe6\xe6\x0b\x05\ \x84\x91\x10\xc2\xaf\x94\x4d\x10\x70\xc1\x07\x69\x7d\xd0\xe1\xee\ \x47\xda\x48\x09\x94\x10\x29\x24\x21\xd8\xcf\xe7\x4e\x29\x01\x29\ \x5a\x5b\x5b\x47\xd5\x55\x4a\xee\x32\xc6\x92\xc9\xa4\xe3\x38\x3d\ \x3d\x3d\xc5\x25\x25\x96\x65\x4b\x6c\x7b\x8c\x31\xc6\x84\x94\x80\ \x50\x3a\x9d\x1e\xf4\x8f\x73\xce\xd5\x81\x1d\x2e\x9b\x25\xbc\xdd\ \x0a\xb4\xb7\xb7\xb7\xb4\xb4\xf8\x1b\x68\xfb\x83\x11\x55\x55\x55\ \xd5\x6c\x36\xab\xeb\xfa\xe2\xc5\x4b\xb0\x8a\x35\x15\xbb\xae\x2b\ \xb8\xf0\x0d\x12\x0e\xa3\x54\x2a\x15\x56\x8d\x58\x3c\xe6\x71\x2f\ \x1c\x0e\xa9\x08\x4c\xdb\xc9\xe5\x32\x75\x75\x35\x86\x11\x4a\x67\ \x33\x61\x84\x2b\x2a\xab\x5b\xda\xda\x40\x2b\xf6\x0b\x68\xf8\xe7\ \xec\x79\x9e\x9f\x79\x31\x97\xcb\x65\x32\x19\x4a\x95\x48\x24\x8e\ \x10\x4a\x26\x93\x3e\xad\x17\x0a\x05\xbf\x5a\xa1\x9f\x96\x56\x51\ \x15\xe6\x79\xbe\x33\xdd\xf3\x3c\x42\x95\xb2\xb2\xb2\xce\xae\x5e\ \xab\xb3\x87\x09\xd0\x75\xdd\x15\xae\x1e\x8a\xd4\xd6\xd6\x52\x0a\ \xbe\x71\x30\xc2\xae\xe7\x79\x1e\x0d\x87\xc2\x98\xd2\x8e\xce\x8e\ \x48\x48\x55\x88\x94\x42\x16\x0a\x85\x50\x28\x94\x48\x24\x6a\x6b\ \xeb\xea\xea\x3b\x37\x74\xf4\x62\x8c\x11\x46\x66\xa1\x10\x0f\x27\ \xc7\x8d\x19\xbd\xc7\x84\x09\xe1\xb0\x16\xd2\x15\x2b\x9f\x0f\x87\ \x0c\x2e\xa5\x27\x85\x9f\xee\xdc\x5f\x48\xf7\xc7\xdd\x81\xaa\x7e\ \xdb\x1a\x44\x00\x7e\x25\xd5\x81\xc4\x09\xcc\x63\x88\x52\xbf\x41\ \xa6\xfa\xfa\x1c\x2b\xab\xa9\x8a\xed\x7a\x08\x93\x68\x2c\xae\x51\ \x11\x8d\xc7\x09\x16\x99\x4c\xa6\xb7\xb7\xaf\xa2\xbc\x52\x16\x97\ \xb9\xae\x55\x5e\x5a\xd6\xd7\xd7\xa7\x30\xca\x89\xd6\xdb\x97\xcb\ \xda\x3c\x9a\x2c\xf7\x38\xf3\xa3\xda\x09\xf4\xa7\xc9\x44\x00\x7d\ \x3d\x3d\xbd\xbd\xbd\xb1\x58\x4c\xd1\x74\x4d\xd3\x75\xc3\x90\x52\ \x72\xe9\xe5\xf3\x79\x00\xe9\x5f\x1d\x21\x08\x00\x3c\xcf\x63\xae\ \x1b\x0a\x19\x18\x13\xdd\x08\x0f\x9b\x72\x47\x18\xc3\x36\xa4\xc0\ \x0f\xf0\x75\x20\xf7\x7f\xb7\xd9\x4b\x00\x43\xd7\x63\xf1\xf8\x60\ \x69\x9b\x5c\x2e\xe7\x8b\x5c\x5f\x28\x09\xc1\x84\xe4\xa1\x70\x84\ \x62\x8a\x30\x8e\xc5\x62\xc5\xc9\x44\x3e\x9b\x51\x55\x42\x08\x29\ \x14\x0a\x8a\xa2\x74\x77\x77\x96\x95\x16\x7b\x8e\xb3\x60\xc1\x82\ \xea\xea\xca\x9e\x9e\x9e\x64\xb2\x28\x14\x8e\xae\x5c\xb9\x12\x00\ \x39\x8e\xa3\x28\x4a\x26\x9b\xd1\x23\x25\x08\x63\x3f\x91\x1a\xe7\ \xdc\xdf\x0f\xe9\x7b\xdb\xfd\x3e\xe6\x37\xee\x54\x2a\xe5\x8b\x29\ \x42\x88\xaa\xea\x91\x48\xe4\xc0\x03\x0f\x2c\x2b\x2f\x6f\xef\xe8\ \x68\x6b\x6d\xc7\x18\x53\x2a\x09\xe9\x8f\x03\x19\xcc\x3a\xb0\x59\ \x78\xbb\xdf\x6f\x39\xe7\x84\x50\xc6\x25\x21\xd4\xb3\x2c\x29\xfb\ \x17\x5d\xbb\xbb\x7b\x54\x4d\x55\x89\x06\x20\x4d\xd3\xd1\x34\x0d\ \x53\x92\xea\x4b\x45\xa2\x51\x55\xd5\x18\xe7\xae\xe7\x02\xc3\x80\ \x51\x51\xb2\xc8\xf5\xfa\x0b\x19\x0f\xae\x19\x52\x4a\xfd\x9d\x87\ \xdb\x52\xcc\xd3\xa7\x00\xc3\x30\x30\xc6\x9a\xa2\x32\xc6\xb2\xb9\ \x5c\xd8\x30\x2a\x2b\x2b\xbb\xba\xba\x54\x55\xc5\x2a\x46\x18\x15\ \x0a\xa6\xff\xa3\x05\xb3\x50\x5a\x54\x44\x35\x5c\x5d\x31\x22\xaa\ \x47\x9b\x5a\x9b\xc3\xba\x11\x09\x1b\x51\x5d\x4f\xf7\xf4\x6a\xba\ \xe6\xb9\x4e\x22\x91\x68\xef\x4e\x11\xdd\xe8\xed\x4d\x47\x8b\x63\ \xfe\xb0\xed\x38\x8e\x9f\x31\x3c\x14\x0a\x61\x8c\x6d\xdb\xc6\x18\ \x63\x8c\xfc\x38\x19\xbf\x30\x9e\xcf\x9b\x83\x83\xbd\x94\x02\x01\ \xf8\x75\x68\x75\x95\x70\xce\x0b\xa6\xa5\x28\x4a\x22\x91\x60\x8d\ \x4d\x1c\x30\xf7\x3c\x29\x25\x42\x38\x14\x0a\x29\x0a\x72\x5c\x27\ \x93\xc9\xf8\x2a\xd5\xb2\x6c\x3d\xa2\x53\xa2\xc4\x63\x31\xcb\xb2\ \xd4\xa8\x41\x29\xcd\x17\x2c\xd7\x75\x63\xf1\xa2\x44\x22\x31\x7e\ \xfc\xf8\x0d\x1d\x1f\x00\x48\x21\x24\xc5\x48\x51\x94\xdd\x77\xdf\ \x8d\x12\xe4\xda\x26\x06\xcd\x75\x5d\x90\x1c\x08\x21\x43\xc6\x51\ \x7f\x31\xc6\x1f\x7b\x18\x63\x62\xdb\x68\xaa\xff\x6b\x41\x0e\x94\ \xeb\x52\xc8\x40\x6d\x2f\xdb\xb6\x53\xe9\xb4\xa1\x52\x82\x88\xeb\ \x79\x5d\xdd\x3d\xd5\x65\x49\xcf\x32\x91\x94\x45\x89\x28\x55\x68\ \x36\x9b\xb3\x1c\x39\xa2\xa2\x22\x93\xc9\x64\x32\xf9\xce\xae\xbe\ \xe2\x32\x6d\xd9\xca\x65\x7d\x39\xa7\x64\x44\x6d\xa1\x60\x4a\x40\ \xf1\x58\x18\x13\xa2\x52\x45\x91\x52\x51\x14\xc1\x79\x34\x12\xf1\ \x3c\xcf\x30\x0c\xcd\x08\xb5\xb5\xb5\x26\x8b\x4a\x0c\xc3\x50\x54\ \x42\x08\xe1\x9c\xf9\x99\x94\x84\x90\xfe\xba\x91\xe0\xcc\x17\x46\ \x85\x42\x3e\xf0\xb9\x07\xd8\x06\x15\x83\x50\x5f\xaa\xcf\xf5\x5c\ \x21\x24\xf3\x3c\x4c\x30\x21\x14\x0f\xac\xf8\x63\x8c\x11\xc1\xdc\ \x73\x19\x63\x44\xc1\x99\x74\xd6\xb2\x6d\xc1\x3d\x02\x50\x94\x08\ \xa7\xfa\xfa\xaa\x4a\x92\x99\x74\x5f\x45\x71\xd2\x75\x4c\x9d\xe2\ \x91\xb5\xd5\xa1\x90\xa6\x1b\x3a\x46\xb8\xa7\xb7\x2b\x6f\x5a\x65\ \xe5\xa5\xe1\x90\x1a\x8b\xc6\x3b\xba\xbb\x46\x44\x92\x85\x7c\x8e\ \x73\x15\x51\x45\x55\x15\x84\xd4\x54\x5f\x0a\xa4\xa4\x0a\x15\x42\ \x50\x82\x11\xc6\xb6\x6d\xd5\xd4\x54\x2b\x8a\x92\x4e\xa5\x34\x5d\ \x4f\xf5\xf5\xf4\xa5\x72\x08\x50\x69\x49\xf1\x77\xbf\x3b\xfb\xf5\ \x57\xdf\xda\x7b\xca\x94\xd7\x5e\x7b\x63\xc5\xca\x55\xb6\x6d\x73\ \xc6\x4c\xcb\x14\x52\x4a\xd9\xbf\xa7\x09\x63\xe4\xaf\x97\xf9\x5b\ \x1c\x19\xe3\x88\x48\xd7\xe3\x8a\xa2\xa6\xd3\xd9\x7c\xbe\x20\x05\ \xb7\xad\xac\x70\x0b\x21\xc3\xd0\x14\xec\x38\x8e\xae\xc9\x7c\xbe\ \x40\x14\xaa\xaa\x4a\x3a\x9d\xd2\x42\x61\x8c\x91\xa2\x28\x42\x82\ \x00\xd9\xd9\xd9\x91\x48\x26\x43\xa1\x90\x3f\x90\x0c\x26\x26\xf3\ \x63\x21\x54\x55\xdb\x6a\xcb\x9b\xa6\x69\xdb\xb6\x61\x18\xae\xeb\ \x0a\xce\x3d\xd7\x73\x1d\xa7\xb5\xb5\xb5\xba\x7a\x44\x6d\x4d\x4d\ \x6b\x6b\x6b\x2a\x9d\xb5\x2d\x97\x7b\x32\x44\x69\x2e\x9b\xc9\xa4\ \x94\x6c\x04\x85\x0d\xb2\xa1\x75\x7d\x59\xb2\x9c\x22\x68\x6f\x6b\ \x09\x69\x6a\x45\x49\xb1\xae\x12\x8d\x42\x73\xf3\x3a\x0e\xb4\x61\ \x6d\x73\xd3\x86\xce\x83\x0e\x3e\xdc\x73\x5d\x45\xd3\x29\x25\x9c\ \x31\x90\xd2\x75\x1c\xcf\x75\x75\x5d\xc7\x08\x11\x8c\x38\x63\x91\ \xb0\xea\x6f\xb4\x01\x29\xa5\x14\x9e\xcb\x7d\x8d\x6c\x5a\xa6\x10\ \x52\xc1\x48\x51\x14\x8c\x10\xf3\x3c\x55\x51\xa4\x94\x54\x0b\xf9\ \x13\x0b\xaa\x19\x79\xd3\xc6\x02\x0b\x4e\x32\x99\x74\x24\xa2\x83\ \x24\x99\x74\x3a\x97\xcf\xbb\x42\x12\x05\x7b\xe0\x71\xc7\x9d\x71\ \xe8\x21\xbd\xdd\xed\xc2\xb3\x14\x82\x04\x70\xcf\x75\x6d\x9b\xc5\ \x8b\x4a\x38\xe7\xa6\x65\x65\x1d\xe6\xb9\xae\xaa\xd0\x96\xd6\x96\ \x86\xe5\xcb\xc7\x8e\xaa\x2f\xe4\xd2\x15\x15\x65\x9a\x42\xb9\x60\ \x96\x6d\x4b\xcb\xc2\x08\x71\xc1\x31\xc2\x54\x51\x7c\x9f\x31\x63\ \x9e\xbf\x5a\xb1\x2d\x6d\x3e\x5f\x28\x28\x94\x62\x40\x92\x73\x45\ \x51\xb8\xc7\x4c\xcb\xc4\x80\x08\x21\xaa\xa6\x22\x44\x74\x5d\xb7\ \xad\x9c\x55\xc8\xaf\x5e\xe9\x44\xd5\x09\x86\x0a\xb9\x8c\x8d\xa4\ \x13\x89\x46\x04\xf2\x24\xf7\x7a\xbb\x3b\x41\xf0\xce\xce\xf6\x9e\ \xde\xd4\xb3\xcf\xfd\x13\xeb\xe1\x29\x07\x1e\x92\x88\x17\x71\x49\ \x34\x43\x07\x29\x3c\xd7\xc1\x42\x32\xce\x98\xe7\xe9\xba\xa6\x28\ \x0a\x25\x04\x23\x90\x9c\x27\x13\xc9\x70\x38\x0c\x52\x5a\xa6\x69\ \x9a\x26\x63\xae\xa2\x28\xb6\x63\x83\xe4\xa1\x50\x18\xa4\xa0\x04\ \x73\xce\x92\xc9\x84\xe3\x04\x0b\xaa\x01\xb6\x01\x85\x42\xe1\xe1\ \x3f\xcd\xfd\xb2\x90\x0f\xff\xe8\x40\x02\x40\x40\x9b\x94\x1c\x91\ \x08\xe3\xfe\x48\x72\x29\x11\xc2\x12\x36\xfe\x01\x40\x29\x46\x65\ \x80\xa4\x94\x05\x21\x00\x41\x24\x86\x52\x42\x94\x8f\xa9\x1e\xf8\ \x5e\x09\x00\xb1\xf2\xda\x8d\xeb\x3c\x12\x00\xa0\x28\x5a\x26\x25\ \x08\x90\xf1\x8a\x84\x5f\x73\x23\x54\x8c\xfc\xd0\x98\x3d\xf6\xd9\ \x77\xaf\xfd\x0e\x60\x9c\x1f\x76\xd4\x0c\x42\x08\xa0\x2d\x0a\x18\ \x7e\xa9\x52\x03\x29\xfd\x2d\xac\x62\xe0\x82\xc0\x75\x07\x72\x23\ \x23\x40\xfd\xa9\x67\x25\xda\x22\x68\xdd\x2f\xd6\xbc\x99\x4f\x5f\ \x0e\x98\xc2\x9f\xdf\x6c\x9d\xe5\xaf\xbb\xf6\xfa\x81\x19\x06\x1a\ \x88\xe0\xf0\x63\x3a\xe5\xe0\x0c\x63\xa3\x0b\x68\x63\xd9\xd9\x8d\ \x5e\x09\x7f\x83\xa5\x84\xfe\x55\x87\x7a\x84\x00\x60\x06\xc6\x08\ \x21\xce\x19\x0c\x31\xeb\xa0\x99\xe4\x10\xe9\xea\x5f\x86\x14\xfd\ \x7b\x05\xd0\x50\x7b\x0d\xb9\x47\x83\x6d\x00\x00\x8e\x98\x89\x2f\ \xbd\xfa\xe7\x52\xca\xc1\x2f\xe0\x9c\xfb\xa7\x33\x6b\xf6\x0f\x36\ \xba\x04\xa5\x04\x84\x18\x63\x80\xd0\x66\xdf\x21\x41\x62\x84\xae\ \xbd\xfe\x17\x30\x64\x83\xc0\x26\x79\xdf\x60\xd3\x93\xf9\x12\x78\ \x9e\xbb\xd5\xcb\x8a\x1f\xbf\xf6\xda\x66\x8d\x1c\x0d\x58\xa7\xdf\ \x07\xdf\x7f\x7f\x07\x22\x6a\x24\x48\xd4\x2f\xf5\x37\x76\x06\x00\ \x84\x50\x0d\x42\xfb\x9d\xe4\x87\x7e\x72\x39\x50\xc0\x59\x6e\xf1\ \x93\x00\xa8\x7c\x0c\x6c\x51\x1f\x63\xb3\x25\x32\xd4\xdf\x73\xe4\ \x60\xb3\x0c\x76\xa8\x06\xd8\x36\xf8\xa5\x1d\xb7\x11\x72\x8b\xb2\ \x15\x92\x6f\xda\xa7\xfd\x7e\x21\xe4\x16\xed\xfe\x8b\x0f\xf4\xc7\ \x32\x0e\xe9\x2c\x12\xc0\x77\x50\xf8\xb5\x7e\x86\xed\xfa\x87\x24\ \x1e\xfb\xa2\x21\x6e\x7b\x39\x2a\xfd\xbd\x3f\xc3\x74\x05\x00\x03\ \xa9\xbc\xf8\x76\x6d\x2b\x9c\xb3\x2f\x39\x6d\xfe\x95\x7f\x98\x0f\ \xeb\xb5\x6f\x8d\x43\xcc\x71\x86\xd1\xec\x62\x8b\x23\x5f\x32\xa6\ \x7c\xc5\x83\x9b\x34\xcb\xed\x4a\xee\xe8\xff\xbc\xae\x2f\xbe\x08\ \x7f\x37\xe0\xe0\x91\xc1\x52\x96\x01\x02\x04\x08\x10\xe0\xab\x63\ \x7b\x91\xbb\x10\xc2\x7e\xff\x59\x7b\xd9\x07\x9b\x51\x3c\x52\xd4\ \xd0\xac\x9f\xaa\xc5\xe5\x20\x61\xcb\xd0\xbb\x8f\x3f\xfe\xf8\xc9\ \x27\x9f\x1c\x14\x56\xfe\x32\xce\x8d\x37\xde\x88\x31\x0e\x6e\x55\ \x80\x00\x01\x02\xfc\xb7\xc9\x1d\x21\xa7\xbd\x99\x7e\xfc\xdc\xa4\ \x83\xbf\x25\x37\x7a\x15\x25\x00\xb8\x66\x61\xd5\x5f\x6f\x7e\xa2\ \xdd\x9b\xfd\xf3\xdf\xea\x91\xe8\xa6\xff\x84\x0a\x85\xc2\xa5\x97\ \x5e\x3a\xf4\xe0\xca\x95\x2b\x5b\x5a\x5a\x46\x8e\x1c\xf9\x85\xde\ \x49\x3f\x6b\xe8\xc0\xbf\x63\xd4\xbf\xfd\x70\xf8\xae\x03\x63\x90\ \x22\x88\xf0\x0c\x10\x20\x40\x40\xee\x00\x00\x08\xc0\x73\xed\x92\ \xba\xb1\xd6\xd2\x77\x31\x21\x1c\x21\x90\x80\x00\x10\x48\x6b\xb7\ \xe9\x4f\x2f\x6d\xda\xf7\x94\x39\x9b\x31\xbb\x0f\x45\x51\xaa\xab\ \xab\x87\x1e\xe9\xeb\xeb\xfb\x12\x0f\x29\xf2\x32\xad\xf7\x3d\xfc\ \xf6\x69\x57\x9c\x55\xe4\x59\x80\xe5\xe7\x8f\xdf\x31\xbf\xf4\xfb\ \x67\x1e\x5a\x3a\x5c\xe1\xf6\x9a\x81\xde\xb8\xf7\xe6\xbe\x29\x3f\ \x9c\xb5\x47\x25\x0b\xf8\x3d\x40\x80\x00\x3b\x14\xb6\x97\xbb\x83\ \x73\xc1\xcd\xbc\x2c\xab\xe3\x45\x23\xc0\xf3\x24\x67\x00\xc8\x9d\ \x78\xf0\xbd\x8f\xfd\xad\x8a\x8a\xdd\x67\x1c\xff\x65\xff\x28\xb7\ \xc0\x97\x7d\x52\x78\x66\xd3\xa2\x27\xaf\xb9\xfe\x2f\xa6\x44\x08\ \xc9\x74\x53\xc3\x9a\x0e\x07\x10\x48\x66\x77\x6e\x68\x6b\xdb\xd0\ \x69\x32\x89\x81\xf7\x6e\x68\xcb\x3a\x12\x10\xca\xf5\x76\xe6\x3c\ \x69\x66\x7a\x52\x8e\x44\x08\x49\x37\xdd\x9d\x2e\x00\x80\x6b\x66\ \x36\xb4\xb6\xb6\x6e\xe8\xb4\xc5\xd0\xf1\x89\xbf\x1e\x17\x4c\xeb\ \x00\x00\x20\x00\x49\x44\x41\x54\x7b\xff\x8d\x0f\xcd\x6f\xde\x90\ \x36\xb7\x25\x41\x68\x80\x00\x01\x02\xec\x5c\xe4\x2e\x25\x52\xd4\ \xf7\x7a\xf9\x3f\x56\x75\xea\x63\x27\x71\xc7\xb6\xc6\xec\x73\xcf\ \x1f\xe7\x96\x97\x97\x8f\xaf\x8c\x7b\xc3\x13\xae\x20\xed\xa2\xa3\ \x67\x8f\x5f\x7e\xe7\x73\x0d\x86\xda\x7f\x21\x54\x65\x4f\xfd\xf6\ \xea\xb9\xaf\x7c\xf4\xce\x73\x7f\xb8\xfc\xa6\x67\x1c\x5d\xeb\x7c\ \xe7\x77\xbf\x7a\xe8\x35\xea\x2c\xbb\xe9\xa6\xfb\x72\x0c\xde\x9d\ \x7b\xdb\x23\xab\x6c\x95\xaa\xf6\xda\xb9\xff\x6f\xee\xdb\x88\xe7\ \x1f\xbc\xe9\xc6\x79\x1f\x2f\xf9\xf8\x9d\xf7\x3b\xd8\x40\x04\x2c\ \xd6\x7a\x3f\x7b\xea\x6d\xe3\xa8\x5f\x9e\x3a\x46\xf2\x40\xb4\x07\ \x08\x10\x20\x20\xf7\x01\xe1\xcb\x18\xe3\xcc\xe3\x9c\x2f\x58\xb4\ \xf8\xf1\x8f\x57\xb8\xfb\x1c\x7b\xdf\xdc\xa7\xa5\x90\xa7\x1d\x35\ \xbd\xd0\xd3\x25\x86\x65\x2f\xab\x04\x2e\xc8\xf4\x93\x2f\x41\xaf\ \xdc\xfa\xe8\x92\x3c\x42\x08\x30\xe1\x2b\xff\xfc\x52\x47\xe5\x71\ \x87\x4e\x99\x7e\xe4\x51\x74\xc5\xdf\xdf\xde\x80\x27\x9d\xfe\x3f\ \x7b\x74\x3f\x7f\xfd\xc5\x37\x4f\xfa\xde\x05\x55\x21\x02\x84\x12\ \x5f\x89\x23\x42\x09\x01\xe9\x74\x66\xf5\xfd\x0e\x3c\x60\xe6\xc9\ \xb3\x47\x6b\xdc\x3f\x2d\x6a\x2d\xbd\xef\xa1\x65\x3f\x3c\xe9\x50\ \x22\x04\xc2\x24\x58\xcc\x0d\x10\x20\xc0\x0e\x87\xed\xb4\xa0\x0a\ \x5c\x48\xbb\xaf\xf3\xc0\x51\x25\x6d\xe3\xc6\x2f\x59\xf6\xf9\xaa\ \x35\x8d\x12\xe0\xdc\x53\xbf\xc7\x17\xbd\xee\x0a\x29\xa5\x18\xae\ \x71\x45\x2a\xc9\xab\x6e\xfa\xc9\xd5\x57\x5d\x27\xca\x18\x42\x90\ \x6f\x6b\x17\x00\xeb\x9b\x9b\x08\xc0\xec\xf3\x7e\x32\xca\x60\x8c\ \xeb\x63\xc6\x46\x9e\x5e\xd4\x3d\xbd\xa6\xcc\xaf\xbe\x2e\x36\x06\ \xf0\x48\xa4\x14\x5f\x76\xd5\xc9\x2f\x3e\x75\xef\x7d\x0d\xee\x59\ \xff\xf3\xeb\x7d\x13\x52\x80\x78\xf7\x91\x3f\x7e\xdc\xdd\xdb\x7b\ \xf9\xb9\x5e\xa1\x37\xeb\xac\x2e\xab\x7f\xe8\xc4\x5a\x29\x02\x05\ \x1f\x20\x40\x80\xc0\x2d\x23\xfc\x6c\x66\x6b\x16\x9e\x7e\xe8\x94\ \x71\x63\xc7\x62\x4a\x8f\x9b\x71\x58\xb8\xe1\x1d\xee\xba\x8e\x90\ \x30\x8c\x4c\x29\x25\x14\x1d\x70\xfe\x8f\xf6\x78\xe6\xf3\x0e\x15\ \x64\x7c\xc2\x37\x75\x37\x55\xbf\xdb\x3e\x53\x0f\xd8\x6f\xcf\xc9\ \xfb\x55\x47\xb0\xb7\xee\x99\x67\x57\x8c\x7c\xec\xd7\x47\x3c\x7d\ \xdf\xfd\x8e\x80\xe2\x44\x7c\xcd\xc7\x2b\x72\x8e\xeb\x38\x4c\x82\ \x04\x29\x94\xc4\xa8\x53\x2f\xba\xee\x7b\x13\x9d\x07\xff\xbe\x16\ \x51\x2c\x25\x9e\x72\xe6\x75\x7f\x7d\xe8\xd6\x1b\x6e\xbc\xe5\xbc\ \x13\xc6\x7d\xf3\xe4\x0b\x66\xd6\x40\xc0\xec\x01\x02\x04\x08\x94\ \x3b\x00\x00\xa6\xca\xda\xbe\xfc\xd4\xba\x52\xd1\xf0\xc1\x0f\xf6\ \x1c\xe3\xec\x3d\xc6\x70\x32\x0c\x44\x8e\x4b\x19\x4e\x7c\xd9\x3e\ \x26\x84\x90\xa6\x69\x43\xe3\xdf\x55\x55\xfd\x72\x5a\xe7\xa6\xe9\ \x48\x04\x52\x38\x35\x53\x4e\xfe\x56\xfd\x2b\xcb\x6c\xc6\x4b\x8f\ \xbc\xfc\xb4\xbe\x3b\x7f\x7e\x7e\xc6\x83\xe2\xc9\x67\xdf\x79\x41\ \xfd\x35\x57\xfe\xf5\x88\xdf\x3e\x96\xa8\x23\x87\xbd\x71\xd1\xff\ \x7b\xab\xf3\x57\xc7\x9f\xfc\xc9\x2f\x6f\x3e\xfb\x0c\x8b\x50\x34\ \x69\xe6\xbe\xc2\xeb\xba\xef\xba\xeb\x1a\xb2\x12\x47\x47\x9f\x77\ \x5d\x9d\x60\x02\x00\xa8\x66\x44\x75\x04\x44\xd7\x28\x97\x48\xd7\ \xb1\x74\x83\x94\x68\x01\x02\x04\x08\xc8\x5d\x0a\x51\x32\x72\x7c\ \x6a\xca\xb7\x1f\xfb\xec\x13\x84\x30\x74\x36\xf5\x27\xd4\x40\xaa\ \xa2\x46\xbe\xf1\xe3\x2b\x74\xe5\x8b\x7f\xb7\xb5\xb5\xf5\x8a\x2b\ \xae\x90\x52\x8e\x18\x31\x22\x9b\xcd\x16\x0a\x85\x5c\x2e\x77\xd1\ \x45\x17\x7d\xe1\x8f\x68\x15\x13\x9f\x9e\xbb\x57\x21\xef\x00\x02\ \x81\x42\x67\xdd\xfb\x3c\xe1\x96\xe5\x8a\x31\xd3\x7f\xf0\xd0\x91\ \x67\x61\x04\x82\xd9\xa6\x2d\xee\x79\xfe\x59\xa7\x50\x60\x42\x9e\ \x74\xd5\x83\xa7\x08\xbb\xe0\xc9\x0b\xef\x78\xf4\x32\x82\x01\xa4\ \xe7\xd8\x8e\x27\xaf\x7d\x60\x2e\x41\x20\x05\xb3\x4c\x5b\x0c\xdd\ \xbf\xce\xcc\x31\xc7\xdc\x7c\x25\xb8\xb6\xc7\x83\x86\x12\x20\x40\ \x80\x80\xdc\x01\x00\x34\x4d\xdb\x6d\xe6\x0f\x27\xcc\x3c\xfd\x0b\ \x44\x3d\xfa\xe2\xb2\x10\x52\x4a\xc3\x30\x3a\x3a\x3a\x3c\xcf\x3b\ \xea\xa8\xa3\x16\x2c\x58\xd0\xd8\xd8\x68\x59\x56\x79\x79\xf9\x17\ \x07\x44\x0a\x5e\x28\xf0\x41\xff\xb9\x6b\x15\x06\x04\xbd\x67\x16\ \x36\x66\x9f\x28\xe4\xfb\x8f\x7b\x8e\xe9\x01\x20\x00\xd7\x32\x87\ \xe6\x0d\xb2\x0a\xf9\x2f\xb9\x08\x24\x3c\xcb\x0e\xda\x48\x80\x00\ \x01\x02\x72\xdf\x84\xc4\x31\xfa\x2a\x59\xf7\x86\xe2\x5b\xdf\xfa\ \x56\x45\x45\x85\xe3\x38\xb6\x6d\x4f\x9a\x34\x69\xf2\xe4\xc9\xd5\ \xd5\xd5\x7e\xf1\x97\xe0\x56\x05\x08\x10\x20\xc0\xd7\x82\xdc\xb7\ \x02\x8a\xa2\x1c\x70\xc0\x01\x5b\x2a\xfa\xe0\x3e\x05\x08\x10\x20\ \xc0\x0e\x4c\xee\x01\x95\x07\xd8\xe1\x40\x10\x2c\x69\xdf\x9a\xa8\ \xb3\x90\x0a\xa3\x8b\x82\x38\xac\xad\x47\xca\x42\x6d\x99\x7f\x7b\ \xfb\x38\x97\x30\x79\x84\xe0\xbb\x40\x88\x44\x90\xcf\x3d\xc0\x30\ \x40\x48\x10\x88\x7c\xc1\x4a\x8a\x14\x04\x36\x16\xa1\xde\x29\xa1\ \x52\x78\x74\x81\xb2\x15\x29\x2a\x46\x16\x89\x0b\x0e\xdc\xa6\xb4\ \x74\x52\x02\x47\x78\xcb\xf4\xaa\x52\x4a\x22\xf9\x60\xbd\xc0\x9d\ \x15\xab\x7b\xf0\x93\x4b\xff\x6d\x06\x33\x3d\xf4\xf0\x6c\xdb\xda\ \x36\x72\xe7\x80\x24\xe0\xcd\xec\x2e\x01\xb0\xe0\x18\xa1\xff\x2b\ \x37\x7b\x40\xee\x01\x76\x24\x66\x47\x98\xbd\x3d\x37\xfa\xf9\xdb\ \x78\xa0\x90\xe6\xc0\x1b\xc2\x4a\x54\x75\x7e\x73\xa6\x63\x59\xb5\ \x7b\x4e\xd9\x59\x2f\x5f\x02\xe0\x4d\x3b\xb9\xc7\xa5\x42\x90\xcb\ \x84\x90\x80\x10\x52\x29\x42\x00\x82\x4b\x57\x48\x00\xa4\x52\xe4\ \x7f\x7e\xdb\x73\x16\x79\x2d\x2b\xb4\x67\x6e\xdd\xa2\x16\xab\x74\ \x6c\xc7\x3c\x7a\x4e\x63\x5b\xfb\xa4\xa3\xbe\xc3\xb7\xb6\xea\xd0\ \x0e\x81\x4d\xca\x7b\x09\xc9\x01\x61\xd9\x6f\x67\x4a\x10\xc5\x20\ \xa5\xf4\x98\x14\x00\x18\x63\x95\x0c\x8f\xd9\x39\xf3\xe4\x33\xb7\ \x47\xfb\x5a\x36\xef\x08\x9c\xdb\x13\xa6\xad\x2f\xfb\x46\x51\xc5\ \x88\x48\x71\xd9\xce\x43\xee\x52\x88\xc0\xa3\xb2\xc3\x77\x95\xad\ \x23\x77\x20\xe2\xfd\x67\xab\xa6\x1c\x08\x76\x61\xb0\x90\x98\x04\ \x40\x54\x6d\xaf\x9e\xfc\xf2\xed\xbf\x9c\xf5\xeb\x7b\x76\x21\x1b\ \x62\x7c\xc5\xd1\x89\xbb\xfe\x99\xbe\xf2\xcc\x91\x53\x92\xd0\xdb\ \x9e\xfb\xc5\x53\xdd\x6d\x2e\xec\xb1\x5f\xf9\xb5\xd3\x22\xd4\x74\ \x7e\xf5\x78\xfb\xe7\x59\x31\x2c\xc9\xe8\xcc\x77\x9f\x9d\x30\x75\ \x06\xdf\xb0\x16\xf9\xd5\x5f\x07\xfa\xa2\x76\xd0\xac\xdf\xfe\xf2\ \x9a\xb1\xb3\xce\x96\x62\x57\x89\xe2\x95\x5c\x96\x4d\xae\x3e\x3c\ \xdf\xfe\x71\x59\xd5\x1d\xfb\xab\xb6\xed\xfd\xe9\xc5\xf6\xe7\xd7\ \xb3\x50\x49\xe4\x96\xef\x94\xed\x1e\x81\x0f\x3f\xec\xb8\xe5\x03\ \x4b\x6e\xfb\xae\x4d\x84\x98\xe3\x24\x9d\x4c\x69\x55\x35\x86\x8d\ \x95\xf3\xa4\x94\x24\x51\xfe\x46\x73\xcb\xc7\xaf\xbd\x3d\xeb\xba\ \xdb\x77\x1e\xe5\x8e\x31\xd9\x2c\x55\x6f\x80\x1d\x11\x9f\xf5\x76\ \x6d\x95\x4f\x86\xbb\x5c\x20\xc7\x44\xe1\x98\xd7\xd7\xe9\x7b\x61\ \x68\x28\xd2\x5e\x36\xfe\xd1\x47\xfe\x70\xd0\x59\x97\x24\x2a\xab\ \xf9\x7f\xb5\x34\xda\x7f\x18\xba\x82\x11\x42\x6a\x77\xea\x88\xfb\ \x7a\xab\x27\x57\xdd\x37\x33\x72\xd5\xda\xc8\xa5\x55\xd6\x69\xff\ \xdb\xee\x6a\x4a\x08\x0f\x0f\xb3\x4b\x00\x47\x48\xe2\xb9\xd2\x08\ \xf3\x4c\xaf\x5f\x82\x13\x09\x89\xc6\xec\xf9\xe0\x1f\xff\x44\xcb\ \xea\xc6\x4f\x3b\x52\xf0\x5d\x68\x8b\x06\x26\x58\xc5\xa0\x86\xf0\ \x03\x73\x1b\x9f\xda\x40\x6e\x3d\xa5\xf4\xdd\xd6\xde\xcb\x8f\x88\ \x3e\xf2\xd8\xda\x05\x59\x54\x57\x84\xe5\x70\xd8\x1d\x01\x70\xc1\ \x25\xe3\xc8\xb3\x91\x1e\x66\x56\x4e\x02\xc2\x52\x6a\x65\x55\x8b\ \x45\xf4\xfd\x8f\x5e\x3a\xea\xea\xdb\xd4\x50\x58\x8a\xff\xbe\x53\ \x7f\xb8\xd2\x0f\x04\x9a\x7d\x17\x76\xcb\x48\xe9\x09\x89\xc6\x4f\ \x99\x9f\x57\x51\x28\x2a\x6d\x4b\x0a\xd1\x3d\x62\xd2\x1f\xfe\x3c\ \x77\x5c\x55\x69\x69\x75\xad\x18\xc6\x9a\xa5\x3b\x94\xcb\x40\x57\ \xf1\xc8\x72\x5a\xc8\xf3\x63\xbe\x41\xfe\xf4\x6a\x9a\xa9\x84\x08\ \x6e\x0f\x9f\x31\x3c\x01\x92\x90\xc5\x3c\xa1\x4e\x9a\x2a\x1c\x5b\ \x38\x8e\x3e\xe9\xa0\x47\x5e\xfd\x30\x9f\x37\xf7\xaf\x2f\x85\xcd\ \xbc\x64\xbb\x88\x84\x07\xa0\x04\x45\xa3\x6a\x14\x0b\x19\x09\xf5\ \x34\xe7\x1b\x2c\x14\x55\xa1\x2b\xc3\x01\x0d\x5b\x83\x67\x9e\xeb\ \x4e\x3c\xb8\xb5\x78\x8c\xe4\x4c\xda\x16\x68\xc6\x87\x39\xe5\xef\ \xcf\x3c\xbb\x6f\x6d\xb1\x51\x5e\xf5\x75\x60\x76\xd8\x7e\xb9\x65\ \x02\xec\x42\xe0\xdc\x05\xf2\xd9\x9a\xe6\xbf\xbf\xf0\xe2\x27\x3c\ \xa1\xd7\x8e\xed\xac\xd9\xeb\xfe\x47\x1f\x1b\x37\x7e\xfc\x91\xfb\ \x4d\x66\xae\xbb\x0b\x31\xcb\xc6\x72\xdc\x80\x8b\x22\x57\x1d\x5f\ \xbe\x97\x99\xfe\xe9\xcb\xb6\x8b\x71\x94\x80\x10\x72\xe4\xf8\xd2\ \x59\xf5\xca\xf0\xc8\x69\x09\x1e\x17\x1e\x90\xd7\xde\x79\xf7\xde\ \xa7\x5e\x62\x35\xbb\x41\xfd\xee\x7f\x98\xf7\x56\x7b\x7b\xc7\xd9\ \xb3\x4f\x48\xf7\xf6\xec\x3a\x8a\x4b\x0a\x90\x7e\xb1\x69\x04\x00\ \xe8\xa8\x83\xca\xcf\xdb\x2f\x74\xff\x8b\x3d\x0e\x92\x1a\x41\x4c\ \x82\xad\x86\x7f\x7f\x7e\x79\x78\x98\x42\x93\x04\xe3\xa0\xea\xef\ \x7e\xba\xe4\xc1\xc7\xe6\xae\xaf\x98\xa4\xd7\x8d\xfb\xdc\xa8\x79\ \xf6\xf9\x79\x87\x4e\x9f\x56\x19\x8f\x00\xe7\xf0\xf5\x28\x01\x11\ \x90\x7b\x80\x6d\x67\x34\xe1\x78\x6c\xe2\x98\xfa\xb2\xd2\x92\x17\ \x5f\x7a\xf9\xc9\x65\x6d\x8f\xfd\xfd\xb9\x64\x22\x79\xfc\xde\xe3\ \xf3\xcb\xe7\x0b\xb1\xcb\xe4\xe5\x41\xa8\x2a\x41\xa4\xa2\xc6\x40\ \xba\x08\x44\x2a\x7f\xeb\x8b\x5d\x7f\x5a\x50\x70\x31\x3c\xf5\xa9\ \x73\xfa\xec\xb2\x22\x2c\xb9\x84\xe1\x33\x87\x74\x01\x51\x33\xbd\ \xc7\x6e\x13\xda\xda\xda\xe6\x7e\xb0\xf4\xf1\x8f\x3e\x5f\xde\xd0\ \x70\xda\x49\xb3\xc2\xeb\x16\x58\x4c\xec\x22\xf3\x69\x29\xa1\xb8\ \x5a\x0f\x01\x3a\x70\x02\x4d\xf5\x09\x00\xf9\xfa\x87\xdd\x77\xbd\ \xd1\xb7\x22\x2b\xbd\xbc\x69\x8c\x8a\x1f\x5e\x84\x3c\x01\x7c\xf8\ \x0a\x33\x48\xc9\xed\x5c\x7a\xff\x6f\xee\xa5\xa9\xea\x5f\x9f\x7e\ \xee\xa9\x65\x6d\x4f\x3d\xfb\xdc\x01\xfb\xef\x3f\xad\x2a\x5c\xe8\ \x6c\x95\x52\x7c\x4d\xaa\xfb\x04\xe4\x1e\x60\x9b\x85\x8c\x90\xae\ \x10\xce\x47\x2f\x9c\x7b\xfc\x51\xe5\xe5\xe5\x9f\x2c\x5c\x2c\xa5\ \xfc\xfe\xb1\x87\x8b\xe5\x1f\x70\x09\x9c\x0b\xd8\x35\x6a\x59\x21\ \x40\xbb\x4f\x48\x9e\x37\x2d\xfc\xd8\xbb\x69\x04\xf2\x83\x46\xbb\ \xff\xba\x11\x64\x57\x74\x5d\xf2\xb6\x7b\xf2\x8c\xf2\x63\xab\xf8\ \x67\x3d\x7c\xb8\x7a\x9d\x27\x31\xeb\x5a\x7f\xc4\x88\xf0\xc1\xd3\ \xa7\xaf\x6d\x6a\x5e\xb1\x7a\xcd\x89\x33\x67\x56\x65\x9a\x58\xa6\ \xc7\x93\x68\x17\x89\x6f\x90\x12\x42\x21\xed\x47\xc7\x96\x19\x8b\ \xda\x5f\xe8\x90\xa9\xe6\xec\xaa\xec\xc0\x04\x8a\xf3\x1b\x9f\xee\ \xae\xda\xab\xe4\xe7\x87\x1a\x2f\xbd\x93\xb5\x87\xa9\x1d\x72\x26\ \x3c\xc7\xa6\x9f\xbc\x78\xda\x09\xc7\x61\x8c\x3f\x5e\xb0\xb0\xa2\ \xb4\xec\xb0\x71\x55\xd6\xb2\x8f\x3c\x40\xe2\x6b\x53\xde\x27\x08\ \x85\x0c\x30\x0c\xdd\xcb\x95\x48\x32\x06\x9f\xbf\x73\xce\xac\x63\ \xdf\xff\x7c\xf5\xde\x7b\xee\xa9\x7e\xf2\x82\xe4\xdc\xf5\xfc\x38\ \xb4\x5d\x65\x06\xf3\xda\x47\x3d\xaf\x0d\xbc\x7c\x7d\xa5\x85\x06\ \x58\x9c\x50\xd4\xde\x94\x7d\xb0\x69\x70\x18\x18\x26\x72\x47\x88\ \x7b\x9e\xb3\x66\xf1\x81\x15\x23\x4b\x4e\x98\xe9\xba\xee\x1e\x38\ \xeb\xb4\x34\xa2\x70\xc4\xd9\x65\x7c\x32\x18\x43\xeb\x9a\xcc\xbd\ \x6b\x7c\x3e\x43\xdd\x6b\xd2\xdd\x43\x89\x38\xef\x3c\xf1\x56\xf7\ \xf0\xda\x5d\x80\xf4\xb8\x14\xb6\x59\xdc\xfc\xc9\x85\x67\xff\x68\ \xfe\xe2\x25\xd3\xbe\xb9\x97\xf7\xde\x33\x88\x50\x87\x09\x01\x5f\ \x97\x06\x1f\x90\xfb\xae\x08\xd7\x36\xa9\x16\xe2\x9e\x4d\x14\x1d\ \x6f\x73\x8b\x57\x08\x56\xf6\x3a\xec\x93\xd5\x1f\xaa\x18\xc1\xbc\ \x27\x12\xd1\xe4\x9a\x97\x96\x0b\xdb\x44\x08\x75\x86\xca\x6a\x12\ \xc5\xb0\x53\x6b\x48\x04\x60\x6d\x55\x28\x90\xc3\xb6\xd5\xf4\x65\ \x7b\x1d\xf4\xea\x0b\x0f\x16\x53\x09\xdd\x9f\x91\xf0\x7a\x8c\xf1\ \x92\x7c\x06\xa4\x4c\xb5\xe7\x2a\x66\x9c\xb6\xd3\xcf\x97\xb8\xd8\ \x1a\xcb\x9b\xdb\x1c\xb7\xa5\x1b\xa1\xf5\xd1\x6a\xab\xab\x19\xc9\ \x0c\xea\xf8\x73\x32\x14\x5b\xfc\xdc\x32\xe9\x39\x1c\xb0\x3b\x76\ \x5f\x8d\x2a\x5f\x93\xa0\xf0\xed\x47\xee\x52\x0a\x09\x68\xe8\x26\ \x2e\x29\x85\x94\x00\x08\x61\x84\x60\xc0\x15\x8b\x30\x0e\xea\x4f\ \x7f\x45\x83\xf6\x97\x0b\xc7\xb8\x5f\x10\x4a\x21\x24\xc2\x18\xf9\ \x4f\x10\x46\x08\xa4\x14\x80\x06\x2d\xca\xf2\xad\xd7\x9d\x7b\xf6\ \x47\x85\x8a\x3f\xfc\xf9\xd1\x51\xd1\xc1\x6f\x4a\xdf\x71\xc9\xd5\ \xe7\xdc\x77\xdf\x8b\x37\x5e\x72\xc8\xe5\x77\x55\x47\xb7\xb5\x0d\ \x68\xaa\x52\xfb\xed\x33\xb2\xd9\x13\xfc\xdd\x96\xce\x10\xde\xab\ \xd6\xf5\x68\x22\xb9\x73\x6f\x80\xb0\x3c\xb8\xfb\x04\x67\xab\xee\ \xe8\x36\x15\x81\x41\x08\x55\x4c\xda\x4f\xab\x1e\xc3\x38\x43\x30\ \x54\x2e\xa2\x22\x8c\xe3\x45\xc5\x78\x67\x67\xf7\x03\xea\xf8\x81\ \xf5\x7c\xeb\x6e\xd9\xb6\x74\xc3\x48\x2c\x5e\xf3\xfd\xcb\x0a\x66\ \xde\xb7\x2f\xef\xbf\x99\x80\x01\xd7\x44\xa3\xba\xa1\xc3\x4e\x4d\ \xee\xe9\xbf\xdd\xf2\x9b\x75\x90\x9c\x70\xc4\xb9\x27\x7c\x33\xe1\ \xcb\x94\xa7\x6e\xb9\xfc\xc3\x6c\x49\x69\x88\xbb\xa3\x67\xff\xe2\ \x48\xeb\x98\xd3\x1f\xf9\xd6\xb1\xe3\x3b\x97\x7f\x5a\x7a\xc4\x15\ \x17\x9d\xb0\x47\x40\xf0\xff\x12\xcf\xdd\x7b\xd9\x52\x36\x2a\xa9\ \x16\x9d\x74\xd6\xc9\x15\xaa\x3d\xef\xce\x9b\x3f\xc9\x47\xea\x0e\ \x3c\xfd\x07\xd5\x0b\x2f\x78\x74\x6d\x05\x4b\x1f\xf7\x8b\xeb\x9c\ \x47\xae\x7e\x6b\x8f\xab\xae\x39\xd8\xb7\x39\xb4\x7d\xfa\xe8\xa8\ \x1f\x3f\xf4\x3f\x07\xd7\x0c\xb2\x49\xff\xcc\x14\x21\x9f\x1d\x86\ \x6b\xd4\x09\x85\xc3\xa1\x70\xe4\x0b\xa6\xbd\x03\x03\xd2\xce\x3e\ \xee\xfe\x77\x7e\x97\x50\x5a\x5a\x5e\xf1\x05\x4b\x1a\xbb\x86\xd9\ \xff\x8b\x96\x8f\x25\x12\xb1\x64\x72\xcb\xd1\xda\x37\xfd\x4e\xec\ \x96\x91\xcb\xee\xf9\xc5\xc2\x3d\xaf\xff\xcd\x51\x09\x89\xfa\x23\ \x6d\xf3\x6f\xde\xf0\xb7\x8e\x03\xfe\x76\xc7\x29\xfe\xef\xf1\xb6\ \xf7\xc9\x88\xc3\x2f\x3c\xff\x44\x70\x3f\x3c\xff\xb2\x7f\xb2\x99\ \x7b\x28\x01\xbb\xff\xcb\x59\x3c\x29\xfa\xe1\x99\xe7\xd6\x86\x14\ \x00\x68\xfd\xe7\x23\xcf\x94\x9e\xf5\xd0\x45\xb5\x42\xe2\xec\x9b\ \xcd\x6c\xc2\xb1\xfb\x77\xff\xb5\xb9\xaf\x6b\x61\x76\xfc\x4d\x03\ \xcc\x0e\x00\xbc\xd0\xfe\xc8\x8d\x27\x3f\x5d\xbb\xd7\xf5\x07\x89\ \x3f\x95\xdd\x70\xef\xf7\x4a\xff\x78\xfe\x29\x33\x6e\xbb\x17\x0d\ \x7f\x1f\x93\x00\x32\xd8\xed\xf0\x5f\x99\xcf\x41\xb0\x33\x3c\x30\ \xfb\x17\x61\x3b\x44\xcb\x08\xeb\xb9\x25\xb9\x78\xc7\xbc\xbb\xae\ \x3f\xef\x9a\x3f\x7c\x2a\x00\x00\xe4\xa2\x57\x1a\xc6\x1c\xfd\x6d\ \x0a\x00\xdc\x5a\xbd\xae\x47\x12\x05\x75\xbf\xf2\x3f\xff\x7b\xcb\ \x95\x73\x6e\x1c\x79\xc4\x89\x01\xb3\x7f\x15\x54\x15\x6b\x73\x6f\ \xbd\xfe\xba\xdb\x9f\xf2\x24\xcc\x6f\x68\xac\xcc\xbc\x71\xff\x2d\ \x57\xcd\xb9\xe5\xd5\xc4\x61\xe7\xcc\x29\x5e\xe4\x1e\xf0\xfd\xdd\ \xdf\xfe\xf5\xa8\xfa\xd8\xed\xbf\xfd\xdd\x8a\x2e\xab\xbf\x09\xa2\ \xf0\x95\xf7\x3f\xf7\xd2\xe3\xf7\x8c\x30\x80\x60\x00\x00\x4c\x68\ \x60\xec\x00\x01\x76\x05\x6c\x0f\x72\x67\x29\x27\x7a\xe2\x99\xa7\ \x5d\xf8\xeb\x8b\xd3\x2f\x3d\x96\xe2\x00\x80\x62\x51\xd5\x4c\xe5\ \x00\x00\xb2\xab\x2e\xbe\xf6\x09\x57\xc3\xb2\x68\xfa\x85\x97\x5e\ \x7c\xc1\x85\x67\x7f\xfe\xec\xef\x4d\x1e\x48\x8f\x7f\x8d\x83\x66\ \x5f\x76\xe5\x75\x37\xef\xe9\xbd\x37\xaf\x93\x5b\x05\x79\xec\xe9\ \x3f\x9a\x73\xd5\xc5\xca\xeb\x8f\x34\x78\xca\x3e\xc7\x9c\x74\xfc\ \x37\x5a\x6f\x78\xbe\x7a\xed\xea\x0d\x27\x9e\x3f\xf3\xaf\xff\x78\ \x7d\x50\x61\x30\xc7\x06\x00\x89\xb0\x0c\x92\xcb\x06\x08\x10\x90\ \xfb\x36\x81\x1a\x7b\x17\xf5\x3d\xfd\x5e\x86\x2d\x7f\xaf\x3b\x36\ \x21\x4c\x00\x00\xf6\x3c\xf3\xd4\xae\xbf\x5c\xf7\x69\x4b\x86\x33\ \x4f\x0a\x09\x52\x4a\x62\x84\x89\x9e\x2c\x1f\xa1\xb2\x1c\x0b\xca\ \x4f\xff\x6b\xb8\xdd\x1d\x7d\x92\xe5\x36\x74\x3b\x3a\x91\xa3\x2b\ \x23\x8f\xbf\xda\x04\x5d\x0d\x8d\xda\x84\x0a\x05\x00\xe4\x53\xf7\ \xbf\xfa\x9d\xdf\x5c\x68\x20\x5a\x11\x4e\xca\x2d\x12\x01\x96\x8e\ \x2b\x59\xff\xc1\x7b\x02\xc0\x63\x5c\x22\xcc\x6d\x93\x4b\x10\xae\ \xed\x06\x8c\x1f\x20\x40\x40\xee\x5f\x19\xca\xf7\x6f\xb9\xce\xbc\ \x77\xf6\x8c\x5f\xac\xfc\xc5\x3d\x73\xfa\xb3\x91\x56\x7e\xfb\x9e\ \xdf\x1e\x7f\xd7\x79\xdf\x3d\xe2\xfb\xd7\xd6\xef\x3d\x5e\x53\xe3\ \x55\xbd\xbf\x3f\xec\xb0\x43\x4f\xbe\xe4\x91\x13\x2e\xfb\x65\x2c\ \xf0\xcb\xfc\x6b\x64\x1e\xba\xea\xf4\x19\x47\x9e\xd8\xb7\xc7\xf7\ \x8f\x2c\xa5\xfb\x9f\xf1\x93\xda\x97\x2f\x9e\x76\xe6\x5f\xae\x7e\ \xf4\xda\x24\x00\xb7\x5b\x57\x84\xf6\x38\xa9\xde\x38\xe3\x20\x32\ \xeb\x5b\x67\x1e\x30\x7d\x7a\xff\xdd\x55\x42\x2a\xc5\x00\x60\x4c\ \xbb\xe6\x07\xb1\xbf\x1f\x71\xc8\x21\xaf\x68\x93\x0d\x12\x9f\xb6\ \x5f\xd1\x1f\x3f\xea\x9c\x7a\xf0\xf8\x9b\xfe\xb1\x3a\xb0\x6c\x80\ \x00\x3b\x25\x50\x36\x93\xde\xc6\xaf\x20\x84\x2e\x59\xf4\xc9\x01\ \x07\x1d\x12\x58\x73\x47\xc7\x67\x4b\x16\xd6\x8f\x1c\xed\x3f\x4f\ \xa7\xfa\xae\xb9\xe6\x9a\xa1\xef\x1e\x7d\xcc\xb1\x93\x27\x4f\x0e\ \xac\xb4\xfd\xa0\x69\xda\x59\x67\xfe\xd0\xf3\xbc\xfa\x91\xa3\x06\ \x63\x99\xa4\x94\xbf\xbe\xf1\x26\xdb\x0e\x4a\xb5\x6f\x47\xac\x68\ \x68\xb8\xe1\x57\xd7\xd7\xd5\x8d\x8c\xc6\xfa\x43\x86\x5d\xd7\xbd\ \xea\xea\x9f\x6f\x91\x2b\x7f\x47\x42\xb0\x89\x29\xc0\x57\x16\x02\ \x68\xd8\xa2\x27\x03\x7c\xb1\x85\x31\xfe\x12\xcb\xa3\xc0\xf2\xdb\ \xb9\x6d\xa3\x9d\xcf\xec\x01\xb9\x07\xf8\xaa\x58\xb4\x70\xe1\xc2\ \x05\x0b\x72\xb9\x2c\x82\x80\x68\xb6\x0b\x30\xc1\xb6\x6d\x93\x4d\ \x53\xf5\x22\x84\x1e\x7d\xe4\xe1\x8e\xf6\xf6\xc0\x3e\xdb\x0f\xb9\ \x7c\x0e\x6f\x3a\xb2\x52\x4a\xff\xf1\x8f\x67\xfb\x7a\x7b\x9d\x1d\ \x76\xce\x14\x90\x7b\x80\xaf\x8a\xce\xce\xce\x9e\x9e\xee\x9e\xee\ \xee\x40\x45\x6e\x57\x28\x8a\xb2\xd9\x91\xe5\xcb\x3f\x6f\x6e\x6a\ \x0a\x2c\xb3\x5d\x41\x08\x19\xba\x5b\x1e\x63\xdc\xb8\x66\x4d\x6b\ \x6b\x4b\x21\x9f\x0f\xc8\x3d\xc0\x4e\x0e\x29\x65\x71\x71\x49\x2c\ \x16\x0f\x4c\xb1\x7d\xf5\x3b\xc6\x9b\x0d\x9f\xba\x6e\x8c\x1c\x35\ \x3a\xb0\xcc\x76\x6e\xdf\xa0\x6a\xea\xd0\xfd\xa5\x52\xca\xaa\xca\ \x2a\xb6\xc3\x56\xb3\x1a\x7e\x72\xb7\x2c\xeb\x9d\xe7\x9f\x23\x82\ \x03\x20\xa4\x99\x20\x77\x72\x95\x87\xb5\x28\x8e\x94\xed\xb8\xe7\ \x1f\x8f\xc7\xf7\xda\x6b\xaf\x6d\xd1\x95\x01\xfe\x03\xc3\x6a\x60\ \xf6\xff\x8c\x9d\x37\x3b\x82\x30\x56\xf0\x8e\x9a\x17\x7d\xf8\xc9\ \x1d\x61\x5c\xfc\xfa\x3c\xa3\x65\x9d\xe4\x8a\xbe\xd7\x1b\xc0\x77\ \xf2\xc9\x81\x31\xe9\xbb\x89\x43\x1e\xda\x41\x0b\x23\x10\x42\x1a\ \x1a\x1a\x82\x5e\x1d\x20\xc0\xce\x87\xed\xc2\xbc\x92\x10\x49\xa8\ \x04\x22\xb1\x02\x72\x27\x27\x77\x81\x88\x90\x62\x07\xcd\xef\x11\ \x78\xcf\x03\x04\x08\xc8\xfd\xdf\xe1\x3b\x29\xb9\x94\x20\xa5\x10\ \xb0\xd3\x97\x6a\xd8\x75\xb2\x36\x79\x9e\xc7\x76\xcd\x52\xd7\xff\ \x41\xe8\xba\xbe\xe5\x88\x6b\x59\x56\x60\x99\xed\x0a\x8c\xb1\xa6\ \x69\x9b\x1d\xb4\x6d\x7b\x87\x4e\xae\xb9\x7d\x94\xbb\x94\x42\x4a\ \x29\x25\xdf\x05\xca\x38\xee\x3a\xa9\x13\x4e\x3c\xf1\xa4\x29\xfb\ \xee\x1b\x10\xc1\xf6\x83\xaa\xaa\xd7\x5d\x7b\x8d\x6d\xdb\x43\xc3\ \xf2\xa4\x94\x77\xdf\x73\x6f\xb0\x89\x69\xbb\x62\xed\xda\xb5\x0f\ \xdc\x7f\x9f\xa6\x69\x83\x6c\xee\xba\xee\x0d\xbf\xbe\xd1\x30\x8c\ \x80\xdc\x37\xe7\x3b\x2e\x01\x24\x04\xca\x7d\x67\x82\xeb\x79\x81\ \x84\xdc\xbe\x42\x41\x88\xe6\xa6\x75\x9e\xc7\x6a\x6a\x6b\x87\xea\ \x77\xcb\xb2\x02\x72\xdf\xae\xc8\x64\xd2\x6b\x1b\xd7\xd4\xd6\xd6\ \x85\xc2\xe1\xa1\xca\x7d\x87\xbe\xa8\xed\xe5\x96\xe9\x57\xee\x62\ \xe7\x2f\x1a\x20\x82\x6c\xda\x01\x86\x0f\x9c\x73\xce\x03\xdf\xd7\ \x7f\x5e\xa3\x01\x63\x8c\xf3\x9d\x4a\x8a\x6e\x27\x72\x07\xdf\xe7\ \xce\x77\x01\x61\x1b\xe4\x55\x0c\x10\x20\xc0\xae\x42\xee\x72\xc0\ \x13\x2d\xc4\xce\x4f\xee\x81\x70\x0f\x10\x20\xc0\x2e\x43\xee\x7e\ \x09\x47\x29\x05\xec\xfc\x2b\xaa\x01\xb7\x07\x08\x10\x60\x57\x21\ \x77\xe0\x0c\x3c\x0f\xb8\x44\x9c\xc1\x0e\xbb\x79\xf7\x2b\x02\x49\ \x8e\x31\xde\x41\x05\x3c\xde\x61\x77\xdf\x05\x08\x10\xe0\x3f\x4d\ \xee\x52\x4a\xfb\xdb\x27\x61\x29\x01\x90\x45\x2f\x80\x9d\x3d\x83\ \x60\x46\xd1\xdb\x3e\xfe\x78\xc7\x3d\xff\xe4\x96\x45\xdc\x03\x04\ \x08\x10\x90\xfb\x96\x30\x74\xfd\xe8\x59\xdf\x09\x2c\x1b\x20\x40\ \x80\x00\xff\xcd\x79\x79\x60\x82\x00\x01\x02\x04\x08\xc8\x3d\x40\ \x80\x00\x01\x02\x04\xe4\x1e\x20\x40\x80\x00\x01\x02\x72\x0f\x10\ \x20\x40\x80\x00\x01\xb9\x07\x08\x10\x20\x40\x80\x2f\xc6\xf0\x47\ \xcb\xd8\x96\xfd\xc4\xbc\xbb\x3c\xc8\x0e\x1e\x91\x52\x14\xab\x93\ \x66\x1d\xff\xbd\x7f\xf7\xab\xba\x3e\xfa\x5b\x7b\xe5\x09\x7b\xd6\ \xe9\xdb\xe3\xca\xff\xf9\xd2\x4b\x91\x4f\x3e\x90\x43\x8a\x11\x4b\ \x4a\xc7\x9e\x79\x6e\x65\xd9\x97\x95\x55\x92\x83\x61\x9d\xe6\x86\ \xe5\xef\xf4\x96\x1e\xbd\x47\xa9\xff\xb2\xf1\xc5\x3f\xa6\xf6\xfd\ \xe1\x3e\xa5\xdb\xe1\x24\x1f\xbf\x3f\x96\x5a\x38\xf4\x88\x19\xaa\ \x3f\xfc\xb4\xab\xb7\xcc\x0a\xbb\xf1\xe4\x40\x7c\x3a\x6f\x5e\xf8\ \xd0\xe3\x26\x18\x41\xf3\x0e\x10\x20\x50\xee\xc3\x07\x84\x50\xaf\ \xb7\xb4\xc5\x7c\x63\xf0\xb1\xde\x7c\x5d\x62\x67\xe0\x7d\xe7\xef\ \x3f\x3b\xe1\xf6\xf9\x0e\x00\xd8\x6d\x8b\x7e\x7c\xfc\xa1\x87\x1c\ \x3f\x67\x71\xca\xf3\xdf\xeb\x7e\xf7\x4f\x07\x4f\x9f\x3e\xf5\xa0\ \x43\xcf\xbc\xfa\x81\x2e\x80\x8e\xf7\x9f\x6a\xe8\x70\xbf\xf0\x57\ \xda\xe7\x5e\xf1\x93\xb9\x9d\xdb\x72\x9e\x0a\xa5\xc9\xf7\xdf\x48\ \x7e\xf4\xce\xe0\x23\xf1\xe9\x87\x88\x52\x00\xfe\xd1\x5f\x6e\x3a\ \x62\xea\xd4\x63\x4e\xbf\xa1\xc9\xcf\xe0\xe4\xf5\x5c\x78\xe2\x19\ \x1f\xba\x08\x00\x80\x77\x5d\x70\xfc\x0f\xdf\x2b\x28\xce\x10\x5e\ \x5d\xf9\xfc\xdc\xcf\xd2\xdb\xe5\xf6\x84\xec\xb6\xd2\xb5\x8f\x95\ \xae\xfd\xf3\xe0\x23\x96\x5a\x34\x38\x8c\x3e\x71\xcb\x9c\x69\xd3\ \xa6\x7f\xe7\xc7\xb7\xac\x77\x00\x41\xe1\xde\xd3\x66\x2f\xce\x01\ \x00\x9f\xff\xda\x6b\x4d\x5e\xd0\xb6\x03\x04\x08\xc8\xfd\x3f\x07\ \xfe\xd2\xdd\x37\x7f\xba\x2e\x05\x08\x01\xc0\xbc\xa7\x1e\x3d\xfd\ \xe1\x37\x5f\xfe\xf5\x21\x3f\xbb\x65\xbe\xff\xb6\x9b\xcd\x8e\x38\ \xeb\x2f\xef\xbf\xf7\xe6\x35\xd3\x5b\xee\xf8\xfd\x3b\x48\xf2\xf7\ \x9f\x7f\xe4\xde\x07\xe7\xb6\x64\x3c\x00\xe8\x59\xf9\xde\x7d\x77\ \xdd\xf3\xec\x87\xeb\x00\x40\x08\xb9\xfe\x9d\x47\x6e\xbb\xfb\x99\ \x1c\xc0\xf2\x37\x9f\xba\xf3\x9e\x87\xe6\xb7\x14\x00\x60\xc3\x82\ \x79\x77\xdd\xfe\xbb\x27\x3e\xde\xb0\x2d\x36\xd9\xed\xe8\x0b\x5e\ \x7d\xff\xfd\xf3\xca\x96\xdc\xf5\x76\x01\x00\x40\x29\x39\xf5\x9b\ \xce\x5f\xfe\xbe\x01\x00\xcc\xf5\x2b\x5b\x27\x7c\xe7\xe0\x52\x62\ \xe8\x0a\x80\x58\xf9\xd6\x53\x77\x3f\xf0\xd0\x82\x2e\x87\x60\x00\ \xc8\xbd\x3a\xf7\xc1\x7b\x1e\x7d\xae\xcb\x01\x00\xd8\xf0\xd9\xeb\ \xf7\xdc\x7d\xcf\xcb\x8b\xdb\x00\xc0\xeb\x59\xf9\xa7\x7b\x7f\x77\ \xcf\x5f\xdf\x1a\x3e\xca\x15\x2f\xfd\xfc\xbb\x4b\x2a\xcf\x78\xe5\ \xcd\xd7\x6f\x3f\xad\x64\xce\x77\x7f\xde\x03\x8a\x9d\xef\x7b\xf2\ \xfe\x3b\x1e\x7e\x65\x83\xa6\x79\xef\xfc\xf9\xc1\x7b\x1f\x79\xa6\ \xcd\x03\x00\x48\xad\x78\xe3\xfe\xbb\xee\x7e\x79\x51\x07\x00\x6c\ \x58\xf4\xcf\x07\xee\xf9\xdd\xe3\xaf\x7c\x26\x82\xb6\x1f\x20\x40\ \x40\xee\xc3\x07\x72\xcc\x05\xbf\xfa\xee\x84\xa4\x2b\x24\x00\x54\ \x95\x15\x3d\xfb\xcf\x05\x4b\x57\xb7\x1e\x7c\xdc\xb8\x01\xd9\x0f\ \x52\x30\x00\xaf\x6d\xd5\x7a\x2d\x12\x02\x84\xc6\x1e\xf0\xad\x63\ \xf7\x30\x6f\xfe\xfd\x8b\x60\xb5\x5c\xfd\x9b\xe7\xa6\x9f\x34\xab\ \xe1\x81\x2b\x1f\x6c\x04\x22\xd8\x88\x83\x7e\x78\xe9\x05\xb3\x9c\ \xe5\xff\xb8\xf9\x35\xf3\x7b\xc7\x4f\xbe\x75\xce\x65\x2b\x32\xeb\ \x2f\xbe\x75\xc1\xcc\x9f\xcc\x39\x60\x6c\xd1\xb6\xcc\x3d\x62\xc5\ \xe8\xc6\xa3\x26\xdf\xd8\x31\xf5\x97\x87\xf7\x27\x77\xde\xef\xec\ \x59\xa9\x79\x7f\x2c\x00\x34\x36\xcc\x3f\xe6\xa4\x7d\x0b\x6b\x16\ \x3f\xb3\xbc\xcf\xf9\xfc\xf9\x4b\xfe\xd6\x7d\xfc\xac\xc3\x41\x48\ \xaa\xc2\x7b\xd7\x9d\xf2\x0e\x39\xf0\xc8\xe4\x07\xff\xef\xbe\x57\ \xc1\x5a\xfa\xcb\x3b\x5e\x3b\x6e\xf6\xf1\xef\xfe\xee\x17\xef\x64\ \xe5\x5f\xee\xbc\x4f\x3d\xfa\xec\x93\x0f\xdf\x73\xd8\xbc\x60\xe6\ \xe2\x87\x3e\xaa\x9a\xf3\xc3\xfd\x0d\xaa\xd4\x1d\x74\xf6\x4f\xab\ \x3e\xfa\x70\x65\x8a\x28\xd1\xef\x9c\x7b\xf1\x8f\x8e\xa8\xf2\x1c\ \x39\x66\xea\x09\x87\x86\x3f\x38\xef\xaa\x97\x21\xff\xfa\x8f\x2f\ \x7f\xfa\xa8\xef\x1d\xf9\xfe\xad\x17\xad\x31\x61\xfe\x33\x7f\xde\ \xfd\x88\xef\x1e\x31\xb9\x36\x28\xaf\x17\x20\x40\x40\xee\xff\x36\ \xa4\xdc\xfc\xf1\x85\x28\x2a\xaf\x8d\x64\x96\xbc\xf6\xe9\x86\x70\ \xde\xec\xa7\x55\x42\x53\xef\xfd\xfe\xd6\xdb\xef\x69\xac\xfe\xd1\ \xcf\x4e\xde\x47\x02\x2e\x2f\xab\xa8\x9f\x72\x62\x24\xd7\x97\xeb\ \x78\xb7\xfe\x88\x13\x76\xaf\xac\xba\xe4\x8c\x3d\x5e\x78\xe4\x53\ \x41\xb0\x9f\x17\x65\xfd\xe2\x57\x4e\x3d\xed\xb8\x8a\x9a\x6f\x5e\ \xb4\x67\xf7\xe3\x8b\xd4\x63\x27\xe4\xee\xbb\xed\x0f\x79\x44\xbe\ \xda\x79\x4a\xb1\xe9\x63\xe0\x9d\xd8\xb5\x2f\x2f\xfc\xcb\xb7\x5b\ \xce\xb9\xf1\xc3\xfe\x43\x65\xb3\x0f\x2b\x5e\xba\x21\xef\x7e\xf2\ \xe6\xd2\x23\xc6\x96\x79\x02\x00\xd1\x95\x2b\x1b\xbe\x77\xe9\x0f\ \x6a\xcb\x46\xef\x5b\x65\x48\xab\xed\xb1\xf7\xb9\xd3\xfc\xe6\xf3\ \x6b\x94\xe6\xf6\x55\xb9\x4f\x1e\xae\x3b\xf4\xe4\xba\xf2\x9a\x33\ \x66\xd4\x3f\xfc\x6a\xd7\x81\x07\xed\xf6\xc1\x03\xbf\x79\xb7\x39\ \xfb\xef\x52\xaa\x04\x90\x12\xc4\x90\x47\xff\xf9\x30\xc7\xc1\x91\ \x41\xa7\x7a\x2c\x4a\x3c\x87\x03\x20\x82\x01\x10\x08\x50\xab\xc7\ \x94\x4d\x98\x75\x42\xa2\xe9\xfd\x55\x2f\xbe\xd2\x1d\x49\x3c\x33\ \xf7\xe5\xbc\x62\x37\x75\xe7\x09\xd1\x4a\x8b\x8a\x8b\x4a\xe2\x01\ \xb9\x07\x08\xb0\x73\x63\x7b\x66\x85\x1c\xfa\x72\xf3\xe4\x89\x08\ \x00\xde\x7c\x7d\xc9\x4f\xae\xbd\xb5\xcc\x5d\xf0\xed\xb3\x9e\xfe\ \xf1\x31\x97\x44\x00\x24\x67\x45\x07\x9d\xf3\xb3\x33\xeb\x37\xfe\ \xaf\x10\x42\x08\x04\x40\x8c\x64\x3e\x97\x07\x80\xbe\xae\x7c\xb8\ \x24\x46\x29\x66\x05\x0f\x00\xb4\x70\x34\x9d\x37\x01\xa2\x1b\xb2\ \x32\x5a\x52\x7e\xc6\x75\xbf\xcd\xaf\xf9\xe7\xcc\x73\xee\x79\xfe\ \xa9\x8b\x43\xff\xd2\xb5\xb1\xe9\x69\xc9\x21\x27\x8c\x10\x1a\xbd\ \x7b\x9d\xf3\x56\x1b\xef\xb7\x11\x9a\x76\xfc\xd4\x57\x5f\xba\x7d\ \x99\xb9\xff\xa9\x09\x92\x02\x00\x29\x8d\x50\xa8\xad\x2b\x0f\xe3\ \x22\x4c\x48\x44\xb4\x88\x96\x38\xf9\xa2\x9f\x4e\x56\x01\x00\xec\ \x25\x37\x39\xf9\x3e\x00\xd9\x9b\xb5\x93\xdf\x08\x8d\x3b\xe4\xdc\ \xdf\xcd\xc8\x5e\x7d\xfa\xf9\xb1\x07\x1e\x3b\x2c\xf2\xef\xb1\xbb\ \x90\x9b\xa4\xe7\xe9\x3f\xc9\xd8\xee\xd3\xc2\xd7\xbc\xb7\x86\xcd\ \x1c\x4d\x10\x5b\xf5\xc7\x05\xa1\x0b\x6f\x2c\x6e\xc7\xdc\x1b\x28\ \x6c\x28\x04\x00\x50\x0a\x52\x8b\x68\x95\x93\x4f\xbe\xf4\xa2\xdd\ \x00\x7e\x0a\x00\xcf\x82\x94\xc3\x9a\x81\x7e\x18\x4b\x6c\x0f\xbd\ \xd0\xc1\xf6\xc3\x18\x23\x84\x6c\xd1\xa8\xe4\xd0\x86\xf4\x65\xf2\ \x41\x02\x60\x8c\x11\x42\x9c\x73\x8c\x31\xc6\x58\x70\xbe\x69\x71\ \x15\xb9\x59\x9b\xfc\x3f\xcf\x0e\xb6\x68\xc3\xfd\xa7\xec\x67\x8e\ \x93\x83\x67\x82\xd0\xe0\xa9\x22\x84\xd0\x80\x8c\x40\x00\x08\xe3\ \xa1\x46\xdb\xea\xc4\x6d\x9c\xf3\x2d\xcb\xe0\xf8\x5f\x3b\xf4\xa7\ \x37\x7b\xee\x37\xec\xe1\xed\xec\x68\xf0\x7a\xa5\x04\x84\x06\xef\ \xa2\x04\x89\x00\x0d\x7d\xf2\x2f\xf4\x20\x0c\x7c\x6a\x48\x3b\x40\ \x03\x76\x1f\x7a\x2d\x5f\x55\x60\x0e\xbd\xd2\x81\x7f\xf6\xbf\x47\ \x51\x94\x6d\x21\x37\xff\x4b\x10\x42\xfe\x13\xce\x39\x48\xc0\x04\ \x23\x84\x84\x10\x84\x10\x21\x04\xc6\x58\x4a\xe9\xd7\x1c\x46\x08\ \xf9\xcd\x8f\xf7\x67\x51\x44\x18\xa3\xa1\xf7\xe5\xcb\x6e\x8a\x10\ \x02\x23\xfc\x65\xc6\x1b\x34\x88\xff\x73\x5b\x7e\x09\xdd\x4e\x83\ \xc6\xe6\x3d\x68\xc8\x4b\x6e\xe5\x6d\x26\x01\x60\xdf\x7d\xeb\x6e\ \xbc\xf6\xba\x10\x4f\x4f\xf9\xfe\xc5\x3e\xe3\x09\xcf\xc9\x3b\x1b\ \xbd\xc1\xdc\xce\xbb\x5c\x82\x94\xa6\x99\x0f\x55\x1c\x3c\xaa\xfd\ \xda\x8b\x2e\x7f\x3d\x6f\x46\xae\xbb\x75\x5c\x59\xdf\x61\xce\x9c\ \xcb\x7f\xda\xb0\xff\x85\x57\xfe\xf8\xb3\x1b\x7e\xf3\xe9\xe3\xa4\ \x50\xfe\xbd\x5b\xc7\xf5\xdc\xfa\xab\xdf\xa5\xec\x7c\xfd\x5e\x33\ \xb4\xaf\xc6\x26\x43\x89\xae\xff\x9c\x85\xfd\xd4\x7d\xff\xfb\xd1\ \xfa\x5c\xb6\xcb\xfe\xd1\x35\xe7\x0d\x1a\x68\xf4\x5e\x87\x5f\x7c\ \xf4\x29\xc7\x3e\xf0\x89\x06\x20\xb8\x6b\xba\xee\xd8\x19\xc7\xd9\ \x57\xfc\xea\xd2\xe7\xe3\x9d\x8d\x72\x76\xa8\xe4\xca\xab\xa7\x5d\ \x77\xc1\x85\xc5\x45\xc6\x7e\x27\x5c\x38\x73\xdf\xf3\xcb\x9e\xbc\ \xe6\x67\x57\xcd\x2b\xc8\xea\x1b\xce\x89\xbe\x39\xf7\xf6\xd7\x1a\ \x52\x9d\x91\xd1\xd5\xea\xbf\xaf\xdc\xb7\x34\x26\x00\x40\xec\x67\ \x77\xff\xe2\xfa\xdf\x9c\xf7\xa6\x1e\xb3\x53\x85\x29\xbf\xb8\x77\ \xa2\xaa\x89\xc3\xab\x6f\xbb\xfc\x27\xdf\x98\xfa\x23\xd5\x75\x3c\ \x09\x00\xac\x90\x33\xcb\xbe\x75\xe5\xd4\x37\xae\xbe\xe4\xca\x92\ \x58\xc9\xd8\xcb\x2e\x3f\xdb\xb3\x0a\x7c\xf8\x12\x58\x72\xce\x77\ \x9f\xb8\xc7\x90\x21\x9c\x23\xb4\xe9\xcd\x96\x14\xa4\x4f\x67\x00\ \x68\x68\x8f\x93\xfd\x35\x5d\x80\x62\xc0\x00\xc0\xb8\xec\x4d\xa7\ \xe2\xf1\x04\x63\x42\xd7\x69\x3a\x5b\xc8\x64\xb2\xef\xbc\xfc\xea\ \xcb\x4f\x3e\x75\xee\xf9\xe7\x2e\x5b\xb9\x62\xf1\xd2\x45\x1d\x2d\ \x2d\x61\x55\x53\x11\xca\x9b\x79\x5b\x78\x44\x27\x18\x54\xe0\xc2\ \x63\x8c\x73\x2e\x85\x18\xec\x6c\xfd\xdc\x87\x60\xf6\x09\xdf\x29\ \x2a\xaf\xb8\xf3\x8e\x3b\x4f\x3f\xed\xf4\x63\x8f\xfb\xf6\x5d\xf7\ \xde\xf5\xea\x6b\xaf\xba\xcc\xc6\x0a\x78\xc2\xf3\xdc\x8d\x35\x8f\ \x30\xc6\x08\x61\x8c\x91\x94\x20\xfd\x21\x10\x81\x14\xd2\xef\x44\ \x03\x1d\x69\x23\x3f\x12\x42\xc0\xf3\xa2\x5a\x48\xc1\xfa\xac\xe3\ \x67\xf7\x76\xf7\x34\x35\xad\x29\xb8\x19\x09\xa2\xaa\xb6\xae\xb9\ \xa5\x9d\x31\x85\x4b\x72\xe0\xd4\xfd\xd3\x7d\x9d\x0b\x3f\x7d\xbf\ \xa5\xb9\xa5\xbe\xbe\x72\xea\xd4\x83\xd2\xe9\x82\x6d\x79\x8e\x2b\ \x6b\x47\x8d\xba\xe8\xb2\x4b\x84\xd8\x9a\xe5\x8f\xdf\xdd\xf9\xbb\ \x17\x5f\x9c\x27\x85\xc0\x18\x13\x42\x10\x26\x42\xf0\xe9\xd3\xa6\ \xf5\xf6\xf6\x7e\xb6\x6c\x19\x21\x48\x35\xf0\xd8\x71\x63\x9b\xd6\ \x35\x17\x4c\x93\x73\x51\x57\x53\xef\xba\xac\xb1\x71\xad\x69\x3a\ \xd1\x68\x04\x84\xa7\x2a\x80\x11\xe5\x9c\x73\x2e\x00\x10\x21\x64\ \xe8\x3c\x9e\x33\x8e\x09\xf6\x07\x45\x42\x88\xe0\x42\xc2\xc6\xc1\ \x55\x4a\x70\xb9\x30\x08\xc6\x20\x47\x8f\xae\x1f\x35\x72\x64\xd3\ \xba\x75\x4d\xeb\xd7\x47\x63\x71\x87\x4b\xd7\x65\x40\x10\xe7\x2e\ \xa1\x54\x4a\x21\x84\x24\x84\xf8\x04\x27\xfd\xd7\x52\x86\xa8\xea\ \x7f\x9b\xff\x92\x31\x86\x10\xc2\x08\xf9\x1f\xa0\x9c\x31\xd7\x2e\ \x2a\x29\x89\x45\xa3\xed\x5d\xdd\x65\x65\xe5\x18\xe1\xa6\x96\x66\ \x8c\xa8\x94\xe0\x7a\x2e\xd1\x0d\x2e\xb8\xff\xbf\x00\xe0\xb9\x2e\ \x55\x14\x45\x51\x34\x4d\xf3\x3c\x4f\x4a\xce\x98\x8b\x10\x48\xe9\ \x8b\x03\xec\x38\xae\xeb\xba\xe1\x70\x38\x12\x89\xe4\xf3\xb9\x05\ \x8b\x3f\xcb\xe7\xf3\x5b\xd7\xe6\x1b\x56\xac\x2e\x2f\x2f\x17\x42\ \x96\x95\x95\x8e\xa8\xac\x5a\xbe\x7c\xf9\x1d\xb7\xdd\xde\xda\xd2\ \x32\x67\xce\x9c\x63\x8e\x3e\xfa\xe5\x57\x5e\xb3\x5c\x6f\xfa\xf4\ \x03\xe3\xb1\xf8\xc7\x9f\x7c\x70\xd9\x65\x97\x72\x2e\x4e\x3a\xf1\ \xbb\x47\x1e\x79\xcc\xe4\xc9\xfb\x3c\xfe\xf8\xe3\xf3\x17\x7c\x74\ \xda\x0f\x4e\xd5\x14\x55\x30\x66\xe6\xf2\xd3\x0f\x3d\x74\xed\x9a\ \x35\x75\xa3\x47\x12\x4a\x89\xaa\x80\x94\x80\x00\x03\x62\xb6\x83\ \x24\xbc\xf0\xc2\x0b\x47\x1d\x75\x94\x1e\x8d\x08\x2e\x04\x12\x84\ \x50\xce\x18\xa5\x34\x9b\xcb\xa9\x8a\xd2\xd5\xd1\x99\x4a\xa5\x56\ \x34\x34\x34\x2c\x5f\x7e\xc6\x19\x67\x18\xba\x91\x48\x26\xb0\xaa\ \x78\x9e\xa7\x28\x8a\xa2\x28\xdb\x49\xb9\x6f\xc2\x47\x9b\x29\xc5\ \x7d\x6e\x7b\x6d\x1f\x00\x00\xd8\x7b\xe6\x25\x7b\xcf\xdc\xe4\xad\ \x9a\x99\x3f\x7b\x6e\xc8\xcb\xbd\xaf\xf9\xe7\xde\x00\x00\x70\xf7\ \x6f\x2f\x04\x80\x73\xae\xbf\x6d\xe3\x7b\x55\xc7\x3c\xf6\xdc\x31\ \xfe\xd3\x9b\xef\xbc\x6b\xf0\xf0\xcf\xae\xff\xf5\x57\xe7\x4d\xb1\ \xe9\x94\x42\xf8\x9a\x01\xeb\xb3\xcf\xbf\x6e\xf6\x96\xcb\x05\x45\ \x13\xe6\xcd\x5f\xdc\xff\xe3\x07\x9c\xfc\x47\x00\x00\xb8\xe1\x9e\ \xfb\x37\x7e\xa2\xf2\xbc\x07\xa6\x6f\x7c\x75\xc1\x8d\xf7\x0c\x3e\ \x2f\x3b\xe5\x92\x43\xb7\xd6\x98\x42\x7c\x91\x72\x07\x50\x6a\x0e\ \xb9\xf9\xee\x43\x86\x7e\x72\xd2\x39\xf7\x3e\x7a\x0e\x00\x00\x9c\ \x31\x05\x00\x00\xa6\xfe\xed\x95\xa9\x00\x70\xfe\xad\x7f\x18\xfc\ \xcc\xec\x5b\x1e\x1f\xde\x7b\xcd\x18\x13\xfd\xd3\x04\x8a\x31\xe6\ \x5c\x20\x84\x10\x96\x20\x31\x42\x48\xc2\x40\xca\x67\x24\x7c\xa1\ \x83\x10\x16\x82\x31\xe6\x79\xcc\x65\x8c\xf5\xf4\x66\x6c\xcb\x2d\ \x2b\x2b\xcb\x64\x32\x91\x48\x44\x0a\x4e\x08\xb2\x2c\xc7\x73\xec\ \x4f\xe7\x7f\xfc\xca\xab\x2f\x5d\x72\xd9\xc5\xad\xed\x1b\x16\x2f\ \x59\xd8\xdc\xdc\x54\x92\x48\x12\x8c\x10\xe3\xaa\xa6\x15\xf2\x76\ \x2c\x94\xe4\x4c\x08\xc6\x11\xc6\x9c\x73\x21\x84\x10\xc2\xf3\x3c\ \xc6\x39\xe7\x9c\x10\x82\x31\xf6\x38\x27\x84\x28\x8a\x62\x5a\x16\ \x26\x54\xd3\x34\x40\x48\x08\x49\x10\x31\x54\x5d\x57\xd1\xa0\x90\ \x1f\xaa\x7d\x06\x67\x09\x83\xcc\xeb\xbf\x1c\xaa\xb8\x31\xc6\x86\ \xaa\xa8\x88\x84\xb4\x58\x38\x1a\x15\x52\x76\xf5\x76\x46\x88\x81\ \x08\xaa\xac\xac\x5a\xb1\xb2\xc9\xf5\x3c\x89\x51\x24\x1a\x6a\x6f\ \xb3\xca\xcb\x6b\x6a\xaa\xeb\x30\xc6\x1e\xa3\x0b\x16\x2d\x73\xb9\ \xc4\x84\x4e\xde\xff\x80\xad\x36\xbb\xa1\xe9\xf1\x48\xd4\xf3\x3c\ \xc1\xb9\x04\x09\x20\x15\x45\x69\x6a\x5c\x9b\x4a\xa7\x09\x42\x92\ \x71\xab\xe0\x2e\x5d\xf4\xd9\xa4\x49\x7b\x76\x76\x74\xf6\xf4\xf6\ \xb4\x6f\x68\xdf\x6f\xbf\xfd\xca\xcb\x4a\x17\x2e\x58\xcc\x18\xc3\ \x04\x73\xce\x24\xe2\x8a\xa2\x84\x42\x2a\xc6\xc4\xb6\x6d\x8c\x29\ \x21\xc4\x27\x62\xff\x6e\xba\xae\xeb\x5f\xb2\x61\x18\x94\x52\x9f\ \x4c\xfb\xe7\x07\x98\x12\xc1\x0b\xb9\xac\xe3\xba\x91\x48\xa4\xa4\ \xb4\xb4\xa5\xad\xad\x60\x9a\x88\xaa\x08\x21\x66\x3b\x9c\xbb\x40\ \xb8\x4f\xd6\x88\x52\x8c\x30\x50\x42\x30\x26\x12\x84\x84\x42\xa1\ \xe0\xcf\x5a\xfc\x0f\x68\x9a\x66\xdb\xb6\x7f\xd7\xa4\x14\x80\x51\ \xc1\xb4\x47\x25\x12\x7d\x7d\xe9\x11\x23\x46\x24\x92\xc9\xd5\x2b\ \xd7\x10\x4a\x15\x45\x43\x08\x6b\x52\xe7\x08\x63\x82\xfd\x3b\x4b\ \x29\x1d\x1c\x75\x74\x5d\x77\x5d\x97\x52\x42\x29\x51\x14\x55\x51\ \xa8\x2f\xa5\x73\xb9\x1c\x42\x88\x31\x1e\x0e\x87\xfa\xfa\xfa\xb6\ \x6e\x40\xf5\x91\x48\x24\x28\xa5\x95\x95\x95\x00\xd0\xd8\xd8\xd8\ \xd0\xd0\xa0\x28\x4a\x22\x91\x58\xb5\x6a\x95\xa6\xaa\xb6\x6d\x73\ \x21\xe7\xcf\xff\xe4\x94\xef\x7f\x6f\xed\xda\xc6\x8a\x8a\xca\xee\ \xee\xee\x49\x93\x26\xc5\xe3\xf1\x70\x58\x77\x3d\x37\x1e\x8f\x2f\ \xfd\x6c\xa9\x99\x2b\x1c\x7f\xdc\x71\x9f\x2f\x5d\xb6\xe7\x5e\x29\ \xc6\x98\xe3\x38\x61\x85\x22\x00\x2e\x05\xf4\x37\x34\x44\x08\x19\ \x31\x62\x84\xeb\xba\x3a\x80\x6d\x5b\xaa\xae\x71\xc1\x7d\xf9\x5f\ \xc8\xe7\x49\x2c\x56\x5c\x5c\x5c\x5c\x5c\x9c\xea\xeb\x5b\xbc\x68\ \x51\xdd\xc8\x91\x76\xbe\xa0\x68\x9a\xed\x3a\x7e\x4b\x96\x52\x6e\ \x37\xb7\x8c\x90\xff\xe7\x94\xf6\x6b\x01\xb1\xa9\x28\xfe\x1a\x9e\ \xa5\x04\xb4\x99\x72\xff\xfa\xe5\x8d\x97\x84\x60\x8c\x89\x94\xd2\ \x75\x99\xa2\x50\x84\x70\xbf\xcb\x4b\x4a\x90\x40\xfb\x67\xc0\x98\ \x31\xee\x79\x5e\x3e\x9f\xa7\x14\x13\x42\x08\xc1\x8a\xa2\x8e\x1e\ \x39\x4a\x48\xf0\x3c\xcf\x34\xcd\x58\x2c\xc6\x19\xd3\x75\xc3\xb1\ \x9c\xc5\x0b\x17\x3d\xf3\xf4\xdf\xcf\x3a\xfb\x47\xcd\x6d\xeb\x5f\ \x79\xe5\x95\x0d\xad\x2d\xe5\x25\xa5\x9e\xe7\x09\xcf\xc5\x12\xa9\ \x86\x9e\x50\xb0\xe4\x9c\x31\x2e\xb8\xe0\x9c\x71\xce\x85\x94\x82\ \x0b\xc6\x99\xc7\x3c\xc6\x39\x95\x82\x10\x6a\x5a\x96\xaa\xaa\x08\ \xa1\x6c\x36\xab\x28\x94\x52\x2a\x85\x00\x04\x18\x21\x04\x08\x06\ \xd4\x22\x1a\xc0\x17\xce\xfd\x07\x99\xdd\x77\x10\x0d\xce\xb2\x99\ \xe0\xae\xeb\x94\x97\xd5\xd8\xcc\x0b\x47\xa2\x9a\xa1\x97\x94\xc4\ \x73\xf9\xac\xa1\x85\x8b\x93\xa5\x96\xcb\x4d\x37\x5f\x5a\x1c\x5f\ \x98\xcd\xa7\xfa\x72\xf9\x7c\xbe\x28\x59\x3c\x71\x52\x35\xd0\x90\ \xa6\x11\x49\xb0\x11\x8b\x6e\xb5\xd1\x5d\xc7\xb1\xf2\x05\x09\x12\ \xf5\x4f\xed\xc1\x73\xbd\xee\xce\xae\x42\xa1\xa0\xeb\x3a\xd5\x35\ \x26\x3c\x42\xf0\xba\xc6\xa6\xb1\x63\xc7\x94\x14\x15\x37\x37\x35\ \xaf\x5d\xb3\x66\xcc\x98\xd1\xfb\xef\xfb\xcd\xc6\xd5\x6b\x6d\xd7\ \x54\x35\x85\x62\xc5\xf5\x5c\x21\x24\xc6\x44\x55\x55\x21\x60\x50\ \x59\x33\xc6\x7c\xde\xd4\x75\x5d\x51\x94\xc1\xb1\xd3\x37\x05\xc6\ \x18\x23\xa4\x2a\x8a\x5e\x54\xa4\xeb\x4a\x34\x1a\x6d\x6a\x6a\x2a\ \x2a\x2e\x56\x55\x1d\xa8\x82\x10\xd1\x31\x96\xcc\x23\x84\x48\x29\ \x85\x90\x8a\x42\x7d\x2a\x17\x42\x70\xce\x3d\xce\xf5\x48\x48\x0e\ \x38\x25\x84\x10\x08\x21\xd7\x75\xa5\x94\x3e\x79\xb5\xac\x6b\xdc\ \x6d\xf7\x09\xb6\xed\x24\x8a\x92\x95\x95\x23\x0a\x66\xa1\x6e\x54\ \x3d\x00\xe2\x42\x70\x2e\x39\x48\x4d\xd3\x99\xe8\x3f\x25\x00\x70\ \x1c\xc7\xf3\x3c\x5f\x67\x30\xc6\x1c\xc7\xf6\x9b\x84\xeb\xba\x96\ \x65\x21\x84\x92\xc9\xa4\xeb\xba\x00\xd0\xd9\xc9\x4c\xd3\x44\xdb\ \x50\xc6\x60\xd4\xa8\x51\x75\x75\xb5\xae\xeb\x71\xce\x0d\x4d\x0b\ \x85\x42\x8b\x17\x2d\xda\xd0\xd6\xd0\x02\x91\xe2\x00\x00\x20\x00\ \x49\x44\x41\x54\x56\x53\x53\x53\x54\x54\x34\xf9\x9b\x53\x9e\xf9\ \xc7\x73\xab\xd6\xac\x68\x6d\x6d\x39\xf8\x90\x83\x1e\x78\xe0\x01\ \x84\x50\x3c\x1e\x5f\xbf\x7e\x7d\x51\xb2\x78\xd2\xa4\x49\x13\x76\ \x1f\xf7\xfc\x73\xcf\x8d\x19\x3d\xba\xb5\xb5\x95\x2a\xb4\xa7\xa7\ \x27\x1a\x8b\x85\x42\x21\x84\x30\xe3\xac\xdf\x7f\x48\x28\xc6\x18\ \x30\xae\xa9\xa9\x69\x6c\x6c\xdc\x3d\x64\xb8\xae\x1b\x8a\x84\xb9\ \x10\x08\x21\xdb\xb6\x13\x89\x04\xc2\x98\x39\xae\x65\x59\xb5\x75\ \x75\x08\x21\xdb\x2c\x48\x84\xb2\xe9\x74\x38\x1e\xf3\x4d\xcd\x18\ \xa3\xff\x89\xde\xff\xb5\xad\x63\x21\x37\xf1\x21\x7c\x1d\x6b\x79\ \xfb\xcb\xbc\x9b\x28\xf7\xaf\xd1\x49\x12\x4c\xd6\xb7\x34\xab\x8a\ \xae\xeb\xba\xaf\xf5\x7a\x7a\x4c\xc6\x98\x94\x52\xf0\x01\x27\x0c\ \x12\xb6\x6d\x0b\xc1\x75\x5d\xd7\x34\xb5\xb4\xb4\x14\x63\xf0\x65\ \x35\x00\xb8\xcc\x43\x40\xf2\xf9\x42\x32\x91\xd4\x75\xd5\xb6\x5d\ \xc1\xbd\x95\x2b\x1a\x9e\x7a\xe2\xf1\x39\xe7\x9c\x9d\xea\xe9\x79\ \xfe\x85\x7f\x58\xa6\x5d\x94\x88\x73\xcf\xe3\x9e\xc7\xb9\x87\x29\ \x21\x44\x99\xb4\xdb\xa4\xf9\xf3\xe7\x0b\x09\x62\xc0\x0f\xe3\x73\ \x04\x55\x14\x21\x65\x7f\xef\x45\x60\xda\x96\xaa\xaa\x98\x90\x4c\ \x26\x03\x00\x9a\xa6\x21\x40\x14\x61\x0c\x08\x4b\x29\x11\xe2\x43\ \x1c\xa9\x5f\xb6\xa2\x30\xe8\x19\xf7\x35\x91\x4f\xee\x84\x10\x55\ \x57\x80\x0b\x8e\xd1\xb2\xe5\x9f\x8f\xac\x1d\xd5\xd5\xd5\x0d\x88\ \xe7\xf3\xb9\xba\x51\xe3\x93\xc9\x64\x42\x2a\xc4\xe0\xb1\x78\x24\ \x99\x4c\xd6\x54\xd5\x5b\xb6\xdb\x9b\xca\xf5\xa6\x2c\xaa\x46\xfb\ \xf2\xe9\x82\x99\x2b\x1b\x51\xb5\xd5\x4d\xce\xd0\x8d\x64\x22\x41\ \x06\x80\x10\xf2\xd9\x2d\x1a\x89\x60\x8c\x29\xa5\x5d\x5d\xbd\x89\ \xa2\x92\x9e\x9e\xae\xe6\xb5\xeb\x31\xc6\xf5\x75\xf5\xf9\x7c\xee\ \xf3\xcf\x3e\xab\xad\xad\x1d\x37\x7e\xf4\xea\x35\xab\x4d\xcb\xc4\ \x3a\xd1\x75\x5d\xd7\x0d\x5d\x37\x84\x10\x94\xaa\x94\x52\x45\x51\ \x7c\x52\x26\x84\x70\xce\x29\xed\x97\xf3\x3e\xe3\x7b\x9e\xc7\x39\ \x97\x12\x6c\x97\x71\xc7\xe2\x9e\x63\x9a\xe6\xea\xd5\xab\x43\xa1\ \x50\x51\x32\x89\xa9\x22\x31\x55\xa8\x66\x60\x0c\xcc\xc3\x84\x80\ \x94\x42\x08\x40\x88\x31\xe6\x3f\xf7\xc0\x43\x18\x7b\x9e\x27\x61\ \x93\xb1\xc4\xf7\xa7\xb9\xae\x2b\x38\x4f\x26\x93\x00\x48\x08\x19\ \x4b\x24\x96\x2f\x5f\xce\x39\xb7\x1c\x5b\x02\x76\x5d\x17\x00\xb9\ \x9c\x1b\xe1\x90\x7f\xc7\xfd\x39\x56\x28\x14\xf2\x3c\x0f\x21\x64\ \x18\x86\x6d\xdb\x8e\x63\x3b\x8e\xcd\xb9\x30\x0c\xbd\xb8\xb8\x38\ \x91\x48\x74\x75\x75\xd9\xb6\xad\xeb\x7a\x2c\x16\x2f\x2e\x2e\x96\ \xdb\xa0\xdc\xc3\xe1\x70\x2a\x95\x2e\x2a\x4a\x98\x26\x2f\x2d\x2d\ \x55\x14\x75\xe2\xee\xbb\x7f\x3a\xff\x93\x3f\xfc\xe1\x0f\xbf\x7f\ \xe8\xa1\x11\x23\x46\xcc\x99\x33\x47\xd5\xe8\x55\x57\x5d\xf1\xc4\ \x13\x4f\x94\x94\x94\x34\x36\x36\xb6\xb7\xb7\x1f\x7e\xf8\x91\xe5\ \xe5\xe5\xb9\x42\x7e\xcc\xb8\x51\xdd\x5d\x5d\x08\xa0\xbd\xbd\xbd\ \xb1\xb1\x71\xe2\xc4\x89\xb5\x75\xb5\x8a\xaa\xe6\xb2\x59\x35\xa4\ \x2b\x8a\xe2\x9b\x02\x23\xc4\x19\x2b\x29\x29\xe9\xee\xee\x56\x75\ \x9d\xa8\xaa\x90\x92\x09\xae\x60\xe2\x4f\xa4\xb8\x10\x48\xc8\x7c\ \x3e\x2f\xa5\x8c\xc5\x62\xe9\x74\x06\x24\x20\x82\xa8\xad\x52\x45\ \xd9\x9e\xca\x5d\xc0\x50\xe5\xfe\x55\x5a\xb0\xfc\xb2\xf5\xac\x4d\ \xde\x90\xc3\x5b\xfa\x43\xc8\xcd\x45\x31\xfa\x77\xce\x72\xb3\x35\ \x9b\xed\xa3\xdc\x37\xf7\xb9\xcb\xad\xfb\x96\xed\x73\x9e\x5c\xf0\ \x51\x23\x47\xbb\xae\xe7\x79\xfd\x11\xfc\xc5\x45\x25\x18\x11\x84\ \x00\xf5\x3b\x39\x24\xea\x5f\x41\x94\x00\x88\x73\x3e\xa8\x91\xfd\ \x09\x9e\x4a\x95\x6c\x2e\xcf\x19\x8b\xc7\xa2\xb9\x6c\x3e\x1c\xd2\ \x57\xac\x58\x39\xef\xf9\x7f\x5c\x78\xfe\x9c\xd7\x5f\x7f\xfd\xd3\ \xf9\x1f\x2b\x04\x51\x90\x6e\x3e\x0f\x80\x10\x06\x2e\xb8\xeb\x71\ \x89\x61\xdc\xf8\x71\xef\xbe\xf5\x96\xa2\x19\xc2\x5f\x73\x17\xc2\ \x67\x07\x5f\xbb\xf9\x90\x52\x3a\x8e\x43\x29\x05\x80\x7c\x3e\xef\ \xba\xae\xae\x6a\x82\x31\xdb\xb2\xa4\xa0\x9a\xa6\x20\x8c\x37\x73\ \xbc\x6c\x06\x3c\xb0\xfe\x39\x94\xe5\xf1\x00\xfc\xdf\xd5\x74\xdd\ \x32\x5d\x45\x55\x1b\xd7\x35\x2f\x6b\xf8\x2c\x1c\x0e\x4f\x3b\xe4\ \x88\xa6\x75\x6d\xb1\x44\x51\x58\x22\xc7\xb6\xa2\xf1\x08\xe6\x74\ \x6d\xd3\xba\xaa\xaa\x1a\xdb\x95\xad\xed\x9d\x5a\x58\x8f\x24\x92\ \x05\xcb\x42\x5b\x3b\x5f\x8c\xc7\x62\x95\xe5\x15\x83\x27\xe6\x77\ \xe6\x7c\x3e\x1f\x0a\x85\x4c\xd3\x0c\x47\xa2\xb1\x68\x91\xe7\x79\ \xe1\xea\xb0\xe7\x39\x52\x0a\xcf\xf6\x8a\x13\x45\x45\x89\x78\x77\ \x47\x87\xa2\x28\x95\x15\x15\x1d\x5d\x9d\xd9\x4c\x3e\x14\x32\xa4\ \x84\x5c\x2e\x4f\x29\x15\xa2\xdf\x03\xee\xeb\x6b\x7f\xc0\xf0\xbf\ \x7f\x90\x46\x7d\x71\x2d\x25\x48\x4c\xa8\xe4\x8e\x65\x45\xc2\xba\ \xa1\x69\x95\x55\x55\xdd\x3d\x3d\xe9\x4c\x16\x51\x55\x51\x34\xe4\ \x31\xc1\x5c\x42\x89\x14\x52\x4a\x81\x30\x96\x12\x08\xc6\xbe\xe7\ \x41\x08\x89\x54\xea\x5b\xcf\x97\xdb\x9c\x73\x55\x55\x5d\xd7\x15\ \x42\x18\x86\x51\x55\x56\xba\xae\xa5\x79\xec\x98\xb1\xf9\x4c\x3e\ \x6f\x16\x18\x63\x8a\xaa\x0b\xce\x81\x50\x5d\xd7\x15\xc6\x24\x42\ \xfe\x90\xe3\xdf\x08\xd7\x75\x7d\xaf\x7d\xbf\x5f\x8e\x71\x42\x94\ \x70\x58\xd7\x75\xdd\x75\x59\x77\x77\xaf\x65\x39\x91\x48\xac\xac\ \xac\xcc\xb6\xed\xb5\x6b\xd7\x6e\x4b\x01\xb2\x92\x92\xe2\x5c\x2e\ \xef\x79\x2c\x14\xd2\x73\xd9\x7c\x38\x1c\x1e\x3b\x6e\x9c\xeb\xba\ \x18\xe3\x35\x6b\xd6\x8c\xa8\xae\x31\x22\xa1\xae\xae\x8e\x43\x0e\ \x39\x74\xcc\xd8\xfa\x7f\xfe\xf3\xa5\x8a\x8a\xf2\x89\x13\x27\x96\ \x96\x96\x3a\x8e\x53\x5f\x5f\xdf\xdb\xdb\x3b\x66\xcc\x98\xe6\xa6\ \xa6\xb6\x9e\x9e\x45\x0b\x17\x62\x8c\x63\xf1\xf8\xb8\x09\x51\x2e\ \x38\x42\x08\x23\x2c\xa4\x90\x42\x00\x20\xcf\xf3\x34\xc3\xf0\xa3\ \x00\x00\x21\xc1\xb9\x42\x28\x46\x48\xd3\x34\x21\x44\x6f\x4f\x4f\ \x3c\x1a\x6b\x6d\x6d\x45\x08\x65\x32\x99\x79\xf3\xe6\x4d\x3d\x70\ \xea\xf8\x09\xdf\x60\x82\x63\x42\xfc\x95\xdb\xed\x13\x0a\x39\x20\ \x89\xe5\x16\xf4\xc4\xed\xee\xdf\x9f\x7d\xf8\x6f\x3e\xf4\x37\x78\ \xca\x8e\x4f\xff\x7e\xde\xec\x63\x2f\x7d\xb3\x67\x28\x67\xbe\x71\ \xe7\x9c\xa3\x7f\xf3\xf9\xe0\x7a\xf9\xeb\x17\x1e\x74\xdf\x1b\x2d\ \xfe\x8b\x75\x2f\x5e\xf1\xf3\xbf\x7c\x24\xd3\xab\x4f\x39\xf2\xa0\ \xc3\x0f\x9f\x71\xfc\xa9\x97\x7d\xd0\xc9\xb7\xed\x3c\x37\x79\x0c\ \x0c\x4e\xbc\x75\xd1\x93\x27\xdf\xf4\x2c\x00\x40\x66\xfe\x25\x27\ \x1f\x73\xf0\xc1\x47\xfe\xea\xcf\x0b\x01\x59\xff\x6f\xd6\xfe\x87\ \x1d\x3e\xe3\xe0\xa9\x53\x0e\xbd\xfe\xdd\x7e\x66\x2f\xac\xbf\xe1\ \x47\xdf\x9e\x7e\xec\x69\xaf\x35\x9b\x00\xb0\xfc\xf1\xeb\x8f\x39\ \x78\xda\x77\x2f\xbc\xa7\x63\x60\xad\xce\x5c\xfd\xd0\xe9\xd7\xff\ \xc5\x7f\xee\xf4\x2d\x39\xe1\x87\xb7\x02\x38\xb7\x9d\x3f\x6b\xfa\ \xe1\x33\x66\x1c\x7b\xe2\xed\xff\x68\x10\xff\xca\xe7\xfe\x45\x71\ \xa5\xf9\xbf\x5e\x7b\xe6\xe1\xd3\x0e\xfe\xde\x4f\xef\xee\x1a\x30\ \xc0\x86\xb7\xef\x99\x75\xd4\x21\x47\xce\xbe\x60\x69\x57\xff\xb6\ \xde\xce\x85\x8f\xcd\xf8\xc9\x1f\x87\x30\xbb\xf5\xf2\x3d\x3f\x3b\ \x72\xc6\x61\x33\x8e\x39\xf5\x85\x35\xb9\x96\x0f\x1f\x3d\xe4\x90\ \x43\x0e\x9f\x71\xe4\x19\x57\x3d\xdc\xb5\xb5\x56\x94\x12\x51\x4a\ \x43\xa1\x90\x61\x18\x86\x61\x20\x2c\x89\x82\x88\x82\x30\x91\x18\ \x03\x26\x88\x73\x2e\x04\x97\x12\x6c\xdb\x1e\x74\x6b\x30\xc6\x00\ \x10\xe7\xc2\xb6\x1c\xdb\x72\x42\xa1\x10\x06\x94\xcf\x66\x56\x36\ \xac\xb8\xfb\x8e\xdb\x8e\xff\xd6\xb1\xef\xbf\xf3\xee\xbb\x6f\xbf\ \x69\x17\xf2\xd9\xbe\xde\x4c\x77\x97\xb4\xec\x42\x6f\x6f\x3e\x95\ \x42\x18\x4c\xd7\xcc\xdb\x66\x28\x1c\x0b\x87\xa2\x8c\x31\xcb\xb5\ \x3d\xce\x3c\xce\x6c\xd7\xf1\x38\x73\x99\xe7\x3f\x01\x8c\x00\x23\ \x01\x42\x02\xc4\x62\x31\xcb\xb2\xc2\x46\x88\x62\x52\xc8\x17\x0c\ \x4d\x07\x21\x3d\xc7\xe5\xbc\x7f\x41\xd2\xa7\x89\xc1\x81\xc7\x77\ \xe6\xfa\x1a\x76\x90\x3d\x29\xa5\xbe\xb0\x55\x14\x45\x55\x55\xff\ \x55\x28\x1c\x96\x00\x27\x7c\xe7\x44\x4d\x37\x2a\x2a\x47\x8c\xa8\ \xae\xdd\x6b\xf2\x3e\x99\x6c\x7e\x44\xdd\x48\x2e\x10\x21\x94\x2a\ \xb4\x28\x99\xac\xac\x2c\x1f\x59\x5f\x3b\x7a\xf4\xa8\x54\xba\xa7\ \xa4\xa4\x44\x55\xe9\xc4\x89\x13\xf3\x79\x73\xab\xd5\x41\x57\x57\ \xd7\xaa\x55\xab\x1a\x1a\x1a\x56\xac\x58\xd1\xd0\xd0\xb0\x68\xd1\ \xa2\x65\xcb\x96\x35\x35\x35\xad\x5a\xb5\xaa\xad\xad\x6d\xc9\xe2\ \xc5\x8d\x8d\x6b\x9b\x9b\xd7\xaf\x6f\x5e\xdf\xd6\xb6\x61\xc3\x86\ \x0d\x2d\x2d\x2d\x0b\x16\x2c\x20\x84\x84\xc3\x91\x35\x6b\xd6\xb4\ \x77\x74\x94\x97\x97\x17\x17\x17\x35\x35\x35\x75\x77\x77\xe7\x72\ \xb9\xbe\xbe\xbe\x54\x2a\x95\xcd\x66\xfb\xfa\xfa\x0a\x85\x82\x4f\ \xbb\x43\x6d\xe2\x8f\x6a\x03\x4b\xa3\xfd\x36\x09\x87\x42\x52\xca\ \xb5\xeb\xd6\x69\x9a\x16\x8b\xc5\x04\xe7\x8e\x6d\x73\xce\x1d\xc9\ \xb8\x82\x5d\x24\x5d\x02\x2e\x01\x0f\x83\x47\xc0\x02\xee\x10\xe0\ \x14\x73\x05\xf9\x33\x00\x7f\x5d\x9a\x10\x12\x8b\xc5\x5c\xd7\x55\ \x55\x55\x08\xa1\x6b\xda\xfa\xf5\x2d\xf5\xb5\x23\x39\x13\x2d\x1b\ \x5a\x85\x00\xc6\xa5\x6d\xdb\x8c\x4b\x84\x88\xe7\x71\x09\xfd\x13\ \x0b\x7f\xd8\x76\x5d\xd7\x1f\x1b\xa2\xd1\xa8\xcf\xda\x9e\xe7\x45\ \xa3\xd1\xd2\xd2\x52\x84\x90\xaa\xaa\xe5\xe5\xe5\x95\x95\x95\x75\ \x75\x75\xba\xae\x6b\x9a\x56\x53\x53\xb3\x2d\x3e\x77\xcf\x63\x91\ \x48\x24\x9f\x2f\xbc\xf3\xce\x7b\x86\xae\x0b\x21\xfc\x85\x78\x4a\ \xe9\xf2\xe5\xcb\x35\x4d\x57\x55\xe5\x85\x17\xe6\x1d\x77\xfc\xb7\ \xfc\x85\x0a\xd7\xf5\x5e\x79\xe5\x95\xe7\x9e\x7b\x7e\xe9\xd2\xa5\ \x77\xdc\x71\x67\x5b\x5b\x1b\xc6\x78\xc1\x82\x05\xd9\x6c\xb6\xbd\ \xbd\x63\xe5\xca\x95\xf9\x7c\xde\xe7\x68\xbf\x77\xe8\xaa\x2e\xa5\ \xec\xeb\xeb\x53\x14\xea\x9a\xa6\xae\xeb\x52\x08\x7f\x16\xc5\x05\ \xf7\x15\x8c\x94\x52\xd3\x34\xd3\x34\xf7\x99\x32\xa5\xae\xb6\x36\ \x95\x4a\x4d\x9a\x34\x89\x79\x9e\x14\xc2\x63\xcc\x34\x4d\xdb\xb6\ \x85\x10\x74\x3b\x09\x4e\x29\xbe\xd0\x2d\xc3\x5e\x7d\xf4\x61\xd3\ \x45\x94\x20\x00\x68\x9d\xff\xec\x43\x6b\x6b\xef\x7e\x72\xde\xd0\ \x11\xc6\x5b\xf9\xe8\x6b\x4b\xf3\x91\xdd\x07\x8f\xb1\xb6\x6e\x78\ \xe6\x85\x57\x7e\x72\xd8\x59\x20\x1a\x6e\xf9\xed\xa7\xea\x39\x33\ \x41\xb0\xd8\xe1\x97\xcf\xbd\x72\x66\x6e\xfe\x6f\x4f\xbb\xfa\xd1\ \x27\x1e\x3e\x4b\x1d\x26\xe5\xde\xcf\x92\x6f\xce\xfd\xe3\x92\xac\ \xa1\xd5\x02\x00\x44\x27\xdd\xf8\xa7\x97\xc2\xb9\x57\x4e\xfb\xc9\ \xdc\xf4\x29\xff\x7b\xd9\x33\x1f\x5d\x06\xf0\xc2\xad\x97\x24\xbe\ \xeb\xaf\xf5\xc2\xfb\xcf\xfe\x29\x79\xce\x83\xef\x8c\x5c\x79\xdc\ \x85\xf7\x4f\x7d\x78\xda\xa5\x7f\x35\x9e\x78\xfb\x5d\xf3\xe5\xcb\ \xff\xf4\xd4\x92\x2b\x4e\xde\x13\x00\xbc\x9e\xb5\xab\x5e\x6a\x7e\ \xf3\xf2\x53\x0f\x8d\xc0\xa2\x87\xae\x6f\xce\x1e\x60\x02\xf4\x3a\ \x23\x7f\xff\xfa\x6d\xe3\x58\xcb\xaf\x4e\xf9\xe9\xaa\x83\x9f\xf9\ \x46\xe2\x4b\xe7\x2d\x9b\x15\x19\x1f\x78\x1a\x3a\xfe\xf2\x7b\xbf\ \x7f\xa3\xb8\xed\x84\x63\x3e\x6d\x3b\xff\xd8\x5a\x04\x00\xa1\xda\ \x43\x1f\x79\xfe\xfc\xfc\x27\xb7\x3d\xf2\xfa\xa7\x93\x4e\x39\x10\ \x7a\xdf\xfc\xd5\x9d\x4b\x4b\xea\xf7\x1f\xd4\xd9\x6f\xdd\x3c\xe7\ \xc9\xd8\xb9\xcf\xbc\xf4\x5b\x62\x65\x3d\x23\xda\xd6\xcc\x8e\xbc\ \xe9\x6f\x3f\x9f\x5a\x3a\xff\x37\xdf\xb9\xfd\x6f\x33\xfe\xe7\xd4\ \xda\xad\x89\x84\x43\x00\x30\x18\xce\x25\x14\x85\x48\xc9\x05\x17\ \x80\x00\x90\x14\x4c\x50\x4a\x01\x90\x10\x5c\x55\x95\x5c\x2e\xa7\ \x69\x9a\xa2\xa8\x7e\xb7\x04\xa0\x9c\x7b\x8c\x71\x4d\x55\x72\xb9\ \xbc\xa6\x2a\x6f\xbd\xf9\xc6\xe5\x97\x5e\xf6\xfb\xdf\x3f\xb0\x68\ \xe1\xc2\x68\x24\x22\x39\x6f\x6b\x6e\x62\x59\xab\xb7\xb3\x9b\x03\ \x48\x8a\xe2\xb5\x95\xa5\xf5\x35\xe9\x5c\x4e\xd5\x55\x5d\xd7\xb3\ \x85\x3c\xe3\x1c\x01\x70\xce\x7d\xed\xe6\x7b\x2d\xfd\xe7\xaa\xaa\ \xba\xae\x67\x18\x06\x21\xc4\x75\x5d\x40\x48\x53\x55\x85\x50\x24\ \x25\x06\x50\x10\x46\x18\x0b\x8c\x7d\x35\xba\x59\xbc\x9d\xef\xe4\ \x19\xea\x87\x19\x94\xed\x83\x47\x04\xe7\x02\xe3\x58\x34\xe6\xba\ \x6e\x49\x69\xf9\xf7\x4f\xfd\x81\x44\xdc\xf6\x1c\xd3\x61\x13\xf7\ \x9a\xcc\x05\x4a\x26\xb1\x94\x44\x55\xd5\xe2\xe2\xc4\x94\x64\xa2\ \xa4\xb4\x7c\xf7\x49\x63\x4d\xc7\xa1\x21\x9d\x71\x1e\x8d\x46\xb6\ \xda\x2d\xc3\x05\x67\x9c\x61\x42\x1c\xd7\x91\x00\xf1\x44\xc2\x71\ \x1d\xc1\x39\xe3\x0c\x10\x52\x75\x8d\x73\x0e\xd8\x5f\x1e\xa0\x80\ \x04\x97\x52\xd1\x8c\x8f\xe7\x2f\x1c\x39\xb2\xee\x1b\x13\x76\x5f\ \xb5\x66\x35\x17\x7c\xec\x98\x71\x94\xd2\x35\x6b\x1a\x1d\xc7\x55\ \x14\x85\x10\xc5\xf7\xe7\xe6\xf3\x79\x9f\xfe\x06\x2d\xe0\x4f\x89\ \x36\xb9\xed\x84\x72\x29\xb8\x14\x00\x8c\x31\xe6\x07\x9f\x48\x80\ \x70\x24\xe2\xba\x5c\x12\x24\xb1\x24\x84\x10\x84\x11\x00\x55\x15\ \x45\x55\xfd\xe9\x1c\x17\x82\x79\x9e\x02\x08\x23\x3c\x68\x76\xcb\ \xb2\x2a\x2b\x2b\x1d\xc7\x89\xc7\xe3\x0a\x55\x62\xe1\x90\xa2\x2a\ \x00\x50\x5a\x5a\x8e\x09\x51\x54\x15\x13\x2a\x11\x06\x7f\x21\x07\ \x21\xd7\xb3\x7d\x67\x8e\x0f\x3f\x70\xcb\x75\x5d\xcf\xf3\x28\xa5\ \x89\x78\x02\x00\x67\x33\x39\x2e\x04\x21\x8a\xe3\x78\xcc\xe3\x2b\ \x1a\x56\xda\xb6\x8d\x09\xc9\x66\xb2\xdb\xa2\xdc\x11\x42\xae\xeb\ \xc5\x62\xd1\xb1\x63\xc7\x22\x8c\x55\x42\x1b\x1a\x56\x28\x8a\x42\ \x15\xa5\xbb\xbb\x9b\x28\xb8\xb5\xa5\x63\xe2\xc4\x89\x1b\x5a\xdb\ \x1b\xd7\x34\x46\x22\x91\x96\x96\x16\x42\x88\xe3\xd8\x86\x61\x9c\ \x74\xd2\x49\x46\x58\xed\xeb\xeb\x99\x36\x6d\xda\x07\xef\xbe\xa7\ \xa8\x8a\xa6\x69\xe3\xc6\x8e\x55\x42\x86\xe3\xd8\xf9\x7c\x9e\x10\ \xa2\xaa\x2a\x46\xc8\x30\x8c\x4c\x3a\xdd\xd7\xdb\x47\x29\xfd\xff\ \xed\xbd\x67\x98\x65\x57\x75\x26\xbc\x76\x3a\xf9\xe6\x50\xb9\xaa\ \xab\xaa\x93\x5a\x6a\xb5\x24\x14\x10\x2d\x92\x90\xc0\x22\xd8\x18\ \x63\x92\x34\x4e\x98\x19\x82\xf1\x30\x83\xe7\xb1\x0d\x66\x66\x3c\ \x36\x18\xf3\x19\x7b\xec\xc7\x33\x98\x64\x13\x64\x84\x65\x81\x00\ \xd9\xd2\x80\x24\x84\x02\xa0\xd4\xea\xa0\x8e\x55\x5d\x39\xde\x1c\ \x4f\xde\xe1\xfb\x71\xaa\x4b\x0d\xb6\xc7\x76\x37\x7c\x8f\x3f\x1e\ \xed\x1f\xfd\x54\xdf\xba\x55\xb5\xef\xb9\xe7\xae\xbd\xd6\xbb\xde\ \xf7\x5d\x9c\x73\x85\x90\x94\x92\x62\xe6\xfb\xbe\x65\x59\x8d\x46\ \x23\x08\x02\x9d\x69\xc7\x8e\x1e\x35\x0d\xa3\xd5\x6a\x3d\xfb\xec\ \xb3\xd7\x5f\xf7\xc2\x53\xa7\x4e\xe5\xcb\xa5\x24\xcd\xa2\xe7\x3e\ \x63\x3f\x0e\xb6\xcc\x3f\x0a\xcb\xd0\x9f\x7a\xe7\x6f\x0e\xae\x7c\ \xff\x9b\x4a\x01\xc0\x91\xc7\xbf\x71\xf6\xd1\xda\xab\xbe\x98\x7a\ \xd7\x1f\x7f\xf2\x0d\x7b\xd2\x00\x00\x62\xe5\xbf\xfe\xb7\xe3\xb7\ \xfe\xc7\x57\xff\xf7\xef\x6f\xff\x74\x6f\x2d\x1a\x79\xa9\x39\xff\ \x85\x65\x75\xf0\xdb\x9f\x87\x5f\xfe\x68\x2a\x6c\x20\x5c\x50\x7e\ \xbb\xd5\xdc\x3c\xf2\xbd\x99\xe2\xe5\xbf\xa6\x5d\xe8\x3e\xe5\x3f\ \x88\xa4\xc9\x1a\x79\xc5\x6d\xbf\x7d\xd5\xd9\x5f\xff\xcb\x93\x00\ \x00\xd8\x68\x1c\xfe\xc4\x1b\xfe\xf3\x17\x5e\xfa\xa1\xaf\x64\x13\ \x69\x54\xf3\xde\x7b\xe7\x77\xfc\xc9\xe8\x16\x5f\x7d\x7d\x63\xe3\ \x86\x57\x17\x20\xb7\x77\x47\xeb\x2f\xce\x8a\x37\x8c\x88\x93\x4f\ \x9c\xd9\x1c\x16\x4e\xb7\xb6\x06\x70\x00\x00\xbc\x5a\xfd\x97\xdf\ \x78\xc9\x9f\x7e\xe4\xd1\x97\x7f\x50\xfd\xe9\x53\x57\xde\xb4\x1b\ \xb5\x00\x13\xcc\x6b\xd5\x76\xa6\xf2\xf8\x59\x3c\x95\xb7\xd1\x3f\ \x53\x04\xa1\x7f\xb8\x4b\xec\x58\x1b\xef\xbe\xf9\xcd\xcb\x57\x7c\ \xe0\xdd\xe7\xd4\xa6\xd9\xc9\x7d\x00\x30\xf3\xec\x89\xe9\xfd\x6f\ \x02\x15\x7e\xfa\x63\x0f\xbc\xe9\x63\xff\xe5\xae\x4f\x3e\x7c\xee\ \xd8\x6c\xfe\xcd\x93\xf4\xbd\x5f\x3b\x68\x03\x28\x92\xc2\x0a\x10\ \xa0\xa0\x59\xe9\x56\xfb\x8f\x1e\x8b\x77\xbe\x6a\xe0\x22\xde\xf0\ \x2d\x74\x01\x21\x24\x44\xc4\x45\xcc\x98\x86\x40\x2a\x50\x08\xab\ \x98\x4b\x29\x40\xd3\x34\x8c\xb1\xe3\x38\xbf\xf1\x1b\xbf\x11\x04\ \xd1\x95\x57\x5c\xf9\xd6\xb7\xbd\x95\x51\x4d\x29\xe4\xd8\x8e\xe7\ \x45\x4a\xca\xef\x3c\xf4\x9d\x17\x1c\x38\xf0\xde\x5f\x7b\x97\xa1\ \xeb\x23\x43\x83\xbd\x5e\x67\x73\x7d\xa5\xb6\xbc\xf6\xce\x5b\x7f\ \x71\x30\x9d\x0f\xa2\xe8\xd3\x77\xde\xfe\xec\xc2\xba\x30\x34\xc2\ \x98\x04\xa5\x31\x8d\xcb\x2d\x3e\x46\x18\x45\x52\x08\x4d\xd3\x2c\ \xcb\x42\x08\x79\x9e\x97\x00\x0b\x6e\xbf\x6f\x18\x06\x21\xa4\xdf\ \xeb\x4b\x21\x4c\xc3\x60\x94\x82\x92\x58\x01\x66\x18\x63\xac\x10\ \x3a\x1f\x7b\xf9\x21\xaa\xf8\x36\x08\xf3\x43\xf1\x3d\xc9\xf4\x35\ \x6a\x84\x41\x48\x31\xa5\x94\x36\x9a\xcd\x30\xf0\xba\x41\x37\x56\ \x42\x48\x22\x94\x16\x04\x22\x8e\x98\x8c\xf8\xea\xda\xaa\xce\x10\ \x65\xf4\xb7\x7e\xeb\x77\xb9\x84\x76\xd7\x43\x54\xf7\x82\xf8\xca\ \x2b\xaf\xbc\xf3\x8e\xcf\x71\x7e\x21\x45\x53\x36\x9b\x13\x4a\xf5\ \xbb\xdd\x6c\x36\x1b\x04\x41\xbd\x51\x37\x2d\x13\x23\x2c\x95\x02\ \xa5\x88\xc6\x04\x17\xa0\xb6\x28\xd2\x58\xa9\x38\xe6\x9a\xae\x5b\ \x1a\x5b\x5a\xde\x28\x16\x8b\xd3\x3b\x77\x55\x6b\x1b\xf3\xf3\xf3\ \xe5\x72\x79\x6a\x6a\x6a\x79\x79\x25\x0c\xc3\x7c\x3e\x25\xa5\x0c\ \xc3\xd0\xb6\xed\xed\x57\x9d\xa4\xea\xa9\x54\x4a\xd3\xb4\xe7\x2e\ \x0b\x42\x98\x6a\x54\x0a\x25\x85\x52\x1c\xa4\x74\x5d\x37\x9f\xcf\ \xbb\x9e\x5f\x1c\x18\xea\xf7\x3d\x45\x00\x94\xd8\xca\x4e\xa4\x54\ \x52\x49\x25\x93\x8b\x18\xc7\xb1\x12\x82\xa2\x2d\xed\x42\x72\x6c\ \xe8\xba\x9e\xc0\xcd\x09\xbe\x57\x28\x15\xfb\xbd\x5e\x10\x04\x42\ \xa8\x30\x8a\x10\x26\xae\xef\x2b\x85\xd4\xb9\xb7\x86\x50\x48\x80\ \xa2\xe4\x7d\x89\xe3\x38\x8e\xe3\x24\x9f\x65\x8c\x21\x84\xc3\x20\ \x44\x08\x65\xb3\x59\x42\x48\xab\xd9\x6a\xb5\x5a\x84\x10\xcb\xb2\ \x11\x42\xad\x66\xeb\x62\x50\x4a\x84\xc0\x30\x58\x18\x46\xb9\x5c\ \x0e\x21\xf4\xa5\x2f\x7d\xe9\x9a\x6b\xaf\xf9\xca\x5d\x77\x6d\x6e\ \x6e\x4e\x4f\x4f\x7b\x7d\xdf\xf3\xbd\x5c\x2e\x1b\x04\x41\xb5\x56\ \x4b\x4e\xac\x38\x8e\x3d\xcf\x67\x94\xe5\xb2\xd9\xf5\xca\xea\xf8\ \xd8\x38\x41\x38\x9d\x4e\x9b\x86\x51\x2c\x16\x09\x25\xcd\x46\x23\ \x9d\x49\xeb\x96\x89\x31\x46\x80\x94\x94\xa6\x69\x0a\x21\x0b\x85\ \x42\x18\x86\xba\x65\x01\x00\x22\x38\xc9\x57\x92\x32\xc5\x30\x0c\ \xcb\x30\xe3\x38\x0e\x82\xa0\x50\x28\xec\xdd\xbb\x77\x60\x64\xa4\ \xdb\x69\x27\xe5\xa6\x10\x22\x0c\xc3\x1f\x5b\xe6\xfe\x4f\x93\x65\ \xd4\x56\x38\x80\x5a\xdd\xfc\x1f\x7f\x79\xcf\xb4\xf7\xc8\xab\xde\ \xfb\xf9\x57\xdd\xf9\x5e\x1b\xe0\xc8\xd7\xfe\x7e\xcf\x47\x3e\x7e\ \x99\xff\x25\xac\xd9\xe7\x9e\xee\x55\x3c\xe7\xfd\xef\xb8\xe1\x7d\ \xff\xf5\x13\xc7\x86\x06\xfe\xfb\x87\xc6\xff\xe8\xcf\x97\x25\x42\ \xa2\xb1\xf8\xc4\x93\x4f\x55\x65\x4e\xef\x1e\x77\xd5\x15\x36\xba\ \xb0\x43\x48\xfd\x13\x87\x10\xc4\xe7\xf5\x0c\xc6\xaf\x7b\xd7\x37\ \xbf\xfb\xe6\x3f\x7d\xe7\xaf\x9f\xbd\xee\x73\x3b\x73\xe4\x91\x3f\ \xfe\xab\x89\xdb\xbe\xa8\xa3\xe7\x4e\x32\x9c\x04\x01\x90\xa1\xb1\ \xe3\xcf\x3f\xfb\x3b\x87\xcf\x2e\xae\x9c\x3c\x46\x8a\x5b\x4c\xcd\ \xce\x7a\xbf\x74\xf3\x3b\x5e\xff\xe7\xef\xfe\xd8\x87\x77\x5f\xf3\ \xc1\x0f\xe2\x2f\xfe\x41\x47\x20\x82\xfc\x93\x4f\x3f\x59\xef\xb5\ \x0a\x59\x68\x75\xa2\x72\x51\xfb\xa7\xf9\x9a\xff\xf8\x09\x04\x6c\ \xea\x7f\xdf\xff\xd4\xd1\xcf\xdc\xf6\xe9\xbf\x3f\xf0\xde\xd7\x4c\ \x25\x8f\x3d\xf6\xe9\x0f\xdc\x09\xbf\xf2\x47\x07\x47\xdd\x8d\xc7\ \x83\x83\x3f\xff\xb2\x01\xfa\x15\x66\x6e\x77\x42\x38\x22\xc9\x9f\ \xd9\x7c\xf6\x5b\x5f\x68\x1f\x78\x0b\x83\xfa\xec\xb1\xef\x23\x0b\ \x06\xcb\xbd\xc5\x39\xb8\x62\xdf\x05\xbf\xd7\x08\x61\xa5\x84\x52\ \x82\x10\xd2\xee\xd6\xfb\xfd\x2e\xd3\x30\x80\xd2\x99\x53\xc8\x8f\ \x2d\x6d\x9c\x7d\xe2\xf1\xa7\x87\x87\x47\xea\xf5\x46\x92\x11\xaf\ \xae\xad\x1d\x7a\xfa\xb0\xae\xb3\x30\xe4\xd7\x5d\x77\x6d\x18\x04\ \x87\x9f\x79\xa6\x5c\x2c\xdd\x7e\xfb\xed\xbb\x77\xed\xee\x76\x5a\ \xa6\x4e\xc7\x47\xf6\xdc\x77\xef\xfd\x6f\xbb\xf1\xe5\x43\xe9\xac\ \x05\x98\x47\x62\xff\xae\xbd\xc7\xea\xdf\xdb\xa8\x54\x77\xed\xdd\ \xe5\x05\xc1\xf0\xf0\xd0\xa9\xb9\xd9\x18\x24\x21\x04\x61\xac\x6b\ \x9a\xe3\x38\xc9\xdd\x1f\x0b\x21\xc3\x90\x0b\xc1\x05\x77\x1c\xc7\ \x32\xad\x4e\xbb\x93\xd4\xce\x94\x10\x00\x05\x02\x21\xa9\x30\xc2\ \x84\xe0\xf3\x61\xeb\x1f\xa2\x3c\x26\xd1\x2d\x89\xe6\x09\x86\xb0\ \xfd\x08\xc6\x58\x23\x44\xc5\x3c\x97\xce\xa8\x58\x45\x41\xa4\x10\ \x39\x76\xec\xc4\x66\xa3\x42\x8d\x54\xbd\xe5\xc6\x11\xbc\xf3\x97\ \xde\x3a\x7b\x76\x06\x81\xe2\xd2\xdf\xb9\x63\xca\xb4\xd4\xea\x6a\ \x57\xd7\xc0\x0f\x39\x03\xcd\xa4\xf4\x82\x5b\xf8\x0a\xc1\x8e\x9d\ \x53\x4a\xaa\x7a\xad\x66\x31\x9a\xcb\xe7\x11\x02\x4a\x12\xbd\x1d\ \x10\x42\x62\x21\x14\x40\xd2\x8e\x57\x52\x62\x4c\xa3\x28\x92\x4a\ \x65\xb2\x18\x14\x04\x21\x1f\x1b\x1b\x53\x12\x5a\xad\x96\xa6\xe9\ \x97\x5e\x7a\xe9\xe2\xe2\x62\xbf\xdf\x77\x1c\x27\x79\xed\x49\x8f\ \x3a\xe9\x2b\x60\x8c\x9b\xcd\xe6\x36\x31\x34\x21\xc0\x44\x5c\x10\ \x25\x90\x4c\xfa\x7c\xa2\x54\x2a\x95\x07\x07\xbb\xdd\x6e\xd7\xf5\ \x7d\x2f\xa0\x94\x10\xa4\x30\xc2\x08\xa3\x44\x35\x20\xcf\x05\x62\ \x1e\xf3\x38\x8e\xe1\x1c\xb0\x93\xa0\xf9\x71\x1c\x13\x42\x0c\xc3\ \x10\x42\x94\xcb\xe5\x46\xb3\x5d\xd9\xd8\x00\x00\xdd\x30\x22\x2e\ \x10\xc6\x9c\xc7\x80\x28\x42\x24\x79\xa3\xb6\xb8\x51\xe7\x1a\xe9\ \x8c\x31\x84\x50\xc2\x73\xe7\x9c\xfb\x41\x90\xc9\x64\x53\xa9\x54\ \xb3\xd9\xec\x74\x3a\x94\x52\xdb\xb6\x85\x10\x49\xfb\x91\x10\x72\ \x31\xa4\x84\x38\x8e\x85\x90\x8c\xb1\xe5\xe5\x95\xb9\xd9\xb3\x37\ \xde\x78\xe3\xb1\x23\x47\x5f\xf9\xca\x57\x7e\xf9\xcb\x5f\x3e\x7a\ \xf4\xe8\x7f\x78\xa7\x7d\xd7\x57\xef\x7e\xfd\xcf\xbe\xee\xae\xbb\ \xee\x7a\xc3\xcf\xfd\xf4\x23\x8f\x3c\xfc\xf8\xe3\x8f\x5b\x96\x75\ \xf3\xcd\x37\x2d\x2f\xaf\x3c\x75\xe8\xd0\xab\x5f\xfb\xca\xa4\xbf\ \x6d\x9a\x26\xc2\xd8\x75\x5d\x33\x9d\xa2\x9a\x86\x30\xee\x74\x3a\ \x29\x27\x85\x30\x42\x0a\x90\x02\xdf\xf7\x35\x4a\xfb\xfd\xbe\x88\ \x22\xc2\x18\xc6\x58\x48\x49\x29\x6d\x34\x1a\xba\xae\x2b\xa5\x3a\ \x9d\x8e\x93\x4a\xf5\xba\xdd\xc9\xc9\x49\xdf\xf7\x8f\x1e\x3a\x74\ \xf5\xb5\xd7\x20\x4a\x92\x6a\x5a\xd7\xf5\x1f\x4f\xe6\xfe\x7f\xfd\ \xef\xf6\x63\x99\x2c\x59\xe9\xfa\xd3\x14\x11\x4a\x01\x44\xb3\xaf\ \x56\x1a\xa7\xbf\xf1\xbe\xd7\xdd\x15\x05\x3d\xfe\xd7\x7f\x77\xe3\ \x5d\xaf\xdd\x67\x82\xec\x76\x95\x69\xef\xb8\xe5\x17\x9d\x97\xdd\ \x7f\xc9\x87\x87\x40\x45\x6e\x20\x11\xb0\xd1\x03\x3f\xf5\x53\xaf\ \x83\x9f\xba\xf2\xd4\x9b\x7e\xa3\xee\xdf\x66\x5b\x3f\x82\x7d\xfe\ \xe3\xcf\xe1\x41\x04\xba\x4e\x2d\x5b\x53\x42\x28\xe0\xd5\x3b\x4e\ \x8e\xbc\xff\xf7\x0d\x00\xe0\xa1\xe7\x82\x55\x2e\x97\x8e\x6d\xf4\ \x0f\xc0\xe2\xb2\x75\xd9\xa4\x0e\xe6\xc0\xee\xeb\x9c\xb9\x0f\xfc\ \x7e\xf7\xe0\x9f\x5d\xb5\x55\x7a\x54\x3d\xc5\x4a\x3f\xf7\xbe\x97\ \xfc\xd4\x7f\xf5\x1e\xba\xd2\xfe\xe4\x17\xc2\x56\x08\x42\xa6\x5f\ \xf2\xea\x57\xee\x01\x18\xe8\xfd\xd2\xc9\xd5\xd6\x9e\xe2\xbf\x32\ \x71\x56\xc2\x0f\xa5\x69\xb0\x74\xc6\xe0\x51\x2c\x83\x8e\x8f\x32\ \xb0\x79\xdf\xdf\xd6\xae\xfa\xb3\x0f\x1c\x04\x80\xd6\xc2\x43\xdf\ \xfe\xf4\xf7\xbf\xf9\x29\xde\xeb\x74\x3f\xb0\xf7\xda\x8f\xfc\x6c\ \x19\xb4\xfc\x2b\x26\x9a\x5f\xf8\xbb\xd5\xdf\x7b\xcd\x68\xec\x75\ \xaa\xfd\x08\x39\x30\x76\xdd\x4d\xaf\x3a\x38\x74\xf3\x95\xfc\x5d\ \x7f\xf4\x90\x7c\xfd\x85\x04\x77\xce\x01\x61\x48\xca\x5c\x2e\xf8\ \x66\x6d\xf3\xd4\xa9\x67\xfb\xfd\x16\xa5\xb8\xd5\x6a\xd4\xaa\x9d\ \x91\xe1\x9d\x2f\x78\xc1\xd5\xd3\xd3\x53\xba\xae\x63\x4c\x6e\xbb\ \xf5\xb6\x6c\x2e\xe7\x79\x81\x6d\x39\x95\x4a\xf5\xe0\xc1\x6b\x37\ \xd6\xab\xc7\x8e\x1d\x65\x04\x7d\xf1\xf3\x9f\xb3\x74\x56\x28\x95\ \xd6\x57\x96\x1d\xa3\xf0\xdd\xc7\x1e\x1b\xca\x5a\x85\xb4\x9d\x4f\ \xa5\x0d\x81\xfc\xbe\x3b\x3a\x3c\x8c\x00\x3a\x5d\xaf\xde\x6a\xce\ \xcf\x2f\x0c\x94\x87\x94\x52\x98\x6e\x01\xc1\x8c\x31\x46\x69\x52\ \xa7\x27\x80\x6c\x52\xaa\x13\x82\x09\x25\x42\x08\xc5\x05\x06\x44\ \x10\x46\x40\x62\x88\x95\x94\x00\xcf\x01\x32\x49\x4a\x9e\xc4\xb2\ \x6d\xec\x25\x79\x30\x21\x02\x9d\xdf\x4a\xdd\x0e\xee\xcc\xc4\xb6\ \x69\x86\x81\x2f\xa5\x44\x1a\x9e\x5b\x58\xe0\x04\x0d\xe7\x06\x4d\ \x49\xbd\x5a\x67\xe7\xf4\xde\x99\x93\xc7\x73\x59\xdd\x30\xa9\x93\ \x22\xaf\x7b\xdd\x4b\x3f\xf9\x17\xf7\x38\x36\x0d\x3d\x4e\x10\x28\ \x2e\x2e\x38\x85\xec\xb9\xfd\xb9\x85\x05\x29\xc4\xf8\xf8\x38\xa5\ \xf4\xcc\xcc\x0c\x00\x88\x38\x4e\x90\x14\xa5\x94\x61\x6a\xe7\xb2\ \x28\x04\x80\xa3\x30\xd6\x34\x43\x4a\x29\x84\x24\x84\x82\x0c\x4d\ \x13\x95\x8a\x65\xdf\xf7\x97\x97\x57\x0a\x85\x62\xb1\x58\x54\xaa\ \xd1\xed\x76\x19\x63\x4a\xa9\xa4\xa6\xdf\xbe\x08\xdb\x24\xc8\xed\ \x2f\x00\x53\x7c\x2e\x4f\x23\x84\x54\x2a\x95\x5c\xa1\x20\x84\x68\ \xd4\x9b\xb6\x9d\x72\x5b\x3d\x0c\x0a\x13\x8c\xd0\x73\x78\xd7\xf6\ \x6f\x8b\x05\x07\x82\x93\x18\x94\x64\xf5\x84\xd2\x84\xb1\x9a\x4a\ \x39\xbe\xef\x87\x7e\x80\x09\x89\xe3\xb8\xef\xfa\x5c\x0a\x05\x60\ \xe8\xa6\x54\x52\x09\xa5\x10\x48\x25\x24\x8f\x35\x6d\xab\xf3\x91\ \xf0\x5c\x93\x0d\xfb\xbe\x6f\x18\xc6\xf8\xf8\x78\x18\xc6\x6b\x6b\ \x1b\x94\xd2\x4c\x26\x17\x45\x51\x14\x71\x4d\xd3\x2c\x8b\x71\xce\ \x5d\xd7\xbf\x98\xcc\xdd\x34\x0d\xcf\xf3\x9e\x78\xe2\x89\x56\xab\ \xf5\xba\xd7\xbc\x16\x90\x5a\x5f\x5f\x4f\xee\x9c\x63\xc7\x8e\x7d\ \xf4\xa3\x7f\xf8\xc6\x37\xbd\xf9\xab\x5f\xbd\xfb\x6d\xb7\xbe\x0d\ \x21\xb9\x67\xcf\x9e\xc3\x87\x0f\x3f\xf0\xc0\x03\xef\xfb\x4f\xef\ \x4b\xa7\x32\xf9\x42\xe1\xeb\x5f\xff\xc6\xcd\x37\xbd\x62\xa0\x54\ \x1e\x18\x18\xb0\x2c\x6b\x78\x78\x18\x00\xfa\xae\x8b\x30\xf6\x3c\ \xaf\x90\xcb\x0b\x25\x31\x20\x24\x55\x1c\xc7\x29\xdb\x66\x8c\x61\ \x8c\x84\x94\x98\x12\x0c\xd8\xf3\x3c\x4d\xd3\x34\x5d\xd3\x98\x06\ \x0a\x04\xe7\x0a\x20\x8a\xa2\x74\x3a\x1d\x78\x5e\x2a\x97\xed\x74\ \x3a\xdb\x0d\x89\xff\x2f\xa8\x90\x3f\x1c\x0e\xbc\x5e\xc0\x01\x00\ \x6e\xfa\x99\x37\xbe\xff\x37\x7f\xe5\x13\x32\xf5\xf6\xdf\xf9\x78\ \xf8\xdd\x2f\xbc\xe5\x6b\x63\xdf\xfa\x7f\xfe\xe7\xeb\xfe\x3d\x04\ \x8f\x7f\xf2\x67\xbf\xf3\xd2\xd7\xee\x33\x01\x00\x82\x66\xd5\x25\ \x00\xf0\xea\x3f\xf8\xd2\x8b\x51\x49\x42\xa3\x5d\xed\x48\x4a\x9a\ \x0f\xff\xc5\x6d\xc7\xee\x54\x48\xbb\xe6\xad\x1f\x18\xb5\x7e\x0c\ \xbb\x94\xc2\x0d\x22\x00\x08\x9e\xbd\xeb\x1d\x7f\xf0\xb5\x00\xe8\ \x15\xaf\x79\xef\x54\x91\xc9\xea\xda\x8c\x71\xd9\x34\x00\x00\xcc\ \x3d\xfc\xb9\x8f\x6d\xbc\xec\xb3\x3f\xfb\xe6\xf7\xff\xfa\xbb\xbf\ \xea\x19\x6f\xfa\xdd\x3f\x2e\x40\xf8\xd7\xef\x7f\xc7\x7d\xbd\x81\ \x9f\xf9\xdd\xbf\xfa\xe9\x5d\x5b\xd7\xb6\xb3\x52\x55\x44\x38\x7b\ \xde\xf5\xb7\x9f\x0e\x34\x90\x38\xea\xae\x76\x95\x83\xe6\x7f\xf3\ \x6d\xb7\x19\xa0\x06\x77\xbf\xec\x77\x6e\x2b\xff\xab\xb7\x17\xcc\ \xff\xfe\x7b\x7f\xf7\x4c\x27\x4a\x8f\xdf\xf0\xfb\x1f\xdb\xb3\xf8\ \xe5\xb7\x7f\x2d\xf7\x5f\xae\xfe\xd6\x87\x8e\xcf\xef\xfa\x85\x7f\ \xf7\xf5\xd4\x4b\x7e\xe9\x7f\xbd\xe3\xb7\xef\xbe\x07\xc0\x5b\xfd\ \xa5\x0f\x3f\xf6\x91\x9f\x4d\x7e\x3f\x7b\xcb\x47\x3e\xde\xfe\xbd\ \xff\xf6\xd6\x2f\xba\x32\x88\xae\x7c\xff\xcb\x08\x51\xdf\xfe\xc3\ \xf7\x1e\x77\x18\x31\x4b\xb7\xfe\xc6\xff\xb8\x00\x18\x12\x63\x54\ \x5f\x6b\x0d\x8c\xe4\x80\x24\x58\x64\xff\xf3\x5f\xf8\xdf\xbb\x76\ \x8e\x89\xc8\x7d\xfc\xb1\x47\x2d\x5d\xf3\xb8\x3c\x72\xfc\xf1\x43\ \x47\xbf\xb3\x6b\xfa\x92\x62\xbe\x38\x3e\xba\xc3\x32\x99\x10\x3d\ \x29\x64\xa5\xe2\x06\x81\x9c\x3f\x3b\x77\xfa\xf4\x31\x83\xd2\x7b\ \xbf\x71\x4f\xaf\x55\x19\xde\xb5\xcb\xb1\x8c\xf1\x91\x31\x2e\xc5\ \xe2\xca\x66\xad\xed\xcd\x2f\xcd\x4f\x4f\xee\x90\x5c\xce\x6e\x2e\ \x1d\x9b\x9b\x75\x28\x18\x8c\x45\xf5\x6e\xd0\xf3\x0c\x27\x4d\x6d\ \x2b\x12\x31\xc2\x18\x09\x6e\x31\x86\x38\xc7\x52\x9a\x94\x46\x49\ \x43\x89\xd2\xbe\xdb\x33\x0d\x9d\x10\x4c\x28\x6e\x34\x6a\x5c\xf0\ \x88\xc7\xb6\x63\xc4\x41\x1c\xc4\x51\x9a\x10\x4c\x09\x4e\x98\x3d\ \xe7\x60\x99\x2d\xa1\x2a\xc6\x08\x21\x09\x0a\x27\xd8\x30\xc2\x49\ \x14\x3b\xf7\xcd\xad\x2e\x9a\x1b\x84\x9a\xc6\x2c\x93\xc8\x9c\xd1\ \xf6\x3d\x37\x8a\x88\x9d\xa9\xf7\x95\x1f\x68\x52\xa6\x4a\xc5\x51\ \x0a\xd4\x31\xed\x5e\xbb\xcd\x43\xff\xe0\xf5\xd7\x3c\xfc\xf0\xa3\ \x0b\x0b\x1d\xac\x31\x5d\xcf\x20\x6a\x5c\x78\x0a\x89\xb0\xe3\xa4\ \xfa\x7d\xf7\xcc\xcc\x6c\x3a\x9d\x19\x1a\x1a\xd1\x75\x6d\x75\x75\ \x2d\x8a\x42\x42\x68\x1c\xc7\x51\x24\x41\x08\x01\x40\x29\xd5\x08\ \x66\x18\xc7\xa1\x8f\x08\xd5\x28\x45\x4a\x21\x4a\x7c\x2f\xd8\xd8\ \xd8\xcc\xe7\x0b\xc5\x62\xa9\xd3\xe9\x48\x29\x77\xec\x98\x38\x75\ \xea\x64\x14\x05\x4a\xa9\x28\xdc\x0a\x80\xe7\xda\x0e\x78\xab\xfa\ \x53\x4a\x49\x09\x08\x99\x16\xa6\x5b\x67\x22\x55\x4a\x65\x1d\x87\ \x52\x6a\x1a\x7a\xda\x36\x81\x48\x2d\x65\x22\x00\x9c\xa4\xee\x08\ \x03\x28\xca\xa8\xe7\xf9\xe9\x54\xda\xf3\xdc\x3d\x93\xbb\x37\x2b\ \x95\x28\x8a\x01\xa9\xc0\xf7\x85\x94\x4a\x49\x46\x31\x63\x24\x65\ \x5b\xdd\x6e\xcf\x0d\x5c\x44\x31\x22\x94\x22\xa4\x25\xd5\xa6\x42\ \x18\x40\x49\x25\x94\x44\x52\x31\x42\x78\x14\x2b\x19\x0b\x4e\x78\ \x2c\x0c\x4d\x57\x20\x4c\x53\x77\x9c\x74\x1c\xc5\x9b\x9b\xeb\x42\ \x2a\xce\x23\x29\x85\xef\xf7\x75\x5d\x53\x4a\x7a\x5e\x2c\xa5\x00\ \xa4\x84\x8c\x2e\x26\x30\x9c\x3e\x79\x6a\x73\x63\xe3\xd2\xcb\x2e\ \x2b\x15\x8b\xbd\x6e\x77\x71\x71\xf1\xc8\x91\x67\x7e\xe1\x17\xfe\ \xdd\xd7\xbe\xfe\x55\x43\x37\x4a\x03\xc5\x6f\xdc\xf3\xb5\x77\xbc\ \xe3\x57\x35\xa6\x2d\x2c\xcc\x57\x36\x6b\xbd\xae\x37\x32\x3c\x21\ \xb8\x0a\x42\xaf\x5e\xad\xbc\xf6\x96\x5b\x8e\x1c\x3d\x9a\xbd\x36\ \x35\x3e\x3e\x9e\x74\x4d\xdc\x4e\x57\xc6\x71\xb3\xdd\x1e\x19\x1b\ \x0b\x83\x90\x69\xba\x94\x02\x23\x40\x2a\x32\x6c\xdd\x76\x0c\x84\ \x24\x02\x2c\x38\x97\x12\x10\x42\x96\x65\x21\x00\x29\xa4\xe2\xbc\ \x52\xa9\x44\x41\xd0\x6e\xb5\x08\x26\x85\x42\x31\x0a\xc2\x90\x73\ \xdb\x70\xa2\x28\xa0\xec\xc7\x44\x85\x04\xa9\x94\x38\x0f\xee\x10\ \xe7\x67\xc9\xd7\xfc\xc9\x83\x89\x80\x32\x3d\xfd\xd2\x4f\xdf\xfe\ \xd2\x73\x0f\xff\xf2\xb7\x0e\x6e\x91\xf6\x8c\x17\xfe\x87\xfb\xce\ \x75\x01\x95\x75\xf0\xef\x1e\x3d\x08\x00\x90\x1a\xce\x01\x00\x0c\ \x7e\xf1\x13\xef\x01\x80\x3b\xef\xfd\x3f\x17\xbf\x4f\x24\xc5\x0f\ \x30\x5e\xcf\xfb\x5a\x2f\xed\xfd\xab\x0f\xee\x05\x00\xf3\xca\xdb\ \x6e\xbf\xf3\xb6\xe7\x9e\x53\xbe\xea\xc1\x2f\x5d\x95\xec\x73\xcf\ \x2b\xdf\xfd\x59\x00\x05\xf0\xf1\xcf\x7d\x79\xbb\x14\xb8\xf5\xe3\ \x5f\xb8\xf5\x07\xaf\xc5\x4d\x9f\xde\x6a\x20\x0c\x17\x75\x00\x78\ \xcf\xff\xfa\x34\x00\xc0\xa7\xee\xfe\x17\xa3\x1e\x3c\x51\xf0\x3f\ \xc7\x33\x05\x00\x73\xd7\x87\x3f\x73\xfb\x73\xc0\xd0\xad\x9f\xfd\ \xcf\x00\xf0\xea\xa7\x1f\xfc\xa1\x9f\xb6\x46\x3f\xf7\xe1\xb7\x3c\ \x47\x85\xb4\x26\xde\xf9\x07\x9f\x7d\xe7\x73\xdf\xfe\xd5\xfb\xbf\ \xf1\xab\x17\x73\x01\x99\xa6\x3d\x70\xdf\x03\x57\x5d\x7b\xc0\x8b\ \xdb\x1b\xf5\x25\xc2\x82\x4a\x65\x71\x78\x40\xf7\x3a\xcd\x6e\x6d\ \x75\xfa\xb2\xcb\x96\x6a\x15\x37\xa8\xd7\x1b\xbc\xd7\xa9\x15\x73\ \xe5\x56\x7d\x75\x79\x79\xe5\xa1\xef\x3c\xd6\x68\x05\x3f\xf3\xba\ \x5b\xaf\xbf\xfe\xe5\x87\x0f\xcf\x66\x32\xc6\x3d\x5f\xbb\xcb\x77\ \xbd\xeb\xae\xbe\xa2\x5a\xa9\x56\x36\xc2\x7e\xdf\xdf\xac\xd6\x9a\ \xcd\x2e\xc3\x74\xb1\x5a\xe9\xaa\x00\xe9\x5a\x43\x86\x4b\xb5\x4d\ \x25\x40\x97\xa0\x0b\xdc\x69\x34\xf7\xee\xda\x1d\x73\x4e\x34\x62\ \xea\x46\xc0\x63\x83\x31\xa4\x94\x1b\xfa\x96\x69\x16\xb2\xf9\xb6\ \xd7\x0f\x7c\x3f\x11\x3d\x6a\x1a\x4b\x10\x80\x74\x26\xa3\x40\x76\ \x7b\xfd\x88\xfb\xb6\x63\x9b\xa6\x85\x34\x82\x20\x89\xe4\xcf\x21\ \xef\xdb\x99\xbb\xc2\xcf\x35\x15\xb7\x61\x99\xed\xcc\x1d\x10\xa5\ \x06\x20\x46\x01\x49\x2e\x22\x2f\x0c\x38\x22\x48\x73\xba\x81\x12\ \x5c\x23\x1a\xa3\x44\xaf\x54\xea\x63\xa3\xb9\xc0\x6d\xfb\x6e\x90\ \x2f\x66\x2e\xdf\x7f\xd5\xd1\x63\xdf\xd6\x4d\xd5\xea\xb5\x05\x5c\ \x38\xd1\x8b\x22\xac\x69\x5a\xa9\x60\xd8\x86\xe1\xba\x6e\xa5\x52\ \xb1\x4c\x73\x74\x68\x38\x8c\xc2\x5a\xa3\x2e\x22\x45\x14\x22\x4c\ \x43\x08\x2b\x25\xa3\x30\xb0\x6d\x1b\x00\x12\xa6\xa8\x54\x4a\xf2\ \x58\x4a\xe9\x79\x3e\xe7\xd5\x42\xa1\x50\x2c\x16\x9b\xcd\xe6\xc9\ \x93\x27\xa6\xa6\xa6\x66\x66\x66\x2c\xcb\x42\x6a\x0b\xb4\x4c\xa0\ \x98\xed\x97\x7c\xae\x27\x21\x45\x14\x72\x8c\xce\xe1\x57\xa8\x5a\ \xab\x96\x07\xca\x94\x12\x29\x39\x52\x48\x24\xad\x69\xb1\xfd\xc1\ \x92\x16\xb2\x22\x1e\xf5\xfd\x7e\x18\x47\x96\x6d\x69\x1a\x6b\xb7\ \x5b\xdb\x37\xb0\xae\x69\x18\x41\x26\x9d\xee\xf7\x7b\xbd\x7e\x17\ \x90\x8c\xb9\x00\x00\x8c\x10\x70\x40\x08\x61\x42\x94\x94\x22\x29\ \x3d\x94\xd2\x31\x53\xc0\x39\x57\x52\x0a\xa5\x54\xdf\x0d\x0c\xc3\ \x24\x84\x44\x61\xd0\xed\x75\xa3\x48\xea\x86\x41\x88\x41\x08\x09\ \x02\x25\x95\x54\x20\x09\x45\x1a\xd1\x30\xc6\x6a\x4b\x05\x7a\x81\ \x6b\x61\x6e\xee\xa6\x9b\x6f\xc6\x84\xf4\x7b\xbd\x7a\xbd\x16\x45\ \xe1\x99\x33\xa7\x17\x17\x17\x19\x63\x52\xc9\x5a\xad\xfa\xae\x77\ \xbf\x47\x29\xe5\xfb\xfe\xfa\xfa\x86\xeb\xfa\xbe\x1f\x98\xa6\xc9\ \x39\x1f\x19\x19\x31\x2d\xeb\xc4\xb1\x23\xd9\x54\xea\xfe\xfb\xef\ \xdf\xb5\x6b\x57\xad\x5e\x6f\x77\xda\x51\x14\x6d\x6c\x6e\x8e\x8f\ \x8f\x23\x29\x75\xcb\x02\x04\x5c\x48\x84\x09\x28\xd9\x6b\x36\x28\ \x24\xaa\x31\x50\x02\x08\xc1\x9a\x66\xc6\x51\x24\x84\x74\xfb\xfd\ \xc0\xf3\x92\x7e\x43\x36\x93\x5d\x98\x9f\xdf\xb3\x67\x4f\xbb\xd5\ \x36\x33\x39\xc3\xd2\x14\x48\x42\xc8\x8f\x3e\xb8\x4b\xa5\x76\xe5\ \x6e\x91\xb9\xe8\xfc\xf8\xc4\x20\xfd\x2f\xed\xcc\xfd\x33\x0f\xfc\ \xc8\x56\xcc\xb9\xfc\xc5\x77\xc2\x79\x7d\x73\x85\x90\x8c\xa3\x7f\ \xed\x3e\xd1\xff\x7d\xb7\x17\xf7\x02\x82\xcc\x3e\x75\xf0\xe3\x3f\ \xb0\x6d\x9a\xfa\x47\x09\x2b\xff\xaa\xab\xfa\xa3\x5a\x08\x41\xab\ \x59\x6f\x54\x37\x39\xf8\xd5\x8d\xb5\xef\x3d\xfe\x40\xa9\x9c\x5a\ \x59\x5c\x44\x8a\x77\x7b\x3d\xdd\xb4\x0a\x85\x62\x2b\x0c\x28\x40\ \xd8\xef\xdb\x83\xa3\x9e\xdb\x6d\xb7\xaa\x2f\x79\xe9\xf5\x4e\xba\ \x7c\xc9\xde\x2b\xb8\x72\x15\x86\x3b\xef\xbc\x2b\x65\x5b\x94\xc5\ \xc3\xa3\xa3\x33\x67\x66\x04\x97\xc3\xc3\xa3\x67\xcf\xce\x9b\x06\ \x63\xa6\xd6\x6a\x77\xee\xb9\xef\x7e\x5d\x37\x37\xaa\xd5\x56\xd7\ \xd3\x34\x92\xc9\x64\x73\xa5\xe2\xe6\xfa\xda\xf0\x60\x19\x2b\xce\ \x10\x65\x08\x42\x85\xa8\xa6\xe9\x8c\xf5\x7d\x3f\x8c\xb9\x66\x58\ \xa6\x69\x69\x4c\xe7\x3c\xe4\x9c\x3b\x8e\x63\x18\x46\x2a\x9d\x32\ \x0c\xdd\x34\xcd\x28\x0e\x30\x66\xa6\xa6\x59\x96\x81\x35\x76\x7e\ \x2b\x15\x9d\xb7\x40\x29\xc4\xe8\x0f\xf1\xdc\xb7\xa3\x3f\x00\x20\ \xcc\x4c\x13\x01\x06\x40\x28\x88\xa0\xd3\xe5\x91\xd4\x6c\x3d\xd5\ \x0d\x84\xa6\xb3\x42\x31\x27\x89\x50\x48\x75\xfa\x2e\x28\xd5\x6a\ \x07\xa9\x54\xce\xd2\xcc\x5c\x1a\x10\x26\xc0\x45\xda\xba\x70\xfb\ \xaa\x4e\xa7\x5d\xdd\x58\x33\x0d\x53\xd3\xf4\x5c\x36\x8d\x09\x6e\ \xd4\x1b\xd5\x4a\x84\x10\x4a\x59\x86\x53\x2a\x76\x3a\xdd\x88\xc7\ \x71\x1c\x01\x80\x6e\xb0\x20\xf4\xa5\x14\x4a\x49\x00\x9c\x10\x3f\ \x19\xa5\x18\xe3\x30\x0c\x9b\xcd\x26\x63\xac\x5c\x2e\xb7\x5a\xad\ \x99\x99\x99\xa1\xa1\xa1\x76\xbb\xed\x7b\xfe\x76\xbb\x32\xe1\x1a\ \xfd\x80\xce\x4b\x29\x04\x12\x54\x02\xaa\x6c\xe1\xe9\x61\x18\x21\ \x84\x83\x20\xdc\xd6\x55\x25\xcd\x8a\xe4\x5a\x11\x42\x19\xd3\x94\ \x02\x04\xc8\xf3\x7c\x4d\xd3\x09\xa1\x41\x10\x24\x28\x90\xae\x19\ \x8c\x31\x8c\x48\x18\x46\x4a\x2a\x9d\x6a\xba\x52\x18\x13\x8c\x11\ \xc6\x04\x10\x28\x29\x11\xc3\x94\x50\x42\x08\xa6\x98\x51\x43\x82\ \xd2\x75\x5d\xd7\xf5\x2d\x41\x99\x96\x04\x6e\x95\x58\xcc\x24\x6e\ \x39\x9c\x73\x4a\x69\x1c\xc7\xa6\x69\x6e\x2b\x90\x5d\xd7\x4d\x08\ \x36\x17\xb6\x5e\xfe\x8a\x57\x30\x5d\x17\x9c\x1b\x96\x95\xc9\xe5\ \xce\x9c\x3d\x1b\xc6\xf1\x7f\x7a\xff\xfb\xb3\xd9\xac\x94\xf2\xd5\ \xaf\x79\xcd\xe6\xe6\x66\x3e\x9f\xcf\xe5\x72\x37\xdc\x70\xc3\x77\ \xbf\xfb\x5d\xc3\x30\x36\x36\x36\x9a\xcd\x66\xb9\x5c\xce\xe7\x72\ \x07\x0e\x5c\xfe\xd5\xaf\xde\x7d\xfd\xf5\xd7\x7f\xea\x53\x9f\xca\ \x64\x32\x83\x83\x83\x4f\x3f\xfd\xf4\x0b\x5f\xf8\x42\xc3\x30\x98\ \x61\xf0\x98\xab\x73\x55\x92\x61\x5a\x9e\xe7\x99\xa6\x99\x7c\xc0\ \x15\x00\x21\x38\xf0\xfc\x76\xbb\x3d\x30\x30\xe0\x13\x92\xf4\x57\ \x13\x3d\x94\x69\x9a\x13\xa3\x63\xb3\xb3\x33\x7b\xf6\x1f\x30\x4d\ \x4d\xd3\x34\xfa\xe3\x08\xee\xa6\x69\xfc\xfc\xeb\x7f\x11\xfe\xcd\ \xaf\x5b\x6e\xb9\xe5\xdf\xfe\x26\x5f\xfb\x73\x6f\xfb\xb7\xbc\x3d\ \x84\x70\xb7\xd3\x9c\x99\x3d\xbd\xef\xb2\xa9\xcd\xf5\x95\xb1\xe1\ \x41\x4a\x78\xbd\xba\x56\x2e\xe6\x28\xd5\x9a\xcd\xce\xc0\xd8\xb0\ \xcb\xc3\xd5\xc5\x6a\xe0\x71\xcb\x64\x8b\xf3\x33\x20\x43\x43\x87\ \x54\x8a\xd4\x1b\xcb\x4c\x4b\xaf\xad\x6e\x5c\xb2\xff\x0a\xbf\xd7\ \xd5\x07\xd4\xc6\xe6\xa6\x65\x59\x9d\x76\x3b\x8e\x02\xcf\x6b\x3b\ \x96\x11\x79\x1e\xd6\xac\x33\xb3\x4b\x0a\x20\x94\xa0\x33\x88\x04\ \x0e\x43\x2f\x0c\xbc\xca\xe6\x3a\x8f\xc3\x72\x3e\x1b\xc6\xa1\xc1\ \x28\xc9\xa6\x8a\xc5\x22\xc6\x04\x53\x9d\x31\x2d\x12\x02\x73\x2d\ \x0a\x03\xee\x8b\x66\xb3\xa9\xeb\xba\xa6\x69\x7e\x14\x11\x42\x0c\ \x43\x27\x58\x4a\x89\x4d\x43\xb7\x4d\x93\x98\xc6\x0f\x75\x50\xcf\ \xc7\x88\x15\xd9\x22\xff\x4e\x65\x00\x00\x20\x00\x49\x44\x41\x54\ \xb2\xef\xfb\x87\x4f\x40\x08\x29\x50\x54\x03\xa1\x04\xc2\x06\x17\ \x9a\x1b\x28\xc3\xcc\xa7\xb2\xa5\xb0\xd3\x23\x98\x8e\x4f\x0e\xfb\ \x91\xdf\x76\x7b\x84\x19\xd5\xcd\x6a\xbb\x1d\x0f\x0e\xb0\x07\xbe\ \xf5\x58\x3e\x95\x6a\x34\xfb\x93\xe3\x03\x48\xf4\x2e\xf8\xca\x1b\ \x1a\xa3\x48\x79\xfd\x8e\xa7\x90\x69\x9a\xb6\x63\x8d\x0c\x95\x2b\ \x9b\x55\x84\x10\x08\xa8\x54\xd6\x8b\xa5\xb2\xef\x79\x4a\x46\x61\ \x18\x46\xa1\xaf\x6b\x3a\xc1\x09\x8d\x10\x30\x52\x52\x2a\x3f\x0c\ \x13\x64\x36\x61\x5c\xc4\x71\xbc\x67\xcf\x9e\xb3\x67\xcf\x56\xab\ \xd5\x72\xb9\x5c\xf1\x83\x6d\x17\xb6\x04\xe0\x4a\x1a\x0f\xdb\xc9\ \x3b\x26\xcf\xd1\xde\x01\xc0\xf3\xbc\x76\xaf\xab\xe9\x5a\xa1\x5c\ \x72\x1c\xc7\x0f\x02\x82\x31\x21\x84\x32\x9a\xb4\x79\x39\xe7\xa9\ \x6c\xc6\x34\x4d\x40\xa0\x5b\x26\xd1\x58\xae\x58\x88\xe2\x88\x31\ \x86\x31\xd1\x35\x8d\x32\xa6\xa4\x9c\xd8\x39\x49\x30\x31\x09\x63\ \x98\x9c\xf3\xd9\x54\x38\x11\x1e\x0b\xb1\x65\x1d\x89\x51\x3f\x8c\ \xbc\xc0\xdf\x72\x0d\xf2\xbc\x84\x1c\x92\x7c\x01\x00\x31\x17\x9d\ \x6e\x37\x61\xfe\x8c\x8f\x8f\x2b\xa5\x66\x67\x67\xb7\x45\xb6\xed\ \x56\xeb\x8f\xff\xf4\x4f\x2e\xbc\x5a\x65\x4c\x0a\x01\x00\x51\x1c\ \x33\xc6\xfe\xfa\xf6\xdb\xd7\xd6\xd6\xde\xfc\xe6\x37\xdf\x77\xdf\ \x7d\xb6\x6d\xaf\xad\xad\xdf\x74\xd3\x4d\xbe\xef\xb7\xdb\xed\x74\ \x3a\xbd\x73\xe7\xce\x28\x8a\x0c\xc3\x58\x5c\x5c\x1c\x9b\x18\x15\ \x5c\xe5\xf2\x85\x9b\x6f\xbe\xf9\xc4\x89\x13\xfb\xf6\xed\x3b\x7c\ \xf8\x70\xa7\xd3\xb9\xea\x05\x2f\x70\x32\x99\x5e\xaf\x27\xa5\x24\ \x4c\x13\x42\x30\x9d\x82\x54\x9a\xae\x7b\xfd\x3e\x42\x08\x08\x01\ \x01\x52\x08\x4c\x69\xbf\xdf\x37\x4c\xb3\xdd\x6e\xeb\x8c\xe5\x46\ \x47\x37\xd7\xd6\xd3\xa9\x74\x18\x85\x95\xf5\x8d\x47\x1e\x79\xe4\ \x15\xb7\xbc\xaa\xd3\x69\x39\xa6\x81\x31\x56\x52\x50\x78\x7e\x3d\ \xbf\x2e\xb8\x4a\x93\xb2\x3c\x38\x30\x32\x32\xd4\xed\x74\x2e\xdd\ \xbd\xeb\xab\x5f\xbf\xfd\x8a\x03\x7b\xb1\x84\x5e\xa7\x9b\xce\x64\ \xbb\x5e\x50\x14\x32\x9f\xca\x2c\xfa\x8b\x71\xc0\x89\xe4\x67\xcf\ \x9c\x78\xd1\x0d\xd7\x09\x14\x76\x3b\x15\xcf\x0f\x7a\xdd\x45\xc3\ \x28\x86\x41\x74\xfd\xf5\x2f\x3a\x7b\xfa\x14\xc3\x72\x63\x75\x35\ \x0e\xfd\xe5\x85\x39\xc5\xa3\x4c\xca\x54\xb6\xd9\x6c\xb6\x0c\xc7\ \x91\x4a\x40\x14\x51\x84\x4b\xa5\x8c\x52\xe0\xbb\x3d\xdf\xed\x7f\ \xe5\xae\xaf\xe8\x94\x58\x86\x6d\xd9\x99\x6a\xb5\xba\xb6\xbe\xd6\ \xef\xfb\xb5\x7a\xb3\xdd\x6e\xdb\x8e\x73\xc3\x8b\x6f\xc8\x8e\x8e\ \xac\xaf\x2c\x77\xbb\xdd\x54\x2a\x55\x28\x14\x84\x88\x4d\xd3\x34\ \x0c\x5d\x8a\x50\xa7\x2c\xe7\xd8\x29\xc7\x46\x86\x7e\x3e\x66\xf8\ \x43\x26\x04\x3f\xd4\xf1\x54\xe7\xb9\x8c\x01\x80\x04\x45\x08\x53\ \x4a\x01\xa6\x11\x47\xae\x2b\x23\x8e\xbb\x6e\xd0\xed\xf7\x41\x8a\ \x42\xf1\x1a\x4c\xa4\xe3\xe8\xb1\x54\x8f\x3d\xfa\xe4\xf2\xdc\xf2\ \x91\x91\x67\xdb\x2d\xef\x1d\x6f\xff\x85\xcf\x7f\xe1\x2f\x77\x4f\ \x0d\xed\x98\x9a\xba\x60\xb6\x8c\x14\x1c\xa4\xd4\x28\xc5\x18\x2b\ \x25\xba\x9d\x8e\xdb\xef\x0f\x94\xcb\x80\x50\xb7\xdb\x35\x34\x56\ \xaf\x57\x0c\xc3\x48\xa7\x53\x00\xa9\x24\x51\x4d\xb4\x57\x9a\xa6\ \x11\x42\x08\x61\x09\xee\x61\x59\x56\x92\x68\x27\x31\xe8\x9a\x6b\ \xae\x29\x14\x0a\xb5\x5a\x6d\xff\xa5\x97\x9d\xaf\xdb\xda\xbe\x38\ \xcf\x51\x45\x11\x24\x79\xf5\x96\xaf\xaf\x52\xae\xe7\x3a\xb6\xd3\ \xe9\xb4\x0d\xc3\xf4\x7d\x0f\x00\x29\xb5\xc5\xae\x89\x63\x9e\xd8\ \x3f\x70\x1e\x0b\x21\xfa\x3d\x37\x0c\x23\x4a\x49\xbf\xef\x26\x3c\ \x6e\xdb\xb6\x7d\xdf\x0b\x82\x40\x29\x90\x52\xea\x98\x60\x40\x9c\ \x73\x1e\xc5\x9c\x73\xc0\x88\x31\x16\x05\x21\x8f\x63\xae\xa4\x52\ \x4a\x51\x96\xb0\xf8\x01\x40\x4a\xe5\xfb\x3e\xc6\x58\xd3\x34\x4a\ \x49\x1c\x73\xc0\xc8\xf3\xbc\x84\x39\x33\x3a\x3a\x2a\xa5\x0c\x82\ \x60\x1b\x59\x22\x17\xd7\x68\x94\x0a\x18\x25\xbd\x7e\x3f\x95\x72\ \x1e\x7c\xf0\xa1\xd9\xb9\xf9\xdf\xfb\xfd\x0f\xbf\xf4\xa5\x2f\x6d\ \xb5\x3b\xcb\x2b\x2b\xcb\xcb\xcb\xa7\x4f\x9f\x9e\x98\x98\x68\x36\ \x9b\xbd\x5e\xaf\x5e\xaf\x73\xce\x2d\xcb\xea\x74\x3a\x4b\x0b\xcb\ \xc5\x62\x51\x63\x64\x7c\x6a\xf2\xf4\xe9\xd3\x03\x03\x03\x00\x30\ \x34\x34\x54\x28\x14\x6a\x95\xca\xef\x7c\xf0\x83\x9f\xfc\xcc\x67\ \x12\x26\xa8\x14\x12\x38\x4f\xa4\xa7\x86\xae\x83\x52\x89\x59\x86\ \x92\x2a\x93\x4e\x13\x46\x56\x16\x97\x0c\xd3\x08\x7d\xef\xc4\xf1\ \x63\x99\x74\x86\x07\xc1\x5c\x6d\x76\x6c\x74\x78\x62\x7c\xa2\x1f\ \x86\x5c\x08\xe0\xb1\xae\x6b\xcf\x07\xf7\xe7\xd7\x85\x2f\x42\xf0\ \xa9\xf9\x05\x9f\xfb\x2f\xbf\xf1\x9a\x95\xe5\x2e\x03\x1c\x79\x81\ \xa1\x91\x8d\xf5\x75\xc3\xb0\x11\xc2\xb5\x5a\x8d\x32\x44\x31\xca\ \x67\x52\x29\xc7\xcc\x38\x76\xb3\xb6\x89\x34\xd2\xed\xc7\x86\x95\ \x17\xd2\x60\x85\x8c\xd7\xf7\xef\xf9\xc6\x37\x34\xa4\x46\xca\xa5\ \xc8\xf3\x7a\xdd\x6e\x18\x86\xa6\x69\x08\x21\x75\xdd\x22\x44\x17\ \x22\x0e\x7c\x97\x22\xc8\x65\xd2\x9d\x6e\xd7\x49\xa7\x62\xc1\x5d\ \x3f\x38\x74\xe8\xd0\xee\xdd\x93\xb9\x7c\xc6\x76\xb2\x95\x6a\x6d\ \x73\xb3\xba\xb4\xb2\xe1\xf9\x81\x6d\x1a\x79\xa6\xe9\x84\x76\x1a\ \xad\x28\x0c\x6b\xb5\x9a\x90\x92\x31\x16\xc7\x31\xc2\x2a\x95\xb2\ \x74\x0a\x0c\x2b\x4b\x67\x86\x46\x41\xd7\xb6\x23\xd7\xb6\x55\xf7\ \x76\x1c\xc7\x08\x83\x3a\xdf\xea\x56\xfd\x20\xdc\x25\x09\x25\x48\ \x21\xa5\x10\xe7\x82\x0b\x85\x08\xe6\x3c\x26\x20\x09\x81\xa9\x89\ \x11\xb7\x57\xdb\xb7\x6f\xb7\xdf\xf7\xfb\x3d\xaf\x56\xeb\xac\xad\ \x6d\xf8\x81\x1c\x1c\x1c\x7e\xed\x2d\xaf\x32\x2c\x0a\xea\xc2\xa7\ \x2e\xee\xde\xbd\xbb\xff\x92\x97\x6c\x33\xee\x93\x8d\x25\x6e\x5f\ \x09\xd0\x81\x28\x51\xe8\xdc\x2c\x05\x25\xb7\x89\x9e\x51\x14\xeb\ \xba\x16\x0b\xc9\xb9\x4c\x8e\x28\xcf\xf3\x94\x52\xa6\x69\xfa\xbe\ \xef\xfb\xfe\x99\x33\x67\x52\xa9\xd4\xfa\xfa\x7a\xc2\x3b\x4a\xa4\ \xaa\xdb\xfc\xc8\x84\x8a\xbe\xed\xf7\x10\xf3\xc4\x6e\x59\x48\x21\ \xa2\x38\xca\xe7\x0b\x9d\x76\x1b\x61\x24\xa5\xda\xf6\xef\x55\x4a\ \x25\x26\x33\x84\x92\x28\x8c\x34\x5d\x63\x94\xc5\x89\x99\x0c\xe7\ \x99\x6c\x06\x23\xbc\xb1\xb1\x11\x86\xa1\xed\xd8\x51\x14\x13\x8c\ \x09\xc6\x22\xe6\x52\x6d\x31\x73\x94\x54\x89\x3a\x1f\x21\xcc\x28\ \xa5\xba\x06\x88\x68\x9a\x16\x04\x81\xe7\x79\x94\xd2\x84\x1a\x18\ \x86\xa1\xeb\x72\x8c\x31\x26\x24\x31\xf8\x4d\xe8\x95\x09\xf8\x03\ \xe7\xa8\xcf\x17\xe9\x68\x1f\x46\x21\xc2\x38\x95\x72\x16\x16\x96\ \xfe\xec\xcf\xfe\xec\x8d\x6f\x7c\xe3\xab\x5f\xf3\x9a\xb9\xb9\xb9\ \x30\x8a\x66\x66\x66\xee\xbe\xfb\xee\xb7\xbf\xfd\xed\x4f\x3c\xf1\ \xc4\xfe\xfd\xfb\xab\xd5\x6a\x72\x64\xce\xcf\xcf\x8f\x8e\x8e\x9e\ \x39\x73\x66\x78\x64\x08\x49\xb9\xb2\xb0\xb8\x6b\xd7\xae\x8f\x7e\ \xf4\xa3\x09\x11\x0b\x08\x4e\x58\xaa\x2b\x4b\x4b\x23\x63\x63\x51\ \x18\xf9\x71\x18\xfb\x3e\xc2\xd2\x75\xdd\x30\x8a\x40\x08\x20\x09\ \x19\x57\x52\x4d\xf3\x7a\x9d\x81\xc1\x81\x7e\xaf\x77\xe6\xcc\x19\ \x00\xc8\x66\x33\xae\xeb\xc6\x71\x7c\xf0\xe0\xc1\xd5\x95\xa5\xc2\ \xd0\x70\x18\x05\x14\x61\x64\x3c\x1f\xdc\x9f\x5f\x17\xd3\x50\xa5\ \xf4\xe1\x27\x0e\xad\x54\x06\x8f\x9c\x38\x34\x36\xe4\xdc\x70\xf0\ \x25\xc7\x8f\x3e\xde\x77\x5b\x69\x2b\x75\xf2\xf4\xcc\xe0\x8b\x47\ \xd7\xd6\x36\x0a\x05\x27\x6d\x3b\x3c\x52\x47\x0f\x1d\xc9\x38\x36\ \x0f\x83\x52\x7e\x20\xf2\x3a\x2a\x8c\x08\xa2\x5f\xfc\xec\x67\x5e\ \xf6\xe2\x1b\x8b\x85\xec\x1d\xb7\x7f\xfe\x6d\x6f\x7c\xe3\xae\xe9\ \xe9\xda\xe6\x66\xa7\xd5\x06\x80\x74\x26\xab\x14\x36\x0d\x1d\x03\ \xa3\x20\x34\xaa\x18\x96\x54\xc5\xdd\x56\x5d\x33\x2c\xc6\x68\xe8\ \xfb\x19\x27\x85\x14\xce\x65\xb3\xb9\x7c\x31\x88\x51\xb3\xe7\x85\ \x11\xbf\xee\xda\x6b\xba\xcd\xd6\xe9\xe3\xc7\x14\xe7\x56\x3a\xe3\ \xba\x6e\x18\x86\x86\x69\x1a\x96\x11\xf8\xd4\xb6\x2d\x4b\x23\x0c\ \x24\x8f\x7c\xcb\x32\x39\xdb\xd2\xe6\x6c\x23\x0c\x42\x08\x29\xb7\ \x1c\xe5\x08\x22\x4a\x3d\xe7\x86\xb8\xcd\x82\x4f\xc2\x04\x17\xd2\ \xd4\x6c\x8d\x6a\x51\x14\x21\xa4\xba\x9d\x3a\xc5\x22\x74\x5b\x06\ \x86\x42\x26\x9d\xb7\xa8\xdb\xac\x41\x18\xa4\x4d\xa3\x98\x2f\xac\ \x6e\xae\x39\xa6\x05\x80\x3f\xf9\x99\xbf\xb4\x2d\x6c\xe8\x78\xe7\ \x9e\x4b\x2e\xb8\x1d\x52\xa9\x6c\xce\xce\xce\x6e\xeb\xaa\x40\xa9\ \x30\x8a\xfa\xfd\x7e\x42\x03\x25\x84\xc4\x82\xff\xe0\x2b\x92\xdb\ \x43\x2a\xae\xbb\xee\xba\xa5\xd5\xb5\x13\x27\x4f\x25\x50\x75\x02\ \xdd\x26\x36\x32\x89\x8d\xa2\xae\xeb\x29\xdb\xe1\x9c\x27\x42\x30\ \xa5\x54\x62\xde\xb2\x45\x12\x07\x90\x52\x4a\x50\xdb\x00\x15\x00\ \x50\x4a\x10\xc6\x5c\xf0\x74\x36\xd3\xed\x76\x01\x01\xa6\x18\x00\ \x81\x10\x4a\x29\x82\x31\x24\x1a\x4b\x8d\x29\x00\x2e\x45\x18\x85\ \x84\x10\xcd\xd0\xc3\x28\xc2\x18\x47\x3c\x66\xba\x16\xc5\xb1\x94\ \x42\x48\xa1\x30\x92\x6a\xcb\x2d\x28\x79\x27\xb6\x18\xf3\x4a\x70\ \x05\x06\xa2\x22\x0c\x3c\xcf\x03\x50\x49\x6d\x91\x58\xbb\x6c\x33\ \x56\x35\x5d\x4b\x0c\x81\xb7\x9b\xe1\xc9\xb1\x97\x48\x6d\x3d\xcf\ \xbb\x98\xf8\xce\x39\x8f\xe3\x88\x52\xe3\x43\x1f\xfa\xd0\xe5\x97\ \x5f\xfe\xbe\xf7\xbd\x0f\x40\xee\xdd\xb3\x67\xcf\x9e\xdd\xdf\xff\ \xfe\xf7\x4f\x9f\x39\x73\xdf\x7d\xf7\xa5\x52\xa9\xcf\x7f\xfe\xf3\ \xa7\x4e\x9d\x9a\x9f\x9f\x4f\x0e\x1e\x21\x04\x63\x2c\x08\x02\xac\ \xd4\xe8\xe8\xe8\x23\x8f\x3c\x32\x3d\x3d\x7d\xfc\xf8\xf1\x66\xb3\ \xf9\xe5\xdb\xff\x7a\x7c\x7c\xbc\xdf\xef\x9f\x3c\x79\xb2\xd9\xee\ \xb4\x3a\x9d\x89\xf1\x91\xe1\x62\x69\x75\x75\xc9\xf3\xbc\x28\x8a\ \x00\x63\xd8\x02\xa4\x10\x08\xde\x68\x36\x53\x8e\x63\x9b\x36\x65\ \x6c\x73\x7d\x7d\xa8\x3c\x60\xe8\xfa\x95\x57\x5c\xf1\xcc\x33\xcf\ \x0c\x8f\x8d\x65\x07\xca\x04\x19\xa9\x94\x1d\x47\xe1\xf3\xc1\xfd\ \xf9\x75\x11\x98\x3b\x40\x4f\x52\x6c\x67\x34\x07\xe7\x8a\xf9\x4a\ \x65\x75\x6a\x7a\xfa\xa1\x07\xbf\x69\x3b\x76\xa9\x58\x9a\x9f\x5b\ \x98\x98\x1e\x0d\x03\x57\x01\xe2\x9c\xf7\x3a\x1d\x4a\x89\x8c\xf9\ \xb3\x6b\xc7\x00\xb4\x42\x71\xec\xc1\x07\x1e\xae\x6c\xf4\xbf\xf7\ \xd0\xb7\x0d\x9d\xee\xdf\xbd\x3b\x74\xdd\x1d\x97\x5d\x7a\x44\x67\ \xc0\xa5\x17\x45\x84\x78\x51\x1c\xc7\x41\x58\xca\xe7\x32\x16\x03\ \x11\x7b\xbd\x56\xc6\xb1\xdc\x20\x90\x48\x35\xda\xed\x20\xe0\x42\ \xa8\x91\xb1\xa1\xb1\xc9\xc9\x07\xbf\xfb\xe4\xcc\xdc\x5c\x2a\x95\ \x09\x44\x45\x0a\x91\x71\xf4\xa0\xdb\x6d\x34\x1a\xb6\x93\xd2\x35\ \xd3\x32\x2d\xce\x45\xb3\xdd\xc4\x48\x39\x96\xad\x22\xc4\x7d\x17\ \x23\x64\x6a\x8c\x9b\xfa\xf9\x80\x8c\x94\x82\x48\xb4\x25\xb5\x57\ \x88\x2b\x9c\x04\xf7\x6d\x18\x0a\xce\x93\xde\x28\x85\x04\x47\x20\ \x71\xaf\xd5\xd2\x99\xea\x75\x37\x8a\x59\x6a\xa5\x33\x6b\x2b\x2b\ \x5e\xbd\xb3\x73\xb0\x74\xf6\x99\x33\xfd\x5a\x75\x78\x74\x5c\xa7\ \x30\x50\x2c\x6d\x56\x36\x30\x86\xb5\xcd\xa6\x52\xf1\xfe\xcb\x76\ \xbf\xee\xf5\x6f\xb9\x60\x7b\xc2\x46\xab\xbd\xbc\xba\x4a\x29\x25\ \x89\x3d\x2c\x02\xc1\x45\x2a\xe5\x38\xe9\x4c\x14\x85\x9e\xe7\xc5\ \x31\x27\x44\x25\x12\x2d\xa5\x10\xe7\x52\x08\x1e\xc7\x1c\x00\x78\ \x2c\xb6\x89\x9f\x4a\xa9\x20\x08\x7a\xbd\x5e\x62\xcc\x82\x31\x4e\ \xa5\x52\x52\xca\xc4\xc9\x3d\x49\xdb\xb7\x65\x5c\x49\x70\x4f\x7e\ \x8a\x9f\x3b\x97\x12\x55\x5a\xb7\xef\x49\xa5\x10\x09\x34\x5d\x0f\ \x22\x9e\xf8\x21\x27\xe7\x21\x26\x44\x08\x25\x04\x87\xe7\x26\x2d\ \x81\x52\x08\x14\x52\x88\x28\x84\x7b\xae\x47\x08\x91\x80\x01\x40\ \xa0\xad\x81\x4c\x88\x60\xac\x40\x21\x22\xa5\x04\x04\x9a\xa6\x31\ \xca\x00\x80\x0b\x1e\xc5\x02\x38\x20\x84\x93\xed\x79\x5e\x88\x9f\ \xe3\xed\x00\x21\x24\x8e\x79\x18\x86\x5b\x9a\xb5\xf3\xba\x05\x09\ \x74\x93\xcb\x66\x2f\xc6\xff\xf5\xa9\xa7\x0f\xef\xde\xbd\xe7\xde\ \x7b\xff\xfe\xc8\xd1\xe3\x1f\xfe\xc8\x1f\x9c\x3a\x7d\x6a\x71\x71\ \x55\x29\xd5\x6a\xf7\x4c\xcb\x01\x05\x4f\x3c\xf1\xc4\xc8\xc8\xc8\ \x83\x0f\x3e\xe8\x79\x9e\xeb\xba\xcd\x66\xf3\xaa\xab\xae\x2a\x16\ \x8b\x53\x53\x53\x4f\x3c\xfe\xe4\x4d\xaf\x7c\x45\xb3\x5a\xbb\xe1\ \x25\x2f\xb9\xe3\x8e\x3b\xf2\xf9\x7c\xab\xd5\xfa\xad\x0f\x7c\xe0\ \xd8\x91\x23\x52\xca\x83\x07\x0f\x62\xca\x30\x25\xba\xc6\x78\x14\ \xe9\x86\xb1\xb2\xb2\x32\x3c\x3c\x9c\xcc\xb7\x92\x42\x62\x4c\xa5\ \x12\x4a\xc4\xcd\x46\xb5\xdd\xe9\x44\x9e\x17\xfa\xde\x53\x4f\x3e\ \x1e\x45\x41\xbb\xd9\x98\x9c\x18\x97\x52\x18\x9a\x1e\xc5\x3e\x17\ \x3a\x46\xe8\xf9\xe0\xfe\xfc\xba\x88\xa5\x54\xc8\xec\xa5\x5a\x27\ \x8c\xb4\xd1\xc1\xec\xe0\xc0\x70\x73\x63\xee\x0d\xaf\x7f\xc3\xdd\ \x5f\xbf\x3b\x9d\x2d\x74\xfb\x7e\x18\x86\x0a\x64\x26\x97\x3b\xbb\ \xb9\xe0\xf5\xdc\xc9\xf1\x51\xc9\x05\x8e\xb1\x52\xe8\xdb\xf7\x7e\ \x7b\xad\x12\xa5\x35\xbc\x7f\xd7\xb4\x86\x71\x2e\x97\xdd\xbd\x63\ \xb2\x5d\xaf\x77\x5b\x9d\x28\x8c\xe2\x30\x16\x96\x52\x42\xd8\x1a\ \x56\x91\x97\x4e\x99\xed\x46\x2b\x65\x50\x42\xa1\xe1\xf5\x2a\xed\ \x50\x73\x1c\xcd\x34\x16\x17\x57\x5e\x70\xed\x0b\x37\x37\x1a\xcd\ \x4e\xd7\xb4\xd3\x54\xd7\x30\x40\xb7\xdd\x18\xcc\x65\x34\x9d\x56\ \x03\xd7\xf3\x5d\x9d\xb1\x6c\x2e\x27\x11\x00\x42\x94\xb2\x4b\xf6\ \xed\x3d\x79\xf4\x10\xa3\xa4\x90\x2b\x33\x4a\x71\x82\x69\x9e\x43\ \x5d\xa4\xc4\xdb\x0e\x88\x08\x81\xe2\x38\x11\xdf\xfc\x90\x72\x35\ \x09\x6a\x8c\x18\x44\x6a\x96\x6e\xf5\x7a\x9d\x5e\xaf\x59\x2a\xb0\ \x61\x3b\x27\x10\x22\xbe\x8d\x63\x55\x32\xd8\x53\xcb\x4b\x25\xc7\ \x6c\xac\xae\xbc\xf0\xea\x03\xc0\xb4\x7b\xbe\xf9\x7f\x1a\xad\x76\ \x18\x70\xd3\x30\x4f\xcd\x6d\x3c\xf0\xf0\x13\x7b\x0e\x5c\x77\x61\ \x81\x06\x61\x8a\x09\x93\x0a\x49\xae\xa4\x8a\x01\x14\x46\xb8\x52\ \x6d\x0a\x29\x28\xc1\x3a\xd3\xa2\x30\xd6\x35\x4d\xb3\x35\xd3\x34\ \x35\xa6\x73\x21\xe2\x38\x8c\xa2\x28\x8e\xb8\x46\xcd\xb4\x93\x4e\ \xa7\xd3\xbd\x5e\xcf\xf3\xbc\x24\xa0\x27\xc9\x6f\xa2\xf6\x54\x00\ \x9e\xe7\x41\xc2\x91\xd7\x34\xce\x79\x62\xce\xb5\x3d\x02\x45\x21\ \x50\x88\x6c\xfb\x44\x6e\x5d\x3d\x29\xc3\x30\x4c\xd2\xff\xe4\x69\ \x5b\x53\x5c\x94\x4a\xac\xe1\xb7\xaf\x5b\x02\xd7\x38\x8e\x13\xc7\ \x71\x62\xb3\x4e\x30\x39\xdf\xef\x85\x47\x51\xcc\xb9\x94\x02\x00\ \x11\x82\x09\x21\x2a\x8c\x83\x20\x94\x52\xc5\x71\xcc\x05\x4f\xa6\ \x77\x81\x02\x46\x19\xa5\xd4\xf5\x5d\x0c\x98\x31\x66\xdb\x76\x36\ \x9b\xd5\x4d\x3d\x0c\x83\x6d\xe1\x6b\xa2\x65\xeb\xf5\x7a\xc9\x89\ \x15\x49\x71\xc1\x99\x3b\x42\xe8\xa3\x1f\xfd\xe8\xc4\xc4\xc4\xa1\ \x43\x87\x76\xee\x9c\xfe\xc4\x27\xfe\xe2\x96\x5b\x6e\x29\x97\x4b\ \x41\x10\x24\xf5\x4d\xa7\xd3\x19\x18\x18\xb8\xea\xaa\xab\xfa\xfd\ \xfe\x8e\x1d\x3b\xee\xbf\xff\xfe\x5a\xad\xd6\x6a\xb5\xe2\x38\xbe\ \xfb\xee\xbb\x39\xe7\x8f\x3f\x66\xe4\xf3\xf9\x33\x67\xce\xec\xdc\ \xb9\xf3\xc8\x91\x23\x97\x5f\x7e\xf9\xc6\xda\xda\xfe\x2b\xae\x60\ \x8c\x55\x2a\x95\xd2\xe0\x90\xef\xba\x3c\x0e\x1c\xdd\x68\xb7\x5a\ \x47\x8e\x1c\xb9\xf1\xc6\x1b\x95\x94\x82\x73\xce\x45\x18\xc5\xcd\ \xda\xe6\xc4\xce\x3d\x0f\xdc\xf7\x77\x95\xf5\x8d\xab\xaf\xbe\x5a\ \x37\x74\x8d\x69\x9e\xeb\x0d\x0d\x0d\x35\xea\x8d\x6c\xa9\x50\xab\ \x55\x32\xe9\xb4\xc6\x68\xec\x07\xcf\x07\xf7\xe7\xd7\x85\x2f\x21\ \xf8\xe4\x25\x07\xa4\xd7\x38\x35\x77\x3c\xea\xad\xbf\xf5\xa7\x5f\ \x66\x59\xce\xfa\xda\xfa\x2d\xb7\xdc\x32\x33\x3b\x87\x69\xbf\xd1\ \x6c\x1a\x26\x0d\xa4\x90\x52\x16\x73\x45\x0a\x34\xe2\x68\xc7\xe8\ \x64\x65\xb3\x3d\x94\x1b\xde\x37\x39\xc0\x28\x1d\x1b\x1c\x9c\x9d\ \x39\xb3\x34\x7b\xe6\xfd\xbf\xfe\x9e\xfb\x1f\x7c\x30\x74\x43\x04\ \x38\x0c\xa2\x30\x14\x88\x0b\x44\xe2\x76\xa7\x2e\x5c\xcd\xd4\xd9\ \x60\xb1\x9c\x2d\x15\xf7\x5c\x7a\xe9\x89\xb9\xe5\x23\x27\x67\x9d\ \x4c\xb6\xd6\x6c\x2c\x2c\xad\x1c\x3e\x71\x92\x0b\x00\xc2\x5a\xed\ \x3e\x25\xb0\xb1\x5e\x99\x2c\xe6\x8a\xc3\x03\x3b\x27\xc7\xeb\x11\ \x4d\x38\x79\x4a\x49\x29\xb8\x62\x0c\x94\xa4\x89\x52\x09\x29\x4a\ \x08\xfe\xc1\xa0\x93\xcc\x1b\x12\x42\x02\x28\x84\x40\x28\x50\x0a\ \x25\x71\x0a\x21\xa4\xa4\x54\xe7\xb5\x16\x15\xc7\xa6\x9e\x6a\xd4\ \xea\xcb\x8b\xb3\x33\x8b\x67\x7c\x11\x48\x8a\x06\xca\xc3\xa5\xb4\ \xc6\x62\x32\x9c\x4e\x55\x97\x96\x5a\xed\xba\x99\xcd\xb6\x3c\x8f\ \x53\xca\x79\x8c\x29\x8b\x84\x02\x6a\xf7\x43\x78\xe4\x7b\x47\xde\ \xfb\x3e\x74\x61\xb9\xbb\x52\x2a\x56\x89\x40\x08\x01\x22\x0a\x14\ \x62\xcc\xd1\x4d\x2e\x78\x14\xc7\x21\x97\xba\xa6\x4b\x29\x3b\xed\ \x7e\xa3\xde\x56\x52\x26\x12\x50\xd3\x30\x30\xa6\x08\xe1\x84\xda\ \x38\x30\x30\x20\x84\xe8\x74\x3a\x89\xd1\x60\xf2\x1a\xeb\xf5\x3a\ \x00\x30\x4c\xb9\xe0\x89\x4d\xe3\xd6\x0c\xbc\xf3\xec\x91\x11\xda\ \x9a\x60\xb5\xdd\x62\x65\x9a\x46\xa4\xc4\x18\x25\xa0\xff\x36\x87\ \x52\x48\x01\xe7\x86\x69\x6c\x09\xa0\x00\xe0\xdc\xc8\xa4\x6e\xb7\ \x2b\xa5\x44\x18\x75\xfb\x3d\x8c\x30\x02\x90\x4a\x02\x80\x8e\x09\ \x56\x00\x0a\x08\xc6\x44\x21\xa2\x14\x17\xa1\x1f\x87\x18\xc0\xd0\ \x8c\xb4\x99\x12\x49\x83\xf1\x1c\x01\xbf\x50\x28\x32\x4a\x15\x80\ \xeb\xba\x95\x4a\x55\x28\xae\x94\x4c\x9c\x0f\x5c\xd7\x75\x5d\x37\ \xe9\xaf\x9a\xa6\xa9\x94\x6a\x75\xda\x17\x73\xcf\xa7\xd3\x99\x67\ \x8f\x1f\xef\x76\x7b\x9e\xef\x3f\x73\xf8\xf0\xe1\xc3\x47\xf2\xf9\ \xfc\xe4\xd4\xa4\x02\x28\x16\x4b\xbe\xef\x7e\xfd\xeb\x5f\x2f\x97\ \xcb\xbb\x77\xef\xee\xf5\x7a\x8f\x3c\xf2\x88\xef\xfb\x07\x0e\x1c\ \xe0\x9c\x9f\x3a\x75\xea\xe0\xc1\x83\x31\x8f\xcb\xe5\x72\x2e\x9f\ \xff\x9b\xbf\xf9\x1b\x00\xa8\xd7\xeb\x43\xa3\xa3\x6b\x4b\x4b\xd5\ \x6a\xd5\x34\xcd\x6a\xa5\x32\x36\x31\xd1\x6a\xd6\x96\x97\x97\x6b\ \xb5\xea\xd2\xd2\x92\x93\x4a\x49\xce\x29\xd5\x25\x60\x11\x46\x51\ \x14\x9e\x3a\xfa\x8c\xe0\xfc\xf8\xf1\xe3\x6e\xbf\x1f\xc7\x71\xab\ \xd9\x72\xfb\xfd\xa3\x47\x8f\x8e\x8d\x8d\xd9\x99\x54\xc7\x0f\x1c\ \xc7\x01\xc1\x87\x86\x86\x9e\x0f\xee\xcf\xaf\x8b\x82\x65\x62\x8a\ \x7b\x9e\xa7\x28\x7d\xf6\xd4\xcc\xf4\x70\x7e\xcf\x78\xa1\x3c\x38\ \x76\x76\xfe\xcc\xf4\xd4\xf4\xa0\xef\xaf\x55\xd6\x3a\x7e\x9b\x02\ \x0e\xa3\xa8\x9c\x2f\x33\x4d\x97\x91\xd0\x90\x3e\x35\x34\xe1\xb6\ \xa2\x7a\xb5\x91\x2b\x64\xcf\xce\x9c\x6e\x54\xab\xb6\xa9\x7f\xe5\ \xce\x3b\x85\x52\x6e\xdf\x0d\x82\xa0\xd3\x73\x6d\x3b\x6b\x12\x75\ \xc9\xe4\xd8\xb5\x2f\x38\x70\xc5\x81\x4b\x2e\xb9\xfa\x4a\x22\xb8\ \x08\xe3\x8d\x66\xff\x91\x27\x0e\x9f\x3c\xf3\xa7\x81\xe7\xaf\x6d\ \x36\xc6\x26\x4e\xea\x4c\x1b\x2c\x14\x97\x17\x17\x8b\xe9\x4c\x47\ \x00\x84\xfe\xaf\xbc\xf5\x0d\xb2\xdf\x5e\x5e\x59\x3d\xb3\xe9\xc6\ \x5e\x3f\xe5\x38\x6e\x1c\x45\x52\x39\x1a\x99\x9b\x9b\x2d\x16\xb2\ \x7e\xbb\xd3\x6a\x77\x33\xd3\x7a\x44\x08\x01\x84\xa5\x92\x18\x49\ \x29\x29\xa1\x1c\x09\x81\x85\xc4\x00\x80\x99\xe4\x52\x26\xf3\x8e\ \x15\x20\x90\x4a\x01\x92\xa0\x14\xe2\x18\x90\x94\x08\x99\x1a\x3b\ \x7c\xe8\xd0\xcc\xec\x09\x89\xa2\x6c\x31\x6d\x99\x7a\x73\x63\x39\ \x6b\xe5\x8b\xd9\x21\x43\xd3\x96\x16\x97\xf2\x85\xb4\xd7\xed\x4c\ \xef\x9c\xac\x75\xbb\xa6\x46\x3a\xbd\x98\x12\x5d\x2a\x70\x52\x39\ \xcd\xb0\x2e\x18\x1e\x10\x0a\xb8\xd8\x76\x7a\x91\x4a\x29\xe5\x07\ \xa6\x61\x2a\x50\x61\x18\x81\x94\x1c\x71\x10\x52\x24\xf6\x9c\x4a\ \x09\xa5\xfc\x30\x68\x76\xdb\x52\xc9\x4e\xb7\xe7\xfa\x41\xaf\xd7\ \xe3\x3c\xee\xf5\xfa\x51\x14\xdb\xb6\x25\xa5\x8c\xc2\x30\x9b\xcb\ \x0d\x0e\x0e\x5e\x76\xd9\xa5\x67\xcf\xce\x21\x80\x04\x67\xd7\x98\ \x06\x00\x9e\xef\xf5\xfa\xfd\x28\x08\xc3\x28\x14\x52\x4a\xc0\x18\ \x00\x63\x9c\x0c\x54\x8a\x79\x9c\x8c\xff\x66\x94\xf1\x28\x4a\xd8\ \x93\x5b\x70\xbf\x92\x04\x13\x00\x00\x99\x98\x8c\x23\x84\x90\xa1\ \xb1\x38\x8a\x62\x1e\x53\x8c\x24\x57\x18\x00\x83\xda\x1e\x8b\xcd\ \x10\x71\x6c\x2b\x9b\xcd\xa5\x52\xa9\x6d\x23\x04\x05\x4a\x72\xd1\ \xeb\xf7\xdb\x9d\x0e\x48\xc0\x94\x10\x8c\xa5\x92\x42\x88\x56\xab\ \x85\x31\x12\x42\x04\x61\x20\x95\x4c\xe6\xc0\x91\x73\x23\x5b\x13\ \x4b\x89\xa4\x9d\x90\x40\x6c\x17\x83\xb9\x57\x2a\xd5\x66\xa3\x39\ \x58\x2e\x0f\x96\x07\xd6\x36\x36\x14\x40\xb5\xd1\x5c\x5c\x5d\xb3\ \x4d\xcb\x75\x5d\x11\x8b\xf5\x8d\xb5\x3b\xef\xfc\x32\x63\xba\x69\ \x9a\x42\x08\xdb\xb6\x57\x57\x57\x9f\x7a\xea\xa9\x94\xe3\x94\x4a\ \x25\x53\x67\x77\xdc\x71\xc7\x6d\xb7\xdd\x96\xc0\x5c\xba\xae\x1f\ \x7d\xe6\x19\x29\x25\x4e\x68\xa9\x61\x77\x6d\x75\x4d\x23\x78\x60\ \x70\xa0\x56\xdd\x18\x1d\x1b\x5d\x98\x9f\x2f\x95\xca\xd9\x62\xb1\ \xd3\xed\x71\x2e\x9a\x8d\x7a\xda\xb6\x4b\x85\x42\x1c\x47\x9b\x1b\ \x1b\x94\x52\x21\x78\xdf\xed\xe9\x86\xd6\xee\xb4\xfa\xfd\x5e\xdb\ \xed\xc7\x3c\x06\x11\x47\xc1\xf3\x99\xfb\xf3\xeb\x22\x16\x46\x64\ \xa9\x3e\x9f\x37\xb0\x00\x65\x18\xb9\x7b\xee\xfd\x0e\x7a\xcd\xcb\ \xaf\xba\x72\xaf\x95\x2f\x57\xea\xf5\xc9\xd1\x21\x8c\x22\xab\x8b\ \xd7\x2a\x0d\x23\x6d\x48\x8a\xfa\x5e\x98\xa6\xe6\xfc\xf1\xb3\x9b\ \x6b\x6b\x21\x8f\xf2\x03\xa5\x8d\xe6\x7a\xbf\x17\x60\x21\xc6\x87\ \x87\x57\x57\x57\x4f\xcc\xcc\x28\x2c\xa5\x92\x79\x5b\xb7\xb1\xda\ \xbf\x73\xea\x3d\xff\xfe\x2d\x53\x7b\xc6\xbb\xb5\x85\xd3\x4f\xdf\ \x0b\x32\xd6\xb0\x39\xbf\x54\x6d\x6f\xf4\x4c\x20\x95\xbe\x5f\x2a\ \xd9\xed\x4e\xf5\x9a\x2b\xaf\x9e\x3f\x35\xbb\x3f\x9f\x45\xa1\x3f\ \x5e\x32\x3f\xf8\xfe\xf7\x18\x9d\x95\xb5\x85\xd3\xd1\x7a\xe5\xca\ \xd1\x7d\x46\xaf\x91\x9a\xbe\x74\xa3\xe3\x46\x8a\xe8\x96\xc5\x45\ \x78\x7a\xf6\x6c\x39\x37\x60\x17\x06\x63\x62\x50\xc3\xa6\x91\x50\ \x9e\x17\x77\xba\xc3\x83\xe5\x48\xc4\x21\x46\x1e\xc6\x7d\x88\x05\ \x12\x0c\xb0\x46\xf4\x08\x41\x8c\x14\xa6\x2a\x12\xae\x90\x11\xc5\ \x58\x01\x11\x21\xa1\xc0\xfd\xce\x5a\xb3\xb1\x0e\x00\xb6\x91\xca\ \x6a\xe9\xe6\xea\x3a\x00\x6e\x75\x6b\xa6\x9e\xdd\x08\x82\xd0\x64\ \xdd\x38\x04\xe0\x33\x27\x8e\x3a\x8e\xf3\xa2\x7d\x53\x9b\x8d\xee\ \x4a\xad\x55\x6b\xf5\xcc\x4c\xba\x98\x73\x2e\xf8\xca\x47\x3c\x0a\ \xa2\xf0\xb9\xf6\x66\x32\x3f\xd6\xdd\xea\xa6\x12\xca\x44\xac\x24\ \x06\xa6\xeb\x41\x10\x32\x86\x04\x00\x8f\x05\x97\x02\x01\x28\x0d\ \x14\x46\x3d\x37\xe8\x79\x01\x25\x04\x11\xda\xe9\xb9\x98\x10\xce\ \xb9\x5f\xad\x0b\x29\xa8\x66\xcc\x2f\xcc\x9f\x7f\xee\x50\x8c\x6d\ \xdb\x49\xa5\xd2\xb6\x03\x61\x18\x82\x52\x9a\xc6\xa4\xd8\xea\x40\ \x20\x8c\x35\xca\x12\xd0\x86\x50\x52\xc8\x64\x3d\xd7\x45\x08\x49\ \xa9\x94\x94\x08\xe3\xc1\xc1\x81\x03\x07\x0e\x1c\x3b\xf6\xec\xea\ \xea\x0a\x42\xc8\xd4\x74\x8c\x64\x18\x84\xc5\xc1\x41\x29\x05\xc1\ \x44\x01\x62\x8c\x22\x04\x52\x2a\x42\x28\x60\x12\x73\x11\x88\xb8\ \xb6\xbc\x14\x44\x01\x25\x54\xca\xad\x13\x02\x63\x4c\x29\x11\xc0\ \x95\x40\x52\x22\x8c\x31\xa1\x08\x13\x64\x1a\x26\xc6\x38\x8a\x0c\ \xa5\x94\xae\x69\x61\x14\x68\x4c\x33\x75\x93\x22\x28\xe6\x73\x43\ \x43\x65\x00\xa2\x00\x08\xa5\x9e\x17\x0a\x71\xe1\xda\xe0\xe5\x85\ \x25\x15\x07\xa3\x7b\x77\xf5\x1b\x15\x19\xf8\x2e\x07\xc3\xce\x9a\ \x56\x3e\x8e\x83\x6c\x3a\xd7\x6b\xd6\x80\x87\x71\xe8\x65\xd3\xa9\ \x4a\x75\x93\xf3\x48\x70\x98\x39\x3b\xfb\xed\xef\x3c\x34\x31\xb1\ \xe3\xf1\xc7\x9f\x88\x82\x7e\xad\x52\xd9\x5c\x5b\x6d\x37\x1b\x92\ \xc7\x71\xe8\x1f\x78\xc1\x55\xdd\x7a\x3d\x70\xfb\x8f\x3c\xf4\xed\ \x72\x69\x68\xef\xee\xbd\xc5\x52\xf1\xfb\xdf\x7b\xec\xe8\xa1\x63\ \xa1\x17\xb5\x1b\xed\xd5\xe5\xe5\xf1\x89\x1d\xae\xeb\xe6\x0b\xd9\ \x13\xc7\x8e\x1a\x3a\x53\x0a\x72\xd9\xf4\xe2\xe2\xe2\xc8\xe8\xc8\ \xea\xea\xaa\x50\xbc\x52\xdb\xd4\x75\x7d\x5a\x4c\x79\xae\x1f\xc7\ \xd1\xe2\xec\xcc\xc6\xf2\xe2\xf3\xc1\xfd\xf9\x75\x11\xc1\x9d\xe0\ \xb5\xa5\xb9\xc8\x34\x48\xaf\x97\xa3\xac\x1b\xf0\x2f\x7c\xf1\x6f\ \xce\xcc\xee\x7f\xd3\x9b\x5e\xa3\x02\xf7\xc4\xc9\x93\x8c\x28\x3b\ \x63\x67\xcd\xd8\xeb\x06\xcb\x0b\x73\x39\x23\x73\xe0\xca\x6b\x77\ \xe4\x4b\xcf\x48\x19\xc4\xd1\xe8\xd4\x0e\x55\xeb\x2d\xae\x3f\x3b\ \x90\xcb\x06\x40\xf3\x03\xa3\x7b\x99\x79\x76\x65\x79\xd7\x65\xc5\ \x7e\xab\x9d\xb3\xb3\x6f\xfe\xe9\x57\x75\xd6\xd7\xdd\x2c\xa9\x54\ \x57\x09\x55\xab\x6b\xab\x59\x27\x9b\x4b\x3b\x4e\x2b\xcc\x66\x18\ \xb1\x4d\x2b\x4b\x09\x8a\x2f\xdd\x33\x3c\x9a\x35\xfc\xd6\xb8\xae\ \xe4\xab\x5f\xfe\x12\x9b\x89\xb9\xd3\xcf\xd4\x9a\xd5\x1b\x5f\xf5\ \xb2\xa6\x47\xb4\x52\x51\x68\x38\x4d\x34\x93\x13\x4d\xea\x99\xcc\ \x30\x60\xdb\x55\x64\xb1\x1b\x5d\xa2\xec\x3c\xce\xa7\xb3\x5a\x36\ \x87\x4e\x6c\x7c\xff\xc4\x93\x4f\x0f\x0e\x95\xec\x42\x2a\x65\x50\ \x9d\x81\xc2\x94\x9a\x5a\x10\x48\xcb\xd0\x23\x90\xb1\x8c\x34\x9d\ \xc6\x31\x17\xb1\xc4\x98\x81\x46\x8b\x4e\xba\xb6\xb8\x90\xb1\xb5\ \x1b\x5e\x74\x4b\x18\xf8\x44\xf0\x23\xbd\xa6\xce\xb4\xe1\x1d\x53\ \xbb\xf7\x5f\xb9\xb1\xbe\x6c\x98\x3a\xf0\x20\xf4\xbc\x5e\xa7\x59\ \x2a\xe4\xf2\x85\x72\xa9\x34\x00\x68\xbe\x5e\x9b\xa1\x48\x99\xda\ \x85\x2b\x54\x93\x11\x23\xdb\x3a\xa3\x6d\x12\x67\x82\x62\x2b\xa5\ \x40\x61\xdb\xb2\x5c\xcf\x23\x84\x04\x51\xc4\x25\xdf\x6e\x66\xc6\ \x5c\x08\x25\x23\x1e\x01\x40\x32\x41\x4b\x01\x60\x21\xe4\x39\x8f\ \xe0\xb9\x85\x79\xcb\x30\xb7\x35\x9f\xdb\xdd\xc8\x2d\x57\x77\x84\ \x08\xa5\x94\x32\xa2\x93\x6d\x33\xe4\x4e\xa7\x03\x4a\x61\x41\x88\ \x24\x52\x4a\x9d\x69\xc9\x7c\xbe\x84\x8a\xa3\x33\x6d\x73\x7d\x83\ \x11\x32\x34\x30\x18\x86\x11\xc6\xca\x34\x74\x29\x85\xc6\xb4\x04\ \x87\x89\xa2\x28\xc1\x55\x12\x68\xc8\x0d\x22\x0e\x12\x51\xe2\x64\ \xd3\x69\x9c\x35\x4d\x53\x0a\x49\x19\x3d\x37\xc1\x15\x12\x7a\x12\ \x9c\x37\xd6\x3c\xe1\xef\x27\x03\x46\x74\xc6\x24\x17\x9a\xa6\x21\ \xc2\x9c\x54\x2a\x8c\xa2\x91\x91\x71\xa5\x94\x50\x00\x80\x5c\xd7\ \xbd\x98\x86\x6a\xab\xdb\x9a\x1c\x19\x4e\x39\x76\xcc\x79\xc8\x15\ \x45\xda\xd1\x13\x73\xba\xae\x2b\x11\x9a\x04\xa4\x54\xb1\x8c\x6c\ \xdb\x09\x02\x9f\x32\x2a\xa5\x94\x42\x24\x4a\xb1\x8d\x8d\x8d\xe5\ \x28\x8a\x03\x57\xc4\xf1\x6f\x7f\xe0\x03\xcd\x66\x33\x8a\xa2\x66\ \xb3\xb5\x38\x33\xd3\xe9\x74\x72\xb9\x5c\x79\x60\x40\xc6\x42\x49\ \x79\xf4\xf0\xd1\x03\x97\x1f\xf8\xd8\xc7\xfe\x30\x97\xcb\x56\xaa\ \x95\xb5\xb5\xb5\xd5\xd5\xb5\x64\xd2\x77\xad\x5e\xd9\x9a\xb2\x84\ \x71\x3e\x9f\xf7\x5c\x2f\x91\x6e\x49\x29\x2f\xbd\xf4\xd2\x13\x27\ \x4f\x14\x8a\x45\xd7\x75\xd7\x37\xd6\xb2\xe9\xec\x8f\x22\xb8\x23\ \xe0\x9c\x57\x36\xd7\xa5\x54\xcf\xc7\xbb\xff\x1f\x47\x6a\x7c\x01\ \xc5\x2a\x42\x3c\x28\xa6\x4a\x9d\x76\xab\x5e\x6d\x10\x20\xa6\xe5\ \x7c\xf7\xfb\x87\xce\xce\x2f\xbe\xe1\x75\x37\x95\xcb\x63\xcb\x67\ \x67\xe6\xe7\x96\xd3\xb9\xcc\xe8\xc0\xd0\x4c\xab\x5b\xcc\x39\xed\ \x56\x8d\x84\x6a\xc7\xd8\x78\xad\xd9\x2e\x97\x46\xfd\x2c\x7e\xf4\ \xf0\x99\xcc\xe0\xc4\x46\xab\xaf\xcd\xad\x5d\x7a\xe0\xd2\xa3\x73\ \x8b\xde\x66\xdd\xc0\x44\x74\x7a\x41\x24\xda\xb5\x5a\xb1\x97\x1f\ \xda\xb7\x9f\xb7\x37\x99\xa6\xd5\xd6\xeb\x98\x32\xcb\x4a\x4d\x4d\ \x4d\x9d\x98\x5f\x6b\x35\xeb\x07\xf6\x4f\x50\xec\xfd\xf2\xaf\xbc\ \x79\x63\x71\xe5\xa9\xc7\x1e\xeb\xf8\xed\x85\xf9\xe5\x85\xb9\xf9\ \xf9\xf5\x8d\xe9\x66\xbd\xd2\x71\x07\x0c\x3b\x6b\xe5\x82\xcd\x8d\ \x9e\x91\xee\x28\x5a\x2e\xee\x10\xa6\xb7\xb8\xb9\xb1\x49\x74\x56\ \x13\xbb\x40\x2a\x16\x00\x15\x63\x03\x03\x24\x6b\xc8\xb0\xdf\xdb\ \x58\xdb\x68\x54\x04\x25\x56\x3a\x9d\x2b\x0e\x15\x33\x85\x76\xbf\ \x95\x31\xad\x50\x06\x91\x08\x0d\xe0\x91\x14\x44\x51\x25\x49\x75\ \x79\x61\x6d\xe1\xec\xce\xf1\xc9\x81\x6c\x7a\x6e\xae\x1a\x04\xbd\ \x72\xc6\x89\xa2\xb0\xb2\xbc\xb0\x77\xdf\xfe\xa0\xdb\x1c\x29\x15\ \x78\xe0\x91\x5c\x7a\x5d\x45\x1a\x82\xf5\x95\x45\xaa\xdb\x41\xb7\ \x2b\x00\x06\xb2\xce\xde\xe9\xc9\x0b\x9f\xa1\x6a\x1a\xe9\x74\xfa\ \x7c\xf7\xf9\x6d\xda\x5f\x42\x9e\xc9\x58\xb9\x81\xa1\x81\x7c\x3e\ \xd7\xef\xf7\x17\x17\xe7\x13\xf6\x08\x42\x2a\x8e\xe3\x62\xb1\x48\ \x08\xd9\x96\x29\x25\xe0\x49\xc2\x92\x4c\xa6\xdc\x11\x4c\x7a\xfd\ \x5e\xa2\x0c\x08\xc3\x30\x91\x3e\x3d\x87\xff\x28\x05\x4a\x09\xce\ \xb7\x4f\x17\xa5\x54\x2a\x95\x82\xf3\xe4\xbb\x20\x15\x49\x9c\xbe\ \x64\x72\x36\xa0\x46\xb3\x49\x29\xcd\x17\xf2\x42\x48\x42\xb0\x02\ \xa1\xce\x4d\x30\x46\x08\x69\x71\x32\x77\x57\x24\x3d\xdf\x64\xc6\ \x52\xd2\xc8\xc5\x18\x6f\xef\x2d\x39\xc9\x92\x51\x50\xe7\x1a\xb3\ \x8a\x10\x0c\x80\xe2\x98\x27\xe4\x7b\x29\x95\x8c\x45\x18\x04\xba\ \xa1\x13\xaa\xfb\x7e\x10\x73\x1e\x06\x11\x60\x04\x08\x2b\x05\x51\ \x14\x5f\xcc\xc7\x44\xd7\x8d\x54\x3a\xd5\xea\xb4\xa2\x38\x0e\x05\ \x76\x23\x51\x28\x15\x31\xa6\x5e\xb7\x6d\x1a\xd4\x8d\xdd\xc0\x0f\ \x95\x52\xbd\x5e\xaf\xdb\x77\x3d\xcf\x33\x0c\x23\x95\x4a\xb5\x5a\ \xad\x4a\xa5\x5a\x2e\x16\x35\x42\xf3\xd9\xec\xd2\xd2\x52\x1c\xc7\ \x18\xe3\xa7\x9f\x7e\x7a\x66\x66\xa6\x54\x2a\x75\x3a\x9d\x5e\xaf\ \xd7\x69\x77\x18\x65\x03\xe5\xf2\xa3\x8f\x3d\x3a\xb1\x63\xc7\xf2\ \xd2\xe2\xde\xbd\x97\x44\x71\xbc\xb2\xb2\x8c\x31\x5e\x5e\x5e\xa6\ \x8c\x18\xba\x9e\x14\x6a\x9b\x9b\x9b\x4c\x63\x13\x13\x3b\xd6\x37\ \x36\x84\x90\x47\x8f\x1e\xcb\xe5\x73\xfd\xbe\xcb\x28\x4d\x17\xcb\ \x13\x13\x13\x3f\x82\xe0\x2e\x38\xbf\xfc\xc0\x55\x3f\xc1\x71\xfd\ \x7c\x79\xcb\xf9\xc3\x7a\x7e\xf2\xd6\xf8\x8e\xc9\x7f\xd5\xf3\xa5\ \x94\x93\x03\xe5\xb0\xdf\x89\x5c\x4f\x09\xae\x11\xe6\x07\x3e\x66\ \xe6\xea\x46\xfd\x53\x9f\xfd\xdb\xab\xaf\xd8\x77\xcd\xfe\xcb\x02\ \x57\xd4\x6a\xcd\xa3\xc7\x4f\x66\x1c\xfd\xd4\xec\x89\xe1\xeb\x6e\ \x88\x44\xbc\x56\xa9\x76\x7b\xe1\xd9\xef\x7c\x6f\x09\x19\xd2\xc8\ \xf8\xd8\xc8\x0c\xe6\xad\xd2\x70\x7a\x70\xa2\x34\xb1\x73\x69\xe1\ \x6c\xb3\xd3\xee\x54\xeb\x0f\x0e\x16\x26\x8b\x9a\xfb\xcc\x89\x57\ \x0e\x97\xeb\x3d\x5e\x6f\xb8\x5c\x69\x9b\x8b\x9b\xae\xd0\xb3\xa5\ \xa1\xd6\xd1\xd9\x74\x8e\xbc\xe7\x3f\xbe\x73\x20\x37\x60\xe5\x9d\ \xf5\x27\xd7\xce\x2e\xcd\x6d\x6c\x2c\xbb\xad\x5a\x73\x73\xfd\xb2\ \x7d\x97\x7c\xe7\xb1\xef\xb5\x43\x7f\x8f\x27\xaf\xcf\x8d\x34\x57\ \x16\x77\x0e\x4f\xa6\x34\xbb\x5a\xe9\x3e\xfc\xec\xb1\x96\x6e\x34\ \x10\xf2\x3b\x0b\x62\xbd\xfe\xc2\xcb\x76\x9e\x5d\x3c\x76\xef\x57\ \xee\x9c\x4a\xab\xbc\x83\x89\x82\x89\xe9\x69\xcd\x72\x1e\xbf\xff\ \xe1\xa9\xcb\x76\x8d\x4f\xed\x5c\x5e\xda\x48\xe7\xb2\xf9\x72\x9e\ \x41\x64\xdb\x76\xa8\x44\xe0\xf5\x81\x1b\x16\xa0\xa9\xf1\x91\x7c\ \xb9\xdc\xac\x56\x23\xb7\xdf\x6d\xd6\x44\xe0\x99\xa6\x59\xce\x15\ \xaf\xbe\xfc\x8a\x53\x73\x67\xe3\xc0\x0f\xfb\x5d\xc7\x34\x86\x07\ \x87\x32\x29\x27\x97\xcb\xa6\x72\x03\x96\x9d\xee\x79\xbe\xdf\x69\ \x2e\xcc\x9c\xba\x60\xf0\x37\x9f\x2f\x8c\x8f\x8f\x6f\x47\xf3\x84\ \xb6\xb8\x7d\xbb\x02\xc0\xfe\x7d\x57\xfc\xc9\xff\xfc\x78\xe2\xab\ \xf5\xe2\x17\xdf\xe0\x38\x8e\x94\x02\x63\x94\xcc\x29\xe5\x9c\xa7\ \xd3\xe9\x84\xda\xb8\x9d\xfb\x9b\xa6\x99\xb0\x62\x94\x52\x8e\x63\ \x0b\xb1\xd5\x4a\x3d\x97\x2f\x27\x82\x29\x24\x84\x14\x42\x10\x8c\ \x92\x09\x5c\xc9\x77\xe3\x38\xc6\x18\x25\x53\x7a\x92\xe0\xbe\x7d\ \xf0\x24\xdb\x73\x5d\xd7\x34\x0d\x3f\x0c\x28\xa5\x49\xdd\x40\x10\ \x8e\xe2\x08\x30\xc2\x08\x13\x44\x00\x14\x60\x04\x08\x09\x20\x31\ \x8f\x13\x55\xad\xa6\x69\x89\x4b\xbb\xeb\xba\xc9\xdc\x00\x84\x10\ \xa3\xb4\xef\xf6\xa5\x90\x42\x72\x38\xe7\x5a\x83\x71\x12\xf4\x09\ \xc6\x84\x60\x04\x0a\x85\x11\x27\x02\x25\x67\x48\xa7\xd3\x25\x1a\ \xc3\x98\x2a\xa5\x7a\x7d\xf7\x62\x30\xf7\x30\x0a\x9d\xb4\x43\x0d\ \x46\x75\x16\x74\x03\xaa\x33\x87\x19\x41\x10\x5f\xb2\x6f\xbf\xad\ \xe1\x43\x4f\x54\xa4\x94\xbd\x5e\xcf\xb2\x2c\xaf\x5a\xa3\x94\x06\ \x81\x3f\x3a\x3a\xea\xfb\x7e\xb3\xd9\x32\x34\xbd\x94\xcf\x84\x61\ \x38\x34\x34\xb4\xb2\xb2\x62\x18\x5b\x93\xe5\x27\x27\x27\x8f\x1c\ \x39\x72\xf2\xe4\x49\x43\x37\x56\x96\x56\x00\xe0\x8a\x2b\xae\x28\ \x95\x4a\xb3\xb3\x33\x80\x88\x6e\xe8\xf5\x46\x63\x72\x72\x12\x10\ \xd4\xeb\x8d\x44\x6e\x9d\x4a\xa5\xb2\xb9\xfc\xfc\xfc\xfc\xae\xdd\ \x7b\xfe\xfa\x4b\x77\x5c\x7d\xf5\xd5\x8d\x66\x6b\x70\x68\x98\x60\ \x3a\x3d\xbd\x2b\x0c\xc3\x7e\xdf\xfd\xd1\xc0\x32\x98\x90\x9f\xd4\ \x78\x47\x08\x59\x98\x3b\xbb\x73\xf7\x9e\xb9\xb3\x33\x53\xd3\xbb\ \x17\xe7\xcf\x8e\x4d\xec\xb8\x98\x19\x8c\x3f\x49\x2b\xe6\xe2\xe0\ \xd5\x57\xcd\x1e\x7d\x96\x38\xed\x7e\xe0\x69\x3a\x75\x7d\x57\x82\ \x66\x3a\x46\xec\x7b\x4f\x3f\x73\x66\x6d\xa9\xf6\xe2\xeb\xaf\x49\ \xe5\x4d\xda\x6f\xfb\x10\x02\x88\xf9\x8d\x65\xb7\xe9\x32\xe4\x44\ \x94\x2c\xae\x54\xd6\x88\xed\x71\xe2\x09\x12\x76\xfd\x74\x19\x81\ \x95\x1a\x9e\xdc\x39\x34\x3e\xae\x0b\xf9\x77\x5f\xbd\xeb\x8e\xaf\ \xdd\xf3\xaa\x17\x5f\x0d\x14\x56\xdd\x60\x70\x38\xd7\x6a\x34\xbb\ \x8d\x0e\xa5\xce\xe2\x7a\xf5\xdb\x4f\x1c\x0e\x90\xf6\xc1\xdf\xfa\ \x10\xcd\x8e\xdd\xfd\xe0\x77\x8a\xa9\xb4\xdb\x68\x7b\x02\x53\xae\ \x5a\x5d\x0f\x88\x56\x2e\x0f\x73\xa1\xfa\x8b\x2b\x3c\x88\x75\x46\ \x66\x67\x4f\x4e\x4c\xed\x9a\xbe\x6c\x5f\x26\x63\xa7\x0c\xb6\xe7\ \x92\xdd\x38\x9d\x09\xd6\xaa\x7c\x73\xe3\xcc\x53\x0f\x5d\x3a\x96\ \xfe\xc5\x9f\xbe\xae\x68\x2a\x08\xfd\x4e\xbb\xb7\xb8\xb8\x62\xa7\ \x4b\x57\xed\xbe\x64\x68\xac\x58\x2e\x64\x76\x0d\x0d\x86\x91\x08\ \x45\x58\xad\xd7\x28\xc4\x7e\x37\x20\x82\x0d\x96\x8a\x91\x6d\xcd\ \x2e\x2f\xd8\x4e\xba\xde\x5a\x9f\x9b\x5f\x2a\x15\xd2\x56\x2a\xd3\ \x6e\xb5\xda\xfd\x58\xd3\x0d\xa6\x99\xe3\xc3\x43\x58\x16\x0c\x8d\ \x21\x50\x51\x18\xd8\x99\x6c\xab\xd3\x9d\x18\x1b\x49\x65\xb2\x73\ \x8b\xcb\x1a\xb9\xf0\x2c\x81\xc7\x71\x10\x04\xe7\x47\x73\xf5\x03\ \x84\x4e\xd9\x6e\xb7\x9e\x7d\xf6\xd9\x5e\xaf\xeb\xba\x5e\xa2\xbf\ \x47\x08\x08\xc1\x09\x3b\x10\x00\xf5\x7a\x6e\x12\x88\x13\x8e\x23\ \x42\xa8\xdb\xed\x27\x82\xa0\xe4\xdf\x6d\x26\x4c\x14\x85\xfd\xfe\ \x96\x6d\x4b\x62\x05\xa3\xb6\xac\x7f\xa5\x02\x48\xbc\x8f\x93\x41\ \xe4\xc9\xa8\x6b\x8c\x31\xc3\x04\x01\x12\x52\x24\xcd\x4c\x4a\x29\ \xe7\x42\xd3\x51\xbb\xdd\xb6\x2d\xbb\xdb\xef\x19\x8e\x99\x4e\x65\ \x0c\xa6\x23\x9c\xcc\x53\x4d\xa6\x8a\x20\x00\x88\xb8\x94\x09\x05\ \x5e\x01\x17\xb1\x50\x5c\x42\xe8\x87\x31\x63\xc0\x98\x66\x5b\x96\ \x69\x59\xa9\x6c\x2e\x8e\x39\xe7\x71\x12\xdc\x13\xc8\x48\x48\x8e\ \x11\x56\x0a\x64\x1c\xc7\x32\xd0\x28\x41\x98\x22\x20\x08\x90\x93\ \xcd\x31\x42\x01\xe3\x38\x8e\xf5\x20\x84\x8b\xb0\x85\x94\x48\x62\ \x8a\x94\x54\x9a\xa6\xf9\x5e\xab\x1f\x45\xc4\xcc\x30\xa6\xd9\x8e\ \x53\xc8\x38\x9a\xa6\x89\x58\x6b\xb7\xdb\xc5\x62\xd1\xed\xbb\x84\ \x10\xd3\x34\xb3\xd9\x2c\x00\xec\xdd\xbb\x57\x72\x51\x28\x66\x3b\ \xad\x16\xa5\xd4\x71\x9c\x46\xa3\x21\x84\x48\xa5\x52\xd9\x6c\x96\ \x52\xba\xbe\xbe\xee\x58\xf6\xda\xca\xca\x55\x2f\x78\xc1\xe1\xc3\ \x87\x0e\x3d\xfd\xd4\xe8\xe8\x68\xaf\xd7\x9d\x9f\x5b\x74\x9c\xd4\ \xe2\xe2\xa2\x94\x4a\x08\xe1\xba\xae\x69\x9a\x61\x10\x60\x42\x12\ \x87\xb2\xd1\xd1\xd1\xc9\xc9\xc9\x66\xb3\x99\xc9\x66\x06\x47\x86\ \x97\x96\x57\x34\x42\x75\x4d\x7f\x1e\x73\xff\x67\x96\x3a\x47\x09\ \xc0\x18\x6f\xcf\x76\x78\x7e\x6d\x9f\x7c\xb3\xc7\x8f\x6d\x2c\x2d\ \x5a\x98\x0c\x96\xcb\x8d\x66\xcd\x4a\x65\x42\x11\xba\x81\x2b\x25\ \x03\xa1\xd6\xab\xbd\xbf\x7f\xf0\xe1\xec\x40\x3a\x95\x37\x74\x1d\ \x53\x46\x48\x26\xdd\xdc\x6c\x45\x7e\x6b\x6d\xb3\xb9\xda\xf0\x8c\ \xf1\x42\xd4\xf1\xbc\x20\x18\x28\x0f\x6c\xb6\x9a\x6e\x14\xe7\x06\ \x86\x34\x2c\x4b\xb6\x35\x7d\x64\xe7\xf1\x66\xeb\xa1\xef\x1f\x06\ \x86\xbe\xf1\xd8\x53\x0a\x41\x1c\x01\x4e\x94\x30\x08\x29\x3d\xf5\ \x2b\xef\xf9\xb5\xc2\xf4\xd5\xa7\x36\x38\xc9\xef\x91\xba\x96\x35\ \x47\x52\x6b\x1d\xd1\x6b\x21\xe2\x50\x46\x1e\x7d\xe4\x49\x21\x14\ \x47\x66\xbd\xe6\x03\xd6\x9a\xfd\x66\x5f\xf4\x68\x0a\x99\x06\x3f\ \x30\x55\xbe\x72\xcf\xe8\xfa\xda\x4a\x60\x7a\xbc\x24\xcb\x99\xcc\ \x65\x13\x39\x12\xa1\xa0\x5d\x8d\x43\xb5\xbe\xb2\x7c\xfd\xc1\x17\ \xdd\xfb\xcd\x47\x35\xab\xb7\x56\x3d\x43\x11\xd2\xcc\x74\xa9\x34\ \x68\x98\x5a\xb3\xd3\xd8\x73\xc9\x6e\xa1\x78\xad\xd5\x5e\xa8\xf5\ \x8d\x7c\x89\x83\xf6\xad\x07\x1f\x56\x84\x15\x06\x46\x3a\xad\x3a\ \x91\x91\x6d\x67\xfa\x21\x1f\x18\xdd\xf1\xe0\xf7\x9e\x5a\x59\x59\ \xce\xa7\xcd\x1e\x42\x81\xe7\x87\x61\x98\xf7\xa3\x7a\xb3\xd9\x68\ \x9f\xa6\xba\x99\xcf\x15\x27\x27\x27\x2e\xb8\x0a\xf4\x3c\xaf\xdd\ \x6e\x9f\x8f\xc6\x20\x84\x92\x4a\x3f\xb1\x1f\x78\xfa\xe9\xa7\x6f\ \xbd\xf5\xd6\x24\xda\x0a\x11\x63\x8c\x7d\xdf\x97\x92\xeb\xba\x5e\ \xa9\x54\x10\xc2\x61\x18\x26\x01\x3a\x09\xcd\x89\xaf\xc0\xb6\xa2\ \x35\x41\xdb\x09\x21\xa9\x54\x2a\x71\xac\xdd\x3e\x39\x10\x42\x84\ \xb0\x24\xad\x4e\x46\xbe\x05\x41\xb0\x2d\x14\xda\x9e\x36\x8e\x31\ \xb6\x6d\x3b\x81\x7d\x12\x1a\x38\x42\xa8\x50\x2e\x31\xc6\x30\xc6\ \xae\x1f\x98\x96\xc9\xf9\x96\x02\x96\x10\x12\x04\x01\xa3\x14\x61\ \xdc\xef\xf7\x29\x42\x9c\x6f\x9d\x5e\xc9\x58\xd7\xc4\xf3\xc0\x30\ \x0c\x29\xa5\x6d\x59\x84\xb0\x04\x96\x49\x4a\x96\x64\xc6\x1e\x21\ \xa4\xd1\x68\x20\x84\x04\xe7\x86\x69\x47\x51\xcc\x34\x8a\x09\x13\ \x4a\x60\xc0\x61\x2c\x74\x9d\x52\xa6\x53\x66\x5c\x4c\xed\x4d\x31\ \xf1\x5c\xb7\x94\xcb\x84\x41\x00\x48\x5a\xb6\xd3\x8f\xc2\x20\x88\ \x4e\x9f\xee\x33\x15\xc7\x71\xe4\x79\x5e\xaf\xd7\x4b\xa7\xd3\x7e\ \xe0\x03\x80\x6d\xdb\xae\xeb\x0e\x0f\x0f\x03\xa0\x6a\xa5\xb2\xb8\ \xb0\x98\xcb\x66\x12\xea\x4e\x42\x1b\xe5\x9c\x6f\xd1\x78\xa4\xbc\ \x4f\x28\x2e\xa9\x00\x00\x02\xa6\x49\x44\x41\x54\xe4\xd2\x4b\x9c\ \x8c\xbd\x56\x59\xb3\xad\x94\x6e\x5b\xad\x6e\xe7\xf1\xa7\x9e\x14\ \xa0\x5a\x9d\x6e\x1c\xc7\x6e\x10\xa4\x73\xb9\xc5\xc5\x45\xd3\x71\ \xf6\xee\xdd\x9b\xcf\xe7\x39\xe7\x5f\xbb\xe7\x1e\x2f\x0c\x17\x96\ \x97\x07\x86\x87\x9b\xed\xce\xca\xda\x7a\xb1\x58\xac\x56\x6b\x1a\ \xfb\x51\xd8\x0f\x28\xa5\x2c\xcb\xfa\x49\x8d\x5f\x08\xa1\x52\x79\ \x40\xd3\xb4\x52\xa9\xac\x69\x7a\xb1\x54\x32\x0c\xe3\x27\x15\x99\ \xd9\x1e\x62\xf9\x2f\xbd\x38\x18\xd7\xd6\x56\xdd\x6e\x1b\x33\x8d\ \x6a\xa6\xa6\x69\x3c\x8e\x24\x60\x84\x99\x42\x22\x16\x2a\x92\x91\ \xd7\x8d\x3a\x2a\x76\x42\x2d\x93\xd1\x1d\x9d\x2c\x54\x5a\xf9\xe1\ \xf1\xd5\x95\x0a\xcb\x66\x34\x2e\x85\x0c\x72\x69\xeb\xe7\xdf\xf8\ \xfa\x27\x9f\x78\x7a\xb3\x52\x59\x5a\x5a\xa2\x06\x75\x34\x9c\xd1\ \xa8\x69\xb2\xd2\xd0\x60\xaf\xe7\x72\x2c\x59\xe4\x2a\xa2\xe2\xae\ \xa7\x38\x70\x29\x35\xea\xb4\x82\x60\x76\x7e\xf5\x45\xfa\x80\x62\ \x7a\x4e\x1f\xb6\x24\x97\x6e\xc7\x19\xd8\x55\x71\x4f\x37\x03\xa6\ \x09\x8e\x85\x6e\x9b\x29\x10\x56\xd7\xc7\x5f\xb9\xe7\xbe\x1d\xbb\ \xa6\xd3\x45\xa7\xef\x37\x31\xf2\x0b\x38\x38\x79\xff\x57\x51\xbf\ \x3f\xbe\x63\xd8\x2e\xe9\x6e\x6b\xa5\x5f\x6d\x4e\x8d\x96\x2a\x3d\ \x01\x0c\x4f\x4c\x4f\x82\xc6\x8a\xe3\x63\xb6\xed\x4c\x8e\x58\x71\ \x14\x6c\xae\x37\xba\x8d\xba\xb0\x8d\x7e\xbb\x2b\x03\xcf\x31\xcc\ \xc0\xd0\x6b\xb5\xce\xea\xd9\xf6\x42\xab\xdf\x73\x03\x3b\x53\x08\ \xe3\xb0\xdb\xe9\xa4\x2d\x0d\x85\x91\x61\x65\x74\xcb\x3c\x7d\x66\ \x36\x9b\xcb\x35\x1a\x9b\x4a\x41\x14\x85\xf9\x7c\xa1\x52\x6f\x8c\ \x4d\xee\x18\x18\x51\x5c\xc1\xbe\x4b\x2f\xdd\xff\x82\x6b\xe5\x85\ \xde\x48\x94\x31\x5d\xd7\xb7\x3b\x8a\x18\xe3\xc4\x27\x4b\xd3\x34\ \x5d\xd7\x11\x02\x0d\x9b\x0a\x9d\x83\xc8\x21\x71\x50\x90\xba\xae\ \x01\x40\x2e\x97\x8b\x63\x3e\x38\x38\xb4\x65\xfc\x82\x71\x02\xac\ \x27\x01\x34\xc9\x82\xb7\x49\x38\x49\x98\x66\x4c\x6e\xdf\xf3\xc9\ \x9f\x3b\x37\xad\x29\xa6\x94\xe9\x06\x50\x2e\x50\x32\x9a\xe3\xdc\ \x51\xc3\xa5\x08\xe2\x08\xc7\x1c\x01\x84\x71\xb4\x65\xfc\x2b\xa5\ \x54\x80\x08\x56\x28\x99\x57\x98\x04\x10\x48\x76\x1e\xc7\x1c\x49\ \xb9\x25\x85\xa5\x2c\x93\x31\x0c\xc3\xa8\x37\xea\x18\x93\x74\xc6\ \x8a\xa2\x98\x52\x1a\x85\xa1\x02\xa0\x8c\x29\xa5\x12\xcf\x61\xe0\ \x82\x69\x28\xd9\x33\x65\x4c\xd3\x34\x11\x33\x90\x12\x63\xaa\xe9\ \x06\x21\x0c\x10\x41\x04\x23\xb9\x05\xeb\x5c\x64\x7e\x66\x68\x7a\ \xec\x07\x0b\x67\x67\xe3\x30\xa6\x56\x4a\xd7\xb0\xa2\x44\xd3\x30\ \x03\x30\x29\x8b\x7d\xc3\xeb\xd3\x76\xbb\xbd\xb8\xb8\x18\x47\xb1\ \x52\xca\xb1\xed\x4e\xa7\xeb\x79\x1e\x25\xb4\xd3\xee\x94\x0b\xd9\ \xa4\xe3\x9d\xe8\x06\x94\x52\x89\xfb\x8d\x94\xd2\xf7\xfd\x23\x47\ \x8e\x54\xaa\x9b\x99\x4c\x66\x68\x68\x38\x95\x4a\x55\xab\xd5\xcd\ \xcd\x4d\xdb\x76\x12\x2f\x65\x8c\x68\xa7\xdd\x9b\x9a\x9a\x4e\xa0\ \xf9\x6a\xb5\x76\xfc\xf8\xf1\x4a\xa5\x12\x06\x61\xb3\xd9\x4a\xa7\ \xd3\x00\x68\x6d\x6d\x5d\x48\x89\x11\x26\x06\xfd\x7f\x01\x0e\x08\ \x45\x31\xc0\x7d\x6d\x60\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ \x60\x82\ \x00\x01\xc3\x36\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x01\xe3\x00\x00\x01\x2c\x08\x02\x00\x00\x00\x7f\xab\x4c\x0e\ \x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\ \x01\x00\x9a\x9c\x18\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\ \x25\x00\x00\x80\x83\x00\x00\xf9\xff\x00\x00\x80\xe9\x00\x00\x75\ \x30\x00\x00\xea\x60\x00\x00\x3a\x98\x00\x00\x17\x6f\x92\x5f\xc5\ \x46\x00\x01\xc2\xbc\x49\x44\x41\x54\x78\xda\xec\xbd\x77\x60\x15\ \x45\xd7\x3f\x7e\xa6\x6c\xb9\x25\x3d\x21\x8d\x12\x7a\xef\xbd\x77\ \x44\x04\x01\x01\x51\x01\xe9\x45\x04\xb1\x0b\x36\x54\x44\x51\x50\ \x10\x14\xb1\x60\xc3\x2e\xa2\x28\x08\x88\xf4\xde\x3b\x09\x84\x90\ \x00\xe9\x3d\xb9\xf7\x6e\x9f\x99\xdf\x1f\x09\x45\x8a\x0f\x8f\xef\ \xf3\x16\xbf\xbf\x7c\xfe\x82\xcd\xde\xdd\x9d\xb3\x67\x3e\x7b\xe6\ \xcc\x29\x48\x08\x91\x9a\x9a\xf2\xe3\x0f\xdf\x24\x25\x9d\x32\x4d\ \x03\x21\x04\x15\xa8\x40\x05\x2a\x50\x81\xff\x55\x08\x21\x14\x45\ \xad\x57\xaf\xe1\x90\x61\xf7\x57\xaf\x5e\x13\xa5\xa4\x9c\x7b\x73\ \xde\x4b\x85\x85\x05\x8a\xa2\x56\x48\xa7\x02\x15\xa8\x40\x05\xfe\ \xef\xc0\x30\xf4\xf0\x88\xc8\x59\xcf\xbe\x4c\x57\x7e\xff\x75\x6e\ \x6e\xae\xa2\xa8\xb6\xcd\x00\xc4\x35\xe7\x5c\x35\xaf\x85\x80\x3f\ \xff\xe9\xdf\x3a\xe7\xf6\x4f\xab\x40\x05\x2a\x50\x81\x0a\x5c\x65\ \x4e\x4a\xe5\xfc\xdc\xdc\x1f\xbe\xfb\x8a\xc4\xc6\x84\x97\x59\xda\ \xd7\x12\x28\xc2\xc8\xb0\x1d\xcd\xb2\x0d\xdb\x71\x18\xa7\x04\x21\ \x84\x84\x10\xd7\xb1\xaf\x10\xc2\x34\x2d\xcb\xb2\x1c\xc7\x01\x00\ \x42\xf0\x75\xe7\x00\x00\xc6\xc8\x71\x1c\xcb\xb2\x6c\xdb\x66\x8c\ \x93\x9b\x5d\x0a\x6e\x4d\xf0\xb7\x79\x66\x05\x2a\x50\x81\x0a\xfc\ \x3f\x07\x21\x84\xc0\x84\x14\x16\xe6\x93\x5a\x35\xab\x5d\xeb\x9b\ \x46\x00\x0e\x17\xc5\x3e\xbd\x92\x84\xeb\x06\xb9\xaa\xba\x65\x37\ \x82\x1c\x5f\xc0\xe2\x42\xa6\xf8\x0a\x6d\x22\x04\x86\x61\xe8\x86\ \xe5\xf5\x04\x7b\xbc\x41\xb2\xec\xb2\x2c\xdb\xef\xf7\x4b\x94\x02\ \xfa\xd3\x7d\x7c\xbe\x00\x26\x72\x90\x37\xc4\xe5\xf6\x60\x4c\x7d\ \x7e\x3f\x73\x1c\x49\x22\xb7\xc1\xc0\x22\xa0\x99\x20\x04\x26\x04\ \x2a\xf8\xba\x02\x15\xa8\xc0\xff\x5f\x61\x9a\x26\x05\x00\xce\xf9\ \x95\x43\x8c\x0b\x3d\x60\xdc\x57\x23\xf2\xce\xaa\x11\x51\x2e\x49\ \x42\x50\x62\xf3\xc4\xa2\xc0\xf2\xc4\xcc\x4b\x01\x23\xc8\xa5\x08\ \x21\x10\x42\x81\x80\x2e\x2b\xee\x96\x4d\x1b\x87\x87\x87\x4a\x92\ \xc4\x39\x37\x0c\x23\x35\x35\xed\x7c\xca\x39\x8f\xc7\x85\x31\x2a\ \xa3\x69\xbf\x5f\xaf\x96\x50\xa3\x66\xcd\xea\x2e\x97\x0b\x63\x6c\ \xdb\x4e\x71\x71\xf1\xa9\x93\x27\x7d\x3e\xbf\xc7\xe3\xfa\x4b\x7b\ \x59\x68\x8e\x37\x36\xa1\x86\x3b\x90\x91\x5b\xe0\x63\x92\xf4\x9f\ \x5c\x51\x20\xc4\x39\x33\x74\xc3\xb2\x1d\x40\x58\x51\x14\x55\x95\ \xcb\x3e\x2c\xb7\x3a\x9f\x39\x96\x2f\x60\x94\x9d\xe2\x72\xbb\x54\ \x45\x66\xb6\xa5\x6b\x86\x23\x84\x24\x2b\x6e\x97\x02\x42\x20\x00\ \x5d\x0b\x98\x0e\x97\x55\x97\x4b\x91\x2a\xbe\x2e\x15\xa8\x40\x05\ \xfe\x53\x20\xf5\xea\xd6\x82\x2b\x66\x30\x42\xa5\x3e\x6d\x7c\x8d\ \xb0\xfb\xab\x7a\x5d\xb6\x66\x6a\x7e\x5d\xf3\x2b\x8e\x51\x55\x81\ \xa6\x11\x9e\xfd\x59\xbe\x52\x01\x12\x21\x96\x65\x61\x22\xb7\x69\ \xd3\xda\xed\x56\x4d\xd3\x34\x0c\xc3\xb2\x4c\x00\x51\xa9\x52\x14\ \x42\x24\x3b\x2b\x5b\x51\x64\x00\xe4\xf3\x07\x6a\xd4\xa8\x55\xb7\ \x6e\x6d\x00\x61\x9a\x86\x65\x99\x8c\x39\x6e\xb7\x2b\x3a\xba\x52\ \x76\x76\xae\x6d\x99\x94\xd2\x9b\xb1\x99\x00\x21\x6c\xcb\x29\x80\ \x7a\xb3\x9e\x1f\x1b\x54\x74\xee\x74\xd2\x45\x26\x49\x9c\x0b\x2e\ \x40\x00\x42\x20\x04\x17\x8c\x73\xce\x85\x00\x10\xe5\xff\x40\xe5\ \xa3\x10\x9c\x33\xce\xb9\x80\xb2\x23\x42\x94\xfd\x97\x73\x01\x08\ \x03\x00\x42\xc2\xd0\x6c\x1f\x73\x27\xd4\xae\x57\xb7\x56\x8d\xca\ \xd1\x51\x32\xd7\x0a\x73\x0b\x81\x52\x84\x10\x67\x5c\x08\x8c\x90\ \xe0\x8c\x0b\xc0\x48\x70\xce\xb8\xcd\xb9\xa1\x56\x6f\xde\xb0\x76\ \xb5\xaa\x55\xab\x25\x54\x0f\x37\xf2\xf3\x8a\x03\x01\x5a\xa9\x6e\ \x83\x86\x75\xaa\x57\xf5\x38\xa5\x25\x25\xa5\x80\xe5\x12\x0d\x45\ \xd5\x68\xd8\xb8\x6e\x82\x4b\xcf\x2f\x2e\xd1\x10\x95\x38\x63\x57\ \x1f\xac\x02\x15\xa8\x40\x05\xfe\xa6\x13\x04\x28\xe7\xbc\xcc\xfb\ \x81\x10\x68\x16\x6b\xe4\xc5\x77\x84\x83\xaf\x28\x3f\xc5\x6f\x47\ \x2a\xa4\x92\x42\x8e\x97\x98\xf1\x2e\x1a\xe3\x96\x87\xc6\xab\x4b\ \x2f\x04\x1c\x8c\x4c\xcb\xa9\x57\xaf\x16\x42\x10\x08\x04\xae\x33\ \xd1\xe3\xe2\x62\x72\xb2\xb3\x4d\x53\x43\x08\x79\x3c\xde\xca\x95\ \xe3\x8a\x8a\x8a\x12\x13\x93\x28\xa5\x00\xe0\x38\x4e\x70\x70\x50\ \xdd\xba\x75\x6a\xd4\xa8\x7e\xfa\xd4\x29\x4a\x9d\x1b\x59\x4c\x08\ \x08\x18\x42\xa2\x28\xc4\x8b\x29\x06\xc1\x85\xe5\x10\x93\x49\x0a\ \x16\xc2\xb1\xb1\xa3\x59\x4a\x90\xed\x70\x99\x10\x00\xce\x0d\x9b\ \x13\x59\xc2\x82\xeb\x3a\x95\x65\x0e\x50\x62\x22\x97\x42\x09\xb7\ \x99\xee\x27\xaa\xd7\x12\x18\x09\x20\x18\x03\xb7\x1c\xc3\x90\xdc\ \x6e\x3d\xc0\xe4\xca\x2d\xa7\x0e\xeb\x1e\xab\x38\xa6\x23\x24\x97\ \xdb\xeb\x92\x33\x8f\xfd\xf1\xfd\xca\xdf\xf3\x49\x18\xc6\x44\x72\ \x02\x16\x78\x39\x72\x14\x6e\x9b\xa0\x60\x2c\x40\x2f\x76\xd5\x6d\ \xf7\xf8\x23\x5d\x0a\x73\xb2\x1c\x42\x8e\x7c\x79\x7e\x57\x2a\x1a\ \x32\x6a\x64\xbf\x96\x71\x18\x4b\x94\x15\xac\x5a\xf4\xf6\xda\x93\ \x05\xb5\xfa\x8e\x79\xfc\xde\x0e\x0a\x66\xb6\x96\xf1\xdd\xdb\x0b\ \x77\x66\x38\x58\xa6\x2a\x33\x81\x4a\xfc\xb2\x6d\x8e\x10\x08\x01\ \x42\x08\x8c\x10\xaf\x30\xba\x2b\x50\x81\x0a\xdc\x16\x53\x0b\x7a\ \x8d\x0b\x02\xe9\xa6\xd3\x3a\x0c\x70\xa0\xc8\x66\x3c\x45\x97\x36\ \x65\x07\x6a\x29\xfc\x98\xad\x8c\x89\x71\x02\x76\xa0\xb1\x2c\x87\ \x20\x5e\xea\x30\x42\x68\x70\x70\x90\xa6\x69\x00\xe2\x5a\x1f\x37\ \xe7\x02\x40\x84\x85\x87\x5f\xb8\x50\x82\x10\xc4\x47\xc5\x30\xc6\ \x34\x4d\x43\x08\x1a\x35\x6a\xc8\x18\x0b\x04\x02\xe7\xcf\xa7\xea\ \xba\xe1\xf5\xba\x25\x59\x76\x1c\x46\x08\xf9\xf3\x13\x71\x9f\xe5\ \x6e\x75\xe7\xbd\xe3\x07\xb7\x09\xe2\x36\x56\xd9\x49\xd3\xcc\xa5\ \xd1\x53\x9f\x9a\xd5\xb3\xaa\x62\xea\x85\x7f\x7c\xff\xf1\x8a\x8d\ \xf9\x23\x66\x3d\xd1\xb7\x71\x15\x45\x98\x67\x4e\x9e\x95\xe3\x6b\ \xd7\xae\x24\x1d\xfb\xe3\xc7\xcf\xbf\x59\x73\x9e\x57\xee\x3d\xf8\ \xde\x91\xfd\x5a\x07\xf1\xa2\x5d\x6b\xbe\xf9\xf4\x87\xdd\x21\xcd\ \xfb\x3d\x36\x79\x60\x95\x10\xb7\xd0\xf2\xfe\xf8\xf6\xd3\x9f\xb7\ \x1c\xd1\x42\xda\x4c\x9b\x30\xd0\x3e\xb9\xf5\x98\x5a\xbb\x63\xb3\ \x2a\x92\x84\x33\x0e\x1c\x41\xb5\x7b\x0e\xeb\x91\x3d\x7f\x6b\xe0\ \xd9\x97\x9f\xc7\x7b\xe6\x3d\xf7\x3d\x5e\xb2\x6c\xfc\xb6\x77\xde\ \xdc\x65\x36\x7c\x6d\xf6\xf0\x75\xcf\x4d\xdb\x1b\xaa\x9a\xe9\xa7\ \x17\xbf\x3a\x77\x5b\x8a\xbf\x5a\x6c\x58\x50\x50\xf0\xa1\xed\xab\ \x0f\x7d\x95\x94\x8a\x1b\xbc\xf3\xd1\x0b\x8d\x2b\x87\x7c\x73\xda\ \x33\x74\x40\xbb\xec\x9d\x2b\x5e\xfe\xe6\xdc\xb4\xd7\x5f\xef\xdb\ \xa7\xd1\xa6\x95\xce\x9b\xf3\x1e\xca\xf8\x79\xc9\x17\x1b\x0e\x71\ \x4f\x28\x46\x42\x0b\x18\xbe\x80\xa6\xaa\x92\x22\xcb\x9a\xee\x84\ \x06\xa9\x80\x71\x85\x16\x56\xa0\x02\x15\xf8\xd7\x4c\x7d\x8d\x4d\ \x8d\x18\xe7\xa1\xcc\x62\x9a\x69\x31\xd1\x2f\xc8\xb3\x38\x20\x7d\ \x96\x6b\xcc\xa9\x83\xc3\xec\x52\xdd\x66\x5e\x59\xa6\x9c\x32\xce\ \x29\x60\xce\x39\x63\x2c\x3f\x3f\xbf\xa8\xa8\x08\x5f\xa6\x9b\xaa\ \x55\xab\x02\x28\x84\x60\xc6\x18\x46\x08\x63\x64\x59\x96\xe3\x30\ \xce\x85\xdf\xef\xe7\x9c\xeb\xba\x5e\x66\x7a\x13\x42\x00\xd0\x95\ \x5b\x5f\x81\x63\x5b\x41\xf1\x1d\xc6\xdd\xd7\xf6\xc4\x17\xef\xfc\ \x98\x12\xf1\xcc\x33\x43\x64\x59\x72\x69\x39\xeb\xbe\xfc\x24\xb1\ \x52\x78\x9b\xbe\xfd\xba\xf6\xba\x63\xf3\xb6\xaf\xa3\x13\x62\xd3\ \x37\x7e\xff\x7d\x9a\x34\xf5\xa1\x61\xe7\x56\x2e\x7a\x59\x6f\xff\ \xe2\x88\x5e\x71\x7f\xec\xb4\xa3\xba\x8e\xed\x5f\x7f\xfd\x7b\x73\ \x8e\xca\x6d\x66\x4d\x19\x93\x7a\x34\xf9\x74\x50\x70\x94\xaa\x7f\ \x31\x67\xae\xd9\xe5\xa1\x69\x43\xee\xf8\x63\xfb\xf1\x4a\x6d\x5b\ \x46\x94\x1c\x5a\x95\xe5\x1e\x3d\x38\xec\xb3\x79\x73\x23\x47\xbd\ \xd8\xd5\x9f\xb6\xf4\x9b\x9c\x59\xe3\xdb\x86\xac\xfd\xfa\x6c\x6a\ \x66\xfb\xaa\x0d\x6b\xd7\xb7\xc2\x43\xab\xd5\xab\x5a\x25\xc3\xae\ \x17\x1c\x38\xb3\xff\xbc\x1e\xdc\xd4\x2a\x51\xa2\xc7\xcd\x9c\x3b\ \x24\xfd\xc4\xca\xef\x7e\xc9\xd4\xf5\x9c\xe4\xc4\x52\x33\xa8\xd7\ \xc8\xbe\x51\xc5\x27\xbf\x3b\x9a\x46\x63\x3b\x45\xc9\xce\xb1\x8c\ \x0b\xf9\x85\xe6\xa5\x94\xdc\xfa\x55\x6a\x07\xf9\xb7\xec\xdb\xbd\ \xc7\x9f\x9e\xc7\x90\x24\x38\xf3\x1b\xa8\x52\xc3\x5e\x8f\x0d\x6c\ \x99\x77\xf8\x8f\xf5\xa7\x02\x7d\xdb\xd4\x3a\xb9\x7e\x4d\x86\x23\ \x91\x0a\xd7\x48\x05\x2a\x50\x81\xdb\xb0\xa9\xaf\xfe\x1f\x21\x54\ \x62\x39\x42\xb6\x31\x17\x1b\x2f\x16\x31\x1a\x39\xb0\x5a\xe8\x2f\ \x17\x72\x46\x84\x59\x5e\x09\xf9\x0c\x70\x04\x41\x80\x38\xe3\x9a\ \xa6\x03\x88\xd0\xd0\xd0\x88\x88\x88\x2b\x3f\xb7\x6d\xdb\x34\x2d\ \x4d\xd3\x31\x42\x80\xb0\xae\x1b\x96\x65\x39\x8e\xcd\x18\x73\x1c\ \x87\x73\xee\x38\x4e\xd9\xbf\x4d\xd3\x62\xcc\x41\x80\xae\x73\x00\ \x30\x8e\xbc\x51\x35\x23\x51\xce\x8e\x1d\x87\x8e\x17\x37\xf2\x9b\ \x0e\x63\xcc\x53\xb9\xe5\xc4\xc9\x43\x78\xe6\x45\x50\x08\xd6\xa9\ \x4b\x06\x26\x50\x20\xfb\xe2\x81\xa3\x66\x66\x89\xa3\x15\xa5\xec\ \x3d\x12\x1e\x78\xa0\xae\xe4\x0a\xab\x12\x5f\x03\xfb\xcf\x6e\xd9\ \x7c\x30\xd5\xa3\x27\x8e\xea\xdb\xb0\x5a\x74\xa2\xcd\x98\x69\x66\ \x9f\x3d\x95\xe2\xbd\xc8\xdb\x57\xa2\x9e\xc8\x84\xc8\xe8\xa2\xe4\ \xdf\x3c\x31\xdd\xac\xa2\xa4\x1d\x07\x52\xba\xdf\xcb\x10\x08\x7f\ \x61\xa6\xdf\xd5\x38\x04\x4a\xf6\x9e\x4c\xeb\xd1\xa3\xd1\x3d\xbd\ \x8b\x02\xf9\xe9\xd1\xad\x9a\xb5\xa5\x0d\x72\xf6\x7f\x17\x90\x50\ \xe1\xa6\x6f\x9e\xdb\xed\x8e\xaf\xdd\x72\xec\xe4\x91\x0f\x96\xa4\ \xbd\xba\x62\x97\x2e\x55\xed\x37\x6e\xcc\xc8\xd6\xea\x57\x6f\x2d\ \x3a\x92\x19\xc0\x09\x32\x02\x84\x00\x39\xdc\x41\x18\x03\x42\x92\ \x2f\xf5\x93\xc5\xef\x84\x04\xb9\x83\x82\xbc\xdc\xb1\x7c\xb4\xda\ \x03\x7d\x3a\xc9\xc5\x69\xc1\xcd\x06\x2e\x18\x55\x25\x6b\xef\xca\ \x5d\x01\x0b\x64\xa9\xc2\x03\x52\x81\x0a\x54\xe0\x5f\x31\xf5\xb5\ \x7e\x6a\x00\x89\xa0\x83\x3e\xd4\x43\x61\x8c\xb3\x90\x90\xc8\xc1\ \x2a\x8f\xe5\xb9\x07\xe3\xc2\x1d\x3d\x57\x62\xd6\x49\x9d\x14\x72\ \x42\x41\xd8\xcc\x2e\x2c\x2a\x0a\x0d\x09\xb6\x4c\xf3\x4f\xd7\x43\ \x88\x10\x52\x54\x54\x88\x09\x41\x00\xc5\xc5\xc5\xe1\x11\x61\x9c\ \x73\x87\x39\x29\xe7\xcf\x03\x00\x63\x4c\x51\x14\xc7\x71\x4a\x4a\ \x4a\x2d\xcb\x52\x64\x7a\x6d\xd8\x09\x00\x00\x67\xfe\xfc\xb4\x22\ \xe8\xd4\xb5\x53\xd3\xb3\x87\xdd\xaa\x4c\x1d\xc0\x55\x9b\x76\x6e\ \x19\x15\x78\x76\xde\xd7\xde\x3b\xc7\x4d\x6c\x20\x97\x85\x95\x10\ \x49\x92\x65\x06\x42\x50\x49\x91\x29\x12\x20\xb0\x63\xe6\xe4\x5e\ \x44\x41\xed\x5a\xb5\xac\x83\x95\x96\xb5\x83\xcc\x75\x59\x05\x3c\ \x1c\x01\x42\x92\xaa\x4a\x08\x09\x2e\x00\x04\x07\x41\xb1\x93\x5b\ \x58\xea\x0e\xa9\x5c\xb7\x6a\x84\x9b\x62\xa2\xba\xaa\xd4\x8e\xf3\ \x14\x64\x99\xc8\xc9\x38\x7c\xb2\x68\x50\xcb\xf6\x51\xae\x6f\x57\ \xac\xac\xde\x7f\x74\xdf\xaa\xda\xe7\x3f\x9d\xd3\x78\x48\x54\x68\ \x88\xe5\x2b\x4c\x4d\x39\x5f\x60\x8a\x58\xb7\xec\x0b\xf0\x66\x23\ \x86\x4d\xec\x11\xfd\xc3\xd2\x25\x5b\x53\x0d\x6f\x78\xb0\x3f\xfb\ \xfc\xf9\x52\x68\x58\xbf\x79\xf3\x46\xe7\x1a\x34\xac\x94\xbf\xeb\ \x78\xae\xab\xf2\xbd\xf7\x77\x09\x9c\xdc\x7a\x24\x25\x5f\xc8\x72\ \x30\xe4\xfe\xfc\xc9\x22\x96\x9f\xed\x53\xa3\xe3\x23\x14\x56\x94\ \x13\x20\x12\x08\xce\x2b\xa8\xba\x02\x15\xa8\xc0\xbf\xf6\x7e\x08\ \x71\x65\xfd\x2d\x63\x74\xc4\x90\x76\xfa\x50\x77\x97\xd3\xc8\xc9\ \x67\xa5\x4c\x63\xbc\xb9\xac\x61\xee\x14\x3a\x78\x55\xb1\x64\x53\ \x2a\x01\x60\x0c\xd9\x59\x59\xb2\x2c\x11\x8c\x85\x28\x77\x74\x23\ \x04\x98\x90\x82\xdc\x7c\x9f\xcf\xef\x72\x29\x08\x81\xa6\xf9\x73\ \x72\x72\x22\x23\x23\x6a\xd5\xac\x59\x46\x48\x08\x21\x21\x78\x20\ \xa0\x65\x66\x66\x01\x80\x28\xcf\xb8\xb9\x0a\x4c\x71\x41\xda\xfe\ \x8f\xbf\xaf\x3d\xfe\xde\xc7\x3e\x1f\x4d\xb8\x53\xbc\xab\xd4\x97\ \x7a\x61\xe7\x91\xc2\x07\x9f\x7c\xe5\x25\xe6\xf2\x68\x49\xbb\x34\ \x86\x64\x45\x96\x30\x16\x02\xcb\x8a\x2c\x11\x00\x20\xb2\xa2\x78\ \x55\x38\xbb\xf7\xf7\xef\x9b\x56\xbf\xef\xc5\xb7\xc7\x72\xff\xb1\ \xdf\xbf\x5f\x77\x2c\x23\xb6\xaf\x4b\x51\x24\x24\x00\x08\x55\x55\ \x45\x62\xbe\x94\xec\xac\x7e\x5d\x5a\xe7\xbc\xf9\xdb\xee\x46\x53\ \x9f\x7e\xe3\xe5\x52\x66\x85\x24\xf4\x9b\xd0\xb4\xe8\xf7\xcf\x97\ \xf9\x85\xec\xe4\x9f\xde\x7d\xde\x6c\x50\xeb\xd2\xa6\x2d\x87\x7a\ \xb7\x1a\x6c\x29\x99\x67\xcf\xa6\xe4\xe3\xc6\x0f\x3e\x30\x65\x40\ \xbb\x78\xb0\xad\xf4\xe4\x5d\x5f\xaf\x39\xa8\xa9\x75\xba\xb5\xae\ \xed\x76\x05\x0d\x98\xf0\xd4\x10\xb7\x3b\xf3\xc0\x8a\xa7\xe6\xac\ \xfe\xf6\xdb\x75\x4f\x4c\x1c\xb4\xa4\x8b\x9c\x79\x6a\xfb\x7b\x3f\ \x1f\x12\x31\xbd\xfb\x0f\x1a\x78\xd1\x39\x7f\x2c\xf1\x92\x29\xc9\ \x44\xe8\x5a\xb1\x1f\xab\x2e\x95\x17\x66\x67\x72\x2c\x49\x94\x60\ \x54\xb1\xa9\x58\x81\x0a\x54\xe0\x36\x98\x1a\xf5\xee\xd5\xe5\x5a\ \x67\xb1\x23\x80\x9a\xc6\x08\x4f\x49\x7b\x45\x0f\xc2\x9c\x80\xd0\ \x04\xce\x60\x74\x85\x2f\xf8\x04\x04\x79\x65\x2c\x04\x20\x04\x96\ \x69\x4b\x92\x12\x19\x15\x29\xcb\x32\xc6\x48\x08\x60\x8c\xf9\x7c\ \xfe\xc2\xc2\x02\x59\xa6\x65\x17\x14\x42\x58\xa6\x13\x16\x1e\x16\ \x14\x14\x44\x08\x06\x40\x42\x70\xdb\x76\x0a\x0a\x0a\x4c\xd3\x50\ \x14\xe9\xe6\x34\xc5\x85\xc6\x68\x58\x58\x98\x47\x46\xcc\x36\x2d\ \x7f\x71\x89\x89\x69\x50\x58\xa4\x57\x06\xc1\x98\x56\xec\xd3\x90\ \x1c\x16\x16\xa4\xe7\x65\x5b\x72\x50\x48\x88\xa4\x67\xe7\x59\xe1\ \x51\x61\x94\x97\x16\xf8\x0c\x5b\xc3\x9e\x4a\x11\xc1\x92\x30\x7d\ \x05\x79\x26\xa8\xd4\x1d\x1a\xe6\x16\x76\x51\x5e\x81\x14\x17\x13\ \x64\x07\x0a\xf3\xf3\xa4\xfa\x4f\x3e\x3b\x3e\xea\xd2\x96\xe5\xbf\ \x1c\x41\xaa\x8b\x5b\x26\xa2\x12\x2b\xc9\xce\x2f\x29\xe5\x92\x9b\ \x09\x24\xe4\xc8\x18\xa5\x28\xbf\xc8\xc4\x41\x11\xa1\xc4\xd0\x4a\ \x4b\xfc\x38\x48\x75\xb9\x83\x5c\x04\x01\x37\x8a\x73\x03\x96\x63\ \x4b\x91\xa1\x41\x6e\x95\x72\x40\x08\x10\x02\xb3\xa4\xb4\x54\xd7\ \x1c\xac\x86\x84\x87\xa9\xd8\x2c\xce\xf6\xd9\xc2\x26\xa1\xa1\xc1\ \x0a\xd1\x0b\x34\x1b\x78\x45\xdd\xab\x0a\x54\xa0\x02\xff\x15\xa6\ \xee\xd5\xb3\xcb\xf5\xdb\x7a\x02\x2c\xdb\xa9\x0d\x5a\x4d\x62\x28\ \x88\x67\x33\xf9\x24\x77\x05\xa8\xe2\x26\x7f\x0a\x54\x70\x1c\x87\ \x73\x21\xcb\x8a\x24\xd1\xb2\xb4\x72\xc7\xb1\x65\x59\xba\xf6\x6a\ \x42\x08\xcb\xb2\x09\xa1\x8a\xa2\x60\x8c\x1c\x87\x19\x86\x81\x31\ \x48\x7f\x95\xc9\x22\x84\x10\x8e\xed\x70\x21\x00\x21\x4a\x25\x82\ \x81\xd9\x8e\xc3\x39\x00\x60\x42\x28\x25\x8e\x65\x01\x96\x24\x82\ \x2c\xdb\x42\x44\x96\x30\x37\x2d\x46\x24\x89\x12\x10\x8c\xdb\xb6\ \x23\xca\x7e\x48\x10\x77\x1c\xdb\xe1\x92\x2c\x23\xe1\x58\x36\x97\ \x15\xd9\x32\x1d\x12\xd5\x60\xd8\xd0\x3b\x5b\x55\x0b\x0e\xf8\x03\ \xa0\xaa\x99\xdb\x56\x7d\xf5\xdb\x2e\xdd\x13\x41\x10\x20\x10\xcc\ \xb1\x1d\x8e\x15\x99\x32\xc7\x66\x02\x24\x49\x46\xc0\x99\xe3\x38\ \x8c\x03\x20\x4c\x28\xa5\x18\x01\xb7\x2d\xe7\x4a\x98\x1d\xc2\x54\ \x92\x08\x02\xee\xd8\x0e\xe3\x80\x29\xa5\x04\x23\xc1\x2c\x9b\x21\ \x42\x29\xc1\x15\x3c\x5d\x81\x0a\x54\xe0\xbf\xc4\xd4\x3d\xba\x77\ \xba\x49\xa5\x53\x04\x26\x07\x8b\x03\x00\x10\x04\x2a\x86\x5b\x45\ \x93\x31\xc6\xca\x3c\x18\x18\x63\x42\xf0\x8d\x66\x32\x42\xc0\x39\ \x67\x8c\x97\x79\x3f\xca\x8c\xeb\xff\xc5\x31\x23\x00\xdb\xb2\x1d\ \x2c\x47\xc7\x54\x0a\xf5\xb8\x30\x38\xbe\xc2\xfc\x82\xd2\x80\x40\ \xa4\x42\x21\x2a\x50\x81\x0a\xfc\xdf\x64\x6a\x7a\x63\xa8\x5c\x19\ \x64\x84\xe4\x2b\xf4\x2c\xe0\xa6\x69\x1a\x08\x21\x7c\x4d\x44\x70\ \x79\xd6\xe0\xcd\x4e\xbb\x12\x37\x2d\x04\x08\xc1\xff\x77\x87\x4d\ \x24\x82\x85\x93\x9f\x79\x29\xb7\xec\x1b\x43\x08\x21\x04\x38\xaf\ \x50\x88\x0a\x54\xa0\x02\xff\x47\x99\x1a\x08\x82\x9b\x31\xb5\xb8\ \x89\x31\xfa\x77\xce\xb9\xfd\xd3\xfe\xe7\x86\x0d\x00\x80\x08\xc1\ \xe4\xff\xd2\x53\x55\xa0\x02\x15\xa8\xc0\xad\x38\x8b\x6a\xa9\xa5\ \x15\x7d\x5e\x2a\x50\x81\x0a\x54\xe0\xff\xb4\x4d\x6d\x66\x68\x57\ \xac\x5e\x6e\x03\x60\xc0\x15\x0e\xdb\xbf\x05\x04\x60\x3b\x16\x47\ \x54\x26\xb7\x93\x23\x2e\x2c\xcb\xc2\x54\xa6\xff\x7d\xdb\x8d\x82\ \x99\x0e\x93\xa8\x82\xd1\xdf\x8c\x05\x14\xff\x85\xb5\x06\x63\x96\ \x23\x88\x42\xff\xdb\x94\x49\x70\xd3\xb6\xa9\xa4\xfc\x75\x92\xe7\ \x7f\x65\x08\x15\xa8\xc0\xff\x1d\x76\xa1\x88\x96\xd5\x9c\x03\x81\ \x51\x70\x03\xa2\x68\xbc\xf0\x22\x87\xff\x54\x39\x0a\x01\xdc\x14\ \x9c\x03\xa2\x88\xc8\x37\x3f\x85\x5b\xc0\x9d\x32\x87\x04\x60\x15\ \x61\x04\xdc\x12\xdc\x01\x40\x08\x2b\xe5\x85\x31\x04\x13\xcc\x04\ \x00\xc0\x0a\xba\xed\x0f\x89\x70\x2c\x5b\x00\xe2\xcc\x41\x44\x96\ \xe5\xff\x24\x65\x70\xce\x04\xe0\x3f\xc7\x74\x08\xc6\x70\xb5\x56\ \x9d\x22\xb4\xf3\xc7\x92\xf3\x30\x21\x7f\xfd\x89\xe4\xc4\xdb\xbc\ \x7b\x23\xdf\x99\x23\xa9\x99\x16\xa5\xe8\x2f\xd8\xd6\xb2\x18\x95\ \xe5\x7f\x97\xcf\x85\xe0\xc4\x5b\xb9\x43\xd3\xb8\xd4\x83\x07\xf3\ \x0d\x42\xfe\xfd\x17\x4a\x24\x99\x60\x61\x19\xa6\x40\xff\xf6\xcd\ \x99\x83\xe2\x9a\xb4\x8f\x43\x99\x47\x4f\x65\x02\xf9\xcf\x93\xb5\ \x10\x1c\xa9\x91\xed\xda\xd7\xca\x3c\x72\x38\xab\x90\x91\x5b\xb0\ \x35\xc2\x44\x56\xa8\xad\x1b\x4c\x40\xc5\xc2\xb1\x02\xff\x68\xe0\ \xcb\x73\x0b\x90\x1b\x37\xfb\xc0\xdb\xfc\x4e\x22\x2c\x51\x6e\x8d\ \x5c\xdb\x07\x46\xdc\x70\x04\x6e\xf1\xdf\x2b\x47\x38\x70\x0e\x41\ \x4d\xa5\x2a\x7d\xa4\xb0\xaa\x88\xdb\x37\x39\x5f\x70\xf0\xd4\x24\ \xf1\x3d\xa4\xf8\x5e\x52\x7c\x27\xea\x92\x81\x3b\x20\xc7\x90\x98\ \x6e\x52\x6c\x5b\xa2\x4a\x82\x73\x10\x0e\xe0\x20\x52\xa9\xb3\x14\ \xd7\x9e\x2a\xf2\x35\x3b\x7f\x7f\x99\x36\xe2\x98\x96\x52\xb5\xf5\ \x2b\x6b\x57\xbf\xf4\xc2\xb0\x1a\x95\x43\x80\xdd\x22\x19\x50\x5c\ \xc6\xad\x0e\x08\xf1\xa7\x23\x9c\x69\xcc\x33\x62\xd9\x2f\x9f\x2d\ \xe8\x8f\x4c\xfd\xea\xaf\xb8\xa3\x9b\x72\x8f\xc9\x4f\x8c\xe8\x55\ \xd3\xb6\xec\xbf\xb8\x11\x00\x08\xc1\x84\x2b\xf6\xc1\x57\x1f\x69\ \x53\x5b\xd5\x2d\xe7\xc6\xb3\x2e\x0b\xd0\x61\x6a\x7c\xef\xe1\x77\ \x57\xf3\x22\x9b\x5f\xff\x84\xff\x82\xc9\x6c\x53\xa9\xd2\xe1\xb1\ \x17\x26\x26\xa8\xb6\xc5\xc5\x95\xdb\xff\x85\xe8\xae\x0e\x53\x30\ \xc3\x94\x3a\x3c\x38\x75\xc9\xa6\x5f\x57\xfd\xf2\x4c\x95\x20\xc7\ \x76\xae\x17\xcf\xad\xe5\x07\xc0\xb9\x6e\xa1\xb6\x23\xa7\x4f\x18\ \xd4\x84\x5b\xe6\x5f\xff\xea\xef\x59\xfb\xc2\x71\x48\x44\x9d\xc9\ \xf3\xa6\xd6\x8b\x46\x86\xc9\x6e\x2a\x40\xdb\xb4\xa2\x1a\xf7\x7a\ \xe5\xc7\x15\x3f\xed\x5b\x71\x4f\xa7\xd0\x80\xe6\xdc\xf2\x81\x2b\ \x50\x81\x7f\x04\x53\x73\x0b\x84\x00\x44\x81\x06\xa3\xab\xab\x55\ \x02\x88\x80\x60\xc0\x19\x80\x00\x01\x00\x18\x84\x00\xc0\xc0\x9d\ \x32\x5b\x58\x08\x01\x88\x80\x28\x33\x81\xa1\xfc\xaf\x08\x83\xb0\ \x04\x67\xc0\x1c\x88\x1f\xef\xee\xf9\xae\xbb\xf1\x34\x57\x97\xc5\ \xee\x84\x06\x88\x33\x00\x04\xc0\xcb\xaf\x09\x00\x8e\x83\xaa\x4d\ \xf6\xf4\xfb\xd1\xdb\x61\xbe\xa7\xdd\x2c\x35\x58\x12\xb4\xba\xd4\ \xe9\x9b\xa0\xbe\xdf\x7a\xfb\xfe\xec\xed\xf8\x82\xa2\x32\x21\x82\ \x71\x93\x05\x9e\xbe\x5f\x7b\x7b\x7d\x17\xd4\xe9\x39\x45\x11\x82\ \x0b\x00\x10\x5c\xdc\x32\x17\x9b\x9b\x86\xa7\x61\xaf\x39\x9f\x3d\ \x1f\x9a\x97\xa8\x36\xec\xd2\xad\x5b\x6d\x71\x73\xf6\xe4\x0e\x07\ \x49\x75\xb9\x3d\x6e\x45\x22\x00\x02\x00\xcb\xaa\xcb\xed\x75\x13\ \x60\xb6\xcd\x00\x80\x0b\x41\x64\xc5\xed\x51\x11\xb3\x2d\x9b\x09\ \x44\x3c\x1e\x29\xf3\xe0\x96\x1d\xfb\x2e\x0a\x52\x6e\x0c\x3b\xa6\ \x29\xb0\xa4\xba\x55\x85\xde\xca\x99\x21\xb8\x00\x49\x75\xb9\x5c\ \x12\x33\x4d\x87\x09\x40\x08\x4b\x44\x56\x5d\x2e\x59\x62\x96\xc5\ \x04\x80\xe0\xb6\x61\x61\x49\x75\xa9\x92\x63\x9a\x0e\x17\x00\x4c\ \xa9\xdc\x72\xcc\xf4\x49\xf5\x63\x3d\x8a\xdb\x25\x11\x24\x38\xb3\ \x0c\x8b\x28\x2e\x55\x26\xb6\x69\x31\x71\x73\x83\xd6\xb2\x99\xec\ \x76\xa9\x8a\x2c\x61\x5c\x16\x22\x6e\x99\x5c\x76\xb9\x65\x02\x96\ \x69\x09\x40\x08\xa3\xcb\xe4\x0d\x00\x80\x10\x08\xce\x01\x4b\x2e\ \x8f\x9b\x22\x6e\xdb\x42\x51\x9c\x1d\x1f\x2d\x7a\xe9\xb9\xcf\xad\ \xe8\x68\x0f\x05\x21\x04\x20\xe0\xb6\x65\x33\xa4\x7a\x5c\x44\x30\ \xcb\x62\x65\x56\xab\xec\x72\xb9\xbd\x2e\x22\x98\x6d\x33\x40\xe0\ \x58\x26\x43\x44\x55\x5d\x0a\xa5\x18\x21\x00\xe1\x58\xa6\x23\xa8\ \xdb\xe3\x22\x82\xd9\x0e\x03\x00\xc1\x19\x07\xac\xb8\xdd\x6e\x8f\ \xeb\xef\x57\xa8\x42\x40\x24\x22\xbb\xdc\xaa\x42\x1d\xb3\xec\x63\ \xc4\x2c\xd3\x22\x8a\xcb\xed\x92\x98\x65\x21\x49\xca\x3f\xb9\xf1\ \xb9\xfb\x67\x1d\xd3\xa4\xc8\x10\x59\x5c\xfe\x84\x01\x22\xaa\xc7\ \x2d\x53\xb0\x0c\xab\x22\xdc\xa7\x02\xff\x14\x50\x6e\x42\x48\x4f\ \xa5\xdd\x8b\x6a\x68\x28\x48\x91\x90\x6d\x03\xe7\x10\xdc\x49\xed\ \x3e\x57\x51\x14\xd0\x8f\x5b\x7b\x9f\xd1\x0b\xdd\xb4\xf3\x7c\x77\ \x5c\x75\x28\x49\x17\xde\x78\x74\x71\xa9\xb6\xf7\x43\x3b\xa4\x9b\ \xd2\x66\xb6\x1a\x15\x87\x0a\xd6\x9b\x7b\xe7\x18\xc5\x1a\x6a\xf6\ \xb6\xa7\x4e\x47\x42\x08\xe4\xfd\x6a\xec\x99\x63\xd8\x35\x95\x56\ \x0f\x92\xc4\x59\xfe\xec\x00\x6d\xf5\x96\xab\xc6\x3d\x12\x12\xb4\ \x6a\x30\xdb\xf3\x8c\xe9\x10\x88\x1c\xe7\x69\xd5\x80\x6d\x7a\xd2\ \xa0\x5e\x54\xf4\xbd\xbe\xe6\x71\xd3\x01\x00\x86\xb0\xca\xce\x2d\ \xd4\xf6\x6f\x73\xa2\x1e\x73\x77\xba\x4f\x8d\x7c\xcb\x2c\x6d\xa3\ \x34\xe8\x83\x8e\x3d\x1a\x28\x89\x96\x3a\x3f\x2c\x57\x5b\x63\x9d\ \xde\x69\xe3\xb0\x6a\x2f\xfe\xfe\x75\xb5\xad\x6f\x4e\x9d\xb5\xd2\ \x96\x5c\x48\xd8\xcc\x30\x01\x51\xa2\xc8\xc2\x32\x0c\x2e\x9a\xf4\ \xea\xd2\x20\xfc\xd4\x83\x3d\xa7\xa4\x39\xa1\x11\x1e\x37\x72\x29\ \x37\xd0\xb9\xcd\x83\xea\x4f\x9f\xf7\x44\xab\xda\x5e\x4e\xe9\xc5\ \x9f\x3e\x7e\x73\xe1\x4f\x46\x64\x9b\x69\x6f\xcf\xa8\x5f\x39\x0c\ \x07\xd2\x96\xcf\x7a\x75\xe3\xd1\x82\xae\x8f\xcd\x7e\x6c\x4c\x5b\ \x33\x60\xe9\x17\x0f\xbf\xf7\xf4\x9b\xfb\x33\x82\x27\xbc\xfc\x78\ \x9f\x5e\x2d\x8c\xbd\x17\xbf\xfa\xee\xa0\x05\xc0\x4c\x33\xa6\xe3\ \x90\x67\xe6\x8e\x0e\x61\x56\x95\x7a\xb5\x0f\xef\x2a\x5b\x92\x94\ \x77\xd2\x29\x2b\x49\x6d\x8b\xe0\x11\x4b\xde\xba\xa7\x79\x68\xc0\ \x16\x19\x3b\x7e\x7a\xfb\xa5\xcf\x73\x2c\xc3\x50\xaa\x3e\xf0\xda\ \x3b\xbd\x9e\x93\x2e\xfd\xf1\xd9\xbc\x57\x7f\x2c\xb1\x68\xe3\xe1\ \x53\xa7\x3d\x7c\x47\x88\xc4\x4e\xff\xfc\xe9\xc2\x37\x7e\xe4\x95\ \x5b\xcc\x78\x73\x42\xcd\xba\x95\x1f\x5c\xfc\xce\x80\x82\xdc\x9f\ \xe6\xbe\xb4\xfa\x30\xea\x3e\xed\x99\x09\x23\xda\xba\x90\xb9\xe7\ \x93\x25\x1f\x2e\xdf\xce\x14\xe5\x0a\xe3\x22\x8c\x81\x39\x4c\x8e\ \x1c\xf2\xc2\xf3\xc3\x7a\x56\xb6\x51\x74\xb4\x9d\xe4\x58\x96\x23\ \x55\x19\x36\xfb\xd9\xa1\x3d\x6b\x81\x9e\xf7\xcb\x6b\xaf\x7e\xb3\ \x87\xcd\xfc\x7c\xe6\xc9\x37\x67\xfd\xbc\x27\x87\x43\xc4\xe8\xf9\ \xaf\x06\xef\xfc\x60\x9d\xbf\xf1\x4b\x6f\x8c\x71\x9b\x16\xb2\xb3\ \x3e\x9d\xf9\xf2\xc6\x83\x79\xc2\x31\x4a\x4b\xfc\xa6\x85\x04\x08\ \x40\x20\x6c\x8b\xc6\x35\x9d\x3e\xef\xc9\x36\x35\x43\xb5\xcc\x13\ \x1f\xcf\x9a\xbf\x3b\x31\xdf\x53\xb5\xed\x63\x6f\x4d\xab\x15\x1d\ \x0c\xa5\xc9\x1f\x3c\x33\x6f\xd7\xa9\xbc\xa8\x56\x77\x3d\xfd\xe6\ \x94\x58\x62\x57\xaa\xdd\xf8\xc2\xe2\xe5\x8e\xb0\xc2\x1a\xf6\x7a\ \xf8\xc5\x89\xb5\xa2\xdc\x90\x77\x6a\xe9\xcc\xf9\xbb\x93\x8b\x2a\ \xb7\x19\xfc\xd4\x9c\x51\x11\x92\x43\x24\xb6\xe9\xd5\x17\x3e\xfb\ \x23\x4d\x56\xa4\x9b\x2c\x0b\x44\x79\x05\x82\x72\xc7\xc5\x35\x47\ \x00\x40\x38\xa6\x19\xdc\x60\xca\x92\xf7\x47\x72\xe5\xc4\x77\x8b\ \x17\x2e\xda\xa8\x63\x77\xab\x07\xa7\x8d\x1b\xd1\x31\xc4\x4d\x53\ \xd7\x7f\xf9\xf6\x9b\xab\x4a\x6d\x66\x15\x97\x68\x7a\xf9\x07\xdd\ \x31\x8c\xe0\x46\xdd\x9e\x7b\x7f\x66\x55\x08\x30\x30\x7e\x7f\x7b\ \xfe\x57\x3f\x1f\x17\x8a\x5c\xe1\x16\xa9\xc0\x3f\xc0\xa6\xe6\xc1\ \xa4\xd9\x4c\x57\x70\xc0\x3e\xf4\xba\x51\xec\x03\x4c\x00\x03\xe8\ \xa7\xec\xe3\x6f\xe9\xc7\x96\x9b\xa4\x93\xda\x6c\x20\x25\x11\x24\ \x34\x02\xb2\xf6\x33\x39\x12\x65\x1d\xe2\xd1\x43\x65\x4f\x14\x6d\ \xfb\x96\xdb\x93\x6d\xef\x7b\xcd\x70\xdf\xa9\xb6\x7f\x44\xc2\x1c\ \x45\x75\xa3\xd6\x7e\xeb\xf8\x0a\x3b\x7a\x82\xbb\x6e\x0b\xec\x6d\ \x4f\xcd\xd3\x8e\x55\x4b\xe9\xfd\xad\xa7\x72\x5d\x84\x5c\x20\x1c\ \xe4\x0a\x42\x31\xe3\x5d\x1d\x9e\x50\x42\xe2\x40\xc8\xc0\x11\x92\ \xc2\xc0\xd3\x46\xe9\xf2\xbe\xbb\x6e\x2f\x02\x0e\xf0\x7c\x9e\xba\ \xca\x2c\xe5\x38\xb6\x05\xd5\x8f\x59\xf9\xf9\x10\x54\x9b\xf2\x43\ \x8e\xd4\x5f\x4d\x88\x10\x25\x1a\xf2\x56\x27\x18\x00\x71\x3b\x2b\ \x29\x29\x2d\xb3\x04\x30\x02\xe6\xd0\xf0\x7a\x75\x26\x3c\xdf\x70\ \x68\x7f\x57\x68\x78\xa5\x5e\x23\xaa\xd4\xa8\x74\x6e\xe3\xf6\x4b\ \x52\xcf\xf7\x56\x7f\x36\x76\x60\x73\x6e\x68\x8c\xdf\xc4\x9e\x96\ \x22\xeb\x75\x69\x1a\xf3\xeb\xac\xc7\x1f\xb9\x77\xfa\x7b\x5f\xed\ \xb5\x65\x0f\x2f\x3a\xfb\xd9\xf3\xb3\x9f\x19\xf3\xcc\xce\xdc\xda\ \x13\x1f\xec\xa3\x80\x5d\xbd\x55\x9d\xd2\x3d\x1f\x4d\xb9\x6b\xc6\ \x21\xd1\xe2\x99\x57\x87\x87\xa3\xec\xaf\x66\x3e\xf7\xce\x17\x7b\ \x42\xaa\xc7\x48\x88\x0b\x6e\x33\x57\xcd\x87\xe6\x4e\x36\xd6\x2e\ \x9c\x31\x62\xf6\xb6\xa3\xb9\x92\x42\x90\x10\x40\x68\x48\xa5\xe8\ \xe8\xf8\x98\x10\xaf\x0a\x82\x0b\x39\xa4\x71\xab\x88\x5d\x4b\x9f\ \x9d\x7a\xff\x1b\x72\xcf\x71\xd3\xc6\x35\x73\x6c\x24\x5b\xd9\xab\ \x5f\x7d\x7a\xfa\xe4\x8f\xaa\xde\x3d\xf5\xce\x06\x41\xb4\x7a\xb7\ \x99\x2f\xde\x7d\x70\xfe\x13\xd3\xc6\xbd\x5b\x65\xc4\xf4\x71\x43\ \xea\x96\x5e\x3c\xb2\xf0\xb1\xf7\x4f\x27\x26\x7f\x3a\x6d\xfa\xf4\ \xf1\xb3\x37\x1d\x2f\xa9\xda\x65\xe8\xd3\xd3\x5b\xfd\xf2\xf4\xd4\ \x27\x9f\x5a\xd9\xe1\xf1\xa7\x06\xb6\x0f\xd7\x74\x87\xb8\xbd\x91\ \xb1\x31\x95\x62\xa3\x5c\x14\x99\xa6\x53\x6f\xe0\xb8\xf1\xbd\x95\ \xc5\xa3\x27\xce\x7b\xf3\xd7\x52\x8e\x6d\x53\x34\xbd\x6f\xea\x84\ \x9e\x74\xe1\xa8\x31\xf3\x3f\x39\x33\x6a\xfe\x33\x4d\x22\x99\xe6\ \x84\x05\x57\xaa\x72\xf7\x93\xcf\xf7\x6d\x5f\x2b\x3c\x32\x5c\xf7\ \xfb\x23\x1a\x34\x88\xf0\x6f\x7d\x62\xd0\xb8\x95\xc7\xc2\x26\x4f\ \x1f\x1e\x26\x74\x0e\x98\x10\x5c\xbe\xf6\xe1\xcc\xb0\x3d\x43\x5e\ \x78\xb6\x35\xdb\xf5\xd8\x80\xf1\x6b\xd3\x62\x9f\x7e\x63\x74\x94\ \xca\xb5\xec\x53\x1f\xcf\x7c\xfe\x99\xb1\xcf\x1e\xd6\x9a\x4e\x18\ \xde\x41\x40\xd8\xb8\x39\x33\xbc\xfb\x3f\x7d\x64\xf8\xcc\xf5\xbb\ \x2f\x51\x59\xd8\x10\x3f\x7e\xee\x93\x11\xa7\xbe\x9f\x35\xea\xe9\ \xbd\xa2\xd1\x63\xb3\xfa\x12\x30\xa2\x1b\x76\x6e\x84\x2f\x2c\x18\ \x3b\xf9\xb1\x91\x33\xd7\x1c\xca\x95\x64\x7a\x23\x4d\x83\xa4\x84\ \xc6\xc4\x44\xc7\x47\x07\xb9\xe5\xb2\x20\x7c\x24\xab\x61\x31\x31\ \xd1\x71\xd1\x5e\x97\x24\x84\x40\x44\x96\xfc\xe7\xbf\x7c\xe6\x91\ \x27\x9e\xfe\xb9\xd5\x83\xd3\x3b\xc4\xa1\xa0\x66\x03\x9e\x9c\xd1\ \x65\xfb\xfc\xe7\x67\x3d\xbe\xbc\xda\xc8\x09\xf7\xf5\x8e\xd1\x0d\ \x8e\xc9\xd5\xdd\x04\xce\xb9\x3b\xae\x7a\xdd\xc8\x0b\xf3\xc7\x4d\ \x7a\x6d\xf1\xe1\xa1\x73\x67\x76\xae\xab\xe8\x66\x85\x61\x5d\x81\ \x7f\x02\x53\xd3\x78\x1c\x1c\x05\xb9\xbf\x1a\x27\xbe\xb2\x4b\x7c\ \x80\x11\x70\x80\x4a\x77\xca\xf5\xc6\xa9\x55\xdb\x51\xca\x40\x8e\ \x42\x18\x83\x53\xc4\xb3\x0e\x32\xcb\xc7\xb3\x0f\x32\xd3\x01\x77\ \x43\x29\x22\x44\xa4\x7e\x69\x1c\xfd\xdc\xbc\xb0\x9b\x07\x77\x91\ \x54\x0c\x9c\x43\xe9\x11\x3b\xe9\x5b\xb3\x38\x4f\x04\x55\x41\x4a\ \x14\x18\x36\x54\xe9\x43\x8b\xbe\x0a\x1c\xf8\xd1\xc1\x6e\x14\x38\ \xc3\x11\x26\xd5\xfb\x4b\x35\x06\x49\x91\x75\x50\x20\x87\x33\x8d\ \x9f\x7c\xc2\xf7\xdb\xc3\x7a\x09\x25\xad\xde\xf4\x54\x6f\x84\x2c\ \x43\xc8\xf1\x52\xc7\xcf\xbd\x55\x55\x67\xe7\x53\x46\x29\x03\x2c\ \x01\x41\xe2\xfc\x4b\xfe\xfd\x5f\xd8\x42\x2d\xeb\x76\x45\xb1\x95\ \xb5\xec\xc1\x07\x67\x2f\xde\xea\x10\x45\x80\x2b\xba\xcf\x84\xaa\ \x2d\xea\x87\xb6\x1c\xdc\xee\xb5\xcf\x9a\xdf\xd7\x53\x71\x2b\x25\ \x27\x36\x3c\xd1\x7b\xf4\x4f\x47\x9c\x07\xe6\x2f\x5b\xf2\xda\xbd\ \x5e\x61\xde\x48\xd6\x08\x71\x4d\xcb\x4f\x4f\xb9\x98\x9b\x99\x95\ \x57\xe0\xb3\x6d\x1e\xde\xb8\xf3\xe4\xf9\x73\x5f\x7c\xeb\x89\x4e\ \xcd\x2a\x05\xb9\x64\x0a\xc0\x6d\xee\x2f\xc8\xcf\x29\x3a\xfc\xdd\ \x67\xbf\x88\xe6\x6d\x63\x83\x89\xc1\x75\x43\xb7\x6d\x5b\x08\x21\ \x84\x63\x49\x71\x8d\x6a\x20\xff\x6f\x5f\xfc\x7e\x2e\xe3\xfc\xc5\ \x4b\xf9\x82\x12\x01\x16\x84\x55\x1b\xf1\xd6\xe2\xc5\x2b\xdf\x19\ \x3d\xb4\x0d\x31\x0d\x0e\xc0\x0d\xab\x24\x3f\xff\x42\xda\x86\x6f\ \xd6\x9e\x8a\xef\xd6\xda\x05\x1c\x6c\xbd\x20\x3b\xf3\xec\xb1\x5d\ \x67\x2e\x04\xaa\xc6\xb9\x22\xea\x75\x08\x3e\x7f\x64\xed\x2f\x87\ \x53\x4f\xad\x5b\xbd\x3f\xaf\x56\xd7\x26\x14\x0c\x43\xb7\x18\x63\ \xba\x3f\xa0\xf9\x75\xc3\x81\x6a\x4d\x3a\xb0\xbd\x5b\x36\xee\x48\ \x3c\xb3\x63\xd5\xef\xa9\xa2\x5e\x87\x3a\x42\xf8\x23\x3b\x0d\x7e\ \xe1\x8b\x65\x0b\x3e\x7f\xa9\x4d\xb5\x20\x1d\x68\xcd\x46\x2d\xb2\ \xd7\xaf\xdb\x71\x32\xe9\xfc\x89\x64\x9f\xe5\x30\xea\xa9\xdf\xac\ \xc5\x85\x9f\x56\xef\x3d\x93\xb2\x7f\xd5\xb7\x47\x51\xe5\xda\x09\ \x6a\xd6\xb9\x82\x2a\xf5\x5b\xdd\x35\xe3\xa1\xe1\x83\xda\x85\xaa\ \x85\x59\xd9\xb9\x5c\x50\xbd\xb0\x20\x2b\xef\xfc\xfe\xf5\xbb\xe5\ \xf0\xc8\x60\x15\xf8\xe5\x2d\x05\x21\x84\x60\x36\x0f\xaa\xda\x2c\ \x21\x6a\xc7\x27\x3f\x25\xe7\x9c\x5d\xf7\xf5\xcf\xa5\xf5\x5a\xc4\ \x85\x4a\x91\xcd\xba\x4d\x7d\xeb\xf5\x17\xde\x9c\xd1\xb6\x41\x44\ \x90\x82\xa4\xc8\x3a\x75\xbc\xf0\xfb\x67\x6b\x93\xb3\x53\x2f\x9c\ \xcf\x66\x88\x91\xa8\x06\xcd\xaa\xc6\xc5\xb5\xed\xf7\xd4\x5b\x4f\ \x36\x0d\xb5\x73\x34\x4e\x81\x08\x6c\x17\xe7\x65\xa4\x5f\xc8\xca\ \x4d\xcf\x28\xf2\x5b\x37\xee\xf5\x71\xcb\x94\x2a\x37\x9a\xf4\xee\ \x7b\x8b\x7f\x58\x38\xb4\x57\x03\x6e\x9a\x8e\x69\x28\x35\x5b\x4d\ \x5b\xb6\xf4\x9d\x1f\x16\x0c\xe8\x58\x83\x39\xa6\x40\x18\x59\xfe\ \xbc\xac\xac\xd3\x5b\xb7\x5d\x2c\x10\xf1\xd1\x6a\xa5\x5a\x6d\x6a\ \x44\x44\x74\x1c\x3f\xfd\xf1\xa7\x07\xa3\x9c\xec\x80\xe2\x26\x57\ \x86\xc0\xaf\xec\x90\x20\xab\xd4\x97\x9f\x9d\xb5\xf7\xfb\xcf\x77\ \x94\x86\xd5\x6f\x51\x15\x98\x5d\xc1\x02\x15\xf8\x27\x78\x3f\x4a\ \x84\x6d\x43\x50\x1d\x1a\x1c\xce\x08\x01\xc4\x05\x77\xd1\xc6\xd3\ \x15\xe9\xb0\xbe\xe3\x65\xa7\xe9\x72\x1a\x21\x81\x10\x80\x5c\xc8\ \x3e\x6e\x1f\x4e\x74\x70\x03\x09\x53\xc4\xf2\xb9\x45\x50\x70\x35\ \x12\x14\x2c\x82\x13\x30\xcb\xe6\x0e\x07\x00\xc0\x0a\xa2\x92\x10\ \x0c\x00\x03\xb7\x01\x95\x6d\x1b\xda\x82\xdb\x80\x14\x30\xce\x32\ \xf9\x19\x45\x2d\x76\xb2\x72\x70\x42\x6b\x48\x59\xcf\x18\x41\xa4\ \x54\xe4\xee\xb6\xec\xca\xa4\x4e\x37\x35\x28\x1a\xb8\x8c\x9b\x2c\ \xf0\x56\x0f\xb2\x7f\x1f\xa5\xe5\x66\x02\x45\xa0\xa7\x31\x3c\x83\ \x06\x81\x30\x12\x68\x88\x0c\xe7\xd3\x19\x07\x01\xc8\xd5\xb8\x6f\ \x4f\x4f\xce\xe9\xc3\x27\x33\x31\xe5\xc5\x07\xbf\x3e\xb0\xee\x6c\ \xc0\x0e\x8e\x6a\xd2\x08\x0a\x93\xf3\xcf\xe5\x2a\x1e\x77\x20\xe3\ \xc4\xfb\xcf\x8d\xd9\xb4\x6d\xf6\x6f\x1f\xf4\xad\xf3\xfe\x4f\x7b\ \x2f\x71\x97\xfc\xa7\x18\x88\x32\x97\x01\x95\x25\x4a\x09\xc1\x3c\ \x60\xba\xee\x99\x39\xae\x5e\xe1\xaa\xfb\x27\x7e\xdd\xe1\xd1\x45\ \x4f\x36\x93\xcb\x3b\x2c\x50\xc2\x40\x8a\xa9\x1c\x17\x14\xc8\xd3\ \x2c\x4e\x00\x71\x24\x94\x20\x99\xdb\x0e\x27\x12\x94\xe6\xea\x72\ \x50\xed\x7a\xd1\x22\xd3\x87\x80\x10\x84\x10\xc8\x50\x90\xf6\xf9\ \xf4\x29\xdf\x10\xb0\x75\x8d\x29\x2a\x06\x10\x18\x63\x0c\x1c\x82\ \xaa\x55\x0e\x41\x05\x79\xb6\x40\x80\x30\x91\x24\x19\x08\xc2\x02\ \x10\xd6\xf2\xb3\x69\x74\xc7\xd8\x4a\x72\x62\x4e\x64\x9d\x78\xb7\ \xb9\x23\x97\x01\xa1\x20\x24\xac\xa8\x94\xdb\x0e\x57\x11\xf8\xf2\ \xf3\x3c\xd5\xaa\x44\xba\x50\xae\x13\x57\x3b\x12\x17\xe4\x14\x22\ \x70\xe7\x6f\x5d\xf9\xc2\x81\x35\x04\x98\xe6\xf3\x29\x20\x8a\xf3\ \xf2\xa3\x3a\xd7\x0c\x07\xac\x0b\x44\x30\xc1\xdc\x2a\x2e\x2c\xa9\ \x54\xb7\x9a\x1b\x04\x8f\xaa\x96\xe0\xd2\xb7\x65\x67\x17\x67\xe4\ \x8e\x1e\x3b\xf4\xf0\xf7\xef\xbb\x5b\xdf\xd1\xd4\x39\xbf\x3a\xbd\ \x98\x52\x0c\x98\x50\x90\x24\x09\x5d\xde\x44\x00\x21\x38\x75\x53\ \x60\xcc\x11\x08\xcc\xd2\x62\x43\x54\xad\x1f\x2b\x36\x9f\x8d\xae\ \x96\x10\xa1\x65\xe5\x15\xa9\xf7\x7d\x34\xae\xca\xf9\xcf\x47\xce\ \x58\x7d\xc7\xb3\x4b\x27\xc5\xbb\x84\x3f\xdf\x8f\x94\x5a\x0d\xe3\ \x20\x29\x0d\x10\xa1\x98\x08\xbd\x28\x60\x14\x9f\x5e\x36\xef\xed\ \xd5\x17\x14\x45\xc2\x18\x39\x48\x46\x02\x10\x21\x92\x24\x51\x22\ \xdd\x34\x28\x05\xcb\x8a\x73\xf1\xf8\xd2\x89\x13\x24\x0c\xa6\xe6\ \xc7\x8a\x82\x01\xcc\xe4\xfd\x8b\xc6\x4e\xa0\x98\x9b\x81\x00\xa1\ \x0a\x82\xf2\x7a\x2b\x32\x25\x80\x01\x00\x19\x81\x22\x5f\xd6\xa9\ \x0f\xa6\x3f\x72\x22\x1f\x2b\x0a\x45\x08\x5c\x2e\x6a\x0a\x8e\x14\ \x4c\x29\x58\xc0\x64\x40\x20\x00\x28\x41\x82\xcb\x21\x71\xd5\xbc\ \xf6\xfe\x02\xbf\x80\x8a\xb6\x3b\x15\xf8\x27\x30\xb5\xc8\x74\x12\ \xbf\xb6\xda\x3d\xea\x19\xd2\x5b\xa8\x95\xe1\x92\x05\xa0\xf3\x8c\ \x5d\x4e\xd3\x7e\x6a\x8f\x2a\xdc\xdb\x00\x15\x6d\x14\x40\x41\x0e\ \x43\xfc\x12\x4b\x4b\xe7\xf1\x8d\x64\x25\x02\x39\x49\xd6\xb1\x2f\ \xe5\x36\x33\xbd\x23\x9e\x00\xf0\xb1\x83\xb3\x4c\x93\x20\x39\x04\ \x09\x05\x00\x23\x29\x18\x49\x6e\xf0\x9f\xe0\xde\x76\xf8\xcc\x16\ \xbb\xfe\x14\x4f\x9b\x38\xc8\xfc\xc2\x36\x33\x98\x53\x0d\xc3\x5a\ \xeb\x74\x16\xed\xd3\x59\xf6\x1d\x66\x6a\x6b\xa5\xdf\x27\x2a\xd1\ \x85\x14\x81\x8b\x37\x9a\x29\xdb\x79\x48\x0b\xa5\xee\x10\x22\x9d\ \xe5\x6d\x96\x07\x2b\x5e\x71\xe6\xf5\xc0\xe9\x8d\xe6\xd9\x83\xde\ \x6e\xdb\x42\x05\x82\x82\x5f\x8d\x8b\xfb\x39\x96\x1d\xe4\xae\x39\ \xe5\x8b\x8f\x6a\xae\x79\xe5\xde\xc9\xcb\x74\x41\xfc\x49\x07\x04\ \x91\x31\xf2\x67\x6d\x4d\x43\x84\x32\x4e\xea\xf4\xbf\x67\xe4\xf0\ \x16\x99\x27\x52\x62\xda\xf4\x38\xb5\x79\xd3\xa5\x3c\x9b\x92\xeb\ \x5c\xd5\x02\x90\xe4\xc1\x9e\xf2\x6d\x41\x84\x24\x30\x4f\xed\x4d\ \xe9\x39\xac\xdf\x23\x2f\xc4\x56\xed\xde\x52\x24\x1d\xe3\xc0\x4d\ \x87\x36\xbd\xef\xd1\x05\x41\x03\x1b\x75\x6d\xb4\x6d\xde\xd3\xd9\ \x01\x90\x11\x4a\x3f\x74\xd2\xf7\xd8\x53\x0b\xbe\x89\x39\xb4\xe1\ \xfb\x8f\x3e\xdd\xfd\xd9\xca\x23\x4f\xbe\xfd\x51\xcc\xd6\xa4\xa6\ \xdd\x13\xce\xef\xd7\x05\x42\xc0\x1d\x7f\x61\x81\x00\x40\x98\x10\ \x84\x80\x5b\xa6\x12\x73\xf7\x53\xaf\x44\xdf\x2d\xb5\x6e\x29\x7d\ \x38\x66\x2b\x53\xe2\xd4\x60\x44\x28\x12\x40\x54\x4c\x40\x91\x73\ \x0e\xae\xfa\x31\xb1\xd7\x93\x5f\x2e\x1f\x5c\x14\x5a\x4f\x4e\x9b\ \xf7\xf9\x21\x22\x7b\x58\xee\xe9\x93\x85\x78\xd2\x87\x4b\x5a\x1f\ \x4f\xdb\xf1\xc5\xb2\xcd\xeb\xbf\xd8\xfc\xe0\xa2\x97\xbf\xfd\x28\ \x9b\x24\x54\x49\xdf\xf7\xf1\x2f\xc9\xb2\x2a\x73\x53\x2b\xd6\xfd\ \x65\xb7\x52\x29\x3b\xf4\xf3\xa7\x27\x06\xbd\xb6\xe8\xc7\x4a\x17\ \x44\x9d\x48\x29\x0f\x09\x73\xd7\x77\xcb\xef\xfe\x7c\xd6\xc2\xaf\ \xeb\xf0\x2a\x4d\x4a\x7f\xfb\x6a\xef\xe9\xcc\xa0\x86\x45\x52\xf5\ \xf0\x9d\x83\x16\x7b\xdf\xec\xd7\xd0\xe3\xcb\x28\xb1\x6a\xbb\xb1\ \xec\x25\x00\x80\x11\xf5\x12\xc0\x08\x30\xc2\x25\x17\x52\x52\x8c\ \x27\x66\x2e\x5f\x7a\x6c\xfb\xfa\x8f\xdf\xf9\xf9\xeb\xe5\x2b\x5f\ \x7d\x69\xce\xbb\xcd\xcf\xc4\xb7\x6c\xb8\x6d\xc9\xf3\x97\xcc\xc0\ \xe9\xfd\xa9\x5d\xef\x1c\x38\xe3\xf9\x9a\x75\xee\x68\xca\xf7\x6d\ \x43\xc6\xe9\x2f\xbe\xdc\xfa\xc2\x4b\xef\xbe\xd7\xe5\x58\xcd\x3e\ \xf5\xfd\x9f\x71\xe1\x3f\xf2\xc9\x97\xbb\x67\xbe\xbc\xb8\x52\xaf\ \x43\x06\xe5\x3b\xde\x5f\xfe\xfb\xd1\x54\x82\x5d\x5e\xac\xa2\xbf\ \x28\xf9\x8a\x90\x60\xb6\xaf\xe0\xb2\x00\xcb\x5a\xdd\x3b\x56\x69\ \x81\x2e\x00\x30\x26\x08\x21\x84\x91\x12\x82\x31\x41\x02\x11\x37\ \xc6\x1e\x95\x9e\xdf\xfa\xd5\xaf\xa3\x97\xcc\xfe\xea\xfd\xe3\x89\ \x39\x46\x61\xea\xb7\x0b\x3e\xcf\xe4\x54\x18\x05\x47\x8e\xda\x93\ \x9e\x7f\x3b\xaa\xcd\x8e\x1f\xdf\x7d\x3f\x3d\xa0\x49\xb5\x7b\x3c\ \xf5\xee\x42\x33\xbe\x79\xf0\xb1\x4d\x9b\x76\x66\xca\xaa\x52\xc1\ \x02\x15\xf8\xbf\x0f\xd4\xcc\x55\x8b\x0b\x14\xd9\x9e\x86\xc4\x21\ \xa1\xf1\xa2\xa3\xac\x38\x5d\xe0\x30\x1c\xd3\x9e\xba\x83\x80\xe9\ \xa2\xe4\xa8\x53\xac\xa3\x98\x26\xa4\x78\xbf\x1d\xf0\x81\x5a\x8b\ \x44\x24\xa0\xbc\xcd\x8e\x45\x50\x54\x17\x1a\x12\x81\x7c\xc7\xec\ \x9c\x24\x81\x54\x14\xdd\x8b\x42\x0a\xcb\xcb\x14\xd1\x9d\x28\x4b\ \x72\xb2\xb3\x51\xc7\xcf\xbd\xde\x74\x3b\x23\x45\xa8\xc1\x50\xb0\ \xd9\x4e\x3b\xc0\xa2\x7a\x4b\xe2\xa4\x53\x64\xa1\xd8\x16\xa4\x68\ \xbb\x6d\xb8\x71\x6c\x1b\xaa\x06\x01\x2b\xe2\x39\xbb\x1d\x7f\x29\ \xa8\xb1\x38\xb6\x13\x25\x02\x30\x05\x4c\xa0\xe8\xb0\x9d\x7b\x92\ \xcb\x55\x48\x6c\x7b\x2a\x99\x3c\x7b\xa7\x13\xf0\x03\x26\x82\x23\ \xb5\x41\xb7\x4e\x9e\x9c\x53\x87\x4e\x64\xdc\x18\xb1\xcb\x19\x0f\ \x8a\xab\xd1\xbc\x67\xef\x91\xcf\x4c\x2d\xfa\xe1\xa5\xd7\x5f\x5f\ \x59\x68\x51\x7a\x5d\x98\x81\x60\xc8\x5b\xb9\x75\xab\x2a\x29\x7b\ \xf7\xe5\x1a\x88\x20\x00\xc1\x6d\x70\x37\xe9\xd1\xb5\x61\xed\x48\ \x47\x2b\x39\xb7\x7b\xd7\xc1\x93\x79\xf7\x7d\xf2\xd9\xa0\xa8\xc4\ \xef\x7f\xbe\xa8\xa5\x1d\xda\xbe\x33\xc9\xc1\x32\x46\xc2\xb6\x49\ \xcd\xf6\x1d\xdb\xb6\x88\x4f\x3f\xb8\x7d\xf7\xfe\x34\x1b\xd4\x06\ \xdd\x7b\x36\xad\x1b\x65\x95\x64\x1d\xdb\xbc\x27\x2d\x57\xc3\xd7\ \xda\x8a\x82\x59\x52\xe5\x57\x7e\x5f\xea\xd9\xf7\xd3\x8e\x63\xa5\ \x99\x87\xb6\x1d\x38\x99\x43\x3d\x11\xcd\xba\x36\x2a\x3c\xb6\xff\ \x5c\x26\x6e\xde\xbd\x35\x3b\x7f\xe4\x44\x5a\x09\x0d\x8a\xe9\x30\ \xa0\x47\x65\x8f\x76\x68\xdd\xc6\xa4\x0c\x43\x91\x09\x77\x6c\x57\ \xe5\x06\x5d\x7a\xb7\x0e\x61\xf9\x07\xfe\xd8\x9a\x7c\xc1\xa7\x56\ \xaa\xde\xb9\x7f\xe7\x08\x91\xbf\x67\xcd\xa6\x0b\x45\x5c\x91\xf0\ \x75\x7c\xc7\x4c\x4b\x8d\xaf\xd3\xb9\x4f\xbb\x48\xb7\x7d\xe9\xf8\ \xd1\x23\x07\xce\x96\x6a\x2c\xb4\x56\x93\xae\x7d\x5a\xe2\xbc\xb3\ \xdb\x7f\xdb\x5d\x68\x82\x5a\xa9\x46\xb3\x46\x21\xc7\xb7\x1e\x52\ \x6b\xb4\xac\x1d\xee\x3f\xb8\xeb\x4c\x58\x93\x56\xf5\xa2\xfc\xfb\ \xb6\x9f\x71\x57\x69\xd0\xbc\xa6\x72\x78\xd7\xb1\x80\x20\x82\x41\ \x74\xfd\x56\x1d\xbb\xd6\xd5\xcf\x1f\xd9\xba\xf5\x64\x69\x00\xaa\ \x77\xe8\xd2\xbe\x75\xb5\x82\xe3\x7b\x77\xec\x4c\xb4\x31\x15\x24\ \xa8\x79\xaf\xae\x75\xab\x87\x3b\x81\xa2\xb3\x3b\x77\x9f\x3a\x9f\ \x67\x3b\xb4\x56\x97\xee\xad\x1a\xc7\x31\x7f\xde\x89\xad\x7b\xce\ \xa5\x17\x39\x9c\xd6\xea\xd4\xad\x65\xe3\x78\x64\xe4\x1f\xdc\xb0\ \x3d\x25\xd3\x17\x51\xab\x79\xc3\x58\xeb\xe0\x9e\xd3\x16\xa2\x7f\ \x2f\xca\x59\x70\x8e\x3d\x51\x2d\x3b\xd5\xba\xb8\x77\x6f\x7a\x89\ \xb7\x4d\xb7\xa6\xc5\x27\xf7\x9f\xcd\xd2\x68\x48\x4c\xbb\x3e\x5d\ \x12\x62\xdd\x85\x29\xa7\x76\x6f\x3a\xec\xe7\x04\x38\x93\xc3\xaa\ \x75\xbe\xab\x63\x38\xcf\xd9\xb2\x6a\x03\x6b\x39\x6a\xd9\xb2\xbb\ \xd6\x2d\xf9\xa5\xb8\xb8\x60\xdf\x86\x2d\x97\x8a\x41\xa6\x15\x1b\ \x8a\x15\xf8\x47\x30\xb5\xbb\x16\x70\x70\x8c\xf2\xb2\x49\x44\x42\ \x44\x06\x61\x0b\xc7\x2a\x5f\x02\x63\x09\x51\x0c\xb6\x25\x88\x8a\ \x30\x06\x61\x09\xc7\x01\xea\x42\x88\x83\x63\x0a\x2e\x00\x13\x44\ \x15\x00\x01\x8e\x2e\x40\x42\x94\x80\x63\x08\x90\x10\x11\x20\xd5\ \xa0\x4d\x66\x28\x21\x61\x80\x1c\xb8\xf8\xa9\x9e\xb4\x8d\x03\x17\ \x20\x23\x02\xe0\x58\x82\xb8\x10\x2e\xbb\x48\x99\x79\xaf\x20\x4c\ \x41\x30\xb0\x8d\xab\xe4\x53\xfe\x3c\x96\x70\x6c\x10\x65\xe7\x94\ \xd3\x32\x37\xb4\x80\xa0\xaa\x4b\x96\x6f\x5a\x59\x84\x9b\x7a\xa1\ \xe3\xbd\x77\xc6\x24\xdf\xe6\xcf\xb6\x9e\x28\xf1\x78\xe4\x1b\xce\ \x42\xc0\x2d\xcd\xb2\x65\xd9\x2d\xe1\x2b\x1e\x4d\x66\x18\xba\x2d\ \x38\x00\x92\xa8\x2c\x1c\x75\xfc\x0f\xcb\x5b\x5e\x58\x3a\xea\xc9\ \x75\x6e\x14\xec\x56\x95\xb2\xed\x29\x04\xc2\x30\x34\x93\x33\x89\ \xb8\x5c\x8a\x0c\x82\x99\x86\x66\x09\x06\x40\x14\xd9\x2d\x53\x7c\ \xdd\x27\xc1\x92\xab\xbd\xb5\x6b\xfe\xe9\xe7\xc6\xbf\xb1\xfa\x52\ \x28\x09\x76\x2b\x32\x00\xd3\x35\x9d\xc8\x6e\x45\x02\xc3\xd0\x80\ \xb8\x54\x89\x70\xdb\xd2\x2d\x9d\x01\x92\xa5\xb2\xa8\x41\x00\x00\ \x66\x1b\xba\x6d\x0a\xa0\xaa\xec\x96\x25\xc4\x2c\x4b\xb7\x0d\x0e\ \xf8\x26\x37\xba\x3c\x2c\x66\x99\x86\x6d\x32\x00\x82\x15\x97\xaa\ \x10\x00\xc7\x34\x74\x66\x02\x48\xaa\xe2\x96\x28\xe2\xb6\xa9\x5b\ \x4c\x75\xbb\x85\xa5\x59\x40\x5c\x8a\xc2\x2c\xdd\x74\xb0\xdb\xad\ \x70\xc7\xd0\x6d\xe1\x52\x5d\x18\x04\x02\xb0\x2d\x4d\x77\x6c\x8c\ \x55\xb7\xaa\x60\x10\x96\xae\x1b\xc2\xc6\x48\x75\x95\x89\x82\x33\ \xdd\xd0\x1c\x10\x00\x48\xa2\x2e\x55\x96\x00\x98\xa9\x97\x89\x02\ \xcb\xb2\x5b\x91\x28\x70\x6e\x9a\x9a\xc5\x1d\x00\xa2\x2a\x1e\x99\ \x62\x66\xeb\x3a\x43\x6e\x45\x45\xf0\x5f\x08\x6a\x16\x4c\xd3\x4d\ \x59\x75\x4b\x98\x6b\x86\x4e\x24\xb7\x42\x31\x73\x2c\xc3\xd4\x1d\ \x10\x04\x29\x2e\xd5\x55\x96\x9c\x29\x98\xa5\x99\x3a\x07\x4a\x00\ \x25\xf4\x9f\xf4\xfe\x82\x7a\x53\x5a\x3f\x74\xc6\x27\x07\xc9\x1e\ \x99\xe2\x8a\xb0\xea\x0a\xfc\x73\x98\xfa\xbf\x0d\xc2\x01\xc7\x12\ \x72\x04\x96\x24\xb0\xfd\xff\x13\x45\xf4\x04\x67\xb6\xcd\xa9\x22\ \x61\x00\x04\xdc\x30\x74\x24\xb9\x14\x72\xb3\x09\x89\x80\xdb\xb6\ \xc3\x91\x7c\x63\xec\xc1\x15\x32\x70\x50\xd5\xd6\x2d\xc3\x8d\xb4\ \xa3\x27\xf2\x08\xfd\x3b\x0e\x4d\xc7\xb2\x04\x26\x44\xf6\x36\xec\ \xd8\x58\x3f\x7b\xec\x5c\x86\x41\xff\xc7\x8c\xb8\xbf\x9b\xdf\x78\ \xfb\x60\xb6\xc5\x81\x48\xd2\x3f\xa3\xfe\x00\x67\x4c\x8d\x4e\x68\ \xd6\x30\xe4\xe4\xae\xe3\x01\x1b\xff\x9f\x4a\x5a\x64\xb6\xc5\x10\ \x91\xe9\xff\x86\x24\x05\xb7\x2c\x87\xc8\x72\x45\xf3\xe5\xff\xff\ \x32\x75\x99\x37\x58\x70\x28\xcb\x91\xf9\xcf\xcd\x0d\x24\x1c\x23\ \x60\x39\xaa\xe2\x91\x28\x5c\x9b\xbd\x87\x5d\x21\xb1\x51\xee\xfc\ \x8c\x4c\x83\xfd\x8b\xa9\x28\x38\x77\x47\xc6\x86\xbb\x8c\x8c\x4b\ \xc5\x70\x0b\x32\x43\x08\x2c\x43\xb3\x18\x52\x14\x85\xfe\xdb\x19\ \xd9\x82\x73\x1c\x16\x1f\xaf\xe8\xf9\x39\x45\x01\x53\x37\xb0\xec\ \x56\xa4\x7f\xa3\x21\x97\xe0\xb6\x6e\x98\x0e\x08\x59\xf2\xb8\x64\ \xfc\xef\x65\xd5\x09\x81\xe4\xa0\x98\xd8\xe0\x92\x8c\x0c\xbf\x83\ \xfe\x06\x59\x23\x00\x4b\xf7\x1b\x42\x60\x20\x8a\xe2\x96\xc8\xf5\ \x06\xb0\xe0\x22\x28\x26\x3e\x08\x97\x66\x66\xfa\xae\xde\x40\x38\ \xba\x6e\x30\xe0\x88\x28\xb7\xb0\x9a\x11\x70\x47\x37\x02\x0c\x10\ \x42\xb2\x5b\x55\xfe\xe7\x18\x13\x21\xe1\x58\x9a\xa9\x31\xa0\xee\ \xeb\x34\xe7\x5f\x49\xd3\x34\x74\x9b\x3b\x80\x88\x5b\xf5\xdc\x54\ \x98\x08\x84\xa9\xfb\x4d\x01\x18\xa8\xa2\xb8\x6e\x14\xd7\x5f\x7d\ \x42\x38\x04\xc7\xc4\x79\x59\x49\x56\xbe\x0f\x21\x7c\x13\x83\xc7\ \x72\xd0\x5f\x75\xa4\x40\xc0\x1d\xcd\xd0\xf0\x65\x3d\x11\xdc\xd1\ \x0d\xc3\x01\x21\x53\x8f\x4b\xf9\x6b\xcd\x11\x82\xb8\x63\xe3\xc3\ \xfd\x59\x19\xa5\x16\xfc\x37\x7d\xd4\x11\x80\x6d\x05\x74\x46\xbc\ \xaa\x0b\xdd\x76\x15\x1a\xc1\x1d\xc3\x30\x18\x70\x4c\x14\xb7\xa2\ \xc2\xcd\x75\xc9\xd6\x0d\x8d\x01\xc2\x58\x71\x29\xf2\xed\xe8\x12\ \x42\xe0\xd8\xa6\x61\x59\x1c\x84\x2c\x7b\x14\x4a\x01\xfe\x01\x2b\ \xab\xff\xfe\x8d\x6f\x04\x88\x00\xa6\xff\x41\x9a\x06\x6e\xeb\xa1\ \xad\xef\x7b\xf7\xcb\xb9\x4d\xe3\xd0\xb5\x89\x66\xcc\x36\x43\x1a\ \xdc\xf9\xe2\xeb\x53\xe2\x25\xc3\xfa\x17\xad\x64\x85\x65\x38\x8d\ \x47\x4d\x7d\xfc\xb1\x4e\xdc\xb4\xc4\x2d\xb5\x18\x30\x75\x57\x69\ \xd8\xbc\x5e\x8d\x28\x60\xec\xdf\x35\x69\x0d\xdb\x33\xe8\x99\x97\ \x46\xf7\xac\x66\x9a\x4c\x75\x7b\x64\xfa\x6f\xd0\x34\xb3\x2d\x6f\ \x42\xc7\x39\xab\x56\x7c\xf9\xeb\x07\xc3\x7b\x54\xd2\xf5\x7f\xef\ \xee\x9c\x59\x6a\xb5\xce\xcf\xbf\xf9\x68\x4d\x8f\x75\xf3\x5c\xc6\ \x7f\xc9\x4d\x36\xb4\x7f\xec\xf5\x4f\xd7\x7d\xfd\xee\xf2\xd9\xed\ \x6a\x4a\xfa\xf5\x09\x7d\xdc\x32\xa0\xd3\x23\x4f\x3c\x34\xb6\xb1\ \x69\xd8\xe5\xc9\x3e\xcc\x96\x23\x1a\xce\xfc\xfa\xc3\x8f\xd7\x7d\ \xf3\xdc\x53\x83\x5c\xa6\x7e\xe3\x9d\x85\x63\xf1\xd0\x6a\x13\x96\ \xad\x58\xbe\x66\xc5\x9b\x2f\x0f\x8f\x50\x6c\x87\xfd\x4f\xcd\x13\ \x21\x04\x67\xd1\x6d\x47\xbc\xf7\xd5\xbc\x56\x55\xb1\x71\x9b\x91\ \xd4\x82\x59\x2c\xf4\x81\xd7\xe7\x7e\xb0\xf6\xdb\x77\x3e\x7e\xa6\ \x8a\xec\x38\x37\x4b\xc5\x37\x1d\xda\xed\x99\xb7\x3f\x5b\xf7\xf5\ \xbb\x1f\xce\x6a\x51\x8d\xfc\x1b\xf9\x8f\x82\x19\x26\xed\xfe\xd0\ \x73\x53\x87\x34\x62\x86\x75\xe3\x33\x33\x21\x27\x34\x6f\x51\x2d\ \xca\x7d\xab\x8c\x5c\xe1\x18\x2c\xb4\xde\xcc\x4f\x96\x8f\xe9\x1d\ \x67\x18\x8c\x39\xb6\xab\x72\x9b\x97\x7f\xf8\xfc\xcb\x35\x1f\x8d\ \xe8\x1b\xfb\xd7\x9a\x23\x98\x85\x23\x9a\x3d\x35\x7f\x56\xf3\x48\ \x6e\x3a\xff\x5d\x2f\xc2\x34\x59\xb3\xd1\x2f\x2f\x5d\x38\x3a\x84\ \x98\xec\xf6\x7a\x3c\x73\xc7\x76\x45\x37\x79\xf6\xdb\x8f\x3e\x5e\ \xf7\xcd\x33\x8f\x0d\x90\x6f\xaa\x4b\xb6\x29\x22\x6a\x4d\xf9\xe8\ \xcb\xe5\x6b\x56\xbc\xfe\xc2\x3d\xa1\x92\x7d\x1b\x17\x17\x86\xc6\ \xea\xf6\x1e\xfe\xf6\x2f\x5f\x7e\xba\xfe\xd3\x41\x1d\x13\x6c\xc3\ \xfc\x47\xd8\xd4\x18\x01\x58\x86\x66\x58\x0c\x21\x70\x6c\x4d\xb3\ \x6c\x40\x48\x38\xb6\xae\x05\x34\x2d\xa0\x69\x3a\xe3\x02\x21\x24\ \xd8\xe5\x23\xba\xc1\x38\x20\x84\xb8\x63\x69\x5a\x20\xa0\x05\xfc\ \x9a\xdf\x62\x1c\x21\xc4\x6d\x4b\xd7\x02\x01\x2d\xa0\xe9\x06\xbf\ \x9c\xa6\x6c\x9b\x9a\x5f\xd7\x99\xb8\x79\x3d\x33\x04\xc0\x2c\x23\ \xa0\x05\x34\x2d\x10\xd0\x75\xc6\x01\x21\x70\x2c\xa3\xec\xca\x86\ \x69\x97\x9b\x60\x9a\xcf\xaf\x05\x02\x5a\xc0\xb4\x18\x20\xc4\x6d\ \xcb\xb0\x39\xe6\x80\xf0\x95\x80\x32\x6e\x19\x9a\xdf\xf1\x59\x5c\ \x89\x0c\x0d\x21\x70\x43\x5d\x07\x04\xdc\x36\x03\x9a\x2f\xa0\x05\ \x02\x9a\x6e\x3b\x1c\x00\xdc\xe1\xc1\xc1\x1e\x08\x08\x5f\x40\xd3\ \xcb\x32\xbc\x81\x33\x43\x0b\xf8\xb5\x40\xd9\x11\x04\xbc\xd4\x74\ \xda\x8d\x9b\x39\xe6\xae\xba\x3e\x33\x5f\x37\x1d\x00\x24\x98\xa3\ \x6b\x01\xff\x65\x51\xdc\xe2\x5b\x62\x69\xba\xcf\xc7\x4c\x97\x37\ \x32\x58\xa5\x02\x80\x3b\x96\xa6\xf9\xfd\x5a\x40\x37\x2c\x01\x88\ \x99\xba\x6e\x94\x85\x31\x22\xc1\x2c\xcd\x34\x84\x10\xa6\xe6\xf7\ \x6b\xfe\x80\xe6\x37\x4c\x1b\x53\xc9\xc8\x4b\x5a\xf1\xda\xa7\x85\ \xb1\x09\x4d\xea\x85\x39\x97\xcb\x9d\x38\xa6\x11\xd0\xfc\x01\x2d\ \x60\x5a\x8e\x00\x84\x40\x38\xa6\x7e\x59\x5c\x0e\x00\x02\x21\x2c\ \x43\x0b\x58\x3e\xc3\x91\x22\xc3\xc2\x24\x24\x84\x10\xb6\x51\x7e\ \x8e\x69\x39\x65\x7d\x78\x2c\x43\x0b\x68\x01\x4d\xf3\x6b\xc6\xcd\ \x3f\x54\x9c\xd3\x9a\xed\x9b\xfb\x4e\xfe\xfc\xf6\x2b\x9f\x26\x66\ \x39\xb2\x84\x6f\x58\x2c\x81\x37\x32\xc4\xab\x30\x3f\xf8\x34\x5d\ \x67\x1c\x30\xa1\x76\xe9\xc5\xaf\x5e\x7a\x73\xd5\xe6\x40\xcb\x96\ \x8d\x24\x71\x93\xa9\x2f\x38\x03\x77\x74\xd3\x8e\x71\x3b\x3f\x5d\ \xfc\xfe\xf2\x2d\xa5\xf6\xed\x34\x2f\x43\x82\x99\x01\x5d\x67\x02\ \x21\x04\xb6\x11\xd0\x4d\xa7\xcc\x1d\x5f\xa6\x6f\x65\x22\x45\x00\ \xce\xb5\xba\x54\x96\x59\x69\xea\x65\x47\x0c\xc3\x06\x84\xb8\x63\ \x19\x36\x47\x0c\xd0\xd5\x02\x83\xc2\x36\xf4\x80\xe6\x0f\x68\x9a\ \x65\xb3\x72\xbb\x5b\xf3\x95\x09\xd9\x76\x38\x20\x22\x61\xff\x96\ \x0f\x96\x2d\x79\x6f\x6f\xd5\xfa\xad\x23\x5d\xe8\xa6\x6c\xc0\x41\ \xa9\xdd\xa9\x49\xfe\xc1\x1f\xde\x9a\xbb\xe2\x5c\x2e\x93\xa4\xdb\ \xb2\x81\x84\x63\x6b\xba\xbf\x54\xe8\x8a\x3b\x3c\xd4\x2d\x0b\x10\ \xc2\xb1\x8d\xb2\x49\xa4\xe9\x8c\x03\x70\xb3\xc4\x0c\xbe\xef\x85\ \x97\x7b\xd6\x75\x17\x19\xc5\xa6\xcd\xaf\x9d\x7a\x9a\x6e\x72\x01\ \x20\x1c\xc3\xb2\x05\x2b\x2f\x67\x86\x09\xb1\x0a\x93\xbf\x7c\xfd\ \x93\xdc\xc8\xaa\x4d\x1b\x44\xb0\xcb\x04\xcf\x2c\x53\xfb\x93\xb8\ \x84\x6d\xea\x01\xd3\xa7\x59\x38\x3c\x2c\xfc\xc6\x35\x5b\xd9\x2e\ \x85\x56\x36\x07\x81\x1b\x5a\xc0\x62\x02\xc1\x4d\x74\xc9\xbc\xac\ \x4b\xba\x69\x09\x40\xc0\x99\xa9\x07\x02\x5a\x20\xa0\x69\x96\xcd\ \x11\x02\x9b\x99\xb6\x03\x44\x5c\xc3\x02\x57\x27\x9a\xe1\x30\x81\ \x10\x38\xa6\x5e\xa6\xfc\x9a\xae\x33\x2e\x30\xa5\x56\x71\xda\x8a\ \x17\xdf\x5c\xbd\xc3\x6c\xd5\xb2\x81\xc4\x6f\xa1\x4b\x9e\xd8\xa6\ \xed\xa3\xb7\x7c\xb8\xe8\x83\xcf\xb6\xfb\x19\xc5\xd7\xeb\x52\x99\ \xe6\x68\x97\x35\x47\xd3\x4d\x47\x56\x49\xfa\xc1\x2d\x8b\x66\xbd\ \x77\xd1\xac\xd9\xa4\x66\x14\xe7\xec\x1f\xc1\xd4\xd4\x34\x49\xbf\ \x59\x2f\xc4\xa5\xac\x5a\xf2\xed\xb9\x5e\x93\x9e\x6d\x2f\x76\x2f\ \xfa\x68\x93\x5a\xbd\xed\x84\xa7\xc7\x36\xaa\x12\x2c\x4a\xcf\x7d\ \xf2\xca\xd2\x03\x49\xf9\xd1\x4d\x7a\x3f\xf7\xc2\x88\x68\x0f\xc9\ \xdc\xb7\xe6\x83\x77\x7e\xce\x2d\xb5\x82\x6a\xb6\x9e\x3a\x73\x62\ \x83\x58\xc5\x2e\xc9\xfc\xe9\xf5\xb7\x37\x1e\xcf\x09\xab\xdb\xfe\ \xa1\x27\xc7\x36\xaa\xe2\xbe\xb0\xf9\xc7\xf7\xdf\x5d\x53\xca\x09\ \xb3\x50\xc7\x19\xaf\xdc\xdf\xc8\xb7\xe0\xa9\x45\x69\x01\x7a\xbd\ \x27\x4c\x08\xcb\xc1\x75\xba\xdf\x3b\x7c\x74\x8f\x4a\x61\x1e\x51\ \x70\x6e\xc5\x8b\xf3\x76\x5c\xa0\xdd\xc6\x3c\x7a\xff\xb0\x96\xb2\ \xe3\xdb\xfa\xf1\x7b\xdf\xfd\x72\xc2\x9d\xd0\x74\xfc\xf3\xd3\x9a\ \xc5\xab\x56\x69\xd6\xcf\x6f\x2d\x59\xb7\x3f\xa3\x61\xef\x07\x27\ \x3f\xd6\xdf\xe3\x4f\x91\x15\x2a\x04\x03\xc1\x2c\xee\xee\xfa\xf0\ \x13\xc3\xee\xaa\x4b\xd4\x2a\x1e\x76\x82\x5d\x8e\x07\x16\x57\xd6\ \x3b\x86\x13\xd3\xe1\xae\x49\x8f\x0c\x8b\x0b\x46\x85\xc9\x87\x3e\ \x9f\xf7\xe1\xd1\x74\xcb\xd0\xec\x2a\x77\x3c\xf4\xd1\xaf\x03\xb5\ \x0b\xfb\x3f\x7c\x6d\xf9\xb9\x5c\x0b\x7b\x62\x86\x3e\xfb\xc8\x1d\ \xed\xab\xe4\x1e\xd9\xf4\xf1\x1b\x9f\x27\x17\xc8\x77\x3d\x3e\x63\ \xf4\xbd\xcd\x43\x8a\xa6\x2f\xeb\x38\x32\xeb\x8f\x15\x0b\x97\x6d\ \x14\x91\x0d\xc6\x3f\x3b\xbd\x43\xfd\xd0\x0b\xdb\x57\x7f\xf8\xce\ \xcf\x05\x16\xa1\x04\x5d\x73\x2f\xc4\x2c\x33\xa8\x4e\xa7\x27\x9e\ \x1f\x13\xa7\xe2\xda\xcd\xa3\x0f\xac\xb5\x1c\x6e\x84\xd7\xea\xfe\ \xc8\xcc\x71\xf5\x2a\xc1\xd1\x95\x9f\x7f\xfc\xf1\x1f\x75\x47\x3f\ \xd1\x2b\xfc\xf8\x92\x85\x9b\x2c\x80\xe8\xa6\x03\xa6\x0d\x89\xfe\ \x6a\xc1\xea\x76\xcf\xbd\xd2\xb7\x79\x2c\x41\xe6\xee\xcf\x97\x7e\ \xb5\xea\xb8\x13\x28\x4c\x3a\x78\xe4\x42\x86\x16\xee\x00\x02\x04\ \x20\x6c\x93\x25\xf4\xba\x6f\xc2\x43\xfd\x23\xa0\xe0\xb7\x25\x4b\ \x7e\xdd\x7c\x8e\x4b\x21\xdd\x26\x3e\x32\x74\x60\x53\x6a\x16\xfd\ \xb1\x6c\xc9\x4f\x1b\x93\x39\x76\xb7\x19\xfb\xc4\xc8\x61\xcd\x30\ \x8d\x0e\xa7\x99\x8e\xc3\x2c\x1b\xb7\xbc\x7f\xf2\x03\xf7\x75\x09\ \x76\x72\xd7\x2e\x5e\xb2\x76\x47\x1a\x57\xa3\x7a\x4d\x1e\xd9\xa7\ \x57\x23\xaf\x57\x29\xdc\xb3\xe6\xdd\xb7\xbe\xcd\xb5\x6f\xa8\xbf\ \x8a\x10\x18\xbe\x82\xb4\xf3\xe7\x2e\x5c\xf2\xb8\x5c\xe5\x7f\xbc\ \x46\xa4\x00\x42\xd3\xa1\xe1\x7d\xcf\x7c\x5e\x7f\x42\xf1\xa9\x4d\ \xcb\xde\xfc\x26\x33\x80\x24\xd0\x32\xce\xe6\xba\xd3\xb2\xb4\x56\ \xf6\x2d\x3b\x4b\x08\x2e\x4a\xf3\xd3\xcf\x26\xa7\x5d\x30\xdc\x6e\ \xe9\x72\xae\xf8\xd5\x4c\x71\x80\x3f\x1d\x61\xb6\x5e\xa9\xe3\x98\ \xe9\x77\x07\x2d\x7d\x71\x71\xaa\x9f\x76\x9e\xf1\x42\x7b\xbc\x6f\ \xe1\xc2\x0d\x95\xda\xf6\x1f\xff\xc8\xb0\x1a\xe1\xe8\xc8\x0f\x9f\ \x7e\xfa\xc5\x0e\x1d\xbb\x1b\xf4\xbe\x7f\xd8\xc8\x6e\x95\xc2\x3c\ \x4e\x4e\xe2\xe7\x2f\xce\xdf\x97\x29\xb5\x1a\x32\xf1\x81\x07\x3a\ \x86\xca\xe2\xcc\xa6\xef\x97\xbc\xb5\xb6\x6a\xb7\x07\x1e\x7e\x6a\ \x60\x90\x76\x41\x52\x08\x08\x1b\x04\xb7\x1c\xda\x62\xe4\xf4\x51\ \xf7\x77\x24\x05\xc9\xdf\xbd\xb1\x64\xfb\x89\xdc\xe8\xe6\xdd\x1e\ \x7b\x62\x54\xcd\x48\xd5\xcc\x3b\xbb\xe2\xf5\x25\x07\x93\x03\x92\ \x04\xf9\x17\xd2\xf2\xd0\xc5\x62\x43\x13\xb7\x2a\xa1\x8a\x00\x69\ \xa5\xf9\xa9\x29\x29\x17\xd2\xbd\x37\x11\x17\xfa\xd3\xa8\x00\xca\ \x2c\x1b\x39\xbe\xe9\x94\x17\xa7\xd4\x0e\xa3\x55\x1a\x55\xbf\xf8\ \x9e\xc5\x84\xa9\x54\x6a\x34\xe1\xe9\xc9\xad\x6b\x87\xe5\x1f\xfe\ \xfd\xfd\xf9\x5f\xa7\xeb\x95\x26\x2d\x7a\xbe\x57\x87\x5a\xfe\xb0\ \x79\x8d\xa7\x6a\x87\x3f\x5d\xf0\xd1\xaf\xc9\xb5\xbb\x0e\x7d\xe8\ \x89\x01\x21\x84\x9f\xd9\xf0\xf5\x87\xcb\x36\xb0\x98\xb6\x2f\xbc\ \x3e\xa1\x66\x04\xd9\xad\x48\x20\x04\x42\x84\xeb\x45\x67\x0e\x1f\ \x49\x4d\x0f\x54\x71\xca\x3d\x33\xb6\xe9\xc4\x75\xe8\x3f\x76\xea\ \xe0\x6a\x21\x7c\xff\xd7\x1f\x7f\xf1\xcd\x5e\x03\xa9\x8d\xef\x99\ \x3c\x6e\x6c\x47\x0a\xa1\x95\x83\x1c\xab\x6c\x5d\x74\xe5\xf1\x00\ \x74\x9b\x74\x9f\xfa\x5a\x3b\x6b\xe3\xc2\x0f\x36\x5b\x9e\x2a\x63\ \x97\x3e\x5a\xf4\xdd\x3b\x3f\x6c\xcb\xed\x30\x6a\xea\xfd\xf7\x76\ \xf2\x18\x99\xbf\x2c\x5a\xb2\x7e\xcf\x25\x70\x55\xba\x63\xea\xa8\ \xde\x3d\x1a\x78\x3c\x72\xfe\xce\xd5\x4b\xde\xfa\x2e\x57\xaa\x32\ \xf0\x89\x89\xbd\x3b\xd4\x90\x9c\xc2\xf5\xef\xbf\xf7\xfd\xfa\xf4\ \x3b\xa7\xcd\x1c\x7c\x77\x7d\x76\xe6\xa2\x44\xb1\xb0\x00\xb8\xe3\ \x28\x31\xc3\x9e\x7f\xa4\x4f\xdb\xca\xb9\x87\xff\xf8\xe8\xcd\x15\ \xe7\x0b\x44\xb3\xe1\x13\x46\x3f\xd0\x35\x58\x25\x39\x87\xd6\xbd\ \xbf\xe0\xfb\x9c\x00\xa2\x10\x48\x3f\x9b\x1b\x9c\x96\xa5\x35\xb2\ \x6f\xb5\x18\x15\x82\x8b\x92\xbc\xf4\x33\xc9\x17\x2e\xd9\x2e\x95\ \xa2\x3f\x6b\x0e\xb7\xf5\xf0\x36\x23\x5e\x1a\x56\xe9\xa3\x17\x17\ \x26\x97\xe2\xf6\x0f\xcf\xea\xea\x39\xb6\x64\xfe\xef\x1a\xcf\xcf\ \xc9\x31\xb2\xf2\x0a\xa3\x11\xff\xa7\x38\xe7\x31\x63\xb8\x5a\xab\ \x26\x0d\x6a\x05\x9b\x20\x62\x6a\xb5\x68\x59\xa7\x92\x0d\x4e\xe7\ \xe7\x5e\xec\x5e\x3d\x67\xe9\xd3\xaf\x7f\xf6\xe9\xef\xb9\xa5\x8e\ \x24\x49\x7a\x76\xd2\xca\x05\x0b\x16\xbc\xf2\x55\xd4\xdd\xd3\xc7\ \xf6\xad\x65\x40\xa5\x87\xde\x7d\xb5\xb1\xbd\xff\xbd\xb9\x5f\xa3\ \xaa\x3d\x7b\x35\x89\xb2\xd5\x84\x87\xdf\x9e\x19\x71\xe6\xe7\x37\ \x9f\xfb\x24\x74\xd0\xf4\x69\x0f\x34\xb2\x4c\x9b\x73\x12\x55\xa3\ \x7a\x9d\x7a\xd5\x82\x94\x9b\x76\xbf\xe2\x26\x53\x3b\x0e\x1f\xd7\ \x58\x24\x7f\x3e\x6f\xf1\x97\x9f\xad\x4f\xf7\x81\x22\xf1\x0b\xbb\ \xd7\x7f\xf0\xfc\xab\x9f\xfd\x92\x7d\xdf\xec\x59\xcd\x43\x6c\x5a\ \xa5\xd1\x1d\x77\x46\x6e\x5c\xfa\xde\xef\x27\xd5\xc7\x3f\x7c\xa5\ \x63\x55\x29\xf5\xc0\xe6\x0f\xde\xfc\x41\x6d\xd6\xb8\x7a\x8c\xec\ \x30\x6e\xea\x76\xbd\x7b\xa6\x3c\x31\xa5\xd9\xd6\x65\x1f\x6c\xda\ \x7b\x11\x08\x2d\x57\x4f\xc1\x39\xe3\x9c\xf1\xb2\xd6\xe9\x55\x3b\ \x77\x6d\x51\x3d\x67\xf9\xcb\xef\x67\x44\x74\x9b\xb3\x78\x72\x25\ \x30\x05\xc2\x25\x67\xf7\x7e\xf6\xc6\x72\x5f\xdd\x7b\x1e\x7d\xb8\ \xb7\x70\xac\x3e\xb3\x5e\x19\xd5\x11\x56\xbc\xfe\x41\x69\xbd\x21\ \xb3\xe7\xdc\x1b\x8a\xfc\xfb\xbe\x5b\xb5\x79\x67\xea\xb9\x2d\xbf\ \xbe\xf7\xfc\xeb\xdf\xff\x76\xdc\x10\xe1\x0f\xbc\xf9\xfa\x1d\x71\ \x97\x3e\x7e\xe3\x2b\x4f\xdf\xa9\x33\x67\x74\x43\x96\x09\x20\x38\ \xe7\x9c\x71\xce\x05\x08\xc6\x94\xaa\x0f\x2d\x9e\x5d\xbd\x70\xc7\ \x17\x1f\xfc\x9a\x51\xc2\x09\x62\x42\xae\xf5\xe8\xd2\x57\xaa\xe7\ \x6e\xfe\x70\xc9\x1f\x2d\x1f\x7d\x69\xd2\x80\xea\xb6\x5c\xa5\x61\ \xab\x5a\x51\xb5\x3b\x0d\x1c\xdc\x26\x3c\xae\x61\xe3\xfa\x31\x8e\ \x1c\xdd\x77\x44\xcb\x73\x6b\x3e\xfe\x7c\xd5\xa5\x21\x2f\xbf\xd4\ \xa5\x9a\x6a\x71\x44\x09\xbd\xe2\x6e\x77\x4c\x33\xa4\xd1\x1d\x2f\ \x2f\x9a\x98\xb7\xee\xd3\x6f\xd7\xe7\x8d\x5d\xf4\x6a\xaf\x06\x6e\ \xdb\x31\x53\xb6\xaf\x79\xff\xb9\x39\x5f\xff\x51\xfa\xe0\xcb\x4f\ \xd7\x53\xf4\xe8\xee\x23\x67\x3d\xdd\xfd\xe0\x67\x1f\xae\xdb\x92\ \xcc\x30\xb5\x0d\x2b\xa1\xdf\x98\xc7\x27\xb7\xda\xb2\xf0\xb5\x15\ \xbf\x17\x8e\x9b\xff\x5c\x8b\x18\x4b\x93\xaa\x0d\x1b\x3d\xd4\xda\ \xb3\xea\x83\x79\xef\xaf\x5e\x77\x54\xe3\xf4\x56\x4e\x7d\x8c\x09\ \x81\x2b\x7f\x14\xe5\x22\xe5\xe5\x13\x9a\x52\x94\x73\x64\xf3\xc7\ \x0b\xbe\x71\xf5\x98\x38\x65\x44\x1b\x30\x0d\x01\x08\x63\x4a\xfe\ \xf5\xe6\x14\x22\x98\x5c\x53\x8c\x55\x88\x2b\x02\xbc\xe1\x08\x42\ \xc8\x97\x9b\x53\x6f\x48\xf7\x66\xb5\xdd\x01\x88\x1f\x70\x4f\x17\ \x57\x7e\x9a\x88\xeb\xf8\xcc\xfc\x29\xa5\x1b\x3e\x9e\xff\xc6\x9a\ \x16\xd3\x9f\x7d\xa0\x7b\x54\xb1\xa5\x74\xb9\x7f\x5c\x3d\xf3\xf4\ \xa7\xaf\xbf\xf3\xf5\x17\xbf\xa7\x17\x18\xae\x5a\x6d\xa6\x2e\x9c\ \x7c\x69\xd5\x07\x0b\x5e\x5c\xba\x7d\x6f\x2a\x96\x95\xbc\x53\x3b\ \x96\xcd\xfb\x96\x36\x6e\x54\x2b\xce\xe5\x30\x6e\xe9\x66\xf5\xbe\ \x63\x5f\x98\xd9\xe3\xc0\xc7\xef\x6e\xbd\x10\xf9\xcc\xb2\x67\xeb\ \xb8\xac\xe0\x26\xed\xba\xb4\x66\xdf\xbe\xb1\xf8\x34\x6e\xfd\xe4\ \x4b\xe3\xc2\xb9\xee\x70\x40\x84\x10\x82\xe1\x5f\xd5\xc2\xc6\x98\ \x10\x20\x97\x4f\x13\xfc\x8a\xb8\xae\x6e\x5d\x5c\x11\x20\xb3\x20\ \x7c\xf4\x82\x57\xdb\xc8\xa7\xbf\x78\x77\x65\x4a\x9e\x4d\x31\xb7\ \x21\x6a\xf4\x1b\x2f\x36\x0a\xec\x7a\xeb\x99\x25\x7a\xab\x91\x4f\ \x3e\xdc\x15\x9b\x39\xeb\x3e\xfc\xfe\x58\x52\xf6\xfe\x6f\x3f\x7f\ \xe7\xa5\x85\x9b\x0e\xe5\x2a\xb2\x54\x9c\x72\x68\xc5\xab\xf3\x16\ \xbe\xbd\xa1\xf9\xa4\x59\xc3\xda\xc6\x69\x79\x67\x56\xcc\x59\x9a\ \x42\xa3\x9a\x37\x8f\x29\xb7\xa0\x11\xa6\xe8\xea\x62\x85\x59\x96\ \xa7\x4e\xd7\x99\xf3\xc6\xe6\xac\x5e\xf6\xd6\xa2\x4d\x1d\x9f\x7c\ \x7e\x60\x4b\x8f\xa7\xd1\x5d\x2f\xbc\x76\xef\xb9\x95\x9f\xfe\xb4\ \xf6\xb8\x05\xb4\xbc\xbc\x30\x88\xb2\x29\xc3\x01\xc0\xd1\x4b\x2c\ \xd6\x73\x7c\xcf\x70\xc9\x76\x27\xb4\x1f\xdc\xb5\x4a\x61\x6a\x66\ \xf5\x01\x93\x1f\x1d\xdb\x78\xc3\x9b\xaf\x7e\xb3\x5d\x9b\xbc\x60\ \x56\xd3\x28\x53\x57\x6b\x0e\x1f\x3d\x38\xb0\xfd\x87\x0f\xe6\x7d\ \xf0\xcb\x86\xe3\x3e\xcd\xaa\x3e\x74\xe2\xd8\x31\x75\x7f\x7a\x65\ \xee\xd2\x85\xdf\x9d\xb9\xe8\x53\x29\x3f\xf4\xe3\x57\x5f\xfe\x78\ \xb4\x4e\x8f\x66\xa1\x8a\x10\x9c\x99\x06\xed\xf7\xfc\x9c\x11\x6d\ \xd9\x17\xaf\x7f\xe8\x6b\x30\x74\xf6\xcb\xf7\xc8\x60\x37\x19\xd4\ \x3b\x9e\x1d\x78\xf7\xf5\x6f\x43\xee\x9c\x36\x65\x78\x2b\x61\x1a\ \x57\x95\x44\xfc\x0b\xc7\x33\x21\xe4\x1a\x6b\xfa\x1a\x5d\x42\xd8\ \x97\x9b\x53\x7b\x50\xd7\x16\xf5\xbd\x7e\x88\xe9\x7f\x4f\xf7\x90\ \xd2\x4c\x0d\x30\xc2\x98\x10\x82\xfe\x51\x9d\xa8\x29\x00\xd8\x86\ \x30\x4c\x86\x40\x38\xc2\x32\x38\xc7\x00\xc9\xbf\x6d\xf0\x3f\xdb\ \xf7\x81\x89\xbe\x35\x5f\x7c\x9f\x99\x1b\x00\x04\xae\xb8\xda\xbd\ \x27\xdc\x13\xad\x40\x7c\x90\x57\x84\x4a\xae\x1a\x1d\x5b\x7b\x8b\ \xde\x9e\xfd\xee\x96\x9c\xb8\x5e\x19\xb9\x61\x60\x7b\xab\x77\xea\ \xda\xa0\x6a\xba\x7e\xe7\xf8\xa6\x38\x3e\x44\x2a\x6c\x10\x4b\xc5\ \x71\xea\x62\xbf\x3d\xf7\xc8\x16\x89\x6b\x01\xaa\x4a\x37\xf7\x7f\ \x20\x6c\x9c\xdb\xb3\x6b\xf7\x8e\x5d\x32\x75\x11\x4a\x30\x91\x62\ \x5a\x75\x1b\x7a\x77\x13\x4a\xc2\xc2\x54\x6f\x74\x28\x3d\xc3\xb1\ \x9d\x9b\x7e\x6c\xf7\xae\xc3\xbf\xa6\x36\xe9\xff\x45\xfb\x6e\x35\ \x77\x7d\x71\x32\xf9\x44\x72\x6e\x31\x63\x5c\x20\x10\x36\x0e\x6a\ \xd1\xb1\x53\xc6\x37\xef\x7e\xf5\xf3\x9a\xb8\xdc\x86\x23\xda\x34\ \xc3\x00\xb6\x69\xb7\x9c\xf6\xdc\xf4\xe1\x2d\xb5\x4b\x47\x96\xce\ \x78\xed\xa8\x2e\x90\x40\xa5\xa9\x89\xfb\x76\xaf\x3b\x98\xef\x6a\ \xb9\x6e\x6a\xfd\xaa\xc1\xc0\x45\xd1\xb9\x63\xdb\x76\xae\xd1\xbf\ \xec\x33\xf7\x8e\xaa\x1e\x57\x42\x97\x16\x35\x36\xbd\xf9\xe2\xda\ \xcd\xa7\x4f\x38\x95\x97\x2d\xeb\x91\x10\xfd\xdd\x81\x8c\x0b\xd9\ \x39\xbe\xaa\xd9\x97\xce\x9e\x3a\x89\x09\x45\x31\x3d\x3a\xd7\xf4\ \xfc\x38\xf5\xdd\xdf\x8f\xe7\xe6\x44\x37\x79\xe3\x91\x1e\x91\x6f\ \xae\xcf\xf3\x56\x1f\x3d\xef\xd5\xde\xf5\xa4\xa3\xdf\x7f\xbe\x74\ \xd1\xf7\xd0\x70\x48\x73\xb5\x70\xe1\x2b\xcb\xd6\xe7\x46\x77\x18\ \x3d\x26\x9a\xf0\xe0\x7a\xdd\x9a\xe1\x8c\x57\x5e\xfb\x64\x4b\xa1\ \x70\x75\xea\x3a\xfa\xde\x2e\xab\x96\x25\x9b\x1d\x23\x3b\x4d\x9a\ \x3a\xb5\xb3\xf5\xfe\xb7\x17\x72\x2e\x1c\x2f\xe5\x0a\x2a\x2d\x48\ \xda\xb7\xeb\x97\xc3\x17\x06\x0d\x6f\xdb\xa0\x7a\xd0\x86\xd4\xfc\ \xab\xdd\x27\x01\x1c\x0e\x35\xda\xf7\x0d\x3e\xb6\xfe\x93\x0f\x7e\ \xce\x80\x3d\x0d\xef\xf9\xae\x5d\xaf\x7a\x6b\x4e\x25\xc6\xb5\xe9\ \x75\x4f\xbf\xfa\x98\x46\x85\xa9\x28\x2c\xc4\x15\xd5\xae\x9b\x6f\ \xcd\x57\x5f\x7c\xbb\x5a\x6d\x18\x37\xfa\x8e\xbe\x0e\xf6\x34\x6b\ \xdb\xb3\x76\xac\xd2\x6d\xdc\x44\xe4\xa9\x14\x14\x41\xa2\x2a\x87\ \xc2\x69\x61\x1b\xb9\x47\x36\x6c\xd9\x7b\x42\x73\x4b\x94\x4a\xb7\ \xe1\x81\x10\xc2\x16\x72\x9f\x17\xe6\x8e\xea\x5e\x39\x7d\xdf\xef\ \x8b\x9f\x5b\x9a\x0a\x2e\x8a\x78\x6e\xe2\xa1\xcd\xdb\xd6\x87\xad\ \x1a\x38\xb9\x5e\x75\x15\x6f\xfd\x1b\xae\x4e\x6e\x99\xb4\x6a\x93\ \x29\xaf\x3d\xd7\xae\x2a\xdb\xf9\xc1\x7b\xcb\x57\xec\xb0\x11\x52\ \xeb\xb4\x7d\xf8\xd5\xa7\x9a\xc7\x9a\x7f\x2c\x5c\xf8\xc5\xca\xfd\ \x45\xc9\xfb\x36\x1c\x98\xd1\xbe\x4d\xbd\x2d\xb8\x76\x55\x35\x7d\ \xee\xea\xc4\x2a\x9d\x5f\x69\x57\x33\x5a\xea\x7b\x6f\x65\xee\x0a\ \x0f\x92\xa3\xeb\xc6\xa0\x8d\x17\x01\x1b\xc9\xbb\x76\xee\xde\xb1\ \x57\xa1\x2a\xc6\x92\xc8\x3d\xbf\xff\xf7\xa4\x2e\xa3\xc6\x38\x3f\ \xac\x5a\xf5\xfd\x71\x0b\x08\xf7\xe5\x9f\x3b\x7e\x36\xa7\xc8\x71\ \xb8\x00\x10\x36\xf2\xb4\xe8\xda\xb3\xf0\xa7\xcf\xbf\xfc\xf1\x37\ \xe7\xf7\x9c\xb6\x77\x2f\x69\xd1\x32\xf6\x80\x29\xb4\x8b\xc9\xfb\ \xb6\x6c\x3c\x6e\x36\xe9\x37\xb7\x49\xa5\x20\xc8\xd3\xc4\xbf\x1d\ \x93\x21\xb8\x8d\xdc\x77\xbd\xf2\xfa\xfd\x9d\xa3\xd3\xb6\xaf\x5d\ \x3c\x7b\x79\x2e\x97\x90\x1a\x76\xcf\xbc\xd7\xef\x69\x1d\x72\x66\ \xc3\xaa\x25\xaf\x7c\x64\xc4\x75\x6d\x1b\x03\xdf\x8f\x7f\x77\xdd\ \x19\x52\x7b\xd0\xd8\x8e\x84\x49\xd1\x2d\x7b\x34\xaf\xc3\x82\x3b\ \x8f\x7b\xb2\x43\x74\xa4\x22\xd7\x8f\x53\xc0\xca\x4c\x4e\x2b\x2c\ \xd1\xf2\xcf\xa7\x24\x1d\x3f\xef\x52\x55\x10\x10\x5c\xb3\xe9\xdd\ \xe3\x7b\x07\x23\x12\xe5\x0a\x8a\x8b\x74\x3b\x56\x4e\xda\x99\xc4\ \x4b\x99\x81\x08\x5b\xa0\x6b\x3f\x26\xe2\xb2\xe6\x30\x56\xb9\x49\ \xcf\xd6\x09\x95\xd8\x80\xfb\x6b\x80\x27\x2c\x48\x8e\xac\x1d\x53\ \x4b\xe9\x4e\x76\xfd\xfc\xe9\x27\x2b\xfd\xb1\x78\xcc\x7d\x75\x09\ \x46\x8e\x6d\xc4\xf5\x9f\xf8\xc4\xc3\xfd\xbd\xce\xc5\xcf\x1e\x7d\ \x79\x5b\x52\xce\xf1\xf5\x9b\x52\x27\xcd\x6a\x5d\x3d\x34\x63\x40\ \xcf\xa2\x83\x9b\xb7\x5f\x44\xc3\x1e\xe9\x5d\x23\x96\xf7\x9a\x38\ \x09\x79\x63\xbc\x51\x3c\x32\x2e\x04\x52\x85\xa5\xe5\x1c\xde\xb0\ \x65\x6f\xa2\xe5\x96\x08\xa1\xae\x82\x03\x3b\xcf\xa4\x37\x1b\x32\ \x63\xd4\xc6\x2f\xbf\x5b\x77\x2e\x17\x4b\x72\x71\xd6\x85\x73\x89\ \x97\x8a\x03\xb1\x02\x84\xe0\x0e\x0b\xae\xdb\xad\x45\xc2\x1f\xf3\ \x9e\xfd\x6d\xf3\x99\x53\xbc\xca\xfb\xef\x75\xaf\xe6\x5d\xc5\x2d\ \x27\xfb\xdc\xe1\x2d\x5b\xb7\x44\xaf\xba\x7b\x6c\xdd\xaa\x32\xde\ \xf1\x37\x22\xc5\xb8\x65\x4a\xd5\x5b\x3c\x3c\x77\x56\xeb\xca\xd6\ \xd6\x77\x17\x7f\xfa\xcd\xee\xd2\xd4\x03\xeb\x76\x4b\xed\xda\x35\ \x5a\x1f\x88\xae\x1e\x9c\xfd\xce\x2f\x49\x92\x4c\x10\xfc\xf3\x8a\ \xbd\x50\x04\xcc\xc1\xa0\x7a\x64\x13\x74\xdb\xe6\x20\x21\x09\x49\ \x67\x57\x2d\x7e\x68\xcf\xef\x3d\xee\xbd\xf7\x91\x4f\x3e\xdd\x35\ \x67\xc6\xfc\x55\x05\x2f\x2c\x79\x26\x62\xc7\xfb\x73\xde\x4b\x1c\ \xb5\x28\x21\x41\xa1\x08\x00\x21\x4a\x10\xe2\xe5\x85\x9f\x11\xc2\ \xe0\x94\x64\xae\x7d\xe7\xed\x9d\x19\x48\xe1\x96\xa6\x05\x24\x97\ \x2c\x84\x90\xbc\xc1\x61\x6e\x66\x06\xf2\xd9\xcd\xf7\x14\x05\x00\ \x10\x59\x96\x40\x92\x64\xc9\xd6\x8d\xa8\x0e\x83\x5f\x9a\xdb\xef\ \xab\xc9\x4f\xed\x2c\x6a\xb0\xe0\xdd\x51\xe5\x66\x97\x10\x9c\x31\ \x01\x44\x22\x82\x3b\xac\xcc\x76\x21\x12\xe2\x8e\xad\x83\x29\x73\ \xc5\xb6\x6c\x77\x88\x1b\x83\x10\x80\x10\x20\x84\x80\x52\x7a\x71\ \xc3\xca\x77\x4f\xfe\xc1\xf4\xe2\x4c\x03\x95\xdb\x39\x82\x33\xe0\ \x12\xa1\x14\x18\x63\x82\x02\x60\x4a\x15\x90\x08\x58\x9c\x60\x10\ \x0e\xe3\xc8\xe5\x96\x38\x08\x49\x51\x64\x61\x71\x26\x10\x10\x42\ \xa8\x24\x84\x03\x36\x66\x18\x31\x5b\x00\x71\xb9\x08\x07\x90\x55\ \x99\x32\x4b\x60\x82\xf5\xc2\x2d\x4b\x17\x9d\x0c\x42\x25\x99\x19\ \x36\x55\xc0\x31\x05\x95\x3d\x1e\x89\x83\x00\x44\xca\x1c\x8b\x20\ \x49\xaa\x8c\x18\x20\x55\x95\x30\x67\x25\x69\x27\x9d\x6a\xb3\xfb\ \x7b\x4f\xed\x39\xe3\xbe\x6b\x5c\xeb\xa4\x05\x2b\x0d\xec\x42\x08\ \x51\x49\x91\x01\x38\x62\x57\xb6\xe1\x31\x05\x10\xb6\x01\x86\x2a\ \x08\xb3\x6d\x49\x55\x28\x70\x0e\xb2\x4b\x01\xa3\x34\x10\xdb\x76\ \xf0\x8b\x2f\x76\xfb\x78\xfc\x33\x47\x9c\xd6\xd5\xdf\x1a\x84\x31\ \xd8\xa6\xe5\x0a\xf6\x10\x10\x42\x20\x04\x18\x81\x00\x82\x72\x0e\ \x6d\x7a\xff\x85\x6f\x1d\x49\x65\xa6\x5e\x5a\xa4\xbb\x5c\x14\x10\ \xa6\x8a\x2c\x4b\x8e\x24\xdd\x9e\x65\x81\x10\x01\xe7\xf8\xb7\xcb\ \x17\xfd\xe1\x32\x8a\xf2\x4a\x40\x2e\xdb\x32\x2f\x13\x20\x02\x5b\ \xfc\xdd\xb0\x37\x44\x25\x51\x98\xfe\xdb\xc2\x05\x7b\xdc\x50\x78\ \xe1\x82\x90\x15\x02\xc0\x72\xce\xaf\x5e\x30\x7f\xab\xca\xf3\xce\ \xa7\x21\x45\xa1\x46\xfe\x96\x55\x5b\x9e\x1f\x39\x6c\x54\xc3\x98\ \x92\xcd\xbf\x24\x96\x5a\x35\x28\x36\x32\x93\xbe\x7d\xfd\xcd\x14\ \x4d\xa1\x8e\xe9\xf7\x15\xbb\xb0\x07\x01\x10\x59\x2a\xd3\x25\x00\ \x24\xb4\x4b\xef\x8f\x1d\xb3\xb5\x6b\xef\x41\xe3\xc6\x2d\x1d\xd0\ \xf9\xd9\xd1\xb3\xcf\xf8\x2f\x6b\x0e\xb3\x0c\x30\x65\x21\x39\x0e\ \x53\xdc\x0a\x06\x8e\xa8\xe2\xa2\x8c\xdb\xac\xcc\xd7\x2b\x61\x85\ \x12\xc6\xd0\xdf\x0d\x87\x40\x98\x82\x75\xf8\xcb\x0f\xb2\xd7\xa9\ \x7a\x41\x8e\x0f\xcb\x14\x21\x60\xda\xbe\x4f\xdf\xbb\xf0\x93\xe4\ \xcf\xcb\xd6\x89\x8a\x99\xc5\x31\xf5\x78\x65\x0e\x36\x20\x5c\xe6\ \x21\xe1\x46\xd1\x96\x8f\xde\xfd\xf9\x84\xa1\x80\xad\xeb\x01\x21\ \xab\x84\x12\x8a\x29\xe1\xcc\x02\x5b\x72\x30\x09\x6b\xfc\xcc\xd2\ \x69\xd9\xef\xbf\x34\xff\xd7\xc0\xd3\x9f\xce\x23\x0a\x45\x80\x08\ \x50\x2c\x21\x84\x98\x0e\x3a\x65\xb4\x2c\x6c\x12\x53\x00\xe1\x18\ \x60\xba\x04\x46\x04\x6b\x17\x4f\x7e\x35\xf7\x8d\x4b\xa6\x8a\x1d\ \xa3\x20\xb7\xa0\xd1\x83\x5c\x0d\xf2\x48\x00\x42\x20\x84\x10\x20\ \x20\x44\x2e\x3c\xb4\xf9\xe3\x57\x4e\x52\xae\xa7\xe7\x19\x92\xea\ \x32\xd3\x0e\x6c\x3d\x90\xd3\x6d\xca\x44\xad\x76\xec\x9e\xf7\x5e\ \x2b\x05\x99\x50\xc8\xda\xf7\xfb\x7b\xb3\x57\x09\x49\x75\x4c\xad\ \xb4\xd0\x50\x83\x08\x20\x2c\xc9\xb2\x2c\x0b\x89\x22\x40\x34\x90\ \xb8\xe1\x99\xfe\x47\xda\x0d\xb8\xfb\xbe\x27\xe7\xf7\xec\xf0\xe1\ \xcc\xd9\x3f\x5a\x80\x31\xc1\x54\x02\xdb\x30\x4d\x06\x98\xb3\xeb\ \x26\x1a\x63\x65\xe9\xa8\x54\x06\x8a\x90\xc3\xff\x0b\xba\xc4\xf3\ \x2f\xac\x79\x7b\xfe\x4e\x17\xcf\x4f\x2b\xd3\x9c\xa2\x6d\x3f\xfe\ \xd1\x63\xd2\xe0\x91\xd5\xc2\xb5\xed\xbf\x9d\xcc\xd4\xa9\xdb\x03\ \xff\xc0\x28\x7a\x4a\x40\x3b\xbc\xed\xc2\xbd\x93\x1f\x99\x91\x1a\ \xdf\xb8\x5d\x1d\xba\xdb\xb1\x04\x34\x1f\x39\xa9\x55\xb8\x96\x98\ \x92\x98\xa5\xdf\x5d\xbd\x72\x04\x82\xac\xd2\x12\xab\x4a\x4c\x95\ \x5a\x8d\x59\x6c\x44\x30\x41\x92\x76\x6e\xfb\xee\xa2\x29\x0f\xbd\ \x3b\x27\xf2\x8f\x92\xf6\xcd\xab\x9c\xfd\x19\x97\x24\xfd\xbe\x2e\ \xf9\x81\xe1\x4f\x4e\x91\x7e\x3e\x8c\x3c\xf8\xf0\x8f\xbf\x95\x70\ \x66\x99\xf2\x90\x79\xef\x3e\xd5\xb6\x64\x62\xcf\xb1\x07\x72\x90\ \xeb\x7a\x52\x10\x02\x21\x19\x7b\xdd\x98\x5e\x71\x8d\x32\x43\xf7\ \x9b\x52\x4c\xed\x5a\xb5\xfd\xd5\x43\x24\x22\x84\x10\x8e\x49\xab\ \xb5\xb9\x6f\xfa\xe4\x1e\x95\xba\x34\x37\xcf\xcf\xde\x9a\x4a\xa9\ \xcc\xfc\x79\xe7\xf3\x23\xee\x9e\xfe\x18\xad\x71\x60\xd7\xda\xf5\ \x5b\x57\xaf\x1a\xfc\xfe\xd4\xd9\x85\xee\xac\xa8\x4e\x61\xc8\xcf\ \x05\x20\x82\x4b\x2f\x9e\x3b\x92\xc6\x01\x10\xa5\x04\x03\x38\xb6\ \x53\xa9\xdd\xdd\x13\x1e\x72\x2a\xf7\xbb\x1f\x76\xfe\x72\x3a\xc3\ \xdf\x3e\x88\x4a\x1e\x22\x00\x11\x2c\x79\x25\x59\x36\x52\x7f\xfd\ \xfd\xc0\xac\x59\xb3\x1f\x89\xd9\xd9\xe4\x81\xfb\x2e\xac\x5c\x94\ \x5a\xe0\x48\x60\x5e\x3a\x7f\x7e\xec\x83\x0f\x8c\x2f\x8d\x29\xc9\ \x3a\xf9\xeb\xea\x83\xab\xf7\x5e\x1c\x3b\xef\x55\xfb\xfb\x33\xdd\ \x26\x75\x3f\xba\x6c\x56\x9e\x89\x25\x64\xa4\x1f\x3b\x7c\xa1\x5c\ \xd7\xdc\x66\xea\xb6\x75\xc9\xa3\xa6\x2c\x9d\xef\xfd\xee\x4c\x8b\ \x7a\xb1\x59\xbf\x91\xd2\xc4\x8d\x9b\xb2\x46\x4c\x59\xf4\x72\x95\ \x7d\xfc\x9e\x3e\x31\xbf\x3d\xb2\xa3\xb0\x00\x6b\x35\xeb\x47\xef\ \xfb\xf0\xf3\x1d\xa1\x1f\xde\xdf\x77\xc7\xe9\x2c\x24\xd5\x56\x82\ \x31\xa6\x48\x00\x75\x61\xa2\x60\x10\x80\x10\x0b\xa4\x5e\x12\xe3\ \xee\x9f\x3a\xc5\xde\x71\x62\xdb\xba\xd3\x7f\xac\x3c\x37\xf5\xd5\ \xa7\xdf\x78\x2a\x09\x37\xeb\xa0\x64\xcc\x59\x9b\xc8\x6b\x34\xd5\ \x6c\x39\xae\x4e\x6d\xbf\x48\x08\x26\x44\x02\xeb\xc0\x86\x1f\x03\ \x0f\x3e\xfe\xd2\x2b\x2c\x11\xb5\xad\x24\x53\x2a\x02\x7b\x7e\xfb\ \x61\xd4\x07\x93\xc7\x4e\x0c\x1c\x4b\x37\xad\x9c\x94\x6d\xbf\x5c\ \xe2\x1e\xea\xc6\x5e\xf9\xdf\x6c\xdb\x85\x91\xc8\x3b\x73\x2a\x3b\ \x49\x20\x84\x09\xc5\x08\x90\xe4\xc1\x92\x4e\x04\x20\x8a\xa9\x9b\ \xfc\xcd\x2e\x58\x08\x63\x61\xfa\x53\x0f\x1f\x4a\x29\xff\x02\x63\ \x04\x20\xf4\xd2\x94\x83\x07\x39\x00\x26\x94\x60\xa2\xc8\x38\x71\ \xed\xaf\x19\x4f\xad\x9a\xde\x3e\x65\x46\xd7\xcd\x0e\x78\xd2\xf7\ \xff\xb4\x5b\x5b\x3c\xf6\xf1\xd1\xeb\x76\xa4\x12\xa2\xef\xfa\x76\ \x4d\x36\xf2\x2a\xd8\xeb\xc2\x14\x90\x28\xdb\xd4\x55\xe2\xeb\xdd\ \x33\xf2\x0e\x2b\xe9\x68\xe2\xc9\x8b\xbd\x86\xd7\x8a\x74\x43\xa2\ \x0f\x09\x2d\x3f\x25\x37\xe4\xae\x87\x1f\xe3\x95\xf7\xef\xfd\x6d\ \xdd\x8e\x5f\x56\x0e\xfd\x70\xec\x33\x33\x5d\x46\x83\x7e\x31\x29\ \x7b\x77\xef\xcf\x0e\x6e\x2a\x29\x41\x02\x01\x20\x2c\x79\x09\xc2\ \x7f\x37\x3c\x0a\x01\xcf\x4d\x3a\x99\x25\x04\x42\x98\x52\x52\x56\ \xac\x3b\xeb\xd4\xf1\x74\x21\x10\x22\x54\x72\x41\xce\xa1\x5f\x0e\ \xe4\x8c\x5d\xb8\xc0\xf9\x64\x77\xfb\xe6\x09\xf8\x3c\xb5\x73\x76\ \xad\xde\x9f\x33\xfc\xd1\x69\x81\xaf\xb7\x33\xb7\x7c\x7a\xcd\xfa\ \x53\x05\x80\xf5\x82\x0b\x39\x25\x03\x1e\x99\x94\x9f\x90\x54\x90\ \xb8\x6d\xe3\x11\xdd\xe7\xe3\x21\x55\xaa\xd7\x6e\x64\x46\x05\xb9\ \xfc\x8c\x03\x20\x0c\x7a\xca\xd9\xd2\xfb\x06\x4e\x9a\x9e\x5d\x2d\ \xe9\xc0\xd6\x7d\xc7\x0b\x90\xd0\x52\x2f\x3a\x7d\xef\x9d\xf2\x50\ \x60\xdb\xa9\x9d\xeb\x8e\x6f\xfd\xe1\xe0\xf4\x85\x63\x1f\x1d\xf9\ \xc7\xde\x74\x0c\xbe\xad\x5f\xfe\x72\x7a\xeb\x8f\x17\xa6\xce\x99\ \xbd\xa0\x68\x77\x5e\x8d\xca\x1e\x85\x33\x81\x30\x31\x72\xd3\x4f\ \x66\x5d\x10\x80\x08\xa5\x18\x13\x85\x04\xd6\x7f\xbc\x61\xf4\xbe\ \x37\x5d\x7f\x2c\xbd\x77\xdb\xa5\x60\x80\x9d\x6b\x7e\x1c\xb4\xe8\ \xc1\x31\xe3\xcc\x93\xd9\x8e\x91\x71\x66\xfb\x9a\x74\x1e\x22\x79\ \xb0\x57\x22\xe5\x71\x4d\x4c\xb7\x62\xbb\xf4\xbf\xa3\x7d\x95\xd4\ \x63\xe7\x92\x2f\x99\x7d\xaa\x57\x55\x31\xf3\x73\x52\x9a\x95\x5e\ \xe0\x7d\x78\xfc\xcc\x19\x07\x0f\x1e\x5a\xff\xf3\x81\x9f\x7f\x3f\ \xf8\xf4\xb3\x2f\x3d\x12\xb7\xab\xe9\x88\xe1\x69\xdf\xcf\x4f\xd3\ \x9d\x1e\x5e\x2c\xb9\x08\x00\x92\xb0\xe4\xf9\xbb\x61\xe5\x08\x63\ \x61\xf8\xce\x1f\xba\x56\x73\x48\xf2\xef\x6b\x53\x9f\x5e\x35\x63\ \x62\xe6\x53\xdd\x7e\xd7\x40\x71\xc3\x3f\x12\x24\xde\x15\x99\x7d\ \xec\x60\x16\x54\x6a\xd5\xa1\xbe\x9d\x75\x74\xed\x8f\x1b\x53\xd2\ \xb5\xd0\xaa\xb5\x5a\x74\x6c\xdb\xb0\x61\xe5\xf4\xcd\x5f\x7e\xf4\ \xe5\x6e\xd3\xd2\x4f\xed\x3b\x13\x54\xaf\x55\xeb\x56\x35\xf5\xf4\ \xe3\xeb\x56\xef\xb8\x94\x9d\x7d\x64\xf3\x21\x29\xa1\x7e\xd5\xd8\ \x88\x84\x1a\x35\x32\x36\xaf\xda\x76\xf2\xfc\x89\x6d\xfb\xed\xe8\ \x7a\xcd\x5b\xd6\x0e\xc2\x81\xa4\xfd\xc7\x0b\x74\x4e\x10\x07\xc9\ \xa5\x5d\x4a\xdc\xb3\xf3\xb4\xce\xf1\xcd\xbe\x94\x48\xf6\x90\xdc\ \x73\xc7\x93\x2f\x96\x60\x42\x30\xc1\x81\x9c\xb4\x93\x67\xb4\x46\ \x5d\x3b\xd6\xab\xe1\x3d\xb1\x65\xe3\xe6\xcd\xc7\x44\xe5\x26\xfd\ \x07\x35\x0d\xe4\x1b\x2e\x2b\xfd\x8b\x57\xde\xd9\x9f\x66\xaa\x0a\ \x05\xcb\x7f\xfe\xf8\xa5\xd8\x26\xcd\x62\xdd\xbe\x53\x47\x12\x53\ \x4f\x1c\x3f\x96\x54\xda\xa0\x63\xdb\x68\x4f\xf1\xe6\x55\xab\x0f\ \x9e\xcc\x70\x10\xc1\x18\x13\x42\x08\xc1\x08\x01\xb3\x59\x7c\xfb\ \x9e\x5d\x9b\x85\x96\x06\x14\x27\x65\xeb\xbb\x73\xbf\xcc\x0c\x10\ \x97\xc7\xa3\x5d\x38\x77\xf2\x68\xb6\xe4\xf1\x58\x25\x99\xa7\x4e\ \xa5\x26\xef\xdf\x9f\xc9\x62\xda\x76\xac\x97\xbe\xe1\xab\xa5\xef\ \xad\xd7\x90\xa2\x50\x9e\x71\x26\xa9\xd4\x9d\xd0\xac\x79\x35\x2d\ \x3d\xe9\xf4\xe9\x0b\xa7\x77\xee\x2d\x0d\xae\xd3\xba\x65\xfc\xc9\ \xaf\x97\x7d\xfc\xd5\x3e\x46\x15\x8c\x11\x2a\xbb\x13\x46\x00\x08\ \xf3\xc0\xf1\x2d\x7b\xcc\xa8\x06\x2d\x5b\x54\xc9\x3d\xbd\xe3\xb7\ \x5f\x76\xe5\x14\xe4\x1f\xdf\x7e\x58\xaa\xdd\xb2\x69\x4d\x65\xe3\ \xa2\xb7\x7e\xf8\x23\x15\x53\xec\xf8\x8b\x8f\x6d\xde\xb0\xef\x50\ \x96\x55\x9a\xbe\x7f\xc7\xe1\x52\x9b\xa8\x98\x9f\xdd\x77\x3c\xbf\ \x54\xb8\x83\x49\xea\xd1\x63\x97\x8a\x1c\x89\xb0\x4b\xc7\x53\x5c\ \x55\x1b\xd4\x8e\x27\x29\x47\x8f\x9f\x4f\x4e\x3e\xb4\x3f\x2d\xa1\ \x7d\xc7\x2a\x34\xf3\xf3\xd9\x6f\xef\xbf\x60\xda\x79\x69\xa7\xce\ \x3b\x4d\xbb\xb5\xaf\x5d\x55\x3d\xb2\x71\xfd\xee\x83\xe7\x72\x2f\ \x24\x1f\x3a\x92\x5d\xb3\x5d\xbb\xaa\x91\xc6\x8e\xd5\xab\x0f\x9c\ \x48\xcf\x3f\x7f\xfa\xe0\xb1\xdc\x9a\xad\x5b\xd5\xae\x11\xa5\x5d\ \x3a\x77\xfa\xf4\x25\x07\xcb\x8a\xcb\x48\x3e\x7c\x34\xc7\xcf\x6e\ \xe5\xf8\x70\x18\x69\x36\xa8\xbf\x37\x6d\xeb\x1f\x07\x33\x64\x72\ \x39\x39\xb3\x8c\x4a\x31\x46\x00\x82\x83\xac\xba\x8b\xcf\x26\x25\ \x26\x16\x2a\x5e\x4f\x20\x3b\xf5\x44\x52\xb6\xc0\xc8\xb0\x03\xa1\ \x75\xba\x77\x6d\x2c\x7e\x5f\xb9\xc3\xa0\xd7\xe7\xdd\x08\xe6\x40\ \x48\x95\x3e\x83\x5b\x9d\xfa\xe9\xa7\xb3\x79\xb6\x2c\xd1\xb2\x32\ \x58\xf8\xaa\x00\x2f\x7b\xc5\xae\xbc\xbc\x32\xfb\x30\x90\x9b\x55\ \x6a\xe5\x1e\xda\xf2\xdb\xda\x13\x42\x71\x09\x5f\xd6\xde\x2d\x47\ \x3c\xb5\x9b\x36\x69\x5a\x5d\xd2\xf3\x4f\x1d\x3c\xed\x73\x88\xea\ \xc5\xd9\x67\x8f\x9d\xcb\xf0\x61\x82\x05\x08\x2c\xb9\xab\xb7\x68\ \xd5\xbc\x75\xe3\x38\x4f\xd1\xf7\x0b\x97\xec\x4c\xf2\xc9\x12\x01\ \x27\x90\x7a\xec\x62\x74\xc3\xa6\xf1\x5e\xed\xf4\x91\xd3\xa9\xa7\ \x4e\x1c\x3f\xa3\x35\xea\xd6\xde\x95\xbd\xff\xbd\xd9\x1f\x9c\x2b\ \x45\x6e\x97\x87\xe5\x67\x1e\x3f\x9c\x26\x24\x17\x72\x8a\x8e\x1d\ \x3c\xa3\x71\xc2\x4d\xcd\xf1\xd4\xee\x3f\xa8\xd1\xe1\x1f\xd7\x64\ \x96\xd5\x1e\xb8\x4e\x5c\x42\x6e\x7d\x4f\x7f\x92\xf8\xc7\x96\x63\ \xd9\xca\xe5\x51\x5f\x11\xd7\xb5\x54\x72\x45\x4f\x08\xb6\x12\xb7\ \xed\x2a\x74\x25\xb4\x6e\x5b\xcb\x9f\xb6\x7f\xed\xaa\xad\x19\xb9\ \xc5\xa7\xb7\xed\x2a\x72\x55\x6b\xd1\xba\x5e\x84\x87\x9d\x3b\x78\ \x2c\xbb\xc4\x96\x91\x71\xf6\xc4\x39\x25\xa1\x71\x83\x5a\xa1\x59\ \xa7\x8f\x27\x25\xa5\x1c\x3f\x78\x29\xbe\x55\xfb\x16\xcd\x2a\xe7\ \x9c\xdc\xbb\xe1\xb7\x3d\xb9\x7e\x26\x49\x28\xeb\x78\x12\x0f\xaf\ \xd9\xa0\x56\xd0\x85\xa3\x87\xd3\xb2\x0d\x2a\xf1\xf4\x63\xe7\xe4\ \xf8\x7a\x75\xaa\xc8\xa9\xc7\x8e\xa7\x26\xa7\xec\xdf\x7e\x32\xac\ \x7e\xb3\x46\x8d\xab\xe1\xd2\xec\xc4\xa3\xe7\x8a\xb2\x2f\xec\xdf\ \x93\x52\xb9\x65\xdb\x3a\x95\xf1\xfe\xf5\xbf\x6e\xdf\x73\x56\xe7\ \x84\xe0\x32\xb1\x97\x4b\x1d\x11\xa2\xe5\xa4\x17\x31\x72\xe8\xbb\ \x1f\x0e\x9e\x2d\x56\x5c\x4a\x71\xf2\xb1\x03\x27\x0b\x6b\xb7\x69\ \x55\xb3\x7a\x64\xe0\x42\x72\x62\x52\x06\x23\x8a\xa2\x68\x67\x0e\ \x1d\xcd\xd3\x38\x41\x48\x08\x21\x07\x57\x6a\xdc\xa1\x6d\xb3\x96\ \xf5\xd0\xa5\x5d\x4b\x17\x7e\x9d\x5e\x0a\xb2\x4c\xad\x82\xac\xb4\ \x34\xa3\x7e\xdb\x46\xb4\x24\xf5\xc4\x89\xd4\x33\xbb\xf7\x66\x89\ \xd8\x36\x1d\xeb\xa6\xaf\xfb\xf2\xbd\xa5\xbf\x6b\x8e\xea\x72\xbb\ \x0b\x93\x12\x93\x92\x8a\x55\xaf\xdb\x97\x79\xee\xe4\x99\x1c\x81\ \x91\x61\x6b\xe1\xf5\x7b\x74\xae\x67\x6d\xf8\x71\x97\x29\xdd\x4c\ \x97\xc2\x12\xfa\x0e\x6a\x7a\x64\xe5\xcf\xe7\x0b\x98\x5c\xd6\x96\ \xe2\x06\xcd\x41\x5a\x5e\x66\x89\x59\x70\x74\xfb\xda\x5f\x8e\x72\ \x45\xc6\x18\xb8\x63\xfb\x1d\xdc\xfa\xae\xbb\x83\x32\xf7\xed\x3c\ \x7c\x89\x48\xd2\xff\x7d\xa6\x46\xcd\xdc\xb5\x40\x70\x43\x0f\x98\ \xe0\x00\x10\x45\xf2\xb8\x64\x62\x1b\xba\xce\x4c\x0e\x80\x41\x71\ \xab\x2e\x4a\x10\x73\x4c\xcd\xd4\x19\x08\x00\xac\xca\x1e\x89\xb8\ \x5b\x0c\xe9\x17\xef\x14\x99\xd1\x2d\x46\x3d\xd8\xe8\xe3\x31\xd3\ \x36\x25\xf9\x64\x2c\x74\x53\x33\x81\x63\xa0\x6e\xd5\x4b\x71\x59\ \xe6\x48\xc0\xe0\xc8\xa3\x7a\x6e\x6a\xc0\x21\x10\x86\xe9\xe7\xd8\ \xe5\x92\xa4\x2b\x01\x77\xb6\xa9\xeb\xcc\xe2\x00\x04\xc9\x92\x40\ \xf1\xbd\x47\x7f\xf0\x7e\xcb\xe9\xad\x27\x1c\x2f\xa2\xc1\x52\x90\ \x22\xe1\xf2\xf0\x3e\xc7\xf0\x5b\xba\x00\xd9\xab\x7a\x28\x81\xb2\ \x67\x66\x00\x94\xb8\x3c\x8a\x82\xae\x0f\xa2\x34\xbb\xbe\xfc\xf6\ \xb4\x56\xc7\xef\xb9\x6b\xa1\x03\xc1\x1e\xc5\x23\x51\x64\x9b\x01\ \x93\x51\xaf\x5b\x71\x6c\x4d\x77\x90\x47\x75\x61\xc1\x0c\x23\x60\ \x08\x86\xb1\xea\x51\x54\x8c\xca\xe3\xfb\x34\x43\xb3\x80\x4b\xd8\ \xed\x51\x15\xe0\x8e\x61\x04\x4c\xe0\x04\xbb\x3d\xea\x2d\xea\xd0\ \x73\xa6\x1b\x01\x0b\x38\x00\x71\x29\x1e\x85\x12\xee\x58\xba\xa9\ \x59\x00\x32\xf5\xb8\x65\x09\x95\x65\xc3\xcb\x6e\x17\x16\x7e\x53\ \x57\x54\xaf\x84\x98\x5f\xd3\x25\xc5\xab\x10\x1e\x30\x34\x42\x3d\ \x2a\x45\xa2\x2c\xcc\xc8\xd4\x1c\x20\x6e\xd9\xab\x48\x88\x59\xa6\ \x66\xeb\x0c\x88\x2a\x7b\x54\x89\x08\xc1\xaf\x15\x97\x5b\x75\x53\ \x0c\x8e\x69\x68\x8e\xc1\x00\x28\x56\xdd\xaa\x8b\x80\x70\x4c\x43\ \x63\x06\x03\x90\x89\xdb\xa5\x28\x58\xd8\x01\x53\xa7\x92\x57\x21\ \xb7\x32\xab\x85\x61\x4a\xa3\xbe\xff\xa1\x93\xef\x97\xcf\x3f\xde\ \x7f\x31\x39\x31\xa7\xe4\x7a\x4e\x47\x08\x4c\x23\x60\x83\xe2\x55\ \x25\xdb\x0a\x98\x9c\xba\x65\x89\xa8\x61\xf5\x5a\xd6\x6c\xd0\xf7\ \xa1\x81\xd5\xce\x3e\x3c\xfc\xc5\x42\xc5\x7b\x5d\x4a\x26\xb7\x0c\ \xa8\xd2\x61\xc1\xba\xd7\xce\x2f\x9d\xbf\x67\x6f\x72\x52\x62\x9a\ \xee\x60\x7c\x7b\x09\x0b\x96\xe1\x37\x04\xf1\xaa\xee\xb2\x84\x1a\ \xe1\xd8\x9a\xa5\xd9\x20\x08\x92\x3d\xaa\x87\x20\x7e\xbd\x2e\x71\ \x56\xf6\xa6\x00\xb0\x42\xdd\xaa\x42\x41\x00\x02\xc4\x1c\xc3\x6f\ \x69\x02\x64\x8f\xe2\x91\x28\xd8\x86\xa6\x31\x53\x80\xec\x56\xdc\ \x65\xc9\xee\x9a\x05\x1e\xb7\x0b\x98\x11\xb0\x98\x5b\x75\x03\xc8\ \xb5\x5a\xd4\x8e\x6d\xd4\x7f\xda\xf8\x46\xf3\x06\xdc\x7f\xa0\x84\ \xca\x37\x84\x2c\x1a\x8e\x7b\xd2\xcf\xdf\x37\xb9\xf4\xed\x57\x5f\ \x1c\xbe\x70\x36\x29\xcf\xc7\xc9\xed\x8c\x8a\x73\xc3\x08\x98\xc0\ \xca\xa6\x95\x2a\x51\xc1\x1c\xc3\xd0\x4c\x60\x00\xc4\xad\x78\x65\ \x82\x04\x02\x61\x5b\x01\x4b\x77\x00\x14\xea\x75\x2b\xd4\xb1\x0c\ \xcd\x36\x38\x08\x00\xe2\x52\x2e\xbf\x44\xee\x04\x0c\xbf\x0d\xd8\ \x25\x79\x55\x19\x0b\x81\x04\xb3\x02\x66\xe0\xb2\xe6\x60\x6e\x59\ \x9a\xad\xd9\x20\x28\x52\xdc\xaa\x9b\x60\xc1\x2c\x53\xb3\x8d\xb2\ \xe4\x7b\xb7\xea\xba\xc5\x36\x30\xd7\x35\x9f\x90\x3c\xee\xcb\x52\ \x65\x7f\xd6\x25\x24\x6c\xcd\xd4\xa9\xec\x2d\xef\xac\x8c\x80\x5b\ \x96\x6e\xeb\x36\x08\x0c\x92\x4b\x76\xcb\x12\x2a\x0b\xcf\xb3\xcc\ \x80\xc6\x2c\x8c\xdc\x5e\x97\x7a\xdd\x44\x23\x18\x4c\x23\xe0\x80\ \xe2\x51\x25\xcb\xf2\x5b\x5c\x72\xcb\x12\x75\x85\xd7\x6d\x59\xb3\ \xf1\x5d\xd3\xfa\x55\x3a\x36\x75\xc4\x2b\x25\x6a\xd0\xf5\xba\x64\ \xea\xa8\x66\xf7\x85\x6b\x5e\x3c\xbd\x68\xfe\x81\x03\xe7\x12\x13\ \x2f\x98\x37\xcd\x77\x43\xe0\x18\x7e\x5d\x60\x8f\xea\xc1\x20\x98\ \x23\xc2\xab\x54\xab\x5a\xaf\xde\xbd\x4f\x3c\xed\xfb\xea\xe9\x39\ \xcb\x77\x29\x6e\xd7\x3f\xc0\xa6\x8e\x91\xc2\x01\x21\x2a\x29\xaa\ \xe4\x52\xa5\xf2\x4c\x3c\x4c\x25\x45\x52\x55\x49\x55\x24\xe9\xb2\ \x75\x40\x64\x49\x55\x25\x55\x95\x14\x8a\x11\xe3\xb8\x4a\x8b\x36\ \xed\xba\xb4\x88\xf5\xf8\x7f\x5d\xb0\x78\xeb\xb1\x5c\x2a\x53\x84\ \xb1\x24\x29\xaa\xa4\x2a\xd7\x7c\xfd\x08\x95\x15\x49\xba\xb5\xdb\ \x09\x51\xaa\xfc\xb9\xf6\x25\x22\xd7\xdc\xbd\x6c\x11\x2a\xfc\xc5\ \x67\x8f\x5c\xe4\x42\x95\xe8\xb5\xe6\x09\x55\x24\x97\x7a\xf9\x5e\ \x57\x9e\x59\xbe\x69\xbe\x36\x07\x4c\x14\x3d\xe3\x52\xca\xa9\x22\ \x45\x51\x2f\x47\x9e\x4a\xb2\x44\x00\x00\x63\xa9\xfc\x57\xe5\xa2\ \x50\x15\x7a\x4d\xf1\x20\x54\x3e\xae\xf2\x64\x5f\x84\xe9\xe5\xff\ \xde\x7a\x58\xe5\x3f\x51\x25\xa5\x6c\xc6\x22\x4c\x24\x49\x55\x25\ \xf5\xf2\x60\x11\x95\x64\x8a\x11\x20\x2c\x97\x0f\x01\xcb\x52\x59\ \x5b\x73\x24\x5d\xd3\xb3\xfc\xb2\xe4\x2f\x5f\x87\x50\xf9\xf2\x5b\ \xb8\x51\x5c\xe5\xa2\x20\xf4\x3a\x51\x60\x5a\x7e\x44\x2a\x7b\x66\ \x84\x25\xaa\xfc\x25\x95\x20\x00\x0e\xc8\x5d\xb9\x4a\x8d\x9a\x09\ \x21\x59\xa7\x8e\xa6\x17\xb2\x1b\x87\x4b\xa8\x5c\x56\x7b\x04\x13\ \x49\xa6\x44\x70\x26\x05\x57\xee\x37\x61\x48\x75\x6f\xc9\x9e\x0d\ \x7f\x1c\x3b\x99\x2e\xc8\x8d\x35\x98\x04\x67\x0e\xc2\x61\xb5\x1b\ \xd4\x8d\x73\x6b\x27\x8f\x9e\xd5\x1d\x74\x9b\x6e\x49\x42\x65\x85\ \x4a\xd7\xbc\x96\x72\x9d\xbc\xac\x60\x37\xe8\xd2\xe5\x37\x75\x45\ \xb1\xaf\xd7\x1c\x7c\x45\x73\x5c\xaa\x24\x5f\x7e\x53\xb4\xcc\xd2\ \x47\x98\xca\x92\x84\x80\x39\xdc\xdb\xf1\xbe\x41\xed\x1b\x87\x25\ \xed\xdf\xb1\x77\xc7\x29\x4d\xdc\xe4\xd3\x22\x04\x07\xe4\xa9\x52\ \xad\x66\xcd\xaa\xde\x4b\x27\x8e\x65\x17\x8b\x1b\x03\x60\x38\x63\ \x5c\xa0\x3f\xfd\xf8\xb2\xbe\xa9\x92\x52\x1e\x7e\x71\xcd\x33\x93\ \xeb\x75\xa0\x5c\x79\xae\xbc\xdf\x6b\xcf\x01\x84\xcb\x15\x83\xdc\ \x4a\x73\xca\x2f\x22\x5f\x9e\x8f\x97\x75\xe9\xaa\xe6\xdc\x54\x13\ \xa4\xab\x4a\x7b\x6b\x5d\xba\xe6\x0d\x5e\xb9\x91\x72\x59\xa4\x57\ \x5e\x9f\x2a\xb9\x14\xe9\xe6\x13\x8d\x50\xb9\x6c\x76\x13\x22\x97\ \xe9\x92\x12\x56\xed\xae\xf1\xf7\x54\x75\x15\xee\xd9\xb8\xe5\x54\ \x62\x26\xc7\xe4\x66\x2c\x2c\x28\x09\xaf\xd5\xa0\x4e\x8c\x5a\x7a\ \xf2\x68\xb2\xce\x6e\xba\x70\x07\x7c\x55\x73\x84\x63\xf1\xf8\xe6\ \xed\x07\xdc\xdb\x99\xe7\x9d\xdc\xb6\x6e\x57\x7a\xae\x1f\x13\xf2\ \x0f\xb1\xa9\xff\x8e\x0f\x4e\x18\x7a\xc0\x10\x36\x00\x51\xa8\x5b\ \xbd\x65\xe9\x8c\xff\xc0\x13\x0a\x6e\x06\x0c\xc7\xe5\x72\xff\x57\ \xea\x12\x20\x84\x6c\x4b\x33\x1c\xec\x75\xa9\x00\x15\x65\x79\x6e\ \xe7\x15\x83\x5f\xcf\xcc\x13\x06\x02\x25\x52\x8e\x0b\x92\xd0\x6d\ \x24\x97\x21\x21\xec\x80\xee\x77\x40\x28\xae\xb0\x30\x55\x32\x4c\ \xeb\x06\xef\x35\x92\x14\xc9\xf0\x17\x94\xda\x0e\x01\xd5\xeb\x72\ \xdf\x8e\xb7\x1c\x21\xb0\x6d\x3d\x60\x19\x02\x90\x2a\x07\xa9\x37\ \xcd\x00\x46\x48\x58\xba\xdf\xd6\x19\x80\x84\xbd\x5e\x55\x16\xb7\ \xf1\xa2\x11\x08\xdd\xf4\x1b\xcc\x41\x40\x3d\x6a\x90\x84\x6f\x9a\ \xb3\x2c\x4a\x8c\xac\x22\x6e\x20\x70\x45\x49\x31\x6e\xf9\x26\xb9\ \xa6\x08\xc0\xd4\x4b\x35\xc1\x10\x50\xb7\x12\x24\xdf\x98\xaa\x2e\ \x80\xaa\x2e\x8a\x6c\x43\x77\xfe\xda\xa1\xcf\x1d\x47\x5c\xdb\xab\ \xe6\x7f\x55\x0b\x84\xa3\xfb\x2d\xe6\x52\x3d\x12\xfe\x2f\x4e\x1b\ \x61\x99\x01\x8d\xd9\x94\xb8\x3d\xb7\x55\x9c\x0b\x09\x6e\xf9\x8d\ \x00\x03\x21\x11\xf7\x5f\x54\x26\xd0\x8c\xc2\x22\x08\x30\x50\xc2\ \x70\xb8\x57\x55\x31\x02\x6e\x5b\x01\x2b\xe0\x00\x48\xd8\xed\x56\ \x24\xc3\x28\x31\x05\x52\x89\x47\x55\xcb\x17\x55\xba\x5d\x90\x67\ \x17\x33\x20\x61\x52\x6c\xa8\xa4\x88\x7f\x02\x21\x90\x18\x29\xfc\ \xef\xee\xb2\xca\xd7\x9a\xe1\xff\x8d\xca\x82\x88\xfc\x57\xdf\xfc\ \xdb\xde\x10\x23\x92\x2c\x51\xa8\xc0\xed\xc1\x71\x44\xc3\x81\x13\ \xa7\x4d\x1c\x7d\x67\xc7\xe6\x46\xda\xa9\xf4\x42\x76\x1b\x51\xd2\ \x80\x10\x96\xa9\x2c\x98\xa7\xf7\xb4\x17\x86\x35\xd0\x77\xee\x4b\ \x41\x94\xfe\xc9\xf9\xc1\xbc\xf7\xcd\x7b\xae\x99\x92\x7a\x3c\xd1\ \xf0\xba\x6f\xb7\xe8\x87\x6d\xb2\x6a\x6d\x7b\x4d\x7c\x7a\x42\xcf\ \x9e\xad\x20\xe7\xd2\xa5\xcc\xe2\x1b\xed\x20\x6e\x5b\xee\x3a\x6d\ \x47\x3e\x3c\x71\xe0\xe0\x3b\xaa\xe0\xec\x93\xc9\x79\xf8\x5f\x6b\ \x26\xb7\x2c\xb5\xeb\x98\x31\xa3\xc6\x0d\x6d\xdd\x2a\x21\xe7\x44\ \x62\xb1\x79\x93\xb8\x03\xc7\xe6\xb5\xef\x18\x3d\x6d\xf2\xb8\xbb\ \xba\xb5\xe1\x99\xa7\x2f\xe4\x5a\x37\x15\x05\xb9\xbc\x30\xbd\xd9\ \x6d\xb9\x65\xe0\x3e\xcf\xce\xea\x5b\x33\x7f\xdb\xae\x0c\x72\xeb\ \x46\xbf\x42\xa0\xa0\x4a\x95\x3c\x84\x19\x96\x83\xfe\xb7\x8b\x48\ \x71\xc7\xf6\xd6\xee\x32\x6a\x64\x87\xe2\xe4\xc4\x02\x1d\xfe\xfe\ \xc7\x43\x70\x47\xc8\x8d\xfa\x0e\x9b\xf0\xc8\xc8\xda\x4a\xe0\x6c\ \xd2\x05\xe7\x36\x0a\xde\x22\x44\x14\x49\x55\x25\x97\x7c\xeb\xaa\ \x66\x82\x33\xa5\x52\x83\xe1\x53\xa6\x8f\xbc\xb7\x5f\xf5\x70\xb8\ \x90\x78\xc1\x70\x98\x14\x53\x77\xe8\x43\x13\x87\x0c\xe9\x11\xef\ \xb1\x52\xcf\x97\x76\x7f\xf4\xc9\x51\x83\xda\x43\xd1\xc5\x8b\x19\ \x3e\x4c\x90\x6d\xb0\x5a\x9d\x06\x3c\xfc\xe4\xd4\x7e\x3d\x3a\xe2\ \xac\x4b\xe9\x39\xa5\x98\xfc\x03\xba\x49\x54\x34\xbc\xa8\xc0\xcd\ \xa7\x80\xc3\xa4\x16\x23\x1e\xa8\x1f\x57\x7a\x68\xf7\xc9\x22\x8d\ \xdf\x6e\x08\x84\x60\xba\x5e\x52\x20\x4a\x83\x63\x6a\xd7\x8c\x0b\ \x11\x9c\x83\xe0\xa6\x56\x5a\xa2\x15\xfb\x74\x83\x73\xe0\x20\x27\ \x34\xa9\x19\xe9\x35\x0b\xa1\x28\x50\xd6\x28\x1d\xb8\xae\xf9\x4d\ \x47\x60\x10\x86\xe1\x33\x6c\x8e\x10\x12\xcc\x09\x68\x25\xc5\x5a\ \x71\xa9\xe6\xb7\xb9\xc0\x04\x69\xf9\x19\x87\x76\x9e\x8a\x6a\x35\ \xf4\x8e\xb6\xd5\x99\x73\x93\x96\x5a\xdc\x36\x83\x9b\xf6\xec\x77\ \x6f\xfd\x73\x7b\xf7\x9f\xcf\x2c\x45\xb7\x28\xa4\xc4\x6d\xc3\xaf\ \x15\x15\x6b\xa5\xa6\xcd\x01\x10\xc6\x2c\xe7\xcc\xc9\xc3\x27\x03\ \x5d\x87\x3e\x58\x3f\x4a\x76\x6e\xb2\x70\x10\xcc\x16\x0d\x87\xdc\ \xd7\xb2\x9e\x7d\x78\xe7\xf1\x3c\xdf\x6d\xba\xd5\x81\x59\xba\x4f\ \x2b\x2e\xd6\x8a\x03\x86\x29\x04\x70\x81\x62\xea\x55\x8f\x0d\xe7\ \x85\x50\x54\x76\x04\x21\x00\xce\x0d\xcd\x57\xac\x15\x97\x8b\x82\ \x5b\x05\x3a\xbd\x7b\xd6\x6b\x77\xb7\x08\xc9\xd5\x73\x03\xa6\x83\ \x10\x02\xc6\x34\xad\xa4\x58\x2b\x2e\x2b\x66\x70\x73\x4a\xb5\xad\ \x80\x56\x5a\xa2\x15\x95\x68\xa5\x16\x13\x08\x21\xe1\xd8\x01\xad\ \xb8\x58\x2b\xd1\x4c\x07\x10\x02\xc1\x74\xad\xb4\x44\x2b\x2e\xd1\ \x4a\x4d\x87\x23\x40\x65\x55\x93\xca\x7e\x62\xda\x0c\x21\xc4\x1c\ \xbd\x54\x2b\xf6\x69\x7e\xbf\x56\xe2\xd3\x75\x21\x90\x63\x95\xf2\ \x4a\x0d\xee\xbe\xa7\x67\x6c\x28\x76\x1c\x01\xe5\x97\x2d\x29\xd6\ \x8a\x4a\xb5\x80\xc3\xcb\x9f\xc6\x36\xb5\x52\xad\xa8\x44\x2b\xd1\ \xca\xb2\xc9\x6f\x00\x33\x4d\x77\xbd\x4e\x33\x5e\x1d\xe9\xa4\x1c\ \x3d\x93\x9a\xc7\x31\x29\x2b\x68\x55\xa2\x15\xf9\x0d\xa3\x4c\x14\ \x8e\xa9\x97\x6a\xc5\xc5\x5a\xb1\xdf\x30\x6f\x59\x1e\x87\x33\x5d\ \x2b\x2d\xd6\x8a\xcb\x72\xdc\x91\xb0\x0a\x4c\xd4\xff\x99\x17\xee\ \x6d\xe7\x49\x3c\x7c\xc6\x2f\x64\x2c\xcc\x7c\x4b\xbe\xf7\xc5\xd9\ \xfd\x1b\xa3\xd3\xc7\xce\xe9\x48\x21\xdc\xba\x74\xe4\x50\xba\xa8\ \xfb\xc4\x9c\xe9\xd5\x5d\xa6\xc9\x00\x13\xe4\xcf\xbd\x74\x68\x57\ \x52\x5c\xfb\xe1\x3d\x5b\x56\x75\xec\x7f\x46\x7b\xb6\x0a\x1b\xb3\ \x02\xb7\x36\x8f\xb5\x82\xb3\x3b\xd7\xad\x5e\x7f\x34\x58\x0d\xbe\ \xec\xfd\xfc\x8b\xac\x6f\x10\xdc\x61\x24\xbc\xef\xb4\x87\x1a\x55\ \x0d\xa9\xdd\x31\xce\x5c\x67\x0b\xe1\x58\xe0\xe9\x3c\x7e\x42\xe7\ \xe6\x31\x39\x07\x37\xad\xfc\x6e\xbb\xee\x38\x01\x4b\x69\x3e\x64\ \xea\xdc\x06\x46\xf6\xde\x35\x3f\xff\x7a\xc4\x56\x2b\xf5\x9b\x3c\ \xac\x60\xfb\x2f\x7b\xce\x90\xde\x23\x1f\x20\xa7\x36\xfc\x71\x38\ \x43\xa9\x54\xf3\xde\xb1\xf7\x36\x88\x57\x0b\xd3\xce\x6c\xfa\xe6\ \x97\x94\x42\xa7\xf0\xfc\xe9\xb5\x67\x92\xe3\x3a\x0d\xac\x43\xc4\ \xad\x6a\xc8\x20\x66\xfb\xcf\x1e\x5a\xfb\xcd\x8f\x7e\x29\x58\x2d\ \xaf\xc5\xfa\xa7\x07\x76\x0c\x2b\xac\x41\xc7\x31\x23\xee\xa8\x04\ \x79\x7f\xac\xf8\x76\x7f\x52\xb1\xa2\xb2\xb3\x3b\xb7\x1c\x39\x6a\ \xf4\x19\xd6\x0a\x6e\x65\xe9\x22\x8c\x8d\x92\xb4\x5d\x7f\xfc\xfc\ \xdb\x36\xaf\x12\x2c\x97\x6f\xc3\xfe\x85\x28\x04\xb3\x78\x74\xcb\ \x9e\xfd\xee\xee\x14\x13\x82\xce\xef\xdc\xb8\x7a\xd5\xae\x00\x60\ \xcd\xc0\x75\xee\x9a\xf4\x7a\xd0\x5d\xd9\x07\x7e\xff\xf9\x97\x03\ \x86\x83\x38\x0d\xe9\x31\x65\x4a\x87\x46\x61\xc9\x1b\x57\xff\xb2\ \xf6\x88\x81\xc2\x06\x3e\x36\x75\x70\xbf\x36\x76\x95\x27\x23\xef\ \x28\x48\xfd\xfd\xbb\x1f\x36\x24\x92\xb0\xaa\x03\xa7\x3f\xd6\xac\ \x0a\x3d\xf2\xf3\x0f\x1b\xb6\xa7\x60\x45\x46\x7f\xbe\x37\x63\x3c\ \x34\xa1\xc9\xc0\x81\x5d\x6b\x54\x8e\xa0\x66\xc1\xa6\x8f\x3f\xdb\ \x7b\xae\xc4\x1d\x57\xef\x81\xb1\x43\xea\x46\xf1\x43\x3f\xfd\xb0\ \x7e\xeb\x39\x29\x2c\xa6\xc7\x88\xf1\x6d\x1a\xc6\x61\x33\x6f\xf3\ \x8a\x6f\x0e\x9c\x29\x42\xd8\xd5\xe4\xae\x07\xef\xe8\xdd\x00\xf9\ \xb2\xb7\x7e\xfd\xcd\xee\x13\x85\xf1\xcd\x7b\x4f\x1d\xd1\xc1\xcc\ \x38\x1f\x70\xc5\xba\x0b\x8e\x7d\xbb\xfc\xf7\x98\x8e\xc3\xee\xbb\ \xbf\xfa\xd1\xdd\x07\x8a\x4d\x44\x30\x70\xcb\x76\x57\xae\x3b\x60\ \x68\xbf\x7a\xd5\x42\xfd\x97\x4e\xae\xfe\xec\xa7\x4b\xc5\x82\xdb\ \xbc\x66\x8f\x7b\x06\xf4\x6f\xa5\xb2\xd2\xd3\x1b\x37\x6c\xde\x76\ \xd2\x80\xeb\x57\xc0\x9c\x83\x27\x32\x4a\xce\x3d\xfa\xc3\xb2\x15\ \xa9\x46\x90\xc7\x85\x2d\x9b\xb6\xba\x6f\x52\xef\x4e\xd5\xb3\xf6\ \x6e\x5c\xf5\xc3\x0e\x9f\x21\x55\x69\xd7\xa7\x6f\xbf\x76\x95\x42\ \xe8\x85\xdd\x1b\x7e\xfe\x79\x9f\xce\xaf\xef\xdc\x26\x98\xcd\xe4\ \x88\xbe\x13\xa7\xb5\xae\xe3\x4d\x5c\xf7\xd3\x9a\x0d\x27\x6c\x1a\ \x31\x74\xe6\x23\x63\xef\x69\x5d\xb2\x27\xbd\x5a\xed\x84\x13\xdf\ \x7d\x9a\x2f\x2a\x8d\x7a\xe9\xe9\x07\xfa\x36\xca\xda\x7a\xa6\x5a\ \xf5\xca\x87\xbf\xfe\xa3\xd4\xb1\x4a\x36\xfe\x7a\x3e\x05\xdd\xf9\ \xd9\xbd\x11\x6e\x94\x64\x80\x22\xe3\x82\xe4\x13\x6b\x12\xcf\x55\ \xeb\x3e\x30\xfe\x16\xba\x54\x61\x53\x57\xe0\x1f\xc6\xd6\x54\x56\ \x55\xb8\xb2\x9c\x17\xb6\xa1\x05\x74\xbf\x6e\x9a\x97\x4d\x27\x61\ \xe9\x81\x80\xee\x37\x2c\x53\x80\xb0\x4c\xe9\xce\x17\x5f\x9b\xfa\ \x40\xc3\xc2\x9c\x12\x25\x34\x94\x70\xc7\x04\xe9\x8e\x59\xb3\x47\ \x74\x0d\x3d\xbc\xe3\x54\xed\x91\x4f\x3e\x32\xba\x0d\x77\x0c\x21\ \xb9\x3c\x2e\x5a\x50\xc0\x06\xce\x5d\x30\xe1\xee\x9a\xba\xe3\xe9\ \x37\x75\x48\xab\x1a\xb2\x8f\xbb\xba\x0f\x1d\xd5\xab\x41\x88\x8e\ \x2b\x4d\x58\xba\xe8\x9e\xd6\xee\xe4\x64\xff\x1d\x13\x1f\xed\xd7\ \x38\xdc\xb0\x39\xa6\x92\x8a\x5d\xf2\xbf\xa8\x7c\x24\x10\x91\x5c\ \x8a\xab\x6c\xa3\xb8\xac\x98\x97\xa6\xfb\x03\x7a\xc0\xe1\x82\x99\ \x86\xb7\x61\xf7\x67\xe6\x4f\x75\x65\x1c\x4d\xd6\x2a\xcf\x78\xfb\ \xd9\x66\xd1\x42\xb7\x04\x95\x55\x97\x5b\x25\xf8\x5f\x54\x3a\x24\ \x92\xe2\x02\x95\x5e\x8e\x96\x71\x0c\x3d\xa0\xfb\x75\xd3\xb8\x6c\ \x59\x5e\x11\x8e\xc1\x05\xd8\x36\xb4\x1a\x3b\x66\x50\xef\x88\x73\ \x67\x8a\xbb\xcd\x9c\xfb\xcc\xc3\x5d\x30\x18\x80\x30\x37\x7c\x19\ \x99\xe6\x5d\x2f\xbf\x36\xe2\x8e\x5a\x01\x93\xf7\x7b\xf1\xf5\x69\ \xf7\xd7\xcd\xbc\xa8\xf5\x7b\x79\xfe\x43\xf7\x36\xe1\xb6\x3f\x23\ \x29\x25\xbb\xa0\x34\x2f\x35\xf9\xc4\xc1\xe3\x17\xb3\x4b\x1c\x1c\ \x3e\xe2\xed\xb7\x1e\xe8\x1a\x96\x9e\x4b\x1f\x5c\xbc\xf0\x81\xee\ \x95\x2d\xcb\x01\xee\x18\xba\x3f\xa0\x07\x4c\x9b\x01\x08\xd3\x44\ \x2d\xef\x9b\x31\x79\x58\x93\xfc\x73\xc9\xe9\x99\x85\x86\x69\xa1\ \xf0\xda\x0f\x2f\x9a\xdd\x50\xba\x78\xe8\xb4\x71\xef\xdc\x39\xfd\ \x9a\x78\x58\x44\xbd\xf1\x73\x46\x7a\x03\x69\x7a\x4c\xa7\x59\x4b\ \x9f\xad\xed\xe1\x8e\x00\xdb\x97\x7b\x7a\xf7\xee\x74\xdc\xe0\xf1\ \x77\x66\x55\x57\x9c\xba\x77\x8e\xea\x58\x2f\xa2\xe6\x80\x31\x3d\ \x9a\xc7\x34\x7f\x60\xd2\xe0\x3b\x12\x8a\xd2\x52\x4f\x9e\xcc\x6b\ \xfd\xc0\x9d\x0d\xab\xa9\x96\xcd\x6d\xdb\x8a\xee\x70\xe7\x84\x19\ \x9d\x0a\x53\xce\xc7\xf5\x9b\xf4\xdc\x4b\xf7\x2b\x66\x71\x6c\x9f\ \xd1\x73\x16\x4d\x92\x73\x53\xcc\x4a\x1d\x67\x3c\x3c\x2c\x1c\x99\ \xd7\xaf\x4b\x10\x62\xa0\x5b\x36\x50\x40\xb2\xaa\xca\x32\xb6\x74\ \xd6\xf6\xa1\x67\x9f\x7d\xa2\x7b\x41\x5a\x4e\xcb\xa9\x2f\xcc\x9a\ \xde\x8d\x31\xb3\xdd\xa4\x09\x03\xba\x85\xa4\x9c\xd7\xfa\xbd\x3c\ \x6f\x74\xff\x06\xcc\x30\xae\x77\x1f\x39\xae\x41\x73\xdf\x9c\x38\ \xb0\x6a\x46\xba\x7d\xcf\xbc\xb7\x26\xdc\x5d\xd7\x31\xfd\x97\x4e\ \xa7\xe4\x16\xf9\xf2\x2f\x5d\x48\x3e\x7d\xb6\x40\xe7\x44\x98\x17\ \x4f\xa5\xe4\x95\xf8\x73\xd3\xd2\xce\x25\x9d\x2b\x36\x38\x46\x58\ \x92\xdd\x8a\x8c\x39\x01\xdb\xd1\x6d\x47\x20\x01\x58\x92\x54\xe2\ \x92\x24\xfc\x0f\xda\xb2\xaa\xb0\xa9\x2b\x70\xbb\xfe\x10\x9b\x4b\ \x1d\x1f\x99\x7d\x77\xdb\xe8\x9c\xe3\xbb\xbf\x7c\xe7\xbb\x3c\x46\ \x81\x7a\x7a\x3e\xfd\x6c\xdf\x66\x61\xe9\x07\xb6\xae\x58\xfc\x4d\ \x4e\x78\xe7\x01\x1d\xaa\xaf\x7e\xea\x9e\x37\x76\x95\x94\xc6\xb4\ \xeb\x27\x0b\x14\xd4\x6c\xd8\x80\x8e\x4a\xd2\xba\x1a\xf5\xaa\xca\ \x6e\x77\xa3\x21\xcd\xdd\xcb\x92\x64\xa7\x68\xd7\x17\x4b\x17\xae\ \x38\x95\xac\x2e\x9f\x31\xba\xf7\x87\x6b\xd7\x06\x4a\xb9\x61\x0b\ \x04\xc2\xe0\xa6\x63\x1a\x61\x0d\xfb\xf6\x8d\xf7\xcd\x19\xf0\xe4\ \xda\xbc\x5a\x0d\xfb\xf6\x92\xd5\xbf\xa9\xa5\xcc\x30\x22\x3b\xdf\ \x3d\x66\x54\xef\x50\x94\xf7\xeb\xfc\xa5\x9b\x12\xf3\xda\x77\x1f\ \xda\xb9\xa6\xf7\xe7\xd8\x84\x58\x97\x1c\xd3\xa6\x41\xe3\x16\x95\ \x0e\xac\xc9\x01\xf9\xdf\x17\x85\x8d\x5a\x4e\x7c\x7a\x58\xd7\x84\ \xa2\x73\x87\xbf\x5a\xf0\x79\x86\x45\x85\xa0\xed\xa7\xbd\x30\xa8\ \x7d\x6c\xee\xa9\xbd\x5f\x2e\xfc\xea\x22\xc8\x0a\x15\x17\x76\xfc\ \xb2\x6c\xc9\xca\x9d\x19\xe2\xbd\xd9\x03\xab\x2c\xdd\x43\xc0\x3e\ \xbb\xf1\xbb\x45\x6f\xef\x0e\x44\x35\x1b\xda\xba\xc6\x07\x5b\xdc\ \x83\x3b\x27\xfc\xf4\xd8\x90\xc5\xfb\xb2\x0f\x19\xa1\xb3\x27\xde\ \xf5\xf9\xf7\x87\x0e\xaf\xdb\x92\x34\x6e\x34\x6c\xdb\xb8\xf2\xc7\ \xe3\x6e\x4c\xbd\xf5\x86\xf7\xaf\x2f\xbd\x3f\x7c\xe6\x0f\x69\x76\ \x46\xd8\xe7\xa3\x27\xf4\xfc\xe6\x8f\x65\xb8\x6a\xeb\x09\x33\xc6\ \x37\xac\x64\xef\x5b\xb1\xe2\xe7\x0d\xc7\x38\xb8\x5c\x5e\x25\xf5\ \xf7\x6f\x97\xbf\xfb\xb5\x40\x41\x18\x58\x95\x5e\xfd\xef\x6e\x57\ \x65\xe7\xa5\xe8\x84\xca\x1e\x6f\xf5\x2a\x6d\xfb\xd4\x5c\xb7\x12\ \xe3\xc2\x73\x6b\x3f\x7c\x7f\x63\xfe\x89\x66\x1b\x66\xb7\xa8\xee\ \x3a\x7e\xd4\x2a\x09\xf0\x98\x7a\x0d\x3c\x2e\x11\x15\x51\xab\x66\ \x25\x99\x61\xfb\xe8\x1f\xbf\x1d\x0d\xf6\x36\x2e\x5d\x7f\x36\x6a\ \x78\xa3\x5a\xf1\xc5\x6b\x37\xfe\xf2\xb9\xe8\x3d\xb2\xb5\xe0\xe5\ \xb6\x27\x91\x24\xed\xec\xee\x2f\x16\x2e\x70\x1d\x54\xbf\x78\xa9\ \x45\x25\x35\xb8\xc3\xc0\x7b\x7c\x3f\x2c\x9a\xfd\xda\x37\x75\xfb\ \x45\xf4\x98\x1e\x79\xa3\x67\x88\x19\x66\xa5\x0e\xc3\x66\xbe\x3c\ \x22\x6b\xeb\xbb\x99\x25\x80\xa9\x6d\xb8\x6b\x0d\xee\xdf\x71\xff\ \xbc\x71\x6f\xae\x3c\x52\x3f\xd1\x79\xff\xf5\x81\xd5\x96\xec\x90\ \x90\x73\x6e\xd3\xca\x77\xde\xde\x5e\x12\xd6\x68\x64\x9b\xfa\x1f\ \xfd\x70\x54\x5c\xe3\xeb\x11\x8e\x49\xe3\xbb\x0e\x6a\x53\xe9\xdb\ \x49\x93\x3f\x3a\x5e\x7c\x1a\x57\x7a\x72\xe2\x9d\x2b\x7e\x7a\xe3\ \xc0\x9a\x2d\xc9\xe3\x1f\x28\xde\xb4\x61\xe5\xba\xb3\x41\x4a\x90\ \x84\x8c\xbd\xab\xb7\xa4\x8e\x1f\x74\x76\xfd\x9a\x95\x3b\x33\x83\ \x14\x0f\x25\x48\x70\xe2\xcb\x38\xb9\xe7\xe2\xa4\x47\xde\x7b\x49\ \x9b\xf1\xee\x99\x22\x26\xfd\x03\x0d\xd4\x0a\xa6\xae\xc0\x6d\xaf\ \xbf\x90\x28\x48\x3e\x7d\x0c\x32\x8b\x2f\x5c\x34\xa1\x2c\xfb\x99\ \xe5\x9e\x39\x79\xcc\xf4\x16\x9c\xcb\xb0\x11\xc2\x92\x42\x90\x13\ \xf0\x5b\x04\x08\xc6\x00\x82\x63\xc5\xab\x32\xe3\xf4\x9e\x7d\x27\ \x2e\xf2\x33\x87\x0f\xad\xc8\x4c\x76\x24\x05\x01\x20\x42\x28\xf0\ \x80\xdf\x64\xb2\x8b\x08\x0e\x14\x21\xc4\x6c\xb0\x19\x17\x54\x08\ \xea\x0d\x11\x9a\xaf\xb8\xd4\xa6\x80\x85\x60\xfc\x6f\x26\x3f\x02\ \xc2\xc4\xca\xcf\x4c\x3a\x78\xd8\x0d\xa5\xf9\x7e\x1b\x03\x71\x79\ \x83\x7d\x69\x67\x0e\xed\x3c\xc4\xd5\xc4\xa3\xbf\x7d\x99\x7c\xca\ \xaf\x2a\x14\x84\xf3\x6f\x5f\x18\x43\xf1\xf9\x33\xc7\xd4\xc2\x40\ \x76\xaa\xce\x31\x42\x80\x40\x14\x9e\x4b\x3c\x86\xb3\x4b\x2e\x5d\ \x34\x45\xd9\xe8\x41\x70\x20\x00\xbe\xc2\x22\x3f\x69\xa0\x50\x2c\ \x00\x88\xac\xb8\x81\xda\x76\xa9\x50\x09\x51\x5c\x94\xdb\xa5\x25\ \x06\x05\xe1\x2b\xf6\x5b\xb2\x87\x62\x44\x15\x45\xa2\x84\x03\x22\ \x80\x41\x70\xa2\xba\x91\x65\xf8\xfc\x36\x05\x56\x52\xa2\xf3\x5a\ \x6e\x0a\x98\xeb\xa5\x69\x47\x8e\xd8\x21\xec\x52\x4e\x29\x60\x8c\ \x18\x70\xc1\x11\x95\x54\x70\x09\x55\x71\x4c\x4d\xf6\x84\xf0\xfc\ \xf4\x23\x3b\x0f\xe4\x81\x27\x71\xfc\xc6\xb4\x53\xe7\x55\x4f\x34\ \x00\x96\x5d\x6e\x05\x4c\x43\x58\x82\x39\x21\x0d\x7b\xcd\xfd\x78\ \xfa\xa9\x4f\x3f\x3a\x7a\x51\xf4\xec\x14\x83\x30\x12\x42\x48\x8a\ \xe4\xbf\x78\x26\xcb\xd4\xa5\x38\xc4\x19\xc7\x20\x49\x6e\x55\x22\ \xc2\xb1\x2d\x13\x6c\x0c\x00\x02\x04\xa6\x2a\x75\x63\xc7\x67\x12\ \x81\x65\xc5\xe5\x92\x8b\x72\x8a\x39\x10\x0c\x82\xdf\x6c\x55\x82\ \x09\xd6\x32\xd3\xce\x9e\xcb\x6b\x16\x16\x26\x21\x61\x0b\x81\xa8\ \x22\x13\x51\x5a\xa4\x61\x40\x7a\xa9\x4f\x27\x6e\x89\x62\xce\x01\ \x53\xc5\x05\xd4\xb1\x7c\x3c\x84\x60\x04\x0c\x10\x70\xbb\x3c\xb7\ \x00\x0b\xa4\xb8\x08\xb3\x4a\x4b\x4d\x0a\xbc\xb4\x24\xe0\xa8\x1e\ \x8a\x90\xa4\xc8\x84\x62\x2a\xcb\x2e\xac\x52\x82\x04\x43\xb2\x2a\ \x13\x82\x25\x45\x75\x51\xf5\x8a\xcb\x0e\x2b\x9e\xf0\x30\x92\xba\ \xe5\x64\x7e\x80\xe1\x7f\xa6\x1f\xa1\x82\xa9\x2b\x70\xbb\xf4\x44\ \x10\x3b\xbb\xe1\xa7\x93\x6b\x39\x26\x54\x2e\x0b\x5c\x16\xd6\xa9\ \x5f\x7f\x38\xca\x04\xa6\x54\x96\x3c\x28\xef\xc4\xee\x54\x7d\xd8\ \xec\x19\x49\x73\x36\x26\x54\x89\x91\x4f\xcb\x4e\xfe\x9e\x5d\xa9\ \x25\x9d\xda\xd6\x5b\xb7\x6b\x5d\x89\xc7\x5b\x9c\x51\xc2\xb8\x82\ \x5c\x6a\x6c\xdd\x06\xad\x3b\x36\x9c\x32\xba\x5d\xea\xc7\x4f\x14\ \x59\x85\xc9\x19\x9e\x6e\xf7\xdf\xb7\x33\x3b\xb1\x72\x54\x58\x11\ \xa6\xc5\x49\xbb\x32\xa2\x86\x8f\x9a\x31\x9c\x1e\xf0\xd6\xa8\x1c\ \x7e\xcc\xfe\x9b\xbd\x06\xb0\x24\xf9\x93\x8f\xfc\x7c\x6a\xbf\x00\ \x4c\x15\x59\x45\xec\xf4\xfe\x4d\x81\x51\xc3\x12\x42\x57\xef\x38\ \x93\x25\x63\xb3\xb4\x40\xc3\x84\x82\xf3\x6f\x5f\x99\x10\x48\xdd\ \xb2\xe6\xcc\x46\x8e\x09\x91\x14\x99\x20\x00\xc4\x93\x7f\xff\xf9\ \xd4\x6f\xe5\xc2\xc1\xc0\x1d\x41\xe2\x5a\x74\xea\xdc\xca\xd7\x65\ \xda\x70\xd8\xff\x7d\x7a\xc0\x96\x55\x4c\x25\x2c\x00\x51\x44\x5d\ \x92\xe2\xe4\x1e\xd9\x9b\x25\x86\xce\x9c\x98\xfa\x41\xd2\x7d\x13\ \x7a\x67\x6f\x78\xad\xc0\x42\x18\xfb\x8b\x4b\xac\xee\xfd\x7b\xb4\ \xcd\x0c\x12\xda\xa5\xa3\x67\xb6\x1f\x77\x46\x8f\x7c\x6a\x94\xb6\ \x56\x1b\x33\xa4\xc9\xd9\x77\x97\x6b\x48\x55\x8b\x33\xb7\x7c\xf1\ \x29\xe3\x88\xca\xb2\x24\x49\x60\x03\x45\x8a\x82\xca\xd3\xe8\x09\ \xa1\x59\x27\x36\x9d\xa5\x3d\x1a\xd6\x0c\xfa\x76\x43\xaa\x1a\x2c\ \x17\x66\xf9\x50\x7d\x22\xbb\x30\xc6\x00\x88\x28\x18\x13\x10\x6a\ \x58\x78\x4c\x88\x7f\xd5\x81\x43\x27\x0d\xb0\x9c\xf6\x04\x23\x46\ \x95\x60\x05\x6f\xff\xec\xc5\xf5\x10\x33\xa9\x67\x28\xc9\xc2\x00\ \xe0\x68\xc5\xb9\x10\xdf\xb6\xdf\x9d\x17\x78\x52\xda\xf1\x93\x1c\ \x81\xac\x62\x00\x40\x58\x72\x61\x22\x5b\x85\xc7\x8e\x9c\x1c\x32\ \x61\xdc\xdd\xa7\xf4\xf0\xae\x4d\xdd\x90\x7e\x93\x48\x3a\x4a\xb5\ \xb4\x23\x2b\x3f\xff\xad\xe3\x0b\x4d\xa2\x43\x50\x8a\x9f\xe2\x92\ \xf3\x3b\x4e\x66\x8c\x7a\x62\xca\x7e\xff\xba\x4e\x33\xee\x73\x76\ \x7d\x7b\xd1\x6f\x75\x76\x61\x49\xc6\x00\x88\x62\xaa\x96\x15\xfb\ \x61\x16\x84\xd5\x1e\x37\x69\x40\xfe\xb6\xef\x37\xec\xbc\xe4\x5c\ \x3c\x70\xb0\x70\xea\x7d\x33\xc7\x65\xaf\x48\x1f\xfd\x60\xa7\x8b\ \x2b\x9f\x2f\x16\x08\x61\x2c\x21\x55\xba\xd2\x28\x47\x80\x40\x58\ \xc6\x2a\x45\x70\x4d\x01\x43\xe6\x8d\xaa\x59\xd7\x95\xfd\xd6\x87\ \x3f\x65\xea\xc1\x5e\x19\xfd\x13\xc3\x74\x2b\xfc\xd4\x15\xf8\xcb\ \x75\x3e\x2f\xeb\xad\x76\x99\xa1\x64\xc5\xe5\x76\x29\xca\xd5\xf4\ \x13\xaa\xa8\x2e\xb7\x4b\x91\x25\x84\x88\x42\x4a\xbf\x9e\xf9\xec\ \xc6\x9c\x84\x19\xf3\x9f\x6c\x18\x71\x71\xd3\xfe\x0b\x32\x94\x7c\ \xfa\xd8\xcc\xad\x25\xb5\xa7\xbd\xf1\xe2\xf4\xa7\xee\xaf\x13\xe7\ \x11\xac\x74\xff\x2f\x87\x42\xdb\x3d\xf8\xcc\xcb\xf7\xa6\x7f\xfd\ \xf6\xa2\xe5\x87\x55\x62\xfc\xfc\xe2\xeb\xc9\xee\xce\x33\xdf\x9a\ \xe2\x2e\x3e\xb8\xe7\x4c\x29\x14\x1e\x7e\xed\xe1\x45\x52\x97\x07\ \x26\x4d\xbf\x3b\x3e\x98\xda\x36\x87\xf2\x5a\x96\x9c\xff\xcb\x22\ \x68\x42\xb0\xab\x65\x46\x05\x22\x54\x71\xb9\x54\x97\x42\x31\x92\ \x54\x39\x73\xeb\xd7\x2f\xbc\xf8\x73\xc3\x91\xd3\x67\x2e\x78\xfa\ \xee\x3b\x1a\xab\x88\x71\x51\x56\xfe\x8b\xff\xcb\xd9\x2b\xb8\xe0\ \x70\xd5\x6a\xbc\x2c\x8a\xab\xe9\x8a\xd7\x08\x47\x00\x00\xb3\x9d\ \xd0\xda\x6d\x27\xce\x79\xb2\x76\xc9\xb6\xd7\x5e\x5c\xa9\x81\x9c\ \x7b\x3a\xf9\x5c\x6a\xa9\x04\xb8\x30\xfd\xdc\xc9\x0b\x25\x32\x14\ \x7f\xfe\xe4\xf3\x07\x44\xcb\x27\xe7\x4d\xe1\xdb\x97\xbf\xb9\x68\ \x1b\x28\x6e\x17\x2e\xf9\xf9\xbd\x77\x53\x22\xba\x3c\xf1\xea\xb4\ \x76\x8d\x63\x20\x70\x6e\xf1\x23\xaf\x64\x57\x1f\xf0\xd4\xcb\xf7\ \x5f\x5c\xb1\xe0\xdd\x2f\x4f\x48\x2a\x05\x84\x65\xd5\xe5\x72\x97\ \x27\x82\x11\x0c\xf9\x17\x4f\x25\x5e\xc8\x03\x44\x00\x01\x96\x24\ \x33\x6d\xd7\xcb\x53\xde\xc2\x6d\xef\x9b\xf9\xce\x0b\x23\x47\x74\ \x8d\x70\x21\x27\x50\x7c\x7a\x6f\x72\x89\x81\x28\x04\x92\x4e\x9d\ \x29\x70\x68\xde\x81\xdf\xe6\x2f\x3c\x76\xc7\x73\x73\x5f\x7a\x75\ \x58\xe6\xd1\x7d\xa9\xc5\xcc\x77\x29\x29\xe5\x42\x81\x04\x1e\x97\ \x84\xf2\xcf\x9c\xbc\x94\xe1\xc3\x20\x23\x7f\xc6\xf7\x73\x56\x84\ \x77\x7f\x70\xf2\x43\x7d\x22\x82\x90\x2f\x33\xfd\xe4\xe1\x74\x86\ \xa8\x13\xc8\x39\x76\xea\x02\x53\xc8\x9e\x0f\xe6\x7d\xf4\x5b\xc9\ \xf0\xe7\x1f\xeb\xd3\xb1\x06\xb2\xed\xb2\x7a\x6d\xd7\x93\x35\x48\ \xb2\x22\x71\xce\x1c\xc6\x05\x60\x55\x31\x7f\x9d\xf3\xc2\xcf\x67\ \x23\xa6\xcd\x7f\xba\x4a\xd6\xef\xaf\x3c\xbf\x52\x07\x39\x37\x31\ \x39\xf9\x7c\xa9\x04\xb8\x28\x23\xe5\xe4\xf9\x42\x81\x31\x38\x96\ \x08\xa9\x3a\xe0\x89\xa9\xf7\x8c\x6a\x47\x98\x43\x58\xf6\x47\x8f\ \xbf\x78\xca\xdb\xe5\xc9\xb9\xe3\x7c\xbf\x2d\x7d\x7b\xd9\x3e\x2c\ \xa9\x44\x18\x69\x49\x47\x2e\x15\x1b\x65\x29\xfb\x08\x61\xc2\xb5\ \x94\xd3\x47\xb3\x4a\xed\x2b\x31\x85\x82\x73\x87\x31\x81\x88\xac\ \x94\x57\xc8\x17\x42\x70\xce\x05\xff\x27\x11\xf6\x7f\x7f\x1f\xc5\ \x0a\xfc\x33\x29\xda\xb0\xa4\xd1\x5f\x7f\x55\xff\xec\xb2\xb7\xde\ \x39\x68\x59\x7e\xc3\x12\xb7\x13\xdd\xcb\x99\x6d\x9a\x0e\x46\x48\ \x08\x86\x64\x55\x91\x28\xb7\x2d\xcb\x72\x00\x21\x04\x88\x2a\x32\ \x25\xc8\xd2\x75\x9b\x03\x41\x20\x00\x49\x8a\x4a\x09\x30\xdb\x32\ \x2d\x86\x11\xe2\x82\x13\x45\x95\x65\x57\x42\x8b\x06\x52\x51\x1e\ \xad\xdb\xf7\xb9\x17\x7b\x7e\x7c\xdf\x98\xf5\x67\xb4\xa0\xe0\x20\ \x29\xa8\xd2\xe8\x79\x6f\x47\xec\x7c\xf3\xc5\xf7\x36\xcb\xee\xeb\ \x2b\xed\x38\x9a\x2f\xfe\x81\xd9\xaf\x4d\x0d\x7d\x6d\xf4\xc2\x5c\ \x5f\xa0\xd4\x67\xde\x24\x1e\x59\x08\xdb\x34\x1c\x8e\x10\x02\x8c\ \xa9\xa4\x50\x10\xc8\x13\xe2\x92\xe2\x3a\xcd\x7b\x77\xf2\xaa\x89\ \x23\xd7\x24\x07\x94\xeb\x5b\x1b\x0b\x53\xe3\x83\x3e\xfe\xaa\x87\ \xf1\xc3\xab\xaf\x6c\x33\x2d\x9f\x6e\xfe\x4b\x51\x70\x43\x83\x07\ \xbe\xf8\xb8\x7b\xf1\x8a\x07\x1f\x59\x23\x83\x4c\x15\x45\xa6\xd8\ \x32\x74\x86\x64\x97\x42\x6c\xcb\xb0\x05\x75\x29\x12\xb7\x2d\xf3\ \x72\xdc\x34\x55\xca\xf3\x4e\xb9\x6d\x96\xf5\x76\x21\x54\x92\x65\ \xea\x58\xa6\x65\x33\x84\x00\x00\x4b\xaa\x72\x63\x7c\x0a\x02\xb0\ \x2d\xdd\x01\x49\x95\xaf\x94\x64\x00\xc7\x32\x6c\x47\x20\x84\x10\ \xc2\xb2\xaa\x20\x61\xeb\xba\x23\xab\x2a\xc5\x5c\x37\x4c\x22\xbb\ \x64\xc4\x4d\xc3\xe4\x80\x11\x08\x0e\x42\x51\x5d\xc2\x31\x1c\xa0\ \x8a\x2c\x21\x21\x6c\x53\x67\x58\x56\x64\x0a\x42\x94\x5d\x0a\x63\ \x22\x2b\xb2\x60\x96\x69\x83\xea\x52\x80\x5b\x86\xc5\x24\x22\x87\ \x24\x54\x4f\x88\x0b\x2a\x2d\xb4\x7b\x3f\x3d\xbb\xb5\xf6\xeb\x23\ \x53\x96\x1b\xea\xf5\x49\x6a\x8e\xae\x05\xb5\x1d\xfa\xee\x87\xc3\ \xbf\x9e\xfa\xcc\xde\xa4\x22\x4d\x33\x18\x63\x96\x69\x01\xc2\x20\ \x04\x51\x54\x99\xa2\x2b\xc2\x71\x2c\xc3\x12\xc4\x25\x53\x87\xa1\ \x2a\xed\x07\xbf\xb4\xf8\xc1\xfd\xaf\x3c\xba\x74\x55\x8a\xa2\x52\ \x6e\x5b\x66\xb9\x28\x90\xa4\xa8\x04\x23\x04\xdc\x30\x75\x4c\x5d\ \xd7\x44\xa8\x73\xd3\x34\xae\x39\x82\xdd\x21\x41\x09\xdd\xc7\xbe\ \x34\x29\xe1\xb9\xc1\x93\x4e\x04\x5c\x0a\x06\xc5\xe3\xa1\x41\xb1\ \x13\x17\xbc\xad\xae\x7f\xf9\x95\x8f\xff\x41\xd9\xe4\x15\xa8\xc0\ \x4d\x38\x57\x84\xd5\x6c\xd6\xb5\x5b\xe7\xf6\x6d\x6a\xe4\x9d\xdc\ \x77\x3e\xd7\xa1\xb7\x93\xf9\x82\x89\x24\x49\x54\xa2\x54\x92\xcb\ \xd2\xa3\x11\x26\xb4\xfc\x48\x79\xbf\x02\x42\x25\x49\x92\xa8\x24\ \x51\x5a\x5e\x92\xe9\xca\xaf\x24\x49\x22\x48\x30\xf0\x76\x1d\x3f\ \x69\xc4\xe8\x01\xad\x1a\x05\x6d\x5c\xb4\x70\xcd\xae\x8b\xcc\x41\ \xb5\xba\xde\x35\x63\xce\x84\x1a\x51\xc6\xbe\x35\xbf\x9f\x3a\x97\ \x4f\x6e\x48\x62\x12\x8c\x93\xd0\xd8\xe6\x6d\x3a\x76\xed\xdb\xb9\ \x92\x91\xbc\xff\x58\xd6\x4d\xb2\x84\x11\x22\x54\x92\x24\x4a\x25\ \x4a\x28\x46\x82\x99\xa6\xda\x67\xfa\xd4\x09\xe3\x7b\x22\xed\xfc\ \x96\x1f\x37\xe7\x68\x37\xd6\xeb\x40\x9c\xf1\xa0\x6a\x8d\x3a\x77\ \xe9\xd4\xa1\x63\x7d\xff\xd9\xfd\x67\x32\xcd\x7f\x29\x0a\xee\x40\ \x64\xed\x7a\x72\xde\x99\x83\xfb\x73\x15\x77\x79\x3e\x37\xa1\x12\ \xbd\x9c\x0e\x5e\x16\x83\x76\x8d\xb8\xae\x36\x73\x28\x7f\x44\x89\ \x92\xf2\x93\x49\xb9\xb8\x24\x7a\xab\x48\x6e\x4c\xa4\xeb\x12\xd0\ \xf0\xe5\x8b\xd0\x2b\x39\xdf\xe5\x3f\x47\x94\x4a\x04\x01\x20\x44\ \x2e\xdf\x5a\x92\x24\x84\x00\x13\x7a\xe5\x22\x98\x5e\xbd\x60\xf9\ \xa5\x28\x41\xa8\xec\x81\x2f\xff\x9a\x12\x6e\x3b\x61\xf5\xdb\x3d\ \xf8\xe4\xc4\x3b\xef\x6a\xaf\x64\xed\x7e\x6f\xee\x8a\x6c\x83\xdc\ \x28\x1c\x4c\x90\x96\x97\xa3\xbb\x6a\x0f\x99\x38\xac\x8a\x9d\x73\ \xf8\x48\x32\x23\xb2\x24\x97\xdd\x5d\xba\x99\x70\x08\x08\xe1\x80\ \xab\x61\xfb\x56\x79\x1b\x3f\xff\x66\x75\x22\x56\xa4\xb2\xed\x8d\ \x1b\x44\x81\x6e\x28\xaf\x7e\xf5\x88\xe0\x8c\xcb\xe1\x77\xbf\xf8\ \xc2\x03\xdd\xa3\x36\x7c\xb4\x6c\xeb\xb1\x7c\x2a\x61\x4b\xe7\x75\ \x7a\x0d\x9c\xf1\xd2\xb8\x84\xf0\xc0\x9e\x5f\x7f\x4f\x3c\x5f\x48\ \xfe\x09\x09\x71\x15\x36\x75\x05\x6e\xa1\x19\x00\xba\x9e\x5f\x22\ \x38\x01\xc9\x2b\x87\xba\xfe\x9d\xae\xea\x7f\xbe\x8e\xb0\x4c\x9d\ \x21\xf9\x86\x92\x03\x82\x33\x06\x88\xdc\x2c\x91\x44\xd8\x46\x79\ \xb0\x17\x22\x54\x51\x24\x8c\x80\xd9\xb6\x65\x39\x1c\x38\x91\x55\ \xe5\x56\xd9\xe4\xb6\xa9\x5b\x36\x42\x84\x50\x59\xbe\xdd\x0d\x7e\ \xe1\x58\xb6\xe3\x38\x0c\x40\x51\xdd\x14\x03\x00\xe2\x8e\x61\xd8\ \x42\x55\xd5\x2b\x8f\xe6\x98\x9a\xc9\x80\x94\x3f\xcd\x6d\x65\xa9\ \xdb\x86\xce\x04\x25\xc8\x31\x99\x43\x25\x97\x7a\xb5\x06\xd9\x7f\ \xe0\xe5\x08\x66\x1b\xa6\xc1\x00\x28\x51\x14\x45\x46\x00\xdc\xb1\ \x4c\xcb\x64\x00\x12\x55\x15\x09\x9b\xba\x66\x03\x92\x25\x97\x2c\ \x97\xd5\xcf\x05\xdb\x32\x4c\xdb\x16\x80\x15\xd5\x7d\xf3\x94\x5f\ \x84\xb8\x65\x18\xb6\xc5\x01\x49\x92\x5b\x95\xf1\xbf\x7e\xe3\x08\ \x84\xe3\x98\xe5\x09\x2f\x48\x52\xae\x56\x1d\xb1\x4d\xc3\x62\x36\ \xa6\x8a\x2a\x2b\x08\x04\x08\x6e\x1a\x06\x13\x88\x4a\xb2\x2c\xdd\ \x6e\x3b\x70\xc7\x32\x99\xc0\x92\x72\xe5\x5d\x22\xc1\x1d\xd3\x34\ \x1c\x21\x08\x96\x55\x55\x46\x80\x04\xb3\x4d\xd3\x74\x40\x10\x2c\ \xbb\x54\xc9\xd2\x35\x4b\x08\x89\xba\x14\x85\x80\x00\x04\xc2\x30\ \x7c\x7e\x6e\x08\x90\x82\xe4\x10\x55\x22\x42\x08\xee\x94\xeb\x12\ \x95\x5d\x32\x25\xf0\xff\x74\x36\x79\x05\xfe\x5f\xb7\xa9\xb9\x88\ \x69\xdc\xa9\x47\x8f\x2e\x2d\x1a\x24\x58\xf9\xe9\x45\x01\x8e\xff\ \x46\x32\xb1\x10\x0c\x68\xd5\xa6\xad\xaa\x85\x3a\x79\x05\x81\x6b\ \xda\x09\x32\xd3\x51\x7b\x4c\x98\xda\x36\x38\xe7\xd8\xb9\x02\x72\ \x7d\x3a\x2f\x22\x94\x4a\x92\x54\x6e\xca\x5d\xb6\xd6\xa9\x24\x49\ \x97\x4d\xf5\x5b\x5b\xf4\xb2\x24\xdd\x4e\x7b\xb0\x6b\x7f\x44\xa8\ \x24\x5d\xa9\x58\x20\x38\x73\xc7\xd4\x6a\xde\x24\xde\x97\x97\x6f\ \x32\x74\xb9\x76\xa6\x24\xff\xa5\x55\x7b\x93\xa9\x45\x29\x42\x34\ \xae\x51\xab\xee\xfd\xba\x44\x0a\x5f\x56\x4e\x31\xfc\xa7\xc2\x0e\ \xb8\x23\x5c\xe1\xcd\xbb\x77\x6b\xd7\xae\x51\xa8\xec\x14\xe4\x16\ \x3b\x9c\x21\x6f\x74\xab\x9e\xdd\x5a\xb7\xae\xef\x45\x5a\x41\x29\ \x34\xeb\xdf\xbf\x6d\xe3\x18\xbd\x20\xa7\x34\xc0\x30\x06\xc7\x46\ \xf1\x4d\x5a\x76\xbb\xb3\x53\xad\x5a\x31\x66\x7e\xbe\x2f\x60\xdd\ \x98\xc3\x29\x18\x73\xc5\xd7\x69\xdf\xa3\x73\xab\x36\x8d\xbd\x56\ \x6e\x66\x9e\x7e\x3b\x6f\x1c\x61\x5c\xfe\xaa\xa4\x2b\x0d\x67\x05\ \x63\x10\x51\xa3\x71\xb7\x01\x3d\xaa\x79\x78\x76\x66\x1e\x03\x8c\ \x10\x2a\x3b\x8d\xfc\x3b\xa9\xdb\x98\x50\x7a\xad\x89\x2e\x18\x23\ \x9e\x06\x1d\xbb\x74\xe8\xdc\x2c\x3a\x04\x17\x64\x15\x38\x9c\x73\ \x39\xa4\x71\xd7\xae\x1d\x3a\x36\x89\x70\x8b\xdc\xec\x40\x9d\x3e\ \x77\x76\x6e\x53\x8b\xfb\xf2\x0a\x8a\x2d\x8c\x11\xb3\x45\x64\xad\ \x26\x7d\x06\xf6\x6e\x54\x37\x01\x7c\xc5\xc5\x25\x1a\xc2\xf8\x8a\ \x2e\x91\x7f\x4e\x83\xae\x0a\xa6\xae\xc0\xcd\x29\xd6\xb4\xe8\x80\ \x45\x1f\x8c\xe9\x11\x52\x94\xed\xcb\x3a\x97\x98\x53\xcc\xff\x15\ \xfd\x21\xe0\x4c\x37\x0c\x20\x12\xc5\x48\x38\x96\x61\xd8\x84\x88\ \x12\xcb\x3d\x76\xe9\xd7\x63\x1b\xa4\xfd\xf0\xcb\x09\x28\xab\x67\ \xc6\x99\x6e\x94\x16\x73\x75\xe8\x23\xcf\x36\xd4\xf6\xae\xdb\x9f\ \x4e\x29\x36\x0d\x4d\xb7\x4d\xce\xcb\x8b\xee\x0b\xee\x98\xba\x66\ \xd8\x96\x00\x72\xab\xc2\x32\xdc\xb1\x0d\x43\x37\x6d\xc3\x72\x18\ \x26\x12\xc1\x50\x56\x32\xd4\xb0\x2d\x00\x42\x29\x01\xc1\x4d\x43\ \x33\x6c\xd3\xb2\x19\xc2\x65\xae\x16\x61\x9b\xba\x6e\xe9\x96\xcd\ \x10\x22\x94\x20\x66\x1b\x9a\xa9\x3b\x36\xb7\x6d\xd3\x66\x40\x29\ \x31\xf4\xe2\xb8\x01\xcf\x7d\x36\xff\x8e\xdd\x3f\xae\xbe\x54\x0c\ \x94\xa2\xcb\x97\x35\x1d\x47\x10\x5a\x46\xd6\xc2\x31\x0d\xcd\xd2\ \x2d\xdb\x16\x82\xd0\x9b\x15\x63\x63\x86\xe1\x6a\xd8\xf3\x95\x8f\ \x67\xc6\x53\xad\x20\x25\xe5\xdc\x85\x3c\x81\x90\x6d\x68\xba\x6d\ \x32\x8e\x29\x25\x18\x81\x63\x99\xba\xa9\x5b\xb6\xcd\x38\xa2\xb7\ \x72\xa9\x70\x66\xe8\x9a\x61\x5b\x5c\x60\x4a\x08\x70\xab\xc8\xc0\ \xf7\xcc\x7e\xf3\xe1\xe1\xf5\xb9\x14\x14\xe2\xb2\x93\x0e\x1c\xcf\ \xb6\x3c\xa3\xde\x5c\x30\xfe\xae\xea\x5c\x0d\xf5\x62\xff\xd9\xd3\ \xb9\xb5\x7b\x74\xef\x7e\xcf\x7d\xfd\x9a\xbb\x76\xfc\xb6\x57\x03\ \xca\x19\xc4\x37\x68\xd4\xa4\x7d\xbb\x61\xd3\x1f\x92\x4f\x6c\xda\ \x73\x3a\x87\x5e\xbf\xe4\x17\xcc\xd0\x6a\x8e\x7e\xe1\xe5\xe7\xbb\ \x6b\x99\xc5\xbe\xcc\xe4\x73\xe9\xbe\x1b\x59\x15\x81\xb0\x0c\x5d\ \xb3\x74\xc7\x66\x18\xdf\xbc\xaf\x3c\xb7\x2d\x1c\xdd\xe8\x99\xcf\ \xe6\x35\x8b\x74\x0a\xd3\x2e\x25\x27\xa7\xdb\x08\x3b\x96\xa1\x5b\ \x86\xc3\x80\x10\x8a\x31\x70\xdb\xd2\x4d\xcd\xb0\x2d\xc6\x10\x21\ \xe4\xe6\x7e\x7f\xc1\xad\xab\xe2\xa2\x58\xb0\x12\xdd\xe8\x30\xe9\ \x85\xe7\x1e\xeb\x8a\x84\x1c\x11\x29\xa7\xec\x3d\x92\xae\x8b\x3e\ \x8f\xcf\x79\x6a\x52\x2b\x81\x5c\x61\x21\x70\xe6\xc0\xb9\xf8\x4e\ \x5d\x3a\xdd\x35\x78\xd8\x9d\x35\x0f\xfd\xba\xa9\x80\x11\x60\x22\ \x3c\xa1\x4e\x8b\x2e\x6d\xfa\x8e\x9f\x5a\xc3\x77\x7c\xd3\xee\x33\ \x58\x92\xd1\x3f\x70\x42\x56\x44\xe9\x55\xe0\x96\xc6\x92\x6c\xe6\ \xed\xfe\x7c\xf1\x9c\x8f\x8e\x84\x29\x61\x8a\xf4\xaf\x4a\xde\x71\ \x5b\x78\x62\xda\x75\xac\x91\x79\xf4\x40\xb6\xcf\x92\x2b\x55\x6f\ \x57\x2f\x34\x69\xef\xf9\xa6\x7d\xbb\x9a\x87\x7f\xf8\xee\xc8\x59\ \x44\x25\x54\xe6\x3a\x44\xee\xe6\x7d\x7b\x54\x0a\x0e\x4d\x88\x97\ \x0d\x93\x09\xc1\x6c\xee\xae\xdf\xb3\x67\xfd\xaa\xee\x4b\x87\xf6\ \x1c\x39\x9d\x8b\x31\x30\xe2\x6d\xd1\xbf\x5f\x42\x18\x3b\xb5\x6d\ \x47\x72\xa6\x26\xdf\x50\xac\x91\x73\xe1\x8a\x8c\x6f\xda\xac\x61\ \x7c\x74\x08\xe8\x05\xc7\xb6\xec\xba\x58\x60\x60\x6f\x54\x87\xbb\ \x3a\xc6\xb9\x8d\x13\xdb\x77\x9e\xcb\xd0\xd4\xa0\x90\xfa\x6d\x3b\ \xd7\x4e\x88\xe4\xa5\x59\x87\xb7\xed\xcb\xf1\x33\x84\xe5\x9a\xed\ \xda\x37\x6c\x10\xeb\x14\x64\x1e\xde\xbe\x37\xb3\x98\x47\x26\x34\ \xee\xd5\xb6\x96\x96\x9d\xc1\x83\xa2\x21\x27\x71\xef\xbe\xd4\x2a\ \xcd\x7a\xb4\x89\xcd\xfa\x7c\xd9\xde\xdc\x00\xa6\x04\x04\xe3\x72\ \x78\x5c\xd3\x16\x8d\xab\xc4\x78\x8b\xd3\x12\x0f\xee\x3e\xa5\x83\ \xc4\x0c\x3b\xb2\x5e\xab\x56\x6d\x6a\x13\xb3\xe8\xfc\xa1\xe3\x29\ \x17\x0b\x6e\x5c\x71\x30\x2e\x22\xeb\xd6\x09\xc9\xdb\xfe\xfc\xe4\ \xe7\x72\x50\x88\x47\x91\x1c\x53\x54\x6b\xd7\xb3\x59\xfd\xc8\xcc\ \xc3\x7b\x0f\x9f\xcc\xe4\x44\x8e\xa8\xd5\xa8\x51\xd3\x3a\xa1\x6e\ \x7e\xf1\xd0\xbe\xe3\x49\xb9\xe2\x86\x52\x44\x82\x33\x06\x6a\xe3\ \x3b\xfa\xd4\x8e\x21\x67\x76\xee\x48\x4c\x2b\xa1\x6a\x50\xa7\x07\ \x1e\x18\x35\xa8\x5d\xc6\xea\x25\x07\x0f\xe5\xa4\xef\xdb\x51\x2a\ \x47\xf5\x1a\x39\xee\xfe\x3e\x4d\x12\xbf\x59\x74\xe8\x44\xc1\x85\ \x7d\x07\xfc\xa6\xbe\xf6\xed\x97\xf6\x6f\x9f\xf8\xd9\x9b\xed\x63\ \xdc\x3c\x4f\x03\x97\x8a\xce\x6c\xfe\x79\xf7\xc6\x9d\x38\xae\x0e\ \x52\x6e\x5a\xfa\x09\x01\x20\x22\xac\xf4\x1d\x2b\xe7\xbe\xf0\x3e\ \x92\x22\xdc\x32\xb9\xa1\x1c\x20\x77\x90\xab\x61\xf7\x2e\x75\x6a\ \x44\xea\x59\xa9\x07\x76\x1c\x2a\x32\x09\xc5\x37\xd9\xe1\x08\xa9\ \x5c\xbd\x2a\x3d\xfb\xda\xb4\xa7\x0e\x17\xb9\x42\x3d\x0a\xd3\xed\ \x4a\x8d\xdb\xb5\x6e\x99\x50\x7c\xe6\xf0\xfe\xfd\xe7\x6c\x2c\x07\ \x57\xae\xd5\xb6\x79\x83\x4a\x61\x52\xce\xa9\xc3\x87\x8f\xa4\x39\ \xf8\x46\x7f\x0c\xb7\x6d\x54\xa3\x53\x9f\xc6\xb5\x42\x2f\x1d\xdc\ \x7d\x34\x31\x9b\x61\x77\xb3\x7e\x83\x27\x8c\xed\xaf\x1d\xf9\xe2\ \xc0\xae\xe4\xbc\xe3\x07\xb2\x2c\x4f\xbb\xc1\x43\xc7\x3e\xd0\xb3\ \x70\xeb\x87\x07\x76\x5e\xcc\x3e\xb2\xb7\x84\x5b\xbb\x3f\x5c\xb0\ \xfb\xd7\x13\x5f\x7d\x3f\xb9\x46\x04\x4e\xce\x00\xb7\x4a\xb2\x8e\ \x6e\x9b\x7f\x60\xdb\x68\x5c\xa3\xa5\x82\x10\xa0\x7f\xe8\x74\xac\ \x60\xea\x0a\xdc\xda\xae\x06\x24\xa9\x6e\x2f\xb8\x29\x29\xf3\xe4\ \x09\xdb\xd0\x4c\xce\x31\x96\x5d\x6a\x59\x15\x4a\x61\xeb\x01\x53\ \x08\x42\x64\x85\x82\x25\x22\xc7\xcf\x99\x93\xf2\xf6\x83\x2f\xac\ \x4c\xe9\x3a\x78\xec\x8b\xc3\xb5\x07\x7b\x2f\x0d\x8f\x8d\x6d\x74\ \xe7\x9d\x35\x9b\x17\xae\x59\x7b\xc2\xa6\xc4\xb2\x48\xef\xd9\xaf\ \x4e\x1b\x14\x73\xf2\x68\x41\xd3\x86\x95\x0f\x58\x96\x05\xb4\xd7\ \xa3\xcf\x0d\x6f\xe7\x3e\x93\x6a\xde\x33\xf6\x9e\x55\x4f\x3f\xfe\ \xcd\x1e\xff\x7d\x6f\x2f\x78\xa0\xad\x7c\x3e\x9b\x3e\x30\xa1\xdf\ \xdb\x63\x9f\xde\x9b\xe1\xc8\xe0\xe8\xa6\xc1\x00\xc9\xb2\x4b\x26\ \xc8\xb0\xa4\x3b\x26\xbd\x38\x6d\x60\xc8\xc1\x03\x29\xc2\x2c\xca\ \xdc\xbd\x2d\xc5\x5d\x79\xf2\xfc\xd9\x8d\xa5\xcc\x2c\x16\x33\x78\ \x58\x97\x79\x63\x9e\x4a\xab\xda\xe6\xc5\xaf\x5e\x2a\xd9\xb6\x0d\ \xd5\x6a\x73\xf7\x5d\xdf\xcc\x9c\xbc\x34\x5f\x78\xe2\xeb\xd6\xa9\ \x55\x3b\x22\x72\xd0\xfd\x03\xee\x5c\xfb\xd8\xc4\x0f\xdb\x8c\x9d\ \xf5\x50\x2f\x9c\x2f\xc5\xd0\x82\x4c\xd9\x63\xd0\x49\x8f\xa7\xa8\ \xa1\x55\x1b\x35\x1e\xd4\xb3\xcd\x99\x2d\x1b\x53\xf3\x0d\x22\xec\ \xba\x77\x8d\x9c\xfb\x72\xf7\xc3\x1b\x4e\x55\x7f\x7a\x6a\xdb\x77\ \x9f\x7f\x63\xc9\x1f\x91\x5d\x46\xcd\x5d\x34\x41\x3f\x79\x4c\xae\ \xdb\x31\xfa\xe4\x97\x13\xa6\x2c\x2e\x06\xef\x9f\x38\x0b\x01\x03\ \xdd\xd0\x6c\x6e\x83\xec\x72\xab\x8c\xda\xba\xdd\x60\xd4\x13\xcf\ \x3f\xde\xf9\xe2\xa9\xac\x6a\x8f\x8c\xfa\x6d\xd6\xe3\x1f\xae\xbb\ \xf8\xc0\xec\x97\x47\xd6\xf7\xef\x3d\x8d\xc6\x3d\x3d\xf2\xdd\x07\ \xa7\xae\x3f\x94\xaf\xa8\xd7\xf6\x1f\x11\x96\x4d\x7b\xbf\x30\x77\ \x72\xbf\xa8\x73\xa9\xd6\xc8\x87\xee\x59\x3a\x7e\xc6\xc6\x73\x34\ \xb6\x66\x55\x8f\x17\x7b\xe3\xab\x37\x72\x42\x03\xc7\x76\x70\xec\ \x8a\xab\x55\xc5\xe5\xc6\x21\x55\x6b\x35\x44\x11\xc5\x47\x76\x72\ \xc0\x2a\xf5\x2a\x14\x1c\xee\x18\x86\xc6\x84\x5b\x08\xa0\x92\xea\ \x21\x5e\x45\x42\xd6\x5f\x7e\x72\xb1\xa4\x7a\x51\x90\x23\x61\x21\ \x00\x10\x70\xd3\xd0\x1d\x1b\x80\x28\xaa\x9b\x22\xc1\x41\xad\xd6\ \xb0\x5e\xf5\xb8\xa0\xca\xf7\x8f\xea\xdd\xf9\xb3\x97\x9e\xfd\x4e\ \x93\xff\xdc\x82\x00\x21\xce\x0d\x5d\xb3\xb8\x2d\x24\xc5\xe5\x92\ \x24\xa6\x1b\x71\xbd\x1e\x9c\xf3\xc6\xfd\x25\x89\x29\x11\xd3\xc6\ \xb4\x7d\xf7\xc5\x37\x3e\xd9\xd3\x6a\xca\x13\xb3\x86\x44\xed\xdc\ \x99\xdf\x74\xe6\x84\x55\x8f\x4d\xff\x62\x4d\xb2\xe4\xbe\xb6\xfb\ \x87\xb0\x75\xd6\x6c\xd2\xb3\x33\xa7\xb4\x4c\x3d\x9d\x37\xe2\x91\ \x07\x7e\x7c\xfc\xd1\x15\x5b\xf2\xa3\x12\xaa\x86\x86\x51\x1e\x15\ \xdf\xa0\x85\x92\x98\x7a\xc4\x11\x34\xa6\x46\xd5\xe0\x60\x82\x62\ \xaa\x36\x6c\xe1\x75\xce\x1e\x64\x02\x64\xd5\x8b\x25\xec\x08\x66\ \x18\xba\xc5\xa9\x5b\x20\x4c\x65\x8f\xa3\xa8\x32\x01\xf1\x0f\x2e\ \x77\x5c\x11\x4f\x5d\x81\xdb\xe5\x6d\x26\x48\x83\x81\x23\x26\x3f\ \x3d\x7d\xd8\xd0\xae\x41\x60\x33\x2e\x18\x52\x9a\x0c\x1d\x3d\xe5\ \xe9\x69\x83\xef\xee\xe0\xc1\x88\x17\x1e\x5f\x7d\xe0\x52\xed\x3b\ \xba\xb8\x20\xa4\x5d\xf7\x56\x47\xbe\xde\x54\xa8\x17\xfc\xba\xec\ \xad\x8f\xbf\xd8\x59\xcc\x64\x8c\x00\x98\x49\xe3\xdb\x8f\xba\xab\ \xce\x77\x93\xc6\x4e\x19\x3d\xf3\xd7\xad\x29\x44\x11\x72\x4c\xa7\ \x89\xe3\xba\x14\x1d\xdb\x7f\x74\xe7\xfe\x2c\x4f\xcc\xe0\x71\xcd\ \x42\x6b\xf4\x1e\xd5\x23\xe2\xa3\xb1\x63\xa7\x0c\x99\xb8\xa9\x30\ \x76\xd4\x94\x8e\xdc\x0c\x90\xd8\xda\x03\xa6\x4e\x9f\xf2\xd4\xc4\ \xb6\xf5\x63\xb8\x6d\x73\x41\x23\x63\x2b\x25\x7f\xb3\x6c\xd6\xa4\ \x19\x2f\x3c\xf6\xd6\x81\x8b\x66\xed\x6e\xf7\x8e\xec\x1d\x73\x66\ \xcf\xfe\xc3\xdb\x0f\xaa\xed\x5a\xf7\xed\x57\x9d\x83\x4b\x2e\x3e\ \xbc\x78\xfa\xb4\xa9\x23\x97\x44\x36\xb8\xa3\x45\x65\xd9\xb6\x7c\ \xc7\xb7\xed\x3a\xb4\xff\xf8\xc1\x5d\x67\x6b\x35\xe9\x52\x27\x42\ \x92\x54\xf6\xfb\xb2\x0f\x37\x6c\xbf\xb4\xfb\xab\x8f\xd6\x9f\x52\ \x9b\x34\xaf\x72\x6e\xef\xca\x05\xb3\x96\x9d\xca\x05\x04\xe5\xd5\ \x4d\xd4\x90\xa0\xe2\x23\xab\x66\x8d\x1b\xfb\xca\xab\x7b\xba\xf4\ \xea\x19\x82\xbc\x03\x26\x8c\x81\x75\x0b\x27\x3d\x38\xf9\xdd\xf7\ \xb6\xd2\xe0\x10\x7a\xc3\x7a\x83\x5b\x4e\x44\x93\x3e\xa3\x46\x74\ \xc9\x3d\x7a\xaa\xc4\x40\x48\x58\x8e\xa7\xce\xe8\xf1\xfd\x8e\xbf\ \xf9\xe4\x94\x11\x63\xdf\x5a\x71\xe6\x9e\xa7\xee\x89\x04\x12\xec\ \x65\xfb\x3f\x7f\xe3\xa1\x07\x26\xfe\xb2\xcf\x3b\xb0\x7b\x23\xc4\ \x9d\x3f\x4b\xdc\x54\xaa\x75\x1d\x3b\xb0\xd6\x77\x0f\x8d\x7f\x68\ \xf8\x84\x95\x89\xca\xa8\x47\xfb\xc8\x66\xfa\xf7\x6f\x7c\x7a\xe4\ \x74\xc6\xe6\x77\x17\xce\x79\xfe\x8d\x3d\x17\x4d\xd9\x48\xff\xe6\ \xf5\xcf\x4f\x26\xa7\xaf\x7b\xeb\xcd\x57\x67\xbf\x75\x28\xd3\x52\ \x08\xc2\x98\x14\xa7\x9f\x49\x66\x55\x87\x4d\x1b\x1e\xaf\x8a\xbf\ \x97\x3b\xc4\x2d\x3b\xa2\x75\x8f\x07\x1f\x7f\x64\xec\xd4\x7b\x13\ \x42\x08\x13\x08\xac\xc2\x83\x7f\xec\x3c\x7a\xe8\xd8\xe1\xfd\x19\ \xcd\xdb\x74\xae\x12\xcc\xaf\x4b\x4b\xe2\x96\xed\xa9\xd9\xfa\x81\ \x89\x83\x9d\xe4\x53\x59\xc5\x9c\x20\x66\xe0\xe8\x7b\x27\x8f\xf2\ \x7d\x3f\x6f\xf2\x03\x63\x5e\x7c\x75\x7d\xf7\xc7\x46\xd4\x74\x49\ \xee\x20\xf9\xdc\x6f\x1f\x3c\x32\x66\xcc\xb2\x6f\x0a\xfa\xf7\xed\ \xe0\xc6\xd6\x9f\x58\x94\x59\x2c\xa4\xd1\xd8\xd1\xdd\xf7\xbc\xfc\ \xc8\x94\x11\x63\x97\xfc\x94\x71\xef\x53\xf7\x44\x91\x92\x75\x4b\ \x3f\xdd\x7e\xe0\xe2\x81\xaf\x3e\x7e\x75\xe6\x8b\xeb\x8f\xe5\xb9\ \x88\x6f\xf5\xdb\x9f\xee\x3d\x96\xbe\xeb\x93\xa5\x73\x66\xbd\xb2\ \x39\xa9\x50\xa6\x04\x21\x62\x15\xa7\x1d\xcb\x52\x06\x3e\x36\xb6\ \x6e\x98\xc4\xf8\xff\x23\xc5\xe8\x2b\x98\xba\x02\xb7\x4d\xd5\x02\ \x07\xc7\x55\xa9\x51\xbf\x66\x7c\x95\x48\x0a\x5c\x80\x10\x40\x42\ \x2b\x57\xab\xd1\xa0\x66\x5c\x7c\x38\x11\x40\x09\x3b\xf0\xc3\xa6\ \xb0\x86\x1d\xba\x74\xee\xd4\x32\x3e\xe7\xf7\x8d\xc7\x38\x51\x15\ \x50\x5d\x2e\x09\x98\x6d\x39\xb6\x6d\xd9\x52\x68\xac\x4b\x2f\x49\ \x3d\x97\x07\x20\x1c\xdb\x16\x9c\x29\xe1\x55\x42\x39\x98\x34\xb4\ \x56\xa3\xaa\xa9\x2b\x7f\xf8\xea\xbb\xd3\x41\x95\x13\x48\x7e\xf6\ \xf9\xb4\x52\x04\x79\x27\x53\x0a\xa5\xca\xf1\x12\x30\xa4\x06\xc5\ \xd6\xaa\x51\xa3\x7e\xf5\xf0\x60\xb5\xac\x92\x1c\x17\xb6\x03\x20\ \x81\x2c\x4b\x44\x20\x08\x8e\xac\x26\xf9\x0d\x12\x1e\x5f\x23\xc1\ \xb3\x79\xc1\x67\x9b\x8f\x94\x28\x32\x62\x0c\x51\x55\x71\x8a\xb3\ \x7d\xdc\x96\xc0\x09\x6e\xd0\x6d\xf6\x17\xf3\xee\xec\xde\x28\x3e\ \x3e\x18\x13\x81\x31\x08\x26\xb0\x44\x9c\xd2\x12\x9b\x01\x58\xb6\ \x10\x40\x41\x76\x7b\x54\x09\x33\xdb\xb6\x6c\xee\x08\x00\xe0\xc0\ \x05\x92\x40\xf2\xe7\xa7\xdb\x32\x96\x3c\xa1\x51\x21\x9e\xe4\x03\ \x67\x75\xc0\x20\x1c\x47\xf0\x9b\xc9\x8a\x4b\xc1\x11\x55\xaa\x45\ \x06\x0a\x4b\x2d\x06\xc0\x19\x0a\x8a\x0a\xc3\xce\xd9\xe3\x97\x10\ \x18\x29\x67\x52\xfc\xe1\x55\xbc\x0a\x72\x18\x00\x91\x28\x58\x85\ \x85\x39\xd4\x2b\x5f\xee\x06\xe7\x68\x9a\xdf\xb2\x39\x12\x4c\x89\ \x88\x57\x4b\x0b\x93\x93\x0b\x31\x14\x9d\x3e\x9b\x8d\xe2\x2a\x2b\ \x00\xb2\x4b\xa1\x14\x49\xaa\xea\x26\x2e\x09\x23\x81\xb0\xe2\x52\ \x08\xc1\xb2\xea\x72\x53\x37\xc5\x48\x00\x20\x04\x8e\x11\xd0\x91\ \x37\x2e\x21\x46\x21\xe2\xef\x59\x93\x82\x0b\x25\xb4\x52\xb5\xba\ \xb5\xaa\xd5\xae\xec\x96\x90\x65\x98\xb1\x9d\xee\x99\xf3\xc9\xec\ \xae\xed\xea\xc5\xc6\x78\x10\x06\x84\x6f\xf2\x1b\xec\x0e\xae\x5c\ \x23\xd6\x2e\xf5\xe9\x96\x40\xc0\x85\x1a\x12\xe9\x55\xce\x1f\x39\ \xef\x00\xcb\x38\x77\x26\x57\x8d\x0d\x0d\x92\x98\xc3\x05\x22\x32\ \x40\x49\x7e\x06\x78\x2e\x77\x38\x12\x4c\xd7\xfd\x86\xc9\x40\x30\ \x12\x12\x1d\xcc\x8d\xb3\x27\x32\x31\x68\xc9\x67\xd2\xf4\xa8\xca\ \x1e\x09\x4b\x92\x22\x51\x4c\x65\xc5\x0d\x6e\x99\x62\x00\xa4\xa8\ \x0a\xa5\x58\x92\x55\x37\x72\xcb\x97\xbb\x29\x71\x5b\xf3\xdb\x72\ \x6c\x8d\xca\x1e\x09\x84\xf8\x7f\x84\xa9\x2b\xbc\x1f\x15\xb8\x5d\ \xbf\x35\xc5\xce\xfe\x0f\x16\xec\x5a\xca\x31\xa6\x92\x22\x53\x0c\ \x20\xf4\x1d\x4b\x5e\xdb\xc2\x04\x26\x54\x92\x15\x59\xb2\xb3\x0f\ \xad\xdf\x91\x33\xe8\xb9\xe5\x2f\xa4\xad\x5e\x74\x20\x59\x93\x5d\ \x2e\xa6\x0b\x7f\xc0\x70\x25\xd4\xa9\x5e\xb5\x72\xb1\xa3\xe7\x5c\ \x3c\x9c\x46\xc7\xdf\x3d\xa6\xcf\xa1\x0f\xd3\xbc\x6e\x0f\x25\xb2\ \x96\x7e\x34\x25\x60\x5a\x17\x0e\x7c\xb1\xe2\x84\x12\x16\x62\x17\ \xe6\xb1\x98\xc3\x05\xd1\xfd\xee\x18\xd0\x3c\x6b\xaf\xe7\xee\xce\ \xd5\xb3\x56\xbc\x67\x23\x0f\x4e\x3b\xba\xfc\xc9\xfd\x5c\x20\x2a\ \xcb\x54\x96\xc1\x00\x84\x08\x41\x18\x01\x42\x08\x51\x84\xb2\xcf\ \x1d\x2c\xa0\x83\x2f\x6d\xff\xf5\xb7\xc3\xc5\x9e\x50\x8f\x2f\xab\ \x30\xb4\x13\x21\x04\x61\x84\x31\x26\x18\x81\x63\x8b\xe8\x7a\x8d\ \x9b\x85\xa7\x4d\x9d\xfd\x5a\x72\xe8\x80\xce\x5f\xdc\x27\x61\x84\ \x08\x09\x52\xcc\x9f\x67\x3f\xe2\xb8\xa3\x1f\xba\xc3\x53\xd6\xb5\ \xca\x36\x34\xcd\x13\x5d\xbd\x6e\xcd\xf8\x82\x7c\x7f\x6e\x9e\x40\ \x02\x63\x8c\x00\x61\x4c\x30\xc6\x58\xcb\x3f\x9f\x99\x3b\x64\x68\ \x9f\xda\x5b\x72\xe3\x12\x62\x65\x71\xf6\x46\x32\x20\xb2\x9c\xbd\ \xf3\xfb\x05\x6f\x25\xbc\x3a\xa2\x4d\xe4\x87\x9b\xf3\x99\x24\xf2\ \xcf\x25\x95\x38\x3d\x47\xf6\xde\xf0\xfa\xfe\x7e\x83\x7b\xe2\x13\ \x6b\xf3\x4c\x46\x08\x10\x8c\x10\x60\x82\x2f\xb7\xbe\xe1\x0e\x78\ \x63\xbb\xde\x51\x2f\xef\xf8\xfe\x73\xe9\xb6\x93\x76\x38\xc3\x73\ \xff\x9d\x43\xdb\x9d\xfd\xd5\xb8\xbb\x4f\xa3\x82\x4d\x3f\x05\x00\ \x23\x84\x10\x10\x84\xf0\x55\xa7\x2b\x42\x18\x08\xba\xc6\x0d\xcb\ \x18\x0f\xaf\xd1\xb4\xa1\x7c\xe6\xa5\x67\xde\x3b\x6f\x86\x7a\x64\ \x00\xfe\x6f\xbf\x72\xa2\x28\x99\x9b\x7e\x78\x7d\xc3\x37\x00\x98\ \x2a\x32\x00\xae\xde\xb2\x59\x4d\x7e\x64\xf6\xac\xd7\x9c\xd6\x93\ \xbb\xbc\xde\xfa\xc6\x76\x00\x58\x91\x7d\x27\xb6\x2c\x9a\x5d\x69\ \xc9\x1b\x5d\x12\x22\xbf\x39\x55\x44\x88\x3f\xf3\x64\x5a\xf6\xdd\ \x23\xfa\xd5\xd8\xeb\x6b\x3e\x78\x40\xe4\xa5\xe3\xe9\xb9\x5a\x35\ \x8a\xb1\x28\x17\x29\x2a\xeb\xb9\x22\x18\x97\x43\xdb\xf6\xe8\x61\ \xa7\x1d\x39\x79\x36\xdf\xc9\x49\x4a\xd6\x49\xef\x91\x3d\xb6\xbd\ \x73\xba\xff\xc0\x2e\xce\x91\x6f\x0b\x0c\x8e\x64\x84\xa0\xac\x83\ \xf0\xe5\xfc\x43\x84\x30\x60\x84\xaf\x0e\x5c\x08\xa6\x46\xd5\x6d\ \x5b\xdd\xbf\x7c\xf8\xeb\x47\x72\x5c\x21\x2a\x06\xc1\xff\x1f\x98\ \x7e\x15\x36\x75\x05\xfe\x85\x21\x2d\xfe\x4c\x40\x8a\xaa\x4a\xf2\ \xd5\x8d\x2f\x2a\x2b\x8a\xaa\x4a\x12\x45\x20\x00\x13\xa2\x67\xae\ \xfb\x76\x97\x2b\x92\x6f\xfc\x6a\x83\x46\x55\x82\x90\x24\xd3\x73\ \xeb\x7e\x3b\x51\xd4\x64\xe1\xaf\x1f\x8d\x1e\xd2\x44\x94\x9c\x58\ \xfc\xfc\x47\x41\x83\x66\x7d\xfa\xdb\xe2\xce\xf5\x9d\xb3\x17\x7d\ \x50\x7a\xfc\xad\x67\x3f\x8b\x7b\xf0\x95\xcf\x37\x7d\xfd\xce\x27\ \x33\x9b\x57\x0b\x09\x5c\xd8\xf1\xd6\xab\xbf\xb4\x78\xfa\x9d\x4f\ \x57\xbf\x26\xef\xfd\x66\xd9\x67\xc7\x25\x85\x20\x4c\x24\x45\x55\ \xd4\xb2\x1e\x43\x02\x21\x61\xe9\x3e\xcd\xb4\xa1\x3c\xc1\x4f\xce\ \xdd\xf7\xe3\x1b\x4b\x8e\x0c\x5d\xf8\xd1\x17\x9b\xbf\x7c\xe9\xe5\ \x11\x31\x12\xb3\x6d\xdb\x5f\xaa\x31\x0e\x00\x4e\x20\xa0\x23\x99\ \xa4\xee\x58\xf7\xc3\x81\xe0\x59\xab\xbe\x5f\xf6\xd9\x74\x94\x9f\ \x9e\xaf\x0b\x47\xd7\x0c\xd3\x71\x84\x61\xdb\x8e\xa5\x05\x4c\x8b\ \x61\xa0\x56\xce\xd9\x5f\xbf\x4a\x1e\xf2\xc6\xb2\xf9\x6f\x8e\x8c\ \x09\x12\x46\xc0\xf0\xfb\x4d\x00\x24\x98\xe9\xd3\x1c\x45\x0a\xfc\ \xfc\xc6\x82\x93\x61\x7d\x96\xac\xf9\x70\xdc\xfd\x6d\x89\xe9\xdc\ \xd4\x6c\x23\x20\x63\x10\x0c\x40\x08\x21\x10\x55\x44\xf6\x27\x2f\ \x2c\x2c\x69\x35\x71\xf9\xa6\x4f\x7b\x47\xa6\x2c\x7c\x69\x55\x00\ \x24\xcb\xaf\x69\x06\xc3\x00\x96\xa9\x05\x4c\x07\x00\xb8\xa5\x4b\ \x35\xbb\xbe\xba\xf2\xc3\xf1\x63\x5a\x0b\x9b\xf3\x82\x63\x8b\x5e\ \xfa\xaa\xda\xc4\xd7\x3f\xfb\x6d\x61\x5c\xca\x9a\x25\x4b\xf7\x62\ \x2a\x63\xc1\xb4\x80\xcf\x62\xd7\x14\x9b\x2b\x3b\xc2\xaf\x26\x4f\ \x0a\xce\x81\x03\x62\x80\xa5\xf2\x42\xcf\x42\x80\xe0\xb7\x61\x62\ \x0a\x21\xc4\x95\x7e\x55\x02\x53\x2a\x2b\xaa\xac\xc8\x04\x21\x45\ \x42\x47\x57\xff\xf4\x47\x76\xbd\x37\x36\xfc\x38\xff\xed\x11\xbe\ \x0b\x69\x25\xf6\x0d\xc1\x7e\x02\x30\x96\x09\x01\x47\x08\x01\x42\ \x00\x56\x65\xed\xa7\xd7\xdf\x38\xe2\xe9\xfd\xfe\xa6\x6f\xc6\x74\ \xc1\xef\x3e\xfd\x71\x26\x48\xdc\x34\x02\x9a\x8d\x00\x39\xb6\xee\ \xd7\x2d\x00\xe0\x96\xc1\xa3\x1a\x3e\xf1\xc9\x47\xcf\x3c\xdb\x97\ \xda\x0e\xb5\x2f\x7d\xf8\xfc\x12\xa7\xdb\x8c\x4f\x36\x7e\xd4\x51\ \x39\xbe\x70\xee\x1a\x93\x28\x18\xb8\xa1\x95\xea\x36\xbb\x32\x6e\ \x04\x5c\xd7\x7c\x86\x7d\xb5\x8a\x97\x10\x5c\x70\xc0\x0c\x2e\xe7\ \xe8\x5c\x1e\xd3\x3f\xbc\x27\x5f\x45\xe6\x4b\x05\x6e\x3e\x5f\x0d\ \x4b\x1e\xf3\xc5\xf2\x2a\x7b\xe7\xcd\x5e\x7c\xc8\xed\x76\xdd\xf6\ \x27\x5d\x70\x40\x92\x44\x6d\xc3\x2a\x6f\x7a\x84\x80\xdb\x0e\x96\ \xdd\x21\xa1\x6e\x4b\xf3\xeb\xba\x6d\x9b\x96\x14\x1c\x1a\x12\xac\ \x3a\x5a\x20\xa0\x59\x00\xc2\x36\x2d\xc9\x1b\x1a\x1a\xec\xe2\x8e\ \x11\xf0\x69\x8c\x71\xdb\x74\x5c\xe1\x11\x5e\x45\x14\xe7\x15\xda\ \x48\x92\x6e\xde\x0d\x4b\x46\xc2\x71\x1c\x7e\x85\xad\x2c\x8b\x79\ \xc2\x22\xbc\x2e\x6a\x1b\x5a\x20\x60\x08\x44\x24\x99\x38\x96\x2d\ \x00\x4b\x12\xe1\x8e\x6d\x5b\x0e\xc7\x4a\x58\x54\x08\x05\x27\x50\ \xe2\x37\x6d\x4e\x25\x09\x09\xe6\x38\xbc\x2c\xeb\x0e\x31\xc7\xe1\ \x02\x04\x67\x0c\x05\x45\x84\x52\x61\xf9\x4a\x35\x20\x12\x25\xc2\ \xb6\x1c\x84\x25\x4a\xc1\x36\x2c\x1a\x1c\x1a\x1a\xec\x06\xe2\x19\ \xf0\xfc\xeb\xed\x4b\x57\x4e\x7d\xf8\x13\xd3\xe5\xbd\xee\x19\x6d\ \x2d\x10\x37\x70\xea\x82\x27\x6b\x3e\x3f\xf0\xe9\x14\xbf\x2c\x4b\ \xd8\x31\x4c\xe2\x0e\x09\x0b\x55\xb5\xc2\x02\xbf\x05\xb2\x44\x89\ \x4c\x11\x77\x6c\x5b\x10\x59\x22\x82\xd9\x36\xe3\x42\x44\x34\xbd\ \x6b\xc1\xd7\x8f\x1f\x7a\x69\xca\xdb\x2b\x92\x14\x37\x75\x0c\x5b\ \x09\x0d\x0f\x76\xa1\xd2\xfc\x02\x13\xca\x92\x1b\x11\x95\x25\xe1\ \xd8\xd7\x38\x61\x31\x95\x29\xb7\xad\x2b\x07\x2c\x5d\xab\x76\xe7\ \xa3\x8b\x1f\xad\xf9\xd4\x90\x87\xcf\x58\x1e\x85\x20\xc1\x2c\x1f\ \x8b\x7e\xf6\x9b\x0f\xec\xef\x9e\x7d\x67\xe5\x29\xd5\xad\x5c\x27\ \x4f\x47\xf3\x37\x7c\x74\xe1\x23\x6d\xce\x4e\x7b\xe0\x03\xc7\xe5\ \xba\x49\xe8\x1c\x02\x66\xdb\x20\xb9\xc3\x23\x82\x11\xb7\x02\x25\ \xfe\x9b\xd6\xce\x62\x86\xe1\x69\x7e\xd7\x92\x8f\x87\x2d\x1b\x3a\ \x79\x67\x1a\x77\xa9\x84\x99\x16\xc8\x9e\xf0\x08\xaf\x59\x52\x58\ \xaa\x39\x92\x2c\x11\x49\x22\xc0\x2c\x8b\x13\x2a\x11\xcc\x6d\xdb\ \xe1\x8c\x79\xaa\xb5\x7b\xf9\x87\x37\xac\x1f\x9e\x7f\xe6\xd5\x6d\ \xd4\x2d\x33\xd3\xa4\xde\xd0\xd0\x20\x39\x50\x58\x10\x70\x90\x4c\ \x09\x00\x22\x92\x04\xdc\x66\x57\xef\x8b\x88\x2c\xc1\x35\xa2\x60\ \x96\xee\x69\x38\xf4\xe3\xf7\x86\x2c\x1e\x3e\x62\x6b\x9e\xec\xa6\ \x08\x04\xf3\xe9\xf2\x83\x8b\x97\x37\xbe\xf0\xf1\x0b\x6f\xfd\x4e\ \xdd\xee\x7f\x62\xfc\x47\x45\x3c\x75\x05\x6e\x0e\xc7\xe1\x09\xdd\ \x07\xde\x33\xb8\x57\xc7\x36\xf5\x8a\x13\x6f\x37\x9b\x1c\x00\x21\ \x21\x98\xc3\xd0\x35\xa1\xb6\x08\x63\xc1\x6c\x5d\xd3\x1d\x47\x20\ \x84\x08\xa5\xdc\xb6\x8c\x80\x6e\x59\xac\xac\x1e\x08\xa1\x94\x3b\ \x96\xae\x69\x86\x61\x0b\x40\x08\x21\x42\xb1\x63\x1a\xba\x6e\xc2\ \x2d\x82\x76\x01\x80\x33\x9b\x73\x71\x35\xe2\x0c\x61\x42\x89\x63\ \x1a\xba\xa6\x9b\x56\x59\xca\x8a\x70\xec\xb2\xaa\x1a\xdc\xb1\x19\ \x00\x42\x18\x23\x60\x46\x40\xd3\x35\xc3\x61\x02\x63\xc4\x19\xe3\ \xbc\xcc\x2e\x07\xce\x9c\xf2\xeb\x21\x84\x11\x98\xba\x6e\x18\x0e\ \x42\x08\x38\x73\xca\x6a\x85\x08\xe6\xd8\xcc\x31\x59\xc2\x1d\xc3\ \x9e\x9a\x3b\xa3\xdf\xdd\xdd\x62\x78\xd2\x07\xf3\x3e\x4d\x2b\x12\ \xd2\x0d\xd1\x6a\x18\x09\x5f\x61\x20\xae\xed\x80\x51\x53\x86\xc6\ \x04\x2e\x1e\x39\x9e\x86\x14\x15\xb8\xa5\x07\x74\x47\x60\x4a\x31\ \x00\x70\x9b\x95\x0d\x81\x33\x87\x71\x40\x82\x5b\x24\xac\xfb\xb0\ \x81\xd6\xae\x2f\x3f\x5d\xb1\x9f\x4b\x32\x46\x88\x50\xc2\x2c\x43\ \xd7\x4d\x71\x8d\x28\x98\x6d\x5f\x7e\xea\xcb\x9f\x29\xdb\x2e\x7b\ \x76\xc1\x1c\x14\x1c\xff\xe0\xa2\xb7\x26\x0d\xad\xb7\xef\xfb\xcf\ \x7e\xdf\x9b\x81\x28\xb1\x74\x68\x31\x7c\xcc\xcc\x37\xa6\xb5\x6c\ \x1c\x7c\xf0\xc7\xd5\xc7\xcf\x17\x51\xe9\xc6\x46\x94\xb6\xb7\x5e\ \xbb\x41\x43\xef\xea\xda\xa7\x73\x58\xe9\xc9\xc3\x89\x85\x37\x86\ \xe0\x61\x4c\x90\x70\xf4\x80\xa6\x6b\x26\xe3\x70\xf3\x70\x3f\x04\ \x7a\x89\xcf\x53\xab\xeb\xa8\xe9\x0f\xd4\x55\xfd\x47\x0f\x9c\xb2\ \xa8\x8a\xc1\xd1\x03\xba\xcd\xca\xc3\xc6\x39\x63\xcc\x11\x08\x23\ \xce\x19\x63\x1c\x01\x58\x5c\x69\x39\x60\x68\xa5\x8c\x0d\x4b\x17\ \xad\xd7\x89\x84\x11\x60\x4a\x05\xb3\x74\xcd\x60\x02\x5f\x89\xa9\ \xe7\xce\x75\x03\x07\x7e\x45\x14\x82\x3b\xc8\x7b\xf7\xab\xaf\x3d\ \x39\xb5\xfb\xf9\x8d\xdf\xac\x5a\x9f\xc8\x29\x71\x0c\xa7\x46\xd7\ \xbb\x9f\x7b\x6f\x66\x97\xb6\x71\x67\x37\xae\xdf\x73\xe4\x12\x96\ \xa4\x7f\x22\x53\x57\xd8\xd4\x15\xf8\x8b\x75\x30\x48\xaa\x4b\x91\ \xc0\xd4\x74\x9b\xdf\x22\x12\x55\x08\x01\xff\xb2\x35\xab\x60\x0e\ \x13\x42\x20\x42\xff\xb3\x59\x61\x82\x73\xc6\x18\x00\x42\x04\x13\ \x8c\xa1\x2c\x00\x99\xf1\xb2\xcc\x43\x8c\x81\xd9\x8e\x00\x44\xe8\ \x55\x87\x2a\x67\x8c\x73\x0e\x80\x30\xbd\x65\xc2\xe1\xe5\x8b\x00\ \x26\xf4\xa6\x79\x7a\x88\x50\x97\xdb\x45\x31\x0f\x94\x94\xea\x16\ \xc8\x0a\x01\xf1\x67\x51\x20\x60\xa6\x69\x33\x90\x5d\xee\xe0\xb0\ \x60\xa1\x07\x02\xba\x09\x08\x71\xc6\x04\xa0\xbf\xcc\xd3\x43\x18\ \x83\xa5\xeb\x48\x52\xff\x7e\x23\x56\x44\x5c\x21\x41\xd4\xd1\x4b\ \x8a\xfd\x40\x25\x0c\x20\x04\xc8\x6e\xb7\xdb\x25\x59\xba\x66\xe8\ \xb6\xb8\xd5\xcb\x43\x58\x76\xb9\x5c\x2a\xb5\x02\x7e\xcd\x60\xb7\ \x57\x93\x8b\x71\xce\x00\x91\x6b\xeb\x7d\x08\xce\xb8\xa0\xc1\x11\ \x21\xd8\x36\xfc\x01\x5d\xdc\x56\x14\x33\xc2\x18\x2c\x43\x07\x72\ \x35\x25\x9d\x33\x47\x00\xfe\x77\xd2\x1a\x91\x1a\x1c\x2c\x83\x55\ \x52\x54\x2a\xb0\x84\x11\x08\x01\x54\x51\x3d\x41\x2a\x33\x74\x2d\ \x60\xfe\x57\x3c\x20\xb7\xa3\x39\x15\x4c\x5d\x81\xff\x05\x9a\x56\ \x82\x43\x23\x22\x42\x54\xec\xe4\x65\x64\x96\x1a\xe2\xa6\xda\xc9\ \x99\x23\x10\xf9\x6b\xfe\x65\x0e\xf7\x44\x46\xc7\xc6\x86\xf8\x32\ \x2e\xe5\x95\x18\xff\xb1\x96\xdb\x82\x39\x42\x89\xae\x1a\xe7\x55\ \x44\x69\x5e\x5e\x51\x89\x2e\x04\x63\xd8\x1d\x5b\x35\xd6\x2d\xb1\ \xe2\xec\x1c\x9f\x45\xa2\xab\x57\xa6\x5a\x41\xfa\xa5\x7c\x06\x04\ \x23\xc1\x39\x0e\x8b\x8b\x8d\x08\x55\xb5\xd2\xe2\x82\xec\x22\x8b\ \xdf\xa4\x8d\x9e\x10\x42\xf2\x84\x46\x46\x85\xb9\x15\x28\xca\xbc\ \x54\x50\x7a\x93\x16\xb7\x02\x44\xf9\x06\x1d\xba\xca\x74\xd7\x88\ \x42\x30\x4b\xd4\xea\x75\x47\x0d\x92\xbc\x61\xc3\x39\x42\x09\x20\ \x84\x10\x08\x01\x4a\x50\xb0\x02\xa6\xcf\x67\xc0\xad\x85\x20\x84\ \xf8\xaf\x8b\xa8\xdc\x31\x8b\xae\xb9\x92\xb8\xbc\xe9\x70\xa5\x16\ \x94\x60\x0e\x03\x4a\xc9\x9f\x9d\xd4\xe5\x86\xf1\x6d\xd1\x34\x07\ \x6f\x64\x54\x54\xa4\xc7\x28\x2a\x28\x28\xf0\xd9\xec\xea\xb0\xca\ \x45\x84\xfe\x8d\xa1\x70\xc7\x11\x88\x90\xab\xce\x65\x50\x83\x83\ \x25\x6e\xf8\xfd\x26\xdc\xf6\x55\x6e\x18\x38\x37\x74\xbf\x21\x1c\ \x00\x22\x13\xb7\xab\xac\xd2\x13\x02\x53\xf7\x19\x82\x78\x54\x0f\ \xc5\xc0\x2c\xcd\x6f\x9b\x65\x9e\x6e\x01\x48\x91\x3c\x12\xb2\x0d\ \x86\xdc\x8a\x8a\x81\x9b\x7a\x80\x53\x97\x42\x69\x48\x4c\x4c\x44\ \x98\xcb\xf0\x95\x14\x64\x17\x9a\x8e\xf8\x1f\x6e\x1c\x5f\xe1\xfd\ \xa8\xc0\xcd\x15\xde\xb4\xf0\xc0\xc5\x2b\x5e\x7e\xb4\x5b\x7c\x74\ \x58\xee\xe9\x83\x17\xf2\x6e\xf4\x7e\x08\x5d\xe3\x4d\x06\x8d\xee\ \x52\xcd\x3c\x7e\xea\x02\x47\xb7\xc8\x2d\x36\xf5\xa0\x66\xfd\xe6\ \x7c\x3c\xbb\x7b\xbb\x7a\x76\xca\xf1\x93\xa9\x05\x84\x60\x66\x3b\ \x8c\x71\x00\x5c\x46\x82\x9c\x39\x8e\xc3\x78\x99\x2d\x8c\x6f\x65\ \xbb\x73\xe6\x38\x8c\x71\x40\x18\x23\x04\xc2\x09\xe8\xae\x41\x2f\ \xbd\x3a\xf3\xc9\xc1\xcd\x3b\xb5\x0a\xe3\xf9\x27\x0e\x24\x95\xb2\ \xb0\x07\xe6\xcd\x7b\x7c\xda\x5d\xcd\x3a\xb5\x70\x97\x5c\x38\x9b\ \xab\xdc\x33\xeb\x89\xb1\x0f\xdd\x97\xe0\xa4\xed\xdd\x7f\x5e\x50\ \x62\x5b\x52\xfb\x07\xee\xbd\x77\xc2\xe8\x89\x33\xef\xcf\xd9\xf0\ \x6b\x62\xb6\x7e\x43\xaa\xba\xb0\x75\xb3\xed\xac\x25\x0b\xe7\xde\ \x53\x39\x3e\xc6\x38\x7f\x38\x29\xdd\xb8\xd1\xed\x53\x16\x70\x52\ \x86\xb2\x23\xa6\x66\xd7\xea\x73\x7f\xdf\xa6\xca\xf1\xa3\xc9\x0e\ \x60\xe6\xe0\x5e\xcf\xce\xea\x57\xf5\xe2\xca\xb5\x89\x18\x53\x42\ \x30\x08\xe6\x37\x94\x91\xcb\x7e\x7d\x79\x80\xb5\x72\xe5\x3e\x86\ \xa5\xb2\x15\x3b\xb3\x19\x63\x8c\x73\x81\x71\x39\x83\xde\xc0\x6d\ \x82\x3b\xcc\x71\x18\x67\xa2\xfc\x8e\xd7\x8b\x82\x3b\x8e\xc3\xb8\ \x10\x9c\x33\xce\x31\xc6\x08\x09\xee\x30\xc6\x79\x99\x6b\xa5\xbc\ \x1b\xb1\xc3\x31\xc1\x08\x0b\x66\x33\xc0\x18\x98\x29\xc2\x9b\x8e\ \x9c\xd8\xa7\xe0\xd0\xc1\x5c\x03\x08\xc1\x08\x95\x09\x99\x71\x2e\ \x10\x2e\x1f\x9a\x60\x65\xe0\x9c\x03\xbe\xfe\x05\x73\xd3\x44\x8d\ \xef\x1c\x36\xf5\xd5\x67\x66\x4c\x69\x7d\xf8\xd7\xb5\xa9\xf9\xac\ \xcc\x0b\xc4\x99\xc3\x1c\xce\xe1\xea\x4f\x04\x67\xcc\x66\x8c\x71\ \x21\x10\xc6\x08\x84\x28\x1b\x02\x17\x65\x4a\x20\x74\x4d\x34\x1b\ \x32\xa6\x63\x5c\xe0\x78\xe2\x25\x40\x14\x03\xf3\x3b\xde\x89\x9f\ \xad\x7d\xaa\x4b\xe1\x0f\x3f\x1d\x11\x65\x75\x08\x40\x94\x69\x8e\ \xb8\xb5\xe6\xfc\xe9\xb5\x08\xc1\xb1\xab\xd9\x80\x21\x83\xee\xe9\ \xdb\xa1\x43\x33\x8f\x99\x77\xf1\x52\x31\xa6\xc4\x31\x59\xed\x7e\ \x43\xef\x6a\x1d\x77\x29\xe9\x9c\xdf\xe2\x11\x0d\x7b\x8d\x99\x38\ \xb8\x45\xeb\x66\xcd\x3a\x74\xe8\xd6\xa7\xad\xdb\xc8\xd1\xdc\x0d\ \x3b\x37\x8f\xcc\x48\xcd\x34\x85\xdc\xb8\x7f\xdf\x6a\x72\x41\x6a\ \xba\xd9\x6e\xf8\xbd\xc3\x27\x3d\x38\x71\xd6\xa8\xa2\xcd\xbf\x9d\ \xc8\xf0\x53\xf2\x3f\x1a\x8e\x51\x11\xa5\x57\x81\x5b\x2d\xb7\xa8\ \x5b\xf2\x6f\x7a\x77\xee\x0b\xcb\x0e\x07\xab\x41\xd7\x54\xcc\xbf\ \xb2\xc0\x85\xe0\x2a\xd5\xbb\x0e\x19\xd1\xba\x50\x3a\x96\xaa\xd9\ \x86\x2f\x23\xb3\x48\xa0\x1b\x88\x8f\x41\x8d\xae\x1d\x42\xd3\x7f\ \x9d\x70\xff\x3b\x96\x12\x22\xcb\xd4\x36\x9d\x90\xca\xd5\xa2\xc3\ \xa4\xbc\xd4\xd4\x22\x8d\x53\x4a\x95\x90\xc8\xa8\x4a\x11\x0a\xb1\ \x72\x53\x2f\x96\x98\xfc\x26\x73\x40\x30\xc7\x41\x51\xd5\x6b\x85\ \x29\x76\x46\xca\x85\x80\x43\x64\x59\xae\xde\xe5\xee\x91\x03\x5a\ \xec\x79\x7b\xd6\xda\x93\x3e\x7f\xe6\x05\xe6\x0e\xae\xd7\x61\xd8\ \xfd\xbd\xea\xae\x9f\x3b\x73\xf3\x39\xc3\x9f\x79\x41\x2b\x08\x2c\ \x1c\x3b\x72\xc7\xc8\xd7\x5e\x1b\xd8\xe9\xb3\xcf\xb6\xe4\x0b\x55\ \x51\x9d\x2d\xef\xbe\xb5\xfa\xc3\xdf\xdf\xf9\x75\x9e\xeb\x96\xed\ \x19\xb1\x4b\xe5\xc7\x56\x2e\x9a\x3a\x6b\x8d\x5b\x09\x56\x65\xfc\ \x2f\x97\xcc\x9c\x83\x27\xb6\x72\xc7\x41\xf7\xf7\x77\x6f\x3f\x72\ \x2a\xdf\x30\x7d\xe7\x93\x0b\x6c\x4b\xc8\xa1\x71\xf5\xea\xd6\x33\ \x4a\x72\x73\x0a\x02\x88\xaa\x55\xeb\x54\xc9\xdf\xf3\xdd\x97\xf9\ \x47\x19\x96\xca\x0c\x38\x66\xf1\x90\xca\x55\x2b\x45\x7a\x98\xe1\ \xcb\xb9\x94\xab\x5b\xec\x46\x13\xd4\x36\x2d\x39\x2c\xa6\x5a\xe5\ \x70\x49\xd8\x85\x99\x59\x45\x3e\xc3\x71\x20\xbc\x5a\x8d\x48\xaf\ \xc8\x4e\x49\x2b\x35\x91\xa4\xb8\x2a\x55\x8e\xf6\x60\xa3\xd4\x24\ \x41\xb2\x9d\x79\x21\xc7\x21\x92\x27\x2a\xaa\x52\xa5\x50\x6c\xf9\ \xd2\x53\xd2\x75\x87\xc8\xaa\x2b\xaa\x92\xcb\x5f\x50\x64\x09\x25\ \x32\x36\xc8\x28\x2c\x30\x25\x77\xf5\x4e\x7d\x86\xde\xdf\xa9\xe4\ \xc0\x5e\x5a\xe8\x14\x67\xa4\x17\xfb\x2c\x4e\x5c\xf1\xf5\xaa\x79\ \x20\x90\x7e\x3e\x5d\xe7\x84\x22\x44\x5c\xde\x4a\xb1\x95\x82\xdc\ \xb2\xe3\x2f\xce\x4e\xcf\x35\xf9\xb5\x0f\x88\x55\x15\x0e\xff\xb0\ \xec\xd4\xb1\x73\xef\x7f\x3b\x5a\x26\x65\x9f\x30\x60\xa6\x49\x82\ \xa2\x12\x12\x2a\x99\x79\x19\x19\x59\x25\x44\x51\x84\x6d\x30\x29\ \x28\xbe\x4e\xbc\x57\x45\x5a\x41\x6e\x4e\x6e\xa9\xa0\xae\xb8\x1a\ \x71\x41\x2e\x52\x9a\x95\x9e\x95\xe7\x03\x24\x85\x54\xad\xd1\x63\ \xd8\xc8\x46\xe9\xe2\xf8\x25\xcb\xd6\x8b\xd3\x33\x03\xd5\xea\xc4\ \x67\x6c\xfd\xfa\x9b\xf4\x53\x82\x94\xd3\xb4\x6d\x3a\xc1\xf1\x55\ \x63\x22\x94\xfc\xd4\xd4\xc2\x00\xa3\x94\x28\xc1\x11\x91\xd1\x11\ \x2e\x62\xe7\xa6\x5d\x2a\x36\xae\xd7\x1c\x21\x18\x57\x63\xee\x7b\ \x6d\xba\x77\xd7\x4f\x87\x32\x6a\x3f\xf2\x5e\xbf\x2a\x4f\x4f\xff\ \x6a\x6b\xba\x08\x6a\x38\xf4\xd1\x09\x5d\xc3\x4a\x8a\x92\x0f\xaf\ \xde\x5f\x08\x9c\xe9\x9a\x59\x67\xe0\xa4\xe6\x4a\xd2\xaf\xdf\xff\ \xa1\xeb\x56\xb5\x4e\x23\x1e\xee\x72\xf1\xe0\x1f\x7b\x8b\x21\xa8\ \xcb\x13\x0f\x05\xff\x98\xb5\xef\xe8\x91\xed\x1f\x2e\x5a\xb3\x7c\ \xfd\x82\x5f\xde\x76\xb9\xfe\x17\x68\xb3\x82\xa9\x2b\xf0\x57\x0e\ \x10\x22\x49\x0a\x28\x57\xc2\x00\x98\x6d\x31\x26\x10\x21\x54\xc2\ \x8e\x2d\xb5\x1f\x3c\xa8\x6b\xa7\xd8\x88\xd2\xbe\x0f\xc7\xb5\xce\ \xda\xfc\xd5\x3b\x1f\x6d\xb1\xb1\x72\x1d\xd5\x70\xb0\x99\xcd\x8c\ \x52\x1d\x61\x45\x22\xd8\x36\xac\x3a\x43\x1e\x7a\x66\xe6\x00\xc9\ \x74\xa0\xe0\xc4\x82\xa9\xaf\x1c\xc8\x74\x8f\x7f\x7f\xd9\x80\x5a\ \x22\xcf\xf4\x92\xcc\x6d\x2f\x4e\x78\xf3\x82\x4f\xfc\xc9\x8c\x15\ \xdc\xb2\xa5\xce\x8f\x3e\xff\xd0\xfd\x4d\x38\xa3\x25\x47\xd7\xbc\ \x3a\x63\x71\x61\x70\xc3\x61\x8f\xde\x5b\x39\x3e\xa4\xd9\xb0\x07\ \x63\x3b\xe5\x7c\x3f\xfb\xe5\x82\x88\xc6\xc3\x1f\xbd\x27\x26\x36\ \xa4\xcd\x88\xf1\xd5\x2f\x5d\xfc\xe6\xd5\x37\x33\x10\x51\x40\x76\ \x0c\x9f\xc9\x09\xb3\x1d\xa1\x00\x94\x07\x1a\xca\x08\xc1\x5f\x84\ \x6d\x95\xb9\xd4\x55\x50\xc8\xd5\x28\x67\xdb\x61\x0c\x10\x91\xe4\ \xf2\xfd\x28\x6e\xdb\x0e\x63\x80\xa9\x24\x13\xc7\x44\xcd\xfb\xf6\ \xef\xdd\xab\x5a\x34\xeb\x32\xf9\x95\x3a\x85\x7b\x57\xcd\x7b\xf3\ \x57\xc3\x86\xda\x77\x8e\x7e\xae\xca\xe0\x08\x77\xde\x3b\x93\x9f\ \x5c\x7f\x14\x0d\xbc\x77\x58\xff\x21\xbd\xc2\xd2\xd8\xaf\xbf\x1c\ \xf2\x0b\xca\x2c\xbb\xc6\xc0\x49\x4f\x3f\xd1\xc7\xca\x2b\x55\x69\ \xf6\xc7\x33\xdf\xda\x9b\x54\x24\x4b\xc4\xb1\x2d\xc6\x01\x53\x49\ \xa2\xc4\x31\xf5\x98\x0e\xf7\x3e\xff\xda\xd8\x70\xe4\x33\x0d\xfd\ \x8f\xf9\xb3\x97\x6f\xb8\xd8\x61\xf2\xac\xc7\x26\x77\x14\x16\x98\ \x29\xdb\xe6\x4e\x99\x5b\xd4\x70\xd4\xe2\x4f\xc6\xd8\xc5\xc5\x9c\ \x31\xd5\x23\xd6\xbf\xfc\xe4\x47\xdb\xa4\xd9\x3f\x7d\xd8\x98\x67\ \xf9\xe4\xb0\x82\x5d\xdf\xcf\x79\xec\x7d\xab\xe6\x1d\x6f\x2f\x1f\ \xf8\xce\xe0\x71\xbb\x02\xad\x96\x7d\xf5\xd4\xaf\x13\x87\xad\x77\ \x1a\x0e\x9b\xd8\x33\xaa\x6a\xf8\xa0\xa7\x9e\xe8\x96\x73\xf1\xdb\ \xd7\xdf\xd8\xae\x47\x8d\x7c\xe5\xb9\x3e\x4d\x43\x91\x2b\xa4\x68\ \xe7\xf7\xaf\xcf\xfe\x2c\x0b\x57\x9b\x32\xf7\xf5\x01\x6d\xbd\xf9\ \xa5\x4c\x4f\xdc\xf1\xce\x0b\xef\xa6\x04\x64\x2a\x1c\x87\x39\x00\ \x84\xca\x52\x59\x1c\x33\x82\x2b\x79\xda\x42\x58\xa6\x92\xd0\xf6\ \x89\xc5\xb3\x1a\x86\x01\x22\xe6\x9a\x97\x67\x7f\xb5\xf6\x04\x8a\ \x6e\x32\x7d\xfe\x8b\xdd\x1a\x28\xc5\x1a\xcf\xf8\xed\xd3\xf9\x6f\ \xff\x64\x84\x36\xbc\xef\xe9\x49\xd5\x22\x43\xa3\x22\xf9\x77\xcf\ \xcc\xfc\x76\x6b\x4e\xe7\xa1\x83\x3b\xb5\x8f\x0e\x29\xe8\xf7\x70\ \xb5\xf6\x19\x1b\x3e\x99\xff\x49\x52\xd7\xfb\x86\xf5\x1b\xd4\xc3\ \x75\xca\xf7\xcb\x9a\xe3\x16\x50\xc7\xb0\x6b\xdc\x3d\x61\xd6\xf3\ \xf7\x28\x96\x83\x8a\x13\x17\x3e\xfc\xd2\xee\x34\xfa\xd0\xa7\xef\ \x0d\x6d\x40\x73\x34\xb7\x92\xbf\x67\xf6\xf8\xd7\xcf\x15\xf1\xeb\ \xb6\x76\x11\x91\x64\x7f\xe6\xef\xcb\xdf\x79\x77\x57\x69\x69\x8d\ \x9f\xba\x0d\x6b\xf6\xd9\x96\x73\xb5\xfb\xf4\x0a\x3e\xbc\x72\x99\ \xbf\x46\x87\x1e\xad\x37\xee\xdf\x50\x74\x66\xeb\xb2\x13\xbf\xf5\ \x09\x6e\x13\x16\xf6\xc7\xd2\xb7\x3f\xb4\xc0\xdd\xb9\xbd\xed\xb7\ \xfd\x26\xb3\x4c\x30\xcd\x12\x07\x2c\x26\x00\x11\x49\x56\x65\x19\ \x23\x10\xf0\xbf\x50\x3d\xa4\x82\xa9\x2b\xf0\x2f\x4c\xeb\xb2\xbc\ \x39\x00\xe0\x02\x45\x37\x6c\x5e\x25\x42\xd5\x8b\xf3\xce\x27\xa6\ \x81\x62\xff\xb1\x78\x71\x64\xb5\x96\x9d\x0b\x3f\x7b\x7c\xee\x4f\ \x48\x0e\x96\xa8\x72\xfd\xba\x9d\xf1\xa0\xf8\xc6\xed\x9a\x55\x2b\ \x3a\xb7\x9d\x01\x46\xdc\x82\xf0\xa6\x0f\x3f\x3d\xe8\xd4\x82\x69\ \x6f\x7c\x5f\xf0\xf0\xb7\x9f\x4c\x7b\xb2\xe7\xb8\xc7\x0f\x56\xa9\ \x82\x36\xbc\x3e\xed\xcd\x35\x61\xef\xaf\x5f\x36\xa4\xd3\x77\x6f\ \xfc\x72\x9e\x12\xe9\x1a\xf7\xa5\x15\xdc\xb0\xff\x23\xe3\x1a\x7e\ \x35\x66\xd4\x4f\x67\xa2\xe7\x6d\x58\x32\x71\xcc\x8e\x17\xdf\xdf\ \xf7\xd6\xf4\x77\xea\x7d\xf3\xf0\xf7\x8f\x3c\xb2\x2e\xcd\x71\x2b\ \x12\xb2\x0f\xce\x7f\xe4\xfd\x3a\xcb\x87\x7f\x38\xe9\xa1\x1d\x79\ \xd8\x2d\x53\x85\x80\x8d\x50\x71\x4e\x46\x20\xb2\x5b\xf3\x36\x75\ \x77\x1d\xcf\x72\x04\x01\x04\x08\xdf\x86\xf3\x14\xa1\x2b\x2e\x68\ \xce\x45\x68\xcd\x06\xd5\xe3\x42\x1c\xad\x28\xf5\xe4\x39\xbf\x83\ \x40\x40\x78\xdd\xc6\x09\xd1\x5e\xd3\x57\x90\x7a\x2a\x05\x54\xb4\ \xeb\xd3\xf7\x83\xe2\x5b\xdd\x17\xbe\xf1\x89\xc7\x97\xdb\x92\x97\ \x83\xea\x56\xd0\xe9\x1f\x16\x8e\x9d\xba\x69\xdc\x87\xdf\x3c\x38\ \xbc\xe7\xee\xa3\xdf\x7c\x37\xe7\xb9\xe3\xa9\xfa\xab\x0f\x06\x51\ \x0c\x20\x80\x31\x54\xb7\xff\x9d\xa1\xfe\xfd\x4f\x4f\x7a\x27\xdd\ \x67\x61\x4c\x64\x09\x83\xec\xae\xde\xb4\x45\xa4\x07\x15\x67\x5c\ \x4c\x4b\xcd\x64\xee\x5a\x8f\xbc\x39\x59\x5b\xfb\xc6\x33\x0b\x77\ \x30\x45\xa5\x56\x69\x70\x8d\x1e\x33\xa6\x77\xfa\x7d\xc6\xd8\x4f\ \x77\xcb\x2f\xac\xfd\x68\xf2\xa4\x0d\x0b\x8f\x47\x16\x1f\x5e\xf5\ \xd1\x6f\xa1\x63\xef\xc8\xff\x70\x4f\xe5\x7b\xfb\x77\xf4\xec\x3d\ \x1d\x1f\x9a\xfb\xd1\x88\x09\xbf\x5d\xac\xff\xce\xc6\xd7\x1f\x1c\ \xfa\xc7\x7b\xc7\x9c\x6b\x3f\x4d\x44\x96\x4b\x93\x76\xbd\xf9\xf8\ \xf2\xda\xef\xf6\x5d\xf4\xe0\xb8\x03\xc5\x12\xe6\xac\xc9\xfd\xe3\ \xc6\xf4\x0e\x59\xfa\xf8\xbc\x8b\xde\x36\xaf\x2e\xbb\xaf\xef\xfa\ \xd5\xef\xed\xf4\x36\xa8\x57\x65\xe7\xdc\xc9\x6f\xfd\x76\xc1\xa3\ \xca\xcc\x96\x28\xf0\xa0\x84\x3a\x35\x2b\x87\x73\xb3\xf4\xc2\xc9\ \xb3\x25\x16\x00\xc2\x57\x3d\x56\x82\xeb\xb6\x7b\xf0\x63\x8f\xd6\ \xcf\xfd\x65\xfc\x80\xe5\x35\x46\x3d\xff\xc6\x9c\x49\xdb\xb7\x3e\ \x5e\x77\xc6\xe3\xbd\x62\x4e\xcd\xe8\xbf\x28\x53\xc7\x2a\x11\x16\ \xf5\xd8\xf9\x89\x9f\xcf\x59\xe0\xf5\x04\xdd\xf1\xc4\xdc\xe1\x83\ \x7b\xac\xdf\xf6\xe1\x6f\x6f\x2f\xaa\x54\xbd\x45\xab\x8b\xcb\x9e\ \x9c\xbf\x96\xca\x41\x92\x84\xbe\x7a\x71\xd6\xa9\x8c\x57\x9f\xbd\ \xcb\x4b\x91\xb0\xb8\xc5\x43\x1a\x3c\x3c\x73\x58\xca\x92\x47\x5f\ \x5d\x91\x39\x61\xc5\xf2\x69\x4f\xdf\x71\xe0\xa1\xed\x55\xaa\x4a\ \x9b\xdf\x7a\x74\xce\x0f\xca\xe2\x75\xcb\x87\x75\xfd\x6e\xce\xca\ \x24\x89\xca\xd7\x39\xcd\x9c\xff\x8f\xbd\xef\x0c\xac\xa2\xda\xda\ \x5e\xbb\x4c\x39\xe7\xa4\x87\x24\x24\xa1\x86\xde\x7b\x97\x8e\x20\ \x08\x88\x05\x04\x51\x41\x01\x1b\x62\x41\xc4\x02\xa8\x88\x0a\x82\ \xa0\x88\x4a\x6f\xd2\x3b\x08\x4a\x51\x7a\x91\xde\x21\x94\x90\x84\ \xf4\x5e\x4e\x9d\xb6\xf7\xfe\x7e\x9c\x80\xa8\xe0\xe5\x7a\xdf\x72\ \xdf\xfb\x9d\xe7\x17\x8e\x53\xb2\xe7\xcc\x3c\xb3\xf6\xda\xeb\x59\ \x0f\x76\x54\xa9\xd3\xac\x9b\x52\xa9\x7b\x9d\x98\xab\x5f\x5c\xd7\ \x21\xaa\x4d\xeb\x9a\xd7\xf6\x7c\xb6\x21\xbd\x65\xd7\x09\xcd\xa3\ \x83\x7f\xc9\xb3\x64\x3b\x80\x22\x61\x22\x49\x36\xb0\x09\xc0\xa6\ \x47\x4f\xe8\x35\x68\xc6\xe6\x46\x1a\xb6\xd7\x6f\x15\xf5\xd3\x26\ \xeb\x8f\x79\x95\xff\x71\x04\x94\x2f\x01\xdc\xf7\xfa\x9d\xa0\xf5\ \x1f\x7f\xe6\xd5\x89\x6f\x0e\x1c\xdc\x39\x04\x4c\x4b\x00\x02\x8c\ \x31\x12\x82\xdf\x6b\x71\xdf\x32\x59\xd5\x9e\xfd\x9f\xe8\x56\xe1\ \xf2\xa9\x1b\x86\xc0\xc0\x4c\x25\xb6\x6e\x79\xad\xe8\xd0\xae\x0b\ \x5e\x96\xb2\xfb\xc0\x05\xa5\x7e\xfd\x20\x2c\x2c\x83\x19\x86\xe9\ \x74\x27\xa7\x64\xe4\x45\x96\xb3\xfb\x03\x34\xc1\x99\xa1\x1b\x8c\ \x83\xe0\x2c\x22\xa1\x91\x92\x72\xf5\xd8\xf1\x34\x57\xe9\xd9\xdd\ \xe7\xf2\xa2\x1b\xd7\x92\x80\x21\x8c\x01\x00\x63\x4c\xfc\x6e\x04\ \x08\x61\xe2\xb7\xdd\xc2\xb7\x73\xbe\x84\x42\xc1\x8d\xeb\x45\x21\ \x0d\x07\x0c\xeb\x15\x8e\xad\xbf\xd5\xfe\x42\x30\x83\x55\xed\xfe\ \xd8\xcb\x1f\x8e\x1e\xf2\xe2\x23\xd1\x32\x67\x42\x58\x96\xa8\xd5\ \xfb\xc9\x91\x1f\xbd\xf9\xcc\xf3\x0f\x45\x10\xcb\x12\x02\xfb\x0b\ \xd8\xb8\xbf\xac\xd7\xff\x75\x13\xa6\xe6\xf3\x42\x41\xd2\xe5\xeb\ \x41\x51\xa1\x32\x01\xec\x2f\x63\x60\x9c\x5b\x8c\x73\x21\xc9\xb0\ \x7f\xd2\xc7\x07\x32\xab\x7c\xb8\x7a\xee\x7b\x63\x1e\x29\x67\x03\ \xd3\x30\x85\x3d\xb2\xf3\x8b\x23\x47\x4d\x1c\xd5\xab\x6b\x5d\xa2\ \x7b\xa4\x98\x3a\x35\x45\xe9\xce\x65\xdb\xb2\x3d\xba\xe6\x2c\x75\ \x79\xb4\x90\xca\x0d\x43\x72\x6e\x1e\x39\x78\xc3\xe3\x4b\xfc\xe5\ \x58\x6a\x58\xe3\x7a\x36\x66\x98\xcc\xd2\x3d\x86\x40\xdc\x5d\xe4\ \x06\x4e\x31\x08\x4b\x37\x75\xc3\x2c\xc8\x3b\xf8\xf3\xf9\xe2\xb8\ \x26\x35\xa9\xc5\x00\x71\xce\xee\xf0\x98\x04\xff\xe2\x9d\x10\x02\ \x00\x21\x06\x34\xbe\x4a\xbd\x70\x35\xac\xf5\x53\x43\x06\xf6\x6f\ \x7a\x63\xf7\xf1\x74\x0f\x91\xb0\x30\xb9\xcf\x55\xea\x36\x74\x53\ \xd3\x74\x06\x88\x19\x56\x7c\xfb\x87\x47\x4c\x18\x3d\xec\xf5\xfe\ \x15\x1c\x88\x95\xd9\x26\xa2\x32\xb3\x42\x6e\x32\x35\xb2\x7a\x85\ \xb8\x0b\x5b\x0f\xe6\xb2\xd2\x0b\x07\xf7\xa4\x06\x57\x8e\xa9\x58\ \xa9\x7e\x95\x4a\x97\x56\xae\x3b\x97\x53\x68\x78\x5c\xa5\x2e\xaf\ \xa1\xf3\x84\x87\x06\x7d\xb8\xe0\xf3\x91\x6f\x0f\x6d\x5e\xaf\x9c\ \x2c\x21\x8c\x11\x06\x4c\x30\x12\x77\xe8\x09\x31\x60\x4c\x30\x70\ \xce\x18\x67\xa6\xae\xc4\xd4\x8e\x35\x5d\x87\x76\x9c\xf7\xf0\xb4\ \x3d\xfb\xce\xd2\x7a\xf5\x43\xa8\xff\xc9\x31\x5c\xde\xd4\x94\xb4\ \x9c\x88\x28\xc7\x5d\xa6\x49\xdc\x34\xa4\x98\x2e\x43\x5f\x7a\x7e\ \x58\x9b\x93\xb3\x3f\x99\xbd\xe6\x6a\x48\xb9\x8a\x8d\xba\x34\x6d\ \xfe\xc4\xd3\x23\x9e\xea\x52\xa3\x41\xc7\x26\x15\x6c\xfa\x1f\x1f\ \x0b\x44\x54\x29\xeb\xd8\xde\x6f\xdf\xf9\x64\xea\x3b\x5f\xec\x49\ \x2c\x91\x24\xf2\xbf\xfe\xfa\x05\x62\xea\x00\xee\x37\xb8\x96\xb0\ \xb9\x6f\xf2\xbb\xfb\xa7\xf8\xdf\x6e\x45\x42\xc2\x00\xc1\x4d\x88\ \x8c\x08\x53\x80\x12\x55\xe2\x8c\xfd\x41\x02\x27\xa9\xf4\xdc\x82\ \x49\x93\x62\xa3\x9f\x7a\xa8\xf9\xea\x9f\x6f\x70\x4c\x8d\xbc\x1b\ \xc5\x8e\xf0\xa6\xad\xab\xee\xf9\xb1\xa4\x55\xb3\xea\xfc\xc6\x5a\ \x0f\x47\x08\x21\x8c\x89\x04\x14\x13\x54\xf6\xd6\x08\x81\x95\x90\ \x4a\x95\x82\x4a\x73\x73\x5d\x16\x29\xcd\xb8\xc6\xab\x3c\x5a\xbf\ \x6e\xb9\xe4\xeb\xd1\x6d\xea\x84\x97\x6e\x4e\x36\x81\x4a\x18\x23\ \x04\x08\x63\x5c\xd6\xa1\x1f\x61\x84\x01\x00\x91\xdb\x5b\xc0\x32\ \x45\x42\x8b\x36\xf1\x79\x3f\xbf\x35\x6a\x66\x16\x84\xca\x04\x04\ \xfb\xe7\x07\xae\xd2\x73\xf3\x3f\x7f\x79\x81\x7f\xe0\x44\xc2\x00\ \x32\x1c\xfb\x7a\xe2\xf1\x59\xfe\x2d\xb2\x84\xc1\x04\xe0\x06\x0f\ \x0f\x0f\x57\x91\x64\xaa\x92\x66\x32\xe1\xef\xb2\x0f\x94\x52\xcc\ \x84\x7f\x76\x82\x2c\x66\x4a\x91\x91\x36\x55\xf6\x08\x2a\x18\xe6\ \xa5\x57\xbf\x1b\xfe\xa2\xa3\x5a\xcb\x8f\x96\x7e\xf3\xae\x2b\xe7\ \xb5\xaf\x0e\xa0\xd2\x8c\xef\x5f\x1d\xb1\xcc\x9f\x82\xb1\x05\xb3\ \xc2\x1b\xe9\x6a\x48\xbb\x87\xdb\xed\x9d\x73\x0a\x49\xaa\xa4\x20\ \x77\xd6\x35\xad\x7c\x97\xc6\x8d\x63\xcf\x1f\x97\xdb\x34\x8a\xf3\ \xfe\x9a\xa4\xa1\x18\x49\x71\xe4\xee\x5f\x30\xf9\x3c\x8f\xe8\xfc\ \x16\x06\x0e\x42\x80\x64\xb3\xdb\x15\x3b\xad\xd9\xbc\x9a\xc3\x79\ \x20\xdd\xa3\x45\xea\x21\x71\x71\xb1\x61\xe2\xba\xc0\x88\xf8\x35\ \xf8\xc2\x32\x14\x39\x38\x3c\x4c\x21\x3e\x89\x82\x56\x90\x97\x5a\ \x5a\xa8\x2c\x1d\x3b\xf6\x72\x11\xb2\xd9\x6d\x60\x7a\x15\x35\x0e\ \x00\x08\x25\x84\x12\x7f\xa9\x9c\x64\x93\xaf\xad\x9a\x35\x6a\xf5\ \x37\x48\x08\x01\x20\x11\xc4\x18\x30\x66\xa2\x60\x87\xdd\x61\x93\ \x29\x30\xa3\x24\x3d\xaf\xf0\xc1\x2e\x4d\x42\x37\x5c\xa8\xdc\xb8\ \x65\x65\x3d\xab\x30\x2b\x2b\x29\x2f\xf7\x81\x3e\x0f\x26\xac\x4f\ \x2a\x32\x89\x4d\xc1\x4e\xa7\xd4\xf3\xb9\x87\x83\xcf\x2d\x19\xf2\ \xfa\xaa\xce\xaf\xce\x79\xa7\x99\x7c\xcb\x8b\x1c\x45\x46\x84\xc9\ \x40\x25\x55\xe2\x96\x85\x01\x4c\x66\xca\x91\xe1\x36\x59\xb2\x08\ \xd6\x0a\x52\x8a\xd4\xe0\xa6\xed\xaa\xed\xdc\x98\xd3\xb2\x45\x6d\ \x48\xde\xea\x66\x80\x10\xc2\x98\x4a\x40\x31\x46\x77\xff\x0c\x63\ \x59\xd5\x6f\xae\x18\xff\xe6\x82\x7d\x39\x36\x50\x65\x82\x63\xeb\ \xb5\x8e\xd3\x92\xf7\x1c\x4a\x29\x15\xe9\xc7\xb3\x6b\xb4\xe8\x5e\ \x7b\xcb\xcc\x33\x7f\x38\x14\x63\xa4\x15\xe7\xdd\xbc\x7a\x35\x17\ \xa2\x0b\xdc\x66\x24\xfa\xdf\xaf\xc0\x0e\xc4\xd4\x01\xfc\xa3\x90\ \xf2\x77\xcb\x88\x9c\x59\x16\xf3\x3b\x84\x23\x24\x81\x76\x76\xef\ \xce\xa0\x7e\xaf\xcc\xff\x79\xe5\xdb\xaf\x76\xa0\xcc\xf8\x93\x58\ \x19\x11\x10\x6e\x97\x13\xdb\x65\x00\x01\x44\xe6\xf9\x27\xe7\xcc\ \xde\xdf\x71\xf2\x82\x95\xbb\x57\xf4\x4b\x28\x9c\xff\xc5\x4e\x93\ \x4a\x92\x8a\x30\x41\x02\x90\x04\xd8\xdf\xa6\x88\x69\xde\xa8\xae\ \x2f\x6d\x49\xfc\xa1\x7f\x97\xca\xa6\x25\x8a\xce\x6d\x9d\xb7\x25\ \xef\x85\x65\x6b\x56\xee\x9d\x57\x3d\xf7\xf0\xe2\x25\x67\x25\x4a\ \x11\xc2\x32\x52\x08\x82\xdf\xaa\x83\x31\x51\xb0\x82\x7f\x97\x25\ \x07\x59\x52\xb1\xc7\x6b\x72\xb8\x55\x85\x70\x9f\xa2\x6a\x10\x77\ \x74\xc9\x2c\x1b\x38\xe3\x77\xbf\x15\x00\x12\x62\x89\x07\xb7\x9b\ \x0f\x0c\x9a\xfd\xcb\x9a\x0f\xde\xe9\xe9\x00\x13\x51\x90\x64\x2c\ \x00\x08\x10\x15\x01\x00\x50\x82\xd3\x8f\x1e\x4b\x45\x9d\xbe\xdb\ \xb9\x72\xf4\x8b\x6d\x98\xd7\x68\xfe\xc2\x3b\x73\x7f\x5c\x30\x76\ \xfc\xb3\x31\xe8\xe6\x99\xab\x39\x80\x09\x00\x70\xcb\x62\x96\xc5\ \x84\x00\x44\xc1\x99\xf8\xed\xc7\x1b\x6b\xbd\x30\x65\xd1\x8e\x85\ \xb3\xd6\x7e\xfd\x74\xdf\xda\xa5\x57\x77\xcc\x5e\x9e\xf8\xe4\xdc\ \x15\x2b\xf7\x2f\x69\x05\x17\x17\x7c\x77\x18\xdb\xed\x8a\xaa\xea\ \x25\x37\xaf\xa7\x64\x82\xa2\x12\x45\x02\x4b\x37\x42\x6b\x0e\xff\ \x6a\xf6\x8a\x7d\x0b\x6a\xe6\x1e\x5b\xb5\xfe\xaa\x99\x77\x69\xeb\ \xa6\x82\x17\xe7\x7d\x3f\x7f\xcd\x7b\x55\x43\xf5\x12\xb7\x89\xa9\ \xe2\x4b\x3d\xf6\x6b\x2e\x7d\x7b\xe3\xda\xd9\x8b\xde\x6b\x5b\x47\ \x3d\xb5\x76\xde\xc6\x1b\x95\xa7\xee\x58\x3f\xff\xc7\xc5\xe3\xc7\ \x0f\x88\x00\xdd\x12\x48\x46\x2a\x45\xe8\x0f\xcf\x00\xb7\xfc\x05\ \x18\x00\x00\x98\x10\x5f\xe6\xb5\x5f\xcf\x05\x8f\x5e\xb6\xe2\xab\ \x2f\x87\x56\x0d\x2d\x59\xff\xe5\x37\x79\x8d\x9e\x5f\xb2\x67\xf3\ \xe4\x09\xdd\x76\x4c\x5e\x94\xea\xf4\xec\x9c\xf5\xed\x25\x5b\xcf\ \xb9\x3f\x2f\x9b\xb9\x7e\xc1\x84\x77\x1e\x8e\x90\x4b\xf7\x6e\x3a\ \x82\x1f\x18\xf6\xed\x92\x05\x23\x47\x3c\xe0\x2d\x2a\xb5\x00\xcb\ \xe0\x3d\xbd\x77\x67\xf8\x80\xd7\x16\xec\x5a\xf9\xd6\x4b\xed\x08\ \x33\x09\xc1\xa9\x07\x8f\x66\x07\xf7\x9a\xf7\xcb\x8a\x57\x9f\x6b\ \x0b\x05\xc7\x67\x7f\xf3\x73\xab\x8f\xe6\xac\xd8\xbd\xea\xc9\xba\ \xee\x85\x53\x7f\xd4\xb0\x24\xab\x88\x50\x24\x00\x49\x08\xcb\xe8\ \x2e\x21\x35\x42\x88\xaa\x88\x48\x54\x01\x87\xc3\xae\x08\x86\xea\ \xf7\xe9\xea\x3e\xfb\xc3\xa2\x45\xdf\xaf\x5a\xbc\x68\xcd\xfa\x1b\ \xf5\x3a\x3c\x14\x43\x0c\x06\x02\x24\x05\x95\xb5\x49\x10\x08\xcb\ \x2a\x51\x08\x26\x84\x10\xaa\x12\xa0\x18\xca\x64\xf6\xff\x6b\x1d\ \x9f\x02\xf5\xd4\x01\xdc\x9d\xa8\x34\x43\x1e\xba\x78\x6e\xcc\x81\ \x49\xe3\xe7\x9f\x09\x53\xc2\x64\x72\xb7\x05\x38\xc1\x99\xa0\xd1\ \x35\x6a\x57\x8d\x0f\x2a\x49\xbb\x9e\x94\x52\xf8\xa7\xee\x6a\x42\ \xf7\xfa\x9a\xbd\x35\x79\x54\xe3\x1b\xc3\x9f\xf9\xda\x94\x23\x54\ \x8a\x4c\x13\x62\xeb\xd6\xaf\x14\x2d\x67\x5d\xbc\x90\x5e\xa0\x51\ \xd9\x16\x9b\x10\x67\xe6\x67\xe4\x16\xf1\xf2\x09\x95\xa8\x2b\x27\ \xab\xd0\x07\x9c\x95\x6b\xfb\xf4\xa2\x4d\x2f\x6e\x1c\xfa\xec\xdc\ \x2d\xc9\xaa\x4a\x18\x28\x55\x1b\x37\x88\xb2\x19\xc9\x67\x2f\xe4\ \x7b\x40\x22\x20\xa4\x90\x8a\x95\x23\x4b\xd2\xd2\x5c\x7e\xdf\x74\ \xc1\x41\x09\xab\x58\x31\xac\xf0\x66\x9a\xc7\x04\x7f\x31\x5b\xa9\ \x56\xd2\x64\xe0\x67\x93\x1f\x63\x2f\x3d\x3d\xa9\x00\x07\x4b\x58\ \x18\xde\x92\x12\xa9\xc1\xd7\x3f\x4c\x3d\x37\x71\xe4\xba\x53\x05\ \xca\x1f\x27\xb6\xc2\xf0\x9a\x0f\x4e\x9d\xdb\xdd\x5c\xf5\xca\xb8\ \x6d\x76\x39\x5c\xbd\x5f\x03\x49\xc1\x38\x8a\xac\x5a\xab\x5a\xe5\ \x30\x4f\xd6\x8d\xab\x57\xf3\x82\x2b\x56\x0a\x16\x25\x69\x69\xce\ \xe0\xd8\xf8\x28\x45\x4b\xcb\x28\x14\x08\x33\x8b\x87\x56\xa8\x5a\ \xa3\x46\xb4\x33\x2d\x29\x29\xb9\x30\xa8\x7c\xc5\x2a\xd5\xe3\xed\ \x92\x28\xba\x99\x94\x94\x5c\x00\xf8\xcf\x12\x6e\x61\x1a\x56\x68\ \xa5\x6a\xd5\xab\x95\x97\xb9\x9e\x9d\x74\x2d\x3d\xdb\xc5\x91\x5c\ \xb1\x61\x83\xd8\x10\x71\xf3\xdc\xf9\xec\x12\xd3\x11\x19\x17\x13\ \x0e\x59\xa9\xb9\x16\x80\x2d\x32\x2e\x52\x76\xe7\x88\xea\x5f\xff\ \xf8\xee\xf1\xa9\xd3\x4f\x5c\x73\xe7\x5e\x4b\xcc\x71\x71\x19\x0b\ \x2e\x39\xaa\x35\xac\x5b\x2e\x08\x15\x65\x66\xa6\xa7\x66\xeb\x1c\ \x01\xb3\x68\x58\x5c\xad\xfa\x55\x55\xa3\x28\xe9\xf2\x8d\xe2\x52\ \x0d\xd4\xd0\xea\x0d\x6b\x97\x0b\xa1\x25\x99\x69\xc9\x49\x59\x06\ \xb2\xc5\x57\x8d\x37\xf2\xd2\x0b\xdc\x26\xbe\x77\x5c\xc9\x19\x57\ \xc2\x62\x6a\xd6\xaf\x8a\x5c\x59\xd7\x12\xd3\x3d\x1e\x23\x28\xae\ \x6a\xad\xba\x15\xb5\xac\x1b\x57\xaf\x64\x0a\x59\x05\x43\x43\xa1\ \x31\xb5\xea\x57\x0b\x51\xb1\x2b\xfb\x66\x52\x52\xb6\xcf\xa4\xf1\ \x75\x6a\x55\x8e\x0b\xb3\x7c\xae\xec\xa4\xe4\xdc\x22\x2f\x80\xb0\ \x84\x14\x5b\xb3\x76\xe5\x38\x7b\x71\xea\xf5\x1b\x37\x8b\x00\x61\ \x66\xf1\xf0\xca\xd5\xaa\x27\x94\x2b\x4e\xbd\x96\x7c\xb3\xc8\xb2\ \x50\xf9\xba\xf5\x2b\xc7\xa8\xd9\x97\x2f\xa4\xe5\xfa\x88\xac\xc6\ \x26\xc4\xb3\xc2\xcc\xec\x42\x16\x53\xb5\x92\xe2\xc9\xcd\x2c\xf8\ \x83\xa3\x98\x10\x58\x89\xab\x16\xeb\xcd\x4a\x2f\x76\x31\x8c\x11\ \xe7\x10\x59\xb5\xb2\xea\xcb\xcb\xcc\xf6\x22\x2c\xa4\xe0\x98\x8a\ \xd1\x52\x66\x4a\x86\x8f\xa1\x90\xd8\x4a\x61\xc4\x95\x99\x5e\xc4\ \x11\x72\x94\x8b\x8f\x72\x18\x19\x37\x73\x2d\x44\xa3\xaa\x56\xc6\ \xce\x9c\xbc\x02\xaf\xa5\x3b\x4b\x50\xad\xe9\x3f\x7c\x95\x34\xed\ \xb5\x15\x87\xb3\x15\x99\x06\x98\x3a\x80\x7f\x03\xa6\xd6\xf1\xa0\ \xef\x37\x0d\xad\x5b\x70\x74\xd7\x89\x1f\x17\x2e\x3c\x91\x62\x28\ \x77\xf5\x90\x15\xdc\xd4\x75\x8b\x03\xa1\x92\x7c\xb7\x67\x97\x6b\ \x3e\x47\xf3\x7e\x93\x67\x8e\xe0\xa9\x89\x3f\x7f\x37\x67\xeb\xd1\ \x54\x4a\x89\xa9\x1b\x8c\x0b\x2c\xc9\xb2\x44\xfc\x7d\x3f\x10\x95\ \x25\x8a\x0c\x4d\x07\x2a\x49\xc0\x4c\x7b\x95\xa1\x13\x46\x57\x2e\ \xdd\x33\x6b\xda\xc6\x62\xae\x50\x0c\x82\x33\x53\x37\x98\x40\x54\ \x91\x6f\xf5\x1c\x62\x86\x6e\x11\x45\xb9\x43\x1b\xc7\x0c\xdd\xa2\ \x8a\x82\x11\x70\xd3\x54\x2b\xd4\x7d\xe2\xcd\xe1\x9d\x5b\x56\xbb\ \xb6\x7c\xda\xd4\x6f\xf7\x0b\x55\x36\x75\xb9\xc3\x73\x03\xbb\x74\ \xed\xd0\xee\x81\xca\xdf\x3e\xd2\x7f\xd3\xc5\x62\xf5\x2e\x4c\xad\ \x77\xf8\x7c\xd9\xf8\x47\x83\x8e\x6d\x3f\xb9\x6f\xf9\xbc\x5f\xce\ \x94\xfe\xa9\x42\xf1\x5e\xf7\x4c\x98\x86\x6e\x31\x81\x89\xa4\xa8\ \x94\x19\x06\x03\xaa\xc8\x84\x99\x86\xc5\xd1\xad\x9b\x23\x2c\xc3\ \xb0\x2c\x8e\xa9\x2c\x2b\x84\x9b\xa6\x61\x58\x00\x80\x08\x95\x95\ \x7b\xa9\x9c\xcb\x0e\x01\x00\x22\x2b\xb2\x44\x38\x67\xa6\xa6\x33\ \x01\x54\x96\x25\x89\x0a\xcb\x34\x2d\x90\x15\x0a\x00\xdc\x32\x0d\ \xc3\xb4\x57\xef\x38\x6f\xfb\x2b\xcb\x1e\x7b\x76\xe3\x05\x5f\x88\ \x6c\xf7\x97\x43\x08\x66\x19\xba\x29\x00\x80\x10\x59\xf6\x4f\x5d\ \x80\x5b\x86\x61\x58\x80\x88\xac\x28\x84\x00\xb7\x2c\xc3\x30\x85\ \x00\x44\xa9\x2c\xcb\x18\xb8\xa1\x1b\x48\x92\xff\xa1\x26\xcf\xef\ \x21\x8b\x30\x95\x15\x09\x63\xb0\x74\xc3\xb4\x2c\x20\xf4\x8e\x0b\ \x99\xa6\x61\x09\x00\x44\x24\x45\xa1\x20\xb8\xff\x19\x00\x00\x2c\ \xfb\x1b\x33\xde\xf9\x2c\xc9\xb2\x4c\xca\xc6\xae\x1b\x26\xe3\x44\ \x92\x65\x99\x82\xff\x19\xb8\xdb\x93\x63\xea\xba\xc0\xd2\x9f\x35\ \xfd\x00\xc2\xd0\x0c\x22\xdf\xb2\x4c\x44\xc0\x74\x9d\x23\x49\x92\ \x31\x08\x10\xcc\x34\x2c\x90\x15\x19\x23\xc1\x0c\x83\x09\x2c\x29\ \x14\x04\x70\xcb\xb0\x38\x96\x65\x09\x80\x5b\xba\x01\x84\x70\xa6\ \xb4\x1d\x3c\xa0\x5b\x8f\x8e\xed\x3a\x54\x5f\xd0\x7f\xc0\x9a\x93\ \x79\x6a\x80\xa9\x03\xf8\xb7\xa0\x6a\x0e\xc1\xf1\x95\x2b\x57\x8a\ \x52\xc1\x97\x7a\x29\x31\xcf\xc9\xfe\x9e\x10\xdc\x32\x74\x93\x49\ \x71\x35\x6b\x26\x54\x8d\xc8\x4f\xbc\x94\x9a\xeb\xc2\xff\xd0\xf8\ \x55\x08\x41\xd4\x88\x08\x7b\x69\x6e\xae\x81\xe4\x7f\xe4\x05\xce\ \x4d\xdd\xfc\x33\x9b\x08\xce\x49\x50\x78\xf5\xc6\x75\x54\x57\xd6\ \x95\x4b\x29\x1a\x23\x18\x09\xc6\x48\x5c\xed\x1a\x15\x62\x43\xbc\ \x25\x05\x69\x89\x37\xdd\x77\xab\x5f\x16\x5c\xd8\xa2\xe3\xab\x54\ \x89\x0d\x92\x79\xe6\x95\x8b\x19\x05\xc6\xff\x21\x5f\x54\xff\xdd\ \x03\xc9\x1e\x57\x29\xa2\x34\x33\xcb\xe5\xfb\x5b\x3e\xc5\x01\xfc\ \x79\xc2\xc4\x70\xf9\x9a\x35\x2a\xc5\x87\xfa\x4a\x0b\xd3\x12\x6f\ \xba\x74\xeb\x7f\xb8\x0a\x24\xc0\xd4\x01\xdc\xe3\xc9\x00\x30\x7c\ \x1e\x03\x88\x44\x08\xa5\xd2\xdf\xb2\xd5\x16\x9c\x93\x8a\x8d\x1a\ \xd8\x5d\x37\x2e\x5c\xce\x17\x00\x54\x51\xa4\xbb\x29\xbb\x10\x88\ \x3f\xc5\x6e\x82\x99\xec\xde\x6e\xb7\xbf\xe3\xe3\x5a\x8d\x6b\x7a\ \x92\x2e\xa4\x97\xb0\x3f\xee\xcc\xb9\xa1\xeb\x1c\x88\xa4\x48\xb7\ \xd9\xd6\xd2\xbd\x5e\x66\x49\x48\x55\x54\xf9\x56\xff\x7a\xcb\xb4\ \x38\xbd\x15\xfd\x01\x20\x6e\xea\x86\xc5\x00\x30\x95\x65\x89\xdc\ \xdd\x40\x92\x5b\x86\x25\xb0\x2c\x49\xb7\x33\xf9\xfe\x40\xec\xce\ \x96\xb0\x7f\x03\xcc\xd0\x0d\x8b\x83\xdf\x0d\xdd\x7f\x2a\x04\xdc\ \x30\x0c\x8b\xcb\xaa\x4a\x30\xe2\xcc\xd4\x35\xf3\xce\x1e\x7a\x32\ \x15\x86\xc9\x65\x45\xc1\x48\x58\xba\xce\x10\x95\x25\x64\xea\x4c\ \x52\x15\x61\x19\x1c\xc8\x3f\xe3\xd4\x1e\xc0\x5f\xfc\x34\x86\x69\ \x31\x40\x58\x52\x14\xf2\x3f\xbe\xc0\x17\x58\x51\x0c\xe0\x5e\x79\ \x6a\xe8\x3e\x79\xf1\x0f\xc7\x37\x7e\xbb\xf8\xc3\x56\xd5\x24\xcd\ \xf8\x1b\xed\xd8\x85\x61\xca\x3d\xdf\x7d\xf3\x89\xee\x15\x19\x50\ \x9b\xdd\x76\x57\x9a\x06\xc1\x4d\xe1\x68\xf6\x70\xef\xfa\x15\x82\ \xef\x58\xb2\x43\x44\xba\x0f\xbd\xae\x30\x2d\xb5\xea\x0b\x1f\xbd\ \xd3\xae\xa2\xa4\xff\x79\xed\x1f\x63\xd9\x66\x53\x6d\x32\xf9\xad\ \xde\xd7\x52\x63\x1b\xf4\x7e\xf4\xa1\xf2\x8e\x32\xe5\x21\xd3\x7d\ \x31\xdd\x5f\xdb\x74\x60\x76\xb3\x38\xb8\x35\x46\x81\x25\x59\xb5\ \xd9\x54\x9b\x42\xef\x41\xd3\xcc\x62\xe5\xea\xb6\xeb\xda\xa9\x01\ \xb5\xfc\x8b\xa8\x42\xd3\xf8\x03\x63\xe7\x6d\x58\x35\x32\x1c\x6b\ \x7f\xdb\x11\x4a\x70\x08\x4f\xa8\xdd\xba\x7b\x97\x4e\x3d\x3b\xd4\ \xaa\x1c\xc6\x0c\x4b\x00\x08\x8b\xd9\xe3\xab\x35\x6b\xd5\x20\x88\ \x30\x8b\x59\x34\xb4\x52\x9b\x1e\xdd\xda\x3f\xd8\xb6\x45\xc7\xb6\ \x9d\x7a\x77\x6d\xd4\xa0\xbc\x64\x8f\xae\x55\xa7\x8a\x02\xcc\xb2\ \x44\x58\x42\xcd\x84\x2a\x61\x9a\x97\xd7\xef\xfb\xd4\xe7\x9b\x16\ \xad\x38\xb1\xf1\xa9\x6e\xd5\x0d\x9f\x1e\x78\xa0\xff\x75\x10\x59\ \x56\xed\x36\xd5\xf6\xbf\x40\xd3\x01\xa6\x0e\xe0\xde\xac\x01\x52\ \x4c\x95\xf0\xf3\xeb\xa7\xbf\xf1\xfc\x67\xa7\x52\x4d\xf5\xfe\x72\ \xb5\xcc\xb2\xb8\x40\x84\x20\x4b\xd7\x4d\x93\x03\x20\x49\xa1\x12\ \xc5\x18\x90\xa9\xeb\x16\x13\x08\x81\xa5\xeb\xa6\x25\x08\x41\x96\ \xae\x59\x4c\x00\xb7\x4c\x25\xf6\x89\x51\x63\x3a\xd6\x89\x10\x65\ \xdd\x1b\x44\x59\xbe\x12\x83\xa9\xdd\x83\xf8\x04\xf7\xe7\x6a\x11\ \x26\x8a\x24\x13\x0c\x42\x70\x53\xd3\x39\x10\x82\xc0\xd4\x75\x26\ \xfc\xfb\x18\xe2\xce\x36\x6f\xcc\x0c\xae\xd5\x7d\xe4\x6b\x83\x63\ \x14\x01\x98\x20\x00\x44\x25\x5e\x92\x76\x62\xff\x99\x62\x0d\xfc\ \x89\x02\xc1\x98\x65\x71\x42\x88\xb0\xca\x92\xc8\x00\x80\x30\x26\ \x94\x08\x66\x1a\x86\x25\x00\x2c\x26\x6a\x76\x7f\x6e\xc4\xa0\xf6\ \x8a\x60\xe8\x56\xc3\x68\x67\xca\x85\x13\xc7\x6f\x18\x82\x20\x40\ \x80\x80\x9b\x86\x61\x30\x4c\x30\x37\x75\xd3\x64\x80\x80\x59\x16\ \xe3\x88\x10\x64\x19\x86\xc5\xfe\xfc\xe5\xe3\xba\x21\x3f\x3a\xe3\ \xcb\x49\x53\x9f\xef\xf1\xf4\x73\x9f\x2c\x9b\x35\xa0\x43\x05\x53\ \xd3\xbc\xba\xad\xc7\x3b\x1f\x7c\xb5\xee\xdb\x87\x5b\x84\x79\x35\ \x8d\x84\x57\xeb\xdc\xb7\xd7\x53\x1f\x4f\xff\x6a\xe5\xb4\x27\x9e\ \xec\xd5\xac\x51\x74\x78\xa3\x01\x9f\x7f\x39\x26\x16\x7b\x3d\xba\ \xd1\xfa\xdd\x0f\xde\x7c\xb3\x1d\x06\xeb\xda\xcf\xeb\xdf\x7a\xe2\ \xed\x83\x17\x71\x85\x98\x20\xf1\x1f\x61\x7a\xf2\xff\x39\x02\xf5\ \xd4\x01\xfc\x45\xc0\x6a\x98\x1e\xaf\xd7\xd4\xec\x92\x7a\x87\x79\ \x86\xbf\x83\xf4\x6f\x6e\x48\xb7\xb6\x80\xe1\x83\x07\xde\x9a\x30\ \x72\x60\x33\x53\x33\x4b\x12\x0f\xce\x9a\xf0\xdd\x85\x1c\xc3\x63\ \xd9\x1f\x7f\xed\xd3\xa5\x8f\x18\x9e\xcb\x3b\xa7\x8e\x5b\x70\xb3\ \x40\x8b\x69\xd9\xf3\xf5\x8f\x86\x57\x0d\x27\x99\xbf\x6e\x9d\x39\ \x71\x49\xba\x1e\x3d\x6c\xda\x5b\x6d\x9a\xc5\xba\xc7\x4d\x6a\xf0\ \x8a\xf7\xd8\x9c\xcf\xe6\x6c\xb9\x5a\xbd\xfb\xd3\xaf\xbf\x33\xa0\ \xbc\x9d\x5f\xfd\x69\xc5\xd7\x5f\x6c\x72\x0a\x99\x20\x10\x65\xd5\ \x81\x18\x01\x37\x4c\xdc\xfc\xb9\x31\xaf\x8c\x68\x07\x86\x52\xbb\ \x82\xba\xc7\x67\x98\x16\x6e\xf6\xd4\xcb\xc3\x86\x76\x8a\x74\x90\ \xab\x3f\x2c\x9d\x39\x63\x4b\xa9\x54\xee\xc1\x37\x47\x0d\xe8\x5d\ \x57\xc1\x22\x69\xcf\xca\xcf\x27\xae\x8f\x6c\xd9\x73\xcc\xe4\xfe\ \x15\x12\xe4\xb1\xab\x97\xb9\x33\x2f\x7d\xf3\xde\x54\xad\xe1\xa0\ \x37\xdf\x7f\x2c\x0e\xd2\x0e\xae\x96\x12\xb3\x35\xcb\xb4\x62\x1e\ \xe8\x3b\xf6\xd3\xe1\xd1\x98\x21\x33\x6f\xf9\x87\x9f\x6c\x3f\x94\ \x26\x1c\x55\x86\x7d\x3a\xa6\x7d\xe3\x78\x6c\xe4\xaf\xff\xe4\x93\ \x0d\xfb\x32\x5b\x3e\x33\xe2\x85\x17\x5b\x56\xa1\x55\x3e\xdf\xd6\ \xba\xf4\xc4\xe6\x49\x9f\x6c\x6b\xf5\xca\x1b\x4f\x0e\x68\x67\xbb\ \xb9\xc3\xa1\x80\xd3\x23\x90\x69\xd2\xb8\x86\x23\x3f\x7d\xab\x55\ \x8d\xb0\xd2\xa4\xe3\x73\xc6\x7d\x79\x22\x55\xeb\xf8\xfa\x7b\x23\ \x07\xb7\x14\x0c\x79\x93\x0f\x4e\x1f\x3b\xeb\x7a\x9e\x25\xfd\x61\ \x91\x16\x4b\x41\x92\x7b\xef\x37\x1f\xbd\xbd\xe0\x72\xff\x29\x0b\ \x5f\x7c\xbd\xdb\x86\x3d\xb3\xe4\xba\x5d\x1b\x39\x6e\x2e\x98\x73\ \xad\x61\xaf\x07\xc3\xf7\x7e\xef\x4b\xd9\x3b\x69\xe4\xa6\x1a\x83\ \x67\x4c\x7c\xd2\x1c\xff\xcc\xbb\x85\x20\x57\xe9\xd1\x51\x37\x5c\ \x4e\x77\x69\x29\x50\xb7\x5b\x17\x9c\x03\x20\x66\x99\x3e\xdd\xa3\ \x19\x9a\x0a\x02\x41\x20\xfb\xf1\x7f\x1e\x81\x98\x3a\x80\xbf\xc4\ \x1d\xde\x7c\x02\x40\x0a\x0a\x09\x8b\x8c\x08\x0e\xb6\xfb\x17\xf9\ \x04\x80\x1c\x1c\x1a\x16\x19\x11\x1c\x64\x43\x82\x33\x41\xeb\x3c\ \x50\xb7\xf4\xc8\xfc\xd7\x06\x8c\x4f\x8f\xeb\xf1\xfe\xf8\x5e\x0a\ \x58\x0a\x36\x4e\xaf\xf8\x6a\xf4\x90\xcf\xf4\xc6\x83\x9f\x7d\xa8\ \x86\x41\x2a\x8c\x9a\x36\x46\x39\x32\xef\xcd\xa7\x27\xfa\x9a\x0f\ \x1e\xfd\x6a\x7b\xa4\x65\x7c\x3f\xfe\xeb\x23\x67\xd2\x76\x7e\xf1\ \xc9\x9b\x4f\xbd\xb9\x76\x4f\xaa\x3d\xae\xf5\x3b\x53\x47\xe4\xae\ \xfa\xf4\x8d\xe1\x33\xa3\x1e\x7f\xf5\xc5\x81\x75\x0d\x9f\x09\x44\ \x72\x84\x47\x84\x45\x86\xdb\x14\xc2\x0c\x23\xac\xfe\x43\x63\xdf\ \xe9\xba\xff\x93\xb1\x1f\xbc\xff\x7d\x86\x93\x21\x6e\x45\x34\xe9\ \x3d\xf6\xed\x07\x7f\x9d\x31\xe1\xbd\xb7\x96\xd6\x78\xee\x95\xfe\ \xed\xc3\x79\x4c\xfd\x27\xdf\x7d\xf8\xf8\x37\x13\x5f\xeb\xff\xda\ \xc2\x65\x47\x91\xea\x28\x3c\xbf\x77\xe6\x87\xeb\x53\x2f\x9d\xf9\ \xea\xf9\x17\xc6\x8e\xf9\x2e\xc5\x49\x32\x0f\x6d\xf8\xe0\xa5\x2f\ \x8b\x22\xe2\xa2\x82\x29\xe7\x82\x09\x16\x51\xbb\x5e\xb5\xa0\xc4\ \x8f\x9f\x7e\x71\xd5\x31\xdb\x4b\x63\x9e\x2b\x4f\x2d\xee\xcb\xdd\ \xfa\xe5\xd4\x77\x87\xbc\xb1\xe1\xb8\x3c\xfc\xd5\x67\x2b\x48\xda\ \xc9\xd5\x4b\x17\x2d\x3c\x7a\x63\xff\x96\x0f\x9e\x1c\x36\x69\xc6\ \x0e\x0d\xf3\xfd\xdf\x4d\xff\x7c\xda\x56\x7b\x8d\x2a\x0e\x2a\x04\ \xb7\x34\x33\xf8\xc9\x89\x1f\xb4\x14\x47\xc6\xf6\x7f\xed\x98\xd1\ \xf0\xbd\xcf\x06\x3a\xc0\xaa\xf9\x40\x7d\xdf\xe9\xa5\xa3\x9e\x1c\ \x97\x1d\xd7\xf7\x85\x01\x2d\xc1\xd4\xfe\x7c\xbf\x39\x47\x54\xb1\ \x87\xcb\x55\x6b\x56\xab\xe8\xcb\x2c\xf2\x01\xae\xd3\xaa\xa5\x48\ \xfa\x75\xf5\xf7\xbb\xa4\x9a\x4d\xaa\xc6\xa9\x5c\x60\x05\x14\x49\ \x22\x08\x13\x09\x14\x09\x63\x4b\xd3\xc3\xea\xb6\x1d\x3b\x7f\xf6\ \xcc\x59\xdf\x0e\xeb\x51\x1b\x4c\x7f\x17\x66\xe4\xd7\x70\x82\x08\ \x3c\xc4\x01\xa6\x0e\xe0\xff\xa3\x00\x5b\x98\x4c\xee\xf8\xf6\xa4\ \xef\xb6\x2d\x1c\xf7\xe1\xd3\x91\xa0\x9b\x8c\x5b\xc8\xd1\x7d\xc2\ \xe7\xb3\xb7\xcd\x1f\x3b\xf6\x89\x50\xae\x59\x00\xdc\x60\xa5\x79\ \xd9\x69\x59\x87\xbe\x5f\xf4\xa3\xd2\xa6\x6d\xb4\x4c\x80\x9b\xc5\ \x99\x37\xaf\x25\x1f\x3d\x7e\x34\xb5\x62\x85\x10\x7b\xe5\xa6\xb5\ \x70\xd1\xa6\xf9\x3f\xdd\xb8\x71\x68\xf5\x86\x63\xd1\x9d\x5a\x87\ \x82\xe5\x75\x7a\x74\xc3\xf2\x39\x9d\x25\xc5\x25\x1e\xaf\x16\x5e\ \xbb\x5d\x7c\xe1\xd5\x8d\xcb\xf7\x27\x5d\xda\xb9\x76\x77\x72\x42\ \xd7\x66\x12\xb8\xe5\xea\x2d\xdf\x5c\xbc\x60\xf6\x0f\x5f\xf7\x6b\ \x5f\xcd\x60\xde\xf2\xf5\xdb\x29\x17\x7f\xdd\xb6\xed\xd7\x2b\xa7\ \x2f\xe7\x96\x78\x05\x42\x71\xb5\xdb\xd4\x88\x8a\x6c\xfb\xfc\xeb\ \x6f\xbe\xfd\xa8\xe4\x2c\xe2\x91\xe1\x66\xca\xf9\x2d\xdf\xee\x6b\ \xf7\xe6\x84\x31\x6f\x3d\x12\x49\x4c\x93\x0b\x61\xe9\x1e\x97\x66\ \x9a\xba\xb3\xb0\xa4\xb4\xd4\x63\x09\x60\xa6\xe6\x2c\x76\xfa\x34\ \x71\x3b\xc7\x22\x38\xd2\x0a\xf3\x33\x52\xaf\x1f\xda\xbc\x5b\x84\ \x44\x86\x29\x16\x2d\x5f\xf3\xf1\xf7\xde\xff\x68\xd6\x84\x9e\x1d\ \xaa\x06\xdb\x64\x9b\x8a\x0c\xd3\xe7\xf5\x1a\x86\xcf\x57\x5a\x52\ \xec\x74\xeb\x00\x60\x68\x6e\x67\x89\x57\xf7\x67\xad\xb9\x29\xc2\ \x13\x9a\x56\x0e\xdb\x3d\x67\xdd\xe5\xb4\x73\x1b\x97\x6e\xb1\x1a\ \xb5\xac\x10\x24\x5b\x3a\x2b\xcd\xc9\x4c\x4a\x3b\x71\x78\xef\xa5\ \x98\x8a\xd1\x77\x29\xd4\x16\x96\x06\x21\xdd\x5e\xfb\x64\xf6\x96\ \x69\xf5\x3d\x87\xa6\x4f\xde\xc9\x20\xa2\x71\xb7\x16\x11\xb1\xd1\ \x8d\x1a\xd5\x8a\xa8\xdc\xb4\x59\xcd\xf2\x16\x63\xb7\xa6\x34\x08\ \x61\x0c\x08\x61\x42\x8c\x92\xdc\xb3\x7b\x0e\x1c\xda\x75\xf0\x4a\ \x7a\xa9\x3f\xab\x13\x40\x20\xfb\x11\xc0\xff\xa7\xc1\xb5\x44\xcc\ \x43\x5f\x4e\x3c\x37\x87\x9a\x9a\xcf\x09\x0a\x25\x08\x84\x77\xf7\ \xe4\x71\xc7\x54\x62\xfa\xbc\x4e\xec\xef\x22\x8a\x10\x80\x05\xb4\ \x5c\x4c\x39\xbb\xb7\xc8\x6f\xb6\x85\x25\x49\x06\x09\x61\x21\x08\ \x61\xee\x22\x53\x0d\x8a\x8b\x73\x18\xb9\xa2\x42\x85\x48\x52\x92\ \xa4\x03\xc2\x18\x24\x24\xab\x04\x0c\xb0\x14\xc0\x46\x69\x21\x84\ \x46\xc4\x44\xc9\x66\xba\x5a\x39\x2e\x88\xe7\x15\x70\xb0\x19\x37\ \x4e\x7e\xf3\xe2\xcb\x32\x16\x9e\xd2\x12\x8a\x55\x6f\x71\x9e\x1a\ \x5b\x3d\x3a\x44\xbe\xa1\x97\xc9\xa3\x0d\xcd\xed\xca\xb8\x38\xf7\ \xb5\xd7\x13\x4b\xa8\x4c\x91\x00\x11\x62\xb3\x36\x7f\xf4\xe6\xfe\ \x25\xf5\x7a\x8c\x78\x73\xda\xf7\xcd\xde\xeb\xf7\xca\x89\x3c\x14\ \x8a\x40\x25\x0a\x01\xcb\x34\x99\x2a\x61\x84\x30\x60\x20\x36\x42\ \xc0\xd2\xc1\x2c\x7b\x1f\x30\xa6\x58\x96\x25\xcc\x41\x68\x1e\x78\ \x60\xcc\xb0\x3e\xd5\x52\x87\x3c\x3c\x25\xac\xe7\x5b\x5f\xbe\x5c\ \x0e\x09\x40\x80\x30\x60\xbb\x24\x09\xf0\xcb\x14\x09\x02\x0c\x58\ \x48\x76\x2a\x0c\xc3\x60\x08\x69\x2e\xb7\x85\xe3\xaa\x46\xb2\xc3\ \x29\xe5\x62\xcb\x87\x68\x85\x5e\x9d\x23\x00\x4c\x88\x0c\x12\xa1\ \xc0\xef\xca\xa6\x88\xaa\xc8\xb5\x7f\xfe\x94\x49\x5f\x9d\xb1\x2c\ \x1d\x51\x6c\x8f\x69\xd1\xa8\x86\x43\x3f\x5d\xb5\x4b\x67\xcb\xa9\ \xa3\xa6\x9d\x6a\x2e\xdd\x97\xf9\x07\xfb\x03\x4c\x89\x37\x37\x75\ \xff\xda\x4d\x17\x98\x24\x3f\x34\xb0\x2f\x09\xbc\xd4\x01\xa6\x0e\ \xe0\xff\x67\xae\x06\xe1\x2d\xca\x77\x73\x00\x8c\x6f\xb9\xbc\x08\ \x4f\x41\x9e\x4b\x00\xc2\x98\x10\x84\x80\x6b\x42\x69\xf6\xf4\x1b\ \x9f\x86\x3f\xde\xfc\xa1\x16\x07\x3e\x7b\x3d\x5f\x20\x25\x08\x51\ \x05\x73\x40\x0a\xa2\x76\x59\x35\xf3\x7e\x59\xf9\xcb\xcd\xe7\xbf\ \x9d\x5d\xed\xb4\xb3\x79\x87\xa8\x75\xaf\xee\xd0\xb0\x42\xbc\xb9\ \xe7\xae\x65\x0c\xf9\xe8\x43\x7b\xd7\xa4\xa4\x3d\x6b\xd6\xec\xf8\ \x61\xfd\xb9\x5e\x23\x17\xcd\x7d\x20\x45\x6a\x51\x5d\xfb\xee\x93\ \x43\x42\x96\xc1\xd4\x8a\xb2\x3c\x02\x00\x13\x42\x25\x39\xf3\xc8\ \xba\xed\xb9\xdf\x7e\xb0\x7a\xfe\xd1\x6b\x52\x9d\x58\x75\x2f\x83\ \xe4\xfd\x2b\x77\x0d\xfb\x7a\xdc\xc2\xe9\xa7\x2e\xe6\x18\xce\xf4\ \xf5\x5f\x2c\x2d\xae\xd0\x64\xd4\xdb\xcf\x2a\x69\x89\xde\x20\xec\ \xf3\x99\x00\x02\x11\xc9\x99\x7c\x2a\x2b\xac\xff\xdb\x0b\xbf\x4c\ \xbc\x7a\x63\xd7\xb2\xd5\xe7\x53\x4d\x51\x9c\x75\xf6\x7a\xf0\xd3\ \x93\x67\x54\xfb\xe5\xc0\xda\x6f\x96\x33\x24\x94\x60\x82\x00\x30\ \xa6\xc1\x18\x49\x32\xcf\xb8\x9c\xe2\xea\xd3\x6a\xd0\x9b\x2f\xa8\ \xf5\xda\x2a\xe6\x65\x06\x40\x40\xa4\x5d\x38\xa6\xbe\x36\xf8\xc3\ \x6f\xa3\x72\x6e\x9c\x5a\xb5\x78\x47\xbe\x0f\x15\xdf\xb8\x7e\x13\ \x5e\x79\x6f\xde\x97\xa7\xf7\xef\x5a\x3a\x77\xe7\xca\x15\x3b\x3f\ \x1c\x33\x65\x7a\xf3\xc4\xea\x1d\x9b\x1d\x9c\xf5\x5e\xba\x29\x94\ \x60\x4c\x55\x22\x00\xc9\x88\x3a\xc8\x5d\x5b\x67\x22\x39\x08\x4c\ \xd3\xe3\xb1\x58\xb0\xdd\xce\xbd\xee\xca\x0f\xf6\x2e\xe7\x3e\xf6\ \xda\x4b\x6f\x65\x01\xaf\xfa\xd8\xe7\x5f\x8f\x7e\x2c\x61\xea\xee\ \x24\xaf\x40\x92\x0d\x2b\x16\x16\xfe\x8f\x86\x1a\x4c\x82\x55\xbb\ \xa2\xb8\x24\x5b\x30\x45\x1a\x41\x81\x94\xc7\x7f\x1c\x02\x9e\x2f\ \x01\xdc\x1d\x16\x23\x4d\xfa\xf5\xb6\xdd\xd8\xbd\xf3\x74\xba\x4c\ \x54\x7f\x91\x30\xc2\x18\x93\xdb\x8d\xea\x7e\xb7\x05\x40\x58\x26\ \x69\xfa\x78\x9f\x58\xd7\xe5\x53\x67\x33\x4f\xac\x9c\xb7\xf6\xc7\ \x8b\x40\x64\x4f\x5e\xc1\x8d\xb3\xd7\xf3\xb3\x75\xdd\x5b\x74\x3d\ \x31\x29\x3b\xb7\xf8\xfa\xa1\xc3\x37\x9d\x52\x30\x29\xfa\xe9\xab\ \x59\x3b\x8f\x67\x49\xaa\x42\xb1\x76\xed\xe4\xd9\x3c\x9f\xac\x0a\ \xe7\xf5\x73\x57\xb2\x73\xf2\x2f\xee\x3b\x9c\xcf\x82\x6c\x5a\xda\ \xda\xa9\xdf\x1e\xbe\x5a\xaa\xc8\x14\x10\xc2\x04\x63\x82\xfd\xfd\ \x9c\x40\x2b\x3a\xf9\xf3\xa1\x62\x11\x12\x84\x8a\xf7\x6e\xd8\x70\ \xe4\x6c\x86\xe6\xcc\x3f\xb1\xeb\x60\x11\x77\x38\x64\x9e\x7b\xfd\ \x6a\xd2\xf5\x4c\xdd\x42\x44\xb2\x85\x84\x06\xf3\xfc\xc4\x95\x5f\ \x2f\x3c\x9f\x69\x28\xb2\xc4\x5d\x99\xa7\x4f\xa4\x10\x47\x90\x2f\ \xf7\xe6\xe5\x0b\xc9\x1e\x03\x11\xee\xbd\x7e\xf4\xac\x0f\xab\x7a\ \x61\xda\x95\x4b\x37\x9d\xa5\x9e\xac\xcb\x37\x92\x93\x0b\x2c\xd3\ \x97\x71\x33\xf5\x46\x6a\x4e\xfa\xc5\x0b\x89\x29\xee\xa8\xb8\x48\ \x5f\xd6\xe5\x6d\x6b\x7e\xba\x9e\xe1\x44\x94\xba\x32\xae\x9e\x4b\ \x2c\x76\x04\xd3\xfc\xa4\xab\x57\xaf\xe5\x30\x42\x59\x49\xce\xe5\ \x93\x49\xc4\x2e\x17\x24\x5f\x4d\x4e\xcd\x4f\x3f\x75\xec\x42\xb2\ \x3b\x22\x1c\x1f\xff\x7e\xfe\xea\x2d\xe7\x04\x56\xb5\xc2\xa2\xe4\ \xb3\xd7\x73\x32\x7c\x86\x56\x92\x74\x25\x29\x2d\xc7\x89\x7e\x5f\ \xa6\x8e\x90\x70\xe7\x14\x24\x9f\x4b\x2a\x28\x32\x08\x41\x42\x60\ \x9b\x8d\x65\x9e\x3c\x9e\x94\xe6\x51\x24\xd5\x28\xc8\x2b\xca\xca\ \xcd\xb9\x99\xee\x61\x84\xfb\x4a\x73\xae\x5e\x4e\xb9\x99\xc7\x31\ \x15\xa6\x2b\xf3\xe6\x95\xa4\x1b\x39\x96\x20\x46\x71\x49\xfa\xb9\ \x2b\x99\x59\x6e\xce\xf5\x52\x06\x2d\x1e\xee\x17\x94\x71\xe4\xf0\ \x99\x4c\x22\x05\x62\xb2\xff\xe3\x71\x52\x40\xf9\x12\xc0\xdd\x20\ \x34\x9d\x0e\x5e\xb3\xa9\xb7\xe3\xc4\xd6\xd5\xc7\x4e\xef\xdd\x7d\ \x3d\xc7\x92\xfe\x81\xa4\x83\xfb\xbc\xf2\xab\x3f\x2e\x4a\x38\x39\ \xe5\xf9\x0f\xf7\x07\xe1\x10\x87\xa2\x10\x0c\x9a\xcf\xc3\xb1\xea\ \x50\x88\xae\x7b\x4c\x50\x1c\x8a\x24\x98\xe5\xd3\x3c\x06\x08\x99\ \xd8\x6d\x8a\x0c\x20\x00\x81\x30\x0d\xaf\xe1\xb3\x00\x29\xd4\x61\ \x53\x28\xb7\x4c\x9f\xee\x35\x01\x14\x6a\x57\x65\xe9\x2e\xeb\x62\ \x08\x84\x69\x7a\x0d\x9f\x05\x02\x23\xc9\xa6\xd8\x25\x82\x98\x69\ \xf8\x0c\x9f\x05\x9c\x20\xd5\x6e\xb3\x61\x6e\xf9\x34\x8f\x09\x5c\ \x00\x56\xa8\x43\x55\xca\x7a\x97\x58\xba\xd7\xcb\x0c\x00\xd9\xa1\ \xd8\x29\x05\x10\xc0\x4c\xcd\x63\x6a\x02\xe4\x20\x9b\x03\x98\xcf\ \x6b\x80\xc3\x6e\x03\xa6\x7b\x4c\x66\x53\xec\x14\x98\xa6\x79\x75\ \x61\x01\x20\x42\x54\xbb\xa2\x22\x10\x20\xb8\xae\x79\x34\xc1\x08\ \xb2\x39\x54\x05\x21\xbf\x7e\xc7\xeb\x63\x26\x46\xb6\x20\x9b\xea\ \xdf\x41\x17\x16\xc1\x36\xbb\xa2\x60\x0c\xba\xcf\x63\x21\xd5\xa1\ \x52\xd3\xf0\xe8\x42\x72\xc8\xf2\x1f\xc6\x85\x40\x68\x3e\xaf\xa0\ \x36\x9b\x8c\xcb\x9a\x91\xea\x5e\x9d\x11\xbb\x5d\x01\x01\x82\xe9\ \x5e\xd3\x54\x15\x07\xc5\x88\xe9\x5e\x1f\x47\x76\xd5\x86\x00\x38\ \xd3\x7c\x26\xb7\x29\x76\x82\x85\xe9\xf3\x18\x48\x96\x31\xad\xd0\ \xa8\x59\x8b\x8e\x2d\x7b\x3e\x33\xf8\xfa\xf4\x91\x53\x96\x1d\x53\ \xec\xb6\xc0\x33\x1d\x60\xea\x00\xfe\x03\xc1\x98\xa8\xd8\xa6\x6b\ \xbb\xa6\x95\x65\xa3\xf0\xd7\xad\x3f\x5e\xcd\xfe\x87\x4c\x2d\x98\ \x85\x6b\x74\x68\x13\x52\x7a\xe5\xe4\xd9\x02\x2a\xfd\xe3\xc5\x6a\ \x66\x9a\x02\x51\x4a\xff\xc5\x05\x30\x61\x19\x16\xa2\x12\x09\xac\ \x8e\xdf\xba\x21\xa6\x21\x2a\x35\x6b\xdd\xb1\x4b\x7d\xe1\x29\x3c\ \xf5\xd3\xde\xab\x69\xc5\x84\xfe\x9d\x0e\xcb\x82\x33\xd3\x12\xff\ \xa2\xea\x32\x80\x00\x53\x07\xf0\xdf\xf9\x64\x00\x78\x7c\x39\x85\ \xc2\xc0\xa0\x84\xcb\xd1\x8e\xfb\x68\x29\x87\x10\xe8\x3e\x0f\x43\ \xaa\x5d\x25\xbf\xf5\xab\x07\xa1\x69\x6e\x0b\x54\x87\xfa\xbb\x10\ \x52\x08\x14\x1c\x1d\xad\xe8\x25\x05\xff\x92\x5b\xb9\x10\x48\x8e\ \x2c\x1f\x69\x15\xe5\x95\x68\xfc\xbe\x5a\x5c\x08\x6e\x59\x9c\xfc\ \xf6\xd9\x41\xc2\xf2\xb9\x0d\x66\x57\x1d\x14\xff\x13\xf9\x5d\xc1\ \x2d\xc6\xd1\x6d\x63\x6f\x04\x60\xea\x1e\x8d\x13\x87\x6a\x43\xe8\ \xef\xa7\x89\xc5\xed\x56\xff\x18\xfd\xe6\x21\x2e\x84\xe0\x02\xf9\ \xd7\x06\xc4\x2d\xbb\x82\xb2\xec\x13\x42\x00\x5c\xdc\x92\xed\x70\ \x01\x08\x08\xc6\x5e\xa3\xb8\xc8\x74\x72\xc0\x21\x52\x4c\xa8\x24\ \xdf\xc5\x8a\x0c\x21\x61\xf8\xdc\xa6\x2e\x00\x4b\xd4\x6e\x97\x89\ \xf8\xe3\x9d\xe5\x44\x0d\x29\x57\x4e\x2e\xca\x2e\xb4\x38\xfa\xcb\ \x47\x45\x18\xba\xcf\xc7\x2c\x42\x94\xb2\x09\xc7\x7f\xcd\x23\x88\ \x84\x65\xf8\x74\xcd\x02\x41\x90\x6c\xb3\xa9\x04\x21\x6e\x1a\x3e\ \x43\xb3\x40\x50\xac\xd8\x54\xc5\xd4\xdc\x1a\xe7\x14\xab\x36\x55\ \xf1\x5f\x97\x33\xc3\xab\x6b\x1c\x84\x24\x39\x6c\x92\xf4\x1f\x53\ \xa5\x18\x88\x43\x02\xb8\x3b\x63\x18\x26\xb4\x1b\x39\x7d\xcd\xe6\ \x1f\x96\xce\x9d\xf2\x40\x35\x59\xd3\xff\xb1\xce\x4d\x08\x90\x55\ \x87\x4d\xf9\x8d\xa6\x81\x33\x4d\x04\x3d\x32\xfe\xab\xf7\x5e\x6c\ \x25\x0c\xfd\xce\x38\xd8\x67\xd8\xfa\x8c\x99\xf8\x7c\xf7\x04\x43\ \x37\xff\xfe\x9f\xc9\x4d\x4b\x49\x78\xf5\xf3\x8f\x3a\x55\x95\x34\ \x4b\xdc\x0f\x11\x62\x7b\x54\xad\x86\x35\x1d\xb8\x8c\xee\xb8\xa9\ \x45\xb4\x1c\x38\x63\xde\xfb\xb5\xa3\x84\x6e\xde\xef\x5b\xcd\x39\ \x77\xc4\x54\xad\x55\x2b\x9e\xf0\x32\x0d\xbb\x6e\x88\xc6\xcf\x8e\ \xfb\xe2\xd3\x27\x83\xb1\xfe\xb7\xd5\xe4\x00\x40\x64\x5b\x68\x54\ \x54\x54\x6c\xa4\x8d\x70\xc3\x64\x00\x08\x04\x47\x54\x0e\x0e\xb1\ \x23\xce\x05\x08\x24\xd9\xcb\xc5\xc6\x44\x46\x85\x06\x87\x85\x45\ \xc5\xc5\x84\x85\xda\x10\xa6\xaa\x4d\xf6\x1b\x43\x12\x55\x91\x65\ \xe2\xf3\x58\xf5\x7b\x0c\x9d\xb7\x71\xf3\xea\x2d\x2b\x1e\x6d\x59\ \xd9\xd0\xef\xa2\x26\xe7\x9a\x2f\xac\xf5\xa3\x93\x57\x2d\x9b\xbb\ \x6e\xee\x88\x47\x6a\x18\xc6\x1f\x7f\x05\xcb\xa7\x47\xb6\xec\x35\ \x61\xc6\xb3\x11\x92\xf9\x57\x23\x12\xdc\x60\x52\xd3\x41\xa3\xbe\ \xd9\xb2\x7c\xc2\x6b\x8f\x84\x08\x9f\xf5\x5f\xa4\x88\xe4\xa6\x21\ \x45\xd7\x1e\x31\x7d\xe6\xfc\x4d\x8b\x27\x7c\x30\x38\x46\x62\x86\ \xae\x2b\x15\x1b\x8d\xfc\xfa\x9b\xf9\x9b\x16\xbd\x3b\xf6\xb1\x60\ \x8e\xbb\xbc\xf7\xe9\xfc\xcd\x0b\x5f\x18\xdc\x8a\x98\x86\x00\x30\ \x35\x33\xb6\xc9\x83\x93\x37\x2c\x9e\xf7\xc3\xc2\xa7\x1f\x6e\xc8\ \x35\xed\x3f\x66\x69\x35\xc0\xd4\x01\xdc\x23\x35\xc1\x69\xcd\x4e\ \xad\xad\x9b\x3f\xcf\x9d\xb1\xe6\x7a\x9e\x75\xb7\x7e\x92\x7f\x0a\ \xad\xb8\xe5\xf5\xb9\x0c\x26\x10\x42\xdc\xd2\x3c\x5e\x1f\x07\xae\ \xe9\x3a\xb5\x85\x86\x05\xfd\x16\xd6\x71\xcb\xf4\xfa\x9c\xa5\xcc\ \xe7\x08\x8d\x89\x08\x92\x85\x10\xdc\x32\x7d\x5e\xb7\xdb\xeb\xf2\ \xf8\x34\x2e\x00\x21\xe0\x96\xe1\xf5\xba\x5c\x5e\x97\xef\xde\xf4\ \xc9\x0c\xcd\xad\x95\x3a\x35\x1e\x59\x2e\xc6\x21\x23\x01\xc0\x0c\ \xdd\xf3\xdb\x51\x08\x00\x4c\xdd\xe7\xf6\x6f\xd1\x0c\x40\x88\x69\ \x4e\x54\xe5\xc1\x77\x27\xbd\x10\xec\xcb\x2f\xf6\x79\x19\x07\xcb\ \xf4\xe9\xa0\x84\x87\x04\x4b\x14\x09\x10\xfe\x38\xce\xeb\x75\xb9\ \xbd\x2e\xb7\xd7\x63\x32\x0e\x08\x21\xe0\x9a\xe6\x71\x79\x9d\x6e\ \xaf\xc7\xb4\x38\x42\xe0\xd5\x5c\x95\x1f\x7a\x79\xf4\x0b\x9d\x34\ \x2d\xc7\xe5\xd3\x41\x08\xdd\xf2\x0a\x29\x38\x3c\xd8\x86\xee\xe8\ \x31\xa5\x79\x3d\x2e\xaf\xd3\xe3\xd3\x18\x07\x84\xc0\xd2\x7d\x6e\ \xaf\xf3\xf6\x30\xff\x4c\x4d\xba\x2e\x3d\x36\x73\xee\xf2\x1d\xdf\ \x7e\x38\x7f\xd6\xac\x65\x9f\x3e\x50\x23\xc4\x34\x75\x9f\x0f\x77\ \x7a\x77\xf2\xaa\x03\xcb\xbb\xd7\x95\x3d\x5e\xaf\x5c\xa9\xfd\x9b\ \xd3\x3e\x9b\xba\x65\xfd\x86\xe3\x6b\xa7\xcc\xfd\x64\xf0\x80\x7a\ \x91\x8d\x9e\x9a\xb5\x78\x5c\x3c\xf6\xb9\x7d\x7a\x87\x89\xd3\x3f\ \x7a\xbf\x23\x80\x99\x79\xe6\xd0\xbc\xcf\xbe\x2f\x92\x1a\x36\xa9\ \x11\xc5\xd9\x5d\x7c\x6e\x38\x33\x43\x6b\x37\xaf\x59\xb9\x64\xf9\ \xe4\x6f\x7f\x39\x91\x4d\xe9\x1f\x97\x1c\x05\x08\x29\x38\x34\xa6\ \xbc\x4d\xf3\x38\x5d\x9a\x47\x37\xef\x6e\x96\xc3\x2d\x53\xae\xd0\ \x70\xd8\xd8\xde\x49\x1b\xe6\xaf\xda\x7c\xcc\x8b\x64\x82\xb8\xe1\ \xf3\xba\xbc\x4e\xb7\xd7\x67\x31\x81\x10\x62\x86\xe6\xf1\x3a\xdd\ \x5e\x97\xdb\xe7\xb3\xee\x41\xfa\x82\x33\xcd\xeb\x76\x79\x5d\x1e\ \x9f\xc6\x04\x20\x60\x25\x06\xef\xf4\xf2\xd8\x5e\x55\x0a\x97\x7f\ \x31\xef\xc0\x89\x14\x83\xf3\x12\x8b\x3e\xfc\xe6\xbb\x1d\xc2\x6f\ \x2e\xfd\x62\xe1\xe1\x33\x19\x1c\xb3\x0b\x6b\x97\x2d\x5d\x7d\xa5\ \xf7\xa8\xd7\x5b\xc5\x22\xcd\x12\x54\xa6\xc5\xc9\xe7\x17\x7f\x32\ \x27\xb1\xa8\x52\xeb\xc6\x55\x80\x9b\xff\x31\xef\x63\x60\x45\x38\ \x80\x7b\xe7\x32\x7c\xce\xfc\xab\x57\x2e\x5c\x4d\x0a\xb2\xd9\xcb\ \x8a\x14\x6e\x59\x5e\xfc\x4e\x4d\x7e\x8b\x67\x78\x78\xa3\xd1\x6f\ \x3f\x71\x6e\xee\xe7\x7b\xae\x95\x46\xb7\xe9\xfb\x46\xff\xd8\x25\ \x13\xb7\xf6\xff\xf0\xd5\x07\x1a\xc9\x69\x3f\x0b\x8c\x90\x00\xe0\ \x86\x6e\xab\xd4\xf4\xe5\xf7\x9e\xab\x14\x24\xd5\x6c\x1e\x73\x61\ \x8f\xc1\x84\x2e\x97\x6f\x36\x64\xf4\xf3\x8d\xab\x06\xa7\xed\xdf\ \xb2\x60\xce\xf6\x62\x9f\x15\x52\xb3\xcd\x2b\x6f\x0f\xa9\x15\xc9\ \x8e\xad\x58\xb8\x6a\xe3\x19\xa1\x28\xe8\xd6\xa5\x10\xf2\x37\x06\ \xb1\x2a\x3c\xd0\x6f\xd8\xc8\x9e\x0e\x14\x54\xb3\x3c\xdd\xa7\x59\ \x96\x69\x44\xb5\xea\x31\xe4\xe5\x7e\x95\x42\xac\x5f\x97\x2f\x5c\ \xbd\xf9\xac\x45\x6d\x75\x1f\x7e\x76\xe0\xe0\xf6\xe1\x8a\xb8\xba\ \x67\xc3\xdc\xaf\xb7\x47\x36\xeb\x31\x6a\xfa\xd0\xda\x75\x6c\xe3\ \xd7\xaf\x2e\xcd\xbc\xba\xf0\x93\x59\x7a\xbd\xa1\xaf\xbc\xd1\xd9\ \x2a\x4a\x44\x94\x80\xe0\x4c\x37\xc2\xea\xb6\x79\x79\xd4\xa0\x1a\ \x31\x0e\x2d\x27\x71\xc5\xb4\x39\x67\x53\x3c\xc8\x16\xf7\xd4\xc4\ \x97\xda\x35\x8e\xf7\x65\x5e\x5e\x3d\x63\xce\xb1\x6b\xbe\x66\x4f\ \xbe\xf8\xda\xeb\x5d\x6b\xcb\x75\x67\xac\x6b\x53\x7a\x76\xfb\xf4\ \xe9\xbb\xda\x8d\x7c\xa7\x5f\xaf\x8a\xae\xcb\x17\x09\x41\x60\x01\ \x70\xcb\x94\xca\x3d\x32\x7e\x64\xf7\x36\x15\x73\x8e\xed\x58\x34\ \x73\x5d\x46\x29\x6e\xf0\xf8\x90\xa7\x06\xb4\x0f\xb3\x93\xcc\x5f\ \x7f\x5c\xf0\xed\x0f\x85\x1a\xa6\xbf\x17\xa9\x08\x24\x97\xaf\x20\ \xff\x3a\xef\x83\xf1\x5f\xa7\x3e\xb3\x60\xce\xcb\xef\xf7\x3c\xfa\ \xf4\x02\x51\xa9\x45\xeb\xca\xc6\xee\xdd\xd7\x5b\xf4\xee\xb0\xe3\ \xf4\x56\x5f\xf2\xcf\xe3\x9f\xfa\xa1\xfa\xd0\xcf\xdf\x7f\xdc\x1c\ \xdb\x77\x7c\x3e\x17\xe5\xbb\xb6\x76\xc8\xc4\xe7\x2e\x29\x05\x6a\ \x12\x49\xb1\xc9\x08\x90\xbb\x20\x2b\x3b\xd3\x9d\x9e\x5b\x10\x81\ \xef\xa5\x26\x47\x60\xe9\xbe\xcc\x9c\x4b\xa7\x2f\x68\xaa\xa3\xac\ \x8b\xe1\xef\x7f\x5f\xae\x6b\xb8\x62\xc7\x09\xcb\x96\x09\xb3\x70\ \xf3\x8c\x6f\xf6\x9d\x2b\xf0\x77\xc1\xfe\xc3\x44\x4a\xb2\xd9\x49\ \xf1\xcd\x13\x7b\x8e\x24\x65\x4a\x0e\x15\x19\xdc\xde\xf1\x95\xd7\ \x1f\xeb\xd9\xc0\x7d\xe5\xc8\x92\x2f\x16\x5f\xcd\x31\xaa\x76\xee\ \xfb\xcc\xb0\x5e\xb1\x61\x4a\xd1\xe5\x43\x8b\xa6\xaf\xb8\x59\x2c\ \xfe\xb0\xe6\x21\x98\xc9\x6c\xb1\x4f\xbc\x3f\xb2\x4b\xd3\xf2\x19\ \x87\xb6\x2e\xfc\x66\x53\x96\x27\xe8\xb1\xf7\xc7\xbc\x32\xb4\x0d\ \x4e\x86\x47\x5f\x2e\x7f\x61\xc9\xac\x03\x2e\xf5\xe9\x4f\x3e\x7c\ \xbe\x7f\x63\xed\xb2\xeb\xf1\x97\x2a\x9f\x9e\x3b\xf3\x57\xc3\xa2\ \xa9\xd7\x73\xf3\xf7\xe7\xbd\xd4\x2a\xc4\x8e\xb9\x00\x84\x91\xee\ \x2a\xbc\x72\x26\xaf\x76\x5a\x4e\x02\x62\xf0\x1f\x24\xa3\x0f\xc4\ \xd4\x01\xfc\x25\x5d\x13\x42\xe1\xb6\x11\x89\x60\x96\x69\xea\xa6\ \xf5\x9b\x73\xec\x6f\x5b\x00\x13\xa3\xa8\x30\xb2\x75\xd3\x9e\x7d\ \xaa\xbb\x00\x37\xeb\xdd\xaf\x6d\x3c\xf7\x78\x0a\xf6\x2d\x5c\x7e\ \xf8\x26\x6b\xd3\xad\xb6\x24\x18\x08\x66\xd1\xf2\x23\xbe\xfe\xb4\ \x29\xbd\xba\x65\xed\xbe\x7c\x1f\xa2\x88\x59\x24\x7e\xf8\x17\x1f\ \x54\x2f\x3e\xf4\xdd\x94\x55\x91\xfd\x46\x8d\x7c\xaa\xae\xa1\x54\ \x7d\x73\xee\x27\xd5\x4a\x7e\x5d\xb3\xf6\x42\x8f\x89\x53\x9e\xed\ \x5e\x51\xd7\x99\xe0\xcc\x32\x4c\x53\x37\x2d\xc6\xb9\x65\xda\xaa\ \xb4\x1d\xff\xed\x68\x71\x76\xc7\x4f\xbb\x2e\xe8\x82\x0a\xcb\xb0\ \x57\xeb\xf0\xee\xd4\x11\x25\xbb\x97\xcf\x5f\x7a\xaa\xfb\xb8\x09\ \xbd\x1b\xca\x56\x5c\xb3\x51\xdf\xbc\x5a\xb8\x6b\xc5\xdc\x19\x2b\ \x4e\x5f\xca\xc4\x92\xec\x4a\xb9\xb0\x75\xd5\xe1\xbc\xb4\x1b\x3f\ \xcc\xfc\x6e\xe9\xe2\xed\xb9\x5e\x5c\x78\xe9\xf0\xf2\x79\x3f\x47\ \xb7\x6f\x99\x10\x23\x5b\x16\xb7\x2c\x33\xa6\x79\xfb\x1e\x9d\xed\ \x3f\xcd\x5d\x9a\x19\xd9\x79\xec\x47\x43\xc3\xb9\xc6\x2d\xd7\xb9\ \xed\x9b\xe6\x4c\xfc\x3a\x91\x34\x7f\xfb\x83\x21\x51\xe0\xbb\x7e\ \x60\xef\x2f\x3f\x5f\xc9\xb9\x78\x6c\xd5\xd4\x6f\xd6\x6e\x39\x63\ \x22\x7e\x61\xdb\xc6\x2d\xbb\x93\x1b\xf5\x6c\x1e\xa6\x08\xce\xb9\ \xae\x91\x87\xc6\x7d\xf2\x5c\x17\xfb\x96\xd9\xeb\x68\xfb\xe7\x3f\ \x18\xdf\x87\x80\xd9\x74\x40\xef\x6a\xca\xe5\xef\xe7\xee\xaa\x3c\ \xf8\xed\x11\x8f\x37\xe2\xfa\x5d\xd4\xe4\xc2\xe2\x1e\x57\x61\x21\ \x14\xba\xdc\x3a\xa1\xd8\x04\xa8\xd9\xaa\x55\x50\xce\x99\x15\x0b\ \x77\x44\x34\x69\x5b\x39\x92\x70\x8b\x59\xa6\x61\x1a\xa6\x30\x2d\ \xc3\x30\x2d\xce\x99\x61\xd8\x2b\xd5\x7a\xfc\xb5\x57\x5f\x18\xf6\ \x4a\xf7\x26\xf1\x60\x18\x00\x80\x10\xa1\x84\x62\xf4\x57\x49\x63\ \x01\x00\x18\x13\x4a\xef\xf0\x16\x67\xa6\x61\x9a\x86\x59\x96\x2c\ \x47\x08\x09\xdf\xd9\x6d\x9b\x8e\xa6\x97\x1b\xf3\xed\xf8\x06\xd1\ \x42\xfb\xc3\x0c\x07\x21\x61\x19\x1c\xa9\x2a\x06\x00\x42\x08\xd2\ \x7d\xac\xf9\xf0\xb1\xa3\x9f\xab\xbb\x77\xc1\xb2\xdc\xb8\xee\x93\ \xbe\x1c\x1e\x0a\xde\x84\x1e\x0f\xb5\xac\x56\xb4\x6a\xd6\x3a\xda\ \x76\xe8\x9b\xaf\x3c\x28\x19\x5e\xfe\x7b\xbf\x2f\xdd\x50\x1e\x99\ \x38\xf9\xa9\x96\x62\xc3\x9c\x4d\xc1\x3d\x47\x8e\x7b\xfb\x21\x55\ \x38\x8f\x6f\xdc\x76\xfc\x5c\x56\xf2\xe1\x5f\x56\xcc\x5c\xf8\xeb\ \xb5\x22\x45\x32\x8f\xac\xd9\x7a\xe6\x72\xee\xb5\xbd\x3b\x56\x7c\ \xbd\xe4\x44\x4a\x29\xa5\x04\x53\x89\x12\x6e\x50\x42\x24\x30\x4d\ \xee\xff\x93\x29\x48\x04\xff\xa7\x31\x5b\x80\xa9\x03\xb8\xdf\xcc\ \xb5\xc9\xe5\x2e\x13\xa6\x2f\xdd\xbb\x7a\xd2\xe4\xe7\xcb\x81\x6e\ \x32\x6e\x22\x47\xaf\x4f\xbf\xf9\x7e\xef\xaa\x0f\x3e\x78\x2a\x8c\ \x5b\x60\xdc\xdc\xb2\x3e\xa9\x4a\xbb\xae\xf1\x6a\x6c\xcb\xf6\x95\ \x76\xae\xd8\xe7\xb6\xac\xf4\xa4\x0b\x97\x13\x73\x5c\x3e\x04\x00\ \xc2\xd2\xd5\x2a\x6d\x5b\x85\x7b\x97\x8e\x9b\xb1\x71\xd3\xb6\x93\ \x67\xd3\x80\x70\x7b\xe5\x76\xdd\x9a\x55\x8b\xa9\xdf\x6e\xe0\xf0\ \x87\xe3\x22\xec\x95\x1b\x95\x8f\xaa\xdd\xa5\x09\xa4\xce\xfb\x68\ \xce\x96\x95\xb3\x96\xed\xc9\x6a\x35\xa0\x1d\x66\x2e\xa5\x56\xdb\ \x77\xd7\xac\x5e\xba\x67\xe1\x80\x2e\x35\x0c\xc3\x13\xdf\xfc\xa1\ \xf8\xd4\x83\x73\x3e\x5b\xb0\x65\xf9\x4f\x37\x72\x5d\x80\x51\xa5\ \x26\x3d\x5a\x57\x8b\xaa\xd9\xed\x91\xc7\x1e\x6b\x19\x5e\x2e\xb4\ \x6a\xa3\x0a\x46\x66\xea\xf9\xc3\xa9\x8d\x9f\x78\xac\x49\x25\x71\ \xe9\xe8\x15\x1d\x53\xb3\x34\xef\xda\x85\x74\x57\x49\xd1\xd5\x63\ \x27\xcf\x9e\x4d\xf2\x58\xc8\x57\x98\x71\xe1\xd8\xc5\xec\x22\xeb\ \xb7\x54\x2c\x22\x9e\xd4\xcb\xfb\x7e\xdc\xbc\xec\xcb\x8d\xc1\x71\ \x35\xca\x07\x71\x46\xec\x95\x5b\x77\x1b\xfc\xfa\xd3\x0d\xab\x84\ \x97\x0f\x8f\x0e\x0b\x86\xa2\xec\xd4\x1b\xc9\x05\xce\xdc\x8c\x0b\ \x27\x8e\x5f\xba\x96\xcd\x11\xe4\xdf\xbc\x7a\xe1\x6c\x72\x91\xa7\ \x2c\x2f\xc3\x42\x6b\x74\x6b\x51\xed\xe7\xcf\xa6\xad\xdf\xb6\xea\ \x9b\x69\xab\x23\x7a\x76\xab\x68\x97\xc1\xb2\x32\xcf\x1c\xd9\xb6\ \xed\xfb\xcd\x1b\x12\xeb\xd4\xad\x22\x23\xfe\x67\x35\xb9\x57\x84\ \xf4\x78\xe3\x8b\xe5\x9b\xd7\x3e\xd3\xd8\x58\x34\x6d\x87\x06\xc1\ \x8d\x3a\x36\x67\xae\x1c\x77\xa9\x4f\x44\xd5\x6b\x58\x3d\xc6\xe2\ \x1c\x23\x8c\x31\x02\x84\xb0\xdf\x8c\x5d\x08\x22\x3b\x22\xca\x47\ \x47\xc5\xc5\x84\x06\x29\x7f\x7b\x0d\x8d\xf9\xb4\xd8\x9e\xcf\xce\ \xd8\xb6\x76\xde\xe6\xe9\xad\x2b\x39\x0c\x60\x88\xc8\x7a\xf2\xf1\ \x1f\xd7\x6c\x5e\xfc\xf1\xe7\x17\x1c\xd5\x9b\x36\x8b\xe7\xa6\xf9\ \xfb\x43\x7c\xc1\xcd\x7b\x4e\x9a\xf7\x8e\x79\x7a\xdf\x95\x2c\x26\ \x11\x6e\xca\x31\x9d\x3b\xb5\xb9\xf0\xdd\x57\x2b\x36\xaf\x9b\x3b\ \x69\xb6\xd9\xb2\x63\x9d\x0a\xc1\xc2\x12\x85\x97\x4f\xed\xdc\xb9\ \x7a\xd5\xc2\x83\x55\x6a\xd5\x08\x96\xf8\x9d\xab\xd3\x82\xe9\x22\ \xa2\x6e\xb7\xc6\xb1\xdb\x3e\x9e\xb6\x69\xdb\xf2\x6f\xbe\xdc\x14\ \xd7\xf7\xc1\x0a\x21\x22\xf3\xca\xf5\x8c\x6c\x67\x41\xf2\xf5\x33\ \x27\x4e\xdd\xcc\xf3\x10\xc2\x32\x2e\x5d\xcb\xce\x77\xe5\x5f\xbf\ \x72\xfa\xc4\xa9\xf4\x22\x2f\xc6\x18\x10\xb1\x4a\x6e\xfc\x72\xc4\ \xf7\xf2\xb2\x6f\x1f\xaa\x13\x6a\x98\xec\x3f\xf5\xf5\x0b\x64\x3f\ \x02\xb8\xef\xf0\x1a\xb1\xc4\x2d\xab\xe7\x1f\xb3\x79\x0b\x72\xdc\ \x40\x09\x46\x20\x8c\xf3\xeb\x97\x15\xef\x57\xdc\xb9\x99\x5e\x2c\ \xc9\x92\x75\xf9\x87\x4d\xae\x41\xcf\x0f\x78\x05\xd7\xf4\x9e\x5f\ \x73\x30\x09\xcb\x0a\x18\x82\x4a\x08\x13\xae\x5b\x9a\x89\x28\x66\ \x16\x60\x22\x29\x58\x80\xf0\x77\x38\x45\x84\x08\x57\xee\x2f\x0b\ \xe6\x1d\xcc\x40\x32\x9f\xe5\x2c\xcc\xa2\xd5\x9f\xc3\x98\x60\x02\ \x02\x80\x10\x0c\x8c\x61\x90\xcc\xec\xa4\x1f\x67\x7f\x77\x50\xb1\ \xb2\x13\x73\x31\x48\xc2\xb2\xb0\x6c\x27\x18\xf9\x3d\xbf\x91\x00\ \x4c\xa9\xe7\xe6\xc5\xb5\x5f\x7e\x9b\xc7\x6c\x4b\x3e\xf5\x94\x94\ \x94\x04\x83\x6b\xe6\xd3\x43\x1a\xf7\xe8\xd5\x6f\xc8\x6b\xb3\x1f\ \xed\x34\x7e\xd8\xa7\x49\x4e\x44\x25\x4a\x11\x16\xdc\xb2\x98\x25\ \x38\x41\x98\x50\x89\x50\x8a\x98\x69\x68\x60\xd8\x6f\x8d\x55\xc6\ \x2a\x45\x96\x85\xb8\xee\xe5\xad\x46\xbd\x39\xf2\x09\xe9\xd3\x57\ \xbf\xb1\x3d\x30\xac\x56\x2f\x82\x04\x60\xc0\x94\x10\x0a\xc0\xc1\ \x62\x16\x13\x14\x63\x20\x94\x62\x4a\xc0\xd0\x74\x9d\x01\x12\x02\ \x00\x51\x8a\x05\x08\x8c\x09\x16\xdc\xdf\x73\x10\x53\x49\x05\x09\ \xc0\xe0\x77\x2d\x2a\x44\x44\x46\xbe\x4b\xbb\xd6\x7d\xb7\xe0\x6c\ \x49\x6e\x66\xb1\x4b\xb7\x87\xd5\x6e\xd2\xb2\x72\xd5\x92\x81\x1f\ \xd6\x63\xb1\xb1\xf1\xad\x5a\x57\x5e\x7f\x2c\xef\x0f\x6a\x72\x22\ \x4b\xa5\x37\xce\x2c\x1a\x3f\xe9\x02\xa7\x4f\x44\x37\x78\x84\xca\ \x7f\x33\x6a\x93\xa5\x92\xf3\x87\x57\x7f\x95\x42\xb9\x27\xa5\x50\ \xa7\x80\x11\xf2\x37\x49\x14\x40\x24\x99\x70\xce\xfe\x98\x4f\xc0\ \xb2\xec\xbd\x7e\x7a\xe3\x8a\xdd\x2f\x76\xab\x15\xe5\x80\x54\xad\ \x2c\x81\x42\x29\xf1\xff\xbe\x58\x70\xbf\xbf\x30\x22\x54\x01\x05\ \x83\xc9\x30\x42\x08\x00\x01\x08\xe6\xf3\x79\x05\x51\x6d\xd4\x6f\ \xf1\x8e\xa9\x84\x39\x00\x26\x04\x71\x26\x04\x60\x4c\x08\x41\x98\ \x10\xea\x7f\xd8\x38\x10\x4a\x30\x46\x88\x10\x09\xa4\xb2\x89\x9e\ \xe0\x58\x8d\xac\x5d\x27\xe8\xe0\x82\x99\x67\xd2\xdc\x94\xe2\x00\ \x53\x07\xf0\xff\x3b\x30\xe2\x39\x17\x4e\x66\x9e\x03\x84\x30\x29\ \x33\x51\xb1\x32\xcf\x1e\x4f\x63\x80\x08\xa6\x94\x10\x8a\x5c\xc9\ \xc7\xb7\x1f\x7e\x79\xd2\xf4\x91\x1b\x46\x3e\x76\xb5\x18\x2b\x76\ \xcc\x0c\x96\x9d\x9c\x6b\x7f\xa5\xef\x88\x91\xae\xeb\x89\x27\x77\ \xed\xdf\xb7\xeb\xc6\xd0\x17\x66\x4d\x26\xcb\x2e\x36\xae\x19\xe7\ \xdc\x23\xb9\xaf\xef\xd9\x99\x34\xb4\xef\xcb\x4f\xbb\x57\x1d\x45\ \x41\xf2\xa5\x1f\xf3\xae\x9d\xdf\x71\xc4\xf7\xe8\xab\xd3\xde\xa9\ \x7a\x4e\x1d\xdc\x31\x72\xeb\xc8\x43\x16\x55\xa9\x2b\xff\xe2\xfe\ \x1c\x01\x80\x29\xa5\xb2\x92\x76\x6c\xcb\xa5\x77\xbe\x7a\xef\xab\ \x77\xb7\x9e\x0b\xaa\x1a\x19\x7c\x18\x20\xf9\xc8\xa6\x4b\x6f\x7f\ \x3e\x70\x68\xaf\x5d\x47\x33\x09\xf2\x1e\xdd\xf8\x33\x8d\xad\xfd\ \xe4\x80\xce\xbe\xc4\xb3\x47\x8f\x5c\xef\x30\xa4\x61\x5c\x30\xba\ \xe2\x24\x9e\xcc\xeb\x56\xc5\xc7\x06\xbf\x35\xfc\x6c\x6a\xd1\xa5\ \x43\x07\x92\xb3\x4c\xee\xca\xbf\xe9\x8e\xed\xf3\xd2\xcb\xb8\xca\ \x99\xa3\xdb\xf7\x70\x0c\x7e\x35\x39\xc2\x52\x10\x46\x04\x01\x33\ \x4d\x41\x1d\xa1\xd1\xe5\x82\x23\x42\x15\x28\x11\x08\x10\xf0\x82\ \xd4\x1b\x31\x2f\xf5\x18\x3c\xa2\xb8\xa0\x28\xeb\xd0\xee\x93\xc5\ \x5e\x28\xcd\xce\x72\x46\x8c\x78\xe6\x8d\x17\x4e\x9f\x3d\xbf\xfb\ \xc7\xb3\x5b\xf7\x5f\x7c\x7d\xc2\x84\xac\x98\x43\x2d\x87\x0f\xc8\ \xdc\x38\x3d\xcd\x67\xa9\x41\x65\x6a\x72\x09\x49\x0e\x7c\xd7\x24\ \x2a\x56\x83\x58\x41\x5a\xe2\xa5\xab\xc9\x21\x36\x99\x0a\x2b\xba\ \x7d\xef\x4a\xda\xc9\xb7\xfb\xbc\x99\xaa\xb3\x5a\xc3\xbe\x98\xf8\ \x6c\xbf\xf8\xef\x8e\x66\x99\x02\x49\xea\x1d\x6a\x72\x25\x88\x06\ \xd9\x1d\x36\x9b\x4b\xb2\x85\x4a\xc8\xf7\x37\xd5\xe4\x88\x10\x5f\ \x56\xf2\x89\xb4\x24\x00\x44\x24\x82\x01\x09\x6e\x2a\x55\x1a\x3c\ \x38\x68\x60\x68\xa7\xa7\xaa\x66\x9d\x99\x7d\x2c\x8b\xc8\xbf\xfb\ \x0c\x20\x8c\x99\xbb\xf0\xf4\x2f\xfb\xbd\xfd\x07\xc5\x44\x4a\xc9\ \x19\x48\xb6\xf2\x76\xed\xd8\x3b\xf1\xb5\xb7\x47\xb2\xea\xf1\x7d\ \x9f\xe1\xfb\x37\x5d\xca\x72\xb7\x0f\x26\x92\x83\x08\x00\x8a\x25\ \x07\x06\x84\x40\x58\x86\x15\x56\xfd\xb5\xaf\xdf\x96\x4f\x2d\x9a\ \x35\xef\x28\x2a\xba\xf4\xe3\xaf\xc9\x23\x26\x7e\x50\xb8\xf8\x54\ \xfb\x97\xfb\x26\xaf\xfb\x34\xcb\xc5\x31\x45\x12\x0e\x52\x31\xb9\ \x3d\x4b\x10\x08\xcb\x38\x48\xc5\xe4\x8e\xa2\x43\x4e\x1c\xd1\x09\ \xc1\xc6\x96\xed\x47\x0a\x74\x1a\x2c\xa3\xff\xd4\xe6\x81\x01\x35\ \x79\x00\x77\x87\xc5\x48\xe3\x7e\xbd\x83\x6e\xee\xdf\x73\x32\x53\ \xa2\x65\xce\x55\x08\x13\x42\x08\xbe\xc3\x58\x10\x61\x42\x28\x29\ \xb3\x46\x44\x88\x30\x5f\x4e\x5e\x09\xe2\xd9\x9b\x66\x6f\x2a\x64\ \x12\x41\x80\x29\x29\xbd\x91\x54\x02\xd1\xad\xdb\xd7\x76\xa7\x5c\ \xbc\x78\x31\xf9\xc2\xc1\x13\xac\x62\x93\x76\x6d\x6b\xba\x52\x8e\ \xfd\xb8\x79\x7f\x56\x7e\xfe\xf9\x7d\x27\x45\xc5\x46\xad\x1f\x68\ \x10\x1d\xcc\xae\x1d\x3b\x97\x97\x9f\x73\xf6\xd0\xc5\xc8\x66\x1d\ \x9b\xd5\xb2\xed\x9a\x3e\x75\xdd\xee\x14\x49\x91\x10\xf2\x5f\x9c\ \x60\x84\x10\x26\x56\x49\xc6\xf1\x43\x57\xe3\x5a\x76\x68\xde\x20\ \xf2\xea\xe1\x5d\xbf\xec\x3d\x5f\x90\x7d\xf3\xd8\xe1\xeb\xf1\xcd\ \xdb\x36\x6b\x5e\x53\xd1\xf2\x2f\x1c\xbd\xe4\x95\x42\xeb\xb5\xef\ \xd0\xb6\x7d\x8b\xaa\x91\x9e\xf5\x5f\xcd\xdc\x77\xb1\x58\x56\x24\ \xa3\xe8\x66\x52\x2e\x6e\xdc\xa9\x4d\x9c\xc3\x73\xf1\xd8\xf9\x02\ \x37\x60\xd3\x95\x7a\x39\xbf\x7a\xdb\x36\x95\x82\xdd\xe7\x7e\x3d\ \xef\x46\xa1\xb2\x3b\xf7\xcc\xb1\x24\xae\x06\xab\xc4\x7d\xe1\xf4\ \xa5\x2b\x67\x2f\x17\x4b\x95\x3b\xf6\x7c\x20\x2e\x5c\x3f\xb4\xe5\ \xa7\x93\x17\x33\x39\xa6\x25\xe9\xd7\x73\x71\x85\x56\x1d\x1a\xd9\ \x3c\xe9\xa7\x4f\x26\x19\x40\x8d\x82\xec\x8c\x6c\xd4\xac\x73\x33\ \xd5\x79\xf3\xdc\xd9\xa4\xc4\xc3\xc7\x8a\x1d\xd5\x3a\x76\x6d\x98\ \xfd\xf3\x8a\x6f\xbe\xfe\xc9\x65\x29\xc1\x11\xe1\xce\x6b\x17\x2f\ \x5d\x2e\x0e\x8a\x08\xd7\x72\x92\xce\x25\x66\xa3\xdf\x77\x53\x12\ \x02\x3b\xc2\x42\x0a\x2f\x5d\x48\x4e\xf5\x49\x12\x66\x16\x8a\xae\ \x5d\x15\xa5\x9d\x38\x74\x3c\x1d\x53\xe4\x29\x32\xa2\x1c\x4a\xda\ \xf9\x73\xc5\x3a\x92\x1d\x21\x8a\x27\xfd\xdc\xc9\xeb\x16\x26\x54\ \x71\xc8\x28\xff\xdc\xf1\xcb\x5e\x8b\xd8\x43\x23\x8c\x94\x2b\x97\ \x2e\xe7\x03\x62\x3e\x8b\xb6\xe8\xd3\xd7\x91\x7e\x77\x35\x39\x37\ \x8d\x88\x26\x9d\x1f\xa8\xee\xdd\xb6\xe6\x90\x81\xcb\x6c\x71\xee\ \xbc\xc7\x08\xc0\xd2\x0d\xa4\x56\x68\xd0\xb4\xb6\x94\x7f\xe6\xbb\ \xf1\xdf\x5e\xc9\xe7\x7f\x76\x3d\x16\x9c\x2b\xe5\x6b\x3e\xd4\xbb\ \xd6\xb1\xd5\x9b\xd3\x9c\xc4\x6e\x23\x59\x67\x8e\xa7\x7a\xc2\xdb\ \xf7\x6c\x63\x5c\xd8\xfe\xd5\xa7\x2b\x72\x7d\x52\x50\x58\x84\x99\ \x99\x74\xee\x54\xb6\x1c\x1a\x06\x9e\xec\x33\x67\x92\x4d\x2e\x98\ \xad\xfc\x80\x8f\xde\x6a\x5a\x29\xef\x87\x25\x87\xb9\x82\xae\x1f\ \x3e\xe2\x0a\xab\xd3\xa1\x53\xed\xb4\xad\x8b\xbf\x9b\xb3\x5b\xc3\ \x32\x46\x24\x28\xc2\x5e\x90\x74\xf6\x7a\x5a\x09\x26\xfe\xba\x75\ \x12\x14\xae\xe6\x24\x9e\x4e\xce\x72\xf9\xb7\x70\x53\x33\x50\x4c\ \xdf\xa7\xda\xa7\x6c\xff\x21\xb1\x18\x64\x82\x04\x67\x3e\xcb\xac\ \xd9\xb1\x4f\x02\x5c\xdb\xbd\x2f\x11\x49\xf2\x7f\xc6\xaa\x62\x40\ \xf9\x12\xc0\xdd\xb3\xd2\x9a\x2e\x3d\xbb\x66\x5d\xeb\xa2\x75\x0b\ \xe7\x9d\xc8\xbe\x79\x23\xdf\x75\x7f\x8e\xb7\x08\x71\x53\xf3\x18\ \x86\xaa\x06\xc9\xb8\x4c\x01\x82\x04\xf7\x69\x1e\x5d\x70\x89\x38\ \x1c\xaa\x24\x98\xe9\xd3\x7c\x26\x30\x01\x44\x55\x1c\x2a\x25\xdc\ \x32\x35\xdd\x6b\x02\x07\xa0\x76\xd5\x21\x11\xcc\x4d\xc3\x6b\x78\ \x2d\x00\x99\xda\x55\xf9\x6e\xa6\xdd\x08\xb8\x61\xf8\x4c\x9f\x05\ \x02\x21\xc9\xae\x3a\x24\x0c\xec\xd6\x16\x82\x14\xbb\xcd\x7e\x5b\ \x4d\x0e\x80\x25\x62\xb7\xa9\xd4\x1f\x6f\x99\x9a\xc7\xc7\xcd\x3b\ \xd5\xe4\x96\xa9\x79\xef\xa2\x26\xd7\x3c\x06\xb3\xab\x0e\x02\xcc\ \xa7\x79\x0d\xc1\x04\x00\xbd\x43\x4d\xae\x69\x1e\xfd\x1e\x6a\x72\ \x87\x4d\x45\x82\xdd\xda\x41\xb5\xab\x2a\x29\x53\x93\x2b\x0e\x55\ \x32\x0c\xb7\xc1\x25\x87\xa2\xfc\x59\x4d\xee\xf3\x79\x04\xb5\xd9\ \x65\x72\x5b\x4d\xae\x31\xec\xb0\xab\x7e\x35\xb9\xc7\x30\x6d\xea\ \x6d\x35\x39\xd8\x55\x3b\x02\xe0\xcc\xe7\x35\xb9\x5d\x71\x10\x2c\ \x0c\x9f\xc7\x44\xb2\x4a\x69\x68\x5c\x7c\x6c\xd5\x5a\x83\xc7\xbd\ \xef\x5a\x36\xe6\xd3\x25\x47\xff\xac\x26\xb7\xbc\xae\xaa\xc3\xa7\ \x7e\xfa\x62\xe8\x9c\xb7\x97\x66\x65\xa4\x24\x67\x38\xff\xe8\x44\ \xec\x2f\x58\xd4\xbd\x16\x08\x0c\x92\xaa\xd8\xa5\xbb\xb5\x53\xe5\ \xa6\x81\x62\x9b\x4c\xd9\xf8\x69\xe6\xd2\xaf\xb6\xef\x4e\x4c\x4b\ \xcd\x32\x04\x36\x35\xaf\x26\x4c\x84\x64\xbf\xca\xdf\xd4\x3d\x3a\ \xa7\x41\x36\xc5\x32\xbd\x3e\x0b\x39\x14\x95\x31\x5e\xb1\xed\xe3\ \xef\x4d\xe9\x7f\x76\xfa\xf8\x39\x1b\xaf\xc9\x0a\x05\xc1\x35\x9f\ \x47\x07\x46\xb1\x6a\x53\x54\x8c\xfc\x9a\x29\x0f\x27\x36\x9b\x44\ \xfd\x37\x0a\x81\xf0\x69\x1e\xa0\x36\x1b\xa5\x02\x38\x17\xa4\x7c\ \xad\x1a\x35\x5a\xf7\x1e\x39\xa4\xfa\xd4\xc7\x86\x1f\x2d\xa2\x32\ \x08\x7b\x64\xf9\x8a\x35\xaa\x74\x7f\x79\x5c\x95\xc4\xb9\x6f\x4d\ \x5c\x8b\xec\x41\xff\x19\x4c\x1d\x88\xa9\x03\xb8\x3b\xe3\x0a\xc1\ \x88\x2d\xa2\x7a\xcd\xba\x75\x6b\x96\xcb\xbe\x78\x3a\xbd\xc8\xa2\ \xf7\xd1\xf7\x58\x70\x0e\x88\xaa\xb2\x42\xee\x94\x1d\x22\x44\x25\ \x45\x95\xd4\xb2\xa2\x6c\x84\x25\x49\x51\x24\x55\x95\x14\x8a\x91\ \xff\x20\x2a\xd9\x54\x59\x55\x24\xd9\x2f\xcc\x43\x98\xc8\x92\xaa\ \x4a\xaa\x74\x6f\xbb\x56\x44\xca\xf6\x51\xa4\x5b\x21\xff\xad\x2d\ \xb2\x24\xa1\x3b\x2e\xa4\x48\xca\x9d\xf5\xe0\x84\xca\x8a\xa4\x2a\ \xd2\x6f\x36\xbe\x98\x50\xff\x16\x84\x00\x61\x2a\x4b\x14\x81\xff\ \x1f\x12\x42\xfe\xbf\x5f\x56\x24\x55\xa5\x0a\xf5\xaf\xe6\xdd\x31\ \x28\x59\xa2\xb7\xc6\x8a\xfc\x67\xf6\x1f\xfe\xe7\x1d\x08\x95\xfd\ \x7f\x06\x21\xb2\x7c\x77\x79\x37\xa2\x92\x7c\xa7\x2e\x1e\x13\x49\ \xbe\x15\x0e\x23\x4c\xe4\xdf\x46\x2a\xc9\xb4\xec\x03\x86\x30\x95\ \xa9\x74\xe7\x25\x4c\x9d\x57\x69\xd5\x69\xc0\xd0\x6e\xb4\xf4\xea\ \x81\x6d\x07\xd2\x72\xdd\xf8\xcf\x97\x13\x20\x88\x1c\x53\x3e\xa1\ \x51\xcb\x7a\x52\xfe\x95\xf3\x57\x0b\xf1\x9f\x52\xe7\xb7\x7f\x05\ \x45\x92\xef\xf5\x9d\x46\x18\x5b\xce\xfc\x9b\x37\x8d\xe6\xbd\xba\ \x55\xa2\xae\x0b\x67\xae\x68\x82\x4a\xf2\xad\x3b\x8c\x6e\x8d\x82\ \x12\x00\xc0\x58\x92\x29\x45\x08\xb8\xc0\x51\x95\x2a\xe6\xec\x59\ \xbd\x7e\xc7\x55\xaa\xc8\xbf\xbb\x5d\xf4\xb7\xfb\x49\xa9\xfc\xfb\ \x2e\x01\x88\x52\x99\xde\xfa\xd9\x18\x97\x9b\x3d\xf5\x6c\xaf\x96\ \xa1\x3b\xe7\xcc\xd9\x7b\xae\x90\x4a\x84\x99\x56\x54\xad\x66\x4f\ \xbe\xf2\x58\x24\xcf\x38\xb4\x7d\xdf\xb5\xe4\x42\x44\x69\x20\xa6\ \x0e\xe0\x3f\x9a\xaa\x01\xdc\xbe\xec\x02\xa1\x21\x50\x22\xe5\xd8\ \x60\x09\xdd\x8f\xf2\x0e\x53\x89\x20\xe6\xaf\x97\xba\xdf\xe8\x1d\ \x90\x2d\xc8\x01\x86\xd7\xa7\x73\xf4\x3f\xf0\x56\x09\x6e\x31\x41\ \xe8\xdf\x6a\xb7\x8f\x89\x44\xb1\x65\xdc\x5d\x8c\x23\x38\x63\x02\ \xd1\x7f\xb2\xff\x08\x67\x96\x40\xe4\x2f\xe7\x2b\x08\xb8\xe9\xd5\ \xbd\x86\xe0\xaa\x1c\x62\xa3\xf8\x1f\xfe\x0e\x08\x81\x69\xf8\xbc\ \xa6\x2e\x00\xa9\x72\x90\x4a\xe9\xbd\xd4\xe4\x25\x66\xb1\x1b\x74\ \x0a\x21\x11\x52\xa8\x22\x51\x7f\xa7\x2c\xaf\x65\x08\x20\xaa\xec\ \x90\x91\xe5\xd1\x3d\x0c\x24\xbb\xe2\x90\x28\xf2\xb7\xd2\xf2\x69\ \x6e\x8d\x5b\x08\x49\x0e\x35\xa8\xac\xc3\x22\x80\x61\x78\x7d\x96\ \x81\x89\xea\x50\x6c\xf7\x93\x25\x47\x00\xa6\xa1\x59\x40\x95\x7f\ \xa1\xa9\x08\x02\xa1\xf9\xdc\x9a\xe0\x12\xb6\xdb\x6d\x32\x08\x81\ \x00\x59\x4c\xf3\xea\x3e\x0e\x20\x4b\x0e\x9b\x24\xff\xc7\xa4\xad\ \x03\x31\x75\x00\xf7\xc8\x53\x5b\xa2\x76\x8f\xa7\x87\x3f\x3b\xf0\ \xc1\x36\x0d\xf5\xb4\x2b\x59\x25\xfc\x1f\x65\x3f\xb8\xa1\xe1\x07\ \xdf\x1d\xdb\xa5\x52\xfe\xe1\x63\x39\xf7\xd3\xa1\xc9\x4f\x6f\x26\ \x2e\xf7\xf2\xdc\x89\x95\x9d\x27\x8f\x5f\x72\xca\xd2\x7f\xf7\xda\ \xbd\x00\xaa\x86\x45\x86\x08\x4d\x63\xf0\xcf\x7d\x17\x2c\xdd\x88\ \x6d\xfb\xe4\x5b\xc3\x9a\x9e\xdf\x77\xd4\xc5\xa5\x3f\xdc\x0c\x21\ \x84\x14\x14\x12\xea\x90\x0c\xcd\xb8\xff\x13\x0b\x01\xb6\xb0\x70\ \x07\x15\x86\x61\xdd\xf3\x28\xc1\xb8\x12\xdd\x75\xf0\xd3\xfd\xfb\ \x77\xa5\x19\x57\x53\x0b\x7c\xf7\x53\x2c\x8c\x89\xa4\x48\xaa\x2a\ \xa9\xf4\xde\x3b\x73\x2e\xca\xd7\xeb\x32\xf4\x85\xe7\x1f\xea\xd4\ \x54\x72\xe7\x67\x66\x97\x58\x16\x8f\x6e\xd4\x71\xd0\x88\x81\x9d\ \x3a\xd4\x17\x39\x69\x4e\x47\xd5\x27\x47\xbf\xd2\xb1\x41\x64\x4e\ \x52\x4a\xa9\x97\x61\x2c\x4c\xd3\xd6\x71\xc8\xe0\x01\x03\x7b\x37\ \xa8\x13\x9b\x7b\xe9\xba\xcb\x02\xff\x7d\x20\x44\x52\xfc\xe1\xf0\ \x3f\xf1\xd5\xa3\xf4\xbe\x12\x6a\x7f\xc5\xd5\xb7\xe6\x6a\xbf\xcd\ \x18\x30\xa6\xca\xad\xd9\xd8\x7f\xd2\xfb\x18\xa8\xa7\x0e\xe0\xee\ \xf4\x60\x31\xda\x7c\xd8\xb0\x96\xf5\x48\x72\x62\x86\x47\x87\xfb\ \x79\xa5\x18\x27\x95\x1a\xd7\xae\x1c\x03\x45\x50\xe4\xd2\xfc\xba\ \x70\x24\x98\xe1\xf6\x96\x94\x78\x4b\xdc\x9a\x5e\x56\x45\x2b\xb8\ \xa1\x79\x9c\xde\x92\x12\x6f\xa9\x66\x5a\x80\xe5\xe8\x2a\x31\x21\ \x36\x2c\x80\x79\x7d\x4e\x9f\xc1\x10\x70\xaf\xd7\x6d\x58\x80\x81\ \xfb\x34\xb7\x66\x71\x04\x42\xf7\xba\x4a\xbd\x25\xa5\x5e\xe7\xbd\ \x64\xcd\x08\xc0\x34\xbc\xa5\xde\xe2\x52\xaf\x53\x37\x98\xff\xd2\ \x1e\xaf\x97\x09\x04\xdc\x74\xfb\x3c\x96\x40\x4c\x2f\x15\x95\xba\ \xbd\xff\xc9\x4b\x41\xde\x9c\x7c\xaf\xcb\x62\x80\x10\x58\x86\xe6\ \xf4\x96\x38\xbd\x9e\xdf\x04\x3d\x7f\x8a\xdd\x0c\xcd\x53\xcc\x0a\ \x21\xa8\x42\xe3\xba\x55\x24\xb0\x04\x08\x53\xf7\x3a\xbd\xc5\xfe\ \xa3\x10\x02\xa7\xcf\x55\xeb\xb1\x37\x5f\x1b\xd2\xca\xe5\xcb\x2c\ \xf1\x6a\x42\x20\xff\x51\xa5\xde\x62\x97\xd7\xcb\xb8\xbf\xd2\xc3\ \x7f\x54\x49\x89\xb7\xc4\x6b\x58\x48\x58\x45\x3e\xfe\xe0\x1b\x93\ \x9e\x6c\x1f\x9b\xef\xcb\x71\x6b\xe6\xdd\xca\x41\x84\xe9\x33\xea\ \x0c\x7e\xf9\xe5\x61\xcd\xf3\xae\xdf\x28\xf1\x31\x8c\xb1\x60\x96\ \xd7\x5b\x5a\xea\x2d\xd5\x0c\x0b\x00\x01\xf0\x5b\x37\xa7\x54\x33\ \xef\x29\xcc\xe3\xa6\xe1\xf6\x96\x94\x7a\x5d\x86\xc5\x11\x42\xdc\ \x74\xbb\xe4\x1a\x63\x66\xbd\xd7\x20\xc4\x9d\x57\x6a\xaa\xc1\x41\ \xc2\x28\xf5\x85\x34\x7c\x7f\xd6\xdb\xd5\xa4\xe2\x7c\x17\xb7\x85\ \x04\x71\xaf\x33\xed\x6a\x46\x95\x3e\x2f\x8f\x1e\xde\x91\x18\x9a\ \x10\x80\x30\x2f\xcd\x4c\x4b\x2d\x08\x7e\x64\xf8\x88\x5a\x11\xc4\ \xe2\x01\xcb\x82\xff\x21\x04\xaa\xf4\x02\xb8\x57\xbc\x82\x89\xb7\ \xe0\xf2\xc1\xcd\x2b\x37\x9d\x09\x53\x43\x25\x72\xab\x41\x9c\x10\ \x00\xbf\xd7\x27\xdf\xda\x82\x80\xfb\x7c\xa8\x52\x87\x81\xef\x7f\ \xd8\xdd\x79\x79\xdf\xd6\x1f\x4e\x7a\x2d\x1c\x1c\xdf\xf0\xc9\x21\ \x0f\xc5\x38\xc4\xcd\x23\x3f\xff\xb4\xf3\xbc\xc1\x91\xc9\xa4\xba\ \x3d\x06\x74\xea\x50\xd3\xc6\xbd\xa7\x36\xad\xd9\x7d\xd1\x62\x16\ \x30\x43\xf3\x42\xd0\x13\x2f\xbc\x80\x2e\xfc\xf4\xcb\x39\xa3\xd7\ \xf3\x7d\x32\xf7\xfe\x74\x2e\x23\xb8\xdb\xc0\xc7\xb5\x33\x3b\x7f\ \x4d\xb1\x9a\xf5\x7f\xa2\x6d\x93\xca\xc4\x28\x38\xbc\x76\xd3\x89\ \x2b\x45\x8a\x2a\xdd\xba\xb4\xdf\x11\x4c\x18\x16\xa9\xd5\xf9\xf1\ \x07\xbb\xd7\xa7\x9e\xfc\xc3\xeb\x37\x1c\xbd\x58\x10\x56\xad\x41\ \xef\x8e\xb1\x87\x37\xfc\x5c\x24\xd7\x18\x30\xb0\xde\x99\x4d\x9b\ \x4b\x2a\xb6\x79\xe6\xfd\x21\xad\xda\x86\xbd\x32\xed\xf3\x82\xbc\ \xcc\x9d\x2b\xd6\x5e\xce\x34\xe2\x9b\x76\xea\xf3\xc4\x03\x34\x37\ \x71\xdb\xf2\x1f\x32\x5c\xb8\x6c\x3a\xfe\xdb\x30\xb9\xa6\x41\xed\ \xee\xfd\xbb\xb4\x4f\x08\xab\xd8\x8c\x1b\x17\x04\x80\xae\x59\xb5\ \x3a\xf7\xed\xf9\x50\x53\x9e\x79\x7e\xeb\x8a\x1f\x6f\x16\xe2\x26\ \xbd\x9f\x1a\xf2\xfc\x43\x0d\x50\xa5\x77\x43\x1b\x96\x5e\xf9\x75\ \xdd\xfa\x83\xc5\x9a\xdc\xe0\xe1\x41\xdd\x3a\xd4\x72\x5f\x3b\xb6\ \x65\xf5\xde\x62\x03\x31\x93\x57\x6e\xdb\xab\x47\x8f\x46\x21\x32\ \xbf\xb2\x73\xd3\x8f\x7b\x33\xba\x3d\x3f\xfc\x89\x47\x1f\x50\xeb\ \x7b\xa5\x16\x8f\x66\x1f\xde\xba\xe9\xe7\x2b\x88\x4a\x7f\x8c\xa8\ \x81\xc4\x25\x94\xcb\xda\xbb\x76\xc1\xe2\x6d\x76\x25\x94\x0a\x13\ \x82\xe2\xfb\xbe\xf4\x44\xed\x18\x7e\x72\xe3\xfa\x03\xa7\xb2\xa8\ \x3d\xb4\xc9\x63\x8f\xb5\x6d\x5a\x55\x11\xae\x63\x1b\x37\xfc\x7a\ \x31\x5f\xfa\x53\xa5\x07\x33\x0c\x35\xbe\xde\xe3\x4f\xf7\x8a\x25\ \x85\xbb\x57\xac\x3b\x73\xa3\xb4\x5c\xd5\x86\x43\xde\x9f\xf0\x40\ \xd5\xf0\xbd\xc7\x6c\x76\xb3\xf4\xda\xf1\x8b\xf6\x1a\x6d\x5f\xf8\ \x60\x42\xf3\x58\xc7\x0e\x12\xa4\x7a\xd2\x53\xae\xdc\x74\x7b\x61\ \xfb\xf2\x39\x7a\x48\xad\x37\x1b\xc5\xca\x98\xeb\x80\x29\x31\xce\ \xed\xdc\x76\xf4\xb8\xb7\xd3\x43\xd5\x80\xa0\x40\x37\xd4\x40\x4c\ \x1d\xc0\xbf\x05\x5b\x53\x45\xb5\x83\x4a\xca\xda\x81\x0a\xc3\xe7\ \x71\xf9\xdc\x1e\x5d\xe3\x65\x54\x2d\x0c\x9f\xdb\xe5\x73\x7b\x0d\ \xdd\xdf\x11\x89\x63\x39\x2c\x26\x4a\x30\xfa\xd0\x84\xcf\x5f\x7f\ \xb6\x39\x37\x75\x04\xdc\x93\x93\x7a\x2d\xc9\xdb\xf3\xa3\xc9\x83\ \xbb\x56\xf5\x68\x7a\xbb\x91\x1f\x4c\x9b\x3c\x38\x8c\x7b\xbd\x26\ \xb1\xf9\xe7\xad\xdc\xd4\x51\xe8\xa3\xef\x7f\xf6\x7c\xef\x4a\x05\ \xd9\x85\xdc\x56\xbe\xff\xdb\x83\x1a\x57\x22\x2e\x33\xb4\xcf\xd0\ \x11\x5d\x6b\x38\x0c\x5b\x85\x21\x93\x47\xd6\x0c\xf7\x9a\x91\xcd\ \xc7\x2d\x9b\xd6\xb9\xa6\x4d\x67\x42\x58\x86\xd7\xe7\x76\xf9\x3c\ \x3a\xe3\x65\x99\x57\xe6\xcb\xbe\x9a\x58\x68\x6f\xf4\xd6\xac\x71\ \xb5\x6d\xba\x54\xb9\xd1\xf0\x31\x0f\x47\x29\x9a\x08\xa9\xfd\xdc\ \x8b\x4f\xd7\x0e\x17\x5e\xb7\x33\x37\x33\xdf\xa7\xb9\x72\x53\x53\ \x33\xd2\x73\xdd\x2e\x2d\xa2\xe9\xc3\x1f\x2f\x78\xaf\xaa\xec\x8d\ \xee\xfc\xcc\x67\x5f\xbf\x1a\x27\xe9\x26\x07\x4b\xf7\xb9\x7d\x6e\ \xb7\xe6\x65\x42\x98\x5e\x23\xa1\xcf\xf0\x89\xd3\x87\x85\x09\xdd\ \x11\x1b\xa3\x22\x61\xf8\xf4\x84\x3e\xc3\xc7\x8e\x79\xd8\x75\xfd\ \xaa\xbd\x65\xff\x09\x1f\x0e\x8e\xc0\x5a\x69\x5e\x7e\x41\x41\xa9\ \xb7\xb4\x20\xf3\x46\x6a\x76\x6e\x89\xae\xf1\x26\xcf\x8d\x7e\x63\ \x58\xab\xec\xcb\x37\x2a\xf4\x7e\xf1\xdd\x37\xba\x63\xdd\x59\xab\ \xff\xa8\xaf\x66\xbf\x5e\xd1\x6e\xb9\x7c\x42\x95\x64\x8c\x78\x71\ \x76\x6e\xb1\xd3\xed\x2a\xc8\xc9\xb8\x91\x9a\x5f\xec\x05\x84\xef\ \x12\xce\x83\xcf\x62\x08\x23\x6a\x03\x1b\xc5\xc2\xa4\xe5\x9e\xfd\ \xfa\xab\xa7\xba\xc4\x78\x49\xc5\xd7\x16\x7c\xd9\xbb\x49\xa8\x26\ \xc7\x0e\x99\xfc\x5a\xbd\x68\x4d\x2f\xd7\xec\x9d\x05\x9f\x34\x89\ \xa1\xe6\xef\x27\x07\xdc\x32\x48\x74\xbd\xb7\x97\x4e\xef\x90\x80\ \x45\x85\xb6\x1f\x2c\x9c\xd4\xac\x3c\xf1\x7a\xdc\xb9\x19\xf9\x1e\ \xcd\x5b\x9c\x93\x57\x58\x58\xcc\x10\x61\x3e\x57\x6e\x66\x81\x57\ \xf3\x14\xe5\xe4\x15\x15\x97\x32\xc0\x98\x50\x1b\xd8\x08\x15\x0c\ \x59\x3e\xee\xe3\x80\x00\x90\x24\xab\x76\xbb\x4a\x30\x88\x40\x3c\ \x1d\x88\xa9\x03\xf8\x77\xcc\x87\x70\xa9\xcd\x2b\xef\xf6\x6a\x16\ \x9d\x77\xe9\xf8\x9a\xd9\x1b\x0a\x38\x05\x62\xef\xf8\xe6\x5b\x0f\ \x36\x08\xcb\x3c\x75\x68\xcd\xfc\x2d\x1e\x08\x52\x90\x7e\x76\xcd\ \xec\x29\x9f\xed\x6e\x93\x43\xa6\x0c\x7b\x38\xe6\xfb\x23\x85\x25\ \x45\x4e\xcb\x51\x39\x5a\x62\x46\x58\xf3\x5a\x51\x68\x8f\xf4\xdc\ \x73\x8d\x7e\x1a\xf7\xfc\xb4\x6d\xe9\x2a\xa2\x54\xa2\x54\x2a\xef\ \x43\xe1\x03\xa7\xce\x4d\xdd\xbd\xee\xcd\x81\xb3\x32\xbd\x54\x8d\ \x46\xde\x52\x6e\x98\x02\x03\xf3\x71\xdd\xc7\x04\xa6\x8a\xe2\xcb\ \xd8\xba\xe0\xdb\x25\xa7\xc0\xda\xb2\xe6\xb1\x21\xad\x7e\x79\x6f\ \xbb\xda\xa8\xcb\xb0\xe7\x1e\x89\x77\x78\xf6\xcd\x5b\xbc\xf7\x4c\ \x06\x42\xbc\x20\xaf\x54\x6e\x51\xdd\xc6\xbd\x11\xe5\xea\xd6\x89\ \x93\xf7\xe8\xc2\xed\xe4\x8c\x03\x08\xcb\xcd\x4d\x8e\xa9\x3b\xeb\ \xf2\x8e\xf5\xc7\xfa\x35\x6e\xf0\xd3\x9c\x85\x89\x96\x03\x83\xfa\ \xf8\x63\x83\x43\x8f\xad\x78\x79\xcc\x4c\x33\xba\xeb\xc2\x43\x13\ \xdb\xb7\x5c\xb1\x74\x6f\x6e\x83\xc7\x9f\x7f\xf2\xa1\xfa\x56\x41\ \xd2\x86\xe9\x0b\xce\x69\xe1\xdd\x1f\x7d\xa4\xe0\xfb\x29\xe3\x3e\ \xdf\xd0\xa0\x9f\xa3\xc1\xf3\x8a\x81\xa3\xfa\xf6\x7f\x3c\x21\xe8\ \xea\x99\xc8\x08\xc4\x58\x83\xfe\x6d\xaa\x4c\x5f\x75\xf8\xf8\x9e\ \x83\x87\x9f\xa9\x10\xf1\xeb\x9a\x85\x0b\x2c\x70\x70\x7b\xad\xfe\ \x03\x7b\x47\x69\x07\x43\xa2\xc2\xb9\xc0\x2d\x06\x36\x0f\xfe\xf2\ \xf4\x53\x2f\x76\xbf\x32\xf7\xdd\xb7\xbf\x39\x29\x83\x44\x65\x59\ \x52\xf8\x99\xed\x3b\x4f\x3f\xf9\x4c\xf9\x7d\x3b\x97\x2f\x39\x6c\ \x93\x42\x65\x89\xfc\x31\xf5\x61\xe2\x16\x43\xde\x7f\xf1\xc1\xa8\ \x2d\x63\x13\x05\x21\x60\xe9\x21\x0d\x7b\xf6\xa9\x61\x7e\xfe\xe8\ \x5b\xdb\xb2\x68\x7e\xd4\xca\x47\x86\x77\xd8\xf6\xee\x0d\x49\xcf\ \xdc\x35\xff\xeb\x79\x27\x2a\x26\xec\x9e\xdf\xbe\x5e\xe4\xb1\xdd\ \xf9\x77\x56\xd4\x59\x26\xab\xd5\x61\x40\x2b\xf3\xcc\xf0\x97\xde\ \xbf\x64\x56\x9e\xbc\x7f\x69\xbf\x01\x0d\x4f\x7c\x7d\x70\xfb\x9a\ \x83\xfd\x3b\x05\xfd\xbc\x60\xf1\x71\x97\x12\x6c\x57\x21\xfb\xca\ \x8e\x75\xbf\x3e\xd6\xbc\xd9\xf6\xd9\x0b\x2f\x9a\x8e\x60\x9b\x42\ \x31\x20\xcc\x13\x0f\x1f\xd3\x9f\x19\xf6\xe6\xa8\xdc\x45\xf3\x7f\ \x76\x82\x1c\x08\xee\x02\x4c\x1d\xc0\xbf\x77\x80\x0d\xc2\x95\x95\ \x71\x33\xc4\x53\x9c\x59\x60\x01\x46\x80\x00\xb8\x33\x23\x3d\x55\ \x2d\x2e\xc8\x2e\x64\xa8\xac\x1b\x1b\x60\x2c\x01\x77\x96\xb8\x74\ \x29\x4e\x88\xe0\x41\x33\x3e\xef\x1e\x7a\x7d\xf5\x9a\x4b\xc5\x6e\ \x5f\x08\x46\x44\x09\x52\x7d\x2c\x37\xbd\x40\x80\x44\x09\xf2\x07\ \x66\x48\x00\x17\x4c\x8d\xab\x18\x13\x66\xcf\xf2\xea\x42\x70\x90\ \x10\x17\x96\x09\x16\xe7\x65\xda\x69\xc1\x04\xc2\x14\x43\x71\x46\ \xbe\xd6\x20\x34\x94\x00\xe2\x1e\x57\x76\x72\x8a\x65\xf3\x95\x78\ \x0c\x6e\x99\xc1\xb5\xbb\x4c\xfc\xfe\xdd\x9c\x1f\x56\x9c\x4c\xc9\ \xf6\xf1\x5a\x88\x20\x2e\x38\x92\x11\xb3\x4c\xcb\xb0\x84\x10\x00\ \x02\x01\x51\x6c\x0a\x46\x98\x50\x4a\x18\xe6\x82\xd8\x1c\x36\x57\ \x5e\x91\x09\xc4\xf2\x16\xe7\x6b\xb2\xe2\x50\x10\x80\x56\x98\x9b\ \x96\x64\x67\xa5\xd9\x1a\x13\x88\x48\xb2\x42\x5d\xc5\x4e\x0e\x04\ \x23\x04\x82\x03\x55\x83\xed\xb6\x9c\x2b\x57\x6e\xdc\xc8\x50\xd3\ \x37\x8c\x5b\x91\x9a\xe6\xc4\x2a\xa8\x8a\x22\x63\x84\x29\x50\x0e\ \x42\xc8\xf6\x20\x09\xa7\x9f\xba\x9c\x7a\xb3\x34\x3b\x6d\xd1\xbe\ \xec\xcb\xa5\x38\x24\x58\xd0\x8c\x94\x1c\x0b\xa8\x43\x22\x42\x08\ \x10\x48\xa2\x8a\x2c\x51\xff\x51\x77\xcb\x24\x20\x84\x58\x71\x7a\ \x5a\x91\xd6\xde\xae\xca\x7e\x43\x01\xc9\x11\x0c\x5e\x77\x49\xa9\ \x45\x81\xe7\x17\xfa\x44\x4c\x08\x01\xce\x39\x92\x54\xbb\x0a\xa6\ \xcf\xf2\x11\x99\xf8\x53\x37\xdc\xf2\xb9\x0d\xcb\xae\x06\x01\x02\ \xc5\x11\xac\x17\xe7\xb8\x4d\x84\xc1\x95\x5b\xca\xab\x05\x3b\x08\ \x60\x45\x95\x31\x26\xb2\xcd\xae\x1a\x12\x06\xe0\x98\x28\xaa\x84\ \x30\x51\xec\x76\x55\x53\xca\x7e\x4e\x2e\xe4\xa0\x20\x89\xb9\xb3\ \x6e\xe6\x18\x80\x03\xe9\x8e\x00\x53\x07\xf0\xef\x4e\xd4\x04\xb3\ \xc4\x1f\x56\x9f\xdb\xc4\x31\xa1\xb2\x22\x11\x0c\x20\x8c\x73\x1b\ \x96\x9d\x64\x02\x53\x2a\xcb\x12\x01\x40\x32\x8d\xa8\x9c\x50\xa7\ \x4e\xcf\xe7\x5e\xee\xed\xdc\xf7\x55\x8e\xa1\xd6\xa8\x1d\x56\xf2\ \xf3\xe1\xdd\x3f\x5d\xac\xd8\x6b\x50\x4b\x55\xb5\x8a\x4f\xed\x4f\ \x65\x83\x27\xbd\x9b\xf1\xc9\x86\x12\xb0\x61\x67\xda\xe5\x34\x12\ \xa4\x3a\xd7\xbd\x35\x26\xb1\xce\xe8\x49\x1b\x66\x7c\xd4\xff\xad\ \xa3\x39\x39\xc9\xc5\xe5\x3a\x3d\xde\xf7\x68\x71\x4e\x74\x58\x88\ \x5b\x08\xc1\x2d\xe6\x88\xa9\xdf\xaa\x45\x2b\xa5\x5c\xff\x76\xb1\ \x67\xc6\x9d\xe1\xd8\x6e\xa4\x5f\xde\x3c\xeb\x2c\x17\x48\x52\x14\ \x8c\xb1\x2d\x22\x3a\x21\xda\xb3\xf3\xe7\xdd\x07\xf3\xea\x0e\x7e\ \xae\xbd\x22\xe1\x92\xac\x8c\xe2\xe0\x57\x1e\xea\xdb\x49\xe4\x54\ \x09\x97\x15\x04\x02\x10\xd1\x8a\x72\xd5\xd8\x5e\x6d\xbb\xb5\xa2\ \xd9\x56\xfe\xd5\xcb\xa7\x0f\x1f\x1e\xf2\xe1\x53\x7d\xf6\x24\xfb\ \x9a\x3d\xdb\xd8\x4a\x59\x7f\x36\x5b\x92\xd4\xec\xc3\x3b\x96\xec\ \x63\x80\x89\xac\x48\xaa\x55\x78\xe2\xc4\xd9\x0f\x46\xbc\xd8\xfb\ \x6c\x89\x5c\xad\x82\x1d\x17\x49\x7a\xf6\xf1\x33\xe7\x3b\x77\xaf\ \xa1\x2d\xd8\x99\x6c\xa8\xe0\x2a\xf4\x7a\x4c\x0c\xdc\x99\x5f\x54\ \xa5\x73\x8b\x66\xcd\xcf\x79\x98\xef\xca\x85\xa4\x23\x97\x53\x07\ \xd6\xad\x52\xb8\x72\xb9\x8b\x06\x19\x79\xc5\xa6\xd3\xb9\xf7\x6c\ \xc6\xab\xef\x8f\x3b\xe7\x5a\x90\xee\xa1\xaa\x59\x70\xfd\x5a\x26\ \x58\x5a\x69\xb1\xaf\x73\xe7\x36\x8d\xce\xe8\x88\x95\x24\x25\xe5\ \x89\xdf\x27\x40\x08\x45\x29\x7b\x56\xad\xdb\xd7\xf9\x91\x36\xd5\ \xf0\x8f\x49\x88\xca\x25\x57\x0e\xde\x08\x7a\xe2\xa9\x57\x1e\x31\ \x0e\x49\x83\x1f\x4a\xb8\xf6\xd9\x14\x8d\xd8\x14\x15\x61\x02\x02\ \xb0\x8c\x30\x45\x20\x00\x98\x65\x44\xd4\xef\x3e\xac\x7b\xd4\xae\ \xa5\x9b\x6e\x64\x43\xda\xe9\xbd\xbe\x77\x46\x0d\x1c\xf8\xcb\x61\ \x5f\xb3\x87\x6b\xa2\xd5\x9f\x5d\x12\x20\x21\x44\x64\x74\x5b\x9f\ \x04\x20\x00\x30\x55\x90\x7c\x87\x67\x8d\x30\x80\x54\x6f\x54\x1f\ \x4e\xef\xd8\xf0\xc3\x51\x66\x0b\x0f\xd8\x9e\xff\x6f\x21\x50\xa5\ \x17\xc0\xdd\x61\x31\xd2\xb8\x5f\x9f\xd0\x8c\xc3\x7b\x8f\x67\xcb\ \xb7\xda\x09\x63\x4a\x25\x49\xa2\x77\x14\x23\x97\x6d\x21\x04\x01\ \x70\xc6\x95\x72\x55\x5b\x74\xee\xd1\xa5\x57\x4b\x76\x76\xeb\x8c\ \xc9\x1b\x8b\x7d\xde\x1b\x37\xb4\xc6\x4f\x0c\x7a\xec\xc9\x07\xab\ \x46\xf3\xc3\x1b\xb7\x9d\xbb\x96\x71\xf9\xd7\xcb\x8e\x86\x5d\x1f\ \x1d\xdc\xb3\x7d\xe7\x66\x24\xef\xfc\xf1\xf3\xa5\x75\xda\x36\x2c\ \x3e\xf9\xcb\x9a\x65\x3b\x95\xc6\x3d\x3a\xd4\x62\x47\xf6\x9c\xb8\ \x71\xb5\xa4\x79\xff\xa7\x1e\x79\xb4\x15\x75\xdd\xd8\xb1\xfa\xc7\ \x54\x5f\x68\xf7\xe1\x03\x1a\xd4\xa8\xde\xbc\x7d\xc3\xa4\xb5\xdf\ \xcd\x5d\x76\x52\xc8\x12\xc6\x98\x4a\x92\x24\x51\x8c\x11\xc2\xc8\ \x93\x97\x95\xc5\x2a\x3f\x32\xe2\xa9\x9e\xbd\x5b\x98\x99\x97\x77\ \x6d\xdd\x9f\x96\x9e\x9d\x5d\x60\x7b\x78\xf8\xe0\x2e\x9d\x6b\xe4\ \x5f\x3c\xb2\xeb\xc7\x5f\x4b\x2c\xc9\x2c\x4e\x77\x86\xd5\x7c\x6c\ \xf8\x93\xcd\x6b\x3a\xae\x1d\x3f\x7e\xf6\xd7\x33\x79\x6a\xcd\x81\ \xaf\x3e\xd3\x38\xce\xb7\x74\xdc\xe7\x07\x13\x5d\xb2\x4c\x30\x21\ \xd4\x3f\x4c\x84\x28\x11\x69\x67\x4e\x3b\xcb\x35\x19\xf4\xe2\x80\ \xc6\xf5\x43\x2f\xfd\xb2\xfd\xd0\xb1\x2b\x57\x4e\x9e\xf5\xc5\xb5\ \x7c\xea\xc5\x01\x9d\x1e\x6a\x21\xe5\x5c\x3b\x7f\x31\x03\x08\x2a\ \xcc\xce\x0c\x6d\xf5\xd0\x63\x83\x7a\x54\x54\xf2\x4f\x1c\x39\x7b\ \xf6\xf0\x39\xb9\xfe\x83\x83\x87\x3d\xda\xe1\xc1\x86\xda\xb5\x0b\ \x57\x6f\x64\x5f\x3f\x7e\x56\x8b\x6d\xfe\xf8\xd0\x3e\x1d\x1e\x6c\ \x13\x61\x24\x1f\x3d\x7e\x13\x81\x99\x95\x5d\x54\xb3\xf7\x13\xfd\ \xfa\x3d\x60\x2b\x49\x3c\x7a\x32\x1d\xfd\xb1\xb6\x4c\x08\x13\xd7\ \xe8\xf1\x70\x82\x95\xb8\x7d\xcf\x0d\x2a\x2b\xdc\x95\x75\xfe\x62\ \x51\xab\x67\x9e\xeb\xd7\xbb\xd1\xb5\x35\xb3\x67\x2f\xfe\x95\x3b\ \xca\xd5\x6f\x5e\x2d\x79\xef\xde\xeb\x59\xb4\x41\xbb\x06\x05\xa7\ \xf6\x9f\xcf\xf0\x81\xa9\x57\x7c\xe8\xe5\x19\xb3\x9e\x4d\xfa\xf9\ \xc7\x8b\x37\x4a\xf4\x82\x94\xcb\x99\x72\xaf\x17\x9f\xeb\xd6\xa6\ \xfc\x2f\x33\xa6\xae\xfd\x39\x85\x4a\x98\x84\x54\xa8\x5f\xd7\x71\ \x7a\xe7\xfe\x7c\x13\x13\x04\x20\x98\x14\x5e\xa5\x6e\x75\x7a\x7c\ \xc7\xc1\x12\x5e\xf6\x1b\x1b\xa6\x59\xa9\x79\x97\x96\xb1\xa5\x3b\ \xb6\x9f\x65\x44\xf6\xb7\xec\x60\xf6\x2a\xbd\x1e\x6f\x91\xb8\x75\ \x6b\xaa\x93\x93\x40\x9c\xfd\x3f\x13\x28\x05\x94\x2f\x01\xdc\x35\ \x2b\xad\x19\xd2\x90\x95\xcb\x6a\x5e\xfc\x66\xea\x57\x27\xb9\xd0\ \xff\xa2\xde\xf7\xce\xfc\x88\xa5\xe9\x0c\x10\xc1\x88\x59\x8c\xc8\ \x8a\x44\x91\xa9\x19\x0c\x10\xa5\x98\x99\x26\x50\x49\x91\x28\x33\ \x75\xc3\xe4\x84\x52\x04\x02\x61\x4a\x08\x98\x9a\x81\x24\x99\x62\ \x6e\x68\x26\x96\x15\x89\x22\x4b\xd7\x4d\x8e\x29\x05\x66\x32\x44\ \xb0\x1c\xdb\xec\xbb\x5f\xc6\x6e\x7b\xee\xf9\x95\x47\x4a\x6d\x98\ \x50\x45\xb9\x8b\x70\x45\x70\x43\x33\x81\x12\x82\x84\x65\x71\xaa\ \x28\x14\x09\x43\xd3\x39\xa6\x04\x71\xc6\x84\xa4\x28\x7e\x45\xa4\ \xa1\x1b\x80\x29\xc6\x40\x08\x45\xc0\x0c\xcd\x04\x42\x11\x67\x02\ \x93\xbb\xba\xbb\x0a\x66\x19\x86\x85\x29\x05\xce\x38\x60\x59\x91\ \x81\x9b\x86\x6e\x21\x4a\xfd\xcd\x47\x09\xc1\xfe\xdd\x74\x83\x11\ \x3f\xbf\x53\x22\x98\xa9\x1b\x9c\x50\x82\x90\xbf\x5f\x0a\x16\x96\ \x61\x18\x0c\x11\x8a\xb1\x00\x44\xfc\x1a\x19\x66\x1a\x16\x03\x42\ \x30\xc2\x65\xe7\xf9\xc3\xc5\x0d\xaf\xd6\xf6\xa3\x6f\x5f\xa9\x77\ \x7d\xec\xab\x4b\x9d\x9a\x61\x98\xcc\xd2\x0d\x26\x10\xc1\xc0\x98\ \xa0\xaa\x42\x90\x30\x34\x83\xc8\x0a\x25\xc2\xd0\x0c\xa0\xb2\x84\ \x39\x23\x21\x0f\x0c\x7f\x6b\xcc\x73\xe5\x27\x3d\xf6\xea\xb1\x9b\ \x96\x22\x81\xa9\x1b\x02\x11\x0c\x9c\x09\x24\xab\x32\x02\x00\xce\ \x0c\x83\x51\x45\xfe\x8d\x6c\xb9\x65\x18\x5c\xf2\xff\x5f\x21\x10\ \x95\xb1\x1c\xdc\xef\xc3\xe9\xdd\xf5\x1f\x5e\x1e\xbb\x8c\xa9\x41\ \x00\xc8\x66\x27\xa4\x42\xb7\xe9\xdf\x0e\x59\x31\xf4\x99\x5f\xd2\ \x4d\x85\x04\x98\x3a\x10\x53\x07\xf0\xbf\x07\xc6\x44\xb9\x3a\xad\ \xbb\x75\xef\xd4\xae\x75\xf5\x82\x8b\xc7\x92\xf3\xee\x4b\x4d\x8e\ \x29\xa5\xd4\x1f\x93\x96\xf5\xa7\xc7\x94\x50\x4a\x30\xf6\x0b\x1d\ \x30\x00\x20\x4c\xa8\x44\x09\xc1\x98\x90\xb2\xbe\xa7\xfe\x66\xf6\ \x08\x93\xdb\x47\x11\x4a\x29\xc1\x98\x50\x89\x62\x10\x20\x87\xd6\ \x69\x5c\x39\x79\xff\xa1\x9b\xb9\x42\x55\xa5\xbb\x87\x71\x08\x11\ \xff\x69\x31\xa1\xd4\xef\x61\x82\x6e\x9d\x86\xd0\xdb\x1a\x65\x84\ \x08\xf5\xef\x86\x11\x02\xff\x45\x09\xc1\xfe\x8d\x77\x3f\x31\xc6\ \xf4\xd6\x3e\xfe\xf9\x04\x42\x65\x5b\x30\xc6\xb7\xdb\xf0\xdf\xde\ \x0d\xff\x61\x98\x65\x57\xba\x73\x0b\xb9\x7d\x14\x26\x84\x52\x82\ \xc9\x6f\xe7\xf9\xe3\xc5\x91\xc8\x4b\x2d\xac\xd2\xa1\x77\xff\x27\ \x3b\x1b\x17\x8f\x5d\xca\x74\xcb\xb2\xfc\xdb\x4d\xbe\x35\xcc\xdb\ \xff\x20\x18\x09\x6e\x41\x68\xc2\x03\x2d\xa3\xb7\xcf\x98\x75\xf4\ \xaa\x4b\x92\x09\xf2\x8f\x9a\x12\x7c\x6b\x08\x50\xf6\x07\xfd\xbe\ \xd4\xce\xbf\xc5\x3f\xa9\xd2\x8d\xd0\xfa\x6d\x46\xcd\x98\xd0\x2c\ \x38\x75\xc9\x37\xab\x6e\xe4\x9b\x94\x08\xc3\x70\xf4\x79\xe7\xcd\ \x17\x86\x77\x23\x5a\xea\x9e\xb5\xbf\xe4\xeb\x81\x52\xbd\x40\x4c\ \x1d\xc0\xff\xee\x93\x01\xe0\xf3\x15\x7b\x05\x10\x90\xec\xb2\x43\ \xbe\x0f\x6f\xf2\xbb\x33\xbe\x69\x8a\x5b\x44\xf2\x17\xe0\x8c\x01\ \xbe\xf7\x4c\x5a\x70\xdd\x67\x10\x45\x95\x28\xdc\x96\xcf\x98\x26\ \x23\x92\xf4\x4f\x4d\xbe\x85\xe0\x8c\x09\x4a\xff\x0b\xd4\x6b\xcc\ \xd4\x4d\x86\x94\x5b\x96\xd8\x77\x06\xe0\x96\x40\xd2\x7d\x5f\x42\ \x70\x26\xe0\x4e\x9a\x16\xa6\xae\x71\x2c\x2b\xb7\xeb\x40\x10\xe2\ \xba\xcf\x65\xf9\x04\x60\x19\xdb\x6d\xaa\x8c\x04\x33\x74\x1d\xa8\ \x22\xff\x55\x3b\x66\x6e\xea\x06\x47\x54\xfe\x17\xe4\xda\x20\xb8\ \x65\x31\x66\x31\x24\xc9\xb2\x54\x56\xaa\xc9\x99\xc5\x18\x63\x4c\ \x48\xaa\x7a\xdf\xf1\x34\xd7\x7d\x9a\x25\x38\xc6\xb2\xfa\xa7\x3b\ \x16\x40\x20\xa6\x0e\xe0\xef\x83\x73\x11\x55\xab\x59\xdb\x76\xad\ \xea\xd6\x8c\x37\x8a\x72\x4a\xbd\x1c\xff\xd3\x19\x49\x61\x9a\x52\ \xc7\x97\x86\x35\x89\xc8\xbb\x90\x58\xf2\x57\x5d\xde\x05\x60\x49\ \xa2\xe8\xde\x25\xba\x08\x51\xe9\x37\x5d\xb4\x60\x16\x0a\x4b\x18\ \x3c\xfa\x31\x2b\xe5\x62\x76\x31\x23\xf7\x47\x18\x96\xae\x87\xd6\ \xef\x3a\xfa\xfd\x6e\x49\x87\x4e\x39\x35\x84\xff\x85\x04\x2b\xe7\ \x3c\x38\xbe\x46\xcd\xaa\x21\xce\x82\x12\x26\x7e\x33\x95\x34\x75\ \xab\x72\xc7\xc7\x9f\xec\x18\x73\xf9\xec\x35\x13\xd1\x7f\x1c\x6e\ \x0a\xc0\x54\xa2\x04\x95\xf9\x17\x0a\xc1\x41\x8a\xaf\x5b\x3f\xc6\ \x6e\x94\x94\x6a\x65\xe7\x15\x8c\xcb\xa1\xf5\x5a\xb7\x6b\xd1\xbc\ \x5e\xb8\x8d\x17\xe7\x15\x99\xc4\x9e\xd0\xb0\x5e\x18\x72\x97\xba\ \x4d\x84\xee\xdd\xc0\x8a\xfe\x85\x5c\x1b\x21\xc1\x7d\x9a\xd3\x63\ \xea\x86\xa9\x69\xa6\x89\x91\x42\x09\x30\xc3\xe7\xd1\x3d\xba\x69\ \x22\x24\x11\x82\x81\x33\xcd\xd0\x25\x5b\x59\x17\x3d\x04\xc0\x4c\ \x9f\xc7\xf0\x99\x9c\xa3\x32\x4b\x06\x04\xcc\x74\x6b\x2e\x9f\xa9\ \x1b\xa6\xa6\x5b\x42\xa6\x32\x33\xbd\x2e\xdd\xa3\x99\x3a\xb3\x80\ \x52\x8a\x90\x10\x28\xa8\x71\xb7\x0e\x8d\x1b\xd5\x0c\x0b\x22\xa5\ \xb9\x45\x16\x0a\xc4\xe1\xff\x34\x02\xb5\x1f\x01\xdc\x9d\x42\x0c\ \x93\x74\xf9\x60\xca\x53\x55\xd2\x0e\x6c\x3b\x96\x7f\xf9\x74\x7a\ \x21\xfb\xc7\x7d\x14\x10\x70\x43\xd7\x4c\x53\x00\xa2\x44\x96\x65\ \xc2\x98\xd4\xb8\x6f\x97\xb0\x6d\x7b\x17\x72\x57\xa8\xee\x50\x14\ \x09\x81\x3f\xa1\xac\x99\x42\x50\xaa\x28\xb2\x04\x5c\x2b\xd5\x23\ \x9f\xff\xf8\xcd\xe2\x0d\xd3\xd7\x9f\xcd\x76\x48\xc1\xaa\x4c\x04\ \xb3\x74\x5d\xb3\x04\x92\x24\xe5\x4f\x55\xc6\x20\x38\xa7\x21\xb1\ \xdd\x9f\xee\x98\xb6\x76\x7e\xa9\xa9\x87\x82\x43\x96\x30\x02\xb0\ \x0c\x5d\xb3\x4c\x00\x2c\xcb\xb7\xfa\xf6\x71\xa6\xeb\xba\x25\x38\ \x42\x14\x0b\x6e\x2b\x5f\xb1\x45\x87\x9a\x6b\x31\x67\x8c\x19\x06\ \x53\x54\x1b\xe2\xa6\x66\x82\xaa\xca\xc0\x4d\xdd\xb0\x64\xd5\x86\ \xb9\xa9\x69\xba\x05\x40\x10\x55\x14\xe5\xcf\x6d\x33\x10\x08\x8f\ \xe6\x6e\xf2\xe4\xf8\xd9\x8f\x67\x3f\xd1\x63\xec\x4d\xb7\x7f\xc1\ \x55\x98\x9a\x56\xc2\xb5\xc8\x9a\xed\x7a\xb5\xbe\xbe\x7a\xc9\x4f\ \x02\x2b\x96\xae\xe9\x8c\x61\x24\x29\xaa\x42\x30\x30\xc3\xd0\x4c\ \x53\x00\x10\x22\x2b\x8a\x84\x05\x2b\xf1\x91\xbe\xa3\xc7\x46\x5f\ \x5c\x36\x7f\xd7\x79\x95\x86\xaa\xc4\x2c\x15\x61\x6f\x4d\x5b\xd2\ \xf8\xe2\x7b\x4f\x8d\xfe\x49\xb2\xa9\x20\xac\x52\x1f\xef\x39\xf6\ \xfd\x57\xfb\x95\x4f\xbc\x94\x59\x70\x23\x34\xed\xec\x85\x3c\xb5\ \xd6\xeb\xf3\xbe\xe7\xab\x86\x8e\x9a\x76\xda\x66\x97\xfd\x81\xb9\ \xae\x6b\x4c\x00\xa5\x8a\x22\x53\x00\xe0\x96\x69\x18\x26\x03\x01\ \x80\x15\xd5\x76\x2b\x20\xbe\xfd\xa9\x33\x2d\x7b\xf9\x47\x5f\x1b\ \xdf\xba\xb6\x6a\x72\x4a\xdc\x99\x3f\xcc\x99\x7b\x28\xd1\x5b\xbd\ \xd3\x23\x03\x07\x77\x71\xb8\xd3\xb6\xce\x5d\x7c\xfc\x4a\xa1\x12\ \xdf\xf0\xd9\x67\xdb\x9d\x5c\xba\xfc\x46\x91\x45\x30\x18\x06\xaf\ \xdc\xa6\xcf\xc0\xa1\x5d\x82\xb8\x7e\xfd\xd0\xf6\x0d\xab\x0e\x7a\ \x4c\x50\x2a\x35\x1f\xf5\x4a\xff\x8a\x11\xc0\xb1\xa2\x5f\x3d\x34\ \xf7\xeb\x4d\xe5\x7a\x0c\xee\xdf\xbf\xa5\x2a\xcc\x8c\x93\xfb\xd6\ \x7e\xbf\xab\xd8\x40\x58\xb2\x55\x6b\x52\xb7\x41\xb3\xae\x4d\xa2\ \xb3\xde\xe8\x3e\xe2\x06\xb7\x07\xaa\xb2\x03\x4c\x1d\xc0\x7f\x55\ \xfa\x83\xc8\x46\xc1\xc1\x05\x5f\x8c\x9f\x7f\x26\x5c\x09\x57\x24\ \xf4\x0f\xa7\xac\x82\x89\xe0\x8a\x35\x9a\xd7\xad\x16\x6a\x63\x69\ \xe7\xce\x5c\x4d\xce\x17\x60\xd7\x7d\x24\xb6\x51\xfb\x3e\x0f\xc7\ \x17\x5d\x3f\x77\x2d\xb5\x18\x08\xb6\x2c\x92\xd0\xa6\x73\xf5\x78\ \x25\xf5\xc4\xf1\xeb\x19\x4e\x22\x39\x9a\xf4\xee\xd5\xeb\x91\x87\ \xf3\xc4\x35\xb3\x5a\x5e\xe1\xe5\x93\xe7\x93\x0a\x81\x04\xd5\xed\ \xdc\xb1\x62\x18\xbb\xfa\xeb\xf1\x9b\x05\xc6\x9f\xc9\x1a\xb8\xa5\ \x9b\x41\x75\x3a\x74\x67\x95\xbd\xa9\x67\x4e\xa6\x17\x9a\x94\xd0\ \xe8\xda\x4d\xeb\xd5\x8f\x47\xde\xe2\xc4\x63\xa7\x32\x4b\x98\x84\ \x2c\x03\xec\x35\xdb\xb5\xa9\x52\x21\xcc\x2a\xca\x3c\xb3\xff\x84\ \x65\x0a\xd3\x10\xdc\xd4\xb9\xbd\x52\x9b\x56\x95\x6f\x9e\x38\xed\ \x0e\xaa\x5c\x37\x0e\x5f\xbf\x90\x2a\x42\xe2\xeb\x55\x0d\x4e\xb9\ \x70\x45\x73\x44\x36\x68\x5d\xb7\x42\x79\x47\x69\x5a\xd2\xb9\x93\ \x57\x0d\xf4\x87\x35\x33\x61\x32\x52\xb3\x79\x87\x4a\xfa\xf1\x79\ \xf3\x2f\x3b\x2d\x7f\xa4\x2f\x4c\x9d\xc7\x36\x68\xd1\xae\x52\x78\ \xad\x3a\x91\xba\x71\x59\x00\x98\x9a\x19\x5d\xa7\x69\xe3\x86\x15\ \xbd\x37\x13\x4f\x9f\x49\x36\x2c\x1a\x52\x21\xa1\x69\x9d\x6a\xe1\ \x41\x38\xfb\xd2\xd9\xc4\xeb\xb9\x26\xa8\x75\x3a\x76\x7e\xf8\x89\ \x3e\xa1\xd5\x8b\x72\x83\x6a\xb8\x52\xce\x9f\x4c\xf4\xb4\xeb\xda\ \x3c\x6f\xdf\xd2\xb5\xa7\x6e\x10\x4a\x01\x04\x07\xb5\x71\xaf\x3e\ \x43\x06\x75\xcd\xfb\xe5\x9b\x9f\xf7\xa7\x15\x5c\x3a\x5d\x6a\xaf\ \xd2\xad\x6b\xad\x8b\x1b\xe7\xa5\x1c\xc9\xa5\x12\x29\x4b\x51\x20\ \x5b\xdd\xce\x1d\xab\x44\xe2\x94\x53\x27\xae\xa5\xb9\xa9\x84\x95\ \xb0\x98\xda\x75\x6b\xc4\x46\x87\x80\x56\x7a\xe5\xe8\xc9\x2c\xe7\ \xef\xed\xc0\xb8\xc5\x95\xa8\x76\x03\xfb\xf8\xd6\x4e\xd9\x7d\xb1\ \x44\x01\x4f\x7a\x8e\x37\xba\xf9\x23\x1f\x7f\x3d\xe2\xfc\xe2\x45\ \xd7\xe3\xba\xbe\x3f\x7f\xe2\x87\xfd\x5e\x3c\x67\xab\xd8\xf1\xe9\ \xc7\xb2\x36\xae\xba\x56\x60\x12\x8c\x0c\x0b\xd5\xee\xdc\xa7\x4b\ \x85\xc2\x59\x2b\x13\xbb\x0c\x7f\xbf\x69\xcd\xb9\xef\x8c\xfb\x1e\ \x97\x6f\xd0\xb1\x77\x8b\x9f\x3f\x9e\x9c\xac\xcb\x50\x90\x52\xec\ \x93\x7b\x3e\xdc\xaf\xa5\xfd\xd4\x8c\x75\x37\x7b\xbd\x3e\xfa\xdd\ \x72\x78\xfc\xc4\xad\x0c\xe7\xaf\xfe\xf4\xe3\xcd\x0d\xf2\xe6\x7c\ \xd1\x1a\x63\x0c\x3c\xf0\x76\x05\x98\x3a\x80\xff\xc2\xb8\x1a\x90\ \xa4\xda\x83\xc0\x4e\x49\x99\x9a\xdc\xd4\x7c\x06\xe7\x18\x4b\xaa\ \xaa\x22\x10\x00\xc2\xf4\x79\x0d\x21\x30\x91\x55\x45\xd2\x35\xd4\ \xef\xfd\x89\x2f\xb5\xa3\x27\x2e\xf8\x6a\x8e\x7f\x61\xe5\xa8\xd7\ \x97\x1d\x28\x34\x91\x9a\xd0\xba\x4b\xef\xb0\xae\x75\x13\xf4\x2f\ \x9e\x7e\xfd\xe7\x8b\x25\x1d\xdf\xf8\x60\xf4\xb3\xf5\x32\xd3\x7c\ \x15\x46\x0f\x9a\xf3\xc2\x9b\x3b\x13\x51\xf5\x26\x75\x22\x22\x28\ \x6e\xd0\xa8\x55\xb8\xf3\x72\xe1\xa5\xe3\x89\x4a\xbf\x89\x53\x9e\ \xeb\x1a\x99\x59\x48\x9e\x7f\xa5\xef\xd4\xe7\xdf\x3f\x9d\xcb\x65\ \x60\x3e\x5d\xe3\x80\x24\xd9\x46\x01\x04\x33\x59\x78\xb5\xae\x03\ \x1e\xab\xc3\xe3\xcb\xeb\xe7\x3e\x1c\x32\xfe\x5c\x91\x5c\xa1\x7e\ \xa3\x56\x1d\x2a\x07\x55\x6c\x38\x68\xf0\xd1\x0f\x9e\xfb\x2c\x15\ \xca\x3f\x35\xe9\xf3\xa7\x3a\x85\xa6\xa4\x14\x98\x39\x49\x39\x27\ \x8f\xe7\x71\xe0\xba\x57\x57\xe3\x87\x7f\x36\xb3\x3d\xec\x7b\x7b\ \xef\xc1\xb8\xde\x8f\x4d\x7a\x49\x1d\xd6\x65\x9c\xa8\xd1\xf3\xf3\ \xc9\x2d\xde\xea\xfe\x64\x51\xfb\x97\xa6\xcd\x7e\xf2\xfa\xde\x73\ \x91\xf5\x6a\x27\xaf\xfc\x62\xca\xf4\x1d\x86\xac\x72\xdd\xa7\x33\ \x86\x10\x55\x55\x99\x33\x5c\xae\x72\x8d\x46\x5d\x3a\x75\xa9\x51\ \xe3\xc8\x4f\xfb\x0b\x73\x05\x18\x66\xa5\x87\x9e\x9f\x34\x6d\x90\ \xf3\xca\xb5\xc8\xc6\xcd\xa4\x9d\x7b\x2c\x4b\x8f\x7f\xf0\xb9\x77\ \xdf\xea\x5e\x74\x23\x2b\xfe\x95\xa1\x6d\x16\x4e\xfe\x7c\xe9\xf1\ \x4e\x63\x3f\x18\xd5\xd9\x71\xf2\xa2\x56\xb7\xde\x88\xb9\xc3\x46\ \x6e\x3c\x52\x52\xb1\x7e\x9d\xd8\x18\x59\xa9\x59\xbb\x25\x8f\xca\ \xf8\xe5\xe6\xb1\x44\xab\x6a\xbd\x3a\x6d\x06\xf4\x0b\xab\x9b\xbd\ \x6d\xe7\x55\x41\x31\x07\xb5\x5a\xb3\xfa\x51\x51\x72\x69\xb5\x7a\ \xed\xa4\xf8\x13\x69\x67\x2e\x17\x07\xd7\x68\x54\xbf\xc3\xc0\x87\ \x9a\x85\x5e\xdc\x79\x38\x83\x52\x64\x0a\x47\xaf\xf7\x3e\xe8\xdb\ \x80\x66\x16\xab\xcf\x8c\x78\x64\xce\x2b\x63\x77\x26\xb1\x7e\x6f\ \x4c\x78\x73\x50\xec\x85\x73\xa9\x42\x2f\xf6\x5c\x3e\x95\x56\x22\ \x7e\x9f\x08\x41\x42\x08\xf0\xe5\x5e\xfe\xf5\xd7\x23\x47\xf3\x24\ \x09\x5c\x2e\xd2\xe7\x91\x27\xc8\xfe\x55\x33\xbf\x5c\xe8\x24\x07\ \x2b\xee\x5f\xd6\xb5\x47\xdd\x33\x7b\xbd\xdc\xe3\xe6\x77\xb4\x61\ \x42\x14\x67\x9c\x39\xb9\x79\xe9\xbc\x5f\xce\xb8\x57\xac\xe9\xdf\ \x72\xd1\x86\x23\x9a\x6e\x14\xa5\x9e\xda\x73\xe0\x8a\x97\x20\x4b\ \xf7\x72\x15\x53\x9c\x74\xe8\x97\x65\xeb\xb6\x66\xc8\xcd\xbe\x7d\ \xbc\x69\xb8\xb2\x29\x57\xd8\x54\xea\x08\xb2\x2b\x38\x90\xa2\x0e\ \x30\x75\x00\xff\xdd\xbc\xcd\x04\xa9\xd9\xe3\xd1\x26\x55\x43\x4a\ \x33\x6e\x1c\xfd\xe5\xb8\x93\x13\x20\x72\xdd\xde\xbd\x1b\x54\xb2\ \x17\xa7\x5c\xf9\x75\xcf\x29\x2f\xd8\xc3\xc2\xf1\xe9\x15\x53\x5f\ \xfc\xe4\xd8\xe3\x93\xe6\x8e\x7a\xff\xf1\x6d\x07\xe6\x29\xe0\x39\ \x3c\x67\xd2\xc8\xaf\xd3\x3e\x5c\xb5\xf1\xd1\x4e\x35\xf6\x64\xb0\ \x11\xcf\xb6\xd8\x31\x66\xf0\x97\x7b\x4a\x86\xcd\x5b\x3a\xf4\xad\ \x5e\x07\x86\x2e\x5a\xfd\xe9\x9c\xa6\xad\x1a\x67\x7e\xfd\xc5\xcc\ \xbd\x29\x0e\x2c\x45\x36\xe8\xff\x7c\x9f\xb8\x85\x03\x07\xac\xb9\ \x64\x7b\x7f\xeb\xf7\xcf\xbd\xd4\xf6\xc4\xfb\xbb\x48\xa5\xda\x0f\ \x76\x6e\x1d\xed\x30\xaf\xed\x3f\x78\xf6\x72\x3a\xa2\x8a\x54\x7c\ \x79\xc1\x5b\xaf\xad\x3b\x13\x3e\xed\xd0\x82\x27\x07\x35\x3c\x3b\ \xeb\xcc\xa5\x7d\xbb\x51\x49\xd5\x90\x8a\x9e\x37\x5e\xe9\xdc\x28\ \xe6\x73\x5f\xc2\xe3\x23\xfa\xca\x1f\x3d\x3c\xe4\xc0\x35\x8f\xa2\ \x2a\x5c\x43\x31\xd8\x84\xa8\x46\xa3\xbf\x9b\xaa\x5d\x5c\xf3\xc6\ \x27\x6b\xf3\x2c\x5c\x4e\x80\xcf\xe3\x8f\xf1\x2c\x2f\x37\x2d\x0e\ \x6a\x78\xa8\x2f\xf1\x87\xf7\x9f\xfa\x48\x69\x3b\x7c\xd1\xf2\xa1\ \x2d\xb7\x1e\xdc\x75\x59\xab\xde\xb1\x47\xab\xba\xe5\xf5\xe2\xcc\ \x63\x3f\x1d\x2a\x44\xe6\x89\x0d\xf3\x13\x93\x4b\xaa\x2d\xe8\x45\ \x90\x00\x6e\x69\xa4\xfc\x80\x17\x06\x15\x2c\xf9\xe8\x85\x69\x7b\ \x1e\x1a\xb3\xe0\x8d\x3a\xc8\x80\xf8\xa7\xdf\x18\x1a\x5d\xf0\xd3\ \xfa\x2d\x67\x6b\x28\x71\xcf\x8e\xe9\xb9\x78\xd9\xe9\x90\x70\xe9\ \xdc\xda\x69\xc3\x3f\x38\xf5\xda\xec\x4d\x8f\xf5\x68\xb1\xe3\xc8\ \xba\xed\xdf\xce\xad\xd9\xbc\x43\xec\xfe\x79\xe3\x97\x1c\xb2\x49\ \x61\xaa\x04\xab\xa6\x4d\x4a\x47\x31\xaf\x36\x52\x30\x02\x8e\x30\ \x65\x05\xeb\x3e\x9d\xd3\xa4\x65\xd3\xfc\xef\xbe\x9c\xf1\xcb\x8d\ \x60\x25\x44\xc1\xa5\xf3\x3e\xf8\xa0\x28\xac\x72\x4f\xac\x20\x00\ \x6e\x19\xa1\xf5\xfb\xbd\xf8\x4c\xd3\xc3\x5f\x4d\x3f\x98\xac\xc4\ \xce\x78\xf5\x89\x21\x0d\xb7\x4e\x38\x13\x55\x31\x2e\x65\xcd\xec\ \xb7\x3f\xdd\x84\xa4\x10\x59\x22\xca\x9f\x97\x15\x85\x65\x41\xf9\ \xe7\xbf\x98\xd6\xad\x98\xe5\x9e\xdf\xf5\xd9\x5b\x2b\xc2\xaa\x04\ \xa7\x5e\xcc\x66\x10\x24\x83\xfb\xe6\x0d\xa3\x5e\x4c\x1c\x15\xd6\ \x1f\x0f\x12\x80\x25\xc9\x06\x41\xde\xec\xc4\x44\x2b\x22\x2e\x3e\ \x9c\x17\x68\xf6\xd8\xe6\xe3\x57\x2d\xf4\x22\xeb\xf0\xd2\x6f\xbe\ \x59\x7c\xd6\xb4\xac\x0a\xed\xba\x0f\xc9\xae\xd6\x65\x70\xc2\xfe\ \x1d\xdf\x14\x1a\x12\x51\xfd\xbe\xc4\x81\x97\x28\xc0\xd4\x01\xfc\ \xf7\x83\x0b\x1c\x5d\xbb\x41\xf3\xd6\xe5\xb3\xcf\x59\xa7\x7f\x39\ \x2a\x04\x06\xa0\xb1\xf5\x1a\xb5\x68\x12\x9e\xa6\x78\x4e\xee\x39\ \x2e\x40\x70\x26\x18\x13\x18\x4a\xce\x9d\xba\xe8\xe9\x5d\x23\x54\ \xc6\x5c\x08\x81\x31\x06\x6f\x7e\x5e\x6e\xfd\x60\x49\x29\x17\x1f\ \xec\x29\xbd\x74\x3e\x1b\x81\x76\xee\x42\x6a\xdf\x7e\x55\xec\x00\ \x6e\x55\xa5\x14\x03\x22\x12\x48\x48\x30\x7b\x4c\x55\x29\x37\xeb\ \xea\xb5\x62\x80\x92\xd3\x57\xf2\x1b\x56\xa9\x2c\x83\x89\x1c\x11\ \xb5\x5b\xb5\xac\x16\xee\xf3\x5c\x3e\x73\x46\x70\x00\x04\x96\xa1\ \x1b\xdc\x80\x9b\xe7\xd3\x7d\x6d\x63\x23\x6d\x21\xb5\xdf\x5c\x34\ \x25\xbe\xf8\xf2\xf5\x82\x10\x55\x11\x88\xa0\xc8\xb8\xea\xec\xdc\ \xb9\xf3\xd7\xb2\x04\x0e\xb7\x4c\x83\x03\x00\x67\x52\x54\xcd\xb6\ \x0f\x14\xac\x5a\x97\x58\xa0\x33\x02\x14\x10\x42\x98\x9b\x86\x85\ \x6e\xf7\x3c\xe5\xc0\x2c\x86\x80\x67\x5f\x39\x75\xc5\x78\x2e\xaa\ \x7c\xb0\xb8\xec\x09\xab\x52\xab\x59\x87\xda\xee\xf4\x8b\x17\x77\ \x1e\xc8\x37\x08\x41\x8a\xaa\x2a\x18\x98\x69\x9a\x26\x63\x60\x0f\ \x8f\x72\xc8\x49\xa7\x6f\x68\xc0\x4d\x9f\xc6\x05\x07\x47\x54\xac\ \x23\xcc\x2c\x0e\x6e\xd8\xb1\xa5\x94\x77\x69\xf9\xb7\xc7\xbc\x20\ \x09\x06\x42\x50\x02\x5a\x7e\x6e\x06\x0d\x55\x31\x80\x44\x54\x59\ \x26\xfe\x81\x63\x84\x04\x20\x19\x54\x55\xa1\xc0\x4c\x93\x9b\xc0\ \x14\x0a\x58\x56\x15\x42\x30\x55\x14\x1b\xb2\x49\x04\x09\xc0\x32\ \xd8\x14\x99\x70\x9f\x69\x80\x05\xa6\x70\x44\x25\x84\x5a\x42\x2e\ \x5f\xa3\x45\x9c\xed\xfa\x9a\x8d\x97\xf7\x67\x2b\x80\xb9\x30\x0d\ \xc6\x30\xc8\x94\x20\x21\xee\x56\x0b\x8f\x28\x45\xb9\xdf\xbf\xfb\ \xfe\x86\xa3\x79\x32\x15\x6e\x4c\x4d\x1f\xd8\x55\x99\x83\x61\x32\ \x50\x42\x88\x6e\xfa\x38\xd8\x00\x80\x73\xce\x19\x2f\x73\x79\x40\ \x20\x38\xb7\x40\xe7\xc8\x16\x2e\x1b\x3e\x9f\x8e\x65\xc5\x9b\x73\ \x7a\xe6\xb3\xaf\x5e\xf1\x60\x64\xf8\x10\xc8\xc0\x79\x70\x85\xaa\ \xdd\x5e\xe8\xda\x30\xe8\xe4\xf3\xdf\xee\x34\x95\x30\x19\x05\xba\ \x39\x05\x98\x3a\x80\xff\xa9\xbc\xb5\x84\xad\x23\xb3\x3e\x3b\x38\ \x53\x20\x4c\xa8\xdf\x5e\x4a\xf8\xf6\x7e\xf1\xe1\x2f\x1c\x10\x26\ \x54\x56\x28\x00\x47\x34\x34\xae\x42\x39\xb9\x5a\xe7\x1e\xed\xa4\ \xab\xbb\x0b\x0c\x4e\x88\xdf\xcf\x0a\x63\x8c\x10\x91\xb4\x8c\x0b\ \x19\xf2\x2b\xdd\xfa\xb5\x3c\xb5\xa6\xa0\x57\xf7\x26\x9e\x53\xdf\ \x38\x01\x23\xa6\x59\xa6\x94\x50\xbb\x42\xf8\x19\xaf\x9d\x78\x4a\ \x92\x4e\x15\x97\x7f\xb0\x6b\x8f\x7a\xe9\x47\xed\xbd\xda\x56\xce\ \x5b\x37\xd7\x04\x07\x4e\x39\x33\x7b\xd4\x31\x21\x10\x96\x24\x22\ \xc9\x80\x04\x51\x65\x47\x90\xa3\x42\x42\xdb\x9e\x0d\x42\xcf\xac\ \xb8\x1c\x54\xa3\x43\x97\xfa\xde\x8f\x3a\x4d\xd8\x99\xd3\xa0\x6e\ \xb3\x0f\x55\x19\xa7\x5f\x3e\xae\x4f\x7a\xfe\x91\x5e\xdb\x36\x1f\ \xc9\x52\x1d\x36\x5f\x7e\x8e\xa0\x8a\x99\xb8\xe9\xb5\x09\x07\x86\ \x7e\xf1\xf5\x58\xf2\xf6\x17\xcb\x0e\x16\xe6\x16\x41\xa5\xee\x75\ \x6b\xc4\xa4\x06\x39\x14\x4c\x11\x02\xc1\xb9\x1c\x11\x57\x3e\x26\ \x3a\xb6\xdd\x43\xf5\x45\xce\xa6\x94\x62\x89\xca\x97\x57\x7e\xfb\ \xee\x72\x0e\x40\xfc\x3e\x5f\x0c\x81\xa9\xfb\x58\x78\x5c\xc5\x4a\ \xf1\x59\x96\xbb\xb4\x24\xf3\x52\x66\x41\x8f\xa7\x1f\x4e\x38\xb2\ \xcc\xe6\x08\x92\x88\x8c\x3d\xe9\x57\x73\xb3\xc3\x8a\xae\x2d\xfb\ \x74\xbd\x2e\x3b\x28\xd3\x3d\x1c\x11\x02\x98\x20\x04\x84\x60\x7f\ \xda\x1d\x01\x37\x75\xaf\xa8\x5c\xa3\x62\x44\x68\x94\xcd\x8e\x4b\ \x4b\x3d\x18\x84\xc7\x67\xd8\x2b\x25\xc4\x95\x8b\xf2\x51\x70\x16\ \x19\x80\x10\x46\x65\xf0\x1f\x85\xc1\x74\xeb\x3c\x2c\xa1\x5a\x5c\ \x58\x39\x86\xbd\x25\x37\xcf\x66\x9a\x9d\x32\x0f\x6e\x59\xf2\x73\ \xba\x23\x3c\xd8\x74\x3a\x09\xb2\x61\x40\x04\x63\x0c\x08\xdd\xdd\ \x49\x40\xf8\xdb\x58\xeb\x5e\x8f\xc7\xed\x62\xaa\x8c\xb8\x79\xed\ \xd0\x99\xe7\x5f\xea\xd1\x60\xde\xcf\x59\x71\xdd\xba\xd5\xb5\x36\ \x7c\x76\xc9\x92\xda\xfa\x1d\x8d\x09\x25\x84\x00\x80\x40\x80\x29\ \xa5\x8a\x12\xd3\xf5\x85\xe1\x55\x32\x2f\x9e\xbd\x50\x40\x1a\x51\ \x40\x5c\x73\x7b\x7c\x5e\x2a\x21\x8e\x00\x49\xb2\x7c\x6d\xfd\xc2\ \x51\x33\x33\xa6\xfc\x38\x6b\xc0\x13\x8d\x67\xae\xb9\x2a\xec\x72\ \xe0\xfd\xf9\x17\x11\x58\x82\x0d\xe0\x1f\x24\x3d\x04\xfc\xe6\x70\ \x44\x24\x49\x52\x64\x7a\x47\xa3\x36\x22\xc9\xb7\xb7\x08\xe0\xba\ \x49\x1a\x0e\x78\x7d\xfe\x9e\x95\x03\xeb\x94\xcc\xfe\x64\x93\x07\ \x28\xd3\x4d\xd3\xe4\x08\x80\x59\xa6\xc1\x28\xd6\x2e\xcd\x9a\xb8\ \xb2\xd2\x88\xc9\xcb\xf7\xcc\x6b\xe4\x3d\xf2\xf5\x97\x7b\x41\xb6\ \xcb\x7a\xf6\xd6\x8d\x3b\x6a\x8d\xfa\x74\xf1\x96\xaf\x1f\xef\x5e\ \xcd\x95\xba\x77\xc6\xd4\x5d\xed\x3e\x9a\xb3\x6c\xe7\x8c\xb0\x8b\ \x9b\xe6\x2c\x3a\x43\x55\x8a\x30\xa6\xb2\x22\x29\x32\x25\x18\x10\ \x62\xae\xc2\x94\xdc\xc8\xe1\xb3\x16\x2c\x5c\xff\x4e\xe1\xe6\x85\ \xab\x77\x64\xb8\x52\x8e\x2e\xdf\xa1\xbd\xb8\x74\xe5\xb2\xad\x1f\ \xc7\xe2\xd2\x42\x0d\x15\x9d\xf9\x71\xf2\xa7\x87\x7a\x7e\x3c\x7d\ \xce\x8f\x4b\xbe\xf8\xe6\xf5\x7a\x95\x64\xdd\x67\x31\x81\x32\x0f\ \xad\x1f\xf7\xf2\x82\x16\xef\x8e\xeb\xd7\xb2\x52\xfa\xde\x1f\xb6\ \xec\xf0\x8e\x5d\xb3\x7a\xda\xf4\xfe\x9e\xec\x64\xa7\x81\x84\xa5\ \x3b\xea\x3c\x38\x69\xfd\xca\xcf\x3f\x78\x70\xe7\x67\xb3\xce\xa4\ \x99\xb2\x8c\x31\x95\x24\x59\xb9\xad\x60\xc4\x12\x75\x5d\x3f\xb3\ \x73\x8f\xf5\xc6\xb2\xef\x27\x7d\xf8\x68\x94\x5a\xb4\x7a\xd2\xb4\ \x2b\x51\x7d\xe7\xff\xb2\x6a\xd4\xb0\x7a\x69\xc9\xd9\x08\x4a\x96\ \x7f\x34\x35\x2d\x61\xd0\xc2\x3d\x6b\x17\x6c\x9b\xf5\x68\xc7\x04\ \x0e\x86\xa5\x9b\x86\xc1\x51\x59\x61\x06\x03\x4c\x14\x70\xee\xdd\ \xb8\x4e\xed\x33\x6a\xd1\x8e\x45\xc3\x06\x34\x60\x86\x45\x25\x7c\ \x65\xeb\xf6\x54\xda\x65\xee\xae\x45\xcf\xf4\xad\x61\x19\x26\xf8\ \x05\x91\x5c\xdc\xca\x1e\x20\x89\x8a\x93\xab\x7e\xd2\x6a\x3c\xbd\ \x68\xfb\xac\x7e\x9d\x2a\x15\x5f\xdd\xf9\xf9\x94\x9f\x3b\x4d\xfc\ \x6e\xc5\xfe\xd5\xd3\x67\x8f\xae\x15\x4e\x2c\x21\x2c\x53\x37\xac\ \x7b\xaf\xdc\x21\x04\x82\x5b\x9a\xce\x01\x13\x42\x30\xc6\x8a\x82\ \x2f\x6d\x99\xb7\xf2\xb4\x7d\xdc\xc6\xb5\xdf\xce\x1e\x7e\x69\xce\ \xac\x9f\x4e\x14\x2a\x32\x63\xa4\xe2\xa8\x79\xdf\x7c\xbd\x61\xc1\ \x77\x6b\x3e\x7e\xa0\x7e\x58\x5e\x4a\x7a\xcc\x23\xc3\xbf\xd9\xb6\ \x74\x50\x2b\xcf\xe7\x63\xbe\x4a\xd1\x24\xc2\x34\x29\xbc\xc1\xf8\ \x35\x0b\xbf\xd9\xb0\xe8\xbb\x15\xef\xd6\xab\x60\xf3\x79\x7c\x9c\ \xda\x29\xbf\xbe\x62\xc1\xe1\x76\x23\x9e\xad\x1e\x01\x16\x13\x7e\ \x04\x5e\xa7\xbf\x1f\x28\x05\x94\x2f\x01\xdc\x95\xa0\x35\x43\x1e\ \xba\x74\x7e\xfc\x91\xc9\x1f\x7e\x7b\x3a\xc8\xe6\xb8\x8f\xe2\x63\ \xae\x79\xa5\x11\x6b\x17\x36\x4c\x5d\xfa\xd1\x8c\xb3\xa0\x15\x97\ \x78\x2c\x2a\x49\x8a\xdd\x86\x2d\xcd\xa7\x71\xd9\x6e\xa3\xc2\xf4\ \x69\xa6\x69\x98\xf6\xc8\xe8\xf0\x60\x5a\x92\x9d\xe3\xb1\xb0\x44\ \x31\x80\xb0\x2c\x14\x1c\x55\x2e\xc4\x86\x5c\x45\x45\x1e\xaf\x69\ \x99\x2c\x38\xa6\x7c\x88\x2a\x0a\x33\x73\x35\xa0\x77\x75\xc5\xa6\ \xb6\xa0\xd0\xb0\x20\x6c\x7a\xf2\xb3\x0b\x2d\x22\x13\x60\x0c\xe4\ \x72\x71\x51\x36\xca\xdd\xc5\xa5\x6e\x8f\x2e\x38\xd3\x0d\x16\x1c\ \x15\x13\x16\xa2\x72\xc3\x57\x5a\x54\x62\x82\x64\x57\x89\xe6\xf5\ \x19\x9a\x15\x14\x5d\x8e\x9a\x5e\x97\xd3\xcb\x88\x12\x59\x3e\x4a\ \x45\x96\xb3\xa8\xa4\xa4\xc4\x55\x6f\xd8\xf8\x49\x43\xa5\x77\x9f\ \x9d\x53\xaa\xe9\x85\xf9\xa5\x48\x56\xee\x1e\x94\x72\x26\xb0\x1a\ \x59\x3e\x02\xe9\xae\xe2\x12\xaf\xa9\xe9\xd8\x1e\x1a\x15\x13\x8e\ \x4c\x6f\x69\x91\xd3\x64\xc2\xd2\x75\x64\x0b\x89\x8e\x09\x27\x60\ \xba\x0a\x4b\xbc\x9a\x25\x3b\xec\x84\x1b\x3e\x9f\x25\xd9\xec\x12\ \xb2\x7c\x9a\x01\x00\x96\x25\xec\xe1\x91\xe1\x21\x92\xb7\xa4\xd8\ \xe9\x36\x10\x46\xdc\xb0\xa4\xe0\xb0\xc8\x08\xbb\xb7\xa4\xc8\xe5\ \x31\x01\x11\x9b\xdd\xc6\x0d\xaf\x61\xfd\xc6\x74\xcc\xb4\xd4\xb0\ \xc8\xf0\x10\xc9\x5d\x5c\xec\xf1\x9a\xa6\x61\x39\xa2\xa2\xc3\x43\ \x55\xe6\xf3\x94\x16\xb9\x4c\x0e\xb2\xcd\x4e\xb8\xa1\xe9\xe6\x3d\ \x9b\x00\x20\xac\xda\x6d\x96\xe6\x2d\xcb\xfa\x20\x10\x96\x65\x81\ \x1c\x15\x1f\x2d\x99\xee\xdc\xec\x42\x41\x65\x42\xa9\xcd\x11\x1c\ \x14\x62\xc3\x08\x21\x30\x4b\xf3\x0b\x7d\x26\x09\x89\x0c\xb3\x49\ \x50\x9a\x9b\x5b\xea\x65\x8a\x22\x01\xa6\x8e\xe0\x60\x47\xb0\x8a\ \x00\x21\xa1\x17\xe5\x16\x73\xa2\x50\x30\x34\xcd\xe2\x02\x05\x47\ \x04\x1b\x2e\xb7\xc1\x38\xf3\x3a\x1d\xcd\x5f\x9c\x35\xb9\xf9\xa7\ \x8f\xbe\x7a\xdd\x52\x03\x55\x7a\x81\xec\x47\x00\xff\x55\x5c\x6d\ \xb9\xdc\x52\xa7\x97\x26\xce\x6d\x7a\x7a\xcd\x8c\x2f\x0f\x5d\xd5\ \xef\xe7\xf5\x32\x75\xdd\x55\x58\x98\x93\x93\x6d\x57\x15\x49\xa2\ \x00\x42\x77\xbb\x05\x42\x18\x23\xc3\xeb\xd1\x01\x61\x8c\x24\x45\ \xd6\x4b\x0b\xb3\x4b\xfc\x42\xee\xb2\x19\x3d\x25\xc2\x53\x90\xeb\ \x16\xfe\x49\x3b\x96\x14\xe4\x2d\xcc\xf3\x08\x40\x98\xde\x4b\x86\ \x68\x78\x9c\x79\xae\x52\x00\xc0\xd4\x1f\xeb\x12\xc2\xcd\xc2\xcc\ \x4c\x10\x00\x08\x61\x82\x11\x26\x8a\x8a\xb5\x92\x82\xec\x62\x00\ \x04\x18\x13\x04\x86\xdb\x29\x30\xc1\x54\xa1\xde\xa2\x22\xc0\x18\ \x53\x89\x08\x56\x94\x95\x05\x02\x10\x46\x00\x88\x5b\x96\xb7\xd4\ \x9b\x9f\x91\x55\x8a\x6c\x54\x52\xee\x29\x2c\xc1\x04\xb8\x5e\x90\ \x91\x05\x18\x11\x8c\xa9\xa2\x08\xd3\x9b\x97\xe6\x01\x00\x84\x31\ \xc6\x88\x2a\x8a\xb0\x7c\x79\xe9\x5e\x00\xff\xa0\x90\xe1\xf1\xf8\ \x6f\x85\xe9\xf3\x18\x50\x26\xbd\xa1\x14\xb4\x92\x82\xac\xe2\xb2\ \xa3\x40\x00\x96\xa8\xe9\x29\xcd\x76\x97\x96\x6d\x01\xee\x75\x39\ \x11\xfe\x9d\x6c\x9b\x48\x44\x77\x16\x65\x97\x02\x26\x18\x61\x2c\ \x2b\x92\x5e\x52\x98\x5d\x7c\x6b\xe0\x08\x0c\xaf\xeb\xf7\xd2\xc7\ \x3f\xff\xbe\xcc\xeb\xbc\xe3\xb4\x02\x10\xa1\x54\x58\x85\x99\x99\ \x00\x08\x4b\x0a\x46\x00\xdc\xf2\x94\x14\xba\x8b\x6f\x4d\xc0\x09\ \x01\xb0\x8a\xb3\x73\x8a\x01\x10\xc6\x8a\x22\xf9\x3f\x1a\xae\xc2\ \x02\x67\xe1\xad\x7d\x28\x01\xa3\x6c\x74\x18\x84\xb3\xb0\x14\x63\ \xc1\x69\xfc\x88\x39\x9f\x35\x6f\xd0\xc8\xa1\x9d\x31\x98\x08\xac\ \x2c\x06\x62\xea\x00\xfe\x2b\xa9\x1a\x49\x8a\x23\x28\x48\xa1\xdc\ \x5d\x5c\xaa\x99\xe2\x7e\x14\x77\x54\x55\x31\x37\x0c\x83\xdf\xb9\ \xd0\x2f\x18\x13\xe8\x8f\xac\xe1\x77\xa7\xe6\x58\xfe\x4b\x49\xf4\ \x5f\x5c\x8b\xeb\x9a\x49\x15\xe5\x9f\xb0\x02\x47\x48\x58\x86\xa6\ \x33\xc5\xa6\xde\x5b\xb6\x0e\x58\x92\x65\x2a\x74\xcd\x14\xff\xe0\ \xfa\x9c\x0b\xf8\x73\x4f\x25\x6e\x19\x26\x47\xb2\x2c\xdf\x7f\x41\ \x9a\xf8\xbd\xf5\x21\x67\x0c\xfe\x78\xbb\x04\x67\x5c\x08\xf0\x7f\ \x15\xe0\x1f\x8a\xef\xff\xed\x40\x82\xcb\x85\xca\x88\xb9\x9d\x1e\ \x43\xb7\x02\x49\x90\xbf\x73\x07\x03\x6a\xf2\x00\xee\xf9\x70\x48\ \xaa\xcd\xae\xca\x14\x0c\x9f\xcf\x64\xf7\xd5\x4b\x8f\x99\x06\xe3\ \xe2\x4e\xb5\xb0\x10\x20\xd9\x1d\x32\x11\xcc\x12\xbf\x11\x92\xe0\ \x16\x93\xea\x75\x7d\xa8\x56\x90\x33\x2d\xc7\x85\xf1\x3f\x47\xd6\ \x82\x73\xe4\x88\xee\xf4\xd8\x03\x22\x2f\xad\xd8\x75\xbf\x32\x77\ \x66\x9a\x8e\xaa\xcd\x9e\x1c\xd2\x32\xfb\xd2\x35\xaf\x01\x77\x97\ \x34\x23\x10\xcc\x32\xcc\x7f\x24\x78\x16\x40\x14\xd5\xa6\x52\x66\ \x59\x77\xd2\x2c\x33\x59\x74\xfd\x76\x1d\x1a\x45\x66\xa4\x64\xb2\ \xfb\x6a\x5e\x24\x98\x65\x09\x28\x6b\xe1\x04\x00\x42\x20\xc5\x61\ \xff\xfd\xed\xe2\xa6\x09\x41\x91\xd1\x51\xd1\x61\x12\xe6\xa6\x6e\ \x72\xc0\x6a\x90\x9d\x02\x67\xff\x8a\xe1\xac\xe0\x9a\xe6\xf2\xab\ \xc9\x75\xd3\xc2\x48\xa2\x04\x31\x43\xf7\xea\x1e\xdd\x64\x18\x4b\ \x94\x60\xe0\x96\x57\xf3\x21\x5a\xd6\x6c\x0f\x21\x60\x96\xe6\xd1\ \x3c\xba\x69\x72\x86\x28\x21\x7e\x35\xb9\x47\xf3\xf8\xd5\xe4\x86\ \x05\x32\xa5\xcc\xf2\xb9\x75\xaf\x66\x1a\xb7\xd4\xe4\x20\x10\xb1\ \x87\x38\x64\x82\x4c\xc3\xb4\x4c\x0b\x02\xf5\x7a\x01\xa6\x0e\xe0\ \xbf\x2a\xa0\xd6\x74\xdc\x77\xe6\xf7\x9f\xbd\xd3\xb3\x7a\x95\x98\ \xfc\x4b\x27\x52\xf2\xef\xa7\x97\x9e\xe0\x5c\x20\x84\x11\x2a\x8b\ \x02\x91\xb0\x3c\x22\xfc\xd5\x55\x3f\x8d\x6a\x91\xbd\x7e\xeb\x05\ \xa0\x52\x99\x91\x88\x65\xb8\x4d\xc7\xe0\x89\x53\x5a\xf1\x53\xdb\ \x8f\x65\x50\x89\x70\xc6\x18\xe7\x42\xc0\x2d\xda\x15\xfe\x2d\x00\ \xe8\xcf\xa4\x29\x2c\x93\xc6\x36\x1e\x3f\x67\x58\xfa\xb6\xcd\x97\ \xb2\x74\x89\x10\xff\x3e\x82\xfb\x0f\xe2\x80\x7e\xa3\x3e\xce\x38\ \xe3\x9c\x0b\xc1\x0d\x23\xb2\x65\xcf\xb1\xef\xb6\x3c\xb0\x6c\x47\ \x81\x0f\x40\x08\x84\x31\x12\x9c\x71\x81\x31\x02\xc1\x19\xe7\xfe\ \x94\x04\xe7\x9c\x73\x2e\x04\x20\x74\x77\xc6\xf6\xfa\x7c\xad\xc6\ \x2c\x58\xfe\x71\xe3\x1d\x6b\x76\x15\x6b\xfe\x1e\x7c\x42\x30\xe6\ \x31\x8c\x46\xfd\xdf\x7e\xad\xbb\x7d\xeb\xe6\x83\x3a\x51\x90\xf0\ \x8f\xaa\xec\x3c\x82\x73\xce\xfc\x7f\x0b\xf8\xaf\xa8\x19\xb4\xe5\ \x80\x67\xea\xd9\x0b\xae\x26\xe7\x23\x42\x11\x37\x3d\x38\x66\xec\ \xc6\xed\xcf\xd5\x4c\xda\xb0\xfd\x0a\x91\x28\x00\xd7\xbc\xac\xe1\ \xc0\x91\x9f\x7e\x35\xaa\x73\xf7\xb6\xd5\x63\xf1\xb9\x5f\x7e\x2d\ \x0c\x69\xf4\xe5\xae\xcd\x1d\xe9\x91\x6d\x07\xb2\x24\xbf\x7a\x53\ \x88\xb2\x81\xdf\xba\x5d\x42\x94\x5d\xeb\xb7\x5f\xe4\x77\x91\x3f\ \xe3\x72\x68\x93\x07\xfb\x3e\xd4\xab\x5d\xd3\xb6\x6d\x9a\x37\x4e\ \xd0\x72\x53\xb2\xf3\x7d\x21\x95\xeb\xf7\x1c\xfc\x58\x8b\x7a\x31\ \xc5\x37\x53\x8a\x3d\x16\x09\x89\x6f\xd3\xb5\xa5\x95\x93\xe9\x36\ \x39\x42\x88\x59\x3c\xa2\x6a\xc3\x1e\x4f\xf6\x69\xdb\xba\x61\xb0\ \x70\xa6\xa7\x15\x02\x12\x38\xbc\x4a\xe7\x47\xfa\x76\xea\xd6\xba\ \x69\xbb\x36\x0d\x2b\x39\xd2\xaf\xa7\x85\xd7\x6e\xd5\xf3\x89\x5e\ \xed\xda\x35\x89\x52\x8d\xcc\xd4\x5c\x86\x41\x90\x98\xa7\x3e\x1c\ \x35\xe8\xa5\x97\x07\x3e\x5e\xfb\xc8\x8a\x1f\x8b\x84\x14\x68\x95\ \xfa\xcf\x22\x90\xd8\x0f\xe0\x5e\x01\x32\x0d\xb2\xe9\xfb\xbe\xfb\ \xf0\xa5\x11\x1f\x1d\x4b\x36\xff\x71\x92\x5a\x08\x20\x6a\x58\x44\ \xb8\x84\x04\x08\x21\x88\x12\x1a\x19\x42\x88\x12\x5b\x31\x32\xf5\ \xe7\x55\x9b\x76\x5e\x47\xb7\x68\xda\xd2\x99\xbd\x5c\xf9\x8a\x95\ \xe3\xec\x2a\x30\x26\x00\x84\xa9\x9b\xb6\xc8\xf2\x95\xab\x55\x0c\ \xb1\x21\xd3\x62\x20\xb8\xa1\x33\x47\x54\x5c\xc5\x2a\xb1\x0a\x58\ \xe6\xdd\x6b\x18\x04\xe3\x24\xa4\x7c\x5c\xa5\x0a\x31\x32\xb2\x4c\ \xc6\x85\x00\x35\x34\xb2\x62\xf5\x84\x8a\x15\xa3\x25\x61\x32\x01\ \x20\x98\xae\x5b\xb6\x88\xe8\x8a\xd5\xaa\xc4\xc7\x95\x93\x31\x08\ \x2e\x4c\x5d\x08\x6e\x19\x16\x89\x8c\x8d\xb1\x51\x40\xb2\x3d\x34\ \xcc\x81\x40\x20\xc9\x16\x16\x16\x42\x41\x08\x4c\x83\xcb\x95\xaf\ \x54\xbd\x4a\xb9\x70\xd5\xfa\x43\x1e\xc7\xcf\x72\x02\x45\xc4\x56\ \x10\x29\xfb\x97\x2d\xd9\xeb\xb2\x08\xc6\x00\x08\x98\x6e\x12\x47\ \x78\x85\x4a\x95\x23\x42\x25\xc6\x18\x00\x30\x5d\x43\xb6\xd0\x8a\ \xd5\xaa\x44\x87\xab\xcc\x32\x85\x00\x2c\xab\x11\x71\x15\x2a\x57\ \xab\x18\x6a\xc3\x96\x65\x71\x81\x1c\x71\x09\xdd\x07\x3d\xd7\xb3\ \x53\xa3\x8a\x09\x95\xca\x47\xda\x04\x52\xe3\x2b\x86\x5d\xfd\x71\ \xf9\x0f\x7b\x52\x30\xa5\xfe\x8e\x4d\xa1\xd5\x9a\x3d\x3b\x7c\x40\ \xd1\x4f\x8b\x3f\x79\xe3\xb3\xe5\x4b\x7e\x71\x29\x11\x55\xe2\xe4\ \xe3\xab\x97\xfc\x72\x22\x8f\x4a\xd8\xff\x31\x32\x0c\x16\x1c\x13\ \x5f\x39\x21\xde\x2e\xf1\xb2\xdb\x85\x68\x70\x54\x4c\xc5\x6a\x55\ \x2b\x55\x8e\xb5\xff\xa9\x9e\x59\x30\xd3\xb2\x57\x18\xf0\xf1\x47\ \x1d\x1b\xc5\xdb\x1d\x41\x21\xa1\x41\xc4\xd2\x95\x2a\xad\xc7\x7d\ \xff\x79\xb7\x66\xf1\xf5\xfa\xbd\x38\xf9\x9b\x37\x2a\x60\xa7\x11\ \x51\x7f\xc8\x94\xb1\x35\xcb\x51\x8b\x09\x00\xa1\x19\xa2\xf1\x13\ \xc3\xc6\xbc\xd8\x29\xa6\x6a\xbd\x57\xe6\xcc\x7c\x73\x58\x4b\xa6\ \x97\xd0\x84\xf6\x2f\x7e\xfc\x46\xad\x98\xe0\xa0\xb0\xb0\x60\x87\ \xac\xeb\xa4\xc3\xf3\xaf\x8e\x7a\xaa\x59\x50\x54\xc2\xb3\x33\xbe\ \x78\x79\x48\x0b\xa1\x59\x98\xe5\xcc\x7f\x65\xd4\xe8\xd7\x97\xb9\ \x2c\xe5\x37\x93\xfb\x00\xfe\x19\x04\x56\x14\x03\xf8\x2b\xf2\x45\ \x84\x50\xf8\x6d\x49\x8f\x5b\x26\xe3\x80\x10\x26\xb7\xa2\x22\x6e\ \x99\x8c\x01\x22\x98\x80\x69\x86\x34\xfe\x78\xfd\xc7\xa7\x27\x3c\ \x33\x6b\x4f\x66\xc3\xa7\xde\x9f\x34\x22\xe8\xb5\x3e\xdf\xf6\x18\ \x31\xa4\xe7\xc3\x0f\xf0\xe3\xb9\x9b\xb6\x5d\x64\x94\x5a\x9a\x55\ \x7b\xc0\xc8\xf7\xdf\xef\xcd\x8a\xdc\xd5\xea\x57\xdb\xbf\xd9\x30\ \x84\xd5\xb0\xcf\x4b\xaf\xbe\xda\x5d\x05\x62\xf3\x5c\x9f\xf9\xc6\ \x27\xbf\xa6\xf8\x5a\x0e\x7b\xeb\xcd\x97\x3b\x51\x0e\x25\xe7\x77\ \x4e\x79\xeb\xdb\x0c\x1d\x53\xc4\x2d\x93\x09\x00\x4c\x29\x02\x10\ \x96\x66\x86\xd5\x7d\xee\xd3\xcf\x1f\xc7\x61\x25\x47\xd7\x7d\x3c\ \x66\x4e\x86\x11\xd4\xaa\xf7\xe0\x41\xfd\x1b\x05\x85\x95\xcb\x3b\ \xb8\xec\xb3\x71\xcb\x0b\x20\xb8\xdd\xb0\xd1\xa3\x5e\x68\x2d\x0c\ \xc3\x97\x72\x6e\xe6\xeb\x13\xb2\x2c\x21\x2c\xdd\xa3\x4b\x3d\xc6\ \x7d\x31\xac\x49\xee\x7b\x4f\x7f\x44\x1e\x7e\xf9\xd3\xe7\x94\xd7\ \xfb\x7d\xc8\x1b\x8f\x9c\x3b\xa9\xf9\x84\x87\x87\x16\xb4\x7f\x69\ \xe6\x77\x23\x44\x56\xae\x1c\x84\x76\x4c\xfe\xf8\xfb\x4d\x17\x84\ \x22\x03\xb3\x2c\x26\x00\x21\x4a\xb1\x61\xc8\x6d\xfb\x0c\x18\x34\ \xf4\xa1\x6a\x70\x7a\xf7\x96\xdd\x45\xf9\x02\x59\x46\x70\x83\x07\ \xc7\xcd\x1a\x5d\x01\xbb\xec\x15\x1b\xf2\xad\x27\x2c\x4b\x0f\xaa\ \xf7\xe0\xe8\x4f\x5e\xa8\xe8\x20\x41\xaa\xbe\x65\xe2\x47\xcb\x76\ \xa7\xf4\x1c\xf7\xf9\x9b\xfd\x6b\x17\x14\x72\xbb\x79\x7d\xda\x0b\ \xe3\x0f\x5e\xe5\x8f\x0f\x1f\xdc\xae\x65\x34\x89\x7f\xfa\xbd\x56\ \x8f\x5c\xdf\xf0\xf5\x97\xab\x73\xfb\xbe\x34\xb4\x5b\x8f\xd6\xde\ \xbd\xa9\x9b\xb6\x5f\x15\x14\x31\x1c\xd1\x77\xf4\xb0\x16\x8d\xa2\ \x4a\x70\xbf\x51\xf5\xdd\xfb\x3e\xff\xe8\x46\x71\xe5\x41\x6f\x3c\ \xd7\xae\x5d\xfd\x64\xe5\xe4\x8f\x07\x33\xa9\x84\x4d\x13\x35\x7d\ \xf6\xb5\x11\x4f\xb7\x92\xb0\x82\xb2\x8e\x4f\x7d\x63\xda\xf9\x7c\ \xe8\x34\xe2\xed\x37\x5e\x6e\xe1\x2d\xf1\x0a\x77\xe6\xb2\xb1\x13\ \xf6\x24\x9b\xbf\x97\x29\x22\x21\x00\xfb\x52\xd7\x4f\xff\x62\xf9\ \xc5\x2c\x3b\x38\x08\xd8\x7b\xbc\x33\xac\x7a\xda\xce\x67\x9f\xff\ \xb8\x30\xb8\xc5\xac\x83\xb3\x7a\x3f\xb4\xec\xeb\x93\x5e\xf1\x3b\ \x35\x39\xa2\x8a\x7a\xe3\xa7\x4d\x93\xdf\x5b\x54\xb9\xc7\xb8\x05\ \x5f\xbc\xbc\x7f\xdb\x81\xf3\x06\xf3\x64\x9e\x98\x3d\xee\xa3\x8b\ \x8c\xd8\x90\x0d\x8b\x70\x55\x95\xcf\xaf\x5d\xfa\xe1\x57\xdb\xba\ \x5c\x5f\x36\xfd\xe1\xee\x2b\x97\x1d\xca\xe3\x0a\xa1\x12\xa5\x48\ \x08\x1e\xa0\xe9\x40\x4c\x1d\xc0\x7f\x4b\x68\x5d\xd6\xef\x12\x40\ \x08\x14\x51\xbd\x4e\xc3\x56\x4d\x6a\xd6\xae\x20\x03\x17\x42\x08\ \x20\x51\x35\xeb\x35\x6c\xdd\xb8\x7a\xf5\x38\x89\x50\x96\x7b\xfe\ \xd8\x4d\x57\x93\x9e\xcd\x39\xd8\x5b\x75\x6e\x57\xb8\xef\x48\x91\ \x3b\x7b\xe9\x3b\x6f\x4f\x5f\x78\x00\x87\x85\x12\x24\x80\x1b\x10\ \xd1\xf0\x95\x31\x7d\xce\x4e\x79\xed\xd9\xde\x6f\xed\x38\x9e\x29\ \x29\x82\x84\x36\x1d\x35\x7e\x50\xfe\xe6\xef\x3e\x19\x35\xf9\x7a\ \x44\x93\x97\x47\x36\x97\x63\xda\xbc\xf1\x66\x97\xbd\xe3\x5e\x18\ \xfc\xe0\x1b\xf9\xb5\x7a\xbf\x34\xac\xa9\xa9\x69\xc8\x11\x9e\xd0\ \xa4\x49\xc3\x96\x0d\x63\x23\x1d\x82\x73\x44\x14\xd9\x93\xf2\xfd\ \x3b\xaf\x0e\xe9\x35\xd6\x6a\xfb\xf8\x33\x8f\xd7\xe4\xcc\x7b\x72\ \xe3\x92\x69\xa3\x3f\xfa\x62\xca\xd6\x1a\x5d\x9e\x6e\x59\x1e\x85\ \x34\xea\xfd\xfe\x7b\xad\xb7\x8e\x7b\xe3\x85\x87\x9e\x1d\x3b\xfa\ \x9b\xeb\x85\x48\x26\x9c\xc9\x31\x4f\x7c\xf4\xd9\xe3\x35\xd2\x3f\ \x7e\x75\xea\x35\x2f\x28\x32\xf1\x47\xa6\x08\x61\x4a\x88\xe0\x3c\ \xb8\x42\x05\x7b\xde\xce\x37\x7b\x3e\xf9\xe1\xf4\x63\x8f\x4f\x7a\ \xa3\x51\x45\xaa\x69\x2c\xb8\x62\xf5\x06\x2d\x9b\xd4\x69\x90\x60\ \x27\x48\x91\xad\x83\xf3\xa6\xbf\x3f\x7a\x5e\xa1\x1a\xa6\x12\x10\ \xc2\xd2\x78\xf8\x80\x77\x5e\x8d\x38\xbd\x70\x68\xe7\x21\x73\xbe\ \x3f\xca\x55\x6c\x40\xe4\xa0\xf1\x6f\x25\xe4\xef\xfb\x7c\xd4\x84\ \xf5\xa7\x8d\xe1\x1f\xf7\x8f\x04\x14\x57\x23\x26\x65\xcb\xd4\xa7\ \x3a\x0c\x3d\x90\x57\x6f\xc8\x63\x6d\x6c\x50\xb4\x7e\xe2\x17\x9b\ \x77\x5d\x3b\x3c\x67\xda\xcb\x7d\x9f\xfd\x66\xcd\x65\x05\x17\xcc\ \x7b\x73\xf4\xac\x95\xc7\x69\x58\x08\xf1\x5b\x2c\xb0\xbc\x45\x63\ \xa6\xee\x39\x96\xb2\x6b\xda\xc4\x91\xfd\x47\x6e\xbb\xe4\x52\x7c\ \x37\xa6\x3e\x3f\x6a\xf9\x9e\x1b\xf6\xb0\x20\x04\x42\x58\x86\xa3\ \x7a\xe7\x37\xde\xea\x79\x69\xd1\xf4\x8f\xdf\x98\xee\x6c\xd0\x65\ \xc4\x73\xf5\xbd\x00\x09\x8d\x9b\xb9\x77\x2e\x7d\xb5\xd7\x53\xaf\ \x0d\xfd\xf8\x78\x86\x25\xdf\x4d\x4d\x6e\xa2\xb8\x91\x73\xe7\xae\ \xda\xba\x69\xf2\xe4\xe7\xc3\x00\xc5\xd4\x89\xbe\x72\x29\xd1\x03\ \x0e\xec\xcd\x3a\x77\xc9\x8a\x4f\x48\x90\xf8\x1f\x57\xff\x84\x10\ \x48\x96\x1d\xa0\x66\x9e\xd9\x77\x01\x45\x57\xad\x56\xce\xf2\xf9\ \x82\x2a\xb4\xf9\x7c\xdb\x86\x35\xdb\x57\xbe\xfc\x74\x2b\x00\xcd\ \xe2\x3c\xa4\x52\xb5\xc6\xd5\x3b\xb4\xef\x52\xe1\xea\x8d\x2b\x4e\ \x83\x60\x04\xe8\x5e\x89\xa4\x00\x02\x31\x75\x00\xff\xb5\xf1\xb5\ \x29\xa4\x26\x4f\xbf\x34\xb4\x4b\x7c\xda\xb1\x5d\x33\xdf\x9b\x9d\ \xcd\x65\xa0\x4a\xcb\xe7\x5f\x1d\xd4\xae\x5c\xd2\xde\x1f\x66\x7e\ \xb4\xc4\x8d\xf4\x7d\xab\x8f\xf5\x7b\xb5\x73\xe3\xea\xd9\xad\x9a\ \xf0\x1d\x73\x8f\x1b\x48\x46\xc2\xf0\x5b\x2c\x72\xce\xb9\xc9\x94\ \xb8\xba\x31\xbe\xe2\x65\xdb\xcf\x14\xb9\x63\x8a\x0a\x9d\xc1\xc2\ \x52\x63\x1b\x57\x0f\x0b\x95\xdb\x3f\xf2\x4a\x5b\x49\x2d\x48\x3d\ \x9f\x5c\x12\x59\xa3\x63\x68\x76\xca\xfe\x3d\x57\x4b\x4d\xb4\xf3\ \xd8\xcd\xa1\x2d\xea\xcb\xb0\x8f\x56\xa8\x3b\x68\xc2\x6b\xf5\xa2\ \x3c\x5b\x3f\x9d\xb2\x62\x5b\xae\x40\x18\xb4\xd2\xfc\x9c\x82\xdc\ \xdc\x9b\x7b\x13\x9d\xed\xea\x57\x95\xa8\xb3\xff\x27\x93\x3a\xd7\ \xa0\x05\x4e\x35\xc2\x81\xa9\x4c\xe2\xeb\xb4\x90\x4f\xed\xfb\x71\ \xe7\x29\x27\x0e\xa7\x5e\x0f\x17\x10\x61\x19\x6a\xad\x6e\x2f\x56\ \xbf\x31\xb5\x6f\xff\x93\x59\x1e\x07\x10\x00\x24\x04\x67\x8c\x23\ \x2e\x44\x59\xab\x7c\x64\x78\x35\xaf\xb7\xf4\xcc\x8e\x2d\x17\x3e\ \xe8\x56\x35\x21\xe2\x50\x6a\x76\xb5\x3e\x4f\x8d\xea\xdf\xc8\x99\ \x7c\x62\xd6\xeb\x9f\x5f\xf3\x90\xdb\x59\x79\xc6\x38\xb7\x4c\x11\ \x52\xbe\x5a\x54\xd8\xc9\x79\x07\x33\x8d\xc2\x82\xac\x02\x56\x9e\ \x09\x47\xc5\xda\xb1\x71\x61\x51\x4d\x87\x7d\xd0\x80\x4a\xe2\xf4\ \xa9\x74\x4e\x24\x61\x71\xdd\xeb\x73\x59\x19\x57\x2e\x5c\x6f\x19\ \x1d\x4a\x6f\x15\x7d\x30\x8b\x73\x10\x42\x00\x60\x40\x00\xfe\xdb\ \xc5\x38\x07\x2e\xd0\xed\xaf\xa4\xb8\xf5\xc1\x44\x65\x55\x6e\x9c\ \x71\x06\x1c\x5b\x2c\xa4\x62\xa3\x2a\x41\xc1\x25\x3d\x07\x8e\x7c\ \x58\x21\x37\xae\x5e\xca\x35\x65\x40\x1c\x74\x67\x71\x91\x5b\xf3\ \x11\x8e\xf0\x5d\xcd\x6c\x10\x21\xa8\x78\xd7\xdc\xf9\x3b\xce\x14\ \x82\xe1\xf4\x61\x0a\x02\x30\x42\x02\xb8\xe0\x02\x11\xc4\x81\x03\ \x10\xff\xb5\x85\x10\xc2\x9f\x82\x42\xfe\x94\x0c\x07\x81\x29\x02\ \x2e\x04\x26\x54\x2f\x4e\x5a\x35\xf9\xcb\x14\x0d\xb9\x73\xd2\x11\ \x48\xcc\x34\x13\x1e\x1e\xf0\x69\xd7\xd7\xe2\xf5\x03\xc3\x5f\x5a\ \xe3\x53\xec\x72\xa0\x31\x53\x80\xa9\x03\xf8\x1f\x8b\xad\x65\x64\ \xee\xfb\xec\x9d\x83\x53\x90\x10\x9c\x81\x2a\x11\x00\xe1\xdd\xf9\ \xe1\x9b\x3f\x23\x24\x38\x63\x58\x55\x64\x33\xfd\xf0\xd6\x0b\x6f\ \x4c\x1e\x35\x6d\x4c\xd0\xa5\x3d\x47\xce\x14\x48\x8a\x9d\x69\xa6\ \xc5\x99\x1a\x1e\x22\x21\xcc\x64\x62\xe4\xa7\x38\x83\xc3\x9b\xb5\ \x4e\xd8\xb9\xdd\x4d\xb0\x44\x88\x64\x96\x66\x14\x6a\x05\x87\x67\ \x4f\x99\xb7\x2f\xcb\xa6\xd8\x31\xd7\x6d\xb5\x12\xac\xd8\x2e\x75\ \xeb\x44\x9e\x3b\x6f\x6b\x56\x3b\x5a\x3b\x9b\x6a\x41\x90\x71\xfd\ \xe8\x17\x4f\x9f\x40\x20\x38\x63\x54\x52\x10\x02\x4c\x09\x46\x60\ \x93\xea\xb4\xa8\xe6\x28\xdc\x99\x12\xd6\xa0\xe3\xd0\x3e\x8e\x0f\ \x3b\x0c\xde\x9e\xdd\x60\xe5\xee\x89\xaa\x84\x0a\xd2\xaf\xe1\x46\ \x1d\x1a\xd7\x8e\xdf\x7f\xc5\x4d\x55\x55\x30\x06\x54\xd5\x2e\x6c\ \x1c\xff\x7d\xca\x13\x5f\xce\x71\xbe\x34\x72\xe5\xaf\x29\x6e\xb7\ \x87\xc6\xd6\x8f\x70\x90\x3c\x26\x30\x22\x08\x81\x10\x02\x2b\x36\ \x85\x90\xa8\x84\x7a\xd5\xa4\xa2\x9d\x79\x6e\x09\xcb\xe7\xe7\x7f\ \xfe\xd2\x42\x04\x82\x5b\x8c\x48\x18\x2c\x84\x04\xb7\x48\x48\x90\ \x4d\xa1\x98\x22\xf0\x15\x64\xbb\xbc\x0d\x3a\x37\x0c\xde\x9b\x8a\ \xb0\x44\x89\x84\x3c\xf9\xf9\x5a\x31\xde\xb7\xf2\x9d\x29\x7b\x10\ \xb5\x49\x12\x32\x18\xc5\x08\x21\x82\x29\x48\x94\x62\x2e\x00\x00\ \x21\x24\x10\x23\x11\x61\x76\x04\x48\x92\x08\xe7\x0c\x01\xb2\x04\ \xb7\x45\x84\x48\x80\x18\xc5\x60\xfa\x17\x47\x11\xba\xd3\xe4\x0b\ \xc0\x02\xb0\x87\x07\x53\x40\x54\x92\x7c\xc5\x69\xc5\xbe\xec\xed\ \x9f\x7f\xb0\xf1\x82\xd3\xa1\xda\x09\x30\x19\xa9\xc8\xef\x94\x06\ \x84\xdc\xd3\x7d\x06\x21\xa1\x67\x5e\xbd\x96\x78\x3e\x47\x55\x14\ \xce\xad\xb4\xb3\x37\x07\x77\x6d\x1e\x4d\x36\xe6\x45\xd5\x69\xd3\ \x00\x1d\x5f\x78\xcd\x24\x0d\x91\x10\xa6\xae\xeb\xa6\xce\x4d\xcc\ \x40\x42\x80\x85\x65\xea\x00\x75\xbb\xf6\xad\xa7\xa5\x2d\xbe\x92\ \x8f\xab\x49\x96\xaf\xe8\xf2\xf1\x93\x97\x34\x22\x03\xe6\x10\x2a\ \x2b\xf2\xf9\x79\x9f\xbf\xb6\xc2\x98\xbe\x6a\x4c\x8b\xc6\xe5\x93\ \x8f\x14\xc9\xb6\x00\xcf\x04\x98\x3a\x80\xff\xee\x60\xfa\x8e\x7f\ \x73\xcb\x2f\x94\x43\xb7\xeb\x88\x2d\xd3\x10\xc2\x4f\x24\x08\x11\ \x6a\x16\x5e\xfb\x71\x6b\xd2\x82\x19\xfd\x66\x3d\x38\x26\x97\xab\ \x0e\x8c\x30\x81\x1b\x07\x8f\x97\xbc\x30\x6e\xfe\xce\x7a\x87\xd7\ \xce\xfd\x6a\xde\xa1\x39\xf3\x8f\xbc\x37\x6d\x51\xcd\xa1\x19\xb5\ \xdb\x96\x3f\xfc\x83\xa5\x67\x1f\xf8\x6e\xe1\x43\x6f\x7d\xbd\xb4\ \xe5\xd5\x64\xc3\x2a\x5e\x33\x61\xda\xc1\x8b\xdb\x17\x6c\xea\x32\ \x7c\xd1\xca\x5e\xc5\x38\x52\x5c\x9b\x3c\xe7\x08\x56\x24\xc4\xb9\ \x69\x59\x02\x00\x63\x02\x08\xb8\xe6\x76\xd1\x1a\x2f\xcc\xf8\xe6\ \x09\x5b\x15\x7b\xea\xbe\x0f\xd6\x5f\xf1\x86\xd9\x0f\x5c\x09\x1a\ \xfa\xe5\x97\x5d\x5d\x11\xd5\x23\xf0\x0f\x0c\x32\x8e\x6c\x5a\xb8\ \xb5\xcd\xd8\xd5\xcb\xfa\xdf\xc8\xe3\xce\xf4\x65\x93\xa6\xdc\xe4\ \x60\x0f\x32\x8f\xcd\xff\x3c\xd1\x19\x34\xe3\xfb\x99\x25\x7d\x9f\ \xdf\xb9\xef\x97\x63\x29\x8f\x4c\xd9\xb2\x32\x9b\x54\xb1\x9b\x67\ \x34\x0b\xb8\xa9\x85\x36\x7f\x76\xca\x86\xca\x8e\x84\x6a\x29\xcb\ \x66\x1e\xbf\xe2\x96\x15\x95\x5b\xa6\x25\xc4\xed\x81\x13\x89\x94\ \x26\x5f\x3e\x79\x73\xf4\x07\x6b\x57\x9c\xff\x79\xc3\x97\x9f\x2c\ \x5f\x3e\x7d\xd1\x67\x5f\xbf\xfb\x7d\x83\xc7\xd4\x9a\xcd\xb5\x5d\ \xc7\x09\x64\x2d\x9d\xb6\x64\xd2\xd4\x89\x4b\xda\x0d\x76\x32\xf3\ \xc8\x9c\xef\x56\xec\xb8\x46\x55\x44\x65\x2c\x00\x08\x22\x36\x0c\ \x80\xb0\xc4\x4a\x8f\x1d\x3c\xd8\xe7\xbd\xf1\xf3\x3a\x0c\xbe\xb6\ \x73\xe9\x37\x0b\x7e\xa5\x44\x5c\xdd\x73\x5c\x7b\x66\xf4\xc2\x9d\ \x4d\x0e\xac\x9a\x3d\x6f\xc9\x31\x21\x61\x05\xdb\x24\x84\x6f\xfd\ \x10\x98\x62\xfd\xcc\x8e\xd3\x43\xbf\x7c\x6b\xc9\x96\x4e\xbb\x16\ \x7e\xb5\xf8\x87\xcd\x73\x36\xb4\x7f\xe1\xfb\x95\x3d\x93\x32\x34\ \x77\xe6\xd2\xf7\xbe\x38\x9e\x03\x14\xdb\x55\x4c\xe0\x9e\xb1\xac\ \x40\x08\x23\x9b\x9d\x2a\x94\x60\x4a\x08\x56\x24\x71\x7a\xfd\xbc\ \x63\x3d\x3e\x9d\xf6\xc3\x32\x5f\x70\x15\xd8\xbf\x61\xeb\x2f\x69\ \x72\xf5\x66\x24\xac\xde\x8b\xd3\x27\x77\x2d\x16\x76\xc8\x5b\x35\ \x75\xb1\xab\xb8\xb4\xc6\xab\xcf\x4d\x8b\xef\x5e\xb1\x66\xe8\x9a\ \x4f\x26\x5d\x28\xe2\x41\xb5\x90\xa3\x42\xeb\xb7\xe7\x7e\x99\xad\ \x4b\x8a\x9e\x3c\xff\x93\x75\xc2\x04\x9b\xaa\xb8\x73\x7e\x5e\xb6\ \x6e\xe0\xc4\x89\xaf\x1e\xeb\xf7\x41\xa6\x49\x48\x40\x4c\xfe\x77\ \xe1\xaf\xc5\x0c\x28\x5f\x02\xb8\xfb\x9b\xac\x19\xf2\xd0\xc5\x73\ \x63\x0e\x7c\x3c\x6e\xfe\x99\x70\x25\x5c\x26\xf7\x35\x81\x15\xcc\ \x22\xa1\x31\x09\xd5\xcb\x65\x9e\x4b\xf4\x0a\x5c\x56\xec\x61\xa1\ \xf2\xb5\xea\xd6\xae\x11\x99\x77\xe5\xc2\xd5\x1b\x05\x16\x27\x15\ \x1b\x35\xa9\x56\x29\x4c\x2f\xc9\xbb\x71\xfe\x5a\xa1\x4b\x67\x1c\ \x57\x68\xd8\xb8\x5a\xe5\x08\xe6\xca\xbf\x7a\xea\x72\xa1\xc7\x10\ \xc8\x56\xa3\x55\xb3\xf8\x10\x7e\xfd\xf8\xc9\xf4\x22\xf3\x8f\x4e\ \x02\x42\x08\x2c\x97\xaf\x59\xbb\x6a\xa5\x48\xe4\x2b\xbc\x7c\xfc\ \x5c\x81\x17\x08\x08\x25\xb2\x42\xfd\x66\x35\x83\x65\x51\x9c\x91\ \x76\x23\x31\xc5\xad\x5b\x16\xb6\x57\x6f\xd2\xb0\x62\x5c\x08\x2b\ \xcd\x4b\x3c\x7d\xc9\x45\xcb\x55\xaf\xea\x48\xbb\x94\xec\xd4\xa5\ \x5a\xad\x1b\xb2\xcc\xeb\xc9\xa9\x45\x6a\x4c\xa5\xfa\xcd\xea\x04\ \x11\x3d\xe7\xfa\xf5\xab\x97\x53\x6b\x0c\x1d\xff\xd9\xc8\x98\xd9\ \x13\xb7\xb8\x9d\x05\x17\x4f\x26\x7a\xb8\x74\x57\x69\x0e\xb7\x98\ \xa3\x7c\x95\xfa\x4d\x12\x58\x5e\xf2\x85\x0b\x37\x3d\x5e\x2b\x22\ \xa1\x76\xbd\xfa\x95\xb1\x51\x9a\x76\xe9\x5a\x66\x9e\xd3\xd4\xad\ \xb0\x84\xda\x75\xeb\x55\x92\x85\x37\xf5\xec\xc5\xb4\x6c\x77\x4c\ \x9d\x9a\x0e\x2d\x27\x29\xd9\x59\xae\x6a\xf5\x72\xa4\xf8\x46\x6a\ \x21\x20\x61\x61\x7b\x42\xe3\x46\x55\x62\x94\x9c\x2b\x17\xaf\x26\ \x17\x22\x8c\x2c\x0b\xc5\xd5\xad\x5f\xb3\x6a\x58\x4e\xe2\xf9\x6b\ \x29\xc5\x82\xd8\x2b\xd7\xaa\x6a\xe6\x24\x67\x17\xeb\xb7\x4b\x18\ \x19\xa7\x55\x1a\x37\xaa\x12\x23\xdf\x3c\x7f\x2e\x25\xc3\xc9\xb1\ \x5a\xb5\x49\xe3\x2a\xf1\x21\x5a\x61\x56\xe2\xe9\x2b\xa5\x3a\x8e\ \xa9\x56\x23\xd8\xc8\x49\xc9\x28\xb9\x7b\x87\x26\xc1\x39\x75\x54\ \xa9\x5d\xd9\x7d\x33\xa9\xc0\x69\xfa\x4f\xcb\x4d\x53\x0a\x8f\x6f\ \xd0\xaa\x9e\xea\xcb\xbd\x70\xec\x7c\x89\x8e\x24\x7b\x68\xb5\x7a\ \x75\x63\x63\x6c\x00\x98\x0a\x4f\xe2\xf1\xb3\xc5\x3c\xa2\x6e\xd3\ \x9a\x41\xd4\xca\xbc\x74\xe1\x6a\x72\xa1\x24\x53\xec\x88\xac\x55\ \xbf\x56\xb9\x48\x15\x00\x11\x56\x72\xf6\xf0\x45\x52\xae\x72\xa8\ \x99\x7b\x23\xbd\x98\x38\x22\x6a\xd5\x2f\x9f\x79\xe1\x9a\x53\x63\ \x9a\x56\x68\x6b\xf8\xd2\xec\x2f\x5a\x4f\x79\xec\xb5\x80\x9a\xfc\ \x9f\x42\x88\x8a\x11\x0a\x30\x75\x00\xf7\x62\x6a\x9d\x0c\x5a\xb1\ \xf9\xe9\x6a\x19\x87\x7f\x3a\xbe\x73\xf9\xf2\x33\xa9\x86\x2c\xdd\ \xc7\xeb\x85\x90\x30\x0d\xdd\x60\x92\xed\x4e\x3b\x54\x61\x6a\x9a\ \xc1\xb9\x44\x55\x59\xa1\xc0\x99\xa1\xeb\x16\xe7\x00\x58\x56\x54\ \x89\x62\xc1\x99\xa1\xe9\x96\xe0\x00\x44\x51\x55\x42\x10\x30\x4b\ \xd7\x35\x26\x90\x24\x29\x92\x74\xd7\xf9\xbb\x30\x35\xcd\xe4\x1c\ \x00\x4b\xb2\xe2\x67\x53\x66\x1a\x86\x69\x0a\x00\x84\xa8\xac\x2a\ \x14\x03\x67\xcc\xd0\x0d\x26\x18\x20\xaa\x2a\x2a\x06\x53\xd3\xb9\ \x6c\x53\xb1\x60\xba\x4f\xc7\xb2\x2a\x4b\x98\x19\xba\x6e\x9a\x02\ \x00\x13\x19\x98\xd5\xf0\xc5\x09\x9f\x3c\xad\x0d\x6e\xff\x51\x31\ \x04\xd9\x54\xf5\x2f\x34\x90\xcc\xd4\x75\xd3\x42\x58\x56\x55\xc9\ \xef\x0d\x66\x58\x16\x00\xa2\x92\x2a\x4b\x04\x80\x5b\xba\x6e\x30\ \x06\x80\x24\x59\x95\x25\x6c\x6a\x1a\x43\x92\xaa\x10\xcb\xd0\x4d\ \x41\x54\x59\x02\x10\xb7\xfc\xc3\x04\x95\xd4\x5b\x2e\xb7\xc2\xd0\ \x34\x93\x73\x49\x52\x65\x99\x22\xc1\x0d\x5d\x03\xaa\xfe\xae\x08\ \x59\x70\x5d\xd3\x2c\x01\xb2\xac\xca\x12\xe1\xcc\x32\x74\x9d\x09\ \x81\x10\xf5\x3b\x81\x99\xba\xc6\x90\xa4\x48\xf4\x9e\x61\xb5\xe0\ \x86\xa6\x63\x45\xbd\xd3\x8c\x98\x9b\x86\x6e\x9a\x02\xb0\xac\xa8\ \x94\x62\x28\xf3\x48\x03\x04\x20\x00\x2b\xaa\x8a\xb9\xa5\x19\x06\ \x00\x22\x54\x96\x65\x8a\x00\x01\x37\x35\x4d\xbf\x55\x47\x49\x14\ \x9b\x22\x2c\x9d\x81\xa4\xca\x94\x5b\xa6\xae\x33\x59\xa5\x20\x45\ \x3f\x3e\x7a\x60\xc3\xa6\x5d\x1a\x95\x4b\x7f\xfd\xc1\x17\x02\xee\ \x5c\xf7\xbd\x36\x04\x94\xa0\x4f\x1f\x8e\xb1\xcb\x38\xc0\xd4\x01\ \xdc\x1d\x9c\x43\x58\x95\x9a\x35\x13\x62\x14\xe1\xb9\x7e\xfa\x6c\ \x76\x29\xfb\x7b\xe2\x65\x4b\xd7\x39\x96\x64\x19\xff\x17\x2f\x2a\ \x09\x6e\xea\x26\x96\xff\x8b\xd5\xe4\x82\x71\x5b\x54\x5c\x5c\xa4\ \xb8\x79\x3d\x9b\x05\x2a\xa3\xfe\xab\x08\x07\x39\xea\xb4\x6b\x14\ \x69\x83\xc2\x8c\xf4\x1b\x97\xd3\x0c\x84\x03\x55\x20\xf7\xc9\xd4\ \x32\x45\x33\xfa\x95\x77\x04\x98\x3a\x80\x7b\xd2\x1a\x80\xe6\x2b\ \xf5\x09\x24\x01\x55\x14\xbb\x44\xfe\x0e\xd3\x72\x8e\xe2\xea\xd6\ \x56\x3d\xe9\x37\x52\x5d\x7f\xe1\x20\x8e\x40\x98\x86\x09\x54\xa2\ \xf7\xf9\x0a\x0b\x01\x72\x70\xf5\xfa\xf1\x85\xd7\xaf\x17\x3a\xd9\ \x7d\xaa\xc9\x39\x63\x4a\x54\x95\x66\x4d\x22\x2e\x1c\x38\xeb\xba\ \x17\x5b\x20\x10\xa6\x61\x58\x48\x51\xa5\xbf\xbc\x3e\xe7\x16\xb3\ \x2c\x21\xab\xf2\xbf\x58\x7b\xc6\x4c\x83\x63\x2a\xfd\xf6\xc1\x11\ \xa6\xae\x71\x24\x2b\x32\xf9\x57\xde\x71\x53\x37\xfc\xe2\x48\x22\ \x49\xf4\xd6\xc9\x99\xa1\x33\x81\x25\x45\x42\x00\xc2\x32\x0d\x93\ \xdd\x1e\x36\x95\x65\x04\x96\xc5\xb1\x2c\x51\x00\x61\x19\x06\x10\ \x89\x52\x24\x98\x10\x9c\x99\x96\x45\x15\xf5\x5f\x10\x16\x72\xdd\ \xa7\x33\xc1\x31\x96\x14\x55\x09\x54\x82\xfc\x53\x4c\xfd\xc5\x23\ \xe5\x1d\x32\x0e\x44\x0d\x01\xdc\x23\xfb\x61\xc0\x83\x1f\x2f\xdc\ \xfa\xeb\x0f\x73\xbf\x9f\xd4\xb6\xba\xe4\x33\xfe\x86\x4d\x29\x37\ \x0c\xa5\xd7\x7b\x63\x9e\x7c\xa8\x82\xa6\x5b\x7f\x15\x1d\x0b\x7b\ \xc3\x6e\x0f\xd6\x89\x0b\x62\xec\xbe\xae\xc2\x2d\x13\x97\xab\x3d\ \xea\xab\xd1\xf5\xe3\xb0\x7e\xdf\x7f\x18\xd3\xf5\x90\xba\x0f\xbc\ \xfe\xf1\xc0\x72\x8a\x75\xcf\x8e\x19\x02\x10\x95\xff\x8a\xa6\x05\ \xd7\x74\xda\xee\xb9\xd7\xe7\x1c\xfc\x71\xcd\x86\xb7\x2a\x86\x30\ \xf3\xef\x77\x1c\x12\x16\x23\xd5\xdb\x75\x69\x5a\x33\x8a\x5b\x0c\ \x00\x04\x33\x35\x5c\xee\xc5\xc5\x9b\xbf\x78\xbb\xad\xa5\xe9\x7f\ \xff\xfd\x46\x34\xa6\x66\xdd\x66\x1d\xdb\x34\x6f\xd3\xb0\x5c\x10\ \x36\x4c\x86\x10\x70\xc6\xc3\xab\xd7\xae\x5d\x3d\x96\x70\xc6\x38\ \x0f\x8a\xab\xd9\xaa\x4b\xdb\xc6\xad\x1a\xd6\x6f\xdd\xa2\x75\x97\ \x16\xf1\x31\x76\x7b\x44\x7c\xa5\xf8\x70\xc4\x19\x07\x12\x5d\x3d\ \xa1\x5c\x28\xf1\x79\xe4\xee\xa3\xdf\xfa\x7a\xfb\xea\x15\xfb\xe6\ \x34\x8f\x91\x0c\xf6\xb7\xad\x6a\xb1\x62\xb3\xd9\xed\x0e\x55\x0d\ \x14\xec\xfd\xdd\x3b\x18\xb8\x05\x01\xdc\x83\xb2\x68\x6c\xcd\xf2\ \x57\x7f\xfc\x66\xec\x4b\xd3\x4e\xdf\x34\x95\xfb\xcb\x2c\x5a\x86\ \x61\x98\x16\x67\xcc\xd0\x34\xbf\x9c\x51\x71\x28\x12\x11\x0c\x98\ \xae\xe9\x8c\x09\x84\x80\x19\xba\xae\x5b\x9c\x59\xfe\x1e\xc6\xc0\ \x4d\x9d\x44\x0f\x78\xf3\x9d\x8e\xb5\x42\xf5\x32\xda\x13\x96\xae\ \x19\x86\xc5\x99\xa5\x6b\x3a\xbb\xdb\xab\x8d\x08\xb1\x07\x49\xc0\ \xb9\xc5\x4d\x5d\x33\xfc\xc4\x2b\x04\xe7\x5c\x70\xcb\xd4\x75\x43\ \x00\x42\x20\x4c\x5d\xd3\x0d\xab\xac\x8f\x07\xf8\x2b\xde\x04\x08\ \x6e\xea\x9a\xc5\x04\xf2\xf7\x63\x32\x2c\x00\x04\xdc\x32\x74\x53\ \x00\x12\xcc\xd2\x75\x93\x73\x6e\xe9\xba\x6e\xdc\xd9\x56\xca\x7f\ \x61\xac\xc8\xec\xf8\xca\x05\xd3\xa7\x6e\xb2\xd7\x49\x08\x96\x81\ \xfb\xbd\x16\x2c\x53\xd7\x0c\xc6\xb8\xa9\x6b\x86\xc5\x00\x21\xc1\ \x2c\x4d\xd3\xad\xdf\x2e\x0e\x65\x0d\xf8\x38\x37\x35\xdd\x62\x1c\ \x04\xf7\x31\x7b\xb7\xe1\x63\xfb\xb5\xa9\x64\x18\xba\x00\x40\x08\ \x61\xb0\x72\xae\x5e\xbe\x91\xf6\xdb\x4a\x20\x33\x74\xbd\xec\x56\ \x68\x16\x17\x08\x84\xa9\xeb\x96\xc5\xb9\x75\xf7\x9b\xc3\x99\x29\ \xc2\xaa\xbf\xb3\x79\xe9\xbb\xe3\x87\x3c\x33\xfe\xc3\x19\xf3\x3f\ \x68\x1c\x4b\x0d\xd3\x30\x70\xfc\xb0\x85\x8b\xe6\x2c\x7c\xb7\x46\ \x94\xf0\x69\x66\x64\xed\xf6\xfd\x47\x3c\x3b\x76\xf9\xaa\x99\x0b\ \x3e\x18\xf4\xfc\x23\xd5\x2b\x85\x35\x1e\x34\xe1\xd3\x31\xbd\x89\ \xe6\xd2\x50\xe8\x90\x25\x5f\x3f\xd1\x2d\x9e\x83\x67\xdf\x77\x5f\ \xbd\xfd\xe2\x77\x2e\x54\x21\x3a\x54\x0e\x14\x6f\x04\x98\x3a\x80\ \x7f\xcb\xfc\x87\xa1\x6b\x25\xa5\xa5\x5e\xb7\x79\xbb\xf9\x85\xf8\ \x93\x79\xc7\x6f\x5b\x84\xa1\x89\x56\x2f\xbf\xb7\x74\xff\xfa\x05\ \x3f\xaf\xfc\x62\xe6\xcb\x55\x82\x91\xc1\x4c\x8f\x65\xef\xf0\xda\ \xe4\x65\xfb\x36\x4e\x9f\xf1\x7c\x8c\x43\x68\x1e\x2d\xb4\x7e\x97\ \x0f\xd6\x2f\x5f\xbc\x7b\xf5\x27\x93\x06\x47\x51\x53\x43\x31\xc3\ \x67\x8c\x6d\xd7\x22\xbe\xd7\x07\x9f\x2d\xdc\xb6\xe0\xd9\x07\x2b\ \x7a\xbc\xbe\xd8\x07\x1e\x9f\xb2\x75\xf5\xe2\xdd\x2b\xdf\x1b\xdd\ \xcb\xc1\x6f\x13\xf1\x1d\x97\x36\x35\x2d\xa8\xf6\x4b\xdf\x2e\x58\ \xb5\x7f\xfd\x3b\xa3\xba\xc9\xa6\xcf\xa7\x93\x16\x83\x46\x7d\xfb\ \xd3\xb2\x45\x3f\xaf\x78\x7d\x78\x3b\x62\x68\xba\xc1\x2b\x75\x78\ \x72\xea\xa6\x65\x0b\x77\xaf\x99\x35\x67\x4c\xdd\x48\xa1\x9b\x82\ \x33\xe6\xf3\xe8\x75\x9f\x7c\xeb\x9b\xc5\x63\x2b\x48\xbe\xe8\x2e\ \xcf\x4c\x9f\x3d\x2c\x88\x95\x3a\xea\xf6\xfb\x7a\xd1\x84\xca\xa2\ \xc4\xd1\xb8\xc7\x17\x3b\x37\x2c\xde\xb5\x62\xde\xa6\xe9\xdd\x1a\ \x47\x5b\x86\x29\x7e\x3f\x70\x84\x84\xaf\xa4\x20\x27\x33\xdf\xed\ \x05\x00\x81\x00\x80\x99\x22\x2c\xe1\xf9\x59\xdf\x2d\xd9\xbb\xee\ \x9b\x25\xe3\x1b\xc7\xdb\x0d\x4d\xb3\xe4\xa8\x7e\xef\x7d\x36\xff\ \x97\x95\x0b\x77\x2d\x7f\x6b\x68\x2b\xa4\xb9\xa4\x98\x66\xef\x2f\ \x5f\x30\x6f\xc7\xea\x6f\x97\xbc\x53\xa7\x3c\x75\xfb\xd4\xfe\x1f\ \xbd\xdd\xb7\x47\xd5\xd6\xaf\x8c\x9d\xb7\x63\xe5\xeb\x03\xeb\xea\ \x22\xe6\xc5\xcf\xdf\x7b\xbc\x6f\xc3\x4a\x09\x51\x48\x70\x01\x60\ \xe9\x7a\x44\xd3\x87\x26\x6d\x5a\xb9\x78\xf7\xea\x8f\x26\xf4\x0f\ \xc7\x86\x8f\x07\x3f\xf1\xc5\xac\xa5\x7b\x56\x2e\xda\xbb\x66\xc2\ \x7b\x7d\x1c\xc2\xfc\xf3\xf4\x00\xc9\x76\x87\x91\xb4\xe0\xad\xd7\ \x9e\xef\x39\xec\x6c\x58\xbd\x27\x9f\xaa\xef\x35\x3c\x15\xbb\xf7\ \x0c\x3b\xb9\x66\xdd\x45\xdc\xbe\x5d\x1d\x09\x41\xea\xde\x85\xaf\ \x0e\x7c\x79\xd5\xf6\x8b\x67\x36\xcc\x7d\x75\xf0\xe8\x9f\x0e\xa5\ \x51\x1b\xf2\x79\xdd\xa5\x50\x52\xea\x2d\xf5\x79\x2d\xc4\x05\x80\ \xd0\x3d\x6e\x67\x51\xa9\xc7\xd0\x78\xe0\x85\x08\x30\x75\x00\xff\ \xc6\x74\xfd\x3b\x4f\x69\xa2\xda\xec\x0e\xff\x1c\xb6\x0c\xd4\xbf\ \x45\x91\x91\xe0\x8c\xd3\x7a\x5d\x1b\xeb\xe7\x96\xbf\xf3\xdc\xe7\ \x25\xb5\x9f\x78\xff\xfd\x9e\x12\x98\x32\x36\x2e\xac\x9f\x33\x61\ \xe4\xd7\x52\x87\x61\xcf\x3c\x54\x5d\xc7\xb1\x23\x67\xbc\x57\xee\ \xf2\xea\x71\x2f\x7d\x49\xba\x0c\x1f\xfd\x72\x5b\xa4\x65\xae\xfa\ \x78\xce\xb1\x73\x99\xbb\x67\x4e\x7d\xe7\xf9\x77\x37\xec\x4b\xb3\ \x95\x6f\xf1\xce\x97\xa3\x3c\x3f\x7d\x3d\xfe\x8d\xc5\x55\x86\x8c\ \x79\xb1\x7f\x4d\x5d\x33\x01\x13\xc5\x6e\xb7\x3b\xec\x12\xc1\x00\ \x02\x30\x95\x58\xc9\xbe\xf9\x33\x26\x4d\x58\xdb\xf0\xa5\xb7\x07\ \x75\x8b\xb3\x98\x71\x79\xc7\x9a\xcf\x5e\x1a\x3d\x65\xe6\x91\xce\ \x2f\x8e\x6e\x1d\xcd\x68\xb5\x8e\x9f\xce\x1b\xe9\xdc\xb3\xec\x93\ \x17\xdf\x9b\xf5\xf5\xe6\x4c\x27\x50\x02\xa6\x45\x9a\x0d\x19\x33\ \x76\x58\xed\xad\x5f\x2f\x48\x2c\x61\xc1\xe5\xca\x25\xd4\x88\x22\ \x82\x11\x5b\x64\xb5\xaa\x15\x24\x66\x46\xd4\x69\x58\x3b\x2a\x69\ \xea\x88\xb7\x37\x9f\x51\xc7\x7c\xfb\x76\xad\x08\x6e\x98\x1c\x2b\ \x8a\xcd\xe1\xb0\xd9\xca\xfc\x5f\x10\xc2\xf8\x76\x66\x59\x70\x4d\ \x97\x7b\xbf\xff\x61\xef\x4a\xe9\x9f\x3e\xff\xf6\x51\x5f\xfd\xf1\ \x5f\x3c\x13\xc4\x8c\x0e\x6f\x8c\x7b\xa5\x5f\xf8\xca\xf1\x13\x3f\ \x7e\xfd\xd3\xcd\x7b\x92\x40\xb6\x19\x79\x97\x97\x8c\xff\xf0\xbd\ \x17\x3e\x4e\x8b\xec\xf1\xd2\xa0\x07\x54\x28\xfe\x71\xc6\xdc\x9d\ \x07\x52\x4e\x2e\x9b\xf3\xfe\x33\xaf\x2f\xfe\xe1\xba\x8c\x8b\x96\ \xbd\x3b\x71\xf5\xc1\x8c\xaa\xf5\xe3\x09\x17\x20\x2c\x1e\x5c\xf3\ \x8d\x2f\xdf\x56\x8e\x2d\x1e\xf7\xca\xac\xd0\x3e\x23\x5f\x1b\xda\ \xd8\x12\x41\xad\xba\x57\x3b\xbf\x6c\xf2\xfb\xef\x6e\xa8\xf7\xec\ \x98\xbe\x4d\xcb\xdd\x91\x6e\xfe\xed\xf3\xc9\x05\xc2\x94\x06\x47\ \x54\x8c\x09\x52\x3d\x05\x4e\x1d\x22\x1e\xe8\x5c\x2f\x79\xc7\xa6\ \x0d\xbb\xae\xd5\xed\xd8\xcc\x8e\x05\x22\x54\x02\x89\x20\x84\x31\ \x91\x40\x22\x00\xa6\xcf\xaa\xf1\xf0\x80\x0f\xa6\xcd\xfc\x6c\xe6\ \xc4\xae\x35\x1d\xba\xc9\xfc\xbf\x3f\xc2\x81\x05\xc0\x00\x53\x07\ \xf0\x7f\x26\x1b\x22\x0c\x26\x77\x7a\x77\xf2\x82\x9d\xdf\x7f\x34\ \x69\x48\x39\xd0\x4c\xc6\x4d\xe4\xe8\x31\x71\xc6\xc2\x9d\x4b\xc6\ \x8d\x1b\x10\xca\x35\x0b\x40\x18\xac\x38\x33\xed\xfa\x8d\x9f\x17\ \xcc\xdd\x1a\xd4\xa1\x7d\x8c\x4c\x10\x37\x0b\x52\xaf\x9f\xbf\xb4\ \xff\xf0\xc1\x9b\x55\x2b\x85\xd9\x2b\x37\xaf\x27\x17\xaf\xfb\x66\ \xe3\xc5\x8b\x3f\x2f\x5b\x73\x2c\xee\xc1\xb6\x21\x60\x3a\x0b\x4b\ \xbc\x9a\xe1\x2e\x2a\xcc\xcf\xc9\x73\xba\xbd\x11\x75\xda\x57\x2a\ \xb9\xba\x66\xe1\xce\x0b\x27\x37\xaf\xfe\x39\xa5\x46\xf7\x96\x92\ \x70\xcb\x35\x5a\x8f\x59\xf6\xfd\xc2\xed\xb3\x1f\xef\x54\xdd\x32\ \x75\x81\x29\x72\x65\x5d\x3c\x79\xf6\xc4\x81\x55\x5b\xce\x39\x6b\ \x75\xa8\x8b\x41\x6a\xf8\xf8\xb3\x63\xbe\x9c\x34\x62\x48\xbb\x48\ \xbb\x1a\x64\x27\x55\x9a\x75\x8d\xba\xb2\xe3\xbb\xaf\xd6\x24\x5e\ \xbe\x96\x78\xfe\x6a\x89\x89\xb1\xa5\xd9\x1a\x3d\x31\xe9\x93\x47\ \xf6\x4e\x7a\x67\xed\xd1\x4c\x09\x88\xe0\x60\xe8\x4c\x80\x00\x60\ \x06\xb7\x04\x80\x10\xc8\x97\x97\x7b\xf3\xea\xc5\x4d\xb3\xbe\xbb\ \x12\x56\xbb\x6e\x9d\x72\x9a\x69\x34\x1c\xfe\xee\x9c\x9f\x96\x4d\ \xfd\x76\x74\x15\x1b\x33\xfd\xbd\xea\xfc\x29\x22\x00\xc1\x4d\x16\ \x54\xa9\x65\x9d\x0a\xfb\xbf\xfb\xfe\xc4\x95\x93\xeb\xe7\xad\xf2\ \xd6\x6b\x16\x5f\xb1\x7a\xa7\x96\x35\x0f\x4f\xff\x7c\xf3\x81\xb3\ \x29\x17\x2e\x5c\x4b\xcd\xb7\x38\x84\xd5\x69\xf1\xf4\x87\x13\xde\ \xfb\xf4\xa5\x46\x55\xc3\xc2\x83\x6d\x04\x98\xa7\xb8\xc4\xe3\x35\ \xbc\xa5\xc5\x79\xf9\xb9\xa5\x1e\x03\x21\xe6\x72\x15\x14\x17\xf9\ \x74\xd3\x6f\x97\xa5\x07\x25\xb4\xa9\xc5\xb2\xd7\x7e\xb7\xe5\xe2\ \xf9\xed\xcb\x37\x9f\xab\xdc\xbd\x8d\x03\x71\xe6\xf1\xe6\xa4\x24\ \x9d\x3a\xf8\xd3\xb9\xc4\xd2\x84\xca\x61\x77\xc9\xb9\x33\x5d\x0f\ \xae\xf3\xf2\xd7\x73\xe7\xae\x1b\xc7\xf6\xad\x9c\xbf\xe2\x72\x48\ \x4c\x8d\x26\x2d\x2a\xdb\x2b\x57\xad\x1c\xec\x28\xdf\xa4\x63\xad\ \x08\x62\xfa\x5b\xc3\xa2\xdb\x1f\x63\x84\x08\xf6\xe4\x65\x5d\x3d\ \x73\xe1\xf2\xb9\x2b\x05\x6e\x16\xe0\xe7\x7f\x2b\x04\x34\x8a\x01\ \xdc\x6f\x70\x2d\x11\xf3\xe8\xb7\x93\xaf\x2c\x91\x4d\x9f\xab\x08\ \x14\x8a\x11\x08\xef\xfe\xe9\x1f\x9f\x9d\x4d\x0d\x8f\xd3\x89\x15\ \xea\x67\x30\x21\x4c\xc0\x61\x11\xa1\xaa\xee\x34\x2c\x01\x08\x61\ \x49\x92\x81\x22\xcc\x05\x21\xcc\xeb\x64\xb2\xa3\x5c\x39\xd5\xcc\ \xb6\x62\x62\x42\x25\x77\xb2\x09\x08\x61\x44\x91\x24\x23\x6e\x80\ \x29\x09\x6c\x78\x4a\x51\x50\x68\x44\x28\x35\xbd\x72\x6c\x94\x0d\ \x4a\x4b\x38\xa8\x46\xca\xe9\x79\xaf\xbf\xa1\x50\xe1\x2a\xc8\x27\ \x54\x46\x08\x61\x82\x80\x59\x02\x42\x2b\x94\x93\xf4\x5f\x0b\xc3\ \x1b\x74\x7f\xf7\x9d\x66\xb3\x1f\x7b\x69\x67\x56\xad\x39\xeb\xde\ \xa2\x04\x7b\xdd\x45\xb4\x42\x7c\x64\x88\x2d\xbb\xd4\xc2\x20\x21\ \x10\x40\x65\xfd\xda\x9e\xa5\x47\x5c\xbd\x26\x7e\x98\x38\x64\xec\ \xa1\x74\xb7\x61\x1a\x4a\x44\x04\xb6\x0c\x8f\xcf\x40\xb7\xeb\x41\ \x10\x58\xc0\xe4\xa0\xb0\x08\xaa\xe9\x5e\x53\x02\x72\x65\xe5\x77\ \xef\xff\xa8\x72\xc3\x57\xa8\x63\x8a\x81\x01\x08\x10\x54\xc5\x96\ \xae\xeb\x5c\x60\xd3\xe7\x33\x21\x2a\x2e\x9c\x03\x0f\x8e\x2c\x17\ \xca\x5c\xba\xcb\xed\xe4\x46\xd5\xea\xf1\x32\x5c\x35\x2d\x42\x28\ \xe8\x56\xd8\xb3\x9f\xbe\x5a\xed\xf2\x92\x97\xc6\xfc\xdc\x7b\xca\ \x37\x8f\xa9\x32\x02\x40\x04\x11\xa0\x0a\x16\x26\x18\x12\xb3\x63\ \x8a\x30\x10\xa0\x20\xc9\xc8\xe0\x9a\x00\xc9\xf2\x96\x72\x5b\x50\ \xb9\x48\xc5\x2c\xc2\xe5\xa3\x83\x89\xab\xc4\x12\xfe\xd6\x4d\x92\ \x0c\x00\x48\xdc\xdd\xea\x8a\x28\x8a\x27\x69\xc5\xc7\xe3\x37\xef\ \xcf\xd6\x75\x43\x08\x5c\xa1\x45\x83\x8a\x11\x12\x34\xee\xd6\x03\ \x3b\x58\x70\x6c\xcb\x96\x31\xc7\x7f\xcc\x27\xbf\x2f\x28\xa0\x12\ \xce\x39\x7b\x74\xf3\xca\xe5\x4e\x9c\x50\xe7\x99\x47\x28\x09\x84\ \x71\x01\xa6\x0e\xe0\xff\x64\xde\x5a\xb8\x72\xb3\x4a\x39\x00\xc6\ \x84\xf8\x7b\x50\x08\x67\x76\x46\x89\x00\xe4\xdf\x02\x5c\x17\x4a\ \xd3\x41\xa3\x3e\x54\x7b\xb7\xee\xd7\xe1\xe8\x8c\xd1\x79\x1c\x29\ \x41\x88\x2a\x98\x03\x52\x10\xb5\xcb\xaa\x99\xbb\x7b\xcd\xc1\x67\ \x9f\xf9\x66\x56\xe5\x63\x25\x6d\x7b\xc6\xff\xf0\xc6\x64\x1f\x56\ \xa8\x2f\xf7\x72\x4a\xce\x53\x13\xc6\xd1\x76\xd7\x53\x0f\x6f\xda\ \xb0\xfb\x87\x2d\x57\x1f\x1e\xb5\xe0\xeb\xd6\x37\xe4\xf6\xf5\xc4\ \xfc\xe7\x0e\x0a\x49\x01\xdd\x9b\x9b\xea\x12\x00\x98\x10\x84\xb0\ \x30\x35\x23\xb8\xfa\x23\xaf\x8f\x6e\x6e\x6f\xd2\x56\x4d\xff\x74\ \xcd\x59\x23\x38\x34\x35\xcf\xde\xea\xb1\xc7\xec\xc5\xf1\x71\x41\ \x2a\xc2\x28\x79\xff\xc6\x1d\x69\xdf\x4c\x59\x37\x67\xff\xaf\x29\ \x84\x95\xee\x5a\xb4\x24\x1f\x88\x4d\xc9\x5b\xf5\xf6\x7b\xe7\xdf\ \x9d\xfd\xd1\xba\x2f\xc6\xf7\x7b\xe3\xfc\xaf\xc7\x52\xf8\xd4\x8f\ \xe6\x4c\x4e\x92\x9b\x87\xa1\x02\x8b\x03\x37\x8d\xb0\x66\x8f\x8c\ \xf9\x1c\x1c\x4d\xbb\xa2\x03\x5b\x4f\x5c\x2c\x96\x54\xd5\x57\x98\ \x9b\x96\x2f\x00\x21\x42\x09\x02\xc0\x04\xb9\x32\xd3\xd2\x79\xe3\ \x51\x33\x26\x9f\x39\x7c\x70\xcd\xa2\xed\x6b\x56\xfe\x38\xe9\x9d\ \x89\x93\x6b\x9c\xac\xdc\xa5\xd3\x85\x25\x53\xd2\x4b\x32\xd6\xcf\ \xdf\x3a\x63\xca\x47\xb3\xe2\x3b\xdc\xc8\xe7\x66\xea\xc1\x25\x8b\ \x4f\x24\x5f\xce\x6b\x59\xbf\xfd\x63\xc3\x42\x9b\x35\x4d\x80\x63\ \x96\x40\x98\x58\xce\xc4\xcb\x57\xfa\xbe\xf2\xfa\xf8\x4a\x9d\x73\ \xce\xff\xb2\x6e\xf3\x39\x02\x2c\xe5\x4c\x92\x3a\xe4\x99\x49\x33\ \xca\x9f\xdd\xb7\x65\xcd\x0f\xbb\xd6\x9d\x78\x6c\xd8\x9c\x59\xb5\ \xcf\xea\x0f\x74\x0a\x5b\xf3\xd2\xcf\xba\x14\xaa\x86\x60\x22\x21\ \x01\xc8\x86\x09\xfd\x73\xbb\x67\x01\x08\x63\x39\x98\x39\x8b\x8b\ \xdc\x1a\x0b\xb2\xab\xba\xcf\x6a\xf4\x58\xef\xc2\x5f\xe6\xbd\x3d\ \xea\x7b\x1f\x28\x8f\xcc\xd8\x38\xa8\x6f\xf7\x90\x1f\x17\xb8\x84\ \x03\xa9\x41\x58\x92\x10\x08\x01\x40\xb1\x3d\x58\x0e\x52\x41\x35\ \x6d\xaa\x12\x46\x75\x29\x10\x54\xff\x1b\x21\xe0\xf9\x12\xc0\xdd\ \x61\x31\xd2\xb8\x5f\x6f\x47\xf2\xee\x9d\xa7\x32\x14\x52\x56\x4b\ \x8b\x30\xc6\x04\xe3\x3b\x2c\x44\x6e\x6f\x01\x10\x96\x49\x9a\x3c\ \xde\xa7\xa2\x99\x92\x98\x54\x74\x6e\xed\xfc\x15\x1b\xcf\x08\xac\ \xe8\x4e\x57\xea\xb9\xab\x39\x99\x9a\x65\x7a\x52\xaf\x5e\xcb\xc8\ \x2c\xba\x76\xf0\x48\x8e\x15\x16\x13\xec\xdb\x31\x73\xe6\xb6\x43\ \xe9\x54\x55\x28\xd2\xae\x9e\xbc\x50\x8a\xc3\xc2\x55\x3d\xe5\xfc\ \xa5\xf4\x8c\xdc\x0b\xfb\x7e\x75\xd9\xca\x47\xa0\xdc\xf5\x9f\xcf\ \xdc\x77\xb1\x48\x91\xa9\xdf\xcb\x15\x13\x8c\x10\x02\x8c\x84\xee\ \xce\x4c\x2e\x52\x1d\x21\x46\xf6\xf9\xef\x3f\x9d\x7d\x36\xcb\x84\ \xd2\xcc\x53\x47\x53\xc3\xaa\x54\x2d\xe7\xd0\x8e\x6c\xfd\xe1\xc8\ \x99\x9b\x9a\xbb\xf0\xd8\xce\x03\x85\x10\x1c\x19\xe9\xd0\x0b\xb3\ \xae\x5e\x4c\x2a\x76\x1a\x25\xe9\x59\x29\x57\x92\xcf\xed\x3d\xea\ \x94\x82\x58\x51\x76\xda\xb5\xab\x67\x4f\x5e\xb7\xc5\x56\xa0\xae\ \x1b\x3f\xad\xde\x7c\xf6\x6a\x76\x64\x93\x8e\x5d\x9a\xda\xce\x9f\ \x4a\xcb\x3f\xb3\x7b\xde\x97\x6b\x72\x34\xea\xcf\xe6\x62\x82\x6f\ \x9b\x1b\x22\x42\x58\x69\xde\x95\xd3\xa9\xc1\x51\xe1\xde\xac\xa4\ \xab\xd7\x73\xd2\x4f\x1f\xbf\x94\xaa\xc5\x55\x0a\xbf\xbc\x61\xc9\ \xe2\x65\x07\x2d\xc9\x51\x72\xe5\xc4\xa1\xe3\x69\x41\xd1\x51\x76\ \xca\xf2\x6e\x5c\xbb\x91\x92\x95\x78\xf8\x54\xa1\x08\xaf\x5c\x39\ \xb2\xf0\xca\xd1\x6d\x9b\xf7\x67\x16\x1b\x12\x15\x69\x17\xce\x67\ \x79\x6d\x51\x61\x38\xe3\xf2\xc5\xe4\xb4\x12\xa2\xc8\xce\x1b\x57\ \x52\x32\x7c\x91\xe5\xe4\xf4\x8b\x97\x6e\xa6\xe7\x5d\x39\x70\x24\ \x1f\x95\x8b\xb2\x39\xb7\x4d\x9f\xb9\xfd\x78\xb6\x2c\x53\x4f\x41\ \x61\xd2\xd9\xeb\xc5\xc5\x96\xa1\x97\x5e\xbf\x74\x35\xa7\x44\xff\ \x9d\x28\x09\x01\x08\xee\xca\xce\xbb\x71\x3e\xd9\xad\x01\xc6\x00\ \x48\x72\xa8\xda\xb5\x83\x47\x33\x72\xb8\x4a\x89\x27\xab\xc0\x57\ \x98\x77\x33\x35\xdb\xc2\x94\x7b\x4a\xb2\x13\x2f\xa5\x67\x3a\x31\ \x25\x4c\x77\x66\xa4\x24\xa6\xa4\x15\x03\xc6\x7a\x61\xf1\xcd\x73\ \x57\x0a\x8a\x0d\x66\x7a\xdc\x22\xba\xe7\xc0\x8e\x37\x77\x6d\xbb\ \x56\x60\xd0\x00\x7b\xff\x0f\x13\x34\x46\xdd\x6b\x07\xc9\x04\x05\ \x94\x2f\x01\xdc\x3d\x2d\xad\xe9\xf4\xe9\x35\x9b\x1e\x92\x0e\x6d\ \x5c\x71\xec\xc2\x91\x83\x29\xf9\xec\x1f\xb9\x73\x71\x9f\x57\x7e\ \xf5\xc7\x45\x09\x27\xa7\x3c\xf7\xe1\xbe\x60\x1c\xe2\x50\x54\x82\ \x41\xf3\xb9\x39\xb6\x39\x14\xa2\xeb\x6e\x13\x54\x87\x22\x09\x66\ \xf9\x34\x8f\x01\x42\x22\x76\x9b\x22\x23\x10\x7e\xbd\x89\xc7\xf0\ \x5a\x80\x54\x1a\x64\x53\x28\x37\x4d\xaf\xe1\xb1\x00\xc9\xd4\x6e\ \xf3\xab\xae\xff\xf8\x07\x72\xcd\xe7\xd1\x81\x01\x10\x55\x72\x28\ \x12\x41\x20\x4c\xc3\xe7\xb5\x74\x0e\x40\x90\x6c\x53\xec\x12\x01\ \x6e\x99\x3e\xdd\x67\x02\x03\x90\x1d\x8a\x83\x20\xc3\xa3\x59\x76\ \x9b\x03\x83\xe5\xf1\x79\x88\x1c\x64\x93\x88\xa9\x79\xbd\x4c\x13\ \x80\x28\x56\x31\x17\x8d\x5f\xfe\x60\xd2\x33\xde\x27\xdb\x4e\x28\ \x86\x20\x87\xe2\x90\xef\xe1\x51\x82\x40\x18\x86\xd7\x6b\x19\x18\ \xd9\x82\x54\x1b\x46\x5c\xf7\x79\x7c\xc2\x22\x48\xb5\xab\x65\x1a\ \x48\x4b\xf7\xf9\x98\xce\x00\x28\xb6\x07\xa9\x0a\x70\xd3\xab\x79\ \x4d\xe0\x00\x48\x91\x1c\xaa\x24\x01\x02\xb0\x0c\xaf\xee\x35\x40\ \xc8\xc4\x61\x57\x64\x00\x81\x04\xf7\x6a\x1e\x5d\x30\x85\x04\xd9\ \x55\x49\x58\x96\x57\x77\x9b\x00\x32\x71\xd8\x14\x09\x80\xf9\xbc\ \x5e\x22\x3b\x54\x09\xbc\x3e\x0f\x10\xbb\x4d\xc2\x7f\x0a\xab\x99\ \xd7\xe7\x93\x14\x87\x4c\x91\x10\x80\x10\xe8\x5e\x0f\x23\xaa\x5d\ \x21\x20\x90\x65\x7a\x7c\x1c\x3b\x14\x1b\x06\x61\x68\x6e\x93\x28\ \x76\x59\x46\x42\x18\x86\xc7\x00\xc9\x21\x2b\x08\xb8\xcf\xeb\x41\ \xb2\x8d\x80\x52\xb7\x63\xcb\x1a\x8d\x3b\x3c\x3d\xb4\xc3\xa2\x27\ \x9f\xd8\x76\xcd\xad\xd0\x40\x4a\xe4\x7f\xf0\x25\xbc\x43\xf9\x12\ \x88\xa9\x03\xb8\x47\x5a\x1a\x09\x6f\x51\x29\xc6\x8e\x30\x07\x64\ \x5e\xbd\x9a\xef\xe4\xff\x50\x4d\x8e\x11\x78\x8b\x4b\xd3\x2e\xa6\ \x14\xe5\x08\x9b\x22\xf9\x03\x6f\x4a\x65\x89\x60\x01\x40\x88\x5c\ \xa6\xc4\x43\x58\x92\x14\x55\x52\x31\x70\x2e\xca\x2a\x0b\x10\x26\ \xb2\xa4\xaa\x92\xea\x4f\x8f\x22\x8c\x65\x49\x55\x25\x45\xba\x67\ \xb6\x54\x00\x10\x55\x71\xd8\x64\xe5\xf6\x27\x04\x13\x49\x91\x54\ \x55\x52\x15\xa9\x6c\xea\x8e\x30\x91\x24\x45\x95\x6c\xaa\x24\x63\ \x0c\x20\x00\x38\xa2\x94\x20\x84\x65\x49\xf1\x47\x88\x98\x4a\x8a\ \x64\x53\x25\x55\xa6\x14\x0b\xc4\x34\x5f\xce\xb5\x9b\x19\xa9\x4e\ \x2a\xa9\x7f\x39\x64\x44\x88\xac\x4a\x36\x45\xa2\xfe\x66\xa4\x44\ \x92\x55\x49\x95\xcb\xfe\x13\x6e\x9d\x59\x55\x25\x55\xf6\xb7\x1e\ \xbd\x35\xf0\xdb\xc3\x2c\xfb\xa3\x25\x55\x95\x54\xe9\x76\x7b\x52\ \x84\xfc\xbb\x95\xb5\x86\xc2\xf8\xd6\x0e\x65\x85\x27\x92\x24\x13\ \x8c\x04\x20\x4a\xe5\xbb\x7f\x3e\x11\xf6\xef\xf3\x5b\x68\x26\xc9\ \xb7\xef\x24\x26\x92\x4c\xcb\x9c\x05\x08\x95\x25\x52\x76\x5d\x42\ \x64\xb9\xec\xdf\x88\x4a\x32\xc5\xc0\x18\xad\xd2\xac\x69\xed\x4a\ \xca\x85\x03\x3f\x1f\xfd\xf5\x8a\xc7\x14\x38\xe0\x06\x10\x88\xa9\ \x03\xf8\x37\xcb\x4a\x83\xdb\x97\x5d\x28\x74\x04\x4a\x84\x5c\x3e\ \x58\x42\xff\xd0\x58\x09\x21\xd0\x7d\x1e\x86\x54\xbb\x4a\x6e\xd7\ \x3d\x23\x10\x9a\xe6\xb6\x40\x75\xa8\xf2\x9d\xa1\xb1\x10\xc8\x1e\ \x11\xa1\x98\xae\x62\x97\xfe\xcf\xbb\x81\x08\xc0\x72\x58\xb9\x60\ \xad\xb8\xd8\x67\x88\xfb\x3c\x5a\x70\x4e\x1c\xe1\xf1\x71\xb6\xdc\ \xd4\x6c\xfd\x5e\xe6\xe3\x08\x71\xd3\xe7\x35\xc0\x61\xb7\xdd\x4b\ \x4d\x87\x00\x74\xc3\xa3\x59\x06\x80\xe2\xb0\xd9\xff\x45\xf3\x56\ \xce\x2c\x81\x7e\x6b\xf5\x8f\x84\xd0\x34\x37\xc3\x36\x87\x22\x89\ \x7f\x45\xce\xf7\x5b\xe5\xf9\x6f\x23\xbd\x55\x0f\x8e\xfe\xb0\xc7\ \xad\x8d\xfe\xf8\xfb\x56\x38\x87\x30\x06\x5e\xa2\xe7\x95\x32\x1f\ \x80\x1c\xa5\xc4\xda\x02\x16\x88\xff\x7b\x31\x75\x60\x2e\x13\xc0\ \xdd\x61\x98\xa2\xf5\xb0\xcf\xbe\x5f\xbd\x71\xd1\x37\x9f\xb5\x4b\ \x90\x7c\x3a\xbf\xaf\x07\x4b\x75\xd8\x94\xdf\x68\x1a\x04\xd3\x85\ \xbd\xe7\x98\xcf\xde\x18\xd2\x8c\x1b\x77\xc8\xa3\x85\xe5\x33\xd4\ \x3e\x63\x26\x3e\xdf\x23\xc1\xd0\xcd\x7f\x9a\xdd\x2c\x0b\x97\xab\ \x3d\x7a\xf6\xbb\x8d\x2a\x11\x5d\x67\xf7\x79\x94\xa5\xe9\xa1\x8d\ \x1e\xfc\xe8\xbb\x97\xca\xdb\xfe\x42\x4d\x2e\x30\x55\x83\xec\x2a\ \xba\x77\x0b\x3a\xcd\xa0\x6d\x9f\x1e\xf5\xd5\xfa\xe5\x5f\x7c\x36\ \x38\xc6\xc1\x2d\xf6\xf7\xd5\xe4\x9c\xa3\x88\x2a\xd5\x2a\x44\x07\ \x09\xce\xfd\xb4\xad\xe3\x90\x47\xde\x9f\xf2\xca\xc0\xfa\x96\x61\ \xfc\x6b\xc1\x98\x64\x0f\x09\x0e\x0e\x52\x85\xa5\x9b\xcc\xdf\x0d\ \x8f\x03\x91\x24\x82\xfd\x82\x49\x22\xdb\x43\xc2\x42\xec\x36\x59\ \xb1\x3b\x42\xc2\x43\x64\x89\x00\xba\x9d\x87\x07\x4c\x08\x02\xe6\ \xd3\x94\x3e\x23\x3f\x58\xbc\x66\xc3\xbc\xb9\x93\xeb\x45\x4a\x26\ \x0b\x10\xf5\xff\x1a\x02\x4c\x1d\xc0\xdd\x49\x84\x71\xa9\xce\x43\ \x5d\xd4\xe2\x63\x2b\x16\x6c\x4b\x2d\x60\x94\xfe\xc3\xd0\x11\x01\ \xb7\x3c\x3e\x97\xc1\x04\x42\x88\x5b\xba\xdb\xeb\xe3\x9c\x79\x74\ \x23\x38\xa6\x6a\x95\xd8\xa0\xdb\xfe\xd8\x82\x59\x1e\x5f\x69\x09\ \xf3\x85\x44\xc6\x47\x05\x2b\x42\x08\xc1\x2c\x9f\xd7\xe5\xf4\x3a\ \x3d\x3e\x9d\x0b\x40\x08\x09\xcb\xf4\x7a\x4b\x9d\x5e\xa7\xcf\xb8\ \x5b\x5b\x0d\x21\x90\xec\xa8\x90\x10\x09\x96\xab\x84\x97\xfa\x74\ \xcb\xef\xf7\x68\x1a\x5e\xa7\xb7\xd4\xe9\x75\x6a\x7e\x81\x38\x80\ \xb0\x0c\xaf\xd7\xe5\xf4\x96\xba\xbc\x5e\x0b\x04\x55\x94\xa0\x60\ \x05\x01\x30\x43\x73\xfb\x3c\x4c\x20\x6e\x69\x1e\xaf\x26\x00\x09\ \x66\xb8\x7d\x5e\x0e\x48\x58\x86\xc7\xeb\x2c\xf5\x1f\xf2\x67\x6e\ \x42\x88\x12\x96\x7c\xf4\xc0\xfe\x13\xd9\x6d\x9e\x6c\x1f\x65\x13\ \x65\xa4\x2f\xb8\xee\x73\x3b\xbd\xa5\x6e\x9f\x56\xd6\x1e\x43\x08\ \x53\xf3\xba\xbc\xa5\x4e\xaf\xd3\xeb\x2f\x90\xe6\xa6\xff\xcc\x6e\ \x9f\x8f\x71\x40\xc2\x2a\xd2\xa0\xfb\x1b\x93\x06\x3c\x10\x5b\xa8\ \xe5\x79\x75\x0b\x84\xe5\xd1\xcd\xd0\xd8\x84\xca\xe5\x1d\xe2\x8e\ \xdb\xe5\xf5\x3a\xfd\x27\xf1\x4b\xe4\xfd\x17\xba\xb5\xe5\xcf\xbf\ \x9c\xc9\x83\xab\xbc\xf3\xe3\xa6\x85\x1b\x67\x4d\x5d\xb7\x78\xca\ \xe4\x61\xf1\x36\xc6\x98\xa5\x59\x61\xcf\xad\x58\xb7\x7a\xf9\x7b\ \x95\x82\x4c\xb7\x57\xaf\xdc\x71\xc8\x94\xef\x67\xcd\x39\xb0\x63\ \xcd\xde\x65\x5f\x2c\xfe\xa8\x63\xf3\xd8\x26\x4f\x7f\x34\x75\xdc\ \x23\xd4\xeb\xf2\xa1\xf0\x11\xab\xe6\x0f\xee\x11\x6f\x72\xdf\xe5\ \x5f\x7e\x5a\xb1\xec\x64\x95\x66\xdd\xab\x97\x93\x59\x40\x4e\xfe\ \xbf\x87\x40\x95\x5e\x00\xf7\xcc\x65\x20\x5f\x71\xd6\xf9\x33\x27\ \xce\x5e\x0c\xb6\x39\xca\xa6\xe7\xb7\xf8\xe3\x8f\x33\x6a\x00\xe0\ \x3a\x0f\x6f\xf8\xda\x6b\x7d\xce\x2f\xfa\xea\x40\x92\xab\x5c\x8b\ \x87\x5e\x7e\xb4\xfc\xca\x29\x3b\x1f\x1f\xff\x52\x9b\x6a\x5a\x5a\ \xb2\x81\x30\x12\x00\xc2\xd4\xe5\xd8\x06\x23\xdf\x1e\x52\x25\x44\ \xae\xd5\x32\xea\xca\x1e\x83\x09\x9d\x44\x36\x7c\xf6\xb5\xe7\x9a\ \x55\x0b\x4e\xdd\xb7\x79\xc9\xc2\xdd\x4e\x1f\x0b\x4a\x68\x36\xec\ \xcd\x21\xb5\xca\x59\x47\x97\x2f\xde\xf0\xe3\x45\x50\x15\xf4\x87\ \xc9\xbb\xa5\x7b\xa5\x2a\xcf\x7c\x32\xb3\xb7\xd7\x3a\xb1\x6a\xe1\ \xc6\xed\x89\x9c\x3a\x9a\x3e\xfa\xc2\x80\xfe\xcd\x25\xa3\x74\xff\ \x92\xf9\xdb\xf6\xa5\x20\x10\xb6\xca\xcd\x9e\x1b\xd9\xbf\x76\x95\ \x30\xef\x8d\x33\x8b\x3f\xfd\xb6\xd4\xe0\x8c\x71\xcd\xe5\x0a\x6f\ \xfe\xd4\xc8\x41\x95\x56\x7f\xf2\x8d\xab\x56\xef\x81\x9d\xa4\xa5\ \x33\xd6\x8b\x84\x07\x5f\xed\x9f\xb0\xfe\x8b\xb9\xc5\xd5\xda\x0e\ \x1f\x39\xa8\x66\x79\xa5\x34\xf5\xfc\xea\x2f\x97\x5e\xc9\xb3\x64\ \x09\xdf\x39\x70\x42\x44\xce\x95\x33\x87\x1c\xd5\x9f\x1e\xd0\x03\ \x40\x20\x40\x20\x98\x2e\x82\xba\xbc\xfa\x46\xef\xce\x35\xf2\x4f\ \xef\xfe\xfe\x9b\xf5\xd9\x5e\xc4\x39\x6d\xf4\xe8\xf0\xc7\x1f\x6b\ \x16\x22\x43\xe2\xa6\xa5\x4b\xd6\xfc\x4a\xe3\x5b\xbc\xf5\xde\x33\ \x55\xa3\x6c\x39\xa7\x77\x2f\x9d\xbd\x31\xa3\xc4\xfe\xf8\xbb\xa3\ \x07\xf4\x69\x44\x1b\xbd\x33\xfb\xe1\x17\x53\xb7\xcd\xff\x6e\x53\ \xc1\xcb\x9f\xbe\xd2\x2c\xde\x9d\x74\xce\xf4\x67\x84\xb9\xa9\xd3\ \xf2\x75\x47\xbc\x39\xac\x61\x45\x72\x76\xfd\xf2\xd5\xeb\x4f\x18\ \x72\x58\xc7\x57\x5e\xe9\xd9\xae\xa6\x82\xb5\x53\xeb\x96\xae\xfd\ \xe1\x82\xa0\xd2\x9d\x99\x1c\x21\x04\xb6\x85\x57\x8a\x29\x5d\x3e\ \x62\xd4\xb6\xc4\xf2\x93\x7e\xfc\xe2\xf9\xc1\xc7\xc6\x7d\x7b\x3c\ \xa6\xfd\xc0\x04\xe7\xd9\x33\x52\x6c\xbb\x56\x55\x93\x7e\x4a\x49\ \xd9\xb3\xe0\xe5\x9f\x17\xf5\xfb\xfa\xfb\x07\x4a\x56\xbe\xf7\xce\ \x06\x8f\xc0\x0f\xb6\x8e\x0e\x92\x91\x1b\x4a\x5c\xde\x48\x12\x16\ \xaa\xaa\x14\x03\xcb\xbe\x72\xf9\x46\x46\x50\x4e\x49\x2f\x1e\xc8\ \x50\x07\x62\xea\x00\xfe\x6d\xd9\x1a\x53\x2a\xc1\xed\x25\x32\x61\ \x19\x86\xe6\xd3\x0c\xfd\x76\x9c\x2b\x2c\x43\xd7\x7c\xba\x61\x58\ \x80\xb0\x51\x5c\x52\xa1\x63\xbb\x87\x1f\xae\xe6\x02\x68\xd6\xf7\ \xb1\x2e\xb5\x15\x9f\xb7\xf0\xd7\xd5\x9b\xcf\x16\x2a\x1d\x7a\xd5\ \x93\x04\x03\xc1\x4c\x1c\x33\x6c\xe6\x94\x07\xca\xe5\xec\xd9\x71\ \xca\xcd\x24\x02\xcc\xc2\xb1\xcf\x4d\xfb\xa8\xa1\x75\x76\xe9\xb7\ \xdb\x2a\x0e\x1c\xfd\xca\x93\xb5\x0d\xa9\xd2\xeb\x73\xa6\x34\x80\ \x4b\x3b\x7e\x4e\x7b\xf4\xf3\xa9\x83\xbb\xc4\xeb\x06\x13\x9c\x19\ \x9a\xa6\xf9\x74\xd3\x2a\xcb\xc3\x10\x85\xe6\x5f\x3a\x76\xe0\x44\ \xe9\xe0\x69\x93\xfb\x34\x0b\x35\x2c\x56\x70\xfd\xf4\xa6\xd9\x0b\ \x7e\x3c\xaa\x0f\x9d\x32\xa1\x69\x98\x61\xc5\x34\xfe\x68\xc5\xb4\ \xa6\xc1\xb9\xbf\xac\xdd\x76\xf4\x78\x92\xd7\x10\x08\x23\x4b\xd3\ \xe2\x3a\x0e\xfc\x78\xda\xb3\xce\x73\xbf\x26\x17\xe9\x11\x35\xeb\ \x76\xef\x5d\x4f\x11\xba\x1c\x51\xab\xd7\x83\x6d\x42\x98\xaf\x5c\ \xf3\x4e\xbd\x7b\x85\xef\x5b\xb5\xa5\x24\xfe\xc1\x4f\xe6\xbc\x5e\ \x41\x35\x4c\x26\x98\x69\xe8\x3e\x4d\xd7\xca\x9a\x6c\x60\x44\x25\ \xe5\xf6\x2c\x43\xe8\x3e\xd1\xfe\xf5\x0f\x5e\x1f\x5c\xfd\xe0\x9a\ \x1f\xa5\x76\x43\x26\x7e\xfc\x84\x6c\xb8\x1a\x3c\x3b\x66\xf2\xc7\ \x7d\x73\x8f\xee\xdb\xb1\x79\x6f\x52\x5a\x29\x22\x54\x78\x0b\x8e\ \x6e\x5a\xb7\x78\xd6\xe6\xf0\x5e\xaf\x8c\x7c\xaa\x35\x11\xce\xb3\ \xdb\xf7\x9c\xbf\x92\x97\x72\x78\xcf\xba\xb9\xcb\x0f\x9c\xce\xa1\ \xe0\x3e\xb8\x62\xe3\x25\x6f\x48\xc7\xee\xb5\x31\x63\x42\x30\x93\ \xc6\xbe\x30\x6b\x6a\xfb\xc8\xb4\xed\x5b\x2f\x77\x99\x30\x79\x78\ \xdf\x04\x4d\x84\x3e\xfc\x4a\x1f\x92\xb6\x6f\xc7\xa1\xe2\x01\x53\ \x3e\x7b\xb0\x4e\x88\x61\xb1\xbb\x4c\x6f\x74\xbd\xb0\x28\x3b\xb3\ \x20\xbd\xd8\x63\xd8\x6c\x54\x03\x47\xdb\x5e\x2d\xf2\xb7\xaf\x5d\ \xb7\x27\xbd\x79\xe7\xa6\x0a\xe2\xdc\x32\x7c\x5e\xaf\xa1\xe9\x96\ \x4f\xf3\x31\x9f\xc5\x85\x65\x18\x31\x4d\xdb\x0c\x18\x3c\x6c\xf0\ \xb0\x27\x1b\x44\xc9\x96\xc5\x04\x00\xa1\x54\x96\x69\x60\x21\x31\ \x10\x53\x07\xf0\x7f\x26\x1f\x62\x72\xb9\xeb\xb8\x4f\x06\xb6\x8f\ \xcb\x3c\xbd\x67\xce\xc4\x45\x39\x4c\x02\x1a\xd4\x6b\xd2\xd4\xc7\ \x5a\x46\xa6\x1c\xda\x3e\x67\xca\x0a\x4d\x4f\xd9\xb4\xf9\xc6\x5b\ \xed\xbb\xc6\xce\xce\x6e\xd1\xbe\xea\xae\x99\xd3\xdd\x96\x51\x7a\ \xe9\x78\xc4\xd9\xf4\x6e\x1d\x91\x3f\x6b\xad\x54\x6d\xd3\x2e\x5a\ \x9f\xfb\xe4\x67\x6b\x32\xc2\xab\xf7\x7c\xb4\x0a\xe5\xf6\xca\xed\ \x7a\xb6\xaa\x91\x47\x9a\xf4\x89\x14\xd1\x11\x21\x91\xad\x2a\x46\ \x9d\x8b\x6b\x21\xa7\x4f\x78\xff\xab\x03\xa5\x94\x34\x6d\xd2\x6f\ \x50\xbb\xa5\xbf\x2c\x95\xeb\x76\x7f\xf3\xbd\x17\x6b\x45\x7a\x76\ \x4e\xff\x6a\xed\xce\x73\x12\x91\x71\xd1\xf5\x5d\xab\xd6\x6e\x48\ \x64\xe5\x3a\x6d\x6c\xd7\xb7\xf1\xba\x93\x07\xe5\xe8\x6a\x9d\x9f\ \x68\xa1\x28\xe5\xc2\xed\xd1\xb1\xa1\xb4\x6a\xd3\xbe\x8d\xb4\x43\ \xcf\xbc\x32\x29\xcd\xb4\x4b\x04\x0b\x86\xe2\xb9\x26\xd7\x7f\x7c\ \xfa\x9c\x56\x4b\x5e\x1e\x3a\x73\x7b\xaa\x0d\x28\x58\xc2\xe3\xf6\ \xa7\x2b\x4c\x37\x33\x99\x00\x8c\xa9\x27\xf9\xc2\x2f\x1b\xd6\xba\ \x8e\x14\xd4\x3d\xf8\x61\xd3\x06\x91\x49\x47\x0a\xdb\x8d\x1c\x37\ \xa2\x6f\x3d\xe7\xcd\x33\xf3\xdf\xfd\x2a\xc9\x7b\x7b\x11\x51\xf8\ \xb3\x0d\x96\xbd\x5a\x8f\x4e\x4d\x7e\x9d\x36\x6c\xe9\x86\x53\x15\ \xd3\x95\x79\x0b\xbb\x54\x2c\x7f\xa0\xef\xa3\xed\xce\x7d\x3d\x66\ \xea\xdc\x33\x0e\x2c\x23\x42\x25\x4c\xb0\xe2\xa8\xd6\xae\x7b\xcd\ \xf2\xff\x8f\xbd\xf7\x0e\xb0\xa2\xc8\xda\x87\x4f\x55\x75\xba\x61\ \x72\x80\x19\xd2\x90\x67\xc8\x39\xe7\x24\x39\x27\x11\x50\x01\x11\ \x30\x61\x00\x54\x54\x44\x04\x05\x51\x10\x41\x51\x54\x30\x62\x16\ \xc5\x44\x90\x9c\x61\x88\x43\x1a\x66\x98\x9c\xe3\x8d\x1d\xab\xea\ \xfb\xe3\x0e\x08\x2e\xec\xe2\xbe\xfb\xdb\x77\xf7\xfd\xee\xf3\x17\ \xf4\xdc\xee\xae\x3e\x5d\x7d\xfa\xf4\xa9\xf3\x9c\xc7\x16\x6b\x77\ \xc8\xf1\x31\x12\x18\x59\x67\x52\xb2\xf2\x2a\xb5\x8b\xe7\x0e\xed\ \x3b\xa4\xc8\x4e\x81\x40\xea\xd9\xa3\xb1\xe7\xf2\xbb\x34\x43\x08\ \x01\xa3\xba\x23\xb1\x57\x8f\x18\xdf\xaa\xd9\x2b\x7f\x2a\xb0\x7c\ \x8d\x5a\xce\x9c\xd4\xdb\xfe\xeb\x4e\xe4\xaf\x38\xb7\xf3\xe7\x8f\ \x77\xee\xe8\x30\xa0\x73\xdb\xa4\x98\x1f\x52\x3c\xf2\x9f\xba\xb4\ \x5a\xba\xee\x4c\x9a\xb3\xf2\xbd\x51\x28\x2e\xaa\xfc\xe4\xf2\x8f\ \x4f\x2b\x61\x0d\xdb\xb7\xaa\x96\xb6\xaf\xbc\x24\xaf\x30\x62\x62\ \xf7\xba\x21\xdf\x5e\x31\x30\xc6\x08\x23\x84\x30\xc6\x40\x10\x00\ \xa3\x60\x8f\x89\xab\xdf\x3c\x51\x97\xa3\xa2\x1c\x84\x05\x73\x1d\ \x41\x4f\x1d\xc4\x7f\x63\x7c\x4d\x10\xbd\xb2\xe3\xc7\x2f\x2e\x38\ \x7d\x45\xb9\x5e\x10\x08\x46\xc0\x8d\x8b\xbf\x7c\xff\xc5\x49\x9b\ \x3b\x3f\x4b\x43\xa2\x28\x5a\xe7\xb7\xfc\xa0\x8e\x9d\x32\x66\x26\ \x4b\x34\xcf\x2f\xdb\x77\x19\x89\xb2\x60\x82\x20\x61\x84\xa9\x61\ \xe9\x26\x22\x32\x00\xe0\x80\x6e\x6c\xd5\x02\x16\x16\x24\xf0\x96\ \xec\xfd\xec\xb3\x23\x05\x58\x7c\x6f\x63\x65\x51\x96\x90\x70\x7f\ \xa0\x10\x01\x80\x33\x0e\x80\x10\x06\xd1\x2a\xce\xd8\xf5\xc9\x27\ \xa7\x14\x2b\x3b\xad\x14\x63\xa1\x2a\x13\x81\x10\x00\x46\x08\x2c\ \x4d\x0f\xab\xdf\x77\xc9\xba\x07\xf6\x2e\x59\xbc\x2f\xbf\x4e\x52\ \xd3\x89\x28\x50\x94\x46\x29\xe3\x1c\xae\x37\x99\xc2\x84\x96\xa4\ \x9f\xcd\x52\xdb\x8c\x1e\xde\x60\xdf\xba\x4c\x1f\xa3\x8c\x0a\x76\ \x1b\x33\x4c\x53\x37\xe1\x7a\xe5\x03\x63\x1c\x80\x51\xd3\x60\x18\ \x61\x4c\x00\xe7\x1d\xda\xf1\x55\xe1\x29\xd3\x55\x52\x66\x62\x82\ \x20\xd0\xf9\x83\x10\x66\xea\xba\xce\x18\x0e\xe4\xc4\x59\x60\xc4\ \x8c\x23\x04\x80\x80\x43\x20\x87\x1d\x78\x47\x69\xba\x63\xe6\x8a\ \x97\x7b\xa3\xfd\xaf\xac\xf8\xa1\x87\xdc\xb0\x8b\x44\x00\x80\x08\ \x82\x20\x10\x02\x9c\x03\x63\x8c\x43\x40\xb9\x5c\x42\x18\x51\x9d\ \x69\xdc\x24\x72\xa0\x24\x83\xf3\x40\xd7\xa5\xaa\x6e\x23\x1c\x11\ \x49\x91\x81\x5b\xdc\x10\x6f\x59\x7a\x82\x05\xd1\x28\x3a\xf8\xfd\ \x57\xdb\x0f\xe6\x14\x66\xe7\x94\x7b\x68\x8d\x76\x49\x0d\x13\xeb\ \x26\xcc\x79\xb6\x03\x84\xc5\xd6\x8e\x6a\xdf\x3c\xec\xfc\x21\x1f\ \xbe\xb9\xa1\xab\x68\x23\x57\x77\x7c\xbf\xe2\xe9\xb7\xdd\xa8\x1e\ \x6a\xfd\x91\x24\x90\xe0\xa4\x0f\x7a\xea\x20\xfe\x0b\x33\x65\x88\ \xe5\x9e\x38\x94\x75\x94\x23\x82\xaf\xc9\xb3\x58\x59\x47\xf7\x5d\ \xa5\x80\x08\x11\x44\x22\x08\xc8\x9d\x7e\xf8\xb7\x63\x0f\x2e\x7a\ \xeb\xb1\x2d\x73\x27\x5c\x2c\xc3\xb2\x1d\x53\x93\x16\x65\x97\xd8\ \x67\x0d\x9e\x74\x5f\x71\x46\xfa\xb9\x3d\x87\xf7\xee\xce\x9d\x36\ \xe3\x8d\x45\xc6\xc6\x73\x4d\xea\x55\xd7\x76\x8b\xde\xf4\x3d\xbb\ \xb2\xa7\x0f\xbc\x67\x48\xc1\xa7\x47\x70\x48\x9c\x9a\x9f\x9d\x77\ \x7e\xfb\x09\x3a\x7a\xd6\xcb\x8f\xc6\x9d\xb2\xdd\xdb\xa7\xda\xf6\ \xb9\x07\x2c\xa2\x90\xca\xa2\xe4\x6d\x79\x9c\x03\x16\x45\x4c\x08\ \x70\x0b\x45\xc4\xb5\xe9\xd7\xdf\x36\xb0\xcb\xc8\x46\xec\x9d\x85\ \xa7\x90\x63\x80\x48\x18\x63\x9c\x08\xa2\x84\x90\x2c\x42\xda\xa1\ \x9f\x2f\x3e\xbd\x6a\xf1\xda\x67\xbe\xdb\x7e\x45\x14\xd8\xf9\x5d\ \x3b\x35\x2c\x8a\xda\xb9\x57\xef\x7e\xfd\xae\xb7\x3e\x7c\xed\x7d\ \x79\xde\x7d\xcb\xb3\x52\x2e\x7b\x63\x16\xcc\x78\xf4\xee\x8b\x8e\ \x76\x11\x84\x70\xe0\xd4\x32\x9c\x4d\x7a\x8c\xbe\x67\xa2\xd2\x63\ \x52\xed\xec\x53\xe7\xce\x97\x8a\xb2\x54\x7a\x3e\x79\xd7\x59\x0e\ \x08\x8b\x92\x80\x11\x70\x0c\x6a\x79\xa9\x2b\xac\xcd\x88\x69\x93\ \x6b\x9c\xbe\x74\xf0\xf7\xb3\xdb\xf6\x9e\x79\x6a\xfe\xfc\x29\xe4\ \x97\xe6\xd3\xee\xf7\xff\xfe\x49\x4e\x61\xfa\x2f\xbf\x1c\x7f\xf5\ \x89\xa5\x4f\x09\x9b\x52\x4b\x41\x74\x5f\xd9\xb9\x23\x8b\x08\x08\ \x4c\x0a\x98\x88\x44\x10\x00\x00\x61\x64\xf9\x0a\x0b\xca\x06\xdf\ \x3d\x66\xa4\xbb\xba\x56\x7a\xe5\xe0\x91\xab\x18\x68\x61\x56\x59\ \xe8\xa4\xe1\xf7\x4c\x71\x67\xa6\x9f\xde\x9f\xfc\xfb\x81\xf2\x7b\ \xa6\x2f\x7b\xd2\xfe\xbb\x3a\x79\x4c\xe2\x89\x45\x6f\xf8\xb1\x20\ \x87\x60\x22\x20\x0e\x58\x41\xe4\x16\xa4\x41\x0e\x88\x08\xb2\xec\ \xb9\x92\x7c\xfc\xcc\x79\x35\x44\x11\x09\x08\x4d\x07\x0f\xf5\xef\ \x7e\xf7\xb1\x69\x1f\xf8\xb0\x6d\xcc\x86\xcd\x3d\xc7\xf4\xfa\xe2\ \xc0\xb7\x3a\xb2\x21\xd9\x81\x45\x21\xc0\x26\x27\xc8\xe6\x14\x1d\ \x55\x6c\xf2\x50\x41\x17\x83\xa9\xd1\xff\x20\x04\x99\x2f\x41\xdc\ \x1a\x01\x36\x79\x48\xf6\xbe\x5d\xc7\xf3\x25\xa1\x4a\x83\x0a\x13\ \x42\x04\x42\x6e\xe0\x54\xdc\xb4\x05\x21\x6c\xfa\x0a\x4a\xfd\x36\ \xa5\xe2\xdb\x37\xbf\x2c\x36\x45\x01\x03\x16\x70\x65\x7a\x86\x6a\ \xab\xdb\x7b\x40\x4b\x2d\x3b\xe5\xec\x99\xb4\x73\x07\x4e\x49\x89\ \x5d\xfb\xf6\x6d\xae\x17\x9c\xf9\xe5\xdb\x5d\x39\x85\x85\x67\xf6\ \x9d\x52\x92\xba\xf4\xea\xd7\xbe\x76\xac\x78\xe5\xc8\xa9\x82\xa2\ \xfc\x33\x87\x53\x6b\xf4\x18\xd8\xb5\x55\xc4\xee\x37\x5f\xdb\xfc\ \xf3\x15\x41\x11\x11\x42\x44\x20\x44\x20\x18\x07\x74\x56\x4d\x90\ \xe3\x9b\xb7\x6f\x5b\xaf\x9a\xf1\xed\x92\xe5\xbf\x9d\x28\xb1\x5c\ \x79\x97\xb2\x71\xe7\x91\x83\x3b\xb6\xab\x95\x93\x7c\x60\xd7\xef\ \xa7\x4b\x0a\x73\x8f\xee\xbf\x1c\xdf\xae\x6b\xa7\xee\xad\x6b\x45\ \xf2\x4b\xc7\x93\x4b\x8d\x90\x18\x87\x75\x7a\xe7\xde\x3d\xbf\x9e\ \xa9\xdd\xab\x8b\x50\x98\x9a\x92\x7c\x26\x2d\x97\x77\x1a\x76\x57\ \xa3\x5a\x70\xec\x97\x9f\xf6\x1e\xba\x14\xd2\xb2\xc7\xe0\xfe\x89\ \x44\x8e\x89\x36\xd3\xdf\x7e\x7e\xcd\xf9\x42\x4b\x12\x31\xc2\x37\ \x5d\x38\x26\x44\x2f\x2f\x2a\x2c\x95\xbb\x0c\xec\x16\xc9\x0b\x4e\ \x27\x5f\xba\x70\xf0\x68\x85\xb3\xd1\x5d\x23\xba\x6a\x27\xb7\xae\ \x7e\xe5\xab\x0a\x4b\x2a\x38\x75\xe4\x72\xb9\xa3\xcb\xc0\xee\xcd\ \x5b\x36\x14\xdd\x19\xa7\x4f\x5d\x3e\x77\x3c\x3d\xbc\x65\x8f\x7e\ \x03\x3b\x84\xa3\xe2\x5d\xdf\xfe\x76\x21\xdb\x25\x12\x2b\x2b\x35\ \xc3\x9e\xd8\xb9\x7b\xb7\x44\x3d\xf7\xfc\xa9\x73\x85\x82\x2c\x94\ \x5d\xb9\x4a\xc3\x1a\xf6\xea\xd7\xcc\x77\xf5\xec\xd9\x73\xa9\x67\ \x0e\x9d\x8f\xec\xd0\xbf\x67\xa7\xf8\xe3\x1b\x56\x6f\xfa\xfa\x0c\ \x52\x1c\x31\xd5\xc2\xb2\x8e\x1e\xcf\xcc\xa7\xb1\x75\x62\x8b\x53\ \x92\x2f\xe5\xf9\x6e\xee\xa6\xc4\x41\xb4\x45\x47\xd9\xd2\x0e\x9d\ \x2c\x71\x81\x28\x20\xce\xa5\x7a\x6d\xeb\x15\x1f\xde\x91\x7c\xa9\ \x12\x83\xa9\xab\x8e\x9a\x36\x2d\x25\xf9\x92\x0e\x42\x58\x6c\x8c\ \x95\x9b\x92\x72\xae\x10\x88\xe0\x88\x89\x86\xca\x2b\xa7\xcf\x64\ \x33\x51\x89\xaa\x16\x5d\x9a\x7c\xfc\x6a\xae\x1f\x71\xc3\x10\xe2\ \x06\x8e\xef\x9e\x19\x64\x93\xff\xaf\x38\xe8\x20\xf3\x25\x88\xbf\ \x9f\x95\xd6\x74\x71\xea\x97\x5f\xb6\x2b\xf8\x7c\xfd\xfa\x63\x65\ \x85\xb9\x15\x3e\x7e\x47\xc5\xf7\x08\x31\x43\xf3\x99\x86\xa2\x38\ \x25\x7c\x8d\x28\xc1\x99\xa6\xf9\x0c\xce\x45\x62\xb7\x2b\x22\xb3\ \x4c\x4d\x57\x2d\xe0\x00\x48\x96\x1d\xb2\x40\x6e\xd8\x22\xd8\x14\ \x9b\x48\x30\x35\x75\xcd\xd0\x28\x80\x40\x6c\x8a\x2c\xde\xc2\x3d\ \x70\xaa\xa9\x3e\x03\x00\x01\x92\x04\x9b\x2c\x89\x08\x98\xa1\xab\ \x3a\xb5\x38\x70\x40\x62\x80\x4d\x4e\x4d\x43\x33\x74\x0a\x0c\x40\ \xb4\xc9\x76\x82\x0c\x9f\x46\xed\x36\x3b\xe6\xa6\x5f\x53\x05\xc9\ \x29\x0b\xc8\xd4\xfc\x2a\xb3\x00\x38\xc6\x12\x66\xd0\x6a\xf6\x0b\ \x4b\x26\xfb\x27\x76\x7d\xa1\x02\x1c\x36\xd1\x7e\x7b\x45\x76\x6e\ \xe8\x7e\x8d\x5a\x18\x29\x0e\x45\x41\x40\x75\xcd\x6f\x70\x8a\x90\ \x64\x93\x15\x42\x10\x30\x6e\xea\xaa\xce\x2c\x06\x20\x60\xc5\xae\ \xc8\x9c\x1a\xaa\xae\x52\x00\x0e\x20\x8a\x76\x9b\x28\x02\x02\x6e\ \x19\x7e\x5d\xa5\x00\x22\xb1\xdb\x02\xed\x08\x39\x55\x35\xbf\xc9\ \xb9\x44\xec\x36\x45\xa4\x96\xa1\xe9\x2a\x05\x20\x58\xb1\x29\x12\ \x06\xe6\xf7\xab\x44\xb2\xff\x23\x36\xb9\x26\xca\xf6\x9b\xd9\xe4\ \xb2\x4d\x16\x50\x15\x9b\x9c\x38\x64\xe5\x1f\xb2\xc9\x25\x2c\xc6\ \xd4\xae\x16\x56\xb7\xdb\x33\x2f\x4f\xf9\x7a\xfa\xc4\x1f\x2f\x05\ \xd9\xe4\xff\xde\x87\xf0\x06\xe6\x4b\x30\xfb\x11\xc4\xed\x5e\xe6\ \x56\xea\xce\x03\x6d\xfa\xf5\x98\xf6\x70\xad\x6f\xdf\x5c\x77\xc4\ \xa5\xdf\x91\x40\x17\xe7\x58\x94\x43\x44\x19\x6e\xe4\x23\x22\xac\ \xd8\x42\x94\xaa\xbf\x73\x44\x04\x9b\x3d\xe4\x86\x3d\x6e\xb1\x05\ \x0b\x92\x5d\x90\xfe\x7e\xda\x5c\xb1\x87\x2a\x37\xcd\x6a\x24\xca\ \x76\xf1\xe6\x89\xfe\xe7\xe3\x70\xd1\xae\x88\x01\x26\xb6\xdd\x1e\ \x12\x18\xa4\xa0\xfc\x71\x6e\x4b\x33\x2a\x2f\xa7\xec\xfe\x95\x49\ \xb6\xc8\x50\x10\xff\x6e\xc9\x03\x92\x64\x87\x74\xc3\x45\x48\xb2\ \x43\xc6\x37\xac\x35\x22\x24\x2a\x37\x8e\x87\x23\x22\xda\x6f\x1e\ \x20\x70\x40\x44\x74\xd8\xc5\x3f\x5d\x9a\xcd\x16\x62\xbb\x6e\x8a\ \x9b\xf7\xe2\x80\x6d\x76\x07\x00\x30\x0e\x8a\xe2\x04\xb8\x15\x45\ \x07\x11\xbb\xdd\x01\x55\xb9\x7e\xe0\x1c\x24\x9b\xe3\xda\x09\x39\ \x11\xed\xce\xaa\xcd\x20\x2a\x4e\x11\xaa\xea\x1f\x45\xc9\x21\x5e\ \xb3\xa4\x62\x77\x02\x67\xba\x21\x34\x1b\x32\xaa\x7f\xd7\xc6\xf9\ \x29\x7b\xae\x96\x19\x24\x58\x01\xf2\xbf\x87\x60\x4c\x1d\xc4\x6d\ \x66\xc6\x1f\x6c\x72\x25\x52\xaa\x76\x27\x6c\x72\x00\x40\xc0\x75\ \xdd\x67\x72\xf9\x4f\xdc\xf1\xff\xc5\xb0\x84\x52\x86\xff\xe8\x8e\ \x81\x88\x80\x19\xbd\x3d\x87\xe3\x0e\xd8\xe4\xb7\xd9\x0f\x63\x02\ \xd4\xfa\x07\x4c\x4e\x46\x29\x47\x98\xfc\xb5\x1c\x02\xe2\xd4\x54\ \x75\xbf\x09\x5c\xc4\x8a\x4d\x51\x30\xb7\xfc\x9a\x1f\x11\xbb\x4d\ \x26\x9c\x23\x60\xa6\x57\xf3\x51\x00\x49\x70\xda\x6f\x24\x88\xfe\ \x65\xe3\xdc\xe2\x6e\x6a\xba\xdf\xa0\x16\x07\x62\x57\x9c\x22\xbe\ \x23\x8b\x20\x60\x3e\xd5\x6b\x72\x86\x91\xe4\x50\x1c\x38\x48\x41\ \xff\x57\xc4\xd4\xc1\x3c\x75\x10\xb7\x06\xa5\x50\xbf\xd7\xd8\xc9\ \xe3\xc7\xf6\x6e\xdf\xd4\xc8\xbb\x52\xe8\xfa\xc7\x1d\x9a\x80\x73\ \x8b\x0b\x89\x7d\x86\xb4\xaf\x03\x59\x59\xa5\xf0\x9f\xd0\xab\x80\ \x88\x21\xe1\x21\x60\x18\x14\x80\x6a\x7a\x58\x8b\xbe\x8f\x3f\xd3\ \x37\x75\xdf\x31\xb7\x76\x5b\xcd\x29\x84\x05\x49\x14\xfe\x8a\x2b\ \xe5\xa6\x4a\x5b\xdf\xff\xd0\xf8\x1e\xc2\xa1\xbd\xe9\xe8\xf6\x8e\ \x8f\x73\x90\x9d\x21\x76\x11\x9b\xa6\x05\x77\x1e\x9f\x52\x0b\x42\ \xe2\xfa\x4c\x18\x3f\x64\x48\xb7\xf8\x10\x9e\x97\x9e\xa3\x8a\x51\ \xdd\x46\x0c\xad\x49\x4a\x72\x8b\x54\x04\x4c\x08\xab\x3b\x7a\xce\ \x3d\xbd\x3a\xb7\x50\xb4\xfc\xec\x7c\x3f\xbe\xf3\x46\x24\x58\x0c\ \x89\x08\x01\xd3\xa0\x7f\x96\xf5\xfd\xc3\x18\x82\x20\xc9\xa2\x22\ \x8b\xd2\x1d\xbf\x5c\x98\xc5\x43\xfb\x4d\x9b\x34\x64\x48\xaf\x7a\ \x35\x43\x0a\x2e\x65\x6a\xc1\xb6\x4e\xff\xa3\x4f\xdb\xaa\x3c\x75\ \x30\xeb\x14\xc4\x6d\xbc\x8f\x45\x3a\xcd\x7a\xb8\x6f\xb7\xa8\xf2\ \x22\x97\x79\x87\xad\x35\xb8\xe5\xd2\xac\x16\x63\x66\xcf\x98\xd0\ \x0a\x51\xb3\x2a\xb8\x63\x4c\xf3\x7b\xdc\x7e\x97\xdb\xef\xd1\x2d\ \x8e\x10\x98\x9a\xdf\xed\xaf\x74\xfb\x5d\x01\x7a\x34\x20\xe0\xd4\ \x52\xfd\x6e\x97\xdf\xa5\x1a\x56\x80\x84\xc8\x2c\x33\xc0\x02\x77\ \xf9\xdd\xba\xc5\x11\x42\x01\x52\xb5\xcb\xef\xf2\xdf\xbe\x4f\x08\ \x33\x0d\x9f\xdf\xe5\xf6\x7b\x0c\x8b\x21\x84\x98\xe1\xd2\xa3\x3a\ \xcd\x5b\xf6\x68\x8c\x55\x52\xea\xf7\x1a\x8c\x2a\xb1\x35\xdb\x74\ \xac\x45\xb5\x8a\x4a\xdd\x6b\x52\x8e\x00\x00\x01\x35\x35\x8f\xbf\ \xd2\xed\xf7\x18\x26\x03\x84\x10\x54\xb1\xc0\x5d\xfe\x4a\x8f\xa6\ \xb2\xbf\x55\x55\x41\x88\x99\xba\xd7\xef\x72\xf9\x2b\xbd\xaa\xc6\ \x38\x67\x9c\x57\x6b\x96\xd4\xa4\xbe\xad\x92\x95\x7b\x55\xad\xaa\ \x9a\x8e\x07\x68\xdf\x95\x3e\x4d\xe7\x1c\x21\xa0\x95\xaa\xd1\x79\ \xc6\x73\xf7\x0e\xaa\x5b\xae\x16\x7a\xb5\x00\xbf\xbc\xca\x38\x7e\ \xdd\xb8\x75\xe4\xc9\x8d\x32\x9d\x0f\x9e\xbf\x68\xe6\xd8\x24\x43\ \xa3\xa1\x71\xb1\x82\xe5\x77\xa1\xb0\xa1\xb3\xe7\x8e\xe8\x1e\x6f\ \x18\x81\x1b\xc3\x0c\x8d\x74\x99\x35\x6d\xd2\xc8\x7a\x46\x40\xdc\ \x1d\x01\xa7\xa6\xdf\xef\x72\xf9\x5d\xea\xad\xcd\x85\x98\xe1\xd2\ \x22\x3b\x3c\xb5\x6c\x6e\x35\x5a\x52\xea\xf7\x5a\x14\x18\xd5\xbc\ \xaa\xca\x39\x42\xc0\x54\xbf\xd7\xa0\x1c\x98\xe5\x0f\xd8\xc1\xef\ \xb3\x02\x9f\x54\x08\xa8\x11\x30\x97\xd7\xb0\x58\xe0\xee\x99\x9a\ \xcf\xed\xaf\x74\x5d\x23\xf1\x23\x60\x5a\x65\x99\xea\x68\x7e\xdf\ \xa3\x33\x6a\xc8\x96\x15\x0c\xa9\xff\x25\x2e\x3b\x18\x53\x07\x71\ \x4b\x58\x4c\x68\x33\xa4\x8f\x77\xc7\xba\xd7\x37\xed\xf6\x1b\x92\ \xf4\x0f\x23\x35\x4e\x4d\x08\xeb\x3f\x79\x4c\x62\xa4\xef\xec\x91\ \xa3\x29\x17\x8b\x38\x26\x88\x51\x13\x6c\xed\x47\x4d\x18\x35\x6e\ \x40\xcb\xe6\x75\xac\xc2\xbc\xa2\x72\x3d\xa1\x4b\xef\x11\x13\x47\ \xf6\xea\xdd\x21\xcc\x2c\xc9\xca\x2d\xe7\x8c\x71\x39\xaa\xc7\xe4\ \x29\x23\x86\x74\x92\x5d\x79\x59\xf9\x2e\x00\x64\x8f\x4d\xe8\x36\ \x72\xd8\xc0\x61\x03\xba\x75\x6d\xce\xf2\xd3\x72\x8a\xbd\x38\x24\ \xae\xef\x94\x29\xc3\x87\x76\x76\xaa\x85\x99\x39\x95\xf8\x6f\xaa\ \x7d\xa9\x61\xc8\xd5\x1b\x0d\x9f\x31\xb5\x4f\x97\x86\x9e\xac\xb4\ \xfc\x52\x35\xbc\x4e\xd3\xf1\xf3\x1e\x1d\xd5\xbf\x75\x68\x64\x74\ \xb3\x96\x0d\x3d\x57\x52\x7c\x51\x4d\x86\xde\xdd\x2f\xd2\x59\xad\ \x49\xe3\x5a\x95\x19\xe9\x15\x2a\x67\x86\x11\xda\xa0\xdd\xd8\xe9\ \xf7\xf4\x68\x9f\xe0\xce\x4e\x2f\x75\x9b\x40\xa4\x84\xd6\x9d\x07\ \x8e\x1f\xd1\x77\x50\xef\x26\x71\x72\xce\x95\x4c\xf5\x66\x4d\x41\ \x66\x51\x67\x42\x93\x81\x13\xc7\x0d\x1c\xda\xb3\x4e\x04\x64\xa7\ \x66\xf9\x29\xae\xd7\x7b\x50\xef\xae\x8d\x22\x22\x13\x1b\xc4\xe2\ \xec\xb4\x1c\x9d\x23\xcb\xc2\x4d\x06\x8e\x9a\x30\x79\x48\x4d\x9b\ \x9a\x91\x96\xa3\x59\xb6\xb6\xa3\x27\xdc\x3f\x67\x72\xf3\xba\x61\ \xd1\x09\x2d\x1b\x84\xfa\x2e\x5f\xc9\x33\xc0\xde\x6e\xcc\xc4\x31\ \x63\xfb\x44\xb1\xf2\x8c\xcc\x12\x8e\x85\x9b\xc2\x4f\xce\x28\x84\ \xf4\x99\xf9\xd0\xec\x69\x43\x3d\xe7\x8f\x5d\x2d\xf4\xa4\xed\xdc\ \x9e\x6e\xd6\xbc\x7b\xe6\x50\x87\x37\x33\xf9\xe0\xf1\xf4\x1c\x2f\ \x11\x08\xd7\xcb\x93\x0f\x1e\x71\xb6\xee\x5b\xbd\xf2\xd4\xb6\x3d\ \xb9\xa2\x48\x98\x69\xa0\xd0\x9a\x03\xee\x9d\x3a\x6c\x60\x07\xd9\ \x9b\x9f\x95\xe7\x26\x37\x9b\x8b\x5a\x96\x33\x3e\x71\xfc\xbc\x47\ \x47\x0d\x68\x13\x1e\x19\xd5\xac\x45\x63\xcf\xd5\xf3\xac\x66\xa7\ \x21\x3d\xe3\xb3\x53\xb3\x35\x70\x76\x19\x3f\x38\x4a\xcb\x2f\x31\ \x23\x7b\x4d\x98\x38\x6c\x64\xbf\x66\xf5\x23\x0a\x53\xd3\x3d\x26\ \xe2\xba\x11\x91\xd4\x69\xdc\xf4\x49\xdd\x5a\xd7\xac\xcc\x4c\x2f\ \xf3\x32\x46\x71\xbd\xae\x03\xc6\x4d\x1d\xdd\xa3\x7b\x4b\x59\x2f\ \xcd\xcd\x75\x13\x62\x65\x9c\x3e\x76\xe6\xaa\xd2\xfb\xae\x84\x63\ \xdf\xfe\x52\x6c\x12\x12\x8c\xa9\x83\x31\x75\x10\xff\x0f\xe3\x6a\ \x40\xa2\x6c\x73\x80\x22\x54\x25\x28\xb9\xa1\x7a\x3d\x7e\xb7\x4f\ \xd3\x58\xd5\xe7\x72\xd5\x16\xbf\xae\xf3\x6b\x2d\xad\xa5\xfa\x2d\ \x27\x4e\xef\xaa\x00\xe5\x9c\x1b\x3a\xee\x35\x7f\xc9\xb3\xf3\x07\ \x4a\x5c\xee\x3f\x67\xe1\x8c\xc1\x0d\xfd\x96\x38\xfc\xc5\x05\xa3\ \xfa\xd6\x20\x31\xcd\x1e\xdf\xb8\xaa\x5f\xd3\x08\xaf\x61\x1b\xf3\ \xea\xca\x87\x26\xb5\x54\xa2\x93\x1e\xff\xf0\xcd\xe1\xed\xa2\x5d\ \xba\xd9\x7c\xf4\xa3\xcf\xce\x1b\x11\x26\x32\xc1\x1e\x22\x13\x4e\ \xe5\xea\x53\x96\x2f\x19\xd4\xd2\x5e\x61\x44\x4d\x7b\x6d\xe9\xe0\ \x56\x61\xba\xc5\xb9\x65\xf8\xfd\x6e\x8f\xdf\xa3\x53\xc6\x2d\x93\ \x44\x37\x79\x72\xd3\xea\x41\x6d\xa3\xa3\x5a\x0f\x7b\xe9\xfd\x17\ \x9a\x47\x81\xa6\x9b\x9a\xcf\x6f\x50\x4d\xf5\x7a\xfd\x5e\xd5\xa2\ \x00\x9c\x13\x5b\x88\x53\x51\x9a\x8e\x9f\xf3\xfc\xab\xf7\x3a\xf4\ \x4a\x5b\x52\x9f\x05\xaf\x3f\x56\x4b\x70\x8b\x8d\xfb\x2d\x7c\x7d\ \x6e\x82\xcd\xeb\x25\x75\x1f\x5c\xbe\x64\x58\xc7\x38\x4e\x44\xbb\ \xd3\x4e\x10\x03\x04\x96\xe6\xf3\xf8\xdd\x3e\xd5\x4f\x39\x37\x0d\ \x33\x71\xec\x7d\x0f\x3f\xd9\x57\xe0\xf6\x41\x0b\x97\x3d\xf7\xd4\ \x40\x09\x54\xca\x90\xe2\x0c\x53\x1c\x51\xa3\x96\xbc\x32\x63\x42\ \x6b\x5d\xf3\xb5\xb8\xef\xa9\xc5\x2f\x4f\x0c\x53\xc2\x47\x2c\x79\ \x6d\xee\xfd\x9d\x80\xaa\x86\x5f\xd5\x0d\x55\xd7\xfd\x7e\x8f\x57\ \xd5\x4c\xc3\xc0\xbd\x9e\x7a\xe9\x99\x27\xfa\xdb\x9d\xf1\xf7\xad\ \x79\xf3\xbe\x21\x8d\x2c\xdd\x00\x46\x35\xbf\xdb\xe3\xf7\xa8\x86\ \xc9\x11\x02\xce\x74\x9f\xa6\x59\x86\x6e\x98\x94\x52\x0e\x08\x71\ \xcb\x53\xea\xae\xd9\xa7\xff\xa8\xe1\x0d\x69\x20\x60\x45\x44\x01\ \x9b\x2c\x92\xc0\x4d\x62\xd4\x62\xce\x5a\xd3\x56\x2e\xe9\xdb\x58\ \xac\x84\xb8\x07\x5f\x7f\xb9\x5f\x92\x43\xb7\x38\x33\x75\x9f\xdf\ \xed\xf1\x7b\x0d\xca\x10\x42\xdc\xb2\x54\x9f\xdf\xa4\x9a\xea\xf5\ \xf9\x7c\x7e\x43\x35\x84\xf8\xc4\x19\xaf\x3f\x98\x10\xc6\x59\x58\ \x93\x47\x5e\x9c\xda\x40\xf1\x3b\x5a\xf6\x7f\xe2\xd5\x29\xd1\x12\ \x6a\x39\x69\xee\xab\x6b\x1e\x8c\x36\x5d\x8e\x56\x83\x9e\x5e\x31\ \x3b\x96\x57\xda\x5a\x0e\x79\x6e\xc5\x43\x71\xac\xc2\xd9\x69\xcc\ \xf3\x6b\x1f\x8a\x30\x5c\x96\x14\x12\x15\xe5\x00\xc6\x38\x20\x49\ \xb2\xdb\x1d\x4a\xb0\x53\xe7\xbf\x10\xc1\xda\x8f\x20\xee\xd4\x6f\ \x5b\x4c\x6c\x3f\xfd\xf1\xfe\x2d\x63\x4a\x2f\x9d\xf8\x7e\xe3\x4f\ \x65\x4c\x00\x62\xef\x3a\xfb\xa1\x5e\x4d\xc2\x0a\xce\x1c\xfe\xfe\ \x93\xed\x6e\xe4\x3d\xf8\xe3\x67\xe5\x61\x8d\x9a\xdf\x2d\x60\xc4\ \x81\xea\x10\xdb\xf9\x9e\xc1\x4d\xb6\x3e\x39\xf6\x95\x7d\xfe\xa7\ \xe2\x3a\x75\x76\x28\x18\x04\x07\xf6\x1e\xfe\xe4\xad\x67\x3f\xad\ \xc4\x5f\x7c\xdf\xaf\x5d\xfc\xb6\x8a\x5a\xe3\x3a\x84\x6d\x98\x74\ \xef\xe6\x2b\x6c\xda\x3b\x9f\x8c\x9e\xd5\xe7\xab\xa3\x9f\xdb\xc3\ \x43\xf3\x77\x7e\xbf\x7a\xd1\x7a\x1d\x42\x05\xcc\xaa\x77\x1a\x37\ \xe9\xae\x86\x87\x3e\x39\xca\x35\x8a\xea\x24\xf4\x19\xdd\xe4\xfb\ \xe4\xdd\xa1\xcd\xba\x4f\x9e\x34\x38\xce\xe1\x3b\xf8\xd1\xe7\xbf\ \x9f\xbc\xda\xbc\xf7\x84\x2e\xe8\xec\x03\xf7\x3f\x7e\xc1\x68\xb8\ \xf2\xd0\xfb\xa3\xc6\x36\x5b\xf4\xee\xe1\x2d\x1b\x77\x0d\x6b\x87\ \x7f\x7a\x73\xdd\x71\xbf\xac\x00\xaf\xa5\x28\x66\xd6\xd1\x0d\xcf\ \xbf\x50\x58\x3f\xff\xab\x77\x87\xd4\x0b\x7b\xc7\x39\x78\x52\xb7\ \xda\xf8\xb3\x5d\xcc\xa8\xa8\xac\x33\xa9\x53\x8b\xe6\x91\xe7\x4e\ \x49\x4e\xe4\xfb\x65\xf9\xf2\xf7\x4f\xb9\x1c\x44\x92\x64\x89\x9b\ \xb4\xd1\x98\xe9\x23\xba\xd7\xf7\x17\x5c\xfe\xe1\x9d\x2f\xd2\x55\ \x24\xdb\xc4\xa2\x23\xdf\xbf\xf6\xe2\xda\xf8\x3d\x73\x37\x6e\x18\ \x97\xf4\xf6\x0e\x84\x20\x73\xf7\x97\x4b\x9f\xff\xf4\xae\xb2\x4f\ \xe7\x77\x6f\xb3\xf6\xd3\xdc\x71\xe3\xfb\x9d\x5e\x39\xf3\x99\xcf\ \x93\xdb\x4c\x78\xf1\xcd\x05\x63\xeb\x7e\x79\xe4\xf8\xaf\x5b\x0f\ \x0e\x9e\xd8\xf2\xca\xaf\xef\xaf\xf9\x55\x44\x0a\x89\xed\x36\x69\ \x68\xf3\x5f\x16\x8c\x7f\x6d\x6f\xfe\xc0\x92\xb7\x9e\x7e\x68\xe8\ \xd7\x5b\x97\xfb\x42\xea\x0e\x9b\x7b\x6f\xeb\x1a\x38\x75\xd7\x6f\ \x3f\xfd\x74\xc2\x40\xfa\xee\x4f\xb6\xf4\x1f\x3b\xb8\xf8\xdb\x2f\ \xde\xdb\x79\x35\x44\x0e\x11\xb1\xe7\xc7\x4d\xef\x4b\x6d\xba\x0f\ \xb2\x6e\x9d\x4c\xa7\x96\x19\xd7\x7a\xf8\xc4\x3e\x75\x76\x7d\x78\ \x80\xf9\xdd\x62\xc3\xfa\xbd\x87\x37\xfa\x79\xd9\x91\x88\xd6\xbd\ \xef\x9b\xd0\x3f\x46\xf6\xec\xfb\xf0\xd3\xc3\x97\x4b\xfd\x85\x97\ \x7e\xd8\xb8\x73\x78\x07\xe9\xa7\x35\xeb\x8e\x7a\xa5\x10\x01\x99\ \xc7\x0e\x9e\x49\xbf\xa7\x7b\xf3\xe8\x6c\xd6\x9e\x64\x67\x1c\x3e\ \x5d\x66\x1f\xe5\xb0\x32\xf7\xbf\xfb\xc2\xe2\xa2\xe8\x83\x1b\xf7\ \x3d\xdb\xb1\xdd\x37\x6a\xff\x09\x1d\xaa\xb3\x4f\x75\xc6\x2b\x5c\ \x0d\x66\x76\x6e\x9a\x14\xb1\x5f\xb3\x04\x59\xe6\x5a\xd1\x6f\x1f\ \x7f\x76\xa5\x40\x75\xda\xed\x08\x82\x3c\xf4\xa0\xa7\x0e\xe2\x7f\ \x37\x79\xed\xf5\x7a\x5c\xb2\xd7\xa7\x31\x40\x08\x10\x00\x37\xbc\ \x1e\x77\x25\xf2\xfa\xb4\x00\x85\x5a\x04\x45\x51\x44\xc4\x35\x43\ \x37\x4c\x8e\x04\x67\x94\x4c\xd5\xdc\x2c\x17\x01\x05\x78\x55\x0f\ \x51\xc6\x80\xc8\x36\x1b\x94\xfb\x54\x17\x92\x91\xe8\x8c\xc4\xaa\ \xbb\xb8\x44\x13\x81\xe6\x15\xba\x58\xeb\x48\x09\x38\xe3\x94\x63\ \x22\x23\x3b\x52\x14\x6e\xf8\x94\xd0\x18\xe2\xa9\xcc\xc9\x2a\xf6\ \x83\x7d\xcb\x73\xcb\xaf\xa6\xa4\xcb\x20\x72\xd3\xf0\xb9\xdd\x6e\ \xd3\xaf\x99\x14\x00\xd9\x42\x23\xb5\xa2\x0c\x97\x81\x10\x94\xe7\ \x54\xb0\x84\xc8\x50\x02\x58\xb6\xcb\x18\x21\x2c\x08\x22\x16\x10\ \x33\x03\x72\xb0\xb2\xdd\x81\xb4\x4a\x15\x31\x51\x96\x42\x42\x23\ \xbd\x79\xa9\x85\xc5\x2e\xe2\x39\xbd\xea\x81\x9f\x4e\x5e\x35\x14\ \x19\x51\x4e\xb1\x24\xdb\x44\x9b\x2c\x62\x00\x40\x08\x2c\xbf\xdf\ \xe3\x72\xfb\x3d\x7e\xca\x01\x01\xe7\x8c\x73\xce\x09\xe0\x8a\xc2\ \x9c\x62\x14\xee\x70\x88\xc0\x39\x16\x04\x05\x24\xdd\x57\xc6\x64\ \x2c\xd8\x42\xec\x84\x67\x66\x97\x13\xe0\x65\x45\x45\x6e\x25\xc9\ \x26\x13\x01\x64\x49\x12\x10\x42\x22\x08\x84\x73\x6c\x0b\x97\xa9\ \x5e\x98\xef\x16\xc1\x2a\x2c\x28\xd3\x42\xa2\x64\x01\x79\x19\xd5\ \x3c\x6e\xb7\x0b\xfb\x35\x83\x23\x00\x84\x24\x9b\x2c\x10\x2c\x2a\ \x8a\x1d\xdb\x44\x82\x00\xb0\x0c\x36\x59\x22\x5c\x35\x0c\x30\x09\ \x0d\x68\xc5\x04\xfa\x84\x18\x3a\x18\x40\xb9\x2d\x3c\x06\xb9\xca\ \x72\x72\x4a\x54\xec\xff\x6a\xc1\xab\x69\x67\x72\x64\x10\x98\x61\ \xf8\x5c\x6e\x45\xf6\xea\x16\x83\x80\xc8\x8e\x5d\xc1\x08\x91\x80\ \x71\x04\x82\x2b\x53\x77\x1e\x4c\x1d\x3f\xac\xff\xd5\x8a\x06\x85\ \xa7\x77\x64\x01\xae\x8f\x80\x51\x8e\x89\xa0\x55\xe4\x66\xfb\x24\ \x7b\x54\x98\xe4\x0c\x73\xe7\x9e\x2d\x2a\xf5\x88\xde\x63\xaf\x4d\ \xff\xf6\x7c\x99\xe4\xcb\xff\xea\xa9\x89\x85\x63\x67\x8e\x5b\xb2\ \x79\xd2\x89\x4d\x6b\xde\xfb\xf4\x18\x15\xa5\x60\xb6\x23\xe8\xa9\ \x83\xf8\xdf\x02\x12\x30\x3d\xf7\xf5\xc6\xe4\x2f\x18\xc6\xa2\xa4\ \x88\x04\x03\x70\x3d\xf9\xd3\x0d\x47\x18\xc3\x44\x94\x64\x89\x00\ \x67\xc0\xdc\x95\x5e\xb1\x5e\xdb\x76\x1d\x5b\xe5\x55\x94\x5e\xc9\ \x49\x49\x33\xed\xc3\x67\x8d\x4a\xd9\x98\x55\xaf\x41\x75\x7c\x85\ \x72\x00\x22\x21\x44\x80\x03\x12\x10\x11\x05\xd9\x93\x7e\x38\x4d\ \x9a\x36\x6e\xe6\x90\xd2\x5f\x8d\x49\xc3\x9a\x65\x6f\xdc\xe8\x03\ \x42\xb0\x28\x5e\x4b\xcd\x21\x22\x96\xa6\x1e\x4c\xe7\x77\x45\x93\ \xb2\x1f\xb7\x1e\x75\x44\x38\xca\x32\xca\x89\xdd\x66\x64\x9e\xfb\ \xf2\xd5\x64\x06\x20\xca\x8a\x44\x84\xac\x53\x7b\xad\x27\xa7\x8d\ \x1c\xf6\xeb\x51\xb3\xe3\xa0\xfa\xf0\xd5\xd2\x8b\x00\xb2\xe9\x2a\ \x93\x22\x6a\x74\xe8\xd1\xca\x9b\x45\xbd\x99\x97\x19\x07\x51\x46\ \x80\x00\x21\x2c\x61\x2c\x71\xff\xf9\xd3\x47\xd8\xf0\x96\x46\xe6\ \x86\x93\x79\x54\x26\x56\x49\xb1\x8a\x23\x89\x88\x24\x72\x43\x8d\ \x1e\x11\x49\xe6\xb6\x6f\xd6\xfe\x6c\x01\x12\x24\x9b\x48\x80\x32\ \xc6\xc3\xea\xb5\x68\xd1\xa8\x75\x83\x7b\x27\x55\xcf\x3e\x97\x99\ \xeb\x6d\x2d\x63\x41\xc4\x00\x40\x10\x91\x88\x84\x3c\xe9\x27\x32\ \xca\x87\x3f\x7c\xcf\xee\xc2\x6d\x7d\xa6\x8f\xc6\xc9\x3f\xe7\x96\ \x9b\x04\x4c\x4f\x85\xbf\x71\xa7\xb6\x4d\xb6\xe5\x01\xf2\x5d\x4e\ \x3f\x75\xa6\x52\x18\xf1\xf0\xf8\x73\xeb\x2e\xde\x33\xb9\x8f\x6b\ \xdf\x9b\xe5\x26\x21\xfe\xb2\x5d\x6f\xbf\xb9\x9d\x03\x11\x25\x49\ \x94\x71\x95\xc0\xa3\x44\x6e\x14\x19\x06\xa3\xcc\x4d\x63\xdb\x74\ \x69\xd3\x24\xc7\xa7\x96\xe6\xe6\x7b\x10\x18\x95\x1a\x8a\x6b\xd3\ \xb1\x75\x52\x85\xb7\x32\x27\x3f\x65\x7f\x36\xe9\x1e\x4e\x8b\x7e\ \xd9\x96\xe5\x08\xb7\x97\x5e\xad\x10\xec\x36\x35\x2d\xf9\xf3\x57\ \x0e\x33\xc0\xa2\x22\x0b\x02\xe1\x94\x98\xae\x32\x31\x22\xbe\x7d\ \xcf\x56\xae\xab\x96\x51\x92\x53\x54\xaa\x1f\xfa\xf8\x9b\xd1\x9f\ \xbd\x34\xdf\x96\xbf\x6e\xe6\x71\x0b\x04\x44\x2d\xb1\x7a\xa3\x16\ \x6d\x9b\xd5\x4e\x9c\xd8\x41\x2a\xfd\xe9\x54\xaa\x3b\xfa\x14\x1e\ \x90\xe0\xbb\xb2\xe9\x42\x29\x48\xa0\x97\x14\xfa\xa3\x1a\x35\xae\ \xa6\x94\x7d\xf6\xdc\xf3\xa9\x0f\xaf\x5e\x34\x71\xcc\x8f\x5f\x1f\ \xc8\xb2\x44\x31\xf8\xb8\xfc\xcb\x13\xd6\xc1\x15\xc5\x20\x6e\x09\ \x8b\x92\x56\x23\x87\x85\xe5\x1e\xdc\x73\xac\x40\xbc\x56\xb5\x86\ \x05\x41\x14\x45\xe1\x86\x42\xb4\x3f\x6d\xc1\x18\x5c\x79\x25\x61\ \x89\xbd\x26\xcf\x18\x1c\xae\x65\x1c\xde\x77\xfc\xec\xb9\xf2\x36\ \xf7\x4c\x19\x7c\x57\xbb\x26\x89\x0d\x4a\xf7\x6f\xf9\xf9\x78\x61\ \xf3\x5e\x9d\xbc\x67\xf7\x1f\xbd\xe0\x6b\xd2\xb9\x93\x98\x77\x6a\ \xdf\xf1\xd3\x17\x2f\xba\x3b\xdd\xf7\xc0\xb8\x71\x9d\x8b\xb6\x7f\ \xb4\x66\xed\xef\x7e\x53\xa8\xd1\xbc\x6d\x75\x76\x75\xcf\xfe\x4b\ \x4c\x10\x31\xc1\x46\x59\xd6\x99\xcb\x6a\xaf\x69\xd3\xc6\xdd\x33\ \xb8\x4d\xb3\xa8\xcb\x7b\x0e\x17\x6b\x9c\x10\x2c\x88\xa2\x28\x8a\ \x18\x23\x4c\xb0\x37\x3f\xf5\x4a\x45\xd8\xe8\x47\x66\xdc\xd5\xb3\ \xf6\x9e\xd5\xaf\x7d\xf1\x6b\xba\x60\x53\x8c\x8a\x3c\x4f\x64\xa3\ \x31\xb3\xa7\x74\x69\x11\x75\xe5\xd0\x81\x22\x52\xbb\x4d\x13\xfb\ \x81\x2d\xfb\xbc\x52\x8d\xf6\x1d\x6a\x9c\xdd\xf1\xfb\xa9\xe4\x73\ \x45\x42\xc3\x49\x8f\xdc\x3b\x68\x4c\xdf\x78\xa1\xfc\xd4\xc1\xb3\ \x7e\x29\xb6\x6d\xb7\x46\x99\xfb\x76\xa4\x96\x5a\xd7\xc9\xd3\x88\ \x10\x41\x14\x05\x91\x20\x00\x6a\xd2\x1a\x5d\xfa\x0d\x19\xde\x25\ \xa9\x7d\xf7\xe6\xd1\xa5\xeb\x9f\x5e\x75\xb2\x40\xad\xd3\xa6\x63\ \xac\x9e\xb6\xf3\xf7\xb4\x98\x06\xad\x1b\x84\xbb\xf6\xee\x38\x72\ \xe6\xc4\x95\xd8\x5e\x63\xee\x9d\x39\x22\xa2\xfc\xd8\xaa\x85\x1f\ \xe6\x78\x91\x8c\xcc\xa2\xe2\xf2\x86\xc3\xc6\x8f\x99\xd0\x2f\xca\ \xcc\x3a\x72\xe0\xe4\xd9\x53\xd9\x8d\x47\x4d\x99\x34\xa5\x3f\x3a\ \xff\xf3\xaa\xa5\xdf\x56\x58\x84\x10\x4c\x44\x51\x14\x45\x52\x45\ \x10\x67\x16\x0e\x69\xde\xb5\x65\xc5\xc9\xdd\xe7\xb2\x3c\x82\x80\ \x01\x10\x46\xac\x28\xd3\xd5\xe4\xae\xb1\xe3\xc7\xb4\xf3\xa7\x1d\ \x3f\x75\xa9\x52\x10\x68\x71\x9e\xd1\x6e\xc4\xdd\x23\x07\x37\x75\ \xa5\x1e\x3f\x71\xfc\xcc\xf9\x0c\xd6\xff\x81\xe9\x63\xee\x1e\xd4\ \xa2\x71\xe8\x85\xdd\x47\xca\x0c\x74\xcd\x5c\x55\x2d\x4c\x11\x26\ \x46\x45\x9e\x3b\xbc\xc1\xe8\xd9\x53\xba\xb5\x8a\xc9\x38\x7e\x38\ \xa3\xd8\xf2\x95\x66\x28\x4d\xc6\x0c\x8a\x39\xfd\xca\xeb\x5b\x7d\ \x06\x84\x37\x6c\x3d\x6c\xf2\xc0\xc4\xa6\x6d\x3b\xb7\x0e\xdf\xf2\ \xf2\xf2\x1d\x27\x8b\x4a\xaf\x9c\x2b\xb1\x37\x9b\xfc\xe8\x94\x81\ \xa3\x7a\xc5\xb0\xa2\xe4\x43\x29\x72\xe3\x2e\x33\x9e\x9f\x3b\xf6\ \xee\xc1\x4d\xab\x7b\xbf\x5a\xff\xfe\xd1\x8b\x15\x58\x24\xdc\xd2\ \x71\x54\xd3\xc1\x83\xeb\x1f\xfd\xfa\xe7\xe0\x8a\xe2\xff\xc8\x41\ \x07\xd9\xe4\x41\xfc\xfd\x44\x87\x66\x48\xf7\x7d\xfa\x51\xbd\x33\ \xab\x5e\x59\x75\x02\x0b\xdc\x62\x70\x67\x8f\x1b\xe2\xcc\xb2\x4c\ \x2a\x48\x52\x80\x61\x17\x55\x3f\x21\x84\xa9\x46\x68\xd2\x82\xf5\ \x0b\x2e\x2d\x9d\xbd\xe6\xdb\x4b\x82\x80\x01\x0b\x82\x80\x2c\xd3\ \xe2\x88\x88\x04\x99\x86\xce\x91\x28\x0a\x60\xe8\x26\x96\x24\x91\ \x20\x6a\x99\x94\x13\xf1\x0f\xee\x32\xb7\x74\x9d\x61\x51\x12\x09\ \xe7\x1c\x6e\x29\x82\xc8\x99\xa1\x9b\x58\x94\x08\xa2\x86\xc1\x44\ \x59\xc2\x08\x80\x33\xc3\xb0\x88\x28\x12\x0c\x1c\x10\x62\xcc\xb4\ \x98\x20\x09\x88\x33\xd3\x62\x44\x14\x31\xb3\x0c\xc3\xc4\x92\x2c\ \x60\xc4\x39\x47\x08\x01\x30\xcb\xa4\x88\xdc\x4e\x6b\x97\x6b\x7e\ \xa3\xcf\xcb\x6f\x3e\x98\x94\x3c\x75\xec\x26\x4a\x08\x43\x58\x92\ \x44\x66\x9a\x0c\xb0\x28\x62\x66\x51\x8b\x83\x28\x0a\xcc\xd4\x4d\ \x8a\x64\x59\xb4\x0c\x9d\x61\x51\x12\x30\x00\x30\xcb\xb4\x18\x96\ \x24\x12\x20\x79\x53\x53\xa7\x9c\x48\x12\x31\x75\x03\x04\xe9\xd6\ \x8d\xf1\x80\x5b\xa6\x85\x88\x70\x43\x3d\x3b\x62\x96\x41\x19\x12\ \x24\x01\xae\x49\x1f\x32\xd3\xa0\x40\x44\x91\x54\xe5\xa9\x34\x9d\ \x0b\x92\x24\xe0\xdb\x9a\x0b\x6e\x32\x0e\x63\x48\x71\x86\x86\xc4\ \xd6\x9a\xf4\xdc\xe3\xe8\xf7\x55\xaf\x7d\x70\x02\x80\xd7\x1d\xfb\ \xe8\x9b\xcf\xc6\x3f\xdc\x67\x61\xae\x17\x31\x8e\x24\x59\x42\xcc\ \xd4\x0d\x2a\x48\x12\xb9\x6e\x2e\xc6\x58\x80\x4f\x64\x1a\x26\x05\ \x51\x12\x11\x20\x49\x64\xb6\x26\x77\xaf\x7a\xa5\xd7\x8a\x31\xd3\ \xcf\xfa\x44\x29\xb8\xb4\xf8\xcf\x3d\x84\x41\x36\x79\x10\xff\xd8\ \xe3\x82\x59\x98\x5e\x32\x6c\xe4\xdc\x37\x92\xce\x6f\x5e\xf1\xda\ \xbe\x4b\xba\x72\x47\x0f\x1c\x47\x98\x88\x72\x55\x4d\x98\x69\xa0\ \xa4\xc1\xe3\xa7\x0c\x6d\x8e\x99\x71\xf5\xfb\xb5\x9b\xb7\x5d\x11\ \xe4\x2a\xcd\x6c\xce\x21\xd0\x51\x8e\x03\x08\x92\x1c\xf8\xbd\xa4\ \xc8\x81\x3f\x61\xf2\xa7\x76\x1b\x48\x90\xab\xa8\xe3\xb7\x95\xc7\ \x45\x38\xb0\x3b\xc0\xf5\xdf\x02\x20\x2c\xc9\xd2\xb5\x2b\x02\xc0\ \xb8\xca\x6d\x20\x2c\x8a\x18\x80\x03\x26\x92\x42\x6e\x3e\x72\x55\ \x1e\xe3\x76\xc0\x80\xbc\x85\x85\x59\x36\x37\xc2\x98\x48\x92\x00\ \x01\xf5\x45\x01\x07\x88\xd8\x84\x88\x55\x5b\xa4\x40\x1b\x8f\xeb\ \x57\x17\x38\xb4\x54\x75\xae\x40\x5e\xa5\xca\x52\xa2\x2c\xff\xbd\ \xbc\xd3\x9f\xd3\x09\xfc\x8f\x21\x5e\xef\xe7\x7a\x93\x3f\x44\xa2\ \xf2\x8f\xcc\x75\xb3\x71\x2c\xd3\xaa\xdd\x7d\xfc\xbc\xf9\xbd\xb3\ \xb6\x7d\xb1\xe6\xf3\x93\x44\xb1\x71\x4d\x33\x5d\xe5\x19\xa9\x22\ \xe5\x08\x0b\x01\xb1\x77\x0e\x58\x90\x15\xe1\xa6\x23\x63\x8c\x01\ \x38\xe3\x88\x88\x12\x01\xe0\xd4\xe4\xb1\x53\x96\x3e\xde\xa9\x79\ \x23\xbd\xe2\xb4\xd7\xe0\xc1\x78\xfa\x5f\xf3\x3c\x06\x63\xea\x20\ \x6e\xe3\xa9\x41\x57\xdd\x3a\x27\x02\x12\x24\x59\x16\xf0\x3f\xc9\ \x0d\xe7\x8c\x31\x00\xc4\x99\x69\xd0\x3f\xdc\x34\x63\x1c\xa1\x7f\ \x8a\xbb\xc6\x4d\xc3\xc0\x82\x4c\xfe\xa9\x30\x8d\x51\xd3\xd0\x4d\ \x0e\x44\x52\xfe\x99\x2b\xe2\xd4\x32\x29\x88\xb2\xc8\x4d\x83\x32\ \x2c\x4a\xe4\x1f\x5e\x3b\x87\xdb\x92\x21\xff\xde\x5e\xff\xa4\x71\ \xfe\x7c\xb5\xba\x6e\x70\x8e\x45\xe5\x0e\xcd\xc5\x39\x63\xa6\x49\ \x89\x28\x56\xdd\x26\x4a\x4d\x8b\xdf\xa0\x6e\x53\x05\x6a\x1a\xa6\ \x49\x01\xb0\xa0\x48\x81\x04\x11\x35\x0c\xd3\xa2\x80\xb0\xa8\xc8\ \x88\x9a\xba\x61\x21\x84\x10\x26\x52\x55\x77\x2d\x66\xa8\x06\xe5\ \x55\x2b\x1c\x41\xdf\xfd\x4f\xc4\xd4\xc1\x3c\x75\x10\xb7\x79\xcc\ \x19\x44\xd4\x6d\xd2\xaa\x6d\xf3\x06\xf5\x62\x4d\x57\x89\x5b\x63\ \xff\x9c\xef\x40\xa8\x4a\x58\x44\x10\xaf\x8b\x3c\x71\x84\x09\x41\ \x7f\xbd\x1f\x04\xa7\x26\x8e\x1a\xfa\xc0\x3d\xd5\x5c\xa9\x57\x4b\ \x8d\xbf\xd8\x3d\x03\x18\x65\x21\xd5\x12\x5a\x77\x6b\x15\x1f\x65\ \xd3\xbd\x2e\x55\x67\xe8\xaf\x5c\x11\x35\xcd\xc8\xa6\x7d\xee\x1e\ \xd1\x24\xf3\xcc\x05\x15\x24\xe1\x0e\xba\xca\x21\x84\x08\xc6\x7f\ \xf1\x32\xff\x59\xe3\xfc\xad\xbf\x17\x9c\x8d\xdb\xb7\x4d\x4a\xac\ \x61\x96\x16\x79\x4c\xb8\x03\x6b\x21\x84\x30\x11\xc8\xf5\x1b\x8d\ \x30\xfe\xdb\x06\xd8\xd4\xb2\x6c\xd5\x12\x5a\x76\x6c\x5e\xbb\x4e\ \x24\x75\xbb\xfd\x9a\xc9\x28\x73\xc4\xd7\x6b\xd9\xa1\x79\xed\x9a\ \x61\x5a\x59\x05\xa9\x56\xb7\x4d\x97\x56\xd1\x36\xab\xb2\xc2\xc7\ \x01\x23\xc4\x39\x72\x24\x75\x6d\x9f\x94\x94\xe0\xb4\x63\x4f\x99\ \x8b\xa2\x20\xbd\xfc\x4e\x11\x64\xbe\x04\xf1\x0f\x1e\x74\xc3\xc4\ \xfd\x5e\x7a\x63\xd1\xf2\xfb\x7b\xf6\x6e\x57\x3d\x0c\xdf\x42\xa5\ \xfb\x36\xce\x54\x57\xfd\x7e\xbf\x5f\xd3\x4d\xce\x01\x21\x6e\x6a\ \xba\x69\x71\x84\xc0\x32\x74\xc3\xa2\xc0\x2d\xb7\x5f\x1e\xf0\xf0\ \xbc\xfe\xcd\xc3\x5d\x7e\x97\x61\x52\x84\x10\x70\x66\xa8\xaa\xea\ \xf7\x1b\xb7\xe7\xad\x73\x6a\x69\xaa\xdb\x63\x38\xfb\x8e\x1a\xd3\ \x22\x4e\x32\x19\xe7\x8c\xea\x7e\xbf\xea\x57\x2d\xca\xaa\x8e\x6f\ \x56\x65\xd3\x99\x65\x1a\x86\xc5\x39\x37\x34\x4d\xf5\xfb\x55\xbf\ \x46\x29\xa7\x16\x0b\xad\x9d\x34\x70\xc6\x83\x6b\xb6\xae\x1c\xd0\ \xda\xee\xd7\xaa\xce\xc5\x2c\x53\xf3\xfb\x34\x55\xbf\xd6\xb7\x89\ \x9b\xba\xa6\xfa\x7d\xaa\xaa\x57\xa9\x8c\x03\xb7\x0c\xdd\x6b\xba\ \x1d\xb5\x3b\x8c\x1d\xd6\xd9\xce\x8d\x5b\x19\x83\x5b\x7a\xd5\xb9\ \x02\xe3\xf1\xfa\xf5\xa6\xa3\x66\x4d\x1e\xde\x54\xf5\x97\xa9\x01\ \x6d\xf2\x9b\x8d\x53\xf5\xee\xa9\x1a\xa1\xdf\xb0\x18\x70\xcb\xed\ \x97\xfa\xcd\x79\xea\xae\x56\x91\x2e\x7f\xa5\x6e\x52\x04\xdc\xd0\ \x74\x8b\x02\x42\xdc\xd4\x35\x33\x70\xa5\xba\xae\xfa\xfd\xaa\x5f\ \x35\x2d\x7a\xdb\xdb\xa7\xd1\x76\xb3\x9e\x5e\xf6\xd6\xa3\x7d\xfb\ \x75\x8c\x75\x20\xc6\x81\x53\x4b\xaf\x1a\x5e\x40\xe2\x9c\x5d\x33\ \x8e\xfa\x77\x6e\x6e\xc0\x38\xaa\xaa\x53\xc6\x11\x42\x96\xea\xe3\ \x91\x2d\x9f\xfb\x78\xd5\xac\xd9\x63\x47\x4d\x1b\xdb\xbc\x7e\x94\ \xaa\xb9\x48\x7c\x87\xc5\x9f\xae\x9a\x31\x73\xf4\xa8\xe9\x63\x1a\ \x55\x73\x2a\x71\x09\x5d\xc6\x4c\x7c\x61\xd3\x9a\x51\x9d\xe2\x0c\ \xc3\x04\xce\x18\x76\xb4\xec\xd3\x65\xc8\xc3\xcf\xae\x78\x7b\x7e\ \x1c\xd2\x4c\x16\x7c\xbe\xfe\x02\x24\x82\x64\x01\x05\xf3\xd4\x41\ \xdc\x2e\xc0\x22\xb2\x55\xb6\xe7\x9d\x57\x9e\xdb\x70\x2a\x5c\x0e\ \x57\xc4\x7f\x1c\x1b\x72\xce\x88\x3d\xba\x75\x97\xc6\x61\x36\x54\ \x9a\x76\x21\x35\xa3\xd4\x02\xa5\x46\xb3\xfa\xb8\x3c\x37\xa7\xd8\ \xa8\xde\x20\xc9\xae\x15\x66\xe4\xf9\x1b\xf5\xe8\x35\x64\xcc\x48\ \x23\x24\xb3\x34\x2c\xdb\x93\x75\xe1\xd2\xd5\x72\x0a\x62\x42\xbb\ \x2e\xb5\xa2\x71\xe6\xa9\xd3\xb9\x65\xba\x28\x0a\x7f\xeb\xa6\xb9\ \x10\xd2\xb4\x43\x3b\xbb\xa3\xb6\xd3\xc6\x74\x8b\x73\x6a\x51\x29\ \x34\xa9\x47\x97\x68\xc9\x77\xe9\xc4\x99\x12\x1f\x8b\x6b\x9c\x28\ \xfb\x0a\x72\xf3\x7d\x00\xe0\x88\xa9\x19\x1b\x62\xe5\xe5\xba\xab\ \xb5\x68\x5a\x3b\x3e\x82\x7b\x4b\x2e\x9d\xba\xe8\xc6\x42\xde\xd1\ \x9f\x16\xde\x93\x22\xef\x7c\xad\x2a\x46\x41\x40\x0d\x53\x0c\x8f\ \x6b\xd9\xa6\x31\x76\xe5\x9e\x3f\x75\x45\x47\x22\xc2\x72\x42\x9b\ \x56\xb5\xe3\x42\xd5\x92\x9c\x8b\x67\xd3\x54\x2e\x30\xdd\x0a\xad\ \xd5\xa8\x75\xfd\xe8\x9a\x4d\x63\x0d\xb3\x92\xdf\x2a\xf5\x6a\x19\ \x3c\xba\x51\x8b\x86\x0d\xaa\x61\xc3\x93\x91\x72\x31\xaf\x48\xad\ \xd1\xac\xdd\x80\x71\x63\xda\x7a\xed\x97\xcb\xec\x6a\x59\xce\xb9\ \xf3\xd9\x60\x8b\x69\xd5\x25\x31\xc2\x86\x4a\xd3\x2f\x5e\xbe\x5a\ \xca\x30\xc1\x82\x2d\xbe\x7e\x52\xcd\x1a\xd1\xb2\xc8\x8a\x2f\x9e\ \x4b\xcd\xf6\x36\xec\xd6\x73\xf0\x98\x51\x3c\x22\xa7\xd8\xd9\xc0\ \x9b\x7d\xf1\x42\x86\x3f\xa1\x45\x7d\xa3\x20\xab\xa0\x12\x6a\x26\ \x35\xc4\x15\x39\xb9\xa5\x7a\x54\xfd\xa4\x7a\xf5\xaa\x8b\xcc\x9b\ \x7e\xf2\x5c\xa1\x8b\x8a\xb7\xc8\xaa\x73\x86\x1c\x2d\xbb\xd6\x39\ \xf9\xf6\x0b\xf3\xde\x3f\x1b\x61\x0b\x13\xb8\xc5\xc4\xd0\xa6\x9d\ \x5b\x44\x60\xf7\xc5\x13\xe7\x2a\x34\x26\xc9\xf6\x5a\x8d\x9a\xd6\ \xaa\x11\xc9\x7d\xa5\x97\x4f\x5d\xa8\x34\xf0\x9f\xa3\x67\x04\xd4\ \x30\x85\xb0\xea\xed\xda\x26\x0a\xee\xbc\xf3\xa7\x2e\xfb\x0c\x31\ \xac\x66\xbd\x9e\x33\xe6\x74\x8a\xf0\xaf\x79\xf3\xab\xac\x22\x77\ \xda\xd9\xbc\xc8\xda\x4d\x07\xce\x99\xdd\x5a\x2e\x5d\xb9\xe9\xab\ \x82\x92\xca\xb4\x3c\x97\xe7\xca\xaf\x2f\x1c\xdc\xf1\xe8\xfa\xcf\ \xbb\xb4\xa9\xb3\x79\x6f\x36\x20\x91\xd0\xe2\x4f\x9e\x7f\xce\xd6\ \xe2\xc1\x77\x56\x76\xc2\x18\x43\xd0\x53\xdf\xf9\x97\x1c\xe3\xa7\ \xf2\x34\x25\xe8\xa9\x83\xf8\x7b\x9e\x17\x90\xa8\xd8\xec\x60\x13\ \xaa\x88\xca\xdc\xd4\x34\x83\x31\x8c\x05\x45\x51\x10\x70\x00\x6e\ \x6a\xaa\xc1\x38\x26\xa2\x22\xcb\x9c\x52\x29\x3c\xa1\xcf\xb8\x41\ \xa1\x4a\x78\x62\xf3\x88\xaf\x9f\x78\xfc\xd3\xbd\xbe\x29\xab\x96\ \x88\x5f\x3d\x33\xf7\xdd\xbc\x19\x4f\xad\x68\x97\xba\x72\xda\x8a\ \xa3\x4d\x7b\xb4\xaf\x15\xaf\xe8\x1d\xba\x0c\xaa\xd6\xf4\xf2\x96\ \xfc\x53\x97\x4a\x7b\x3d\xb5\xe8\xd1\x49\x49\xa5\x25\x56\x94\x98\ \xf7\xc6\xf4\x67\x8f\xe5\x19\x12\x66\x9a\xa6\x53\x40\xa2\x28\x4b\ \x02\x32\x51\xe8\xb8\x15\xab\x26\x75\xb1\x67\x17\x08\xcd\xea\x46\ \x1c\x52\x75\x8b\x84\x8f\x5d\xf1\xc6\x98\x36\x4a\xa5\x15\x2a\xe6\ \xee\x7e\xf6\xbe\x95\x9d\x9e\x5c\xdc\x2e\x73\xcd\xc2\x97\x4e\x88\ \xb2\xd5\x68\xc8\x43\xd3\x9b\x5e\x78\x61\x6d\xea\x4b\x5b\x56\x09\ \x29\x67\x50\xed\xc4\xb2\xdf\xdf\x7b\x7e\xde\x67\x7e\x81\x48\xca\ \x1f\x6d\xe1\x98\xa1\x0b\x71\x2d\x9f\x58\xbf\xa4\x89\x5c\x49\xc3\ \xab\xe5\x6e\x59\xfb\xca\xb2\xef\x5c\x52\x54\x9b\x01\xfd\x5a\xd6\ \x8b\xac\xde\xb4\x49\xe1\x8f\x6b\x5e\x5e\xf6\xbd\xbd\xf5\xa8\x97\ \xde\x7b\x2a\xac\x3c\x13\xd7\xea\xe0\xb8\xf4\x35\x03\x40\x88\x5b\ \xba\xa6\x53\x86\xb1\x20\x2b\x32\xe8\x6a\x6c\x9f\xfb\x5e\x5a\x32\ \xb2\xf2\xc2\x55\x31\x84\xef\x7a\xf7\xed\x8c\xbc\xec\x3a\x6d\xdb\ \x36\x49\x0c\x8b\xf0\x36\xef\x3f\x2e\xb2\xf4\xe8\x8f\xe7\xcf\xa6\ \xe1\xb0\xda\xbd\xc7\x0e\x0a\x57\xc2\x12\x5b\x44\x7f\x3b\xef\xa9\ \xcd\xbb\x52\x6b\x76\x9d\xb8\xea\xbd\xfb\x2b\x2e\x5f\xf0\x63\xe1\ \xec\x07\x6f\x9c\x4f\xd7\x9a\xf4\x68\x5f\xbb\xa6\x62\xb5\xef\x3c\ \x28\xa6\x49\xea\x8f\xf9\xa7\xae\xda\x1e\xda\xf0\xf2\xd5\x25\x0f\ \x2e\xfd\x11\x3f\xbb\x64\xb5\x73\xcb\xdc\xb9\x9f\x95\x2c\xf8\x60\ \x5d\x67\x9c\x95\xa1\x46\xc6\xd2\x4b\xaf\x4c\x7b\xe1\x6c\x29\xff\ \x73\xd1\x08\x67\x06\xd3\x4c\x9d\x71\x8a\x6c\xe0\x20\xcc\xb2\xa4\ \x98\xc9\xab\x56\x0e\x49\xc4\x6e\x08\x87\x2b\xbf\x3d\xff\xc0\x0a\ \x4f\x9d\x9e\x2f\xfd\xb0\x4c\x38\x7f\x9a\xd7\x4c\xac\xdc\xfb\xfe\ \x73\x4f\x7c\xe2\x17\xe5\x9b\xda\x9b\x18\x3a\xa9\xd6\x7c\xee\xbb\ \x4b\x9b\x2b\x95\x34\xac\x5a\xfe\x4f\x6f\x2f\x7e\xf1\x1b\x67\xed\ \xc6\x9d\x7a\x35\x92\xc2\xb5\x0e\xc3\x87\xd7\x3d\x7b\x34\xe3\xc4\ \x29\x67\xfd\xa6\x1d\xba\xd5\x17\x22\x2a\xba\x8c\x1a\x51\x9c\xbc\ \x3f\x33\xe5\x3c\x08\xb2\x9d\x12\xce\x0c\xc3\xd0\x75\x6e\xc9\x80\ \x00\xb0\x2c\xd8\xed\x36\x19\xff\x47\x74\xc2\xfd\xef\x09\x96\x10\ \x30\x0e\x6f\xed\x2b\xe3\x41\xe6\x4b\x10\xff\x78\xba\x5c\x7f\xbd\ \x73\x52\xaf\xf7\xa0\x66\xb5\x43\x3c\xf9\x19\xc9\xfb\x4f\xfb\x38\ \x01\x2c\x36\xea\xdf\x2f\x29\xde\x56\x99\x9d\x96\x7c\x28\x45\x25\ \xc4\x9b\x7b\xf6\xbb\x0d\x46\x54\x44\x24\x7f\xfc\xf9\xa1\xbd\x5a\ \x7c\xb1\x77\xaf\xa1\x72\x30\x01\x01\x58\xdc\xd4\x39\x12\xa1\xf2\ \xeb\x97\xd7\x36\x69\xdd\xd6\xfc\x78\xe5\xab\x3f\xa4\xd8\xb1\xe4\ \xa8\x7b\xd7\xac\xa9\x2d\x7e\x98\x3d\xe9\xbd\x83\x74\xee\xd7\x1f\ \x4d\x7f\xac\xe7\xb1\xb9\x3f\xa2\xea\x75\xbb\x76\xef\x50\xcd\x41\ \xb3\x4e\x1c\x3f\x7b\x3e\x33\xb2\xe3\xdd\x53\xba\x2b\xaf\x8f\x1c\ \xf7\x6b\x71\x8b\xf7\x7f\x59\x89\x09\xaf\xde\x69\xec\xbd\x3d\xc8\ \x92\x21\x13\xf7\x94\xd4\x7b\x7d\xef\xba\xc9\x13\x7e\xd8\x7d\xb2\ \xa0\x43\x6c\x54\x9f\x85\x6f\x0c\x71\xec\xfb\xad\x90\x17\xe6\x67\ \xea\xb6\xa8\x50\xff\xa9\x17\xa7\xdd\x9f\x16\x37\x6d\xf3\xfa\x51\ \x6d\xe3\x37\xef\xcc\x07\xa9\x4a\x27\x17\x00\xb8\x66\x92\x3e\x93\ \x1e\xec\x68\xed\x9b\x36\xec\x25\xbd\xd9\x84\x0f\xbe\xbd\xb7\xc7\ \x2f\x7b\xbe\x4b\x2e\xdc\xfd\xc5\x37\x99\x09\xd1\x09\x3d\x9d\xb3\ \x7b\xf7\x8f\x5e\xf1\x6b\xa7\x69\x33\x22\x8e\x6d\x98\xfa\xd0\x87\ \x49\x93\x57\xae\x98\x28\x62\xe0\x94\x42\xdd\xae\xfd\x5a\xd6\x8b\ \x54\x4b\x73\x93\xf7\x9c\x28\xa3\x2c\x2a\xa9\x49\x5c\x98\x67\xf3\ \xdb\xab\x0f\x9c\xc9\x31\x91\xe4\xb4\x93\xfd\x1f\x6d\x88\x6d\xdc\ \x7d\x80\xfa\xd9\xc2\x25\x5f\x22\x12\xa1\xc8\x76\x3d\xff\xfc\xf7\ \x1b\x68\x74\x64\x84\x15\xf5\xdc\xd0\xde\x2d\xbf\xda\x95\xe2\xa8\ \x5e\xc7\x96\x73\x7c\xde\xa4\x47\xd3\x4c\xa7\x43\x22\x36\xc5\xf8\ \x76\xd9\xda\xa4\xd6\xed\xd1\xe6\x37\x96\x7e\x77\xda\x2e\x38\x44\ \x7b\x5d\xc3\xcf\x4d\x0b\x10\x70\x93\x1b\x06\x63\x48\x74\x44\x3b\ \x2b\xbf\x79\xfa\x89\xb7\xb6\xe1\x45\xbf\x6d\x9a\x3e\xa7\xcb\x23\ \x0b\xf7\x70\xfb\x0d\xb4\x40\xce\x19\x56\x9a\x0d\x1c\xd5\x21\xd6\ \xda\x79\xa9\x4c\x10\xb0\x65\xea\xb5\xfb\x4d\x9c\xd4\x56\x7d\x66\ \xd0\xb4\xe3\xbe\x66\x6b\xf6\xbe\x3e\x61\xc4\xb7\xef\x5e\x71\x84\ \xa8\x67\x96\xcc\xb8\xef\x62\xd4\x94\xcd\xef\x4f\x68\x57\xf3\xf3\ \xed\xf9\xdc\xfe\xc7\xda\x21\xd7\x4d\xdc\x63\xe2\xcc\x6e\x70\x70\ \xda\xc0\x45\xfe\xc6\x63\xdf\xff\x7e\x7a\xff\x5f\xf6\x7c\x71\x70\ \xcb\xdb\x2b\xdb\xd5\x9d\x26\xbd\x36\xfd\xc9\x7c\x14\xe6\xb4\x39\ \x4b\x77\x7f\xfb\xee\x5b\x9d\xe2\x86\x57\x2e\x9b\xf1\x7c\x39\x0a\ \x77\xd8\x14\x81\x70\x09\x8c\x8b\x29\x19\x7d\xfb\x0f\xee\xbe\x37\ \xff\x6c\x6a\x11\x23\xe4\x0f\xab\x07\xf1\x17\x11\x58\xd0\x0d\xe6\ \xa9\x83\xb8\xd3\x08\x9b\x71\x5c\xb3\x6d\x97\x7e\x23\x07\x74\xea\ \x9c\x64\x03\xca\x18\x67\x20\xd6\xe9\xd0\xbd\xdf\xc8\x01\xed\xdb\ \x37\x92\xb9\xa9\x6b\xd0\x79\xf6\xfc\x25\xab\x1f\xbf\x6b\x70\xb7\ \x5a\x71\x0a\x26\x08\x00\x21\x02\x8c\x99\x16\x50\x56\xa5\x44\x80\ \x44\x59\x16\x04\x0c\x80\x09\x08\x88\x53\x5b\xb5\xfa\x8e\xf2\xe2\ \xb3\xa7\x0b\x18\x14\x1c\x3b\x93\x23\xd5\xaf\xaf\x80\x89\x9c\xd1\ \xad\xfa\x0d\xe8\x3f\xb2\x4f\xe3\x84\x28\xc6\x8d\x90\xb8\x7a\x90\ \x93\x75\xf9\x6a\x99\xa9\xeb\xba\x61\x72\xe0\x11\x35\x1b\x5a\xa9\ \xa9\x97\x73\x3c\x86\x96\x7a\x3c\xdd\x17\xd9\xb0\xa6\x3b\x3d\xcd\ \x5e\xab\x43\xcf\xde\xf5\xeb\x35\xeb\xd0\xae\x63\x48\x71\xc6\x55\ \x03\x09\xd4\xe2\x48\x20\xde\xbc\x0c\x17\xa3\x4e\x3b\x09\xe8\x94\ \x23\x60\x96\x69\x59\x60\x51\x24\xc7\xd7\xa8\x95\x7f\xe4\x4c\x21\ \x35\x4a\xae\x9c\x3c\xef\x0b\x8d\x8a\xb6\xc7\xb4\xb8\x6b\xd1\xc6\ \x57\xef\x9e\x34\xb0\x65\xb3\xea\x02\xa6\xd8\x16\x5a\x3d\x3a\xf2\ \xea\x91\x0b\x15\x60\x6a\x5e\xbf\x15\x78\x69\x51\xa8\xd6\xa2\x63\ \xdf\x91\x77\x75\xe9\xde\xc2\x89\x19\x51\x94\x0b\x1b\x56\xae\x7e\ \x3b\x65\xf4\xf2\x55\x6b\x3f\x5a\xd4\x35\x29\xc2\x34\x2c\x02\x92\ \x24\x11\x00\x44\x40\xc0\x18\x0c\x8d\x77\x98\xf9\xe4\x92\x35\x4f\ \x0e\x1c\xd2\xad\x76\xbc\x8d\x04\x48\x87\x9c\xea\xa6\x41\x39\xba\ \x56\x88\x72\xcd\x38\x08\x13\x10\x31\x46\x1c\x10\x26\x9c\xd1\x1b\ \x0d\x08\xd4\xa4\x94\x73\x13\xd2\x0f\x9e\xca\xb3\x35\x6c\xa0\xc0\ \x4d\x69\x66\xce\x19\xc3\x52\xc3\x1e\x3d\x12\xc2\xb4\xcc\x1c\x0f\ \x26\x88\x71\x88\xac\xd9\x40\xbb\x70\x31\xad\xd0\xab\x7a\x2e\x9c\ \xc8\x36\xa2\x1a\xd4\x24\x96\x65\x99\x0c\x08\xf1\xe5\x67\xba\xa8\ \x15\x62\x27\x9c\x05\x0e\xae\xa9\xaa\xc1\x39\x30\x2c\xc7\xd7\xa8\ \x9d\x7f\xf4\x4c\x81\x69\x94\xa6\x9d\x4c\xf1\x86\x54\xab\x15\x49\ \x00\x49\x92\x88\x08\x91\x44\x45\x96\x44\x04\x1c\x23\x41\x92\x04\ \x84\x89\x8c\x6d\x72\x55\xa5\x07\x22\xc8\x2a\xc8\x2a\x0e\x6b\xd2\ \xae\x55\x93\x38\xc4\xac\x60\x1f\x90\xff\x39\x82\x9e\x3a\x88\x3b\ \x8d\xad\x45\x6c\x1d\x5c\xb5\xf8\xd1\x31\xb3\x5e\x59\xba\xb9\x0c\ \x64\x81\x60\x81\xab\xbb\x5e\x5d\xf8\xc8\x98\xd9\x2b\xdf\xf8\xde\ \x85\x44\x0e\xe1\xfd\x46\xb5\xa9\xf8\x75\xdd\xbc\x27\x9e\xfd\xee\ \x97\x73\xd8\x2e\x63\xf0\x16\x7a\xa4\x3a\xad\x5b\x46\x82\x28\x4a\ \x72\xa0\xa7\x27\x62\x26\x35\x48\xad\x7a\xd5\x43\xec\xe1\x11\x91\ \x21\xbe\xec\xb3\xa5\xe1\x71\x3d\xfa\x37\x09\xb1\x25\x0d\xe8\xd6\ \xd8\x7d\x2a\x45\x03\x3b\xcd\x4b\x79\xf7\xa1\x59\x0f\x8f\x9d\xfb\ \xd5\x8e\x8b\x44\x72\x54\xa4\x9f\xd4\x1b\x34\xed\xdd\x2b\xc9\x61\ \x93\x64\x41\x12\x30\x2e\xbe\x72\x8a\x37\x6d\xd9\xb1\x55\xcd\xc8\ \xf8\xce\x7d\x92\xc2\x0a\x4e\xa7\xe6\x67\x5f\x8e\xbe\x6b\x52\xdc\ \xb1\x4f\xbe\xcb\x70\xf6\xef\xdd\x28\xef\x4c\x2e\x88\x04\x05\xca\ \x4e\x04\x01\x55\xb1\xc3\x11\xb3\x0c\x43\x76\x44\xd7\xa8\x16\xee\ \x08\x75\x60\x2d\xfd\xf2\xc5\x5a\x03\x7a\x26\x46\x45\x35\xe8\xdc\ \xbf\xb5\x52\x76\xe5\x7c\x69\x62\x9f\x9e\x4d\xf8\xb1\xa5\xd3\xe7\ \xae\x5a\xf1\xbd\x9b\x88\xa2\x5e\x91\x9a\x91\xd9\x7c\x4c\xff\x46\ \xf6\x30\xc5\x6e\x93\x10\x41\x08\x24\x11\x9d\x7c\x6f\xf9\xdc\xb1\ \x0f\xbe\xf4\xdc\x07\x05\x96\x48\x00\x87\x44\x92\xe4\x4f\xde\x7a\ \x6c\xd4\x23\xc7\xb4\xae\x0b\x1f\x19\xed\xe0\x2a\x03\x66\xfa\xad\ \xb8\xda\xf1\xe1\xf6\xf0\x88\x08\x1b\xe5\xa1\x7d\x47\xb5\xf3\xee\ \x78\x67\xde\xe3\xcf\x7e\xbd\xf5\x0c\xd8\xaa\xca\x9f\x31\x42\x18\ \x63\x84\xab\xe8\xe2\x88\x9a\x54\xc7\xb5\xea\x56\x0f\xb5\x87\x47\ \x84\xd9\xb9\xe6\x2a\x32\xc2\x1a\xb4\x6e\x1a\x06\x82\x24\xca\x04\ \x01\x70\xc6\x45\x7b\x54\x6c\x74\xa4\xdc\xac\x4f\xfb\x3a\xee\x73\ \x17\x55\xb8\x29\xf7\x81\x30\x11\x4c\xd7\x96\x67\x9f\xd8\x9a\x19\ \xd6\xbb\x7b\x4d\xd3\x60\x18\xa1\xc2\x2b\xa7\xc5\x56\xed\xda\x37\ \x89\x8f\x49\xe8\xd6\xb3\xbe\x92\x73\x3a\x9d\x8a\x02\xc2\x08\x63\ \x4c\x88\x80\x00\x5d\xeb\x25\xce\xc3\xeb\x34\xeb\xd0\xa1\xbe\x84\ \x19\x66\x5a\xc6\x95\x8b\x35\xfb\xf5\x4c\x8a\x89\xaa\xd7\xa9\x7f\ \x5b\x7b\x65\x56\x6a\x11\x80\x80\x10\x42\xd7\x2a\x7a\xaa\xbe\xd1\ \xaf\xa3\xea\x03\x8c\xe9\xdc\xd6\x75\x50\xbb\xac\x8d\xaf\xbd\xfd\ \xe5\x61\x2a\x2a\x41\x99\xdc\xa0\xa7\x0e\xe2\xff\x79\x28\xcd\xe1\ \x8f\xe4\x22\x16\x02\xb8\x89\x4d\x2e\x08\x82\x40\x30\x42\x44\xc4\ \x15\x5b\x3e\xd8\x15\x36\xf2\xe9\xcf\xb7\x7c\x3a\x6d\x6c\x52\x61\ \x6e\x39\x06\x6d\xc7\x9a\xcf\xa5\xae\x8f\x7e\xbe\xfb\x83\x51\xbd\ \x22\x72\x72\xcb\x39\x12\x25\xab\x64\xdb\x8f\xbf\xd6\x7b\x70\xf1\ \xc7\xdb\x36\x4c\x19\xd9\x54\xcb\x3f\xf0\xe6\xca\xdf\x3a\xbd\xb0\ \x7e\xf3\xde\x0d\x4d\xdd\xfb\xdf\x5e\x7b\x10\xc9\x22\x42\x98\x08\ \xa2\x20\x08\x04\x63\x4c\x24\xf7\x85\x6d\x6f\xac\x4b\x1e\xb1\xea\ \xa3\x4f\x7f\x5a\x96\x18\xe3\x2b\x74\xd1\xf2\x93\x3f\xbc\xf5\x69\ \xc6\x7d\x1f\x6e\xfe\xf4\xe7\xa5\x74\xf7\xa7\x9f\xff\x70\xd5\x57\ \x59\x5a\xe2\x2d\x39\xb6\x6d\xdb\xaf\xbf\xa5\xb8\x8a\x8b\xd3\xb3\ \xfd\xa2\x88\x38\x03\xe0\x08\x80\x33\x06\x9c\x03\x42\x98\xfb\xf2\ \x76\x7e\x97\x31\xf8\xa5\xf7\x36\x6c\x7a\xa2\x45\x02\x3e\xfc\xd1\ \xba\x1f\xb3\xea\x2e\xdf\xb6\x65\xf5\xeb\x63\xf6\xaf\x5c\x73\x22\ \xd7\x7f\x79\xd7\xf6\xe3\x46\x87\x37\xb6\x7d\xbb\x72\xd5\x14\x5a\ \x5a\xc2\x88\xb9\x73\xed\xaa\xc3\xac\xdb\xba\xdf\xbf\x7d\x61\x61\ \xff\xf2\x9c\x1c\x95\x12\x84\x00\x93\xc0\x85\x13\x04\xdc\xd2\xad\ \x1a\x3d\xc7\x2c\xff\xf1\xf3\xb5\x9f\xbd\xda\xa3\x41\xc5\xd6\xdf\ \x8f\xa9\x20\x2b\xc8\x48\xfe\xed\x3b\x6f\xc7\x7b\x36\xec\xfa\x62\ \xfe\x43\xbd\x1c\xa8\xe4\xfb\x0f\x76\xd8\x87\x3c\xf5\xd9\x96\xcf\ \x66\x4e\x6c\x56\x94\x5b\x4a\x01\x03\xf0\x9b\x84\xc2\xb0\x20\xd1\ \xb2\xed\x3f\xfe\x52\x7b\xc6\x0b\x1f\x6d\x7b\x7f\xea\xc8\x44\x6a\ \x14\x6c\x5d\xf5\x5d\x9d\xbb\x5f\xda\xbc\x7b\x5d\xcf\x66\x24\x27\ \xdf\x03\xdc\xd2\x84\x98\xe1\x0b\xdf\xf8\x78\xef\x07\xcd\xdd\x47\ \x36\xbc\x7b\x8c\xfc\xad\x22\x30\x26\x22\x02\xc3\xb4\xb0\x48\x18\ \xe7\x82\x24\x16\x1c\xfa\x7a\xdd\x77\xc5\xb3\x3e\xfd\xf2\xe3\xef\ \x5f\x70\xff\xb4\xf1\xcb\x6d\x39\x8a\x22\x70\x76\xfd\x6b\x89\x07\ \x6e\xb3\x66\xf0\xce\x0f\x2f\xff\x78\xf7\x2b\x8d\xa3\x25\x8c\xd9\ \xa9\x2f\xde\xf9\x2e\xbd\xe6\x2b\xbf\x6d\x59\xb3\x7a\xc2\xa1\x37\ \xd6\xec\xbb\xe0\x57\x30\x01\x60\xec\xc6\x31\x23\xe0\xfc\xe6\x2d\ \x9c\x33\x00\x11\x61\xa6\x53\x01\x84\xc0\x2b\x92\x57\x9d\x22\x88\ \x7f\x36\x50\x0a\x32\x5f\x82\xb8\xa5\x83\xd6\x0c\xe9\xbe\x4d\xef\ \xc5\x1f\x58\xf6\xfc\xfa\x93\xa1\x8a\xf3\xce\x8a\x97\xb9\x69\xf2\ \xf0\xb8\xf8\xe8\x48\x9b\xe9\xf7\x96\x17\x97\x6b\xba\x45\x4d\xcb\ \x16\x1b\x57\x2d\xc6\x69\x79\xdd\x65\x25\x15\xba\xc9\x11\x62\x16\ \x25\xe1\x71\x71\x51\x21\xc4\x55\x5c\x54\xe1\xd2\x2c\x93\x85\xd5\ \xac\x15\x1d\x82\x4a\x32\x73\xdc\x3a\xba\x45\x31\x03\x67\x86\xc9\ \x23\x6b\xd6\x8a\x0a\x15\x7d\x15\xe5\x15\xe5\x1e\x8b\x52\x8b\xe2\ \x98\x84\xda\x21\x44\xcb\xcf\xc8\xd3\x41\x24\x82\xe0\x08\x51\x0c\ \xaf\xc7\x60\x72\x68\xa8\xe4\x73\x79\x41\x52\x42\x43\x25\x5f\x85\ \xdb\xe4\x52\x58\xb8\x5d\x73\xbb\x74\x0a\xc0\x19\x07\x29\xb6\x76\ \xbc\x02\xfe\x92\x82\x32\xbf\xaa\x83\xe4\x8c\x4f\x88\xc7\xbe\xb2\ \xbc\xdc\x32\x90\x24\x6e\x5a\x62\x68\x54\x7c\x8d\x28\x4c\xf5\xca\ \x92\x52\x8f\x4f\xb7\x74\x03\xd9\xc2\xe2\x6b\x57\x13\xb9\x56\x5e\ \x54\xea\xf3\x9b\x7f\xd6\xd6\xe2\x9c\x28\x8e\xc8\xd8\x68\xbb\x8d\ \x68\x15\xc5\x05\x05\x95\x88\x88\x08\x71\x6a\x71\x7b\x74\xb5\x6a\ \xd1\x0e\xb5\xbc\xa4\xb4\xdc\x63\x18\x10\x1e\x1f\x1f\x1d\x69\x37\ \xfd\x9e\xf2\xe2\x72\x55\xb7\x04\xd9\xe1\xb4\x21\x8f\xcb\x4b\xff\ \x38\x22\xb7\x28\x0a\x8f\x8b\x8f\x0a\x11\x5c\xc5\x45\x15\x2e\x95\ \x52\x16\x12\x57\x23\x26\xc2\xa6\xbb\x2b\xca\x8a\xcb\x55\xa9\xee\ \xf2\xed\x2b\x72\xdf\x7e\xe9\xab\xdd\x65\x5a\x79\x7e\xa5\x06\x92\ \xf0\xb7\x04\x1c\xa6\xa9\xd2\x03\x5f\x7f\x90\xb0\xef\xd5\x27\xd7\ \x9c\x70\xda\x1c\x02\xa7\x26\x23\xb1\x09\xb5\x1d\xc8\x9f\x9f\x91\ \x6f\x20\x51\x54\x94\xd0\x50\xd9\x57\xe1\xfa\xc3\x38\x16\xb3\x98\ \xd2\x67\xc1\xf2\xe7\x26\xe3\x39\xdd\x1f\xb9\x54\x89\x08\xb7\xb8\ \xe0\x88\x4b\x88\x27\x6a\x59\x5e\x4e\x29\x88\x32\x06\x4e\x14\xa7\ \x53\x01\x8f\xcb\xcb\xaa\x94\x6d\xb8\x68\x0b\x71\x48\xcc\xed\xf2\ \x71\x84\x00\x01\x33\x34\x97\x69\x9f\xbb\xe9\xf3\xc4\xe4\xd7\x9e\ \x58\x7b\x50\xb6\x29\x00\xdc\xf0\x57\xda\x5b\x3f\xb8\x6e\x45\xfb\ \x65\xa3\x1e\xb9\x62\x29\x41\x7e\x79\xd0\x53\x07\xf1\x2f\xf2\xd4\ \x3a\x1e\xf7\xde\x17\x0f\x76\xa4\xe7\x0e\x9e\xf8\xe6\xcd\x35\x07\ \x53\x8d\x3b\x7a\xbc\x38\xa3\x94\x71\xce\x01\x10\x26\x04\x07\x5a\ \x6f\x58\x34\x90\x20\xc6\xd7\x59\x15\x9c\x5b\x96\x05\x00\x55\xed\ \x2c\x38\xa7\x94\x06\x44\xca\x6f\xfb\x4a\xe0\x8c\x06\xea\x7e\x11\ \x26\x81\x2c\x6f\xd5\x96\xeb\x87\xe5\xd4\xa2\x88\x08\x18\x18\xa5\ \x9c\x08\x04\x38\xa3\x94\x07\x78\x24\xd4\xa2\x98\x54\x29\xaa\x70\ \xc6\x28\xa5\x80\x30\x11\x02\xe9\x04\x4a\x29\xfb\xe3\xb0\x81\x6b\ \x60\xd7\x4f\x85\x01\x80\x53\x4a\x19\x03\x40\x81\x5f\xdd\x6a\x74\ \x8c\x52\x0a\x37\x0e\x0f\x00\x80\x53\xcb\xe2\xfc\xda\x71\xae\x5d\ \xe6\x75\xe3\x70\x4e\x29\x43\xe4\x4f\xd7\x7c\x1b\xe3\x00\xc2\x18\ \x73\x66\xaf\xb7\xec\xe7\xa5\x29\x2f\xce\x7e\x6f\x5b\x49\x88\x2c\ \x93\xdb\xb0\x0f\x4d\x4d\x6f\x3c\x61\xee\x73\x4f\xf5\x2e\x3d\x95\ \xfc\xd9\x92\x15\xc7\x0b\x99\x84\xf9\x35\x73\x09\xb8\xea\xb2\x6f\ \x32\x0e\x50\x4d\x69\x38\xf0\x89\xa7\xfa\x9e\xda\xf4\xf6\x4f\x07\ \xb3\x89\x24\xa2\x3f\x6c\x85\xc8\x35\xeb\x01\xa7\x94\xc2\x8d\x22\ \x32\x9c\x51\xc6\x11\x21\x18\x80\x5b\xaa\x59\x6b\xe0\xd8\x19\x73\ \xc6\x35\x0e\xab\x58\xff\xc8\xc2\x5d\xe7\x2b\x24\x11\x51\x21\x7e\ \xda\xab\x73\xda\xb6\x68\x5b\x8d\x9f\x7b\xe2\xae\xb9\x19\xdc\x16\ \xf4\xd4\x41\x4f\x1d\xc4\xbf\x2c\xeb\x21\xda\x43\xc2\x23\x42\x65\ \x62\x55\x14\x15\xfb\x74\xfe\xaf\x5c\xbb\xe7\x1c\xfe\xc9\xc3\x71\ \x43\xd7\x91\x28\x4b\xff\x94\xe4\x35\xbf\xf6\x11\xfe\x97\x29\xde\ \x55\x3e\xca\x34\x2c\x2e\xc9\x7f\xaf\xff\x32\xb3\x0c\x93\x21\x49\ \x92\xee\x50\xda\x9c\x33\x06\x7f\xad\x30\x02\xdb\x43\xed\x54\xf5\ \x69\xc6\x4d\x77\x84\x33\x06\x37\x51\xd0\x39\xb5\x50\x78\x7c\x5c\ \xb8\x1d\x95\xe5\xe6\xfb\xcc\x3b\xb1\x37\x47\x82\x22\x21\xc3\xe3\ \xd5\x45\x59\xfe\x63\xfc\x7f\xba\x59\x9c\x33\x0e\xb7\xb3\x1f\x67\ \x5c\x0a\x8f\x8c\x8d\x09\x51\x4b\x0a\x4a\xca\x75\x12\xe8\x86\x82\ \xa4\x98\x5a\xd5\x6c\x98\xb9\x2b\x2a\x3d\x2e\xdf\xf5\x66\x5f\x9c\ \xb3\x40\xff\xa8\x7f\x71\x5d\xc8\x1f\xb7\x19\x5d\x8f\x0c\x6e\xdc\ \xc2\x19\xe3\x70\xf3\x79\x03\x43\xf9\x67\x27\xc6\xbf\x01\x41\x36\ \x79\x10\xb7\x79\x87\x23\xe0\x8c\x71\xce\x99\x65\xea\x9a\x41\x19\ \xfc\xab\x9e\x26\x04\xdc\x32\x4d\x8e\xf0\x5f\xa6\xa7\x73\x46\x71\ \x48\xfb\x01\xbd\x23\xd5\x82\x42\x8f\xf5\x57\x77\xe7\x9c\x0b\x8a\ \x23\x22\x2a\x54\x40\xd7\xc2\xf3\xbf\x02\x46\xa9\xb3\x76\xf3\x9e\ \x1d\x13\x4a\xb2\x72\x74\x4e\x6e\x79\x72\x6a\xd1\xe8\xc4\x8e\x9d\ \x9b\x46\x14\x64\x15\x50\x20\x77\x32\xc0\x40\x93\x8d\xbf\x92\xc4\ \x65\x9a\x4f\xb3\x38\xfa\x93\x47\x11\x65\x09\x71\x76\x63\xfe\x18\ \x23\xae\xba\x2b\x2b\xca\x5d\xd6\x9d\xaa\x83\x23\xa0\x96\x69\x31\ \xe1\x06\x69\x76\x4e\x2d\xcb\xe2\x37\x46\xee\x88\x10\x51\x14\x38\ \x63\xb7\x99\x36\x88\xaa\xbe\x8a\xd2\x0a\x9f\xc6\xae\x11\xee\x11\ \x02\xea\x29\xab\xa8\x28\x77\x69\x9a\x89\xae\x69\x76\x71\x4a\x91\ \x60\x8b\x88\x8d\x92\x11\xd5\x0d\xeb\x5f\x36\xbd\x80\x99\x16\x53\ \xc2\xc2\xc3\xc3\x9d\x04\x51\xcb\x64\xc0\x99\x69\x71\x5b\x78\x44\ \x58\xa8\x1d\x73\x6a\x51\x14\x12\x1d\xed\xb4\x21\xcd\xa7\x32\x44\ \x10\x02\xce\x41\x76\x84\x44\x44\x85\x8a\x02\xa2\x06\xfd\xcf\x4c\ \xa7\x07\x3f\x42\x82\xb8\x5d\xf6\x03\x06\xbe\xb6\xf1\x8b\x1d\xef\ \x3d\xb7\x64\x4e\xcb\xda\x82\x7e\xa7\x14\x60\xce\x28\xbb\x9e\x3d\ \x08\xc4\x7a\x55\xcb\x55\x8c\x31\xce\x81\x53\xd5\x54\x3a\x4f\x9c\ \xda\x25\x31\xd2\xd0\xf4\xeb\xae\x85\x51\xca\xaa\x32\x03\xb7\x75\ \xb4\xcc\xd2\x34\x88\x9d\x30\xf7\xd1\xee\xf5\x6c\xba\xc5\x81\xf3\ \x6b\x7b\xdd\x74\xa2\x1b\x43\xa4\x6b\x83\x61\x9c\x83\xa9\x5b\x71\ \xad\xfb\x2d\xfc\xf4\x83\xef\x0f\x7f\x38\xa8\xad\xc3\x57\x55\x71\ \x07\x3c\x70\x9c\x1b\x56\xc5\x38\x63\x7f\xbb\xc5\xd0\xb5\x98\x16\ \x83\x1f\x99\x3d\x34\x94\x6b\x16\xbb\xf5\x95\x6b\x86\x59\xaf\xd7\ \xc4\xd9\x93\xbb\x8b\x96\xc6\xfe\x38\x0e\xbf\x36\xa6\x6b\x07\xe4\ \x9c\x51\xce\x99\xe5\xa3\x21\xf7\x7f\xf8\xeb\xa6\x15\x83\xb8\xa6\ \xf2\x1b\xde\x28\x81\xeb\xfa\xc3\x38\x8c\x32\x4a\xaf\xf9\xe1\x3f\ \xa7\x88\xb8\xe1\x37\x22\x5b\xaf\xde\xb3\x73\xfe\x84\x04\xbf\x6a\ \xfd\x71\x09\x8c\xa1\x9b\xb2\x16\xd7\x0e\x7b\xfd\xd6\xc0\x4d\x06\ \x0c\x6c\x01\x1e\xb8\x17\x8c\x03\x30\x4b\x57\x6a\xb5\x1f\x77\xef\ \xa0\x50\xa6\x1a\x16\x03\x00\xd3\xef\xad\x39\x62\xe1\xb6\x83\x6b\ \x9b\x57\xa3\x9a\xc1\xfe\x6c\xae\x2a\xc7\x8c\x31\xc2\xb8\xaa\x37\ \xd7\x35\xf7\x5e\xb5\xfe\x8a\xaf\x79\x53\x1d\xa2\x93\x1e\xdb\xf4\ \xfe\xea\x8f\x5f\x9d\xd0\xbf\x29\x32\x75\xce\xff\x64\x2e\xe0\xec\ \xcf\x03\xbe\xdd\x1b\xf4\x86\x99\xc3\x74\x3f\x6b\x31\xe1\xe1\xb7\ \xb7\x7e\xb0\xe2\xe3\x95\x0f\xcd\x1e\xe4\xb0\xfc\x3e\x15\x3a\x4c\ \x7b\x72\xfd\xd6\x0d\xcb\x3f\x5e\xf9\xc0\xbd\x3d\x14\x31\x64\xd0\ \xb3\xcf\xbf\xf1\xed\xc6\x67\x1e\xbb\x4b\x36\x75\xca\xb9\xa1\xb2\ \x46\x7d\x87\x3d\xf5\xf6\xeb\x9b\x8e\x7c\x37\xa1\x67\x1d\x5d\xd5\ \xff\x03\x1f\xc8\x20\xf3\x25\x88\xdb\x05\x58\x62\x58\x28\xdb\xbf\ \xe1\xc5\x45\x6f\x9d\x72\xd8\x6c\x77\xd8\xf2\x14\x88\x1c\x1e\x1d\ \x2a\x0b\xdc\x5b\x5a\xea\xd6\xa8\x20\x08\x92\xdd\x06\x96\x61\x98\ \x5c\xb4\xd9\x09\x33\x35\x4d\xb7\x55\xab\x37\xe4\xde\x99\xe6\x37\ \x19\x17\x4a\x38\x32\x7c\x2e\xaf\x6e\xe9\x96\x2d\x2a\x26\xcc\x8e\ \x2a\x8b\x4a\x34\x76\xab\xce\xd0\x9c\x99\x26\x0b\x89\x8a\x71\x3a\ \x22\x44\xc2\x19\x03\xe0\xd4\x30\x50\x68\xb5\x58\x3b\x31\xca\x0a\ \xcb\x2c\x22\xdb\xec\x76\xa0\xba\xa1\xb3\x40\xa0\x2a\x0b\x60\xe8\ \xa6\x68\x77\x86\x86\x39\xb8\xee\x2d\x2f\x75\x09\xb2\x94\x7b\x78\ \xcb\x93\xe3\x2e\x2e\xdf\xfa\x62\x88\x8d\xf0\x40\x78\x6f\x9a\x16\ \x92\xa2\xaa\xc7\x20\xd5\x5d\x56\xe6\xc5\xb2\x84\x00\xdb\x23\xc2\ \x9d\x76\xc9\xf0\x54\x96\x97\xfb\xb0\x24\x71\x53\x07\xc9\x11\x55\ \x3d\x34\x2c\x54\xbe\xf6\x0a\xf8\x9b\x60\x54\x37\x88\x3d\x34\x3a\ \x54\x72\x3a\x04\xce\x19\x00\x50\x43\x47\xf6\xb0\xe8\x98\x10\xd3\ \x55\x56\xee\xd2\x05\xc5\x6e\xb7\x09\xba\xdf\xcf\x00\x38\x26\x36\ \xa7\x6c\xfa\xb4\xe8\xa8\xd0\xac\xbd\xdf\xff\x54\x90\x06\x42\x55\ \x18\x6b\x19\x3a\xc8\xce\xa8\xd8\x30\x11\x31\x9f\xcb\xa5\x6a\xa6\ \x69\x98\x4a\x44\x4c\x44\x88\xe8\x29\x2d\xf1\xe8\xec\x6f\xd6\x0f\ \x39\x92\x9c\xb1\xe1\xf4\xe0\x57\x5f\xe4\x5f\xa8\xbc\xde\xd1\x9b\ \xc8\xf6\xd0\x70\x27\xa6\x5a\x79\x71\x39\x25\x12\xe1\xd4\x62\x38\ \xbc\x5a\xac\x4d\xc4\x9a\xcf\xe3\xf5\x68\x8c\x59\xa6\x85\xc2\x03\ \x06\x2c\x2a\x33\x91\x24\x62\xce\x11\x71\x44\x86\xd9\x6d\x22\x37\ \x34\x57\xb9\x9b\x8a\x72\x9d\x4e\x43\xef\x9d\x5a\xfd\xea\x9e\x23\ \xa0\x63\x7f\x65\x25\x09\x8f\x91\x2b\x53\xbe\xfe\xf8\x5c\xb1\x0f\ \x13\x02\x80\x80\x19\x06\x13\xec\x51\xd5\x23\x98\xb7\xbc\xbc\x42\ \x15\x64\x09\x21\x6c\x0b\x0d\x09\x09\x91\xd5\x8a\xb2\x4a\x8f\x2e\ \xdc\x2a\x11\x44\x4d\x5a\xa3\x5d\xa7\xb6\xd5\x33\x9e\x19\x36\x3f\ \xc3\x27\x4b\xb2\x42\x35\x9d\x38\x23\xa2\x23\x6d\xfe\xd2\x12\xb7\ \xc6\x24\x91\x20\x41\x74\x86\x86\xda\x64\x70\x17\x97\xf8\x4d\x10\ \x6e\xb1\x70\xca\x4d\xcd\x54\x22\xa3\xc3\x9d\xd8\x55\x54\xa2\x5a\ \x44\xc4\xdc\x9e\xd0\xf6\xde\x19\xe3\x8a\xbe\x7b\xf9\xed\x9f\xae\ \x22\xdd\xed\x43\x62\x78\xc3\x2e\xf7\xdf\x37\x34\xed\x93\xe7\x37\ \xed\x2e\x00\xb5\x52\xd7\xca\x3f\x9d\x3d\x63\x77\xdf\x87\xd6\x3f\ \x37\xa4\xce\x7b\x5b\x53\xfc\x92\x62\xc7\xe7\xbe\xff\x68\xce\xd7\ \x3f\x2f\xd8\xbc\x21\x2c\x54\xfe\xcf\xa4\x51\x06\x3d\x75\x10\x7f\ \x37\x85\xca\x11\x86\x3f\xbe\x9d\x19\xb5\xd8\xb5\xf5\x30\x74\xc3\ \x16\x84\x30\x21\x98\x59\xa6\xa3\x66\xc7\x47\x96\xcf\xa8\x11\x16\ \x6a\xb3\x32\xdf\x7e\x7c\xd1\xef\xe7\xd1\xfc\x4f\xd6\x8a\x3f\xbc\ \xf8\xfc\xc7\x05\x0f\xaf\x7c\xa7\xd5\x95\xb5\x8f\xad\x3e\x73\xcf\ \x53\xd3\x3b\xb6\x89\x36\xc2\x1f\x7a\x79\xb8\xff\xdc\xc7\x2b\xd7\ \x7c\x79\x26\x71\xd4\xac\x79\xf3\x47\x85\x12\x28\x3f\xbb\xfd\xb5\ \xf9\x6f\x67\xfb\xb9\x80\x80\x52\x5a\x75\x2a\x04\x86\x49\xba\x3e\ \xb4\xf0\xe1\x69\xed\x74\x0f\x4e\xaa\x1b\x71\x5a\xd5\x0d\x2a\xf6\ \x7c\x74\xc1\xac\xc9\x1d\x24\x0c\x57\x7e\xda\xb4\xec\xc5\x6f\xfa\ \xbd\xbe\xae\x79\xfa\xfa\x45\x6f\x1c\x45\x80\xdb\x8e\x9f\x37\xb9\ \x45\xc6\xf2\xb7\x52\xe6\x7d\xf5\x46\x3d\xab\x12\x85\x3a\x8e\x6c\ \x78\x75\xcd\xba\x7d\x4c\x40\x96\xa6\x9b\x56\x55\x04\xc6\x2d\x93\ \xda\xe3\xee\x5e\xb2\x68\x44\xe7\x78\x4e\xd5\x5d\xab\x5e\xd9\xf8\ \xe5\x31\xdd\x56\x7b\xc2\xe3\x4f\xf4\x6a\x57\xcb\xe1\x20\xbb\xd7\ \xbc\xfc\xc1\x67\xc7\x49\xad\xb6\x8f\xad\x79\xa1\x7d\x0d\x04\xe1\ \x0d\xed\x29\x5f\x05\xf2\x40\x81\x65\x3e\x40\x88\x10\x02\x86\xee\ \x68\xdc\x73\xc1\x9b\x4f\xd5\xb3\xeb\xf6\x1a\x4d\xd9\xcf\xc9\x96\ \x65\xd8\x1a\xf5\x78\xec\xe5\x87\x1a\x45\xdb\x6c\xa8\xf2\xab\x85\ \x0b\xbf\x4c\x89\x5d\xf1\xcd\x2b\x29\x4b\xa6\xaf\xdd\x95\x93\x38\ \xfa\x89\x25\x0f\xc5\xcc\x1b\xb5\xb6\xdf\xc3\x33\x07\x0f\xea\x64\ \x1e\x2d\xf8\x66\xcb\x19\x0b\x44\x66\xea\x21\x8d\x7a\x3e\xb1\xec\ \x91\xc4\x38\x6c\x1a\xfa\xde\xd7\x17\xbf\xb3\xe5\x5c\x83\xbb\xa6\ \x3e\xf2\xe4\xc8\x08\x49\x22\x65\x29\xab\x1f\x7f\xf5\x74\xa1\x21\ \x12\x74\xdd\x38\x98\x5b\x62\xb5\x16\x33\x9e\x7b\xb0\x7d\xcb\xda\ \x27\xdd\x7b\x7e\x3b\x52\x42\x30\x45\xe1\x0d\x1e\xff\x74\x55\xfb\ \x50\xd5\x54\x42\xd3\x7f\x7e\x77\xd9\x0b\x5f\x7b\xc4\xa8\xc1\x4f\ \x3f\x3d\xbe\x5f\x02\xb7\xa0\xf8\xf4\xd6\x57\x17\x7c\x5c\x4e\xc2\ \xfb\x3d\xfe\xc4\xdd\x83\x92\x14\xc5\x96\xff\xfb\x67\x2b\x96\x7c\ \x56\xc8\xaa\x8d\x7b\xf6\xb9\xbb\x87\xd4\xf5\x6b\x4c\x4f\x3f\xba\ \xf2\xd1\xa5\xee\x26\x43\xa7\x3f\xde\x37\xb6\x16\x9a\xb3\x6e\x95\ \x2f\xeb\xd4\x9b\x0b\xd7\x90\xce\xa3\xe6\xcc\x1b\xd5\xc0\x91\x77\ \xf2\xe7\xad\x19\xa5\x86\xc0\x29\x44\x36\x98\xb9\xe2\xf9\x3e\x4d\ \x22\xa9\x51\xf1\xc3\x92\x97\x3e\xfb\xed\x42\xd2\xc4\xc7\x16\xbf\ \x30\x9a\x55\xf8\x64\xb1\x72\xd3\x53\x0b\x7f\x3a\x50\x20\x2a\x7f\ \xee\x9b\xca\x81\x71\x06\x5a\x99\x4b\x33\x18\x46\x88\xe9\x7a\x58\ \x8b\xfe\xf3\x56\x3c\x5c\x2f\x4c\xd0\x8b\x2f\xbc\xf3\xe4\xcb\x7b\ \x2f\xfb\x46\xbc\xb2\x62\xce\xf0\x86\x2e\x2f\x42\xa5\xc9\xaf\xcc\ \x79\xe5\x7c\xbe\x2e\x89\x37\x39\x6b\x53\x33\x13\x06\xdf\x3b\xff\ \xd9\x71\xe1\x02\xaf\xbc\xb0\x7b\xe5\x93\xab\xd3\xd4\xd8\xe9\x2f\ \x3c\xd4\xbe\x65\x74\x09\x9f\xf8\x64\x07\xcf\x6f\x2f\x3d\x97\x2e\ \xd5\x7c\xf8\xa5\x39\x2d\x1a\x47\x46\x8e\xbc\xf7\x89\x6e\x15\x5b\ \x17\x2f\xba\xca\x40\x20\x58\xab\x28\x55\x29\x05\x7a\x2d\xd7\x81\ \x11\xc6\x98\x73\xfa\x1f\x5b\x4b\x18\xcc\x7e\x04\xf1\x0f\xd2\xd5\ \x7f\xa4\x2c\x01\x85\xd5\xaa\xdb\xb0\x69\xe3\x3a\x75\x62\x45\xe0\ \x9c\x03\x07\x1c\x51\xbb\x5e\xc3\xa6\x8d\x6b\xd5\x8a\x26\x9c\x23\ \x41\xf4\x66\x9d\x78\xe7\xa9\xe7\x5f\x98\xb3\xf8\x9c\xd6\x6a\xca\ \xf0\x8e\x18\x4c\xc9\xa6\xc8\x22\xe6\x00\x92\x64\x57\x24\x59\x84\ \xf2\x4f\x9f\x7e\x6d\xc7\x81\x8c\x9d\x2b\x5f\x9a\x35\x6c\xfa\xfb\ \x3f\x5c\x94\xab\x77\x7a\xe2\xf9\xf1\x97\xd7\x3e\x35\x75\xe0\x63\ \x85\xf5\x87\x3c\x32\xbb\x13\xd5\x74\x90\xed\xf1\x8d\x1a\x37\x6a\ \xda\x30\x36\xc2\x4e\x4d\x2d\x34\xa9\xff\x63\xb3\xdb\xfd\xf0\xd8\ \xf4\x07\xa7\x2c\x3f\x97\xe7\xc7\x98\x45\xb5\x1c\xfa\xe4\x9c\x36\ \xdf\xcf\x9d\x36\x7d\xc2\xf2\xd8\x31\x0f\x4c\x1e\x1c\x5f\x94\x6d\ \x3a\xc2\xa2\xdb\x4f\x5e\x30\x77\x76\xbf\x30\x67\x98\xe1\x2e\xb3\ \x42\x6b\x36\x88\xcc\x7e\xfd\xbe\xc9\x4f\x3c\xb3\xa3\xe7\x3d\x0f\ \xb6\x8e\xe1\x3a\x43\x98\x5c\xa7\x6c\x80\xae\xf3\xd6\x13\xe7\xdc\ \xd3\xd6\xfd\xd2\xc8\x71\x0b\x97\xee\x1e\xba\xe8\xc9\xce\x8d\x1c\ \xa6\xbf\xe8\xa7\x37\xdf\x58\x3c\x6b\xc1\x87\xdf\x17\x8c\x9e\x32\ \x29\x06\x78\xcf\xd9\x8f\x75\x82\x43\x8f\x0c\xb8\x67\xf5\xdb\xbb\ \x4c\x51\x44\xc0\x19\xe7\xce\xf8\xda\x0d\x9b\x36\xae\x5b\x37\x4e\ \xe2\xa6\xdf\x0a\x1b\xf7\xf4\x63\x35\xd2\xbe\x78\x60\xc0\xfd\xef\ \x6f\x3e\xc1\x25\x6c\x40\xf8\xc4\xe7\xe7\x37\xae\xd8\xf7\xf2\x03\ \xf3\xbe\x3a\xcd\x67\xbf\x32\x25\xda\x7d\x2e\x39\xcf\xdf\x76\x48\ \x5b\x0a\x72\x87\xde\x3d\xb5\xe3\x27\xca\x3c\x05\x9f\x2c\x98\xff\ \xc6\x07\xfb\xe5\xd8\x28\x01\x71\xe0\xd4\x44\xd5\x1e\x78\x7d\x7e\ \xad\x82\x1f\x1e\x1f\x3e\xed\xe1\x09\x4f\x7c\xbf\x2f\x43\x8c\x6e\ \xfb\xc8\x8b\xd3\xdc\x5b\xdf\x79\xfe\x81\x17\x2f\x47\xb5\x7b\x64\ \x6e\x37\x66\xe8\x20\xdb\xe3\x1a\x36\x6e\xd4\xb4\x61\xb5\x48\x07\ \x42\xc4\x2a\x39\xf3\xf2\xc4\x47\xbe\x3f\x59\x12\x1e\xe3\xe4\xc0\ \x39\xe3\xc4\x19\x93\x98\xa0\x7d\xf2\xc4\x8c\x19\xf7\x6d\xa8\x3f\ \xe8\x81\x3e\xf5\x24\x2b\x22\xe1\xae\x07\xfb\xa7\x7c\xbc\xf2\xe1\ \x61\xf7\x2e\x5d\xfa\x83\xdb\x82\x3a\x3d\x27\x3e\x32\x25\xe9\x97\ \xa5\x2f\x2c\x7a\xf6\xa3\x3a\x53\xee\x1d\xd5\x3b\xc6\x6b\xd8\x5b\ \x77\x68\x7d\x65\xc3\x2b\xb3\x87\x4c\x7d\x66\xc1\x86\x7c\x6a\x2f\ \x3b\xfe\xf3\xca\x85\xdf\x5c\x3d\x7d\xe8\xe5\xb1\xf7\x3c\xfa\xd8\ \xba\x6c\x3f\x49\xdf\xf6\xd1\x53\xf7\xbf\x9a\x23\x84\x39\x65\xc4\ \x39\xd3\x0c\xa1\xd7\xac\x27\x07\xc6\x5c\x7c\xf2\xae\xb1\xcb\x3f\ \xb8\x3c\xf5\xd5\xc7\x12\x1d\x3c\x34\xa1\xae\x90\xb9\x65\x56\xbf\ \xbb\x3f\xda\x23\x4e\x9b\x31\x26\x02\xa9\x94\xfd\x39\x02\x10\x42\ \x62\x13\x9b\x34\xa0\x65\x65\x9a\x85\x10\x58\x3a\xaa\x76\xff\xe2\ \xb9\xe1\xc9\x1b\xee\xef\x3d\xf9\xe7\xec\xf8\xc7\x17\x8f\x75\x02\ \x4f\x68\x16\x9f\xfe\xed\x2b\x93\xfb\x3d\x74\x91\xf4\xb8\x6f\x58\ \x2b\x30\x8d\x3f\xa5\xa3\x51\x64\x8b\xb9\x8b\x26\x65\x6d\x78\x7a\ \xea\x80\x47\x32\xe3\x07\x3c\xfa\x58\x4f\xe4\xcf\x78\xf7\xf1\x15\ \x07\x92\x33\x7f\x5e\xfa\xc2\xc3\x13\x1f\xdf\x91\xa6\xc9\x7a\xe6\ \xda\x47\x56\x1e\x3b\x9b\xf9\xdd\x73\x0b\x1e\x99\xba\x60\x6f\x96\ \xa1\x08\x18\x63\x62\xf8\xca\xca\x85\xf0\x06\x2d\xea\x2a\x88\x73\ \x00\x04\x37\x32\x77\x82\x9e\x3a\x88\xff\xe2\x00\x9b\x9b\x54\xec\ \x30\xe3\x89\x97\x36\xbc\x3a\xe7\x91\x11\x11\xa0\x5b\x8c\x59\xc8\ \xd6\xed\xe1\x05\x4b\x36\x2c\x9b\x39\x73\x60\x08\xd3\x74\x8d\xd6\ \xbb\x6b\xc2\x33\xef\xae\x98\xbf\x78\x66\xab\x46\x61\xf6\x40\x24\ \xc5\x81\x32\xca\x80\x33\x08\xd4\xea\xf1\x40\xc2\xda\x32\x2d\x8b\ \x99\xd4\xd4\x1c\x09\x6d\xaa\xbb\xf3\xb7\xff\x90\x5c\x56\x7e\x6a\ \xeb\xae\x0b\x91\x1d\x5b\x29\xa0\xe2\xb8\xa4\xc9\x4b\x97\x2d\x79\ \x6f\xf1\xd0\x1e\x0d\x98\xe5\x8f\xa8\xdf\x56\x49\x3f\xbf\x67\xcf\ \xf9\xe2\x9c\xbc\x72\x97\x9f\x03\x8f\x4d\xec\x28\x9c\x4f\xde\x73\ \x28\xad\x20\x7d\xf7\x6f\x29\xee\x84\x4e\x8d\x2a\x2f\x5f\x15\xa3\ \x9b\xf5\xbf\x77\xf8\xe0\xc1\xfd\x9a\x35\x95\x0a\xb3\xd2\x75\x24\ \x59\x7e\xd5\xe3\xae\x4c\x3b\x74\xa8\xcc\xc2\x31\xe1\x22\x65\x1c\ \x00\x55\xe5\xcc\x81\x5a\xc8\xd6\xa0\x49\x8b\xec\x9f\xb7\x9f\xce\ \x2d\x38\xbf\xf3\x87\x64\x23\x3a\xa1\x7e\x84\x2d\xae\xd9\x8c\xd7\ \x5f\x7d\xfe\x8d\x67\x47\xdc\x95\x68\x17\x41\x08\x89\x6a\x98\x50\ \x37\xe5\xbb\x1d\xa9\x95\x05\x05\x57\xf3\x75\x84\x10\x80\x65\x42\ \xf3\x7b\xe6\xbc\xf8\xde\xf2\x47\xe7\x4f\x8c\xc5\xaa\xe9\x88\x6f\ \x54\x3d\xea\xe8\x57\x3b\x33\xbd\x45\x85\x59\x45\x16\x50\xee\xa8\ \xdd\xb4\x56\xed\xa8\x46\x1d\x66\x2d\x9d\xd7\xa3\xae\x78\x31\xb5\ \x4c\x90\xf5\xdd\x5f\x1c\xab\xde\xa2\x77\x8b\x3a\x89\x9d\x3a\x4a\ \xbf\xfd\x78\x48\xe3\x22\x07\x46\x19\xaf\x4a\x89\x53\x43\x88\x49\ \x6c\x15\xca\x7f\x5a\xfb\xe9\xa5\x22\x97\xab\xb8\xb0\xb4\xd2\x63\ \xab\xd1\x22\x31\x3a\xb2\x76\xef\xd1\x73\x5f\x9e\x55\xc3\x5f\x74\ \xa5\x44\xc3\x60\x92\x6a\x8d\xee\x59\xba\x6c\xc9\x7b\x8b\x87\xf5\ \x6c\xc4\x0d\x83\x07\x6c\xcb\x38\xb3\x18\xbf\xf6\xe9\x6e\x69\xba\ \xd7\xe3\xce\x3a\x75\x2c\xb7\x5c\x8b\x8f\x0f\x35\xf2\x2f\x7d\xf2\ \xf4\xc6\xba\x93\xe7\xbf\xfe\xde\xb3\x5d\x9b\xc7\xe8\x9c\xc5\xd5\ \x6f\x13\x1f\x12\xd9\x6d\xda\x9c\x39\x0f\xdd\xe5\xb9\x90\x5a\x42\ \x45\x01\xb8\xc5\x7c\xa5\x85\xc5\x2e\xb7\xdb\x55\xe1\x36\x39\x02\ \x60\x8c\x71\x46\x99\xa5\x9b\x56\x60\x0d\x96\x33\x46\x19\xa3\x81\ \x7b\x48\x2d\x31\x3c\xb1\x71\xc3\xf3\xdf\xfe\x76\xb9\xbc\x30\xf9\ \xd7\x1f\x53\x1d\x75\x13\x12\x22\x98\xc1\x74\xaf\xa7\x52\x2d\x48\ \x39\x78\x42\x8c\x0c\x77\xc8\xf0\xa7\x38\x95\xea\x46\x5c\xbf\xb1\ \x0f\xcd\xee\x71\xf5\xf0\xa9\x0a\x1d\x21\x66\xa2\xc8\xfa\x8d\xc3\ \xa5\x3d\x9b\x77\x15\xf9\x32\xb7\xff\xf8\xbb\xd9\xa4\x55\x8c\x22\ \x52\x83\xfa\x3d\xee\x52\x4f\xea\xb9\x33\xe9\x51\x71\xe1\x04\x5d\ \x6b\x14\x6b\x51\xc6\x80\x53\xc3\x56\xbb\x75\x0d\xb5\x64\xfb\xf7\ \xc7\xcb\x2a\xcf\x6e\xdd\x71\x36\xbc\x43\x6b\x27\x30\x4a\x29\x63\ \x8c\x51\x4a\xab\xf2\xef\x9c\x31\xca\x38\xa7\x94\x52\x5a\x95\xb9\ \x42\x04\xbb\x73\x53\x2f\x56\xc4\x4d\x5b\x3c\xa7\x61\x28\xb2\xd8\ \x7f\x01\x27\x27\x98\xfd\x08\xe2\x4e\x83\x6b\x89\x18\x7b\x5e\x59\ \x70\xf0\x35\xc4\x2c\x6a\x82\x22\x12\x00\xee\xdb\xb6\xe8\xf1\xdf\ \x09\x62\x96\x65\x62\x91\xf2\xc8\xbb\x9f\x1c\x4d\x76\x2e\x9f\xba\ \x64\xef\xdd\xcb\x36\x4d\x70\x48\x18\x34\x0f\x13\x1a\xd4\x8a\x05\ \xc8\xa0\x0c\x13\x8c\x00\x10\x42\x1c\x31\x31\xcc\x29\x31\x00\x22\ \x4a\x7a\x69\x8e\x1e\x1e\xdd\x38\x31\xfa\xe0\x09\xda\x3c\x31\x8e\ \xe6\xec\x36\xc1\x46\xb2\x4f\xaf\xb9\x6f\x2a\x41\x60\x99\x26\x16\ \xec\xde\xa2\x0c\x5c\x7b\x70\xe3\x7a\x91\x97\x32\x38\xc1\x22\xc1\ \xc8\x5d\x98\x25\xd5\x6d\x9b\x50\xcd\x96\x5b\x52\xa7\x45\x6d\x9b\ \xef\xf7\x82\xc2\xac\x8b\x31\x7d\x5e\x0a\xd9\xfb\xc9\x76\x92\x74\ \xd7\xc0\x1a\x9f\xbe\x9f\xcd\xc4\x96\x01\xae\xa3\x84\x02\x12\x5a\ \x00\x80\x38\xa3\x48\x16\x65\x59\x60\x00\x22\x37\x4a\x8a\x8a\xe2\ \x5a\x25\x46\x01\xd1\x6b\x25\x35\x76\x78\x0f\x5e\x75\xb5\x1e\xf7\ \xc8\x5d\x35\x2f\x4f\xec\xfe\x0c\x74\x79\x78\xe3\xd2\x96\x82\xe9\ \x29\x2c\xab\xe8\xd2\xb9\x69\xd8\x27\x07\x00\x13\x01\x61\x84\x40\ \x94\xe0\xf8\x5b\x2f\x9e\x7a\x87\x70\x6a\x99\xd4\x26\x5a\xe5\xc5\ \x3e\xbd\x49\xe7\x24\xdb\xae\xab\x08\x0b\x84\x08\xc8\x5f\x5e\xa1\ \x55\xa6\xee\xdc\xf8\xd4\xca\x7d\x58\x54\x44\x81\x00\xd8\xcb\x0f\ \x6d\x4d\x79\x62\xd9\x9c\xe5\xf3\xa2\xd2\xf7\xed\x3f\x5e\x24\x2a\ \x76\xa6\x59\x94\x33\x39\xcc\x8e\x39\x03\xa2\x50\x77\x41\x91\x28\ \xb4\xec\xde\xca\x71\x3e\x99\x81\x24\x89\x92\xe5\x2e\xac\x54\x4b\ \xf6\xac\x59\xf2\xfe\x9e\x22\x9b\xac\x10\x8c\x44\x7b\x28\xcd\x3d\ \xb7\xf6\xfe\x2a\xe3\x20\x45\x01\x60\x18\x80\x62\x64\x0b\xb5\x01\ \x30\x14\x90\xdc\x43\x88\x08\x82\x44\x04\xc0\xc0\x00\x4b\x12\x3d\ \xfd\xe5\x9a\xc7\xb6\x7c\xdc\x76\xfc\x63\x2f\xaf\x7d\x5d\xbd\x6b\ \x64\x76\x59\x81\xbb\x58\x7f\xef\xd1\x47\x53\xca\x90\xcd\x26\x23\ \xa6\x2b\xb6\x84\xaa\xa5\x3f\x2c\x54\x25\x85\x11\xe6\x94\xd9\x65\ \xbb\x2c\x01\x37\x30\x46\x40\x11\x02\x4e\x91\x5d\x96\x25\x81\x03\ \x22\x96\xbf\xb8\xac\xa2\x73\xdb\x44\xe7\x07\x7b\x23\xea\x35\x49\ \x40\x65\x15\x65\x3e\xc0\x08\x30\x11\x40\x14\x45\x42\xe1\x16\xdd\ \xf3\x04\x9b\x92\xf5\xfd\x7b\x2f\x44\xc4\xce\xeb\xdf\x2d\xe6\x93\ \xc3\xe5\x4c\x60\xde\xe2\x72\x8a\x13\xdb\xd4\x41\x67\x2a\x1b\x36\ \x69\x14\x52\x96\xe3\xd1\x68\xe0\x1a\x44\x90\x04\x01\x51\xf3\x8f\ \xbd\x43\x22\x14\xd3\xef\x35\x18\x31\xca\x72\xd4\x90\xc8\xc4\xa4\ \x98\xdd\x87\xb5\xe6\x49\xf1\x3c\xf7\x98\x0a\x98\x60\x1c\x68\x21\ \x80\x09\x46\x08\x02\x55\xe8\x08\x01\xc6\x55\xff\x08\x2c\x42\x46\ \x34\x6c\xd9\x26\x36\x7b\xf9\xc4\x17\xce\x56\x10\xbb\xf4\x5f\xd0\ \x88\x35\xe8\xa9\x83\xf8\x0b\xb0\x74\xd5\x50\x01\x10\xba\xbe\x88\ \x6f\xa8\xaa\xce\x03\x62\x21\x58\x40\xee\x43\xbf\x5f\x7e\x60\xc8\ \xcc\xa5\x61\xfd\x13\x07\x34\xd7\xbe\xf9\x06\x81\x67\xd7\x27\x07\ \x07\xbd\xf8\xd2\x87\xf5\x2e\xd4\xef\x55\xf7\xca\x2b\x3e\x0e\x82\ \xa0\x97\x1c\x3d\x7a\xf2\xe9\x67\x97\xbe\x3d\x28\xe3\xc2\xcf\x1f\ \xbc\xf3\xe9\xf6\xf7\xbf\xbf\x6b\xf6\xbb\x1f\x75\xcd\xb5\xea\xc4\ \x54\xae\xbe\x7f\x17\x15\x25\x81\x53\xdd\x6f\x06\xd8\x1e\x44\x94\ \xcb\x4e\xfd\xf0\xd1\x9e\xde\x73\x37\x7f\x71\x57\x9a\xde\xba\xbe\ \x7c\x52\xe3\x05\xe7\xbe\xfe\xe2\x4c\xf7\xa7\xbf\xfe\xac\x48\x8f\ \x88\x2a\x39\xf6\xc2\x97\xe7\x5c\x91\xa1\xfe\xd8\x88\x2b\x3f\x7e\ \xfb\x5d\xc4\x7d\x03\x7b\xd7\xbe\x7a\xc5\x25\xb5\x24\x52\x08\xc6\ \x18\x71\x4a\x6c\x18\x0b\x04\x00\x10\xf5\x16\x1c\x3d\x61\xce\x58\ \xfe\x6e\x93\xc1\xbb\x3f\x5a\xb1\x76\xcf\xc7\xeb\x7b\xf7\x5b\xb2\ \xe6\xe7\xa6\x34\xa6\x6e\xe1\x37\x1b\x0e\x5d\x2a\x0f\x8d\x3b\x97\ \x7d\xef\xdd\xf3\xd6\xaf\xa4\x71\x6d\xed\xd6\x05\x0c\xde\x5f\x37\ \xbc\xd7\x6b\xc3\xbc\x0f\xbe\xeb\xac\xc7\xb7\x45\x39\x3f\x1a\x0c\ \x21\x84\x2c\x5d\xbb\x66\x0a\x51\x61\x85\x5f\xac\xfb\xf8\xe5\x95\ \xcf\x6d\x6a\x36\xc2\xd6\xb4\xab\xb9\x27\x99\xf0\xdc\x8f\xde\xfc\ \x6c\xe9\x2b\x4b\xde\xeb\x98\xe2\x66\xf4\xd8\x87\xef\x6f\xd9\x71\ \xde\x2a\x4f\xfd\xe9\x87\x2b\x1f\xae\x9e\xf0\xee\xb0\x17\xf2\x4d\ \xd9\x21\x22\x86\x21\xf3\xf0\x49\xf7\x43\xcf\xbc\xb3\xb5\xe1\xe1\ \x2d\x9b\xd6\x6d\xd8\xbf\x7e\xc5\x4f\x4b\x17\xbd\xf6\x7e\xff\xf3\ \x95\x1a\x4a\xff\xed\x83\xb7\x3f\xf9\x7d\xfd\x27\xfd\x9f\x78\x73\ \x63\xeb\xb3\xa9\x26\xf7\x7c\xff\xf2\xea\xa3\x99\x1e\x51\xe0\xd7\ \x8d\x83\x31\x02\xc0\x02\x52\x4f\xee\xb8\x78\xcf\x8b\xcf\xbf\x5f\ \xa3\xff\xaf\xef\xae\xfa\xe9\x2a\x93\x9c\x18\x63\xc4\x39\xb1\x21\ \x2c\x70\x13\x85\x25\x3c\xf8\xfa\xfc\x3a\xfe\xec\x4a\xa5\x6e\x45\ \x5e\xb6\xc7\xe4\x69\xdb\x3f\xda\x32\x6a\xd5\xd2\x1f\x3e\x49\xcf\ \xaa\x70\x67\x9d\xd9\xf8\xd2\xfa\x34\x8e\x64\xec\x64\x98\x5c\x77\ \xad\x98\x88\xe5\x97\xf6\x5f\x0d\x19\xb6\xe4\xfb\x4f\x32\x2e\x9d\ \xf9\x6c\xd5\xfb\xe7\xb2\x10\x2f\xc9\x3c\x72\xc6\x3e\x7b\xfd\x87\ \x5d\x77\x6f\xdb\xf0\xea\x86\xad\xeb\xd7\x77\xfe\x60\xde\xbb\x3f\ \xf4\x92\x6a\x25\x9c\x7d\x77\x45\x72\xa1\xda\x25\x44\x90\xec\x04\ \x00\x30\x10\x07\x0e\xe4\xcf\x38\xdc\x9c\x58\xc0\x60\x55\x14\x17\ \x73\x47\x8c\x28\x20\xb0\x24\x49\x4d\xdb\xf8\xee\x8f\x8b\x9e\x7d\ \xfd\xc3\x21\x05\xf1\x0d\x23\xbf\x5d\xf0\x78\x31\x60\xd9\x81\x45\ \x19\x73\x00\x01\x88\x9d\x00\x00\x30\xdd\x27\xb7\x9e\xf4\xf1\x2f\ \xcf\x1d\x7f\xf9\x81\x25\x6b\x8e\xb0\x9c\xfd\xef\x7f\x35\xe8\x91\ \x75\x1b\xdb\x65\xe9\x75\xe2\xb4\x75\x33\xb6\x5b\x48\x00\x8c\x15\ \xec\x10\x11\xfa\xa3\xa0\x05\x13\x05\x3b\x84\x9b\x4b\xc2\x45\xc5\ \x69\x53\x7d\x2e\xb7\x86\x70\xc8\x7f\x47\xa4\x14\x64\xbe\x04\x71\ \xcb\x64\x87\x66\x48\xf7\x6d\x7c\xb7\xda\xbe\x97\x16\x6e\x38\x15\ \x21\x47\x48\xe4\x0e\x96\xc4\x39\xa5\xc8\x91\xd8\xa5\x7d\x42\x9c\ \xd3\xf0\x56\x5c\x3d\x79\x36\xab\xd0\xcd\x40\xa8\xd3\xae\x63\x62\ \xdd\x48\xc3\x55\x9c\x7a\x22\xa5\xa0\x42\xc3\xc0\x98\x14\xd6\xb4\ \x73\xfb\xda\xd1\x38\xf3\xd4\x89\x0b\x57\x4a\x39\xb1\x37\xee\xda\ \xb9\x6e\x2c\x49\x3b\x7c\x28\x35\xcf\x27\xdd\x4a\x49\x80\x12\x67\ \x93\xae\x1d\x13\xaa\x2b\x95\x79\x59\x97\x92\x2f\x55\xf8\x4d\x64\ \x8b\x6c\xd9\xb3\x53\xac\xe4\x3d\xb7\xef\x70\x6e\xa5\x25\x28\xa1\ \xf5\x9b\x25\x54\xa4\x9e\x2f\x67\x31\x49\x89\xe1\x19\xa7\x2e\xd1\ \xb0\xb8\xa4\xa4\xc8\x8c\x53\x17\xbc\x3c\xa2\x49\x8b\x5a\x45\x17\ \x52\x4a\x54\x84\x18\x95\xc2\xe2\xdb\x74\x6f\xe5\x30\x8a\x4e\x1d\ \x3e\x53\x5c\xae\x39\xe2\xeb\xb7\xeb\xd6\x82\x94\x67\x26\x1f\x38\ \xed\x61\x22\x50\xa8\x96\xd4\xa2\x79\xf3\x5a\x02\x55\x0b\x2e\x5d\ \x4c\xbd\x92\xef\x57\xcd\xd0\x3a\x89\x6d\x3a\x24\x2a\xe0\xcb\x3e\ \x7b\x3e\x3d\xb3\x84\xfe\xa9\x9a\x19\x81\xa9\x1a\xd1\x89\x2d\x5b\ \xb5\x4a\xc0\x86\x2b\xe3\x64\x4a\x66\x7e\x85\x61\xd0\xe8\xc6\x2d\ \x5b\xb5\x4c\x90\xb8\xf7\xca\xb1\x53\x99\xf9\x6e\x00\x86\xc3\xe3\ \x93\x9a\xc5\xe7\x1c\x3b\xe9\xa2\x81\xba\x62\x6e\x59\xa8\x66\xb3\ \xd6\xcd\x9a\xc4\x16\xa6\x24\x9f\xbb\x58\x68\x5a\x3c\xba\x71\xcb\ \x96\x2d\x6a\xdb\x90\x91\x7d\xf6\xe4\x85\x2b\x25\x16\x17\xeb\xb6\ \xeb\x90\x58\x2f\x8a\x7a\x8a\xcf\x1d\x3a\x5d\xe2\xb5\x6e\x41\xce\ \xe0\x8c\x22\x7b\x52\xe7\x0e\x75\x62\xe0\xf2\xe1\x23\x99\x15\x72\ \x93\x36\xb5\x8b\xcf\x9f\x2f\xf2\x28\x49\x6d\x1b\xf9\xd2\x52\x72\ \xbd\x52\xfd\xb6\xad\xea\xd7\x8a\x44\xa6\x27\xf5\xf8\xf1\xab\x79\ \x7e\x02\x16\xb7\x45\xb7\xe8\xda\x36\x3e\x4a\x2e\xcf\xbc\x72\xee\ \xc4\x65\x1f\x38\x1a\xb4\x4c\xa4\xf9\x97\xb3\x8a\xd5\xeb\xa7\xa0\ \x16\x0d\xab\xdb\xb4\x6d\xdb\x7a\x50\x99\x7d\xf2\x70\x8a\x4b\xe5\ \xc0\x98\x12\x5d\xab\x4d\xb7\x16\x92\x3b\xfb\xe4\x91\xf3\xe5\x2e\ \x23\xbc\x5e\x93\xb6\x1d\x13\xcd\xbc\x4b\x27\x8e\x9c\x57\x99\x14\ \xd5\xa0\x51\xad\x10\x6f\xca\xa9\x5c\x7b\x5c\xbd\x06\x71\xf8\xf2\ \xb9\xf4\xbf\x2d\x3f\x37\xfc\xfe\xda\xa3\x1e\x7a\x65\x76\xcc\xdc\ \xc1\xf3\xf3\x58\x98\x53\x11\x4c\x9d\xd5\x68\xdd\xa1\x79\x62\x74\ \xf1\xb9\x13\xa7\x2f\xe4\x73\x6c\xab\xdd\xb2\x89\xcd\x9d\x79\xf1\ \x8a\x27\xbe\x49\x93\x68\x56\x74\x31\xad\x04\xb8\x25\xd4\xed\xbd\ \x7e\xf7\xca\x82\x75\x4f\x3c\xbd\x74\x8f\xa0\x88\x94\x4b\x8d\xba\ \x74\xa9\x5f\x5d\xbc\x7a\xf4\xd0\xe5\x1c\x8f\x28\x10\x8a\x9d\x0d\ \x5b\x36\xf2\x67\x5c\xc8\xaf\xd0\x31\x46\xc0\x19\x13\x42\x1b\xb7\ \xa8\x5f\x79\x25\xa5\x28\x50\x83\xcf\x99\x4f\x2d\x8f\x6c\x3b\xe3\ \xa3\x95\xdd\x5f\x18\x3d\xeb\xac\xcf\x6e\x13\x91\xa9\x79\x4b\x69\ \xc4\x33\x9f\x6c\x92\x7f\x5e\xfc\xe6\x17\xe7\x64\xbb\x1c\xf4\xd4\ \x41\xfc\x97\x78\x6a\x9d\x4c\xda\xfc\xc3\xc4\x5a\xe9\x7b\x7e\x3c\ \xb6\xeb\xab\xaf\xce\x66\x9b\xd2\x9d\x48\x95\x32\xaa\x6b\x9a\x05\ \x1c\x00\x89\x92\x22\x89\x02\x30\xaa\x6b\xaa\xc5\x39\x00\x96\x24\ \x9b\x28\x20\x00\xc4\x99\xa5\x6b\xaa\x05\x48\x14\x15\x45\x12\x38\ \xb3\x34\x4d\xa3\x9c\x0b\x82\x22\x4b\xb7\xfe\xce\xe3\x8c\xea\x9a\ \x46\x81\x21\x24\xca\x8a\x22\x60\x60\x96\xa9\xe9\x3a\x03\x24\x49\ \x36\x51\x24\xc0\xa8\xae\x6a\x44\xb1\x0b\x60\x6a\x06\x95\x14\x1b\ \x66\xa6\xaa\x59\x92\xcd\x46\xc0\x52\x75\x43\x94\x6c\x22\x06\x0e\ \xc0\x2c\x43\x33\x74\x8e\x04\x45\xb6\x09\x04\x2c\x43\xd7\x4d\x03\ \x40\x90\x15\x85\x60\x74\x4d\x30\x81\x02\x00\x26\x92\x22\x4b\x18\ \x81\xa9\xeb\x86\x65\x70\x40\x44\xa8\xea\xf6\xf9\xb7\x23\x34\x75\ \xcd\xa0\x26\x00\x12\x44\x9b\x2c\x0a\x00\xcc\xd2\x35\x9d\x5a\x00\ \x58\x94\x6c\x92\x88\x01\x10\x37\x0d\xcd\x30\x45\xdb\x0d\x8d\xa0\ \x81\x1b\x9a\x6a\x30\x26\x0a\x36\x59\x12\x00\x98\xa9\x6b\x06\xa5\ \xfc\x0f\xe3\x50\x43\x53\x4d\xce\x00\x04\x59\xb1\xdd\x56\xbe\x91\ \x53\x4d\x55\x2d\x40\xb2\x64\x97\x04\xa6\xfa\x0d\x41\xb1\x89\x98\ \xab\x9a\x46\x24\x45\xc2\x5c\x57\x55\x93\x73\x00\x24\x08\x8a\x2c\ \x11\x08\x48\x83\xe9\x3a\x05\x4e\xb0\xac\x28\x32\x06\xa6\xeb\x2a\ \x08\x36\xe9\x66\xba\xbc\x65\x68\xba\x65\x02\x92\x6c\xb2\x8c\x31\ \x00\x02\x66\xea\xaa\x61\x20\x24\x2a\x8a\x42\x30\x98\xba\xa6\x5b\ \xe6\xf5\xfb\x62\x19\xba\x41\xb1\xcd\x26\x31\x4b\xd7\x2c\x6e\x93\ \x95\xbf\x35\x17\xd3\x55\xa1\x41\xcf\xa5\x1f\x3e\x2d\xa4\x25\xef\ \xdb\xfc\xf5\x4f\xbb\x52\x18\x11\x4c\x5d\x33\x19\xc3\x58\x52\x14\ \x09\x23\x30\x54\x95\x61\x59\x91\xb1\x69\x68\x16\x08\x8a\x80\x0c\ \x14\x3a\xf0\xe1\x05\x43\x9b\x14\xbf\xb5\x60\x4d\xaa\x0b\x8b\x18\ \x80\x53\x5d\xd3\xac\x9b\x66\x0e\xd3\x75\x0d\x0b\xb6\x3f\xd4\x15\ \x38\xd5\x74\x43\x90\x14\x01\x23\xce\x28\xb2\xc7\xf4\x9d\x31\xa5\ \x5f\xdf\x2e\x8e\x2b\x3f\x3c\xf3\xf8\x07\x2e\xa2\x30\x03\x12\xfb\ \xf6\xef\x3b\xa4\x47\x9f\xe1\x7d\xf7\x3c\x75\xdf\x9b\xdf\x9d\x53\ \xec\x4a\xd0\x53\x07\xf1\xdf\x01\xc6\x78\x54\xa3\x16\x4d\x1b\xc7\ \x2b\xcc\x73\xfe\xf0\xd1\x9c\x32\x4b\x20\xff\xcc\xca\xb8\xa5\xeb\ \x1c\x8b\x92\x84\xff\x4a\xf9\x13\x37\x75\x03\x0b\x92\x40\xd0\x7f\ \xe2\x5a\x0f\x02\x66\x9a\x16\x45\x92\x1c\x4c\x1e\xfe\xf3\xa1\x00\ \xb5\x50\x74\x83\x26\xad\xda\x24\x54\x9e\x3f\x79\xfa\x42\x2e\x23\ \xc2\x3f\x9a\x5e\x9c\x81\x54\xad\x56\x75\xad\x28\xb3\xcc\x8f\x64\ \x01\xff\x53\xed\x04\x18\x92\x42\x9a\xf6\xea\x5a\x1d\x95\x9f\x39\ \x7c\xb2\xb0\x92\x0a\x04\xa8\x09\xd5\x9b\x34\x6b\xde\xa2\x96\xe9\ \x29\xbf\x7c\xf4\x6c\x61\x85\x1f\xe3\xff\xb8\x52\x8b\xa0\xa7\x0e\ \xe2\x76\xee\x08\x54\xb5\xcc\xc3\xb9\x00\xa2\x43\x0a\x93\x45\xb8\ \x43\x57\x4b\x4d\x83\x21\x21\x40\xc1\x60\x0c\xc5\x36\xa8\xaf\xa8\ \xf9\xd9\xb9\x3e\x7c\xa7\x8e\x9e\x73\x24\xd7\x6c\x5c\x4b\x2f\xcc\ \x2a\x2a\x33\xc9\x5f\x78\x3d\x20\x60\x86\x5f\x37\x44\xd1\x2e\x89\ \x88\x73\xe0\x8c\x9a\x86\x69\x31\x26\x48\x36\x59\x44\xff\xaa\x4a\ \x59\x4e\x99\x23\xbe\x4e\x5c\x88\x96\x9e\x5a\x04\x7f\xf5\x91\x66\ \x96\xa6\x9b\x08\x61\x22\x4a\xff\xdc\x9b\xef\x76\x83\xb2\x74\xc3\ \xa2\x1c\x61\x84\x88\x20\x8a\x02\x06\x66\xea\xba\x45\x01\x61\x84\ \x89\x20\x88\x98\x1a\x86\x45\x19\x22\xa2\x2c\x89\x00\x1c\x10\x50\ \xd3\xa4\x16\xa5\x8c\x89\x8a\x4d\xf8\xb7\xb7\xbb\x40\xc0\x0d\x5d\ \xd7\xa9\x25\x88\x8a\x22\x8a\x77\xa6\xdb\xc5\x2d\xc3\x04\x22\x08\ \xe4\x7f\xe0\x49\x39\xd7\x55\xbf\x09\x48\x96\x94\xc0\x2c\x0d\xc8\ \x25\x6b\xa6\xc9\x01\xcb\xb2\x22\x92\xff\xc4\x8a\xb8\x60\x95\x5e\ \x10\xb7\x9e\xce\xba\x01\x7d\x9e\xdb\xb0\x75\xdf\xcf\x1f\x7e\xf4\ \x4a\xd7\x86\xa2\xaa\xb3\x3b\x7a\x90\x28\xaa\xd5\xa6\x4b\xcb\xc6\ \xb1\x9c\x52\x00\x66\x98\xf2\xd0\xe7\x16\xdc\x3d\xa4\x96\xaa\x5b\ \x77\x7a\x62\xc6\xa8\x1c\x37\xed\xf5\x67\x7a\x36\x73\x68\x3a\xfd\ \x2b\x71\xb8\x9f\xd4\xeb\xbf\xf6\xa7\x8f\x47\xb4\x77\xaa\x1a\x33\ \x75\xa3\x5a\xeb\x41\x2b\xb7\x7f\xfd\xf5\xef\xeb\x87\x76\x0c\xf1\ \xfb\xe9\xbf\xca\x32\x86\x6e\x26\x8d\x9f\xf1\xf8\x93\x3d\x91\x61\ \xfc\x25\xe7\xcf\xa9\xc1\x42\xeb\xcd\x58\xbd\x6e\xe3\x8e\x8f\xa7\ \x0d\x4a\x62\xc6\xbf\x8a\xb5\xcc\x2d\x83\xd5\x1d\x70\xf7\x1b\x3f\ \x7f\xfe\xe1\x6f\xef\x3f\x3c\xbd\x97\x62\x6a\x9a\xce\x1b\x0f\x9f\ \xb6\xe6\xd7\xcd\x1f\xfc\xfa\xde\xf4\xf1\x6d\x15\x67\x8d\xe9\x1f\ \x6c\xdc\xf4\xf3\xfa\x89\x77\x35\x62\xba\xc1\x39\xd3\xfd\xa8\xd3\ \xd4\xd9\x6f\xfe\xb2\xf9\xd3\x7d\x1b\xfb\x24\x46\x18\x86\xf5\xef\ \x9e\x61\x80\x44\x59\x71\xda\x9d\x8a\x28\xdc\xb1\xbc\x22\x12\x24\ \x49\xf8\x1f\x7a\x52\x84\x64\xbb\xc3\x69\xb7\x5f\xe7\x73\x72\x0e\ \x44\x94\x1d\x76\xa7\xd3\x6e\xff\xcf\x74\xd3\x10\xac\xfd\x08\xe2\ \xb6\xc1\x1f\x08\xb5\x9a\xd7\xcd\xda\xbd\x6e\xe5\xea\x13\x26\x35\ \x65\xf1\x8e\x5a\x9e\xfa\x74\xa9\xc7\xf4\x05\x49\xe7\x56\xcc\x3b\ \x97\x2e\x49\x0e\xe0\xc8\x1e\x66\x93\x10\xd5\x41\x27\x2a\x15\x65\ \x45\x20\x5c\x57\x75\x24\xc8\x92\x88\x0c\x4d\xe5\x44\x96\x08\xd3\ \x35\x0b\x10\x70\x0e\x08\x00\x30\x22\x58\x08\x8d\xb0\x61\x6a\x68\ \xa0\x11\x55\x94\x64\x19\x63\x6e\xa8\x1a\x43\x04\x03\xe3\x80\x25\ \x59\xc2\x08\xa8\x65\x59\x94\x01\x67\x0c\xb0\xac\x48\x9c\x73\x4b\ \xf3\x16\x65\xe6\x79\x35\x86\x10\x08\xa2\x58\x7e\xf9\xe0\xaa\x27\ \x2a\x9e\xfe\x74\x5e\x42\x75\xbb\xc5\x2b\x6f\x17\x61\x99\x86\x4e\ \x19\xc2\x18\x01\xc2\xa2\x28\x60\xc4\x4d\xd3\x62\x8c\x73\xc6\x80\ \x08\xb2\x2c\x02\xa3\x86\x6e\x54\xb5\xaa\xc3\x88\x03\x48\x4e\x9b\ \x5d\x06\x9d\xe9\xcc\xcf\x89\x24\x8b\x22\xe1\x96\x69\x18\x16\xc2\ \x98\x33\x8a\x04\xe9\x4f\x6c\xba\x00\x4c\xdd\xac\xdb\x77\xe8\xa0\ \xf6\xe6\xb2\xfb\x9f\xca\x28\xf1\x63\x49\x62\xa6\x61\x58\x0c\x63\ \xc4\x18\x17\x24\x59\x14\x90\xa1\x6a\x94\x23\x8c\x39\x63\x20\xca\ \xca\xad\xfc\x06\xb7\x0c\xc3\xa2\x80\x11\x67\x1c\x49\x8a\x8c\x99\ \xae\x0a\x8d\x1e\x58\x30\x43\xdf\xfa\xea\xd2\xdf\x0b\x14\xa4\x5a\ \xdc\x34\xec\x2d\xe7\xcc\x9f\x5c\xf8\xd1\x8b\x6b\x8e\xb9\x24\xd3\ \x65\x79\x8a\xbe\x98\x37\xff\xf2\xc4\xf9\xf3\x1e\x9c\x78\x70\xd7\ \x33\x79\xcc\x29\x29\xfc\xec\x96\x4f\xcf\xed\x3a\xfe\xdc\x86\x97\ \x13\x62\x1d\x8c\x95\x04\xe7\xfc\x7f\x32\x82\x31\x75\x10\xb7\xff\ \x3c\xd5\xfd\xde\x92\x92\xa2\x8a\x72\xfd\x7a\xa7\x33\xce\xf9\x9f\ \xd4\x3b\xfe\xd8\xc2\x74\xc3\x36\xea\xf9\x05\x13\x86\x37\xee\xf0\ \xc0\x93\x1b\x7e\xf9\x6a\xde\xb4\x0e\xc0\xfc\x5e\xd3\xde\xe3\xb1\ \x57\x3f\xdb\xf9\xdd\xab\xaf\x4c\x8e\x96\x4d\x9f\x19\xfe\xc0\xba\ \xd7\x26\xf4\x0c\x2f\xf3\xc9\x13\x96\xac\x79\x64\x68\x82\x11\xda\ \xfa\x85\xaf\xbe\xf8\xf0\xa7\xf5\x2f\xbd\xbf\xee\x83\xdf\xd6\x8f\ \xea\x1a\x67\xf8\x7d\x5e\x1c\x37\x7e\xd9\xba\xcd\x3b\xbe\x5d\xf4\ \xf4\x08\x07\x53\x4d\x21\xea\x9e\x37\xdf\xfe\x68\xe7\xe7\x9b\x76\ \x7f\xfe\xe8\x03\x5d\xb1\xa5\xab\x3a\x34\x1f\xf5\xc0\xba\xdf\x3e\ \xdf\xb8\xe3\xb3\xc7\x1f\xec\x0e\x7e\x5f\x44\xb3\x41\x2f\xbd\x35\ \xab\x69\x62\x4c\x78\x84\xc2\x28\x47\x08\x59\xaa\x2b\xfb\x4a\x46\ \x49\xb9\x49\x19\x47\xb7\x18\x30\x00\x30\xc3\x84\x86\x03\xa7\xbe\ \xfe\xd3\xa7\x1b\x77\x7f\xb5\x6a\xe5\xf4\x1a\x76\xcd\x43\x23\xc7\ \xbf\xf8\xca\x07\x3b\xbf\xfc\xe0\xc7\x35\x43\x3a\xc7\x59\x9a\xa1\ \x5b\x62\xdb\xbb\x1f\x5e\xfb\xdb\xe7\x1f\xee\xfa\x62\xd9\xc2\xd1\ \xe1\x60\xf8\xbd\x7a\x8d\xfe\x0f\x6e\xd8\xb9\x65\xfd\x67\xcf\xb7\ \xac\xa5\x18\x9a\x4e\x6d\xd5\xc7\xbd\xbc\xe2\xbd\xed\x5f\xbd\xf7\ \xe5\x2b\xdd\x6f\x1b\xa2\x22\x59\x12\xdd\x19\x69\xe9\x57\xf3\x3c\ \x7e\x83\x99\xa6\x54\xab\xf5\xe3\x1f\x6d\xfa\x68\xf7\x57\xcb\x96\ \xdd\x5b\xdd\x46\x7d\x7e\xdc\xfb\xa9\x45\x1b\x77\x7d\xb9\x71\xd7\ \xd7\x2f\x2f\x99\x10\x2e\xdd\xd0\xa5\xe9\x1a\x2c\xdd\x88\x69\x37\ \x68\xc9\x96\xcd\x1f\xed\xfa\x7c\xde\xa3\x03\x14\xd3\xcf\x9d\xf5\ \x9f\xfc\x78\x59\x8f\x16\xd5\x1a\x0c\x9c\xf8\xd8\xfc\xfb\x62\xdd\ \xb9\x7a\x54\xf3\x67\x3f\x5b\xd2\xae\x51\x74\x93\x91\xf7\x3e\xf2\ \xd8\xc4\x48\x4f\x91\x8f\x32\x77\x71\xe1\xd5\x73\x17\x34\x41\x10\ \x11\x70\x40\x08\x81\xe6\xae\x2c\xc9\x2b\xae\xf4\xf9\xac\xa0\x7a\ \x56\xd0\x53\x07\xf1\xdf\xed\xad\x11\xc2\x37\x54\xc2\x22\x41\x10\ \x45\x51\xbc\x59\x9d\x2b\xb0\x05\x00\x49\xa2\xbe\x6b\xfd\xc6\x6d\ \x7b\xaf\x9e\xfb\xee\xe3\x97\x66\xce\xff\x68\xcb\x39\x40\xb2\x84\ \xcd\x8b\x5b\x37\x2d\x7b\xfa\xc3\xb0\xc1\x73\xa6\x0c\x6a\x64\x1a\ \xbc\x76\xf3\xfa\x71\x51\xa2\x01\x24\xae\x5e\x52\x42\xa4\x28\xc7\ \x35\x6d\x1c\x5e\xfa\xe3\x6f\x65\x0d\xea\x19\xdb\xf7\xf9\x87\xcc\ \x19\xe9\xe4\x14\x23\xe3\xdc\x8f\x1f\xbf\xb6\xe8\xd3\x5a\x93\x1e\ \x7f\x60\x6c\x43\x53\x88\xee\x31\xb4\x41\xf2\x47\x2b\x56\xac\x3e\ \xd2\xe7\xc9\x85\xfd\x1a\x39\x19\xb0\x8c\x03\x3f\xbf\xf1\xe8\x82\ \xe5\xab\xf6\x75\x9f\x35\x6f\x40\x62\x48\xc9\x95\xc3\xaf\x3f\xf2\ \x5a\xb6\xbd\x7a\x83\x3a\x21\xd7\xba\xc3\x21\xf2\xe7\x2e\xfd\x80\ \x08\x09\x8c\x18\x03\x98\xaa\x1e\xdb\x79\xe4\x2b\x6f\x4e\xcd\xff\ \xe9\xa3\xd7\x9e\x5a\xf6\xd1\xe7\x07\xdc\xa6\x28\x73\xf7\xbe\x8f\ \xdf\x5b\x3c\x73\xfe\xf7\xa7\x6c\xb3\x16\xcc\x8c\xa1\xae\xda\xc3\ \x66\xbc\xb4\xa8\xff\xc9\x8d\x6f\xaf\x9c\xbf\xe2\xcb\x1f\x4e\x69\ \x40\x24\x49\xac\x38\xfb\xfb\x1b\x73\x5f\xbe\xa8\x74\x7b\x74\xee\ \x50\x4c\x8d\xbe\x4f\x3d\x37\xac\x5e\xe9\x1b\xb3\xe7\xfd\x7c\x35\ \xfa\xc9\xe5\x33\xaa\xcb\xc6\xdf\x38\x59\x4e\x01\x87\x84\x47\x60\ \xdd\xe0\x80\x31\x50\x03\xa2\xa6\xad\x7c\xa9\x95\x7e\x60\xe9\xdc\ \xd5\x56\xe7\xa9\x0b\xe6\xf6\xe4\x9c\xb4\x1b\xd6\xde\x7d\x74\xd3\ \xe2\x05\x9f\xc6\x8f\x79\x62\x72\xdf\x7a\xa6\x6e\xde\xfc\xd1\x62\ \xa1\xc8\x66\x4f\xad\x99\x2f\x1c\xde\xb4\xf4\xb9\x2f\x1a\xcf\x78\ \xfa\xc1\xf1\x49\x5a\x59\xfa\x27\x4b\x3e\x4c\x49\xcd\xdb\xbe\xfa\ \xf5\x65\xcf\xbe\x71\xba\x04\x88\x2b\x6d\xd3\x4b\x1f\xa7\xa6\xe7\ \xfc\xb4\xfc\xd5\x57\x17\xad\x3d\x5f\xce\x65\x82\x08\xc6\xa6\xa5\ \x99\x36\x87\x62\x13\xae\xf7\x6a\xc6\x04\x07\x25\xc3\x83\x9e\x3a\ \x88\xff\x43\xe0\xdc\xa0\x52\x9f\x85\x2b\x37\xee\xda\xbc\x78\xd9\ \xfd\xd1\xa0\x99\x94\x99\xc8\x31\xe8\xe5\x35\x9b\x76\x7d\xf6\xdc\ \xf3\x13\xc3\x99\x46\x39\xf3\x94\x94\xba\xdc\x9a\xb7\xac\x24\x2f\ \x37\xbb\xb4\x52\x03\x4c\x08\x37\x8a\xae\x9c\x3f\x7e\x62\xdb\xbe\ \x3d\xd9\x0d\x1a\xc4\x11\x60\xa6\xce\x4d\x8b\x21\xe0\x16\x37\x4c\ \xce\x11\x30\x9f\xbb\xe0\xf2\xd9\x7c\x9f\xbb\xe2\xfc\xb1\x74\x4a\ \x9c\x92\x20\x10\xb5\x34\xe5\xf0\xe1\x23\x87\xbe\xf8\x7c\x47\x7a\ \xc3\xfe\xed\x65\xca\x2c\xb7\x2b\xfb\x62\xca\xde\xef\xbf\xbd\x98\ \x61\x35\xac\xe5\x34\x98\x50\xbf\xef\xf0\xd9\xaf\xbc\xf0\xc0\x7d\ \xdd\xa3\xed\x8e\x98\x30\xd1\xd0\x7c\x85\x59\x79\x65\x2e\xf3\x4f\ \xad\xa7\x39\xfc\xb1\x16\x6a\xa9\x5a\xfc\xe0\xfb\xde\xf8\xe9\x8b\ \x77\xbe\x5d\xd1\xbe\x96\xe2\xe5\xa4\x45\x8f\x01\x78\xdf\x67\x6b\ \xde\xf9\xee\xfc\xc9\xd3\x67\x4e\x5e\x76\x6b\x5c\x0c\x8d\xed\x3a\ \x79\xc6\xbc\x95\xcf\x0e\xea\x96\x10\x6e\xb3\x49\x72\x48\xe7\xde\ \xbd\x8a\xbe\x5c\xf7\xee\xe6\xed\x17\x93\x4f\x9e\x4d\xc9\xd0\x80\ \x10\x82\xbc\xf9\x57\xce\xa4\x1c\xdc\xf6\xe5\x81\xa8\xb8\x78\x87\ \xad\x46\x87\x56\x2d\xab\xd7\x6d\x3e\xfd\xa5\x79\xfd\x5b\x57\x43\ \x4e\xc9\xee\x90\x6f\x5e\xc0\xe4\x96\x6a\x24\x4e\x9d\xf7\xd2\x93\ \x5d\x93\x7f\x3b\xe4\x36\x09\x50\x83\xc4\xb5\x6a\x17\x0b\xdf\xbe\ \xf6\xf1\x89\x93\xdb\x37\x7e\xb8\x33\xa6\x7f\x8f\x68\x01\x51\x55\ \x2f\x48\xbd\x74\xf4\xc8\xcf\xfb\x0f\xe4\x34\xa8\x17\x0b\x37\x93\ \xe7\x38\xd5\xc3\x13\x7b\x36\xf4\xa7\x7d\xba\x76\xcb\x89\x03\x5f\ \x7f\xfa\x5b\x7a\xd2\x90\xce\x32\xf8\x4b\xf2\x4b\xfc\x9a\x5e\x91\ \x9f\x9f\x9b\x5d\xe4\x33\x01\xa8\x56\x9a\x5f\xaa\x6a\x7a\x59\x5e\ \x5e\x6e\x6e\x71\x40\x4d\x8c\x08\xb8\xe8\xfc\xf1\x0b\xb4\xe5\xa2\ \xf7\x17\x36\xb0\x5b\x26\x0b\xce\xe9\xff\x26\x04\xf3\xd4\x41\xdc\ \x69\x74\x2d\x62\xf3\xd8\x86\xd7\xaf\x7e\x29\x19\x5e\x57\x05\xc8\ \x02\x06\xe0\xea\x81\xb5\xaf\x5e\xd8\x24\xea\xee\x4a\x0f\x96\x09\ \xe3\x88\x20\x0c\x82\x84\xc0\x04\x13\x07\x1a\xf3\x20\x84\x45\x51\ \x02\x02\xc8\xe2\x18\x73\x30\x4d\x81\xd8\x1d\x92\x06\x65\xd6\xb5\ \x16\xf7\x58\xb4\x59\xb9\xbf\xfe\xf8\x99\x62\x28\x9d\x03\xd5\x7c\ \x88\x00\x70\x46\x41\x89\x8d\x54\xc0\xeb\xa6\xa8\x8a\x5a\x2c\x03\ \xe6\x88\x59\x96\x19\xd2\xb0\xfb\x73\x4b\x07\x7d\x3b\xfd\xa1\x6f\ \x52\xaa\xad\xfe\xfa\x79\x22\x92\x80\x9c\x07\x11\x11\x20\xa6\x81\ \x6e\x63\x02\xc1\xc0\x01\x88\x88\x80\x9b\x2a\x18\x36\x2e\x08\xb2\ \x5c\xbc\xff\x87\x95\x97\xf7\x10\x66\x14\x17\xe9\x12\x80\xaa\x79\ \x94\xb8\x48\x27\x12\x4a\x2d\x4a\x30\x18\x16\xef\x3e\x65\xc6\x8c\ \x81\xc2\xe3\xa3\x9f\xa4\x6d\xee\x7f\xfd\xf1\xba\x98\x51\xbf\xe1\ \x73\xd6\x88\xb6\x01\x98\x16\xc3\xd7\x32\xc7\x01\xa2\x33\xc1\x94\ \x11\x84\xa8\xc9\xb9\x71\xe1\xfb\x8d\x8b\xdf\x4d\x16\x25\x81\x52\ \x53\xd7\xc8\xcd\x4d\x3a\x11\x91\xc5\xf4\x6f\x3f\x58\xdf\xb4\xfe\ \x80\x0e\xcd\xec\xdf\x9e\xb3\x10\x62\x86\xdf\xc2\x52\x44\xa4\x6c\ \x02\x0a\x8f\x08\x91\xb5\x72\x83\x02\x02\x44\x04\x41\x02\x01\x23\ \xc6\xaa\x3a\x06\x21\x4e\x4d\x5d\xb7\x88\x24\x09\x08\x5b\xaa\x17\ \x29\xce\x30\x27\x36\xbc\x42\x74\x84\x82\x7c\x1e\x0a\x88\x60\x82\ \x02\xc2\x61\x01\x0a\x35\x42\x98\xe0\x40\x9f\x3f\x81\xd0\x40\xd4\ \x4c\x29\x8b\xa8\xdb\xa4\xbe\x92\xf1\xde\x13\xeb\x33\xfd\x44\x10\ \x00\x68\x70\x5a\x07\x3d\x75\x10\xff\x07\x7d\x35\x77\xe5\x66\x56\ \x30\x00\x8c\x49\xd5\x57\x33\xab\xc8\xca\x28\x0b\x70\xbe\x09\x46\ \x98\x13\xea\x4b\xbf\x9c\x3a\x61\xda\x03\x4f\x86\xb4\x2c\xbb\x72\ \xf0\xf3\xaf\xd2\x44\x07\x12\x64\xcc\x00\xcb\x48\xb4\x13\x0c\x50\ \x76\xe8\xf7\xa2\xf9\x73\x16\x3d\x1d\x9e\xdc\xa5\x75\xad\x9c\xdf\ \x0c\x20\xb2\x64\x0f\xd7\x33\x0f\x7e\x99\x66\x25\x8e\x1d\x20\x86\ \x50\x64\xe9\x86\x5c\xbd\xe7\xe4\x19\xf6\xbb\x6a\x0f\x6b\x23\xbe\ \x3f\x75\x3f\x53\x1a\x28\xa1\x18\x0b\x88\x03\xb1\x63\xa2\x08\xd8\ \xf0\x56\xe4\x95\x0a\x89\x3d\x7b\xf7\xab\x1b\x19\x1f\xaa\x50\xca\ \x00\x30\x58\xae\x0b\x97\xcc\x07\x1f\x7c\xe6\xe9\xc8\x7d\x47\x7f\ \xdb\x9a\x7c\xd9\xcb\xa1\xfc\x72\x96\x34\xe6\x91\x85\x90\x70\xf8\ \xc0\x4f\x5b\x53\x32\x0d\x5e\x51\x92\x51\x5a\x14\xe8\xd3\x6a\x13\ \xd8\xc9\x1f\xbe\xba\x38\x7a\xe9\xea\xcd\xe1\xfb\x4f\x15\x89\x46\ \xe1\x4f\x1b\xbf\x2d\xce\x29\xf2\x48\x9d\xbb\x0c\x1d\xc0\x1a\x34\ \x77\x70\x9f\x2c\xf8\x7f\xff\xf4\xcb\x51\x1f\x3c\xb1\xe6\x83\x84\ \x13\xa9\x5e\xd1\x73\xe5\xeb\x0d\xbf\x80\x08\xa2\x83\x00\x00\xc1\ \x62\x88\x88\x65\x23\xe7\xdb\xaf\x7e\x59\x36\xef\x89\x47\x1d\xbf\ \x14\x9a\x42\xde\x81\x9d\xbb\xf7\x5f\xe2\xd2\x4d\x22\x5e\x08\x63\ \xea\x2b\xbe\x90\x92\x3e\x62\x70\xac\x22\x82\x07\xc9\x50\x7c\xf2\ \x9b\x3d\xe9\x0f\xac\x5c\x69\xdb\x96\xdd\x75\x5c\xbb\x3d\x4b\x1f\ \x2b\xe7\x58\x0e\x41\x58\xc6\x1c\xb0\x8c\x05\x1b\x01\x0e\xc0\x0c\ \xbf\xb3\xed\xc4\xf7\xde\x1c\xbb\x6d\xf1\x82\xcd\xbf\x5e\x35\x2e\ \xfc\xf6\x73\xc6\x88\x87\xd7\xaf\x6c\x71\x41\x18\xd0\x41\xf9\xf4\ \x81\x7d\x14\x44\x44\x88\x82\x9d\x7f\x30\x93\x38\x07\x2c\xd8\xb0\ \x43\x40\x70\x83\xb8\x02\x84\x44\xc6\x3a\x2b\xf3\xd2\x52\x0b\x28\ \x0a\x23\xc1\x09\xfd\x5f\x85\xa0\x3a\x57\x10\xb7\x86\x45\x49\xab\ \x91\x43\x1d\x57\x77\x6d\x4f\xce\x93\x88\x1c\xc8\xf6\x06\x1a\xdf\ \xdc\x28\xab\x75\x7d\x4b\x55\x1e\x1b\xd3\xdc\x0b\xe7\x8b\x59\x54\ \x9d\x9a\x21\x25\x57\x2e\x5c\x4e\x2b\xa5\x26\xcd\x39\x7b\x31\x37\ \x5b\x45\xd8\xca\x4b\xbb\x9c\x99\x5d\x91\x7b\xea\x44\x11\x8f\x6a\ \x50\x2f\x3c\xf3\xd8\xce\x5f\x7e\x39\x56\xea\xd1\x4d\x57\xee\x95\ \xcb\x79\x08\xcb\x98\x51\xb5\x20\x33\xf5\xc2\xd5\xa2\x42\xbf\x33\ \xb2\xba\x93\x15\x7e\xf3\xca\xaa\x9d\xa7\x4b\x25\x59\x30\x5d\xee\ \x2b\xc9\x97\x2a\xbc\x9c\x73\x35\xfd\xc2\xe5\xac\xac\xac\xd3\xc7\ \x73\x62\x93\x9a\xd4\xae\x2e\x9e\xd9\xf9\xeb\xee\x03\x17\x7d\x26\ \x12\x08\xcd\x4e\x4e\xb1\x42\xaa\x47\xdb\xd5\x4b\x27\x53\x4a\xdc\ \x4c\x40\x46\x66\xf2\x45\x12\x53\x33\x9c\xb8\x2e\x9e\xbc\x50\xee\ \x65\x84\x04\x06\x8c\x11\x02\x44\x04\xab\x2c\x73\xff\xef\x27\x71\ \x4c\xcd\xf8\xea\x61\xcc\x55\x70\xf9\xc2\xd5\xab\xa7\xce\xa5\x15\ \xa2\x46\xad\x12\x1d\xac\x78\xe7\x37\x5b\xcf\x5d\xad\xf0\xe4\x5c\ \x3a\x70\x30\xd5\x59\xb3\x4e\xb5\x68\x87\x5e\x92\x75\x3e\x25\x4b\ \x35\xa0\x3c\x2d\x3d\xf5\x42\x09\x10\x54\x51\x98\x93\x9a\x56\x90\ \x7d\xf2\xe8\x99\xab\xfe\x5a\x8d\xeb\x86\xc9\x56\xce\xb9\x94\xec\ \x02\x17\xfc\xb9\x14\x9c\x53\x93\x56\xeb\xd0\xab\x7b\x7d\x75\xcb\ \x17\x7b\x35\x64\x53\x44\x9a\xba\xff\x40\x01\x8b\x6d\x50\xc7\x76\ \x64\xc3\x5b\x9b\xb7\x9e\x47\xa2\xc4\x75\x23\xeb\xf4\x85\xfc\x3c\ \x0d\x61\x2b\xe7\xf2\xc5\x8c\x02\x2f\xe2\x94\xc4\x34\x99\xba\x68\ \x82\x7a\x76\xcf\xde\x43\x59\x02\xf8\xcf\xec\x3e\x62\x44\xd7\xaf\ \x15\xea\xfd\x61\xf9\x1b\xbf\x1d\x2f\x92\x64\x11\x71\xb0\xf4\xd2\ \xd4\x73\x17\xca\x55\x86\xaf\xe9\x03\x9a\x6a\xd1\xe5\x73\x97\x2a\ \x75\x08\xe8\xdb\xaa\xa6\xc7\x51\xab\xfd\xb0\x9e\x31\x3b\xbf\xde\ \x51\xc1\x64\x82\xc1\xd2\xfd\x5e\xd3\xd1\x7b\xc2\x60\x7f\xf2\xf6\ \x53\xe9\x95\xb7\x6a\xd5\x1f\xc4\x7f\x4c\x9c\x14\x64\xbe\x04\x71\ \xcb\xb4\xb4\xa6\x0b\x53\xbe\xfa\xae\x2f\xfb\xfd\xcb\x8f\x8e\x5d\ \x3e\x79\x2c\xbb\x8c\xde\x19\x53\x03\x01\x35\xfd\xba\xcf\x00\x2e\ \x62\x87\xd3\x26\x6a\xaa\x97\x61\x9b\x43\x26\x9a\xee\xb5\x40\x71\ \xc8\x22\xa7\x96\xaa\x79\x0d\xe0\x00\xc4\x26\x3b\x25\x30\xfd\x26\ \x55\x14\x3b\x46\xc0\x0c\x55\xa5\xe0\x50\x14\x5d\xf5\x68\xdc\x02\ \x20\xb2\x60\x57\x24\x11\xb8\xe5\x57\x55\x41\x76\x2a\x84\xf9\x34\ \x3f\x16\x1c\x8a\x88\x4c\x5d\x53\x2d\x8d\x02\x60\x24\xda\x65\x87\ \x88\x81\x03\xe2\x54\xf7\xe9\x3e\x0a\x82\x5d\x72\x4a\x22\xe2\x1c\ \x31\xaa\xf9\x74\x3f\x03\xd1\x21\x3b\x44\xe1\x16\xfc\x17\x6e\x19\ \x7e\x43\xb5\x80\x21\x90\x1d\x8a\x5d\xc0\x5c\xd3\xfc\x1a\x33\x00\ \x10\xc1\x36\x87\xa2\x60\xc4\xa9\xa1\xfb\xcd\x00\x97\x5d\x09\x51\ \xec\xcc\xf2\xa9\x96\xe0\xb4\xcb\xd4\x54\x55\x0b\x1c\x8a\x0d\x03\ \x33\x34\x55\x65\x06\x03\xa4\x88\x8e\x5b\x52\x39\x2c\xbf\x2f\xb2\ \xf7\xbd\x6f\xbc\x3e\xfc\xe0\x07\x5f\x1c\xdf\x7b\xf4\xdc\x95\x62\ \x84\x90\xa6\x79\x35\x60\x22\xb1\xdb\x65\x19\x23\xa6\xfa\x7d\x5c\ \xb0\x3b\x24\xac\x6a\x5e\x8a\x14\xbb\x88\x4c\x12\xde\x7f\xe6\xe3\ \x77\xf7\x23\x6b\xe7\x2c\x3e\x91\x47\x65\x11\x73\x6a\xaa\xba\xd7\ \x00\x24\x0b\x0e\x9b\x24\x06\xae\xc1\xaf\xa9\x82\xec\x90\xab\x84\ \x80\x11\x30\xd3\xa7\x6b\x92\xec\x94\x30\x30\xc6\xb0\x3d\xb2\x69\ \xf7\x4e\x3d\x46\x4f\x68\x6d\xee\x9b\x3b\x6b\xad\x4b\xb0\x03\x45\ \x75\x5a\x35\xaf\xdf\xbc\xfd\x94\xc7\xa6\xec\x7d\xf2\x9e\xf7\x77\ \x65\x29\x8a\x18\x9c\xf7\xc1\x98\x3a\x88\xff\xb2\x57\x38\x00\x33\ \x7c\xa6\x33\x24\xa6\x7a\xb4\x94\x77\xf1\x7c\x61\x25\xbb\x53\xba\ \x20\xc6\xa2\xa8\x48\x58\x08\x24\x4d\x05\x41\x12\x09\xe6\x00\x84\ \x48\x55\xb4\x02\x84\x45\x51\x51\x44\x45\x11\x65\x82\x11\x60\x22\ \x0a\x55\x1f\xee\x88\x08\x92\x20\x00\x80\x20\xca\x8a\x68\x53\x44\ \x59\xf8\x63\x17\x89\x60\xe0\x80\x44\x41\x0a\x10\xea\x30\x11\x64\ \x51\x51\x44\x45\x16\xa5\xeb\x05\x1e\x08\x13\x49\xb4\x55\x1d\x99\ \x33\xcb\xa2\x98\x48\xb2\x64\x53\x44\xe9\x76\xaa\xd3\x08\x13\x49\ \x54\x14\xd1\x26\x8b\x62\xa0\xa5\x0f\x80\x60\x57\xec\x8a\xa8\x48\ \xd7\x44\xb3\x10\x11\xae\xff\x06\x21\xc0\x44\x0c\x54\x4c\x63\x2c\ \x5c\xfb\x0d\x22\x82\x18\x18\xcf\xed\xa8\x19\x58\x10\xbc\x39\x57\ \xb3\x0a\x51\x52\x9b\x44\x33\xeb\xf2\x95\xec\x72\x24\x08\x82\x28\ \x2b\xa2\x72\x8d\xb0\x88\x04\x51\x12\x09\xe2\x00\x01\xbb\x01\x70\ \xc0\x72\x88\xe8\xdd\xb9\xf1\xb3\x94\x7c\x53\x96\x71\x40\xa9\x52\ \x90\xec\x76\xe9\x06\x36\x5d\xc0\x3e\x37\x96\x71\x20\x2c\x89\xd7\ \x1a\x78\x30\x8a\x9d\x51\xed\x86\xf6\x8f\x2a\x4b\xde\xf4\xf6\xd7\ \xb9\x1e\x10\x09\xb2\x2c\x5c\xa7\x6d\xfb\x4e\x1d\x6b\xe7\x9e\xd9\ \xb7\x7f\xd7\xc9\x72\x9f\xf5\x9f\xaa\xca\x1d\x44\x30\xa6\x0e\xe2\ \xef\xba\x6a\xaf\x5a\x50\xc2\x35\x0c\x72\xa4\x14\x17\x2a\xa2\x3b\ \xef\xb7\xce\x39\xc8\xce\x50\x05\xe9\x6e\x8f\xf6\x27\xcd\x69\xc4\ \xa9\x4f\xf3\x19\x9c\x0a\xd8\xe9\x54\xa4\xdb\x93\xd3\x38\xb5\x28\ \x22\x7f\x95\xe4\xcc\xa8\xc5\xaa\xf6\xe2\x1c\x04\x25\x2c\x5c\xf6\ \x55\xba\xcd\x3b\x57\xbe\xe6\x1c\xcb\x8e\x10\x07\x72\x57\x78\xf9\ \x5f\x51\x00\x41\x00\xa6\xee\xd3\x18\x71\x28\x36\x84\x38\x02\xae\ \xea\x3e\x8d\x9a\x18\x6c\x21\x36\x1b\xba\xd6\xbf\x04\x71\xa6\xe9\ \x3e\x95\x59\x92\xe0\xb4\x4b\xd2\x9d\x71\xf3\x98\xa1\xe9\x48\x90\ \x03\x9c\x3a\x0e\x38\x24\x22\x94\xaa\x6e\xbf\xca\x6e\x77\x51\x08\ \x81\x69\xa8\x3e\x53\xe7\x80\x6c\x92\x53\x11\x05\xce\x2c\x9f\xea\ \x36\x41\xb0\x8b\x0e\x59\xc2\x01\x92\x91\x6e\xf8\x54\xcb\xe0\x40\ \xec\x72\x88\xfc\x9f\xd9\x62\x25\x88\x60\x4c\x1d\xc4\xdf\x87\x69\ \xf2\xd6\xf7\x3c\xf1\xcc\xdc\x99\xc3\x7a\xb5\xf1\xa7\x9f\xce\x2a\ \xbd\xe3\x0e\x4d\x9c\x69\x1a\xee\xf3\xc8\x0b\x13\x92\xfc\x7b\x0e\ \xa5\x22\x41\xbc\x31\xd1\x60\x09\x35\x26\xbf\xf0\xe4\xbd\xf7\x8e\ \xae\x67\x2f\x3c\x7d\xb6\x00\x11\x72\xeb\x43\x80\x58\xad\x4e\x2d\ \xd9\xf2\xab\x06\x45\x77\xe8\x65\x39\x07\xc1\x11\x9f\x10\x0f\x3e\ \xb7\x41\x81\x1a\xba\x33\xa9\xf7\x0b\x2b\xc7\xa6\xef\xdc\x5b\xec\ \xe5\xe4\xce\x5c\xbe\xa9\xea\xb5\x07\x4d\x9d\xf7\x50\x93\xc3\x3f\ \x1f\xd3\xb9\x70\xe7\xb5\xc6\xa6\xc9\x9a\x8c\x9c\x79\xdf\xa0\xea\ \xe7\x4f\x5c\xd6\x19\x18\xd4\x71\xd7\xac\x39\xb3\x1e\xbd\xb7\x43\ \x02\x3d\x77\x2a\xdd\x60\xd7\x52\xfb\x08\x09\x82\xac\x88\x36\x91\ \xdc\x79\x52\x18\x11\x41\xac\x1a\x3f\xa7\x54\x8a\x9f\xf3\xf6\x33\ \x51\xf9\x47\x4e\xa7\xfa\xc4\x5b\x13\x47\xb9\xa1\xb2\xc6\xfd\x46\ \x3e\xba\x68\xce\x90\x61\xdd\x58\x76\x7a\x46\x5e\x05\x16\x84\xaa\ \x4f\x8d\x1b\x6e\x22\x21\x92\x72\xfd\xfb\x23\x88\xff\x6c\x04\xeb\ \xa9\x83\xb8\x4d\x48\xcb\xc4\xe6\x23\x06\x47\xb2\xf3\x3f\x7e\xb9\ \x2b\xaf\x82\xde\xa9\x9b\x66\x54\x55\xdd\x15\xdc\x63\x8f\xa8\x59\ \x33\xc6\xc1\x39\xe7\x8c\x69\x7e\x8f\xdb\x5f\xe9\x55\x35\xc6\x31\ \xe6\x9e\xd3\xdb\xf6\x95\x45\xd7\x1b\x34\xbc\x09\xba\x56\xf9\xcc\ \xa9\xa5\xfa\xdd\x2e\xbf\xcb\xa7\x19\x1c\x10\x58\xfe\x0a\x33\x66\ \xfa\x2b\x2f\x77\xa9\xc1\x8b\xd5\x0a\xcd\x64\x08\x21\x6e\x99\x7e\ \xbf\xcb\xe5\x77\xf9\x6f\x26\x83\x5c\x77\x67\xcc\x74\xfb\x42\x5a\ \x3f\xb5\x62\x5e\x2d\x5c\x5e\xa2\x7a\x0c\xca\x45\x67\x58\x9d\x7a\ \xe1\xa6\x56\x51\x69\x78\x0c\x8b\x21\x84\x18\xd5\xbd\x7e\x95\x71\ \x04\xcc\xf0\xaa\x3e\xca\x11\x35\xfd\x2e\xbf\xcb\xe3\xf7\x7a\xfd\ \x2e\xaf\xa6\x5a\xc0\xed\x31\x31\x75\x6a\xdb\x7d\xfe\x0a\x97\xea\ \x35\x29\x47\x08\x31\xcb\xf0\xfa\x5d\x2e\x7f\xa5\xc7\xef\xa3\x8c\ \x23\x84\x80\x53\x55\x75\xbb\xfc\x95\x6e\xbf\xcf\x62\x80\x80\xfb\ \x4d\x9f\x12\x9f\xd8\xb6\x45\x2d\x91\x30\xce\x11\xc1\x66\xda\xe1\ \xc3\x17\xca\xa5\x81\x53\xba\x86\x90\xbf\xa3\xa3\xca\x0d\xcd\xe7\ \xf6\xbb\x5c\x7e\x97\x6a\x58\x08\x21\x4e\x0d\xaf\xbf\xd2\xe5\x77\ \x79\x35\xbd\xea\x23\x86\x33\x5d\xf5\xba\xfd\x2e\x97\xdf\xad\x99\ \x14\x04\xb9\x66\x83\xea\x32\x78\xcb\xc1\xa5\x06\x4c\x71\xb3\x71\ \x38\x20\x22\xe2\xb2\x2b\xe7\x7e\xfc\xec\x77\xb1\x6e\xdf\x2e\x4d\ \xab\x53\xcb\x0a\x4e\xe8\xff\x76\x04\xab\xf4\x82\xb8\x5d\x24\x87\ \x90\xbf\x22\xfb\xc4\x91\x7d\x47\x4e\x85\x28\xce\x6b\x31\xdd\x35\ \xf2\xdf\xf5\x68\xf3\x86\x2d\x9c\x9a\xcc\x16\x3f\x6e\xfe\x33\xcd\ \x6b\x3a\x13\xda\x26\xe8\xdf\x19\x8c\x9b\x5c\x8a\x1f\xfc\xd0\x93\ \x3d\x5a\x55\x2f\x4e\xde\xf1\xc9\xfb\xdb\x2a\x4c\xf7\xa9\x7d\xdb\ \x42\xbb\x0f\x6b\xda\x98\x20\x54\xd5\x2d\x1a\x85\x27\x4c\x98\x7d\ \x6f\xbb\x06\x21\x57\x77\x6f\xf9\xec\x93\x7d\xaa\xad\xd6\xcc\xc5\ \xf3\x7a\x77\x69\x9e\xb4\xe4\xd5\xb6\x45\xee\x13\x1f\xbf\xf3\xdd\ \xfe\xec\x90\x84\x96\x93\x66\x4f\x6a\x12\x27\x9c\xfd\x61\xf3\x57\ \x5b\x4e\x83\x2c\xa1\x6b\x27\x47\x08\x51\xd3\x70\xd4\x6c\x3b\xfb\ \xd5\x87\xdb\xb6\xaf\x23\xbd\xb3\x7e\x6c\x49\xd1\xd6\x37\xde\xb8\ \xe8\x53\x8d\xa8\x76\x8f\xbd\xf5\x4e\x59\x49\xf1\xaf\xef\x7d\x78\ \x20\xa5\x34\xae\x4d\xef\x69\xfd\x22\xbe\x7f\xfb\x5b\x6f\x54\xc7\ \x47\x26\x36\xfd\xed\x9d\x8f\x58\x87\xbb\xa7\xdd\xd7\xbe\x32\xe3\ \x2a\x0d\xab\x81\x33\xf7\x7f\xf0\xd6\x0f\x9a\xaa\x8b\x75\xfb\x2c\ \x7c\x2f\x9e\x79\xb2\xbe\x79\x6b\xd3\x99\x4c\x7f\x6c\x8b\x8e\xf7\ \x4d\x19\xd6\x20\xde\xe9\x4a\x4b\xde\xfc\xf6\x17\x59\x15\x26\xb6\ \xd7\x9c\x34\xff\xde\xd6\x8d\xa3\x5d\x57\x4e\x7c\xb9\x7e\xf3\xa5\ \x42\x65\xe0\xcc\x99\x03\xbb\x2a\x97\xcf\x17\x71\x44\x00\x21\x01\ \x9b\x69\xc9\x7b\xb5\xea\xad\x86\xb5\xaa\x79\x53\x77\xe6\x1b\x0d\ \xc8\xa9\x4e\xe5\x76\xe3\x67\x0d\xb9\x2b\xc9\x8e\xcc\x13\x9b\x3f\ \xfc\x66\xdb\xc5\xa8\x26\x3d\x1f\x79\x6c\x54\x8c\xc2\x33\xf6\xfd\ \xb8\x79\xf3\x01\xbf\x09\x54\x8a\xe8\xf5\xc0\xec\xbe\xdd\xea\x8a\ \xba\x7b\xcf\xfb\x6f\xff\x7c\x4e\xf5\x42\xec\xb0\x05\xcb\x1b\x8e\ \x77\x9d\xfb\xfe\xb3\x1f\x76\x5e\x66\x9c\xc9\xf1\x4d\xa7\xcd\x99\ \xd4\x34\x5e\x3c\xb7\xf5\x8b\xaf\xbe\x3f\x85\x25\xa9\x22\x37\x2d\ \xe3\x6a\x51\xdb\x09\xf7\x46\x13\xfe\x9f\x2c\xe4\x1a\x44\x30\xa6\ \x0e\xe2\x5f\xe0\xad\x89\x20\x4a\x20\x5e\x6b\xed\xc9\x4d\x5d\x53\ \x55\xbf\xae\x1b\xac\xea\xe1\xe7\xa6\xae\xaa\xaa\x5f\x37\x4c\xce\ \x99\x61\x2a\x23\x5f\x7e\xe5\x9e\x5e\x61\x67\x0e\x9f\xf7\x83\x4c\ \x80\x1a\x60\x1b\xf1\xc2\xe2\xe1\x89\xfe\xad\x9f\xfc\x1a\x3e\x70\ \xd6\x13\x33\xbb\x80\x61\x0a\x20\x8b\x22\xa9\x2a\xf4\xe5\xcc\x12\ \x62\xa6\x2e\x7f\xa9\x93\x23\x63\xcb\xe6\xfd\x89\xf7\x3f\xfd\xe0\ \xd8\x26\xa6\xb7\x2c\x79\xe7\xd1\xdc\xe2\x8a\x4b\x7b\x77\x6d\xfb\ \x6e\xc7\xc5\x6c\x17\x89\x6c\xfc\xd0\xaa\xe7\x13\x5c\x27\xb6\x6c\ \x39\xd7\x73\xde\xa2\x49\xbd\xe2\x34\x83\x71\x6a\xea\xaa\x5f\x55\ \x55\x93\x32\x4c\x88\xe9\x2a\x38\xba\xe3\x64\x69\x69\xc9\xc9\x9f\ \x7f\xdd\xfe\xf3\x81\xdc\x0a\x8b\x08\x18\x53\xdf\x95\xc3\x87\xf2\ \x6c\xad\x9f\x5a\xf5\x78\x4d\x50\xe5\xda\x49\x23\xee\xee\xe0\x40\ \x3a\x0e\x6f\x34\x62\x78\xbf\x48\x09\xb7\x18\x3c\xae\x26\xf2\xc7\ \xf5\x1d\xdb\x20\x8c\x36\x1e\x37\xed\xae\x4e\x71\x86\x6a\x12\x99\ \xe4\x9e\x3c\x5e\x59\xad\xe7\xe2\xb5\x8f\xc5\x83\x2f\xae\xc7\xa0\ \xd1\x23\xe2\x8e\xff\xba\xdf\xd9\xf3\xfe\xa7\x9f\x1e\x63\x33\x34\ \x4e\xd5\xcc\x13\xfb\xb7\x6c\xdc\x62\x36\x1f\x3b\x7f\xfe\x98\x10\ \xee\x4e\x3d\xb0\xef\xe8\x65\x6f\x8f\x89\xdd\x22\x15\xce\x18\x00\ \x20\x02\x92\x24\xff\x49\x7c\x81\x1b\xda\x35\x73\x01\x18\x1a\xef\ \xf6\xd8\x8b\x4b\x9e\xe9\x57\x72\xfa\xf8\x91\xc3\x29\x65\x95\x3a\ \x16\x04\xea\x2d\x39\xf9\xeb\x8f\x3f\x7c\x77\xaa\xfd\xa3\x8b\x26\ \xf7\xab\xeb\x35\xf1\x88\xc5\x2b\xe6\xdd\xdf\xfc\xea\xa1\x43\xc7\ \x4f\x5c\x76\x79\x2d\x84\x31\xc1\xb4\xe8\x7c\xf2\xc9\x54\x3e\x75\ \xd5\xd2\x9e\xf5\x15\xc3\x51\x77\xce\xaa\xe7\xeb\x79\x4f\x6e\xf9\ \xfe\x4c\xf7\x27\x17\xdd\xd3\xa7\x86\xa6\x53\x4c\x04\x89\x48\x04\ \xff\xcb\x7a\xbd\x06\x11\x8c\xa9\x83\xf8\xef\xc8\x87\x98\x4c\xec\ \xb5\x60\xd1\xb8\x6e\x71\x05\x27\xf7\x6e\x78\xe5\xa3\x22\x2a\x22\ \xc1\x71\xd7\xa2\xa5\x23\xda\x45\x66\x1d\xda\xbe\x61\xf9\xc6\xc2\ \xa8\x3e\x03\x5a\x56\xfb\xfe\x89\x07\xdf\x3d\xee\x83\x26\x03\x86\ \x08\x0c\x85\xb5\x1e\xde\xb7\x9d\x92\xe1\xee\x36\x30\x32\x2a\x22\ \xa4\xce\x80\xa6\xb6\x37\x77\xbb\xe9\x8d\x49\x16\x4d\xa9\xdf\x7d\ \x78\xf7\xa4\xa2\xc3\x59\xdd\xfb\xb3\x88\xa8\xf0\xe8\x01\x49\xc2\ \xe6\x13\x67\xf6\x9c\x28\x28\x1e\x9f\xba\x7f\xff\x8e\x63\x25\x36\ \xc4\x62\x7b\xdc\x3b\xb8\x6d\x9d\xd3\xa5\x2d\xba\xc7\x4a\xe1\x71\ \x31\x2d\x7a\xd5\xa5\xbf\x5f\xb5\xb7\x1a\xf2\xc4\xdc\xc9\x75\x42\ \x3d\xbf\xac\x58\xf5\xcb\x91\x2c\xf0\x14\x1e\xdf\x7d\xb6\x6c\x4a\ \xe2\xe9\x6d\x3b\xf6\x97\x62\x89\xb3\x68\x51\xe2\xa5\x97\xb7\x7d\ \xf6\xc9\x19\xc1\xd5\xf3\xbb\xd9\x4d\xe2\x84\x73\x1a\xf3\xb9\x29\ \x03\x00\x6e\xfa\x58\xc0\xc3\xfb\x4f\xef\xdd\x53\x52\x5e\x3f\xf2\ \xdc\x6e\x9f\x5a\x27\xa6\x7a\xa4\x40\x04\xf7\xb9\x9d\x9f\xae\xdf\ \xe0\xd9\x92\x9e\xb8\x6f\x51\xab\x66\xd1\xb9\x14\x55\x5e\x3c\xfc\ \xcd\xa7\xef\x1d\xab\xac\xbb\xfe\xa1\xe6\xb1\x76\x9a\x46\xb9\xad\ \x46\x93\xce\xcd\x63\x23\x1d\xb6\x7a\x35\x6a\x45\x28\x66\xe6\x85\ \x63\xc6\xae\xe6\x13\x07\xb4\xfe\xf3\x22\xe1\x75\xe2\x09\xa3\x54\ \x0a\x1f\xb6\x74\xf9\x90\x96\xa1\xe9\x7b\x7e\x7e\x7f\xf5\xe6\x22\ \x47\xeb\x89\xa3\x9b\xef\x58\x34\x6d\xc5\x96\x6c\x07\x22\x44\x94\ \x08\xc1\x16\x96\x6a\xb4\xee\x56\x33\xcc\xe6\x14\xc2\x1a\xd7\x08\ \x11\xa3\xda\x8d\xef\x17\xf3\xf1\x03\x13\x3f\x38\xee\x76\x22\x82\ \x45\x22\x3a\xa3\x05\xbd\xec\xf8\xd6\xaf\xdf\xfd\x5d\x69\xd9\xf3\ \xb3\x0e\x8d\xc3\x0f\x39\xfb\x0e\x6e\x9f\x70\xae\xa2\x79\xb7\x68\ \x29\xbc\x7a\x74\xcb\xde\xf5\x60\x7b\x1e\xe7\xc1\xe2\xe8\xa0\xa7\ \x0e\xe2\xff\x97\x20\x88\x65\x1f\xde\xfd\x6b\x5e\x88\xa7\x20\x53\ \x05\x81\x60\x04\xdc\xba\xba\x7f\xe7\x2f\xe9\x36\x57\x4e\xba\x8e\ \x04\x8c\x31\x42\x9c\x52\x8e\x20\x40\x8e\xe1\x58\x94\x45\xea\x3b\ \xf9\xcb\x4f\xdb\x52\x4d\xf9\xbb\x1f\x5d\x65\x05\x96\x28\x23\x6a\ \x21\x84\x80\x5b\x3a\xd7\x91\x89\x65\xd9\x86\x7c\xa5\x87\xb6\xfc\ \x78\xb2\x94\xec\xfa\xe6\xbb\xf2\xa2\x3c\x41\x50\x44\x49\x24\x18\ \x63\xc4\x11\x70\xc6\xb9\xa0\xd8\x69\x79\xf6\x9e\x6f\x7e\xc8\xd2\ \x95\x9d\x5f\x6e\x2e\x29\xc8\xb5\x0b\x76\xb3\x38\xeb\xd0\x8f\x3f\ \x5c\x90\x8c\xb4\x7c\x37\x26\x18\x18\x91\x64\x21\xb0\x17\x70\xe0\ \xc0\x11\x00\x20\x22\x29\x76\x99\xea\x26\xa2\x44\xc0\x94\x51\x6c\ \x23\xd4\x34\x4d\xc3\xaa\x8a\xe9\x39\x48\x32\x2e\x3a\x77\xcc\x5b\ \xe8\xaf\x2e\x61\xc6\xaa\x5a\x17\x11\xc0\x9c\x51\x8b\x07\x74\x63\ \x39\xc2\xa2\x0c\x0a\x61\x7e\x0b\x87\x1b\x7e\xd6\x7d\xc1\x33\x8f\ \x0d\xc5\x6f\x2d\xfa\x3c\xba\x7f\xf5\x26\x8d\x09\x00\x10\x10\x25\ \x49\xc4\x98\x19\xba\x6e\x98\x48\x10\xc4\x40\x8a\x03\x21\x4b\xd7\ \x0d\xc3\x10\x14\x99\x60\x66\xa4\xed\xd9\xf6\xcb\x25\xa5\x3c\xf3\ \x8a\x81\x08\x26\x84\x30\xd0\x7c\x1a\x00\xc6\x18\x01\xb7\x0c\x88\ \x7d\x6c\xdd\xb2\x46\x39\x3f\xbe\xf3\xf1\x15\x47\x52\xc7\x50\x01\ \x23\x42\xb0\x45\x35\x55\x07\x20\x08\x07\xf2\x28\x9c\x03\x12\x64\ \x45\x01\x6e\x32\x0d\x8b\x58\x90\xed\xac\x3c\x77\xef\x37\x3f\x64\ \x68\xca\xef\x5f\x7e\x51\x52\x90\xab\xc8\x22\x42\xc1\xbe\x1e\x41\ \x4f\x1d\xc4\xff\x2f\x33\x21\x18\xb1\xcc\x83\xbf\xa7\xef\x65\x48\ \x10\x04\x31\x50\x3f\x67\xa6\xef\xd9\x9e\x4a\x39\x12\x88\x20\x38\ \x70\xc9\xd9\x5d\x17\x2a\x27\x2c\x7b\x2e\xe7\xb5\xed\x4d\x1b\xd5\ \x94\x92\x25\x5a\xba\xff\xf7\xf3\xa5\x43\x87\xf7\x4d\x5e\xfb\x9b\ \xe5\x88\xac\xcc\xce\xb4\x38\x10\xb0\x4a\x8a\x3c\x11\x63\x06\x8d\ \x1a\x5d\x96\x97\x7d\xe1\xe8\xf9\x5d\xfb\xf3\x26\xf7\x1a\xd6\xe5\ \xca\xc7\x47\x48\x44\x64\xc9\x95\x34\x86\x09\xf8\xca\xca\x0d\xd2\ \x67\xea\xa8\xec\xa8\x2c\x5f\xd6\xc9\x33\x27\x7f\x3d\xa9\x0e\xe9\ \x33\xa0\xd5\xe6\x9f\x2e\x49\x31\x11\x79\x17\x53\x41\x12\xcd\xe2\ \xac\x03\xdf\xa4\x71\x00\x22\x49\x84\x10\x00\x62\x94\xe5\x69\xa1\ \xd5\x87\xdc\x3f\x5a\x38\xe7\xca\x3f\x75\xa0\x9c\x83\xe4\xc4\x18\ \x03\xa7\x82\x0d\x61\x59\x84\xe2\xf4\x74\x57\xe8\xbd\x53\x67\x8e\ \x3d\xa4\xb7\x8a\x96\x24\x00\x4e\x24\x47\xa8\x62\xee\x58\xbf\xd8\ \x20\x0d\xe7\x4d\x0f\xe7\x02\x06\x6e\xd9\xeb\x34\xed\x38\x60\x50\ \xc2\xb8\x39\x35\xb3\x4f\x9c\x4e\x29\xad\xd6\x5f\xac\x12\xdb\x46\ \x92\x1d\x03\x00\xb2\x85\x28\xd8\x28\x2d\x2f\xad\xb0\xfb\x0c\x11\ \x23\x84\x00\x03\x78\x4a\x8a\xfd\xb1\xf7\x8d\xb8\x67\xec\xc9\x8b\ \xe9\x67\x4e\xa4\x5a\xc0\xdd\x25\x65\xac\xce\xb0\x61\x93\x46\x5e\ \x4e\xcf\x38\x79\x22\xcd\xa4\x5a\xea\xae\x6d\x17\x28\xc7\x02\x11\ \x44\x3b\x71\x5f\xfe\xe9\x40\xce\x63\xcb\x96\x97\x44\x6c\x2e\x50\ \x25\x28\xbd\xb0\xff\x84\xe1\x0c\x15\x8c\xca\xb2\xf2\x72\xb7\x65\ \x30\x51\x94\xf4\xe2\x13\xbf\x9d\xa7\x0f\xac\x7e\x95\xbe\xf5\x93\ \x07\x6c\x6a\xf6\xa9\x63\xe9\x5c\x72\x62\x22\x20\x0e\x58\x41\x04\ \x4b\x52\x69\xca\xf6\x13\xfe\x51\x7d\xee\x6a\xf3\xd9\x8f\x17\xa4\ \x98\xf0\xfc\x8b\xa9\x0c\xa3\x60\x44\xfd\x7f\x2d\x4e\x0a\x56\xe9\ \x05\x71\x4b\x58\x94\xb4\x1a\x39\x2c\x34\x7b\xff\xee\xe3\xf9\xa2\ \x20\x06\x56\x10\x31\x21\x44\x14\x6e\xec\x24\xfa\xc7\x16\x84\x08\ \xd2\x2f\xec\x3f\xce\xeb\x75\x1a\x3c\xbc\x8b\x93\x66\x6f\xff\x7a\ \xdb\xe5\x8c\x82\x94\x83\x27\x51\xfd\xce\x03\x87\xf7\x48\x4a\x8c\ \xc9\x3d\x7e\x22\xb3\xc8\x27\x4a\xa4\xf4\x4a\xb6\x5c\xa3\xf5\x80\ \x81\x2d\xfd\x19\x67\xce\x9c\xb9\x7c\xfa\xc0\xf9\x88\xb6\x7d\x06\ \x0c\xe9\xda\xa0\xb6\xe3\xca\xa1\xe3\x05\x1e\x2a\x32\x77\x5a\x86\ \x2b\xb1\xdf\xa0\x2e\xed\x6a\x96\x5c\x3c\x79\x2e\xe5\x52\xf2\x91\ \xab\x75\x7b\x0d\xec\x37\xb0\x53\xcd\x48\xb8\xb0\x3f\xb9\x5c\xe7\ \x04\x63\x22\x08\x44\x10\xf0\xb5\xc1\x31\x6f\x41\x46\xa9\xd0\x69\ \xe4\x90\x16\xf5\x6c\x69\xc7\x8e\xe6\xf9\x9d\x35\xa3\xf1\xc9\xdf\ \x8f\xbb\x68\x48\xcd\x84\x90\x4b\x87\x8f\x65\x66\xe6\xa4\xe7\x58\ \x5d\x47\x0f\x6b\xdd\x34\x24\x65\xf7\x6f\xbf\xef\xbd\x68\xab\x5e\ \xc3\xcc\x4d\xb9\x7c\xd9\x25\xc8\x4a\xb5\x1a\xd5\x5c\x97\x4f\x5c\ \xba\xea\x8d\x69\xd0\xb6\x4b\xaf\x76\x21\xae\xb3\x6f\x3d\xb3\xf6\ \x62\xb9\x15\x11\x57\x3b\x44\x2f\x38\xb2\x27\x55\x88\xac\x1e\xed\ \x50\x93\x0f\x9f\x3a\x7f\x3a\x8d\x24\xb4\x1f\x3a\xae\x7f\xfd\x1a\ \xe4\xd8\xd6\x5f\x8f\x9c\xc9\xe1\xa2\xa4\x95\x14\x94\xf9\x23\xfb\ \x8e\xee\x1d\x61\xe6\x1e\x3b\x92\x6a\x61\xc1\x5f\x58\xe0\x43\x35\ \xfb\x8f\xe8\xee\xf0\x5e\x3d\x7e\x2c\x83\x22\x82\x05\x22\x54\x19\ \x10\x11\x42\x53\x0f\x1c\x2e\x91\xeb\xf7\x19\xde\xb3\x75\xdb\xc6\ \x50\x7c\xe9\xe4\xc9\x4b\x17\x52\x8a\x1b\xf4\x1f\x7a\xd7\xa0\xf6\ \x76\x23\x6f\xe7\xb7\xdb\xd3\x73\x4a\xce\xef\x3f\x61\xc4\xb5\xec\ \x33\xb4\x7b\x8b\xe6\x75\xbc\x57\x4f\x9d\xb9\xe2\xab\x59\xb7\x5a\ \xce\x91\x23\xe9\x79\xb4\x46\xa3\x5a\x65\xe7\x93\xcf\x5e\xba\x72\ \xf2\x50\x5a\x9d\x9e\x03\xfb\x0d\xec\x54\x2b\x1a\x05\x8c\x83\xb8\ \xa5\x99\x62\x87\x11\xc3\x6d\xd9\x07\x0f\x9d\xca\x23\x62\x30\x26\ \xfb\x2f\x0f\x94\x82\xcc\x97\x20\x6e\x99\x95\xd6\x74\xf1\xde\x2f\ \xbf\x6c\x99\xbd\x71\xed\xba\xe3\xee\x8a\x62\xb7\xca\xef\xa4\xe8\ \x96\x53\x4b\xd7\x35\x0b\x80\x03\x17\x25\xbb\x4d\x14\x98\x65\x06\ \xb6\x00\x60\x59\x0e\x28\x46\x23\x60\x96\xaa\xab\x16\x07\x51\xb0\ \xd9\x64\x81\x9a\x86\x6e\x04\x94\xb8\xb0\xa2\xd8\x05\x0c\x80\x80\ \xea\x9a\x6a\x99\x1c\xb0\x2c\xda\x64\x09\x53\xc3\xd0\x4c\x83\x01\ \x20\x24\xd8\x14\xe5\x36\x83\xe1\xa6\xa6\x6a\x8c\x22\x20\x8a\x6c\ \x17\x90\xe9\xd3\x4c\xc5\xe6\x10\xc0\xf4\xea\xba\x24\x39\x24\x0c\ \xa6\xae\x6a\x94\x02\x70\xc0\xa2\x43\x51\x2c\xdd\x4f\x89\xac\x88\ \x02\xe2\x4c\xd7\xfc\x5c\xb4\x49\x40\xfd\xba\xc6\x00\x61\xc0\xa2\ \xa8\x48\x12\xa1\x86\xaa\x59\xc8\x61\x57\x98\xa5\xf9\x4d\x66\x57\ \xec\x98\x99\x9a\xa6\x51\x00\x0e\x1c\x13\xd9\x26\xcb\x08\x38\x70\ \x6e\xe8\x7e\x9d\x31\x82\x15\x9b\x22\x22\x00\xe0\x4c\xd7\x55\x83\ \x31\x82\x15\xfb\x2d\xb9\xda\x8c\xea\xba\x6e\x72\xc6\x01\x44\x62\ \xb3\x29\xc4\x32\x74\xdd\x34\x39\x00\x03\x2e\x49\x0e\x45\x24\xcc\ \x32\x75\x43\xb7\x38\xe7\x00\x92\x68\x57\x44\xf0\xfb\x55\x22\xd9\ \x15\x11\xfc\x9a\x0f\x88\xdd\x26\x12\x6a\xe8\x55\xc6\x01\xa2\xd8\ \x6c\x98\x73\x7b\x44\x64\x48\xb5\x3a\xd3\x96\x2e\xb3\xbe\x79\x66\ \xe9\xc6\x23\xb2\xdd\x16\x9c\xd3\x41\x4f\x1d\xc4\xff\x41\x4f\x6d\ \x98\xa8\xf3\x9c\xa7\x27\xf7\xab\xa3\x17\xa6\x7d\xbd\x6a\xcd\xa1\ \x54\x5d\x96\xfe\x7f\x5b\x29\xc4\x19\x87\x7f\x65\xcb\x7d\xce\xf9\ \x8d\x95\x8e\xff\xea\xd1\xea\x2a\x6b\x36\x74\xcc\x94\xe9\xfd\x43\ \x44\xf5\x97\x57\x57\xfd\x72\x28\x43\x94\xa5\xe0\x9c\x0e\x7a\xea\ \x20\xfe\x2f\xce\x0c\x00\x9f\x5a\x58\xce\x4d\x0c\x72\xb8\x14\xe3\ \xb8\x53\x6d\x6f\x04\xcc\xd2\x74\xd5\xe0\x8c\x20\xe9\xf6\xc1\xef\ \x3f\xe5\x2e\x2d\x86\x08\xf9\xf7\x6b\x94\xf0\x80\x98\x15\xf0\x7f\ \xb1\x7d\x6f\x7d\x3c\xc4\x99\xa9\x69\xaa\x09\x5c\xc0\xb2\x4d\x51\ \x30\xa7\xaa\xee\xe7\xd8\x66\x97\x08\x07\x00\x6e\xf9\x34\x3f\xe5\ \x20\x10\xbb\x5d\x11\x6e\x79\x90\x80\xd8\xb6\x6a\x1a\x0c\xb8\x2c\ \x39\x64\x41\x40\x88\x9b\x86\xaa\x9a\x06\x07\xac\xc8\x0e\x89\x04\ \xcb\x73\xff\xcb\x10\xcc\x53\x07\x71\x6b\x50\xca\xeb\x74\x1a\x32\ \x66\xc4\xb0\x6e\xad\x1b\x1b\x85\x19\x25\x6e\x76\x47\x9c\x63\x46\ \x2d\xe2\x68\xd9\x7f\xf0\xa0\x21\xdd\xea\xc6\x39\x4a\xb2\xf2\x35\ \xfa\xaf\x89\x1d\x39\x60\x9b\xd3\x41\xb8\x65\xf1\x7f\x27\x91\x83\ \x5b\xaa\x51\x67\xe0\xdd\xf7\x8f\xab\x71\x72\xdf\x45\x8a\xc9\xff\ \xf8\xd4\x5c\xd7\x50\xfb\x49\x0f\x8d\x6a\xc6\x4f\x9c\xba\x0a\xe4\ \x6f\xd2\xc7\xcc\x62\x52\x44\x87\x21\xc3\x06\xdc\xd5\xb9\x46\x38\ \x29\xcc\xcc\x53\x71\x48\xab\xbe\x7d\xeb\xd8\xdc\xf9\x25\x7e\x40\ \x0c\xd9\xe2\x07\x4e\x19\xd3\xb5\x43\x33\xa7\x55\x92\x57\xe8\xbf\ \x5d\x5b\x25\x4c\x04\x49\x94\x65\x51\x16\x30\x06\xe0\xa6\x01\x75\ \x3b\xf6\x18\x3e\x61\x50\x8b\xe6\x09\x7a\x41\x41\xb9\x47\x0f\xf6\ \x63\xfa\xef\x42\xf0\xd5\x1a\xc4\xad\x1d\x8a\x69\x09\x5d\xe7\xce\ \x1b\x35\xac\x01\xa2\x77\xda\xde\x08\x01\xab\xd4\xbc\x4d\xc7\x3f\ \xfa\xfc\x73\x23\xa3\x43\x9d\x35\x12\xeb\x39\x05\xc4\x19\xd5\xfc\ \x1e\xb7\xdf\xed\xd7\x4d\x0e\x00\x08\x38\xb3\x54\xbf\xd7\x53\x45\ \x8f\x66\x08\x21\xa0\x54\xf5\x7b\x5c\x7e\x97\xc7\xef\x0b\x10\xb8\ \x39\xa3\xaa\xdf\xe3\xf6\xbb\x54\xdd\xe4\x80\xb8\xe5\xab\xe4\x35\ \x66\x2e\x7b\xa1\x65\xa4\x5e\xe2\xaf\xd4\x4d\x7e\x8b\x21\x21\xa0\ \xa6\xee\xf3\x7b\xdc\xfe\x4a\xb7\xea\xb3\x18\x04\x88\xe0\x3e\xbf\ \xcb\xed\xf7\xe8\x26\x45\x08\x31\x53\xf3\xf8\x5d\x5e\xbf\xcf\xe7\ \x77\xfb\x34\x8d\x71\x40\x08\xa8\xa9\x7b\xfd\x2e\xb7\xdf\x6b\x58\ \x0c\x21\xb0\x0c\xbf\xdb\xef\xf2\xf9\x7d\x5e\xbf\xdb\xa7\x1b\x16\ \xe7\xd1\x49\x4d\x3b\xb4\xaf\xe6\xd3\xcb\x3d\x7e\xff\x75\xf1\x5c\ \x53\x57\x3d\x7e\x97\xc7\xef\xb7\x02\x47\xe1\xcc\x50\xfd\x1e\xbf\ \xcb\xed\x77\xf9\x74\x33\x10\x33\x07\x98\xe2\x5e\x55\xa5\x0c\x02\ \xbf\xd1\xfc\xee\x32\xe6\x89\x69\xd8\xae\x5d\xe3\x58\x4e\x29\xff\ \x9b\xf7\x42\x85\x66\x74\x9b\xfd\xcc\xbc\x47\xfa\x84\x85\x86\xd5\ \x4c\xac\xab\x30\x7f\x25\x73\x8e\x78\xea\xc5\xfb\x86\xd7\x37\x75\ \x13\x38\x00\x22\x8a\x23\xa2\xdf\xe3\x0f\xcd\x9c\xda\xd4\x34\x02\ \x26\x45\x01\x3a\xbe\xdb\xef\x0e\xf0\xcb\x11\x02\x66\x1a\x3e\xbf\ \xcb\xe5\x77\xf9\x54\x8d\x73\x04\x00\x18\x03\x93\xa2\x86\xcf\x7d\ \x6e\x60\xeb\x38\xf3\xd6\x8c\xfc\x20\xfe\x73\x11\x5c\x11\x0e\xe2\ \x76\x7e\x17\x8b\x6a\x49\xf2\xb6\x4d\x6f\xbd\x7f\x2a\x5c\x0e\x97\ \x84\x7f\xd8\x6b\x8d\x99\xa6\xd0\x6e\xf8\xd4\x39\xb3\x47\xe1\x9c\ \x9f\xf3\x8b\xca\x8b\x4e\x1c\xcc\x73\xeb\x14\xdb\x5b\x0d\x1b\xd1\ \xba\x51\x68\xfa\xbe\x9d\x87\x4f\xe6\x22\x51\x10\x9d\xb1\x1d\xfa\ \xb7\x6b\x58\xb7\x9a\x22\x1a\x17\xb6\xfd\x76\xfc\x62\x31\x52\x22\ \x3a\x0f\x1f\xd3\xa4\x8e\xd3\x95\x9f\x95\xfc\xfb\xe1\xdc\x72\x3f\ \x48\x11\x5d\x26\x8c\x6b\x52\x53\x4e\xdd\xb7\xf3\x70\x72\x8e\x18\ \x1a\x37\x7c\xfa\xbd\x7d\xfb\xf5\xa8\x5e\x31\xbb\x6e\x9e\xfb\xd2\ \xce\x9f\x93\xd3\xbc\x81\xde\x72\x7f\xe4\x46\x28\x0a\xab\x95\xd8\ \xb3\x4b\xab\x1a\xd5\xc3\x58\x65\xde\xc1\x1f\x77\x64\x96\x6a\x4a\ \xb5\x7a\xc3\x86\xf5\xae\x26\xb9\x8f\xfd\xbc\xed\x7c\xa6\x37\xa6\ \x61\xdb\x11\x03\x5a\xea\x85\xd9\xba\x2d\x56\x2a\xbf\xb4\xe7\xf7\ \x33\x7e\x95\x87\x24\x34\x1b\x3a\xb8\x4b\x88\x9e\x7f\x60\xeb\xce\ \xab\xc5\xb4\x66\x8b\x1e\xdd\x7b\x34\xa8\xcc\xca\x21\x51\x71\x46\ \xfa\xf1\x9d\x7b\xcf\x19\x9a\x29\x56\x6f\x7d\xf7\x9c\xb9\x66\xf9\ \xd5\xdd\x3f\x1f\xac\x30\x45\xae\x1b\xd5\x5a\x77\xef\xd5\xbb\x39\ \xcd\xbf\xb0\xfb\xe7\x83\xe5\x1a\xc7\x92\xbd\x51\xb7\xae\xcd\x9a\ \xd7\x0b\x75\x92\xa2\xe4\x03\x7b\x0e\x5e\xf6\xeb\xa8\x6e\xd7\x81\ \xdd\x3a\x35\xf0\xa6\x25\xef\xda\x9e\xec\xb3\x30\xe5\x72\xeb\xe1\ \x13\x1b\xd5\x08\x6f\xd1\x32\x4a\x4b\x36\x39\xfc\xe9\xe3\x80\x59\ \xcc\xd6\xfd\xee\xfb\x1e\x98\xd2\x4f\x3d\xfe\x79\x61\x61\x49\xee\ \xfe\xbd\xc5\xa4\xce\xb8\xc9\xfd\x3d\x27\xbe\x3f\x73\xb4\x90\x88\ \x04\x61\x02\xfe\x9c\xcf\x57\xbd\x66\x26\x34\x1f\x44\xc5\x6b\x3c\ \x51\x83\xc9\x91\xdd\xc7\xdc\xdd\xb8\x3a\xb9\xb8\x7b\xfb\xb1\xb3\ \x45\x98\x20\x39\xa6\x5e\xbf\x21\xdd\xe3\xc2\xc5\xd2\xf4\x33\x7b\ \x7e\x3b\xa5\x49\xf8\xea\xa1\x1d\xc7\xf7\x9f\x8a\x6c\xd6\x1e\x24\ \x14\x54\xb9\x0d\xc6\xd4\x41\xfc\x1f\x8a\xab\x01\x89\x8a\xcd\x01\ \x36\x81\x04\xd2\xa1\xdc\x50\xbd\x9e\x40\x34\x7a\x8d\x4d\x1e\xd8\ \xe2\xd7\x75\x0e\x08\x00\x11\x51\xc2\x22\xa3\x44\x0c\x8d\x08\xb3\ \x49\xd8\xb0\xa0\xfb\x13\x8b\x5f\x78\x7e\x74\x7c\xbd\xe6\x0f\xbf\ \xbf\x76\x52\xdf\x3a\x3e\xcd\x5b\xab\xc7\xd4\x65\x6f\x3c\x9c\x58\ \x27\x32\xba\x46\xad\x68\xa7\xa8\x53\x65\xf8\x92\xd7\x16\xcc\x1d\ \x10\x11\x53\xef\xfe\xa5\xaf\x4c\xec\x14\xeb\xb5\x1c\xa3\x16\xbf\ \x34\x79\x50\x7d\xb0\xd7\x7a\xe0\x8d\x57\x87\xb7\x8b\xd6\x4c\x2e\ \x4a\x84\x23\x8b\xc8\xb2\x22\xcb\x04\x05\xda\x12\x19\x7e\xbf\xdb\ \xe3\xf7\xe8\x94\x01\x67\xaa\x69\x1b\xf8\xf8\x4b\x4f\xce\xe9\x1f\ \x1b\x13\x59\xbd\x66\xbc\x8d\xeb\xa8\x5a\xb3\x47\xde\x5c\xdc\xad\ \x91\xd3\xd1\xa8\xc7\x33\x6f\x3e\xd3\x30\x94\x37\x19\xfd\xc8\x94\ \x09\xbd\x06\x3f\xb5\x70\xca\xdd\x7d\xc7\x2f\x9c\x7f\x57\xdb\x30\ \x5c\xbb\xd3\x53\xab\xe7\x37\xab\x2e\x56\xeb\x3c\xfa\x85\xd7\xe6\ \xc4\x48\xa4\xdb\xb4\xa7\x46\x0f\xe9\x36\x7e\xf1\xa2\x91\xc3\x7b\ \x4f\x5b\x36\xaf\x73\x82\x53\xf5\x1b\x21\x75\x9b\x25\x35\xae\xdb\ \xf7\xb1\x45\x8b\x5f\x18\x6b\xd3\x2a\x62\xfb\xdc\xfd\xcc\xcb\xf7\ \xc7\x48\xa8\xe9\xf8\x87\x16\x3e\x3d\xc6\x61\xb9\x70\xf5\x2e\xcf\ \xad\x5b\xd2\xb7\x6d\xcd\xf0\xea\xf1\xd5\xa3\x43\xa9\xa6\x35\x1e\ \x3f\x7b\xc1\x33\xa3\x1d\x58\xe8\x32\xfb\xe9\x27\x67\xf6\xa4\xba\ \xda\xe9\xe1\xe7\x5f\x7c\x79\x72\x83\xc6\x0d\x1a\x26\xd5\x26\x26\ \xe5\x80\x10\x67\xba\xdf\xe3\xf1\xbb\xfd\x86\x11\x30\xa0\x20\x4b\ \x48\x60\x5c\x94\xc3\x22\x43\x65\x11\x03\x02\xc4\x50\x42\xdf\xbb\ \x26\x4c\x68\xc6\x4d\x8b\x03\x00\xc2\x0a\xd8\x25\xe9\x06\x3a\xbe\ \x18\x35\x7e\xd9\xd2\xf1\x7d\x6a\xa1\xd0\x7a\x73\x56\xbf\x72\x57\ \x53\x87\x57\xa8\x36\xed\xdd\x37\x47\x75\xaf\x81\xa5\xb0\xba\x8d\ \x6b\x4a\x88\x73\x0e\x82\x28\x3b\x24\x87\x24\x22\x08\xf2\xcb\x83\ \x31\x75\x10\xff\x87\xfd\xb6\xc5\x84\xd6\x53\xe6\xf4\x6e\x16\x55\ \x9a\x7a\xfa\x97\xcf\xb7\x57\x30\x02\xc4\xd6\x71\xda\xf4\xae\x8d\ \x43\x8b\x52\x8e\xff\xfc\xf5\x6e\x0f\x61\x47\xbe\xfd\xa6\x79\xbf\ \xd1\x89\xe7\xbe\x5f\xfb\xf6\x0e\x09\xdb\x71\xb5\x6e\x53\x46\xb6\ \xfa\x75\xfe\xf8\xd7\xf6\x14\x0e\x7b\xe1\x9d\xb9\x8f\x0d\xfb\x72\ \xfb\x45\x5b\x64\xb4\x2f\x79\xe7\xaa\x27\x9f\x2f\x81\x10\x45\x60\ \xa1\x8d\x47\xde\xdd\x2b\xf6\xc3\xc9\x23\x3e\xbc\x10\xf6\x46\xc3\ \x36\x76\x1b\x72\x36\xe8\x7b\xef\xe8\x56\xe7\x3e\xfb\xb0\xa2\x00\ \x69\xb1\x7d\x07\x4d\x6d\xf3\xdd\xc3\x5b\xbe\x5b\xf7\xed\xc0\xfe\ \x4d\x7e\x5f\xff\xf6\x97\x97\x7c\x21\xb2\x5d\x60\xa6\xd2\xb0\xcd\ \xb8\x31\xfd\xab\xdb\xfd\x47\xbe\xf8\xe6\x48\x4a\x1e\x47\x42\x64\ \xa4\xf3\xcc\xa6\xe5\x4b\xdf\xdb\x2f\x63\x07\x63\xbc\xd5\xd4\x09\ \x23\xda\x85\x7c\x71\xb8\xa4\x04\x2b\x91\x93\xfb\x76\xeb\x5d\x3b\ \x1b\x8c\x43\x5f\x7f\x7d\x3e\x7a\x62\xe3\xe2\xcd\x59\x75\xee\xa9\ \xd1\xa8\x7e\xc7\x56\x13\x7b\x26\xf0\x8f\x7e\x2b\xd3\xad\x82\x21\ \x73\xbb\xb5\x6e\xf5\x0d\xe1\x9e\x5f\xde\xff\x18\x0f\x98\x65\x6d\ \xff\xd8\x39\x62\x56\xdd\x7a\x31\x6e\x4c\x8a\x0f\x7e\xf1\xd2\x63\ \xcb\xa4\xd6\x53\x3f\xfe\x7a\x5c\xa3\xb7\x77\xb7\xb8\xfb\xee\x86\ \xd2\xa5\x43\xc5\xe5\x46\x81\xab\xff\xb4\xde\x09\x6b\x3f\xbf\x2c\ \x87\x29\x95\x99\x6b\x17\x3c\xb7\xbb\x54\x70\x12\x30\x6c\x8d\x26\ \x4e\x1b\x1b\xe3\xdd\x55\x5a\x52\x66\xaf\x30\x47\xcc\xe8\x1c\xf9\ \x69\xde\xb8\x61\x1d\xf6\x3c\x33\xf9\xb9\x9f\xf3\x1e\x30\xea\x0e\ \xb7\x4b\x88\x53\x2a\x87\xf7\x9e\xfe\x50\xdb\xda\x62\xd6\xd1\xfd\ \xbf\xfd\x74\x54\x03\x73\xd7\xa6\xaf\x3b\x0f\x1e\x8a\xbe\xfb\x7c\ \xcd\x77\x67\x1c\x72\xb8\x4c\xf8\x96\xf7\xdf\xd6\x13\x5a\xdf\x13\ \x23\xdc\x32\x0e\x66\x96\x1e\xde\x6a\xe0\xd4\xe1\x49\x47\x3e\x3c\ \x54\x51\x20\x5b\xb5\x7b\xdd\x35\xb1\xd9\x77\xcf\x65\xd8\x42\xec\ \x50\x5c\x79\xe2\x9b\x2f\x4f\xa5\x16\x10\xd9\x29\x62\x08\x3a\xe8\ \x60\x4c\x1d\xc4\xff\x6f\x12\x22\x08\x13\x81\x10\x82\xaf\x3f\xf5\ \x01\xf6\xc9\x75\xc5\x6e\x91\x28\x92\x88\x05\x49\xb1\x81\x43\x26\ \x40\x1c\x91\x36\x4b\xcd\xc9\xaa\x14\xc0\xc8\xcd\x2e\xd2\xc3\x63\ \x14\x00\xc6\x2c\x0b\x81\x24\xda\x14\x45\x21\x88\x4b\x11\xd5\x05\ \x4f\x79\x76\x96\x5b\x00\x81\x71\x8b\x32\xaa\x84\x57\x57\x34\x7f\ \x49\xb9\x2a\xdb\xf9\xbe\x37\xd6\x6d\xfa\xfc\xb2\x88\x24\xc5\xae\ \x08\x04\x63\x2c\x88\x50\xa5\xe3\x8a\x00\x13\x81\x10\x81\xa0\x6b\ \x7d\xfe\x28\xb7\x38\x11\x64\xb0\xc9\x8a\x04\x80\x42\x22\xaa\xd3\ \xd2\x32\x97\x9f\x89\x56\xc9\xa7\x4f\xae\xde\x7d\xd2\x23\xc9\x48\ \x10\x25\xb3\xbc\xd8\xeb\x67\x98\x53\xc6\x49\x44\x44\xac\x56\x5c\ \xe2\xb7\x10\x94\xa7\xad\x7f\xe4\xad\x53\x99\xa6\x24\x22\x51\x22\ \x6a\x71\xa1\x6a\x70\x4c\x29\xb0\x40\x6e\x9d\x21\xc0\xde\xd2\x82\ \x42\xea\xb4\x47\x46\x44\x3a\x42\x5c\x05\x25\x54\x94\xbc\x17\x0e\ \xae\x7c\xec\xe3\x7c\x2f\x11\x30\xb3\x80\x12\x49\x51\x24\x45\x20\ \x80\x94\xb0\x08\x45\x29\x2b\x28\x43\x36\xb9\x78\xff\x2f\xaf\x3d\ \xfd\x9d\x57\x8e\x76\x12\x33\x3f\xa7\x1c\x00\x33\x16\xc8\x50\xf3\ \x2a\x1d\x4a\x41\xb8\x2e\x44\x29\xc9\xb2\x28\x60\x51\xb6\xd9\x90\ \x43\x22\x98\x03\x92\xc1\xa6\x28\x02\xa7\x86\x01\xa6\x65\xb1\x6b\ \x37\x02\x18\x35\x0d\x30\x4d\xd3\xb2\x45\xc4\xc9\x3e\x6f\x59\x85\ \x2e\x29\xd6\xce\x57\xde\xfa\x7c\x4b\xb6\x9d\x15\xac\x19\xff\xc0\ \x8e\xec\x98\x59\xeb\xd6\xaf\x5e\xf5\x60\xbc\xfc\xb7\x19\xf1\x20\ \x82\x31\x75\x10\xff\x47\xdd\xb4\x80\xad\xd3\x9f\xbe\x7b\xec\x23\ \x86\x89\x20\xc9\x01\xe9\x28\xfd\xe8\x87\x6f\x1d\xa0\x1c\x13\x41\ \x92\x65\x02\x16\x00\x60\x24\x92\x40\x6e\x84\xc8\x66\xfe\xd9\x8b\ \x7e\x79\xd8\x8c\xa1\xa7\xde\x4d\x1b\x37\xbe\x87\xf7\xd0\xda\x0a\ \x80\x7a\x88\x08\x88\x04\x62\x3c\x44\x44\x7f\xe6\xe9\xe2\x88\x89\ \x43\xef\xe9\x9d\xfb\x3b\x89\xaf\x1e\x51\x01\xc4\x75\xf5\x58\x9a\ \x3e\xc1\xa1\x66\x6f\xfb\xfa\x82\x2d\x32\xd4\x9b\x5f\x84\x24\x81\ \xab\x6e\x0b\x85\xb4\xec\xdc\xec\xb8\x5e\x22\xe8\xa5\x85\xa5\xba\ \x9a\x7e\xea\xe3\x17\x8f\x32\x8e\x44\x59\x16\x24\x01\x0c\x84\x41\ \xb8\xde\xfc\x5f\x40\x3c\xeb\xfc\x11\x57\xe8\x30\xff\x95\x63\x3b\ \x53\x3c\x76\xa7\x98\x97\xed\x6e\xa1\xc8\x21\x8c\xef\x58\x32\x4f\ \x17\xa2\xa7\xbf\x33\x4b\x02\xed\x52\xca\x71\x6b\x74\xf3\xa2\xe4\ \x7d\xa7\x0b\xa8\x2c\xd0\xc2\x42\x53\xb4\xdb\x43\x45\xcf\x7b\x0b\ \x1f\xa1\x8e\x06\xcf\xdc\xef\xa8\x44\x08\x61\xb0\x45\x46\x57\xab\ \xde\xa0\xd9\xfd\x53\xeb\x95\xa7\x66\x9d\x4f\x55\xd2\xd2\x7a\xb6\ \x73\x5c\xd8\xfe\x6b\x11\x55\x88\xe1\x77\xf9\x2c\x85\x10\x01\x09\ \x01\x15\x43\x44\x24\xe4\xca\x38\x9d\x91\x37\x30\x1c\x9f\xf8\xe1\ \x47\x9f\xe4\xe0\x9e\x72\x7f\x59\xd1\xd9\x52\x73\xd8\xa3\x93\xf6\ \x2e\xdc\x16\x15\x11\x2e\x95\x21\x84\x08\xd6\x2b\x77\xaf\x7d\x7d\ \x07\x03\x22\x08\xa2\x24\x63\x66\x00\x47\x18\x89\x18\x6e\x90\x14\ \x06\xab\xc2\x6d\x86\xb7\x6b\xd3\xac\xc1\x19\x9f\xe5\x2d\x2c\x74\ \x23\xb0\xdc\x1a\x8b\x6e\xda\x32\xa9\x6e\x9a\xa6\x95\x94\xa5\x1e\ \xce\xa0\x03\x65\x77\xfa\xb6\xad\x69\xb6\xc8\x10\x4f\x6e\xb1\x18\ \x1e\x55\xab\xae\xe3\xc0\xba\xe5\xfb\x76\x8c\xfc\xf0\xdd\x87\x07\ \x7c\xf1\xed\x7b\x27\x54\x47\xf0\x59\x0f\xc6\xd4\x41\xfc\xdf\xcd\ \x79\xdc\x54\x45\x4d\x64\xd9\x66\xb7\xc9\x37\x34\xf3\x14\x64\xe5\ \xda\x16\x0e\x80\x30\xe2\x9e\xf2\x82\x72\xaf\x86\x00\x21\x2c\x88\ \x56\xee\xfa\x05\xaf\x55\xb6\xbe\xff\xad\x6f\x56\x24\xe4\xff\xb6\ \x72\xe5\x4e\x06\xb2\xe1\x2b\x2f\x2e\x73\x31\x84\x01\x00\xb0\x44\ \x8b\x93\x57\x3e\xfb\x69\xed\x7b\x17\xbe\xba\x6e\x6e\xab\x3a\xa1\ \x96\x85\xad\xb2\xe3\xaf\x3e\xf5\x6e\xd4\xd8\x79\xef\xfc\xf8\xfe\ \xe2\xe5\x0f\x34\x8c\x12\x28\x88\xc4\x93\xfa\xd9\xa7\xbf\x35\x79\ \x78\xf1\x1b\xef\xce\xef\x98\x14\x6a\x9a\x14\x11\x22\xdb\x6c\x36\ \xbb\x12\x50\x39\xc0\x88\xb9\xcb\x0b\xcb\xbd\x46\x20\xc4\x16\x15\ \x31\x7f\xff\x17\x4b\xdf\x38\x32\x64\xc9\xaa\xf5\x3f\xac\x7f\xec\ \xe1\xc1\x91\xd8\xf2\x94\x95\x94\xbb\x54\x00\x40\xc0\x7d\xa5\xc5\ \xba\x45\x2f\x6e\x59\xbf\xfa\xab\x82\x69\xeb\xde\x59\xf7\xed\x5b\ \x0f\x4c\xe9\xea\x00\xc3\x55\x5c\xe8\xf2\x19\x08\x10\xe2\xd4\x5d\ \x54\xa4\x9a\xb4\xf4\xe2\xc5\x52\x5b\x8f\xe5\xdf\xbe\x7b\x77\x57\ \xb4\x7a\xee\x9a\x3c\x9d\xed\x59\xbd\xf4\xbb\xd4\xea\xcf\x7f\xfe\ \xfe\x9b\x9f\x2f\x1f\xd3\xbf\x31\xa6\x16\x33\x7c\x45\xc5\x25\x3a\ \x43\x08\x01\x20\xa2\x08\x9e\x2f\x9f\x7f\xf1\xa0\xd5\xe1\x95\x6f\ \x3e\x58\xf5\xf1\x92\x01\x1d\xeb\x88\xbc\x70\xd3\xd3\x2f\x5f\x0c\ \xbf\x6b\xd5\x37\x6b\x06\x77\x22\xa7\x52\xb2\x19\x22\x80\x90\xa8\ \x28\x36\xbb\x22\x49\x42\x20\x7f\x8c\x81\xba\x4a\xf3\x2b\x55\xe3\ \xda\xaa\x1f\x12\x25\x72\x76\xf3\x57\x97\xf5\xf6\xcb\x3f\x5f\x3e\ \xa8\x4b\x9c\x69\x30\x51\x84\xe3\x1f\x7d\x5b\x18\x7a\xd7\xeb\x9f\ \x2e\xe9\xdb\x31\xde\x93\xb9\x6f\xe9\xfc\x4d\xb5\xa7\x2e\x7c\x67\ \xeb\xfb\x8b\x5e\xbe\xbf\x4e\x08\x37\xc0\xd1\x6d\xc6\xdc\x15\x5f\ \x7f\xf8\xca\xd2\x91\xe7\x7e\x7d\x6f\xdb\x05\x9f\x22\x22\xce\x81\ \x33\x1e\x6c\x82\xfa\xdf\x1a\x28\x05\x99\x2f\x41\xdc\xd2\x43\x6b\ \x86\x74\xef\x27\x1b\xeb\x26\xbf\xfe\xf2\x1b\x27\x44\x1b\xe1\x7f\ \x41\x44\xb1\xaa\xbb\x7f\xe0\xbf\x96\xa1\x83\xa0\xd8\x14\x41\xf7\ \xfa\x28\x16\x44\x01\xff\x89\xf2\xc7\x01\x47\xd6\xae\xa1\x18\x7e\ \x52\xbb\xfb\xe2\xb7\x67\xfc\x36\x6b\xea\x27\x07\x8b\x08\x50\x24\ \xda\xec\x36\x91\x51\x8b\x5a\x01\xf1\x13\x6e\x1a\x96\xa8\xd8\x44\ \x02\x96\x65\xdd\x72\x3c\x9c\x33\xb8\x91\x4b\xc8\xa9\xa1\x5b\xa2\ \xdd\x21\x8b\x98\x5a\x26\xa5\xfc\x46\x6e\x20\xe7\x0c\x10\x06\x66\ \x19\x06\x93\x1d\x0e\x89\x00\xb5\x2c\xca\x6e\xfe\x0d\x63\x08\x63\ \xce\x28\x47\xa2\xa2\x08\xa6\xea\xd7\x4c\x2e\x29\x12\x98\xba\x41\ \xb1\xcd\x69\x17\x10\xb7\x4c\x93\x71\xf8\x33\x8f\x11\x01\x33\x0c\ \x8b\x13\xbb\xc3\x86\x81\x99\x96\xc5\x39\x50\x43\x67\x58\xb2\x3b\ \x64\x66\xea\x86\x09\xb7\x53\x10\xe6\x8c\xc1\x8d\xd5\xce\x08\xb8\ \x69\x31\x24\x28\x36\x91\x56\x9d\x0b\x98\x69\x72\x22\x29\x0a\xa1\ \xa6\xc5\x38\x37\x35\x1d\xcb\x76\x9b\x22\x30\x6a\x55\x65\x48\x10\ \x16\x25\x11\x31\x4b\xf5\xa9\x5c\x90\x04\x0c\x08\x31\x0d\xd7\x78\ \xfa\xe3\x75\xfe\xcf\xe6\xbf\xf9\xcd\x79\xc5\x2e\x07\x67\x79\x30\ \xfb\x11\xc4\x7f\xff\x3b\x9c\x9b\xa5\xb9\x9e\x31\x77\xcf\x7f\xab\ \xc5\xd9\xcf\x97\xaf\xdc\x7f\x59\x57\xee\x8c\x4d\xfe\xa7\x12\x30\ \x41\x92\x01\xb8\xa9\x1b\x58\x92\xfe\x50\xd2\xbe\xc1\x2d\x59\xdc\ \xde\x75\xda\xc3\x23\x3b\xd5\xe0\x60\x5e\xd8\xf8\xc6\xd6\xe3\x45\ \x92\x24\x60\x24\x02\xe7\x86\xa6\xdf\x50\xcb\x8d\x44\x49\x04\x6a\ \x9a\xf4\xb6\x1a\x26\x08\xf0\x4d\x7f\x42\x44\x52\x08\x50\xcb\xa0\ \x55\x05\x71\x37\x8e\x0d\x55\x05\xf5\x82\xac\x00\x58\xa6\x61\xdd\ \xea\x37\x18\x03\x00\xc2\x04\x71\x6a\x68\x14\xb0\x20\xcb\x01\xc1\ \x46\x49\x16\x80\x19\xba\x01\xd7\x07\x83\x6e\xb2\x0e\x07\x2c\x4a\ \x52\xe0\x45\x75\xed\x37\x44\x92\x09\x80\xa9\xe9\x00\xe8\xef\xc8\ \x28\xa2\x9b\x8f\x04\x1c\x90\x20\x10\x00\x53\x37\xaf\x5f\x1d\x16\ \x45\x00\x6e\xea\x16\x20\x00\x40\xa2\xa2\x00\x67\x37\x99\x8b\x33\ \x53\xd3\x00\x80\x48\x12\x00\xd7\xfc\xd0\xf1\x9e\x7b\xef\xb9\xaf\ \x5f\xed\x1a\xd6\x17\xe5\x2a\x0a\xd2\x5e\x82\x31\x75\x10\xff\x67\ \x60\x6a\x2a\x45\x82\x28\x12\x8c\xfe\x42\xd3\x0b\x6a\x1a\x0c\x11\ \x51\xf8\x4b\x7d\x37\x11\x26\x04\x98\xa1\xa9\x96\x20\x49\xf8\x36\ \x6f\x84\x3f\x07\x9b\xff\x30\xba\x67\xd4\xd0\x4d\x8e\xb0\x28\x89\ \x7f\x26\x58\x72\xaa\xeb\x96\x28\xcb\xff\x4f\x5d\x16\x35\x0d\x06\ \x44\x14\xff\x77\x5a\x90\x72\x4a\x4d\xd3\xe2\x00\x44\x10\x05\x01\ \x23\x4c\x04\x01\x9b\xba\x46\x39\xfe\xb7\x4b\xdc\x72\x53\x37\x18\ \x03\x44\xb0\x28\x89\xb7\x3b\xb7\x65\xe8\x94\x02\x60\x2c\x4a\xe2\ \xbf\xff\x55\xc2\x18\x43\xd7\x67\x17\x02\x66\x9a\xa6\xc9\x00\x81\ \x20\x49\xff\x09\x8a\xc0\x41\x36\x79\x10\xb7\x4d\x62\x84\xd4\xa8\ \xdb\xa8\x69\xc3\x5a\xf1\x11\x86\xa7\xdc\xa7\xb3\x3b\xf1\xd6\x9c\ \xa3\xd0\xea\x35\xa3\x9c\xe0\xf3\x19\xf0\x57\xf8\x15\x9c\x33\x0e\ \x88\x08\xb7\x6f\xeb\xc1\x39\xfc\x95\x17\x06\x63\xcc\x16\x1e\xd7\ \xb4\x7d\x52\xb5\x70\x9b\xa5\x7a\x55\x83\x5d\x0f\x96\x39\xb3\x84\ \xe8\x26\xe3\xee\xe9\xe3\xbb\x92\x52\xa6\xe1\xff\x47\x3d\x30\x38\ \x07\x67\x6c\x7c\x6c\xb8\xe0\xf3\x6a\xf0\xef\xa7\x9a\x30\x8b\x4b\ \xa1\x75\x9b\x37\xa9\x57\xaf\xba\xc4\x75\xaf\x57\x67\xc0\x19\x65\ \x80\x30\xfe\x77\x0f\x86\x73\x64\xab\xdf\xa6\x45\xfd\xfa\xf1\x36\ \x09\xf9\x2a\xbd\xec\x56\xcc\x1b\x0e\x38\xb2\x76\x83\x46\x4d\x1b\ \xd6\xaa\x1e\xe2\xab\xac\xd0\x4d\xfe\x6f\xe5\xe7\xf0\x80\x65\xae\ \xbf\xe2\x51\x54\xdd\x06\x49\x2d\x1b\x44\x47\x39\x74\x4f\x80\xbc\ \xfa\xbf\xec\xac\x83\x9e\x3a\x88\x5b\xcf\x5c\xdd\xc0\x23\xde\xfa\ \x68\xc1\x7d\x2d\x9d\x92\x54\x74\xf1\x54\x4e\xf9\x1d\xc8\x93\x33\ \xcb\xad\xc9\xf7\xae\xff\xe1\x99\x7e\xee\xaf\xbe\x3d\xc1\x88\x88\ \x80\x9b\xba\x6e\x9a\x94\x31\x66\x9a\x16\x60\x42\x08\x62\xa6\xa1\ \x1b\xa6\x65\x59\x1c\x21\x12\x88\x9f\x39\x33\x74\xdd\x34\x2d\x8e\ \xaa\xc2\x3d\xce\xa8\xa9\x1b\x96\x69\x59\x16\x45\x84\x60\xa6\xfb\ \x50\xad\x29\xf3\xa6\xe1\xcb\x47\xd3\xca\x54\x72\x1b\x8f\xce\x19\ \x35\x34\xc3\xa2\x14\x61\xc2\x2d\x1a\xd5\xb8\xd3\xe4\xf9\xb3\x1e\ \x7e\x66\x9c\x79\xf6\xb7\x83\x29\x1e\x49\xc4\x00\xc0\x2c\x53\xd7\ \xbd\x62\xcd\xbe\x2f\x2e\x1c\x71\xf6\xfb\xaf\xaf\x7a\x89\x78\xf3\ \x75\x59\x86\x4e\x39\x26\x04\x03\x30\x53\x37\x00\x13\x82\x11\xb3\ \x4c\x43\x37\x2c\xca\x31\x0e\x9c\x99\x5b\x86\x69\x1a\xa6\x65\x5a\ \x8c\x03\x21\x38\xb0\xc5\x30\x4c\xcb\xa2\x08\x13\x82\xb9\x5b\x65\ \x43\x5f\xf9\x6a\xe5\x64\xe5\x9b\x2f\xf7\x6b\x3c\xd0\x44\x9b\x5b\ \x86\x61\xe8\x16\x83\xc0\x2e\xc0\x2c\xd3\xd0\xcd\x40\x6a\xf9\x76\ \x81\x2e\x35\x0d\xe3\x66\x73\x71\x46\xad\x6b\xc6\x01\x42\x08\x46\ \xc0\x99\x69\x18\xa6\x69\x31\xc0\x84\x60\x60\xa6\x47\xb3\x8f\x5f\ \xf6\xea\xe3\x0f\xf4\x4a\x68\x96\x14\x01\x15\x29\xc9\x69\x26\x42\ \x96\x6e\x18\x26\x85\x6b\x46\x66\x96\x15\xd8\xcb\xa2\x0c\x13\x82\ \x71\x95\xd9\x4d\x93\x02\x26\x98\x04\x0e\xab\x9b\xa6\x45\x29\x43\ \xa4\xca\xc5\x5f\xfb\x8d\x45\x39\x27\x84\xa0\xeb\x57\x41\xd9\xf5\ \xbb\x47\xab\x4c\x61\x01\xc6\x18\x73\x46\xa2\x06\xcd\x1c\xdb\x7f\ \xfc\x7d\x93\xc7\x36\x39\xf0\xc9\x0f\x65\xec\x4f\x26\x07\xce\xa8\ \x21\xc4\x3c\xb8\xf9\xb3\xa9\xfd\x6a\x85\x88\xec\xea\x99\xb3\xa5\ \x3e\xb8\x93\x48\x96\x33\x66\x19\x01\x53\x58\x37\x8c\x39\x60\x0a\ \x14\x30\xf2\x1f\x03\x66\x9c\x04\x26\x31\xaf\x9a\x83\x80\x30\xc1\ \x98\x5b\xaa\x6e\x4f\x9a\xfe\xe4\x04\x4f\xf2\xc1\x2c\x37\x25\x04\ \x53\x13\x27\xf5\xeb\x37\xf8\xee\x31\xd3\x9f\x7e\xc0\x3c\xb2\xed\ \x44\x5a\xb9\x20\xfc\x2f\x6b\x33\x04\xf3\xd4\x41\xdc\x2e\x21\x21\ \xc8\xbc\x62\xd7\xdb\x4b\x16\xbe\x77\x2a\x5c\x09\x57\x44\xfc\x8f\ \xd6\x14\x39\x45\xb6\xa4\xf6\x4d\x2a\x8e\x7d\xfe\x51\xd6\x19\x46\ \x44\xe0\x9c\x23\x29\xbe\x71\xa3\x6a\x91\xa8\xac\x44\x0f\x8f\x52\ \x72\xcf\x5f\xae\xd0\x78\x68\xf5\xda\x35\xeb\xc4\xd9\x88\x9e\x7b\ \xe1\x52\x61\xa5\x29\x0a\xc8\xb4\x50\x8d\x66\xad\xe3\x23\x71\x4e\ \xca\x85\x22\x97\x25\x0a\x18\xcb\x8e\x9a\x0d\x6a\xc6\xc6\x84\x09\ \x4c\xcb\xbb\x78\xa9\xc8\x2b\x24\xf5\xea\x37\x6c\xec\xa8\xd8\xdc\ \x93\x3c\xdd\x53\x9e\x76\x21\xa7\xcc\xf8\xd3\x93\xcc\xa9\x45\x89\ \xa3\x51\xa7\xa4\x50\x70\xa7\x9d\xbd\xec\x01\xb1\xe4\xec\xf6\x67\ \xc6\x9e\x59\xb2\x63\x2d\xb9\x16\x36\x33\xd3\x24\x21\x31\x2d\x92\ \x5a\x3a\x6b\xd5\xe2\xdc\x60\xec\x4f\xc1\x2e\x67\x20\x54\xab\x9f\ \x44\xdc\xf9\x45\xe5\x3e\x2e\xc8\x71\x49\xf5\x68\x49\x7e\x49\x89\ \x5b\x8a\xaa\xd1\xb4\x69\x5d\xe4\xc9\xbf\x7c\x21\xcb\x60\x22\xc6\ \x38\x2c\xae\x56\x7c\xed\x38\x87\x8d\xf8\x0b\xb2\xd3\x33\x8a\x74\ \x83\x47\x24\x34\xaa\x9b\x10\x83\x0c\x4f\x6e\xea\xd5\xa2\x72\xab\ \x41\xab\x44\x7a\x71\xcb\x86\x83\x27\x0c\x10\x03\x3e\xce\xd4\xad\ \x88\xba\x89\xf5\x6a\x87\x95\xa5\x5d\xca\xca\xf7\x60\x41\xb4\x47\ \xc7\xd7\xa8\x13\x1f\xa2\xf0\xa2\x2b\x97\x73\x8b\xfd\xe4\x6f\xdc\ \x01\xe7\x10\x1a\x9f\x50\xb3\x76\x35\x05\x69\xd9\xe7\x2f\x16\xbb\ \xa9\x28\x60\x2c\x39\x6a\x04\x8c\xc3\xf5\xfc\x8b\x97\x0b\x2a\x55\ \xc6\x85\x9a\x2d\xda\xc6\x87\xa3\xbc\x8b\x17\x72\x4b\x75\xd9\xee\ \x68\xde\x6f\xe2\xdd\x03\x5b\x1c\x5b\xfb\xe2\xb6\x14\x57\x79\xfa\ \x65\x0d\x61\x86\xe4\x7a\xed\xda\xc4\xd8\x8c\x8c\x94\x8b\x25\x1e\ \x26\x12\x2c\x85\x44\xd4\x49\xa8\x15\x19\x6e\x67\xbe\x8a\x8c\x8b\ \xe9\x2e\xbf\x01\x4a\x78\xe3\x36\x8d\x43\x91\x27\xed\xdc\xe5\x4a\ \x0d\xc9\x8a\xbd\x46\xfd\xc4\xea\xb1\x21\x46\x45\x41\xfa\xa5\x2c\ \x1d\x24\x64\x19\x16\x71\xd4\x6b\xdd\x22\x3a\x5c\x56\x4b\x0b\x32\ \xae\xe6\xfb\xfd\x86\x18\x11\xd7\xa4\x59\x3d\xe2\x2d\xb8\x7c\x3e\ \x53\xe7\x22\x98\x34\xa4\x46\xbd\xfa\x0d\xe2\x88\xe5\xcb\x4f\xcf\ \x28\x2a\xf5\x13\x28\xfa\x68\xc1\xfc\xaf\x5a\xce\x7a\xe7\xb5\x8e\ \x04\x63\xb8\x95\x70\x18\xc7\x82\xac\xe7\x7c\xfd\xda\xfc\xf5\x3b\ \x0b\x22\x6d\xa1\xb2\x70\x07\x4c\x1d\xce\xb1\xa8\xc4\xd5\x6d\x50\ \xad\x5a\xb8\x88\xac\xa2\xcb\x97\xf3\xca\x7c\x94\xe1\xb8\x26\xad\ \x6a\xc5\x88\x85\xa9\x97\xb2\x8b\x54\x81\x00\xc7\xf6\xfa\xed\x1a\ \xc7\x84\x8a\xfe\xf2\xc2\xab\xa9\x79\xba\x69\x59\x20\xd5\x6e\xd5\ \xb2\x7a\x28\xcb\x39\x7f\x31\xbf\xdc\x50\x1c\x61\xcd\x07\x0c\x1a\ \x3e\x66\x08\xba\x98\x6c\x2f\x50\x8b\x2e\x5f\x2c\x72\x59\x27\xbf\ \xfa\x70\xe7\x17\xdb\x96\x7e\xf7\xae\xa8\xfc\x47\xe8\xe7\x04\x3d\ \x75\x10\x7f\xdf\x5b\x2b\x76\xb0\x09\xb8\xea\xb1\xa1\xba\x66\x50\ \x86\xb1\x28\x29\x55\xd9\x46\x4b\x53\x4d\x06\x98\x08\x92\x84\x29\ \xb7\xb7\xea\xd3\x7b\xe0\x84\xa1\x71\x79\xf4\xe7\x9f\x4f\xf9\x2d\ \x83\xc6\x76\x7a\xe6\x83\x97\xa2\x79\x05\x92\x45\x93\x91\xa2\x9d\ \x6f\x3f\xf9\xcc\x8e\x31\xab\x56\x4f\x68\x64\x5d\x29\x16\xa3\x49\ \xd6\x1b\x33\x16\xee\x4f\xf7\x77\x7f\xf8\xf9\xb9\xd3\xdb\xf9\x5c\ \xcc\xae\x5d\x7e\xed\x81\x45\x87\x73\xb4\xce\x63\xe6\xbd\xf8\x6c\ \x8f\xfc\x2b\xd9\x9c\xab\x3f\x2f\x7e\xe1\xe7\xab\xa1\x3d\x46\x77\ \xaf\x56\xdd\xd1\x7a\xd4\xe8\xd8\x52\xd7\xde\xf5\x19\x19\xc5\x3a\ \xe6\xd4\xd0\x0d\x06\x48\x94\x15\x82\xa8\x25\x46\x4d\x5c\xb1\x7c\ \x64\x1b\xa7\x86\x43\xdc\xc7\xbe\x59\x32\xef\xfd\x52\x20\x62\x95\ \x8a\x58\xc0\x4d\x1b\x38\xaa\xf1\x23\xef\xbd\xd6\x29\xd6\xeb\x16\ \x12\xe2\xd0\x15\x8b\x71\x00\xc4\x4c\xc3\x30\x2d\x00\x22\x2a\xa2\ \x66\xa0\xde\x8f\xac\x18\x6a\x6e\x9a\xfc\xf8\xc7\x42\xfc\x80\xa5\ \x5b\xe6\x7f\x37\x7e\xd2\x56\xd2\x76\xee\x9b\x73\x6b\x80\x57\xa9\ \x1e\x97\xfb\xfd\xfa\xd7\x56\xff\xe8\x8f\xe9\xba\xe0\xc3\x97\xeb\ \x8a\x45\xc5\x2a\x2e\xf9\xfd\x8b\xd5\xaf\x7f\x63\xef\x7e\xdf\x4b\ \xcb\x26\x9a\xb9\x79\xa2\xcd\xda\xfe\xd6\xea\xaf\x76\x96\x34\xe9\ \xde\x6b\xe0\x3d\xc3\x1a\xe9\x61\x3b\x7e\x3a\x52\x6c\x10\xae\x1b\ \xb5\x07\xde\xf7\xfc\x92\x89\xa8\xd2\x1b\xea\xf0\x7f\xf4\xd8\xbc\ \x6f\x8e\x96\x8f\x7e\xe9\xd5\x07\xba\x39\xaf\xe4\xe1\x1a\xa1\x45\ \xaf\xde\x3b\xff\x70\xaa\x47\x12\xb1\xa9\x69\x16\x07\x22\x4a\x92\ \x88\x0c\x16\x76\xcf\xba\xb5\x43\xe3\xbd\x57\x2b\x6d\x11\xd6\xe5\ \x15\x33\x5e\x38\x92\xad\x76\x18\xf9\xe4\x4b\xcf\xf7\x2a\xb8\x92\ \xcd\x40\xfb\xed\xe5\xc5\x5f\x17\x99\x03\x9e\x5c\x78\x4f\xff\x1a\ \x6e\x55\xae\x26\xe4\xad\x9a\xf5\xdc\x59\x23\xb6\xcf\x84\x3e\xb1\ \xb1\xf6\xc6\xfd\x87\x39\x9b\x15\x6f\x5d\x7e\x3a\x0d\x87\x8f\x7f\ \xfe\xf9\x41\x2d\xec\x7e\x14\x11\x5a\x71\xf2\x95\x47\x5e\x49\x71\ \x47\x4e\x59\xb4\x7c\xea\xc0\x88\xac\x1c\x37\x2d\xbe\xfc\xc1\x33\ \xcb\x8a\xa1\xce\x8c\x57\x16\x76\xaa\xc1\x2c\x47\x35\xb8\xf8\xeb\ \xa2\x47\xd6\xa0\x2e\xa3\x5f\xff\xf8\x31\xed\x42\xaa\xa3\x6e\x9d\ \xd3\xef\xbf\xbc\xfc\xb5\xdf\x8c\xb0\x7a\xd3\x5f\x5d\x3a\xbc\xa3\ \xb3\xb0\x54\xf3\x9e\xdd\xf5\xe6\xe2\xb7\xd5\x1a\x9d\x1f\x7b\xed\ \xd1\xda\xd8\x27\x55\x8b\x2b\xfc\x69\xc3\xab\x2b\xbe\xc5\x6d\xc6\ \x3c\xff\xc6\x03\x52\x71\x1e\x28\x70\x68\xd3\xfa\x2f\xbf\x3f\x4f\ \x6c\x92\x24\xd8\x6d\x8a\xf4\x8f\x5a\xc7\x22\x51\xb1\xd9\x41\x21\ \x55\x8c\x77\x6e\x69\x9a\xc9\x80\x08\xa2\x18\x60\xc1\x73\x5e\x65\ \x1c\x41\x92\x24\x62\xe8\x46\x83\x3e\x33\x97\xbf\x36\xb2\x2c\xed\ \xaa\x85\xf9\xde\x95\x2f\x7f\xb2\xc7\xd3\xf5\xc1\x79\x33\xc6\x24\ \xba\xdd\x28\x3e\xd4\xbd\xfe\xe1\x67\x77\xa6\xd1\x51\x4b\x96\xde\ \xdd\x35\xa4\xa0\x40\x23\x9e\xb3\xab\xe6\xbf\x97\xa5\xdb\x06\xce\ \x5b\x38\xae\x5b\xb4\xc7\x74\x46\xd3\xb4\x15\x0f\xbe\x90\x26\xd5\ \xec\x33\xaa\x53\x64\x6c\x58\xe7\x09\x13\xea\x97\x96\xfc\xfa\xd6\ \x95\xdc\x72\x4b\x12\x65\x3b\xb2\x13\xf2\x9f\x22\xee\x1e\xf4\xd4\ \x41\xfc\x03\x67\x7d\x3d\xe8\x64\x1c\xd7\xec\xd4\xab\x51\x0d\x87\ \xaf\x28\x37\xe5\xf8\x05\x3f\xc7\x80\xc5\xba\xdd\xfb\xd6\xaf\x66\ \x73\xe7\x65\xa6\x9c\x4c\x05\x54\xf1\xf5\xf2\x17\xcf\x17\xc0\xe2\ \x89\x8a\x80\x00\x38\x27\xf6\x70\x52\x71\xf2\xd5\x65\x47\x67\x3e\ \xdf\xfe\xfd\x95\x29\xb3\x9e\xee\x5e\xdd\x76\x20\x3a\x9a\xff\xbe\ \x7a\xc1\x73\x1f\x96\xce\xfd\x62\xd3\x83\x4f\xf4\x3c\xf1\x62\xf9\ \xac\x99\x1d\x7f\x7b\x6c\xea\xfa\xdd\xd6\x13\xdf\x6f\x9a\xf9\x68\ \x8f\x83\xf3\x7e\x8d\xa9\xd7\xc8\xbf\xf7\xcb\x27\xe7\xbc\xa3\xc9\ \x61\x22\x06\xd1\x2c\x7d\xe7\xa9\xb5\x2d\xeb\x3f\xb7\x73\xc1\xbc\ \xaf\x2e\x78\x1d\x8a\x22\x61\x26\xc6\xd6\x6e\xd3\x3a\x29\x4c\x32\ \x32\x4e\x9c\x4c\xcd\x2c\x4e\x18\x7a\xf7\xd4\x2e\x74\xe1\x90\x71\ \xc9\x46\xab\xb5\x3b\x97\x8d\x1f\xb2\x73\xd5\x37\x99\x82\xf3\x8f\ \xc0\x5b\x37\xa1\xe3\xa8\x69\xbd\x1d\xa7\x66\xf5\x9d\xef\x6d\x31\ \xeb\xc3\xd7\xfb\x08\x04\x31\xcb\x0a\x4b\x6a\xd5\x3c\x31\x1e\x19\ \x95\x97\x0e\x26\xe7\x69\x95\x07\x76\xed\x1c\xf5\x6c\xaf\x1a\xf2\ \x27\x4a\xb7\x81\xa1\x17\x8f\xef\x3b\xe9\x1e\xb4\xfc\xb1\xae\x61\ \x39\xcb\x5f\xfa\xda\xde\x79\xf4\x0b\x4f\x8d\xff\xe5\xdb\x5f\x8e\ \x42\xb5\xda\x0e\x75\xe3\x7d\x33\xb7\x5e\x65\x4e\x99\x98\x5c\x68\ \xd2\xa6\x5d\xad\xc8\x8a\xe5\xb3\x97\x1c\xbd\x5c\xcc\x90\x18\x6a\ \x87\x5f\xde\x5a\x76\xee\xaa\x6f\xd5\x82\x9a\x02\x02\x60\x86\x29\ \xd7\x9d\x36\x6f\x52\xd1\xc6\x67\x9e\x5a\x7b\x6a\xc8\x92\xb5\xb3\ \x9f\x1f\xb7\x73\xe8\x7b\x31\xd5\xe5\xe3\x1f\x2c\x7a\xe8\xb5\xec\ \x17\xbe\xfa\x7a\xe2\x80\xe6\x87\x2e\xec\xe2\xce\xd8\x26\xdd\x7b\ \xd7\x08\x47\xa5\x57\x2e\x5d\xb8\x90\xc5\x89\xad\x5a\x94\xf1\xf3\ \xf2\x27\x96\x7d\xa9\x3e\xfd\xc3\xa6\x59\x73\x7b\x1d\x7a\xe2\xa7\ \xe8\x7a\x8d\xd4\x03\xdf\x3c\xf5\xe0\x5a\xbf\x1c\x46\x98\x16\xdd\ \x7c\xc4\xc3\x0f\x76\x3e\xb8\x62\xe9\x8e\xcb\xf2\xac\x77\xe7\xdd\ \x3b\xa3\xcd\x9c\xc5\xbb\xd6\x3c\xb1\xae\xc5\x37\x73\xbf\x9b\xf7\ \xd4\xd6\xab\x86\x8c\xa0\x6e\xdf\xb1\x33\xc7\xd5\xff\x72\xe1\x2b\ \xa7\x5d\x35\xe6\x6d\x98\x39\x76\xc4\xe6\x63\x9b\xfc\x09\x0d\x6b\ \x9f\x59\xf7\xcc\x33\x1b\x8e\x29\x76\xbb\xe1\x47\xad\xa6\xde\x37\ \xa9\xbb\xfd\xed\xa7\xdf\xcc\x73\xb4\x5e\xf4\xd6\xf0\xfe\x9b\x3f\ \xdf\xa9\x84\x4b\xc5\x7b\x9e\x18\xf5\x38\xee\xfb\xc2\xbb\xf3\xc6\ \xd7\x59\xbd\x55\x1a\xfb\xc0\x84\x0e\x15\x4f\x8e\x98\x75\xb1\xd8\ \x92\x24\xe2\xf3\x38\x87\x3e\xfb\x50\x8f\xe8\x82\x15\x8b\xbf\x90\ \xda\x8e\x58\x34\x7f\xdc\x4f\x9f\xfe\x90\xdd\xa0\x79\xfd\x5a\xe6\ \xba\xf9\xaf\xee\x3d\x93\x6f\x82\x20\xda\xa4\xc0\x3c\xba\x93\x4c\ \x2f\x42\xb8\xaa\x50\x86\x73\x2e\xd8\x1a\xf6\xee\x59\x27\x4a\xa8\ \xc8\x4c\x3b\x7f\xf6\xaa\x01\x18\x29\x21\x49\xdd\x7b\xd7\x0c\x47\ \x65\x69\x97\xcf\x9f\xcf\xa6\x0c\x22\xea\x34\xc4\xe7\xb6\x3f\x73\ \xcf\x92\x32\x12\x2a\x83\xe1\xac\xdb\xeb\xe1\x47\x07\xa4\xbe\xfb\ \xea\x96\x13\xe6\xe4\x37\x9f\xb9\x7f\x4e\xfb\xed\x73\x4f\x27\xf5\ \x69\x5b\x79\xe4\xcd\x95\x8b\xbf\x2f\xf6\x5a\x98\xd3\x98\x36\x63\ \x1e\xba\xbf\xcd\xb6\x25\x2f\xef\xcf\x0e\x7d\x74\xc3\xe3\x53\xee\ \x6d\xf9\xc4\xca\x83\xab\x9f\x7a\xaf\xc5\x67\xd3\x3e\x7a\xf8\x91\ \x1d\xf9\xe0\x54\x64\x59\x44\x40\xef\x70\xc8\xff\x26\x04\x99\x2f\ \x41\xdc\x69\xe6\x9a\x72\x52\xbf\xf7\xc0\x71\xd3\x27\xf6\xbf\xab\ \xad\x03\x2c\xca\x38\x05\xa9\x71\xff\xa1\xe3\x66\x4c\xe8\xd3\xa7\ \xa5\xc2\x4d\xca\x11\x01\x49\x92\x05\xc4\xa8\x65\x51\x8b\x32\xe0\ \x9c\x71\xce\x4c\x0a\x16\xb3\x34\x9d\xea\x1c\x63\x60\x16\x33\x2d\ \x66\x41\xe6\x9e\x83\xe7\x71\x83\x06\xb1\xb5\x1a\x86\x94\x17\x9d\ \x38\x96\x6d\x42\xce\xc1\xe4\x4c\x25\xb1\x91\x1d\x18\xe5\xa6\xaa\ \xa9\x94\x03\x70\x8b\x71\x0e\x08\x89\xb2\x84\x31\x02\x84\x08\x22\ \x08\x80\x5b\x96\x54\xbd\x7e\x9f\x49\x13\xc6\x4e\x1b\x99\x54\x2b\ \xdc\x04\x1a\x53\x27\xc9\x7f\xf6\xdc\xa5\x3c\xb7\xa7\xe4\xf4\x91\ \x6c\xb3\x5a\x62\x2d\x02\x14\x00\x21\xc4\x99\x65\x59\x60\x51\x10\ \xaa\xd7\xaa\x57\x7c\xfc\x74\xa6\xcf\xe3\x77\xb9\x0d\xca\x10\x00\ \x63\x34\xa2\x59\x87\xe1\xf7\x4d\x1c\x31\xa1\x7f\x75\x27\x21\x02\ \xc9\xd8\xbd\x2b\x57\xad\xd7\xb3\x43\xb3\x6e\x43\x13\x53\xb6\xfd\ \x98\x09\xd1\xf5\xe3\x13\x44\x29\xb2\xdb\x84\xd1\x1d\xeb\x49\xdb\ \x3e\xd9\x5b\x66\x88\x02\x66\x06\x55\x75\xdd\x02\xe0\x94\x32\xc1\ \x66\xbb\xf8\xfe\xeb\xef\x7e\x9c\x31\xe5\xad\x75\xab\xd7\xcf\x6b\ \x53\x2f\xc4\x34\x19\x01\x51\x92\x45\xc4\xa9\x65\x59\x96\x61\xa0\ \x88\x5a\xf1\x02\x3f\xb1\x2b\x45\x87\xf2\xe4\x23\xa7\xfc\xb5\x1a\ \x45\xc8\xd8\xb2\x18\x65\xdc\x82\x8a\x9c\x9c\x5c\x7b\xa4\x03\x03\ \x05\x25\xbc\xed\xc8\x31\xe3\xa6\x8f\xeb\xdc\xae\x1e\xb6\x4c\x0e\ \xc0\x2c\x6a\x59\xcc\x84\xb4\x3d\x87\xaf\x48\x89\x89\x0e\x60\x94\ \x1b\x9a\xae\x59\x55\x7f\x33\x9d\x71\x89\xb1\x44\x8e\x6d\xdd\x63\ \xe4\x3d\xbd\xca\xf7\xee\xdb\x77\xd6\x25\x81\x20\xca\x22\x46\x58\ \x90\x24\x49\x92\x10\xb0\xc8\x1a\x49\xe1\x20\x26\x74\xeb\x3f\x6c\ \x54\xbb\xf4\xad\xbf\x27\x67\xe8\x32\x80\xc5\x75\x4d\xd5\x19\x00\ \xa7\x96\x05\xa4\x5a\x8d\xc6\x0e\xa4\x34\x1d\x30\x64\x60\x9f\xfa\ \xc9\x5f\xee\x48\x2d\x05\x11\x03\x35\x19\x07\x5e\x9a\x7e\xd9\x47\ \xb0\x62\xb7\xd7\xa9\x97\x58\xb6\x63\xc7\xa9\x9c\x22\x4a\x2d\xd5\ \xe7\x33\x84\xd0\xda\xd5\xeb\x4a\x62\x44\x97\xb1\xa3\x3b\x37\xb2\ \xed\xf8\x64\x6f\xb9\x10\x9a\xf7\xdd\xbb\x6b\x56\x1f\x1f\xb9\x7c\ \xf5\x9a\x0f\x9e\xeb\xda\x24\xc2\x32\xff\x19\x2a\x3b\x67\x8c\x09\ \xf6\xe6\x43\x46\x8e\x9b\x3e\xbe\x47\xd7\x44\x91\x59\x8c\x52\x90\ \x43\xdb\x0c\x1f\x3d\x6e\xfa\xb8\x2e\xed\xeb\x13\x6a\x71\x00\xce\ \x4d\x4d\x57\x2d\xca\x81\x53\xcb\x32\x6c\xd5\x1a\xc7\x49\xb6\x88\ \xa6\x9d\x47\x4e\x1d\xa0\x27\x1f\xfe\xfd\x78\x99\x0d\x4a\x3f\x9a\ \xf9\x74\x66\x4c\xff\xd7\xbe\xfd\x60\xde\x23\x03\xec\xa0\x3b\xe3\ \x92\xa2\xb0\x18\xdf\xa1\xf7\xc8\x89\xdd\x0a\x76\xec\x3e\x74\xd1\ \x23\x81\x20\xc9\x12\x46\x10\x48\x5b\xff\x67\x3e\x7e\xc1\x98\x3a\ \x88\x3b\x0d\xae\x45\x6c\xee\x7f\xed\xf9\xbd\x2b\x00\x10\xc2\x44\ \x16\x09\x00\xf7\x6f\x5f\xb2\x60\x1b\x0f\x6c\x51\x04\x00\x06\x5c\ \xd7\x0d\x31\xb6\x5a\x44\xa8\x93\x99\xa6\x0e\x1c\x89\x0e\xc8\xdd\ \xb9\x68\xe6\x0e\x5a\x7b\xa4\x80\x38\xe7\x9c\x61\x31\x34\x32\xdc\ \x01\x75\xba\x76\x4c\xe4\x69\x1f\x15\x67\x15\xb9\x22\xee\xee\xd2\ \xa3\xc1\xe9\x1d\xb4\x57\xa7\x06\xbe\xb3\x5b\xfd\x80\x11\x02\x8c\ \x09\x41\x98\x62\x82\x10\x70\x84\xb9\xa5\x61\x64\x8f\x8f\x8f\x90\ \x33\x91\x43\x62\x1a\x42\xfe\x94\xbd\x2b\xa6\xee\x06\x40\x08\x63\ \x19\x4b\xc5\xe9\xe7\x6c\xb3\xda\xb5\xac\x17\x6d\x18\x6d\xba\x25\ \x48\x67\x3f\xc8\xa4\x20\x08\xd4\x34\x45\x25\x3c\x36\xca\x29\xba\ \x10\xd3\xb2\xaf\x9c\x8f\x9b\xd5\xbd\x79\xb5\x6f\x73\x24\x49\xc2\ \x04\x21\x20\x92\x94\xf5\xc3\x07\xf3\xbe\xff\x00\x00\x30\x21\xa2\ \xa4\xb0\x8a\x73\x3f\x6c\x4f\x9d\xf9\xfa\x6a\xe4\xce\x5e\xf1\x5d\ \x8a\x0c\x62\x4e\x51\x96\x47\x4a\xd9\x30\x6f\x4d\x19\x55\x64\x59\ \xa0\xba\x29\x26\xe0\xaa\xc7\x1a\x23\x8c\x11\x67\xd8\xe6\x30\xf6\ \xbc\xb5\xfc\xb7\x77\x63\xa6\xbf\xb9\x71\xd1\x13\x95\x93\x66\xad\ \x75\x01\x36\x0d\x9d\x44\xc5\x46\x84\x87\xba\x09\xf3\x56\x64\xe6\ \xe8\xd0\x69\x70\x9b\x6f\x2e\x9c\xec\xd4\xb3\xa3\xed\xea\x89\x72\ \x9d\x62\x40\x08\x63\x02\x84\x10\xcc\x38\x47\x48\x44\xee\xdc\xcf\ \xe7\xce\xfe\x0c\x10\x60\x4c\x24\x1b\x06\xce\x88\x1c\x1a\x19\xee\ \x80\x7a\xdd\xda\xd7\x37\x2e\xed\xf4\x01\x46\x01\x7b\x23\x8c\x09\ \x01\x2e\xf8\x0a\x2e\x15\xe9\xdd\x4e\x7d\xfe\xf6\x67\x07\x8b\x1d\ \xce\x10\xb0\x4c\x41\x12\x2c\x84\x00\x01\x42\x08\x23\x84\x11\x2e\ \xcf\xbb\x54\x61\xc4\xee\x79\x7b\xe5\xce\x4b\x3e\x47\x88\x93\xeb\ \x7e\x51\xac\x8e\x00\x61\x52\x75\x1c\x01\xf4\xa2\xbc\x54\xb7\x2f\ \xea\x87\x57\x5f\x3e\x53\xc8\x6d\x4e\x45\xf7\xb8\x12\x9a\x0a\x80\ \x10\x26\x44\x10\x05\x00\x44\x98\x9a\x9e\x7a\x3e\xea\xf1\xc1\x9d\ \xdf\xdf\x7f\xa6\xc0\x50\x64\x07\x54\x78\xb2\x0b\x33\x3d\x21\x17\ \x3e\x58\xf0\x46\x89\xa5\xc8\xb2\x48\x0d\x2b\x34\xd2\x76\x6c\xd3\ \x9a\x3d\x1f\x85\x8c\x5f\xfa\xde\xa2\x67\xef\x9b\x34\x79\x49\x19\ \x0b\xf9\xab\xb9\x5e\x44\x08\xd1\xcb\xb7\x3c\xf3\xe8\xf7\x1c\x01\ \x42\x44\x50\x04\x00\xf0\xe4\x7f\xf1\xc4\x9c\xcd\x80\x00\x21\x22\ \x29\xd8\xd2\x03\x77\x9f\x10\x8c\x31\xc1\x48\xd4\x8a\x2e\x17\x68\ \xae\x8b\x5b\x3e\x5c\xff\x6b\xa6\xcd\x19\x82\x2d\x4b\x72\x3a\xad\ \x92\x73\x6b\xee\x7b\x20\xbc\xdd\xe8\x77\x3e\x58\xec\x3e\x71\xe4\ \xa3\xac\x0b\xa5\x46\x8b\xa3\x1b\xd7\x7c\x97\x5c\xee\x08\x09\x01\ \xd3\x14\x65\x91\x1a\x9a\x20\x86\xc4\xc5\x85\x29\x2e\x6a\x17\x4c\ \x4d\x67\x28\xe8\xa9\x83\xf8\xef\x0a\xa5\x39\x04\x5a\x09\x05\xbe\ \xc1\xd0\xff\xc7\xde\x7b\xc6\x59\x51\x2c\x8f\xdf\xdd\x3d\xf1\x9c\ \xb3\x67\x73\x4e\xe4\x9c\x41\x10\x24\x09\x12\x25\x98\x40\x82\x0a\ \x08\x88\x88\x22\x41\x30\x80\x0a\x08\x92\x73\x14\x49\x22\x60\x00\ \x04\x45\x01\x45\x72\xce\x39\x2c\x69\x77\x59\xd8\x9c\x4e\x9c\xd8\ \xe1\x79\x71\x16\x04\x04\xe5\x7a\xef\xef\x5e\xff\x8f\xf3\x7d\xe1\ \x47\xce\x67\xb6\x67\xba\xa6\xba\xa6\xbb\xba\xaa\x1a\xde\x7b\x02\ \x20\x44\x81\x34\xf2\x92\x5f\x04\x9e\xcb\xd8\xb7\xef\xea\xeb\x53\ \x16\xee\xf8\xe6\xd0\x97\x53\xa6\x6c\x34\x11\xc7\x43\xc3\x93\x9d\ \xef\x0b\x4d\x82\x08\x21\x40\xb1\x06\x83\x9f\x19\x3a\xf1\xcb\xe7\ \x58\x38\x48\x9b\x3e\x6e\x8f\x5a\xe8\x9d\x37\x77\xf7\xc8\x49\xcb\ \x9a\x8d\xa1\x20\xe7\xf8\xe4\x79\xfb\x20\x10\x10\xb8\x27\x98\x0c\ \x22\x01\xb9\x2e\x6f\xdd\x9f\xf2\xe6\x82\xe5\x4f\x5c\xbf\xbe\x79\ \xf6\xc4\x6f\xb6\x67\xcb\x12\xba\x9d\x99\x02\x79\x51\xb8\xb9\xf7\ \xeb\x25\xdb\x6a\x0c\x5f\xb7\xce\x44\xb6\xec\x5f\x56\xae\xdd\x9a\ \x21\xdb\x64\xac\xe7\xef\xfa\xe1\xfa\x47\xa3\x17\x55\x6b\xb7\xe7\ \xb3\x8f\x3e\xdd\xf3\xed\xe7\x6b\x9b\x4c\x9b\xf0\xd3\x46\x0f\x08\ \x93\xdc\xa7\xdc\x1a\x40\x81\x15\x37\x62\xb7\xf3\x53\xa0\x20\xb0\ \x23\x6b\x36\x0e\x18\xb5\xda\xf5\xe9\xdc\xd3\x59\x66\xb0\x40\x7f\ \x9e\x37\xa3\xd2\xac\x71\x4b\xf6\xb4\x70\x69\xfa\xb9\x6f\x57\x2c\ \x5e\xb8\xc9\x00\x25\x53\x7b\x50\xe2\x4e\x35\xcb\xbf\xd0\x7d\xe8\ \x6b\x2d\xf4\x42\x57\x70\x8c\x67\xfb\x92\xd3\x1a\x13\x04\x01\xe4\ \x9e\x38\x7c\x2a\xbb\xc7\x8c\xad\x6b\x4f\x6e\xfc\xfc\xd3\x71\xeb\ \x3f\x9f\xb0\x7c\xcc\xb4\xb1\x5f\x3f\xaf\x8b\x34\x77\xf1\xe0\xb5\ \x2e\xc0\x23\x0e\x94\xc8\xef\xb7\xc4\x19\x18\xe8\x14\x80\x10\x40\ \x0a\xa8\xa9\xa1\xb0\xf6\xef\x4d\xad\xd8\x8b\x0f\xd1\x2f\x4d\x9e\ \xb3\x87\x01\x01\xdd\x75\x46\x19\xe2\x25\xcf\xa5\x9f\x67\x2d\xaa\ \x3b\x74\xc1\xea\x8e\x85\x45\xbe\xc2\xab\x8b\x87\x4e\x3e\x9b\xcb\ \x20\x80\x08\xa0\xc0\xab\xe3\x45\x21\xeb\xc0\x37\xf3\xd7\x57\x7b\ \xfb\xeb\xb5\xaf\xba\xbc\x45\xd7\x8e\xcd\x1b\x3e\xed\x82\x0a\xe0\ \x5d\x42\x16\x25\x74\xf1\x87\x25\xab\x1b\x4c\x1c\xbf\x79\xa3\xcb\ \xa3\x64\x1e\xfd\x65\xc6\xbb\xf3\x31\x60\x25\x19\x3a\x0c\x22\x08\ \x65\x3b\x3a\xbc\x7e\xc9\xaa\xba\xe3\x3f\xfa\x6e\x75\x7e\xa1\x6a\ \xa6\x1f\x9c\x39\x6a\xf6\x96\x39\xd3\xab\xce\x9f\xb0\x78\x4f\x33\ \x97\xaa\x5f\xf8\x6e\xe5\xfc\xb9\x3f\x44\x3c\xde\x7d\xe4\xf0\x67\ \x60\x71\xa1\x3d\x0a\xec\xfa\xf6\xa8\x8f\x08\x48\x00\x8c\x3d\x52\ \x22\x3b\x63\x94\xdd\xe5\xca\x86\x08\x05\xb4\x0b\xdc\x2f\x1c\x74\ \xe7\xdf\xdc\x9d\xd4\x23\x4e\xd2\x33\xf6\xce\x9c\x51\xff\xbd\x89\ \xcb\x9a\x8f\x28\x50\x7d\xb7\x96\x0d\x1d\x77\x28\xd7\xd1\x6d\xfc\ \xe4\xa7\x92\x98\xcb\xb0\x29\xa9\x7b\x4f\xde\xd4\x3c\x19\x9b\x66\ \x2f\xab\xfb\xd6\xb2\xaf\xbb\x14\xb9\xbc\xd9\x17\x16\x0e\x9d\x9a\ \xe2\x11\x69\xce\xc9\x6d\xa7\xf3\xfb\xad\xfe\xfa\xe9\x2b\x97\xd6\ \x4e\x9e\xb8\xf9\x88\x4b\xe2\x01\xfb\x3b\xe5\xde\x5b\x99\x2f\x16\ \x0f\x1e\x32\x9a\x21\xf6\x59\xf1\x79\xdc\xfe\x09\x1f\x2e\x3e\x19\ \x22\x87\xf0\x8f\xbc\x28\xa4\x98\xd8\x23\x62\x13\x92\xc2\xfc\x39\ \xb7\xb2\x8b\x48\x44\xa4\xc3\x5b\x50\x64\x10\x8a\x24\x67\x58\x08\ \x97\x97\x03\x46\x6c\x59\xec\xdc\x31\x7f\xe9\xc6\x4c\xbd\x20\x23\ \xd7\x65\x0a\x3c\x32\x4d\x1a\x59\xa6\x6c\x74\x08\xca\xb9\x9a\x5a\ \xa4\x30\x9e\x47\xb6\x90\x70\x07\xa7\x17\x16\x79\x7f\xb3\x60\x8c\ \x10\xe4\x48\x28\x97\xe4\x14\xcc\xbc\x1b\xb7\x5c\x7e\xf3\x3e\x2f\ \x22\x23\x98\x40\x29\xa1\x62\xd9\x20\xe0\xcf\xb8\x72\x43\x05\x02\ \x8f\x02\x29\xe3\x72\x5c\xb9\xe4\x20\x4e\xcd\xba\x91\xe5\xf5\x19\ \x40\x70\x24\x96\x2f\xe5\x94\x68\x51\x76\x6e\x51\x91\xf7\x81\x07\ \xda\x50\x06\x82\xe3\x62\x69\x51\x9e\x4f\x23\x88\x43\x44\xd7\xa0\ \x3d\x2c\xb9\x6c\xa2\x5d\xa0\xc5\xd9\x59\xf9\x05\x3e\x20\xd8\x23\ \x22\x83\x7c\x05\x05\x1a\x06\x10\x02\xc6\x98\x60\x0f\x8e\x49\x8c\ \x0d\xb2\x71\x4a\x61\xce\xcd\x8c\x7c\x8a\x04\x04\x01\xc5\x44\x0a\ \x8d\x4a\x2a\x15\xa5\x17\x66\x65\xe5\xb8\x0d\x1d\x3b\xe3\x93\x13\ \xe3\x9c\xae\x1b\x69\xd9\x85\x1a\x27\x08\xc1\xd1\x11\x9c\xe6\x2e\ \x72\x19\xce\xc8\x48\x99\xfa\x0b\x5d\xea\x3d\x9d\x62\x44\x47\xb1\ \x63\x7f\x9e\x8f\x37\xcc\x58\xfd\x73\xae\x9a\x9f\x91\xef\xc6\x3c\ \xcf\x05\x84\x53\x54\xe4\x65\x01\xe1\x30\x62\x18\x20\xa2\x74\xe9\ \xd8\x48\x87\xe9\x2b\xce\xba\x91\xab\x13\x06\x38\x39\x22\x2a\x58\ \x29\x2c\x50\x31\x83\x00\x30\x8a\x4d\xc2\xc5\x94\x2d\x13\x15\x2a\ \xa9\xae\xc2\xec\x9b\xf9\x06\xe3\x42\xa3\x22\xa1\x5a\xec\xf2\x19\ \x10\x42\x00\x01\x33\x4d\x8c\xe4\x84\x72\xa5\x43\x83\x38\x5f\x41\ \x5e\x76\x66\x11\x74\x04\x87\x87\xf0\xc5\x39\x45\x94\x77\x44\x44\ \xd8\x3d\xf9\x85\x9a\x61\x62\x28\xc7\x97\x2b\x15\xe6\x14\x4d\x4f\ \x61\x56\x66\xbe\xe2\xd7\x91\x3d\x34\xa9\x5c\x92\x43\xa0\xae\xec\ \xec\xbc\x02\x2f\xb2\x39\x63\x12\xe3\x82\x83\x04\xad\x38\x2f\x23\ \x3d\x87\x40\x01\x41\xaa\x2b\xc5\xf6\x5a\xaf\x2f\x98\xfe\xf8\xa4\ \xe7\x06\x5f\xc5\xf7\xa7\xbb\x32\x4a\x74\x29\x61\xf4\xda\x69\x37\ \x66\x0c\x5a\xbc\x2d\x3b\xcc\x16\xf4\x28\xb9\x26\x8c\x31\xc9\x19\ \x1e\x2c\xe1\xc2\x02\xf7\x6d\x51\x50\xd3\x20\xa1\x49\xa5\xe3\xa2\ \x9d\x44\x75\x67\xdf\xc8\x51\x4c\x10\x12\x1d\x1b\x15\x13\xca\x33\ \x23\x3f\x3d\x2d\xdf\x8d\x79\xc4\x0c\x0c\xa2\xca\x94\x89\x0e\xb7\ \x1b\x9e\xa2\xac\x9b\x79\x06\x05\x90\x12\x2a\x3a\x93\xca\x26\xda\ \xa1\x9a\x7d\x23\xd3\xab\x12\xaa\xfb\x8b\x69\xe2\xf8\x8d\x9f\x15\ \x2f\x1d\xf9\xf9\xd6\xeb\xb2\x2c\x5a\x96\xda\xe2\x6f\x69\xa9\x75\ \xd4\x6d\xf9\xba\xd7\xea\xaa\xa7\xf6\x1e\xdf\x30\x7f\xe1\xe1\xab\ \x8f\x7e\x36\x39\xa3\x18\x63\xcc\x10\xcf\xf3\x1c\xc0\x98\x72\x02\ \x1f\x88\xb2\xc5\x98\x60\x14\x3d\x7a\xeb\x42\xf3\xcb\x11\x63\xbe\ \xb8\x16\x2c\xca\x25\xe7\xb6\x30\x86\x4d\x4c\x19\x43\xbc\x10\x08\ \x78\xa5\x04\x53\x86\xf8\x7b\xbf\x0f\x8c\x12\x6c\x12\x06\x20\x2f\ \xf0\x0f\xcc\x55\x64\x94\x62\x13\x33\x08\x39\x9e\xe7\xee\x4a\x63\ \xc0\x26\x61\x10\xf1\x02\x8f\x10\x60\x84\x60\x4c\x18\x03\x10\x71\ \xbc\xf0\xb0\x10\x71\x86\x0d\x13\x72\xc2\x9d\xd2\x1c\x77\xea\x69\ \x20\x8e\xe7\x79\x0e\x00\x82\x4d\xc2\xf1\xc2\x5d\xc9\xdb\x25\xcd\ \x02\x88\x04\xe1\x4e\x45\x3f\x40\xb1\x89\x09\x43\x1c\xcf\xf3\x08\ \x00\x46\x4c\x4c\x28\x43\x1c\xcf\xf1\x08\x02\x40\x4c\x93\x21\x5e\ \xe0\x21\x31\x31\x85\x88\xbf\x2f\x09\x87\x11\x1d\xc5\x7d\xf2\xcb\ \xec\xbc\x39\x83\x27\xaf\xbb\x79\x47\x5c\x94\x60\xca\xe0\x3d\x11\ \xbe\x8c\x62\x8c\x29\x0d\x94\xc5\xe2\x61\xc0\x36\x63\x82\xf8\xdf\ \x92\xfd\x18\xa3\xd8\xc4\x8c\x01\x88\x4a\xca\xaf\x60\x6c\x02\xc8\ \xdf\x5d\x7e\xe4\x4e\x2f\x10\xe2\x78\x81\x67\x14\x63\xcc\x04\x91\ \x07\x8c\x9a\x98\xf2\x02\x0f\x03\x42\xc6\xb8\x44\x80\x3c\x07\xe1\ \x7d\xc2\x41\x77\x2e\x00\x01\x99\x03\x42\xf8\xb8\xde\xe3\x07\xd4\ \xab\xdd\x30\x51\xb8\x38\xb4\xd5\xe0\x34\x66\x7b\x80\xa5\x16\xa2\ \x87\x6f\x5c\xdb\xd2\x91\x7a\x6e\xdf\xfe\x95\x73\xbe\xb8\x92\x07\ \x1e\x9e\xcc\x78\x4f\xbf\x09\x81\xbc\x70\x9f\x28\x08\xa5\x0c\x42\ \xc8\x09\x02\x82\x8c\x60\x1c\xa8\xfa\x7a\xfb\x2d\x00\xc6\x28\x31\ \x03\xa7\xaa\xdd\x16\x57\x20\xa5\x13\x13\x00\x20\x2f\x70\xa6\xce\ \x3d\xfe\x52\x8f\x67\x9f\x6f\x59\xaf\x61\x99\x55\x2f\xbf\xfc\xe5\ \xee\x1b\x96\xa5\xb6\xf8\xfb\x7a\x3d\xe4\xd0\xc8\xe8\xe8\x50\x09\ \x19\xb9\x37\x6e\xba\x15\xf6\x28\x7b\x2d\xb7\xd7\x8b\x0f\xdd\x35\ \x67\x00\x05\x47\x84\x32\xc5\xe3\x55\xcc\x7f\x6b\x6b\x9d\x51\x5d\ \x37\x79\x51\xfa\xbf\xc8\x30\xbc\xb3\xea\xfd\xa3\x27\xfc\xd3\xae\ \xfe\x47\x9e\x04\xa0\xe0\xc8\x50\xea\x73\xfb\x54\xf2\xef\xdf\x87\ \xdd\x3e\x65\xfd\x51\x7a\xff\xb0\x0b\x1f\x49\x38\xf7\xfd\x05\x94\ \xe2\x2b\x24\x05\xf1\xcc\x55\x50\x58\x98\xe7\x7a\xe0\x3a\x86\x01\ \xe8\x88\x88\x89\x8e\x0e\xe6\xb1\x3f\x33\x3d\xd3\x6f\x80\xff\x61\ \x0a\x37\x25\x20\x24\x3e\x3e\x26\x3a\xc8\xf0\xba\xf3\x32\xf3\x55\ \x83\xfc\xcf\xc3\x40\x2c\x4b\x6d\xf1\x07\xfa\x4a\x38\x51\x16\x05\ \x88\x0d\x83\xd0\x47\x31\x2b\x50\xb6\xdb\x38\x46\x34\x4d\xa7\x0f\ \xf7\xf0\x11\x8c\xc1\xef\xa6\x8f\xff\xa2\x95\xa6\xd0\x16\x51\xaf\ \x59\xa5\x5b\xc7\x8e\x66\x15\x12\xee\x0f\x92\x27\x29\x36\x4d\xc6\ \x4b\x7f\x30\x3d\x63\xa6\xa6\x19\x14\x43\x20\x48\xb2\xc4\x21\xc8\ \x00\x94\x1d\x76\x91\x63\xaa\xa2\x62\xfc\xf0\x6e\x40\x24\xca\x36\ \x49\x60\xaa\x5f\x31\xc9\xff\xdd\x71\xe9\x8c\x60\x02\x11\xff\x9f\ \x0a\x49\xf8\xdd\xe1\x8d\xbf\x13\x17\x41\x8e\xe0\x20\x1e\x52\x43\ \xd3\xf1\xef\xde\xe2\xa3\x0a\xe7\xf7\x6b\x94\xc0\x74\x1e\x22\xee\ \xa1\xeb\x18\x40\x4d\x93\x30\x00\x20\xe4\x7f\x2b\x33\xfe\x3f\x54\ \xfe\x92\x99\x38\x27\x08\x7f\x87\x7a\x56\x56\x94\x9e\xc5\x83\x87\ \x96\xae\x83\x76\x53\xbf\xf8\x6e\xff\xaa\x49\xb3\x86\xd7\x2d\x25\ \x68\x06\xfd\xd3\xc1\xa8\x93\xd0\x4e\x23\x3f\xf8\x6c\xff\xcf\x2b\ \x3e\xeb\x2e\x11\xed\xb7\xed\x18\xc6\x18\xfd\x6d\x7b\x86\xe3\x03\ \x0e\xe4\x3f\xd9\x64\x62\xf4\xde\x6b\x02\x8d\x50\xc6\x00\x60\x04\ \x73\x91\x15\x06\x7c\xfa\x7a\xa5\x28\xa8\xe9\xf7\x04\x81\xdd\xb9\ \x26\xe0\xb4\x84\x61\x95\x3a\xbe\xdc\x31\x9a\xbf\x2b\x54\x8c\xdd\ \xdd\x2c\x23\x8c\x4f\xa8\xdd\xb0\xe3\xcb\x2f\xb6\x6c\x59\x2b\x08\ \x11\xca\x88\x61\xd8\xdb\x0d\x7d\xfb\xd3\x6f\x56\xae\xde\xb1\xa0\ \x7a\x08\x30\x1e\xf0\xcd\x61\xba\xce\x5a\x4d\x58\xfc\xcd\xce\xe5\ \xe3\xa6\x0e\xad\x57\x5a\xd4\x0d\xfa\xe8\x82\xbd\xdd\xaf\x3b\x4f\ \x73\x8f\x70\xee\xfc\xf3\x76\x2f\x20\xc7\xf3\x10\xb2\xfb\x4a\x4b\ \xb3\xbb\xa4\xf1\xa0\x66\x7f\x67\x77\x0c\x3f\x2a\xd7\x76\xe5\xa1\ \x1f\x5f\x69\x1a\xaa\x68\xe4\xfe\x7b\xdd\xfe\x28\x18\x30\xec\x85\ \x09\xd3\x97\xfc\xb4\x74\xd6\xd7\x53\x3a\x35\x2b\x47\x35\xfd\x9e\ \x6b\x18\x31\x74\x5b\x9b\xb7\xdf\x9a\xf0\xf5\xca\x35\xbb\x16\xd5\ \x0a\x83\xc6\xa3\x06\xe0\x41\x5e\x10\x04\x51\x78\xb8\xbb\x09\x00\ \x00\x90\x20\x08\xa2\x70\xb7\xef\xe8\x7f\x69\x19\x39\x5e\x10\x85\ \xff\x49\xad\xa8\x07\x62\xc5\x7e\x58\x3c\xc4\xa2\x40\x21\x3c\x4a\ \x38\xb4\x62\xc2\xb8\xd9\x27\x6c\x76\xe9\xcf\x4b\x9e\x42\x5e\xe6\ \x8a\xd7\x8e\x1a\x7d\xf9\xd6\x87\xef\x77\x8c\x10\x20\x50\x01\x80\ \x00\x60\x5d\x47\x76\x67\xb0\x43\x50\x8a\x5d\x3a\xe3\x04\x01\x61\ \x4d\xe7\x1c\xc1\xce\x20\xd1\x54\xfc\x9a\xfe\xe0\xa5\xb0\xa9\x9b\ \xa2\x33\x24\xc8\xce\x69\x3e\xbf\x61\x52\x00\x01\x43\xbc\x3d\xc8\ \x8e\xa8\xee\x29\xf2\x12\x00\x04\x00\x20\xc7\xd9\x83\x83\x9d\x41\ \x1e\xac\xa9\x4c\x10\x11\x20\x86\x41\x1d\x61\xa1\x22\x30\x3c\xc5\ \x3e\x20\x48\x3c\x04\x61\x55\x9e\xec\xfb\x7a\x73\xf7\xc1\xbd\x5e\ \x37\x22\xaa\x62\x18\xa6\x49\xa0\x33\x3c\x84\x33\x55\xb7\x47\x61\ \x14\x44\x3f\xde\xea\xed\x71\xbd\x84\xa2\xc2\x84\xba\x55\x53\x56\ \x4e\x9a\x30\x69\x9b\x60\xf3\x7f\x3f\xee\xa3\xef\x62\xdb\x2c\x5c\ \xf5\x9a\xd3\xc6\x81\x22\xfc\xa0\x99\x29\x1f\x16\x29\x1e\x5d\xf5\ \xe9\x98\xe9\xc7\xe4\x47\x11\x4e\xc9\x9c\xd1\xc0\x50\x08\x0e\x0d\ \x16\x38\x66\xa8\xaa\xae\x63\xc0\x09\x76\x87\x5d\x40\x54\x71\xb9\ \x54\x8c\x04\x1e\x72\x82\x2c\x4b\x40\x53\xa9\x24\x23\xbf\x47\x81\ \x3c\x32\x75\x43\x70\x84\x38\x1d\x7c\xe0\x1a\x91\x47\x8c\x12\x24\ \xda\x1c\x0e\x19\x32\xa2\xf9\x15\x03\x53\x4e\x94\x6c\x76\x1b\xa2\ \x86\xb7\xd8\x8d\xd1\x5d\x79\x99\xb7\x4d\x32\x12\x1d\x41\xc8\xb5\ \x67\xc3\x4f\x29\x59\x5a\xc9\x72\x86\x31\xc8\x89\xf6\x20\x1b\x30\ \x15\x8f\x5b\x41\x82\xc8\x41\x10\x57\xff\xb9\x3e\xed\xca\xae\x1c\ \xf6\xce\xd1\x3c\x64\x16\xe7\x02\x0e\x9a\x26\x73\x86\x87\x20\xc3\ \xef\xf1\x6a\x9c\x24\x49\x92\xb2\x69\xfc\x98\x0d\xd1\x4f\x2d\x58\ \x33\xc8\x69\xe7\x18\xa0\xd6\x48\xb1\x2c\xb5\xc5\xff\xda\x58\x13\ \xc2\xf0\x7d\x33\x56\x42\x19\x00\x77\x2a\x2b\x01\x40\x29\x09\xac\ \x6a\x11\x82\x00\x30\x83\x28\x8a\x5f\xc7\x24\xb0\xce\x06\x44\xd7\ \x23\x1b\x74\x1c\x31\xe1\xb5\x24\x27\xe7\xb9\xb2\x7f\xf6\xbb\x73\ \xce\x67\xf9\x93\x5b\xbc\x38\x62\x6c\xef\x48\x68\x3a\x83\xb9\x1f\ \x46\x0c\x5d\xbe\xeb\x86\x24\xf1\x25\x0d\x23\x84\x20\x34\x75\x5c\ \xe1\xd9\xfe\xc3\xdf\x79\xc6\x41\x70\x90\xe0\x5f\xf1\xfa\xa0\xef\ \x52\x9d\x23\x56\xcf\x7b\x32\x8e\x29\x80\x4b\xdd\xba\x7a\xfa\x27\ \x6b\x54\x53\xd3\x83\xab\xbc\x36\x6b\x5e\x77\x60\x4f\xf9\x6e\xfe\ \xb4\xa9\x9b\x15\xce\xd9\x74\xf0\x88\xd7\xba\xd7\x97\x39\xf3\xe4\ \xea\x85\xb3\xe6\x6c\x0e\xaa\xd1\x62\xf0\x27\xdd\x12\x2a\x05\x0d\ \x58\x34\xcf\x9b\x93\xf6\xe5\xb8\x09\x7b\xd2\x43\x9e\x1f\x33\xba\ \x47\xdb\x4a\x1c\x55\x76\xcf\x9b\xb6\xec\xab\x63\xde\x6b\x47\xa7\ \xf7\x3d\x94\x9b\x99\x51\xbe\xcf\xe2\xa9\x2f\xb6\x8a\xe0\x37\xe7\ \x50\x89\xa7\x80\x11\x82\xe9\x1f\x2d\xef\x19\x21\xd4\xa4\xf4\x2e\ \x87\xc2\x1f\x0b\x87\x11\x03\x45\x56\x1d\xf4\xc9\x88\x66\x35\x43\ \x31\x21\xa7\x97\x4d\x9f\xb9\x6c\x6f\x48\xb5\x76\x23\x27\xf7\x8d\ \x0b\x0e\x82\xae\xf3\xb3\xdf\x1e\x77\x52\xad\x33\x6d\xf5\x98\x32\ \x41\xbe\x02\x17\x0e\x8b\xb2\x1d\x59\xf4\xe9\xcc\xe5\x87\x92\x5b\ \xf4\x78\x7b\x64\x97\xe8\x20\x89\x64\x9d\x9c\x35\x62\xfa\xa9\x5b\ \x5a\x95\x76\xaf\xbe\x3b\xba\xb3\x48\x74\x8e\xfa\x36\x8e\x7a\xff\ \xab\xc3\x85\xf5\x5a\xbf\x32\x68\x68\x6b\xa7\xec\x28\x38\xbe\x61\ \xca\xa8\x95\x05\x44\xe0\x00\x23\x94\x02\x00\x10\xe2\x28\x36\xc3\ \xaa\x3c\xf5\xce\xc4\xbe\x55\x93\x24\x72\xee\xfb\xbd\xe7\x7c\x1c\ \x23\xb6\x32\x0d\x3e\x58\x36\xae\x22\xef\x07\x76\xe9\xe0\xe2\x29\ \xb3\x17\xed\x8a\xa8\xd7\x66\xd8\xb4\x57\x63\xe2\xb8\xf6\x23\x47\ \x35\xb8\x7c\xe6\xf3\x8f\xa7\xaa\x42\x42\xb7\xb1\x1f\x76\x69\x51\ \x16\x99\xde\x6d\x33\x27\xaf\xda\x70\x96\xc9\x22\xa0\x80\x11\x4a\ \x28\xa6\x0c\x58\x55\xae\x2d\xef\x87\xc5\xdf\x83\xbb\x76\x52\x18\ \x80\x8e\xe8\xf8\xe4\xb2\xa5\xe2\x62\xc3\x38\xc0\x18\x00\x0c\x20\ \x67\x6c\x42\x72\xd9\xe4\x98\xe8\x10\x04\x68\xe0\x14\xda\xdf\xa2\ \x32\x98\x69\x4a\xa5\x06\x7e\x3a\x18\xed\x9c\xdb\xbf\xfd\x9b\xe7\ \x1c\x4d\x86\x8f\x6c\x09\xc5\xd2\x6f\x7d\xfa\xba\xfa\xc3\x94\x7e\ \x1d\x87\x1d\x49\x77\x56\x2f\x1f\x49\x09\x01\xbc\x14\x91\x94\x9c\ \x5c\x36\x29\x22\xc4\xc6\xb0\x2e\x24\x34\x1c\x39\xee\xc5\x94\xf9\ \x23\xfb\x3e\xf7\x51\xba\x9a\x50\x39\x31\x88\xc9\x11\xd5\xaa\xc0\ \xef\x3e\x7e\x6b\xe0\xcb\xb3\xa3\x5f\x18\xf8\xea\x0b\xe5\x75\x93\ \x13\x7c\xd7\xbf\x78\x67\xd0\xe0\xc1\xdf\xd4\xec\xf6\x46\xe3\x04\ \x14\xfa\xd8\x73\x23\xde\xa8\xb9\x7e\x58\xbf\xb7\x06\xae\xa8\x31\ \x70\x68\xb7\x96\x09\x39\xe7\x76\x4f\x7b\x67\xc5\xb5\x0b\x67\x67\ \xf7\xea\xfb\xd6\xc0\x49\x87\xae\xea\xd5\x9f\xef\xf7\x46\xa7\x90\ \x05\xbd\x5f\xf9\x60\xdc\xaf\x6d\x3f\x1a\xd9\xa2\xba\xdd\x5b\x58\ \x9c\x9f\x99\x8b\xe5\x4a\x1d\x3b\x96\xbb\xbc\x67\x6b\x1e\x16\x79\ \x04\x00\x0a\x14\x58\xfd\x13\x43\x54\x52\x84\xb5\x24\xf9\x19\xdc\ \x16\x4e\xf8\x6d\xe1\x40\x67\x4c\x42\x72\xd9\x52\x31\x31\x21\x1c\ \xc3\x9a\x61\x7b\xe1\x93\x0f\x5b\xc7\x5d\x1d\xdb\x73\xe0\x90\xee\ \x43\xd7\x6c\x49\xe1\x6d\x76\x6f\xea\x91\x79\x43\x3f\x18\xf5\xfa\ \xf8\x74\xb9\x59\xaf\xa7\x6b\xf0\x41\x31\x91\xe0\xca\xdc\xa9\xbb\ \x25\x39\xe7\xf3\x39\x07\x6b\x74\x6d\x17\x19\x5a\x65\xd0\xf8\xd7\ \xfc\x3f\x2f\x7a\xff\xd5\x31\xd7\x63\x1a\x0f\x19\xd2\xd8\x00\x38\ \xb9\x4e\xd3\xe8\x5b\xfb\x3f\xea\xfa\xea\x90\x5e\xa3\x77\xa6\xf8\ \x1c\x12\xba\xbe\x67\xc3\xa4\x01\xef\x7c\x3c\x72\x79\x74\x93\xde\ \x1d\x6b\x47\xe8\x06\x86\xb2\x23\xa6\x54\xa9\xe4\xb2\x89\xc1\x76\ \x01\xf1\x82\xe7\xda\xde\xd1\x5d\x87\x1f\xcc\x65\x91\x11\x36\x0a\ \x00\x25\x54\x8c\x4c\xa8\x9c\x98\x3f\x7f\x40\xdf\xf7\xc6\xee\x69\ \xd9\x77\x50\x83\x58\x31\xeb\xd4\x8e\x69\x23\x57\x5d\xbf\x78\x7a\ \x76\xaf\x7e\xef\x8f\x5e\x74\xc5\x23\xd4\xed\x36\xb0\x5f\x0b\x34\ \xa3\xc7\x4b\x63\xa6\x1f\x7c\x76\xfc\xc8\x86\xe5\x45\x4d\xa7\x01\ \xe1\x58\x23\xc3\xb2\xd4\x16\x7f\xcf\x09\x36\x33\x89\xd0\xe8\xcd\ \x0f\xa6\xae\x99\x33\x6c\x64\xd7\x70\xa0\x63\x42\x31\xb4\xb5\x18\ \x3e\x66\xda\x9a\xd9\x83\x07\x77\x0a\x26\xb7\x77\x1d\x61\x89\xf7\ \x95\x61\x43\x88\xab\x5e\x51\xd4\x7e\x5e\xbd\x23\xbb\xf0\xdc\x0f\ \x1b\xf7\xcb\x75\x6b\xc6\x97\xab\x53\x9a\x14\x6d\xfa\xf2\xd7\x2c\ \x4f\xb1\xdb\xe7\xc5\x00\x30\x60\xa0\xc8\x72\x2f\x4d\x9d\x39\x7d\ \xcd\xb4\x6e\x4f\xd7\x02\x86\x37\xb8\xfc\xe3\xd1\xb9\x57\x7f\x5c\ \x77\x30\xaf\xa0\xd8\xa3\xfa\x09\x00\x10\x40\xa2\xe8\x9e\x62\x57\ \xfa\x95\x9f\x36\x1e\xcc\x2e\xdb\xb4\x96\x48\x28\x33\xfc\x45\x05\ \xf9\xd7\x0e\x1d\xb8\x59\x44\xe3\xa2\x6d\xb1\x55\x1b\xb2\x63\xfb\ \x77\x1e\xba\x9a\x7a\x62\xf3\xb6\x6b\xb8\x42\xc3\x8a\x08\xe8\x86\ \x81\x09\x21\x86\xa2\xe9\x9a\x69\x00\xb1\x7c\xcd\xfa\x85\xdb\x7e\ \x39\x78\x29\xfd\xc2\xb6\x0d\x87\xdc\xc1\x15\x6b\x25\x31\xa6\xd2\ \xe0\x0a\x6f\x2f\x99\x55\x25\xef\xfb\x69\xb3\x77\x30\x59\xfc\x4b\ \x46\x88\x99\x94\x7f\xfc\x8d\xf7\xa6\xac\x99\xf3\xce\xfb\xdd\x22\ \xa1\x81\x09\xc5\x40\x6e\x36\xf4\xc3\x69\x6b\x66\x0f\x19\xfa\x6c\ \x30\xf1\x9b\xf6\x52\x0d\xcb\x45\xed\x9a\xf3\xd9\xd1\xeb\xd9\xc5\ \x59\x99\x39\x85\x3e\x6c\x82\x32\xad\xba\xbc\xbb\x68\xca\xfb\x9f\ \xf4\xaf\x5e\x36\x38\xc8\x2e\x40\x40\x0d\x5d\x29\xca\xf5\x9a\x86\ \x99\x97\x91\x6b\x68\xd4\x99\x54\xbb\x5a\x4c\x64\xe9\x96\x5d\x47\ \x4e\x1e\x54\x8a\x14\xdd\xf2\x50\x01\x40\x86\x8c\xe2\xbc\xec\xbc\ \xfc\xc2\xa2\x9c\x3c\xaf\x8a\x29\xb4\x35\xec\x37\xf8\xa3\xcf\x26\ \xbf\x3d\xac\x73\x7c\xb8\x14\x64\xe7\x4c\xa2\xd9\x2a\x35\x7c\x6b\ \xfe\x9c\xa9\x5f\x4e\x6c\x5d\x2f\x01\xeb\x26\x60\xd4\xd0\x0d\x13\ \x07\xe6\xfd\x01\x17\x3d\xc4\x3e\x7f\x71\x61\xfe\xc5\x5d\x7b\x0b\ \x74\x3e\x36\x42\xc0\x14\x9b\x06\xa6\x84\x1a\x9a\x6e\xe8\xd8\x84\ \xb6\x4a\x35\xea\x66\x6d\xde\x72\xf4\x5a\xc6\x99\xad\xdf\x1d\xd7\ \xa2\x2a\x56\x8f\x63\x04\x5b\x43\xc1\xf2\x7e\x58\xfc\xad\x27\xd7\ \x22\x67\xee\x99\xfa\xc1\x91\x59\x1c\x31\x0d\x0d\x48\x02\x07\x01\ \x53\x7e\x19\xf7\xce\x6e\x01\x11\x53\xd7\x38\x89\x07\x80\x00\x40\ \x19\x13\x83\x44\x6a\x62\xca\x89\xcc\x93\xeb\x13\x1c\xe5\x2b\x47\ \xd3\x1b\xb8\x7c\xc5\x24\xa9\xf0\x98\xc7\x55\x44\xe4\x90\xa4\x52\ \x61\xa0\x00\x70\x3c\x0f\x00\x43\x50\xa2\xb9\x57\x96\xbc\xde\xf7\ \x0b\x0e\x98\x9a\xc6\x04\xbb\xe9\x29\x84\xa1\x8d\xe3\x63\x83\xd8\ \x4d\xc4\xdd\x4e\x92\x63\x1c\xc7\x21\x00\x41\x54\xf9\x44\x87\x71\ \x30\xcf\x84\x08\x42\xc4\xf3\x82\xc8\xf3\x81\xf9\x86\x37\x2f\xdb\ \x5e\xa6\x74\x9c\x93\xcf\xd7\x13\xab\xc4\x72\xc5\xd9\x05\x04\xf0\ \x90\x31\x99\xb7\x49\x02\x23\x04\xf0\x80\x14\xe7\xe5\x86\x3f\x55\ \x36\x1c\x42\x16\x55\xa6\x42\x88\xb1\x27\xa7\x40\x03\x51\x03\x27\ \x8d\xad\x5e\xf4\xc3\x90\xe1\x9f\x17\x13\x47\xb0\x0c\x20\x04\xff\ \x7a\x66\x1a\x14\x39\xbc\x6f\xda\xe8\xa3\x73\x38\x86\x0d\x95\x89\ \x02\x07\x01\xd0\xb6\x4f\x78\x77\xdf\x14\x44\x4c\x43\xe3\xec\xbc\ \x5e\x9c\x8b\xf5\xf2\x8d\x6a\x3a\x7f\xdd\x8e\x29\x27\xf2\x4c\xa7\ \xd1\xbd\x47\x77\xa5\x1b\xc6\xf7\x9f\x7a\xb4\xef\x9c\x2f\xdb\xd8\ \x45\x08\x00\xe4\xed\x2c\x73\xef\xe2\x09\x47\x5d\x42\x73\x1e\x21\ \xec\xcf\xf7\x2a\xf9\xdb\x67\x8c\xfd\x62\x5f\x81\x2c\x8b\x08\x41\ \x04\x44\xc8\x00\xe2\x78\x1e\xf2\x44\x10\x00\x31\xe4\x84\x3a\x83\ \x87\xd5\xdf\xf8\x52\xaf\x05\x7b\xe5\xf9\xbf\x2e\x16\x24\x9e\x43\ \x36\xf5\xc2\xde\x29\x2f\x1f\xe5\x20\xd5\x55\x4d\x90\x44\x00\x29\ \x02\x8c\xf1\x48\xb6\x09\x04\xe0\x92\xbd\x01\x88\x38\x41\x10\x45\ \x8e\xc1\x92\xc3\x2f\x11\x82\x81\x3c\x76\xc4\x21\x86\x8d\xa2\x82\ \x82\xa8\xda\xe5\x42\x00\x50\x63\xca\x96\x0b\x52\x2e\xe4\x79\xac\ \xb9\x9d\x65\xa9\x2d\xfe\x1f\x98\x57\x9b\x3e\x9f\x1e\xc8\x9d\x28\ \x49\x2c\x61\xba\xcf\xab\xdd\xf5\x0b\x8f\x40\xe6\x99\x0b\xee\x77\ \xdf\x9b\xb9\x2e\xfe\xe4\x2f\xdf\x2e\xfc\x7c\xff\x8a\xaf\x0e\x8d\ \x9c\xbc\xa8\xd4\xcb\x85\x15\x6a\x84\xaf\x7d\xfb\xd7\xa2\xec\xbc\ \x6f\x77\xdf\x7c\x6d\xd9\x17\x55\x8f\xe4\x34\x6c\x5a\xe6\xf4\x56\ \x93\x01\x00\x28\x56\xdd\x6e\x25\x50\x4a\x83\x97\xdd\xe7\xb7\x6c\ \xb8\xd0\x69\xf8\xda\x55\x2d\x2e\x99\x4d\xaa\x47\x6f\xd4\x4c\x86\ \x75\xc3\x59\xfe\xe5\x09\xd3\x1e\x2b\x8e\xac\x16\x92\x3b\x71\xc5\ \x31\xce\xde\x44\x0e\x46\x88\x83\x0c\x72\x76\x88\x1c\x32\x7f\x7d\ \xd7\x9a\xad\xaf\xce\x19\xbb\xee\x8b\x5c\x90\x10\x9d\x71\x68\xc9\ \xc6\x2b\x92\x64\x57\xd3\x8f\xa7\x90\x5e\x23\xd7\x2c\xed\x78\xf1\ \xca\x4f\x0b\x17\x1c\x5e\xb7\xec\xc4\x33\x93\xa6\x6f\xfc\xc2\x1f\ \x56\x81\xed\xdd\xb8\x79\xfb\x8d\xe4\x16\x03\x5f\x78\xa5\x71\xea\ \xf2\xf3\xfd\xc6\x4f\xb6\xf9\x53\xbf\x5f\xb9\x21\x35\x8f\xfe\xb5\ \x51\x61\xfa\x7d\xba\xef\x61\xc2\x11\x24\x96\xfd\xe5\xf4\x75\x53\ \xa6\x7d\xb4\xa4\x46\xc7\x4c\x37\x2c\x3e\xbe\x61\xde\x67\x47\x8f\ \xed\xcf\xe8\xd9\xe1\xd5\x51\x8e\x96\x75\x9f\xac\xe8\x5f\xa1\x32\ \x14\x29\xd9\x82\x81\xeb\xfa\x81\x0c\x25\xe1\xa9\x76\x7c\x70\x88\ \x79\x63\xcf\x92\x75\xcf\x0d\x9b\xbb\xa4\xda\xb1\x8b\x26\x54\x37\ \x4f\x59\xb0\xe7\x9a\x8b\x47\x76\x07\x27\x02\x58\x62\x5c\x8d\xe2\ \x5b\x47\xce\x98\x2d\x06\x8f\x08\x6d\x8f\x6a\x97\x0e\xfd\x49\x31\ \x21\x82\x0c\x9b\x3e\x97\x06\x4a\xaa\x93\x40\x00\x20\xa4\xee\x63\ \xfb\x72\x3f\x1e\x3a\x6d\x7e\xb5\xbd\x3f\xcc\x9f\x77\x06\x33\x29\ \x98\x83\x10\x02\xc8\xdb\x11\x12\x10\x64\x00\x40\x24\xd9\x91\x1d\ \x21\x06\x00\x94\x78\x7c\x78\xdd\xd2\xd6\xed\xc7\xce\xde\x50\xde\ \x88\xae\xe4\xdb\xfa\xf5\xae\x63\x85\xa2\x2c\x03\x6a\x58\x23\xe1\ \xbf\x8f\x75\xe6\x8b\xc5\x83\xc1\x84\xab\xf3\x6c\x47\xdb\xf5\xed\ \x3f\x9f\xbc\x29\x21\x1b\x5f\x52\x6e\x21\xc0\xdd\x75\x3f\xee\xf9\ \x05\xf1\xbc\x96\x9d\x76\xf6\xe8\x65\xbf\xe2\xbe\x76\x36\x25\x27\ \xdf\x9b\x71\xf4\xe0\x99\x2b\x45\xc4\x9b\xb9\x79\xde\xa2\x1d\x27\ \x73\x25\x11\x5e\xdd\xb7\xef\xc2\x95\xec\xc2\x42\xb5\x4c\xb5\x9a\ \x79\xfb\xbf\xdf\x73\x3e\x4f\x10\x78\x58\xd2\x0a\x04\x10\x42\xaa\ \x9c\xdb\xb1\xe7\xda\x8d\xfc\xc2\x62\x56\xb9\x66\x85\x4b\x3f\x7e\ \x73\xbc\x30\xa4\x73\xcf\x86\x57\x37\xff\x78\xf4\xc0\x89\x0d\xf3\ \x97\x9d\xba\xa9\x8b\x50\x4f\x3f\x95\x72\xf5\x72\xb6\x69\x1a\xb7\ \xd2\xae\x5e\xba\x9a\xed\x75\x17\x9c\xfc\x75\x5f\xae\x8f\x16\x9e\ \xdd\xb3\x6a\xce\x57\x37\x7c\x48\xe2\x79\xa0\x17\x9c\xd8\x7b\xa6\ \xd0\xa7\x15\xa4\x5d\xbd\x7c\x39\xd3\x93\x73\xeb\xd8\x8e\xa3\x6e\ \x83\x65\xec\xdf\xbc\x72\xd1\x0f\x05\x58\x96\x99\x7a\xe3\xcc\xf9\ \x82\x62\xbf\xe2\xf5\x78\xf2\x73\xd2\xaf\xdd\xf4\x6b\xd4\x34\x3c\ \x0a\x9f\xdc\xb1\x6b\x83\x4b\x3f\xfe\x78\xc3\x4b\x7f\x7f\xf8\x08\ \x26\xa8\xd6\x33\x9d\x1c\xe9\x3b\xb6\x1e\xcf\x90\x90\x2d\x90\x2d\ \xf8\xc7\xc2\x41\x3c\xef\xba\x7a\x62\xd7\xae\x73\x5e\xd5\xf0\xe4\ \xdc\xba\x7c\xee\x72\x4e\x6e\xd1\xe5\xfd\x47\x53\x73\x74\x01\x28\ \xe7\x77\x6e\xd9\xf2\xcb\x99\x62\x77\xd1\xcd\x94\x8b\x19\x99\x45\ \x10\xc9\x40\x29\xbc\x71\xf6\x62\x76\x76\xde\xd5\x03\x7b\x4e\x5d\ \xca\x23\x9a\x3f\x33\x25\xe5\xca\xa5\x74\xd5\x04\x4a\xe1\x8d\x0b\ \xe7\x2e\x66\x17\xf8\x19\x42\x10\x22\xa0\x17\x9f\xdc\x7e\xac\x50\ \xe7\x80\x9a\xbb\xef\xbb\x0d\x7b\x8f\xa7\xe9\x04\x20\x08\xd1\x1d\ \x91\x02\x10\x38\x63\x37\xeb\xc4\xb1\x2b\xe9\x45\x9e\xdc\x8c\x94\ \x0b\x37\xdc\x2e\x57\xea\xc9\x94\xd4\x6b\xf9\xd8\x50\xd3\xaf\x5e\ \x4e\xb9\x96\xad\x11\x04\xb4\xc2\xab\x17\xcf\xa4\x65\x14\x60\x00\ \x39\x81\x37\x0b\x32\x0e\x6f\x3f\xee\xc3\xec\xfa\xce\xef\x57\x2d\ \xd9\x52\xcc\x24\x11\x31\x5d\xf3\xf8\xb9\xc4\x8e\x2f\x36\xba\xbc\ \xf9\xc7\x74\x37\xe5\x2c\x9f\xf5\xbf\xeb\x56\x64\x00\x80\x3f\x3d\ \x32\xcd\xca\x7c\xb1\x78\xb0\xfe\x68\x3a\xff\xd2\x37\xdf\x77\x89\ \xbe\xf4\xeb\xc6\x23\xfb\x7e\xf8\xe1\x42\xa6\x29\xf2\x8f\x34\x26\ \x21\x60\xba\xa6\x68\x94\x08\x9c\xdd\x26\x09\x80\x11\x5d\x53\x0c\ \xc6\x78\x4e\x96\x25\x1e\x63\xe9\xa9\x61\x6f\x3e\x11\xcf\xe9\xce\ \xe4\x1a\xa5\xfc\x33\xfa\x7f\x7c\xea\x96\x26\xde\x9b\x0d\x4c\xf8\ \xb0\xce\xef\xbf\x55\x4d\x56\x60\x7c\x95\xb2\xb6\x6b\xe3\xfa\x8c\ \xcf\x70\xd4\x5b\xba\xef\xbd\x0d\x3d\x5e\x5a\x79\xc4\x1d\xc6\x3b\ \x65\x51\x00\x0c\xab\xaa\x2e\xc8\x76\x01\x51\x45\xd3\x38\xc1\x26\ \xf1\x90\x98\x86\x66\xe8\x04\x20\x49\xb4\x89\xb7\x33\xd1\x89\xa1\ \xa9\xd8\x60\x80\xb7\x4b\x76\x9e\x07\xc4\xd0\x55\x53\x67\x80\x97\ \x25\x9b\xc0\x23\x8a\x0d\x45\x57\x29\x08\xd4\xb8\xe7\x6d\x92\xcc\ \x98\xbd\x69\x8f\xa7\x6b\xd6\x6f\xd1\xbe\x65\xdc\xa4\x76\x5d\xf7\ \xe5\x52\xe9\xfe\x20\x60\xa6\x69\xa8\xfb\x57\xdf\x77\x4f\xb8\xb2\ \x6d\xc3\x91\x03\x9b\xbe\x3f\x77\xf3\x11\x85\xc3\xb0\xae\x69\x04\ \x33\x00\x78\xce\x66\x93\x04\x40\x4d\x55\xd3\x30\x60\x00\x40\x51\ \xb4\x4b\x88\xaa\x06\x96\x64\x19\x41\xc8\xb0\xae\x99\x54\x96\x6d\ \xb0\x44\x80\x14\x02\x5e\x96\xed\x02\x07\xb0\xa1\xea\x8c\xb3\x8b\ \xd2\x9d\xba\xfc\xd4\xd4\x55\xd3\xa0\x00\x40\xc0\xc9\xb2\x2d\x30\ \x41\x7e\xc0\xed\x09\x56\x75\x95\x00\x64\x93\x1c\x3c\xc2\x8a\x6a\ \x4a\x36\x1b\x0f\x89\xa2\xe9\xbc\x68\x17\x39\x48\xb1\xae\x9a\x44\ \x96\xed\x25\x47\x47\x40\x40\x0c\x4d\x35\x0d\x00\x78\x59\xb6\xf1\ \x88\x99\xa6\xad\x49\x8f\xa7\x6b\xd5\x7f\xb2\x7d\xab\xe4\xa9\xed\ \x5f\xd8\x9d\x4d\x24\xce\xb2\xd4\xff\xde\x48\x03\x2c\x5b\x2f\x8c\ \xe0\x82\x65\x5e\x62\x0f\x77\xbc\x59\x96\xda\xe2\xc1\x50\x0a\x62\ \x6a\xd4\xaf\x53\x3d\x51\xc2\xae\xd3\x3b\xf7\xa6\x15\x60\xfe\x2f\ \x8d\x49\x62\x18\x14\xf1\xa2\x80\x02\xb9\x13\x94\x72\xc9\xf5\xea\ \x57\xaf\x1c\x07\xd4\xe2\x8b\xfb\x0f\xa7\x66\x2b\xfc\xfd\x47\x77\ \x33\x0a\xa4\x0a\x8d\x1e\xaf\x54\x3a\x02\x7b\xf3\xce\xec\x39\x7c\ \xab\xc8\x10\xec\x61\x55\xeb\x97\x2b\xb8\x70\x2e\xbb\x08\x73\xff\ \xb7\xa6\x81\x62\x22\xd7\x6c\xdd\xa4\x7c\x42\xb0\x2b\x3b\xe3\xd4\ \xee\x13\x6e\xf3\x01\x91\x0e\x94\xb0\xe8\x1a\x0d\xea\x56\x4f\x94\ \x88\xfb\xcc\xae\x3d\xa9\xf9\x7f\x51\x38\xff\xcf\x29\x05\xc6\x52\ \x8d\xd6\x4d\x2a\x24\x86\xb8\x72\x32\x4e\xef\x3a\xe9\x32\x81\x35\ \xa5\xfe\xb7\x07\x1a\x4d\x87\xf9\x32\x2f\x84\xeb\x76\x1b\x6f\x7b\ \x98\xb1\xb6\x2c\xb5\xc5\xc3\xa6\xc6\x40\x51\xf3\xdd\x8c\x70\x40\ \x74\x8a\x61\x36\xe1\x51\x8f\x29\x22\xa6\x41\x11\x2f\x04\x4e\x74\ \xa5\x30\xb2\x74\xb2\xa4\xe5\x65\x66\x2b\x88\x2b\x09\x69\xd3\x35\ \xaf\x87\x2a\x04\x30\x89\x0b\x09\x95\xec\x0f\x3a\xb0\x89\x19\xaa\ \x6a\x30\x0c\x00\x27\x0a\x36\x51\xe4\x00\xc5\xaa\x6a\xf0\x92\x4d\ \xe4\xc1\xff\x75\x25\x4a\x08\x98\xa6\x29\x06\x25\x10\xf2\x36\xd9\ \xfe\x30\x0b\x8c\x35\xbf\x4a\x09\x04\x9c\x2c\x39\x84\xff\xfb\xa7\ \xfa\xdb\x68\xc5\x23\x09\xc7\xe2\xd1\xf1\x2b\xfe\xa4\xa6\x95\x7b\ \x0d\xe8\xf3\x66\xaf\xd7\x92\xb9\x18\x59\x94\x1f\x68\xac\x2d\x3f\ \xb5\xc5\x83\xd7\x64\x86\x01\x9b\x8f\x9c\x3e\x65\xdc\x1b\x1d\x5a\ \xd4\xf5\xa4\x1c\x4d\xcd\x7b\x94\x69\x23\x23\x04\xc5\x57\xaf\x93\ \xe4\xc4\x05\x45\x3e\x88\x80\x6e\xc8\x3d\x66\x7f\xda\xd0\x7e\x69\ \xc7\xa1\xdc\xc0\xd1\xe0\xd8\x30\x22\xab\x3c\xf9\xf1\xe7\x93\xfa\ \xbd\xd6\xab\xa2\xcd\x73\xf2\xf0\x65\x72\x57\x45\xba\x3b\x06\x81\ \x13\x04\x51\x90\x44\x41\x2c\x99\x41\x43\x24\x08\x02\xf7\x5f\x8a\ \x3b\x80\x3c\x2f\x4a\x82\x24\xfe\x61\xc1\x07\x54\x72\x8d\x88\xfe\ \x59\xd1\x10\x8f\x24\x1c\x8b\x47\xc7\x30\x0d\x7b\x7c\xe8\x9c\xb9\ \x73\xe4\x60\xc7\xc6\xad\x3f\x38\xa1\x9d\x47\x0f\xd8\xd2\xb6\x62\ \x6e\x2c\x1e\xb2\x28\x03\x7c\xe9\xc7\xaa\xe4\x1d\xfd\xfa\xd3\x0f\ \x3e\x3b\x9f\x85\x25\x11\x11\x43\x53\x14\x45\x55\x14\x55\x51\x31\ \x61\x00\x42\xc0\x88\xa1\xaa\xda\xed\x5f\x20\xa0\x5e\x1d\x35\x7b\ \x6d\x54\xf7\x96\xa5\x7d\xba\x4b\x37\x08\x00\x5c\x50\x44\x90\x04\ \x4d\x05\xf8\x15\x55\x27\x0c\xf0\x82\xe0\xbb\x75\x7e\xde\xd0\xb1\ \x5b\x8e\xd0\xda\xd5\xca\x40\x86\x99\x25\x6b\x8b\x7f\x36\x84\x12\ \x00\xc0\xf0\x61\xc3\x3f\x9e\xf2\xc9\x0d\x23\xdb\x30\x8d\xdf\x67\ \x5d\x59\x96\xda\xe2\xe1\x2b\x5d\xcd\xe7\xce\xbc\x75\x33\x27\x57\ \xd1\x29\xd1\x71\xd9\x0e\xbd\xe6\x6c\xf9\x66\xc5\xf6\xaf\xa7\xce\ \x1a\x54\x3a\x14\xea\x9a\xc6\x45\xd6\x1c\xb9\x72\xc9\xd2\x5f\xbf\ \x9d\xb5\x70\x48\xf9\x28\xe8\x55\xc4\xe7\x46\xbf\xdb\xe3\xd9\xaa\ \x0d\x07\x8c\x58\xb2\x69\xdd\xbb\xfd\x1a\x00\xe2\xf7\x19\xb6\xa6\ \x6f\x4f\x5c\xbd\x75\xfd\xf8\x8f\xbb\x84\x09\x98\x30\x40\x74\x7f\ \x4e\x7a\x46\x4e\x6e\xa1\x06\x31\xb0\x12\x92\x2d\xfe\xf1\x03\xed\ \x4e\x8d\xac\xf7\xde\x7d\xef\xdd\x4f\x46\x67\x98\x39\x06\x36\xef\ \x33\xd6\x96\xa5\xb6\xf8\x23\x1d\x82\x08\x21\x00\x21\x64\x98\x80\ \x4a\x6d\x9a\x27\x73\xa7\x66\xbe\xb7\xa0\xb8\xc2\x33\xe3\x26\x76\ \x0b\x86\xa6\xe9\xba\xf1\xc3\x9c\xd9\x13\x86\xcd\x28\x28\xd5\x79\ \xf0\xab\x2d\x6d\xc0\xbd\xf7\x8b\x6f\x76\x1e\xb8\x71\xe9\xa7\x6f\ \x67\xbc\x33\xf6\x9b\xcd\x29\x00\x4a\x22\xc2\xd7\x7e\x5d\x37\x6f\ \xd2\xba\x84\x17\x87\xbe\xdc\xb6\xa2\xa9\x19\x00\x42\x04\xd0\xdf\ \xe9\xdc\x67\x0b\x8b\xff\xe1\x84\x08\x30\xca\x4c\x6c\x62\x8c\x01\ \x00\x1f\x7f\xf4\xf1\xc8\xf1\x1f\xe6\x9a\x45\x81\x89\xf6\x1d\xac\ \xcc\x17\x8b\x47\x06\xb3\xe2\xeb\x29\x27\x4e\x6c\xbe\x39\x31\xf9\ \xf3\xe5\x6d\x93\x23\x56\x5d\xb7\x95\x7a\xaa\x6f\xef\xf2\xe1\x5c\ \x54\x62\xa8\x1c\x16\x2c\x40\x52\x94\x99\x59\x50\xec\x0f\xcf\xc9\ \xba\x7e\xf5\xaa\x28\xd9\x01\x0a\xe2\x98\x91\x75\xf1\xe4\x9e\xbd\ \x29\xb5\x76\xf4\x68\x51\x29\x81\x83\x17\x2c\x41\x5a\x58\xdc\x0d\ \x63\xd4\x30\x4d\x1e\x71\x3c\xcf\x67\x65\x65\xf5\xee\xdd\xeb\xdc\ \xc5\x73\x07\xbe\xde\x1e\x6b\x8f\xa4\xb7\xab\x15\x5a\x73\x6a\x8b\ \x7f\x4d\xa5\x30\x60\xbc\x24\x0a\x4c\xf5\xfb\xe5\x1e\x93\xde\x6f\ \x12\x74\x6e\xca\xdb\x13\x7e\xd8\x76\x9e\x4a\x02\x04\x10\x21\xc4\ \x41\x5e\x00\xd4\x04\x06\x26\xa4\x64\x5e\x2e\x08\x12\xe0\x00\x34\ \x99\xb5\x09\x65\x61\xf1\x80\x61\xc5\x20\x00\x2e\x97\xcb\xe3\xf1\ \xbc\xf9\xe6\x9b\xe5\x92\x4b\x6f\xff\xfe\x17\x59\x92\x2c\xef\x87\ \xc5\x5f\x51\x27\x93\xc0\xb2\xad\x7b\x0e\x1e\x3c\xea\xa3\xf1\x7d\ \x72\x36\xfe\x7c\xc3\xa7\xb8\xf3\xbd\x42\x74\x99\x3a\x4d\x1e\xab\ \x58\x26\x86\xc3\x04\x40\x88\xa8\x92\x7e\x2d\xb5\x56\x9f\xbe\x83\ \x86\x0d\x79\xa1\x53\x75\x48\xb0\xe0\x80\xbc\x84\x28\x40\x12\x14\ \xec\x9c\x25\x46\x0b\x8b\xfb\x11\x04\xe1\xe6\xcd\x5b\x1d\x9e\xee\ \xb0\x76\xed\xda\x61\xc3\x87\xd9\x80\x1c\x47\x42\x9d\x9c\x9d\xde\ \x55\xfe\xdb\xb2\xd4\x16\x7f\x64\x9d\xb1\xa1\x6b\xc0\x20\x14\x04\ \x8e\xa1\xd5\xfd\x5a\x64\xd9\xc4\xd4\x75\xb3\x3f\x99\xbc\x05\x08\ \xdc\x8f\x9f\x8c\x5f\xbd\xb3\xb8\x7e\xeb\x46\x2c\x63\xf7\xf2\xf5\ \x47\x30\x2f\xdb\x45\x72\x60\xd9\xcc\x45\xeb\xae\x97\xaa\x52\x5a\ \x42\x00\x21\xf3\xe8\xea\x4d\x7b\x0f\x17\x04\x01\x70\x6e\xe7\xa6\ \x1f\x0e\xde\xe4\x78\x81\x51\xa2\x01\xcd\x30\x09\xb4\xb6\x13\x2d\ \x2c\x33\x2d\x88\xb9\x79\x79\xfd\x5e\xed\x7b\xf6\xe4\x89\x85\xb3\ \xe7\x57\xad\x56\xb5\xcd\x73\xed\xdd\x86\x07\xdd\x3b\x3a\xac\xcc\ \x17\x8b\x07\xdb\x68\x4d\x17\x5e\x59\xfb\x5d\x73\x6d\xcb\x9a\xe5\ \x47\xaf\x5f\x38\x95\x9a\x63\x76\x5b\xb2\xa4\x13\xb7\xbe\x4b\xdf\ \x35\x22\x0c\x75\x48\x36\x9e\x83\x94\x98\xaa\xa6\x98\x80\x02\x00\ \x45\xde\x61\x13\x05\x00\x01\xc0\xa6\xa2\xfb\x0d\xc0\x04\xe4\x08\ \xb2\x09\x9a\xea\xa3\xc8\xe6\x90\x38\x4d\xf7\x61\x20\xdb\x78\x24\ \x87\xc5\x57\x6d\x50\xf9\xf1\x2e\x83\x6b\xb9\xbe\x1f\x3c\x78\xa1\ \x6e\x73\x5a\x09\x14\x16\xff\xdc\x91\x06\x58\x8a\x9a\x11\x8c\x6c\ \x71\x62\x54\x96\x9a\x37\xe1\xf3\xe9\x19\x19\x19\x8b\x26\xcc\x2a\ \x65\x8b\xbb\xfb\x38\x24\x2b\xf3\xc5\xe2\x81\x40\x00\x28\xc1\x5c\ \x74\x74\x62\xa9\x04\x47\xd6\x85\xb3\xd9\x45\x84\x87\xa8\xe8\x5a\ \x5a\xc6\x55\x45\x96\xa5\x80\xc3\x39\xe0\x82\x96\x05\x59\x16\xe4\ \xdf\xf2\x52\x10\x12\x04\x59\x16\x64\x91\xe7\x00\x00\x3c\x2f\x0a\ \x1c\x62\x00\x70\x9c\x28\x70\x88\x62\xec\x88\x29\xdf\xb6\x47\x9b\ \x60\x2d\x6d\xef\xcf\x7b\xae\xa6\x15\x00\xde\x32\xd4\x16\xff\x68\ \x1c\x48\x0e\xe1\x82\x78\xc4\xd9\x38\xf1\xa7\x9f\x37\x9f\x3d\x79\ \xc6\x49\x6d\x12\x27\x5a\x73\x6a\x8b\x47\x32\xd5\x86\xea\xf5\x33\ \x0c\x01\x6f\x17\x9d\xa2\x00\x0d\xdd\x67\x50\xd1\x61\x13\xff\xbd\ \xd4\x69\x48\xa9\xee\xd7\xfc\x04\x40\x91\xb7\xdf\x5d\x66\xc8\xc2\ \xe2\x9f\x38\xa7\x66\x0c\x82\xdf\x1c\x81\x98\x10\xcc\x88\xc8\x09\ \xf7\x55\xd7\xb3\x2c\xb5\x85\x85\x85\xc5\xdf\x68\x86\x04\x00\xfc\ \x7d\xe9\x0f\x2b\x9e\xda\xc2\xc2\xc2\xe2\x6f\x33\xc5\xbe\xf3\x9f\ \x7b\xb1\x62\x3f\x2c\x2c\x2c\x2c\xfe\xee\x58\x96\xda\xc2\xc2\xc2\ \xc2\xb2\xd4\x16\x16\x16\x16\x16\x96\xa5\xb6\xb0\xb0\xb0\xb0\x2c\ \xb5\x85\x85\x85\x85\x85\x65\xa9\x2d\x2c\x2c\x2c\x2c\x2c\x4b\x6d\ \x61\x61\x61\x61\x59\xea\xff\x00\x8c\xb1\x7f\x66\xb2\xda\x1f\x75\ \xfc\x2f\x89\xe4\x7f\x29\xc7\xbf\xeb\x5b\xfc\x4f\x3d\xd6\x3f\x55\ \x49\xad\xf1\xff\x3f\xe6\x3f\x97\xf9\xc2\x88\xa2\x29\x84\x01\x9e\ \xb3\xdb\x64\xee\x5f\xcf\x10\x66\x8c\xb1\x7f\xe4\x39\x20\x7f\xd0\ \x71\x46\x19\x43\xff\xba\x4c\x10\x82\xff\x2b\xad\xa7\x8f\xf6\x12\ \x29\x21\x00\x22\xf4\x5f\x2b\x57\xcd\xfe\x25\xed\x82\x14\x6b\xaa\ \x49\x6d\xb2\xed\xbe\x07\x64\x8c\xfe\xe7\x95\x94\x12\x4d\x57\x4d\ \xc6\x38\x28\xca\x36\xe9\x1f\xbb\xc8\x65\x8c\x01\xeb\x18\xa0\x3f\ \x18\xd4\x10\x30\x5d\xf3\x79\x14\xb7\x57\xf1\x6a\x9a\xf9\x17\xc7\ \x37\x23\x40\x8e\x69\xf3\x72\xcf\x9e\xbd\xbb\xd4\xaf\x16\x4e\x4c\ \xfa\x2f\x2a\xab\x49\xe4\x52\x7d\x46\x0d\x6f\x98\xc0\xeb\xff\xa8\ \x13\x50\x19\x36\x58\xf8\xf3\x23\x46\xb6\xaf\x11\xaa\xdf\x2b\x34\ \x4a\x30\x0c\xab\x30\x60\xe2\xa0\x2a\xf1\x9c\x61\x3c\xaa\x3c\xb1\ \xa6\x85\xd4\x6a\x33\x76\xe1\xeb\x31\x36\x4c\xe8\x7f\x59\x92\xcc\ \xd4\x61\xd3\x81\x6f\xbd\xf4\x7c\x79\x5d\xc5\x7f\x78\x21\x10\x6c\ \x76\x59\xfc\x6f\x15\xab\xa6\x26\x0c\xaf\xf6\xfa\x87\x83\xab\x87\ \x51\x9d\xb0\x47\xd0\x65\xec\x48\xac\xd6\xb2\x75\xfd\x60\x81\xd2\ \xbb\x04\x8f\x0d\x23\xb2\x76\x87\x61\xc3\xbb\x84\x41\x0d\xd3\xff\ \xd4\xb3\x11\xcc\x39\x6a\xb6\xee\xd4\x73\x40\xaf\x36\x6d\xea\x04\ \x21\x4a\xff\x89\xf3\x4a\x66\x6a\xac\x61\xff\x41\xbd\xbb\x55\x36\ \xfe\x58\x73\xfe\xc9\x96\x5a\xc7\xf6\xf6\x43\x3f\x5a\xfc\xfd\xaa\ \xb9\x5f\x4c\xeb\xd2\xbe\x32\xd3\x0d\xca\x00\x60\x54\x57\x7d\x5e\ \xc5\xa3\xe8\x26\x83\x90\x9a\xba\xa2\xea\x0c\x00\x00\x20\x60\x58\ \xd5\x55\xc2\x00\xd6\x54\xaf\xe2\xf1\x2a\x5e\x55\xc7\x8c\x01\x80\ \xa4\xc8\x84\xb2\xcf\x7e\xfc\xde\xe0\xfe\xb5\x4c\xa3\xc4\xe2\x33\ \x8a\x55\xc5\xeb\x51\x7c\xba\x49\x00\x80\x10\x00\x62\x6a\x5e\xc5\ \xed\x55\xbc\xba\x41\x02\x39\xee\xd4\x34\x7c\x5a\xb1\x07\x3b\x1b\ \x3d\xd9\x34\xd1\x09\x09\x03\xc4\xd0\x7d\x8a\xc7\xa3\x78\x14\xcd\ \x78\xe4\xcf\x2c\xc3\xba\xea\x57\x3c\x5e\xc5\xed\xd3\x34\xca\x20\ \x84\x80\x18\x9a\x4f\xf1\xf8\x14\xc5\x24\x0c\x42\x48\xb1\xa9\x28\ \x5e\x8f\xe2\xf1\xab\x1a\xa1\x25\x83\x52\x55\xbd\x1e\xc5\xed\x57\ \x55\x42\x01\x04\xcc\xd0\xfd\x5e\xc5\xab\x28\x8a\x5f\xf1\x6a\x66\ \xe0\x3c\x56\x66\x6a\x8a\x57\xf1\xf8\x55\x3d\x70\x1e\x37\xa0\x44\ \x53\x7c\x5e\xc5\xed\x55\xfc\xf8\x21\x03\x8b\x11\xc3\xa7\x78\xbc\ \x8a\x47\xd5\x4d\x00\x00\x04\x20\xd0\x88\x57\xf1\x6a\x06\x2e\x11\ \x24\x31\x15\xb5\xb8\x48\x45\x75\x1a\xb7\xa8\x14\x2d\xdd\xd7\x14\ \x23\x84\x0b\x8e\x69\xd2\xe9\x31\x27\xf2\x15\x63\xcf\x1d\x01\x62\ \x43\xf5\x2a\x6e\xaf\xe2\x33\xcc\xc0\x31\x6b\x90\x11\x1c\x78\x1e\ \x9f\xaa\x9a\x94\xca\x91\xb1\x55\x6b\x27\x8a\x90\x51\x53\xf7\xab\ \x0a\xa1\x00\x42\x80\x75\xd5\xab\xb8\x3d\x81\xbb\xff\x4e\xa4\x10\ \x02\x62\xaa\x8a\x6a\x40\x08\x29\xd1\xfd\xba\xce\x00\xa4\xa6\xe1\ \x0f\xbc\x05\x55\x7f\x70\x2f\xe1\x6f\x6f\x4a\xd5\x0c\xc6\x18\x21\ \x5c\xc5\x27\x1f\xaf\x5a\x46\x28\x66\x6e\xbf\x66\xb0\xdb\x4a\xf0\ \x9b\x2e\x01\x08\xa8\x59\xac\x0a\x9d\xde\x1d\xf3\x74\xad\x90\x02\ \xa5\x40\x35\x08\x84\x10\x50\xa2\x29\xde\x7b\x84\x83\x4d\x45\xf1\ \x78\x14\x8f\x5f\x51\xe9\x83\x6f\x7e\x97\x2e\x99\x04\x40\x08\x18\ \xd5\x15\x9f\x57\xf1\x78\x15\xbf\x71\xdb\x94\x12\x53\xf7\x6a\x45\ \x0a\x8c\x6c\xf6\xe4\x13\x51\x32\x25\xf4\xfe\x46\x4c\xdd\xaf\x1a\ \x18\x00\x08\x18\xd5\x14\xbf\x49\xa8\xae\xbb\x42\x1a\xbe\x34\x75\ \xd6\x5b\xa5\xc3\xd9\xed\x76\x98\xa9\x29\x2e\x5c\x2c\x44\x56\x79\ \xaa\x71\x75\x89\x99\x0c\x30\x6c\xa8\x3e\xc5\xe3\x53\xd4\xdb\xb7\ \xba\xad\x27\xda\x6d\x71\x95\x74\xdc\xed\x55\x7c\x66\x49\x85\xef\ \xfb\xee\x4e\xdd\x9a\x52\xbb\xe7\xd0\x31\x63\xbb\x97\x2b\x9b\x54\ \xb5\x7e\xd5\x20\x0e\x50\x8a\x35\xc5\xe7\x53\x3c\x1e\xc5\xab\x9b\ \xf4\x6e\xe1\x94\x3c\x27\xc5\xaa\xe2\xf1\x2a\x7e\x55\xf1\xfb\x14\ \xbf\xf9\x30\xd3\x4e\xa9\xae\xfa\x4b\xb4\x94\x00\x08\xef\x68\x8e\ \x57\x37\x09\x84\x90\x61\xdd\xa7\x78\xfc\x8a\xa2\x28\x5e\xbf\xaa\ \x52\x06\x20\x04\x14\x1b\x8a\xe2\xf1\x2a\x3e\xc3\xa4\x00\x42\x08\ \x18\x36\xb4\x92\x61\xa5\x6a\x94\x41\x08\x98\xae\xf9\x3d\x8a\xdb\ \xa7\x28\x98\x30\xf8\x5b\xc7\x03\x2d\xe3\x47\x1a\xb0\x10\x50\x43\ \xf7\xdf\x1e\xe3\x8c\x31\x42\x51\xb9\xa6\x0d\xaa\x97\x97\x8a\x99\ \xeb\x21\x9a\x53\xa2\xc6\xbe\x12\x9b\x73\x7b\x4e\x79\xe7\x1a\xad\ \xe4\x1a\x46\x4a\x86\xb9\x4f\x51\x1f\xed\xb3\x07\x19\x31\xfc\x8a\ \xc7\xa7\xf8\x55\xc5\xe7\x53\x95\xc0\x30\x0f\xb4\xe3\x55\x7c\xba\ \x49\x01\x84\xf4\x6e\x71\x69\x5a\x40\x5c\xc4\xd4\x7d\x8a\xc7\xab\ \x28\xb7\x07\xef\x3d\x56\x88\x31\x88\x4d\x55\xd1\xcc\x12\xb3\xa9\ \x28\x98\xfe\xf5\x8a\xec\xbc\x09\x43\x9b\xb5\x6b\x01\xf7\x7f\xf6\ \x63\x56\xf2\x1b\x53\x66\xc6\xc9\x43\x17\x7c\x77\x11\xf0\xb6\xca\ \x2d\x3b\xd5\xaa\x18\x76\xe3\xf0\x9e\xa3\xa7\x6e\x3a\x2b\xd6\x7e\ \x2c\xde\x3c\x7d\xe8\x8a\x49\x01\x72\xc4\x3c\xfe\x44\xd2\x8d\x63\ \x67\xf8\x2a\x8d\xea\xd6\x2a\xe7\xe0\xf5\x2b\x07\xf6\x9d\xbd\x56\ \xc8\x2b\x37\x56\x4e\x9e\xe0\x8d\x2d\xdf\x91\xf1\xa8\xe4\xa9\x4d\ \x2a\x85\x3d\xd1\xe9\xf9\x52\x21\xc6\x99\x6d\x3b\x2e\x67\xa9\x1c\ \xc7\xc5\x54\x69\xf8\x78\xe3\x4a\x82\xe1\x39\xbf\x67\xf7\xa5\x0c\ \x1f\xc7\xa8\x10\x5e\xaa\x7d\xdb\xe7\x1d\x8e\xd2\x21\x76\x6a\x62\ \x4a\x4c\x6c\x4f\xaa\xf4\xd4\x53\xf5\x22\xec\x20\x3b\xe5\xf4\x91\ \x03\x57\x30\xf7\xa7\x55\x31\x19\x65\x5c\x74\xa5\xda\xd5\xea\x54\ \x8a\x08\xb3\xa9\x19\x29\x07\x76\x9d\x2c\xf4\xe1\xb0\xf2\x35\xdb\ \xb7\xa8\xc3\xbb\xd2\x0f\xfe\x7a\x28\xcf\x8b\x9d\xb1\xc9\x0d\x1e\ \xaf\x93\x14\xeb\x28\xbe\x76\xfe\xd0\xde\xb3\x0a\xe5\x90\x18\xd1\ \xe4\xe9\xce\xa5\xe3\x83\x8a\xae\x9e\x3b\xb8\xf7\xb4\x97\x3a\xca\ \x37\x6c\x52\xab\x4a\x68\x56\x5a\x5e\x68\x62\x64\xe6\xe1\xfd\x17\ \xd2\x8a\x09\x01\xc9\x8f\xb7\x6c\x50\xb7\x94\xe7\xca\xc9\xfd\xfb\ \x2e\xe9\x04\x01\x60\xab\xd9\xae\x6d\x95\xb2\x11\xd4\x97\x7d\xec\ \xd7\xc3\x99\x45\x1a\xc7\xa1\xfb\x96\xf6\x41\xb1\x55\x5a\xb7\xae\ \x1b\xcc\x9b\x69\x47\xf6\x9f\xb8\x90\xcd\x90\x94\x54\xaf\x49\xcd\ \x1a\x65\xec\x48\x4b\xd9\xb7\xe7\x7c\xaa\x1b\x41\x06\x6d\xd1\xcd\ \x9f\x7d\x26\xcc\x11\x15\x17\x01\xb3\x7f\xbf\x0a\x81\x00\x10\xac\ \xd1\xd0\xfa\xcf\x74\x0f\xcf\x56\x2e\xed\xdd\x73\x25\x4b\xe1\x39\ \x31\xb9\xee\x93\xf5\xea\x97\x41\xbe\x82\x93\x3b\x76\xa7\xe6\x99\ \x02\x34\xb1\x10\xfa\x58\x9b\xa7\xcb\x27\x87\xe9\xb9\x69\xfb\x7e\ \xda\x6d\x9a\xcc\x34\x01\x31\x54\x10\x5e\xb5\x7d\xf3\x32\x97\xf6\ \xec\xbb\x55\x88\xa3\x2b\x3f\xd6\xb0\x49\x75\x07\x52\x53\x4f\x1c\ \x3d\x7d\x26\x93\xdd\x5b\x68\x14\x9b\x34\xb2\x6a\xfd\x32\x41\xae\ \x13\x47\xd3\x9c\xc9\x35\x1b\x25\x81\x53\x87\xce\xc1\xb8\xb2\x4f\ \x34\xaa\x13\x1f\x29\xe5\x9e\x3f\x71\xe8\x60\x8a\xc9\x4b\xf7\xbd\ \x06\x8a\x69\x68\xd9\x6a\x2d\x1a\xd4\x88\x74\x82\x8c\xe3\x87\x8e\ \x9e\x4a\xa3\x40\xd0\x34\x94\x50\xbf\x7d\x9f\x3e\x15\x0a\x2e\x1c\ \x3d\x7e\xe6\x26\x45\x1c\x26\x7c\x95\x56\xcf\xd4\x2c\x1f\x9c\x7e\ \x70\xcf\xf1\x0b\xd9\x80\x73\x34\xec\xd2\xa5\x63\xe7\xd6\x7a\x58\ \x26\xa9\x92\x9d\x77\x6a\xef\x81\x53\x99\x4c\x08\xae\xd7\xb9\x53\ \x85\x58\x74\x69\xd7\xce\x73\x69\x6e\x9e\x43\x9c\x23\xa6\xd9\x73\ \x4d\x92\x23\x65\x5f\xf6\xd5\x03\xdb\x4f\x7a\x4d\x78\xaf\x23\x82\ \x61\x0c\x63\xab\x3d\xd1\xe0\x89\x0a\x82\xe6\x3e\xbb\x6b\x77\xca\ \x4d\x9f\xe4\x70\x56\x7d\xe2\xc9\x2a\xe5\x62\xa0\x92\x7f\x7c\xfb\ \xde\x8c\x62\x8c\x08\xb1\xc7\x57\x6a\xf5\x54\x4d\x47\x68\x15\x59\ \xc0\x98\xfc\x6e\x2a\x47\xb9\xb2\x0d\xdb\x86\x7b\x2f\x9f\xba\x94\ \xc5\x04\x47\xf5\x76\x4d\xf5\x4b\xa7\xb5\xd0\x7a\x4d\xca\x14\x7c\ \xbd\xfc\x58\xbe\x82\x78\x2e\x60\x89\x48\x5c\xad\xc6\x1d\xeb\x24\ \x45\x55\x2b\x87\xcd\x9b\x0c\x00\x43\x33\xe2\xab\x37\x68\xdc\xb4\ \x1a\xc9\x4e\xd9\xbf\xe3\xb8\xc7\xe4\x88\x41\x12\xeb\x35\x7f\xbc\ \x7e\x99\xa2\x0b\x47\x0f\x1e\xbc\x8c\x79\x91\x11\xa1\xd2\x93\x1d\ \x6a\x56\x89\x83\x6a\xfe\xa9\x9d\x87\xd2\xb2\x7d\x1c\x8f\xee\xb9\ \x3b\x16\xea\x74\x78\xe9\xb5\x01\xcf\x90\xcb\xeb\x52\x2e\x5c\xcf\ \x3d\x7d\x38\x4b\x21\xa2\x33\xa2\x5a\xd3\x5a\x65\x4b\xc7\xd8\x04\ \x7c\x75\xcf\xce\x53\x57\x0a\x18\x1f\x54\xb7\x53\xc7\x8a\xf1\x7c\ \xca\xee\x9d\x67\xaf\x15\x89\xc1\xf1\x4d\x9e\x6e\x18\x23\x7b\xb3\ \x0a\x61\x6c\x04\x39\xba\x75\x5f\xbe\xc6\x38\x78\xff\xbb\x31\x98\ \x5c\xa5\x65\x8b\xea\x95\x62\x99\x27\xf7\xe4\xce\x7d\xa9\x79\xa4\ \x54\xad\x66\xf5\x1f\x2f\x87\x94\xc2\xd3\x3b\xf7\x5c\xc9\xf4\x87\ \x24\x54\x6a\xd9\xa2\x36\x2c\xce\xf6\x72\xa1\x41\xfa\xcd\x03\xbb\ \xce\x2a\x3a\x15\x23\x4b\xb7\x6d\xfb\x44\x04\x28\x3a\xfa\xeb\x9e\ \xf4\x7c\x93\xe7\xf9\xc8\x72\x35\xaa\xd7\xab\x1c\x19\x66\xd7\xb2\ \xae\x1e\xd8\x7e\xa4\xd0\x74\xd6\x6a\xdd\xaa\x6a\xc5\x28\x25\x2b\ \xf5\xf0\xce\x43\x05\x2a\x02\x98\xc5\xd5\x6a\xdc\xe0\xf1\x8a\x12\ \xf5\x5d\x39\x7c\xf8\x7c\x4a\xde\x9f\x96\xb1\xa5\x98\x3a\x4b\x57\ \x69\xde\xa0\x66\x54\x28\xba\x75\xf2\xf0\x91\xe3\xd7\x29\xb0\x69\ \x1a\x8c\xad\xdb\xb6\x77\x9f\x52\x45\x29\xc7\x8f\x9d\xbc\x41\x38\ \x0e\x9b\xa8\x52\xcb\x4e\xb5\x2b\x86\xdd\x38\xbc\xf7\xf8\xb9\x2c\ \xca\x89\x31\xd5\xea\xd7\xae\x5b\x31\x58\xc2\xa9\x87\x0f\x9c\xba\ \x94\x0b\x10\xc4\x4c\xac\xde\xf6\xb9\xea\x65\x83\x6f\x1d\xdf\x7f\ \xe4\x54\x26\x41\x10\xd9\xa2\x9a\x76\x6e\x9a\x1c\x6d\x53\x72\xae\ \x1f\xdc\x7e\xc2\x6d\xfc\x89\xff\x90\x51\x2c\x86\x97\x6d\xf6\x54\ \x3d\x49\xc9\x2b\xc6\x41\x61\x30\xff\xe0\xf6\xe3\x1e\x83\xf2\x21\ \xf1\x2d\xbb\x34\x8b\x93\xfd\xa7\xb6\xef\x4a\xb9\xe9\x0f\x2f\x55\ \xb5\xf5\x93\x35\x48\x41\x96\x2a\x46\xc8\xbe\xd4\x83\x7b\xce\x2b\ \x1a\x73\x24\x56\x6a\xdd\xba\x81\xe4\x4a\x3b\xf0\xcb\xc1\x42\x83\ \xe7\xd0\xdd\x56\xe8\xd2\x9e\x5f\x4f\x85\xd4\x6a\x92\x2c\x64\x1d\ \x3d\x9e\x01\x82\x22\x1b\xb5\xae\x92\x7d\xec\x78\x56\x91\xc9\xfd\ \xa5\x2a\xbf\x5c\xa4\x90\xdc\xa2\x5b\xdb\x5b\xeb\x16\x2e\x5c\xb7\ \x29\x0b\xd6\xee\xf7\x72\xe2\xe6\x55\x7b\x6b\xbc\x31\xee\xa3\xf7\ \xda\x21\x3e\xa2\xd3\xc0\xee\xe8\xec\x8e\x9b\xa5\x9f\x1f\xf5\x5e\ \x9d\xdd\xdf\x1c\x0d\x8a\x92\x70\x58\x93\xb1\x93\x7b\x9e\x5c\xbf\ \xbb\xd3\xd2\x45\x5d\x6b\xcb\x66\x54\xdd\x97\x06\xb6\x4a\xdf\xf6\ \x6b\x7a\x91\xc1\x51\xa1\x7a\xc7\x67\xcb\x91\x8b\x9b\x7f\xb9\xc6\ \xf1\xc8\x44\x21\xdd\x67\xce\xe9\xd3\x2e\x99\x8f\xad\xdd\xb5\x57\ \x93\x1b\x3b\x77\xa4\x16\xb1\x52\x35\xeb\xd5\xaa\x11\x17\x5e\xb9\ \x59\x8f\xde\x0d\x53\x36\x6d\xcd\x16\xcb\x0e\x5d\xb9\xa0\x43\xed\ \x10\x29\xbe\x72\x9d\x72\x21\xfb\xbe\x58\x71\x1e\x54\x7c\x6f\xd5\ \xcc\xc7\xc2\xfc\xba\x14\x15\x1d\xec\x3f\x7b\xe4\xaa\x89\xfe\xac\ \x67\xc4\xd0\x84\xb2\x23\x96\xcc\xe9\x50\xdb\xa1\x0b\x21\x61\x9c\ \x72\xfe\xe0\x09\x50\xad\xfd\xa8\x29\x03\x23\x88\x3f\xb1\xf9\x33\ \xed\x6a\xdb\xf6\x6d\x3d\x58\xfa\x95\x77\x27\x4d\xe8\xa8\xbb\x50\ \xab\x37\xfa\x26\x19\x57\x0e\x1e\xba\xce\x1c\x71\x8d\xda\xd4\x0f\ \x0b\x0e\x6f\xd6\xb7\x5f\x15\x70\x79\xc7\x09\x38\xfc\xb3\xe9\xf5\ \x2b\xc5\x35\x7b\xe9\x99\xa4\xf8\x32\x4f\xb5\x4a\x3a\xf0\xdd\xce\ \xd8\xce\x6f\xbe\x3b\xb4\x95\xee\x21\x8d\x5e\x7e\xb9\x0a\x48\xdf\ \x73\xec\x4a\xdd\xb7\x26\x8c\x7a\xf3\xf1\xe2\x1c\x35\xa9\x62\x4c\ \xf6\xf9\xf3\x59\xf9\xea\x7d\x96\x9a\x10\x1a\x92\x58\xa5\x61\x93\ \x0a\x8e\xa8\xca\xdd\x87\x74\xf5\x1d\xd9\x7e\x2e\xc7\x31\x74\xed\ \xa2\xa7\x2b\x71\x2c\xa1\x61\xcf\xfe\xcd\xae\x6e\xfd\x25\xcd\xeb\ \xec\xb5\x60\x7e\x9f\xf6\xc9\xc8\x99\x54\xaf\x6e\xd9\xf3\xeb\x56\ \x1d\xbe\xa1\x88\x77\x8d\x64\x46\x09\x1f\x1c\xdf\xfe\xad\x57\x92\ \x90\xe1\xac\xfa\x64\xf7\xae\xb5\x53\x7e\xde\x96\xe1\x13\x2a\x36\ \x68\x50\xb5\x42\x64\x5c\xfd\xa7\xbb\x3c\x53\xe1\xd4\xc6\x5f\x72\ \xc5\xa4\x01\xb3\xe7\xf5\x7f\xae\x12\xe0\xed\xd1\xa1\xd2\xf5\x43\ \x87\xd5\xc4\xfa\x4f\x37\xb6\x6d\xdb\x9a\xd9\x67\xce\x8c\xa6\x11\ \x99\xdb\x7e\x3a\x4c\x2a\xb6\x1a\xbf\x62\x74\xac\x51\x28\x44\x27\ \xda\x70\xf6\xf9\xd3\xb7\xee\x1d\x4b\x4c\xd7\xf0\xe3\x6f\x8e\x1c\ \xd2\x59\xfa\xf6\x9b\x03\x65\xdb\x0f\x9b\xf2\x7a\x95\x4d\xab\x36\ \x95\x19\x30\x66\xfc\xa8\x96\x3e\x17\xdf\xfa\x8d\x57\xcb\xd3\xd4\ \x43\x47\x52\x19\xc7\xdf\xa5\xf3\x54\xd7\x58\xeb\x71\x53\xde\xe9\ \x5d\xd5\xad\x45\x3c\x3b\xa4\x57\x68\xf6\xc9\x43\x97\x72\x6a\x77\ \xe9\xd1\xb8\x52\x88\x82\x92\x5f\x1c\xd2\xc5\x7f\x72\xcf\xa9\xd4\ \xe2\x26\x43\x3e\x19\x3d\xfc\x29\xc4\x47\x75\x7e\xe3\x45\x78\xf1\ \xc0\xa9\xeb\x4a\xe5\xe6\xcd\x1a\x37\xab\x85\xdc\xb7\xdc\x26\xaf\ \xdf\xba\x7c\x21\x55\xed\x38\x61\xc6\xdb\x2f\xd5\x40\xce\x72\x5d\ \x07\x3c\x5d\x74\x70\xe7\xf9\x6c\xae\xdb\x9c\x79\x3d\x9b\x04\x17\ \x7a\xc5\xe4\xd2\x72\xca\xa1\xf3\xde\xdf\x8d\x37\x8c\x51\x72\xad\ \x7a\x35\xab\xc5\x46\x56\x6b\xd9\xfd\xa5\xba\xe7\x37\x6e\x71\xc5\ \x35\x9a\xbc\x61\x52\x69\xe0\x89\x7d\xb2\x6b\xc7\xe6\x91\x07\xd6\ \x6e\xd7\xe2\xea\x7d\xb0\x7a\x76\xd3\xb2\x52\x50\x99\x5a\xd5\x63\ \xc0\xaf\xab\xbf\x4d\xf5\x71\xc2\x5d\x5d\x57\x55\xfa\x44\xbf\x8f\ \xdf\x7f\xde\xb6\x61\xed\x1e\x1c\xdb\x70\xc6\xba\x77\x0a\x7f\xd9\ \x74\x0b\x26\xd7\x6f\xd5\xac\xeb\x2b\x75\xcf\xff\xb8\xf9\x72\x16\ \x86\xc4\x88\x69\xda\xed\xd3\x25\xef\x24\xc8\x20\xa9\xfe\x13\xb1\ \xee\x94\x75\x5f\xfd\x2c\x37\x7e\x69\xf4\x27\x2f\x49\x8a\x52\xa9\ \x43\xd7\xe6\xc9\xfa\xde\x1d\xc7\xe3\x3a\x0c\x9c\x38\xbb\x7f\x08\ \x12\x1b\xf7\x7e\xa5\xac\x79\x6d\xff\xd1\x94\x72\x3d\xdf\x1d\xf7\ \x51\x7b\x7f\xb6\x3b\xb6\x42\x7c\xf1\xf5\x8b\x37\x6e\x79\x38\x9e\ \xbb\x77\xd5\xc4\x97\x79\xbc\x61\xd3\x96\xf5\x05\x5f\xb6\xcb\xe4\ \xf5\x8c\xcb\x97\x6e\xe4\x95\x69\x35\x68\xe6\xdc\xbe\xa2\xe6\x77\ \xc6\xc6\x69\xd7\xce\x9e\x49\x57\x3a\x8c\x9b\x3e\xa4\x57\x6d\xe8\ \x28\xd3\xf5\xf5\x0e\xc5\xfb\xb6\xdc\x8a\x7e\x6e\xfa\x9c\xde\x11\ \xa5\x6b\x75\xe8\x5c\x37\xa1\x66\xe3\xea\xe1\x59\xbb\x76\x5e\x83\ \x02\x0f\xef\x52\x1d\x9d\xd9\x3a\x7d\x34\xed\xbd\x41\x4d\x79\xc4\ \x47\xc5\x84\xe7\x9d\x3d\x7a\x2d\x9f\x55\x78\xac\x7e\xf5\xca\x51\ \x31\xb5\xdb\xbe\xd8\xa5\xea\xb1\x75\x3f\x27\xbc\x38\x6e\xd4\x9b\ \x0d\x62\x1b\xb4\x6d\xfe\x58\x72\xb5\xa7\x5a\x08\x69\x7b\x4f\x15\ \x25\x0d\x9f\xff\x51\xb5\x10\xc3\x56\xa9\x59\x97\x0e\x95\x2e\xfc\ \xf2\xeb\x4d\x33\x79\xd8\xa2\xb9\xcf\x37\x0c\xd5\x38\x67\xb8\x64\ \x5c\x3e\x7e\xba\x08\x87\xd4\x6b\xd9\x30\x21\x3a\xb4\xe6\xb3\x2f\ \x3f\x59\x99\xec\xdd\x72\x40\x6a\xf0\xe2\xc4\xcf\x06\x3b\xdc\x05\ \x41\x49\x49\xd0\x73\xe3\xd2\xc5\x5c\xf8\x27\x96\x9a\x1a\x1a\x6d\ \x36\x6a\xc2\xfb\xaf\xd7\x75\xf9\x82\x3b\xbd\xdd\x27\xba\xf0\xcc\ \xc1\xf3\x59\xd5\x9f\x7d\xb1\x59\xf5\x48\x3f\x8b\xeb\x32\xa4\xbb\ \x71\x6e\xff\x89\xab\x05\x0d\xdf\xf8\xf8\xa3\xf7\xda\x71\x5c\x78\ \xc7\x37\xba\x8b\x57\x0f\x1d\xbe\xa2\xf4\x5e\xb2\xb0\x57\xb3\x70\ \xc5\x51\xe5\xa5\xb7\x3b\xe7\xee\xd9\x71\x21\x53\x7f\xea\x9d\x8f\ \xfb\x75\x2e\xef\x33\x82\x3b\xbd\xde\x43\xbe\x7e\xf8\xc8\x35\xf5\ \xf9\x19\x73\x7b\xb7\x8c\x2c\x74\xf1\xa5\xcb\x3a\x52\x8e\x9c\xf7\ \xe8\x7f\x62\xa9\x4d\x4d\x2b\xd7\x69\xc4\xd8\x77\x5b\x46\xd6\x7c\ \xb2\x55\x93\x72\x15\x9a\xb5\x08\x2f\x3e\x76\x28\xd5\x39\x68\xee\ \xf8\xc7\xe3\x29\x4a\x7c\xec\xc5\x2e\x8f\x5d\xd8\xfc\x6b\x52\xcf\ \x09\x23\xfa\xd6\x49\x68\xdc\xa1\x71\xad\x84\x9a\x6d\x9e\x24\x97\ \x76\x5d\x34\x2a\x8f\x59\x33\xad\x5e\x1c\x97\xd4\xe2\xf9\xd6\x75\ \xe4\xc3\x5b\xf7\x15\xf2\x15\xde\x5d\x32\xa7\x43\xed\x20\x5d\x08\ \x09\xe7\x94\x33\x7b\x4e\x26\xf6\x1c\xfc\xf1\xf0\x4a\x9b\x3e\xff\ \x45\xac\xd1\x69\xde\xd2\x6e\x67\xbf\xfd\x21\xb5\x88\xdd\xfd\xae\ \xfe\x05\xef\x47\x60\xeb\x8f\x13\xc4\x20\x00\x6f\xa5\x5e\x77\x87\ \x25\x84\xc6\xd5\xed\xd5\xb3\xc9\xde\x8f\x06\x0f\x7e\xf5\xb5\xb9\ \xeb\xd3\xbb\xbc\xf7\x2c\x4b\x4d\x57\x8a\xb9\xd2\x6d\x7b\xcf\x5e\ \x3f\xab\x5e\xe9\x10\x6f\x51\x6a\x8e\xc6\x87\xc9\xde\x5f\x17\x8c\ \x1f\xd4\x63\xc8\x91\x8c\xa4\xa7\x1b\x95\x21\x98\x80\xbb\xaa\xac\ \x52\xac\x87\xd7\xec\xd4\xa3\xbe\x30\xaf\x57\xbf\xb7\xba\xbd\xbe\ \xc7\x13\xdf\xb3\x7f\x43\xc4\x94\xf4\x73\xa7\xcf\x9c\xb9\x7e\xe5\ \xe4\x79\x5b\x64\xed\x7a\xa5\xe4\xd8\x86\x5d\x5b\x87\xa4\x7e\xfc\ \x7c\xef\x77\x07\x4c\x3f\x9f\xe5\xe3\x05\x04\x05\x39\x32\x2e\xd4\ \x97\x79\x65\xd3\xac\x69\xb3\xa6\xff\xa8\x70\xc2\x23\xec\xb1\x30\ \x20\x38\x22\xed\x64\xf3\xb8\x8f\x3f\x7c\x63\xe4\xf4\x59\xdf\xdd\ \xd4\xc3\xda\xf6\xea\x5b\x3f\xdc\x9d\x72\xee\xf2\xa5\x0b\x37\x6b\ \xf5\x6e\x5d\x25\xd9\xc1\xcb\x72\xc1\xd1\xf5\x1f\xbc\xf1\xfa\xc4\ \x29\xc7\x9a\xb7\x6a\x15\x2d\x61\xdd\x9d\x75\x6c\xef\xa9\xb4\xab\ \x57\xae\x5d\x37\x9a\x34\xac\x1b\x2c\x73\x9c\x91\xb1\xfc\xd3\x2f\ \xaf\xa6\xdf\xf8\x6a\xca\x8a\x6c\x5b\xd9\xd8\xc4\x6a\x3d\x5e\xef\ \x1a\x52\x74\xed\xea\x85\x94\x6b\x79\x66\x9b\xc1\x2d\xc2\x00\xb4\ \x47\x44\xda\x79\xe5\xdc\x2f\x1b\x26\x0f\x99\x7c\xf4\x8a\x5b\x10\ \xef\xdf\x95\xe5\x10\x28\x48\xbf\x74\xec\x70\x4a\xea\xb9\x73\x1e\ \x52\xba\x79\xad\x44\x0a\xf9\x60\xbe\x68\xcb\xac\xb1\x6f\xbc\x38\ \xf4\x6c\x7e\xf9\xb6\x75\xa3\x1d\x95\xdb\x76\xa9\x09\x66\x75\xef\ \x35\xb4\xcf\x27\x07\xce\xe7\x09\x36\xe1\x01\xdd\x12\x24\xbe\xe0\ \xdc\xb2\x0f\x46\xbc\xf1\xec\x80\x13\x62\x85\x17\xba\xd5\x64\xc4\ \x77\xe5\xc4\x89\x0b\x17\xd2\x2e\x1d\x4f\x89\x2e\xdd\xa0\x4a\x14\ \x97\xd8\xac\x4b\x8f\x46\xc5\x63\xbb\xbc\xfa\x7e\xff\x11\xe3\x3f\ \xfa\xfc\xaa\x1b\x89\xd0\x84\x89\x4f\x7c\xb4\x64\x62\xf0\xe1\xf9\ \x43\x87\x2c\xcb\xd7\x91\x1c\x14\x1c\x11\x65\xcf\x4f\x39\xb1\x7a\ \xdc\x84\xa5\x5f\x1e\x66\xb2\x04\xef\x9f\xbe\x33\xac\x51\xc5\x4f\ \x21\x00\x94\x1a\x3e\x82\x29\x80\x8e\x60\x5b\xf6\xfe\xaf\x46\xbf\ \x39\xe0\xfd\xd1\x1b\x1b\xbf\xfd\x52\xa5\x58\x01\xdf\xe7\x3b\x00\ \x28\xc8\xc9\xa5\xfc\xf8\xd9\xc8\x81\x7d\x27\x2c\x38\xde\x71\x44\ \xd7\x38\x84\x04\xa8\x9f\xfc\x7a\xce\xd0\xd7\x06\xae\xdb\x05\x3a\ \xb4\xa8\xcc\x3b\xaa\xf7\xe9\xf6\xf8\xf6\xf7\xdf\x1c\xfc\xea\x6b\ \x0b\x7f\xcc\xee\xf2\xce\x33\x61\xb0\x78\xeb\xa2\xd5\x87\xcf\xdc\ \x3a\xba\x7a\xd9\xe4\x8f\xc6\x6f\xda\x73\x2d\xa8\x62\xeb\xde\x6d\ \x12\x57\xbd\xde\xff\xad\x57\x06\xac\xbf\x28\xf4\x7c\xab\x05\x62\ \x2c\x24\x36\x02\xfa\x73\xf6\xaf\x5e\x32\xf1\xbd\x25\x37\x7d\x8c\ \xbb\x7f\xef\x11\x72\xd0\x4c\x3b\x73\xea\xdc\xd9\xeb\x97\x4f\x9c\ \x77\xc6\xd6\x7d\xac\x8c\x1d\xf3\x76\xd9\x77\x61\xc9\xfb\x23\xde\ \xec\x36\x99\x4f\x68\x5e\x37\x49\x2a\xfb\x54\xcf\x06\xea\xc1\x91\ \xcf\xf6\x19\xfd\xf6\x82\x34\xb7\xc9\xf3\xf7\xa9\x12\x94\x80\x7a\ \x68\xdb\x96\xc2\xea\x4f\x56\x8c\x10\x92\x9f\x7c\xda\x76\xf9\xf4\ \x91\xd3\xb9\x19\xc7\xb7\xce\x19\xb3\xf4\x42\x1e\x83\x8c\x01\x40\ \x34\x16\xd2\xee\xe5\x97\xd9\x8f\x73\xde\xe8\xf5\xfa\xcc\x29\xdf\ \xfb\x39\x68\x80\xf0\xce\xfd\x7a\x57\xe2\x72\x2e\x9f\x4f\x49\xb9\ \x9a\xdf\x68\x40\x8b\xb8\xb8\xd2\x5d\xfa\xbc\x98\xfb\xc5\xf8\x37\ \x5f\xed\x3f\x66\xc2\x96\xe6\x43\xba\x97\x71\x70\x62\x48\x78\xb0\ \x6c\x5e\xd9\xbd\x65\xe6\xb0\x09\x3b\x4f\xe4\x0a\xb2\x78\x9f\xf4\ \x04\x4e\xdb\xb5\x72\xcd\xee\xc3\x37\xce\x6c\x5c\x3d\xf5\xe3\x71\ \x9b\x4f\x64\x22\x28\x38\x22\x63\xf4\x33\x3b\xa6\xbe\xf1\xce\x87\ \x03\x3f\xdc\x74\x38\xdd\x59\xae\x55\xef\xf6\xa5\xbf\x7a\xe3\xb5\ \xc1\xbd\x5e\xfb\xf6\x0c\xea\x31\xf8\x29\x87\x20\x16\x5c\xf8\x75\ \xd1\xac\x3d\xb9\xd7\x0e\xcc\x9f\xb5\x2f\xaa\x76\x6d\x07\xb8\x67\ \x4b\x82\x98\x46\x78\xb5\x36\x03\x7b\x46\x2f\xee\xdf\x77\x78\xbf\ \x11\x63\x86\x4d\x3b\x76\xc3\xb4\xf3\xe6\xb5\x53\x27\xcf\x9f\x4b\ \x4d\x39\x71\x31\x3c\xe9\xb1\x3a\xa5\xec\x9c\xcc\x9f\xfc\x7e\xf5\ \xda\x8d\x97\x53\x76\x7e\xfb\xd5\x96\xc2\x52\xd5\x2a\xd4\x6a\xf5\ \x62\xc7\xda\xd2\xd5\xb3\x29\x29\xa7\x52\x62\xdb\x36\x69\xdc\x38\ \x5a\x37\x85\x88\x60\xf4\xeb\xa4\x4f\x46\x0f\x1a\x31\x75\xea\xb7\ \xb9\xa6\x2c\x10\xd7\xe9\x03\x27\xaf\x5d\xb9\x7e\xf1\x6c\x4e\xad\ \xba\x8d\x12\x25\x0c\xec\x21\x61\xe1\x62\xd6\x99\x83\xcb\x46\x8d\ \x5f\xb3\xe1\x1c\x92\x45\xf8\xe7\xc3\x15\x06\x05\x0b\xd7\x7e\x5e\ \xf2\xde\xa0\xfe\xe3\x66\xec\x6b\x37\xa2\x7b\x22\x8f\x78\x88\xcf\ \xad\x9f\x3f\x6c\xc0\xeb\xab\xb7\xe8\x1d\x5a\x56\xe3\xe5\x4a\xbd\ \x5f\x6a\xba\xef\xe3\xb7\xdf\xea\xfb\xda\x9c\x75\xe9\xcf\xbd\xd3\ \x39\x14\xa0\x20\x9b\xb6\x7f\xf9\x94\xb7\x7a\xbd\xb5\xed\x4c\x68\ \x87\xc6\xa5\xb8\xc8\xc7\xfa\xbd\xda\x5c\xb9\x7a\xe1\xda\xb9\x0b\ \x39\x62\x64\xa7\x01\x0d\x10\x00\x21\xb1\x91\x48\xcd\x3b\xf4\xf5\ \xb2\x4f\x47\x2e\xba\xe1\x26\xdc\x9f\xef\x5a\x43\x5b\x90\x74\x79\ \xfb\xb7\xab\x56\x9f\x4b\x3f\xf2\xfd\xf2\x6f\xd2\x93\x6a\x54\xaa\ \xd4\xf8\xf9\xae\x4d\xc2\x53\xcf\x5e\x4a\x39\x79\xd1\xd9\xb8\x7e\ \x8b\xb6\x65\x78\x48\x0f\x7f\xfb\xc5\xc6\xcd\xd7\xce\x6f\x5d\xb3\ \x6e\xa7\xaf\x54\xd5\x0a\x8f\x77\xea\x55\x3d\x7f\xdb\xc8\xae\xfd\ \x87\xbc\x34\x4e\x7a\xaa\xd3\x53\x0d\xa3\x74\x2c\x45\xd8\xe9\x96\ \xf1\x63\x3e\x7c\x63\xe4\xb4\xd9\x1b\x3d\x3c\x3a\xfb\xd3\xde\x7c\ \xf4\x78\xdd\x64\x5b\x6c\xad\x86\xee\x63\xe7\x2e\xa6\xfa\x05\xe1\ \x2f\xee\x19\x97\x1c\xd6\x45\x09\xd6\x00\xb6\x3b\x43\x1c\x7a\xbe\ \x26\x47\x38\xa9\x7a\x3d\x25\x8f\x03\x5a\xda\xf5\x5b\x7a\x74\x32\ \xca\x4b\x2d\x04\xc9\xcf\xb4\x2f\x4f\x40\x54\xdb\x97\x6b\x2b\x37\ \xaf\xb9\x0d\x06\x08\x43\xa2\x24\x00\xb5\xd8\x5b\x24\x3a\x84\xdf\ \x36\x28\x89\x69\x02\x13\x9b\xc4\x16\x91\x00\xf2\x73\x6e\x66\x2b\ \x1c\x28\x48\xc9\xf0\x0a\xd1\x91\xa2\xad\xdc\xd0\x15\xb3\xba\x75\ \xa8\x19\x19\x11\xc4\x09\x0c\x22\xe8\x88\x88\x56\xb3\x6e\xe5\xf9\ \x75\xc0\x28\xa5\x94\x13\x25\x96\x73\x76\xc2\xf3\x43\xd2\x42\x1b\ \x7d\xfc\xd5\xf2\xb1\xef\x3f\xeb\x64\x26\x65\x00\x02\x80\x0d\xc5\ \xfb\x70\xc7\x13\x64\x0c\x33\x0c\x38\x5e\xe2\x65\x81\x47\x8c\x97\ \x23\x43\xa3\x95\x22\x9f\x2d\x2a\xc6\xee\x4b\xfb\xfc\xbd\x95\x69\ \x45\x90\x47\x90\x01\x24\x01\x5e\x29\xce\x36\x25\xc8\x74\x52\xf3\ \xe5\xb7\x3f\x99\x31\xa0\x52\x99\xd8\xa0\x20\x8e\x22\x80\x20\xa3\ \x00\xf2\x88\x2a\x05\x2e\x02\x20\xd3\x35\xe8\x88\x88\x90\x6c\x1e\ \xb7\x19\x99\x1c\xef\x3b\xbe\x63\xe1\xa4\xed\xc4\x6e\xdb\xff\xe9\ \x7b\xd3\x96\xa4\x3c\x3d\x7a\xc2\xe2\x6f\x26\x35\xae\x18\x62\x1a\ \xf8\xfe\x29\x03\x0b\xee\x31\x7d\xea\xe0\x01\x2d\xe2\x62\xc2\x44\ \x89\x01\x0e\x02\x00\x08\x01\x9c\x28\xf1\x40\x29\xf6\xbb\x44\x1b\ \x92\xc3\x62\x58\x71\x7e\x56\xb6\x1f\x42\x40\x48\x89\xcb\xfe\x41\ \x9e\x60\x4c\x18\x64\x20\xe7\x6a\xae\x29\x86\x05\x3b\xa2\xea\x8c\ \x5a\x35\xbd\xc3\x93\x95\x22\xc2\xed\x90\x63\x8c\x43\xa1\x91\xc9\ \xe6\x85\x2b\xd7\xb3\x8a\x38\xc4\x03\x4a\x28\x00\x8c\x12\x21\x38\ \xa6\x7c\x95\x38\xd5\xed\xd2\x19\x10\x6c\x76\xef\x89\x9f\x3e\xe8\ \x39\x91\x6b\xd8\x6d\xea\xba\xa5\x43\x7a\x35\xe2\x4c\xe3\x01\x62\ \x44\x00\x20\x62\x00\x13\x13\x1a\xf0\xce\x33\xca\x08\x61\x1c\xa0\ \x59\xd7\x2e\x67\x09\x31\x21\x4e\x11\xfc\xee\xcf\x18\x61\x94\x00\ \x1e\xe8\x69\x97\xaf\xba\x82\x13\x9c\x36\x8e\x31\x00\x79\x5e\x04\ \xd4\xe5\xca\xe7\xed\x82\x10\x12\xed\xc0\xfe\xeb\x57\xf2\x39\xa0\ \x5e\xbf\x76\x4b\x8f\x88\xb7\xf3\x50\x90\x65\x91\xe7\x20\xe4\x04\ \x20\x40\x40\xc5\xb0\x38\xc1\x53\x98\x96\xee\xe1\x81\xfb\x72\x6a\ \x3e\x8c\x4d\x74\x82\xa2\x2f\xfa\xbe\xf1\xfd\xc5\xe0\x81\x0b\x17\ \xcc\x9d\xff\x56\x69\x27\xbc\xcf\x89\x4f\xb1\xc9\x45\x56\x1e\xf1\ \xc5\xac\x2e\xed\x6a\x44\x46\x04\x21\x9e\x41\x0e\x32\xca\x08\x85\ \x82\x2c\x33\x5f\xa1\x87\x68\x92\x4d\x08\x0a\x8f\xf2\xdc\xc8\x28\ \x26\x18\x52\x4c\x29\xfd\xbd\x88\x79\x59\xcc\x3f\xbe\xff\x52\x86\ \xbd\x45\x9b\x26\x2d\xdb\x57\x3a\xbf\x65\xd3\x4d\x5d\x94\x05\xc9\ \xee\xb0\x09\x88\x98\x86\x69\x32\x93\xf2\xb6\xd0\x10\x7b\xd6\x95\ \x9b\x1a\x80\x0c\x9b\x8c\x51\x26\x06\x45\x3a\xc3\x7d\xc5\x8a\x33\ \x2e\x8e\xcb\x3a\xb7\xe0\xfd\xaf\x73\x68\x78\x64\x10\x9f\x7e\x21\ \x83\x02\x9a\x93\x9e\x5a\x20\xc7\x46\x44\x05\x9d\x59\xf0\xc9\xb8\ \x89\x7b\x1b\x0f\x19\xfd\xd9\xfa\x59\xed\xeb\xc6\x98\xba\xf9\xfb\ \x17\x2c\xf2\x92\x20\x20\x5e\x94\xed\xc0\x21\x05\x5c\x2d\x94\x60\ \xc0\x78\x41\x92\x24\x11\x01\x2a\x86\xc5\x89\xde\xa2\xb4\x34\x17\ \x0f\xbc\x57\x52\xf3\x40\x4c\xbc\x04\x08\x43\x3c\x32\x15\x9f\x4b\ \x85\x80\x31\x93\xc0\xfb\x03\x54\x98\x3d\x22\x49\xcc\xc8\x4a\xb9\ \x9c\x05\x80\x00\x01\x31\x74\x43\x8c\xaf\xf5\xfe\x97\x33\x3a\x3f\ \x55\x25\x22\xdc\x0e\x4b\xc4\x45\x10\xcf\x53\xaf\x4b\x55\x09\xa4\ \x84\x50\x14\x1a\x99\x48\x8b\x3d\xc0\x11\x16\x69\xf7\x7f\xfb\xe1\ \xe2\x23\x57\x74\x59\x84\x84\x99\x0c\x71\x12\x27\x0b\x02\x67\xaa\ \x7a\x42\xf3\x2e\x13\x96\x7e\x50\xbf\x7a\x52\x58\x88\xc8\x10\x10\ \x82\x1c\xf9\x3b\x57\x7d\xd0\x7f\x51\x54\x87\xfe\x33\xd7\x2f\xee\ \xff\x5c\x0d\x66\x18\x0c\x00\xc8\x98\xae\xf9\xfc\x01\x17\xed\x83\ \x37\x72\x02\x9a\x63\xa4\x5f\xbe\x52\xe8\x88\x0f\xb6\xf3\x8c\x31\ \xc8\x71\x22\x60\xee\xe2\x3c\xce\xc6\x8b\xc1\xd1\x41\x44\xbb\x9e\ \x92\xcb\x01\x2d\xed\xda\x4d\x35\x3c\xde\x21\x40\x42\x00\xe4\x45\ \x11\x18\x2e\x77\x01\x6f\x43\x62\x68\x7c\x08\x65\x1e\x9d\x8b\x29\ \x15\x75\xf5\xdb\xaf\x56\xac\x3c\x6f\x43\xda\x57\x03\x06\xad\x3d\ \x29\xf6\x9f\x37\x7f\xde\x67\xc3\xca\x85\x22\x4c\x18\x00\x01\xa7\ \xbc\x1f\x13\xf6\x80\xe9\x35\x04\x8c\x52\xc8\x0b\xcc\xef\xf6\xfb\ \x31\x64\x94\x62\x1a\x1c\x99\x08\xdd\x3e\x22\x85\xc6\x84\x93\x4d\ \x9f\x2c\xde\x75\xca\x23\x8a\x10\x09\x02\xf1\xb8\x54\x9d\x42\x8a\ \x29\xe0\xc2\x22\x23\x0b\x52\x52\x5d\x80\xa9\xf9\xe9\xd7\xbc\x72\ \x48\x54\x30\x22\x18\x33\x0c\x02\xe2\xe2\x39\x24\xca\xda\xe5\x03\ \x87\x6e\x18\xcd\x3a\x37\xa9\x59\x3f\xe6\xf2\x91\xbd\xf9\x54\xe4\ \xfe\x6a\x70\x0f\x62\x00\xf2\x90\xb3\x05\x39\x62\x4b\xb7\x18\x30\ \xb0\xfd\xcd\x9f\x0e\x64\xa6\x9d\xbf\xa2\xf0\xed\xfb\xb4\x4d\x8c\ \xaa\xf9\xcc\x0b\xcd\x8d\x93\xa7\x73\x73\xae\x16\x44\x56\x6f\x51\ \xc6\xf8\x62\xc6\xfa\x1a\x2f\x75\x61\x17\xaf\xab\x14\x70\x1c\xe4\ \x10\x84\x00\x71\x30\xb0\xbc\x80\x10\x60\x9f\x4e\xc3\x2a\x56\x29\ \x13\x9f\x14\x13\xe3\x2c\x4c\x39\x54\x94\x58\xe5\xe9\xce\xf5\x92\ \xca\xb5\x7c\xe6\x89\x84\x1b\x7b\x4e\x72\x71\x15\x1a\xd7\x60\x3b\ \x17\xce\x5b\x30\xf5\xeb\xeb\xb9\x7e\xd9\x26\x64\x9e\x3b\xc8\xea\ \x34\xed\xd4\xe6\xb1\xa8\xe8\x30\x87\x20\x43\x4a\xc5\x90\xb0\x50\ \xb9\x78\xed\xa8\xf7\xc6\x4d\x3f\xd8\xb2\xc7\x9b\x4f\x24\x23\x15\ \x33\x4c\x58\x4c\xcd\xe6\xcf\x3d\xfb\xb8\x83\x7b\xf0\xe6\x38\x83\ \x00\x01\x0e\x96\x80\x78\xec\xbe\x74\xe5\x3c\x0c\x42\xa7\xbf\x5f\ \xb7\x76\xf9\xda\x2d\x9b\x8e\xe7\xfa\x74\x5e\x44\x1c\x87\x20\x80\ \x08\x71\x1c\x64\x26\x10\xab\x37\xa9\x66\x4b\xdb\xbe\x60\xc2\xec\ \x4d\x3f\x9e\x64\x92\x00\x01\xe4\xc4\x20\x9b\x7a\x61\xe2\xab\x43\ \x8f\x64\x18\xb2\xdd\x0e\x5d\xa9\xe7\xb3\x72\x25\x58\xfc\xcb\xb2\ \x95\xeb\xd7\x6c\xda\xb1\xed\x92\x8a\xf9\x98\x72\x51\xa9\x3f\xad\ \x1c\xdd\xf7\xe3\xf4\xa0\x76\x03\x9f\xab\x07\x88\x71\x9f\xdf\x0b\ \x88\x51\x8d\x1a\x47\x5f\x5e\xbf\x74\xee\xb4\x65\xc7\x2e\xe4\x88\ \xb2\x00\x00\xe0\x38\x88\x6e\x8b\x0b\xf1\x42\xf1\xe5\x43\x05\x71\ \x55\x9e\xeb\xd9\x3c\x36\x3a\xcc\x29\xdb\x1f\x10\xd5\xc8\x00\x00\ \x8c\x73\xd8\x43\x23\x22\x2a\xd6\x7d\xbe\x63\x8d\xa0\x94\xbd\xe7\ \x1d\x65\xab\x34\x28\xed\xde\x34\x73\xf6\xe2\xd9\x1b\xb2\xbc\x86\ \x5d\x84\xe9\x67\x0e\x28\xf5\xdb\xf7\xe8\xd6\x22\x26\x26\x32\xbe\ \x74\x52\x88\x8c\x00\x2f\xe3\xcb\x9b\xde\xee\x3a\x26\xe9\xad\xe9\ \xa3\xde\x68\x0e\x54\xcd\x16\x1b\x23\x7a\x2e\x2f\x1a\x34\x64\xe1\ \x46\xd7\x2b\xaf\xf5\x2f\xe7\x34\x8c\x7b\x43\x20\x38\x80\xb3\x6f\ \x16\x07\xd5\x68\x56\x3b\x31\x21\x34\x3c\x54\x82\x08\x00\x40\x19\ \x70\x26\x94\x2b\x1d\x59\xae\xf9\xb3\x9d\xe3\xb3\x2f\xdd\xcc\xf1\ \xc3\xdf\x69\x19\x01\x5c\x58\xa9\x0a\xa5\x42\xab\xb4\x7d\xae\xad\ \x3d\xe5\x4c\xae\xdf\xe4\x79\xc8\x21\x08\x00\xe4\x20\xe2\x38\xd1\ \xcc\x3e\x7f\x45\x97\x9f\xee\xd5\x3a\x31\xba\xf6\x73\xcf\x35\x51\ \x8f\x1e\x2b\x32\x21\xc2\x9a\xa6\xc2\x8a\x75\x2a\xc6\xc7\x25\x25\ \x24\x44\xf8\xae\x1f\xbb\x15\x94\xd8\xb1\x5b\xe3\x84\x84\x46\xcf\ \xb7\xa9\x96\xb7\xff\xb8\x8a\x82\x63\x13\xc4\xbd\x73\x27\xbe\x3f\ \x64\x49\x54\x93\x01\xdd\x1a\xc6\xdc\x17\x18\xc3\x28\xb5\xc7\x94\ \x6d\x54\x0d\x6f\x9b\x3f\x77\xe1\xb4\x6f\xd2\x0b\x54\x51\xe0\x00\ \x04\x5c\x40\x05\x10\xe2\x20\xe4\x01\x49\x3f\x73\x28\xe8\xc9\x76\ \x6d\x1b\xd5\x88\x88\x0a\xb7\xf3\x0f\x9a\xeb\x21\x41\x34\xd2\x37\ \x7c\x73\xa4\xf9\xe4\xf9\x9d\x13\x72\x37\x7c\x77\x96\x97\x79\x08\ \x81\xa9\xf9\xfc\xf6\xb8\xf2\xd5\x2b\x25\xc7\xc7\x39\x59\xd1\x99\ \xf3\x29\xb5\x5f\xe9\xda\x20\x31\x29\x2c\x22\x4c\x42\x22\xaf\xe5\ \x5d\x48\xbd\x2a\xd8\xcc\x83\xdf\x7c\xb5\x76\xe5\x77\xbf\x6c\x3d\ \xef\xc9\xbd\x71\xe1\x66\x7e\xe3\xde\xcf\x54\x88\x2c\xdf\xfa\xc5\ \x67\xc2\xae\x9f\xca\xc8\xd6\xa2\xca\xc7\xe7\x1e\xd8\xf8\x71\x9f\ \x91\x47\xbd\xf5\xdf\x7a\xa9\x85\xc4\xb4\x07\xaa\x2e\x02\xfc\x3d\ \x5e\x66\x88\x38\xc8\x41\x08\x20\x84\x88\x13\xfd\xe9\xc7\x33\xec\ \x71\x1d\xbb\x37\x4d\x88\x6f\xf8\x7c\xbb\x1a\x05\x07\x8e\xfb\x01\ \x2f\xda\x9c\x45\x07\x97\xbe\x37\xf8\x33\xc5\x16\x24\xf0\xe8\x3e\ \xdd\x41\x1c\x57\x70\xf9\x50\x7a\x6c\xcd\x97\x07\x3c\x93\x1c\x17\ \x11\x5b\x2a\x39\x3c\x98\x77\xc4\x96\x7b\xbc\x82\xb2\x79\xf6\x9c\ \xcf\x66\xae\xbf\xe5\xd2\x45\x1e\x01\xc8\x39\x1c\xc2\xe1\xcf\x47\ \x4f\x9e\xbb\x47\x08\x75\x4a\x08\xa7\x5f\x3e\xee\x77\xd8\x32\xf6\ \x6d\xf9\x7a\xd1\x9a\x9f\xbe\x3f\x90\x96\xee\xe5\x45\x0e\x01\x1e\ \x95\x0c\x2b\x60\x32\x98\x5c\xbb\x7a\x69\x72\x76\xf9\x27\x33\xbf\ \xfa\x72\x97\x82\x10\xa4\x20\x38\x21\x9e\x66\x1e\x9f\xd9\xff\xed\ \xd5\xfb\x84\xd7\x07\xbc\x1c\x27\xe9\x26\xa6\x18\x4a\x35\x5a\x3f\ \xd3\xaa\x49\x19\x80\xf1\x43\xa2\x39\x51\x68\x72\x85\x52\x61\x95\ \x5a\x3f\xd7\x3e\xe4\xda\xd9\x6c\x8f\xc1\x09\x88\x43\x08\x02\xc4\ \x21\x84\x78\x11\xe7\x5d\x4c\xf1\x73\xed\xfa\xb4\x4d\x8a\xaa\xf9\ \x4c\x97\xe6\xe6\xf1\x63\x85\x26\xe3\x4b\x6c\x0e\xe4\x10\x87\x38\ \x51\xcb\x3c\x73\xd9\x6b\x70\xae\x2b\x1b\x16\x7e\xb1\x71\xed\xd6\ \x83\xfb\x6f\x40\x5b\x50\x74\xa2\x7c\x70\xe1\x94\xf7\x06\x2f\x0c\ \x69\xd0\xbf\x67\xe3\x04\xdd\x24\x8c\x62\x29\xbe\x7a\xe7\xee\xed\ \x12\xc2\x38\x8c\x1f\x30\xd0\x20\x44\x36\x87\xed\xc2\x37\x13\xc6\ \x4e\xf8\x09\x85\x04\x49\x3c\xcc\xba\x7c\xb4\x58\x96\x73\x8f\xff\ \xfa\xf5\x82\x55\x3f\x6e\xdc\x7b\xf9\x9a\x4b\x90\xc4\x20\x3b\xdc\ \x3d\xf7\xdd\x19\x9f\x1f\x11\x43\x9d\x22\xd0\xaf\x9e\x3d\x11\xfb\ \xf4\xd3\x4f\x54\x29\x57\xbb\x43\xd7\xc7\xed\x85\x57\xce\x66\x02\ \x51\x40\x90\x83\xb0\x44\x60\x00\x70\x3c\x28\xfe\x79\xe5\xae\x4a\ \x7d\x3f\xe9\x59\x5d\xdf\xbd\xe9\x3c\x12\x85\xbf\xbe\xa3\x88\x88\ \x9a\x91\xe5\xea\x34\x7a\x5a\x85\x62\x35\xf3\xd0\xb2\xc9\x0b\x0f\ \x0a\xc0\x5c\x32\x6a\xd6\x3b\x93\x07\x2d\x69\xc7\xbb\xaf\x1e\x98\ \x3e\xe9\x67\x03\xe8\xd7\xce\x5e\x3c\x52\x7c\x60\xfb\x8f\x67\x1b\ \xef\x39\x9f\x9e\x9e\x0f\x00\xf0\x16\x79\xfc\x1a\xe5\x00\x53\xbc\ \x1e\xaf\x82\x21\x84\x02\x4f\x8f\xaf\xf9\xa1\xf3\xbc\x21\x0b\xd6\ \x37\xf8\x7e\xfa\x27\x9f\x6f\xd8\x39\xf5\x93\x2a\x43\x47\xce\x6a\ \x21\xd0\xeb\x5b\x96\x2e\x5d\x7f\xdd\xe0\x8a\x17\x2d\xbd\xf2\xe2\ \xcc\xa5\xed\x35\x14\x21\x14\x6e\x2b\x22\xee\xf3\x3f\x4e\x9a\x56\ \x7e\xd0\xb8\x79\xed\x11\x2f\x7b\xaf\xa5\xe5\xa9\xbc\xa3\xcc\xb3\ \x1f\x7e\x5c\x37\x92\x60\x24\x1c\xf8\x61\xc5\xd1\x5b\x44\xe6\x91\ \xae\xd2\x9a\xdd\xdf\x99\x36\x92\x7f\xb5\x42\xcf\xa3\x37\x54\x51\ \xe0\xee\x0f\x5e\x60\xd8\xeb\x2a\xd2\x02\xe3\x19\x22\x59\x22\x07\ \x3f\x9f\xba\x26\x7a\xf4\x87\xdf\xae\xc6\x54\x3d\xfd\xd5\xd2\xd9\ \x73\x7f\xd0\xbd\x3e\x97\x4b\x83\x00\x11\x43\x29\x72\x21\x51\x30\ \x7f\x59\xb4\xa6\xd6\xa7\xfd\x97\xfc\xda\x5a\x08\x8f\x4a\xfd\x61\ \x8e\x4e\xa9\xcf\x55\x6c\x98\x94\x60\xcc\x11\xc3\xeb\xf2\x23\x5a\ \xb8\x6a\xd4\x84\x88\x29\x23\xe7\x6d\x7e\xce\xc4\xee\x1f\x3f\x99\ \xb8\xe6\xd7\xcb\x65\x5a\x76\x19\xd8\xed\x31\x53\x35\x39\x75\xef\ \xca\x2d\x67\xc0\xbd\xc7\x9d\x01\xc8\x21\x2d\x7d\xe9\xf4\x6d\x83\ \x06\x4c\xfc\xaa\x87\x1e\x11\xcb\x6f\x5b\x5d\x88\x20\xf3\x16\x7a\ \x14\x9d\x71\x80\xf9\x3d\x6e\xce\xe0\x8c\xdc\x43\x53\x3f\xfc\x66\ \xd8\x3b\x13\x97\x0d\xa4\x41\x42\xd6\x8e\x4c\xdf\x7d\xcb\x34\x88\ \x10\xf1\xe4\x5c\xba\x6e\xeb\x3d\x7d\x51\x77\x84\xce\x2d\x99\xbd\ \x7e\x77\x9e\x1a\xbc\x6f\xc9\xfa\xc6\xfd\x96\xad\x7a\x85\xc8\x41\ \xbe\x1b\x39\x0a\x72\x5d\xd9\xfc\xc9\xa8\xa4\xc1\x43\xc6\x3c\x39\ \x84\x99\xd9\xe7\xe6\x8d\x18\x97\xe6\x53\xbc\x7e\x5c\x70\x7a\xeb\ \x87\x7d\xc3\x66\x2f\x79\xab\xcd\xa1\x8b\x7b\x8d\xb2\xaf\xce\x18\ \x96\x2c\x6a\x0c\x81\xf5\x6b\x96\xa4\xfb\x04\xf1\x1e\x47\x22\x14\ \x64\xf1\xfa\x0f\xab\xb7\x36\x1a\x37\x76\xc3\x2a\x53\x0a\xbe\xb6\ \x65\x89\x02\x38\x62\x9a\x51\x8f\x75\x9a\xb8\xa1\xa1\x0c\xf3\x17\ \xbf\x3f\xe3\xa6\x8f\xe3\xef\xf7\x9a\x30\xc3\xa4\x65\x3b\xbe\x32\ \xe3\xc7\xe7\x24\xf5\xda\xec\x61\xdf\xb8\x81\xa0\xb9\x3d\x1e\x1f\ \xe6\x00\xd0\xfd\x5e\x17\x4f\x05\x96\xb1\xe8\x83\x39\x23\x27\x0d\ \x5e\xd2\x99\x73\xa5\xec\x9d\x31\x65\x1b\x11\xec\x12\x29\xf8\x71\ \xcd\xd7\x1f\x8e\x7d\xfb\xb3\x36\xc5\xfb\x96\x4e\x99\xb5\xfc\xd8\ \xcc\x0f\xbf\x78\xe7\xc3\x4f\x96\xbe\x0e\xb2\x0f\xaf\x9d\xb6\xf8\ \x08\x10\xc3\x1a\xbe\x3a\xe4\x99\x3a\x11\x2a\x86\xc5\x27\xbe\xfa\ \xe1\x44\x9e\x74\xaf\xe3\x02\xf1\xbc\xe7\xda\xa1\x45\xcb\x9b\x75\ \x99\xbb\xbc\xb3\xce\x87\x83\xfc\xf4\x7c\x9d\x13\x0d\x57\x81\xd7\ \xa4\x00\x01\xec\x2e\xf6\x10\x4e\xc8\xdc\xf3\xf5\xf4\xa5\xc9\xfd\ \x66\x7f\xde\x83\x93\x8c\x5b\xc7\xb3\xbd\x94\x43\xf7\x87\x06\xf2\ \x92\x78\xf9\xc7\x0d\x97\x3f\xe8\x2a\xfe\xf2\xfd\xf9\x6c\x5d\xb0\ \xdb\x21\xe4\xf5\xdc\x2b\xdf\x7f\x71\x6e\xc8\x27\x73\x1b\x1d\xfd\ \x61\xe2\xbb\x73\x76\xcc\x99\x5a\x26\xfe\xa3\x71\xeb\xbf\x04\xf6\ \xe0\xd4\x9f\x57\x10\x9e\xfc\x32\x6d\x42\xe2\x84\xd1\x93\xbf\x5f\ \x63\x62\xe5\xc0\xe2\xf9\x4b\x57\xee\x5c\x3f\x7e\x62\xdc\xf4\xf7\ \xe7\xfd\xdc\x59\xcb\xbb\x3c\xf3\xdd\x65\x99\x3a\xaa\xd3\xa8\xfd\ \x90\xfe\x2d\xa1\xa1\xf3\xe6\xf9\x65\x8b\xf7\x1b\x50\xba\xdf\x3f\ \x09\x21\x84\x4c\xf1\x16\x79\x6f\xcf\x3d\x21\x84\x58\xf3\xba\x3c\ \x7e\x0a\x10\x04\x00\x20\x81\x15\x9d\x9b\x3d\x7a\xf9\x3b\x1f\x8d\ \x5d\xda\x1f\xe4\x1c\xfd\x6e\xea\x67\x47\x61\xad\x7a\x6e\x97\x8f\ \x50\x82\x09\x23\xba\xcf\xe3\x52\xee\x9b\x28\x22\x5e\x30\xb2\x8e\ \x4f\x7c\x6b\xf1\xf0\x51\x83\xe7\x74\x03\xd8\x9d\xb9\xf6\xd3\xb1\ \x1b\x8e\xee\x5e\xfc\x55\xe3\x5e\x8b\x57\x76\xc7\x62\xa8\x96\x7d\ \xb3\xc8\xa4\xaa\xc7\xe3\xd5\x28\xc0\x84\x50\xdd\xe7\x36\x30\x4b\ \xdb\xbe\x62\xc6\x97\xc9\xfd\x16\x2e\xeb\xc7\x8c\xb4\x3d\x9b\x66\ \x7f\xb8\xd8\x43\x88\xd7\x5d\xa4\x96\x04\x89\x42\x59\x80\xa7\x37\ \xac\xdf\x5a\x7f\xd8\xe4\xad\xeb\xa9\x1c\x56\x78\xf1\xe7\x22\x3f\ \x76\x56\xad\x3d\x68\xdc\xab\x51\x50\x05\x10\xaf\x5a\xbe\x3e\x57\ \x17\x39\x88\x0d\x31\xe2\xf9\xb1\x33\xda\x38\xd6\x3d\x5b\xf7\xc3\ \x62\x66\xfb\x9d\xdf\x9a\x19\x26\x49\x6e\xde\x7d\xfa\xa6\xf6\x92\ \x91\x3e\xf7\x9d\x55\x85\x80\x37\xdc\x5e\xb7\xcf\x44\x00\xe8\x8a\ \xd7\x25\x51\x11\x64\x2d\x19\x35\x73\xc4\xe4\x41\x9f\x6f\x11\x3c\ \xd7\x0e\x4e\x9f\xb8\xc5\x00\x92\x52\xec\xa1\x2a\x41\x00\xa8\x5e\ \x8f\x47\x85\x48\xbd\x38\x6b\xe4\xfc\xe1\x63\x46\x2c\xed\x62\x6a\ \xbe\x5b\xcb\x86\x8e\xdd\x79\x95\xd4\x7f\xe5\xad\x17\x1a\xc4\xa8\ \x06\xf0\x9f\xfd\x66\xc3\xd1\x6c\x49\x40\x44\x53\xc2\xeb\xbf\x30\ \xe3\xeb\x17\x67\x77\xef\xb2\xf8\xdb\x8b\x9c\x5d\xbe\xef\x25\x98\ \xaa\xd7\xed\x51\x29\x20\x04\x73\x86\xdf\xa3\x22\x96\x7d\x7c\xdd\ \xa4\xb9\xe5\x07\x4d\xfb\xac\x3b\x30\xb2\x8e\x6f\x9f\x34\x64\x81\ \xe2\x75\x79\x05\x9d\x02\x4c\x09\xd1\xbd\x6e\x4c\x59\xca\x8f\x4b\ \x16\x37\x1c\xff\xf6\xaa\x2f\x39\xd3\xbb\x69\xcc\xe4\xfd\x57\x0d\ \x5b\x28\x2b\xb1\x42\xb7\xfb\xcb\xf1\xdc\x95\x6d\xeb\xce\x0c\x79\ \xa3\x9d\x67\xcd\x91\x74\xbf\x24\xd9\xfe\x72\x94\x1e\xac\x6d\x2f\ \x0f\x20\x92\x1d\x0e\x44\x75\x4f\xb1\x17\x70\x82\x20\x20\xac\xe9\ \xd0\x16\xe4\xb4\x0b\xaa\xdb\xa5\x33\x3e\xf0\xdd\x66\x80\x52\x06\ \x10\x44\x01\x77\x34\xe4\x10\xa0\x94\x31\x00\x11\x82\xac\x64\xaa\ \x4b\x4d\x8c\x24\x9b\xc3\x2e\x18\xaa\x6a\x62\x62\x1a\x58\x74\x86\ \xd8\x79\xea\x75\x79\x28\x2f\xf1\x90\x98\x26\xb0\x87\x06\xcb\x02\ \x50\x7d\x8a\x89\x19\x04\xd4\xd0\xb1\x1c\x12\x62\x17\xa1\xea\x57\ \x30\x01\x10\x42\x4e\x10\x65\x9b\x08\x88\xe1\x75\x7b\x19\x12\x39\ \x48\x31\x0a\x6e\xff\xfe\xa7\x6f\x77\xd0\xde\x6a\x3b\xe2\x9a\x07\ \x0a\x0f\x5a\x42\x20\x84\x18\xa3\x25\xf1\x3d\x10\x30\xd3\x34\x29\ \x72\x84\x06\x8b\x1c\x33\x54\xcd\xc4\x04\x20\x0e\x01\x46\x29\x03\ \x10\x22\x08\x19\xa3\x58\x37\xa1\x64\x77\x06\xcb\xcc\xd4\x15\xbf\ \xce\x02\xb9\x18\x25\x5d\x81\x10\x41\xc0\x28\xd6\x75\xca\xc9\xce\ \x10\x07\x07\xb0\xa6\xe8\x84\x30\xc8\x71\x92\xcd\x26\x70\x40\xf5\ \xb9\x55\x03\x08\x3c\xf7\xa0\xc8\x62\x2c\x05\x07\x3b\x64\xce\x50\ \x55\x4d\xc7\x10\xc2\x7b\xc5\xc5\x28\xa3\xa6\x66\x08\xce\xe0\x20\ \x1b\xaf\xfb\x15\x03\x3f\x68\x5d\xc6\x18\x83\xbc\x3d\xc8\x06\xb1\ \xe6\x71\xfb\xa1\x28\x21\x46\x30\x81\x41\xa1\xc1\x02\x47\x55\x9f\ \x82\x09\x80\x80\xea\xba\x29\x05\x05\x3b\xec\x02\xc3\xa6\xa6\xea\ \x34\x70\x07\x42\x4d\xdd\x10\x82\x82\x04\x40\x0c\x83\x0a\xb2\x2c\ \x49\x3c\x31\x55\xaf\x47\x41\xbc\xf8\x3b\xdf\x1d\x64\xc4\xc4\x80\ \x73\x86\x04\x23\xaa\x2b\x7e\x4d\x53\xcd\x56\x13\xe7\xf5\x2f\x7f\ \x62\x60\xdf\xb5\x04\x62\xbf\x82\x05\xe9\xbe\xe9\x00\xd5\x14\xf8\ \xd2\xca\x65\xcd\xdd\xdf\x0c\x7d\x7f\x0f\x02\x9a\x62\x30\x51\xe4\ \x21\x42\xb7\xd3\x4c\x10\x84\x8c\x52\x86\x75\x1d\xd9\x9c\x4e\x3b\ \xaf\xb8\x5c\x06\xe0\x05\x9e\x83\x80\x9a\x26\xe1\xed\x41\x41\x32\ \xd2\x55\xcd\x34\x09\x36\x0c\x3e\x28\xc4\x21\x02\x9f\xcb\x4d\x90\ \xc8\x73\x10\xf1\x82\x2c\xcb\x08\x12\xbf\xdb\x6d\x30\xee\xf7\x6f\ \x9c\x51\x82\x31\x70\x84\x06\x4b\x3c\x50\xfd\x8a\x89\x19\x44\x10\ \x21\x48\x09\x05\x77\x64\x4c\x88\x61\x52\x7b\x48\x88\x2c\x30\xc5\ \xa7\x06\x02\x16\x1f\xb4\xfb\x4f\x18\xe2\x21\x21\x00\xdd\xde\x7c\ \x62\x14\x63\x66\x0f\x76\xf2\xc0\x54\x35\x93\x98\x26\x61\x9c\x33\ \x2c\x18\x51\x43\xf1\xeb\x00\x42\x6a\x1a\x18\xf0\xce\x50\x27\x8f\ \xa8\xa1\x68\x26\x61\xd4\x34\x28\x27\x07\x87\xd8\x4d\xaf\xdb\x6f\ \x30\x41\x14\x10\x84\xa2\xcd\x26\x0a\x50\xf7\x7b\xfd\x2a\x11\x84\ \x07\x67\x99\x41\x84\xc0\x1d\xbd\xbd\xad\x77\x77\xad\x1c\x19\xd6\ \x0d\xde\x11\xec\x90\xa1\xbf\xd8\x6d\x22\x41\xe0\x79\x04\x41\x49\ \xa4\x37\x84\x08\xc2\x7b\xa2\xbe\x7f\x8b\x50\xd6\x91\xdd\xe9\x74\ \x48\x80\x62\x5d\xd5\x31\xc6\x18\x43\x47\x58\xb0\xc4\x31\xd5\xe7\ \x37\x09\x40\x1c\x82\xa0\x64\xdc\x42\x14\xd0\x75\x53\x37\x98\x3d\ \x34\xd8\x26\x22\x53\xd3\x74\x83\xdc\xff\x78\x10\x50\xd3\xa4\x48\ \x0a\x0e\x71\x40\x66\x2a\x3e\x95\x32\x08\x21\x0c\x68\x17\xd6\xfc\ \x5e\x9f\xce\x0b\x02\x20\x98\x0b\xab\x30\x78\xf9\xdc\xea\xb9\x6b\ \x06\xf6\xfb\xc2\x94\x65\x74\xbf\xe6\xb0\x2e\x8b\x97\x74\x00\x9b\ \xde\x1a\xb6\x0d\x42\x5d\xd1\x99\x20\xf2\x08\xa1\x80\xcf\xed\x8e\ \xe6\x10\x5d\x87\x72\x90\xd3\x11\xb0\x42\x9c\xc0\x73\xbf\x69\xd7\ \xed\x41\x84\x75\x03\xca\x0e\xa7\x53\x06\xd8\xd4\x54\x9d\x50\xc0\ \xf1\x82\x6c\x93\x11\x22\x7e\xb7\xdb\xa0\x9c\x80\x00\x01\x7c\xa5\ \x8e\x03\xa6\x4e\x6f\xbd\xb8\x5b\x9f\xef\x8f\x14\xdb\x6c\xfc\x03\ \xde\xc1\x1d\x13\x16\xf8\x7f\x8c\x0d\x83\xc8\xc1\xc1\x76\x99\x33\ \x75\x5d\xd7\xf1\xdd\x82\x08\x88\x8b\x98\xa6\x49\x60\x50\x58\x08\ \x32\xfc\x5e\x9f\xce\x49\x22\xba\xd7\x0a\x31\x00\x05\x51\x10\xa2\ \xaa\xbc\x33\x6b\x78\xfa\x67\x1f\x2c\xfd\x29\x5d\xb6\x8b\x7f\xd9\ \x52\xf3\x01\x4d\x55\xbd\x1e\x00\x00\x27\x4a\x10\x02\xc6\x00\x27\ \x49\x80\x18\x3e\xaf\x01\x90\x20\xdc\x56\x5e\x00\x20\x87\x60\xc9\ \xf9\x8c\x00\x50\x4c\x02\xd9\x5a\x94\x10\x70\x3b\x6f\x0b\x09\x3c\ \x0b\xfc\x21\x80\x10\x22\x41\x12\xa9\xae\xf8\x74\x00\x45\x89\x2f\ \xd9\xb9\x04\x86\xdf\x67\xdc\x89\xe3\x05\x48\x94\x45\xa2\x29\x5e\ \xed\xce\x2f\x0c\x1b\x9a\xcf\xd0\x00\x00\x90\x13\x11\x04\x0c\x9b\ \xf6\xd2\xb5\xab\x3a\x33\x26\xf6\x5b\x76\xbd\x98\x09\x0f\xc9\x98\ \x20\x77\x3d\x06\x60\x00\xf2\x82\xc8\xd8\x9d\x7b\x41\x08\xd9\x9d\ \x2b\x18\x23\x94\x42\x08\x39\x51\x60\xd4\xf0\xb9\x8c\x92\x2b\x00\ \xa3\x84\xc2\x3b\x83\x95\x04\xae\x91\x38\x46\x55\xaf\xb7\xe4\x12\ \x08\x18\xc1\xaa\xcf\xab\x96\x74\xf7\xc1\xfe\x65\x41\x12\x88\xa6\ \x78\x7e\xeb\xd4\xef\xc5\x05\x05\x59\x62\x86\xe6\x35\x7e\xbb\xe6\ \x77\xcd\x40\xc8\xb0\xe2\xf5\x02\x00\x78\x49\x0a\x4c\xd8\x05\x04\ \x34\xdf\x1d\x69\x41\x00\x90\x24\x8b\xcc\xd4\x7c\x6e\xed\xf6\x2f\ \x8c\x60\x06\x21\xe0\x25\x91\x1a\xba\x01\x21\x80\xc0\xd0\x14\x43\ \x0b\x7c\xe4\xc5\x07\xdd\x8a\x41\x8e\x17\x18\x0b\xa8\x01\x00\x00\ \x02\xa8\xbb\x3d\x05\xf9\x1e\xc5\xe7\x07\x36\x49\x94\x84\x07\x46\ \x34\x2b\x45\xae\x42\x97\x47\x51\x7c\xa2\x4d\x14\xc5\xdb\xbd\x0b\ \x88\x32\xf0\x4d\x0c\x3c\x39\xd1\x7d\x5e\x1d\x70\x01\x5d\x0a\xb8\ \xb2\x39\x66\xa8\x5e\xa3\x64\x62\xc9\x4b\x12\x33\x54\x9f\x01\x80\ \x10\xd0\x13\x40\x4d\xc3\x6f\x06\xde\xcb\x83\xf7\x60\x20\xe2\x04\ \x11\xe8\x7e\x9f\x7e\x47\x97\x18\x23\x98\x96\x48\x80\xd0\x12\xf7\ \x81\x88\x4c\xd5\x6f\xaa\x77\xc4\xf5\xe0\xa6\x20\xa3\xe0\xee\x8f\ \x01\x44\xbc\x00\x74\xc5\xaf\x07\xf4\x98\x17\x10\x63\x01\x1d\x08\ \x74\x1c\x09\xa2\xc8\x98\xe6\xf3\xdd\x69\x16\x09\x22\x62\xc4\xef\ \xf1\x02\x80\x44\x31\xe0\xe8\xa7\x9a\xdf\x17\x78\x53\x0f\x33\xd3\ \x25\xdf\x89\xbb\x5f\x3f\xa3\x81\x67\xbf\xf3\x28\xbc\x24\x31\x53\ \xf3\x99\x00\x08\x92\x00\x7e\xeb\x5c\x20\x68\x9a\x3c\xb8\x5f\x50\ \x90\x65\x46\x0c\xbf\xe7\xb6\x7a\x05\xc4\xe5\xf3\xea\x77\x34\x8b\ \x12\xca\x4a\xfe\x96\x11\xc2\x20\x04\x88\x97\x24\x86\x55\xc5\x7b\ \x97\xb8\xe8\xbd\xc3\x0a\xf1\x02\x64\xc4\xef\xf1\xfc\x36\x82\x01\ \x33\x54\xc5\x50\x01\x00\x80\xe7\x05\x08\x80\x49\x58\x72\xed\x27\ \xe4\xf3\xeb\xc7\xcf\xfc\x56\x13\x44\xe1\x41\x9a\xa3\x16\xbb\x0a\ \xa8\x47\x51\xfc\xc2\xc3\x35\x87\x93\x24\x40\xef\xb1\x42\x77\xae\ \xb9\x33\x88\x78\x49\x62\xd4\xf4\xbb\xcd\x12\x4d\x82\x80\x62\xc3\ \x5f\x32\xa8\x04\x81\x03\x8c\x18\x2c\xa8\x74\xfd\x5a\x11\x5f\x0f\ \x1b\xf5\xcb\x89\x42\xc9\x26\x3e\xd0\x6b\x7e\x97\x48\x09\x01\x00\ \x22\x4e\x94\x10\xd1\xd5\x80\xbc\x20\x84\x80\xfd\x16\x12\x1f\x10\ \x17\xe4\x78\x11\x31\xdd\x17\x18\x9e\x25\xbe\xb5\xdf\xac\x10\xa3\ \x3a\x96\x1a\xbf\x3a\x72\x40\xdf\x6a\x17\xd6\x2e\x5d\xf7\x6b\x9a\ \x20\x4b\xff\x4e\xe6\xcb\xbf\x7b\xe2\x2d\x04\xcc\x34\x0c\x8a\x04\ \x91\xff\x4f\xe7\xc1\x32\xaa\xeb\x26\x2f\x49\x1c\x0c\xb8\x37\x4c\ \x83\x30\x49\x14\xfe\x2c\x1f\x35\x70\x62\x24\xa4\xa6\x61\x62\x20\ \xca\xc2\x7f\x26\x41\x15\x02\x62\x18\x18\x20\x49\x78\xc4\xfc\x7b\ \x46\x30\x66\x90\xe7\x39\x2b\x41\xd6\xe2\x1f\x07\x84\x10\x1b\x3a\ \x81\xfc\x7f\xde\x2c\xfc\xb5\xa7\xa1\x44\x33\xb0\x20\x8a\xe8\xbf\ \x38\x1c\x19\x00\xbc\x28\x8b\x1c\xf1\xb9\xfd\x80\xff\xeb\x7b\x89\ \x77\xb6\xfc\xff\x2d\x63\x6a\x60\xa9\xfe\x73\x3d\x5a\xd5\x8a\xfe\ \x7d\x5e\xc1\xbf\xd7\x32\x61\xf6\xc4\xce\x7d\x5e\xac\x18\x0a\x4c\ \x02\x00\x63\x00\xf1\x7f\x68\xa6\x01\xa3\xbf\x2d\x21\x89\x6e\x44\ \xd4\x6a\xd6\xad\xf7\x13\x22\xfb\x8f\x24\xa7\x33\x53\x67\x65\x9a\ \x76\x7a\xbe\x55\x35\x88\xcd\x47\xb9\x9e\x01\x2e\x24\x26\x36\x3c\ \x58\xfc\x7f\xb8\xea\xcc\xa3\x54\xcc\xb1\xaa\xea\x58\x3c\x44\x2f\ \x10\x2f\xfe\x91\x99\xfe\x6f\x6a\x0e\x63\x14\x20\x49\xfa\xaf\x9a\ \xe9\xc0\xd2\x81\x18\xaa\xa2\x18\x48\xf8\x77\xcd\xf4\x6f\x96\x9a\ \x12\x6c\xe8\x86\xa1\x1b\x25\x31\xb3\x8c\x9a\xba\x61\xe8\x86\x79\ \xc7\xfe\x32\x8a\x4d\xa3\xe4\x9a\x80\x43\x87\x51\x53\x57\xbd\x86\ \xd0\xf4\xc5\x3e\x4f\xd5\x88\x34\x31\x61\x77\xfe\xca\x78\xa8\x7d\ \x64\xb7\x6f\x44\xee\x24\x74\x97\x34\x6b\xde\x09\x0a\x65\x94\x18\ \xaa\xdf\x94\xcb\x74\xef\xd7\xa3\x7c\x30\x0b\xc4\x94\xdd\x1f\x8a\ \x44\xb0\xa9\x1b\x86\x61\x06\xd2\x3a\xb1\xae\x38\x2a\x3c\xd5\xef\ \x8d\x4e\x76\xd5\xa3\x68\xa6\x89\x71\x5c\xc3\x16\xdd\x5e\xaa\xcb\ \x54\xbf\x61\xfc\x16\xe2\x55\xd2\x4d\xe3\x4e\x0a\x2e\x23\xd8\x34\ \x4a\x7a\xfa\xb0\x52\x0e\x0c\x1b\x86\x17\x1b\x95\x5a\x74\xed\xda\ \xaa\x0a\x30\x75\x06\x18\x31\x4d\x43\x37\x4c\x93\xb0\x80\x1c\xcc\ \x92\x06\x19\x21\xa6\x49\x18\xd6\x7d\x30\x7a\xe8\x57\x3f\x4f\x1f\ \xfe\xb8\xa1\xea\x77\x3f\xf2\x3d\x3d\x65\x14\x1b\x86\xa1\x1b\xf8\ \x4e\x3e\x32\xbd\x2d\x40\xf3\x6f\x50\xfd\x04\x3e\x42\x29\x22\x08\ \xad\xa2\x3a\x16\x0f\x51\x8d\xbf\x91\xe6\xfc\xef\xb4\xf4\x76\x18\ \xc8\xbf\x0d\x0f\x00\x20\x86\x06\x9d\x51\xe5\xcb\x26\xd8\x79\xe6\ \xca\xbe\x99\x9d\xe7\xe5\xe4\xd0\x72\xd5\x12\x1c\x3c\x2b\xca\x48\ \xcb\x2a\x50\x11\xcf\x41\x24\x84\x25\x24\x44\x45\x87\x8a\x88\x14\ \xdd\xb8\x91\x53\xac\x10\x8c\xa2\x2b\x54\x2e\x2d\x47\x85\x38\x80\ \x49\x28\xa3\x94\x52\x3e\xbe\x72\xc5\xc8\x10\x51\xf3\x14\xdd\x4a\ \xcf\x31\xc8\xef\xcc\x2b\x05\xf6\xc8\x84\x84\xe4\x48\xce\xf0\x67\ \x5e\x4b\x75\x69\x94\xe7\xf9\xe0\xf8\xf8\xd8\x98\x50\x68\x78\x6f\ \x5d\xbd\xe1\xa7\x1c\xa2\x98\xf2\x41\x65\x6a\x97\x93\x23\x13\x38\ \x84\xf1\x6d\xb7\xf8\xdd\x9f\x2a\x6a\x9a\x40\x0a\x2e\x57\xa3\x34\ \xe7\xcf\x4f\xbb\x96\x69\x40\xd1\x1e\x1e\x53\xb7\xfd\xb3\xcf\x77\ \x12\xaf\x1c\xba\x94\xa3\xea\x69\x67\xaf\x60\x83\x00\x5b\x4c\xd5\ \xfa\x75\x8a\x8a\x8b\x6e\xdd\xc8\x67\xa2\x48\x75\x8d\x0b\x8e\xae\ \x5c\x21\x91\x79\x72\xd3\x52\xb3\x29\x12\x20\x40\xf6\xf0\x98\x98\ \x84\x28\xbb\x88\x94\xbc\xac\x9b\x59\xc5\x14\xde\x5f\x3d\xcd\xd4\ \x71\x48\x62\xe9\x52\xc1\xce\x98\x08\xd1\xf0\x12\x00\x80\xa9\x99\ \xc1\x09\xa5\x93\x13\x43\x7d\x59\xe9\x19\x99\x2e\xde\x19\x91\x18\ \x6e\x77\xe5\xe4\x68\x84\x21\x47\x58\x42\xb8\x50\x90\xed\xa9\x58\ \x35\xee\xe2\x0f\x4b\x8f\x9f\x4e\xe3\x4b\xbc\x25\xcc\xd4\x0d\x7b\ \x74\x52\x72\x72\x24\x47\xb4\xfc\x8c\x9b\x45\x6e\xcd\x24\x30\xa6\ \x7c\xe5\x98\x10\x2e\x37\xf5\x7a\x9e\x1b\x0b\x88\x31\x28\x27\x57\ \xab\x1c\x1a\xc4\x29\xc5\x05\xb7\x6e\xe4\x61\xab\xb6\x98\x85\x85\ \x45\xc0\x52\x53\x53\xb7\x95\x6f\x3e\x6a\xd6\xc8\xf2\xa1\x8a\x47\ \xa5\x29\x6b\xe6\xce\x5a\xb6\xc7\x51\xba\x71\xcf\x77\xba\x87\xd9\ \x43\x12\xa2\xd4\xcf\xdf\x7a\x7f\xeb\xc9\xac\xd2\xcd\xfb\x4f\x9b\ \xfb\x8a\x9e\x75\xd3\xe4\xd1\xc1\x59\xe3\x97\x6c\xb9\xfa\xc4\x9b\ \x63\xdf\x7d\xb3\x91\x2b\xd3\x57\xa5\x6e\xa9\x6d\x2b\x0c\x1d\x70\ \x2d\x06\x7f\x34\xe0\xd9\x32\x05\x39\x0a\xaf\x5e\x9c\xf5\xce\x82\ \x74\x37\xbd\xd7\x4b\xcb\x0c\x13\x56\x6b\xd4\xe6\xe5\x97\xea\x3b\ \x42\xe3\x85\xac\xdd\x63\x5e\x9b\x92\x17\xd1\xe0\xc3\x4d\x73\x4a\ \x79\x6e\x18\x21\x09\xf9\x7b\x96\x7f\x34\x74\xb9\xc7\x51\xaa\xcf\ \x9c\x19\xcf\xd4\x16\x8b\xf5\xc8\xb2\xa1\x6e\x8c\x29\x00\xdc\xbd\ \xb6\xd3\x00\xc1\x65\x5f\x9b\xf3\xe9\x93\x65\x05\x2a\xdb\x2e\xac\ \x9e\x3d\x79\xc6\xe6\xf0\x2a\xad\x3a\x3c\x5f\x33\x34\x09\xbf\x30\ \xe2\x6d\x5f\xda\x89\x05\x63\x52\x74\x4d\x0f\xa9\xd9\x69\xd0\xa7\ \x65\xc2\x12\x82\xb7\x8c\x7f\x7f\xc9\x37\xa7\xe4\x72\x4f\x0c\x99\ \x38\xb8\x94\x6c\xda\x23\xc3\x2e\x7d\x39\x6b\xf6\xe7\xdb\xcd\xb8\ \x66\xa3\x57\x8e\x29\x23\x16\x15\x99\x5c\xf6\x96\x2f\x67\x2f\xd8\ \xac\x20\xdb\xdd\xd6\x91\x68\x46\x62\x9b\xde\xe3\xa6\xbe\x02\xf3\ \xf2\x62\xab\xd7\xcb\xfb\x6c\xb5\xc9\x8c\xf8\x96\x2f\x8f\x78\xf7\ \x59\x4e\x31\xa2\x22\xe1\x77\xef\xbd\xb3\x2e\xb5\xca\xa4\xaf\x47\ \x6f\x79\xbb\xeb\xe7\x87\x8b\x9e\x7c\xf3\xd3\x77\x5b\x65\xf7\x7d\ \xfe\x9b\x96\xdd\x9e\x69\xd3\xe9\x49\x6d\x7b\xfa\x4f\xdb\xaf\x33\ \x81\xc7\x9a\x51\xaa\x75\x9f\x8f\xc6\x75\x97\x8d\x22\x4d\x51\xb6\ \x4d\x19\xfb\xe5\xae\xec\xa6\x03\x47\xf4\x7b\xa1\x9a\xae\x0b\x61\ \x34\x7d\xf6\x9b\x63\x0e\xe5\x48\xcf\x8f\x9d\xd0\xad\x49\x58\x61\ \x11\xc6\x39\x87\xa6\xbf\xbb\x3c\x1f\x73\x96\x97\xdb\xc2\xc2\x02\ \x00\xc0\xeb\x24\xa4\xdf\xb8\xe1\xc9\x39\xdf\x0d\x7c\xf1\x2b\x1f\ \x10\x25\xc4\x38\x9b\xc3\x93\x76\x74\xd9\xf8\x1c\x47\x50\x54\x8f\ \x71\x13\x5f\x68\x55\x6b\xcb\xc9\xf4\xb0\xe4\xca\xce\x8c\xc3\xef\ \x75\x7f\xff\x16\x75\xca\x40\xb3\x25\x34\x1d\xf8\x5a\xa3\x5f\x86\ \xf5\x9e\xbf\x4b\xfa\xf4\xfb\xe5\xa2\x8d\x07\xc0\x51\xa3\x63\x33\ \xe5\xdc\x67\x93\xde\x5f\x57\xa0\x11\x8e\xe3\x7e\xb7\x99\x06\x05\ \x9e\x5c\xfc\x75\xe3\x67\xd7\x0f\xda\xe3\x1f\x1b\x3d\xe1\xd5\x96\ \x95\x17\xad\xf6\x86\xc6\xd9\x32\xe6\x77\xef\xbd\x9f\x76\x5c\xbd\ \xfa\xb5\x46\x49\xab\xce\xd5\xec\xd9\xad\xa6\xeb\xbd\xa7\x07\x5e\ \x09\x7b\xee\x8b\x15\xbd\x84\xfb\x5d\x5d\x4c\x33\x40\xc3\x6e\x03\ \x3a\x26\x5c\x7b\xb3\xed\x07\xee\x8a\x5d\x17\x7f\xfd\x7a\xdb\xdd\ \x87\xd6\xef\x5d\x3f\x6b\x7c\xcd\x84\xd7\x1d\xe3\xbb\x0c\xbf\x89\ \x9c\x3c\xe5\x6a\x3b\x6c\xc5\x47\xd6\x0e\x6d\xf7\x69\xf9\xd7\xe7\ \x8f\xeb\xf1\xfc\xba\x6f\xce\x34\x19\x34\xa4\xa1\xe3\xca\xc4\x71\ \xeb\x43\x5b\xbe\x34\x66\x54\xcf\x5f\x36\xed\x3c\xeb\x48\x28\x13\ \xa4\x2e\xed\xd5\xef\xe7\x1b\x20\x48\x44\x94\xb3\xdd\x5b\x69\xc9\ \xd0\x85\xa4\x3e\xef\xbc\x94\xff\xc5\x87\xc3\x66\x9e\x79\x79\xee\ \x97\x1d\x65\x88\x61\xe9\xfe\xa3\xfa\xcb\xa7\x96\xcf\x5d\x9d\xd2\ \xf4\xbd\xf7\x5f\xfb\xf8\xb9\x1f\xda\x2d\xdb\x75\x4b\xab\xdd\xa6\ \x36\x3b\x7c\xa6\x71\xe3\x1a\x97\x36\x7e\xeb\x51\x6f\x2d\x1e\xf1\ \xce\x35\xdf\xa2\x3e\xc9\x76\x04\x00\xa0\x18\x86\x56\x1b\x36\xe9\ \x95\x5b\x2b\x3f\x9a\xb8\xe8\x18\xb4\xd9\x38\xc3\x1b\x5a\xb1\xcd\ \xdb\x6f\xb7\x3a\x39\x73\xdc\x4f\x67\xb9\xd7\x3f\x1f\xdd\xb7\x5f\ \xed\xfd\x13\x6e\xd5\xe9\xd4\x28\x6b\xe3\xd8\xc9\xd3\xb6\xb9\x31\ \xe3\x90\x65\xa6\x2d\x2c\x2c\x4a\x40\xcc\x11\x5f\x35\xd2\x79\x74\ \xcd\xf7\x69\x5e\xcd\x54\xfd\x3e\x45\x33\x0d\x58\xaf\xf7\x90\xf1\ \x8b\xc7\xf6\x1e\xf0\x4c\xa5\x52\x0e\x41\x00\x10\x00\x06\xb0\xaa\ \xf9\x34\x0d\x53\x6c\x1a\xa6\x21\xc7\x55\x0c\x71\xe7\x1f\x3b\x70\ \xd5\x67\x78\xbd\x5e\x15\x70\x1c\x0f\x5c\xeb\x06\x8f\xbe\x1e\xfa\ \xd4\xb4\xef\x3e\x1f\xf6\xc6\x53\x41\x88\xd0\x7b\xb7\x0c\x18\x25\ \x4c\x8e\xe9\x3e\x79\xca\xe8\xc9\x43\xba\x74\x7d\x22\x32\x18\x89\ \x02\xa4\x0c\x60\x83\x10\x4a\x8a\xaf\xa7\xe4\x2b\x46\x68\xb0\x14\ \x99\x5c\xd9\x77\xea\x4c\x4a\x76\x81\xbf\xc8\xa5\x19\xf8\xf7\x3e\ \x1e\x0a\xa5\xa4\xb2\x95\xb2\xf6\x1c\xbe\xee\xf1\x65\x9e\xdb\x77\ \xd2\xeb\x4c\x2c\x1f\x03\x01\xe0\x05\x9e\x05\xc2\x95\x11\x04\x80\ \x41\x00\xa8\xa9\x1b\x54\xcb\x4a\xb9\x44\xed\x36\x7b\x50\x78\xa9\ \xb8\x52\x36\x67\x42\xfb\xfe\xbd\x9b\x56\xb2\xed\xfe\xfe\x98\x9b\ \x0a\x1c\x24\x86\xa9\x28\x7e\x9d\x12\x62\xe2\xfb\x4b\x17\x33\x8a\ \x51\x68\x62\x82\x84\x4e\x6c\x3f\xe3\x06\x7e\x4f\x91\x87\x32\x8c\ \xc2\x4a\x97\x09\x0d\x0f\x2a\x5d\xb7\xdb\xe0\x9e\xa5\xb4\xcc\x1d\ \x7b\x6e\x20\xa0\xec\xf9\xf6\x78\xf9\xc7\x9e\xac\x5b\xa7\x5e\xed\ \xe4\xbc\xad\xdb\xcf\x41\x5e\xe0\x81\x20\x08\x08\x10\x4c\x00\x21\ \xd8\x90\xe3\xaa\x94\xd6\x0a\xb6\xaf\xdb\x51\x60\x60\xdd\xef\xf5\ \xa9\x7a\x50\x7c\xd5\x78\xd9\x96\xd0\xb0\xdd\x4b\x03\x3b\x1a\xa7\ \x8f\x1f\xbe\xe2\x97\x70\xe6\xf2\xd7\xc7\xfa\x6b\x76\x9f\xbd\x61\ \xd1\x80\x97\x1a\x8a\x14\x5b\x9b\x75\x16\x16\x16\x25\x73\x6a\xe8\ \xcb\xb9\xec\xf2\x35\xec\xf2\x74\xd2\x81\xb5\x7e\x20\xd8\x24\xea\ \xf2\x86\x3f\xdb\xa7\x71\xd1\xba\x8f\x5f\x9f\x75\xa4\xdf\xb4\x35\ \x9d\x6d\x25\xa1\x82\x10\x21\x8e\xe3\x10\xe2\x38\x20\xa8\x59\x29\ \xae\xd0\x6e\x8d\x5b\x54\x3d\xf0\xa3\x2a\xf0\x02\x82\x80\xe7\x24\ \x2d\xfb\xe4\xf4\x97\xf7\x46\xd4\xe9\x38\xf7\x8b\x09\xe0\x5a\xca\ \x94\xad\xb7\xec\xd2\x6f\x31\x6d\x94\x60\x47\x52\xcd\xee\x1d\x43\ \x17\x3e\xdd\xfd\x8b\x73\x31\x2b\x76\x2c\x2c\x89\x9d\x85\x10\x71\ \x1c\x2f\x08\x81\x48\xd8\xdc\xb4\x8b\xc1\xaf\xd5\xab\x99\x14\x79\ \x9c\xf1\x02\xe2\x21\xb8\x3f\xcf\x1a\x31\xfd\x56\xda\xb5\xf8\xe7\ \xea\x97\x0e\xda\xe8\x2e\xdf\xa8\x76\x90\x77\x4d\x6a\x1e\x00\x3c\ \x31\x0c\x67\x70\x6c\x68\x88\x5c\x88\x65\xe6\x33\x19\x03\x00\x22\ \x0e\xf0\x3c\x8f\x18\x44\x50\x73\x65\x15\x66\x15\x69\x87\x67\xbe\ \xf9\xb9\x17\xda\x24\x41\xa0\x26\x11\x22\x10\x80\x90\xe3\x39\xc4\ \x3d\xe0\xfc\x11\x88\x04\xea\xba\x79\x4b\x23\x0d\x3b\xd4\x5f\x75\ \x76\x1f\x2f\x88\x1c\x27\x32\xf7\xad\x2c\x7f\x11\xdd\xf5\xed\x98\ \x05\x87\x39\xd9\x21\x40\x48\x05\x29\x75\xcf\xa6\x94\x37\x3f\x19\ \x39\xad\xb6\x7f\xef\xb7\xa7\x53\x15\xde\x66\xc7\x18\xeb\x98\xd8\ \xa2\xa3\xec\x82\xc4\x6c\x9c\x96\x73\xf9\xa6\x23\xe2\xc9\xce\x4d\ \x0f\x2d\x3d\x09\x65\x9b\x00\xa0\x92\x77\x35\x5f\x2b\x3a\xb2\x62\ \xd6\xaa\x03\xb9\x76\x7b\x10\xa2\x44\x76\x3a\x3c\x97\x77\x4f\xe8\ \xba\x35\xa1\xf9\x2b\x0b\xe6\x4d\x54\x2f\x3c\xb3\xec\x84\xcf\x2e\ \x58\x07\x5d\x5a\x58\x58\x00\x5e\xe2\x8b\xd7\x7c\xb2\xa0\xfc\x9c\ \xe1\x4b\x7f\xed\x50\xe4\x63\x99\x3b\x57\x4c\x9c\xba\x63\xcb\xba\ \x13\x6f\xf5\x1c\xb5\xbc\x6e\x5e\x99\xc7\xab\x66\x2c\xf0\x50\x00\ \x21\xe4\x45\xc8\x03\xc8\x00\x00\x00\x49\x24\xe7\xc8\x82\x79\xbb\ \xdf\xff\x74\x59\xad\x81\x05\x65\x6a\x86\x6c\x5e\xe1\x35\x99\xbd\ \xfd\x98\xa9\x6d\xcb\xc2\x7c\xbf\x04\x72\x4f\x9e\x4e\x73\x73\xe8\ \xde\x0c\x60\x8e\xf3\x67\x5e\xd8\xb4\x47\xeb\x3e\x67\x71\xd3\x02\ \xa1\x56\xa2\x78\xcc\xad\x23\x04\x04\x29\x30\x6f\x86\x3c\x04\xb2\ \xcc\xa7\xed\x58\xfd\xe5\xa1\x19\xa3\x36\x7e\x97\xef\x77\xc4\x4a\ \x79\xc5\x7e\x82\xe0\xdd\x7e\x6a\x28\x8b\xe0\xd4\xba\xcf\x7f\x69\ \x3e\x69\xc6\xaf\xdf\x13\x5b\xf0\x95\x2f\xe6\xec\x3c\xe5\xb6\x8b\ \x72\xde\xe9\x6d\xe7\x84\x69\x93\x7f\xf9\x2e\xf3\xdc\xfe\x19\x23\ \x66\x9a\x8c\x09\x25\x9f\x18\x24\x22\xce\x2e\xfa\x7f\x9c\x3d\xbb\ \xf6\xc2\x8f\x57\xec\x6e\x53\xa4\x19\xe7\xbe\x59\xb1\x74\xe9\x16\ \x0a\x90\x00\x85\x87\xc6\xee\x20\x41\xd2\x6f\x2e\x9f\xf2\xc5\xb8\ \xa9\x63\xd6\x34\xcb\x0c\xab\x5c\x35\x63\xe1\x4a\x48\xae\x7d\x36\ \x69\xf5\xd8\x09\x53\x56\x3f\x7b\x4b\xa5\xca\xe6\xf1\x53\x7f\x3c\ \x98\x6a\xe6\x9c\xdb\xfa\x6b\xe6\xdc\x51\xf5\xc6\x8e\xf8\xc9\xcb\ \xd9\x1c\x10\x42\x0e\x5c\xd8\xba\x4f\xeb\xfa\xce\x97\x3b\x1a\x6d\ \x5f\x3a\x63\xee\x97\x27\xe6\x8c\xd9\x30\x66\xcc\xa4\x15\x2f\x66\ \xa9\x9a\x71\x78\xc5\xf4\xcf\xd6\x6d\x99\xb3\xa4\xd1\xf0\x85\xab\ \xdb\x66\xe7\xaa\x9e\x8c\xa5\x43\x27\x9c\xf2\x87\xbd\x32\xf3\xd3\ \x86\x61\xbe\x62\x12\xea\x49\x3d\x7a\x31\x4b\xe5\x91\xe5\xfe\xb0\ \xb0\xb0\x00\x20\x90\xf9\x42\x0c\x9d\x0f\x8d\x2b\x57\x31\xd1\x2e\ \x00\x57\xd6\x8d\x8c\x9b\x45\x26\x13\x13\x2a\x97\x8f\x8d\xb0\x9b\ \x3e\x77\x76\x5a\x46\x91\xc7\x90\xc3\xa2\xa3\x9c\x34\xe7\x56\x01\ \x0e\x44\x47\x30\x6a\x9a\x2c\xaa\x7c\xa5\xa4\xd8\x20\xcd\x5d\x98\ \x99\x76\xcb\xa7\x81\xd0\x84\xa4\x84\xc4\x48\x11\x18\x79\xa9\x57\ \x6f\xe6\x2a\xfc\xef\xd2\xac\x29\x21\x50\x0e\x2d\x5b\xad\x4c\x88\ \x0c\xbd\xf9\xb9\xb7\xd2\xb3\x74\xe4\x88\x4b\x0c\x75\xdd\xca\xf2\ \x99\x52\x7c\x72\x94\x9a\x97\x55\xec\x33\x19\x6f\x2f\x5d\xb5\x62\ \x44\x10\x2c\xca\xca\xca\xce\x2c\x30\xef\x4b\xb4\x86\x80\x1a\x26\ \x74\x84\x97\xaf\x5e\x4e\xf0\xe7\x5e\xbd\x78\xc3\x40\x22\x07\x01\ \x25\x44\x8e\x4c\x2c\x57\x3e\x16\x78\xf3\xae\x5f\xbe\xc9\x82\xa3\ \xa2\x9c\x34\x3b\xa3\x00\x05\x85\xc7\x46\x88\x79\xb7\x72\x55\xcd\ \x14\xc2\x62\xca\x55\x2a\x65\xe7\x71\x7e\xda\x8d\xec\x3c\x37\x90\ \x42\xe2\xe3\x9c\xc5\x99\x59\x0a\x7e\x68\x24\x0d\xd6\x0d\x67\x62\ \x99\xb2\xa5\xa3\xa9\xe6\xce\x4a\xbd\xe9\xf2\xe9\xd8\xc0\xce\xc4\ \x32\x65\x4a\x47\x73\xd8\x9f\x79\x25\xad\xc8\x6b\x40\x40\x61\x50\ \x44\x4c\xb4\x2d\x3f\xf5\x16\xbe\x5d\x4d\x9b\x60\x16\x51\xaa\x6c\ \x72\x82\x23\x3f\xf5\x7a\x56\x9e\x1f\x9b\xd8\x99\x50\xa6\x4c\xe9\ \x28\x9e\xea\xb9\xe9\x69\x39\xf9\x3e\x42\x51\x74\x85\x8a\x89\x31\ \x4e\xd3\x53\x78\xe3\x4a\x86\x9f\x70\x11\x49\xc9\xf1\xb1\x61\x1c\ \xd5\xb2\xae\x5e\xc9\x2e\x32\x04\xde\x9a\x50\x5b\x58\x58\xdc\xb6\ \xd4\x00\x00\x8a\x4d\xd3\x24\x00\x00\xc4\x8b\x82\xc0\x01\x86\x4d\ \xc3\xa4\x14\x00\x00\x39\x51\xe4\x79\xc4\xb0\x69\x12\x20\x88\x02\ \xbc\xe3\x8d\x60\x0c\x1b\x46\x20\x23\x95\x17\x25\x0e\x01\x62\x96\ \x84\x06\x43\x5e\x10\x84\x07\xef\x87\x31\x82\x4b\xa2\xad\x21\x12\ \x24\x11\x01\x6a\x18\x98\x17\x45\x0e\x32\x43\x37\x91\x20\xf2\x1c\ \xa0\x84\x98\x86\xc9\x18\x80\x1c\x27\xdc\xc9\x66\x7f\x60\x3b\x10\ \x09\x92\x70\xa7\x52\x38\x31\x0d\x8c\x09\x40\xbc\x28\x89\x80\x98\ \x26\x01\xa2\x28\x30\x8a\x4d\x93\x06\xca\x56\xdc\xe9\x26\x27\x88\ \x3c\xcf\x01\x46\x0c\x83\xf0\xa2\xf0\x87\x93\x57\x46\x8c\x40\x2d\ \x50\xc0\x89\x22\xcf\x21\x00\x18\x36\x4c\x42\x28\x00\x90\x97\xc4\ \x40\x65\x25\x46\x4c\xd3\x64\xbc\x2c\xde\x65\x5c\x19\xd6\x0d\x4c\ \x19\x2f\x48\x3c\x0f\xef\x6a\x27\x20\x52\x08\x28\x35\x0d\x93\x52\ \x06\x10\x12\x45\x11\x42\x46\x0c\x23\xe0\x2d\x47\xbc\xc0\x0b\xd6\ \x86\xa2\x85\x85\xc5\xbd\x96\xda\xc2\xc2\xc2\xc2\xe2\x6f\x8b\xb5\ \xbe\xb6\xb0\xb0\xb0\xb0\x2c\xb5\x85\x85\x85\x85\x85\x65\xa9\x2d\ \x2c\x2c\x2c\x2c\x4b\x6d\x61\x61\x61\x61\x61\x59\x6a\x0b\x0b\x0b\ \x0b\x0b\xcb\x52\x5b\x58\x58\x58\x58\x96\xda\xc2\xc2\xc2\xc2\xc2\ \xb2\xd4\x16\x16\x16\x16\x96\xa5\xb6\xb0\xb0\xb0\xb0\xb0\x2c\xb5\ \x85\x85\x85\x85\x85\x65\xa9\x2d\x2c\x2c\x2c\xfe\xff\xc8\xff\x37\ \x00\xf2\x26\x58\x1b\xd0\x3e\x22\xbb\x00\x00\x00\x00\x49\x45\x4e\ \x44\xae\x42\x60\x82\ \x00\x00\x03\xec\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x73\x76\x67\x0a\x20\x20\x20\x78\x6d\ \x6c\x6e\x73\x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\ \x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\ \x6e\x74\x73\x2f\x31\x2e\x31\x2f\x22\x0a\x20\x20\x20\x78\x6d\x6c\ \x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\ \x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\ \x67\x2f\x6e\x73\x23\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\ \x72\x64\x66\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\ \x32\x2d\x72\x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\ \x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x73\x76\x67\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\ \x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\ \x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\ \x22\x0a\x20\x20\x20\x69\x64\x3d\x22\x73\x76\x67\x38\x22\x0a\x20\ \x20\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\x0a\ \x20\x20\x20\x76\x69\x65\x77\x42\x6f\x78\x3d\x22\x30\x20\x30\x20\ \x38\x2e\x34\x36\x36\x36\x36\x36\x37\x20\x38\x2e\x34\x36\x36\x36\ \x36\x36\x37\x22\x0a\x20\x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\ \x33\x32\x22\x0a\x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x33\x32\ \x22\x3e\x0a\x20\x20\x3c\x64\x65\x66\x73\x0a\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x64\x65\x66\x73\x32\x22\x20\x2f\x3e\x0a\x20\x20\ \x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x0a\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x6d\x65\x74\x61\x64\x61\x74\x61\x35\x22\x3e\x0a\x20\ \x20\x20\x20\x3c\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x3c\x63\x63\x3a\x57\x6f\x72\x6b\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\ \x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x66\ \x6f\x72\x6d\x61\x74\x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\ \x78\x6d\x6c\x3c\x2f\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\x79\x70\x65\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\ \x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\ \x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\ \x69\x74\x79\x70\x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\ \x3a\x74\x69\x74\x6c\x65\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\x20\x20\x3c\ \x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x3c\x2f\x6d\x65\ \x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\x3c\x67\x0a\x20\x20\x20\ \x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\ \x6e\x73\x6c\x61\x74\x65\x28\x30\x2c\x2d\x32\x38\x38\x2e\x35\x33\ \x33\x33\x33\x29\x22\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\ \x61\x79\x65\x72\x31\x22\x3e\x0a\x20\x20\x20\x20\x3c\x63\x69\x72\ \x63\x6c\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x72\x3d\x22\x34\x2e\ \x32\x33\x33\x33\x33\x33\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\ \x64\x74\x68\x3a\x31\x3b\x66\x69\x6c\x6c\x3a\x23\x30\x30\x30\x30\ \x30\x30\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\ \x31\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\ \x6d\x69\x74\x3a\x34\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\ \x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\ \x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6f\ \x70\x61\x63\x69\x74\x79\x3a\x31\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x63\x79\x3d\x22\x32\x39\x32\x2e\x37\x36\x36\x36\x36\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x63\x78\x3d\x22\x34\x2e\x32\x33\x33\ \x33\x33\x33\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x70\x61\x74\x68\x38\x31\x35\x22\x20\x2f\x3e\x0a\x20\x20\x3c\ \x2f\x67\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x04\xb8\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x73\x76\x67\x0a\x20\x20\x20\x78\x6d\ \x6c\x6e\x73\x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\ \x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\ \x6e\x74\x73\x2f\x31\x2e\x31\x2f\x22\x0a\x20\x20\x20\x78\x6d\x6c\ \x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\ \x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\ \x67\x2f\x6e\x73\x23\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\ \x72\x64\x66\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\ \x32\x2d\x72\x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\ \x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x73\x76\x67\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\ \x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\ \x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\ \x22\x0a\x20\x20\x20\x69\x64\x3d\x22\x53\x56\x47\x52\x6f\x6f\x74\ \x22\x0a\x20\x20\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x31\x22\x0a\x20\x20\x20\x76\x69\x65\x77\x42\x6f\x78\x3d\x22\x30\ \x20\x30\x20\x33\x32\x20\x33\x32\x22\x0a\x20\x20\x20\x68\x65\x69\ \x67\x68\x74\x3d\x22\x33\x32\x70\x78\x22\x0a\x20\x20\x20\x77\x69\ \x64\x74\x68\x3d\x22\x33\x32\x70\x78\x22\x3e\x0a\x20\x20\x3c\x64\ \x65\x66\x73\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x64\x65\x66\ \x73\x39\x31\x37\x22\x20\x2f\x3e\x0a\x20\x20\x3c\x6d\x65\x74\x61\ \x64\x61\x74\x61\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6d\x65\ \x74\x61\x64\x61\x74\x61\x39\x32\x30\x22\x3e\x0a\x20\x20\x20\x20\ \x3c\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x3c\x63\x63\x3a\x57\x6f\x72\x6b\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\ \x61\x74\x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\ \x3c\x2f\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\x79\x70\x65\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\ \x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\ \x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\ \x70\x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\x69\ \x74\x6c\x65\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\x63\ \x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x72\x64\ \x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\ \x52\x44\x46\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x57\ \x6f\x72\x6b\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\ \x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x64\x63\x3a\x74\x69\x74\x6c\x65\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\ \x0a\x20\x20\x20\x20\x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\ \x20\x20\x3c\x2f\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\ \x3c\x67\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x61\x79\x65\ \x72\x31\x22\x3e\x0a\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\ \x20\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\ \x22\x6d\x61\x74\x72\x69\x78\x28\x31\x2e\x34\x32\x30\x32\x39\x30\ \x34\x2c\x30\x2c\x30\x2c\x31\x2e\x34\x34\x31\x32\x30\x36\x2c\x2d\ \x36\x2e\x37\x32\x34\x36\x34\x35\x36\x2c\x2d\x37\x2e\x30\x35\x39\ \x32\x39\x35\x33\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x64\x3d\ \x22\x6d\x20\x34\x2e\x37\x34\x38\x37\x38\x37\x2c\x32\x35\x2e\x37\ \x36\x36\x32\x35\x39\x20\x35\x2e\x35\x38\x36\x37\x36\x37\x2c\x2d\ \x39\x2e\x37\x36\x36\x32\x36\x20\x35\x2e\x35\x38\x36\x37\x36\x38\ \x2c\x2d\x39\x2e\x37\x36\x36\x32\x35\x38\x39\x20\x35\x2e\x36\x36\ \x34\x34\x34\x35\x2c\x39\x2e\x37\x32\x31\x34\x31\x31\x39\x20\x35\ \x2e\x36\x36\x34\x34\x34\x35\x2c\x39\x2e\x37\x32\x31\x34\x31\x32\ \x20\x2d\x31\x31\x2e\x32\x35\x31\x32\x31\x33\x2c\x30\x2e\x30\x34\ \x34\x38\x35\x20\x7a\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x70\x61\x74\x68\x31\x34\x37\x33\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\ \x63\x62\x37\x31\x30\x39\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\ \x69\x74\x79\x3a\x31\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\x6f\x6e\ \x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x33\ \x2e\x37\x37\x39\x35\x32\x37\x36\x36\x3b\x73\x74\x72\x6f\x6b\x65\ \x2d\x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\x74\x3a\x34\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\ \x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\ \x74\x79\x3a\x31\x22\x20\x2f\x3e\x0a\x20\x20\x3c\x2f\x67\x3e\x0a\ \x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x03\xec\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x73\x76\x67\x0a\x20\x20\x20\x78\x6d\ \x6c\x6e\x73\x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\ \x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\ \x6e\x74\x73\x2f\x31\x2e\x31\x2f\x22\x0a\x20\x20\x20\x78\x6d\x6c\ \x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\ \x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\ \x67\x2f\x6e\x73\x23\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\ \x72\x64\x66\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\ \x32\x2d\x72\x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\ \x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x73\x76\x67\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\ \x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\ \x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\ \x22\x0a\x20\x20\x20\x69\x64\x3d\x22\x73\x76\x67\x38\x22\x0a\x20\ \x20\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\x0a\ \x20\x20\x20\x76\x69\x65\x77\x42\x6f\x78\x3d\x22\x30\x20\x30\x20\ \x38\x2e\x34\x36\x36\x36\x36\x36\x37\x20\x38\x2e\x34\x36\x36\x36\ \x36\x36\x37\x22\x0a\x20\x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\ \x33\x32\x22\x0a\x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x33\x32\ \x22\x3e\x0a\x20\x20\x3c\x64\x65\x66\x73\x0a\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x64\x65\x66\x73\x32\x22\x20\x2f\x3e\x0a\x20\x20\ \x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x0a\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x6d\x65\x74\x61\x64\x61\x74\x61\x35\x22\x3e\x0a\x20\ \x20\x20\x20\x3c\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x3c\x63\x63\x3a\x57\x6f\x72\x6b\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\ \x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x66\ \x6f\x72\x6d\x61\x74\x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\ \x78\x6d\x6c\x3c\x2f\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\x79\x70\x65\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\ \x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\ \x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\ \x69\x74\x79\x70\x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\ \x3a\x74\x69\x74\x6c\x65\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\x20\x20\x3c\ \x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x3c\x2f\x6d\x65\ \x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\x3c\x67\x0a\x20\x20\x20\ \x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\ \x6e\x73\x6c\x61\x74\x65\x28\x30\x2c\x2d\x32\x38\x38\x2e\x35\x33\ \x33\x33\x33\x29\x22\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\ \x61\x79\x65\x72\x31\x22\x3e\x0a\x20\x20\x20\x20\x3c\x63\x69\x72\ \x63\x6c\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x72\x3d\x22\x34\x2e\ \x32\x33\x33\x33\x33\x33\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\ \x64\x74\x68\x3a\x31\x3b\x66\x69\x6c\x6c\x3a\x23\x63\x62\x34\x39\ \x33\x66\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\ \x31\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\ \x6d\x69\x74\x3a\x34\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\ \x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\ \x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6f\ \x70\x61\x63\x69\x74\x79\x3a\x31\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x63\x79\x3d\x22\x32\x39\x32\x2e\x37\x36\x36\x36\x36\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x63\x78\x3d\x22\x34\x2e\x32\x33\x33\ \x33\x33\x33\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x70\x61\x74\x68\x38\x31\x35\x22\x20\x2f\x3e\x0a\x20\x20\x3c\ \x2f\x67\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x0c\x9d\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x0a\x3c\x73\x76\x67\x0a\x20\x20\x20\x69\x64\x3d\x22\x73\x76\x67\ \x37\x33\x38\x34\x22\x0a\x20\x20\x20\x68\x65\x69\x67\x68\x74\x3d\ \x22\x31\x36\x22\x0a\x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x31\ \x36\x22\x0a\x20\x20\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\ \x2e\x31\x22\x0a\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\x31\x2e\x32\x20\x28\ \x31\x3a\x31\x2e\x31\x2b\x32\x30\x32\x32\x30\x32\x30\x35\x30\x39\ \x35\x30\x2b\x30\x61\x30\x30\x63\x66\x35\x33\x33\x39\x29\x22\x0a\ \x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x64\x6f\x63\x6e\ \x61\x6d\x65\x3d\x22\x73\x65\x74\x74\x69\x6e\x67\x73\x2d\x73\x79\ \x6d\x62\x6f\x6c\x69\x63\x2e\x73\x76\x67\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3a\x69\x6e\x6b\x73\x63\x61\x70\x65\x3d\x22\x68\ \x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x2e\x6f\x72\x67\x2f\x6e\x61\x6d\x65\x73\x70\x61\x63\x65\ \x73\x2f\x69\x6e\x6b\x73\x63\x61\x70\x65\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3a\x73\x6f\x64\x69\x70\x6f\x64\x69\x3d\x22\x68\ \x74\x74\x70\x3a\x2f\x2f\x73\x6f\x64\x69\x70\x6f\x64\x69\x2e\x73\ \x6f\x75\x72\x63\x65\x66\x6f\x72\x67\x65\x2e\x6e\x65\x74\x2f\x44\ \x54\x44\x2f\x73\x6f\x64\x69\x70\x6f\x64\x69\x2d\x30\x2e\x64\x74\ \x64\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\ \x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\ \x30\x30\x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\ \x73\x3a\x73\x76\x67\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\ \x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\ \x67\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\ \x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\x64\ \x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x0a\x20\x20\ \x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\ \x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\ \x73\x2e\x6f\x72\x67\x2f\x6e\x73\x23\x22\x0a\x20\x20\x20\x78\x6d\ \x6c\x6e\x73\x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\ \x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\ \x6e\x74\x73\x2f\x31\x2e\x31\x2f\x22\x3e\x0a\x20\x20\x3c\x64\x65\ \x66\x73\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x64\x65\x66\x73\ \x39\x22\x20\x2f\x3e\x0a\x20\x20\x3c\x73\x6f\x64\x69\x70\x6f\x64\ \x69\x3a\x6e\x61\x6d\x65\x64\x76\x69\x65\x77\x0a\x20\x20\x20\x20\ \x20\x70\x61\x67\x65\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x66\x66\x66\ \x66\x66\x66\x22\x0a\x20\x20\x20\x20\x20\x62\x6f\x72\x64\x65\x72\ \x63\x6f\x6c\x6f\x72\x3d\x22\x23\x36\x36\x36\x36\x36\x36\x22\x0a\ \x20\x20\x20\x20\x20\x62\x6f\x72\x64\x65\x72\x6f\x70\x61\x63\x69\ \x74\x79\x3d\x22\x31\x22\x0a\x20\x20\x20\x20\x20\x6f\x62\x6a\x65\ \x63\x74\x74\x6f\x6c\x65\x72\x61\x6e\x63\x65\x3d\x22\x31\x30\x22\ \x0a\x20\x20\x20\x20\x20\x67\x72\x69\x64\x74\x6f\x6c\x65\x72\x61\ \x6e\x63\x65\x3d\x22\x31\x30\x22\x0a\x20\x20\x20\x20\x20\x67\x75\ \x69\x64\x65\x74\x6f\x6c\x65\x72\x61\x6e\x63\x65\x3d\x22\x31\x30\ \x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x70\x61\x67\x65\x6f\x70\x61\x63\x69\x74\x79\x3d\x22\x30\x22\x0a\ \x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x70\x61\ \x67\x65\x73\x68\x61\x64\x6f\x77\x3d\x22\x32\x22\x0a\x20\x20\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\ \x77\x2d\x77\x69\x64\x74\x68\x3d\x22\x32\x35\x36\x30\x22\x0a\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\ \x64\x6f\x77\x2d\x68\x65\x69\x67\x68\x74\x3d\x22\x31\x35\x32\x37\ \x22\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6e\x61\x6d\x65\x64\ \x76\x69\x65\x77\x37\x22\x0a\x20\x20\x20\x20\x20\x73\x68\x6f\x77\ \x67\x72\x69\x64\x3d\x22\x66\x61\x6c\x73\x65\x22\x0a\x20\x20\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x7a\x6f\x6f\x6d\x3d\ \x22\x31\x34\x2e\x37\x35\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x63\x78\x3d\x22\x38\x2e\x37\x34\x35\x37\ \x36\x32\x37\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x3a\x63\x79\x3d\x22\x37\x2e\x39\x36\x36\x31\x30\x31\x37\ \x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x77\x69\x6e\x64\x6f\x77\x2d\x78\x3d\x22\x30\x22\x0a\x20\x20\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\ \x77\x2d\x79\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\x6d\x61\x78\ \x69\x6d\x69\x7a\x65\x64\x3d\x22\x31\x22\x0a\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x75\x72\x72\x65\x6e\x74\ \x2d\x6c\x61\x79\x65\x72\x3d\x22\x73\x76\x67\x37\x33\x38\x34\x22\ \x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x70\ \x61\x67\x65\x63\x68\x65\x63\x6b\x65\x72\x62\x6f\x61\x72\x64\x3d\ \x22\x30\x22\x20\x2f\x3e\x0a\x20\x20\x3c\x6d\x65\x74\x61\x64\x61\ \x74\x61\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6d\x65\x74\x61\ \x64\x61\x74\x61\x39\x30\x22\x3e\x0a\x20\x20\x20\x20\x3c\x72\x64\ \x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x63\x63\ \x3a\x57\x6f\x72\x6b\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\ \x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\ \x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\x64\ \x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x3c\x64\x63\x3a\x74\x79\x70\x65\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\ \x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\ \x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\x65\x2f\ \x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x20\x2f\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\x69\x74\x6c\x65\ \x3e\x47\x6e\x6f\x6d\x65\x20\x53\x79\x6d\x62\x6f\x6c\x69\x63\x20\ \x49\x63\x6f\x6e\x20\x54\x68\x65\x6d\x65\x3c\x2f\x64\x63\x3a\x74\ \x69\x74\x6c\x65\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\x63\x63\ \x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x72\x64\x66\ \x3a\x52\x44\x46\x3e\x0a\x20\x20\x3c\x2f\x6d\x65\x74\x61\x64\x61\ \x74\x61\x3e\x0a\x20\x20\x3c\x74\x69\x74\x6c\x65\x0a\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x74\x69\x74\x6c\x65\x39\x31\x36\x37\x22\ \x3e\x47\x6e\x6f\x6d\x65\x20\x53\x79\x6d\x62\x6f\x6c\x69\x63\x20\ \x49\x63\x6f\x6e\x20\x54\x68\x65\x6d\x65\x3c\x2f\x74\x69\x74\x6c\ \x65\x3e\x0a\x20\x20\x3c\x67\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x67\x34\x39\x35\x33\x22\x0a\x20\x20\x20\x20\x20\x74\x72\x61\ \x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\ \x65\x28\x2d\x36\x34\x31\x20\x2d\x34\x36\x31\x29\x22\x0a\x20\x20\ \x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\ \x30\x30\x30\x30\x30\x30\x22\x3e\x0a\x20\x20\x20\x20\x3c\x70\x61\ \x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\ \x74\x68\x31\x30\x30\x36\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x73\x74\x79\x6c\x65\x3d\x22\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\ \x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x3a\x23\x30\x30\x30\x30\x30\ \x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x6d\x36\x34\ \x39\x20\x34\x36\x32\x63\x2d\x30\x2e\x32\x32\x30\x36\x35\x20\x30\ \x2d\x30\x2e\x34\x34\x30\x38\x31\x20\x30\x2e\x30\x31\x31\x33\x2d\ \x30\x2e\x36\x35\x36\x32\x35\x20\x30\x2e\x30\x33\x31\x32\x6c\x2d\ \x30\x2e\x34\x30\x36\x32\x35\x20\x32\x2e\x30\x39\x33\x38\x63\x2d\ \x30\x2e\x33\x33\x34\x34\x36\x20\x30\x2e\x30\x37\x33\x33\x2d\x30\ \x2e\x36\x36\x33\x30\x35\x20\x30\x2e\x31\x37\x35\x38\x39\x2d\x30\ \x2e\x39\x36\x38\x37\x35\x20\x30\x2e\x33\x31\x32\x35\x6c\x2d\x31\ \x2e\x35\x33\x31\x32\x2d\x31\x2e\x34\x36\x38\x38\x63\x2d\x30\x2e\ \x33\x38\x38\x36\x33\x20\x30\x2e\x32\x33\x30\x31\x31\x2d\x30\x2e\ \x37\x32\x36\x39\x35\x20\x30\x2e\x35\x31\x34\x30\x38\x2d\x31\x2e\ \x30\x36\x32\x35\x20\x30\x2e\x38\x31\x32\x35\x6c\x30\x2e\x39\x30\ \x36\x32\x35\x20\x31\x2e\x39\x30\x36\x32\x63\x2d\x30\x2e\x32\x32\ \x32\x34\x32\x20\x30\x2e\x32\x34\x38\x39\x39\x2d\x30\x2e\x34\x32\ \x34\x32\x35\x20\x30\x2e\x35\x32\x32\x35\x2d\x30\x2e\x35\x39\x33\ \x37\x35\x20\x30\x2e\x38\x31\x32\x35\x6c\x2d\x32\x2e\x30\x39\x33\ \x38\x2d\x30\x2e\x32\x38\x31\x32\x35\x63\x2d\x30\x2e\x31\x37\x37\ \x37\x32\x20\x30\x2e\x34\x30\x38\x37\x37\x2d\x30\x2e\x33\x30\x38\ \x37\x32\x20\x30\x2e\x38\x33\x36\x33\x37\x2d\x30\x2e\x34\x30\x36\ \x32\x35\x20\x31\x2e\x32\x38\x31\x32\x6c\x31\x2e\x38\x34\x33\x38\ \x20\x31\x63\x2d\x30\x2e\x30\x31\x37\x31\x20\x30\x2e\x31\x36\x38\ \x30\x39\x2d\x30\x2e\x30\x33\x31\x32\x20\x30\x2e\x33\x32\x37\x34\ \x2d\x30\x2e\x30\x33\x31\x32\x20\x30\x2e\x35\x73\x30\x2e\x30\x31\ \x34\x32\x20\x30\x2e\x33\x33\x31\x39\x31\x20\x30\x2e\x30\x33\x31\ \x32\x20\x30\x2e\x35\x6c\x2d\x31\x2e\x38\x34\x33\x38\x20\x31\x63\ \x30\x2e\x30\x39\x37\x35\x20\x30\x2e\x34\x34\x34\x38\x38\x20\x30\ \x2e\x32\x32\x38\x35\x33\x20\x30\x2e\x38\x37\x32\x34\x38\x20\x30\ \x2e\x34\x30\x36\x32\x35\x20\x31\x2e\x32\x38\x31\x32\x6c\x32\x2e\ \x30\x39\x33\x38\x2d\x30\x2e\x32\x38\x31\x32\x35\x63\x30\x2e\x31\ \x36\x39\x35\x20\x30\x2e\x32\x39\x20\x30\x2e\x33\x37\x31\x33\x33\ \x20\x30\x2e\x35\x36\x33\x35\x31\x20\x30\x2e\x35\x39\x33\x37\x35\ \x20\x30\x2e\x38\x31\x32\x35\x6c\x2d\x30\x2e\x39\x30\x36\x32\x35\ \x20\x31\x2e\x39\x30\x36\x32\x63\x30\x2e\x33\x33\x35\x35\x35\x20\ \x30\x2e\x32\x39\x38\x34\x32\x20\x30\x2e\x36\x37\x33\x38\x37\x20\ \x30\x2e\x35\x38\x32\x33\x39\x20\x31\x2e\x30\x36\x32\x35\x20\x30\ \x2e\x38\x31\x32\x35\x6c\x31\x2e\x35\x33\x31\x32\x2d\x31\x2e\x34\ \x36\x38\x38\x63\x30\x2e\x33\x30\x35\x37\x20\x30\x2e\x31\x33\x36\ \x36\x31\x20\x30\x2e\x36\x33\x34\x32\x39\x20\x30\x2e\x32\x33\x39\ \x31\x36\x20\x30\x2e\x39\x36\x38\x37\x35\x20\x30\x2e\x33\x31\x32\ \x35\x6c\x30\x2e\x34\x30\x36\x32\x35\x20\x32\x2e\x30\x39\x33\x38\ \x63\x30\x2e\x32\x31\x35\x34\x34\x20\x30\x2e\x30\x32\x20\x30\x2e\ \x34\x33\x35\x36\x20\x30\x2e\x30\x33\x31\x32\x20\x30\x2e\x36\x35\ \x36\x32\x35\x20\x30\x2e\x30\x33\x31\x32\x73\x30\x2e\x34\x34\x30\ \x38\x31\x2d\x30\x2e\x30\x31\x31\x33\x20\x30\x2e\x36\x35\x36\x32\ \x35\x2d\x30\x2e\x30\x33\x31\x32\x6c\x30\x2e\x34\x30\x36\x32\x35\ \x2d\x32\x2e\x30\x39\x33\x38\x63\x30\x2e\x33\x33\x34\x34\x36\x2d\ \x30\x2e\x30\x37\x33\x33\x20\x30\x2e\x36\x36\x33\x30\x35\x2d\x30\ \x2e\x31\x37\x35\x38\x39\x20\x30\x2e\x39\x36\x38\x37\x35\x2d\x30\ \x2e\x33\x31\x32\x35\x6c\x31\x2e\x35\x33\x31\x32\x20\x31\x2e\x34\ \x36\x38\x38\x63\x30\x2e\x33\x38\x38\x36\x33\x2d\x30\x2e\x32\x33\ \x30\x31\x31\x20\x30\x2e\x37\x32\x36\x39\x35\x2d\x30\x2e\x35\x31\ \x34\x30\x38\x20\x31\x2e\x30\x36\x32\x35\x2d\x30\x2e\x38\x31\x32\ \x35\x6c\x2d\x30\x2e\x39\x30\x36\x32\x35\x2d\x31\x2e\x39\x30\x36\ \x32\x63\x30\x2e\x32\x32\x32\x34\x32\x2d\x30\x2e\x32\x34\x38\x39\ \x39\x20\x30\x2e\x34\x32\x34\x32\x35\x2d\x30\x2e\x35\x32\x32\x35\ \x20\x30\x2e\x35\x39\x33\x37\x35\x2d\x30\x2e\x38\x31\x32\x35\x6c\ \x32\x2e\x30\x39\x33\x38\x20\x30\x2e\x32\x38\x31\x32\x35\x63\x30\ \x2e\x31\x37\x37\x37\x32\x2d\x30\x2e\x34\x30\x38\x37\x37\x20\x30\ \x2e\x33\x30\x38\x37\x32\x2d\x30\x2e\x38\x33\x36\x33\x37\x20\x30\ \x2e\x34\x30\x36\x32\x35\x2d\x31\x2e\x32\x38\x31\x32\x6c\x2d\x31\ \x2e\x38\x34\x33\x38\x2d\x31\x63\x30\x2e\x30\x31\x37\x31\x2d\x30\ \x2e\x31\x36\x38\x30\x39\x20\x30\x2e\x30\x33\x31\x32\x2d\x30\x2e\ \x33\x32\x37\x34\x20\x30\x2e\x30\x33\x31\x32\x2d\x30\x2e\x35\x73\ \x2d\x30\x2e\x30\x31\x34\x32\x2d\x30\x2e\x33\x33\x31\x39\x31\x2d\ \x30\x2e\x30\x33\x31\x32\x2d\x30\x2e\x35\x6c\x31\x2e\x38\x34\x33\ \x38\x2d\x31\x63\x2d\x30\x2e\x30\x39\x37\x35\x2d\x30\x2e\x34\x34\ \x34\x38\x38\x2d\x30\x2e\x32\x32\x38\x35\x33\x2d\x30\x2e\x38\x37\ \x32\x34\x38\x2d\x30\x2e\x34\x30\x36\x32\x35\x2d\x31\x2e\x32\x38\ \x31\x32\x6c\x2d\x32\x2e\x30\x39\x33\x38\x20\x30\x2e\x32\x38\x31\ \x32\x35\x63\x2d\x30\x2e\x31\x36\x39\x35\x2d\x30\x2e\x32\x39\x2d\ \x30\x2e\x33\x37\x31\x33\x33\x2d\x30\x2e\x35\x36\x33\x35\x31\x2d\ \x30\x2e\x35\x39\x33\x37\x35\x2d\x30\x2e\x38\x31\x32\x35\x6c\x30\ \x2e\x39\x30\x36\x32\x35\x2d\x31\x2e\x39\x30\x36\x32\x63\x2d\x30\ \x2e\x33\x33\x35\x35\x35\x2d\x30\x2e\x32\x39\x38\x34\x32\x2d\x30\ \x2e\x36\x37\x33\x38\x37\x2d\x30\x2e\x35\x38\x32\x33\x39\x2d\x31\ \x2e\x30\x36\x32\x35\x2d\x30\x2e\x38\x31\x32\x35\x6c\x2d\x31\x2e\ \x35\x33\x31\x32\x20\x31\x2e\x34\x36\x38\x38\x63\x2d\x30\x2e\x33\ \x30\x35\x37\x2d\x30\x2e\x31\x33\x36\x36\x31\x2d\x30\x2e\x36\x33\ \x34\x32\x39\x2d\x30\x2e\x32\x33\x39\x31\x36\x2d\x30\x2e\x39\x36\ \x38\x37\x35\x2d\x30\x2e\x33\x31\x32\x35\x6c\x2d\x30\x2e\x34\x30\ \x36\x32\x35\x2d\x32\x2e\x30\x39\x33\x38\x63\x2d\x30\x2e\x32\x31\ \x35\x34\x34\x2d\x30\x2e\x30\x32\x2d\x30\x2e\x34\x33\x35\x36\x2d\ \x30\x2e\x30\x33\x31\x32\x2d\x30\x2e\x36\x35\x36\x32\x35\x2d\x30\ \x2e\x30\x33\x31\x32\x7a\x6d\x30\x20\x34\x63\x31\x2e\x36\x35\x36\ \x38\x20\x30\x20\x33\x20\x31\x2e\x33\x34\x33\x32\x20\x33\x20\x33\ \x73\x2d\x31\x2e\x33\x34\x33\x32\x20\x33\x2d\x33\x20\x33\x2d\x33\ \x2d\x31\x2e\x33\x34\x33\x32\x2d\x33\x2d\x33\x20\x31\x2e\x33\x34\ \x33\x32\x2d\x33\x20\x33\x2d\x33\x7a\x22\x20\x2f\x3e\x0a\x20\x20\ \x3c\x2f\x67\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x03\xef\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x20\x77\x69\x64\x74\x68\x3d\x22\x31\x36\x22\x20\ \x68\x65\x69\x67\x68\x74\x3d\x22\x31\x36\x22\x20\x76\x65\x72\x73\ \x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\x20\x78\x6d\x6c\x6e\x73\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\ \x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x20\x78\x6d\x6c\ \x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\ \x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\ \x67\x2f\x6e\x73\x23\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x64\x63\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\ \x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\x2f\x31\x2e\x31\ \x2f\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\x3d\x22\x68\x74\ \x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\ \x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\x64\x66\x2d\x73\ \x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x3e\x0a\x20\x3c\x6d\x65\ \x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\x3c\x72\x64\x66\x3a\x52\ \x44\x46\x3e\x0a\x20\x20\x20\x3c\x63\x63\x3a\x57\x6f\x72\x6b\x20\ \x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x0a\x20\x20\ \x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x69\x6d\x61\ \x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\x64\x63\x3a\x66\ \x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\ \x79\x70\x65\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\ \x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\x65\x2f\x53\x74\ \x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x2f\x3e\x0a\x20\x20\x20\x20\ \x3c\x64\x63\x3a\x74\x69\x74\x6c\x65\x3e\x47\x6e\x6f\x6d\x65\x20\ \x53\x79\x6d\x62\x6f\x6c\x69\x63\x20\x49\x63\x6f\x6e\x20\x54\x68\ \x65\x6d\x65\x3c\x2f\x64\x63\x3a\x74\x69\x74\x6c\x65\x3e\x0a\x20\ \x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\x3c\ \x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x3c\x2f\x6d\x65\x74\ \x61\x64\x61\x74\x61\x3e\x0a\x20\x3c\x74\x69\x74\x6c\x65\x3e\x47\ \x6e\x6f\x6d\x65\x20\x53\x79\x6d\x62\x6f\x6c\x69\x63\x20\x49\x63\ \x6f\x6e\x20\x54\x68\x65\x6d\x65\x3c\x2f\x74\x69\x74\x6c\x65\x3e\ \x0a\x20\x3c\x67\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\ \x74\x72\x61\x6e\x73\x6c\x61\x74\x65\x28\x2d\x35\x32\x31\x2c\x2d\ \x31\x39\x35\x29\x22\x3e\x0a\x20\x20\x3c\x70\x61\x74\x68\x20\x64\ \x3d\x22\x6d\x35\x32\x37\x20\x31\x39\x37\x63\x2d\x30\x2e\x35\x34\ \x39\x39\x36\x20\x30\x2d\x31\x20\x30\x2e\x34\x35\x30\x30\x34\x2d\ \x31\x20\x31\x76\x31\x68\x2d\x33\x63\x2d\x30\x2e\x35\x35\x32\x30\ \x31\x20\x30\x2d\x31\x20\x30\x2e\x34\x35\x30\x30\x34\x2d\x31\x20\ \x31\x76\x38\x63\x30\x20\x30\x2e\x35\x34\x39\x39\x36\x20\x30\x2e\ \x34\x34\x37\x39\x39\x20\x31\x20\x31\x20\x31\x68\x31\x32\x63\x30\ \x2e\x35\x35\x32\x30\x31\x20\x30\x20\x31\x2d\x30\x2e\x34\x35\x30\ \x30\x34\x20\x31\x2d\x31\x76\x2d\x38\x63\x30\x2d\x30\x2e\x35\x34\ \x39\x39\x36\x2d\x30\x2e\x34\x34\x37\x39\x39\x2d\x31\x2d\x31\x2d\ \x31\x68\x2d\x33\x76\x2d\x31\x63\x30\x2d\x30\x2e\x35\x34\x39\x39\ \x36\x2d\x30\x2e\x34\x35\x30\x30\x34\x2d\x31\x2d\x31\x2d\x31\x68\ \x2d\x34\x7a\x6d\x32\x20\x33\x63\x32\x2e\x32\x30\x39\x31\x20\x30\ \x20\x34\x20\x31\x2e\x37\x39\x30\x39\x20\x34\x20\x34\x73\x2d\x31\ \x2e\x37\x39\x30\x39\x20\x34\x2d\x34\x20\x34\x2d\x34\x2d\x31\x2e\ \x37\x39\x30\x39\x2d\x34\x2d\x34\x20\x31\x2e\x37\x39\x30\x39\x2d\ \x34\x20\x34\x2d\x34\x7a\x6d\x30\x20\x32\x63\x2d\x31\x2e\x31\x30\ \x34\x36\x20\x30\x2d\x32\x20\x30\x2e\x38\x39\x35\x34\x33\x2d\x32\ \x20\x32\x73\x30\x2e\x38\x39\x35\x34\x33\x20\x32\x20\x32\x20\x32\ \x20\x32\x2d\x30\x2e\x38\x39\x35\x34\x33\x20\x32\x2d\x32\x2d\x30\ \x2e\x38\x39\x35\x34\x33\x2d\x32\x2d\x32\x2d\x32\x7a\x22\x20\x63\ \x6f\x6c\x6f\x72\x3d\x22\x23\x62\x65\x62\x65\x62\x65\x22\x2f\x3e\ \x0a\x20\x3c\x2f\x67\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x06\x4e\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x20\x77\x69\x64\x74\x68\x3d\x22\x31\x34\x22\x20\ \x68\x65\x69\x67\x68\x74\x3d\x22\x31\x32\x22\x20\x76\x65\x72\x73\ \x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\x20\x76\x69\x65\x77\x42\x6f\ \x78\x3d\x22\x30\x20\x30\x20\x31\x34\x20\x31\x32\x22\x20\x78\x6d\ \x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\ \x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\ \x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\ \x73\x2e\x6f\x72\x67\x2f\x6e\x73\x23\x22\x20\x78\x6d\x6c\x6e\x73\ \x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\ \x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\ \x2f\x31\x2e\x31\x2f\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\ \x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\ \x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x3e\x0a\ \x20\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\x3c\x72\ \x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\x3c\x63\x63\x3a\x57\ \x6f\x72\x6b\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\ \x3e\x0a\x20\x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\ \x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\ \x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x3c\ \x64\x63\x3a\x74\x79\x70\x65\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\ \x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\ \x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\ \x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x2f\x3e\x0a\ \x20\x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\ \x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x3c\x2f\x6d\x65\ \x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x3c\x72\x65\x63\x74\x20\x74\ \x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\ \x28\x30\x2c\x31\x2c\x31\x2c\x30\x2c\x30\x2c\x30\x29\x22\x20\x78\ \x3d\x22\x2d\x38\x34\x2e\x30\x30\x35\x22\x20\x79\x3d\x22\x2d\x32\ \x2e\x32\x35\x38\x33\x65\x2d\x36\x22\x20\x77\x69\x64\x74\x68\x3d\ \x22\x39\x36\x22\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x39\x36\x22\ \x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\x30\x22\ \x20\x66\x69\x6c\x6c\x3d\x22\x6e\x6f\x6e\x65\x22\x2f\x3e\x0a\x20\ \x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x6d\x32\x20\x33\x2e\x37\x39\ \x39\x36\x68\x31\x2e\x37\x34\x39\x6c\x30\x2e\x30\x38\x39\x37\x34\ \x37\x20\x30\x2e\x31\x32\x34\x35\x37\x63\x30\x2e\x32\x36\x36\x39\ \x37\x20\x30\x2e\x33\x37\x31\x30\x36\x20\x30\x2e\x35\x34\x30\x30\ \x34\x20\x30\x2e\x37\x33\x35\x32\x37\x20\x30\x2e\x38\x32\x34\x30\ \x34\x20\x31\x2e\x30\x38\x39\x37\x20\x30\x2e\x33\x35\x39\x39\x32\ \x20\x30\x2e\x34\x34\x39\x33\x20\x30\x2e\x37\x32\x37\x36\x37\x20\ \x30\x2e\x38\x37\x31\x38\x31\x20\x31\x2e\x31\x30\x33\x37\x20\x31\ \x2e\x32\x36\x36\x32\x20\x30\x2e\x33\x36\x34\x36\x38\x20\x30\x2e\ \x33\x38\x32\x33\x20\x30\x2e\x38\x37\x34\x33\x37\x20\x30\x2e\x38\ \x34\x35\x36\x36\x20\x31\x2e\x32\x33\x33\x35\x20\x31\x2e\x31\x35\ \x36\x32\x20\x30\x2e\x33\x35\x39\x32\x36\x2d\x30\x2e\x33\x31\x30\ \x36\x36\x20\x30\x2e\x38\x36\x39\x35\x38\x2d\x30\x2e\x37\x37\x34\ \x30\x34\x20\x31\x2e\x32\x33\x34\x31\x2d\x31\x2e\x31\x35\x36\x32\ \x20\x30\x2e\x33\x37\x36\x30\x39\x2d\x30\x2e\x33\x39\x34\x34\x20\ \x30\x2e\x37\x34\x33\x38\x33\x2d\x30\x2e\x38\x31\x36\x39\x36\x20\ \x31\x2e\x31\x30\x33\x37\x2d\x31\x2e\x32\x36\x36\x32\x20\x30\x2e\ \x32\x38\x33\x38\x31\x2d\x30\x2e\x33\x35\x34\x31\x20\x30\x2e\x35\ \x35\x36\x32\x31\x2d\x30\x2e\x37\x31\x38\x33\x20\x30\x2e\x38\x32\ \x33\x34\x32\x2d\x31\x2e\x30\x38\x39\x37\x6c\x30\x2e\x30\x38\x39\ \x37\x34\x2d\x30\x2e\x31\x32\x34\x35\x37\x68\x31\x2e\x37\x34\x39\ \x6c\x2d\x30\x2e\x37\x36\x39\x30\x34\x20\x31\x2e\x31\x36\x37\x34\ \x63\x2d\x30\x2e\x34\x35\x30\x30\x38\x20\x30\x2e\x36\x34\x38\x31\ \x37\x2d\x30\x2e\x39\x30\x36\x37\x38\x20\x31\x2e\x32\x37\x35\x34\ \x2d\x31\x2e\x33\x37\x35\x20\x31\x2e\x38\x35\x35\x32\x2d\x30\x2e\ \x35\x32\x32\x38\x37\x20\x30\x2e\x36\x34\x37\x35\x38\x2d\x31\x2e\ \x30\x33\x30\x37\x20\x31\x2e\x32\x32\x38\x39\x2d\x31\x2e\x35\x32\ \x34\x33\x20\x31\x2e\x37\x34\x33\x39\x2d\x30\x2e\x34\x35\x36\x31\ \x32\x20\x30\x2e\x34\x37\x35\x39\x32\x2d\x30\x2e\x38\x37\x38\x35\ \x34\x20\x30\x2e\x38\x36\x32\x39\x36\x2d\x31\x2e\x31\x39\x35\x35\ \x20\x31\x2e\x31\x32\x32\x33\x6c\x2d\x30\x2e\x31\x33\x36\x32\x35\ \x20\x30\x2e\x31\x31\x31\x32\x36\x2d\x30\x2e\x31\x33\x36\x32\x35\ \x2d\x30\x2e\x31\x31\x31\x32\x36\x63\x2d\x30\x2e\x33\x32\x33\x35\ \x31\x2d\x30\x2e\x32\x36\x36\x33\x37\x2d\x30\x2e\x37\x33\x38\x36\ \x32\x2d\x30\x2e\x36\x34\x36\x33\x31\x2d\x31\x2e\x31\x39\x34\x38\ \x2d\x31\x2e\x31\x32\x32\x33\x2d\x30\x2e\x34\x39\x33\x35\x34\x2d\ \x30\x2e\x35\x31\x35\x30\x32\x2d\x31\x2e\x30\x30\x31\x35\x2d\x31\ \x2e\x30\x39\x36\x34\x2d\x31\x2e\x35\x32\x34\x33\x2d\x31\x2e\x37\ \x34\x33\x39\x2d\x30\x2e\x34\x36\x38\x30\x34\x2d\x30\x2e\x35\x37\ \x39\x35\x37\x2d\x30\x2e\x39\x32\x35\x33\x37\x2d\x31\x2e\x32\x30\ \x36\x38\x2d\x31\x2e\x33\x37\x35\x36\x2d\x31\x2e\x38\x35\x35\x32\ \x7a\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\ \x30\x22\x20\x63\x6f\x6c\x6f\x72\x2d\x72\x65\x6e\x64\x65\x72\x69\ \x6e\x67\x3d\x22\x61\x75\x74\x6f\x22\x20\x69\x6d\x61\x67\x65\x2d\ \x72\x65\x6e\x64\x65\x72\x69\x6e\x67\x3d\x22\x61\x75\x74\x6f\x22\ \x20\x73\x68\x61\x70\x65\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\x67\ \x3d\x22\x61\x75\x74\x6f\x22\x20\x73\x6f\x6c\x69\x64\x2d\x63\x6f\ \x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\x30\x22\x20\x73\x74\ \x79\x6c\x65\x3d\x22\x69\x73\x6f\x6c\x61\x74\x69\x6f\x6e\x3a\x61\ \x75\x74\x6f\x3b\x6d\x69\x78\x2d\x62\x6c\x65\x6e\x64\x2d\x6d\x6f\ \x64\x65\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x74\x65\x78\x74\x2d\x64\ \x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\x63\x6f\x6c\x6f\x72\x3a\ \x23\x30\x30\x30\x30\x30\x30\x3b\x74\x65\x78\x74\x2d\x64\x65\x63\ \x6f\x72\x61\x74\x69\x6f\x6e\x2d\x6c\x69\x6e\x65\x3a\x6e\x6f\x6e\ \x65\x3b\x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\x6f\ \x6e\x2d\x73\x74\x79\x6c\x65\x3a\x73\x6f\x6c\x69\x64\x3b\x74\x65\ \x78\x74\x2d\x69\x6e\x64\x65\x6e\x74\x3a\x30\x3b\x74\x65\x78\x74\ \x2d\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3a\x6e\x6f\x6e\x65\x3b\ \x77\x68\x69\x74\x65\x2d\x73\x70\x61\x63\x65\x3a\x6e\x6f\x72\x6d\ \x61\x6c\x22\x2f\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x06\x4f\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x20\x77\x69\x64\x74\x68\x3d\x22\x31\x32\x22\x20\ \x68\x65\x69\x67\x68\x74\x3d\x22\x31\x32\x22\x20\x76\x65\x72\x73\ \x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\x20\x76\x69\x65\x77\x42\x6f\ \x78\x3d\x22\x30\x20\x30\x20\x31\x32\x20\x31\x32\x22\x20\x78\x6d\ \x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\ \x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\ \x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\ \x73\x2e\x6f\x72\x67\x2f\x6e\x73\x23\x22\x20\x78\x6d\x6c\x6e\x73\ \x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\ \x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\ \x2f\x31\x2e\x31\x2f\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\ \x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\ \x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x3e\x0a\ \x20\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\x3c\x72\ \x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\x3c\x63\x63\x3a\x57\ \x6f\x72\x6b\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\ \x3e\x0a\x20\x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\ \x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\ \x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x3c\ \x64\x63\x3a\x74\x79\x70\x65\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\ \x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\ \x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\ \x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x2f\x3e\x0a\ \x20\x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\ \x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x3c\x2f\x6d\x65\ \x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x3c\x72\x65\x63\x74\x20\x74\ \x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\ \x28\x30\x2c\x31\x2c\x31\x2c\x30\x2c\x30\x2c\x30\x29\x22\x20\x78\ \x3d\x22\x2d\x38\x34\x2e\x30\x30\x35\x22\x20\x79\x3d\x22\x2d\x32\ \x2e\x32\x35\x38\x33\x65\x2d\x36\x22\x20\x77\x69\x64\x74\x68\x3d\ \x22\x39\x36\x22\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x39\x36\x22\ \x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\x30\x22\ \x20\x66\x69\x6c\x6c\x3d\x22\x6e\x6f\x6e\x65\x22\x2f\x3e\x0a\x20\ \x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x6d\x30\x20\x33\x2e\x37\x39\ \x39\x36\x68\x31\x2e\x37\x34\x39\x6c\x30\x2e\x30\x38\x39\x37\x34\ \x37\x20\x30\x2e\x31\x32\x34\x35\x37\x63\x30\x2e\x32\x36\x36\x39\ \x37\x20\x30\x2e\x33\x37\x31\x30\x36\x20\x30\x2e\x35\x34\x30\x30\ \x34\x20\x30\x2e\x37\x33\x35\x32\x37\x20\x30\x2e\x38\x32\x34\x30\ \x34\x20\x31\x2e\x30\x38\x39\x37\x20\x30\x2e\x33\x35\x39\x39\x32\ \x20\x30\x2e\x34\x34\x39\x33\x20\x30\x2e\x37\x32\x37\x36\x37\x20\ \x30\x2e\x38\x37\x31\x38\x31\x20\x31\x2e\x31\x30\x33\x37\x20\x31\ \x2e\x32\x36\x36\x32\x20\x30\x2e\x33\x36\x34\x36\x38\x20\x30\x2e\ \x33\x38\x32\x33\x20\x30\x2e\x38\x37\x34\x33\x37\x20\x30\x2e\x38\ \x34\x35\x36\x36\x20\x31\x2e\x32\x33\x33\x35\x20\x31\x2e\x31\x35\ \x36\x32\x20\x30\x2e\x33\x35\x39\x32\x36\x2d\x30\x2e\x33\x31\x30\ \x36\x36\x20\x30\x2e\x38\x36\x39\x35\x38\x2d\x30\x2e\x37\x37\x34\ \x30\x34\x20\x31\x2e\x32\x33\x34\x31\x2d\x31\x2e\x31\x35\x36\x32\ \x20\x30\x2e\x33\x37\x36\x30\x39\x2d\x30\x2e\x33\x39\x34\x34\x20\ \x30\x2e\x37\x34\x33\x38\x33\x2d\x30\x2e\x38\x31\x36\x39\x36\x20\ \x31\x2e\x31\x30\x33\x37\x2d\x31\x2e\x32\x36\x36\x32\x20\x30\x2e\ \x32\x38\x33\x38\x31\x2d\x30\x2e\x33\x35\x34\x31\x20\x30\x2e\x35\ \x35\x36\x32\x31\x2d\x30\x2e\x37\x31\x38\x33\x20\x30\x2e\x38\x32\ \x33\x34\x31\x2d\x31\x2e\x30\x38\x39\x37\x6c\x30\x2e\x30\x38\x39\ \x37\x34\x2d\x30\x2e\x31\x32\x34\x35\x37\x68\x31\x2e\x37\x34\x39\ \x6c\x2d\x30\x2e\x37\x36\x39\x30\x34\x20\x31\x2e\x31\x36\x37\x34\ \x63\x2d\x30\x2e\x34\x35\x30\x30\x38\x20\x30\x2e\x36\x34\x38\x31\ \x37\x2d\x30\x2e\x39\x30\x36\x37\x38\x20\x31\x2e\x32\x37\x35\x34\ \x2d\x31\x2e\x33\x37\x34\x39\x20\x31\x2e\x38\x35\x35\x32\x2d\x30\ \x2e\x35\x32\x32\x38\x37\x20\x30\x2e\x36\x34\x37\x35\x38\x2d\x31\ \x2e\x30\x33\x30\x37\x20\x31\x2e\x32\x32\x38\x39\x2d\x31\x2e\x35\ \x32\x34\x33\x20\x31\x2e\x37\x34\x33\x39\x2d\x30\x2e\x34\x35\x36\ \x31\x32\x20\x30\x2e\x34\x37\x35\x39\x32\x2d\x30\x2e\x38\x37\x38\ \x35\x34\x20\x30\x2e\x38\x36\x32\x39\x36\x2d\x31\x2e\x31\x39\x35\ \x35\x20\x31\x2e\x31\x32\x32\x33\x6c\x2d\x30\x2e\x31\x33\x36\x32\ \x35\x20\x30\x2e\x31\x31\x31\x32\x36\x2d\x30\x2e\x31\x33\x36\x32\ \x35\x2d\x30\x2e\x31\x31\x31\x32\x36\x63\x2d\x30\x2e\x33\x32\x33\ \x35\x31\x2d\x30\x2e\x32\x36\x36\x33\x37\x2d\x30\x2e\x37\x33\x38\ \x36\x32\x2d\x30\x2e\x36\x34\x36\x33\x31\x2d\x31\x2e\x31\x39\x34\ \x38\x2d\x31\x2e\x31\x32\x32\x33\x2d\x30\x2e\x34\x39\x33\x35\x34\ \x2d\x30\x2e\x35\x31\x35\x30\x32\x2d\x31\x2e\x30\x30\x31\x35\x2d\ \x31\x2e\x30\x39\x36\x34\x2d\x31\x2e\x35\x32\x34\x33\x2d\x31\x2e\ \x37\x34\x33\x39\x2d\x30\x2e\x34\x36\x38\x30\x34\x2d\x30\x2e\x35\ \x37\x39\x35\x37\x2d\x30\x2e\x39\x32\x35\x33\x37\x2d\x31\x2e\x32\ \x30\x36\x38\x2d\x31\x2e\x33\x37\x35\x36\x2d\x31\x2e\x38\x35\x35\ \x32\x7a\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\ \x30\x30\x22\x20\x63\x6f\x6c\x6f\x72\x2d\x72\x65\x6e\x64\x65\x72\ \x69\x6e\x67\x3d\x22\x61\x75\x74\x6f\x22\x20\x69\x6d\x61\x67\x65\ \x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\x67\x3d\x22\x61\x75\x74\x6f\ \x22\x20\x73\x68\x61\x70\x65\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\ \x67\x3d\x22\x61\x75\x74\x6f\x22\x20\x73\x6f\x6c\x69\x64\x2d\x63\ \x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\x30\x22\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x69\x73\x6f\x6c\x61\x74\x69\x6f\x6e\x3a\ \x61\x75\x74\x6f\x3b\x6d\x69\x78\x2d\x62\x6c\x65\x6e\x64\x2d\x6d\ \x6f\x64\x65\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x74\x65\x78\x74\x2d\ \x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\x63\x6f\x6c\x6f\x72\ \x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x74\x65\x78\x74\x2d\x64\x65\ \x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\x6c\x69\x6e\x65\x3a\x6e\x6f\ \x6e\x65\x3b\x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\ \x6f\x6e\x2d\x73\x74\x79\x6c\x65\x3a\x73\x6f\x6c\x69\x64\x3b\x74\ \x65\x78\x74\x2d\x69\x6e\x64\x65\x6e\x74\x3a\x30\x3b\x74\x65\x78\ \x74\x2d\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3a\x6e\x6f\x6e\x65\ \x3b\x77\x68\x69\x74\x65\x2d\x73\x70\x61\x63\x65\x3a\x6e\x6f\x72\ \x6d\x61\x6c\x22\x2f\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x03\x71\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x20\x77\x69\x64\x74\x68\x3d\x22\x31\x36\x22\x20\ \x68\x65\x69\x67\x68\x74\x3d\x22\x31\x36\x22\x20\x76\x65\x72\x73\ \x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\x20\x78\x6d\x6c\x6e\x73\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\ \x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x20\x78\x6d\x6c\ \x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\ \x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\ \x67\x2f\x6e\x73\x23\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x64\x63\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\ \x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\x2f\x31\x2e\x31\ \x2f\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\x3d\x22\x68\x74\ \x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\ \x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\x64\x66\x2d\x73\ \x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x3e\x0a\x20\x3c\x6d\x65\ \x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\x3c\x72\x64\x66\x3a\x52\ \x44\x46\x3e\x0a\x20\x20\x20\x3c\x63\x63\x3a\x57\x6f\x72\x6b\x20\ \x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x0a\x20\x20\ \x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x69\x6d\x61\ \x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\x64\x63\x3a\x66\ \x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\ \x79\x70\x65\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\ \x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\x65\x2f\x53\x74\ \x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x2f\x3e\x0a\x20\x20\x20\x20\ \x3c\x64\x63\x3a\x74\x69\x74\x6c\x65\x3e\x47\x6e\x6f\x6d\x65\x20\ \x53\x79\x6d\x62\x6f\x6c\x69\x63\x20\x49\x63\x6f\x6e\x20\x54\x68\ \x65\x6d\x65\x3c\x2f\x64\x63\x3a\x74\x69\x74\x6c\x65\x3e\x0a\x20\ \x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\x3c\ \x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x3c\x2f\x6d\x65\x74\ \x61\x64\x61\x74\x61\x3e\x0a\x20\x3c\x74\x69\x74\x6c\x65\x3e\x47\ \x6e\x6f\x6d\x65\x20\x53\x79\x6d\x62\x6f\x6c\x69\x63\x20\x49\x63\ \x6f\x6e\x20\x54\x68\x65\x6d\x65\x3c\x2f\x74\x69\x74\x6c\x65\x3e\ \x0a\x20\x3c\x67\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\ \x74\x72\x61\x6e\x73\x6c\x61\x74\x65\x28\x2d\x32\x32\x31\x20\x2d\ \x34\x36\x36\x2e\x33\x39\x29\x22\x3e\x0a\x20\x20\x3c\x70\x61\x74\ \x68\x20\x64\x3d\x22\x6d\x32\x32\x33\x2e\x35\x20\x34\x36\x38\x63\ \x2d\x31\x2e\x33\x38\x35\x20\x30\x2d\x32\x2e\x35\x20\x31\x2e\x31\ \x31\x35\x2d\x32\x2e\x35\x20\x32\x2e\x35\x76\x38\x63\x30\x20\x31\ \x2e\x33\x38\x35\x20\x31\x2e\x31\x31\x35\x20\x32\x2e\x35\x20\x32\ \x2e\x35\x20\x32\x2e\x35\x68\x31\x31\x63\x31\x2e\x33\x38\x35\x20\ \x30\x20\x32\x2e\x35\x2d\x31\x2e\x31\x31\x35\x20\x32\x2e\x35\x2d\ \x32\x2e\x35\x76\x2d\x38\x63\x30\x2d\x31\x2e\x33\x38\x35\x2d\x31\ \x2e\x31\x31\x35\x2d\x32\x2e\x35\x2d\x32\x2e\x35\x2d\x32\x2e\x35\ \x7a\x6d\x30\x20\x39\x68\x31\x31\x20\x30\x2e\x35\x76\x31\x2e\x35\ \x63\x30\x20\x30\x2e\x32\x37\x37\x2d\x30\x2e\x32\x32\x33\x20\x30\ \x2e\x35\x2d\x30\x2e\x35\x20\x30\x2e\x35\x68\x2d\x31\x31\x63\x2d\ \x30\x2e\x32\x37\x37\x20\x30\x2d\x30\x2e\x35\x2d\x30\x2e\x32\x32\ \x33\x2d\x30\x2e\x35\x2d\x30\x2e\x35\x76\x2d\x31\x2e\x35\x7a\x22\ \x2f\x3e\x0a\x20\x3c\x2f\x67\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \ \x00\x00\x06\x4f\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x20\x77\x69\x64\x74\x68\x3d\x22\x31\x34\x22\x20\ \x68\x65\x69\x67\x68\x74\x3d\x22\x31\x34\x22\x20\x76\x65\x72\x73\ \x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\x20\x76\x69\x65\x77\x42\x6f\ \x78\x3d\x22\x30\x20\x30\x20\x31\x34\x20\x31\x34\x22\x20\x78\x6d\ \x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\ \x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\ \x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\ \x73\x2e\x6f\x72\x67\x2f\x6e\x73\x23\x22\x20\x78\x6d\x6c\x6e\x73\ \x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\ \x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\ \x2f\x31\x2e\x31\x2f\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\ \x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\ \x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x3e\x0a\ \x20\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\x3c\x72\ \x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\x3c\x63\x63\x3a\x57\ \x6f\x72\x6b\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\ \x3e\x0a\x20\x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\ \x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\ \x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x3c\ \x64\x63\x3a\x74\x79\x70\x65\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\ \x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\ \x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\ \x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x2f\x3e\x0a\ \x20\x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\ \x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x3c\x2f\x6d\x65\ \x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x3c\x72\x65\x63\x74\x20\x74\ \x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\ \x28\x30\x2c\x31\x2c\x31\x2c\x30\x2c\x30\x2c\x30\x29\x22\x20\x78\ \x3d\x22\x2d\x38\x32\x2e\x30\x30\x35\x22\x20\x79\x3d\x22\x2d\x32\ \x2e\x32\x35\x38\x33\x65\x2d\x36\x22\x20\x77\x69\x64\x74\x68\x3d\ \x22\x39\x36\x22\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x39\x36\x22\ \x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\x30\x22\ \x20\x66\x69\x6c\x6c\x3d\x22\x6e\x6f\x6e\x65\x22\x2f\x3e\x0a\x20\ \x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x6d\x32\x20\x39\x2e\x37\x39\ \x39\x36\x68\x31\x2e\x37\x34\x39\x6c\x30\x2e\x30\x38\x39\x37\x34\ \x37\x2d\x30\x2e\x31\x32\x34\x35\x37\x63\x30\x2e\x32\x36\x36\x39\ \x37\x2d\x30\x2e\x33\x37\x31\x30\x36\x20\x30\x2e\x35\x34\x30\x30\ \x34\x2d\x30\x2e\x37\x33\x35\x32\x36\x20\x30\x2e\x38\x32\x34\x30\ \x34\x2d\x31\x2e\x30\x38\x39\x37\x20\x30\x2e\x33\x35\x39\x39\x32\ \x2d\x30\x2e\x34\x34\x39\x33\x20\x30\x2e\x37\x32\x37\x36\x37\x2d\ \x30\x2e\x38\x37\x31\x38\x31\x20\x31\x2e\x31\x30\x33\x37\x2d\x31\ \x2e\x32\x36\x36\x32\x20\x30\x2e\x33\x36\x34\x36\x38\x2d\x30\x2e\ \x33\x38\x32\x33\x20\x30\x2e\x38\x37\x34\x33\x37\x2d\x30\x2e\x38\ \x34\x35\x36\x36\x20\x31\x2e\x32\x33\x33\x35\x2d\x31\x2e\x31\x35\ \x36\x32\x20\x30\x2e\x33\x35\x39\x32\x36\x20\x30\x2e\x33\x31\x30\ \x36\x36\x20\x30\x2e\x38\x36\x39\x35\x38\x20\x30\x2e\x37\x37\x34\ \x30\x34\x20\x31\x2e\x32\x33\x34\x31\x20\x31\x2e\x31\x35\x36\x32\ \x20\x30\x2e\x33\x37\x36\x30\x39\x20\x30\x2e\x33\x39\x34\x34\x20\ \x30\x2e\x37\x34\x33\x38\x33\x20\x30\x2e\x38\x31\x36\x39\x36\x20\ \x31\x2e\x31\x30\x33\x37\x20\x31\x2e\x32\x36\x36\x32\x20\x30\x2e\ \x32\x38\x33\x38\x31\x20\x30\x2e\x33\x35\x34\x31\x20\x30\x2e\x35\ \x35\x36\x32\x31\x20\x30\x2e\x37\x31\x38\x33\x20\x30\x2e\x38\x32\ \x33\x34\x32\x20\x31\x2e\x30\x38\x39\x37\x6c\x30\x2e\x30\x38\x39\ \x37\x34\x20\x30\x2e\x31\x32\x34\x35\x37\x68\x31\x2e\x37\x34\x39\ \x6c\x2d\x30\x2e\x37\x36\x39\x30\x34\x2d\x31\x2e\x31\x36\x37\x34\ \x63\x2d\x30\x2e\x34\x35\x30\x30\x38\x2d\x30\x2e\x36\x34\x38\x31\ \x37\x2d\x30\x2e\x39\x30\x36\x37\x38\x2d\x31\x2e\x32\x37\x35\x34\ \x2d\x31\x2e\x33\x37\x34\x39\x2d\x31\x2e\x38\x35\x35\x32\x2d\x30\ \x2e\x35\x32\x32\x38\x37\x2d\x30\x2e\x36\x34\x37\x35\x38\x2d\x31\ \x2e\x30\x33\x30\x37\x2d\x31\x2e\x32\x32\x38\x39\x2d\x31\x2e\x35\ \x32\x34\x33\x2d\x31\x2e\x37\x34\x33\x39\x2d\x30\x2e\x34\x35\x36\ \x31\x32\x2d\x30\x2e\x34\x37\x35\x39\x32\x2d\x30\x2e\x38\x37\x38\ \x35\x34\x2d\x30\x2e\x38\x36\x32\x39\x36\x2d\x31\x2e\x31\x39\x35\ \x35\x2d\x31\x2e\x31\x32\x32\x33\x6c\x2d\x30\x2e\x31\x33\x36\x32\ \x35\x2d\x30\x2e\x31\x31\x31\x32\x36\x2d\x30\x2e\x31\x33\x36\x32\ \x35\x20\x30\x2e\x31\x31\x31\x32\x36\x63\x2d\x30\x2e\x33\x32\x33\ \x35\x31\x20\x30\x2e\x32\x36\x36\x33\x37\x2d\x30\x2e\x37\x33\x38\ \x36\x32\x20\x30\x2e\x36\x34\x36\x33\x31\x2d\x31\x2e\x31\x39\x34\ \x38\x20\x31\x2e\x31\x32\x32\x33\x2d\x30\x2e\x34\x39\x33\x35\x34\ \x20\x30\x2e\x35\x31\x35\x30\x32\x2d\x31\x2e\x30\x30\x31\x35\x20\ \x31\x2e\x30\x39\x36\x34\x2d\x31\x2e\x35\x32\x34\x33\x20\x31\x2e\ \x37\x34\x33\x39\x2d\x30\x2e\x34\x36\x38\x30\x34\x20\x30\x2e\x35\ \x37\x39\x35\x37\x2d\x30\x2e\x39\x32\x35\x33\x37\x20\x31\x2e\x32\ \x30\x36\x38\x2d\x31\x2e\x33\x37\x35\x36\x20\x31\x2e\x38\x35\x35\ \x32\x7a\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\ \x30\x30\x22\x20\x63\x6f\x6c\x6f\x72\x2d\x72\x65\x6e\x64\x65\x72\ \x69\x6e\x67\x3d\x22\x61\x75\x74\x6f\x22\x20\x69\x6d\x61\x67\x65\ \x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\x67\x3d\x22\x61\x75\x74\x6f\ \x22\x20\x73\x68\x61\x70\x65\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\ \x67\x3d\x22\x61\x75\x74\x6f\x22\x20\x73\x6f\x6c\x69\x64\x2d\x63\ \x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\x30\x22\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x69\x73\x6f\x6c\x61\x74\x69\x6f\x6e\x3a\ \x61\x75\x74\x6f\x3b\x6d\x69\x78\x2d\x62\x6c\x65\x6e\x64\x2d\x6d\ \x6f\x64\x65\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x74\x65\x78\x74\x2d\ \x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\x63\x6f\x6c\x6f\x72\ \x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x74\x65\x78\x74\x2d\x64\x65\ \x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\x6c\x69\x6e\x65\x3a\x6e\x6f\ \x6e\x65\x3b\x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\ \x6f\x6e\x2d\x73\x74\x79\x6c\x65\x3a\x73\x6f\x6c\x69\x64\x3b\x74\ \x65\x78\x74\x2d\x69\x6e\x64\x65\x6e\x74\x3a\x30\x3b\x74\x65\x78\ \x74\x2d\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3a\x6e\x6f\x6e\x65\ \x3b\x77\x68\x69\x74\x65\x2d\x73\x70\x61\x63\x65\x3a\x6e\x6f\x72\ \x6d\x61\x6c\x22\x2f\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x05\x5e\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x73\x76\x67\x20\x77\x69\x64\x74\x68\ \x3d\x22\x35\x31\x32\x70\x78\x22\x20\x68\x65\x69\x67\x68\x74\x3d\ \x22\x35\x31\x32\x70\x78\x22\x20\x65\x6e\x61\x62\x6c\x65\x2d\x62\ \x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x3d\x22\x6e\x65\x77\x20\x30\ \x20\x30\x20\x35\x31\x32\x20\x35\x31\x32\x22\x20\x76\x65\x72\x73\ \x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\x20\x76\x69\x65\x77\x42\x6f\ \x78\x3d\x22\x30\x20\x30\x20\x35\x31\x32\x20\x35\x31\x32\x22\x20\ \x78\x6d\x6c\x3a\x73\x70\x61\x63\x65\x3d\x22\x70\x72\x65\x73\x65\ \x72\x76\x65\x22\x20\x78\x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\ \x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\ \x30\x30\x2f\x73\x76\x67\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x65\x61\x74\x69\x76\ \x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\x67\x2f\x6e\x73\x23\ \x22\x20\x78\x6d\x6c\x6e\x73\x3a\x64\x63\x3d\x22\x68\x74\x74\x70\ \x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\ \x6c\x65\x6d\x65\x6e\x74\x73\x2f\x31\x2e\x31\x2f\x22\x20\x78\x6d\ \x6c\x6e\x73\x3a\x72\x64\x66\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\ \x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\ \x30\x32\x2f\x32\x32\x2d\x72\x64\x66\x2d\x73\x79\x6e\x74\x61\x78\ \x2d\x6e\x73\x23\x22\x3e\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\ \x3c\x72\x64\x66\x3a\x52\x44\x46\x3e\x3c\x63\x63\x3a\x57\x6f\x72\ \x6b\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x3c\ \x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x69\x6d\x61\x67\x65\x2f\ \x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\x64\x63\x3a\x66\x6f\x72\x6d\ \x61\x74\x3e\x3c\x64\x63\x3a\x74\x79\x70\x65\x20\x72\x64\x66\x3a\ \x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\ \x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\ \x69\x74\x79\x70\x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\ \x22\x2f\x3e\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x3c\x2f\x72\ \x64\x66\x3a\x52\x44\x46\x3e\x3c\x2f\x6d\x65\x74\x61\x64\x61\x74\ \x61\x3e\x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x6d\x34\x36\x33\x2e\ \x35\x32\x20\x39\x34\x2e\x39\x30\x39\x68\x2d\x32\x36\x39\x2e\x36\ \x33\x76\x2d\x31\x30\x2e\x33\x37\x63\x30\x2d\x32\x32\x2e\x39\x30\ \x38\x2d\x31\x38\x2e\x35\x37\x34\x2d\x34\x31\x2e\x34\x38\x32\x2d\ \x34\x31\x2e\x34\x38\x32\x2d\x34\x31\x2e\x34\x38\x32\x68\x2d\x31\ \x30\x33\x2e\x37\x63\x2d\x32\x32\x2e\x39\x30\x38\x20\x30\x2d\x34\ \x31\x2e\x34\x38\x32\x20\x31\x38\x2e\x35\x37\x34\x2d\x34\x31\x2e\ \x34\x38\x32\x20\x34\x31\x2e\x34\x38\x32\x76\x33\x34\x32\x2e\x32\ \x32\x63\x30\x20\x32\x32\x2e\x39\x30\x37\x20\x31\x38\x2e\x35\x37\ \x34\x20\x34\x31\x2e\x34\x38\x32\x20\x34\x31\x2e\x34\x38\x32\x20\ \x34\x31\x2e\x34\x38\x32\x68\x34\x31\x34\x2e\x38\x32\x63\x32\x32\ \x2e\x39\x30\x38\x20\x30\x20\x34\x31\x2e\x34\x38\x32\x2d\x31\x38\ \x2e\x35\x37\x35\x20\x34\x31\x2e\x34\x38\x32\x2d\x34\x31\x2e\x34\ \x38\x32\x76\x2d\x32\x39\x30\x2e\x33\x37\x63\x30\x2d\x32\x32\x2e\ \x39\x30\x38\x2d\x31\x38\x2e\x35\x37\x34\x2d\x34\x31\x2e\x34\x38\ \x32\x2d\x34\x31\x2e\x34\x38\x32\x2d\x34\x31\x2e\x34\x38\x32\x7a\ \x6d\x2d\x34\x33\x35\x2e\x35\x36\x2d\x31\x30\x2e\x33\x37\x63\x30\ \x2d\x31\x31\x2e\x34\x33\x35\x20\x39\x2e\x33\x30\x38\x2d\x32\x30\ \x2e\x37\x34\x31\x20\x32\x30\x2e\x37\x34\x31\x2d\x32\x30\x2e\x37\ \x34\x31\x68\x31\x30\x33\x2e\x37\x63\x31\x31\x2e\x34\x33\x33\x20\ \x30\x20\x32\x30\x2e\x37\x34\x31\x20\x39\x2e\x33\x30\x36\x20\x32\ \x30\x2e\x37\x34\x31\x20\x32\x30\x2e\x37\x34\x31\x76\x33\x31\x2e\ \x31\x31\x31\x68\x32\x39\x30\x2e\x33\x37\x63\x31\x31\x2e\x34\x33\ \x33\x20\x30\x20\x32\x30\x2e\x37\x34\x31\x20\x39\x2e\x33\x30\x36\ \x20\x32\x30\x2e\x37\x34\x31\x20\x32\x30\x2e\x37\x34\x31\x76\x32\ \x30\x2e\x37\x34\x31\x68\x2d\x34\x35\x36\x2e\x33\x76\x2d\x37\x32\ \x2e\x35\x39\x33\x7a\x6d\x34\x33\x35\x2e\x35\x36\x20\x33\x36\x32\ \x2e\x39\x37\x68\x2d\x34\x31\x34\x2e\x38\x32\x63\x2d\x31\x31\x2e\ \x34\x33\x33\x20\x30\x2d\x32\x30\x2e\x37\x34\x31\x2d\x39\x2e\x33\ \x30\x37\x2d\x32\x30\x2e\x37\x34\x31\x2d\x32\x30\x2e\x37\x34\x31\ \x76\x2d\x32\x34\x38\x2e\x38\x39\x68\x34\x35\x36\x2e\x33\x76\x32\ \x34\x38\x2e\x38\x39\x63\x30\x20\x31\x31\x2e\x34\x33\x32\x2d\x39\ \x2e\x33\x30\x37\x20\x32\x30\x2e\x37\x34\x2d\x32\x30\x2e\x37\x34\ \x31\x20\x32\x30\x2e\x37\x34\x7a\x22\x2f\x3e\x3c\x70\x61\x74\x68\ \x20\x64\x3d\x22\x6d\x34\x33\x2e\x30\x31\x31\x20\x34\x34\x36\x2e\ \x33\x36\x63\x2d\x35\x2e\x36\x39\x30\x39\x2d\x31\x2e\x37\x38\x32\ \x32\x2d\x31\x30\x2e\x32\x39\x32\x2d\x35\x2e\x38\x34\x32\x39\x2d\ \x31\x32\x2e\x38\x38\x34\x2d\x31\x31\x2e\x33\x37\x31\x6c\x2d\x31\ \x2e\x34\x36\x36\x35\x2d\x33\x2e\x31\x32\x37\x37\x2d\x30\x2e\x31\ \x34\x32\x37\x31\x2d\x31\x32\x36\x2e\x37\x35\x2d\x30\x2e\x31\x34\ \x32\x37\x2d\x31\x32\x36\x2e\x37\x35\x68\x34\x35\x35\x2e\x38\x31\ \x6c\x2d\x30\x2e\x31\x34\x36\x32\x34\x20\x31\x32\x36\x2e\x31\x39\ \x2d\x30\x2e\x31\x34\x36\x32\x34\x20\x31\x32\x36\x2e\x31\x39\x2d\ \x31\x2e\x32\x39\x39\x34\x20\x33\x2e\x32\x31\x39\x32\x63\x2d\x31\ \x2e\x38\x32\x31\x20\x34\x2e\x35\x31\x31\x37\x2d\x36\x2e\x33\x34\ \x36\x38\x20\x39\x2e\x32\x35\x35\x2d\x31\x30\x2e\x37\x38\x37\x20\ \x31\x31\x2e\x33\x30\x35\x6c\x2d\x33\x2e\x34\x39\x36\x31\x20\x31\ \x2e\x36\x31\x34\x34\x2d\x32\x31\x31\x2e\x34\x38\x20\x30\x2e\x31\ \x30\x33\x33\x39\x63\x2d\x31\x37\x33\x2e\x38\x20\x30\x2e\x30\x38\ \x35\x2d\x32\x31\x31\x2e\x39\x2d\x30\x2e\x30\x32\x37\x34\x2d\x32\ \x31\x33\x2e\x38\x32\x2d\x30\x2e\x36\x33\x31\x30\x32\x7a\x22\x20\ \x66\x69\x6c\x6c\x3d\x22\x23\x34\x63\x34\x61\x34\x38\x22\x20\x73\ \x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3d\x22\x2e\x35\x35\ \x36\x35\x32\x22\x2f\x3e\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x10\x68\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x20\x77\x69\x64\x74\x68\x3d\x22\x39\x36\x22\x20\ \x68\x65\x69\x67\x68\x74\x3d\x22\x39\x36\x22\x20\x76\x65\x72\x73\ \x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\x20\x76\x69\x65\x77\x42\x6f\ \x78\x3d\x22\x30\x20\x30\x20\x39\x36\x20\x39\x36\x22\x20\x78\x6d\ \x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\ \x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\ \x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\ \x73\x2e\x6f\x72\x67\x2f\x6e\x73\x23\x22\x20\x78\x6d\x6c\x6e\x73\ \x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\ \x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\ \x2f\x31\x2e\x31\x2f\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\ \x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\ \x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x3e\x0a\ \x20\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\x3c\x72\ \x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\x3c\x63\x63\x3a\x57\ \x6f\x72\x6b\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\ \x3e\x0a\x20\x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\ \x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\ \x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x3c\ \x64\x63\x3a\x74\x79\x70\x65\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\ \x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\ \x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\ \x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x2f\x3e\x0a\ \x20\x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\ \x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x3c\x2f\x6d\x65\ \x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x3c\x67\x20\x74\x72\x61\x6e\ \x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\ \x28\x36\x37\x2e\x38\x35\x37\x20\x2d\x37\x38\x2e\x35\x30\x35\x29\ \x22\x3e\x0a\x20\x20\x3c\x67\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\ \x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x30\x20\x2d\x31\x20\x2d\ \x31\x20\x30\x20\x33\x37\x33\x2e\x35\x31\x20\x35\x31\x36\x2e\x35\ \x31\x29\x22\x3e\x0a\x20\x20\x20\x3c\x67\x20\x74\x72\x61\x6e\x73\ \x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x2d\x2e\x39\ \x39\x39\x36\x20\x30\x20\x30\x20\x31\x20\x35\x37\x35\x2e\x39\x34\ \x20\x2d\x36\x31\x31\x29\x22\x3e\x0a\x20\x20\x20\x20\x3c\x67\x20\ \x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\ \x78\x28\x2d\x31\x20\x30\x20\x30\x20\x31\x20\x35\x37\x36\x20\x36\ \x31\x31\x29\x22\x3e\x0a\x20\x20\x20\x20\x20\x3c\x72\x65\x63\x74\ \x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x73\x63\x61\x6c\ \x65\x28\x2d\x31\x2c\x31\x29\x22\x20\x78\x3d\x22\x2d\x34\x33\x38\ \x22\x20\x79\x3d\x22\x33\x34\x35\x2e\x33\x36\x22\x20\x77\x69\x64\ \x74\x68\x3d\x22\x39\x36\x2e\x30\x33\x38\x22\x20\x68\x65\x69\x67\ \x68\x74\x3d\x22\x39\x36\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\ \x30\x30\x30\x30\x30\x30\x22\x20\x66\x69\x6c\x6c\x3d\x22\x6e\x6f\ \x6e\x65\x22\x2f\x3e\x0a\x20\x20\x20\x20\x20\x3c\x67\x20\x73\x68\ \x61\x70\x65\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\x67\x3d\x22\x61\ \x75\x74\x6f\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\ \x68\x20\x64\x3d\x22\x6d\x33\x35\x37\x2e\x39\x37\x20\x33\x35\x37\ \x2e\x33\x36\x63\x2d\x32\x2e\x36\x33\x31\x34\x20\x30\x2d\x34\x2e\ \x37\x31\x35\x35\x20\x30\x2e\x32\x33\x37\x38\x38\x2d\x36\x2e\x34\ \x37\x30\x37\x20\x30\x2e\x38\x39\x36\x34\x38\x73\x2d\x33\x2e\x31\ \x35\x39\x32\x20\x31\x2e\x38\x34\x39\x38\x2d\x33\x2e\x39\x39\x30\ \x32\x20\x33\x2e\x33\x35\x35\x35\x63\x2d\x31\x2e\x36\x36\x32\x31\ \x20\x33\x2e\x30\x31\x31\x32\x2d\x31\x2e\x34\x38\x34\x38\x20\x36\ \x2e\x36\x39\x33\x38\x2d\x31\x2e\x35\x34\x33\x20\x31\x31\x2e\x37\ \x32\x37\x76\x30\x2e\x30\x31\x31\x37\x20\x34\x30\x2e\x30\x32\x31\ \x20\x30\x2e\x30\x31\x31\x37\x63\x30\x2e\x30\x35\x38\x32\x20\x35\ \x2e\x30\x33\x32\x38\x2d\x30\x2e\x31\x31\x39\x31\x32\x20\x38\x2e\ \x37\x31\x35\x33\x20\x31\x2e\x35\x34\x33\x20\x31\x31\x2e\x37\x32\ \x37\x20\x30\x2e\x38\x33\x31\x30\x34\x20\x31\x2e\x35\x30\x35\x36\ \x20\x32\x2e\x32\x33\x35\x20\x32\x2e\x36\x39\x36\x39\x20\x33\x2e\ \x39\x39\x30\x32\x20\x33\x2e\x33\x35\x35\x35\x20\x31\x2e\x37\x35\ \x35\x32\x20\x30\x2e\x36\x35\x38\x36\x20\x33\x2e\x38\x33\x39\x33\ \x20\x30\x2e\x38\x39\x36\x34\x38\x20\x36\x2e\x34\x37\x30\x37\x20\ \x30\x2e\x38\x39\x36\x34\x38\x68\x36\x34\x2e\x30\x32\x35\x63\x32\ \x2e\x36\x33\x31\x34\x20\x30\x20\x34\x2e\x37\x31\x35\x35\x2d\x30\ \x2e\x32\x33\x37\x38\x38\x20\x36\x2e\x34\x37\x30\x37\x2d\x30\x2e\ \x38\x39\x36\x34\x38\x20\x31\x2e\x37\x35\x35\x32\x2d\x30\x2e\x36\ \x35\x38\x36\x31\x20\x33\x2e\x31\x35\x39\x32\x2d\x31\x2e\x38\x34\ \x39\x38\x20\x33\x2e\x39\x39\x30\x32\x2d\x33\x2e\x33\x35\x35\x35\ \x20\x31\x2e\x36\x36\x32\x31\x2d\x33\x2e\x30\x31\x31\x32\x20\x31\ \x2e\x34\x38\x34\x38\x2d\x36\x2e\x36\x39\x33\x38\x20\x31\x2e\x35\ \x34\x33\x2d\x31\x31\x2e\x37\x32\x37\x76\x2d\x30\x2e\x30\x31\x31\ \x37\x2d\x34\x30\x2e\x30\x32\x31\x2d\x30\x2e\x30\x31\x31\x37\x63\ \x2d\x30\x2e\x30\x35\x38\x32\x2d\x35\x2e\x30\x33\x32\x38\x20\x30\ \x2e\x31\x31\x39\x31\x31\x2d\x38\x2e\x37\x31\x35\x33\x2d\x31\x2e\ \x35\x34\x33\x2d\x31\x31\x2e\x37\x32\x37\x2d\x30\x2e\x38\x33\x31\ \x30\x34\x2d\x31\x2e\x35\x30\x35\x36\x2d\x32\x2e\x32\x33\x35\x2d\ \x32\x2e\x36\x39\x36\x39\x2d\x33\x2e\x39\x39\x30\x32\x2d\x33\x2e\ \x33\x35\x35\x35\x73\x2d\x33\x2e\x38\x33\x39\x33\x2d\x30\x2e\x38\ \x39\x36\x34\x38\x2d\x36\x2e\x34\x37\x30\x37\x2d\x30\x2e\x38\x39\ \x36\x34\x38\x7a\x6d\x30\x20\x34\x2e\x30\x30\x32\x68\x36\x34\x2e\ \x30\x32\x35\x63\x32\x2e\x33\x37\x30\x36\x20\x30\x20\x34\x2e\x30\ \x32\x34\x33\x20\x30\x2e\x32\x35\x30\x33\x31\x20\x35\x2e\x30\x36\ \x34\x35\x20\x30\x2e\x36\x34\x30\x36\x33\x20\x31\x2e\x30\x34\x30\ \x32\x20\x30\x2e\x33\x39\x30\x33\x31\x20\x31\x2e\x34\x38\x39\x37\ \x20\x30\x2e\x38\x30\x39\x34\x35\x20\x31\x2e\x38\x39\x34\x35\x20\ \x31\x2e\x35\x34\x33\x20\x30\x2e\x38\x30\x38\x32\x33\x20\x31\x2e\ \x34\x36\x34\x33\x20\x30\x2e\x39\x38\x36\x31\x33\x20\x34\x2e\x37\ \x37\x38\x31\x20\x31\x2e\x30\x34\x34\x39\x20\x39\x2e\x38\x31\x36\ \x34\x76\x33\x39\x2e\x39\x37\x37\x63\x2d\x30\x2e\x30\x35\x38\x34\ \x20\x35\x2e\x30\x35\x34\x32\x2d\x30\x2e\x32\x33\x35\x31\x38\x20\ \x38\x2e\x33\x37\x30\x39\x2d\x31\x2e\x30\x34\x34\x39\x20\x39\x2e\ \x38\x33\x37\x39\x2d\x30\x2e\x34\x30\x34\x38\x37\x20\x30\x2e\x37\ \x33\x33\x35\x32\x2d\x30\x2e\x38\x35\x34\x33\x34\x20\x31\x2e\x31\ \x35\x32\x37\x2d\x31\x2e\x38\x39\x34\x35\x20\x31\x2e\x35\x34\x33\ \x2d\x31\x2e\x30\x34\x30\x32\x20\x30\x2e\x33\x39\x30\x33\x32\x2d\ \x32\x2e\x36\x39\x33\x39\x20\x30\x2e\x36\x34\x30\x36\x33\x2d\x35\ \x2e\x30\x36\x34\x35\x20\x30\x2e\x36\x34\x30\x36\x33\x68\x2d\x36\ \x34\x2e\x30\x32\x35\x63\x2d\x32\x2e\x33\x37\x30\x36\x20\x30\x2d\ \x34\x2e\x30\x32\x34\x33\x2d\x30\x2e\x32\x35\x30\x33\x31\x2d\x35\ \x2e\x30\x36\x34\x34\x2d\x30\x2e\x36\x34\x30\x36\x33\x2d\x31\x2e\ \x30\x34\x30\x32\x2d\x30\x2e\x33\x39\x30\x33\x31\x2d\x31\x2e\x34\ \x38\x39\x37\x2d\x30\x2e\x38\x30\x39\x34\x35\x2d\x31\x2e\x38\x39\ \x34\x35\x2d\x31\x2e\x35\x34\x33\x2d\x30\x2e\x38\x30\x38\x33\x36\ \x2d\x31\x2e\x34\x36\x34\x35\x2d\x30\x2e\x39\x38\x36\x31\x36\x2d\ \x34\x2e\x37\x37\x36\x38\x2d\x31\x2e\x30\x34\x34\x39\x2d\x39\x2e\ \x38\x31\x36\x34\x76\x2d\x30\x2e\x30\x32\x31\x35\x2d\x33\x39\x2e\ \x39\x35\x33\x2d\x30\x2e\x30\x32\x33\x34\x63\x30\x2e\x30\x35\x38\ \x38\x2d\x35\x2e\x30\x33\x38\x33\x20\x30\x2e\x32\x33\x36\x36\x39\ \x2d\x38\x2e\x33\x35\x32\x31\x20\x31\x2e\x30\x34\x34\x39\x2d\x39\ \x2e\x38\x31\x36\x34\x20\x30\x2e\x34\x30\x34\x38\x37\x2d\x30\x2e\ \x37\x33\x33\x35\x32\x20\x30\x2e\x38\x35\x34\x33\x34\x2d\x31\x2e\ \x31\x35\x32\x37\x20\x31\x2e\x38\x39\x34\x35\x2d\x31\x2e\x35\x34\ \x33\x20\x31\x2e\x30\x34\x30\x32\x2d\x30\x2e\x33\x39\x30\x33\x32\ \x20\x32\x2e\x36\x39\x33\x39\x2d\x30\x2e\x36\x34\x30\x36\x33\x20\ \x35\x2e\x30\x36\x34\x34\x2d\x30\x2e\x36\x34\x30\x36\x33\x7a\x22\ \x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\x30\x22\ \x20\x63\x6f\x6c\x6f\x72\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\x67\ \x3d\x22\x61\x75\x74\x6f\x22\x20\x69\x6d\x61\x67\x65\x2d\x72\x65\ \x6e\x64\x65\x72\x69\x6e\x67\x3d\x22\x61\x75\x74\x6f\x22\x20\x73\ \x6f\x6c\x69\x64\x2d\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\ \x30\x30\x30\x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x6f\x6e\x74\ \x2d\x66\x65\x61\x74\x75\x72\x65\x2d\x73\x65\x74\x74\x69\x6e\x67\ \x73\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x76\x61\ \x72\x69\x61\x6e\x74\x2d\x61\x6c\x74\x65\x72\x6e\x61\x74\x65\x73\ \x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\ \x69\x61\x6e\x74\x2d\x63\x61\x70\x73\x3a\x6e\x6f\x72\x6d\x61\x6c\ \x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\x6e\x74\x2d\x6c\x69\ \x67\x61\x74\x75\x72\x65\x73\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\ \x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\x6e\x74\x2d\x6e\x75\x6d\x65\ \x72\x69\x63\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\ \x76\x61\x72\x69\x61\x6e\x74\x2d\x70\x6f\x73\x69\x74\x69\x6f\x6e\ \x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x69\x73\x6f\x6c\x61\x74\x69\x6f\ \x6e\x3a\x61\x75\x74\x6f\x3b\x6d\x69\x78\x2d\x62\x6c\x65\x6e\x64\ \x2d\x6d\x6f\x64\x65\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x73\x68\x61\ \x70\x65\x2d\x70\x61\x64\x64\x69\x6e\x67\x3a\x30\x3b\x74\x65\x78\ \x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\x63\x6f\x6c\ \x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x74\x65\x78\x74\x2d\ \x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\x6c\x69\x6e\x65\x3a\ \x6e\x6f\x6e\x65\x3b\x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\ \x74\x69\x6f\x6e\x2d\x73\x74\x79\x6c\x65\x3a\x73\x6f\x6c\x69\x64\ \x3b\x74\x65\x78\x74\x2d\x69\x6e\x64\x65\x6e\x74\x3a\x30\x3b\x74\ \x65\x78\x74\x2d\x6f\x72\x69\x65\x6e\x74\x61\x74\x69\x6f\x6e\x3a\ \x6d\x69\x78\x65\x64\x3b\x74\x65\x78\x74\x2d\x74\x72\x61\x6e\x73\ \x66\x6f\x72\x6d\x3a\x6e\x6f\x6e\x65\x3b\x77\x68\x69\x74\x65\x2d\ \x73\x70\x61\x63\x65\x3a\x6e\x6f\x72\x6d\x61\x6c\x22\x2f\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x6d\ \x34\x30\x37\x2e\x39\x37\x20\x33\x39\x32\x2e\x35\x31\x63\x30\x2e\ \x32\x30\x39\x31\x38\x20\x36\x2e\x33\x38\x37\x33\x2d\x31\x2e\x39\ \x31\x39\x38\x20\x31\x32\x2e\x38\x35\x32\x2d\x36\x2e\x34\x33\x31\ \x36\x20\x31\x37\x2e\x39\x39\x34\x2d\x39\x2e\x30\x32\x33\x37\x20\ \x31\x30\x2e\x32\x38\x35\x2d\x32\x34\x2e\x35\x33\x31\x20\x31\x31\ \x2e\x38\x31\x32\x2d\x33\x35\x2e\x33\x38\x39\x20\x33\x2e\x34\x38\ \x34\x34\x2d\x31\x30\x2e\x38\x35\x37\x2d\x38\x2e\x33\x32\x37\x36\ \x2d\x31\x33\x2e\x33\x39\x36\x2d\x32\x33\x2e\x36\x39\x38\x2d\x35\ \x2e\x37\x39\x33\x2d\x33\x35\x2e\x30\x37\x32\x20\x37\x2e\x32\x31\ \x38\x2d\x31\x30\x2e\x37\x39\x38\x20\x32\x31\x2e\x32\x35\x33\x2d\ \x31\x34\x2e\x35\x34\x20\x33\x32\x2e\x38\x30\x35\x2d\x39\x2e\x30\ \x33\x33\x32\x6c\x2d\x31\x2e\x37\x32\x32\x36\x20\x33\x2e\x36\x31\ \x31\x33\x63\x2d\x39\x2e\x37\x38\x33\x36\x2d\x34\x2e\x36\x36\x34\ \x2d\x32\x31\x2e\x36\x33\x2d\x31\x2e\x35\x31\x39\x37\x2d\x32\x37\ \x2e\x37\x35\x36\x20\x37\x2e\x36\x34\x34\x35\x2d\x36\x2e\x34\x35\ \x33\x32\x20\x39\x2e\x36\x35\x33\x38\x2d\x34\x2e\x33\x31\x33\x32\ \x20\x32\x32\x2e\x36\x30\x38\x20\x34\x2e\x39\x30\x32\x33\x20\x32\ \x39\x2e\x36\x37\x36\x20\x39\x2e\x32\x31\x35\x35\x20\x37\x2e\x30\ \x36\x38\x33\x20\x32\x32\x2e\x32\x38\x39\x20\x35\x2e\x37\x38\x30\ \x31\x20\x32\x39\x2e\x39\x34\x37\x2d\x32\x2e\x39\x34\x39\x32\x20\ \x37\x2e\x32\x30\x37\x37\x2d\x38\x2e\x32\x31\x35\x33\x20\x37\x2e\ \x31\x35\x39\x32\x2d\x32\x30\x2e\x32\x36\x39\x20\x30\x2e\x32\x39\ \x32\x39\x37\x2d\x32\x38\x2e\x35\x31\x6c\x2d\x37\x2e\x34\x32\x33\ \x38\x20\x37\x2e\x34\x31\x39\x39\x2d\x32\x2e\x38\x33\x30\x31\x2d\ \x32\x2e\x38\x32\x38\x31\x20\x31\x30\x2e\x33\x39\x31\x2d\x31\x30\ \x2e\x33\x38\x35\x20\x31\x2e\x34\x31\x34\x31\x20\x31\x2e\x34\x31\ \x32\x31\x63\x34\x2e\x38\x33\x38\x36\x20\x34\x2e\x38\x33\x36\x36\ \x20\x37\x2e\x33\x38\x34\x36\x20\x31\x31\x2e\x31\x34\x38\x20\x37\ \x2e\x35\x39\x33\x38\x20\x31\x37\x2e\x35\x33\x35\x7a\x22\x20\x63\ \x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\x30\x22\x20\x63\ \x6f\x6c\x6f\x72\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\x67\x3d\x22\ \x61\x75\x74\x6f\x22\x20\x69\x6d\x61\x67\x65\x2d\x72\x65\x6e\x64\ \x65\x72\x69\x6e\x67\x3d\x22\x61\x75\x74\x6f\x22\x20\x73\x6f\x6c\ \x69\x64\x2d\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\ \x30\x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x6f\x6e\x74\x2d\x66\ \x65\x61\x74\x75\x72\x65\x2d\x73\x65\x74\x74\x69\x6e\x67\x73\x3a\ \x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\ \x61\x6e\x74\x2d\x61\x6c\x74\x65\x72\x6e\x61\x74\x65\x73\x3a\x6e\ \x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\ \x6e\x74\x2d\x63\x61\x70\x73\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\ \x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\x6e\x74\x2d\x6c\x69\x67\x61\ \x74\x75\x72\x65\x73\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\ \x74\x2d\x76\x61\x72\x69\x61\x6e\x74\x2d\x6e\x75\x6d\x65\x72\x69\ \x63\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x76\x61\ \x72\x69\x61\x6e\x74\x2d\x70\x6f\x73\x69\x74\x69\x6f\x6e\x3a\x6e\ \x6f\x72\x6d\x61\x6c\x3b\x69\x73\x6f\x6c\x61\x74\x69\x6f\x6e\x3a\ \x61\x75\x74\x6f\x3b\x6d\x69\x78\x2d\x62\x6c\x65\x6e\x64\x2d\x6d\ \x6f\x64\x65\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x73\x68\x61\x70\x65\ \x2d\x70\x61\x64\x64\x69\x6e\x67\x3a\x30\x3b\x74\x65\x78\x74\x2d\ \x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\x63\x6f\x6c\x6f\x72\ \x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x74\x65\x78\x74\x2d\x64\x65\ \x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\x6c\x69\x6e\x65\x3a\x6e\x6f\ \x6e\x65\x3b\x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\ \x6f\x6e\x2d\x73\x74\x79\x6c\x65\x3a\x73\x6f\x6c\x69\x64\x3b\x74\ \x65\x78\x74\x2d\x69\x6e\x64\x65\x6e\x74\x3a\x30\x3b\x74\x65\x78\ \x74\x2d\x6f\x72\x69\x65\x6e\x74\x61\x74\x69\x6f\x6e\x3a\x6d\x69\ \x78\x65\x64\x3b\x74\x65\x78\x74\x2d\x74\x72\x61\x6e\x73\x66\x6f\ \x72\x6d\x3a\x6e\x6f\x6e\x65\x3b\x77\x68\x69\x74\x65\x2d\x73\x70\ \x61\x63\x65\x3a\x6e\x6f\x72\x6d\x61\x6c\x22\x2f\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x6d\x33\x37\ \x35\x2e\x39\x38\x20\x33\x39\x33\x2e\x33\x36\x63\x30\x20\x33\x2e\ \x32\x39\x30\x38\x20\x32\x2e\x37\x31\x31\x31\x20\x36\x2e\x30\x30\ \x32\x20\x36\x2e\x30\x30\x32\x20\x36\x2e\x30\x30\x32\x73\x36\x2e\ \x30\x30\x32\x2d\x32\x2e\x37\x31\x31\x31\x20\x36\x2e\x30\x30\x32\ \x2d\x36\x2e\x30\x30\x32\x2d\x32\x2e\x37\x31\x31\x31\x2d\x36\x2d\ \x36\x2e\x30\x30\x32\x2d\x36\x2d\x36\x2e\x30\x30\x32\x20\x32\x2e\ \x37\x30\x39\x32\x2d\x36\x2e\x30\x30\x32\x20\x36\x7a\x6d\x34\x20\ \x30\x63\x30\x2d\x31\x2e\x31\x32\x37\x38\x20\x30\x2e\x38\x37\x32\ \x34\x37\x2d\x32\x20\x32\x2e\x30\x30\x32\x2d\x32\x73\x32\x2e\x30\ \x30\x32\x20\x30\x2e\x38\x37\x32\x31\x38\x20\x32\x2e\x30\x30\x32\ \x20\x32\x2d\x30\x2e\x38\x37\x32\x34\x37\x20\x32\x2d\x32\x2e\x30\ \x30\x32\x20\x32\x2d\x32\x2e\x30\x30\x32\x2d\x30\x2e\x38\x37\x32\ \x31\x38\x2d\x32\x2e\x30\x30\x32\x2d\x32\x7a\x22\x20\x63\x6f\x6c\ \x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\x30\x22\x20\x63\x6f\x6c\ \x6f\x72\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\x67\x3d\x22\x61\x75\ \x74\x6f\x22\x20\x66\x69\x6c\x6c\x3d\x22\x23\x33\x33\x33\x22\x20\ \x69\x6d\x61\x67\x65\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\x67\x3d\ \x22\x61\x75\x74\x6f\x22\x20\x73\x6f\x6c\x69\x64\x2d\x63\x6f\x6c\ \x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\x30\x22\x20\x73\x74\x79\ \x6c\x65\x3d\x22\x66\x6f\x6e\x74\x2d\x66\x65\x61\x74\x75\x72\x65\ \x2d\x73\x65\x74\x74\x69\x6e\x67\x73\x3a\x6e\x6f\x72\x6d\x61\x6c\ \x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\x6e\x74\x2d\x61\x6c\ \x74\x65\x72\x6e\x61\x74\x65\x73\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\ \x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\x6e\x74\x2d\x63\x61\x70\ \x73\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x76\x61\ \x72\x69\x61\x6e\x74\x2d\x6c\x69\x67\x61\x74\x75\x72\x65\x73\x3a\ \x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\ \x61\x6e\x74\x2d\x6e\x75\x6d\x65\x72\x69\x63\x3a\x6e\x6f\x72\x6d\ \x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\x6e\x74\x2d\ \x70\x6f\x73\x69\x74\x69\x6f\x6e\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\ \x69\x73\x6f\x6c\x61\x74\x69\x6f\x6e\x3a\x61\x75\x74\x6f\x3b\x6d\ \x69\x78\x2d\x62\x6c\x65\x6e\x64\x2d\x6d\x6f\x64\x65\x3a\x6e\x6f\ \x72\x6d\x61\x6c\x3b\x73\x68\x61\x70\x65\x2d\x70\x61\x64\x64\x69\ \x6e\x67\x3a\x30\x3b\x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\ \x74\x69\x6f\x6e\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\ \x30\x30\x3b\x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\ \x6f\x6e\x2d\x6c\x69\x6e\x65\x3a\x6e\x6f\x6e\x65\x3b\x74\x65\x78\ \x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\x73\x74\x79\ \x6c\x65\x3a\x73\x6f\x6c\x69\x64\x3b\x74\x65\x78\x74\x2d\x69\x6e\ \x64\x65\x6e\x74\x3a\x30\x3b\x74\x65\x78\x74\x2d\x6f\x72\x69\x65\ \x6e\x74\x61\x74\x69\x6f\x6e\x3a\x6d\x69\x78\x65\x64\x3b\x74\x65\ \x78\x74\x2d\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3a\x6e\x6f\x6e\ \x65\x3b\x77\x68\x69\x74\x65\x2d\x73\x70\x61\x63\x65\x3a\x6e\x6f\ \x72\x6d\x61\x6c\x22\x2f\x3e\x0a\x20\x20\x20\x20\x20\x3c\x2f\x67\ \x3e\x0a\x20\x20\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x20\x3c\x2f\ \x67\x3e\x0a\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x3c\x2f\x67\x3e\x0a\ \x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x03\x4a\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x20\x77\x69\x64\x74\x68\x3d\x22\x31\x36\x22\x20\ \x68\x65\x69\x67\x68\x74\x3d\x22\x31\x36\x22\x20\x76\x65\x72\x73\ \x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\x20\x78\x6d\x6c\x6e\x73\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\ \x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x20\x78\x6d\x6c\ \x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\ \x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\ \x67\x2f\x6e\x73\x23\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x64\x63\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\ \x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\x2f\x31\x2e\x31\ \x2f\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\x3d\x22\x68\x74\ \x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\ \x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\x64\x66\x2d\x73\ \x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x3e\x0a\x20\x3c\x6d\x65\ \x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\x3c\x72\x64\x66\x3a\x52\ \x44\x46\x3e\x0a\x20\x20\x20\x3c\x63\x63\x3a\x57\x6f\x72\x6b\x20\ \x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x0a\x20\x20\ \x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x69\x6d\x61\ \x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\x64\x63\x3a\x66\ \x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\ \x79\x70\x65\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\ \x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\x65\x2f\x53\x74\ \x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x2f\x3e\x0a\x20\x20\x20\x20\ \x3c\x64\x63\x3a\x74\x69\x74\x6c\x65\x3e\x47\x6e\x6f\x6d\x65\x20\ \x53\x79\x6d\x62\x6f\x6c\x69\x63\x20\x49\x63\x6f\x6e\x20\x54\x68\ \x65\x6d\x65\x3c\x2f\x64\x63\x3a\x74\x69\x74\x6c\x65\x3e\x0a\x20\ \x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\x3c\ \x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x3c\x2f\x6d\x65\x74\ \x61\x64\x61\x74\x61\x3e\x0a\x20\x3c\x74\x69\x74\x6c\x65\x3e\x47\ \x6e\x6f\x6d\x65\x20\x53\x79\x6d\x62\x6f\x6c\x69\x63\x20\x49\x63\ \x6f\x6e\x20\x54\x68\x65\x6d\x65\x3c\x2f\x74\x69\x74\x6c\x65\x3e\ \x0a\x20\x3c\x67\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\ \x74\x72\x61\x6e\x73\x6c\x61\x74\x65\x28\x2d\x35\x36\x31\x2c\x2d\ \x31\x39\x35\x29\x22\x3e\x0a\x20\x20\x3c\x72\x65\x63\x74\x20\x74\ \x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x73\x63\x61\x6c\x65\x28\ \x2d\x31\x2c\x31\x29\x22\x20\x78\x3d\x22\x2d\x35\x37\x35\x2e\x39\ \x37\x22\x20\x79\x3d\x22\x31\x39\x39\x22\x20\x77\x69\x64\x74\x68\ \x3d\x22\x39\x2e\x39\x36\x38\x38\x22\x20\x68\x65\x69\x67\x68\x74\ \x3d\x22\x39\x22\x20\x72\x78\x3d\x22\x2e\x39\x39\x39\x38\x22\x20\ \x72\x79\x3d\x22\x31\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x62\ \x65\x62\x65\x62\x65\x22\x2f\x3e\x0a\x20\x20\x3c\x70\x61\x74\x68\ \x20\x64\x3d\x22\x6d\x35\x36\x36\x20\x32\x30\x33\x2e\x34\x37\x2d\ \x33\x2e\x34\x37\x2d\x33\x2e\x34\x37\x68\x2d\x30\x2e\x35\x33\x30\ \x39\x76\x37\x68\x30\x2e\x35\x7a\x22\x20\x63\x6f\x6c\x6f\x72\x3d\ \x22\x23\x62\x65\x62\x65\x62\x65\x22\x2f\x3e\x0a\x20\x3c\x2f\x67\ \x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x05\x26\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x20\x77\x69\x64\x74\x68\x3d\x22\x39\x36\x22\x20\ \x68\x65\x69\x67\x68\x74\x3d\x22\x39\x36\x22\x20\x76\x65\x72\x73\ \x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\x20\x76\x69\x65\x77\x42\x6f\ \x78\x3d\x22\x30\x20\x30\x20\x39\x36\x20\x39\x36\x22\x20\x78\x6d\ \x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\ \x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\ \x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\ \x73\x2e\x6f\x72\x67\x2f\x6e\x73\x23\x22\x20\x78\x6d\x6c\x6e\x73\ \x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\ \x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\ \x2f\x31\x2e\x31\x2f\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\ \x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\ \x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x3e\x0a\ \x20\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\x3c\x72\ \x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\x3c\x63\x63\x3a\x57\ \x6f\x72\x6b\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\ \x3e\x0a\x20\x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\ \x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\ \x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x3c\ \x64\x63\x3a\x74\x79\x70\x65\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\ \x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\ \x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\ \x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x2f\x3e\x0a\ \x20\x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\ \x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x3c\x2f\x6d\x65\ \x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x3c\x67\x20\x74\x72\x61\x6e\ \x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\ \x28\x36\x37\x2e\x38\x35\x37\x20\x2d\x37\x38\x2e\x35\x30\x35\x29\ \x22\x3e\x0a\x20\x20\x3c\x67\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\ \x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x30\x20\x2d\x31\x20\x2d\ \x31\x20\x30\x20\x33\x37\x33\x2e\x35\x31\x20\x35\x31\x36\x2e\x35\ \x31\x29\x22\x3e\x0a\x20\x20\x20\x3c\x67\x20\x74\x72\x61\x6e\x73\ \x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x2d\x2e\x39\ \x39\x39\x36\x20\x30\x20\x30\x20\x31\x20\x35\x37\x35\x2e\x39\x34\ \x20\x2d\x36\x31\x31\x29\x22\x3e\x0a\x20\x20\x20\x20\x3c\x67\x20\ \x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\ \x78\x28\x2d\x31\x20\x30\x20\x30\x20\x31\x20\x35\x37\x36\x20\x36\ \x31\x31\x29\x22\x3e\x0a\x20\x20\x20\x20\x20\x3c\x72\x65\x63\x74\ \x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x73\x63\x61\x6c\ \x65\x28\x2d\x31\x2c\x31\x29\x22\x20\x78\x3d\x22\x2d\x34\x33\x38\ \x22\x20\x79\x3d\x22\x33\x34\x35\x2e\x33\x36\x22\x20\x77\x69\x64\ \x74\x68\x3d\x22\x39\x36\x2e\x30\x33\x38\x22\x20\x68\x65\x69\x67\ \x68\x74\x3d\x22\x39\x36\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\ \x30\x30\x30\x30\x30\x30\x22\x20\x66\x69\x6c\x6c\x3d\x22\x6e\x6f\ \x6e\x65\x22\x2f\x3e\x0a\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\ \x20\x64\x3d\x22\x6d\x33\x38\x31\x2e\x39\x38\x20\x33\x35\x35\x2e\ \x33\x36\x63\x2d\x31\x30\x2e\x30\x30\x34\x20\x30\x2d\x39\x2e\x38\ \x38\x37\x33\x20\x33\x2e\x39\x31\x33\x31\x2d\x31\x30\x2e\x30\x30\ \x34\x20\x31\x34\x76\x34\x38\x63\x30\x2e\x31\x31\x36\x36\x36\x20\ \x31\x30\x2e\x30\x38\x37\x20\x30\x20\x31\x34\x20\x31\x30\x2e\x30\ \x30\x34\x20\x31\x34\x68\x33\x36\x2e\x30\x31\x35\x63\x31\x30\x2e\ \x30\x30\x34\x20\x30\x20\x39\x2e\x38\x38\x37\x33\x2d\x33\x2e\x39\ \x31\x33\x31\x20\x31\x30\x2e\x30\x30\x34\x2d\x31\x34\x76\x2d\x34\ \x38\x63\x2d\x30\x2e\x31\x31\x36\x36\x36\x2d\x31\x30\x2e\x30\x38\ \x37\x20\x30\x2d\x31\x34\x2d\x31\x30\x2e\x30\x30\x34\x2d\x31\x34\ \x7a\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\ \x30\x22\x20\x66\x69\x6c\x6c\x3d\x22\x6e\x6f\x6e\x65\x22\x20\x73\ \x74\x72\x6f\x6b\x65\x3d\x22\x23\x30\x30\x30\x22\x20\x73\x74\x72\ \x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3d\x22\x34\x2e\x30\x30\x30\ \x38\x22\x2f\x3e\x0a\x20\x20\x20\x20\x20\x3c\x72\x65\x63\x74\x20\ \x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\ \x78\x28\x30\x2c\x2d\x31\x2c\x2d\x31\x2c\x30\x2c\x30\x2c\x30\x29\ \x22\x20\x78\x3d\x22\x2d\x34\x30\x31\x2e\x33\x36\x22\x20\x79\x3d\ \x22\x2d\x33\x37\x31\x2e\x39\x38\x22\x20\x77\x69\x64\x74\x68\x3d\ \x22\x31\x36\x22\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x36\x2e\x30\ \x30\x32\x34\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\ \x30\x30\x30\x22\x2f\x3e\x0a\x20\x20\x20\x20\x20\x3c\x70\x61\x74\ \x68\x20\x64\x3d\x22\x6d\x33\x34\x39\x2e\x39\x37\x20\x34\x33\x33\ \x2e\x33\x36\x68\x34\x2e\x30\x30\x31\x36\x6c\x38\x2e\x30\x30\x33\ \x32\x2d\x31\x32\x76\x2d\x35\x36\x6c\x2d\x38\x2e\x30\x30\x33\x32\ \x2d\x31\x32\x68\x2d\x34\x2e\x30\x30\x31\x36\x7a\x22\x20\x63\x6f\ \x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\x30\x22\x2f\x3e\x0a\ \x20\x20\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x20\x3c\x2f\x67\x3e\ \x0a\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x3c\x2f\x67\x3e\x0a\x3c\x2f\ \x73\x76\x67\x3e\x0a\ \x00\x00\x01\xd6\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x73\x76\x67\x20\x77\x69\x64\x74\x68\ \x3d\x22\x32\x34\x70\x78\x22\x20\x68\x65\x69\x67\x68\x74\x3d\x22\ \x32\x34\x70\x78\x22\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\ \x2e\x31\x22\x20\x76\x69\x65\x77\x42\x6f\x78\x3d\x22\x30\x20\x30\ \x20\x32\x34\x20\x32\x34\x22\x20\x78\x6d\x6c\x6e\x73\x3d\x22\x68\ \x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\ \x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x3e\x0a\x20\x3c\x67\x20\ \x69\x64\x3d\x22\x41\x63\x74\x69\x6f\x6e\x2d\x2f\x2d\x34\x33\x2d\ \x2d\x2d\x41\x63\x74\x69\x6f\x6e\x2c\x2d\x61\x72\x72\x6f\x77\x73\ \x2c\x2d\x76\x65\x72\x74\x69\x63\x61\x6c\x2c\x2d\x6d\x6f\x76\x65\ \x2c\x2d\x73\x77\x61\x70\x2c\x2d\x73\x77\x69\x74\x63\x68\x2c\x2d\ \x74\x72\x61\x6e\x73\x66\x65\x72\x2d\x69\x63\x6f\x6e\x22\x20\x66\ \x69\x6c\x6c\x3d\x22\x6e\x6f\x6e\x65\x22\x20\x66\x69\x6c\x6c\x2d\ \x72\x75\x6c\x65\x3d\x22\x65\x76\x65\x6e\x6f\x64\x64\x22\x20\x73\ \x74\x72\x6f\x6b\x65\x3d\x22\x23\x30\x30\x30\x22\x20\x73\x74\x72\ \x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\x3d\x22\x72\x6f\x75\ \x6e\x64\x22\x20\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\ \x6f\x69\x6e\x3d\x22\x72\x6f\x75\x6e\x64\x22\x20\x73\x74\x72\x6f\ \x6b\x65\x2d\x77\x69\x64\x74\x68\x3d\x22\x32\x22\x3e\x0a\x20\x20\ \x3c\x70\x61\x74\x68\x20\x69\x64\x3d\x22\x50\x61\x74\x68\x22\x20\ \x64\x3d\x22\x6d\x31\x34\x2e\x30\x30\x31\x20\x38\x2e\x34\x39\x39\ \x31\x20\x34\x2d\x35\x2e\x35\x20\x34\x20\x35\x2e\x35\x6d\x2d\x34\ \x2d\x35\x2e\x34\x39\x38\x33\x76\x31\x37\x2e\x39\x39\x38\x22\x2f\ \x3e\x0a\x20\x20\x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x6d\x31\x30\ \x2e\x30\x30\x31\x20\x31\x35\x2e\x35\x30\x31\x2d\x34\x20\x35\x2e\ \x35\x2d\x34\x2d\x35\x2e\x35\x6d\x34\x20\x35\x2e\x34\x39\x38\x33\ \x76\x2d\x31\x38\x22\x2f\x3e\x0a\x20\x3c\x2f\x67\x3e\x0a\x3c\x2f\ \x73\x76\x67\x3e\x0a\ \x00\x00\x04\x23\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x73\x76\x67\x20\x77\x69\x64\x74\x68\ \x3d\x22\x35\x31\x32\x70\x78\x22\x20\x68\x65\x69\x67\x68\x74\x3d\ \x22\x35\x31\x32\x70\x78\x22\x20\x65\x6e\x61\x62\x6c\x65\x2d\x62\ \x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x3d\x22\x6e\x65\x77\x20\x30\ \x20\x30\x20\x35\x31\x32\x20\x35\x31\x32\x22\x20\x76\x65\x72\x73\ \x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\x20\x76\x69\x65\x77\x42\x6f\ \x78\x3d\x22\x30\x20\x30\x20\x35\x31\x32\x20\x35\x31\x32\x22\x20\ \x78\x6d\x6c\x3a\x73\x70\x61\x63\x65\x3d\x22\x70\x72\x65\x73\x65\ \x72\x76\x65\x22\x20\x78\x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\ \x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\ \x30\x30\x2f\x73\x76\x67\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x65\x61\x74\x69\x76\ \x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\x67\x2f\x6e\x73\x23\ \x22\x20\x78\x6d\x6c\x6e\x73\x3a\x64\x63\x3d\x22\x68\x74\x74\x70\ \x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\ \x6c\x65\x6d\x65\x6e\x74\x73\x2f\x31\x2e\x31\x2f\x22\x20\x78\x6d\ \x6c\x6e\x73\x3a\x72\x64\x66\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\ \x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\ \x30\x32\x2f\x32\x32\x2d\x72\x64\x66\x2d\x73\x79\x6e\x74\x61\x78\ \x2d\x6e\x73\x23\x22\x3e\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\ \x3c\x72\x64\x66\x3a\x52\x44\x46\x3e\x3c\x63\x63\x3a\x57\x6f\x72\ \x6b\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x3c\ \x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x69\x6d\x61\x67\x65\x2f\ \x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\x64\x63\x3a\x66\x6f\x72\x6d\ \x61\x74\x3e\x3c\x64\x63\x3a\x74\x79\x70\x65\x20\x72\x64\x66\x3a\ \x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\ \x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\ \x69\x74\x79\x70\x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\ \x22\x2f\x3e\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x3c\x2f\x72\ \x64\x66\x3a\x52\x44\x46\x3e\x3c\x2f\x6d\x65\x74\x61\x64\x61\x74\ \x61\x3e\x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x6d\x34\x36\x33\x2e\ \x35\x32\x20\x39\x34\x2e\x39\x30\x39\x68\x2d\x32\x36\x39\x2e\x36\ \x33\x76\x2d\x31\x30\x2e\x33\x37\x63\x30\x2d\x32\x32\x2e\x39\x30\ \x38\x2d\x31\x38\x2e\x35\x37\x34\x2d\x34\x31\x2e\x34\x38\x32\x2d\ \x34\x31\x2e\x34\x38\x32\x2d\x34\x31\x2e\x34\x38\x32\x68\x2d\x31\ \x30\x33\x2e\x37\x63\x2d\x32\x32\x2e\x39\x30\x38\x20\x30\x2d\x34\ \x31\x2e\x34\x38\x32\x20\x31\x38\x2e\x35\x37\x34\x2d\x34\x31\x2e\ \x34\x38\x32\x20\x34\x31\x2e\x34\x38\x32\x76\x33\x34\x32\x2e\x32\ \x32\x63\x30\x20\x32\x32\x2e\x39\x30\x37\x20\x31\x38\x2e\x35\x37\ \x34\x20\x34\x31\x2e\x34\x38\x32\x20\x34\x31\x2e\x34\x38\x32\x20\ \x34\x31\x2e\x34\x38\x32\x68\x34\x31\x34\x2e\x38\x32\x63\x32\x32\ \x2e\x39\x30\x38\x20\x30\x20\x34\x31\x2e\x34\x38\x32\x2d\x31\x38\ \x2e\x35\x37\x35\x20\x34\x31\x2e\x34\x38\x32\x2d\x34\x31\x2e\x34\ \x38\x32\x76\x2d\x32\x39\x30\x2e\x33\x37\x63\x30\x2d\x32\x32\x2e\ \x39\x30\x38\x2d\x31\x38\x2e\x35\x37\x34\x2d\x34\x31\x2e\x34\x38\ \x32\x2d\x34\x31\x2e\x34\x38\x32\x2d\x34\x31\x2e\x34\x38\x32\x7a\ \x6d\x2d\x34\x33\x35\x2e\x35\x36\x2d\x31\x30\x2e\x33\x37\x63\x30\ \x2d\x31\x31\x2e\x34\x33\x35\x20\x39\x2e\x33\x30\x38\x2d\x32\x30\ \x2e\x37\x34\x31\x20\x32\x30\x2e\x37\x34\x31\x2d\x32\x30\x2e\x37\ \x34\x31\x68\x31\x30\x33\x2e\x37\x63\x31\x31\x2e\x34\x33\x33\x20\ \x30\x20\x32\x30\x2e\x37\x34\x31\x20\x39\x2e\x33\x30\x36\x20\x32\ \x30\x2e\x37\x34\x31\x20\x32\x30\x2e\x37\x34\x31\x76\x33\x31\x2e\ \x31\x31\x31\x68\x32\x39\x30\x2e\x33\x37\x63\x31\x31\x2e\x34\x33\ \x33\x20\x30\x20\x32\x30\x2e\x37\x34\x31\x20\x39\x2e\x33\x30\x36\ \x20\x32\x30\x2e\x37\x34\x31\x20\x32\x30\x2e\x37\x34\x31\x76\x32\ \x30\x2e\x37\x34\x31\x68\x2d\x34\x35\x36\x2e\x33\x76\x2d\x37\x32\ \x2e\x35\x39\x33\x7a\x6d\x34\x33\x35\x2e\x35\x36\x20\x33\x36\x32\ \x2e\x39\x37\x68\x2d\x34\x31\x34\x2e\x38\x32\x63\x2d\x31\x31\x2e\ \x34\x33\x33\x20\x30\x2d\x32\x30\x2e\x37\x34\x31\x2d\x39\x2e\x33\ \x30\x37\x2d\x32\x30\x2e\x37\x34\x31\x2d\x32\x30\x2e\x37\x34\x31\ \x76\x2d\x32\x34\x38\x2e\x38\x39\x68\x34\x35\x36\x2e\x33\x76\x32\ \x34\x38\x2e\x38\x39\x63\x30\x20\x31\x31\x2e\x34\x33\x32\x2d\x39\ \x2e\x33\x30\x37\x20\x32\x30\x2e\x37\x34\x2d\x32\x30\x2e\x37\x34\ \x31\x20\x32\x30\x2e\x37\x34\x7a\x22\x2f\x3e\x3c\x2f\x73\x76\x67\ \x3e\x0a\ \x00\x00\x03\x65\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x73\x76\x67\x0a\x20\x20\x20\x78\x6d\ \x6c\x6e\x73\x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\ \x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\ \x6e\x74\x73\x2f\x31\x2e\x31\x2f\x22\x0a\x20\x20\x20\x78\x6d\x6c\ \x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\ \x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\ \x67\x2f\x6e\x73\x23\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\ \x72\x64\x66\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\ \x32\x2d\x72\x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\ \x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x73\x76\x67\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\ \x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\ \x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\ \x22\x0a\x20\x20\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x31\x22\x0a\x20\x20\x20\x69\x64\x3d\x22\x73\x76\x67\x32\x22\x0a\ \x20\x20\x20\x76\x69\x65\x77\x42\x6f\x78\x3d\x22\x30\x20\x30\x20\ \x36\x34\x20\x36\x34\x22\x3e\x0a\x20\x20\x3c\x6d\x65\x74\x61\x64\ \x61\x74\x61\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6d\x65\x74\ \x61\x64\x61\x74\x61\x31\x30\x22\x3e\x0a\x20\x20\x20\x20\x3c\x72\ \x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x63\ \x63\x3a\x57\x6f\x72\x6b\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\ \x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\ \x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x64\x63\x3a\x74\x79\x70\x65\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\ \x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\ \x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\x65\ \x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\x69\x74\x6c\ \x65\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\x63\x63\x3a\ \x57\x6f\x72\x6b\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x72\x64\x66\x3a\ \x52\x44\x46\x3e\x0a\x20\x20\x3c\x2f\x6d\x65\x74\x61\x64\x61\x74\ \x61\x3e\x0a\x20\x20\x3c\x64\x65\x66\x73\x0a\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x64\x65\x66\x73\x38\x22\x20\x2f\x3e\x0a\x20\x20\ \x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\ \x61\x74\x68\x34\x22\x0a\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\ \x3d\x22\x66\x69\x6c\x6c\x3a\x23\x66\x66\x30\x30\x30\x30\x22\x0a\ \x20\x20\x20\x20\x20\x64\x3d\x22\x6d\x20\x33\x32\x20\x38\x20\x63\ \x20\x2d\x31\x33\x2e\x32\x35\x39\x20\x30\x20\x2d\x32\x34\x20\x31\ \x30\x2e\x37\x34\x31\x20\x2d\x32\x34\x20\x32\x34\x20\x30\x20\x31\ \x33\x2e\x32\x35\x35\x20\x31\x30\x2e\x37\x34\x31\x20\x32\x34\x20\ \x32\x34\x20\x32\x34\x20\x31\x33\x2e\x32\x35\x35\x20\x30\x20\x32\ \x34\x20\x2d\x31\x30\x2e\x37\x34\x35\x20\x32\x34\x20\x2d\x32\x34\ \x20\x30\x20\x2d\x31\x33\x2e\x32\x35\x39\x20\x2d\x31\x30\x2e\x37\ \x34\x35\x20\x2d\x32\x34\x20\x2d\x32\x34\x20\x2d\x32\x34\x20\x6d\ \x20\x2d\x31\x36\x20\x32\x30\x20\x33\x32\x20\x30\x20\x30\x20\x38\ \x20\x2d\x33\x32\x20\x30\x20\x7a\x22\x20\x2f\x3e\x0a\x3c\x2f\x73\ \x76\x67\x3e\x0a\ \x00\x00\x04\x1a\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x77\x69\x6e\ \x64\x6f\x77\x73\x2d\x31\x32\x35\x32\x22\x3f\x3e\x0d\x0a\x3c\x21\ \x2d\x2d\x20\x47\x65\x6e\x65\x72\x61\x74\x6f\x72\x3a\x20\x41\x64\ \x6f\x62\x65\x20\x49\x6c\x6c\x75\x73\x74\x72\x61\x74\x6f\x72\x20\ \x31\x39\x2e\x30\x2e\x30\x2c\x20\x53\x56\x47\x20\x45\x78\x70\x6f\ \x72\x74\x20\x50\x6c\x75\x67\x2d\x49\x6e\x20\x2e\x20\x53\x56\x47\ \x20\x56\x65\x72\x73\x69\x6f\x6e\x3a\x20\x36\x2e\x30\x30\x20\x42\ \x75\x69\x6c\x64\x20\x30\x29\x20\x20\x2d\x2d\x3e\x0d\x0a\x3c\x73\ \x76\x67\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\ \x20\x69\x64\x3d\x22\x43\x61\x70\x61\x5f\x31\x22\x20\x78\x6d\x6c\ \x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\ \x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x20\ \x78\x6d\x6c\x6e\x73\x3a\x78\x6c\x69\x6e\x6b\x3d\x22\x68\x74\x74\ \x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x31\ \x39\x39\x39\x2f\x78\x6c\x69\x6e\x6b\x22\x20\x78\x3d\x22\x30\x70\ \x78\x22\x20\x79\x3d\x22\x30\x70\x78\x22\x20\x76\x69\x65\x77\x42\ \x6f\x78\x3d\x22\x30\x20\x30\x20\x34\x36\x39\x2e\x33\x33\x33\x20\ \x34\x36\x39\x2e\x33\x33\x33\x22\x20\x73\x74\x79\x6c\x65\x3d\x22\ \x65\x6e\x61\x62\x6c\x65\x2d\x62\x61\x63\x6b\x67\x72\x6f\x75\x6e\ \x64\x3a\x6e\x65\x77\x20\x30\x20\x30\x20\x34\x36\x39\x2e\x33\x33\ \x33\x20\x34\x36\x39\x2e\x33\x33\x33\x3b\x22\x20\x78\x6d\x6c\x3a\ \x73\x70\x61\x63\x65\x3d\x22\x70\x72\x65\x73\x65\x72\x76\x65\x22\ \x3e\x0d\x0a\x3c\x67\x3e\x0d\x0a\x09\x3c\x67\x3e\x0d\x0a\x09\x09\ \x3c\x67\x3e\x0d\x0a\x09\x09\x09\x3c\x70\x61\x74\x68\x20\x64\x3d\ \x22\x4d\x32\x33\x34\x2e\x36\x36\x37\x2c\x31\x37\x30\x2e\x36\x36\ \x37\x63\x2d\x33\x35\x2e\x33\x30\x37\x2c\x30\x2d\x36\x34\x2c\x32\ \x38\x2e\x36\x39\x33\x2d\x36\x34\x2c\x36\x34\x73\x32\x38\x2e\x36\ \x39\x33\x2c\x36\x34\x2c\x36\x34\x2c\x36\x34\x73\x36\x34\x2d\x32\ \x38\x2e\x36\x39\x33\x2c\x36\x34\x2d\x36\x34\x53\x32\x36\x39\x2e\ \x39\x37\x33\x2c\x31\x37\x30\x2e\x36\x36\x37\x2c\x32\x33\x34\x2e\ \x36\x36\x37\x2c\x31\x37\x30\x2e\x36\x36\x37\x7a\x22\x2f\x3e\x0d\ \x0a\x09\x09\x09\x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x4d\x32\x33\ \x34\x2e\x36\x36\x37\x2c\x37\x34\x2e\x36\x36\x37\x43\x31\x32\x38\ \x2c\x37\x34\x2e\x36\x36\x37\x2c\x33\x36\x2e\x39\x30\x37\x2c\x31\ \x34\x31\x2e\x30\x31\x33\x2c\x30\x2c\x32\x33\x34\x2e\x36\x36\x37\ \x63\x33\x36\x2e\x39\x30\x37\x2c\x39\x33\x2e\x36\x35\x33\x2c\x31\ \x32\x38\x2c\x31\x36\x30\x2c\x32\x33\x34\x2e\x36\x36\x37\x2c\x31\ \x36\x30\x20\x20\x20\x20\x20\x63\x31\x30\x36\x2e\x37\x37\x33\x2c\ \x30\x2c\x31\x39\x37\x2e\x37\x36\x2d\x36\x36\x2e\x33\x34\x37\x2c\ \x32\x33\x34\x2e\x36\x36\x37\x2d\x31\x36\x30\x43\x34\x33\x32\x2e\ \x34\x32\x37\x2c\x31\x34\x31\x2e\x30\x31\x33\x2c\x33\x34\x31\x2e\ \x34\x34\x2c\x37\x34\x2e\x36\x36\x37\x2c\x32\x33\x34\x2e\x36\x36\ \x37\x2c\x37\x34\x2e\x36\x36\x37\x7a\x20\x4d\x32\x33\x34\x2e\x36\ \x36\x37\x2c\x33\x34\x31\x2e\x33\x33\x33\x20\x20\x20\x20\x20\x63\ \x2d\x35\x38\x2e\x38\x38\x2c\x30\x2d\x31\x30\x36\x2e\x36\x36\x37\ \x2d\x34\x37\x2e\x37\x38\x37\x2d\x31\x30\x36\x2e\x36\x36\x37\x2d\ \x31\x30\x36\x2e\x36\x36\x37\x53\x31\x37\x35\x2e\x37\x38\x37\x2c\ \x31\x32\x38\x2c\x32\x33\x34\x2e\x36\x36\x37\x2c\x31\x32\x38\x73\ \x31\x30\x36\x2e\x36\x36\x37\x2c\x34\x37\x2e\x37\x38\x37\x2c\x31\ \x30\x36\x2e\x36\x36\x37\x2c\x31\x30\x36\x2e\x36\x36\x37\x20\x20\ \x20\x20\x20\x53\x32\x39\x33\x2e\x35\x34\x37\x2c\x33\x34\x31\x2e\ \x33\x33\x33\x2c\x32\x33\x34\x2e\x36\x36\x37\x2c\x33\x34\x31\x2e\ \x33\x33\x33\x7a\x22\x2f\x3e\x0d\x0a\x09\x09\x3c\x2f\x67\x3e\x0d\ \x0a\x09\x3c\x2f\x67\x3e\x0d\x0a\x3c\x2f\x67\x3e\x0d\x0a\x3c\x67\ \x3e\x0d\x0a\x3c\x2f\x67\x3e\x0d\x0a\x3c\x67\x3e\x0d\x0a\x3c\x2f\ \x67\x3e\x0d\x0a\x3c\x67\x3e\x0d\x0a\x3c\x2f\x67\x3e\x0d\x0a\x3c\ \x67\x3e\x0d\x0a\x3c\x2f\x67\x3e\x0d\x0a\x3c\x67\x3e\x0d\x0a\x3c\ \x2f\x67\x3e\x0d\x0a\x3c\x67\x3e\x0d\x0a\x3c\x2f\x67\x3e\x0d\x0a\ \x3c\x67\x3e\x0d\x0a\x3c\x2f\x67\x3e\x0d\x0a\x3c\x67\x3e\x0d\x0a\ \x3c\x2f\x67\x3e\x0d\x0a\x3c\x67\x3e\x0d\x0a\x3c\x2f\x67\x3e\x0d\ \x0a\x3c\x67\x3e\x0d\x0a\x3c\x2f\x67\x3e\x0d\x0a\x3c\x67\x3e\x0d\ \x0a\x3c\x2f\x67\x3e\x0d\x0a\x3c\x67\x3e\x0d\x0a\x3c\x2f\x67\x3e\ \x0d\x0a\x3c\x67\x3e\x0d\x0a\x3c\x2f\x67\x3e\x0d\x0a\x3c\x67\x3e\ \x0d\x0a\x3c\x2f\x67\x3e\x0d\x0a\x3c\x67\x3e\x0d\x0a\x3c\x2f\x67\ \x3e\x0d\x0a\x3c\x2f\x73\x76\x67\x3e\ \x00\x00\x04\x9b\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x47\x65\x6e\x65\x72\ \x61\x74\x6f\x72\x3a\x20\x41\x64\x6f\x62\x65\x20\x49\x6c\x6c\x75\ \x73\x74\x72\x61\x74\x6f\x72\x20\x31\x38\x2e\x31\x2e\x30\x2c\x20\ \x53\x56\x47\x20\x45\x78\x70\x6f\x72\x74\x20\x50\x6c\x75\x67\x2d\ \x49\x6e\x20\x2e\x20\x53\x56\x47\x20\x56\x65\x72\x73\x69\x6f\x6e\ \x3a\x20\x36\x2e\x30\x30\x20\x42\x75\x69\x6c\x64\x20\x30\x29\x20\ \x20\x2d\x2d\x3e\x0a\x3c\x73\x76\x67\x20\x69\x64\x3d\x22\x4d\x65\ \x6e\x75\x22\x20\x77\x69\x64\x74\x68\x3d\x22\x36\x30\x22\x20\x68\ \x65\x69\x67\x68\x74\x3d\x22\x36\x30\x22\x20\x65\x6e\x61\x62\x6c\ \x65\x2d\x62\x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x3d\x22\x6e\x65\ \x77\x20\x30\x20\x30\x20\x32\x30\x20\x32\x30\x22\x20\x76\x65\x72\ \x73\x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\x20\x76\x69\x65\x77\x42\ \x6f\x78\x3d\x22\x30\x20\x30\x20\x36\x30\x20\x36\x30\x22\x20\x78\ \x6d\x6c\x3a\x73\x70\x61\x63\x65\x3d\x22\x70\x72\x65\x73\x65\x72\ \x76\x65\x22\x20\x78\x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\ \x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\ \x30\x2f\x73\x76\x67\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\ \x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\x67\x2f\x6e\x73\x23\x22\ \x20\x78\x6d\x6c\x6e\x73\x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\ \x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\ \x65\x6d\x65\x6e\x74\x73\x2f\x31\x2e\x31\x2f\x22\x20\x78\x6d\x6c\ \x6e\x73\x3a\x72\x64\x66\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\ \x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\ \x32\x2f\x32\x32\x2d\x72\x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\ \x6e\x73\x23\x22\x3e\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x3c\ \x72\x64\x66\x3a\x52\x44\x46\x3e\x3c\x63\x63\x3a\x57\x6f\x72\x6b\ \x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x3c\x64\ \x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x69\x6d\x61\x67\x65\x2f\x73\ \x76\x67\x2b\x78\x6d\x6c\x3c\x2f\x64\x63\x3a\x66\x6f\x72\x6d\x61\ \x74\x3e\x3c\x64\x63\x3a\x74\x79\x70\x65\x20\x72\x64\x66\x3a\x72\ \x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\ \x70\x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\ \x74\x79\x70\x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\ \x2f\x3e\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x3c\x2f\x72\x64\ \x66\x3a\x52\x44\x46\x3e\x3c\x2f\x6d\x65\x74\x61\x64\x61\x74\x61\ \x3e\x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x6d\x35\x32\x2e\x39\x37\ \x35\x20\x32\x36\x2e\x34\x31\x68\x2d\x34\x35\x2e\x39\x35\x31\x63\ \x2d\x31\x2e\x39\x38\x31\x36\x20\x30\x2d\x32\x2e\x31\x35\x33\x39\ \x20\x31\x2e\x36\x30\x34\x37\x2d\x32\x2e\x31\x35\x33\x39\x20\x33\ \x2e\x35\x38\x39\x39\x20\x30\x20\x31\x2e\x39\x38\x35\x32\x20\x30\ \x2e\x31\x37\x32\x33\x32\x20\x33\x2e\x35\x38\x39\x39\x20\x32\x2e\ \x31\x35\x33\x39\x20\x33\x2e\x35\x38\x39\x39\x68\x34\x35\x2e\x39\ \x35\x31\x63\x31\x2e\x39\x38\x31\x36\x20\x30\x20\x32\x2e\x31\x35\ \x34\x2d\x31\x2e\x36\x30\x34\x37\x20\x32\x2e\x31\x35\x34\x2d\x33\ \x2e\x35\x38\x39\x39\x20\x30\x2d\x31\x2e\x39\x38\x35\x32\x2d\x30\ \x2e\x31\x37\x32\x33\x32\x2d\x33\x2e\x35\x38\x39\x39\x2d\x32\x2e\ \x31\x35\x34\x2d\x33\x2e\x35\x38\x39\x39\x7a\x6d\x30\x20\x31\x34\ \x2e\x33\x36\x68\x2d\x34\x35\x2e\x39\x35\x31\x63\x2d\x31\x2e\x39\ \x38\x31\x36\x20\x30\x2d\x32\x2e\x31\x35\x33\x39\x20\x31\x2e\x36\ \x30\x34\x37\x2d\x32\x2e\x31\x35\x33\x39\x20\x33\x2e\x35\x38\x39\ \x39\x20\x30\x20\x31\x2e\x39\x38\x35\x32\x20\x30\x2e\x31\x37\x32\ \x33\x32\x20\x33\x2e\x35\x38\x39\x39\x20\x32\x2e\x31\x35\x33\x39\ \x20\x33\x2e\x35\x38\x39\x39\x68\x34\x35\x2e\x39\x35\x31\x63\x31\ \x2e\x39\x38\x31\x36\x20\x30\x20\x32\x2e\x31\x35\x34\x2d\x31\x2e\ \x36\x30\x34\x37\x20\x32\x2e\x31\x35\x34\x2d\x33\x2e\x35\x38\x39\ \x39\x20\x30\x2d\x31\x2e\x39\x38\x35\x32\x2d\x30\x2e\x31\x37\x32\ \x33\x32\x2d\x33\x2e\x35\x38\x39\x39\x2d\x32\x2e\x31\x35\x34\x2d\ \x33\x2e\x35\x38\x39\x39\x7a\x6d\x2d\x34\x35\x2e\x39\x35\x31\x2d\ \x32\x31\x2e\x35\x33\x39\x68\x34\x35\x2e\x39\x35\x31\x63\x31\x2e\ \x39\x38\x31\x36\x20\x30\x20\x32\x2e\x31\x35\x34\x2d\x31\x2e\x36\ \x30\x34\x37\x20\x32\x2e\x31\x35\x34\x2d\x33\x2e\x35\x38\x39\x39\ \x20\x30\x2d\x31\x2e\x39\x38\x35\x32\x2d\x30\x2e\x31\x37\x32\x33\ \x32\x2d\x33\x2e\x35\x38\x39\x39\x2d\x32\x2e\x31\x35\x34\x2d\x33\ \x2e\x35\x38\x39\x39\x68\x2d\x34\x35\x2e\x39\x35\x31\x63\x2d\x31\ \x2e\x39\x38\x31\x36\x20\x30\x2d\x32\x2e\x31\x35\x33\x39\x20\x31\ \x2e\x36\x30\x34\x37\x2d\x32\x2e\x31\x35\x33\x39\x20\x33\x2e\x35\ \x38\x39\x39\x20\x30\x20\x31\x2e\x39\x38\x35\x32\x20\x30\x2e\x31\ \x37\x32\x33\x32\x20\x33\x2e\x35\x38\x39\x39\x20\x32\x2e\x31\x35\ \x33\x39\x20\x33\x2e\x35\x38\x39\x39\x7a\x22\x20\x73\x74\x72\x6f\ \x6b\x65\x2d\x77\x69\x64\x74\x68\x3d\x22\x33\x2e\x35\x38\x39\x39\ \x22\x2f\x3e\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x05\xb4\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x77\x69\x6e\ \x64\x6f\x77\x73\x2d\x31\x32\x35\x32\x22\x3f\x3e\x0d\x0a\x3c\x21\ \x2d\x2d\x20\x47\x65\x6e\x65\x72\x61\x74\x6f\x72\x3a\x20\x41\x64\ \x6f\x62\x65\x20\x49\x6c\x6c\x75\x73\x74\x72\x61\x74\x6f\x72\x20\ \x31\x39\x2e\x30\x2e\x30\x2c\x20\x53\x56\x47\x20\x45\x78\x70\x6f\ \x72\x74\x20\x50\x6c\x75\x67\x2d\x49\x6e\x20\x2e\x20\x53\x56\x47\ \x20\x56\x65\x72\x73\x69\x6f\x6e\x3a\x20\x36\x2e\x30\x30\x20\x42\ \x75\x69\x6c\x64\x20\x30\x29\x20\x20\x2d\x2d\x3e\x0d\x0a\x3c\x73\ \x76\x67\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\ \x20\x69\x64\x3d\x22\x43\x61\x70\x61\x5f\x31\x22\x20\x78\x6d\x6c\ \x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\ \x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x20\ \x78\x6d\x6c\x6e\x73\x3a\x78\x6c\x69\x6e\x6b\x3d\x22\x68\x74\x74\ \x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x31\ \x39\x39\x39\x2f\x78\x6c\x69\x6e\x6b\x22\x20\x78\x3d\x22\x30\x70\ \x78\x22\x20\x79\x3d\x22\x30\x70\x78\x22\x20\x76\x69\x65\x77\x42\ \x6f\x78\x3d\x22\x30\x20\x30\x20\x34\x36\x39\x2e\x34\x34\x20\x34\ \x36\x39\x2e\x34\x34\x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x65\x6e\ \x61\x62\x6c\x65\x2d\x62\x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x3a\ \x6e\x65\x77\x20\x30\x20\x30\x20\x34\x36\x39\x2e\x34\x34\x20\x34\ \x36\x39\x2e\x34\x34\x3b\x22\x20\x78\x6d\x6c\x3a\x73\x70\x61\x63\ \x65\x3d\x22\x70\x72\x65\x73\x65\x72\x76\x65\x22\x3e\x0d\x0a\x3c\ \x67\x3e\x0d\x0a\x09\x3c\x67\x3e\x0d\x0a\x09\x09\x3c\x67\x3e\x0d\ \x0a\x09\x09\x09\x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x4d\x32\x33\ \x31\x2e\x31\x34\x37\x2c\x31\x36\x30\x2e\x33\x37\x33\x6c\x36\x37\ \x2e\x32\x2c\x36\x37\x2e\x32\x6c\x30\x2e\x33\x32\x2d\x33\x2e\x35\ \x32\x63\x30\x2d\x33\x35\x2e\x33\x30\x37\x2d\x32\x38\x2e\x36\x39\ \x33\x2d\x36\x34\x2d\x36\x34\x2d\x36\x34\x4c\x32\x33\x31\x2e\x31\ \x34\x37\x2c\x31\x36\x30\x2e\x33\x37\x33\x7a\x22\x2f\x3e\x0d\x0a\ \x09\x09\x09\x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x4d\x32\x33\x34\ \x2e\x36\x36\x37\x2c\x31\x31\x37\x2e\x33\x38\x37\x63\x35\x38\x2e\ \x38\x38\x2c\x30\x2c\x31\x30\x36\x2e\x36\x36\x37\x2c\x34\x37\x2e\ \x37\x38\x37\x2c\x31\x30\x36\x2e\x36\x36\x37\x2c\x31\x30\x36\x2e\ \x36\x36\x37\x63\x30\x2c\x31\x33\x2e\x37\x36\x2d\x32\x2e\x37\x37\ \x33\x2c\x32\x36\x2e\x38\x38\x2d\x37\x2e\x35\x37\x33\x2c\x33\x38\ \x2e\x39\x33\x33\x6c\x36\x32\x2e\x34\x2c\x36\x32\x2e\x34\x20\x20\ \x20\x20\x20\x63\x33\x32\x2e\x32\x31\x33\x2d\x32\x36\x2e\x38\x38\ \x2c\x35\x37\x2e\x36\x2d\x36\x31\x2e\x36\x35\x33\x2c\x37\x33\x2e\ \x32\x38\x2d\x31\x30\x31\x2e\x33\x33\x33\x63\x2d\x33\x37\x2e\x30\ \x31\x33\x2d\x39\x33\x2e\x36\x35\x33\x2d\x31\x32\x38\x2d\x31\x36\ \x30\x2d\x32\x33\x34\x2e\x37\x37\x33\x2d\x31\x36\x30\x63\x2d\x32\ \x39\x2e\x38\x36\x37\x2c\x30\x2d\x35\x38\x2e\x34\x35\x33\x2c\x35\ \x2e\x33\x33\x33\x2d\x38\x35\x2e\x30\x31\x33\x2c\x31\x34\x2e\x39\ \x33\x33\x6c\x34\x36\x2e\x30\x38\x2c\x34\x35\x2e\x39\x37\x33\x20\ \x20\x20\x20\x20\x43\x32\x30\x37\x2e\x37\x38\x37\x2c\x31\x32\x30\ \x2e\x32\x36\x37\x2c\x32\x32\x30\x2e\x39\x30\x37\x2c\x31\x31\x37\ \x2e\x33\x38\x37\x2c\x32\x33\x34\x2e\x36\x36\x37\x2c\x31\x31\x37\ \x2e\x33\x38\x37\x7a\x22\x2f\x3e\x0d\x0a\x09\x09\x09\x3c\x70\x61\ \x74\x68\x20\x64\x3d\x22\x4d\x32\x31\x2e\x33\x33\x33\x2c\x35\x39\ \x2e\x32\x35\x33\x6c\x34\x38\x2e\x36\x34\x2c\x34\x38\x2e\x36\x34\ \x6c\x39\x2e\x37\x30\x37\x2c\x39\x2e\x37\x30\x37\x43\x34\x34\x2e\ \x34\x38\x2c\x31\x34\x35\x2e\x31\x32\x2c\x31\x36\x2e\x36\x34\x2c\ \x31\x38\x31\x2e\x37\x30\x37\x2c\x30\x2c\x32\x32\x34\x2e\x30\x35\ \x33\x63\x33\x36\x2e\x39\x30\x37\x2c\x39\x33\x2e\x36\x35\x33\x2c\ \x31\x32\x38\x2c\x31\x36\x30\x2c\x32\x33\x34\x2e\x36\x36\x37\x2c\ \x31\x36\x30\x20\x20\x20\x20\x20\x63\x33\x33\x2e\x30\x36\x37\x2c\ \x30\x2c\x36\x34\x2e\x36\x34\x2d\x36\x2e\x34\x2c\x39\x33\x2e\x35\ \x34\x37\x2d\x31\x38\x2e\x30\x32\x37\x6c\x39\x2e\x30\x36\x37\x2c\ \x39\x2e\x30\x36\x37\x6c\x36\x32\x2e\x31\x38\x37\x2c\x36\x32\x2e\ \x32\x39\x33\x6c\x32\x37\x2e\x32\x2d\x32\x37\x2e\x30\x39\x33\x4c\ \x34\x38\x2e\x35\x33\x33\x2c\x33\x32\x2e\x30\x35\x33\x4c\x32\x31\ \x2e\x33\x33\x33\x2c\x35\x39\x2e\x32\x35\x33\x7a\x20\x4d\x31\x33\ \x39\x2e\x33\x30\x37\x2c\x31\x37\x37\x2e\x31\x32\x20\x20\x20\x20\ \x20\x6c\x33\x32\x2e\x39\x36\x2c\x33\x32\x2e\x39\x36\x63\x2d\x30\ \x2e\x39\x36\x2c\x34\x2e\x35\x38\x37\x2d\x31\x2e\x36\x2c\x39\x2e\ \x31\x37\x33\x2d\x31\x2e\x36\x2c\x31\x33\x2e\x39\x37\x33\x63\x30\ \x2c\x33\x35\x2e\x33\x30\x37\x2c\x32\x38\x2e\x36\x39\x33\x2c\x36\ \x34\x2c\x36\x34\x2c\x36\x34\x63\x34\x2e\x38\x2c\x30\x2c\x39\x2e\ \x33\x38\x37\x2d\x30\x2e\x36\x34\x2c\x31\x33\x2e\x38\x36\x37\x2d\ \x31\x2e\x36\x6c\x33\x32\x2e\x39\x36\x2c\x33\x32\x2e\x39\x36\x20\ \x20\x20\x20\x20\x63\x2d\x31\x34\x2e\x31\x38\x37\x2c\x37\x2e\x30\ \x34\x2d\x32\x39\x2e\x39\x37\x33\x2c\x31\x31\x2e\x33\x30\x37\x2d\ \x34\x36\x2e\x38\x32\x37\x2c\x31\x31\x2e\x33\x30\x37\x43\x31\x37\ \x35\x2e\x37\x38\x37\x2c\x33\x33\x30\x2e\x37\x32\x2c\x31\x32\x38\ \x2c\x32\x38\x32\x2e\x39\x33\x33\x2c\x31\x32\x38\x2c\x32\x32\x34\ \x2e\x30\x35\x33\x43\x31\x32\x38\x2c\x32\x30\x37\x2e\x32\x2c\x31\ \x33\x32\x2e\x32\x36\x37\x2c\x31\x39\x31\x2e\x34\x31\x33\x2c\x31\ \x33\x39\x2e\x33\x30\x37\x2c\x31\x37\x37\x2e\x31\x32\x7a\x22\x2f\ \x3e\x0d\x0a\x09\x09\x3c\x2f\x67\x3e\x0d\x0a\x09\x3c\x2f\x67\x3e\ \x0d\x0a\x3c\x2f\x67\x3e\x0d\x0a\x3c\x67\x3e\x0d\x0a\x3c\x2f\x67\ \x3e\x0d\x0a\x3c\x67\x3e\x0d\x0a\x3c\x2f\x67\x3e\x0d\x0a\x3c\x67\ \x3e\x0d\x0a\x3c\x2f\x67\x3e\x0d\x0a\x3c\x67\x3e\x0d\x0a\x3c\x2f\ \x67\x3e\x0d\x0a\x3c\x67\x3e\x0d\x0a\x3c\x2f\x67\x3e\x0d\x0a\x3c\ \x67\x3e\x0d\x0a\x3c\x2f\x67\x3e\x0d\x0a\x3c\x67\x3e\x0d\x0a\x3c\ \x2f\x67\x3e\x0d\x0a\x3c\x67\x3e\x0d\x0a\x3c\x2f\x67\x3e\x0d\x0a\ \x3c\x67\x3e\x0d\x0a\x3c\x2f\x67\x3e\x0d\x0a\x3c\x67\x3e\x0d\x0a\ \x3c\x2f\x67\x3e\x0d\x0a\x3c\x67\x3e\x0d\x0a\x3c\x2f\x67\x3e\x0d\ \x0a\x3c\x67\x3e\x0d\x0a\x3c\x2f\x67\x3e\x0d\x0a\x3c\x67\x3e\x0d\ \x0a\x3c\x2f\x67\x3e\x0d\x0a\x3c\x67\x3e\x0d\x0a\x3c\x2f\x67\x3e\ \x0d\x0a\x3c\x67\x3e\x0d\x0a\x3c\x2f\x67\x3e\x0d\x0a\x3c\x2f\x73\ \x76\x67\x3e\ \x00\x00\x0c\xd6\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x20\x77\x69\x64\x74\x68\x3d\x22\x39\x36\x22\x20\ \x68\x65\x69\x67\x68\x74\x3d\x22\x39\x36\x22\x20\x76\x65\x72\x73\ \x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\x20\x76\x69\x65\x77\x42\x6f\ \x78\x3d\x22\x30\x20\x30\x20\x39\x36\x20\x39\x36\x22\x20\x78\x6d\ \x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\ \x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\ \x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\ \x73\x2e\x6f\x72\x67\x2f\x6e\x73\x23\x22\x20\x78\x6d\x6c\x6e\x73\ \x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\ \x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\ \x2f\x31\x2e\x31\x2f\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\ \x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\ \x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x3e\x0a\ \x20\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\x3c\x72\ \x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\x3c\x63\x63\x3a\x57\ \x6f\x72\x6b\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\ \x3e\x0a\x20\x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\ \x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\ \x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x3c\ \x64\x63\x3a\x74\x79\x70\x65\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\ \x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\ \x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\ \x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x2f\x3e\x0a\ \x20\x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\ \x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x3c\x2f\x6d\x65\ \x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x3c\x72\x65\x63\x74\x20\x74\ \x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x72\x6f\x74\x61\x74\x65\ \x28\x39\x30\x29\x22\x20\x78\x3d\x22\x2d\x32\x2e\x37\x34\x36\x36\ \x65\x2d\x36\x22\x20\x79\x3d\x22\x2d\x39\x36\x22\x20\x77\x69\x64\ \x74\x68\x3d\x22\x39\x36\x22\x20\x68\x65\x69\x67\x68\x74\x3d\x22\ \x39\x36\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\ \x30\x30\x22\x20\x66\x69\x6c\x6c\x3d\x22\x6e\x6f\x6e\x65\x22\x2f\ \x3e\x0a\x20\x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x6d\x31\x36\x20\ \x31\x32\x76\x33\x2e\x30\x34\x35\x63\x2d\x33\x2e\x30\x38\x38\x20\ \x30\x2e\x30\x36\x36\x2d\x35\x2e\x35\x39\x35\x20\x30\x2e\x33\x30\ \x38\x2d\x37\x2e\x37\x34\x38\x20\x31\x2e\x34\x39\x36\x2d\x31\x2e\ \x35\x30\x35\x35\x20\x30\x2e\x38\x33\x31\x2d\x32\x2e\x36\x39\x36\ \x39\x20\x32\x2e\x32\x33\x36\x2d\x33\x2e\x33\x35\x35\x35\x20\x33\ \x2e\x39\x39\x2d\x30\x2e\x36\x35\x38\x37\x20\x31\x2e\x37\x35\x35\ \x2d\x30\x2e\x38\x39\x36\x35\x20\x33\x2e\x38\x33\x39\x2d\x30\x2e\ \x38\x39\x36\x35\x20\x36\x2e\x34\x36\x39\x76\x34\x35\x63\x30\x20\ \x32\x2e\x36\x33\x20\x30\x2e\x32\x33\x37\x38\x20\x34\x2e\x37\x31\ \x32\x20\x30\x2e\x38\x39\x36\x35\x20\x36\x2e\x34\x36\x37\x20\x30\ \x2e\x36\x35\x38\x36\x20\x31\x2e\x37\x35\x34\x20\x31\x2e\x38\x35\ \x20\x33\x2e\x31\x35\x39\x20\x33\x2e\x33\x35\x35\x35\x20\x33\x2e\ \x39\x39\x20\x33\x2e\x30\x31\x31\x20\x31\x2e\x36\x36\x31\x20\x36\ \x2e\x36\x39\x32\x20\x31\x2e\x34\x38\x35\x20\x31\x31\x2e\x37\x32\ \x35\x20\x31\x2e\x35\x34\x33\x68\x30\x2e\x30\x31\x31\x20\x35\x36\ \x2e\x30\x32\x34\x20\x30\x2e\x30\x31\x31\x63\x35\x2e\x30\x33\x33\ \x2d\x30\x2e\x30\x35\x38\x20\x38\x2e\x37\x31\x34\x20\x30\x2e\x31\ \x31\x38\x20\x31\x31\x2e\x37\x32\x35\x2d\x31\x2e\x35\x34\x33\x20\ \x31\x2e\x35\x30\x36\x2d\x30\x2e\x38\x33\x31\x20\x32\x2e\x36\x39\ \x37\x2d\x32\x2e\x32\x33\x36\x20\x33\x2e\x33\x35\x36\x2d\x33\x2e\ \x39\x39\x20\x30\x2e\x36\x35\x38\x2d\x31\x2e\x37\x35\x35\x20\x30\ \x2e\x38\x39\x36\x2d\x33\x2e\x38\x33\x37\x20\x30\x2e\x38\x39\x36\ \x2d\x36\x2e\x34\x36\x37\x76\x2d\x34\x35\x63\x30\x2d\x32\x2e\x36\ \x33\x2d\x30\x2e\x32\x33\x38\x2d\x34\x2e\x37\x31\x34\x2d\x30\x2e\ \x38\x39\x36\x2d\x36\x2e\x34\x36\x39\x2d\x30\x2e\x36\x35\x39\x2d\ \x31\x2e\x37\x35\x34\x2d\x31\x2e\x38\x35\x2d\x33\x2e\x31\x35\x39\ \x2d\x33\x2e\x33\x35\x36\x2d\x33\x2e\x39\x39\x2d\x33\x2e\x30\x31\ \x31\x2d\x31\x2e\x36\x36\x31\x2d\x36\x2e\x36\x39\x32\x2d\x31\x2e\ \x34\x38\x33\x2d\x31\x31\x2e\x37\x32\x35\x2d\x31\x2e\x35\x34\x31\ \x68\x2d\x30\x2e\x30\x31\x31\x2d\x34\x34\x2e\x30\x31\x32\x76\x2d\ \x33\x68\x2d\x31\x36\x7a\x6d\x34\x20\x37\x68\x35\x36\x63\x35\x2e\ \x30\x33\x38\x20\x30\x2e\x30\x35\x39\x20\x38\x2e\x33\x35\x32\x20\ \x30\x2e\x32\x33\x37\x20\x39\x2e\x38\x31\x36\x20\x31\x2e\x30\x34\ \x35\x20\x30\x2e\x37\x33\x34\x20\x30\x2e\x34\x30\x35\x20\x31\x2e\ \x31\x35\x33\x20\x30\x2e\x38\x35\x33\x20\x31\x2e\x35\x34\x33\x20\ \x31\x2e\x38\x39\x33\x20\x30\x2e\x33\x39\x31\x20\x31\x2e\x30\x33\ \x39\x20\x30\x2e\x36\x34\x31\x20\x32\x2e\x36\x39\x32\x20\x30\x2e\ \x36\x34\x31\x20\x35\x2e\x30\x36\x32\x76\x34\x35\x63\x30\x20\x32\ \x2e\x33\x37\x2d\x30\x2e\x32\x35\x20\x34\x2e\x30\x32\x33\x2d\x30\ \x2e\x36\x34\x31\x20\x35\x2e\x30\x36\x32\x2d\x30\x2e\x33\x39\x20\ \x31\x2e\x30\x34\x2d\x30\x2e\x38\x30\x39\x20\x31\x2e\x34\x38\x38\ \x2d\x31\x2e\x35\x34\x33\x20\x31\x2e\x38\x39\x33\x2d\x31\x2e\x34\ \x36\x34\x20\x30\x2e\x38\x30\x38\x2d\x34\x2e\x37\x37\x38\x20\x30\ \x2e\x39\x38\x36\x2d\x39\x2e\x38\x31\x36\x20\x31\x2e\x30\x34\x35\ \x68\x2d\x35\x35\x2e\x39\x37\x37\x2d\x30\x2e\x30\x32\x33\x63\x2d\ \x35\x2e\x30\x33\x38\x2d\x30\x2e\x30\x35\x39\x2d\x38\x2e\x33\x35\ \x32\x2d\x30\x2e\x32\x33\x37\x2d\x39\x2e\x38\x31\x36\x2d\x31\x2e\ \x30\x34\x35\x2d\x30\x2e\x37\x33\x34\x2d\x30\x2e\x34\x30\x35\x2d\ \x31\x2e\x31\x35\x31\x32\x2d\x30\x2e\x38\x35\x33\x2d\x31\x2e\x35\ \x34\x31\x34\x2d\x31\x2e\x38\x39\x33\x2d\x30\x2e\x33\x39\x30\x33\ \x2d\x31\x2e\x30\x33\x39\x2d\x30\x2e\x36\x34\x32\x36\x2d\x32\x2e\ \x36\x39\x32\x2d\x30\x2e\x36\x34\x32\x36\x2d\x35\x2e\x30\x36\x32\ \x76\x2d\x34\x35\x63\x30\x2d\x32\x2e\x33\x37\x20\x30\x2e\x32\x35\ \x32\x33\x2d\x34\x2e\x30\x32\x33\x20\x30\x2e\x36\x34\x32\x36\x2d\ \x35\x2e\x30\x36\x32\x20\x30\x2e\x33\x39\x30\x32\x2d\x31\x2e\x30\ \x34\x20\x30\x2e\x38\x30\x37\x34\x2d\x31\x2e\x34\x38\x38\x20\x31\ \x2e\x35\x34\x31\x34\x2d\x31\x2e\x38\x39\x33\x20\x31\x2e\x34\x36\ \x34\x2d\x30\x2e\x38\x30\x38\x20\x34\x2e\x37\x37\x38\x2d\x30\x2e\ \x39\x38\x36\x20\x39\x2e\x38\x31\x36\x2d\x31\x2e\x30\x34\x35\x7a\ \x6d\x32\x38\x20\x35\x63\x2d\x31\x33\x2e\x37\x38\x33\x20\x30\x2d\ \x32\x35\x20\x31\x31\x2e\x32\x31\x37\x2d\x32\x35\x20\x32\x35\x73\ \x31\x31\x2e\x32\x31\x37\x20\x32\x35\x20\x32\x35\x20\x32\x35\x20\ \x32\x35\x2d\x31\x31\x2e\x32\x31\x37\x20\x32\x35\x2d\x32\x35\x2d\ \x31\x31\x2e\x32\x31\x37\x2d\x32\x35\x2d\x32\x35\x2d\x32\x35\x7a\ \x6d\x32\x38\x20\x30\x61\x34\x20\x34\x20\x30\x20\x30\x20\x30\x2d\ \x34\x20\x34\x20\x34\x20\x34\x20\x30\x20\x30\x20\x30\x20\x34\x20\ \x34\x20\x34\x20\x34\x20\x30\x20\x30\x20\x30\x20\x34\x2d\x34\x20\ \x34\x20\x34\x20\x30\x20\x30\x20\x30\x2d\x34\x2d\x34\x7a\x6d\x2d\ \x32\x38\x20\x34\x63\x31\x31\x2e\x36\x32\x32\x20\x30\x20\x32\x31\ \x20\x39\x2e\x33\x37\x38\x20\x32\x31\x20\x32\x31\x73\x2d\x39\x2e\ \x33\x37\x38\x20\x32\x31\x2d\x32\x31\x20\x32\x31\x2d\x32\x31\x2d\ \x39\x2e\x33\x37\x38\x2d\x32\x31\x2d\x32\x31\x20\x39\x2e\x33\x37\ \x38\x2d\x32\x31\x20\x32\x31\x2d\x32\x31\x7a\x6d\x30\x20\x34\x61\ \x31\x37\x20\x31\x37\x20\x30\x20\x30\x20\x30\x2d\x31\x37\x20\x31\ \x37\x20\x31\x37\x20\x31\x37\x20\x30\x20\x30\x20\x30\x20\x31\x37\ \x20\x31\x37\x20\x31\x37\x20\x31\x37\x20\x30\x20\x30\x20\x30\x20\ \x31\x37\x2d\x31\x37\x20\x31\x37\x20\x31\x37\x20\x30\x20\x30\x20\ \x30\x2d\x31\x37\x2d\x31\x37\x7a\x6d\x30\x20\x33\x61\x38\x20\x38\ \x20\x30\x20\x30\x20\x31\x20\x38\x20\x38\x20\x38\x20\x38\x20\x30\ \x20\x30\x20\x31\x2d\x38\x20\x38\x20\x38\x20\x38\x20\x30\x20\x30\ \x20\x31\x2d\x38\x2d\x38\x20\x38\x20\x38\x20\x30\x20\x30\x20\x31\ \x20\x38\x2d\x38\x7a\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x30\ \x30\x30\x30\x30\x30\x22\x20\x63\x6f\x6c\x6f\x72\x2d\x72\x65\x6e\ \x64\x65\x72\x69\x6e\x67\x3d\x22\x61\x75\x74\x6f\x22\x20\x69\x6d\ \x61\x67\x65\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\x67\x3d\x22\x61\ \x75\x74\x6f\x22\x20\x73\x68\x61\x70\x65\x2d\x72\x65\x6e\x64\x65\ \x72\x69\x6e\x67\x3d\x22\x61\x75\x74\x6f\x22\x20\x73\x6f\x6c\x69\ \x64\x2d\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\x30\ \x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x62\x6c\x6f\x63\x6b\x2d\x70\ \x72\x6f\x67\x72\x65\x73\x73\x69\x6f\x6e\x3a\x74\x62\x3b\x69\x73\ \x6f\x6c\x61\x74\x69\x6f\x6e\x3a\x61\x75\x74\x6f\x3b\x6d\x69\x78\ \x2d\x62\x6c\x65\x6e\x64\x2d\x6d\x6f\x64\x65\x3a\x6e\x6f\x72\x6d\ \x61\x6c\x3b\x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\ \x6f\x6e\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\ \x3b\x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\ \x2d\x6c\x69\x6e\x65\x3a\x6e\x6f\x6e\x65\x3b\x74\x65\x78\x74\x2d\ \x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\x73\x74\x79\x6c\x65\ \x3a\x73\x6f\x6c\x69\x64\x3b\x74\x65\x78\x74\x2d\x69\x6e\x64\x65\ \x6e\x74\x3a\x30\x3b\x74\x65\x78\x74\x2d\x74\x72\x61\x6e\x73\x66\ \x6f\x72\x6d\x3a\x6e\x6f\x6e\x65\x3b\x77\x68\x69\x74\x65\x2d\x73\ \x70\x61\x63\x65\x3a\x6e\x6f\x72\x6d\x61\x6c\x22\x2f\x3e\x0a\x20\ \x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x6d\x31\x30\x2e\x37\x39\x38\ \x20\x38\x33\x2e\x31\x35\x37\x63\x2d\x32\x2e\x39\x30\x38\x34\x2d\ \x30\x2e\x37\x38\x32\x34\x31\x2d\x34\x2e\x32\x37\x33\x36\x2d\x31\ \x2e\x38\x32\x37\x31\x2d\x35\x2e\x34\x31\x34\x32\x2d\x34\x2e\x31\ \x34\x33\x6c\x2d\x30\x2e\x39\x35\x30\x31\x37\x2d\x31\x2e\x39\x32\ \x39\x34\x76\x2d\x32\x37\x2e\x36\x36\x31\x63\x30\x2d\x32\x37\x2e\ \x35\x34\x20\x30\x2e\x30\x30\x33\x38\x34\x2d\x32\x37\x2e\x36\x36\ \x38\x20\x30\x2e\x38\x37\x35\x36\x37\x2d\x32\x39\x2e\x32\x38\x38\ \x20\x30\x2e\x34\x38\x31\x36\x32\x2d\x30\x2e\x38\x39\x34\x39\x32\ \x20\x31\x2e\x33\x31\x30\x36\x2d\x32\x2e\x30\x33\x32\x38\x20\x31\ \x2e\x38\x34\x32\x31\x2d\x32\x2e\x35\x32\x38\x36\x20\x31\x2e\x32\ \x32\x37\x35\x2d\x31\x2e\x31\x34\x35\x31\x20\x34\x2e\x30\x35\x32\ \x35\x2d\x32\x2e\x31\x34\x39\x33\x20\x36\x2e\x30\x34\x35\x39\x2d\ \x32\x2e\x31\x34\x39\x33\x20\x32\x2e\x33\x35\x30\x34\x20\x30\x20\ \x32\x2e\x38\x32\x39\x36\x2d\x30\x2e\x33\x31\x37\x33\x38\x20\x32\ \x2e\x38\x32\x39\x36\x2d\x31\x2e\x38\x37\x34\x76\x2d\x31\x2e\x33\ \x38\x30\x32\x68\x37\x2e\x39\x33\x32\x32\x20\x37\x2e\x39\x33\x32\ \x32\x76\x31\x2e\x33\x39\x39\x34\x20\x31\x2e\x33\x39\x39\x34\x6c\ \x32\x36\x2e\x31\x33\x36\x20\x30\x2e\x31\x35\x31\x32\x39\x63\x31\ \x39\x2e\x35\x31\x31\x20\x30\x2e\x31\x31\x32\x39\x34\x20\x32\x36\ \x2e\x35\x33\x20\x30\x2e\x32\x38\x30\x36\x34\x20\x32\x37\x2e\x36\ \x39\x20\x30\x2e\x36\x36\x31\x36\x20\x30\x2e\x38\x35\x34\x38\x32\ \x20\x30\x2e\x32\x38\x30\x36\x37\x20\x32\x2e\x32\x37\x34\x39\x20\ \x31\x2e\x31\x36\x31\x34\x20\x33\x2e\x31\x35\x35\x38\x20\x31\x2e\ \x39\x35\x37\x32\x20\x32\x2e\x38\x39\x30\x39\x20\x32\x2e\x36\x31\ \x31\x37\x20\x32\x2e\x38\x35\x32\x37\x20\x32\x2e\x31\x35\x34\x20\ \x32\x2e\x37\x32\x35\x20\x33\x32\x2e\x37\x31\x6c\x2d\x30\x2e\x31\ \x31\x32\x39\x34\x20\x32\x37\x2e\x30\x31\x2d\x30\x2e\x39\x32\x33\ \x32\x39\x20\x31\x2e\x37\x32\x38\x34\x63\x2d\x31\x2e\x31\x35\x31\ \x38\x20\x32\x2e\x31\x35\x36\x2d\x33\x2e\x33\x32\x36\x31\x20\x33\ \x2e\x36\x32\x35\x38\x2d\x36\x2e\x31\x35\x38\x37\x20\x34\x2e\x31\ \x36\x33\x2d\x31\x2e\x33\x37\x39\x20\x30\x2e\x32\x36\x31\x35\x32\ \x2d\x31\x34\x2e\x39\x31\x39\x20\x30\x2e\x34\x30\x33\x38\x39\x2d\ \x33\x36\x2e\x38\x30\x34\x20\x30\x2e\x33\x38\x36\x39\x36\x2d\x32\ \x38\x2e\x37\x39\x37\x2d\x30\x2e\x30\x32\x32\x32\x35\x2d\x33\x34\ \x2e\x39\x38\x39\x2d\x30\x2e\x31\x32\x35\x33\x35\x2d\x33\x36\x2e\ \x38\x2d\x30\x2e\x36\x31\x32\x37\x7a\x6d\x37\x34\x2e\x35\x38\x35\ \x2d\x33\x2e\x38\x33\x35\x36\x63\x30\x2e\x36\x37\x31\x31\x39\x2d\ \x30\x2e\x33\x33\x35\x38\x35\x20\x31\x2e\x35\x34\x33\x31\x2d\x31\ \x2e\x32\x35\x31\x31\x20\x31\x2e\x39\x33\x37\x37\x2d\x32\x2e\x30\ \x33\x33\x39\x20\x30\x2e\x36\x36\x37\x30\x34\x2d\x31\x2e\x33\x32\ \x33\x34\x20\x30\x2e\x37\x30\x39\x38\x33\x2d\x33\x2e\x33\x30\x37\ \x33\x20\x30\x2e\x36\x31\x30\x31\x37\x2d\x32\x38\x2e\x32\x38\x39\ \x2d\x30\x2e\x31\x32\x30\x39\x35\x2d\x33\x30\x2e\x33\x31\x37\x20\ \x30\x2e\x30\x37\x34\x30\x31\x2d\x32\x38\x2e\x35\x34\x39\x2d\x33\ \x2e\x32\x35\x38\x36\x2d\x32\x39\x2e\x35\x35\x39\x2d\x32\x2e\x35\ \x32\x2d\x30\x2e\x37\x36\x33\x39\x38\x2d\x37\x30\x2e\x39\x30\x33\ \x2d\x30\x2e\x37\x36\x34\x39\x34\x2d\x37\x33\x2e\x34\x32\x32\x2d\ \x31\x65\x2d\x33\x20\x2d\x33\x2e\x32\x39\x34\x38\x20\x30\x2e\x39\ \x39\x39\x31\x31\x2d\x33\x2e\x31\x34\x2d\x30\x2e\x33\x38\x37\x39\ \x35\x2d\x33\x2e\x32\x36\x38\x35\x20\x32\x39\x2e\x32\x38\x39\x2d\ \x30\x2e\x30\x37\x36\x32\x31\x33\x20\x31\x37\x2e\x36\x30\x37\x20\ \x30\x2e\x30\x32\x38\x36\x38\x36\x20\x32\x36\x2e\x36\x37\x38\x20\ \x30\x2e\x33\x32\x31\x30\x36\x20\x32\x37\x2e\x37\x36\x34\x20\x30\ \x2e\x35\x30\x33\x37\x38\x20\x31\x2e\x38\x37\x30\x39\x20\x31\x2e\ \x37\x38\x36\x39\x20\x32\x2e\x38\x36\x37\x20\x34\x2e\x32\x31\x37\ \x38\x20\x33\x2e\x32\x37\x34\x35\x20\x30\x2e\x39\x32\x31\x38\x32\ \x20\x30\x2e\x31\x35\x34\x35\x33\x20\x31\x37\x2e\x34\x31\x38\x20\ \x30\x2e\x32\x35\x35\x32\x31\x20\x33\x36\x2e\x36\x35\x39\x20\x30\ \x2e\x32\x32\x33\x37\x32\x20\x33\x30\x2e\x32\x31\x36\x2d\x30\x2e\ \x30\x34\x39\x34\x33\x20\x33\x35\x2e\x31\x34\x39\x2d\x30\x2e\x31\ \x34\x30\x34\x35\x20\x33\x36\x2e\x32\x30\x33\x2d\x30\x2e\x36\x36\ \x37\x38\x38\x76\x2d\x38\x65\x2d\x36\x7a\x22\x2f\x3e\x0a\x3c\x2f\ \x73\x76\x67\x3e\x0a\ \x00\x00\x03\x8a\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x73\x76\x67\x20\x77\x69\x64\x74\x68\ \x3d\x22\x33\x32\x70\x78\x22\x20\x68\x65\x69\x67\x68\x74\x3d\x22\ \x33\x32\x70\x78\x22\x20\x65\x6e\x61\x62\x6c\x65\x2d\x62\x61\x63\ \x6b\x67\x72\x6f\x75\x6e\x64\x3d\x22\x6e\x65\x77\x20\x30\x20\x30\ \x20\x33\x32\x20\x33\x32\x22\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\ \x22\x31\x2e\x31\x22\x20\x76\x69\x65\x77\x42\x6f\x78\x3d\x22\x30\ \x20\x30\x20\x33\x32\x20\x33\x32\x22\x20\x78\x6d\x6c\x3a\x73\x70\ \x61\x63\x65\x3d\x22\x70\x72\x65\x73\x65\x72\x76\x65\x22\x20\x78\ \x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\ \x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\ \x22\x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\ \x3a\x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\ \x6e\x73\x2e\x6f\x72\x67\x2f\x6e\x73\x23\x22\x20\x78\x6d\x6c\x6e\ \x73\x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\ \x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\ \x73\x2f\x31\x2e\x31\x2f\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\ \x66\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\ \x2e\x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\ \x72\x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x3e\ \x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x3c\x72\x64\x66\x3a\x52\ \x44\x46\x3e\x3c\x63\x63\x3a\x57\x6f\x72\x6b\x20\x72\x64\x66\x3a\ \x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x3c\x64\x63\x3a\x66\x6f\x72\ \x6d\x61\x74\x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\ \x6c\x3c\x2f\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x3c\x64\x63\ \x3a\x74\x79\x70\x65\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\ \x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\ \x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\x65\x2f\ \x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x2f\x3e\x3c\x2f\x63\ \x63\x3a\x57\x6f\x72\x6b\x3e\x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\ \x3e\x3c\x2f\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x3c\x70\x61\x74\ \x68\x20\x64\x3d\x22\x6d\x32\x39\x2e\x37\x30\x37\x20\x31\x35\x2e\ \x37\x39\x33\x2d\x31\x33\x2d\x31\x33\x63\x2d\x30\x2e\x33\x39\x31\ \x2d\x30\x2e\x33\x39\x31\x2d\x31\x2e\x30\x32\x33\x2d\x30\x2e\x33\ \x39\x31\x2d\x31\x2e\x34\x31\x34\x20\x30\x6c\x2d\x31\x33\x20\x31\ \x33\x63\x2d\x30\x2e\x33\x39\x31\x20\x30\x2e\x33\x39\x31\x2d\x30\ \x2e\x33\x39\x31\x20\x31\x2e\x30\x32\x33\x20\x30\x20\x31\x2e\x34\ \x31\x34\x73\x31\x2e\x30\x32\x33\x20\x30\x2e\x33\x39\x31\x20\x31\ \x2e\x34\x31\x34\x20\x30\x6c\x31\x32\x2e\x32\x39\x33\x2d\x31\x32\ \x2e\x32\x39\x33\x20\x38\x2e\x30\x31\x34\x20\x38\x2e\x30\x31\x34\ \x63\x2d\x31\x65\x2d\x33\x20\x30\x2e\x30\x32\x35\x2d\x30\x2e\x30\ \x31\x34\x20\x30\x2e\x30\x34\x37\x2d\x30\x2e\x30\x31\x34\x20\x30\ \x2e\x30\x37\x32\x76\x31\x35\x68\x2d\x31\x36\x76\x2d\x31\x30\x63\ \x30\x2d\x30\x2e\x35\x35\x33\x2d\x30\x2e\x34\x34\x38\x2d\x31\x2d\ \x31\x2d\x31\x73\x2d\x31\x20\x30\x2e\x34\x34\x37\x2d\x31\x20\x31\ \x76\x31\x31\x63\x30\x20\x30\x2e\x35\x35\x33\x20\x30\x2e\x34\x34\ \x38\x20\x31\x20\x31\x20\x31\x68\x31\x38\x63\x30\x2e\x35\x35\x33\ \x20\x30\x20\x31\x2d\x30\x2e\x34\x34\x37\x20\x31\x2d\x31\x76\x2d\ \x31\x34\x2e\x30\x38\x36\x6c\x32\x2e\x32\x39\x33\x20\x32\x2e\x32\ \x39\x33\x63\x30\x2e\x31\x39\x35\x20\x30\x2e\x31\x39\x35\x20\x30\ \x2e\x34\x35\x31\x20\x30\x2e\x32\x39\x33\x20\x30\x2e\x37\x30\x37\ \x20\x30\x2e\x32\x39\x33\x73\x30\x2e\x35\x31\x32\x2d\x30\x2e\x30\ \x39\x38\x20\x30\x2e\x37\x30\x37\x2d\x30\x2e\x32\x39\x33\x63\x30\ \x2e\x33\x39\x31\x2d\x30\x2e\x33\x39\x31\x20\x30\x2e\x33\x39\x31\ \x2d\x31\x2e\x30\x32\x33\x20\x30\x2d\x31\x2e\x34\x31\x34\x7a\x22\ \x2f\x3e\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x07\xc7\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x20\x77\x69\x64\x74\x68\x3d\x22\x39\x36\x22\x20\ \x68\x65\x69\x67\x68\x74\x3d\x22\x39\x36\x22\x20\x76\x65\x72\x73\ \x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\x20\x76\x69\x65\x77\x42\x6f\ \x78\x3d\x22\x30\x20\x30\x20\x39\x36\x20\x39\x36\x22\x20\x78\x6d\ \x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\ \x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\ \x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\ \x73\x2e\x6f\x72\x67\x2f\x6e\x73\x23\x22\x20\x78\x6d\x6c\x6e\x73\ \x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\ \x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\ \x2f\x31\x2e\x31\x2f\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\ \x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\ \x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x3e\x0a\ \x20\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\x3c\x72\ \x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\x3c\x63\x63\x3a\x57\ \x6f\x72\x6b\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\ \x3e\x0a\x20\x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\ \x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\ \x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x3c\ \x64\x63\x3a\x74\x79\x70\x65\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\ \x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\ \x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\ \x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x2f\x3e\x0a\ \x20\x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\ \x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x3c\x2f\x6d\x65\ \x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x3c\x67\x20\x74\x72\x61\x6e\ \x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\ \x28\x36\x37\x2e\x38\x35\x37\x20\x2d\x37\x38\x2e\x35\x30\x35\x29\ \x22\x3e\x0a\x20\x20\x3c\x67\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\ \x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x30\x20\x2d\x31\x20\x2d\ \x31\x20\x30\x20\x33\x37\x33\x2e\x35\x31\x20\x35\x31\x36\x2e\x35\ \x31\x29\x22\x3e\x0a\x20\x20\x20\x3c\x67\x20\x74\x72\x61\x6e\x73\ \x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x2d\x2e\x39\ \x39\x39\x36\x20\x30\x20\x30\x20\x31\x20\x35\x37\x35\x2e\x39\x34\ \x20\x2d\x36\x31\x31\x29\x22\x3e\x0a\x20\x20\x20\x20\x3c\x67\x20\ \x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\ \x78\x28\x2d\x31\x20\x30\x20\x30\x20\x31\x20\x35\x37\x36\x20\x36\ \x31\x31\x29\x22\x3e\x0a\x20\x20\x20\x20\x20\x3c\x72\x65\x63\x74\ \x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x73\x63\x61\x6c\ \x65\x28\x2d\x31\x2c\x31\x29\x22\x20\x78\x3d\x22\x2d\x34\x33\x38\ \x22\x20\x79\x3d\x22\x33\x34\x35\x2e\x33\x36\x22\x20\x77\x69\x64\ \x74\x68\x3d\x22\x39\x36\x2e\x30\x33\x38\x22\x20\x68\x65\x69\x67\ \x68\x74\x3d\x22\x39\x36\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\ \x30\x30\x30\x30\x30\x30\x22\x20\x66\x69\x6c\x6c\x3d\x22\x6e\x6f\ \x6e\x65\x22\x2f\x3e\x0a\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\ \x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\ \x69\x78\x28\x30\x20\x2d\x31\x20\x2d\x31\x2e\x30\x30\x30\x34\x20\ \x30\x20\x34\x33\x38\x20\x34\x34\x31\x2e\x33\x36\x29\x22\x20\x64\ \x3d\x22\x6d\x33\x35\x2e\x39\x37\x37\x20\x32\x63\x2d\x35\x2e\x30\ \x33\x32\x38\x20\x30\x2e\x30\x35\x38\x31\x37\x37\x2d\x38\x2e\x37\ \x31\x35\x33\x2d\x30\x2e\x31\x31\x36\x35\x2d\x31\x31\x2e\x37\x32\ \x37\x20\x31\x2e\x35\x34\x34\x39\x2d\x31\x2e\x35\x30\x35\x36\x20\ \x30\x2e\x38\x33\x30\x37\x31\x2d\x32\x2e\x36\x39\x36\x39\x20\x32\ \x2e\x32\x33\x33\x38\x2d\x33\x2e\x33\x35\x35\x35\x20\x33\x2e\x39\ \x38\x38\x33\x2d\x30\x2e\x36\x35\x38\x36\x20\x31\x2e\x37\x35\x34\ \x35\x2d\x30\x2e\x38\x39\x36\x34\x38\x20\x33\x2e\x38\x33\x36\x34\ \x2d\x30\x2e\x38\x39\x36\x34\x38\x20\x36\x2e\x34\x36\x36\x38\x76\ \x36\x38\x2e\x30\x30\x32\x63\x30\x20\x32\x2e\x36\x33\x30\x34\x20\ \x30\x2e\x32\x33\x37\x38\x38\x20\x34\x2e\x37\x31\x30\x33\x20\x30\ \x2e\x38\x39\x36\x34\x38\x20\x36\x2e\x34\x36\x34\x38\x20\x30\x2e\ \x36\x35\x38\x36\x31\x20\x31\x2e\x37\x35\x34\x35\x20\x31\x2e\x38\ \x34\x39\x38\x20\x33\x2e\x31\x36\x31\x35\x20\x33\x2e\x33\x35\x35\ \x35\x20\x33\x2e\x39\x39\x32\x32\x20\x33\x2e\x30\x31\x31\x32\x20\ \x31\x2e\x36\x36\x31\x34\x20\x36\x2e\x36\x39\x33\x38\x20\x31\x2e\ \x34\x38\x32\x38\x20\x31\x31\x2e\x37\x32\x37\x20\x31\x2e\x35\x34\ \x31\x68\x30\x2e\x30\x31\x31\x37\x31\x39\x20\x32\x34\x2e\x30\x32\ \x31\x20\x30\x2e\x30\x31\x31\x37\x31\x38\x63\x35\x2e\x30\x33\x32\ \x38\x2d\x30\x2e\x30\x35\x38\x31\x38\x37\x20\x38\x2e\x37\x31\x35\ \x33\x20\x30\x2e\x31\x32\x30\x34\x31\x20\x31\x31\x2e\x37\x32\x37\ \x2d\x31\x2e\x35\x34\x31\x20\x31\x2e\x35\x30\x35\x36\x2d\x30\x2e\ \x38\x33\x30\x37\x31\x20\x32\x2e\x36\x39\x36\x39\x2d\x32\x2e\x32\ \x33\x37\x37\x20\x33\x2e\x33\x35\x35\x35\x2d\x33\x2e\x39\x39\x32\ \x32\x73\x30\x2e\x38\x39\x36\x34\x38\x2d\x33\x2e\x38\x33\x34\x35\ \x20\x30\x2e\x38\x39\x36\x34\x38\x2d\x36\x2e\x34\x36\x34\x38\x76\ \x2d\x36\x38\x2e\x30\x30\x32\x63\x30\x2d\x32\x2e\x36\x33\x30\x34\ \x2d\x30\x2e\x32\x33\x37\x38\x38\x2d\x34\x2e\x37\x31\x32\x33\x2d\ \x30\x2e\x38\x39\x36\x34\x38\x2d\x36\x2e\x34\x36\x36\x38\x73\x2d\ \x31\x2e\x38\x34\x39\x38\x2d\x33\x2e\x31\x35\x37\x36\x2d\x33\x2e\ \x33\x35\x35\x35\x2d\x33\x2e\x39\x38\x38\x33\x63\x2d\x33\x2e\x30\ \x31\x31\x32\x2d\x31\x2e\x36\x36\x31\x34\x2d\x36\x2e\x36\x39\x33\ \x38\x2d\x31\x2e\x34\x38\x36\x37\x2d\x31\x31\x2e\x37\x32\x37\x2d\ \x31\x2e\x35\x34\x34\x39\x68\x2d\x30\x2e\x30\x31\x31\x37\x31\x38\ \x2d\x32\x34\x2e\x30\x32\x31\x2d\x30\x2e\x30\x31\x31\x37\x31\x39\ \x7a\x6d\x2d\x31\x31\x2e\x38\x39\x38\x20\x31\x30\x68\x34\x37\x2e\ \x38\x34\x32\x63\x30\x2e\x30\x34\x35\x39\x39\x33\x20\x30\x2e\x36\ \x30\x36\x32\x33\x20\x30\x2e\x30\x37\x38\x31\x32\x35\x20\x31\x2e\ \x32\x35\x35\x35\x20\x30\x2e\x30\x37\x38\x31\x32\x35\x20\x32\x76\ \x36\x32\x68\x2d\x34\x37\x2e\x39\x39\x38\x76\x2d\x36\x32\x63\x30\ \x2d\x30\x2e\x37\x34\x34\x34\x39\x20\x30\x2e\x30\x33\x32\x31\x33\ \x32\x2d\x31\x2e\x33\x39\x33\x38\x20\x30\x2e\x30\x37\x38\x31\x32\ \x35\x2d\x32\x7a\x6d\x32\x33\x2e\x39\x32\x32\x20\x36\x38\x61\x35\ \x20\x35\x20\x30\x20\x30\x20\x31\x20\x35\x20\x35\x20\x35\x20\x35\ \x20\x30\x20\x30\x20\x31\x2d\x35\x20\x35\x20\x35\x20\x35\x20\x30\ \x20\x30\x20\x31\x2d\x35\x2d\x35\x20\x35\x20\x35\x20\x30\x20\x30\ \x20\x31\x20\x35\x2d\x35\x7a\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\ \x23\x30\x30\x30\x30\x30\x30\x22\x20\x63\x6f\x6c\x6f\x72\x2d\x72\ \x65\x6e\x64\x65\x72\x69\x6e\x67\x3d\x22\x61\x75\x74\x6f\x22\x20\ \x69\x6d\x61\x67\x65\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\x67\x3d\ \x22\x61\x75\x74\x6f\x22\x20\x73\x68\x61\x70\x65\x2d\x72\x65\x6e\ \x64\x65\x72\x69\x6e\x67\x3d\x22\x61\x75\x74\x6f\x22\x20\x73\x6f\ \x6c\x69\x64\x2d\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\ \x30\x30\x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x62\x6c\x6f\x63\x6b\ \x2d\x70\x72\x6f\x67\x72\x65\x73\x73\x69\x6f\x6e\x3a\x74\x62\x3b\ \x69\x73\x6f\x6c\x61\x74\x69\x6f\x6e\x3a\x61\x75\x74\x6f\x3b\x6d\ \x69\x78\x2d\x62\x6c\x65\x6e\x64\x2d\x6d\x6f\x64\x65\x3a\x6e\x6f\ \x72\x6d\x61\x6c\x3b\x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\ \x74\x69\x6f\x6e\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\ \x30\x30\x3b\x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\ \x6f\x6e\x2d\x6c\x69\x6e\x65\x3a\x6e\x6f\x6e\x65\x3b\x74\x65\x78\ \x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\x73\x74\x79\ \x6c\x65\x3a\x73\x6f\x6c\x69\x64\x3b\x74\x65\x78\x74\x2d\x69\x6e\ \x64\x65\x6e\x74\x3a\x30\x3b\x74\x65\x78\x74\x2d\x74\x72\x61\x6e\ \x73\x66\x6f\x72\x6d\x3a\x6e\x6f\x6e\x65\x3b\x77\x68\x69\x74\x65\ \x2d\x73\x70\x61\x63\x65\x3a\x6e\x6f\x72\x6d\x61\x6c\x22\x2f\x3e\ \x0a\x20\x20\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x20\x3c\x2f\x67\ \x3e\x0a\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x3c\x2f\x67\x3e\x0a\x3c\ \x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x05\xeb\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x20\x77\x69\x64\x74\x68\x3d\x22\x39\x36\x22\x20\ \x68\x65\x69\x67\x68\x74\x3d\x22\x39\x36\x22\x20\x76\x65\x72\x73\ \x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\x20\x76\x69\x65\x77\x42\x6f\ \x78\x3d\x22\x30\x20\x30\x20\x39\x36\x20\x39\x36\x22\x20\x78\x6d\ \x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\ \x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\ \x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\ \x73\x2e\x6f\x72\x67\x2f\x6e\x73\x23\x22\x20\x78\x6d\x6c\x6e\x73\ \x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\ \x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\ \x2f\x31\x2e\x31\x2f\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\ \x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\ \x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x3e\x0a\ \x20\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\x3c\x72\ \x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\x3c\x63\x63\x3a\x57\ \x6f\x72\x6b\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\ \x3e\x0a\x20\x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\ \x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\ \x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x3c\ \x64\x63\x3a\x74\x79\x70\x65\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\ \x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\ \x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\ \x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x2f\x3e\x0a\ \x20\x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\ \x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x3c\x2f\x6d\x65\ \x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x3c\x67\x20\x74\x72\x61\x6e\ \x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\ \x28\x36\x37\x2e\x38\x35\x37\x20\x2d\x37\x38\x2e\x35\x30\x35\x29\ \x22\x3e\x0a\x20\x20\x3c\x67\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\ \x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x30\x20\x2d\x31\x20\x2d\ \x31\x20\x30\x20\x33\x37\x33\x2e\x35\x31\x20\x35\x31\x36\x2e\x35\ \x31\x29\x22\x3e\x0a\x20\x20\x20\x3c\x67\x20\x74\x72\x61\x6e\x73\ \x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x2d\x2e\x39\ \x39\x39\x36\x20\x30\x20\x30\x20\x31\x20\x35\x37\x35\x2e\x39\x34\ \x20\x2d\x36\x31\x31\x29\x22\x3e\x0a\x20\x20\x20\x20\x3c\x67\x20\ \x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\ \x78\x28\x2d\x31\x20\x30\x20\x30\x20\x31\x20\x35\x37\x36\x20\x36\ \x31\x31\x29\x22\x3e\x0a\x20\x20\x20\x20\x20\x3c\x72\x65\x63\x74\ \x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x73\x63\x61\x6c\ \x65\x28\x2d\x31\x2c\x31\x29\x22\x20\x78\x3d\x22\x2d\x34\x33\x38\ \x22\x20\x79\x3d\x22\x33\x34\x35\x2e\x33\x36\x22\x20\x77\x69\x64\ \x74\x68\x3d\x22\x39\x36\x2e\x30\x33\x38\x22\x20\x68\x65\x69\x67\ \x68\x74\x3d\x22\x39\x36\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\ \x30\x30\x30\x30\x30\x30\x22\x20\x66\x69\x6c\x6c\x3d\x22\x6e\x6f\ \x6e\x65\x22\x2f\x3e\x0a\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\ \x20\x64\x3d\x22\x6d\x33\x38\x31\x2e\x39\x38\x20\x33\x35\x35\x2e\ \x33\x36\x63\x2d\x31\x30\x2e\x30\x30\x34\x20\x30\x2d\x39\x2e\x38\ \x38\x37\x33\x20\x33\x2e\x39\x31\x33\x31\x2d\x31\x30\x2e\x30\x30\ \x34\x20\x31\x34\x76\x34\x38\x63\x30\x2e\x31\x31\x36\x36\x36\x20\ \x31\x30\x2e\x30\x38\x37\x20\x30\x20\x31\x34\x20\x31\x30\x2e\x30\ \x30\x34\x20\x31\x34\x68\x33\x36\x2e\x30\x31\x35\x63\x31\x30\x2e\ \x30\x30\x34\x20\x30\x20\x39\x2e\x38\x38\x37\x33\x2d\x33\x2e\x39\ \x31\x33\x31\x20\x31\x30\x2e\x30\x30\x34\x2d\x31\x34\x76\x2d\x34\ \x38\x63\x2d\x30\x2e\x31\x31\x36\x36\x36\x2d\x31\x30\x2e\x30\x38\ \x37\x20\x30\x2d\x31\x34\x2d\x31\x30\x2e\x30\x30\x34\x2d\x31\x34\ \x7a\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\ \x30\x22\x20\x66\x69\x6c\x6c\x3d\x22\x6e\x6f\x6e\x65\x22\x20\x73\ \x74\x72\x6f\x6b\x65\x3d\x22\x23\x30\x30\x30\x22\x20\x73\x74\x72\ \x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3d\x22\x34\x2e\x30\x30\x30\ \x38\x22\x2f\x3e\x0a\x20\x20\x20\x20\x20\x3c\x67\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x3c\x72\x65\x63\x74\x20\x74\x72\x61\x6e\x73\x66\ \x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x30\x2c\x2d\x31\ \x2c\x2d\x31\x2c\x30\x2c\x30\x2c\x30\x29\x22\x20\x78\x3d\x22\x2d\ \x34\x30\x31\x2e\x33\x36\x22\x20\x79\x3d\x22\x2d\x33\x37\x31\x2e\ \x39\x38\x22\x20\x77\x69\x64\x74\x68\x3d\x22\x31\x36\x22\x20\x68\ \x65\x69\x67\x68\x74\x3d\x22\x36\x2e\x30\x30\x32\x34\x22\x20\x63\ \x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\x30\x22\x2f\x3e\ \x0a\x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x20\x64\x3d\x22\ \x6d\x33\x34\x39\x2e\x39\x37\x20\x34\x33\x33\x2e\x33\x36\x68\x34\ \x2e\x30\x30\x31\x36\x6c\x38\x2e\x30\x30\x33\x32\x2d\x31\x32\x76\ \x2d\x35\x36\x6c\x2d\x38\x2e\x30\x30\x33\x32\x2d\x31\x32\x68\x2d\ \x34\x2e\x30\x30\x31\x36\x7a\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\ \x23\x30\x30\x30\x30\x30\x30\x22\x2f\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x6d\x34\x31\x32\x2e\x39\ \x39\x20\x34\x30\x35\x2e\x33\x36\x68\x2d\x32\x35\x2e\x30\x31\x63\ \x2d\x35\x2e\x30\x30\x32\x20\x30\x2d\x35\x2e\x30\x30\x32\x2d\x34\ \x2d\x35\x2e\x30\x30\x32\x2d\x34\x76\x2d\x31\x36\x63\x30\x2d\x34\ \x20\x35\x2e\x30\x30\x32\x2d\x34\x20\x35\x2e\x30\x30\x32\x2d\x34\ \x68\x32\x30\x2e\x30\x30\x38\x6c\x31\x30\x2e\x30\x30\x34\x20\x38\ \x76\x31\x32\x73\x30\x20\x34\x2d\x35\x2e\x30\x30\x31\x39\x20\x34\ \x7a\x6d\x30\x2d\x34\x76\x2d\x38\x68\x2d\x31\x30\x2e\x30\x30\x34\ \x76\x2d\x38\x68\x2d\x31\x35\x2e\x30\x30\x36\x76\x31\x36\x7a\x22\ \x20\x65\x6e\x61\x62\x6c\x65\x2d\x62\x61\x63\x6b\x67\x72\x6f\x75\ \x6e\x64\x3d\x22\x6e\x65\x77\x22\x2f\x3e\x0a\x20\x20\x20\x20\x20\ \x3c\x2f\x67\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\ \x20\x3c\x2f\x67\x3e\x0a\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x3c\x2f\ \x67\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x0f\x18\ \x00\ \x00\x37\x07\x78\x9c\xed\x5b\xd9\x8e\x1b\xc7\x15\x7d\xd7\x57\x10\ \xa3\x17\x1b\x61\x37\xeb\xde\xda\xa9\x91\xfc\xe0\x20\x41\x00\x07\ \x01\x62\x1b\x79\xa6\xc8\x9e\x11\x23\x0e\x39\x20\x39\x5a\xfc\xf5\ \x39\xa7\x9a\x5b\xcf\x4a\x89\x63\x05\x0e\x42\x3e\x0c\xfb\x76\x75\ \x2d\xa7\xce\x5d\xab\xe7\xfc\x87\x4f\x57\xb3\xde\x87\x66\xb9\x9a\ \x2e\xe6\xaf\xcf\xa4\x36\x67\xbd\x66\x3e\x5e\x4c\xa6\xf3\xcb\xd7\ \x67\xbf\xfe\xf2\x97\x2a\x9d\xf5\x56\xeb\xd1\x7c\x32\x9a\x2d\xe6\ \xcd\xeb\xb3\xf9\xe2\xec\x87\x37\x2f\xce\x57\x1f\x2e\x5f\xf4\x7a\ \x3d\x3c\x3c\x5f\x0d\x27\xe3\xd7\x67\xef\xd6\xeb\xeb\xe1\x60\x70\ \x7d\xb3\x9c\xd5\x8b\xe5\xe5\x60\x32\x1e\x34\xb3\xe6\xaa\x99\xaf\ \x57\x03\xa9\x65\x70\xb6\x6f\x3e\xde\x37\x1f\x2f\x9b\xd1\x7a\xfa\ \xa1\x19\x2f\xae\xae\x16\xf3\x55\x79\x72\xbe\x7a\x79\xd0\x78\x39\ \xb9\xd8\xb5\xfe\xf8\xf1\x63\xfd\xd1\x96\x46\x92\x73\x1e\x18\x1d\ \xa8\x56\x68\x51\xad\x3e\xcf\xd7\xa3\x4f\x55\xf7\x51\xcc\xf1\xbe\ \x47\xd5\x18\x33\xc0\xbd\x7d\xcb\xe3\x5a\x0d\x3f\xcd\xa6\xf3\xf7\ \x0f\x4e\xa6\xdc\x2d\xad\xa7\x93\xd7\x67\x78\x52\xcb\xc5\xbb\x66\ \x7a\xf9\x6e\x0d\x64\x43\xb9\xfc\x38\x9d\xac\xdf\xed\xae\x3a\xb8\ \xbf\x81\xe4\xfc\xaa\x59\x8f\x26\xa3\xf5\x88\x77\xdb\x9e\xb6\x92\ \xe0\x4a\x0b\xb4\xc1\x82\x87\xff\xfc\xf3\x5f\xda\x2b\x5c\x8f\xc7\ \xc3\x7f\x2d\x96\xef\x37\x97\xf8\xb0\xc1\xe8\xed\xe2\x06\xc3\x9e\ \xbd\xd9\x89\xcf\x27\xe3\xe1\xc5\x62\x79\x35\x5a\xbf\x99\x5e\x8d\ \x2e\x1b\xae\xee\x4f\x58\xd9\xf9\x60\x7f\xa3\xd3\x78\xfd\xf9\xba\ \xd9\x77\xda\x76\xbb\x6c\x56\x8b\x9b\xe5\xb8\xb9\x77\xc3\x27\xe3\ \xab\x29\x1f\x1a\xfc\xbc\x9e\xce\x66\x7f\xe3\x20\x67\xbd\xc1\x6e\ \x9e\x83\xcd\x44\x37\xcb\x18\x1c\xac\xe3\x7c\xb0\x5d\x66\xb9\x9a\ \x34\x17\xab\x3d\x02\xbc\xda\x2d\x1e\x28\x37\xa3\xe5\x5f\x97\xa3\ \xc9\x14\xdc\xda\x4e\x8f\xcd\xba\x77\x9c\x84\xb4\x5b\xfc\xf9\x6a\ \xbd\xb8\xde\x2f\x65\x71\x71\xb1\x6a\x00\x8e\x39\xdb\xcb\x56\xeb\ \xcf\x33\xac\x8a\x0d\xab\xf1\x62\xb6\x58\x0e\x5f\x4e\x4c\x63\xd2\ \xc5\xab\x22\x5a\x5c\x8f\xc6\x58\xdb\x50\x0e\x1e\x29\xfb\x8c\x9b\ \x36\x78\x3d\x5c\xe7\xfd\x83\xc9\xe3\x83\xe5\x8b\xb7\x23\x97\x9e\ \x1e\xcc\x49\xdc\x0f\x76\x3e\xe8\x2e\xfa\x51\x8c\x2e\x37\xd7\xbf\ \x2c\x47\xf3\x15\xf7\x1b\xdc\x1a\xad\x97\xd3\x4f\xdf\x99\x7e\x65\ \x6a\x2b\xd9\xb9\xd8\xfe\xb2\xd6\x6b\xdf\xf4\xc5\xd7\x3e\x88\x8b\ \xae\x2f\xb6\x36\xc9\xa7\xf8\xfd\xd9\xed\xde\x7e\x9d\x4f\xd7\x50\ \xa0\x9b\x55\xb3\xfc\x19\xd3\x6e\xfe\x31\xff\x75\xd5\xec\x5a\x15\ \xa5\x18\xbe\x5b\x36\x50\xe2\x97\xf7\x6c\xd0\xc3\xfb\x67\x6d\x74\ \xbb\xdb\x9f\xf5\xf5\x99\x9a\x3a\x9a\xec\xcd\x1e\x94\x4f\x90\x9a\ \x3a\x89\x8f\x2a\x21\xef\x1b\xcb\xbd\x8d\x29\x4d\x58\x9b\x8b\x36\ \xef\x01\xfc\x62\xa8\x6a\x51\xa7\xa2\x09\xf0\xe0\x5b\x4b\x0a\x36\ \x27\xc1\x2f\xb5\x56\x34\xf7\x2b\x5b\xe7\x6c\xa2\x4b\xfa\x8c\x58\ \xa9\x8a\xaf\x72\x65\x1e\xc1\x2b\xa9\x86\x0e\x5e\x62\x5c\xad\x49\ \x6c\x17\x2f\xcf\xe9\x89\xed\xa2\x95\x62\x9d\xb2\xcf\xda\x01\x6b\ \xd7\xf2\x04\xac\xbc\x77\x3e\xc6\xbc\xc1\xca\xfa\xec\xbd\xf1\xbe\ \x5f\x49\x1d\xb2\x88\xb3\xa1\x2f\xdc\x91\x60\xfc\x73\x32\x2b\x58\ \x93\x2b\x79\x1c\x2b\xdb\xc1\xca\x7a\x42\xa5\xbe\x03\x95\xba\x3a\ \xa4\xe8\x3b\x48\xdd\x6d\x08\x61\xac\x4d\x80\xe8\x77\xc0\x49\x6b\ \xb1\x6a\x0d\x61\x8a\xd8\x0b\xe3\xdd\x73\x2a\xa0\xda\x50\x99\xa7\ \x80\x32\x5d\xa0\x6c\x1d\x7d\x0a\x21\x76\x90\x12\xad\xc1\xd0\x74\ \x08\x2a\xb1\x8a\xb5\x1a\x9f\xa4\xab\x83\x6c\x1b\xa3\x13\x3d\x05\ \xaf\xe0\xbc\x04\xb1\x1b\xbc\x72\xcc\xd1\x67\x47\x1d\xf4\xc9\x04\ \xd7\xaf\x42\x1d\x15\x56\x21\xf8\x67\x84\xcb\xba\xe4\x2a\x7d\x42\ \x07\x25\x76\xe0\x0a\x75\x0a\x2e\x44\xe9\xc2\x45\xb4\x5c\xd0\xd4\ \x55\x42\x81\x2a\xa8\xe9\xb4\x85\x14\x1c\x84\x22\x9b\x1c\xf7\x70\ \x71\xb0\xd1\xec\x78\xb8\x10\x7d\xc5\x10\x8d\x49\x60\x91\xb1\x31\ \xe4\x90\x68\xe5\xf1\x83\x1b\x01\x3b\x5f\xa7\xa8\x56\xbd\x93\xd2\ \x20\x58\x9f\x3c\xcd\x18\xee\x8a\xd7\xf0\x8c\x10\x46\xe3\xc9\xb8\ \xdc\x81\xb0\xbb\x1c\x40\xb8\x57\xae\x8b\xcf\x04\xcb\x8a\x44\x2f\ \x7b\xe3\x76\xf1\x89\xb0\x20\xe6\xb2\x58\xd3\x4e\xba\xa4\x1e\xe6\ \xf2\xd9\x77\x30\xbe\xb7\x83\x71\xa7\x83\xaf\xc6\x95\xae\x20\x9a\ \x94\x61\xc5\x00\xa7\x31\xf4\x0a\x59\xfa\xb9\x76\x06\x6c\xb4\xa9\ \xa9\x48\x49\xc1\x5e\x67\x28\x31\x8c\x1e\xf8\x09\x57\xe1\x80\xbe\ \xb8\xda\x23\xbe\x0c\xcf\xaa\xce\xc6\xfa\xca\x3f\x0e\xad\x74\xa1\ \x35\xa1\x76\x1a\x44\x3b\xd0\x8a\x83\xb1\x71\x21\x84\x0e\xb4\x09\ \x1a\x95\x24\xdc\x82\xf6\x4e\x07\xe3\x4e\x07\x27\x40\x6b\x02\x06\ \x33\x49\x8b\x8a\x13\xde\xe0\x6d\x94\x40\xd7\x01\x0e\x03\x39\xb0\ \x39\xd6\x5e\x11\x0e\xe5\x6f\x0b\xe2\x01\xe7\x08\xa2\x64\xa9\x93\ \x77\x9a\x6e\x81\xa8\x75\xd0\x43\x2e\x3f\x08\xe2\xdd\x0e\xc6\x9d\ \x0e\x4e\x00\xd1\xb6\x1f\xdd\xc6\x2a\x18\xc4\x47\x91\x7e\xa8\x7d\ \x53\xc5\x7e\x02\x69\xf1\x91\xe7\xb4\x92\xc1\x8a\xa9\x52\xa5\x8f\ \x43\xd8\xe5\xa1\xeb\x12\x50\xdd\x21\x68\x2a\x1d\xb4\x5c\x97\x6b\ \x68\x7b\x0a\xc9\xc8\x1e\x10\xab\x10\x4c\x6c\x4a\x36\xc3\xa7\x00\ \x15\x6b\x53\x48\x89\x3f\x2d\x7d\x8b\xf3\x6c\x01\x03\x99\x4d\x30\ \x25\x44\x8e\x08\x97\xbc\x3c\x6b\x3c\x9c\xc4\x3c\x4a\x3c\xc9\xb7\ \x88\xe7\x6c\x9d\x14\x86\xad\x4b\x3c\x8d\xb0\x77\xd1\xda\x23\x88\ \x77\xa7\x83\x71\xa7\x83\x27\xfc\xf3\x5d\xf7\xb7\xdb\xfb\xd3\xd2\ \xae\x8b\xf2\x79\x3a\x13\xc2\x70\x5a\x85\xea\xf4\xd4\xeb\xbe\x01\ \xcd\xfd\x03\x3a\x0c\x68\xbe\x2e\xfd\xba\x27\xc5\xd9\x46\x14\xa7\ \xe1\x95\x03\xbf\x47\xa4\xa9\x2e\x01\xad\xca\x9d\x8c\xd7\x5b\xc7\ \xef\x51\x03\x26\xb8\xfb\xaf\x4c\x57\xef\xe2\xb5\x0b\x1f\x4e\xc3\ \xab\x09\xfc\x3e\x3d\x7d\x7a\x99\x0a\x1b\x7e\x32\x5e\xe3\xc4\xef\ \x51\x03\x02\x2d\x04\xe4\xcf\x84\xd7\x2e\x6b\x3c\x0d\xaf\x38\xe2\ \xf7\xe9\xe9\x2b\xb2\x2a\xa8\xc7\xe9\xfc\x72\x91\xdf\x63\x06\x14\ \xe4\x79\xcf\xc7\xaf\x8d\xf3\x3f\xd1\x7a\x79\x7e\x8f\xa8\xe3\xc0\ \xb5\x54\xe9\x69\xac\x4c\xed\xa2\x51\xef\x7d\x7a\x82\xd5\x91\xdf\ \xa3\xc6\xcd\x55\x3c\x66\xdc\x90\xa1\xc0\xde\xea\xe3\xe3\x16\x6e\ \x8f\x8f\x19\xd7\xc9\x81\xe9\x7c\x64\xdc\x64\x19\x0d\x1d\xc4\x9f\ \xf7\x17\xe7\xca\xe7\xa8\x71\xed\x33\x70\x72\x94\xf8\x3d\x6a\x38\ \x7f\xb0\xad\x27\x32\x72\x53\xc9\x38\x8d\x91\x25\xc8\x33\x47\xf9\ \xd3\xa3\x76\xe8\x29\xef\x50\x3e\x47\x79\x53\x7b\x40\xc4\x53\x75\ \x77\x5b\xcc\x38\xd1\x37\x94\xcf\x11\xdb\xac\x36\xc1\x37\x9c\xce\ \xab\xfb\x06\xbc\x0f\x2d\xa7\xce\x54\xb6\xca\xcf\x85\x57\x89\x36\ \xbf\x8d\xa5\xc3\x50\x47\xd9\x1b\xf5\x06\xd1\x68\x8e\xcf\x63\xe7\ \x30\x6a\xfe\xf6\x56\x2e\x89\xc8\xb7\xb7\x71\x18\xd5\x7e\x33\x0b\ \x87\xc1\xfc\xa3\x2c\x3c\x1f\xf0\xc0\xa6\xfc\xba\x7c\xb1\x7b\xf4\ \x12\xd6\x65\x1b\xb9\x9d\x5f\x8f\xd6\xef\x5e\x74\xa7\x72\x31\x9d\ \xcd\x86\x37\xcb\xd9\x77\xb7\xd3\x22\xd5\xf0\xfd\x2b\xde\xdd\xcf\ \xaa\xbd\x5c\xde\xcc\x9a\xe1\x7c\x31\xff\xad\x59\x2e\x30\xed\xe5\ \xe2\x7d\x33\x7c\x69\x3d\xbe\x71\x73\x59\x95\xd3\x36\xb4\xdf\x5c\ \xb2\xe7\xf1\xe8\x7a\xf8\xf6\x66\xbd\x3e\x94\xfd\x7b\x31\x9d\x0f\ \x97\x8b\x9b\xf9\x64\x2b\xbd\x9a\xae\x9b\xe5\x6c\x8a\x3f\x43\xb7\ \x95\xed\x87\xdf\x08\x26\xa3\xd5\xbb\xd1\x72\x39\xfa\xcc\x59\x34\ \x87\xd2\x16\xf2\xa1\x79\x75\x35\x5a\xbe\x6f\x96\xed\xfd\x0f\xd3\ \xd5\xf4\xed\x74\xc6\x2e\xca\xcf\x59\xf3\x6a\x32\x5d\x5d\xcf\xf0\ \xfc\x74\xce\x69\xbc\x5a\x7c\x68\x96\x17\xb3\xc5\xc7\xdd\xfd\x66\ \x3e\xc2\x9f\xea\xed\x68\xfc\xfe\xb2\xcc\x6f\x38\x1a\x8f\x6f\xae\ \x6e\x66\xa3\xf5\x3e\xa7\x2c\xb9\x62\x33\x5e\x6b\xce\x7a\x50\xbb\ \xe0\xd1\x61\x4f\x7c\xed\x72\x54\xdb\x17\xad\x7d\x6f\xdc\xe3\xe9\ \x0e\x1c\x71\xf0\x7d\x5c\x5b\x6f\x6c\xa2\x08\x10\xdb\x0c\x49\x46\ \x02\xac\x9e\x92\x18\xa3\x84\xd8\x11\x21\x98\x8c\x25\x3b\xb6\x41\ \x62\xaf\x4a\xd0\x9c\x84\x44\xb1\x6f\x7a\x95\x58\x06\x29\xec\xd5\ \xb0\xa5\xcf\x49\xec\xe6\xb7\xc3\x0d\xe3\xf9\x18\xab\x60\xa5\x6b\ \x97\x53\x4e\xac\x6d\x6f\xfa\x76\x75\x12\x27\x50\x7c\x96\x28\x6c\ \xc6\xc8\x3d\xe1\x30\x88\xee\xb4\x1c\x47\x31\xee\x87\xcc\xd5\xb9\ \x2c\xc5\xf4\x7e\xdb\xf3\xef\xcb\x98\x64\x1f\x61\x52\xf3\xa1\x99\ \x2f\x26\x5b\x06\x74\xb6\xb4\xa5\x91\xd6\xce\x24\xd6\x17\xf5\xc4\ \x6d\xbd\xb3\x73\x59\x5c\xb8\xbd\x73\xda\x17\x0b\x1c\xb0\x5a\xd3\ \xd7\xde\x4f\x3d\x16\x8d\xbd\x0f\x2e\xf6\xc5\xb7\x37\x1f\x47\x61\ \xe7\x4c\x80\x6e\x29\xfc\xd8\x57\x8f\x00\x63\xbe\x0c\x98\xce\x0a\ \x38\x38\x56\x70\x58\xf4\x69\x57\xd0\xce\x18\xcc\x2a\x5b\xc7\x0f\ \x18\x68\x5a\x5e\x08\xb8\x07\x63\xcf\x7a\x9e\x83\x33\x6d\xa9\x71\ \x57\x28\xb5\x91\x98\x31\xfd\xbe\xd4\xe2\x10\x0d\x59\xd0\x25\x7a\ \x2c\x28\x80\xd3\xdb\x56\xb1\xb6\xea\xb5\x23\x2a\xc3\xc4\x5a\x22\ \x8c\xbb\x71\xb7\x2f\x8e\x25\xd0\xdd\xda\xf4\xf1\xa6\xe8\x5e\xa0\ \x25\x7e\xdf\x25\x95\xd9\x20\x93\xd2\x6d\x23\xd5\xb1\x47\xff\x53\ \x56\xea\xf0\x04\x00\xd2\xbf\x63\x97\x5d\xca\x11\x9b\xcb\xfd\x0b\ \x3e\x06\x6e\x60\xed\x79\xf2\x9c\x69\xb9\x5c\xc2\xc7\xf7\x7e\xa4\ \x10\xc6\x64\x2f\xc1\x75\xb9\xca\x12\x53\xda\x5f\x15\xaa\xcd\x7a\ \x3b\xda\x61\xc7\x49\xbc\x52\xa5\x4f\x85\x69\xb4\x49\xa5\xe8\x87\ \x4f\xb9\xc6\x58\x07\x92\x9f\xf8\xac\x8b\x39\xc1\x06\x4a\xad\x2e\ \x26\x30\xe7\x80\xbc\x29\x46\x57\xaa\xfe\xd1\x59\x67\x60\xec\x28\ \xcd\x26\x07\xeb\x6f\x4b\x43\x2a\x25\x7f\x5a\x49\xd3\x9a\xdc\x4d\ \xbd\xd1\x38\xd8\x46\x48\xd1\x7f\x30\x46\x4c\x47\x6a\xca\x31\x5b\ \x6a\x87\x4b\x6a\xbc\x28\x0f\x13\x72\x0b\x8e\x7f\x40\x7a\xac\x45\ \x88\xad\x29\x38\xe0\xc3\x41\x11\xec\xbf\x49\xce\x2e\xd3\xee\x58\ \x99\x52\xd0\x30\xb7\x3c\x1c\xf6\x29\x68\x96\x8d\x8b\xe3\x8b\x0a\ \xa0\x8d\x44\x78\x93\xaf\x55\x72\xb9\xad\xe4\x77\x26\x02\x93\x1a\ \xbb\x14\xce\x75\x02\x81\x78\x38\x21\x4a\xa6\xe6\x1a\x01\x1e\xc2\ \xca\xbd\x2c\xd7\x9a\x40\x90\xc0\x53\x36\xc9\xd6\xd2\xa7\xe5\xf6\ \x34\x99\xb4\x87\xe1\x83\x1d\xf3\x2e\xa8\xe6\xd0\x77\x88\x86\xe1\ \x39\x9d\xef\xd9\x3a\xc2\x37\x06\xd0\xcd\xd6\xd6\x0a\x42\x64\x85\ \x65\x15\x8e\x16\xca\xf9\x34\xaf\x0c\xcb\xbb\x7d\x3c\x8e\x10\xda\ \x84\xdc\xd3\xf2\x0e\x07\x9d\x05\xdc\x34\x3c\xb3\xf1\x8a\x8e\xa0\ \x60\x78\x2a\xd7\x1c\x0a\x03\x58\x74\xdb\x07\x29\x9d\x09\x31\xf6\ \x02\x7c\x2f\x08\x0f\xeb\x0b\x46\x22\x44\x50\x13\x7b\x09\x16\x39\ \x70\x7a\xf0\xbe\xe8\x52\x25\x88\xe7\x13\xb0\xf6\xd9\x67\x06\x17\ \x50\xe6\x0c\x0e\x26\x9e\xa6\x45\x8f\xa9\xa1\x5d\x59\x91\xab\x03\ \x1f\xe5\x35\xec\x77\x86\xd5\x85\x42\xc1\x11\xc1\x95\x53\xd6\x76\ \xdb\xae\xfa\x9e\x4b\xe7\x35\xb8\x82\x53\x40\x1c\x52\x46\xd7\x10\ \x83\x91\x1d\x9a\x98\x64\x59\xcd\xf6\x7a\xd6\x43\x40\xc1\x63\x78\ \x5a\xf7\xde\x55\xd1\x69\xde\x80\x7a\x94\x5e\x77\x37\xa1\xc4\x35\ \x22\xd1\x5c\xfc\x00\xa3\x1a\xb7\x89\x4f\x94\xf5\xbe\x22\x21\xb6\ \xa6\x45\x8b\x96\x40\x0a\xcc\xbb\x15\xfd\xc8\x75\x4b\x30\x39\x45\ \x20\xee\x82\xd8\x60\xda\xf9\x38\xef\x25\x01\xdf\x18\x73\x08\xd6\ \x02\x3e\x25\xdc\x99\x23\x33\xca\xc9\x02\x2f\x1c\x09\x20\xcf\x0a\ \x23\xb7\x29\x87\x0c\x74\x14\x00\x26\x18\x19\x44\x3e\x76\x03\x79\ \x80\xa0\xdd\x27\x6b\x61\x12\xac\xc3\xf6\xbb\x10\x10\xff\xa0\xdb\ \x04\x1a\xf9\xd0\xf7\xb5\x49\x20\xba\x27\xb7\x5a\x00\xcb\x04\x71\ \x61\xc0\x23\x93\x89\x28\xb6\x05\x46\x0c\x32\x9e\x86\x8b\x2f\x28\ \x17\xd6\xe4\x76\x80\xdd\xf5\xd7\xba\x44\x93\x8e\x76\x89\x5f\x14\ \x8e\x17\xf3\xf1\x47\x75\x74\x25\x24\x02\xb1\xba\x36\xa2\x3d\x9f\ \x56\xf8\xb4\x54\x7e\x21\x32\x07\x9b\x22\x8f\xe9\x92\x42\xf1\x32\ \x4f\x9e\x32\x78\x01\xc5\x86\x43\x03\x6f\xd0\x30\x42\x8b\xa1\xfe\ \x90\xf1\x0d\x0b\x1f\xa9\x6c\x0a\xc3\x20\x50\x36\x5f\xa7\x04\xd6\ \x04\xaa\x7e\xe4\xc9\xbe\xa3\x2c\x3b\xe8\x3e\x38\x15\xa1\xc6\x8a\ \x2c\x18\x8f\x5a\x97\x9d\x15\x47\x8b\x61\x13\xd8\x0a\x76\x59\xc5\ \x93\x19\x12\x28\x03\x98\xc0\x20\x8a\x2f\x76\x78\x84\x5a\xe8\x02\ \x6e\x96\x9a\x8a\xa1\x22\xd4\x41\x23\xda\x19\xd1\x0c\xa7\x46\xfa\ \x61\x6e\xd1\xb1\x37\xc3\xd7\x78\x34\xd0\xda\x89\x71\x30\x69\x7d\ \x8e\x05\xb6\xb6\x04\x83\xab\x43\x92\x40\x2e\x27\x18\x35\x67\x4b\ \x5c\x0f\xb7\x86\x67\xcb\x21\x93\xb1\xa6\x95\xb9\x08\x1e\x41\x96\ \x99\x9b\x68\xa1\xab\x04\x9a\x71\x2e\x96\x47\x71\x86\x32\x84\x7f\ \x09\xa3\x10\x94\x0c\x50\x2c\xe7\x07\xd3\x8f\x29\xf8\x16\xd1\x04\ \x37\x7e\x2f\xca\xb4\x08\x34\x08\xd6\xf3\x0d\x2d\xd8\x02\x9f\xbd\ \x2b\xd8\x7b\x98\x95\x60\x79\x24\x8a\x35\xe7\x1c\x7a\x7c\x99\x27\ \x79\x97\x2c\x45\x36\xb2\xc6\xcc\xfd\xf0\x30\x26\xca\x29\x0a\x0b\ \x0b\x59\x09\x2a\x34\x0b\x29\x0c\x97\x12\x61\xa8\x84\x36\xd4\xf2\ \xc5\x9d\x58\xf6\x23\x01\x08\x40\x18\xe0\xf4\x31\x89\x48\x1d\x87\ \x73\x87\xab\x66\x7f\x31\xd3\x82\x40\xe4\x2c\x2c\x5c\x4e\x18\x56\ \x03\x94\x37\x50\x16\x0c\xc2\x0d\x43\x59\x04\x5a\x5a\x1e\x0d\x01\ \x8e\xc9\xa5\xb2\x23\xc4\x9c\xc8\x44\x74\x9c\xca\x8e\x80\x2a\x30\ \x69\xa4\x46\x10\x98\x71\x4d\x44\x8b\xbb\x60\x0b\x5b\x60\x9a\x93\ \xe3\x26\xc1\x53\xf2\xbd\xa2\x48\xbb\x13\x7d\xd9\xb8\x90\x30\x25\ \x47\x53\x86\xcd\x52\x64\x74\x90\x61\x9a\x58\x64\x80\x4c\x3d\x4f\ \x8c\x95\x8e\xca\x20\xc4\x32\x85\x55\x88\xa1\x18\x60\x81\x08\x36\ \x02\x20\x12\x01\x8e\xc3\x64\x81\x08\x41\x9b\x60\xd2\x05\x4f\x07\ \xac\x38\x63\xeb\xe9\x4e\x0a\xa0\x58\xae\xda\xe2\x58\x88\x6d\x2c\ \xed\x9c\x1a\x40\x0b\x19\xf6\xc7\x01\xac\x22\x2b\xef\xbc\x1c\x1a\ \xa5\xcb\x43\xfd\xba\x64\x47\x3b\xe5\x5a\xdf\x39\xda\xa5\xf5\x87\ \x59\xf3\x49\xc3\xe6\xec\xdb\xc0\x4e\x22\x43\x15\x98\x71\x0b\x08\ \x30\x7c\xc9\x40\x33\x27\xfb\xfd\xbe\x10\x76\x68\xfa\xba\xc6\xef\ \xa5\x2f\xa5\x85\x87\x22\x83\x43\xbd\xb7\x87\xa5\xfa\x12\xa4\x58\ \x20\x8e\x0c\x85\xfe\x36\xc5\x92\xe6\xd8\xe2\x88\xa0\x93\xc5\xb1\ \x3b\xc0\xec\xa1\xba\x46\x6d\xf1\xeb\xd8\x63\xa3\xd4\x0c\xc2\x99\ \x77\x02\x24\xf3\xd0\x59\x3a\x2e\xec\x1b\x74\x96\x4b\x80\x05\x76\ \x54\x0e\x80\x69\xcb\x9b\x4f\x6d\x53\xe6\xcd\x68\x12\xf9\x22\x8f\ \x73\x86\x21\x23\xba\x8f\x88\x5b\x4a\x1b\x49\x26\xb4\x11\x29\x9c\ \xff\x81\x04\x23\xc0\x40\xb4\x87\xe0\xe8\x04\x94\x41\xd6\xce\xd2\ \x40\x8c\x31\x09\x05\xa0\x48\xd1\x8d\xf6\x81\x59\x09\x89\x0f\xb6\ \x69\x70\xf9\xc0\x7e\xe5\xaf\xdc\x2f\x09\x7c\x8b\x0c\x1b\xf6\xfb\ \xed\x57\xfe\xff\x7e\xf5\xce\x99\x9b\x3d\x98\x30\xe8\xab\x47\x02\ \x80\x3b\xe1\xf2\x83\x95\x02\x8e\x11\xac\x61\x21\x7b\x5f\x2b\xe0\ \x9b\x08\xfb\xb7\x15\x3e\x1d\xd6\x29\xb7\xef\xce\xef\x1b\x6f\x5f\ \x9f\x77\x5f\x17\xad\xc0\xd2\x1e\x9f\xc0\xdf\xad\x00\xc9\x37\x0d\ \x20\x3a\xef\x99\x96\x00\xc2\x22\x32\xce\x08\x57\x95\x49\x29\xcb\ \x22\x86\x4e\x0c\x52\xf8\x06\x55\x2d\xb1\x9c\x4d\x01\x4e\x15\x32\ \x70\x96\x51\x80\xd0\x75\x30\xb2\x65\x8d\x2e\x78\x78\xe2\x3e\xdf\ \x37\x8a\x88\xa6\x99\x13\x80\x74\x78\x92\xe5\x40\x90\x0f\x26\x3b\ \x42\xa6\xf4\x3e\x16\x34\x37\x12\x31\x46\x66\x50\x6a\x91\xf2\xa6\ \x04\x99\xcf\xd8\xf2\xc0\x40\xd5\xe0\x59\x1f\x28\xcb\x08\x52\x12\ \x07\x75\xc6\x6e\x62\xd5\xa4\x8c\x55\x28\xa2\x0a\x60\x00\x88\xe0\ \x54\x10\x01\x43\x96\x15\xee\x22\x51\x91\x90\x79\x24\x64\xcb\x08\ \x73\x79\x1e\x1a\x22\x47\x75\x54\x7d\x97\x19\x31\xb3\x8e\xe8\xd8\ \x1d\x82\x00\xa5\xe3\xf0\xf0\xb5\x99\xfd\x70\x76\x09\x12\x9b\x4a\ \x14\x64\x10\x7c\xb3\x5c\x99\x12\x22\x9d\x12\x2d\xd1\x35\x45\x24\ \xde\xca\x31\x4c\x1b\x54\x41\xd1\x90\xa3\x70\xad\x48\x5b\xac\xa1\ \xc3\x8e\x5c\x4d\x29\x87\x5a\xf4\x16\xe8\xd7\x13\xdf\x80\xcc\x7c\ \x12\xf1\x13\xa2\xab\x04\x59\x86\x4b\x46\x36\x57\xde\xc3\x45\x14\ \xe4\x18\x42\x21\xe7\xc4\x92\x98\xa6\xc0\x93\x6a\x56\x69\xfd\x3a\ \xdf\x0c\xe2\x6b\xcd\x80\xc2\x58\xf6\x17\xc5\x66\x04\x49\xa5\x82\ \x95\x2d\xd6\xc4\x98\x00\xc1\x92\x49\x2c\x2e\xa0\x63\x69\x63\x02\ \xa6\x5f\x25\x68\x47\x3a\x87\xd8\xc2\xb6\xe5\x5a\x44\xef\xd8\x95\ \x50\x0a\x08\xf0\xf8\x70\xb3\x9e\x25\x50\x58\x12\x6c\x20\x36\x8f\ \xc5\x8d\x9f\xee\x65\x46\x1b\xf4\x60\xc7\x73\x79\x95\x09\x1b\x03\ \xaf\xdf\xda\x31\x8f\xd9\x6a\x29\xd7\x62\xb4\xc4\x44\xb5\x5f\x49\ \x53\x45\x5c\x82\x18\x24\xc2\xe6\xba\xd4\x3a\x10\xda\xb9\x62\x92\ \x8d\x47\xb4\x81\x1f\xcc\x52\x99\x22\x21\x36\x72\xc5\x0c\x31\xac\ \x83\xdd\x29\x32\xe4\xbc\x92\x32\x78\xe9\x6b\xa4\xb2\x88\x60\x00\ \x24\xb3\x43\x06\x4d\xc8\xa1\x60\x8f\xc0\x25\xee\x01\x5c\x38\xa6\ \x06\x19\xd6\x81\x99\x39\x6e\x15\x32\x11\x84\x78\x58\x0e\x78\xea\ \x40\x60\x5a\x32\x2c\xc6\x16\xda\x20\x10\x35\x0e\x79\x2e\x12\x44\ \x88\x80\x3e\xa9\xc4\xaa\xb4\xe7\x18\x8e\x9b\x80\x00\x78\x5c\x22\ \x3d\x6e\x39\x0b\x2a\x08\x5b\xbc\x94\x4a\x91\x89\x04\x9a\x32\x57\ \xea\x8c\x25\x0f\x14\x66\xc1\x94\x05\xd6\x2a\x7d\x69\x87\x60\x45\ \x4a\x3b\x64\x69\x4c\x2d\xcb\xcb\x87\xa1\x6d\xc6\xd7\x10\x83\x6d\ \x1f\xc5\xed\xb6\x64\x04\x03\x0c\xba\x6e\x8d\xea\xc6\xa4\x1e\xd8\ \xa5\x27\xea\xd2\xfc\x4f\x87\x2f\x38\xe1\x40\xc6\x88\x39\xdc\x2d\ \xd4\x20\x28\x73\x2e\xfe\x61\xab\x88\x67\x2f\x3a\xc6\xcf\x6a\xda\ \x7a\xe5\xb6\x44\x88\x4d\xef\xfb\x4d\x6d\xaf\x04\x8b\x3e\x87\x48\ \x63\x06\x36\x93\xfe\x07\x37\x67\x3d\x2d\x4a\xe1\x6b\x12\x92\xb5\ \x01\x5f\xca\xe8\xdb\x72\x60\x2a\xf7\xdb\xfd\x3a\xe7\x7f\x41\xbd\ \x79\xf1\x1f\x85\xff\x1f\xfc\ \x00\x00\x0f\x34\ \x00\ \x00\x38\x3d\x78\x9c\xed\x5b\xcb\x6e\xe3\xc8\x15\xdd\xf7\x57\x08\ \xee\xcd\x34\x22\x52\x75\xeb\x5d\xb2\xbb\x67\x31\x41\x82\x00\x13\ \x04\xc8\xcc\x20\x6b\xb6\x44\xdb\x4a\xcb\x92\x21\xc9\xfd\xfa\xfa\ \x9c\x53\xd4\x83\xb4\x64\x5b\x6d\x79\x3a\x98\x20\xd2\xc2\xe2\x65\ \xb1\x6e\xd5\xb9\xef\x5b\xf4\xc5\x8f\x9f\x6f\xa6\xbd\x8f\xf5\x62\ \x39\x99\xcf\xde\x9e\x49\xa9\xce\x7a\xf5\x6c\x34\x1f\x4f\x66\x57\ \x6f\xcf\x7e\xfb\xf5\x2f\x45\x3c\xeb\x2d\x57\xd5\x6c\x5c\x4d\xe7\ \xb3\xfa\xed\xd9\x6c\x7e\xf6\xe3\xbb\x57\x17\xcb\x8f\x57\xaf\x7a\ \xbd\x1e\x1e\x9e\x2d\x87\xe3\xd1\xdb\xb3\xeb\xd5\xea\x76\x38\x18\ \xdc\xde\x2d\xa6\xe5\x7c\x71\x35\x18\x8f\x06\xf5\xb4\xbe\xa9\x67\ \xab\xe5\x40\x4a\x19\x9c\xed\x86\x8f\x76\xc3\x47\x8b\xba\x5a\x4d\ \x3e\xd6\xa3\xf9\xcd\xcd\x7c\xb6\xcc\x4f\xce\x96\xaf\x5b\x83\x17\ \xe3\xcb\xed\xe8\x4f\x9f\x3e\x95\x9f\x4c\x1e\x24\x29\xa5\x81\xd2\ \x03\xad\x0b\x8c\x28\x96\x5f\x66\xab\xea\x73\xd1\x7d\x14\x6b\x3c\ \xf4\xa8\x56\x4a\x0d\x70\x6f\x37\xf2\xb8\x51\xc3\xcf\xd3\xc9\xec\ \xc3\x83\x8b\xc9\x77\xf3\xe8\xc9\xf8\xed\x19\x9e\xd4\xf9\xe2\xba\ \x9e\x5c\x5d\xaf\x80\xac\xcf\x97\x9f\x26\xe3\xd5\xf5\xf6\xaa\x83\ \xfb\x3b\x50\x2e\x6e\xea\x55\x35\xae\x56\x15\xef\x36\x33\x6d\x28\ \xde\xe6\x11\x18\x83\x0d\x0f\xff\xf9\xe7\xbf\x34\x57\xb8\x1e\x8d\ \x86\xff\x9a\x2f\x3e\xac\x2f\xf1\xe1\x80\xea\xfd\xfc\x0e\x6c\xcf\ \xde\x6d\xc9\x17\xe3\xd1\xf0\x72\xbe\xb8\xa9\x56\xef\x26\x37\xd5\ \x55\xcd\xdd\xfd\x09\x3b\xbb\x18\xec\x6e\x74\x06\xaf\xbe\xdc\xd6\ \xbb\x49\x9b\x69\x17\xf5\x72\x7e\xb7\x18\xd5\x07\x05\x3e\x1e\xdd\ \x4c\xf8\xd0\xe0\x97\xd5\x64\x3a\xfd\x1b\x99\x9c\xf5\x06\xdb\x75\ \x0e\xd6\x0b\x5d\x6f\x63\xd0\xda\xc7\xc5\x60\xb3\xcd\x7c\x35\xae\ \x2f\x97\x3b\x04\x78\xb5\xdd\x3c\x50\xae\xab\xc5\x5f\x17\xd5\x78\ \x02\xdd\xda\x2c\x8f\xc3\xba\x77\xac\xf8\xb8\xdd\xfc\xc5\x72\x35\ \xbf\xdd\x6d\x65\x7e\x79\xb9\xac\x01\x8e\x3a\xdb\xd1\x96\xab\x2f\ \x53\xec\x8a\x03\x8b\xd1\x7c\x3a\x5f\x0c\x5f\xd7\x75\x7c\xef\xe3\ \x79\x26\xcd\x6f\xab\x11\xf6\x36\x94\xf3\xd6\x33\x59\xd0\xb8\x6b\ \xbc\xd3\xed\x8d\x1e\xe6\x26\x8f\x73\xab\x82\x8c\x4d\x75\x04\x37\ \x2b\x61\xc7\xed\x62\xd0\xdd\xf6\xa3\x28\x5d\xad\xaf\x7f\x5d\x54\ \xb3\x25\x25\x0e\xed\xaa\x56\x8b\xc9\xe7\x1f\x54\xbf\x50\xa5\x91\ \x64\x6d\x68\x7e\x19\xe3\x74\x5f\xf5\xc5\x95\xce\x8b\x0d\xb6\x2f\ \xa6\x54\xd1\xc5\xf0\xe6\xec\xfe\x6c\xbf\xcd\x26\x2b\x98\xd0\xdd\ \xb2\x5e\xfc\x82\x75\xd7\xff\x98\xfd\xb6\xac\xb7\xa3\xb2\x59\x0c\ \xaf\x17\x35\xcc\xf8\xf5\x01\x11\x3d\x2c\x41\x63\x82\xdd\xde\xfe\ \xa2\xdf\x9e\x69\x55\x06\x95\x9c\xda\x01\xf9\x19\x54\x55\x46\x71\ \x41\x8b\x4f\xbb\xc1\x72\x70\x30\xa9\x11\x7b\xb3\xc1\xa4\x1d\x80\ \xdf\x0c\x55\x29\xda\x6a\xd1\x11\xf0\xe0\x5b\x4a\xf4\x26\x45\xc1\ \x2f\x6d\x8c\xe8\xd4\x2f\x4c\x99\x92\x0a\x36\xea\x17\xc4\x4a\x6b\ \x71\x45\x2a\xd4\x23\x78\x45\xad\x7d\x07\x2f\x51\xb6\xd4\x51\x4c\ \x17\x2f\xc7\xe5\x89\xe9\xa2\x15\x43\x19\x93\x4b\xba\x03\xd6\x76\ \xe4\x09\x58\x39\x67\x5d\x08\x69\x8d\x95\x71\xc9\x39\xe5\x5c\xbf\ \x90\xd2\x27\x11\x6b\x7c\x5f\x28\x11\xaf\xdc\x4b\x6a\x96\x37\x2a\ \x15\xf2\x38\x56\xa6\x83\x95\x71\x84\x4a\xbb\x0e\x54\xda\x96\x3e\ \x06\xd7\x41\x6a\x7f\x20\x88\xa1\x54\x1e\xa4\xdf\x01\x27\x5d\x8a\ \xd1\x46\x11\xa6\x00\x59\x28\x67\x5f\xd2\x00\xb5\xf1\x85\x7a\x0a\ \x28\xd5\x05\xca\x94\xc1\x45\xef\x43\x07\x29\xd1\x25\x34\x34\xb6\ \x41\x25\x56\xa1\xd4\xca\x45\xe9\xda\x20\xc7\x86\x60\x45\x9f\x82\ \x97\xb7\x4e\xbc\x98\x35\x5e\x29\xa4\xe0\x92\xa5\x0d\xba\xa8\xbc\ \xed\x17\xbe\x0c\x1a\x5e\xc1\xbb\x17\x84\xcb\xd8\x68\x0b\xfd\x84\ \x0d\x4a\xe8\xc0\xe5\xcb\xe8\xad\x0f\xd2\x85\x8b\x68\x59\xaf\x63\ \xd7\x08\x05\xa6\xa0\x55\x67\x2c\xa8\xd0\x41\x18\xb2\x4a\x61\x07\ \x17\x99\x55\xd3\xe3\xe1\x42\xfe\x15\x7c\x50\x2a\x42\x8b\x94\x09\ \x3e\xf9\x48\x2f\x8f\x1f\x14\x04\xfc\x7c\x19\x83\x36\xda\x59\xc9\ \x03\xbc\x71\xd1\xd1\x8d\xe1\xae\x38\xed\x5f\x10\xc2\xa0\x1c\x35\ \x2e\x75\x20\xec\x6e\x07\x10\xee\x8c\xeb\xf2\x0b\xc1\x32\x22\xc1\ \xc9\xce\xb9\x5d\x7e\x26\x2c\xc8\xba\x0c\xf6\xb4\xa5\x2e\x68\x87\ \x29\x7f\x76\x13\x8c\x0e\x4e\x30\xea\x4c\xf0\x6c\x5c\x19\x0a\x82\ \x8a\x09\x5e\x0c\x70\x2a\xc5\xa8\x90\xa4\x9f\x4a\xab\xa0\x8d\x26\ \xd6\x05\x55\x52\x20\xeb\x04\x23\x86\xd3\x83\x7e\x22\x54\x58\xa0\ \x2f\xb6\x74\xc8\x30\xfd\x8b\x9a\xb3\x32\xae\x70\x8f\x43\x2b\x5d\ \x68\x95\x2f\xad\xf6\xa2\x3b\xd0\x8a\x85\xb3\xb1\xde\xfb\x0e\xb4\ \x11\x16\x15\xc5\xdf\x83\x76\x6f\x82\x51\x67\x82\x13\xa0\x55\x1e\ \xcc\x54\xd4\xd9\xc4\x09\xaf\x77\x26\x88\x67\xe8\x80\x0e\x03\x39\ \x68\x73\x28\x9d\x46\x3a\x94\xbe\x2f\x88\x2d\x9d\x23\x88\x92\xa4\ \x8c\xce\xea\x78\x0f\x44\x5d\x7a\xdd\xd6\xe5\x07\x41\xdc\x9f\x60\ \xd4\x99\xe0\x04\x10\x4d\xf3\xd1\x9b\x5c\x05\x4c\x5c\x10\xe9\xfb\ \xd2\xd5\x45\xe8\x47\x28\x2d\x3e\xf2\x92\x5e\xd2\x1b\x51\x45\x2c\ \xf4\xe3\x10\x76\xf5\xd0\x76\x15\x50\xdb\x36\x68\x5a\x3a\x68\xd9\ \xae\xae\x61\xec\x29\x4a\x46\xed\x81\x62\x65\x05\x13\x13\xa3\x49\ \x88\x29\x40\xc5\x98\xe8\x63\xe4\x4f\xc3\xd8\x62\x1d\x47\xc0\x41\ \x26\xe5\x55\x4e\x91\x03\xd2\x25\x27\x2f\x9a\x0f\x47\x51\x8f\x2a\ \x9e\xa4\x7b\x8a\x67\x4d\x19\x35\x1c\x5b\x57\xf1\x74\x80\xbf\x0b\ \xc6\x1c\xa1\x78\x7b\x13\x8c\x3a\x13\x3c\x11\x9f\xf7\xc3\xdf\x56\ \xf6\xa7\x15\x5e\x97\xf9\x73\xaf\x14\x3a\x50\x09\x81\x9d\x2e\x7c\ \x71\x7a\xed\x75\x88\xa1\x3a\xcc\xd0\x82\xa1\x7a\x5e\xf9\x75\xa0\ \xc4\xd9\x64\x14\xa7\xe1\x95\x3c\xbf\x4f\xe3\x05\x76\x40\xab\xb0\ \x27\xe3\xf5\xde\xf2\x7b\x14\xc3\x88\x70\xff\xcc\x72\x75\x1f\xaf\ \x6d\xfa\x70\x62\x61\xef\xf9\x7d\x7a\xf9\x8c\x32\x05\x04\x7e\x32\ \x5e\xa3\xc8\xef\x51\x0c\x81\x16\x12\xf2\x17\xc2\x6b\x5b\x35\x9e\ \x86\x57\xa8\xf8\x7d\x7a\xf9\x1a\x55\x15\xcc\xe3\x74\xfd\xb2\x81\ \xdf\x63\x18\x0a\xea\xbc\x97\xd3\xaf\x75\xf0\x3f\xd1\x7b\x39\x7e\ \x9f\x5e\x3c\x98\x85\x22\x3e\x8d\x95\x2a\x6d\x50\xda\x39\x17\x9f\ \xd0\xea\xc0\xef\x51\x7c\x53\x11\x8e\xe1\xeb\x13\x0c\xd8\x19\xfd\ \x38\xdf\xac\xdb\xa3\x63\xf8\x5a\x69\xb9\xce\x47\xf8\x46\xc3\x6c\ \xa8\x95\x7f\x1e\xe4\x3b\xce\x9f\xa3\xf8\x9a\x17\xd0\xc9\x2a\xf2\ \x7b\x14\x3b\xd7\x12\xeb\x89\x1a\xb9\xee\x64\x9c\xa6\x91\x39\xc9\ \x53\x47\xc5\xd3\xa3\x24\xf4\x54\x74\xc8\x9f\xa3\xa2\xa9\x69\x29\ \xe2\xa9\xb6\xbb\x69\x66\x9c\xda\xf4\xe5\xe7\x08\x31\x6b\x13\x11\ \x1b\x4e\xd7\xab\x43\x0c\x0f\xa1\x65\xb5\x55\x85\x29\xd2\x4b\xe1\ \x95\xb3\xcd\xef\xe3\xe9\xc0\xea\x28\x7f\xa3\x9d\x42\x36\x9a\xc2\ \xcb\xf8\x39\x70\x4d\xdf\xdf\xcb\x45\x11\xf9\xfe\x3e\x0e\x5c\xcd\ \x77\xf3\x70\x60\xe6\x9e\xa7\x85\x2f\xde\xc5\x3f\xa2\xc6\xfb\xdd\ \x4e\x36\x0e\xa4\xf3\xde\xed\xe4\xf9\xd4\xc1\x47\x03\xe0\xc5\x80\ \xa7\x5b\xf9\xd7\xd5\xab\xed\xb4\x57\x70\xc4\x9b\x24\xf7\xe2\xb6\ \x5a\x5d\x6f\x26\x5d\x4b\xed\x72\x32\x9d\x0e\xef\x16\xd3\x1f\xee\ \x57\x90\x5a\xfb\x37\xe7\xbc\xdb\x3a\x42\xca\x97\x8b\xbb\x69\x3d\ \x9c\xcd\x67\x5f\xeb\xc5\x1c\x12\x5e\xcc\x3f\xd4\xc3\xd7\xc6\xe1\ \x1b\xd6\x97\x45\x3e\x9a\xc4\xf8\xf5\x25\x67\x1e\x55\xb7\xc3\xf7\ \x77\xab\x55\x9b\xf6\xef\xf9\x64\x36\x5c\xcc\xef\x66\xe3\x0d\xf5\ \x66\xb2\xaa\x17\xd3\x09\xfe\x0c\xed\x86\xb6\x63\xbf\x26\x8c\xab\ \xe5\x75\xb5\x58\x54\x5f\xb8\x8a\xba\x4d\x6d\xb4\x73\xa8\xce\x6f\ \xaa\xc5\x87\x7a\xd1\xdc\xff\x38\x59\x4e\xde\x4f\xa6\x9c\x22\xff\ \x9c\xd6\xe7\xe3\xc9\xf2\x76\x8a\xe7\x27\x33\x2e\xe3\x7c\xfe\xb1\ \x5e\x5c\x4e\xe7\x9f\xb6\xf7\xeb\x59\x85\x3f\xc5\xfb\x6a\xf4\xe1\ \x2a\xaf\x6f\x58\x8d\x46\x77\x37\x77\xd3\x6a\xd5\x15\xda\xa2\x1e\ \xad\x74\x4a\xba\xd5\xe6\xe1\x39\x6b\x0f\x2a\x61\x53\xd0\xa6\x2f\ \xba\x74\xbd\x51\x8f\xea\x82\x9c\xc5\xbb\x3e\xae\x8d\x53\x26\x92\ \x04\x88\x4d\x02\x25\x45\x93\xb4\x23\x25\x84\x20\x3e\x74\x48\xc8\ \xbb\x43\x6e\x24\x18\x2f\xa1\x57\x44\x38\x99\x88\x9a\xba\xaf\x7a\ \x05\xd4\x0d\xf9\x1c\x67\x55\x1c\xe9\x52\x14\xb3\xfe\x0d\x1d\x55\ \xca\xf1\x31\x36\x0c\xf3\xd4\x36\xc5\x14\x79\x0c\xb0\x9e\xdb\xc2\ \x4e\xac\xc0\x47\xb2\x9b\x63\x12\x38\xf7\x84\x6c\x90\x08\xeb\xac\ \xdf\x2c\x91\x40\xb3\x65\xca\x5b\x51\xbd\xaf\x3b\x53\xfd\x36\x4d\ \x32\x8f\x68\x52\xfd\xb1\x9e\xcd\xc7\x1b\x0d\xe8\x88\xb4\x51\x23\ \x5d\x5a\x15\xd9\x8a\xd5\x27\x8a\x75\x4f\x72\x49\xac\xbf\x2f\x39\ \x0d\x23\x06\x0e\xd8\xad\xea\xeb\xde\xcf\x3d\xf6\xd7\x9d\xf3\x30\ \x79\x71\xcd\xcd\xc7\x51\xd8\xc6\x5d\xa0\x9b\x7b\x64\xe6\xfc\x11\ \x60\xd4\xb7\x01\xd3\xd9\x01\x99\x63\x07\xed\xfe\x58\xb3\x83\x66\ \xc5\xd0\xac\x2c\x3a\x7e\xa0\x81\xaa\xd1\x0b\x81\xee\x21\x2e\xb2\ \xf5\x69\x91\x77\x34\xaa\xb1\x4f\x94\x52\x49\x48\x58\x7e\x5f\x4a\ \xb1\x48\x1c\x0d\xd4\x25\x38\x6c\xc8\x43\xa7\x37\xa3\x42\x69\xb4\ \xd3\x1d\x52\x66\x13\x4a\x09\x88\x83\xca\xde\xbf\x38\x56\x81\xf6\ \xdb\xf8\xc7\xbb\xa2\x83\x40\x4b\x78\xd3\x55\x2a\xb5\x46\x26\xc6\ \xfb\x4e\xaa\xe3\x8f\xfe\xa7\xbc\x54\xfb\xb0\x04\xd4\xbf\x43\xca\ \x36\x26\x04\xc5\x2c\x3f\xef\x82\xa7\x00\x4b\xc7\x50\x96\xe8\xb9\ \x6c\xc4\xc7\xf5\x7e\x22\x11\xce\x64\x47\xc1\x75\xbe\x4a\x12\x62\ \xdc\x5d\x65\x55\x9b\xf6\xb6\x6a\x07\x89\x53\xf1\xf2\x81\x46\xcc\ \x9a\x46\x9f\x94\xfb\xa3\xf8\xe4\x6b\xf0\x6a\x51\x7e\xe6\xb3\x36\ \xa4\x08\x1f\x28\xa5\xb6\x21\x42\x73\x5a\xca\x1b\x43\xb0\xf9\x80\ \x24\x58\x63\x15\x9c\x1d\xa9\x49\x25\x6f\xdc\x7d\xaa\x8f\xf9\x74\ \x84\x5e\x52\x35\x2e\x77\xdd\x9a\x55\x16\xbe\x11\x54\xcc\xef\x95\ \x12\xd5\xa1\xaa\x7c\x22\x19\x1b\x76\x51\x2b\x27\x9a\xe7\x2e\xa9\ \x01\xc7\x3d\x40\x3d\xd6\x23\x84\xc6\x15\xb4\xf4\xa1\xd5\x2f\xfc\ \x6f\x2a\x67\x57\xd3\xf6\xbc\x4c\xee\xfd\xa8\x7b\x11\x0e\x72\xf2\ \x3a\xc9\x3a\xc4\x31\xf3\x81\xda\x48\x40\x34\x79\xae\x91\xcb\x7d\ \x23\xdf\x5b\x08\x5c\x6a\xe8\xaa\x70\x2a\x23\x14\x88\xe7\x38\xa2\ \xa9\xa9\xa9\x44\x2e\x8c\x0c\x7c\x47\x4b\xa5\x8e\x50\x10\xcf\x03\ \x49\x49\x48\xd9\x10\xd3\x52\x73\xf0\x4e\xb5\x87\xe3\x83\x1f\x73\ \xd6\x6b\x9d\x7c\xdf\xa2\x70\x40\xe4\xb4\xae\x67\xca\x80\xd8\xe8\ \xa1\x6e\xa6\x34\x46\x50\x4d\x68\x78\x56\x21\x37\x9f\x8f\xf2\x79\ \xa5\xd8\x09\xef\xe3\x71\x54\x1b\xca\xa7\x9e\xce\x49\x21\x83\x05\ \xc2\x34\x22\xb3\x72\x1a\x13\xc1\xc0\xf0\x54\x2a\xc9\x0a\x0c\x0c\ \xa6\xed\x43\x29\xad\xf2\x21\xf4\x3c\x62\x2f\x14\x1e\xde\x17\x1a\ \x89\x14\x41\xab\xd0\x8b\xf0\xc8\x9e\xcb\x43\xf4\xc5\x94\x48\x65\ \xc5\xf1\x09\x78\xfb\xe4\x12\x93\x0b\x18\x73\x82\x0e\x46\x1e\x3c\ \x06\x24\xbb\x1c\x97\x77\x64\x4b\xcf\x47\x79\x0d\xff\x9d\xe0\x75\ \x61\x50\x08\x44\x08\xe5\xa4\x35\xd3\x36\xbb\x3e\x70\x69\x9d\xf6\ \x36\xe3\xe4\x91\x87\x64\xee\xda\x07\xaf\x64\x8b\x26\x16\x99\x77\ \xb3\xb9\x9e\xf6\x90\x50\xf0\x8d\x05\x7a\xf7\xde\x4d\xb6\x69\xde\ \x80\x79\xe4\x59\xb7\x37\x61\xc4\x25\x32\xd1\x94\xe3\x00\xb3\x1a\ \xbb\xce\x4f\x34\x5b\xa3\x99\x42\x6c\x55\x83\x16\x3d\x81\x64\x98\ \xb7\x3b\xfa\x89\xfb\x16\xaf\x52\x0c\x40\xdc\x7a\x31\x5e\x35\xeb\ \xb1\xce\x49\x04\xbe\x21\x24\xef\x8d\x01\x7c\x9a\x70\x27\x72\x66\ \x96\x93\x04\x51\x38\x10\x40\x1e\xab\x06\x8a\x29\xf9\x04\x74\x34\ \x00\x8c\x70\x32\xc8\x7c\xcc\x1a\x72\x0f\x42\x23\x27\x63\xe0\x12\ \x8c\x85\xf8\xad\xf7\xc8\x7f\x30\x6d\xf4\x4c\xcb\xfb\x0e\x49\x3e\ \x14\xdd\x51\xb7\x1a\x00\xf3\x02\x71\xa1\xa0\x47\x2a\x11\x51\x88\ \x05\x4e\x0c\x34\xbe\x38\x20\x2e\xa3\x9c\xb5\x26\x35\x0c\xb6\xd7\ \xcf\x0d\x89\x2a\x1e\x1d\x12\xbf\x29\x1d\xcf\xee\xe3\x8f\x1a\xe8\ \x72\x4a\x04\xc5\xea\xfa\x88\xe6\x28\x5f\x23\xa6\xc5\xfc\x0b\x99\ \x39\xb4\x29\xf0\x44\x33\x6a\x18\x5e\xe2\x21\x5d\x82\x5e\xc0\xb0\ \x11\xd0\xa0\x37\x18\x18\x60\xc5\x30\x7f\xd0\xf8\x32\x8a\x0b\x34\ \x36\x0d\xc7\x20\x30\x36\x57\xc6\x08\xad\xf1\x34\xfd\xc0\x97\x20\ \x2c\x69\xc9\xc2\xf6\xa1\x53\x01\x66\xac\x45\x71\x3a\x63\x93\x45\ \x79\x49\x8f\x61\x22\xb4\x15\xda\x65\x34\x9e\x4c\xa0\xc0\x18\xa0\ \x09\x4c\xa2\xf8\x0e\x8c\x43\xaa\x85\x29\x10\x66\x69\xa9\x60\x15\ \x60\x0e\x3a\x60\x9c\x12\x9d\x10\xd4\xa8\x7e\x58\x5b\xb0\x9c\x4d\ \xf1\x8d\x27\xed\xe9\xed\x44\x59\xb8\xb4\x3e\x79\x41\x5b\x1b\x05\ \x43\xa8\x43\x91\x40\x5d\x8e\x70\x6a\xd6\xe4\xbc\x1e\x61\x0d\xcf\ \xe6\xf3\x38\x65\x54\x43\xb3\x01\x7a\x04\x5a\x62\x6d\xa2\xb3\xba\ \x8a\xa7\x1b\xe7\x66\x79\x6a\xa9\x48\x43\xfa\x17\xc1\x85\xa0\x24\ \x80\x62\xb8\x3e\xb8\x7e\x2c\xc1\x35\x88\x46\x84\xf1\x83\x28\xd3\ \x23\xd0\x21\xa0\x4e\x4e\xac\x3c\x94\x4b\xce\x66\xec\x1d\xdc\x8a\ \x37\x3c\x3d\xc6\x9e\x53\xf2\x3d\xbe\xf7\x14\x9d\x8d\x86\x24\x13\ \xd8\x8e\xa7\x3c\x1c\x9c\x89\xe6\x12\x85\x3d\x98\xa4\x09\x2a\x2c\ \x0b\x25\x0c\xb7\x12\xe0\xa8\x84\x3e\xd4\xf0\x1d\xa7\x90\xe5\x11\ \x01\x04\x20\xf4\x08\xfa\x58\x44\xa0\x8d\x23\xb8\x23\x54\x73\xbe\ \x90\xe8\x41\x40\xb2\x06\x1e\x2e\x45\xb0\xd5\x1e\xc6\xeb\x49\xf3\ \x0a\xe9\x86\x22\x2d\x00\x2d\x9d\x1f\xf5\x1e\x81\xc9\xc6\x2c\x11\ \x62\x4e\x64\x02\x26\x8e\x59\x22\x50\x15\xb8\x34\xaa\x86\x17\xb8\ \x71\x1d\x89\x16\xa5\x60\xb2\xb6\xc0\x35\x47\x4b\x21\x21\x52\xf2\ \x15\xac\x40\xbf\x13\x5c\x16\x9c\x8f\x58\x92\xa5\x2b\x83\xb0\x34\ \x2a\x3a\xd0\xb0\x4c\x6c\xd2\x83\xa6\x1d\x0f\xd7\x35\x03\x95\x42\ \x8a\xa5\xb2\x56\x21\x87\x62\x82\x05\x45\x30\x01\x00\x51\x11\x10\ \x38\x54\x12\x90\x90\xb4\x09\x16\x9d\xf1\xb4\xc0\x8a\x2b\x36\x8e\ \xe1\x24\x03\x8a\xed\x6a\x93\x03\x0b\xb1\x0d\x79\x9c\xd5\x0a\xd0\ \x82\x06\xf9\x58\x80\x95\x69\xf9\xf5\xa0\xb6\x53\xba\x6a\xdb\xd7\ \x15\x27\xda\x1a\xd7\x6a\xaf\x43\x42\xef\x0f\xb7\xe6\xa2\xf6\xeb\ \xd7\x04\x14\xfc\x24\x2a\x54\x81\x1b\x37\x80\x00\xec\x73\x05\x9a\ \xb8\xd8\x37\xbb\x9e\x61\xdb\xf5\x75\x9d\xdf\x6b\x97\x5b\x0b\x0f\ \x65\x06\x6d\xbb\x37\xed\x53\x8d\x9c\xa4\x18\x20\x8e\x0a\x85\xf1\ \x36\x86\x5c\xe6\x98\x1c\x88\x60\x93\x39\xb0\x5b\xc0\xec\x60\xba\ \x4a\x9b\x1c\xd7\x21\x63\xa5\x69\x19\x84\x33\x6d\x09\x28\xe6\x61\ \xb3\x0c\x5c\x90\x1b\x6c\x96\x5b\x80\x07\xb6\x34\x0e\x80\x69\xf2\ \x4b\x62\xcd\x50\xd6\xcd\x18\x12\xf8\xce\x93\xb5\x8a\x29\x23\xa6\ \x0f\xc8\x5b\xf2\x18\x89\xca\x37\x19\x29\x82\x7f\x8b\x02\x0e\x70\ \x10\xcd\xfb\x02\x98\x04\x2a\x83\xaa\x9d\xad\x81\x10\x42\x14\x12\ \xa0\x22\xd9\x36\x9a\x07\xa6\x39\x25\x6e\x89\x69\x70\xf5\x80\xbc\ \xd2\x33\xe5\x25\x9e\x2f\xdc\x41\x60\xbf\x9f\xbc\xd2\xff\xe5\xd5\ \xbb\x60\x6d\xf6\x60\xc1\xa0\xcf\x1f\x49\x00\xf6\xd2\xe5\x07\x3b\ \x05\xe4\xe1\x8d\x62\xcf\x7f\xd7\x2b\xe0\x4b\x1b\xbb\x17\x3b\x3e\ \xb7\x5b\xba\x9b\x7f\x34\xd8\x0d\xde\xfc\xaf\x81\x7d\x5e\xb6\x02\ \x4f\x7b\x7c\x01\xbf\xdf\x01\x92\xef\x9a\x40\x74\x5e\xc9\xcd\x09\ \x84\x41\x66\x9c\x90\xae\x6a\x16\xa5\x6c\x8b\x28\x06\x31\x50\x11\ \x1b\xb4\xd6\x39\x97\x33\xd1\x23\xa8\x82\x06\x9d\x65\x16\x20\x0c\ \x1d\xcc\x6c\xd9\xa3\xf3\x0e\x91\xb8\xcf\x57\xb3\x02\xb2\x69\xd6\ \x04\x50\x3a\x3c\xc9\x76\x20\x94\x0f\x2e\x3b\x80\xa6\x19\x7d\x0c\ \xd4\x5c\x49\x00\x8f\xc4\xa4\xd4\xa0\xe4\x8d\x11\x34\x97\x20\x72\ \xcf\x44\x55\xe1\x59\xe7\x49\x4b\x48\x52\x22\x99\x5a\x65\xd6\xb9\ \x6a\xd4\xcc\x55\x48\xa2\x09\x80\x01\x48\x08\x2a\xc8\x80\x41\x4b\ \x1a\xe1\x22\xd2\x90\x50\x79\x44\x54\xcb\x48\x73\x79\x74\xec\x03\ \xb9\x5a\x9a\xbe\x4d\xcc\x98\xd9\x47\xb4\x9c\x0e\x49\x80\x66\xe0\ \x70\x88\xb5\x89\xf3\x70\x75\x11\x14\x13\x73\x16\xa4\x90\x7c\xb3\ \x5d\x19\x23\x32\x9d\x9c\x2d\x31\x34\x05\x14\xde\x9a\x3c\x54\x93\ \x54\xc1\xd0\x50\xa3\x70\xaf\x28\x5b\x8c\x62\xc0\x0e\xdc\x4d\x6e\ \x87\x1a\xcc\xe6\x19\xd7\x23\x5f\x16\x4d\x7c\x12\xf9\x13\xb2\xab\ \x08\x5a\x42\x48\x46\x35\x97\x5f\x59\x46\x16\x64\x99\x42\xa1\xe6\ \xc4\x96\x58\xa6\x20\x92\xea\xa4\xa5\x89\xeb\x7c\x89\x8a\x6f\x80\ \x03\x0a\x65\x38\x5f\x10\x93\x90\x24\xe5\x0e\x56\x32\xd8\x13\x73\ \x02\x24\x4b\x2a\xb2\xb9\x80\x89\xa5\xc9\x09\x58\x7e\xe5\xa4\x1d\ \xe5\x1c\x72\x0b\xd3\xb4\x6b\x91\xbd\x43\x2a\x3e\x37\x10\x10\xf1\ \x11\x66\x1d\x5b\xa0\xf0\x24\x10\x20\x84\xc7\xe6\xc6\xcf\x07\x35\ \xa3\x49\x7a\x20\xf1\x94\xdf\xfa\x82\x60\x10\xf5\x1b\x3f\xe6\xb0\ \x5a\x9d\xdb\xb5\xe0\x16\x59\xa8\xf6\x0b\xa9\x8b\x80\x4b\x28\x06\ \x15\x61\x7d\x9d\x7b\x1d\x48\xed\x6c\x76\xc9\xca\x21\xdb\xc0\x0f\ \x56\xa9\x2c\x91\x90\x1b\xd9\xec\x86\x98\xd6\xc1\xef\x64\x1a\x6a\ \x5e\x89\x09\x7a\xe9\x4a\x94\xb2\xc8\x60\x00\x24\xab\x43\x26\x4d\ \xa8\xa1\xe0\x8f\xa0\x4b\x94\x01\x42\x38\x96\x06\x1a\xf6\x81\x95\ \x59\x8a\x0a\x95\x08\x52\x3c\x6c\x07\x7a\x6a\xa1\xc0\xf4\x64\xd8\ \x8c\xc9\x6a\x83\x44\x54\x59\xd4\xb9\x28\x10\x41\x02\xfa\x54\x25\ \x76\xa5\x1d\x79\x58\x0a\x01\x09\xf0\x28\x67\x7a\x14\x39\x1b\x2a\ \x48\x5b\x9c\xe4\x4e\x91\x0a\x04\x9a\x34\x9b\xfb\x8c\xb9\x0e\x14\ \x56\xc1\xa4\x79\xf6\x2a\x5d\x1e\x87\x64\x45\xf2\x38\x54\x69\x2c\ \x2d\xf3\x7b\x9a\xbe\x19\xc6\x37\x36\xbd\x69\x1e\xc5\xed\xa6\x65\ \x04\x07\x0c\x75\xfd\xba\x3d\xfe\xc8\x2e\xb5\xe5\x97\x36\x06\x6d\ \x74\xdc\x44\x9a\xa6\xed\x85\x8d\xf4\xdd\xba\x5f\x95\x13\x20\x54\ \xe4\x81\x06\x0a\x09\x51\xa4\xad\x9b\xd3\x9e\xce\x82\x76\x25\x41\ \x66\xbd\xeb\x72\x6b\x78\xd3\xe2\x8a\xf9\xfe\xd7\xf5\xf4\x4f\x74\ \xc2\x59\x3d\x7e\xc3\x99\x4a\x35\x42\x0e\x5a\xef\xb7\x86\xa2\xea\ \x7c\xfe\xb0\x0d\xcc\x2c\xb8\x0b\xfe\xef\xd8\xbb\x57\xff\x01\x59\ \x59\x6d\xe7\ \x00\x00\x03\x1d\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x20\x77\x69\x64\x74\x68\x3d\x22\x32\x34\x22\x20\ \x68\x65\x69\x67\x68\x74\x3d\x22\x32\x34\x22\x20\x76\x65\x72\x73\ \x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\x20\x78\x6d\x6c\x6e\x73\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\ \x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x20\x78\x6d\x6c\ \x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\ \x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\ \x67\x2f\x6e\x73\x23\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x64\x63\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\ \x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\x2f\x31\x2e\x31\ \x2f\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\x3d\x22\x68\x74\ \x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\ \x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\x64\x66\x2d\x73\ \x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x3e\x0a\x20\x3c\x6d\x65\ \x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\x3c\x72\x64\x66\x3a\x52\ \x44\x46\x3e\x0a\x20\x20\x20\x3c\x63\x63\x3a\x57\x6f\x72\x6b\x20\ \x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x0a\x20\x20\ \x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x69\x6d\x61\ \x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\x64\x63\x3a\x66\ \x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\ \x79\x70\x65\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\ \x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\x65\x2f\x53\x74\ \x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x2f\x3e\x0a\x20\x20\x20\x3c\ \x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\x3c\x2f\x72\x64\ \x66\x3a\x52\x44\x46\x3e\x0a\x20\x3c\x2f\x6d\x65\x74\x61\x64\x61\ \x74\x61\x3e\x0a\x20\x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x6d\x31\ \x32\x20\x32\x63\x2d\x31\x2e\x36\x36\x32\x20\x30\x2d\x33\x20\x31\ \x2e\x33\x33\x38\x2d\x33\x20\x33\x76\x38\x63\x30\x20\x31\x2e\x36\ \x36\x32\x20\x31\x2e\x33\x33\x38\x20\x33\x20\x33\x20\x33\x73\x33\ \x2d\x31\x2e\x33\x33\x38\x20\x33\x2d\x33\x76\x2d\x38\x63\x30\x2d\ \x31\x2e\x36\x36\x32\x2d\x31\x2e\x33\x33\x38\x2d\x33\x2d\x33\x2d\ \x33\x7a\x6d\x2d\x36\x20\x37\x76\x31\x68\x31\x76\x33\x63\x30\x20\ \x32\x2e\x34\x32\x33\x38\x20\x31\x2e\x37\x31\x37\x35\x20\x34\x2e\ \x34\x34\x31\x35\x20\x34\x20\x34\x2e\x39\x30\x36\x32\x76\x32\x2e\ \x30\x39\x33\x38\x68\x2d\x31\x76\x31\x68\x34\x76\x2d\x31\x68\x2d\ \x31\x76\x2d\x32\x2e\x30\x39\x33\x38\x63\x32\x2e\x32\x38\x33\x2d\ \x30\x2e\x34\x36\x34\x37\x20\x34\x2d\x32\x2e\x34\x38\x32\x34\x20\ \x34\x2d\x34\x2e\x39\x30\x36\x32\x76\x2d\x33\x68\x31\x76\x2d\x31\ \x68\x2d\x31\x2d\x31\x76\x34\x63\x30\x20\x32\x2e\x32\x31\x36\x2d\ \x31\x2e\x37\x38\x34\x20\x34\x2d\x34\x20\x34\x73\x2d\x34\x2d\x31\ \x2e\x37\x38\x34\x2d\x34\x2d\x34\x76\x2d\x34\x68\x2d\x31\x2d\x31\ \x7a\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x66\x66\x66\x66\x66\ \x66\x22\x2f\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x0b\x4b\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x73\x76\x67\x0a\x20\x20\x20\x78\x6d\ \x6c\x6e\x73\x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\ \x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\ \x6e\x74\x73\x2f\x31\x2e\x31\x2f\x22\x0a\x20\x20\x20\x78\x6d\x6c\ \x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\ \x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\ \x67\x2f\x6e\x73\x23\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\ \x72\x64\x66\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\ \x32\x2d\x72\x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\ \x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x73\x76\x67\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\ \x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\ \x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\ \x22\x0a\x20\x20\x20\x69\x64\x3d\x22\x73\x76\x67\x33\x36\x22\x0a\ \x20\x20\x20\x78\x6d\x6c\x3a\x73\x70\x61\x63\x65\x3d\x22\x70\x72\ \x65\x73\x65\x72\x76\x65\x22\x0a\x20\x20\x20\x77\x69\x64\x74\x68\ \x3d\x22\x31\x31\x30\x70\x78\x22\x0a\x20\x20\x20\x76\x69\x65\x77\ \x42\x6f\x78\x3d\x22\x30\x20\x30\x20\x31\x31\x30\x20\x31\x31\x30\ \x22\x0a\x20\x20\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x0a\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x65\x6e\x61\ \x62\x6c\x65\x2d\x62\x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x3a\x6e\ \x65\x77\x20\x30\x20\x30\x20\x31\x31\x30\x20\x31\x31\x30\x3b\x22\ \x0a\x20\x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x31\x31\x30\x70\ \x78\x22\x3e\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x0a\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x6d\x65\x74\x61\x64\x61\x74\x61\x34\x32\ \x22\x3e\x3c\x72\x64\x66\x3a\x52\x44\x46\x3e\x3c\x63\x63\x3a\x57\ \x6f\x72\x6b\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\ \x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x3c\x64\x63\x3a\x66\x6f\ \x72\x6d\x61\x74\x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\x78\ \x6d\x6c\x3c\x2f\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x3c\x64\ \x63\x3a\x74\x79\x70\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\x2f\ \x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\x65\x2f\x53\x74\x69\x6c\ \x6c\x49\x6d\x61\x67\x65\x22\x20\x2f\x3e\x3c\x2f\x63\x63\x3a\x57\ \x6f\x72\x6b\x3e\x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x3c\x2f\ \x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x3c\x64\x65\x66\x73\x0a\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x64\x65\x66\x73\x34\x30\x22\x20\ \x2f\x3e\x3c\x67\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x41\x72\ \x74\x62\x6f\x61\x72\x64\x22\x20\x2f\x3e\x3c\x67\x0a\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x4d\x75\x6c\x74\x69\x63\x6f\x6c\x6f\x72\ \x22\x3e\x3c\x63\x69\x72\x63\x6c\x65\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x63\x69\x72\x63\x6c\x65\x33\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\ \x3a\x23\x46\x41\x42\x43\x33\x44\x3b\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x72\x3d\x22\x35\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x63\x79\x3d\x22\x35\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x63\ \x78\x3d\x22\x35\x35\x22\x20\x2f\x3e\x3c\x67\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x67\x33\x33\x22\x3e\x3c\x70\x61\x74\ \x68\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\ \x61\x74\x68\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\x46\x30\x46\x31\ \x46\x31\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x3d\ \x22\x4d\x38\x37\x2c\x38\x31\x63\x30\x2c\x31\x2e\x31\x30\x35\x2d\ \x30\x2e\x38\x39\x35\x2c\x32\x2d\x32\x2c\x32\x48\x32\x35\x63\x2d\ \x31\x2e\x31\x30\x35\x2c\x30\x2d\x32\x2d\x30\x2e\x38\x39\x35\x2d\ \x32\x2d\x32\x56\x34\x31\x63\x30\x2d\x31\x2e\x31\x30\x35\x2c\x30\ \x2e\x38\x39\x35\x2d\x32\x2c\x32\x2d\x32\x68\x32\x32\x6c\x30\x2d\ \x32\x20\x20\x20\x20\x63\x30\x2d\x31\x2e\x31\x30\x35\x2c\x30\x2e\ \x38\x39\x35\x2d\x32\x2c\x32\x2d\x32\x68\x33\x36\x63\x31\x2e\x31\ \x30\x35\x2c\x30\x2c\x32\x2c\x30\x2e\x38\x39\x35\x2c\x32\x2c\x32\ \x56\x38\x31\x7a\x22\x20\x2f\x3e\x3c\x70\x61\x74\x68\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x37\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\ \x3d\x22\x66\x69\x6c\x6c\x3a\x23\x46\x46\x46\x46\x46\x46\x3b\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\x34\x39\ \x2c\x33\x35\x63\x2d\x31\x2e\x31\x30\x34\x2c\x30\x2d\x32\x2c\x30\ \x2e\x38\x39\x36\x2d\x32\x2c\x32\x76\x32\x48\x32\x35\x63\x2d\x31\ \x2e\x31\x30\x34\x2c\x30\x2d\x32\x2c\x30\x2e\x38\x39\x36\x2d\x32\ \x2c\x32\x76\x34\x30\x63\x30\x2c\x30\x2e\x33\x31\x35\x2c\x30\x2e\ \x30\x37\x39\x2c\x30\x2e\x36\x30\x39\x2c\x30\x2e\x32\x30\x39\x2c\ \x30\x2e\x38\x37\x34\x20\x20\x20\x20\x4c\x37\x30\x2e\x30\x38\x33\ \x2c\x33\x35\x48\x34\x39\x7a\x22\x20\x2f\x3e\x3c\x70\x61\x74\x68\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\ \x74\x68\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\ \x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\x46\x46\x46\x46\x46\ \x46\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\ \x4d\x34\x31\x2c\x33\x39\x48\x32\x37\x76\x2d\x33\x63\x30\x2d\x30\ \x2e\x35\x35\x32\x2c\x30\x2e\x34\x34\x38\x2d\x31\x2c\x31\x2d\x31\ \x68\x31\x32\x63\x30\x2e\x35\x35\x32\x2c\x30\x2c\x31\x2c\x30\x2e\ \x34\x34\x38\x2c\x31\x2c\x31\x56\x33\x39\x7a\x22\x20\x2f\x3e\x3c\ \x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x70\x61\x74\x68\x31\x31\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\ \x34\x30\x43\x39\x45\x37\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x64\x3d\x22\x4d\x38\x33\x2c\x34\x36\x63\x30\x2c\x30\x2e\ \x35\x35\x32\x2d\x30\x2e\x34\x34\x38\x2c\x31\x2d\x31\x2c\x31\x48\ \x37\x32\x63\x2d\x30\x2e\x35\x35\x32\x2c\x30\x2d\x31\x2d\x30\x2e\ \x34\x34\x38\x2d\x31\x2d\x31\x76\x2d\x36\x63\x30\x2d\x30\x2e\x35\ \x35\x32\x2c\x30\x2e\x34\x34\x38\x2d\x31\x2c\x31\x2d\x31\x68\x31\ \x30\x20\x20\x20\x20\x63\x30\x2e\x35\x35\x32\x2c\x30\x2c\x31\x2c\ \x30\x2e\x34\x34\x38\x2c\x31\x2c\x31\x56\x34\x36\x7a\x22\x20\x2f\ \x3e\x3c\x63\x69\x72\x63\x6c\x65\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x63\x69\x72\x63\x6c\x65\x31\x33\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\ \x66\x69\x6c\x6c\x3a\x23\x35\x42\x35\x43\x35\x46\x3b\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x72\x3d\x22\x32\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x63\x79\x3d\x22\x34\x35\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x63\x78\x3d\x22\x33\x33\x22\x20\ \x2f\x3e\x3c\x72\x65\x63\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x72\x65\x63\x74\x31\x35\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x79\x3d\x22\x33\x35\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x78\x3d\x22\x32\x39\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x32\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\ \x66\x69\x6c\x6c\x3a\x23\x45\x32\x45\x34\x45\x35\x3b\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\ \x34\x22\x20\x2f\x3e\x3c\x72\x65\x63\x74\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x72\x65\x63\x74\x31\x37\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x79\x3d\x22\x33\x35\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x78\x3d\x22\x33\x33\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\ \x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\ \x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\x45\x32\x45\x34\x45\x35\x3b\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x68\x65\x69\x67\x68\ \x74\x3d\x22\x34\x22\x20\x2f\x3e\x3c\x72\x65\x63\x74\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x72\x65\x63\x74\x31\ \x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x79\x3d\x22\x33\ \x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x78\x3d\x22\x33\ \x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x77\x69\x64\x74\ \x68\x3d\x22\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\x45\x32\x45\x34\ \x45\x35\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x68\x65\ \x69\x67\x68\x74\x3d\x22\x34\x22\x20\x2f\x3e\x3c\x72\x65\x63\x74\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x72\x65\ \x63\x74\x32\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x79\ \x3d\x22\x35\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x78\ \x3d\x22\x32\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x77\ \x69\x64\x74\x68\x3d\x22\x36\x34\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\ \x33\x45\x33\x45\x33\x46\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x32\x38\x22\x20\x2f\x3e\ \x3c\x70\x6f\x6c\x79\x67\x6f\x6e\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x70\x6f\x6c\x79\x67\x6f\x6e\x32\x33\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\ \x22\x66\x69\x6c\x6c\x3a\x23\x35\x42\x35\x43\x35\x46\x3b\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x70\x6f\x69\x6e\x74\x73\x3d\ \x22\x32\x33\x2c\x35\x31\x20\x32\x33\x2c\x37\x39\x20\x32\x36\x2e\ \x30\x38\x33\x2c\x37\x39\x20\x35\x34\x2e\x30\x38\x33\x2c\x35\x31\ \x20\x20\x20\x22\x20\x2f\x3e\x3c\x63\x69\x72\x63\x6c\x65\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x63\x69\x72\x63\ \x6c\x65\x32\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\x46\x46\x46\x46\ \x46\x46\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x3d\ \x22\x31\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x63\x79\ \x3d\x22\x36\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x63\ \x78\x3d\x22\x35\x39\x22\x20\x2f\x3e\x3c\x63\x69\x72\x63\x6c\x65\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x63\x69\ \x72\x63\x6c\x65\x32\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\x32\x31\ \x42\x32\x44\x31\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x72\x3d\x22\x31\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x63\x79\x3d\x22\x36\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x63\x78\x3d\x22\x35\x39\x22\x20\x2f\x3e\x3c\x70\x61\x74\x68\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\ \x74\x68\x32\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\x34\x30\x43\x39\ \x45\x37\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x3d\ \x22\x4d\x35\x39\x2c\x35\x31\x63\x2d\x36\x2e\x36\x32\x37\x2c\x30\ \x2d\x31\x32\x2c\x35\x2e\x33\x37\x33\x2d\x31\x32\x2c\x31\x32\x63\ \x30\x2c\x33\x2e\x33\x33\x38\x2c\x31\x2e\x33\x36\x35\x2c\x36\x2e\ \x33\x35\x35\x2c\x33\x2e\x35\x36\x34\x2c\x38\x2e\x35\x33\x31\x6c\ \x31\x36\x2e\x39\x36\x36\x2d\x31\x36\x2e\x39\x36\x36\x20\x20\x20\ \x20\x43\x36\x35\x2e\x33\x35\x35\x2c\x35\x32\x2e\x33\x36\x35\x2c\ \x36\x32\x2e\x33\x33\x38\x2c\x35\x31\x2c\x35\x39\x2c\x35\x31\x7a\ \x22\x20\x2f\x3e\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x33\x31\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\ \x69\x6c\x6c\x3a\x23\x38\x31\x38\x32\x38\x34\x3b\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\x33\x39\x2c\x36\x39\ \x63\x30\x2c\x31\x2e\x31\x30\x35\x2d\x30\x2e\x38\x39\x35\x2c\x32\ \x2d\x32\x2c\x32\x73\x2d\x32\x2d\x30\x2e\x38\x39\x35\x2d\x32\x2d\ \x32\x76\x2d\x34\x63\x30\x2d\x31\x2e\x31\x30\x35\x2c\x30\x2e\x38\ \x39\x35\x2d\x32\x2c\x32\x2d\x32\x73\x32\x2c\x30\x2e\x38\x39\x35\ \x2c\x32\x2c\x32\x56\x36\x39\x7a\x22\x20\x2f\x3e\x3c\x2f\x67\x3e\ \x3c\x2f\x67\x3e\x3c\x2f\x73\x76\x67\x3e\ \x00\x00\x03\x7d\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x73\x76\x67\x20\x77\x69\x64\x74\x68\ \x3d\x22\x35\x31\x32\x70\x74\x22\x20\x68\x65\x69\x67\x68\x74\x3d\ \x22\x35\x31\x32\x70\x74\x22\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\ \x22\x31\x2e\x31\x22\x20\x76\x69\x65\x77\x42\x6f\x78\x3d\x22\x30\ \x20\x30\x20\x35\x31\x32\x20\x35\x31\x32\x22\x20\x78\x6d\x6c\x6e\ \x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\ \x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x20\x78\ \x6d\x6c\x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\ \x63\x72\x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\ \x6f\x72\x67\x2f\x6e\x73\x23\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x64\ \x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\ \x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\x2f\x31\ \x2e\x31\x2f\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\ \x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\x64\x66\ \x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x3e\x0a\x20\x3c\ \x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\x3c\x72\x64\x66\ \x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\x3c\x63\x63\x3a\x57\x6f\x72\ \x6b\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x0a\ \x20\x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x69\ \x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\x64\x63\ \x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x3c\x64\x63\ \x3a\x74\x79\x70\x65\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\ \x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\ \x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\x65\x2f\ \x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x2f\x3e\x0a\x20\x20\ \x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\x3c\x2f\ \x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x3c\x2f\x6d\x65\x74\x61\ \x64\x61\x74\x61\x3e\x0a\x20\x3c\x67\x3e\x0a\x20\x20\x3c\x70\x61\ \x74\x68\x20\x64\x3d\x22\x6d\x32\x35\x36\x20\x30\x63\x2d\x31\x34\ \x31\x2e\x31\x36\x20\x30\x2d\x32\x35\x36\x20\x31\x31\x34\x2e\x38\ \x34\x2d\x32\x35\x36\x20\x32\x35\x36\x73\x31\x31\x34\x2e\x38\x34\ \x20\x32\x35\x36\x20\x32\x35\x36\x20\x32\x35\x36\x20\x32\x35\x36\ \x2d\x31\x31\x34\x2e\x38\x34\x20\x32\x35\x36\x2d\x32\x35\x36\x2d\ \x31\x31\x34\x2e\x38\x34\x2d\x32\x35\x36\x2d\x32\x35\x36\x2d\x32\ \x35\x36\x7a\x6d\x31\x32\x31\x2e\x37\x35\x20\x33\x38\x38\x2e\x34\ \x31\x63\x2d\x34\x2e\x31\x36\x30\x32\x20\x34\x2e\x31\x36\x30\x32\ \x2d\x39\x2e\x36\x32\x31\x31\x20\x36\x2e\x32\x35\x33\x39\x2d\x31\ \x35\x2e\x30\x38\x32\x20\x36\x2e\x32\x35\x33\x39\x2d\x35\x2e\x34\ \x36\x30\x39\x20\x30\x2d\x31\x30\x2e\x39\x32\x36\x2d\x32\x2e\x30\ \x39\x33\x38\x2d\x31\x35\x2e\x30\x38\x32\x2d\x36\x2e\x32\x35\x33\ \x39\x6c\x2d\x31\x30\x36\x2e\x36\x37\x2d\x31\x30\x36\x2e\x36\x36\ \x63\x2d\x34\x2e\x30\x31\x31\x37\x2d\x33\x2e\x39\x38\x38\x33\x2d\ \x36\x2e\x32\x35\x2d\x39\x2e\x34\x31\x30\x32\x2d\x36\x2e\x32\x35\ \x2d\x31\x35\x2e\x30\x38\x32\x76\x2d\x31\x33\x38\x2e\x36\x37\x63\ \x30\x2d\x31\x31\x2e\x37\x39\x37\x20\x39\x2e\x35\x35\x34\x37\x2d\ \x32\x31\x2e\x33\x33\x32\x20\x32\x31\x2e\x33\x33\x32\x2d\x32\x31\ \x2e\x33\x33\x32\x73\x32\x31\x2e\x33\x33\x32\x20\x39\x2e\x35\x33\ \x35\x32\x20\x32\x31\x2e\x33\x33\x32\x20\x32\x31\x2e\x33\x33\x32\ \x76\x31\x32\x39\x2e\x38\x34\x6c\x31\x30\x30\x2e\x34\x32\x20\x31\ \x30\x30\x2e\x34\x31\x63\x38\x2e\x33\x33\x39\x38\x20\x38\x2e\x33\ \x34\x33\x38\x20\x38\x2e\x33\x33\x39\x38\x20\x32\x31\x2e\x38\x32\ \x34\x20\x30\x20\x33\x30\x2e\x31\x36\x34\x7a\x22\x2f\x3e\x0a\x20\ \x3c\x2f\x67\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x11\x0c\ \x00\ \x00\x62\xb2\x78\x9c\xd5\x5d\x59\x73\x1b\xb9\x11\x7e\xdf\x5f\xa1\ \xe2\x3e\x66\x66\x34\xb8\x01\xc9\xf2\x56\x4c\x97\xca\xa9\x4a\x5e\ \xb2\x39\x1e\x53\x34\x45\x4b\xaa\xa5\x48\x15\x49\xd3\xc7\xaf\x4f\ \x77\x03\x73\x72\x4e\x91\x12\x13\xbb\x96\x9e\x03\x03\x7c\xdd\xfd\ \xa1\xbb\x81\xc1\x60\xdf\xfd\xf6\xfd\x69\x79\xb1\x5f\x6c\xb6\x8f\ \xeb\xd5\xcd\x84\x25\xe9\xe4\x62\xb1\x9a\xaf\xef\x1e\x57\xf7\x37\ \x93\x7f\xfe\xe3\x36\xb6\x93\x8b\xed\x6e\xb6\xba\x9b\x2d\xd7\xab\ \xc5\xcd\x64\xb5\x9e\xfc\xf6\xfe\x97\x77\xdb\xfd\xfd\x2f\x17\x17\ \x17\xf0\xf0\x6a\x7b\x75\x37\xbf\x99\x3c\xec\x76\xcf\x57\x97\x97\ \xcf\x5f\x37\xcb\x64\xbd\xb9\xbf\xbc\x9b\x5f\x2e\x96\x8b\xa7\xc5\ \x6a\xb7\xbd\x64\x09\xbb\x9c\x14\xc5\xe7\x45\xf1\xf9\x66\x31\xdb\ \x3d\xee\x17\xf3\xf5\xd3\xd3\x7a\xb5\xa5\x27\x57\xdb\x5f\x4b\x85\ \x37\x77\x5f\xf2\xd2\xdf\xbe\x7d\x4b\xbe\x09\x2a\xc4\x9c\x73\x97\ \x29\xbf\xe4\x3c\x86\x12\xf1\xf6\xc7\x6a\x37\xfb\x1e\x57\x1f\x05\ \x8c\x4d\x8f\xf2\x34\x4d\x2f\xe1\x5e\x51\x72\x48\xa9\xab\xed\xf3\ \x6c\x0e\xf2\x3f\x6f\x16\xdb\xc5\x66\xbf\xa0\xeb\xdf\x1e\xef\x76\ \x0f\x37\x13\xc5\xf8\xf3\x77\xba\xb0\x7f\x5c\x7c\xfb\xb0\xfe\x7e\ \x33\x49\x2f\xd2\x0b\xb8\x8c\xff\xf9\x1b\x85\x86\x19\x5d\xd8\xee\ \x7e\x2c\xa1\xba\xc5\x6a\xf6\x79\xb9\x88\x3f\xcf\xe6\x7f\xdc\x6f\ \xd6\x5f\x57\x77\x57\xab\xc5\xb7\x8b\xd2\xd3\xd7\x54\xfa\xf1\xee\ \x66\xf2\xd7\xd9\x8f\xc5\xe6\x3f\xfe\xe9\x87\xc5\xe3\xfd\xc3\x2e\ \x6b\xf9\xfd\xbb\xa7\xc5\x6e\x76\x37\xdb\xcd\xf0\x9e\x2f\x9d\x5d\ \xe1\x56\xc3\x7d\xd0\xd1\xd5\xdf\x3f\xde\xbe\x7f\x37\x9f\x5f\xfd\ \x7b\xbd\xf9\xc3\x97\xc3\x3f\x78\x67\xf6\x79\xfd\x15\x2a\x83\x72\ \x77\xf3\xab\x2f\xeb\xcd\xd3\x6c\xf7\xfe\xf1\x69\x76\xbf\x40\x05\ \xfc\x09\x84\x7f\x77\x59\xdc\xc0\x32\xbb\x1f\xcf\x8b\xa2\x0a\x5f\ \x09\xe8\x65\xfd\x75\x83\x2a\x6a\xa0\xc2\xdd\xfc\xe9\x11\x1f\xba\ \xfc\x7d\xf7\xb8\x5c\xfe\x05\xeb\x9e\x5c\x5c\xbe\x7f\x77\x19\xf0\ \xc0\x51\x0e\xf1\x32\x83\x0e\x4d\x2d\xbe\x6c\x0b\x91\xf0\x8c\x5b\ \x49\x0f\xde\x17\x97\x83\x5e\xe0\x2f\x08\x30\x7f\xdc\xcc\x97\x39\ \x36\xbc\xed\xaf\x78\x2b\x5c\x14\x8a\xff\x02\x38\xae\x7e\xb5\xd3\ \xa9\x12\xb7\xd7\xf9\xcd\xcd\xcd\x84\x4b\x91\x9f\xce\x7f\xc0\xb9\ \x96\x89\x65\xa6\xb8\xf6\x1d\xaf\x39\x0f\xff\xbe\x01\x09\x9f\xe4\ \x17\xfd\xe5\xdb\xd9\x7e\xbd\x79\xdc\x2d\xca\xc0\xfd\x9d\x7b\x6e\ \x2c\x94\x7e\x9e\xed\x1e\x0a\x75\xe2\x0d\xbc\xa2\x27\xc5\xb5\x00\ \x7a\x0d\x1c\x04\x3d\x5e\xa5\x09\xbf\xf6\x02\xdc\xc2\x9f\x34\xbd\ \x9e\xdd\xad\x3f\x03\x8b\x96\x8b\x15\x76\xdc\xf8\x69\x7d\xb7\xb8\ \xda\x42\xe7\x5a\xac\xae\x9b\x19\x06\x7f\xae\x4b\xf5\x43\x93\x7f\ \x03\x2e\x45\x5e\x58\x4d\x72\xa6\x11\xe3\x49\xea\xe2\x34\xb1\x36\ \xe2\x22\x71\x26\xe6\x89\x72\x91\x50\xf0\x3b\x8f\x59\xe2\x74\xc4\ \x44\x22\x63\x95\xa4\xf8\x64\x22\x65\xec\x92\xd4\x46\x02\x7e\xc5\ \x32\xe6\x4c\x26\xa9\x8e\x0d\x14\x71\x4b\x3c\x31\x0c\x4f\x0c\x9b\ \x43\x5d\x0a\x2b\xd7\x2a\xd2\x89\x8b\xb8\x4a\x8c\x8c\x2c\xfe\xc0\ \xa3\xcc\x61\xeb\x53\xc5\x58\xc2\xa1\x5a\xc9\x13\x21\x74\x44\xe0\ \x14\x54\x65\xc3\xb1\x07\xfa\x93\x74\xda\xac\x3f\xfb\xbf\xac\x3f\ \x50\x0f\x5c\x62\x32\x16\x32\x91\x7a\x89\x27\x52\xe1\x89\xe2\x27\ \x10\x9d\xa5\x87\xb2\x7b\x79\xe5\x47\xfc\x5b\x87\xce\x0c\x43\x90\ \x42\x59\x30\xa5\xde\x33\xee\x12\x6e\x41\x80\x34\x61\x2c\xc2\x7f\ \xc0\xcd\xa6\x49\x0a\xc7\x89\xe0\xf3\x58\x24\x8a\x81\xfd\x95\x88\ \x35\x4a\x45\x72\x30\xb8\xe5\x62\x40\x26\x48\x78\xa4\x07\x83\x67\ \x1c\x48\x98\x18\xe7\x4f\x55\xa2\x51\x07\xd6\xed\x63\xc6\xb1\xc5\ \x79\x0a\x77\x35\x8b\x78\xe2\xb0\x2e\x25\x23\xfc\xa1\xa3\x07\xb8\ \x06\xf7\x41\x2b\x04\xc0\xc1\x7f\x29\x90\x06\xda\x47\x54\xbe\x91\ \x00\xc9\xff\xf0\xfc\x48\xd0\xd1\x94\x69\x87\x0c\x13\x8a\x27\x5c\ \x02\x55\x33\x19\x01\xa3\x29\x9d\x92\xc8\x9d\xca\xe4\x23\x95\x29\ \x81\xc4\x50\xb3\x46\xb5\xe9\x65\x2c\x41\x76\x1b\x59\x95\x40\xa7\ \x01\xe1\x35\xb2\x40\xa1\x2e\xf0\x87\x99\xd8\x26\xc2\xc6\x26\xb1\ \x0a\x95\xc6\x2d\xfe\x28\x5f\x86\xa3\x8a\x05\x18\x9b\x7e\xb0\xfe\ \x25\x74\x10\x23\x63\x0b\x65\x1c\x88\xaf\x41\xef\x89\x60\xa0\x16\ \x8d\xd5\x0a\xd4\x24\x35\xe0\x04\xdc\xe5\x1a\x0c\xc0\x24\x68\x03\ \x74\x8a\xa7\x70\x64\xd1\x90\x42\xcf\x21\x0c\x29\x38\x92\xf8\x84\ \x44\x43\x29\x16\x09\xac\x0f\x41\x07\xe5\x72\x83\x8a\xc4\xa7\x14\ \xaa\x94\x6a\xb2\x48\x06\x89\x37\xf1\x1e\x16\xc0\xab\x0c\x8c\x94\ \x60\x41\xae\x82\x51\x9a\x2c\xb2\x84\x1e\x6f\xd1\x84\x24\xca\x14\ \xf5\x24\x05\x58\x40\x40\x23\x60\x10\x95\x26\xc6\xc0\x29\x72\x0a\ \x4e\x2b\x5a\xec\xb4\x8f\x1c\x67\x1f\xae\x0d\x74\xcb\x48\xa5\xa0\ \xf3\x54\x23\x9b\x0d\x2a\x2a\x15\x60\x04\xe9\x48\x65\x31\xf6\x40\ \x54\x94\x7c\x20\xde\x7b\x6f\x87\xb7\xa0\x34\xf1\x9a\x0b\x30\x9e\ \x45\x15\x0a\xbb\x8c\x0d\x28\x31\x66\x52\x83\xf2\x3d\xfb\xa9\x3a\ \x54\x1e\xfe\x60\x29\x86\x0f\xa5\x16\x8f\x0c\xdd\x66\xd5\x1f\x91\ \x1f\x49\xba\x6d\x3c\x0e\xa4\x3a\xb6\xe6\x1f\x44\x83\x71\xba\xcd\ \xf3\x67\x44\xd6\x82\x3f\xb2\x79\xfb\xf8\x30\x79\x1f\x5f\x97\xcd\ \x4e\xb9\x29\xe0\x99\x1c\x9e\xca\x4e\x39\xcf\x9f\x66\x3a\xc3\x2c\ \x78\x26\x82\xb4\xdb\xec\x19\xba\x48\xcf\x48\xb3\xa7\x2a\x2b\xb2\ \x73\x91\xd5\x23\x55\x76\xa4\x43\x41\xe8\xf7\x81\x34\x24\x33\xd1\ \x03\x6b\x93\x72\x1e\x2e\x31\x96\x5d\xe3\x44\x23\xac\x4c\x20\xa9\ \xe9\x1a\xa3\x27\x72\x52\x93\x9a\x85\xcb\x7c\x82\xc8\x4b\xe8\xbc\ \x84\xa3\x12\x73\xb4\xa0\xf7\x29\xbe\x77\x58\xf4\x2b\xd2\x50\x2f\ \x42\x7f\x97\x21\x42\xda\x92\x9e\xe7\x41\x6e\x9e\x39\x41\x49\x4e\ \x90\x84\x09\xed\x79\x0b\x65\x35\x0a\xaa\x91\x7a\x14\xba\x2f\x6f\ \x43\xea\x35\x04\x01\x5b\x26\x7d\x28\x96\x41\xf5\xfd\x84\x74\x44\ \x1a\x21\xa3\xe8\xac\x62\xea\x75\x3c\x17\x04\xab\x13\x26\x93\x94\ \x6c\x2c\x33\xf9\x52\x1b\x65\x0f\x61\xe5\x64\x3e\xd2\x83\x20\x84\ \x58\xb9\x62\xbe\xfb\xe7\xec\xc9\x1b\x54\x51\x46\x52\x33\x0f\x74\ \x61\x08\x4c\x58\xb2\x25\x3e\x4b\x4c\x20\x23\x53\x4f\x0e\x4a\x4b\ \x1c\xf7\x2a\x85\x2e\x42\x26\x46\x1f\x64\xe8\x68\xee\x8d\x1c\x05\ \x0b\xb3\x28\xa8\xde\xab\x55\x66\xd7\xb8\xcd\xbc\x05\x29\x37\x25\ \x12\x08\x6f\x0c\x9d\xfb\x10\x8a\x00\x2c\xd3\x79\xee\xf2\x79\xee\ \x60\x04\x1d\xa1\x6c\x8a\x84\x01\x40\xa4\x11\x8e\x3e\x47\xe1\x91\ \xe2\x73\xe6\x5b\xd3\x10\x46\x41\x8f\xe4\x38\xc1\xef\x81\x0e\x05\ \xe6\x2c\x46\x22\x04\xf4\x44\x8e\xe4\x9c\x92\xaf\x50\xe0\x2b\x14\ \xd8\x4f\x47\x78\xca\x25\x9c\x42\x84\xb2\xfe\xb4\xf0\x24\x9d\x3e\ \x4a\xd7\x83\x84\xd6\xe8\x0c\x85\x02\x04\x5c\x63\x60\x70\x86\x70\ \x81\x5b\xe1\x00\x86\x2b\x3a\x80\xa4\x0a\xa2\x31\xa4\x4e\xe6\xf8\ \x88\x8a\x4d\xf7\x44\xd5\x29\xc1\xd2\x19\xac\x88\x4e\x4d\xf5\x34\ \x07\xdd\x29\xaf\x3d\x08\x8a\x90\xc0\x60\x4d\x48\x09\xed\x23\x1d\ \xca\xcb\xe2\xcc\x0e\x90\xfd\x20\x16\xf8\xe1\x14\x33\x35\x86\x4c\ \xd6\x13\x13\xcb\xf1\x30\x50\xe3\x94\x31\xb1\x08\x89\x9d\xe1\x30\ \x84\x33\x81\x01\x51\x40\xdc\xf2\xf1\x4b\xe0\x13\x28\x70\xaa\xfc\ \x69\x21\x7f\x97\xea\x78\x5a\x57\x9d\x15\xd0\x7f\xb2\x74\x02\x42\ \x0d\x70\x99\x49\x24\xe2\x88\xb0\xd4\x13\x92\x72\xcf\xfd\x5a\x61\ \xa9\x27\x24\x55\xa3\xe6\x89\xc3\x52\x4f\x48\xc2\xb6\x5f\x33\x2c\ \x75\x87\xa4\xdc\xa1\xe5\x71\xc9\x1c\x1b\x97\x3a\x63\x52\xd6\xde\ \xab\xc4\xa5\xee\x98\x94\x35\xfd\x3a\x71\xa9\x88\x49\xa1\x9d\xff\ \xab\xb8\x14\x67\xd5\xb1\x5c\x7c\x96\x2b\x12\x1c\x62\x2d\x75\xb6\ \x98\x33\x17\xa9\x33\xf8\x3f\xc3\x8a\xd4\xb9\xec\x30\x3a\x5d\x0d\ \x3f\x18\x07\x1a\x04\x99\x8d\x03\x79\xe8\x3c\x5a\xa0\x5e\x51\x8b\ \xe0\x6b\x41\x8b\xa4\x70\x1c\xec\x71\x3d\xc5\x47\xa4\x6f\x5b\xe2\ \x84\x40\x56\x83\x09\x83\xae\x72\x85\x9d\x58\x5a\xb3\x78\x41\x7f\ \xea\x59\xbc\xe0\x3a\x31\x82\x06\xc9\x5a\xe9\xbd\xd4\x94\x6f\x61\ \xe4\x44\xff\x0f\x03\x09\x85\xd6\x16\x38\x49\x81\x47\x0f\x31\xb7\ \x89\xc1\x38\xcb\xc0\x60\x71\x18\x8d\x6b\xe1\x8f\xb0\xc4\x3e\xa6\ \x3a\xbc\x21\x63\xac\x07\xf4\x6d\x2c\xdd\x8b\xf2\x52\x0f\x58\xcd\ \x54\x40\x48\xc6\x74\x40\x00\x06\xc8\x03\x32\x2c\x10\x8c\x24\x2b\ \x4e\x3d\xb4\x4e\xa1\xeb\x69\x81\x80\x67\x38\x70\x93\x0b\x95\x18\ \x10\x4b\x23\xd1\x41\x2c\x50\x35\x4a\x65\x23\x83\x21\x13\xd1\xd0\ \x11\x49\xa5\x69\x5c\xc9\x33\xa9\x04\xf6\x74\x3a\xc2\x12\xfb\x38\ \x54\x81\xd6\x42\x81\xfc\xe5\x28\x2f\xe0\xb3\x02\xac\x65\x2a\x24\ \x30\x1d\x3c\x01\x87\x53\x88\x1a\x51\x01\x06\x78\xaa\xca\xe7\x04\ \xae\x53\xb0\x86\xc9\x97\x4e\x6b\x4a\x85\x5d\xfd\xd4\x62\x07\x63\ \xb6\x88\x9e\x8b\x4d\x91\xba\x90\x3a\x40\xc9\x84\x2e\x23\xeb\x92\ \x59\xd4\x03\x77\xf6\x28\xf4\x01\xe8\x96\x7b\x06\xf5\xeb\xe3\x84\ \xa2\x2a\x3e\xf9\x7a\x3b\xa1\xd4\x3b\x76\x46\x49\x0b\x09\x91\x06\ \xfd\x02\x93\x8f\xec\x2c\x58\xc5\x27\x5f\xed\xcf\xea\xc4\x66\x98\ \xda\x14\x38\xb3\xb9\x59\xcc\x77\xe5\x89\x62\xbc\x83\xd7\x44\xb9\ \xb7\x5f\x5c\xfc\xb8\x99\x30\x0b\x9d\xc7\xf0\xca\x65\x9a\x69\x4d\ \x70\x06\xbb\x7c\x35\x4c\xba\x73\x83\x31\xa1\x72\xa7\x46\x34\x35\ \xd5\xf2\xba\x52\x20\x9b\x36\x67\x1a\x5c\x1b\xe3\x84\xbb\x15\xa2\ \x7e\x45\x88\xc5\x44\xa4\xba\xae\xc0\x6d\x9a\x88\x7c\xfa\xba\xdc\ \x3d\x3e\x2f\x7f\x0c\x9b\x8a\x6c\x96\x12\x67\xaa\x9b\xb9\x22\x5b\ \xe7\x0a\xa1\x0b\xdc\xf2\xf4\xa0\xab\x3a\xc8\x7f\xc1\xf7\x19\x50\ \x06\xa4\x7d\x9e\x45\x8a\xf8\x41\xe4\x51\x44\x10\xe5\x8f\x3f\xe1\ \xb4\xaf\x16\x73\xf2\xa7\x10\xfd\xfc\x3d\x4f\xa6\x52\xe1\x7d\x4c\ \x9e\x54\x61\x1b\xc1\xf9\x42\xbf\xc9\x0b\x95\xeb\x85\xa1\x05\x64\ \x47\x76\x1e\x2a\xf4\xb7\xa2\xa2\x75\xff\xfb\xaf\x00\xaf\xab\x93\ \xc8\xd6\x79\xbd\x66\xc1\x99\x03\x8c\x38\x47\xcd\x1d\x74\x46\x31\ \x87\x86\x30\xf8\x47\x0c\xd3\x17\xe7\x21\x84\x63\x2f\x54\x40\x9a\ \x69\x08\x34\x91\x86\x5b\x71\xb9\x1c\x99\x2c\xd6\x8a\xb2\xf4\x50\ \x69\x28\xe0\x15\x15\x8e\x83\xa6\xb2\x5a\x83\x96\xa8\xd6\xa0\xa6\ \x72\xc1\x4f\x01\xee\xcf\x06\x92\x67\x14\x97\xe5\x5e\x88\xaf\x3a\ \x18\xe4\x4a\x15\xc2\x02\xbd\x05\xb8\x0c\x57\x76\xe7\x19\xb9\x35\ \x4e\xe3\x77\xf8\xf9\x7a\xf7\xcb\x69\x29\x60\xe4\x66\x4d\x97\x65\ \x1a\x5e\x7d\x74\xce\xe8\x41\x60\xb2\x3c\x32\x0a\x06\x41\x7a\x09\ \x1e\x0d\x52\x25\x83\x59\xbb\xcf\x53\x21\x77\xc1\xf1\x1f\x44\x66\ \x8e\x43\x16\x18\xe3\xa3\xb5\x52\xb9\x8c\x35\xe5\x8c\x98\xb9\xd0\ \x60\x89\x66\x00\xc3\x0c\x1a\x0f\xd9\xa9\x84\xf2\x0c\x1d\xb6\xd2\ \xe8\xfe\x2c\x0e\x24\xf9\x12\x9a\x88\x7d\x13\x34\x48\xc1\x16\xa0\ \x4a\x86\x6e\x12\xd2\x3a\x6c\x21\xa6\x16\x9c\xc0\xc1\x22\xf0\xc5\ \x2d\x61\x48\x0b\xd1\x45\x86\x81\xea\x94\xc3\x39\x03\xcf\x2f\x28\ \x4f\x42\x09\xc0\xf9\x1a\x49\x31\xa7\x22\x4f\xb3\x77\x55\xf8\x96\ \x69\xb1\x5c\x3e\x3e\x6f\x17\x75\xef\x15\x2e\x4b\xdb\xee\x1c\x6f\ \xd5\x87\x3f\x8b\x8f\x55\xb7\xb1\x01\x06\x40\x93\x5c\xba\xea\xe5\ \xef\xfe\xb2\xa9\x56\x87\xaf\xc6\x18\x87\x2c\xaf\xe6\x10\xf1\xf5\ \x98\x35\xa0\x76\x4b\xb8\xbb\x21\xaa\xb4\x1d\xa2\x05\x72\x59\xf6\ \x06\x10\x4b\x2f\xf1\x0a\xf5\xda\x5e\xf5\x2a\x39\x5e\xbd\x1a\xfa\ \xae\xb0\x07\xd8\xf1\xb2\x66\x87\xd8\xa1\xeb\x39\xa9\x0e\xb0\x63\ \x2e\x22\x99\x19\xa2\x5f\x3d\x5e\xbf\xa7\xc7\xd8\xa4\x60\x2d\x0f\ \x5e\xd6\x66\xf7\xfc\x55\xdd\x41\x8d\xa9\xfe\xb3\xfb\xa0\x6a\xd0\ \x81\x02\xa2\x19\x22\x07\x87\xc8\x0f\x21\x5a\x0b\x7d\x5a\x13\xc2\ \x4e\x20\xbc\x17\xc8\x29\x82\xf6\x51\xf8\x51\xc3\x75\x19\x4a\x12\ \xb4\xba\xd3\x43\x45\x6e\xc8\xd2\xa6\x42\x80\x66\x10\x3d\x2a\x2c\ \x35\xdf\x1a\x23\x0e\x29\x88\xef\xdf\x21\x21\x75\xf2\x74\xcd\x9b\ \xd6\xfc\x66\xaa\xdc\x07\xfd\xf1\xe8\x77\xbf\x1b\xec\x05\x89\x95\ \xe6\x00\x33\xb8\x9e\x43\xcc\xe0\x78\xfa\x31\x8f\x78\xe5\xd8\xde\ \xfc\xcb\x55\xd6\x3a\x16\x3f\xad\xca\xf8\x01\x66\xa6\x12\x5d\x19\ \x3b\x22\x66\x18\xee\xe8\x90\x2f\x74\x60\x6e\x27\xf9\x39\x30\x33\ \x8e\xfe\xb2\x17\x74\x6b\xd7\x78\x6d\xd0\x5a\xc2\x10\x52\xd4\x41\ \x63\xfe\xc7\x6c\x0f\x68\xfb\x46\x1d\x6a\x20\x68\x8d\x6f\x04\xfa\ \x20\xb7\xf6\xa7\x57\x86\x6c\x35\xa6\x77\x2f\x71\x01\x76\xc4\x5b\ \xed\x76\x6a\x62\x1e\x79\xd0\x9d\x4c\x92\xda\xde\xe6\x47\xa4\xe0\ \xe3\x9a\x67\x02\xa7\x8c\xfb\x7a\x86\x6d\xed\x19\x23\xda\xd7\xf8\ \xda\xe8\x90\xe4\x22\x11\xbd\x24\x77\x23\x56\xd0\x8c\x6b\x1f\x87\ \x4d\xdc\xf5\x35\x3f\x3e\x00\x1c\x72\x4f\xc0\xf8\xc4\xd4\xb9\x57\ \xf8\xff\x7a\x4a\xe6\x0e\x97\xa2\x15\x43\x32\x37\x32\xdb\x3d\xd1\ \xb0\xcc\xe3\xd6\x38\xc6\xb2\xb8\x58\x84\xc1\xf8\x89\xc5\xe0\x71\ \x85\xc1\x25\x55\x4a\xc6\x1c\xea\x2a\x0f\xae\xc6\x0e\xac\x5a\x05\ \x6e\x4c\x9d\x4f\x91\xe9\x75\xa9\xc6\xcb\x3b\x5c\x3f\xa3\x54\x43\ \x95\x8f\xd5\x4f\x53\xf2\xce\xd2\xbe\xec\x9d\xa5\xe3\xd3\x77\x0d\ \x0a\x50\xb5\x91\x1a\x8d\x30\x40\x00\xd7\x34\xc2\xd0\x90\xf5\x34\ \x7b\xfe\x2a\x94\x37\x4b\xe0\x8f\x90\xa0\x3b\x83\x67\xe9\xc8\x14\ \x9e\xe3\xd4\x4f\xdd\x1d\x1d\xc0\xe8\x53\x63\x19\xc0\xb8\x24\x9e\ \xb9\xc4\xa5\x27\x05\xd0\xbe\xa4\xf1\x84\x21\x1c\xfa\x55\x35\x5a\ \x87\x11\x6e\x4d\x99\x61\x7c\xab\xb4\xec\x45\x3d\xd2\x8f\x37\x03\ \x38\x46\x6d\x6f\x91\xca\x03\xea\xc3\xe0\xc7\xc1\x75\xd9\x83\xe0\ \xeb\x0c\xb8\xae\x7e\xb5\xbd\x45\x32\x3f\x1c\x35\x37\xb8\x0e\xa4\ \x2f\x65\x60\xec\x2d\xb2\xf9\x46\xd4\x1a\x62\x41\x5a\x4f\x33\xb9\ \xc2\xb7\x45\x7d\x99\x06\xe3\x6f\xd4\xb1\x86\xa2\x66\xf8\x4e\x5b\ \xf5\xa2\x7e\x8b\x8c\xbe\x09\xb5\x83\x00\x7b\xd8\x17\x07\x39\x83\ \xf6\x57\xdc\xad\xce\xa0\x21\xa7\x76\xb8\xf6\xea\xa0\x5b\x59\x88\ \xe2\xbc\x17\xc0\xc8\xa4\x7e\x38\x00\x0e\x09\x84\xe3\x7d\x83\x0a\ \xd6\xfe\x5a\x78\x04\x00\x48\xa0\xed\x81\x05\x94\xa3\x64\xb7\xa7\ \x7d\x31\x32\xab\x1f\xde\x3e\x64\x5f\x42\xf6\x32\x40\x8c\x0f\x07\ \x87\x04\xe4\xf5\xf9\xb1\x5a\x34\x38\xc8\xd6\xe8\x4d\x6c\x67\x8a\ \x24\x3a\xb2\x7b\xc8\xed\x85\xac\xcf\x65\x13\x36\xce\x0e\x27\x2b\ \xb9\x30\x89\xb2\x87\xf3\xed\xf8\xd1\x42\xda\x4c\xd0\x2a\x92\x8e\ \x19\xeb\x80\xe4\x44\xc9\xda\xcb\x05\xe8\xc9\xd5\xda\x5f\xa8\x1e\ \xaa\x12\x71\xa4\x89\xa9\xe0\xf0\x28\x34\x0c\xd2\x0f\xe2\x90\x56\ \xf8\x82\xaf\xd9\xca\x52\xf7\x59\x59\x76\x24\xc2\x27\xb2\x32\xc7\ \x15\x48\xcd\xdd\xa0\x0a\xa5\x9f\x70\x67\x32\x73\x49\x82\x3e\x3b\ \xb7\x3a\xb3\xa3\xed\xcc\x61\x44\x67\x5a\x7a\xb3\xea\x1d\x7b\x75\ \xbd\x55\x3b\x8d\x9d\x71\x25\x04\x33\x03\xba\xb3\xea\xa7\xdc\x79\ \xec\x5c\x96\xa0\xc7\xce\xaa\x35\x6a\x1e\x6b\x67\xe6\x70\x35\x22\ \x6f\xb6\xb3\x6e\xc8\x16\x3a\x92\x9a\x49\xa5\x8a\xbc\x92\x46\xfd\ \x37\x55\xb3\xc2\xaf\x3b\x97\xd7\x0d\x53\x40\xa5\x55\xdd\xaa\xfa\ \x5e\x70\xc0\x8a\x9b\xb0\x74\x42\xd1\x7a\x3a\x9c\x5e\x50\xee\x93\ \xe2\x98\xf7\xe1\x2b\x76\x2d\x45\x84\xcb\xb3\x8c\xd5\xb8\x0e\x49\ \xbb\x70\x8c\x2b\x0b\xd8\x16\x52\x71\x29\xfc\x71\x54\xba\xfe\xc9\ \xd7\x16\xd4\x18\x2a\xf1\x05\x22\xaa\x24\x1c\x53\xe1\xdf\x99\x52\ \x89\xb5\x22\xb4\x1d\x55\x90\x34\xcf\x00\x95\x57\xed\xa7\xcd\xf2\ \x36\x2c\xdf\x31\xda\x88\xdb\x93\x90\xb9\x5d\x65\x41\xe4\x23\x15\ \xd7\xa7\x32\xdf\xca\x00\xc5\x61\xbf\x69\x9c\x1e\x6a\x7a\x7d\x35\ \x9a\xba\xa6\xd1\x8b\xbd\x98\xba\x5a\x1f\x47\x5d\x8d\x1f\x88\xd8\ \x33\x71\xd7\x37\x1e\x55\xb1\xf4\xb3\xb7\xa5\xb7\xbe\x21\x7b\x2b\ \x5a\x3b\x0f\x7d\x3b\x74\xd7\x4a\xe0\xa6\x57\x5c\xe3\x09\xdc\xb8\ \xfe\xe6\xc5\x04\x36\xf2\x38\x02\x5b\xfa\x82\xf8\x4c\x04\xf6\x8d\ \x47\x55\x2c\xbd\x04\x36\x2d\x7d\xf6\x0d\x09\x5c\xd1\xda\x79\x08\ \xdc\xa1\xbb\x76\x02\x37\xe4\xa6\xa3\x09\x6c\x07\xbf\x02\x19\x44\ \xe0\x5a\x16\x36\x96\xc0\x22\x05\xed\x08\x79\x1e\x02\x87\xc6\xa3\ \x2a\x96\x5e\x02\xdb\x96\x3e\xfb\x76\x04\xae\x6a\xed\x2c\x04\xee\ \xd2\x5d\x2b\x81\x5d\x43\xd2\x3d\x9a\xc0\xcd\x2f\x2d\x5f\x4c\x60\ \xd7\x92\x0d\x0e\x25\x30\x97\x89\xb0\xfc\x4c\x04\xf6\x8d\x47\x55\ \x2c\xbd\x04\x76\x2d\x7d\xf6\x0d\x09\x5c\xd1\xda\x79\x08\xdc\xa1\ \xbb\x36\x02\x73\x7a\x45\x7a\xc8\x49\x9e\xf2\x1e\x92\xbd\x78\x88\ \xa5\x12\x26\x30\x5d\xc7\xcd\x43\x40\x5f\xf8\xc6\xd7\xbd\x58\x53\ \x0f\x2c\x4d\x13\x2b\x86\xd3\xcc\x24\xc6\xe8\xac\xf5\xa8\x86\xa6\ \x8f\x67\x3c\x3d\xe7\x40\xab\x49\x71\x47\x12\x2d\x53\xdf\x60\xa6\ \x0d\x50\x5f\x2b\xd5\x18\x6f\xa6\x1a\x4b\x3b\xa9\xc6\xd3\x17\x0f\ \x89\x02\x3a\xcd\x12\x6d\x86\x32\x6d\x9e\xe2\x62\x06\x8b\x1f\xde\ \x37\xaa\xcc\xd7\x3f\x54\x71\x53\xa6\x5c\xe2\xf0\xb3\x0b\xfc\x37\ \xc5\x8f\xf6\x83\x0a\x09\x54\x54\xc5\xd8\xcf\xbf\x73\x0e\x95\x1a\ \xb4\x39\x90\x7e\x7d\x3a\x1d\x47\xc3\x97\xe8\xb4\x95\x94\x3c\x6d\ \x21\x65\xd3\x2a\xa3\x92\x25\xd8\x8b\x87\x39\x01\x9c\x05\x5d\x30\ \x77\x2e\xff\xe7\x5b\x8f\x6a\x68\x7a\xf9\xc7\xce\x39\xd2\x69\x52\ \xdc\x40\x02\x9e\xda\xff\x75\xa9\xaf\x9d\x6a\xb6\x99\x6a\x5c\x77\ \x53\x8d\xbf\x78\x40\xe2\xd1\x89\x94\xe3\x62\xba\x33\x51\x2d\xb4\ \x1e\xd5\xd0\xf4\x52\x8d\x9f\x73\x4c\xd2\xa4\xb8\xf3\x50\xad\x53\ \x7d\xad\x54\x13\xba\x99\x6a\x42\x76\x53\x4d\xbc\x78\xe8\x10\xd0\ \x71\x91\xa4\x4c\x9d\x8b\x6a\xbe\xf5\xa8\x86\xa6\x97\x6a\xe2\x9c\ \xa3\x87\x26\xc5\x9d\x89\x6a\x5d\xea\x6b\xa5\x9a\x6c\xc9\xea\x64\ \x4f\x56\x27\x86\xa7\x32\xa7\xfb\xe4\x38\x53\x3a\xe4\x0d\xb8\x73\ \xa1\x30\x09\xd7\x36\x68\x3b\xc5\x95\xac\xb4\x19\x07\xee\xbb\x07\ \xaa\xa3\xef\x5a\x99\xc3\xdd\x75\x04\xa7\xed\x46\x24\xed\x9e\xe2\ \x68\xdb\x0b\xbf\x9d\x87\xd5\xf9\xb1\xb2\xda\xe7\x39\x06\x3f\xbe\ \x64\x82\x3e\x54\x97\xde\x60\xc2\x1f\xe3\xe8\x90\x19\x91\x99\x37\ \xc5\x25\xad\x29\xae\xaa\xa5\x9d\x7a\xa0\x77\xa2\xc5\x69\x2f\x0d\ \x2d\xb1\x41\xc1\xf1\x9b\x4d\x97\xe2\x82\x5a\xc1\xa1\x0e\x61\x0c\ \x1a\x50\x08\x7f\x1c\x0c\x3d\xf5\x16\xc4\xf5\xb4\x08\x35\x2a\xe4\ \x53\xb8\xef\x47\x4d\xdc\x3e\x7b\xb6\x44\x29\xd9\x13\xa5\xe4\x70\ \x7f\xfd\x6a\xf6\x44\x35\xb0\x61\xf6\xe4\xc3\xed\x69\xd5\xd9\xec\ \xa9\x04\xf5\xd9\x42\x40\x85\x5b\x65\xd5\xe4\xed\x31\xa8\x6a\x19\ \xe1\xab\xee\x11\x3e\x57\xc3\xc7\xba\xaf\x66\x50\x83\x4b\x03\x07\ \x19\x94\xa9\xc2\xa0\x25\x23\x0a\xe3\x0a\x83\x1a\x17\x0c\x2a\x4f\ \x6c\x50\x5a\xfb\x3e\xc8\xa0\x06\x57\xbf\x97\x0c\x8a\x4b\xd8\xad\ \x88\x6a\x02\xff\xf4\x00\xba\xed\xaa\x5b\x46\x2e\xaa\x67\xe4\xa2\ \x86\xe7\xf0\xaf\x66\x57\x67\xc1\x7a\xed\x76\xe5\x2f\xb4\x6b\xa9\ \xa3\x2a\x5d\xd8\x55\xe9\xd1\x76\x15\xb2\xd4\x51\xdd\x00\xc3\x3a\ \x99\x68\x5d\x72\xbd\x4e\x27\x52\x94\x0c\x5b\x96\xb8\xa7\xc3\xea\ \x96\xe4\x4d\xf7\x24\x6f\x7a\x78\x1a\xf3\x5a\x86\x15\xcc\x25\xa9\ \x66\x43\x3a\xec\x18\x0f\x7c\xbe\x88\x0a\xfc\x83\x91\x5d\x61\x57\ \xc1\x34\xcd\xb5\xd6\x04\x6e\xea\xb0\x6d\x5b\x29\xd5\xb7\x1c\x14\ \x1a\xa8\xa1\x70\x3b\x23\x9c\xcd\xd0\x7b\xc3\x71\x1f\x3a\xdc\x31\ \x24\x0d\x1b\xf0\x38\xdc\xa3\x8c\x36\xe0\xc1\xa3\xa6\x0d\x78\x24\ \xee\x42\x46\x47\x58\x62\x1f\x87\x3a\xfc\x96\xd7\xb4\xa5\x10\x5e\ \x8f\xf2\x12\xd8\x76\xb6\xad\x90\xd6\x7e\x6b\x12\x9e\xe2\x76\xcd\ \x51\x01\x47\x82\xa4\xe5\x73\x82\xd7\xb5\x4f\x07\xaf\xac\x85\xa0\ \xe5\x44\x36\xa9\x4e\xdf\xe1\x46\x1d\xa9\x4d\x2a\x4b\xfc\xc2\x46\ \x1d\x42\x27\xba\xbc\xf2\xa8\x69\x3b\xa6\x63\x57\x4b\x67\x7b\x7b\ \xe0\xda\xe0\xae\x6d\xa1\xda\x3f\x6c\x6e\xd9\x17\xca\x30\xfa\xec\ \xe9\xd4\x26\xf4\xdd\xa8\xd5\x8c\xb9\x09\x1d\xee\xab\x96\x5b\x30\ \x03\x13\x0c\x58\xc1\xd6\xb9\x1b\x56\xe5\xdd\x7d\x59\x2e\x08\x53\ \x42\xea\x3d\x07\x13\xc9\x23\xe5\xa2\x3a\x3e\xf9\x8a\xbb\xc9\xa4\ \xeb\x64\x12\xb5\x75\xf8\x48\x26\x01\x42\xea\xb3\x93\x89\x55\x7a\ \x3e\xfe\xef\x08\xde\xff\x17\xf8\x62\x2b\x5f\ \x00\x00\x0f\x38\ \x00\ \x00\x38\x52\x78\x9c\xed\x5b\xd9\x6e\x1b\xc9\x15\x7d\x9f\xaf\x20\ \xe4\x97\x19\x84\xdd\xac\x7b\x6b\xa7\x65\xcf\xc3\x04\x09\x02\x4c\ \x10\x20\xc9\x20\xcf\x34\xd9\x92\x19\x53\xa4\x41\x52\x5e\xe6\xeb\ \x73\x4e\x35\xb7\x96\x28\x89\x36\x35\x0e\x26\x08\xf9\x20\xf6\xed\ \xea\x5a\xce\x3d\x77\xab\x6a\x5d\xfe\xf8\xe9\x66\xd6\xfb\xd0\x2c\ \x57\xd3\xc5\xfc\xd5\x85\xd4\xe6\xa2\xd7\xcc\xc7\x8b\xc9\x74\x7e\ \xfd\xea\xe2\x97\x7f\xfe\xa9\x4a\x17\xbd\xd5\x7a\x34\x9f\x8c\x66\ \x8b\x79\xf3\xea\x62\xbe\xb8\xf8\xf1\xf5\x77\x97\xab\x0f\xd7\xdf\ \xf5\x7a\x3d\x3c\x3c\x5f\x0d\x27\xe3\x57\x17\x6f\xd7\xeb\xf7\xc3\ \xc1\xe0\xfd\xed\x72\x56\x2f\x96\xd7\x83\xc9\x78\xd0\xcc\x9a\x9b\ \x66\xbe\x5e\x0d\xa4\x96\xc1\xc5\xbe\xf9\x78\xdf\x7c\xbc\x6c\x46\ \xeb\xe9\x87\x66\xbc\xb8\xb9\x59\xcc\x57\xe5\xc9\xf9\xea\xc5\x41\ \xe3\xe5\xe4\x6a\xd7\xfa\xe3\xc7\x8f\xf5\x47\x5b\x1a\x49\xce\x79\ \x60\x74\xa0\x5a\xa1\x45\xb5\xfa\x3c\x5f\x8f\x3e\x55\xdd\x47\x31\ \xc7\x63\x8f\xaa\x31\x66\x80\x7b\xfb\x96\xa7\xb5\x1a\x7e\x9a\x4d\ \xe7\xef\x1e\x9c\x4c\xb9\x5b\x5a\x4f\x27\xaf\x2e\xf0\xa4\x96\x8b\ \xb7\xcd\xf4\xfa\xed\x1a\xc8\x86\x72\xf9\x71\x3a\x59\xbf\xdd\x5d\ \x75\x70\x7f\x0d\xc9\xe5\x4d\xb3\x1e\x4d\x46\xeb\x11\xef\xb6\x3d\ \x6d\x25\xc1\x95\x16\x68\x83\x05\x0f\xff\xfe\xc7\x3f\xb5\x57\xb8\ \x1e\x8f\x87\xff\x5a\x2c\xdf\x6d\x2e\xf1\x61\x83\xd1\x9b\xc5\x2d\ \x86\xbd\x78\xbd\x13\x5f\x4e\xc6\xc3\xab\xc5\xf2\x66\xb4\x7e\x3d\ \xbd\x19\x5d\x37\x5c\xdd\x1f\xb0\xb2\xcb\xc1\xfe\x46\xa7\xf1\xfa\ \xf3\xfb\x66\xdf\x69\xdb\xed\xb2\x59\x2d\x6e\x97\xe3\xe6\xa8\xc2\ \x27\xe3\x9b\x29\x1f\x1a\xfc\x63\x3d\x9d\xcd\xfe\xc2\x41\x2e\x7a\ \x83\x3b\x9d\x4e\xd7\xb3\x66\x2f\xbc\x1c\x6c\x66\xbf\x59\xdb\xe0\ \x60\x71\x97\x83\xed\xda\xcb\xd5\xa4\xb9\x5a\xed\x61\xe1\xd5\x0e\ \x11\x40\xdf\x8c\x96\x7f\x5e\x8e\x26\x53\x10\x6e\x3b\x1e\x9b\x75\ \xef\x38\x09\x69\x87\xc8\xe5\x6a\xbd\x78\xbf\x5f\xdf\xe2\xea\x6a\ \xd5\x00\x31\x73\xb1\x97\xad\xd6\x9f\x67\x58\x2a\x1b\x56\xe3\xc5\ \x6c\xb1\x1c\xbe\x68\x26\x13\x1f\xec\xcb\x22\x5a\xbc\x1f\x8d\xb1\ \xe0\xa1\xbc\x3c\x78\xa6\x68\x1f\x77\x6d\xf0\x7a\xb0\xfa\x07\x46\ \x93\x27\x46\x33\x49\xf5\x94\xd1\x9c\xc4\xfd\x68\x97\x83\xee\xb2\ \x1f\x45\xe9\x7a\x73\xfd\xcf\xe5\x68\xbe\x22\x0d\x40\xb9\xd1\x7a\ \x39\xfd\xf4\xbd\xe9\x57\xa6\xb6\x92\x9d\x8b\xed\x2f\x6b\xbd\xf6\ \x4d\x5f\x7c\xed\x83\xb8\xe8\xfa\x62\x6b\x93\x7c\x8a\x3f\x5c\xdc\ \xed\xed\x97\xf9\x74\x0d\xbb\xba\x5d\x35\xcb\x7f\x60\xde\xcd\xdf\ \xe6\xbf\xac\x9a\x5d\xab\x62\x2b\xc3\xb7\xcb\x06\xb6\xfd\xe2\x88\ \x8a\x1e\xd6\xa0\xb5\xd1\xed\x6e\x7f\xd6\x57\x17\x6a\xea\x68\xb2\ \x37\x7b\x20\x3f\x41\x6a\xea\x24\x3e\xaa\x84\xbc\x6f\x2c\x47\x1b\ \x53\x9a\xb0\x36\x17\x6d\xde\x03\xf8\xc5\x50\xd5\xa2\x4e\x45\x13\ \xe0\xc1\xb7\x96\x14\x6c\x4e\x82\x5f\x6a\xad\x68\xee\x57\xb6\xce\ \xd9\x44\x97\xf4\x19\xb1\x52\x15\x5f\xe5\xca\x3c\x82\x17\xe8\x13\ \x3a\x78\x89\x71\xb5\x26\xb1\x5d\xbc\x3c\xa7\x27\xb6\x8b\x56\x8a\ \x75\xca\x3e\x6b\x07\xac\x5d\xcb\x33\xb0\xf2\xde\xf9\x18\xf3\x06\ \x2b\xeb\xb3\xf7\xc6\xfb\x7e\x25\x75\xc8\x22\xce\x86\xbe\x50\x23\ \xc1\xf8\xe7\x64\x56\xb0\x26\x57\xf2\x38\x56\xb6\x83\x95\xf5\x84\ \x4a\x7d\x07\x2a\x75\x75\x48\xd1\x77\x90\xba\xdf\x10\xc2\x58\x9b\ \x00\xd1\x6f\x80\x93\xd6\x62\xd5\x1a\xc2\x14\xa1\x0b\xe3\xdd\x73\ \x1a\xa0\xda\x50\x99\xa7\x80\x32\x5d\xa0\x6c\x1d\x7d\x0a\x21\x76\ \x90\x12\xad\xc1\xd0\x74\x08\x2a\xb1\x8a\xb5\x1a\x9f\xa4\x6b\x83\ \x6c\x1b\xa3\x13\x3d\x07\xaf\xe0\xbc\x04\xb1\x1b\xbc\x72\xcc\xd1\ \x67\x47\x1b\xf4\xc9\x04\xd7\xaf\x42\x1d\x15\x5e\x21\xf8\x67\x84\ \xcb\xba\xe4\x2a\x7d\xc2\x06\x25\x76\xe0\x0a\x75\x0a\x2e\x44\xe9\ \xc2\x45\xb4\x5c\xd0\xd4\x35\x42\x81\x29\xa8\xe9\xb4\x85\x14\x1c\ \x84\x21\x9b\x1c\xf7\x70\x71\xb0\xd1\xec\x74\xb8\x90\x94\xc5\x10\ \x8d\x49\x60\x91\xb1\x31\xe4\x90\xe8\xe5\xf1\x83\x8a\x80\x9f\xaf\ \x53\x54\xab\xde\x49\x69\x10\xac\x4f\x9e\x6e\x0c\x77\xc5\x6b\x78\ \x46\x08\xa3\xf1\x64\x5c\xee\x40\xd8\x5d\x0e\x20\xdc\x1b\xd7\xd5\ \x67\x82\x65\x45\xa2\x97\xbd\x73\xbb\xfa\x44\x58\x90\x8a\x59\xac\ \x69\x27\x5d\xd2\x0e\x73\xf9\xec\x3b\x18\x1f\xed\x60\xdc\xe9\xe0\ \xab\x71\x65\x28\x88\x26\x65\x78\x31\xc0\x69\x0c\xa3\x42\x96\x7e\ \xae\x9d\x01\x1b\x6d\x6a\x2a\x52\x52\xa0\xeb\x0c\x23\x86\xd3\x03\ \x3f\x11\x2a\x1c\xd0\x17\x57\x7b\xa4\x9d\xe1\x59\xcd\xd9\x58\x5f\ \xf9\xc7\xa1\x95\x2e\xb4\x26\xd4\x4e\x83\x68\x07\x5a\x71\x70\x36\ \x2e\x84\xd0\x81\x36\xc1\xa2\x92\x84\x3b\xd0\xde\xeb\x60\xdc\xe9\ \xe0\x0c\x68\x4d\xc0\x60\xc8\x89\x8a\x89\x13\xde\xe0\x6d\x94\xc0\ \xd0\x01\x0e\x03\x39\xb0\x39\xd6\x5e\x91\x0e\xe5\x6f\x0b\xe2\x01\ \xe7\x08\xa2\x64\xa9\x93\x77\x9a\xee\x80\xa8\x75\xd0\x43\x2e\x3f\ \x08\xe2\xfd\x0e\xc6\x9d\x0e\xce\x00\xd1\xb6\x1f\xdd\xe6\x2a\x18\ \xc4\x47\x91\x7e\xa8\x7d\x53\xc5\x7e\x02\x69\xf1\x91\xe7\xf4\x92\ \xc1\x8a\xa9\x52\xa5\x8f\x43\xd8\xe5\xa1\xeb\x12\x50\xdd\x21\x68\ \x2a\x1d\xb4\x5c\x97\x6b\x68\x7b\x0e\xc9\xc8\x1e\x10\xab\x10\x4c\ \x6c\x4a\x36\x23\xa6\x00\x15\x6b\x53\x48\x89\x3f\x2d\x63\x8b\xf3\ \x6c\x01\x07\x99\x4d\x30\x25\x45\x8e\x48\x97\xbc\x3c\x6b\x3e\x9c\ \xc4\x3c\x4a\x3c\xc9\x77\x88\xe7\x6c\x9d\x14\x8e\xad\x4b\x3c\x8d\ \xf0\x77\xd1\xda\x13\x88\x77\xaf\x83\x71\xa7\x83\x27\xe2\xf3\xfd\ \xf0\xb7\xd3\xfd\x79\x85\xd7\x55\xf9\xdc\x29\x85\x8e\x54\x42\x18\ \x4e\xab\x50\x9d\x5f\x7b\x1d\x1b\xd0\x1c\x1f\xd0\x61\x40\xf3\x75\ \xe5\xd7\x91\x12\x67\x9b\x51\x9c\x87\x57\x0e\xfc\x3e\x8d\x17\x86\ \x03\x5a\x95\x3b\x1b\xaf\x37\x8e\xdf\x93\x06\x4c\x08\xf7\x5f\x59\ \xae\xde\xc7\x6b\x97\x3e\x9c\x59\xd8\x07\x7e\x9f\x9e\x3e\xa3\x4c\ \x05\x85\x9f\x8d\xd7\x38\xf1\x7b\xd2\x80\x40\x0b\x09\xf9\x33\xe1\ \xb5\xab\x1a\xcf\xc3\x2b\x8e\xf8\x7d\x7a\xfa\x8a\xaa\x0a\xe6\x71\ \x3e\xbf\x5c\xe4\xf7\x94\x01\x05\x75\xde\xf3\xf1\x6b\x13\xfc\xcf\ \xf4\x5e\x9e\xdf\xa7\x27\x8f\xc1\x62\x95\x9e\xc6\xca\xd4\x2e\x1a\ \xf5\xde\xa7\x27\x58\x1d\xf9\x3d\x69\xdc\x5c\xc5\x53\xc6\x0d\x19\ \x06\xec\xad\x3e\x3e\x6e\xe1\xf6\xf8\x94\x71\x9d\x1c\xb8\xce\x47\ \xc6\x4d\x96\xd9\xd0\x41\xfe\x79\x74\xdc\x49\xf9\x9c\x34\xae\x7d\ \x06\x4e\x8e\x12\xbf\x27\x0d\xe7\x0f\xd4\x7a\x26\x23\x37\x3b\x19\ \xe7\x31\xb2\x24\x79\xe6\xa4\x78\x7a\x92\x86\x9e\x8a\x0e\xe5\x73\ \x52\x34\xb5\x07\x44\x3c\xd7\x76\xb7\x9b\x19\x67\xc6\x86\xf2\x39\ \x41\xcd\x6a\x13\x62\xc3\xf9\xbc\x3a\x36\xe0\x31\xb4\x9c\x3a\x53\ \xd9\x2a\x3f\x17\x5e\x25\xdb\xfc\x36\x9e\x0e\x43\x9d\xe4\x6f\xd4\ \x1b\x64\xa3\x39\x3e\x8f\x9f\xc3\xa8\xf9\xdb\x7b\xb9\x24\x22\xdf\ \xde\xc7\x61\x54\xfb\xcd\x3c\x1c\x06\xf3\x5f\xc7\xc2\x67\xdf\xc5\ \x3f\xa1\xc6\xfb\xcd\x4e\x36\x8e\xa4\xf3\xc1\xef\xf5\xf9\xd4\xc1\ \x47\x0b\xe0\xe5\x80\xa7\x5b\xe5\xd7\xf5\x77\xbb\x6e\xaf\xe1\x88\ \xb7\x49\xee\xe5\xfb\xd1\xfa\xed\xb6\xd3\x8d\xd6\xae\xa6\xb3\xd9\ \xf0\x76\x39\xfb\xfe\x6e\x05\xa9\x1a\x7e\x78\xc9\xbb\x07\x47\x48\ \xe5\x72\x79\x3b\x6b\x86\xf3\xc5\xfc\xd7\x66\xb9\x80\x86\x97\x8b\ \x77\xcd\xf0\x85\xf5\xf8\xc6\xcd\x65\x55\xce\x2b\xd1\x7e\x73\xc9\ \x9e\xc7\xa3\xf7\xc3\x37\xb7\xeb\xf5\xa1\xec\xdf\x8b\xe9\x7c\xb8\ \x5c\xdc\xce\x27\x5b\xe9\xcd\x74\xdd\x2c\x67\x53\xfc\x19\xba\xad\ \x6c\x3f\xfc\x46\x30\x19\xad\xde\x8e\x96\xcb\xd1\x67\xce\xa2\x39\ \x94\xb6\xec\x1c\x9a\x97\x37\xa3\xe5\xbb\x66\xd9\xde\xff\x30\x5d\ \x4d\xdf\x4c\x67\xec\xa2\xfc\x9c\x35\x2f\x27\xd3\xd5\xfb\x19\x9e\ \x9f\xce\x39\x8d\x97\x8b\x0f\xcd\xf2\x6a\xb6\xf8\xb8\xbb\xdf\xcc\ \x47\xf8\x53\xbd\x19\x8d\xdf\x5d\x97\xf9\x0d\x47\xe3\xf1\xed\xcd\ \xed\x6c\xb4\xee\x2a\x6d\xd9\x8c\xd7\x9a\xb3\x1e\x6c\xf3\xf0\xf0\ \xb5\x07\x4a\xb8\x1c\xd5\xf6\x45\x6b\xdf\x1b\xf7\x48\x17\xe4\x2c\ \xc1\xf7\x71\x6d\xbd\xb1\x89\x22\x40\x6c\x33\x24\x39\xd9\xac\x9e\ \x92\x18\xa3\x84\xd8\x11\x21\xef\x8e\x65\x23\xc1\x06\x89\xbd\x2a\ \xc1\xc9\x24\xd4\xd4\x7d\xd3\xab\x40\x37\xe4\x73\xec\xd5\xb0\xa5\ \xcf\x49\xec\xe6\x37\x38\x6a\x8c\xe7\x63\xdc\x30\x2c\x5d\xbb\x9c\ \x72\xe2\x31\xc0\xa6\x6f\x07\x3b\x71\x02\x1f\xc9\xdd\x1c\x9b\x31\ \x72\x4f\x38\x0c\x12\x61\x2d\xfc\x66\x89\x04\x99\xab\x73\x59\x8a\ \xe9\xfd\xba\x37\xd5\x2f\x63\x92\x7d\x84\x49\xcd\x87\x66\xbe\x98\ \x6c\x19\xd0\x51\x69\x4b\x23\xad\x9d\x49\xdc\x8a\xd5\x33\xd5\x7a\ \x4f\x73\x59\x5c\xb8\xab\x39\x85\x11\x03\x07\xac\xd6\xf4\xb5\xf7\ \x73\x8f\xfb\xeb\xde\x07\x98\xbc\xf8\xf6\xe6\xe3\x28\xec\xe2\x2e\ \xd0\x2d\x7b\x64\xf6\xe5\x23\xc0\x98\x2f\x03\xa6\xb3\x02\x0e\x8e\ \x15\x1c\xee\x8f\xb5\x2b\x68\x67\x0c\x66\x15\xd5\xf1\x03\x06\x9a\ \x96\x17\x02\xee\x21\x2e\x72\xeb\xd3\x21\xef\x68\xa9\x71\x5f\x28\ \xb5\x91\x98\x31\xfd\xbe\xd4\xe2\x90\x38\x5a\xd0\x25\x7a\x2c\x28\ \x80\xd3\xdb\x56\xb1\xb6\xea\xb5\x23\x2a\xc3\xc4\x5a\x22\xe2\xa0\ \x71\x77\x2f\x4e\x25\xd0\xfd\x6d\xfc\xd3\x5d\xd1\x51\xa0\x25\xfe\ \xd0\x25\x95\xd9\x20\x93\xd2\x5d\x27\xd5\xf1\x47\xff\x53\x5e\xea\ \xf0\xb0\x04\xd2\xbf\x42\xcb\x2e\x65\x04\xc5\xa2\xbf\xe0\x63\xa0\ \x02\x6b\xcf\x50\x96\xe9\xb9\x5c\xc2\xc7\xf7\x7e\xa2\x10\xce\x64\ \x2f\xc1\x75\xb9\xca\x12\x53\xda\x5f\x15\xaa\xcd\x7a\x3b\xda\x41\ \xe3\x24\x5e\x39\xd0\x48\x85\x69\xf4\x49\x65\x7f\x14\x9f\x72\x8d\ \xb1\x0e\x24\x3f\xf3\x59\x17\x73\x82\x0f\x94\x5a\x5d\x4c\x60\xce\ \x01\x79\x53\x8c\xae\x1c\x90\x44\x67\x9d\x81\xb3\xa3\x34\x9b\x1c\ \xac\xbf\x2b\x0d\xa9\x9c\x8e\xd0\x4b\x9a\xd6\xe5\x6e\xb6\x66\x8d\ \x83\x6f\x84\x14\xfd\x07\x63\xc4\x74\xa4\xa6\x9c\x48\xa6\x76\xb8\ \xa4\xc6\x8b\xf2\xdc\x25\xb7\xe0\xf8\x07\xa4\xa7\x7a\x84\xd8\xba\ \x82\x03\x3e\x1c\xec\x17\xfe\x37\xc9\xd9\x65\xda\x3d\x2f\x53\xf6\ \x7e\xcc\x9d\x08\x07\x3d\x05\xcd\xb2\x09\x71\xcc\x7c\x40\x1b\x89\ \x88\x26\x5f\x6b\xe4\x72\xd7\xc8\xef\x4d\x04\x2e\x35\x76\x29\x9c\ \xeb\x04\x02\xf1\x1c\x47\x94\x4c\xcd\x35\x72\x61\x64\xe0\x7b\x59\ \xae\x35\x81\x20\x81\x07\x92\x92\x91\xb2\x21\xa6\xe5\xf6\xe0\x9d\ \xb4\x87\xe3\x83\x1f\xf3\x2e\xa8\xe6\xd0\x77\x28\x1c\x10\x39\x9d\ \xef\xd9\x3a\x22\x36\x06\xd0\xcd\xd6\xd6\x0a\xaa\x09\x85\x67\x15\ \x8e\x16\xca\x51\x3e\xaf\x0c\x77\xc2\xfb\x78\x1c\xd5\x86\x09\xb9\ \xa7\x25\x29\x64\xb0\x40\x98\x46\x64\x36\x5e\xd1\x11\x0c\x0c\x4f\ \xe5\x9a\x43\x61\x00\x8b\x6e\xfb\x20\xa5\x33\x21\xc6\x5e\x40\xec\ \x05\xe1\xe1\x7d\xc1\x48\xa4\x08\x6a\x62\x2f\xc1\x23\x07\x4e\x0f\ \xd1\x17\x5d\x22\x95\x15\xcf\x27\xe0\xed\xb3\xcf\x4c\x2e\x60\xcc\ \x19\x1c\x4c\x3c\x78\x8c\x48\x76\xd9\xae\xac\xc8\xd5\x81\x8f\xf2\ \x1a\xfe\x3b\xc3\xeb\xc2\xa0\x10\x88\x10\xca\x29\x6b\xbb\x6d\x57\ \x7d\xe4\xd2\x79\x0d\xae\xe0\x14\x90\x87\x94\xd1\x35\xc4\x60\x64\ \x87\x26\x26\x59\x56\xb3\xbd\x9e\xf5\x90\x50\xf0\x8d\x05\x7a\xf7\ \xde\x4d\xb1\x69\xde\x80\x79\x94\x5e\x77\x37\x61\xc4\x35\x32\xd1\ \x5c\xe2\x00\xb3\x1a\xb7\xc9\x4f\x94\x5b\xa3\x45\x42\x6c\x4d\x8b\ \x16\x3d\x81\x14\x98\x77\x2b\xfa\x89\xeb\x96\x60\x72\x8a\x40\xdc\ \x05\xb1\xc1\xb4\xf3\x71\xde\x4b\x02\xbe\x31\xe6\x10\xac\x05\x7c\ \x4a\xb8\x33\x47\x66\x96\x93\x05\x51\x38\x12\x40\x1e\xab\x46\xaa\ \x29\x87\x0c\x74\x14\x00\x26\x38\x19\x64\x3e\x76\x03\x79\x80\xa0\ \xd5\x93\xb5\x70\x09\xd6\x41\xfd\x2e\x04\xe4\x3f\xe8\x36\x05\xa6\ \xe5\x7d\x8f\x24\x1f\x44\xf7\xe4\x56\x0b\x60\x99\x20\x2e\x0c\x78\ \x64\x32\x11\x85\x5a\xe0\xc4\x20\xe3\x8b\x03\xe2\x0b\xca\x85\x35\ \xb9\x1d\x60\x77\xfd\xb5\x21\xd1\xa4\x93\x43\xe2\x17\xa5\xe3\xc5\ \x7d\xfc\x5e\x03\x5d\x49\x89\x40\xac\xae\x8f\x68\x8f\xf2\x15\x31\ \x2d\x95\x5f\xc8\xcc\xc1\xa6\xc8\x13\xcd\xa4\x30\xbc\xcc\x43\xba\ \x0c\x5e\xc0\xb0\x11\xd0\xc0\x1b\x34\x8c\xb0\x62\x98\x3f\x64\x7c\ \x19\xc5\x47\x1a\x9b\xc2\x31\x08\x8c\xcd\xd7\x29\x81\x35\x81\xa6\ \x1f\xf9\x12\x84\xa3\x2c\x3b\xd8\x3e\x38\x15\x61\xc6\x2a\x86\xdd\ \x59\x97\x1d\xca\x4b\x7a\x0c\x9b\xc0\x56\xb0\xcb\x2a\x9e\xcc\x90\ \xc0\x18\xc0\x04\x26\x51\x7c\x07\xc6\x23\xd5\x42\x17\x08\xb3\xb4\ \x54\x0c\x15\x61\x0e\x1a\xd1\xce\x88\x66\x04\x35\xd2\x0f\x73\x8b\ \x8e\xbd\x19\xbe\xf1\xa4\x81\xde\x4e\x8c\x83\x4b\xeb\x73\x2c\xb0\ \xb5\x25\x18\x42\x1d\x8a\x04\x72\x39\xc1\xa9\x39\x5b\xf2\x7a\x84\ \x35\x3c\x5b\xce\xe3\x8c\x35\xad\xcc\x45\xf0\x08\xb2\xcc\xda\x44\ \x0b\x5d\x25\xd0\x8d\x73\xb1\x3c\xb5\x34\x94\x21\xfd\x4b\x18\x85\ \xa0\x64\x80\x62\x39\x3f\xb8\x7e\x4c\xc1\xb7\x88\x26\x84\xf1\xa3\ \x28\xd3\x23\xd0\x21\xa0\x4e\xce\xac\x3c\x8c\xcf\xde\x15\xec\x3d\ \xdc\x4a\xb0\x3c\x3d\xc6\x9a\x73\x0e\x3d\xbe\xf7\x94\xbc\x4b\x96\ \x22\x1b\xb9\x1d\x4f\x7d\x78\x38\x13\xe5\x14\x85\x7b\x30\x59\x09\ \x2a\x2c\x0b\x25\x0c\x97\x12\xe1\xa8\x84\x3e\xd4\xf2\x1d\xa7\x58\ \xf4\x91\x00\x04\x20\x0c\x08\xfa\x98\x44\xa4\x8d\x23\xb8\x23\x54\ \xb3\xbf\x98\xe9\x41\x20\x72\x16\x1e\x2e\x27\x0c\xab\x01\xc6\x1b\ \x28\x0b\x06\xe9\x86\xa1\x2c\x02\x2d\x2d\x8f\x86\x80\xc0\xe4\x52\ \xd1\x08\x31\x27\x32\x11\x1d\xa7\xa2\x11\x50\x05\x2e\x8d\xd4\x08\ \x02\x37\xae\x89\x68\x51\x0b\xb6\xb0\x05\xae\x39\x39\x2a\x09\x91\ \x92\xaf\x60\x45\xfa\x9d\xe8\x8b\xe2\x42\xc2\x94\x1c\x5d\x19\x94\ \xa5\xa8\xe8\x20\xc3\x34\xb1\xc8\x00\x99\x7a\x1e\xae\x2b\x03\x95\ \x41\x8a\x65\x0a\xab\x90\x43\x31\xc1\x02\x11\x6c\x04\x40\x24\x02\ \x02\x87\xc9\x02\x11\x92\x36\xc1\xa4\x0b\x9e\x0e\x58\x71\xc6\xd6\ \x33\x9c\x14\x40\xb1\x5c\xb5\x25\xb0\x10\xdb\x58\xda\x39\x35\x80\ \x16\x32\xe8\xc7\x01\xac\x22\x2b\xaf\x07\x1d\x3a\xa5\xeb\x43\xfb\ \xba\x66\x47\x3b\xe3\x5a\xdf\xdb\x21\xa1\xf7\x87\x5b\xf3\x49\xc3\ \xe6\x35\x01\x03\x3f\x89\x0a\x55\xe0\xc6\x2d\x20\xc0\xf0\xa5\x02\ \xcd\x9c\xec\x0f\xfb\x3d\xc3\x43\xd7\xd7\x75\x7e\x2f\x7c\xd9\x5a\ \x78\x28\x33\x38\xb4\x7b\x7b\x78\xaa\x51\x92\x14\x0b\xc4\x51\xa1\ \x30\xde\xa6\x58\xca\x1c\x5b\x02\x11\x6c\xb2\x04\x76\x07\x98\x3d\ \x4c\xd7\xa8\x2d\x71\x1d\x3a\x36\x4a\xcb\x20\x9c\x79\x27\x40\x31\ \x0f\x9b\x65\xe0\x82\xde\x60\xb3\x5c\x02\x3c\xb0\xa3\x71\x00\x4c\ \x5b\x5e\x12\x6b\x9b\xb2\x6e\x46\x93\xc8\x77\x9e\x9c\x33\x4c\x19\ \xd1\x7d\x44\xde\x52\xda\x48\x32\xa1\xcd\x48\x11\xfc\x0f\x24\x18\ \x01\x0e\xa2\x7d\x5f\x00\x9d\x80\x32\xa8\xda\xb9\x35\x10\x63\x4c\ \x42\x01\x28\x52\x6c\xa3\x7d\x60\x56\x52\xe2\x03\x35\x0d\xae\x1f\ \xd0\x57\xfe\x4a\x7d\x49\xe0\x0b\x77\x50\xd8\x6f\xa7\xaf\xfc\x7f\ \x7d\xf5\x2e\x59\x9b\x3d\x58\x30\xe8\xcb\x47\x12\x80\x7b\xe9\xf2\ \x83\x3b\x05\x1c\x23\x58\xc3\x3d\xff\xfd\x5e\x01\x5f\xda\xd8\xbf\ \xd8\xf1\xe9\x70\x4b\x77\xfb\xdf\x07\xfb\xc6\xdb\x7f\x40\x70\x5f\ \x97\xad\xc0\xd3\x9e\x5e\xc0\xdf\xdf\x01\x92\x6f\x9a\x40\x74\x5e\ \xc9\x2d\x09\x84\x45\x66\x9c\x91\xae\x2a\x8b\x52\x6e\x8b\x18\x06\ \x31\x48\x11\x1b\x54\xb5\xe4\x72\x36\x05\x04\x55\xc8\xc0\x59\x66\ \x01\xc2\xd0\xc1\xcc\x96\x7b\x74\xc1\x23\x12\xf7\xf9\x6a\x56\x44\ \x36\xcd\x9a\x00\xa4\xc3\x93\xdc\x0e\x04\xf9\xe0\xb2\x23\x64\xca\ \xe8\x63\x41\x73\x23\x11\x63\x64\x26\xa5\x16\x25\x6f\x4a\x90\xf9\ \x0c\x95\x07\x26\xaa\x06\xcf\xfa\x40\x59\x46\x92\x92\x38\xa8\x33\ \x76\x93\xab\x26\x65\xae\x42\x11\x4d\x00\x03\x40\x84\xa0\x82\x0c\ \x18\xb2\xac\x08\x17\x89\x86\x84\xca\x23\xa1\x5a\x46\x9a\xcb\xa3\ \xe3\x10\x39\xaa\xa3\xe9\xbb\xcc\x8c\x99\xfb\x88\x8e\xdd\x21\x09\ \x50\x06\x0e\x8f\x58\x9b\xd9\x0f\x67\x97\x20\xb1\xa9\x64\x41\x06\ \xc9\x37\xb7\x2b\x53\x42\xa6\x53\xb2\x25\x86\xa6\x88\xc2\x5b\x39\ \x86\x69\x93\x2a\x18\x1a\x6a\x14\xae\x15\x65\x8b\x35\x0c\xd8\x91\ \xab\x29\xdb\xa1\x16\xbd\x05\xc6\xf5\xc4\x97\x45\x33\x9f\x44\xfe\ \x84\xec\x2a\x41\x96\x11\x92\x51\xcd\x95\x57\x96\x91\x05\x39\xa6\ \x50\xa8\x39\xb1\x24\x96\x29\x88\xa4\x9a\x55\xda\xb8\xce\x97\xa8\ \xf8\x06\x38\xa0\x30\x96\xfd\x45\xb1\x19\x49\x52\xd9\xc1\xca\x16\ \x6b\x62\x4e\x80\x64\xc9\x24\x6e\x2e\xa0\x63\x69\x73\x02\x96\x5f\ \x25\x69\x47\x39\x87\xdc\xc2\xb6\xdb\xb5\xc8\xde\xa1\x95\x50\x36\ \x10\x10\xf1\x11\x66\x3d\xb7\x40\xe1\x49\xa0\x40\x28\x8f\x9b\x1b\ \x3f\x1f\x65\x46\x9b\xf4\x40\xe3\xb9\xbc\xf5\x05\xc5\x20\xea\xb7\ \x7e\xcc\x63\xb6\x5a\xb6\x6b\x31\x5a\x62\xa1\xda\xaf\xa4\xa9\x22\ \x2e\x41\x0c\x12\x61\x73\x5d\xf6\x3a\x90\xda\xb9\xe2\x92\x8d\x47\ \xb6\x81\x1f\xac\x52\x59\x22\x21\x37\x72\xc5\x0d\x31\xad\x83\xdf\ \x29\x32\xd4\xbc\x92\x32\x78\xe9\x6b\x94\xb2\xc8\x60\x00\x24\xab\ \x43\x26\x4d\xa8\xa1\xe0\x8f\xc0\x25\xea\x00\x21\x1c\x53\x83\x0c\ \xeb\xc0\xcc\x1c\x55\x85\x4a\x04\x29\x1e\x96\x03\x9e\x3a\x10\x98\ \x9e\x0c\x8b\xb1\x85\x36\x48\x44\x8d\x43\x9d\x8b\x02\x11\x22\xa0\ \x4f\x2a\x71\x57\xda\x73\x0c\x47\x25\x20\x01\x1e\x97\x4c\x8f\x2a\ \xe7\x86\x0a\xd2\x16\x2f\x65\xa7\xc8\x44\x02\x4d\x99\x2b\xfb\x8c\ \xa5\x0e\x14\x56\xc1\x94\x05\xee\x55\xfa\xd2\x0e\xc9\x8a\x94\x76\ \xa8\xd2\x58\x5a\x96\xf7\x34\x43\xdb\x8c\x6f\x6c\x06\xdb\x3e\x8a\ \xdb\xed\x96\x11\x1c\x30\xe8\xfa\xeb\xee\xf8\xa3\xb8\xd4\x03\xbf\ \xb4\x35\x68\xab\x69\x1b\x69\xda\x6d\x2f\x2c\xa4\xef\x37\xfb\x55\ \x25\x01\x42\x45\x1e\x69\xa0\xd0\x10\x55\x7a\x70\x73\xd6\xd3\xa2\ \x68\x5f\x13\x64\xd6\xbb\xbe\x6c\x0d\x6f\xb7\xb8\x52\xb9\xff\xeb\ \xa6\xfb\x27\x76\xc2\x59\x3d\x7e\xc1\x99\xca\x9b\x37\xbe\x11\xbd\ \xbf\x35\x94\x4c\xe7\xf3\xbb\xdd\xc0\x2c\x8a\xbb\xe4\x3f\x94\xbd\ \xfe\xee\x3f\x40\xdf\x72\x76\ \x00\x00\x08\x13\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x20\x77\x69\x64\x74\x68\x3d\x22\x39\x36\x22\x20\ \x68\x65\x69\x67\x68\x74\x3d\x22\x39\x36\x22\x20\x76\x65\x72\x73\ \x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\x20\x76\x69\x65\x77\x42\x6f\ \x78\x3d\x22\x30\x20\x30\x20\x39\x36\x20\x39\x36\x22\x20\x78\x6d\ \x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\ \x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\ \x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\ \x73\x2e\x6f\x72\x67\x2f\x6e\x73\x23\x22\x20\x78\x6d\x6c\x6e\x73\ \x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\ \x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\ \x2f\x31\x2e\x31\x2f\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\ \x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\ \x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x3e\x0a\ \x20\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\x3c\x72\ \x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\x3c\x63\x63\x3a\x57\ \x6f\x72\x6b\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\ \x3e\x0a\x20\x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\ \x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\ \x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x3c\ \x64\x63\x3a\x74\x79\x70\x65\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\ \x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\ \x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\ \x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x2f\x3e\x0a\ \x20\x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\ \x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x3c\x2f\x6d\x65\ \x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x3c\x67\x20\x74\x72\x61\x6e\ \x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\ \x28\x36\x37\x2e\x38\x35\x37\x20\x2d\x37\x38\x2e\x35\x30\x35\x29\ \x22\x3e\x0a\x20\x20\x3c\x67\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\ \x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x30\x20\x2d\x31\x20\x2d\ \x31\x20\x30\x20\x33\x37\x33\x2e\x35\x31\x20\x35\x31\x36\x2e\x35\ \x31\x29\x22\x3e\x0a\x20\x20\x20\x3c\x67\x20\x74\x72\x61\x6e\x73\ \x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x2d\x2e\x39\ \x39\x39\x36\x20\x30\x20\x30\x20\x31\x20\x35\x37\x35\x2e\x39\x34\ \x20\x2d\x36\x31\x31\x29\x22\x3e\x0a\x20\x20\x20\x20\x3c\x67\x20\ \x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\ \x78\x28\x2d\x31\x20\x30\x20\x30\x20\x31\x20\x35\x37\x36\x20\x36\ \x31\x31\x29\x22\x3e\x0a\x20\x20\x20\x20\x20\x3c\x72\x65\x63\x74\ \x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x73\x63\x61\x6c\ \x65\x28\x2d\x31\x2c\x31\x29\x22\x20\x78\x3d\x22\x2d\x34\x33\x38\ \x22\x20\x79\x3d\x22\x33\x34\x35\x2e\x33\x36\x22\x20\x77\x69\x64\ \x74\x68\x3d\x22\x39\x36\x2e\x30\x33\x38\x22\x20\x68\x65\x69\x67\ \x68\x74\x3d\x22\x39\x36\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\ \x30\x30\x30\x30\x30\x30\x22\x20\x66\x69\x6c\x6c\x3d\x22\x6e\x6f\ \x6e\x65\x22\x2f\x3e\x0a\x20\x20\x20\x20\x20\x3c\x67\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x20\x74\x72\x61\x6e\x73\ \x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x30\x20\x2d\ \x31\x20\x2d\x31\x2e\x30\x30\x30\x34\x20\x30\x20\x34\x33\x38\x20\ \x34\x34\x31\x2e\x33\x36\x29\x22\x20\x64\x3d\x22\x6d\x33\x35\x2e\ \x39\x30\x38\x20\x34\x63\x2d\x31\x30\x2e\x36\x30\x35\x20\x30\x2d\ \x31\x35\x2e\x39\x30\x38\x2d\x30\x2e\x30\x30\x32\x38\x33\x36\x33\ \x2d\x31\x35\x2e\x39\x30\x38\x20\x31\x32\x2e\x31\x37\x38\x76\x32\ \x33\x2e\x38\x32\x32\x6c\x2d\x38\x20\x38\x76\x33\x31\x2e\x38\x32\ \x63\x30\x20\x31\x32\x2e\x31\x38\x31\x20\x35\x2e\x33\x30\x33\x31\ \x20\x31\x32\x2e\x31\x38\x20\x31\x35\x2e\x39\x30\x38\x20\x31\x32\ \x2e\x31\x38\x68\x33\x38\x2e\x31\x37\x38\x63\x31\x30\x2e\x36\x30\ \x35\x20\x30\x20\x31\x36\x2e\x31\x33\x31\x2d\x30\x2e\x30\x30\x31\ \x30\x37\x36\x20\x31\x35\x2e\x39\x30\x38\x2d\x31\x32\x2e\x31\x38\ \x76\x2d\x33\x31\x2e\x38\x32\x2d\x33\x31\x2e\x38\x32\x32\x63\x30\ \x2e\x32\x32\x32\x36\x34\x2d\x31\x32\x2e\x31\x37\x39\x2d\x35\x2e\ \x33\x30\x33\x31\x2d\x31\x32\x2e\x31\x37\x38\x2d\x31\x35\x2e\x39\ \x30\x38\x2d\x31\x32\x2e\x31\x37\x38\x68\x2d\x33\x30\x2e\x31\x37\ \x38\x7a\x6d\x2d\x30\x2e\x30\x30\x31\x39\x35\x33\x20\x34\x68\x33\ \x30\x2e\x31\x38\x63\x35\x2e\x33\x30\x32\x35\x20\x30\x20\x38\x2e\ \x38\x35\x37\x34\x20\x30\x2e\x33\x32\x37\x37\x34\x20\x31\x30\x2e\ \x30\x33\x37\x20\x30\x2e\x39\x39\x38\x30\x35\x20\x30\x2e\x35\x38\ \x39\x38\x33\x20\x30\x2e\x33\x33\x35\x31\x36\x20\x30\x2e\x38\x35\ \x32\x30\x36\x20\x30\x2e\x35\x36\x39\x31\x32\x20\x31\x2e\x32\x33\ \x30\x35\x20\x31\x2e\x35\x36\x32\x35\x20\x30\x2e\x33\x37\x38\x34\ \x20\x30\x2e\x39\x39\x33\x33\x38\x20\x30\x2e\x36\x38\x38\x37\x37\ \x20\x32\x2e\x38\x30\x32\x34\x20\x30\x2e\x36\x33\x38\x36\x37\x20\ \x35\x2e\x35\x34\x34\x39\x76\x30\x2e\x30\x33\x37\x31\x30\x39\x20\ \x33\x31\x2e\x38\x35\x37\x20\x33\x31\x2e\x38\x35\x35\x20\x30\x2e\ \x30\x33\x37\x31\x30\x39\x63\x30\x2e\x30\x35\x30\x31\x33\x39\x20\ \x32\x2e\x37\x34\x32\x35\x2d\x30\x2e\x32\x36\x30\x31\x39\x20\x34\ \x2e\x35\x35\x31\x32\x2d\x30\x2e\x36\x33\x38\x36\x37\x20\x35\x2e\ \x35\x34\x34\x39\x73\x2d\x30\x2e\x36\x34\x32\x35\x20\x31\x2e\x32\ \x32\x37\x32\x2d\x31\x2e\x32\x33\x32\x34\x20\x31\x2e\x35\x36\x32\ \x35\x63\x2d\x31\x2e\x31\x37\x39\x38\x20\x30\x2e\x36\x37\x30\x36\ \x34\x2d\x34\x2e\x37\x33\x32\x39\x20\x31\x2d\x31\x30\x2e\x30\x33\ \x35\x20\x31\x68\x2d\x33\x38\x2e\x31\x38\x63\x2d\x35\x2e\x33\x30\ \x32\x36\x20\x30\x2d\x38\x2e\x37\x38\x34\x37\x2d\x30\x2e\x33\x32\ \x38\x32\x31\x2d\x39\x2e\x39\x33\x37\x35\x2d\x30\x2e\x39\x39\x30\ \x32\x33\x2d\x30\x2e\x35\x37\x36\x34\x31\x2d\x30\x2e\x33\x33\x31\ \x30\x32\x2d\x30\x2e\x38\x35\x31\x31\x31\x2d\x30\x2e\x35\x37\x36\ \x31\x2d\x31\x2e\x32\x34\x34\x31\x2d\x31\x2e\x35\x39\x31\x38\x73\ \x2d\x30\x2e\x37\x32\x34\x36\x31\x2d\x32\x2e\x38\x34\x34\x34\x2d\ \x30\x2e\x37\x32\x34\x36\x31\x2d\x35\x2e\x35\x39\x39\x36\x76\x2d\ \x33\x30\x2e\x31\x36\x32\x6c\x38\x2d\x38\x76\x2d\x32\x35\x2e\x34\ \x37\x39\x63\x30\x2d\x32\x2e\x37\x35\x35\x31\x20\x30\x2e\x33\x33\ \x31\x36\x36\x2d\x34\x2e\x35\x38\x32\x33\x20\x30\x2e\x37\x32\x34\ \x36\x31\x2d\x35\x2e\x35\x39\x37\x37\x20\x30\x2e\x33\x39\x32\x39\ \x36\x2d\x31\x2e\x30\x31\x35\x34\x20\x30\x2e\x36\x36\x37\x38\x32\ \x2d\x31\x2e\x32\x36\x30\x39\x20\x31\x2e\x32\x34\x34\x31\x2d\x31\ \x2e\x35\x39\x31\x38\x20\x31\x2e\x31\x35\x32\x36\x2d\x30\x2e\x36\ \x36\x31\x37\x32\x20\x34\x2e\x36\x33\x34\x37\x2d\x30\x2e\x39\x38\ \x38\x32\x38\x20\x39\x2e\x39\x33\x37\x35\x2d\x30\x2e\x39\x38\x38\ \x32\x38\x7a\x22\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x67\x20\ \x73\x74\x72\x6f\x6b\x65\x3d\x22\x23\x33\x33\x33\x22\x20\x73\x74\ \x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3d\x22\x36\x2e\x30\x30\ \x31\x32\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\ \x68\x20\x64\x3d\x22\x6d\x34\x32\x34\x20\x34\x31\x30\x2e\x33\x36\ \x68\x2d\x31\x32\x2e\x30\x30\x35\x22\x20\x63\x6f\x6c\x6f\x72\x3d\ \x22\x23\x30\x30\x30\x30\x30\x30\x22\x2f\x3e\x0a\x20\x20\x20\x20\ \x20\x20\x20\x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x6d\x34\x32\x36\ \x20\x34\x30\x30\x2e\x33\x36\x68\x2d\x31\x34\x2e\x30\x30\x36\x22\ \x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\x30\x22\ \x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x20\ \x64\x3d\x22\x6d\x34\x32\x34\x20\x33\x39\x30\x2e\x33\x36\x68\x2d\ \x31\x32\x2e\x30\x30\x35\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\ \x30\x30\x30\x30\x30\x30\x22\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x20\x3c\x70\x61\x74\x68\x20\x64\x3d\x22\x6d\x34\x32\x36\x20\x33\ \x38\x30\x2e\x33\x36\x68\x2d\x31\x34\x2e\x30\x30\x36\x22\x20\x63\ \x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\x30\x30\x30\x30\x22\x2f\x3e\ \x0a\x20\x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x20\x64\x3d\ \x22\x6d\x34\x32\x34\x20\x33\x37\x30\x2e\x33\x36\x68\x2d\x31\x32\ \x2e\x30\x30\x35\x22\x20\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x30\x30\ \x30\x30\x30\x30\x22\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\ \x67\x3e\x0a\x20\x20\x20\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x20\ \x20\x3c\x2f\x67\x3e\x0a\x20\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\ \x3c\x2f\x67\x3e\x0a\x20\x3c\x2f\x67\x3e\x0a\x3c\x2f\x73\x76\x67\ \x3e\x0a\ \x00\x00\x0d\x0a\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x73\x76\x67\x0a\x20\x20\x20\x78\x6d\ \x6c\x6e\x73\x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\ \x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\ \x6e\x74\x73\x2f\x31\x2e\x31\x2f\x22\x0a\x20\x20\x20\x78\x6d\x6c\ \x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\ \x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\ \x67\x2f\x6e\x73\x23\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\ \x72\x64\x66\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\ \x32\x2d\x72\x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\ \x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x73\x76\x67\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\ \x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\ \x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\ \x22\x0a\x20\x20\x20\x76\x69\x65\x77\x42\x6f\x78\x3d\x22\x30\x20\ \x30\x20\x39\x36\x20\x39\x36\x2e\x30\x30\x30\x30\x30\x31\x22\x0a\ \x20\x20\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\ \x0a\x20\x20\x20\x69\x64\x3d\x22\x73\x76\x67\x34\x38\x37\x34\x22\ \x0a\x20\x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x31\x30\x32\x2e\ \x34\x22\x0a\x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x31\x30\x32\ \x2e\x34\x22\x3e\x0a\x20\x20\x3c\x64\x65\x66\x73\x0a\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x64\x65\x66\x73\x34\x38\x37\x36\x22\x20\ \x2f\x3e\x0a\x20\x20\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x0a\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x6d\x65\x74\x61\x64\x61\x74\x61\ \x34\x38\x37\x39\x22\x3e\x0a\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\ \x52\x44\x46\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x57\ \x6f\x72\x6b\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\ \x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x69\x6d\ \x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\x64\x63\x3a\ \x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x3c\x64\x63\x3a\x74\x79\x70\x65\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\ \x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\x65\x2f\x53\x74\ \x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\x69\x74\x6c\x65\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\ \x6b\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\ \x3e\x0a\x20\x20\x3c\x2f\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x0a\ \x20\x20\x3c\x67\x0a\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\ \x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\x28\x36\ \x37\x2e\x38\x35\x37\x31\x34\x36\x2c\x2d\x37\x38\x2e\x35\x30\x35\ \x30\x34\x29\x22\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x61\ \x79\x65\x72\x31\x22\x3e\x0a\x20\x20\x20\x20\x3c\x72\x65\x63\x74\ \x0a\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x63\ \x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x64\x69\x73\ \x70\x6c\x61\x79\x3a\x69\x6e\x6c\x69\x6e\x65\x3b\x6f\x76\x65\x72\ \x66\x6c\x6f\x77\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x76\x69\x73\ \x69\x62\x69\x6c\x69\x74\x79\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\ \x66\x69\x6c\x6c\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\ \x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\ \x74\x68\x3a\x34\x3b\x6d\x61\x72\x6b\x65\x72\x3a\x6e\x6f\x6e\x65\ \x3b\x65\x6e\x61\x62\x6c\x65\x2d\x62\x61\x63\x6b\x67\x72\x6f\x75\ \x6e\x64\x3a\x61\x63\x63\x75\x6d\x75\x6c\x61\x74\x65\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x72\x65\x63\x74\x34\x37\ \x38\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x77\x69\x64\x74\x68\ \x3d\x22\x39\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x68\x65\x69\ \x67\x68\x74\x3d\x22\x39\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x3d\x22\x37\x38\x2e\x35\x30\x35\x30\x35\x31\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x79\x3d\x22\x2d\x32\x38\x2e\x31\x34\x32\x38\ \x35\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\ \x66\x6f\x72\x6d\x3d\x22\x72\x6f\x74\x61\x74\x65\x28\x39\x30\x29\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x34\x32\ \x32\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x6d\x20\ \x2d\x32\x32\x2e\x38\x35\x37\x31\x35\x34\x2c\x31\x30\x38\x2e\x35\ \x30\x35\x30\x34\x20\x76\x20\x39\x2e\x33\x34\x33\x36\x36\x20\x63\ \x20\x30\x2c\x32\x2e\x37\x34\x36\x30\x39\x20\x30\x2e\x30\x39\x33\ \x37\x36\x2c\x35\x2e\x32\x38\x39\x39\x32\x20\x30\x2e\x32\x37\x39\ \x37\x38\x38\x2c\x37\x2e\x36\x33\x34\x30\x38\x20\x30\x2e\x31\x38\ \x36\x2c\x32\x2e\x33\x31\x30\x36\x37\x20\x30\x2e\x34\x33\x35\x36\ \x30\x31\x2c\x34\x2e\x36\x33\x38\x35\x34\x20\x30\x2e\x37\x34\x35\ \x36\x30\x36\x2c\x36\x2e\x39\x38\x32\x38\x20\x68\x20\x33\x2e\x39\ \x39\x36\x30\x39\x35\x20\x63\x20\x30\x2e\x32\x37\x39\x30\x33\x31\ \x2c\x2d\x32\x2e\x33\x34\x34\x32\x36\x20\x30\x2e\x35\x31\x32\x37\ \x33\x31\x2c\x2d\x34\x2e\x36\x37\x32\x31\x33\x20\x30\x2e\x36\x39\ \x38\x37\x33\x31\x2c\x2d\x36\x2e\x39\x38\x32\x38\x20\x30\x2e\x31\ \x38\x36\x30\x31\x35\x2c\x2d\x32\x2e\x33\x31\x30\x38\x20\x30\x2e\ \x32\x37\x39\x37\x38\x38\x2c\x2d\x34\x2e\x38\x35\x34\x34\x31\x20\ \x30\x2e\x32\x37\x39\x37\x38\x38\x2c\x2d\x37\x2e\x36\x33\x34\x30\ \x38\x20\x76\x20\x2d\x39\x2e\x33\x34\x33\x36\x36\x20\x7a\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x63\x6f\ \x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x64\x69\x73\x70\ \x6c\x61\x79\x3a\x69\x6e\x6c\x69\x6e\x65\x3b\x6f\x76\x65\x72\x66\ \x6c\x6f\x77\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x76\x69\x73\x69\ \x62\x69\x6c\x69\x74\x79\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x66\ \x69\x6c\x6c\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\ \x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x66\x69\x6c\x6c\x2d\ \x72\x75\x6c\x65\x3a\x6e\x6f\x6e\x7a\x65\x72\x6f\x3b\x73\x74\x72\ \x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\ \x77\x69\x64\x74\x68\x3a\x33\x3b\x6d\x61\x72\x6b\x65\x72\x3a\x6e\ \x6f\x6e\x65\x3b\x65\x6e\x61\x62\x6c\x65\x2d\x62\x61\x63\x6b\x67\ \x72\x6f\x75\x6e\x64\x3a\x61\x63\x63\x75\x6d\x75\x6c\x61\x74\x65\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x34\x31\ \x31\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x6d\x20\ \x2d\x31\x39\x2e\x38\x34\x31\x33\x31\x2c\x31\x33\x36\x2e\x35\x30\ \x35\x30\x34\x20\x63\x20\x2d\x31\x2e\x30\x39\x35\x36\x35\x33\x2c\ \x30\x20\x2d\x32\x2e\x30\x34\x32\x35\x37\x36\x2c\x30\x2e\x33\x38\ \x36\x34\x37\x20\x2d\x32\x2e\x38\x33\x39\x34\x30\x38\x2c\x31\x2e\ \x31\x35\x37\x39\x37\x20\x2d\x30\x2e\x37\x36\x33\x36\x34\x2c\x30\ \x2e\x37\x33\x37\x39\x38\x20\x2d\x31\x2e\x31\x34\x34\x37\x35\x37\ \x2c\x31\x2e\x36\x39\x32\x34\x34\x20\x2d\x31\x2e\x31\x34\x34\x37\ \x35\x37\x2c\x32\x2e\x38\x36\x36\x33\x32\x20\x30\x2c\x31\x2e\x31\ \x37\x34\x31\x38\x20\x30\x2e\x33\x38\x31\x31\x31\x37\x2c\x32\x2e\ \x31\x33\x30\x31\x20\x31\x2e\x31\x34\x34\x37\x35\x37\x2c\x32\x2e\ \x38\x36\x38\x30\x38\x20\x30\x2e\x37\x39\x36\x38\x33\x32\x2c\x30\ \x2e\x37\x33\x37\x39\x36\x20\x31\x2e\x37\x34\x33\x37\x35\x35\x2c\ \x31\x2e\x31\x30\x37\x36\x33\x20\x32\x2e\x38\x33\x39\x34\x30\x38\ \x2c\x31\x2e\x31\x30\x37\x36\x33\x20\x31\x2e\x31\x32\x38\x38\x35\ \x36\x2c\x30\x20\x32\x2e\x30\x37\x35\x37\x36\x38\x2c\x2d\x30\x2e\ \x33\x36\x39\x36\x37\x20\x32\x2e\x38\x33\x39\x34\x30\x37\x2c\x2d\ \x31\x2e\x31\x30\x37\x36\x33\x20\x30\x2e\x37\x36\x33\x36\x34\x31\ \x2c\x2d\x30\x2e\x37\x33\x37\x39\x38\x20\x31\x2e\x31\x34\x34\x37\ \x35\x37\x2c\x2d\x31\x2e\x36\x39\x33\x39\x20\x31\x2e\x31\x34\x34\ \x37\x35\x37\x2c\x2d\x32\x2e\x38\x36\x38\x30\x38\x20\x30\x2c\x2d\ \x31\x2e\x31\x37\x33\x38\x38\x20\x2d\x30\x2e\x33\x38\x31\x31\x31\ \x36\x2c\x2d\x32\x2e\x31\x32\x38\x33\x34\x20\x2d\x31\x2e\x31\x34\ \x34\x37\x35\x37\x2c\x2d\x32\x2e\x38\x36\x36\x33\x32\x20\x2d\x30\ \x2e\x37\x36\x33\x36\x33\x39\x2c\x2d\x30\x2e\x37\x37\x31\x35\x20\ \x2d\x31\x2e\x37\x31\x30\x35\x35\x31\x2c\x2d\x31\x2e\x31\x35\x37\ \x39\x37\x20\x2d\x32\x2e\x38\x33\x39\x34\x30\x37\x2c\x2d\x31\x2e\ \x31\x35\x37\x39\x37\x20\x7a\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x73\x74\x79\x6c\x65\x3d\x22\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\ \x30\x30\x30\x30\x3b\x64\x69\x73\x70\x6c\x61\x79\x3a\x69\x6e\x6c\ \x69\x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\x76\x69\x73\ \x69\x62\x6c\x65\x3b\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79\x3a\ \x76\x69\x73\x69\x62\x6c\x65\x3b\x66\x69\x6c\x6c\x3a\x23\x30\x30\ \x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\ \x79\x3a\x31\x3b\x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x6e\x6f\ \x6e\x7a\x65\x72\x6f\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\x6f\x6e\ \x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x33\ \x3b\x6d\x61\x72\x6b\x65\x72\x3a\x6e\x6f\x6e\x65\x3b\x65\x6e\x61\ \x62\x6c\x65\x2d\x62\x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x3a\x61\ \x63\x63\x75\x6d\x75\x6c\x61\x74\x65\x22\x20\x2f\x3e\x0a\x20\x20\ \x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x70\x61\x74\x68\x34\x32\x31\x30\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\ \x72\x61\x6e\x73\x6c\x61\x74\x65\x28\x2d\x36\x37\x2e\x38\x35\x37\ \x31\x34\x36\x2c\x37\x38\x2e\x35\x30\x35\x30\x34\x29\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\x20\x34\x38\x2c\x32\x20\ \x43\x20\x34\x38\x2c\x32\x20\x33\x38\x2e\x31\x38\x31\x36\x30\x39\ \x2c\x31\x38\x2e\x34\x32\x39\x36\x38\x38\x20\x31\x32\x2c\x31\x38\ \x2e\x34\x32\x39\x36\x38\x38\x20\x31\x32\x2c\x37\x34\x2e\x32\x38\ \x36\x38\x30\x35\x20\x34\x38\x2c\x39\x34\x20\x34\x38\x2c\x39\x34\ \x20\x34\x38\x2c\x39\x34\x20\x38\x34\x2c\x37\x34\x2e\x32\x38\x36\ \x38\x30\x36\x20\x38\x34\x2c\x31\x38\x2e\x34\x32\x39\x36\x38\x38\ \x20\x35\x37\x2e\x38\x31\x38\x33\x39\x31\x2c\x31\x38\x2e\x34\x32\ \x39\x36\x38\x38\x20\x34\x38\x2c\x32\x20\x34\x38\x2c\x32\x20\x5a\ \x20\x6d\x20\x30\x2c\x36\x2e\x32\x39\x34\x39\x32\x31\x39\x20\x32\ \x2e\x33\x37\x33\x30\x34\x37\x2c\x32\x2e\x31\x36\x39\x39\x32\x32\ \x31\x20\x63\x20\x31\x2e\x31\x31\x35\x35\x39\x38\x2c\x31\x2e\x30\ \x32\x30\x32\x30\x33\x20\x32\x2e\x32\x34\x32\x33\x33\x37\x2c\x31\ \x2e\x39\x39\x39\x37\x37\x20\x33\x2e\x35\x35\x32\x37\x33\x34\x2c\ \x32\x2e\x39\x33\x39\x34\x35\x33\x20\x35\x2e\x30\x33\x38\x36\x36\ \x38\x2c\x33\x2e\x36\x31\x33\x33\x37\x37\x20\x31\x32\x2e\x37\x31\ \x34\x39\x34\x35\x2c\x37\x2e\x31\x32\x31\x37\x31\x39\x20\x32\x32\ \x2e\x38\x32\x30\x33\x31\x33\x2c\x38\x2e\x33\x35\x37\x34\x32\x32\ \x20\x6c\x20\x33\x2e\x32\x37\x39\x32\x39\x37\x2c\x30\x2e\x33\x39\ \x38\x34\x33\x37\x20\x2d\x30\x2e\x31\x39\x31\x34\x30\x37\x2c\x33\ \x2e\x33\x30\x30\x37\x38\x32\x20\x43\x20\x37\x38\x2e\x34\x38\x36\ \x37\x34\x2c\x34\x38\x2e\x36\x30\x34\x39\x30\x36\x20\x37\x30\x2e\ \x36\x38\x35\x32\x30\x32\x2c\x36\x34\x2e\x34\x38\x38\x39\x39\x33\ \x20\x36\x32\x2e\x39\x30\x32\x33\x34\x34\x2c\x37\x34\x2e\x37\x38\ \x39\x30\x36\x32\x20\x35\x37\x2e\x35\x38\x33\x31\x38\x35\x2c\x38\ \x31\x2e\x38\x32\x38\x35\x35\x32\x20\x35\x33\x2e\x31\x37\x33\x31\ \x34\x2c\x38\x35\x2e\x35\x35\x39\x37\x38\x39\x20\x35\x30\x2e\x30\ \x37\x30\x33\x31\x32\x2c\x38\x37\x2e\x38\x31\x38\x33\x35\x39\x20\ \x4c\x20\x34\x38\x2c\x38\x39\x2e\x33\x32\x34\x32\x31\x39\x20\x34\ \x35\x2e\x39\x33\x31\x36\x34\x31\x2c\x38\x37\x2e\x38\x31\x38\x33\ \x35\x39\x20\x68\x20\x2d\x30\x2e\x30\x30\x32\x20\x43\x20\x34\x32\ \x2e\x38\x32\x36\x38\x36\x31\x2c\x38\x35\x2e\x35\x35\x39\x37\x38\ \x39\x20\x33\x38\x2e\x34\x31\x36\x38\x31\x35\x2c\x38\x31\x2e\x38\ \x32\x38\x35\x35\x33\x20\x33\x33\x2e\x30\x39\x37\x36\x35\x36\x2c\ \x37\x34\x2e\x37\x38\x39\x30\x36\x32\x20\x32\x35\x2e\x33\x31\x34\ \x37\x35\x31\x2c\x36\x34\x2e\x34\x38\x38\x39\x39\x32\x20\x31\x37\ \x2e\x35\x31\x33\x32\x36\x31\x2c\x34\x38\x2e\x36\x30\x34\x39\x30\ \x36\x20\x31\x36\x2e\x31\x36\x36\x30\x31\x36\x2c\x32\x35\x2e\x34\ \x36\x30\x39\x33\x38\x20\x6c\x20\x2d\x30\x2e\x31\x39\x31\x34\x30\ \x37\x2c\x2d\x33\x2e\x33\x30\x30\x37\x38\x32\x20\x33\x2e\x32\x37\ \x39\x32\x39\x37\x2c\x2d\x30\x2e\x33\x39\x38\x34\x33\x37\x20\x63\ \x20\x31\x30\x2e\x31\x30\x35\x33\x36\x38\x2c\x2d\x31\x2e\x32\x33\ \x35\x37\x30\x33\x20\x31\x37\x2e\x37\x38\x31\x36\x34\x35\x2c\x2d\ \x34\x2e\x37\x34\x34\x30\x34\x35\x20\x32\x32\x2e\x38\x32\x30\x33\ \x31\x33\x2c\x2d\x38\x2e\x33\x35\x37\x34\x32\x32\x20\x31\x2e\x33\ \x31\x30\x33\x39\x37\x2c\x2d\x30\x2e\x39\x33\x39\x36\x38\x33\x20\ \x32\x2e\x34\x33\x37\x31\x33\x36\x2c\x2d\x31\x2e\x39\x31\x39\x32\ \x35\x20\x33\x2e\x35\x35\x32\x37\x33\x34\x2c\x2d\x32\x2e\x39\x33\ \x39\x34\x35\x33\x20\x6c\x20\x30\x2e\x36\x38\x37\x35\x2c\x2d\x30\ \x2e\x36\x32\x38\x39\x30\x36\x35\x20\x7a\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x63\x6f\x6c\x6f\x72\x3a\ \x23\x30\x30\x30\x30\x30\x30\x3b\x64\x69\x73\x70\x6c\x61\x79\x3a\ \x69\x6e\x6c\x69\x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\ \x76\x69\x73\x69\x62\x6c\x65\x3b\x76\x69\x73\x69\x62\x69\x6c\x69\ \x74\x79\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x6f\x70\x61\x63\x69\ \x74\x79\x3a\x31\x3b\x66\x69\x6c\x6c\x3a\x23\x30\x30\x30\x30\x30\ \x30\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\ \x3b\x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x6e\x6f\x6e\x7a\x65\ \x72\x6f\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\x73\ \x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x38\x3b\x6d\x61\ \x72\x6b\x65\x72\x3a\x6e\x6f\x6e\x65\x3b\x65\x6e\x61\x62\x6c\x65\ \x2d\x62\x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x3a\x61\x63\x63\x75\ \x6d\x75\x6c\x61\x74\x65\x22\x20\x2f\x3e\x0a\x20\x20\x3c\x2f\x67\ \x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x17\xc8\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x73\x76\x67\x0a\x20\x20\x20\x76\x65\ \x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\x32\x22\x0a\x20\x20\x20\x77\ \x69\x64\x74\x68\x3d\x22\x35\x35\x2e\x38\x38\x6d\x6d\x22\x0a\x20\ \x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x35\x35\x2e\x38\x38\x6d\ \x6d\x22\x0a\x20\x20\x20\x76\x69\x65\x77\x42\x6f\x78\x3d\x22\x30\ \x20\x30\x20\x35\x35\x38\x38\x20\x35\x35\x38\x38\x22\x0a\x20\x20\ \x20\x70\x72\x65\x73\x65\x72\x76\x65\x41\x73\x70\x65\x63\x74\x52\ \x61\x74\x69\x6f\x3d\x22\x78\x4d\x69\x64\x59\x4d\x69\x64\x22\x0a\ \x20\x20\x20\x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3d\x22\x65\x76\ \x65\x6e\x6f\x64\x64\x22\x0a\x20\x20\x20\x73\x74\x72\x6f\x6b\x65\ \x2d\x77\x69\x64\x74\x68\x3d\x22\x32\x38\x2e\x32\x32\x32\x22\x0a\ \x20\x20\x20\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\ \x69\x6e\x3d\x22\x72\x6f\x75\x6e\x64\x22\x0a\x20\x20\x20\x78\x6d\ \x6c\x3a\x73\x70\x61\x63\x65\x3d\x22\x70\x72\x65\x73\x65\x72\x76\ \x65\x22\x0a\x20\x20\x20\x69\x64\x3d\x22\x73\x76\x67\x36\x38\x22\ \x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\ \x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\ \x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\ \x73\x76\x67\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\ \x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x6f\x6f\x6f\x3d\x22\x68\ \x74\x74\x70\x3a\x2f\x2f\x78\x6d\x6c\x2e\x6f\x70\x65\x6e\x6f\x66\ \x66\x69\x63\x65\x2e\x6f\x72\x67\x2f\x73\x76\x67\x2f\x65\x78\x70\ \x6f\x72\x74\x22\x3e\x0a\x20\x3c\x64\x65\x66\x73\x0a\x20\x20\x20\ \x63\x6c\x61\x73\x73\x3d\x22\x43\x6c\x69\x70\x50\x61\x74\x68\x47\ \x72\x6f\x75\x70\x22\x0a\x20\x20\x20\x69\x64\x3d\x22\x64\x65\x66\ \x73\x38\x22\x3e\x0a\x20\x20\x3c\x63\x6c\x69\x70\x50\x61\x74\x68\ \x0a\x20\x20\x20\x69\x64\x3d\x22\x70\x72\x65\x73\x65\x6e\x74\x61\ \x74\x69\x6f\x6e\x5f\x63\x6c\x69\x70\x5f\x70\x61\x74\x68\x22\x0a\ \x20\x20\x20\x63\x6c\x69\x70\x50\x61\x74\x68\x55\x6e\x69\x74\x73\ \x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\ \x22\x3e\x0a\x20\x20\x20\x3c\x72\x65\x63\x74\x0a\x20\x20\x20\x78\ \x3d\x22\x30\x22\x0a\x20\x20\x20\x79\x3d\x22\x30\x22\x0a\x20\x20\ \x20\x77\x69\x64\x74\x68\x3d\x22\x35\x35\x38\x38\x22\x0a\x20\x20\ \x20\x68\x65\x69\x67\x68\x74\x3d\x22\x35\x35\x38\x38\x22\x0a\x20\ \x20\x20\x69\x64\x3d\x22\x72\x65\x63\x74\x32\x22\x20\x2f\x3e\x0a\ \x20\x20\x3c\x2f\x63\x6c\x69\x70\x50\x61\x74\x68\x3e\x0a\x20\x20\ \x3c\x63\x6c\x69\x70\x50\x61\x74\x68\x0a\x20\x20\x20\x69\x64\x3d\ \x22\x70\x72\x65\x73\x65\x6e\x74\x61\x74\x69\x6f\x6e\x5f\x63\x6c\ \x69\x70\x5f\x70\x61\x74\x68\x5f\x73\x68\x72\x69\x6e\x6b\x22\x0a\ \x20\x20\x20\x63\x6c\x69\x70\x50\x61\x74\x68\x55\x6e\x69\x74\x73\ \x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\ \x22\x3e\x0a\x20\x20\x20\x3c\x72\x65\x63\x74\x0a\x20\x20\x20\x78\ \x3d\x22\x35\x22\x0a\x20\x20\x20\x79\x3d\x22\x35\x22\x0a\x20\x20\ \x20\x77\x69\x64\x74\x68\x3d\x22\x35\x35\x37\x37\x22\x0a\x20\x20\ \x20\x68\x65\x69\x67\x68\x74\x3d\x22\x35\x35\x37\x37\x22\x0a\x20\ \x20\x20\x69\x64\x3d\x22\x72\x65\x63\x74\x35\x22\x20\x2f\x3e\x0a\ \x20\x20\x3c\x2f\x63\x6c\x69\x70\x50\x61\x74\x68\x3e\x0a\x20\x3c\ \x2f\x64\x65\x66\x73\x3e\x0a\x20\x3c\x64\x65\x66\x73\x0a\x20\x20\ \x20\x63\x6c\x61\x73\x73\x3d\x22\x54\x65\x78\x74\x53\x68\x61\x70\ \x65\x49\x6e\x64\x65\x78\x22\x0a\x20\x20\x20\x69\x64\x3d\x22\x64\ \x65\x66\x73\x31\x32\x22\x3e\x0a\x20\x20\x3c\x67\x0a\x20\x20\x20\ \x6f\x6f\x6f\x3a\x73\x6c\x69\x64\x65\x3d\x22\x69\x64\x31\x22\x0a\ \x20\x20\x20\x6f\x6f\x6f\x3a\x69\x64\x2d\x6c\x69\x73\x74\x3d\x22\ \x69\x64\x33\x22\x0a\x20\x20\x20\x69\x64\x3d\x22\x67\x31\x30\x22\ \x20\x2f\x3e\x0a\x20\x3c\x2f\x64\x65\x66\x73\x3e\x0a\x20\x3c\x64\ \x65\x66\x73\x0a\x20\x20\x20\x63\x6c\x61\x73\x73\x3d\x22\x45\x6d\ \x62\x65\x64\x64\x65\x64\x42\x75\x6c\x6c\x65\x74\x43\x68\x61\x72\ \x73\x22\x0a\x20\x20\x20\x69\x64\x3d\x22\x64\x65\x66\x73\x34\x34\ \x22\x3e\x0a\x20\x20\x3c\x67\x0a\x20\x20\x20\x69\x64\x3d\x22\x62\ \x75\x6c\x6c\x65\x74\x2d\x63\x68\x61\x72\x2d\x74\x65\x6d\x70\x6c\ \x61\x74\x65\x2d\x35\x37\x33\x35\x36\x22\x0a\x20\x20\x20\x74\x72\ \x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x73\x63\x61\x6c\x65\x28\x30\ \x2e\x30\x30\x30\x34\x38\x38\x32\x38\x31\x32\x35\x2c\x2d\x30\x2e\ \x30\x30\x30\x34\x38\x38\x32\x38\x31\x32\x35\x29\x22\x3e\x0a\x20\ \x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x64\x3d\x22\x4d\x20\ \x35\x38\x30\x2c\x31\x31\x34\x31\x20\x4c\x20\x31\x31\x36\x33\x2c\ \x35\x37\x31\x20\x35\x38\x30\x2c\x30\x20\x2d\x34\x2c\x35\x37\x31\ \x20\x35\x38\x30\x2c\x31\x31\x34\x31\x20\x5a\x22\x0a\x20\x20\x20\ \x69\x64\x3d\x22\x70\x61\x74\x68\x31\x34\x22\x20\x2f\x3e\x0a\x20\ \x20\x3c\x2f\x67\x3e\x0a\x20\x20\x3c\x67\x0a\x20\x20\x20\x69\x64\ \x3d\x22\x62\x75\x6c\x6c\x65\x74\x2d\x63\x68\x61\x72\x2d\x74\x65\ \x6d\x70\x6c\x61\x74\x65\x2d\x35\x37\x33\x35\x34\x22\x0a\x20\x20\ \x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x73\x63\x61\x6c\ \x65\x28\x30\x2e\x30\x30\x30\x34\x38\x38\x32\x38\x31\x32\x35\x2c\ \x2d\x30\x2e\x30\x30\x30\x34\x38\x38\x32\x38\x31\x32\x35\x29\x22\ \x3e\x0a\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x64\x3d\ \x22\x4d\x20\x38\x2c\x31\x31\x32\x38\x20\x4c\x20\x31\x31\x33\x37\ \x2c\x31\x31\x32\x38\x20\x31\x31\x33\x37\x2c\x30\x20\x38\x2c\x30\ \x20\x38\x2c\x31\x31\x32\x38\x20\x5a\x22\x0a\x20\x20\x20\x69\x64\ \x3d\x22\x70\x61\x74\x68\x31\x37\x22\x20\x2f\x3e\x0a\x20\x20\x3c\ \x2f\x67\x3e\x0a\x20\x20\x3c\x67\x0a\x20\x20\x20\x69\x64\x3d\x22\ \x62\x75\x6c\x6c\x65\x74\x2d\x63\x68\x61\x72\x2d\x74\x65\x6d\x70\ \x6c\x61\x74\x65\x2d\x31\x30\x31\x34\x36\x22\x0a\x20\x20\x20\x74\ \x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x73\x63\x61\x6c\x65\x28\ \x30\x2e\x30\x30\x30\x34\x38\x38\x32\x38\x31\x32\x35\x2c\x2d\x30\ \x2e\x30\x30\x30\x34\x38\x38\x32\x38\x31\x32\x35\x29\x22\x3e\x0a\ \x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x64\x3d\x22\x4d\ \x20\x31\x37\x34\x2c\x30\x20\x4c\x20\x36\x30\x32\x2c\x37\x33\x39\ \x20\x31\x37\x34\x2c\x31\x34\x38\x31\x20\x31\x34\x35\x36\x2c\x37\ \x33\x39\x20\x31\x37\x34\x2c\x30\x20\x5a\x20\x4d\x20\x31\x33\x35\ \x38\x2c\x37\x33\x39\x20\x4c\x20\x33\x30\x39\x2c\x31\x33\x34\x36\ \x20\x36\x35\x39\x2c\x37\x33\x39\x20\x31\x33\x35\x38\x2c\x37\x33\ \x39\x20\x5a\x22\x0a\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\ \x32\x30\x22\x20\x2f\x3e\x0a\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\ \x3c\x67\x0a\x20\x20\x20\x69\x64\x3d\x22\x62\x75\x6c\x6c\x65\x74\ \x2d\x63\x68\x61\x72\x2d\x74\x65\x6d\x70\x6c\x61\x74\x65\x2d\x31\ \x30\x31\x33\x32\x22\x0a\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\ \x72\x6d\x3d\x22\x73\x63\x61\x6c\x65\x28\x30\x2e\x30\x30\x30\x34\ \x38\x38\x32\x38\x31\x32\x35\x2c\x2d\x30\x2e\x30\x30\x30\x34\x38\ \x38\x32\x38\x31\x32\x35\x29\x22\x3e\x0a\x20\x20\x20\x3c\x70\x61\ \x74\x68\x0a\x20\x20\x20\x64\x3d\x22\x4d\x20\x32\x30\x31\x35\x2c\ \x37\x33\x39\x20\x4c\x20\x31\x32\x37\x36\x2c\x30\x20\x37\x31\x37\ \x2c\x30\x20\x31\x32\x36\x30\x2c\x35\x34\x33\x20\x31\x37\x34\x2c\ \x35\x34\x33\x20\x31\x37\x34\x2c\x39\x33\x36\x20\x31\x32\x36\x30\ \x2c\x39\x33\x36\x20\x37\x31\x37\x2c\x31\x34\x38\x31\x20\x31\x32\ \x37\x34\x2c\x31\x34\x38\x31\x20\x32\x30\x31\x35\x2c\x37\x33\x39\ \x20\x5a\x22\x0a\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x32\ \x33\x22\x20\x2f\x3e\x0a\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x3c\ \x67\x0a\x20\x20\x20\x69\x64\x3d\x22\x62\x75\x6c\x6c\x65\x74\x2d\ \x63\x68\x61\x72\x2d\x74\x65\x6d\x70\x6c\x61\x74\x65\x2d\x31\x30\ \x30\x30\x37\x22\x0a\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\ \x6d\x3d\x22\x73\x63\x61\x6c\x65\x28\x30\x2e\x30\x30\x30\x34\x38\ \x38\x32\x38\x31\x32\x35\x2c\x2d\x30\x2e\x30\x30\x30\x34\x38\x38\ \x32\x38\x31\x32\x35\x29\x22\x3e\x0a\x20\x20\x20\x3c\x70\x61\x74\ \x68\x0a\x20\x20\x20\x64\x3d\x22\x4d\x20\x30\x2c\x2d\x32\x20\x43\ \x20\x2d\x37\x2c\x31\x34\x20\x2d\x31\x36\x2c\x32\x37\x20\x2d\x32\ \x35\x2c\x33\x37\x20\x4c\x20\x33\x35\x36\x2c\x35\x36\x37\x20\x43\ \x20\x32\x36\x32\x2c\x38\x32\x33\x20\x32\x31\x35\x2c\x39\x35\x32\ \x20\x32\x31\x35\x2c\x39\x35\x34\x20\x32\x31\x35\x2c\x39\x37\x39\ \x20\x32\x32\x38\x2c\x39\x39\x32\x20\x32\x35\x35\x2c\x39\x39\x32\ \x20\x32\x36\x34\x2c\x39\x39\x32\x20\x32\x37\x36\x2c\x39\x39\x30\ \x20\x32\x38\x39\x2c\x39\x38\x37\x20\x33\x31\x30\x2c\x39\x39\x31\ \x20\x33\x33\x31\x2c\x39\x39\x39\x20\x33\x35\x34\x2c\x31\x30\x31\ \x32\x20\x4c\x20\x33\x38\x31\x2c\x39\x39\x39\x20\x34\x39\x32\x2c\ \x37\x34\x38\x20\x37\x37\x32\x2c\x31\x30\x34\x39\x20\x38\x33\x36\ \x2c\x31\x30\x32\x34\x20\x38\x36\x30\x2c\x31\x30\x34\x39\x20\x43\ \x20\x38\x38\x31\x2c\x31\x30\x33\x39\x20\x39\x30\x31\x2c\x31\x30\ \x32\x35\x20\x39\x32\x32\x2c\x31\x30\x30\x36\x20\x38\x38\x36\x2c\ \x39\x33\x37\x20\x38\x33\x35\x2c\x38\x36\x33\x20\x37\x37\x30\x2c\ \x37\x38\x34\x20\x37\x36\x39\x2c\x37\x38\x33\x20\x37\x31\x30\x2c\ \x37\x31\x36\x20\x35\x39\x34\x2c\x35\x38\x34\x20\x4c\x20\x37\x37\ \x34\x2c\x32\x32\x33\x20\x43\x20\x37\x37\x34\x2c\x31\x39\x36\x20\ \x37\x35\x33\x2c\x31\x36\x38\x20\x37\x31\x31\x2c\x31\x33\x39\x20\ \x4c\x20\x37\x32\x37\x2c\x31\x31\x39\x20\x43\x20\x37\x31\x37\x2c\ \x39\x30\x20\x36\x39\x39\x2c\x37\x36\x20\x36\x37\x32\x2c\x37\x36\ \x20\x36\x34\x31\x2c\x37\x36\x20\x35\x37\x30\x2c\x31\x37\x38\x20\ \x34\x35\x37\x2c\x33\x38\x31\x20\x4c\x20\x31\x36\x34\x2c\x2d\x37\ \x36\x20\x43\x20\x31\x34\x32\x2c\x2d\x31\x31\x30\x20\x31\x31\x31\ \x2c\x2d\x31\x32\x37\x20\x37\x32\x2c\x2d\x31\x32\x37\x20\x33\x30\ \x2c\x2d\x31\x32\x37\x20\x39\x2c\x2d\x31\x31\x30\x20\x38\x2c\x2d\ \x37\x36\x20\x31\x2c\x2d\x36\x37\x20\x2d\x32\x2c\x2d\x35\x32\x20\ \x2d\x32\x2c\x2d\x33\x32\x20\x2d\x32\x2c\x2d\x32\x33\x20\x2d\x31\ \x2c\x2d\x31\x33\x20\x30\x2c\x2d\x32\x20\x5a\x22\x0a\x20\x20\x20\ \x69\x64\x3d\x22\x70\x61\x74\x68\x32\x36\x22\x20\x2f\x3e\x0a\x20\ \x20\x3c\x2f\x67\x3e\x0a\x20\x20\x3c\x67\x0a\x20\x20\x20\x69\x64\ \x3d\x22\x62\x75\x6c\x6c\x65\x74\x2d\x63\x68\x61\x72\x2d\x74\x65\ \x6d\x70\x6c\x61\x74\x65\x2d\x31\x30\x30\x30\x34\x22\x0a\x20\x20\ \x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x73\x63\x61\x6c\ \x65\x28\x30\x2e\x30\x30\x30\x34\x38\x38\x32\x38\x31\x32\x35\x2c\ \x2d\x30\x2e\x30\x30\x30\x34\x38\x38\x32\x38\x31\x32\x35\x29\x22\ \x3e\x0a\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x64\x3d\ \x22\x4d\x20\x32\x38\x35\x2c\x2d\x33\x33\x20\x43\x20\x31\x38\x32\ \x2c\x2d\x33\x33\x20\x31\x31\x31\x2c\x33\x30\x20\x37\x34\x2c\x31\ \x35\x36\x20\x35\x32\x2c\x32\x32\x38\x20\x34\x31\x2c\x33\x33\x33\ \x20\x34\x31\x2c\x34\x37\x31\x20\x34\x31\x2c\x35\x34\x39\x20\x35\ \x35\x2c\x36\x31\x36\x20\x38\x32\x2c\x36\x37\x32\x20\x31\x31\x36\ \x2c\x37\x34\x33\x20\x31\x36\x39\x2c\x37\x37\x38\x20\x32\x34\x30\ \x2c\x37\x37\x38\x20\x32\x39\x33\x2c\x37\x37\x38\x20\x33\x32\x38\ \x2c\x37\x34\x37\x20\x33\x34\x36\x2c\x36\x38\x34\x20\x4c\x20\x33\ \x36\x39\x2c\x35\x30\x38\x20\x43\x20\x33\x37\x37\x2c\x34\x34\x34\ \x20\x33\x39\x37\x2c\x34\x31\x31\x20\x34\x32\x38\x2c\x34\x31\x30\ \x20\x4c\x20\x31\x31\x36\x33\x2c\x31\x31\x31\x36\x20\x43\x20\x31\ \x31\x37\x34\x2c\x31\x31\x32\x37\x20\x31\x31\x39\x36\x2c\x31\x31\ \x33\x33\x20\x31\x32\x32\x39\x2c\x31\x31\x33\x33\x20\x31\x32\x37\ \x31\x2c\x31\x31\x33\x33\x20\x31\x32\x39\x32\x2c\x31\x31\x31\x38\ \x20\x31\x32\x39\x32\x2c\x31\x30\x38\x37\x20\x4c\x20\x31\x32\x39\ \x32\x2c\x39\x36\x35\x20\x43\x20\x31\x32\x39\x32\x2c\x39\x32\x39\ \x20\x31\x32\x38\x32\x2c\x39\x30\x31\x20\x31\x32\x36\x32\x2c\x38\ \x38\x31\x20\x4c\x20\x34\x34\x32\x2c\x34\x37\x20\x43\x20\x33\x39\ \x30\x2c\x2d\x36\x20\x33\x33\x38\x2c\x2d\x33\x33\x20\x32\x38\x35\ \x2c\x2d\x33\x33\x20\x5a\x22\x0a\x20\x20\x20\x69\x64\x3d\x22\x70\ \x61\x74\x68\x32\x39\x22\x20\x2f\x3e\x0a\x20\x20\x3c\x2f\x67\x3e\ \x0a\x20\x20\x3c\x67\x0a\x20\x20\x20\x69\x64\x3d\x22\x62\x75\x6c\ \x6c\x65\x74\x2d\x63\x68\x61\x72\x2d\x74\x65\x6d\x70\x6c\x61\x74\ \x65\x2d\x39\x36\x37\x39\x22\x0a\x20\x20\x20\x74\x72\x61\x6e\x73\ \x66\x6f\x72\x6d\x3d\x22\x73\x63\x61\x6c\x65\x28\x30\x2e\x30\x30\ \x30\x34\x38\x38\x32\x38\x31\x32\x35\x2c\x2d\x30\x2e\x30\x30\x30\ \x34\x38\x38\x32\x38\x31\x32\x35\x29\x22\x3e\x0a\x20\x20\x20\x3c\ \x70\x61\x74\x68\x0a\x20\x20\x20\x64\x3d\x22\x4d\x20\x38\x31\x33\ \x2c\x30\x20\x43\x20\x36\x33\x32\x2c\x30\x20\x34\x38\x39\x2c\x35\ \x34\x20\x33\x38\x33\x2c\x31\x36\x31\x20\x32\x37\x36\x2c\x32\x36\ \x38\x20\x32\x32\x33\x2c\x34\x31\x31\x20\x32\x32\x33\x2c\x35\x39\ \x32\x20\x32\x32\x33\x2c\x37\x37\x33\x20\x32\x37\x36\x2c\x39\x31\ \x36\x20\x33\x38\x33\x2c\x31\x30\x32\x33\x20\x34\x38\x39\x2c\x31\ \x31\x33\x30\x20\x36\x33\x32\x2c\x31\x31\x38\x34\x20\x38\x31\x33\ \x2c\x31\x31\x38\x34\x20\x39\x39\x32\x2c\x31\x31\x38\x34\x20\x31\ \x31\x33\x36\x2c\x31\x31\x33\x30\x20\x31\x32\x34\x35\x2c\x31\x30\ \x32\x33\x20\x31\x33\x35\x33\x2c\x39\x31\x36\x20\x31\x34\x30\x37\ \x2c\x37\x37\x32\x20\x31\x34\x30\x37\x2c\x35\x39\x32\x20\x31\x34\ \x30\x37\x2c\x34\x31\x32\x20\x31\x33\x35\x33\x2c\x32\x36\x38\x20\ \x31\x32\x34\x35\x2c\x31\x36\x31\x20\x31\x31\x33\x36\x2c\x35\x34\ \x20\x39\x39\x32\x2c\x30\x20\x38\x31\x33\x2c\x30\x20\x5a\x22\x0a\ \x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x33\x32\x22\x20\x2f\ \x3e\x0a\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x3c\x67\x0a\x20\x20\ \x20\x69\x64\x3d\x22\x62\x75\x6c\x6c\x65\x74\x2d\x63\x68\x61\x72\ \x2d\x74\x65\x6d\x70\x6c\x61\x74\x65\x2d\x38\x32\x32\x36\x22\x0a\ \x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x73\x63\ \x61\x6c\x65\x28\x30\x2e\x30\x30\x30\x34\x38\x38\x32\x38\x31\x32\ \x35\x2c\x2d\x30\x2e\x30\x30\x30\x34\x38\x38\x32\x38\x31\x32\x35\ \x29\x22\x3e\x0a\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\ \x64\x3d\x22\x4d\x20\x33\x34\x36\x2c\x34\x35\x37\x20\x43\x20\x32\ \x37\x33\x2c\x34\x35\x37\x20\x32\x30\x39\x2c\x34\x38\x33\x20\x31\ \x35\x35\x2c\x35\x33\x35\x20\x31\x30\x31\x2c\x35\x38\x36\x20\x37\ \x34\x2c\x36\x34\x39\x20\x37\x34\x2c\x37\x32\x33\x20\x37\x34\x2c\ \x37\x39\x36\x20\x31\x30\x31\x2c\x38\x35\x39\x20\x31\x35\x35\x2c\ \x39\x31\x31\x20\x32\x30\x39\x2c\x39\x36\x33\x20\x32\x37\x33\x2c\ \x39\x38\x39\x20\x33\x34\x36\x2c\x39\x38\x39\x20\x34\x31\x39\x2c\ \x39\x38\x39\x20\x34\x38\x30\x2c\x39\x36\x33\x20\x35\x33\x31\x2c\ \x39\x31\x30\x20\x35\x38\x32\x2c\x38\x35\x39\x20\x36\x30\x38\x2c\ \x37\x39\x36\x20\x36\x30\x38\x2c\x37\x32\x33\x20\x36\x30\x38\x2c\ \x36\x34\x38\x20\x35\x38\x33\x2c\x35\x38\x36\x20\x35\x33\x32\x2c\ \x35\x33\x35\x20\x34\x38\x32\x2c\x34\x38\x33\x20\x34\x32\x30\x2c\ \x34\x35\x37\x20\x33\x34\x36\x2c\x34\x35\x37\x20\x5a\x22\x0a\x20\ \x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x33\x35\x22\x20\x2f\x3e\ \x0a\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x3c\x67\x0a\x20\x20\x20\ \x69\x64\x3d\x22\x62\x75\x6c\x6c\x65\x74\x2d\x63\x68\x61\x72\x2d\ \x74\x65\x6d\x70\x6c\x61\x74\x65\x2d\x38\x32\x31\x31\x22\x0a\x20\ \x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x73\x63\x61\ \x6c\x65\x28\x30\x2e\x30\x30\x30\x34\x38\x38\x32\x38\x31\x32\x35\ \x2c\x2d\x30\x2e\x30\x30\x30\x34\x38\x38\x32\x38\x31\x32\x35\x29\ \x22\x3e\x0a\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x64\ \x3d\x22\x4d\x20\x2d\x34\x2c\x34\x35\x39\x20\x4c\x20\x31\x31\x33\ \x35\x2c\x34\x35\x39\x20\x31\x31\x33\x35\x2c\x36\x30\x36\x20\x2d\ \x34\x2c\x36\x30\x36\x20\x2d\x34\x2c\x34\x35\x39\x20\x5a\x22\x0a\ \x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x33\x38\x22\x20\x2f\ \x3e\x0a\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x3c\x67\x0a\x20\x20\ \x20\x69\x64\x3d\x22\x62\x75\x6c\x6c\x65\x74\x2d\x63\x68\x61\x72\ \x2d\x74\x65\x6d\x70\x6c\x61\x74\x65\x2d\x36\x31\x35\x34\x38\x22\ \x0a\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x73\ \x63\x61\x6c\x65\x28\x30\x2e\x30\x30\x30\x34\x38\x38\x32\x38\x31\ \x32\x35\x2c\x2d\x30\x2e\x30\x30\x30\x34\x38\x38\x32\x38\x31\x32\ \x35\x29\x22\x3e\x0a\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\ \x20\x64\x3d\x22\x4d\x20\x31\x37\x33\x2c\x37\x34\x30\x20\x43\x20\ \x31\x37\x33\x2c\x39\x30\x33\x20\x32\x33\x31\x2c\x31\x30\x34\x33\ \x20\x33\x34\x36\x2c\x31\x31\x35\x39\x20\x34\x36\x32\x2c\x31\x32\ \x37\x34\x20\x36\x30\x31\x2c\x31\x33\x33\x32\x20\x37\x36\x35\x2c\ \x31\x33\x33\x32\x20\x39\x32\x38\x2c\x31\x33\x33\x32\x20\x31\x30\ \x36\x37\x2c\x31\x32\x37\x34\x20\x31\x31\x38\x33\x2c\x31\x31\x35\ \x39\x20\x31\x32\x39\x39\x2c\x31\x30\x34\x33\x20\x31\x33\x35\x37\ \x2c\x39\x30\x33\x20\x31\x33\x35\x37\x2c\x37\x34\x30\x20\x31\x33\ \x35\x37\x2c\x35\x37\x37\x20\x31\x32\x39\x39\x2c\x34\x33\x37\x20\ \x31\x31\x38\x33\x2c\x33\x32\x32\x20\x31\x30\x36\x37\x2c\x32\x30\ \x36\x20\x39\x32\x38\x2c\x31\x34\x38\x20\x37\x36\x35\x2c\x31\x34\ \x38\x20\x36\x30\x31\x2c\x31\x34\x38\x20\x34\x36\x32\x2c\x32\x30\ \x36\x20\x33\x34\x36\x2c\x33\x32\x32\x20\x32\x33\x31\x2c\x34\x33\ \x37\x20\x31\x37\x33\x2c\x35\x37\x37\x20\x31\x37\x33\x2c\x37\x34\ \x30\x20\x5a\x22\x0a\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\ \x34\x31\x22\x20\x2f\x3e\x0a\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x3c\ \x2f\x64\x65\x66\x73\x3e\x0a\x20\x3c\x67\x0a\x20\x20\x20\x69\x64\ \x3d\x22\x67\x34\x39\x22\x3e\x0a\x20\x20\x3c\x67\x0a\x20\x20\x20\ \x69\x64\x3d\x22\x69\x64\x32\x22\x0a\x20\x20\x20\x63\x6c\x61\x73\ \x73\x3d\x22\x4d\x61\x73\x74\x65\x72\x5f\x53\x6c\x69\x64\x65\x22\ \x3e\x0a\x20\x20\x20\x3c\x67\x0a\x20\x20\x20\x69\x64\x3d\x22\x62\ \x67\x2d\x69\x64\x32\x22\x0a\x20\x20\x20\x63\x6c\x61\x73\x73\x3d\ \x22\x42\x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x3c\x67\x0a\x20\x20\x20\x69\x64\x3d\x22\x62\x6f\x2d\ \x69\x64\x32\x22\x0a\x20\x20\x20\x63\x6c\x61\x73\x73\x3d\x22\x42\ \x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x4f\x62\x6a\x65\x63\x74\x73\ \x22\x20\x2f\x3e\x0a\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x3c\x2f\x67\ \x3e\x0a\x20\x3c\x67\x0a\x20\x20\x20\x63\x6c\x61\x73\x73\x3d\x22\ \x53\x6c\x69\x64\x65\x47\x72\x6f\x75\x70\x22\x0a\x20\x20\x20\x69\ \x64\x3d\x22\x67\x36\x36\x22\x3e\x0a\x20\x20\x3c\x67\x0a\x20\x20\ \x20\x69\x64\x3d\x22\x67\x36\x34\x22\x3e\x0a\x20\x20\x20\x3c\x67\ \x0a\x20\x20\x20\x69\x64\x3d\x22\x63\x6f\x6e\x74\x61\x69\x6e\x65\ \x72\x2d\x69\x64\x31\x22\x3e\x0a\x20\x20\x20\x20\x3c\x67\x0a\x20\ \x20\x20\x69\x64\x3d\x22\x69\x64\x31\x22\x0a\x20\x20\x20\x63\x6c\ \x61\x73\x73\x3d\x22\x53\x6c\x69\x64\x65\x22\x0a\x20\x20\x20\x63\ \x6c\x69\x70\x2d\x70\x61\x74\x68\x3d\x22\x75\x72\x6c\x28\x23\x70\ \x72\x65\x73\x65\x6e\x74\x61\x74\x69\x6f\x6e\x5f\x63\x6c\x69\x70\ \x5f\x70\x61\x74\x68\x29\x22\x3e\x0a\x20\x20\x20\x20\x20\x3c\x67\ \x0a\x20\x20\x20\x63\x6c\x61\x73\x73\x3d\x22\x50\x61\x67\x65\x22\ \x0a\x20\x20\x20\x69\x64\x3d\x22\x67\x36\x30\x22\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x3c\x67\x0a\x20\x20\x20\x63\x6c\x61\x73\x73\x3d\ \x22\x47\x72\x61\x70\x68\x69\x63\x22\x0a\x20\x20\x20\x69\x64\x3d\ \x22\x67\x35\x38\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x3c\x67\ \x0a\x20\x20\x20\x69\x64\x3d\x22\x69\x64\x33\x22\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x3c\x72\x65\x63\x74\x0a\x20\x20\x20\x63\ \x6c\x61\x73\x73\x3d\x22\x42\x6f\x75\x6e\x64\x69\x6e\x67\x42\x6f\ \x78\x22\x0a\x20\x20\x20\x73\x74\x72\x6f\x6b\x65\x3d\x22\x6e\x6f\ \x6e\x65\x22\x0a\x20\x20\x20\x66\x69\x6c\x6c\x3d\x22\x6e\x6f\x6e\ \x65\x22\x0a\x20\x20\x20\x78\x3d\x22\x32\x39\x36\x22\x0a\x20\x20\ \x20\x79\x3d\x22\x32\x39\x36\x22\x0a\x20\x20\x20\x77\x69\x64\x74\ \x68\x3d\x22\x34\x39\x39\x37\x22\x0a\x20\x20\x20\x68\x65\x69\x67\ \x68\x74\x3d\x22\x34\x39\x39\x37\x22\x0a\x20\x20\x20\x69\x64\x3d\ \x22\x72\x65\x63\x74\x35\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x66\x69\x6c\ \x6c\x3d\x22\x72\x67\x62\x28\x30\x2c\x30\x2c\x30\x29\x22\x0a\x20\ \x20\x20\x73\x74\x72\x6f\x6b\x65\x3d\x22\x6e\x6f\x6e\x65\x22\x0a\ \x20\x20\x20\x64\x3d\x22\x4d\x20\x35\x30\x34\x32\x2c\x32\x31\x37\ \x34\x20\x43\x20\x35\x30\x33\x30\x2c\x32\x31\x37\x36\x20\x35\x30\ \x32\x30\x2c\x32\x31\x38\x30\x20\x35\x30\x30\x39\x2c\x32\x31\x38\ \x34\x20\x34\x39\x34\x33\x2c\x32\x32\x31\x34\x20\x34\x39\x30\x33\ \x2c\x32\x32\x38\x37\x20\x34\x39\x31\x38\x2c\x32\x33\x36\x31\x20\ \x35\x30\x38\x36\x2c\x33\x31\x38\x38\x20\x34\x37\x35\x35\x2c\x34\ \x30\x34\x35\x20\x34\x30\x37\x35\x2c\x34\x35\x34\x34\x20\x33\x36\ \x31\x31\x2c\x34\x38\x38\x34\x20\x33\x30\x33\x38\x2c\x35\x30\x32\ \x32\x20\x32\x34\x36\x33\x2c\x34\x39\x33\x34\x20\x31\x38\x38\x37\ \x2c\x34\x38\x34\x35\x20\x31\x33\x38\x33\x2c\x34\x35\x34\x31\x20\ \x31\x30\x34\x33\x2c\x34\x30\x37\x37\x20\x33\x33\x36\x2c\x33\x31\ \x31\x32\x20\x35\x34\x35\x2c\x31\x37\x35\x32\x20\x31\x35\x31\x30\ \x2c\x31\x30\x34\x34\x20\x31\x39\x37\x34\x2c\x37\x30\x34\x20\x32\ \x35\x34\x36\x2c\x35\x36\x36\x20\x33\x31\x32\x32\x2c\x36\x35\x35\ \x20\x33\x36\x38\x31\x2c\x37\x34\x31\x20\x34\x31\x37\x32\x2c\x31\ \x30\x33\x31\x20\x34\x35\x31\x32\x2c\x31\x34\x37\x32\x20\x4c\x20\ \x34\x33\x36\x36\x2c\x31\x34\x35\x31\x20\x43\x20\x34\x32\x37\x39\ \x2c\x31\x34\x33\x39\x20\x34\x31\x39\x38\x2c\x31\x34\x39\x39\x20\ \x34\x31\x38\x36\x2c\x31\x35\x38\x36\x20\x34\x31\x37\x34\x2c\x31\ \x36\x37\x33\x20\x34\x32\x33\x34\x2c\x31\x37\x35\x33\x20\x34\x33\ \x32\x31\x2c\x31\x37\x36\x35\x20\x4c\x20\x34\x38\x34\x37\x2c\x31\ \x38\x34\x31\x20\x43\x20\x34\x38\x35\x31\x2c\x31\x38\x34\x32\x20\ \x34\x38\x35\x34\x2c\x31\x38\x34\x32\x20\x34\x38\x35\x38\x2c\x31\ \x38\x34\x32\x20\x34\x38\x36\x32\x2c\x31\x38\x34\x32\x20\x34\x38\ \x36\x36\x2c\x31\x38\x34\x33\x20\x34\x38\x37\x30\x2c\x31\x38\x34\ \x33\x20\x34\x39\x34\x38\x2c\x31\x38\x34\x33\x20\x35\x30\x31\x36\ \x2c\x31\x37\x38\x36\x20\x35\x30\x32\x37\x2c\x31\x37\x30\x37\x20\ \x4c\x20\x35\x31\x30\x33\x2c\x31\x31\x38\x30\x20\x43\x20\x35\x31\ \x31\x35\x2c\x31\x30\x39\x33\x20\x35\x30\x35\x35\x2c\x31\x30\x31\ \x33\x20\x34\x39\x36\x38\x2c\x31\x30\x30\x30\x20\x34\x38\x38\x32\ \x2c\x39\x38\x38\x20\x34\x38\x30\x31\x2c\x31\x30\x34\x38\x20\x34\ \x37\x38\x39\x2c\x31\x31\x33\x35\x20\x4c\x20\x34\x37\x36\x37\x2c\ \x31\x32\x38\x34\x20\x43\x20\x34\x33\x37\x38\x2c\x37\x37\x34\x20\ \x33\x38\x31\x33\x2c\x34\x34\x30\x20\x33\x31\x37\x30\x2c\x33\x34\ \x31\x20\x32\x35\x31\x31\x2c\x32\x33\x39\x20\x31\x38\x35\x35\x2c\ \x33\x39\x38\x20\x31\x33\x32\x32\x2c\x37\x38\x38\x20\x37\x39\x30\ \x2c\x31\x31\x37\x39\x20\x34\x34\x31\x2c\x31\x37\x35\x37\x20\x33\ \x33\x39\x2c\x32\x34\x31\x36\x20\x32\x33\x38\x2c\x33\x30\x37\x36\ \x20\x33\x39\x37\x2c\x33\x37\x33\x32\x20\x37\x38\x37\x2c\x34\x32\ \x36\x34\x20\x31\x31\x37\x37\x2c\x34\x37\x39\x37\x20\x31\x37\x35\ \x35\x2c\x35\x31\x34\x36\x20\x32\x34\x31\x34\x2c\x35\x32\x34\x37\ \x20\x32\x35\x34\x34\x2c\x35\x32\x36\x37\x20\x32\x36\x37\x34\x2c\ \x35\x32\x37\x37\x20\x32\x38\x30\x33\x2c\x35\x32\x37\x37\x20\x33\ \x33\x32\x38\x2c\x35\x32\x37\x37\x20\x33\x38\x33\x35\x2c\x35\x31\ \x31\x33\x20\x34\x32\x36\x33\x2c\x34\x38\x30\x30\x20\x35\x30\x34\ \x33\x2c\x34\x32\x32\x38\x20\x35\x34\x32\x32\x2c\x33\x32\x34\x36\ \x20\x35\x32\x32\x39\x2c\x32\x32\x39\x38\x20\x35\x32\x31\x32\x2c\ \x32\x32\x31\x32\x20\x35\x31\x32\x38\x2c\x32\x31\x35\x37\x20\x35\ \x30\x34\x32\x2c\x32\x31\x37\x34\x20\x5a\x22\x0a\x20\x20\x20\x69\ \x64\x3d\x22\x70\x61\x74\x68\x35\x33\x22\x20\x2f\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x66\ \x69\x6c\x6c\x3d\x22\x72\x67\x62\x28\x30\x2c\x30\x2c\x30\x29\x22\ \x0a\x20\x20\x20\x73\x74\x72\x6f\x6b\x65\x3d\x22\x6e\x6f\x6e\x65\ \x22\x0a\x20\x20\x20\x64\x3d\x22\x4d\x20\x33\x36\x35\x38\x2c\x32\ \x38\x35\x33\x20\x4c\x20\x33\x31\x31\x37\x2c\x32\x38\x35\x33\x20\ \x43\x20\x33\x30\x37\x37\x2c\x32\x37\x36\x33\x20\x33\x30\x30\x35\ \x2c\x32\x36\x39\x31\x20\x32\x39\x31\x35\x2c\x32\x36\x35\x31\x20\ \x4c\x20\x32\x39\x31\x35\x2c\x31\x34\x33\x34\x20\x43\x20\x32\x39\ \x31\x35\x2c\x31\x33\x34\x36\x20\x32\x38\x34\x34\x2c\x31\x32\x37\ \x35\x20\x32\x37\x35\x36\x2c\x31\x32\x37\x35\x20\x32\x36\x36\x38\ \x2c\x31\x32\x37\x35\x20\x32\x35\x39\x37\x2c\x31\x33\x34\x36\x20\ \x32\x35\x39\x37\x2c\x31\x34\x33\x34\x20\x4c\x20\x32\x35\x39\x37\ \x2c\x32\x36\x35\x31\x20\x43\x20\x32\x34\x35\x39\x2c\x32\x37\x31\ \x33\x20\x32\x33\x36\x32\x2c\x32\x38\x35\x31\x20\x32\x33\x36\x32\ \x2c\x33\x30\x31\x32\x20\x32\x33\x36\x32\x2c\x33\x32\x33\x30\x20\ \x32\x35\x33\x39\x2c\x33\x34\x30\x36\x20\x32\x37\x35\x36\x2c\x33\ \x34\x30\x36\x20\x32\x39\x31\x37\x2c\x33\x34\x30\x36\x20\x33\x30\ \x35\x35\x2c\x33\x33\x30\x39\x20\x33\x31\x31\x37\x2c\x33\x31\x37\ \x31\x20\x4c\x20\x33\x36\x35\x38\x2c\x33\x31\x37\x31\x20\x43\x20\ \x33\x37\x34\x36\x2c\x33\x31\x37\x31\x20\x33\x38\x31\x37\x2c\x33\ \x31\x30\x30\x20\x33\x38\x31\x37\x2c\x33\x30\x31\x32\x20\x33\x38\ \x31\x37\x2c\x32\x39\x32\x34\x20\x33\x37\x34\x36\x2c\x32\x38\x35\ \x33\x20\x33\x36\x35\x38\x2c\x32\x38\x35\x33\x20\x4c\x20\x33\x36\ \x35\x38\x2c\x32\x38\x35\x33\x20\x5a\x20\x4d\x20\x32\x36\x37\x39\ \x2c\x33\x30\x31\x32\x20\x43\x20\x32\x36\x37\x39\x2c\x32\x39\x37\ \x30\x20\x32\x37\x31\x34\x2c\x32\x39\x33\x35\x20\x32\x37\x35\x36\ \x2c\x32\x39\x33\x35\x20\x32\x37\x39\x38\x2c\x32\x39\x33\x35\x20\ \x32\x38\x33\x33\x2c\x32\x39\x37\x30\x20\x32\x38\x33\x33\x2c\x33\ \x30\x31\x32\x20\x32\x38\x33\x33\x2c\x33\x30\x35\x34\x20\x32\x37\ \x39\x38\x2c\x33\x30\x38\x39\x20\x32\x37\x35\x36\x2c\x33\x30\x38\ \x39\x20\x32\x37\x31\x34\x2c\x33\x30\x38\x39\x20\x32\x36\x37\x39\ \x2c\x33\x30\x35\x34\x20\x32\x36\x37\x39\x2c\x33\x30\x31\x32\x20\ \x4c\x20\x32\x36\x37\x39\x2c\x33\x30\x31\x32\x20\x5a\x22\x0a\x20\ \x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x35\x35\x22\x20\x2f\x3e\ \x0a\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x20\x20\x20\x3c\x2f\x67\ \x3e\x0a\x20\x20\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x20\x3c\x2f\ \x67\x3e\x0a\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x3c\x2f\x67\x3e\x0a\ \x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x06\x50\ \x00\ \x00\x1e\x45\x78\x9c\xed\x59\x4b\x8f\xdb\x36\x10\xbe\xe7\x57\x08\ \xca\x25\x41\x4d\x89\xd4\x5b\x5a\xef\x06\x68\x8b\x06\x05\xda\x4b\ \xfa\x02\x7a\xa3\x25\x5a\x66\x57\x22\x5d\x8a\x5e\xef\xee\xaf\xef\ \x90\x92\x2c\xc9\x71\x93\xa6\xed\x29\xf1\x1a\x81\x34\x2f\xce\x83\ \xe4\x37\x13\x7b\xfd\xe6\xb1\x6d\x9c\x07\xa6\x3a\x2e\xc5\xad\x4b\ \x3c\xec\x3a\x4c\x94\xb2\xe2\xa2\xbe\x75\x7f\xf9\xf9\x3b\x94\xb9\ \x4e\xa7\xa9\xa8\x68\x23\x05\xbb\x75\x85\x74\xdf\xdc\xbd\x58\x77\ \x0f\xf5\x0b\xc7\x71\xc0\x58\x74\x85\xec\x36\xb7\xee\x4e\xeb\x7d\ \xe1\xfb\xc7\xe3\xd1\x93\x7b\x26\xba\x23\xd5\xe5\x6e\x23\xe5\xbd\ \x27\x55\xed\x1f\x14\xf7\x03\x8c\x73\x1f\x74\xdd\xc9\xb2\x2a\x4f\ \x86\xfb\x83\x6a\xac\x6a\x55\xfa\xac\x61\x2d\x13\xba\xf3\x89\x47\ \xfc\x99\x7a\x39\xa9\x97\x8a\x51\xcd\x1f\x58\x29\xdb\x56\x8a\xce\ \x5a\x8a\xee\xe5\x4c\x59\x55\xdb\x45\x54\xc7\xd0\x2a\x91\x3c\xcf\ \x7d\x1c\xf8\x41\x80\x40\x03\x75\x4f\x42\xd3\x47\xb4\x34\x85\xec\ \x2e\x99\x42\x02\xd8\x07\xd9\xa4\xf9\x51\xad\x23\xaf\xf4\xee\xd6\ \x0d\x03\x4b\xcd\xea\x4c\x2c\x83\x57\xb7\x2e\xa8\xa6\x61\x16\x59\ \x7a\xc7\x78\xbd\xd3\x56\xff\x0e\xe8\x75\xcb\x34\xad\xa8\xa6\x46\ \xd6\x6b\x8f\x9c\x00\x67\x71\x64\x95\x40\x0d\x12\x29\xde\x7d\xfb\ \x5d\x4f\x01\x5d\x96\xc5\x6f\x52\xdd\x0f\x24\xfc\x19\x05\xba\x91\ \x07\x58\xda\xbd\x3b\xb1\xd7\x55\x59\x68\xae\x1b\xe6\xf8\x4b\xe6\ \x56\xaa\x96\xea\x3b\xde\xd2\x9a\x99\x54\xbe\x82\x64\xd7\xfe\x24\ \x58\xae\xf0\xb4\x67\x93\xa7\xde\x97\x62\x9d\x3c\xa8\x92\x5d\xdc\ \xdd\xaa\x6c\xb9\x31\xf2\x7f\xd2\xbc\x69\xbe\x37\x4e\xdc\x29\x82\ \xb5\x3f\x44\x3f\xe4\xe6\xcf\x92\x5b\xfb\x63\xfa\x96\xaa\xd8\xb6\ \x9b\x2a\x63\x28\x28\x64\x32\x16\xa5\xe1\x82\x51\xf5\x56\xd1\x8a\ \xc3\x59\x1a\x23\x84\xf3\x57\xec\x29\x17\x50\x89\x4e\x36\xbc\x72\ \x47\x81\x59\x62\x69\x12\x27\x38\x39\x55\x6b\xdd\x69\xb9\x9f\xd2\ \xec\xf4\x53\x03\xd9\x19\x26\x2a\x65\x23\x55\xf1\x12\xdb\xbf\x1b\ \xcb\x92\x7b\x5a\x42\x8e\x05\xb9\x71\x27\x1b\xb9\xdd\x76\x0c\xfc\ \xe2\x19\xcf\x1e\x00\xb0\x00\x5f\xd9\xa9\x08\x6b\x7f\x19\xc8\xff\ \x95\x50\x14\x07\x9f\x92\xd0\xd6\xfe\xfd\xcb\x84\xc0\xd7\x7f\x4f\ \xa8\x1e\x44\x1f\xc8\x29\x4c\x30\x46\xd1\xa7\x64\x15\x99\xcf\x59\ \x56\xff\x30\x29\x70\x16\xa0\x74\x7e\x58\x3f\xea\xae\xda\x98\xcf\ \xc7\xdd\x91\xcb\xee\x22\x94\x7c\xb0\x8a\x70\x2b\xe1\xd8\xdb\xb7\ \xba\x5f\x40\x2b\x2a\x3a\x73\x4f\x6f\x5d\xfb\xda\x50\xcd\x5e\xe1\ \x15\x49\x5e\xbb\xd3\x5d\xa9\xb3\x28\x1f\xef\x49\x3d\x3a\x9e\x59\ \xc2\x25\x57\xfc\xf1\x15\xf1\xb2\x20\x88\xf3\x2c\x5f\x61\xf8\xcc\ \x28\x2f\xc6\x69\x6e\xa8\x15\x22\xa1\x97\x24\x79\x94\x07\xaf\x17\ \xbb\x54\xe7\x70\xa0\x4f\x65\xaa\x97\xc9\x81\x10\xcf\x71\x68\x26\ \x1e\xe3\xcb\xc3\x99\x02\xa8\xec\xa9\xde\xcd\xb5\x1c\xc7\x80\xa1\ \x93\x79\x11\xe0\x79\xb2\xc2\x4e\xe9\xa0\xc8\x23\x61\x12\x10\x20\ \x50\xea\xc5\xab\xd0\x0b\x93\x30\xcd\x7b\x02\xfe\x39\x78\x35\x68\ \x38\x83\xc8\x72\x47\xe9\x64\x6d\x38\x68\xb4\xb6\x44\x6f\x3d\x3a\ \x70\x46\x61\x2f\x40\x27\x95\x67\xa7\x05\x35\x02\xb1\x84\x5e\x9c\ \xc7\x69\x0a\x8b\x25\x20\x0c\xbc\x1c\x47\x41\x68\xdf\x13\xbb\xd4\ \x20\x77\xd0\x20\xb2\x6c\x34\xca\xd1\x64\x6e\x79\xa3\xd6\x40\xf5\ \x4b\x8c\x4a\xce\xb8\x84\xe5\x9f\x14\x9e\xdd\x65\xb9\x4c\x59\x4b\ \xae\xca\x86\x45\x59\x86\xcf\x84\xc3\xc1\x5d\x22\xd9\x56\x0a\x8d\ \xac\xa4\x10\x06\xf7\x9b\x9e\xf3\x40\x15\xa7\x42\x2f\x78\x47\xdb\ \xb7\x16\xac\x4e\x2b\x06\x13\xc0\x92\xc7\x9f\x59\xd1\xb2\x8a\x1f\ \xda\x1b\x73\x96\xd1\xee\x7d\xbb\x2d\x6d\x79\xf3\x54\x74\x70\x16\ \x51\xc7\x14\xdf\x2e\xbc\xa2\x86\xd7\x54\x1f\xa0\xbf\x5c\x8a\x09\ \xed\x65\xc7\x35\x74\xd8\x8b\xc2\x92\xee\x2f\x5b\x89\x43\x0b\x8e\ \xca\x8b\x32\xda\x68\xa6\x04\xdc\xa1\xa5\xe9\x96\xd9\x28\x20\x42\ \xad\x61\x54\x3a\x09\x35\x7b\xd4\x88\x8b\x0a\xae\x67\x81\x7b\x8a\ \x42\xc8\xa2\x80\x19\x4a\xe9\x9e\x51\xc1\xd0\xa2\xe8\x10\xa6\x60\ \xe7\x4c\x64\x2a\x73\x59\xd2\x6f\x86\x85\xf9\xf7\x64\xcb\xbd\x6b\ \x20\x2e\xa6\x50\x67\x10\x47\xd4\x63\x74\x47\xa9\xaa\x73\x9e\x5d\ \xe7\x74\xf5\x7b\xbf\x47\xc5\x4d\x56\xa8\x95\x15\x2b\x1a\x85\xf4\ \xe6\xa6\xe2\x8a\x95\x36\xe6\x46\xab\xde\x48\x2a\x83\x42\x7d\x22\ \x2d\x7f\x64\xd5\x4d\x25\x5b\x2e\x4c\xd5\x36\xb4\x63\x36\x0d\x7a\ \xd0\xf2\x66\xa4\x50\xb7\xe3\x5b\x5d\x8c\xe4\x50\x1e\x51\xee\x20\ \xf0\xbe\x3e\xc7\x1d\xd7\xcc\x46\x78\x3a\x73\xdd\x8e\xee\x19\xda\ \xd3\xca\x8c\xa4\x50\xd3\xb2\xe1\x7b\xa4\x0e\xf6\x50\x8a\x67\xa6\ \x24\x84\xd6\xed\x1b\xfa\x54\x70\x61\x57\x95\x30\x65\x6d\x1b\x79\ \x2c\x1e\x78\xc7\x37\x0d\xbb\xb1\x4f\xde\x18\xe4\x1d\x59\x53\x3b\ \xe3\x50\xcd\x3e\x05\x1b\x2a\xe4\x81\x40\x41\x54\x7d\xee\x43\x0c\ \xb6\xb6\xb0\xad\x50\xd2\xfd\xa8\xde\xbd\x7b\xfb\xf5\x25\x01\xda\ \x72\x73\x64\xba\xa2\x07\x6b\xa3\x65\x37\xec\x7c\x4c\xb0\xbc\x29\ \x0e\x98\x64\x35\x2c\xc5\xb6\x5b\x78\xe9\x77\x01\x16\x6a\xa6\xcb\ \x08\xc4\x4c\xdd\x92\x8b\x2a\xc0\x7d\x93\xf7\xc3\xb9\xe9\xdf\x91\ \x1d\x3e\x41\x79\x20\x4d\x40\x70\x07\x8a\xee\xcf\x03\x55\x6c\xce\ \xfd\x43\x72\x51\x28\x79\x10\xd5\xc8\x85\x09\x8d\xa9\x86\xc3\xa3\ \x88\x46\x5e\x45\x61\x2f\x94\x82\x4a\xcf\x9d\x18\x6e\xdf\xc4\x0a\ \x3c\xf2\xa6\x38\xfb\x02\x29\x28\x28\xdc\x30\xd8\x3f\x5b\x64\x3b\ \x57\x9e\x33\xfb\x7d\x3e\x63\xda\x13\x72\xc6\x63\x82\xc2\x0e\xc1\ \x11\x2b\xef\x6b\x1b\x73\x41\xcb\xf2\xd0\x1e\x4c\xa3\x73\xe7\x93\ \xec\xdf\x77\x0d\x32\x74\x8d\xd4\x79\x70\x88\xb3\x73\x48\xe4\xfc\ \xea\xa4\xce\xef\x17\x20\xd3\xac\x00\x80\x19\x5c\x01\xf3\x0a\x98\ \x57\xc0\xfc\x1c\x00\x93\x3d\x30\x21\xab\xea\x13\x00\x73\x73\xd0\ \xfa\x3d\xb8\xb4\x08\xf9\x25\xc0\xe5\x8f\x30\x64\x67\x71\x18\x65\ \x30\xf6\x93\x28\x89\x32\xa0\xcd\x33\x02\x1a\xf8\x71\x00\xe3\x6e\ \xe0\xe1\x34\xc2\xc1\xaa\x7f\x9a\xf9\x9a\xe0\x9c\xe4\x30\x6f\xc7\ \x01\x0e\x52\xa0\x71\x16\xe6\x39\x0c\xb7\x49\x46\x92\xc8\x41\xd8\ \xc3\x41\x9c\x80\x3e\xc9\x93\x30\x71\x10\xf1\x30\x4e\x81\x01\x06\ \xe0\x29\x33\x13\xf0\xc9\x82\x90\x30\x70\x1a\x07\x7b\x29\x4e\xb1\ \xf1\x6a\x9f\xd6\x6b\x10\x92\xc0\x8e\xc7\xe6\x25\x33\x63\x7d\x94\ \x02\xae\xc3\xa0\x9e\x91\x1c\x86\x77\x60\xa4\x49\x6e\xa7\xf3\x10\ \x27\xe0\xd8\xf8\xcd\x8d\x41\x94\x25\x51\x6e\xfc\x92\x28\x34\x9c\ \xd8\x23\x49\x92\x86\x76\xb4\x1f\x4d\x22\x0c\x6e\x2e\xcd\xd1\x43\ \x53\x88\xae\x4d\xe1\xda\x14\xae\x4d\xe1\xda\x14\xbe\xbc\xa6\xd0\ \xce\x9a\x40\xdf\x14\x4a\xc7\xc2\x70\x98\x98\xaf\x3b\xcc\x33\x35\ \x58\x1a\xe1\x38\x37\xa8\x9e\x93\x30\x9f\xb0\x75\x80\xd6\x1e\x8c\ \x2d\x16\x67\xb1\x63\xa0\x38\x4e\xc9\x2a\x86\x1e\x12\x43\x4f\x98\ \x94\x7b\xe8\xfe\xe1\xd4\x87\x48\x34\xf8\xfc\xc6\x49\xbc\x34\x4d\ \x71\xb2\x22\xa6\xf3\x98\x35\x63\x2f\xcd\x63\xb2\xca\xbd\x34\x24\ \xd0\x9a\x80\x34\x5f\x4e\x99\x2f\x78\xc2\x98\x24\x86\x8e\x22\x70\ \x1a\xc3\xe2\xe6\xdb\x1d\x63\x9f\x47\xa9\xf9\x86\x26\x00\xaf\xb3\ \x56\xd7\xb7\xb6\x0f\xfc\x97\x20\xb9\xa2\xff\x15\xfd\xaf\xe8\x7f\ \x45\xff\xcf\x17\xfd\xd7\x7e\x3d\xfd\x2c\x57\x8f\xbf\x42\xd4\xfd\ \x0f\x0f\xf0\x58\x9b\x1f\x07\xef\x5e\xfc\x05\x5c\x03\x03\x02\ \x00\x00\x10\xd8\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x73\x76\x67\x0a\x20\x20\x20\x78\x6d\ \x6c\x6e\x73\x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\ \x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\ \x6e\x74\x73\x2f\x31\x2e\x31\x2f\x22\x0a\x20\x20\x20\x78\x6d\x6c\ \x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\ \x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\ \x67\x2f\x6e\x73\x23\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\ \x72\x64\x66\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\ \x32\x2d\x72\x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\ \x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x73\x76\x67\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\ \x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\ \x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\ \x22\x0a\x20\x20\x20\x76\x69\x65\x77\x42\x6f\x78\x3d\x22\x30\x20\ \x30\x20\x39\x36\x20\x39\x36\x2e\x30\x30\x30\x30\x30\x31\x22\x0a\ \x20\x20\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\ \x0a\x20\x20\x20\x69\x64\x3d\x22\x73\x76\x67\x34\x38\x37\x34\x22\ \x0a\x20\x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x31\x30\x32\x2e\ \x34\x22\x0a\x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x31\x30\x32\ \x2e\x34\x22\x3e\x0a\x20\x20\x3c\x64\x65\x66\x73\x0a\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x64\x65\x66\x73\x34\x38\x37\x36\x22\x20\ \x2f\x3e\x0a\x20\x20\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x0a\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x6d\x65\x74\x61\x64\x61\x74\x61\ \x34\x38\x37\x39\x22\x3e\x0a\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\ \x52\x44\x46\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x57\ \x6f\x72\x6b\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\ \x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x69\x6d\ \x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\x64\x63\x3a\ \x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x3c\x64\x63\x3a\x74\x79\x70\x65\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\ \x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\x65\x2f\x53\x74\ \x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\x69\x74\x6c\x65\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\ \x6b\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\ \x3e\x0a\x20\x20\x3c\x2f\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x0a\ \x20\x20\x3c\x67\x0a\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\ \x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\x28\x36\ \x37\x2e\x38\x35\x37\x31\x34\x36\x2c\x2d\x37\x38\x2e\x35\x30\x35\ \x30\x34\x29\x22\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x61\ \x79\x65\x72\x31\x22\x3e\x0a\x20\x20\x20\x20\x3c\x67\x0a\x20\x20\ \x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x64\x69\x73\x70\ \x6c\x61\x79\x3a\x69\x6e\x6c\x69\x6e\x65\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x67\x34\x38\x34\x35\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\ \x6d\x61\x74\x72\x69\x78\x28\x30\x2c\x2d\x31\x2c\x2d\x31\x2c\x30\ \x2c\x33\x37\x33\x2e\x35\x30\x35\x30\x36\x2c\x35\x31\x36\x2e\x35\ \x30\x35\x30\x34\x29\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x67\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x67\x34\ \x37\x37\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x74\x72\ \x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\ \x2d\x30\x2e\x39\x39\x39\x36\x30\x34\x35\x2c\x30\x2c\x30\x2c\x31\ \x2c\x35\x37\x35\x2e\x39\x34\x32\x39\x36\x2c\x2d\x36\x31\x31\x2e\ \x30\x30\x30\x30\x31\x29\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x3c\x67\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x64\x69\x73\x70\x6c\x61\x79\x3a\x69\x6e\ \x6c\x69\x6e\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x67\x34\x37\x38\x30\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\ \x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x2d\x31\x2c\x30\x2c\x30\x2c\ \x31\x2c\x35\x37\x35\x2e\x39\x39\x39\x39\x39\x2c\x36\x31\x31\x29\ \x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x72\x65\ \x63\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x73\x63\x61\x6c\x65\ \x28\x2d\x31\x2c\x31\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x79\x3d\x22\x33\x34\x35\x2e\x33\x36\x32\x32\ \x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x78\x3d\x22\x2d\x34\x33\x38\x2e\x30\x30\x32\x34\x34\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x68\x65\x69\x67\ \x68\x74\x3d\x22\x39\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x39\x36\x2e\x30\ \x33\x37\x39\x38\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x72\x65\x63\x74\x34\x37\x38\x32\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\ \x30\x30\x30\x3b\x64\x69\x73\x70\x6c\x61\x79\x3a\x69\x6e\x6c\x69\ \x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\x76\x69\x73\x69\ \x62\x6c\x65\x3b\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79\x3a\x76\ \x69\x73\x69\x62\x6c\x65\x3b\x66\x69\x6c\x6c\x3a\x6e\x6f\x6e\x65\ \x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\ \x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x34\x3b\x6d\x61\x72\x6b\ \x65\x72\x3a\x6e\x6f\x6e\x65\x3b\x65\x6e\x61\x62\x6c\x65\x2d\x62\ \x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x3a\x61\x63\x63\x75\x6d\x75\ \x6c\x61\x74\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x34\x31\ \x30\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x64\x3d\x22\x6d\x20\x34\x30\x38\x2e\x36\x38\x37\x35\x2c\x33\ \x34\x39\x2e\x35\x31\x39\x35\x33\x20\x63\x20\x2d\x31\x2e\x34\x33\ \x35\x39\x32\x2c\x2d\x30\x2e\x32\x32\x32\x39\x33\x20\x2d\x32\x2e\ \x38\x37\x39\x32\x32\x2c\x2d\x30\x2e\x32\x30\x38\x33\x39\x20\x2d\ \x34\x2e\x33\x34\x33\x37\x35\x2c\x30\x2e\x30\x35\x32\x37\x20\x2d\ \x35\x2e\x38\x35\x38\x31\x33\x2c\x31\x2e\x30\x34\x34\x35\x20\x2d\ \x31\x31\x2e\x33\x36\x37\x36\x36\x2c\x35\x2e\x35\x37\x34\x33\x32\ \x20\x2d\x31\x38\x2e\x35\x36\x30\x35\x35\x2c\x31\x32\x2e\x38\x34\ \x31\x37\x39\x20\x6c\x20\x2d\x33\x35\x2e\x35\x37\x34\x32\x32\x2c\ \x33\x35\x2e\x39\x34\x33\x33\x36\x20\x32\x2e\x38\x34\x33\x37\x35\ \x2c\x32\x2e\x38\x31\x32\x35\x20\x33\x35\x2e\x35\x37\x34\x32\x32\ \x2c\x2d\x33\x35\x2e\x39\x34\x31\x34\x20\x63\x20\x37\x2e\x30\x33\ \x36\x35\x35\x2c\x2d\x37\x2e\x31\x30\x39\x35\x31\x20\x31\x32\x2e\ \x31\x39\x38\x38\x36\x2c\x2d\x31\x30\x2e\x39\x36\x36\x31\x34\x20\ \x31\x36\x2e\x34\x31\x39\x39\x33\x2c\x2d\x31\x31\x2e\x37\x31\x38\ \x37\x35\x20\x34\x2e\x32\x32\x31\x30\x36\x2c\x2d\x30\x2e\x37\x35\ \x32\x36\x32\x20\x38\x2e\x31\x39\x38\x31\x32\x2c\x31\x2e\x31\x32\ \x34\x39\x33\x20\x31\x33\x2e\x39\x33\x39\x34\x35\x2c\x36\x2e\x39\ \x32\x35\x37\x38\x20\x35\x2e\x37\x34\x31\x33\x33\x2c\x35\x2e\x38\ \x30\x30\x38\x34\x20\x37\x2e\x36\x31\x30\x33\x36\x2c\x39\x2e\x38\ \x33\x34\x35\x32\x20\x36\x2e\x38\x36\x31\x33\x33\x2c\x31\x34\x2e\ \x31\x32\x33\x30\x34\x20\x2d\x30\x2e\x37\x34\x39\x30\x34\x2c\x34\ \x2e\x32\x38\x38\x35\x33\x20\x2d\x34\x2e\x35\x36\x38\x39\x32\x2c\ \x39\x2e\x34\x39\x39\x38\x38\x20\x2d\x31\x31\x2e\x36\x30\x35\x34\ \x37\x2c\x31\x36\x2e\x36\x30\x39\x33\x38\x20\x6c\x20\x2d\x31\x36\ \x2e\x36\x30\x31\x35\x37\x2c\x31\x36\x2e\x37\x37\x33\x34\x34\x20\ \x2d\x31\x38\x2e\x39\x37\x32\x36\x35\x2c\x31\x39\x2e\x31\x36\x39\ \x39\x32\x20\x63\x20\x2d\x34\x2e\x35\x2c\x34\x2e\x35\x34\x36\x36\ \x36\x20\x2d\x37\x2e\x38\x39\x35\x36\x33\x2c\x36\x2e\x32\x33\x33\ \x32\x37\x20\x2d\x31\x30\x2e\x36\x39\x33\x33\x36\x2c\x36\x2e\x32\ \x34\x36\x30\x39\x20\x2d\x32\x2e\x37\x39\x37\x37\x33\x2c\x30\x2e\ \x30\x31\x32\x38\x20\x2d\x35\x2e\x35\x39\x39\x37\x33\x2c\x2d\x31\ \x2e\x36\x32\x31\x31\x38\x20\x2d\x38\x2e\x39\x39\x32\x31\x39\x2c\ \x2d\x35\x2e\x30\x34\x38\x38\x33\x20\x2d\x33\x2e\x33\x39\x32\x35\ \x2c\x2d\x33\x2e\x34\x32\x37\x36\x34\x20\x2d\x35\x2e\x30\x31\x38\ \x36\x36\x2c\x2d\x36\x2e\x32\x36\x36\x35\x35\x20\x2d\x35\x2e\x30\ \x30\x35\x38\x36\x2c\x2d\x39\x2e\x31\x31\x37\x31\x38\x20\x30\x2e\ \x30\x31\x32\x38\x2c\x2d\x32\x2e\x38\x35\x30\x36\x33\x20\x31\x2e\ \x36\x39\x31\x33\x36\x2c\x2d\x36\x2e\x32\x38\x35\x33\x37\x20\x36\ \x2e\x31\x39\x31\x34\x31\x2c\x2d\x31\x30\x2e\x38\x33\x32\x30\x33\ \x20\x6c\x20\x33\x30\x2e\x38\x33\x30\x30\x38\x2c\x2d\x33\x31\x2e\ \x31\x35\x30\x34\x20\x63\x20\x33\x2e\x34\x35\x33\x31\x36\x2c\x2d\ \x33\x2e\x34\x38\x38\x39\x33\x20\x35\x2e\x39\x39\x34\x37\x31\x2c\ \x2d\x35\x2e\x31\x34\x32\x35\x32\x20\x37\x2e\x37\x37\x39\x32\x39\ \x2c\x2d\x35\x2e\x34\x31\x39\x39\x32\x20\x31\x2e\x37\x38\x34\x35\ \x39\x2c\x2d\x30\x2e\x32\x37\x37\x34\x20\x33\x2e\x34\x31\x32\x36\ \x39\x2c\x30\x2e\x34\x33\x31\x30\x31\x20\x35\x2e\x39\x37\x38\x35\ \x32\x2c\x33\x2e\x30\x32\x33\x34\x34\x20\x32\x2e\x35\x36\x35\x38\ \x32\x2c\x32\x2e\x35\x39\x32\x34\x32\x20\x33\x2e\x32\x38\x30\x30\ \x32\x2c\x34\x2e\x32\x35\x33\x39\x34\x20\x33\x2e\x30\x30\x31\x39\ \x35\x2c\x36\x2e\x30\x38\x30\x30\x38\x20\x2d\x30\x2e\x32\x37\x38\ \x30\x36\x2c\x31\x2e\x38\x32\x36\x31\x34\x20\x2d\x31\x2e\x39\x31\ \x39\x39\x31\x2c\x34\x2e\x33\x38\x39\x39\x38\x20\x2d\x35\x2e\x33\ \x37\x33\x30\x34\x2c\x37\x2e\x38\x37\x38\x39\x20\x6c\x20\x2d\x33\ \x30\x2e\x38\x33\x30\x30\x38\x2c\x33\x31\x2e\x31\x35\x30\x34\x20\ \x32\x2e\x38\x34\x31\x37\x39\x2c\x32\x2e\x38\x31\x34\x34\x35\x20\ \x33\x30\x2e\x38\x33\x32\x30\x34\x2c\x2d\x33\x31\x2e\x31\x35\x30\ \x33\x39\x20\x63\x20\x33\x2e\x36\x36\x31\x35\x39\x2c\x2d\x33\x2e\ \x36\x39\x39\x35\x35\x20\x35\x2e\x39\x37\x31\x39\x2c\x2d\x36\x2e\ \x37\x32\x36\x32\x34\x20\x36\x2e\x34\x38\x34\x33\x37\x2c\x2d\x31\ \x30\x2e\x30\x39\x31\x38\x20\x30\x2e\x35\x31\x32\x34\x37\x2c\x2d\ \x33\x2e\x33\x36\x35\x35\x35\x20\x2d\x31\x2e\x31\x34\x35\x34\x33\ \x2c\x2d\x36\x2e\x34\x39\x37\x34\x37\x20\x2d\x34\x2e\x31\x31\x33\ \x32\x38\x2c\x2d\x39\x2e\x34\x39\x36\x30\x39\x20\x2d\x32\x2e\x39\ \x36\x37\x38\x36\x2c\x2d\x32\x2e\x39\x39\x38\x36\x33\x20\x2d\x36\ \x2e\x30\x38\x33\x36\x36\x2c\x2d\x34\x2e\x36\x38\x35\x33\x39\x20\ \x2d\x39\x2e\x34\x33\x37\x35\x2c\x2d\x34\x2e\x31\x36\x34\x30\x37\ \x20\x2d\x33\x2e\x33\x35\x33\x38\x34\x2c\x30\x2e\x35\x32\x31\x33\ \x33\x20\x2d\x36\x2e\x33\x34\x36\x31\x39\x2c\x32\x2e\x38\x36\x31\ \x20\x2d\x31\x30\x2e\x30\x30\x37\x38\x31\x2c\x36\x2e\x35\x36\x30\ \x35\x35\x20\x6c\x20\x2d\x33\x30\x2e\x38\x33\x30\x30\x38\x2c\x33\ \x31\x2e\x31\x35\x30\x33\x39\x20\x63\x20\x2d\x34\x2e\x38\x35\x36\ \x37\x2c\x34\x2e\x39\x30\x37\x30\x31\x20\x2d\x37\x2e\x33\x32\x38\ \x30\x34\x2c\x39\x2e\x32\x35\x38\x33\x20\x2d\x37\x2e\x33\x34\x37\ \x36\x36\x2c\x31\x33\x2e\x36\x32\x38\x39\x31\x20\x2d\x30\x2e\x30\ \x31\x39\x36\x2c\x34\x2e\x33\x37\x30\x36\x20\x32\x2e\x34\x33\x39\ \x38\x32\x2c\x38\x2e\x31\x38\x38\x33\x38\x20\x36\x2e\x31\x36\x32\ \x31\x31\x2c\x31\x31\x2e\x39\x34\x39\x32\x32\x20\x33\x2e\x37\x32\ \x32\x32\x34\x2c\x33\x2e\x37\x36\x30\x38\x35\x20\x37\x2e\x35\x30\ \x36\x31\x2c\x36\x2e\x32\x35\x34\x33\x20\x31\x31\x2e\x38\x35\x35\ \x34\x37\x2c\x36\x2e\x32\x33\x34\x33\x37\x20\x34\x2e\x33\x34\x39\ \x33\x38\x2c\x2d\x30\x2e\x30\x31\x39\x39\x20\x38\x2e\x36\x36\x30\ \x39\x33\x2c\x2d\x32\x2e\x35\x32\x36\x35\x38\x20\x31\x33\x2e\x35\ \x31\x37\x35\x38\x2c\x2d\x37\x2e\x34\x33\x33\x35\x39\x20\x6c\x20\ \x31\x38\x2e\x39\x37\x32\x36\x36\x2c\x2d\x31\x39\x2e\x31\x36\x37\ \x39\x37\x20\x31\x36\x2e\x36\x30\x31\x35\x36\x2c\x2d\x31\x36\x2e\ \x37\x37\x33\x34\x34\x20\x63\x20\x37\x2e\x31\x39\x32\x39\x2c\x2d\ \x37\x2e\x32\x36\x37\x34\x37\x20\x31\x31\x2e\x36\x37\x33\x34\x37\ \x2c\x2d\x31\x32\x2e\x38\x33\x39\x32\x20\x31\x32\x2e\x37\x30\x33\ \x31\x32\x2c\x2d\x31\x38\x2e\x37\x33\x34\x33\x37\x20\x31\x2e\x30\ \x32\x39\x36\x35\x2c\x2d\x35\x2e\x38\x39\x35\x31\x37\x20\x2d\x31\ \x2e\x38\x34\x34\x33\x38\x2c\x2d\x31\x31\x2e\x34\x34\x36\x39\x39\ \x20\x2d\x37\x2e\x39\x36\x30\x39\x34\x2c\x2d\x31\x37\x2e\x36\x32\ \x36\x39\x36\x20\x2d\x34\x2e\x35\x38\x37\x34\x31\x2c\x2d\x34\x2e\ \x36\x33\x34\x39\x37\x20\x2d\x38\x2e\x38\x33\x32\x38\x35\x2c\x2d\ \x37\x2e\x34\x33\x32\x37\x36\x20\x2d\x31\x33\x2e\x31\x34\x30\x36\ \x32\x2c\x2d\x38\x2e\x31\x30\x31\x35\x36\x20\x7a\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\ \x3d\x22\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\ \x66\x6f\x6e\x74\x2d\x73\x74\x79\x6c\x65\x3a\x6e\x6f\x72\x6d\x61\ \x6c\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\x6e\x74\x3a\x6e\ \x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x77\x65\x69\x67\x68\ \x74\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x73\x74\ \x72\x65\x74\x63\x68\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\ \x74\x2d\x73\x69\x7a\x65\x3a\x6d\x65\x64\x69\x75\x6d\x3b\x6c\x69\ \x6e\x65\x2d\x68\x65\x69\x67\x68\x74\x3a\x6e\x6f\x72\x6d\x61\x6c\ \x3b\x66\x6f\x6e\x74\x2d\x66\x61\x6d\x69\x6c\x79\x3a\x73\x61\x6e\ \x73\x2d\x73\x65\x72\x69\x66\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\ \x69\x61\x6e\x74\x2d\x6c\x69\x67\x61\x74\x75\x72\x65\x73\x3a\x6e\ \x6f\x6e\x65\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\x6e\x74\ \x2d\x70\x6f\x73\x69\x74\x69\x6f\x6e\x3a\x6e\x6f\x72\x6d\x61\x6c\ \x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\x6e\x74\x2d\x63\x61\ \x70\x73\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x76\ \x61\x72\x69\x61\x6e\x74\x2d\x6e\x75\x6d\x65\x72\x69\x63\x3a\x6e\ \x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\ \x6e\x74\x2d\x61\x6c\x74\x65\x72\x6e\x61\x74\x65\x73\x3a\x6e\x6f\ \x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x66\x65\x61\x74\x75\x72\ \x65\x2d\x73\x65\x74\x74\x69\x6e\x67\x73\x3a\x6e\x6f\x72\x6d\x61\ \x6c\x3b\x74\x65\x78\x74\x2d\x69\x6e\x64\x65\x6e\x74\x3a\x30\x3b\ \x74\x65\x78\x74\x2d\x61\x6c\x69\x67\x6e\x3a\x73\x74\x61\x72\x74\ \x3b\x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\ \x3a\x6e\x6f\x6e\x65\x3b\x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\ \x61\x74\x69\x6f\x6e\x2d\x6c\x69\x6e\x65\x3a\x6e\x6f\x6e\x65\x3b\ \x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\ \x73\x74\x79\x6c\x65\x3a\x73\x6f\x6c\x69\x64\x3b\x74\x65\x78\x74\ \x2d\x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\x63\x6f\x6c\x6f\ \x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x6c\x65\x74\x74\x65\x72\ \x2d\x73\x70\x61\x63\x69\x6e\x67\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\ \x77\x6f\x72\x64\x2d\x73\x70\x61\x63\x69\x6e\x67\x3a\x6e\x6f\x72\ \x6d\x61\x6c\x3b\x74\x65\x78\x74\x2d\x74\x72\x61\x6e\x73\x66\x6f\ \x72\x6d\x3a\x6e\x6f\x6e\x65\x3b\x77\x72\x69\x74\x69\x6e\x67\x2d\ \x6d\x6f\x64\x65\x3a\x6c\x72\x2d\x74\x62\x3b\x64\x69\x72\x65\x63\ \x74\x69\x6f\x6e\x3a\x6c\x74\x72\x3b\x62\x61\x73\x65\x6c\x69\x6e\ \x65\x2d\x73\x68\x69\x66\x74\x3a\x62\x61\x73\x65\x6c\x69\x6e\x65\ \x3b\x74\x65\x78\x74\x2d\x61\x6e\x63\x68\x6f\x72\x3a\x73\x74\x61\ \x72\x74\x3b\x77\x68\x69\x74\x65\x2d\x73\x70\x61\x63\x65\x3a\x6e\ \x6f\x72\x6d\x61\x6c\x3b\x73\x68\x61\x70\x65\x2d\x70\x61\x64\x64\ \x69\x6e\x67\x3a\x30\x3b\x63\x6c\x69\x70\x2d\x72\x75\x6c\x65\x3a\ \x6e\x6f\x6e\x7a\x65\x72\x6f\x3b\x64\x69\x73\x70\x6c\x61\x79\x3a\ \x69\x6e\x6c\x69\x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\ \x76\x69\x73\x69\x62\x6c\x65\x3b\x76\x69\x73\x69\x62\x69\x6c\x69\ \x74\x79\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x6f\x70\x61\x63\x69\ \x74\x79\x3a\x31\x3b\x69\x73\x6f\x6c\x61\x74\x69\x6f\x6e\x3a\x61\ \x75\x74\x6f\x3b\x6d\x69\x78\x2d\x62\x6c\x65\x6e\x64\x2d\x6d\x6f\ \x64\x65\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x63\x6f\x6c\x6f\x72\x2d\ \x69\x6e\x74\x65\x72\x70\x6f\x6c\x61\x74\x69\x6f\x6e\x3a\x73\x52\ \x47\x42\x3b\x63\x6f\x6c\x6f\x72\x2d\x69\x6e\x74\x65\x72\x70\x6f\ \x6c\x61\x74\x69\x6f\x6e\x2d\x66\x69\x6c\x74\x65\x72\x73\x3a\x6c\ \x69\x6e\x65\x61\x72\x52\x47\x42\x3b\x73\x6f\x6c\x69\x64\x2d\x63\ \x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x73\x6f\x6c\ \x69\x64\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x66\x69\x6c\ \x6c\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x2d\x6f\ \x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x66\x69\x6c\x6c\x2d\x72\x75\ \x6c\x65\x3a\x6e\x6f\x6e\x7a\x65\x72\x6f\x3b\x73\x74\x72\x6f\x6b\ \x65\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\ \x64\x74\x68\x3a\x34\x2e\x30\x30\x30\x37\x39\x31\x30\x37\x3b\x73\ \x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\x3a\x62\x75\ \x74\x74\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\ \x69\x6e\x3a\x72\x6f\x75\x6e\x64\x3b\x73\x74\x72\x6f\x6b\x65\x2d\ \x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\x74\x3a\x34\x3b\x73\x74\x72\ \x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\ \x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x6f\x66\ \x66\x73\x65\x74\x3a\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\ \x61\x63\x69\x74\x79\x3a\x31\x3b\x6d\x61\x72\x6b\x65\x72\x3a\x6e\ \x6f\x6e\x65\x3b\x63\x6f\x6c\x6f\x72\x2d\x72\x65\x6e\x64\x65\x72\ \x69\x6e\x67\x3a\x61\x75\x74\x6f\x3b\x69\x6d\x61\x67\x65\x2d\x72\ \x65\x6e\x64\x65\x72\x69\x6e\x67\x3a\x61\x75\x74\x6f\x3b\x73\x68\ \x61\x70\x65\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\x67\x3a\x61\x75\ \x74\x6f\x3b\x74\x65\x78\x74\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\ \x67\x3a\x61\x75\x74\x6f\x3b\x65\x6e\x61\x62\x6c\x65\x2d\x62\x61\ \x63\x6b\x67\x72\x6f\x75\x6e\x64\x3a\x61\x63\x63\x75\x6d\x75\x6c\ \x61\x74\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x3c\x2f\x67\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\x67\x3e\x0a\ \x20\x20\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x3c\x2f\x67\x3e\x0a\ \x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x19\xab\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x73\x76\x67\x0a\x20\x20\x20\x78\x6d\ \x6c\x6e\x73\x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\ \x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\ \x6e\x74\x73\x2f\x31\x2e\x31\x2f\x22\x0a\x20\x20\x20\x78\x6d\x6c\ \x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\ \x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\ \x67\x2f\x6e\x73\x23\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\ \x72\x64\x66\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\ \x32\x2d\x72\x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\ \x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x73\x76\x67\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\ \x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\ \x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\ \x22\x0a\x20\x20\x20\x76\x69\x65\x77\x42\x6f\x78\x3d\x22\x30\x20\ \x30\x20\x39\x36\x20\x39\x36\x2e\x30\x30\x30\x30\x30\x31\x22\x0a\ \x20\x20\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\ \x0a\x20\x20\x20\x69\x64\x3d\x22\x73\x76\x67\x34\x38\x37\x34\x22\ \x0a\x20\x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x31\x30\x32\x2e\ \x34\x22\x0a\x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x31\x30\x32\ \x2e\x34\x22\x3e\x0a\x20\x20\x3c\x64\x65\x66\x73\x0a\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x64\x65\x66\x73\x34\x38\x37\x36\x22\x20\ \x2f\x3e\x0a\x20\x20\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x0a\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x6d\x65\x74\x61\x64\x61\x74\x61\ \x34\x38\x37\x39\x22\x3e\x0a\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\ \x52\x44\x46\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x57\ \x6f\x72\x6b\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\ \x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x69\x6d\ \x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\x64\x63\x3a\ \x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x3c\x64\x63\x3a\x74\x79\x70\x65\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\ \x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\x65\x2f\x53\x74\ \x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\x69\x74\x6c\x65\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\ \x6b\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\ \x3e\x0a\x20\x20\x3c\x2f\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x0a\ \x20\x20\x3c\x67\x0a\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\ \x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\x28\x36\ \x37\x2e\x38\x35\x37\x31\x34\x36\x2c\x2d\x37\x38\x2e\x35\x30\x35\ \x30\x34\x29\x22\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x61\ \x79\x65\x72\x31\x22\x3e\x0a\x20\x20\x20\x20\x3c\x67\x0a\x20\x20\ \x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x64\x69\x73\x70\ \x6c\x61\x79\x3a\x69\x6e\x6c\x69\x6e\x65\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x67\x34\x38\x34\x35\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\ \x6d\x61\x74\x72\x69\x78\x28\x30\x2c\x2d\x31\x2c\x2d\x31\x2c\x30\ \x2c\x33\x37\x33\x2e\x35\x30\x35\x30\x36\x2c\x35\x31\x36\x2e\x35\ \x30\x35\x30\x34\x29\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x67\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x67\x34\ \x37\x37\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x74\x72\ \x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\ \x2d\x30\x2e\x39\x39\x39\x36\x30\x34\x35\x2c\x30\x2c\x30\x2c\x31\ \x2c\x35\x37\x35\x2e\x39\x34\x32\x39\x36\x2c\x2d\x36\x31\x31\x2e\ \x30\x30\x30\x30\x31\x29\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x3c\x67\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x64\x69\x73\x70\x6c\x61\x79\x3a\x69\x6e\ \x6c\x69\x6e\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x67\x34\x37\x38\x30\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\ \x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x2d\x31\x2c\x30\x2c\x30\x2c\ \x31\x2c\x35\x37\x35\x2e\x39\x39\x39\x39\x39\x2c\x36\x31\x31\x29\ \x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x72\x65\ \x63\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x73\x63\x61\x6c\x65\ \x28\x2d\x31\x2c\x31\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x79\x3d\x22\x33\x34\x35\x2e\x33\x36\x32\x32\ \x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x78\x3d\x22\x2d\x34\x33\x38\x2e\x30\x30\x32\x34\x34\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x68\x65\x69\x67\ \x68\x74\x3d\x22\x39\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x39\x36\x2e\x30\ \x33\x37\x39\x38\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x72\x65\x63\x74\x34\x37\x38\x32\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\ \x30\x30\x30\x3b\x64\x69\x73\x70\x6c\x61\x79\x3a\x69\x6e\x6c\x69\ \x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\x76\x69\x73\x69\ \x62\x6c\x65\x3b\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79\x3a\x76\ \x69\x73\x69\x62\x6c\x65\x3b\x66\x69\x6c\x6c\x3a\x6e\x6f\x6e\x65\ \x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\ \x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x34\x3b\x6d\x61\x72\x6b\ \x65\x72\x3a\x6e\x6f\x6e\x65\x3b\x65\x6e\x61\x62\x6c\x65\x2d\x62\ \x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x3a\x61\x63\x63\x75\x6d\x75\ \x6c\x61\x74\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x35\x34\ \x31\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x64\x3d\x22\x6d\x20\x33\x37\x31\x2e\x39\x34\x33\x35\x31\x2c\ \x33\x36\x32\x2e\x31\x36\x35\x32\x39\x20\x63\x20\x31\x37\x2e\x31\ \x39\x37\x38\x38\x2c\x2d\x39\x2e\x39\x31\x36\x30\x31\x20\x33\x39\ \x2e\x32\x36\x31\x34\x39\x2c\x2d\x33\x2e\x39\x38\x34\x34\x34\x20\ \x34\x39\x2e\x32\x30\x39\x32\x37\x2c\x31\x33\x2e\x32\x32\x32\x37\ \x33\x20\x39\x2e\x39\x34\x37\x37\x39\x2c\x31\x37\x2e\x32\x30\x37\ \x31\x36\x20\x34\x2e\x30\x35\x38\x37\x33\x2c\x33\x39\x2e\x32\x35\ \x33\x35\x33\x20\x2d\x31\x33\x2e\x31\x33\x39\x31\x35\x2c\x34\x39\ \x2e\x31\x36\x39\x35\x33\x20\x2d\x31\x37\x2e\x31\x39\x37\x38\x38\ \x2c\x39\x2e\x39\x31\x36\x30\x31\x20\x2d\x33\x39\x2e\x32\x36\x30\ \x35\x33\x2c\x33\x2e\x39\x38\x36\x31\x33\x20\x2d\x34\x39\x2e\x32\ \x30\x38\x33\x32\x2c\x2d\x31\x33\x2e\x32\x32\x31\x30\x34\x20\x2d\ \x39\x2e\x39\x34\x37\x37\x38\x2c\x2d\x31\x37\x2e\x32\x30\x37\x31\ \x37\x20\x2d\x34\x2e\x30\x35\x39\x36\x39\x2c\x2d\x33\x39\x2e\x32\ \x35\x35\x32\x32\x20\x31\x33\x2e\x31\x33\x38\x32\x2c\x2d\x34\x39\ \x2e\x31\x37\x31\x32\x32\x20\x7a\x20\x6d\x20\x32\x2e\x30\x30\x32\ \x39\x37\x2c\x33\x2e\x34\x36\x34\x36\x33\x20\x63\x20\x2d\x31\x35\ \x2e\x33\x32\x32\x30\x36\x2c\x38\x2e\x38\x33\x34\x34\x34\x20\x2d\ \x32\x30\x2e\x35\x34\x33\x30\x38\x2c\x32\x38\x2e\x33\x37\x30\x36\ \x31\x20\x2d\x31\x31\x2e\x36\x37\x35\x39\x31\x2c\x34\x33\x2e\x37\ \x30\x38\x35\x38\x20\x38\x2e\x38\x36\x37\x31\x36\x2c\x31\x35\x2e\ \x33\x33\x37\x39\x38\x20\x32\x38\x2e\x34\x31\x39\x30\x31\x2c\x32\ \x30\x2e\x35\x39\x30\x35\x34\x20\x34\x33\x2e\x37\x34\x31\x30\x36\ \x2c\x31\x31\x2e\x37\x35\x36\x31\x20\x31\x35\x2e\x33\x32\x32\x30\ \x35\x2c\x2d\x38\x2e\x38\x33\x34\x34\x33\x20\x32\x30\x2e\x35\x34\ \x33\x30\x37\x2c\x2d\x32\x38\x2e\x33\x37\x30\x36\x31\x20\x31\x31\ \x2e\x36\x37\x35\x39\x2c\x2d\x34\x33\x2e\x37\x30\x38\x35\x38\x20\ \x2d\x38\x2e\x38\x36\x37\x31\x36\x2c\x2d\x31\x35\x2e\x33\x33\x37\ \x39\x37\x20\x2d\x32\x38\x2e\x34\x31\x39\x30\x31\x2c\x2d\x32\x30\ \x2e\x35\x39\x30\x35\x33\x20\x2d\x34\x33\x2e\x37\x34\x31\x30\x35\ \x2c\x2d\x31\x31\x2e\x37\x35\x36\x31\x20\x7a\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\ \x22\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x66\ \x6f\x6e\x74\x2d\x73\x74\x79\x6c\x65\x3a\x6e\x6f\x72\x6d\x61\x6c\ \x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\x6e\x74\x3a\x6e\x6f\ \x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x77\x65\x69\x67\x68\x74\ \x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x73\x74\x72\ \x65\x74\x63\x68\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\ \x2d\x73\x69\x7a\x65\x3a\x6d\x65\x64\x69\x75\x6d\x3b\x6c\x69\x6e\ \x65\x2d\x68\x65\x69\x67\x68\x74\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\ \x66\x6f\x6e\x74\x2d\x66\x61\x6d\x69\x6c\x79\x3a\x73\x61\x6e\x73\ \x2d\x73\x65\x72\x69\x66\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\ \x61\x6e\x74\x2d\x6c\x69\x67\x61\x74\x75\x72\x65\x73\x3a\x6e\x6f\ \x6e\x65\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\x6e\x74\x2d\ \x70\x6f\x73\x69\x74\x69\x6f\x6e\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\ \x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\x6e\x74\x2d\x63\x61\x70\ \x73\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x76\x61\ \x72\x69\x61\x6e\x74\x2d\x6e\x75\x6d\x65\x72\x69\x63\x3a\x6e\x6f\ \x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\x6e\ \x74\x2d\x61\x6c\x74\x65\x72\x6e\x61\x74\x65\x73\x3a\x6e\x6f\x72\ \x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x66\x65\x61\x74\x75\x72\x65\ \x2d\x73\x65\x74\x74\x69\x6e\x67\x73\x3a\x6e\x6f\x72\x6d\x61\x6c\ \x3b\x74\x65\x78\x74\x2d\x69\x6e\x64\x65\x6e\x74\x3a\x30\x3b\x74\ \x65\x78\x74\x2d\x61\x6c\x69\x67\x6e\x3a\x73\x74\x61\x72\x74\x3b\ \x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\x3a\ \x6e\x6f\x6e\x65\x3b\x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\ \x74\x69\x6f\x6e\x2d\x6c\x69\x6e\x65\x3a\x6e\x6f\x6e\x65\x3b\x74\ \x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\x73\ \x74\x79\x6c\x65\x3a\x73\x6f\x6c\x69\x64\x3b\x74\x65\x78\x74\x2d\ \x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\x63\x6f\x6c\x6f\x72\ \x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x6c\x65\x74\x74\x65\x72\x2d\ \x73\x70\x61\x63\x69\x6e\x67\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x77\ \x6f\x72\x64\x2d\x73\x70\x61\x63\x69\x6e\x67\x3a\x6e\x6f\x72\x6d\ \x61\x6c\x3b\x74\x65\x78\x74\x2d\x74\x72\x61\x6e\x73\x66\x6f\x72\ \x6d\x3a\x6e\x6f\x6e\x65\x3b\x77\x72\x69\x74\x69\x6e\x67\x2d\x6d\ \x6f\x64\x65\x3a\x6c\x72\x2d\x74\x62\x3b\x64\x69\x72\x65\x63\x74\ \x69\x6f\x6e\x3a\x6c\x74\x72\x3b\x62\x61\x73\x65\x6c\x69\x6e\x65\ \x2d\x73\x68\x69\x66\x74\x3a\x62\x61\x73\x65\x6c\x69\x6e\x65\x3b\ \x74\x65\x78\x74\x2d\x61\x6e\x63\x68\x6f\x72\x3a\x73\x74\x61\x72\ \x74\x3b\x77\x68\x69\x74\x65\x2d\x73\x70\x61\x63\x65\x3a\x6e\x6f\ \x72\x6d\x61\x6c\x3b\x73\x68\x61\x70\x65\x2d\x70\x61\x64\x64\x69\ \x6e\x67\x3a\x30\x3b\x63\x6c\x69\x70\x2d\x72\x75\x6c\x65\x3a\x6e\ \x6f\x6e\x7a\x65\x72\x6f\x3b\x64\x69\x73\x70\x6c\x61\x79\x3a\x69\ \x6e\x6c\x69\x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\x76\ \x69\x73\x69\x62\x6c\x65\x3b\x76\x69\x73\x69\x62\x69\x6c\x69\x74\ \x79\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x6f\x70\x61\x63\x69\x74\ \x79\x3a\x31\x3b\x69\x73\x6f\x6c\x61\x74\x69\x6f\x6e\x3a\x61\x75\ \x74\x6f\x3b\x6d\x69\x78\x2d\x62\x6c\x65\x6e\x64\x2d\x6d\x6f\x64\ \x65\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x63\x6f\x6c\x6f\x72\x2d\x69\ \x6e\x74\x65\x72\x70\x6f\x6c\x61\x74\x69\x6f\x6e\x3a\x73\x52\x47\ \x42\x3b\x63\x6f\x6c\x6f\x72\x2d\x69\x6e\x74\x65\x72\x70\x6f\x6c\ \x61\x74\x69\x6f\x6e\x2d\x66\x69\x6c\x74\x65\x72\x73\x3a\x6c\x69\ \x6e\x65\x61\x72\x52\x47\x42\x3b\x73\x6f\x6c\x69\x64\x2d\x63\x6f\ \x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x73\x6f\x6c\x69\ \x64\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x66\x69\x6c\x6c\ \x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\ \x61\x63\x69\x74\x79\x3a\x31\x3b\x66\x69\x6c\x6c\x2d\x72\x75\x6c\ \x65\x3a\x6e\x6f\x6e\x7a\x65\x72\x6f\x3b\x73\x74\x72\x6f\x6b\x65\ \x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\ \x74\x68\x3a\x34\x2e\x30\x30\x30\x37\x39\x32\x35\x3b\x73\x74\x72\ \x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\x3a\x62\x75\x74\x74\ \x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\ \x3a\x6d\x69\x74\x65\x72\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\ \x74\x65\x72\x6c\x69\x6d\x69\x74\x3a\x34\x3b\x73\x74\x72\x6f\x6b\ \x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\x65\ \x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x6f\x66\x66\x73\ \x65\x74\x3a\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\ \x69\x74\x79\x3a\x31\x3b\x6d\x61\x72\x6b\x65\x72\x3a\x6e\x6f\x6e\ \x65\x3b\x63\x6f\x6c\x6f\x72\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\ \x67\x3a\x61\x75\x74\x6f\x3b\x69\x6d\x61\x67\x65\x2d\x72\x65\x6e\ \x64\x65\x72\x69\x6e\x67\x3a\x61\x75\x74\x6f\x3b\x73\x68\x61\x70\ \x65\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\x67\x3a\x61\x75\x74\x6f\ \x3b\x74\x65\x78\x74\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\x67\x3a\ \x61\x75\x74\x6f\x3b\x65\x6e\x61\x62\x6c\x65\x2d\x62\x61\x63\x6b\ \x67\x72\x6f\x75\x6e\x64\x3a\x61\x63\x63\x75\x6d\x75\x6c\x61\x74\ \x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x34\x31\x36\x38\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x74\x72\ \x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\ \x30\x2c\x2d\x31\x2c\x2d\x31\x2e\x30\x30\x30\x33\x39\x35\x37\x2c\ \x30\x2c\x34\x33\x38\x2e\x30\x30\x32\x34\x35\x2c\x34\x34\x31\x2e\ \x33\x36\x32\x32\x32\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x64\x3d\x22\x6d\x20\x35\x34\x2e\x39\x30\x32\ \x33\x34\x34\x2c\x35\x2e\x35\x38\x32\x30\x33\x31\x32\x20\x2d\x31\ \x33\x2e\x38\x30\x34\x36\x38\x38\x2c\x32\x2e\x30\x36\x32\x35\x20\ \x76\x20\x37\x2e\x30\x39\x37\x36\x35\x36\x38\x20\x61\x20\x33\x34\ \x2e\x30\x33\x33\x33\x36\x39\x2c\x33\x33\x2e\x39\x37\x31\x32\x36\ \x34\x20\x34\x33\x2e\x31\x34\x35\x33\x30\x38\x20\x30\x20\x31\x20\ \x31\x33\x2e\x38\x30\x34\x36\x38\x38\x2c\x30\x2e\x30\x32\x37\x33\ \x34\x20\x56\x20\x35\x2e\x35\x38\x33\x39\x38\x34\x34\x20\x5a\x20\ \x6d\x20\x2d\x32\x38\x2e\x32\x34\x36\x30\x39\x34\x2c\x36\x2e\x32\ \x34\x34\x31\x34\x30\x38\x20\x2d\x31\x30\x2e\x35\x31\x37\x35\x37\ \x38\x2c\x38\x2e\x39\x34\x31\x34\x30\x36\x20\x35\x2e\x31\x38\x31\ \x36\x34\x2c\x36\x2e\x31\x37\x35\x37\x38\x31\x20\x61\x20\x33\x34\ \x2e\x30\x33\x33\x33\x36\x39\x2c\x33\x33\x2e\x39\x37\x31\x32\x36\ \x34\x20\x34\x33\x2e\x31\x34\x35\x33\x30\x38\x20\x30\x20\x31\x20\ \x31\x30\x2e\x35\x38\x30\x30\x37\x39\x2c\x2d\x38\x2e\x38\x36\x37\ \x31\x38\x37\x20\x7a\x20\x6d\x20\x34\x32\x2e\x36\x33\x30\x38\x35\ \x39\x2c\x30\x2e\x30\x36\x36\x34\x31\x20\x2d\x35\x2e\x32\x30\x37\ \x30\x33\x31\x2c\x36\x2e\x32\x30\x37\x30\x33\x31\x20\x61\x20\x33\ \x34\x2e\x30\x33\x33\x33\x36\x39\x2c\x33\x33\x2e\x39\x37\x31\x32\ \x36\x34\x20\x34\x33\x2e\x31\x34\x35\x33\x30\x38\x20\x30\x20\x31\ \x20\x30\x2e\x38\x39\x34\x35\x33\x31\x2c\x30\x2e\x34\x37\x34\x36\ \x31\x20\x33\x34\x2e\x30\x33\x33\x33\x36\x39\x2c\x33\x33\x2e\x39\ \x37\x31\x32\x36\x34\x20\x34\x33\x2e\x31\x34\x35\x33\x30\x38\x20\ \x30\x20\x31\x20\x39\x2e\x36\x37\x33\x38\x32\x39\x2c\x38\x2e\x34\ \x30\x36\x32\x35\x20\x6c\x20\x35\x2e\x32\x37\x31\x34\x38\x34\x2c\ \x2d\x36\x2e\x32\x38\x31\x32\x35\x20\x7a\x20\x4d\x20\x38\x2e\x33\ \x39\x38\x34\x33\x37\x35\x2c\x33\x34\x2e\x30\x30\x37\x38\x31\x32\ \x20\x36\x2e\x30\x38\x37\x38\x39\x30\x36\x2c\x34\x37\x2e\x36\x31\ \x39\x31\x34\x31\x20\x31\x34\x2e\x30\x33\x35\x31\x35\x36\x2c\x34\ \x39\x2e\x30\x32\x31\x34\x38\x34\x20\x61\x20\x33\x34\x2e\x30\x33\ \x33\x33\x36\x39\x2c\x33\x33\x2e\x39\x37\x31\x32\x36\x34\x20\x34\ \x33\x2e\x31\x34\x35\x33\x30\x38\x20\x30\x20\x31\x20\x32\x2e\x33\ \x38\x36\x37\x31\x39\x2c\x2d\x31\x33\x2e\x35\x39\x37\x36\x35\x36\ \x20\x7a\x20\x6d\x20\x37\x39\x2e\x31\x31\x37\x31\x38\x37\x35\x2c\ \x30\x2e\x30\x31\x35\x36\x33\x20\x2d\x37\x2e\x39\x38\x36\x33\x32\ \x38\x2c\x31\x2e\x34\x30\x38\x32\x30\x33\x20\x61\x20\x33\x34\x2e\ \x30\x33\x33\x33\x36\x39\x2c\x33\x33\x2e\x39\x37\x31\x32\x36\x34\ \x20\x34\x33\x2e\x31\x34\x35\x33\x30\x38\x20\x30\x20\x31\x20\x32\ \x2e\x34\x33\x31\x36\x34\x31\x2c\x31\x33\x2e\x35\x38\x37\x38\x39\ \x20\x4c\x20\x39\x30\x2c\x34\x37\x2e\x36\x30\x33\x35\x31\x36\x20\ \x5a\x20\x6d\x20\x2d\x37\x31\x2e\x37\x35\x37\x38\x31\x33\x2c\x32\ \x34\x2e\x36\x32\x31\x30\x39\x33\x20\x2d\x37\x2e\x30\x38\x37\x38\ \x39\x30\x31\x2c\x34\x2e\x30\x39\x33\x37\x35\x20\x68\x20\x2d\x30\ \x2e\x30\x30\x31\x39\x35\x20\x6c\x20\x36\x2e\x39\x38\x30\x34\x36\ \x39\x32\x2c\x31\x31\x2e\x39\x31\x30\x31\x35\x37\x20\x37\x2e\x30\ \x31\x37\x35\x37\x38\x2c\x2d\x34\x2e\x30\x35\x30\x37\x38\x32\x20\ \x41\x20\x33\x34\x2e\x30\x33\x33\x33\x36\x39\x2c\x33\x33\x2e\x39\ \x37\x31\x32\x36\x34\x20\x34\x33\x2e\x31\x34\x35\x33\x30\x38\x20\ \x30\x20\x31\x20\x31\x35\x2e\x37\x35\x37\x38\x31\x32\x2c\x35\x38\ \x2e\x36\x34\x34\x35\x33\x31\x20\x5a\x20\x6d\x20\x36\x34\x2e\x35\ \x31\x31\x37\x31\x39\x2c\x30\x2e\x30\x31\x35\x36\x33\x20\x61\x20\ \x33\x34\x2e\x30\x33\x33\x33\x36\x39\x2c\x33\x33\x2e\x39\x37\x31\ \x32\x36\x34\x20\x34\x33\x2e\x31\x34\x35\x33\x30\x38\x20\x30\x20\ \x31\x20\x2d\x32\x2e\x38\x30\x34\x36\x38\x37\x2c\x36\x2e\x33\x37\ \x31\x30\x39\x34\x20\x33\x34\x2e\x30\x33\x33\x33\x36\x39\x2c\x33\ \x33\x2e\x39\x37\x31\x32\x36\x34\x20\x34\x33\x2e\x31\x34\x35\x33\ \x30\x38\x20\x30\x20\x31\x20\x2d\x34\x2e\x30\x35\x38\x35\x39\x34\ \x2c\x35\x2e\x36\x30\x37\x34\x32\x32\x20\x6c\x20\x37\x2e\x30\x32\ \x31\x34\x38\x34\x2c\x34\x2e\x30\x35\x34\x36\x38\x37\x20\x36\x2e\ \x38\x32\x36\x31\x37\x32\x2c\x2d\x31\x32\x20\x7a\x20\x6d\x20\x2d\ \x35\x30\x2e\x31\x32\x31\x30\x39\x33\x2c\x31\x38\x2e\x32\x30\x37\ \x30\x33\x32\x20\x2d\x32\x2e\x38\x30\x34\x36\x38\x38\x2c\x37\x2e\ \x37\x30\x33\x31\x32\x34\x20\x31\x33\x2e\x30\x30\x33\x39\x30\x36\ \x2c\x34\x2e\x36\x33\x38\x36\x37\x32\x20\x32\x2e\x37\x35\x37\x38\ \x31\x33\x2c\x2d\x37\x2e\x35\x38\x30\x30\x37\x38\x20\x41\x20\x33\ \x34\x2e\x30\x33\x33\x33\x36\x39\x2c\x33\x33\x2e\x39\x37\x31\x32\ \x36\x34\x20\x34\x33\x2e\x31\x34\x35\x33\x30\x38\x20\x30\x20\x31\ \x20\x33\x31\x2e\x30\x32\x35\x33\x39\x31\x2c\x37\x37\x2e\x34\x33\ \x33\x35\x39\x34\x20\x33\x34\x2e\x30\x33\x33\x33\x36\x39\x2c\x33\ \x33\x2e\x39\x37\x31\x32\x36\x34\x20\x34\x33\x2e\x31\x34\x35\x33\ \x30\x38\x20\x30\x20\x31\x20\x33\x30\x2e\x31\x34\x38\x34\x33\x38\ \x2c\x37\x36\x2e\x38\x36\x37\x31\x38\x38\x20\x5a\x20\x6d\x20\x33\ \x35\x2e\x37\x33\x32\x34\x32\x31\x2c\x30\x2e\x30\x38\x30\x30\x38\ \x20\x61\x20\x33\x34\x2e\x30\x33\x33\x33\x36\x39\x2c\x33\x33\x2e\ \x39\x37\x31\x32\x36\x34\x20\x34\x33\x2e\x31\x34\x35\x33\x30\x38\ \x20\x30\x20\x31\x20\x2d\x31\x32\x2e\x39\x37\x38\x35\x31\x35\x2c\ \x34\x2e\x37\x30\x37\x30\x33\x31\x20\x6c\x20\x32\x2e\x37\x38\x31\ \x32\x35\x2c\x37\x2e\x36\x33\x38\x36\x37\x32\x20\x4c\x20\x36\x38\ \x2e\x36\x32\x35\x2c\x38\x34\x2e\x34\x38\x36\x33\x32\x38\x20\x5a\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\ \x30\x30\x30\x3b\x64\x69\x73\x70\x6c\x61\x79\x3a\x69\x6e\x6c\x69\ \x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\x76\x69\x73\x69\ \x62\x6c\x65\x3b\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79\x3a\x76\ \x69\x73\x69\x62\x6c\x65\x3b\x66\x69\x6c\x6c\x3a\x23\x30\x30\x30\ \x30\x30\x30\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\ \x3a\x31\x3b\x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x6e\x6f\x6e\ \x7a\x65\x72\x6f\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\ \x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x32\x3b\ \x6d\x61\x72\x6b\x65\x72\x3a\x6e\x6f\x6e\x65\x3b\x65\x6e\x61\x62\ \x6c\x65\x2d\x62\x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x3a\x61\x63\ \x63\x75\x6d\x75\x6c\x61\x74\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x65\x6c\ \x6c\x69\x70\x73\x65\x34\x35\x33\x39\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x6d\x20\x33\x37\x37\ \x2e\x39\x35\x31\x36\x31\x2c\x33\x37\x32\x2e\x35\x35\x36\x39\x34\ \x20\x63\x20\x31\x31\x2e\x34\x36\x33\x38\x38\x2c\x2d\x36\x2e\x36\ \x30\x39\x39\x33\x20\x32\x36\x2e\x31\x38\x38\x37\x35\x2c\x2d\x32\ \x2e\x36\x35\x32\x31\x20\x33\x32\x2e\x38\x31\x39\x30\x32\x2c\x38\ \x2e\x38\x31\x36\x36\x39\x20\x36\x2e\x36\x33\x30\x32\x38\x2c\x31\ \x31\x2e\x34\x36\x38\x38\x20\x32\x2e\x37\x30\x30\x39\x34\x2c\x32\ \x36\x2e\x31\x38\x34\x36\x35\x20\x2d\x38\x2e\x37\x36\x32\x39\x35\ \x2c\x33\x32\x2e\x37\x39\x34\x35\x38\x20\x2d\x31\x31\x2e\x34\x36\ \x33\x38\x38\x2c\x36\x2e\x36\x30\x39\x39\x32\x20\x2d\x32\x36\x2e\ \x31\x39\x31\x34\x32\x2c\x32\x2e\x36\x35\x31\x33\x38\x20\x2d\x33\ \x32\x2e\x38\x32\x31\x36\x39\x2c\x2d\x38\x2e\x38\x31\x37\x34\x32\ \x20\x2d\x36\x2e\x36\x33\x30\x32\x38\x2c\x2d\x31\x31\x2e\x34\x36\ \x38\x37\x38\x20\x2d\x32\x2e\x36\x39\x38\x32\x37\x2c\x2d\x32\x36\ \x2e\x31\x38\x33\x39\x32\x20\x38\x2e\x37\x36\x35\x36\x32\x2c\x2d\ \x33\x32\x2e\x37\x39\x33\x38\x35\x20\x7a\x20\x6d\x20\x32\x2e\x30\ \x30\x31\x39\x38\x2c\x33\x2e\x34\x36\x32\x39\x36\x20\x63\x20\x2d\ \x39\x2e\x35\x38\x38\x30\x35\x2c\x35\x2e\x35\x32\x38\x33\x34\x20\ \x2d\x31\x32\x2e\x38\x35\x30\x33\x33\x2c\x31\x37\x2e\x37\x33\x32\ \x33\x31\x20\x2d\x37\x2e\x33\x30\x30\x36\x37\x2c\x32\x37\x2e\x33\ \x33\x31\x39\x20\x35\x2e\x35\x34\x39\x36\x37\x2c\x39\x2e\x35\x39\ \x39\x36\x20\x31\x37\x2e\x37\x36\x33\x37\x35\x2c\x31\x32\x2e\x38\ \x38\x30\x31\x20\x32\x37\x2e\x33\x35\x31\x38\x2c\x37\x2e\x33\x35\ \x31\x37\x35\x20\x39\x2e\x35\x38\x38\x30\x35\x2c\x2d\x35\x2e\x35\ \x32\x38\x33\x34\x20\x31\x32\x2e\x38\x35\x30\x33\x33\x2c\x2d\x31\ \x37\x2e\x37\x33\x32\x33\x31\x20\x37\x2e\x33\x30\x30\x36\x37\x2c\ \x2d\x32\x37\x2e\x33\x33\x31\x39\x20\x2d\x35\x2e\x35\x34\x39\x36\ \x37\x2c\x2d\x39\x2e\x35\x39\x39\x36\x20\x2d\x31\x37\x2e\x37\x36\ \x33\x37\x35\x2c\x2d\x31\x32\x2e\x38\x38\x30\x31\x20\x2d\x32\x37\ \x2e\x33\x35\x31\x38\x2c\x2d\x37\x2e\x33\x35\x31\x37\x35\x20\x7a\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\ \x30\x30\x30\x3b\x66\x6f\x6e\x74\x2d\x73\x74\x79\x6c\x65\x3a\x6e\ \x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\ \x6e\x74\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x77\ \x65\x69\x67\x68\x74\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\ \x74\x2d\x73\x74\x72\x65\x74\x63\x68\x3a\x6e\x6f\x72\x6d\x61\x6c\ \x3b\x66\x6f\x6e\x74\x2d\x73\x69\x7a\x65\x3a\x6d\x65\x64\x69\x75\ \x6d\x3b\x6c\x69\x6e\x65\x2d\x68\x65\x69\x67\x68\x74\x3a\x6e\x6f\ \x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x66\x61\x6d\x69\x6c\x79\ \x3a\x73\x61\x6e\x73\x2d\x73\x65\x72\x69\x66\x3b\x66\x6f\x6e\x74\ \x2d\x76\x61\x72\x69\x61\x6e\x74\x2d\x6c\x69\x67\x61\x74\x75\x72\ \x65\x73\x3a\x6e\x6f\x6e\x65\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\ \x69\x61\x6e\x74\x2d\x70\x6f\x73\x69\x74\x69\x6f\x6e\x3a\x6e\x6f\ \x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\x6e\ \x74\x2d\x63\x61\x70\x73\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\ \x6e\x74\x2d\x76\x61\x72\x69\x61\x6e\x74\x2d\x6e\x75\x6d\x65\x72\ \x69\x63\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x76\ \x61\x72\x69\x61\x6e\x74\x2d\x61\x6c\x74\x65\x72\x6e\x61\x74\x65\ \x73\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x66\x65\ \x61\x74\x75\x72\x65\x2d\x73\x65\x74\x74\x69\x6e\x67\x73\x3a\x6e\ \x6f\x72\x6d\x61\x6c\x3b\x74\x65\x78\x74\x2d\x69\x6e\x64\x65\x6e\ \x74\x3a\x30\x3b\x74\x65\x78\x74\x2d\x61\x6c\x69\x67\x6e\x3a\x73\ \x74\x61\x72\x74\x3b\x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\ \x74\x69\x6f\x6e\x3a\x6e\x6f\x6e\x65\x3b\x74\x65\x78\x74\x2d\x64\ \x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\x6c\x69\x6e\x65\x3a\x6e\ \x6f\x6e\x65\x3b\x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74\ \x69\x6f\x6e\x2d\x73\x74\x79\x6c\x65\x3a\x73\x6f\x6c\x69\x64\x3b\ \x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\ \x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x6c\x65\ \x74\x74\x65\x72\x2d\x73\x70\x61\x63\x69\x6e\x67\x3a\x6e\x6f\x72\ \x6d\x61\x6c\x3b\x77\x6f\x72\x64\x2d\x73\x70\x61\x63\x69\x6e\x67\ \x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x74\x65\x78\x74\x2d\x74\x72\x61\ \x6e\x73\x66\x6f\x72\x6d\x3a\x6e\x6f\x6e\x65\x3b\x77\x72\x69\x74\ \x69\x6e\x67\x2d\x6d\x6f\x64\x65\x3a\x6c\x72\x2d\x74\x62\x3b\x64\ \x69\x72\x65\x63\x74\x69\x6f\x6e\x3a\x6c\x74\x72\x3b\x62\x61\x73\ \x65\x6c\x69\x6e\x65\x2d\x73\x68\x69\x66\x74\x3a\x62\x61\x73\x65\ \x6c\x69\x6e\x65\x3b\x74\x65\x78\x74\x2d\x61\x6e\x63\x68\x6f\x72\ \x3a\x73\x74\x61\x72\x74\x3b\x77\x68\x69\x74\x65\x2d\x73\x70\x61\ \x63\x65\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x73\x68\x61\x70\x65\x2d\ \x70\x61\x64\x64\x69\x6e\x67\x3a\x30\x3b\x63\x6c\x69\x70\x2d\x72\ \x75\x6c\x65\x3a\x6e\x6f\x6e\x7a\x65\x72\x6f\x3b\x64\x69\x73\x70\ \x6c\x61\x79\x3a\x69\x6e\x6c\x69\x6e\x65\x3b\x6f\x76\x65\x72\x66\ \x6c\x6f\x77\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x76\x69\x73\x69\ \x62\x69\x6c\x69\x74\x79\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x6f\ \x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x69\x73\x6f\x6c\x61\x74\x69\ \x6f\x6e\x3a\x61\x75\x74\x6f\x3b\x6d\x69\x78\x2d\x62\x6c\x65\x6e\ \x64\x2d\x6d\x6f\x64\x65\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x63\x6f\ \x6c\x6f\x72\x2d\x69\x6e\x74\x65\x72\x70\x6f\x6c\x61\x74\x69\x6f\ \x6e\x3a\x73\x52\x47\x42\x3b\x63\x6f\x6c\x6f\x72\x2d\x69\x6e\x74\ \x65\x72\x70\x6f\x6c\x61\x74\x69\x6f\x6e\x2d\x66\x69\x6c\x74\x65\ \x72\x73\x3a\x6c\x69\x6e\x65\x61\x72\x52\x47\x42\x3b\x73\x6f\x6c\ \x69\x64\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\ \x3b\x73\x6f\x6c\x69\x64\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\ \x3b\x66\x69\x6c\x6c\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x66\x69\ \x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x66\x69\x6c\ \x6c\x2d\x72\x75\x6c\x65\x3a\x6e\x6f\x6e\x7a\x65\x72\x6f\x3b\x73\ \x74\x72\x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\ \x65\x2d\x77\x69\x64\x74\x68\x3a\x34\x2e\x30\x30\x30\x37\x39\x32\ \x35\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\ \x3a\x62\x75\x74\x74\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\ \x65\x6a\x6f\x69\x6e\x3a\x6d\x69\x74\x65\x72\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\x74\x3a\x34\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\ \x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\ \x68\x6f\x66\x66\x73\x65\x74\x3a\x30\x3b\x73\x74\x72\x6f\x6b\x65\ \x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x6d\x61\x72\x6b\x65\ \x72\x3a\x6e\x6f\x6e\x65\x3b\x63\x6f\x6c\x6f\x72\x2d\x72\x65\x6e\ \x64\x65\x72\x69\x6e\x67\x3a\x61\x75\x74\x6f\x3b\x69\x6d\x61\x67\ \x65\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\x67\x3a\x61\x75\x74\x6f\ \x3b\x73\x68\x61\x70\x65\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\x67\ \x3a\x61\x75\x74\x6f\x3b\x74\x65\x78\x74\x2d\x72\x65\x6e\x64\x65\ \x72\x69\x6e\x67\x3a\x61\x75\x74\x6f\x3b\x65\x6e\x61\x62\x6c\x65\ \x2d\x62\x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x3a\x61\x63\x63\x75\ \x6d\x75\x6c\x61\x74\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\ \x67\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x3c\x2f\ \x67\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x10\x80\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x73\x76\x67\x0a\x20\x20\x20\x78\x6d\ \x6c\x6e\x73\x3a\x64\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\ \x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\ \x6e\x74\x73\x2f\x31\x2e\x31\x2f\x22\x0a\x20\x20\x20\x78\x6d\x6c\ \x6e\x73\x3a\x63\x63\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\ \x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\ \x67\x2f\x6e\x73\x23\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\ \x72\x64\x66\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\ \x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\ \x32\x2d\x72\x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\ \x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x73\x76\x67\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\ \x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\ \x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\ \x22\x0a\x20\x20\x20\x76\x69\x65\x77\x42\x6f\x78\x3d\x22\x30\x20\ \x30\x20\x39\x36\x20\x39\x36\x2e\x30\x30\x30\x30\x30\x31\x22\x0a\ \x20\x20\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\ \x0a\x20\x20\x20\x69\x64\x3d\x22\x73\x76\x67\x34\x38\x37\x34\x22\ \x0a\x20\x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x31\x30\x32\x2e\ \x34\x22\x0a\x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x31\x30\x32\ \x2e\x34\x22\x3e\x0a\x20\x20\x3c\x64\x65\x66\x73\x0a\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x64\x65\x66\x73\x34\x38\x37\x36\x22\x20\ \x2f\x3e\x0a\x20\x20\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x0a\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x6d\x65\x74\x61\x64\x61\x74\x61\ \x34\x38\x37\x39\x22\x3e\x0a\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\ \x52\x44\x46\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x57\ \x6f\x72\x6b\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\ \x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x69\x6d\ \x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\x64\x63\x3a\ \x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x3c\x64\x63\x3a\x74\x79\x70\x65\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\ \x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\x65\x2f\x53\x74\ \x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\x69\x74\x6c\x65\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\ \x6b\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\ \x3e\x0a\x20\x20\x3c\x2f\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x0a\ \x20\x20\x3c\x67\x0a\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\ \x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\x28\x36\ \x37\x2e\x38\x35\x37\x31\x34\x36\x2c\x2d\x37\x38\x2e\x35\x30\x35\ \x30\x34\x29\x22\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x61\ \x79\x65\x72\x31\x22\x3e\x0a\x20\x20\x20\x20\x3c\x67\x0a\x20\x20\ \x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x64\x69\x73\x70\ \x6c\x61\x79\x3a\x69\x6e\x6c\x69\x6e\x65\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x67\x34\x38\x34\x35\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\ \x6d\x61\x74\x72\x69\x78\x28\x30\x2c\x2d\x31\x2c\x2d\x31\x2c\x30\ \x2c\x33\x37\x33\x2e\x35\x30\x35\x30\x36\x2c\x35\x31\x36\x2e\x35\ \x30\x35\x30\x34\x29\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x67\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x67\x34\ \x37\x37\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x74\x72\ \x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\ \x2d\x30\x2e\x39\x39\x39\x36\x30\x34\x35\x2c\x30\x2c\x30\x2c\x31\ \x2c\x35\x37\x35\x2e\x39\x34\x32\x39\x36\x2c\x2d\x36\x31\x31\x2e\ \x30\x30\x30\x30\x31\x29\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x3c\x67\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x64\x69\x73\x70\x6c\x61\x79\x3a\x69\x6e\ \x6c\x69\x6e\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x67\x34\x37\x38\x30\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\ \x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x2d\x31\x2c\x30\x2c\x30\x2c\ \x31\x2c\x35\x37\x35\x2e\x39\x39\x39\x39\x39\x2c\x36\x31\x31\x29\ \x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x72\x65\ \x63\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x73\x63\x61\x6c\x65\ \x28\x2d\x31\x2c\x31\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x79\x3d\x22\x33\x34\x35\x2e\x33\x36\x32\x32\ \x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x78\x3d\x22\x2d\x34\x33\x38\x2e\x30\x30\x32\x34\x34\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x68\x65\x69\x67\ \x68\x74\x3d\x22\x39\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x39\x36\x2e\x30\ \x33\x37\x39\x38\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x72\x65\x63\x74\x34\x37\x38\x32\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\ \x30\x30\x30\x3b\x64\x69\x73\x70\x6c\x61\x79\x3a\x69\x6e\x6c\x69\ \x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\x76\x69\x73\x69\ \x62\x6c\x65\x3b\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79\x3a\x76\ \x69\x73\x69\x62\x6c\x65\x3b\x66\x69\x6c\x6c\x3a\x6e\x6f\x6e\x65\ \x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\ \x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x34\x3b\x6d\x61\x72\x6b\ \x65\x72\x3a\x6e\x6f\x6e\x65\x3b\x65\x6e\x61\x62\x6c\x65\x2d\x62\ \x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x3a\x61\x63\x63\x75\x6d\x75\ \x6c\x61\x74\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x34\x31\ \x31\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x64\x3d\x22\x6d\x20\x34\x33\x32\x2c\x33\x39\x33\x2e\x33\x36\ \x31\x33\x33\x20\x63\x20\x30\x2c\x32\x33\x2e\x31\x37\x32\x36\x38\ \x20\x2d\x31\x38\x2e\x38\x33\x35\x30\x36\x2c\x34\x32\x20\x2d\x34\ \x32\x2e\x30\x31\x35\x36\x32\x2c\x34\x32\x20\x2d\x32\x33\x2e\x31\ \x38\x30\x35\x37\x2c\x30\x20\x2d\x34\x32\x2e\x30\x31\x37\x35\x38\ \x2c\x2d\x31\x38\x2e\x38\x32\x37\x33\x32\x20\x2d\x34\x32\x2e\x30\ \x31\x37\x35\x38\x2c\x2d\x34\x32\x20\x30\x2c\x2d\x32\x33\x2e\x31\ \x37\x32\x36\x38\x20\x31\x38\x2e\x38\x33\x37\x30\x31\x2c\x2d\x34\ \x32\x20\x34\x32\x2e\x30\x31\x37\x35\x38\x2c\x2d\x34\x32\x20\x32\ \x33\x2e\x31\x38\x30\x35\x36\x2c\x30\x20\x34\x32\x2e\x30\x31\x35\ \x36\x32\x2c\x31\x38\x2e\x38\x32\x37\x33\x32\x20\x34\x32\x2e\x30\ \x31\x35\x36\x32\x2c\x34\x32\x20\x7a\x20\x6d\x20\x2d\x34\x2e\x30\ \x30\x31\x39\x35\x2c\x30\x20\x63\x20\x30\x2c\x2d\x32\x31\x2e\x30\ \x30\x39\x36\x34\x20\x2d\x31\x36\x2e\x39\x39\x34\x34\x34\x2c\x2d\ \x33\x37\x2e\x39\x39\x38\x30\x35\x20\x2d\x33\x38\x2e\x30\x31\x33\ \x36\x37\x2c\x2d\x33\x37\x2e\x39\x39\x38\x30\x35\x20\x2d\x32\x31\ \x2e\x30\x31\x39\x32\x34\x2c\x30\x20\x2d\x33\x38\x2e\x30\x31\x35\ \x36\x33\x2c\x31\x36\x2e\x39\x38\x38\x34\x31\x20\x2d\x33\x38\x2e\ \x30\x31\x35\x36\x33\x2c\x33\x37\x2e\x39\x39\x38\x30\x35\x20\x30\ \x2c\x32\x31\x2e\x30\x30\x39\x36\x33\x20\x31\x36\x2e\x39\x39\x36\ \x33\x39\x2c\x33\x38\x20\x33\x38\x2e\x30\x31\x35\x36\x33\x2c\x33\ \x38\x20\x32\x31\x2e\x30\x31\x39\x32\x33\x2c\x30\x20\x33\x38\x2e\ \x30\x31\x33\x36\x37\x2c\x2d\x31\x36\x2e\x39\x39\x30\x33\x37\x20\ \x33\x38\x2e\x30\x31\x33\x36\x37\x2c\x2d\x33\x38\x20\x7a\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\ \x6c\x65\x3d\x22\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\ \x30\x3b\x66\x6f\x6e\x74\x2d\x73\x74\x79\x6c\x65\x3a\x6e\x6f\x72\ \x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\x6e\x74\ \x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x77\x65\x69\ \x67\x68\x74\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\ \x73\x74\x72\x65\x74\x63\x68\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\ \x6f\x6e\x74\x2d\x73\x69\x7a\x65\x3a\x6d\x65\x64\x69\x75\x6d\x3b\ \x6c\x69\x6e\x65\x2d\x68\x65\x69\x67\x68\x74\x3a\x6e\x6f\x72\x6d\ \x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x66\x61\x6d\x69\x6c\x79\x3a\x73\ \x61\x6e\x73\x2d\x73\x65\x72\x69\x66\x3b\x66\x6f\x6e\x74\x2d\x76\ \x61\x72\x69\x61\x6e\x74\x2d\x6c\x69\x67\x61\x74\x75\x72\x65\x73\ \x3a\x6e\x6f\x6e\x65\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\ \x6e\x74\x2d\x70\x6f\x73\x69\x74\x69\x6f\x6e\x3a\x6e\x6f\x72\x6d\ \x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\x6e\x74\x2d\ \x63\x61\x70\x73\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\ \x2d\x76\x61\x72\x69\x61\x6e\x74\x2d\x6e\x75\x6d\x65\x72\x69\x63\ \x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x76\x61\x72\ \x69\x61\x6e\x74\x2d\x61\x6c\x74\x65\x72\x6e\x61\x74\x65\x73\x3a\ \x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x66\x65\x61\x74\ \x75\x72\x65\x2d\x73\x65\x74\x74\x69\x6e\x67\x73\x3a\x6e\x6f\x72\ \x6d\x61\x6c\x3b\x74\x65\x78\x74\x2d\x69\x6e\x64\x65\x6e\x74\x3a\ \x30\x3b\x74\x65\x78\x74\x2d\x61\x6c\x69\x67\x6e\x3a\x73\x74\x61\ \x72\x74\x3b\x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\ \x6f\x6e\x3a\x6e\x6f\x6e\x65\x3b\x74\x65\x78\x74\x2d\x64\x65\x63\ \x6f\x72\x61\x74\x69\x6f\x6e\x2d\x6c\x69\x6e\x65\x3a\x6e\x6f\x6e\ \x65\x3b\x74\x65\x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\x6f\ \x6e\x2d\x73\x74\x79\x6c\x65\x3a\x73\x6f\x6c\x69\x64\x3b\x74\x65\ \x78\x74\x2d\x64\x65\x63\x6f\x72\x61\x74\x69\x6f\x6e\x2d\x63\x6f\ \x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x6c\x65\x74\x74\ \x65\x72\x2d\x73\x70\x61\x63\x69\x6e\x67\x3a\x6e\x6f\x72\x6d\x61\ \x6c\x3b\x77\x6f\x72\x64\x2d\x73\x70\x61\x63\x69\x6e\x67\x3a\x6e\ \x6f\x72\x6d\x61\x6c\x3b\x74\x65\x78\x74\x2d\x74\x72\x61\x6e\x73\ \x66\x6f\x72\x6d\x3a\x6e\x6f\x6e\x65\x3b\x77\x72\x69\x74\x69\x6e\ \x67\x2d\x6d\x6f\x64\x65\x3a\x6c\x72\x2d\x74\x62\x3b\x64\x69\x72\ \x65\x63\x74\x69\x6f\x6e\x3a\x6c\x74\x72\x3b\x62\x61\x73\x65\x6c\ \x69\x6e\x65\x2d\x73\x68\x69\x66\x74\x3a\x62\x61\x73\x65\x6c\x69\ \x6e\x65\x3b\x74\x65\x78\x74\x2d\x61\x6e\x63\x68\x6f\x72\x3a\x73\ \x74\x61\x72\x74\x3b\x77\x68\x69\x74\x65\x2d\x73\x70\x61\x63\x65\ \x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x73\x68\x61\x70\x65\x2d\x70\x61\ \x64\x64\x69\x6e\x67\x3a\x30\x3b\x63\x6c\x69\x70\x2d\x72\x75\x6c\ \x65\x3a\x6e\x6f\x6e\x7a\x65\x72\x6f\x3b\x64\x69\x73\x70\x6c\x61\ \x79\x3a\x69\x6e\x6c\x69\x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\ \x77\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x76\x69\x73\x69\x62\x69\ \x6c\x69\x74\x79\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x6f\x70\x61\ \x63\x69\x74\x79\x3a\x31\x3b\x69\x73\x6f\x6c\x61\x74\x69\x6f\x6e\ \x3a\x61\x75\x74\x6f\x3b\x6d\x69\x78\x2d\x62\x6c\x65\x6e\x64\x2d\ \x6d\x6f\x64\x65\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x63\x6f\x6c\x6f\ \x72\x2d\x69\x6e\x74\x65\x72\x70\x6f\x6c\x61\x74\x69\x6f\x6e\x3a\ \x73\x52\x47\x42\x3b\x63\x6f\x6c\x6f\x72\x2d\x69\x6e\x74\x65\x72\ \x70\x6f\x6c\x61\x74\x69\x6f\x6e\x2d\x66\x69\x6c\x74\x65\x72\x73\ \x3a\x6c\x69\x6e\x65\x61\x72\x52\x47\x42\x3b\x73\x6f\x6c\x69\x64\ \x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x73\ \x6f\x6c\x69\x64\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x66\ \x69\x6c\x6c\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\ \x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x66\x69\x6c\x6c\x2d\ \x72\x75\x6c\x65\x3a\x6e\x6f\x6e\x7a\x65\x72\x6f\x3b\x73\x74\x72\ \x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\ \x77\x69\x64\x74\x68\x3a\x34\x2e\x30\x30\x30\x37\x39\x31\x30\x37\ \x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\x3a\ \x72\x6f\x75\x6e\x64\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\ \x65\x6a\x6f\x69\x6e\x3a\x72\x6f\x75\x6e\x64\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\x74\x3a\x34\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\ \x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\ \x68\x6f\x66\x66\x73\x65\x74\x3a\x30\x3b\x73\x74\x72\x6f\x6b\x65\ \x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x6d\x61\x72\x6b\x65\ \x72\x3a\x6e\x6f\x6e\x65\x3b\x63\x6f\x6c\x6f\x72\x2d\x72\x65\x6e\ \x64\x65\x72\x69\x6e\x67\x3a\x61\x75\x74\x6f\x3b\x69\x6d\x61\x67\ \x65\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\x67\x3a\x61\x75\x74\x6f\ \x3b\x73\x68\x61\x70\x65\x2d\x72\x65\x6e\x64\x65\x72\x69\x6e\x67\ \x3a\x61\x75\x74\x6f\x3b\x74\x65\x78\x74\x2d\x72\x65\x6e\x64\x65\ \x72\x69\x6e\x67\x3a\x61\x75\x74\x6f\x3b\x65\x6e\x61\x62\x6c\x65\ \x2d\x62\x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x3a\x61\x63\x63\x75\ \x6d\x75\x6c\x61\x74\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\ \x34\x39\x34\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x64\x3d\x22\x6d\x20\x34\x31\x30\x2e\x39\x39\x31\x37\ \x31\x2c\x33\x39\x36\x2e\x33\x36\x31\x33\x33\x20\x68\x20\x2d\x31\ \x30\x2e\x39\x32\x34\x32\x35\x20\x63\x20\x2d\x33\x2e\x32\x31\x30\ \x33\x31\x2c\x30\x20\x2d\x36\x2e\x31\x38\x32\x39\x33\x2c\x2d\x30\ \x2e\x30\x39\x33\x33\x20\x2d\x38\x2e\x39\x32\x33\x34\x35\x2c\x2d\ \x30\x2e\x32\x37\x39\x33\x20\x2d\x32\x2e\x37\x30\x31\x33\x38\x2c\ \x2d\x30\x2e\x31\x38\x36\x30\x32\x20\x2d\x35\x2e\x34\x32\x32\x38\ \x35\x2c\x2d\x30\x2e\x34\x33\x36\x30\x37\x20\x2d\x38\x2e\x31\x36\ \x33\x33\x38\x2c\x2d\x30\x2e\x37\x34\x36\x30\x39\x20\x76\x20\x2d\ \x33\x2e\x39\x39\x38\x30\x35\x20\x63\x20\x32\x2e\x37\x34\x30\x35\ \x33\x2c\x2d\x30\x2e\x32\x37\x39\x30\x33\x20\x35\x2e\x34\x36\x32\ \x2c\x2d\x30\x2e\x35\x31\x31\x32\x36\x20\x38\x2e\x31\x36\x33\x33\ \x38\x2c\x2d\x30\x2e\x36\x39\x37\x32\x36\x20\x32\x2e\x37\x30\x31\ \x33\x38\x2c\x2d\x30\x2e\x31\x38\x36\x30\x32\x20\x35\x2e\x36\x37\ \x33\x39\x39\x2c\x2d\x30\x2e\x32\x37\x39\x33\x20\x38\x2e\x39\x32\ \x33\x34\x35\x2c\x2d\x30\x2e\x32\x37\x39\x33\x20\x68\x20\x31\x30\ \x2e\x39\x32\x34\x32\x35\x20\x7a\x20\x6d\x20\x2d\x33\x34\x2e\x30\ \x31\x33\x34\x36\x2c\x2d\x33\x20\x63\x20\x30\x2c\x31\x2e\x31\x30\ \x30\x30\x36\x20\x2d\x30\x2e\x33\x38\x36\x38\x31\x2c\x32\x2e\x30\ \x34\x39\x35\x36\x20\x2d\x31\x2e\x31\x35\x38\x36\x36\x2c\x32\x2e\ \x38\x34\x39\x36\x31\x20\x2d\x30\x2e\x37\x33\x38\x32\x39\x2c\x30\ \x2e\x37\x36\x36\x37\x33\x20\x2d\x31\x2e\x36\x39\x31\x38\x33\x2c\ \x31\x2e\x31\x35\x30\x33\x39\x20\x2d\x32\x2e\x38\x36\x36\x33\x37\ \x2c\x31\x2e\x31\x35\x30\x33\x39\x20\x2d\x31\x2e\x31\x37\x34\x35\ \x36\x2c\x30\x20\x2d\x32\x2e\x31\x33\x31\x39\x39\x2c\x2d\x30\x2e\ \x33\x38\x33\x36\x36\x20\x2d\x32\x2e\x38\x37\x30\x32\x37\x2c\x2d\ \x31\x2e\x31\x35\x30\x33\x39\x20\x2d\x30\x2e\x37\x33\x38\x32\x38\ \x2c\x2d\x30\x2e\x38\x30\x30\x30\x35\x20\x2d\x31\x2e\x31\x30\x37\ \x38\x36\x2c\x2d\x31\x2e\x37\x34\x39\x35\x35\x20\x2d\x31\x2e\x31\ \x30\x37\x38\x36\x2c\x2d\x32\x2e\x38\x34\x39\x36\x31\x20\x30\x2c\ \x2d\x31\x2e\x31\x33\x33\x34\x31\x20\x30\x2e\x33\x36\x39\x35\x38\ \x2c\x2d\x32\x2e\x30\x38\x32\x39\x31\x20\x31\x2e\x31\x30\x37\x38\ \x36\x2c\x2d\x32\x2e\x38\x34\x39\x36\x31\x20\x30\x2e\x37\x33\x38\ \x32\x38\x2c\x2d\x30\x2e\x37\x36\x36\x37\x33\x20\x31\x2e\x36\x39\ \x35\x37\x31\x2c\x2d\x31\x2e\x31\x35\x30\x33\x39\x20\x32\x2e\x38\ \x37\x30\x32\x37\x2c\x2d\x31\x2e\x31\x35\x30\x33\x39\x20\x31\x2e\ \x31\x37\x34\x35\x34\x2c\x30\x20\x32\x2e\x31\x32\x38\x30\x38\x2c\ \x30\x2e\x33\x38\x33\x36\x36\x20\x32\x2e\x38\x36\x36\x33\x37\x2c\ \x31\x2e\x31\x35\x30\x33\x39\x20\x30\x2e\x37\x37\x31\x38\x35\x2c\ \x30\x2e\x37\x36\x36\x37\x20\x31\x2e\x31\x35\x38\x36\x36\x2c\x31\ \x2e\x37\x31\x36\x32\x20\x31\x2e\x31\x35\x38\x36\x36\x2c\x32\x2e\ \x38\x34\x39\x36\x31\x20\x7a\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x6f\x6e\ \x74\x2d\x73\x74\x79\x6c\x65\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\ \x6f\x6e\x74\x2d\x76\x61\x72\x69\x61\x6e\x74\x3a\x6e\x6f\x72\x6d\ \x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x77\x65\x69\x67\x68\x74\x3a\x6e\ \x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x73\x74\x72\x65\x74\ \x63\x68\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x73\ \x69\x7a\x65\x3a\x31\x35\x70\x78\x3b\x6c\x69\x6e\x65\x2d\x68\x65\ \x69\x67\x68\x74\x3a\x31\x32\x35\x25\x3b\x66\x6f\x6e\x74\x2d\x66\ \x61\x6d\x69\x6c\x79\x3a\x55\x62\x75\x6e\x74\x75\x3b\x2d\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x2d\x66\x6f\x6e\x74\x2d\x73\x70\x65\x63\ \x69\x66\x69\x63\x61\x74\x69\x6f\x6e\x3a\x55\x62\x75\x6e\x74\x75\ \x3b\x74\x65\x78\x74\x2d\x61\x6c\x69\x67\x6e\x3a\x63\x65\x6e\x74\ \x65\x72\x3b\x6c\x65\x74\x74\x65\x72\x2d\x73\x70\x61\x63\x69\x6e\ \x67\x3a\x30\x70\x78\x3b\x77\x6f\x72\x64\x2d\x73\x70\x61\x63\x69\ \x6e\x67\x3a\x30\x70\x78\x3b\x77\x72\x69\x74\x69\x6e\x67\x2d\x6d\ \x6f\x64\x65\x3a\x6c\x72\x2d\x74\x62\x3b\x74\x65\x78\x74\x2d\x61\ \x6e\x63\x68\x6f\x72\x3a\x6d\x69\x64\x64\x6c\x65\x3b\x64\x69\x73\ \x70\x6c\x61\x79\x3a\x69\x6e\x6c\x69\x6e\x65\x3b\x66\x69\x6c\x6c\ \x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\ \x61\x63\x69\x74\x79\x3a\x31\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\ \x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\ \x3a\x31\x2e\x30\x30\x30\x31\x39\x37\x37\x37\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x67\x3e\ \x0a\x20\x20\x3c\x2f\x67\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x05\x29\ \x00\ \x00\x16\xc1\x78\x9c\xed\x58\x5b\x6f\xdb\x36\x14\x7e\xef\xaf\x10\ \xd4\x97\x16\x33\x25\xea\x7e\xb1\x9d\x02\xc5\xd0\xa1\xaf\xdd\x86\ \x3d\x33\x12\x2d\x73\x91\x48\x83\xa2\xed\x24\xbf\x7e\x87\x94\x64\ \x5d\xe2\x76\x45\x97\x02\x0b\x10\x21\x80\xcd\x73\xe3\x39\xdf\x39\ \xfc\xe8\x68\xf3\xe1\xbe\xa9\xad\x13\x95\x2d\x13\x7c\x6b\x7b\x0e\ \xb6\x2d\xca\x0b\x51\x32\x5e\x6d\xed\x3f\xff\xf8\x84\x52\xdb\x6a\ \x15\xe1\x25\xa9\x05\xa7\x5b\x9b\x0b\xfb\xc3\xcd\x9b\x4d\x7b\xaa\ \xde\x58\x96\x05\xce\xbc\xcd\xcb\x62\x6b\xef\x95\x3a\xe4\xae\x7b\ \x38\xca\xda\x11\xb2\x72\xcb\xc2\xa5\x35\x6d\x28\x57\xad\xeb\x39\ \x9e\x6b\x8f\xe6\xc5\x68\x5e\x48\x4a\x14\x3b\xd1\x42\x34\x8d\xe0\ \xad\xf1\xe4\xed\xdb\x89\xb1\x2c\x77\x17\xeb\xf3\xf9\xec\x9c\x03\ \x63\xe4\x65\x59\xe6\x62\xdf\xf5\x7d\x04\x16\xa8\x7d\xe0\x8a\xdc\ \xa3\xb9\x2b\xe4\x78\xcd\xd5\xc7\x18\xbb\xa0\x1b\x2d\xff\xd5\xea\ \xc4\xe8\xf9\xa3\xb8\xdf\xda\xd8\xc2\x56\x16\xc3\x9f\x83\xf5\xe3\ \x75\xda\x11\xbd\x4e\xc0\xca\xad\x0d\xae\x61\x9a\x84\x66\xbd\xa7\ \xac\xda\x2b\xd0\x63\xdf\xe9\x24\x67\x56\xaa\xfd\x20\xb8\x01\xc9\ \xa6\xa4\xbb\x56\x6b\x3a\x6f\xbd\x02\xf7\xd8\xb6\x5c\xa3\x6d\xa8\ \x22\x25\x51\x64\xb4\x18\x24\x60\x95\x99\x08\x60\x05\x48\xe4\x5f\ \x7e\xfd\xd4\xad\x60\x5d\x14\xf9\x5f\x42\xde\xf5\x4b\x78\xb4\x01\ \xb9\x15\x47\xc8\xc5\xbe\xb9\x88\x37\x65\x91\xef\x84\x6c\x88\xba\ \x61\x0d\xa9\xa8\x2e\xfb\x17\x00\x66\xe3\x8e\x8a\x99\xb1\x7a\x38\ \xd0\x31\x68\x17\x56\xd2\x56\x1c\x65\x41\xaf\x4e\x42\x59\x34\x4c\ \x3b\xb9\xbf\x2b\x56\xd7\x9f\xf5\x26\x7d\x65\x93\xa0\x4c\xd5\x74\ \x14\x6e\xdc\x3e\xfb\xbe\x36\x77\x52\xdc\xc6\x1d\xaa\x37\xab\xaa\ \x73\x51\x92\xf0\x56\xa7\xbb\xb5\xcd\xd7\x9a\x28\xfa\x2e\x4e\x9c\ \x34\x4a\xbc\x30\x5e\xa1\x24\x75\x22\x1c\xe1\xf0\xbd\x3d\xa2\x58\ \x93\x07\x2a\xbd\x01\xbf\x6a\x48\xa8\x55\x0f\x35\x54\x52\xb2\xf6\ \x00\x16\x39\xe3\x35\xe3\xd4\x1e\xb4\xda\x11\x9a\x1b\x46\x17\xc9\ \x64\x6b\x00\x4b\xb2\xfb\x77\x78\x85\x3c\xfd\x87\x57\x41\x12\x98\ \x7d\xe3\x55\xe4\xc5\x43\x06\x97\x2a\xab\x11\xc7\x2e\x6c\x92\xa4\ \xf6\x28\x7b\x1a\x18\x61\x07\x46\x3f\xc6\x61\x04\xb1\xf1\xca\x5b\ \x45\x49\xe4\x64\xa1\x9f\x41\x85\xb1\xe7\x99\xb9\xf4\xde\x4f\xbb\ \x5b\x4d\x5b\xf5\xed\xca\x26\x69\xa4\x78\x26\xbd\x92\x88\x37\x4d\ \x40\x3f\x2b\xd8\x7f\xba\xb3\x9e\x48\x5a\xa8\x69\x98\x59\xa0\xb6\ \x20\x35\xd5\x71\xbc\xf7\xf6\xdc\xe8\x61\x6b\x07\x61\xe4\x04\xb1\ \xef\x7b\x0b\x15\x1c\x42\x14\x06\x29\xd4\xe9\x87\xe1\x42\x37\x9c\ \xb3\x2c\x5e\x28\xfa\xe3\xa6\x8f\x6d\x90\x64\x69\xb2\x50\xeb\x92\ \x75\xa6\x50\xb5\xbf\x50\xf5\x78\x15\xa2\x16\x32\x7f\x6b\x0e\x3d\ \x5e\xcf\xd1\x5b\x0b\x20\x80\x5d\x2d\xce\xf9\x89\xb5\xec\xb6\xa6\ \x6b\xf3\xc9\x6a\x18\xf9\x8b\x68\x07\x73\x9f\x73\x60\xd0\x75\xab\ \xa4\xb8\xa3\xd3\xef\xc8\xa4\x97\x87\xeb\x86\xc8\x3b\x2a\x3b\x15\ \xe5\x04\xfc\xd0\x2d\x29\xee\x2a\x29\x8e\xbc\xcc\x49\x51\x1c\x9b\ \xa3\x9e\xea\xd9\xd9\x01\x94\x0f\x44\xed\xbf\x52\x91\x37\x1b\x27\ \xfd\x68\xee\xb0\x42\x5f\xf7\x2c\xc5\xd1\x2a\x0c\x34\xce\x5e\x10\ \x58\x7b\x0b\xf9\x00\xab\x07\xfc\x86\x92\xd0\xc1\x7e\x12\x84\xd6\ \xc9\x42\x69\x08\xaa\x04\xa0\xf3\xb3\xc0\x7a\xb4\x1a\x0b\x85\x9d\ \xd9\x0a\x19\x7d\xd2\x87\xd2\x01\xe2\xf4\xe2\x77\x11\x3f\x7e\x0f\ \xa4\x3b\xc1\x15\x32\x1a\x28\x1f\x18\xa7\xee\x24\x27\x22\x19\xe1\ \x6a\x26\x3b\x9b\x2e\xcf\x44\x80\x23\x55\xc5\x7e\x2e\x63\x8f\x34\ \x6f\x68\xc9\x8e\xcd\x5a\xb7\x09\xed\x9f\xfa\xed\x48\xc3\xea\x87\ \xbc\x85\x91\x44\x2d\x95\x6c\x37\xdb\x15\xd5\xac\x22\xea\x08\xcc\ \x76\x2d\x27\x74\x10\x2d\x53\xc0\xfb\x57\x95\x05\x39\x5c\xf7\xe2\ \xc7\x06\x36\x2a\xae\xea\x48\xad\xa8\xe4\xd0\xe0\xb9\xeb\x8e\x9a\ \x2c\x20\x43\xa5\xe0\x5a\xbe\x28\x15\xbd\x57\x88\xf1\x12\xee\xd8\ \x1c\x77\x2b\x02\x29\xf3\x1c\xee\x6b\xa9\x3a\x41\x09\x57\xab\x24\ \x7d\x9a\x30\x56\x0b\x21\xd2\xc8\x5c\xd7\x74\xcd\x68\x45\xcd\xca\ \x27\xba\x79\xef\x6a\xc8\x8b\x4a\xd4\x1e\x48\x01\xe9\x0d\xd9\x9d\ \x85\x2c\x97\x32\x13\xe7\xc2\x00\xdd\xbe\x67\xc9\x74\x55\xa8\x11\ \x25\xcd\x6b\x89\xd4\x2d\x9c\x2f\x3d\xbb\x3a\xe7\x5a\xc9\xf5\x2d\ \x69\xa9\x69\x60\xbb\x67\x3b\x95\x0f\xcb\xbe\x60\x5e\xec\x21\x95\ \xae\xe2\xf3\x9e\x29\x6a\xf6\xbc\x4c\x51\xbb\x27\x07\x8a\x0e\xa4\ \xd4\x3f\x68\x00\xa5\xa2\x66\x07\x24\x8f\x66\xcc\xf8\x23\x95\xe2\ \x47\x0e\xb3\xd0\x55\xc1\xda\x5b\x33\xc0\xa7\x43\x97\x1c\x95\x58\ \x37\xec\x1e\x81\x01\x2f\xbb\x6a\xfa\x1c\x0c\x5a\xd0\x28\x00\xe9\ \x30\x98\xb7\x5f\x7e\xfb\x78\x4d\x81\x80\x28\x60\xd9\xe6\x3a\x19\ \x22\xb5\x95\x69\xc1\x02\xf2\x4e\x36\xe6\x61\xe8\xe5\x72\x96\x60\ \xb1\xd0\xcd\x4b\xfe\x3a\x05\xe9\xeb\x23\xc9\x3c\x9c\x0c\x72\x9d\ \x06\xcc\x72\x7e\x7b\x54\x6a\x2a\xfb\x5b\x30\x9e\xc3\xa5\x4e\xe5\ \x20\x35\x8b\x9a\xc1\x07\x30\x59\x2f\x2b\x09\xe0\x2f\x25\xa0\x3b\ \xdd\x4b\x4b\xc5\x6e\x07\xe3\x0c\x0d\xe9\x65\x63\xba\x53\x12\xec\ \x00\x92\x00\x28\x9c\x19\xe8\x9f\x01\xd9\xfc\x46\x59\x0a\xbb\x3e\ \x2f\x84\x66\x42\x16\xb2\xe7\xe2\xd5\xc5\xfd\x38\xf0\xaa\x97\x00\ \xeb\x85\x51\xb8\x0a\xe1\x2e\xd6\xf7\x97\xaf\x69\xd1\x10\x66\x94\ \x69\xb6\xd4\x64\x3a\x2c\x0d\x99\xea\xab\x2c\xf0\x92\x15\x1e\x0d\ \xd3\xb9\x61\xfa\x43\x86\xf1\x4b\x8b\xf8\x14\x9e\x9f\x74\x17\xff\ \xac\x63\xe3\xe3\xe0\xff\x71\x6c\xfe\xdb\x8c\xbf\xc2\xfc\x1c\x30\ \x7f\x93\x1c\xe0\x47\xe8\x2b\x39\x3c\x2f\x39\x68\x66\xd6\xb3\x1c\ \x7a\x59\xf2\x7d\x3c\xde\x5b\x67\x57\x5b\x85\x3d\x27\x4b\x53\xdf\ \x5f\x85\x7e\xf2\x5d\xad\x82\x7f\xf8\xd2\x57\x93\x17\x4e\xe0\xd1\ \x0b\x20\x96\x97\xcf\xdf\x2f\x01\xe5\x2b\x9c\x10\x24\x40\xdf\x49\ \x9a\x78\xaf\x9c\xf0\x8c\x9c\x70\x61\x62\x1f\xc7\xf3\x77\x82\x6e\ \x35\xbe\x0b\xac\x86\xb7\x80\x55\xf7\xfe\x0f\x3e\x36\xfa\x35\xe5\ \xcd\x9b\x7f\x00\xc5\xc2\xaa\x9a\ \x00\x00\x0a\x4b\ \x00\ \x00\x24\x55\x78\x9c\xed\x5a\x5b\x8f\xdb\xc6\x15\x7e\xf7\xaf\x18\ \x28\x28\x10\xa3\x24\x35\xf7\x8b\x76\xd7\x01\x92\x22\x45\x5f\xd3\ \xa6\x05\xf2\x46\x4b\x5c\x89\x30\x45\x6e\x29\xee\xcd\xbf\x3e\xdf\ \x99\x21\x75\xdb\x5d\xc7\x4e\xed\x3e\xed\xda\x58\x73\x66\xce\x0c\ \xcf\x65\xce\x77\xbe\x23\xeb\xf2\x87\x87\x6d\xc3\xee\xaa\x7e\x57\ \x77\xed\xd5\x4c\x14\x7c\xc6\xaa\x76\xd9\xad\xea\x76\x7d\x35\xfb\ \xf5\x5f\x3f\xe7\x7e\xc6\x76\x43\xd9\xae\xca\xa6\x6b\xab\xab\x59\ \xdb\xcd\x7e\x78\xf7\xe6\x72\x77\xb7\x7e\xc3\x18\xc3\xe6\x76\xb7\ \x58\x2d\xaf\x66\x9b\x61\xb8\x59\xcc\xe7\x37\xb7\x7d\x53\x74\xfd\ \x7a\xbe\x5a\xce\xab\xa6\xda\x56\xed\xb0\x9b\x8b\x42\xcc\x67\x07\ \xf1\xe5\x41\x7c\xd9\x57\xe5\x50\xdf\x55\xcb\x6e\xbb\xed\xda\x5d\ \xdc\xd9\xee\xbe\x3b\x12\xee\x57\xd7\x7b\xe9\xfb\xfb\xfb\xe2\x5e\ \x45\x21\x11\x42\x98\x73\x39\x97\x32\x87\x44\xbe\x7b\x6c\x87\xf2\ \x21\x3f\xdd\x0a\x1d\x9f\xdb\x2a\x39\xe7\x73\xac\x1d\x24\xff\x50\ \xea\xae\xae\xee\x7f\xec\x1e\xae\x66\x9c\x71\x16\x2c\xfe\x16\x9c\ \x7e\x44\x5a\x3d\x78\x2f\x4d\xd4\xab\xab\x19\xb6\x6a\xef\x74\x1c\ \x6f\xaa\x7a\xbd\x19\xb0\xce\x65\x91\x66\xee\xeb\xd5\xb0\x99\x26\ \xde\x61\xe6\x72\x55\x5d\xef\x68\x25\xed\xa6\x11\xb6\xdb\x19\x9b\ \xc7\xd5\x6d\x35\x94\xab\x72\x28\x0f\x12\xd3\x0c\xa4\x42\x3c\x01\ \x52\xf0\xc4\xe2\x97\xbf\xfd\x9c\x46\x18\x2f\x97\x8b\xff\x74\xfd\ \x87\x71\x88\x1f\x12\x28\xdf\x77\xb7\xd0\x65\xf6\x6e\x3f\x7d\xb9\ \x5a\x2e\xae\xbb\x7e\x5b\x0e\xef\xea\x6d\xb9\xae\xc8\xec\xbf\xc2\ \x31\x97\xf3\xc3\xc2\x89\xf0\xf0\x78\x53\x1d\x0e\x4d\xc7\xf6\xd5\ \xae\xbb\xed\x97\xd5\xb3\x37\x61\xb5\xdc\xd6\xb4\x69\xfe\xcf\xa1\ \x6e\x9a\x7f\xd0\x4b\x46\xcb\x8e\x0e\xad\x87\xa6\x3a\x4c\x5e\xce\ \x47\xed\x47\xdb\xe6\x47\xc6\x5d\xce\x27\xeb\xe3\x68\x9d\xb6\x0c\ \x7d\xd9\xee\x48\xdd\xab\x59\x7c\x6c\xca\xa1\xfa\xde\xba\xc2\x1b\ \x27\xb4\xcd\x72\xe7\x0b\xc3\x0d\xd7\x6f\x67\x07\x2f\x36\xe5\x63\ \xd5\x8b\xc9\x7f\xeb\x49\xa1\xdd\xf0\xd8\xc0\x92\x55\xbd\xbb\x81\ \xc4\xa2\x6e\x9b\xba\xad\x66\xd3\x2a\x6d\x44\x70\xb5\xd9\xcf\x1c\ \xbd\x1a\xce\xea\xeb\x87\xef\x79\x96\x0b\xfa\xcb\x33\xe5\x54\x7c\ \xaf\xcd\x8c\xb0\x93\x06\x7b\x2b\xd7\x07\x3f\xa6\x63\x9d\xf3\xb3\ \xc3\xdc\xd3\x83\x73\x5e\xe0\xea\x5b\xae\x0d\xce\xe6\x99\xc8\x8c\ \x33\x45\xd0\x32\xc0\x42\x2b\x44\xbc\x97\xe2\xed\x71\x74\xd7\xc7\ \xa1\xfa\xb4\x65\x47\x6a\x78\x7e\x32\xfb\x8c\x22\xe2\x58\x01\xfa\ \xc9\xf0\xfe\xe3\x37\xd3\x8d\xac\x96\xc3\xf1\x31\x27\x07\xed\x96\ \x65\x53\xd1\x39\xe2\xed\xec\x54\xe8\xf1\x6a\xa6\xb4\x29\x94\x95\ \x52\x9c\x2d\x21\x09\x73\xad\x3c\xec\x94\x5a\x9f\xad\x4d\x79\x16\ \xec\xd9\xc2\x98\x6e\x94\xb6\xca\x05\xef\xce\x96\xc9\x64\xd2\x14\ \x56\xcb\xb3\xa5\xd1\x5f\xcb\xae\xe9\xfa\xc5\x77\x31\xe9\xf9\xc5\ \xa9\xf7\x2e\x3a\x00\xc0\x75\xd3\xdd\x2f\xee\xea\x5d\xfd\xbe\xa9\ \x2e\xe2\xbf\x75\x83\x2b\xbf\x9f\xba\xc6\xbd\x5f\xb4\x40\xd0\x8b\ \xdd\xd0\x77\x1f\xaa\xe3\xe7\x3c\xaa\xb7\xd0\x17\xdb\xb2\xff\x50\ \xf5\x69\xa9\x6a\x4b\xec\xcb\xdf\x97\xcb\x0f\xeb\xbe\xbb\x6d\x57\ \x8b\x72\xb9\xbc\xdd\xde\xd2\xad\x3e\xc9\x9d\x3f\xf2\xf2\x93\x0b\ \x89\x3f\xe7\xfe\xfe\xaa\x56\x4e\xfb\x69\x90\x77\x37\xe5\x92\x24\ \x44\x1a\xf6\xb7\x4d\x34\xfd\x63\xd5\x77\x2f\x7b\x42\x7c\xbe\x27\ \x5e\x08\xa4\x71\xe7\x31\x9e\x10\x77\xbc\xab\x2f\x5d\x1d\x8d\x8b\ \x25\x8c\x97\xe7\x37\x28\x5e\x3b\x2e\x9e\xbd\x92\xb8\xad\xb9\xd2\ \xa1\x08\xd6\x59\x79\x1e\x9b\x9b\x72\xd8\x3c\x55\x92\x66\xb5\x7b\ \x72\xd2\x8b\x61\xa3\xb4\x56\xc1\x38\x04\x6f\xba\xfc\x26\xd3\x3a\ \xe9\x23\xcf\xc3\x49\xe5\x81\x69\x9f\x49\xc1\x96\x2c\x17\xba\x40\ \x25\x11\xc0\x0b\x96\x4b\x97\x09\x59\xf0\xe0\xb4\x08\x71\x24\x2d\ \xc0\x43\x68\x6e\x19\xcf\x42\xa1\x84\xd0\xc2\x32\x5d\x38\xa7\xa5\ \xc9\x84\x2b\x80\x59\x81\x09\x99\x49\x59\x28\xa3\x30\x62\x77\xb4\ \x2c\xb5\xe5\x01\x87\x23\xff\x0b\x6b\x65\xf0\x92\xf1\x42\x70\x87\ \x13\x55\xc1\x5d\x50\x01\x63\x13\x94\x83\x96\x85\x36\x3e\x78\x83\ \x09\xed\x2d\xb4\x82\xd2\x2e\x00\x92\x99\x28\x8c\x91\xca\x64\xb2\ \xb0\xc1\xe0\x87\xc9\xc2\x6b\xda\xa2\x0a\x15\xe8\x89\xfd\xc4\x54\ \x28\xb8\xe4\x4a\x64\x5e\x17\xd2\x4b\xc7\x1d\x83\xd5\x06\x43\xa6\ \xe3\xef\x0d\xb3\xd0\x03\x10\x0b\xf3\x10\x5b\x9c\x9c\xf1\x49\x12\ \x80\x6f\x61\x06\xdc\x27\xa4\xe2\xda\xe1\x8d\x32\x08\x9d\x01\x43\ \x1d\x97\x1e\x4a\x93\x55\xa4\x74\x0e\xa7\x08\xef\xa4\xda\xeb\x90\ \x1f\x29\x61\x31\x19\xa4\x53\x19\x4a\x08\x0f\x78\x14\xcc\x62\x60\ \x0b\xeb\xa5\x11\x2a\x0e\x0c\x0e\x08\x46\x09\xf6\x6f\xe6\xa0\x40\ \xd0\x41\x4a\x6c\xa5\x67\x09\x84\xcc\xac\x21\x3f\x28\x38\x1a\x03\ \xe3\x0a\x69\xa0\xa4\xa4\x81\x76\x53\x08\xc8\x74\x35\x45\x87\x5e\ \x1a\xc3\x86\xb7\xa5\x58\xfe\xc6\xb6\x70\xb8\x86\xb9\x88\xa1\x83\ \x3d\x01\x36\x4b\x95\x09\xbc\xc3\x62\x1c\x68\x80\x40\x05\x0d\x3d\ \x10\x90\xcc\x17\x98\x16\x46\xb0\x1c\x57\x20\x08\x8b\xe0\x03\x01\ \x9d\x0b\xda\xe3\x5a\xc8\x4c\xe0\xce\x3a\x69\x8d\x43\x50\x81\xb6\ \x71\x1f\x7c\x64\x43\xdc\x8f\xd7\x54\x39\xdc\x0a\x19\x6e\x9d\x63\ \xf0\x9a\x30\x8e\x53\x00\x83\x10\x5e\x5b\x9a\xb1\xd1\xc3\x50\xc7\ \xc0\x7a\x4d\x33\x3a\x04\x41\x31\xf0\x48\x17\xc4\x00\xce\x57\x0a\ \xbb\x80\xf2\x85\x56\x56\xe1\xd6\x15\x42\xd3\x9b\x30\xe1\x94\x97\ \x5e\xc0\x4d\x46\x17\x06\xce\xe6\x21\xf3\x74\x8f\x24\xa2\xc3\x8c\ \x4a\xc5\x0c\x53\xcc\xc4\xdf\x1b\x96\xdb\x78\xa3\xc7\x7a\x83\x0b\ \x8d\xc0\x7b\x2b\xad\xcc\xf6\xdb\x72\x53\x48\x2e\x84\x93\x14\x66\ \x13\x83\x42\x6a\x79\xee\x70\x61\xf0\xa0\x30\x85\x77\xe2\x10\x0b\ \x2d\xac\xa0\x39\xdc\x4f\x18\x74\xa4\x5a\xbe\xd7\x6d\x6f\x51\x1e\ \x4d\x42\xf8\x0f\x66\x93\x94\x17\x32\xf9\x66\x9c\xda\xbb\x02\xf7\ \x00\x57\x48\x48\xc3\xc0\x41\x70\x40\xb0\x94\x30\xb9\x83\x9e\x5e\ \x29\xba\x5f\x3e\x68\x87\x2c\xa2\x48\xe4\xa8\xdc\x8a\x4b\xb0\x84\ \x71\xb8\x8f\xcc\x4f\x4c\x6a\x98\xeb\x11\xee\x4c\x99\x29\xd0\xf4\ \x14\x8c\x14\x19\x8e\xa7\xcb\x61\xd8\x6f\x9f\x03\xe9\xd7\x5d\x3b\ \xe4\x71\x05\xd0\x0a\x5e\xd7\xa4\x99\xbb\xb2\xaf\xcb\x76\x38\x99\ \xbb\x8f\x80\x78\x32\x05\x8c\xae\x86\xe5\x66\x9a\xa3\xaa\x90\x6f\ \x9e\x8a\x5d\x97\xdb\xba\x79\x5c\xec\x00\x65\xf9\xae\xea\xeb\xeb\ \x8b\xbc\x6e\x3f\xa0\xd8\xdf\x54\x79\x3a\xe7\xa6\x5a\xd6\xd7\xf5\ \x12\xcc\xbf\x6b\x8f\xe5\x86\xea\x61\x80\xec\x0a\x4d\xc3\x82\xa7\ \x51\xd9\xd4\x6b\xc8\x0c\x65\x3f\xa4\x89\x15\x7a\x85\x3e\xed\x8c\ \xd5\xe1\x6c\x32\x27\xad\xd2\x4a\x53\x0d\x43\xd5\xe3\x6d\xa8\x40\ \xed\x7a\x52\xf1\xbe\xeb\x57\xe7\x73\xf1\x8c\x3d\xf6\xa6\xdd\xf7\ \x7d\x3d\x40\x24\xdf\x76\xab\x6a\xd1\xf4\xf9\xf0\x1e\x05\x91\x6a\ \x0b\xbd\xb9\x19\xfa\x8b\xf7\xe5\xae\x8a\x2e\xd8\x6d\xea\xeb\x61\ \x31\x0d\x47\xb5\xdb\xe5\x06\x7e\x4f\x7a\x2f\x9b\xfa\xe6\xb4\xf2\ \xfd\x89\xd2\x1a\x03\x09\xe7\xc0\xa4\x9b\xae\x19\x5d\xf7\xcb\xdf\ \x7f\x7c\x6e\x21\x47\xad\xc5\x70\xb7\xa0\xd3\xcb\x9e\xa4\x3e\x55\ \x99\x5f\xac\xc3\xb8\x64\x86\x36\x68\xff\xa7\xa9\xc9\xd3\xf2\x17\ \x8b\x93\xb2\xa1\x10\x42\x20\xfb\x54\x10\x05\x32\x98\xb0\x98\xaa\ \x9c\x47\xf2\x05\x54\x0e\xaa\x20\x77\x94\x2d\x80\x69\x80\x61\xc3\ \x50\xb8\x39\x37\x81\xf0\xc8\x22\x71\x90\xab\x49\x1c\x99\x14\x0a\ \x8b\x84\x27\x79\x57\x28\xef\x43\x60\x1f\x9f\xe1\x05\xa4\x89\xf2\ \x46\xe4\x2f\x50\xbc\xb3\x98\x1c\x3b\xec\x33\x8d\x02\xbc\x11\x7b\ \xb0\x1e\x46\xf1\x54\x99\x09\xb2\x50\x63\x04\x30\x81\xfd\x97\x1e\ \xa5\x83\xd5\x04\x5c\xb1\xc6\x82\x8e\xa1\x18\xa2\xe8\xd2\x92\x36\ \x80\x90\x71\x22\x42\x76\x10\x0a\xc5\x0a\xf8\x2b\xc1\x4b\x61\x9d\ \x2a\x34\x20\xce\xe3\xa0\x24\xec\xb1\x66\x8c\x75\xa8\x0f\x67\xb2\ \x12\xc0\x87\x12\xb4\x3f\x1d\xf0\x2f\xb9\x3e\x8c\x37\x2c\x69\xe2\ \x9e\x78\x6a\x74\xc6\x57\x05\x8a\x34\x57\x7f\xac\x16\xc2\xdc\x3c\ \x9c\xe0\x06\xe0\xf1\x2f\x27\xa8\xf1\xeb\xfb\xdb\x76\xb8\xfd\x34\ \x62\x8c\x32\x47\xf8\x50\xb5\xab\xf3\x74\xe7\x78\xd3\x49\xae\xc7\ \x89\xa7\x49\x7d\x9c\xae\x74\xcc\x27\xae\xc1\x27\xf2\xe6\x85\xfb\ \x66\x0c\x9a\xf3\x2f\x20\x84\xfc\x85\xbb\xf9\x1a\x8e\xff\x29\x1c\ \x29\x3b\xa5\x07\x13\x31\x20\x22\x0a\x05\xd9\x59\x2d\x22\x17\xe1\ \x1c\x5e\x07\x15\x01\xe9\x57\x94\xa2\xe0\x16\xd6\x7a\x22\x39\x42\ \x11\xb7\x43\x9d\x06\x5d\xf2\x91\xe3\x70\x67\x64\x94\xd0\x22\xf2\ \x19\xa3\x03\xd1\x68\x55\xb8\x40\x04\x47\x01\x2e\x03\x88\x13\xc0\ \x0a\xb2\xc4\x40\x88\x8b\x81\x1d\xa7\x8c\x05\x7a\x45\x4e\x02\x1e\ \x62\x3d\x91\x68\x01\xa8\x22\x0e\x61\x8d\x04\x0d\x88\x04\x5b\x5a\ \x92\x08\xa8\xed\xc4\xc2\x95\xe5\x23\x37\xf5\x0e\x04\x9a\xce\x25\ \xe5\xe2\xa6\xa4\xdd\xc7\xcf\x85\x26\x70\x44\x15\x94\xb6\xe0\x10\ \x38\x0e\xb0\xae\xc8\x10\x18\xed\xc8\x32\xce\xad\x1c\xad\xc7\xb9\ \x26\x52\x3c\x6b\x09\x85\xb0\x66\x0d\xd8\x17\x94\x01\x43\x8a\x4c\ \x2a\x80\x0d\xd2\x26\x70\x1b\x61\x59\xd2\x1f\xdc\x98\x0c\x72\x50\ \xa9\x61\x64\xb5\xc3\xab\xa2\x17\xb8\xc6\xb9\x78\x12\xdc\x92\xda\ \x5e\xa3\xb7\x02\x92\x49\x8b\x7e\x86\x48\x90\xf3\x21\x92\x4e\xe3\ \xc0\x7f\x48\x02\x54\x4c\x90\x37\x1c\x50\xd3\x91\x04\xfa\x75\x1d\ \x6d\x27\xd5\xa2\xed\x49\xb7\x57\xe8\xfa\x96\xd0\x05\x30\xd2\x5f\ \x04\x5d\xe7\x1d\xf3\x6b\x38\xbe\x1a\x74\x29\x8f\x2e\x1d\xdd\x22\ \x3a\x00\x34\x8b\x44\x2c\xc0\x06\x28\x01\xad\x21\x6c\xe1\x19\x55\ \x73\x40\x05\x8b\xf5\x5d\x06\xca\x45\x47\xec\x23\x8d\x6d\x46\x7c\ \x01\x69\xcd\x08\x5a\x40\xa7\x32\xe2\x0b\x94\x65\x9b\xc8\x29\x94\ \xa6\xdc\x8f\x5c\x22\xa8\x2c\x32\x11\xc0\x4f\x92\xf5\x59\x3e\x09\ \xa7\xc3\x3c\x09\x50\x5b\x65\xf7\x6f\xa3\xee\x52\x78\x13\x93\x94\ \x3a\xc6\x7c\x52\xe7\x73\xd1\x49\x59\xc0\x0b\xb0\x55\x03\x9d\x4c\ \x44\x27\xfa\x70\x80\xc0\xc9\x8e\xe0\x24\x23\x88\x1c\x63\x13\x91\ \x1c\xb4\x95\x00\x34\x42\x1b\xc5\x22\x1a\xa3\x23\x8e\xe8\x0c\x74\ \x8b\x10\x83\x03\x23\xc0\x1c\x81\x52\x7e\x40\xa5\x84\xc5\x21\x22\ \xac\x46\x57\xe5\x26\x30\xd3\x64\x12\xa1\x99\x64\x09\x8d\x41\xa5\ \x88\xc6\x19\xa9\x52\xcd\xf0\xde\x46\xc7\xa0\x9c\x18\xc2\xe5\x11\ \x37\xdd\x04\x4e\xf2\x15\x9c\xbe\x35\x38\xf9\x2f\x01\x27\xc1\x5f\ \xc3\xf1\xcd\x78\x95\x8a\x9f\xf0\x64\xe0\x53\x91\x55\x99\x03\xab\ \x4a\x0c\x23\xf2\x9f\x3d\xaf\xda\x53\x17\x4a\x1f\xc9\x45\xcc\x2c\ \x6e\xb5\x0d\xa9\x53\x52\x3c\x7e\xd4\x02\x92\xa1\x63\x13\x74\xc6\ \x92\x62\xae\x9d\x93\x2b\xa2\x15\x21\xd2\x0d\xf4\x8d\xec\x9c\x8e\ \x45\x4a\x81\x2c\x27\x8e\x21\xd1\x56\x12\xa3\xf0\xc1\x13\xa1\x53\ \x1c\x4c\xec\x40\xab\x92\x6a\xfa\x0b\x58\x95\x41\xab\x4a\x0d\x1f\ \x39\xc1\x06\x6a\x4b\x27\xdc\xca\x0f\xc0\xb5\x67\x55\x23\x3a\x90\ \xa1\x11\xba\x22\xb7\x74\x92\x3e\x02\x1a\xd1\x2b\x91\x4b\x6e\x88\ \x54\x9e\x51\xa4\x86\xb6\x9d\x13\xab\x84\x60\x64\x4b\x02\xb0\x73\ \x32\x96\xd0\x4b\x65\x09\xbc\x08\x33\x13\x76\x25\xe8\x3a\xd0\xaa\ \x03\xaa\xbe\x02\xd7\xb7\x05\x2e\xf1\x45\xff\x43\x20\xce\xff\x9f\ \xe2\x35\x1c\x5f\x8f\x55\x05\xe4\x93\xd7\xd6\x22\x7b\x43\x64\x55\ \x94\xbe\x23\x81\x99\xb8\x55\x2e\x78\x95\xdb\x89\xd2\xc4\x8f\xbc\ \xf7\xa4\x27\x71\xac\x71\xc6\x8c\xc4\x09\xbb\xf2\x27\xd4\x69\x43\ \xf9\x3c\x11\xad\x7c\x62\x5a\x89\x68\x89\x49\xfe\x40\xcb\xf6\x2f\ \x49\x4c\xcb\x1c\x26\x26\xa6\x75\xc7\xbe\x9c\x63\x05\xea\xb1\x34\ \x80\x5a\xe9\x88\x55\x62\xe4\x58\x7a\xc2\x2a\xb5\x27\x59\xee\xd0\ \x65\x4d\x0d\x60\x9e\x3a\x40\xcd\x52\x03\xe8\x92\x93\x24\xe0\xfe\ \x09\x67\x3a\x42\xaa\x63\xb6\x95\x9a\x40\xea\x9b\xa9\x09\x74\x23\ \xc4\xed\x29\x5a\x3e\xf5\x80\xa9\x05\xf4\x11\x25\x63\x0f\x98\x5a\ \x40\x71\xe0\x59\x21\x7b\xed\x01\xff\x4f\x68\x65\x4f\xbf\xa7\x31\ \x5f\x1f\xbe\x9f\xb1\x9e\xbe\x99\xb1\x4e\xdf\xc9\xc0\x3f\x97\xf4\ \xd5\x91\x77\x6f\x7e\x07\xa0\x91\x0b\xa7\ " qt_resource_name = b"\ \x00\x11\ \x0b\xaa\xc3\x27\ \x00\x73\ \x00\x70\x00\x65\x00\x65\x00\x63\x00\x68\x00\x2d\x00\x62\x00\x75\x00\x62\x00\x62\x00\x6c\x00\x65\x00\x2e\x00\x73\x00\x76\x00\x67\ \ \x00\x13\ \x09\x00\x03\x27\ \x00\x73\ \x00\x70\x00\x6c\x00\x61\x00\x73\x00\x68\x00\x73\x00\x63\x00\x72\x00\x65\x00\x65\x00\x6e\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\ \x00\x6e\x00\x67\ \x00\x05\ \x00\x77\x8b\xd3\ \x00\x70\ \x00\x72\x00\x65\x00\x66\x00\x73\ \x00\x10\ \x0a\xa0\xfe\xe7\ \x00\x73\ \x00\x70\x00\x6c\x00\x61\x00\x73\x00\x68\x00\x73\x00\x63\x00\x72\x00\x65\x00\x65\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x09\ \x0c\x39\xb2\x1c\ \x00\x74\ \x00\x68\x00\x75\x00\x6d\x00\x62\x00\x6e\x00\x61\x00\x69\x00\x6c\ \x00\x05\ \x00\x6f\xa6\x53\ \x00\x69\ \x00\x63\x00\x6f\x00\x6e\x00\x73\ \x00\x1a\ \x09\x57\x65\x07\ \x00\x72\ \x00\x61\x00\x70\x00\x69\x00\x64\x00\x2d\x00\x70\x00\x68\x00\x6f\x00\x74\x00\x6f\x00\x2d\x00\x64\x00\x6f\x00\x77\x00\x6e\x00\x6c\ \x00\x6f\x00\x61\x00\x64\x00\x65\x00\x72\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x06\ \x07\x8c\x76\x94\ \x00\x72\ \x00\x65\x00\x70\x00\x6f\x00\x72\x00\x74\ \x00\x04\ \x00\x07\xb0\x73\ \x00\x74\ \x00\x69\x00\x70\x00\x73\ \x00\x0e\ \x01\xf2\x8a\xa7\ \x00\x63\ \x00\x75\x00\x73\x00\x74\x00\x6f\x00\x6d\x00\x64\x00\x61\x00\x74\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x0b\ \x08\xc8\x45\x67\ \x00\x6d\ \x00\x61\x00\x72\x00\x6b\x00\x61\x00\x6c\x00\x6c\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x16\ \x0c\x77\x97\xc7\ \x00\x70\ \x00\x68\x00\x6f\x00\x74\x00\x6f\x00\x65\x00\x64\x00\x69\x00\x74\x00\x6f\x00\x72\x00\x64\x00\x65\x00\x66\x00\x61\x00\x75\x00\x6c\ \x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x10\ \x0f\x80\xe4\xc7\ \x00\x64\ \x00\x69\x00\x64\x00\x2d\x00\x79\x00\x6f\x00\x75\x00\x2d\x00\x6b\x00\x6e\x00\x6f\x00\x77\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x12\ \x0a\xf1\x51\xe7\ \x00\x74\ \x00\x69\x00\x6d\x00\x65\x00\x6c\x00\x69\x00\x6e\x00\x65\x00\x61\x00\x64\x00\x6a\x00\x75\x00\x73\x00\x74\x00\x2e\x00\x70\x00\x6e\ \x00\x67\ \x00\x11\ \x08\xb9\xbb\xe7\ \x00\x64\ \x00\x65\x00\x76\x00\x69\x00\x63\x00\x65\x00\x73\x00\x68\x00\x69\x00\x64\x00\x64\x00\x65\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\ \ \x00\x1a\ \x00\xf5\xac\x47\ \x00\x64\ \x00\x6f\x00\x77\x00\x6e\x00\x6c\x00\x6f\x00\x61\x00\x64\x00\x77\x00\x68\x00\x65\x00\x72\x00\x65\x00\x61\x00\x6e\x00\x64\x00\x72\ \x00\x65\x00\x6e\x00\x61\x00\x6d\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x0f\ \x04\x45\xfd\xc7\ \x00\x65\ \x00\x72\x00\x72\x00\x6f\x00\x72\x00\x72\x00\x65\x00\x70\x00\x6f\x00\x72\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x0e\ \x0f\x05\x73\x27\ \x00\x6d\ \x00\x61\x00\x72\x00\x6b\x00\x73\x00\x69\x00\x6e\x00\x67\x00\x6c\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x12\ \x0d\xfe\x9f\x87\ \x00\x74\ \x00\x69\x00\x6d\x00\x65\x00\x6c\x00\x69\x00\x6e\x00\x65\x00\x73\x00\x65\x00\x6c\x00\x65\x00\x63\x00\x74\x00\x2e\x00\x70\x00\x6e\ \x00\x67\ \x00\x0f\ \x01\x1d\xc5\x87\ \x00\x6a\ \x00\x6f\x00\x62\x00\x63\x00\x6f\x00\x64\x00\x65\x00\x68\x00\x69\x00\x6e\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x16\ \x0f\x71\x4b\x87\ \x00\x64\ \x00\x6f\x00\x77\x00\x6e\x00\x6c\x00\x6f\x00\x61\x00\x64\x00\x73\x00\x75\x00\x62\x00\x66\x00\x6f\x00\x6c\x00\x64\x00\x65\x00\x72\ \x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x17\ \x0f\xc6\xa3\xe7\ \x00\x73\ \x00\x75\x00\x62\x00\x66\x00\x6f\x00\x6c\x00\x64\x00\x65\x00\x72\x00\x67\x00\x65\x00\x6e\x00\x65\x00\x72\x00\x61\x00\x74\x00\x69\ \x00\x6f\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x0e\ \x07\x7d\x27\x67\ \x00\x64\ \x00\x6f\x00\x77\x00\x6e\x00\x6c\x00\x6f\x00\x61\x00\x64\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x13\ \x04\xe9\xc7\xe7\ \x00\x65\ \x00\x72\x00\x72\x00\x6f\x00\x72\x00\x72\x00\x65\x00\x70\x00\x6f\x00\x72\x00\x74\x00\x69\x00\x63\x00\x6f\x00\x6e\x00\x2e\x00\x70\ \x00\x6e\x00\x67\ \x00\x18\ \x07\x13\xab\x27\ \x00\x70\ \x00\x72\x00\x65\x00\x76\x00\x69\x00\x6f\x00\x75\x00\x73\x00\x6c\x00\x79\x00\x64\x00\x6f\x00\x77\x00\x6e\x00\x6c\x00\x6f\x00\x61\ \x00\x64\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x1c\ \x0f\xb3\x9b\x67\ \x00\x64\ \x00\x65\x00\x66\x00\x61\x00\x75\x00\x6c\x00\x74\x00\x64\x00\x6f\x00\x77\x00\x6e\x00\x6c\x00\x6f\x00\x61\x00\x64\x00\x64\x00\x69\ \x00\x72\x00\x65\x00\x63\x00\x74\x00\x6f\x00\x72\x00\x79\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x0a\ \x02\xce\x58\x07\ \x00\x62\ \x00\x61\x00\x63\x00\x6b\x00\x75\x00\x70\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x11\ \x05\xf3\x2f\x67\ \x00\x74\ \x00\x68\x00\x75\x00\x6d\x00\x62\x00\x6e\x00\x61\x00\x69\x00\x6c\x00\x73\x00\x6f\x00\x72\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\ \ \x00\x0c\ \x04\xf1\x43\xe7\ \x00\x6a\ \x00\x6f\x00\x62\x00\x63\x00\x6f\x00\x64\x00\x65\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x1a\ \x03\xbc\xaf\x27\ \x00\x73\ \x00\x75\x00\x62\x00\x66\x00\x6f\x00\x6c\x00\x64\x00\x65\x00\x72\x00\x67\x00\x65\x00\x6e\x00\x65\x00\x72\x00\x61\x00\x74\x00\x69\ \x00\x6f\x00\x6e\x00\x65\x00\x78\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x11\ \x09\xeb\x26\x67\ \x00\x73\ \x00\x75\x00\x62\x00\x66\x00\x6f\x00\x6c\x00\x64\x00\x65\x00\x72\x00\x6d\x00\x65\x00\x6e\x00\x75\x00\x2e\x00\x70\x00\x6e\x00\x67\ \ \x00\x11\ \x04\xbd\xbf\x47\ \x00\x72\ \x00\x65\x00\x6e\x00\x61\x00\x6d\x00\x65\x00\x6f\x00\x70\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ \ \x00\x0c\ \x0a\x2d\x73\x27\ \x00\x6d\ \x00\x61\x00\x72\x00\x6b\x00\x6d\x00\x61\x00\x6e\x00\x79\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x0c\ \x03\x28\x2f\x07\ \x00\x74\ \x00\x69\x00\x6d\x00\x65\x00\x6c\x00\x69\x00\x6e\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x13\ \x0f\xc1\x0c\xc7\ \x00\x6d\ \x00\x75\x00\x6c\x00\x74\x00\x69\x00\x70\x00\x6c\x00\x65\x00\x64\x00\x65\x00\x76\x00\x69\x00\x63\x00\x65\x00\x73\x00\x2e\x00\x70\ \x00\x6e\x00\x67\ \x00\x0f\ \x08\x39\x68\x87\ \x00\x63\ \x00\x6f\x00\x6d\x00\x6d\x00\x61\x00\x6e\x00\x64\x00\x6c\x00\x69\x00\x6e\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x0c\ \x04\x2d\x4f\x27\ \x00\x63\ \x00\x72\x00\x69\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x0b\ \x00\xb5\x48\x67\ \x00\x77\ \x00\x61\x00\x72\x00\x6e\x00\x69\x00\x6e\x00\x67\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x09\ \x09\x65\x83\xe7\ \x00\x65\ \x00\x72\x00\x72\x00\x6f\x00\x72\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x0c\ \x0b\xdf\x2c\xc7\ \x00\x73\ \x00\x65\x00\x74\x00\x74\x00\x69\x00\x6e\x00\x67\x00\x73\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x13\ \x09\x68\x07\x07\ \x00\x70\ \x00\x69\x00\x63\x00\x74\x00\x75\x00\x72\x00\x65\x00\x73\x00\x2d\x00\x66\x00\x6f\x00\x6c\x00\x64\x00\x65\x00\x72\x00\x2e\x00\x73\ \x00\x76\x00\x67\ \x00\x08\ \x06\xe1\x57\xa7\ \x00\x64\ \x00\x6f\x00\x77\x00\x6e\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x10\ \x0e\x17\x06\x87\ \x00\x63\ \x00\x68\x00\x65\x00\x76\x00\x72\x00\x6f\x00\x6e\x00\x2d\x00\x64\x00\x6f\x00\x77\x00\x6e\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x19\ \x06\x2f\xa8\xa7\ \x00\x64\ \x00\x72\x00\x69\x00\x76\x00\x65\x00\x2d\x00\x72\x00\x65\x00\x6d\x00\x6f\x00\x76\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x2d\x00\x6d\ \x00\x65\x00\x64\x00\x69\x00\x61\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x06\ \x07\xc3\x5a\xc7\ \x00\x75\ \x00\x70\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x11\ \x0b\xa5\x40\x07\ \x00\x66\ \x00\x6f\x00\x6c\x00\x64\x00\x65\x00\x72\x00\x2d\x00\x66\x00\x69\x00\x6c\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x73\x00\x76\x00\x67\ \ \x00\x12\ \x0d\xab\x7d\x87\ \x00\x64\ \x00\x72\x00\x69\x00\x76\x00\x65\x00\x2d\x00\x68\x00\x61\x00\x72\x00\x64\x00\x64\x00\x69\x00\x73\x00\x6b\x00\x2e\x00\x73\x00\x76\ \x00\x67\ \x00\x11\ \x07\x71\x1d\x87\ \x00\x76\ \x00\x69\x00\x64\x00\x65\x00\x6f\x00\x73\x00\x2d\x00\x66\x00\x6f\x00\x6c\x00\x64\x00\x65\x00\x72\x00\x2e\x00\x73\x00\x76\x00\x67\ \ \x00\x0c\ \x07\x89\xd5\x47\ \x00\x63\ \x00\x6f\x00\x6d\x00\x70\x00\x75\x00\x74\x00\x65\x00\x72\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x08\ \x00\x46\x55\xa7\ \x00\x73\ \x00\x79\x00\x6e\x00\x63\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x0a\ \x0a\xc8\xf6\x87\ \x00\x66\ \x00\x6f\x00\x6c\x00\x64\x00\x65\x00\x72\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x07\ \x0c\xf8\x5a\x07\ \x00\x65\ \x00\x79\x00\x65\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x08\ \x0c\x58\x54\xa7\ \x00\x6d\ \x00\x65\x00\x6e\x00\x75\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x0a\ \x0a\xcc\x85\x87\ \x00\x68\ \x00\x69\x00\x64\x00\x64\x00\x65\x00\x6e\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x0a\ \x0c\x91\x6a\xa7\ \x00\x63\ \x00\x61\x00\x6d\x00\x65\x00\x72\x00\x61\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x08\ \x06\x38\x57\x27\ \x00\x68\ \x00\x6f\x00\x6d\x00\x65\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x0e\ \x05\x57\x29\xa7\ \x00\x73\ \x00\x6d\x00\x61\x00\x72\x00\x74\x00\x70\x00\x68\x00\x6f\x00\x6e\x00\x65\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x0b\ \x0b\xb6\xce\x87\ \x00\x64\ \x00\x65\x00\x73\x00\x6b\x00\x74\x00\x6f\x00\x70\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x0e\ \x07\x7d\x2a\xe7\ \x00\x64\ \x00\x6f\x00\x77\x00\x6e\x00\x6c\x00\x6f\x00\x61\x00\x64\x00\x65\x00\x64\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x19\ \x0d\xec\x6c\x67\ \x00\x64\ \x00\x6f\x00\x77\x00\x6e\x00\x6c\x00\x6f\x00\x61\x00\x64\x00\x65\x00\x64\x00\x2d\x00\x77\x00\x69\x00\x74\x00\x68\x00\x2d\x00\x65\ \x00\x72\x00\x72\x00\x6f\x00\x72\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x09\ \x0b\x02\x8b\xa7\ \x00\x61\ \x00\x75\x00\x64\x00\x69\x00\x6f\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x09\ \x06\xb2\xb7\x27\ \x00\x70\ \x00\x68\x00\x6f\x00\x74\x00\x6f\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x14\ \x0d\x53\xb3\xe7\ \x00\x64\ \x00\x6f\x00\x77\x00\x6e\x00\x6c\x00\x6f\x00\x61\x00\x64\x00\x2d\x00\x70\x00\x65\x00\x6e\x00\x64\x00\x69\x00\x6e\x00\x67\x00\x2e\ \x00\x73\x00\x76\x00\x67\ \x00\x09\ \x0a\xc2\xa3\x27\ \x00\x76\ \x00\x69\x00\x64\x00\x65\x00\x6f\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x1b\ \x09\x9e\xc1\x47\ \x00\x64\ \x00\x6f\x00\x77\x00\x6e\x00\x6c\x00\x6f\x00\x61\x00\x64\x00\x65\x00\x64\x00\x2d\x00\x77\x00\x69\x00\x74\x00\x68\x00\x2d\x00\x77\ \x00\x61\x00\x72\x00\x6e\x00\x69\x00\x6e\x00\x67\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x0b\ \x09\x13\xc3\x27\ \x00\x64\ \x00\x65\x00\x76\x00\x69\x00\x63\x00\x65\x00\x73\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x12\ \x04\xa8\x95\xe7\ \x00\x65\ \x00\x72\x00\x72\x00\x6f\x00\x72\x00\x2d\x00\x68\x00\x61\x00\x6e\x00\x64\x00\x6c\x00\x69\x00\x6e\x00\x67\x00\x2e\x00\x73\x00\x76\ \x00\x67\ \x00\x0c\ \x0d\x28\x20\xe7\ \x00\x74\ \x00\x69\x00\x6d\x00\x65\x00\x7a\x00\x6f\x00\x6e\x00\x65\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x0c\ \x09\x88\xc7\xa7\ \x00\x6c\ \x00\x61\x00\x6e\x00\x67\x00\x75\x00\x61\x00\x67\x00\x65\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x11\ \x0f\x73\x75\xa7\ \x00\x6d\ \x00\x69\x00\x73\x00\x63\x00\x65\x00\x6c\x00\x6c\x00\x61\x00\x6e\x00\x65\x00\x6f\x00\x75\x00\x73\x00\x2e\x00\x73\x00\x76\x00\x67\ \ \x00\x0e\ \x09\x4d\x31\xa7\ \x00\x61\ \x00\x75\x00\x74\x00\x6f\x00\x6d\x00\x61\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x0c\ \x0b\x57\x70\xc7\ \x00\x77\ \x00\x61\x00\x72\x00\x6e\x00\x69\x00\x6e\x00\x67\x00\x73\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x0e\ \x03\xb5\x6c\x87\ \x00\x74\ \x00\x68\x00\x75\x00\x6d\x00\x62\x00\x6e\x00\x61\x00\x69\x00\x6c\x00\x73\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x11\ \x05\xd7\x9d\x07\ \x00\x63\ \x00\x6f\x00\x6e\x00\x73\x00\x6f\x00\x6c\x00\x69\x00\x64\x00\x61\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x2e\x00\x73\x00\x76\x00\x67\ \ " qt_resource_struct_v1 = b"\ \x00\x00\x00\x00\x00\x02\x00\x00\x00\x09\x00\x00\x00\x01\ \x00\x00\x00\xfe\x00\x02\x00\x00\x00\x1b\x00\x00\x00\x31\ \x00\x00\x00\xa2\x00\x02\x00\x00\x00\x14\x00\x00\x00\x1d\ \x00\x00\x00\x54\x00\x02\x00\x00\x00\x09\x00\x00\x00\x14\ \x00\x00\x00\xec\x00\x02\x00\x00\x00\x03\x00\x00\x00\x11\ \x00\x00\x00\x28\x00\x00\x00\x00\x00\x01\x00\x00\x07\x7e\ \x00\x00\x00\xb2\x00\x01\x00\x00\x00\x01\x00\x0f\xce\x99\ \x00\x00\x00\x64\x00\x00\x00\x00\x00\x01\x00\x0b\xb9\x5b\ \x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\ \x00\x00\x00\x8a\x00\x02\x00\x00\x00\x07\x00\x00\x00\x0a\ \x00\x00\x08\x6e\x00\x00\x00\x00\x00\x01\x00\x35\xac\xff\ \x00\x00\x07\xfc\x00\x01\x00\x00\x00\x01\x00\x35\x8b\x8a\ \x00\x00\x08\xcc\x00\x01\x00\x00\x00\x01\x00\x35\xcc\xdf\ \x00\x00\x08\xb4\x00\x01\x00\x00\x00\x01\x00\x35\xbb\xcf\ \x00\x00\x08\x56\x00\x00\x00\x00\x00\x01\x00\x35\xa9\xde\ \x00\x00\x08\x86\x00\x00\x00\x00\x00\x01\x00\x35\xb8\x4e\ \x00\x00\x08\x1e\x00\x01\x00\x00\x00\x01\x00\x35\x9a\xa6\ \x00\x00\x05\x7e\x00\x00\x00\x00\x00\x01\x00\x35\x07\x96\ \x00\x00\x05\x60\x00\x00\x00\x00\x00\x01\x00\x35\x03\xa6\ \x00\x00\x05\x9a\x00\x00\x00\x00\x00\x01\x00\x35\x0c\x52\ \x00\x00\x09\xf2\x00\x01\x00\x00\x00\x01\x00\x36\x4a\x6f\ \x00\x00\x09\x24\x00\x00\x00\x00\x00\x01\x00\x35\xe4\x32\ \x00\x00\x0a\x14\x00\x01\x00\x00\x00\x01\x00\x36\x4f\x9c\ \x00\x00\x09\x08\x00\x00\x00\x00\x00\x01\x00\x35\xdc\x1b\ \x00\x00\x09\xb2\x00\x00\x00\x00\x00\x01\x00\x36\x20\x3c\ \x00\x00\x09\x6c\x00\x01\x00\x00\x00\x01\x00\x36\x09\x0c\ \x00\x00\x09\xd4\x00\x00\x00\x00\x00\x01\x00\x36\x39\xeb\ \x00\x00\x09\x4e\x00\x00\x00\x00\x00\x01\x00\x35\xf1\x40\ \x00\x00\x09\x8a\x00\x00\x00\x00\x00\x01\x00\x36\x0f\x60\ \x00\x00\x07\x1a\x00\x00\x00\x00\x00\x01\x00\x35\x55\x89\ \x00\x00\x07\xbe\x00\x00\x00\x00\x00\x01\x00\x35\x7d\xd0\ \x00\x00\x06\x38\x00\x00\x00\x00\x00\x01\x00\x35\x2d\x7b\ \x00\x00\x07\xa8\x00\x00\x00\x00\x00\x01\x00\x35\x7a\x42\ \x00\x00\x05\xfc\x00\x00\x00\x00\x00\x01\x00\x35\x20\xd6\ \x00\x00\x06\xd4\x00\x00\x00\x00\x00\x01\x00\x35\x4d\x11\ \x00\x00\x06\xfc\x00\x00\x00\x00\x00\x01\x00\x35\x50\x5f\ \x00\x00\x06\x70\x00\x00\x00\x00\x00\x01\x00\x35\x30\xf0\ \x00\x00\x05\x9a\x00\x00\x00\x00\x00\x01\x00\x35\x5b\x8a\ \x00\x00\x05\xd0\x00\x00\x00\x00\x00\x01\x00\x35\x1c\xe3\ \x00\x00\x07\x30\x00\x00\x00\x00\x00\x01\x00\x35\x57\x63\ \x00\x00\x07\x74\x00\x00\x00\x00\x00\x01\x00\x35\x67\xb0\ \x00\x00\x06\x82\x00\x00\x00\x00\x00\x01\x00\x35\x37\x43\ \x00\x00\x07\xe0\x00\x00\x00\x00\x00\x01\x00\x35\x85\x9b\ \x00\x00\x05\xb2\x00\x00\x00\x00\x00\x01\x00\x35\x10\x42\ \x00\x00\x07\x5e\x00\x00\x00\x00\x00\x01\x00\x35\x63\x11\ \x00\x00\x07\x8e\x00\x00\x00\x00\x00\x01\x00\x35\x6d\x68\ \x00\x00\x07\x4a\x00\x00\x00\x00\x00\x01\x00\x35\x5e\xf3\ \x00\x00\x06\xaa\x00\x00\x00\x00\x00\x01\x00\x35\x3c\xa5\ \x00\x00\x06\x12\x00\x00\x00\x00\x00\x01\x00\x35\x27\x28\ \x00\x00\x01\xf4\x00\x00\x00\x00\x00\x01\x00\x15\x69\x4a\ \x00\x00\x02\x9e\x00\x00\x00\x00\x00\x01\x00\x1a\xec\x73\ \x00\x00\x01\x0c\x00\x00\x00\x00\x00\x01\x00\x0f\xec\x2f\ \x00\x00\x03\xea\x00\x00\x00\x00\x00\x01\x00\x22\xe2\xe2\ \x00\x00\x04\xf2\x00\x00\x00\x00\x00\x01\x00\x2e\xb2\xae\ \x00\x00\x04\x4a\x00\x00\x00\x00\x00\x01\x00\x28\xc9\xb2\ \x00\x00\x02\x2e\x00\x00\x00\x00\x00\x01\x00\x15\xf8\x38\ \x00\x00\x04\xac\x00\x00\x00\x00\x00\x01\x00\x2b\x1c\x62\ \x00\x00\x03\x4a\x00\x00\x00\x00\x00\x01\x00\x1f\xc3\x64\ \x00\x00\x04\x2c\x00\x00\x00\x00\x00\x01\x00\x25\xda\x3c\ \x00\x00\x04\x04\x00\x00\x00\x00\x00\x01\x00\x25\x4e\x04\ \x00\x00\x03\x76\x00\x00\x00\x00\x00\x01\x00\x1f\xf8\x72\ \x00\x00\x03\x28\x00\x00\x00\x00\x00\x01\x00\x1e\x03\x4e\ \x00\x00\x05\x3c\x00\x00\x00\x00\x00\x01\x00\x33\x40\x6c\ \x00\x00\x01\xcc\x00\x00\x00\x00\x00\x01\x00\x14\xa5\x07\ \x00\x00\x01\x2e\x00\x00\x00\x00\x00\x01\x00\x11\x0b\x08\ \x00\x00\x04\x84\x00\x00\x00\x00\x00\x01\x00\x29\xd8\xc1\ \x00\x00\x04\xd4\x00\x00\x00\x00\x00\x01\x00\x2c\xdd\xda\ \x00\x00\x01\xa2\x00\x00\x00\x00\x00\x01\x00\x13\xf3\xbf\ \x00\x00\x01\x4a\x00\x00\x00\x00\x00\x01\x00\x12\xa6\xe4\ \x00\x00\x02\x74\x00\x00\x00\x00\x00\x01\x00\x19\x9e\x05\ \x00\x00\x02\x52\x00\x00\x00\x00\x00\x01\x00\x17\xca\xfd\ \x00\x00\x02\xc2\x00\x00\x00\x00\x00\x01\x00\x1c\x7a\xe2\ \x00\x00\x01\x7c\x00\x01\x00\x00\x00\x01\x00\x13\xee\x3d\ \x00\x00\x03\xac\x00\x00\x00\x00\x00\x01\x00\x21\xdb\xfb\ \x00\x00\x05\x10\x00\x00\x00\x00\x00\x01\x00\x31\xdd\x05\ \x00\x00\x02\xf4\x00\x00\x00\x00\x00\x01\x00\x1d\x13\x32\ " qt_resource_struct_v2 = b"\ \x00\x00\x00\x00\x00\x02\x00\x00\x00\x09\x00\x00\x00\x01\ \x00\x00\x00\x00\x00\x00\x00\x00\ \x00\x00\x00\xfe\x00\x02\x00\x00\x00\x1b\x00\x00\x00\x31\ \x00\x00\x00\x00\x00\x00\x00\x00\ \x00\x00\x00\xa2\x00\x02\x00\x00\x00\x14\x00\x00\x00\x1d\ \x00\x00\x00\x00\x00\x00\x00\x00\ \x00\x00\x00\x54\x00\x02\x00\x00\x00\x09\x00\x00\x00\x14\ \x00\x00\x00\x00\x00\x00\x00\x00\ \x00\x00\x00\xec\x00\x02\x00\x00\x00\x03\x00\x00\x00\x11\ \x00\x00\x00\x00\x00\x00\x00\x00\ \x00\x00\x00\x28\x00\x00\x00\x00\x00\x01\x00\x00\x07\x7e\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x00\xb2\x00\x01\x00\x00\x00\x01\x00\x0f\xce\x99\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x00\x64\x00\x00\x00\x00\x00\x01\x00\x0b\xb9\x5b\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x00\x8a\x00\x02\x00\x00\x00\x07\x00\x00\x00\x0a\ \x00\x00\x00\x00\x00\x00\x00\x00\ \x00\x00\x08\x6e\x00\x00\x00\x00\x00\x01\x00\x35\xac\xff\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x07\xfc\x00\x01\x00\x00\x00\x01\x00\x35\x8b\x8a\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x08\xcc\x00\x01\x00\x00\x00\x01\x00\x35\xcc\xdf\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x08\xb4\x00\x01\x00\x00\x00\x01\x00\x35\xbb\xcf\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x08\x56\x00\x00\x00\x00\x00\x01\x00\x35\xa9\xde\ \x00\x00\x01\x7e\xe1\x5d\xcf\xef\ \x00\x00\x08\x86\x00\x00\x00\x00\x00\x01\x00\x35\xb8\x4e\ \x00\x00\x01\x7e\xe1\x5d\xcf\xef\ \x00\x00\x08\x1e\x00\x01\x00\x00\x00\x01\x00\x35\x9a\xa6\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x05\x7e\x00\x00\x00\x00\x00\x01\x00\x35\x07\x96\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x05\x60\x00\x00\x00\x00\x00\x01\x00\x35\x03\xa6\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x05\x9a\x00\x00\x00\x00\x00\x01\x00\x35\x0c\x52\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x09\xf2\x00\x01\x00\x00\x00\x01\x00\x36\x4a\x6f\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x09\x24\x00\x00\x00\x00\x00\x01\x00\x35\xe4\x32\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x0a\x14\x00\x01\x00\x00\x00\x01\x00\x36\x4f\x9c\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x09\x08\x00\x00\x00\x00\x00\x01\x00\x35\xdc\x1b\ \x00\x00\x01\x7e\xe1\x5d\xcf\xef\ \x00\x00\x09\xb2\x00\x00\x00\x00\x00\x01\x00\x36\x20\x3c\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x09\x6c\x00\x01\x00\x00\x00\x01\x00\x36\x09\x0c\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x09\xd4\x00\x00\x00\x00\x00\x01\x00\x36\x39\xeb\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x09\x4e\x00\x00\x00\x00\x00\x01\x00\x35\xf1\x40\ \x00\x00\x01\x7e\x36\x81\x80\xcc\ \x00\x00\x09\x8a\x00\x00\x00\x00\x00\x01\x00\x36\x0f\x60\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x07\x1a\x00\x00\x00\x00\x00\x01\x00\x35\x55\x89\ \x00\x00\x01\x7e\xcb\xb6\x04\xd5\ \x00\x00\x07\xbe\x00\x00\x00\x00\x00\x01\x00\x35\x7d\xd0\ \x00\x00\x01\x7e\xe1\x5d\xcf\xef\ \x00\x00\x06\x38\x00\x00\x00\x00\x00\x01\x00\x35\x2d\x7b\ \x00\x00\x01\x7e\xe1\x5d\xcf\xef\ \x00\x00\x07\xa8\x00\x00\x00\x00\x00\x01\x00\x35\x7a\x42\ \x00\x00\x01\x7e\xe1\x5d\xcf\xef\ \x00\x00\x05\xfc\x00\x00\x00\x00\x00\x01\x00\x35\x20\xd6\ \x00\x00\x01\x7e\xe1\x5d\xcf\xef\ \x00\x00\x06\xd4\x00\x00\x00\x00\x00\x01\x00\x35\x4d\x11\ \x00\x00\x01\x7e\xe1\x5d\xcf\xef\ \x00\x00\x06\xfc\x00\x00\x00\x00\x00\x01\x00\x35\x50\x5f\ \x00\x00\x01\x7e\xe1\x5d\xcf\xef\ \x00\x00\x06\x70\x00\x00\x00\x00\x00\x01\x00\x35\x30\xf0\ \x00\x00\x01\x7e\xe1\x5d\xcf\xef\ \x00\x00\x05\x9a\x00\x00\x00\x00\x00\x01\x00\x35\x5b\x8a\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x05\xd0\x00\x00\x00\x00\x00\x01\x00\x35\x1c\xe3\ \x00\x00\x01\x7e\xe1\x5d\xcf\xef\ \x00\x00\x07\x30\x00\x00\x00\x00\x00\x01\x00\x35\x57\x63\ \x00\x00\x01\x7e\xdf\xd1\x41\x38\ \x00\x00\x07\x74\x00\x00\x00\x00\x00\x01\x00\x35\x67\xb0\ \x00\x00\x01\x7d\x14\xcd\xd4\x22\ \x00\x00\x06\x82\x00\x00\x00\x00\x00\x01\x00\x35\x37\x43\ \x00\x00\x01\x7e\xe8\x4f\xbd\x1c\ \x00\x00\x07\xe0\x00\x00\x00\x00\x00\x01\x00\x35\x85\x9b\ \x00\x00\x01\x7e\xe1\x5d\xcf\xef\ \x00\x00\x05\xb2\x00\x00\x00\x00\x00\x01\x00\x35\x10\x42\ \x00\x00\x01\x7e\xe1\x5d\xcf\xef\ \x00\x00\x07\x5e\x00\x00\x00\x00\x00\x01\x00\x35\x63\x11\ \x00\x00\x01\x7e\xe1\x5d\xcf\xef\ \x00\x00\x07\x8e\x00\x00\x00\x00\x00\x01\x00\x35\x6d\x68\ \x00\x00\x01\x7e\xdf\xd4\x1c\xb4\ \x00\x00\x07\x4a\x00\x00\x00\x00\x00\x01\x00\x35\x5e\xf3\ \x00\x00\x01\x7d\x14\xcd\xa7\x43\ \x00\x00\x06\xaa\x00\x00\x00\x00\x00\x01\x00\x35\x3c\xa5\ \x00\x00\x01\x7e\xe1\x5d\xcf\xef\ \x00\x00\x06\x12\x00\x00\x00\x00\x00\x01\x00\x35\x27\x28\ \x00\x00\x01\x7e\xdf\xd5\x3e\xb4\ \x00\x00\x01\xf4\x00\x00\x00\x00\x00\x01\x00\x15\x69\x4a\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x02\x9e\x00\x00\x00\x00\x00\x01\x00\x1a\xec\x73\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x01\x0c\x00\x00\x00\x00\x00\x01\x00\x0f\xec\x2f\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x03\xea\x00\x00\x00\x00\x00\x01\x00\x22\xe2\xe2\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x04\xf2\x00\x00\x00\x00\x00\x01\x00\x2e\xb2\xae\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x04\x4a\x00\x00\x00\x00\x00\x01\x00\x28\xc9\xb2\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x02\x2e\x00\x00\x00\x00\x00\x01\x00\x15\xf8\x38\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x04\xac\x00\x00\x00\x00\x00\x01\x00\x2b\x1c\x62\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x03\x4a\x00\x00\x00\x00\x00\x01\x00\x1f\xc3\x64\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x04\x2c\x00\x00\x00\x00\x00\x01\x00\x25\xda\x3c\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x04\x04\x00\x00\x00\x00\x00\x01\x00\x25\x4e\x04\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x03\x76\x00\x00\x00\x00\x00\x01\x00\x1f\xf8\x72\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x03\x28\x00\x00\x00\x00\x00\x01\x00\x1e\x03\x4e\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x05\x3c\x00\x00\x00\x00\x00\x01\x00\x33\x40\x6c\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x01\xcc\x00\x00\x00\x00\x00\x01\x00\x14\xa5\x07\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x01\x2e\x00\x00\x00\x00\x00\x01\x00\x11\x0b\x08\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x04\x84\x00\x00\x00\x00\x00\x01\x00\x29\xd8\xc1\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x04\xd4\x00\x00\x00\x00\x00\x01\x00\x2c\xdd\xda\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x01\xa2\x00\x00\x00\x00\x00\x01\x00\x13\xf3\xbf\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x01\x4a\x00\x00\x00\x00\x00\x01\x00\x12\xa6\xe4\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x02\x74\x00\x00\x00\x00\x00\x01\x00\x19\x9e\x05\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x02\x52\x00\x00\x00\x00\x00\x01\x00\x17\xca\xfd\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x02\xc2\x00\x00\x00\x00\x00\x01\x00\x1c\x7a\xe2\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x01\x7c\x00\x01\x00\x00\x00\x01\x00\x13\xee\x3d\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x03\xac\x00\x00\x00\x00\x00\x01\x00\x21\xdb\xfb\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x05\x10\x00\x00\x00\x00\x00\x01\x00\x31\xdd\x05\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ \x00\x00\x02\xf4\x00\x00\x00\x00\x00\x01\x00\x1d\x13\x32\ \x00\x00\x01\x7c\xb0\x16\x77\xf8\ " qt_version = [int(v) for v in QtCore.qVersion().split('.')] if qt_version < [5, 8, 0]: rcc_version = 1 qt_resource_struct = qt_resource_struct_v1 else: rcc_version = 2 qt_resource_struct = qt_resource_struct_v2 def qInitResources(): QtCore.qRegisterResourceData(rcc_version, qt_resource_struct, qt_resource_name, qt_resource_data) def qCleanupResources(): QtCore.qUnregisterResourceData(rcc_version, qt_resource_struct, qt_resource_name, qt_resource_data) qInitResources() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023204.0 rapid-photo-downloader-0.9.33/raphodo/rapid.py0000755000175000017500000114366000000000000020272 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2011-2022 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Primary logic for Rapid Photo Downloader. Qt related class method and variable names use CamelCase. Everything else should follow PEP 8. Project line length: 88 characters (i.e. word wrap at 88) "Hamburger" Menu Icon by Daniel Bruce -- www.entypo.com """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2011-2022, 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 defaultdict import functools import platform import argparse from typing import 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 try: import importlib.metadata as importlib_metadata except ImportError: import importlib_metadata import dateutil 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 launcher = "net.damonlynch.rapid_photo_downloader.desktop" Unity.LauncherEntry.get_for_desktop_id(launcher) have_unity = True except (ImportError, ValueError, gi.repository.GLib.GError): have_unity = False import 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, QLocale, QByteArray, ) from PyQt5.QtGui import ( QIcon, QPixmap, QFontMetrics, QFont, QPainter, QMoveEvent, QBrush, QPen, QColor, QScreen, QDesktopServices, QShowEvent, QCloseEvent, ) from PyQt5.QtWidgets import ( QAction, QApplication, QMainWindow, QMenu, QWidget, QProgressBar, QHBoxLayout, QVBoxLayout, QGridLayout, QLabel, QCheckBox, QSizePolicy, QMessageBox, QSplashScreen, QStackedWidget, QStyle, ) 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 showinfm import ( valid_file_manager, linux_desktop, linux_desktop_humanize, LinuxDesktop, ) from raphodo.folderpreviewmanager import FolderPreviewManager from raphodo.storage.storage import ( ValidMounts, CameraHotplug, UDisks2Monitor, GVolumeMonitor, have_gio, has_one_or_more_folders, mountPaths, get_desktop_environment, validate_download_folder, validate_source_folder, get_fdo_cache_thumb_base_directory, WatchDownloadDirs, get_media_dir, StorageSpace, gvfs_gphoto2_path, platform_photos_directory, platform_videos_directory, ) from raphodo.wsl import ( WslWindowsRemovableDriveMonitor, WslDrives, WindowsDriveMount, ) 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.prefs.preferences import Preferences from raphodo.constants import ( BackupLocationType, DeviceType, FileType, RenameAndMoveStatus, ApplicationState, CameraErrorCode, TemporalProximityState, BackupFailureType, DeviceState, Sort, Show, DownloadingFileTypes, RememberThisMessage, RightSideButton, CheckNewVersionDialogState, CheckNewVersionDialogResult, RememberThisButtons, BackupStatus, CompletedDownloads, disable_version_check, ScalingAction, ScalingDetected, PostCameraUnmountAction, ) from raphodo.thumbnaildisplay import ( ThumbnailView, ThumbnailListModel, ThumbnailDelegate, DownloadStats, MarkedSummary, ) from raphodo.ui.devicedisplay import ( DeviceModel, DeviceView, DeviceDelegate, DeviceComponent, ) from raphodo.proximity import ( TemporalProximityGroups, TemporalProximity, TemporalProximityControls, ) 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, getQtSystemTranslation, process_running, log_os_release, ) from raphodo.ui.rememberthisdialog import RememberThisDialog import raphodo.utilities from raphodo.rpdfile import ( RPDFile, file_types_by_number, FileTypeCounter, Video, Photo, FileSizeSum, ) import raphodo.metadata.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.metadata.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.ui.rotatedpushbutton import RotatedButton from raphodo.ui.primarybutton import TopPushButton, DownloadButton from raphodo.ui.filebrowse import ( FileSystemView, FileSystemModel, FileSystemFilter, FileSystemDelegate, ) from raphodo.ui.toggleview import QToggleView import raphodo.__about__ as __about__ import raphodo.iplogging as iplogging import raphodo.excepthook as excepthook from raphodo.ui.computerview import ComputerWidget from raphodo.ui.aboutdialog import AboutDialog import raphodo.constants as constants from raphodo.ui.menubutton import MenuButton from raphodo.ui.destinationpanel import DestinationPanel from raphodo.ui.sourcepanel import SourcePanel, LeftPanelContainer from raphodo.ui.renamepanel import RenamePanel from raphodo.ui.jobcodepanel import JobCodePanel from raphodo.ui.backuppanel import BackupPanel import raphodo import raphodo.metadata.exiftool as exiftool from raphodo.newversion import ( NewVersion, NewVersionCheckDialog, version_details, DownloadNewVersionDialog, ) from raphodo.ui.chevroncombo import ChevronCombo from raphodo.prefs.preferencedialog import PreferencesDialog from raphodo.errorlog import ErrorReport, SpeechBubble from raphodo.problemnotification import Problems, CopyingProblems, BackingUpProblems from raphodo.ui.viewutils import ( qt5_screen_scale_environment_variable, validateWindowSizeLimit, validateWindowPosition, scaledIcon, any_screen_scaled, standardMessageBox, MainWindowSplitter, ) from raphodo.ui import viewutils import raphodo.ui.didyouknow as didyouknow from raphodo.thumbnailextractor import gst_version from raphodo.heif import have_heif_module, pyheif_version, libheif_version from raphodo.filesystemurl import FileSystemUrlHandler import raphodo.storage.storageidevice as storageidevice # Avoid segfaults at exit: # http://pyqt.sourceforge.net/Docs/PyQt5/gotchas.html#crashes-on-exit app = None # type: Optional['QtSingleApplication'] faulthandler.enable() logger = None sys.excepthook = excepthook.excepthook is_devel_env = os.getenv("RPD_DEVEL_DEFAULTS") is not None class RapidWindow(QMainWindow): """ Main application window, and primary controller of program logic Such attributes unfortunately make it very complex. For better or worse, Qt's state machine technology is not used. State indicating whether a download or scan is occurring is thus kept in the device collection, self.devices """ checkForNewVersionRequest = pyqtSignal() downloadNewVersionRequest = pyqtSignal(str, str) reverifyDownloadedTar = pyqtSignal(str) udisks2Unmount = pyqtSignal(str) def __init__( self, splash: "SplashScreen", fractional_scaling: str, scaling_set: str, scaling_action: ScalingAction, scaling_detected: ScalingDetected, xsetting_running: bool, force_wayland: bool, display_height: int, platform_selected: Optional[str], 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.setObjectName("rapidMainWindow") # Indicate not to show any dialogs to the user until the program has finished # starting self.on_startup = True self.splash = splash if splash.isVisible(): self.screen = splash.windowHandle().screen() # type: QScreen else: self.screen = None self.fractional_scaling_message = fractional_scaling self.scaling_set_message = scaling_set # Process Qt events - in this case, possible closing of splash screen app.processEvents() # Three values to handle window position quirks under X11: self.window_show_requested_time = None # type: 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.prefs_dialog_active = False self.close_event_run = False self.file_manager = valid_file_manager() if platform.system() == "Linux": try: self.linux_desktop = linux_desktop() except Exception as e: logging.debug("Error detecting Linux Desktop environment: %s", str(e)) self.linux_desktop = LinuxDesktop.unknown log_os_release() else: self.linux_desktop = None self.fileSystemUrlHandler = FileSystemUrlHandler() QDesktopServices.setUrlHandler( "file", self.fileSystemUrlHandler, "openFileBrowser" ) for version in get_versions( file_manager=self.file_manager, scaling_action=scaling_action, scaling_detected=scaling_detected, xsetting_running=xsetting_running, force_wayland=force_wayland, platform_selected=platform_selected, ): logging.info("%s", version) if disable_version_check: logging.debug("Version checking disabled via code") if 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.linux_desktop and self.linux_desktop == LinuxDesktop.wsl2: self.wslDrives = WslDrives(rapidApp=self) self.wslDrives.driveMounted.connect(self.wslWindowsDriveMounted) self.wslDrives.driveUnmounted.connect(self.wslWindowsDriveUnmounted) self.is_wsl2 = True # Track whether a list of Windows drives has been returned yet self.wsl_drives_probed = False self.wsl_backup_drives_refresh_needed = False else: self.is_wsl2 = False self.iOSInitErrorMessaging() if self.prefs.force_exiftool: logging.debug("ExifTool and not Exiv2 will be used to read photo metadata") # track devices on which there was an error setting a file's filesystem metadata self.copy_metadata_errors = FSMetadataErrors() self.backup_metadata_errors = FSMetadataErrors() if thumb_cache is not None: logging.debug("Use thumbnail cache: %s", thumb_cache) self.prefs.use_thumbnail_cache = thumb_cache self.setupWindow() splash.setProgress(10) if photo_rename is not None: if photo_rename: self.prefs.photo_rename = PHOTO_RENAME_SIMPLE else: self.prefs.photo_rename = self.prefs.rename_defaults["photo_rename"] if video_rename is not None: if video_rename: self.prefs.video_rename = VIDEO_RENAME_SIMPLE else: self.prefs.video_rename = self.prefs.rename_defaults["video_rename"] if auto_detect is not None: self.prefs.device_autodetection = auto_detect else: logging.info("Device autodetection: %s", self.prefs.device_autodetection) if self.prefs.device_autodetection: if not self.prefs.scan_specific_folders: logging.info("Devices do not need specific folders to be scanned") else: logging.info( "For automatically detected devices, only the contents the " "following folders will be scanned: %s", ", ".join(self.prefs.folders_to_scan), ) if this_computer_source is not None: self.prefs.this_computer_source = this_computer_source if this_computer_location is not None: self.prefs.this_computer_path = this_computer_location if self.prefs.this_computer_source: if self.prefs.this_computer_path: logging.info( "This Computer is set to be used as a download source, using: %s", self.prefs.this_computer_path, ) else: logging.info( "This Computer is set to be used as a download source, but the " "location is not yet set" ) else: logging.info("This Computer is not used as a download source") if photo_download_folder is not None: self.prefs.photo_download_folder = photo_download_folder logging.info("Photo download location: %s", self.prefs.photo_download_folder) if video_download_folder is not None: self.prefs.video_download_folder = video_download_folder logging.info("Video download location: %s", self.prefs.video_download_folder) self.prefs.check_show_system_folders() if backup is not None: self.prefs.backup_files = backup else: logging.info("Backing up files: %s", self.prefs.backup_files) if backup_auto_detect is not None: self.prefs.backup_device_autodetection = backup_auto_detect elif self.prefs.backup_files: logging.info( "Backup device auto detection: %s", self.prefs.backup_device_autodetection, ) if photo_backup_identifier is not None: self.prefs.photo_backup_identifier = photo_backup_identifier elif self.prefs.backup_files and self.prefs.backup_device_autodetection: logging.info( "Photo backup identifier: %s", self.prefs.photo_backup_identifier ) if video_backup_identifier is not None: self.prefs.video_backup_identifier = video_backup_identifier elif self.prefs.backup_files and self.prefs.backup_device_autodetection: logging.info( "video backup identifier: %s", self.prefs.video_backup_identifier ) if photo_backup_location is not None: self.prefs.backup_photo_location = photo_backup_location elif self.prefs.backup_files and not self.prefs.backup_device_autodetection: logging.info("Photo backup location: %s", self.prefs.backup_photo_location) if video_backup_location is not None: self.prefs.backup_video_location = video_backup_location elif self.prefs.backup_files and not self.prefs.backup_device_autodetection: logging.info("video backup location: %s", self.prefs.backup_video_location) if auto_download_startup is not None: self.prefs.auto_download_at_startup = auto_download_startup elif self.prefs.auto_download_at_startup: logging.info("Auto download at startup is on") if auto_download_insertion is not None: self.prefs.auto_download_upon_device_insertion = auto_download_insertion elif self.prefs.auto_download_upon_device_insertion: logging.info("Auto download upon device insertion is on") if self.prefs.list_not_empty("volume_whitelist"): logging.info( "Whitelisted devices: %s", " ; ".join(self.prefs.volume_whitelist) ) if self.prefs.list_not_empty("volume_blacklist"): logging.info( "Blacklisted devices: %s", " ; ".join(self.prefs.volume_blacklist) ) if self.prefs.list_not_empty("camera_blacklist"): logging.info( "Blacklisted cameras: %s", " ; ".join(self.prefs.camera_blacklist) ) self.prefs.verify_file = False logging.debug("Starting main ExifTool process") self.exiftool_process = exiftool.ExifTool() self.exiftool_process.start() self.prefs.validate_max_CPU_cores() self.prefs.validate_ignore_unhandled_file_exts() # Don't call processEvents() after initiating 0MQ, as it can # cause "Interrupted system call" errors app.processEvents() self.download_paused = False self.startThreadControlSockets() self.startProcessLogger() def checkPrefsUpgrade(self) -> None: if self.prefs.program_version != __about__.__version__: previous_version = self.prefs.program_version if not len(previous_version): logging.debug("Initial program run detected") else: pv = 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() if pv < pkgr.parse_version("0.9.29a1"): # clear window and panel size, so they can be regenerated logging.debug( "Resetting window size, and left and central splitter sizes" ) settings = QSettings() settings.beginGroup("MainWindow") if settings.contains("centerSplitterSizes"): settings.remove("centerSplitterSizes") if settings.contains("windowSize"): settings.remove("windowSize") if settings.contains("leftPanelSplitterSizes"): settings.remove("leftPanelSplitterSizes") def startThreadControlSockets(self) -> None: """ Create and bind inproc sockets to communicate with threads that handle inter process communication via zmq. See 'Signaling Between Threads (PAIR Sockets)' in 'ØMQ - The Guide' http://zguide.zeromq.org/page:all#toc46 """ context = zmq.Context.instance() inproc = "inproc://{}" self.logger_controller = context.socket(zmq.PAIR) self.logger_controller.bind(inproc.format(ThreadNames.logger)) self.rename_controller = context.socket(zmq.PAIR) self.rename_controller.bind(inproc.format(ThreadNames.rename)) self.scan_controller = context.socket(zmq.PAIR) self.scan_controller.bind(inproc.format(ThreadNames.scan)) self.copy_controller = context.socket(zmq.PAIR) self.copy_controller.bind(inproc.format(ThreadNames.copy)) self.backup_controller = context.socket(zmq.PAIR) self.backup_controller.bind(inproc.format(ThreadNames.backup)) self.thumbnail_deamon_controller = context.socket(zmq.PAIR) self.thumbnail_deamon_controller.bind( inproc.format(ThreadNames.thumbnail_daemon) ) self.offload_controller = context.socket(zmq.PAIR) self.offload_controller.bind(inproc.format(ThreadNames.offload)) self.new_version_controller = context.socket(zmq.PAIR) self.new_version_controller.bind(inproc.format(ThreadNames.new_version)) def sendStopToThread(self, socket: zmq.Socket) -> None: socket.send_multipart(create_inproc_msg(b"STOP")) def sendTerminateToThread(self, socket: zmq.Socket) -> None: socket.send_multipart(create_inproc_msg(b"TERMINATE")) def sendStopWorkerToThread(self, socket: zmq.Socket, worker_id: int) -> None: socket.send_multipart(create_inproc_msg(b"STOP_WORKER", worker_id=worker_id)) def sendStartToThread(self, socket: zmq.Socket) -> None: socket.send_multipart(create_inproc_msg(b"START")) def sendStartWorkerToThread( self, socket: zmq.Socket, worker_id: int, data: Any ) -> None: socket.send_multipart( create_inproc_msg(b"START_WORKER", worker_id=worker_id, data=data) ) def sendResumeToThread( self, socket: zmq.Socket, worker_id: 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() centralWidget.setObjectName("mainWindowCentralWidget") self.setCentralWidget(centralWidget) self.temporalProximity = TemporalProximity(rapidApp=self, prefs=self.prefs) # Respond to the user selecting / deslecting temporal proximity (timeline) # cells: self.temporalProximity.proximitySelectionHasChanged.connect( self.updateThumbnailModelAfterProximityChange ) self.temporalProximity.temporalProximityView.proximitySelectionHasChanged.connect( self.updateThumbnailModelAfterProximityChange ) # Setup notification system if self.is_wsl2: self.have_libnotify = False else: try: self.have_libnotify = Notify.init(_("Rapid Photo Downloader")) except: 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( only_external_mounts=self.prefs.only_external_mounts ) logging.debug( "Freedesktop.org thumbnails location: %s", get_fdo_cache_thumb_base_directory(), ) self.unity_progress = False self.desktop_launchers = [] if have_unity: logging.info("Unity LauncherEntry API installed") launchers = ("net.damonlynch.rapid_photo_downloader.desktop",) for launcher in launchers: desktop_launcher = Unity.LauncherEntry.get_for_desktop_id(launcher) if desktop_launcher is not None: self.desktop_launchers.append(desktop_launcher) self.unity_progress = True if not self.desktop_launchers: logging.warning( "Desktop environment is Unity Launcher API compatible, but could " "not find program's .desktop file" ) else: logging.debug( "Unity progress indicator found, using %s launcher(s)", len(self.desktop_launchers), ) self.createPathViews() self.temporalProximity.setupExplanations( width=self.deviceView.sizeHint().width() ) self.createActions() logging.debug("Laying out main window") self.createMenus() self.createLayoutAndButtons(centralWidget) self.startMountMonitor() 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, fileSystemFilter=self.fileSystemFilter, devices=self.devices, rapidApp=self, ) self.offloadmq.downloadFolders.connect( self.folder_preview_manager.folders_generated ) self.renameThread = QThread() self.renamemq = RenameMoveFileManager(logging_port=self.logging_port) self.renameThread.started.connect(self.renamemq.run_sink) self.renamemq.sinkStarted.connect(self.initStage6) self.renamemq.message.connect(self.fileRenamedAndMoved) self.renamemq.sequencesUpdate.connect(self.updateSequences) self.renamemq.renameProblems.connect(self.addErrorLogMessage) self.renamemq.moveToThread(self.renameThread) logging.debug("Starting rename manager...") QTimer.singleShot(0, self.renameThread.start) @pyqtSlot() def initStage6(self) -> None: logging.debug("...rename manager started") self.splash.setProgress(60) self.sendStartToThread(self.rename_controller) # Setup the scan processes self.scanThread = QThread() self.scanmq = ScanManager(logging_port=self.logging_port) self.scanThread.started.connect(self.scanmq.run_sink) self.scanmq.sinkStarted.connect(self.initStage7) self.scanmq.scannedFiles.connect(self.scanFilesReceived) self.scanmq.deviceError.connect(self.scanErrorReceived) self.scanmq.deviceDetails.connect(self.scanDeviceDetailsReceived) self.scanmq.scanProblems.connect(self.scanProblemsReceived) self.scanmq.workerFinished.connect(self.scanFinished) self.scanmq.fatalError.connect(self.scanFatalError) self.scanmq.cameraRemovedDuringScan.connect(self.cameraRemovedDuringScan) self.scanmq.moveToThread(self.scanThread) logging.debug("Starting scan manager...") QTimer.singleShot(0, self.scanThread.start) @pyqtSlot() def initStage7(self) -> None: logging.debug("...scan manager started") self.splash.setProgress(70) # Setup the copyfiles process self.copyfilesThread = QThread() self.copyfilesmq = CopyFilesManager(logging_port=self.logging_port) self.copyfilesThread.started.connect(self.copyfilesmq.run_sink) self.copyfilesmq.sinkStarted.connect(self.initStage8) self.copyfilesmq.message.connect(self.copyfilesDownloaded) self.copyfilesmq.bytesDownloaded.connect(self.copyfilesBytesDownloaded) self.copyfilesmq.tempDirs.connect(self.tempDirsReceivedFromCopyFiles) self.copyfilesmq.copyProblems.connect(self.copyfilesProblems) self.copyfilesmq.workerFinished.connect(self.copyfilesFinished) self.copyfilesmq.cameraRemoved.connect(self.cameraRemovedWhileCopyingFiles) self.copyfilesmq.moveToThread(self.copyfilesThread) logging.debug("Starting copy files manager...") QTimer.singleShot(0, self.copyfilesThread.start) @pyqtSlot() def initStage8(self) -> None: logging.debug("...copy files manager started") self.splash.setProgress(80) self.backupThread = QThread() self.backupmq = BackupManager(logging_port=self.logging_port) self.backupThread.started.connect(self.backupmq.run_sink) self.backupmq.sinkStarted.connect(self.initStage9) self.backupmq.message.connect(self.fileBackedUp) self.backupmq.bytesBackedUp.connect(self.backupFileBytesBackedUp) self.backupmq.backupProblems.connect(self.backupFileProblems) self.backupmq.moveToThread(self.backupThread) logging.debug("Starting backup manager ...") QTimer.singleShot(0, self.backupThread.start) @pyqtSlot() def initStage9(self) -> None: logging.debug("...backup manager started") self.splash.setProgress(90) self.download_tracker.set_no_backup_devices(0, 0) if self.prefs.backup_files: if not self.is_wsl2 or self.wsl_drives_probed: self.setupBackupDevices() settings = QSettings() settings.beginGroup("MainWindow") self.proximityButton.setChecked( settings.value("proximityButtonPressed", True, bool) ) self.proximityButtonClicked() self.sourceButton.setChecked(settings.value("sourceButtonPressed", True, bool)) self.sourceButtonClicked() # Default to displaying the destination panels if the value has never been # set index = settings.value("rightButtonPressed", 0, int) if index >= 0: try: button = self.rightSideButtonMapper[index] except ValueError: logging.error("Unexpected preference value for right side button") index = RightSideButton.destination button = self.rightSideButtonMapper[index] button.setChecked(True) self.setRightPanelsAndButtons(RightSideButton(index)) else: # For some unknown reason, under some sessions need to explicitly set this # to False, or else it shows and no button is pressed. self.rightPanels.setVisible(False) settings.endGroup() prefs_valid, msg = self.prefs.check_prefs_for_validity() self.setupErrorLogWindow(settings=settings) self.setDownloadCapabilities() if not self.is_wsl2: self.searchForCameras() self.setupNonCameraDevices() self.splash.setProgress(100) self.setupManualPath() self.updateSourceButton() self.displayMessageInStatusBar() self.showMainWindow() if self.mountMonitorTimer is not None: self.mountMonitorTimer.start() if not EXIFTOOL_VERSION and self.prefs.warn_broken_or_missing_libraries: message = _( "ExifTool has a problem

      " "Rapid Photo Downloader uses ExifTool to get metadata from videos and " "photos. The program will run without it, but installing it is " "highly recommended." ) warning = RememberThisDialog( message=message, icon=":/rapid-photo-downloader.svg", remember=RememberThisMessage.do_not_warn_again_about_missing_libraries, parent=self, buttons=RememberThisButtons.ok, title=_("Problem with ExifTool"), ) warning.exec_() if warning.remember: self.prefs.warn_broken_or_missing_libraries = False if libmediainfo_missing and self.prefs.warn_broken_or_missing_libraries: message = _( "The library libmediainfo appears to be missing

      " "Rapid Photo Downloader uses libmediainfo to get the date and time a " "video was shot. The program will run without it, but installing it " "is recommended." ) warning = RememberThisDialog( message=message, icon=":/rapid-photo-downloader.svg", remember=RememberThisMessage.do_not_warn_again_about_missing_libraries, parent=self, buttons=RememberThisButtons.ok, title=_("Problem with libmediainfo"), ) warning.exec_() if warning.remember: self.prefs.warn_broken_or_missing_libraries = False self.on_startup = False self.iOSIssueErrorMessage() if self.is_wsl2: self.wslDrives.mountDrives() if not prefs_valid: self.notifyPrefsAreInvalid(details=msg) else: self.tip = didyouknow.DidYouKnowDialog(self.prefs, self) if self.prefs.did_you_know_on_startup: self.tip.activate() self.checkForNewVersionRequest.emit() # Setup survey prompt context self.prompt_for_survey_post_download = False force_survey = os.getenv("RPDSURVEY") if force_survey or not ( self.prefs.never_prompt_for_survey or self.prefs.survey_taken ): if self.prefs.survey_countdown > 0: self.prefs.survey_countdown -= 1 if self.prefs.survey_countdown == 0 or force_survey: delay = 500 if force_survey else 10000 QTimer.singleShot(delay, self.promptForSurvey) logging.debug("Completed stage 9 initializing main window") def showMainWindow(self) -> None: if not self.isVisible(): self.splash.finish(self) self.window_show_requested_time = datetime.datetime.now() self.show() if self.deferred_resize_and_move_until_after_show: self.resizeAndMoveMainWindow() self.errorLog.setVisible(self.errorLogAct.isChecked()) def startMountMonitor(self) -> None: """ Initialize monitors to watch for volume / camera additions to system :return: """ self.mountMonitorTimer = None # type: Optional[QTimer] self.valid_mount_count = 0 if self.is_wsl2: self.wslDriveMonitor = WslWindowsRemovableDriveMonitor() self.wslDriveMonitorThread = QThread() self.wslDriveMonitorThread.started.connect( self.wslDriveMonitor.startMonitor ) self.wslDriveMonitor.moveToThread(self.wslDriveMonitorThread) self.wslDriveMonitor.driveMounted.connect(self.wslWindowsDriveAdded) self.wslDriveMonitor.driveUnmounted.connect(self.wslWindowsDriveRemoved) logging.debug("Starting WSL Windows Drive Monitor") QTimer.singleShot(0, self.wslDriveMonitorThread.start) self.use_udsisks = self.gvfs_controls_mounts = False else: self.wslDriveMonitor = None logging.debug("Have GIO module: %s", have_gio) self.gvfs_controls_mounts = process_running("gvfs-gphoto2") and have_gio if have_gio: logging.debug( "GVFS (GIO) controls mounts: %s", self.gvfs_controls_mounts ) self.use_udsisks = not self.gvfs_controls_mounts if self.use_udsisks: # Monitor when the user adds or removes a camera self.cameraHotplug = CameraHotplug() self.cameraHotplugThread = QThread() self.cameraHotplugThread.started.connect( self.cameraHotplug.startMonitor ) self.cameraHotplug.moveToThread(self.cameraHotplugThread) self.cameraHotplug.cameraAdded.connect(self.cameraAdded) self.cameraHotplug.cameraRemoved.connect(self.cameraRemoved) # Start the monitor only on the thread it will be running on logging.debug("Starting camera hotplug monitor...") QTimer.singleShot(0, self.cameraHotplugThread.start) # Monitor when the user adds or removes a partition self.udisks2Monitor = UDisks2Monitor(self.validMounts, self.prefs) self.udisks2MonitorThread = QThread() self.udisks2MonitorThread.started.connect( self.udisks2Monitor.startMonitor ) self.udisks2Unmount.connect(self.udisks2Monitor.unmount_volume) self.udisks2Monitor.moveToThread(self.udisks2MonitorThread) self.udisks2Monitor.partitionMounted.connect(self.partitionMounted) self.udisks2Monitor.partitionUnmounted.connect(self.partitionUmounted) # Start the monitor only on the thread it will be running on logging.debug("Starting UDisks2 monitor...") QTimer.singleShot(0, self.udisks2MonitorThread.start) if not self.prefs.auto_mount: self.startMountMonitorTimer() if self.gvfs_controls_mounts: # Gio.VolumeMonitor must be in the main thread, according to # Gnome documentation logging.debug("Starting GVolumeMonitor...") self.gvolumeMonitor = GVolumeMonitor(self.validMounts, self.prefs) logging.debug("...GVolumeMonitor started") self.gvolumeMonitor.cameraUnmounted.connect(self.cameraUnmounted) self.gvolumeMonitor.cameraMounted.connect(self.cameraMounted) self.gvolumeMonitor.partitionMounted.connect(self.partitionMounted) self.gvolumeMonitor.partitionUnmounted.connect(self.partitionUmounted) self.gvolumeMonitor.volumeAddedNoAutomount.connect(self.noGVFSAutoMount) self.gvolumeMonitor.cameraPossiblyRemoved.connect(self.cameraRemoved) self.gvolumeMonitor.cameraVolumeAdded.connect(self.cameraVolumeAdded) def startMountMonitorTimer(self) -> None: logging.debug("Starting monitor of valid mount count") self.mountMonitorTimer = QTimer(self) self.mountMonitorTimer.timeout.connect(self.manuallyMonitorNewMounts) self.mountMonitorTimer.setTimerType(Qt.CoarseTimer) self.mountMonitorTimer.setInterval(2000) def mountMonitorActive(self) -> bool: return self.mountMonitorTimer is not None and self.mountMonitorTimer.isActive() def iOSInitErrorMessaging(self) -> None: """ Initialize display of error message to the user about missing iOS support applications """ # Track device names self.ios_issue_message_queue = set() # type: Set[str] def iOSIssueErrorMessage(self, display_name: Optional[str] = None) -> None: """ If needed, warn the user about missing help applications to download from iOS devices. Does not display error message while program is starting up. Instead will queue the device name to display it when the program has finished starting (call this function again with a device name to display queued items). :param display_name: device name """ if self.on_startup and display_name: logging.debug( "Queueing display of missing iOS helper application error message for " "display after program startup" ) display_name = "'{}'".format(display_name) self.ios_issue_message_queue.add(display_name) elif not self.on_startup and ( self.ios_issue_message_queue or display_name is not None ): if display_name is not None: devices = "'{}'".format(display_name) else: devices = make_internationalized_list( list(self.ios_issue_message_queue) ) missing_applications = make_internationalized_list( storageidevice.ios_missing_programs() ) message = _( "Cannot download from Apple devices

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

      " "Missing applications: %(applications)s

      " "Learn more about which software to install." ) % dict(device=devices, applications=missing_applications) msgbox = standardMessageBox( message=message, rich_text=True, standardButtons=QMessageBox.Ok, iconType=QMessageBox.Warning, parent=self, ) msgbox.exec() self.ios_issue_message_queue = set() def mapModel(self, scan_id: int) -> DeviceModel: """ Map a scan_id onto Devices' or This Computer's device model. :param scan_id: scan id of the device :return: relevant device model """ return self._mapModel[self.devices[scan_id].device_type] def mapView(self, scan_id: int) -> DeviceView: """ Map a scan_id onto Devices' or This Computer's device view. :param scan_id: scan id of the device :return: relevant device view """ return self._mapView[self.devices[scan_id].device_type] def setupErrorLogWindow(self, settings: QSettings) -> None: """ Creates, moves and resizes error log window, but does not show it. """ default_x = self.pos().x() default_y = self.pos().y() default_width = int(self.size().width() * 0.5) default_height = int(self.size().height() * 0.5) settings.beginGroup("ErrorLog") pos = settings.value("windowPosition", QPoint(default_x, default_y)) size = settings.value("windowSize", QSize(default_width, default_height)) visible = settings.value("visible", False, type=bool) settings.endGroup() self.errorLog = ErrorReport(rapidApp=self) self.errorLogAct.setChecked(visible) self.errorLog.move(pos) self.errorLog.resize(size) self.errorLog.finished.connect(self.setErrorLogAct) self.errorLog.dialogShown.connect(self.setErrorLogAct) self.errorLog.dialogActivated.connect(self.errorsPending.reset) self.errorsPending.clicked.connect(self.errorLog.activate) def resizeAndMoveMainWindow(self) -> None: """ Load window settings from last application run, after validating they will fit on the screen """ if self.deferred_resize_and_move_until_after_show: logging.debug("Resizing and moving main window after it was deferred") assert self.isVisible() self.screen = self.windowHandle().screen() # type: QScreen assert self.screen is not None available = self.screen.availableGeometry() # type: QRect display = self.screen.size() # type: QSize logging.debug( "Available screen geometry: %sx%s on %sx%s display.", available.width(), available.height(), display.width(), display.height(), ) settings = QSettings() settings.beginGroup("MainWindow") try: scaling = self.devicePixelRatioF() except AttributeError: scaling = self.devicePixelRatio() logging.info("%s", self.scaling_set_message) logging.info("Desktop scaling set to %s", scaling) logging.debug("%s", self.fractional_scaling_message) maximized = settings.value("maximized", False, type=bool) logging.debug("Window maximized when last run: %s", maximized) # Even if window is maximized, must restore saved window size and position for # when the user unmaximizes the window pos = settings.value("windowPosition") # , QPoint(default_x, default_y) size = settings.value("windowSize") # , QSize(default_width, default_height) settings.endGroup() if not (pos and size) or is_devel_env: logging.info("Window position or size not found in program settings") self.do_generate_default_window_size = True else: self.do_generate_default_window_size = False was_valid, validatedSize = validateWindowSizeLimit(available.size(), size) if not was_valid: logging.debug( "Windows size %sx%s was invalid. Value was reset to %sx%s.", size.width(), size.height(), validatedSize.width(), validatedSize.height(), ) logging.debug( "Window size: %sx%s", validatedSize.width(), validatedSize.height() ) was_valid, validatedPos = validateWindowPosition( pos, available.size(), validatedSize ) if not was_valid: logging.debug("Window position %s,%s was invalid", pos.x(), pos.y()) self.resize(validatedSize) self.move(validatedPos) if maximized: logging.debug("Setting window to maximized state") self.setWindowState(Qt.WindowMaximized) def readWindowSettings(self, app: "QtSingleApplication"): self.deferred_resize_and_move_until_after_show = False # Calculate window sizes if self.screen is None: self.deferred_resize_and_move_until_after_show = True else: self.resizeAndMoveMainWindow() def writeWindowSettings(self): logging.debug("Writing window settings") settings = QSettings() settings.beginGroup("MainWindow") windowPos = self.pos() + self.windowPositionDelta if windowPos.x() < 0: windowPos.setX(0) if windowPos.y() < 0: windowPos.setY(0) settings.setValue("windowPosition", windowPos) settings.setValue("windowSize", self.size()) # Alternative to position and size: # settings.setValue("geometry", self.saveGeometry()) state = self.windowState() maximized = bool(state & Qt.WindowMaximized) settings.setValue("maximized", maximized) settings.setValue("centerSplitterSizes", self.centerSplitter.saveState()) settings.setValue("sourceButtonPressed", self.sourceButton.isChecked()) settings.setValue("rightButtonPressed", self.rightSideButtonPressed()) settings.setValue("proximityButtonPressed", self.proximityButton.isChecked()) # left panel splitter sizes are saved / read on use settings.setValue( "rightPanelSplitterSizes", self.destinationPanel.splitter.saveState() ) settings.endGroup() settings.beginGroup("ErrorLog") settings.setValue("windowPosition", self.errorLog.pos()) settings.setValue("windowSize", self.errorLog.size()) settings.setValue("visible", self.errorLog.isVisible()) settings.endGroup() @staticmethod def sourceButtonSetting() -> bool: settings = QSettings() settings.beginGroup("MainWindow") on = settings.value("sourceButtonPressed", True, bool) settings.endGroup() return on @staticmethod def proximityButtonSetting() -> bool: settings = QSettings() settings.beginGroup("MainWindow") on = settings.value("proximityButtonPressed", True, bool) settings.endGroup() return on def moveEvent(self, event: QMoveEvent) -> None: """ Handle quirks in window positioning. X11 has a feature where the window managager can decorate the windows. A side effect of this is that the position returned by window.pos() can be different between restoring the position from the settings, and saving the position at application exit, even if the user never moved the window. """ super().moveEvent(event) self.window_move_triggered_count += 1 if self.window_show_requested_time is None: pass # self.windowPositionDelta = QPoint(0, 0) elif self.window_move_triggered_count == 2: if ( datetime.datetime.now() - self.window_show_requested_time ).total_seconds() < 1.0: self.windowPositionDelta = event.oldPos() - self.pos() logging.debug( "Window position quirk delta: %s", self.windowPositionDelta ) self.window_show_requested_time = None def setupWindow(self) -> None: status = self.statusBar() status.setStyleSheet("QStatusBar::item { border: 0px solid black }; ") self.downloadProgressBar = QProgressBar() self.downloadProgressBar.setMaximumWidth(QFontMetrics(QFont()).height() * 9) self.errorsPending = SpeechBubble(self) self.errorsPending.setSizePolicy(QSizePolicy.Minimum, QSizePolicy.Minimum) status.addPermanentWidget(self.errorsPending) status.addPermanentWidget(self.downloadProgressBar, 1) def anyFilesSelected(self) -> bool: """ :return: True if any files are selected """ return self.thumbnailView.selectionModel().hasSelection() def applyJobCode(self, job_code: str) -> None: """ Apply job code to all selected photos/videos. :param job_code: job code to apply """ delegate = self.thumbnailView.itemDelegate() # type: ThumbnailDelegate delegate.applyJobCode(job_code=job_code) @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 newVersionCheckVisible(self) -> bool: return not disable_version_check and self.newVersionCheckDialog.isVisible() def anyMainWindowDialogVisible(self) -> bool: """ :return: True if any dialog window is currently being displayed from the main window """ return ( self.newVersionCheckVisible() or self.prefs_dialog_active or self.prompting_for_user_action or self.tip.isVisible() ) @pyqtSlot() def promptForSurvey(self) -> None: if not self.anyMainWindowDialogVisible(): if self.downloadIsRunning(): self.prompt_for_survey_post_download = True return # Translators: please keep the

      and

      tags message = _( """

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

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

      """ ) if raphodo.lang is not None: if not any( isinstance(l, str) and l.startswith("en") for l in raphodo.lang ): english = _("The survey is in English.") message = f"{message}

      {english}

      " logging.debug("Prompting about survey") messagebox = standardMessageBox( message=message, rich_text=True, standardButtons=QMessageBox.Ok, parent=self, ) messagebox.removeButton(messagebox.button(QMessageBox.Ok)) messagebox.setInformativeText(_("Do you want to take the survey?")) # Use custom buttons, thereby avoiding button icons later = messagebox.addButton(_("Ask me later"), QMessageBox.RejectRole) yes = messagebox.addButton(_("Yes"), QMessageBox.AcceptRole) alreadyDid = messagebox.addButton( # Translators: "I already took it" means "I already took the survey" _("I already took it"), QMessageBox.NoRole, ) never = messagebox.addButton( # Translators: "Never ask me about any survey" refers to now and in the future _("Never ask me about any survey"), QMessageBox.DestructiveRole, ) messagebox.setDefaultButton(yes) messagebox.exec() response = messagebox.clickedButton() if response == yes: logging.debug("Opening web browser to take survey") webbrowser.open_new_tab("https://survey.rapidphotodownloader.com/") if not os.getenv("RPDSURVEY"): self.prefs.survey_taken = datetime.datetime.now().year elif response == alreadyDid: logging.debug("Survey was already taken") if not os.getenv("RPDSURVEY"): self.prefs.survey_taken = datetime.datetime.now().year elif response == later: logging.debug("Will ask about the survey later") self.prefs.survey_countdown = 10 elif response == never: logging.info("Will never ask again about any survey") if not os.getenv("RPDSURVEY"): self.prefs.never_prompt_for_survey = True else: # A dialog window was open. if os.getenv("RPDSURVEY"): delay = 10000 else: # Try again in 3 minutes: delay = 3 * 60 * 1000 logging.debug("Delaying survey prompt by %s seconds", delay / 1000) QTimer.singleShot(delay, self.promptForSurvey) def updateProgressBarState(self, thumbnail_generated: bool = None) -> None: """ Updates the state of the ProgessBar in the main window's lower right corner. If any device is downloading, the progress bar displays download progress. Else, if any device is thumbnailing, the progress bar displays thumbnailing progress. Else, if any device is scanning, the progress bar shows a busy status. Else, the progress bar is set to an idle status. """ if self.downloadIsRunning(): logging.debug("Setting progress bar to show download progress") self.downloadProgressBar.setMaximum(100) return if self.unity_progress: for launcher in self.desktop_launchers: launcher.set_property("progress_visible", False) if len(self.devices.thumbnailing): if ( self.downloadProgressBar.maximum() != self.thumbnailModel.total_thumbs_to_generate ): logging.debug( "Setting progress bar maximum to %s", self.thumbnailModel.total_thumbs_to_generate, ) self.downloadProgressBar.setMaximum( self.thumbnailModel.total_thumbs_to_generate ) if thumbnail_generated: self.downloadProgressBar.setValue( self.thumbnailModel.thumbnails_generated ) elif len(self.devices.scanning): logging.debug("Setting progress bar to show scanning activity") self.downloadProgressBar.setMaximum(0) else: logging.debug("Resetting progress bar") self.downloadProgressBar.reset() self.downloadProgressBar.setMaximum(100) def updateSourceButton(self) -> None: text, icon = self.devices.get_main_window_display_name_and_icon() self.sourceButton.setText(addPushButtonLabelSpacer(text)) self.sourceButton.setIcon(icon) def setLeftPanelVisibility(self) -> None: self.leftPanelContainer.setVisible( self.sourceButton.isChecked() or self.proximityButton.isChecked() ) def setRightPanelsAndButtons(self, buttonPressed: RightSideButton) -> None: """ Set visibility of right panel based on which right bar buttons is pressed, and ensure only one button is pressed at any one time. Cannot use exclusive QButtonGroup because with that, one button needs to be pressed. We allow no button to be pressed. """ widget = self.rightSideButtonMapper[buttonPressed] # type: RotatedButton if widget.isChecked(): self.rightPanels.setVisible(True) for button in RightSideButton: if button == buttonPressed: self.rightPanels.setCurrentIndex(buttonPressed.value) else: self.rightSideButtonMapper[button].setChecked(False) else: self.rightPanels.setVisible(False) def rightSidePanelWidgetHeights(self) -> None: heights = ", ".join( str(self.rightPanels.widget(i).height()) for i in range(self.rightPanels.count()) ) logging.debug("Right side panel widget heights: %s", heights) def rightSideButtonPressed(self) -> int: """ Determine which right side button is currently pressed, if any. :return: -1 if no button is pressed, else the index into RightSideButton """ for button in RightSideButton: widget = self.rightSideButtonMapper[button] if widget.isChecked(): return int(button.value) return -1 @pyqtSlot() def sourceButtonClicked(self) -> None: if not self.on_startup: self.sourcePanel.placeWidgets() self.sourcePanel.setSourcesVisible(self.sourceButton.isChecked()) self.setLeftPanelVisibility() self.temporalProximityControls.setAutoScrollState() @pyqtSlot() def destinationButtonClicked(self) -> None: self.setRightPanelsAndButtons(RightSideButton.destination) @pyqtSlot() def renameButtonClicked(self) -> None: self.setRightPanelsAndButtons(RightSideButton.rename) @pyqtSlot() def backupButtonClicked(self) -> None: self.setRightPanelsAndButtons(RightSideButton.backup) @pyqtSlot() def jobcodButtonClicked(self) -> None: self.jobCodePanel.updateDefaultMessage() self.setRightPanelsAndButtons(RightSideButton.jobcode) @pyqtSlot() def proximityButtonClicked(self) -> None: checked = self.proximityButton.isChecked() self.sourcePanel.setTemporalProximityVisible(checked) self.temporalProximityControls.setVisible(checked) self.setLeftPanelVisibility() @pyqtSlot(int) def showComboChanged(self, index: int) -> None: self.sortComboChanged(index=-1) self.thumbnailModel.updateAllDeviceDisplayCheckMarks() def showOnlyNewFiles(self) -> bool: """ User can use combo switch to show only so-called "hew" files, i.e. files that have not been previously downloaded. :return: True if only new files are shown """ return self.showCombo.currentData() == Show.new_only @pyqtSlot(int) def sortComboChanged(self, index: int) -> None: sort = self.sortCombo.currentData() order = self.sortOrder.currentData() show = self.showCombo.currentData() self.thumbnailModel.setFileSort(sort=sort, order=order, show=show) @pyqtSlot(int) def sortOrderChanged(self, index: int) -> None: self.sortComboChanged(index=-1) @pyqtSlot(int) def selectAllPhotosCheckboxChanged(self, state: int) -> None: select_all = state == Qt.Checked self.thumbnailModel.selectAll(select_all=select_all, file_type=FileType.photo) @pyqtSlot(int) def selectAllVideosCheckboxChanged(self, state: int) -> None: select_all = state == Qt.Checked self.thumbnailModel.selectAll(select_all=select_all, file_type=FileType.video) @pyqtSlot() def setErrorLogAct(self) -> None: self.errorLogAct.setChecked(self.errorLog.isVisible()) def createActions(self) -> None: self.downloadAct = QAction(_("Download"), self) self.downloadAct.setShortcut("Ctrl+Return") self.downloadAct.triggered.connect(self.doDownloadAction) self.refreshAct = QAction(_("&Refresh..."), self) self.refreshAct.setShortcut("Ctrl+R") self.refreshAct.triggered.connect(self.doRefreshAction) self.preferencesAct = QAction(_("&Preferences"), self) self.preferencesAct.setShortcut("Ctrl+P") self.preferencesAct.triggered.connect(self.doPreferencesAction) self.quitAct = QAction(_("&Quit"), self) if not self.is_wsl2: self.quitAct.setShortcut("Ctrl+Q") self.quitAct.triggered.connect(self.close) if self.is_wsl2: self.wslMountsAct = QAction(_("Windows &Drives"), self) self.wslMountsAct.setShortcut("Ctrl+D") self.wslMountsAct.triggered.connect(self.doShowWslMountsAction) self.errorLogAct = QAction(_("Error &Reports"), self) self.errorLogAct.setEnabled(True), self.errorLogAct.setCheckable(True) self.errorLogAct.triggered.connect(self.doErrorLogAction) self.clearDownloadsAct = QAction(_("Clear Completed Downloads"), self) self.clearDownloadsAct.triggered.connect(self.doClearDownloadsAction) self.helpAct = QAction(_("Get Help Online..."), self) self.helpAct.setShortcut("F1") self.helpAct.triggered.connect(self.doHelpAction) self.didYouKnowAct = QAction(_("&Tip of the Day..."), self) self.didYouKnowAct.triggered.connect(self.doDidYouKnowAction) self.reportProblemAct = QAction(_("Report a Problem..."), self) self.reportProblemAct.triggered.connect(self.doReportProblemAction) self.makeDonationAct = QAction(_("Make a Donation..."), self) self.makeDonationAct.triggered.connect(self.doMakeDonationAction) self.translateApplicationAct = QAction(_("Translate this Application..."), self) self.translateApplicationAct.triggered.connect( self.doTranslateApplicationAction ) self.aboutAct = QAction(_("&About..."), self) self.aboutAct.triggered.connect(self.doAboutAction) self.newVersionAct = QAction(_("Check for Updates..."), self) self.newVersionAct.triggered.connect(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() self.topBar = self.createTopBar() verticalLayout.addLayout(self.topBar) centralLayout = QHBoxLayout() centralLayout.setContentsMargins(0, 0, 0, 0) self.createLeftBar() self.createRightBar() self.createLeftCenterRightPanels() self.createSourcePanel() self.createDeviceThisComputerViews() self.sourcePanel.addSourceViews() self.createDestinationPanel() self.createRenamePanels() self.createJobCodePanel() self.createBackupPanel() self.configureLeftCenterRightPanels(settings) self.createBottomControls() centralLayout.addLayout(self.leftBar) centralLayout.addWidget(self.centerSplitter) centralLayout.addLayout(self.rightBar) verticalLayout.addLayout(centralLayout) verticalLayout.addWidget(self.thumbnailControl) def createTopBar(self) -> QHBoxLayout: topBar = QHBoxLayout() menu_margin = int(QFontMetrics(QFont()).height() / 3) topBar.setContentsMargins(0, 0, menu_margin, 0) topBar.setSpacing(int(QFontMetrics(QFont()).height() / 2)) self.sourceButton = TopPushButton( addPushButtonLabelSpacer(_("Select Source")), parent=self, extra_top=self.standard_spacing, ) self.sourceButton.clicked.connect(self.sourceButtonClicked) vlayout = QVBoxLayout() vlayout.setContentsMargins(0, 0, 0, 0) vlayout.setSpacing(0) vlayout.addSpacing(self.standard_spacing) hlayout = QHBoxLayout() hlayout.setContentsMargins(0, 0, 0, 0) hlayout.setSpacing(menu_margin) vlayout.addLayout(hlayout) self.downloadButton = DownloadButton(self.downloadAct.text(), parent=self) self.downloadButton.addAction(self.downloadAct) self.downloadButton.setDefault(True) self.downloadButton.clicked.connect(self.downloadButtonClicked) self.menuButton.setIconSize( QSize( self.sourceButton.top_row_icon_size, self.sourceButton.top_row_icon_size ) ) topBar.addWidget(self.sourceButton) topBar.addStretch() topBar.addLayout(vlayout) hlayout.addWidget(self.downloadButton) hlayout.addWidget(self.menuButton) return topBar def createLeftBar(self) -> None: leftBar = QVBoxLayout() leftBar.setContentsMargins(0, 0, 0, 0) self.proximityButton = RotatedButton(_("Timeline"), RotatedButton.leftSide) self.proximityButton.clicked.connect(self.proximityButtonClicked) leftBar.addWidget(self.proximityButton, 1) leftBar.addStretch(100) self.leftBar = leftBar def createRightButtons(self) -> None: self.destinationButton = RotatedButton( _("Destination"), RotatedButton.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, } def createRightBar(self) -> None: self.rightBar = QVBoxLayout() self.rightBar.setContentsMargins(0, 0, 0, 0) self.compressedRightBar = QGridLayout() self.compressedRightBar.setContentsMargins(0, 0, 0, 0) self.rightBar.addLayout(self.compressedRightBar) self.rightBar.addStretch(100) self.createRightButtons() self.placeRightButtons(0) @functools.lru_cache(maxsize=None) def rightBarRequiredHeight(self) -> List[int]: spacing = self.rightBar.spacing() buttons = ( self.destinationButton, self.renameButton, self.jobcodeButton, self.backupButton, ) button_heights = [b.height() + spacing for b in buttons] heights = [sum(button_heights)] heights.append(sum(button_heights[:3])) heights.append(max(sum(button_heights[:2]), sum(button_heights[2:4]))) heights.append(max(button_heights)) return heights @pyqtSlot(int) def rightBarResized(self, height: int) -> None: heights = self.rightBarRequiredHeight() index = 0 while height < heights[index] and index < len(heights) - 1: index += 1 if index != self.right_bar_index: self.placeRightButtons(index) def placeRightButtons(self, index: int) -> None: """ Place right side buttons into layout depending on the height of the layout they're going into """ self.right_bar_index = index if index == 0: self.rightBar.insertWidget(0, self.backupButton) self.rightBar.insertWidget(0, self.jobcodeButton) self.rightBar.insertWidget(0, self.renameButton) self.rightBar.insertWidget(0, self.destinationButton) elif index == 1: self.compressedRightBar.addWidget(self.destinationButton, 0, 0) self.compressedRightBar.addWidget(self.renameButton, 1, 0) self.compressedRightBar.addWidget(self.jobcodeButton, 2, 0) self.compressedRightBar.addWidget(self.backupButton, 0, 1) elif index == 2: self.compressedRightBar.addWidget(self.destinationButton, 0, 0) self.compressedRightBar.addWidget(self.renameButton, 1, 0) self.compressedRightBar.addWidget(self.jobcodeButton, 0, 1) self.compressedRightBar.addWidget(self.backupButton, 1, 1) else: assert index == 3 self.compressedRightBar.addWidget(self.destinationButton, 0, 0) self.compressedRightBar.addWidget(self.renameButton, 0, 1) self.compressedRightBar.addWidget(self.jobcodeButton, 0, 2) self.compressedRightBar.addWidget(self.backupButton, 0, 3) def createPathViews(self) -> None: self.deviceView = DeviceView(rapidApp=self) self.deviceView.setObjectName("deviceView") self.deviceModel = DeviceModel(self, "Devices") self.deviceView.setModel(self.deviceModel) self.deviceView.setItemDelegate(DeviceDelegate(rapidApp=self)) self.deviceView.itemDelegate().widthChanged.connect( self.deviceView.widthChanged ) # This computer is any local path self.thisComputerView = DeviceView(rapidApp=self, frame_enabled=False) self.thisComputerView.setObjectName("thisComputerView") self.thisComputerModel = DeviceModel(self, "This Computer") self.thisComputerView.setModel(self.thisComputerModel) self.thisComputerView.setItemDelegate(DeviceDelegate(self)) self.thisComputerView.itemDelegate().widthChanged.connect( self.thisComputerView.widthChanged ) # Map different device types onto their appropriate view and model self._mapModel = { DeviceType.path: self.thisComputerModel, DeviceType.camera: self.deviceModel, DeviceType.volume: self.deviceModel, DeviceType.camera_fuse: self.deviceModel, } self._mapView = { DeviceType.path: self.thisComputerView, DeviceType.camera: self.deviceView, DeviceType.volume: self.deviceView, DeviceType.camera_fuse: self.deviceView, } # Be cautious: validate paths. The settings file can always be edited by hand, # and the user can set it to whatever value they want using the command line # options. logging.debug("Checking path validity") this_computer_sf = validate_source_folder(self.prefs.this_computer_path) if this_computer_sf.valid: if this_computer_sf.absolute_path != self.prefs.this_computer_path: self.prefs.this_computer_path = this_computer_sf.absolute_path elif self.prefs.this_computer_source and self.prefs.this_computer_path != "": logging.warning( "Ignoring invalid 'This Computer' path: %s", self.prefs.this_computer_path, ) self.prefs.this_computer_path = "" photo_df = validate_download_folder(self.prefs.photo_download_folder) if photo_df.valid: if photo_df.absolute_path != self.prefs.photo_download_folder: self.prefs.photo_download_folder = photo_df.absolute_path else: if self.prefs.photo_download_folder: logging.error( "Ignoring invalid Photo Destination path: %s", self.prefs.photo_download_folder, ) self.prefs.photo_download_folder = "" video_df = validate_download_folder(self.prefs.video_download_folder) if video_df.valid: if video_df.absolute_path != self.prefs.video_download_folder: self.prefs.video_download_folder = video_df.absolute_path else: if self.prefs.video_download_folder: logging.error( "Ignoring invalid Video Destination path: %s", self.prefs.video_download_folder, ) self.prefs.video_download_folder = "" self.watchedDownloadDirs = WatchDownloadDirs() self.watchedDownloadDirs.updateWatchPathsFromPrefs(self.prefs) self.watchedDownloadDirs.directoryChanged.connect(self.watchedFolderChange) self.fileSystemModel = FileSystemModel(parent=self) self.fileSystemFilter = FileSystemFilter(self) self.fileSystemFilter.setSourceModel(self.fileSystemModel) self.fileSystemDelegate = FileSystemDelegate() self.fileSystemFilter.filterInvalidated.connect( self.fileSystemFilterInvalidated ) index = self.fileSystemFilter.mapFromSource(self.fileSystemModel.index("/")) # This Computer (source) self.thisComputerFSView = FileSystemView( model=self.fileSystemModel, rapidApp=self ) self.thisComputerFSView.setObjectName("thisComputerFSView") self.thisComputerFSView.setModel(self.fileSystemFilter) self.thisComputerFSView.setItemDelegate(self.fileSystemDelegate) self.thisComputerFSView.hideColumns() self.thisComputerFSView.setRootIndex(index) if this_computer_sf.valid: self.thisComputerFSView.goToPath(self.prefs.this_computer_path) self.thisComputerFSView.activated.connect(self.thisComputerPathChosen) self.thisComputerFSView.clicked.connect(self.thisComputerPathChosen) self.thisComputerFSView.showSystemFolders.connect( self.fileSystemFilter.setShowSystemFolders ) self.thisComputerFSView.filePathReset.connect(self.thisComputerFileBrowserReset) # Photos (destination) self.photoDestinationFSView = FileSystemView( model=self.fileSystemModel, rapidApp=self ) self.photoDestinationFSView.setObjectName("photoDestinationFSView") self.photoDestinationFSView.setModel(self.fileSystemFilter) self.photoDestinationFSView.setItemDelegate(self.fileSystemDelegate) self.photoDestinationFSView.hideColumns() self.photoDestinationFSView.setRootIndex(index) if photo_df.valid: self.photoDestinationFSView.goToPath(self.prefs.photo_download_folder) self.photoDestinationFSView.activated.connect(self.photoDestinationPathChosen) self.photoDestinationFSView.clicked.connect(self.photoDestinationPathChosen) self.photoDestinationFSView.showSystemFolders.connect( self.fileSystemFilter.setShowSystemFolders ) self.photoDestinationFSView.filePathReset.connect(self.photoDestinationReset) # Videos (destination) self.videoDestinationFSView = FileSystemView( model=self.fileSystemModel, rapidApp=self ) self.videoDestinationFSView.setObjectName("videoDestinationFSView") self.videoDestinationFSView.setModel(self.fileSystemFilter) self.videoDestinationFSView.setItemDelegate(self.fileSystemDelegate) self.videoDestinationFSView.hideColumns() self.videoDestinationFSView.setRootIndex(index) if video_df.valid: self.videoDestinationFSView.goToPath(self.prefs.video_download_folder) self.videoDestinationFSView.activated.connect(self.videoDestinationPathChosen) self.videoDestinationFSView.clicked.connect(self.videoDestinationPathChosen) self.videoDestinationFSView.showSystemFolders.connect( self.fileSystemFilter.setShowSystemFolders ) self.videoDestinationFSView.filePathReset.connect(self.videoDestinationReset) def createDeviceThisComputerViews(self) -> None: # Devices Header and View tip = _( "Turn on or off the use of devices attached to this computer as download " "sources" ) self.deviceToggleView = QToggleView( label=_("Devices"), display_alternate=False, toggleToolTip=tip, on=self.prefs.device_autodetection, object_name="deviceToggleView", ) self.deviceToggleView.addWidget(self.deviceView) self.deviceToggleView.valueChanged.connect(self.deviceToggleViewValueChange) self.deviceToggleView.setSizePolicy( QSizePolicy.MinimumExpanding, QSizePolicy.MinimumExpanding ) # This Computer Header and View tip = _( "Turn on or off the use of a folder on this computer as a download source" ) self.thisComputerToggleView = QToggleView( label=_("This Computer"), display_alternate=True, toggleToolTip=tip, on=bool(self.prefs.this_computer_source), object_name="thisComputerToggleView", ) self.thisComputerToggleView.valueChanged.connect( self.thisComputerToggleValueChanged ) self.thisComputer = ComputerWidget( objectName="thisComputerWidget", view=self.thisComputerView, fileSystemView=self.thisComputerFSView, select_text=_("Select a source folder"), ) if self.prefs.this_computer_source: self.thisComputer.setViewVisible(self.prefs.this_computer_source) self.thisComputerToggleView.addWidget(self.thisComputer) def createDestinationPanel(self) -> None: """ Create the photo and video destination panel """ self.destinationPanel = DestinationPanel(parent=self) def createSourcePanel(self) -> None: """ Create the source (Devices and This Computer) panel, as well as the Timeline controls """ self.sourcePanel = SourcePanel(rapidApp=self) self.temporalProximityControls = TemporalProximityControls(rapidApp=self) # Adjust Timeline auto scroll sync button state: self.sourcePanel.verticalScrollBarVisible.connect( self.temporalProximityControls.sourceScrollBarVisible ) # After a Timeline is regenerated after a value change, scrolling to the # same part of the Timeline can be important: self.sourcePanel.verticalScrollBarVisible.connect( self.temporalProximity.postValueChangeScroll ) self.thumbnailView.verticalScrollBarVisible.connect( self.temporalProximityControls.thumbnailScrollBarVisible ) self.leftPanelContainer = LeftPanelContainer( sourcePanel=self.sourcePanel, temporalProximityControls=self.temporalProximityControls, ) self.leftPanelContainer.setObjectName("leftPanelContainer") def createRenamePanels(self) -> None: """ Create the file renaming panel """ self.renamePanel = RenamePanel(parent=self) def createJobCodePanel(self) -> None: """ Create the job code panel """ self.jobCodePanel = JobCodePanel(parent=self) def createBackupPanel(self) -> None: """ Create the backup options panel """ self.backupPanel = BackupPanel(parent=self) def createBottomControls(self) -> None: self.thumbnailControl = QWidget() layout = QHBoxLayout() # left and right align at edge of left & right bar hmargin = self.proximityButton.sizeHint().width() hmargin += self.standard_spacing vmargin = int(QFontMetrics(QFont()).height() / 2) layout.setContentsMargins(hmargin, vmargin, hmargin, vmargin) layout.setSpacing(self.standard_spacing) self.thumbnailControl.setLayout(layout) font = self.font() # type: QFont font.setPointSize(font.pointSize() - 2) self.showCombo = ChevronCombo() self.showCombo.addItem(_("All"), Show.all) self.showCombo.addItem(_("New"), Show.new_only) self.showCombo.currentIndexChanged.connect(self.showComboChanged) self.showLabel = self.showCombo.makeLabel(_("Show:")) self.sortCombo = ChevronCombo() self.sortCombo.addItem(_("Modification Time"), Sort.modification_time) self.sortCombo.addItem(_("Checked State"), Sort.checked_state) self.sortCombo.addItem(_("Filename"), Sort.filename) self.sortCombo.addItem(_("Extension"), Sort.extension) self.sortCombo.addItem(_("File Type"), Sort.file_type) self.sortCombo.addItem(_("Device"), Sort.device) self.sortCombo.currentIndexChanged.connect(self.sortComboChanged) self.sortLabel = self.sortCombo.makeLabel(_("Sort:")) self.sortOrder = ChevronCombo() self.sortOrder.addItem(_("Ascending"), Qt.AscendingOrder) self.sortOrder.addItem(_("Descending"), Qt.DescendingOrder) self.sortOrder.currentIndexChanged.connect(self.sortOrderChanged) for widget in ( self.showLabel, self.sortLabel, self.sortCombo, self.showCombo, self.sortOrder, ): widget.setFont(font) self.checkAllLabel = QLabel(_("Select All:")) # Remove the border when the widget is highlighted style = """ 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 createLeftCenterRightPanels(self) -> None: self.centerSplitter = MainWindowSplitter() self.centerSplitter.heightChanged.connect(self.rightBarResized) self.rightPanels = QStackedWidget() self.rightPanels.setObjectName("rightPanels") def configureLeftCenterRightPanels(self, settings: QSettings) -> None: self.rightPanels.addWidget(self.destinationPanel) self.rightPanels.addWidget(self.renamePanel) self.rightPanels.addWidget(self.jobCodePanel) self.rightPanels.addWidget(self.backupPanel) self.centerSplitter.addWidget(self.leftPanelContainer) self.centerSplitter.addWidget(self.thumbnailView) self.centerSplitter.addWidget(self.rightPanels) self.centerSplitter.setStretchFactor(0, 0) self.centerSplitter.setStretchFactor(1, 1) self.centerSplitter.setStretchFactor(2, 0) for i in range(3): self.centerSplitter.setCollapsible(i, False) splitterSetting = settings.value("centerSplitterSizes") if splitterSetting is not None and not is_devel_env: self.do_generate_center_splitter_size = False self.centerSplitter.restoreState(splitterSetting) else: self.do_generate_center_splitter_size = True # left panel splitter sizes are saved / read on use splitterSetting = settings.value("rightPanelSplitterSizes") if splitterSetting is not None: self.destinationPanel.splitter.restoreState(splitterSetting) else: self.destinationPanel.splitter.setSizes([200, 200]) def setDefaultWindowSize(self) -> None: """ Set window size so that the left and right panels show without a horizontal scroll bar, and show up to 3 columns of thumbnails """ available = self.screen.availableGeometry() # type: QRect available_width = available.width() frame_width = self.style().pixelMetric(QStyle.PM_DefaultFrameWidth) scroll_bar_width = ( self.style().pixelMetric(QStyle.PM_ScrollBarExtent) + frame_width ) spacing = self.layout().spacing() deviceComponent = ( self.deviceView.itemDelegate().deviceDisplay.dc ) # type: DeviceComponent # Minimum width will be updated as a scan occurs panel_width = max( deviceComponent.sample_width(), deviceComponent.minimum_width() ) panel_width += scroll_bar_width + frame_width * 3 left_panel = right_panel = panel_width wiggle_room = scroll_bar_width # Could do the calculation in this for loop without the loop, but this # code has the advantage of being a lot easier to understand / maintain for no_thumbnails in range(3, 0, -1): thumbnails_width = self.thumbnailView.width_required( no_thumbails=no_thumbnails ) preferred_width = ( self.leftBar.geometry().width() + spacing + left_panel + spacing + thumbnails_width + scroll_bar_width + spacing + right_panel + spacing + self.rightBar.geometry().width() + wiggle_room ) # Allow for a possible X11 window frame... which could be anything really if preferred_width < available_width - 4: break self.centerSplitter.setSizes( [left_panel, thumbnails_width + wiggle_room, right_panel] ) preferred_height = min(int(preferred_width / 1.5), available.height() - 4) logging.info( "Setting new window size of %sx%s with splitter sizes of %s, %s, and %s", preferred_width, preferred_height, left_panel, thumbnails_width, right_panel, ) self.resize(QSize(preferred_width, preferred_height)) def showEvent(self, event: QShowEvent) -> None: if self.on_startup: if ( self.do_generate_default_window_size or self.do_generate_center_splitter_size ): self.setDefaultWindowSize() super().showEvent(event) def setDownloadCapabilities(self) -> bool: """ Update the destination displays and download button :return: True if download destinations are capable of having all marked files downloaded to them """ marked_summary = self.thumbnailModel.getMarkedSummary() if self.prefs.backup_files: downloading_to = self.backup_devices.get_download_backup_device_overlap( photo_download_folder=self.prefs.photo_download_folder, video_download_folder=self.prefs.video_download_folder, ) self.backupPanel.setDownloadingTo(downloading_to=downloading_to) backups_good = self.updateBackupView(marked_summary=marked_summary) else: backups_good = True downloading_to = defaultdict(set) destinations_good = self.updateDestinationViews( marked_summary=marked_summary, downloading_to=downloading_to ) download_good = destinations_good and backups_good self.setDownloadActionState(download_good) self.destinationButton.setHighlighted(not destinations_good) self.backupButton.setHighlighted(not backups_good) return download_good def updateDestinationViews( self, marked_summary: MarkedSummary, downloading_to: Optional[DefaultDict[int, Set[FileType]]] = None, ) -> bool: """ Updates the header bar and storage space view for the photo and video download destinations. :return True if destinations required for the download exist, and there is sufficient space on them, else False. """ if self.unity_progress: available = self.thumbnailModel.getNoFilesMarkedForDownload() for launcher in self.desktop_launchers: if available: launcher.set_property("count", available) launcher.set_property("count_visible", True) else: launcher.set_property("count_visible", False) # Assume that invalid destination folders have already been reset to '' if self.prefs.photo_download_folder and self.prefs.video_download_folder: same_dev = same_device( self.prefs.photo_download_folder, self.prefs.video_download_folder ) else: same_dev = False merge = self.downloadIsRunning() return self.destinationPanel.updateDestinationPanelViews( same_dev=same_dev, merge=merge, marked_summary=marked_summary, downloading_to=downloading_to, ) @pyqtSlot() def updateThumbnailModelAfterProximityChange(self) -> None: """ Respond to the user selecting / deslecting temporal proximity cells """ self.thumbnailModel.updateAllDeviceDisplayCheckMarks() self.thumbnailModel.updateSelectionAfterProximityChange() self.thumbnailModel.resetHighlighting() def updateBackupView(self, marked_summary: MarkedSummary) -> bool: merge = self.downloadIsRunning() self.backupPanel.setDownloadAttributes( marked=marked_summary.marked, photos_size=marked_summary.size_photos_marked, videos_size=marked_summary.size_videos_marked, merge=merge, ) return self.backupPanel.sufficientSpaceAvailable() def setDownloadActionState(self, download_destinations_good: bool) -> None: """ Sets sensitivity of Download action to enable or disable it. Affects download button and menu item. :param download_destinations_good: whether the download destinations are valid and contain sufficient space for the download to proceed """ if not self.downloadIsRunning(): files_marked = False # Don't enable starting a download while devices are being scanned if len(self.devices.scanning) == 0: files_marked = self.thumbnailModel.filesAreMarkedForDownload() enabled = files_marked and download_destinations_good self.downloadAct.setEnabled(enabled) self.downloadButton.setEnabled(enabled) if files_marked: marked = self.thumbnailModel.getNoFilesAndTypesMarkedForDownload() files = marked.file_types_present_details() # Translators: %(variable)s represents Python code, not a plural of the # term variable. You must keep the %(variable)s untranslated, or the # program will crash. text = _("Download %(files)s") % dict(files=files) # type: str self.downloadButton.setText(text) else: self.downloadButton.setText(self.downloadAct.text()) else: self.downloadAct.setEnabled(True) self.downloadButton.setEnabled(True) def setDownloadActionLabel(self) -> None: """ Sets download action and download button text to correct value, depending on whether a download is occurring or not, including whether it is paused """ if self.devices.downloading: 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) if self.is_wsl2: self.menu.addAction(self.wslMountsAct) self.menu.addSeparator() self.menu.addAction(self.errorLogAct) self.menu.addAction(self.clearDownloadsAct) self.menu.addSeparator() self.menu.addAction(self.helpAct) self.menu.addAction(self.didYouKnowAct) 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 doShowWslMountsAction(self) -> None: self.wslDrives.showMountDrivesDialog() def doPreferencesAction(self) -> None: self.scan_all_again = self.scan_non_camera_devices_again = False self.search_for_devices_again = False self.start_monitoring_mount_count = False self.stop_monitoring_mount_count = False dialog = PreferencesDialog(prefs=self.prefs, parent=self) self.prefs_dialog_active = True dialog.exec() self.prefs_dialog_active = False self.prefs.sync() if self.scan_all_again or self.scan_non_camera_devices_again: self.rescanDevicesAndComputer( ignore_cameras=not self.scan_all_again, rescan_path=self.scan_all_again ) if self.search_for_devices_again: # Update the list of valid mounts logging.debug( "Updating the list of valid mounts after preference change to " "only_external_mounts" ) self.validMounts = ValidMounts( only_external_mounts=self.prefs.only_external_mounts ) self.searchForDevicesAgain() # Just to be extra safe, reset these values to their 'off' state: self.scan_all_again = self.scan_non_camera_devices_again = False self.search_for_devices_again = False if self.start_monitoring_mount_count: if self.mountMonitorTimer is None: self.startMountMonitorTimer() else: self.mountMonitorTimer.start() self.valid_mount_count = 0 if self.stop_monitoring_mount_count and self.mountMonitorActive(): self.mountMonitorTimer.stop() self.start_monitoring_mount_count = False self.stop_monitoring_mount_count = False def doErrorLogAction(self) -> None: self.errorLog.setVisible(self.errorLogAct.isChecked()) def doClearDownloadsAction(self): self.thumbnailModel.clearCompletedDownloads() def doHelpAction(self) -> None: webbrowser.open_new_tab("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 """ body = excepthook.please_report_problem_body.format( website="https://bugs.rapidphotodownloader.com" ) message = "{header}

      {body}".format(header=header, body=body) errorbox = standardMessageBox( message=message, rich_text=True, title=title, standardButtons=QMessageBox.Save | QMessageBox.Cancel, defaultButton=QMessageBox.Save, ) if errorbox.exec_() == QMessageBox.Save: excepthook.save_bug_report_tar( config_file=self.prefs.settings_path(), full_log_file_path=iplogging.full_log_file_path(), ) def doReportProblemAction(self) -> None: header = _("Thank you for reporting a problem in Rapid Photo Downloader") header = "{}".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() @pyqtSlot(bool) def thisComputerToggleValueChanged(self, on: bool) -> None: """ Respond to This Computer Toggle Switch :param on: whether switch is on or off """ if on: self.thisComputer.setViewVisible(bool(self.prefs.this_computer_path)) self.prefs.this_computer_source = on if not on: if len(self.devices.this_computer) > 0: scan_id = list(self.devices.this_computer)[0] self.removeDevice(scan_id=scan_id) self.prefs.this_computer_path = "" self.thisComputerFSView.clearSelection() if not self.on_startup: self.sourcePanel.setThisComputerState() @pyqtSlot() def thisComputerFileBrowserReset(self) -> None: if len(self.devices.this_computer) > 0: scan_id = list(self.devices.this_computer)[0] self.removeDevice(scan_id=scan_id) self.prefs.this_computer_path = "" @pyqtSlot(bool) def deviceToggleViewValueChange(self, on: bool) -> None: """ Respond to Devices Toggle Switch :param on: whether switch is on or off """ self.prefs.device_autodetection = on if not on: for scan_id in list(self.devices.volumes_and_cameras): self.removeDevice(scan_id=scan_id, adjust_temporal_proximity=False) state = self.proximityStatePostDeviceRemoval() if state == TemporalProximityState.empty: self.temporalProximity.setState(TemporalProximityState.empty) else: self.generateTemporalProximityTableData( "devices were removed as a download source" ) else: self.devicesViewToggledOn() def proximityStatePostDeviceRemoval(self) -> TemporalProximityState: """ :return: set correct proximity state after a device is removed """ # ignore devices that are scanning - we don't care about them, because the scan # could take a long time, especially with phones if len(self.devices) - len(self.devices.scanning) > 0: # Other already scanned devices are present return TemporalProximityState.regenerate else: return TemporalProximityState.empty @pyqtSlot() def devicesViewToggledOn(self) -> None: self.searchForCameras() self.setupNonCameraDevices() @pyqtSlot(QModelIndex) def thisComputerPathChosen(self, index: QModelIndex) -> None: """ Handle user selecting new device location path. Called after single click or folder being activated. :param index: cell clicked """ path = self.fileSystemModel.filePath(index.model().mapToSource(index)) if self.downloadIsRunning() and self.prefs.this_computer_path: # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. # Translators: please do not change HTML codes like
      , , , or , # etc. message = _( "Changing This Computer source path

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

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

      " "If you do change the path, the current download from This Computer " "will be cancelled." ) % dict( new_path=make_html_path_non_breaking(path), source_path=make_html_path_non_breaking(self.prefs.this_computer_path), ) msgbox = standardMessageBox( message=message, rich_text=True, standardButtons=QMessageBox.Yes | QMessageBox.No, ) if msgbox.exec() == QMessageBox.No: self.thisComputerFSView.goToPath(self.prefs.this_computer_path) return if path != self.prefs.this_computer_path: if self.prefs.this_computer_path: scan_id = self.devices.scan_id_from_path( self.prefs.this_computer_path, DeviceType.path ) if scan_id is not None: logging.debug( "Removing path from device view %s", self.prefs.this_computer_path, ) self.removeDevice(scan_id=scan_id) self.prefs.this_computer_path = path self.thisComputer.setViewVisible(True) self.setupManualPath() @pyqtSlot(QModelIndex) def photoDestinationPathChosen(self, index: QModelIndex) -> None: """ Handle user setting new photo download location Called after single click or folder being activated. :param index: cell clicked """ path = self.fileSystemModel.filePath(index.model().mapToSource(index)) self.photoDestinationSetPath(path=path) def photoDestinationSetPath(self, path: str) -> None: if not self.checkChosenDownloadDestination(path, FileType.photo): return 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.destinationPanel.photoDestinationDisplay.setDestination(path=path) self.setDownloadCapabilities() else: logging.error("Invalid photo download destination chosen: %s", path) self.resetDownloadDestination(file_type=FileType.photo) def photoDestinationReset(self) -> None: self.photoDestinationSetPath(path=platform_photos_directory()) self.photoDestinationFSView.goToPath(self.prefs.photo_download_folder) def videoDestinationReset(self) -> None: self.videoDestinationSetPath(path=platform_videos_directory()) self.videoDestinationFSView.goToPath(self.prefs.video_download_folder) @pyqtSlot() def fileSystemFilterInvalidated(self) -> None: self.photoDestinationFSView.selectionModel().clear() self.photoDestinationFSView.goToPath(self.prefs.photo_download_folder) self.videoDestinationFSView.selectionModel().clear() self.videoDestinationFSView.goToPath(self.prefs.video_download_folder) if self.prefs.this_computer_source: self.thisComputerFSView.selectionModel().clear() self.thisComputerFSView.goToPath(self.prefs.this_computer_path) def checkChosenDownloadDestination(self, path: str, file_type: FileType) -> bool: """ Check the path the user has chosen to ensure it's not a provisional download subfolder. If it is a download subfolder that already existed, confirm with the user that they did in fact want to use that destination. :param path: path chosen :param file_type: whether for photos or videos :return: False if the path is problematic and should be ignored, else True """ problematic = self.downloadIsRunning() if problematic: message = _("You cannot change the download destination while downloading.") msgbox = standardMessageBox( message=message, rich_text=False, standardButtons=QMessageBox.Ok, iconType=QMessageBox.Warning, ) msgbox.exec() else: problematic = path in self.fileSystemModel.preview_subfolders if not problematic and path in self.fileSystemModel.download_subfolders: message = _( "Confirm Download Destination

      Are you sure you want to " "set the %(file_type)s download destination to %(path)s?" ) % dict(file_type=file_type.name, path=make_html_path_non_breaking(path)) msgbox = standardMessageBox( message=message, rich_text=True, standardButtons=QMessageBox.Yes | QMessageBox.No, ) problematic = msgbox.exec() == QMessageBox.No if problematic: if file_type == FileType.photo and self.prefs.photo_download_folder: self.photoDestinationFSView.goToPath(self.prefs.photo_download_folder) elif file_type == FileType.video and self.prefs.video_download_folder: self.videoDestinationFSView.goToPath(self.prefs.video_download_folder) return False return True def resetDownloadDestination( self, file_type: FileType, do_update: bool = True ) -> None: """ Handle cases where user clicked on an invalid download directory, or the directory simply having disappeared, or the user resets the destination :param file_type: type of destination to work on :param do_update: if True, update watched folders, provisional download folders and update the UI to reflect new download capabilities """ if file_type == FileType.photo: self.prefs.photo_download_folder = "" self.destinationPanel.photoDestinationWidget.setViewVisible(False) else: self.prefs.video_download_folder = "" self.destinationPanel.videoDestinationWidget.setViewVisible(False) if do_update: self.watchedDownloadDirs.updateWatchPathsFromPrefs(self.prefs) self.folder_preview_manager.change_destination() self.setDownloadCapabilities() @pyqtSlot(QModelIndex) def videoDestinationPathChosen(self, index: QModelIndex) -> None: """ Handle user setting new video download location Called after single click or folder being activated. :param index: cell clicked """ path = self.fileSystemModel.filePath(index.model().mapToSource(index)) self.videoDestinationSetPath(path=path) def videoDestinationSetPath(self, path: str) -> None: if not self.checkChosenDownloadDestination(path, FileType.video): return 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.destinationPanel.videoDestinationDisplay.setDestination(path=path) self.setDownloadCapabilities() else: logging.error("Invalid video download destination chosen: %s", path) self.resetDownloadDestination(file_type=FileType.video) @pyqtSlot() def downloadButtonClicked(self) -> None: if self.download_paused: logging.debug("Download resumed") self.resumeDownload() else: if self.downloadIsRunning(): self.pauseDownload() else: start_download = True if ( self.prefs.warn_downloading_all and self.thumbnailModel.anyCheckedFilesFiltered() ): message = _( """ Downloading all files

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

      Do you want to proceed with the download?""" ) warning = RememberThisDialog( message=message, icon=":/rapid-photo-downloader.svg", remember=RememberThisMessage.do_not_ask_again, parent=self, ) start_download = warning.exec_() if warning.remember: self.prefs.warn_downloading_all = False if start_download: logging.debug("Download activated") if self.jobCodePanel.needToPromptForJobCode(): if self.jobCodePanel.getJobCodeBeforeDownload(): self.startDownload() else: self.startDownload() def pauseDownload(self) -> None: """ Pause the copy files processes """ self.dl_update_timer.stop() self.download_paused = True self.sendPauseToThread(self.copy_controller) self.setDownloadActionLabel() self.time_check.pause() self.displayMessageInStatusBar() def resumeDownload(self) -> None: """ Resume a download after it has been paused, and start downloading from any queued auto-start downloads """ for scan_id in self.devices.downloading: self.time_remaining.set_time_mark(scan_id) self.time_check.set_download_mark() self.sendResumeToThread(self.copy_controller) self.download_paused = False self.dl_update_timer.start() self.download_start_time = time.time() self.setDownloadActionLabel() self.immediatelyDisplayDownloadRunningInStatusBar() for scan_id in self.devices.queued_to_download: self.startDownload(scan_id=scan_id) self.devices.queued_to_download = set() def downloadIsRunning(self) -> bool: """ :return True if a file is currently being downloaded, renamed or backed up, else False """ if not self.devices.downloading: if self.prefs.backup_files: return not self.download_tracker.all_files_backed_up() else: return False else: return True def startDownload(self, scan_id: int = None) -> None: """ Start download, renaming and backup of files. :param scan_id: if specified, only files matching it will be downloaded """ logging.debug("Start Download phase 1 has started") if self.prefs.backup_files: self.initializeBackupThumbCache() self.download_files = self.thumbnailModel.getFilesMarkedForDownload(scan_id) # model, port camera_unmounts_called = set() # type: Set[Tuple[str, str]] stop_thumbnailing_cmd_issued = False stop_thumbnailing = [ scan_id for scan_id in self.download_files.camera_access_needed if scan_id in self.devices.thumbnailing ] for scan_id in stop_thumbnailing: device = self.devices[scan_id] if scan_id not in self.thumbnailModel.generating_thumbnails: logging.debug( "Not terminating thumbnailing of %s because it's not in the " "thumbnail manager", device.display_name, ) else: logging.debug( "Terminating thumbnailing for %s because a download is starting", device.display_name, ) self.thumbnailModel.terminateThumbnailGeneration(scan_id) self.devices.cameras_to_stop_thumbnailing.add(scan_id) stop_thumbnailing_cmd_issued = True if self.gvfs_controls_mounts: mount_points = {} # If a device was being thumbnailed, then it wasn't mounted by GVFS # Therefore filter out the cameras we've already requested their # thumbnailing be stopped still_to_check = [ scan_id for scan_id in self.download_files.camera_access_needed if scan_id not in stop_thumbnailing ] for scan_id in still_to_check: # This next value is likely *always* True, but check nonetheless if self.download_files.camera_access_needed[scan_id]: device = self.devices[scan_id] model = device.camera_model port = device.camera_port mount_point = self.gvolumeMonitor.ptpCameraMountPoint(model, port) if mount_point is not None: self.devices.cameras_to_gvfs_unmount_for_download.add(scan_id) camera_unmounts_called.add((model, port)) mount_points[(model, port)] = mount_point if len(camera_unmounts_called): logging.info( "%s camera(s) need to be unmounted by GVFS before the download " "begins", len(camera_unmounts_called), ) for model, port in camera_unmounts_called: self.gvolumeMonitor.unmountCamera( model, port, post_unmount_action=PostCameraUnmountAction.download, mount_point=mount_points[(model, port)], ) if not camera_unmounts_called and not stop_thumbnailing_cmd_issued: self.startDownloadPhase2() def startDownloadPhase2(self) -> None: logging.debug("Start Download phase 2 has started") download_files = self.download_files invalid_dirs = self.invalidDownloadFolders(download_files.download_types) if invalid_dirs: if len(invalid_dirs) > 1: # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. msg = _( "These download folders are invalid:\n%(folder1)s\n%(folder2)s" ) % {"folder1": invalid_dirs[0], "folder2": invalid_dirs[1]} else: msg = _("This download folder is invalid:\n%s") % invalid_dirs[0] msgBox = QMessageBox(self) msgBox.setIcon(QMessageBox.Critical) msgBox.setWindowTitle(_("Download Failure")) msgBox.setText(_("The download cannot proceed.")) msgBox.setInformativeText(msg) msgBox.exec() else: missing_destinations = self.backup_devices.backup_destinations_missing( download_files.download_types ) if missing_destinations is not None: # Warn user that they have specified that they want to # backup a file type, but no such folder exists on backup # devices if self.prefs.backup_device_autodetection: if missing_destinations == BackupFailureType.photos_and_videos: logging.warning( "Photos and videos will not be backed up because there " "is nowhere to back them up" ) msg = _( "Photos and videos will not be backed up because there is " "nowhere to back them up. Do you still want to start the " "download?" ) elif missing_destinations == BackupFailureType.photos: logging.warning("No backup device exists for backing up photos") # Translators: filetype will be replaced with 'photos' or 'videos' # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. msg = _( "No backup device exists for backing up %(filetype)s. Do " "you still want to start the download?" ) % {"filetype": _("photos")} else: logging.warning( "No backup device contains a valid folder for backing up " "videos" ) # Translators: filetype will be replaced with 'photos' or 'videos' # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. msg = _( "No backup device exists for backing up %(filetype)s. Do " "you still want to start the download?" ) % {"filetype": _("videos")} else: if missing_destinations == BackupFailureType.photos_and_videos: logging.warning( "The manually specified photo and videos backup paths do " "not exist or are not writable" ) # Translators: please do not change HTML codes like
      , , , or # , etc. msg = _( "The photo and video backup destinations do not exist or " "cannot be written to.

      Do you still want to " "start the download?" ) elif missing_destinations == BackupFailureType.photos: logging.warning( "The manually specified photo backup path does not exist " "or is not writable" ) # Translators: filetype will be replaced by either 'photo' or 'video' # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. # Translators: please do not change HTML codes like
      , , , or # , etc. msg = _( "The %(filetype)s backup destination does not exist or " "cannot be written to.

      Do you still want to " "start the download?" ) % {"filetype": _("photo")} else: logging.warning( "The manually specified video backup path does not exist " "or is not writable" ) # Translators: filetype will be replaced by either 'photo' or 'video' # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. # Translators: please do not change HTML codes like
      , , , or # , etc. msg = _( "The %(filetype)s backup destination does not exist or " "cannot be written to.

      Do you still want to " "start the download?" ) % {"filetype": _("video")} if self.prefs.warn_backup_problem: warning = RememberThisDialog( message=msg, icon=":/rapid-photo-downloader.svg", remember=RememberThisMessage.do_not_ask_again, parent=self, title=_("Backup problem"), ) do_download = warning.exec() if warning.remember: self.prefs.warn_backup_problem = False if not do_download: return # Set time download is starting if it is not already set # it is unset when all downloads are completed # It is used in file renaming if self.download_start_datetime is None: self.download_start_datetime = datetime.datetime.now() # The download start time (not datetime) is used to determine # when to show the time remaining and download speed in the status bar if self.download_start_time is None: self.download_start_time = time.time() # Set status to download pending self.thumbnailModel.markDownloadPending(download_files.files) # disable refresh and the changing of various preferences while # the download is occurring self.enablePrefsAndRefresh(enabled=False) # notify renameandmovefile process to read any necessary values # from the program preferences data = RenameAndMoveFileData(message=RenameAndMoveStatus.download_started) self.sendDataMessageToThread(self.rename_controller, data=data) # notify backup processes to reset their problem reports self.sendBackupStartFinishMessageToWorkers(BackupStatus.backup_started) # Maximum value of progress bar may have been set to the number # of thumbnails being generated. Reset it to use a percentage. self.downloadProgressBar.setMaximum(100) for scan_id in download_files.files: files = download_files.files[scan_id] # if generating thumbnails for this scan_id, stop it if self.thumbnailModel.terminateThumbnailGeneration(scan_id): generate_thumbnails = self.thumbnailModel.markThumbnailsNeeded( files ) else: generate_thumbnails = False self.downloadFiles( files=files, scan_id=scan_id, download_stats=download_files.download_stats[scan_id], generate_thumbnails=generate_thumbnails, ) self.setDownloadActionLabel() def downloadFiles( self, files: List[RPDFile], scan_id: int, download_stats: DownloadStats, generate_thumbnails: bool, ) -> None: """ :param files: list of the files to download :param scan_id: the device from which to download the files :param download_stats: count of files and their size :param generate_thumbnails: whether thumbnails must be generated in the copy files process. """ model = self.mapModel(scan_id) model.setSpinnerState(scan_id, DeviceState.downloading) if download_stats.no_photos > 0: photo_download_folder = self.prefs.photo_download_folder else: photo_download_folder = None if download_stats.no_videos > 0: video_download_folder = self.prefs.video_download_folder else: video_download_folder = None self.download_tracker.init_stats(scan_id=scan_id, stats=download_stats) download_size = ( download_stats.photos_size_in_bytes + download_stats.videos_size_in_bytes ) if self.prefs.backup_files: download_size += ( len(self.backup_devices.photo_backup_devices) * download_stats.photos_size_in_bytes ) + ( len(self.backup_devices.video_backup_devices) * download_stats.videos_size_in_bytes ) self.time_remaining[scan_id] = download_size self.time_check.set_download_mark() self.devices.set_device_state(scan_id, DeviceState.downloading) self.updateProgressBarState() self.immediatelyDisplayDownloadRunningInStatusBar() self.setDownloadActionState(True) if not self.dl_update_timer.isActive(): self.dl_update_timer.start() if self.autoStart(scan_id) and self.prefs.generate_thumbnails: for rpd_file in files: rpd_file.generate_thumbnail = True generate_thumbnails = True verify_file = self.prefs.verify_file # Initiate copy files process device = self.devices[scan_id] copyfiles_args = CopyFilesArguments( scan_id=scan_id, device=device, photo_download_folder=photo_download_folder, video_download_folder=video_download_folder, files=files, verify_file=verify_file, generate_thumbnails=generate_thumbnails, log_gphoto2=self.log_gphoto2, ) self.sendStartWorkerToThread( self.copy_controller, worker_id=scan_id, data=copyfiles_args ) @pyqtSlot(int, str, str) def tempDirsReceivedFromCopyFiles( self, scan_id: int, photo_temp_dir: str, video_temp_dir: str ) -> None: self.fileSystemFilter.setTempDirs([photo_temp_dir, video_temp_dir]) self.temp_dirs_by_scan_id[scan_id] = list( filter(None, [photo_temp_dir, video_temp_dir]) ) def cleanAllTempDirs(self): """ Deletes temporary files and folders used in all downloads. """ if self.temp_dirs_by_scan_id: logging.debug("Cleaning temporary directories") for scan_id in self.temp_dirs_by_scan_id: self.cleanTempDirsForScanId(scan_id, remove_entry=False) self.temp_dirs_by_scan_id = {} def cleanTempDirsForScanId(self, scan_id: int, remove_entry: bool = True): """ Deletes temporary files and folders used in download. :param scan_id: the scan id associated with the temporary directory :param remove_entry: if True, remove the scan_id from the dictionary tracking temporary directories """ home_dir = os.path.expanduser("~") for d in self.temp_dirs_by_scan_id[scan_id]: assert d != home_dir if os.path.isdir(d): try: shutil.rmtree(d, ignore_errors=True) except: 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 if self.prompt_for_survey_post_download: self.prompt_for_survey_post_download = False self.promptForSurvey() @pyqtSlot("PyQt_PyObject") def addErrorLogMessage(self, problems: Problems) -> None: self.errorLog.addProblems(problems) increment = len(problems) if not self.errorLog.isActiveWindow(): self.errorsPending.incrementCounter(increment=increment) def immediatelyDisplayDownloadRunningInStatusBar(self): """ Without any delay, immediately change the status bar message so the user knows the download has started. """ self.statusBar().showMessage(self.devices.downloading_from()) @pyqtSlot() def displayDownloadRunningInStatusBar(self): """ Display a message in the status bar about the current download """ if not self.downloadIsRunning(): self.dl_update_timer.stop() self.displayMessageInStatusBar() return updated, download_speed = self.time_check.update_download_speed() if updated: downloading = self.devices.downloading_from() time_remaining = self.time_remaining.time_remaining( self.prefs.detailed_time_remaining ) if ( time_remaining is None or time.time() < self.download_start_time + constants.ShowTimeAndSpeedDelay ): message = downloading else: # Translators - in the middle is a unicode em dash - please retain it # This string is displayed in the status bar when the download is running # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. message = _( "%(downloading_from)s — %(time_left)s left (%(speed)s)" ) % dict( downloading_from=downloading, time_left=time_remaining, speed=download_speed, ) self.statusBar().showMessage(message) def enablePrefsAndRefresh(self, enabled: bool) -> None: """ Disable the user being to access the refresh command or change various program preferences while a download is occurring. :param enabled: if True, then the user is able to activate the preferences and refresh commands. """ self.refreshAct.setEnabled(enabled) self.preferencesAct.setEnabled(enabled) self.renamePanel.setEnabled(enabled) self.backupPanel.setEnabled(enabled) self.jobCodePanel.setEnabled(enabled) def unmountVolume(self, scan_id: int) -> None: """ Cameras are already unmounted, so no need to unmount them! :param scan_id: the scan id of the device to be umounted """ device = self.devices[scan_id] # type: Device if device.device_type == DeviceType.volume: if self.is_wsl2: self.wslDrives.unmountDrives(at_exit=False, mount_point=device.path) elif self.gvfs_controls_mounts: self.gvolumeMonitor.unmountVolume(path=device.path) else: self.udisks2Unmount.emit(device.path) def deleteSourceFiles(self, scan_id: int) -> None: """ Delete files from download device at completion of download """ # TODO delete from cameras and from other devices # TODO should assign this to a process or a thread, and delete then to_delete = self.download_tracker.get_files_to_auto_delete(scan_id) 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 = standardMessageBox( message=message, rich_text=True, standardButtons=QMessageBox.Ok, iconType=QMessageBox.Warning, ) msgBox.exec() def deviceState(self, scan_id: int) -> DeviceState: """ What the device is being used for at the present moment. :param scan_id: device to check :return: DeviceState """ return self.devices.device_state[scan_id] @pyqtSlot( "PyQt_PyObject", "PyQt_PyObject", FileTypeCounter, "PyQt_PyObject", bool, bool ) def scanFilesReceived( self, rpd_files: List[RPDFile], sample_files: List[RPDFile], file_type_counter: FileTypeCounter, file_size_sum: FileSizeSum, entire_video_required: 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.destinationPanel.photoDestinationDisplay.sample_rpd_file = ( self.devices.sample_photo ) if sample_video is not None: logging.info( "Updating example file name using sample video from %s", device.display_name, ) self.devices.sample_video = sample_video # type: Video self.renamePanel.setSampleVideo(self.devices.sample_video) # sample required for editing download subfolder generation self.destinationPanel.videoDestinationDisplay.sample_rpd_file = ( self.devices.sample_video ) if device.device_type == DeviceType.camera: # irrelevant when using FUSE if entire_video_required is not None: device.entire_video_required = entire_video_required if entire_photo_required is not None: device.entire_photo_required = entire_photo_required device.file_type_counter = file_type_counter device.file_size_sum = file_size_sum self.mapModel(scan_id).updateDeviceScan(scan_id) self.thumbnailModel.addFiles( scan_id=scan_id, rpd_files=rpd_files, generate_thumbnail=not self.autoStart(scan_id), ) self.folder_preview_manager.add_rpd_files(rpd_files=rpd_files) @pyqtSlot(int, CameraErrorCode, str) def scanErrorReceived( self, scan_id: int, error_code: CameraErrorCode, error_message: str ) -> None: """ Notify the user their camera/phone is inaccessible. :param scan_id: scan id of the device :param error_code: the specific libgphoto2 error, mapped onto our own enum """ if scan_id not in self.devices: return # During program startup, the main window may not yet be showing self.showMainWindow() # An error occurred device = self.devices[scan_id] camera_model = device.display_name if error_code == CameraErrorCode.locked: title = _("Rapid Photo Downloader") # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. # Translators: please do not change HTML codes like
      , , , or , etc. message = _( "All files on the %(camera)s are inaccessible.

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

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

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

      " "Alternatively, you can ignore the %(camera)s." ) % {"camera": camera_model} elif error_code == CameraErrorCode.inaccessible: title = _("Rapid Photo Downloader") # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. # Translators: please do not change HTML codes like
      , , , or , etc. message = _( "The %(camera)s appears to be in use by another " "application.

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

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

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

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

      " "Alternatively, you can ignore the %(camera)s." ) % {"camera": camera_model} elif error_code == CameraErrorCode.pair: title = _("Rapid Photo Downloader") message = ( "" + _("Enable access to the iOS Device") + "

      {}".format(error_message) ) else: title = _("Rapid Photo Downloader") message = "Unknown error" msgBox = QMessageBox( QMessageBox.Warning, title, message, QMessageBox.NoButton, self ) msgBox.setIconPixmap(self.devices[scan_id].get_pixmap()) msgBox.addButton(_("&Try Again"), QMessageBox.AcceptRole) msgBox.addButton(_("&Ignore This Device"), QMessageBox.RejectRole) self.prompting_for_user_action[device] = msgBox role = msgBox.exec_() if role == QMessageBox.AcceptRole: self.sendResumeToThread(self.scan_controller, worker_id=scan_id) else: self.removeDevice(scan_id=scan_id, show_warning=False) del self.prompting_for_user_action[device] @pyqtSlot(int, "PyQt_PyObject", "PyQt_PyObject", str, str, bool) def scanDeviceDetailsReceived( self, scan_id: int, storage_space: List[StorageSpace], storage_descriptions: List[str], optimal_display_name: str, mount_point: str, is_apple_mobile: bool, ) -> None: """ Update GUI display and rows DB with definitive camera display name :param scan_id: scan id of the device :param storage_space: storage information on the device e.g. memory card(s) capacity and use :param storage_desctriptions: names of storage on a camera :param optimal_display_name: canonical name of the device, as reported by libgphoto2 :param mount_point: FUSE mount point, e.g. for iOS devices :param is_apple_mobile: True if device is iOS device """ if scan_id in self.devices: device = self.devices[scan_id] logging.debug( "%s with scan id %s is now known as %s", device.display_name, scan_id, optimal_display_name, ) if len(storage_space) > 1: logging.debug( "%s has %s storage devices", optimal_display_name, len(storage_space), ) if not storage_descriptions and not is_apple_mobile: logging.warning( "No storage descriptors available for %s", optimal_display_name ) else: if len(storage_descriptions) == 1: msg = "description" else: msg = "descriptions" logging.debug("Storage %s: %s", msg, ", ".join(storage_descriptions)) device.update_camera_attributes( display_name=optimal_display_name, storage_space=storage_space, storage_descriptions=storage_descriptions, mount_point=mount_point, is_apple_mobile=is_apple_mobile, ) self.updateSourceButton() self.deviceModel.updateDeviceNameAndStorage(scan_id, device) self.thumbnailModel.addOrUpdateDevice(scan_id=scan_id) self.updateDeviceWidgetGeometry(device_type=device.device_type) else: logging.debug( "Ignoring optimal display name %s and other details because that " "device was removed", optimal_display_name, ) @pyqtSlot(int, "PyQt_PyObject") def scanProblemsReceived(self, scan_id: int, problems: Problems) -> None: self.addErrorLogMessage(problems=problems) @pyqtSlot(int) def scanFatalError(self, scan_id: int) -> None: try: device = self.devices[scan_id] except KeyError: logging.debug( "Got scan error from device that no longer exists (scan_id %s)", scan_id ) return h1 = ( _("Sorry, an unexpected problem occurred while scanning %s.") % device.display_name ) h2 = _("Unfortunately you cannot download from this device.") header = "{}

      {}".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) self.temporalProximity.setProximityHeight() self.sourcePanel.setSplitterSize() def closeEvent(self, event: QCloseEvent) -> None: logging.debug("Close event activated") if self.is_wsl2: if not self.wslDrives.unmountDrives(at_exit=True): logging.debug( "Ignoring close event because user cancelled unmount drives" ) event.ignore() return # TODO test what happens when a download is running and is wsl2 with auto unmount if self.close_event_run: logging.debug("Close event already run: accepting close event") event.accept() return if self.application_state == ApplicationState.normal: self.application_state = ApplicationState.exiting self.sendStopToThread(self.scan_controller) self.thumbnailModel.stopThumbnailer() self.sendStopToThread(self.copy_controller) if self.downloadIsRunning(): logging.debug("Exiting while download is running. Cleaning up...") # Update prefs with stored sequence number and downloads today # values data = RenameAndMoveFileData( message=RenameAndMoveStatus.download_completed ) self.sendDataMessageToThread(self.rename_controller, data=data) # renameandmovefile process will send a message with the # updated sequence values. When that occurs, # this application will save the sequence values to the # program preferences, resume closing and this close event # will again be called, but this time the application state # flag will indicate the need to resume below. logging.debug("Ignoring close event") event.ignore() return # Incidentally, it's the renameandmovefile process that # updates the SQL database with the file downloads, # so no need to update or close it in this main process if self.is_wsl2: QTimer.singleShot(0, self.wslDriveMonitor.stopMonitor) if self.mountMonitorActive(): self.mountMonitorTimer.stop() if self.unity_progress: for launcher in self.desktop_launchers: launcher.set_property("count", 0) launcher.set_property("count_visible", False) launcher.set_property("progress_visible", False) self.writeWindowSettings() logging.debug("Cleaning up provisional download folders") self.folder_preview_manager.remove_preview_folders() # write settings before closing error log window self.errorLog.done(0) logging.debug("Terminating main ExifTool process") self.exiftool_process.terminate() self.sendStopToThread(self.offload_controller) self.offloadThread.quit() if not self.offloadThread.wait(500): self.sendTerminateToThread(self.offload_controller) self.sendStopToThread(self.rename_controller) self.renameThread.quit() if not self.renameThread.wait(500): self.sendTerminateToThread(self.rename_controller) self.scanThread.quit() if not self.scanThread.wait(2000): self.sendTerminateToThread(self.scan_controller) self.copyfilesThread.quit() if not self.copyfilesThread.wait(1000): self.sendTerminateToThread(self.copy_controller) self.sendStopToThread(self.backup_controller) self.backupThread.quit() if not self.backupThread.wait(1000): self.sendTerminateToThread(self.backup_controller) if self.use_udsisks: self.udisks2MonitorThread.quit() self.udisks2MonitorThread.wait() self.cameraHotplugThread.quit() self.cameraHotplugThread.wait() elif self.gvfs_controls_mounts: del self.gvolumeMonitor elif self.wslDriveMonitor: # QTimer.singleShot(0, self.wslDriveMonitor.stopMonitor) self.wslDriveMonitorThread.quit() self.wslDriveMonitorThread.wait() 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() logging.debug("Unmounting any devices mounted with FUSE") self.devices.unmount_fuse_devices() tc = ThumbnailCacheSql(create_table_if_not_exists=False) logging.debug("Cleaning up Thumbnail cache") tc.cleanup_cache(days=self.prefs.keep_thumbnails_days) Notify.uninit() self.close_event_run = True logging.debug("Accepting close event") event.accept() def getIconsAndEjectableForMount( self, mount: QStorageInfo ) -> Tuple[List[str], bool]: """ Given a mount, get the icon names suggested by udev or GVFS, and determine whether the mount is ejectable or not. :param mount: the mount to check :return: icon names and eject boolean :rtype Tuple[str, bool] """ if self.is_wsl2: mount_point = mount.rootPath() assert self.wslDrives.knownMountPoint(mount_point) icon_names, can_eject = self.wslDrives.driveProperties( mount_point=mount_point ) elif self.gvfs_controls_mounts: icon_names, can_eject = self.gvolumeMonitor.getProps(mount.rootPath()) else: # get the system device e.g. /dev/sdc1 system_device = mount.device().data().decode() icon_names, can_eject = self.udisks2Monitor.get_device_props(system_device) return icon_names, can_eject def addToDeviceDisplay(self, device: Device, scan_id: int) -> None: self.mapModel(scan_id).addDevice(scan_id, device) self.updateDeviceWidgetGeometry(device_type=device.device_type) def updateDeviceWidgetGeometry(self, device_type: DeviceType): if device_type != DeviceType.path: self.deviceView.updateGeometry() if device_type == DeviceType.path: self.thisComputerView.updateGeometry() @pyqtSlot() def cameraAdded(self) -> None: if not self.prefs.device_autodetection: logging.debug("Ignoring camera as device auto detection is off") else: logging.debug( "Assuming camera will not be mounted: immediately proceeding with scan" ) self.searchForCameras() @pyqtSlot() def cameraRemoved(self) -> None: """ Handle the possible removal of a camera by comparing the cameras the OS knows about compared to the cameras we are tracking. Remove tracked cameras if they are not on the OS. We need this brute force method because I don't know if it's possible to query GIO or udev to return the info needed by libgphoto2 """ logging.debug("Examining system for removed camera") sc = autodetect_cameras(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, or was never " "added", scan_id, ) else: device = self.devices[scan_id] # Don't log a warning when the camera was removed while the user was # being informed it was locked or inaccessible show_warning = 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.gvfs_controls_mounts self.searchForCameras() def unmountCameraToEnableScan(self, model: str, port: str) -> bool: """ Possibly "unmount" a camera or phone controlled by GVFS so it can be scanned :param model: camera model :param port: port used by camera :param on_startup: if True, the unmount is occurring during the program's startup phase :return: True if unmount operation initiated, else False """ if self.gvfs_controls_mounts: self.devices.cameras_to_gvfs_unmount_for_scan[port] = model unmounted = self.gvolumeMonitor.unmountCamera( model=model, port=port, post_unmount_action=PostCameraUnmountAction.scan, ) if unmounted: logging.debug("Successfully unmounted %s", model) return True else: logging.debug("%s was not already mounted", model) del self.devices.cameras_to_gvfs_unmount_for_scan[port] return False @pyqtSlot(bool, str, str, PostCameraUnmountAction) def cameraUnmounted( self, result: bool, model: str, port: str, post_camera_unmount_action: PostCameraUnmountAction, ) -> None: """ Handle the attempt to unmount a GVFS mounted camera. Note: cameras that have not yet been scanned do not yet have a scan_id assigned! An obvious point, but easy to forget. :param result: result from the GVFS operation :param model: camera model :param port: camera port :param download_started: whether the unmount happened because a download was initiated """ if post_camera_unmount_action == PostCameraUnmountAction.scan: assert self.devices.cameras_to_gvfs_unmount_for_scan[port] == model del self.devices.cameras_to_gvfs_unmount_for_scan[port] if result: self.startCameraScan(model=model, port=port) else: # Get the camera's short model name, instead of using the exceptionally # long name that gphoto2 can sometimes use. Get the icon too. camera = Device() camera.set_download_from_camera(model, port) logging.debug( "Not scanning %s because it could not be unmounted", camera.display_name, ) # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. # Translators: please do not change HTML codes like
      , , , or , # etc. message = _( "The %(camera)s cannot be scanned because it cannot be " "unmounted.

      You can close any other application (such " "as a file browser) that is using it and try again. If that does " "not work, unplug the %(camera)s from the computer and plug it " "in again." ) % dict(camera=camera.display_name) # Show the main window if it's not yet visible self.showMainWindow() msgBox = standardMessageBox( message=message, rich_text=True, standardButtons=QMessageBox.Ok, iconPixmap=camera.get_pixmap(), ) msgBox.exec() elif post_camera_unmount_action == PostCameraUnmountAction.download: # A download was initiated scan_id = self.devices.scan_id_from_camera_model_port(model, port) self.devices.cameras_to_gvfs_unmount_for_download.remove(scan_id) if result: if not self.devices.download_start_blocked(): self.startDownloadPhase2() else: camera = self.devices[scan_id] display_name = camera.display_name title = _("Rapid Photo Downloader") # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. # Translators: please do not change HTML codes like
      , , , or , # etc. message = _( "The download cannot start because the %(camera)s cannot be " "unmounted.

      You can close any other application (such " "as a file browser) that is using it and try again. If that does " "not work, unplug the %(camera)s from the computer and plug it " "in again, and choose which files you want to download from it." ) % dict(camera=display_name) msgBox = QMessageBox( QMessageBox.Warning, title, message, QMessageBox.Ok ) msgBox.setIconPixmap(camera.get_pixmap()) msgBox.exec_() else: scan_id = self.devices.scan_id_from_camera_model_port(model, port) if scan_id: device = self.devices[scan_id] name = device.display_name else: name = "" logging.debug("Taking no additional action after unmounting %s", name) def searchForCameras(self) -> None: """ Detect using gphoto2 any cameras attached to the computer. Initiates unmount of cameras that are mounted by GIO/GVFS. """ logging.debug("Searching for cameras") if self.prefs.device_autodetection: cameras = autodetect_cameras(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): if self.gvfs_controls_mounts: mount_point = self.gvolumeMonitor.ptpCameraMountPoint( model, port ) if mount_point is not None: scan_id = self.devices.scan_id_from_camera_model_port( model, port ) if scan_id is None: logging.critical( "Camera is recognized by model and port, but no " "scan_id exists for it: %s %s", model, port, ) return device = self.devices[scan_id] if device.is_apple_mobile: logging.info( "GIO has automatically mounted an iOS device '%s' " "that is currently %s", device.display_name, self.devices.device_state[scan_id].name, ) else: logging.info( "GIO has automatically mounted a camera '%s' that " "is currently %s", device.display_name, self.devices.device_state[scan_id].name, ) logging.info( "Will subsequently unmount '%s'", device.display_name ) self.gvolumeMonitor.unmountCamera( model, port, post_unmount_action=PostCameraUnmountAction.nothing, mount_point=mount_point, ) elif self.devices.user_marked_camera_as_ignored(model, port): logging.debug("Ignoring camera marked as removed by user %s", model) elif not port.startswith("disk:"): device = Device() device.set_download_from_camera(model, port) if device.udev_name in self.prefs.camera_blacklist: logging.debug("Ignoring blacklisted camera %s", model) elif ( device.is_apple_mobile and not storageidevice.utilities_present() ): logging.warning( "Ignoring iOS device '%s' because required helper " "applications are not installed.", device.display_name, ) logging.warning( "Missing applications: %s", make_internationalized_list( storageidevice.ios_missing_programs() ), ) self.iOSIssueErrorMessage(display_name=device.display_name) else: logging.debug("Detected %s on port %s", model, port) self.devices.cache_camera(device) # almost always, libgphoto2 cannot access a camera when # it is mounted by another process, like Gnome's GVFS # or any other system. Before attempting to scan the # camera, check to see if it's mounted and if so, # unmount it. Unmounting is asynchronous. if not self.unmountCameraToEnableScan(model=model, port=port): self.startCameraScan(model=model, port=port) def startCameraScan( self, model: str, port: str, ) -> None: """ Initiate the scan of an unmounted camera :param model: camera model :param port: camera port """ device = self.devices.remove_camera_from_cache(model, port) if device is None: device = Device() device.set_download_from_camera(model, port) self.startDeviceScan(device=device) def startDeviceScan(self, device: Device) -> None: """ Initiate the scan of a device (camera, this computer path, or external device) :param device: device to scan """ scan_id = self.devices.add_device(device=device, on_startup=self.on_startup) logging.debug("Assigning scan id %s to %s", scan_id, device.name()) self.thumbnailModel.addOrUpdateDevice(scan_id) self.addToDeviceDisplay(device, scan_id) self.updateSourceButton() scan_arguments = ScanArguments( device=device, ignore_other_types=self.ignore_other_photo_types, log_gphoto2=self.log_gphoto2, ) self.sendStartWorkerToThread( self.scan_controller, worker_id=scan_id, data=scan_arguments ) self.devices.set_device_state(scan_id, DeviceState.scanning) self.setDownloadCapabilities() self.updateProgressBarState() self.displayMessageInStatusBar() if not self.on_startup and self.thumbnailModel.anyCompletedDownloads(): if self.prefs.completed_downloads == int(CompletedDownloads.prompt): logging.info("Querying whether to clear completed downloads") counter = self.thumbnailModel.getFileDownloadsCompleted() numbers = counter.file_types_present_details( singular_natural=True ).capitalize() plural = sum(counter.values()) > 1 if plural: title = _("Completed Downloads Present") body = ( _("%s whose download have completed are displayed.") % numbers ) question = _("Do you want to clear the completed downloads?") else: title = _("Completed Download Present") body = _("%s whose download has completed is displayed.") % numbers question = _("Do you want to clear the completed download?") message = "{}

      {}

      {}".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) -> None: """ Initiates a device scan for volume. If non-DCIM device scans are enabled, and the device is not whitelisted (determined by the display name), then the user is prompted whether to download from the device. :param device: device to scan """ if not self.devices.known_device(device): if ( self.scanEvenIfNoFoldersLikeDCIM() and 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) else: logging.debug( "Device %s rejected as a download device", device.display_name ) if ( use.remember and device.display_name not in self.prefs.volume_blacklist ): logging.debug("Blacklisting device %s", device.display_name) self.prefs.add_list_value( key="volume_blacklist", value=device.display_name ) else: self.startDeviceScan(device=device) @pyqtSlot("PyQt_PyObject") def wslWindowsDriveAdded(self, drives: List[WindowsDriveMount]) -> None: wsl_drive_previously_probed = self.wsl_drives_probed self.wsl_drives_probed = True for drive in drives: logging.info( "Detected Windows drive %s: %s %s", drive.drive_letter, drive.label, drive.mount_point or "(not mounted)", ) self.wslDrives.addDrive(drive) self.wslDrives.logDrives() if not wsl_drive_previously_probed: if self.wsl_backup_drives_refresh_needed: self.backupPanel.updateLocationCombos() if self.prefs.backup_files: self.setupBackupDevices() if not self.on_startup: self.wslDrives.mountDrives() self.setupNonCameraDevices() @pyqtSlot("PyQt_PyObject") def wslWindowsDriveRemoved(self, drive: WindowsDriveMount) -> None: logging.info( "Detected removal of Windows drive %s: %s %s", drive.drive_letter, drive.label, drive.mount_point, ) self.wslDrives.removeDrive(drive) @pyqtSlot("PyQt_PyObject") def wslWindowsDriveMounted(self, drives: List[WindowsDriveMount]) -> None: for drive in drives: icon_names, can_eject = self.wslDrives.driveProperties( mount_point=drive.mount_point ) self.partitionMounted( path=drive.mount_point, iconNames=icon_names, canEject=can_eject ) @pyqtSlot("PyQt_PyObject") def wslWindowsDriveUnmounted(self, drives: List[WindowsDriveMount]) -> None: for drive in drives: self.partitionUmounted(path=drive.mount_point) @pyqtSlot(str, "PyQt_PyObject", bool) def partitionMounted(self, path: str, iconNames: List[str], canEject: bool) -> None: """ Setup devices from which to download from and backup to, and if relevant start scanning them :param path: the path of the mounted partition :param iconNames: a list of names of icons used in themed icons associated with this partition :param canEject: whether the partition can be ejected or not """ if path not in mountPaths(): logging.info("Ignoring path %s because it is not a mount", path) return if self.monitorPartitionChanges(): mount = QStorageInfo(path) if self.partitionValid(mount): backup_file_type = self.isBackupPath(path) if backup_file_type is not None: if path not in self.backup_devices: device = BackupDevice(mount=mount, backup_type=backup_file_type) self.backup_devices[path] = device self.addDeviceToBackupManager(path) self.download_tracker.set_no_backup_devices( len(self.backup_devices.photo_backup_devices), len(self.backup_devices.video_backup_devices), ) self.displayMessageInStatusBar() self.backupPanel.addBackupVolume( mount_details=self.backup_devices.get_backup_volume_details( path ) ) if self.prefs.backup_device_autodetection: self.backupPanel.updateExample() elif self.shouldScanMount(mount): device = Device() if self.is_wsl2: display_name = self.wslDrives.displayName(mount.rootPath()) else: display_name = mount.displayName() device.set_download_from_volume( path, display_name, iconNames, canEject, mount ) self.prepareNonCameraDeviceScan(device=device) else: if not mount.isValid(): logging.warning("Mount %s is invalid", mount.name()) elif not mount.isReady(): logging.warning("Mount %s is not ready", mount.name()) @pyqtSlot(str) def partitionUmounted(self, path: str) -> None: """ Handle the unmounting of partitions by the system / user. :param path: the path of the partition just unmounted """ if not path: return device_removed = False if self.devices.known_path(path, DeviceType.volume): # four scenarios - # the mount is being scanned # the mount has been scanned but downloading has not yet started # files are being downloaded from mount # files have finished downloading from mount scan_id = self.devices.scan_id_from_path(path, DeviceType.volume) self.removeDevice(scan_id=scan_id) device_removed = True elif path in self.backup_devices: self.removeBackupDevice(path) self.backupPanel.removeBackupVolume(path=path) self.displayMessageInStatusBar() self.download_tracker.set_no_backup_devices( len(self.backup_devices.photo_backup_devices), len(self.backup_devices.video_backup_devices), ) if self.prefs.backup_device_autodetection: self.backupPanel.updateExample() device_removed = True if device_removed: if self.mountMonitorActive(): if self.valid_mount_count <= 0: logging.warning("Unexpected valid mount count") else: self.valid_mount_count -= 1 self.setDownloadCapabilities() def removeDevice( self, scan_id: int, show_warning: bool = True, adjust_temporal_proximity: bool = True, ignore_in_this_program_instantiation: bool = False, ) -> None: """ Remove a device from internal tracking and display. :param scan_id: scan id of device to remove :param show_warning: log warning if the device was having something done to it e.g. scan :param adjust_temporal_proximity: if True, update the temporal proximity table to reflect device removal :param ignore_in_this_program_instantiation: don't scan this device again during this instance of the program being run """ assert scan_id is not None if scan_id in self.devices: device = self.devices[scan_id] device_state = self.deviceState(scan_id) if show_warning: if device_state == DeviceState.scanning: logging.warning( "Removed device %s was being scanned", device.name() ) elif device_state == DeviceState.downloading: logging.error( "Removed device %s was being downloaded from", device.name() ) elif device_state == DeviceState.thumbnailing: logging.warning( "Removed device %s was having thumbnails generated", device.name(), ) else: logging.info("Device removed: %s", device.name()) else: logging.debug("Device removed: %s", device.name()) if device in self.prompting_for_user_action: self.prompting_for_user_action[device].reject() files_removed = self.thumbnailModel.clearAll( scan_id=scan_id, keep_downloaded_files=True ) self.mapModel(scan_id).removeDevice(scan_id) was_downloading = self.downloadIsRunning() if device_state == DeviceState.scanning: self.sendStopWorkerToThread(self.scan_controller, scan_id) elif device_state == DeviceState.downloading: self.sendStopWorkerToThread(self.copy_controller, scan_id) self.download_tracker.device_removed_mid_download( scan_id, device.display_name ) del self.time_remaining[scan_id] self.notifyDownloadedFromDevice(scan_id=scan_id) # TODO need correct check for "is thumbnailing", given is now asynchronous elif device_state == DeviceState.thumbnailing: self.thumbnailModel.terminateThumbnailGeneration(scan_id) if ignore_in_this_program_instantiation: self.devices.ignore_device(scan_id=scan_id) self.folder_preview_manager.remove_folders_for_device(scan_id=scan_id) del self.devices[scan_id] self.updateDeviceWidgetGeometry(device_type=device.device_type) if device.device_type == DeviceType.path: self.thisComputer.setViewVisible(False) self.updateSourceButton() self.setDownloadCapabilities() if adjust_temporal_proximity: state = self.proximityStatePostDeviceRemoval() if state == TemporalProximityState.empty: self.temporalProximity.setState(TemporalProximityState.empty) elif files_removed: self.generateTemporalProximityTableData( "a download source was removed" ) elif self.temporalProximity.state == TemporalProximityState.pending: self.generateTemporalProximityTableData( "a download source was removed and a build is pending" ) self.logState() self.updateProgressBarState() self.displayMessageInStatusBar() # Reset Download button from "Pause" to "Download" if was_downloading and not self.downloadIsRunning(): self.setDownloadActionLabel() def rescanDevice(self, scan_id: int) -> None: """ Remove a device and scan it again. :param scan_id: scan id of the device """ device = self.devices[scan_id] logging.debug("Rescanning %s", device.display_name) self.removeDevice(scan_id=scan_id) if device.device_type in (DeviceType.camera, DeviceType.camera_fuse): self.startCameraScan(device.camera_model, device.camera_port) else: if device.device_type == DeviceType.path: self.thisComputer.setViewVisible(True) self.startDeviceScan(device=device) def rescanDevicesAndComputer(self, ignore_cameras: bool, rescan_path: bool) -> None: """ After a preference change, rescan already scanned devices :param ignore_cameras: if True, don't rescan cameras :param rescan_path: if True, include manually specified paths (i.e. This Computer) """ if rescan_path: logging.info("Rescanning all paths and devices") if ignore_cameras: logging.info("Rescanning non camera devices") # Collect the scan ids to work on - don't modify the # collection of devices in place! scan_ids = [] for scan_id in self.devices: device = self.devices[scan_id] if not ignore_cameras or device.device_type == DeviceType.volume: 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 in (DeviceType.camera, DeviceType.camera_fuse): text = _( "Do you want to ignore the %s whenever this program is run?" ) text = text % device.display_name info_text = _( "All cameras, phones and tablets with the same model name will be " "ignored." ) else: assert device.device_type == DeviceType.volume text = _( "Do you want to ignore the device %s whenever this program is " "run?" ) text = text % device.display_name info_text = _("Any device with the same name will be ignored.") msgbox = QMessageBox() msgbox.setWindowTitle(_("Rapid Photo Downloader")) msgbox.setIcon(QMessageBox.Question) msgbox.setText(text) msgbox.setTextFormat(Qt.RichText) msgbox.setInformativeText(info_text) msgbox.setStandardButtons(QMessageBox.Yes | QMessageBox.No) if msgbox.exec() == QMessageBox.Yes: if device.device_type in (DeviceType.camera, DeviceType.camera_fuse): self.prefs.add_list_value( key="camera_blacklist", value=device.udev_name ) logging.debug("Added %s to camera blacklist", device.udev_name) else: self.prefs.add_list_value( key="volume_blacklist", value=device.display_name ) logging.debug("Added %s to volume blacklist", device.display_name) self.removeDevice(scan_id=scan_id) def logState(self) -> None: self.devices.logState() self.thumbnailModel.logState() self.deviceModel.logState() self.thisComputerModel.logState() def setupBackupDevices(self) -> None: """ Setup devices to back up to. Includes both auto detected back up devices, and manually specified paths. """ if self.prefs.backup_device_autodetection: for mount in self.validMounts.mountedValidMountPoints(): if self.partitionValid(mount): path = mount.rootPath() backup_type = self.isBackupPath(path) if backup_type is not None: self.backup_devices[path] = BackupDevice( mount=mount, backup_type=backup_type ) self.addDeviceToBackupManager(path) self.backupPanel.updateExample() else: self.setupManualBackup() for path in self.backup_devices: self.addDeviceToBackupManager(path) self.download_tracker.set_no_backup_devices( len(self.backup_devices.photo_backup_devices), len(self.backup_devices.video_backup_devices), ) self.backupPanel.setupBackupDisplay() def removeBackupDevice(self, path: str) -> None: device_id = self.backup_devices.device_id(path) self.sendStopWorkerToThread(self.backup_controller, worker_id=device_id) del self.backup_devices[path] def resetupBackupDevices(self) -> None: """ Change backup preferences in response to preference change. Assumes backups may have already been setup. """ try: assert not self.downloadIsRunning() except AssertionError: logging.critical( "Backup devices should never be reset when a download is occurring" ) return logging.info("Resetting backup devices configuration...") # Clear all existing backup devices for path in self.backup_devices.all_paths(): self.removeBackupDevice(path) self.download_tracker.set_no_backup_devices(0, 0) self.backupPanel.resetBackupDisplay() self.setupBackupDevices() self.setDownloadCapabilities() logging.info("...backup devices configuration is reset") @pyqtSlot() def manuallyMonitorNewMounts(self) -> None: """ Determine if the number of valid mounts differs from our stored count. Initiate scans for devices if they do differ. """ if not self.monitorPartitionChanges(): return valid_mount_count = len(self.validMounts.mountedValidMountPoints()) if valid_mount_count > self.valid_mount_count: logging.debug( "Mount count differs: conducting probe for new cameras and non camera " "devices" ) self.manuallyProbeForNewMount() elif valid_mount_count < self.valid_mount_count: logging.warning("Mount count differs: device has been removed") self.valid_mount_count -= 1 def manuallyProbeForNewMount(self): validMounts = self.validMounts.mountedValidMountPoints() self.valid_mount_count = len(validMounts) for mount in validMounts: if self.partitionValid(mount): path = mount.rootPath() if self.isBackupPath(path): known_path = path in self.backup_devices mount_type = "backup" else: known_path = self.devices.known_path( path=path, device_type=DeviceType.volume ) mount_type = "download" if known_path: logging.debug( "Manual probe indicates %s is already in use as a %s device", mount.displayName(), mount_type, ) continue logging.info( "Manual probe indicates %s is not yet used as a device", mount.displayName(), ) device = mount.device() # type: QByteArray device_path = device.data().decode() self.udisks2Monitor.add_device( device_path=device_path, mount_point=path ) icon_names, can_eject = self.udisks2Monitor.get_device_props( device_path ) self.partitionMounted( path=path, iconNames=icon_names, canEject=can_eject ) def setupNonCameraDevices(self, scanning_again: bool = False) -> None: """ Setup devices from which to download and initiates their scan. :param scanning_again: if True, the search is occurring after a preference value change, where devices may have already been scanned. """ if not self.prefs.device_autodetection: return logging.debug("Setting up non-camera devices") mounts = [] # type: List[QStorageInfo] validMounts = self.validMounts.mountedValidMountPoints() self.valid_mount_count = len(validMounts) for mount in validMounts: if self.partitionValid(mount): path = mount.rootPath() if scanning_again and self.devices.known_path( path=path, device_type=DeviceType.volume ): logging.debug( "Will not scan %s, because it's associated with an existing " "device", mount.displayName(), ) continue if path not in self.backup_devices and self.shouldScanMount(mount): logging.debug("Will scan %s", mount.displayName()) mounts.append(mount) else: logging.debug("Will not scan %s", mount.displayName()) for mount in mounts: device = Device() if self.is_wsl2 and not self.wsl_drives_probed: # Get place holder values for now icon_names = [] can_eject = False display_name = self.wslDrives.displayName(mount.rootPath()) else: icon_names, can_eject = self.getIconsAndEjectableForMount(mount) if self.is_wsl2: display_name = self.wslDrives.displayName(mount.rootPath()) else: display_name = mount.displayName() device.set_download_from_volume( mount.rootPath(), display_name, icon_names, can_eject, mount ) self.prepareNonCameraDeviceScan(device=device) def setupManualPath(self) -> None: """ Setup This Computer path from which to download and initiates scan. """ if not self.prefs.this_computer_source: return if self.prefs.this_computer_path: if not self.confirmManualDownloadLocation(): logging.debug( "This Computer path %s rejected as download source", self.prefs.this_computer_path, ) self.prefs.this_computer_path = "" self.thisComputer.setViewVisible(False) return # user manually specified the path from which to download path = self.prefs.this_computer_path if path: if os.path.isdir(path) and os.access(path, os.R_OK): logging.debug("Using This Computer path %s", path) device = Device() device.set_download_from_path(path) self.startDeviceScan(device=device) else: logging.error("This Computer download path is invalid: %s", path) else: logging.warning("This Computer download path is not specified") def addDeviceToBackupManager(self, path: str) -> None: device_id = self.backup_devices.device_id(path) self.backup_controller.send_multipart( create_inproc_msg( b"START_WORKER", worker_id=device_id, data=BackupArguments(path, self.backup_devices.name(path)), ) ) def setupManualBackup(self) -> None: """ Setup backup devices that the user has manually specified. Depending on the folder the user has chosen, the paths for photo and video backup will either be the same or they will differ. Because the paths are manually specified, there is no mount associated with them. """ backup_photo_location = self.prefs.backup_photo_location backup_video_location = self.prefs.backup_video_location if not self.manualBackupPathAvailable(backup_photo_location): logging.warning("Photo backup path unavailable: %s", backup_photo_location) if not self.manualBackupPathAvailable(backup_video_location): logging.warning("Video backup path unavailable: %s", backup_video_location) if backup_photo_location != backup_video_location: backup_photo_device = BackupDevice( mount=None, backup_type=BackupLocationType.photos ) backup_video_device = BackupDevice( mount=None, backup_type=BackupLocationType.videos ) self.backup_devices[backup_photo_location] = backup_photo_device self.backup_devices[backup_video_location] = backup_video_device logging.info("Backing up photos to %s", backup_photo_location) logging.info("Backing up videos to %s", backup_video_location) else: # videos and photos are being backed up to the same location backup_device = BackupDevice( mount=None, backup_type=BackupLocationType.photos_and_videos ) self.backup_devices[backup_photo_location] = backup_device logging.info("Backing up photos and videos to %s", backup_photo_location) def isBackupPath(self, path: str) -> 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.resetDownloadDestination(file_type=FileType.photo, do_update=False) if ( self.prefs.video_download_folder and not validate_download_folder(self.prefs.video_download_folder).valid ): valid = False logging.debug( "Video download destination %s is now invalid", self.prefs.video_download_folder, ) self.resetDownloadDestination(file_type=FileType.video, do_update=False) if not valid: self.watchedDownloadDirs.updateWatchPathsFromPrefs(self.prefs) self.folder_preview_manager.change_destination() self.setDownloadCapabilities() def confirmManualDownloadLocation(self) -> bool: """ Queries the user to ask if they really want to download from locations that could take a very long time to scan. They can choose yes or no. Returns True if yes or there was no need to ask the user, False if the user said no. """ self.showMainWindow() path = self.prefs.this_computer_path if path in ( "/media", "/run", os.path.expanduser("~"), "/", "/bin", "/boot", "/dev", "/lib", "/lib32", "/lib64", "/mnt", "/opt", "/sbin", "/snap", "/sys", "/tmp", "/usr", "/var", "/proc", ): # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. message = ( "" + _("Downloading from %(location)s on This Computer.") % dict(location=make_html_path_non_breaking(path)) + "

      " + _( "Do you really want to download from here?

      On some systems, " "scanning this location can take a very long time." ) ) msgbox = standardMessageBox( message=message, rich_text=True, standardButtons=QMessageBox.Yes | QMessageBox.No, parent=self, ) return msgbox.exec() == QMessageBox.Yes return True def scanEvenIfNoFoldersLikeDCIM(self) -> bool: """ Determines if partitions should be scanned even if there is no specific folder like a DCIM folder present in the base folder of the file system. :return: True if scans of such partitions should occur, else False """ return self.prefs.device_autodetection and not self.prefs.scan_specific_folders def displayMessageInStatusBar(self) -> None: """ Displays message on status bar. Notifies user if scanning or thumbnailing. If neither scanning or thumbnailing, displays: 1. files marked for download 2. total number files available 3. how many not shown (user chose to show only new files) """ if self.downloadIsRunning(): if self.download_paused: downloading = self.devices.downloading_from() # Translators - in the middle is a unicode em dash - please retain it # This string is displayed in the status bar when the download is paused # Translators: %(variable)s represents Python code, not a plural of the # term variable. You must keep the %(variable)s untranslated, or the # program will crash. msg = "%(downloading_from)s — download paused" % dict( downloading_from=downloading ) else: # status message updates while downloading are handled in another # function return elif self.devices.thumbnailing: devices = [ self.devices[scan_id].display_name for scan_id in self.devices.thumbnailing ] msg = _("Generating thumbnails for %s") % make_internationalized_list( devices ) elif self.devices.scanning: devices = [ self.devices[scan_id].display_name for scan_id in self.devices.scanning ] msg = _("Scanning %s") % make_internationalized_list(devices) else: files_avilable = self.thumbnailModel.getNoFilesAvailableForDownload() if sum(files_avilable.values()) != 0: files_to_download = self.thumbnailModel.getNoFilesMarkedForDownload() files_avilable_sum = files_avilable.summarize_file_count()[0] files_hidden = self.thumbnailModel.getNoHiddenFiles() if files_hidden: # Translators: %(variable)s represents Python code, not a plural of # the term variable. You must keep the %(variable)s untranslated, or # the program will crash. files_checked = _( "%(number)s of %(available files)s marked for download " "(%(hidden)s hidden)" ) % { "number": thousands(files_to_download), "available files": files_avilable_sum, "hidden": files_hidden, } else: # Translators: %(variable)s represents Python code, not a plural of # the term variable. You must keep the %(variable)s untranslated, or # the program will crash. files_checked = _( "%(number)s of %(available files)s marked for download" ) % { "number": thousands(files_to_download), "available files": files_avilable_sum, } msg = files_checked else: msg = "" self.statusBar().showMessage(msg) 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: Optional[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: Optional[QTextStream] self._inSocket = None self._inStream = None # type: Optional[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 python_package_source(package: str) -> str: """ Return package installation source for Python package :param package: package name :return: """ pip_install = "(installed using pip)" system_package = "(system package)" return pip_install if installed_using_pip(package) else system_package def get_versions( file_manager: Optional[str], scaling_action: ScalingAction, scaling_detected: ScalingDetected, xsetting_running: bool, force_wayland: bool, platform_selected: Optional[str], ) -> 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" rpd_pip_install = installed_using_pip("rapid-photo-downloader") versions = [ f"Rapid Photo Downloader: {__about__.__version__}", f"Platform: {platform.platform()}", f"Memory: {used} used of {total}", "Confinement: {}".format("snap" if is_snap() else "none"), "Installed using pip: {}".format("yes" if rpd_pip_install else "no"), f"Python: {platform.python_version()}", f"Python executable: {sys.executable}", f"Qt: {QtCore.QT_VERSION_STR}", f"PyQt: {QtCore.PYQT_VERSION_STR} {python_package_source('PyQt5')}", f"SIP: {sip.SIP_VERSION_STR}", f"ZeroMQ: {zmq.zmq_version()}", f"Python ZeroMQ: {zmq.pyzmq_version()} ({pyzmq_backend} backend)", f"gPhoto2: {gphoto2_version()}", f"Python gPhoto2: {python_gphoto2_version()} {python_package_source('gphoto2')}", f"ExifTool: {EXIFTOOL_VERSION}", f"pymediainfo: {pymedia_version_info()}", f"GExiv2: {gexiv2_version()}", f"Gstreamer: {gst_version()}", f"PyGObject: {'.'.join(map(str, gi.version_info))}", f"psutil: {'.'.join(map(str, psutil.version_info))}", f'Show in File Manager: {importlib_metadata.version("show-in-file-manager")}', ] v = exiv2_version() if v: cr3 = 'CR3 support enabled' if fileformats.exiv2_cr3() else 'no CR3 support' versions.append(f"Exiv2: {v} ({cr3})") try: versions.append("{}: {}".format(*platform.libc_ver())) except: pass try: versions.append( f"Arrow: {arrow.__version__} {python_package_source('arrow')}" ) versions.append(f"dateutil: {dateutil.__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)) versions.append( "iOS support: {}".format("yes" if storageidevice.utilities_present() else "no") ) for display in ("XDG_SESSION_TYPE", "WAYLAND_DISPLAY"): session = os.getenv(display, "") if session.find("wayland") >= 0: wayland_platform = os.getenv("QT_QPA_PLATFORM", "") if ( platform_selected == "wayland" or (platform_selected != "xcb" and wayland_platform == "wayland") or force_wayland ): session = "wayland desktop (with wayland enabled)" break elif platform_selected == "xcb" or wayland_platform == "xcb": session = "wayland desktop (with XWayland)" break else: session = "wayland desktop (XWayland use undetermined)" elif session: break if session: versions.append("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: desktop = linux_desktop_humanize(linux_desktop()) except: desktop = "Unknown" try: versions.append("Desktop: {} ({})".format(get_desktop_environment(), desktop)) except Exception: pass if file_manager: file_manager_details = f"{file_manager}" else: file_manager_details = "Unknown" versions.append("Default file manager: {}".format(file_manager_details)) return versions 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( "--force-system-theme", action="store_true", default=False, help=_("Use the system Qt theme instead of the built-in theme"), ) parser.add_argument("path", nargs="?") if platform.system() == "Linux": parser.add_argument( "-platform", type=str, choices=["wayland", "xcb"], help=_("Run this program in wayland or regular X11"), ) return parser def import_prefs() -> None: """ Import program preferences from the Gtk+ 2 version of the program. Requires the command line program gconftool-2. """ def run_cmd(k: str) -> str: command_line = "{} --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(): # Must parse args before calling QApplication # Calling QApplication.setAttribute below causes QApplication to parse sys.argv parser = parser_options() args = parser.parse_args() try: force_wayland = linux_desktop() == LinuxDesktop.wsl2 except Exception: force_wayland = False platform_cmd_line_overruled = False if force_wayland: qt_app_args = [] # strip out any existing "-platform" argument, and its value pl = False for arg in sys.argv: if arg == "-platform": pl = True elif pl: pl = False if arg == "xcb": platform_cmd_line_overruled = True else: qt_app_args.append(arg) qt_app_args.extend(["-platform", "wayland"]) # Modify sys.argv in place sys.argv[:] = qt_app_args scaling_action = ScalingAction.not_set scaling_detected, xsetting_running = any_screen_scaled() if scaling_detected == ScalingDetected.undetected: scaling_set = "High DPI scaling disabled because no scaled screen was detected" fractional_scaling = "Fractional scaling not set" else: # Set Qt 5 screen scaling if it is not already set in an environment variable qt5_variable = qt5_screen_scale_environment_variable() scaling_variables = {qt5_variable, "QT_SCALE_FACTOR", "QT_SCREEN_SCALE_FACTORS"} if not scaling_variables & set(os.environ): scaling_set = ( "High DPI scaling automatically set to ON because one of the " "following environment variables not already " "set: {}".format(", ".join(scaling_variables)) ) scaling_action = ScalingAction.turned_on if 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\n" "Uninstall all copies except the version you want to run." ) ) sys.exit(1) if args.detailed_version: file_manager = valid_file_manager() print( "\n".join( get_versions( file_manager=file_manager, scaling_action=scaling_action, scaling_detected=scaling_detected, xsetting_running=xsetting_running, force_wayland=force_wayland, platform_selected=args.platform, ) ) ) sys.exit(0) if args.extensions: photos = list((ext.upper() for ext in fileformats.PHOTO_EXTENSIONS)) videos = list((ext.upper() for ext in fileformats.VIDEO_EXTENSIONS)) extensions = ((photos, _("Photos")), (videos, _("Videos"))) for exts, file_type in extensions: extensions = make_internationalized_list(exts) print("{}: {}".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 is_devel_env: logging.info( "Development environment settings activated because RPD_DEVEL_DEFAULTS " "is set" ) if force_wayland: if platform_cmd_line_overruled: logging.warning("Forcing use of wayland") else: logging.info("Forcing use of wayland") if args.photo_renaming: photo_rename = args.photo_renaming == "on" if photo_rename: logging.info("Photo renaming turned on from command line") else: logging.info("Photo renaming turned off from command line") else: photo_rename = None if args.video_renaming: video_rename = args.video_renaming == "on" if video_rename: logging.info("Video renaming turned on from command line") else: logging.info("Video renaming turned off from command line") else: video_rename = None if args.path: if args.auto_detect or args.this_computer_source: msg = _( "When specifying a path on the command line, do not also specify an\n" 'option for device auto detection or a path on "This Computer".' ) print(msg) critical_startup_error(msg.replace("\n", " ")) sys.exit(1) media_dir = get_media_dir() auto_detect = args.path.startswith(media_dir) or gvfs_gphoto2_path(args.path) if auto_detect: this_computer_source = False this_computer_location = None logging.info( "Device auto detection turned on from command line using positional " "PATH argument" ) if not auto_detect: this_computer_source = True this_computer_location = os.path.abspath(args.path) logging.info( "Downloading from This Computer turned on from command line using " "positional PATH argument" ) else: if args.auto_detect: auto_detect = args.auto_detect == "on" if auto_detect: logging.info("Device auto detection turned on from command line") else: logging.info("Device auto detection turned off from command line") else: auto_detect = None if args.this_computer_source: this_computer_source = args.this_computer_source == "on" if this_computer_source: logging.info( "Downloading from This Computer turned on from command line" ) else: logging.info( "Downloading from This Computer turned off from command line" ) else: this_computer_source = None if args.this_computer_location: this_computer_location = os.path.abspath(args.this_computer_location) logging.info( "This Computer path set from command line: %s", this_computer_location ) else: this_computer_location = None if args.photo_location: photo_location = os.path.abspath(args.photo_location) logging.info("Photo location set from command line: %s", photo_location) else: photo_location = None if args.video_location: video_location = os.path.abspath(args.video_location) logging.info("video location set from command line: %s", video_location) else: video_location = None if args.backup: backup = args.backup == "on" if backup: logging.info("Backup turned on from command line") else: logging.info("Backup turned off from command line") else: backup = None if args.backup_auto_detect: backup_auto_detect = args.backup_auto_detect == "on" if backup_auto_detect: logging.info( "Automatic detection of backup devices turned on from command line" ) else: logging.info( "Automatic detection of backup devices turned off from command line" ) else: backup_auto_detect = None if args.photo_backup_identifier: photo_backup_identifier = args.photo_backup_identifier logging.info( "Photo backup identifier set from command line: %s", photo_backup_identifier ) else: photo_backup_identifier = None if args.video_backup_identifier: video_backup_identifier = args.video_backup_identifier logging.info( "Video backup identifier set from command line: %s", video_backup_identifier ) else: video_backup_identifier = None if args.photo_backup_location: photo_backup_location = os.path.abspath(args.photo_backup_location) logging.info( "Photo backup location set from command line: %s", photo_backup_location ) else: photo_backup_location = None if args.video_backup_location: video_backup_location = os.path.abspath(args.video_backup_location) logging.info( "Video backup location set from command line: %s", video_backup_location ) else: video_backup_location = None 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")) if not args.force_system_theme: app.setStyle("Fusion") # Determine the system locale as reported by Qt. Use it to # see if Qt has a base translation available, which allows # automatic translation of QMessageBox buttons try: locale = QLocale.system() if locale: locale_name = locale.name() if not locale_name: logging.debug("Could not determine system locale using Qt") elif locale_name.startswith("en"): # Set module level variable indicating there is no need to translate # the buttons because language is English viewutils.Do_Message_And_Dialog_Box_Button_Translation = False else: qtTranslator = getQtSystemTranslation(locale_name) if qtTranslator: app.installTranslator(qtTranslator) # Set module level variable indicating there is no need to translate # the buttons because Qt does the translation viewutils.Do_Message_And_Dialog_Box_Button_Translation = False except Exception: logging.error("Error determining locale via Qt") # Resetting preferences must occur after QApplication is instantiated if args.reset: prefs = Preferences() prefs.reset() prefs.sync() d = DownloadedSQL() d.update_table(reset=True) cache = ThumbnailCacheSql(create_table_if_not_exists=False) cache.purge_cache() print(_("All settings and caches have been reset.")) logging.debug("Exiting immediately after full reset") sys.exit(0) if args.delete_thumb_cache or args.forget_files or args.import_prefs: if args.delete_thumb_cache: cache = ThumbnailCacheSql(create_table_if_not_exists=False) cache.purge_cache() print(_("Thumbnail Cache has been reset.")) logging.debug("Thumbnail Cache has been reset") if args.forget_files: d = DownloadedSQL() d.update_table(reset=True) print(_("Remembered files have been forgotten.")) logging.debug("Remembered files have been forgotten") if args.import_prefs: import_prefs() logging.debug( "Exiting immediately after thumbnail cache / remembered files reset" ) sys.exit(0) # Use QIcon to render so we get the high DPI version automatically size = QSize(600, 400) pixmap = scaledIcon(":/splashscreen.png", size).pixmap(size) splash = SplashScreen(pixmap, Qt.WindowStaysOnTopHint) splash.show() try: display_height = splash.screen().availableGeometry().height() except Exception: display_height = 0 logging.warning("Unable to determine display height") app.processEvents() rw = RapidWindow( photo_rename=photo_rename, video_rename=video_rename, auto_detect=auto_detect, this_computer_source=this_computer_source, this_computer_location=this_computer_location, photo_download_folder=photo_location, video_download_folder=video_location, backup=backup, backup_auto_detect=backup_auto_detect, photo_backup_identifier=photo_backup_identifier, video_backup_identifier=video_backup_identifier, photo_backup_location=photo_backup_location, video_backup_location=video_backup_location, ignore_other_photo_types=args.ignore_other, thumb_cache=thumb_cache, auto_download_startup=auto_download_startup, auto_download_insertion=auto_download_insertion, log_gphoto2=args.log_gphoto2, splash=splash, fractional_scaling=fractional_scaling, scaling_set=scaling_set, scaling_action=scaling_action, scaling_detected=scaling_detected, xsetting_running=xsetting_running, force_wayland=force_wayland, platform_selected=args.platform, display_height=display_height, ) app.setActivationWindow(rw) code = app.exec_() logging.debug("Exiting") sys.exit(code) if __name__ == "__main__": main() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023204.0 rapid-photo-downloader-0.9.33/raphodo/renameandmovefile.py0000755000175000017500000011744500000000000022655 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2011-2021 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Generates names for files and folders, and renames (moves) files. Runs as a daemon process. """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2011-2021, 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.metadata.exiftool as exiftool import raphodo.generatename as gn from raphodo.prefs.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.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: move_succeeded = 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() if self.prefs.any_pref_uses_stored_sequence_no(): logging.info( "Stored number at download start: %s", self.prefs.stored_sequence_no + 1 ) # Track downloads today, using a class whose purpose is to # take the value in the user prefs, increment, and then # finally used to update the prefs self.downloads_today_tracker = DownloadsTodayTracker( day_start=self.prefs.day_start, downloads_today=self.prefs.downloads_today ) def initialise_sequence_number_usage(self) -> None: """ Determine what type of sequence numbers are being used in file name generation """ self.uses_sequence_session_no = self.prefs.any_pref_uses_session_sequence_no() self.uses_sequence_letter = self.prefs.any_pref_uses_sequence_letter_value() self.uses_stored_sequence_no = self.prefs.any_pref_uses_stored_sequence_no() def run(self) -> None: """ Generate subfolder and filename, and attempt to move the file from its temporary directory. Move video THM and/or audio file if there is one. If successful, increment sequence values. Report any success or failure. """ i = 0 # Dict of filename keys and int values used to track ints to add as # suffixes to duplicate files self.duplicate_files = {} self.initialise_downloads_today_stored_number() self.sequences = gn.Sequences( self.downloads_today_tracker, self.prefs.stored_sequence_no ) with stdchannel_redirected(sys.stderr, os.devnull): 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. But first sync # the prefs here, to write out the dirty values so they are not # saved when a sync is done at download start, overwriting # the values that may have been changed in the main process logging.debug( "Rename and move process syncing preferences to the file " "system" ) self.prefs.sync() self.content = pickle.dumps( RenameAndMoveFileResults( stored_sequence_no=self.sequences.stored_sequence_no, downloads_today=self.downloads_today_tracker.downloads_today, ), pickle.HIGHEST_PROTOCOL, ) dl_today = ( self.downloads_today_tracker.get_or_reset_downloads_today() ) logging.debug("Downloads today: %s", dl_today) self.send_message_to_sink() else: rpd_file = data.rpd_file download_count = data.download_count if data.download_succeeded: move_succeeded = self.process_file(rpd_file, download_count) if not move_succeeded: self.process_rename_failure(rpd_file) else: # Record file as downloaded in SQLite database try: self.downloaded.add_downloaded_file( name=rpd_file.name, size=rpd_file.size, modification_time=rpd_file.modification_time, download_full_file_name=rpd_file.download_full_file_name, ) except sqlite3.OperationalError as e: # This should never happen because this is the only # process writing to the database..... but just in # case logging.error( "Database error adding download file %s: %s. " "Will not retry.", rpd_file.download_full_file_name, e, ) else: move_succeeded = False rpd_file.metadata = None self.content = pickle.dumps( RenameAndMoveFileResults( move_succeeded=move_succeeded, rpd_file=rpd_file, download_count=download_count, ), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() i += 1 if __name__ == "__main__": rename = RenameMoveFileWorker() rename.run() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/rescan.py0000644000175000017500000001626200000000000020437 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2011-2021 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ 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-2021, 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.prefs.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 if not camera.specific_folder_located: logging.warning( "No folders located on %s: there might be a bug the camera firmware " "or libgphoto2. Continuing rescan regardless.", camera.display_name, ) # Relocated RPD files self.rpd_files = [] # type: List[RPDFile] # Missing RPD files self.missing_rpd_files = [] # type: List[RPDFile] self.prefs = prefs self.scan_preferences = None # type: 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)) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023204.0 rapid-photo-downloader-0.9.33/raphodo/resources.qrc0000644000175000017500000001261700000000000021333 0ustar00damondamon ../images/camera-photo-symbolic.svg ../images/chevron-down.svg ../images/computer-symbolic.svg ../images/user-desktop-symbolic.svg ../images/down.svg ../images/drive-harddisk-symbolic.svg ../images/drive-removable-media-symbolic.svg ../images/error.svg ../images/eye.svg ../images/folder-symbolic-filled.svg ../images/folder-symbolic.svg ../images/hidden.svg ../images/user-home-symbolic.svg ../images/sync.svg ../images/menu.svg ../images/folder-pictures-symbolic.svg ../images/settings-symbolic.svg ../images/phone-smartphone-symbolic.svg ../images/up.svg ../images/folder-videos-symbolic.svg ../images/preferences/automation.svg ../images/preferences/consolidation.svg ../images/preferences/devices.svg ../images/preferences/error-handling.svg ../images/preferences/preferences-desktop-locale-symbolic.svg ../images/preferences/miscellaneous.svg ../images/preferences/thumbnails.svg ../images/preferences/warnings.svg ../images/preferences/timezone.svg ../images/rapid-photo-downloader.svg ../images/report-critical.svg ../images/report-error.svg ../images/report-warning.svg ../images/speech-bubble.svg ../images/splashscreen600.png ../images/splashscreen1200.png ../images/audio.svg ../images/rapid-photo-downloader-download-pending.svg ../images/rapid-photo-downloader-downloaded-with-error.svg ../images/rapid-photo-downloader-downloaded-with-warning.svg ../images/rapid-photo-downloader-downloaded.svg ../images/photo.svg ../images/video.svg ../tips/backup.png ../tips/commandline.png ../tips/customdate.png ../tips/defaultdownloaddirectory.png ../tips/deviceshidden.png ../images/know.svg ../tips/downloaded.png ../tips/downloadsubfolders.png ../tips/downloadwhereandrename.png ../tips/errorreport.png ../tips/errorreporticon.png ../tips/jobcodehint.png ../tips/jobcodes.png ../tips/markall.png ../tips/markmany.png ../tips/marksingle.png ../tips/multipledevices.png ../tips/photoeditordefault.png ../tips/previouslydownloaded.png ../tips/renameoptions.png ../tips/subfoldergeneration.png ../tips/subfoldergenerationext.png ../tips/subfoldermenu.png ../tips/thumbnailsort.png ../tips/timeline.png ../tips/timelineadjust.png ../tips/timelineselect.png ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/rpdfile.py0000644000175000017500000010450500000000000020607 0ustar00damondamon# Copyright (C) 2011-2021 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2011-2021, 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.metadata.exiftool as exiftool from raphodo.constants import ( DownloadStatus, FileType, FileExtension, FileSortPriority, ThumbnailCacheStatus, Downloaded, DeviceTimestampTZ, ThumbnailCacheDiskStatus, ExifSource, ) from raphodo.storage.storage import get_uri, CameraDetails import raphodo.metadata.metadataphoto as metadataphoto import raphodo.metadata.metadatavideo as metadatavideo import raphodo.metadata.metadataexiftool as metadataexiftool from raphodo.utilities import ( thousands, make_internationalized_list, datetime_roughly_equal, ) from raphodo.problemnotification import Problem, make_href import raphodo.metadata.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: """ Displays details about how many files are selected or ready to be downloaded. :param title_case: whether the details should use title case or not. :param singular_natural: if True, instead of '1 photo', return 'A photo'. If True, title_case parameter is treated as always False. :return: """ p = self[FileType.photo] v = self[FileType.video] if v > 1: # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. videos = _("%(no_videos)s Videos") % dict(no_videos=thousands(v)) elif v == 1: if singular_natural: # 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) 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() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/rpdsql.py0000755000175000017500000013531700000000000020477 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2015-2022 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-2022, Damon Lynch" import sqlite3 import os import datetime from collections import namedtuple from typing import Optional, List, Tuple, Any, Sequence, NamedTuple, Dict import logging from PyQt5.QtCore import Qt from tenacity import retry, stop_after_attempt from raphodo.storage.storage import get_program_data_directory, get_program_cache_directory from raphodo.utilities import divide_list_on_length from raphodo.metadata.analysis.photoattributes import PhotoAttributes from raphodo.constants import FileType, Sort, Show from raphodo.utilities import runs class FileDownloaded(NamedTuple): download_name: str download_datetime: datetime.datetime InCache = namedtuple("InCache", "md5_name, mdatatime, orientation_unknown, failure") ThumbnailRow = namedtuple( "ThumbnailRow", "uid, scan_id, mtime, marked, file_name, extension, file_type, downloaded, " "previously_downloaded, job_code, proximity_col1, proximity_col2", ) sqlite3.register_adapter(bool, int) sqlite3.register_converter("BOOLEAN", lambda v: bool(int(v))) sqlite3.register_adapter(FileType, int) sqlite3.register_converter("FILETYPE", lambda v: FileType(int(v))) # The timeout default is five seconds. sqlite3_timeout = 10.0 sqlite3_retry_attempts = 5 class ThumbnailRowsSQL: """ In memory database of thumbnail rows displayed in 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() # Generate values to calculate shifts in time zones / self.time_zone_offsets = {} # type: Dict[int, Tuple[int]] for time_zone_offset_resolution in (60, 30, 15): # minutes positive = range( time_zone_offset_resolution * 60, # seconds 24 * 60 * 60 + 1, # seconds time_zone_offset_resolution * 60, # seconds ) negative = range( time_zone_offset_resolution * 60 * -1, # seconds (24 * 60 * 60 + 1) * -1, # seconds time_zone_offset_resolution * 60 * -1, # seconds ) self.time_zone_offsets[time_zone_offset_resolution] = tuple( val for pair in zip(positive, negative) for val in pair ) self.found_offset = 0 # in seconds. Set to actual offset when one is found. # h:mm. Set to actual offset when one is found. Can be negative. self.found_offset_hr = "" def update_table(self, reset: bool = False) -> None: """ Create or update the database table :param reset: if True, delete the contents of the table and build it """ conn = sqlite3.connect(self.db, detect_types=sqlite3.PARSE_DECLTYPES) if reset: conn.execute(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, time_zone_offset_resolution: Optional[int] = None, ) -> 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) if time_zone_offset_resolution is None: return None if self.found_offset: c.execute( """SELECT download_name, download_datetime as [timestamp] FROM {tn} WHERE file_name=? AND size=? AND mtime=?""".format( tn=self.table_name ), (name, size, modification_time - self.found_offset), ) row = c.fetchone() if row is not None: logging.debug("Reused time zone offset %s", self.found_offset_hr) return FileDownloaded._make(row) else: logging.info( "Using time zone offset unsuccessful %s", self.found_offset_hr ) # Determine if there is a file with the same time and date within +- 24 hours # i.e. 3600 seconds * 24 = 86400 # For why 24 hours, see this map: # https://en.wikipedia.org/wiki/Time_zone#/media/File:World_Time_Zones_Map.png c.execute( """SELECT download_name, download_datetime as [timestamp], mtime FROM {tn} WHERE file_name=? AND size=? AND mtime<=? AND mtime >=?""".format( tn=self.table_name ), (name, size, modification_time + 86400, modification_time - 86400), ) row = c.fetchone() if row is not None: # we now have a time within 24 hours in either direction of the mtime mtime = row[2] # type: float for offset in self.time_zone_offsets[time_zone_offset_resolution]: if mtime + offset == modification_time: self.found_offset = offset m, s = divmod(offset, 60) h, m = divmod(m, 60) self.found_offset_hr = f"{h:d}:{m:02d}" logging.info("Time zone offset is %s", self.found_offset_hr) return FileDownloaded(download_name=name, download_datetime=row[1]) return None class CacheSQL: def __init__( self, location: str = None, create_table_if_not_exists: bool = True ) -> None: """ :param location: path on the file system where the Table exists :param create_table_if_not_exists: """ if location is None: location = get_program_cache_directory(create_if_not_exist=True) self.db = os.path.join(location, self.db_fs_name()) self.table_name = "cache" if create_table_if_not_exists: self.update_table() def db_fs_name(self) -> str: return "thumbnail_cache.sqlite" def cache_exists(self) -> bool: conn = sqlite3.connect(self.db) row = conn.execute( """SELECT name FROM sqlite_master WHERE type='table' 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() @retry(stop=stop_after_attempt(sqlite3_retry_attempts)) 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, timeout=sqlite3_timeout) try: 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() except sqlite3.OperationalError as e: logging.warning( "Database error reading thumbnail for %s: %s. May retry.", uri, e ) conn.close() raise sqlite3.OperationalError from e if row is not None: return InCache._make(row) else: return None @retry(stop=stop_after_attempt(sqlite3_retry_attempts)) def _delete(self, names: List[str], conn): conn.execute( """DELETE FROM {tn} WHERE md5_name IN ({values})""".format( tn=self.table_name, values=",".join("?" * len(names)) ), names, ) def delete_thumbnails(self, md5_names: List[str]) -> None: """ Deletes thumbnails from SQL cache :param md5_names: list of names, without path """ if len(md5_names) == 0: return conn = sqlite3.connect(self.db) # Limit to number of parameters: 900 # See https://www.sqlite.org/limits.html try: if len(md5_names) > 900: name_chunks = divide_list_on_length(md5_names, 900) for chunk in name_chunks: self._delete(chunk, conn) else: self._delete(md5_names, conn) except sqlite3.OperationalError as e: logging.error( "Database error while deleting %s thumbnails: %s", len(md5_names), e ) else: conn.commit() conn.close() def no_thumbnails(self) -> int: """ :return: how many thumbnails are in the db """ conn = sqlite3.connect(self.db) c = conn.cursor() c.execute("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"])) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/scan.py0000755000175000017500000024240400000000000020112 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2011-2022 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-2022, 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 from typing import List, Dict, Union, Optional, Iterator, Tuple, DefaultDict from PyQt5.QtCore import QStorageInfo import gphoto2 as gp # Instances of classes ScanArguments and ScanPreferences are passed via pickle # Thus do not remove these two imports from raphodo.prefs.preferences import ScanPreferences, Preferences from raphodo.interprocess import WorkerInPublishPullPipeline, ScanResults, ScanArguments from raphodo.camera import Camera, gphoto2_python_logging, gphoto2_named_error from raphodo.cameraerror import CameraError, CameraProblemEx, iOSDeviceError 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 from raphodo.cache import ThumbnailCacheSql from raphodo.utilities import ( stdchannel_redirected, datetime_roughly_equal, GenerateRandomFileName, format_size_for_user, ) from raphodo.metadata.exiftool import ExifTool import raphodo.metadata.metadatavideo as metadatavideo import raphodo.metadata.metadataphoto as metadataphoto import raphodo.metadata.metadataexiftool as metadataexiftool from raphodo.problemnotification import ( ScanProblems, UnhandledFileProblem, CameraDirectoryReadProblem, CameraFileInfoProblem, CameraFileReadProblem, FileMetadataLoadProblem, FileWriteProblem, FsMetadataReadProblem, FileZeroLengthProblem, ) from raphodo.storage.storage import ( get_uri, CameraDetails, gvfs_gphoto2_path, StorageSpace, ) from raphodo.storage.storageidevice import ( idevice_do_mount, idevice_validate_pairing, idevice_in_pairing_list, idevice_pair, idevice_get_name, ) import raphodo.metadata.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: Optional[bytes] self.sample_exif_source = None # type: Optional[ExifSource] self.sample_photo = None # type: Optional[rpdfile.Photo] self.sample_video = None # type: Optional[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) if self.prefs.ignore_time_zone_changes: self.time_zone_offset_resolution = self.prefs.time_zone_offset_resolution else: self.time_zone_offset_resolution = None self.problems = ScanProblems() self._camera_details = None # type: 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 device_type = scan_arguments.device.device_type self.download_from_camera = device_type == DeviceType.camera self.download_from_camera_fuse = device_type == DeviceType.camera_fuse self.download_from_filesystem = device_type in ( DeviceType.volume, DeviceType.path, ) self.camera_storage_descriptions = [] if self.download_from_camera or self.download_from_camera_fuse: self.camera_model = scan_arguments.device.camera_model self.camera_port = scan_arguments.device.camera_port self.is_mtp_device = scan_arguments.device.is_mtp_device self.camera_display_name = scan_arguments.device.display_name self.display_name = self.camera_display_name self.ignore_mdatatime_for_mtp_dng = ( self.is_mtp_device and self.prefs.ignore_mdatatime_for_mtp_dng ) else: assert self.download_from_filesystem self.camera_port = self.camera_model = self.is_mtp_device = None self.ignore_mdatatime_for_mtp_dng = False self.camera_display_name = None self.display_name = scan_arguments.device.display_name self.files_scanned = 0 self.camera = None terminated = False if self.download_from_filesystem: self.scan_file_system(scan_arguments) elif self.download_from_camera_fuse: # In the future, if cameras generally can be downloaded using FUSE, remove # this assertion: assert self.device.is_apple_mobile udid = self.device.idevice_udid logging.debug("Examining camera-as-fuse-device '%s'", self.display_name) while True: try: if idevice_in_pairing_list(udid, self.display_name): idevice_validate_pairing(udid, self.display_name) break else: idevice_pair(udid, self.display_name) idevice_validate_pairing(udid, self.display_name) break except iOSDeviceError as e: self.content = pickle.dumps( ScanResults( error_code=e.code, error_message=str(e), scan_id=int(self.worker_id), ), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() # Wait for command to resume or halt processing self.resume_work() if self.device.have_canoncial_ios_name: logging.debug( "Already have iOS display name for %s. Not querying again.", self.display_name, ) self.camera_display_name = self.display_name else: name = idevice_get_name(udid) if name: self.camera_display_name = name self.display_name = self.camera_display_name try: mount_point = idevice_do_mount(udid, self.display_name) except iOSDeviceError as e: self.content = pickle.dumps( ScanResults( error_code=e.code, error_message=str(e), scan_id=int(self.worker_id), ), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() terminated = True else: mount = QStorageInfo(mount_point) scan_arguments.device.path = mount_point storage_space = StorageSpace( bytes_free=mount.bytesAvailable(), bytes_total=mount.bytesTotal(), path=mount_point, ) # send mount point, device name, and storage information to main process self.content = pickle.dumps( ScanResults( optimal_display_name=self.camera_display_name, scan_id=int(self.worker_id), is_apple_mobile=self.device.is_apple_mobile, mount_point=mount_point, storage_space=[ storage_space, ], ), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() if terminated: logging.info("Terminating scan of %s", self.display_name) else: self.scan_file_system(scan_arguments) else: # When a mobile phone is unlocked, it's as if the phone is ejected and # reinserted. # That means this process will be called again as if it were a device # inserted a 2nd time, only this time it will be unlocked. try: self.scan_camera(scan_arguments) # Sanity check: ensure file contents are still accessible try: self.camera.camera.folder_list_files("/", 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 or self.download_from_camera_fuse: self.content = pickle.dumps( ScanResults(scan_id=int(self.worker_id), camera_removed=True), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() self.send_problems() if self.files_scanned > 0 and not ( self.files_scanned == 0 and self.download_from_camera ): logging.info( "{} 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 os.walk(path_to_walk): if len(dir_list) > 0: # Do not scan gvfs gphoto2 mount dir_list[:] = ( d for d in dir_list if not gvfs_gphoto2_path(dir_name + d) ) if self.scan_preferences.ignored_paths: # Don't inspect paths the user wants ignored # Altering subdirs in place controls the looping # [:] ensures the list is altered in place # (mutating slice method) dir_list[:] = filter(self.scan_preferences.scan_this_path, dir_list) for name in file_list: yield dir_name, name def scan_file_system(self, scan_arguments: ScanArguments): """ Download from file system - either on This Computer, a FUSE device, or an external volume like a memory card or USB Flash or external drive of some kind. :param scan_arguments: scan configuration """ assert scan_arguments.device.path is not None path = os.path.abspath(scan_arguments.device.path) scanning_specific_path = ( self.prefs.scan_specific_folders and scan_arguments.device.device_type in (DeviceType.volume, DeviceType.camera_fuse) ) if scanning_specific_path: specific_folder_prefs = self.prefs.folders_to_scan paths = tuple( os.path.join(path, folder) for folder in os.listdir(path) if folder in specific_folder_prefs and os.path.isdir(os.path.join(path, folder)) ) logging.info( "For device %s, identified paths: %s", self.display_name, ", ".join(paths), ) else: paths = (path,) if scan_arguments.device.device_type == DeviceType.volume: device_type = "device" elif scan_arguments.device.device_type == DeviceType.camera_fuse: device_type = "iOS device" else: device_type = "This Computer path" logging.info("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, is_mtp_device=scan_arguments.device.is_mtp_device, raise_errors=True, specific_folders=specific_folder_prefs, ) if not have_optimal_display_name: # Update the GUI with the real name of the camera # and its storage information have_optimal_display_name = True self.camera_display_name = self.camera.display_name self.display_name = self.camera_display_name storage_space = self.camera.get_storage_media_capacity(refresh=True) storage_descriptions = self.camera.get_storage_descriptions() self.content = pickle.dumps( ScanResults( optimal_display_name=self.camera_display_name, storage_space=storage_space, storage_descriptions=storage_descriptions, scan_id=int(self.worker_id), ), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() break except CameraProblemEx as e: self.content = pickle.dumps( ScanResults(error_code=e.code, scan_id=int(self.worker_id)), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() # Wait for command to resume or halt processing self.resume_work() self.camera_details = 0 self.problems.uri = get_uri(camera_details=self.camera_details) self.problems.name = self.display_name if self.ignore_mdatatime_for_mtp_dng: logging.info( "For any DNG files on the %s, when determining the creation date/" "time, the metadata date/time will be ignored, and the file " "modification date/time used instead", self.display_name, ) # Download only from the DCIM type folder(s) in the camera, # if that's what the user has specified. Otherwise, try to download from # everything we can find. if self.camera.camera_has_folders_to_scan(): logging.info("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 a numeric identifier that will be # used to identify which card a given file comes from for idx, folders in enumerate(specific_folders): for folder in folders: self._folder_identifiers[folder] = idx + 1 # locate photos and videos, identifying duplicate files # identify candidates for extracting metadata for idx, folders in enumerate(specific_folders): # Setup camera details for each storage space in the camera self.camera_details = idx # Now initialize the problems container, if not already done so if idx: self.problems.name = self.camera_display_name self.problems.uri = get_uri(camera_details=self.camera_details) for specific_folder in folders: logging.debug( "Scanning %s on %s", specific_folder, self.camera.display_name ) folder_identifier = self._folder_identifiers.get(specific_folder) if specific_folder_prefs is None: basedir = specific_folder else: basedir = os.path.dirname(specific_folder) self.locate_files_on_camera( specific_folder, folder_identifier, basedir ) # extract camera metadata if self._camera_photos_videos_by_type: self.identify_camera_tz_and_sample_files() # now, process each file for self.dir_name, self.file_name in self._camera_folders_and_files: self.process_file() else: logging.warning( "Unable to detect any specific folders (like DCIM) on %s", self.display_name, ) def locate_files_on_camera( self, path: str, folder_identifier: int, basedir: str ) -> None: """ Scans the memory card(s) on the camera for photos, videos, audio files, and video thumbnail (THM) files. Looks only in the camera's DCIM folders, which are assumed to have already been located. We cannot assume file names are unique on any one memory card, as although it's unlikely, it's possible that a file with the same name might be in different subfolders. For cameras with two memory cards, there are two broad possibilities: (!) the cards' contents mirror each other, because the camera writes the same files to both cards simultaneously (2) each card has a different set of files, e.g. because a different file type is written to each card, or the 2nd card is used only when the first is full In practice, we have to assume that if there are two memory cards, some files will be identical, and others different. Thus we have to scan the contents of both cards, analyzing file names, file modification times and file sizes. If a camera has more than one memory card, we store which card the file came from using a simple numeric identifier i.e. 1 or 2. For duplicate files, we record both directories the file is stored on. We ignore all folders that contain a file .nomedia :param path: the path on the camera to analyze for files and folders :param folder_identifier: if not None, then indicates (1) the camera being scanned has more than one memory card, and (2) the simple numeric identifier of the memory card being scanned right now :param basedir: the base directory of the path, as reported by libgphoto2 """ files_in_folder = [] names = [] try: files_in_folder = self.camera.camera.folder_list_files( path, 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, time_zone_offset_resolution=self.time_zone_offset_resolution, ) thumbnail_cache_status = ThumbnailCacheDiskStatus.unknown # Assign metadata time, if we have it # If we don't, it will be extracted when thumbnails are generated mdatatime = self.file_mdatatime.get(file, 0.0) ignore_mdatatime = self.ignore_mdatatime(ext=ext) if ( not mdatatime and self.prefs.use_thumbnail_cache and not ignore_mdatatime ): # Was there a thumbnail generated for the file? # If so, get the metadata date time from that get_thumbnail = self.thumbnail_cache.get_thumbnail_path( full_file_name=file, mtime=adjusted_mtime, size=size, camera_model=self.camera_model, ) thumbnail_cache_status = get_thumbnail.disk_status if thumbnail_cache_status in ( ThumbnailCacheDiskStatus.found, ThumbnailCacheDiskStatus.failure, ): mdatatime = get_thumbnail.mdatatime if downloaded is not None: self.no_previously_downloaded += 1 prev_full_name = downloaded.download_name prev_datetime = downloaded.download_datetime else: prev_full_name = prev_datetime = None if self.download_from_camera: camera_memory_card_identifiers = self._folder_identifers_for_file[ camera_file ] if not camera_memory_card_identifiers: camera_memory_card_identifiers = None else: camera_memory_card_identifiers = None problem = None rpd_file = rpdfile.get_rpdfile( name=self.file_name, path=self.dir_name, size=size, prev_full_name=prev_full_name, prev_datetime=prev_datetime, device_timestamp_type=self.device_timestamp_type, mtime=modification_time, mdatatime=mdatatime, thumbnail_cache_status=thumbnail_cache_status, thm_full_name=thm_full_name, audio_file_full_name=audio_file_full_name, xmp_file_full_name=xmp_file_full_name, log_file_full_name=log_file_full_name, scan_id=self.worker_id, file_type=file_type, from_camera=self.download_from_camera, camera_details=self.camera_details, camera_memory_card_identifiers=camera_memory_card_identifiers, never_read_mdatatime=ignore_mdatatime, device_display_name=self.display_name, device_uri=self.device.uri, raw_exif_bytes=None, exif_source=None, problem=problem, ) self.file_batch.append(rpd_file) if ( not self.prepared_sample_photo and file == self.sample_photo_file_full_file_name and self.located_sample_photo ): self.sample_photo = self.create_sample_rpdfile( name=self.file_name, path=self.dir_name, size=size, mdatatime=mdatatime, file_type=FileType.photo, mtime=modification_time, ignore_mdatatime=ignore_mdatatime, ) self.sample_exif_bytes = None if self.sample_photo_full_file_downloaded: rpd_file.cache_full_file_name = ( self.sample_photo_extract_full_file_name ) self.sample_photo_extract_full_file_name = None self.prepared_sample_photo = True if ( not self.prepared_sample_video and file == self.sample_video_file_full_file_name and self.located_sample_video ): self.sample_video = self.create_sample_rpdfile( name=self.file_name, path=self.dir_name, size=size, mdatatime=mdatatime, file_type=FileType.video, mtime=modification_time, ignore_mdatatime=ignore_mdatatime, ) if self.sample_video_full_file_downloaded: rpd_file.cache_full_file_name = ( self.sample_video_extract_full_file_name ) self.sample_video_extract_full_file_name = None self.prepared_sample_video = True if len(self.file_batch) == self.batch_size: self.content = pickle.dumps( ScanResults( rpd_files=self.file_batch, file_type_counter=self.file_type_counter, file_size_sum=self.file_size_sum, sample_photo=self.sample_photo, sample_video=self.sample_video, entire_video_required=self.entire_video_required, entire_photo_required=self.entire_photo_required, ), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() self.file_batch = [] self.sample_photo = None self.sample_video = None def send_message_to_sink(self) -> None: 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 logging.debug( "Could not determine timezone setting for %s", self.display_name ) self.device_timestamp_type = DeviceTimestampTZ.unknown else: # Must not compare exact times, as there can be a few seconds difference # between when a file was saved to the flash memory and when it was created # in the camera's memory. Allow for two minutes, to be safe. if datetime_roughly_equal( dt1=datetime.utcfromtimestamp(modification_time), dt2=mdatatime ): logging.info( "Device timezone setting for %s is UTC, as indicated by %s file", self.display_name, determined_by, ) self.device_timestamp_type = DeviceTimestampTZ.is_utc elif datetime_roughly_equal( dt1=datetime.fromtimestamp(modification_time), dt2=mdatatime ): logging.info( "Device timezone setting for %s is local time, as indicated by " "%s file", self.display_name, determined_by, ) self.device_timestamp_type = DeviceTimestampTZ.is_local else: logging.info( "Device timezone setting for %s is unknown, because the file " "modification time and file's time as recorded in metadata differ " "for sample file %s", self.display_name, determined_by, ) self.device_timestamp_type = DeviceTimestampTZ.unknown def adjusted_mtime(self, mtime: float) -> float: """ Use the same calculated mtime that will be applied when the mtime is saved in the rpd_file :param mtime: raw modification time :return: modification time adjusted, if needed """ if self.device_timestamp_type == DeviceTimestampTZ.is_utc: return datetime.utcfromtimestamp(mtime).timestamp() else: return mtime def _get_associate_file_from_camera( self, base_name: str, associate_files: DefaultDict, camera_file: CameraFile ) -> 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 ( "distinguish_non_camera_device_timestamp", "determine_device_timestamp_tz", ): if func_name.find(f) >= 0: # Trace into this function return trace_lines if __name__ == "__main__": if os.getenv("RPD_SCAN_DEBUG") is not None: sys.settrace(trace_calls) scan = ScanWorker() ././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1647023206.3178413 rapid-photo-downloader-0.9.33/raphodo/storage/0000755000175000017500000000000000000000000020247 5ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/storage/__init__.py0000644000175000017500000000000000000000000022346 0ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/storage/storage.py0000644000175000017500000021534400000000000022276 0ustar00damondamon# Copyright (C) 2015-2021 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-2021, Damon Lynch. Copyright 2008-2015 Canonical Ltd. Copyright" " 2013 Bernard Baeyens." ) import functools import logging import os import re import sys import time import pwd from pathlib import Path from collections import namedtuple import shutil from typing import Optional, Tuple, List, Dict, Set from urllib.request import pathname2url from urllib.parse import quote from tempfile import NamedTemporaryFile from PyQt5.QtCore import ( QStorageInfo, QObject, pyqtSignal, QFileSystemWatcher, pyqtSlot, QTimer, QStandardPaths, ) from showinfm import linux_desktop, LinuxDesktop, valid_file_manager import gi from raphodo.wslutils import ( wsl_home, wsl_pictures_folder, wsl_videos_folder, wsl_conf_mnt_location, wsl_filter_directories, ) 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 Distro, PostCameraUnmountAction from raphodo.utilities import ( log_os_release, remove_topmost_directory_from_path, ) logging_level = logging.DEBUG try: from gi.repository import Gio have_gio = True except ImportError: have_gio = False StorageSpace = namedtuple("StorageSpace", "bytes_free, bytes_total, path") CameraDetails = namedtuple( "CameraDetails", "model, port, display_name, is_mtp, storage_desc" ) UdevAttr = namedtuple( "UdevAttr", "is_mtp_device, vendor, model, is_apple_mobile, serial" ) PROGRAM_DIRECTORY = "rapid-photo-downloader" try: _linux_desktop = linux_desktop() except Exception: _linux_desktop = LinuxDesktop.unknown def guess_distro() -> Distro: """ Guess distro support by checking package manager support :return: """ if shutil.which("apt") or shutil.which("apt-get"): return Distro.debian_derivative if shutil.which("dnf"): return Distro.fedora_derivative return Distro.unknown def parse_os_release() -> Dict[str, str]: """ Sync with code in install.py """ d = {} if os.path.isfile("/etc/os-release"): with open("/etc/os-release", "r") as f: for line in f: line = line.strip() if line: k, v = line.split("=", maxsplit=1) v = v.strip("'\"") d[k] = v return d # Keep up to date with parse_distro_details() with code in install.py def get_distro() -> Distro: """ Determine the Linux distribution using /etc/os-release :param os_release: parsed /etc/os-release file """ os_release = parse_os_release() name = os_release.get("NAME") distro = None if name: if "Ubuntu" in name: distro = Distro.ubuntu if "Fedora" in name: distro = Distro.fedora if "CentOS Linux" in name: version_id = os_release.get("VERSION_ID") if version_id == "7": distro = Distro.centos7 else: distro = Distro.centos8 if "CentOS Stream" in name: version_id = os_release.get("VERSION_ID") if version_id == "8": distro = Distro.centos_stream8 else: distro = Distro.centos_stream9 if "Linux Mint" in name: distro = Distro.linuxmint if "elementary" in name: distro = Distro.elementary if "openSUSE" in name: distro = Distro.opensuse if "Deepin" in name: distro = Distro.deepin if "KDE neon" in name: distro = Distro.neon if "Zorin" in name: distro = Distro.zorin if "Kylin" in name: distro = Distro.kylin if "Pop!_OS" in name: distro = Distro.popos if "Raspbian" in name: distro = Distro.raspbian if "Debian" in name: distro = Distro.debian if "Manjaro" in name: distro = Distro.manjaro if "Gentoo" in name: distro = Distro.gentoo if distro is None: idlike = os_release.get("ID_LIKE") if idlike: if "arch" in idlike: distro = Distro.arch if "ubuntu" in idlike: distro = Distro.ubuntu_derivative if "debian" in idlike: distro = Distro.debian_derivative if "fedora" in idlike: distro = Distro.fedora_derivative if distro is None: distro = guess_distro() return distro def get_user_name() -> str: """ Gets the user name of the process owner, with no exception checking :return: user name of the process owner """ return pwd.getpwuid(os.getuid())[0] def get_path_display_name(path: str) -> Tuple[str, str]: """ Return a name for the path (path basename), removing a final '/' when it's not the root of the file system. :param path: path to generate the display name for :return: display name and sanitized path """ if path.endswith(os.sep) and path != os.sep: path = path[:-1] if path == os.sep: display_name = _("File system root") else: display_name = os.path.basename(path) return display_name, path @functools.lru_cache(maxsize=None) def get_media_dir() -> str: """ Returns the media directory, i.e. where external mounts are mounted. Assumes mount point of /media/. """ if sys.platform.startswith("linux"): if _linux_desktop == LinuxDesktop.wsl2: return wsl_conf_mnt_location() media_dir = "/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, Distro.popos, ): if distro not in ( Distro.fedora, Distro.manjaro, Distro.arch, Distro.opensuse, Distro.gentoo, Distro.centos8, Distro.centos_stream8, Distro.centos_stream9, Distro.centos7, ): logging.debug( "Detected /run/media directory, but distro does not appear " "to be CentOS, Fedora, Arch, openSUSE, Gentoo, or Manjaro" ) log_os_release() return run_media_dir return media_dir else: raise ("Mounts.setValidMountPoints() not implemented on %s", sys.platform) _gvfs_gphoto2 = re.compile("gvfs.*gphoto2.*host") def gvfs_gphoto2_path(path: str) -> bool: """ :return: True if the path appears to be a GVFS gphoto2 path >>> p = "/run/user/1000/gvfs/gphoto2:host=%5Busb%3A002%2C013%5D" >>> gvfs_gphoto2_path(p) True >>> p = '/home/damon' >>> gvfs_gphoto2_path(p) False """ return _gvfs_gphoto2.search(path) is not None class ValidMounts: r""" Operations to find 'valid' mount points, i.e. the places in which it's sensible for a user to mount a partition. Valid mount points: include /home/ , /media/, and /run/media/ include directories in /etc/fstab, except /, /home, and swap However if only considering external mounts, the the mount must be under /media/ or /run/media/ """ def __init__(self, only_external_mounts: bool): """ :param only_external_mounts: if True, valid mounts must be under /media/, /run/media/, or if WSL2 /mnt/ """ self.validMountFolders = None # type: Optional[Tuple[str]] self.only_external_mounts = only_external_mounts self.is_wsl2 = _linux_desktop == LinuxDesktop.wsl2 self._setValidMountFolders() assert "/" not in self.validMountFolders if logging_level == logging.DEBUG: self.logValidMountFolders() def isValidMountPoint(self, mount: QStorageInfo) -> bool: """ Determine if the path of the mount point starts with a valid path :param mount: QStorageInfo to be tested :return:True if mount is a mount under a valid mount, else False """ root_path = mount.rootPath() if self.is_wsl2: for path in wsl_filter_directories(): if root_path.startswith(path): return False for m in self.validMountFolders: if root_path.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.only_external_mounts: self.validMountFolders = (media_dir,) else: home_dir = os.path.expanduser("~") validPoints = [home_dir, media_dir] for point in self.mountPointInFstab(): validPoints.append(point) self.validMountFolders = tuple(validPoints) def mountPointInFstab(self): """ Yields a list of mount points in /etc/fstab The mount points will exclude /, /home, and swap """ with open("/etc/fstab") as f: 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 _platform_special_dir( dir_type: QStandardPaths, home_on_failure: bool = True ) -> Optional[str]: """ Use Qt to query the platforms standard paths :param dir_type: one of Qt's standard paths :param home_on_failure: return the home directory if the special path cannot be located :return: the directory, or None if it cannot be determined """ path = QStandardPaths.writableLocation(dir_type) if path: return path elif home_on_failure: try: return str(Path.home()) except RuntimeError: logging.error("Unable to determine home directory") return None def platform_photos_directory(home_on_failure: bool = True) -> 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 """ if _linux_desktop == LinuxDesktop.wsl2: try: return wsl_pictures_folder() except Exception as e: logging.error("Error querying Windows registry: %s", str(e)) path = wsl_home() if path.is_dir(): return str(path / "Pictures") return _platform_special_dir(QStandardPaths.PicturesLocation, home_on_failure) def platform_videos_directory(home_on_failure: bool = True) -> str: """ Get localized version of /home//Videos :param home_on_failure: if the directory does not exist, return the home directory instead :return: the directory if it is specified, else the user's home directory or None """ if _linux_desktop == LinuxDesktop.wsl2: try: return wsl_videos_folder() except Exception as e: logging.error("Error querying Windows registry: %s", str(e)) path = wsl_home() if path.is_dir(): return str(path / "Videos") return _platform_special_dir(QStandardPaths.MoviesLocation, home_on_failure) def platform_desktop_directory(home_on_failure: bool = True) -> str: """ Get localized version of /home//Desktop :param home_on_failure: if the directory does not exist, return the home directory instead :return: the directory if it is specified, else the user's home directory or None """ return _platform_special_dir(QStandardPaths.DesktopLocation, home_on_failure) def platform_photos_identifier() -> str: """ Get special subfoler indicated by the localized version of /home//Pictures :return: the subfolder name if it is specified, else the localized version of 'Pictures' """ path = _platform_special_dir(QStandardPaths.PicturesLocation, home_on_failure=False) if path is None: # translators: the name of the Pictures folder return _("Pictures") return os.path.basename(path) def platform_videos_identifier() -> str: """ Get special subfoler indicated by the localized version of /home//Pictures :return: the subfolder name if it is specified, else the localized version of 'Pictures' """ path = _platform_special_dir(QStandardPaths.MoviesLocation, home_on_failure=False) if path is None: # translators: the name of the Videos folder return _("Videos") return os.path.basename(path) def make_program_directory(path: str) -> str: """ Creates a subfolder used by Rapid Photo Downloader. Does not catch errors. :param path: location where the subfolder should be :return: the full path of the new directory """ program_dir = os.path.join(path, "rapid-photo-downloader") if not os.path.exists(program_dir): os.mkdir(program_dir) elif not os.path.isdir(program_dir): os.remove(program_dir) os.mkdir(program_dir) return program_dir def get_program_cache_directory(create_if_not_exist: bool = False) -> Optional[str]: """ Get Rapid Photo Downloader cache directory. :param create_if_not_exist: creates directory if it does not exist. :return: the full path of the cache directory, or None on error """ # Must use GenericCacheLocation, never CacheLocation cache_directory = _platform_special_dir( QStandardPaths.GenericCacheLocation, home_on_failure=False ) if cache_directory is None: logging.error("The platform's cache directory could not be determined") return None try: if not create_if_not_exist: return str(Path(cache_directory) / PROGRAM_DIRECTORY) else: return make_program_directory(cache_directory) except OSError: logging.error("An error occurred while creating the cache directory") return None def get_program_logging_directory(create_if_not_exist: bool = False) -> Optional[str]: """ Get directory in which to store program log files. Log files are kept in the cache directory. :param create_if_not_exist: create the directory if it does not exist :return: the full path of the logging directory, or None on error """ cache_directory = get_program_cache_directory( create_if_not_exist=create_if_not_exist ) if cache_directory is None: logging.error("Unable to create logging directory") return None log_dir = os.path.join(cache_directory, "log") if os.path.isdir(log_dir): return log_dir if create_if_not_exist: try: if os.path.isfile(log_dir): os.remove(log_dir) os.mkdir(log_dir, 0o700) return log_dir except OSError: logging.error("An error occurred while creating the log directory") return None def get_program_data_directory(create_if_not_exist=False) -> 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 """ data_directory = _platform_special_dir( QStandardPaths.GenericDataLocation, home_on_failure=False ) if data_directory is None: logging.error("The program's data directory could not be determined") return None if not create_if_not_exist: return str(Path(data_directory) / PROGRAM_DIRECTORY) else: return make_program_directory(data_directory) def get_fdo_cache_thumb_base_directory() -> str: """ Get the Freedesktop.org thumbnail directory location :return: location """ # LXDE is a special case: handle it if _linux_desktop == LinuxDesktop.lxde: return str(Path.home() / ".thumbnails") cache = _platform_special_dir( QStandardPaths.GenericCacheLocation, home_on_failure=False ) try: return str(Path(cache) / "thumbnails") except TypeError: logging.error("Could not determine freedesktop.org thumbnail cache location") raise "Could not determine freedesktop.org thumbnail cache location" # Module level variables important for determining among other things the generation of # URIs _quoted_comma = quote(",") _valid_file_manager_probed = False _valid_file_manager = None # type: Optional[str] gvfs_file_managers = ( "nautilus", "caja", "thunar", "nemo", "pcmanfm", "peony", "pcmanfm-qt", "dde-file-manager", "io.elementary.files", ) kframework_file_managers = ("dolphin", "index", "krusader") def get_uri( full_file_name: Optional[str] = None, path: Optional[str] = None, camera_details: Optional[CameraDetails] = None, ) -> str: """ Generate and return the URI for the file, which varies depending on which device the file is located :param full_file_name: full filename and path :param path: straight path when not passing a full_file_name :param camera_details: see named tuple CameraDetails for parameters :param desktop_environment: if True, will to generate a URI accepted by Gnome, KDE and other desktops, which means adjusting the URI if it appears to be an MTP mount. Includes the port too, for cameras. Takes into account file manager characteristics. :return: the URI """ global _valid_file_manager global _valid_file_manager_probed if not _valid_file_manager_probed: _valid_file_manager = valid_file_manager() _valid_file_manager_probed = True if camera_details is None: prefix = "file://" else: prefix = "" # Attempt to generate a URI accepted by desktop environments if camera_details.is_mtp: if full_file_name: full_file_name = remove_topmost_directory_from_path(full_file_name) elif path: path = remove_topmost_directory_from_path(path) if _valid_file_manager in gvfs_file_managers: prefix = "mtp://" + pathname2url( "[{}]/{}".format(camera_details.port, camera_details.storage_desc) ) elif _valid_file_manager in kframework_file_managers: 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", _valid_file_manager ) else: if _valid_file_manager in kframework_file_managers: prefix = f"camera:/{pathname2url(camera_details.display_name.replace('-', ' '))}@{camera_details.port}" else: prefix = "gphoto2://" + pathname2url("[{}]".format(camera_details.port)) if _valid_file_manager == "pcmanfm-qt": # pcmanfm-qt does not like the quoted form of the comma prefix = prefix.replace(_quoted_comma, ",") if full_file_name: # pcmanfm-qt does not like the 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() is_apple_mobile = False if device.has_sysfs_attr("configuration"): config = device.get_sysfs_attr("configuration") if config is not None: is_apple_mobile = config.lower().find("apple mobile") >= 0 if not is_apple_mobile and vendor.lower().find("apple") >= 0: logging.warning( "Setting Apple device detected to True even though Apple Mobile " "UDEV configuration not set because vendor is %s", vendor, ) is_apple_mobile = True if device.has_sysfs_attr("serial"): serial = device.get_sysfs_attr("serial") logging.debug("Device serial: %s", serial) else: serial = None if is_apple_mobile: if serial: logging.debug( "Detected using udev Apple Mobile device at %s with serial %s", devname, serial, ) else: logging.warning( "Detected using udev Apple Mobile device at %s but could not " "determine serial number", devname, ) return UdevAttr(is_mtp, vendor, model, is_apple_mobile, serial) return None def udev_is_camera(devname: str) -> bool: """ Query udev to see if device is a gphoto2 device (a camera or phone) :param devname: udev DEVNAME e.g. '/dev/bus/usb/001/003' :return: True if so, else False """ client = GUdev.Client(subsystems=["usb", "block"]) enumerator = GUdev.Enumerator.new(client) enumerator.add_match_property("DEVNAME", devname) for device in enumerator.execute(): if device.get_property("ID_GPHOTO2") == "1": return True return False def fs_device_details(path: str) -> Tuple: """ :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. Monitors the parent directory because we need to monitor it to detect if the download directory has been removed. """ def updateWatchPathsFromPrefs(self, prefs) -> None: """ Update the watched directories using values from the program preferences :param prefs: program preferences :type prefs: raphodo.preferences.Preferences """ logging.debug("Updating watched paths") paths = ( os.path.dirname(path) for path in (prefs.photo_download_folder, prefs.video_download_folder) ) watch = {path for path in paths if path} existing_watches = set(self.directories()) if watch == existing_watches: return new = watch - existing_watches if new: new = list(new) logging.debug("Adding to watched paths: %s", ", ".join(new)) failures = self.addPaths(new) if failures: logging.debug("Failed to add watched paths: %s", failures) old = existing_watches - watch if old: old = list(old) logging.debug("Removing from watched paths: %s", ", ".join(old)) failures = self.removePaths(old) if failures: logging.debug("Failed to remove watched paths: %s", failures) def closeWatch(self) -> None: """ End all watches. """ dirs = self.directories() if dirs: self.removePaths(dirs) class CameraHotplug(QObject): cameraAdded = pyqtSignal() cameraRemoved = pyqtSignal() def __init__(self): super().__init__() self.cameras = {} @pyqtSlot() def startMonitor(self): self.client = GUdev.Client(subsystems=["usb", "block"]) self.client.connect("uevent", self.ueventCallback) logging.debug("... camera hotplug monitor started") self.enumerateCameras() if self.cameras: logging.info( "Camera Hotplug found %d camera(s): %s", len(self.cameras), ", ".join((model for port, model in self.cameras.items())), ) for port, model in self.cameras.items(): logging.debug("%s is at %s", model, port) def enumerateCameras(self): """ Query udev to get the list of cameras store their path and model in our internal dict, which is useful when responding to camera removal. """ enumerator = GUdev.Enumerator.new(self.client) enumerator.add_match_property("ID_GPHOTO2", "1") for device in enumerator.execute(): model = device.get_property("ID_MODEL") if model is not None: path = device.get_sysfs_path() self.cameras[path] = model def ueventCallback( self, client: GUdev.Client, action: str, device: GUdev.Device ) -> None: # for key in device.get_property_keys(): # print(key, device.get_property(key)) if device.get_property("ID_GPHOTO2") == "1": self.camera(action, device) def camera(self, action: str, device: GUdev.Device) -> None: # For some reason, the add and remove camera event is triggered twice. # The second time the device information is a variation on information # from the first time. path = device.get_sysfs_path() parent_device = device.get_parent() parent_path = parent_device.get_sysfs_path() logging.debug( "Device change: %s. Path: %s Parent path: %s", action, path, parent_path ) if device.has_property("ID_VENDOR_FROM_DATABASE"): vendor = device.get_property("ID_VENDOR_FROM_DATABASE") logging.debug("Device vendor: %s", vendor) else: vendor = "" # 'bind' vs 'add' action: see https://lwn.net/Articles/837033/ if action == "bind": if parent_path not in self.cameras: model = "" if device.has_property("ID_MODEL"): model = device.get_property("ID_MODEL") model = model.replace("_", " ") camera_path = path else: camera_path = parent_path name = model or vendor or "unknown camera" logging.info("Hotplug: new camera: %s", name) self.cameras[camera_path] = name self.cameraAdded.emit() else: logging.debug( "Hotplug: already know about %s", self.cameras[parent_path] ) elif action == "remove": emit_remove = False name = "" # A path might look like: # /sys/devices/pci0000:00/0000:00:1c.6/0000:0e:00.0/usb3/3-2/3-2:1.0 # When what we want is: # /sys/devices/pci0000:00/0000:00:1c.6/0000:0e:00.0/usb3/3-2 # This unchanged path used to work, so test both the unchanged and modified # path # Note enumerateCameras() above finds only the path as in the 2nd type, without the # 3-2:1.0 split_path = os.path.split(path)[0] for p in (path, split_path): if p in self.cameras: name = self.cameras[p] logging.debug("Hotplug: removing '%s' on basis of path %s", name, p) del self.cameras[p] emit_remove = True break if emit_remove: logging.info("Hotplug: '%s' has been removed", name) self.cameraRemoved.emit() else: logging.debug( "Not responding to device removal: '%s'", vendor or device.get_sysfs_path(), ) class UDisks2Monitor(QObject): # Most of this class is Copyright 2008-2015 Canonical partitionMounted = pyqtSignal(str, "PyQt_PyObject", bool) partitionUnmounted = pyqtSignal(str) loop_prefix = "/org/freedesktop/UDisks2/block_devices/loop" not_interesting = ( "/org/freedesktop/UDisks2/block_devices/dm_", "/org/freedesktop/UDisks2/block_devices/ram", "/org/freedesktop/UDisks2/block_devices/zram", ) def __init__(self, validMounts: ValidMounts, prefs) -> None: super().__init__() self.prefs = prefs self.validMounts = validMounts @pyqtSlot() def startMonitor(self) -> None: self.udisks = UDisks.Client.new_sync(None) self.manager = self.udisks.get_object_manager() self.manager.connect( "object-added", lambda man, obj: self._udisks_obj_added(obj) ) self.manager.connect( "object-removed", lambda man, obj: self._device_removed(obj) ) # Track the paths of the mount points, which is useful when unmounting # objects. self.known_mounts = {} # type: Dict[str, str] for obj in self.manager.get_objects(): path = obj.get_object_path() fs = obj.get_filesystem() if fs: mount_points = fs.get_cached_property( "MountPoints" ).get_bytestring_array() if mount_points: self.known_mounts[path] = mount_points[0] logging.debug("... UDisks2 monitor started") def _udisks_obj_added(self, obj) -> None: path = obj.get_object_path() for boring in self.not_interesting: if path.startswith(boring): return block = obj.get_block() if not block: return drive = self._get_drive(block) part = obj.get_partition() is_system = block.get_cached_property("HintSystem").get_boolean() is_loop = ( path.startswith(self.loop_prefix) and not block.get_cached_property("ReadOnly").get_boolean() ) if not is_system or is_loop: 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 = "" if not self.prefs.auto_mount: logging.debug( "Not mounting device because auto mount preference is off: %s", path, ) return mount_points = fs.get_cached_property("MountPoints").get_bytestring_array() if len(mount_points) == 0: try: logging.debug("UDisks: attempting to mount %s", path) mount_point = self.retry_mount(fs, fstype) if not mount_point: raise Exception else: logging.debug("UDisks: successfully mounted at %s", mount_point) except Exception: logging.error("UDisks: could not mount the device: %s", path) return else: mount_point = mount_points[0] logging.debug("UDisks: already mounted at %s", mount_point) self.known_mounts[path] = mount_point if self.validMounts.pathIsValidMountPoint(mount_point): self.partitionMounted.emit(mount_point, icon_names, ejectable) else: logging.debug("Udisks: partition has no file system %s", path) def retry_mount(self, fs, fstype) -> str: # Variant parameter construction Copyright Bernard Baeyens, and is # licensed under GNU General Public License Version 2 or higher. # https://github.com/berbae/udisksvm list_options = "" if fstype == "vfat": list_options = "flush" elif fstype == "ext2": list_options = "sync" G_VARIANT_TYPE_VARDICT = GLib.VariantType.new("a{sv}") param_builder = GLib.VariantBuilder.new(G_VARIANT_TYPE_VARDICT) optname = GLib.Variant.new_string("fstype") # s value = GLib.Variant.new_string(fstype) vvalue = GLib.Variant.new_variant(value) # v newsv = GLib.Variant.new_dict_entry(optname, vvalue) # {sv} param_builder.add_value(newsv) optname = GLib.Variant.new_string("options") value = GLib.Variant.new_string(list_options) vvalue = GLib.Variant.new_variant(value) newsv = GLib.Variant.new_dict_entry(optname, vvalue) param_builder.add_value(newsv) vparam = param_builder.end() # a{sv} # Try to mount until it does not fail with "Busy" timeout = 10 while timeout >= 0: try: return fs.call_mount_sync(vparam, None) except GLib.GError as e: if 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) else: logging.debug( "Taking no action on device removal because of unrecognized path: %s", path, ) def get_can_eject(self, obj: UDisks.Object) -> bool: block = obj.get_block() drive = self._get_drive(block) if drive is not None: return drive.get_property("ejectable") return False @staticmethod def _object_path(device_path: str) -> str: """ Determine object path used by UDisks2 for device path :param device_path: system path of the device to check, e.g. /dev/sdc1 """ return f"/org/freedesktop/UDisks2/block_devices/{os.path.split(device_path)[1]}" def get_device_props(self, device_path: str) -> Tuple[List[str], bool]: """ Given a device, get the icon names suggested by udev, and determine whether the mount is ejectable or not. :param device_path: system path of the device to check, e.g. /dev/sdc1 :return: icon names and eject boolean """ object_path = self._object_path(device_path) obj = self.udisks.get_object(object_path) if obj is None: icon_names = [] can_eject = False else: icon_names = self.get_icon_names(obj) can_eject = self.get_can_eject(obj) return icon_names, can_eject def add_device(self, device_path: str, mount_point: str) -> None: object_path = self._object_path(device_path) self.known_mounts[object_path] = mount_point @pyqtSlot(str) def unmount_volume(self, mount_point: str) -> None: G_VARIANT_TYPE_VARDICT = GLib.VariantType.new("a{sv}") param_builder = GLib.VariantBuilder.new(G_VARIANT_TYPE_VARDICT) # Variant parameter construction Copyright Bernard Baeyens, and is # licensed under GNU General Public License Version 2 or higher. # https://github.com/berbae/udisksvm optname = GLib.Variant.new_string("force") value = GLib.Variant.new_boolean(False) vvalue = GLib.Variant.new_variant(value) newsv = GLib.Variant.new_dict_entry(optname, vvalue) param_builder.add_value(newsv) vparam = param_builder.end() # a{sv} path = None # Get the path from the dict we keep of known mounts for key, value in self.known_mounts.items(): if value == mount_point: path = key break if path is None: logging.error( "Could not find UDisks2 path used to be able to unmount %s", mount_point ) fs = None for obj in self.manager.get_objects(): opath = obj.get_object_path() if path == opath: fs = obj.get_filesystem() if fs is None: logging.error( "Could not find UDisks2 filesystem used to be able to unmount %s", mount_point, ) logging.debug("Unmounting %s...", mount_point) try: fs.call_unmount( vparam, None, self.umount_volume_callback, (mount_point, fs) ) except GLib.GError: value = sys.exc_info()[1] logging.error("Unmounting failed with error:") logging.error("%s", value) def umount_volume_callback( self, source_object: UDisks.FilesystemProxy, result: Gio.AsyncResult, user_data: Tuple[str, UDisks.Filesystem], ) -> None: """ Callback for asynchronous unmount operation. :param source_object: the FilesystemProxy object :param result: result of the unmount :param user_data: mount_point and the file system """ mount_point, fs = user_data try: if fs.call_unmount_finish(result): logging.debug("...successfully unmounted %s", mount_point) else: # this is the result even when the unmount was unsuccessful logging.debug("...possibly failed to unmount %s", mount_point) except GLib.GError 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. """ # result (unmount succeeded or not), camera model, port, post unmount action cameraUnmounted = pyqtSignal(bool, str, str, PostCameraUnmountAction) cameraMounted = pyqtSignal() # path, icon names, volume can eject partitionMounted = pyqtSignal(str, "PyQt_PyObject", bool) # path partitionUnmounted = pyqtSignal(str) volumeAddedNoAutomount = pyqtSignal() cameraPossiblyRemoved = pyqtSignal() # device path cameraVolumeAdded = pyqtSignal(str) def __init__(self, validMounts: ValidMounts, prefs) -> None: super().__init__() self.prefs = prefs self.vm = Gio.VolumeMonitor.get() self.vm.connect("mount-added", self.mountAdded) self.vm.connect("volume-added", self.volumeAdded) self.vm.connect("mount-removed", self.mountRemoved) self.vm.connect("volume-removed", self.volumeRemoved) self.portSearch = re.compile(r"usb:([\d]+),([\d]+)") self.scsiPortSearch = re.compile(r"usbscsi:(.+)") self.possibleCamera = re.compile(r"/usb/([\d]+)/([\d]+)") self.validMounts = validMounts # device_path: volume_name self.camera_volumes_added = dict() # type: Dict[str, str] self.camera_volumes_mounted = set() # type: Set[str] self.manually_mounted_volumes = set() # type: Set[Gio.Volume] @staticmethod def mountMightBeCamera(mount: Gio.Mount) -> bool: """ :param mount: the mount to check :return: True if the mount needs to be checked if it is a camera """ return not mount.is_shadowed() and mount.get_volume() is not None def unixDevicePathIsCamera(self, devname: str) -> bool: """ Test if the device at unix device path devname is a camera :param devname: Gio.VOLUME_IDENTIFIER_KIND_UNIX_DEVICE device path e.g. '/dev/bus/usb/001/003' :return: True if camera else False """ return self.possibleCamera.search(devname) is not None and udev_is_camera( devname ) def ptpCameraMountPoint(self, model: str, port: str) -> 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, post_unmount_action: PostCameraUnmountAction, attempt_no: int, ) -> None: logging.info( "Attempt #%s to unmount camera %s on port %s", attempt_no + 1, model, port, ) self.unmountCamera( model=model, port=port, post_unmount_action=post_unmount_action, attempt_no=attempt_no, ) def unmountCamera( self, model: str, port: str, post_unmount_action: PostCameraUnmountAction, mount_point: 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 mount_point: if not None, try umounting from this mount point without scanning for it first :return: True if an unmount operation has been initiated, else returns False. """ if mount_point is None: to_unmount = self.ptpCameraMountPoint(model, port) else: to_unmount = mount_point if to_unmount is not None: logging.debug("GIO: Attempting to unmount %s...", model) to_unmount.unmount_with_operation( 0, None, None, self.unmountCameraCallback, (model, port, post_unmount_action, attempt_no), ) return True return False def unmountCameraCallback( self, mount: Gio.Mount, result: Gio.AsyncResult, user_data: Tuple[str, str, PostCameraUnmountAction, bool], ) -> None: """ Called by the asynchronous unmount operation. When complete, emits a signal indicating operation success, and the camera model and port :param mount: camera mount :param result: result of the unmount process :param user_data: model and port of the camera being unmounted, in the format of libgphoto2 """ model, port, post_unmount_action, attempt_no = user_data try: if mount.unmount_with_operation_finish(result): logging.debug("...successfully unmounted {}".format(model)) self.cameraUnmounted.emit(True, model, port, post_unmount_action) else: logging.debug("...failed to unmount {}".format(model)) self.cameraUnmounted.emit(False, model, port, post_unmount_action) except GLib.GError as e: if e.code == 26 and attempt_no < 10: attempt_no += 1 QTimer.singleShot( 1000, lambda: self.reUnmountCamera( model, port, post_unmount_action, attempt_no ), ) else: logging.error("Exception occurred unmounting {}".format(model)) logging.exception("Traceback:") self.cameraUnmounted.emit(False, model, port, post_unmount_action) def unmountVolume(self, path: str) -> None: """ Unmounts the volume represented by the path. If no volume is found representing that path, nothing happens. :param path: path of the volume. It should not end with os.sep. """ for mount in self.vm.get_mounts(): root = mount.get_root() if root is not None: mpath = root.get_path() if path == mpath: logging.info("Attempting to unmount %s...", path) mount.unmount_with_operation( 0, None, None, self.unmountVolumeCallback, path ) break @staticmethod def unmountVolumeCallback( mount: Gio.Mount, result: Gio.AsyncResult, user_data: str ) -> None: """ Called by the asynchronous unmount operation. :param mount: volume mount :param result: result of the unmount process :param user_data: the path of the device unmounted """ path = user_data try: if mount.unmount_with_operation_finish(result): logging.info("...successfully unmounted volume %s", path) else: logging.info("...failed to unmount volume %s", path) except GLib.GError as e: if e.code == 16: logging.debug("...backend currently unmounting volume %s...", path) elif e.code == 26: logging.debug( "...did not yet unmount volume %s because it is busy..." ) # TODO investigate if should try again to unmount the volume, similar to # unmountCameraCallback() else: logging.error("Exception occurred unmounting volume %s", path) logging.exception("Traceback:") @staticmethod def mountIsAppleFileConduit(mount: Gio.Mount, path: str) -> bool: if path: logging.debug( "GIO: Looking for Apple File Conduit (AFC) at mount {}".format(path) ) path, folder_name = os.path.split(path) if folder_name: if folder_name.startswith("afc:host="): return True return False def mountVolume(self, volume: Gio.Volume) -> None: logging.debug("Attempting to mount %s", volume.get_name()) self.manually_mounted_volumes.add(volume) volume.mount(0, None, None, self.mountVolumeCallback, volume) def mountVolumeCallback( self, source_object, result: Gio.AsyncResult, volume: Gio.Volume ) -> None: self.manually_mounted_volumes.remove(volume) if volume.mount_finish(result): logging.debug("%s was successfully manually mounted", volume.get_name()) self.mountAdded(self.vm, volume.get_mount()) else: logging.debug("%s failed to mount", volume.get_name()) def mountIsCamera(self, mount: Gio.Mount, path: Optional[str] = None) -> bool: """ Determine if the mount refers to a camera by checking the path to see if gphoto2 or mtp is in the last folder in the root path. Does not query udev, deliberately. This can be called when device is being unmounted. Unclear if the device is still on the system at this point, or how realible that is even if it is. :param mount: mount to check :param path: optional mount path if already determined :return: True if mount refers to a camera, else False """ if self.mountMightBeCamera(mount): if path is None: root = mount.get_root() if root is None: logging.warning( "Unable to get mount root for %s", mount.get_name() ) else: path = root.get_path() if path: logging.debug("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, path: Optional[str] = None ) -> bool: """ Determine if the mount point is that of a valid partition, i.e. is mounted in a valid location, which is under one of self.validMountDirs :param mount: the mount to examine :param path: optional mount path if already determined :return: True if the mount is a valid partiion """ if path is None: root = mount.get_root() if root is None: logging.warning("Unable to get mount root for %s", mount.get_name()) else: path = root.get_path() if path: logging.debug( "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 """ if mount.get_volume() in self.manually_mounted_volumes: logging.debug( "Waiting for manual mount of %s to complete", mount.get_volume().get_name(), ) return logging.debug("Examining mount %s", mount.get_name()) try: identifier = mount.get_volume().get_identifier( Gio.VOLUME_IDENTIFIER_KIND_UNIX_DEVICE ) if identifier in self.camera_volumes_added: logging.debug( "%s is now mounted", self.camera_volumes_added[identifier] ) self.camera_volumes_mounted.add(identifier) self.cameraMounted.emit() return except Exception: pass try: path = mount.get_root().get_path() except Exception: logging.warning("Unable to get mount path for %s", mount.get_name()) else: if self.mountIsAppleFileConduit(mount, path): # An example of an AFC volume is the "Documents" mount for an iPhone, which # in contrast to the gphoto2 mount for the same device logging.debug("Apple File Conduit (AFC) mount detected at %s", path) logging.info("Attempting to unmount %s...", path) mount.unmount_with_operation( 0, None, None, self.unmountVolumeCallback, path ) elif self.mountIsCamera(mount, path): # Can be called on startup if camera was already mounted in GIO before the program # started. In that case, previous check would not have detected the camera. self.cameraMounted.emit() elif self.mountIsPartition(mount, path): icon_names = self.getIconNames(mount) self.partitionMounted.emit( mount.get_root().get_path(), icon_names, mount.can_eject() ) def mountRemoved(self, volumeMonitor, mount: Gio.Mount) -> None: if not self.mountIsCamera(mount): 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() should_automount = volume.should_automount() logging.debug( "GIO: Volume added %s. Automount: %s", volume_name, should_automount, ) if not should_automount: logging.debug( "%s has probably been removed: do not automount", volume_name ) return if not self.prefs.auto_mount: logging.debug( "Not checking mount status for %s because auto mount preference " "is off", volume_name, ) return # Even if volume.should_automount(), the volume in fact may not be mounted # automatically. It's a bug that has shown up at least twice! device_path = volume.get_identifier(Gio.VOLUME_IDENTIFIER_KIND_UNIX_DEVICE) if device_path is None: logging.debug("%s is not a Unix Device", volume_name) else: try: is_camera = self.unixDevicePathIsCamera(device_path) except TypeError: logging.debug( "Unexpected device path for %s. Type %s", volume_name, type(device_path), ) else: if is_camera: self.camera_volumes_added[device_path] = volume_name logging.debug("%s is a camera at %s", volume_name, device_path) # Time is in milliseconds; 3000 is 3 seconds. QTimer.singleShot( 3000, lambda: self.cameraVolumeAddedCheckMount(device_path) ) else: uuid = volume.get_uuid() logging.debug( "%s is a device at %s with UUID %s", volume_name, device_path, uuid, ) QTimer.singleShot( 3000, lambda: self.deviceVolumeAddedCheckMount(volume) ) def cameraVolumeAddedCheckMount(self, device_path) -> None: if device_path not in self.camera_volumes_mounted: logging.debug( "%s had not been automatically mounted. Will initiate camera scan.", self.camera_volumes_added[device_path], ) self.cameraVolumeAdded.emit(device_path) else: logging.debug( "%s had been automatically mounted", self.camera_volumes_added[device_path], ) def deviceVolumeAddedCheckMount(self, volume: Gio.Volume) -> None: mount = volume.get_mount() if mount is not None: # Double check that it's in the list of mounts mounted = mount in self.vm.get_mounts() else: mounted = False if not mounted: logging.debug( "%s has not been automatically mounted. Will initiate mount.", volume.get_name(), ) self.mountVolume(volume) else: logging.debug("%s was automatically mounted", volume.get_name()) def volumeRemoved(self, volumeMonitor, volume: Gio.Volume) -> None: logging.debug("GIO: %s volume removed", volume.get_name()) if volume.get_activation_root() is not None: logging.debug("GIO: %s might be a camera", volume.get_name()) self.cameraPossiblyRemoved.emit() @staticmethod def getIconNames(mount: Gio.Mount) -> List[str]: """ Get icons for the mount from theme :param mount: :return: """ icon_names = [] icon = mount.get_icon() if isinstance(icon, Gio.ThemedIcon): icon_names = icon.get_names() return icon_names def getProps(self, path: str) -> Tuple[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 ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/storage/storageidevice.py0000644000175000017500000002217500000000000023625 0ustar00damondamon# Copyright (C) 2022 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Utility functions that use subprocess to call primarily libimobiledevice utilities to handle iOS devices. There is a Python binding to libimobiledevice, but at the time of writing it is undocumented and very difficult to use. """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2022, Damon Lynch." import logging import os import shutil from typing import Optional import subprocess from typing import List, Tuple from raphodo.cameraerror import iOSDeviceError from raphodo.constants import CameraErrorCode from raphodo.utilities import create_temp_dir # Utilities for identifying, pairing, and mounting iOS devices # Called every time on import into a new process, but not much we can do about that # without a bunch of extra optimization steps idevice_helper_apps = ("idevicename", "idevicepair", "ifuse", "fusermount") ios_helper_cmds = [shutil.which(cmd) for cmd in idevice_helper_apps] idevicename_cmd, idevicepair_cmd, ifuse_cmd, fusermount_cmd = ios_helper_cmds def utilities_present() -> bool: """ :return: True if all iOS helper utility applications are present on the system """ return None not in ios_helper_cmds def ios_missing_programs() -> List[str]: """ :return: a list of missing helper programs to allow iOS device access """ l = [ idevice_helper_apps[i] for i in range(len(ios_helper_cmds)) if ios_helper_cmds[i] is None ] return l def idevice_serial_to_udid(serial: str) -> str: """ Generate udid for imobiledevice utilities from serial number There appear to be two (or more?) formats for iOS device serial numbers as reported by udev. :param serial: udev device serial number :return: udid suitable for imobiledevice utilities """ if len(serial) == 24: return "{}-{}".format(serial[:8], serial[8:]) else: if len(serial) != 40: logging.warning( "Unexpected serial number length for iOS device: %s", serial ) return serial def idevice_run_command( command: str, udid: str, argument_before_option: Optional[str] = "", argument: Optional[str] = "", display_name: Optional[str] = "", warning_only: Optional[bool] = False, supply_udid_as_arg: Optional[bool] = True, camera_error_code: Optional[CameraErrorCode] = CameraErrorCode.pair, ) -> str: """ Run a command and raise an error if it fails :param command: command to run, e.g. idevicename_cmd :param udid: iOS device udid, used to perform operations on specific device :param argument_before_option: argument to pass command before any '-u udid' argument :param argument: argument to pass command after any '-u udid' argument :param display_name: iOS name for use in error messages :param warning_only: do not raise an error, but instead log a warning :param supply_udid_as_arg: if True, add '-u udid' argument to command :param camera_error_code: error code to raise when something goes wrong :return: command's stdout / stderr """ cmd = [command] if command == fusermount_cmd: cmd.append( "-u" ) # Note: nothing to to with udid. Simply instructs fusermount to unmount. if argument_before_option: cmd.append(argument_before_option) if supply_udid_as_arg: cmd.append("-u") cmd.append(udid) if argument: cmd.append(argument) try: result = subprocess.run( cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, check=True, ) except subprocess.CalledProcessError as e: if warning_only: logging.warning( "Error running %s for %s. %s: %s", command, display_name or udid, e.returncode, e.stdout.decode().strip(), ) return "" else: raise iOSDeviceError( camera_error_code, e.returncode, e.output.decode(), udid, display_name ) return result.stdout.decode() def idevice_get_name(udid: str) -> str: """ Determine name of idevice using its udid :param udid: Apple device udid in format used by imobiledevice utilities :return: output of idevicename """ return idevice_run_command( udid=udid, command=idevicename_cmd, warning_only=True, camera_error_code=CameraErrorCode.devicename, ).strip() def idevice_run_idevicepair_command(udid: str, display_name: str, argument: str) -> str: """ Run idevicepair with argument and return result :param udid: iOS device udid, used to perform operations on specific device :param display_name: iOS name for use in error messages :param argument: idevicepair argument to run :return: command's stdout / stderr """ assert argument in ("validate", "list", "pair") return idevice_run_command( udid=udid, display_name=display_name, command=idevicepair_cmd, argument=argument ) def idevice_in_pairing_list(udid: str, display_name: str) -> bool: """Check if iOS device is in list of paired devices""" logging.debug( "Checking if '%s' is already in iOS device pairing list", display_name ) result = idevice_run_idevicepair_command( udid=udid, display_name=display_name, argument="list" ) return udid in result def idevice_validate_pairing(udid: str, display_name: str): """ Validate if iOS device has already been paired. Raises error on failure. """ idevice_run_idevicepair_command( udid=udid, display_name=display_name, argument="validate" ) logging.info("Successfully validated pairing of '%s'", display_name) def idevice_pair(udid: str, display_name: str): """Pair iOS device""" idevice_run_idevicepair_command( udid=udid, display_name=display_name, argument="pair" ) logging.debug("Successfully paired '%s'", display_name) def idevice_do_mount(udid: str, display_name: str) -> str: """ Mount an iOS device that has already been paired. :param udid: iOS device udid, used to perform operations on specific device :param display_name: display_name: iOS name for use in error messages :return: FUSE mount point """ logging.info("Mounting iOS device '%s' using FUSE", display_name) mount_point = idevice_generate_mount_point(udid=udid) idevice_run_command( udid=udid, command=ifuse_cmd, display_name=display_name, argument_before_option=mount_point, camera_error_code=CameraErrorCode.mount, ) return mount_point def idevice_do_unmount(udid: str, display_name: str, mount_point: str): """ Unmount an iOS device that was mounted using FUSE, and remove the directory. :param udid: iOS device udid, used to perform operations on specific device :param display_name: display_name: iOS name for use in error messages :return: FUSE mount point """ logging.info("Unmounting iOS device '%s' from FUSE mount", display_name) try: idevice_run_command( udid=udid, command=fusermount_cmd, display_name=display_name, argument=mount_point, camera_error_code=CameraErrorCode.mount, supply_udid_as_arg=False, ) except iOSDeviceError as e: logging.error( "Error unmounting iOS device '%s'. %s: %s", e.display_name, e.imobile_error, e.imobile_error_output, ) if os.path.isdir(mount_point): try: os.rmdir(mount_point) except OSError as inst: msg = "Failed to remove temporary directory %s: %s %s" % ( mount_point, inst.errno, inst.strerror, ) logging.critical(msg) def idevice_generate_mount_point(udid: str) -> str: """ Create a temporary directory in which to mount iOS device using FUSE :param udid: iOS device udid, used to perform operations on specific device :return: full path to the temp dir """ # Make the temp directory have the iOS serial number so that when thumbnails are # saved by path, the path will be the same each time the device is inserted temp_dir = create_temp_dir(temp_dir_name="rpd-tmp-{}".format(udid)) assert temp_dir is not None logging.debug("Created temp mount point %s", temp_dir) return temp_dir ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/sudocommand.py0000644000175000017500000003055700000000000021500 0ustar00damondamon# Copyright (C) 2021 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2021, Damon Lynch." from getpass import getuser import logging import shlex import subprocess from enum import IntEnum import textwrap from typing import List, NamedTuple, Optional import webbrowser from PyQt5.QtWidgets import ( QDialog, QVBoxLayout, QDialogButtonBox, QLabel, QHBoxLayout, QSizePolicy, ) from PyQt5.QtCore import Qt, QSize, pyqtSlot from PyQt5.QtGui import QIcon, QFontMetrics, QFont from raphodo.ui.password import PasswordEdit from raphodo.ui.viewutils import translateDialogBoxButtons class SudoCommand(QDialog): def __init__( self, msg: Optional[str] = None, hint: Optional[str] = None, title: Optional[str] = None, password_incorrect: bool = False, icon: Optional[str] = None, help_url: Optional[str] = None, parent=None, ) -> None: super().__init__(parent=parent) word_wrap_width = 50 if title: titleHLayout = QHBoxLayout() if icon: i = QIcon(icon) else: i = QIcon(":/rapid-photo-downloader.svg") size = QFontMetrics(QFont()).height() pixmap = i.pixmap(QSize(size, size)) titleIcon = QLabel() titleIcon.setPixmap(pixmap) titleIcon.setSizePolicy(QSizePolicy.Fixed, QSizePolicy.Fixed) if len(title) > word_wrap_width: # DO NOT set wordwrap on the richtext QLabel, or else the Qt layout # management is truly screwed!! # from the Qt documentation: # "The use of rich text in a label widget can introduce some problems to # the layout of its parent widget. Problems occur due to the way rich # text is handled by Qt's layout managers when the label is word # wrapped" title = "
      ".join(textwrap.wrap(title, width=word_wrap_width)) titleLabel = QLabel(f"{title}") titleLabel.setTextFormat(Qt.RichText) titleLabel.setAlignment(Qt.AlignTop) titleLabel.setSizePolicy(QSizePolicy.MinimumExpanding, QSizePolicy.Fixed) titleHLayout.addWidget(titleIcon, alignment=Qt.AlignTop) titleHLayout.addWidget(titleLabel, alignment=Qt.AlignTop) titleLayout = QVBoxLayout() titleLayout.addLayout(titleHLayout) titleLayout.addSpacing(8) if password_incorrect: wrongPasswordLabel = QLabel(_("Sorry, the password was incorrect.")) msgLabel = QLabel( msg # Translators: here %s refers to the username (you must keep %s or the # program will crash). This is what it looks like: # https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png or _("To perform administrative tasks, enter the password for %s.") % getuser() ) if len(msgLabel.text()) > 50: msgLabel.setWordWrap(True) msgLabel.setSizePolicy( QSizePolicy.MinimumExpanding, QSizePolicy.MinimumExpanding ) if hint: hintLabel = QLabel(hint) if len(hint) > 50: hintLabel.setWordWrap(True) hintLabel.setSizePolicy( QSizePolicy.MinimumExpanding, QSizePolicy.MinimumExpanding ) self.passwordEdit = PasswordEdit() self.passwordEdit.setMinimumWidth(220) self.passwordEdit.setSizePolicy( QSizePolicy.MinimumExpanding, QSizePolicy.MinimumExpanding ) buttonBox = QDialogButtonBox(QDialogButtonBox.Cancel | QDialogButtonBox.Ok) if help_url: self.help_url = help_url self.helpButton = buttonBox.addButton(QDialogButtonBox.Help) self.helpButton.clicked.connect(self.helpButtonClicked) translateDialogBoxButtons(buttonBox) buttonBox.rejected.connect(self.reject) buttonBox.accepted.connect(self.accept) buttonBox.setSizePolicy( QSizePolicy.MinimumExpanding, QSizePolicy.MinimumExpanding ) layout = QVBoxLayout() layout.setSpacing(8) layout.setContentsMargins(8, 8, 8, 8) passwordLayout = QHBoxLayout() passwordLayout.addWidget(QLabel(_("Password:"))) passwordLayout.addWidget(self.passwordEdit) if title: layout.addLayout(titleLayout) if password_incorrect: layout.addWidget(wrongPasswordLabel) layout.addWidget(msgLabel) layout.addLayout(passwordLayout) if hint: layout.addWidget(hintLabel) layout.addWidget(buttonBox) self.setLayout(layout) @pyqtSlot() def helpButtonClicked(self) -> None: webbrowser.open_new_tab(self.help_url) def password(self) -> str: return self.passwordEdit.text() class SudoExceptionCode(IntEnum): password_required = 1 password_wrong = 2 command_cancelled = 3 class SudoException(Exception): def __init__(self, code: SudoExceptionCode) -> None: self.code = code def __repr__(self) -> str: if self.code == SudoExceptionCode.password_required: return "Password required" elif self.code == SudoExceptionCode.password_wrong: return "Password incorrect" else: assert self.code == SudoExceptionCode.command_cancelled return "Command cancelled" class SudoCommandResult(NamedTuple): return_code: int stdout: str stderr: str def run_command_as_sudo_with_password( cmd: str, password: str, user: Optional[str] = None, timeout=10 ) -> SudoCommandResult: """ Run a single command via sudo, allowing for sudo to prompt for the password Generates exception if password is incorrect. :param cmd: command to run :param password: the password to pass to sudo :param user: username sudo will ask for. If not specified will get it via Python standard library. :param timeout: timeout for subprocess.Popen call :return: return codes, stdout and stderr """ if user is None: user = getuser() password = f"{password}\n".encode() cmd = f"sudo -S {cmd}" cmd = shlex.split(cmd) proc = subprocess.Popen( cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, env={"LANG": "C", "LANGUAGE": "C"}, ) try: output, errors = proc.communicate(input=password, timeout=timeout) sudo_output = f"[sudo] password for {user}: ".encode() if errors.startswith(sudo_output): errors = errors[len(sudo_output) :] except subprocess.TimeoutExpired: proc.kill() output, errors = proc.communicate() if errors.find(b"Sorry, try again.") >= 0: raise SudoException(code=SudoExceptionCode.password_wrong) return SudoCommandResult( return_code=proc.returncode, stdout=output.decode().strip(), stderr=errors.decode().strip(), ) def run_command_as_sudo_without_password(cmd: str, timeout=10) -> SudoCommandResult: """ Run a single command via sudo instructing sudo to not prompt for the password Generates exception if password is required by sudo. :param cmd: command to run :param timeout: timeout for subprocess.Popen call :return: return codes, stdout and stderr """ cmd = f"sudo -n {cmd}" cmd = shlex.split(cmd) proc = subprocess.Popen( cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE, env={"LANG": "C", "LANGUAGE": "C"}, ) try: output, errors = proc.communicate(timeout=timeout) except subprocess.TimeoutExpired: proc.kill() output, errors = proc.communicate() if proc.returncode == 1 and errors == b"sudo: a password is required\n": raise SudoException(code=SudoExceptionCode.password_required) else: return SudoCommandResult( return_code=proc.returncode, stdout=output.decode().strip(), stderr=errors.decode().strip(), ) def _log_result(cmd: str, result: SudoCommandResult) -> None: if not (result.stdout or result.stderr) and result.return_code == 0: logging.debug("0: %s", cmd) else: logging.debug("%s: %s", result.return_code, cmd) if result.stdout and not result.stderr: logging.debug("stdout: %s", result.stdout) elif not result.stdout and result.stderr: logging.debug("stderr: %s", result.stderr) else: logging.debug("stdout: %s; stderr: %s", result.stdout, result.stderr) def run_commands_as_sudo( cmds: List[str], parent, msg: Optional[str] = None, timeout=10, title: Optional[str] = None, icon: Optional[str] = None, help_url: Optional[str] = None, ) -> List[SudoCommandResult]: """ Run a list of commands. If necessary, prompt for the sudo password using a dialog. If return code of any of the commands is not zero, exit without doing the next commands. :param cmds: list of commands to run :param msg: message to display in password prompt dialog :param timeout: timeout for subprocess.Popen call :param title: title to display in password prompt :param icon: icon to display if a dialog window is needed to prompt for the password :param help_url: if specified, a help button will be added to the dialog window, and clicking it will open this URL :return: list of return codes, stdout and stderr """ results = [] # type: List[SudoCommandResult, ...] for cmd in cmds: try: result = run_command_as_sudo_without_password(cmd=cmd, timeout=timeout) _log_result(cmd, result) except SudoException as e: assert e.code == SudoExceptionCode.password_required password_incorrect = False user = getuser() while True: passwordPrompt = SudoCommand( msg=msg, password_incorrect=password_incorrect, parent=parent, title=title, icon=icon, help_url=help_url, ) if passwordPrompt.exec(): try: result = run_command_as_sudo_with_password( cmd=cmd, password=passwordPrompt.password(), user=user, timeout=timeout, ) _log_result(cmd, result) break except SudoException as e: assert e.code == SudoExceptionCode.password_wrong password_incorrect = True else: logging.debug("Mount ops cancelled by user request") raise SudoException(code=SudoExceptionCode.command_cancelled) results.append(result) if result.return_code != 0: return results return results if __name__ == "__main__": # Test code from PyQt5.QtWidgets import QApplication app = QApplication([]) cmds = ["echo OK"] title = "Unmount drives EOS_DIGITAL (G:) and EOS_DIGITAL (J:)" title = "Unmount drives EOS_DIGITAL (G:)" icon = ":/icons/drive-removable-media.svg" results = run_commands_as_sudo( cmds=cmds, parent=None, title=title, icon=icon, help_url="https://damonlynch.net/rapid/documentation/#wslsudopassword", ) for result in results: print(result) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/thumbloadbalancer.py0000755000175000017500000000331000000000000022624 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2015-2021 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """Starts load balancer used for thumbnail extraction and caching""" __author__ = "Damon Lynch" __copyright__ = "Copyright 2015-2021, 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() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/thumbnaildaemon.py0000755000175000017500000002225000000000000022330 0ustar00damondamon#!/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-2021, 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() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/thumbnaildisplay.py0000644000175000017500000032250300000000000022533 0ustar00damondamon# Copyright (C) 2015-2022 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-2022, Damon Lynch" import os import datetime from collections import defaultdict, deque import logging from typing import Optional, Dict, List, Set, Tuple, Sequence, NamedTuple, DefaultDict 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, ) from PyQt5.QtWidgets import ( QListView, QStyledItemDelegate, QStyleOptionViewItem, QApplication, QStyle, QStyleOptionButton, QMenu, QWidget, QAbstractItemView, QFrame, ) from PyQt5.QtGui import ( QPixmap, QPainter, QColor, QBrush, QFontMetricsF, QGuiApplication, QPen, QMouseEvent, QFont, QPalette, QResizeEvent, ) from showinfm import show_in_file_manager from raphodo.rpdfile import RPDFile, FileTypeCounter from raphodo.metadata.fileformats import ALL_USER_VISIBLE_EXTENSIONS from raphodo.interprocess import ( Device, ) from raphodo.constants import ( DownloadStatus, Downloaded, FileType, DownloadingFileTypes, ThumbnailSize, ThumbnailCacheStatus, Roles, DeviceType, CustomColors, Show, Sort, ThumbnailBackgroundName, DeviceState, extensionColor, FadeSteps, FadeMilliseconds, PaleGray, DarkGray, DoubleDarkGray, Plural, manually_marked_previously_downloaded, thumbnail_margin, DarkModeThumbnailBackgroundName, ) from raphodo.storage.storage import ( get_program_cache_directory, validate_download_folder, kframework_file_managers, ) 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.ui.viewutils import ( ThumbnailDataForProximity, scaledIcon, ScrollBarEmitsVisible, is_dark_mode, ) from raphodo.proximity import TemporalProximityState from raphodo.rpdsql import DownloadedSQL from raphodo.prefs.preferences import Preferences class DownloadStats: def __init__(self): self.no_photos = 0 self.no_videos = 0 self.photos_size_in_bytes = 0 self.videos_size_in_bytes = 0 self.post_download_thumb_generation = 0 class DownloadFiles(NamedTuple): files: DefaultDict[int, List[RPDFile]] download_types: DownloadingFileTypes download_stats: DefaultDict[int, DownloadStats] camera_access_needed: DefaultDict[int, bool] class MarkedSummary(NamedTuple): marked: FileTypeCounter size_photos_marked: int size_videos_marked: int class AddBuffer: """ Buffers thumbnail rows for display. Add thumbnail rows to the listview is a relatively expensive operation, as the model must be reset. Buffer the rows here, and then when big enough, flush it. """ min_buffer_length = 10 def __init__(self): self.initialize() self.buffer_length = self.min_buffer_length def initialize(self) -> None: self.buffer = defaultdict(deque) # type: Dict[int, deque] def __len__(self): return sum(len(buffer) for buffer in self.buffer.values()) def __getitem__(self, scan_id: int) -> deque: return self.buffer[scan_id] def should_flush(self) -> bool: return len(self) > self.buffer_length def reset(self, buffer_length: int) -> None: self.initialize() self.buffer_length = buffer_length def set_buffer_length(self, length: int) -> None: self.buffer_length = max(self.min_buffer_length, length) def extend(self, scan_id: int, thumbnail_rows: Sequence[ThumbnailRow]) -> None: self.buffer[scan_id].extend(thumbnail_rows) def purge(self, scan_id: int) -> None: if scan_id in self.buffer: logging.debug( "Purging %s thumbnails from buffer", len(self.buffer[scan_id]) ) del self.buffer[scan_id] class ThumbnailListModel(QAbstractListModel): selectionReset = pyqtSignal() def __init__(self, parent, logging_port: int, log_gphoto2: bool) -> None: super().__init__(parent) self.rapidApp = parent self.prefs = self.rapidApp.prefs # type: Preferences self.thumbnailer_ready = False self.thumbnailer_generation_queue = [] # track what devices are having thumbnails generated, by scan_id # see also DeviceCollection.thumbnailing # FIXME maybe this duplicated set is stupid self.generating_thumbnails = set() # type: Set[int] # Sorting and filtering GUI defaults self.sort_by = Sort.modification_time self.sort_order = Qt.AscendingOrder self.show = Show.all self.initialize() no_workers = parent.prefs.max_cpu_cores self.thumbnailer = Thumbnailer( parent=parent, no_workers=no_workers, logging_port=logging_port, log_gphoto2=log_gphoto2, ) self.thumbnailer.frontend_port.connect(self.rapidApp.initStage4) self.thumbnailer.thumbnailReceived.connect(self.thumbnailReceived) self.thumbnailer.cacheDirs.connect(self.cacheDirsReceived) self.thumbnailer.workerFinished.connect(self.thumbnailWorkerFinished) self.thumbnailer.cameraRemoved.connect( self.rapidApp.cameraRemovedWhileThumbnailing ) # Connect to the signal that is emitted when a thumbnailing operation is # terminated by us, not merely finished self.thumbnailer.workerStopped.connect(self.thumbnailWorkerStopped) self.arrow_locale_for_humanize = arrow_locale(self.prefs.language) logging.debug("Setting arrow locale to %s", self.arrow_locale_for_humanize) def initialize(self) -> None: # uid: QPixmap self.thumbnails = {} # type: Dict[bytes, QPixmap] self.add_buffer = AddBuffer() # Proximity filtering self.proximity_col1 = [] # type: List[int, ...] self.proximity_col2 = [] # type: List[int, ...] # scan_id self.removed_devices = set() # type: Set[int] # Files are hidden when the combo box "Show" in the main window is set to # "New" instead of the default "All". # uid: RPDFile self.rpd_files = {} # type: Dict[bytes, RPDFile] # In memory database to hold all thumbnail rows self.tsql = ThumbnailRowsSQL() # Rows used to render the thumbnail view - contains query result of the DB # Each list element corresponds to a row in the thumbnail view such that # index 0 in the list is row 0 in the view # [(uid, marked)] self.rows = [] # type: List[Tuple[bytes, bool]] # {uid: row} self.uid_to_row = {} # type: Dict[bytes, int] size = QSize(106, 106) self.photo_icon = scaledIcon(":/thumbnail/photo.svg").pixmap(size) self.video_icon = scaledIcon(":/thumbnail/video.svg").pixmap(size) self.total_thumbs_to_generate = 0 self.thumbnails_generated = 0 self.no_thumbnails_by_scan = defaultdict(int) # scan_id self.ctimes_differ = [] # type: List[int] # Highlight thumbnails when from particular device when there is more than one # device. # Thumbnails to highlight by uid self.currently_highlighting_scan_id = None # type: Optional[int] self.currently_highlighting_tp_row = None # type: Optional[int] self._resetHighlightingValues() self.highlightingTimeline = QTimeLine(FadeMilliseconds // 2) self.highlightingTimeline.setCurveShape(QTimeLine.SineCurve) self.highlightingTimeline.frameChanged.connect(self.doHighlightThumbs) self.highlightingTimeline.finished.connect(self.highlightPhaseFinished) self.highlighting_timeline_max = FadeSteps self.highlighting_timeline_mint = 0 self.highlightingTimeline.setFrameRange( self.highlighting_timeline_mint, self.highlighting_timeline_max ) self.highlight_value = 0 self._resetRememberSelection() def stopThumbnailer(self) -> None: self.thumbnailer.stop() @pyqtSlot(int) def thumbnailWorkerFinished(self, scan_id: int) -> None: self.generating_thumbnails.remove(scan_id) @pyqtSlot(int) def thumbnailWorkerStopped(self, scan_id: int) -> None: self.generating_thumbnails.remove(scan_id) self.rapidApp.thumbnailGenerationStopped(scan_id=scan_id) def logState(self) -> None: logging.debug("-- Thumbnail Model --") db_length = self.tsql.get_count() db_length_and_buffer_length = db_length + len(self.add_buffer) if len( self.thumbnails ) != db_length_and_buffer_length or db_length_and_buffer_length != len( self.rpd_files ): logging.error( "Conflicting values: %s thumbnails; %s database rows; %s rpd_files", len(self.thumbnails), db_length, len(self.rpd_files), ) else: logging.debug( "%s thumbnails (%s marked)", db_length, self.tsql.get_count(marked=True) ) logging.debug( "%s not downloaded; %s downloaded; %s previously downloaded", self.tsql.get_count(downloaded=False), self.tsql.get_count(downloaded=True), self.tsql.get_count(previously_downloaded=True), ) if self.total_thumbs_to_generate: logging.debug( "%s to be generated; %s generated", self.total_thumbs_to_generate, self.thumbnails_generated, ) scan_ids = self.tsql.get_all_devices() active_devices = ", ".join( self.rapidApp.devices[scan_id].display_name for scan_id in scan_ids if scan_id not in self.removed_devices ) if len(self.removed_devices): logging.debug( "Active devices: %s (%s removed)", active_devices, len(self.removed_devices), ) else: logging.debug("Active devices: %s", active_devices) def validateModelConsistency(self): logging.debug("Validating thumbnail model consistency...") for idx, row in enumerate(self.rows): uid = row[0] if self.rpd_files.get(uid) is None: raise KeyError("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 self.currently_highlighting_scan_id is not None: if rpd_file.scan_id == self.currently_highlighting_scan_id: return self.highlight_value else: return 0 elif self.currently_highlighting_tp_row is not None: if uid in self.current_highlight_uids: return self.highlight_value else: return 0 return 0 elif role == Qt.DecorationRole: return self.thumbnails[uid] elif role == Qt.CheckStateRole: if self.rows[row][1]: return Qt.Checked else: return Qt.Unchecked elif role == Roles.sort_extension: return rpd_file.extension elif role == Roles.filename: return rpd_file.name elif role == Roles.previously_downloaded: return rpd_file.previously_downloaded elif role == Roles.extension: return rpd_file.extension, rpd_file.extension_type elif role == Roles.download_status: return rpd_file.status elif role == Roles.job_code: return rpd_file.job_code elif role == Roles.has_audio: return rpd_file.has_audio() elif role == Roles.secondary_attribute: if rpd_file.xmp_file_full_name: return "XMP" elif rpd_file.log_file_full_name: return "LOG" else: return None elif role == Roles.path: if rpd_file.status in Downloaded: return rpd_file.download_full_file_name else: return rpd_file.full_file_name elif role == Roles.uri: return rpd_file.get_uri() elif role == Roles.camera_memory_card: return rpd_file.camera_memory_card_identifiers elif role == Roles.mtp: return rpd_file.is_mtp_device elif role == Roles.scan_id: return rpd_file.scan_id elif role == Roles.is_camera: return rpd_file.from_camera elif role == Qt.ToolTipRole: devices = self.rapidApp.devices if len(devices) > 1: # To account for situations where the device has been removed, use # the display name from the device archive device_name = devices.device_archive[rpd_file.scan_id].name else: device_name = "" size = format_size_for_user(rpd_file.size) mtime = arrow.get(rpd_file.modification_time) try: mtime_h = mtime.humanize(locale=self.arrow_locale_for_humanize) except Exception: mtime_h = mtime.humanize() logging.debug( "Failed to humanize modification time %s with locale %s, reverting " "to English", mtime_h, self.arrow_locale_for_humanize, ) if rpd_file.ctime_mtime_differ(): ctime = arrow.get(rpd_file.ctime) # Sadly, arrow raises an exception if it's locale is not translated # when using humanize. So attempt conversion using user's locale, and if # that fails, use English. try: ctime_h = ctime.humanize(locale=self.arrow_locale_for_humanize) except Exception: ctime_h = ctime.humanize() logging.debug( "Failed to humanize taken on time %s with locale %s, reverting " "to English", ctime_h, self.arrow_locale_for_humanize, ) # Translators: %(variable)s represents Python code, not a plural of the # term variable. You must keep the %(variable)s untranslated, or the # program will crash. humanized_ctime = _( "Taken on %(date_time)s (%(human_readable)s)" ) % dict( date_time=ctime.to("local").naive.strftime("%c"), human_readable=ctime_h, ) # Translators: %(variable)s represents Python code, not a plural of the # term variable. You must keep the %(variable)s untranslated, or the # program will crash. humanized_mtime = _( "Modified on %(date_time)s (%(human_readable)s)" ) % dict( date_time=mtime.to("local").naive.strftime("%c"), human_readable=mtime_h, ) humanized_file_time = "{}
      {}".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 if self.rpd_files[uid].job_code is not None: rpd_file.job_code = self.rpd_files[uid].job_code self.rpd_files[uid] = rpd_file if not thumbnail.isNull(): self.thumbnails[uid] = thumbnail # The thumbnail may or may not be displayed at this moment row = self.uid_to_row.get(uid) if row is not None: # logging.debug("Updating thumbnail row %s with new thumbnail", row) self.dataChanged.emit(self.index(row, 0), self.index(row, 0)) else: logging.debug("Thumbnail was null: %s", rpd_file.name) if not rpd_file.modified_via_daemon_process: self.thumbnails_generated += 1 self.no_thumbnails_by_scan[scan_id] -= 1 log_state = False if self.no_thumbnails_by_scan[scan_id] == 0: if self.rapidApp.deviceState(scan_id) == DeviceState.thumbnailing: self.rapidApp.devices.set_device_state(scan_id, DeviceState.idle) device = self.rapidApp.devices[scan_id] logging.info("Finished thumbnail generation for %s", device.name()) if scan_id in self.ctimes_differ: uids = self.tsql.get_uids_for_device(scan_id=scan_id) rpd_files = [self.rpd_files[uid] for uid in uids] self.rapidApp.folder_preview_manager.add_rpd_files( rpd_files=rpd_files ) self.processCtimeDisparity(scan_id=scan_id) log_state = True if self.thumbnails_generated == self.total_thumbs_to_generate: self.thumbnails_generated = 0 self.total_thumbs_to_generate = 0 if not download_is_running: self.rapidApp.updateProgressBarState() elif self.total_thumbs_to_generate and not download_is_running: self.rapidApp.updateProgressBarState(thumbnail_generated=True) if not download_is_running: self.rapidApp.displayMessageInStatusBar() if log_state: self.logState() else: self.rapidApp.thumbnailGeneratedPostDownload(rpd_file=rpd_file) def addCtimeDisparity(self, rpd_file: RPDFile) -> None: """ Track the fact that there was a disparity between the creation time and modification time for a file, that was identified either during a download or during a scan :param rpd_file: sample rpd_file (scan id of the device will be taken from it) """ logging.info( "Metadata time differs from file modification time for " "%s (with possibly more to come, but these will not be logged)", rpd_file.full_file_name, ) scan_id = rpd_file.scan_id self.ctimes_differ.append(scan_id) self.rapidApp.temporalProximity.setState(TemporalProximityState.ctime_rebuild) if not self.rapidApp.downloadIsRunning(): self.rapidApp.folder_preview_manager.remove_folders_for_device( scan_id=scan_id ) def processCtimeDisparity(self, scan_id: int) -> None: """ A device that had a disparity between the creation time and modification time for a file has been fully downloaded from. :param scan_id: :return: """ self.ctimes_differ.remove(scan_id) if not self.ctimes_differ: self.rapidApp.temporalProximity.setState( TemporalProximityState.ctime_rebuild_proceed ) self.rapidApp.generateTemporalProximityTableData( reason="a photo or video's creation time differed from its file system " "modification time" ) def _get_cache_location(self, download_folder: str) -> str: if validate_download_folder(download_folder).valid: return download_folder else: folder = get_program_cache_directory(create_if_not_exist=True) if folder is not None: return folder else: return os.path.expanduser("~") def getCacheLocations(self) -> CacheDirs: photo_cache_folder = self._get_cache_location( self.rapidApp.prefs.photo_download_folder ) video_cache_folder = self._get_cache_location( self.rapidApp.prefs.video_download_folder ) return CacheDirs(photo_cache_folder, video_cache_folder) def generateThumbnails(self, scan_id: int, device: Device) -> None: """Initiates generation of thumbnails for the device.""" if scan_id not in self.removed_devices: self.generating_thumbnails.add(scan_id) self.rapidApp.updateProgressBarState() cache_dirs = self.getCacheLocations() uids = self.tsql.get_uids_for_device(scan_id=scan_id) rpd_files = list((self.rpd_files[uid] for uid in uids)) need_video_cache_dir = need_photo_cache_dir = False if device.device_type == DeviceType.camera: need_video_cache_dir = ( device.entire_video_required or self.tsql.any_files_of_type(scan_id, FileType.video) ) # defer check to see if ExifTool is needed until later need_photo_cache_dir = device.entire_photo_required camera_model = device.camera_model camera_port = device.camera_port is_mtp_device = device.is_mtp_device else: camera_model = None camera_port = None is_mtp_device = None gen_args = ( scan_id, rpd_files, device.name(), self.rapidApp.prefs.proximity_seconds, cache_dirs, need_photo_cache_dir, need_video_cache_dir, camera_model, camera_port, is_mtp_device, device.entire_video_required, device.entire_photo_required, ) self.thumbnailer.generateThumbnails(*gen_args) def resetThumbnailTracking(self): self.thumbnails_generated = 0 self.total_thumbs_to_generate = 0 def _deleteRows(self, uids: List[bytes]) -> None: """ Delete a list of thumbnails from the thumbnail display :param uids: files to remove """ rows = [self.uid_to_row[uid] for uid in uids] if rows: # Generate groups of rows, and remove that group # Must do it in reverse! rows.sort() rrows = reversed(list(runs(rows))) for first, last in rrows: no_rows = last - first + 1 self.removeRows(first, no_rows) self.uid_to_row = {row[0]: idx for idx, row in enumerate(self.rows)} def purgeRpdFiles(self, uids: List[bytes]) -> None: for uid in uids: del self.thumbnails[uid] del self.rpd_files[uid] def clearAll( self, scan_id: 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) # type: DefaultDict[int, List[RPDFile]] download_stats = defaultdict(DownloadStats) camera_access_needed = defaultdict(bool) download_photos = download_videos = False uids = self.tsql.get_uids( scan_id=scan_id, marked=True, downloaded=False, exclude_scan_ids=exclude_scan_ids, ) for uid in uids: rpd_file = self.rpd_files[uid] # type: RPDFile scan_id = rpd_file.scan_id files[scan_id].append(rpd_file) # TODO contemplate using a counter here if rpd_file.file_type == FileType.photo: download_photos = True download_stats[scan_id].no_photos += 1 download_stats[scan_id].photos_size_in_bytes += rpd_file.size else: download_videos = True download_stats[scan_id].no_videos += 1 download_stats[scan_id].videos_size_in_bytes += rpd_file.size if rpd_file.from_camera and not rpd_file.cache_full_file_name: camera_access_needed[scan_id] = True # Need to generate a thumbnail after a file has been downloaded # if generating FDO thumbnails or if the orientation of the # thumbnail we may have is unknown if self.sendToDaemonThumbnailer(rpd_file=rpd_file): download_stats[scan_id].post_download_thumb_generation += 1 # self.validateModelConsistency() 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 """ uids = self.getTemporalProximityUids(col1id=col1id, col2id=col2id) file_types = (self.rpd_files[uid].file_type for uid in uids) return FileTypeCounter(file_types).summarize_file_count()[0] def getTemporalProximityUids( self, col1id: Optional[int] = None, col2id: Optional[int] = None ) -> List[bytes]: assert not (col1id is None and col2id is None) if col2id is not None: col2id = [col2id] else: col1id = [col1id] return self.tsql.get_uids(proximity_col1=col1id, proximity_col2=col2id) def getDisplayedUids( self, scan_id: 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) ] self._generateHighlightingRows(rows=highlighting) self.most_recent_highlighted_device = scan_id self.highlightingTimeline.setDirection(QTimeLine.Forward) self.highlightingTimeline.start() def highlightTemporalProximityThumbs(self, row: int, uids: List[bytes]) -> None: """ Currently unused. Highlights thumbnails from the selected column 2 timeline row. """ if row == self.currently_highlighting_tp_row: return self.resetHighlighting() self.currently_highlighting_tp_row = row if row != self.most_recent_highlighted_row: highlighting = [self.uid_to_row[uid] for uid in uids] self._generateHighlightingRows(rows=highlighting) self.most_recent_highlighted_row = row self.current_highlight_uids = uids self.highlightingTimeline.setDirection(QTimeLine.Forward) self.highlightingTimeline.start() def _generateHighlightingRows(self, rows: List[int]) -> None: rows.sort() self.highlighting_rows = list(runs(rows)) def resetHighlighting(self) -> None: if ( self.currently_highlighting_scan_id is not None or self.currently_highlighting_tp_row is not None ): self.highlightingTimeline.stop() self.doHighlightThumbs(value=0) self.current_highlight_uids = [] @pyqtSlot(int) def doHighlightThumbs(self, value: int) -> None: self.highlight_value = value # print(self.highlighting_rows) for first, last in self.highlighting_rows: self.dataChanged.emit(self.index(first, 0), self.index(last, 0)) @pyqtSlot() def highlightPhaseFinished(self): self.currently_highlighting_scan_id = None self.currently_highlighting_tp_row = None def _resetHighlightingValues(self): self.most_recent_highlighted_device = None # type: Optional[int] self.most_recent_highlighted_row = None # type: Optional[int] self.current_highlight_uids = [] # type: list[bytes] self.highlighting_rows = [] # type: List[int] def terminateThumbnailGeneration(self, scan_id: int) -> bool: """ Terminates thumbnail generation if thumbnails are currently being generated for this scan_id :return True if thumbnail generation had to be terminated, else False """ # the slot for when a thumbnailing operation is terminated is in the # main window - thumbnailGenerationStopped() terminate = scan_id in self.generating_thumbnails if terminate: self.thumbnailer.stop_worker(scan_id) # TODO update this check once checking for thumnbnailing code is more robust # note that check == 1 because it is assumed the scan id has not been # deleted from the device collection if len(self.rapidApp.devices.thumbnailing) == 1: self.resetThumbnailTracking() else: self.recalculateThumbnailsPercentage(scan_id=scan_id) return terminate def recalculateThumbnailsPercentage(self, scan_id: int) -> None: """ Adjust % of thumbnails generated calculations after device removal. :param scan_id: id of removed device """ self.total_thumbs_to_generate -= self.no_thumbnails_by_scan[scan_id] self.rapidApp.updateProgressBarState() del self.no_thumbnails_by_scan[scan_id] def updateStatusPostDownload(self, rpd_file: RPDFile): # self.validateModelConsistency() uid = rpd_file.uid self.rpd_files[uid] = rpd_file self.tsql.set_downloaded(uid=uid, downloaded=True) row = self.uid_to_row.get(uid) if row is not None: self.dataChanged.emit(self.index(row, 0), self.index(row, 0)) def filesRemainToDownload(self, scan_id: 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 marked for download are currently not displayed because they are filtered """ return self.tsql.get_count(marked=True) != self.getDisplayedCount(marked=True) def anyFileNotPreviouslyDownloaded(self, uids: List[bytes]) -> bool: return self.tsql.any_not_previously_downloaded(uids=uids) def getFileDownloadsCompleted(self) -> FileTypeCounter: """ :return: counter for how many photos and videos have their downloads completed whether successfully or not """ return FileTypeCounter( { FileType.photo: self.tsql.get_count( downloaded=True, file_type=FileType.photo ), FileType.video: self.tsql.get_count( downloaded=True, file_type=FileType.video ), } ) def anyCompletedDownloads(self) -> bool: """ :return: True if any files have been downloaded (including failures) """ return self.tsql.any_files_download_completed() def jobCodeNeeded(self) -> bool: """ :return: True if any files marked for download do not have job codes assigned to them """ return self.tsql.any_marked_file_no_job_code() def getNoFilesJobCodeNeeded(self) -> FileTypeCounter: """ :return: the number of marked files that need a job code assigned to them, and the file types they will be applied to. """ no_photos = no_videos = 0 if self.prefs.file_type_uses_job_code(FileType.photo): no_photos = self.tsql.get_count( marked=True, file_type=FileType.photo, job_code=False ) if self.prefs.file_type_uses_job_code(FileType.video): no_videos = self.tsql.get_count( marked=True, file_type=FileType.video, job_code=False ) f = FileTypeCounter() f[FileType.photo] = no_photos f[FileType.video] = no_videos return f class ThumbnailView(QListView): """ Thumbnail view. QListView in icon mode. """ verticalScrollBarVisible = pyqtSignal(bool) def __init__(self, parent: QWidget) -> None: super().__init__(parent) self.rapidApp = parent self.setObjectName("thumbnailView") self.setViewMode(QListView.IconMode) self.setResizeMode(QListView.Adjust) self.setUniformItemSizes(True) self.setSpacing(8) self.setSelectionMode(QAbstractItemView.ExtendedSelection) self.setFrameShadow(QFrame.Plain) palette = self.palette() color = QColor() if is_dark_mode(): color.setNamedColor(DarkModeThumbnailBackgroundName) else: color.setNamedColor(ThumbnailBackgroundName) palette.setColor(QPalette.Base, color) self.setPalette(palette) self.possiblyPreserveSelectionPostClick = False sbv = ScrollBarEmitsVisible(orientation=Qt.Vertical) self.setVerticalScrollBar(sbv) sbv.scrollBarVisible.connect(self.verticalScrollBarVisible) # Track how many columns the user sees # QListView IconMode indexes are always set to column 0 self.user_visible_columns = 0 def setScrollTogether(self, on: bool) -> None: """ Turn on or off the linking of scrolling the Timeline with the Thumbnail display. Called from the Proximity (Timeline) widget :param on: whether to turn on or off """ if on: self.verticalScrollBar().valueChanged.connect(self.scrollTimeline) else: self.verticalScrollBar().valueChanged.disconnect(self.scrollTimeline) def _scrollTemporalProximity( self, row: 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) def topRowIndex(self) -> Optional[QModelIndex]: # index of top left item index = self.indexAt( QPoint(self.spacing(), self.spacing()) ) # type: QModelIndex if index.isValid(): # Determine index of item in user visible row with the earliest time row = index.row() indicies = [ index.sibling(row + i, 0) for i in range(self.user_visible_columns) ] # Filter out invalid indicies indicies = [idx for idx in indicies if idx.isValid()] # Get the index with the earliest time # Inspiration: https://stackoverflow.com/a/11825864 data = [idx.data() for idx in indicies] index_min = min(range(len(data)), key=data.__getitem__) return indicies[index_min] return None def topRowUid(self) -> Optional[bytes]: index = self.topRowIndex() if index: row = index.row() uid = self.model().rows[row][0] return uid return None @pyqtSlot(int) def scrollTimeline(self, value) -> None: index = self.topRowIndex() if index: self._scrollTemporalProximity(index=index) def topLeft(self) -> QPoint: return QPoint(thumbnail_margin, thumbnail_margin) def thumbnail_width(self) -> int: return self.itemDelegate().fixedSizeHint.width() def width_required(self, no_thumbails: int) -> int: return ( no_thumbails * (self.thumbnail_width() + self.spacing()) + self.spacing() + self.frameWidth() * 2 ) def resizeEvent(self, event: QResizeEvent) -> None: """ Resize, then calculate and store how many columns the user sees """ super().resizeEvent(event) item_width = self.itemDelegate().fixedSizeHint.width() + self.spacing() view_width = self.viewport().contentsRect().width() - self.spacing() - 1 self.user_visible_columns = view_width // item_width def scrollToUids(self, uids: List[bytes]) -> None: """ Scroll the Thumbnail Display to the first visible uid from the list of uids. Remember not all uids are necessarily visible in the Thumbnail Display, because of filtering. :param uids: list of uids to scroll to """ model = self.model() # type: ThumbnailListModel if self.rapidApp.showOnlyNewFiles(): uid = model.getFirstUidFromUidList(uids=uids) if uid is None: return else: uid = uids[0] try: row = model.uid_to_row[uid] except KeyError: logging.debug("Ignoring scroll request to unknown thumbnail") else: index = model.index(row, 0) self.scrollTo(index, QAbstractItemView.PositionAtTop) class ThumbnailDelegate(QStyledItemDelegate): """ Render thumbnail cells """ # markedWithMouse = pyqtSignal() def __init__(self, rapidApp, parent=None) -> None: super().__init__(parent) self.rapidApp = rapidApp try: # Works on Qt 5.6 and above self.device_pixel_ratio = rapidApp.devicePixelRatioF() self.devicePixelF = True except AttributeError: self.device_pixel_ratio = rapidApp.devicePixelRatio() self.devicePixelF = False self.checkboxStyleOption = QStyleOptionButton() self.checkboxRect = QRectF( QApplication.style().subElementRect( QStyle.SE_CheckBoxIndicator, self.checkboxStyleOption, None ) ) self.checkbox_size = self.checkboxRect.height() size16 = QSize(16, 16) size24 = QSize(24, 24) self.downloadPendingPixmap = scaledIcon( ":/thumbnail/download-pending.svg" ).pixmap(size16) self.downloadedPixmap = scaledIcon(":/thumbnail/downloaded.svg").pixmap(size16) self.downloadedWarningPixmap = scaledIcon( ":/thumbnail/downloaded-with-warning.svg" ).pixmap(size16) self.downloadedErrorPixmap = scaledIcon( ":/thumbnail/downloaded-with-error.svg" ).pixmap(size16) self.audioIcon = scaledIcon(":/thumbnail/audio.svg", size24).pixmap(size24) # Determine pixel scaling for SVG files # Applies to all SVG files delegate will load if self.devicePixelF: self.pixmap_ratio = self.downloadPendingPixmap.devicePixelRatioF() else: self.pixmap_ratio = self.downloadedErrorPixmap.devicePixelRatio() self.dimmed_opacity = 0.5 self.image_width = float(max(ThumbnailSize.width, ThumbnailSize.height)) self.image_height = self.image_width self.horizontal_margin = float(thumbnail_margin) self.vertical_margin = float(thumbnail_margin) self.image_footer = float(self.checkbox_size) self.footer_padding = 5.0 # Position of first memory card indicator self.card_x = float( max( self.checkboxRect.width(), self.downloadPendingPixmap.width() / self.pixmap_ratio, self.downloadedPixmap.width() / self.pixmap_ratio, ) + self.horizontal_margin + self.footer_padding ) self.shadow_size = 2.0 self.width = self.image_width + self.horizontal_margin * 2 self.height = ( self.image_height + self.footer_padding + self.image_footer + self.vertical_margin * 2 ) # Thumbnail is located in a 160px square... self.image_area_size = float(max(ThumbnailSize.width, ThumbnailSize.height)) self.image_frame_bottom = self.vertical_margin + self.image_area_size self.contextMenu = QMenu() self.openInFileBrowserAct = self.contextMenu.addAction( _("Open in File Browser...") ) self.openInFileBrowserAct.triggered.connect(self.doOpenInFileManagerAct) self.copyPathAct = self.contextMenu.addAction(_("Copy Path")) self.copyPathAct.triggered.connect(self.doCopyPathAction) # Translators: 'File' here applies to a single file. The command allows users to # instruct Rapid Photo Downloader that photos and videos have been previously # downloaded by another application. self.markFileDownloadedAct = self.contextMenu.addAction( _("Mark File as Downloaded") ) self.markFileDownloadedAct.triggered.connect(self.doMarkFileDownloadedAct) # Translators: 'Files' here applies to two or more files self.markFilesDownloadedAct = self.contextMenu.addAction( _("Mark Files as Downloaded") ) self.markFilesDownloadedAct.triggered.connect(self.doMarkFileDownloadedAct) # store the index in which the user right clicked self.clickedIndex = None # type: 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)] # Size is always fixed, so calculate it here self.fixedSizeHint = QSizeF( self.width + self.shadow_size, self.height + self.shadow_size ).toSize() @pyqtSlot() def doCopyPathAction(self) -> None: index = self.clickedIndex if index: path = index.model().data(index, Roles.path) QApplication.clipboard().setText(path) @pyqtSlot() def doOpenInFileManagerAct(self) -> None: selectedIndexes = self.selectedIndexes() if selectedIndexes is not None: if self.clickedIndex not in selectedIndexes: selectedIndexes.append(self.clickedIndex) uris = [index.model().data(index, Roles.uri) for index in selectedIndexes] else: index = self.clickedIndex uris = [index.model().data(index, Roles.uri)] if uris: logging.debug( "Calling show_in_file_manager() with %s and %s", self.rapidApp.file_manager, ", ".join(uris), ) show_in_file_manager(path_or_uri=uris, allow_conversion=False) @pyqtSlot() def doMarkFileDownloadedAct(self) -> None: selectedIndexes = self.selectedIndexes() if selectedIndexes is None: return not_downloaded = tuple( index for index in selectedIndexes if not index.data(Roles.previously_downloaded) ) # type: Tuple[QModelIndex] thumbnailModel = self.rapidApp.thumbnailModel # type: ThumbnailListModel thumbnailModel.setDataRange(not_downloaded, True, Roles.previously_downloaded) self.rapidApp.setDownloadCapabilities() def paint( self, painter: QPainter, option: QStyleOptionViewItem, index: QModelIndex ) -> None: if index is None: return if not index.isValid(): return # Save state of painter, restore on function exit painter.save() checked = index.data(Qt.CheckStateRole) == Qt.Checked previously_downloaded = index.data(Roles.previously_downloaded) extension, ext_type = index.data(Roles.extension) download_status = index.data(Roles.download_status) # type: DownloadStatus has_audio = index.data(Roles.has_audio) secondary_attribute = index.data(Roles.secondary_attribute) memory_cards = index.data(Roles.camera_memory_card) # type: List[int] highlight = index.data(Roles.highlight) job_code = index.data(Roles.job_code) # type: 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).toRect() QApplication.style().drawControl( QStyle.CE_CheckBox, checkboxStyleOption, painter ) else: if download_status == DownloadStatus.download_pending: pixmap = self.downloadPendingPixmap elif download_status == DownloadStatus.downloaded: pixmap = self.downloadedPixmap elif ( download_status == DownloadStatus.downloaded_with_warning or download_status == DownloadStatus.backup_problem ): pixmap = self.downloadedWarningPixmap elif ( download_status == DownloadStatus.download_failed or download_status == DownloadStatus.download_and_backup_failed ): pixmap = self.downloadedErrorPixmap else: pixmap = None if pixmap is not None: painter.drawPixmap( QPointF(option.rect.x() + self.horizontal_margin, emblem_rect_y), pixmap, ) painter.restore() def sizeHint(self, option: QStyleOptionViewItem, index: QModelIndex) -> QSize: return self.fixedSizeHint def oneOrMoreNotDownloaded(self) -> Tuple[int, Plural]: i = 0 selectedIndexes = self.selectedIndexes() if selectedIndexes is None: no_selected = 0 else: no_selected = len(selectedIndexes) for index in selectedIndexes: if not index.data(Roles.previously_downloaded): i += 1 if i == 2: break if i == 0: return no_selected, Plural.zero elif i == 1: return no_selected, Plural.two_form_single else: return no_selected, Plural.two_form_plural def editorEvent( self, event: QEvent, model: QAbstractItemModel, option: QStyleOptionViewItem, index: QModelIndex, ) -> bool: """ Change the data in the model and the state of the checkbox if the user presses the left mouse button or presses Key_Space or Key_Select and this cell is editable. Otherwise do nothing. Handle right click too. """ download_status = index.data(Roles.download_status) if ( event.type() == QEvent.MouseButtonRelease or event.type() == QEvent.MouseButtonDblClick ): if event.button() == Qt.RightButton: self.clickedIndex = index # Determine if user can manually mark file or files as previously # downloaded noSelected, noDownloaded = self.oneOrMoreNotDownloaded() if noDownloaded == Plural.two_form_single: self.markFilesDownloadedAct.setVisible(False) self.markFileDownloadedAct.setVisible(True) self.markFileDownloadedAct.setEnabled(True) elif noDownloaded == Plural.two_form_plural: self.markFilesDownloadedAct.setVisible(True) self.markFilesDownloadedAct.setEnabled(True) self.markFileDownloadedAct.setVisible(False) else: assert noDownloaded == Plural.zero if noSelected == 1: self.markFilesDownloadedAct.setVisible(False) self.markFileDownloadedAct.setVisible(True) self.markFileDownloadedAct.setEnabled(False) else: self.markFilesDownloadedAct.setVisible(True) self.markFilesDownloadedAct.setEnabled(False) self.markFileDownloadedAct.setVisible(False) globalPos = self.rapidApp.thumbnailView.viewport().mapToGlobal( event.pos() ) # libgphoto2 needs exclusive access to the camera, so there are times # when "open in file browswer" should be disabled: # First, for all desktops, when a camera, disable when thumbnailing or # downloading. # Second, disable opening MTP devices in KDE environment, # as KDE won't release them until them the file browser is closed! # However if the file is already downloaded, we don't care, as can # get it from local source. # Finally, disable when we don't know what the default file manager is active_camera = disable_kde = False have_file_manager = ( self.rapidApp.file_manager is not None and self.rapidApp.file_manager != "" ) if download_status not in Downloaded: if index.data(Roles.is_camera): scan_id = index.data(Roles.scan_id) active_camera = ( self.rapidApp.deviceState(scan_id) != DeviceState.idle ) if not active_camera: disable_kde = ( index.data(Roles.is_camera) and self.rapidApp.file_manager in kframework_file_managers ) self.openInFileBrowserAct.setEnabled( not (disable_kde or active_camera) and have_file_manager ) self.contextMenu.popup(globalPos) return False if event.button() != Qt.LeftButton or not self.getCheckBoxRect( option.rect ).contains(event.pos()): return False if event.type() == QEvent.MouseButtonDblClick: return True elif event.type() == QEvent.KeyPress: if event.key() != Qt.Key_Space and event.key() != Qt.Key_Select: return False else: return False if download_status != DownloadStatus.not_downloaded: return False # Change the checkbox-state self.setModelData(None, model, index) return True def setModelData( self, editor: QWidget, model: QAbstractItemModel, index: QModelIndex ) -> None: newValue = 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) -> QPointF: return QPointF( rect.x() + self.horizontal_margin, rect.y() + self.image_frame_bottom + self.footer_padding - 1, ) def getCheckBoxRect(self, rect: QRect) -> QRectF: return QRectF( self.getLeftPoint(rect), QSizeF(self.checkboxRect.toRect().size()) ) def applyJobCode(self, job_code: str) -> None: thumbnailModel = self.rapidApp.thumbnailModel # type: ThumbnailListModel selectedIndexes = self.selectedIndexes() if selectedIndexes is not None: logging.debug("Applying job code to %s files", len(selectedIndexes)) for i in selectedIndexes: thumbnailModel.setData(i, job_code, Roles.job_code) else: logging.debug("Not applying job code because no files selected") def selectedIndexes(self) -> Optional[List[QModelIndex]]: selection = ( self.rapidApp.thumbnailView.selectionModel() ) # type: QItemSelectionModel if selection.hasSelection(): selected = selection.selection() # type: QItemSelection return selected.indexes() return None ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/thumbnailer.py0000644000175000017500000002461300000000000021475 0ustar00damondamon# Copyright (C) 2015-2022 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-2022, 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, is_mtp_device: Optional[bool] = 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, is_mtp_device=is_mtp_device, entire_video_required=entire_video_required, entire_photo_required=entire_photo_required, ), ) ) @property def thumbnailReceived(self) -> pyqtBoundSignal: return self.thumbnail_manager.message @property def cacheDirs(self) -> pyqtBoundSignal: return self.thumbnail_manager.cacheDirs # Signal emitted when the worker has been forcefully stopped, rather than # merely finished in its work @property def workerStopped(self) -> pyqtSignal: return self.thumbnail_manager.workerStopped @property def workerFinished(self) -> pyqtSignal: return self.thumbnail_manager.workerFinished @property def cameraRemoved(self) -> pyqtSignal: return self.thumbnail_manager.cameraRemoved def setupThumbnailManager(self) -> None: logging.debug("Starting thumbnail model...") self.thumbnail_manager_thread = QThread() self.thumbnail_manager = ThumbnailManagerPara( logging_port=self.logging_port, thread_name=ThreadNames.thumbnailer ) self.thumbnail_manager.moveToThread(self.thumbnail_manager_thread) self.thumbnail_manager_thread.started.connect(self.thumbnail_manager.run_sink) self.thumbnail_manager.receiverPortSignal.connect(self.managerReceiverPort) self.thumbnail_manager.sinkStarted.connect(self.thumbnailManagerSinkStarted) QTimer.singleShot(0, self.thumbnail_manager_thread.start) @pyqtSlot(int) def managerReceiverPort(self, port: int) -> None: self.thumbnail_manager_sink_port = port @pyqtSlot() def thumbnailManagerSinkStarted(self) -> None: logging.debug("...thumbnail model started") self.setupLoadBalancer() def setupLoadBalancer(self) -> None: logging.debug("Starting thumbnail load balancer...") self.load_balancer_thread = QThread() self.load_balancer = ThumbnailLoadBalancerManager( self.context, self.no_workers, self.thumbnail_manager_sink_port, self.logging_port, ) self.load_balancer.moveToThread(self.load_balancer_thread) self.load_balancer_thread.started.connect( self.load_balancer.start_load_balancer ) self.load_balancer.load_balancer_started.connect(self.loadBalancerFrontendPort) QTimer.singleShot(0, self.load_balancer_thread.start) @pyqtSlot(int) def loadBalancerFrontendPort(self, frontend_port: int) -> None: logging.debug("...thumbnail load balancer started") self._frontend_port = frontend_port self.frontend_port.emit(frontend_port) def stop(self) -> None: self.thumbnailer_controller.send_multipart(create_inproc_msg(b"STOP")) self.load_balancer_controller.send_multipart(create_inproc_msg(b"STOP")) self.thumbnail_manager_thread.quit() if not self.thumbnail_manager_thread.wait(1000): self.thumbnailer_controller.send_multipart(create_inproc_msg(b"TERMINATE")) self.load_balancer_thread.quit() if not self.load_balancer_thread.wait(1000): self.load_balancer_controller.send_multipart( create_inproc_msg(b"TERMINATE") ) def stop_worker(self, scan_id: int) -> None: self.thumbnailer_controller.send_multipart( create_inproc_msg(b"STOP_WORKER", worker_id=scan_id) ) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/thumbnailextractor.py0000755000175000017500000010303300000000000023077 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2015-2021 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2015-2021, Damon Lynch" import sys import logging from urllib.request import pathname2url import pickle import os from collections import namedtuple 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 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.ui.filmstrip import add_filmstrip from raphodo.cache import ThumbnailCacheSql, FdoCacheLarge, FdoCacheNormal import raphodo.metadata.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 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: how many seconds into the video to read :param caps: :return: gstreamer buffer """ logging.debug("Using gstreamer to generate thumbnail from %s", full_file_name) pipeline = Gst.parse_launch("playbin") pipeline.props.uri = "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 .10 seconds into the video as a minimum if not offset: offset = 0.5 * Gst.SECOND # Duration is unreliable because when we are dealing with camera videos, # we're only downloading a snapshot, i.e. 2 seconds of a 1 minute video. # But no matter what, don't want to exceed it. duration = pipeline.query_duration(Gst.Format.TIME)[1] offset = min(duration, offset) try: v = pipeline.seek_simple( Gst.Format.TIME, Gst.SeekFlags.FLUSH | Gst.SeekFlags.KEY_UNIT, offset ) assert v except AssertionError: logging.warning( "seek_simple() failed for %s. Is the necessary gstreamer plugin installed " "for this file format?", full_file_name, ) return None # Wait for seek to finish. pipeline.get_state(Gst.CLOCK_TIME_NONE) # alternative is Gst.SECOND * 10 sample = pipeline.emit("convert-sample", caps) if sample is not None: buffer = sample.get_buffer() pipeline.set_state(Gst.State.NULL) return buffer.extract_dup(0, buffer.get_size()) else: return None PhotoDetails = namedtuple("PhotoDetails", "thumbnail, orientation") def qimage_to_png_buffer(image: QImage) -> QBuffer: """ Save the image data in PNG format in a QBuffer, whose data can then be extracted using the data() member function. :param image: the image to be converted :return: the buffer """ buffer = QBuffer() buffer.open(QIODevice.WriteOnly) # Quality 100 means uncompressed. image.save(buffer, "PNG", quality=100) return buffer def crop_160x120_thumbnail(thumbnail: QImage, vertical_space: int = 8) -> QImage: """ Remove black bands from the top and bottom of thumbnail :param thumbnail: thumbnail to crop :param vertical_space: how much to remove from the top and bottom :return: cropped thumbnail """ if thumbnail.width() == 160 and thumbnail.height() == 120: return thumbnail.copy(0, vertical_space, 160, 120 - vertical_space * 2) elif thumbnail.width() == 120 and thumbnail.height() == 160: return thumbnail.copy(vertical_space, 0, 120 - vertical_space * 2, 160) else: return thumbnail class ThumbnailExtractor(LoadBalancerWorker): # Exif rotation constants rotate_0 = "1" rotate_90 = "6" rotate_180 = "3" rotate_270 = "8" maxStandardSize = QSize( max(ThumbnailSize.width, ThumbnailSize.height), max(ThumbnailSize.width, ThumbnailSize.height), ) def __init__(self) -> None: self.thumbnailSizeNeeded = QSize(ThumbnailSize.width, ThumbnailSize.height) self.thumbnail_cache = ThumbnailCacheSql(create_table_if_not_exists=False) self.fdo_cache_large = FdoCacheLarge() self.fdo_cache_normal = FdoCacheNormal() super().__init__("Thumbnail Extractor") def rotate_thumb(self, thumbnail: QImage, orientation: str) -> QImage: """ If required return a rotated copy the thumbnail :param thumbnail: thumbnail to rotate :param orientation: EXIF orientation tag :return: possibly rotated thumbnail """ if orientation == self.rotate_90: thumbnail = thumbnail.transformed(QTransform().rotate(90)) elif orientation == self.rotate_270: thumbnail = thumbnail.transformed(QTransform().rotate(270)) elif orientation == self.rotate_180: thumbnail = thumbnail.transformed(QTransform().rotate(180)) return thumbnail def image_large_enough(self, size: QSize) -> bool: """Check if image is equal or bigger than thumbnail size.""" return ( size.width() >= self.thumbnailSizeNeeded.width() or size.height() >= self.thumbnailSizeNeeded.height() ) def _extract_256_thumb( self, rpd_file: RPDFile, processing: Set[ExtractionProcessing], orientation: 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: if thumbnail.width() < thumbnail.height() and orientation in ( self.rotate_270, self.rotate_90, ): # The orientation has already been applied to the thumbnail logging.debug( "Already rotated: %s", rpd_file.get_current_full_file_name() ) orientation = self.rotate_0 if max(thumbnail.width(), thumbnail.height()) > 160: logging.debug("Resizing: %s", rpd_file.get_current_full_file_name()) processing.add(ExtractionProcessing.resize) elif not rpd_file.is_jpeg(): processing.add(ExtractionProcessing.strip_bars_photo) return PhotoDetails(thumbnail, orientation) def get_disk_photo_thumb( self, rpd_file: Photo, full_file_name: str, processing: Set[ExtractionProcessing], force_exiftool: bool, ) -> PhotoDetails: """ Get the photo's thumbnail from a file that is on disk. Sets rpd_file's mdatatime. :param rpd_file: file details :param full_file_name: full name of the file from which to get the metadata :param processing: processing extraction tasks to complete, :param force_exiftool: whether to force the use of ExifTool to load the metadata :return: thumbnail and its orientation """ orientation = None thumbnail = None photo_details = PhotoDetails(thumbnail, orientation) if rpd_file.load_metadata( full_file_name=full_file_name, et_process=self.exiftool_process, force_exiftool=force_exiftool, ): photo_details = self._extract_metadata(rpd_file, processing) thumbnail = photo_details.thumbnail if thumbnail is not None: return photo_details if rpd_file.is_loadable(): thumbnail = QImage(full_file_name) processing.add(ExtractionProcessing.resize) if not rpd_file.from_camera: processing.remove(ExtractionProcessing.orient) if thumbnail.isNull(): thumbnail = None logging.warning( "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 ): 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, 1.0) if not png: thumbnail = None logging.warning( "Could not extract video thumbnail from %s", data.rpd_file.get_display_full_name(), ) else: thumbnail = QImage.fromData(png) if thumbnail.isNull(): thumbnail = None else: processing.add(ExtractionProcessing.add_film_strip) orientation = self.get_video_rotation( rpd_file, data.full_file_name_to_work_on ) if orientation is not None: processing.add(ExtractionProcessing.orient) processing.add(ExtractionProcessing.resize) return thumbnail, orientation def process_files(self): """ Loop continuously processing photo and video thumbnails """ logging.debug("{} 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 = 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() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/thumbnailpara.py0000755000175000017500000011673400000000000022023 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2011-2022 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-2022, 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 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.prefs.preferences import Preferences from raphodo.rescan import RescanCamera from raphodo.metadata.fileformats import use_exiftool_on_photo from raphodo.heif import have_heif_module def cache_dir_name(device_name: str) -> str: """Generate a directory name for a temporary file cache""" return "rpd-cache-{}-".format(device_name[:10].replace(" ", "_")) def split_list(alist: list, wanted_parts=2): """ Split list into smaller parts http://stackoverflow.com/questions/752308/split-list-into-smaller-lists :param alist: the list :param wanted_parts: how many lists it should be split into :return: the split lists """ length = len(alist) return [ alist[i * length // wanted_parts : (i + 1) * length // wanted_parts] for i in range(wanted_parts) ] def split_indexes(length: int): """ For the length of a list, return a list of indexes into it such that the indexes start with the middle item, then the middle item of the remaining two parts of the list, and so forth. Perhaps this algorithm could be optimized, as I did it myself. But 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 rpd_file.is_mtp_device and rpd_file.file_type == FileType.video: entire_file_required = True if not entire_file_required: # For many photos videos, extract a small part of the file and use # that to get the metadata if using_exiftool: offset = thumbnail_offset_exiftool.get(rpd_file.extension) else: offset = thumbnail_offset.get(rpd_file.extension) if offset: if using_exiftool: offset = max( offset, datetime_offset_exiftool.get(rpd_file.extension) ) else: offset = max(offset, datetime_offset.get(rpd_file.extension)) if offset and self.cache_file_chunk_from_camera(rpd_file, offset): if rpd_file.file_type == FileType.photo: task = ExtractionTask.load_from_bytes_metadata_from_temp_extract else: task = ExtractionTask.extract_from_file_and_load_metadata file_to_work_on_is_temporary = True full_file_name_to_work_on = rpd_file.temp_cache_full_file_chunk if task == ExtractionTask.undetermined: if self.cache_full_size_file_from_camera(rpd_file): task = ExtractionTask.extract_from_file_and_load_metadata full_file_name_to_work_on = rpd_file.cache_full_file_name else: # Failed to generate thumbnail task = ExtractionTask.bypass return task, full_file_name_to_work_on, file_to_work_on_is_temporary def do_work(self) -> None: try: self.generate_thumbnails() except SystemExit as e: sys.exit(e) except Exception: if hasattr(self, "device_name"): logging.error( "Exception generating thumbnails for %s", self.device_name ) else: logging.error("Exception generating thumbnails") logging.exception("Traceback:") def generate_thumbnails(self) -> None: self.camera = None arguments = pickle.loads(self.content) # type: GenerateThumbnailsArguments self.device_name = arguments.name logging.info( "Generating %s thumbnails for %s", len(arguments.rpd_files), arguments.name ) if arguments.log_gphoto2: self.gphoto2_logging = gphoto2_python_logging() self.frontend = self.context.socket(zmq.PUSH) self.frontend.connect("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, is_mtp_device=arguments.is_mtp_device, specific_folders=self.prefs.folders_to_scan, ) if not self.camera.camera_initialized: # There is nothing to do here: exit! logging.debug( "Prematurely exiting thumbnail generation due to lack of access to " "camera %s", arguments.camera, ) self.content = pickle.dumps( GenerateThumbnailsResults( scan_id=arguments.scan_id, camera_removed=True, ), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() self.disconnect_logging() self.send_finished_command() sys.exit(0) if not cache_file_from_camera: for rpd_file in rpd_files: if use_exiftool_on_photo( rpd_file.extension, preview_extraction_irrelevant=False ): cache_file_from_camera = True break must_make_cache_dirs = ( not self.camera.can_fetch_thumbnails or cache_file_from_camera ) if ( must_make_cache_dirs or arguments.need_video_cache_dir or arguments.need_photo_cache_dir ): # If downloading complete copy of the files to # generate previews, then may as well cache them to speed up # the download process self.photo_cache_dir = create_temp_dir( folder=arguments.cache_dirs.photo_cache_dir, prefix=cache_dir_name(self.device_name), ) self.video_cache_dir = create_temp_dir( folder=arguments.cache_dirs.video_cache_dir, prefix=cache_dir_name(self.device_name), ) cache_dirs = CacheDirs(self.photo_cache_dir, self.video_cache_dir) self.content = pickle.dumps( GenerateThumbnailsResults( scan_id=arguments.scan_id, cache_dirs=cache_dirs ), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() from_thumb_cache = 0 from_fdo_cache = 0 if self.camera: rescan = RescanCamera(camera=self.camera, prefs=self.prefs) rescan.rescan_camera(rpd_files) rpd_files = rescan.rpd_files if rescan.missing_rpd_files: logging.error( "%s files could not be relocated on %s", len(rescan.missing_rpd_files), self.camera.display_name, ) for rpd_file in rescan.missing_rpd_files: # type: RPDFile self.content = pickle.dumps( GenerateThumbnailsResults( rpd_file=rpd_file, thumbnail_bytes=None ), pickle.HIGHEST_PROTOCOL, ) self.send_message_to_sink() for rpd_file in rpd_files: # type: RPDFile # Check to see if the process has received a command self.check_for_controller_directive() exif_buffer = None file_to_work_on_is_temporary = False secondary_full_file_name = "" processing = set() # type: Set[ExtractionProcessing] # Attempt to get thumbnail from Thumbnail Cache # (see cache.py for definitions of various caches) cache_search = thumbnail_caches.get_from_cache(rpd_file) task, thumbnail_bytes, full_file_name_to_work_on, origin = cache_search if task != ExtractionTask.undetermined: if origin == ThumbnailCacheOrigin.thumbnail_cache: from_thumb_cache += 1 else: assert origin == ThumbnailCacheOrigin.fdo_cache logging.debug( "Thumbnail for %s found in large FDO cache", rpd_file.full_file_name, ) from_fdo_cache += 1 processing.add(ExtractionProcessing.resize) if not rpd_file.mdatatime: # Since we're extracting the thumbnail from the FDO cache, # need to grab its metadata too. # Reassign the task task = ExtractionTask.load_file_directly_metadata_from_secondary # It's not being downloaded from a camera, so nothing # special to do except assign the name of the file from which # to extract the metadata secondary_full_file_name = rpd_file.full_file_name logging.debug( "Although thumbnail found in the cache, tasked to extract " "file time recorded in metadata from %s", secondary_full_file_name, ) if task == ExtractionTask.undetermined: # Thumbnail was not found in any cache: extract it if self.camera: # type: Camera if rpd_file.file_type == FileType.photo: if rpd_file.is_heif(): # Load HEIF / HEIC using entire file. # We are assuming that there is no tool to extract a # preview image from an HEIF / HEIC, or the file simply # does not have one to extract. if self.cache_full_size_file_from_camera(rpd_file): task = ExtractionTask.load_heif_and_exif_directly processing.add(ExtractionProcessing.resize) full_file_name_to_work_on = ( rpd_file.cache_full_file_name ) # For now, do not orient, as it seems pyheif or libheif does # that automatically. # processing.add(ExtractionProcessing.orient) elif self.camera.can_fetch_thumbnails: task = ExtractionTask.load_from_bytes if rpd_file.is_jpeg_type(): # gPhoto2 knows how to get jpeg thumbnails try: thumbnail_bytes = self.camera.get_thumbnail( rpd_file.path, rpd_file.name ) except CameraProblemEx 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! # For raw, extract merely a part of phone's raw format, and # try to extract the jpeg preview from it (which probably # doesn't exist!). This is fast. if not rpd_file.is_jpeg(): bytes_to_read = thumbnail_offset.get(rpd_file.extension) if bytes_to_read: exif_buffer = self.camera.get_exif_extract( rpd_file.path, rpd_file.name, bytes_to_read ) task = ExtractionTask.load_from_exif_buffer processing.add(ExtractionProcessing.orient) if ( task == ExtractionTask.undetermined and self.cache_full_size_file_from_camera(rpd_file) ): if rpd_file.is_jpeg(): task = ExtractionTask.load_file_and_exif_directly processing.add(ExtractionProcessing.resize) processing.add(ExtractionProcessing.orient) else: task = ExtractionTask.load_from_exif processing.add(ExtractionProcessing.resize) processing.add(ExtractionProcessing.orient) full_file_name_to_work_on = ( rpd_file.cache_full_file_name ) else: # Failed to generate thumbnail task = ExtractionTask.bypass else: # video from camera if rpd_file.thm_full_name is not None: # Fortunately, we have a special video thumbnail file # Still need to get metadata time, however. if entire_video_required: offset = rpd_file.size else: offset = datetime_offset.get(rpd_file.extension) # If there is no offset, there is no point trying to # extract the metadata time from part of the video. It's # not ideal, but if this is from a camera on which there # were any other files we can assume we've got a # somewhat accurate date time for it from the # modification time. The only exception is if the video # file is not that big, in which case it's worth reading # in its entirety: if offset is None and rpd_file.size < 4000000: offset = rpd_file.size if rpd_file.mdatatime or not offset: task = ExtractionTask.load_from_bytes elif self.cache_file_chunk_from_camera(rpd_file, offset): task = ( ExtractionTask.load_from_bytes_metadata_from_temp_extract ) 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() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023204.0 rapid-photo-downloader-0.9.33/raphodo/timeutils.py0000644000175000017500000000714200000000000021200 0ustar00damondamon# Copyright (C) 2015-2021 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . # A few utility functions relating to time conversion and internationalization __author__ = "Damon Lynch" __copyright__ = "Copyright 2015-2021, 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) ././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1647023206.3178413 rapid-photo-downloader-0.9.33/raphodo/ui/0000755000175000017500000000000000000000000017220 5ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/ui/__init__.py0000644000175000017500000000000000000000000021317 0ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/ui/aboutdialog.py0000644000175000017500000003145300000000000022072 0ustar00damondamon# Copyright (C) 2016-2022 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-2022, Damon Lynch" import re 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.__about__ as __about__ from raphodo.ui.viewutils import translateDialogBoxButtons class AboutDialog(QDialog): """ Display an About window """ def __init__(self, parent=None) -> None: super().__init__(parent) self.setWindowFlags(Qt.Window | Qt.FramelessWindowHint) self.setObjectName("AboutDialog") self.setStyleSheet( "QDialog#AboutDialog {background-image: url(:/splashscreen.png);}" ) pixmap = QPixmap(":/splashscreen.png") try: ratio = pixmap.devicePixelRatioF() except AttributeError: ratio = pixmap.devicePixelRatio() if ratio > 1.0: size = QSize(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-2022 Damon Lynch.

      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) details_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(details_style_sheet) details.setOpenExternalLinks(True) details.setSizePolicy(QSizePolicy.Minimum, QSizePolicy.Minimum) font = self.font() # type: QFont font_size = font.pointSize() - 2 font.setPointSize(font_size) details.setFont(font) aboutLayout = QVBoxLayout() aboutLayout.setContentsMargins(0, 0, 0, 0) aboutLayout.addSpacing(150) detailsLayout = QHBoxLayout() detailsLayout.setContentsMargins(0, 0, 0, 0) detailsLayout.addWidget(details) detailsLayout.addStretch(10) aboutLayout.addLayout(detailsLayout) aboutLayout.addStretch(10) about = QWidget() about.setLayout(aboutLayout) # Credits view credits_text = """ Copyright © 2007-2022 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. Double arrow icon courtesy %(artlink6)s. Clock icon courtesy %(artlink7)s. """ credits_text = credits_text.replace("\n", "
      \n") 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=' Dmitriy Bunin', artlink7='Pixel perfect', ) label_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(label_style_sheet) creditsLabel.setOpenExternalLinks(True) credits = QScrollArea() credits.setWidget(creditsLabel) scroll_area_style_sheet = """QScrollArea { background-color: %(transparency)s; border: 0px; } """ % dict( transparency=transparency ) credits.setStyleSheet(scroll_area_style_sheet) # Translators view translators_text = """ Albanian Algent Albrahimi Belarusian Ilya Tsimokhin Brazilian Portuguese Ney Walens de Mesquita Rubens Stuginski Jr Catalan Adolfo Jayme Barrientos Czech Pavel Borecki Danish Torben Gundtofte-Bruun Dutch Alain J. Baudrez Estonian Tauno Erik Finnish Mikko Ruohola French Jean-Marc Lartigue Greek Dimitris Xenakis Hungarian László András LÅ‘rincz Italian Matteo Carotta Milo Casagrande Japanese Koji Yokota Kabyle Mohammed Belkacem Norwegian Bokmal Harlad H Rudolf Maurer Norwegian Nynorsk Kevin Brubeck Unhammer Harlad H Polish Michal Predotka Russian Evgeny Kozlov Serbian МироÑлав Ðиколић Slovak Robert Valik Spanish Adolfo Jayme Barrientos Jose Luis Tirado Swedish Joachim Johansson Turkish Ilker Alp Previous translators Anton Alyab'ev Michel Ange Tobias Bannert Bert Martin Dahl Moe Marco de Freitas Martin Egger Sergiy Gavrylov Emanuele Grande Toni Lähdekorpi Miroslav MatejaÅ¡ Erik M Frederik Müller Jose Luis Navarro Tomas Novak Abel O'Rian Balazs Oveges Daniel Paessler MiloÅ¡ Popović Ye Qing Luca Reverberi Ahmed Shubbar Sergei Sedov Marco Solari Ulf Urdén Julien Valroff Aron Xu Nicolás M. Zahlut æ¢å…¶å­¦ """ # Replace < and > in email addresses translators_text = re.sub( r"<(.+)@(.+)>", r"<\1@\2>", translators_text, flags=re.MULTILINE ) translators_text = translators_text.replace("\n", "
      \n") translatorsLabel = QLabel(translators_text) translatorsLabel.setFont(font) translatorsLabel.setStyleSheet(label_style_sheet) translators = QScrollArea() translators.setWidget(translatorsLabel) translators.setStyleSheet(scroll_area_style_sheet) mainLayout = QVBoxLayout() self.stack = QStackedWidget() self.stack.addWidget(about) self.stack.addWidget(credits) self.stack.addWidget(translators) self.stack.setSizePolicy(QSizePolicy.Expanding, QSizePolicy.Expanding) buttonBox = QDialogButtonBox() closeButton = buttonBox.addButton(QDialogButtonBox.Close) # type: QPushButton translateDialogBoxButtons(buttonBox) self.creditsButton = buttonBox.addButton( _("Credits"), QDialogButtonBox.HelpRole ) # type: QPushButton self.creditsButton.setDefault(False) self.creditsButton.setCheckable(True) self.translatorsButton = buttonBox.addButton( _("Translators"), QDialogButtonBox.ResetRole ) # type: QPushButton self.translatorsButton.setDefault(False) self.translatorsButton.setCheckable(True) closeButton.setDefault(True) buttonLayout = QVBoxLayout() buttonLayout.addWidget(buttonBox) buttonLayout.setContentsMargins( left_margin, left_margin, left_margin, left_margin ) mainLayout.setContentsMargins(0, 0, 0, 0) version = QLabel(__about__.__version__) version.setFixedHeight(white_box_height - title_bottom) version_style_sheet = """QLabel { padding-left: %(left_margin)dpx; }""" % dict( left_margin=left_margin ) version.setStyleSheet(version_style_sheet) mainLayout.addSpacing(title_bottom) mainLayout.addWidget(version) mainLayout.addWidget(self.stack) mainLayout.addLayout(buttonLayout) self.setLayout(mainLayout) buttonBox.rejected.connect(self.reject) self.creditsButton.clicked.connect(self.creditsButtonClicked) self.translatorsButton.clicked.connect(self.translatorsButtonClicked) closeButton.setFocus() @pyqtSlot() def creditsButtonClicked(self) -> None: self.translatorsButton.setChecked(False) self.showStackItem() @pyqtSlot() def translatorsButtonClicked(self) -> None: self.creditsButton.setChecked(False) self.showStackItem() @pyqtSlot() def showStackItem(self) -> None: if self.creditsButton.isChecked(): self.stack.setCurrentIndex(1) elif self.translatorsButton.isChecked(): self.stack.setCurrentIndex(2) self.creditsButton.setChecked(False) else: self.stack.setCurrentIndex(0) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/ui/backuppanel.py0000644000175000017500000010055300000000000022063 0ustar00damondamon# Copyright (C) 2017-2022 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-2022, Damon Lynch" from typing import Dict, Tuple, Set, List, DefaultDict, NamedTuple import logging import os from collections import defaultdict from PyQt5.QtCore import ( Qt, pyqtSlot, pyqtSignal, QAbstractListModel, QModelIndex, QSize, QStorageInfo, ) from PyQt5.QtWidgets import ( QWidget, QSizePolicy, QVBoxLayout, QLabel, QLineEdit, QCheckBox, QStyledItemDelegate, QStyleOptionViewItem, QStyle, QGroupBox, QHBoxLayout, QGridLayout, QSplitter, ) from PyQt5.QtGui import QPainter, QPalette, QIcon from raphodo.constants import ( StandardFileLocations, FileType, Roles, ViewRowType, BackupLocationType, ) from raphodo.ui.viewutils import ( FlexiFrame, RowTracker, ScrollAreaNoFrame, ) from raphodo.rpdfile import FileTypeCounter from raphodo.ui.panelview import QPanelView from raphodo.prefs.preferences import Preferences from raphodo.foldercombo import FolderCombo from raphodo.devices import BackupDeviceCollection, BackupVolumeDetails from raphodo.ui.devicedisplay import DeviceDisplay, icon_size, DeviceView from raphodo.ui.destinationdisplay import make_body_details, adjusted_download_size from raphodo.storage.storage import get_mount_size, ValidMounts, get_media_dir class BackupVolumeUse(NamedTuple): bytes_total: int bytes_free: int backup_type: BackupLocationType marked: FileTypeCounter photos_size_to_download: int videos_size_to_download: int class BackupViewRow(NamedTuple): mount: QStorageInfo display_name: str backup_type: BackupLocationType os_stat_device: int class BackupDeviceModel(QAbstractListModel): """ Stores 'devices' used for backing up photos and videos. Want to display: (1) destination on local files systems (2) external devices, e.g. external hard drives Need to account for when download destination is same file system as backup destination. """ def __init__(self, parent) -> None: super().__init__(parent) self.raidApp = parent.rapidApp self.prefs = parent.prefs size = icon_size() self.removableIcon = QIcon(":icons/drive-removable-media.svg").pixmap(size) self.folderIcon = QIcon(":/icons/folder.svg").pixmap(size) self._initValues() def _initValues(self): self.rows = RowTracker() # type: RowTracker self.row_id_counter = 0 # type: int # {row_id} self.headers = set() # type: Set[int] # path: BackupViewRow self.backup_devices = dict() # type: Dict[str, BackupViewRow] self.path_to_row_ids = defaultdict(list) # type: Dict[str, List[int]] self.row_id_to_path = dict() # type: Dict[int, str] self.marked = FileTypeCounter() self.photos_size_to_download = self.videos_size_to_download = 0 # os_stat_device: Set[FileType] self._downloading_to = defaultdict(set) # type: 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() # TODO sizeHint() ? class BackupDeviceDelegate(QStyledItemDelegate): widthChanged = pyqtSignal(int) def __init__(self, rapidApp, parent=None) -> None: super().__init__(parent) self.rapidApp = rapidApp self.deviceDisplay = DeviceDisplay(parent=self) self.deviceDisplay.widthChanged.connect(self.widthChanged) def paint( self, painter: QPainter, option: QStyleOptionViewItem, index: QModelIndex ) -> None: painter.save() x = option.rect.x() y = option.rect.y() width = option.rect.width() view_type = index.data(Qt.DisplayRole) # type: ViewRowType if view_type == ViewRowType.header: display_name, icon = index.data(Roles.device_details) self.deviceDisplay.paint_header( painter=painter, x=x, y=y, width=width, icon=icon, display_name=display_name, ) else: assert view_type == ViewRowType.content data = index.data(Roles.storage) # type: BackupVolumeUse details = make_body_details( bytes_total=data.bytes_total, bytes_free=data.bytes_free, files_to_display=data.backup_type, marked=data.marked, photos_size_to_download=data.photos_size_to_download, videos_size_to_download=data.videos_size_to_download, ) self.deviceDisplay.paint_body( painter=painter, x=x, y=y, width=width, details=details ) painter.restore() def sizeHint(self, option: QStyleOptionViewItem, index: QModelIndex) -> QSize: view_type = index.data(Qt.DisplayRole) # type: ViewRowType if view_type == ViewRowType.header: height = self.deviceDisplay.dc.device_name_height else: storage_space = index.data(Roles.storage) if storage_space is None: height = self.deviceDisplay.dc.base_height else: height = self.deviceDisplay.dc.storage_height return QSize(self.deviceDisplay.width(), height) class BackupOptionsWidget(FlexiFrame): """ Display backup options, such as automatic backup detection """ def __init__(self, prefs: Preferences, parent, rapidApp: "RapidWindow") -> None: super().__init__(parent=parent) self.rapidApp = rapidApp self.prefs = prefs self.media_dir = get_media_dir() self.setBackgroundRole(QPalette.Base) self.setAutoFillBackground(True) backupLayout = QGridLayout() layout = self.layout() layout.addLayout(backupLayout) self.setLayout(layout) self.backupExplanation = QLabel( _( "You can have your photos and videos backed up to " "multiple locations as they are downloaded, e.g. " "external hard drives." ) ) self.backupExplanation.setWordWrap(True) self.backupExplanation.setSizePolicy(QSizePolicy.Ignored, QSizePolicy.Minimum) self.backup = QCheckBox(_("Back up photos and videos when downloading")) self.backup.setChecked(self.prefs.backup_files) self.backup.stateChanged.connect(self.backupChanged) checkbox_width = self.backup.style().pixelMetric(QStyle.PM_IndicatorWidth) self.autoBackup = QCheckBox(_("Automatically detect backup devices")) self.autoBackup.setChecked(self.prefs.backup_device_autodetection) self.autoBackup.stateChanged.connect(self.autoBackupChanged) self.folderExplanation = QLabel( _( "Specify the folder in which backups are stored on the " "device.

      " "Note: the presence of a folder with this name " "is used to determine if the device is used for backups. " "For each device you wish to use for backing up to, " "create a folder in it with one of these folder names. " "By adding both folders, the same device can be used " "to back up both photos and videos." ) ) self.folderExplanation.setWordWrap(True) self.folderExplanation.setSizePolicy(QSizePolicy.Ignored, QSizePolicy.Minimum) # Unless this next call is made, for some reason the widget is too high! :-( self.folderExplanation.setContentsMargins(0, 0, 1, 0) self.photoFolderNameLabel = QLabel(_("Photo folder name:")) self.photoFolderName = QLineEdit() self.photoFolderName.setText(self.prefs.photo_backup_identifier) self.photoFolderName.editingFinished.connect(self.photoFolderIdentifierChanged) self.videoFolderNameLabel = QLabel(_("Video folder name:")) self.videoFolderName = QLineEdit() self.videoFolderName.setText(self.prefs.video_backup_identifier) self.videoFolderName.editingFinished.connect(self.videoFolderIdentifierChanged) self.autoBackupExampleBox = QGroupBox(_("Example:")) self.autoBackupExample = QLabel() autoBackupExampleBoxLayout = QHBoxLayout() autoBackupExampleBoxLayout.addWidget(self.autoBackupExample) self.autoBackupExampleBox.setLayout(autoBackupExampleBoxLayout) valid_mounts = ValidMounts(only_external_mounts=True) self.manualLocationExplanation = QLabel( _("If you disable automatic detection, choose the exact backup locations.") ) self.manualLocationExplanation.setWordWrap(True) self.manualLocationExplanation.setSizePolicy( QSizePolicy.Ignored, QSizePolicy.Minimum ) # Translators: the word 'location' is optional in your translation. The left # side of the folder chooser combo box will always line up with the left side of # the the text entry boxes where the user can enter the photo folder name and # the video folder name. See # http://damonlynch.net/rapid/documentation/thumbnails/backup.png self.photoLocationLabel = QLabel(_("Photo backup location:")) self.photoLocationLabel.setWordWrap(True) if self.rapidApp.is_wsl2 and not self.rapidApp.wsl_drives_probed: # flag that once Windows drives volume names are known, update these # combo box values self.rapidApp.wsl_backup_drives_refresh_needed = True self.photoLocation = FolderCombo( self, prefs=self.prefs, file_type=FileType.photo, file_chooser_title=_("Select Photo Backup Location"), special_dirs=(StandardFileLocations.pictures,), valid_mounts=valid_mounts, ) self.photoLocation.setPath(self.prefs.backup_photo_location) self.photoLocation.pathChosen.connect(self.photoPathChosen) # Translators: the word 'location' is optional in your translation. The left # side of the folder chooser combo box will always line up with the left side of # the the text entry boxes where the user can enter the photo folder name and # the video folder name. See # http://damonlynch.net/rapid/documentation/thumbnails/backup.png self.videoLocationLabel = QLabel(_("Video backup location:")) self.videoLocationLabel.setWordWrap(True) self.videoLocation = FolderCombo( self, prefs=self.prefs, file_type=FileType.video, file_chooser_title=_("Select Video Backup Location"), special_dirs=(StandardFileLocations.videos,), valid_mounts=valid_mounts, ) self.videoLocation.setPath(self.prefs.backup_video_location) self.videoLocation.pathChosen.connect(self.videoPathChosen) backupLayout.addWidget(self.backupExplanation, 0, 0, 1, 4) backupLayout.addWidget(self.backup, 1, 0, 1, 4) backupLayout.addWidget(self.autoBackup, 2, 1, 1, 3) backupLayout.addWidget(self.folderExplanation, 3, 2, 1, 2) backupLayout.addWidget(self.photoFolderNameLabel, 4, 2, 1, 1) backupLayout.addWidget(self.photoFolderName, 4, 3, 1, 1) backupLayout.addWidget(self.videoFolderNameLabel, 5, 2, 1, 1) backupLayout.addWidget(self.videoFolderName, 5, 3, 1, 1) backupLayout.addWidget(self.autoBackupExampleBox, 6, 2, 1, 2) backupLayout.addWidget( self.manualLocationExplanation, 7, 1, 1, 3, Qt.AlignBottom ) backupLayout.addWidget(self.photoLocationLabel, 8, 1, 1, 2) backupLayout.addWidget(self.photoLocation, 8, 3, 1, 1) backupLayout.addWidget(self.videoLocationLabel, 9, 1, 1, 2) backupLayout.addWidget(self.videoLocation, 9, 3, 1, 1) backupLayout.setColumnMinimumWidth(0, checkbox_width) backupLayout.setColumnMinimumWidth(1, checkbox_width) backupLayout.setRowMinimumHeight(7, checkbox_width * 2) layout.addStretch() self.setSizePolicy(QSizePolicy.Minimum, QSizePolicy.Expanding) self.setBackupButtonHighlight() # Group controls to enable / disable sets of them self._backup_controls_type = (self.autoBackup,) self._backup_controls_auto = ( self.folderExplanation, self.photoFolderNameLabel, self.photoFolderName, self.videoFolderNameLabel, self.videoFolderName, self.autoBackupExampleBox, ) self._backup_controls_manual = ( self.manualLocationExplanation, self.photoLocationLabel, self.photoLocation, self.videoLocationLabel, self.videoLocation, ) self.updateExample() self.enableControlsByBackupType() @pyqtSlot(int) def backupChanged(self, state: int) -> None: backup = state == Qt.Checked logging.info("Setting backup while downloading to %s", backup) self.prefs.backup_files = backup self.setBackupButtonHighlight() self.enableControlsByBackupType() self.rapidApp.resetupBackupDevices() @pyqtSlot(int) def autoBackupChanged(self, state: int) -> None: autoBackup = state == Qt.Checked logging.info("Setting automatically detect backup devices to %s", autoBackup) self.prefs.backup_device_autodetection = autoBackup self.setBackupButtonHighlight() self.enableControlsByBackupType() self.rapidApp.resetupBackupDevices() @pyqtSlot(str) def photoPathChosen(self, path: str) -> None: logging.info("Setting backup photo location to %s", path) self.prefs.backup_photo_location = path self.setBackupButtonHighlight() self.rapidApp.resetupBackupDevices() @pyqtSlot(str) def videoPathChosen(self, path: str) -> None: logging.info("Setting backup video location to %s", path) self.prefs.backup_video_location = path self.setBackupButtonHighlight() self.rapidApp.resetupBackupDevices() @pyqtSlot() def photoFolderIdentifierChanged(self) -> None: name = self.photoFolderName.text() logging.info("Setting backup photo folder name to %s", name) self.prefs.photo_backup_identifier = name self.setBackupButtonHighlight() self.rapidApp.resetupBackupDevices() @pyqtSlot() def videoFolderIdentifierChanged(self) -> None: name = self.videoFolderName.text() logging.info("Setting backup video folder name to %s", name) self.prefs.video_backup_identifier = name self.setBackupButtonHighlight() self.rapidApp.resetupBackupDevices() def updateExample(self) -> None: """ Update the example paths in the backup panel """ if ( self.autoBackup.isChecked() and hasattr(self.rapidApp, "backup_devices") and len(self.rapidApp.backup_devices) ): drives = self.rapidApp.backup_devices.sample_device_paths() else: # Translators: this value is used as an example device when automatic backup # device detection is enabled. You should translate this. drive1 = os.path.join(self.media_dir, _("drive1")) # Translators: this value is used as an example device when automatic backup # device detection is enabled. You should translate this. drive2 = os.path.join(self.media_dir, _("drive2")) drives = ( os.path.join(path, identifier) for path, identifier in ( (drive1, self.prefs.photo_backup_identifier), (drive2, self.prefs.photo_backup_identifier), (drive2, self.prefs.video_backup_identifier), ) ) paths = "\n".join(drives) self.autoBackupExample.setText(paths) def setBackupButtonHighlight(self) -> None: """ Indicate error status in GUI by highlighting Backup button. Do so only if doing manual backups and there is a problem with one of the paths """ self.rapidApp.backupButton.setHighlighted( self.prefs.backup_files and not self.prefs.backup_device_autodetection and (self.photoLocation.invalid_path or self.videoLocation.invalid_path) ) def enableControlsByBackupType(self) -> None: """ Enable or disable backup controls depending on what the user has enabled. """ backupsEnabled = self.backup.isChecked() autoEnabled = backupsEnabled and self.autoBackup.isChecked() manualEnabled = not autoEnabled and backupsEnabled for widget in self._backup_controls_type: widget.setEnabled(backupsEnabled) for widget in self._backup_controls_manual: widget.setEnabled(manualEnabled) for widget in self._backup_controls_auto: widget.setEnabled(autoEnabled) def updateLocationCombos(self) -> None: """ Update backup location comboboxes in case directory status has changed. """ for combo in self.photoLocation, self.videoLocation: combo.refreshFolderList() class BackupPanel(ScrollAreaNoFrame): """ Backup preferences widget, for photos and video backups while downloading. """ def __init__(self, parent) -> None: super().__init__(name="backupPanel", parent=parent) assert parent is not None self.rapidApp = parent self.prefs = self.rapidApp.prefs # type: Preferences self.setObjectName("backupPanelScrollArea") self.backupDevices = BackupDeviceModel(parent=self) self.backupStoragePanel = QPanelView( label=_("Projected Backup Storage Use"), ) self.backupStoragePanel.setObjectName("backupStoragePanel") self.backupOptionsPanel = QPanelView( label=_("Backup Options"), ) self.backupOptionsPanel.setObjectName("backupOptionsPanel") self.backupDevicesView = BackupDeviceView(rapidApp=self.rapidApp, parent=self) self.backupDevicesView.setObjectName("backupDevicesView") self.backupDevicesView.setModel(self.backupDevices) self.backupDevicesView.setItemDelegate( BackupDeviceDelegate(rapidApp=self.rapidApp) ) self.backupDevicesView.setSizePolicy( QSizePolicy.MinimumExpanding, QSizePolicy.Fixed ) self.backupOptionsPanel.setSizePolicy( QSizePolicy.Preferred, QSizePolicy.MinimumExpanding ) self.backupOptions = BackupOptionsWidget( prefs=self.prefs, parent=self, rapidApp=self.rapidApp ) self.backupOptionsPanel.addWidget(self.backupOptions) self.backupStoragePanel.addWidget(self.backupDevicesView) self.verticalScrollBarVisible.connect( self.backupDevicesView.containerVerticalScrollBar ) self.verticalScrollBarVisible.connect( self.backupOptions.containerVerticalScrollBar ) self.horizontalScrollBarVisible.connect( self.backupOptions.containerHorizontalScrollBar ) widget = QWidget() layout = QVBoxLayout() layout.setContentsMargins(0, 0, 0, 0) layout.setSpacing(QSplitter().handleWidth()) widget.setLayout(layout) layout.addWidget(self.backupStoragePanel) layout.addWidget(self.backupOptionsPanel) self.setWidget(widget) self.setWidgetResizable(True) self.setSizePolicy(QSizePolicy.Preferred, QSizePolicy.Expanding) def updateExample(self) -> None: """ Update the example paths in the backup panel """ self.backupOptions.updateExample() def updateLocationCombos(self) -> None: """ Update backup location comboboxes in case directory status has changed. """ self.backupOptions.updateLocationCombos() def addBackupVolume(self, mount_details: BackupVolumeDetails) -> None: self.backupDevices.addBackupVolume(mount_details=mount_details) self.backupDevicesView.updateGeometry() def removeBackupVolume(self, path: str) -> None: self.backupDevices.removeBackupVolume(path=path) self.backupDevicesView.updateGeometry() def resetBackupDisplay(self) -> None: self.backupDevices.reset() self.backupDevicesView.updateGeometry() def setupBackupDisplay(self) -> None: """ Sets up the backup view list regardless of whether backups are manual specified by the user, or auto-detection is on """ if not self.prefs.backup_files: logging.debug("No backups configured: no backup destinations to display") return backup_devices = self.rapidApp.backup_devices # type: BackupDeviceCollection if self.prefs.backup_device_autodetection: for path in backup_devices: self.backupDevices.addBackupVolume( mount_details=backup_devices.get_backup_volume_details(path=path) ) else: # manually specified backup paths try: mounts = backup_devices.get_manual_mounts() if mounts is None: return self.backupDevices.addBackupVolume(mount_details=mounts[0]) if len(mounts) > 1: self.backupDevices.addBackupVolume(mount_details=mounts[1]) except Exception: logging.exception( "An unexpected error occurred when adding backup destinations. " "Exception:" ) self.backupDevicesView.updateGeometry() def setDownloadAttributes( self, marked: FileTypeCounter, photos_size: int, videos_size: int, merge: bool ) -> None: """ Set the attributes used to generate the visual display of the files marked to be downloaded :param marked: number and type of files marked for download :param photos_size: size in bytes of photos marked for download :param videos_size: size in bytes of videos marked for download :param merge: whether to replace or add to the current values """ self.backupDevices.setDownloadAttributes( marked=marked, photos_size=photos_size, videos_size=videos_size, merge=merge ) def sufficientSpaceAvailable(self) -> bool: """ Check to see that there is sufficient space with which to perform a download. :return: True or False value if sufficient space. Will always return True if backups are disabled or there are no backup devices. """ if self.prefs.backup_files: return self.backupDevices.sufficientSpaceAvailable() else: return True def setDownloadingTo(self, downloading_to: DefaultDict[int, Set[FileType]]) -> None: self.backupDevices.downloading_to = downloading_to ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/ui/chevroncombo.py0000644000175000017500000000443700000000000022266 0ustar00damondamon# Copyright (C) 2016-2022 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-2022, Damon Lynch" from PyQt5.QtWidgets import QComboBox, QLabel, QSizePolicy from PyQt5.QtGui import QFontMetrics, QFont, QPainter from PyQt5.QtCore import Qt, QSize, QPointF from raphodo.ui.viewutils import darkModePixmap class ChevronCombo(QComboBox): """ Combo box with a chevron selector """ def __init__(self, in_panel: bool = False, parent=None) -> None: """ :param in_panel: if True, widget color set to background color, else set to window color """ super().__init__(parent) def paintEvent(self, event): painter = QPainter(self) # Draw chevron (down arrow) width = int(QFontMetrics(QFont()).height() * (2 / 3)) size = QSize(width, width) pixmap = darkModePixmap(path=":/icons/chevron-down.svg", size=size) x = self.rect().width() - width - 6 y = self.rect().center().y() - width / 2 p = QPointF(x, y) painter.drawPixmap(p, pixmap) # Draw text painter.setPen(self.palette().windowText().color()) painter.drawText( self.rect(), Qt.AlignVCenter | Qt.AlignLeft, self.currentText() ) def makeLabel(self, text: str) -> QLabel: """ Render a label to attach to this widget """ label = QLabel(text) label.setAlignment(Qt.AlignBottom) label.setSizePolicy(QSizePolicy.Minimum, QSizePolicy.Maximum) return label ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/ui/computerview.py0000644000175000017500000000651000000000000022325 0ustar00damondamon# Copyright (C) 2016-2022 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-2022, Damon Lynch" from typing import Union from PyQt5.QtWidgets import QWidget, QSplitter, QSizePolicy, QFrame from raphodo.ui.devicedisplay import ( DeviceView, EmulatedHeaderRow, device_header_row_height, ) from raphodo.ui.filebrowse import FileSystemView from raphodo.ui.destinationdisplay import DestinationDisplay from raphodo.constants import minFileSystemViewHeight from raphodo.ui.viewutils import TightFlexiFrame class ComputerWidget(TightFlexiFrame): """ Combines a device view or destination display, and a file system view, into one widget. Also contains an empty header row that emulates the look of an actual header row for a device view or destination display -- it's used when a valid destination or source is not yet specified. """ def __init__( self, objectName: str, view: Union[DeviceView, DestinationDisplay], fileSystemView: FileSystemView, select_text: str, parent: QWidget = None, ) -> None: super().__init__(parent=parent) self.setObjectName(objectName) layout = self.layout() border_width = QSplitter().lineWidth() layout.setContentsMargins( border_width, border_width, border_width, border_width ) layout.setSpacing(0) self.setLayout(layout) self.view = view self.view.setSizePolicy(QSizePolicy.MinimumExpanding, QSizePolicy.Fixed) self.fileSystemView = fileSystemView self.emulatedHeader = EmulatedHeaderRow(select_text) self.emulatedHeader.setSizePolicy( QSizePolicy.MinimumExpanding, QSizePolicy.Maximum ) layout.addWidget(self.emulatedHeader) layout.addWidget(self.view) layout.addStretch() # the value 5 ensures there is a standard gap between the device view and the # file system view layout.addWidget(self.fileSystemView, 5) self.view.setStyleSheet("QListView {border: none;}") self.fileSystemView.setFrameShape(QFrame.NoFrame) def setViewVisible(self, visible: bool) -> None: self.view.setVisible(visible) self.emulatedHeader.setVisible(not visible) self.view.updateGeometry() def minimumHeight(self) -> int: if self.view.isVisible(): height = self.view.minimumHeight() else: height = device_header_row_height() height += minFileSystemViewHeight() return height ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/ui/destinationdisplay.py0000644000175000017500000007145600000000000023516 0ustar00damondamon# Copyright (C) 2016-2022 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-2022, Damon Lynch" import math from typing import Dict, Union, DefaultDict, Set import logging from collections import defaultdict from PyQt5.QtCore import QSize, Qt, QStorageInfo, QRect, pyqtSlot, QPoint from PyQt5.QtWidgets import ( QStyle, QStylePainter, QWidget, QSplitter, QSizePolicy, QAction, QMenu, QActionGroup, QApplication, ) from PyQt5.QtGui import ( QColor, QPixmap, QIcon, QPaintEvent, QPalette, QMouseEvent, ) from raphodo.ui.viewutils import paletteMidPen, darkModePixmap from raphodo.ui.devicedisplay import DeviceDisplay, BodyDetails, icon_size from raphodo.storage.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.ui.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: QWidget = None, rapidApp=None, ) -> None: """ :param menu: whether to render a drop down menu :param file_type: whether for photos or videos. Relevant only for menu display. """ super().__init__(parent) self.rapidApp = rapidApp if rapidApp is not None: self.prefs = self.rapidApp.prefs else: self.prefs = None self.storage_space = None # type: Optional[StorageSpace] self.map_action = dict() # type: Dict[int, QAction] if menu: pixmap = darkModePixmap( path=":/icons/settings.svg", size=QSize(100, 100), soften_regular_mode_color=True, ) menuIcon = QIcon(pixmap) self.file_type = file_type self.createActionsAndMenu() self.mouse_pos = DestinationDisplayMousePos.normal self.tooltip_display_state = DestinationDisplayTooltipState.path else: menuIcon = None self.menu = None self.mouse_pos = None self.tooltip_display_state = None self.deviceDisplay = DeviceDisplay(parent=self, menuButtonIcon=menuIcon) self.deviceDisplay.widthChanged.connect(self.widthChanged) size = icon_size() self.icon = QIcon(":/icons/folder.svg").pixmap( QSize(size, size) ) # type: QPixmap self.icon = darkModePixmap(self.icon) self.display_name = "" self.photos_size_to_download = self.videos_size_to_download = 0 self.files_to_display = None # type: Optional[DisplayingFilesOfType] self.marked = FileTypeCounter() self.display_type = None # type: Optional[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: Optional[Union[Photo, Video]] self.os_stat_device = 0 # type: int self._downloading_to = defaultdict(set) # type: DefaultDict[int, Set[FileType]] self.midPen = paletteMidPen() self.frame_width = QApplication.style().pixelMetric(QStyle.PM_DefaultFrameWidth) self.container_vertical_scrollbar_visible = None @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) self.subfolder0Act.setCheckable(True) self.subfolder0Act.triggered.connect(self.doSubfolder0) self.subfolder1Act = QAction(make_subfolder_menu_entry(defaults[1]), self) self.subfolder1Act.setCheckable(True) self.subfolder1Act.triggered.connect(self.doSubfolder1) self.subfolder2Act = QAction(make_subfolder_menu_entry(defaults[2]), self) self.subfolder2Act.setCheckable(True) self.subfolder2Act.triggered.connect(self.doSubfolder2) self.subfolder3Act = QAction(make_subfolder_menu_entry(defaults[3]), self) self.subfolder3Act.setCheckable(True) self.subfolder3Act.triggered.connect(self.doSubfolder3) self.subfolder4Act = QAction(make_subfolder_menu_entry(defaults[4]), self) self.subfolder4Act.setCheckable(True) self.subfolder4Act.triggered.connect(self.doSubfolder4) self.subfolder5Act = QAction("Preset 0", self) self.subfolder5Act.setCheckable(True) self.subfolder5Act.triggered.connect(self.doSubfolder5) self.subfolder6Act = QAction("Preset 1", self) self.subfolder6Act.setCheckable(True) self.subfolder6Act.triggered.connect(self.doSubfolder6) self.subfolder7Act = QAction("Preset 2", self) self.subfolder7Act.setCheckable(True) self.subfolder7Act.triggered.connect(self.doSubfolder7) self.subfolder8Act = QAction("Preset 3", self) self.subfolder8Act.setCheckable(True) self.subfolder8Act.triggered.connect(self.doSubfolder8) self.subfolder9Act = QAction("Preset 4", self) self.subfolder9Act.setCheckable(True) self.subfolder9Act.triggered.connect(self.doSubfolder9) # Translators: Custom refers to the user choosing a non-default value that # they customize themselves self.subfolderCustomAct = QAction(_("Custom..."), self) self.subfolderCustomAct.setCheckable(True) self.subfolderCustomAct.triggered.connect(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 ) @pyqtSlot(bool) def containerVerticalScrollBar(self, visible: bool) -> None: self.container_vertical_scrollbar_visible = visible def paintEvent(self, event: QPaintEvent) -> None: """ Render the custom widget """ painter = QStylePainter() painter.begin(self) x = 0 y = 0 width = self.width() rect = self.rect() # type: QRect palette = QPalette() backgroundColor = palette.base().color() if ( self.display_type == DestinationDisplayType.usage_only and QSplitter().lineWidth() ): pen = painter.pen() painter.setPen(backgroundColor) painter.drawLine(rect.topLeft(), rect.topRight()) painter.setPen(self.midPen) painter.drawLine(rect.bottomLeft(), rect.bottomRight()) painter.drawLine(rect.topLeft(), rect.bottomLeft()) if ( self.container_vertical_scrollbar_visible is None or not self.container_vertical_scrollbar_visible ): painter.drawLine(rect.topRight(), rect.bottomRight()) painter.setPen(pen) w = QSplitter().lineWidth() rect.adjust(w, w, -w, -w) painter.fillRect(rect, backgroundColor) if self.storage_space is None: painter.end() return highlight_menu = self.mouse_pos == DestinationDisplayMousePos.menu if self.display_type != DestinationDisplayType.usage_only: # Render the folder icon, folder name, and the menu icon self.deviceDisplay.paint_header( painter=painter, x=x, y=y, width=width, display_name=self.display_name, icon=self.icon, highlight_menu=highlight_menu, ) y = y + self.deviceDisplay.dc.device_name_height if self.display_type != DestinationDisplayType.folder_only: # Render the projected storage space if self.display_type == DestinationDisplayType.usage_only: y += self.deviceDisplay.dc.padding photos_size_to_download, videos_size_to_download = adjusted_download_size( photos_size_to_download=self.photos_size_to_download, videos_size_to_download=self.videos_size_to_download, os_stat_device=self.os_stat_device, downloading_to=self._downloading_to, ) details = make_body_details( bytes_total=self.storage_space.bytes_total, bytes_free=self.storage_space.bytes_free, files_to_display=self.files_to_display, marked=self.marked, photos_size_to_download=photos_size_to_download, videos_size_to_download=videos_size_to_download, ) self.deviceDisplay.paint_body( painter=painter, x=x, y=y, width=width, details=details ) painter.end() @pyqtSlot(int) def widthChanged(self, width: int) -> None: self.updateGeometry() def sizeHint(self) -> QSize: if self.display_type == DestinationDisplayType.usage_only: height = self.deviceDisplay.dc.padding else: height = 0 if self.display_type != DestinationDisplayType.usage_only: height += self.deviceDisplay.dc.device_name_height if self.display_type != DestinationDisplayType.folder_only: height += self.deviceDisplay.dc.storage_height return QSize(self.deviceDisplay.width(), height) def minimumSize(self) -> QSize: return self.sizeHint() @pyqtSlot(QMouseEvent) def mousePressEvent(self, event: QMouseEvent) -> None: if self.menu is None: return iconRect = self.deviceDisplay.menu_button_rect(0, 0, self.width()) if iconRect.contains(event.pos()): 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.dc.device_name_height ) if not headerRect.contains(event.pos()): if ( self.tooltip_display_state != DestinationDisplayTooltipState.storage_space ): # Display tooltip for storage space self.setToolTip(self.projected_space_msg) self.tooltip_display_state = ( DestinationDisplayTooltipState.storage_space ) self.update() return iconRect = self.deviceDisplay.menu_button_rect(0, 0, self.width()) if iconRect.contains(event.pos()): if self.mouse_pos == DestinationDisplayMousePos.normal: self.mouse_pos = DestinationDisplayMousePos.menu if self.file_type == FileType.photo: self.setToolTip(_("Configure photo subfolder creation")) else: self.setToolTip(_("Configure video subfolder creation")) self.tooltip_display_state = DestinationDisplayTooltipState.menu self.update() else: if ( self.mouse_pos == DestinationDisplayMousePos.menu or self.tooltip_display_state != DestinationDisplayTooltipState.path ): self.mouse_pos = DestinationDisplayMousePos.normal self.setToolTip(self.tool_tip) self.tooltip_display_state = DestinationDisplayTooltipState.path self.update() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/ui/destinationpanel.py0000644000175000017500000002266700000000000023150 0ustar00damondamon# Copyright (C) 2017-2022 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Display photo and video destinations """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2017-2022, Damon Lynch" from typing import DefaultDict, Optional, Set from PyQt5.QtCore import Qt from PyQt5.QtWidgets import QSplitter, QWidget, QVBoxLayout from raphodo.ui.computerview import ComputerWidget from raphodo.ui.destinationdisplay import ( DestinationDisplay, DisplayingFilesOfType, DestinationDisplayType, ) from raphodo.ui.panelview import QPanelView from raphodo.rpdfile import FileType from raphodo.thumbnaildisplay import MarkedSummary from raphodo.ui.viewutils import ScrollAreaNoFrame class DestinationPanel(ScrollAreaNoFrame): def __init__(self, parent) -> None: super().__init__(name="destinationPanel", parent=parent) assert parent is not None self.rapidApp = parent self.prefs = self.rapidApp.prefs self.setObjectName("destinationPanelScrollArea") self.splitter = QSplitter(parent=self) self.splitter.setObjectName("destinationPanelSplitter") self.splitter.setOrientation(Qt.Vertical) self.createDestinationViews() self.splitter.addWidget(self.photoDestinationContainer) self.splitter.addWidget(self.videoDestination) self.splitter.setCollapsible(0, False) self.splitter.setCollapsible(1, False) self.setWidget(self.splitter) self.setWidgetResizable(True) def createDestinationViews(self) -> None: """ Create the widgets that let the user choose where to download photos and videos to, and that show them how much storage space there is available for their files. """ self.photoDestination = QPanelView( label=_("Photos"), ) self.photoDestination.setObjectName("photoDestinationPanelView") self.videoDestination = QPanelView( label=_("Videos"), ) self.videoDestination.setObjectName("videoDestinationPanelView") # Display storage space when photos and videos are being downloaded to the same # partition. That is, "combined" means not combined widgets, but combined # display of destination download stats the user sees self.combinedDestinationDisplay = DestinationDisplay( parent=self, rapidApp=self.rapidApp ) self.combinedDestinationDisplayContainer = QPanelView( _("Projected Storage Use"), ) self.combinedDestinationDisplay.setObjectName("combinedDestinationDisplay") self.combinedDestinationDisplayContainer.addWidget( self.combinedDestinationDisplay ) self.combinedDestinationDisplayContainer.setObjectName( "combinedDestinationDisplayContainer" ) # Display storage space when photos and videos are being downloaded to different # partitions. # Also display the file system folder chooser for both destinations. self.photoDestinationDisplay = DestinationDisplay( menu=True, file_type=FileType.photo, parent=self, rapidApp=self.rapidApp ) self.photoDestinationDisplay.setDestination(self.prefs.photo_download_folder) self.photoDestinationDisplay.setObjectName("photoDestinationDisplay") self.photoDestinationWidget = ComputerWidget( objectName="photoDestination", view=self.photoDestinationDisplay, fileSystemView=self.rapidApp.photoDestinationFSView, select_text=_("Select a destination folder"), ) self.videoDestinationDisplay = DestinationDisplay( menu=True, file_type=FileType.video, parent=self, rapidApp=self.rapidApp ) self.videoDestinationDisplay.setObjectName("videoDestinationDisplay") self.videoDestinationDisplay.setDestination(self.prefs.video_download_folder) self.videoDestinationWidget = ComputerWidget( objectName="videoDestination", view=self.videoDestinationDisplay, fileSystemView=self.rapidApp.videoDestinationFSView, select_text=_("Select a destination folder"), ) self.photoDestination.addWidget(self.photoDestinationWidget) self.videoDestination.addWidget(self.videoDestinationWidget) for widget in (self.photoDestinationWidget, self.videoDestinationWidget, self.combinedDestinationDisplay): self.verticalScrollBarVisible.connect(widget.containerVerticalScrollBar) self.horizontalScrollBarVisible.connect( self.videoDestinationWidget.containerHorizontalScrollBar ) layout = QVBoxLayout() layout.setContentsMargins(0, 0, 0, 0) layout.setSpacing(self.splitter.handleWidth()) layout.addWidget(self.combinedDestinationDisplayContainer) layout.addWidget(self.photoDestination) self.photoDestinationContainer = QWidget() self.photoDestinationContainer.setObjectName("photoDestinationContainer") self.photoDestinationContainer.setLayout(layout) def updateDestinationPanelViews( self, same_dev: bool, merge: bool, marked_summary: MarkedSummary, downloading_to: Optional[DefaultDict[int, Set[FileType]]] = None, ) -> bool: """ Updates the header bar and storage space view for the photo and video download destinations. :return True if destinations required for the download exist, and there is sufficient space on them, else False. """ size_photos_marked = marked_summary.size_photos_marked size_videos_marked = marked_summary.size_videos_marked marked = marked_summary.marked destinations_good = True if same_dev: files_to_display = DisplayingFilesOfType.photos_and_videos self.combinedDestinationDisplay.downloading_to = downloading_to self.combinedDestinationDisplay.setDestination( self.prefs.photo_download_folder ) self.combinedDestinationDisplay.setDownloadAttributes( marked=marked, photos_size=size_photos_marked, videos_size=size_videos_marked, files_to_display=files_to_display, display_type=DestinationDisplayType.usage_only, merge=merge, ) display_type = DestinationDisplayType.folder_only self.combinedDestinationDisplayContainer.setVisible(True) destinations_good = ( self.combinedDestinationDisplay.sufficientSpaceAvailable() ) else: files_to_display = DisplayingFilesOfType.photos display_type = DestinationDisplayType.folders_and_usage self.combinedDestinationDisplayContainer.setVisible(False) if self.prefs.photo_download_folder: self.photoDestinationDisplay.downloading_to = downloading_to self.photoDestinationDisplay.setDownloadAttributes( marked=marked, photos_size=size_photos_marked, videos_size=0, files_to_display=files_to_display, display_type=display_type, merge=merge, ) self.photoDestinationWidget.setViewVisible(True) if display_type == DestinationDisplayType.folders_and_usage: destinations_good = ( self.photoDestinationDisplay.sufficientSpaceAvailable() ) else: # Photo download folder was invalid or simply not yet set self.photoDestinationWidget.setViewVisible(False) if size_photos_marked: destinations_good = False if not same_dev: files_to_display = DisplayingFilesOfType.videos if self.prefs.video_download_folder: self.videoDestinationDisplay.downloading_to = downloading_to self.videoDestinationDisplay.setDownloadAttributes( marked=marked, photos_size=0, videos_size=size_videos_marked, files_to_display=files_to_display, display_type=display_type, merge=merge, ) self.videoDestinationWidget.setViewVisible(True) if display_type == DestinationDisplayType.folders_and_usage: destinations_good = ( self.videoDestinationDisplay.sufficientSpaceAvailable() and destinations_good ) else: # Video download folder was invalid or simply not yet set self.videoDestinationWidget.setViewVisible(False) if size_videos_marked: destinations_good = False return destinations_good ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/ui/devicedisplay.py0000644000175000017500000016014700000000000022430 0ustar00damondamon# Copyright (C) 2015-2022 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-2022, Damon Lynch" import math from collections import namedtuple, defaultdict from typing import Optional, Dict, List, Set import logging from PyQt5.QtCore import ( QModelIndex, QSize, Qt, QPoint, QPointF, QRect, QRectF, QEvent, QAbstractItemModel, QAbstractListModel, pyqtSlot, pyqtSignal, QTimer, QObject, ) from PyQt5.QtWidgets import ( QStyledItemDelegate, QStyleOptionViewItem, QApplication, QStyle, QStyleOptionButton, QAbstractItemView, QMenu, QWidget, ) from PyQt5.QtGui import ( QPainter, QFontMetrics, QFont, QColor, QLinearGradient, QBrush, QPalette, QPixmap, QPaintEvent, QGuiApplication, QPen, QIcon, ) from raphodo.ui.viewutils import ( RowTracker, ListViewFlexiFrame, device_name_highlight_color, standard_font_size, scaledIcon, darkModePixmap, is_dark_mode, ) from raphodo.constants import ( DeviceState, FileType, CustomColors, DeviceType, Roles, EmptyViewHeight, ViewRowType, Checked_Status, DeviceDisplayPadding, DeviceShadingIntensity, DisplayingFilesOfType, DownloadStatus, DownloadWarning, DownloadFailure, ) from raphodo.devices import Device from raphodo.utilities import thousands, format_size_for_user from raphodo.storage.storage import StorageSpace from raphodo.rpdfile import make_key def icon_size() -> int: return standard_font_size(shrink_on_odd=False) number_spinner_lines = 10 revolutions_per_second = 1 class DeviceModel(QAbstractListModel): """ Stores Device / This Computer data. One Device is displayed has multiple rows: 1. Header row 2. One or two rows displaying storage info, depending on how many storage devices the device has (i.e. memory cards or perhaps a combo of onboard flash memory and additional storage) Therefore must map rows to device and back, which is handled by a row having a row id, and row ids being linked to a scan id. """ def __init__(self, parent, device_display_type: str) -> None: super().__init__(parent) self.rapidApp = parent self.device_display_type = device_display_type # scan_id: Device self.devices = {} # type: Dict[int, Device] # scan_id: DeviceState self.spinner_state = {} # type: Dict[int, DeviceState] # scan_id: bool self.checked = defaultdict(lambda: Qt.Checked) # type: Dict[int, Qt.CheckState] self.icons = {} # type: Dict[int, QPixmap] self.rows = RowTracker() # type: RowTracker self.row_id_counter = 0 # type: int self.row_id_to_scan_id = dict() # type: Dict[int, int] self.scan_id_to_row_ids = defaultdict(list) # type: Dict[int, List[int]] self.storage = dict() # type: Dict[int, Optional[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( round(1000 / (number_spinner_lines * revolutions_per_second)) ) self._timer.timeout.connect(self.rotateSpinner) self._isSpinning = False def columnCount(self, parent=QModelIndex()): return 1 def rowCount(self, parent=QModelIndex()): return len(self.rows) def insertRows(self, position, rows=1, index=QModelIndex()): self.beginInsertRows(QModelIndex(), position, position + rows - 1) self.endInsertRows() return True def removeRows(self, position, rows=1, index=QModelIndex()): self.beginRemoveRows(QModelIndex(), position, position + rows - 1) self.endRemoveRows() return True def addDevice(self, scan_id: int, device: Device) -> None: no_storage = max(len(device.storage_space), 1) no_rows = no_storage + 1 if len(device.storage_space): i = 0 start_row_id = self.row_id_counter + 1 for row_id in range(start_row_id, start_row_id + len(device.storage_space)): self.storage[row_id] = device.storage_space[i] i += 1 else: self.storage[self.row_id_counter + 1] = None self.headers.add(self.row_id_counter) self.row_ids_active.append(self.row_id_counter) row = self.rowCount() self.insertRows(row, no_rows) logging.debug( "Adding %s to %s display with scan id %s at row %s", device.name(), self.device_display_type, scan_id, row, ) for row_id in range(self.row_id_counter, self.row_id_counter + no_rows): self.row_id_to_scan_id[row_id] = scan_id self.rows[row] = row_id self.scan_id_to_row_ids[scan_id].append(row_id) row += 1 self.row_id_counter += no_rows self.devices[scan_id] = device self.spinner_state[scan_id] = DeviceState.scanning self.icons[scan_id] = device.get_pixmap(QSize(self.icon_size, self.icon_size)) if self._isSpinning is False: self.startSpinners() def updateDeviceNameAndStorage(self, scan_id: int, device: Device) -> None: """ Update Cameras with updated storage information and display name as reported by libgphoto2. If number of storage devies is > 1, inserts additional rows for the camera. :param scan_id: id of the camera :param device: camera device """ row_ids = self.scan_id_to_row_ids[scan_id] if len(device.storage_space) > 1: # Add a new row after the current empty storage row row_id = row_ids[1] row = self.rows.row(row_id) logging.debug( "Adding row %s for additional storage device for %s", row, device.display_name, ) for i in range(len(device.storage_space) - 1): row += 1 new_row_id = self.row_id_counter + i self.rows.insert_row(row, new_row_id) self.scan_id_to_row_ids[scan_id].append(new_row_id) self.row_id_to_scan_id[new_row_id] = scan_id self.row_id_counter += len(device.storage_space) - 1 for idx, storage_space in enumerate(device.storage_space): row_id = row_ids[idx + 1] self.storage[row_id] = storage_space row = self.rows.row(row_ids[0]) self.dataChanged.emit( self.index(row, 0), self.index(row + len(self.devices[scan_id].storage_space), 0), ) def getHeaderRowId(self, scan_id: int) -> int: row_ids = self.scan_id_to_row_ids[scan_id] return row_ids[0] def removeDevice(self, scan_id: int) -> None: row_ids = self.scan_id_to_row_ids[scan_id] header_row_id = row_ids[0] row = self.rows.row(header_row_id) logging.debug( "Removing %s rows from %s display, starting at row %s", len(row_ids), self.device_display_type, row, ) self.rows.remove_rows(row, len(row_ids)) del self.devices[scan_id] del self.spinner_state[scan_id] if scan_id in self.checked: del self.checked[scan_id] if header_row_id in self.row_ids_active: self.row_ids_active.remove(header_row_id) if len(self.row_ids_active) == 0: self.stopSpinners() self.headers.remove(header_row_id) del self.scan_id_to_row_ids[scan_id] for row_id in row_ids: del self.row_id_to_scan_id[row_id] self.removeRows(row, len(row_ids)) def updateDeviceScan(self, scan_id: int) -> None: row_id = self.scan_id_to_row_ids[scan_id][0] row = self.rows.row(row_id) # TODO perhaps optimize which storage space is updated self.dataChanged.emit( self.index(row + 1, 0), self.index(row + len(self.devices[scan_id].storage_space), 0), ) def setSpinnerState(self, scan_id: int, state: DeviceState) -> None: row_id = self.getHeaderRowId(scan_id) row = self.rows.row(row_id) current_state = self.spinner_state[scan_id] current_state_active = current_state in ( DeviceState.scanning, DeviceState.downloading, ) if current_state_active and state in (DeviceState.idle, DeviceState.finished): self.row_ids_active.remove(row_id) self.percent_complete[scan_id] = 0.0 if len(self.row_ids_active) == 0: self.stopSpinners() # Next line assumes spinners were started when a device was added elif not current_state_active and state == DeviceState.downloading: self.row_ids_active.append(row_id) if not self._isSpinning: self.startSpinners() self.spinner_state[scan_id] = state self.dataChanged.emit(self.index(row, 0), self.index(row, 0)) def data(self, index: QModelIndex, role=Qt.DisplayRole): if not index.isValid(): return None row = index.row() if row >= len(self.rows) or row < 0: return None if row not in self.rows: return None row_id = self.rows[row] scan_id = self.row_id_to_scan_id[row_id] if role == Qt.DisplayRole: if row_id in self.headers: return ViewRowType.header else: return ViewRowType.content elif role == Qt.CheckStateRole: return self.checked[scan_id] elif role == Roles.scan_id: return scan_id else: device = self.devices[scan_id] # type: Device if role == Qt.ToolTipRole: if device.device_type in (DeviceType.path, DeviceType.volume): return device.path elif role == Roles.device_details: return ( device.display_name, self.icons[scan_id], self.spinner_state[scan_id], self._rotation_position, self.percent_complete[scan_id], ) elif role == Roles.storage: return device, self.storage[row_id] elif role == Roles.device_type: return device.device_type elif role == Roles.download_statuses: return device.download_statuses return None def setData(self, index: QModelIndex, value, role: int) -> bool: if not index.isValid(): return False row = index.row() if row >= len(self.rows) or row < 0: return False row_id = self.rows[row] scan_id = self.row_id_to_scan_id[row_id] if role == Qt.CheckStateRole: # In theory, update checkbox immediately, as selecting a very large number # of thumbnails can take time. However the code is probably wrong, as it # doesn't work: # self.setCheckedValue(checked=value, scan_id=scan_id, row=row, log_state_change=False) # QApplication.instance().processEvents() self.rapidApp.thumbnailModel.checkAll(value, scan_id=scan_id) return True return False def logState(self) -> None: if len(self.devices): logging.debug("-- Device Model for %s --", self.device_display_type) logging.debug( "Known devices: %s", ", ".join(self.devices[device].display_name for device in self.devices), ) for row in self.rows.row_to_id: row_id = self.rows.row_to_id[row] scan_id = self.row_id_to_scan_id[row_id] device = self.devices[scan_id] logging.debug("Row %s: %s", row, device.display_name) logging.debug( "Spinner states: %s", ", ".join( "%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(ListViewFlexiFrame): def __init__( self, rapidApp, frame_enabled: Optional[bool] = True, parent: Optional[QWidget] = None, ) -> None: super().__init__(frame_enabled=frame_enabled, parent=parent) self.rapidApp = rapidApp # Disallow the user from being able to select the table cells self.setSelectionMode(QAbstractItemView.NoSelection) self.view_width = DeviceComponent().sample_width() # Assume view is always going to be placed into a container that can be scrolled # or a splitter self.setHorizontalScrollBarPolicy(Qt.ScrollBarAlwaysOff) self.setVerticalScrollBarPolicy(Qt.ScrollBarAlwaysOff) self.setMouseTracking(True) self.entered.connect(self.rowEntered) @pyqtSlot(int) def widthChanged(self, width: int) -> None: self.updateGeometry() def sizeHint(self): height = self.minimumHeight() return QSize(self.view_width, height) def minimumHeight(self) -> int: model = self.model() # type: DeviceModel if model.rowCount() > 0: height = 0 for row in range(self.model().rowCount()): row_height = self.sizeHintForRow(row) height += row_height height += len(model.headers) + 5 return height return EmptyViewHeight def minimumSizeHint(self): return self.sizeHint() @pyqtSlot(QModelIndex) def rowEntered(self, index: QModelIndex) -> None: if index.data() == ViewRowType.header and len(self.rapidApp.devices) > 1: scan_id = index.data(Roles.scan_id) self.rapidApp.thumbnailModel.highlightDeviceThumbs(scan_id=scan_id) BodyDetails = namedtuple( "BodyDetails", "bytes_total_text, bytes_total, " "percent_used_text, " "bytes_free_of_total, " "comp1_file_size_sum, comp2_file_size_sum, " "comp3_file_size_sum, comp4_file_size_sum, " "comp1_text, comp2_text, comp3_text, " "comp4_text, " "comp1_size_text, comp2_size_text, " "comp3_size_text, comp4_size_text, " "color1, color2, color3," "displaying_files_of_type", ) def standard_height(): return QFontMetrics(QFont()).height() def device_name_height(): return standard_height() + DeviceDisplayPadding * 3 def device_header_row_height() -> int: return device_name_height() + DeviceDisplayPadding class EmulatedHeaderRow(QWidget): """ When displaying a view of a destination or source folder, display an empty colored strip with no icon when the folder is not yet valid. """ def __init__(self, select_text: str) -> None: """ :param select_text: text to be displayed e.g. 'Select a destination folder' :return: """ super().__init__() self.setMinimumSize(1, device_header_row_height()) self.select_text = select_text palette = QPalette() palette.setColor(QPalette.Window, palette.color(palette.Base)) self.setAutoFillBackground(True) self.setPalette(palette) def paintEvent(self, event: QPaintEvent) -> None: painter = QPainter() painter.begin(self) rect = self.rect() # type: QRect rect.setHeight(device_name_height()) painter.fillRect(rect, device_name_highlight_color()) rect.adjust(DeviceDisplayPadding, 0, 0, 0) font = QFont() font.setItalic(True) painter.setFont(font) painter.drawText(rect, Qt.AlignLeft | Qt.AlignVCenter, self.select_text) painter.end() class DeviceComponent(QObject): """ Calculate Device, Destination and Backup Display component sizes """ widthChanged = pyqtSignal(int) def __init__(self, parent: Optional[QObject] = None) -> None: super().__init__(parent=parent) style = QApplication.style() self.frame_width = style.pixelMetric(QStyle.PM_DefaultFrameWidth) self.scrollbar_width = style.pixelMetric(QStyle.PM_ScrollBarExtent) self.padding = DeviceDisplayPadding self.header_horizontal_padding = 8 self.vertical_padding = 10 self.menu_button_padding = 3 self.inter_device_padding = 10 self.spacer = 3 standardFont = QFont() self.standard_height = QFontMetrics(standardFont).height() # Base height is when there is no storage space to display self.base_height = self.padding * 2 + self.standard_height self.icon_size = icon_size() self.icon_x_offset = 0 # A small font used for all the text seen in the body self.deviceFont = QFont() self.deviceFont.setPointSize(standardFont.pointSize() - 2) self.deviceFontMetrics = QFontMetrics(self.deviceFont) # Storage Use Horizontal Bar self.storage_use_bar_height = self.standard_height # Storage Details, broken down by photo, video, and other files sample_number = thousands(9999) sample_no_photos = "{} {}".format(sample_number, _("Photos")) sample_no_videos = "{} {}".format(sample_number, _("Videos")) self.sample_photos_width = self.deviceFontMetrics.boundingRect( sample_no_photos ).width() self.sample_videos_width = self.deviceFontMetrics.boundingRect( sample_no_videos ).width() sample_comp3 = format_size_for_user(261780000) # 261.78 MB self.sample_comp3_width = self.deviceFontMetrics.boundingRect( sample_comp3 ).width() # Height of the details about the storage e.g. number of photos # videos, etc. self.details_height = self.deviceFontMetrics.height() * 2 + 2 self.details_vertical_bar_width = 10 # Storage height is when there is storage space to display self.storage_height = ( self.standard_height + self.padding + self.storage_use_bar_height + self.vertical_padding + self.details_height + self.padding * 2 ) # Height of the colored box that includes a device's icon & name, # and when a source device, the spinner/checkbox self.device_name_strip_height = device_name_height() self.device_name_height = device_header_row_height() # Track the width of the details components in real time self._live_width = 0 def sample_width(self) -> int: width = ( self.sample_photos_width + self.sample_videos_width + self.sample_comp3_width + self.details_vertical_bar_width * 3 + self.spacer * 2 + self.inter_device_padding * 2 + self.padding * 2 ) return width def minimum_width(self) -> int: if self.live_width: width = self.live_width + self.padding * 2 return width else: return self.sample_width() @property def live_width(self) -> int: return self._live_width @live_width.setter def live_width(self, width: int): if width != self._live_width: self._live_width = width # print(f"self.minimum_width() {self.minimum_width()} width {width}") self.widthChanged.emit(self.minimum_width()) class DeviceDisplay(QObject): """ Graphically render the storage space, and photos and videos that are currently in it or will be downloaded into it. Used in list view by devices / this computer, and in destination custom widget. """ shading_intensity = DeviceShadingIntensity widthChanged = pyqtSignal(int) def __init__(self, parent: QObject, menuButtonIcon: Optional[QIcon] = None) -> None: super().__init__(parent) self.menuButtonIcon = menuButtonIcon self.rendering_destination = True self.dc = DeviceComponent() self.dc.widthChanged.connect(self._widthChanged) self.view_width = self.dc.sample_width() self.deviceNameHighlightColor = device_name_highlight_color() self.storageBorderColor = QColor("#bcbcbc") if is_dark_mode(): self.menuHighlightColor = QPalette().color(QPalette.Highlight) else: self.menuHighlightColor = self.deviceNameHighlightColor.darker(115) self.emptySpaceColor = QColor("#f2f2f2") @pyqtSlot(int) def _widthChanged(self, width) -> None: self.view_width = width self.widthChanged.emit(width) def width(self) -> int: return self.view_width def v_align_header_pixmap(self, y: int, pixmap_height: int) -> float: return y + (self.dc.device_name_strip_height / 2 - pixmap_height / 2) def paint_header( self, painter: QPainter, x: int, y: int, width: int, display_name: str, icon: QPixmap, highlight_menu: bool = False, ) -> None: """ Render the header portion, which contains the device / folder name, icon, and for download sources, a spinner or checkbox. If needed, draw a pixmap for for a drop-down menu. """ painter.setRenderHint(QPainter.Antialiasing, True) deviceNameRect = QRectF(x, y, width, self.dc.device_name_strip_height) painter.fillRect(deviceNameRect, self.deviceNameHighlightColor) icon_x = float(x + self.dc.padding + self.dc.icon_x_offset) icon_y = self.v_align_header_pixmap(y, self.dc.icon_size) icon = darkModePixmap(pixmap=icon, soften_regular_mode_color=True) # Cannot use icon size for the target, because icons can be scaled to # high resolution target = QRectF(icon_x, icon_y, self.dc.icon_size, self.dc.icon_size) source = QRectF(0, 0, icon.width(), icon.height()) painter.drawPixmap(target, icon, source) text_x = target.right() + self.dc.header_horizontal_padding deviceNameRect.setLeft(text_x) painter.drawText(deviceNameRect, Qt.AlignLeft | Qt.AlignVCenter, display_name) if self.menuButtonIcon: size = icon_size() rect = self.menu_button_rect(x, y, width) if highlight_menu: painter.fillRect(rect, self.menuHighlightColor) button_x = rect.x() + self.dc.menu_button_padding button_y = rect.y() + self.dc.menu_button_padding pixmap = self.menuButtonIcon.pixmap(QSize(size, size)) painter.drawPixmap(QPointF(button_x, button_y), pixmap) def menu_button_rect(self, x: int, y: int, width: int) -> QRectF: size = icon_size() + self.dc.menu_button_padding * 2 button_x = x + width - size - self.dc.padding button_y = y + self.dc.device_name_strip_height / 2 - size / 2 return QRectF(button_x, button_y, size, size) def paint_body( self, painter: QPainter, x: int, y: int, width: int, details: BodyDetails ) -> None: """ Render the usage portion, which contains basic storage space information, a colored bar with a gradient that visually represents allocation of the storage space, and details about the size and number of photos / videos. For download destinations, also displays excess usage. """ x = x + self.dc.padding y = y + self.dc.padding width = width - self.dc.padding * 2 d = details painter.setRenderHint(QPainter.Antialiasing, False) painter.setFont(self.dc.deviceFont) standard_pen_color = painter.pen().color() device_size_x = x device_size_y = y + self.dc.standard_height - self.dc.padding text_rect = QRect( device_size_x, y - self.dc.padding, width, self.dc.standard_height ) if self.rendering_destination: # bytes free of total size e.g. 123 MB free of 2 TB painter.drawText( text_rect, Qt.AlignLeft | Qt.AlignBottom, d.bytes_free_of_total ) # Render the used space in the gradient bar before rendering the space # that will be taken by photos and videos comp1_file_size_sum = d.comp3_file_size_sum comp2_file_size_sum = d.comp1_file_size_sum comp3_file_size_sum = d.comp2_file_size_sum color1 = d.color3 color2 = d.color1 color3 = d.color2 else: # Device size e.g. 32 GB painter.drawText( text_rect, Qt.AlignLeft | Qt.AlignBottom, d.bytes_total_text ) # Percent used e.g. 79% painter.drawText( text_rect, Qt.AlignRight | Qt.AlignBottom, d.percent_used_text ) # Don't change the order comp1_file_size_sum = d.comp1_file_size_sum comp2_file_size_sum = d.comp2_file_size_sum comp3_file_size_sum = d.comp3_file_size_sum color1 = d.color1 color2 = d.color2 color3 = d.color3 skip_comp1 = d.displaying_files_of_type == DisplayingFilesOfType.videos skip_comp2 = d.displaying_files_of_type == DisplayingFilesOfType.photos skip_comp3 = d.comp3_size_text == 0 photos_g_x = device_size_x g_y = device_size_y + self.dc.padding if d.bytes_total: photos_g_width = comp1_file_size_sum / d.bytes_total * width linearGradient = QLinearGradient( photos_g_x, g_y, photos_g_x, g_y + self.dc.storage_use_bar_height ) rect = QRectF(photos_g_x, g_y, width, self.dc.storage_use_bar_height) # Apply subtle shade to empty space painter.fillRect(rect, self.emptySpaceColor) # Storage Use Horizontal Bar # Shows space used by Photos, Videos, Other, and (sometimes) Excess. # ========================================================================== # Devices may not have photos or videos # Fill in storage bar with size of photos if comp1_file_size_sum and d.bytes_total: photos_g_rect = QRectF( photos_g_x, g_y, photos_g_width, self.dc.storage_use_bar_height ) linearGradient.setColorAt(0.2, color1.lighter(self.shading_intensity)) linearGradient.setColorAt(0.8, color1.darker(self.shading_intensity)) painter.fillRect(photos_g_rect, QBrush(linearGradient)) else: photos_g_width = 0 # Fill in storage bar with size of videos videos_g_x = photos_g_x + photos_g_width if comp2_file_size_sum and d.bytes_total: videos_g_width = comp2_file_size_sum / d.bytes_total * width videos_g_rect = QRectF( videos_g_x, g_y, videos_g_width, self.dc.storage_use_bar_height ) linearGradient.setColorAt(0.2, color2.lighter(self.shading_intensity)) linearGradient.setColorAt(0.8, color2.darker(self.shading_intensity)) painter.fillRect(videos_g_rect, QBrush(linearGradient)) else: videos_g_width = 0 # Fill in storage bar with size of other files if comp3_file_size_sum and d.bytes_total: other_g_width = comp3_file_size_sum / d.bytes_total * width other_g_x = videos_g_x + videos_g_width other_g_rect = QRectF( other_g_x, g_y, other_g_width, self.dc.storage_use_bar_height ) linearGradient.setColorAt(0.2, color3.lighter(self.shading_intensity)) linearGradient.setColorAt(0.8, color3.darker(self.shading_intensity)) painter.fillRect(other_g_rect, QBrush(linearGradient)) if d.comp4_file_size_sum and d.bytes_total: # Excess usage, only for download destinations color4 = QColor(CustomColors.color6.value) comp4_g_width = d.comp4_file_size_sum / d.bytes_total * width comp4_g_x = x + width - comp4_g_width comp4_g_rect = QRectF( comp4_g_x, g_y, comp4_g_width, self.dc.storage_use_bar_height ) linearGradient.setColorAt(0.2, color4.lighter(self.shading_intensity)) linearGradient.setColorAt(0.8, color4.darker(self.shading_intensity)) painter.fillRect(comp4_g_rect, QBrush(linearGradient)) # Rectangle around spatial representation of sizes painter.setPen(self.storageBorderColor) painter.drawRect(rect) bottom = rect.bottom() details_y = bottom + self.dc.vertical_padding painter.setFont(self.dc.deviceFont) # Component 4 details # If excess is shown, it is shown first, before anything else. # Excess usage, only displayed if the storage space is not sufficient. # ===================================================================== if d.comp4_file_size_sum: # Gradient comp4_g2_x = x comp4_g2_rect = QRectF( comp4_g2_x, details_y, self.dc.details_vertical_bar_width, self.dc.details_height, ) linearGradient = QLinearGradient( comp4_g2_x, details_y, comp4_g2_x, details_y + self.dc.details_height ) linearGradient.setColorAt(0.2, color4.lighter(self.shading_intensity)) linearGradient.setColorAt(0.8, color4.darker(self.shading_intensity)) painter.fillRect(comp4_g2_rect, QBrush(linearGradient)) painter.setPen(self.storageBorderColor) painter.drawRect(comp4_g2_rect) # Text comp4_x = comp4_g2_x + self.dc.details_vertical_bar_width + self.dc.spacer comp4_no_width = self.dc.deviceFontMetrics.boundingRect( d.comp4_text ).width() comp4_size_width = self.dc.deviceFontMetrics.boundingRect( d.comp4_size_text ).width() comp4_width = max( comp4_no_width, comp4_size_width, self.dc.sample_photos_width, ) comp4_rect = QRectF(comp4_x, details_y, comp4_width, self.dc.details_height) painter.setPen(standard_pen_color) painter.drawText(comp4_rect, Qt.AlignLeft | Qt.AlignTop, d.comp4_text) painter.drawText( comp4_rect, Qt.AlignLeft | Qt.AlignBottom, d.comp4_size_text ) photos_g2_x = comp4_rect.right() + 10 else: photos_g2_x = x # Component 1 details # =================== if not skip_comp1: # Gradient photos_g2_rect = QRectF( photos_g2_x, details_y, self.dc.details_vertical_bar_width, self.dc.details_height, ) linearGradient = QLinearGradient( photos_g2_x, details_y, photos_g2_x, details_y + self.dc.details_height ) linearGradient.setColorAt(0.2, d.color1.lighter(self.shading_intensity)) linearGradient.setColorAt(0.8, d.color1.darker(self.shading_intensity)) painter.fillRect(photos_g2_rect, QBrush(linearGradient)) painter.setPen(self.storageBorderColor) painter.drawRect(photos_g2_rect) # Text photos_x = photos_g2_x + self.dc.details_vertical_bar_width + self.dc.spacer photos_no_width = self.dc.deviceFontMetrics.boundingRect( d.comp1_text ).width() photos_size_width = self.dc.deviceFontMetrics.boundingRect( d.comp1_size_text ).width() photos_width = max( photos_no_width, photos_size_width, self.dc.sample_photos_width, ) photos_rect = QRectF( photos_x, details_y, photos_width, self.dc.details_height ) painter.setPen(standard_pen_color) painter.drawText(photos_rect, Qt.AlignLeft | Qt.AlignTop, d.comp1_text) painter.drawText( photos_rect, Qt.AlignLeft | Qt.AlignBottom, d.comp1_size_text ) videos_g2_x = photos_rect.right() + self.dc.inter_device_padding else: videos_g2_x = photos_g2_x # Component 2 details # =================== if not skip_comp2: # Gradient videos_g2_rect = QRectF( videos_g2_x, details_y, self.dc.details_vertical_bar_width, self.dc.details_height, ) linearGradient.setColorAt(0.2, d.color2.lighter(self.shading_intensity)) linearGradient.setColorAt(0.8, d.color2.darker(self.shading_intensity)) painter.fillRect(videos_g2_rect, QBrush(linearGradient)) painter.setPen(self.storageBorderColor) painter.drawRect(videos_g2_rect) # Text videos_x = videos_g2_x + self.dc.details_vertical_bar_width + self.dc.spacer videos_no_width = self.dc.deviceFontMetrics.boundingRect( d.comp2_text ).width() videos_size_width = self.dc.deviceFontMetrics.boundingRect( d.comp2_size_text ).width() videos_width = max( videos_no_width, videos_size_width, self.dc.sample_videos_width, ) videos_rect = QRectF( videos_x, details_y, videos_width, self.dc.details_height ) painter.setPen(standard_pen_color) painter.drawText(videos_rect, Qt.AlignLeft | Qt.AlignTop, d.comp2_text) painter.drawText( videos_rect, Qt.AlignLeft | Qt.AlignBottom, d.comp2_size_text ) other_g2_x = videos_rect.right() + self.dc.inter_device_padding else: other_g2_x = videos_g2_x if not skip_comp3 and (d.comp3_file_size_sum or self.rendering_destination): # Other details # ============= # Gradient other_g2_rect = QRectF( other_g2_x, details_y, self.dc.details_vertical_bar_width, self.dc.details_height, ) linearGradient.setColorAt(0.2, d.color3.lighter(self.shading_intensity)) linearGradient.setColorAt(0.8, d.color3.darker(self.shading_intensity)) painter.fillRect(other_g2_rect, QBrush(linearGradient)) painter.setPen(self.storageBorderColor) painter.drawRect(other_g2_rect) # Text other_x = other_g2_x + self.dc.details_vertical_bar_width + self.dc.spacer other_no_width = self.dc.deviceFontMetrics.boundingRect( d.comp3_text ).width() other_size_width = self.dc.deviceFontMetrics.boundingRect( d.comp3_size_text ).width() other_width = max(other_no_width, other_size_width) other_rect = QRectF(other_x, details_y, other_width, self.dc.details_height) painter.setPen(standard_pen_color) painter.drawText(other_rect, Qt.AlignLeft | Qt.AlignTop, d.comp3_text) painter.drawText( other_rect, Qt.AlignLeft | Qt.AlignBottom, d.comp3_size_text ) final_g2_x = other_rect.right() else: final_g2_x = other_g2_x self.dc.live_width = round(final_g2_x) class AdvancedDeviceDisplay(DeviceDisplay): """ Subclass to handle header for download devices/ This Computer """ def __init__(self, parent: QObject): super().__init__(parent=parent) self.rendering_destination = False self.checkboxStyleOption = QStyleOptionButton() self.checkboxRect = QApplication.style().subElementRect( QStyle.SE_CheckBoxIndicator, self.checkboxStyleOption, None ) # type: QRect self.checkbox_right = self.checkboxRect.right() self.checkbox_y_offset = ( self.dc.device_name_strip_height - self.checkboxRect.height() ) // 2 # Spinner values self.spinner_color = QColor(Qt.black) self.spinner_roundness = 100.0 self.spinner_min_trail_opacity = 0.0 self.spinner_trail_fade_percent = 60.0 self.spinner_line_length = max(self.dc.icon_size // 4, 4) self.spinner_line_width = self.spinner_line_length // 2 self.spinner_inner_radius = self.dc.icon_size // 2 - self.spinner_line_length self.dc.icon_x_offset = self.dc.icon_size + self.dc.header_horizontal_padding self.downloaded_icon_size = 16 self.downloadedIcon = scaledIcon(":/thumbnail/downloaded.svg") self.downloadedWarningIcon = scaledIcon( ":/thumbnail/downloaded-with-warning.svg" ) self.downloadedErrorIcon = scaledIcon(":/thumbnail/downloaded-with-error.svg") self.downloaded_icon_y = self.v_align_header_pixmap( 0, self.downloaded_icon_size ) palette = QGuiApplication.instance().palette() color = palette.highlight().color() self.progressBarPen = QPen(QBrush(color), 2.0) def paint_header( self, painter: QPainter, x: int, y: int, width: int, display_name: str, icon: QPixmap, device_state: DeviceState, rotation: int, checked: bool, download_statuses: Set[DownloadStatus], percent_complete: float, ) -> None: standard_pen_color = painter.pen().color() super().paint_header( painter=painter, x=x, y=y, width=width, display_name=display_name, icon=icon ) if device_state == DeviceState.finished: # indicate that no more files can be downloaded from the device, and if there # were any errors or warnings size = QSize(self.downloaded_icon_size, self.downloaded_icon_size) if download_statuses & DownloadFailure: pixmap = self.downloadedErrorIcon.pixmap(size) elif download_statuses & DownloadWarning: pixmap = self.downloadedWarningIcon.pixmap(size) else: pixmap = self.downloadedIcon.pixmap(size) painter.drawPixmap( QPointF(x + self.dc.padding, y + self.downloaded_icon_y), pixmap ) elif device_state not in (DeviceState.scanning, DeviceState.downloading): checkboxStyleOption = QStyleOptionButton() if checked == Qt.Checked: checkboxStyleOption.state |= QStyle.State_On elif checked == Qt.PartiallyChecked: checkboxStyleOption.state |= QStyle.State_NoChange else: checkboxStyleOption.state |= QStyle.State_Off checkboxStyleOption.state |= QStyle.State_Enabled checkboxStyleOption.rect = self.getCheckBoxRect(x, y) QApplication.style().drawControl( QStyle.CE_CheckBox, checkboxStyleOption, painter ) else: x = x + self.dc.padding y = y + self.dc.padding # Draw spinning widget # TODO use floating point painter.setPen(Qt.NoPen) for i in range(0, number_spinner_lines): painter.save() painter.translate( x + self.spinner_inner_radius + self.spinner_line_length, y + 1 + self.spinner_inner_radius + self.spinner_line_length, ) rotateAngle = float(360 * i) / float(number_spinner_lines) painter.rotate(rotateAngle) painter.translate(self.spinner_inner_radius, 0) distance = self.lineCountDistanceFromPrimary(i, rotation) color = self.currentLineColor(distance) painter.setBrush(color) rect = QRectF( 0, -self.spinner_line_width / 2, self.spinner_line_length, self.spinner_line_width, ) painter.drawRoundedRect( rect, self.spinner_roundness, self.spinner_roundness, Qt.RelativeSize, ) painter.restore() if percent_complete: painter.setPen(self.progressBarPen) x1 = x - self.dc.padding y = y - self.dc.padding + self.dc.device_name_strip_height - 1 x2 = x1 + percent_complete * width painter.drawLine(QPointF(x1, y), QPointF(x2, y)) painter.setPen(Qt.SolidLine) painter.setPen(standard_pen_color) def paint_alternate(self, painter: QPainter, x: int, y: int, text: str) -> None: standard_pen_color = painter.pen().color() painter.setPen(standard_pen_color) painter.setFont(self.dc.deviceFont) probing_y = y + self.dc.deviceFontMetrics.height() probing_x = x + self.dc.padding painter.drawText(probing_x, probing_y, text) def lineCountDistanceFromPrimary(self, current, primary): distance = primary - current if distance < 0: distance += number_spinner_lines return distance def currentLineColor(self, countDistance: int) -> QColor: color = QColor(self.spinner_color) if countDistance == 0: return color minAlphaF = self.spinner_min_trail_opacity / 100.0 distanceThreshold = int( math.ceil( (number_spinner_lines - 1) * self.spinner_trail_fade_percent / 100.0 ) ) if countDistance > distanceThreshold: color.setAlphaF(minAlphaF) else: alphaDiff = color.alphaF() - minAlphaF gradient = alphaDiff / float(distanceThreshold + 1) resultAlpha = color.alphaF() - gradient * countDistance # If alpha is out of bounds, clip it. resultAlpha = min(1.0, max(0.0, resultAlpha)) color.setAlphaF(resultAlpha) return color def getLeftPoint(self, x: int, y: int) -> QPoint: return QPoint(x + self.dc.padding, y + self.checkbox_y_offset) def getCheckBoxRect(self, x: int, y: int) -> QRect: return QRect(self.getLeftPoint(x, y), self.checkboxRect.size()) class DeviceDelegate(QStyledItemDelegate): padding = DeviceDisplayPadding probing_text = _("Probing device...") shading_intensity = DeviceShadingIntensity widthChanged = pyqtSignal(int) def __init__(self, rapidApp, parent=None) -> None: super().__init__(parent) self.rapidApp = rapidApp self.deviceDisplay = AdvancedDeviceDisplay(parent=self) self.deviceDisplay.widthChanged.connect(self.widthChanged) self.contextMenu = QMenu() self.ignoreDeviceAct = self.contextMenu.addAction( _("Temporarily ignore this device") ) self.ignoreDeviceAct.triggered.connect(self.ignoreDevice) self.blacklistDeviceAct = self.contextMenu.addAction( _("Permanently ignore this device") ) self.blacklistDeviceAct.triggered.connect(self.blacklistDevice) self.rescanDeviceAct = self.contextMenu.addAction(_("Rescan")) self.rescanDeviceAct.triggered.connect(self.rescanDevice) # store the index in which the user right clicked self.clickedIndex = None # type: Optional[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 @pyqtSlot() def blacklistDevice(self) -> None: index = self.clickedIndex if index: scan_id = index.data(Roles.scan_id) # type: int self.rapidApp.blacklistDevice(scan_id=scan_id) self.clickedIndex = None @pyqtSlot() def rescanDevice(self) -> None: index = self.clickedIndex if index: scan_id = index.data(Roles.scan_id) # type: int self.rapidApp.rescanDevice(scan_id=scan_id) self.clickedIndex = None def paint( self, painter: QPainter, option: QStyleOptionViewItem, index: QModelIndex ) -> None: painter.save() x = option.rect.x() y = option.rect.y() width = option.rect.width() view_type = index.data(Qt.DisplayRole) # type: ViewRowType if view_type == ViewRowType.header: display_name, icon, device_state, rotation, percent_complete = index.data( Roles.device_details ) if device_state == DeviceState.finished: download_statuses = index.data( Roles.download_statuses ) # type: Set[DownloadStatus] else: download_statuses = set() if device_state not in (DeviceState.scanning, DeviceState.downloading): checked = index.model().data(index, Qt.CheckStateRole) else: checked = None self.deviceDisplay.paint_header( painter=painter, x=x, y=y, width=width, rotation=rotation, icon=icon, device_state=device_state, display_name=display_name, checked=checked, download_statuses=download_statuses, percent_complete=percent_complete, ) else: assert view_type == ViewRowType.content device, storage_space = index.data( Roles.storage ) # type: Device, StorageSpace if storage_space is not None: if device.device_type == DeviceType.camera: photo_key = make_key(FileType.photo, storage_space.path) video_key = make_key(FileType.video, storage_space.path) sum_key = storage_space.path else: photo_key = FileType.photo video_key = FileType.video sum_key = None # Translators: %(variable)s represents Python code, not a plural of the # term variable. You must keep the %(variable)s untranslated, or the # program will crash. photos = _("%(no_photos)s Photos") % { "no_photos": thousands(device.file_type_counter[photo_key]) } # Translators: %(variable)s represents Python code, not a plural of the # term variable. You must keep the %(variable)s untranslated, or the # program will crash. videos = _("%(no_videos)s Videos") % { "no_videos": thousands(device.file_type_counter[video_key]) } photos_size = format_size_for_user(device.file_size_sum[photo_key]) videos_size = format_size_for_user(device.file_size_sum[video_key]) # Some devices do not report how many bytes total they have, e.g. some # SMB shares if storage_space.bytes_total: other_bytes = ( storage_space.bytes_total - device.file_size_sum.sum(sum_key) - storage_space.bytes_free ) other_size = format_size_for_user(other_bytes) bytes_total_text = format_size_for_user( storage_space.bytes_total, no_decimals=0 ) bytes_used = storage_space.bytes_total - storage_space.bytes_free percent_used = "{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=_("Other"), comp4_text="", comp1_size_text=photos_size, comp2_size_text=videos_size, comp3_size_text=other_size, comp4_size_text="", color1=QColor(CustomColors.color1.value), color2=QColor(CustomColors.color2.value), color3=QColor(CustomColors.color3.value), displaying_files_of_type=DisplayingFilesOfType.photos_and_videos, ) self.deviceDisplay.paint_body( painter=painter, x=x, y=y, width=width, details=details ) else: assert len(device.storage_space) == 0 # Storage space not available, which for cameras means libgphoto2 is # currently still trying to access the device if device.device_type == DeviceType.camera: self.deviceDisplay.paint_alternate( painter=painter, x=x, y=y, text=self.probing_text ) painter.restore() def sizeHint(self, option: QStyleOptionViewItem, index: QModelIndex) -> QSize: view_type = index.data(Qt.DisplayRole) # type: ViewRowType if view_type == ViewRowType.header: height = self.deviceDisplay.dc.device_name_height else: device, storage_space = index.data(Roles.storage) if storage_space is None: height = self.deviceDisplay.dc.base_height else: height = self.deviceDisplay.dc.storage_height return QSize(self.deviceDisplay.view_width, height) def editorEvent( self, event: QEvent, model: QAbstractItemModel, option: QStyleOptionViewItem, index: QModelIndex, ) -> bool: """ Change the data in the model and the state of the checkbox if the user presses the left mousebutton or presses Key_Space or Key_Select and this cell is editable. Otherwise do nothing. """ if ( event.type() == QEvent.MouseButtonRelease or event.type() == QEvent.MouseButtonDblClick ): if event.button() == Qt.RightButton: # Disable ignore and blacklist menus if the device is a This Computer # path self.clickedIndex = index scan_id = index.data(Roles.scan_id) device_type = index.data(Roles.device_type) downloading = self.rapidApp.devices.downloading self.ignoreDeviceAct.setEnabled( device_type != DeviceType.path and scan_id not in downloading ) self.blacklistDeviceAct.setEnabled( device_type != DeviceType.path and scan_id not in downloading ) self.rescanDeviceAct.setEnabled(scan_id not in downloading) view = self.rapidApp.mapView(scan_id) globalPos = view.viewport().mapToGlobal(event.pos()) self.contextMenu.popup(globalPos) return False if ( event.button() != Qt.LeftButton or not self.deviceDisplay.getCheckBoxRect( option.rect.x(), option.rect.y() ).contains(event.pos()) ): return False if event.type() == QEvent.MouseButtonDblClick: return True elif event.type() == QEvent.KeyPress: if event.key() != Qt.Key_Space and event.key() != Qt.Key_Select: return False else: return False # Change the checkbox-state self.setModelData(None, model, index) return True def setModelData( self, editor: Optional[QWidget], model: QAbstractItemModel, index: QModelIndex ) -> None: newValue = not (index.model().data(index, Qt.CheckStateRole)) model.setData(index, newValue, Qt.CheckStateRole) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/ui/didyouknow.py0000644000175000017500000005200300000000000021766 0ustar00damondamon# Copyright (C) 2017-2022 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-2022, Damon Lynch" from PyQt5.QtCore import pyqtSlot, QSize, Qt, QSettings from PyQt5.QtGui import ( QPixmap, QIcon, QFontMetrics, QFont, QCloseEvent, QShowEvent, QTextCursor, ) from PyQt5.QtWidgets import ( QDialog, QCheckBox, QLabel, QVBoxLayout, QPushButton, QHBoxLayout, QApplication, QDialogButtonBox, QTextBrowser, ) from raphodo.prefs.preferences import Preferences from raphodo.ui.viewutils import translateDialogBoxButtons tips = ( ( _("Click on a file's checkbox to mark or unmark it for download."), ":/tips/marksingle.png", ), ( _( "Files that have already been downloaded are remembered. You can still " "mark previously downloaded files to download again, but they are " "unmarked by default, and their thumbnails are dimmed so you can " "differentiate them from files that are yet to be downloaded." ), ":/tips/previouslydownloaded.png", ), ( _( "If more than one file is selected, they'll all take the mark of the file " "whose checkbox was clicked, regardless of whether they previously had a " "checkmark or not." ), ":/tips/markmany.png", ), ( _( "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." ), ":/tips/markall.png", ), ( _( "After a download finishes, an icon replaces the thumbnail's checkbox. The " "icon's color indicates whether the download was successful (green), had " "file renaming problems (yellow/orange), or failed (red)." ), ":/tips/downloaded.png", ), ( _( """ In case of any problems, a red icon will appear at the bottom of the window indicating how many error reports there are. Clicking on it opens the Error Report window.""" ), ":/tips/errorreporticon.png", _( """ The Error Report window lists any problems encountered before, during or after the download. An orange triangle represents a warning, a red circle indicates a failure, and a black circle indicates more serious failures. You can click on the hyperlinks to open its file or device in a file manager. You can also search the reports using the search box in the lower left of the Error Report window.""" ), ":/tips/errorreport.png", ), ( _( "You can simultaneously download from multiple cameras, smartphones, " "memory cards, and hard drives—as many devices as your computer " "can handle at one time." ), ":/tips/multipledevices.png", ), ( _( "The Timeline groups photos and videos based on how much " "time elapsed between " "consecutive shots. Use it to identify photos and videos taken at " "different periods in a single day or over consecutive days." ), ":/tips/timeline.png", _( """

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

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

      """ ), ":/tips/timelineadjust.png", ), ( _( "To view photos and videos for a particular time range, use the mouse " "(optionally in combination with the Shift or Ctrl " "keys) to select time periods. When a time range is selected, the " "Timeline button on the left side of the main window will be highlighted." ), ":/tips/timelineselect.png", _( "A download always includes all files that are marked for download, " "including those that are not currently displayed because the Timeline " "is being used." ), ), ( _( "You can hide or display the download sources by clicking on the name of " "the device you're downloading from at the top left of the program window." ), ":/tips/deviceshidden.png", ), ( _( """ Thumbnails can be sorted using a variety of criteria:
      1. Modification Time: when the file was last modified, according to its metadata (where available) or according to the filesystem (as a fallback).
      2. 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. F urthermore, 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) translateDialogBoxButtons(buttons) buttons.addButton(self.previousButton, QDialogButtonBox.ActionRole) buttons.addButton(self.nextButton, QDialogButtonBox.ActionRole) self.previousButton.clicked.connect(self.previousButtonClicked) self.nextButton.clicked.connect(self.nextButtonClicked) buttons.rejected.connect(self.close) layout = QVBoxLayout() self.setLayout(layout) layout.addLayout(titleLayout) layout.addWidget(self.text) layout.addWidget(self.showTips) layout.addWidget(buttons) settings = QSettings() settings.beginGroup("DidYouKnowWindow") default_width = 570 default_height = 350 size = settings.value("windowSize", QSize(default_width, default_height)) settings.endGroup() self.resize(size) self.showTip() def incrementTip(self) -> None: if self.prefs.did_you_know_index + 1 == len(self.tips): self.prefs.did_you_know_index = 0 else: self.prefs.did_you_know_index = self.prefs.did_you_know_index + 1 def decrementTip(self) -> None: if self.prefs.did_you_know_index == 0: self.prefs.did_you_know_index = len(self.tips) - 1 else: self.prefs.did_you_know_index = self.prefs.did_you_know_index - 1 def showTip(self) -> None: self.text.clear() self.text.append(self.tips[self.prefs.did_you_know_index]) self.text.moveCursor(QTextCursor.Start) def showEvent(self, event: QShowEvent) -> None: self.nextButton.setDefault(True) self.nextButton.setFocus(Qt.OtherFocusReason) event.accept() @pyqtSlot(int) def showTipsChanged(self, state: int) -> None: self.prefs.did_you_know_on_startup = state == Qt.Checked @pyqtSlot() def nextButtonClicked(self) -> None: self.incrementTip() self.showTip() @pyqtSlot() def previousButtonClicked(self) -> None: self.decrementTip() self.showTip() @pyqtSlot() def activate(self) -> None: self.showTip() self.setVisible(True) self.activateWindow() self.raise_() def reject(self) -> None: """ Called when user hits escape key """ self.saveSettings() if self.rapidApp is None: super().reject() def closeEvent(self, event: QCloseEvent) -> None: self.saveSettings() if self.rapidApp is None: event.accept() else: event.ignore() self.hide() def saveSettings(self) -> None: self.incrementTip() settings = QSettings() settings.beginGroup("DidYouKnowWindow") settings.setValue("windowSize", self.size()) settings.endGroup() if __name__ == "__main__": # Application development test code: app = QApplication([]) app.setOrganizationName("Rapid Photo Downloader") app.setOrganizationDomain("damonlynch.net") app.setApplicationName("Rapid Photo Downloader") prefs = Preferences() dialog = DidYouKnowDialog(prefs=prefs) dialog.show() app.exec_() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/ui/filebrowse.py0000644000175000017500000003024700000000000021741 0ustar00damondamon# Copyright (C) 2016-2021 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Display file system folders and allow the user to select one """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2016-2021, Damon Lynch" import os import pathlib from typing import List, Set, Optional import logging import re from PyQt5.QtCore import ( QDir, Qt, QModelIndex, QItemSelectionModel, QSortFilterProxyModel, QPoint, pyqtSignal, pyqtSlot, QSize, ) from PyQt5.QtWidgets import ( QTreeView, QAbstractItemView, QFileSystemModel, QSizePolicy, QStyledItemDelegate, QStyleOptionViewItem, QMenu, QAction, ) from PyQt5.QtGui import QPainter, QFont from showinfm import show_in_file_manager from raphodo.constants import ( minPanelWidth, minFileSystemViewHeight, Roles, filtered_file_browser_directories, non_system_root_folders, ) from raphodo.storage.storage import gvfs_gphoto2_path, get_media_dir from raphodo.ui.viewutils import ( TopFramedVerticalScrollBar, standard_font_size, darkModeIcon, ) from raphodo.wslutils import wsl_filter_directories class FileSystemModel(QFileSystemModel): """ Use Qt's built-in functionality to model the file system. Augment it by displaying provisional subfolders in the photo and video download destinations. """ def __init__(self, parent) -> None: super().__init__(parent) # More filtering done in the FileSystemFilter self.setFilter(QDir.AllDirs | QDir.NoDotAndDotDot) s = standard_font_size() size = QSize(s, s) self.folder_icon = darkModeIcon( path=":/icons/folder.svg", size=size, soften_regular_mode_color=True ) self.download_folder_icon = darkModeIcon( path=":/icons/folder-filled.svg", size=size, soften_regular_mode_color=True ) self.setRootPath("/") # The next two values are set via FolderPreviewManager.update() # They concern provisional folders that will be used if the # download proceeds, and all files are downloaded. # First value: subfolders we've created to demonstrate to the user # where their files will be downloaded to self.preview_subfolders = set() # type: Set[str] # Second value: subfolders that already existed, but that we still # want to indicate to the user where their files will be downloaded to self.download_subfolders = set() # type: Set[str] # Folders that were actually used to download files into self.subfolders_downloaded_into = set() # type: Set[str] def data(self, index: QModelIndex, role=Qt.DisplayRole): if role == Qt.DecorationRole: path = index.data(QFileSystemModel.FilePathRole) # type: str if ( path in self.download_subfolders or path in self.subfolders_downloaded_into ): return self.download_folder_icon else: return self.folder_icon if role == Roles.folder_preview: path = index.data(QFileSystemModel.FilePathRole) return ( path in self.preview_subfolders and path not in self.subfolders_downloaded_into ) return super().data(index, role) def add_subfolder_downloaded_into(self, path: str, download_folder: str) -> bool: """ Add a path to the set of subfolders that indicate where files where downloaded. :param path: the full path to the folder :return: True if the path was not added before, else False """ if path not in self.subfolders_downloaded_into: self.subfolders_downloaded_into.add(path) pl_subfolders = pathlib.Path(path) pl_download_folder = pathlib.Path(download_folder) for subfolder in pl_subfolders.parents: if not pl_download_folder in subfolder.parents: break self.subfolders_downloaded_into.add(str(subfolder)) return True return False class FileSystemView(QTreeView): showSystemFolders = pyqtSignal(bool) filePathReset = pyqtSignal() def __init__(self, model: FileSystemModel, rapidApp, parent=None) -> None: super().__init__(parent) self.rapidApp = rapidApp self.fileSystemModel = model self.setHeaderHidden(True) self.setSelectionBehavior(QAbstractItemView.SelectRows) self.setSelectionMode(QAbstractItemView.SingleSelection) self.setSizePolicy(QSizePolicy.MinimumExpanding, QSizePolicy.MinimumExpanding) self.setMinimumWidth(minPanelWidth()) self.setMinimumHeight(minFileSystemViewHeight()) self.setContextMenuPolicy(Qt.CustomContextMenu) self.customContextMenuRequested.connect(self.onCustomContextMenu) self.contextMenu = QMenu() self.openInFileBrowserAct = self.contextMenu.addAction( _("Open in File Browser...") ) self.openInFileBrowserAct.triggered.connect(self.doOpenInFileBrowserAct) self.openInFileBrowserAct.setEnabled(self.rapidApp.file_manager is not None) self.clickedIndex = None # type: Optional[QModelIndex] self.resetSelectionAct = self.contextMenu.addAction(_("Reset")) self.resetSelectionAct.triggered.connect(self.doResetSelectionAct) self.showSystemFoldersAct = QAction( _("Show System Folders"), self, enabled=True, checkable=True, triggered=self.doShowSystemFoldersAct, ) self.contextMenu.addAction(self.showSystemFoldersAct) self.setVerticalScrollBar(TopFramedVerticalScrollBar(name="fileSystemView")) def hideColumns(self) -> None: """ Call only after the model has been initialized """ for i in (1, 2, 3): self.hideColumn(i) def goToPath(self, path: str, scrollTo: bool = True) -> None: """ Select the path, expand its subfolders, and scroll to it :param path: :return: """ if not path: return index = self.model().mapFromSource(self.fileSystemModel.index(path)) self.setExpanded(index, True) selection = self.selectionModel() selection.select( index, QItemSelectionModel.ClearAndSelect | QItemSelectionModel.Rows ) if scrollTo: self.scrollTo(index, QAbstractItemView.PositionAtTop) def expandPreviewFolders(self, path: str) -> bool: """ Expand any unexpanded preview folders :param path: path under which to expand folders :return: True if path was expanded, else False """ self.goToPath(path, scrollTo=True) if not path: return False expanded = False for path in self.fileSystemModel.download_subfolders: # print('path', path) index = self.model().mapFromSource(self.fileSystemModel.index(path)) if not self.isExpanded(index): self.expand(index) expanded = True return expanded def expandPath(self, path) -> None: index = self.model().mapFromSource(self.fileSystemModel.index(path)) if not self.isExpanded(index): self.expand(index) def onCustomContextMenu(self, point: QPoint) -> None: index = self.indexAt(point) self.showSystemFoldersAct.setChecked(self.rapidApp.prefs.show_system_folders) if index.isValid(): self.clickedIndex = index self.openInFileBrowserAct.setEnabled(True) else: self.openInFileBrowserAct.setEnabled(False) self.showSystemFoldersAct.setEnabled( not self.rapidApp.prefs.source_or_destination_is_system_folder() ) self.contextMenu.exec(self.mapToGlobal(point)) @pyqtSlot() def doOpenInFileBrowserAct(self) -> None: index = self.clickedIndex if index: uri = self.fileSystemModel.filePath(index.model().mapToSource(index)) logging.debug( "Calling show_in_file_manager() with %s and %s", self.rapidApp.file_manager, uri, ) show_in_file_manager(path_or_uri=uri, open_not_select_directory=True) @pyqtSlot() def doShowSystemFoldersAct(self) -> None: self.showSystemFolders.emit(self.showSystemFoldersAct.isChecked()) @pyqtSlot() def doResetSelectionAct(self) -> None: self.selectionModel().clear() self.filePathReset.emit() class FileSystemFilter(QSortFilterProxyModel): """ Filter out the display of RPD's cache and temporary directories, in addition to a set of standard directories that should not be displayed. """ filterInvalidated = pyqtSignal() def __init__(self, parent: "RapidWindow" = None): super().__init__(parent) self.is_wsl2 = parent.is_wsl2 self.prefs = parent.prefs if self.is_wsl2: self.filter_paths = wsl_filter_directories() # Filter out system created WSL working directories self.regex = re.compile(r"/wsl[\w]") else: self.filter_paths = set() self.filtered_dir_names = filtered_file_browser_directories self.non_system_root_folders = non_system_root_folders if get_media_dir().startswith("/run"): self.non_system_root_folders.append("/run") def setTempDirs(self, dirs: List[str]) -> None: filters = [os.path.basename(path) for path in dirs] self.filtered_dir_names = self.filtered_dir_names | set(filters) self.invalidateFilter() def filterAcceptsRow( self, sourceRow: int, sourceParent: QModelIndex = None ) -> bool: index = self.sourceModel().index( sourceRow, 0, sourceParent ) # type: QModelIndex path = index.data(QFileSystemModel.FilePathRole) # type: str if not self.prefs.show_system_folders and path != "/": path_ok = False for folder in self.non_system_root_folders: if path.startswith(folder): path_ok = True break if not path_ok: return False if gvfs_gphoto2_path(path): logging.debug("Rejecting browsing path %s", path) return False if not self.filtered_dir_names and not self.is_wsl2: return True file_name = index.data(QFileSystemModel.FileNameRole) do_filter = ( file_name not in self.filtered_dir_names and path not in self.filter_paths ) if self.is_wsl2: do_filter = do_filter and self.regex.match(path) is None return do_filter @pyqtSlot(bool) def setShowSystemFolders(self, enabled: bool) -> None: self.prefs.show_system_folders = enabled self.invalidateFilter() self.filterInvalidated.emit() class FileSystemDelegate(QStyledItemDelegate): """ Italicize provisional download folders that were not already created """ def __init__(self, parent=None): super().__init__(parent) def paint( self, painter: QPainter, option: QStyleOptionViewItem, index: QModelIndex ) -> None: if index is None: return folder_preview = index.data(Roles.folder_preview) if folder_preview: font = QFont() font.setItalic(True) option.font = font super().paint(painter, option, index) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/ui/filmstrip.py0000644000175000017500000000606500000000000021612 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2011-2021 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Overlays a filmstrip onto QImage, keeping the image's dimensions the same """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2011-2021, 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 ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/ui/jobcodepanel.py0000644000175000017500000005500400000000000022223 0ustar00damondamon# Copyright (C) 2017-2022 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-2022, Damon Lynch" from typing import Optional, List import logging from PyQt5.QtCore import Qt, pyqtSlot, QRegularExpression from PyQt5.QtWidgets import ( QWidget, QSizePolicy, QMessageBox, QVBoxLayout, QLabel, QGridLayout, QAbstractItemView, QListWidgetItem, QHBoxLayout, QDialog, QDialogButtonBox, QCheckBox, QComboBox, ) from PyQt5.QtGui import ( QPalette, QFont, QRegularExpressionValidator, QIcon, ) from raphodo.constants import JobCodeSort from raphodo.ui.viewutils import ( FlexiFrame, QNarrowListWidget, standardIconSize, translateDialogBoxButtons, standardMessageBox, ScrollAreaNoFrame, ) from raphodo.ui.panelview import QPanelView from raphodo.prefs.preferences import Preferences from raphodo.ui.messagewidget import MessageWidget, MessageButton from raphodo.ui.chevroncombo import ChevronCombo class JobCodeDialog(QDialog): def __init__(self, parent, on_download: bool, job_codes: List[str]) -> None: """ Prompt user to enter a Job Code, either at the time a download starts, or to zero or more selected files before the download begins. :param parent: rapidApp main window :param on_download: if True, dialog is being prompted for before a download starts. :param job_codes: """ super().__init__(parent) self.rapidApp = parent # type: 'RapidWindow' self.prefs = self.rapidApp.prefs # type: Preferences thumbnailModel = self.rapidApp.thumbnailModel # Whether the user has opened this dialog before a download starts without # having selected any files first no_selection_made = None # type: Optional[bool] if on_download: directive = _("Enter a new Job Code, or select a previous one") file_types = thumbnailModel.getNoFilesJobCodeNeeded() details = file_types.file_types_present_details(title_case=False) if sum(file_types.values()) == 1: # Translators: the value substituted will be something like '1 photo'. file_details = ( _( "The Job Code will be applied to %s that does not yet have a " "Job Code." ) % details ) else: # Translators: the value substituted will be something like # '85 photos and 5 videos'. file_details = ( _( "The Job Code will be applied to %s that do not yet have a " "Job Code." ) % details ) hint = ( "Hint: To assign Job Codes before the download begins, select " "photos or videos and apply a new or existing Job Code to them via the " "Job Code panel." ) file_details = "{}

      {}".format(file_details, hint) title = _("Apply Job Code to Download") else: directive = _("Enter a new Job Code") file_types = thumbnailModel.getNoFilesSelected() no_selection_made = sum(file_types.values()) == 0 if no_selection_made: file_details = ( "" + _( "Hint: Select photos or videos before entering a new " "Job Code to have the Job Code applied to them." ) + "" ) _("") else: details = file_types.file_types_present_details(title_case=False) # Translators: the value substituted will be something like # '100 photos and 5 videos'. file_details = ( "" + _("The new Job Code will be applied to %s.") % details + "" ) title = _("New Job Code") instructionLabel = QLabel("%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) if on_download or not no_selection_made: self.rememberCheckBox = QCheckBox(_("&Remember this Job Code")) self.rememberCheckBox.setChecked(parent.prefs.remember_job_code) buttonBox = QDialogButtonBox(QDialogButtonBox.Ok | QDialogButtonBox.Cancel) translateDialogBoxButtons(buttonBox) grid = QGridLayout() grid.addWidget(iconLabel, 0, 0, 4, 1) grid.addWidget(instructionLabel, 0, 1, 1, 2) grid.addWidget(jobCodeLabel, 1, 1) grid.addWidget(self.jobCodeComboBox, 1, 2) if hasattr(self, "rememberCheckBox"): grid.addWidget(self.rememberCheckBox, 2, 1, 1, 2) grid.addWidget(buttonBox, 3, 0, 1, 3) else: grid.addWidget(buttonBox, 2, 0, 1, 3) grid.setColumnStretch(2, 1) self.setLayout(grid) self.setWindowTitle(title) buttonBox.accepted.connect(self.accept) buttonBox.rejected.connect(self.reject) @pyqtSlot() def accept(self) -> None: self.job_code = self.jobCodeComboBox.currentText() if hasattr(self, "rememberCheckBox"): self.remember = self.rememberCheckBox.isChecked() self.rapidApp.prefs.remember_job_code = self.remember else: self.remember = True super().accept() class JobCodeOptionsWidget(FlexiFrame): """ Display and allow editing of Job Codes. """ def __init__(self, prefs: Preferences, rapidApp, parent) -> None: super().__init__(parent=parent) self.rapidApp = rapidApp self.prefs = prefs self.setBackgroundRole(QPalette.Base) self.setAutoFillBackground(True) self.file_selected = False self.prompting_for_job_code = False jobCodeLayout = QGridLayout() layout = self.layout() layout.addLayout(jobCodeLayout) self.setLayout(layout) self.messageWidget = MessageWidget( ( _( "Select photos and videos to be able to apply a new or existing Job " "Code to them." ), _( "The new Job Code will be applied to all selected photos and/or " "videos." ), _( "Click the Apply button to apply the current Job Code to all " "selected photos and/or videos. You can also simply double click " "the Job Code." ), _( "Removing a Job Code removes it only from the list of saved Job " "Codes, not from any photos or videos that it may have been " "applied to." ), _( "If you want to use Job Codes, configure file renaming or " "destination subfolder names to use them." ), ) ) self.setDefaultMessage() self.sortCombo = ChevronCombo(in_panel=True) self.sortCombo.addItem(_("Last Used"), JobCodeSort.last_used) self.sortCombo.addItem(_("Job Code"), JobCodeSort.code) if self._sort_index_valid(self.prefs.job_code_sort_key): self.sortCombo.setCurrentIndex(self.prefs.job_code_sort_key) self.sortCombo.currentIndexChanged.connect(self.sortComboChanged) self.sortLabel = self.sortCombo.makeLabel(_("Job Code Sort:")) self.sortOrder = ChevronCombo(in_panel=True) self.sortOrder.addItem(_("Ascending"), Qt.AscendingOrder) self.sortOrder.addItem(_("Descending"), Qt.DescendingOrder) if self._sort_index_valid(self.prefs.job_code_sort_order): self.sortOrder.setCurrentIndex(self.prefs.job_code_sort_order) self.sortOrder.currentIndexChanged.connect(self.sortOrderChanged) font = self.font() # type: QFont font.setPointSize(font.pointSize() - 2) for widget in (self.sortLabel, self.sortCombo, self.sortOrder): widget.setFont(font) self.newButton = MessageButton(_("&New...")) self.newButton.isActive.connect(self.newButtonActive) self.newButton.isInactive.connect(self.setDefaultMessage) self.newButton.clicked.connect(self.newButtonClicked) self.applyButton = MessageButton(_("&Apply")) self.applyButton.isActive.connect(self.applyButtonActive) self.applyButton.isInactive.connect(self.setDefaultMessage) self.applyButton.clicked.connect(self.applyButtonClicked) self.removeButton = MessageButton(_("&Remove")) self.removeButton.isActive.connect(self.removeButtonActive) self.removeButton.isInactive.connect(self.setDefaultMessage) self.removeButton.clicked.connect(self.removeButtonClicked) self.removeAllButton = MessageButton(_("Remove All")) self.removeAllButton.isActive.connect(self.removeButtonActive) self.removeAllButton.isInactive.connect(self.setDefaultMessage) self.removeAllButton.clicked.connect(self.removeAllButtonClicked) self.jobCodesWidget = QNarrowListWidget() self.jobCodesWidget.currentRowChanged.connect(self.rowChanged) self.jobCodesWidget.itemDoubleClicked.connect(self.rowDoubleClicked) self.jobCodesWidget.setSelectionMode(QAbstractItemView.SingleSelection) self.jobCodesWidget.setSizePolicy( QSizePolicy.MinimumExpanding, QSizePolicy.MinimumExpanding ) if self.prefs.list_not_empty("job_codes"): self._insertJobCodes(job_code=self.prefs.job_codes[0], clear=False) sortLayout = QHBoxLayout() sortLayout.addWidget(self.sortLabel) sortLayout.addWidget(self.sortCombo) sortLayout.addWidget(self.sortOrder) sortLayout.addStretch() jobCodeLayout.addWidget(self.jobCodesWidget, 0, 0, 1, 2) jobCodeLayout.addLayout(sortLayout, 1, 0, 1, 2) jobCodeLayout.addWidget(self.messageWidget, 2, 0, 1, 2) jobCodeLayout.addWidget(self.newButton, 3, 0, 1, 1) jobCodeLayout.addWidget(self.applyButton, 3, 1, 1, 1) jobCodeLayout.addWidget(self.removeButton, 4, 0, 1, 1) jobCodeLayout.addWidget(self.removeAllButton, 4, 1, 1, 1) self.setSizePolicy(QSizePolicy.MinimumExpanding, QSizePolicy.Expanding) self.setWidgetStates() def _sort_index_valid(self, index: int) -> bool: return index in (0, 1) def _jobCodes(self) -> List[str]: """ :return: list of job codes sorted according to user-specified criteria """ reverse = self.sortOrder.currentIndex() == 1 if self.sortCombo.currentIndex() == 1: return sorted(self.prefs.job_codes, key=str.lower, reverse=reverse) if reverse: return list(reversed(self.prefs.job_codes)) return self.prefs.job_codes def _insertJobCodes(self, job_code: str = None, clear=True) -> None: """ Insert job codes into list widget according to the sort order specified by the user. If no job codes exist, does nothing. Alternative to clearing the widget and using python to sort the list of job codes would be to implement __lt__ in QListWidgetItem, and turn on QListWidget sorting. The code as implemented strikes me as simpler. :param job_code: job_code to set current row to. If not specified, the current row is used. :param clear: :return: """ if not self.prefs.list_not_empty("job_codes"): return if job_code is None: row = self.jobCodesWidget.currentRow() if row >= 0: job_code = self.jobCodesWidget.item(row).text() if clear: self.jobCodesWidget.clear() logging.debug( "Inserting %s job codes into job code widget", len(self.prefs.job_codes) ) job_codes = self._jobCodes() self.jobCodesWidget.insertItems(0, job_codes) if job_code is not None: self.jobCodesWidget.setCurrentRow(job_codes.index(job_code)) else: self.jobCodesWidget.setCurrentRow(0) @pyqtSlot(int) def sortComboChanged(self, index: int) -> None: if index >= 0: self._insertJobCodes() self.prefs.job_code_sort_key = index @pyqtSlot(int) def sortOrderChanged(self, index: int) -> None: if index >= 0: self._insertJobCodes() self.prefs.job_code_sort_order = index @pyqtSlot() def newButtonActive(self) -> None: if self.prefs.any_pref_uses_job_code(): if self.file_selected: self.messageWidget.setCurrentIndex(2) else: self.messageWidget.setCurrentIndex(1) @pyqtSlot() def applyButtonActive(self) -> None: if self.prefs.any_pref_uses_job_code(): if self.file_selected: self.messageWidget.setCurrentIndex(3) else: self.messageWidget.setCurrentIndex(1) @pyqtSlot() def removeButtonActive(self) -> None: if self.prefs.any_pref_uses_job_code(): self.messageWidget.setCurrentIndex(4) @pyqtSlot() def setDefaultMessage(self) -> None: if self.prefs.any_pref_uses_job_code(): if not self.file_selected: self.messageWidget.setCurrentIndex(1) else: self.messageWidget.setCurrentIndex(0) else: self.messageWidget.setCurrentIndex(5) @pyqtSlot(int) def rowChanged(self, row: int) -> None: self.setWidgetStates() @pyqtSlot(QListWidgetItem) def rowDoubleClicked(self, item: QListWidgetItem) -> None: if self.file_selected: assert self.applyButton.isEnabled() self.applyButtonClicked() @pyqtSlot() def setWidgetStates(self) -> None: """ Set buttons enable or disable depending on selections, and updates the message widget contents. """ job_code_selected = self.jobCodesWidget.currentRow() >= 0 self.file_selected = self.rapidApp.anyFilesSelected() self.newButton.setEnabled(True) self.applyButton.setEnabled(job_code_selected and self.file_selected) self.removeButton.setEnabled(job_code_selected) self.removeAllButton.setEnabled(self.prefs.list_not_empty("job_codes")) self.setDefaultMessage() @pyqtSlot() def applyButtonClicked(self) -> None: row = self.jobCodesWidget.currentRow() if row < 0: logging.error( "Did not expect Apply Job Code button to be enabled when no Job Code " "is selected." ) return try: job_code = self.jobCodesWidget.item(row).text() except: logging.exception( "Job Code did not exist when obtaining its value from the list widget" ) return self.rapidApp.applyJobCode(job_code=job_code) try: self.prefs.del_list_value(key="job_codes", value=job_code) except KeyError: logging.exception( "Attempted to delete non existent value %s from Job Codes while in " "process of moving it to the front of the list", job_code, ) self.prefs.add_list_value(key="job_codes", value=job_code) if self.sortCombo.currentIndex() != 1: self._insertJobCodes(job_code=job_code) @pyqtSlot() def removeButtonClicked(self) -> None: row = self.jobCodesWidget.currentRow() item = self.jobCodesWidget.takeItem(row) # type: QListWidgetItem try: self.prefs.del_list_value(key="job_codes", value=item.text()) except KeyError: logging.exception( "Attempted to delete non existent value %s from Job Codes", item.text() ) @pyqtSlot() def removeAllButtonClicked(self) -> None: message = _("Do you really want to remove all the Job Codes?") msgBox = standardMessageBox( parent=self, title=_("Remove all Job Codes"), message=message, rich_text=False, standardButtons=QMessageBox.Yes | QMessageBox.No, ) if msgBox.exec() == QMessageBox.Yes: # Must clear the job codes before adjusting the qlistwidget, # or else the Remove All button will not be disabled. self.prefs.job_codes = [""] self.jobCodesWidget.clear() @pyqtSlot() def newButtonClicked(self) -> None: self.getJobCode(on_download=False) def getJobCode(self, on_download: bool) -> bool: if not self.prompting_for_job_code: logging.debug("Prompting for job code") self.prompting_for_job_code = True dialog = JobCodeDialog( self.rapidApp, on_download=on_download, job_codes=self._jobCodes() ) if dialog.exec(): self.prompting_for_job_code = False logging.debug("Job code entered / selected") job_code = dialog.job_code if job_code: if dialog.remember: # If the job code is already in the # preference list, delete it job_codes = self.rapidApp.prefs.job_codes.copy() while job_code in job_codes: job_codes.remove(job_code) # Add the just chosen / entered Job Code to the front self.rapidApp.prefs.job_codes = [job_code] + job_codes self._insertJobCodes(job_code=job_code) if not on_download: self.rapidApp.applyJobCode(job_code=job_code) else: self.rapidApp.thumbnailModel.assignJobCodesToMarkedFilesWithNoJobCode( job_code=job_code ) return True else: self.prompting_for_job_code = False logging.debug("No job code entered or selected") else: logging.debug("Not prompting for job code, because already doing so") return False class JobCodePanel(ScrollAreaNoFrame): """ JobCode preferences widget """ def __init__(self, parent) -> None: super().__init__(name="jobCodePanel", parent=parent) assert parent is not None self.rapidApp = parent self.prefs = self.rapidApp.prefs self.setObjectName("jobCodePanelScrollArea") self.jobCodePanel = QPanelView( label=_("Job Codes"), ) self.jobCodePanel.setObjectName("jobCodePanel") self.jobCodeOptions = JobCodeOptionsWidget( prefs=self.prefs, rapidApp=self.rapidApp, parent=self ) self.jobCodeOptions.setObjectName("jobCodeOptions") self.jobCodePanel.addWidget(self.jobCodeOptions) self.verticalScrollBarVisible.connect( self.jobCodeOptions.containerVerticalScrollBar ) self.horizontalScrollBarVisible.connect( self.jobCodeOptions.containerHorizontalScrollBar ) widget = QWidget() layout = QVBoxLayout() layout.setContentsMargins(0, 0, 0, 0) widget.setLayout(layout) layout.addWidget(self.jobCodePanel) self.setWidget(widget) self.setWidgetResizable(True) self.setSizePolicy(QSizePolicy.Preferred, QSizePolicy.Expanding) self.rapidApp.thumbnailView.selectionModel().selectionChanged.connect( self.jobCodeOptions.setWidgetStates ) self.rapidApp.thumbnailModel.selectionReset.connect( self.jobCodeOptions.setWidgetStates ) def needToPromptForJobCode(self) -> bool: return ( self.prefs.any_pref_uses_job_code() and self.rapidApp.thumbnailModel.jobCodeNeeded() ) def getJobCodeBeforeDownload(self) -> bool: """ :return: True if job code was entered and applied """ return self.jobCodeOptions.getJobCode(on_download=True) def updateDefaultMessage(self) -> None: self.jobCodeOptions.setDefaultMessage() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/ui/menubutton.py0000644000175000017500000000405500000000000021776 0ustar00damondamon# Copyright (C) 2016-2022 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-2022, Damon Lynch" from PyQt5.QtCore import QSize from PyQt5.QtGui import QColor, QIcon from PyQt5.QtWidgets import QMenu, QToolButton from raphodo.ui.viewutils import darkModePixmap, menuHoverColor from raphodo.ui.primarybutton import DownloadButtonHeight class MenuButton(QToolButton): """ Button that provides access to a drop-down menu """ def __init__(self, icon: str, menu: QMenu) -> None: super().__init__() self.setPopupMode(QToolButton.InstantPopup) hover_color = menuHoverColor().name(QColor.HexRgb) try: scaling = self.devicePixelRatioF() except AttributeError: scaling = self.devicePixelRatio() # Derive icon size from download button size height = round(DownloadButtonHeight()[0] * (2/3) * scaling) size = QSize(height, height) self.setIcon(QIcon(darkModePixmap(path=icon, size=size))) self.setStyleSheet( """ QToolButton {border: none;} QToolButton::menu-indicator { image: none; } QToolButton::hover { background-color: %s; outline: none; } """ % hover_color ) self.setMenu(menu) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/ui/messagewidget.py0000644000175000017500000000705200000000000022426 0ustar00damondamon# Copyright (C) 2017-2021 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Display messages to the user in stacked widget """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2017-2021, 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) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/ui/nameeditor.py0000755000175000017500000016730000000000000021733 0ustar00damondamon#!/usr/bin/env python3 # Copyright (C) 2016-2021 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Dialog for editing download subfolder structure and file renaming """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2016-2021, Damon Lynch" from typing import Dict, Union, 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, Photo, Video, FileType from raphodo.prefs.preferences import DownloadsTodayTracker, Preferences, match_pref_list from raphodo.utilities import remove_last_char_from_list_str from raphodo.ui.messagewidget import MessageWidget from raphodo.ui.viewutils import ( translateDialogBoxButtons, standardMessageBox, translateMessageBoxButtons, ) 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: # do not use raise StopIteration as it is Python 3.7 incompatible return yield start start += len(pref_defn) def highlightBlock(self, text: str) -> None: # Recreate the preference value from scratch self.boundaries = SortedList() for expression, format in self.highlightingRules: for index in self.find_all(text, expression): length = len(expression) self.setFormat(index, length, format) self.boundaries.add((index, index + length - 1)) self.blockHighlighted.emit() def make_subfolder_menu_entry(prefs: Tuple[str]) -> str: """ Create the text for a menu / combobox item :param prefs: single pref item, with title and elements :return: item text """ desc = prefs[0] elements = prefs[1:] # Translators: this text appears in menus and combo boxes. It displays the # description of an item, and its elements. # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. return _("%(description)s - %(elements)s") % dict( description=desc, elements=os.sep.join(elements) ) def make_rename_menu_entry(prefs: Tuple[str]) -> str: """ Create the text for a menu / combobox item :param prefs: single pref item, with title and elements :return: item text """ desc = prefs[0] elements = prefs[1] # Translators: this text appears in menus and combo boxes. It displays the # description of an item, and its elements. # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. return _("%(description)s - %(elements)s") % dict( description=desc, elements=elements ) class 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) translateDialogBoxButtons(buttonBox) buttonBox.rejected.connect(self.reject) buttonBox.accepted.connect(self.accept) layout = QVBoxLayout() layout.addLayout(flayout) layout.addWidget(buttonBox) self.setLayout(layout) @pyqtSlot(str) def nameEdited(self, name: str): enabled = False if len(name) > 0: enabled = name not in self.existing_custom_names self.saveButton.setEnabled(enabled) def presetName(self) -> str: """ :return: the name of the name the user wants to save the preset as """ return self.name.text() def make_sample_rpd_file( sample_job_code: str, prefs: Preferences, generation_type: NameGenerationType, sample_rpd_file: 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...")) translateDialogBoxButtons(buttonBox) buttonBox.rejected.connect(self.reject) buttonBox.accepted.connect(self.accept) layout.addWidget(buttonBox) self.editor.setPrefMapper(self.pref_mapper, self.pref_color) self.editor.displayPrefList(user_pref_list) self.show() self.setWidgetSizes() def helpButtonClicked(self) -> None: if self.generation_type in ( NameGenerationType.photo_name, NameGenerationType.video_name, ): location = "#rename" else: location = "#subfoldergeneration" webbrowser.open_new_tab( "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: title = _("Save Preset - Rapid Photo Downloader") if self.preset.new_preset: message = _( "Do you want to save the changes in a new custom preset?" "

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

      " "The changes to the preferences will still be applied regardless " "of whether you create a new custom preset or not." ) msgBox = standardMessageBox( standardButtons=QMessageBox.Yes | QMessageBox.No, title=title, rich_text=True, message=message, ) updateButton = newButton = None else: assert self.preset.preset_edited msgBox = QMessageBox() msgBox.setTextFormat(Qt.RichText) msgBox.setIcon(QMessageBox.Question) msgBox.setWindowTitle(title) message = _( "Do you want to save the changes in a custom preset?

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

      " "The changes to the preferences will still be applied regardless " "of whether you save a custom preset or not." ) msgBox.setText(message) msgBox.addButton(QMessageBox.No) translateMessageBoxButtons(msgBox) updateButton = msgBox.addButton( _('Update Custom Preset "%s"') % self.current_custom_name, QMessageBox.YesRole, ) newButton = msgBox.addButton( _("Save New Custom Preset"), QMessageBox.YesRole ) choice = msgBox.exec() save_new = update = False if self.preset.new_preset: save_new = choice == QMessageBox.Yes else: if msgBox.clickedButton() == updateButton: update = True elif msgBox.clickedButton() == newButton: save_new = True if save_new: createPreset = CreatePreset(existing_custom_names=self.preset_names) if createPreset.exec(): # User has created a new preset preset_name = createPreset.presetName() assert preset_name not in self.preset_names self.saveNewPreset(preset_name=preset_name) elif update: self.updateExistingPreset() # Check to make sure that in menus (which have a limited number of menu items) # that our chosen entry is displayed if self.max_entries: combobox_index, pref_list_index = self.getPresetMatch() if pref_list_index >= self.max_entries: self.updateExistingPreset() # Regardless of any user actions, close the dialog box super().accept() if __name__ == "__main__": # Application development test code: app = QApplication([]) app.setOrganizationName("Rapid Photo Downloader") app.setOrganizationDomain("damonlynch.net") app.setApplicationName("Rapid Photo Downloader") prefs = Preferences() # prefDialog = PrefDialog(DICT_IMAGE_RENAME_L0, PHOTO_RENAME_MENU_DEFAULTS_CONV[1], # NameGenerationType.photo_name, prefs) # prefDialog = PrefDialog(DICT_VIDEO_RENAME_L0, VIDEO_RENAME_MENU_DEFAULTS_CONV[1], # NameGenerationType.video_name, prefs) prefDialog = PrefDialog( DICT_SUBFOLDER_L0, PHOTO_SUBFOLDER_MENU_DEFAULTS_CONV[2], NameGenerationType.photo_subfolder, prefs, max_entries=10, ) # prefDialog = PrefDialog( # DICT_VIDEO_SUBFOLDER_L0, VIDEO_SUBFOLDER_MENU_DEFAULTS_CONV[2], # NameGenerationType.video_subfolder, prefs, max_entries=10 # ) prefDialog.show() app.exec_() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/ui/panelview.py0000644000175000017500000001044700000000000021572 0ustar00damondamon# Copyright (C) 2016-2022 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-2022, Damon Lynch" from typing import Optional from PyQt5.QtCore import Qt, QSize from PyQt5.QtGui import QColor, QFontMetrics, QFont, QPalette from PyQt5.QtWidgets import QHBoxLayout, QLabel, QSizePolicy, QVBoxLayout, QWidget from raphodo.constants import ( minPanelWidth, HeaderBackgroundName, DarkModeHeaderBackgroundName, ) from raphodo.ui.viewutils import is_dark_mode 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=parent) self.header = QWidget(self) if headerColor is None: if is_dark_mode(): headerColor = QColor(DarkModeHeaderBackgroundName) else: headerColor = QColor(HeaderBackgroundName) palette = self.header.palette() palette.setColor(QPalette.Window, headerColor) self.header.setAutoFillBackground(True) self.header.setPalette(palette) self.header.setSizePolicy(QSizePolicy.MinimumExpanding, QSizePolicy.Fixed) self.headerLayout = QHBoxLayout() self.headerLayout.setContentsMargins(5, 2, 5, 2) self.label = QLabel(label.upper()) if headerFontColor is None: headerFontColor = QColor(Qt.white) palette = self.label.palette() palette.setColor(QPalette.WindowText, headerFontColor) self.label.setPalette(palette) self.header.setLayout(self.headerLayout) self.headerLayout.addWidget(self.label) self.headerLayout.addStretch() self.headerWidget = None self.content = None layout = QVBoxLayout() layout.setContentsMargins(0, 0, 0, 0) layout.setSpacing(0) self.setLayout(layout) layout.addWidget(self.header) def addWidget(self, widget: QWidget) -> None: """ Add a widget to the Panel View. Any previous widget will be removed. :param widget: widget to add """ if self.content is not None: self.layout().removeWidget(self.content) self.content = widget self.layout().addWidget(self.content) def addHeaderWidget(self, widget: QWidget) -> None: """ Add a widget to the header bar, on the right side. Any previous widget will be removed. :param widget: widget to add """ if self.headerWidget is not None: self.headerLayout.removeWidget(self.headerWidget) self.headerWidget = widget self.headerLayout.addWidget(widget) def text(self) -> str: """Return the text of the label.""" return self.label.text() def setText(self, text: str) -> None: """Set the text of the label.""" self.label.setText(text) def minimumSize(self) -> QSize: if self.content is None: font_height = QFontMetrics(QFont).height() width = minPanelWidth() height = font_height * 2 else: width = self.content.minimumWidth() height = self.content.minimumHeight() return QSize(width, self.header.height() + height) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/ui/password.py0000644000175000017500000000326400000000000021441 0ustar00damondamon # Copyright (C) 2020 Martin Fitzpatrick # Source: # https://github.com/pythonguis/python-qtwidgets/blob/master/qtwidgets/passwordedit/password.py # License: MIT/BSDv2 # Edited Damon Lynch 2021 to change resource import import sys from PyQt5 import QtCore, QtGui, QtWidgets from PyQt5.QtCore import Qt from PyQt5.QtCore import pyqtSignal as Signal import raphodo.qrc_resources as qrc_resources class PasswordEdit(QtWidgets.QLineEdit): """ Password LineEdit with icons to show/hide password entries. Based on this example https://kushaldas.in/posts/creating-password-input-widget-in-pyqt.html by Kushal Das. """ def __init__(self, show_visibility=True, *args, **kwargs): super().__init__(*args, **kwargs) self.visibleIcon = QtGui.QIcon(":/icons/eye.svg") self.hiddenIcon = QtGui.QIcon(":/icons/hidden.svg") self.setEchoMode(QtWidgets.QLineEdit.Password) if show_visibility: # Add the password hide/shown toggle at the end of the edit box. self.togglepasswordAction = self.addAction( self.visibleIcon, QtWidgets.QLineEdit.TrailingPosition ) self.togglepasswordAction.triggered.connect(self.on_toggle_password_Action) self.password_shown = False def on_toggle_password_Action(self): if not self.password_shown: self.setEchoMode(QtWidgets.QLineEdit.Normal) self.password_shown = True self.togglepasswordAction.setIcon(self.hiddenIcon) else: self.setEchoMode(QtWidgets.QLineEdit.Password) self.password_shown = False self.togglepasswordAction.setIcon(self.visibleIcon) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/ui/primarybutton.py0000644000175000017500000001570700000000000022523 0ustar00damondamon# Copyright (C) 2016-2022 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-2022, Damon Lynch" import math from typing import Tuple from PyQt5.QtCore import QSize, Qt from PyQt5.QtGui import ( QFont, QIcon, QFontMetrics, QGuiApplication, QPainter, QPaintEvent, ) from PyQt5.QtWidgets import QPushButton, QSizePolicy, QApplication from raphodo.ui.rotatedpushbutton import FlatButton from raphodo.ui.viewutils import is_dark_mode, darkModeIcon class TopPushButton(QPushButton, FlatButton): def __init__(self, text, parent, extra_top: int = 0) -> None: """ :param text: text to display in the button :param extra_top: extra spacing at the top of the widget :param parent: parent widget """ super().__init__(text, parent) self.rapidApp = parent self.setCheckable(True) self.setSizePolicy(QSizePolicy.Maximum, QSizePolicy.Maximum) font = self.font() # type: QFont top_row_font_size = font.pointSize() + 8 self.top_row_icon_size = top_row_font_size + 10 font.setPointSize(top_row_font_size) self.setFont(font) font_height = QFontMetrics(font).height() self.padding_side = math.ceil(font_height / 3.5) padding_bottom = math.ceil(font_height / 5.6) padding_top = padding_bottom + extra_top self.non_elided_text = "" padding = ( "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=self.padding_side, padding_bottom=padding_bottom, ) ) self.setFlatStyle(self, darker_if_checked=False, padding=padding) def text(self) -> str: return self.non_elided_text def setText(self, text: str) -> None: self.non_elided_text = text self.update() def setIcon(self, icon: QIcon) -> None: size = QSize(self.top_row_icon_size, self.top_row_icon_size) icon = darkModeIcon(icon=icon, size=size) super().setIcon(icon) self.setIconSize(size) def paintEvent(self, event: QPaintEvent): """ Override default rendering to elide button text if it is bigger than half the window size """ painter = QPainter(self) metrics = painter.fontMetrics() right_element_widths = ( self.rapidApp.downloadButton.width() + self.rapidApp.menuButton.width() ) window_width = self.rapidApp.width() window_half = window_width / 2 if right_element_widths > window_half: maximum_width = window_width - right_element_widths else: maximum_width = window_half maximum_width -= self.padding_side - self.top_row_icon_size # account for situations where we might have negative values, i.e., display some # text at least maximum_width = max(30, maximum_width) usable_width = round(0.9 * maximum_width) elided_text = metrics.elidedText( self.non_elided_text, Qt.ElideMiddle, usable_width ) super().setText(elided_text) super().paintEvent(event) def DownloadButtonHeight() -> Tuple[int, int]: font_height = ( QFontMetrics(QApplication.font()) .tightBoundingRect(_("Download 8 Photos and 10 Videos")) .height() ) padding = math.ceil(font_height * 1.7) height = font_height // 2 * 6 return height, padding class DownloadButton(QPushButton): """ Button used to initiate downloads """ def __init__(self, text: str, parent) -> None: super().__init__(text, parent) self.rapidApp = parent self.setSizePolicy(QSizePolicy.Maximum, QSizePolicy.Maximum) height, padding = DownloadButtonHeight() radius = height // 2 palette = QGuiApplication.palette() primaryColor = palette.highlight().color() borderColor = primaryColor.darker(105) hoverColor = palette.highlight().color().darker(106) hoverBorderColor = hoverColor.darker(105) primaryTextColor = palette.highlightedText().color() if is_dark_mode(): disabledColor = palette.window().color().lighter(130) disabledBorderColor = disabledColor.lighter(115) disabledTextColor = palette.highlightedText().color() else: disabledColor = palette.window().color().darker(120) disabledBorderColor = disabledColor.darker(105) disabledTextColor = palette.highlightedText().color() # outline:none is used to remove the rectangle that appears on a # button when the button has focus # http://stackoverflow.com/questions/17280056/qt-css-decoration-on-focus self.setStyleSheet( """ 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(), ) ) def setText(self, text: str) -> None: super().setText(text) self.rapidApp.sourceButton.updateGeometry() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/ui/rememberthisdialog.py0000644000175000017500000001056400000000000023446 0ustar00damondamon# Copyright (C) 2016-2022 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-2022, Damon Lynch" from typing import Optional, Union from PyQt5.QtCore import pyqtSlot, Qt from PyQt5.QtGui import QPixmap, QIcon from PyQt5.QtWidgets import QDialog, QDialogButtonBox, QCheckBox, QLabel, QGridLayout from raphodo.constants import RememberThisMessage, RememberThisButtons from raphodo.ui.viewutils import standardIconSize, translateDialogBoxButtons class RememberThisDialog(QDialog): """ A small dialog window that prompts the user if they want to do something or not. Includes a prompt whether to remember the choice. See also standardMessageBox in viewutils.py """ def __init__( self, message: str, icon: Union[QPixmap, str], remember: RememberThisMessage, parent, buttons: RememberThisButtons = RememberThisButtons.yes_no, title: Optional[str] = None, message_contains_link: Optional[bool] = False ) -> None: super().__init__(parent) self.remember = False messageLabel = QLabel(message) messageLabel.setWordWrap(True) if message_contains_link: messageLabel.setOpenExternalLinks(True) messageLabel.setTextFormat(Qt.RichText) iconLabel = QLabel() if isinstance(icon, str): iconLabel.setPixmap(QIcon(icon).pixmap(standardIconSize())) else: iconLabel.setPixmap(icon) if remember == RememberThisMessage.remember_choice: question = _("&Remember this choice") elif remember == RememberThisMessage.do_not_ask_again: question = _("&Don't ask me about this again") elif remember == RememberThisMessage.do_not_warn_again: question = _("&Don't warn me about this again") else: assert ( remember == RememberThisMessage.do_not_warn_again_about_missing_libraries ) question = _( "&Don't warn me again about missing or broken program libraries" ) self.rememberCheckBox = QCheckBox(question) self.rememberCheckBox.setChecked(False) buttonBox = QDialogButtonBox() if buttons == RememberThisButtons.yes_no: yesButton = buttonBox.addButton(QDialogButtonBox.Yes) noButton = buttonBox.addButton(QDialogButtonBox.No) else: okayButton = buttonBox.addButton(QDialogButtonBox.Ok) translateDialogBoxButtons(buttonBox) grid = QGridLayout() grid.setSpacing(11) grid.setContentsMargins(11, 11, 11, 11) grid.addWidget(iconLabel, 0, 0, 2, 1) grid.addWidget(messageLabel, 0, 1, 1, 1) grid.addWidget(self.rememberCheckBox, 1, 1, 1, 1) grid.addWidget(buttonBox, 2, 0, 1, 2) self.setLayout(grid) if title is None or not title: self.setWindowTitle(_("Rapid Photo Downloader")) else: self.setWindowTitle(title) if buttons == RememberThisButtons.yes_no: yesButton.clicked.connect(self.doAction) noButton.clicked.connect(self.doNotDoAction) noButton.setFocus() else: okayButton.clicked.connect(self.doAction) @pyqtSlot() def doAction(self) -> None: self.remember = self.rememberCheckBox.isChecked() super().accept() @pyqtSlot() def doNotDoAction(self) -> None: self.remember = self.rememberCheckBox.isChecked() super().reject() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/ui/renamepanel.py0000644000175000017500000005232600000000000022071 0ustar00damondamon# Copyright (C) 2016-2022 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-2022, Damon Lynch" from typing import Union import logging from PyQt5.QtCore import Qt, pyqtSlot, QTime from PyQt5.QtWidgets import ( QWidget, QSizePolicy, QComboBox, QFormLayout, QVBoxLayout, QLabel, QSpinBox, QTimeEdit, QCheckBox, QGroupBox, QSplitter, ) from PyQt5.QtGui import QPalette from raphodo.constants import PresetPrefType, NameGenerationType, PresetClass, FileType from raphodo.utilities import platform_c_maxint from raphodo.rpdfile import Photo, Video from raphodo.ui.nameeditor import PrefDialog, make_sample_rpd_file, PresetComboBox import raphodo.metadata.exiftool as exiftool import raphodo.generatename as gn from raphodo.generatenameconfig import * from raphodo.ui.viewutils import FlexiFrame, ScrollAreaNoFrame from raphodo.ui.panelview import QPanelView from raphodo.prefs.preferences import Preferences, DownloadsTodayTracker class RenameWidget(FlexiFrame): """ Display combo boxes for file renaming and file extension case handling, and an example file name """ def __init__( self, preset_type: PresetPrefType, prefs: Preferences, exiftool_process: exiftool.ExifTool, parent, ) -> None: super().__init__(parent=parent) self.setBackgroundRole(QPalette.Base) self.setAutoFillBackground(True) self.exiftool_process = exiftool_process self.prefs = prefs self.preset_type = preset_type if preset_type == PresetPrefType.preset_photo_rename: self.file_type = FileType.photo self.pref_defn = DICT_IMAGE_RENAME_L0 self.generation_type = NameGenerationType.photo_name self.index_lookup = self.prefs.photo_rename_index self.pref_conv = PHOTO_RENAME_MENU_DEFAULTS_CONV self.generation_type = NameGenerationType.photo_name else: self.file_type = FileType.video self.pref_defn = DICT_VIDEO_RENAME_L0 self.generation_type = NameGenerationType.video_name self.index_lookup = self.prefs.video_rename_index self.pref_conv = VIDEO_RENAME_MENU_DEFAULTS_CONV self.generation_type = NameGenerationType.video_name self.sample_rpd_file = make_sample_rpd_file( sample_job_code=self.prefs.most_recent_job_code(missing=_("Job Code")), prefs=self.prefs, generation_type=self.generation_type, ) layout = QFormLayout() self.layout().addLayout(layout) self.getCustomPresets() self.renameCombo = PresetComboBox( prefs=self.prefs, preset_names=self.preset_names, preset_type=preset_type, parent=self, edit_mode=False, ) self.setRenameComboIndex() self.renameCombo.activated.connect(self.renameComboItemActivated) # File extensions self.extensionCombo = QComboBox() self.extensionCombo.addItem(_(ORIGINAL_CASE), ORIGINAL_CASE) self.extensionCombo.addItem(_(UPPERCASE), UPPERCASE) self.extensionCombo.addItem(_(LOWERCASE), LOWERCASE) if preset_type == PresetPrefType.preset_photo_rename: pref_value = self.prefs.photo_extension else: pref_value = self.prefs.video_extension try: index = [ORIGINAL_CASE, UPPERCASE, LOWERCASE].index(pref_value) except ValueError: if preset_type == PresetPrefType.preset_photo_rename: t = "Photo" else: t = "Video" logging.error( "%s extension case value is invalid. Resetting to lower case.", t ) index = 2 self.extensionCombo.setCurrentIndex(index) self.extensionCombo.currentIndexChanged.connect(self.extensionChanged) self.example = QLabel() self.updateExampleFilename() layout.addRow(_("Preset:"), self.renameCombo) layout.addRow(_("Extension:"), self.extensionCombo) layout.addRow(_("Example:"), self.example) self.setSizePolicy(QSizePolicy.Minimum, QSizePolicy.Fixed) def setRenameComboIndex(self) -> None: """ Set the value being displayed in the combobox to reflect the current renaming preference. Takes into account built-in renaming presets and custom presets. """ index = self.index_lookup(self.preset_pref_lists) if index == -1: # Set to the "Custom..." value cb_index = self.renameCombo.count() - 1 else: # Set to 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(FlexiFrame): """ Display and allow editing of preference values for Downloads today and Stored Sequence Number and associated options, as well as the strip incompatible characters option. """ def __init__( self, prefs: Preferences, photoRenameWidget: RenameWidget, videoRenameWidget: RenameWidget, parent, ) -> None: super().__init__(parent=parent) self.prefs = prefs self.photoRenameWidget = photoRenameWidget self.videoRenameWidget = videoRenameWidget self.setBackgroundRole(QPalette.Base) self.setAutoFillBackground(True) compatibilityLayout = QVBoxLayout() layout = self.layout() # QSpinBox cannot display values greater than this value self.c_maxint = platform_c_maxint() tip = _("A counter for how many downloads occur on each day") self.downloadsTodayLabel = QLabel(_("Downloads today:")) self.downloadsToday = QSpinBox() self.downloadsToday.setMinimum(0) # QSpinBox defaults to a maximum of 99 self.downloadsToday.setMaximum(self.c_maxint) self.downloadsToday.setToolTip(tip) # This instance of the downloads today tracker is secondary to the # instance in the rename files process. That process automatically # updates the value and then once a download is complete, the # downloads today value here is overwritten. self.downloads_today_tracker = DownloadsTodayTracker( day_start=self.prefs.day_start, downloads_today=self.prefs.downloads_today ) downloads_today = self.downloads_today_tracker.get_or_reset_downloads_today() if self.prefs.downloads_today != self.downloads_today_tracker.downloads_today: self.prefs.downloads_today = self.downloads_today_tracker.downloads_today self.downloadsToday.setValue(downloads_today) self.downloadsToday.valueChanged.connect(self.downloadsTodayChanged) tip = _("A counter that is remembered each time the program is run ") self.storedNumberLabel = QLabel(_("Stored number:")) self.storedNumberLabel.setToolTip(tip) self.storedNumber = QSpinBox() self.storedNumberLabel.setBuddy(self.storedNumber) self.storedNumber.setMinimum(0) self.storedNumber.setMaximum(self.c_maxint) self.storedNumber.setToolTip(tip) self.storedNumber.setValue(self.stored_sequence_no) self.storedNumber.valueChanged.connect(self.storedNumberChanged) tip = _( "The time at which the Downloads today sequence number should be reset" ) self.dayStartLabel = QLabel(_("Day start:")) self.dayStartLabel.setToolTip(tip) self.dayStart = QTimeEdit() self.dayStart.setToolTip(tip) self.dayStart.setTime(self.prefs.get_day_start_qtime()) self.dayStart.timeChanged.connect(self.timeChanged) # 24 hour format, if wanted in a future release: # self.dayStart.setDisplayFormat('HH:mm:ss') self.sync = QCheckBox(_("Synchronize RAW + JPEG")) self.sync.setChecked(self.prefs.synchronize_raw_jpg) self.sync.stateChanged.connect(self.syncChanged) tip = _( "Synchronize sequence numbers for matching RAW and JPEG pairs.\n\n" "See the online documentation for more details." ) self.sync.setToolTip(tip) self.sequences = QGroupBox(_("Sequence Numbers")) sequencesLayout = QFormLayout() sequencesLayout.addRow(self.storedNumberLabel, self.storedNumber) sequencesLayout.addRow(self.downloadsTodayLabel, self.downloadsToday) sequencesLayout.addRow(self.dayStartLabel, self.dayStart) sequencesLayout.addRow(self.sync) self.sequences.setLayout(sequencesLayout) self.stripCharacters = QCheckBox(_("Strip incompatible characters")) self.stripCharacters.setChecked(self.prefs.strip_characters) self.stripCharacters.stateChanged.connect(self.stripCharactersChanged) self.stripCharacters.setToolTip( _( "Whether photo, video and folder names should have any characters " "removed that are not allowed by other operating systems" ) ) self.compatibility = QGroupBox(_("Compatibility")) self.compatibility.setLayout(compatibilityLayout) compatibilityLayout.addWidget(self.stripCharacters) layout.addWidget(self.sequences) layout.addWidget(self.compatibility) layout.addStretch() layout.setSpacing(18) self.setSizePolicy(QSizePolicy.Minimum, QSizePolicy.Expanding) @property def stored_sequence_no(self) -> int: try: stored_value = int(self.prefs.stored_sequence_no) + 1 assert 0 <= stored_value <= self.c_maxint except (ValueError, AssertionError): stored_value = 0 logging.error("Resetting invalid stored sequence number to 0") self.prefs.stored_sequence_no = -1 return stored_value @stored_sequence_no.setter def stored_sequence_no(self, value: int) -> None: logging.info("Setting stored sequence no to %d", value) self.prefs.stored_sequence_no = value - 1 @pyqtSlot(QTime) def timeChanged(self, time: QTime) -> None: hour = time.hour() minute = time.minute() self.prefs.day_start = "{}:{}".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(ScrollAreaNoFrame): """ Renaming preferences widget, for photos, videos, and general renaming options. """ def __init__(self, parent) -> None: super().__init__(name="renamePanel", parent=parent) assert parent is not None self.rapidApp = parent self.prefs = self.rapidApp.prefs self.setObjectName("renamePanelScrollArea") self.photoRenamePanel = QPanelView( label=_("Photo Renaming"), ) self.photoRenamePanel.setObjectName("photoRenamePanelView") self.videoRenamePanel = QPanelView( label=_("Video Renaming"), ) self.videoRenamePanel.setObjectName("videoRenamePanelView") self.renameOptionsPanel = QPanelView( label=_("Renaming Options"), ) self.renameOptionsPanel.setObjectName("renameOptionsPanelView") self.photoRenameWidget = RenameWidget( preset_type=PresetPrefType.preset_photo_rename, prefs=self.prefs, parent=self, exiftool_process=self.rapidApp.exiftool_process, ) self.photoRenameWidget.setObjectName("photoRenameWidget") self.videoRenameWidget = RenameWidget( preset_type=PresetPrefType.preset_video_rename, prefs=self.prefs, parent=self, exiftool_process=self.rapidApp.exiftool_process, ) self.videoRenameWidget.setObjectName("videoRenameWidget") self.renameOptions = RenameOptionsWidget( prefs=self.prefs, parent=self, photoRenameWidget=self.photoRenameWidget, videoRenameWidget=self.videoRenameWidget, ) self.renameOptions.setObjectName("renameOptionsWidget") self.photoRenamePanel.addWidget(self.photoRenameWidget) self.videoRenamePanel.addWidget(self.videoRenameWidget) self.renameOptionsPanel.addWidget(self.renameOptions) for widget in ( self.photoRenameWidget, self.videoRenameWidget, self.renameOptions, ): self.verticalScrollBarVisible.connect(widget.containerVerticalScrollBar) self.horizontalScrollBarVisible.connect( self.renameOptions.containerHorizontalScrollBar ) widget = QWidget() layout = QVBoxLayout() layout.setContentsMargins(0, 0, 0, 0) layout.setSpacing(QSplitter().handleWidth()) widget.setLayout(layout) layout.addWidget(self.photoRenamePanel) layout.addWidget(self.videoRenamePanel) layout.addWidget(self.renameOptionsPanel) self.setWidget(widget) self.setWidgetResizable(True) self.setSizePolicy(QSizePolicy.Preferred, QSizePolicy.Expanding) def updateSequences( self, downloads_today: List[str], stored_sequence_no: int ) -> None: """ Update the value displayed in the display to reflect any values changed after the completion of a download. :param downloads_today: new downloads today value :param stored_sequence_no: new stored sequence number value """ self.renameOptions.downloadsToday.setValue(int(downloads_today[1])) self.renameOptions.downloads_today_tracker.downloads_today = downloads_today self.renameOptions.storedNumber.setValue(stored_sequence_no + 1) def setSamplePhoto(self, sample_photo: Photo) -> None: self.photoRenameWidget.updateSampleFile(sample_rpd_file=sample_photo) def setSampleVideo(self, sample_video: Video) -> None: self.videoRenameWidget.updateSampleFile(sample_rpd_file=sample_video) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/ui/rotatedpushbutton.py0000644000175000017500000001541100000000000023372 0ustar00damondamon# Copyright (C) 2015-2022 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-2022, Damon Lynch" from enum import IntEnum from PyQt5.QtGui import QColor, QPalette from PyQt5.QtWidgets import ( QPushButton, QStylePainter, QStyle, QStyleOptionButton, QSizePolicy, ) from raphodo.ui.viewutils import is_dark_mode, menuHoverColor 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.Window) default_color = color.name(QColor.HexRgb) if darker_if_checked: if is_dark_mode(): checked_color = QPalette().color(QPalette.Light).name(QColor.HexRgb) else: checked_color = color.darker(125).name(QColor.HexRgb) else: checked_color = default_color hover_color = menuHoverColor().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) self.setSizePolicy(QSizePolicy.Fixed, QSizePolicy.MinimumExpanding) def paintEvent(self, event): painter = QStylePainter(self) painter.rotate(self.buttonRotation) if self.buttonRotation == VerticalRotation.left_side: painter.translate(-1 * self.height(), 0) elif self.buttonRotation == VerticalRotation.right_side: painter.translate(0, -1 * self.width()) painter.drawControl(QStyle.CE_PushButton, self.getSyleOptions()) def setRotation(self, rotation: float): self.buttonRotation = rotation def sizeHint(self): size = super().sizeHint() size.transpose() return size def getSyleOptions(self) -> QStyleOptionButton: options = QStyleOptionButton() options.initFrom(self) size = options.rect.size() size.transpose() options.rect.setSize(size) try: options.features = QStyleOptionButton.None_ except AttributeError: # Allow for bug in PyQt 5.4 options.features = getattr(QStyleOptionButton, "None") if self.isFlat(): options.features |= QStyleOptionButton.Flat if self.menu(): options.features |= QStyleOptionButton.HasMenu if self.autoDefault() or self.isDefault(): options.features |= QStyleOptionButton.AutoDefaultButton if self.isDefault(): options.features |= QStyleOptionButton.DefaultButton if self.isDown() or (self.menu() and self.menu().isVisible()): options.state |= QStyle.State_Sunken if self.isChecked(): options.state |= QStyle.State_On if not self.isFlat() and not self.isDown(): options.state |= QStyle.State_Raised options.text = self.text() options.icon = self.icon() options.iconSize = self.iconSize() return options def setHighlighted(self, highlighted: bool) -> None: if highlighted: self.setHighlightedFlatStyle(self) else: self.setFlatStyle(self) self.update() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/ui/sourcepanel.py0000644000175000017500000003427700000000000022127 0ustar00damondamon# Copyright (C) 2017-2022 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ Display photo and video sources -- Devices and This Computer, as well as the Timeline """ __author__ = "Damon Lynch" __copyright__ = "Copyright 2017-2022, Damon Lynch" import logging from PyQt5.QtCore import Qt, QSettings, pyqtSlot, QPoint from PyQt5.QtWidgets import QWidget, QVBoxLayout, QSizePolicy, QApplication, QStyle from raphodo.ui.viewutils import ScrollAreaNoFrame, SourceSplitter from raphodo.proximity import TemporalProximityControls from raphodo.constants import TemporalProximityState class SourcePanel(ScrollAreaNoFrame): """ Display Devices and This Computer sources, as well as the timeline """ def __init__(self, rapidApp) -> None: super().__init__(name="sourcePanel", parent=rapidApp) assert rapidApp is not None self.rapidApp = rapidApp self.prefs = self.rapidApp.prefs self.settings = QSettings() self.settings.beginGroup("MainWindow") self.setObjectName("sourcePanelScrollArea") self.sourcePanelWidget = QWidget(parent=self) self.sourcePanelWidget.setObjectName("sourcePanelWidget") self.splitter = SourceSplitter(parent=self.sourcePanelWidget) self.splitter.setObjectName("sourcePanelSplitter") self.splitter.setOrientation(Qt.Vertical) self.setWidget(self.sourcePanelWidget) self.setWidgetResizable(True) layout = QVBoxLayout() layout.setContentsMargins(0, 0, 0, 0) layout.setSpacing(self.splitter.handleWidth()) self.sourcePanelWidget.setLayout(layout) self.thisComputerBottomFrameConnection = None self.thisComputerAltBottomFrameConnection = None self.frame_width = QApplication.style().pixelMetric(QStyle.PM_DefaultFrameWidth) def sourcesIsChecked(self) -> bool: """ Determine if download sources are to be visible. :return: True if only widget to be displayed is the Timeline, else False """ return self.rapidApp.sourceButton.isChecked() or ( self.rapidApp.on_startup and self.rapidApp.sourceButtonSetting() ) def temporalProximityIsChecked(self) -> bool: """ Determine if the Timeline is or is going to be visible. Works during startup. :return: True if the Timeline is or will be visible, else False """ return self.rapidApp.proximityButton.isChecked() or ( self.rapidApp.on_startup and self.rapidApp.proximityButtonSetting() ) def needSplitter(self) -> bool: """ A splitter is used if the Timeline should be showed, and This Computer is toggled on and is to be shown. :return: True if splitter should be used, else False """ return ( self.temporalProximityIsChecked() and self.thisComputerToggleView.on() and self.sourcesIsChecked() ) def addSourceViews(self) -> None: """ Add source widgets and timeline """ self.deviceToggleView = self.rapidApp.deviceToggleView self.deviceView = self.rapidApp.deviceView self.thisComputerToggleView = self.rapidApp.thisComputerToggleView self.thisComputer = self.rapidApp.thisComputer self.temporalProximity = self.rapidApp.temporalProximity self.deviceToggleView.setSizePolicy( QSizePolicy.MinimumExpanding, QSizePolicy.Fixed ) self.temporalProximity.setSizePolicy( QSizePolicy.Preferred, QSizePolicy.MinimumExpanding ) layout = self.sourcePanelWidget.layout() # type: QVBoxLayout layout.addWidget(self.deviceToggleView, 0) for widget in ( self.deviceView, self.thisComputer, self.thisComputerToggleView.alternateWidget, ): self.verticalScrollBarVisible.connect(widget.containerVerticalScrollBar) for widget in self.temporalProximity.flexiFrameWidgets(): self.verticalScrollBarVisible.connect(widget.containerVerticalScrollBar) self.horizontalScrollBarVisible.connect(widget.containerHorizontalScrollBar) def placeWidgets(self) -> None: """ Place This Computer and Timeline widgets in the correct container """ # Scenarios: # TL = Timeline (temporal proximity) # D = Device Toggle View # TC = This Computer Toggle View # TL only: TL in panel, D & TC hidden, splitter hidden # Sources showing only: D & TC in panel, TL hidden, splitter hidden # All showing: D in panel, and: # if TC on, TC and TL in splitter, splitter showing # if TC off, TC and TL in panel, splitter hidden layout = self.sourcePanelWidget.layout() # type: QVBoxLayout if not self.needSplitter(): if self.splitter.isVisible(): self.settings.setValue( "leftPanelSplitterSizes", self.splitter.saveState() ) self.settings.sync() layout.addWidget(self.thisComputerToggleView) layout.addWidget(self.temporalProximity) layout.addWidget(self.splitter) self.splitter.setVisible(False) else: layout.addWidget(self.splitter) self.splitter.addWidget(self.thisComputerToggleView) self.splitter.addWidget(self.temporalProximity) for index in range(self.splitter.count()): self.splitter.setCollapsible(index, False) self.handle = self.splitter.handle(1) self.handle.mousePress.connect(self.splitterHandleMousePress) self.handle.mouseReleased.connect(self.splitterHandleMouseRelease) self.splitter.setVisible(True) splitterSetting = self.settings.value("leftPanelSplitterSizes") if splitterSetting is not None: if not self.splitter.restoreState(splitterSetting): logging.debug( "Did not restore left splitter sizing because it is no " "longer valid" ) self.setThisComputerToggleViewSizePolicy() def setThisComputerToggleViewSizePolicy(self) -> None: if self.thisComputerToggleView.on(): if self.temporalProximityIsChecked(): self.thisComputerToggleView.setSizePolicy( QSizePolicy.Preferred, QSizePolicy.Preferred ) else: self.thisComputerToggleView.setSizePolicy( QSizePolicy.Preferred, QSizePolicy.MinimumExpanding ) else: if self.temporalProximityIsChecked(): self.thisComputerToggleView.setSizePolicy( QSizePolicy.Preferred, QSizePolicy.Fixed ) else: self.thisComputerToggleView.setSizePolicy( QSizePolicy.Preferred, QSizePolicy.MinimumExpanding ) def setSourcesVisible(self, visible: bool) -> None: self.deviceToggleView.setVisible(visible) self.thisComputerToggleView.setVisible(visible) self.splitter.setVisible(self.needSplitter()) if visible: # scroll up to make Devices and This Computer, if necessary if self.verticalScrollBar().isVisible(): auto_scroll = self.prefs.auto_scroll if auto_scroll: self.rapidApp.temporalProximityControls.setTimelineThumbnailAutoScroll( on=False ) self.verticalScrollBar().setValue(self.verticalScrollBar().minimum()) if auto_scroll: self.rapidApp.temporalProximityControls.setTimelineThumbnailAutoScroll( on=True ) def setThisComputerBottomFrame(self, temporalProximityVisible: bool) -> None: """ Connect or disconnect reaction of This Computer widget to the Scroll Area horizontal scroll bar becoming visible or not. Idea is to not react when the Timeline is visible, and react when it is hidden, which is when the This Computer widget is the bottommost widget. :param temporalProximityVisible: whether the timeline is visible """ if temporalProximityVisible: if self.thisComputerBottomFrameConnection: self.horizontalScrollBarVisible.disconnect( self.thisComputerBottomFrameConnection ) self.thisComputerBottomFrameConnection = None if self.thisComputerAltBottomFrameConnection: self.horizontalScrollBarVisible.disconnect( self.thisComputerAltBottomFrameConnection ) self.thisComputerAltBottomFrameConnection = None # Always show the bottom edge frame, regardless of what the scroll area # scrollbar is doing self.thisComputer.containerHorizontalScrollBar(False) self.thisComputerToggleView.alternateWidget.containerHorizontalScrollBar( False ) else: if self.thisComputerBottomFrameConnection is None: self.thisComputerBottomFrameConnection = ( self.horizontalScrollBarVisible.connect( self.thisComputer.containerHorizontalScrollBar ) ) if self.thisComputerAltBottomFrameConnection is None: self.thisComputerAltBottomFrameConnection = self.horizontalScrollBarVisible.connect( self.thisComputerToggleView.alternateWidget.containerHorizontalScrollBar ) self.thisComputer.containerHorizontalScrollBar( self.horizontalScrollBar().isVisible() ) self.thisComputerToggleView.alternateWidget.containerHorizontalScrollBar( self.horizontalScrollBar().isVisible() ) def setTemporalProximityVisible(self, visible: bool) -> None: self.placeWidgets() self.setThisComputerBottomFrame(visible) self.temporalProximity.setVisible(visible) self.setThisComputerAltWidgetVisible(visible) def setThisComputerAltWidgetVisible(self, temporalProximityVisible: bool) -> None: if not self.thisComputerToggleView.on(): self.thisComputerToggleView.alternateWidget.setVisible( not temporalProximityVisible ) def setThisComputerState(self) -> None: self.placeWidgets() self.setThisComputerAltWidgetVisible(self.temporalProximityIsChecked()) self.setThisComputerToggleViewSizePolicy() @pyqtSlot() def splitterHandleMousePress(self) -> None: y = self.handle.pos().y() if self.temporalProximity.state == TemporalProximityState.generated: self.temporalProximity.temporalProximityView.setMinimumHeight(20) else: stackedWidget = self.temporalProximity.stackedWidget if self.temporalProximity.state == TemporalProximityState.empty: self.temporalProximity.explanation.setChildPositions(fixed=True) height = max(self.splitter.height(), self.height()) self.splitter.setFixedHeight(height + stackedWidget.minimumSizeHint().height()) self.handle.moveSplitter(y) @pyqtSlot() def splitterHandleMouseRelease(self) -> None: y = self.handle.pos().y() if self.temporalProximity.state == TemporalProximityState.generated: self.temporalProximity.setProximityHeight() else: self.temporalProximity.explanation.setChildPositions(fixed=False) self.temporalProximity.stackedWidget.onCurrentChanged(self.temporalProximity.state) self.setSplitterSize() self.handle.moveSplitter(y) def setSplitterSize(self) -> None: if self.needSplitter(): bottom_frame = ( 0 if self.horizontalScrollBar().isVisible() else self.frame_width ) if self.temporalProximity.state == TemporalProximityState.generated: self.splitter.setFixedHeight( + self.splitter.sizes()[0] # handle position + self.splitter.handleWidth() + self.frame_width + self.temporalProximity.temporalProximityView.contentHeight() + bottom_frame ) else: stackedWidget = self.temporalProximity.stackedWidget devices_y = abs(self.deviceToggleView.mapTo(self, QPoint(0, 0)).y()) devices_height = self.splitter.mapTo(self, QPoint(0, 0)).y() + devices_y # handle position + handle width: y = self.splitter.sizes()[0] + self.splitter.handleWidth() min_height = stackedWidget.minimumSizeHint().height() if self.height() - devices_height > y + min_height: height = self.height() - y - devices_height else: height = min_height self.splitter.setFixedHeight(y + height) class LeftPanelContainer(QWidget): def __init__( self, sourcePanel: SourcePanel, temporalProximityControls: TemporalProximityControls, ) -> None: super().__init__() layout = QVBoxLayout() layout.setContentsMargins(0, 0, 0, 0) layout.setSpacing(0) layout.addWidget(sourcePanel) layout.addWidget(temporalProximityControls) self.setLayout(layout) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/ui/toggleswitch.py0000644000175000017500000001646600000000000022312 0ustar00damondamon# Copyright (C) 2016-2021 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . """ 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-2021, 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, QAbstractSlider 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, size: int = 2 ) -> None: """ Toggle switch that can be dragged or clicked to change value :param background: background color :param parent: parent widget :param size: size of widget as multiplier, where base widget height is half that of font height """ super().__init__(Qt.Horizontal, parent) self.base_height = QFontMetrics(QFont()).height() // 2 * size self.radius = self.base_height // 2 width = self.base_height * 2 self.widgetWidth = width self.handleWidth = width // 2 self.sliderRange = width self.sliderMidPoint = width // 2 self.setRange(0, self.sliderRange) self.setMaximumWidth(self.widgetWidth) self.setFixedHeight(self.base_height + 6) # Track if button was dragged in the control self.dragged = False self.setStyleSheet(self.stylesheet(background)) self.actionTriggered.connect(self.onActionTriggered) self.sliderReleased.connect(self.onSliderRelease) def stylesheet(self, background: 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: str handleDarkName = (QPalette().color(QPalette().Dark)).name() # type: str handleHoverLightName = ( (QPalette().color(QPalette().Light)).lighter(shading_intensity).name() ) handleHoverDarkName = ( (QPalette().color(QPalette().Dark)).darker(shading_intensity).name() ) insetDarkName = windowColor.darker(108).name() insetLightName = windowColor.darker(102).name() highlightColor = QPalette().color(QPalette().Highlight) # type: QColor highlightLightName = highlightColor.lighter(110).name() highlightDarkName = highlightColor.darker(130).name() return """ 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 == QAbstractSlider.SliderMove: self.dragged = True else: if action % 2: self.setValue(self.sliderRange) else: self.setValue(0) @pyqtSlot() def onSliderRelease(self) -> None: if self.dragged: if self.sliderPosition() >= self.sliderMidPoint: self.setValue(self.sliderRange) else: self.setValue(0) self.dragged = False else: # Account for user pressing the button itself if self.value() == self.sliderRange: self.setValue(0) else: self.setValue(self.sliderRange) def on(self) -> bool: return self.value() == self.sliderRange def setOn(self, on: bool = True) -> None: if on: self.setValue(self.sliderRange) else: self.setValue(0) if __name__ == "__main__": import sys app = QApplication(sys.argv) b = QToggleSwitch(size=10) b.show() sys.exit(app.exec_()) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/ui/toggleview.py0000644000175000017500000001035000000000000021745 0ustar00damondamon# Copyright (C) 2016-2022 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-2022, Damon Lynch" from typing import Optional from PyQt5.QtCore import pyqtSignal, pyqtSlot, QSize from PyQt5.QtGui import QColor from PyQt5.QtWidgets import QWidget, QLayout from raphodo.ui.toggleswitch import QToggleSwitch from raphodo.ui.panelview import QPanelView from raphodo.ui.viewutils import BlankWidget, is_dark_mode from raphodo.constants import HeaderBackgroundName, DarkModeHeaderBackgroundName class QToggleView(QPanelView): """ A header bar with toggle switch over a widget that is switched on/off. """ valueChanged = pyqtSignal(bool) def __init__( self, label: str, display_alternate: bool, object_name: str, toggleToolTip: Optional[str], headerColor: Optional[QColor] = None, headerFontColor: Optional[QColor] = None, on: bool = True, parent: QWidget = None, ) -> None: if headerColor is None: if is_dark_mode(): headerColor = QColor(DarkModeHeaderBackgroundName) else: headerColor = QColor(HeaderBackgroundName) super().__init__( label=label, headerColor=headerColor, headerFontColor=headerFontColor, parent=parent, ) # Override base class definition: self.headerLayout.setContentsMargins(5, 0, 5, 0) self.setObjectName(object_name) if display_alternate: self.alternateWidget = BlankWidget() layout = self.layout() # type: QLayout layout.addWidget(self.alternateWidget) else: self.alternateWidget = None self.toggleSwitch = QToggleSwitch(background=headerColor, parent=self) self.toggleSwitch.valueChanged.connect(self.toggled) if toggleToolTip: self.toggleSwitch.setToolTip(toggleToolTip) self.addHeaderWidget(self.toggleSwitch) self.toggleSwitch.setOn(on) def addWidget(self, widget: QWidget) -> None: super().addWidget(widget) self.toggled(0) def on(self) -> bool: """Return if widget is expanded.""" return self.toggleSwitch.on() def setOn(self, isOn: bool) -> None: """Expand the widget or not.""" self.toggleSwitch.setOn(isOn) @pyqtSlot(int) def toggled(self, value: int) -> None: if self.content is not None: self.content.setVisible(self.on()) if self.alternateWidget is not None: self.alternateWidget.setVisible(not self.on()) self.valueChanged.emit(self.on()) def minimumSize(self) -> QSize: size = super().minimumSize() width = size.width() height = self.minimumHeight() return QSize(width, height) def minimumHeight(self) -> int: if not self.toggleSwitch.on(): return self.header.height() else: # critically important to call updateGeometry(), as minimum height is # recalculated *after* sizeHint has been called by the Qt layout manager self.updateGeometry() return super().minimumSize().height() def sizeHint(self) -> QSize: return self.minimumSize() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/ui/viewutils.py0000644000175000017500000010444600000000000021636 0ustar00damondamon# Copyright (C) 2015-2022 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-2022, Damon Lynch" import functools import logging from typing import List, Dict, Tuple, Optional, Union from collections import namedtuple from pkg_resources import parse_version import sys from PyQt5.QtWidgets import ( QStyle, QStylePainter, QWidget, QListWidget, QProxyStyle, QStyleOption, QDialogButtonBox, QMessageBox, QItemDelegate, QStyleOptionButton, QApplication, QStyleOptionViewItem, QScrollArea, QFrame, QListView, QVBoxLayout, QScrollBar, QSplitter, QSplitterHandle, QStyleOptionSlider, QLabel, ) from PyQt5.QtGui import ( QFontMetrics, QFont, QPainter, QPixmap, QIcon, QGuiApplication, QPalette, QColor, QPaintEvent, QPen, QMouseEvent, QResizeEvent, QShowEvent, ) from PyQt5.QtCore import ( QSize, Qt, QT_VERSION_STR, QPoint, QEvent, QModelIndex, QRect, QAbstractItemModel, pyqtSlot, pyqtSignal, QBuffer, QIODevice, ) QT5_VERSION = parse_version(QT_VERSION_STR) from raphodo.constants import ScalingDetected, HeaderBackgroundName 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) -> None: """ Inserts row into the model at the given position, assigning the id_id_value. :param position: the position of the first row to insert :param id_value: the id to be associated with the new row """ ids = [id_value for row, id_value in self.row_to_id.items() if row < position] ids_to_move = [ id_value for row, id_value in self.row_to_id.items() if row >= position ] ids.append(id_value) ids.extend(ids_to_move) self.row_to_id = dict(enumerate(ids)) self.id_to_row = dict(((y, x) for x, y in list(enumerate(ids)))) def remove_rows(self, position: int, rows=1) -> List[int]: """ :param position: the position of the first row to remove :param rows: how many rows to remove :return: the ids of those rows which were removed """ final_pos = position + rows - 1 ids_to_keep = [ id_value for row, id_value in self.row_to_id.items() if row < position or row > final_pos ] ids_to_remove = [ idValue for row, idValue in self.row_to_id.items() if row >= position and row <= final_pos ] self.row_to_id = dict(enumerate(ids_to_keep)) self.id_to_row = dict(((y, x) for x, y in list(enumerate(ids_to_keep)))) return ids_to_remove ThumbnailDataForProximity = namedtuple( "ThumbnailDataForProximity", "uid, ctime, file_type, previously_downloaded" ) def paletteMidPen() -> QPen: if sys.platform == "win32": return QPen(QApplication.palette().mid().color().lighter(120)) else: return QPen(QApplication.palette().mid().color()) class MainWindowSplitter(QSplitter): heightChanged = pyqtSignal(int) def __init__(self, parent: Optional[QWidget] = None) -> None: super().__init__(parent=parent) self.previous_height = 0 self.setObjectName("mainWindowHorizontalSplitter") self.setOrientation(Qt.Horizontal) def resizeEvent(self, event: QResizeEvent) -> None: super().resizeEvent(event) height = self.height() if height != self.previous_height: self.heightChanged.emit(height) self.previous_height = height class SourceSplitterHandle(QSplitterHandle): """ Splitter handle for Download Source Splitter """ mousePress = pyqtSignal() mouseReleased = pyqtSignal() def mousePressEvent(self, event: QMouseEvent) -> None: super().mousePressEvent(event) self.mousePress.emit() def mouseReleaseEvent(self, event: QMouseEvent) -> None: super().mouseReleaseEvent(event) self.mouseReleased.emit() class SourceSplitter(QSplitter): """ Download Source Splitter Emits a signal when handle mouse pressed, and another when released """ def createHandle(self) -> QSplitterHandle: return SourceSplitterHandle(Qt.Vertical, self) class ScrollBarEmitsVisible(QScrollBar): """ Emits a signal when it appears or disappears. Shares same code with FramedScrollBar, which is unavoidable due to rules around PyQt multiple inheritance. """ scrollBarVisible = pyqtSignal(bool) def __init__(self, orientation, parent: Optional[QWidget] = None) -> None: super().__init__(orientation=orientation, parent=parent) self.rangeChanged.connect(self.scrollBarChange) self.visible_state = None @pyqtSlot(int, int) def scrollBarChange(self, min: int, max: int) -> None: visible = max != 0 if visible != self.visible_state: self.visible_state = visible self.scrollBarVisible.emit(visible) class FramedScrollBar(QScrollBar): """ QScrollBar for use with Fusion widgets which expect to be framed e.g. QScrollArea, but are not, typically because their children already have a frame. """ scrollBarVisible = pyqtSignal(bool) def __init__(self, orientation, name: str, parent: Optional[QWidget] = None) -> None: super().__init__(orientation=orientation, parent=parent) self.frame_width = self.style().pixelMetric(QStyle.PM_DefaultFrameWidth) orientation = "Vertical" if orientation == Qt.Vertical else "Horizontal" self.setObjectName(f"{name}{orientation}ScrollBar") self.midPen = paletteMidPen() self.rangeChanged.connect(self.scrollBarChange) self.visible_state = None @pyqtSlot(int, int) def scrollBarChange(self, min: int, max: int) -> None: visible = max != 0 if not visible and visible != self.visible_state: self.visible_state = visible self.scrollBarVisible.emit(visible) def showEvent(self, event: QShowEvent) -> None: super().showEvent(event) if not self.visible_state: self.visible_state = self.maximum() != 0 self.scrollBarVisible.emit(self.visible_state) def sizeHint(self) -> QSize: """ Increase the size of the scrollbar to account for the width of the frames """ size = super().sizeHint() if self.orientation() == Qt.Vertical: return QSize( size.width() + self.frame_width, size.height() + self.frame_width * 2 ) else: return QSize( size.width() + self.frame_width * 2, size.height() + self.frame_width ) def paintEvent(self, event: QPaintEvent) -> None: """ Render the scrollbars using Qt's draw control, and render the frame elements dependent on whether the partner horizontal / vertical scrollbar is also visible """ painter = QStylePainter(self) if self.orientation() == Qt.Vertical: painter.translate(0.0, self.frame_width) else: painter.translate(self.frame_width, 0.0) option = QStyleOptionSlider() option.initFrom(self) option.maximum = self.maximum() option.minimum = self.minimum() option.pageStep = self.pageStep() option.singleStep = self.singleStep() option.sliderPosition = self.sliderPosition() option.orientation = self.orientation() if self.orientation() == Qt.Horizontal: option.state |= QStyle.State_Horizontal rect = self.renderRect() option.rect = rect option.palette = self.palette() option.subControls = ( QStyle.SC_ScrollBarAddLine | QStyle.SC_ScrollBarSubLine | QStyle.SC_ScrollBarAddPage | QStyle.SC_ScrollBarSubPage | QStyle.SC_ScrollBarFirst | QStyle.SC_ScrollBarLast ) painter.fillRect( option.rect, QApplication.palette().window().color().darker(102) ) self.style().drawComplexControl(QStyle.CC_ScrollBar, option, painter) # Highlight the handle (slider) on mouse over, otherwise render it as normal option.subControls = QStyle.SC_ScrollBarSlider if option.state & QStyle.State_MouseOver == QStyle.State_MouseOver: palette = self.palette() if sys.platform == "win32": color = self.palette().base().color() else: color = self.palette().button().color().lighter(102) palette.setColor(QPalette.Button, color) option.palette = palette self.style().drawComplexControl(QStyle.CC_ScrollBar, option, painter) # Render the borders painter.resetTransform() painter.setPen(self.midPen) self.renderEdges(painter) def renderRect(self) -> QRect: rect = QRect(self.rect()) if self.orientation() == Qt.Vertical: rect.adjust(self.frame_width, self.frame_width * 2, 0, 0) else: rect.adjust(self.frame_width * 2, self.frame_width, 0, 0) return rect def renderEdges(self, painter: QStylePainter) -> None: rect = self.rect() if self.orientation() == Qt.Vertical: painter.drawLine(rect.topLeft(), rect.topRight()) painter.drawLine(rect.topRight(), rect.bottomRight()) painter.drawLine(rect.topLeft(), rect.bottomLeft()) if not self.parent().parent().horizontalScrollBar().isVisible(): painter.drawLine(rect.bottomLeft(), rect.bottomRight()) else: painter.drawLine(rect.topLeft(), rect.bottomLeft()) painter.drawLine(rect.bottomLeft(), rect.bottomRight()) painter.drawLine(rect.topLeft(), rect.topRight()) if not self.parent().parent().verticalScrollBar().isVisible(): painter.drawLine(rect.bottomRight(), rect.topRight()) class TopFramedVerticalScrollBar(FramedScrollBar): def __init__(self, name: str, parent: Optional[QWidget] = None) -> None: super().__init__(orientation=Qt.Vertical, name=name, parent=parent) def sizeHint(self) -> QSize: """ Increase the size of the scrollbar to account for the extra height """ size = super().sizeHint() return QSize(size.width(), size.height() + self.frame_width) def renderRect(self) -> QRect: rect = QRect(self.rect()) rect.adjust(0, self.frame_width, 0, 0) return rect def renderEdges(self, painter: QStylePainter) -> None: rect = self.rect() painter.drawLine(rect.topLeft(), rect.topRight()) painter.drawLine(rect.topLeft(), rect.bottomLeft()) class ScrollAreaNoFrame(QScrollArea): """ Scroll Area with no frame and scrollbars that frame themselves """ horizontalScrollBarVisible = pyqtSignal(bool) verticalScrollBarVisible = pyqtSignal(bool) def __init__(self, name: str, parent: QWidget) -> None: super().__init__(parent=parent) self.setFrameShape(QFrame.NoFrame) sbv = FramedScrollBar(orientation=Qt.Vertical, name=name) sbh = FramedScrollBar(orientation=Qt.Horizontal, name=name) self.setVerticalScrollBar(sbv) self.setHorizontalScrollBar(sbh) sbv.scrollBarVisible.connect(self.verticalScrollBarVisible) sbh.scrollBarVisible.connect(self.horizontalScrollBarVisible) class FlexiFrameObject: def __init__(self, **kwds): super().__init__(**kwds) self.frame_width = QApplication.style().pixelMetric(QStyle.PM_DefaultFrameWidth) self.container_vertical_scrollbar_visible = None self.container_horizontal_scrollbar_visible = None self.midPen = paletteMidPen() self.quirk_mode = False self.quirkPen = QPen(device_name_highlight_color()) def paintBorders(self, painter: QPainter, rect: QRect) -> None: if self.quirk_mode: painter.setPen(self.quirkPen) painter.drawLine(rect.topLeft(), rect.topRight()) painter.setPen(self.midPen) painter.drawLine(rect.topLeft(), rect.bottomLeft()) if ( self.container_horizontal_scrollbar_visible is None or not self.container_horizontal_scrollbar_visible ): painter.drawLine(rect.bottomLeft(), rect.bottomRight()) if ( self.container_vertical_scrollbar_visible is None or not self.container_vertical_scrollbar_visible ): painter.drawLine(rect.topRight(), rect.bottomRight()) class FlexiFrame(QWidget, FlexiFrameObject): def __init__( self, render_top_edge: bool = False, parent: Optional[QWidget] = None ) -> None: super().__init__(parent=parent) self.render_top_edge = render_top_edge self.setAutoFillBackground(True) palette = self.palette() palette.setColor(self.backgroundRole(), palette.color(palette.Base)) self.setPalette(palette) layout = QVBoxLayout() self.setLayout(layout) @pyqtSlot(bool) def containerVerticalScrollBar(self, visible: bool) -> None: self.container_vertical_scrollbar_visible = visible @pyqtSlot(bool) def containerHorizontalScrollBar(self, visible: bool) -> None: self.container_horizontal_scrollbar_visible = visible def paintEvent(self, event: QPaintEvent) -> None: super().paintEvent(event) rect = self.rect() painter = QPainter(self) self.paintBorders(painter=painter, rect=rect) if self.render_top_edge: painter.drawLine(rect.topLeft(), rect.topRight()) class TightFlexiFrame(FlexiFrame): def __init__( self, render_top_edge: bool = False, parent: Optional[QWidget] = None ) -> None: super().__init__(render_top_edge=render_top_edge, parent=parent) top_margin = self.frame_width if render_top_edge else 0 self.layout().setContentsMargins( self.frame_width, top_margin, self.frame_width, self.frame_width ) if not render_top_edge: self.quirk_mode = True @pyqtSlot(bool) def containerVerticalScrollBar(self, visible: bool) -> None: width = 0 if visible else self.frame_width margins = self.layout().contentsMargins() margins.setRight(width) self.layout().setContentsMargins(margins) self.container_vertical_scrollbar_visible = visible @pyqtSlot(bool) def containerHorizontalScrollBar(self, visible: bool) -> None: height = 0 if visible else self.frame_width margins = self.layout().contentsMargins() margins.setBottom(height) self.layout().setContentsMargins(margins) self.container_horizontal_scrollbar_visible = visible class ListViewFlexiFrame(QListView, FlexiFrameObject): def __init__( self, frame_enabled: Optional[bool] = True, parent: Optional[QWidget] = None ) -> None: super().__init__(parent) self.setFrameShape(QFrame.NoFrame) self.frame_enabled = frame_enabled @pyqtSlot(bool) def containerVerticalScrollBar(self, visible: bool) -> None: self.container_vertical_scrollbar_visible = visible @pyqtSlot(bool) def containerHorizontalScrollBar(self, visible: bool) -> None: self.container_horizontal_scrollbar_visible = visible def paintEvent(self, event: QPaintEvent) -> None: super().paintEvent(event) if self.frame_enabled: painter = QPainter(self.viewport()) self.paintBorders(painter=painter, rect=self.viewport().rect()) class BlankWidget(FlexiFrame): def __init__(self, parent=None): super().__init__(parent=parent) palette = QPalette() palette.setColor(QPalette.Window, palette.color(palette.Base)) self.setAutoFillBackground(True) self.setPalette(palette) class StyledLinkLabel(QLabel): """ Setting a link style this way works. It does not work with regular style sheets. """ def setLink(self, url: str, text: str) -> None: super().setText( f""" {text} """ ) class ProxyStyleNoFocusRectangle(QProxyStyle): """ Remove the focus rectangle from a widget """ def drawPrimitive( self, element: QStyle.PrimitiveElement, option: QStyleOption, painter: QPainter, widget: QWidget, ) -> None: if QStyle.PE_FrameFocusRect == element: pass else: super().drawPrimitive(element, option, painter, widget) @functools.lru_cache(maxsize=None) def is_dark_mode() -> bool: text_hsv_value = QApplication.palette().color(QPalette.WindowText).value() bg_hsv_value = QApplication.palette().color(QPalette.Background).value() return text_hsv_value > bg_hsv_value class QNarrowListWidget(QListWidget): """ Create a list widget that is not by default enormously wide. See http://stackoverflow.com/questions/6337589/qlistwidget-adjust-size-to-content """ def __init__( self, minimum_rows: int = 0, minimum_width: int = 0, no_focus_recentangle: bool = False, parent=None, ) -> None: super().__init__(parent=parent) self.setHorizontalScrollBarPolicy(Qt.ScrollBarAlwaysOff) self._minimum_rows = minimum_rows self._minimum_width = minimum_width if no_focus_recentangle: self.setStyle(ProxyStyleNoFocusRectangle()) @property def minimum_width(self) -> int: return self._minimum_width @minimum_width.setter def minimum_width(self, width: int) -> None: self._minimum_width = width self.updateGeometry() def sizeHint(self): s = QSize() if self._minimum_rows: s.setHeight(self.count() * self.sizeHintForRow(0) + self.frameWidth() * 2) else: s.setHeight(super().sizeHint().height()) s.setWidth( max(self.sizeHintForColumn(0) + self.frameWidth() * 2, self._minimum_width) ) return s def standardIconSize() -> QSize: size = QFontMetrics(QFont()).height() * 6 return QSize(size, size) # If set to True, do translation of QMessageBox and QDialogButtonBox buttons # Set at program startup Do_Message_And_Dialog_Box_Button_Translation = True def translateDialogBoxButtons(buttonBox: QDialogButtonBox) -> None: if not Do_Message_And_Dialog_Box_Button_Translation: return buttons = ( (QDialogButtonBox.Ok, _("&OK")), (QDialogButtonBox.Close, _("&Close")), (QDialogButtonBox.Cancel, _("&Cancel")), (QDialogButtonBox.Save, _("&Save")), (QDialogButtonBox.Help, _("&Help")), (QDialogButtonBox.RestoreDefaults, _("Restore Defaults")), (QDialogButtonBox.Yes, _("&Yes")), (QDialogButtonBox.No, _("&No")), ) for role, text in buttons: button = buttonBox.button(role) if button: button.setText(text) def translateMessageBoxButtons(messageBox: QMessageBox) -> None: if not Do_Message_And_Dialog_Box_Button_Translation: return buttons = ( (QMessageBox.Ok, _("&OK")), (QMessageBox.Close, _("&Close")), (QMessageBox.Cancel, _("&Cancel")), (QMessageBox.Save, _("&Save")), (QMessageBox.Yes, _("&Yes")), (QMessageBox.No, _("&No")), ) for role, text in buttons: button = messageBox.button(role) if button: button.setText(text) def standardMessageBox( message: str, rich_text: bool, standardButtons: QMessageBox.StandardButton, defaultButton: Optional[QMessageBox.StandardButton] = None, parent=None, title: Optional[str] = None, icon: Optional[QIcon] = None, iconPixmap: Optional[QPixmap] = None, iconType: Optional[QMessageBox.Icon] = None, ) -> QMessageBox: """ Create a QMessageBox to be displayed to the user. :param message: the text to display :param rich_text: whether it text to display is in HTML format :param standardButtons: or'ed buttons or button to display (Qt style) :param defaultButton: if specified, set this button to be the default :param parent: parent widget, :param title: optional title for message box, else defaults to localized 'Rapid Photo Downloader' :param iconType: type of QMessageBox.Icon to display. If standardButtons are equal to QMessageBox.Yes | QMessageBox.No, then QMessageBox.Question will be assigned to iconType :param iconPixmap: icon to display, in QPixmap format. Used only if iconType is None :param icon: icon to display, in QIcon format. Used only if iconType is None :return: the message box """ msgBox = QMessageBox(parent) if title is None: title = _("Rapid Photo Downloader") if rich_text: msgBox.setTextFormat(Qt.RichText) msgBox.setWindowTitle(title) msgBox.setText(message) msgBox.setStandardButtons(standardButtons) if defaultButton: msgBox.setDefaultButton(defaultButton) translateMessageBoxButtons(messageBox=msgBox) if iconType is None: if standardButtons == QMessageBox.Yes | QMessageBox.No: iconType = QMessageBox.Question if iconType: msgBox.setIcon(iconType) else: if iconPixmap is None: if icon: iconPixmap = icon.pixmap(standardIconSize()) else: iconPixmap = QIcon(":/rapid-photo-downloader.svg").pixmap( standardIconSize() ) msgBox.setIconPixmap(iconPixmap) return msgBox def qt5_screen_scale_environment_variable() -> str: """ Get application scaling environment variable applicable to version of Qt 5 See https://doc.qt.io/qt-5/highdpi.html#high-dpi-support-in-qt Assumes Qt >= 5.4 :return: correct variable """ if 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 coloredPixmap( color: Union[str, QColor], path: Optional[str] = None, pixmap: Optional[QPixmap] = None, size: Optional[QSize] = None, ) -> QPixmap: if isinstance(color, str): color = QColor(color) if path is not None: if size: pixmap = QIcon(path).pixmap(size) else: pixmap = QPixmap(path) else: assert pixmap is not None painter = QPainter(pixmap) painter.setCompositionMode(QPainter.CompositionMode_SourceIn) painter.fillRect(pixmap.rect(), color) painter.end() return pixmap def darkModePixmap( path: Optional[str] = None, pixmap: Optional[QPixmap] = None, size: Optional[QSize] = None, soften_regular_mode_color: Optional[bool] = False, ) -> QPixmap: if is_dark_mode(): color = QApplication.palette().windowText().color() return coloredPixmap(path=path, pixmap=pixmap, color=color, size=size) elif soften_regular_mode_color: color = QColor(HeaderBackgroundName) return coloredPixmap(path=path, pixmap=pixmap, color=color, size=size) else: if pixmap: return pixmap if size: return QIcon(path).pixmap(size) else: return QPixmap(path) def darkModeIcon( icon: Optional[QIcon] = None, path: Optional[str] = None, size: Optional[QSize] = None, soften_regular_mode_color: Optional[bool] = False, ) -> QIcon: if is_dark_mode() or soften_regular_mode_color: if is_dark_mode(): color = QApplication.palette().windowText().color() else: color = QColor(HeaderBackgroundName) if icon: pixmap = icon.pixmap(size) pixmap = coloredPixmap(pixmap=pixmap, color=color) else: assert str pixmap = darkModePixmap(path=path, size=size) icon = QIcon() icon.addPixmap(pixmap) return icon else: if icon: return icon else: return QIcon(path) def menuHoverColor() -> QColor: if is_dark_mode(): return QGuiApplication.palette().color(QPalette.Highlight) else: return QGuiApplication.palette().color(QPalette.Background).darker(110) def screen_scaled_xsettings() -> bool: """ Use xsettings to detect if screen scaling is on. No error checking. :return: True if detected, False otherwise """ x11 = xsettings.get_xsettings() return x11.get(b"Gdk/WindowScalingFactor", 1) > 1 def any_screen_scaled_qt() -> bool: """ Detect if any of the screens on this system have scaling enabled. Call before QApplication is initialized. Uses temporary QGuiApplication. :return: True if found, else False """ app = QGuiApplication(sys.argv) ratio = app.devicePixelRatio() del app return ratio > 1.0 def any_screen_scaled() -> Tuple[ScalingDetected, bool]: """ Detect if any of the screens on this system have scaling enabled. Uses Qt and xsettings to do detection. :return: True if found, else False """ qt_detected_scaling = any_screen_scaled_qt() try: xsettings_detected_scaling = screen_scaled_xsettings() xsettings_running = True except: xsettings_detected_scaling = False xsettings_running = False if qt_detected_scaling: if xsettings_detected_scaling: return ScalingDetected.Qt_and_Xsetting, xsettings_running return ScalingDetected.Qt, xsettings_running if xsettings_detected_scaling: return ScalingDetected.Xsetting, xsettings_running return ScalingDetected.undetected, xsettings_running class CheckBoxDelegate(QItemDelegate): """ A delegate that places a fully functioning centered QCheckBox cell in the column to which it's applied. """ def __init__(self, parent): QItemDelegate.__init__(self, parent) checkboxRect = QRect( QApplication.style().subElementRect( QStyle.SE_CheckBoxIndicator, QStyleOptionButton(), None ) ) self.checkboxHalfWidth = int(checkboxRect.width() / 2) def createEditor( self, parent, option: QStyleOptionViewItem, indexindex: QModelIndex ) -> Optional[QWidget]: """ Important, otherwise an editor is created if the user clicks in this cell. """ return None def paint( self, painter: QPainter, option: QStyleOptionViewItem, index: QModelIndex ) -> None: """ Paint a checkbox without a label """ checked = index.data(Qt.CheckStateRole) == Qt.Checked enabled = int(index.flags() & Qt.ItemIsEditable) > 0 if not checked and not enabled: return painter.save() checkboxStyleOption = QStyleOptionButton() if checked: checkboxStyleOption.state |= QStyle.State_On else: checkboxStyleOption.state |= QStyle.State_Off if enabled: checkboxStyleOption.state |= QStyle.State_Enabled checkboxStyleOption.state &= ~QStyle.State_ReadOnly else: checkboxStyleOption.state &= ~QStyle.State_Enabled checkboxStyleOption.state |= QStyle.State_ReadOnly color = checkboxStyleOption.palette.color(QPalette.Window).darker(130) checkboxStyleOption.palette.setColor(QPalette.Text, color) checkboxStyleOption.rect = option.rect checkboxStyleOption.rect.setX( option.rect.x() + round(option.rect.width() / 2) - self.checkboxHalfWidth ) QApplication.style().drawControl( QStyle.CE_CheckBox, checkboxStyleOption, painter ) painter.restore() def editorEvent( self, event: QEvent, model: QAbstractItemModel, option: QStyleOptionViewItem, index: QModelIndex, ) -> bool: if not int(index.flags() & Qt.ItemIsEditable) > 0: return False if ( event.type() == QEvent.MouseButtonRelease and event.button() == Qt.LeftButton ): self.setModelData(None, model, index) return True elif event.type() == QEvent.KeyPress: if event.key() != Qt.Key_Space and event.key() != Qt.Key_Select: return False self.setModelData(None, model, index) return True return False def setModelData( self, editor: QWidget, model: QAbstractItemModel, index: QModelIndex ) -> None: """ The user wants the opposite state """ model.setData( index, Qt.Unchecked if (index.data(Qt.CheckStateRole)) == Qt.Checked else Qt.Checked, Qt.CheckStateRole, ) def device_name_highlight_color() -> QColor: palette = QApplication.palette() if is_dark_mode(): return QColor("#393939") else: alternate_color = palette.alternateBase().color() return QColor(alternate_color).darker(105) def base64_thumbnail(pixmap: QPixmap, size: QSize) -> str: """ Convert image into format useful for HTML data URIs. See https://css-tricks.com/data-uris/ :param pixmap: image to convert :param size: size to scale to :return: data in base 64 format """ pixmap = pixmap.scaled(size, Qt.KeepAspectRatio, Qt.SmoothTransformation) buffer = QBuffer() buffer.open(QIODevice.WriteOnly) # Quality 100 means uncompressed, which is faster. pixmap.save(buffer, "PNG", quality=100) return bytes(buffer.data().toBase64()).decode() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/utilities.py0000644000175000017500000011721000000000000021172 0ustar00damondamon# Copyright (C) 2007-2022 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-2022, Damon Lynch" import contextlib import site import locale import logging import os from pathlib import Path 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, QLocale, QTranslator, QLibraryInfo, QStandardPaths 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: status_file = open("/proc/self/status") status = status_file.read() status_file.close() except IOError: pass else: m = re.search(r"(?m)^Cpus_allowed:\s*(.*)$", status) if m: available = bin(int(m.group(1).replace(",", ""), 16)).count("1") if available > 0 and not physical_only: return available if physical_only: physical = psutil.cpu_count(logical=False) if physical is not None: if available is not None: return min(available, physical) return physical c = os.cpu_count() if c is not None: return max(c, 1) c = psutil.cpu_count() if c is not None: return max(c, 1) else: return 1 def 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, temp_dir_name: Optional[str] = None, ) -> str: """ Creates a temporary director and logs errors :param folder: the folder in which the temporary directory should be created. If not specified, uses the tempfile.mkstemp default. :param prefix: any name the directory should start with. If None, default rpd-tmp will be used as prefix, unless force_no_prefix is True :param force_no_prefix: if True, a directory prefix will never be used :param temp_dir_name: if specified, create the temporary directory using this actual name. If it already exists, add a suffix. :return: full path of the temporary directory """ if temp_dir_name: if folder is None: folder = tempfile.gettempdir() for i in range(10): if i == 0: path = os.path.join(folder, temp_dir_name) else: path = os.path.join(folder, "{}_{}".format(temp_dir_name, i)) try: os.mkdir(path=path, mode=0o700) except FileExistsError: logging.warning("Failed to create temporary directory %s", path) else: break return path else: if prefix is None and not force_no_prefix: prefix = "rpd-tmp-" try: temp_dir = tempfile.mkdtemp(prefix=prefix, dir=folder) except OSError as inst: msg = "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 separator (or its locale equivalent) to an integer. Assumes the module level locale setting has already been set. :param i: the integer e.g. 1000 :return: string with seperators e.g. '1,000' """ try: return locale.format_string("%d", i, grouping=True) except TypeError: return str(i) # Source of class AdjacentKey, first_and_last and runs: # http://stupidpythonideas.blogspot.com/2014/01/grouping-into-runs-of-adjacent-values.html class AdjacentKey: r""" >>> [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 _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 bug_report_full_tar_path() -> str: """ Generate a full path for a compressed bug report tar file. The filename will not already exist. :return: File name including path """ filename = "rpd-bug-report-{}".format(datetime.now().strftime("%Y%m%d")) component = os.path.join(os.path.expanduser("~"), filename) i = 0 while os.path.isfile( "{}{}.tar.gz".format(component, "" if not i else "-{}".format(i)) ): i += 1 return "{}{}.tar.gz".format(component, "" if not i else "-{}".format(i)) def create_bugreport_tar( full_tar_name: str, log_path: Optional[str] = "", full_config_file: Optional[str] = "", ) -> bool: """ Create a tar file containing log and configuration files. If the file already exists, do nothing. :param full_tar_name: the full path in which to create the tar file :param log_path: path to the log files :param full_config_file: the full path and file of the configuration file :return: True if tar file created, else False """ if os.path.isfile(full_tar_name): logging.error("Cannot create bug report tarfile, because it already exists") return False if not log_path: log_path = os.path.join( QStandardPaths.writableLocation(QStandardPaths.GenericCacheLocation), "rapid-photo-downloader", "log", ) if not full_config_file: config_dir = os.path.join( QStandardPaths.writableLocation(QStandardPaths.GenericConfigLocation), "Rapid Photo Downloader", ) config_file = "Rapid Photo Downloader.conf" else: config_dir, config_file = os.path.split(full_config_file) curr_dir = os.getcwd() created = False try: with tarfile.open(full_tar_name, "x:gz") as t: os.chdir(log_path) for l in glob("*"): t.add( l, "rapid-photo-downloader.0.log" if l == "rapid-photo-downloader.log" else l, ) os.chdir(config_dir) t.add(config_file) except FileNotFoundError as e: logging.error( "When creating a bug report tar file, the directory or file %s does not exist", e.filename, ) except Exception: logging.exception("Unexpected error when creating bug report tar file") else: created = True try: os.chdir(curr_dir) except FileNotFoundError: pass return created 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: str, suppress_errors: bool = True) -> bool: """ Determine if python package was installed in local directory using pip. Determination is not 100% robust in all circumstances. :param package: package name to search for :param suppress_errors: if True, silently catch all exceptions and return False :return: True if installed via pip, else False """ # pkg_resources.get_distribution(package).get_metadata('INSTALLER') output seems # to be unreliable # newer way is importlib.metadata.distribution('pip').read_text('INSTALLER') but # it has the same problem try: pkg = pkg_resources.get_distribution(package) location = pkg.location return not location.startswith("/usr") or location.find("local") > 0 except Exception: if not suppress_errors: raise return False def getQtSystemTranslation(locale_name: str) -> Optional[QTranslator]: """ Attempt to install Qt base system translations (for QMessageBox and QDialogBox buttons) :return: translator if loaded, else None """ # These locales are found in the path QLibraryInfo.TranslationsPath convert_locale = dict( cs_CZ="cs", da_DK="da", de_DE="de", es_ES="es", fi_FI="fi", fr_FR="fr", it_IT="it", ja_JP="ja", hu_HU="hu", pl_PL="pl", ru_RU="ru", sk_SK="sk", uk_UA="uk", ) qtTranslator = QTranslator() location = QLibraryInfo.location(QLibraryInfo.TranslationsPath) qm_file = "qtbase_{}.qm".format(convert_locale.get(locale_name, locale_name)) qm_file = os.path.join(location, qm_file) if os.path.isfile(qm_file): if qtTranslator.load(qm_file): logging.debug("Installing Qt support for locale %s", locale_name) return qtTranslator else: logging.debug("Could not load Qt locale file %s", qm_file) def existing_parent_for_new_dir(path: Path) -> Path: """ Locate the first parent folder that exists for a given path :param path: path to look for first existing parent :return: the first parent folder that exists for the path """ for parent in path.parents: if parent.is_dir(): return parent ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023204.0 rapid-photo-downloader-0.9.33/raphodo/wsl.py0000644000175000017500000020246200000000000017770 0ustar00damondamon# Copyright (C) 2021 Damon Lynch # This file is part of Rapid Photo Downloader. # # Rapid Photo Downloader is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Rapid Photo Downloader is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Rapid Photo Downloader. If not, # see . __author__ = "Damon Lynch" __copyright__ = "Copyright 2021, Damon Lynch." from collections import OrderedDict, defaultdict import enum from pathlib import Path, PurePosixPath import logging import os import re import shlex import subprocess from typing import NamedTuple, Optional, Tuple, Set, List, Dict, DefaultDict import webbrowser from PyQt5.QtCore import QObject, pyqtSignal, pyqtSlot, QTimer, Qt, QSize from PyQt5.QtGui import QTextDocument, QShowEvent from PyQt5.QtWidgets import ( QSizePolicy, QDialog, QVBoxLayout, QWidget, QGridLayout, QStyle, QTableWidget, QTableWidgetItem, QAbstractScrollArea, QDialogButtonBox, QPushButton, QCheckBox, QRadioButton, QButtonGroup, QAbstractButton, QTextBrowser, QLabel, QMessageBox, ) from raphodo.constants import WindowsDriveType from raphodo.prefs.preferences import Preferences, WSLWindowsDrivePrefs from raphodo.ui.viewutils import ( translateDialogBoxButtons, CheckBoxDelegate, standardMessageBox, ) from raphodo.sudocommand import run_commands_as_sudo, SudoException, SudoExceptionCode from raphodo.utilities import make_internationalized_list from raphodo.wslutils import wsl_conf_mnt_location class WindowsDrive(NamedTuple): drive_letter: str label: str drive_type: WindowsDriveType class WindowsDriveMount(NamedTuple): drive_letter: str label: str mount_point: str drive_type: WindowsDriveType system_mounted: bool class MountTask(enum.Enum): create_directory = enum.auto() mount_drive = enum.auto() unmount_drive = enum.auto() class MountOp(NamedTuple): task: MountTask path: Path drive: str cmd: str class MountPref(NamedTuple): auto_mount: bool auto_unmount: bool class MountOpHumanReadable: human_hr = { # Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png # Please keep the html tags and MountTask.create_directory: _("Create directory %(path)s"), # Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png # Please keep the html tags and MountTask.mount_drive: _( "Mount drive %(drive)s: at %(path)s" ), # Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog-do-mount.png # This string is not shown in the screenshot, but you get the idea. # Please keep the html tags and MountTask.unmount_drive: _( "Unmount drive %(drive)s: from %(path)s" ), } def mount_task_human_readable(self, op: MountOp) -> str: """ Create human readable versions of mount operations :param op: operation to perform and its parameters :return: operation in human readable form """ task_hr = self.human_hr[op.task] if op.task in (MountTask.unmount_drive, MountTask.mount_drive): task_hr = task_hr % {"drive": op.drive, "path": op.path} else: task_hr = task_hr % {"path": op.path} return task_hr def make_mount_op_cmd( task: MountTask, drive_letter: str, path: Path, uid: Optional[int] = None, gid: Optional[int] = None, ) -> str: """ Create command to be via subprocess.Popen() call. :param task: task to perform :param drive_letter: windows drive letter :param path: path of mount point, directory or file :param uid: user's user id :param gid: user's group id :return: the command to run """ if task == MountTask.mount_drive: if has_fstab_entry(drive_letter=drive_letter, mount_point=str(path)): return f"mount {path}" else: return rf"mount -t drvfs -o uid={uid},gid={gid},noatime {drive_letter.upper()}:\\ {path}" elif task == MountTask.unmount_drive: return f"umount {path}" elif task == MountTask.create_directory: return f"mkdir {path}" raise NotImplementedError def has_fstab_entry(drive_letter: str, mount_point: str) -> bool: """ Determine if the drive letter and mount point are in /etc/fstab :param drive_letter: Windows drive letter :param mount_point: mount point the drive should be mounted at :return: True if located, else False """ with open("/etc/fstab") as f: fstab = f.read() # strip any extraneous trailing slash mount_point = str(PurePosixPath(mount_point)) regex = rf"^{drive_letter}:\\?\s+{mount_point}/?\s+drvfs" m = re.search(regex, fstab, re.IGNORECASE | re.MULTILINE) return m is not None def determine_mount_ops( do_mount: bool, drive_letter: str, mount_point: str, uid: int, gid: int, ) -> List[MountOp]: """ Generator sequence of operations to mount or unmount a Windows drive :param do_mount: Whether to mount or unmount :param drive_letter: Windows drive letter :param mount_point: Existing or desired mount point. Must not be empty. :param uid: User's user ID :param gid: User's group ID :return: List of operations required to mount or unmount the windows drive """ tasks = [] # type: List[MountOp] assert mount_point if do_mount: mp = Path(mount_point) if mp.is_mount(): return tasks if not mp.is_dir(): tasks.append( MountOp( task=MountTask.create_directory, path=mp, drive=drive_letter, cmd=make_mount_op_cmd( task=MountTask.create_directory, drive_letter=drive_letter, path=mp, ), ) ) tasks.append( MountOp( task=MountTask.mount_drive, path=mp, drive=drive_letter, cmd=make_mount_op_cmd( task=MountTask.mount_drive, drive_letter=drive_letter, path=mp, uid=uid, gid=gid, ), ) ) else: mp = Path(mount_point) if mp.is_mount(): tasks.append( MountOp( task=MountTask.unmount_drive, path=mp, drive=drive_letter, cmd=make_mount_op_cmd( task=MountTask.unmount_drive, drive_letter=drive_letter, path=mp, ), ) ) return tasks def make_hr_drive_list(drives: List[WindowsDriveMount]) -> str: """ Make a human readable list of drives for use in dialog windows, etc. :param drives: the list of drives :return: internationalized string """ drive_names = [f"{drive.label} ({drive.drive_letter}:)" for drive in drives] drive_names.sort() return make_internationalized_list(drive_names) def make_hr_drive_letter_list(drives: List[WindowsDriveMount]) -> str: """ Return a comma seperated human readable list of drive letters for use in logging, etc. :param drives: the list of drives :return: simple comma seperated string """ return ", ".join(sorted([drive.drive_letter for drive in drives])) class DoMountOpResult(NamedTuple): cancelled: bool successes: List[WindowsDriveMount] failures: List[WindowsDriveMount] no_op: List[WindowsDriveMount] def do_mount_drives_op( drives: List[WindowsDriveMount], pending_ops: OrderedDict, parent, is_do_mount: bool ) -> DoMountOpResult: """ Mount or unmount the Windows drives, prompting the user for the sudo password if necessary. :param drives: List of drives to mount or unmount :param pending_ops: The operations required to mount unmount the drives :param parent: Parent window to attach the password entry message box to :param is_do_mount: True if mounting the drives, else False :return: DoMountOpResult containing results of the operations """ if is_do_mount: op_lower = "mount" op_cap = "Mount" else: op_lower = "unmount" op_cap = "Unmount" info_list = make_hr_drive_list(drives) if is_do_mount: if len(drives) > 1: # Translators: This is part of a title for a dialog box, and is in plural # form, where two or more drives will be mounted. This screenshot shows only # one drive, but you get the idea: # https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png title = _("Mount drives %s") % info_list else: # Translators: This is part of a title for a dialog box, and is in singular # form, where only one drive will be mounted. This screenshot illustrates: # https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png title = _("Mount drive %s") % info_list else: if len(drives) > 1: # Translators: This is part of a title for a dialog box, and is in plural # form, where two or more drives will be unmounted. This screenshot shows # only one drive being mounted, but you get the idea: # https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png title = _("Unmount drives %s") % info_list else: # Translators: This is part of a title for a dialog box, and is in singular # form, where only one drive will be unmounted. This screenshot shows a # drive being mounted, but you get the idea: # https://damonlynch.net/rapid/documentation/fullsize/wsl/password-prompt-hidden.png title = _("Unmount drive %s") % info_list logging.info("%sing drives %s", op_cap, info_list) icon = ":/icons/drive-removable-media.svg" no_op = drives.copy() failed_drives = [] failure_stderr = [] successes = [] cancelled = False for drive, mount_ops in pending_ops.items(): cmds = [op.cmd for op in mount_ops] try: results = run_commands_as_sudo( cmds=cmds, parent=parent, title=title, icon=icon, help_url="https://damonlynch.net/rapid/documentation/#wslsudopassword", ) except SudoException as e: assert e.code == SudoExceptionCode.command_cancelled logging.debug( "%s %s (%s): cancelled by user. Not %sing any remaining drives.", op_cap, drive.drive_letter, drive.label, op_lower, ) cancelled = True break else: no_op.remove(drive) return_code = results[-1].return_code if return_code != 0: # a command failed logging.error( "Failed to %s %s: (%s) : %s", op_lower, drive.drive_letter.upper(), drive.label, results[-1].stderr, ) failed_drives.append(drive) failure_stderr.append(results[-1].stderr) else: logging.debug( "Successfully %sed %s: (%s)", op_lower, drive.drive_letter.upper(), drive.label, ) successes.append(drive) if failed_drives: fail_list = make_hr_drive_list(failed_drives) failure_messages = "; ".join(failure_stderr) if len(failed_drives) > 1: if is_do_mount: # Translators: this error message is displayed when more than one # Windows drive fails to mount within Windows Subsystem for Linux message = ( _("Sorry, an error occurred when mounting drives %s") % fail_list ) else: # Translators: this error message is displayed when more than one # Windows drive fails to unmount within Windows Subsystem for Linux message = ( _("Sorry, an error occurred when unmounting drives %s") % fail_list ) else: if is_do_mount: # Translators: this error message is displayed when one Windows drive # fails to mount within Windows Subsystem for Linux message = ( _("Sorry, an error occurred when mounting drive %s") % fail_list ) else: # Translators: this error message is displayed when one Windows drive # fails to unmount within Windows Subsystem for Linux. message = ( _("Sorry, an error occurred when unmounting drive %s") % fail_list ) msgBox = standardMessageBox( message=message, standardButtons=QMessageBox.Ok, parent=parent, rich_text=True, iconType=QMessageBox.Warning, ) msgBox.setDetailedText(failure_messages) msgBox.exec() return DoMountOpResult( cancelled=cancelled, successes=successes, failures=failed_drives, no_op=no_op ) class WSLWindowsDrivePrefsInterface: """ An interface to the QSettings based method to store whether to auto mount or unmount Windows drives. Abstraction layer so program preferences do not need to know about implementation details in the UI. """ def __init__(self, prefs: Preferences) -> None: self.prefs = prefs # Keep a copy of the live preferences. # If something else changes the prefs, then this will be stale. # Currently do not check to verify this is not stale. self.drives = prefs.get_wsl_drives() def drive_prefs(self, drive: WindowsDriveMount) -> MountPref: """ Get auto mount and auto unmount prefs for this Windows drive. :param drive: drive to get prefs for :return: Tuple of auto mount and auto unmount """ for d in self.drives: if d.drive_letter == drive.drive_letter and d.label == drive.label: return MountPref(auto_mount=d.auto_mount, auto_unmount=d.auto_unmount) return MountPref(auto_mount=False, auto_unmount=False) def set_prefs( self, drive: WindowsDriveMount, auto_mount: bool, auto_unmount: bool ) -> None: """ Set auto mount and auto unmount prefs for this Windows drive. :param drive: drive to get prefs for :param auto_mount: auto mount pref :param auto_unmount: auto unmount pref """ if auto_mount or auto_unmount: updated_pref = WSLWindowsDrivePrefs( drive_letter=drive.drive_letter, label=drive.label, auto_mount=auto_mount, auto_unmount=auto_unmount, ) else: # Filter out default value of False, False updated_pref = None updated_drives_prefs = [ d for d in self.drives if d.drive_letter != drive.drive_letter or d.label != drive.label ] if updated_pref is not None: updated_drives_prefs.append(updated_pref) self.drives = updated_drives_prefs self.prefs.set_wsl_drives(drives=self.drives) class PendingOpsBox(QTextBrowser): def __init__(self, parent) -> None: super().__init__(parent=parent) self.setReadOnly(True) self.setMinimumHeight(self.fontMetrics().height() * 4) self.setSizePolicy(QSizePolicy.Preferred, QSizePolicy.MinimumExpanding) sheet = """ tt { font-weight: bold; color: gray; } """ document = self.document() # type: QTextDocument document.setDefaultStyleSheet(sheet) def sizeHint(self) -> QSize: return QSize(self.minimumWidth(), self.minimumHeight()) class WslMountDriveDialog(QDialog): """ Dialog window containing Windows drives and mounting options. Deals with "System" drives (drives mounted by WSL before this program was run), and "User" drives (drives mounted by the user in this program). """ def __init__( self, drives: List[WindowsDriveMount], prefs: Preferences, windrive_prefs: WSLWindowsDrivePrefsInterface, wsl_mount_root: Path, parent: "RapidWindow" = None, ) -> None: """ Open the dialog window to show Windows drive mounts :param drives: List of Windows drives detected on the system :param prefs: main program preferences :param windrive_prefs: Interface to the windows drives preferences :param wsl_mount_root: where WSL mounts Windows drives :param parent: RapidApp main window """ super().__init__(parent=parent) if parent: self.wsldrives = parent.wslDrives self.prefs = prefs self.windrive_prefs = windrive_prefs self.wsl_mount_root = wsl_mount_root # drives where the user should be prompted whether to mount these drives # after the dialog is closed self.prompt_to_mount_drives = [] # type: List[WindowsDriveMount] self.driveTable = None # type: Optional[QTableWidget] # OrderedDict[drive: List[MountOp]] self.pending_mount_ops = OrderedDict() self.pending_unmount_ops = OrderedDict() self.uid = os.getuid() self.gid = os.getgid() self.make_mount_op_hr = MountOpHumanReadable() # Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png self.setWindowTitle(_("Windows Drives")) # Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png self.autoMountCheckBox = QCheckBox( _("Enable automatic mounting of Windows drives") ) # Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png self.autoMountAllButton = QRadioButton( _("Automatically mount all Windows drives") ) # Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png self.autoMountManualButton = QRadioButton( _("Only automatically mount Windows drives that are configured below") ) self.autoMountGroup = QButtonGroup() self.autoMountGroup.addButton(self.autoMountAllButton) self.autoMountGroup.addButton(self.autoMountManualButton) self.setAutoMountWidgetValues() self.autoMountCheckBox.stateChanged.connect(self.autoMountChanged) self.autoMountGroup.buttonToggled.connect(self.autoMountGroupToggled) autoMountLayout = QGridLayout() autoMountLayout.addWidget(self.autoMountCheckBox, 0, 0, 1, 2) autoMountLayout.addWidget(self.autoMountAllButton, 1, 1, 1, 1) autoMountLayout.addWidget(self.autoMountManualButton, 2, 1, 1, 1) checkbox_width = self.autoMountCheckBox.style().pixelMetric( QStyle.PM_IndicatorWidth ) autoMountLayout.setColumnMinimumWidth(0, checkbox_width) autoMountLayout.setVerticalSpacing(8) autoMountLayout.setContentsMargins(0, 0, 0, 8) self.driveTable = QTableWidget(len(drives), 6, self) self.driveTable.setHorizontalHeaderLabels( [ # Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png _("User Mounted"), # Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png _("System Mounted"), # Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png _("Drive"), # Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png _("Mount Point"), # Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png _("Automatic Mount"), # Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png _("Automatic Unmount at Exit"), ] ) self.userMountCol = 0 self.systemMountCol = 1 self.mountPointCol = 3 self.windowsDriveCol = 2 self.autoMountCol = 4 self.autoUnmountCol = 5 self.driveTable.verticalHeader().setVisible(False) delegate = CheckBoxDelegate(None) for col in ( self.userMountCol, self.systemMountCol, self.autoMountCol, self.autoUnmountCol, ): self.driveTable.setItemDelegateForColumn(col, delegate) self.driveTable.setSizeAdjustPolicy(QAbstractScrollArea.AdjustToContents) row = 0 for drive in drives: self.addDriveAtRow(row, drive) row += 1 self.setAllDriveAutoMountColStates() self.driveTable.resizeColumnsToContents() self.driveTable.sortItems(self.mountPointCol) self.driveTable.itemChanged.connect(self.driveTableItemChanged) self.driveTable.setVerticalScrollBarPolicy(Qt.ScrollBarAlwaysOff) self.driveTable.setHorizontalScrollBarPolicy(Qt.ScrollBarAlwaysOff) # Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png self.pendingOpsLabel = QLabel(_("Pending Operations:")) self.pendingOpsBox = PendingOpsBox(self) buttonBox = QDialogButtonBox( QDialogButtonBox.Apply | QDialogButtonBox.Close | QDialogButtonBox.Help ) translateDialogBoxButtons(buttonBox) buttonBox.rejected.connect(self.reject) self.helpButton = buttonBox.button(QDialogButtonBox.Help) # type: QPushButton self.helpButton.clicked.connect(self.helpButtonClicked) self.helpButton.setToolTip(_("Get help online...")) self.applyButton = buttonBox.button(QDialogButtonBox.Apply) # type: QPushButton self.applyButton.clicked.connect(self.applyButtonClicked) # Translators: see https://damonlynch.net/rapid/documentation/fullsize/wsl/windows-drive-dialog.png self.applyButton.setText(_("&Apply Pending Operations")) layout = QVBoxLayout() layout.setSpacing(18) layout.setContentsMargins(18, 18, 18, 18) # For autoMount column 0 size to be correctly set, first add it to a widget: autoMount = QWidget() autoMount.setLayout(autoMountLayout) layout.addWidget(autoMount) layout.addWidget(self.driveTable) layout.addWidget(self.pendingOpsLabel) layout.addWidget(self.pendingOpsBox) layout.addWidget(buttonBox) self.setLayout(layout) self.setApplyButtonState() def showEvent(self, event: QShowEvent) -> None: super().showEvent(event) self.calculateScrollBarAppearance() def calculateScrollBarAppearance(self): """ If table has grown so big it needs scroll bars, add them """ screen_size = self.screen().size() height = screen_size.height() width = screen_size.width() if self.driveTable.height() > height * 0.66: self.driveTable.setVerticalScrollBarPolicy(Qt.ScrollBarAlwaysOn) if self.driveTable.width() > width * 0.85: self.driveTable.setHorizontalScrollBarPolicy(Qt.ScrollBarAlwaysOn) self.adjustSize() @pyqtSlot() def helpButtonClicked(self) -> None: webbrowser.open_new_tab("https://damonlynch.net/rapid/documentation/#wslmount") def updateUserMountedCheckState( self, drive_letter: str, check_state: Qt.CheckState ) -> None: """ Set the user mounted check state for a drive :param drive_letter: drive letter of the drive to set :param check_state: new check state """ for row in range(self.driveTable.rowCount()): item = self.driveTable.item(row, self.userMountCol) drive = item.data(Qt.UserRole) # type: WindowsDriveMount if drive.drive_letter == drive_letter: item.setCheckState(check_state) break def updateDriveDataInTable(self, new_drive: WindowsDriveMount) -> None: """ Update the user data for the table row :param new_drive: new data to set """ for row in range(self.driveTable.rowCount()): item = self.driveTable.item(row, self.userMountCol) drive = item.data(Qt.UserRole) # type: WindowsDriveMount if drive.drive_letter == new_drive.drive_letter: item.setData(Qt.UserRole, new_drive) break @pyqtSlot() def applyButtonClicked(self) -> None: """ " Initiate mount or unmount operations after the user clicked the apply button """ logging.debug("Applying WSL mount ops") cancelled = False check = [] uncheck = [] mount_successes = [] unmount_successes = [] if self.pending_mount_ops: drives = list(self.pending_mount_ops.keys()) result = do_mount_drives_op( drives=drives, pending_ops=self.pending_mount_ops, parent=self, is_do_mount=True, ) mount_successes = result.successes if result.no_op or result.failures: if result.failures: logging.debug("Not all drives mounted successfully") uncheck = result.no_op + result.failures if result.cancelled: cancelled = True if self.pending_unmount_ops and not cancelled: drives = list(self.pending_unmount_ops.keys()) result = do_mount_drives_op( drives=drives, pending_ops=self.pending_unmount_ops, parent=self, is_do_mount=False, ) unmount_successes = result.successes if result.no_op or result.failures: if result.failures: logging.debug("Not all drives unmounted successfully") check = result.no_op + result.failures # block signal being emitted when programmatically changing checkbox states blocked = self.driveTable.blockSignals(True) mount_points = {} for drive in mount_successes: mount_point = wsl_standard_mount_point( self.wsl_mount_root, drive.drive_letter ) mount_points[drive.drive_letter] = mount_point new_drive = drive._replace(mount_point=mount_point) self.updateDriveDataInTable(new_drive=new_drive) for drive in unmount_successes: new_drive = drive._replace(mount_point="") self.updateDriveDataInTable(new_drive=new_drive) for drive in uncheck: self.updateUserMountedCheckState(drive.drive_letter, Qt.Unchecked) for drive in check: self.updateUserMountedCheckState(drive.drive_letter, Qt.Checked) # restore signal state self.driveTable.blockSignals(blocked) if mount_successes: self.wsldrives.updateDriveStatePostMount( mounted=mount_successes, mount_points=mount_points ) if unmount_successes: self.wsldrives.updateDriveStatePostUnmount(unmounted=unmount_successes) self.pending_mount_ops.clear() self.pending_unmount_ops.clear() self.updatePendingOps() self.setApplyButtonState() @pyqtSlot(QTableWidgetItem) def driveTableItemChanged(self, item: QTableWidgetItem) -> None: """ Respond to the user checking or unchecking a checkbox in the table of drives :param item: the table item checked or unchecked """ column = item.column() if column == self.userMountCol: drive = item.data(Qt.UserRole) # type: WindowsDriveMount do_mount = item.checkState() == Qt.Checked if do_mount: assert drive.mount_point == "" mount_point = wsl_standard_mount_point( root=self.wsl_mount_root, drive_letter=drive.drive_letter ) else: mount_point = drive.mount_point if mount_point: tasks = determine_mount_ops( do_mount=do_mount, drive_letter=drive.drive_letter, mount_point=mount_point, uid=self.uid, gid=self.gid, ) else: # User has likely changed their mind about mounting a drive tasks = [] if tasks: if do_mount: self.pending_mount_ops[drive] = tasks else: self.pending_unmount_ops[drive] = tasks else: del self.pending_mount_ops[drive] self.updatePendingOps() self.setApplyButtonState() elif not self.prefs.wsl_automount_all_removable_drives and column in ( self.autoMountCol, self.autoUnmountCol, ): row = item.row() drive = self.driveTable.item(row, self.userMountCol).data( Qt.UserRole ) # type: WindowsDriveMount if column == self.autoUnmountCol: auto_mount = ( self.driveTable.item(row, self.autoMountCol).checkState() == Qt.Checked ) auto_unmount = item.checkState() == Qt.Checked else: auto_mount = item.checkState() == Qt.Checked auto_unmount = ( self.driveTable.item(row, self.autoUnmountCol).checkState() == Qt.Checked ) if auto_mount: self.prompt_to_mount_drives.append(drive) elif drive in self.prompt_to_mount_drives: self.prompt_to_mount_drives.remove(drive) self.windrive_prefs.set_prefs(drive, auto_mount, auto_unmount) def updatePendingOps(self) -> None: """ Update the list of pending operations displayed to the user at the bottom of the Windows Drive Mount window """ self.pendingOpsBox.clear() lines = [] for mount_ops in self.pending_mount_ops.values(): for op in mount_ops: lines.append(self.make_mount_op_hr.mount_task_human_readable(op)) for mount_ops in self.pending_unmount_ops.values(): for op in mount_ops: lines.append(self.make_mount_op_hr.mount_task_human_readable(op)) text = "
      ".join(lines) self.pendingOpsBox.setHtml(text) def setApplyButtonState(self) -> None: """ Change the apply button state depending on whether there are any pending mount or unmount operations """ enabled = len(self.pending_mount_ops) > 0 or len(self.pending_unmount_ops) > 0 self.applyButton.setEnabled(enabled) @pyqtSlot(int) def autoMountChanged(self, state: int) -> None: """ Respond to the user checking or unchecking the automatically mount Windows drives option, adjusting the preferences and setting other control states :param state: Whether the new state is checked or unchecked """ auto_mount = state == Qt.Checked self.prefs.wsl_automount_removable_drives = auto_mount self.setAutoMountGroupState() @pyqtSlot(QAbstractButton, bool) def autoMountGroupToggled(self, button: QAbstractButton, checked: bool) -> None: """ Respond to the user checking or unchecking one of the order auto mount radio buttons :param button: Radio button modified :param checked: Whether the button was checked or unchecked """ automount_all = self.autoMountAllButton.isChecked() self.prefs.wsl_automount_all_removable_drives = automount_all self.driveTable.setEnabled(not self.prefs.wsl_automount_all_removable_drives) self.setAutoMountGroupState() if automount_all: self.driveTable.selectionModel().clearSelection() def setAutoMountWidgetValues(self) -> None: """ Set values for Auto mount and other controls based on program preferences """ self.autoMountCheckBox.setChecked(self.prefs.wsl_automount_removable_drives) self.setAutoMountGroupState() def setAutoMountGroupState(self): """ Set control states of controls depending on program preferences, including whether they are enabled or not """ if self.prefs.wsl_automount_removable_drives: self.autoMountAllButton.setEnabled(True) self.autoMountManualButton.setEnabled(True) self.autoMountGroup.setExclusive(True) self.autoMountAllButton.setChecked( self.prefs.wsl_automount_all_removable_drives ) self.autoMountManualButton.setChecked( not self.prefs.wsl_automount_all_removable_drives ) self.setAllDriveAutoMountColStates() else: self.autoMountAllButton.setEnabled(False) self.autoMountManualButton.setEnabled(False) self.autoMountGroup.setExclusive(False) self.autoMountAllButton.setChecked(False) self.autoMountManualButton.setChecked(False) self.setAllDriveAutoMountColStates() def setAllDriveAutoMountColStates(self) -> None: """ For each Windows drive in the drive table, enable or disable checkboxes and set their values """ if self.driveTable is not None: # Set table state here rather than in setAutoMountGroupState() because # it does not exist early in window init self.driveTable.setEnabled( not self.prefs.wsl_automount_all_removable_drives ) for row in range(self.driveTable.rowCount()): self.setDriveAutoMountColStates(row=row) def setDriveAutoMountColStates(self, row: int) -> bool: """ For a single row in the drive table, enable or disable checkboxes and set their values :param row: the row to act on :return True if drive is not system mounted and it should be automatically mounted, else False """ drive = self.driveTable.item(row, self.userMountCol).data( Qt.UserRole ) # type: WindowsDriveMount auto_mount = False if not drive.system_mounted: if not self.prefs.wsl_automount_removable_drives: auto_mount = auto_unmount = False elif self.prefs.wsl_automount_all_removable_drives: auto_mount = auto_unmount = True else: auto_mount, auto_unmount = self.windrive_prefs.drive_prefs(drive=drive) autoMountItem = self.driveTable.item(row, self.autoMountCol) autoUnmountItem = self.driveTable.item(row, self.autoUnmountCol) # block signal being emitted when programmatically changing checkbox # states blocked = self.driveTable.blockSignals(True) for item, value in ( (autoMountItem, auto_mount), (autoUnmountItem, auto_unmount), ): item.setCheckState(Qt.Checked if value else Qt.Unchecked) self.setItemState( enabled=self.prefs.wsl_automount_removable_drives, item=item, ) # restore signal state self.driveTable.blockSignals(blocked) return auto_mount @staticmethod def setItemState(enabled: bool, item: QTableWidgetItem) -> None: """ Enable or disable an individual check box in the Windows drive mount table :param enabled: Whether the control should be enabled or disabled :param item: The item to apply the state to """ if enabled: item.setFlags( item.flags() | Qt.ItemIsEnabled | Qt.ItemIsEditable | Qt.ItemIsSelectable ) else: item.setFlags( item.flags() & ~Qt.ItemIsEditable & ~Qt.ItemIsEnabled & ~Qt.ItemIsSelectable ) def addDriveAtRow(self, row: int, drive: WindowsDriveMount): """ Add new windows mount drive to the drive table at the row indicated :param row: row to add the drive to :param drive: the drive to add """ auto_mount = self.autoMountCheckBox.isChecked() auto_mount_all = self.autoMountAllButton.isChecked() if drive.mount_point: mount_point = drive.mount_point is_mounted = True else: is_mounted = False system_mounted = drive.system_mounted user_mounted = not system_mounted if not is_mounted: mount_point = wsl_standard_mount_point( self.wsl_mount_root, drive.drive_letter ) # User Mounted Column userMountedItem = QTableWidgetItem() checked = user_mounted and is_mounted userMountedItem.setCheckState(Qt.Checked if checked else Qt.Unchecked) if system_mounted: self.setItemState(enabled=False, item=userMountedItem) # Store the drive data in the first column userMountedItem.setData(Qt.UserRole, drive) # System Mounted Columns systemMountItem = QTableWidgetItem() systemMountItem.setCheckState(Qt.Checked if system_mounted else Qt.Unchecked) systemMountItem.setFlags( systemMountItem.flags() & ~Qt.ItemIsEditable & ~Qt.ItemIsSelectable ) # Mount Point Column mountPointItem = QTableWidgetItem(mount_point) mountPointItem.setFlags( mountPointItem.flags() & ~Qt.ItemIsEditable & ~Qt.ItemIsSelectable ) # Windows Drive Column windowsDriveItem = QTableWidgetItem( f"{drive.label} ({drive.drive_letter.upper()}:)" ) windowsDriveItem.setFlags( windowsDriveItem.flags() & ~Qt.ItemIsEditable & ~Qt.ItemIsSelectable ) # Automount and Auto Unmount at Exit Columns automountItem = QTableWidgetItem() autounmountItem = QTableWidgetItem() if system_mounted: automountItem.setCheckState(Qt.Checked) autounmountItem.setCheckState(Qt.Unchecked) self.setItemState(enabled=False, item=automountItem) self.setItemState(enabled=False, item=autounmountItem) elif auto_mount: if auto_mount_all: automountItem.setCheckState(Qt.Checked) autounmountItem.setCheckState(Qt.Checked) else: automountItem.setCheckState(Qt.Unchecked) autounmountItem.setCheckState(Qt.Unchecked) self.setItemState(enabled=False, item=automountItem) self.setItemState(enabled=False, item=autounmountItem) self.driveTable.setItem(row, self.userMountCol, userMountedItem) self.driveTable.setItem(row, self.systemMountCol, systemMountItem) self.driveTable.setItem(row, self.mountPointCol, mountPointItem) self.driveTable.setItem(row, self.windowsDriveCol, windowsDriveItem) self.driveTable.setItem(row, self.autoMountCol, automountItem) self.driveTable.setItem(row, self.autoUnmountCol, autounmountItem) def addMount(self, drive: WindowsDriveMount) -> None: """ Add a new Windows drive mount to the table This drive has been added when the dialog is already showing :param drive: drive to add """ row = self.driveTable.rowCount() self.driveTable.insertRow(row) logging.debug( "Adding drive %s: to Mount Windows Drive table", drive.drive_letter ) # block signal being emitted when programmatically changing checkbox # states blocked = self.driveTable.blockSignals(True) self.addDriveAtRow(row, drive) auto_mount = self.setDriveAutoMountColStates(row=row) if auto_mount: self.prompt_to_mount_drives.append(drive) self.driveTable.sortItems(self.mountPointCol) # restore signal state self.driveTable.blockSignals(blocked) self.calculateScrollBarAppearance() def removeMount(self, drive: WindowsDriveMount) -> None: """ Remove a Windows drive from the table :param drive: Drive to remove """ for row in range(self.driveTable.rowCount()): d = self.driveTable.item(row, 0).data(Qt.UserRole) if d == drive: logging.debug( "Removing drive %s: from Mount Windows Drive table", drive.drive_letter, ) self.driveTable.removeRow(row) if drive in self.prompt_to_mount_drives: self.prompt_to_mount_drives.remove(drive) break class WslDrives(QObject): """ Manages Windows drive mounts under the Window Subsystem for Linux """ driveMounted = pyqtSignal("PyQt_PyObject") driveUnmounted = pyqtSignal("PyQt_PyObject") def __init__(self, rapidApp: "RapidWindow") -> None: super().__init__(parent=rapidApp) self.drives = [] # type: List[WindowsDriveMount] self.mount_points = defaultdict( list ) # type: DefaultDict[str, List[WindowsDriveMount]] self.make_mount_drive_attempt = False self.rapidApp = rapidApp self.prefs = self.rapidApp.prefs self.windrive_prefs = WSLWindowsDrivePrefsInterface(prefs=self.prefs) self.mountDrivesDialog = None # type: Optional[WslMountDriveDialog] self.uid = os.getuid() self.gid = os.getgid() self.wsl_mount_root = Path(wsl_conf_mnt_location()) def addDrive(self, drive: WindowsDriveMount) -> None: """ Add a new windows drive, which may be already mounted or not :param drive: the drive to add """ self.drives.append(drive) self.mount_points[drive.mount_point].append(drive) if not drive.mount_point: self.make_mount_drive_attempt = True if self.mountDrivesDialog: self.mountDrivesDialog.addMount(drive) def removeDrive(self, drive: WindowsDriveMount) -> None: """ Remove a windows drive :param drive: the drive to remove """ logging.debug("Removing drive %s from WSL drives", drive) self.drives.remove(drive) self.mount_points[drive.mount_point].remove(drive) self.logDrives() if self.mountDrivesDialog: self.mountDrivesDialog.removeMount(drive) def knownMountPoint(self, mount_point: str) -> bool: if mount_point: return mount_point in self.mount_points return False def driveType(self, mount_point: str) -> WindowsDriveType: """ Drive type as reported by Windows :param mount_point: mount point of the volume :return: Drive type as reported by Windows """ try: return self.mount_points[mount_point][0].drive_type except Exception: logging.error("Mount point %s is an unknown WSL drive", mount_point) return WindowsDriveType.local_disk def displayName(self, mount_point: str) -> str: """ Volume name and drive letter for the mount point If the volume name is currently unknown, return simply the drive letter and a colon, e.g. C: or D: :param mount_point: mount point of the volume :return: volume name and drive letter as reported by Windows """ if mount_point in self.mount_points: drive = self.mount_points[mount_point][0] return f"{drive.label} ({drive.drive_letter.upper()}:)" else: return f"{Path(mount_point).name.upper()}:" def driveProperties(self, mount_point: str) -> Tuple[List[str], bool]: assert mount_point != "" drive = self.mount_points[mount_point][0] return ( self.iconNames(drive.drive_type), drive.drive_type == WindowsDriveType.removable_disk, ) @staticmethod def iconNames(drive_type: WindowsDriveType) -> List[str]: """ Return a list of icons that match the drive type :param drive_type: :return: """ if drive_type == WindowsDriveType.removable_disk: return [ "drive-removable-media-usb", "drive-removable-media", "drive-removable", "drive", "drive-removable-media-usb-symbolic", "drive-removable-media-symbolic", "drive-removable-symbolic", "drive-symbolic", ] elif drive_type == WindowsDriveType.local_disk: return ["folder", "folder-symbolic"] else: return [ "folder-remote", "folder", "folder-remote-symbolic", "folder-symbolic", ] def mountDrives(self) -> None: """ Mount all drives that should be automatically mounted, and prompt the user for drives that are not automatically mounted """ if self.mountDrivesDialog is not None: # given the dialog is active, prompt to mount any unmounted auto # mount drives when the user has closed the dialog return if self.make_mount_drive_attempt: unmounted_drives = self.mount_points[""] drives_to_mount = [] show_dialog = False for drive in unmounted_drives: if self.prefs.wsl_automount_removable_drives: if self.prefs.wsl_automount_all_removable_drives: drives_to_mount.append(drive) else: if self.windrive_prefs.drive_prefs(drive).auto_mount: drives_to_mount.append(drive) else: show_dialog = True if drives_to_mount: self.doMountDrives(drives=drives_to_mount) if show_dialog and self.mountDrivesDialog is None: self.showMountDrivesDialog(validate_drive_state=False) self.make_mount_drive_attempt = False def unmountDrives( self, at_exit: Optional[bool] = False, mount_point: Optional[str] = "" ) -> bool: """ Unmount drives that should be automatically unmounted at program exit, or when a device has been downloaded from. :param at_exit: True if this is being called as the program is exiting, else False :param mount_point: if at exit is false, a mount point must be specified. If so, only its mount will be unmounted. :return: True if the user did not cancel the unmount operation when prompted to enter a password """ auto_unmount_drives = [] # type: List[WindowsDriveMount] if at_exit: if self.prefs.wsl_automount_removable_drives: for drive in self.drives: if drive.mount_point and not drive.system_mounted: if ( self.prefs.wsl_automount_all_removable_drives or self.windrive_prefs.drive_prefs(drive=drive).auto_unmount ): auto_unmount_drives.append(drive) else: assert mount_point auto_unmount_drives.append(self.mount_points[mount_point][0]) if auto_unmount_drives: pending_ops = OrderedDict() for drive in auto_unmount_drives: tasks = determine_mount_ops( do_mount=False, drive_letter=drive.drive_letter, mount_point=drive.mount_point, uid=self.uid, gid=self.gid, ) if tasks: pending_ops[drive] = tasks result = do_mount_drives_op( drives=auto_unmount_drives, pending_ops=pending_ops, parent=self.rapidApp, is_do_mount=False, ) if result.cancelled or not at_exit: # Update internal drive state tracking, because we're not exiting self.updateDriveStatePostUnmount(unmounted=result.successes) self.logDrives() return False return True def validateDriveState(self) -> None: """ Validate the internally maintained list of drives and their mount status by examining /proc/mounts """ valdiated_drives = [] # type: List[WindowsDriveMount] valdiated_mount_points = defaultdict( list ) # type: DefaultDict[str, List[WindowsDriveMount]] difference_found = False for drive in self.drives: mount_point = wsl_mount_point(drive_letter=drive.drive_letter) if mount_point != drive.mount_point: difference_found = True new_drive = drive._replace(mount_point=mount_point) valdiated_drives.append(new_drive) valdiated_mount_points[mount_point].append(new_drive) if drive.mount_point == "": logging.warning( "Drive %s: (%s) was previously unmounted but is now " "unexpectedly mounted at %s", drive.drive_letter, drive.label, mount_point, ) else: logging.warning( "Drive %s: (%s) was previously mounted at %s but is now " "unexpectedly unmounted", drive.drive_letter, drive.label, drive.mount_point, ) else: valdiated_drives.append(drive) valdiated_mount_points[mount_point].append(drive) if difference_found: self.drives = valdiated_drives self.mount_points = valdiated_mount_points self.logDrives() def logDrives(self) -> None: if self.mount_points[""]: logging.debug( "%s mounted Windows drives (%s); %s unmounted (%s)", len(self.drives), make_hr_drive_letter_list(self.drives), len(self.mount_points[""]), make_hr_drive_letter_list(self.mount_points[""]), ) else: logging.debug( "%s mounted Windows drives (%s)", len(self.drives), make_hr_drive_letter_list(self.drives), ) def showMountDrivesDialog(self, validate_drive_state: bool = True) -> None: """ Show the Dialogue window with a list of Windows drive mounts and associated options :param validate_drive_state: if True, fefresh the internally maintained list of Windows drives and their states :return: """ if validate_drive_state: self.validateDriveState() if self.mountDrivesDialog is None: self.mountDrivesDialog = WslMountDriveDialog( parent=self.rapidApp, drives=self.drives, prefs=self.rapidApp.prefs, windrive_prefs=self.windrive_prefs, wsl_mount_root=self.wsl_mount_root, ) self.mountDrivesDialog.exec() unmounted_drives = [ drive for drive in self.mountDrivesDialog.prompt_to_mount_drives if drive in self.drives and not wsl_mount_point(drive.drive_letter) ] if unmounted_drives: drives_list_hr = make_hr_drive_list(unmounted_drives) logging.debug("Prompting to ask whether to mount %s", drives_list_hr) if len(unmounted_drives) == 1: # Translators: this will appear in a small dialog asking the user # if they want to mount a single drive message = _("Do you want to mount drive %s?") % drives_list_hr else: # translators: this will appear in a small dialog asking the user # if they want to mount two or more drives message = _("Do you want to mount drives %s?") % drives_list_hr msgBox = standardMessageBox( message=message, rich_text=False, standardButtons=QMessageBox.Yes | QMessageBox.No, parent=self.rapidApp, ) if msgBox.exec() == QMessageBox.Yes: logging.debug("Will mount drives %s", drives_list_hr) self.doMountDrives(drives=unmounted_drives) else: logging.debug("User chose not mount %s", drives_list_hr) self.mountDrivesDialog = None def doMountDrives(self, drives: List[WindowsDriveMount]) -> None: """ Mount the list of drives that should be automatically mounted :param drives: the drives to mount """ logging.debug("Auto mounting %s drives", len(drives)) pending_ops = OrderedDict() mount_points = {} for drive in drives: mount_point = wsl_standard_mount_point( self.wsl_mount_root, drive.drive_letter ) mount_points[drive.drive_letter] = mount_point tasks = determine_mount_ops( do_mount=True, drive_letter=drive.drive_letter, mount_point=mount_point, uid=self.uid, gid=self.gid, ) if tasks: pending_ops[drive] = tasks result = do_mount_drives_op( drives=drives, pending_ops=pending_ops, parent=self.rapidApp, is_do_mount=True, ) self.updateDriveStatePostMount( mounted=result.successes, mount_points=mount_points ) self.logDrives() def updateDriveStatePostMount( self, mounted: List[WindowsDriveMount], mount_points: Dict[str, str] ): notify_via_signal = [] for drive in mounted: new_drive = drive._replace(mount_point=mount_points[drive.drive_letter]) self.mount_points[""].remove(drive) self.mount_points[new_drive.mount_point].append(new_drive) self.drives.remove(drive) self.drives.append(new_drive) notify_via_signal.append(new_drive) self.driveMounted.emit(notify_via_signal) def updateDriveStatePostUnmount(self, unmounted: List[WindowsDriveMount]) -> None: notify_via_signal = [] for drive in unmounted: new_drive = drive._replace(mount_point="") self.drives.remove(drive) self.drives.append(new_drive) self.mount_points[drive.mount_point].remove(drive) self.mount_points[""].append(new_drive) notify_via_signal.append(drive) self.driveUnmounted.emit(notify_via_signal) class WslWindowsRemovableDriveMonitor(QObject): """ Use wmic.exe to periodically probe for removable drives on Windows On Windows an actual removable drive, e.g. a USB drive, can be classified as a "local drive". Strange but true. Thus need to probe for both local and removable drives. """ driveMounted = pyqtSignal("PyQt_PyObject") driveUnmounted = pyqtSignal("PyQt_PyObject") def __init__(self) -> None: super().__init__() self.known_drives = set() # type: Set[WindowsDrive] self.invalid_drives = set() # type: Set[WindowsDrive] # dict key is drive letter self.detected_drives = dict() # type: Dict[str, WindowsDriveMount] @pyqtSlot() def startMonitor(self) -> None: logging.debug("Starting Wsl Removable Drive Monitor") self.timer = QTimer(self) self.timer.timeout.connect(self.probeWindowsDrives) self.timer.setTimerType(Qt.CoarseTimer) self.timer.setInterval(1500) if self.probeWindowsDrives(): self.timer.start() @pyqtSlot() def stopMonitor(self) -> None: logging.debug("Stopping Wsl Removable Drive Monitor") self.timer.stop() @pyqtSlot() def probeWindowsDrives(self) -> bool: timer_active = self.timer.isActive() if timer_active: self.timer.stop() try: current_drives = wsl_windows_drives( (WindowsDriveType.removable_disk, WindowsDriveType.local_disk) ) except Exception: if timer_active: self.stopMonitor() return False new_drives = current_drives - self.known_drives removed_drives = self.known_drives - current_drives drives = [] for drive in new_drives: if not wsl_drive_valid(drive.drive_letter): logging.debug( "WslWindowsRemovableDriveMonitor adding invalid drive %s:", drive.drive_letter, ) self.invalid_drives.add(drive) else: mount_point = wsl_mount_point(drive.drive_letter) if mount_point: assert os.path.ismount(mount_point) label = drive.label or ( # Translators: this is the name Windows uses for a removable drive, # like a USB drive _("Removable Drive") if drive.drive_type == WindowsDriveType.removable_disk # Translators: this is the name Windows uses for a drive that is # normally part of the computer, like an internal hard drive # (although for some reason some USB drives are classified by # Windows as local drives) else _("Local Drive") ) windows_drive_mount = WindowsDriveMount( drive_letter=drive.drive_letter, label=label, mount_point=mount_point, drive_type=drive.drive_type, system_mounted=drive.drive_type == WindowsDriveType.local_disk and mount_point != "", ) drives.append(windows_drive_mount) self.detected_drives[drive.drive_letter] = windows_drive_mount if drives: self.driveMounted.emit(drives) for drive in removed_drives: if drive in self.invalid_drives: logging.debug( "WslWindowsRemovableDriveMonitor removing invalid drive %s:", drive.drive_letter, ) self.invalid_drives.remove(drive) else: windows_drive_mount = self.detected_drives[drive.drive_letter] self.driveUnmounted.emit(windows_drive_mount) del self.detected_drives[drive.drive_letter] self.known_drives = current_drives if timer_active: self.timer.start() return True def wsl_standard_mount_point(root: Path, drive_letter: str) -> str: """ Return mount point for the driver letter :param root: WSL mount point root :param drive_letter: drive's driver letter :return: the standard mount point """ return str(root / drive_letter.lower()) def wsl_mount_point(drive_letter: str) -> str: """ Determine the existing mount point of a Windows drive :param drive_letter: windows drive letter :return: Linux mount point, or "" if it is not mounted """ with open("/proc/mounts") as m: mounts = m.read() regex = fr"^drvfs (.+?) 9p .+?path={drive_letter}:\\?;" mnt = re.search(regex, mounts, re.MULTILINE | re.IGNORECASE) if mnt is not None: return mnt.group(1) else: return "" def wsl_drive_valid(drive_letter: str) -> bool: """ Use the Windows command 'vol' to determine if the drive letter indicates a valid drive :param drive_letter: drive letter to check in Windows :return: True if valid, False otherwise """ # Testing only: # return drive_letter.lower() in ('c', 'd', 'f', 'g', 'j') try: subprocess.check_call( shlex.split(f"cmd.exe /c vol {drive_letter}:"), stdout=subprocess.PIPE, stderr=subprocess.PIPE, ) return True except subprocess.CalledProcessError: return False def wsl_windows_drives( drive_type_filter: Optional[Tuple[WindowsDriveType, ...]] = None, ) -> Set[WindowsDrive]: """ Get Windows to report its drives and their types :param drive_type_filter: the type of drives to search for """ # wmic is deprecated, but is much, much faster than calling powershell try: output = subprocess.run( shlex.split("wmic.exe logicaldisk get deviceid, volumename, drivetype"), universal_newlines=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE, ).stdout.strip() except Exception as e: logging.error("Call to wmic.exe failed: %s", str(e)) raise "Call to wmic.exe failed" # Discard first line of output, which is a table header drives = set() for line in output.split("\n")[1:]: if line: # expect blank lines components = line.split(maxsplit=2) drive_type = int(components[1]) # 0 - Unknown # 1 - No Root Directory # 2 - Removable Disk # 3 - Local Disk # 4 - Network Drive # 5 - Compact Disk # 6 - RAM Disk if 2 <= drive_type <= 4: drive_type = WindowsDriveType(drive_type) if drive_type_filter is None or drive_type in drive_type_filter: drive_letter = components[0][0] if len(components) == 3: label = components[2].strip() else: label = "" drives.add( WindowsDrive( drive_letter=drive_letter, label=label, drive_type=drive_type, ) ) return drives if __name__ == "__main__": # Application development test code: from PyQt5.QtWidgets import QApplication from raphodo.prefs.preferences import Preferences app = QApplication([]) app.setOrganizationName("Rapid Photo Downloader") app.setOrganizationDomain("damonlynch.net") app.setApplicationName("Rapid Photo Downloader") prefs = Preferences() wdrive_prefs = WSLWindowsDrivePrefsInterface(prefs) all_drives = True if not all_drives: windows_drives = wsl_windows_drives( drive_type_filter=( WindowsDriveType.removable_disk, WindowsDriveType.local_disk, ) ) else: windows_drives = wsl_windows_drives() ddrives = [] for wdrive in windows_drives: if wsl_drive_valid(wdrive.drive_letter): main_mount_point = wsl_mount_point(wdrive.drive_letter) if main_mount_point: assert os.path.ismount(main_mount_point) print(f"{wdrive.drive_letter}: is mounted at {main_mount_point}") else: print(f"{wdrive.drive_letter}: is not mounted") ddrives.append( WindowsDriveMount( drive_letter=wdrive.drive_letter, label=wdrive.label or "Removable Drive", mount_point=main_mount_point, drive_type=wdrive.drive_type, system_mounted=wdrive.drive_type == WindowsDriveType.local_disk and main_mount_point != "", ) ) w = WslMountDriveDialog( drives=ddrives, prefs=prefs, windrive_prefs=wdrive_prefs, wsl_mount_root=Path("/mnt"), ) w.exec() ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/wslutils.py0000644000175000017500000000624500000000000021052 0ustar00damondamonimport configparser import functools import logging import re import shlex import subprocess from pathlib import Path from typing import Set from showinfm.system.linux import translate_wsl_path @functools.lru_cache(maxsize=None) def wsl_env_variable(variable: str) -> str: """ Return Windows environment variable within WSL """ assert variable return subprocess.run( shlex.split(f"wslvar {variable}"), universal_newlines=True, stdout=subprocess.PIPE, ).stdout.strip() @functools.lru_cache(maxsize=None) def wsl_home() -> Path: """ Return user's Windows home directory within WSL """ return Path( translate_wsl_path(wsl_env_variable("USERPROFILE"), from_windows_to_wsl=True) ) @functools.lru_cache(maxsize=None) def _wsl_reg_query_standard_folder(folder: str) -> str: """ Use reg query on Windows to query the user's Pictures and Videos folder. No error checking. :param folder: one of "My Pictures" or "My Video" :return: registry value for the folder """ assert folder in ("My Pictures", "My Video") query = fr"reg.exe query 'HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders\' /v '{folder}'" output = subprocess.run( shlex.split(query), stdout=subprocess.PIPE, universal_newlines=True, ).stdout regex = rf"{folder}\s+REG_EXPAND_SZ\s+(.+)\n\n$" p = re.search(regex, output).group(1) if "%USERPROFILE%" in p: # e.g. %USERPROFILE%\Videos # substitute the user profile p = str(wsl_home() / p.replace("%USERPROFILE%\\", "")) return p @functools.lru_cache(maxsize=None) def wsl_pictures_folder() -> str: """ Query the Windows registry for the location of the user's Pictures folder :return: location as a Linux path """ return translate_wsl_path( _wsl_reg_query_standard_folder("My Pictures"), from_windows_to_wsl=True ) @functools.lru_cache(maxsize=None) def wsl_videos_folder() -> str: """ Query the Windows registry for the location of the user's Videos folder :return: location as a Linux path """ return translate_wsl_path( _wsl_reg_query_standard_folder("My Video"), from_windows_to_wsl=True ) @functools.lru_cache(maxsize=None) def wsl_conf_mnt_location() -> str: """ Determine location of WSL mount points using /etc/wsl.conf :return: mount point if specified, else "/mnt" """ config = configparser.ConfigParser() try: config.read_file(open("/etc/wsl.conf")) except Exception: logging.debug("Could not load wsl.conf") else: if config.has_option("automount", "root"): mount_dir = config.get("automount", "root") if Path(mount_dir).is_dir(): return mount_dir else: logging.warning("WSL root mount point %s does not exist", mount_dir) return "/mnt" def wsl_filter_directories() -> Set[str]: """ :return: Set of full paths of WSL system directories to not show in file browser """ mnt_location = Path(wsl_conf_mnt_location()) return {str(mnt_location / d) for d in ('wsl', 'wslg')} ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/raphodo/xsettings.py0000644000175000017500000001720500000000000021212 0ustar00damondamon# This file is part of ReText # Copyright: 2015-2017 Dmitry Shachnev # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # This is implementation of XSettings specification, described at # # Reformatted in 2022 by Damon Lynch, using black import ctypes import ctypes.util import struct class _xcb_reply_t(ctypes.Structure): # this can be used instead of xcb_intern_atom_reply_t, # xcb_get_selection_owner_reply_t, etc _fields_ = [ ("response_type", ctypes.c_uint8), ("pad0", ctypes.c_uint8), ("sequence", ctypes.c_uint16), ("length", ctypes.c_uint32), ("payload", ctypes.c_uint32), ] class _xcb_cookie_t(ctypes.Structure): # this can be used instead of xcb_intern_atom_cookie_t, # xcb_get_selection_owner_cookie_t, etc _fields_ = [("sequence", ctypes.c_uint)] _xcb_error_messages = [ None, "XCB error: socket, pipe and other stream error", "XCB connection closed: extension unsupported", "XCB connection closed: insufficient memory", "XCB connection closed: request length exceeded", "XCB connection closed: DISPLAY parse error", "XCB connection closed: invalid screen", ] class XSettingsError(RuntimeError): pass class XSettingsParseError(XSettingsError): pass def get_raw_xsettings(display=0): # initialize the libraries xcb_library_name = ctypes.util.find_library("xcb") if xcb_library_name is None: raise XSettingsError("Xcb library not found") xcb = ctypes.CDLL(xcb_library_name) c_library_name = ctypes.util.find_library("c") if c_library_name is None: raise XSettingsError("C library not found") c = ctypes.CDLL(c_library_name) # set some args and return types c.free.argtypes = [ctypes.c_void_p] c.free.restype = None xcb.xcb_connect.argtypes = [ctypes.c_char_p, ctypes.POINTER(ctypes.c_int)] xcb.xcb_connect.restype = ctypes.c_void_p xcb.xcb_connection_has_error.argtypes = [ctypes.c_void_p] xcb.xcb_connection_has_error.restype = ctypes.c_int xcb.xcb_disconnect.argtypes = [ctypes.c_void_p] xcb.xcb_disconnect.restype = None xcb.xcb_intern_atom.argtypes = [ ctypes.c_void_p, ctypes.c_uint8, ctypes.c_uint16, ctypes.c_char_p, ] xcb.xcb_intern_atom.restype = _xcb_cookie_t xcb.xcb_intern_atom_reply.argtypes = [ ctypes.c_void_p, _xcb_cookie_t, ctypes.c_void_p, ] xcb.xcb_intern_atom_reply.restype = ctypes.POINTER(_xcb_reply_t) xcb.xcb_get_selection_owner.argtypes = [ctypes.c_void_p, ctypes.c_uint32] xcb.xcb_get_selection_owner.restype = _xcb_cookie_t xcb.xcb_get_selection_owner_reply.argtypes = [ ctypes.c_void_p, _xcb_cookie_t, ctypes.c_void_p, ] xcb.xcb_get_selection_owner_reply.restype = ctypes.POINTER(_xcb_reply_t) xcb.xcb_get_property.argtypes = [ ctypes.c_void_p, ctypes.c_uint8, ctypes.c_uint32, ctypes.c_uint32, ctypes.c_uint32, ctypes.c_uint32, ctypes.c_uint32, ] xcb.xcb_get_property.restype = _xcb_cookie_t xcb.xcb_get_property_reply.argtypes = [ ctypes.c_void_p, _xcb_cookie_t, ctypes.c_void_p, ] xcb.xcb_get_property_reply.restype = ctypes.c_void_p xcb.xcb_get_property_value_length.argtypes = [ctypes.c_void_p] xcb.xcb_get_property_value_length.restype = ctypes.c_int xcb.xcb_get_property_value.argtypes = [ctypes.c_void_p] xcb.xcb_get_property_value.restype = ctypes.c_void_p # open the connection connection = xcb.xcb_connect(None, None) error = xcb.xcb_connection_has_error(connection) if error: raise XSettingsError(_xcb_error_messages[error]) # get selection atom cookie buffer = ("_XSETTINGS_S%d" % display).encode() cookie = xcb.xcb_intern_atom(connection, 0, len(buffer), buffer) # get selection atom reply reply = xcb.xcb_intern_atom_reply(connection, cookie, None) selection_atom = reply.contents.payload c.free(reply) # get selection owner cookie cookie = xcb.xcb_get_selection_owner(connection, selection_atom) # get selection owner reply reply = xcb.xcb_get_selection_owner_reply(connection, cookie, None) window = reply.contents.payload c.free(reply) # get settings atom cookie buffer = b"_XSETTINGS_SETTINGS" cookie = xcb.xcb_intern_atom(connection, 0, len(buffer), buffer) # get settings atom reply reply = xcb.xcb_intern_atom_reply(connection, cookie, None) settings_atom = reply.contents.payload c.free(reply) # get property cookie cookie = xcb.xcb_get_property(connection, 0, window, settings_atom, 0, 0, 0x2000) # get property reply reply = xcb.xcb_get_property_reply(connection, cookie, None) if reply is not None: length = xcb.xcb_get_property_value_length(reply) pointer = xcb.xcb_get_property_value(reply) if length else None result = ctypes.string_at(pointer, length) c.free(reply) # close the connection xcb.xcb_disconnect(connection) # handle possible errors if reply is None or not length: raise XSettingsError("XSettings not available") return result def parse_xsettings(raw_xsettings): if len(raw_xsettings) < 12: raise XSettingsParseError("length < 12") if raw_xsettings[0] not in (0, 1): raise XSettingsParseError("wrong order byte: %d" % raw_xsettings[0]) byte_order = "<>"[raw_xsettings[0]] settings_count = struct.unpack(byte_order + "I", raw_xsettings[8:12])[0] TypeInteger, TypeString, TypeColor = range(3) result = {} raw_xsettings = raw_xsettings[12:] offset = 0 for i in range(settings_count): setting_type = raw_xsettings[offset] offset += 2 name_length = struct.unpack( byte_order + "H", raw_xsettings[offset : offset + 2] )[0] offset += 2 name = raw_xsettings[offset : offset + name_length] offset += name_length if offset & 3: offset += 4 - (offset & 3) offset += 4 # skip last-change-serial if setting_type == TypeInteger: value = struct.unpack(byte_order + "I", raw_xsettings[offset : offset + 4])[ 0 ] offset += 4 elif setting_type == TypeString: value_length = struct.unpack( byte_order + "I", raw_xsettings[offset : offset + 4] )[0] offset += 4 value = raw_xsettings[offset : offset + value_length] offset += value_length if offset & 3: offset += 4 - (offset & 3) elif setting_type == TypeColor: value = struct.unpack( byte_order + "HHHH", raw_xsettings[offset : offset + 8] ) offset += 8 else: raise XSettingsParseError("Wrong setting type: %d" % setting_type) result[name] = value return result def get_xsettings(display=0): raw_xsettings = get_raw_xsettings(display) return parse_xsettings(raw_xsettings) ././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1647023206.3278413 rapid-photo-downloader-0.9.33/rapid_photo_downloader.egg-info/0000755000175000017500000000000000000000000023367 5ustar00damondamon././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023206.0 rapid-photo-downloader-0.9.33/rapid_photo_downloader.egg-info/PKG-INFO0000644000175000017500000002076700000000000024500 0ustar00damondamonMetadata-Version: 2.1 Name: rapid-photo-downloader Version: 0.9.33 Summary: Downloads, renames and backs up photos and videos from cameras, phones, memory cards and other devices Home-page: https://damonlynch.net/rapid Author: Damon Lynch Author-email: damonlynch@gmail.com License: GPL 3+ Project-URL: Bug Reports, https://bugs.rapidphotodownloader.com Project-URL: Source, https://github.com/damonlynch/rapid-photo-downloader Keywords: photo video download ingest import camera phone backup rename photography photographer transfer copy raw cr2 cr3 nef arw dng 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.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 Classifier: Topic :: Multimedia :: Graphics Classifier: Topic :: Multimedia :: Video Requires-Python: >=3.6.*, <4 Provides-Extra: color_ouput Provides-Extra: progress_bar License-File: LICENSE # Rapid Photo Downloader [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) Rapid Photo Downloader is a Linux desktop application that imports photos and videos from cameras, phones, memory cards, and other devices at high speed. It is written by a [photographer](https://damonlynch.net) for professional and amateur photographers. ![Main window screenshot](.github/mainwindow.png) ## User Survey If you have any experience with Rapid Photo Downloader at all, including if you no longer use it, please join hundreds of others by taking this survey: [Survey of past, current, and potential users](https://survey.rapidphotodownloader.com/) The responses are already making a real difference to the program’s future development. The program collects no analytics whatsoever, so a survey like this is truly helpful. Thank you in advance. ## Program Features - Rename photos and videos with meaningful filenames you specify. - Download vast numbers of photos and videos with minimum fuss. - Back up photos and videos as they are downloaded. - Downloads from and backs up to multiple devices simultaneously. - Easy to configure and use. - Configure program preferences without the need for complicated codes. - Automate common tasks, such as unmounting a memory card when the download is complete. [Read more about its features at the program website](https://damonlynch.net/rapid/features.html). ## Documentation [Full documentation is available at the program website](https://damonlynch.net/rapid/documentation/). ## Program Design Rapid Photo Downloader is coded in Python. To get the best performance using Python on modern multi-core computers, the program uses multiple OS-level processes that communicate with each other using the messaging library [0MQ](https://zeromq.org/). [Learn more about the program's architecture](https://damonlynch.net/rapid/design.html). ## Issue Reporting Report new issues on the [developer's GitHub repository](https://github.com/damonlynch/rapid-photo-downloader/issues). Historic issues are at the previous code repository, [Launchpad](https://bugs.launchpad.net/rapid). ## Releases All project releases are hosted on the [project's Launchpad repository](https://launchpad.net/rapid/+download). ## Support Get support at the [Pixls.us discussion forum](https://discuss.pixls.us/). ## Installation Rapid Photo Downloader is packaged by all major Linux distributions. If you want the latest version, or prefer it run with all its features enabled (like [heif](https://en.wikipedia.org/wiki/High_Efficiency_Image_File_Format) support), you can run the `install.py` script, which downloads and installs the latest version. To use the script to install Rapid Photo Downloader, run as your regular user (i.e. without sudo): ```bash python3 install.py ``` This script will install packages from your Linux distribution and from the [Python Package Index (PyPi)](https://pypi.org/). 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 installer, run: ```bash python3 install.py --help ``` Finally, to uninstall: ```bash python3 install.py --uninstall ``` Or to uninstall both the program and its Python package dependencies: ```bash python3 install.py --uninstall-including-pip-dependencies ``` ### Supported Linux Versions - Ubuntu 18.04 or newer - LinuxMint 19 or newer - Debian 9 or newer, unstable or testing - Fedora 34 or newer - openSUSE Leap 15.3 or newer - CentOS 8 - CentOS Stream 8 (but not CentOS Stream 9) - Any distribution meeting the software requirements below ### Software Requirements - Python 3.6 or newer, and its development headers - [PyQt 5](https://riverbankcomputing.com/software/pyqt/intro) - [Qt 5](https://www.qt.io/) - [Qt5 plugin for reading TIFF images](http://doc.qt.io/qt-5/qtimageformats-index.html) - Qt5 plugin for rendering SVG - [setuptools](https://pypi.org/project/setuptools/) - [python-gphoto2 1.4.0](https://github.com/jim-easterbrook/python-gphoto2) or newer - [show-in-file-manager 1.1.2](https://github.com/damonlynch/showinfilemanager) or newer - [importlib_metadata](https://github.com/python/importlib_metadata) on Python versions older than 3.8 - [pyzmq](https://github.com/zeromq/pyzmq) - [tornado](http://www.tornadoweb.org/) - [psutil](https://github.com/giampaolo/psutil) 3.4.2 or newer - [pyxdg](https://www.freedesktop.org/wiki/Software/pyxdg/) - [Arrow](https://github.com/crsmithdev/arrow) - [dateutil](https://labix.org/python-dateutil) 2.2 or newer - [exiv2](http://www.exiv2.org/) - [ExifTool](http://www.sno.phy.queensu.ca/~phil/exiftool/) - [EasyGUI](https://github.com/robertlugg/easygui) - [Colour](https://github.com/vaab/colour) - [pymediainfo](https://github.com/sbraz/pymediainfo) - [SortedContainers](http://www.grantjenks.com/docs/sortedcontainers/) - [Requests](http://docs.python-requests.org/) - [Tenacity](https://github.com/jd/tenacity) - [intltool](https://freedesktop.org/wiki/Software/intltool/) - [Babel](http://babel.pocoo.org/en/latest/) - [fuse](https://www.kernel.org/doc/html/latest/filesystems/fuse.html) - [imobiledevice-tools](https://libimobiledevice.org/) - [ifuse](https://libimobiledevice.org/) - [Python gobject introspection modules](https://wiki.gnome.org/action/show/Projects/PyGObject): - GUdev 1.0 - UDisks 2.0 - GLib 2.0 - GExiv2 0.10 - Gst 1.0 - Notify 0.7 Highly recommended, optional dependencies: - [colorlog](https://github.com/borntyping/python-colorlog): generates coloured program output when running Rapid Photo Downloader from the terminal. - [pyprind](https://github.com/rasbt/pyprind): shows a progress bar on the command line while running the program analyze_pv_structure. - [pyheif](https://github.com/david-poirier-csn/pyheif): open HEIF / HEIC files - [pillow](https://github.com/python-pillow/Pillow): work with HEIF / HEIC files ### Installation into a Python 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. An Intel or AMD 64 bit platform is required. To install Rapid Photo Downloader into a Python virtual environment, create the virtual environment (naming it whatever you like): ```bash python3 -m venv myenv ``` Activate the virtual environment: ```bash 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: ```bash python install.py --virtual-env ``` Once installed, you can then deactivate the virtual environment with the deactivate command: ```bash deactivate ``` Rapid Photo Downloader can be started without activating the virtual environment by running ```bash myenv/bin/rapid-photo-downloader ``` To uninstall from the virtual environment, simply delete the virtual environment\'s directory. ## License [GPL3 or later](https://choosealicense.com/licenses/gpl-3.0/). ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023206.0 rapid-photo-downloader-0.9.33/rapid_photo_downloader.egg-info/SOURCES.txt0000644000175000017500000000717700000000000025267 0ustar00damondamonCHANGES.md LICENSE MANIFEST.in README.md RELEASE_NOTES.md 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/rapid-photo-downloader.1.pod po/LINGUAS po/POTFILES.in po/ar.po po/be.po po/bg.po po/ca.po po/cs.po po/da.po po/de.po po/el.po po/es.po po/et.po po/fa.po po/fi.po po/fr.po po/hr.po po/hu.po po/id.po po/it.po po/ja.po po/kab.po po/nb.po po/nl.po po/nn.po po/oc.po po/pl.po po/pt.po po/pt_BR.po po/rapid-photo-downloader.pot po/ro.po po/ru.po po/sk.po po/sq.po po/sr.po po/sv.po po/tr.po po/uk.po po/zh_CN.po raphodo/__about__.py raphodo/__init__.py raphodo/backupfile.py raphodo/cache.py raphodo/camera.py raphodo/cameraerror.py raphodo/constants.py raphodo/copyfiles.py raphodo/devices.py raphodo/downloadtracker.py raphodo/errorlog.py raphodo/excepthook.py raphodo/filesystemurl.py raphodo/foldercombo.py raphodo/folderpreviewmanager.py raphodo/folderspreview.py raphodo/generatename.py raphodo/generatenameconfig.py raphodo/heif.py raphodo/interprocess.py raphodo/iplogging.py raphodo/newversion.py raphodo/offload.py raphodo/problemnotification.py raphodo/programversions.py raphodo/proximity.py raphodo/qrc_resources.py raphodo/rapid.py raphodo/renameandmovefile.py raphodo/rescan.py raphodo/resources.qrc raphodo/rpdfile.py raphodo/rpdsql.py raphodo/scan.py raphodo/sudocommand.py raphodo/thumbloadbalancer.py raphodo/thumbnaildaemon.py raphodo/thumbnaildisplay.py raphodo/thumbnailer.py raphodo/thumbnailextractor.py raphodo/thumbnailpara.py raphodo/timeutils.py raphodo/utilities.py raphodo/wsl.py raphodo/wslutils.py raphodo/xsettings.py raphodo/metadata/__init__.py raphodo/metadata/exiftool.py raphodo/metadata/fileformats.py raphodo/metadata/metadataexiftool.py raphodo/metadata/metadataphoto.py raphodo/metadata/metadatavideo.py raphodo/metadata/analysis/__init__.py raphodo/metadata/analysis/analyzephotos.py raphodo/metadata/analysis/photoattributes.py raphodo/metadata/analysis/videoattributes.py raphodo/prefs/__init__.py raphodo/prefs/preferencedialog.py raphodo/prefs/preferences.py raphodo/storage/__init__.py raphodo/storage/storage.py raphodo/storage/storageidevice.py raphodo/ui/__init__.py raphodo/ui/aboutdialog.py raphodo/ui/backuppanel.py raphodo/ui/chevroncombo.py raphodo/ui/computerview.py raphodo/ui/destinationdisplay.py raphodo/ui/destinationpanel.py raphodo/ui/devicedisplay.py raphodo/ui/didyouknow.py raphodo/ui/filebrowse.py raphodo/ui/filmstrip.py raphodo/ui/jobcodepanel.py raphodo/ui/menubutton.py raphodo/ui/messagewidget.py raphodo/ui/nameeditor.py raphodo/ui/panelview.py raphodo/ui/password.py raphodo/ui/primarybutton.py raphodo/ui/rememberthisdialog.py raphodo/ui/renamepanel.py raphodo/ui/rotatedpushbutton.py raphodo/ui/sourcepanel.py raphodo/ui/toggleswitch.py raphodo/ui/toggleview.py raphodo/ui/viewutils.py rapid_photo_downloader.egg-info/PKG-INFO rapid_photo_downloader.egg-info/SOURCES.txt rapid_photo_downloader.egg-info/dependency_links.txt rapid_photo_downloader.egg-info/entry_points.txt rapid_photo_downloader.egg-info/not-zip-safe rapid_photo_downloader.egg-info/requires.txt rapid_photo_downloader.egg-info/top_level.txt././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023206.0 rapid-photo-downloader-0.9.33/rapid_photo_downloader.egg-info/dependency_links.txt0000644000175000017500000000000100000000000027435 0ustar00damondamon ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023206.0 rapid-photo-downloader-0.9.33/rapid_photo_downloader.egg-info/entry_points.txt0000644000175000017500000000007300000000000026665 0ustar00damondamon[gui_scripts] rapid-photo-downloader = raphodo.rapid:main ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023206.0 rapid-photo-downloader-0.9.33/rapid_photo_downloader.egg-info/not-zip-safe0000644000175000017500000000000100000000000025615 0ustar00damondamon ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023206.0 rapid-photo-downloader-0.9.33/rapid_photo_downloader.egg-info/requires.txt0000644000175000017500000000037100000000000025770 0ustar00damondamongphoto2 pyzmq psutil pyxdg arrow python-dateutil colour easygui pymediainfo sortedcontainers tornado PyGObject PyQt5 babel setuptools show-in-file-manager [:python_version < "3.8"] importlib_metadata [color_ouput] colorlog [progress_bar] pyprind ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023206.0 rapid-photo-downloader-0.9.33/rapid_photo_downloader.egg-info/top_level.txt0000644000175000017500000000001000000000000026110 0ustar00damondamonraphodo ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/requirements.txt0000644000175000017500000000060700000000000020436 0ustar00damondamon# This is an implicit value, here for clarity --index-url https://pypi.python.org/simple/ psutil>=3.4.2 gphoto2>=1.8.0 pyzmq>=16.0.2 pyxdg>=0.25 arrow>=0.9.0 python-dateutil>=2.7 PyPrind>=2.9.4 colorlog>=2.6 easygui>=0.98.1 colour pymediainfo>=2.2.0 sortedcontainers requests tornado tenacity pillow>=5.1.0 pyqt5 Babel show-in-file-manager>=1.1.2 importlib_metadata; python_version < '3.8' ././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1647023206.3278413 rapid-photo-downloader-0.9.33/setup.cfg0000644000175000017500000000004600000000000016770 0ustar00damondamon[egg_info] tag_build = tag_date = 0 ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023205.0 rapid-photo-downloader-0.9.33/setup.py0000644000175000017500000002757200000000000016676 0ustar00damondamon#!/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-2022 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-2022, 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): if not os.path.isdir("build"): os.mkdir("build") for pod_file in glob("doc/*.1.pod"): name = os.path.basename(pod_file)[:-6].upper() build_path = os.path.join("build", os.path.splitext(pod_file)[0]) if not os.path.isdir(os.path.join("build", "doc")): os.mkdir(os.path.join("build", "doc")) self.spawn( [ "pod2man", "--section=1", "--release={}".format(about["__version__"]), "--center=General Commands Manual", '--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.md"), encoding="utf-8") as f: long_description = f.read() setup( name=about["__title__"], version=about["__version__"], description=about["__summary__"], long_description=long_description, license=about["__license__"], url=about["__uri__"], author=about["__author__"], author_email=about["__email__"], zip_safe=False, install_requires=[ "gphoto2", "pyzmq", "psutil", "pyxdg", "arrow", "python-dateutil", "colour", "easygui", "pymediainfo", "sortedcontainers", "tornado", "PyGObject", "PyQt5", "babel", "setuptools", "show-in-file-manager", 'importlib_metadata;python_version<"3.8"', ], extras_require={ "color_ouput": [ "colorlog", ], "progress_bar": [ "pyprind", ], }, include_package_data=False, data_files=[ ( "share/man/man1", ["build/doc/rapid-photo-downloader.1"], ), ( "share/applications", ["build/share/applications/net.damonlynch.rapid_photo_downloader.desktop"], ), ( "share/solid/actions", ["build/share/solid/actions/net.damonlynch.rapid_photo_downloader.desktop"], ), ( "share/metainfo", ["build/share/metainfo/net.damonlynch.rapid_photo_downloader.metainfo.xml"], ), ], packages=[ "raphodo", "raphodo.ui", "raphodo.storage", "raphodo.metadata", "raphodo.metadata.analysis", "raphodo.prefs", ], python_requires=">=3.6.*, <4", entry_points={ "gui_scripts": ["rapid-photo-downloader=raphodo.rapid:main"], }, classifiers=[ "Development Status :: 5 - Production/Stable", "Environment :: X11 Applications :: Qt", "Operating System :: POSIX :: Linux", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Topic :: Multimedia :: Graphics", "Topic :: Multimedia :: Video", ], keywords="photo video download ingest import camera phone backup rename " "photography photographer transfer copy raw cr2 cr3 nef arw dng", project_urls={ "Bug Reports": "https://bugs.rapidphotodownloader.com", "Source": "https://github.com/damonlynch/rapid-photo-downloader", }, cmdclass={ "build_man_page": build_man_page, "build_icons": build_icons, "build_translations": build_translations, "build": raphodo_build, "sdist": raphodo_sdist, }, ) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1647023204.0 rapid-photo-downloader-0.9.33/upgrade.py0000644000175000017500000353243600000000000017170 0ustar00damondamon# 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) location = pkg.location pip_install = not location.startswith('/usr') or location.find('local') > 0 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 latest_pypi_version(package_name: str, ignore_prerelease: bool) -> str: """ Determine the latest version of a package available on PyPi. No error checking. :param package_name: package to search for :param ignore_prerelease: if True, don't include pre-release versions :return: latest version as string """ versions = pypi_versions(package_name) if not ignore_prerelease: return versions[0].strip() return next( (v for v in versions if not pkg_resources.parse_version(v).is_prerelease), '' ).strip() def is_recent_pypi_package(package_name: str, minimum_version: str = None ) -> bool: """ Determine if Python package is recent. If a minimum version is specified, checks to see if the installed version is greater than or equal to the minimum version. If no minimum version is specified, checks to see if the installed version is the latest version available on PyPi. :param package_name: package to check :param show_message: if True, show message to user indicating package will be upgraded :param ignore_prerelease: if True, don't check against prerelease versions :param minimum_version: minimum package version that is sufficient :return: True if is most recent, else False """ current = python_package_version(package_name) if not current: return False up_to_date = False latest = None if minimum_version: up_to_date = pkg_resources.parse_version(minimum_version) <= \ pkg_resources.parse_version(current) if not up_to_date: try: latest = latest_pypi_version(package_name, ignore_prerelease=True) except Exception: # 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 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: 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 -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() stderr = p.stderr.read() i = p.returncode os.remove(temp_requirements_name) if i != 0: self.failure("Failed to install application requirements: %s" % stderr) 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. For Python 3.5, freeze packages at arbitrary 2020-11-13 state, because Python 3.5 is already EOL, i.e. pip 20.2.4, setuptools 50.3.2, and wheel 0.35. pip 20.3 is the last version compatible with Python 3.5. setuptools and wheel cannot be too far off Python 3.5 incompatibility either. """ python35 = sys.version_info < (3, 6) if python35: package_details = [ package for package in (('pip', '20.2.4'), ('setuptools', '50.3.2'), ('wheel', '0.35')) if pkg_resources.parse_version(python_package_version(package[0])) < pkg_resources.parse_version(package[1]) ] packages = [p[0] for p in package_details] else: packages = [] # Upgrade the packages if they are already installed using pip, or # Upgrade the system packages only if they are old package_details = [('pip', '19.3.1'), ('setuptools', '41.6.0'), ('wheel', '0.33.6')] for package, version in package_details: if installed_using_pip(package): if not is_recent_pypi_package(package): packages.append(package) elif not is_recent_pypi_package(package, minimum_version=version): packages.append(package) if packages: self.send_message( 'These Python3 packages will be upgraded for your user (i.e. not system-wide): ' '{}'.format(', '.join(packages)) ) if python35: package_listing = ' '.join(['{}=={}'.format(p[0], p[1]) for p in package_details]) else: package_listing = ' '.join(packages) cmd = self.make_pip_command( 'install --user --upgrade {}'.format(package_listing) ) 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 else: self.send_message('The Python tools pip, setuptools, and wheel are up to date.\n') 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') if cmd is not None: 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>@6aWAK003ZGWmEtF0000000000000L7003-nV_|G%FHlPZ1QY-O0001BT4huK00000000000000A0001NZ)0 I>WiMfJFHlPZ1QY-O0001BT4huK00000000000000A0001NZ)0I>WiMi7FHlPZ1QY-O0001BT4huK00000000000 000A0001NZ)0I>WiMi9FHlPZ1QY-O0001BT4huK00000000000000A0001NZ)0I>WiMl4FHlPZ1QY-O0001BT4hu K00000000000000A0001NZ)0I>WiMlMFHlPZ1QY-O0001BT4huK00000000000000A0001NZ)0I>WiMo5FHlPZ1Q Y-O0001BT4huK00000000000000A0001NZ)0I>WiMo9FHlPZ1QY-O0001BT4huK00000000000000A0001NZ)0I> WiMrHFHlPZ1QY-O0001BT4huK00000000000000A0001NZ)0I>WiMrOFHlPZ1QY-O0001BT4huK0000000000000 0A0001NZ)0I>WiMrPFHlPZ1QY-O0001BT4huK00000000000000A0001NZ)0I>WiMu7FHlPZ1QY-O0001BT4huK0 0000000000000A0001NZ)0I>WiMuFFHlPZ1QY-O0001BT4huK00000000000000A0001NZ)0I>WiMuOFHlPZ1QY- O0001BT4huK00000000000000A0001NZ)0I>WiM!QFHlPZ1QY-O0001BT4huK00000000000000A0001NZ)0I>Wi M!TFHlPZ1QY-O0001BT4huK00000000000000A0001NZ)0I>WiM%DFHlPZ1QY-O0001BT4huK00000000000000A 0001NZ)0I>WiM%TFHlPZ1QY-O0001BT4huK00000000000000A0001NZ)0I>WiM)BFHlPZ1QY-O0001BT4huK000 00000000000B0001NZ)0I>WiM-CVlPlj0|XQR00000U|MBV0000000000000003IG5AY;R*>Y-KNQVlPlj0|XQR0 0000U|MBV0000000000000003IG5AY;R*>Y-KNQY%fqt0|XQR00000U|MBV0000000000000003IG5AY;R*>Y-KN QZZA+v0|XQR00000U|MBV0000000000000003IG5AY;R*>Y-KNRV=quk0|XQR00000U|MBV0000000000000003I G5AY;R*>Y-KNSY%fqt0|XQR00000U|MBV0000000000000003IG5AY;R*>Y-KNSbT3d#0|XQR00000U|MBV00000 00000000004FCWDY;R*>Y-KNSbYDVJFHlPZ1QY-O0001BT4huK00000000000000A0001NZ)0I>WiN7XFHlPZ1QY -O0001BT4huK00000000000000A0001NZ)0I>WiN7dFHlPZ1QY-O0001BT4huK00000000000000A0001NZ)0I>W iNAUFHlPZ1QY-O0001BT4huK00000000000000A0001NZ)0I>WiNAaFHlPZ1QY-O0001BT4huK00000000000000 A0001NZ)0I>WiNAbFHlPZ1QY-O0001BT4huK00000000000000A0001NZ)0I>WiNAfFHlPZ1QY-O0001BT4huK00 000000000000A0001NZ)0I>WiNDcFHlPZ1QY-O0001BT4huK00000000000000A0001NZ)0I>WiNGWFHlPZ1QY-O 0001BT4huK00000000000000D0001NZ)0I>WiNVYUqenWP)h>@6aWAK003ZGWmEtF0000000000000>P003-nV_| G%FM4QSLryPDLtjlrQ&T}lMN=Wi3}34jS=_}%g9LB#&Jw m+AC?zYVT(6F0$;B2!Wm;BtSeRjAR57U_CGfgdX6;O*8If+%(QKPBYWA_1?RywyB$$zA{NW{r>ZxeMm@QrjH#R{r 8;npZ}cy{h#yKcYo%H!0-ELi_uE&6ygha2(kb3LjKeoCGo7CS-VOL`z~2MB>u!ek0^Uh<0Y3w{0`PNyD*>^k$N~HUU?Jc=fLj3P0ao43` xr;71Do!XJSq;1$5T0RKk8PXQMJ{ukgM0N#hglPFeviO-h}xD_xT@GF2FfKI><0kZ-B^Gi%86Ng(0_^5(q_wf1#z ~2XKyNCHab`PKPO*P(s51;Rnnx6o~QN;Ud{ZH;;Is6>(A;5nI%mKU`%zqVd)4fdZ5MUl)7vLj+KLRWQoWFqAZ3p} !>1hGeJGg+){T5&f?Z1HOe7u17{o4gB_o)SZ&VOIP`n&`G(f}7NWc6WTmg9J5~h>Bgz6suJ;ZV0^@o_RHvx6Pix06r<}YP_7A)ocmM&#FPb_8rk1u68U0llijxXhNyt kCsPc3Enf2!!*xs2D%U&i|_U&eaKTE=#>25>pz?)GJDUwfDHeA{yFcP?jroC4el*bn$k;&%n_*Rg`}k1BX-1+VK{ !RrPU-Zj7yz)6KSKZWgRVG8SEWeVdLr11GSrf{5mIfd6Zsrj}P6~9tc`~u9Pa{*ofA3s&=+f&&e&!sY-?r*Z$eH1?NQ6|7g|C)3!!FQ>5_KT6}cWT&w_|0#{-{A&g8T*+|$O6G6zO2%`pEUD+&fzGGDDLd EbM81ArIQc*!cZpO;qg`dS4WS26zKRcse;tMQ3dyzYZlY{x%b#qxYGo&EOdboL8xI`h?;&i2-?;1AMy{V&s*-hZh 6XB{l}&pUYh9tD>=cs|3y^zu~yDF>gc*um%j1|a^#xA8BZ>_g#20dvW20Ustib+SLb?Bw&Fb@D#ncQU;ntA5zY@# U9Jrn4YJW8!W-2afx`nV%U#hDzo$K^SU_mv#RD^&9@<*>f0RsV1f?{`k&eJ_XQ@Ut9_l fTK~eYISs>&WH)Ce<%deQz%BSDVZH)~SALF7IMn3l|Ro|b_@~8o< 0Q`X(&naL#&R1|_0iUb5fahOQ&{e>Bqe}HB3Yeew75qr8`=o%+`-=jW>z(Tuf5ke+OIQ7M3T{}Z;vgW>hWwG=E>z !?8%XZY2+n)-b16uA{T;Mbs!wr>Wd0|rPkJQZTCVzT1x>Uu^-Z~mTCmLr)La|dF~N0y?AL6cogk88cag83bs% BjiB|QeGly<+72~-C~5C+pjDy0hxV2l>s0VM+C{XtRiE-Y<=`Q~wFCX$MDq*InOg+woPHgG@JsQSYC)=(H= {j`R;%WgCgD+hr5f&p;M)HMHBR?~GidcmxbFzAj}9h{RieEiI9}7whjvMQlMObY?HBAP{b)^s?_TuVB{*Nwk1ovZ XkSNb6kLarEq`0hm!S=-@6!tI7MvHpqx$5_htZxBd@rM4P10FUp*^m?A5ic`1t~t96MPT-7TQg;$I$xFx&_xs^rO 5tAvnK}s<8zMQcQbFeSa=#U&@7rf@A&-!8J6+O{$Ieq4g>}^7ZG@{#f;2Mca!uE;zn5t8uC&x&+^m)+Oy@2(I&~W ~BS;cC>3~N6{{$y(GBazM$|aRtM2Ssy`|C{Xwiqt?+pDV69(IGc~tSg9&dZHo17w-)kwz8TUr 9MBi^RCx4&Snu^}Zcn8rX!55zh^dtu)qb2ARD5QQ9?(3d<}-p?t&Vf)uX%zVU!_y5_v?XRC;+5T(5Q9=J>@R1w^n mwU3pL|bCvH1`86fP890@?4{8WPSFt@cGgMY#c-?vcySscifiLLt_`q=>ScMa~=2)M!%u}KHbPSd0PHjE0P;K}$v %E^L)`G 8L!@JjLUa-pn4A5y(2RBc0i(>TSF0{41av8Nh@!$%2|>FBo3B>w+M&n44Y%$UF}vR2_23i+al(@SGQ?S>m+vSuUL y&7GlY2vu-X*>S^zd7zaUhw1N$Pk(kd{KbX;dLRl=A-a|SI>a2kQwYRFep#;TQtfmo_f(f~+V2^6WLSy3Qx@{A236FPP}ouaU?sA$_Z1?Yo}Dd?%z@m0&L(r6TP9~Fg$R^##oi7k&0bf695A3SM(SEX)B3|cW8mdo#l#N?Twn7P-G_B9&s`_MibCsE*_CxY?&{P= 3wn`4rF$oHk_YD1A`TxTxSTDVpyN}oZlU*(C5<(7!S12dc>Ukxi$Ch}^?6vYq^u~@ 6^&}%t>pxX0=bUI!!Dh%R`cZ-dn<{)0?h*`jRRjO7~WlBlV2#{ZGC3fPIrWys4nyVtHCkg;D2jSU=V{vV6gjfxrl KmFlM7=0VbT4@~W2=)sqvREvEP)asWYv>dYZg@0$UfLF%3p91@0<7vcn~bPW=C%)6?N=UB~^&5D&eSt3_~@D>L}x =2&K{>~IUW*gh;ql9V38|IH$|$J}(_BF+5y53EGAQh2$leQP{Okw6QC5FZG|UmL74C|#8AAje!mx4M}4%BbF^#E7g{nkc^M<`q+@j 2V)U>DSBYz6f8eeJ;2&%3`mdDA7oyUwHIIb;9r!vkWh6J=!j}!MescV^ B9X0URG@_^o#zT8Nt_R5EchV{H=i$~ZhqKbm_;)rcJFKmZZyk#@?sz&am0F%oS!SC!T_QoMRGwR!h_LAzYCD%nSt Vcwr`72G>CEGn3GWRWhSyZNM)J*!BIm`>pjZIZzooJYEroxnZMRMfg0q^qGlAssdCV$#Sx$J#|HLg~1Yu)7Rc7)K u>en_zKNL3mN2uVQ%?xNgh2@zgZclhNsfnQ`Np5q@*NMU5T#ySUXTV(RioFlLoyX0Ucf@kOK{_QRJ?%Pj7nQ8t3~ jTw+HaxryBy9Ah@m2Wrc@mPitJLD|DzQ852dqT=~n?U<9$$t1g*D23GCVid6tl4r^q$i95awYDS19FW)ohQ1U^BY C`m>+@q+*4;(?4xr3if%Hp-Qj*Aj>T}71*ZsnA1xS**<#f*?r?h3g1Rf0B&o4Y6R@Z%KQwozq|QgGWgSrJkh$RD_ ~=>f9GZ4fkVT;)O)E-m=hs~Bk&XNF?wr6A-*N<_Lz*aS`(B$p&1Bp$-jHQib1gh^s2QbQFT*d0J{#KnNNt;U60Zc 94W6Q)Y%56RSHNO@3hOEQC4{*<@AWV=9ht&{C1mEO3XhI}Xh;eM`=+hYj1e-?vmQ4zaeAr9+-a`?TF-1Gl}7%v40 tEnyUP*w>RNYNB*S^q)-mkfmC(+i*?a8kg2P{67xAXODGO;g+=-q;9Et_I?Du9*J36+f;SavM^7kVUmWD7}R&jHD sw{4Ue1F#@`~E>ipd7RhjtBqkE2{G~n`?UKcWHzE()ov}cH %wr)1kk6?|jGK84xDAirn`M43nE)X75OFZO%6tmK_b+1=#-|*~XUXRlVR6a7V=&7QO32w5Sne#RvA)v%}l-BxjxF D=J!|z3bR3OVN#Qv{rE#2f;lfa`hA{;n2q9mhOny;-X^91L;=y*n&px@NWHEMT{&3vWD#LS0$Ejo0=>T8+>GkGHZqHj&~L>l@dElo2X_ 3fc6(f-D%w+{Yq-u11KcKg`XPbceygv%7!!%z1b1%-JhDWB~4guO_8zw)Re7 hBI_19R#OjuSse$2eQn%o?XfzC!=rU}Pg8WbG4l2~VYk%T-7VqCHv7m(tivL{_Kr2Q-)`;@Q*|x&zVqR+Myul-h) >nkSxsX&PK(vuETT;ptkwbhOr3pYAH)_OpH%X*&ehv*c29NJMbGWVD#nX+o(9Fp$-VYbpkB55u3L=_R>yw3=bF_% tY{q_vBt-&!Hzi2Cw2AK=xDTmw|(@w-P;VxR`)=7{7kfWz&_mpcC72~f@bm(khS-NlQsyCwmWv#?mi8&k&F9gP*x lW<{I*2E?C>vq5Vp|JPJ`v^t_4E~N bU5>Og+ud)&Dka{*$?$le-O?`wARUu+sAQNV?`Z#CtNDbI4j&&Tm#v|e=$Qtj|LE|$_VEK#y;o+Lj@~>G9=%|Vb+U=g jomg1kwafFR4ic8VZrQGqFSorAbbDpn2a*RPDvlif3IKVbK2c?ko0Y~mFvb2C=)%j-)guT9zPm4wV2uLo@#1?x~+ ~jB0rm>5FvZ;jC9Zgw>+Q6;(K_!6&jkQLrR}^IkGrqn;-(l_%PwoLHqPsyXA%mk98t`ipbt`(QBt-sE78)?O9k|U4&o{w@3O 9S)=_FYUh3==fDZWz{fJV+(j46Y+xQ__MRDkDS;XL}vkXN|Rk1g1Dd(+1ZrS< O9DC;Daz$LhLa?P+H(6LGfe!)@WoZu``psS_O(Xx~0(bu<%61c}b;9Gs$c4P+?Y1Ch()k@3@!t|4pk$gL0KkR=QY XO0eyA`b|qhZ6&ER!G=t9wEC>qx&1Mn|*xP$#g10!X6n7UvIE(PDYNLwFmoDz~*qHLL3C8!cUUjtD(g4q` =95R0T(c!T7knw;f3>GTt8)E@TkVafWj0SbUt!yv7XUb_tQQ$QsIj!tnJoYB=BE68p?WHp?HFS1Qe!%(80I7+9q4vgCes 1CFmCaj_BV1|lbSTBd77*?!5b?zvac(h`y6S2nXxELPoqrBZUI#oXowaZ$3js@@@dQOduAGStr+zyLQ-G>C#+yUQ =msVUCqBPn?Xtb&;z3r+suLH0)?%V`PnmQTxEzL5B!-R=RphQ#K13h_)(MK;!@ o|8#;@-*SmF~lPjXA(|MGCawOT4JP89R*ug_kwuV!!eIEYv63ohh%IE2~5i}b5oLpOklJ~Zy3 I2H8fM`te0n%2LmUOpY?%^SQp}jk+N2q=YNUn!UsxrlV@WhAJ;zL+- -+XwUUjpw_cx*Rr(}7gc}9sN)a7iJ;Kf6#W>KA6GlH5pGBVZF9wSDgKQKb)+H)Be#+D2pQWnnj`RuWn?<~lc;Tt# YMQ8D6wc=ALXhf)k`_e=E<9n!!aRIc`^dW>?p0{QZO@! Pe!g3(oZFBdkn@ws}HW8`ffG1Hp34z)#xMy#8SR$DJAX3i&F`}ly>cRqHd=m0-Gsz_*URe2V=PZGbZW#DrcSPx_z !<{$-q;2&b#Ym+0?MT;gX$>e#ap~VP$*#<)i=#fWXJqIY5(`^0#0fO3?=vCoHcsmFw$T2Y6D^zN2}C;VFc5x;YO-sr+EdEGI9Vmj Sml=!}UeHv5UeZu6#0rys=A#gyxahfcS4vO9KQH000000AN~WQ~&?~000000000002TlM0Bmn#VQghDVRA1_Ltjl rQ&T}lMN=N9UBD(_CGc5b4ba!)&jHr~XElEF{k;G0fbRqTh sOT~mH^j0$oooxB*He}dw~xF>wu2{cL1LOt_6+*tAU>fLL{*O1S|3N2bu5pfWHa+Yv5Mk-)sCO@P5*HEz@mV%j1; By=(d0L%RrwT*mSo*Z7Ra{xYT?Dr3H*ntrm3?eZDT=Nb^9 BW{(kKi&Xt1O81J>-Wnt_QQSU%PtK6+GWw!Ey9t1?$mU!RL8;eWHTp{XDQ0_$u&)_XzPLz1{&QLpAXn@G!}@j{SWb*aZCNb-e!r>sh~=^ =zj{fgh&$TF-I)sr7vRm)A4>!g{vD9XSe6mSU Gt>^Qa?#CMcRnz^OUjHvW|38)Nhcz2m|H=)#zI_AJH*R3M4{hLhX$8InyFIpn>&f?i8?sN%eOyNdJWf2%kSWHsmKfok^ev1;D;R5i!Na5c;E$JIJstJy!dfN9`cz>Vaeja(nn8~MCvH}d@O Mvjxu0oRkCfct@O0uKQHQ_nxLiT54f#Ch4P$L=OR{|`5@zhBwJep=S}=bL!{4}d#?KLPFrmcs~=@?bODs~6Y-e0e k5`Nx}?@7tSMzF%x+{oVuR4^iCLu%AAru}5RBhU@tyJ$|)@?Y3CMdHt;#&X*t7uzbG&{to%QhV8K%M*leQdo3!g~H}3)kyX$(WYB-;_)@D%pRpNanMo@%xg`{fXo_|99X%U{x*e>#SwH`}BCQmhCZC%llrgWqW-|(|xO !&-sg5KL4k+9G~yq%Hs#Oa@;j+WjUV)9wUBR*)QMU%KYBa;|J>4|Fv~2?{js`XQ+gUqoJbA7nlcY-74Q;4ttA@NwWbwy`|#+s^g1V>{=~x$RsJUI9J<{G;t0H*areIX2gGJT%v{U0U_Hy`I<4 )N}qmU(fgW@9Fs&;2t`+p7Y`7^_(y38aS`o8kk>3qoeUf;H$v#20rJZ9h?U(8e4ZT|HpT*U!L2+e(2Nlw#ExPnBN z6aGqb$E3)=a9s;OQNc0(tl+ziJ}Sor$J}MXF_%UAB-$y#HMa$=3+*@1M$pcpoll%ac~znN6KIxT-+vVCMKlxbl3srvtw;AM@97R`79 1nV59Qzyv_Z7vXl;V;g>kfVXaj=tu@CJjy{A&+h6JB>v@x{PdVEmh;|ZE41?Mv5mn@RwqTsjl8Nv7e$IyNs?GeHC lRid*o@x};4X21tKia3zd_8_i@Oxua@H^@wXnO_c6umFRL-iSR$m%hh8$7vFhNG4S4=cS^*7QdPO)O=cVLR&>88c Hj-)o?sk-igAVBL0(V%EcQOzRahxf{`4IG*h>229r=io@LFX_lASaQ`feR=j+KdpteZ@AwYQcBl?d4p|vfO`cI5n #>J!o37%`-B<%UKv_&-Z!Vh^2eVn3vHC3EJ0n?8IoxmB(J7YQr$|A0a?rON+tWjAaZPDEKE$wltv(!|5o|&^V4O3fzLPPtBDC#cjC$~`ck t=b%XRlU*^KGR9@jMJlmv;AYITyq5!dSL_r+nHP3AeA^PqStl@dn`-;};JU<&q+2I*NZnlfjfv!R{{U3Vl5h_It~ #wL)xt}_rvf(>op(1^lASY?b6(PsM)(2yO5-%pX&-e)`TN;qws!}4*bTapo0o!liIS9)fa+-1l?7pFNnPdYZp&l} |IG&&I30}MJInMaA*cHTE_kBoA3MVQMW)1@Uu6P8kf(nE6CsXi%#&X5@f*--~^BeBru_hX=pPT@h@!?9y$N6^o?( I%H{B0I3wX(A#r;+Uy?b8KV~@dS5dq}T7b2$y7Bw0E8q?Y(lu$$^n)bVD>F3|<|$5Pg^I>319t%J!SmJa5F&oQ13 ^DpR6;!03YxI7xT4j%3^(viNbs^JPmYuo~?y80{$-slGVQW;kK`23Q;7gk!_E^+tC$d56?$2N%EEEO}3*ORvPhd2qPU2$^QhG~_rD7w=4&UxsY?to#NwvRlwRJ6fHR>Vb>A^tA5 SXxi(tRl{O$`c)~(@jy&TqvI~(+3YzO!k_tX_HEn|CT*uWUUOXKd$7jj!RBBO+rSCo}Pv1(&(iGh>Gzk)9W #8(aF)zvT0t&waDROC*lsu>5;0ctB}5sBQX)jKF-0|wGh=hCOVNqpo)h>RPxyQohzfXvp+{n5JoxM7oFDmh<4EIv 3f@+SyjsS8@?R2P^4{ebY(XR4wSN?c`q_sms<3=(ni}UthFC38}--f>DTUJE0fv40|FDJ_R9Wlw^cQ(^$Eu}(`pU =@s!$5FND%Ohb<)=!h*akfv`W<2t=hjU?JA5-URQ6grwGjq~uWyOar26B1+m}%Ttw(92yc+%v-)L&nifb*k|6!|Dbh0HwzektKiiu>Pqi*H0neeXj 4QSyHJGi2i5*)`Qo1-%I9eJ3LNtwW)TmBu%J>PKs!VR9Pu%75L2L_Q)uC;phcbVsX(WML=T?X2i$>dF!;H9Ld@mP !c^i=Co%nG+sY{VOhhU%Ekhpv9u(Z&^ouDTJsU?;tHx}&4*)Zv4jZ2~nRBhCNkc|NV}`Ni0D{EjS6ZxkjwfOuHuByhDZJ%QAUlQa=WCN>Pz9i!bvu 2Pru=2WX8o!i`&Y`Wh_UiQ8Pn}$U4KO+hd?&DiQeG6D#BqD+-AM{+3}zb=)6`T# w`XIQYuH}aK)R*naU%y#g9xE;R$1*}29*cTRhOtdx&Jgj%UZ#}?#tntXzVhLfwVm68r^se>^Iy4Su5qZeKAEECND YBexfZ_t2xzFg2yA?Ll6QlcGN|9;Nih6()Po6M;NYW`j4LOI@-85rX#VCdyQ>2UJ9^STJG(({F0{{Bhee_!39Hwi Z|~g#dkN!rlxeu-knYOfc!BNw=^r=;n15@wxn88drIEz&!PN8ell2=!EAn u1!@)t?7n~;5iuUv40#YM*EvqciP0QI0`VlJ-VNO@I(!meBoHjSK+45ClngU4go?l$Bx qW|Qq#d#gN4xk%gX*=qam_Zd7ak4ZI%tKVnG&LEXo&7NnIu=l*kyD;9jJ-wl&+2nBFd$xk-jflm`~-4H#2bg_+D^jq8#a#t+NQMw*RJoK`h%k*AV0QOUcZsBRRJU tg6p^2J?Audi5(y&m2_Og}@VH^E%le>8UC>&X5^Ss(kTp>Up^iKFzqib4vFaY;295wW=P3W>`*?FjREp3-nsX?I6 ;^HatDDkRHMs3~1C5p=tSE{_8#5kyf;q{EY={3%$|_X 4NhJUM%rIO)?=*y%&;mt>x0T$`;CwuJevE`0^!;5o8Ng 7r)?cXR?IimKH0I$46F47**(d@LztD!N!A@>x}z7sx_-mvYIaqMcOw>DdL^E5(9>I2M%NWhn~uYr)s3BB-YTlhd2 3SiS<;3ty%eRV};6>zDt!DGEvzLAU5mNWO>?J`10RD@((wWaO(E)U+980Le0uCn&2g)1N(b%M@HrVF8uuXT@X~71 LoYeb?u%ICTab@k%GVzeGP@{$H#Xf~zs3IottPbSkLZGk$p7yP~US^aau$PyS#jdg#OjH}MeD`-`h?THf`qrowc4 CsxD=%0yRxqBtOgqTeRTH*n%*K}D169ujLtU-U4^r=xg%Il79cqH?gZys8MD37={!ew+Rp6*--JMMXRdiB`QS@6D 65=5G9wKb*+;cn$Ky8(B(aR8W$~%FIy(y!VgQ*@EA+lo!i<>s?ikii^aCbi9F0m!r}>o&29cy_{}Dm4V1Efaj7_u iP2sa*XHlQw{t)m{l2~eXdBG6aALh=ZK*@;o~lPkLoKnR48ffRptteNBjyhGxkK+u@enRVpUIGqr=7j0Z>Z=1QY- O0001BT4huK00000000000000M0001NZ)0I>WiM%TFHA#UO+`~vK}SVXFHlPZ1QY-O00;nJT4hvUB6;y!L;wJAum Aur0001NZ)0I>WiM%TFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEwwe37BP7b?zy|sf>zK958wu dMK^BJpc_|G!11>G<0=0UEK``(ww^YRMnwx-E%qT+^Vid8e|Ye20@t&Vhe~&f*SRiXiN-Fi6${>Vw}x$N}igiQR6 ey``7x{KEthB-RSdu-|LTC>zsY|xc1s>uW4_-@ysJ{_VDlFKF@n0;I&Wnypbb3?>}DP@!!im?+ASB1H2EfM=tWbj {&|L@J_&ZvFF{0?@wFed6Ou2aH;403DTeRO3(W+;HLp!gzr}jdfq?a{q7;pdnw?RHP3rK;C+D41^hF>7Xy9;&e+ bwQ_}^Av{|dgpcm?tFiWMxs$>27?qX5qYd;;K!dPgu$Etp&u?dRterKj*Gwz4evs_smMxf7MEk_f7WwotFL~z*hl&4DeQ=gJW 3V9e~4t4*+6nz3&1(2k=?PvYi3IzmWbMOZ@%&v7Cn|9EZLF{vP1bfE$lvJLAW(+}`7ej|A{#fUgDoJHUg-v7Xsgm ;=DeRuQl7Huw=hA>GfcBA&lz=|8pizT=6%ryfr{z2JD#+e-m4G;iJU#M=zuE@>C=B*4!Df+W48PGG*10ar`^PGJ6 rPGCFl1ALa?=>*dG-x~bo3B=dYt2wR#gU769KTfju4S+`oJ*_4lcC02|&R)&>$5)dsF0}WV)tsj*0iOYQ+iK$T0j uwmtBLQ=ttQ^S4>&6Lu=i6ic`pGxeVFY{53~Q-F#C1&FzMq>fF}!`0!{$_gOxk=M9$*{fMbAf20TXE0X$vCyN39g T*GlpuOZ#etRX%=u!iG!bPenK{2J2h&(^TrBTusReUh#3lQ<6}C$U@`5G=^MC7xESCBHavE$MjYTK4C%wXEkJzyZK7uO%Hl?qtHJpUifTKAH6R@{`%#Ho(VWVP+?DzV@BMab0{0` +MCf%>VvVSkE_4Azl8!^8M1%pEN=|JbQ%ii$*xlD@I7?>qa3uqpJgj`e%%(I0?x|#*K+w~_t%V}l>xNIZRJBm4hX8;PH<+V^i+ {oe<~R_6V9Bj@9Vo0vYdiS4Y~#Ccf1iS?YdiS>k=*#8SQaeP+-z5#Uc5a2~pZZrG$KEU?_eq=N2yYMv5^ChQo{%$ ;t?cI7B^B+8o<9Wcof56~}PvgG$F?;{kXcb;(yEO>_>Du*TY4pb H3hY-~ae@()(9VCtdtEU?%Hx3+7PP-xjv}JTRR(z-6Q4xAy}=gz)}ilz98`DEoEfR`%<;TRFZLZDs!kEPdG0N4Ap hY}v~B>uhCx`?j*bcW$Lz@t&>h=cf&RcPsIG#5TSkwTI6MpdIs_M(;Zxg&mCj=lgHSP(J`*ebH|8}{eW0n-W$ir5C0kvqKfxl W9-MWo!ILIUpq+;Z`jFx-M5qT_-??@Nx7YD_uwwp_X$8OG4IK{$w#*BCY~?Z&3){?-Q(AkQ-Ux^xdcS{;cGdea;8lR9p38mmbLVoLKRlQHe&K6~j}rkgMc({1HSGV#Uqd{85fGw?_vP0RKTki ;oX_-UoX>pEv-FpoPx=}>pZs>%(sx?EJ?9gDQ|EIYlk-U*w*bxvJpzNN?Go dl=)trazC3(NzZRd$-m!~Qhxey%Ju!llx*EVm{j9=6&0Zu=f(ESF}a$7?e3>6E@wX?t9;u<#>+VM?L$feWv&9BcA%^sHZ)Dj`O o~j^obe*#C>?*zT2c+)v&F_?LixGH3ege(FKD?`OSV+RyQQZ$IhdSNqw{voB)$;6=p$DHn0PXIw-)G%likuon;_z W4Tv*#6fpBES32Mbsm**HXXw^lO>#h>Ni&1D<>_*V9!OlOJDqG3V=TfKc(g4;uW@#q8(H4-g)6fcSouy>B@{esIn K^3mx7>|gr;@iKdW^<1LqPzV5R3PhY}y_( gmFw@bJ`JnmA??@@pq>G!4Fmp*hU*XP$SC4Kb04mbup?R6?*dvAOl$MLz>5wBl*9rdM4G^M>x8rj5`<<7wA78qh^?&1XuEQT)PCOlP1?ze06_huQy@K m&{}q&DK6wT8?0>t0czMN@gsZN!dAySOwp_`2E(Uxt7Un%yl0H8EdgA{tUQfO4s|Fu`74f_5Dt=#c6~{el@2|Ov^ WM6O`{Pwtab4bg75U#oSCMW$W9eVNiu&Tut|A@1^lG-h=xXBUl~Tu=N)*R!4YdiLja*R!4*t|$Gy<$CgsPXgWyx_BIz3x?v|{wCJ57{bdR0WQCh{r(yp`g0Tc!VNc(Z+zIk|MgAm_ZO}F_io~P_?Me#-~5&3U-D-1g%jV*dd_<@=lL3Ye -|J`PwxwW?*?4)7Vh8Qd<*IFoSU&GgsyJp`uOq9obTt}LOR%V3&$JWLVBFL#rk~<+rQx!_VeyrIQ|dZ!u9sCTR49 |y@h=I=azrqR<4_qZl!#%`&ROg3vVU8-gqnN>YiJf{}Z>e-Y?%u{D1dW;`e8k-hUhG`(1;}ZlipE>TT@*#BH31OK ;*_nHZ(R@gH-PWCll$vsZ)bh)eLMAx#~EUng;=KH$eSh5Dod2f+LUi;N-A#S{Eq8Oj_{H6nA6MN2o(%X=z)u6Ne kbYphgfAuSKM+R>-~fK*zeEZ$Mx|~_ffz6*?p8 _mfuhO?!DjSv-`O}UTW{}yr28c`|l?o`g6YX_uB@a_<-kO>3Oewfa~a^4{$ug50dWIKS;VCe~{}oe3 13D9wa_G53-;8E&WQ%cde!0{2=M%;De;!hb{fnmhTHz&(|L0di{q7xxYW@A?UJzX8=AR^!O0h`{nPZ-nHUkj_dOe v)#XcnCtnQ2EYF>>;0F9+0M@_-+$Wsk&m!nPkn^xM?b=Tz4Q^5A9{rA@wi8bkC8`M-|3cb`y<@9&aw181{;rKY4n9JBKk^9I=U-a6Us`|u%gR0BJuKJ%9)5qudzk)Qdq4U;?C(qL{gsw~#e2BkPk0aIc &Mjd+oO#@_6gy+zwcH5eICCb+VfNUiu9-1^C>d#cwUCzIbCHh^{AJX|E;rf-@)&BeWZs+J=!ORuF{JR{_b^9*1qLw|&`g{(aAL!%S5`T%%&<$4ZOr)RNNB$$Y{@?iB>rr2P27aHie1B+gypKLVu~!LAj#@i!2Y iY6^zfVZXb+NqV)s*>*(1&VIevHb(av>|l|2LSHTccqcXkPvKfv!_JnFnB^>OaqzxNvyJ~`!aKM>jIL--xAI=1zZ ZvNEcKJZEWhV0uxgRkf#4_Z-b*T?V2_`M8iKLPxaN4kD9-p{f;H9U{>k#7F8)UVegZ4$puA9?SkeWdM&?7P^pmiK XAfY{+Z3D2wWy8*vH@aQMqXnomT>XZBvo8YsB9xZ)SANOqMJ~4*01n@yi`+I|5@yN$d!S~%4AHdsE0zTVj$x-r-SRcwblgFAe?<>b~EePc%3!>)ZPA68tXcW9*Cj_d-0+_0jJuwpx g`>NEX@M;rb1O@OvkIUnuogWY%{hZ34d(zyJ0qzn|7e`9B6c; L+#0#rpbB9&L!tu(B6vS=ps)2UdqqGj~3za#mw*dOmi%|>Ma!_uhNkMY+7^d7?tT65@MJl+ha(?LJ*6BLb5 w?7N)_(8iJ2Ix$twT#DE7Ee2*%tkGY#>d~N4ivT~{r)MuPfLwqlEew>YR3u3kN{OlSo7C4qxxRSix#5HkK193W89 !6c4!H!y5{xo2!X@tSW1t_oh(Q9Y%rJlb8!d5X!(<2D@+984!M5X8J~!og2q-bjcEy54PPe6Ui%}?fB%}mpGv}sl U_QNW$oc*%NoIS+-lCX>Ql8=m@P|!cGOtbi0hr{u$3v9EPGiJN+mMEs8wd>rE5_}h@-!fbIr0~Ek+=-yJmdt4lT8 2+4x$&9kjxxj3l1r7%)>n_(U|>NkVp0+W?ko{?3>$q2x^TE2gR64ZS`U$C$^71k)mYpY+3hQL2;S>JaKnL(Bru+X yG5qgoYkW!>w6dcPS7@s)|g4_o!P)5^j`iEsjwGUzutiB2X+WCCA^RW}Vaf24&^L2D8uoJ4>+H0@7IYR5DtEtGe3 SC5i9vKU3ly!jJB)a*!0{W6Dvt-g5~l|<4okyYl(q&5F+hbEyqE>0}VxptUf!uFPRBOBy ITm<*Gmx}cfHXe~(UQ(B{=^G+(rP#oCT@pzwa#D?hxf|}t(<`z(IlHWPinI3Op2&uL;j&b2Tu*2E|e PZBwN5OFanz#vO(u~%E)<)w-G@)w}BbJpvtaLX!6}F7MHDv{*elq}@o7UW61Cvm%$4Ntn5GzLdr^74&r3e1fSuWu j^eX^44Cs`X^Sg@Exikx>{iOkCuh|^Ogbje%p>M8(>!!l`UW{lAE2Ze1aEYRS;A7K4BDp4HP8>;9>e+~lvNl+S7V UsROjzHaeGKI`(R$3K~Q !xtY@;=uzzGjQOj6}^fF&bGL6`v;%Ood3#s5?j=%V6eJY#|4SPu_Ji6;!dC_clsMswd@%zVeF20EzUg&v4Bg*1r* y}%2$XWQ{r0jrN?R;c(TG54_VootJ$hZVF(h6r#FBX^dTKCI<>|k~(!n$=NsBbl&xWbUr5Y=Hy{T3E!n51s-)4|? SE3R2oFcnQsVcYLd!g@Rn^kOnz;`KXf$~Ua}J+~#5%Ct8^Vd)${F)}D9(k1(!$8Kd)7 6N5y%~jhEAuzbR7>^G>(}DxMvzXO_!v80RHq$QfvMbC(m>upKf|)973i4?7M@vQE5a1pivCVBi`q?LvSfRyPUloO r^}(gSP7u+4jKx$xRX}UL@P-HYXDTFdn7jg**Mt?nJUmdL(!)UNFI}`0JU?jd!3t?8cTEQ*i?+A|8D8nTx0M4az6hZSs_>~8Sv6huKnj5_hkl1#y9Zmw^ Z;?WXsK)gmVyk*y`)9i9Wu~#OP0Dz-y@xtl39_&Aq-k=nutD@O0AqgKWin>Y%+ OkR0py#AKU7t%lEgh^_9=#v;&rkEHUXOuRK3Ng3O~dz^G8r>@u=j+EXk*>;cTr|6Syz)7H>D5$y>Z5oQ7rw*lBr-$M!~TZomn4DJ{ 3FJ(&QT-r_T-Vz7WSA(N!u(#=q9FqFw$9tX96OZaiU4vYvjVkFsMu0%wWEs-Ik41E~zUg53ad;{tf0|LkVJLu;aw s%8(1!yjZYnPPI!@LL0?oeMO<`a`YtQk+%%FiJvr~P3`CH2WJG?4P0^u=c`MQ@~F_(4-uDGEv=ahv>P+N5yL9%5K ovdX4nm5D63&|OX`l(w6}oN5eInCGd}Dyqm1TtmMm!r2@NBVfg|KDKF*z=XPXh&pCc!g{xe60py7Kx)c`Q> nXNGZA^hoM1zilc=oT2-K?#VxTvYWZ)IvNLq*7gHPT_k3G}vlg53!@;KGL(NjcG)h@>R# ^g?P5=CRMK>1R!Xaba_Bnb^w1`oyAi6WHjO;!ysvLGp069grh$en>Io1rp2$uop1vZ*03gK|T&5jd47m$iIYamy2 dLgbeDGL33zZlHoNlRdVzRf2G@Hs$u37R$~F;0;Z&pW_BtwA(9HJJaP}UVm8L&} J~PZDtVK10tPiE6=A&PgAH)M(?+ywl)f0op|e<@(|c`m)3}&{lX5uW7dS@sJz(HC*es>K~F1uNa?LqtK{gav#YKs tLl?hS{9$}BhY%XOiTqa2dv*Z{C4QS}(%!`H;Kk2kuWTqg%qA|=%9e<~%)qtgoSzdLqHu7pPWx4 7_b+VvXrDUPHB8w8+0$I|y88zHnd(PjE%|o9O*|WWMpeALi_Ay$SvP7Hro0WUtGT2;?9Wf6>MG&!Zq|K=A=O+}pyuc}~V$52_FuL{fp!lfCt^_Q7^!HN mkDb)y5_IfG)Z`W<_*gxO+L^CgOC$D|`ALk7*m{#%KZGk;8-+41$*4Of##meE@KEcQW@ZDZ aAGQA3z`8v^xI+r(SgXoT&|pfOSTecnU~R3x4?>tTBc!|lmU7MSArfFw(u0U1S<>HDdkl6rC7TpJw%6PMYqZY=kd A)WfG~Yg$3+V@&_eSS7%f9|LpL!74;a&7j~T>9nN26=F||JYd30)fV`J83XDml*sk|sZ$pbhjx2W>_huD_^JJN=d }Z}Yq&dQwjdDBz2Of=_r()bqq0X|+GxdiS7_qluUm#o#J=-TT5CDkNh|dpa#9}*9P}G!4OlnG26<)m$U4<%pYcBC HlXlF+7x1(V``U3ToKmr!n+Uy)xw=^w-smW&R{lW2!F>WxNPv?#nHw(TqmA>lR!0Kd;>tN3sg!8eaVK5YW`4YeJTJ3mQk^Xxou^&1+%tF##7B?3I)G5#nLfHiLzv+6#gp%lSZHq;n#K37wF?5z0HbOxT*lCcd$dV5PtAUA97dRs^OP=r9sGNnT5$Ce7{0JVp(4l k>Nkt-nBA@u`xAX%CxipKdatz)fOEP)<;neI1+S?3554ULZS@6gy79`tQ=RGvc>P72e45PyN 8va3XcR?oS6B9sKkz}dxIE%x%r8#IZ<-5sBWB#qoUQR0bOcH!pR_MfO 52dB`t8SOyt7a0@mOpSuC=ebWz9>GKXlqh1O$Q6;LiSS8hu*R~%^iM_Y+^$;l*I_Ou)z_GRRPS|zDyh0Wp?FS5snHEEb&* WM9#ZKZv4dQU{bnlZ6{Iw#2JrbJri2P)7{6Grt%UPb4i<`P63!O{hh4j&5))d6B;K7UUdteV#ZiJCe2CJ6qS 6Tmg&9d;$`aNScb`v-wJOOYdx7m#-stsVo{0&`hUIA2wG3G8MHz%$&QM#!(SSVj|-!cH89}P#27r_Z51 hEYushq$yc*{N=oW_Cv=ibnjKUd|QIPi=R=w9Qj)=Y;O}nTu+knVf3G48-$wsGse@`~oVf@9|JP2Yy4bAK3w9t96 HAAljk+Z{$#P-^?{SRAmDN@RkQUDQ^irvB69@Q0{-u5I^A-K-xltDs!!#N9M!baRt8E<_J8?|PFX4H`H7trKlrqD6yRzfVh1Tp!?)Kb;otoHldKX^tbOy<;fnNy<%7CGNRvH31ltWF1WlNxEFnS48boMRls<+vQDQj@wJ4~|8{I$GZVOW@H8xjpw!HI#G^b@fmIi!pff-q#-!3vqENmtLX?Pwa&l$!73ajf OO3B)H#!hTNpb$pc4XNRBsBzeqb17z_49*H`=F%NuJ&eT2SLho^b2?`3>NO`Lf%+!h;>oS=J3>*81jJ2cR`MtakW 6M&*5Ux_zGE`tUbSwFF>I_&3!@fg%B=b}XT`Tkoz10-?5VMwsR%AWKbRaoswsxJv8A%b mc9Ep1~vtLVQ&n%nV;3dU7C=vfpYgQ9Ze$4tcmwyp-SDwt5|4EkQtk=V~t6iXdeBirkPH)5;am-4Qypp8*T_ R}EZUdXx;JX;pJHi`L5Y|fl&sB$axP_bVL>r9f4gcNRHw+NH;Xl^6{_>3Ma7988H{gY&TaHEcZo)*NT6ssylmO*> };(XE!yAjOi2B%D^VfS9?F;*976SQYddv$j;S5TD3w{&-i6u77@CqeGP>Shb*w)wX0K+DiQryyed)3V=jIyIMnuU }qrQ{AEh~lh{*rZUERQ;BtF=&s63PTFq)L`a%RI*BU304K?A8Lo)UAsHsv6n0CMzZyw=ozC9?vEGck -Lme!lKmT+I_nEki^&$v2=I3Jc-VO;_VElvG9T<>Mh6ZlqeVp8(6f|Lb~!`T-n2;l+vYzm%E4xRa-SKHSHNQmvTv IoW8`tJ+_kt5&$WoF=||9gv4C0$UhAjlhY4*fL~ievKuLbsintFu@21%X5ty;>qS!%!^8n?*uG(l+DKE0^_)XjQ& mZ@Baf>(BAIfppfaCv7t?4nV#hFIi%-Zc*sj#CQ%9H{x|SW=NBxZ*-2gX=K6|*H?`lON86G}kVG?pmqw6O`sNt?G P8=0JMjxZhv~F^gM}{GA^=lzx@vg+8w6tjob7_kKufeDlCr$}ZwXgYYO;#y~z!!#=-~lr~ox8fFY;35&0N8db4iqYD2vT>!P`N(j qr66~}%mp0ZX$nRsD^5^t0qOd8ZfRc>aIxSgoGil>fDoYH8Hp%iS}QCD>myOtcVb7kC9`Y$_6;AQ05uE(QD7k=`?uRu5nel^%wQ4#9N>{k>t>R%=0)R&0 &sdgs|8D~2xNigrqBLAzC1)~4}#A&Sq$=`u*uzQ`D*ev}nYA`aiCMQ`$#hGG~QaMBzlyDnF_Fdk>}T)-BvtD;%=l zD1JCWc8iN@0x6x!*)iauu4@K&XdFGT=q(a!@ll&uH{o*!fu;L$Pr|*;c&W!pG;w>bw0ukJILIt#l*%WlYuRM{7j2p@Xidwy&@o0jq7}t>nOcS(|ny9N|1VLBir1;) |RYDLc&mbeF6~w+#B#2c*T#};qmb{<+Wv|{zj<@;7FKVi9k*)ux2M@zd03_eVR6N)1ssKoenBd6w7P8L Sfs*$&Q7(+GQK(!wwsO7a|=hyMuIyFv>|P)U56%i3|DeI#;B|rc@YWy>tRtLm%cJY?Cuur4HnQO?C`9i `$iRlzE7c9ihy_Mj{y@eO9G-5!RIt-VTdE(wPSD0m@nu%{*Olg^?wf25pC+f|Q4yoqH=t&GrwD+R4mHIwg@$p>$o ;SJAiFL9xQ>ObO|R1>egHGlazLh+P4A1tCwd9+Q^$hr&Slff){ieQS9ky5goz`f|VXaC-g5kgcml&bmvV(6Z -1T65wG5e;^)#+5kKJqj~gPt5_gCP&fay^n*lyDFyOx>dhlZZ=Q81)#mlD){#d0LYkORYhH%>AeV3inMm*+bl>KTf>t&M5PRAu{`GgBI_g;;U8I>OVJjx@=H>vM7st|&p%e=YeZpK6Lz^ 2zyO}!dtNFX15phGK>15OxdR1pK9oiWW`-O$^l*wuAx;4yp|MqP|J3w(#dPt&Qhy9hySFRjdzH(^g3V+4%!z)(4a ykC>i{E(2iD7Xvj167%kS3IK;J{zg#w)hKx+N4XtVPk*WCs$&(9SS`-nbczI|41QiLz6gQ7uj;*Y=NY9^Ft3VnuC v|2jzdz}=9ZZS^y7i)CO0QR_rC0znBmY1ht;LnjpZq-)@8LmOK4SQh!Pf5Lc_^`AAgMd`L3G=?M;4`?Y5^O&LK$N 4K(4X;?mVV*T)s*?;cFX=DkAk9NRdd9)|UaiB+qEmCMJMpAf7XAIQf%jBTi2 Z;99%Hk(V_9TEE@S-&a7=|I9RhrIu4|0s!#r8QyZ1e71o#te HW<>eTgN;DZn>ip+hY6SDUj-C4esRM2Oap!3E7uOXLJQtPl($d5Ii>3H&5R#lomid-CW(8R$d|*3E|6fjCI}+o3x o!>&VK3KLN!HCRVREJI6U)h+$T5_Rv`1ry-A;&qqsC|?F4Gu6*}7bqu-RJsz#*_EK?^=}C$Cqp8z9X!_dVw=-O}b4vJn^P=I9GVv%n)W7XfHmUe^3&r6iz &W{Mjfw9E$<=w4m5THwzY4K--Dk75-``d9QI7{mxh)T5B3DB2Zs?ZiZMMBPc14WccT3bSF1&N6|_*s`Y(!(aFK+b buGnT{!W)0g_s~-6Aq*hKsQ~PsEZgq*POGt04kd^C86j3|wZ^o4=s`N9G9xHmSKHnZW)4Y)Gdg2}Q%1G3p9 c7K`Z>6kMQ{>V+0scOWu?_DUKMY?pBjZqSVO@0S(TFKhrCy|OLjiL{JVJRZo%)xsO;e6=*wVWv-)nJ+UUY!s|Q@C QbSB`d_EcT1@00#r90?%yva1B}7lfZQCfGG)IhWGm)C(y%;;(sw B$*y^V2O3hnibtf?dg%t{al~l6@#QEs#peI>q+6jEoYBWHu>sE^mc{*!sE-7+qZ7tU-Ims4uREQ5%C!FCVn4C;Hv MFG6kZHlKBL?xw3Y;C(Ojw1}?Wk)&JEL~oHJ}OAjCSGK1zA%xUP-MHP B-F3l6v2vslxm!aHzDXoq8t|44UF{l~uBRqM@dHV6Q;ExqUidbcFP2B3b!M^S-o?Eewoxh@jTw&=U_Yb)cuU(zq^ikc*y~>(*q%-F`0iwxY!6~3sAKb;k;O^+pXiVngf%Sbq;Y9m83T8a%Vb26(RE9zz?gN{ $4;to2m2!oJ|A}?1~v=p(~yiTwG(W{lA$chZz6eSB!COH;pR^$a6vi8L;)KIhx=G#_jn=fZ5U2YL|^D`Isf$3 2C*S0`KLSnjT4<|yj^)8R1@BP|yQ$~do^crtvusw!aZW23b&hLTOoL2HNVSLhwdISMd6jCfaV0yi6t5I>LxZ0Z## j~tq1eynhmMBN&jh&M%8%vM^gHzIl5ev6$I0iuB4&95CBS9hiZCf>kj1bvm{OeNs^Ot1e(mN8{+(Wji`9ycg7RM#Z?;-ui6N5!k56y76==%R9LxcqaB5agv{Sc>cv^(Yh6sA{2s5<$|8^ IJM5cu5B-1T|`_r6*ZBoTGA*%wB})+r?SrWHPHwTAozQXpbirano2%E=}~V;?V^#jTL-7%2kvsdhAzt>}pj-JQdw ^OZ0_9iXdOIH^|8(#Z1FX!*0a;Qvr0zjvm+7)fW3pftg0A_k7qV8+1g4%M|jZlaX8>xhz*v2b^32e94`Akm&rSs*V oSyqyw4DbfX`4=jTU>6ySUTV0;5B!vpca_)!yVPU3{&=t!DVaD4c#)4E|m0Zw^u}2@0*!X%RYM$K)64;F(fn5orE M*6110+$z6itdWRQ)=+Glw>dG-0v#dlg6DaR#)SrienX7OM=~Via_HpIOWG8J<)1W>PcHo(M9! w+G_nS$Ivt+m?82ZcPogpJa2;uNrxAa8uR5XZ=0D|3{BhJT9Mvb+E$FN({gp^S_9bGdNF3?s+!U^#?G5V#1x{+ER +vfFQdXqifupeMkS=T8JCmRQ6LaQFL-~`>`Ant?AH||d?5GfMIyc|31()Z*xM~}x3*qPE3(a};2I#W+?^Y!YHhcS Z0|I&IwOxZK(*QRSf|Dt%DP@#gY}zn-4y+@N-dTMA2Kv8T2WOWpC_XSIp0l1y`?VFvp?m{Td3F+`bI!zt<5$<_pI j7V!rb_k=E`sQ>BLy+j5z?1yMpVza+49+5!$+(q-2p1kDn+*2_#(pje1&(;O~V*Fxe~$sqQ-JK?T2QSNIztIV4wE 6mB=UZQr0LmOUAl~TFj*DPiWthfk8J1h5}M6~0}A}C#lvO_q042n}`>QxnVJ?Fd$|Ba50j2OT}b*-uSU&1o=o|Hi Uh-pX+kz$f>MFTz3)ZXU4gc5oqUQ?ibOE42B@j~ggxGNf;%PUflJPvJ3dRDoKk`t*)E@s#wUm5fwJA-UR_>TDpqZ Ql=2d40V8J&tmOB33byNJZiEtUxLWllqMSRZxo2${~AI~&G%<9RW=TBTUN6`Yn+ y6fp=C3rDs2gzj2{jrfdca$83ShYl`;%`CSIX{xkUv%stW_*tk!A@&{od}l85V ~bjHTw*e#OtpE>p?c5%^V+>*O94EwGq%qjT<-V0t_v7iNG>&x-W;)MP}#uG%+BMCP1!y%i3L39F8&7sp?atz0!p%@;b~z=#fgK!dKE5tVQZE^(L%jkO`EAbwxJ 091ru|k4xsoR;W^Kfmd&nSgbfH;{8)4Eb{CkYQ7!fY8F~xhP@3GT9F`}A}EooxfJvYC<=`;wykHbHD4~17AJO3X{ JY&h4H>@V{!&-Zc+AB=eARgIwxH~A5Cx@((Zmp87vWb)|g}Uu@7adlwi*^kp8cC0H OvEMqmlnD1x~rx+T~coMx6|?qtu5P7gWk7AVpiZfpm2k!jt&j_!p!T*>y7B&O|tUb4gq$+uk2I%`%#Cq&=Zmp!CRDV!P#>>mv2 yQ+3<|rFkk8IiUB?jD-w3prVpHD;-A{eU@5=8EgdO;uki}BDXWsfs_>#SzRuJYMW@A+(pf&QKE#XoIjGIsKU?n%9+ UV!$gHO@{mFiA1uWHG{cfXKTLy+6ox)EMamPkK&vhZ0&4gxv!_83EJbA$p#UpfeHW24I(D<`?Ud9bUSlTe1O35jl i`XD9Y@RGc|%Q9=%hkuGf`8HM~XV#7MHVz!^rZ~iO!t2wIKMK+&DcR>848ot|%uFAb3+}k+LP_2r>?-WWl>?RHJq 5`!GV8blOfJEZqdcundvQ5ZPsqsx)Kyw>fbO+*_0LAv+_Af&;})qC*gAl{QQ)s42OI$2k@;`pHlaaTeFqG|Kt794 zRghnzns*MYXw?3GK~n7@*sonJ{qvAd-j5*S++_xPegMskr&Z1>s>L*PLRq7(Gk52NA)EU8Ma0zO=Z^;MC#I}0ye @wQLRWu@zF=4BJZ=|oVkI%M*lMz6hTaf>auZ`EP0-YB{`KVaw54Q2O7Ejfg(0z|ys5~PB6NWn!ge>`9*>J7o02ve$2=9X@9RI!+-s$2<4h`MZfX-s;{nECMe}S{RQq0g1h!03yC_pdfhztLC112?C%Z?b!xy^0MD1E`aT1-oxL-#&jhql *rgc`79Db7~=e2cM)+?uq+=ANG3d~-nB8jd$-vz4Wv5*V&1Vl}@raG9*fs@_V^KRcrSdBBBC~-p(Tue f&1}St$5U!J8)YvZEF})>!&2ZuikGE&q#c1B9@{&RI0p@JNW`UZY)mqst(?Qr;Cht^Vmv>Dj`KG=6Wvtk `~JCxy!dpCMp^K8NM;h-sB8dz6`U$BBFGrr7&)7&&*dC3^!YAY!7Qj{(pR2}=G<;uqWBUA3d^B-{!(T1&UM3!w8^CaDnqGuyM%r!z4L2yBYdn0A{#33fec`9~5eo+T)J-3uoxhz|nO)? NMCGuS8gh30$aDKazd)FH=AA)m~No#WF5T(N%kzy+`e=@HfDw&geUq0lU?roNN3q_kMabbxpE(hi8D8hSl=O0ZDT 1A^-9TwHW4?Uww#+=$(3U4tVq;kOGdm1N`YM(qr5jtqLs3CS(M4>3o)gwF79#rQeaj)HoqCrpHQl;X3TJX%$QYX 0tGU8^Ot)v_@{w#tu4hh58m;hT)4S&7Eg7zt^(U;c-oW*F=*_pj*4{=+b|R_|48%Btfml}nDu1jQIZM+*JHk%Z2v Cg<)wYLxChs+D`!%QvH&kg2m;VRZoRW{k2Y4`c2!E04KI&fJ2}<1|&#aXL_Yhb(C`6u21s`7xQ5D!a|fQMX{=c1e qZ%=hT(^+=E=yS(ldrBTG>T-uzr^Gde21ZM8Es2JNXs`1gtUnpU&pX?V8is-3~a*4X0@RVBzlHy!J;oD|e-q}#?Y 9tP~l#+diPIv7&gMO(@fL3)k2*qMGJ>~TTKn5~cchou7tGaUTJEf*>^PPYKx=Yu7qdE^;VfUE2Z-rWTc -0QAS1Hl3FQ >^L&5*uV>J(Xs^m{MU5~^I(AILU4JCkMwP?cOI`5`fkt>tZpN-x{Z(ds?b2KqzE0{4?n=(xQqrJk`rQ(grYg6bb~ hznVreMg{Zfe&Qh9|G?E)pASFhBXH~%n?3L;WsG%q_=NUz+kEP8r-#U3DjqE^t_AF0Yx4)}=X6Us5w>!#cW*JbxA dje|nnp0dCDrvyD;zC=kFyAi2y_zJ0q^!RN-7QoWRv{kt9FAO1#qx)bnBfu2g{0g;XZVuaAVj}q=jY|lgXrezdF+ QvHsLMbc?SKG$yJK$jZ`Z81;xEoa=Temf)jhrgD!b`m>Y@ o#oEV=r}>neaLkfX9yvGTVeP*$5!WeCDlPOFP}y=Eo8 RxZVI>P(bBF2r!e{@yj!E~?r*O=U|A_a+ONH5I8i+Lj-34D8CR+}=$^_fQ6Ji@zPt{qz3)Y15udp&FGqrMMglApvoAUaH&Q5jT9ZxR`mhbaX}NT TZzOV%*B?Dz2=uE6j1wUs%v`kqu^`u2@>kJLGc9{aYHvz9mS^wW@)eIkAdVT=?5g_C`kVpG3}V+JpynxvHO4{#df zxg{yT%{#X?gWrnx+`Iezx6R6XIlt{GzU)2ttzi;=$7L&0K@(?W?%m>Cgc#>>#vU&Qm=- BxV+|6@}DDMDB@bAn2i^o1p5h;nLo!ZNbSzPA*k(F^LLOPkwV(CE734s}LN&o<~>n!pkvn5*Zgz19XSTOd5>m%S7 &OFFT?NK9N0oaD~B@o|ry73BAyVj+{k{JZ{!_s03qrb&d7&7=b580+CUp^a$lX4wP}0{TQWZLakerof$b`8GCBd& ;R7+%`*S=gxy-fl+S4x;iuJinWm~iCSf&vlsA5v70-NAGa3%(Zu(MQhfFmzhmFb061D>9H8do}n^BKJ0|W1Q-Z=1QY-O0001BT4huK00000000000000M0001NZ)0I>WiMuFFHA#UO+`~vK} SVXFHlPZ1QY-O00;nJT4huT%y$DX7ytmzHvj-H0001NZ)0I>WiMuFFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(Z ZftL1WMy(LZEu}g3vgUlc|H^fL=7Pi+lu4ZzD{IWmUh>ASaPz;OSa`$kz@&LZO1L4J=#61z1q9?-rR@eOJ1cZfkF cbAwUU_Ld~1B;ZY9^v@mE|rc6tlX_@J?6X?K9)1kwpp_FME82bI^Klkpgv~ofDR4J%53mO~0n7obz-xey178LFEbtPV2lxu$SAeeuejT_K_}9QL;P-&rfIkH G0bh275IcbVSMc~_z#D*bSMc}{*bjUFNTPiTcp31|fWyFV01LqXHqSj*3UL$g3=mrqj{z?Sz8Cmwz>iH*gE^udZgf|K)0y uWJjhvwaK8v1bdvpWDLn6}Payj{@_+ySK1BZwDR(J_Xzl{Qef+*JWE-Ut71bzV?{s0`N+j4|ss=y_NNH-&WSwgIo FiH*aM-zGExv;c^And5O^){(QUlmXSVS^zi6KSVjJ)On +CsQ@CVy?ofo#TJU`#Y^1r;B*S(~h<-WR``>*Nd`E~;bfPLnb-wwQED>@NU-Usog xE+RgLTck}uyKnM7c>Hp8&?3X{?&Gy)7v0qpg`^|of_cv(qJfo)nc8lek0I){||fEf1Wk({ltv_*&d$vWl-|RUItmN=eTRz_@!@!$?@7~Mt_RL=9#b4}Yem>aCaxC@oKKx$R|C @VR&bONWclNSg-q*|Xf3%l*{d2u6&wrS4FZ6Q0_!;m{@}qs6pKRbQ!1wH9|NX~(EY~ahc>jm{I4)=VSPt38`d{he eDg>j+v!VY{I~iH5A`vR{-BTj?fE|5=P&!1_Xqa#`^&&0@QMAb&%fW#e)!A%JkMqQJkPcLyuV)aJlfBCp6F-2c>T QJpr7}9uAlw#P5rE|hx<8iJkrl`{Dc|z1>iXFtNomR|EHhVzkGo6`i=p%@5li6pB`Yoat4?W9~of%e{z8L|9SKL= L76t-!%BI1MD~dJHY;Yb&log$+7$c1`9csd&u;U?euA^MgF^-wm?7-ydXq{B)4l=^g^70QV2Ezj+3q95Q(lI79w9#QME{nDw`RnB#7GnEm5{VYbr; hWWjxhS@*A0z3x%A@Ch!rxCWt*GG8Vw?5hwcO31$_D-uXE`r$Je!^td|3$9A~4WJnz gX^Zaj&vfQ5^<$1q6%J%r@QTCH(P5-}*vb}#a%6|D{)Bg*Dmw;?+;A?>~>359n@cbCd^Ybx&|22oOCh)35ELYLK=vH6UnNd`$2k>44sUzu>%Z4wuAr3YUv(RdCJy`=aw7<=)>EEIZkA!L(DZBYlw !#BaCZicH@h8KnIe%stuuO}J|2nKcgP^wka(nuD-djJ`dc#CWsq$9K66k0M>+ft%=44N_!zD~Hf^VIJ& fz4xE{sz7SsM#gA^0*5^M|lqg+o16XMe2rj7jnQgdGx?0;`C&z~`P6xT!Mo_Kz{xhLBb|5NVxxZoJ0zt7_OAg%`m ^WR4V`yu)Mdj$I+*`0ibcti=VTNZJh#PvB`cjJQF351+DjO#wZwb#1^bL)9ruM=D+&>z)5b;0rd+k)$l)<4Q$Z^Z Su;97{`<|Y4CRqzSrQ}489&$1=sE7nYf?wGjUr3*Ro)qq1c$h^#L>PcX0WFV}kyuwz?75Cj{5E^mo7DTK`XRe aN&uWsqWk;^ED>?#1;f(@vcChvuI6_A$Xc^m)N~@son<;bSfPr+ob8qB|8fF)~pd)Wv}65W~G}$6-BnY6k5`)SY=tR snDv)6=f|dvcv`W`D$K@st~i Vy3tfKAi#%R_1=8bowT6{baj}LtA{#1@RzucRcJEc7jUzQxu49B{S1mul8eSY)D=G-FfMvU31W};jRXeI#zU>zZ1 #!f&v2IjTmeHQI7)KF?!weW7M7l5LzKahxgXlJ0b8kqmz(UqZ>Dv`+o;GJ4O}!z2R;ym1tRQw>k~^wFr_IH%sWN^ W4bld?hd6o^|7K^;o;5%>GQz5ML*XuAsf*&M@|6qgmu*;Z)rM(37j{_0VyfY-Kn+k5Hj-Ep0+1a8bx&*u=vYiF4? O{N=s}bQHgQxN%s?oPde*9RBigD_tJVqRw0yaw!rN#>;>8uljHY$LBCll9L8*`QyAlw}aOWD+e=VEvepzk>3btv8@Ikr=zu$esPdm*Bng_=AUDVO#kj%6HH_WUF>M4`1KP~@*^7dR<^2 wspBnxp6EfU8QA5;kCRjjb)ftt##BsC;(T>TB3;jPTr#2hc73fMprzCX=*`I}obY2E>NY2f`ZY^Z+(P*N~ W1k%Tg(I6=;I!dsUBO=Op!Rl7+paJ*P29$7Kq<*}r{DRno);6JXqZ6HlOs@6fNYA_?BTjOv6Teg1N%J5SxoEow0$L)kD}sF GMORJ}JO-$;vMI$iLlA9RB$_=e2euzUA^IV~E*r+f$R`nR3*=|0uMq1I6qY@QxC?BEZGvKfVj23%9#^PRVdq-d7@ -Tbn5Kg~u^Wj6`&>4*Zu|PDX_^Hu2$CEPbt*dK9FPxaGuvdrns*dD#41zKqa)awBARzqMD}!*v8AiI)2=3z@QEGB LV>n#EsFfGc;LY5>T01P8&n{;|q~{{SJd-ACqzn)7+?dDfv1O*Efn2;Orc+@1u825N;MeAMG*mRM%dwC6trF?y6izpp74=sh}ysbRV3Ki+`Ym?-ZcJraBqYDjS<0c6K!Cxu7&h@f q%Km;#(8-XVx8c_4MsWgpX84 rF8Dy>+R09hZ7L(4XB6xPeqj#SfFWfR%dj(F25Y1wqj{nY^3qg4xVLPgeZ4O&OW$d`0TtET4#P>~ACRJrM$^6z*m _qcw<0)8zSw;PnJ#va!N=G8n$S~vUn4XWO`+tVAWPj1C)?otdU$d{A^u^+Qt3S#T#s(rg-7rbEU)~?y 9*~#Vxh6;mSN5IYqm3%4jAx{MFIe^;2cE@!t28Z8rs&p)WV{;sdg;bcIMBb)=ELu0BAnCd*Kch|W%SxV(!ca-J#b Mgw;HWh;Rva4RE#8&CL!o%*?PYITeT%V;*c%(F9vr*r&`qNU<>H~i%Gk(AW$0k##lQ;{3QE !7HQzn(bG+WDO2d!(R9N-*O@3=b3~mPA@of2D+K><}Rd7093w$6?*`ZMdY3nqEcOr_9hpR<^N9bBt}(VIQL=V{4258^5vXey>hKRcYtC9MoOUSYQ6?%&;W+I ;D)J~)P(cm)hVDYLr;~{JES6htb@e43FESFAY*q1aNc2e%c*A6i8(JK<j`Xhif-LUpBOBxEFEfIZ@;x^1w(Zl(S6iV7jKswcr3SpO|tG&^Gyf O|i}Hy&pAL-6oz(_heRq{!92rpFH(1ee$f;8V&suh9HNat}tgwA__FKIY}*vpwL!&JWiaMB=q$!GyxK2sxh1{Ew~ !;!N%aCBZn&JEf}KG0}-q6DsJU%iV3Z~Wkd$}1i31S5;uv8y4^M8+{qwN>&79ny>+91(J8cLfcb{uCyDDKC`2g>l I*Uvaaz`iq&aS*R#SPfPp1xJ(hfbRbrbQpQN%owKddr6O`l4qr@_|r1CnOI&0MBk)>E>{S5Y_u%HtE-+1BM#n7du k;%q(hMlk{I_Z3W}<*M7kGF2p@3}bN?NsOPRn4^5dj7)2gImM*w#vyxCYYvAu#Taa-mS`QvJxwc_a0SD=7L?}T^y -S~Bup@4ZACM5U9~+~8afGEhiz1zf{o>zIJBVa> Vp(#TBwf#_D~oAyDkkz}!es%K7BTg2o1#0_7sV5mBdHTZWx+BX4;>w7{JC`+HiNE02@of=m8qJK!~(S#vrkd^3U= bB1x2yjpjA^}ooV3*W(O)xY}b)tJr2kN;ucDqt7#{p-_#ltsQDEfEtmRUg$l+@Bd!(NBqp?6uuNSh=@X3pKw6Hq%v?n3pyEmJ>(0&8iJU>)O%UJ_BtiJE#nbY`gW#D`ixoskUN5e}AR#is)> 9f~C?|+Y!|We@ZR1%a>}2bQi@6aZ{H}+-Nh#*CmB60192Ya5R}`!tt7Bz!o#6wAQ;=>rk_68m>tLRG_^k9a^FfO{ OX~UbC^O$OVG5$bQNVK?f+}btSJ0aya1xNJVGyW;RG$=zmx6xdRfqymcx|;3+uTI2^fkiP9BTQ30x6u$Cs+z2Qrk #qp3xWc%1n2csmG{8d)f_2(xzos5JzZY80Wl>+ohmg{zu{4r`gGPOCMwX+V_`)OvQ&$4xpAy$Y3DJebHsf2f-nT& SGCdF(7OfT#7KT3>W7+XU9b-EWZ(SY;dVa5;-o{qBeA2FH<+`1XkbRIAn7!Zh^a%! rjMX{x=o-gJAFDoJ)K9rcKWm~+jOl)KUuTsI3DX)Q2>Bx+sY)AB^yqXaj0ZVX0+YbPa8<2p{-ez+%b0QFb54GqK- UAtt58MhQ6np#%M;k-leWHQ0vz!9-a5HU~4}x4QN@`Z_8$9WGJpdB=w{f+gy@5^1PN& `|v|u3dB-Cr^(a<8VBRy_S!*b@S0Su2I??59!>>kviV0ym2lh$Ln5zco^4H^C~Us-0&<@-f!MfFNvN?-tq-E5?GO nVPZV-e^5&U1QY-O0001BT4huK00000000000000M0001NZ)0I>WiMi7FHA#UO+`~vK}SVXFHlPZ1QY-O00;nJT4 hx3Ml7pO8UO%mLI40S0001NZ)0I>WiMi7FHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEv+%34EMo nSVX-=%VZj^q|+5*3zVHrn#E7X&aLsNVTD{2}f0olgyW7WHJ+HCQX9}y$FTUgR5XEcf9cygTJ4lO+)+On~hogI%5vL-Ppg)XB#sEZ~$-;; BA020fzt`zzpC!0bc_ADB#3%j41`&c@FW10T%#14LA|-4d)V`2MCm@RCod4WWW!c%k$Ica{tYMV9A^WJPYs%z_$Q q0p9`m4B!O7|I~B-sN=UyFw0>Zl6d#J~xqckL &!`6#qlOa=;fSlAm)X@!m5hQ9iYkxULQGJizWrq_Z7xHsE!D^8g>7M83Zd_z$9|N#ysxCh>l+n@qmn3b+FBEFCui &H`*vxM?!)`zeL@PUim4>-ad}>j6(sCLdp%O#Z$K_(s5|0RIW_ySo18lXH0qd!UW72Q+V!_DU?&m6rNKxh4N fBh4)ztSOR$26w3QbU4Pva%JX)>kl2~-|IrlE`PmfG|F!Oac?#t+^*pYddmiOhaUSjG1AuRUJ#RUW_t-JjnDYUzo yvVf3QtYt{hpjkIXp9!a{S>`p8LX7?*HXf^6`?wKLXAL{0rb4g#I+jW&SkksdgIoubM`_*Xj6@X_QBs!XAYm)BV> @}#G|DYIjruUtx$m6m+*dN4_ICbs%As*O`Rbld|4vRPAJWwpb-?L|uzB7~dR6Ub?UpSL|v;fWrjLane`({!;j{vR$JO;Q%^gEOKt#^2Cr^EP^a(LcN4(T3pc>m8U{-{I#Mjf 8}q(i^|hOYaALpi;o>(4GBzcWfmr?P}{sW0LBH6@hKdrPQ?i*)|d5}yB|5}wnc__(g?Q~W1OD5q;n=x?_I!gb68C 5*dIl+a$D(RIJlb+73DGiULHJ#pFYEZ vv*>4Una%UhoXvCJF`ITZWj6IYU+0(4=DwA)xo_QU(r;G$WwWV=cAX!XP5PhE{eyb`^$Ks&bq93*ke+j&&OfaCj| 1M1xHCGNc_1>!x}v!eaIyH&9NN*(0GG&p;EbOTe*~-pJbgan*q;Db1J0St{U4djeLLqezCAdX`um2$7j^zGfE9o< OBvsqOS%7prPTA4fFN!5==hk9pDd-`e+781$h(y1ol{1?t107o?^Aer8R8KRxmhKOGl;<*=wXb&4hYG)zJcRT1~#{tGVxzYRaL%ntt)|YVI4XrW|gm);y;0A;1Q}$ExX9FIV&2|Iu^LuHpXq3hQd9pS3l-cdNo) h1b_mzYpsAFV>Kstiq>j$j7rar2pd@%J(JR|N2F+aljdiD3_K+JTJ9~baw+b0p7NV@_lg;{imXqe!RMtdF2zewA0 Vja^LrA8CPGZrTx5AOFf*mn07X6G5PuMVxHf#nEvqiV&<>sbo@Jo6PM6lmM&pFk1XN+u3AEW*s+B6@hD)c+;a)(E ?o+n1iW-9>EE@K_dB|j^8UtB-sdMvdH&0Qi^RU`IRE}S$|(tmE0{fi%fxQ#c+b~ia2ep43f*N~H@b{|^800!%bS; ze(iG7Tf3b5FV}JRa?<&@;%{3{ySrD%zgW&V`FmYov4Z}xdIjw#x`OMjT0yy9w}SGybp`F>pyD4|L3?;?1^IbG@! wuSyLevlztwZks3%`j>lwEe*VErFucv%>)N|cE^_16R_1vGSC*2q7$=7cIUlBXk@t@vBe>tOp@T>;nr!>&t-`PO_ UC}^$Xl>AYHjw|T8p!ufU4Kgh=|9{+x?gFaoqR{n{f(~wZ-sAZx-}N73Go77eVC9Cu3lKQXLLJ{Xu!8s@S 0p58Bgc_v>7Z&*v2`Qz&ufRp8>z~h}?bUgyUk;)nl$%S@ht5f^{3Kcn+Er*s-)2499XfxJ!Wi04?MuCTulA*8oU8qBq5V5re}N2sY?#}^I=PPjb=2jC@lkR>V_?rEXxq^~g!W*;c_@`^j+gwk#Y4_1jf 4kMWf4cf0%uNXccL#TV+%3e8I8H=fnK*P|;y;A)(w8 jrXNpL1_<*qCMd*w-P7xhf_{Ee1#i#5^=}Fw?)EfVIZ8&q0-SFpcW`ei>$(u+^(vzyQ*|o$Q0p1SWCGbiFibi+QY (l;sRVdg@ba!NEJ$HyhTMt7EiQwgnQg%SXQiJkLZZIDcWH-u4a$u-tI&?A=qZyA#zhR;#%Y-wj;>Co_04`$V2`Fy E)$Nd@6dS+t!(Mt&#zpM5m+JbRr#&$s$^g2NyV%R-rOh3-UEwsS*{Gui=20D^<9H^u-LqeX*E8p`CJi!s(7~Y&`$ MXjgX(E$uX7{``yF&1rLfa}wf7^kMqa?nKOWE=?qHNTsmGUntXKOvlP^9Fup+?uDQ*JsPjd#(I6xr#rmKb=qAxOVY)B $Tar4$#h>5J9>L#1I~LA?ar!1#B~A`O=B`0O{Gm^UpfIHM?1nXtc-w6N7`u*cU;le>!=x;l^8l0)BY@FTAkD14Wb ^WV9PGW%JseJXd<36v}$Pa3fJ$0k(lw!eO1g2C-EBv1^8^(5sRIRJ9oPsSF|TK3(Gy>BqoziU)=VhX{Qq-k7~%s) jIGS?~Hcg(qz*~^|f~kOS*fg}EfyIm2-g^cI#t6?Goi9ScLp!hE1>&@%vslEq0;Z&VJgeu^{i5|EwmDm=Cz$FT-_R T7t5H~3p*O@i(Gz1cM;%wjkUl{j0*adr!C(^WeFl6JHbrBGbr$gf|jXSQ#1sCDQ-C=Jw1_Ou;(1{`enZj0*ZjUQO+(^jT2$gi;s8l)%U$o }vU0l2;x3QB10@n<8g`@EWPJ3S(blm}aG%Xs-+r{-d!+o(dGZ|JyllaB$;*eO%u8u@|dayQ?u$CcgM53LYU@V@FS ~KfLq_JA>%w1154!CJyrQHp1C^A5Zk{{U!&2CP6VJhBXL%*PVyWyoG|4ptJoGw6k^!rIME2kMMXkpB|@Iw46Z))O ic}ojAcGT1)eb;(aE|??g1gNG8$gXW!Z`Ml2b|i;umnt{DZF-%Q?R5xh9V!o}%45=ws`ExQc_Z65>)d!3{2t6UH9 3A=fC0Q+e&FN;(s6qd$pPp9`KAte$}}aQizu{X3lHH|YYe9prB7c^INl}}7DhHGlS32nbhlF)Zf_Us!Rm;Qll)g^ E)uK1C{YlJH9n)%z*MR?3_USV#|!ebZZPZPsy4H}7nY6eW8G_IGSQ!MlM>3-BgRGJ;TQ@K2;3j}p0^(ANb=V%?~g ;*cBVPphaFHoE(a5Y{YSgviKN(J)Mvn^IsSTgi6uI0tgTbDhG02UQ7Hh?zxCeEL?6tm8HrSa8jlrDnl-hKn^DaMH w7m#FuN8cnT~E`D=8BCrAUCtVgo)t3c+^>!IT7ubaYcREt591@mS4k>y&qIvIV|?Tk6PGU`3XGw9gthddVncs|MV H$cXveaFfIynq^COBAIqNf*BL2e#HDE-(A) tg&U_=?v=V-)6F#$23&FJ2Ok!TbuWJI8*i*X^*e!C3p??^tIb+QvC{^ZbG+)vQ+fmqsIqSBOR%H%h2QnA*6}Mk^bl|VyTMlc|$XKWQJv V_(lPN^1=M58D^0-BI-NiXH*GT;Ko4RwWVRgjdB*NtHAM3TsKFr9E;B$_aGR7p@}n7iyR?8d<7;jyMO+G&TKUc~I gV$&&K7xH80Vu^k?DFMdBqjCPk?SvFd_CEYgnK761FsQW@k+Nj%uRS9b-7JlLF9_s%_AH+{R6quvO}5hFA12-J#x _|HN7PIACyXV;U#IoLCZmM=!^yaOdPwN~2;yD&+DQ2&EZ*vzq{QF}8(f5uba_*%D;gI=^s`(Z8n;;pwyfqn)r()rBB3TEQ#A(htInG&L?C5&ziFf s(Rw!?E!##D*N;eix_NAgQqvh>xLo6CfB)jS-G_7q~le<7=sA2*>5Fj9s!zXi{lZI(5?2VypTZZqEa1vo+#l@``l rPDx6Sh!+m9L4T?tpCSoF(ni^n}aG*Mwq$o@PT`=(G1{8lo4;=`dwt=%Pg&q9R^<-ZVRug)C7%;N!e{imYL ;q0#LAt!SJRQC$EW8RB0Lu22IEGzzV(b&yZV>cInHY#K-|NSVtHFG>OoZSwY9aF}~dm}0$^zoLyCJp30Gi8Rc_*C Y2b_+HfDtv9qoVEu(ZdKvW`_E3<9huSWHcXz#9J6$XbBp|EC@YO)+1;6;zyB#Jb9d$l$Q;g$f{ziaf#BOz=0uTaD bLD-eR-4#8kX=>%=U|!UuB+VxpS-;7Sn%ap4N3|0An(@g4k)u@{lN!7qo9*axrTN+c9nVvD0Fjhs^nzI|YZ6j$k~ P-7orepysXF8!&mZwSwcBljz@Jb%e#}-wo_2w(N4UgLa9v08{CB$HPd11N*u)Mnw55#z^&55%$zE;v2hajMQHh!I KN!Z0xErS{Z}L+$mlGs}nK8sT|ANVLAl8>(IEbcbR+TG)L%VuaQk2#`j3EXwl_~_GPcJ0#)a4GANomc?NSFT+;NJ8-q5Fd8wFBfkEup`5l6$Xc0dPzC *LMczP3F_qWU=U&+=3>6tD*qe37Vt!Z5Q5=pR_X%jAPQb<~y=nZ*OK8{0=fa7i_VcT%zsp-?+?ShG&pDjCi(1Oq~(aw*g9XnDP|8uynBwyc6~|A_|}ucLKE~hq|%gRNrW~iYMf`l9u=W^xuHmG*YF_ sJ;m&o-Gj>^s)Za8i}=H+tfpKf&WuU{T_osiC$VBQyekWLEIowD5%r0@)4ZHxk#d?y;t=s716z&bc35B;mWzV^9? >1mn7-x5iNnMX^mb7fo1<@nC>X6;N-)3{z&Zw>RwRo~Lfe$D!dnhRFy->?7&v{Bz$judt_o)xL`tTG%;>q6qB*#BOV)VjhJ+%`OHv&OP3ui`kMcO2sP&`@55lih9@BJoq6xj%D%u2+ treYYL@cBuH3?NI1}0TBmmh?6f)^;9cR`=1Fgo>NwW{5G)PKd<_PYbCK&PH{?Yfhon-s5;qD!F=F Lpezu_r0Yclc!O8*?;4Z!{>G~B4mgr6q>s>Dt?3^X#3{>+Ewt^`P114zfW3$S}^a`>B+H%usw)?GwgkjY*Pyz=J!_7Z|1xma^vlcLo!Ku9@PS2izt;9i1)=~Z{cZS&)+HjF ^5|FSEJeferuOGVaTr>XpBkT3)jKOZS##}#I5`iI4(|@m%0vUT(U7+tnt*ipH_F0dm5Yn`C;{c%#TT 0>)0GLEN=H8d}3>noEb#BmAn!ykT_SQJQ?vKEk AW2xX}OO!FTY|RG;QwCBd%{pMV$O<-g-_=fZ;JHNJZsEUXS$`EMaL{d$v682@YLW@|n9?=m-L9zjSPgeeYY9&v2< 9wd{yG7rg@%cJ%oV5l%^zN+(#=$Bov=w%e}o$587=(}TGpkxaA=s1BmZ)3ph16u=3J;*we;>y*Bs8`Ba#z?*5*ED |lqMgEpx;SqzW>yg8l|@kU--BbYUNu^5M{X|gf0N^{%2kU+5BqDgZDW{g3)Y^BZ{vh_;o$IIn8YX(!$Cd;u>7$fD DuT+)x^kUzkrXhVk!PyWg`pXxfA 5+<>!>X~iM0V){-cWMzDV@z9liugcgLI7uR>jJ?xV8-7Nt(+qmqJMdy0M4y)b!6`%*FVjx*v&!)4haM0Z6dq##hl N*>IO4xfuyi@1hXsaX*zj34`9;xqgM4-6PvzcCylItKQEACD3C+q#Wy<%oJh26{p%qR(!qM;7B4V@`=0}Ab&;O1p AivEM72m(}NFUQonU65Ri{~B$B#-KYfIl1PT7K<&&u*6c`~o%q3s6e~1QY-O0001BT4huK00000000000000M000 1NZ)0I>WiNAfFHA#UO+`~vK}SVXFHlPZ1QY-O00;nJT4huM=)f91E&u?cb^rh`0001NZ)0I>WiNAfFHA#UO+`~vK }SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEv-F349%Ab?=BRARr+D!V;29;@FXF-78D6omg2MSxdahk}Y{l9PH7 ZxmRP|JNIU0u4E-mp(O;uzNF9s4|ovMvZW7w`hWih;KQJ_YdYfae1) 0$wEF17Zs6(HP_gz$XHB0X`S-iGX*W$8kS;9_RbYdHn7NfIWau!eD0u4xZ0-95m1KfKLK^iGgnhd@A7k&gcA}!Jm zQKLXqic(KiKZvZ?8@Ku1P0p1082H*z(9}D;iz()gq-sXC~YIFTRwmHwQ>6ou>ZLiaGY)f`v4yUxY;}p0X_qT^`3tr-)}JO*IdZ &Cobgt*8<)o>j4}D{PKmI=iF7GHQ+kHhYS8!5sxFQxZanpA{}0{iu8QfD&qA^t2ockR&jm5S;hGt1?1z_dcsBge# 1q?&lbS7vM#{W0Yd}-i;c Z_M*)Yb@(wfM>4Z`k%Ch`#EO~-(R$b>n{S137yUJ^VV>^uQ1=eehtSx0r)n+cLJ7$e=nxId<1Y(=m>ZT;6@;EC!p WOb-%ZZ^WM`%`hBd6eDQ@Y(&y}M?)M_VA;1IO9QU=|$vWZoAxgl`1N(vM?Y9 cebv!Je4N)qI`#DsUmJQj&p;3PdZ>qV*k<53AXJgHzlZ!B1C9b7?;+oRq=)n_uNzZw7A MdI(LMe5trdO6-Xy&SKrm+LO{^8L16(&sSX8j(Z5+h8C5s+W4AzmNO66YyDp@9X0{m-Uklqy2optDpPY-_Lm*^S* 3gwV(PtG|w;ZC!fB$pZmMBpK|=(e)7Q&`ibXX_H#c^y@YgFdkNcjT*7r%03piOi!LEu?*fbge*)-;d~M)7p9EY0{ 2HJw``yUzZr;fG-@K9dc$<0t@J90Iy&FlFf8NM-ebK;gY~(tAxRLmH{3br1vx)Ovwu#@5Zz6tAMAR8{kgBalqTJ=6K(@n)Lhu;1uA00UiL{4d#2E&~K1-vAC7%+_9B-@V9awFWGARjIHF49|P6_A2vk%g+pA={ 1Ex*<{{2|`w;i{h9UCjJBFyI-fjBZ!<64O!{pboVeWfknEek8bNr*j9M3cF8|HbzJl`_R{k<4)PUI61B(P2&p+C0 ^a9-qNg!671<@i?^I5f&}c8qeI$x-&Z-n=i3Ql5{ElHdNw^n3BB(Fdcn8+V%T{>6OvRWt6l0Q&_0fNz4Hy5Jg)_p xon>*u$T{@>k3dOv16*S~5z`O-1)Iomnk3G@8H?bHYNZznz;v4eCu1F&28ZU^NqhR9om}sIJ1MUZ?4*2k?IJzrcafi7zl-+y1G|W~kM1H~KD&$f`_eA1=Nr4Y{-5vSJP# WqKR;!R{IhC|F`B_Kq_8rj47Ubu()?yY-B@B8=AAAH(g&O5f3{I Y*9`Ke~$>-KWoPwwSeAZvnW@nXzSbq+}H I73_l)VTpAr9o!)NR?>|7ieER_R{U7G}VFxKsryt~a8xN9h&4b4NA0%Gic93{@&q2!N2M>~NUpdHeesPd;^Qc2y& zXm4ht4z4J%`B0n-39hyAM&$8;3}z+YS-mFFM5azTyz+@Y+LM#~aQ2zdS@fedi(iub&0H9`Fl**UI{@CB9#FE!X{ )Yq_q!0W1ODb1lC=|2pDlr0W?+iRa#dW`!NF#d6Wasqo4H0fUg!gLXdnM@bzWx<0%#99qbC _^jL*-eOrZe|8m9XlNqkVp5gqxGu-dk4C8?58RF*-z)iwOGhD}+KHdSI>vNuG`~3bBKI!@$pZ5I$pZ4OkW8~8=z% Kz#9U~okXDMG(v(#%h0zMb;9e{rW*k7go`#K;*$XZ*Y-n+F%zW)1~k+&N4(gQWF?@0m2wFB;NG$8)>1?0aY0sXQY 1KPJA1zh)VopQ3hPWpOv`lV5w_UDszqpupo^Lc=Wg)bY7lWqY7imY!nxc~7RsK5LhXs2EX_)Ouq8^~v?L)yE`0UL t%kmG(h&mxl-G4Nv%@p50p{d~ndf7kT?Pcz=b5d=1cP h#%>S%4s^buZu_3;mj$=gubkzuUm~H>rm{V&KP3zkh6U-Jff6-(PN$jt?}szm7TL<*{>=`wQmy-JUsqw||cPuAd` 5D}Yc_)+HT$mfue;(s+l+DcTVVS^o>yMY#X6MZT4f)^#wJlQ`*X!b5_0i+bZ~GuCMxw8Ik}R{HxOuGd(^hwxq(-u +Vcit7!+Ll${nezLc^x&JP%H(87~PRBQE&6r=Y=o9?8>1U(;>9{s_koK3E_DAH_ko;a{(GN=U((?PF#n?=KZ^`xD +d&?Ez&yhQTDQv@(f$p)E(JAMga=)6ASg>%YS_gy$U+FW|byyc4$86g!Nj}_8%7Yg5>`G%Cw2T+lTM}3-D1wXEWAg0DlB{pT%6ug{J-2xL$0&{SyN}V3EJq=hpZli ?&VT=Ksd^x41snwvTf$=Dz^$>Y(3wC$76K#@7E}`bZw;&F22=xE_bTZ?`C~zrwW%&;JkbH>S_1S*O@Fi3Nn;{}R` 2xXu)O1HKQ}#im~Y@V$Ur0k`0~8TX&C7$2W*#{4F(ZoJ#mLAigLX`eE11nr*&{CA6TCO*=c=H36cD1)wf{;0*X3i Yy!<_R|bO+@f7R5B>kyv<-C7Ha^;nF$MT@z;~PXt2(H2CEgX?_(Rhk8~6iUtIfBA9kjo%v*`DK-(p@yej5#xyw|%d` Wa%Q{}I>2I_M972-p4`9yg=?XMq3HJc|wcAGm&O(Qo{0uCJU+JqOo;4*D3AfZqdrN(X(J`*FPj*X3rd2qEGWli?;vexL_u&Uzm9%U)Iw>|6P2)J52jcR_pI&*3#c!=kCQWtv73X39eq;zd!f>2_ 5tieO_(ZRT*4{*16_gDk}(_#*?Q*?L-4;^W5&J8{c6qRo@Gba0Paub9Gl0%SsxS>0vMFQTD4|ywH%h$uc~*wY}`%-nHX;+QVwwo ou(}2hG@%CUci{n!&AKb1J&|c_*@CXVwesdSEB*M+}0UIBVh(du%6glSZH`_f`MWulmhbMQfP_$tokSR1aKfGg;kCQsg^ZFN`Bta+hd!dwe&Z_>^|eH0jqv@yY3)Q-@VIxUOcpnjy}U|vUh4DpW5e_9eEy;BB_G*7x-?x;S&#lQUiQ?6TQ%%?W3*$#Okx+2uq3N+e*$cU>>Qdvk-4BL7AY qT?yM0&qlajq9;f)kQ|J6UI47@B%jx14?ZId+a{tYk3y(G(%6{8A(o=zRz%$G^I?RW4AuTWYU*`^&ERys85fI1Yt4`olsvQyRqK&wt(geDvKM-R5OmF+rXO2t_BI1+%~ZHx4^|u>xBD8E5cIIRwwG-O(^YC-5 IeCCc_};1YHZg_C9GP6#XIiDJ@!JqX_uV9_A5a>^lV=y?zZ{_1N;klN%m}>4O;pVtXOG-0PUaPA!$l+wB$y+Cuqq UQ>5i?492X!;>H>4is`F{>Ot8LYxZ!$6~kT>`+@HEir(p~u9yz>8pOV2n^Du;%sW9Wq851oGoIn|BW()McC+E6_v )^OBQn25<{qxMjAXEv;*e^p{TZ7;QT((gG JvPKQ@FLZOu}Daanf!Q0XN}OwuGL+yY6o&V@8ip9&n(O>>PW6%@#BcMW|NU!s@EDA%hP6HBo?OBNlH#>2J_80a~_ 6*s)hh~F@_4Fd29~*3F@)EAUrO-gzxaK;f1mA#9$cvQEUxHB?y>MZLk^FYd~hnsa6+&+t@3`_Ow%)Z8mJ9uhKsCz }kv8_Pz!ox=?rNx~Q=f%XZFaYFG3eZ^!^q@(A<;S2c_J6WV0fOYa3=R-#ykX1vlY#} V7YD4zPMW;UIwgTuK|{Umh-)cd|VH}F<|Dv$6;G6yt4CnOx0Qx6vHqLr 9Oh_epV43r27wZY_Uz{-l18&|@1*4+t9Gd{!xEA(TP5N}@ffD@1i2?e`uy1Bb(Phn`+qhiKOj4CUbpYb7hb1efWL ls+>isr0OR0{n@Y{RpPnr_|hwZl3(HY0r12|FPxYDQ!SPn$7Qofu9wZtzy@lxb4s#u>B&SjKL^#ex=WSAnM2ia5f vi~#ck6BdJqpeUTG?FG222V$pI98r?;9R$ojfIf9Xoq<$d+fz-##&wuKlm?$D~VRB;#FSPVNBDN#nLwHg=fwt!XYb1z;-R%iS3{c(Pu68DE 2Cv#X>eIHUnq?b%Y`AlgR}~}RWF!Lmt&uRqyKUG~Rit+0xFhNnQ^Lli#uVZah?J$qddA6IDjD08QKHt5S}aCt_}G b4(TYJ?jT~>()n8CLjU11?KuBwirha+}sxD>2V*Z6F!%R|Obwlj39xe=IW^#0iyPq&mq<$}Y;IBOelJbsDvfc}g( i?p5(GIJbc1%az9FQ5r#TB~-SdQ72bei)L|6sHZ8;wXasKhgPPz|q^0s|$_qLOjn4AYN7VI6w{?~d5bYdz TtSZ2sBX#59>|O)cYnxYvwGKdKPf)&X8~!Vdjqz_`auPTCG&Uypo|=_y3k?v_5n~(8)L}+Tc~ic9a@>OBE9$`YBa I@Q#O*LH2X@JViTr$DPa%sn)4rU^mP#t*RuagL;fLlJ-cct?EcV3c=T9j6l~*MI^Ge*OV8qa&v1ax;-e> Ltzlx*i!HVIAO+bm<7Xmvxi_mDuT%DC3K9?L|rn)F&wX&9~l+`l5bLQZ=)C6l&jAg^I`|YbgVHS{zbLw1RnI4HCA`wyc0w Al&Fp|Nfg*!&h)hCIAPrGq)no|Zfm!Q^X__^E1VKvUa5}H=Mk1^TdL*JDQY++&xFE3TPSR1Lbuo(pes>V&)IkcDR -k|&LIoEiW9n+TjOzwwW!Tfqyv=5o+ 74A+{&v`c`KKy0~Z$RwH$*WWxxJonYa?jd?C6z-C46?OkBGWcue1xu&8u9vJm+F?@mnc!)l4(T2*DB}WafBoVCJqoio_jr^%%jSB}^tV4&X27Xuo1_CjSgj5u_ ngx(>MkQ+$;(M7BuJup(uDI$T^%TN>1^C0G{bp-XuvOxBJ_bs<4;X`>H}qu5-1ptVREU*h^Be0eWodcLOhy 5Y)$&d(=TTIhW^Q9X%g<*LXUKN_CsRG$&^T0VH%+IePeclZTg~Z#Ng?8n8N~E+%`YKZlJyk|y23)bUa@j}GrHP }XqTg&R)2WG|%xHcgn-`MhV+|A%md!t5kFeX~xJX0?2@yS9f-eenf)!emX$~&=I&H|C6U0ghyNWGx#E{L`C08xmr nL~Qqz>DIj{$d(c~D2Sz=L&X!n5UrB=tSnETMBGuJA&lo-{6A9U<(|tSA$mXySnd2qMX>mON^bwz4K^Z=z;HRhm$ }l7*q$Mz)XIy#j{vA*tj>gVf4dQyxO+&WzBjOZ;!wnvr^aP` lIW@kyt>6Jz#hQ+aJv9Q6n5FHwbr%yuQLHyhD1iScPDA6KLZx(#DMok$YH_Nq=pUQB!Oykzr108jxQA$)BRD+a>h P)L?gGH*PGSXgFw9@{z+dzF>ivBaK!-4%N+Qjh&tCDdIITGi)NuVz!p(HeKMFYram9(>E-u4;W=D46*5$?*ovImA27T1MD^>RGV@F~SaJ 737ij%%bNw;g%x>gzTb%d>l1)&(w&FY64QprWddS$sOP=7hbgKOHD9Ln31;HNBJ}J!LmvnjIugf1Agg=A0nBQCzh 5i$|N~y0B*wq`&a%U98PN=wX4j~oTKwvPPK3+a+}9nY_fm^7CDCkpf| gP<$!tuCHjqP~rZ^({)HV-&*JKtMP$+18im8Mwh;ZN{Xh@ttUQ6GjtC98e#-48aP^t}{Xo#aWl|>glu#f6^z{QW^ mgIS(6|r*8*K7#eMNPa5i=&ooPJY}anVyzZf@nv#8LsSOUYvel(xbA0mE6%-GNhUw2-K?Q)*&+(#byv^B}t+c!mxc ULCvyWLow^*2Yw{n5WoIjxRxt 0c1{JS*E!DdZD^VT?xru64P+ll%z`I{cQm0#wtr-nulX^v#sqfd>8MJ!CWqIJM`;~DFKI*AheRQ*{muR{`34-3A< I&=vC$*I8bFm5!Vt65z6lQ!pG92pxsqPNKnw%~=Lb&`yso`IZ;R3m ?;WhXA~ZV%VFQ7#|Nq3k<18@zetjB_8gq$-_yKK)Aj3?Vy%y$-zq1EUJxHIEJ<2WX~w^iwS<7yl1MKtRmkqrBP|_ TPs|0ySa+=vD@P`tkG^X-Q8ZrZq8S5z>P4OyTW$2u%E31w&r^}nUE=rMHSyIY; 9Je!c=|0&hh|PS8C98MPRgZV!W^yrc1sqNHxWP-M_xSzp%c)(BEhGT{_U$zivH#opM-G$ZYC>JuIWyyJR@~isgpB 3f}~kCKPaC%5&f~PtJQTbfB4Xh4mZlzD)yto4CJ&1#{dedrQBB&Q(3Rsjs|Y)8Imt3(fZ ;Y)vEat@1trHT(f2;@MEnR#ouW0Zg5q_(~@A?qtLOs#%s0*E;Dt(p7`@nzEzm41{F-Oct;3F9~jdi)5F^uqLW!UX oaKJtiau4W-N5%pjzvN1!H}Q4oorB*M`DA#bEZNFjq1hW^D;Z+n^~JHYiLRQv{C$$z5N9U8}EWV=Ps>TfNzE@s4u r*g&MK(F|Clws@jigFBM18D6|a(GV@(F)Mk^#St%btTtYhRAI!$bUONH=$X~7UFqCi;1ZXTmTDOLoJVEBd;W; @%pct@qeahriZo2v|VLM_&H^iQH25KVco7j-!v6`dJ1!?L8yVG!+_#5}Jaz%J>7xGE4AV_)#2RcWJSZ1F@^>btZhER@kE bN`biNqM6>mV?~#V4#wVJM(-PuHUs;oF-JPW^Mk6ZLs0VGOK+C=%NbMhr>^N0*_7SL&fIL8>IMvl1U2ee`Y^UmWp )Tf_mA$it1mXkmzZ145tjnnqa4L?pFIW%LFe-oO=fsgxdgd6=-Vnx?pq+<#LF7nguwIkxxK5@+A)-4a_H~rUGgU! k3v;NRbYx3>W!8W4kD6JVa&W$InObb+qpE;vCL01QGB`I|R}R_9C<0-WWZJ6>ScI6@No6(3KSL-R!aJ(;m5w6Xj^ Q3-{7$vIF^kyYOnokb>WE`&N($0tQ`TT0L4o7uiklaoyZGGnh7V5MtbuH}0p9Fs413H82du52ujE=pp@fMrLiQZR pQw~+$-aW-u4mi>wF<79Nh~>ZvSh@lq+LW{#-Pd|!{9dlm48OS&p1ZLETPm-ni`KnK64Yn+9K?ViGdZUq{|9apo0 bBM@-RH+k6coK{u}%On=#)=sibAh%k~FC5nrd7_gR=a!G|~R!W<(DCw^OS;6+S`b27+3kEe9ga7|a4B73P#q P3HzoGvbQTB*iPkt7Mwrc;f4w+<=avRsdq*jT3ynoxW~7@oOGof!DGdTjCTVA;X4xQnxpuXCM{aKJ-6z(u7=5rcUS7cwCD~qy6df6#=LkUXeoVu$X_h2iQ^DqTi 3MgdGS>(md>%N86&8u?W>lEn=B>B~J2vkg*|$(#mM?jsS!pHI`S4Zo=n1JvpVMl;CEBRV %3cqNXqlO>$N&ufgpphdn|3h`xy@d@Be`%CR+!Oa#^;vRyIJdS}>RyaLAXE4Fs=5|&e*u@`R<(;Fu5gq}%$<_;CF X>Ud(rjqknPg06a`<4^D8F6`C)=_&a_DVfz-%f0JTe)@{a_n5aw!Uf+AqZE++V3M#Iac()dKhq(f8^|+E7x?iG@98=w$+pwZp*~vdyb@wnU6fC8BqSxSL1(I7#gvF7P? xd~BxF^uOgD45D@D3Qts4G`_@Q4PaKrgz6Sq^Er#w8YR7c(BsI9veTsh=X1g|_lX@p(wIn`~dWd|`paDWs{Y?`k{)Gsa>Y6!*!0wzstJ#KFG`?|aXVY-tR4cvh@o BSNRTHASbelSGvhUPLwfI{rxO&TO5}q%@`B^WfnHJB~N@rF?|Dk7-JP1W+zf&!TzLIhUZ~tVze$gJUB>_mFwefQ5 FQ(LqR&WL-ETxC#r)Av<#hM}XSTm?pg-fGZzZ}DIR>UJh+y^rkVm0b_K;}fl29Zh;qVHGj+`o9sHMpVjX4SWo>h* -7^&i4$8Mvx+YeHK 8ZQSAYnkWgIrB`Yi1>IRPonoo*aow;oFE_(cB?`i#CmXgiVWbhS_$X<2B-fG$m -$Z$n8G|1|Z6^jXz%lWTR2gArer)l4`cBXCga#&IYorO0oGiJ$;mBWtZXK$a}l#FM|4plnhbAzFR#k<`(s&ca@*h 9Ff#`}ZaYVo)X!Hi1;9qt6w3&z({aa$5eGO?43t23qeyH$}(ps}wd?XxnzThlRH7ijxr3OTwnv29XZKA9$` 7oUrF2t(prN=k~%VeKRS>uY$nW6b~CqO%69{TdcEPEo2&_gN7l=aj!Sc^`Jiw)J!I0O6HrATV8@1(N2HM=dlDeb4 xhrUpGq9*;Fs=YI604)%UOat0W2!evf^DMv;;o({3C-e{QMJ%8U4tyxnG;M_25bthZXKSev2T~rg2XloDz=xAsyj ^>g*8fmqYO%adqq!sFEJl2`4qbC!wQ^}p=*xb|v7Rc(UQ$9JJAWA{rmf*Mz1-1b6tezIIG`^4f2rX|}0{`TVvDy DFS57=EQy2OmxYU03m)>NXyTY_k77Yq^H2|h{gLi~V8Vv%4rDRqYd@Jh4L6T7vS3QU@$ZLz#bW*~j*X>K=R`v4y5 3DKDvk*vnDY-qKUk04=xG6M4>;%cpqPW>x`B=gy%M)HtzU~rde%9fNuLXbO(} dXg@F*?&A!k&Vc{4l=q;$2ONDP?X@+5`hm}Tp@ZnewzqA&ffk#ml9$Z05$Z9#fNem<=Ey{OjFL_?l7pxRPD;>icD q=P?R9$*}BL(onTf#0g&CssG6&3utDr2(4GBD}KSgqvEVY4fVgO!CAZbDjBTG`>-GV{r(7(=Qn<;166l}H8CHJZV !2rbXvT&I$x_NcJSRJ=|_^g<2|X9NmMW;o5##tu3bw{oQ1NmZjQ+F-8Vm4l=;F}8(H( h8aS}(_gzh#7?MesWv+L*ixoJ-yrpSQd+L&(V@9N5^Lx2DUI`gaHylm~Nt%cRM~stf8#93dPNCOtx(SPS1p0aZ*q nv)ixH~Y%}vmmX4ACmvKOwj5iw&cTE2yf)TzJ@+~&UXb_So=P#>8gYVq*;!v;BzT-0cjKJwVY{m5u;ie0o`IJt~A TwGhWE$KO>{4^1;N))$qf4zae6(NOrD?0#_=o?uRrgF(ZYyZgJ$-!MCdwDP*4r Q7JQGcg3EL_=DH7iIw)pEY{MUIV6OH6hs!ob_Xe})$<|cJQQ%av0Wl`#|wBVVpK=2}CcV{z5RXtORV!fAI_Z~Xg$w7MhooE pK%BYld!bpyKYNwDxq9-t*-FcoMciFL$fZgT*Lvv@LX33V#pY@odzh*oK?-%Z3W>%Ixch3(ZRrY>0XNii|*3fg^^ aQy*MG!Q%Sehx9Kc{vh;KmCb*r1gM|vznttBY5Vg5@i8;^&*TT_B7?%A1=@?K6l`xaBPk A>ask~R>>6EQC_g>Bk`kkh)9&5Um;I2>qYSF!Ba4OKh;8aWKWEm^Ggl1MtSZdm`KrOvXKGBi2tX}aZD`aXEE0*IC 4Ry83qq=xESX=AvWmwCMos~`AbaR`pWHd)o4v;Uu&sQSBiTVFfO9KQH000000AN~WQ~&?~000000000002TlM0Bm n#VQghDWo$1@LtjlrQ&T}lMN=2K~o|KK%zy8FiD-UL=AR lff09i);qHxAw~&riV;LdmTB3N9LY!IBRI4oArK%Tq->|`l#@kLcARo5ak-p0aycp6s`!V0IHi2=y`I_Gi-aP(D% rx|&GdA?e*KQ`z3$x~Tyw=4h0j@BH{d$=PNjYhy8YdXKUcnAsSko)1-clt3Df}X0bLH-54sX`7<3`%1n5nmf1{uO 1N8Sn-*L6jMWFS>=W2Q1eYNoUDCqBj9tOn_bqe%K(9eKg1NwQ;I^wVS{H1>W2R-hGn*K!7Ux2;~^jDx*l6n*LcR} B|K12bieimBHt#^_mZ9#$UF}$5IIdyOr<={@Av|d_q2Zh1>OECXea2b=JO7`y dL!GYvg?s=5BeU^t=EV=y`XKN_kn&0^a;=i=wE|wq;-S7547zAV!th##zC(FJ^2CQ^OS!64CoG$4-|j u4gLO|5dN#AC(yN^=RxlT{ZG(#&<)orwHeg8R@O0gt?;>ct;}BsBQFJA4Ehexj)k(m%?pM9?F+?@I~U6M2NsGv1E 9^ISH{O(1fmm3y|T~;lUc{VN*J8#nOZv#z&?pP%DmNH(oNPE2@`n^fFuP}6c8zN7;rX9N9ZTfkeA@km4h+o|Yx*PPPhS=$4L-hVNJ*qI?i+{blLHuKJgWyFCS=>`2Jv{$g`$V-fwFZy*}Ki*Q47{=>DH=6g>HAqsaZ;M$yB6H;RAOu Mpg_S4iAFu|oXwZ&wH||8Rwj|IrH3?|W8?JgZlV-);nb0rVx%6lf1RZv{QKO6>3}(2syFg0XI=c~(oD=U0oI|F~N C{tWba;*a3m0Q!}i#m{~OnuZ|%1?u9tuUT;Dd!P@4?gB_1AiGDz-c1PNZ-Z`MBYLWD5kF~bkvMv=MfCh|i|`+85& N8M5qmzP+s}gT0{w=ji&`blA88eNXF;1l|D{#tt!ooMUEL=0>}V5z?roF)dq4}I**4L`79^R6Ku@ie{P>f#GVbPe LL=)$o>onFtP?&q=xrqLI>Fsyhl^6yKV@4 EiAGwMfDppzdbT-}q+93-7yC=3N8&=b-n4ehu_Z&@X^~4NCh1(g&RUOZ2=&{PU4ciIY>Ef-9fW&(olP2l~xU(f6m fik#oyDtiBC{rvh?vCmJpNz4j+b_?Hk^(Yl1J@!byp&sdXL_a^>BXT{j=~sGW{Hwa(OpoBgCzZ6*XN{($=lfLU =Wf!Uz8?#AhvRF^E$70e 2nTKvf*>8^0PtHhn3VN&*J(#u3L0F<+zXQd#Z0o_5FTLDJMOS3vkDIfIcTQrTppYd&*f{=O~GbFY9)|pc)CulUIV 5R8v!)p&FX2$16h5lz+ac#4qo`^(d~xxCU?yD#2O$P#isl>o1hl@PDc#XV 3@k%=HcJ3kf#}qbUDUj{KMsOgOFkQk-R##KmK{o>r1m4J8-=0fx*qD zU*eYdb6;mlXH!@vp=15%y^Vq#Y$f#Ji9@fxFK!*MV*4=4uoFhc7jDqXx;A{oPP;IE(uy1VZEwKH*qKNqqP8aO*gkS0(;%@|xJHba^f?C%& %sn#yv!Q8G~d~tk-(F`Tz|ATU>VwSMqkeJzzt(DTh`-uIeACjVSZzmnX%(yTcb;}!s`1h@V1O>E}f<&cmq&Jaio( >B@=Xy?x^wMQztaRK;$85`m!jehoC^ -ZnjjWY&2BAgh7>gS+OiV#$%UU1H+2CXJ4H*vJWMKja;-_5VMqzJI3__Rt(pa_fp`go=;kh&`%Qq9;K^maONdKd? v{vkHW@7{Ppha@QPUK4#Ih8kHrbU^)Bdk35*s6%J2dv{(!ptSPGq{oj`v+{;f3SqH&niNq4mmkvznS)EfbPOlnwb oIf%OU>f~|~<*>AbGmXE<-E*&0N;io{W>T4xla<2iCAzxrpe7gF$;xOv(&z(ddy58kyjTDDdnhKtpU~md@X4+>W4 00LqMv+T!902U344pN&U0fp`7+=o=;oNBONCChjgLFbu5$bn$s_p}3DwDLLxM7U&DY7>`ek-t$5r@ylJSRI8En-fwx38^`d3{GuS!vIm@1SBo2-$;{L7GZw)em+5uq64#8Qn@hD}_(6cKIPTWq|&@pHH%T`Wz!DZ B4j%P(B{u#wc!eRiL>7mO@!=0l1FqWo;n71bqfUKz4x~APAhD8F~Y2zC{R&7~2vosGG53yy7N?i n5Tki-{Maakx;gZE4TSrY#TiQ>dw(WO0MyNA-59UKrU-!*v1Xc7K{O4l75(Oi9I2fgsYL{fk&dm9E)(?HFZe++>| Tvam2B<9;M(!F&{Ql!~$`!;EqKn4V#ou>mAVE2DdH&JMIpZfOo8oXC>CT47`sG-ZM(DgY#GfHf>#Htx0NI`*bPU8MR!|S 8!o89V)uZ9q9hhBo^}I0P(a3{>8$hK)q+m%osvn7T|4V3gC9#lcL9`L-38(p (z|Ni}vxS66_A{`rufJ0rK58riacP@sc;8M*z8{-m 2t9W)~+5JR4{b+c5laukYj908Ab~A64gY=gkXY#kUH(^-C^|P*w1=s`*FGccc*Rg%gc8}{3V_J*5CkRgqG0ks8=|5+70H;A3?>C}je(F$icv&qD#*qNCbrsQBPxY7a*<%$38=z;#lg@C%=13 t!BQ5wK+#qT_fHv6#-V(O!NjR-8wmSgMZpfwoH$Hr~i*jG~ fBe4`g!LZz-T^pyJXAYXW{akhY85VRC7leFFvWCIwQjaZC^C}n7E$*yP*8X$?R{3*+P+u9*=|+$cPeaRVJ+IUKG3 O5DGouoGE`=57?iX-0kjdUu8mgLa*NT5)wRp&?rXl?LZKup3q~3%`*Jqiy}dQDu6^VBjkl~b` _{L_+t;p*x2}tCh*?%Fk!as&wzc%NY%tsVRs}0Y#h?@o@`*E~S%pIN^4tnLwPyY(f7DfsesTWQ877qanU%(Vcu^dcQ81;t-r-6l+=1yVG*}_?H&(EDGj2Gt!P6rF0K= TX38R6Vfbe)FMX!tGB!k>-uNa7-%}4?uXDpZK4hY}QDT}J =9uMSHBD7KeVjXl_AyL62_YH_PZg%;o<#3c(EcQzpQTZSaXd|73A1SV1k^r8DnLsf&%<*k3sayk6rRQZGZ=rYFv@ cghr&~sV73wc$HbbN?^A^txauo#k@Mg?rCUEs?yI1m6BYK&qZ$2+7HutRHDB_;hm?U{OWy>l4{i$26LbB6aOI0^BjR=h(I*>(2<7;VWL@{o7`%);%zC;6d q@fJqxd#C02P7a}sV|U00#jB8iN!u7Lon7q8ZNxZUB`;bhSC25BBo7g&iC%(*ZoHkhsUP7f7vM-e2XQz*GozGI?3Ojx)GKI2BUI4qR~vtYy&9>9fyp0r6?Egwd+vFC 8iqV*y#CD7vt3qhg*X=)v1iGbW!0mInB$}@RrnmkZy@P8Hp~>Q2(zB0PzG~6KvjT^5ppeZ8q#|?rcBM9F 3h|gjwNtJnq>d?*+X`6`+VUXd)`IzY(;rZ54oT{i?W+UGX#KB5X`du$lYey%U%$Ve2snPm~RO3?u*d(3>o!2VHo- NCX2LQ$b(m^4g%j&Wp=a2x@W+tBj@d9xotw7L;7E_H-(C!nMm$`=$R#@tEVQZivEm> XuqI7Z`-hBCUZijovhfWVxm#BrvJY9huGHY7%=kMWBmwLMJ_yz~KEc{CQ8<-^RHG@gWjVg~XJ3u=-bwAS*Bq+WG0bVLrhh9YfB2leOjk!#*mrPVD+*1sD7_YBX+zCU`e^+2n9 f>7N7<}4vm84mg=ZBXP*7_67!P&=7Zk8p=*6JqVvrJp_Y$_m1V|+q#ssTD7*#rx$jJ^?@+2t;B%_7z>?+pj((hjk Lr<~Q5E@i_a~3<;%c9Rsr-iTbMy<-cNmUil3XXGVgubL_lalrWFdau?GT>llLKFR@e42;`8B&I>+~XlE!@F>K{SwX e=yu`^cmTi!8N9JK>(gdi&}mu l$47;6q?chPOMz02}x0eLu@`NJE$%KJO`Au5Lwq=M7+l&M=GsWoG1!;sr|S6Ho>%e>Va-hwZ4tO~%998)> }|9-+5!jf7=S9?evu2aLvlgX$v_?`WgbU2g#cKKMcynNa}qK06bm~W6k_LV<-BPl}wFZ+0+PcB*KkSg2A eNdD#whlW!=KmGzUqNVnWNWZL`_xF|II7Bp@DXBbVIdBPv1MLG%hOFt58L_yWlBCCXLG3Ea)kQeV4Upr~=LARLY{ )vA(cG}?(&&58!t;y`ln8joLuKx;?*J9mY~_hmzVb`ba;(zjQq?jfT8-y~0F{qh{7754DTqD8XH!8Wl?y4b3~ZCl Y(CiLN&Wc>>yXTRx-{g#ca(QRevv1kJk5K*2}%GBf%62Z$@s7W{YHXw%~10R7Hh=NI2YQ C$??FMlHC~|CMEM=|H_;2!%~?9WlpicC~o#=C1Dkjfiq$8NQ->0>`;q_o@K~6?c)#E>!FjkYSqeH&C7sfDTMPJjT h!l2ggU)EIiZYQ_~l9KnIXFCXiS0TZJkINF{ hR!~S_z7eiA;#EM*ElJeg={8lCjejxF7xIe>Cr-Ok@?6R}S^OXlvR6C7FeaSd2b3jvF6GqP25;;afXJ)fTkvtgy= !gz6`3Z)w=Wk|sxmr#*Ht!&2>0qVG`HfUpPfGaG6bB!pf;(_nauwFdNp}1ReKa62MEi}AGVl){6&^1h6^3G<9(YW~b@0=ZB?RBlbW3mhm_=arsm0$xyX7>0?D+f5|;o!o0?*aRnesJd-@MgMRb_&p65T{t^ 1s541jBeG`N&v(%BLU$l(LS9^-;4Ni1;Xf1haQ{Y4KdRlS0L=hV_jA~BP#9zPVgF9|k;amE0<|te1aJX|>GbI)5k wQJfO}v8N#!rr_DNHxc4R?f9))6i)I~W3vQqh2|6(XR6%??@6aWAK003ZGWmEtF0000000000000&M003-nV_|G%FLHG+OhaEyMN?BjM@3UFP)h>@6aWAK2moMO WmIF}w_*pr005_w0st=n003-nV_|G%FLHG+OhaEyMN?BjM@3UFa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ|waEm|R uy1`glufMO%ND2q$8BxH0lAs{Xx1OiDQKtjku2neBPx@V?IPj}O|JCh+IivlY9zV876S(JSVAp0)J8WaQsTtGHuS MmQ=y>;$Ax2Gor_4hsB|9if9(y4pTJ@>42>QvRKs{8vjS2!ua-&w!yNW0^p{ Adrk|2z0*N(P6TWR><0W2;0b_V1N=E)7Vts9jRF4(m;qd4zaYTB;LH 0l{b<0EfL8;49`ISfwE+LJAM5|uer)HLYRv!j8tdBy@QZ-oud%%+*!@+2UjV${;O_y~0sMQ7?fQHe1X}>M15N?#4 Ef$=AcpqR>nwM%!OH+wmvIIh1$Z~$XlXC t=Kwcq1i@zjM>RMe-)!)`X_mfQgZ9ITu^4bOz`Fp)0=^G;3gBix<@h}CQ>HHk1gQwtI)dx$;3J5aR~$i ncouLcnJ2)5WgQ*Kc3uJ41-Q;pod541#c@6!a17vSM-l%Y1bjf&*HJ9*>Z7?1uRof2kUECz@$<)!E^KrR>EX@>Up t2D^QXsxh5=r5Ea&G*!1ZLkAIo|_JeKnn97lZ097lZk(s5izn*eqKPB@Nuv>5Oy!21A40G@L^+jGzH#JArZPyBiu @awX!j_11i%n2OdwNK#v7ALSB6Hj2f=AFQDdQadw2~Qxt9e4uisRc4!_$p!pU!<@;^|z+d!5d9R!(QRM*w2$4^BFr{ki&d;^nXH{*}`?{=pfX-wgn#$$9{sD& uJB_n*Oeec}x6moJ>bcBaoHK7Q^@wrAZlIbQ8&vVYs0$$8%4OybK?XL4T72AnJF5OAU3!C4r4z$?!pp1gJz+x?BR x!$G#UJBR^*bTVGIh@CZ=de9L2gFtvJbVuKoeAfXKJ9ld*Zix6;Mz!L!TGC!8ybph$f4=><*k6gfh3|maR+IlhPanfRr&$PvSFSnTEaWLSw0FPhH{o($_9M6?5G<>>{^DyE<_ O}kW9pKL{Bp$p5*arB~g&c>CFJk{EU&QANE@F9yUc~xNx`^$%=py3VWf!qMR|0-R+JBL)i;Fn!Tl|dpGQ(ie;6Xp *IzHuR#Q)2F#`=B-I2`a*yI=ic(xI{5>3cP_R4|5BD)2AnSVW$E`{%JF;hQnvSxmy&+Ic`55z@8>8B 1a|A6v;6HY<9aPz#_`|xGLFOkm+`&xE@Qb5T}C>&)bhPz>F-{~ey1)6ZzAjKa@OB{IoD7B<;-{Oqf4dX8|!(!QXG>xSoF#*U8UsBHrC}6VvayiSzLAP2ATX1%zl8ykpNN-pqbay_w^%yTNXQ^_yAVA(rpR n_12&H?w~?15N_G<7VQ~N=vW?0Kc$=^-f*FeADfI&JvFA9!rP^J@&k`gzX8J5RbmUgmmPXCFG-TUc&YF_!9R2uS< yM!)_ryuXPLG-}n}`d(NCjVSCR4ga{a1atrZdom)AMJKV~3J?B=|bL6dT@0qs}FVDM`` ER?Gc=_h7EcfrXvR)BN_X1e+HqKx5Hr9W{ZCvN)+{X9sx{dSx4&YCKKkNUBeDQ@q)=dF7xP$!Tj5~-Ay?1av4!wh Tc#Pdoypwo8?M{x@v3If^7vIToy9w|>8NWL@J~Qv)^W0rrpW$5`zk$1KzVG6CJn}Bi`!#p5|F_-6dA#c`?sNBA{` K!>Il~Qp<8G6a?&khC$iwVN#-8VK3O04u$&|BVY|-){07GF qI>llzSixu5NP_I| eO&HD`x9^g2x`2g4X*auke9uKhm{s)K;N7?;VfEB>|9^m+V=Ru}#{~-6ny&mK|{}2!&ad7v8q;q2*;&`122vIAz8 gMGcW7NaO7yp|1&-^v#V~s~x-lmVReY-uv`TD^lq^rk2!v4H#`Br+A>!9ON&cpaei5HU|Wq+mv&H(Itl>6PU9;N) Z#&5X3PW=tX>$8uM4u1JDmUI4Nwr@Yial7g(`&)_>6jj>u%x`oX`3brgwRQ{NUA3P#?A4lh|vd9Zz!o?)?)is9ET_E`QPmR#b@kfQeE;32i4Vh;5|7th%K7=)QjXVVOF6!i4eq&={9|<~$M3SGEa$ 4F9KT;J<$8Y5(jQ&QarymH(w$YGp`5z)GvpWddxms3E)aI`et9chU14kDokGdU5LW9KY+HCtrK-^Q8MLzrg;CeZlt k7bur3c!A@8_Y0KopM8Pl?f4?!pZg;5=ByXF51soW*UdvOa@<~fk?np9uotlX54=C=5A4Tp{y_O-^_NIbrUPP01h tpgpY2{o{peq>!2@4my(j;X`{{50$nnqqiR*jDpUB5tWA`uG{dRxmyj213mv#bfg@*6@7p{+sUju%k{NDi1!Tn$U O8PP3b>ia>U*|q`?(5V$d<-}XaECX@hn)qu0PsV=U8SBkIlp(j$$jgUH@Q!K{w?C|gtw^o*!3;W*R^kvKYQ*i@b&5AgiIkx%=^-#H$y|DEe}%sZ@Sr+0`y2fahN@8Nf-zue?q@aTYhy-R)S>a `JnezsKGq{=EGj`Ivvd$9`?}KG#*_efHy!_ermhf1m5=s`rUM_ZoccebbM<&-VTCebRy81LDy-fCXvS2b8;x`hfE L?>-=XU+Y7p$@qWB_O0;|Xbj*~zz1dh0IrF7Tlf#In)4Njme!KS`H9`X}){`!DWiyZnpt>GA*KKK R>zaelw>G4X5fk4YaF8+_zr&cjC^bKP$DZ|)-}{G0ttgDW1#* l==TYpvbv@0hICGBF*<_0}9@i0EIr@Zt2ef%6|I}pp5S-5RQc39u6q@Ja-uD{pB#e_uUmz!8=kOpsb4>S4=5g*dI {n*Aak1x9_#`7&e!H-oxlhXMc1t{xu9H8J)4p8XrRe*vYcLNF?d=jt+^R&-rIUe_|l+u0nAAmB?)z76AK VJY8y79$KO7U!cK-phLX88P0Kv}OJ0t$X^xN=J8ebbfMo^JsPA210}=*gZdb9@e1ne%eu%52{`E3^Eo0A>HY4N&B UdjJI=w*Gu7*d6e2K*6^c0A)RGy-G^)`A9(Fk4{>J^_{f}>%V#x&f6V;$H+LXno>FD>{U6gUtEpzy9=Q30ZUfn_^ h^iO7&)^1B!lh<26!>R~G>aAD3N|?K=Z-p5W(N?00=Fj`RL&vHqU|3f(zvE#lJ>z>P&u3@CJZrL_rHUYq?`b#3r$ke)OzO{5u#>_Sw@d-xZc`iM{`jmG?BD$OA8|&2{oJpwO8&0EM2d31T nwbT`1`03QZC7jPbkwD6I^I>fi}fI`QPS%>4CT9@N9ur9~@nRVIUHP=h&`dxcH&f7KycUX_(IDI|#f4BA6?>!B6+ VkRiYoecZ>+}5?>+}8 Zt{*0CPygmPmz5f=V(EASoW&d6E%c+)qa)81|{Adp8-!JD7?;o8*y7=lG;_XVilkV(nunZ{s%CWnXjz6$F>GG>~|JAvqYvbpV9@Xa(?+>2Kd>_mu9 =Gqo_7wKu`dYXL>p#-cFWQ6k+z2T9=-=)6ggx2bJ@;gL_TQ6uaps;}uU8v#y{> (hq`!&FA05_Y*aSZ2?9v%cJe8Vw-!p}VjDCbwJ?8AH)0t(-I6`=4vxI4%9 =jYgtGcDhh25-u7zV5bs&*Vs#Go5VTm`=X8jlr3n+~2x8xxS9+Bz`UKL3z%1bXdA93SEAJn9j?a1pwsQl(e+bvcGofzM*yow9E#I2#QW^bTY#5C*ujzx&JI(-C3ybFI@*bWIJS` rmLmPK0niDgAG!$Z73KGSANv8)Px?VBfT$C^dmzW<$%9hCZh)H{oKpSf4*-Rqy9`j|w0{C_i1+3n!gX=<4^zqyUI BQXv=30^mXm*!3dR9G^&^hMT8E~B%LH!#*AO}e_-DbZ!%}*F_R!(PgTjxA7bpLi{eRp^9G5EqMZS6FB(`&xlQ|ye0E)bP`^n@t|9LX!t8@zK>j4I@0~C4U%~QyarBCB H90_hN6fP3Knnlm}xtDTiny;|igj`I^|ki%oqZAcT=G@^vk(UE;IN6;0b^eui(D9^a}E+TVKg~54e)}_|}!g!)<=S@)rSKE$i+V+?Ptf$!fnzn9Bm2M4jl|2FZ{#@q _D0gt)t$r0)mcMmli9Z7gpo;M1TpU;Gv6${V+{J u~k}sa|StK+$6?x`XfCdI!rHc4tcU9c$mo^}6Mqq@y$LBwg4S@Rx$;cM@+#-o}s#Qo+9fKMQyj;EG`C<=pdz`$@<5d?2NI)iRg}v3GjpLGss&AHqDyInu+F^Y8j~O7)Xpd4&Bs>=Dk-#gA}2 ZheIG=BY=xu1{G ulAwRg_8P3x=&v3mx2>7_*!!z7J?)WYFjlchv__5-%G@?Gj|3QyRmbh~p8WknyFci8;=!TMv;GsG=lq}bJjd(O=ZQx*KTrC w^m(rP5igK#?EM1uSEs(f`tCFM@(Ud2;6;|V_KR%qhA(n_w|S9tvi_p+cQ0~3yaG_{X&-x$bn}KkaDA@-67@AZyh OTn#!KYS9(alS({BKO0Jz4>9KT~sZ(ZX3VJ`5OPG;S->o$L{qD+?=8OH`4;DE{#&G1hXab;#N}^s|9JT=@*&x`D PK=}o9#UQZN7gk;El3A-zL3U_&3tKQvlJ_;0nMe1)ts_9SYwi{{H%1mhsS7ZBY{t2|4lk_Zz>(!0r+=7xxX%*Ry_U#pzyI94omC!90Dlv <%PqTZ`2BDUGH-Ng)UwMDC_rDK*9Hi0R^950z4P+ODm>T9=ZWg=u_b{X_bfiA^gcW?z2)l_?`3_=Q1so*n`@+X{hYi8`*YnIZ1>ZEGXI}lGp+Nm1)$PfK%qnD0t!EJE1;~;FRaD%Nr0j ^?gA7%{rg(%|7X6y`wl?C*9l)>`d)yt-VX(ob$tq;@V5^E3V!_?Q0V1WYo`_O8f!EEqieIAKL85-_;_uO!+1JJ`M0R!J{v8p6>;ebMBYF OuXCoE1bs%00pl{f0gri1K_`bzpH$W^Rvo^Y30Lb0Sevzg~2BPg?@anA^SIaqqOe-J8i`IzYI|Lr1v)>{*K!?9sE kl*_imf_Hed;!f?)CYD8M)-_aw8Hy4ax`o(~<{+}8_eEjkzX+3Az1W@!G2Lg&6S>H(ZoF&x)7H$%I`eqnR2-_5?6R{pdGxF^zY2mBKlrLTO8c)Q} *v>w<_1r&Z}+Bmjz^{x1RAE3zZmv6=OyXp9J@O@cFfTF*cwsktV3Gh#VLMPAPCarwh7bdVDvnR0Kr%mAaz6B_Hot 3sttDJG`wj9q70Y#6}w_RH4(`pmb!HIys29$lSYf?IRM(`7Gww!NI=J>6-1J_r52hyR%fO0P#k&kQ@Kt)n#z8Bej3-?#(=8doyPT829*8qV1s7>3O{}=pwR mdrm>u_@4|kL0~C4vAG;7Q&zYVM76S&mrgfjca96II@6TZWUjtl#{@*<_9bjt@#?2hjiwpI mDNb=5RgD+@0fd_3m6}ljf$?9_~TFD*^Z4BORP9?c0-d@b*1Pr`GyjTKR(>K-pK;-76iuC*!ym`}4=W)2g5SU~kf `mFA`O{AI*E(wnpAk?ubQDCg!s+$XL3+Kc;e{e2^sR)41|px9gO(#dgqq?7Nj*+o3tv5WUB=Go7!@|^#Q-Jg>uef kZcoSSV?NUNW~^##(wL%P$!C2}s%O}aI&H?8~m{k^0s?*PiaJ*7xGyr9T={+Yo?0A;^@zsUK@?#ppGcwger=JV6K FLwei0XzV(DEn-Q?OI$;s~^Wo74CDZRawq!fWl|(ydV2F7jQ@9I}T9oENW@x6L$ELIAM+XvL&OIot_8(IZ=6>?kLpV;a9m0Nna0v1I^FQQ 1wGp7mg;M~rl?KQEkaYUOLkTZElJDlUcDxm0n);*l~y4&I0KbHcEJo(g*LFYto4B=7qC7U0S4sHNE4N&yFGmd1w8Aqj6 uAF)_*VmfIu%0TQ@RN;W*w5RKVZ9F+eDWC5sTTl+KmW+mS2#AU=LV|*iavJ@gI_TCrDM77*Ry=>$8y{{?0!qjx7D #6mu)P4Z%g0D?z@gmA4SH0C(w-}yMcKh5rUwfmXJalUptj`PxU9QU!K?D?w(U$^((virXoe Am)HIF9}Q=s31}#p8Lu(ecFpj^oJ}?Q}f(j(v`|cA*fUYOoFVR*~ON0(?O5A8Bjg`a-D$e$Nb5|FG>VHit7#V?9aG9Iu#`TK4Wm5VT53pf^ XpZX5>3U-c8efOK8`(k$#b=yQK{L4#NEae!sFZoy!F~55ezS!q>@}E%JTr wNv(~o$dZQgU4BWyPNvs{>s8bxf{#71ZgvnU+hmt4HFrMwrbY}<~x8N*x29;R_2BFy6~$XAswt-a5tW=a;APTem_I{7J$FAeAvE&r>s1of5%& U?+s`-_tjyv>&oKy9DdV8r-AoDrh^NmT)@llJ1b%XKiQLkLwEgkyR>2Wm{|Z0hyM@MrMC%!p*eyPhq8;YLR>pX|Bl~9-d1ODh(#n)G&(*9AcOdO|xGy5_G4| ef3~q!pkvl|pv=y$$1MUFWFSHE5qlT#pP58Xge%_-3B4P2EVp8jK=jahhV>h!|eWVfMB_1kfMT)lR^7lZR_QzYLXovkzH(tm;8P``>-J8n(jr$41XqPX4U%~z5Y1)rV>;>WT#kX4Igu9F`BavZzg@lZ-@tDK-dPc85buM3+xrt_+&$WJ2kvJgkDO0 zXYYf34kqLJdnx*d_8+Bs@Rau0`fv#p?W_+ZzMg81I67YgyW%22VrUpDaH_dW|)4sn >>4Y1(azY$oR$5MzU{;oU}y{eBM8CgOLb?2CY($M0=N-vas_w592v_A9_k?U~q<%*8vIVYC6>L-wSA_Q7{s+e8)? Ir!*d^pD@k+W%A8UxY?jS+_T}OJph0v;11h!?PFc`3{1ADY4@fohogdh2Mp^9YE9xe%REv)eVY|;~`!;#Drjq&~f 2o@N99K{{L?_wd3%yNF}M%cUjcko=nwMkChI@N*d!hJ$yxg;> 12H(mtBXnJ-oDgyfz)~rO&l=(FvS{ca{nrx3tp%zb!mXTI`*fb}HIP*1n)vH1NyMIQz6yEw|)c%$VP8A9|;qb>a*q`!{q-SaE3RgVz=^^-5-GG^%QO1dr{8UkbbS@d)VOLkajYD5Lwjb>WOs3Mg^&1jO%jdF#1JYn`T@Z`CA)l D>mWIhWKrUJhc?#MC_KL-^I@W#m?&QDf$40{StnF6$W2#MW}G;n%LX?h~HL^6!J+`A9oAP2cY$oAB u)gH=nH^D)r@|29n@1OM+PDF^T!)LF9n)<)Vrfb)hiM$T;EM{qqnO`q}tt~>GD$MPSUqEFduuiPuVarr&od(Q6VY ~W+r+wi*?zn!ID_H2>CmjRE!ZzO)d!0#%rEYV4AiT4%`V+-FI`NUP&_rtmNLjZd4;1b$*G{sXK3ZaN&=3FE+nx;rBh<4+!r8_)V+xL;Oxi(~ssoqu4QX(Y_-L5h(9Fc($(02cDnfa64cejmzN}hzoad3zcGFn;MqjLS5ow=k-w91FFMhE(~RvRe_MKOX~XkpQ}q849p|0+7x2#atgUaP<=hc #(D6z5{TBJI5ghaQA33L+E_5bEpB>Tr9B1$RS!kkNKkfBfbhwAfz5;l-)xC*Vrkv?)Z~4WJ^sBgj8^4wD`_VA^hM k$Buax}FNBT4PEy7Rqn(qSsJfJVq552yxhIhrj{WQCmvyXl4`9^@Equ&PaR)^6a>wRlO-q97LpMc*6mcFr-^9TG+ A4cCXInucpzf05fjgr50@cv$o{#e>~tPIh=ADR{)Bka-mjT5>BDEjsu$HS%QH!VJL;;(^4Z!bI_iQj K=eW0bShWtN9+66M!-Wbmr#@Ipb?|APz$c*b8Ke5tZE>&{*V!0=qE0wa{#Zn<0H@b8DxXzmXG83|S%YzL4xq&cSE O(U}`9c`KkgfOT>e*baknPLW<`?qW?n*6stv$mRq>6fPB`n0b%awYzt5K^J%JtGfHeU>@rQ85s?<{oX8k(_?omK2 Bl#1m-rWhh!3c-_n78ST$l`>u~7y7L&QZO@yy=X#5)RT#o>_DZF?a!6#*?J{gtyQ`TD5<|#@70=IgSXa^*|E}@-L 8`7Xk<%;y1rb%&N9!$xO! rIbf$l2v+;E$8|Q$UdcvOz3p6RBD9vTCQHKl-sjmrLSNe?aeJH;Jb%b8s?|~vT}7 {@-gd1^UJ47PLRYSe&N5SRnwz>Utxf)Z(V!*27Cs!I6l7VVL`yUqeYZS^|h3tY{so{!Vk SmsQo#-Np?=6(7I;6QUEcRef%0;}v&dc)wDK0Z;7{_MDRZ8PC<4VQx9{S1~`P_g^)z~b?s%w52O=pQFZYq@GMKRRFOYV={zC=!p}$Q5Q~Z8#opV2NiliG1Tm=f- zPgA~1{us(k^NYfS++BLnqSi^YND*b|dKHZSf>MQ{xB6=ZYOQ(oPUnx6$sB<}W3Vv5>g$2b*BNV!1GhfJexZ#=QR j>&beW|D`IKMC27HZ)-X@yd*8Y(@j_e-H&m2z08O!W+SrQRCqFTJ (hYKaTST!A4M`v`275jiTs1K;xIgqX9YV~4Qv5N7-I=~#}GW~^4P@&p_!a&r$Z6o@NvK`jtD;O-L*p-q{4J^uBX# k~#oB@`Brp%Y+4g}7XFrmfnZY&Hz910&v_P9k+D2mB-&;`p9>`{dQnG+T-bNNpAKX~2zO&#H_s$BoGB(~ek;$1x4Mo&sCAUXq#4k6hg 7(pVGZtz-ACZz9+(vx*H%XSE9`4HBUkB8)|}&al69YQv-IGhMxvViz~EoIu3^dM !4ZNS@79$On@x;6q7GMOW1*J-tB3F_*n1zazfUY}y3NWWDSIgU0R*~MKg$slLHZO;Ip${F*=^L&kQTZ{W#j0{vO}lJF%HDY5KqgmaP2Fz2gP_i m9aM;st^?voT&0Jpwp~RF3@8%TjWBy{HkJer=hrJ$MW;a{*)D|<@rIZ!9nnz4G=EGTFEDG$EU>cB36(`q 6Ktd4e=2d~v(-XP7q)cpzu^^F*D`p8U{E6+zpu)R0ow_qT{%DGo|cfuvl(l32F?BtIUL!iP^wVbWr;jNW~PwiT(n unEHk7MW2ZyyMW^tE^;qfzqtGYqmZICeT{08*5~~+)w`Vb0g1Nu~&7+sLxMt|sC?%-o%GiK&vTJargzKu5yNf--$|o33taanijU&_2+m$?#)#4wUUn9`mDe^^gY2E%sw~ot$ff~fEZb_X+=KNB4x`+oUD NiIrF0-`O;)Vik&G*|y+#GBZYKNG5&dNeZ2!u%h>r&{hJB)9=8P1C7ltX@U0xUh3U68943-tlr2W!Q;@NP-2a%u%Eevv Ga3fN<9FQoLvP6^wn+M7PjEzD!CtE*BYzgf`{$vD6H8VUBTf%h`lH~GRN5~m1M!SB{{Y2dJA2mK %FUzDQcYVb5Z+L-XEl9O_n3ufvgP{p|3VfTTA{nrVSAd{Q4 !C2ZG57t5d)<(QxJc>YV;u*D59dO#BjG$u9;-YP=bVu j*F%I=r|Q8leCYt0v67$eEmD3MASRvWmVMkwrNh7XN*bZfOo_)=w5MetWzgCU3TSgTY=NprC2mmA=9XGcpf`KaBr zd|~a&Co`;x&$e;9Yh0=g_t5cYMBi|@B0dd3rR8Ap7|tTx|`VDR7}gvjCS7bxhu=+oP<57QbYUaaB+ev=_1!HT?> z&R|}m7d6svjFnhZph!W)Moy6kDAzCEMDXl1_0y4_^M^A#(|wZv1Kl=DXL2M>OdRO#Xniqj)Hb7EVVj`RvhbNwwJd4X K|(LxDZkx 5c%zHLVE0b7aW0hs81mhclaKhdWPnjqx_esFPilk{*sJli8NU!HD;(R_!1bq&;G`qjOZ_jH&Rd=W4R?#QgA-ZcnQ #%(b1)Gz;oFY$_bf(ioiLcd-M|{cR++%~`BPDlRm>oV+l (TJNl+unQQAtEe^LUpXIea7pu3UMZ5I_}e!Zyt^5Vqw-ZL6<>b*ag{LV2vF5UOZJ8KaQHDfn4|PR1BK`bO5>ZN?| jOt&d*N2@9zafxRjDD#A0M~*)nbfPtUp0EvV#yz0Xm@O$o+KQfHvD93TMrDSNETM-kp+%1Dpd3Pn1iN+YyfxYuCU <^NheYPMKgo2F!AXK#4t-t=>+>M8O4nrWq#034&@{|4?%->&4M~z+#hH3>snV7Vvq-bV380rtpJ&JbtcsG@;dZNC 6E|xMy|*?S{MKgnmULZDJIN6=O&||KwS|LPEnNx07L@anXjgv5KDm*D1C-+@0k*~pEdi(Jp+%r`%#3~R|;!bqk3z(f*EB$7i9w67fBL=%$_c~Y>CrtU2dUK_ |M)_vQfxZB9EP>onV43jsqyMpZoyli1?o`c8R?LN?b$K9K;+)3y5!nuQ?z=<81_k 0w0b<09Ak(mi4jWXolXwdAdUsdrx;tkb~{CEBcT*QAA-#33!;A!C>``xL}+|nG<>}|-(bm?v^rYmUQqC|Q__j@kC -6Raz}?;33Fy3I~^k^yxA^Q+jqiX#CD>ODFK#HK`>%srMw9^v~Yg5FIM)WHMt&aLGG~($Z|cGM9bAz3`0|lcGfEM )zpRzf2r7669pa`vqPa&#s4BU=!xwFjNOPSJ!Rp`bSvfB2}Z;l+=!_%q*#j5`e}uJ?e#RU3i!VgjM!x-{6wD_onc Q0{R&1*k2UIgqeef$h+P{+yf~u(oD6%ls2QfnW;b2E&FMV%*Hp;9fDH`B%$!`#oL{UmQw=+!HggtIOv;{^8_;TI) dsQ?IEJ&U7#68wPOqHO&8gIYh9l;pp(DX9%h_~Kba0Th15Q0B76J_fthYy}9YqdZQE;Ix7>VJ@QmK=jt{R`V;OoK Hv$OQb)edhO)k-`y$Rukp7(?;|s1ykh%Z~qpkh_Iu_qGWQ`V8@AAMww=-4I$QSIDQV_89Q#YJQ}YO?KqXDYAV5k`EPW0L)=nEUG%UaeV#()fylj_lNyB6#P3Y2Rihtumu#Oo%LbO}iKqY08@ATvu0tQo6J#GOC?Y*M@ W||305~xwH{89U(Ud)g*xPEr;F0&ayGHXKw3hkIPbk9Eq!}j8&jSBdTbZGR;WTMuR$66>U`uBRqI74^z~rRS&Gxx ar4dL;3pL+}QhhRk-f9cjt3$2d)V!j^nir75RlklNIQ(6cqH0Z)r^W}b_VA~F5l^?s`Gd4 5n*u1pOmMV5!;W+oAd21K(u)ixd#piQzHD_o6t-xj*u|Is8AE1}gYhF!J#h8`+$dKH~a2jlu9%1`!(V=9;|4b_cq JEv~q!EILfD1S`Ns9mfrL5rMKkG~q?_v8t9x!nnvV2nDJ2#ryTdSoHD-V1iRA*?~kf2BDd+lT)78B$Xw!EjlhXCV`rjCra}1Kh(oQRa+)7mNwa2OUssBf }K$PhXsW>)2MT_Luw!Gpoph8Tl=G9(<7E5@p_I9nA9TCe^*sK)kv=pDe)4SqPd^twIj0bjSUoZUh#g?Otn_%$<^} MYLpdrhnqTs(zo2;27$tKEcZ|h>QZ7jwv(RotTuxj5ZnY1yd=seFt)7^E-2P$jh$^?@*72+}Y$2G#*ZL#g;z9>&xCYaez1(dPN> Oddlz6R29GC!`)$6}6l*8I(w0D?TI+1%}f8YE846_!%|n)7jFUL|FrHNY0+j+YdVYAsu2wfh4*Il0lN$=+#r-$l~ 0Y_fDzKNq&VTv!u=cabR*^BB4G{OO8y?_r~CXq3S6*e*!)3~~@NXjNo K#umceo}yvHY1GhCl;DEe!~x|o&MD;+I(E0XVM+tH&d|LA3F*Mx|-u#%b8cV =ukOaH$y5oY;EtGoF8I85x>Nj9)pk7kd$p8z$eQ7#3gwaYeC)cZ3N2}w9x{ruDSpKvxo2X!EPu&t@ZY;KXa6Uz%t>yb1MTVtW8;)t6O_$?ToBrU;1EbYa (LJ#B}H0!Dae^p=z=yM9y{2MT$$(u;~n%zyHP#zh1n$ZE&C$_OTCdZFK{PPo0X`uR3k&uy0xDwb0(OO&&$uzwbiuI6}gZ$k!IWph(4D(~>5(@OegtB=oMT^s6UCvFuXTcoFiodnhfQ#``-T#jsIgj0F>j1pl$!S1M{Cs`R=+9?4lYse7bz#!dR*if3+nMn){>EU)??%hfb!#Y?P^*J<1QWt89^>IkPwCWdA(-H-Te4GSpY-l$ lh2gXp-E_7{Dd~n;+MfSU~WNTMIT2_h_EYCTTveO6lzX91#?u8>Fa2!!rY=e6J|M0d152TR(3G-wxtJ5 QC-c>?$FKXt3>+dMbGPc3?J6yYO5o*tP|Wsmu(SXZPG_mfeOi2NNCJ1ltxdyuxs8H+?qJvFyeM+o@NXoX)%J*mcY j8g^2os(Ih7Ox`GUHA<>~lWk%8|pJi;#NGh8h`i1yKX5=JF3O1z9K7?|Em(63p9#PVozEuU3=m) AC9sq`$ws*-t7HgiU;4uLwzPPnQ4`JVQkjTlUNzK)8ojaCXyM2I*Pxu<5s#Wv6EFqp=-LgFh&6C78D7Ixu(x=E5dlUoUh(pfA O>jS~yB}F3%?4>PN+u$@Wzw?x#Dj?ohbiWazA7`PCpmmn8QYz*>eun%>E4C!`vh(HYKz2ItU$4}E0$1W~q6fEVc& $%FQlGu^o#d1T3Z@MYz4x#%<-AqQ2#R?x?nTTQ*1WPEk2ttwOo+KwMZPfO>h)NcFd8?KB`-`aEmnjAPMnB;Q>V_I Yd|hgYo}}t+?^&0-If2cBN@aXY_nVStq65Pvm_b5rsz)bgUHZlP)as(TjDe6k6w+MrHZ8?N{ydR5erK5p=f%Ps5M Tezm)d|M;*JiTOGvcvARko3U4Co4Z~3o6g5xiXjit4b%=Eod0S?6XQzHo_*#@)sEVem+*Nc(Txyf7oV(aPABqzy}eu!ghZn!M^1XjX~OVRebw%{FksyOgO Zc3bM8dYZ3$FEhF-{~x;lk7y9mVR@L5Q)LbZ=ay|>bqx$ ^*t8yj)(?C`<0F2h?WTB|1bk1LLk?YTs|KXhSEoHLvsl+hu{kgLj+h>o9K09mz>D`g91Tvf_K1coeA-t *4TMA1D64c$AG+Er4=j=HSJVXNn2?Ad2DG20Y5W@}yI4AbJYKrVkA4$eQqp!6jBxoB3JgPAsJJX8sQ<(RHLq rJ?=?^;a17vOms)1ll1_Go&oB7*C*xP!rqF!mv@$Kv$|$v_m9&2g|i4hh=P=X_uDgU8MmLowtg4t|d+tQPOwJDMO 1Jv#ImOh@MY2`{r0)h_mlzdK)2$LmZ7nuW4&-_(Yip;q?;-F786a>qJAS3~6+9Wx-Nhq?gwECEpZca5Sf=w1SLNx iU|OY98{2H!ZF+pf+Y!I1r;o{f8xMKXqL$H7{Es*}Iz AItJ4&8zXIga6h?0FFAIS)+H0b#1qhO+p$ Mb~W@Rm~{|!%9cmtXY;&uBhu3M3m;IxLTN#4SOsuWbOk|zQ>Bj1rlS&^ZM+~#g0bmk}Bmiy_C=bNBjUYY2WSi0SG #2VYQ;Bu}TfRNsYq01e15!dE%rQ!Q{xzO*QOYPEDhF2k?Xo1pWO?;4pk+lv1t%DWF9rx4$MHQ0#Y)yht4J(aGdNe s_)>QibN{aAebOkjb13F4?Ns7B9v5Fm}2Q=syxfv1xeaX(rWhI;VjELP^u;zEsKR3UnR{e!xlaa(UW=)vX#6>h;? 6Fv6qwa(q5Kt#(3K?WY)45wkMbzTRZTn`LZ^}oYU^b78cEtp9)Q_%}LCh!kay_6Y6B(I4TFI&ZJ_%1f D2dLb2v+E9l!M2h`yFBdfSbG%cFZav#ZflQG8trTHdmIJw1{re{4@kl`=q^*>?gEtnPW$-^$JyCYL!uH7L*Z%y30 qHHm38#?QPf;-EdjO_>ef1%t{?+qp=W5c_9QMcIjSc72{q*8FP1iDi4&PcmsylM(PVXEy+YqN)_aI=n(+G=7+Zk|;)XJLwYj;GzS}oYq{YP;!EN1v~73f1{>O<^Q8*&cub@O`R&&1=ZEYK9CwcH$tG W34_GO%5-rH#E>qpDmn`^N~y6d@n+*F3K9DcMuWjWdxewMS9rWjJ$y&7gKAKDsM;$L+5C99!IX$})GHM^m0@+05YcdBe |Ehx`dg;<2s)N$JkpHrt)rq^t=8$7@b0J!PE-_(i&QJ^Lj`%{F+yy^+Z>|P3ZkXIxd%_2wtdS3iE?)8t m%;;W0_lI#Jo!pq--vXZ1QaqG-uUkXLW;5O=PUFE;=%q*^E~29eLWP8AOBC!Ul-pJ}g!@IQE(_N7^jc%&5CA^oO% 8i34kU3OJ!*mS0=8zbr^)QE~$$E@5r~V|?-~*K+5TxyPNJRLEcji9?GieHx(AcX(mEO)U9RK3X)<0lC`-z?PeTU$ d?^dZ$NF0tBTrYO@Zj$0Bwns~SQ@G<>903QpX8NTonN++wAvQfFM}cpX44IWsqolwouS?b5T)TV{B9|1f3#Cd`cvWZQU=+H`Hy&7)%>wYu7Fp7j&mDy35|vmP=B20h3=DWp!&s$*aid !`FM8Nh<(A$0r~@Nds+gP}7w9}!@P@HfepfaLy?0cB<>gb?7ROAFD~?};tg2NwK$MPTFLQMWFuhKr%^{9T6cWfV^ 0I+rVfyYYaV)YbO-%*`i;vsrsFr!)3+0mbFgb2gR6I|*BWo3HxEypI5L>NKZCG$|QF~&+s6FYG;%Zse`^ol2CFv{ }O)=EQ!T~q>gN4A`w5-aOrs(4RSfk32$gT4e)c3x>}M^W7DKE*=+>K&f%b7fK%U2AE<){w$kEuWOo~!7z Oo@sotnjtaB8^ufnJ*)}C%Z_N5MY2x(rq!ue0}_OX~`MlUwpM;U4@P9NoiFLjKA*h1SIvGY}AFjgxJK8P9X>MhVq zFX|Gn-hge<)IQ6QS`jYc{w593jf(UTho(B*-b6_q67SgRZfHyj9oX>M-oh1jBj*ArVs2|--3j9`oQ#JyKaI*50k TV%FcF-0|O_^yD>BD*vH7)Ng7Pcf+kIrew4#~4=19CCUbHM68${}_*kqt0r|}WvqgNs<1UqdT>?97R#&bDERI>rsa^(3`_L(j!MszVYi%Zbg&76>?cbg~ fzL~fKZm`Hewdh#`vG K&)7~9jAw_9_ZJ75{J`MV;2qO@x1%c638wFQ;VVa*5}Fv32!qf47R2CPC(0y0ymZ4n#px`ikOwtKuDG*K~dyJj>e `}Fb#H{V0`_rMlkN4Mf9`7G?^<6jaR8UsobRhh&{`-u&)(Cps6}PKx>OvWNZ_Me2H7yBI$KoI9B;R(XtFSQJR`O2 @Ix*#%>x{p&vp?h#wEn>}j+|I25-7*+J*@$lou&Sf@VC;{-$Xl$cgY+E!a!I>i}zU@@Y7Psxt#a{H4tmmWsEf;?* ef=8>g!3R6jCLmFSiKX;<$Ba?utI__n{;F+Xm}ic +9^lW`(&rG*y0$S9eQJLVtW#jPoyM}4aS>^C{L_K_`hru>ZW2G1xF_AS@)T}p21o||AjbpY_Lmrx7dQ=?MjK(XVK <>hh@{->eaGBz4ukZy8CRMeVk4u5itnP(e!k%z1cFpQsO?ZQI33R^doNZ5qj7jx$T*&gX3OQSETD{7iTtxt5Qn>* >v<6Yt+36Pa1+e(CBK|?sQ+U7k!VAul;a_2k})x-!CSSks3f%zPpGhrHX`L`h;0K1k<+-rW@KWI=~Aw=@y8{vdbQXTuk0XVF AP}bfC;I1g8VhLi9KCKM*e%9Q6-R3i3@JDhi?i1I37tGTPgqLsKTqFfCovtwrv))Mdo>w;ZuyYtnL=Pn(pXV=dWJ $yibtOdn*;&{`qmx#TjqTe-q-cvy8jMQT((#ojnwmGH4l7r0>ifrWxg>Nr%@obw`DEb1?Gis%YSKDy+W51nRWu)f 57bC^0`{W$T$DlKL;G)lGVz6=;;sC4Q%Zr+{>3Gn0CG%Hz#Qhg+S3VltD=SW56Jq7e)B9ND-9cniR0`c_hSoT;&< C2-6%AH6j_@N>hHZePm_@_676maM3XSU)M31Tt 523|O!88aIYTFGNvj78Mm$tQn2D;!EX(=i%)YOITsg>rm`_PcgDbS7NjpJb{ZD8W4meTESw4iDoea;P7h%XkkW6H GsmXAJtmzvBMRVkiE>mS=epZ*B6nBAVwN=aS~QAgnF{!&W1AI6aD`V}V3{*S9#}Xq3-qHW}qmwGQ%pUoIqbmy<6; 3yq#FR5W_nIyJOZjhL>k%aOP?UBk~SJ073YxYUU4v@acgf|ReHXfcb>zE36dPghgHXfx(*^G>{LL%#=UpWmv9OKj bI+|)G=vRJi)xv21UESkn0kKzPJ3bm0+1SC|X8RIHiw8bSj?#&(YO8hqEmwA?et}O?n=<(r0)hJz#D&2noWU!W~Y #?U$qsHqe37VBu%cvk546zu84k4u{@ie=PVvWdK^z#CXq57Fqw=3vbFq)+QOh<2bbji |uRRVn4;1W>h+kQaz^-;^)-{h=tVf@1YvJ80 i9jLlI%X?rRXM5iOrfXqshs427n%>)`>I=)QCMpoUrJ(w=pvTvk&r}jrhWJTpcEmI|$Z5Wzm$=qyODkTn;SZnR@OoN!tg}4J9 G(Q)RW=)UgbaHP_RKc3o GsWAJanGC@b--QiU?x4rjC@0)W2;Y-Km6nuEGFfrsG|9erb-&+NINws5FAwmp7x-_z1S5+9H1p$ %wk6$S)lEbDu0|JSHz8S!35T_dJTxG#|~d)_108~b&*~B`};eR(Ookc=R%QjP4OZ=F3T-3w+w5RIIO+p*}P*5ez& Y&ZMtQgqz@%YoG^7__FLb~c8c3aDOVS@Q8X;EYqKm)M}#~9nL4fiRdv3u(;1yDUyMQu6^VkXrkhqv-pIJo%aZV1j *ffHcE=0c%|7{R@Q#e<_+sTzyjjMqnbJL}6z*5Oo5OReO0x<7Z>^w?H9h3$dusfVzALv{T!(@TU7jJHczs)81A}F PkxnPjmzhdrLEsXnH@3G#yj7u238GRSD#rqKh9KCK^wVp4H8l{~d6^%xX2a?V{OP|IajoA=o-;@dM^kPz(_p +I=o8Hq4Z0e2|3k;HOjup{Z#Oh~NI27aazc@Hau{pT5W^qU6Xh;Y43j4^RWm3tz81_2*D@ePenkw|V1rJ?AyjA(}7%4Ze|&NV?$JQ1XvudDHUq0Vz}V~M7 kL5$rxirby^kKAF>l*!rA0=7%Ym-4ZpNbwuY+BTRKe{}E@?TKa;L=g$Dsr51BEcuMrEQlJq(QAu%$ip45`iZ9?a= O*@B}ekK&F;tc!NlmWus!lFcRN7j%w;E&32T~VRwM;CpFhX-e)79|kQtvR|0l11a`pCZ><$sS0~F?v(AE~lSS=%a Y84^Yt-kUal5%TQ=Y|WXS19GG`U!+WyJ?wYN*qs#NQ6(JJTAeUiMGMmK|s%YbbU}2=h2L4cNR&-o67OEfx )~#IdZ=p~e4uX-tw1G2$x-o7@2SiieVgzF&XS J4j~x5L34=6wTKOfNe?~C2K%xJThnABC=73-CM;y7yZe)B@TilhPn$CPHXZ*r&1tHkMRR6MpPHTAP|kL;SRj59-H 0N-|G%D0Mm-UCcBks86*?QmQt}fQtpokVxT>5B4IlXZ1?i6Wm10?d_5mH`QrKJHOeJaxKcUTFUy{rF05-jbTGvnv W83VUQD!IAY!YvM;-!|$yKUd!5M9u{up!!f^#B_}xKsnrP$T9KDyT{8VJ0-rO6Z?@t&KJLq@noSv5c(8-XcE{asqcP946NxDt!nO!c5MEJ=I#xoQ0tdSD2;&QS7kMkny6+g;2ge0}*I er&uY<3)2w(*N_Zys54D@L|1FhkDS6BWbAn5dpKhl>1In`5ga_cdp`Go;5?qgHHk)(Q*W)VBJb)2A616_+?Rk$z0 e%K2~Q$^-qm0hSv{W+Ei&r?{&~s7nMB@nvISp=ohrXBQ1Gz!KsxBn+GYJnSmC>1<`T3LaIj+HAe5`aryEicJB$)% m_PL(9@ds&j5Rz7E4la?7K|u#%i|dYPYlAH4FsPp0sz=Qf5SM5qRMt8YU$JY+-gPWjzE6(a92Mi#amlY*B#w0>Yu7m7; 4*?N`=QE!Mi}F*Sy^O4FV%wG;6X^vtxl8TJG1()v17}U#Q)p%W!hzjNy9_$D5BFvMapw abrv*60An-kxS-7?HU?cZbb*?MS=|qqms<{fI#sm3zeyY!KC@j@{aL3C*M>x&oAtKfW_DK9-fphE^&+<;$F$j2Jp ^w+|MdQ%v{S!;BKz$0v?o@KM_fohqED+K1%oV>2013dY=&GoO$yVAE`h0jE1_lM>HuQOZM$AwpExvKaps?0xi|H`4@z9cRoT$0T dXgFe-h-DG&UNpiaD9(mUhaklaN+_|DzBr_(yc@C29c6W7pZwo!L&kuxgp(GaQV3ky|R^`s9F%^-$oNv|(WFuZBJ D7PHr;z~S&mIr;W~1Szdv%QSzcLg*k9 |SnM3g5BU=Oi04Px|l!X8oEGoeU)O-&v~=~Z_~IWad7%!w#O_Hu&7q4)->{6HCL8{d_K_6Jd6s(^W9cL65)j19VK-IC5={#ycOEoIo>g $lBRu;@9wm+8CMQKMY%3DzSA8|d4cvQ$O5B{jjWifAI;Ig`*%9yqlnCloAu1zVt1X6*U}ci?dr7>6Xq8N!Zym#YL KM0nRcrqJBQ(~;wB6VK9==pi+*s#Mz2)p7REFlJWoi7R%@?|%f{)=E2Zh_(I|WF>`pK=s)K<+903H*R%lEzQaUth R$DL&tqe=Vel&GLGK7bFDzQLk$%+}`2+(v`eB->+VjR>KaAxbiy6Y*`p=q#RS9nRm5y0jP0Nko+Y2E2%o 56Ar(s9(dU(#%1N9bEK9xnY2Ix8;UiBMKDZ?BSU}9aT6~*J*hg=iTb82hGm3BK%2}?gkyJN0tE?&C@?nt9pOY4;V `v#TbV0F4hk2tZhuBnLQ*mK)c~+JbyL{gm0h`#M9iA9zE7BTkZ${0LN`;oN8q=_>D5GDgAXkD*4r(xa`t(UNwwo| >QZTz5nI$p+^I#3NL?f2-cIVa>zoJoWExNLw%#Eu)_}n!qdKSx`&dWaS5bS S+gnX^R%n`B<|*o(E3bTnr`%s3miSy9}%jI_7Zt+NwZ1|lB3IdDQT{y238}$N>a)S^uviv@AJ7dwPRESZ8)bgd)yyCLLGktiGp`C_2c%E0g=k mjMb2xOh_d0A%R^c(0!JdmgJ?`)A-ZY{dsm(3VAYKQNhzzLOS%e1X`5gXjL?v6nIUwyvkJ `6gtAU>>ZZf~dUS5uU65!qb+$TB#Y&?;(eD`?#)zwYM-KFIp#&5cQ*(?O Nky)t2DldL5|tNo8u77H&pfb8=H&CztlT<-qBF_O0&A;JXj!cB)-5cKuN+5_#mMIyT_kQh7r=C6r+z16J}Mk%%Jr kd`ansid=Y5N`~${2C#J$e(ZZ-YQ)XLVY4OZC_Be+&`>HSo!KV9g(X$-j#OtMmA`WNeMRJr4nsbXxGjg?( yNaYdRGd;1s@f8N?R<|N3rL9g+Rm6%@!q{GiRJlH?(Fe%0Z5rkxtXJrLps|3|1WyU5`XlEyy{Q>|8=Nh6r2iKCEY c&MKPwUS5eK>c=el<3G1C{mLLyP2*>zcCxA{}2C>lz6);q*>#%tY;vT}+lJGz4FPAMKaBrMOj*<(5+>`IFdZ))*0onn~AN>VEET<#Lz)M< &xQBaOK1+`xXEX)_CBN-wvN@bA1Isd~5za>fEE#0dcV*|i4r!m9$8|;o^V2z|Mf}+dKoFmrV2--2@3%_P*eKLbo|MD#&lM3bI{K`ut;hep|qEAkq )-g!Ai_YQpZ!kMH6RLV`KPe7!etApu8BPJ8EoBkgELRa(@|n 4#U|d?k36@b##)(5NMHVy=eXeqAW(`12F?VTX?FP%)ysNH)Gto}N~BSNItw;%{DqqKH=zx+E)34x!x0+j1BDb^Em EK%4U&*JIntm^TTdEwLk*yKOLcF8;|kWF}6;g+?saFvap;lq?SnME4UXjvC`#ZnpV1<2(5djsKMQqsDx9vrQL{+4 MV`Ha&5NME)x+(&l-U%!^{#%KbbfXv5qEPzgV*2RU4sYu`19KkMGSJ9Pw!@6<;Jp@ZkqKM(~XY})b7!DZ;GR83wh osRcyhruy?hKM}Wo-K6rbhHdY;8m-~PBq8bG^uK-W|!rlVe?F6R{YELMY{Ibvtg53f*6?KYLXh(yPk962+1yPX4eU5u%V#00V%MWfrRlKoX@POPIK%62@-g=%! 4%f7C?F5mi===?MrK!5{H2WU7cuz%y6nN+pJA1uvhkciB{-Ilopof+h?`RnJu7w{Ma6_9f^s&fzIE2%F>cru=^$u fI?BXN3ALN6n~p~Y><8;x=BN0{O8+S2;Ue~9<0=Zm&!eM0< -V?2S_-$xdM_PnqNN6m7OsxXVthK)s&LQ)D!pq8)b%cHF53N5SI6?G8OO?kJvY94XlYXUsI%dgri%)7_%e)H!xwC}3{4mGlcX!Y}P@w(<-WK@HyX7{2JaegsVpID(s&dy^fj=^U~@qeAWO)g_=D!T{X `zk2PObH=-$fnx_9_GyK~yz?jp3y?bE#1#iCv%_*>x2ZebOOfR+vo@B-m9}6!ukK3xYVLr|MW{gZzd)S$GP3QNZ{ oV2|%n`JIOg$gKg9qj@{c_wXun$d~kNeo5^k7p*24-=>R1SEIyTM{Dc(~2O56!pmX=q;YiCLM|PjF=SXjWh`nTEs YS8tnd%xyzlLf)!6D4O=^I1;!h_}%#a0vGW%ZXbegKEG)ME<-uZxZtk3&hsn_-OXiTr)mU$P^Wib*-?l2>1LZX>5 <=A2lvu9mVUgnv`*hFn%TT~ru+c+4)*b0IhJ*1Ud)d*18ly!VJEdmlk)&ak#->rgIOc+fmZYlXcY`O_Ze@l-hn?e ^I4eoZei1#@KE#VI&2BK!i>hqya9S;M}Dz+dhNoQ=IIM7XMCY_9~(6;SiHcbj;dR*SQmMc&8ujnaMi)~|47+!eMkOpv 4(`8&eA!07V)p6H+7{ZQ}#vC_m@AUDDXJ8LC%iB1#*X$w&*#!@PwN#)y4p%R3@4^>fy`pI&%0Pd$c>K7}d_@Gp$3 4oB!9Tw aj^4AFoefGE)f*Opf=DkvQy9ofvLGp$K?ZmDTvYa8Fpmz;C|X{$HCTy(5s|U&ld6z!?xLN+j2{hG`~y;9>?>dfxA+A0SD+U7rfqnnfZV1zCX8^8H_=|f>#R=)Wc @=UF?Z9-VA{=ntCv{aln!P*uSre9^$Y98YSZ?(`H3hFrjdvKK*>B0P*(54A_8S8)@T!pA-xIV`KGHdGNz3 3uM3|WsBw>+TZjaMmws7YTH1mD3P9~PETq+UNfvYK+FiehjIp%lvAkU3r(9~$po)y$!Xdb Kd)J?Xp2&ayvqn%5{BtPSEWK2wR7{LgD95TxYhZ;8bw$o0XwrH*zi8|BMaufAW^Tk^rENl9YM_JZPqnqi(xqjT2y {*Jp!S5n3ZDX6FI*-r@8uRyU>d7viSfJhYlOp-9dD{coBzJLj9VoF*7S$H)F|)U&!_`jmSwj@>cX2KI0t-LD+6OI Zo9v5pr<=+^2%4d+PVZGb-=;~oc_ZRbW6K6;Q}Fo6(M^l~D#!vp1fVG`dfzTiC78Z!E23sx%#}Z*|DDH!qHi8Cz? mgu$ZW9cZFAAb<;U}K5H^+FWRF^YN*k_B4Pw~mJ}o}px`(6@p)N8a9eWqwe#5+*&30#W_gHc0iYb9-6Ddqv;&B+V N`rb!j}$6cF{+nk*BEoXdEUH>Lf8)O-=aDcx=XMc{ig 0A%)G%N!8;wP$IsLWu)-+n2T03+DyDOsoGX NP(CV00MuKvC?rwiK9O5|X}1}$1kRyCm`vBkavJP1KEc#~!Fn1muOT(dHFSkrx1v|`+DTR3jpR*;iV)vl|;x|?=U c3njcn!SoYu|}8YWg3$Y6OU@x_t$t^-30M+o76_=$3A;F*^(bZgWB*dEXeSzB9GAkTve#P+I>ydp%qv-w*yhR0wE }V4j8p&!UxJn0ooeaI9hYtdWc9ke4X+YoiX|3UTjza5Zb(O_K?4;}awkY(jU5K;DIS##tkpk+}Lul%o);4h R(C7u&?W?S)Lr-Xm2TsMoWxHdwv^|=lNYH781N{Vr>n)0nK3-MlW;5U9A3*0ZIu UQ#7=eK+JdfH1hN?dzMZLvwV?bKo%$<-j`O-0Wf8@;rJv7>-3Az$AM}|=sVIXCMicU(>Of10 YIG~6A1URTHuMMhdCV@9ZS>55|D6=;t`qC jw8R*2Sb!X5gio|g%!_3V7h{5&+V+Aq@Rd(Qag0#`4 r8&Tl%4#{6O5kH4cil-6lwHMJv|AXk-T@;JvD1rh0l=Y=a >QWTgX3dDg!_+LLwY8FJ-7YT1(6kxADdfC@&2ZOrpmDSp;B4ctIVxoAnW2Twd(I&cy5vx{1IeH6qt0Ocj7pL1J8K >u)y5qG0|)Ap7aNJLBvGtPPSYgVuDq!EIZ3b2NFRuF3}IkyALO8KVzIKz8>>mLvjzoQvylde<6UQXaI=)T9WP)OE vQx9pnV1tKcw)2T|9jls!)Hp#Sw7v_YWkb8JHe8fISkmDJx{MN^h+2NTEncduVWIppopK;8_WLChz;fDeE?t1-5A IXa>@_SwMGja7*Etpd&PzaOpo_=h{8kw;0eGTi4b>=(jN%=^VbUFT0Rt)7&&~S4s3VeY=)ueDd+})=x%!$9(kN5+ Nj;5FH{s2p%-3pjOz?NJE5z7ky|)+IeRdo!s9?QAmCQEtb16(kS8a3EuTtc!f;n1aDDti|2qZq*UA9Q_l}krn1w( ^!4v9E}w@3bA9Rc(6mCQg~UXvtC2fr018nwSa}~@@PJ=Nl0=4^M>rNW=zWO|S!D@$rV0)Nc{I~FBBk$}-OY!wIl; (5!p>UMh^;d$)^#J5mP2g*YU`&W2HB}=`scVG-LMvB_6*PQhw1GZ2N2BS`Uw3vLs9Zb8*5r64WqbQ5b-3rW5ge#9f@|vLo}pu-6t1T&|^3YNbbO(+@ck!1c;mYCTl) @Qr_QU@x{lTTPM5x=tQ8V6`RB6HJ_n?Hm4=6@@dvw!lz-EISlYe_KcuaxQi;bbqJ5y`T(E{xYo&qnm5y0E?R1%8R JAqV;5F5A2Pgbo9JmfB)=a&U!8lvMgYSvw#qoNRmjJ|ZgWDj8QJ|nsgHc2!0Gs!U(wiDkR2`n2FR7~%V05`Vp0Bv !3yHQv5*ssy(48xDcGeBskxy2fmnNoMjG9eZNmt|4DP1Ms!PA#s-xCExAM~FrS;_v`U@tXK2ajK?a_xIR-3g(VnP ikFBdy7`Xr8NSkQD5ukdcc@sqx|u5KM3;RibdNM!nWhKQ|L|3tFq~Z&{Z4l{g}Vb=_Lz=vdQ%56HzPOP*aq7#AX SpJNEvOq#HP=Z>rh_Qm0O*DH5Y>rp{y6UyvuIy>`gG&r+=?qO@RwDnP^4vw3FpvDkZ6%!&Qk9-ybrEk+DVV|6{3f l?L6M!{tlT!ee3~hMPW&Jt4O3o&J+in6G<{v%vfZM?9meVm{Gkg*vgkbgmH#4w5OKSM7G+-xTyieR_39TIOg)>wk kAkDj9TY}gv*N}(s%DgL=?x^l5*re#-#~G9i{_kLJu2c(7SKDWx4cQ4sKx7O2Cj apFDstxY-zr9vrggEjWgTYUBi)KUnB5j3+HJ=dvjTJqwL1YLrK31MLV@hn{LxRCE&7oIi!Je9bFJWRwIsC2$D-X} gyScBK6fnJ#e_Zu2N(fT33!!TSm6WJiI1%{mbDpg0T1j1PCjA^91Hf{H!PWIe(pg`RW5OTFI8#T33rFxN;5@cJP?y|I(k4?4zc8wQtO ?G=0T!NLE=`;rkW5vl8sHdcA~_xKQx+j44sM?8cE=-UYBs@TEd#LSij(y3e4*8J!!Ky1|h=o^Rn+4o!0Ukvs*kbf W)^c1MrHbsJkd!7aO+l$+5XNmY3G&H|#epTL`5wMcr1oS9XuXZpVw4iL0G>aogt FXutp2amj#Yv6zUf4U-|hgFEt}4?N>BpEov5ican#c{)q26c~;8vnC1bu45cDP%c0 -|EOP3RZ+owi?@|lvhG1=H=oMi7hG_Tfa)-kk;j6V(pfD};?vd|~&6$QRudlphy6{Hui@kVt?HOQLv$RGqweXj(< fInDtam<;aB;k9@M&k6xC6%VqmrRa^a~Sm@M4C~XK4wBKgWj-T|q1ZZ~;5T=xa*nhp(+WtbwCO)9Llg|A9VgS)hO Cbzo~y6N??~e4Wre&S^-G^kFD3SI(VVUZpiDuIe$YDWbro)lCzCT><)WBfyrI=@zh*?mBgoT7=g)(T5x(N+K;22n BvS$I#C?kjwM(Hwozl-u3V;1$O7ETgO4QzzgZevOC9uJ0T<%)IKV^_;k0gs_XOdH~3byzvwRg4c>D*7wX0qLPyM5 6htYz^lhXO^(E&kmb!SySAcOCvtg~!GJoH(0%RY*;h{G}x`CnW8wtB2PVVitvX0KqLqACzgq=qDY3wZN1Cua;X(i f-X96fl8ebzP$04ZQT@ZuA+OBAcsf(1b2@Ozi;FE* pA^V193d#7%&(Tf4Pehdx+_bQ6p!3NrcmCU|J}o8NCZb1b^(}&hCrP&ZeS9$5wT#QGRGNyAj49{ahLjx~6av4QGW fHjHRiS?JE(xksUJBkIk-ak?2Unh$W*_sc$xXtj;s(7Zd)hUmT6%D2H-4<)JiARSr@zamv1*C7F1&6CYI(uCk}Kq J0{D@$Ni1Jz;hB0!93mr~ew3AEX$y`DmNW9aHH`S|1AfOm1wj=#F&kgD<(0v7%2Y@RUfQot456tTf6r6V5C+iWqB B)2;P9V$`h;Tik9IL(ghbI{QAi>6`DdCuAC){}vBUR3hf?vuyVB17<5Xb>!M0shH;?SAI7tmO+X1Mw2tZ?`P_l+4v_t7YKu^FO&w&&o2;G6au`aAr9PYD!Z_giof*8WND3 3bfyn&_BJe33_lnRT_$`6}q=r^|msOLQ1OU(Pg6zj)^K%SJ6NURt}bw*DuNtuLQ@?2J*zytwM(>Em$C8H`PzUO9t U)m<^8v;nWPtxA_;&R~`_p240>kg|uX4}uIkEXTTWvhf}*PKTlICo!QlxWW#U2|Qxoe_0#13Dj>FuSqz}O@HrLGk s5XT=GGQXc0vL6Vd!A#A163JJ18ADy5TRpggI#NzF^J%$E@PBs@yvG(`3R9+CU#0#TZT!sv{`IrBAW>(nK&?yoC$ $3vp(51#)O{2^i&SI}q!wnkh>vW70wfUl4hl9?fJ2pyViOWNdw3t@bHrRhb#Y7%E!@4<%1sJV9tyVNR+(30H=Z3ty98 !ye)qvwAu&0NmrM_XfK2Ejhl6ToA!-mn{uD2xKCm=%Kj<1(45fHCM0tg!cABIsoKre%X=-Axq^6O{GQSr3*TGU1M Nd1XIXZ$)_&WxYnrrd{8crCNT!x#|Mcp$EkvXbH5_2cEm9>>;j#dDUXho*d+)OZK!_}GRZQlK4wEOz*2jD*m ;TZKl}MGI0*_fSnb8FF1*K9{4y9iS@E#Y2#>YSWiPgXM9%@vi}7%KqnK*SVoX_jLGE;lm64*G}_p?mlR$XIn+`8D e<3U-_T1U0N`J@Pd-fcDbyS&;gj?`0;Y`uq;e3Y$1K$m8(KY7FIYk31F$)wiaSKMbAeR;&{lp6wvYB)YBR !-b?<_gtVlQLgBe6djb>3h8&1&~j@X~asUU}_NZ!J|F#Lm_@Y|J2(xp>o!9mCGBBOh6c6%LVNjnm)fulu bg;ya#!r&)eY%t`86E{M(kj&xARQA9ZYr_pDFO)2d)BMrlxOh*1|RE`X03Ge^2n`@k(c9@AShL4Ewh3t6Tk!KTdu R%w#KE)|7s?sgql5u$Vw%gCVQ4FB$u=nD@Dmev_hUL^x6ex^&}>aUP$7KU1Nep0jy&l1zS)!aDwkf?`d6!g)YhE_ M`IRX5BZTSIQL2A*6hx-}@6Ig#|HUW{oK9&UlF%&-ZXUG D2h7u^nS=>Q-mQ5qssHgN>ULtQDnbUjzz3haDFd~bt1O0c;?AE>`0%Xtiz!Ic_^FB+_E4||9@YM72y4_)AX~n(GX Zi*gl*mVq|!G=k-McUflaV(Z^V=A+cb=?b#6?LkUU98AFed@2nJ?m7wc3T;XfDb7qVap?4D459Q%KOdk^`-P|LnY4%p8Y21Ul*4G~<8cpTn6HV{6C1%h3z1827Dp1S6Qxa3O %7a*arEHHxuUI}a~!k^tV{D`CT4&6P7M0i6|E-lWpyehd+#z?5J)IReB@5n#=AW+hI!)fVAOlEgr3Lta)}vKv3sq Z_9wy*gu>9GiP}d1GVgyfmV`!<73#={8J}sCE6e2rkw-j)&go+P}}U`AaBfgk(OF5vcYK}I@4Er!71C~oB>-`uf{dGnU{_0FR#C*s4kwqw8z=pB$jv@-N3GrJrSK`MSZ6~ fYSNV>kSP-CJr*NWjR1e@Wn))P{L;@LL3PkZDDl&eh~VoC>dj{Owkf) 9q@Lz?_CjfV{h4lV5V>|J{72@c8mk_U(9Qce&-CD7da_Bg>0Mr-HfGaamI;iU(w4xaMt#wh9rZgG|2 IJ{}jiz5=aJ(fxRt^G0R-7eT?fAG*m5PL)fzAA2Y$K8-U(8Qy!v9H@4Zc2w?xQDQ4|cr?7q;hYBq;bAd{l6W5xl6 #g}D8}S^@cAy~kN5<#csjun=l=xMpn>=CIvXnpyhXNwZECMI$_^rKXkzJP=!u`^o^!%5Mwk&m%>N6pRBmFFFc+*0 b!kHQ33qJ7x(BdijXexq;)Ar0UY|oD7^(~@oIuar2u;cW^yo<_>#`QAe~^{;_3@W}O)D03!rJSYy!;e>)Bm5!iBp D!J4kz|cF^Cr%{E!~^hy9kC;`?|kRj;KJnk;TMG=~3i7<^I*VQaqO%#O`I2wrlCFzP%ZHACkbX*FRL>AM*nTaJ8K jQDg)H#9>_rzJ!2U0?&J0MJoTcwHjgd4-fw+?351s{~asrDxJ?j9*y5k}riK^_)?t_R4qcJWqO>oKf0C(+Tt&{E>Z63~o>dCTrD$xv(Lgdab$sONm}%3kVhT8wt{C`gJRTU@ipkZGO} XjRch0Z(VuScJMIusJm-O5SrNWpTh8whYazaX$DUwWe-ffkr7m&zXoq-c3nWSw&7MUBwEg9vu +Kw@mJ*(J?c7=Qwl~grIrLg0@?b1@*x5e_WpX1CnQ1S8yJpb37auqxe!~Ad4)V|j!KMPhuKe-NIV>!gZbeZL1gOI BMs%&5dNM(=U8zcvy7qgB|&bpXwC5vNiR_5Mx63uqQ2LKR7*YvHKcI0!oVi5R!D)Vs_w~WfG`8S06i3tt47Uo_g) 5NTq&seCMmpgj=M)?tb3KmyH|Bc=vCRR`4tMioMiRm)+zqAL&1GXcG&wu`Zc p`aY*_aQ!3{+&5eV^B4s^xhf4&U2_L|;&vx80YOFWOEYZd8ei%JwKm^Nrc@ygbZKZRLY?;bS>LI3`#tnq2f+g=mq =5J-gMr-ZQ8DSNQSYKA~PM~5S2r*bVEgZUz|+VIEwtg+VkeBwsFdu`QzfsMSS0yVnR`KnMW?e*Eld0ahX05F=1P6u{R?^;Vc7v#S0fj|LNw)%~N0SA&nfdAG^dWJ;BtxIn!D$Yn{DU($gl c&=kq(R3m^l)zD5pc;oyIC$`V@N8MeG^a{y_W~Kpp+ZKSY%sKId(2q-=xF_8KYE&`1O_m|JB`{vj2bZo^?_X`%5B#r#LRpGx( Z9~lgZ;WK6%v?lZ|dfRH-1ub)keq7rJEUE9(N@FKyQb84sg6dym&!0KfO*D!LLs8hDj%x&|ooOP_SxC!kq0X6F96 amc=&FNe!pVpd;egCM-z$gvzUyv!GAlW{)2&;28EaR-z^kK#O0wvm`=mp#{&RUC`l8IL$Wv1UIIFx%K9>096X5%&!vi$Ge)cw)+o^*0Qjg~y&euJZ)m hq+^DF!b^SwW<_0D>`*j(3F2>rn>=qd80mU@P$%CPO3rA{{h_%sji3-$rGLxB|x3o{`NK=VKMGDxJB(_M@fSXv#O $Anj#v4b8U#V+KL1$?;GE8XcTW}t0@9^kbxM#jo3PHnM?RIl%y>tG@1+J2}$UTug9JD+a&lrXgu94v4=&$x?&0W4 SPwXN^6_t7m+iGJ^t_YU+`(UUOedyHnS?Gr&5avT%U%HQcUEzMW#BAVcCveJSIr&bZ(rn&{10=dAa$e@08X*DFGy8d)yw#4|9Y{PYM6Sj{_d(RMocsKzrQJFc3 o#9IzXE=|><7=4WuIN~_CSApHPUpIZPPbY5YR`OMb+cNq8M=Sg3DC;*lEpLnGQX69*%5&0>BO9Ju({R`yd&GxgGe 9kSt-jr^(@vBB6~HgbBxysB9qX8{wd>==$B*JHWJSrXo!?N_1L*&{}R+8nfelG?hW9Gaa19I$e!{wrOI+wWM|2NO Ks9T$Sri8aj~!ceF)Wlcwve2DdNKI|G69(2fw4xy6NUuOxCqWJt)4q8?9?Su0$I xFhq#rQ-Ctf>xd6q;($69zb1@uN0kA25cjb{8)#b{>ldSl+&O)|Sa^Z9PFRZ;JRPYp%C+?z5(YEL@=%tFg |^^%)F^*L2&XP082hMUzR2-p1$Nz3WK9j>0ueEyv^*O`o$4Z&AsH6RtSb!Oa8;0_Q>RNm2Q KUY%7~z(Y_WJaN#~U0yRDB}fg>>e%S1+!uF0XFR<1%$m0H(X;_4PHV 6p;9Sbq%TTH#XNZ7i}n1b9HsG!Fiv6Te4Yleymd|Jf5{r;hp>00sPsU_X%5AHYU7Nf2u3&2g#vjS`Dfd+?dW3e@3S*Zyn f)xFqjgO1*Sq8+7dzOGS#4;QoL9bfE{HBCH^0>!b>NY(t0P-Zf0wmxp&pi-~i?eC`(@t74%bDs@M#ZfhqwqPtFe5 @qs2hNj}2hmMhg3F=eI-@pcEYJgB@Pov0TW4XGkc6u*Q2F>NX+Sz_e=_V#7!?jP9&Ha^st{ook#(JHPfqs +$*ID1!{m4bKnrG!ed!n)ICN_3iONttk#_x7JLtq*SWSJg>`eK)jLwvz(-n4M0Qwyl_36@0?JCY2287Bm9W}o`Uj Ql1qzD$G4flaN;%+{1*aZ?i+#^~eu&JS{vo#o!NaM2u>8m9R-ky4pMpSB5p;`{P?s;d&jZQ8t *+AkoG=$@h-A1LY;?bw=YnGJ+>|-pUW@CsY&IC}BFWRjOe0DHIK$@{V!94f?PX#DET4FXdyEmbqzRye{|rntt!aD *_0N-wwp5M60wsYM-l^4}e9tsbW%=Zr$~u$a9tOoJaRU{oA??LPg_KBf(eJye(OGvaGHggx1?C%+uC~+$S6U&|2N LWX^UfB-DWtL1>oq78>ycN{gUXL94js}*cC`{bK={Vz<>&ZM8vs-8Q`wqT014H}mh!ELcXVtrO)7HtC0vO)55c7FMV3uL`Uc xLtR5nCupUkE9CMY4665MP!l(%D?H@^_!w66a|8tsly+)P8!25B392!7BtKK6pemFi!S6vjFeh6*9P_}Bl|v}l@O 3L7C=mZzmir+rUoWW(!C555?jvY5h%3UP#ceB@uA!4J;58F)_*;MRoydmlCKW2vpl4rr?hATtD~(+kNlH*R-y*R) GSk@8Tb8p}>HyJ@By^j_`-4)|kf~gi<+w2|RVBP1Ds)rObHrMpqlCZ7yawgeC~-5oHS5DFv+$14$iVP!9zlb;Qg# I-(B)L^QQ6~g-rj<($yk4Qp(Vic7D@1;YR7uXrP76iSNo{v92)vV^7#N5AZ&Vyf`r`6+lZHo6IT;{A5SeW%3ok_; CS*l;sVaYdhlIw{-w3mmp9keF0@Z}ydH!=SCYgzSj4fp*Ou2eFiHfj6kF#|D`lcbiN8^@fKR`82J5Z9xb)KBU%E* A;7PZM@(ZF2vy0&X6A1nnR%gZZ0n$sP6~qfNZA!MsuGlT~>Tx9~Ian7d2=A93AvLH2pl-a0s?yz(DOY5AC0iDs%x D2R3sFV(JpO&hkI5~jw1Yv?qAaIQGX{YaR5qz1qD~qY7fsGIu@yEhtYqRvRfNl;a*TtdvU}r5xxUj3kbl=~5a;u_ 0*RUn&WC%-gbt?_2cy8f{f=_4#3%&MFLvL&{3_2<%B_o`l>DPgAw%y|f%MROdV1x|z$=EPk_Bz9KaLmV99;=>{ yi^<1P)H7$X>IW4)soq7Q`>B#R0yWU9zl{LOoo!-unA{xVFIt27WqmxNPqxgPzvNAgSdn^ZG`?~3Q%*nDMe)z^>ZqBtWP&a8Hun%mx3*<5a4G^f(i`DJ0eCS}^5O0 px^)B9l+RyVYLz$`Y_tM($6YMPB9%G$A&E~U*{PGsVk@xWZ1Rss-2r>C!Y_0>CAn~<_F2LU>(vK3<^s3HN#7lYXm XuQyw2qGbQozR~23MGc&O$4eB?|CG#H}s@U6J5((m&yReX?bH4^dW5{d?!WynGz3!cxJ@$c7_?pqgq-wLk)qfX+YFt6sepoCNktiBNFeE3vh(`ST;}d>=qW<^bE37jkHxR0daP&Bq+B wPT7OdS;{LC7=%xmb3U2-{pAbu->6IIM7U^B)Pv^y2*PXwV_l1xqlOqkeWu^TXO3iZN2@vEis*dCu|Ffkt@rfSU{`*b2xZi678NHlu?7KUy0hM#tqOOh+K$KfulFdvzPHr6jE ubW)-x3jV!FS?u;vtSBw@=6cHs-PcXE#@X_`jGtHuuUUGlXZ?mzT~hy?DWVH!s=Gx6H{c^tZ4)#=$SP_&4pH>gGJ gmW2yAi2{Wd-45lKATE=fpi%jfGDqNU8D2&uu?dp}M_Z^IG_?#Jvld6FLC}AM_)vp?JVn+Mxa=0LVe_1+m#O#gda rv$HFY-23>Oo@#JTmA*UVyAL?03Cx&-gUw2#D;7)Jaw{32Xd3)XNP_F)Sa%1i11b!y;;ENikeg@r4?CWiTxu)8=O Et)Hb<+{b3O4FQYL{*P=;U}eF# kBiYYEh(+lI4h0(Lo@P8^!rN $N8{MkhIxA(ciSsuh+K1K=%>HA4r&CoyP5CbhGM4v<%{(3DjqinZ6bl1hp!|G1ALy*-XA^M!e0g6Hb%of8_P4ihI >z5unS6%r{=l^{gap#bxgFO!}6c+q|pTd=aaVP^XRes2GuXtytIEU$mrV-y1 K6g1U}o(^W)2(TFU~dSGs!kUQGXy% dd1r9-IPzd!`j+KMzTBq4j(i`3yX*i`M&x1cE~k90eag#Hl848Cu$(l?sgS{Z41oAVR@^;HX?E*6;w<27?rX{9Vb &%KVVdLk@H*KhxK13SsF{s&;t=-7u4jsKZ~HL+Ss*hxc3#ZXk=P#*r1SU7)Ng9WKf9*yeKmRqXQ6^N69UOZZ&;-Z TwyMwr<~NMqcStP?RB!$$&>CZH`g#43rq5)scMDr=nqTCj9VxWy1mO&eHc!EgyXx4Cb}f=3QOb=7CM4!amv8dInu bDPKd7~VG7N9yiP(lKT{RCT;&Q&v@6w5u)3JW`kZO80Em6y@M>_C^EoIfv|DMYO^-aag}4_=8;^v;)qyBN#xxVu9 R^%>>$V4??f8_%?#jt;e-2vAZzRf`7px;~fc7i7rYUviEV^yPV!(f 2HOPP^i5FHl=%aUF^LI!qhck_%c&yEkg3-paBr8f&@_p`};dalO1nSTe4}S5z3)tNUKMjtBY-k%l4tB+fHqhJt;% nf`@X~P)#g)EpnKNAi5sYK=ml@;_(}gN|pKI;`_~Ju2(yym({G}Y8;M>qLe@E{7~#N^Re^8gvIW}37>$`(PWcbyy;guS_8l>jVYWzE8X!KOR2cw`@y;eG dzTX4{@XuVdHIF4wF`+t9a~;i;ndyXuBtB((zBjMueq75S>#MeT%Swai7)1af`rFL)sG4>z!CnJV*1|sT2n73ncZ R+s7)Jmi5#ix!GDhtm?UcvZw4IXE~`&*x#_gHOx9?z&Jm)^S1p9bB)n)jUs;5E4R9R3T4bdqnzrvorC}mBArB)<> Mqp^N3oTLhi6|jW3y_L)x#oR33z{WQL88)b(t-hK~K(U{>w}p`?nuWc2y!MXI@*E)6q$>DL^AySVIpG8!RpD1|vm 7bI9-6WF=P%1{wg4hOEqu{ZcHhgQ`9Vr19KPbERVRBP-q3l~MR}TEo^KF&}hs7$opT&aOi_W-vVq)B%NJwG{-zZj =IIP9vvtRhW;~rEJNXIEk}n%!7Ut^qY<48hF#u+gvmOt(5zI^5Qiz}6O>X|chu#xvc`CZ7u)b+2soq^e!TZtJNz78bGJ2FGSq^z1=!_Bgq>%fh#ynt`cA) PmZ0^wH#5z~l5*5E7u}cpT%&PTDxl6cW0ykA#K(5tF=TOMBS`X!s_`PJjJg^wIAkcmK#I8{D3fa1T$@lbZl71@=G o3v$!u0GE26DE2ml7HUQ*C$+bb&Si>?;%>ZT&5;ldyiV9|r+?&$FTkKRa#4n#CS#E}2{@m07OMR7c@pnxeQ)r6Q> W9FnZD`&;{?mDx~ENRTFPh>v?hxpxR7rnK)xGau|4T5KMhLy@&HzhS<8UluTY{~Bhe;P*ep&JO7NrAy~l*6?fPdx am?HeXprlBBR8_9zRvcsL3X76c@Uu469rfqkLIZFv~d;7?wR>2GTcV#3|};MAms7M-0bA^gSEPm3B@k9n;-=YJc8 &4L+FjBRnd;_5v)do`*0q{Vh!J+!^7tLzJ`h8B)U#kH;y<5B&GF8h|=dn3A!?5((5$~c~EZG9kQ}MrX!Y(X(Ze2&r*{LS{|Gnc41C;dsMyycMC&@3S#96c6 P7ps$UvSL2 lX}vXW3$9TF&5ltbcKhb*6)WNfQ|=g(ONH-i!QosrZXsvf&Zo5b{g}dkh$kat%8@v<-PAZ`3G`=&8zJA^I)v*qpV I+4QDZ-?RupU%!k`AfeugxuOHIX~0@nekCtdAK}qGUMHNg9aj9hmAMsr1|)H0oLe4J`fUsSJuU?#_1HUja%l!eMS fPjS58HKmM%x;`TY|cEpdxGox^aWxVA91vzUD$Iq0{Qx7jPg5of`9(f$nI3Ia**hGEJ$=IuXv5&c)ydkAzGaC(nW B?92JFDayU=t}z)Mq2Pj!{szq4IPyFAQD1mpW_izaJyI FZ1U$LXQbHx8Yp|gZJsBjboM0lo?B)*m@;b?PJ0rXdfY6eWAUQGG{pNeOsU}^FqtUc4%-<2>Q)!EakiG<0h@h)=k P;%F#Vebe7dIA93oKIi4ExNf7)gDJ8ZmMZhHAKHmANHL>VzT#&C@Jo!W $WC>|-#L`Kzc0u3ti|?*(E?bI4SBSKoahxj%sU6y*@DYCOegv&-1 h0|;j2(n|JbBy4g%Q#0snsm{xZ$TYlaw3$_3@d?5^4QNwkUPUgj~-#xG>2I2`>176W-!E~awfS7Dtun}S)>t$orX v;Z_UsUzqg@ulHK5va_F&IK+rx{ITIlcTl{3lwuYgd^V}7b6f !iVS$iY!xo3vDXj|q!(fYnYD^lLOvXlvAmA+Q*>w0w$AR#3qLLvS `xz(6`9zZ&g%%8JJYjmT~*#-zp7JdO%CBW+MqMzv4MvIp_3=W=# g7HC$^4b@ObKdGRl*eUL{+)!iWC2q>YLs{k6m8pRVDTts{B?Bu*VBlLGRi6j!7@RrrgokQ5ZD%^KXCmnc_J7=bNMqdyr775QMpP81I02@S)tyGn(*Cg8im4>2z-wJX0nN5n{4}!!upg{lT8DbWMXoBbD@iON&Y*r;2n!d#I~^9cS}wAz(k9Kh_> QyakD5B^(_~moP_~a^69p04Df-@#p?pLmIdT!>*@knPUb=@Lv8$g}$t;8vEbZ8wj6Sf-{Tj6asyn8($bfj|s2zu- MAQRUNtYT|w)TNIr!3<|h#B;0(LKqJ-`+=uhCNDb*$Z1IIBdt?vv%dGrR(GNRAUoNt!!r5c_t`6mI9^&E}uu=-Kh;Kjl?eF>deXg8NKycboh4~7pB_!(YUf~6dCmJF=t2JZ--k_R3(7BLSx Q|vhLMf^xCxzQ^s^%)lnI;cq(&P_=BNoA!WZYz}w`on92zfts)rW_goIku}=LO>abK(8IEj(qaD&En^r{n?fz*CP V6<5b&&>x(VTmV9W4IkNKnaxB$m{}s&i)0HDB#Krup+@4Dmix($`#nyrs1j86k>Tyy@hE&&>L5jHf&lDYSsLQ^tF 2?5tV>h_qMmih=!!!KnAB4-BoA~{T=Z}+Bkp6@^RZ1Kz`^w2)DzPvoW`jb;>ABj5aKeFZ2 R`$qS-nqQ`8W6FIH2$5bs;y~t)!MOjE+P*DO|r_aK9rXkMv=PGMCrP*1C)gvJ--7-A`YJk-!aPJ*GSLJ2yI3k XG@6nT6THJ@%4jf^%f630PEH@spb&S~O0&(o$gahJv2nV7l^b!UhmCZ;es(ntO#Bw0GsPIlk@C`8Ku}=o19i?dDm %4~eKKbzh`n>P)6LGSwYcAP{2@nLGeFDayMtG^jhOBy}mYK(8C3|<$+M^=A>_gkBTWx5nswq^<&AU{;w*$h8LE6lB&xM;y6KPic3vSFZ*1yQ>MwJt%&#x&pDaWqwY|Y1yS+9+G<~t+}$5fiY~N!@&K}|6 +E+=F)oG&J*FCclnHb$64B>wD%W_(-+s5&s;V)aY+{V(=4SfDZD|xGxCxw5* ni3R0k)FcQ2-vAdh#UdW^<$G~hcTXD(57n^RvLXN?JpJOCV;kfK_NpwHN9HJJ1D&88$%cpoYQ>ySDPXN+k-`RLmN _@qgN}qMJ->d?cO@N|#lz#x_XWmy!p;CPASa4Lnuu;u`PGc9_g^X-0xmf1pRW>ikPv?iG 2oczR?Ra?X2>Ig9I?4VoHxF2a;W8@9?EV=SCUe`t 71$n}x2;snZmV%!oI4a$aFRd;rBDbw?SIpPB(jgv4>eOIXdEd`=F4v10?v!M00VZ;{{4f*=Xg9f>MN$woAIun3VY R3(YnWK_4%7B555#ZLq7F?iEG6asrJ;17Tt9&2Smx{L(WjR9A%ub|?j>l9MA3RnOrpLMa>M9`A8(OXgADug~+ucH *0B$&}SNSrSF5y;21Lcp9_eve7q5{zV2-6GW8?ZBtl_dJRjho$y5MJHx?Aia?_=Q|kSOZINz;OJA^sQ4}@I9)g_(8^1IwtllJLcMl4^A8>`m8Q_&+64Wn8*E|Gd mxB86&miNJ;W_(CYg9A{MFyK6|d824lj?V=9+BZ|VXs5v`7e`3?K|8N*;z=Ker);DAymX}mS?k0?f?o9DeP2SQ(x0c7a9l$mbh`H8sIR%>4!dx-Igm1e8#z|F$@Hh$l jweZsQ}OhL|1yqDlXwx>`bC|p1gfL=0~?*S=6+WRFXQ~qV*LoJqc*Pq}qvEL}N95 ?n66(^l*shV*E7o}#_j_Mk;iug2K+D>J&>{w-R0MTIGDUeSv3BkkFD<11o00UbPGQ3mjZBflJE@Xz8`5X@2$4(GS^EUH8a@Jcij_YU&4*9g(C&k P5-tz2{qCTP*5Bd0wCC4JxQqEW707qvFuc=|-qKjB-ljos23%>*cRKf4NS*4wj;>m2pJuh@0dD7Aaqmiud9Wz#Qa yrx~wmniQ*nwhwdmdFkttc!;`TQ#@FK=>rO8VxTo9h?wi+QEyNjhl|Bo~Hfn|V#^f`Ygol`djg(`V&h!+^pF-7$D r%Rim5)jCwh ^O+%q-6P=1Ml!_LgJS+w<1f?a!ERq&A@$(8128Y_a{s4m5$YH_Y|%_OR{+VxE+a`pxdJ0O?DLhBE&`jT3RRBt9^vT`t|s@SQs*FBK@k8JxUt!pVKet_j4SPzsmh?G(46hGqR1AmEM`yXPuR68pFC0`;7jLE=i*NkMUB^- bpiQxezRjFqdAapTb!zhPL^YH(>V6i$&IC~y~BeXaemA^;{x$4kc__XlbX+5k~JmT 9CeM=Az&jz7I6cshy53CPKfCcB;n#qt_gZyhK9l`;C~lfD#!Ky>Mw)H@O*&qSBI2_$$*&k+3|=pz#;mWrW{#dkaf X?5f_{LCp7R^{^|bFdVu<*AJsSRORL?Aj$Bu107T++r*v+)p1(+hAm~H9{k4V?jNxvY4gVT5ZZrNepckv1xiBC}A amn|%gGQgs{RCD-vQ+VfrA?!w7tCWu7=FU@5HJA^CoGl~$^!18g>QKDUE;EFi7w*xWCQ?ugcHP`9F&@z;WH@oR@W DYDK4?ziY=E~NzfdZ{$svG%w5UN{V7jUjQf1#-s Ln<({ouz!muM^nY`r&^31EGmvOk(DA!?e$b^O3mW0vIU7V$>y^*~!L&fznweRI?BgKhOX+92IuNIoOKsj ^@vXnmPGT?GXzLA8Vyvy?3k#!Jd~bQ>rKRH8r#i`Eqqr{2F1dVRW%ci`oWaF@&&)CS@2*;UN7F*DfH-ZMUcvY@aH ~=fF8_`xpUmMEDMf?kgkl^bP?jXTahAmIW4WG8wkmCv2Z-_l_uCvc*7Sbfv&3>G!X@>8eg#GC??s1{}eebh{` uW({STMV?n+Vq7EjGlVsm`FJL#C!LTWmj0L>Up)&SSomo4Jy`q=VR}3fWMPHOALvAiDm{jAkapm_c@?7<{{hFL!M =Gh}g~OXjV&W+odIEUC(~&R2&%AOihTk$X7Z^Pq@7;1TvKAI-!yILsqu6nlQfvV9br0X!E2jdse3$`fD85(bag9h O6gSTSiJL{FHVN>t#q=tY%8Qg#Gx&XzhiGZrV{b`enhuA tPq#imf%G9;w7#u_g@X5_(~XpCN}r!0;wsD?4U=}oi4ZV>)b-i|cnAth4xfX_B+Lrz|IMeVOciEBjakX#`M8qpD?2n9$59e>~9NlB+AIGUXf|b+R|r3T`8S DPRljn#sBgK+g|wt=};&F3z+CK+Ayb6J`*6jx7$>xi8tWUSzs$d1f(Rp%E~GxG^?HEd0lSK2 O-Fg9)pM#q+)vF_x+{*BoMDEmN_5ZxE%kGt${Bsg54c_5IBk^j}sqNElEG9s+MT>2ST>2{X^Po*x}vagaACNf;r5 {HHDsv}qCK}n711fdvo*p5?~!ZW~laLmK+Coh0t-rd8(?H*=SN ~mMy&jM7c^9QE5gUH5j@aNMF2v5p%Al4Xh)QLnmF|u~X*+0j_avpFdQKtQhs)oo{CVt!iePDdd=DPTN+@j@WYX10 C{myWIz>v|S89Dg{~kTkJGE=J%q{QsbZ}2^UvoM$O%Wjr!Dy@>OzCmX{Llht=ef@`&dn0 %VQlSl#_r()PkavHb;A%SP=yt_N1C&q%cGnP!d<5W9&@|=sxmxQq6QaZ0VTjlZW$u*>@*}xFi@Yz@ZX0I9(83he{ T~*a2TLCRK3(Z+@EI7dqA5gEYmw@H+7fl|lBo69uMooDD5=cAR}FjU7-g$9#&?SdCdXIp8t2ZV>E0mZPnMpLt12f }D#oX=AnWz>Sm5drpEDRDt_MvJ3TS5cM&{HE?HsjmI};_BFo5Y&Ot|zg}5AxAwY?3rU>Detk!8-$7E`QSrk7U$65 T97m9Ydv(dl5~kpPQaToHi5JUzs8jG4Xfhsy&zq&LwbvDQiWv^0%yO|Lk|Bx5;nANnmf)UyrPK(ul1GGU);SbUwQnu17KR5$4`Uj@p2*LjY4ER4Q e}@0GjhOkkZPxDx_$U13{*a4O7xKm4AJMPyMSCIf)yc=7h`%jAH~$NN+$ry*?vmfz3+;ukpFHuSg%eMmsJY5zSR@ }-_v_iHfoI+I_WQH+gLGQ|`2m&cBw{P7+L?4gM@qC=vNt{57;-CdUEOCX5Ym^IF4rtBAsg5HSH$AlLO;K(g+8NZ&1mOJs(_vtsyl4MbII#-W^Nf~y$O95_##8Q @wigwgSDWy17F8Njn?MADlYljyTPy%n(tL`+-$S2^S=kdh6oszj)5CgGk}|W$OW-X!Kq%*>o9cQg2o5hlhhOdj+1 Z4QG6Z;7UleLxt%7q%Krp_EhmW|D@Vh`%4!q*cdgjbsUwZZ2(#9*NFo_2bEoFS~i*_u-nE?2Q5hPl*-9WXW23zJ7 WcowE-F8=Ja*2uJ)FmZ_)dC0yA6G<+II +24Mx$rInkm(AF9EEd5PUpNf->ry2|9{}vhxUu~2jjJ;vLQ?Qf96O9F2r2!+S#I&LF=hVvT`Q?qxQ?zL%1V#EgD>SFv p;X;CB}bKcQruQww`t@Z^^LDJ7QWVava#@FBS!^!AYb!4;Un%A;zqYi#vb4H+WxjFwinn?Lj2y0ht;)jXQK7iYR~r8hP)h>@6 aWAK003ZGWmEtF0000000000000&M003-nV_|G%FLQD)OhaEyMN?BjM@3UFP)h>@6aWAK2moMOWmKwH1v*8v005n N0st=n003-nV_|G%FLQD)OhaEyMN?BjM@3UFa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ|uDXcwEKRKYVu`5?BJ^O+ rHYLSiFEg?|I+F`}}Ut`wQMr?(w`E0Q-AA?|%SC<~;AqfD-^W0qg+$u6#G}6u@r )UI&P#dk+C_1NaKy#(>}7mv9PT6JQVE*8xug{2t&HfN8*$fIk5I2Ve^D%kw;MKfv$IWB9Rv4S?4Iei85)z^?%QZ6 3@2cpmGyQJ(QP&$GNXz^?%=%Co*FnfGOYUj@9+z&`qgU42Y7m+i;$@7Ryy_kj8StOI@F1Cwi&?)s3I~btet!tZyY=Vn*S4P%zjp _`53urc=Ci}0oM)2`<#-=`DCgU0hjQLueJJVO69)Dl#`*WP!-4ZMzYga(WB|VjxbNXC@8^eeTz&!ADeXC&c<~ds@l#gV&M<2<2PC1hJe*Tffn=6kbeY?e^`;+

      XF3b_m5< GUpNYV0QjY&h+ne+Cj(}WV*1OE;<(&*6x;p8Q5?Uwjv_v9`U}#*W&@`Io+kYPxU-Z4n33?KF$X0-!0n~IM-xA{KZ gBy_c6@(9l-4X8;@oFUB|Nixno(61;?`ehaSs$cmA=g*LBBoop{*5w~l4LUq6oNrXI)f=rHid$8o*r1#Fl3b{zZT E%W_DK%lwz`QtgB>m1Mi-r#uF=Nrd!zBQQl=Hodp#~n|4KI?eS!`|arzx|JAzNY|wN6I^%?YQN5;@gwv{q^J7@9U nxacu(J1#la{nbK|({^$uD&p(~Ob?%iDSkLuNBz^hniLB2LPGmoAb0XWf(}^74_7jOGr=7_0xEv5my7wX=ro1=dB =8J?zdnih@yJp6Rd`+uCy@7tZhdiI^c@wxmAwtMLroHuu#!FK)?P*|gP&LG`xK9l{FKa==zz?tmdBhO?zo& cOA<8T(ocNSoy;LTZV-{EJmUB5KnpE`^Ay?hqSd+#jbPwH&q^Ll5q-=>|-@y;5!(7+SU=KQ<-Y~t-LXEWb_01g*? H1C^$2#o+7eGcj59_MgePCSSBbW&W?9%l;XD9`SP4dCYHbz&1eNgkOIi`{%avSkK>`M|$^%^H|Oo&IervL2Npo`H#AQ^KAA7?BCrlV EcP6V7g;2V7@nAK)QCPiT8*JfA#{l_f^1sWc)8+`Rx}H@3R*&-USzOzFu`9$L%-f{q_qvFCV**^XT;piASHih~qi -BI4T~2F|;Pc=6MVn9o%gk&az+5!-viMQqP+E@J=QY2Zr0O{G5o!Ag4{T*PtR{bH_DRX|kT8@QP3$+s`TSONYF@I b)3F5x;p?NZX)BQE89d*xE{?;BmldOdX+$2)a7$9bd6*>B$m?2-Pyoc(edAeKn)_kh;|?(<8w_kVuHdDjB?bBt3b AXr!Lr7PHuIajj3_qmekvw&bFyuV#Z{O-Jp^RoXcj^n9UaoxD(D(3&hRqXG#uOc1V;A+l~BLJ@wyt|tHIBN;#!yZ eBXFW?8zTXn|`~FL~-Yx=!Xycu4zQ3`A?S6j=`(dqX2)|BN%f0*tw)ZB$pGm*nz;<;k=l9O#oHv!_Z1?`lna|?ooF_*w=lEQ=+{~xt?EgELbN#r-r2qDfgqz$* d8EO-PrH%*I`c;2(T{I5^1+RyJBx4R{JZ!@j>qjca@?M}k>mLfKw*L3GWisL&3YaPxHtYCi6tzf^sy@K=aJ GZdh?Qh{Y?{y2y`57QYFYn}A*e`3{%J8q=%5`Y7TS;fy04q}8TS;%e@Ee1-fCJJGfHTn#@BfDU%=FtBKX)6);g7d 5zmINXy}o}t@ouNvN#Ew)&UV~(JL5feJNx~E+d1yZJ6Qkq0B1|R?%+DJ=nl#|4+26&_2%5k{<-5$(xWHuWIl86;& ^r6WybF=mVe+~{C?71x>R~+-o^69-c9~w>fI*(-K^JvcXOUzayRks`n%Z=H{Q*8v+8b+mv;~Q`J4BUU)tdw>RB!U JVWN?y_|o4yO;T{bszC%^ZPh{+uXgALq}d=KZ?+SdT~UW52w7AM4$EKkK{G{bqf>pXvPjIo` qj#Lt88Xa662Kl|?j18=yW{MO3*Igi#}$@J^5WIug-CFkR&CcJ4S>18Y6k&-_kL3K0-SB(?>| pu6%^;`Qszxzh8cY{kiS$D3{Lq9n-D&9mhTKDCzm<9wmN{dX)Vz>rvLX1F#qHIP?DAqpbf{kCDHwJjVHcEg+iU{r )kw<5CEVUqicA8u;AfEcg8^M@c8GL??=xOKlXecJh$NC^WG0%9lw`mcPvT{@a&1U!Q)Nc=u00A29hh${D?Xqx^aO-$-v ?1%ycK{rDC90RIknzs%FWV;*8$zWxu+hs|Ck-i&&ccwBsybl~V$NjFY^m3VyXt6WcBeU)<7=-0Ro4ZOzjTlO09=c CuiM^Ad4u<$zj`}Eg2AD?}l^nA=4Z08jQ-tY$L$8B$LUaowD^Wzi1!vMebCgp*1-sHTv=S||lTW@llzx7Ybafknt {rTuWnf|SR60g>Mi*oZ%-eULxZ*jdl@h$f26>pIbz2hz7>%ZP&xovM7Jq6%flHc3J`Z~uVv?7a_&XPbP;@f`Ib% isD#uCr4J rmuXS`TYz~@cVE;p$8`b3ca}=Q0UzIfX4&w_l1Oa9^kOG6Uu*G1SoXoSwQK(j&%~c{;gbx?OH39(0R5tpp3&7298 a!e$2Skn0S}2%liDv52Yf?${`iDG)}32$R5 cT&PT1@AjgNq7@weV>}pc|Kw~;dawGUv>r*`d$P~%Q#LaUSAI=^lTNN==ENmPJG>B2I202LiZQWU_RH);JkYRQ0V d}fWjYaz9aE}55NNfyLM!MJ`X7C>(|gJLU(rBiSuU#=j6y*2{ZlG9Pc3gsywv-G%kp%)s#`d^Vu06F=UC^Lsv^(A7hCAs$}_DD>~wCfzD PS+AZq@9WP>P~SF-<&6du{q-yZFP_ExKbXb*ztTo}^8Gfxj|LPzasr_6r)9unWS+ILe&crKyqFFse9+uoncrc%a$ L^cmHmDHuFUU=T{#b4GU2c8%6|S}SGH&5Y}R|iZ00{_Hs@((Hs@V=Hu2%?*{tVpXEWc24E)n<;@4}lS&t3dIX=zp %y)V_$9bQ2)}sh0a(lI%`0+NN>|<=!k?{5cZ0g{+9@fErJg`4{v3%?{%A2OaF64d<}EO>> AJ+sz?9?Ky|(7R=%NKVlB)**PZOg@Dfh-VP}HS?6QY9)S6G#qJ63V7xc(4SIm@SL~C(ng+V`ql9;y;MI>&Kg`SH0 lxrv=}!{gJjB1cGoky~-^$`01w9UU4ZfMIX2r5L3~61rVgq+jb%I={kVpeC`3nm-hjMFa7c&)^FEE9QS>=i#~nyIaOZ(+*WV80_aAUEr0K6FQ|M)r97r+w_#kwT<9Y%cn* 5RO+h<7fa$iWXC!FG>7lJxhNN3tI`KZ@<%`Y7W0-bb-NN=LCi7n}F{kK%ZEzaXEsH=xKtSN($Xc?~P;FzaJjMe)`(6#GfsXCB5lBmg8{bv5bGWd4J?sj> ngP3?i?LGjJZD@S$fMNBZ%?ah#W*04|d8Jf3u8{Syc`1{8T_%M&;rKRtov9(4liarFsYH~w-0+xLwVnNP!s%>R-T +5fi!t^{m3Dd9oX@;(5R{p6QVCY@_Ph4ua&;130lPfe)2yer_Hc+Z`d(0%8Tr*j=X5pV_I6M!Peo^l4)wKol%dS* i9(lY>M|9pe95-N|Kcoyg5lYpWpT5vY&^(Vla1wYSWf8@?hs2utJxuhf0&tv;8J&*I?`tw-d$IfGaeEEFxqgw-te (b9Axh`yV0qM?907YMW;05G!x4JN)a@fFy?577WBwoFEA;+opqJ+1j)Z-%3^J_0+Irm*ee0}vI^1ENTIH7Xy*8oK hI^bfii%T!&`t{t!CZ0Ve0=^A_RAM8CB2w=De2+9m$F~)yOiaPxQz5*r^`t1_PLDxvF~NX^M T9Q?|(7jTU}0iH~DhThutn``mzaMY~D}4ob|cna?*o!f60E_*6!_upK>@2>!g-1dbl6RK~S1$YDS>UcoWx6HVj>*A$Xvp<$x&3^pd)$F%*max8)mT=zAS;GG4Tf*{AFyF5Lyaw ==CFFBTSiD4TJ>wdt`_fX<(M^|f+@_oNotARE@=MvSvjIh~bkkDOf$uCMpEtw6(lUNObs6c$d&|hTf4q$SzV@|j& )2Wzd`%nJd@b>z74S^J!nMplbsg8KtpP`%U$(!FbTtbmTJ$9;be8NFo^}Jr<*emg_rH2$Lidf|1jLl{e)Mbb?Rfv !O{9afZYJLDcQfhQVK)>1&%BxV+O~pp;Ceua0^UWpaNO>`mGu8jz$?&EbAQ8r{o?Ix$1S&$PTvnG_Hci`o&3O6cd *|tx|8(iK|s;_ef}=?+f+c&*Yw@Ra+Ux-3HUUi>^EL_H|3DO-_3e&dN1eO_V;p}Gxsul;k_Kc;{io)c@m)P(?54F >F+W3v7V>jM|`@(z!wTAEiEEtH($uuXv2(a3>&G8Sm-Gh;Ms8PX1@nb;5n`%|9XyiJmPtd_m0m~Zp%GS{`J =9+0GB1C!aL!uPpa`K(SA~>#tmImc77vvFZiJd+!D6ciLYh-+$+eq#GB%L_Tbk=;r&s*| AX(_y-GTH(5vJdo_m%3IPEpkzuwn~H=lc*<1*rPj&slJ#P7=Mq!)+3PPy`aK-o{)>y3o!i-*0L@Sec?*ZxU9=rzE ##2)x9@=cq*&2emfn|$Q12KK*Ae&B3Cu^V3THs{@|?~uEenHxsJa5A?q>iBhH7Ok4QI8_=tFM^GB@zS|9WM+aGiO`yaEv7Jp27atGi& lHbR~w_85pdidxk?9UfIA^rU4C;Yx1W|7RR?*j^cjRll)i-1BOP6w2A<{?0tU(*tdKL=38r4LZ>{2)N-rxO4V1Y8 a%^L)ExQth%g8J5(2o^hW`dcTlz*GlSob_Sr>IW&AeseJe2fFh5)2q^qZ8A7S(MeYKWac^Basru@B0nZ1%eRG|p@ +mj3%kXu+nAG;|1t|Dc0hE3@8BqH5EtMa4?!P{_9@{Z>{iNde?(4H3zWAl2_bA}jfWkMgyFrrn78|g ?76Hoqx&~0_!9M^?G9Lk#$^82t*6TZ8PU<>Z02Ds+X+RnOQC~?a|I-U7^F0k=99`%A81N0TH~%{8Ir|%gw*d;DJO )HZzi0>76Cx1$c_Y 2NZf!+LYt)I-v0BKWj)Tf4y^KQsw;LH8TDBn{oVh+>GOK4xq>_%Qs{EwO2H$j9mJFrUz_7q{a$zTKMie7yg 9Y|;bC^3vNApElefsrw9RK%w(z?7;Hx0TlZD%noeVHa|?NoP8>w>{EPe0_W|;fMN&mory{1XD*z`dTc+5<8wOTNr Jb4mrDOkPU=3=W>eS?-ot0MlI!Ypw(oI3*&jJ;2K#Hn9h1rr?hPpR vuEze@GW=ZJlKCH=D*y)w{{|aj@p^yyBP3yfLqK=s$BhrT`(S)H(Tz)_I0!||0Qk2_tybMe%y9f(t$&FB|crVE60 7K*-2gZ9s!hf@dLmYrQh3=-j&FA?GCo<`rU|^8|=>S9|Fqy^86ks599Xk9-RN%?8SM1*_W*_dZn$?+`MXU3g }>MlQ236;dy`Jxy*K;$Ux2dCZ?I2N>GTf!F#Vi;SZ?P&oG&~6DCylT^Yce+$N4`_s=U1ST-NLFfWk+80x0X&`aen PIy(kX?AAK~UzPNL!vEisNqWnrot>PY#jd2T`|D>J?^VE$Wt{z_t}}n==KIAxN$<~q7xfaqf1YD~ciuOteB_?{av UxL+z9>o`o5&2>+~gc9sOb->-j%@OqT`}{zO(u`zkk!m`SN!Izgb8szd9XI __0iZ`5sbWzNZ#g-X(w{e_UPQ{CNTJHozYjIqn;mlHO#D^LqOwl`ooIX8Z3bvwv<6lB$nfT4DR9R7vlr1Iqe+c9r eBw#xE;Yv6rVu7AHX@HrFy&noNrp@CnT&-QOJpLn$epva4}<}=^j4D6cE_@()zM~ml^o}4$dr<_ mk#5-=9=DZE-*6%P;#G|FM3i|8qa<_jW()^Kn1ZeQ5#th7k+c?tK<8-8Bms@8$)p?*r!jQ3L;K!rxiI`hR4?Qv-b e)&SenFu?N14shLX0~CF#{rek!n+-$%c|7;AKAyp1sLb;9Vcf%(zpvn19zQG--oIo%;Q16MpR|EJ27WKWeQJ?~L= Sx(AXo1pJ$*8RVk#wdJr<-t0LvK%nV_8xBor>?TNxhtO!av+3 HfJ7f8*cF8f70*e1nnZ^uL;k>YmYW%fz&GxW&h;-n*7PQLd;WsTK-lc&Pu0~MlQW&&T_XrY>@B?kD)YBW=g;T>L6{e*|z-z_m?1zcP%rz;Bv#V4*#bC2s=Y-6FF}y^=h4w +rH4k2ojd_Z$3X45J+d*lKU=FxnpMVCwVvVYErQ$!W`Ftkaq1Cqo&P&o x!Tt#^w4-^Jb?p}XHXTM=3fadIo-=`WEaS2TsDC$@@gFi1C_>h4|;oB0E winMACuqYYdI*Sdy3R~P8DIgGM(kzs68_?GlddRb;wQZ9?uh$^1nqC$@I)2?eZ%h#Q{G&s|C>zu-AtZB>%qc$Uq& 9HcM}_|FG?Kzo^!_eM#Mi4@MIIVzDYl4812@sl0CE}ZRh0gsRZqKrsI37>3doCMRu0`d65xs7aDyERwXHlD`Dr&rXVbjj>94%EJqPc95yN@TT9ibaohRoZdIz&PMpT=9}=e@8S 7(=9}m`z@mAZBh9vWZp7~snLpOy1^2d1 oC%#?md_Ne!`OcVD47>urzaZYQB<)P)Pxg;R$Mf~>Pl!drYn)qW7_b;;k;rXv7>;c62k$L{5fx^Fv&F6ViKNBW0g6waAy;i#fu`z;ZqP9n07$$aijQ6apbEe)R_gv u74)Hq(JITbkOYq%1Z)fU%E8fL^pdG)LP5P(tEIRSe)!>xI_h=8gx$rsoZG(KkihD&_bCWzXtZf-aJImwD`@1InN BA|Fvc;aN#eAQU;JK=1e7nYkiJi&bcs>OAPBLNQt6*!B{$)IiPIZc@=Q0^9eETE9ca^%yT92RT>5ob9{FnR{lC+t Yzquyu+?w(Hu6h3k;4)b|1UHgATe1MpN1FPqF!49RxAjbz$l{Fc+Q)2zco||p?Uw3Np~ pTWuLVbX|Bfe?)d#9Nt}Z1~?~O$9v3q}@Hqvo&wYdTr+~;H7wfAMgiuo x}SZ_*G23MW5R#bi=%F3-~$2Eg&q3XR*WidXnebL>JhOXW82sF7q02Uz2X4$zSY?h7IHS3Hx_H!rqf_$m?kQwiF% }zb{#y2;arNW2^X3cu(WE6mcG`2^ZVuxzgWA_e13Kys5)G2>ZaqImU#Ee(48E`V|q~NGIUBNVAWr?_o(bN729Edh {1^B*LB)+J|2U-o-{!^kr89ez9f_%HNL>zAk=u$l7YkT?zPk^Lzy0Nb@Xqm)jzbr||v}ey8Af2YzCoF$&>bNuD*6 zsvFbrg=UG&-)!l(@&zSI^Fpudk?emJ`3gFiL{~%7yV2L&-Wwz4++|hi%vErG~7x15 }yBL%HPn`|7?%vIleZG=WMnx;j&luIlNCq{OfDx`?}^`^olF+Jlh%HE%E+SC$8w6#18xk=@a2O@Du$@2jX31>h>z 0Wv_jP$@f{n`S{(Iq|LhQ)1MExv-y5#l4lP@Pbp{7#Baqkr;f5;@l{i&_XLme{H`f$QG$LcmL_?=uGjRVT&tQC2>V@ySm@-B0^gQ18GVdnV$RV|nOLM1d^spjb`!X9|^crI;?2i(Ni)>d#erwIo~N9kge5EOw?R6|?M(bl$IMVm}k)P#P-im(vx 0L4}P$w61cl6Qu`!B}f;$)1}^GrHINDvg!G`tX~XT(y2X>L06`bHcjh8Po{%vXLm85MQ##RT97Ve`g}y6Q9vX#I+ xE^gGxD5$rTGt>7dx>n}+sg=KJ_Bn@&mXZGF=t_Nx{vW7{ib->>jFohg;_IW!fmmU5f4EJ+mjdB3aTXPvIgbQY`H KdBzSlCG2UG-O;zPt5F}$&?w=iViD{pIWS{5feu{AZWm>-`Sm(PuN&{tAqGXpYIt!eaC*SsJc&LG`Y>?>ga(adbMOf-}+%M7%P8;N{uX6=3$c>RJ}?RB*3~; WlU&_AOn;-H6`M&uH&4dc%{^enfr5dF8rY0RqGQL6ERC1JOwIOzSbfD1A;R%A*$D1RoyKL-sot{Rz5OP=l}f2~2M0z6q7!m(;1xI7j+9Xa~(84pD6`O&no ?rX;-lj_+8aX4igu|sbUBxYM4@@1~lue=JMHC16so_kWyu+rE|;0LT-OQJ$u6L>CMwSwoRF)WU5%wenE!Fue+L0= el){Sz;PRPj~y7N)^MKLVTTTU6^_0j7~M1q~4%wT%DG{QOs7%r8Qa|Q9aK~>Ma>^(%w|(><%@@tY52s1}S(5Tn6Y^MKt3A4$Ni}pqE(|DARhm%)Y0F4OO;all75Z3)ye~6= O6$^);c}NM$O3jSF5Dy7u4QE ts8AhkQS}GL-DcP>vG8CMu;4y$dtg9&i^Ju^axo+4Ke~mz#bnie3h(i=YKV$S8X3lJsQYCp>;x*5l>C}`>09{wws py<)0G~n>782i;D|h9kbBk58in5SKEQ5BDaF%s0XfhO78*^PCJ_BKkvzTSdsK}xYjz%bxAzw(HFZRpF6xL`N?V6= ;s$dt!C4B@vR1SQXXF=j*-7~=AP_sYO_OhvW{+`}tqEy|&ten$dvjRv(COXaGRR=b$Ok3AE7v`c&Qv1e>auLs YJS9y9XyoYJd6_{4OWL~|u8q1<1}SxwPlU=54FoUTkcYnHO2v=%j-F9fi5I#m2VG%%wnY)!)aBTj@xWlS+mvJk1z*6;3dqNKi3^*{QQ(N$_!ArC3sQ8q||bk{J4MdJ{`_%FR9W$m*wGA uE0wR9$>Sh9~0>)a_{% L5?4z-M8BmAZ1ECRj$n{}iLjr%QfWC$=>3Kj9Tv)@pbKZ%`#IL#)#MfLRH{RXIE4nidmS(IuaumERd)!;}8*HtWZ=X!*dk1?E>>xM%&9GT|c q~wXLPH$1rn1lo))PqGk7buwynbwlFC6EOUt&rgenLAdm4pBzmiV);38)*y(xTT7=veWNYUfamxvUYZ>HboaAGYs fsSynTJ9?Vy87=<2fn%1WvxdU0tGGpzEWVkZ3)=1x`yD?#_Qc_C#Ib)>2K@oK#2pa=w&!!0+j!@Pk3W>_;`DNhFJ Y5J{LLf{6SQo#$Vllq{V%QPUDU1B%1ekj!JwH><`IP} (2g|vN@NRLga%K@MevT}XN}#P~Eu{3tMhV-f>Ww~)EzD!4tE*Thzgg5CNm}U$Z +)Xd6{sHaZYVguiqsa#&(%ZVdZq43+o5+UPliZ&qtO6nH$VPlU9v7ll*N&8$w<-p2HLy>||k5gAhfD(s8vPd59iJ 52f_JCBKJjbvXk*sSl_UG-;)C1yGAZ#7{are+O`oMaH@Lc+|;?iHv9YU|rCOp^hLM>DC<8sl#ccghIG{E$|F%aTS an(1Zew5t{}t6@e_VLUBTEa72KpyVaW2=L^t{q2y{PkxCe*G;lxFK-kR`KN{ZA&ea~_OO;U-!Cz?&x*Wn|xmaqJ> R{0?RKe@c38!BCQUB8qIOWjX-8@AC~V#KmOu%_RYCc3^i?F)h^|uDsK@D$DGgf;Fg EM*Vl^lgXSZ `g^;vADry|`2gx31=)`%IZJCZG))ejpL(kT^2i}OU*?Is(ZEt-sMO&qmJA!`W!;LeYeDxDlcae74Q8YwShbkFQPS n^GE*rq77Abh42EmK-mv>C4a>^HmG=vzyggaqAPtBSOgK}7bb6k9AZ=*6%}=VA!Jp!#TCc4O9ED*)j$$YJShis?~ RMeX+oaY4-?z4f-CwDvY~&8)72$byi%k2Z8Ec64jUHJxgpprqVT+3%_5Mdwi{7MgRF45(*re_f#ql}2YnD#|y8gh oq+s@okLr!uA-3ha@-Eh?q4W=6P;BSWSw%oWf%9NAbs?1r1IjI%g~jqEDsb@xb_%*HqlhP+>?WOgb++CyeL+-NkM F%@2wOj#D5h##KO?Pzs{xi;GuwSu~Kn+nG=^#=Tk?rCJAUA#e?fd<#nFf61Pyb3>ZkJCv=(H9Jwsb{R%PQM2{OH0 ()NU*Jkf}z%aFwW@`A1eHWTH0l)4t`3VWRr|kS#xCj!cyv?tfU&ewK$?Ln+bZyu3^Qa?6ktVvE){kt9n>LT~nRz( GePg90}ViM6RSX1EOQDl=nl;Wnk2s)Z?TgWQ-J(!hDt?ouZU7R{t_cpUQ9$zx#{jc|iA!$~Y5MptY(fD>J0x6hGQ (QLN2?A)+Ac)QH2CQ>k@N<@OZ&w2{%qKmp??o3MjN#4Px+b(?cCMOH54dW0#dGooe}pis$RKBz&!V7<55v#Edx7p zQZk-OC!-XO6XgY@tQQO-67VMr5#L?sah&E;FVVR!=su1sOB5I_}ef<}!p5Hw~*ZL3Max|HQzp?p?b0adgjk7mTM 3Vs%#gE1PPHc#8PG5ivabfeOC)T#&)7yAZ+GFSL@#CZ0=lT5|u3fs_VxCc}kqa}GrUC~lZma=V8b82`)9xb#1bz- Ck#Sl6q*sXo%%+bamzVd@Q#3D!SiHC~}P7-8e==X9^nG2CsnkHi>)d)kpnr@bU2VaY2NP^5$6sZ@FDs4$Oi!@7|0 D9T*xds`4Rbdbt++<4Ez%h-1lWNT1RAWpkX}a!qk|U@YKyHL;4F}a)ni7C5C}btjJh>739kqbrDk7}SDilBCkhKf{ozzW5=MhA`{{=HO6HgeglFB8N(Ag5AB$3(G-9jDa_z`x9u&9FwZC#D5yXf*qkTW}_*PaUd!BOS7^DLq;z h`d`>mpmKV6waQ}2Kyu^oIMUojy8xWfgws}txgWlAdWudQ}nGq+m!;H;0L-iC`HhZAaj~P^e+OXfzFHw3||*^UvI {>=y4^jmb$U$`%ZL9I$`_~6GU2WX^|&k&b$$mMC+0V%p)6b#N=XOQ}AKIymVir(npz@9xOEWvow2+zDuBq)t3tbq yFqH7w4(P3EBF5uCpv^y1*MT-OrcszX%7qFFOG}G-5_iLAWnnFgZiK5z#U>Vy1K)CY;oM7r$TIwhI^n{9p7&%-RV *(OQN()oq|s-iWqHZ>}$D`{Iq*wVFf1**-8Y=+&%d8+A3CY0Iq*=kC6SLc#^CqBGhv^4LBvS7M|x);+Ce2SSW2Jv lR=#dJXEpTItxQ$n{$5xe)wUfk}*GLUV=o~UR8cw*Us?g_UC(q)h`G;cJC5TMc>Kuj+F4{~j%lX*8YZnT|nUKk)iM@XPVY=BjwY0m0QQD%v4r66)b+WyBk84vg4xN6-$b$YtsW={J=M@L+c3}oY5C1T71B^qHtvkEj8QA-SJR#kviU5jwqz1%WU+f LnGcrjdWbHN@dACf7L-mr$F)^tt&tOA^1t?r=@U;afnzzjV-@K3l`7J7-HDsg?jSW=eGX>N$%xqn7KVb*Acg*mJ?Lvfm;g*N m$hm1%`A`Za-B7I*ixiH1hf@!u&2YEObzG4?Za7)?dotxL$f7c5cDqeSP}-ImTp`fDmNo8*K~0Kv$0TVvcQ50`tLCbSxQBQ~(Sye06vRrpKishb+n964VxB6i9Lt}el%7R>XN3ob!_BCU7#@&VvWgMfX+F^3Fm#l<_f1I3l`>tS> R#bFG345g 3Mk~(VEUNth)(dtxvvMgg*&8>x#W)a%;MO`{Xj{->wx-X%Nxr|1y?n8z)(AFy3Id9^W7BTAc{MvnfXA(PcyRoE9I*_Jz8qKW@7GcB{9(mHi7YwxV7nByBSh`#W9H ~2vexxPX2$6VNE%P8Uz=NBoiCRqjLl*S8+a83kHp1SRPrbh~z6<1A}Hox*@Vz?RHG$8beekFFJ_tO#g47OVk05*0 0m*qN6oFt}NjEv|Z6(&Q-+Fxl(MY!&{Mjhs%y`rns8{JJ>3OyoJe`QQh-rbw}y{8v|i%(P#%2?PvzEH9O7*<|^Un (fTCZwx~0Jf!zoAUl~6pfCMu$Q>ZE{ElX}DsDE^aiZ$wIjkw1Qtg<7F+bW?%O_3fEUEj%T@|oFq8 -@psl2fQsm5l5@xZ=J!fMIqe!*eJ+!QkxDhJ?Ek9%R@waLuwq>o|Rp4GS#fQkuz8N2$!UyMApyQ{~Y {3B!%%b+&Y4Zi7qB=8a{jF=4N8N~um!7ugn@m)X>g=Mip@6?JK;H4-;=;i*(8!m4Crbq6}S#2>p!NFK~CQ-+|k23 BBo%a^bqlBfPVC1GXF0u^P)u}n5>?r0$|bH~`?eX+Cejv3_vy}`_8bC|pN0e25uBDfZNT86dF2+NUBQB6j+zv&qT 9>tKM6XhmGwVQk95z)*QazU@JyGFFuDf^f^+Pq%p5W%LRGxfXXbru(pcbB*lC@L|>Sk<+43=5GREG#R+%*vU+h8{ Vg+t{QV|M5d;p+RoLfG;|sku|Cf!0R9=Fk@h Udt5B2=6N36NCJY*K{{V7s;!<<-zu2{YhQweu#FDrP}gM=iuMIXbQ#qDiQDp+xDZ gsgxCS=N_vXsIc}95wBXnL5fxja>!b2RcgO~ZIT ~$`b$LDAQtVg7cl4aF?5gc8=#%7Y&z=M^MqY`zldD-3-8^gZ67`aMRKl c|R+G4QRx1@Us5D}9Hws+BpV3v^I2DNq&PeA7V*DgbuCJtWT2_r&|-V5$x0@5)7;Sw)*HMl04cuFceG&WLLx*zib9#Zew3h?&t)B sgB(OX#vyQ`GjVAk-3I*ECp9+5lbGhqw2`H@+$SQS%YeBjij)QlrVS6AbeNcBF)N&(K|zj_fQWZ1J9&r4dg!EaJoeQFk= dB|L&uQSA!%vh7xe2SGC1@q*HlY(7}CE21r(X~~lz+~YlWHO;Ue8E3+CNx}f&8j)XBni)*rFGe+UP;(WqTmT_C(LSRS?%eeuaHQv)U{6(Jax~owuGtI$d`(!$7HK R-#AR@e(Hjn9Aj?u`@fNM{1B1diL&&bI=#SgUQ^NIv9*UKqJl#W*JtStuHe>rMWlpvqXE}?bPvF=z{c8KF@ouJRi vLB*Wl0nDxFa8qf}1nW!bH=ojjOdEj{}WHHV_;a{5yat6*ffD+eZz3PIx$%+BD3g^L=gEwD$7DOc!LpKxC)F*)@x S+&HgO5w@Gp>1+nH452cdStp>EULSxa!YD941;SM}2rFmlLfPU Z$ckt?)PsG*K!nTK|64qvh3laq0z)XL(J+w^}Bvr06Lr*GsITOuwrGA;DVBzuk@E}K6$I!MTk`BT%xGKQ+oK|Qde{8A)IMO*dCV~Zw+^;=pH&VD`^>w9Td?H@sM-EsPinVIUizVHIq;K1w0iCGKGi CQ_?v*FQW4ughV!t*rW9sl9aA-VX=eGF#3zIIuIK_@=N8a<0+ZQaw_VGTDODMa?cuL2H)ZLsm8c6;_+c`wr|CF3=KzuKQ@gAsN^Y5mu=AAD3pZGdKL+beqP|wf-P<1QFec2+mwqY~=W18YMZCG8JwC0!LPPq0BZ) aZVr|6Zd1RDMJG(3NTM_OLsVrdkh~hEbV&ex*T&L@Jl !;R6j#hm6!bj@+)rc~52oME_TQb6NhQV!SpM;j&VX$i|Q#X(&ApitDa7~s@vzv5{@MpizI+yc@50f6lYm1*4tL*tT z*#JkT?0l21*dn5HvaSQ$y%Zgk*4rzs0cMYT-Sx$6vS=E@>nI%8w$5;Z_>3`@UUy8|Ot(UDxeZ0jV7;-Om<#c4(Eg?=dbYTQw>eHVp-d2Tf@2p!T1F6Kcp^3En)cZ63p$IOjpHd TL@Jj~o|rb}sMvBq?5XCk#gT}*IwBkD2PHnglK7243AcAnsvHqo1=#CJ?OqKwn*DGM`F&W_2n=m5s*!nE?e>Xy$) R=I*>DJq_XY%+>SG1q5Wg-TiuCZ%VogD#;B5~NnQ#VAPhdb(0{i2`ilB4em%4p1QH82R$1PshLJnKSu+b9*};^lj !$dG=M+7@dStPnjVC1vMBXCOJmiG++GMWmO4foC;F1Du{2%=)`o$VfPiQboAFN%&aEiwjDT#x3Jo>LWSdG6LBpdT o-Q0~?uGr0Q$2=ljcY(7(lhGGYnxyCTVkJ_;Qp(S<2t8$x3-mx_s2npJvg*v-n4ZyYz23p{LD^`(bh$d|rpSOTV} wtRrelRMc$e55SASTmV|on&iuxe3^}(JQJ5x{d}<`yr$h_Hx#zZ-Me1hmN_uTOq=*2C%X@qi4|hV+SBN? da5E923F`JxecqYSN0KT;UB$Zg7|fs;mcJWf0{`nSyRxZL=Kh^pfGB2lc7JErbabJ9^TRKlP(CJy kSH&+T>m$anA9s1~_x;DLD~TTCAEBChLa)Sqm%_46rK7wt)($T0Ko=OM17#fuRHLh>kTkv &?3QPkwU=b59o(<5k~olLg`$oyxx%&dL-K!7yRfI#4gy*&mbJ3o7UbF?}^DqGKtcArfTtL0bi_wp^cQUAx5`w>D6 iOm2H{5{2J&5)UDt3jbI?TFsYGp-WBi!bR@K5(h#u#yT44Cvki$wjbIfZ3DYjwj$we8)(Zl>9RI-H(4{A^c>3y(8 ;N!jhI<0IflkIQekdv*C>h9fxh+K9kMEsBS^N1j-BZjNrppRM!FHqsic;4J54F<+U)qaj0)97K}_VuZlc&-<0dfT F&u|Gv{-BPLd{gPsa=%);*gcmCt>!zohEua$C?yE{wbh$B5&uR8ewPP{Xy(jx= =%jPlPBwcd+up~Ja7+daL5;**lHX{=g`l9g3Pg#tzEOBk?}Of~5!()(8ClpX7v{V NCV&i`H!~N=DdJ4Q7pD`0T+o^j_YB8sJuuDWJr9}AP7#DM>V(9EiK~J}Zx>M^?V@NEk~KSWW}j@(<|pF!%P-QQjD9K8n;K>l`J95S7G@;9q+Uy;5A>!*b2gVgmp~e-B shLMhKKCvdZV-opl99-bS;%T+St{HjgOJ)Ym?bRavbPzL+tBVy_S*1uyOvSva9CY!=HjAQW_~f3Wj#Cn-VCH>$5S &9ASgPU-IlZ8lncui>1GyhehLrY;s4hep3?d(BbLV8xW1APQ~uW)+M!P@h)kEV!>2RP4n^=6WOLkHtzdLwmfzb~>x^b8j8A7s4X|dJRytHySj BXNQbow_Q_JC!tejmNmEW)b9>RuF}?tJohKWd6wOLR^zEyNR45YN5kw){H9aKx7VR>p()oUaPc-Eb=XWRhAC1X`NW}Fk^3;X>}5qKc~g^#@3%F45YrEGicB6WXyK jVTDEdkZlK&fQ!ehMQLJ9T3&Yre`9b^SurisnNJ%<-d2u6*wt>!1>sVx1gijCNriokEkbdX@uZEvxUVuwPOWR3#9 ~)wEzQ*7i@6Ve=$uD4wTMwvfojDkY)loPd!e^_rnQTK16j6QE@e&vg?<1UZfJuIgo?4G8o^OKE ;^#(6kr*V(uf+*2$#~ju8ZT=r;6*?iK3fWTxz&p$});7&;Qxkw!c;pX=14fl@d7C2)B*aW@l0Ut}vcvQ}_Dgr;R~ Aa%`prBiNyYcLVrq2g?%M@x^SRz!1-^w^-?t(!d?fNm?3L2IjZBIlmhiJZ-a@mzk79nYxNOf}HEkC3_WJ8~ip~9s>r@J@=Gvx7$NWaxEgGh8cX`(1 ucn1*OaTf(T~aSxESrcz|VT2sRttjF3^YBzIr@$d%gur`&NP|fCw5|oh#2~oCLLKM#+ozIS3KiCrpvukgQip&i_X ?u#|Q=`Q*ZZ`?kYiRTs_jswgR`W3v+DBN%zxG_;njdlqv#jxOFevLaJ%$%$XdJ)SX7vAzql2&->g!-oCH~t-17}A T=8>LN11WWex>%}KR5(@C9aJ;bP`Ufg%BYhd3=DSUMeif@Y8jzeOcdw^2?UGnk EDxa#bbGrel0bTpZ`vV(hqlwKA784fU)CtO)6-%z6v_s5jE3mTug0d`y3r8Xc!*+#oU26SP#EFt4)qtj)+gOy)(V |?spu<`#diH0|Kq9nX%&@CN%we|ti<6x4E7j48S?&>$N^#K9+(QrAPN8ps%VMkns7Wh*B|3ew~wP&F;zDEOYMV=#oEOTFTBZ6<(gIof>F`|vK |05(DFj|esfuGtN*J7HAzg2!c*#;kL{{{H@!xP!k`%9?SfY*ic&m#aHtlv&NTy_Jyy8)u7_t$3 MAzZ#!PKS>+%5;$SzMp)vW|MFx=Y8-S!w|lp!$$q>nM&J+#{1}_Zi4YcRA)na=OxFHZYizZLpGSjR|| Bo5Y;|sAFPWe<^X&(wSD6GQ5ebPWq5-3zM4_N%td~o3-)HVQ-YVM`f){^lQ}6Xtj;5ZSHg&yO?u^#*o(N;T&&#cE `!56I^579ri_}4pp%@7i|eeC;W4@&Qmpt-9^OdA{T2 ZDGXgdB6K)_4%HhKF9eb3$FtcyF%fz+=I+N7fbHR^zk_%xAmrTa)QQ*K#wt8s+*GZiSlb8Z3$Jj-R-iK4r$#^hg1 dV#1KzbP(zzy^e`qM|7{zr4NHVV7;*84u^t8H@7HwJnJIO!2c#}4=%MPptpE1M%t8uoe23>lYa6P@IoPJSKt-eRA)(MrL&y>`s wO{EMd06b}{jRE>)xwmk1ag(7x*nDVlO7NU>haf#UE-5Aa{3_mXlIRMcd4-`7R9Ywndd0nqU1s%HfT!Ql${luf}C FWs#|ZJ;>A&rGs{RkbhjppQvLhujG`}QL(>$q9;X$7u1k*RZ?_NZzJ0|g7CGJuQ*b{%JmbI$M5KpDTm~Pi5k98 IOiVc3YFT*3Vt4namEce((el+qc8v=DcdAoULY?Z&Zkw5&T2)qds#u|Y8r=x}68~RMCc~D_4Lzl2;6nV@EBF0$V=TKeR0O(tuXeRn~$-mHSE D4q4-$`I0|8uOl%$Bz~wh(Xkr*w(gf3_Y!dg>m-j63 ?X4qkHZ8Ahj{q}jxtIfa~vfS*2L96J@q946+3DH9!Au!moI?-V>`9M8D4bJnjQz1ZTv#Kn}a0sDu$N!Jb1<$w B&-&nxzuA#|aPA)p~1)uWQzLWXOXm)pD-pj7i`-LtF2Hj?dCBDj%_LLT#7km2p#L3IqL_0p=TuVj>mlZJ#9sRKzE O9Km5`fzez>Hu`$1nK?v`4R~G~c-ZCJ;jCxZ2p(0R8qIuFeSsVb$kq6>)ib~K8CvEpVw^oq;3_Sw=(Z+m3zL&o$g cKA*}*fW?yH2}scerz42+E{HOZV93DP30mxnjQKFiW($R*@1FtISxv>g%pv ^)rrPbY{rfINRm7TrITLM5!Z{(1&0=nl*7znN+>#g%`wA@6?)JxG1HGbTi4EJnt|{%GI-8Eo&6-(|wVK*;w6J+>? 52e=szKjQn)1#%-wUMhHWU_V2*LLK9~x7OVi3^;x5_5Gv%lVG-V-OIeH%H%0Yn)f(>kI5!y^wmK>KKgE5c>b0XhJ aCl$oz@3Rmdl+rx-i5kvcior+9EBdV`)wwL`F$5H&&T7&|Fhr>YfLPd>yAI)s&yMs%foAQ0%Vs^SD8{Jl3+Bs)M# ;<>0csHjHjG%jgj6Hjlja=cJzMbzjK_?nRrrjg`bW=znUtml;qGVLo-=-pPD^?>J&hKfSS $N77nz4$v0VgqyaEa@sD=cYN^2@5dbo(6vAgY3Q7l_EUYK-ktI?a;MMAk)+2Rf}TOI3Nhrtf7&N0eYFvN5=V%b#9 dC-*(=}m_Ro5lyV;t*Kv5o;dJ+fEgkLa8lwdNB JiPLB{rH%aAeOJgjPmWT*#W-5lJfR?6)I#p?qqP;qPY{<1>5~*^QI|+i@je<)i!^kGc9;b*bOvTQL!J`|4@L4Xp? +`n-@Uj8Nf{Z6TW4^%nR#Ofw&ul3H;~+oqy7o+?3N0Cf%kew=crc#VuFV{Xe`Kiimrw(tGScCFIsSsC(#l&? wjBrqwg$nQAs?N|jJ-iKojA;lM%F?)mJeFCWf5d~x52b-XxqteNx5)omMSuMrv0lwwDl`JvV_)1G-6S@thK2< $=DRSO;%nAj9L&LPTwLl7>JLi7F54;?O_3GX+l0I6qRCXb;(_HDG|FQcH26$nj($`m{2a3%Id4ClqtxLHb1Ce@#a 9z#u{vnBaLv1t-^2D+%MZCVYEx*s}RM`@s>x_8=Ivqa?wLQD_~uqRSJ@uCCXfibg6C%k5$t@P(#ri#G-`~*yc{_s 3oM&;#;G=H`iTJ*BV+Ez)6*Io&odxfuND%r`oS*X+|;BlHQ#zY@#X*av+p;=!1H=H@%nlyM=FzI?v&+!x`6WJt=W `vq~*`dekqL-RBZ43(KG@086=mcSTxNG)RM*I~qN`LOM?jMpY-o5AEBp;+U^PuzrZ`GJDDnQb)C{O%hd9cXw3Nm>7<4M&YUI44J=E|x=eE`t%i&*|s7 x#;{1eH7Vz)+lNybPbMbt|fQ%`f+tR2QAcO&{%Bfj3OI-bCO6|yP6DZvI}bSGkHn2Yv%VJ{9To%Tw;c+NNYH6W4s z&&a9k)dLb()%BbgbvJ-e@r+RbR+NR8&G@*TpH>VIdZy%sM_R;&IJst4OiOL%eih7e&hza-#FH5ow;MOJ^sd41~;c?YZ+ @bWvwZIy`Exx->n+;9Qp(6{Z!A-`qUB;WLQ_tIx}AnA(jG9`yb6s8js>(PuHri!LN}G8G-Oqxy{%sNV+H!?*$%{D Fsrqi~E^rCQ*feZ~&Z?G$G%Fs4Xebfo07D+!vyiu%8wx{9kvTk<|{;%E|o5Ra^(+zrIcB5U}X(v_V@>gUn-rrSYMlZL0*)KyFuvo_upYqw9EsD R^HAHHOBJrBYY)tw1?-(!H49!6~VZG*r=9a^Q_`A_})H{M5cMPB#CB~y#-thJHEcUDsketZ9MGa=Gj9xXyho%`x-!Ks!l*L;`D4UMV}8Im01ZpjT@T$gV}Z4nt*LNR$ee|y`9qnW4Vgy vt1^MO=@q+Z^ctsgCa(si#sM7)&t=pPTc@h@v65xvR!|mh8iTA;ae@x~?-P0xDUEfRiM*CZ-Wt*K*=iRF(9S*>gY ?X8Q|4#^`yR(R{GYdIeA(|&S;t=>Dh|~M%4lnnI^XPh4127|Tn5SW7yt1Yi#bNf3i7HYZO}6wDkEjG `-)f^?!x`o<4qeqO+Yf4Ki5SePd&>1hab6F2~Pky3U@>MulLPOJv0!&!ji~|sd9 tdx}4^wYKbf6Kl@?jS#_L)=WI^F$_r^_0lMhOmn^ykOb*qHC(5wtaP-%6-Nxje%dCoTa w*daqQNdp&>tHCJOgex3h|RWWyo{YN#49WPQtjL_M6lzbS_aTz}xglQuKBL*HgFIno{imZ_kAzjD! ~6v}`UV`tw``Ay5QnQkOQBMMvm7gedCtx3Kx->OP3nuS=jjSBs!$da;2UZ98zJY(Ifh@5M;+@^lrU@NbMdNFN l^e=V*wZ52?DC7L&=`Gt%gF>Am0a&T=n6sIxsGsY3@9sx62#B4N?-L*O-cRMx*mRM$FZ$1$G)-z_c;S)%%d17EjL {i%hfK(<8i+doi)_W7A|?!R5G<;+4IhRJ)Vi|O{7=#JQr@h~6%L4v~61g!EujU#JZS-b{#1+jII{|fp+ZZl&o^#8H8dSj#2U|=i>!&t55SgcHAiMwMJX ~*W|0{O~V^2uX~z+(l0$9iUGW$?kG$*V6%;B107Z|(K?b8^`b^K%(cXIIErj%dnYSq2uu!qCP+8RI$(=icEO-R(EE~U2kvDp?j@ _DPWSfm{pf#;Nwo9l!r!59Gak3$QuWHmi9y=zyedmW!ub(_==B8Phy!O!Ju0>CxM? jvll5DEy_w&31FNFWj15b=Ioo4UJ;Yzhvgz@c*P bxK4txWH+T4%zSeZRU+zR#q{lVL<_-F(aeQj#jG0rSwvBEXm72s&xMsP|tTipS0*wUK&K1TgqXtoW`#Bv`o41YPN sX}#HOs|-S+#!Mwlh~r?a{omPS;W<+bmbep|{-DZ_zwztMurtTSsrr*6-15lqS;hFlD-dYO1YAcW=4%cH3;X)s~s gZAN9c-eQaF=q(0hhj^YbBqmP4@5^NP*X-5;u)OxaQ%-5C0smlEsptvP{c(J$#xZJ?P=ZlI(_6D-h){d|n}+Z$R2r w+=3-ytEZ2i2>8cg@d@#P;lE#0_S(Icd=(0r02n&^NbuIFijyhDkU;A=-ZI??a7pAplsJjj%YJHGm&=N^04Qi4C4CW3(Wp ?#x(MSVJwC90-sfQ0|x9e9+w9?NWc+RQ|bxaRkwdC0Y&qDr+LxLaINWsLC+M+Nh8j4wFn_f5jl;nS^VvWov?G5c? Q(P-BqBMThrP{GVOo`yyrPo@iH(n6`B<)V*g+cj0?R{-?9M_fJe8#WnIMEic9t=%-H?<2fR7D$mH|2c|8VKS=RvfAkPN@}%|C+!Y!9Cclh*XI4+K>Z6B B7@N~gn`fi;ct>MRThcD|pgxElI#hQ+v#GjjwD?a(VNK*Kbyq2Z+CA7MY?5&i$du#b7LK;||e=s;3%KVStU-D{jT4Pz|ANoeI+d|W#CVi?{FqDqO1XOJ&b6>1@Nk>-Gtofz_GmkVw+tWB$Ke8$t+5;8WeX T14eUcJmo8c2AtWNbWJnz@{af}uQAFuG*I>5P@4gS#7SJiJH2i&LD8ZYH3;|-&qMndo*&NA`!joog1&Fz0WHIL1FbFU*l~D dXf=rEhoS$w@Q7{b?in=resTiE_46ReUhMWE%W7P+{r2h`TbR+$l{ihG_1*e_&b+Y1zYJ%0FD{QmXTn^4jtXwy;% @cbs(sKtZU3SD7|v;YWm(j?9`IPs4#sfM!dZQUj|~p7+#-5gjLnw7 NybBww4NFUjKzBxb632FbD32=I1*6TWW{MBqZn449E{I{ph7Wt5Ofu27LTA*)>QD+BY2lRZ1SML7Q48GM>;l)BS6 Z_whSStBTXDd|2^<*58~=Tgrs_Kw>t#QhC1!bvkDIUCsDqNiXlP)4kvwr*5z^i6gv|RvLQcXf+7K)!P>Q;nmL9NVPEhf s^>RSRFRg1)wid|Hp{XB}+0o0St%&QWW*zSE;ETA9#650=H(@t_IiM^s8Mm7sb0#s3VtHt(X{Lj)5PC}4; AJEpVU^fO0>4W~lPufqGMC+}wss6hWw=hb_ai6y>sGnreH7MtBxh;ZOO}Z)G6tumsaBqMn`T-p2yhm~NE7VR^hui T|ulmFGCtIm#CwU4mtVLK?;CO+lI^iWFA~QKN(FSGv3G{-7)z;^{Q4XT=Jq`wa_!g}fS}tLp6Se*mR3cdcfF9-GXZJq=Sa!c*;Ix$mFa-&{#lb9N}y%JjtXW~2WYywQjwG &AMw<4E&akgC-n_6=+)^N6_KZz&Z0cY)Z1kU``&2?~l*zeY7@VFC00i_K-&>$XWOY_as=Sq?6J+!zj`5j7D>9&eI ^pzJwJ9JBVJBTZFkdV(DUzJLp9emM||zWXXnU0{w>#YMI{X695Tw%I_T9mO<3j3uxG4ucKFzoYF>T2bz8ajh#{Ui9AM@)Pnb{ek_BXe<)%f9X~Lby;Lo#cwqdX_^Z+5YTZcjcuqz4XYrT l{eTHTBj>)-B9*U*{K@?j-e(0OJeyrBwyDf8t;t8qR?dD|ye`1PJE37F8H>KhI_~KqdJ{?20z+n3w#HuO$#@Eid! huXF+%B+_Bk<<$wZxYG>GPnE5V(;G1w%cCE}IhM*~MRS_#J>uEs3-*!<9M(Xi7m6;FlPuzy%kvs3cRx_$PD`!1$ZHt0G^ nrf*8Xc4QZ4pG|oYtWeLsU7&14|ETlLKi$acQM9-Sqdxt2o-55u;U{1c7X5j=ie6w5F`D+IC1TCdK)Zauo-lZe$h $e0a8!9Nd7c?y)SMU7ZyTR=DM@5;A0Y07C_b5ipSZqerqpV@o7#-8wt-i8VnLAyf`a-67z<96Tx)ER=7a6)wLnqc MV+$U|15upHbWE}eEPcK{u<6)XjdL~DVKcwq(Ih!QDH#_Cxj@FKKtq4KT@ezj;mxH(R^T8`!m! UX2apW!kc76fzM{=YN0__DQB{C7cG^89`?5ieaDoa(bnYF 9&!GbWA!hl(5PhE!gB###-WhSlZ!Dk`1Wz?EXs{4m_;sVQ`tAC}3Wo|PaXUP@Z%u_ B~O*wZtl(-MF3IsL#RQ7^s0as}nZ$dqr{EVk9hww2Xw3WQeLo&wmF5+v=@77Ej{xV9dI6yQF)(9rm>WIQ{5fG&Uz eO80_91Kz?JpY;KB@+pJVEC^`9kxULP6g(F1u_=?t~SzU=;%gdnEA@^kaL0pn`IMmT5Ev#WtOwkz0x;D&4_(Rah& mm;Rc3Re1-Lhv_ux9bq{shgi7x5RRhzh+M%fEumC20cCW~D6DAIV~hpCy}@huI6HP`-Zm5gM3Q}n!Vqzs3oj{Sb> zJ&>!)V8+KCctsU8Xn)C8Q33m7Sfu-ND6i61ZHtGx48HVOu}?^oOmI*fhq@0?rq2z{iF`5eNVh;y*%4oufpes`4nyH&jKk%qH$dzhyTOhE2AkoSER-LYx(~HQg^x)*Pvi;O>Gno|wfmgre+*c=@Xc >MiGxTy7|I2_O@vSXQ?SxtboPoPQ|Wjt*$cdq#Ask^Ho`5S5BCA95&Vn0s8OQ=@1c1XNVT5;oM(~@$2c7hLfNJR5 #+1$mJ9mmou_RHDl3d@#opQmw?Y-)0C5&!oxHDLNo0RjjfW?NIb|(=d$JVW*@iS%V#^@(moN+9JI7 Ab0S1?QHMdkChUwa=(TtkE^Iv+AWGS5e{R1z(LB_IdmySd?~nI=0g9yNud62!(LfKK5Mpo8-;pyugt0@O`KN{xoJ !#^Auag0GeStaTY2i&tZ$7SIOci7hcKuj{L8LfaRDlfeixd+fzW3{^-{~MkMid~Y(h`yikFoR|(dBT7U6J`2uB(N69AvIY_q>?cY#eNe B&>Ng{3{`{PoJ@Lz5im;;&Qt9xM!3uvG?E=hqXvA@AqC3AHsDuRL3GSC =x2G4p-|gq8HSnT2`6Y^=;c?eM$IGgrbV6`8)>HGU^Sj6Y)74QME%bBqAZT917}X)lg5rq26urC7R3%G6N0rFm6`*l4JP8;#jI{>a~M6ko+4 Q>jx6Q~2yA^Sjz6GjEsq|q7FC7~Nn;YAMk9Gm~NW(yHIoY`%4ei$+Sm63*J(ANyzK=$aEvAh!tXylbNLm%=*=E^` ye7v&w?%HZ#c$Ke)QuAXlNBPij$-5g%HzdO;-2PUesOi50bD^KX0g%fAX*rV1{>#>*{<5{3Ks~;JPXZEw%l(hv6( ZRy_={w!_dkNZ*>~{v=ITxJ>-w#qT@Pu_)VhQ}j~Tv)Z*@HoC*aF$+*u1vhIi;~<-@< 1=A(G43J}+AGWW)aDE3VT*>ldJWh2sSVb8PDhw#9$t_g%TprD*z227VgMu*wz%Z_8tXQay&=`>!>G${A2l7>5C(c >N3X(n8<#cKGA=tJj!($BU4!AY7#Um^f-Uaptw`5BO2MlxKuqxZaNuC8>E_)?ZB_2%_`VHaN2R$yV nZ(?X!O4#@ekQZ(z*_77^N=r@Rkv;&^igUhiI{t%*!92yC+JLyzIYC=r1T#Ym|&MC62Dqo9tTht*}00Pvj+pTl)g kn`toPuxgwpOF^nHoI&$7q?`#+l?GQ&|lZfYFU6V@;HDnbc+!LUdiDe1*^L9yA^*7E%N5+A07V0adZWTG{BiR{*> b{hhQ*oamd1VrS_`&3%2T$5R3+Y)P9!uU3w*U6uy6|P10~((8mx^(Es%-m|Ti@^nZVf14;O`3ax#@?U5G?vxVUcy 1`6c&3^S4z7xwnrMo5$ezYw!zU7vv*4 pdjRGU#bke-mrk+LfBz*z9{_9(B7)34G#JJ5htYv?!b$v`Fr?659Ja?jT;ySL5RaRV{g&jbYI2dLyHF_<>4;Sy>?-Bbr8k+dX5fw!N*A;~g_9%It*5jYAA{!>JOT63VfeAqk2Y(E)PS}36cn3}i9;B>LfT>JcOfQ)$>wj>$V3Z6l8#B276X!!d^ctBuZ!YIY)a7Jc2 kI9-o6_UxvVUq7|KLvOooC(`85(YIdGx2CKerFSr0oT`#rFg@kHOV9u3i0UuRT_8-oAPJ?tl2s-L)IvxrTB >H@0&1Qn>0Gxc{%NUxT<03P8-9rT}WUeM$afX7Z-?OG!W=~i=?WY) V_q1CpVd^t3;5_cJT61GzU<%SqvZ_9h^`sPNp7{1Q blLXpDPeZjdJ`J%Qy=A)gi|b-0z9x_P0@qmNLUWLAIE>H=Qjf-l;u0jCCEpgYV?)mJW#$aeO4*(^LMqrZA*(~oAO cwgIoe-(KvE2ZL7s hC9@$j86`;2!>k%kqM@cmGumT`I=c7w7}If)65WurvVNf_qnrBiFk5E<46t}9qT<$%OfT6k})wxn+|Z37WC^Zwyj BK;J0x|f(f?IAt0650@&f`D;vrzPK5I8_{D|^d=)ReDo8hgm2lw&^0X6-1FOJkQ>k8LR5{U`MDf5Ah{lMb+syqE) g@Ui0Vl+H6#IVYcErzLvG!z_|p!tql 6Z^S_%)`R>BI4d{>9kM1QEP$QiQedN_#y4#vI3J0|{B6EZMAcXVZ%aPcnC_S&~22}2e4cZe311-of-F PD4E^TsG5U+oJQ;V8G=Lsf1wvba4`X2f!iPVb1BQukdxdt>Q*{c%8$_=&hC!-G{089B*;#JGByJzBe=f3SA9XGA2I3muVQ_O0RPmkn9ltN+8)LWgH9= ixlAiW7Q-p<=ax5uup{*go*_gV{wI@g}WXf-2ELpOHZC9YdZ@*!PR@m>eX?PCHFrQw#!!2qsN~K7tS-OFYAYOu6@ ))nlp$^J)I}(8~t~a{_#xWC6ZTqB){?=boJW2cMX*rf?{#7IVhDc=~gI8M*PeocH88JyAfFE&RIMqG+>FXlh2&6mD55q+KKyTuq~hDi3EM+ ~JLpJT^b ?X``K)t~X>nV!1^o@Dm~+*L;#rT+w7GP%`ijw;*=%TxPtPBK4EH07dVHJDx{!lq@nk(eS|+83=7QKD->0wdkQL;d|^pp@cLKToa<6X*bh61*cbeV$QC8W+w!O317*ad;kjz%EP5X3Qn9Z#<($TaKOia#VJ_joQ()#Ua;hT*} R$XOg=?1R>Wy$iE$xO?{CX%*?0%(T6j`kzs$$|^(&TcbUHJ}&?Ns#9!{;jlG#nFOKv!w@=Ck=>cRll(a0Z^-(0+e o`6ZgeFKpons5mN0P_%-CBf5`(<&^LC^=3E&Ly-upn1`b=om`T8TPzh3;hTWXWQo3p)*S8SKJ&XVOnJj4CK!C3ie ?uC1OI_U(%M)sb=SbkJkvqGGE~;zr<>HN1tH75tYG0lIv#%G>LpBnVi!~$@9_3_qnX(x4HVvAc-fdrRJQ%t!IG3t%}B@OA{=Vhvt2V>MnRF BL#A|e$z6`ePXdZ24>8(J7BWY9lIA5&BR ZA0L^Ic7Hy(gY4bmQfy-fTZQRU4>l&x7oA&a*Ad4G)jrZ@T?w*LT^NwE)A&I0PG3AL8dm4WXTt~-oA#iZM0Gj!W* DSAm!gJ5`4RAPdjE(IVu#34r^JrqzQw$R`E5lbO4QVdnvjGbKGyrEm{l&DC!kt%M`&xI0O?P0=c*KA_2v}o6-|pi^gPjr7vHme&B&`hEhpj^8(`n3S_Da}OoOhBjB_|Zj`2HpqD2xipoklMRJqE$HsX?m6iI5=S6!LIBj&0ZN% sDAI~9Iq@>Esj|pSwj=+)ZWrh&IHV}7ku1l`jcuzA3LvX^v^PRr+8r@J|bLx1+|qtkIpGRVcjr&U0jQ(799CEp^v`W)xql%`9z**q_8eeo_xNEZuHl$X)8F)wfmLWB(iX$O(pKaU-f? ;=*`Px{Y9GNrBPpRcO8%zrGW+XUi-n6)pXExppI%OVMDKIQRT9lF)Wq`^>! I0SX(-@0E7$5y?hx{}TFLH#%O6^s$uKvM&CT9hEt?rRXGhbUrNSWdwv5Xc7hZ6lwj=L{RQfbYr_+|E7gt!pv*W42 oH(WmI(l$LJcHxpL83HGvC>l`zJ38NZ_+V>ldap~tpN(992sp|mN$SK!mD+Uqo5$lC-i8cw3o_cscqU2J|{dE%cM R>PYbweEgkoGki&-1bE+9j`Vn{nmSKQhY!hV|mV^r_3xYlG2x|M@z3RPtAhZ-!*dVKYl`F%^HJPfMt$;}`8%p<(F >=Zt4#Q%W{HZZBxeKXz+1BMi<-WlEuvSK+*UXu3=tZM2M}HL;>QM%dFw&ClMXFxJtx#~5^_*s;AEy(Ra6Kwlm5wp !NW@YOY%3n{kpI;Mz6C;<33%`Z q4sVjs=3QYML{;JkqIE)pVXu^=y2%G;whg?@&+_q$m4Yi!!L&F4-Ma&&@~g=g5OGRYt&SX0|mF|Z=R)0CUdGMLdo G%cv4LG+q|_l?p)H&^eDe)jiZ57kiDl86cN>o02R=okluf!I7hplV~*2f6s(y`_+c)H;R31R-ecCfhVNnDl?-jSK I_=TyiBCiV=oS)37|ZB+w;q#^%3GAx4bJzB8jFJfuStpeI>1^JK4!OS{O_rAey+&F{c0z29VgS7T-V7g |7^z=Hq7mSA5G|^cip*>b3O5XxKY92U-|iG&OqOV;*@zreLfSCOT*DF?*xMrDY*f${i9jt!XOvob#^Sd)9^Ge3Sl G;zxdM`tVK?*JEm-7l6hu(x$J8Pj6FMq4L@q?4)#RJ^_Xb7Eg}Y1S3+ta%0AuOX&L6;l6;|b}klclg&)4`swxTCFtXRbsKqw^%W3Hw`UFp_ZU34;SFA3ex-TY Iv@0;Y$n5wmbWSHvbac>I$*%bW30?WoK(E^Hipbw!tIZp}2Fyij2BJ*)S<_|h5q`5mtNW uU7q&Nq^*Mzj>Wi9X)OrR=^SQl*=cxr&RjSlQjKFUd{=4qI4-*H>@dxGrqHLaiedx!D@MSQ|vw`qS0*oA2BOO5Ch b)O^|Nsr}GvG+@BDRC}%l1?SRkRHu&dtINPTB_5GqCv7{2@klpB8ivcb+MKYRiNlZou+)~0aA$>uK)%DXKOOddhy NMZ{N9nYwgzN60KU*#!6sLKL7B1RQNZM{|gXJ0MM;g}V{qEl?4B|kHv3{FpzA(tKX3o3Z}@Thr2Q~lg7}vc<=STaDPxMT#v1q z54%_mm^3YT>l22Z2y#yR!K0}UQT8SX?u08iwM3>iW)E?6kQB-(&a!w`&{v@W<5Qk%Y{$$o!?bz_bBsr>aZze4ou Frw=5s0z__*L!a*+GEAEaB%+QZx@an5A^r@@rMz-BRGxke8Hro7r<_Hxm{7-%un)Rn}XOqD@);4sHZMffYEJ?k+0 ^9W9S%2#&!`VL8 V)fSUC~wG{<#+l607rq?z1r*hHTg-AgO>NZp(-2Lls#-l}3Sz23^AILYx(`7#Mm*!0m&BliZanQPb{x8ZI?CaR0Z z;49Q=aScM~HJob+xFMG>l!200_RDWyNxxw|TIa$|IK3i-h<0aANSc^c%2{5xSkAK3V_ySbK_tL4i7_NRAe_wVT6 M-(gn69#&i3I4zk?q`HySgek4bEyJja2I1P0CEFJHF`X#4T93`t#GL47dEG0};6+w2`tTi&^0?q5}ejv;a2Q-X6+ )&(A51cqm4#$U-qcQ?4$RE3r{P%@7;6apeAc1S=)G&EA=MK^zY!Gl>nxSpH} +)_c{D2--i$Q?L$yhXfvCF7c6X^vl|aY1?j(0R0yRB2i-uP79_MJ%eEE{gW~}zJE?Bak)ew7k-Y#F&#@l#Gl*Wdv Ep<@sggDR2>kPnN+K+$zwGsI^4UNW-?2^FaZUtVIuvSU#BYA04kc(sB}XUPqmJEmxbaBXsgf|QMwWvzibTmwV?S0 {;*g*Uwe{ww^kf5z!p5Kwv24k>Su|-U4-*`nCi5}oY$4pXMfiP36hMZ%hCsVaCZ(+NWZMp_=ueB#D5mNhQxO;NWW -9#(#tj{?`vHk52pXt9MVZnj-ltI=wb!KRuxdpvni+c1{Z#YRP}S4olZ~+o!x!HFPcR=c9~jHkV7eg%5x>k9_$od CqQkS6!?N8E>=mI5gn1qAM%7pl$;1B(JE)ylyU6yI89zGv>0d}MkQ`rwPEc|q&$|(aoFPwQ{AyzzTrPN!BJ 10n+D!K{{oRhkul^8xNK4hO}*zT#5>a2o-0?S^c81dvh`wX}ODxPhY(SXr=tf9~vO3Vhn{_ackWr5M(B1sodt-q<0U{`UE3hE)vpIjIl?GYzM#%#y-kiADudZKv@8<2FLHPAvKqEzF{sV!;F<9HihjYJ9+EvIt*hZz=V NxZs^OorTU21K16NSYPw;Y5Il^3;eGYnnEM2NNc7~X?wG8^x1Y_7eH0|3<1{r18G{u H?vG8l;S<+;IX0Sw&0k#P!J>|t_8o!%kgN2XvQtQm$$!$kRJ6WZmAaT`nl3w$iX(jr)ZD)L?Onkc|x@<4fJ_M$A>@xd4OJy3?jW^$7i g`mNL9KX8OWFuQ=m6e>@A^RsQ|@!s2DKVU5^#${6yR2=o*0ZoYNOPp47v-fk_w}-mNu5*maizliO%m}P<$|J7Qc}=O2=+N5AZCK))5>nB8PHjCY2&TcyK9%;UcD9mcNxx;&tl-bSQ%rcjy2qqABbWX4&GkTZUoF0}_|`l 9I9|WIwt8drjhp>*&p6;7 ym~6OlV+R~pJ6~wuK#_%KW=ZX-dy6)c&pjN2ssrECw2qbz(!Mukxo6O(P?1_0JI=2FbBB$Xa&&2GbDbia@tUbw)?tiK@M0kM1~H65p?u->yP;*Kcj~Q*;wPFaM8fd HJ1Y1! EMrG9%#}RY90QwE7u~C)yt~xOdXNV>m$@mxPD-;Dap%UwZ%@!IC7xzfsh+l9_GjXU?f+>%9 Q^q8@Ha_5@v3>mIU4SoNmhaOMxo|cn{~4-qBEk~Ayye7SX+Vq;Y4=i!u|q3v|dfdsN-ubOZbW1{7I2z)AMPbYVi@ l8O7_FAqaso_Y?Ue4U~35-T(^+@o7@rpldo5dhcUtVmWC{Yg~$vwC48L4v*(WEGw}!;TMxx5gY!p1$9?A)7EpHJ=`Sy7f;92m- >vAK8qU4_o6+AW(-OacugF^)=h!6b*klW`pjRS)srr6}hj&LbXyb&0AwW%WD}rInfrnh|>=cgZ69c;-co-~$1~oF _=TZf=Va*h3BNgCI^k`ZTOareEPsJ546%{UCN-t?>n=NCUINnbb6#l{At^f2V2&Ovcoj2Ftczf-}`s(_vpWe>zPC !R^3MYrzuEO%CH+K%}tAq>-_hica%kGi4b2Z#w#vsmR^JUQjqxvd63vG ?7^hjNU!;T3@ic-=2M+Z=4@Z*vKw1>Ad)l%V8R1Fg#ENmLCQn{$W~9Gt;~z-l@3+u$8Piv!545lp0V*H?Z~aAFH% lENBlgXeWb#Ft>o@gdhlE&h%^l_T&4MU9(=t)LQ@(dGkXg^W(F^Az_U1THf=)m@W(RHXnUTqZ{j&k+zC%S_Ij?G$NU~UQV4x_WgQM`uFeNxdYDFnXe? iZARLuVo!vkH}1d^`oih55EBT0UFdT)xEP6pdlR~GOFlOcDtZJNSp*V3h5~93O${Qxcpqo*uP}uvoGWL1WE;hJ&f mLt>5cVUm+r3KS--Iih|=X7w|{Z#=IzxRFiRI25;Uy%4d|B~GY7YNh4LahtOOi7SbP0+#G( U{Fs04VaZv)(Yknr{&!5-MtUOZU-`M3AY?I29M!OhZMBut=l04BlbBrp|lC!HuJd#JOo2

      {FtJL;E~$0JaZ+Hd J3Q>hSH*)sO<6^a)kG|Z%$Ohyid?n1)tLR+~ceic8EE+QV?6ajqxW$RO6lJ3goF~J)g1}T_62`nBp7>9K+3YC`g- 9PJ0^{opJQxY+JfwoF@IDQw;_>%q$8Y2qAIGvuIRdHTvaOVGFcJ;oH@BZmi#iFU2<fSH86lT0*t~vQnXp#A=;X|Mq2bwx``Os<;Qxbo$tS6ZN*TaZ9s)oU!}=ytsQdce=d0GflrYMafEsL@AAx ?|^o@BFP&CMITT0b>Pvliz@TI 0;fs)pu&W%nUf`z>GG;^tnzzK70pUJNUo4mSsjT+>rl@zaOJQIHQkoFi*yfk40?bwe>|mF8BU h=QNE(tkMZ|?(LRX42NZYkas(Olg`IJEp%2h+1x}8zmAxxHDkXB)S)kK613C#y3?1kz$=98bcTh%MN?S7}2_7ou{^JM!#o>HG(}#s&sg2u)%n>9hkal)N^J~Im`d+hgAhRfnOUF~bT(uT4X#~HOj+}{dV=8__@fD {f2_7>BexrXDbm)^Zh_qulp#Qu;+}_H)Ww{Q`G~WiLJuxlYmic^F{N~HoIPG^5|hrvQ1I%cCsnSJideJgLAnTE1y ehZL&mVWNu}bxt|+?F3C2TN>;Gq5);8A+UI3&T?&{==g5rh-M8gYeh;gI`VaiFk97stb1IAG&QH(#!8cq1*O7ZKF *8$6ADbdG=c>oM+LRF?BJ+tn#A^&|h!)``mW7$>51oBbTrkw`gG)ZnThWOvw+`O}~a_Q19e({UZjn%hr-@5tktvB Bq-CElO1WH2Yyx_fPPDS+sxb^TxF~MHwM)JVSNfMZ0I@FlL0azKxgZ}>LPm4(wpwQ6hl7xV@O4oiEa_*{s|0l~7r y$Mn3>4cP0Vg$uC7^4ujqwy7lh{B`ql}}+Abh@UFXZe!sW_C84ZS?C^~CK=i6THHz%g82F&QPMj|0@j6DD#zq?=$ =oa?XCabF>rJ~XAdFKLr2go{^g?kOEAproyYvnpGMHiVt7!qP5Z^v!b$!(xg>so+W|t(PO*X8VN~IfN_x*sYKW9z jLow9VXwEB;wH-)%+@+Zbb3dgt)a+QP7zkF@2y7Z!hf9=KI8;wgihxd`2jr?l!y%dE$C2vn$Mc^T$*nHaPzNDxxG n2m(jfHP0IPU$4~CF2YZ@M!O+<&Ol+dUgGplSKtbG9(HRs?;rzPUdM6?4?RoIo=4Fa^l<>lFu}1lHTl4RRVun#KW Wz9wDrohfUFGf9Mwd@uz|*$Iueu^s)v|&VwrIbQ(pMhB5%iYv`Wv{%4LoIILu7(qNOuWRw!VlDywSaKs6lj{-3hN 986&73iN;XV$4H`!hq*&EFWR*vvPDqXbJ|yDyBZ3!4-(qx1`i(uNFAVjV>l)-nOXLSfw8^MpQdddgUi7@TGh)qcGH>IeV%ht;L3|G&S0X|=9q(d-hK<7D uY*9U@Lpn5xVu|}YUZ$LY9XN7&y5?lD7{l^wFQ)={na%CJma;45eY9+q_5dPEFNmJOcA49D%u~VQq*kxlCu_ia8!CrwnQLej3on5oCVm|kALvjG|!acubC0JmJ!{Z6!JQ!c|a5E CCayv(&V{BvYbGVX|SYV4h36btcOf1NLjF&SWpb@iB5y&U(BvhuAZ;m#wZTUJf_Dq3+&st0?Y>f!^|hc@e*d-qxC }}@kC-58eNp=#SsI8sl}|<`0=2Bh36?g0X}(n-IxHfjFdbevIQve>Jog?JZ8T=;0Df>1YSn=QgsTX9r8e*dV6uks Wx!)RoiVF`9E>TigRJ7f+PwxV_)8|WHf@`j^R*Fz2YD=-l6>8fBd8BhwlX6UiHJfYio0#&(l@1Kd58hI(2NuglV6 JNwX1rUl>w+)rZOm3o(>A>wQqLCA=Py9N{Wc^JpLnonV5sSBQ={$xTV-QAiGEEzmQHJ4>`%w(_>>1=k|fQy3hbk< Bsbuh?F3ly;qBA|LP!mllzQ;^GqJbd1OC*h|PDkpv}wK!of%`y?wlagofjHnPfLz>Jo$?OK)h?a<7(A1P09`9J_2 VJ$`?XnjaG+d8yI)5V<@$AK+GiAvOlR^lxWc1WIRLq}1*f)-poqat?b#eV?Upogtpmk#HhPn<{5fknro;~a)wdfuw>70U3NQ 8+u86Aka4m-3elgyAi8#E_3r9sD83#lcc?tbmec8J(N7p0kk+Ueq*;|+q*N0)&sTgFWV~Hoo9=cdr{C?HH$ui4dN 0X7K-}d4+HYZ%a&+F?D)Tx=`_4TEsk7HVy%AP;Rfy{Aj!>JEj}OXG48{=7Z_4Z3SlifKzqPsvC7+b5)tm|qy;Rf{ *~&v-dcQRKaeieHUFz=h6WidM?T*e-aIp_p-?;Y52Kq)*^%b6ffrCF)9-PFu$D+o^7(60}fWJ~qXxE95MxAxDo@;?&OzqMQdbO3Xml-lO-*8r1Ih2C6OHom;^fCujIQFgB|D%iJV(?gQ8nR86Xn?jrK-CG#6A Ge(L(3qr$8MNH7ODM@q+%w`S_gfeBv;*XH0%>J %)BC7XP0+^^iOe|JV#;X-()NVBhnb!W3=~#zbV9>~V@Y3aj;D?y8lTh0{*{GbWaQMPmQ<+RIgckDr{CjgoKbJH!a eUv9(BWz3bNN4GVD;{Fi>C%I!>p0M&o1_5^@FwA;fiy~G= S#&9M#^U8AZBk_PTq(yhjqQULu>izaa~9ePLy3y+7;#{%ngXfG;*}-M3#A{)*cmR&PUlF7*JIfJhwy%?LF$yqB}2 zsCgf`kl|D>l82wJOZq;_3gmX1W`jGXK88xj?n#ByvR6cgmqqE8QBX->c1xhuf1_a~`S!&uh-w!rj}gO &?*irXZ$sB(MnYN$@xq2sdK)H*@*xm6nOi}X(b|kv42ot#%1f5j;A2K9(07qjY1N- v=p{}z!5*sqHHBIvMaIq1wIp;`O8Zi^7%?&HxYH%r(o-Jb-B+NHe@1M^nI3~TIi!Nj@dreeIGZtsjxl}*9(t|%!` RX*Gjc>rBYLhY}|w`ab*Tpr%v%aYJ!#8Z3`9UkZx$}WPKKGx8x+7_FGh%jLfXDYSWbCF%$(7-#1XfK`*BJ$PrCya EQ}IUm-1XR^(xul_1(WIDwp14(i2@L^1}bvZtyTXPi7w>pSXNmk3+ylH_zv^C0`YRyv%-dfC}bj7D?TybOgjEVlu oxy(ECw+$89-kBCS3F)4OMRtNr&a4w-fq5IaDfc5SFulnyd@407r2`Pe_Y>p8B-V>wGN{GGS~r$T5$G0|@r(g$>g+*(j|FGd3oHFH%OM ADZujt`<{C;aqq8&}OUge1mU&+PZ{Q&k}^Sb9@Da1UP;G+Q%NNO5d>qK3Wvo0H)=LJ!M&oEb)Z@28w}Z7I_jV?TA JIUpMiKf!21|EG*b_~|hW{xSTpr1AEYGB083bpjfPAY-9wxaSP ^>dk-*y}M=S=X|<^tj&r8){HVOnSV5xZ;LQce8{(mnyO`-kCJc>;&ZhXc=3&yiJ32}9Bgb%5?Bcqc*3X&NKsVNr> Q`E$BhyMvkG_yDwfP0&GkkeFeFbyFyYdRwpj#*lv|GOQw z0sG?T-&o<5hx-YeD38CDbsLUFMpKJ;!U)~RxVd!?$m*|d+9lQgbPf`VUSU@y$}9It0vnSXFPRb=IDKasGhXF-d!$tmp9 9Q0nI53@9joMspXiy@JFRO5HW=vau`%vNc{*a{6e!G%1K7;cBFvZnkizs_o(o0GD9&>n{W^i;_KdBZT%TCBaI~T1 m%P)0*H_iKf&axFRx3!MwGQ4UQb6@%bd>SMFG3F7BMza;ez6C5EQ+h5-7+hxNLJrueBig&j+F5>u)fU02B^EG1uA _lQ%oCI7)n%uD%F@(DM}DkoW!NbUwuO*J6wq%#R5h`%Rg6pHej5#}OiId|u%`@DSMax=Ux`>SFKs5vnkoBUa04SF d*Tjd@)MUdojl7&PS2rt!-{?R;FFUho&hA;TM8PT(ctD)J&wHvQJl72XDQD`8}nBBSJKUP!clrSWKOsK?S_nef|r |c2oloa*?@2L `{9RkDF&u>Q{cv6cR8g5C=Ne)RY4$%l=9dLNQs>C#-PZGXhft99nYv(kqBdE ^35h5ACX_*Ux8kx>J+PY8B$0C8k?$S;i&tbzUgjI?Ef9iN$mon9w6wZ&;t|0Z5wSdswKsN%JTipheX*p}L!;--xp U#GKC?P+kx@$$GjLG7!94pCryC&c(XLJVHCG;vM2O;ncj3i#YrVu>Zb+188EApi_ctUvjRo$!kl4i2R_UV6o1#HU Hh0Hv|T$by*6kC!-MroaqExK1qn=95uwqiK$LJgR31{go}+3#%|#Ah1=h|3Q`ebqKU6kK=O4TO$AF$Tc7#0 P|sqROE1QdlE^c1}h7r^KEe!(GGvcy^p1Mn3dpekX(J;NTG&8NC2@u`++O2>2cL{8M$B|M1lw^D*q;f)T1N$Pd2Y QG4>{)C-A0J%g*NYL}dJnoq4fTLE*JNK{lex}tS{*Uh#GYQbEeq1Lu4yTqgE)Y$ysX2^-p6AFuUrYbbGO^Ijwzqck2y>c@J&g3s?BLyj!uL(!xVv2^acXFcc9Xn!6~IJ=_!Pk#g7(14T`g*lx}|Z$apo(VsaAP>P7dlMooyG?+uM^!^ !^ScCTU=h1lGg(r}UB#cZv&-U7XoGoYV8qh#=gfG#mbE5-Ff_1yE5e+kG9fah-b)7u8K=C1du3w@H2G5W77$*SI7 !bG!IOpNTOeLJeV^BL=Nt3bW3_dOMnxKQoW~ZbHHEID%m<&`ds4?PYHzK_JOe7Gc*oM_CqzM33t)Tqv1KvY0H@L= RN&3t{E!QW5hQ;DS;nda^SUbDUpf)4gu{I-0e3Sq4^}sgqG5oXKe$sxj+%LID@Mrid{=pZe7xte<{QXF-i1+sYjO <1Kvi0b4>H90+|C7Q`?eE&(t%Pr<+%DHFUtYfa=U2Y>cbC8SXWuJb>m@%d7h9hH>g)ItVF2i>>+aoy_;Y{lbs1^> =L0-WL-KwMwsuTi+v#ANKpPHN-i$&gB0R-vErgtzp5K+Fq?v>-I2hBUukVfiBzf)(FODOFVu&m~&WJmO2>sa=TAL `ne~k3E_TP_G+yWCn8wM?LeN84TGDEiw_U0CEVa4Aj<~RSsaN2RfI6F%8QjP9AFG`%fAHmTc1zkU=LDwel4hF+2 K;G76h69>6(3K8gW_KEO1fKe{d59)b)g6OIbj9)S3Uw&bJR&*C7tU%#rxxHnl|m6N}DRgdbct{8vS3hh_T>D@PN1 bFzui0)VYE{zLc>r)@%X!CLG;-%X(Iw$I*9=!+VgPrU=+E^F9Ca*IxB4c @yqgG^<@9u%c3hMN*@q;a4|`F~JL0|XQR00000U|MBV000000000000000761SMY;R*>Y-KNSY%fehUrj|*Q$a^X Q!h|U0|XQR000O8U|MBVuXfz|0apM3o8JHcF8}}lY;R*>Y-KNSY%fehUrj|*Q$a^XQ!jF1aA{;MaAepd_jul#BRubWc>m5^&wD%4&&~6^HzNHW(%(n=You>Q`nyMZo{#iMq^Bd@jPxByA3 @rO^dFG^9@00=_q?|toim^B8<4&ZX=rI1=^KzFbg1w)QST`a+~vS-JfSIPU|N-m`%7{lWsS%h#>_zqWcmM!Hzm5h=FU> pR->Wb1QBv%R6CxxU+w{tnWyqdBf!M{^zCb2R(egY?x%uQ{6ieEevx_dWLgQOp01)&HBL+5bNwJs#=5Azg;_sAD| uYMI|L?C;gb0ydGp{dJ^&jP%d#t$b|xXD#A>T(pSoU%iOyc0JM+vVMz* NB^;iOqxP3G1x3Pr#d@j=0$oQ6U9{a8Sr+mM!yX MdL-PrSM6c#i9~<({`z@NGHg_wD7 x`yVW4e=ophEf6?ZL3~=ff_QV$3a;xlD>$E9Rv3L)!G2$~lJAGFWcdXv+1{#^T-U8D3CBAuJ>Aj^RvMhFAhkV>F3f_T(6N;T;K94jCD$?UGBJD@|y;YpYt4?71bCJ%L c2D4bU3LQ7yVl-sK7r%9>jdJ_{U@;9zeV~2All1MB)q(8HP_>HNM|8^$7+^eyPECnT1~t;$I4x5`PZ-Jygt5~>v; ES;=#lA{jfEJ!&k21`ug_%M{5X&N39_|4X)vS7S@n{?YHz#kO4zu$JrgQcGWj^l+rVx 0dj@crEGGyO4ea>1jw;NxgO08>DO2v7h&^7fz5iyA>+;f*IPRBQ`bJ9+KZ)g!I* IdHauUb81}Q+*JLx3WzuNMzvG)Tfao#tb#Pz+?zJKZ@_WRkBxId2|eJ9eVPNF>Wq9MZT9}aQ+3x)_U>xT#*rwp-v d5Gg{4iO&C8zNp^Jw$kTWQhHLdx-u2Xo&mslOgWon>VqZzlrNMZxidS-^BF|kX{J*z5wYNcz-R3G(;)yk}c$Cf4+ t5@+8uGkUnegdr#&(K72CU|J2Ebe@M?3{5zTB4z}`pyp{0y-mRS1o~>->vaN)_YqoOTKfjgp`0`e+@7K4I?mcPsX K!OVXB*|5qwIb2Hm=)_ZCuZZZCv+rwsAkMwC~q$BcJ)?Hsalnwh^xWbsNX|>g}W(Z{N=Ouh>rb+p(SP)wgrJd$to !Z{N=Pk8dZv_=(kf%?_iVJNUi;=}e^Sb`X!MNb5-NK^n-s{)FSc7-SlEPcymF@_&l-BBZ}YdNI=Tu?b~?|6$KNQQ#EmMj7WY+j~FL;~ALY6K+e5;~St0wmI pp~72}xfc3c0S|Lkbq{{YyxEUNAzu3r9HKtB`JxbsORO{A`5fUoy&lSUXC1*f7d@l}0)L>L}s&Pmz9A;A52IIxt4 M@W>eV_ZMSa|F=ezrxrz|2RkG3%kv}d$NdrM_m_}PAU$TB>vI#*3uGOUK8SSJ1jly_3WL;o?=EsYUoLW-FDr39dP |gN7nHc4J4)G)Aqu1jF~UqQMV>EGDa_3b@|4s0!&VBk=gX8;FgX{P6hRO50xSxNti|c&iF5<(!U0lac>>@lofE22p_uww>_rLGr`uk1JKiA|q=Qlaew N18ja+CWKHAxqCHM#z0Hp#coZ<3x}(&Ttczurx_>H$%E2iCv0MfhFcW;)nr`P<=U42zBcD`Nt^S&woN+y3Cn-P@}IEsKeYP))aHKvvQ0QV>G$1~(_VKb?F B<;QeJuZOpbriS(N{loW=Q$pT+T4&f>TmmcHA*zwa!L<3h{-;8|SPeU^W~>fdJR?UsMfSseFgE&mJl{+DNw&wta} |Mpqrm*2Ja=bufwyzp$&o%Lt4+^J`?e&KA^FQ3hER4u=KHsRykvpK*0R_>9rIiAO?oo}4Yex9=QyH@T;_Wd8My?? gvzqa~^y$3Qm(w8GW0Ju2rJ+$XM`(Eh2B9ELycv^NY>C=zI#6LOpsK@J#!D&v2PFIYVjW8$%Z{_=TGdtx`*wZy@&I@Vh{1;x;@0_Pwe4 3KW5**ZtZ=?-hX1>f3b(_^xszRB^PiVW?sPYoOl801I_V;g=TGc=?IM#St=?sp|1m3n|3w_v!Hd}c6BkjBdCF2BO#dpRqZe~N|9vs}$BW-jxLy2yuKSAjv!7 w4Kau&^`?e2oe8C3@FQ@hSK1hCl;Df}wr$0zL(HpMddY*Cx+s$9Wb$QPfq$?L+LH_iqD>%+)ui(1=^A#Lt&tAgm%l4AqzJ4#^@e O-9|F`ZX9`x?zJ|DN2aJXzQ$GK%M$6wn^{5f+k`TPxg+0Wy9Dd#p*TJURACmOt)F_J7)y9DmW?FT9fdTzMty -*P4C#V@ZUU-?4-*PjdgB7L9C<7(2Y^RDJT{@K-(7ruq`7^Hn4qTCXGi0k&RAL9Iv*+;r{{64PF&V96(oxYEDq?; `Nhx<66U+m+)y!aY}t82IpO?$uc8kWED8jkaC)uT&90?=p&o5s~{oA{aaKGw0j-z-T%iVe%=l$L5xPL#pj{EZ ~OJDq9!ue}I%=*V7{R1G{&JT0EXIxLZ@xJT%{p#yk{8>Z9Mjf%NTl2Z+yo2RQGQ2U!2&1H_|C4zS<72MF)i9pJis{LTTw vlw#(9$)wo+6^B@x<=srMy_M~M&i+(H=6u(Bj@qNjii&`yOHp*`zFXV0!KG-JTLz!`+W^kppf@wq#u-aKFWEnxS8 vD+RYr#o}0;kKYlau<>1Y1_wR3}-QXo3BYx~bdY{baW1Mf{7N#XjciqBuIr|pMHRo7*g{3#$Lb&*|TZ|9f!f`%<6 snB(tkqwAE7xz`t$g2fEBF26Te-f&_I>nLv&Y=Z{che$yuIXBlN)X|`Q%paE5Y#a~v1k&Hnb?&2kUi&2|0Z-K78iJ=Eta_t1Xx%X`><_0I^`7b158O+<++^u#_mYm3EIs>P!u{oz9=Mlu>CStJ-#@c*FZvAk nu=}_k{(Y>!=02|TyYA!qTzDVh<(m7r?guUZyZ4#=e;?_}ukSN{em~RK-_Lo!?SA6V(f6Aib3f@~e817P`#GO`?& rK8zMpvcwfi}qze0MejQ4)htGy4FpqrU&THJf6jH7_aOOD{z3MC )q|YZ%@1bm8#NGd=C|EWZzF9_ekL=eoY~A=39*4{;xg4-vlNhq&(_e29GRLl1FXo_vV%=RZ 9}`1{Vo9M=mEQf@o?AoKI~ezCoO`XJZw*@I^9egu8U_#WZA`(=-k4 *cb#+=m}OO1}B?N4Zab@EGxR)?*ys^2Z2wyB;GPTx{u;j}cC;e~kNa-($4DJ@OdsHb;Gl^6y@x5Cy%jBdsDG`Agb !o-qUnQMd`c=Z?$G*yW9k lfOU!^?vo3C=*bG}A;`{Az^`@s&A 2>e+20O=J)8g2){3Uis?(9;&^8~Mg08Tr#QYhJ;iao)$;$?%FVU>fu{(cE1x2sZF-7upMQ$uJ@YBf_aZBQoz=hPD enKBPjUZ0^Az>FC!Zo+d-Jy`k6eWmqMJASuZee$B84jDz3MyQT>^*S;rQS2G~wp(r`i7Yrzt-TKh1HESXz3T>sNo 8<7+?7_1RBO_v?$50MUp!5_({Jqk^k-PE{S4RR;%C_Iho9m4ee@Zw$KB7c|N Eb@IE!bw_eVX+w^WXU_$G6~F&VRXmKjB&8*Scpp&XcX&yPoB`MbA=?m4E*v^S}#45wD6A sGws#+rCSDgv9qOIE?QCzrTa$f3gPt#Y_Kv9C^Qyb+UKCVZoyx<98~)og;f?-+Iu-hh+}PzYf3O#runT$e)k3wqJ 1=^{21((65#K_wQEb?w&MnpQZO(dPAoCla^j=V3rcd{;*Xqo|w ^!OTmf3qy>f(1ee!q|3wLSDHU21K_mWqGxSJu{3c>WT8KgRDA{LbnjUy*-b3kATmS!#-}|jCuo>?vJpWA(>6Fk;@#DPF>b %g({VUR6ApHlV|6t!9#q(D(>nn8NrPjwN^3S(#JCL4)-+#*5;rE8FJppO)AjTGuGKj_`T>b>g1x&h|VScs_Sk35*zduJU8t9*R nqLycsFfJMU_H7k^kT11lnjya4a-LHa-s`Qw}HyVyKu_mH;BKkz8o|&f)z^q(|C#F0na?taOt{Ui5za?(3nvD*wcO19i{a-b3AMaSv sW-MCH&rv_m!El-|b;++UqffpCLW$FzSHvZ^Fub4(Uwf|2>}9;Ti1MTPSdC-=9GGcn@_4` 6s&4hkF>Cy4KnfKK^R70g=@EdJp;PU*LBlo*~AnUFC0NJ-g;1|9sT@R#*OqEd49X7kOsHo=@nZ9wh%3S>A_w=$mu @eu>{T$orJQr^h&_lks~EenAiA%wNbFTm5FH|Ci$VA$z_ZzaG3V?V;`WXrynzcwcYj{|M>FdgwP3+c!jB@77FPe} J+_;P)SvmqU6~59RIy_Pm~s27P&a+iI7v88`&smNbvSX&QR`Y-tQlgxOIIgEC=`S$*1e7h09Kf&`$@C{<9`oW-vct5v#kMz*TUO> 7Uzdrot;#U{^L!D0u{PfTs^j&NBzwrCdOuzRCj^Xzg_`M6iw@F_;l;!0g#CQ*?smjXj9>%&#yy-t@+Bj421i!~DP vlAQl}dc<-{E&W^5+SS#qVgezZK~oDU0VfB3&Z=;`fg|^!bVY_OdRXCjUg=8?oormZ~mh&jtM6fqD=3(3ba28;|I d;$!}E{C?2G_!;^4eM|opzac#TT@P(!P<6f6$-4DWXO@2(1oqJO-+I*3MV1!({bxPKf5^XA^iU_3e+PT0_g#zMv) 0dE`}Q$Q-)i~4XYXTp&*OKtz&QH)jl)^{z63Y(3Ni@lGKv7W>hZ3O&@=wd{B?dqyCIByqBcKuv(3)XsZ%e>oqA|4gH`R=KSTwC_f=(( L+@C<4Rc8@BT`yF{CxD>6|xX^VDDbVpK!B*|Ga!IUhI5^-v}-9FD}*u+J|vs@fN3FoG}I(G1it7vrFi^Ou(KDJYM Ie!UtYErv4WYFG=)(z@Ras%6x7%aV_(c@(h;hf-oBh>8vAX+}^k;C;9lNYAtm&T=g$-{yNqhU2|E-2Pw^cGa}W7?wIhDJ>mL)XB*4#&HtA;~Jn O)O9`9I3ngoq9)HCu6~`&~L?!s$Ut4>#=M`!QT}XLOc#*5wKp3ip-$YDAuD&QF;(CiLu{-Zh1=}BHfO#(C6107!< ySyRlp4pom_o1;0>@c3}}Qm~vQe#?=YGhJ0DTW#|aKa7k)9u3@zODmAy>vviN |=vEqOg$jX7(1aXFKarDV$yNduR5JHL$`vt6@+G0BN&pv!#gkI2Q%p>ASaivupSwTT;gs;!`@a&U^s?EDzSkmC*0 iT773!4@cL6U<4Q3<;&JvL?ef(d{HAjakIltD|)dYZ*4^jT|~i7{qs&6`|np4F0dD95WX&>Fs{!>@JEYq ~;HPO=>D%m<~g8c2!dd}6k3p*F+kom{Q%&nx)EY=Rzg2lauO1VUtkavgZ@+^7jgOn;oW(L>qwY_#1n(Hm=1_$lVIt1%D6_>CGCfh9e;BW!ZLl*(GGun{`q nLdBsF8&ez8riQ{&D7(nP<;P;}6uI#(NgEjIra&GyO+*zIs)of-hqDMMC5*0C 52|%^s3l>SVx+!2Z!nLZBDHF?u0t &BjzfL-4~=k3#z4qjf05DnX(E*h)6QOr%e8&3u4))F_<{V;F)$VI9qtYa-u7q?0XK5kX7T!#4x3r cI%K`-6(kTQ9Cp;KS>MAoDmci5@ZKTUnYYdOXMQkYr6fA5VGzFBos!JJ6Q$JHJ8Uf5Gut8>($(OK^HB7Xmum-rvL p-U2G-GBE*ORKcBeLBU%VVO@mWEg#&1eC*$Vw_JAB7ryJB6UeP0qnK|LRRa+mpjZL)o(PlYxBzD7q*Dgo dOw+6o*y0{gRN4J7AWq(B4nU3C4XY{L$a+&lWn3Z-02+HGcsU$E@N+qx0LeX$kjOqYa2g1aT3=%4G3L>RN6l$Nzkd66OXMM_2g9P%6HD+K>K{eYHSw@7Q<$9NZ*pVcH-T+^>KAUNMOTY n;8Q-bsJze}H7CSnz|^oX1QE#!0_uq(C}f}-0`OFUZ~3uOM?*1bI84Yg9) ay#uob4=`RgF6>=w=pT^^7i<2vI^{O6hQ$wZe2AUILR&U;RoSOI_#`Al-LzDv9nv5v>&2Q@TsJb42FnotI8C-cn2dH;^9a_3|%8!6U1#XA=Ri~(9ZF8gT>7Y0*E($*MW?5sPnlQewshm3~6S&>(^`3F&Y%= {qNYRx%MMlsZi-5wrIvRFOA>95u(#Qq$=8lxb@p=xdhBunn 5+jafPL^Q0L_|imu#Oam9SnZmLao~3cBW|T}-@78z%VyZ9&F^q92y=6qjZ1r)^W}1<h_~XhK2zXguq`R}*SdK`aU0n%vEN90!iPuaklFG0XAhi`f##C>m6mySoI(PDYmFXm@N|zQt*+d87Xj Au?R+I8>)J0+1_2(XMF0F19J9#IWOT>N^P)Y5ErxkHVs&UCT^M&S3SdVRxa~amMPzh$;Dr}yB?Nh1=4IX6D-0eNSaBuuoKCoMxJB~VkC@Vs!Wy2Yfz9O^ad%M#AOs$+u(^B*o9MAT?>Ibxzvps?;G_Cc+F0Y2PNsV+mL8uEaHAue!aN^>I%F-l~o3R ;(QIRwdRc702^Vwh(zxB;{QKJ=sE)R)W4AA1HUbPhdY)tX5oY4W#PDs!5hG2f7rbvLzgdX9$O5ipprFY<7xDX*n# 5Ld&LBtq#FkpEtKEA)kz^uQKI2c}Pu4s!0V_P?sP3U#{n-Em~IVtu8kUna<6xMX{r{sG4Q00U`iY&3Xf(m6)=@=P @y5lvA4#OsUVTt=gpeL>NqE3yPeSD~!qYIo&9#W|RpnU5H90QNZHFW>bhp)B;tHR7Qg0MV#(3DYQZ*vBP0zgt7+Z g8mT>Znk*7lRfP=TajA05`|-|DrTvqSc-kq7u^*)ZFyA;ZPLg7j6#rHm8ya=UiU7tm^}|zstZ}ege9XoirFatw`r z2^^{w|1r@Nvl*KRL#!?k}=MSRGO*9>yu*^F_Y4tomB^)Q1;_KHGP_qhN^6AidI`}d5NSS;PrIs}MFHo)Si?!0OJ=-`1~}=TN2i)I2JsQYadT+RY37 *0vHq5OFpZ_uHLlKTRlRDl8SP`MjBbb_(`i}D+KZn7m^@M9-6Q%h$vv}Osh22#+B%3V#iTeRH!U*G^iG^?>fGW-K Uk^ej(riTX5h-@Dr)HT V=+I;PA0^vreMhO1?8D|Q`JY9g4dx1tu}!-B)99MJxttG{-WW<+8HOaXwLBBlt4PuPvD!{C-k%6FRIrUQx;k@2ak P1d7N2A$e&aNP3iEe36`xk?F4c~Sd1&eAe=qBCLiOfFeBF&5EVc>7F805Sk7M#2pUxnY4TBB!UdYm)TvtutEH%B( 2o5*LqKOIv2>?cVb7G2fM?bvkzI1BAfl6;2V3x{!N;Jq?qap- W=RlwJ$ZQRl~`u&w%SUR8&CEjdGzoQz#VGIIJiTBl#{vnvVAiWtzHJ*O x@kpaKIGIPjgW>RMA!5aShDOpS7fktQvE2hx53t6)F36!N$HoDx+$4-d_S>c$$)nSMM&*kvh3#ZXPUxy_(t5Twmkbgn6mFR%cuvS(1Eu;s^!CCF(`-P9$X(oXme;Jwk*rZx}FZ{4Qp66Li9p{n3*h`YQB35}Ld6u&ZFcjVPTl|u7Lm%Dt@)(DE#!vT)Vs3Z+63Cl#mjD_wH9G~KOYMV3c N~T)@;}{ES8T3w!vVd9ndTj0p4Z|6ZX_CsCB!XRWRNy#=Lr9rXoC#*Z0)ic;#v*5cJDh~h~D%AXcIVSW?%?%AF4i)uF%F2&UmZGy2(%b=WW7)I|e VTTdV&;l#3hm+x903!T5D1Y@#c>eOSgyN1rQd5xw;2TzrP(8nazypiozZ9T5jdxqqv0xIsK`qxN`;4E(x(ocQf%^xY^e&(MiB>9I`syZZaz_NvK%zHf-*ER$?_n|_MsOcNa>GA!GPQ_=ZTO#fWH715BecM mhN>6kx+awTBhxKlk9`c=u#X8EIT7)TUHH;C|Rjw<_)U6>}>a9EmQd?b-bDUC}NtwEw@dm7?RvJFB_JE=NjdniLm 9&N;*lb|6ny97VzX$Tuu>6E?S?)@aamZ_`7muzEeZLy^5K)80G={73M 3|PVr1Q~|5d}2)K28^lIdM1DK@7Q$;K$5QG$O^Bq%W4h3ZRO;_lpeh9|s>J~{``Kv=j($2bghWy*#}Zvz;push>I^5Gu1A@2(rLR@snBqnbk <54ZZde;l}VEHAv*BAX`pMGahp_Ut^N6G=tz*DGX#n%EpYcs%62^ilkkQx1HW^kd1cD*af9_8quQDbpD 50cj&B}S1pn(O1Q;VZras!jAyz6G<4Ud|4iA9w8tPvYJrQ^;p$ePm)4>)ExMz;l2> d!@r0(M;$Wq|J_NJz)>54)G)511-WMfIhSX~V3^~}4>r5a%Y%%Zj_R1;JBDy||^jW}nO4;kT)m=xBqS?KlU+g6bU#6js;D*GWYsN;gfNN-uGp=Q 2-rS6ggA(o40Z`MPmWIYIgnoI- 34ucvY&?&H$@l)1J+~N>DP7(QqcdPswk=9d9uqI1?}Ilw(y$YRtNDUBCO&#MRvbw?=wkzDXFAb_pXBX8u9$P889Wr``oJql66x8i+#w?}cgvOfsOF00ONZe$c{GgR42@y Gsk=~?HaG8)h5p+6&5QX4PDx@Lh$+01^)GNW}wm5>DeFKQrt7=opTZmgx2v$&qB#60qNz7PMJITl@5#XYZ3_8z8y &3y6HH08@B1>hr=WYW`kBc9O+3z`vGi0!%f(yaklmsh_WthT_ZoN{;AoLMsPXuG5u*R3xfI2^3uL5z^?e(tas4G`QYh)lee1N=& WKReno35~BIs1=DyI(B@c?I3K!?sk6!%J6+rtbgY4{B2(-b12H#G<@O?cY4D@$k%}Lr>H|>RW@sgqcgdNQtGf+L+dO+E?bSOW8B&;&CFUxZX0& dKm~?II+e)wE45*z4IPQ@Vj7_JV3BF>9RYX2^AJAB!n4-&H0XQA@~-}UCtc`3YVkcCX2%VC=Oqng>7VR_QoK2&f9kQbnl=Mx8SS#ebsllc`6sLIF!e81LjhoI13))u 88e5jk&jYUS*M@U2>no?`6?fvt3Ig`C!DR 0L5vJn&rhsoWPGz0~4T#+H{wF&8zQb)HXJ`L5Pzj(xetnZ&2fDgv7?7ET4u B9Zk2#u`h{~SKkWwKrIQnI5JUkJ6BgbntHO%9NyHE`w3Ooz3O&HYU{%7Q{pcHavIyxm(pMCOf{}lHG-}Zltq2x2R -D_UjxQD=<3`=VMGHWfMmk{MF#1UJX(|Z3Y12UvouMb&Sh5wPBMjIQAwG&{3AI&RHdAvM6E9g7bwN@)Ek?_M?^4@ T}s0?jx;<)f_OHKMI&{M;nA@mU0$yinK2QzYO`tKRYQsPW}-{Z-^w#u=@2G`bET&X?U;+Lo}SpxE?$OxCm1m1V$Z m}5?;I+-PDQ%LG-n>Gn&MGm1x|}jjHx0^3=#khh|~EsfZ`?gp8poM0`h~@W_StwhRug99q6~(@Jj(*@BCz)i4H-w oEqBq(gg8V=zRtNy|oMa6gbo3!SHpNO55pMOw-6%x;HuHNZ|Iu(mM9cM7&V5_fsDNkv37_b8H1x>|(ijWa%f?_` r{^~9&A=5+p@?8s)e2B4m7Qg+6t%`CIQ*vXr%?uLl1p<1Dkh7$q^osmpQE@PRtb{*fHA}pcL@5JLY<}~q@PkGWzg &3hyE>e)4)e@tLVtisY0oOB+0mR-$NS~j^?h0{sVNogHt+}WWHNRQh|77$K^s5b^YoU;tiS}s(R!0=Mkh!dJPR|U ~ChBpe`V8YyJA7)^v(@zg2ws_$+E&8}mh!)m>iS)!4Ow5O)pYCJ-xNKmBA2qh_W_w86oOn 7>V<)SDPr>8c9IpzH6eEu2#sPq2PYHli%k^{X9prC$0v6t~UdOfI3ByoWj+mpT0r$K5%t5n8)o1S1xXik(K@XvYM mwDT_<39 6e02P)fwr)Es|!HJmJ5+RbBveA&CHI^D79h&mnQUE)qM`6Qg6RsxThDyD$KMP|~oN`;^{wlJviezPRdpk{$)CjQ! PlnWB~T30)_P@ZIfYP%WZm1Eh(Dx|87oi*t=STD6Dz(e<0#lV!iC0+C6Q6edJ9-~dcsN)2)=s+1|s~9vul|_oz9z `__3I+cR4f9XzMXpB(WbcshFi>i!b-$f{cP#UEgw@#2E;)g=BeF6R2pcpCQS9mcOS(;SnauNeEfirnf5V$IJF+6z?T8q0hD c4&_Vo%4!zy9VE*Lya`67~I%D1Pqnh{c>Z$fIshudGq>@nAbmVu0Qwafw}YEc?AB=kWl;nRM#EwS4eCAI%&>dG*#1!QKvlGfB ?|HISfhz{$N}bFXEy~@%Unti>srHXRKeneq}oNxw#`|ERV5QWpvf5h^rG+bq)w-R9>iFwOUv|Zp-FX{l}!`WJuru {VU7hvTD*lW;m+P*w(*JF{Kg|`sJ`ImLog8Bm0jy%AdPnVD17=Z(F}v`ebTJO}|%-dj5jBBl8y=d-SnK%@2l;KBB PT$Ri7L=NFF2hhctXWWlk)yd#E>I3`#yJUf~4fL|%j@MdfU^t4-OX`<;#27!Cz~33o+CXqzJ^@;<*=^y7O{nU@g!Ec$3}Y<*j7mI=or)R|s3 7lDgM;Vh+i??&u=>#5;}Z{`hi=>DAm0xBxK>9a2OkK_5wu5JkF?VK({_d+qJeoAq)2Kc@OUabB0QYDW8W*U}s>%Gh(?tvE9N)klqQMMWfn&_`E_}hK2b-oDU0V2t(B(SctS~%&C cD2OrS&sI?mtQ8PeWT>X}>V=Kk^htHFRDF%MCWrfNSUO>{Dt&)I9840*UgPS*bf3S1XXEACTa5Qw>9Agv~8~#LGi 6V3eYK7$%r+!g7AC_I!9cvfHAKr(tMMC;yKl}W0B_|--4x8nN_hB=%T%iSE6zv?#SZGPt|F5op9F%3Pw<-<4fO@B9}^%VPUi8&Ss>%Jf|p5lJU?Cp?~?uLy0NmoM->O2S{QTKRjv* lb)dM~8R7Lz3+NyUTbI@o&7s$DlmF0BB^gh>1k?~L4HKz{Jtu4^NA2$C$lNa9FH_<2;0^TAikMfkzB57Ukk(>|{YLFifq-*G3bs;Zd$3> Er@ZdQB-B}x*WEW}F_N*NM#JJWN_hv0EH;R((2uh&Ycn~nJwCcgQUy^3^?vY9?zUL_9SB_*fQv#$REix$NM3Tb6{ XqPBQAl;GR-cINddbGPx>r*gCU;eWC?LPt0;D~_ybT}{ylXNLf?tt&Y>*Fn<7B=0(B0LxkDoG?M&7YPP4M@F`vr%<_6o8bQ(txIASz6OE`0viT@EI7M 4%C2ARZ3KOClZ_nnaF7*DBSZS!fGCD7bM(fl4&kIJw|+0%TQ=P@_r>GYAyOl;O4v_X06{W3!`BpSngHs5``BwrbCLp~+qEcgcYeZkG{HljW0I`OQ1iJ)zDQqgRVi d9{6%CPY4TEgR&PQ@GtpyR2S6rer(1oI@N@%UjrZ_g;j6jOOU3&qtMN|L{c8GQGoa8QYh(g#B!5OS%IcQ_}w{tcAV9VuP8?WqHqeH;q8DdMBw!{IaCu#IiW}$l*Nd_^C{X?Yo A~>%7|PE>1YBS4gv@RC7IP4_D<;%mPbVZ(G9-;o}1m3r9(rO;K8BwFl1Ms8lqlY8t5NTr-`_LT`eel4Z4AdH?+l% jpVCV5DLbpekTsf|KFo69#Yh6J7sTeTsGX0rsl9{C-)6>B^gLNsE|+(CsZsSz%~{!Z&_eaB9n>5Nat`%j20?^J9^ h_L48)ub49ArsF{>>(+yFeNwuT!5b$Zf&q88YNrdu-lj$6YH1{#F`eGt^NVBjqmZ 2%0U-RDE3)k{tXjp)Y{RT*$#bpf?zHo_)95EN8%$Dk!~H=Yt2u!w5(5mY&_BWbX^f%`kOQwX)Q-mMI=2y*r|jxinSwJ3p2ewJt;Wv%((wb5Iy9$(DEKs163VWcn7T p=V8hSO^3l35@XIesEzRS8YO$-DqG1q^3hOnjL053~{nC8cj3ac3goPBP7zQPLgXe4JREe@du|9dsUOlwk39KVbD %Ao1UR(Mw1~0+K2JujHoc(?W$Dh+Aj5v$p~t5k8rY@w~QKmMpQFRa6BP#CfR`}PJ6$A^${h@4w7CD#ubF0bF8^32 BCy^ib3^>DkLOm+;pMH&&Z`2@o=(K+BO+Yo+C$s8mTdlcF0)qXrMzMo_yPC`jvX4z8ySQtPeGeZE}uYxVp6>LaIo 65D6gbJFX~XEA!EDCPDK+gg2F!lFtXPajepJ<`saX2&P!;eSVV#+fjmZvQYT2vfctag=ji`Nh=~Q0}*;46;->y4$ `nDpPU}|Nep^{?~;4rP;4(@EZq3nc6t|okr flosMlY8%_^>UCHCL&QU)9vYaNv?eDHoA)zQip6sJZ+28B_T$oE_rK;YL#dbi3(EEG`UJfdkuszj5emJI^Z{xX+D ROfMVt3Qk_JUk_TY=`E}7*d8#^8Iy88)<*fML=2pcpVuK1=_6!&f>{g`4bi9QndmcuuGUItlP!liA0QqS6MJWz>K&=YuF~P$C^!RWIGQz_1x1Q>w5TN#gXtWxi~vMf3>Z! +)#6kd!csZXB7(^K&EIwIty;0lQ|cJa8~1Vk~U_j7$D)GI4)H~hq%`Q=RE@G}atD$Po??%pgo+4Js7s@? h^>W$g}UXy?72`X>lMePjR_ZGWvpr?!T9J&=r)q&+)_EY5x7@tC&X76dq dnuQ_JlV{wnHgSkzJPh|DXN2!d^g?HX{=f{KtOrlm-cz{w|3DxQRt=MtTnlwHuS4Z(+gIwv`ZB~={ha{9*4Tz>28 Nn!I(XuyTDfW}7h^^Af=E(_M4 bP&D8mVi?D9w==BOZK1Y6H6&Kd2&4?*h;}52~7QAPC JCoe(Y(JSs{*9ZBImSJ{_Hbvk7OqI;$l&Oh)KjqV1-3iPi+^GGhK99xSc!G=~L=1O;zIonhDCl;C3W#jf~dp?#h) HKT*@0JVh$OIkW}1VzyV4B_Th(HP_0dB3$6fzYX`vPiPpBeRu|ccE!PC0DHbm0Z% h=*PS>6aJXxb|=%8LYQ0YzpG!nyLGn`6+Ir!c{E@aRJbmAp(yya{%AkixN7*@zOS^;O-5p&jPEY1)mfc1vWOo&02 )^vEnlrpIKBM*wHxMdEMM(S*#Dv_EWQzZeq8TFpPOLU~INgoCt;~hJLqnF}0h(MWeg_}e2~yE6Q(4+1u-obcUL&cBU=X#J-tNb6rss>?pAs{*({YAdL;pIQ3ZU~DcoQ`sl!Ar3>J%q8l=MU #D;5DHi-;ioTKgwl=U%^j5J=cZc%We-KXraVxE)0|NeVE{Cw^Z{{DNe%bCrPaXkkgP!l>A{JCNpI-PD@m??Q?eOe Ac3Cao5Sx-Zdb33O@Dv6GjYcDdzFjpOG>N)ZXrG*wG{*i<%eDYPSgu2OEf)#ERx&Gi3l_dj*AXn&Nr^PBae_+cZE*O^)U`psH9Vhy#+&M_?~Wy&3rxn96rj@uOBNh9Qx=_sV^a${0 Zjfi=u+Uh8siHvbl7tldsZ{;#dpKLG_!7(klc#a|ot=JJrWG};;@?!j{#1;>xyfwAlt3+ebFcZ~yqR|nw(!p}n&z wZxs3?;#oL;q#>ST^N_+Yc445YEh1xV5MeKshDCG+@tXroD2vqlzqssK@Ms EuW#aMcgQ!&uN8&PdCpqqzK=~BTKvXR>#F~O#1Yw;}q4nYOC=Oz_>Vi+>&dBn!+$CbtV+|tfYRL}2Wacc|dF;&MxvXJi8i>dQk57A5LpH#CI!u_%^&qh*vw{$lF<5&$GVYf wz4jOruYc31{*G645jvgTY;mf+b-pl6F|(20j!|KF`z_L4Rp5!BoQ4&9|NLTRl9PSPv1WEnp*~J0z|F(F CEmVG!gy?N$?_p~4jH;-R;-UG5MTL%C;~f&Urzf%y)?L%0q^1e_x7F=>QB(nZMXFF?3#I3w!p=ge =;pgP+72aBTuNKh6J9cfI>I;HJ}B7nT{wF_mx3zrr;&O6H(Ji1(vMKEU{z_sOlwVj8ZfjG$$}zAu7(n$8#!{WIlk!g=%17I|ac*&C`;W5uYrH~ aKM(59(1Gp-JI(o8!CVgNfR4h9 7hyczjtJ`xlx(-K=H~jCv9&Yy0Fndk?E~IMN1+k{j%y^0J?Joh^cK3J`os~`rH<-t+D@6Vtq|ELjdL|4mKbE5ebD J}H7A0KW1tczR58)17?M0}6wpR)1ajP2Ho7m~mO4}2yzQ#H{{vprtZSuik-=gPLNSg}Vd%62=6pF(WPhT?zFCvv; V^G@kXPXaY8Fwz|WD#RJc4T!K=B{f@G&mT>HrXc69D4Mz;z}yi(p7?&91rRM#ikqfAF&Z`!Gm4zSFk0SDS6nS pD*h$*9SH#~P{I{6w(-8cL~3TYjOh$YUBf)|^d<{~*Z?^ZHpF;y2Dc}uNSo1=r|PDuAj)4Mp{X4K_{NN!p|sWgK4 8L^n0Y0BT-|SA1Qya07hLR8r&^olCsaYqzM1nh*Z|CYX3cr~W4};sj7FvB)ebq8EVu?Jl>>&XJ)Z%fS~+kPA(5iu ^2FDqK_M;SXpStjofVqCg#s@FchUY9x=(dZ4^@gTC-`Ymx)%GNs#H_l4i3>Ob3J$xmgl6(z@N%0+Hp}hql_U*xU+ S7L3pbq`b6Axr#B~`irpMe)au>}4L1S-F6m+Yw#dmf^9Rxl(wN?MLT>^+Gy=-*%J7^gj=tplpKrH=H!4%=cX~5Kf rrpop-;78zfpmZ2%J24jxVxqLDipPIIfzPYo-+C{4MHS6m3+`d?e=rEsSrHLg~)IH+_nlGIk+XH97X*^hHMm=r}j 09-PrYO83P^A%^R6l+*t?O&g+rHENW2hj^(`i~L~?A|vL-;!^J@*L?-^^Qe;CBtCW7OsuPux8{ ?ey@e7eEg#D?s5GhL*Pcs+UGtA_v-m#`g$yj@)H<1jrZoZ3HDNiou_!a2VqM!aNhpXqE1 T|tZ(q%YEXdx`Tdlu3%4(8M%WAvS;p#=Cn&GPj5b<%rE!4EV5nM}mYh5De3cHL9JrS?E0^8!~cnhRUdojdo=Ep=S D^I33#e^m`k~J^;fx$mEjcsAAy|&azaP%5j=DuOiP(D{G|9`A+KY0_oUDqK%^)DH7YV?uZis;&33AI `8h&A+8TFX=ly9w>;_pmGkGs?+BX8SdON0sOF~XE(%@5h`~q}t21(8CW1T*KAHWRs(BlE*Tv_?YdXyGto=OC{2WqkP6hIa_GU dt=qkjS(6*@$L#F4bIHrueB^qZEY=DW#A(lx~Nvvve)L%~EkMb0DdQ*CoEH*vF0i`IO8-1BIYxX}novw_9c6@I};GuMr&r1Nl%ctMik)&?RD#F(i6=L?tniWfl$li~Y3 {M_vuUv3W82QWa#){u50pI%Q0N8v24AQMXRRr@Tp@fXZW~mK><-jhzQs&4C&74)kE>)DsiBhJEU7=?weiFy%omOl RI~Cv4lXhot+K-83N)XY`~?^G4!{*vaAC6xS*|&3)~;UZuUox&<lsj^HM_ik&LGisz1qrD0qh-F3uwb<;_ S{SkRGaaW~Ax@l!^Gl)z#jgAoDHdX3$Kr~S$+uX=9O}U|6oE(@V!+h{?sPLZH;e8^|{@<&TZY-3**s-0x&6b#OW_ MWM4sp^h8+bR}we88}2G7e|IE7pAIldp-#FFc*?k3W5wf*#xsM2r6SkuuR9a_1rT)QXU?3vzLp|$StaMoSk;YKgS S^Vk5*qoQu6H?byIN5%fiNVn$=k0tu8)M}nA$aW!PXNhXc87`qa+XNmyr6H5uCO3gmIllc$O60}Z)4`vr+4rgtgv uP5kcxLu_21(y)*81(&x_b+rdeZbBUQgbxLHU@2<;Npn0`4PNnn2znS^<$dPGlawUCK6t%&1nchcFKSWTi$IezrH (&OWdKbByAa_htG60nR3mSf+jDnB)@sxTjg ZE$B=V|>kljx|G^8Q>y!K=$ lPw=CN#6C^`t(t*pHJT8$CT$NKL!1K6%)hZ$t4NH=%&I@nTTO-_%I>LA|ilmG9n UEV$?Y8>q0-|KXjLfzP`#Z$F*by$o`<9*VVU|T=8ogRw@kCRRKEf;m%9#y9V<-#(@>qi=iD3OgoBD@444Q@# t2pRua5pCyerPSyX2fwL5qN9Y>BwPIz()sh+r;%VeGxgN>BfdzNz}b@!4DnXagr&CBcIX(p~%Nv{^w Kpb=p#@%FD_gL@f$V)=k9Zy`Cs=W&x6F_c4IV8WCT$E4EbD_ojEfmfopsZ1y3xzBMjx3;Ivkop4BnTEJJ$l`;cA6 m@!>pPH;#lIQP-D1@q_t$t64zqp(T_SJ&Uv4{0yvFx)VdW_#sVM~;9u6O#-)=GIoG^Adj+vw^1YxJdxY{5$cy}63 QArxxmus2&t9}4x9cY`l3Y6`0qt!^bI&+4bEM{sGrj)@P)h>@6aWAK003ZGWmEtF0000000000000&M003-nV_|G %FK%uxOhaEyMN?BjM@3UFP)h>@6aWAK2moMOWmKZkSR$cj007Yv0RS%m003-nV_|G%FK%uxOhaEyMN?BjM@3UFa$ #_3WG!%LZ**@hWN&wFY;R#?WpXZUZ^gX{oE$~jKi<1uIEV_KuV;%UY;bpSfE=3`NU})?In8bY2pD>IdS`oQwrA+> *Y3Rj===Wv`^n_#uCBYDdg{5V>eoBG^fZV5F79 -kw-G$)4UTjAOC0B4J3I2X|DKN1+2J?`5WI=v9MtPLU!(9T?{}PY2;N5UGxU9IuH%&H`wM$H&aD()p6@unA^5%pj ziMg6|->PT`RR|A*k&1m8;V8iKnMyo=zw2yVL&u!mqb!IcExMDW7|-%0RPf-b=;3BHHm&j=O >K1c9Sf-hU-I9&wS6MPlHFA{tm!EY`?xj$Hh`u%bd(m$~X<-BgO3F7afaIYm8$E8bp2u`k*+l^_kZvxwl!2p&uD)dWx67yWtGzNpv5`=UPI+86o#P~+ c9@FhI13h&i)zuXt&^5nj#&%ZSO%a29;v=sRtuIWx#iguj56 y^VfU5-Um>>e-P~D@mq~?pT8RYUMEORbP|FA!R uF}e|PRjJN71c3&F+xh`+-C@c4}b=+{FAfX|fy%&TJtfX^2ZEE2qN0PXu5!M6~6VF3BQWewW?W2Xfo59xogANupT{m{;B_D6reXMf3{x5~+1={ ~+>x<$+r715y4v4n(`V4+P#WJ`nXe@IcVj^$O2A5cz&r(>-<|`u#bDFFi={`XIc&ksy(8$2|z+^zMVuuR9-v@^?8 1_&HzS7as&XUV9MeUT_fT{4ociKBsEFmlAwC!EYagdjI?&;LTt3y>KwbZ3;m`ac73UA9*mw>Ej23?w@ur>UGV*n1 A0p80Ft~F#6#)2ctdD9E@>${$Py%{10JV`#*$wobn;i$IA$QozoK>COEMU{r})Pl=r$rKp)?C2-X4r5X_&?9s+#7 p5QJ7A0aqO@a;6XC4wh-m{*T`_`c^L(Iy_>LG4x*laAh;XPmqE~_o*}feI)w52@DTdv6GN!y&k5 4f>TFxWc&sd;-XAKV-XGEMOH0V-`z4ffdkO7-u!M1VUg7I~!1wyV|M@=fXFnhL9H;O!f>Q~8*++l=*vB|O;-h_k@ i9*SBDgETmkeXQ+hZ8xbMP?6*B?f^>cdEXq=ug`jP$2yy0eCXU*8`_|Nnd#?R#U0_6L}0QBP<8t+>gesh3!{wz@Xqv1~km>i-#te${>w)(J|7zeo}8!f%2AB#jiZ>Se;);Xcy1K!aw@3zD=X-~S1Wu2!JP=cjUY{Zr>}x>`(g!j{d)w@C%BQ| A|972t)bkmD)9aZfY(8tV1tI{N9I1lJSXsSd n5w~l#nWgY!~cOCTfpLOK(hC|VBvknEmE+=>~!P24Vhu1~G)3-&ygZD-Ve_w?4W^RP~4=SuHJW}JI6ro+8i%`$=2 oekFe2w59+#edgQ;cya#%TY{82vvt#`gs=%H21{`1QxA?{EyfI6}XFGDi8Q$H0pVV$8d1V&KI?n*Vc}|0@!V!>ba E-<$;B_fC+0d4m2~mmvLN3Gn=r3HtL2f*&V*zmMSI+;8JVa|u2;j`e^0_2`G4)?@r;>ia|M!EZmc9_4Ja0rT=L1d rlz-+*>pu>s$IumSja*9Nrn7aNezZ#MuRAKQR_e*Fa6_09>ze~-eQC%|{k(D#)S=(jZ!7~kOu)VDE#d3)jn@cNq* =;t3#px=Kxf$?}o)BkG%_1W$)%*!_(hW^{}FyQ0#!+>YIABJ`e9ESXd4+9>aa2VQs{$aq^>kdOXKRpcj|4!5W^)R &a<%a{Gi-#lM6^COyDu<)~pFSMz`HH?@MQ{q&|8UI1rwJz9zaIww@U;)4eT5^ym%Qr;^waz!kj^^-<9UXcrGM=ezw;2%mBk^65Sb>*4N4A>JWJp&o}G1-f|pQJ5! RJqq>y`cc5&9~_1LeEKN#$F?8AIy~bekS|aF2=I9Cqmkc%M`OH>J{tXd^3lM@bB{(luF>yz>-&R810SE)_ic|s`C Z4LoqHXF`hNNt)bqS!fS;EggLKy&gK@d}7~sdxk3m2F;TZJKvkJHSDDZQ~k0M>yN6|04eH3^-Ps0}x`~>6EN5RiO KyW3;{}|G5_!!ppBR>Xy;j)i`4|ts5p)_B+k3~P7a~$w$({af6(c@6he;fz=-{yF(sRbuteIGpu<8$swX!j*2VV%17B&;XzI9ZlH=fsoIuYV_a0^`jmA%EZeN!0&^PoiD 3KZSn#;HR)2j1VLd$vNp$80TMq3gtceDa_k{ehTCK)=#6~W_%j-WA>-f?|lS`)p7bi4gTy~pN8Jz6`vuQkMWG)hq &GZcc5{6^=C2O?>YtJwbLoU?}eveoGPb4o;&Ll$N~4Cf_{3_spwztRPZ5RRe0yAsMqrfw>b@X{JPUHu5UjL{kiLD ;7boY4ek1>e!r360Jr-z@a?;N4&f_52Rb+WIn1-82=2%DK#)+zdGd3Jzy5TL>nW#WK5sf5?YjST^!GncM?byg4B* SOGcf;FoPqgt?iuLs%g+G5Z9D_`apM^nr>D+9fBpLmCc02alZgOJmU+Xqc1xf_1*t$;PZ#hM*km uHt68j&PM(hosD{3c{bX8-Px%B^&0+Tjd!Pp|MG0~$3thMzy5kQ`unBlV4U7@4(Rjl=OEtFa}e)a?B{u*<$U0LtQ-5E5BfNIKH?pIKGGk3KGL6fKFa-+hM# ^u@aw$u(e7(C-tW#weIC|)o;n}p{7vEW8tR)@Oki3Q83TQ3Lwn0 Yzq&#KGOPa~J(`w^D|?@zfL_4o$CIgBTlgPy(7!-W3?{+co^&D^RZoufTZyvAuV1_h`CX^+H(iB!a?4e~$J?($|J|kO9?|&EUZry6)o9l%uU5VN)yQX>!Wjy8zZ(5N_iFUxepiFuj 9d*o*r4#ESEJldUJZKt*{f0SN3VvyweuSE%S*38`7^FTefGQt{W0$v4?gFL?<4(l-v=N2lIwvN?)A#|Ul089u1EizbiL|L u1C7>E4=A?@RxTG{3G}G4^ZF775?i7;Fq@DhKlL;$KL=xjK*egwXFw;Pdf`9|Q;*p29yBX30hC*O#9{?!{%-|ycD`t~b@FS!Z&o1JgMICwXq{k5CW{=*a =cN6;Ivp0bsIQJ&B^L!1z=qBLvwKwU!y$N`HyTaeygns_}O`wN6+>CMB>1O1!&&|M#58RCU)^A4touKdM-K=(*o5 An=@Mh4p9d1E+Z@UHk|E^oqo^cE2-_l!D&wLB!@A_L*e{l=u%jvhE-uLSJBe$R)(|(L`+J_)5ZO-tI!LJv70)5{2 Pk>)v{t4*74L-Ma3-s01_pZBu_cQN;9(DJ-F#g_ M=)gU)8Ym3uKyPrn!a bk@CUx4RehzVKd@f3beQ>R$BMb@xK9`0c$Ycizvj4zBw-?B+v12mW^c0{FN8FVNqo6C~7ke)J2_+f(iX-duMd`uE 58q5PlS2fN*`?*rcK^Gnz>KK@IzW7l614J5egSLna5{|f0Z{}tA&@B9jQx!e7~-~I0gKA&(u>U-h+z{?x&M}80Ak 9xf1*U%Tg?$;QHtACCD+@$aKDSY_X;OqXX?{9tpcsS(&wI@A*@tpqv>b3jDw?>ip^-QM*hYzCse`&lI9t2)({~ O@Rj=uq4wcRA0rai-2iTbo_yfLw ?+>WYJ%2!b|M&;==i>_h{s)Y2$3tk>%!h!7dq0HueGj4Empp{=UilFEyQcBSAHujF`w;Nrw1gA3ag_g;$5HDvRQ^4!zpF;n?=4lqU4r!jv9o<@ELKaGAUKMnth4-- 6y;7k6Dem~^T$p8C)Mmul(GuE@m{|x?o$G_10qWOC0U*I=!&tJjkZ~qMP-}f2RbKn__+q!4eujU!(Q9k|*=KZbDK o9uRzaib6zbQWbP4Ve(=(q3u4gLB1zX4xf_IL0z+x{JRznmbkdd}$Ifq%O^3;OXPg%>;vx%shYL2uoE0I&Q0fpHK 10sJ`kABcb3KVbKH!*j_0GtZ&?i=P9ZbNh1`pN@Z`yx0CyT!5U}{{%mD+&?it9?2GIJWhMRq(ks}grMlN2y(s7AjtFMe1be*FMkQ*|AZ jV@4ph{aas7%4){qBVjR;L+Uvmm&WhU)~}8JBOh7!zet3Adlk}1euQBO_1fi# |X0C_MNXlJ=YWDd2>8L;b#ako_tZm@6qr_H2#wWnJ&EW3bgC(+jIzhUAPU}Una=-e<(qohsO})aXpdXF+iWDF1r|S+2W{;3s)}w(Sr*^V0;GULWu(jK_JeLO*|vAmh(ZUWIXggd oq?Ctij8|DmvRyAJT#+u{3L2r~aLMZ;$iWW1e6kmZ8@?a&Y9?azpi~P@_XR5==VPn$&o12o_4y7#);}>$asTq)4=7+t2c9qDzVC$YmH*y P&)at5`P5FP8+iUS!6MTc3VWR3pER8RK1N})Ogv3HGyClP+j`!IzCS^6iOf4!cfgj!f4`*Xb^07DyoR;~Mm^m{qQ`Ln+B{G3bgKepQXZq1lw{0~t0Vf4Pg hRyB3T1TR&vryA~fxa<)cv907o9hg6I(>gHeSa7IF7Lql#I}{~tn&De_4^NTUFmlKecPLUXKI`c8i&|8=eW*%I;K ao%sDG4?%U~iJbgce;8_&*CVKYh_e%OL&~!waoh#|LNb`ONg?~!Fok);GDd!^uzop+76TCsoVqO0KSoJ>1s>^j9y xtIv*RVHg`1g4H>31jno~Pep`hFh4uoE&4|1pp7WqSW0{VJM%S_fq7(+Pfp!XhpA%lYQBir4u9{XVJRze_Ocg#P2 =4)`rHk8lG$f5%GqTdN&xYh}5HeNc%tcfLZu+4O#F(-@`kDSSt*=P1ElI$$3qvgeFD{JspH)a~mGk|kZ+FxCee`>$hF_)OjSld-{P!z*-d*ea$xhf<-a%n+(KO%egq(4QmGAY|GxG|a 6z4>%Z00lGsn5)t{++&kRm-@Z@z09OHs6=%^Y3}Scffyu|477lK1%O*5!{tvkLJ-s&)=rs1ov+z_(1+Un0`lS-lu lJzIUO%zlY+zuLHbehlc%H)9p;}f1}^F8vZ$odw~PL1^#3G#Rv7N{W5)K+Pgiy6Wi!~h2V5b_ XzzyLhnb>`)wNUbrjY|KN54C`w4!5esApr56gci)9;P+{+Ukr!yI7Er&;>EM(gxit3QvU=Rn`TLU3P=%e*V|N6d4 *nZjRBKc9YkFwNw?(RjQ`g6*TMn^;0&_t5vV>31^ysv74BF1r(a^DDG0=2cjJcs0{lE<@w)O}{r#oIlcUnA>NygY C+{pzsm;{e*rOX-#ESkStI$& Gep%b!Hr`C0jmjC$<_;Svn-#0s8hj|@tWzq|Q`;+##tTj@R4_}_3?CL#RL_y-a^li(_XucbI&r{78R{!@D2lYT?=Ostf12!(fO9-$pZ#$6 B=FvNetYRBps(IH5-qgXe58hd?y0@XlRzG})p5J5ewi9|0wt4-i1ABSc9`<@oH=${m2S0|w8~VPD!dFqesU6VO@2 +7_DLmDI?%}=q&U(uu9QYahn$ld@30bwq@9->=m^NCPQR#plfd9VfK!-x2mhilXY5EaL_hqJW^!u#?`IvpVUPj >$6Fi3Cq1;c}rwxK%qu*Lh|K1MhBKD)-c@FfUY|DCz-uLQ&zJmV-H2u>&UL2q22SF0OoU1yZ-xwhHEeF0)v*~--0 eSoyE$b8t`zXOT>HCfy@W=a}ll{G4znw_GzjWw+4hQy5)=})ncxvI(5A~VlQ1)%O#(^$~|5od_4|l+y;Xo??FZ%5 nrmYV4k;yo8!X|OLzB6B6>x4g5Ki9hxx||L4{&{*{$7>POW%}KxX=YN`IrKZ3em8eONAM+H&pKfL{UQB!V){X0-{ ^!b*e7@_<0Adm)3@t1uk-17DX%};hBLJP&!zVT9ni-dOz@o+-DTe^mb1Gw%_gRG9k4AQq4AES-x$50rg5Gn_;0H} `R{iQ{Bqb<%KL!M>x7b+wr_uX|neWkjml1rO=Fv;=gih $8=W*X#?L3F#?LqH9cGORz1A4{z1dpfRWAy9N_#3Qrm-4*ogbtYHVD>Sa-U*$#{r4#2CH+3E?{A|x%RAu%ZvIYZ{ O3ASyeFA<(eLNq`PCq#6tO#4^@b|$pg-g_V&Caou`ChIxVp;{RG LyaUD_uY7;CQ+$ms$rqQ@sgT5*a)hnTmyQ!P^ZwRwQ%Fc;Bc+V<%QlD)!&P#w268!MD3bz%YNun?@(rqI0(ybT%& r_B5Abt45hBt*7L`LU-ifQFo}B$b81y;Sv8nDXK?N!>KAv+Pdw@pZ_f0=x!vx#A5BpDgc=cqL)Au!lXGU$Yy42B_ SCqfaq5ejyWWf4p~&Z&bi0MYM&gbI<&lKy5!W;eq#L3}M4mfVEBRGvQMU<-{V4D#tT8s|N8Ow?518w3pjyN{`~|; QF1q`!TFl=Tte!=~Lk*Bt%yX$7`_=~C1(YwEuzn;M8sWYkj(jSbvT-MB4L7d)L&5NbOXHA^n>5VycWr2>5yjMqxI yVX3@=xd`_l_uf1G-dYf!BX30hj!ph^r-L0kbXpNm}YQ3C2LuU_}Ph%=zh<$}9iQ-oHw|VHOj^2=OvYpN& wZa>d(KWabyX%8wM5;DHd3Ng{Gww}D=vXbJ?_OAV#F$qh#0nDE_u>hzX~p;JoM4 RbDPrWJL>`7?%nQ9Tk5Aga>qjWlWG8e~q2v#HjVg6eo%^QODbPe7@?!1137TlNLBc}nV9$*>XPP9`7(!R=9vzs$T 9VYp3=R|e(g0C4N&$B|!MTONlpW}+ULQ RA*_2LA*shb8_P&i*HCqbgK{JC(H#-TrZS4|Kn*WG#{}*&7ICs6LYtwHT8(;PIHE>*G&*HM>>!q=m^_#W#XhxxDo 5SO#7wdx%+%_&skmDWm-ynPtq~@EB(#VInJ}%?h@>m1gK1hvI#`PIMRy*fo)?yBGSDmx%hEKdPsq6w4o4xS H={NbL_-us$AhVoJM0D32A5P|tn-uzw?rJH+Q?KVVr$aGMfU*HO+03x(LT=!KO&k~iMi(sJb*NiF?wD)X*?M6Tah !%PRLJ8Xf=e%Vz30nQu;u@4%RksMjXTwiKe$doEY?*3}J{=h17&t${O^|Y(egxJMKk+pD-aM+888E-}01qd94%-2 OuM|0Q4&9@IzhYs8LK>s~)X(V-lMQtT!}Ni$IfW(jx^!zTK|%m;mEcFOSe+nhd!e-((z5#0kytE)Szutq#(FP0Lf W1tb1Yg<8~~(BP$&<2jbqk4V6n7jdj%9utF7xqNtu;kkh*4_6Ad1Ydc=@P(f{BP{)(RoGz|eHTjHP_Z04w>R&uz|F4x-6K A#B=Dct%S{gNPxa2^M`UwAqqnEejq9mHA{5AnuP^C^cK{)q|3|O4?)i3_qf7WNsws2|`1OWEIxZJa>q=9imcdw4O$P(_>6etO5a+0hB1-nQJpgzqva&1SN(LsjdfL?kRB{#otLerj1Lj5d sIqPqB;-KO~F|<=}7dh7zeDrORprwt^;S(V5c4OwzR2ozlf?^Rze (>82oF_tT(tcyqg^bP+A_!gbWuC7HGHG>I}1Pb=}NElEeHv-n*gfA(V{E3(c~9z7Jp@OLOc8a0zXz1KBwv+yPDG5 SdOK((qRUN!fP25=ptBE|UaM^4p>uVbP}AwnCe($s3sgX>BytpT=ISVz>Do5ncD)ks5}rf%kbr?t63OBV&{Qx<829)*x_H#4D5h?NR?PMGj@iVV coq(NwKx0Wt}v!=yXs#&e6W@##JdP{}4mLzG^!V(ASlO1u4UzjDNJZ-!*VN<%4C!~TWn!cow!x~e>SOQHi$Iab8S ){gO5!Tj$`R5o5@PuHUk%|fYybgof{27#2gF#6sRA`$9f~HX5T6u7!tt4VJS26zqkM>Nlzssaa*H|p4)7q|s|5+- b2tldjGw$mHA0}^wVv(Qf_3DH(bpi7VRf1K@#+lkz3wI((H?GhU$2y8e0>;BDdqHSEbF;VVI|p j4u^^6>X&;Pg6;V^v%8@rlO#fiS%w_CM-N&!i>3@>8t0HmFqaK>Nq#QDzJ;23ahB#A=c--quUCtdx6OL=Y!e1|KT S03k{a_4Qh11$B+G $ppHlpEnQNb0SZy(sn45`>;_0&o`=3#Q>W&aDB6A_HJU;D5m!q!IDjhDwPctjXTQt~An-^9QIY4Fk`g*4-LBz>0( 4QpBRkFMqHb^(fWcWM{LM6HXJ==3KtyAIc$hc<;zw%P5KttZQO-;d8-hY#2+}0N|3sF}w9$8+Su@SVa?$_>65mWE 6O>M~mIsM$W>yxM&O7TtC!I61_`VT`_|-YXMBWMItF`F;JCZ=Rv;IRR_FB4P1~MQ#j}tP-&HLnI 9%F3!$Ayi_}&$M7gcR3B16{&$#gA*#0_51Wn7)-KRw c%&g=&R*aHHsV-3olfIiWxU(ZSa7Rw-N5e)ohbd%%ny1UL!1B#}HPPlLjL#N#_hk@*^zf3`}|k7yn7vovyL;-P7!5~^#YKT)M|+q~8a(V!H!x+_|mlqQk01WiO<4u=Ib`2b&)n(-R9f1j7ThT2cJ^{8*eITG(_*}XQNc 4Uv^Lj3zl2{WkRZqEhE2yA2!Fozq^|L?fWF8GEQa8uo-mJhR-VR )ZFsf(YuYwl7k>hH117<((&EPjo?))RT(W#L~snIH!~W1AU*9E3qU;){R;l|tmx=t%CYvNvkCotU@qhbn`$4M2I0%YnR@SSm+bW0e-d!dl!IqD*62#oVqk@y+41Zm|gE G`pEvl_Vin1y6^fbQ(+)5No<<=%!Iqi1(tOS~REuG$BJDb2H%~Pb|fK%zC2C4uXkFeTP0TNp6Ig~v3D|Rg`0M5KHW}T)|%?a*X=7v~tP2VQWBA2h*B(fhhlqYK-!ZR^L d7Ui6my#5WQMJFYA#t7i929kdAJeD@OqP^w~__JG*@Mk7hR@DVOxbP(sP!2E!&%nAgg6zr}AYX;5a= ZDEF{srO7%Iu(GR1&lo|%Z=taoolfMG(u1242$xa`kQDjr>G7!s7{TktbVktEZ^qR?XVl9fY#H6-A6DkaSY-eI;K?{dOXw;pYS{!doDVkEG^^q lZIJGgSIqC{b8Og+}2X#q8eGuV)nps9DHFGQ0FPXSnYWiXmazmAcQGmrRY1SqyuWM@`L9^c@(-u>nYh@dV)+#;elg2dYi9r3%T=n__B5Wg(r^mmIfp9LbIfrF2Oi23=WEPUagGlWI&0<1F`Dv h%8NL%oHa#LbE{PbW*#oV;xA|^-x~O~`RE#n9}Ol>kwIbxX%glIW<=&A!?ato!f0L((f?y(VsMrvkzZ+Cg2A8~Bo j_6B16m$lQy5?c41b0V}XT5CL_{9yqVBuQQ)1>K1y7x1|m9Pz`UWTMhw2e3~q`wwbJNFT%T}P5!T65#CjKpM3oXR )leevMDFXOf6JF2aDW1SAg+CoDIADwACnLM&+UT!Kc1$qjgZ$7q01V?^~pLTsWI(NKbTdxHN@>VZO1nzdh*o6-0h ^fW?z@E_F26$nm*-9&4NV_lBJjceo|}wI*SwGP+$bDT1c~Kka;au4V9Qkrgj}$ykq$tdITlagsy#l%3btj%OO3(S mQ1W!o~(>?2{-U+-EF5{0REzs6Gt9?dPeFOyr$Ofk9ytL}NwsvJz51IY!^yX9x%j6dAw8g5OqCSf`Jsn#ih@HDSz NP9MmfahPEN3GE)z$tB{57nK`g=K&p7mlkOR(hCXMch$nhc~!Lib@jac+J0n7Q5>&yZHmnLOk-FqA2u0%$fC0~og JQNEFo6XiYUyt7lLdUn$vao5!1l88=n!dU?QvXQYE?;s~(zFF<({arZf%=Vy^J^rJ6h4jcOE;sD4x|tZs-KNM`!y U{(cZBC^E{6bq)9Z0%`UqLi1h+v{v@mJ#L=Co;sCVIpG!q^@daVrB77#G!QYYh?glROHsIQ`| J%m=07+M7w38A%Wh0r?^c!O&V7FjqyCnNpO%?_7WtJ$5h-f@k<%2VJY0eX)sk`iKMBhdLt@tbvY9GKPZHk(a`RQ7 UphJMF95=Yy5Nl&G-a^AaU{yUmVTE>12$UZPvac4IxRio?S`cBL!}ME7GQOT#JOphK*in&>m_ulZqw9^JG0s^*!o>#f1z`DrE^btTMWUgT@*`G%c6=DXguNu3AU&)} _Ww&cGNZ?OxpaBx+SR2DW@2o{*B1cg!bVCz@?5ffd8p&|oAK^Unh1(2I6_VNaTu{rr2cv(UJaiRLR$`sgFHHsU0c I_G4;V7F)#d4WxXSE;fI_Ng?OsZGjEvd}7gV1L=d4&?_u;zof@phgvE6eL?38G|Y!!{7uqF mz;u~ZZO^eg7^t8caLP~wJfu&#qw4$U!V8k?+hUle6uoF-A08KM7HJzw(hYp)|1szgHtIO7K=y{sAXvk1g1&jJ^^NT(6?%+eSpqR 4He8}!&FBMGQ|i>@*ne->XM0fupS!{qYr0Gol)J4L~I~Vqh&;3@~Gp!QJ^j&!bt0lAC^gITa@YaxJBljr4fDZRVZ D}A^`_9qBOTijEk!%Q9n$qi-n}jax+q~*jPoiFDzBs;>=*WxiBevMBJX0iwr``tixWYCK*^-TOWriBrdxLxGO`J8 +fvCkeJA7SrB_#2$>vWd69%9;=XCZK+(rJ=jOAs&p!08XZdpc-_zeu5AwErIY0X%4QKucvJ)X4qPS^{_6bCcVXPn bBF5G_ggWC_$OMcKB6ICaS+%hm+i7Tp8)2?Ul8np30Zm8I*+)cb=zvGqbJyN`;4JB1=`0zBKe7lX>>OzvTCvoyU6 JS1PSq+{bJl=iBv@H9Z29PlaVgd3$ZiPM!1%(Fv@;&cT(#ynuN5A0FsdN29;!i@(_IT0XEUWuY{3n}~$MoCPR}RFH-zpBkjf7~xb`HfF m@OP1UcBCf?kVNL9_4aZVBiUA#)VcM8rgn;SVMxu5t;#EzmWvZDrSDDAuFp_PivBW-}YlvSG4u{@EX~NBSa{7}cW 8y+?Tb!{YfY7g6N+)-!a;8f2N>?NfMpnt#NOPGoz@#a&azClnsy(xcT8{21$QLz<06(Qm3nhMMiBUgP>myz_Z)fu IY_eai)p@}-3VWTEL$)G(bNY80Get;VMlv(3Q7?MALNt$Vbsk{dJT{ELCM?9Im{z)7_4uQXvg!e;;gsu0P*1&ki* Bkk&OXYfl@hFI=uSTpTZ>RbYUSaKp6fv3*RdY@2(AgSSP283X$Cf-Po1Wy%rNL9#1XnxWyPD#5~=}vF>8u!2Tp2} B1W}E71C?U^@Wg7$&Iko9LNg`)H>J+lzx{%n1o5=HKTpBrZ1^BfXX3cJNyXyV|^kS(Tqt1rk+b+4cU2|_l2TOR8P-hv~on>q$fv!9if?EtQw(^5rKg#Sj6K532SyrpTCN?5 VHoKxUC?{w|7z^34o*N>xGHr0LvwZ&a*dKC;MOePvO`!VQ19?4;}R1_ybu_QYLP!`S_8nzMohi4~%(OsApgN!>o!qKu^Y>-m>S y(=tY$(~XrXGN{aLY|T;{)7e8a=mU7)~aKmNV2(5-Gsv?H(@Qwf#FYD0)IVKk)|wy@@cBe-wcNXK_}DV>qJaDs7^ $douX1xXfZWdu_}+g?pd56TbOw7FH6_C9hKv?poDr3`Xq1#HEZt|bvcPNnY!1knmd8??Be#Ic*7C#bI%&Lr-w&qr =mNL_l{9@jnhy#u@z1}nMs!#J2_ErqUGpbm5@>%jfE*|B+@t;6Zd~vCn_5FFTUUDTdEIP$&(ZR OFN9ZIeW^<-fX=~w`z%SxRO~X@f>ni%^TRqVRpEe{-;rONL(h|0;iWc*aj)lfg5#;Y7POb)f=nn)m>N$lA4K>nmX OZ+0vYgk(np+23>q@5}SH8*xG)tK`{XqUo+0iSrrTkzB;y-JUq$W6-X&BfY`8G@h6OqjwYmF&Z?+3C_4hBPfQ4V2 u|u4XkuX7oNm0M7*pcx3v2i?HL>*}R`aI@3Qe{=mQ2uoX48fVAaWc*QMamjOM>l?lxje=cPY#A21$^bwH0*TS~e#uk(-!%Oe!$)XnG%b`z`@$iM7@OqW^Zp{N|)IxRw%%D#bIWrSfMblQ3`4t-Xq!v#P#;$)Bc%_Sm4=||&al+o*E@2#zOC`hwx@(^yxdTX7nR%eFkOoqV`2~J9cjd!AMkoR0AFK8r_7 zVYfa2ou`MpZe_0_J)>x&%`J+?gg#MCAkxc5DLT)L~#sY>^Y)(!sGBw34Sr&;EXgcN@7aJA5Vyp4>{*K0a4fzHC) ;OH0eT-EcF?U2KqOGGZG)YF-2402x174&+Y_E*|?ooc>@#ns+6r%YWG#-d~HNiEfTsEeSD#ia1*{(!FI+1PZfm_*-7RL tj_!Q0$O=)Q<{{j8c)T<|9c`k9((2U%!5RvBZb5R42lrks{?#C>VQd!Bi!;Ye3bQTesl@>r*kyDCeq_ni1nhUCE} |KLpj7Muj4zVA+A8QtCGc88y@TF0;``=)DjBfKn})W+zeeJhMs06~^}5Z9z&aEjEm#DX}H4eR^|PMwUFIJWNpFkv wR5sSANG8RL&~!Djc-oM5hzhkfj_QlnqmAl1{e_l^gjej~85?j#zM%{;lIIZPC;wN|9)F5-zMyO0n`bPho*t_#d~ n#d`$-JNY5$XXX9sE?ky0n3VgmRHf8PaRs40a6W@(75hw4~AAi9pckd!_>7!619vKHZ}H(Q?TWM%*<@g)14=1OC; IjnjWmfifkca7#2ey>^H*1BoZ~skb3-9WrtlvEVK}z?EErKod(#V04;`Q%A1WH$$A!Ir2Dcni-i5!avrn{pz}Rh9 JUl49@M!6W_wqEx=D!j#$Y{5kgv=UDDa%7AnY(^hm%H=W41ATIQ>j&q8jt2;)D5K@zZn$vU4N0sF57-*}6lrR(m; `Paty!Xk`}aD7Xq6I}{!DEy|PZB{!u@&(O#Wcd-%biV}m*I@A4eqA-^;cH*{&xx|>!vgfa1HePJ;u)HEmemsfT2L !vuCfco*(sO*EpK)4XBTY~%=>}7-aTQ0OQBR18*e;4sJV1jMu3ETEdMajx!30$`7JVFXxr0K-2Q1IblxmtSqJj`0 i=~?GvP!*4OsW@?haYb~7gn!;P6lzd4I{tNBilZZroiz~saX>hu#`qgttGPAn>2ak)vK1fiyE@}EMmp-mU?kb81V AB<%m3ujTy#XdCb(^nzaWxH7$~ay;EYrTRD6nl@!9(pE5WkxEs)NRh!T#+VKBKpM3F$U$l2|x?l8Fq4|z)8mF{%qVcJ0fgHfR-_9%1x@L< !Lp0yn2#S_k6lw5_cG3^s1#TV?55tkj(SW_-%Y*25K$#+3s{dkq|YaxRlW<%$C63f;y*}SACJ6b0jk<^1Z xZ&ZPz@i9aF+s)V=&8Oj+d|KaQH|9Eai)KTcX<-&duoz8;gTw=2$$gC>Hb2W=5G(Ugf$&@Y}HG<_ec j6x}SG>sC{>Yop%Pvb)-K{k}RE$G;i_MEsLnV}2Ri0UO4$3f8-8wZL`v&n8x1fx^lglljBc0D=E7-aW<#mbw8?^(WSkt(r2pr02F #a9L}cTmvW3rTp~}Cu)fyDDNI3nZlw+3v6HSB3P@O87*dhoTb9rZnv9;oN*K(q%5k6B3fU{OtV>#2n!D(mEc&FC+ {Hw9OBXo1tdBkY3zav=OXz`dc#pm`J>vpyML>LooQEJ*w34ASTl9r(g#ChSw0Y`bOVQgzTYr5WxlWEBqQ8HRB1?w *PbiJ_-waK=_QcfiF#(_>=qsx;LHJ?Dvva1az>$zgEtWQAuH>rSX361JJ?hZFXp+d3@n2Zy1qFcI6(AaI#a|x`|p $)an{O_4Cv^ZmH_TmSqCmdStnoZkAgg~bUF4^`kbF_BqZm^#(+EIdjg*7;NH@q|yj(E!2G~G;~%u05mjhw;NeqT= NN}u|$(af^#6ULVeTP|x7!INW@TI8o*)F)f8+hv~Z=TtSm@>)5b!t5uC^9{kCIIf*3gLgOAwcO?!=RJkG-8?OCak idh`?laVBd$5(1ckL{-wb!cXXUexOm~wNd#tTzCuJFwk`el!K5Q;yYN*KE=Da*xWHHJXQ4Sn%0R7{wDt&$QAbzLf Y|8(o!Tdo%`rg;qGt+vUwac#A8*g{9zv8`T=AN@=Y?wJ?j~Pv0j55Ve(k5)3Rmi&3HX2hgUo`47io3Sv@xOI&w>|CTW{-AFV-XS%!wqi`X-v?3!}kq99(s _lYka;1=&$YMoJjRj6Fyb=dH|5rypd9klSm*f~=(ssCu-(u&W?Sw54$S$U@G0vVGkj^rM2FU0?cx-15N%X^6rpqJ5FGjBxYZr`Z^9%WQW&l!f=8O{3mhb1_<^Ia6(qn@PDCv;0?#9h5SF;RByJt QqR>#CT3%P&6ZluCc-rvC@@>bes;izDJ8Q(;b#L6W-}hlc2tOJHNLi(Q)6k8{4e#2gAM${b9&%Q{`j)A;o^XMu}tWdgf(JLvfi(b3kZ`50yPK2fz@_kpXH9$F+J${aGU^qgxhsE--zLb$r00xM_7%vQh=VdXL(!>NUsB!&HZmdPxud!-)U08Tw)w{(}D8Sisv ?$$eVH?(yB9%Zh%m1#=13-?UzHgkB_-S*sl&-d->4emapwA(JblxFT)+GEJ~hlYoD+tZshV{pbE-fn}_($@F7VOY S0T&a3B9_203Fr~?Uu+SaebZtcIk;?)H@eV|XN-{yliF#EcHgSpzx3qfGwbe4sLJkxaV$(%1x!bpbu)8K)fCTv#Elf<}ssJQYGnw_KC*xIu%os{4G{Lq&52#x&i+QdmoMrOI%<%Ag_jN$#={X#Bx2PG 1&5Tx5Pp!5#1nuq!LJg9C=6EF#7JloFsYCUNp+@9l&V{$NM=9?ncgKPOvF=|_|yceNm=(%&tiL%3<62up-g@n20< CkQvC5O+%LKd1KhwBkNO2hMo+e{>J3~%3J5VaU6Ak!%DBrI!UIZNXhb;V>X=EqP=>3U(N881li)&2yfHos!mEzgA |hiL;iB8ukPfTxzrRLzTsj~j2gwld0b3<`w4OdARJ2Wu5-C3lA}<40T #Psl>xw(DZ*`F@&Tpng(<&YjrM3+lKE$%7T#x#j0c?Lv%k%yhrr2rG%++Qbx9nk7acCK8MdUN<+4=k=(yiM?x_XI p_QOW`y>s0XLvX21r|=i!LzL772`!Y8oXRBE|TBSG^wX~ZZSCu?}F3`$h-^dQj`Iht>!V%$W^5kJ6^3VN9>9f_gb Es1rfuO!zI;#JX8y2Aa>lPYR3ZS!O+Z4YA-Uz*i}PPZv_Oa4iEVU~`NwLCRl=@sZX|F|?OG}KC)gi=;&~I0xz~=BGVFH{3!-HEAA%BcqLKM mdN1Cx;0IG9j20RAO4lCy2)DaPi#>(L}jS3wywM67Z~dKC!z?Tl1x}i-vr5@tXK9sBpQ FWW;!K@Si=H!e-Z%@_&eUa%3cW2 6q>t;Aidd5}b1GmHgk+lUXsWlx7!m=*mNle&&8(M6bR?t^8W;`aU_e54jYy9(b)QkW;%ZGY;*WbwFU|c{qI;kfOJ @q-T9rwky?n{k7*(El#p&2c#(ZW%$Qe0PS4^PMD_D)rATak{g*oOS4oZ~ok}#B$*)W<@7g2XaKKE5zWnAELhef=T JojmoW9Yk9T&4ocIZ~XMb|b$1ORP pw$(g#Z=X8k_NGtp>uk^zE<3cPsA1h|`7NOfi#YK>aMFk*iPdrM`ys?*gUS?rg&Z8Re^;j%mHL)^!LsrCP1;lN8! -)zuwJ|8134L`qi3xUQDw9GFmi-8d{0)={&uQ O$7-DB`>FawCe~#ltX1@qEU?p50O6G!Rp6_v%RC=V$b`nd=&lu2Psme}7f|LuS!XL7am6T-1mo=_)XiL@wb_bR0=)9|M4D0!jD;L-h3AGJrT1uQ `YO*A(`uF)MV-{jR_AVwT4{7YIqXh3@~{mqD-B}xm6xEtZCH0xKp%+&A|0||kWz-w7gdXN3m;_RjZ+twu|h!|C9R 1>qA=~)Ol4$Hid)ke?J~*r$fjetX%WrNwk^vLmxv5a&4YGw x_MRUrTBgW#%ds!$j;FC4A3awk3Kp2v8)J(=16=cy8n6<{oQRiL+|CQ~sb>&h) GHrAT7^;d4OPAOr%7w+83w0Ra|5J{I4<3&}GiOD2+VPJD;Ec}l6)lyD>-%e3ss~^l@0QhMVa<6Z3 MaI2M($AF;}cY8{W#+)$MrXGJS&;3X50nj?ztA}=bdZAR6?avE(Uj6semO*v8@Geridt4!=pIL+w!g(;K|JhxTLq^=BeS+%81!a)l3GNKteB>-pvI&iFCXfDdgqSJjO$AHl@9%h1ug LUqh)IAr8^7e!>!)Z5X9mDR0I~@_E)sM_Ikv)o6Z|y)mO&UGB0-huJpANPs1^Ep1TEsP#^N5{PNaVfNW8XC;bJIH zgCIjfl#Exp|;uK0$%N&LyQZ@iQUF_Fb%g3%AwJzFoAv_Tc?uC8@$-_almWy=M_8Uty)%08-u6Vl)(i&#tmf~4vSxFpPUrMoGjhX H*Shc2yR|3L{UfJc#>186rC|2eDBW!M3ZeCgH%gz7Xr-n_B{ic|1(Ce)BD?I<08ZDJs$;*mwo@M^&i=%pbCW)d|3 MW#LNf0Y{OIXzx`__mb;jXZLmTXiuQ5Fw*amm(4zj?i}In;J+tH?P#SFKE}9C*NG1>&26=Z#mQ31VmX^o7=_s0oo )Pq2L$%YK@XXPuh^8pVFroCw0D{GSrkQl2U~1DmcLGjyrV7c57dX*&186%c}2Q`0c>agr*zDIM&H(8m`FY~1K|7i K&vAETd&harpG=)^IzbVX_3qv#^)1k=WUvFutc`@dOep~vT`F5}8GGioGYiu^!R8jg~xRY`eWEriQjH71EB3V^;+mSBQG!1Bg7|gkwkAxsk0O5}!#kWBnRpGohqEQGF@dc _8ar8Dx!<3xRY_&~wXvkrIIbZrGAv7DD^@KYX++w3vNZL0eeE+c~tR6#5xM#kER54Z23CSXyZ*C-$1uw4qF-aWCl6m8ro=H%4DVa4vtUnvVbuV|h{VJlZ9XrnPChZtJEh3_M7jG$ZX3;d_*5&GrTP;nU9u0y;lVh}*oY iy=6B39KmK|1@C7{J}jGYM6sl?0>7MHv9&=+451aDnU58@<(pUUmXKcMz=R=U`Y>h|Jf>&j^X9DetHu|So2u_F-Tq|UdB%OH!f39tpE74*O;kausi}LTylNwa1I;;4vYW^xsLc^ 4y@gCa#!eqQUiHe6%)?cZ-h;BEmdG558QpYkb-Y>QW~tNAFxyPsCKquTYPKVb9BE=_=~SF%2H$6PPMyIF>~)sUTe WH->zzVBQ$!?Qg(b91Drd!=I1uK!AWXLWI?xm)HE|$L52J}U+t#SH^X0&-P|CryuPK^EnPu}!1xq`dNhZ&`eIh@! Qb2e&PJ(uCDVv&pi*RL`pz0#y>!b*&`yr%kFdu1 |fxlZ5Iqn?9G&?m#vZwyI6rhQ_jKsh3HVwTk=ryY`9B0)F4o{Sg>>O(bFipysuV1HiD*Em~h)1<&I@i-q!^<*XVZK$sL+&RJsgD{STF9jD`jJhUh<)@Kn_f3umGeC)GVb>9KIOw$PV_>uo?$~Z7DKPT00bjw@D5V~{v>1rOI-f|7c38yLL)j<6tB 5%>A;E0OedAzXKlqi3P_2qyQ6{@B*s=kM+nT-3zyST@`^n^gzMpJhK;Cda*`{mDB`5VIsoF!tTAth(@$F=MYD2mQyxe2o(>uQzY>0*EX oe$4^id@hz%??;hsPA6C#EU`D#g;Lea}&6&z!B0a~3vtdP1hq t%g>>Yn8a86vWlqckfcUf41L7CduvS7dG~t4$}WmCkQLEWT?j<;GH1B8_UD!p2$jsKSN_2_Fs9lD<3j*9cs7>hha C%ym#?Z7CGkl_n^w%FYti&FTdsmXvMnzGw0$LX_+*YHzyA+CI#T1@q9^z9XYF6=JYbj^ATeKy;xXAKU|YVv2$*#Q dnqf+fhn)V#_(tqzT0yP4O;@>X=0M*etSNno)RZ7wSlI@6}Ct-7zwXeO$|UJouT>&Y1JMlv2$s$z^X@|2mQu^(+& ^It3!Qk1O8<}%N?t8lWG>@hFl07kQuacY8vB?HzNCW8F95CR$=n4dP!!mYj- 0Vt0{S1OK<+{jdhyXw8-B&oN1PRY`gWS(64OWgk*?Pt%=cf 3P-ckA351TPCP~(a^_VY&PQ0)eU9A2>SF&vt>CQG @Luid)G-c0?G0)F$YMgxQVy|QSNakL!i)Qn2oJD+BtLzfv#lO8tsb55K*69)%(HCV?@HQM+uh^4m;(1lMwXCEfnG aV9Y!+go){~0a=yIi~Ys@OSYs?bs7BkVTn+JJW EZP%3i6azr6J%ra7~52^kIdFVEN9C&a{>9=%nlffeaG6fMT}mN5m2%J>Rb=m8)QpP1vJgdzR?C`J0RMIwrV#JO&BHKWy;%EWW~13X@Wvcj^Z#@_GPZRD bL~M%>oTC5RkXzvEPqwSgUT0rqMP(^YX~+g4y3DZE9=fCk-4`=0%>;DQRqju{M7xvg;j`cJFI#z o^3m-;^VmgU4aEh?=@9eDGijh#*YOD{XLB|_HN8BceUjfoH$3Loh69?=R{iKUOpoYP!5YO$s`duO6lcTJY154QV%3P1uc29#`I4hT?I lA#jfKk6F=Uy8l*>i%=?Q>RRn~80(-u%}LTNIZ#p5&UXwUwM9dUMWBG~0SLwd9GN7+Q6U^~+>z{g&Tik@gfkfBE) xzyVGr%W7iJOL*pbIzns2UM-qnBV$Q;dX?H1Zc>}fr%Gtal(@ZK5?b=Ot?713dU2YUcO%nKTM28q6I;r~RZY8MQu UthC)e#WCSH^OHLqacRDD9^xJu{0b(ov9%`K{U;{Y_Nt;163IZN56!BSEb3ZM&Zu4?n5{9SF!CQ7-R+ L&D17q#(rEHBgd*zR)NgVtlqhJ)0-&i3cxdH%oVFqdU-PFk_@|Bu|>tmfDT{K(0U*+?Bv?Uez#Za=@BLJ*W`Sho9 &(4k6+Vwv_ZW4o!4E{CY8d!jI;sg^*RmCh#4cOa+^@=bzFRMXQ;u#3o9%yL-LCPEWoQ=RfYUbTd6^EOTDcVwqs+r 1>4`LsC$-DXpLML%zCHck5R@gP&Bt2B`vD-y`C*z{7pZ1gyz$?k%av4cMo=whp}T6GbjNbz3Cxpk5B!Os5B4i;dl !8X5*7cI&AQEt3$+JEm#nX9Kch#;M^_E(mXU=~p~x_m58@PYlXsIF8N7JhlRdtoHqHrZd1odt48lw&m&JtVkE%TO{YTh{1F7Qy1LJ|*bzaBzmQ@7N(W#j_cA_c 1z4NMH@XtNVj`_p#%22+vf(KAf!Wa};O5tf~o#K4v{*KAjf>}DZ-`;h%~ee7xwNhW>-g$PTlL79 eANhL`&N0&9>R3q3%dWAIYM?lhDJ4J6R7C&wA=rMkWX=*|l;BwIYOgCyiI4v80tLuyr7V4c-r7T#NLUEua}o4`L* GF?k55D%!;O#Ux{o<1}5LUsXf>BJ8zmb(-h<<=|#7F7qiiVh$U}B)E|3M+}5*y5jrhDtz4><9hDCIl{25P$IWiN? ^Sl^!X+mUatB2I@AyZG&0O2PvNHBxsz}z=EAwu<|)TYi;OFKebe2ddfA*DPt}&6Vb^vw)XI+63GRG0!ZFb(%Oarb {V>jK9S+#w!g8%{j}U(nSzlWZRpPU70=FRtPUBJ)4}1u&Yvk>7*$Ho%^;M1#gt*^X W+adyR=*+m^z&BT^NQQ~HAmk}>&abNpi%cegG{IJ#U&-m>r={5R!h&D*m`ZZG(O&-TO#Hyv&nr@q$tOJ`;nLFnui {8)E3Qjuqf@Q5#>0&qe5>+&AT=orf;#I|FsYHaMNmqQFR=~m??{H0>r66|F7jw)CPO6TpdQJoDPI&DqIzkJ)oJrT %2zq&+p9xGo9CU)=lDS1qhG5YeVXr~mmfiRyMBFg9Pu}aNPg$GVmQb#^wNYhZC4RmQJ6u*Yid*Uk%~;awinB=RPrvAx;n!hnG;)Rfdk+Cn)C9wfZsYDHO`a@pyPx5K^{p7?#*k FIzW+(Q%d=eUZ6;i=F!uLJc;<2lZ?rv6?Jy3|mraWeV=roruLko0=8fd6@>2#|g)WU+VuO(!NZ;sGV!hRtc>MWIYetZ_ZTO9wmU_m!mKtmr};{`jn~ONSHj>d-@M9m^Ph{xA x{qH@EQH#o4xl;=r4CVmuHeQrnFh}Dgo1(4geq{8iEo7qDS{huq#&RCAkm)rOo?dESHL`BYE*O( -HU~IU)YiUrPKdl^g*E9QJqPM{>7d$&&9F~4cQQFX!%kqQmnJtuA~!(1~HR(@SAM9l@3HYcQM^GQ+*u8%S8ojj-#1V ExIcpAEZ^tJ2{#|x_z_H)H)`%#r>2-HLY}tQ-^DJs6i({~z%SQ4TJKJRnyy_cVFu$i4{@mK&KHB)nA9lQR tB*!v>-tD3vniEAfds#1w9<+88}Qd=6HVw=+1IaucQkg~wn-mUUK%dCZ|YssbU2@zX9{h(b|nLawpVaxGSR$u@wM +A%kX<+5*h3@>7OZx}rt(~{p$=0aUYR68p%~m_JDcH+aA){$-zkwisMo@M?UG7*DjQG Q)|xSxZAqhE-gIR&U(mk50R^IW=6qe_-D!NtocQcF*UIM&Z?Zn-DkI@(RkAw5g`@R@n98#ckngulU1e*e^j+S|gK w+jy#>|GD_gvELb;vDOD!Qy-&%4JytK83o8!=HlU-`3%D24B*}QRkmBfI^Dn(!TEK;^XiZO+{VOlC(Z)VSpvBkBp 9^j#}?~_Q`nHSQFGvZ~t=4@tjbNY#5TgArzhDKv$b~u1KmSpc!aAM+oaVdmTnDU9{4CJPs=c<*#i$E!sL$SkkXvb0@yp@?`r}NC1;ObN(w1{Zj$e>?Q|EH%kmUxzx-6n-g}R28G;b#LMg)FLBf|7fEouu <4x9qN##8%0YF5O=nD{`>@lEI%Bmm``onES4u6?ob`k_VWdu7thQspM-|Th(Q&j4ZF6w0{Zmp%ac^J5fw!P3g96vqxk)4C036e+}b!V+#@mV)zIfJG_>J7@ub( UFE9sNj+DSngT#n`d^a(UEC4>fB&Y0T(*lf0UQBjfn?{ApHg_oKn$h6+i)q&t^AbJ$56{zHiXx`$zug64;)LIS}kPGvIY9>Y)+_6r#Z$3_7QYYawF{>vh=T{BmG@rV(RN@mtn&XoFHDSL@|p`R2P^2=CZxj)gGmn!VPqw#KtL`DVVYYpTGyoZq_%*W353$0amqk <-^mw}i-`vqx_>rZms3%P=yzv)<~h)gpe*DDK+RoXh`*HvsgR{g$H*bL9slO3UFCR_ic57}mNyB!7=j(0a3jw3aw ewO3^_U9$^BS{2=Q8bS6l4K#=P$t`=jJ&I@cm~pG;jxh}bT@W{^^tL_Ly+YlWbLp{{$co;#hp|JGY-KNVYcEVgUrj|*Q$a^XQ!h|U0|XQR000O8U|MBVNe+i1_8R~I5Y-KNVYcEVgUrj|*Q$a^XQ! jF1aA{;MaAm((1rEk!-DY(XM1m2ArDdnw{3n bdUR()vN>9#0dgp10fKOfW2S?!id<|gkU3?Fj{U1F-H>a7vLo?hDQiT9xr(z-(P=qPtWcOLiV}l@2;-nKfnL4lE1 s~>2DGE`zqQBv`3yP#1&5w;?SkS{5|+WAy$Dt1iBRTE1-V>`mdmCKrdM+#Cp)&LViC6+5>tk=n~KmSo%2VBG7MG` s6}hM_k79BJ-aog9*S~fV^YxNN%*P4)-M9U(w)5`<%@Kc~i$OoLi1qNDMXax1*zqgzaW(C;nB}<+bO Y$o#Vp5dmc9XW8R)wgvs@ov%>2(RX8E63%yN7a^eE`}L3e;|Uc&tm=vAOomcDBV&->&O*2iZ-pGxa2VY$D)g!%in {r)4{|I;PLWa3wL{(_~fmxW7t{OYAFe-G%DphHVpuP2{a#wZabLCXcdlUnebWl|_YbUKJ|0`a_W#rh*4tM>0S)4NE7)E?v* RyY$?@K`l5uALO15)xC9ivWC9ikSN|yV5D|wwWE1B=d?7Xj9`tK{*KQ3Lx@5@)Q99vd#|L#@nZ=-(1Ohczh* YLVmtl{~q?Dy_9yl+2f19Us+y`T@T;eE%~^86E)s-v-Y(4wWH!S`6dS2%R-K^isNDL|KZi_S1;^gx~7NMxu% En+>JfFk7wzvJuKI0&@s?A_VBtt?BRVD<=9Tk@RJ8UkmGriIo8V^Iri5#=2#zZ&awRO$g!T@n`3`{D93jFgnj>Jj `{vkj^+PFj&c5favZPE%d_5cd0uB%p7|Kb^Y~Zfd7sySZl(P}A-ec{p4a)6{r*e{1Cxs9Z)AOJ-N^oUXd~}m0=*A 3-pG1b*2{Xjs+VzLOE2T(OM7|zD|^|G?&@WKyT6z9@v&aE|Ak(*>(_f(FaOrddi+T*^Yimwj^qFCWqm!RkN3HxkL B*^O %m1WZ=h6Yz)4~C^*d8CU;~pR2xcK}4>){6jtmmf=vVN8gvLEjpD*Ra2S=Nk5h=WJoU$So}I?kz0W@D|qVEug;uZEWGZRDn}ts(Ala=J$JBIsSjLmE~SD#CF_ f>0Zz!*nfD4*K@Ysk3Y&-kMmD^dr>$mfMSKI!=zqezt?{`JX#%eC_1-OF*9@ 7+a~%dn@S}4PhwWDEP02c8_2@c@5g%qCJN8V!`LHGlFCD1EfE}bqD=XoRX~r`+i8Ut*=FUFX`O&zsS-*6Yal#OK- ^Zy*%^$cWCbtoqxlYzRA)xmXdxUrm^oL+ZUn1CB)r={fYiQDmd4ECbQ-VG?+#_oarm0oksgS+NW&a$1MGzrDUs@2 -Y>_hd&a0uGwP0Ux#*9uul^{zYOgb`>lZXfZ#YUqW!t;zZ2~M+9&Kg#mQ0od|!sYJ!m8LnPUFcf^GeX;8?%Oek1= lf;M2^$sY+5rqIp_#=CK}FWB!CUk};m*IRl}@cAeCn?}1$Fc#AJ;eBYX;2iolXcK6+qx~`3AEG@f7?0@huhCB0=T D=xgv}*ruRt3``%|>fqFq3H!j2_8KZbTA+N5BdqTKMH{T`y-jCL#9t8AZxHe;XnqP-vOJldZKuFsOccU$UNN?7+w !L`;dw3picy9DC}{at3Mwp60M4eb=#Uy9DZCfXhL`Ch@b%5JnT+rGC8#y9%=klGqSuBtu7c3KZ%A^V9peTUt;ZgM >WH4M-u6gYuA_kIG}e!@wwzyb=0iu?oc}Zq*wKoqn*zFlESkiBR?G>X01aD*IX}-G240X}>9O|@B80h) ?u}6r_+B=7{S-RMudHM7Fn~SQZ14SeD@Dq1Cy5Sbh#J&8)-Sx5``P4gV9=NmNI@)v|GY`}m*9tl?Jn& Ne*QlO3EK%`%iwm0%4Ri!~}jfD2dKBGl?w^m8j+GiCB1z?nJqY7Rg=s -Zf19&`qdC*I|7s5?!N#F6lsfq!fB-xPFYM8_IrF%NzUvtM?Jl{0n0y9NTv*NCz>a65f-pRIWJ>W_Th>yE7Fueb^ ;SdNLikOV$IwP}Mc*7mINaz#m*s9#M7IVS~!OiJgK4VwdB{*mG}*wS-;0$St`#5Kv0$L7^=AwK{xEo9<9Yk?T!_Q hAOnDpIE`tA>^ZtvwlNe9wzrbsa=;fEjV*L+Nf&RjW(Y8(I>z_JZhVpW#2#q2V84@-WvrgCg#FD >j2x-c#4vfaqT5%j5NPT75k&Ax?gTh;1V;c|p`z1g-_cc(gvOq#Rsnup@Zx(?Sw`1E5oKMh6#P>ZV7J8h4w-5yz_ 0*HG*6IIx)J=2;!~FJA;WY&yDE*CwdSm~+^Ay#%m$xD{90L9O)`uNCBF)5%3`2dkL@8wee({1F2JbR6NgZLKA#tR _u{|d;p4|Gp$8Rd8M!qr7$7W>6vW`N;(;}hV8>oKSksRs^IVGDEv3qZ4?A*F1)lM3EU#&kS(7@PFbxYDRQE&Dw vlh&sYrVv>3IJfIF=0^&?k0~ydW5tW6dyv&zfgOQu9pOFb_~eSw$RWstN--O^&uU;2K8{bWPK2?d0Wg7^0{=8AdK V(zsLIq8J5Ydm=k(mPIw8T(3tK;t2cdrdgUj62l7=#U&M2qaG8U7~ux^1=}8^<%o0KS`A}E-}nQu;kYFOr;%$sst j~8rZ2U{qlrx&5i13q;gFOBkfR?0vVhIb?^sBB!0QC+0M~@{)LkzJ1n23nMEc)0v_Y&-P*m*qfmjkYn25@FF`+}^ 62Hm2?^T<4j)P>5v_haKRN%m3hCf6DW(Djd8Rw!%QoKR}X n^26u}JRVxS;|@OO>Psn-&liJ(%Uw_QZ`orP{fo3VRr!$1*iF0Xsn%_R)sSb$&q-K!)b2h$k_;dn2-qQwM_ Fff@(=t)<-y|f8**K4S%OI!LUjasEm;A4>=kWr74*y+d6_Cgs_l_K3visB-?9MK_gMccSzyS8JZ>CV5XDDhdqvA0gxBwaJzGH|gd{1BJhB>+>kzwk@E i|G~Vb#$YN2HG;EEtI~_f!H#V->e^W=} c90>w1~9JcQ5gc)B1kQkRRGWg_hKwABnN_VT|>%Lfjd8XjMI5%9I|dN>>Nk^f)Yz_-&oiwCjy^5Vs0&7P$9bqIb< z{iKy<8x~l5*p`fEls!p&wScoG^tH@drRE?-6i$Ht!u+f}ndCE;5DJm@*5WIowBTQW?oI|LnN*SO@sl{&??{9BK2 gy7M6t=5~#Hd;98Crm|v+3^Z4%6p;l%L~9JDpR>N81x=457b`weck1;|PhohYT2Y9EaN9ZHYkU9B&s1<1nPn!Fy5 ej{8srPIPlsLq4x$9sc4LfZu$!#KMFj6=ZIPEZP&KSFEX*l4Wa3X$Oh&$!KuT4YBAC%hE3ld(AVR4Ihnl2<6>(NhY9lHE$IUrle9});espwn -;q7L#`X#Llp~IjVdfMICbv;d85-nsX&@<*f9K{(?lz?bKX#-|?y~r7Z$VHv96wHl9V&|B$4y~jstNi@yOR$ZWqv ?%B*nR@=$lkQ&KG1RfF6y^lY%9=hm~uqZr%?jb}kq`IJ~dTd|$qI!5-hkITc$q>y*vmG8^kv#NjrRMu1y8j*jooZE2 4qmVn2(eMmW!riSE}f*UQkF?UGC;HR#f936zAj;weCx!z5(Z}U*!W)|S$jyDF!OdH**}7>^6 |U)ZHV+IqeS^-HqSnPyY4cXq-&^S2qBa-0Q;~;cSXq#{-1S;#J1=*g)>&_Tv%B*m7sp~%#&Mu^u2}xPu6XTgbFO( ?k4C)7JiW88dMm9*J%>kM>>_s-e-|C5aQv+U8)_-gMMpX{xfcFC?}Houh4UT>C#UAS69#Ju<*QWqo8rsh)SMmG=u6aU?}QU`bXdU*!a+yz9dT-g(W=)v 1CW<%&6V*K-4uJR>64@)(tp>9M(bRlraX7%e%Y9r)=|Y5U3+~em^rVgOJ6u&@k2b-TW71Dg&{gBUIB>g_SD42Va8`?4TyhljxDgxH4{NvdJ>$K1A|?F LP;2a3pS=cP+R92Z4#>rseRv3Ip*nKR-TT+J^O=?s&`a4d%D1Sl&M!p&@SH^qsXngV~~`l?$Yz&KkYPxhxgb>S`& 5&P8rYU}KUyDEMvs+){xoyB>nVO0!%3Y6S2f9AAb%Zm{+Ceq259$A6ip!1qK3Em4$=p{v}GkI}6xU5)3m{@5>@Nn b}!-S(8)Wdl98+34FjsBlUv)&1V-T;-6GEt;eF&RqB++H6!VhKHv>T0mrg}YQ6^)TuUnrRPI;uw4kz J|KZTxgG_0DIx}stwW@I7W^TpQHn$LA2Qy+Mb@7CTC5jXfaX72+x2C7y0LkmvEI*8A&NCV`%s-D+ee9RnvnLHR_I868S+-od ETHQTxI_8EdDI~=Va-MDOk=7wN&tB|+?XjWmD9753cR*i4vhCftr#?Yo+n-H4rSV31{`pc`6y ;fyOsTfmp7_PSSRQJnh$L);+SSYA1=&YTBo!EZAdPp;0aB9c@l(apZICYjjtL!7Lx(~hT7uTWwn YWRV%FAmZWtN{_+)HVdZ2PtzMq+l@@#fs`6N=n16@7It0i?i+JW=#owiCebx`(h2hc3>3+CAQ@Dp+q!H`daRj_#b*XQp8?WS^VGWu`e$P#<9yasG|Vh D<={a5J10@XKxWky=#p~HSnEvSX0t>ZZUK0oHbW|eC?*{I-;Oya5Ta^|oH}yrO-_>aIE+jgXb(EYW(DeyF&JtfC% }wZkoYy5?_vFxYe+GEN)pX{ CRCqpoZsvYn=B@O6L_zKtgXyPXCymY&WjV-wC!4V|^bz6Z=1QY-O0001BT4huK00000000000000M0001NZ)0I>WiM)BFHA#UO+`~vK}SVXFHlPZ1QY-O00;nJT4hw6g #LFmvj70DKmq_S0001NZ)0I>WiM)BFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEx(o37AyX(La2 9FeYhtjd3^a0?g>lAh;uftcnT@42zgov1j_uOiNF9+qauxM2!2s*)I)2YTL)RK`05AEEb+5B9vj5PX&3Wdt9d=6PpRx@m `aUOT1xEJ=A$_|%l=Jw&jtPxYhpe`?;N-cMriCSFTjv2s5UeNIMsOp7a|r&1;EenCHf_D&Hli=$FHz4@_VJQD!hoPPu6%c>B0?Hdl@Ye*7D4@P`^!;{%zaqF);hO|ECiss6>a}Lzc{>xVCpem5OMrAY1< 3!g0PTH`;Lo{Vi=MX*rz5xq*PGxk2-X%+ul_}}YeW&{jnns(#?L97RRlhrSVX?_6y8K|UG8Us4Fnex?8o&b_)CJ@ lss>Bf(<3~$4(`r8>``yOKAT=CA9Adf`bWOLhxq&t-Lyg4Kt9g{|t =J$Qh{D1dabcnor9NjDMEkh6GR0d@mum8n;*DUq1u=cB{fiXP`dIW}shJXgTj|x-Vy-J^$2t4D9l}7`LC`HUyixP )AcBX|P0hv2R >Uq^S-oT7>zJ&VdCxapvk87R@y0FcepojY_{NP N?&r{AK8b)ybSs0&X1UKdReiq98<}8etcQ)`Tem3x7qq8xO`Vwp*IP`4b(L91L5qz9rAA*;kgZeBv2l)2KbAVqj5 ZsRE)j60~tIt9IZa4?;JI_HqM$AFIrp-Y<9dj^Gf;qsq-^~GiJWJEvrr#f)gZe%-2j#s&a0t)eIl#-U&ZWEw?s6{ D&pH?5cgeZvmmAK-I4?OD^Wd9v(cT{vZbGZug#>pbxIdReFv;QPd)_3@kKmr%-t&Ri>s)|-zUTtv`#3>f3jcWl^5 6MF)PIi)QICBuMEei85c4&-5cN9oLaZ}aD_n9R@_k>^ZF~{NtB=ARF2Z^C3V147~#M>98v>|L?d0^M3`wy}3WH1l~-(67%!wD=|J#5!{hr;wr316R*O &2nZfZa1Ox~kB^48UJW{O?A1v3?A2&TuX(_$A@eYfBj=%i#?C{!8vKYwwJ;?p%4hd$S!y+ wk<30`{*@ZbZ2bp*e?2K}(@e6)Yme0-lVANd_WALX4lAN86)ANY3DeAMSwg4=Wb=j*(fkAC0zTHwnBg=vLHU5j~q !L`8uo32H9uMzA`@NfFQ?scF;zqt-{dDL|n*Q2ikeqMeZ`se!VbUh=u6Tt=7fsgt4I^fX;*8>kXyB_`0=X#{yNy7 (UkMyIjN4h43rRy<2=3bBSzvFuJ)7#ghoL)De|8~1U*Z&)kZ;}~L-5WqZKe++rYL$?1?BX|_!@$WHTGq-_`-*Ow~?Yg%^uGsT-)bEGeF^>K203IB42gZN;9q7jy1lxH&-hqDlfFQ9N UfrF(?!~zN?Ov=)>n%Y3+b=->@3R 2(t#twB&FciItGs_KK)+sfALhx8_W|$jyAR=u?!!1deIM5K=LnK$=6$Z;N8FEgkGUWHaDc)#g~j`k-!U5RwEL0I1 ^1(U_Y)jR@X`B$N55D|bAaHl7NXoS3lXnL-={1@{~ovyc+jrjGYe6lU?K46h=rgdXD$REeg8ttzZVvw{U0s_p7(k H_`JabNWbj^sCUByz?(fD09_gL0Py#S2T=Z551_u65+o7OyZ!;-#l{b!ANP3>^LomIDCe{XQQu1*1YTbGAmTstAn @{&2a)eT9z?k;lpaK2{f97q`G-*csSjbEU;Yr%FM0^${yD*u34b#Te%mi-8YcEe4*%mk{ma`LP7~oVEn@zLenh)PM7rU|oIw4 _JS8eH`O_*y9+V*^gsBp7J>Q^PI;a7u@@5xJ*4_S(OzP=Ro`edo%!4v4 m^`F2zANT~yJ@5(S-}MCW;dFh!onVgO<4>S}c6$=xdq0Ww@SrC#&c_lYk=R@OBW_w}l` nn<@h^D>}=g^)ef)faKK8N-0;pZU#t@lUFuM7W( {`&dzpo5z~k9@9rUf1pC(Qmguk9s_&-(P+nc=IMfV#&OBo=3UIy#Rje%omXE-WO2Mr7xhKpS*ze@rM_HuiL$d{%L p-^KQh87|-I1s&{!2{NNogLLas1GFof69?LL)4}J;xcfSODy8I=K?~N~EzCG{~`eB)V|GU0_{}SfgW-sHt?q%@Rq h3aRT3$wfb-#>uJn=H>|Juu#S0B8L^k2LTeCV|tc)b2{jL&bDqrV0$NB@pe_}k^+AM?x6e>W{hKDRGN|2@1M^Z7{ )e{MPY<;~@wJ8QoJId#Y@;1>^j1$2ELK@y3*Hwco*>vg<}@%{W&$nUMMK`y!JHLNqw5?{_bdkhY|iRd;{at_!jWA`7P9U)?4V0livcpxbQ9X-`#J4ul>VYp!;jAKzjzR(Di)<{P;>(*aB!8*C-r@-5xpF;03{!@(CU7vzKd*f5^McaNxV?gli&yfG WJ_FuN{X6k^1h4u#__Xc+f&TdDADE~8KSw$HeGdFN>T}3_Pk#>mW#2D|M<;mD7tp7^@CD}8$S*N2=YNUud;Uw{&u 3qPkNM$Cv}>EMFt18qp&iG31$uqXSC~(?e+B&cgTm*(QvKLhsNcI^fev_I1CKT)=ySckhTL`f*O1>|`x^9pgKsE| `~Mr%Z@q7c#thi|{fydC}n){!|spuKB(F@YNs6g@0Kp1%zQc^(}?@I;S!+nC5fKM>@3Qx}T~o=hUh<9`G}mUG`H$ o;!>4bo2{$at3_$n^0M4S$0mueYBQr{eFw-*u QaeIj%_vfbs89&xuJtpJVK#=F@AcBlXNrFsoZzst3v6vv!!DR&7X`BxEIr`)AU&Lgc{U<>l=lm~Yf}bl0GTr!fJS KRy89`oOYUB9+7(t$|-w=R*WpZdgK)@nOiC G4B9^ClX|QTS1WL(~z}dg3qTBWd7*9wNT!rYoYu**21_wO7KkXr?q1u$6U5H`t{fAV0_0BWIkZwI_RHu){TkYY%W 38k8ZnOOz>(xLFVHU>!W@b6P(8QxdGZ;+yMQ2_y#Ed6oO25F4_S2w28aL^b(CCK#t8-l$4uDv5&WOtg!dG_un)~Ef_vA+WMA`K5>DRXerTleq>j3|UrhEPd+!tzKKbu 0%g6UDxh3?+2J_^IF`xsdjln$l^;ppV1I J>1A3hfJ{p7Kz$Cdj2FhO3=mJ{UlX|r*tZ)zOo)iL8x&irwx_a79#t?~Xj4&`h@oimx>?oFV}XEkA7d*frmr))AF >&MXXz=wmz13yy)d7Ygx9{6&MhM%VKE*lSedyT%|J|1|qU_9{X(ebF?%j1E^Uu%Be1mv^k1oZEg3J;usb@TiQi1+ 9O)c=_Ypfev&0R8z!$QGx}j^Gt&RL8S|#sM1*fT5%G4KhJD^=O)YKS|*ng _mjk>nEZf_e=zR{gX`hB6Mdv-F$ahZPqlZO9Y^Z$A>#^0L)yonQJJA-WqzQA;Z;9AsicN`G&9;b>v^4 pk4DC?baP)znAUpY7?a>v0$Bn~8aGr?N={)e}es!fV;QEy!niWtyB-96YsTxzxbN|W4ZK@bj-Vp-hX*$OzbTl nvU>KGcj*pf){mSoqnei^LvLZ=H=up=H2N8iKX`bm<7Hr&VepJMerJeiF{1>)FpYWN8jfWZx9J%%-0Vm$onVP5@f z|LLuhmc|H_C7yea1Km8`aIMoHA=$DzFS2+rYgIu7{w!*M8g*W(dy@8iM$j6WXvOgtX*`?tqqJW? 8d)bZ%Q6ORXeUU59?@uL(!nPA7n#?r{Rvze7*JI&-4F-*^J}&&N-|_oZBpTj T0cpiQc__1d%0zLclMZoVZ=7PU(AjtbqZF50yo|y|i>9e`OFYjWVFBhX9*1H(vlD-)E%)c1@c=yGq|5AJ-1(QG-V5~m>zAROA6|z1`&=IL77%_ ;xg7bgcO}}@dL{7S&?|v2M_q|@*IWtt;;k!D?{}`m_3?=L@{eDQ@l5FZHd mv(-LD279DFtCWfwu#vps(`@azYLedonQzcX$g^0{js_=S7tfet-559R$~9@_Pk!WZVDoLA?eKYy49y+QgKwCj>< z<*s&@H2upUjw>)`FzON+g=;^E-}9!Jw}RjsH=!RNyg4RzRId`8Oby=b7Vry&-=kd{-v;=b+dyyn5d1yk*KMG$m)s8geByS{i=W>CyxaQ@@ Cmc-K)>EbknO!*xdZ)l>76m}4T6u}iE+N-F3{mS?!x`xEuW39SZMP_}JY T_b2uJox2rZHGQ9Z(EknhAl}@2upZuV56WHdUc~#=y?Ed3UX-`xy}*OM`n_Jmcf1$%9&|7CRO9YNdB3|C{j}g-^v {=#bB7#RQ1fFgD0NOF`0pQcg4`BYi_yFiyp9hIX~>F`rBQe1fO%rlaQlNd=m1@HB YKOR^eJtq5gfI!uqkFzMuOP@?Y>2>htzfX!qwD{+p*`V#l%f)5?cEjquf<0c?B*bZ;_2wsUxmAn!Mw@+|uC*U!bg ^9k-u@D1vZr=G)nx#4->`J2xppLs7}e4ly&`1i{fQIBCSLjTzLBG&2mUIhNemm&Y5%g~>PEK|OG8QRsg41C@t%dp OD{8G%jnddD*wj*qK8S$393_kjUmoaWPEl0i!6fR$me)(!S@G$-g;{A%?a)MjEg79x&!F*lqRn%kOS1}$3zKZ^z` 6}ePvtI?iE_)U2S^g^cwr^iWeTKY-_NQJ0-M*9{+vN{`9qY-~Z=hd3c?12p>6@S*W8Xx%2fc}L>Uc7bfyboA`^t-PB9`3&a^S@;U=wAB@jOQ^c(0@1R`_dIyr$1YPdA a}F$YfQY|_^OK)_WDyy_W!0UeC1EjzwZ5KtbZ30e4Nw06Z39oy!i|C*kAkw{nYg?@bboYA+PNE SJdOlzk)x0;jiHL`n`vKI_^EZKk^>dk6*t}^Na?r_&)mW;tzm_%RWH8*ZdIuzsZNFf8B@ZxBWguyHf;tU+5u%ys! 8DhrpY?K8ksFFur_*ar*uv@CoaGjC^h-$op`A{1|w%=O^IX_xc2MEcXfWx%3m1bL}VKH)=jb{ZIcCgSO7JdP^?w647QeQ$ZcgdH)!!^Ic`>tQ%{o1dul612^=1FU{>B#HqhF68$o4OHe~FZR}f@8dyn8zT>oFz$Ufq~2=cz&sqq@&`(BHqo<9&|Ic4KDYD7=dOpxcrB7%$uO9_gd>>7x_{hBp`ZzBlGJR- <=(7q<(A4X8lwdnU739=mdAVKDjTGy%pzpxg<8`iGz9^`%?$om&(uTvxYUY`-{OYJ{x-5S})xpTc5p#!h1k9MwDA N^muL5<9V<_*w}LpH!TTuhMVlfUZwkYCk^Tz4u#9^YpO@_P5H4Utb9LB@l#2{L{>xgq*(-(S~={%rZL(Jx1DR3m) G2^*o^=Mv<3b(z8y1ph#A>y1&~-xM}%QX}&)zX`_YR)Vt$4&M~`@yMq5{w+aX_jcc`M&$L^H$(W^n*-0rY>xNYo1 ^{x@<`w?3r-fD>&(f3VG01uAP_oouThrbhKdim?E00(cS{jwGM@oa)O5`2FvjO%$@ *T8;kYt;8Xg487Mpl#5euHH4W-u<2+(}mG}fVVI9LBIW`FYu*~;PV9cBgp*0mbIvVJ3(GgZmz|+FD1xy|G8SsgLi 9Dzn|6B$ojQI9q@8e9q`nz16~|ihxDfs=aLVLshVkm>Z |oq!jw5ae}pjh$<}(`cLr5o9{ObQi#<2(ldU>@LV>`7XfUw+OO)|Bi-#qVc}e@E>*oe#du3e{M{W<@j2HEUynE$o z%BE8-oi-_PC^>2KT>`Q5!M@_$I-l3h{Xr*{QDeov73)27|fKkpIzlHgst1K(~Mi21kL9yP)zokQ?tp67#VymJU{ zbEMMgL|UAeFp26uOEzjZd7=S!rL_7of>b^VBp0PeSc2lJ+I-*H2f_Me_P +*(R#c)7Nks5kDQrD@zJ?27e4*#fD4f`A@1q)=`6SZjofpIRT>xaS`(D; ZXn2<30Q&u&;yzykTd$d3_&1Zn-qpB;Ua+B>qTl{N--h#OZHJoeDzM{v^B8b;x lNwQuus=G0ua2N6~vX{T|jl-k`X=m&)rpiMMi|l>c(t2Yo2+>iRrgzjbnX^czDznrhx!6utw+``)Q1^9TFu``rr9 *7~-Uwa5HrDX&M(i^g48Bio3wKh!{Bf2x748q3v8ds!}^<;we&=6Q`K=k?@U3MZ26k$CED$oo&4=f&JVys_ m+xjY8@;j4L1i+=l=zUalaIYc*m;e78B`t7KF@{Gb=C@%A&Z`a_g)i?CMua=h}coO}tr*D5PYcua#Gf(jl?~Boo^ @TqDuGF%(CdfSbA2t5hS|01i`3xZItC?mT<@D)yHL$z7kisryyB+!+&GIyb?@aJDjhCeNmoz`7&*x};dF^NY)0Vw p*Oj0j^SfgyE{S^Hu>`N-d{4$$K-0QrMFeMl76H-wSqGoQzl_?^%tzIt 5JDytd^w(DPw6uqoufMKPR*=D&9+d~;35H0nU+yXf~XdX8!M9STn-*gpnaw%(NI2lW2Cny~(J^?6wh?C@q$oC~zf hx8ls9d#6TIDLDNafF^9rXR0|ymp^SVXu3zTO{#Y!o|iwuSudrf? eyn^7a%``(`P%r+YPussFSGWwlP&u?qo#~u7wjh=a(;=RY?H2gFDc0dhm^Nu9=TmAMrJ%33*=JhTlNbI23MR_yt` )B(7i{4pInL%N^&-k|H#WG_f;~;&TNWVEw9ZukL?DYOs7~~Oq?@glcxAgsH`u<0zzg!MM68nU|H-DQ@+{Rwv`>DN fZifGk@?bm6e{Bkh4fUSUIuJ|a_2Rv3eQ$O0F@Iy&28F)ALeDcb-beJCN@-8fcM|!$t{R+gHMs KaxJ7Z^P(!DLtRWc*eNPxJ>T{)AM!oyMlfsig}OG@1GPtgz+v08}AV{IP<)omir1lPwWLd%}y;dLvUFPJ`C93L9! RyMtWic@QK!AHl-h_?fHW7A_m)Z{(GVZ_Q!k1V2Ayk=`V^uik@%LvUlM1o8E`^f?YoUZ9(rh*T8<9ZIl*zI9ttp+ -(H+rm)?e{@#L~UtqeRd9vP-_w>84$Q^JGAF fdT*vUdlMY4>5rlBqv)A+4TpQtKbDgYr|&Oleogeux|pA9+V?cxNcw)hKC_MET3Y6@W^MFfV?2)HZJ=StD`efnUp 4-y8u*&H!Knj@4`R2?x)YWUrqKIuC~c|AdOwB2M$qpxUKa_no!4iEzIixzKw^&QuO23NgMNE5#`dr@uX@1-_&{Eh JlF>>*19oo&U%+Kdf|Nhep>%iczt0Sp?N)0Rxj2?vt0fR=SSaG==XgX|6**%OJmRrHqLC{^ILj9ntsQYwQXI6e8% w@C;UW;JDTY@^D*>oUJcIwe^OSDH7UHIEbJl*+eq8NHZ&8NN744a@4-I_|6Qzcc%S0|`d*?R>-I>b_Ws87hvM$$5CLvKz_OLFfiI&H5?A;W0pcA&lsndy0_*4yNUF&(2W;xSw4Vz1FSLSJI*xngo7g8Nh=eiNRjORdE|A|el#$7? buVXkz!G9wud>Z|(*LOKjNZ)VO_s8h@&zhEPaOctc1S+SE*I4?!8N(R`K6i1t)^UNxXPJ=wsPxnDrzrd*dOkD$@_2P%Gzr{_ -QnKb?(^t+0}uBgG;@6*cg>05<)4ZpVrXCq#%!5IVh?>^3l;OA6kM$2P+(Io_@^@5Kawg;U}&%JAKrrf9J7Wy5c@ mZh1vgjly-&>r1d6Uw;q3@d${GQh~`rS{z{kdKGZI;4!2%btmwrBf2{cd;iVjT{N_TJ21@FB#1%k&%Xe}Cxo#Z#2 -K#KD;)5;jm+3_FmN1a>4X9GyiqVGBSwx6c^!fC@FDXd7pOPGJ5-{2ZOGeJMrF&?Sq|6Sw%i`PsF`+@tJAn!AtOm MrHsCUJVpKW~E-w@l(jn(vQue+(X@n{NTJtptD^Zx608fUbY!9GcTt#$pBerwbBf6)7o7|xZwRfY@i>iglm#?bG7 =)IeH4}v>sncvWFP7Th{d`V%y)H2_%fv=T==)Hqrir~AN@7MJE3)40V`#6TPru@fy7+2Eoj2ifB;y<=8ypeuv7sk $?&T#6tl*0SDVOxz9_aVh$z5A^(oJ-n+-nXUS)%0xy!N0_Cu7>~4r}x_k9$Ew6F8sHLQ(S5FH19D@)aRF-cC(G{3B0ZlJW *UFMIeTmT<@9|^dj5=lYtZkwUN{@ZcI{0Xe>#P~Lcdw`<8w4$5M;eDpG7*>Y5O{qb{G0xr0?uA<52y+4MEoR ??q|zy>K4uE3HGy&=m@wL%*#wd|S=uPxPDH3unjJPT)HF-B5$GQT(?tr9a5f9}U}0^Wc4;<7@bg5v|em8^m;rAnR }24G$N?xoJKl$LIC0(>&Jgh4W>B#yg0<*V6A*dj6e;twZroqOhyEubn=g(hI(W%-=cAvlk!KGI&I;E1StBQ|WAbB ALk~+R_<67}T$2@Sv80{Nh6sDUCxBx{}>NBAso`lu~{WCP)-JlEp-_;3qnhh3S4O(UvRNWc6_*;3A40xxf!&XLH3 wYpGE1v&BqzB9#vEnPfL5Z}D4`C5h-KCZ;?6Ogihw(*cEZCiEqhpaM*+T$U1N{VuHwXN-tJ2UVfbwq!&u(VZ(Lx{ }#qqL@qM3%ORGa_UMKJESC2;UUs9`{r5_!*eP0Mk3=EC9$6j(o`B%*e@iC{>&m8L(y6b=@u$I@QXnr*Oth4eK|!c+08>WFhPCQIz6z%86;YBop~BSYG$fb02=a`CA%93^`m@DX3fQ1f#PIKoh^O=Sq14%s&RqqQ&v=cqJ_FCP5 **K!SD1r4fkUq*D0MA&m;rtK0;o3C1h(aBs&TDD0(SdRuLP`~_O9?bXzpAf4vXA#1Vr)I;r%XJ!*OvF11e%qc~cNB~Hf&KcWlASyuv#lMCS-;q?kj$r3{Zh HsQYTFsLE?Vfn9MYN~k|6@p= duPLikMCzh1x%N87I#B0exxGXVNl*Q-@OB0?Awk&CewBfzY#J7iZd<%LaaHshFmTOT?+Dgp+C *7otXJ)>2AmQjrD>v|TWP`!dnQQ^KMn6-&uG=|PAt&6>u9p))eY(w&4hR34#fOLrolEELnN={)rx%>x?4WW397Au 3du;dk5S4YTx@@-|qP%28(t#m;4zYS5%iX1Xc203(1rs4CNWx)TB?Gc=&-wlBIfRgrQRs+b8yI8o9Sn;apyZohn7OYb#|E={6xDW~~ULC))fZ=bngDd?6*RL|6(*p(G|rHJp~XLUpJGM2x 7L8WSV4M72OTsBEo8yo+!#5iV4wpD1ODhz)g6XR_GZ!O8MT!cIm^t{~SystDQ!V%*i?3x0Pe;!G)#fuGWzrK(p}R *G-&UEBQ^RlUks`=iW%}qpA_tO*Z>d0aA`tiDLo>u bl-gyr=4uGPk?oc_Q*59ba9jGx%+p$7sHl&5$UBqWRB2iHl32~-S!MuuNiE7a8Eh@m>Rar~*v_L$3zm#(E1@)z2* D6$EbKg^^`%8BZi|n%cI48nSjgJ_EFm5xWEKTcrDZfa&82)k7jVgjG2x*AC8F6(_=CD?0YoOceOirbr_x^?Ax@&B J5PuM6rz5n(XSmdrjASHZU6 z65HGu_@ngew!|3>Pculs0q{larAa)tjKeFQkc%Vb0Za)`IrL`1x5`RpWjm5r}=8_U3QHCk${_<)I0OjYJc=I?}Y DQ>V8P69xW}M?T2=t?9PzM6wvJ9WFvw7%{)-h%{86w `+2a8YEJ?M+b)JYmxXn#bH 8U8X&4hD&30pG)@8sNRnSDP_GsIJXJLa=~ZK5cqZLCT}V@w8<)!y9!YK^CB+0up;5LBe7O;cu3hZ+uo%U{Nf{QTOFbg*?Bcg4MHKh(C&NoMx)0!-#bScYmYpI4am;jbfhoav }4NOW3Qxlti$Y`Ocq!v@p3z4uljyMocW>Hd`neRkUC-Mr)#7O1=a3n0!!BkzY>;xke35rUXojNN^LLa9Wb9q6hik __J%z$`3jF$9hz+#%)r-m1pIC|75)3BT{O56w$?t~L{*w2Je#TMdn18#)S@c7Tykr$m5B));dnr{x>-sUZ*Hmrm`y&dAxWtljEdaEJK!=q!MMP18GGI^M%Dw>Lf;?lk3e{*E_3ZJZvS+UP@h`a 1dT6ZVL%Xr92J!&{QhT;Y^~LX)H2vvjsvjWd#8S+Yr})n&2ZR2O(V9SWuLh3!0!QYNbxD3DP%03G&G-Ex<`$H84` lb>*^c>2_x2BMc|ab>+~NBa__gg*<`P>Bun}gOJb&wbP=V4uniwrZq2Z33!2{R`76G<_^`XLX@d*S;ljhjRXw{aZ 5#MWsBb?ytb+ucb1?c&lA?lS2ZL7)}i7ltF%Q0?0j?n2{``{bIMQgN1aFdABH6IVMLeei|&22-pL4Erj%iMlstc+M7;^&CFx6wKZ1&znPOBi5u25Q QL*Z-RQRJWXRq4CgY$xptUGbo5bj4GCbkxqMX|B4!@NZsLec?Y~^H~v-J~sze3F#&4-r*o*T$Ql9p6k3;s5w4VIU U<}lI(J6ULIB1B=LL{zH@9-^J3hkWADyx)$sx{xG3sgqD8sFzBovqUYjAwTKx{1XWWQDl^xk47CKn230W50(WT80 rYJq3Y1l3_F}goGFCM*Aku)TU;VWkI)1Hjfzc`OGUs-EK?k-><$SKRMS$k>U;rpqm^8h5{ZPNr4jd23YguDG9 X0Em~Un-0$3;sfDsLM%sEadVHTpe2UvnAqnC)ueN{Zy~oUnU*VYDgtaS&WoY51;{&g^(f}YMBU#-go+n3sEsyzqu r!$qejd5!2$$cIDk0t1{2dk+cTo3RM3on4CnFWRlC0E}7fmNTmzZ4rW7xVxiPp6sjoV0yU{qB>t{kDBOctj?=idLr&Y?cJ1?q5{0tn@~YJ6P7E)@hDBzVCGY4o;cO+$dxj@zd~J?>c&Equ!^f(XTDTqBC9IUcti) <;uHC-SL83RGjP6Ibulli*Uc}RQsucOr1EC7Mu~WPfmq8H!pS(=Mbk#qvqs$Kbi5}~53wa_^HLOMswztWRw^81fBuSYIkM%X}sm%~M)5&`GTP=r^<4$XjCqgoL`gToq|31B>ioDW+J;po4~uJC} xl7*wBHm)Z(-mkN;Z8Ki0HtdHnXMFa151yMoGA-&ah*`)R+a@nk|g2;@JvQ5}?DQ0xb$2AeJg`gzdP{D66WmxBt& 1DZRZcb8QiraIjtBh&*qVz!rwTwZ7fiH_-f#A~id=^MLrBVvC`WJ}wi3~^LcUP `3ozOigGR`m&XpJh$$PDo)#Sgby1Z$JT5J3=jYJ}lRi_|(*xIMu>X=J!DkfrhCJ?6?0(FH%UZevcy!OB^#hnbQpB dWUq*b-T(rbt9MYh*%$+ylMdwH&)HNc65{%T!lx-R5LVeBG`L<%m%ssafs<-LWvT(1ikmLGo!|({1`r#eQp1W`b5jCh3$i H=)F(G$C%^E<0p;T&uLq4=tmH<~g`cNkW)z-VCeLJuxX rLc`fF+=4Sfedtj68|aXM^@;v6LHOOMy7*aXlbt>N75g~I&K?IP`zs=Hphd})(aF&>5l5foQ|eoJHY-JFBOw$)J` $Oe1gw8y$PIL6M4)_~?Y@qrYp~=>T8&j>&+wh-kaTSPK0{erZfxWyX3i8Ony3evHyfANbtmxp3}<~zhG2#Y@cN9% W&09`7EDichRS}bO|qSqAoH0!WR<>ipvLM<2Z1U^TMD`9Vrm11Ka*}LumX=NvyY$2)Bh|s$d2t$>bpLp+q2A<$x@ 2BA=(mr#;@36`icnv?w4JUyL9qynvoQq74JqEhyVWVaMEvCy3uiawl_r*7dQrgZQw-IQE`(6G-`s%R~7%e*(;ZZ{4 Ry1^;?#7v+G0gLr^wM99rV(| 4VV{moSLYybm^Zzi7!vJOAN)_4+sN+~EyshSqieWVXFTBR<$80d^3JWsqt1+?vFitp`s*nt_A* @u$He(GC)6svr_9G5@8uHWIglQD?m`+gOxbYX`e0-HpAh>t#4jM 2nLY{@6)%3>M@sZLA?9b3Z!;c1%p%#(I2l7_#n*aa0n_75_`m5Bi*%km_-sYyhn0(Ml#=)xlcv`TgZnX7T$>jD$| -x`E;F3?ihu&Yqq+Ce1@ub`9aU`%^h`HA+RPZ^WBqO#BpH|i#A+$NZha{E+`+S%HYXpyn%ac4uAj=vC3=XXs5H#W p%!jq6|;@IMsqYH6il94722|%0ff4F6G94PZN$Fgycw#+KQgagSio8xpn;0ySR;r #!7pDvM}aq+hg8JTWVe2)j2!+}_dQVM~#4KHCi@u}E~ &imE4X^$J#r7l~xYexg$kYuy_fD9E@{`ly*|!Ea9%Qnb_vD{MA5Wdylx$;t{5g=t*nuBd2Iq&tRl%duA+EhY`NUF l8=N_%TV&Be-oQm)XRWW(gt|5hKYd}vHhjGUQno0!XGL|8}~I|R3(J((hj-M>vP)~Q8nW{JsZHcPWcMF{1iJ;A_j Aq*8#o0BsTdKLmSOpJl0L#d)r{0k4`=>DY*`w-E_{%te1A&m)C!RiU2hZRLF#*90~>TCH7i9vy$w7*i)#4>(HO!{ QBWF-;SfH)*$Pv)!#jc%9r(4&MTvIc@d;?d}kU0-W)ZcO~0!%I$Sq3|=^FSn|2Cb2^~c>7;e4%8R+iD!diQw_SE*>&o4F8Dgqnc?-=MQQgCgRY&Rn8v~)1f3Ug>_m6|fnjK{W(?vUa(EW5X?DSJ<%C9X~ MyXYCw92boBr9F%?5>IQ2bjxm1NR`$0V~Qkq?-UNCwppw?Q`x6~F 2Qkb%*P*|-Ba6!VSM3=o?p|o1)O-n#m?3E1SY32FV>0)0Lflq&1*tSQRa0tfP=(np;(Vm6r8@QJ J*1%F;c+ZQt6E012lu;^xA*o*5pAtfwG~m{OvA7S5s3+b0a=D0WM#&_j3;Z$r%pg~0?bTHZH84`RTRw*cp^*6BDT&yH6rmz-S{J}uPV3L)W!eB!yw689+9GzH gx;M(GK<7`xMmO>!8Q7nGK_hTEr&x{ht1~WRNo%ZR*Rn^M!kVpB6^|0d17=H=YM#xS#M5w&;~<|aP3HE(?N$XTa_ >oEBG|qq(eHKlPi5$9q+eJZ^_LBRp+=I$l6xNLfSR3wS~xfP!gV=51Q7t^Qrf`da*W%o_w@c;I-X8s~h{luDcGW# jtl+TVN|4kGC;~%Arv`Jp=X+s}WD(qH~5y%rL?uX;w`FG)YNrL}=R6#Q={L=iMdPn(sS?`QhOb2=w02te#l1lha^ b(hR<1!EEKlTxd0|pLz$%ToB?qIqJTUNgz!NQ`PetD$UcS4_4z2O7ltM!_67Rpp=1+1r>-G|7p3;<-|Z#=yeG^lC f-(2wpZ=5VN&%n9*fU6gD!736qNi?v${lcdd=v%j`XLMwH7}LC8U@J`z 8+ER*YvzzQv`{3{;SCL1v5iMhvP&m+3*Jy;-I5r?>!kBO34A8+4vnPhg^M$?SQ#|%;l;88km;;2w$Wy3&(mld!UwY@8;ywSFpmwE5|i?P)J2uHQ*u(lS+_m4aT@xLh1F+r_=68%zT>gpGl`7o4C*gr^Z#q!e+s(5g1JmkzoJU%v8^am!)II)$H**& %=YOKu2)RE6S8*Zg77akI=Qn4uC7yJ}vuQId$Hj8BsVk9-5!)kDf!%Fm>XFZ7!qEgSw6X$D=Qw0&hLY4|AS6y@6J j?Q89iDsoM^kgFv2>7>S_H!kyIglS#$8sD!Xu~~ppfA7b57Mp4|kJLzI?uCSC0IDyI~TBxo(II@>D4ocQLX3{(N(x+3ch6a6p>bO hC-1i4H)YvYM3aBr5x5$P73rot=eXG0HX)WEE&PP3C}m`4xdp}PeR*OS r^tG=8-*ZnUIwo`aR}rDQ7>=nyzeX+H7%&O|o$AZ1m#z|!1eSkC+qC-(lZRR6Z@yLrJ2l?77J- 24cyFGv+19wMqmJmW~R}|#EJ!GhMOSvDOAc%&r&NrV}3cpPoc^)eh;!Au^SUybdD_cVvX=zQjxk7&`zKw(ULAat1O=Fi OF+F7&fpsp|n>mi|t7Md9}k-eOHXjYBUszMCYIIzf1h)N@sOY}<=ayjt9da9QR3TB- ~*yBsKjuNqF<(7JkQS@-tT+tj@=(LP#CA0pMA_tYRdD$0T1DqO`%|~-GvO`@7i8)}RcV($7IW1)8stW#t(t|^LF4 pe%oS6~l6z3}<8YJm)R;d!v@Ut^WRxKqn2|r6uxhxZb9`odM&K?>ox+~Doq=D2fk~*!ZEBhQ&`_9Imok|lEWu9Y( $P|a07NZ3+@k4iT?iL25CtlB4vr_KNv{Yzc<#HtQzfp+HBS9*0^;gkeX4tcCKUWB}J?>_3UTiTQK@p}Vx}F6=$rn dgqEpmOBuzupwZNNYsGDk+Rwb>_088h!VC-x0p$Z$cn;y!L?E3FuPGi{bqtw1Rlo!J2lT~lSB(aCB5t~eEtKG-SJ Q7}iwBy1iSYF3=p)jO&>q?!a7*8+N^-HcPM5Q+;o14%5l+8_(u9`;irrEsbQk9L^@9ML?IvYa^kR&Xj ~ciu#*F}rWkm~JuC#6H@|+KFM-4jfmB*eW)<@kJ6T=kTNNR9B`B-pFB|_>lCCnUE5&^tfhol)-$r>RO>LVl&=Wt~ 4C!_?s!yiiiR}s!b2KcpJl%vilfax9KBxTEsHi`u_-n?e-b7+BUdJ_q1?4!v?#yT2%va5Z1V$u%v>fr3d#fec=Bk &{u1_SADlgW9`E&VxG@+A;ZUpdYF8OW=>$T4v2=D>X79#ZuYs3dR1bw!LZPgI<1xlWOH)#ibRz1uk 75Sot0*8fUPN9p}_%M>0HUBu7#?pRz;|EwJSW5J}puyAOn*BWLDwVj3&dz!_BQ-o+a=ZvPP@CwQamF*nh$w;DB#= pBeBoWbbtMj{TwHAcxKOC$wUiDcH-$Onl1=9A-zBiuR}RdMdlkVB}@+!%&zx)oBH6V4^8Wm_dt7?1i+<^j%+c-A) !o*d1j7)~d}5kSCU;@uZ28JU6Rgo5jEl6bik?7@m!j0*Mgta=z`(mmtI$3BEMI~}l>MamFw8+(kJb=>xNqe5#3eA Tn8Wj^Pmd7*_xx#TB8Q+0C^HK%Y!Pwj+S;5ZJ-0jM*f7*K)7x=TnGTx|u;w($lvasJjS&WfgKHCpZj880*D=!P_3 Mh!<*+0%5a=X~z|Y)bxPhF+an;T=5e%%a&cW#-y!B6Jk^c$bY9(zc$X&hX7%?kHM*X#MxI?ZpmnRMa=Td1rNtJ`Y qFSSOW?iy5LT8E22QEySxb*AuGRj#oE(u$ilM1eaD|ODfmGD^!|P#ROM#Bu?T@Lkn_7sfpUtjI&#N5A*gG3OyhZl Fz-(`6?YLXUl2t@aWab!ld#Y;;K{S&UDr>@#3Y`B!d7Mafc{XC?@zwVq%;)?PJ=&L1G)83xilOD$7YLs|RPzR&!c CIz>50$d|XzKJ>3)%ozON(A-Q9@-}7+Kl`Gq4bMP|_gsrWK^X?Ijg{)+X0Rb$N>p^}XcSUomi^6!UKA|*PmBhfe| 9h@ElIGw3q5?Jw~uI0v8md@9@$)fx!!0?I*Pd*Z%lZjo5y*h+hDpY3XWVhbX{il8svOPH+$v~X~BpV*yafBQuM&9 -3bw&zPw}L3rkzgj$UYsgNbkuA~~2%6fvY%vufFmj~FKzYX!#w#xB={#pbY58nQF4pU4$M%{H_mX%r!+W70txbBC >PxzRyQCdDSFs{4tGY@}aWT{VAwXn2`aQ5)myn9Wq~&ntdb+vJZNBpzrg5S8wnWwYL>O^V_Wl$Lc7sKq*+2E5HS! H9~CaaOfb-;+#?bWB0DQA(2gtnb>3n8I4>eB8@v|0m^3F$VO9xpc$(^-K(qIHQ~OZdC?e ;PlC64XUkKsW?&6g6&oP9`%quq#IYBcIg)CbYTD)+*B{2VBy_CpDBzfeX?&^K;XEOQMM-vpxCF@=@bQVgT#cO)=A PbUr-D1ni)>nq?i2@&?tvHh+oUOQW7%OxztaP>N*^ljcEZNn!I;aOTIhE7H49&?EN}+6(+myb6lSUL+P CPlA|xos%RBvv(gdlWwJ;DOo!2Eql;~hOakFXo)>VMnC@|w&=*-ArY056;=?)`s--9JnR0P`5FA#?W{;h 2Ypo&`=Z((Uq16i1hQ9HO+8zo<_0dx)rj(VXkJiuTB%`1-MNyk34&g&bI&a+}H72ZyMEFtMrKeyti0Q~Xyn*sGgr BqIs3jORRE-Pc)rJAD90oE581-#acadmdH7#yqVsd4mb?P5dy@m#q*+Al#-;k%dC(DoC)L}Lu^;9l%{-d3BEF_sW VaZ&|P^hx|$QQm8sUO%DT2q9FudKmX!LQti8EDG&aZ0|8?X$}RnMuW_5+;%TUUqmnBHuFqSv^|W7pv@s7Jb%i_hT Ld!5P!48^|Yirp?AT(j!gXNC%@ov0jeB_CR1#iD$-hO< *RCz9=h$=VWT7@`2$v)F~#jpZe4xg7xHC$;TqNlEHzG)$<4EQ*6e=bk**)jJ^uBlxFm)MZWCgK%Iz>bsP;i__layyj|q=x2#@Ey2O0o&(HoNv_-uVL>$7 {C3OCpq;vNE8sTa60xN9ca(!yd^QXC;^7&}Gb7v36c%F!_BbA<7AZ;gQ8J@x3Pn`t~&;u7wXih%UH;x=@91tRzT88jzQVF)zQVL-9_ &)x%er98U}aQQkEjLHO4JC@eulP7<;S-3#1-)-dboC3D@NXxrLVg;?jRoF#TRlqDg`HJD!nXD(-P`wNnzP_v44kLW^T+Y|jgO8QT+)e5{gy7Z_(GY@ASw@V{9nDjS M%%GjE)C(Jc_?UhPp*#ENaoWxV>U)lnW_Y`Z0j-9s5>5>#09x0-qmQilXYzvP9pQdIL=r>h#6rdq|C(7!zqS j=BHX!$(bYJ@QtHZ$hBpg=;_KUhB($}-ki+xF{p6`8cHr-yvW%%y9YCl=RW?Ib{NBh@F}A2XOl>)1`w6+I2NTuk> E8Aow$$JG|X#Kw4F8EaWrWr2+Oi7?}TJX-dJHli0L;{o&mXN~RTg9d+ 0w$=IuIyDk_iN}%eEVyR(6BXXxs0!6%Fuxt?5JckDDavptQo2+WSk?paPF4P;SLWi4!cOD{7+aLn?wm8%5QyJ)gTaF= Ql+nOo|30#Jea_k+1UwBhLG?#HcSQAV)5PJ-A;a~c2W3dz7u;o}@gi9Nz7DRJS$C;oh#tEwlpl&OGJ8ZJP bkvckd-N@IIBMg$%qF}Xiq?U@ABu^j$L08DXr|GVn2Oqu)k6af6_4q1blHk)P2zrD*zs_m#)Mk7Q*S!_5h-7;Xi< yM&YvXnH;JjBU5xQsz7mfw$$gM|{Z@gG#1{38n;eZJSuEd(SWx&H7ESz)TR*{8p;jwIfL%qZF|MFRU6_O6-pnR1` )?C|8G8xTv{hgf9X`CL61mB?(8Ifl3>G4Vb%*S}t-M@GP_Cp}NdXD3hsoHp3n|%&huNj|HNss!!)!_W)zqWR5F7R Wtl9mDIKVAYgYa|>sUIyl-3jxkl^X(@bL!FC9xKfQ89UhHS3*3niyfLa&0!Xc_S&{8r(2mE>0O1wCtFhC+>&bZmF 1~tQ%3h10mtZrQ-{+?x2s?h8I<2iVA>U=IS9&=Om}0Cy=nN;9wWF2%6Ai0Tz_ZnuXmxq*R^#6>f6I%^&c2ZG^|Mpqj3E_E-P_Hh5kbSN09oioekp-12Y9>lF*D68Sc@T*1O810 tKLr2BAY}&fnUV`(zXiL8{DIF|0Y~I^TnPkIqNqudOARE2HQ1j}t~upfc$3{3S(OUrLZ-w4{rh{(%^nLFi3+#p Jp}h`EnGc5w@SXOQgUZd*eK149968+;L^10M2B&_!yD2f%#U(0XeWr6DV>LwYu2IOpS+MDOtoUr0zeSyFX S@-nDj5XYx{Rw+hS|Aal=JJoL@g!|l}7?hOJqi(BwaGU(7yt(sIK+?&t^C;X&+(`vgitgzSY2t&=d@>DJI1YHo)C 7%6RRf87WaAt(WsMwek^T~8|lu9eqK=X{TS21OO)b?JEYZ^l9lNr{!!*+#EQt^P1B$ZC$6Q^YULPD>ml}u=yx=%p}{G_H2mVw)!dYgC9?zJ}G}f5#=e$3Mpl+ cB;Y=98?63_Mp)uY_%Q-V2Ky9*!GeI*e;3k$0%}H+{pSWux91d0IPa*^Mz+`L4;W2*|n>yt1;@`H6AxdDB`9nj>p H99ZO8E#F`~^Yp-#3Y}^_5mUW3uH}?~_A;W<~$BanqvQwgkk9}m4MOGWxZV8Vz^W-!{$PtjC)B0}}=ju9*(b=l`D 1=ZE$tbV7X|d$B#*I#t$jN29-K(}cj^l2$$yI|l#+`#NnjgfQm5iDy-J?q3F44OgJcp_@5jp=Y1r%vc_t^W68o$; ($}JYx0V6}JV~EG6zBRM%N|~V6=mg3RkJPzI^mtYk99zT=ec{01iRYa 0ofb6yJtU?r~0mEXJUH6Sd(yi)MCnFB>*Z2`+b~A?UUeZ-&H`H~YRhn!qR ?aZ--tV*KtGvG1)c(HJ#|(N{xp+oITsEf9Z@L2<8&`5u{K{$fb}3;ih*Y!9`h?QD${zX35_{&AuhR$M|0zc7B) 515WX8)J6U|9fC-w}t+oYv{wLb*AL$a^=r`(|_NwQhqb^I07pb&+nAqtjZZ@!IQZ~&J;g3%k$4tnvMvC}~ONQrv% qg-CK1Uh4kc8GeiF=U-CI%79Hh31j>xnFWWg}bTm?3HGiPC{JCMrhFq3k)>}<3kVEK(1dbC34_kdRoYl-$iAR;EI- RegKH$?e=`si2a`?VFLyO#5sx!xOTpfmyr=iCMGbl1Mh))CGjR8;cC#9B}|QbXyLg8us9J`#AIx9$87GOLA&LoPm*0R?3LnVpo;DYh0yxKkm8NW@FTG( OWGd+q%};HFP+*5+}>9t1?0(>f<3O%$m@1vBYj*BP69t67D9~F%$D2t-{7w{AX>e(WJPCS>0r4*vcgF|8#z-cG+N 3@4(rLXfa-qQdm-r1&tEG&6+LDj;n=sL_xu7W-tDq8ovN$43qKD?~_gwcjeMeKF6&JtYC&WhUGjF mHA__elwoi5cq@CG=a-j(Kh$_*&o4n5N+tCa4w)()^4xhf_eV^J#ggNjKGY-&nvf!&FYn(Rhzc56&bmZPKL@zR3N ^Ih|h!&flGN{l4lmqb5&G5msy+K%f~=0wFlBv~97kF!!Re%`zWwva*&b@yrq>JTx03*vwYO_*Y@??LB X*2_|+NK8FmGEIC(P)syJkJLnr7?xI89rALfyJgz$zG_x{e1K78L+^EgL-uh&7$!<&f>x@eqNNIV28}6;? AcVgULaw4l|&`;GDtiDgx4OXO-myTo0Lcqnsky{i%&yst%8>uBojisvJ8nqg?_WzOn^=EZE zhT#5nfqfoOCm7WoUJ2tE3gV!4#1kRj%E|#=n^FSAq5O!`Hb;|1WJ)S7M=zL#e+%3ZI;K1N5uw~)Oeb{Py4+~E>| GAVxwj03-@~&YVIbwl6W~C$H1$ICHNqZH+cBYt+@{7KZFt^nQjSP=dlN%5eCyKz7o$czl}0guEm=x=rr8l+02u9R XU!s|z^#kHC70S8Z_4g5{)z!F%MF{RC{L@|kjxjY{1i=>?!hICa4wnDkFPP#{jpJ3u2uZ9Ok6cry(`-j5A|wnI1Y APszakLJj_@21v-&uOb=Ut<|HVIPNjl0iS=o1ZINAFr3j8rxUoFConnqpFzUY?n~ema9dz Vm$xq6{B`P$L{7jp@Ua2gf$o|2~)Vn_=W%Y}X99?*2PR_Ofn|)Qen~T{;r=P3lBJb3zLW!TlKE&24mqWR_?n-MbC8B(Ru0B4wi2-8eM0zR^r=zSUc|Tt5ic8VzSyL7Ja9x@Jg}A|RVwssv)9)q&_l%Bu{|-Mvb4y0pH*XATMzem0tS@7t<<*Ocx*7sy4eExz j}YqTnt+4^BLAUv$n(btIW$di)<#owG561RP&l6SXSvbCz4PshH+J6*?A1U*wK9H!NSLQUHOsEdde;OTGeo?F^q) !hEoyE>Az#_Wir$wo6OctvgWD1gXp`eWU9Fch`P0qoh0?$m{FObnuVjWk`hk=&IJN2rAM59x20zasSJF3+|T$j<> j2hW(=^DsqCmAOx|%hoa0(09+y=wa-mTP`Og@@&SNv(IAR!WY~@bEErR*@vScJ`*~^F9@?Tue54a9eC H*3)y&BAUCWydX<9YSpSKI+)Ljcz6M`#Cm=Y`t5Qr(bf>is>!{{s_T(EW<5Foga1RhWsm5VnedzenaO=B)9l{iQ4B6s RkMP%!gV~Q{K>jeGj%ydLu1lmwI37qm@^iZyOmF>ai92f607b_M!_gt&>p>92K1n!wEvjL2&rE<9KEycd&EB05kK B2~-TIS)sReIh-^-obBetJVk5N!x9&*9pcGT2}!ujQ(yBijzdl+3L%zUrY~ld!C*QBI>i5oO>jyh-Jt@0^+3|J%U#yDWNBJMsByw6ztYqw!5TWDsup)BFvp E@*jjIF2(09F5)m5eyoNTv_Y*KA)Y7kM0hUXl@RoNU~Cu&fF-m^lfqFakBcRK8=dbp}0>i@)&jV-E=lM%40u)65L c-a$krMmODo!@>{Ngte2fWcbgt}3pfXe !RdNG%e*qyolUCc&^Hzl1ac6i1mV4o4Vj?BET^^IdkjqPIv`md>s-5#L 8;dPCcI>v4gE;zF^SyC@K9r_p^nQzU2ak(3KqyTcuaK%JBto*$#Z4sf{YY#I&*c50~1#H}UK&T{=3RN0x~)Yfy0C ^Mk2nbN#}nID6)8<2atqq?UIH745fZ{#fNYt?J^rkZ_vW54*7rnM(dr##k(dV-++0S0)uh)ez_{@L@{_&MwSpZ31>DX#0v_k8ZZqRaP61(S;<9@<`$dHI+PFpaQa{R{@jy3`U!<6A4`e)3mqSKcYSp@{m)%sG-B%F(LZp57xUOAd4o{^KVfzu)nWdJYD_*kA{gfjx!M)9-xNGno2g$8Y g=pXoZ)0R=&n#>X(o_go=?(WaO_~Pwfb R9bQ*}-?Z-u|pTrHW4cxhoZi!ZQya?Ea?7=$2eqNK+R#>QXsnirys^zNK^pZV@Y$4p(U{8kApVP^o2i*ei`&rBwayv#`3|xPPmbWiPMRvUm8)xe0tf%etvgZHJ2`_B4Cg>|hoC H5M?(Mr{o`X|-}Qd$SW^aROHYp08ym{Gl KQ~UE4$kh_&J>!W0z96##6QIUA8LhiCU)c(IBH?gSE^gw#dF6^$e7qVpvGlXgMlm#g>kRC)ItFZwQ|7A9r;hfWK9)Lqx`&;)W4oK<(cC>~$2oe@m325y?2TIXI(q`2D~FZB ?z2&`I-YmnJRe|<%N};Fhig|=W63?T9@so~x3(;z!VU*)KOTtM&>XyyTdxhV6LynLG!-po!tDYMZ>e#sAYPuR<;G y-&@NwOV{EnDCeoQFxN{G*8Jk^DtBjbyfvH{y7jD#sR{6_Ad2!>nJw3p7Jf3IwD_olsZ9AQ^qYzFPqT*E=CC!!Ik -I4Gzv|%t+sC5^&K!edlcIe`!gm)}ZMm`X0AHG-t8=s~og&92pe!9eaKHpuBAnU-1~SEg{~?Sr+(+{oTd`H#u@$@ %4;riAM^`UI3mf1C!)tZ9v0TJHZ^E)p$GV*ePo@dL|Sly{t Gbup@EBv+GlzE=`^2L}C-7j|`~a^d(*eswb0=P9SN9+OtS{XBKdD8P-Vu@Z`X##;nEB-LU{)`J6lCyLKpTHMzy<+{1P_?-l7JLVOG`Wc1L9#-5nY}9*wCzID@0n; %apL9vshH4wq+4aZ?&Tt}lez{_+p35wMKG;Mkp9Tq2gb3cZOdD;OPPZnvQGY*E=Uqm`w`&~x+J($tpOJ1I`y8CAd doERa$xb6$NiSXvba5@iLxxEwSS0oJ+>tYUy?G$4Z<4AF8pmsMhjq?v{L-Vj->@44149 `DhR_H{sR)m8N6PrNh &)KS2!fZ8Kc*vwVhaPhhX$cQ<2PDM=sosq_J7FT0ciDd9Ct#}a*X6`(D1%$uG`PDE#%KmLUD|?S3BR)}nnjdB+^Wtp`uT1R$R c9@ZiFo>wx9XMNz7P7}+ZcEtU6?|(#?tK#}HJV=zpFV5@b7ng{F*JqyafOW%j`L!^?fCI _kbUhAm$|7{%6Dv#yPH>qT+8Uu4Z-~j(f2>lu*GUhZmliZ?#4u;bQKp%4jonp$#mQV^7?@B%$9KNDvd{XcToq59+ c_}6+t!h<21%(jljba)2@V$_W+LkUS^)DR_qtXQ`vx_qvdS=5}gB=V4U29WETn0XS+)L7f1kJs=POjV`0ArjB_^qsxp(+{PY2=`cxl1yAcLGNv*}%u`R;1OI%25&q#{{r( Vgq7_Txh$e1@TaUuEX|~TPrN$Y%C(pJ=*z{>@C=lKS?gm?w#|u6jF0SL2z!->xyK+qd1SBpgEOF7aa6YWelWflJX 8rPgCPX^J01muH;+K?mwL_L0uCF|+UwbZlXZyjLHfzYD}yJ@s*usk3KjfXs=>ZQu#EfG+eS tT(~>C8*8k!=*q+JnIv&b_3_8i$OPUcO(YS5oiGLzqPg3!FgE2Z`(!?LX9S&sBga^m%jjyk5;9Y^6W`Z{uH!Fxu4 piB$(IVYA;m5#5{BC_BiMML*eHVC!Tn?c+A_Oo>>{z&O$&nLjn{F_XHpI(F B-Bmod}ZWR-$3qI32&f$$_~!Z9ihG4a}K<9-C^f%;s(-Z3SRB05JVFdQ0Nc6OKV`tN@@#X7tgj xZX?$a0=!H|)x}ZR}W;*wwk{Dg!QQIFDj^6;2Q^x4E>no@(g24Egbg@4qi4wOAcY-1KG#k4+afK6fkion$vM8p}w L_&2?f;)#`7H5R*S5|ddxV(ex-Mn-+fbD|w}TM`o*)g`28IbB9=asttcsFO~O|F7!IBBhg3qXYZamG}aASo_dLQ$ l%wcjdx2<%ulba|RW`fXjJVJ7KDqmSvxr;L{vooH)e^6d^{?QFIL!{nCdp!|WE?K_RD_scNO|RvXysaC><66SSfe--KEKWSYpgAY7sp|xxMEU OV@2IzZ*zu!E>2wZJ(=-}Lcmd{gGs2cu5J)LEC!8BJs$OYE^4OTSqT%Cg%$(&@IU (K;+J^;y{!zqF6&S@wURvbvm<9$5!JJ#I)?k7PT(pY+h^C#^$)8a@quQj?B?0G^}x%LyeVbIupRhk#-{?9CoZrXj *FaHnKnOd|jT%HlC);ec0}R$>_*EFj`xJy}Kr`3n|;3>g*=pM4;;D(KBHYk!51n-i{MZcQLj%>V;8#u4S!~&uA}$ Gsz60yLe)6enI2oo>x#GFC0R-H)kleJCF8mB0poC-nVZCm1n{zIQy9bsVxavh4Q=GaEWUfHh|06br$$#hH;rq{E% MAYoA=gp{}w|7`;vjFO55T()saVvZnb#+d=POnMqc{Ff&E+yrw2`dvS_Pla?cqtJJ<3QD}fD0nLL0G6l+b!aunhn ex6a&7($}L&JDJx6p|2kVaq6u9IwpGCkPjbrA|3Ku?wh2bJ_hT~rX17H$(`38x-}*@v(s?tQkD${2#&0x{!z-Bc$ hipS=YGN_)jxxlFTz8lM*u;apid52sDDYf^xTvVJ8)(XD&G5cE~X-f`M5K7v(iKL5!l1mhyQXsPnTh{18DZFQU -S2@-o|_Zl+9;8J&f{HSuH`5bWTLor-=J|C-Mykz~k2>$L if#Fy}FCjNVeVyjgUKOmh3%P?eO=aO8fpI96YS1{sII5VDG}h(j2ZV^FkK!DIe%UNP(;RpP8F{)4>m@oVZC1Ro${ P+)$Z0B)omt$6zex0S9mL|A*)!M;i^En0Cm}xx?5$#7f7R1_cC Z^hV!Ek%KyD?%HFx3^#UCf>)UbicPiT#R8)K9rpHC*sA2_7Hf5>_NP|W*cVzo>z2uENt;(UY|vMezUcMB!~NvRZE D!wf6AT)D*jM*ZxFjjwKf7gpM`uDUL+LigLuNUBrqQ!im|FN%)b=%$F^EsQ;x9pR-dkL@g_MvByeTBnUyFAeHxp; {t{3oTi?#1Kk^&oVgaruZlY&;+P7)(t3@GXojO9gXdhs7M 7@=0kJXb!>_z`6nkCxWbLvz#qaShK-QhiW(v7CQl@ ^fi#={NdIl?q9od6w*9|q5B6rqP#~SazqAx2<&+LbC&OpU;X1nl)+vSwx9$Hub}9~tM==v_>}$BUzZdi8#%uLG7l-kYaBO_<+Fkk;(?;-D%7SUz|B+h5Rj!*GYskKr2{MiQqx GeG4S4Ni*4XG|V`UlJ`&dok6ZXaA)yC=##%6b)UuxU`2k4-R`}%2n0M{Ak&HWp>O*}2Pa1}?fcM%Pzq*4fJZ9IB{ Lim!3jLPL8Ob^G&eUzqg?ys3;AQxz{fK7EB81VH!1pknB6L?^9kDf4Q!p^6NVlV0OF+nHiL7klAbRs!KItZeyBz) o%jY4)R0@*1)lY$hHMfJEOn4Rk1G$)k&D|`h0CMw#=sb}ZwZ^=O{>MqJgDZ_T?Z(BElqn{l+`UR6L(x3O8?(6@@* ZR9py>^UVM^6`gcMQu09qoaz2ROfMb;vh}zIx650}i@yGK;Q>RpkRUg7UbMv%5L#1S_~9+j{K-Cxm@+W0UX6RpuNkH#)1&Pj3YG_h?b+q8_P_bOhVrxCR Bg&(YxjZjEKR;=Iy;qmgEoN(sEKs!J~!-GtT1p7-YYV;vGhPgxO(P5)F3=VB~VtJW3kpninClRT{G8+ofSrAfT`! bZqE< bYA}4)EjtCN^a`lm-cNbqz%YEdoK(>BlGCHo*m(}wY96sprm_^x)5e6S#^VP@3NBct=Fn?3&y)p)t-&+}wWce6@ew@KcX@y%nC2+-h6JZcG;e9 g`X$eFPu~F7)CgkrwPP}=GhAbncr4s!Z28&s9K*vx8!4n3+t(o`gK`H+_3U)X&^kG7=b32nd(1m7GX<*qo0Fv4Xc yi{PZ!NlVmy-@1e&^hFXlJ^vjd@tqW#VEcx$*u_5k*yy;_N%|3-{qrW#Jo0vy0&JE1r5I#Vg?x_< Ot1mLo4FaG9ct8`#H>8#gkw4pPY1??f3>G}K3_$fcNNbZcs!U&q^`ZWIc&5q+?;+Vn>XzVUSaKuXi5@>J+G=ucRA c(g5ZJ{IaY|1Dz!k23F$%dJ|@xwlMLZv2+6(axotv|nvz1Y4AT_{wdzfJgoTRj=0%n(VNK!;-#o|s%ES6JIGe)fP wV9gAR_-o>mU$?U@RDiTEF&;Ns0O_oBF7Q>!~Cx_e5jtctdv0!|gd;h?brE!Uts%kv=)PBEk!*(3*fEbJZ2o 9=jRNfZMK+FHHGniUN=0_nHk|b=7CTN?n>!};ei0eLuC?WQ(q%_D5XbA1@Nf&ERVcl3C(D*m_=I4xoItT-_R^Iq0 )oFqFkPWUu%2rPkHBA;E7Sa^|dkf3?G?I;y4xzaSAS)vH2@W(GvM}f>HHo0Fr6qB`^btn~oIPV;}P4oOd(_P65#< Z-{hH*_Sh@qHn{0&HI7-Ky~AY)uAhIjy^$^VH_tZbK?BU0(rBu6cE3SPoZ7{?_I>N+_8H2uozHycUI~u;j`uF!oB )qPcYwqs||n8YJ++UH~TgYQ9sl4hC+7$?(k?mTH3U36DsEF{$mETKZOgu-(wK>rSxHV5CAv-tL{@hT~O9O?KxK(<8Ga63n9Y^tRM^sS3F~HnFEm_juO(wC! @KzCjuPGh*d#!8lNJs1ywWJ9!?Zd$eJ_go*mlw_j(_xoul1f9g`Kdy^%EN^(#eV6BI?OC(a!`z}}WkLHZb=VA&0T *eaD^Dg;J<^CClJ6rw1WqaPmgNWA;nzUm$r==u`g1QRVFC?WEgj(6ZY@#qJq4|6+#EAxrn7uYomH+Z_f=H$_vNPF Fm6%5U90b5X$%U>KG(0{ArebWLkh-dD(LCI2!Pl!}N9fYk3_%xbku_!HrBHg*J@c`W80~D!h+3~sKOQjhu+}O+R) YoRUz*K<>R&-kpp%5yfc izLjFdy@)(!&B)5r^UJuU6z2{TbR!UjBt{|qdi=1}x|RXO8&!I8iYI&sQ-Q}yryWm2MMCc%4Z%E&1iT3>kjEcb6X y0ncQAo}F)&kukuEC|no{Q&uSfaS@}R8v(I!QRU0iDHJ_RGS_je9^LsbhVTb(jA`gSgO$0n&OVbPkJzj->?Wm7|CVjX;K?ZM$3Oi_#hYXTpOD98HJR xP@dRZZuY!0?V$8gFnPTPxy(J6E%y&G!nG%@p!7cjAF(MHalDhDsa8aOoTuK0NzA0`TGF%gexE4NrC{SKp52oW#EXFl4Sb jju_Jd=NH3@?^TV76zVxk)!-x}Xslx5`rN(XS0_G!OP#w7X$BV42`f+c&QH-7HVl))pKvWri+M#@2rOs{8_bAFF; O8KEiN%t3VLgl^7YCbJ0>6}(IQ7HOUQ}0NWNE}G7&i3nhI3-vqly4;5zPpsw2rGbRaU&?gKlo;X8*LK$t$5f@~;8 +<9n7N*F)rM6*#Sn+jOSKA=RfIGsu79Hw@sQF3aO1O3G{1jkUlAGl~2LBgx#%eGQbFf4PfSRX?>2D-N>G?04PikJ+Nk;Q8QFDNkYbexXI;W*4dswIO!OI1QO{nF}}iDuMHcTrFOSo#wan*@zU92zHpT EoK_9q~lDVIEpEHWAIO05y)WJ?IFN;6UQW$t5Jn1`dWf#CY|>2lQZDCY$cEhRR|M!jgJlVGvyAVXuLFj1uGcmJ}D s#1o(3$u~}~E#Ra@m(4U()3)p_VgM@oEbg8&`dkh~Ol~~a379ex8cW5$)uz|Vz8EBAALaoWF%~b`I5!o^5ew6ua# }aBwhR$+35Mmn4s5Z8=LMP6K-5Ty40fN*L{ke@fb uZI6xTdgOfucY<|Yp5<%mP0SOvwf?=eO4h|~Q_W|}t+6*zzNx+35u;5p7$Z@DO*qmvNk>E@JqrHrHktt)Ul*qPc!OV5G>%XuORiHwv%5f6vlxUaRq S1x1f|{^;TZh3r}yk%_HNFE8$(QZJonwX@8DYU{P8*6VyWdG>M{(E<21f@OevgP8}bca2*f9!jILfF255F;D9T2N g9raZew83g1`x5hb``Bs(jn$(w{zvCa*>2As6qbkh#yE9L;ThcX@W95C o3W?fnyj>J~jeO5>u7jKng+;YlmxIV2S5wd~?73{FWwe%o8B-1apA;#rN+7l9uNk0>D1)iS5tt;eqBvb>T_Zh(+0 WUz(0tg}3Q36=@7kZ%uf@L|y!Php})&KgJ{{hM%nfSn6iUt>>Jd^DZJog>i-}4~Z4ocY%I6bmy0y)}-gBQtUfZaupuF3Z<}8MuFjd)zzz|U*>!v6lM^D%pbrBUrIz$cM}Or#7`qjNgg}_fKm}wcA#OP y;Gr#^$lK3g){vE3WXDfEm00qsoGwBPVr=IhH;+bLX2B478cxWwne+hkMx@9R^)L7L}3BXHFFn)pHt*dlQO^4w*% UvGs~krT4E5yc(iyHl5AJaUygOUGSwZgk|11!b2wD4&#Z^Hhw!j9JKOQ0&lU5Y%xD4P`um#g8Vcm%gmi25t3945d SV1=W-q&f(67duj-eL`>-V=X@+Z#dIY(X=xN)jk%No^mK)$2-s-xj;dWN#)tAVB;=c&6sqirSjNO1+L`MEJIaK1y lz~vnUJADh6U{f9`U2gLFq>Mh8+D)-%S~Oa*wGM>Bs!tbN%K^;@X|BjE6iR5mV>N FE_d{L*gj?Lqr7Bh?-p(GSr64$!yai&Zk&WlIyB~4k2e2OiL;(*@9jc|!7o*H@K(w^&aFG*9cHX}jG2SipMqQv0F pX};Aby8s5B+=+Of@}G48bWL-cJ#V>P6OI&`+#RL$^8y;%!|b4c{*lFsvP)9h<6-_Pi}-~6VfvGwVm$!T;ftCa73 eki)V7&d&Xp$L>o%{*9LQsgq5khO!`L{6Eg;lW7qNe3CZD+sm%_!LmUrm*%Vz^GMtj` MT8F7hEBWWpaUkT>0%z9Qjz`I~P+By)Xuxt@F4cyfJj;kLmAta5GEci=-ZKElW{BN!)Psko;TLzduROxSS%k}Tti!xLXP03LX_h#lCa!E| FmT#HIJAP0WZW9q;MRu =7bzDLZ^qjLGHg-gUhv^ZzYCyr3>JAFchkj$N??-%JrZB=5j~f>4qJK1UKS?*UAeG?|Y>7$F4iE)V1)7T|S4*!7tRK$u?)FZYUr`YPdPIn@DeHyxh-L5KbQr(h#v||m?9O+mgmY1$H|ed}rl3I 7wnZVDwZM4j%s;fke&9JE`!Qg3ywb`YpD1v-HzGNU78ky@QrX1=z!k_ a2>Ey%7xn<46x@G{k_=h1LcLIa*Owa9wGOGiI|ro2p*HtRmlhLOC6WNT%JyOhEO18ZWv6zJVUaqFJ_4k)-a Ah14gk^M1yc;SEno19Qfq&ZX~b2SpoyP>+CNLx-KZp=Hx6d5!ljO8awo$wj-G2rbdwc~$I0&9tS JmbK`H27P#XGgCp?c@f?}#=Qm-m<}XVB#fWd)1uk@ZqqwjUj*1f-69v+v8%I`XEKgtz)P!jxjCq=3-$>=+lD&$RGG2~1rXm5VkFA )IAZFTBf}k7wjwQ%4l{e`G361>>p1^c}_y0NDJuo;B*FkXN+Y>#+!B2eqZ-Z~u%z{{kpa(lOj(ZA>R*M040|Q;jk DV+k|7qr#Rj_|s4C2Yl@v^^SZ?@T0H@FIQ2!n+CyS|YXlK*_B`%76O**1xec%K=9w@2k!X0?7ss5Cv^Nc`!C(bwyd4~^4@#+&!?aAAMBT~It(mIl&J &z-*KI$Wvl1DJ23F4uKw-=jMl;bJB5BKvZb1O+z8x?=EAs>Tx@`tdij@=gXEp~YaXQ~AdC2}Y!P%8D3-}zX&P|AQ |dQo16`qRtr8p@ZG6cFkck%a!k#!i*^Ylw`3d~f2;5-u0oNMyLAdlRTKwJ%$1ZE~Ix&iRoQ=BmDNJ4RtO8j3d7(s I{UiISOr8^V)l4>J6y7wU8NBh5fp@6HhQL#BceYtWe0LMWGtKWQMeJ06&(~~Y4$CAlU+S0%VbDT1mdnx%bu_?J5m u#98kbOoYz+d4a8Dmdn}O}zvtEr0TSp~n&Wup^r8p3-bRderx*1yWx$=JGBLf=K2ge{>L&=3MZ4ay#U-Yu@drfgd gj!c0v1cI1Z49&GUQY|!hBZ69Hx>4G!WiAR`z|?WjW`u|Yg*a 6rE+NjJ2dC$kJ3b44+MSabAnS`pg=>gpGef9%ab{vR{`4nL`f(v=YQMdtRnMqWv4`j<3?tW>4<`T kg~Nd&ei~j*hbf-TfR@$lrwt1%vsrYp#(G{ ==#Vb(OF$PC;@9o>*+-Zrj3(;vNrmYqyU!;ft0O;(2x{{I%C@b?28$+BAOh~h_5o=prcJ1L2R5 >C_AiBmp-bn)yMaYNz#7wPd>)yl<1)#-tyD42@}h3)z%XMf7LLjT|L8De>OyLJb}?GJ?Wu5y)uQqnpy| (W74rOn#{uGE#^Er9UQeiyKM-Os0Mr6l=ne151nADS&{1-YRa&AU0K9B~!u2?cw|QDki#X4LQ_(2ULG0zWV~kzdB^DehQLBZ7Pl`eyBFx?Y7#lLubI-S4++(n&Vp;~8v0Ug$BhkZZ&eRMgp rYp{QkB%W!~|;tk}Den!NWxDB^9`vov1V7Jgp(op)JO%xteBwFOuT!vwXDiJ&D%@DH3=-@}y#50GRJlGuDZZj0au hWuE1Ko^f19tb^6lY~`r)YITlHXbwjz6?$)LA}L|*0j_`L(cU}(v~U50V+n#8DM!%`f$0k>GL-}M9U-+l{zrB^LF 9y3w<$~-&||XmTEXqAgnB|2a4lX37?TKyO=V^qBGDP20b}q}j1?%NN)NHRcgFW0-<~-GlI2e|lynn%84H>K_WsX$ dZ}7c2Zow-oYHfwHGGVM2&VA)vPF6!dgUR91jxSu(CLA{ZA#^3p#o$vxnY6`M|IS#Mi85*3tBFAT#~sqo?hV$uTlSr+NEu_l@&9r)droDX=ijALxBA|b@W;)#LlPA=Y10eG+ttq70XX)cG~j>gTX+3rH{p so3~bRy)0gqq-W!h2FhQYp<`zT}N5L$l%}M*)>tZcTz;T@=fvwjE67YxOyQPM#8d!1SR9d58v`%KN5AOr0K>{C3g^y$|aGzg#WEj)eFRY1Tj(#aq4A)bja;y44E#B{ZxTxAIkx~Yb&>>9vdrKkyY5R;M3dwQk1 Cb9!9YulN@e|l*X8r8+P75zz}f?Gj8^2d#cfg<*x4@SuQmNjjCS7iVTT7yCElOaJ48+6_UG3KJTY68_o(9KcACao |(8UAF#W7v+TKovAXm7Rdg`K||g<&GF-M8E@UxsheF;K!UOdi1Igk{Fi%N*QlvmWaIJ#XI596gyZ(DjWHrYF6Pr2 S|-A7TUYD9AX|jm@P;7O__&A>qCo1tHi(c=wR4n5a*-*rt90&UA?Ess|6TgnR$$luKcmH6C^PWc`f+pqadjSG9L5 hPo!(jfeo5ALfX|!w*FFCf>KY;fecKoUE76|CPQrQPS3#X>Zm__jYG`$ptJ7>>OUdk4Eu>yW>{JpLZL;cvf*HH}eJ2ZFF7ekb~~C2Ji}!p|G8zs01Sy=# +pLK?gE2@?@6InFp8^N=AhnIjfd{>6q{Wbf06(@8^iPwPvUj`hY}>#*Q6{*kBs NE}3h|MvA09itS-qF+=Pb7w!HKl8j0`1ucnB=UWX9yyRF0lgR62a57vu14CojQAl KaCLHG>^hn;+q(XFNXy70<`2lOtEh>O>B7Ay9>jouQTYmna6nx;79=2vR1Y*AZ(Zga}#iZvakcwMzv~l1vT~nfd>G9>UO;@3{qE;(o#eNYiT*VLoVAb?43enW`?)HLLFbF<=x8=mGaB4Q(p5w8ctp;k+4MU~7nQS2A (L@XyK{(w+(n4}+0g1pUh*8;DWhqy%{xVWYPs;)H)V{O*^nGlAqym@nnNF-UA15wXNHFpJI)h9wgmZLFfp-$$C}? R;yKw=adb>X7#E(68e;<4eT`WQ`3gywyj#1!8V{?PBSTOKlrV>8CPlz}5M@-DVAOLVQ05i8#F3=pZY0l|j32a=QV 0h6~tmw)*`-GRQ%wzmJr7vt$fh^8c1j^Tv$Ni@z)RF?B<))jo;MXU9{aX&I2vRJ^tiIbK>IiB&ru&Ts?2gCm oW2yNZXR*xI5OrC6LO+Fn9){c21ojYp_eaC}_4ZL+>`GOO32TM(5JZ~7g#D7j(ys<057-j1K7&3OELj~fuPLQeeh ;}3#nm#|`#;GVyF?1xe-;&;?qjW&m=g7_CkzB17B#NjC|9fHI2Tqhn7?n!W`P~PaIFbe-_l%^!xqY-LFI;CHM IMi*x8!45OGS;T_{FCCw6Fl|;q7IZ-B^c(v4?xfw^T8M?`%;zYg5H%Zvx>~uAuv+K((Mo~aneoBr7WJI%yUEGs6> Z+&iy+?W|GrEchM@AF{(l=k&7vaF=7~w6+$kOO>zVXARE?c)?)3RX}HG_FIscXabc0t5^DNGx=jba_(TO>_ljutr LVg@ubv#_lZ0->#m*|G>AHP*9Y4prM4$1|_W9^^dH9^^@Knuu;9*Ef+f4D&?q<1|jN2u(>Vp&; =JJEL$Gz>Nl5?ua^l~C1w2iqi6cNkDX(0aac6?Gp(_09nQm>Fr&~uMLJCE%>sZk2@b(-6o1|Z#*!&Y*~=nO-5iUR N<6ehhIa3$!5gC)^HsXm+5Vmv$4awyMqdoMKi-vQFGC6`aGlj?_G$Fs3b!&^E2{KGU-y7o2f9r6nXdk>K`5V*J_? |G6>jNKoyL7|fhi;x4 Y`-p!Hv0+gu1)Ci$nyZp-ACii;|dsNmIjf6ikMdIFH^TJTdB{$Z`77fzO4;s=6fYi+!5fENBg~&F=mjoV3$`Vn=e !!oh5QW;%u=u({kUAFfa|)eqWzJx=ae9jjIiO&cgqf|_iY9pS4ePvlveaEriD?M4$EMKM*^ZA`AgSQVs|2 7e_T|xW!dLjB2t&iB=kZ@huYCKKpukk2`f@`VR{18>m^NQmgLpd{>+qU;B(wIOn g(}d6* )j=E)bg$el2Rfl1iG$z`=9BJc@8LhQ^_9YZdhzKGcwWkED`Hkr2y00Ecvyz3Q2#!wakm`))ExjEFjvA3!xf*(!^X }+_4K>mIRD*b6t>IkkY7^fO{tZDM)2Qv`3sQB!F9{)D|`PqTNzOT|u;~nT8#N%2b$a~6Ffp_qFQof8gr$9!Z8tm; 23NAHCBFxGN+YcOfs1?=kyViQ9o7;oG%2D9rtSYLYn-nXYJ}{96L&QZ5REL7#7oG^;K;vi`&2yo^jGeMni6CKG(x c8-txHj1+jsU1)K@^vLRg}C6NA~5c{EX>B(TI{prQ?5ex;_@42($%w}n-$GgCb1=sGjlEVI1W#84Dh+@hI67gI+< +cTqNMM+eGaAF;_2+ufMYJAQ3WbAft^r#>YcKVZ^i!L&={CVuk>;bJoq^@b0b8IdUbTd8LAmHlU4)2>R3g7|cwd` no`v&--)*~n5YtAb8npWaS*tQ7109$h1y+1ToH8=+z`NfVGIyupq&LI~GpO!9tJZ(X27F2_I=$hw4*TF(qew1xI;{5+%u2hYLJO(~ec5$odg2F7c{0PI`xKgfyy }nKo@e5tLAtD2fAs?MHv=`C{-G6=lf{!zaHQ>_5%_X74}J-XG(GNX#e^12q+KNe*K(+A86bWm;^-5kyTk#K@fUd^djoTbuP_qmFV(QLc!!bL-Uks72$Aq6lHhLi&idB#TEGWTjZnJfw>Y~NX4M|j#%t*Eeo(OA-P)c1 V6=STENLn&T-|XSmh?^P?@-Af`8|7S|*;|NH{tYRv?vCq;orXu~^FBkO5a3-Yt@YMMn=a>#q&N@L~0y)d+A{)YMD @q(+OER%|;i4B5mX)SV^eL?fM&cH+%xer-zOUK=rabnSF2y+Em^n3NaPw(Yy>^9;q#!cQ1pxQTrpS3}LlbBo^$h{ gqZhs|^<1{u4+YY5}oNk_bfd!$!9vd5>L4j-;SOjM#Us}NsG2pGtEx8{|MDEnTrU-xFzi<^l6Q}*jG0ut6jivVTW a;6@W{gdk_i98d_VL!CRvmL#Qvci(T6-QWOAr>^YIjx=naT!pk*WNr>c=+N$70N9tGhebF(+ltD8Z Tp10@84roF}unj^Z#;p)eL;U|o#X*>@P&0u0mBEFR$kHpLaw-Ex9TU3VZrbwTV{kHuOt*EOago{fUnyz456@<&;M ~s4_40a<{{l6?6&XJlCk5Xs`rl{tmNrM_mAXpIUh|r5IrB|Czy+}|wG2vG8*0Rsx6CV;brL9^9N`Z>)-vgf6#~7+C@+edDxy&tbL8Z#U9+vs;F{ymOfP ej$p05vCk%u-tlLB*%_TDDk&SA1=hoiMEnMVrg`AII4!`a0`MfKA{2dKGx}f{=Qf@J9RaP 3hyA0B_C`N5Q=@%`sX Etyk0XWge1OTE&MuwM@7J*C_|1=THgFoSWednc!;ac04XLOL@-S~F+EROWo(`yp#Yprus{kWiLG71g{D?&S2P2N!hk;U5U&s~(w>a8B=w*u9Zxeb<*ngZ vzow*S3xm8Bddv_z+u-(Hr(BqRK=|gqKD*)b{uIh1RwAaONl1#25Z}SEW`^rqwtQ8EWqSIvpZ-C+HIdTkW}2DB^! etmBdwK=647$Ra8RKS)2NnBqY7!SMo|2?q!i0vI)H)OnL-Zs&Aq?iB{Y@g!bo7%6ictK4-wHX&-ex_e<)=#^pr7GnLYO$J{0JDQ7;P$1AV#2vI?jnr Y)FRYoF>XhUp7!S1k=oJbmd^T0f6k-LE%%loNF(8U0ANACf~ZB+h`7ji1JJ R+FGs5Ji>7C8ca&aImw1L!o3(tVeCOK=`NmEU$?57{!Q56+vr{o}miWq!PP07YJ Kh}itO`r4RO_LThT1aun^!%=B9d^!?%DmAw4f3My5c}tgGVIo=a7UF^dPXhfz^RjHKOpDf%Td88uCNjDkyog@qF` +QXKT)35GyQWyJA|m-`ueSK@@h?%{@?*ucO0*{A5tp5z#6ZAvA1v$_dvnNBD`T%9A%giQHv3K*G(&{!~= 65=?|J5s5#A^?sZb5W+spX2fAyTPZQvi~}cAMbeYJ@yNhtj9X_@Q?f$zTiLP-|xNG(W(7<=#4kkUmtwH-t4sh?&$ o*p@Vl-)LOMf}>+ml+yCq31*;hU4}D;zfe1x*^mL3Fi*!A?H&r)G?GB8MrU^Wf`mq8vkJ^;{g{eKTKRT ux`UjG7DAQazpuvj9um?)JptbOL5}`%9pzIe|*PU^B{@^D+zWP1m96(4=G9vh@-8+tDGXH8f$=Lm%fgZkaq89dsO +!3}Po<<$H^0vNd;hFo4jBX-&iV+o+(WhUi6?Z#H7mFVRuyfs?hLgL*2_q$ H8Mm4-kHwkLO9>n)6G1`sFeUr6^$<|2~oC4roy72b5t&7&*Gr>DSC;P86=zJ@%gzDg}AX?wpeLBJ>7`z#Dz8T0u0 >LkWPWGQ!@%V^4#3Ot&g`?{TjqivI#yrAA$Rm>M9@$&iY^>ZrB53cz5rX$S;ZI*x f^PuzR!P`OS+ktDL_Iwmhv8{VxuhGESQ+;fo@Q0f(u+9$0TGE~FJQ#Go5xfy}9tsW}3=Wyr_K!a}E 9)bZ9)tJM}hl+M}R*Ed<6J*U=_FzsDXC^F9Y!>{tTaY0$&5-Xz@?Lp9OvoNF@FT@NK{!*nQr#`-*NJzqy;w@9*aE 5#T$36Wu&71H6^!={8Hm96mk3m2Re20e2EVfLY*k-Avb4fro+L>}Edf=;3`1^zgZN1IK{*9;Uz4!{_N9zTc%DUiY FM|3(kr@9%qh^jy_&L(8uS=KBn(oeZ1eDeN5NgcKmoB?>B34v5)sT2ka+4*>xLs-IKuGz^D3{p5L+azhv8 gYR~_AAM@jNi~nHpTYW6Yf9qpD{!bt4=iB?af3lzHJ<-p6KiSXwF8A{}@9SrISNknpz&@hOj{jyqpZ|q^ruWOX{} teSfX#lE^V^_A?;^hJwYxA{J43L&+8uK{>&iX_vj#x-#5s7Ic>)u8RY%W+wqM-=GS9`EWalPS*}kFGF{Kwb)T{0zisz_8MqF-X8Z5l#r= nN@xCW^@jkP=SkE8W#r*hyombz*bZyxApS1Hoy^HtzJg{~X^aFSY+P!x$-|qr8NS=2v|Gx%23Vh=Z_E&p%GoS9+& HQ}-Za)7p+yBgN=I`(C=5xNkoBhXs1K$n&U*I9&)DY{%hliN%aESMLa){~utZhF(#Qgix5Yzt$L%i=-hFCwpHpF` Pnr(k;i247<5cBm1LwvuR_OM?X+Qavl-ox@=uviD)3w&-5)AKs;1lck0Ald0KuRlA?{H+Z0{Vxu)9bO*hbuSI`J- ;%{`~Led>+LNgJU%qS^iGX1oyTo^VTAWt9pU@dN0<+d5x(#G2#-$?xK0lJ~nTnJ>@V`7cP;yQ_BoYrq3UkL34x#~9N)HpcQBA7ec^HpYCIA7ef|G{%1B{20IAm+bs!Z T}a>_#W5B*slHrI1l{WF@D!>hY)6fg}uDr6BaM;HCGnDyO;U-m%usTzwG68av$TleN5NW`>g)&W4=5OJPmB_V|%= 1ocVWnob7COocZwhIP>%AalZF6<4pJOjq|>*j>Ae^Dhs4hbmh%rM_}rT(dELMyw|7tSxs#JT@5m(YbN?jsX?c>*yEw`8T(a#afHw(#+lUYJBR&$3bGE%;k@R55 )}Nrg#nzu|@z+o`P(GO&J0qAMAG7T;%6%vwPR)7T;*%)9Bv`J$X#2>AToNp^?_M2|OKguTr=L~02&I|Sx$?q-{n2Y!z%4Na%!L Oq{Cpeb*2+C?|{=+CgkMbzWF_d2xY=dM^C+r-0V=3<#5nF#NNo8Vx*{i8&v!M=z($yP&O*^h~xAvDE)Lj|r)(nh$ b*G{ZVsyg^W#n8?zSO=<`X6zfh?Y80yDReQ=$ev_?fa(WL9%!H?@}D(I ZMb%3kwGccZaT^ak{#aKztRet1^Jr#(2ttMTs;zc1>?TS#AbiIMimFW&u6nTCnG+Zb-rK$>L)mc|^O@V`f!gyBX8 !Cw604svX3nP(_BVBhQujJHfo6^NzrAV$hr3-Nbt#z-YLUA9O675D+N1C@^2X&}!RIzhH4$d}HX=b3;YN{?~ow^D fS%(Z;b?vH}n8mk*Z(}p?D%D8L&Ec<5SY5S16$ng{h)~;fL@bC<#ju!qz=IE8ZpbkZ9$HXN#8I%2rzaUOsWw><}Y~>v7-_=b*a|DF0b6;7{ud3$phbr 4a*cQ4!17a!sC|2X;MRnkR)Gu{!*m;(9^y+wM`x6x(a9rs*0hkAT^e(e5US0GOY?$L2rB=vFF@2NOCf^YWdqzqofj =T8X+AoiLI!$$d@h(3aNWEiF?Qi_AsbyHJq(>z*G&84jQU6QU0+hk+_8azK(J3SL-JwVLBAsHrGuA8NnfSz9B;B~ ~3s`pR*wc0imVg*c--{D9>TeBqLBMJtwIzMc=^&N`tIOHj0pzylAKHhjpHT2hi{At%j7}$+sRQ(2~=4H$|u8K w#wgV_elr3?)mFZ&2zqUc >}&As3?%%|=Biw#xs%A4dFjDM-((b@3ep?w?@z#Yr58zzmlaHp=$d|K5mP)<+|{Qn{EUptvUh>to6dqrL =i_AD}m#OHS-kGS@}kz=CQ$KvzQJ>+nvuXFVCNy%@^mzgQQ0M-EL&u ZTu8ht!y9iTzD1ujMY{0t#Br*tH!4oM?#-gcQT+th?Zzvg*Syl^DD4PE_{2WK!iZ^KnpCk9@iod&sf`?N{aNVYSX a29T81Qm91pWvl5V(fpWUi4e+$U0hg1ftEM+pP$CCp&gE|?wh5mVKa;3|4sr-WnlEa(6!@wJt{p$;U+}@O_h6!5iShJgR+LlE$z>1{S7K7`!*ji{@zP?&FD;b 3;UYZfMqM?SLxi^<6doPT$t2AjUecn0X`iE}HbGDq9@`+_vziO)k6=1nmSeuD8;Q67~#a^Htv~Y4SN_A0V}P6<$TN7 YaLg+R8heWZZQ5Wv>zkPV=SaEAY|EdhBEgo;utHua7EwzK2D~Mb=C%;@DioL0C@#2Iybdu^Q#)>LHcAu SIB+q9AB?%IorI32Sw91EAYi-5()(NVWmz#xp;_A&p)pbO1#`JFWmE{NL!)bU4@&NRsDPn gyf=2DAhjB87Yvl}#Ym_sF_`ufGOB#dSf{mys#jLN_bAkc7-0=Vmf`?sQCd}0#4^N=-a1(@XA6eeY|hOqWY1G+UC |U{8@)717D?ZP1oSTsYt~s|RX1#DtxdM-M22hHEde32Gecs#8rz;Q)ioc{KUzS3^K*zt>KL18v#Zs2=sJCexAi3* Vvb!P6f2#g>2!()C&5780_WEdfrue%JC-DHA4brI~Bs8#Z6YP0}h7!mp5gii%#AM2?Bi?^JCHbP{bNm+crQq`cG{$%+{y*y*xv(Ka0pbe&f|ghjA3>7Ij7OQ2LG5mGHJ&Cm_?c%Y<_HYT8~{_L%7lK6h|yp$Eb#gpr*`BHn4NhOV+ 4RAO?-_Ud&@-_QHx!>tKF|y5BgxoDV}sCa+QZX>7jSUd<_HKt7@)X8Y-4vH~g&x&2U_w&4 Zh1BhA?6?v0=8V^G0=bTQPK_S1;{9JMN++w~6Z$|ojJ^#QX8l#h*MLfSIJj~>O3A<1bY0@8$@kigg3X`4rjSmBv}QA7%xLy7d 1d2H1s1Rymul=0Xl%nyiXbbZcjH5l)A1{6@>=Br@|1{VstfJog!bodS1Mv#@6aWAK003ZGWmEtF0000000000000&M003-nV_|G%FLQA(OhaEyMN?BjM@3UFP)h>@6aWAK2moMOWmE^D gB@72004s*0st=n003-nV_|G%FLQA(OhaEyMN?BjM@3UFa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ|uDZm{ir#H-3 9ajA^$RgBs1!QCUWZL2!v8qU<0Hj4UE%!Jg?mGc7&cZQt%02HbZ=MZpz!LE-`!QIn{+gZsW>TrtMPC2nzz+gDY;I _I9--Gi9q{XhTrd%k&S>fUqDe(KbzQ>UuVOF#V1*&h8})Wh?BLhw63^}MIQ<9ToI>B--|4W9SonCA^8xHG|DP4K+ m)_C5j6Fskn-rw5a^IoEO?@aQ%?J4}>$)0xF~K`#c; 1v@|Ktj~Gg 54k-Aw<9>2;LrHG!m|nfnBWZrw;-p`J(oyq_ G3@Y4zQC3ro-jS0R$a0`NO9E$S4JQVfZs(|=A7Esa|%1^4qop@wX>PXyw%^?A L*G13EB1BRf#9NgDsxnom;)#y?B2C&3dm-wO$Thuf?1uj)X*U90e}4%FxA4)p6QTFx7q?&A)$=X0&cpia+=ar+5w Pq48Q%_R7LU0p;3p-KoD?8C|D>_mBO`YifhdNRIi=7z9*Y*478ouc)q~B^5>h+6Rm`A+{o=k8Lf+u i$2>z1h>)0-uQ&iET=TLbBpFWImfbsiqq8$VeJi_zFaJ>k|>HA*@exKkwM-mQF_@_sC9!+I$<-JZbp%j `uu%+>i|DrwJygQo{%)PX=BrCODAbDuROuenRkEf&))M|2%LC!q*TaQsHee7xV1sxxmZ ibAb;p5FE$jMDS>yN2j8m%Lz6U-1;<(|6!-0pXU=CK=Az2fd3B?e1PZIX~^&T(=iYKcslSPHV^Z0<9VP9+s^|%9I x=Ld6=K4oIx~<;F2>iK2HXiLkm#ea|HL{`MUsk`HQnCZ-T p@h4gdI!uVZy7W(DtvoOy0oP~Mt*;#1s*9w13tJ`@5cOf{Q%ORNL@N+zGD(6RVZ*K27!0XMpawBzw^-k1JA>J4bDToPCO6m%p!&NoQHhh&~#g$kMZiQaOd-}-V7p0OQ=^kU(=nBetARVy-%=)>vKN F{j2lQ@84aBdTqK8^Yy3tzTHBl+Y7NSj97?y{F{ZSXKo?#olB6Ge(&ssXwUTvftQcy`(GEL|Gf(^zP}(if#(Ck2J S}r)qCy?o^Y)U)P7;N$l%M16jIA^NNCLbPw+3o*`PE(E@ub|J>)VuI6o9ul0zcyJN*J;7@)0-n5e5$e6u #h7nn30_UGg735VBHydDd^Lomty{3e<|kwD+EV#e_jT>Ip8wP&qbGEd>$gW3&F(YSdX S$j(HIfJcQr^f+-#!4R2lqI&$nHqm9HFP5O+cl#aiWs<_Q!lQn Nd3^5gfd5N>hw`2$*o)ws`u>9}L5F^RCFt^~D>1G|UkUuY>j0I=M#U{Z+$1T8ehZmJx5l^J^K(Z&`-<)42@sZd`_Wf9Eoc=ac&W%re aHzc0gl?6Dkpw$*Zs>xAXN$C(O`SPr~7b2;+4b2;#2)pE4=f#qn=lgrW1YZSgrun+eK!C&#bx)$Sm$hD})N!Mb1T u6|njCb+1x?cUBaDm`rf=4kP{~q%-a~+U;cKKKlgUb^Gj|=`c=1M+&?6EGU3m*cYrUxf{=A*g1@*6{Ntp%fDdhVVLXn%3wSt B-$&dHyq|D4`s<9lQI9L{M!(%m@JQ~zyU{N@=HscWFzz?3Li=xDg>hW93hUgx8h_i>$f uXWomT5UX*Jfrks6*_jqy5UHTrqZYP9c^)u4Bmu15dfwHo96%4*=lC#!)c@q38&@%*?4`J8$W>U|Nxov8no+=F%X iF>jB{PI4G^P%@)d=9@4^YN7X(4X_~!@l6!`_LaB+=qI6=YG_y_x+fUgB2cdKl(F&Kj!br_bVTAKkE6y{ixTw_bV PefPVbp1DNN79zeMVJ%Ic>9{@g_rtd2V<_O;R0QzT-2N6E{L9BzxJ_>(7)&*e|(y8Q(DZN(F)$KCq<*(ZQEFA*e`%zNz#lzZHh;J4;IiFAK@67{_QN!0V*C$T<${Uq>p$E VOg{hq?S8}Sszv-p(CU7i9zc>Pn5M{V;otuoJ&XD@J&XS8dKT??;91oF`DZb&-g*}4KYAAU&|?ko_=jsSK0jZB{u;Oj{X0tGuhxKn%&$TJEnS0rR;)q)-LV Gq`9TeTYz_M5r8S^Cn?8qq>ORkbUp(|V(DlUxX-n+ANRYO?UfZ8Bz90S>`}gMOu`gNrJl2^<2_DS#d;#@1>ILx2C %k}spL_xJ+~7s`DN61&dcbJlV1kCIPYcj-ydEEUwiM%p!*xWg7yr0Mc4ONurKL &1^vJJ73}X{cm?_Gw-)KAuLa&*v=-~orE4*79$JfjduuJ~{T{(Kf_1Or{p?rKj>lic{^JLK0X=CXNK?Wq`~~e9{u -4}?Q2tb_q{qyVS|HR)gzbE|-e9R5{zECli=P|@k8Fg{J8Qh!cWToae~w6{f)OlKZgDT _;~C;uufh256B(9A~=QMn0LU3T|}^h;AaH)=W^b~_}=v{)~&z3i*<72_kg!U--Fy^|MxInH@*k{?8W!M7wzyqjRC a{sHlL1TX&peA-U`M1TC_pO~iuK14a=J_P<8^&$3s4}S>xWuK3TM<@83k04Kd@*~Wvkso7R&iNSQ_ r%A*pZ7loAM^FcXxH|iU|y9zK|7B51oV3TCzwwwJ^}vRtMG|WR6h0z>i7C5pab5gz@x1R`dqJ1vF|$VQ|#ZL{}l9 ni_a*G`~Nf4Z}WcAug?4e`2N@zpfm4$0lM_BFM#ifFR`9Y{1W@q`Cnok{PUL>-y eMi{QB)zppT0cKKd2L;a^{2-VXm7>&Swy(cVqGn82+GiX4_8&)|-w86#cs8W*Faz1ep(5xf%Lrvm eAnZnlsh%SU(EJSKRxgdp>Ai65eV7Z9Am__+nzUEBiwJbMe2e+ogSJLhi!d|F9x2bL2PWIDZJPr!|Oq8*#|MEkeu iGKfCPxRCF8eXsQcGK`7J<;!Dd!pQFJ%JysJ%N8m6XbPvp~hRT@m6a3hcv%u3G#m6m7bUmgiR|=c-d wLtxJE!5ZH2skpexjy7L&MM3_lxxV<=dd0*J${S`hN2^=!aEW&V2-Vzwn5bv)#6shqc>ce(tp`;*H-H=_hTA^uOK ~b0W3dh#Hx~81a4gEdWh}<+sj;A2Z)o_}W3kR`yv0g=@#5zHf{Jo_(co=k dt5X*}X(#-p7@eP1vh_P%RnnvWaNh8|*(?-;LJAy2K*^S^;+ %E*rrg?bQ{)FdL(H*ByJqTVjH74gv%MXYNA3SZ872JZ*0T3{vwTW*dvYgZr?QM$Z-UTi<#!5{uIkN02aLH7!Il)pg3FUezG+?dCBJe~)?_hBCG-tkb>bMHe@&q;@(ywsuK*D{BKe%){=@ a8FkEVtgifc*C_fIhYsu)fYK0MGwYKz-g+xKRLntqVYh*AnD&^C`ucoRdFW#5n%C6chRSeFXOCjoAD~HcQf6SeQc3wOST^XG=-JXP(5)N0fVU5Kfet^>g?g^l?;mJB@!1%cpUy@-_MHuUouF{$Y~b}tvq9%BnGHO>c{axDC4wyfc#k0O uV&0aJ+GPrJi2iX^0{jc#`WbnsK?*t053kB1HAmvVW|Hu1bII?_%NhD{V?ovE+EL~hW|VaeD!Y+M|p1$UbUmOQK+wFMtPlv)Ijz|BVa6J0yyyJoIHyjT>`GMm>KQ=r8go40d#2l6EVK6CjuW!Ct@5Iod|kz?}JUpW`}xMnW${bVlsYu{7R@7Yr^kC&c``agdv@cF${v0sUuhWFq!;Nx+pp&p A*1D>ro4gK+#)3B~>cskabo#$b`9x@O0&CSESJbE7J+v0hc4-d`5ct5A`Z4Li=9@@9@8K7fZoB@90$TNWV=beFiJ b4ECdF>e(&yV!|(=*V|8=t9k`Ap#Z-e&@zk2@3nvP9u(f-K*A?M&pe!+i8-pZUr^&PRK8pO1R&H6PRimPL(j!{tvDC>ee b!z?`O`%{_^#6fp5P(FXo-actG$zZvXih#|;)jZqS?H2Grmq7ec;q!i8wx#}{JWet9AG`QN<=a)J{t0{z_TVzjgV V$`egVzhV8#psWP`hMrdpl`2Stn~L1@I@zGf_`nj6!?+36#aR`rNH--F2y)3xD@mG9D;m~@!+Kxm-@?4zg;iG_zq S$QDM_%=%3PM=$BJ2Lp}>HLphIL2L9@~%Rt|ExE$lZ^W`Wve>wUg(D&JwBi`Yc0}oEt@26jmcAR}V%Db2#%LT8$9 Qgj$<;w3a0zM90g!(lu0{v@Vg!EmDfcMAf_j!vzw=Z9W{&{K<=Hcs$(4J2gVV(NkV&W?ab}UBt^#u7m|89N%*J9K +eg)?JW>@GuxB}tFU4eOY@)fAhxmO_HWmhQwwglt0?-Hc{%@Xw6+$Ct|GXx)?dB5rJVyr6UJ$EJKPo=BSA9r1aet 7mOwC`U8zsq`lS7RJDxd!XeR@b0B{~FNMldn-aaSib9p=;2dUoQnel39xJKVd2G<#dJTFU7jFcq#hvk)^ihgM(A%$!5F}R0tGgEb_u}7UUpw$R;9KcBwBzXOP~WqzL%lA)4*cYU*P*^!tibr}v;y^;z5?Od6_}?dtiU*4xdQWd^ $P40URVLTI`Dd|%j2#``qt|)Uk)S4=MvXlk9F>)>p}N_dIQ$U2{)jfC*A=0*Jb*?%Z;D|4L4%_E8Yk>;*|s!6a4% }@Tr&nLHC(|jCn^897^yc*7N=&${BkT_CvF8LOz?`416DUGs-{mX7uNuZU+6j|7MKCp0}Vs4!Q;F!AZA(4qtc+@a WQ8kpJ%qvL4OaTOjWovNGnKL-3lFpj*Rk#k_s^R>-B_x)pdE+@|#4HnjKT+tA;OZbSaJ+=hAm;BDCNJf-m$-i~>* #5 3ff5{#9X*dw~DHxCit#br15Hsc_Cc=-0XTpxm?W0X|%L5BQnC-h=+z{$9}YrhCCJUQY0Og0B<&9go9(7|&t%gMWS Ce(WE66ETzXxd*Uszu^JQ)14oT$+_Ad4`RP}&VwlTp$9P!zyA=**`MIUguiD$gnny&1b8<85!C1s}TO8m!+3twDd>x(0 am&Kk%)fAU<+yOS#Zy*~pV?|*^zr`Wm(d%Wj=aiSRPk50a>wAuTB_`*OHxWFT$9XOKV bNO1H6L1w{{3Jr=H1S(#^k(l*sF;5r&l3YT>C2W+x;&wIUm3JFW|3se+~Qd<*xy+YW^A%yOclt6@1;I*U^9Pz7Bl Z^l#V)j`$n;{hYrcJoa~#`%8j{@p%6oeB_RApuOk3f%*3G8^D7v-avnT|4r<}_IwlT-t}*Sj^6erzW@16%&+)cn2 +1Nh4giAVIA4?Ewpp=Tc9ubx3JDEd<%HB>@D=$Zf|2e&v_g2q$l16eVP6b%+t>ZvL4dlcVgbF1XmK=g~siYcR_ET d=Gg2?0cBsz28SYM!XL^*#CXd@nhZx-*C(O;4e1(0PUar0nW89`~dlU{sHLTe*eUJa5zCepT6#&z>}UI#=JieJpM zpd+tB6>b-(LV%#({h1 --oUQ-r_zDaQMIpMn3_`!mShmVAcqqyI(pg8D7U!a_)zd$( ~eW~*1FF|(~e2MjKDZyu1PWct)!L~#-SgtUgAlK_df;_%w$7-Y>*AQfUdX*sCZ~TiO)7RT-YGmGjMUd&zzCCJ$&K %GK@4qI%)(~QzLZ0FG1!H`V(Zi!wm%aT(S1MHG-d)6XbcnBW+%ITo2y><(@{6 `(eQbDF14LJRk2MxQO7!->Z@F{yjm)gAp6n$obuo1X=#@F+rvq`+pzh{F&et1e@YD!k=uo5z?PXkm^nLqCmWP0iU2<6;FkoPw$e}sN}=SQf|r$53t_UH-t{hp}bW(v2~@L%*q|MuyL_UxhWWAuHx#!L4EUg dhC|BfKY^XPbjOoz@TDE4Xunf@*9iGIIb;VOc>PrhIC+ipvg(^ui1TO$2_TO$3WEm2Q@OZ0noOSJD8f=vHTCCKyl YEAdtmZ;y_Ez$4qZHaOEP`}q~h5m|fh4MGq3i)lZ725ODto6l`(c>d%2?f^1Z{zPH7YIv65K>Gcj;yzIWU9VYQ_&1BfUe~yV9?+qhrr++RZ^PMUl *g04{hgjqk9m>54HRzO18_TvvlBhv!nR?Ywg&oJY=ibo3a9O;oJ(-ykD~W3`rV;ypcrbqvx@ILe-Hrne+zX6)(1>8S9p!39Zx>?g)5`+HmB7&#TZ=C6i9;}-~e02}l_ufOlU9?XgQMfzBWu9kk 4Q#Dw3G?>T@)873qTf~Y?Qdmm=JRW&5wz8jvv=Ck$(h+@TK0AXR}g$$2~%_`JqT()%--AFpHcwZ8Xy(3|^N59oCz==UQ1CQw{nACDz?1?NkU^#d-efxdB2qxN_D_an{E(=vWb? ?d&O^#D$#-yszCAcfIV;??zlUKS@KQt3UaaX09}YbTy};5N|np*7Gc?4+4~r_u9TjeDPiAK#(pj|px_@Hh>B U%wq#1KqqM2>wdHy+F?&)9-M4K9Atm^y{R&S!VGU`h7|7_tUR~!gw8Dt9kL>fcZDp6`4Z61x_7KU^{kt|0E3Zh^_ FZQuxdIzKp&<&h(edAxLbtoR^uuA5+}=9^w1k9A45Rzh2*)oqWt+1BLPV_H*<+O XK~6e$y%K3HnZ~x7S$%`&RyYjed{mII?aGuir-!WO>JqjMEx#PhNjCkJ}V(M6ia+9PHGE?Ni6rK%etY4P#xJeJJd Q8jtq?2h#HyOxLvRi#6_+6h4rCW3>$C*NE-#&MeG9`K7O3m{}f(dm_}$`cb3(Q_wX#YdW7?%Z? EY0F^qpP*5joy=m8yP-cS9C-jAl=v1M)hfkL)%JjMw>k>ZYJI?j9yeOp`u`~P>#>OtEkuU}c%`4qO5w&Qy|$CyXa _P*i4KMDU`pmA8vc`JP{(T~r#eoF97rau(#0G|Ib_$H~R-|y-Bxi!)9SkCYV3OmRNyT_^1iB9-*4QC%HtRJ+7>9~ e1B=}3_X=*%?W%1v6RL9e}ZUispIZ)PrqEoAJU!mWpG1yV?-$)9dLBFf?UF-?z`?dOhH$DGF)3PjRF}+Wsa$0zer Qb_2*eI~w#c5i{n>0S}MOa?dU&9}w@PE+re0@Jh;ffmGv(s7>gPuPBvD}Si0H4vfKT`M~2~KkQl;tq*>HFdIy%>Y edmH8Ra|*vv<2|hK0}4Bbe)H*fD8+fI#-HoLx}&L)^F@5<87xe9-?#yQJjaFR>ojw$A2sbIje?k18AQ`-*fbBoTmH8X~W|bR;1sB% )iiYNR8S|(2sS+kI?cz(D+~Snn___b3YT@l-^G!xFho#HL#a^z6Sn=Sod~>Pti+K-%yK0%A(QiQw>}WowuzXgi

      k>EA-yOo~V`P1o6{qCpm{yktz!+#so^GyVg;I){3*U|4~`t_##_MmS+=JBBK ml)jk;74N_{T|~!(7HDgJciz%VVckQui+Evd8va>=Nmdt;Y*ypV_nEidcY>i{0*jb!!!=t;-t6_DNcfEVhnakd(r z2^jk#VMiBgK40bjAcMiQ@NAQpu_;%sHy_~w#()Sl)u>aw+jbSm^pz`03YFL(u=XdCNJD!7vPom$SDc%i?V-Ekra `Q%}Gcnlg@cGP{n&$6J6ZQF7r`@89#p?>e6SeF|$2+P)d3-JO2t>pP!$9HQU1C&;?U`%>C`57=XUqIF0ax8BDcxq?kr7e@jvqS%%T{4jPlS4=dQ3I#t~%ycDE=^&p;c2V*szd2cwh<;*9y4}yDvwl1sP&j8oUs4Gwz {JXBDRI{C)VgrSh#0g{73ytEM&uG*xl*DtnJp%YxkSE@YxXIp&UCR&N-`DRM|x(zTvK9rE`{DmWc;Ee_LD)HN}~$ Z|a-qeP}6H+-q{N;QK{9CzAPmCQVJHR&%*^QWhr){EXjR^ixjP C7W_3>7RJ3UrbcVc{F95O$Ie6yd`xDOi @5^D$(Gui`~tEH((P2^0@tUksJcWGbyJ%D1&M;+?sFRM$3m`MIxU__2Go6oyz)xO)>=rm6Y^2?QnsvMpSmEIjg(y Q36lujn%gQfNmtE7`A^v40_%PpA5)a?Pc7nlysM{kJ!nXbXLKUSm<7I~%xa9e$mJ x1R8+!AHH-^UBQ$F&r8B8W0|wbHn8baVXyhqj(UFR!E?8v`j6%TjbSq0={FG-Ds=c=wt2%W{iVDO)}?aPSwgXM8KxREDU+El$}PYMAP=g_OrGw9z{v~ ^Xu73^CI%x8h>yvRdab2YEEW84gt=20lNomkxomp2pO`dsT4JZfevKnX3l+}gW!R}wRJ)c^CXsFt5@ObhFnXfJPj c>wIK>xI(oBS32el`Q&25}4pCs&L#N-Nc 4Wx>oZ6L;-ZNA`lS0c`o5*hd@?OCdNWo4!KCf_CQO*vZ1PutDhyrqlC<&AgZ*CMrU#HdAM4XuLDs`sRnOrA-j1vpOqg}SLk7DeiaY<5VBzf}J B|7{<7o{)KOmR6%^m~ZAT$1n#ve=@`1yx*K|=}IJv;o9MHq={TJvB`wS@t{QMlUQQ7qTHV}u 6_sgAlD$1YZl~+G6z$rAR(YA-{pdddN4})(z#qPQ3)->pqC6C)iK%ZyR1Td0_K>-g&<_58BObSka_*s6?%0PUqBWdP=f-bJaDXKFg#z_j!Ov4wgOFa;Cx&Oz%`=5GWw~*=JmHb# Hd0bdk`$VCy%+Ch$xqSZYP(xd$?)CH#4-BLR1zdCwh{hjiTTE7MFrl91v%=ze5sJc~g_JI3Ic_c0u!9L;`E)4y?bN`eq%bwH`G<@aib`rRb-WM>d*f^e;>j#ZYBBSj23xihgz2X{=nR(Hym^8l1z;G?j>Y%0@4O=uY<{wEh!K9 TneGO@XV{|T>vvev;Xcomg2{Jsb;x^yM9t8%K_H7&9qPsFv>ajN#e$>H!iMY%GSUDuY!i%({9oV1H&$THKeMA_*; TG7OOVKLlw5~I-0_2#VWoK-R&wvuKqrLIdj2(J^ji8e{4JPrBKR4UEkOrn`-EHZJk1!8B)0s;)SA+7;6!ADLGLb! WlK~Z8ZXo9Awl{&d5N#6)1$S1S304I6Xz(_IImCLrITbY%QFq|~kl|xsKOmeRi@&s0=EyrjKLP8_dN{eYiElHi)10vVW2+dWi^>?rTI!6Mz&R&CiTg3?u4u bp0Q>{Qm#zb8rfjA(1a~DGNcI7bjYz0`z>&5cSH1H_T30tA IwhxlK7rtbkwyr4RILQ*M?a1k5B5>*BW*4aQer45x&2${;^D0py-cbR-LDzt|<~U?E*(-Yv>iHspxKPlH904fY^i 3$gn`qnK?J=}o)DX67;3+?*?b-^@vm#0_hj=-Y|K-N?3TWysz5CgY$hptUH`H;K{9WO%~WMme?NZGJNgP$%4HU*vUdu6Cnx{C8API@DQ!Ed&nma$@{HXs|!iuliCSYf;y>mI !n|d8}gG5&p(B55Jg70`DoM;f{BP{_+VMkfuYVuHWVE?l3|C_h%<$7`C7s=Vv9?}=n4JS#`dEy3y`jl@iGgLrWv>rxY-|8OKNE9nD;AWxiAxRo?gut)VWb&0`^#@5j}lML%02UU#aUdeKjHD*a{B5v _()!j#2GDfIvv5LpN*vZ0oVfara@uecE1ChIqs1T>m~JwUc;@yT}O9gS6)XXi*-gK`C`|1?ZaqDnH!Wl5LJ?Qo>h 1!@Pgp+T`wYAy;@lg%<`B(<-qI7b`N6j#bg`H7OI35T;HH-|M!#9Ir*S~d|*# ?daCHX@!i+kH;QXA*VTwj^y{io#4)WeLD)7D4a0EJ74e;Qf0Q{=9Nxy8CUBsA*@X&1sbtpG9VRJd|C~rnUOK)oq5 zj#wVL?qP$xJuaKk+)Uo4O)0^z?EEOHlF7jormqVgk-+<%L3E?$klt#iY*Kp@ xolQfL1acqIVSAB6f?TzS4|kO=Xi{@fjefvgC;N*;1;ZET^hGIqlt^N(OCvt!KrMl~%0n6rQs0^H94963KmE0)0@be6eeEDbWVKo?2m_o6CKp+Sv1%gBOq^;=RNEM?W@aRq__qz;CsEN~}O|B wQ`1eu?*+{2SK2H#Rpq%na856-KbevQxApT_rABNTHnV1wLq2cToZo!$LK4hr;4RpxBy2JpPApCAbUHq)H$`koEe`ff}nl9Rw;EZ7 SquimDA5{!F^5zyds~%osnDr~i4|ASbp%sqcD^ZOt-YCQB*ij@LU};CeT3m(o<^+E4I1rPULNRiOWKUhj$H=*RL* dxqUe^vmnr7)sRTMU;NL-usu*lyH(yI2p7_R+Chajb@s1%foT*FQK&eC0L@)n4ILt$urY=L@LmVDAk-oA-c;Rk?f LUrWCpoL(zv*^VBU|#I!a(rJI&35E}NLP8ID-+%lg{x7ve)gdT9pIWZGxLcn63J?%)N>(Y!1wO(K9o&2TROKRFh_cvIkh#j%R-`b@gSX)@MU- 0Qz)G|m_$WyNOE~SPGNnS)qmVXhowy@xS>t`7Tj2>};*(l31WCyoDalt%1CmXAq&q q$a5Dq_fiW5P6iXht?xte?mye`VAoiWl{aH?(N*XxrsTa^^M0Na7>9@jG|gw`NqZDY!{1W uga{w!2N~hYM1hj`^0aePm54|M?5H;A!Xq1K-PsLduEu$<4NUBRYY@`8KucxCu0nA;2bD0qf=()fG3{aDC)$HPWl ZLZ%0f5Xh?{V5n_xc5?Ne21XKhQOMMkT~oeg0+{z5#R-#G)^*ghr`o`hTzM;E^wU5E>lj5KLT09y3?!!48JK$xdF mW_L~WmX6#97u*47w!h8AcgjDy&e&6z1$8MYD7wUAYuC;Q1x|i$}`G#Wf5tM^o#b1Cu-%9oLu}5geqN(nmcg!s*REZtv*uu%<{jpX~vYXe7F6MbwkGas?~Ii$t2_p}p0i=3?bMDOYGsvSM=Tf2t4GJv62#M$Ss NOv&XkvROzPJp{L*-Kipp-oH&Q+NnjWW{JsZ4okB}LGE`YR<(DdT5ErB6mnRuW+ih(j{^WX^g}?{;Z7JxWL-YakdT9*s6R ^|c!3M#bMTUUEtcH$OA|a;*wy5<8TGkN-v6BxUv0qe_sX>rAMlHW4`2^ADju)}z0)qcIe%1+7e!6QjC0g>X79pDD GrN~zJBvF(J}_p&u0eA$T*GGFFe_N5`HnU35N{vWi9#ED!a9SkAx)F %`2S(Kpl(ZgCV6Yb~mSzpvos6aN$F5_W(iV{I~$|8R|uie@lBO;>al(nVG)FXrm2@Kzw-cG;1mEBEMSA5#U(TWHR R>KZdv9i{&}20}Iepmi6X9|w^&JIV&8i+1!N`{`oX?x)g}UrVlxQmf!-y;r$NR=U#JQxoYARKHcf_s#xt_<28*&*xYYOR +fIulEmK;=(1a>Z%BI|E&xfX)BGBTR$sr>Po5Cap$sHBbb=gZMy#L&kIq_dHWsY(K^;EAGVr-0XYpAd}v@ZzsK(H Gm@7pV=<(#Zko-;D46f&XJhDQ&!ttk_XV4Q<~yBZa(Eli)l)$F$lmh!@9Uc{YnX_}*qQUMG}_1b=`$Z>CID#brT* Ftj}WwA3dTUv-<5$m1GsB*DdK@>5iMEES6L%qpM^&+Bq*fZ9gte53>25MRmkK28@Y}bsCNk$j=W6qgDuFTr2s}yQ rcHwUM92SI|#Q#o7#4e-=75UJ*0N!%O046Up2Abl1Hq~f}=yei$w+qQE664{jL2v|D=~K!u>OHm`4rLiOtB+HCyF ptmewrxt2BL}Rg$n11v02#v@L;ptobaFpiW=eCkq^DxE#pRR!2kH Rj{>%$a+u`o}LX&`?j*xdu^R)n?x-itrmFSE}zAX{h`-g3u`f)9ri7-mX62A7(>NqRIO*g{$VxZDO_}Hs6-7TG)c 2!5}-*+aw9_1nl1)-tgv^NV5`3GDCUR8CD_n=L$hkJWGAP=x}+I=M}yh!7jvQ3w0`OpD04xG>*T2CLMDMUElgF%Y p66&mp*8XJ1EVT#UIQLl6XkN9`UamlNG}KKo^No{ *>KU-B54d_kC$u7=lSBi{$1iN9K;ODdJ)0&8h{IH+?syJik~LkmSB9p2EO8OM0^B&T$ux8Mym+AWC&UM HRRso*pDbZ8`1FZ==>XSU1098j|$)}jwRCs^#VVk_*&9f6wJo)UB9^YGP|6`^L)O%b)6vN)jk1?L1!etlx77|G;}Ua}g!S-FcC*hZal6j{d-rl7E~<2e09%b*_{FP0fVrnAD>Mw_KQPor%JAJmp?G$N |QJXTmrOw9vQ7gg#`iKT+GZhNZZG!f@Y-moexrZ6*Lp3QfqS^64;9E?4-@rI?Tdzs-H-Z+)QY1$3)hKp4hpU#`-& ~!`#N_tWxqIuV>j8kNqOBs>B@iH-7jc$`Oef!MR&NJE+!$Y~A9IX+u>B*^4-cL^c+(R5-cnn(O9SmKV$LTpMzbx|=<5zZw( v;4mi(Ovjl!B53t)*3GTV Rc%hxQq%M2s8p#O_WK8Q7IO%9&@_8$(5u{U&-;0nlEI4@^9=95I6aH8 f10u7Dq?)FxgUusV%ky37A1`of7pP^+(ETM@{Dra|0&W!{~_4_48qA|zqWmhg?+BTxONh+wIkT*I$pS%Xq-D9S!X N)3ZyFXf~_uhXh+W(P2Okj#=1%$x9hqweq-Mb#48uFATwb~BHxwPiw9cF6abuce&*JWIN=&1rMQB|6E%xwGC=${M *C#=;z|@zF=*$bswWTTa$F?!T5i|d)a&Izh$VV_2;oH-FRO9I4@f#b5NC`RGsCPHDsRw(yvx&w>6aoG|I!`*0vYprq?qg=AuSO`WSy)2yY4&|!3x?i~ys(s|jal H&jRxp!?=2v~|?C$1J7@cjN*+h#*1_EQ^10lmyH-BaZ_nmWiEyNYZupT=UkwPLrC#wdEYVy)zY9+J&ts)1Nv3c1SS p%FJmd!_F8QG?;ghU-M(W|o5byy48xvCrg!RaBPJ{L>(yU)yQ=M?8FA{r#=c2=nn(eSe!v{x-9GYLOSPq{1;fo}8 Ubj}$X3%V=N(4@hxU3TiUqOR+6Q0+S_d$uc0Oq6+!*+-^0+_V@ekcl6%*7Yt&BL5qO$U G9H5?6l}?PZ2N>-KZShPK<&49<%+#v>@g)I`^_ASn6b=t^XYdWfWHXu1~ouncum>C*b76&hgaycUdeEjFsKL3^lC hGaKjXJd_FzmHP==5W6dMn6F1HcS$`IU2Faq_*09EXo;~>*aXY#*e(=?)E-@_vlQd$rMi5{RfVYZ=45m8xu3 GR8PZiVDBcWfEaU2Ry1lsmNz}B<7;r@MNXl~JoLj-Ej6HdiU5zS|RDgdwbPL19S+O-m2%UwXs;OQ5e-cdz{*|6)C3(RfL=Qan9t+<-3sZR6V4^8Wm_dt7?1i+<^k+SJnNeVPmW|#6sMEo2q54v@$L(ejLbk|q2M~4Bwj8BeXybyqnmnpR yhna>7H@qV;@4Doi^ypB4voT_1#9zI&OQsQK7a2zN#&2na??CUZ`PFzVnk!Q+0I`Ri|)9PxXYF;5ZJ#0f;jp7|;! mb(fGXxY7#Pw($WqasE~-&TdW9s(OZJ4C 5MF~KH@iHYL0k7)x3iEel<3}V5kEGNw@9-MQys?)0J6y+QtU*4E8^siq-1OD$fc``l7TSEgs`y#6iZ6L*au0^1r4 1-w5N@Z~!tVov<5uG|3#jY{S{$@ij3YPsRMgz`2+nAGE;DBhVjt4Qo;hTggosaHJ~8lxrLCq%FSNzML^ueM9Lyn#DAKE1wVcLBl#`6Mf} ;UrmutdeW2}_M-Wk_V6d0#%wHEOUM6*`jq!EVW-8C;6+f#T @<$Ab2bl^)cX!URS!cv1MR5p9%eri+MLV4ayu~)bY!w;ftZ1dKJ137gMhJCy%UyJ8M$q(E^WYH^Mpr$M$R--5G}? `fMy?W(#+|bOWixJMqp3mAj8>nX)m5IFa9`29sE@~|!dty_?-u~Wj_)0>=BaA$duLyNKP;-Jwrc!9r7n(~>Hoiz4<+$;mcmaBbVxvbZ wX=Rikf|BVsuwKhikDbw?x)Ble>Z^qkCvGlM@xh0yuQUDyq&k2hcOIdV}J^RnDidsh86!zLCW$XE >X#h?5&31x9$C$+soz_)3Umbc5|@a(U)ejgo^>=w?@WU|l*3gl9U*qNaT2AT${%MDtK9J<(@?!)qwU3LOk9U9Ecd V{0BucJ-qU>cLD-_vvAV#&U&HC|l(=rBC3b5doGHPfS}3Gd(yxWDZ3YslwqbbOd{uEYb$1%}BJ-#WqJKfp8MwF0rBZ~UURh8v^0s8xz7WnJl`^|Lw2C@4))) TW6;_|TTlTX#tH39BLzeiV1SVls4D%u4R~%?%5cMS*Q5SaBuSQs# OzkyPL#>bvw6$SZV_WyrSt?bO8loqG-UOD|O~5 R4T_`c}!{M2JwQGbyaXpZ&IH#xho%{=B>JuDJFc3?L3Aw0lwfdzKoZ%1ZBigl;tWT`BJz06~f#ntWQ~3=Z)xs(db |&xzOX*x_fb8=3CVNMAOY!9%8ub;HE%OzoHS?gC>R#3bT?V^HRq=>wFs(z30O@C_yHswrohPn{57EQ5%W5(5sVsf nvwmms2rs^n)6rdUvLlyHp`J~C8*RaIjw^jafFS4SWteSJAFR^5B>JIvvnA)}ep87RVtnaSpBO6cad5R$5~%mhMr EPKF*UaPg}sdJiR^r=kboB$XC!Q#P>S$BStlwRf^o{&s<0=_HG8dfh;?E3?=H0hbM 7C?umCbTJB_B8wN{cUKl4DEeKH~jD(b_7<#Z`NM^pRR+ZQs35RbSwPIgec8H#?ykdxBjpf71ESo`1EYMJL`Qk;+z S%RFi9Gl5zqG?B9)wR3c|WT}S}}l#d?)f&N(2dBH -IyC@;}B7E((!09r_*oZtt;*1?IUhJG?Ix*d5O7m7&2eEoOo6q 8nfaWC7(Ap1KJ3=COOAV=~pHJt{ePUMEj{bk-B-3>;zLEaVu-GTK7^5RXP{y@)l6$!VAi3z|zc>%-*ccxsk70yT^7L5hsg(H$N)d7K)J oSsRh|)T~^2gD_!A_@WAtw&IhZ4=?3DAK`#7D&o&x 6;SF1k=0&))acV&{$2!ggO*2kdO#pRU0o-Au^`)bZL|xOj(BY_!=Q5k{awt*<{(cB1lA6o$&CpDvr!p0_AFGE38Y &*s#dO(j*BZtBys+cpIgJUmY^UCI_zk;!xuQiiLfgO9p1)C41?^&t*YcHk|B~DXsn>56*d(^7Hf~}XM|-h+Jz_!N Ygjb#J8u01TY*|%Ap-0wQk8K9Eo#FY4EJUZdD(xP@XI($pr)+{qv-JA-Id5qwuR2_A~INr6xJ28`?m6OB|*86Y8? e6yly6A_b#O5Bpzy)*4GGkd51ZY_N$3UnISgf{W*vCC*lCNME!)P>zDe*lGE)_k6O1Pps`br-u76j9?00i9={Uef nD^_v}q2rShUx+Rk3bma-??^3ZHCAg>y@)%~zJE?o}DxYXlsn4^ACUBR#HyN@P%eCxK~Kkmeu=PcmKg-S(#8OS_H WA}HTYRB`zM9~Oq&BVp?DOvwCM&3+zhqL~NoMv||C@2*g2a0T6e#&%V;N9FQF$mHyiD7F!D&TUtaNq)1RW>zB9c; GOI=UfZTLGd^kvqAA*eT|p%cpOJ)9A=!H$KyjwsdSEmlKj9S!fJDf;8`s-BJ}lQ>~|)W-!K@eqY$NS&9M`mdQTiO 3r&KgP#rV_h=1wuG3pyxWb67dY4vH$=Aqn>cKuC;Y?fs%PAalqU%S^ZL%lqtJfr__Je}BTh_jQ5O8mENaVLfL8lh ZW0`*KMqkYbU?^elbxR3C)pj6vDViM4v7Z^w**Y%1~TxA_+Q#q! Fq#xbnf4TOJ}~=a~-yRQ=--ZavR@&pw2bP3Pt#l*Dqn@U~Z(Be`7(1&`KL9Hw=$Jy#o^v*p~EiFFMtBajX(88dhO {Qn}=mZ{baLWn@(%*V;%vDv &q#?npHWR=^e!f)zBIvQN{{wQ{G+l2i%+zuqWy$~$)(Q3WYLjW6u0Yu4)QX<~@OCe1|q54OY;esc8Wo3FjoSa;#s W_Q+K=nQV)oVqVy>3@FQiBjkoS6)$@#!IfhWS#nR$0)@K9o=Uih;ZPv~-fwa<(OI4jkBdlhdo?>lB@C?k8?Th69H-j7aRhYodwG J~GK7i;Zlzgr?0rISmnVHpq}^{kMv9Wt~RpZ2f!`Vp9>xD6g_<(d4ztjZTz^<+45QRoxxOaW~rJioxsSj^T^uhwa TeMooq8QK4|B$lVN{LsXiG*ndj_MViyy_P!&=@9Ua!i^g@p$k6O4;<44YX4X}?C+KTr0%gV{wQdqM&#I!_Uww^r( !wvHO=<51t&-j{z&5!q)pEYnub(u&pY4qT4kV3!mV6Bx8nPk6z6lfBt$78SGlL-*wh>^`f!r2h84CiLh-W *9Ma+WU+A19UG7|4qL?Fdsz^Pp6?(~`Mv|R(I%qTc$7Sd1?1Ui{gWJ}Lk2|W5_7pUwU3KRA#IP=rlT$XT>!BAgS~ Yd8fJ#+NV~h+$5>;;K#MA0zIkj*-ekMbEGP}f8M3P&8?6vPKLKLO}!(x_Q_l;&mu^^|?&FWPrBM$P}U5u=^p$fOA wgIjEn{MK5@|fLzt8c7Agn?Cesn9qtu;b95Z>L=qV9tdp%zNLCz!>?8#Vxw)Vl-ias(cQCOPVyVpekx| +8COe)p*!RRv;-4ZCT<%Ik&}|*w42dhB?EA(vfl)l-q#Vgb`Q0z#+*?_q233gBS3_}IqV|zvMvfho=+9tyWPiz*4 OzjjH)WVNCA@U-8}*5%_$-JduBrMl?TL>wB_cSK#2PlZauC3LLv1mrN7II9itKIS%fO3mh=aO-!=Vy|6xdOp2cC v_p%~<^Ak{C_0|LuV9nHEp=yne#BY*)3thF}-FFb{px5Sy1v={+D^W0v5uAIky^n%tuJwm>v!WaG&3f=xkM{7=cr XA}F!W#mjD5=>;*XN{_UxvWZ5Bl=Ty5u*(#iO4eLTomE0&5YMh7R=BKMy}xcP^}Cf+0u;p)1Cyv&YbdpiKdF2y0q|3WTHwmSvT;Y|Pe_sR%N|T PiRMnQLkJrVua1zrf9LZYkyos2Au6mx9*1YAUuWxI!DwzBrb10XD3Ls+W)sLf!17Qf9NO=@Tw}Y^9b=nPuNy5RKElpv2OAu> k94b14d*fq2ZX$f!)}p(-@S8IR`14=r?Rs3Ckew05%iL;({tt4nnY)cz;h?r-Q4J?J;$oYt!L&{3DA#*0+i H70iYiJJ}VnVL=Wj_{i&jH4#xXd^{@#U(@gA7e$<#&(pU3rR@LleiaYP+~B#Y(wVIyIN%ND=XO=#|%lMPm~U*hSn6AcxQm2^=R79ya@CIIF3x5|1iRwK`u#e8AQ<=`si2Vtiknp+)Yzt21Uft_;KMtrY<1l-DqS8=LiGb&}}(3)zAmG$H$?U@W@Ic U6NB3;tZ68vQkFm7Q3qKUHy8+`)1G0HX9?3i{5GxIo7q>uA#%hbvRjeU6m0UQ6KMv!mJ8C7fb904nk5YB;jsy9Wy ci(JX9?#ebHz8cB+4%<3jX!`8JE|4-+aN|y~L^$MJ$h$iC|DTO7~XwWDD4Arp1jCNt)7%?6|vXNI!kalJ1b&uGgi)g;n%(cYIUjZhBttHdS{yJDL0^SJJhC6Rw+Ge?K{wB{g#RKukwN^U{LP^Ih{0<0~j)B}NkOOItsDG5msy+K%f~=0rt5Bv~93kF!uPe%`zWwva*&5@yrq>JTxmJ*v!_&_*Y@??LBWQ2_|+NK8FmGEIC(P)syJcE9es)?xI89rALfzJgz$zG_!lg$ergz (#`5FM(?$OL-uh&7$!<&f>w&8qNNIV28k(e*|Vu~xj@45Dv3(wWw3Yx2(LX%o0dixHYt%JH0mU^8lQ&RS^+ONNG6 1M$L*W0r|BhU9L1-_AZ8T?kz*%_s|w345a*c0vyDere27?X0r#>c2p=Lx2f?*8=g0Zlp~T |-jq-c-}-dG#i$WarBMuEO_oxgX?DaH07ko-ty!cLxOFkO-9+|AB8MKasL`!Y*et}mEn(OU+Ntj?gt6U|6nXLblHOEHw 5E>4?ByG7VZk=^eFU%Hkn}Kyzv5VFAh+=|NviiUngA<6FETd)jdy%sN&YcB9AwR}i{xU)9LY9cIsF2GS#PeM~ndO 6ge2{A%`UPzHt}`KuaLn!w;!Q)@o$7TQ2CYTBGHq=dVwg}4leX}^JJoc?g#(bST(cV`b86}bb u{Arn~d_2CG%`%J-IF2QiS0(*M;ElVj+WonSNJLi#@a`BuQy1-KtMagZrzn3Kh=B5)N&V3rDo~GJXp)reWtfn*=* s+l*f}3~x#(O>3)o*)wN%jG?v+I0i8UkZ?8!Ws<(!png+oy(v`7AOq~Dst%31@GxK57w8n8G2I*i8cR^xI+Y62B$ lVOv_wvIl_EGY;rjCEc8WPZ!KnXotTqyade9Nel5drTOH^ng`I#1by;4~|k@JIfiFdzE%IX&%IkND|oSb6;R{N@Q Hy5*yPCr-8MdqjVZ)WmYuc&rcR~eP(l&kqrA@j$eS#bCwCGT4G~p1-GAzq3D9=yx;%wLNjuB!LOVGn(C2c `kW$jg|*@{%42`fGgvw|{mO9i+RdPJvsQyUvcP8vRR@(0wD7#Fox`!>3W;U(NorYtCTQ!E7fb{L95Ord_h;a=fUN+o(aY*ZU;E1?*U@1weROnu3ua8ZjM#S8)-7%oD w8(m&Rb^aT57#^a1IpjlsatP6Hkf7I9D)3=KHoDJgZA~=hPBqL?a=)y^D@p`HWS}!21f&`dCd_ltMr=_Nhlh_xT> +t9)mA-G+(;W@G)LjzTvZ4xkX>ADsI(>k#OH|Dk3@kca*(MhHA3OY~56=p4uyjzN<*4nu~y_TMIc!Qs0dk-7{3va 5P#{;wiwnK!A7Y5$E46=~+T51K*na8DFNnoKslGKuej*Oa-Cxj?3X3*DCS2ta_0PjY`PBV<0<^&2+)UFf37yg+u_ 40?Rdl)*q~Qa-WWWx^S=F3+4WuHO5d~azbxDP%lj8BQNzOcIl}z&W(kNUTLs`e8iv`WCcBW;a#9 NlI(7$r%MV5L#RcZ!t8}Ad-k!aW>t~M&@XYA|y1;wt64EY?QEi(@vVvLylSuBMSaVC$pB&qVv81@*0Hoa9ChCKhV vCdT8zy%o*@%9yCA=!T=Q-|=D*B*v^BXL^~xusJcDD?i=1p6*3;*>U>DfUCl+kH>m(M@F`ol$3;3Ny5FEy@Z*O)J w>X=!MD%$-%F9bGGXQ}y|ridQZs8{N1qHW%xuowIDsT`Mo_CF`|n)dU^PXGJ``fLUTWzX$ntxtD0G2xP_N-T^A>k vnERvH!vUq3f3Dt8vVN&~>?PIlxui3Z1hcSR4f(ppt*bPfO(bLcK(1njANZKCe}Uu)9k+7H~HmAZ2WhFINW?q6Wv VXL~)UQST)w)BWKFPYN!VCplZB@S-+8)K;&suC}#$w3U3=bwGH+0t=unV0X7iu+AZ-QC@2)Wrb6ey`#yvXoTX{AY py(W)JBQvny3D-jwX2It4e4x#+IMF}aJ}sZ$k^ty7L^zUZ$L^k*{D5p@x0L*XQF+JDhQx#m@N2AgwSyvtmySnOQ8 R_jCEdg2INn=EqxjH{(`xa}>)zU3>{6O3n%@dt~-y3t`*9=D(#H0#Q}l2vtu`7N_l?aL}Tb8XEPk#U=QwOdchZeVtN- TxP>qW4k$M>UC9i;0$uy%HjHydG9WE_pVVLD{%EPz-(7OI2NATEWS7yT~EccBTdqk!Wb=5U$F`c%7(033AU0p^6? Y^1jnyU)94^m974_EZOLy`ml_ER)v*C2gb{ua0GgXP37K;Noyc;3BnHC$O>8{ceuE>7w8$V-p$kHSjpIHbR#5K*n 8i(Lbu#GDv{rE5oDd5^ts3MxLd$6Ad-uBf|Oofs@Uckmw>%T;5st%ZeQ7p%R11XI!Id1I}vdQ >zs@koD_|cX+#~_PkU3BA?;L+JlCiNK0{l;`LgpY=Ig0Yzf_3Cq_OIL`8BSj!|NyXVu$)fcRr#VPd2Vio}5;<vU)QHS4rvK$~<8*F)XPkT(hJl34FeALdP;PXG80nGqxCK|B_Vn_~XY2J;66_I<>Ne gmAxfxGM)zVSUY?pM6`8?fiVoo5Z$d5@jTzL-NIH%XPS8BQTHtS?)BpFsgqG4nvEL_eAje7G`Q?==XobuV9?>b=N 4_4XjNava?QQ9^{B>vyfpLuRE&@~X*noVy(=efV_ad8jVo*SFSJbwc12E5}X+!`YOHY9VIl=^$?NbjvLGmu$DP_R zASPa#4KbmOW!HJa~o(iOc$!m@OBor(B9Dw7-9##@gIv?(qWtGSB;p>`VGyFEqw?7fn50c%%y;t;5lQp59OG}r+S SDjVE!N5)rg_*duB-&Z7KZ7bKGo0FbZV_Py1UAzqk1z9MP<8`ycXw2Gm!ZZ)TmFrlWqqxB&E9l#PR~r}9Pw{x^|n ljv^m&8EF3zLh4lZ5a-IAQw`pZUnn!mxp&m5MJIF8O^zJkx1MlW8Oix!7f-`_{x10+Dueg-0^vN85`9|mpOSvSWS86v`gd2mw;Qgoi( RHeIp3|SQxqv@a!pp%-)7x(k66vER#Y{ecC(y{e6eT+;q38A3$#mpKnA0cq*}qM TLA5x2+B8ket56QR1{dTOCWsx9U-ehVMbrE1)^~L7=h <)zQ;EW~_+fs&_2`f3_Ln=`U-B^jx+SV29HPCMZm@pu%k7gdzWmd_{OONhWXJ#VX!zylpAWac7=HCW&)=V%eEFyB @uTBMUu9n&Z}vhuiu$aV^qw3)JsM3w)WL}=(&p;d^mGi|7yPZ^Ce9XDzn+tKipE{^UXSrNd4~(b>cO-5)vt?_dW1 ?0ttGQcn)D1Fjx#Jcftf)cjb*l=m#nsaPwRj;;7Y3KrE)oe5+~UiiUbqX=M^>P)yn4}^zT>DRrtCn7UQfpuc*Qyk P5iZ2;&C}%`2=LLBY{PHH`Sciu$B%blvgc3tvj+DHNNVGpS7r*w;haC$`2=N7m|X%QYG 4F&1bMY<**pdu+RA3d)QF8xHxa9YnsTbxC{-Brbi0^yv8ycXFI(o)%0oa$+URt&J8Mts|Htp2X_5(F(YSC`z_~#0 jmd%W>5mh0lZi?h7N+1@#G;?r**zw&S(N)M~q?axzZvn;jMav8y9v`+%AaM7|(Z{fnc1X_8bal=?I~ja@2Z48!7L ZWtvYeVV+W9&#+AFdP5LD_1I#vywe=Z{|1{yl_wfA Vnt6gNWeyZmQ5kVJ=;_-6sCt2EKV;>?D?L2%KgAy^e>%$1m;o<*KMTXcl?mZn=6aM`@X_BetLc9?e QyjWToAtFjTTn2^&ejEv4vrf17AO{ueNKn1h^QDa>hzg@xGaQ(brI%9_B!pS2_l(Y;=b;cL_F~T(7#A6m3HCpGdk Ju{y=B+4H1#Ef(g`0cNSz2o5Hr9;14*QNk-IrRt(XC1B;c;!?mUY9RsG|6W~{L%0B b`aRIl@EbS3R!x_mN=>RS3VhB@+J=HVTgiZGS9J !JL{YbmPPUuDon`u}b7feN<`a0J|DKTN#)h`tgW+>(qd3*(o3%Er}B7kXc!k}+R=7E%k3h3xH(Ltxz7ezk9LCJK7 +YPrd)Hq0=@y2EL1MdY`kxB;ElUoDkYb<0(r-7bd9xvfGfDc!{pvYi54df)!6T1d!Ttm@7^F1|zYYFd7ss+mTdo~ JO8`^6vQX>7iJkF5tm0>dvFYM|)q0Ko+X?NgRYjP~s*LoPC0AGS>g@1|X8PeIqOW`tsfp|ICZABT=h6(vbB2Q6338k92{(ht%ucOlcJFvqz5u_I`Rok%QD?Khd!sM=)+w?=W((; lRZQ2VcMPEi!K(jaXde)*kuMhJaOUF2-&xA{6Y{Y5jk)RRqNsc`5re9vxcz#^NQAM7V}k_S&hhv>|FMlmu*zTO@Q pNwx|LF%`6QII%PX6qB+UoL%?6c)eDR@O%Sk q^e#S$ImEZvG+isiJwvZ>Xv0`!Vp*#JstkmVIL1CbN3&W+tY6sS@Nb4xfEuRfqil}%GxI0L{K2*qdXX0K)|};hes G$~;W(#}0}D)tg$VsjnR+}JKxs2!@##3i0>a8oU=(;O)8ezJMlu%g)d*liryN=7DJX~-llFmRUnl!_`9+EoZ0z=g$=gGV*ji$f>a21OJU_Ett%&v-6+4Ki&^iQpsxQOESG>1l S1cC-;}Q6X6qk>G$7Q8h6Ac_Wn(>;8sbrQ<}i^9@#kPJF!^*fW^d1<537gPt2Ew~-=kOxYaYk8*eRb@Nk!A{S3|O fymzD2d{UqP+)Oe>&x@Ao4u0$-E!2jGYslU)TlMrc{9o4ts;y7?JAw$kr^7-e|)^ienNKhQb|(G;MbjsRo= s)(nPy-mDQjL(1LDhWsvD7va;w%2ZS2!UG4F%3^%<81KvZ122ZV-J87qyS QZAzClFX7qBIqnUouNY1$5oBEWP99LbOC-%zb|@bDn}pH6K%|#LIkfj=O3_ykO!-m04F*b(8ZN5)(TdlRQZqiD*K &lUObis@Aw2=v8`fC8BDIbxm+4n+5WJFhhsvj9J8Sj;aqWh2LfiKTdK>GF0wJ2F9J|5_F4M2asglgpw;>X1j(((bB63|2j$NC~jqD;FT2Ke_$L5g0~AERKpBXLNm{S3UNiuc|(3Bda}eO<9W$_adD8 lGrC?N1JMbu@k&QGN`VuL{ESfPO~v~9F?{7j0s0UOg!H9T9&G7uvpJ-4lR3GXi+W2>=AOW)n(oikEVgG92G!tP#h WO;iLnv02`qvYgfuhMPYz^$M{-iiCS}t0DqLI)g2m)qy3#D{6HabIgp_I|vs~I 5))Xtx7dCl4%A<8D$LglB!3s@UmZxaL;hkXX?}rode`bWuDTdIE_x0a$m4kwGnO(2|!)oj!}od)*9ISp<#P-LkX;>^szKG?aY6!mxLcbRmw@_LwE1vDCEQFsI{;3z$MRtoQB| x8Z%CNSOs?j@<2CYK*gX6{GkSef2%xAXRRdY6E6!jz8>IU}a!?xS;m3?xf-AN}&8br#LocRNM_iUEY#Z9IAX)9j# }s}7B|Z8|pU@x*ls*U|Nu*3$Z<_Zz-Qf(g+^WQ2&+sX_*ysqoRJFmGTt!BxaMg>Q&eGEK&7T*^J U)n4jOBX55g^S<24m2P&pnU@pd(M5YpQepvj4%SZ^*of8YrxVn7;AGSns9(8oLL2MZW_d5FFYz><@yK)CN@DDo`R&L`{OFKp0Xy8MFP?(hMQj0bn`K~%oIEUZ25F%nI7@2d}pASuI%in_aa(# bev9PM<;ti`=~w>k6evjd`EIe+P_mA4~>lW*_^fwc7|%fvzbR40p6@CXyJt?AIY#diVKGmWN!e)Z$_dogIBzG>nO $(mSO|d;KdA-if1P*i4&WI(f1ItOp=IKyIv+_sTS=hevQkp#%q?CwR(C{mCX5|@k*{Tew(zogWfX=%xL%3Cbw*Fg _!Q*d0RrK=5S_2Ts0Dn7dD-4Z&&tOA{rSt4U>UFJvENZ9ND3Ir10Z6Y&iIg`C}AfN&Nxq({1&1gy}OfIAN`7qHt^ h_RU@FB+2zqOU!}`P_lobp$@BH`qkn&F-*%vKUiguc+3|WuQTlJNmZ`DfmA!&nz=yYRl;{f<`77yor;dLrHt^}Hi 6YtePDa@q#No+(G!Jz$(@uv1QZg;Pk}~4T%=}`*GSCo>+rjtI`JP3#lJHNv_BVM$C|Fx4dZ*sjsXy+`Z)}qJ7jiaoMqk%-}>kLfqxFhm#3{*2@+fD4lILk0WNJfKxmm5YJ8q^A66OM1LuzG3F)(>}A=p;G200&3pkt -H$IWT~H&)S|~^o=Pq1=3UX`ILaa6xFA-mJW1ji#}$B01Xm(Hp-)*TQo%=p4&A1{%qphO`tY6XiRc-Rx}QqZ^z?CD=yAu 3kKZX`EOZFNo!AAdy_V+eG0v0Kp7#m2l5z{dGhmI-{l=G@;TO2$NAXS$kJvW&9y)l@`o#*D6`2++jE+(W<5GJ5<( hKWEL~Z>lh_X^w@;tWbAB!n9kPY+^E=)O?Vp9p>3fpG Xs)Y(2u(2@=6IguL!!tivc-5-slNzI1vDVX{fE)z3ueeu`6bW{ia2qHI%nGf{wCzhKJ?RVpyY1d#tO|yDfwnG4X#jJvNnibKgjbG|6Z-WJ2nB;_fTvZ1e`&PQNjeho^uAMBi)%P?mgmH&IiJ>ny iwlajR$W~A&sys51tV_sejY&G4fIjAGlnHARa@f9y}}21u=PWaC|YH!k?;UN5%{BDXeimcrUPV&y@)?R^6qnFkh~ ;Bp~J6U4$OIX7OGH-rH>deeecocHtN4!K ?I5LG$+(n3x6B@)ww#*FjiG9(8)RT&8$9Wk6S5UQmws9pu WI`>)P=8Y|DrmbngMVL$k1*5;tR9Sr)T{4vEiWM>@B=xJpm#`~?vX1THGa6L&QSq%sH*^v%vlaZKA&Lhhamug?wxq7bKKoyG2g6jhZC(L~d;(Aloa%rQ;L5pcKVDbtEVH7*U*Ld+^69dGgJ8NrsLiF*iI -o*X}YLK5@)YFaJ+^&SwVdruGjt2<8~Vu7a=PEtI5O|l#-qtK$jA7|t21cgVFBZ7K{h&|a3YSJ%|XBKHzr%UXF6H UCQA&XXR(;w$LG4D*g}B=cMdjr+aDXe<`Q|%N?02$9nqqsw1o>zS6t`A;VaUh8%tgUREP` Op;}#X^~DYu6|jvs+;s1UX9I5AR$bVt(Jz+>irK#&x7sda&!z7n`F!(hbEp!B-J|fnly;DW$8 WzC!u{Zvpxe4YPwst0tyD|lbBr20rt#iZ0eWH{x?6yHdK_in;$Qam0Y(^qvBjj!rMrKy4*d;2UbN0PMy%>b09~ip IO^gF!Rf{3r#pty+!PSKy$q(Flb5U1pxWsiRzY$&IJIH*7C|%$@Ej#X~tWZ(a!j?10+P#j=MtcCkF3GPFL64UC!V kJEc*-SefETra`<~ATIg^NDb)Q}7_f5y?Xa8ABW+I6bG0OBt3y`7!x9llOCLDLJTK Uh=0M^)l9;@B-9q-|>$e>PJ=WUxaa}GBYblL(|ZN>~n^#D&1>2v<1E=9zJy%#)@Q4w6?9VKf3R6WNTgIs2mGOB7M nB$t+>VTET?j3|$jV754qt*y*U6xEAxZxMOv){B$KQaSb&LMR@LRqiDqPeC_9xmsIS=(=$}d1z!%l2kX(AIu{*Po 02UAMqma0-Lmb}6IBqlT0AW8xz!cPLAO#L8agL4jhfHvTxaR#X-Ttr1()dH(`UJBMxx2yXXo~`qd%QJBBi71!GqV k3x*_Bw^-P?zt!RtI{bIfW!F@i%JcU7!Of}R6-+Xt{^)z|>fwkZdm6*9DRkUXBq TAKJj+b8MHB{7tTr_&2xC#2kI4V%+p+{Mml@9Er|I9+L4ln=%%!ARwW*L*BQ|OwdhB`2TF D3;o}E9-r!-pB(#_cu&^>3M|-v7cv|+OgTinVAwA@QQ0R>#sZerCflzNNbcqm)qHsG@@HfMKd#NqLxo%n)UUe6tfpvXe2}#ZQ*y1Z5n=jw5DgPW!;Eq`05T_0KyPK 1M8f`d`HPHrKJf>A$9TYAq=LBDOZY6aSlf&h$n~x}Y_3FOVLcy)!_)FTtf9;-#v;cZ1IOMioHhI=^PXGzG2@?K(Lf^p0-Qp!g;ttFfBT0+KR*`7MbX=O-fBYU$4Zi o;sqI!ebmlkZ@x~^Hfga3{T#~u#mEytb(h7z$7_oX&v;10%k=h3=<$4b)-wWqUuSY()6HQX~KaFw5Ofk*YVFLAMH V)v_sg-B4GIxFNP2o3JkalU$~+w@_noCAW^U+p2r+Bwd&H@&kpU+4bf_P%M8yS9J%soP(K*y8DrD&s(h4OPW2WrP +W!VMeiL?z`feVz@~CSz15{^nEF@pl2Kr_Wqj@`RmxJp*)qW0u!-cB*ZWzkG@J(qbu*JgIpCpcgx7cnk5!XN_v>9 g^-HPR5OJ7HM)9tQ*G}+z#v}@^`)!*iFRxM94RTgyK_FsZ0Gf$ *Vi|TSD;V4At_Au&g(yHgixx23>2II^jLSzaVoJ%^w9*m#PkjvoWXXSJc%S}eFF6`D75$_1nw3rJ8ebCURyRy&$Z b}=FX9M5q#_IC_Dr{W#rooX?cV`fT!r^nNA +Ug!!Do*1L5(kB2`+a+(V9^u0PmA>3HWATxkK=&Z)wltKRm2*YEU=Kp3(eb9%W+##GpNg_$7r}>EPxR$@{M~-<%| msW)Z~KRR!`m$(5b&6)Ct@K`U8^pJ=IV<&&t|q!313f? wIAI28vDaA{$WSsF-e|M>+j0hmC@@#R$`i`${(m!x{}i4?`r>CVO15-K#3F5XM1o4w7ICaUWHn=sO{R7$)=|Xpk< ?0z}Oiy{@S%656jga;=6<@^?a8`I{W{%b3TQnTaXQawO;Lb|~JZ;!R5za8hU>7_?E3WjTCql^Gn#K)KKEN)d;p5?4zXd8m0%3?RlL4txItm>(FRT$VvCE-g$G)51StN$ QeMy|MfzqK|R)ctKXA7_cUK&<$t9+@N2vqghx+7dLGmAJ*md2(@ajlE0ygC9SyGJoea b8Hm@^#56Csy_flUHAc<{PLcD0%^4SkSR#*2<+Qb-9jei)IU6OOG)^F{8i@TI$t_^n 9s##_Hvw8vqp}$@An5d*13_(>gj|U5Z~+`7UAPDXQ{KSfy)Z9kZ$-HYl-)kp>{qT5#jQ*)rBy?a&E%g-iQu#2XOP87Mkf&#!RO^V!wh(|N<{9I>N!Y7_BK+=rUlmGIZ6TOMc{nHU4|{ P&cv7s4%H22@)r3c#mU7Y2NwAVonk;7PTdw6T@V$E+>H1l#mhe@yf}e)i?uucy3^6e%z9pD-6G3xBh7To(?425*m v>l>v&*)ZTV1li+RT7yZXhx*2K{JZg{K&jKynRd$;a{ik8X*L_HYgX99Cn^Dgn_6c;6G>v-7^S@|2B;J$8;HCF^O`+F!U1tej{=vhQ#>gh7cTM|=dxZA**(5{uW>v =~aHb8u6OIBsIIwZHZbvLpM|d|Z*ld%7%>7wHg4B590}Qlju3IUJEgDMn0_d6U5xW&wQR8tI6-bH9$OBeNYrM+OY Ka}Xtorz5$;g9Ca;g&RAe*aQh0@Ld!$?!?vfoiDQ~2DXul_p9_rlwS3q(UrId{~a9s_@n%R51#+Qt{-QJ=m#tce5 QZW4T4I$%r@mKt)P2=YZ8MChvydS7kF_2uh=tr%v^&71cT>_>e!-3YZ?eYva&XPHKSnv){jjk922T%IXfHXFHWf6`5ILZ?QLbWVhs6}L43bX-O&d#sqrzd6Gk4?NHcD?hc93 Kw23{VshrBnhv2aDUN8bDCcSX7U8Ik%Co}Ufg$q_LQ8Y5DVl0DV42utArDx&QbP%BXKFQA=7!|CjUQ-MdZY)t3T%cE*1fRE^>+(hGOS5!0-$DJ}w5Qm$yE|u_^!scQUWACQU_`jSn9;F~W3_3162* n1p^tQ92k_p+_rK4^{`J9+MLcjZB@aLp`s}51!QDm?h+4x~QsV(9?Jf^7CS{9ot*Ni;|$A<>KT#ZGiXc@v66@YvS YzUPPFwpwa9kE1r?!;F@yqQLaYG=4)TnJXWu~xtX>lio#zzUm3}0K=cnib&RBmFyRA>J)Bs^s3>@=4BEW}I$cIL1 =dxC%Q5QfS+u1(E!jMbfCi#KHKwWgy4{1hic!I)8%v}&zp*02uDpU^b2P6CZY${sJpCZ_TLGq>WE8i6GTHs%N^R> y&CNqRLl^zv`;8XgYpRKLBr65OR=TC_1&(NeMMUzEq`}wJ+uouNql1PfOO!XRE5X5cDpyjNi8FMY*~0je!N72^sN}-6n H|y#9*LDZ#W;1X*@{hrW%_utqN_IJ7ZbL7x8A9x1LYHxPQ$ZVD6#3jH97M)2cpuF-+XsznfoMQR8pm(YISLbtRtj37p+m|=b$_Y`^5I KR&B$e?wC #O0dGd26c*}aL{@QWzCkv7JuDA$CJr2dGS1vOb+aVR2$o6K?=q9M^+{^Ta>Z=%poK7lZ#P}6@suw!bspH?xT{CG9 oede;eaQ40gxabc!G&`C6_72Sn$Uj-*=JrP26D!d?p+r6cyYh|91m#EL>QVP`8SlegWp!%tT$F5GPYj?wCbJ5<`1 FqS3m<_C;%iQ)d=uu&Il3@RJ%Q_$#8leah#yzdkiGm(n0QWK`O!pZJpW~50`{h!9rbvPdkLWNY}{sty9tT0vIWg{C8<7wNx}~(ZmaX{^~EJ#*?>Ed#wKknPg$W>xULVaMHFR5QAe!*TC !CsT#kWMk)c>$66u%>ICG32F6qLrD^zk=>MiX8=46uGSzYSOgz_Qi*Q5ovDqRRj@^bbx+ri-47sTgjkQ|x%HYjt# eWGYJuWLk(2W{ftcmJ^H6v9vj&^Wbh1m|9I3*P0JSqCJO%kT= ZORhF7L?ao_BNMqd7&zA0vOrne>Yw&j?7hXl>M#JcstfPGB1nO9xnD>Qem`@g@*KHTc9gag(?vVWy$$JT2B9$yD@ urxN6qtm{)bY~Uitb&SHatf h|lastU`aWUzIip4{Zb}o`@VxcI!0C0%9U-YO>k+w}dSA#s8HTeJvoOAe`j#em7qRiSGiDW=nsC}M=fltRotg|pUQPetpJ;VZ(c=@9B1=TV{G_U32rhEsL!6=aCn%=Z=hMv>+ut}S$nr=N74FhLhCqA#${ 0%De`y0|VkOW^}{TkpSSQPBDij{EM@e=3c?VQX2I52Sq)l3=Y0(vG2ZZyO*m^Yc>V`foYUc9?=3|UHq?J!uuNGhY n%%&$kq(wZbq{(&}s&88G0w$(ovK0Ya)ewbFLq|N(?W(XEO1W$%NuCrJy )D@IlL_6VbX~|cZ8?kAHbO*;`#nT=eq?N-$a^_XXk}3HQsunw?IGFeJvyLZqSV!bI72HW_*yw@s(Ycix3(lEdBA= CLzWXtBkv7||FTK7(KNfPNEs5jHg|1Q=@i9W?pv I*B1iPFQ1W&}KC`V5#%6sQ{grRAEA%B8s|&9}C=;jOx8@~t^gsO(gnDQ3sC8S)0BPeKpo*(7gT7f0K6>!1qYHAFi W4=H+gB~S#<5;=wRBNy~VL3~ZHGMj06NBTpQ8T*R4d-BFTM)WZ9Or^|(U&_YV;uefasCNHjjh!>OYjx<0w=myjYVr(+Azj AZh8F(Qz+RhqL7BKb0_ON=g%R(b%;vaZNze5ZG>)<%Y7}*zXGAk-inT%`jZVn=9sCE5=!O%p#Xd*aOQZEq$+d4h+ BZQz3{sRvJey^|GSeWk2O*ZgSrG6me()Urdsyd_$8$wkXGX`i$qYC$KCf1fjshB#+0l{tmYI;4m5!nE4yxiwSGY9a5q@f L71iTMDuZNCWk<3sT~GIwZI}L6-~6;ljT?fV@ZH)L+?W)JtdJ9BKm?@PM1a@jt(t%KM*k6%{3Me&+0ve|Q%WZeX+CACo^yuc!PRs&@UYH%jSeL)B#Y0*Mc%2k6-U9xXNu&NHqm_BrxsP5O!dFma15{J@B{DhW+T0{Z-@bkEO> +1=IizEWb}z%22cwLlNFOzfIlUudh$^rUoVVq+DQ(V^{7g^Qy%PyR(Py{Tn>Jyl`4SnuCE?MVwo#y?Ojim@Z&(O1Vrpy&s#^0lgaSWC8In3tuy&F-aiaf)az`aA8Kk;Zu>o&yf@)PY?r?C{96A uPXy2OcdAZ0gGpF`QBo$;5(B}pFqAVN~5^h+Nh+9Yq;2G*%|Lvn9TR_l4eSss*5rcqXJl)gohVx<1y7V~a%+yAzFx(Jx2yxyfJ1a>ZX8iA2@cE+zggDID$R~*4-b;(#qqSLntYPEW0jxho%v<(>;t dj_fB*cy~~x+mxMyT$p9 Si}y5~fg+xb`VZz$31rgHh98Zs5~wuy%|m3~JBGq~{EnRg$m*R~}580%PEdd@R*SU}8vSR$~J4DvS2Z@Nm8osl{qXT&dR&wYhrC5L)h)}!wz#Qzw!K$nS3K4#f?B^z>DLuT!5$9Wm?%i6r1*4Es^+Ys 2w^M2+Y0g!s(EIL&$L9T2lbUJ6dKQ}yL=;6L_5W(N_6BZ>L*}DTpXktgTnSi0Z5|VO%5ie>gm7|8+eP^tptagR<7 fiT}7Ev5jQ57q2f?QjFsU@M|s|aw$AhyL1oG2c!LtU?M3fh)^95`X&}&d`OmSlP;OB@tz=0odK)M410|)LR6`A^L dR~}pdd+Ee0A6~J3UTHyVJYBp{WsjJ@)^=XPOzY*L$`c78O3q@B==1dnJw=__S(9n6fYgzgx&;CO|KIaMZPR&Cf! LFy9*a6|;?n958?~aJ0v_#Tovemx=c{e)lWw@|7`f?z1UmNI>z0=t{$*kH9=Gx?j$efz;hPUf(MJM}VYSV}g+C#< 3P3^&bF@8qL9J)UAIs>QQTRpxKSsPz*G#lW%iolQj6KV0!~045b1**(jcr4gu>p_o=^SGgE$aEGQ~enrH(HLQ%X0 4Xo%x15;L1UTu-!y`j4Gob(k8?$JnqlEhI8Pfy$y&OjJG)W#>lKKQvWsT4D{rB$dHa;S;y @4C8grs-PoN9H#w|0!=L~GV2ElfnxEYsXk&=R8K>w?F#&Sr;R*6a9+qL;A+|#4rnAA+C`pNF-GY6} |&b1@@rb|ziw}*2APPY?dXV6_&ohWO7TWOkUSZ?eaRc+)~KddcA?HhG&Fgu&EBg17L4E`J1dO*-w+BA+%-hFkWGb %*v6*322) (A?Q$-jaNn?~JktM&#>;9@aoMMxv@MQ}gW0FMapL)dywn5&Af9JbRCo}hbmv~*d*)%Eyr_G%3X)mEhnW7O@%#^B6 +9_1600p;ElpDGHGh3^1Zp7fRBfVReoy5`>1%0m^%t+xYyN^q!&&lJjyzR@XQnupm{vSplNF4=$v8J?kNt9s8Z4b MY&vK1CA+4Wq_LNFVt8C|6Lds@|$)u)=jdAR4W6&8CGmKN&ek|ZT!CM>QV3BhS-!rYD$#_vHq-kAHi(veOGpwOY{ M^!TnUV^9H+JM#@_we+nlqUTf^g7xbzDJ|hzS>`6tR@ac&zOvqbhc6Sf>k06pg-0>NHEk(v-pW!D;1_*BR;+fNth zeMtb(ft)R&=8ft>;D#dHw@-SRB42O)Hm8dD2(jHq@xgaHmx8*}-1=o_R@upgvqw i>&yur1)^(Kw<0tHL-HXHQqZXow`8%o~#C#|K0q#(;Xg=pV$sukH#I15i9kjxtsy{Jb1xu&5*?1Lk*mhgn#$fy}F {dM*SaQ@hEw$zAjd|7%EZ+=o`CD)`6u0T(mD(?}Fsp8P?F!)Duu$$;@{78z{FgeHY;DmTZKq9v ~*u81$weXVeUdV(9kD!#s0?0)Lx-h}`XLa`C9Cr(sf(Cf2dQE$6I60oc%s3KRHGVz@FOhba^XM&lOqGFBoN0x5 YVH0S~}3mfK@5+nO8Sv{2<`;Vnjq@!dW7n*;^fvL~On?<@qpgGDJo{(Bz*OiO8&Sa-i2!497uLm{GV)9sC6J>Dw2 tUZxN6&z~dL)bc9Is+GKbo*Zz-I-2F19J$+0LCy%#ateBj0rG?+44tFBE7XX690bJKv5v(pb^B4KM$Piw!n@i;U9 A#?zGgXHh|5;X6WIf`MPA8qQ#?P`obwuvTfY7^cHz;keZs42TUFcL&6c>T%ic!VYND9}=Bro^N0~SmaXf+xFDi6vz@;wmNu@pKIN( 9Dm(MFWIWG=heCMcyHZX!vhMzZV%0*~{X;mS#goW5 OK|HOvQ``61crLUQXHk{%fL0s*R%Plv#BOq}d15IZt2nL|KO{f8p#$jk+KF7B$NDy$g*o)!CX<*zH5ufnhGtvyJvoH(sQRTXB8|_;X(=o?#$qGcZ-v$mi~`qx}OymM!YFXFAHYs ah3vENfIe33u>03QXG0l)rbslCf0xQPfLDAW^qE9d5>9ATmQYT6DPF$@I 8dz+W~a#3_+Hn1()yr=nC80bJ4eb|Y&npxO&jOHN>Hczk9H}}P0TI^VBK?kvq9KUM8 n|gUsNK9V&|2gL2@2P_{1@AUx?@kp%8JRNEBg6SwJ$1hBaAs500K+6dG-xUL$b~l0zt+(E&uWaPHJ_%bDNX+n@$tumHf2bR*Wa1|C^qm5htyV_*jPKWk|Fb4N)hW{BC8jf^5>5a*>g^{4=p*ezR!UJVDNrg yEAg8@wf!FL9sRfhJ29YT2`j#7GFHX$Bu`QgKBSM#ouqhpQhlsi1TBLmMrY-aTamg6eHcuau04U=)w|joBeDhJlhl nrbvt8jp&-YbXA5U;qtH-Xi=-sPQ~E!lA9Ggnghckgv~Khr&rgv`v2_hf6! G)vwStLHcjWMg}iT4Jz;%il7UMYkW00TnGI`}v+ZW_gmVS1>{w&%*s{09v?F3+fcsi6XGEINYevT0$OU^#UaHTD enO!1`vd!AxeVE7q!6{<;5ouwqRS&hT0h}7%Gds=}=F-Ff4W_k%8KYH*n8hau{Kk^4=?$7yuV-?nLSqM0phF=Kn) }34o-!CPEWr{Typ7>tHfTlz1<$fe#~sm4+^5o3XDEDEoEQ3~^UQ8<*7o@^Vroz|tX9xKXT`_it5Fn8$^KXyj5u7+ 8Mx+Ze7Tq|F`ja!Lby2?sl((NtG=cfGOgl+vt`xnI#)}${TTAYzssct$y-F45KpKm5luw5_&2EO&+?nkWlgD~n-JjhJ7@Z6#AKIXdXDgdG?%gijQNg&d3uPr %?YeurqZ4I-N-bmP)6fmO;%{dCu6J7sN^J`I4*16_L1Z4ZSt(?cO3w8U8TkboMK9o;Y=~PQL%5-G81TswwG!UrN2 nV~5*;fWJA-#Fn?cCt{(34#GrrZ?6N-@v{f0!BLMD5>FL$Hg%vaEMeVYE1V#V-RR0)J#;Jh}WFW37@JY {CiR-iBN>}m!5!pV@Q4C*UchMoRR{>QlGCA1=K!1biofKwBij$hC>!s@R=JTD`Zx*!GSp=bN6}1dJgqfAyhbzY)F 9VWxAozAQsXFV%c$lanpE@XEh3u2$_YTbc~P7{eusGZWdE|vKf}oe4A7w-3TBZNEPr@pwpXHPo;O9$~lcGqo3(nH eQ)$^Pd;$(Gd1Ln?kB4BpeW*@J1-bPSr{(Vfyg0o$GV Q=TfTLFzLYomi>Azf<^3T@nxEX{U4og&HRH#1_l N(0QU;k|-_2H`E6D_29hUe#ubY@r?Cfd6FgLiy0W3xSP#k-ok9&-CExKli?U_LpaI!tt}L&Lw9!8M$1RWp7LqOp6 yVw~P_Zw>0MI48{dYWN+0=rVIkACw<8cIv9SYs_TIv(ndfBqM>Lz#=uwa3X{I>kkLB&6jbgl4+L^gzs);d?e5+Y9 *2Yk;tBJXK33S3R`Pf9Ipn||^2&#?W{M`%1=S^(=cXIw&&6V~89cbqt5|)6gHu2N)6o|LL~iRzCrB=ApH+}t_oBe$2Bm tn5|bMTYqVyvS@(A =5s}Nr=%s&BsxmLKGE4#FqI78=BlGtDRp5?9J2VG{&_*H0e^&IXJ9dy;9)m`QtDhK*X8ytwMfyl+W_#F(vYI0ne1 hr!$mh72Ka1?WuTRIQv+4&p=A>PBG>`V>fN@+N050%E&PmSDIO(HW`(ZUt!YjCUjXQs@!dlCFMr8 xsA*LIN`pa8J%SJ--d^DjQ{YG*K9T?Lc9b%0jfZlw_nNk8y~6Fp(8;M2bL$@FraKVWul)5;Cre%0@g+TE T{N0mH#pgH-_FYjvWf>K-eXWrA#JSjNGc#?Mx{p5ohXQ75E?lHRM={_NOi`MBg_b*E@D|ua4TUj Nk_w$1E3YM>UlADS45;E9#NkmVFKj|2Vfq7W= r2;6DvSBu5)#bvm|TUNyV(>X_^SAL9EsF$tu-^jm)ZO%AIYV$SLIG%|bap-%7>HrQX$`1ZO%_9 o9ckrbjXeg_OKR)*k|WNpmH*|gRdd#mH4V@kde`=>34vJ5!fUbKj(FNn=?K*~UhN0I*y;w_sPE8^6{uvvN;7F!^4 m!gN$HMz$zf6B`@L9gb-giw^VYPQz2}`D?hPbyQe-ZYixW|@VipLwtq{-JC$G9%B>UwtT86N2q{vgpxJ~hkYAg2s zUDPW3oUa*tq7MJnK3UGpqxQxB?P0gcEoEdG^MRXriqdR`>vU1l?MqX-cf#rmMQ^a)p%>W4N&w{zg)>99uP$}bx> ||;o<;@A0w|T2Y(fkx;y^5jM8yP7Wx=+aG2M?TFrxMl5Np+(UDIZx`L37ElVEkMY$f5J%xMH2M01ka+%<9LeqyoY ru4^L)>&}SJ=t(NP=cfyi@nr;NXqlnAbSTiM-V+VrDaRX~Mf8;x_8_*rJ+jj!*Y8N?@VVIPoxpbRF)rgLy^G6f%W )jf#sFRXoA;U&;zH3Sc(iY;RPV;KI#3V2pxnvo$_qQbr!f5Fxn?kBifesp2Nw^&s>8@8`*nKf-^QzTE_|ebXkG^`;DyYVNUth(VFZpm-C41u>G3i56 *uZ$M-lv1a@Oc#)I8HnoJY|}|(27;6!*Ax%;ETa(t_Cy%WGhg-fsr>1Tampwlef$VC^5G2)hHW4u=~`bd?Z#%O=i i~#a5sOO^l>ak6aq8DYIpQ0+HBpnh#&e{HENG+HVG 5-K>ob9IBS>Ss!2V=(>D{Zm}XH^Yr(H$W{Yc#hW9g6P)ayW7xEG=VPhbi1IQ4~u^aXtU*=)0Ss*Bpfm?o|v+TGH7 !R^gh)hQ%dQSecIUlUo%YB@OhNc?!ywEL1kiZkmJ;FJb7R&JUD9f(13;__JeFas1E2XK%kX;wbQgEkAANUUhxHG= y$_zxICrPIWBNUWeP9sbITmyg5Np^0(*at!)_|V8B3WDh&*13#d(ES1NyE#3I6ZPDrtyNU-|0et4WTNa*-q)C!ZT 2p-`3{`(w5z5Iig8JY_uIM|^7O^8!m$RGc<@FVBd=`>5w4o+?I-*z_=8W8@oD?{D2pqX8v^1C$DU0_Rgnd0mU!P! Nn@w6%GU7^yu;^nYAAwc(Cs<=to<}P^<0%Ve!K??P+@8zi={n>|T2q>B%D`}rHWiz7*q?Cz#($S8=ff=-(k#}NFx fKVAR^Kdg-x_>Ph8OKAyo9|myhwOIu+abZ+k-?#7GWmlb@Ji;s4Cv)AJdHwbY{xt<7R?+r8=C!TQ}ziIcjz>fB2a Ee^5&U1QY-O0001BT4huK00000000000000M0001NZ)0I>WiM!QFHA#UO+`~vK}SVXFHlPZ1QY-O00;nJT4hxIuv i$#1ONc12mk;t0001NZ)0I>WiM!QFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEt;3OKclO7@mUD H7+f*rO=kw@a}_6?H09(TT0zHwG43*E*iBo TgZ#)wxaA37F-~2QG|NW1d|EGPqcL~1Z7>{72I|w-o{Pr#~_&&XxkORQafDZz{2Nr<80`CR>1+=Pv19t*<{vL(l(_=er%axIghcp9ik4Uk9#^KL;+~KLYnI?s)y(d58P+ &hAj&`FS?)c#r0tpObm#cRcUnIq%Qw{(R2cH~slCa2N2Z$Je}{H@x0kUhh5N4)1@Ahc(e8S!##y;Zst?{*1j}j0gO_y~jg-{Sa|^+gxm16yq`C?(DF8HpA~I#*@U|zwN*K$-lpcZT+^%w oV5(g-R6BOp2=+ry}Aq70ZHaQi)?4sZ|*(78%-7NiXIpCzUK!2}^~NWP&AJGn%M~$D~@t-)JhdWb#^ 1nM`wOs}RwdVTz%s{rBBHY^Dpj=VV@FvY;Y%oh;7IPR>nK<|hgGo6WG%2;sQd9QYqNwbO8W^MIR_Yiqx}nNh4(xo$DTNzcaP W<&ZYvvRW`t4vEF+lI_))#0r)tViKxu5D?`RNG_+39IbOt9m|`Xk7c`S5W~tI;I>jEU&~uBjD^aoYAdu}0* Ap&qmXzs)Ro>*LYFjxtx(ShzDwE8R%ac>}S1NRVYUXlY-KNQY%fehUrj|*Q$a^XQ!h| U0|XQR000O8U|MBVm0oqa{;vQ4r2_&0F8}}lY;R*>Y-KNQY%fehUrj|*Q$a^XQ!jF1aA{;MaAR#7@XaCcXwcRW|((omlaU4*H}0}tD*O|_VT(tBaL=Pjr2gZK5kovDmh3En~PT m8=SUL*J%!E*@SKGX9~rgSq8@Vquk_imE%qVO3h&%2FaAD`++>HkXbX0B)2^X{Sew-fw3y&pZ>^L|F}rHtpjOz)? 5c;58{JF}j*DZz%E=WWLAA-EmECW1fX?+Q;N_+x^9B)AR1hY9|Y;F|=uCAeK4a1_CMf~^F9L~s$opA)>CV1nQS1a ~0#cY<+(o6hk(`se**4#Iy=urI-t1b;yA1%jIsd}9vE|6&g6`J)2j|Du5MCKKF};QRvWyGY-!A^1ar_bL1{!L10s UqHQn5P06M1nUWoC)gYy-4y}yzcWC4|3>h;+^$R_msxZDV$dXJ{?s=z85 OIg5W0H&jkAsTtl!w*O%b;32tBVyzda~S3-a6QbM{tHGJ<9+P{AZ?VC?OK=Nsl@64Ndn ^C))Ebt;e7)&x>*U32slYu?yuC70&NMIfr*)+>RxUO=>i;64X=-Z-uo!8m>Y3&HOb{O7@hgB1SBA)ZH5 *;}=c`h@c9eW)i5|Lzf<$B*Bm!Uoa%aRi^F_q&gxHWNJaXqwXm6I7`Y1e3=AFD@iFklNpMZWoh2Q{!XPf~1e}LfqJiksrek*^Ed3gQrf d{b@F&}?$BIv^QCxRYMRQT43n4iaj{Ft;CXcl=GAu=p?|kng!f$+p&p|ap8AKp#)ibXV*5+ZUm}4= zG^eCQmEyrJ>lC0N7tIRoSV1L`cr-1ZmH7krC1k6EyX}Z9`%%O1I}_vj@={Qg;}&yUYSf7PFb_WkB8jPtm&fG;PUg>gBD;0&IJ1m`j yoK1aC@T#+cCvTmNdhd7+=G%CJml13w*h+BIb1{x{&qaMMCrC@3_t3dmcZQz_`ZVV}%>R|=Vg9crIF|c!8SrNBWt g8AEW`LbNN{I@iSw}@O+6p;A|N=6;39%49v=;Fxd3$JunUmxkqgj{+6#eK!!E=)j=m86v*(3Km%I@Dv5??y1W&mT >%)B)qCdZPk>b-u7>C{$p}j?dBMDw|5%AzGf^`Hxy9oWT!^LR-n2Yhf^J3(8#KkD@w2M)%i!TPgU2!q$a}~iIx&9 aHyto+szUw8xmnjO<3J_zZRecxm`=+MuXgD#I*j&WVM9Qb+ea`exo%XK{?xC_A>mxGV_= W^iD=9dBwx49Jk()&`R-$lcRUW)YNFGadWg{4a|KbBsK@n3l<`sw9MQBLh;=)c`B)Aj!{CmR*5-AG`u|@>z}dnudRP1==0El6VuIUst01)+;f8x~ @dLYp=w-zvD`b=M(z=^p%+3f4dU%v33RU>_;mwu6wQkKF(Hn&t*cdbBs?_YuTJh1}({H(&42=?Lr Ah;jTtE(`+v#vrtj=l=(<5Ge&WxR8)()H>OgbM^OBzOqp@gFc>GgpI-ueciXc9Ux$SN!@K)bFcnFpm9K0uT0IiSe Jk68+dou#M;AO7zoP1c}w~>i$T)DdYJc(f-u6n6C>79zo-FEkP17yusI_UCXaW|6g@I(qB)oi|cU%@c!BxFmLX^0 pt4S4Oo{py%G8Ecq96M+>M}bEjMD`yg-n;%6tDt^y~RIVV+!m6Y%b)n-G52O&EuVZo<0$C_xg3t~d^6g2Gr`dWSKkag`ray<0|bA#3gu2(g?NqnK7AGXci&aOgEsx1S%vxptAI!ISAmY4xC (sq&8sl~o>+zU|9utky!IC0^X9i8{SLRF-u-R?-VDA4bY;>lz~A||p!}0=L4D6ANFtzj=`FyEt!_m>j=L4}dit#> =lEMu-?MH7UM{;8@o&2oc=`6N$oKtQQ7#Lm`xDsgHjH2XHk5zdZJ6ih-iGvd-G*`hfZ#ENKik|6zW5?S)}07$yBh rCl-0n8_SG1VBUS?sPt^BOcLMMCyc7L((w(Ts@;lLQHxWFT`|nQlPt#rap1ce5Gq?-=*L|0c_g$Ee$KQo<|KnX~| 7~|+9Phdd>)bsWf15SPr+<7W3`o)5Yo35RjPqdxNhJ2xJODa3 =t1UX@ME%k4A?1r7M*OoL#&~S{2=d$M5!7$*M=)LoJp#IV$|GpchZ^sDk76D)Jc@A``Y7;X^rL7`Bf% *IJ08V)cl)D||2BOL^J~dt=&$cS4m$Xg$C1zZkL$YqIQs3H$5D?v_4_lA18@FJkXSPB)yGlp;ZK0yI`IjlyWt7c^ S&og&$pkz`uNooz}H_qiT>&LB<9_yCo!JICsptAB>2IVPeLEH^;5Lga6O*F{Qce2$iMq(;M2KJV|*`v8uRUzr_m2 j>G${a{mZ8@-?n)M?{&|BuO9OZ>eKuT`m6gHwB!C~Q2*zj!Mu9w8KnR48Q??hv%urcp2hh5{8{wZz-Q6FV-)W9Ec nO#v*^Doo<%;_Jd6Ij{aMWC2Q>WAXVEWzein3Rqd!4T9rh>ii*x=2x_%)+5{bPR36jX`wLgdP{opys?=8%@0_t(d3*eWJd;$4B@dE1kofpBkj(8FL-9mzM2!B_-i1BH733%G{66!neCG^KJFM(bxc?tb@-AmwW?|B Jye}lDX&!DxszORK`(zzD>zh*7u`xn+CzX>lR{fw7^H)p?$b?Cg8F>fAx8U6Ow%c%D|1ltMLzk>JEUO_t^dj;~xC Vv4vX(UKf!Ylj*?HTzhl~3(!S9tJiDEIW&v7SEnI{H8HSIqAze+3`&M}2=;-$(up!Muc_j*-oX4={ubd U<^LGL>Gb}_-$6fy{{#4V*gvpNo%avu9lj(umEgF4f)6{JU?;&(3GT(^yp8c){WjLE*WSiD`Ga?Wx5M9o-ea$KFk aWb1ODvAcfc3z@Ggx3!IR%b{$IQcyqWPH@puH!e-C`xj_;#C{_#HM>3|PV&K@5Ce-8Noa^FKAK!4fiL*mg1?*Ae5 sZV@}c{TbYjLYdCVf-Hd2>A2vN8n?=`UvgX{$tFm(#L4Wp&x@@pYk#0(={Ihf9_HE_{XXr`xy0m{bSGp?-StBRs? ;n*C&v>PWS}!`}3cGzHk01g>nCXiu!H(8POPmlL$V*^M~MOG;VYMg?V$_=fJCzKL@@)`Z?&#KR*Xu`s{Pyd*TbMX Oq8xe0s_kSO=f`0^|F`FM(gb`x5l=LWPffiE;SsOU&DmUtt|t^cC8>p%)Xl6+zL%66E>Yk08&Z0|*}FF>f0aIp`~ bJa6h^F~O5*1bO`D6J$B}4T9XiyVfB6G=hwG8G=k7@6hlU3G#aT0YUEH4M{j+e!CYz#^)KeDEI1Gr2EykV%`UwA3 >fM6TTf2x^N&treDVqWV(G9K_0iK337kFLy+-fqwmCI{Q42(c{+q3<57|z)7xtZGJdQf$aL^2f^9TT2YeU(aqstH vd;dCAdhqY`!T`KwFH@NY#EOUo^3;r*O$I=e7}<*&(}{0GJbBiK}^Pdrwve_-3T%tFq$CKll?Y8|18)5<8tZ-sNc C8ApdI!^7?rjL6#ftCdl|O><2M#AA&~_WPDpokmu8|4P%1O#}j1!=(G({-q{+DjEw?gBs()15%e$NnOd0_1pm? y6iWIFRtf=tggBVy0=bZ>$u6MTr^c?4$?k!C*9+Y0zLlpxcw6SqP?$9|0d>HabL`%gbcdpFxUCi8cTtub!DQ8;dE ^kd`JX#d_@quu){Y}W7Ttx@lshR@aX2W$9In*JmWKTY4y*6-(UjdotH;n(W>Op V0Uap8bYkJ;9fM8uRuixY5sJUV#Q6lZbhraz5L|WF7z0_C(hx{2fBhbLf4OKGZK%@Kt?d-sN0R5>krvegI|0`<74 jk9nVQzwQ+CR&qZNh1nAyKh0P;?_X`O!e{d#2Ubk)-0lM>!!p%m4zV9*;boqdh2%kF=bbaYa;QdV_ F+cuHkoBr>jKuuie-zeV)+2Hm<@!yg-s`n* Yy*U$KvnCSJ#j{zQ?OOV&k>&9UHcwr3i;FB?!-?6cPn~nt@ZaY@-b}ZU8cr3~rLy*_w-|F}Fv1r$UW6_?YH2t!%z _&}sV%_-zL0-2XCdhiVFUF$$UB)5*Uynom#*G8MW;J{+!34p>6ka$E^m)xV;Pb?xK>c!i01uDY1O0M_=68Xn zeeA0*aLL?9)g$fcu$OZd((W~WD@8@+hiJ7f@>OMqIdaVub9X+#VJ^auOe7S-#;cuQ`XydYRr3&=h3v7@UcyM$Gn dyzxxROgzXq+#Jq#J{rkp5uK(?RnBSNEHYWR@C+&~*W%J*~WWRIz?|}D92(p}T13~8RUL(l+h7B{(&W8xHJn%9>- j~?^0Pt78KLG2@>I2XZ|2hEc_P3MZTMkZQJ>R++>(p7znC~04puY#UfUga|rH=)iVuz=Pp!7|-!-z{@EL+uA^{<`ZN&e|a1FW#jgkMo oEmp9a1)rIGKnH2Ayy(-{Ag(x~sbX{=wX(x872rGfWvEBs93e|r}2?uWCGPw!cvKQm@w9_44DALh?O{g0W2@j7J| =IiqW_a^uuLDpMOoUMHAY|Mw_2r{34#ca%r*9o%T;vcio|KH2Ryt{bb5oG<&>jd-M&W@Pq%Wfjba?sDSz>hgu^z$ aUn8+t%3G)8iVL4sTb147e9OltWIncAWbLj64^Exhh(C^`S(6QD$@;yF}_THIC`ybW!7xI`VZxCepZihMO*MsKZ` *{kloCE&nra5TuEpyOscg;aRKQssRd`aJ5n*)6RcnqG(Rt}CFwA1k09?-4w J;8z8#D+dIq$8`bd>1_e(f0u^89-!Q}1N2j@i1FRB2)x^=2>y9c5&e1sLDnOjO_1fu7YQChaAYYaa@<`d%=dUF>b plL`h7M*)?*z@@GycqcVQf_@4|Sz--Y?S)m*H{r_2Rj-bj$;_P-Nky~z)|VG6S5ZZa$K}i43K^UJe4?_8y91Q&0{$SwSFAhfg`W*~a=Y0-CzNa0AaxNmsdY@|!1HIewaEw>4!| {E$!;#O(!+{604#&E7{NbQmmmY!n@|PpfFMm4%{NZOu0N-{v68TI#68X+J67gnf`1~V5r;j-j>&nST0?%JR68Nye QHZzSQ5e_uqcEQHjzWG19fk2Z@hH%V%a206ZaWJ7@##@IPmcz^?Q}HoaLm!jXa3QkHwPb$em>%8wCDFnqn{TkTzW Lton=Quo_qLcl-qC&`eni~;D0g%d4DHQkoA+jjs<;LMDR?4ZybyHcf@hfH#~71*6nd5JlwH8a>w0+#=y(%B)(g)h$aYX~odW)C+9J% Cxr<^4O74znPg3l3r?Ns#Z?WbYA<_Sn(ljxvHotn7<8g_G3ah_G0MGmG2-2z@3$=mzO7!2@*mOfPcBA%pI?mm^Xg*Y !v~8&FScC*`tqA4==bCj)NjEO;N^)+knaUcfbV};qWtI*%>R4z`zK2<&fh)*^kU01K!>+I1N7&#Gm!6^GoW{P<_x rdi>0V<-=&~S{gz_A-ft=J`;?`q_mZWM!tSC+8#lm*-!Z_`Gk<#6ZfWNaYLOe2e%0eEArB1xW6V39@%~!y?~AWRKVEw+@?U!`#{2zi!Q X6f9r|_0>rmgx*CAck#kv*I`^&T!-|x5!{#HGuL4r4ZI%lhhC3)Iq7v;8ziU@vf8vc*pr6BU0iBzB3*_w;w;=o-f;1JpKDUD3c;q(d+rEE0`gi#4su#H({7mcZn AgYMj(VSYJNWkJ6mED2+Wnh5Am2^A1NeB$9niBseTRv8ub2x)u2m{tpD8tz2>PP-H M_0XN*2RFP6csYUKhXgzB!hCO8L+gEv?K`Ob1aG|?eB}rCfNvdkFVY=zFX-JB_d?F!;Xc%N|NGD{Pu~ZAev|uS-t #=42p&om|Jeh;>tzqc#Qx*4hrsWB@i5k%NsnOOocajl-j$C)55481z{gpSf=^gOkoV(ud@LsWk~cnvd9%gin190` M?KPy>-zgR>idVsp*QIJ1oEB!1o*Mbp8$PJJc)9zc@lWD#Zxiw3dWPCu&!WqaKF?vk?)n_^neiOzf8BGKe|J8Iaew?d;FtG2=25TbRUUmF_&n%&t ZyTqM?GggkM#4OhyLKW=b;~XN8zq7K<+&71n5gOArj{;PW#{gQhb_kZJ!Z@-E6AHRw9bl*2oe*R7H9gE+@e7oUI(1GXQ#C-n8o7k`H^%m&bX>TF^l?2(2=V5}xVtC X34tf8xe_$VQ*MDODTk}uM=jOM8FIT*c`ds@q=;wWJV?1WR13q=-JIepQ13L48zJK-(*2Va{;NP}=7w;qA1zzs^F 6g2EF2-l>yTF^n37$gm_;=A?KYuSK_M3;khxz#Cd*FX&z7M>;?tP?Nqwf#Bk9=QvAN!(jzYqCq&kwL)SNkFG?Z6M ApS}G<$h*6JgmRaDg!$g@W9&!Yrf}>hBrg$sHCMDV}5=4 Ip%qvFVJt9FVGKv`2u?5*iZiS@1F!2Pd?UizEgwze^7(`wyZ(?tqC$e@^gZ+pGuJD*})1=u 0i?>H2tNTekDQ1hwC-`HiA4Z_Yq{e@)ym2!&=1KtX9jbML9p$@ZK8UP>XVQu0?*o((fZ{(T+U`GM~FILFP+x1XeaNq`}QyQKnIFNpSptz6Mz}9Q77y iwqu-7$ip%yk&)Aidu^lc=c8KviK>D%Av`S&p|^7kEuTh#(?M{#zf=bQO#7^kg){T9>CU)C~ykc_~2(C-j>@221F n#YS2m-lelK8n~lIZw)eIqieqwTuUNo~_?HxIFqzqTg=x+mOO}zxGR~o@}>0QQxmqc(T^FwX8knFH3o?HZK}?6@^ XVy(YHvq_9_NV5@eWr)LM~_ah4Xq2_s!CTDu|8HM+uAF*ZL7W5mSd7jDrQwy6X=2KfV&ABny4`0B%Tuipz&=<9An ?w9nEzbAeO~0MBPaamd8^z_l?U!qC){01n7`sPfK2b1W*_48>E|`DyIMkFXS3Z7{T9;i5(;Pj^m&b!r1z&aKVA<{(fYD(jo0g+)xxeTK|kI<+LPiEi{>3h@F LEa;1%>+Rs(zEphnN%>E91EKTpf}9la0N=LhM>vh6Gidw{~?^sBFhT^1+XjNTv7xZk0Gy)~~LxDE6?rv^5K{6}oK oQLMWS1J4_nvQMl_N8wm{)yc{Ov6_yJci(a7;M>kQJ!zrFbxaqzf_-}s(~HeJc_ee%e+m$G2h91oCngkTNy`qACr FbJ=ofvNMSE{uv;YdSoE9^X&yr<4ezTaC=Sc1S81LzW3bQTztuIuu6k*Td!nY>UE%f=)=A%4SMqCm<~`PN1iP4)( eDI$ep%z*>)^+?ST{wGZ7vSi@OSmwJ~gn-JBZ+Z`t1dJ=6%`)^t^=NR`lzlyqV|y3;n*}JzV;AQrJE*oIU41=G}R J_-y(%m41tyIvmO8*m-X_4D!BDai&rDOZt8#%Q{Sdxg3JTmWjM){(fA`Ye4vZTrJMc@ZTXGY=`-;RpB<2|HE2`{` 6c+@mK15i<6J}n?zxo(08^;nXB>sLBAO_ye8wFST3)t2IpJ(?^XIes^duFwD1!L6I?^^7mU*y?^nG3XdbsJ+<;&W l{v(z3!hINUjuv2J2Z@CiD5OoKH{Bau6^kFB&KUx_Bk4NO9~%Y%e)2NnLpc{;+$mqguacS-`VthG~*fLF5@!2|Bj xQ(~oU~zDH^9q~E_Nd>G?h3^v}QYH;RxQ!ST7GjD1w>@+*H%nU&i1;rMK_w$pr%yZDXM9*()Jr+><(b^ui^&!?$c q#t7zXtZlzmCBU`*YJ@6n_jouh6o0;`N)}hu6X`pZ|VJ?^o8qew=+Tusq6VtC`Qbn&8-4<{QHP{wX~_!E{0MWch| |qPq2c0zuZreWrETQ{mwh-m3YqY}7>W`)HnfIr;ySe!VHpw<&BFiu0AGAI|;m(4N)w-b8W6#+aW$80!MY(DQF&I3 MEvvHsye`u>FG*GSK-v-qy2{hP)cP2W$~XO?X?)G`kS}O4?RJ8f>9+@BY!6HGsuniD`|_IP!9IA6){Xc0Sx@o%TAYvHL+g JmuP;m^G_O0#>cwX-Sblq$^P_KT_4_!+zZl!`(iqgj#+l`{{pfum{SGT@+a?P6jN_qB_)!#hJkxRJW9Zw3H8}tOc 3C}sK;iw$!p@+uA89+j%X5r*6m9Pt9{iK=-U5M7K10LV2g+%b=2@oW8n%?+FPW#QVS8tUEulJ|z;z>d4$pzI{u7&8jk}h9Bvy*vkN-wf_)Pj;s_(LIOW &{3_d8=ON8p+F{8*l!Lglpb8cV-F$8bi0&t06Lb-YpIvrdBjsPxzH2Pym?^n8lGpRVv43SUfl=3}ta=RejD-ATVs >D%=&mT{Yi9i05i>#=!l%iSr@&0hO82^0uI`y9v&$g^!$R%#YA>uNs^w_vyKreg|lLwl8Jf&@?CC6;8kWxrXImJo6s ?m%O&o?`HZ<oBWe=Pr=TEk}pNY 0|~Ir_GTru)!o!($Xyq~BT0ztC@Jjh>mHAKQu_q~*V-@xS0Tlfu5@ekQmPy&psH7tCwa;Jn=PHSjm|K0WWL>Dm5n Yi;8~3hNVt&l28G_=Uz9uVt`Lk}b8a@6c}}`u;w>4~yYk*-K@(@VdSq$ZHJ!eoOD&%zF^rMayJ+<3%+%NAnSdeP7 FbqXxcK_NVuDf+>QpYrdb*?=_}vwXDm)SyTSwz4&GH`+W`kHSyoI1TUxGE%eOJpMLMu?>-9eUyHLe{PzQT=KZRJc rB*i)%1Ibe!VHb-Rawpc|7R*xdyjA_|dqMevfh=Xx$qL9!l>|GtFoG*YL^oe1(HgXBaw9;TJo7_qoTq5uAxKe?ut U2#v!!{uK8i#Yr$tjNx3;V0z!7mh~~T<`R4@hI2LicRIbZ?cuB%_;%sH!A@Q3==%#Xod21?WyNp?mH&Q7X@0A9{U <$d$8*r|N%VV;;{B0v%;A4nf8WS-CWbRRtS3HM)BKHTqCP+4w3~HqNAkKt@F*?2kCP|s_Qz`cXX*RT==ojxZ9u=n YjHO0tQgKp@!xC;{}cV@(T~s3d`OV($N4PMVNTmOrnI}!?+krs+k#p8eS3mz+wvPqo3F)rtdF%0DMME%d=dS&)$k oOpI7L&v=(Q_2GO_W^t-GEXQTLUD@wn=p+6e7yXL`q$0KU^j1jHT^c%u-i{MQZ-e!2X7|u=e896?$zg+X!q!#DP0 *$vneeX*@-lI5J!#1Y)M^o4Z+}BPYPp^gVAoF*M^X$ckG!Gq>>&j+w$y7SqmPlqYiPm(+4~Fz_9y+ACAiwzVL`vg OgsxB-+2YxX~Lv9E|a3%I4ZXwkxh2^6n%V_B2lB$nM^4t7LvtuE?b`navi=lv_0AB(|@T%oNI6Do9I2Klq(KyDi(adi04Eyp UAGZdt|a{vZ}W?ZDmjm(jI)Um$pe$g0zw8+hvkQk$(5)}y7RuYKk(<2{A`P#=uBo xChN{*I+JXsCQ|n8ekLznnhb(;8+A%HO)1cL{@%^m#VfjTP<%)(Gc-OVlOF1zFQ-T)yLqSvC8)1jW(RgSgG5WNBT oZJ%}kXFKtmq0WOu`m{*;f&tf`nQP@HV3quDPYt03J$H7;;{%8IH_G*dUF>0gj2_#Hl{;eIUSI;7L$nPfoSN60I$ gluhvWCtN1MK5K`3ihcBa@k191)ng9(55p+%EPCOw7O6UgBhRV6Jm AbEJE1v)NB}cxlTipiFkX#Z~gUl?Zsk#Q2+j^WCu^kY)gAX)-U!iB=hN1|5UD})IpO*khuT$CNs@zyP=eVrg$PAi 8rKwa%clrNYHCM%5!G}SFO{pm+;nff%?0U>tf_{=?3>!bA~X&(hDYAGDJZ7T-M-25!0!e@jGAeJJY#Rz;sDR-cL1 {?wRTo(1#{{CM`2KHH+#NNaiwVekPd@gq{_>89KQi~#bWs?6r;P6(XL(14~}TWMl2;(+*=?5NjTOT|*b4@a0gl`)xdr;y905A+jLhEGrIn3&KwdaO|4Twa EqDn+$xEoBnvRv{r~tq7whTKy#Fo`_R?AtfzDSPDs@Bqm8UoR+vkb*KeIjHsI$5~H(3wLmziY^_DSi*PX!E>xzUC }oO>4RugQve?qj$?{3UPDV_wAlE>u2-*f>+|}+2es?G0Oev9ppVFSCs#jK4if{H^;@+I2r3{tVMPy98RG=&hJd^8 f9%15Ap3$C`_JI3RngNR2MWaSj!*A%3BFI{0`shC*2a<_zsX%oi5clH4GsHiX+GMrnY6!oP?Up%H>_;`=w)B^or? tXRQ6KY=cO<*1(z5a;v6{!T%mDC`T9k1z*jl93x7dfVokx`xEE&}nLTMrqf+5UU*m*|lOS4qm79VeE&!tyEDEAZ%V>0(O8I;);F1kv!b1T{M6;Rj2X)l~h)i_*v>NrDL4S3GIEnV|JRuHHi29jEzwe|;bzCYZPjI|`lO{ PeMH7e?$kHI_9Pdk$8Ys*wSWCLllHtzHm6S<9A$7FM8=~WIEm*I4C}`w;yTiM4jcG0*bsWXy1`Rfy%exaMv7ip%r93}ca#9b~)cm-K((PElNabEU1(rxWTxH3V`aIun3X+sAwIT>k Dy$K5ZLYn9p=3G5zEoe`SpP!XgHSRYMftb)ZmcNahGSFF-hbJ615>4o8Pt$@aGYQTim77_KPyCylG$Nj=Cl$mCiCxuVR$R4PaaD9U%aV4@z3QoeL97fe(_%P{CALq~N?w)ifq5Z@DX %;G{2veJyE^*YGB{&huU;4qq5{b_9v|DkUG0 =9PhnZ;Q+{i*lqo7XAVel+q9qw5o<4N4*XEHoW$*fXKo=Z6(w+h_uSaWAWNC$UJQmZ@V%Xt 9GFYr-VV1&vvQ4?B5iT}xkl~3gTf=p~~;D5p^psaQ93SLDe4ZknSi*8*B?W&yWaZQWJ&;o$JF8?oY$eTJN?o6D5MC#4GYLthJPrBqR4UEkOrn`-EHZJ k1wt}q1px-z5Z8d3;3FpoAzay5P?VSpnxH9arB1FX(l4%Mqdl&No7#&egA1PusrOGRmAv)?MbwyGLVjF(k~IG=akr@_GarSU5euK)5qo7J@ i0PP9k`==q!>>Xi#`n4Pdz0gZ4=yKGulp_{D4HiiR>_NH~Li$3Zm~9m8O^3v0<}umQk}H7U%t?>L4Qra{+l9s5=(g%)$ldrRxs>nHMlg_<>*4=)EiH;{!SEvdE^{B1}ZEH4|)VYCT$ve48-h{8mPs8$m^L>oyD`N XWe--flikR(2-gHR=?mrAFzL@lx*Kk4xNQwaxAWR#naMja)XhIkx->d?^)JDf(GDTK?{5}pxTTp~t~ &;$aFicOVEMZileQyi=84haxc(^9kQd;xW%m0Xn)iG-o05%*IHnB9!yqwDvT-%{z7Z0%Sm`F8Q8r=Op7kajM;(D`j|pg}N@)jfE;<6<4{Ae5uGpR#l+!hz_*bC-PaZ$X{M(;C!{}VqR9Sn_o7i%5 zOf<;`Y|67jYIv6jt*lX0|*rj4j)jkwS0cu%4pVoTEIr6|l)Rh9s(W)bv`%OXSp1(x5d@aL5i)0MYHqo$pmHoH|; eHNMN@lba`LTmMTt73-ej#wYM?qP$zJubp%ZZ^xhtzg4bInBt_#8I1MQ%dkFJ3mUQWO6XYX=9yosJx8OJ>6O{CW(5c50n);TdZ^T+roS!NT^y Ws=C>raw?OWi!HU92hcbVLD5lgOQEY!|W%T$~cRoZDdO>Bb#HwWY$G-(DHuyyl%u2X}8R_-A7f<7z (dqvcL;Z$PbTib+o$7T7oKTQvu^iF2~VTZLb^LsG1UpIj&20|Zr;9ML{oN;Q<_RFylYy*pCLpndRqRy@p3DlGeEZe_8m+X~8>>U58cP!H sY*|@N-5ClUm(&aG8~EDUAe++LieP|I3q-$HL55hGsL45Kip~&t W6R_1VPxT5r!)*QtJ%i_5}N+k>SQbmd20wm@7v_7yQV&jX4pilG&L|07bM3>Lf~cP?uu0tt2JZrNHk3`Lmcph@zG9=tnV(f* %FQU<{y7J0{HAKzy+yT_?1iYLz1r7x_j6WhV3M6yudcPSuLfWVWGBxd*B=jTYy@b)}ZlWGR>y^^5oFo1qq(fGRN( 6)~6&F?LJeIdilwh_3uZ9U_s#_C&*31_uc;G30w8D9$92m7B(6$JMYQURgJDzY||e%Mb_YQy8h89!1*XZf0o~I6> %T!e=Tn5LVeBG`L<%m%xE_fs<-rWvYRiikmLGo!|({1`r#eQp1W`b5jCh3$iH=)F(G$2fy&f0p;T&uLk|WHg7 CXhb@8*(COdluDE4uXojndp4p2noK#P(oqm!d&B91=Er_{IdY*vcUMnWipd?Yd_30VKakQ?aCh(P%|+kNdx*I>z& v>K|$?)07LkaTSP-osg1ZfM{qX3i8O8mR}FH=CT-btmw8k7RvJhG2#Y@OqERW&03^7R*j`gvx%ZO|p%aAoH0!WWB y~pvLM*2Z1U^n+v(wVrm11Ka*}QumX=NGtSTC>3>IiJ(v$KM`^>(ez#C;s7%hJsZG4;+x55g6zbsc#!C3 E{1`2raBKgO}zmPyS95nnxJ)^n9R17XvBwlB)|?~u?#ZJueT$yX1k%&k!H}4{`_gENVG#lnkt9{OU!?%wUxvzVbo dg%QhAz*V@7E$u}e#WqhFl6y2@eaZrO45}?xGtR~aSWO%V=VM^mF4jK}Zs*2#v-Ku?SidtpbY7DoQysBLci8N%*Y _g@rhm_7WvPQMzi&Bwh;ooP&E*Capsw2eWAesc?e6v9-v$Lqow5Ab`_BhKK@Rqp9$}|gvXxM@#XJJMnHX6{mifAi Z80Nv-v6&)9t+HVy)(yOsB!MOD_EVWsA?i_Ro3&2d5w@&}zR<032Qjkc7p&)=pTn~<%c|VMc0-+T>`v(y-usir|2 Ik_b|TB$q`t9St0)yQWWzCG8a_NDf)(2*^3Gow^@!p{1LF-X8a&!|Ig*@tjWL?|h%NclTv<%RAk~Qpp<`=UAUsX; o_W%4MbhxM7Q3Lr$NoV^xH2)IWLcghH#LcfRKSkvBwct!fL6(F5OX!odtG2+|67BQ&IMX38+H|n+c~I&;T3dJ9gJ xYD?ia5^eJO9S5y|dkw)EwjoSqCQEs2AQ9D~(5-l=TJ??A>)A1ML>HMyl;KqiTOn4GApvOB{ SUWHjss<$=2$lF(Uw^ym~bE&W?Z-%n1U2K!u5JoD0;aaFx;q=bVI`SL7?XA;FM>UNo5gji}Z{3i6>^|k(^xo4`j1 Y)Rqy9g-!M_uGzYC&>gCOGov7>8g=w`0PUl06k+#fnAKoT2b}ntzN+@@gkAz*iUupVXb>Z0| gmZN*^^-E%uBEm>J1qA(5X-4zv0igd?FZaMafqs64bwkzF9L1}MosJU3#Ps$bAl5Ciq`k(59 bq|f{iP3Y@ty6Qkj0g)!V~5~2v?o&}vHQ2l#X7ZU%`7oF&1PxVs0g8av?mz2Erg*$YIAZ1LeD~ghKVt-bSPC6iht o@9NoXPVH^={?B6zF8`79S6|9~RdRS4^V$8TxtiG1dkQfx`N&71$O)cYR#H3F~OI8wL4TwWB_GHd_(BO7y4?RjqB 5NQRBp!`++4Z#+=f=d}IlSbQ779PJ{c@`cXA(P8U1B-U9}2Y+9|%P0OP&?W2uN5|T1H2>imA63m@ewwc6Dx`~SR$k0CRN<{azU{IjTUYMZ %P>;~%Ufv9i0U3@tU5~ncMODD{=w=l+&>N?Yj%_kOc(9wLHE3;+%Rgy^$os`U$L_T0XA{kUa+y>n&RQ#$JKn6xDX5$XxP|P=0GeBrE3^bmRj WtCbiVqud% UY!1l{Y H`F-tbh4e}=Aw$8D6w&d6+OC4xn)cPgXC#d->&h$$t?XW<+gOkQdi5zWKyvF2pGEI((UM+@R{E0>G7W|T}ay1*Z^ &kS;9)?QtuPy-`{yXA9O5DJO^osx)MND(UXrgZ_l<;($0USUmC88G^oF~R-asGz~oAu^|2dyyF2-l8uHXXG4vQ-Hav4T&tO**9AIl0n@)$xAI?B?8DP <4*WfvjzHETmlnTU&^%2PNU@`JidvHa_)US1;Bk(UXtX3cPQ(&+5khup>=!{yMZo}K~wht-I uaM3wKC1x1mku<9&0h**FHzG7`>0*G#iu3LgY|Zx_!~F1Y2?Tm?cvep=*~w|JE@=kev0%3HVlK3r)=#|xWiAMDog 8&v$Rv=ag{kU!4VC8U(g&+?2c`L>@qy-yVo=J!$ASt(jQ_OU=W=2oD)hPp9?4iX$?-^Y7&m$bmrv%_$GOLn#`3Cz WVr&-(a<)<%r{OJnrGl#eZbWVx?mLvnF|aJE!f7RC)u SFy9IB!v2ICB;&sw_p9VgYcZWt(^};W(aprRwm;-t&h^^>D&j}X0tlA3lxT8=r;wdplJ`Z0*SrK|Hx;bK&Qx+#Qf ~;l-gVVM!gK5Rd<}w4$Fui-)s}=hM&3;2-xEzwn8M|aX^k(%ga=LXQE3KJstrt*^I0y-Se=m+Hal=LakEIO#8=9Dkz*WqGqlM`Ve2DeM5|@XZI0nKhtQ6EIxk6hrs9 85qGN(u|0MdQ%GA{_F7sh1o3MY7+KT0;A5`(++IYyBiFka^T+tttFyq8lMrQZeo~W@hBU48{?`*i0)?9cuJI{I&Aw;E~l_$>E9H$B*f`u#F=DXjUMhwcjQHGEU}o;VoNo7x;0S?2B$8epjyJWbw}4o{AlJxFF_ZUy?S6Um2V}9FKY)lER 1T{LjU8KB)BtvWrrxu=}fxV?Nv@G7)j7tT6MNnhB@)gNg1dD!gWQ~8z%Z;6zB-5M+tJ7bjsmpz@JoOO9Cf466d=U jfDU5BSeY{oh#sx7XJLjEi=i%|KfQ 326f?Q7SYZk{Y83sOG-<{R1^hszHuKVe)oB#dUH&i87fuX=1q9MQFr)^qIweAuFATw_Arm^Y0HGH?9lHqUrRardDe7 gTheBWOKg&bb7#A!ls)8P7z?wp## F(@*r!k_J3C9Q^o;rCC`0M($pVp#^pNxVErs5wG~5bt)`X$MC;&`!%5N^UwZTJ9DA~&L$U3R2C$}4H>hF(JoQ#+a!JBjnu%aT03@fl5i9G<1Z 1#5xZ1s++Myw+ooFw+1N!)=>f3)3N9W158jpbUEgz|vE_Oi(cEG{PQVvUQY*JuA1=V~nDQtLBR4z( S{GR4bYFZxlJGjLplw=o;YEuxvh>lacM}N=VEB6TK=+UB_u5J6BckACev#+H{}Y1bWPq(>Z%+tmv*lLz4zlyGZJ^qOR+6Q0+S#dv+*IOq6+!875O4Zd!~M$ixrb!MR%)ke+xwXU$ 5vGt*L`ZN1Bp$p1zmGLHnQ#MNI#dzoR+y8T=s(Dt~S!FjR8cmze5n&^5K1SMY_U5QRnH<2_AP1gc%mZ5H{U0R>CL IW(F*MhOH#fK_v(C&IDL$VvNlR1rHzmHM-=1^V;qwlSH8zzZ8Y>n7tQd{jlR_2lL`n4SwHo@{bwhM(JwOd!}EX8< wsjgpgO(811IoaHN?x$>SrgYUziZ|09mT~Pm-CkV(Bzm;V9N>uNk(A}c*|&mI8N2f)QjOVti^g<|nJM3W;~6&CwbiN`h=Z`k1%)LQG%Y>2f9VbXFM+;V+r8?$MH*`yw}^Q@*M$rp8|q >5A(}aX$vPk!YN|t)&$!v=I_g!4$p*thN9wd%8j#J&(JK;B%D>Xn+$1m9gXn?B-ecu^sA%kDA3M&e&-P?^&`6G?a z15=B3fX}4Qqo;Ud>@hddu(udBjp!YSC+uYOcOwyp;Tof4k|mM?szfs DYvcpOe)Gxk#1U?tjHx(xXUHK`Xl@KcHr)!T%n9d`)v~RUD2zvaC-VU3M?CAB22YM=QVge);s_w%F!AmSm5j_lb3 (y&I7z%*3ie<{Ek=cUc~(6PGwGgjGjUfQ*+Jb96(RFQbNIs_bbx)^k30e>NrmF+;D;tnd yVc5cyZnKE;2HWAtje7ws>3u#-=Q9FIJmpg`*A6ozYY+JG28x!>nZ{AtmqR)dA2G&U><6?&BO2*kEZ4L3N%=Lt-w &T^!9&F}n9l@m)*pkY%@CubCRWZTU9Ep>7)6jyPQEH_2G~w*l*b&}Xq0j>pA^99@&R6M3Ia^L+!=qR03X{sWi>pq RJJVUm#EX|!lMDi6#2unkp_t$!iHXVLw2x^62Z?QXE(~JDs4OQftR9@VK+S3O=oIA~Az$9OarCd>q)GU{UsDr3$l Ihz{OpUaHar6<-g7Mi1!Wk-Hdd;O>tsW^l&I*`(I}+GEc=@cy(n1rpBN1||7>SYT9ROU7kc;xZ=7gQv8me59@$)f x!!n7I*Pd*Z%laOnPxzRyQCdDSFs{4tGY@}aWTs41vX n2`aQ5)myn9Wq~&ntdb+vJZNBpzfc5S8wnWwYL>O^V_Wl$Lc7sKq*+2E5fa!H9~CaaOfb-;+#@GdycKTA(2f?n%Zau8I4>eB8@v|0m^3F$VO9xpc$(^-K(qIHQ~OZdC?G$PlLC5XUkKsW?&6g6&oP9`%quq#I YBcIg)CbYTD)+*B{2VBy_CpDBzfeX?&^Kfjl9FMM-vpxCF^g`1r(LuEtIYb5C!wQ^B3(MK&$QcZh>V_rMGMZPJv_ r0k@z8{}pgAhul3_m%5=g>&KsQzLaP<14SnMmwJj8k>Z 7MpOeyP1AFZFwNk&0wilR169Kwh8bl$o{YDicUiSVPiOHaXQ5Yv%&cmw5W2tVh^QA;pts2Uf>s|^EQISgbBFzVaJ ?jq5^YFgZe#NL&G)~SC;_4@Tgnf*xo^84j!?#c3_H+7gzNIjLyod0-d9ScdOO;|FQG8C%pKJtYxMd}B(h1L||;VW w}R`4q~Vg{LVeVmeSW&7;%KxR_0sf0;nzn2|ej>xyne^!rH_Qfi@p+%p!!2OuVKyb#i>IU+OooTc2jr2%k_g=+aL 3kUx8`Jf&2=?4f#?C1*%`gsdoXlxMX4tTg*4l|H49kKtO_W^9VeSL4j7{iV7HxvFc=%f5;Se{pZUjAh*N|v}EsI& n9lyC@p|U9OnF%&r$+ecb9t}AX$B7p#3kP{t{S}%F8~t(g^z3Kk!>TlE5ZSN?89>^fGFc{5NBU0)D`b;;3BK&ap{$VySVWOm3dd^A_|Mk97 TM?(uH`#U(LBaGMY-RBngiLA4KZyH8|udQx~qLwG#rJ!ynW~w0lyrA+ g@)$;xvNEU&l}$(0+!t OXbJ5^TZYLCVIGbSt~}~m8Gx0YS>9U!iz8DbW{pXcIMJ4)U(-dClM^?xY8#C2y%{Hh7ptcV3poE(GSHNk({6VO(R x_@ug2gVz{`+!PQPlpx)OXDhn-+sj)pT>}70EMDnpp0$yO8k+5+>EyDj~ov3Um#wlZK!k#eK?6p;D3Ec!?=pb)$Y b)D=QR-X<)@OEcppRMA+sf0rT)lVXf}**$PA{huNrVl8lQ2E4v^QJFEhXl9jjTOOBbT^^Tj)W(J+`Mu9Srv(x+0l Rla1LJJ!PsA$g-`+P^0d6coG-no_JTIOc0i3 *WC%pki4i^mN3Lm!lo3*8>E 6(z9XReP#P4K3tSLRzrfrAi47XsaFP^lUhYfJZ=gJJ#a&&4UgQYPCzc9+oxe4Uc3o3?BltvBH=bMu_y3PUH~EB&X #Mo!Wl`#qOm}{a6~hvHXyK)r+!fuQCi1W{y0`RkaQZUH)PjXCMPmQ|MYzB+Qg8NFphtsp{}C@^CfT@M#`~Q5PsoJ {m@*-`Cv^j-9YRy$c2CD1C7N_c*B-sc@ZvcoLUggIUQ$$rW+@$CV;xF0Pe8S`qEKHqVCbR(BY_!=Q5k{awu8{{yq y6Nsr6%&CpDvr!f_^AFGE38Y&*s<>;~%*BZtBys+cpK8*>rY^UCI_%%|#T+yNyp&j2y=5G{JLAw~^wR|Pst0eb9> h)U%J`!8hGj4J;j%2ZX17bnpYgjb#J8u01TZLL*Ap-0wQjKv1E$YG?4EJU>dD(xP@XOdspr)+{qv-JAJ(b8!wuK( pO=PeTDXcqW_ig3nN`i7F)jA4Dcs)$Uo?S@EPCU#mt*;U8@=miQ?N?KeGDB?C`|}p`C*lCNME!)P>zDf4lG7b9k6 O1OpgE@=z3s8mJdm-2J$@y`1H0IvY115Lv1qStt8%)P$&ubwD15Rd70xZGHeXqudNyTruMu#JJ~(wajdZ&TCXqq; odl*`L7Ic0Jjrx7^w^t*FYPgci=ccrQN`s4yjd8EN5a(QnUMK&Tl_rML^BUuL6Wb7@2OB&a0NYohPbNMqjGs7baH k}6k>$zbK4bUir?a=nUx4F9yko@IroI-pm-dN*`Ro@zQ)UWJdQ0i4l_>9rbbT($ZdT8fjQR{s}$i!UcZEq!*L_M{2L28lvdh6xnXz| >K&MXz_z59d(o-3i({2&(Xa;lQ_3}`d<$=~J0q)7!Cc6c*k`~1uc^sn0V7f2_PmGSo~?ze$LChbm-R~S33fLeFAWBx067kMo3T YY&wLfZt3!dNiv59R!^*#W#Yeks7ZdU}UK?o$yOa|2W^pHTqeCe@PS~voK3uVQoTmd#8<&K$T8`GW*vD;SPB!2Mq3DhU$Hz=Y!MOh)Gtkq6cID&(Uz|kHwn1n6X;{Yu2LKf RzvH;s9QT`Z3E{hvkUj^2zoEl(Nk8Zy3>@A28YdpJlb#*mFy}QQa<_JaHRK@Z5xUOS~$#qz>gl_FM&dv?H;@+|@v FYZ1;x=SBaQLKAiQRTdH1n~KOtQ#oBik+E(Po~Uh6p(VGIU!1t>Ro=r!hKPKOcnRW~h`ywA-UDcmJ`H-qO;l_nzRzomd8&FLO{-%;cDb&qn3#dW~Q(Bc^4@u_dkth-Vs=x cNWWrs)V+$4HDtBP@d^)=Q>3%`UmrM(xlN_xux+vK`b%l=Zoe$x1Uwl@mckTmvL@-=K|$c6~}CQN9vOCFDre=H5hm&+YSYi7jR6mQtAsz1jh0aOR<<7MwirF%!iZsw#p_d$LB$2$+LA$X(F56#cCk&w)+_p}9+);hBr(h }Vnlm>fMs$mwoU&0{550iVnyG6ARI6edV{{;rs8XO4PpeI`YvFqQOor#l>=IWINp1nM*S@m~QJ4k{i&=KvH<}T}g 6vASs8^kgILK#rF|yuO)Dhm)@Y2DrwI`bDvm%nXrs~^}Q~4UNsU&L1LN7JKCJ$D?{MYV+@a|UGO^)Dc %a0%Hg^6~vu-=|7H!FZW%%wY%5o?-t7Q`8s?>~p-etlZm$PD+B|DEJtU%aLbk3$4z0|hbIwY9o27R$)CLXL@bwOd {TP;T++Tr%$T{7f=0S0MPsE>R+qTOb-Vx^eVG!KNTB{-0lWwsRZdcj8FS1M|)bqY`fwibhLkD{6pNAi;I~O)G!4RZ_&=q6U*<3WTHwC(A0&vN2mzW+KQ8Z>hj6WUjUK>q>B_6RS_lBD*#n|1;GoE1^ntrZi4Uj426cJBBR~zm9HLkMIBM$)s%w A7?kJo`T<8N@t>1TvT`T7vidLE--w+{R`Y2=ayogfO>(Ba4Bf5Yo=nWf-AJ)?2BVL7hvPmQ1uehL1>$uRLX3mnm* yu$EVbiDYNXm3!-tl7nE3=FDJly5H7{QGZ2sY6&aOjJ=BE89JvseT*jlh@k0xn8fpmN4XvFlK2g8~&Fxm(0zLl|Z THu7iEi{8bxvE=^UzV3rN)a?+C5C{^bN_ Hb(E19v7C|7akDWJ$6O!zDtG7D6T8y6&zz18+HeU!9>v?kv@r V>zx4!$@-Lqs7pijBMN?5EgW7VoJ+oh#%IELZjJ7eE&mfu1tJE$y56{!TSPNUI`Es@Bi;_Ne#)0qV|)S$$?1#w9vn{Mg?Lf(xbU5w7LjdTYwa3399)N!W!F_1p%L} *FcfA@=($*8H?R?sQY8s@lk1p?`HvQ1V=Vr&w$*4-+{3JHGBj*mlK6i*zf`+yFsWDIY(+F1uSh8@sm6jv31Dc39c HvM`^LZ#4Vj>7VODe<<|WrdpAHqRd)_4U3?Cm^R(`^0!=)njx>;ulE@x*&?QO=&nJ@g>cR-yk)jjYAIG^5?=6cEv DBKP`(iUDlNQpz*Uj`#w=XjeOH7AXa8T?{U{)ZTbgc8~E_40u ^?*fd3XTFrjRe9_8J(RAq^T(St~l1Y928spp_8+GMc#V^a$^>fv`u08Qkuf~Ssuz2=+ws(d{CTnR1t0N)NQk%SA; 1z@BdIw(;CRooVSIJ;D+y7+EwvpY0hJ!CjTYeO`-nyt4W{bGZz`Cl~*;;!ePGOi6R4Ujqh;m2$ld_w&I+N BA7d+jnV|I{OGH>y$mI*-`7WQ#@c1SDjRc_`bmU~oH_E~#Dm0P&Oslb^^1=jU3g_q&b9!XeO0-ei`hq~pR48~^V9k_Gx@AnR4dh0M&&u>T0T_h{4r=&9Rth2o-+zhbm(a`;SkF *EXyt^&rkE>Y}fCO5n>Zdu)|{`Z9!UP?bWE+s#IVJD?Sagf--VT1-KG=M5lVw8XHGX89BUZv^Onl%@W~&xl%*T-i Ud>-5hHRlZY2v^{(s&W8o@R?z=`s&ve$&dFj;-mTxl}U1zga;@f>$(KuG&m8;f6=R>HdcotN7%IaN?O=yT*?T=c ZsH?c(wFX47FWktE8zm60r-zw{&zAP#~;23%sP9s(xY|=U&I 3g|{SWA*B6?(SW>thq>A!6>>o)}PBT4cS?sxhvuhkHB$1IpjlXxT>-2JO*FvXukAd;bXk6e9dP)_lKO7UsLW8!!qHesiKhVP0s)rNBhJ5D({qJX2EIM+XMCCRa!z5L11)7LJ1Pj1cU%tVxK@eB Wz~yZXjDS}odelybNVJvsk_|3lX;(O2V`1)=M5-Lki9xD`5QL9jRq-di>Qj-Qsu^@Vzg&UD#s 6nkE43Sp&7*%okx4v;cFjxSdS6ru-?UC;KqQKQ~VQl|Su0Z$4p*C#n5Qg~4tZ)&SoSl8NGJ=#h>>^dOaVZjNYZeV whTd>Y1rZHY?EoFsM6xq>aTr^5?dmv$b?q(0^5VI>)F5Z;vVLAmjjk%~);vBh)+^JI)k*!mX>Au*n6ZB^@(-CzMX hY#7aQc7IL%HTvwg;PYT)fL%tXS;abFJ2gy7j~nxM#A=1~9Ic%Hg)R6#JI1*k955gc^ftnTPjQ>3I*;KSh1`=?xu 0v>~`WhihlbV1uE&maCeMY#R_$GPlb3s)u?_!m_4DIgR>6l!34CCf&pBhBCo;_85P#D69t?cI9yk>Or%<+$&jCSD 4>0OSQhNk~7!VToDeSD99DvfVDS NwuA+K}01Qo^uFSWpj9)s6h#O&kCiAZY{Fh>9DWr;i`(L{|!qvwx~W%M!>4V>Y@YVWluN)y~Czb_F~c+$XtT512? jQ7Renh?(GG-2dsDVbUUYH>@~U(5-jY!?_8l5i+6(A#aupOcjo$cF&iP?^mMA&? irVWy+`3XGV^X<*^A3M(4RU;TF#P)xPx_e#tcr1Magucj_jwsx!aI-sz#n`)C!-Wt>Apwc^32aRH$DnL}Jod^}PH VSJL726MC^jL!u`iQI01Y_e`GbR=4JG4HNJ;B~DTJR1h_ZXB=-rnV#3_&iHHAY3BfK(ml8y+E#|VNnn@625-g)Z^ jJz$9Kq#8buG{u~^&`^M5v&KPa&8qek@`;5-i8d6)2w@1b$O;=SL1Uk%)8?tqK}2*(7q4R0*5u6f)ELvgP-g 6d)Bd4}?neqxry_D>L+7gYa7S^3|!qi`-LhH$p4N(cKUwMA)fem&!b3R*ELCnoh^L+o95jPY<4l>JxrLTSHYR1Wv KC?Nl(FO_{0|YIdFu;xm=}i;M{1}wofZWp^)jeg XG0~QPBWGD(t6sA=!|c;D6FN`)8(O<9Qz8imJID!#&SW9|zoJ|xf5UBBosj0y(@m)Rj_~&N3pu?z&FH{;xC_(M6@ {QoYfqd`d8`rj1VIM?4D@gjm;6usv*)w%bJlB3x5}$w3h1Ge{v&acXbHg*{*ySoZWq{{hnHoW7XB|QANaCM)I$Cr Y^panT*A5sgOUxFS`Mb=bTB5{V3}ou(|lh~aWI62!I*J_dBzR){!e+|x*W%GrCGoGDJrx}3K%zdP0=L13C}6oVv@mTo`FTrqtYUlC~L37@{0abwLidr>Wn`JD@|` -oMh5REsB|a08G90`O#p*CW-eTg+qiXrj%W_h0=8s1wFHfGvzTcmGG5Q?`L=Uh~D8C`oqC1TJGy&c7PQ`VKh2#_v`%rmxuSiifTE^MvtbCpDdS{`A79uytPhn70t33J@w^Kr{M~fX4sf 6(bb#YUm|*yDo%o0k>8Y;Ren`F+eui2nlfMv{3g&Ht9nK20;EV8NZ)Ad8m$hP)0pB68yQBZ^SAKCW(jSM=3%}AF3EJJ&>Qr>fDLgK=!ubmc;s+8oC$#1QH8g*H3)MMv|-V3br~FkD;bST !n(nFZ87%=dm?F2&^NH0%F8Q+V}Bj;1=xZ&cqhFXQ+OgOeP+|;(Q82NBYMVy0CBz+^diCi!h zi?dzg|w*2Rcd5|MUAiilqW(XQ_9u}K0M;|?131X1ZJvdUX5%@3iHLc+}pbm0vh={9~cAsz1HF8wk6vc**;4m%V{ pUysGrRA51z&(Q<3XeW>EK^xl8=^939S>T{?-?<@nT!jU7ruQ(=~be>Q8FnoV1L2VVkLjj%;=n>RJy +xUm^Ys_Tz@WqWbbq|L7(Y^I!{L-UWAz&V0kcg@O)FsWeM@2s3upDv-9p1Z_(g!gM>%D|`;og5!mxDwgK6~7!X9! IC4gH`gM@z^rpbMCTSV)4o>_Z;VKFVR1(ve4+=tn&?m*`zB$2Z!wP#H *{J>@O#NfdU3_JG_+haH3Hw{2U_X$@VHU~u>GMffB*C9z1A?YK|TmXl6<74KjJRCS?VtN#t2-RAZwg&bPIM5ev0>%B%(OtHZ0_C>KXM?j)G_zkD%e3usomn?$S_3={g N)RAY;>GabW-!>Geh-)v!J&|JI{Ap%l(ib9`+r|$4Lgy>?#xA^ma{P{mvVo!F-i@4Hcta!KlOXUXBB@c-U4*qjLv eA>}MIBH|V*(B>>noh>FpIaVd$d9gW*d0V8q2zAc?ZM!4&S}R5~SGw4cShUeDor;y!0r1fG`52Z=*d9%%V^w4O3b 7MbsL2OR_#J!WQdy@g4MKp`no|M7|yTbg`{BEx!sqGgRCnhyFR_hu8ChLeYlrbcqXV4_!<9W4fn7eR&G$k+n^?gUC<})g9>qMZk(t!u|goTY=zRipcf$_ w`f^pHDDc=oK8i8yrxfsS`F?1O9GvPl9Ff)M?3{79H=siA>E`Nx9)NJc@St`$;+Hm6iw5&a1(dE5`AE?r4=^9l53 +`NT?Q3sIA6&s0o`g@X{O;YF8wQ;^>ZrK^ZN(ZMYqkPhTlP=k8w&~!QK}{wH0+1-U}w`dF$WDcDFStF 8Lg8151^a1l)N*(CpFSuPgAlz)8!r%+H2pVeGp2Tfd9C==YB=^>MBv_l8soq-H67)oam5GL6zLz%Ofi9+R`D!PDX%r! 0`>{6&o#K$8(q`_gw4`|n`p5)9#mO_fM1v~R1Y(Z!(3M?H!nGccxX)Yy)2gV{aR%(g|>iN?)%KIsg540563;a-C^qA3hlv7Igv(i?}*UTDls!QQyo2}Ms wzFy;iu`ZU6L^FB&^4T+ePu4|9%W>nw)9$FdG#Xj;&nwIf;{uP-kfuf$&^{v312b?8Qv@BBEh;iCZG5OtfvD}w5M K2+ev*h%1L_WLoFgw!I*LksGJUvnobjxP^Me#)*#x|JxW=^WjI=~pi!WH`B|(DFH;`?#l*AJi<(ao6*eyj}#7TR)a t|Okit5oLQN$J{%-u?DPP&-%q2xVbV>J~uo-j>O`i#2UVEhb_+02{#)%zY8)RkYSTMtOm+ hxVpNedh;-Ju=CoQ4y+hlmuRI?sGhgNs74YPw^-sw9*JBft3F<^K}U&fdlM0^ymT*MTiPIs6lQ?#f-BzVWn@X8q+ OyQO$GNvUMRsWC6i$)yF~`ccm+1AZ^+<6L0_;r0e@e?+|9WMJb6oA2AwT8e`g!+NtA0cYv+NcsJU8MMbFKvBKUA)g c#Y=jF`lwc-vPvsfDqt0brHmSopZSTkgV6o!X*tA`S8CnoicY2(APq%W(baY&)f*q_aQ`uFhNt2WOxwyR1bAhHI7 TpeP)JF#vujcut4r?;~(ALJ+q4UG9g8CIdJ~2u<<0$i(FEnKyJ7`lJMVcs7eQ&pSfUyVO>*3i51d<}O8YB-K+JKV %hEy7!LKa&v;ich$=nWG^in}MqJFY932_2b6o|0h|M(hZdccUSJM;fuJ!x$t3@e`J)bdzq3AC6S_O}(b-Q84|hZ4 ?fmz`v6f-nm3xjFbIu>3!6CptB3<3@?OvK(`{hu$*gQM8!*sjyphvkzExpk})j{R_}Srd=$_urU}pJ8OA6~*^Y<; OV9$#ZF|;kiFs@bFT7xaaI^^!@vasO?qxHv5Jv3P;}*)`9sHug+BV*BCs}bN%m_y$p15ViN5*pI8O>)sR-a2y;~h _KIRW+=s(U(HZ+IW)ueGW}8@EyXCYKSlAfX)ZhaRCLnx#5>jzZq+e^RVZ$bW;}0Dvb&iQ+>E~&4T%l{ItRSy5bfMKd1P- Jkp;g4+mQb;$VZ|OWCaHEO~KYWf5G_a+?N}#)Xv1kLhic-h{4%p1kLU2h^U$apCFZq-^-SIIV4ae;+1OTJ Yvl_vE%@+mDBhz7iU0w)t@&jT~-hQD35H=5SL>9vBo%bBv+TFrY-Nve8?#6RXB_ 2DLx(K~MG&$DPb!SGYM;1A`>Wq-5GusZ8iEfGBoYFSV@#I)5E*aEBk 2#JYMLf~!rX-`n0_$kOaO46k)2n)e{qk7^Y{ZZ+h6=EwD{2&b*l}pE=*0MBJ?GWwYU2cqLEP}9pP~tXlaF+VD^O? VrV@`}swcNftj*%gSJ)IL$!dpFp9<*7XuQeW_vfgaz!IsFcuRkNivE%Ae)#@tG-9}8@C9iFOCzwbX03WLl9|?VDr t8FHRy|}Y C6E(P|V~wS-*(eFf~c6kl0mnmS2%6{59_|JP|P&u4#A3lc-J}Ct3k7SBwSF6~#j3;6N)h?+p*b0SK p^Hy1UPZJ_Tovbjx>fy2yr`|j-h5DKgdsYk}f&iIDiWz-qP>`2 (x-0PW{3t8y@f(!x`@LZUEh?LFOeVVa(nmMh!0cuYdb@>G^vE<-!qie?hOQmMV7^UUdn2m%h@$=*}L3eDuJ;6?yN 9TX-r|g`hoUl3p8SYkHi_Wl~8xSAZ0M54JhJTd1fTb|6cK8HXLD2y9Jwgnw1>nl1b!F2MWxIQUcu$ii(+PraA0zgn7F`H|Yl7q}TH?5z$ex5ID%c=zZ+U75)J$zLPnK5K!bU)Otixzd&{b(XI=%)9A=7uYON54MjC%zYqw#*&;{hsGR_w*B$ReVCrzUFMG@IkHnnv0 o|(R=f7C*4g?@K3+K{CN=}clKfp>T?+a=R`?7D1YVcBw5NCjNLxjCsQn_S>bYJq640BJfhTBB$deUC($<#FhOR=l65amhkUY*(|q<1(}HWH;XY{XZLB2Zd<-m)|s2Q_jS7B(KvJ28;szeYiYQ_>~D&L?b9E !ornZ!X>QS(Um&H!9g3FIfACEk3RzZcd^VU{fc-djyTl#VGvOxKQA+Z8vCgjM-vk?T{+t+}(pwnapk70}?d~c3Mx KScZ&i`Y?h?lIxh36(%~nJ}bkm+gv?l`L|)tFQl95A>3Hk=Q9 Sx(UW1*B`8vM_gj1o954jgg}XR6?tUBKpVM#P|53#;Si|cAsgB`|Eb@WBH=uX;A$u3@Zcy*SHcu-ICh*`{D$r@w# -julkwLngalgN_Z*sc6OJPm;4oiu}5xzUnOTafS*QS9KM7MED-{tN#x%0WX(>2FBq`&Gay{=gv-u=4B_C%AvL8cd q)Q7o-eJFT<0%2Cucju@s1~&!h bli|31DW{|j4?EPeTt<-`5_#Kc3UhsZVJEa(&q+E}AE)66sV?d4 <#Jn?hzyr)^wqNK+Xs$l|jyPFEfO7wb7zXN|ro(d$I!jCuI;{}C!MZ^#m@Me?YYBS~Tj^XGUu`PNDHVqtiCTh0=HC0?4mFwBKQR 4$9jWfT{@LaTKi6^|oxMEOBF3bgs&z%1A(a5V8+$$UipUaT0GP*JZW-0nabU8;2PL2j1cGjhaO(w?@j?-Q;WSEJX~(%tf0g5f~cgWlU5c;e`Ou&Abo@|KD=hKKez` rSFH&5^paEQ0w8}eq46Nqb;8xlDe&WmoExXL6mBz}e+U%^6ustVvI7 G$=Kv1CTd_u}!|^-u?4?t_56R7vFAJS^(<8dXOwzA*$L9-E>U(8`fGG3eKPtA@QJwxiQAdP(;CZw7Q4TuJNYc0Lm %bJE$F_$?UUJ7#Fsr9?tqBeJJiG!54Tv`GU9e{T`X=5@-=-$|#8u-w0cR+&tvRI~gkie)ue}lXh| Pu>-JtohZXHMuIEK@mBATn{=A}&fz3J7VM+{ap`6wVnkT=Hb{fO(B9pxVce&mFmrlBKw15J+)woU2`E!JGo) -EFiJZ{iq|{)Z93Ipy&ZOnzXjOo?jivkMJfekG4L<;+@@3u4N%|FHkRd>u|j1LK@^`)F^Q7M0jN`Z3K{2Y15$vkJ 4azyf|M?h$3BX3HmtbsL#wIgM@c2Fu~Jpm~|3r%NugEnh~_5tzaOlZj*SMi3y$#v0iugXB||6bYPS{z-gG0_kb<7 H^D`HY$sMlW8mFT>1EALJzii8eB0_W9~)q?Z4)sYf$jEn&mb_Db?6>3iMS42l?ON sF8J?ar8bX1K=_H8{^W&raoK8?DSxOH#AKJMLV_Nfw31m;et1@*ci2f}rj$1yiVHxhwek+(dse%aaV$j9jNY{=0> SStK$3FCl|VnQ*}V7KT9o`-f51oW|kl=`XDrv-QnYN5{8o%fBhw{>7tNA|8pn61;q44{jPNQ?$}eMu`8-yhN`1xK |&Alrr$4RVc7kj63(=E0q@a;B!ZJz3okL(glKML6Q&4A=3{Db$nE=m{H+W}pdZ#|#wRdKfsi(PpoR@5}pzT-VklA qM)z*eo@=*CeJ#lnlT&mwoxP59)j8+|Ezwfl`8Ue2hiV`}-*M-aoLeS;(N1@Fh5Hu^SX5<4-ak8=B6@@f;aQ>3Ni BfKQRhV$Yin%>&|OvCqi({SRn0zvEc?ZkLVcEK743{SCkO?w}&a@=QHvU+zV#oO4W)p+oY8Msuz$eys0+i;_EUt8pwVXFHuH#50o7gord0d qzm$X$Xj%U`*gL%(Y<Jw1HiR;G;!tL4h9?J|dCucWBEViN`<|&vqVP3t8b9qlm`$Ca=3 I%RYNHWtdC?$zmmF;brLuMrbjigr4z~mDCP4-cRTMk!Y?4fENwJqyo~oXebIt}^EOCzmNi7KrrG+httso^-l5C0v PiRW)KEOn7kD{~GK+2Lsr08Vulf`XH<+)-G?edTvWdb(T{|;x$NXlEPD%mZk6iKx|oxRHDO<1&cQnepF;6s%2U|g #(y^+iwhX|G8-@X10th5a>?NZsO1Caih=zf@;bdrCo>@_ENiQ+@vu33^n%a~kFzePcDm>pR-1Z~I#CcYqc;CI4r0 5jKqqpZ&iBlUgiVxEPL`U(>XZAA0S+-W|0jENNFuz^`UTQ70vg-5|iZEE&i!iwc;!vvYoGaMmu-bbe)r&7gR2x?w ;>6ALnrcElJPQ4ZtEYqwt5Gy20yZue>r*3~+%;WZb#g>)!7?f$O_#@ChAOFKUL3%W#=kkUa96gnsLisWzQU(N%32 Ma-p?pnIv>pye)+swiJ3@9e`W9x~VV)?hiZ+6F7aMZDI|d5#DsVy`r!OvKz+=ZanUd~hu|~*%zl{z*&S8}2lm0mU t+iuKLR0mRNX%8?FbNNGvBAO_9rCIad`FOo4Z{kEW^Wz{w$OhF=$PH4MNN0Zn2aJEb~c~1xTxU20wE*Gw(>zuzwh R)avjl!UM{;tbtYl&X={QV3ZndP1-2fGA}F1H>Xy~apf3 JIUd%zh`n0X=TQ`tqlPEA2XM$!MxtNa>jc$|DBwC{k8lDe-vO$VF^9k%8#+H {BOReR5{JQ9@!EJ5@`W?EDUfL##06`>>Y`Dp>hsimVX|g$Lf}b?R?CFXc&~$Igigev!~l(tB8YloUX(kbDv38!yy %C#C;dWu>l?EFf&Y~aAb5fnjNdM!$y;{X+s1JiDm%SBPC}P=djT%9Q_96D=`?T-YAOBZo{M))OJ~qi}+jaDv0GL= VELe*PuE*S0wPOvfBO$S(O#3E6J#tNl!*jN=ahgzu>sfAjOa`fOk2I`s06z 8qj)ZoEHe~_Vsw3vK+Q{9VW72qg|h)q6T3g6aUEIS08t+Ll_E18B|V7o5pnBd?* J}w%lJ#4GLYcRXKmBMY&P*NBddtd&5U$~yn$#3oVxmvq3RQ+Okfs;a}IH{jh4`<6r1^$8Pd>VH*Hp`WStT2_k>4? -?gs>*m)e1fzxlObF+}dNCYoQ%2ctL%x`v=NH>KS7xM%Tn83bMo^{buQVF_dfi%kHmP!*}_r#z|3x#wTy {M1Vs=v|Bb0OhwA>d&tRU;kU4vjNUlaj&8tfQ8%d~WOifRdk!o>P6~z8j^pzq+$`G6&2o-6<2pj{B`7R^{?Fu<`tE{01k @D#N9E%P2gT4>(*M*5O~2bG3?Y3fRmiEr9y^RCH8&XjWj^Qq6Ja~flryDmt4 61+3F%%8d{mMks5LJv8g;x!e|I;^bcxp6ot@#%?GyEch1`25^Dz{wE(N7M12;hCZO*X^JGcdMAGD{`18qtbB}><$ 2SSDA%~y}?J4CRj$0dBvxgZU?INDQ|2W{FZc|b7FnU{pzNe*yCeAICzZtYph%%-_LDKu;h*AAO4g(B;ytf03$g GH1RxM3tQWvfAN$LaiAoCE`)$l0y3n!w_Cy_)&6pmAR>{qfY81qmM3s%{~^eR>Ki28BZt`=l1karqwL8UR$t}#-n ^h(ZBPPE-@u@YdQBJL;xBf2kIiBHEiy%z2g)0tE&4AJ=|?=v=rKZhF`Q~Tp?3Vf--(>FUN;!ruGf5WCObndJmdzR =hL`^Q%{zi8U}9Ob`A{ybKHnr%81PDZe%lS_=swmk&lR#{Ll%X($!>QAqPq|&${Gj2fG&c?#G~~5vdgeNf Nw7EFPlBBJ};Q~A59DYq8Q?DS-ly;FLw!|W}wtY$~y&;NBq^LdgnamnM;75O%O7VdRZ#@q8Zm< Cf^r(L6%?g-+t5KwxWiRAfq9W2X=vB}MuDtubbX5Y79nT+IZzPAN3(i)N481-cHLH5B=4tds KHRLpngMCxvo;A$tkP{;`WSO=_I&3s?RILW!lloXx%EeP+z0aGTV%ml>u@#|3GQ$WTM<}cwKE6zE*^{iXsMto!9H 00BV^52Fj$ci-7U@y<%B*r%^xZ<@J{eL E?5Cd1gK$bQ?d7%~q#GQ;s>7BcV#*WqT7^pXY+x2#gSGBcxp04LZyH@^n0sl?!*T8aAwwk6!r3OIWCRlwjVdHTk!9- pjJecT{UA}VX@jDz&clM;1Bv?x?xnh%18B3WJMkJDF@X_=!u^@3448UrX@7)E7YR0^UR>pFfD-5%(2= T31s6UsanZR~HTo=3fq8MHhvuy1YQ{4TJkTqC4lDS#al0ra3Vg9aHWri<|DqmB^IEqjwWO0dhFM@eFHEW>oeTO2; G>4f2?ft~CxjkVeu(|$1QdcJ1Oq!)U_A>x3{vYy-86tFfQ?UdT+YzAO$U-F`gZ1IF!P7kp}d{jRE04PPf$n~ ^e(Nx?*a9TZR_-^2ILP#~By43j`AOuS@6+lWcA5xJ~&keo*M4D1XGPuCw94@*@12J1;jWE%CHD*HNw8e;;I-mQwY qmIY!BAO&NBhMUeNu@b`oTQ~m_OzrG5y9ZaTFvwgqTy+odzyiuH?STlkQ+QhAPUtGKTx_q8-(1giOZ&V8Estq&EW )%B)tBiy{M~xKmq#GJrojdU6HK^2mI`VrfdUjmuCx#VR1P&t;fKLbi{-jwn$s$`eMR)jn#S>zFihLFFAxBjXt}8Q {~2-&$c4CWhx#P^BsTBGeaDgdL)V#gdI|dQInpWBg~%`w2ZTC6oLfOnB=1=Ojr_?+uQ;*TpNv?CHl*b GzWk{+Saq>!o1w-~Zc9ZdoGGt=_?PzA^6Pb?C6r^gS>Le39MngLTBvD8#*ATTp)~pEP5Gp!w3@*(QGia@(V1E0wW K)HrnpW?^~=hl|7xld0e|-*SDGiXhBzORvG_OTY8{r>EEqe51#L>N`+n#V%*MgDNX0C?lT_4V@lg>RQM% o@+7#&U|x}9W8Mu-L06Samd$v9B-~Sd=l7Plz&x~L1chYL;oD+*(-^qJTQw{kNmQC|F%Pa@+eLgy*2x{esEy W$c;;0PgX=1^HY4JslY?pT^MT+zTPE!-u7FqdqFAaH!`cKb#Kdu!|db;{&%klXBn8wC nveEVpjX`$MG@!^Yz#AAB2U~Y$DCe^EO@iLZ=bSNPYP69x>+L1BDO&|GuF%bQ5I2LJ!mtce9-rl%fv *^RyHf9XoMaH^mk)WRO-T$&O-5r=_CaN?LouMGF_8Y}g-K;$t6Cgs^bYdnG@6RztUD7-rxK8L>uqM%`*DTeLM}zK ;44MM1Mbkv?-;Bxy0p#jMRqlDPI!lw=&UZ+ao8a{(95HsuwJz#(hKD9-z!L*E|9+p}-Q#er6__-)0@(U^@aI320L njI%aU#q$%K@BG#h9d3!bgd`;TRFY|*HJw%ii`hD;nsFB+yY(Agl-*Wv?O2{s #Qq`wmB|5J(Q=E&^l(EKWn>pz>MrRs{tVRm|cjwQ&UiF&z}x_7c$9cE8a*^-U=sg~~H7mTk)E)|60l@ad9kvxmFunBh_6$XiE%=!sptT$M}mozVn7ts)AAR~HM7&O%#BS{ctQ=w-x0XQ*1Ys55l5m9uqrh;;xhNv_&r5V ghFQeek;9-*kpcq^fFDu#{J%R!HS#L10SR_vHLCl6~d1a>?+~i%xDTf?Y3*i6KD;wqru@zkel89Gz?L=20?Q3TCX 0M+dXRnXE{YEdqD+Xg5g4_}3!;X;?Vd`em_K?d>GN#vv3X{6Zvu#jgb+1?EtO ;{aP504?Pc;AOL-m_-1t W}$m>yCI*M)E3;KON6T9qO+(!){FGX>WSFYylFhj07IJL>J}VZ8L}hFlbd|Ph}!6lzF8{H$aQVlQ#hs|X0%t##Wo t*Bk?7~3&BE2gQ0(z`~j60_z(Qh;?44!R6(iA9Pjo!E-Pg5^dNKkUBdZym>t9X(mYa_p)Ku2vf$DEfmBqJh|+hyR O3YvMLtA8pXk!4>{M9ad8cV!ZT42-w1 8Esg_}in=jrl$ZioR8>urcSNv%U07^Wj&NG>?Ey=zaJQswmIyxttwt4`v4m}k su=%eGz6^I2yPmu^egm>`0)Su!y3^g5?!*l==5e|a5neqRzi!+j-GFI$4KNm*l%``;&54A&!|P-6 s?ojPcOiNat5f~&Efvx$9vPVVj{)^3R@k_KH8a5Bc-ThASkCIDAH{p>v7(!pyy2HI8Hr4mthct&FEb!)?W93SwZupROr>Ua@0Zj =Nhu210K)8(7xpovq|UXD7@~FwPq*A@$8qo(8Ns%di&qPSnP*-`k7qBjy`xHvd7%%ZUx$#`w^$^QYq@o2+wu}ADEP{ieD1-52WNzMIE$UiDSX{R9MsZ+N~-APq#>lpT^@nik)b8u3x8 4^5=oK~u1&t4oBX^hYd+uqc_m)&B{Yf`cN!CC#y&LkF5^*Yn5w8Ts*<>rIN>|Xv2>U9jk4a-%rb~ns?g_P{JvIDw2ZmUsD+GpIhW4QsY;U-KBxLFaVkcR>!A3@UL=^M~38It*i7! 2i)Kho4z^n&L<(@?Z}i8K*FeHiatuB`V~aF*p;JVjsvV`dPRF**ZE@WwhZ05lYUBq%sF2S5_?LFZn8AL$m1_n4Pvw?ts6hjmqefje*N*``SSF}$`prA)AAr_q{L2Da` IPqT(w(7~Co5~5IFK+6jZ_-7W1R?W#mI4*dCxDTzwgdAG1ZbD^n?mLk-__o`bfP`|=;;wL~`RFY=dYUT8w^*qKJ11ukAE1Z|oVV({$~&2G=QK+C_$Cs81?JWI1+i~+PDnPAsed>%I~kQdx^7IG VqGM!Ipx!pIAWQ_4RJDKXp3@*N{FbfZhqKCA{3u5p1ypR-^2g>ZWofsaU8!r!bGT8ss5wDPK$@q#HYZyVkO>!c8< C0$fwx4k^M-pG)Aqn1VyM-9j&mv73CBb-Uw8XxDpj(37)=JAr!vh$0_&3!uea9I;<%U)3?;RiMtlmVj|5gWv2{?fd=f;wuv}=l6|XTUM*IK(Necrmh$r9v%oB;z=?;5iQuN v(70-^XkYZ*pt|z()=ytQeHC$mn_6^MjBbT<$zOoWm|nwgtuwc~I=`hBEx71Gf}J&T?lC$l!pA;SSa+;q)hQ*zw6 %&}z}FkDCndU`--3s?TOmQf%`54a?Yb^M^<%p(Q!qfM{{~~07F_y&XVB7q{q>_}evYUoxsr-7O1OCuTY@huPZSj- 2b3iLQ=0m;mVD?jfBoc`nVFr}jW5A7>cElp+{@fN2pv`krNc?`$@!~`A=N8xK&-w*)OYK1@v&B*WWn6SF>SPa>ca%(90R*u=VQ@_Z}Y-d=pxYhwBOG%;=^f`Twwd|a4|m tn@(m$Vv56y5RN7+e=C*lAK?f>@mO_@29T=}d71?``RfcA332v0O_kv{)HfTSt4RBjbR8v76{7Oi1(P>fHJp1Ti` IWOdmHrEoc1)MnO+kWF%*rIY7a&kNHLieiqw00bMuqsIAcD`A^@wUhFERyf*)9T2gYcubfDldU?M3a!vVXH>FP)t (7A21?d?xk9%{91ltXpvgl6;)hK}NAX3oofKtGu|@x~TorQ!$NmE)ql+nEH|c`>u0jkrHt40S-wjH2!Hk7G)fH;;_I0nDx-AY6-(ow36n52-mik>SPmr(Mh o0Zpv;(bP*q|xThU;a%rrXOKxyTBFhtv3+&O`C8LYYA?0o)qy=LBA8nNXhHO4yGz37>7Y$ln_`^kfrn38Lp*DNgJ; @J*d?sI~~aE+iy6fi|s%fkr=`mGO2#nr+6P9m@{`8vSU~>a4M)I0}abJ7J^KGb`gXG?WRYUSYFlJ Srq#QOV(0DwyAOYk^a@mHz9HF1aS)bP$hy;9>?Z>PxRe>!T2@3?N7M;Q>&S{HpO+#t2{cLTxw1J5pHMlB3Z%TPO? gLF@42#*Ep?9(iK6g~i7FlUW>Z$P#@GklnhQj}OfVYf8(R&x;z%uyZ*`vhEGwNLz8vI`nF=-x2 G*2p-ItH0%n4VOMSP^^I63QungN=L7#(?(kl0w%ND7$!RElQW@U;3 $ud#Q3f2U*5@jW)PAmCTJay5oy`qancr5sDB+jR|E8YXZii-6 %@tDT4GFdDa#&1wJJ4CR{SE{2-&FG!jx)hocetiI4lz2GoMcHvEp+hDm#Hyz%I`L;>cuS8M8a>uJ#bvJ}plw-~r0 5fchR`WRa4dEcYSTjqEF57Gf_}&5%t)&NTZti}^`92 &xq(*(Qht<`eh#8~goWzsde+#5sdBFvs2#GxQ)rY{#e2gpa%_ia%4s%A9fxGIP)^rSQ7@uiLtPc=AJjwuP^>0=bF nfRDnMZpv8t^+ah`IVt3%gJWYTxhwCQRCkSK3THhQOr0Nt~Iq3^iJB7r|%G~ <(N)l9G;<7qc*%=z>-LdB-@=yMp1?Hb9~U{$I%6=T?A&Hm<7&gAJoL>YCpbjLt`NC$PltEU&18KeC?DAsLnR}#ba bhU$|4x#9qPb^kYM%ua9g&~Hz9h^ZQgP>Saihw#k20`I3mE38!n2!LbS0sv8&P+6#r6^2Ftq7egW;ivQmRP>7P?w ~d)RxA8;S0&2j2I7Pb0yOhN4xCA5#?sh*z&v$pOZ%PT4tMi&p*Z-5WlP}AC3TNtbOJkj~-);ybkOKroFWeoKA)i> RC6RjCMR`dDwtVSl3KnMn(l?wacEwgk`i9&0@AK`cXGvR|pvslU$db5WkR%+*peh0E{S&5{pLvMDBFsq*L^8X=fq3n&wzyTltDC? X|iJ<2O0zO|C?)q)eaS{um(L0qqiI-c*7SfjupF_H0-MXtGv&_^JnQ85CJ)dF$2+Mru}V u_VH2NzWLrL7ngub<0vvIV=zGh4((d@wOL8DtM>{F#wPtE*c4ae_|`rOt14Dd5WtUoYFF4U`IO!JI?t$re@wsC<4-Oo*nc!~oMOZc1LVu)PTCHjNMJ9}|@`t11C)37-|L<3gZ0`W0=}IWC*C;SdihdGUDqo)JwWLm%eGYRmN91EkR+98(h#H4g^PDgax k{Ug*=H(wTaQg Q4IjZUil7>4;%oXYuDf5O>m3LRyVucUQa2#LuU3A#v4O1qTh5ruUp{IhU-EKHBX|AT%j0LLMbB5r(r@4jP3o-hWx!=$rVH$qm6dpiwkW0OqR44MWB{OA6K LPns8$$LOip1?64fYMT*Fq!l)UKJSk}nW)*xD(mx1QH<6L$O!EpHMfv%4O%af-{i8sL;1F}Mpri}__k47;?lpQME mhOi{&uk4NojR8gVlqYmh}^jJ~R~k_jQEAaaUWl?e8*?e!G8FVg yKQ#2P5tic67WH?6k`hpPe>K9ooLs_ZE+&22L5R#^)5}fChLXodRc~;~nzZq$2V*E(#syS%dAC@#-KA^StnONvLcd&pyd%u230bqr?SCx!7Y#ik=mw;`;=H9sYE5^ZCxvOBg( Q%J7Kd?O-rkuhtOX9d1N%@TVk7NtmXTYA~BZQ^l-e$jm4cxdJT5XC&WUTr fjf#+WfEt@~~cyUNrD9(9R=#2%<7#4I-R;Xk3DYa*sF$`f&~rMOWw4J$B!Lkz*qG~b>DOOV5!|z$)A955hj0}T#5Y<5_His%p T61fQc9{oW^XqnYcMBwf!dH5!=z$ ?sA2_crQeh!TpGcYfT|F9#6+w^PAd0~t4Neor;LdGmk>O8k0!bemhi!S{U-hyDC9GtH|dV|Fc(DB4ab8L;Cj6mWnIX3%1H#J9a|`fjP)`;lb9VO%lxOPpxk&zG$DL}3~$zS5B93g1c5= 2+^5wj118u=%l8l!(v-Y{2p$Jv(?3`-(e+q72=xEzEPBG6SgB2p>#z-gJ@3&ep;wNG;KB9_ow}T00n8&wA&AhuIP BrdXzdS+MVt$6(WBU0Q5Pn*8W`I`qZt4Ut%FDd&Mj`Gz_BDaGze`>XrV9LwIafPr3~BPB;otkNj-3Pc=jH+tbYjt R)Vos^8Rh)h{ID^b5aHtedkc^+%5_4dvQ++^H}>!Giz0Mi7z@Wtd;4xlhG$MBHk1h6Hyc4TzMkcR?ub8P{m%=S3Rw@D6P^DaaMRW1+rly1w7sX`N+iaxR1Ni?%kql8ReJRF+Iw({@^qO-7nyIbRU(5ERvMxiDsw3s2LpQ~82g!Y=+f!zRC^Mq&%*e5y>7u )DzaC_`@zFnM(qy2QWLM?oIsK7TNWi0+Kn1Bn(p4EY872zRwd6|-!dum36&3EIf4N=wf9e?i^H96}P1{k UISkHtdJIejjQT)rY*nJrv96p|0bHw2&WW5`gYgob)nBvK!pb`CsbXO~7Lf{Wc(J{N*Zq@K8{_ArZV>Ym1I}pcF? LGiq`sLj)R2$XbwhFvegt!L#QX=9*{xp;(D~`{E?ieqN_W`G>QMx;zU%=6fG#idOB9``L#dX+8{~J`2Ns!!=yAQU A>TFHlPZ1QY-O0001BT4huK00000000000000M0001NZ)0I>WiMlMFHA#UO+`~vK}SVXFHlPZ1QY-O00;nJT4huf 3igv_2m$~v0001NZ)0I>WiMlMFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEx(o2Yg(`5kL M;rsWa{36P#}5NsrnWNf-@Y~%(8%N8ye)67ZtBpp889rx}m%f^(@OTaW62)%bq3AoT~Fd;yIUHWaHJnsm4|IH-Ndw|~iP4T>|DE-4zJ#SmeyR?tzEu;6V_w&5h3C`Hx^DZE`*8!e)8m0RO!A ?r|o9UkSCklT%>3Me(T+~MOqV%)cJ#Q(!pVi@cf1vn#b$Z^r^#0Sd=lzP_*E!hp{z~utXL#Q21lP@Y-VX@gP4I^V |4eXmg0B($6@Tvr96<1=1VY=hYG%MeutBy9sVYaCQ#mpOQm8ugW3*(j3Zrnc$BIuAfJJx5(ptB*Bdd?yE3I@FxV1&ZA!E6WpHQodm}c{7}>Fa tQLDd`hn*SBiKN2ZN^)I8*nuO^y`rU>UUOvdR-JCzw0#qtpo|Jyd?_n(sauMjL %;J)azA^|DNXaVSw@fn&2h`e_TYq4FuQX_7)Mpsfd2tRpF!}>eEp~zaCOVIkPq0aYeM}hXC}=Pny= 3ioJ1A$FpV2fsT7^XFQEZ9I=o0shpUN;pk$9Kiux-+8FV9`k@_Q|1A$rV`wW ;PiQzPbbbpzn-J-i|3*I2j-zZuWCN;&cpopWFGLW-)W$W8=r=B+n8j-lG(rPw;HUSAyfXoHINx$>9X2aDD`L;r5;hd_Ln$^zSdvLcZe&?o9CTvylJdvrzxL& q6&OIScK7{w&PXPtHQUzB?c5%a#iFn2&tB=Of*D^D$1>D7e;a1jiFxNU(+bQNvr#!M N^o4%W%kIjHBc=Kvpndk*Sz{yFHch3BAs_nm`re)t^V%MZ@QxNJ^v8o`4I&SE?uIE3J~zXP7+eusMB_&dzAKM}l! ;M)X=HSo?l599d7d8p68^F5D9wYS&#SZ`LG54!a6`Iz@RUVwR@BDfp(=LNu%(d`}9)OD}EX9Y{Sb?pN$A^&Go+w^I`gB=T=NGYc9ulzJ59IvfmZxpY^W*9{q^mc050?0N*n43gA!A6~Mp4uRyj*t> Kqw`s+2_tqPyH0`ualD=_Xqz7qX3`bw13c_sSqyeom%_g{&8A16qxuJ^o#H(Z7O+xaTgcaN(;Hz!?%at%Io%KX?u1&2t*>r`KY>_rDh7xud=}U5j }=?pn;l&TD~ZbFRg>-h3_a@ll1ZTnoJUSo7(B9q^>~I<&X(I<#lU>(I|b6^7OImLooS!;Q2GZ$2@ue_ZY_wZo~Ss{cXs9!foj9%x$1!$K8f`!o tZ7jCZ%AAMd{%^WxFlfoCsj_?x$*-~V|#*6)u9P9XS`Mfl#e2<<*(k^mLT8vmY{xLE&+bjECs#|UW)WPEJgk!36iMkO<9WZxn(KJd1NW(?JG->e %(7Tt~(Muf$-zNJHXezc_+0}r+#IGg)vIr6!AIqH2c!L6y^9$t=han-$8M-I3TVV*6#5A$Zxecd%~azFALa6kHSr~5H~54s=a9&ta$|NQ$=&T@hzdV5dbkAB(x4+x +72drn^f57;jL9od6{R8OL9uJ_Ot|QpX{XnpV`eBzpf}c9+LBzlAL5#y@4O@C@(}3bB@dw;Yd?&5K Y1AVKI~!i|M-W24^tjSI}Rc^k>K2iv0gp)Fyyt({zNh#akM4zwrq0<$Z$ 0@^~LTf^yG%6nxT!k0RXzkD{K>Jc@dL{V3MA?>`1SZF)@g5RYM=O@0jHc=TiF{|g=iA9wF#&>wB}XQJs`k3VC+W* 3y76(0>(a+D&;Il{`r&o`Ub7PK8?03MSl@SEiF)k468+S@67|1pCF=d?O3b5|G~HV(fd`+g1m3Rm1jc2f C(us=oG_`cK==(mfWKt5MIfquL73C!QSHT=FO&>xRK0s2z&B;?6$p9G)hKM6X0HbD|Sy+0Eq(bC)hFBs Q1{{lIC>Qj&-E_w><#k~X%;(9)fdK8}qe>?kWv+UHA;fW%K8NpSwMW`sSWPf6RRj^ x@>^(0|uF2Yz(vbD-m2KZo`-K96=!e;#tg!Ox@r7e5a<{ITbe->?^uzU2kr%V{rQT{-gw%$Iv!K)=280_y!5!7hS {7x8|=i)hD+7a=dK^%CgED1wji{CWxP+3{s6pW3&-!r-qc_rzDQK0fja`hVkBF|WtG3O?j2eScElcYF=wmLm8^t| !4=SReX2=EZq$5MEOLD+o@d_ZQv--Pryu;9<{OSdY$p3;KZ%2u>zA^lk7@rxBb<@I8WiaXIf`d~bUP>(evuU>#&- DC6z+?_!)rzYD&q`(5xgw-TJebl^SY``h<`FK-b%p5Wm3!Cx(XAN?@*@5p!A-+?dx`a9&Zk^g{R@qB_Mo|pfCo^$ L!F^`u16XWo`4=`T4e*k>x`~ZAR=>xRmoDVRM-uVFaUiAU!@p>O({?vX5eA(qg(52l!1fAIHL(KCT9|B*FBIpx5{ X@t_t3HHWJ?10O@52cGmf-szpD}H96I?+^y@`mBK7U668eDpuMocbS6D}?^%eNzd0zo<@B0en{^Dz-yNuvRoZr{L|KEEt $gc#MPW_7@)8&D&n2cL9LGI7}2r^#u66Enan;_4}D+x0GJWNpdi<+3=#Wn<)-t9`TllLD8a(`^QR!r8>4uU++&k< z0u;1n(foc(%!UF_}L_f{e$@2r|F(;Cd+U@%2#tn*@2hJ|TE2&$I8uMBZ3QkjHb+cudyyMRD}UcfT7G{ndP ete;GLFD7_&2|?z^ez894wSeGsf*Wpt_U1Q0zs}qMB(6H8GjZL+=BY~C4x+U*V+(p-3?Ly_=afrMjN8Pf3 _j|XHyN|O5+XE@TLvX-=jA~xsx^oKC}~Le49&<*U$MH?;4G_NYg){`K=_#^Wk}dOh^7kkm*$X2Qi_K;|ZQda0S7O czkJ6GatC>hrp{HHi`+II&LHM>!%w5PY>A`?Yo8`&(G^O#`rv~@a2usZ*Ojl_P)O{+WDcv&-8n26V!9vO%T4}CP@ Ed4c~MVq_5TR27TXNzc+1y_Kno=7JZ*ckmZ>DH$gcE5oA8UL(5sR3Fg_dO)&pfYP{Dp{o9)UBQ1B8hV!Dw_#OWd+ P&G25O3U%P@mQxA)jeKLOIhFc4)kA{eH-gkYA5}KT^{lPmt;OX#{y4y@KFHgjY`!Y$VwG6RJ1Ct9}~u-lPFo^0S! i<6Zho!asUnPA@Cy{f$J-dyL+%-#jM!frs^vdDl?|h7E{$#BzJ@)KR-A-Yr|jMDM$lgpTLweR6%wTT1B$QDKBC-h 11`yl3hASA$~S=M?_T;Fw3G%X@PBnD;b&e{zSIM@yl1!%i{b6VBT?=KY+)yPIOHg78ilf_~n4DCoeRLosg-916O2 eB?7pZahp=t|=*fUUcr-wV5d4xCSr*Oyy%K|asyg8WzQf_d=sVKLD&4j`D|ejSGRHxC0ndU_ b<(d)xd{-?uG&y9v7p8>-`H^&lW`hDndlymlQ)bsY?NcZ?~jN7}zF+XFw#$^5Y89`oGn|1}AD(njUxr-q48&B?ve 81ckc=pp~;NxZldHo#R47?cDjC$>+@B22R-tEnbN6nxEM=CtE8Tp>yjC>b2qrJ-%KGF>QdX6CTE9;K{T^lh1`R_F Xm)|^z4g~7>~p#d>^iGcZGWqIJtxpNE{4kV+YPKUdiQscghsMWbBdcYCt_Q7z$21Tt2+~ydo}C1KVf`sFuZ`^#2)@npW $&1GD8a|3#)Lm?*(WCa*$Mk#{2nLBeEtUnSzoj1w3v4V&+};*hcWxcWFK1Y_Gd7!!ahN?F_5JO1%!BI*UQh59f{VG_gM bHnBtehzNsRZkNu;|eiF*DyiSnOGVt%|vkon9n2^I)$Nu9^?+_?lvWb__t16{eS9pn5|JMiqacI5Lnf~;r%XFKxS G==hZN&!#yNrCQUQiy+S3ixqa3Uu+36#9Qr3iRjo6w3LfkMCRgX#cK0!YBE_lY@Np=cNSq<$C()mjN9ZxBWWMu1< n1kDS&4e0{Y8^!Yu7-zTP%?MVg^+=KCy;28wB>jM5h&;|ZtVjAI>5@f!9$AiHS9(OSEfAnDV_hvIN4qMK^ylt5Q` ZHq&=J&iApx0LsWI5xZ8K~!H1cwsbB7^!T39|gyok4${m;oOCE`#L0i!0!ihpi __LQ15@`K!(?c<1;#s@11${bCAb6y@KH0jE{NHgT_N*9veDcPLSo;AqDi)Sq03me-u#f?*}pOPLJ(MV&2IF -w7~}XB9CHHxgty=$RtMFbvzalGC);MCA1@}z^3Enu%7SUgYwfopxejwfbKCdWIi @G3-j)JeSdKl=Ibwd(QjMyV*DC=F-{|TF|RrZ@;>Vk1X(^_q2U|N#=L2m4f$f%*_fx-&qjTpn~in!XLBGw)y+XaO `n5$95x5vZ=8d1xoZya@!2`Rr%&bp&%8r1?)?r$Kh_dtxpMlUsOK4nqCU4D3VizWq2P=Dc_{kp7jt7GS8qEP?dzV 4@{gR0_37rhm?z5#vcBh^bJ3534nx08I1F@U+F`)c)M4OX4mk{T<<7$}Ki)nJc)3d9cMeDTpB;|$TO5x59(XwTjU 5k1J<`>_e0_}|>yiF(1llq2Nc3OZk?7aMj|9Csk8{3FqS@Baq# ck`n#&+3jsKMy|&^CEQ=+I8$v=*KgULc6Zj@H>veI6X-46oM;{0)1{f8tcxSqcM+eKN|i1$D=WxFC2~e{PNLQ=RQ 9g3MCLN1;zyGmlSMpf&ch|9)PkDl@=Q;OSl;a(Te%q7a? +NZlkoWn2a6IVmF$B*f_~h}R!v~)b6T6|CPr&-Hu@~9mRMv5AC>W9`JABJjf|`5}Z$P@6#|o@12HzTI+Q5(^jWrT)R#Oy*uo5%#+Iro= 5QR(=qS%KLhQYbq4xz{WCFMKROfdTPfW3O!WKEGci8H39=p2j59F~kDiHoK6xg}eL>-e3cqs}@ORU*kpJMbFiv9# vOcjzzh8Y8QVv0r377egFFc;KABw$3&mE@!9C71J6cy>TJkK!P$_Jo5`3Kd{d~0J`SY>Pymvn4_qG>+UQD?Fe|~VWu6Gxsz3Gb)?}Uqy{;G?CPq$o*`h5Qqgl|TW_vz~|0lm8UQqaZb%kVvW8TzC5GK}B+%Rq;(y9{*ssmp*@ iOUh*bUE_*5h4GV$qcP|8eeRd({_w<{9$C;Zz9}m3=<8rQsFT4r(bI(n XQ=YsDxzdXDM^yKYD Sm!=ngm(XWG1|N9VubIv7;@Gzi@}#HS`7SKz8LABU5x&FOT#~23_foCC4l3WV4XWj;R8!h&$X9Ao}IE3c=W|m=tn QS1AOX_??iiZcVb@7zZ3fB5AH-g=H7+zI*y?1U)}}&s^)IYoAGypFJD0LOs0ExBi>=lfcG~nLqEK{40PeEWf;#*m jho$EC*fQXF2G|naeR=_b$i0|7bb%>|ZZO{~vg7O!kdu-HU$M>^{f=JKqO(Jls1ATqxKJde XRsfGKSb_2%Ux9hO!Tl&_G{FxT&+i8vn)nCmAGT{IxEI0a9su9b@F4OnJ&1l^N|5($S3L+h{OE_kPu%?w`0Ozc18 )y~82R5y@H(pam48C{lOH3xN%^1j81x3${u%RqqsM`VlOM-Cok@`GE}niI?cZf3`svJ-pr0SEggo$@C%~sY_5{|A RZpPZzj#vjQJ%zj9PlK@^$3D&2mLTX-v8U-FVLG^_ZRRJ@uy<4uaIKZJc`snTEqMX-@ 2MA{=Xr@B+u2Qj5&d_^i_jl!^b+X!@h?H%*x+TvA5U-*!AA)4e)4gD1zuh73fgz+E2z&qub`fry$b$jn^(~<2fvD by!chjv#(#pzR`ZKfv>#kHT3`IuYvyU_B!U#p|7KU*AdJU?Dw~rcRs=5-%!pE-vGVcOyQt6Fdofs=(_g?)|=nG0X +WYo1im$ya~ED_f6pI)o-F5+rI^TnEMvy>qTz?AC|p^dA#-8SkK44jrXp%5%1WyG2gEw$oB2eyp4Qky@U3w^)8Jw _1n(xf}YHJ59{W=?_r}nXkA8dgeT>&Oe@FP`e@DF^CCK~19}qm3$~)p8i2w5su%2 ~&fbsn71I3pQfp{O}{yzkh^sH~JXu-sNNDllvHS`oxbBZ~n(vM;3mJ^mh@QN ASLnL7%7m3+wjf|AL-m<4-V;&-euN?}JakpMCiW*73Dgfj|EFDztycRoD-^j^JE^EuSi1_bJA0$IoKk!;E*I>Ad| M@>J6oDDNL%puciof^K~ICG>zNe}(?}`YW`5y{|DoKmHncx%Jn;gZ&8ZLH#`YYtY{n^uO?z^gpM6h#=Sh34%Odo+ HTZdRfEY(Rd$d_~!(2tIF2ko$29g53UL1bKa(5<|RBg{2tM9~DD>r^Jx|0)mX67Z7B*>u!SF|6da1eb`fK YNUUD)vreA&^rWqo^G{P4d?(t)-P?ac8$=rW7bCdo+Zfh`h~So?#AoX$oOu$4%*pY;a2OQeghTmLXh_l_FM<`oIs G**?siAjUe``k$$#*Kb#=buM;%hX&Ud`bAlsS!N#D0ww?_DsAq08-9ltKhNv(@=((599u rA{FDmmmQ~1esr)Mv&L=1L=^EJR+(p0jsNUnW?zcE;&(Y`E1QV2o _h4sGygmEjyyX7${ycr#M$-~|=8fjE^qqCw8&eo9J7O2`OU;+psAVzO+%R4IT*F7lVE3|NKb&KFT-!6OpI7nM->I jskjR+e>1Iy6lPF%1($~=M270C?RCuEOH2ok7@1kd)Ac*o^RF!wwgclf!M{6k`EUJxVjl0EMBzWJ!8y0n2u{^_N7lf0>!(`SPc@w7N)ms(_X$3$dEKY*2O5`Yccb>nWc ~ItN;5#iSSQB&?q_J8D=D1iEVg~SL&Mf78}m=;$9rufD9&p&ILF)W;DE?)^t(aRGykzYeLp&evw<)1J3VJK-y;YP px<^e*wWobzr$m&U;78ek7?dFYJSJ`gUuD6Kis4S_PnoXoV_(pv*vv~z1PKXw&>>+=V^_1CP89Fykl!{{@MNGbId n6?^|e^yENW+=zSvnwx==<)Ub;Q{)oc%qTh-doQ?jQhcgWPm)3YJqw%_y()R{7=O+)BfkpW?N7ipDQe{C_Zg)bA;S_xk-^4Ie{rPm0^E<^F`?U0 s9osJwPPL%&@$?z#>RpYPO-#B1*;`u0wZCw6Jez35*pgk7YTwccHKxeczFO->08XVYkL`4u2#1 <>-C5mc0w(qSiIn4|a?4SA#P==8wNs$p4a*U&|8;78_&n90J =hyI)xdt;{X2rf-X!<~UKc6NP6XfJHkajR{^n4e1Dx@FkK+@(fZ(6#w_91d7d_Zucj@~C%KMoboKqg4VQre;LPrb?G |#E$20a`_XCh{WUnFdIbHRWSS9!?ef8lC-f`CU{lV2ztplxO!MwCbcKF1H2kU<&JnRrzlrNg@M&jkrqS~UjQcU1x 8T2B6^`l0cCf@#(Qm%yeMJrI;Fsz9uo|4J8yUm-boQaqL+P&9JR0eFXq9=8r1%~5Z4df=pXrmwvJt&&T-Is*hMsR H$o6)ZYdG(1ou~EZ{d5wSaju~T=Xv<=WQC7YSigR-%Vws1ruP4On%6@yoS|U7;-#AAP>pkG40hwcqW3K0C-d_Zwv (2<1Lg6P7|y)h$KzE4e-*f0e!$HU41)Yw6o(6mNqXagE`9m-$9b$MVoW_4$$-*i*Bt{VRGtsEnuJztc5rIeq^l^B)?{`qgH7A4++XI4} 151L^s9n)iccdF?~*tMr+50T0mou8boDr%;+X1i#adZMWf5z fJAOGB=+0W!ld_dM2^ZyNuvjHF{p1;0*3tu1h~Ld+?5BIzivArSMfX@H5j&zb`2KpY$83W%4<7rHTp`!Sp w;J*<}H#IKnKAxp-V`Dg%u^ENO==E5q_z5IM_^R@KrVA`Ya=P O*HkbP#v`{As}7n;u;%Hxq5_>W*4wY}&&+j{+k!fGjg1LHY`rEB2p#{4ZUtJmxp&ODgE>6GS<8k~pVzvJkcZMddU `1;%rTBqIV{pUJa98H k-#@ku;s=;}XjTjf``JePWs0L>?b|<(A#o0mg{gmD_^xIqOdN}iSG1fKV@537S6ym=}Yxs--&I+2pUZ;((Yo0q%9 -GB*mZFz=Gm5js=L!CW;D?$QpP%48Zq~cA?(=n?YcZVDa{p$=WcyL{?{ 90{SJC^6JeO*4{+0i3G3_IGG_O-NI2*IG*8j%@kKtVB2|>0IV?B44p7*A>1^RW<^M{%r`?}%%vEf>m8!6v;PF=gSZr{ `QwJHAO7|wjMeagw2&p{M#k+!Lq!UogxQS{rA!p9SAps>T}`5&53a}4Lyy!g8u}52Ncek(3ez#3NW#9SxTJsd$cZ`F(L+CRE0*{l2N%tZ?2T+NoI?QVlI&{Uvx;a8MQbml+o<%wF9wNRMa5wKw%m3^= 5eD-M}dEckvA&xvF{pGi|wsnuL=y_Cg?0zc!o7yXpeb;-6|N%|+==@%1Ka^8(H&L&1AXD5>dgfvly<%f;Qm8eU4^ S-n{@DC~Z*>*oMGnpxwtY;?EnPeL^k+SddGkNLKWDuk~sZ+9PN`c1n_g>B}UeS$B@u9iQu=vnSdYFU0oFbL%<)La yP+zsr2<&hMiS}G~o(7PbnJN{4hCF7;-o~K=DIb&Bq++f>ak8cEHot(Zf^;|4xWM%(E2=)xM%|RAe?g+)cl(@%`> ~MgmQIUjk^yxeA+Nj=vUL`c-GqD;y_790*rzVYWg{gQe8MC`xAv~eOwv{J(Eg@|7ELCZ^b8(jH}?P)Clm}cYG5)N NF6(LV15`6W_+Sgh}E652w}%lvtiujIt@)G;#~#5W0%dlip6}>z=5e`H&4iHdsk!DFAgju^Xb&URIa_$O_N5Dc;K &1W}4UL!zcw!@kBflZ|K0}utu(spx0QG=gtPM+DyM*!aLFh>hD6Xhmp^v8{AuM8NvulFPLn}5CQ3PS%VKnOs6)+? |i|Zna-60rb{~VeyY)Q&t#{7Eostc(lUcn2UFbw$y^4_&m{AK(6eF>XWE|227Y^~n5KzK#Hpx+lWG_jqDE-eR!V1 5kp?u`F5psmsJU|sxomp2pP1M@HL-PKkJiz<37N{}rC%sR%CDo8Nu)buju~PaMo)D3$zq9yH%{?ouC>$5D_1SXs{9?B{%3xDN{5X+l#bX6x+KvSw2a_$0NrTYU2q4`d@<2Uv>WrUcUKKhU5i)7 ;4X;OWb#JzZPh8EaTrz~e&4Ox)0y@FK52C4zKWuTy@)(S&Keau7No$RGb%hHgSr4L+Lo3&E|rrfI9@|bi&IlHf#|x>PC@5*E%7NpVJ7kI=|X#kJ2zL-RTPEP(K 2Wj31?Zyg2qEZYh${dh)=I=af)V{Fe<#L6Gy|8Ny!(b&g6RdW1QA#9__NFZwzA>jZ2a`BgvD$J~7iT^iujF%@mjA LcfQ&%O%NTDytD%OcN>2>q2+Bvx|7MOpr5do}^RS&`n%GMp{&Ff&#ygPG)q@)pOQ@_QVMY%s|T>Y8UgIt45u3eBTx _VBgf`ovge3wlm>cJ@GOXqUIL?yHggI+RpRL5ky@2;is@t9*47lM%2WHhbULFNUbS3-fIU<9**DHy$8rXJMA)Yt8 _Yyt7RlQRgh(##|Ty-3e;-_KTlN+LVDGh7@0}8&k)j-<;Lamgh!IwXh|_qQfStV UVI|c%S5Z-wV8c1>ry`9u<33=CBvAu6HDbgQ%R7p*hTo8CGHfT6%|-k33AkZ`BEXzFKMAy0rQCon?!O2Do*8O2;)(5a#)>p3$ZULT_+JsPkaAqK2Lc1!b`drf@0&60!wT@G@|4j~u*D1=CsqE@x0xv#^$#K#ymdaTY`VreM 3<|Rr+=@2l3yYyxMvOu?*PFAhcUH-G*h-qcl)66QAiPf8Hj*Mrc^dNOR4UEkOrn`-EHZJk1wwRV2^xcKh-*Mi@R5 ^)5U%hjC`!x)P0$pzQYY6$=^LR0`DB(B;3Tga7%Aqua@me_C$sVqhLh&Ha_GvDN$&MRp1|sKIiTV-)xJ3B<1A`6iY1NAX4tI2F9%~#?uvYpa2sZW- 3CuA+~j5RBga%H;KaNj06Xu_7bq&W9;Ql-F(h%ynFjUj2zqzN33kk=y!iNfjm1;U*fvJk|1aiT>kK+oq4QLkKh!| a5$3TTAeyOg8E3J69}`ar+7%J%w!?$7kgzLEToIfyG6OmmK?G8X|PBl fi~${2_!*wg-#5QU27)kh}3s#zAjDYf+*$iP6hsc*501Ikk~pemiRzC-G #mm6LVO){n@06+L7$A6^c4ZXgRuT2gf;_}h>+SY9@o!)O!iWTB~v5QT{nQMDgTnuyrVuV)OL#_Xafui`LK6ryDmGOv6#*}?OmVC >I3z&O-Ac`>^99t6R&rHJBoc;}M%+&+V0JT(kIFlmx!TEmsW7T6_zSI}E+^r!kjpo4b!gGgmWbD#Vy9m8Q@yH3nR G;}A(b#?F;YrBfCfYsLW*ptWg;MY-|Z_dM8#zN=8}L`Gq8J$m=>R8SKi&QD)a0dO>0oDK=q%B$w^d6Cb=x>lDQp@ RJuUzU^X-;7E0|!p^73dP?Nev;_u0Y!abPfIE{-<=unA}UAkZApb@na|{+c}k0lHi ?xV{bp7hd2397kWhD*t0E0$V39p6#S}{!bkVSJ=h6@mgX&Z3Qk$XfQUMY^gETFj^$|U)sHpv(AS$Riq_^5Ol+@lt E}PX=5SbBD_R;z-#f)zGxF+JY5R`-)D)^nH4C_3yxoktam?Y|%o-HeMwpizENQL=EkWjT$RCTk1<5Wh=fxsT>+rm =n%4USyI51?=!gQ882O}G)huLs5m2nnF+sO7@Ms|;c$*hawpymDYdEKcb(r%e;yV0neF%(|KWPul+kRKk~;b?W4x z_EAazS0XO@w2fdcA&8_B4{=E?&iEpyE0;j22QFydpkgkJCvA(U%xBt!JdzHoud2md3ELpR%wzCo&v~-#xj)3_|y$$T%ZJpf#!}BQwOK6hGW*5v)xTLj*zCsS$=NEmG?= ;r0akq>K(Xx{Wy*2P9!1*XZf0o~I6>%T!lx@T5LVeBG`L<%m% zbwfs<-*WvaoNikmLGo!|({1`r#eQp1W`b5jCh3$iH=)F(G$H^1=40p;T&uLW*e-VCeLJuxXrLc`fF+=4Sfedtj68|aXM^@%|;LHOOMy7*aXlbt<-6#F>H& K?IP2Pq5l5foQ|eoJHY){nf*;7zAQVA95}A_(tbbw14RmHipnRR}zOJNe(c?;5ja6gM^quICbZq< q%`7c9Hu4iQX9^On)Pu~MO~~uI6Leq8g+RQs~B&VhfPJArlAA*(=d@}hl(^+5DAu;|58T>iCe;`v)-3&EK07mgWZ#FOt i}QLIWteTf5_+1}P*!rN3QGrj*I>V$H&o##J0NCR(bB;BCFCeVY_DTeQ_^wx+JCT?~mdWX)`{z1@eD&NZ@Dr(=s! kv8GqXTWe(%wCO-5Q~Fo5{UE71|7`KqB2t^jc~NbSfb&WsUQNZiPFDkuASq4fp&Uo|RcvlpEUlzQ5vxmS>7h~jpbTJs fZyPjtSH7=8OndY{17me`VAoiWiNHH?(N*XxrsTa^^M0XyPNr){}E(F%5&nY^PAhklq|pO7ot1(r!i4@OKn@pu)% gK}NVTu`py=o+LLliHKCdj%tf8JR(4=WY@%8jq_d?nArc;Af$7Fmdb`*h2rK8Dq(m9om2;7+QZ6Ev Ix#H(}#8!F-h4r)u?0atPBRW7Xr%hA&rAOB;44qK*CAN! W%oCQt>dCxjkW6tx&L?i8!9T#IHiTc&kVoZs=}GX4&~tOf3Y@6S$p-U5v15U6YA)p0qpDf2U8#G)?eDO7>d?{Rwl}cQQho9I31VIlsY@5)M( B4aDkC~S^rv3%pAupPw!eOf$|HEaZE;-Y#GP*|8rq$%7v97csrOfHjm*)=fGLI=zJ_?6^$ZT9@+)5o`E-FDrQBZH nb4#a10XbEUJUQui)hq{|j^pJHXMgwi(TTxW-3SGnk*ID|!m)BAb;LbB$GaE0Axy?8w%YyY({MRKfBVnlqxhr~Rs q(*HLGLM{Jbbr9$_A#3cJ!e8>1EjMr_z*PN3M)gtKw*lSGh=5y3*NQ6X_2&vrjr_1^CR;zq{C#FK?6WaR j^bRRt>pvz7EeK}wZm(!*Mk*^ZiY;n}v#B^#aJiXvJ*YCJx1XV>JVWCc{AE8QFM4#aJs`>igGr(;`XB lorvPP{TPWMpMin8YBtV`93x1BD6iKR@f6_^+JxjdBBxRId(VY>aZNS=bzs3j*B`>;uVb`v- NLlhw*|M#hvvCbXX6(T#0;lnIAmoQ;0F8WrtXm@Na>vfmn5$_wv#5qH9+X^t{V1u!JlYx}Jt$GzrMihqW#g~x4_# m>lV=^%ndtamD-#>ILHqKGLa%4gvm8ckkm7ZJ_F?y=@%y(~XxphpYhaVwXLxMq}0GP=MYv(F52W!7F@rBDMSg}dc *SP%+{|DBSET}Tls@}_kGyyf&kOkSoBHpTmVRHGwe*GcHzEhMu@jE8Fm!4X`ePbtHg_tR3p-2DY{k Sr1CW)AK>o+D<+eURN*HCef3R)(X6~*JpL(K-hKH;j|d`4r>c+rQ`87Mzb6m)zdRz|F9bI6fQbvsKg8-Jd$SBBtV mtyl>h9SdeFFXlq4Y5mkcQ09UV*U3@$g-ilzT9~Sy*HCGmE `6{XcTk!zqj$DBqZpJja6+I05#v8C_qm)Hhzh+ffk!fyO>#Wa9L9~F!R3>=^>Oa8q_Mo}CRwgPbTqV0G4qX+h2|M Jcph-|f*x2!!X}9ZmbYK{lmdP0HT8^+Y#(Eq_X}*L>0zVJ6?V-W@|p`pA{}0H(2i|9uh|&1BwBcBbl#_cwd4&U68 fDlFl*+c7(jbH3B-o;p*I1GP*zg~5!}(C8HtqmA)iOAv8)I^3EdX4#3_pt+C5e?eZc`+SiW@NFmsvBW|-bR;MIYx fi}M}(Jbd;a>f){&$(Gui=3&AI;tqLStU+?;#eKWX%NGL20pJ?cIGji6<#*lEbVz3U__farq5H%!K2Epj IqD@SwT|*Q`U1NyOvhb49-?VaACKi_C_xJw#*0L?(!Q#Mv+?9l7vaXqAdZS-s%f@OPD&{kOR)d-fu!@f_}gQyfyF ?>y^CY7i}YR-QOtbAl>}$P%(TIJxRF>*iUO7pv{u13#LYTaDF%1k)mTWSHW*8!+xlk`%T;UE_oVXP|SCHhP{b-JK UvvBZ)^yDin^>DEMz7M!|-vS|t5Rv%p>@uQg&{RLfE-0Fj;R92OQysRDIurR7&JN=K7kzmO9l`tgTmd>P$yIHYU5?H @7bi53F|B{#q@#(+TdZt3kWM+SE<$Fo;N)%C!pfX!K=d?~J^nJZSPaz%1L=jMq?oUTkqT45QKRTzOUtxr3iyFaZR 4c@tJ5f^yZm3G7JdtYI(?Pn6oD*g8pPdK=J6=}U~PLULK60*625VJ$GZ{*#V4hl36l}c@v&*)Ez#fs2+Z{tFkVveas_!z%n5#J5+ki%2LjLo|RkK_O#j65;J6B*4fl4WzV%3#=`8S@oq v!z+gl@<$WA`RTkIdkcsr*>ZeiAhYOk%^TA%nUa{>_(`Rosp$hddA{%l%e$YFo6g|d ailRmO^h-8lHqWYr@ds6aXeV<+qhOJK+>36lP_4WHnUP!`h8D^%^-1VkI8$GRYf;iMk&et9s|u0`>d9k#qF4oY@3 4O9C{Hf#apADCfY-PX&bqTRq&j=?*ON#!E}6|8}Dhu64@xi*m_&tU@pX>1E-BLnzm>)&0tyQ0*gEj_YMOvVxgBG` |`iW*i;MzHJ>!6`9XXzoKh~k+UG?BfWdT3US(W*iW(>O4~Ply&Hl}ijv6mmK7 i&kiiPb`V=k?=q!2eV~qsPA@I;KsNqCgixv7&FycguGi5C$Yv4sFdVMLr3UGtmAO6y5&lAhk!YIYo%gLz_4bKkR9 msN87CtE+eThrb)OA%JAWTEIrlB1O>BxBJ7DJTStl5w?0dq#3*{WnyqLKEOc5%wUSx?R*{3s*u3nEdI669%I2dv4 B4gLgTw+b(Z90P)f^DAb5#ZZq3L0v2^TB$`_9aWbBgm75e<^`IjdA}X!zNgB&(K^nS`IEr(BkaK%aSXI%nIAb=wt aXwpDx7fGE~)YW|ss(oks&TgfNi85y~!)1!YGmBCDnE0UwICs|q(i5-etXU~{@L4K!u5mdM`QIpn8S<>#j}-!IpB oh1H*5qRK>?-~x?TlA$rs;Mq9)XRAx%TmvB3LZXrF42)+DXWaZAUwU~E;`RP4p`XlW7K3hln27- d#hfCNnRhj9X6TNR=bbS6_IfIjU5*@!SXV;3x(mdyHV=@#5ixMu0L|E8!8<%+1z~Yr)+Mzbk%frxVO~tBw`wA!gtmb(ub5^F)lDtxJzE*zSliD{X^Yb(;z&E^M%CepNL PXIqU|2}>$yT6*y4G5{`J0)4gSc-1$6G}i9iBIfB_uP}TPsE^5qXy#BQ>v(9WsSa5_wq~E}s8=N>+W-q4sncp{Ks G0*sYnDV|4L7@lDr@{(F2dY$IA6kkvNmx<~RpAyOQDAAvtBr`IIG!XnE~=k4VyX-B2I|9X%_b6KhwY2F{>bk1gJq 3FAhMp6HFSC)Y%S-fq+|qE{fEZziL^8;Ljw*S;i^ED@JqC6ZY`BOf5vn@^5&jc_+)OvO<;Lk^)Lb7L5?=~hT(O8A ScmTi?pVLa+PnFlx$;#qeycyct4Vhf#=v;6^wiAP(gTx15CLkF%8N#fN~F!3sCF)Fmnv+7xx3HOX|9{UiQ;dH?S7 AZr#ZR|5@*73ySjR_4H@KukembsCW=7mNR<&vEUMb#}t)I!1;JvIGlgD*G;|4>&#@K=GxdO%1QTx|r7tMQ&QarV~ G&5E9BwL|U(885TX=!LXiMh(YQ*`{<1;(YG@Y)bxPhF$$r;T=5ctfJWkW#-vz5_A>##FmW~(zd>%&h*Xp>=;^pX# MxIoy9J1Ow=E`d1rNsJ~t^0tlvq-#SGDvjI-_85#m*uHwjf;$E#a1*v!@7flDi}ag=Mc6)HulVuGs~636JKp#?d1 )JpA{gyUGdjqr983OzUxlF!}DktrQ1XG>|f@HExx!ld$D;(b%)%5>JT+Tx|vB!hq$@o*?rC?@!nVPb;#;bYpsL1O Nm3xinkDa%PatN-TARSQ`?4MjOe$d|YK?)0yrr3L>tOqxUw^48MA&%Wql!()x&5Z5A5P=-NlHl@0@nQR-E5*3{K4 uw>hWf!ucV+70I6Qcoto?XmIOA>6~LeJjl?JgQpY?^kllQq``t~Ykl1aE8yY;Q$fk;{g@$IQ-w9PsF6*BT-lBxm? K61-^<8kXpZRlBbtPI+1X?+XK4%@AHFiGz3W@F6*vEfKMVSG#E0PLEg@8FK^2gvBn-gtO+fQ5upkE?CGFLp?Qg9B C9G$6L}t87qg4ZMm~RZ63v_rmFvlifp7`+Fhl6eP}tERKXde>Dawg?zSs7R@<_VoCIz%6^P1m&LUZFlpsa%=t+yX h{s}HP6OUyn_vV(#xJWVsqf26BQ^y>BiwQyo0<_!_4R!3sPVg1-CoEhS|+zzu|*?SiAdwlS%8iiKd{l%AYaBTPj} ub_dvL>XaQ}E$EU#Eyt9F+mk+Q$s)`X0{B@|aZQ{=h%nC`hOf_wDjqeU)91?oQcGPK1u@FBc%sIWuP69XIi)<>4? G~Sj?im!gz@$l>N!e*&H?R#EC$?IT+?DHMZJJIV%RhYZ(dxcTlrBTthDn! T5{cEQ<#~)9h&AOCud1?t1fg7ZkN6f5YdqlyO%cB{GP#X%Ig{^7*7G$6$*6$rXL5PwHH{I1QrLEPbANR<1%x>|ZK 9{^%tmE0Qi$fE2j|4z06wT;t16T&taP>N*^ixhEVCygkWoOp8D#4y7{)5GRa RM85|Wu+k4!(@>JkS?QfMi<*0nW(|DJ1@XA)!Y*%p?k1AOhGFAw}*8!bVv`yGcDr!AULd&%^o|^)|x~r&Kr?)L#q ;~^?c*1v@;ZJ>Z1omOew2NAFZFwNk&1bgrYW09KwgLbl!R>YD`!YhVY|!Fi*jb57Uu%U<2hz2tVh@=|?bHs2Uf>> jwi~3k+loFzVIT-Xc-8YFgID#NL&G*3W)O#~K&enXz-o-8POd4|~})Pu6jxsP>LrjQ8Qge7xNLZQm;AYW2 aq<&!YWK9vChq4A;B*<56lr))geH>ixV3X4QmRzn7gSj>xCXKUR-c_Qfirq2-=4*Zr8sKyb#ijt26H{a dqfjPyur?_S02L3mqxThsNjto7YZ#ttbl#jpbKWz1pJ5U_ J4WxO+zd;n2ga*M|LYh$V9EJzgKFDP{k&WS&@I-`gWX^k_0buUDmUO^J*^^nHy~$K~oz@Wd%*|?@uC?H5mtZ3060UX9(eeT|7VJ^@vpdtjGR{#1VFM76NWeT(sYB~UsS9+`F7Uz5F~nxy!0bBcPm%9eSz(wccNt8} lI!dAQ$%2fJS1Dw^!%~0-zrZ?pWjq}7b@E&kT+N}{DZz|H)og23iALin{HysuGk~4GZ6zbXLcO^+ecbvZy0t7k7t iVVSTVfI0Hqn6MjSR}q4O56yV0_uKG0`jzU2qu@EBRf#~RDqYgs;ob{Gy7(D5hn2T#{bd|vvnRmMKsoIv}XljQCd!5VM0V{ueEvd?q2H%uT?Q~&Ro a)p_v0L&8@x@k|70Sk)3egZ=^hffcODou33Y@{}bYQm9FUMi_aIuKvcG;-qV&=!Ub8ywjTl}s^+QeRo%&J=xQ9!Y mCtJGHP3kuVo6pCJlC!5*ieEtrh$6)m0MCIZ=2V%jR&ggcgT=kW&6zEPt({Mh>MK&v=0M)IV8N$`|!%(s8per^jz &;f-Wj`-toKjBH-1F)%m9LXRm|%FfEerc?ZNr5 yc8y_&f5@x#W|_m%CJc(bTCtd0Q36>{bMQ?G0)C$*}Ec-#~cx`l>R7aj^xsaS4C+oy3KUY`jx?&G=s3*pNzF&_9Q FMts7X2{)7;fy3=(OMvmF`^q%D+btcQ@`jHO42&MhsLoZfjrPky&?OaGC7ec`ls*1z$S)_gz-ib4RufNn=gUO6H< =-gYXM)ONRy@&IfBG=mtV>F1OI7XB(T7@Y*NGb|75ZIJF>}bAHPNO*NiDO#pRU0SsWPb?~CzE#1Rep%+XW&*dlKd QaqT{(dkfk{;;d`+S*3Phl!*KL#2q4!h;#tQB8c#rwJN*5NLL3AH?=UbOcO60O`2qSlGs-%7r16|*(F?Bcb2&E2a c*AeRNPX#`aS=94Za!e~I`uRr0f^yUFTjKWGx~a9wqgt8n?5R)(x0ST{K=w*YIrfiHI>~Ja}4#34`N}J}eg++U7Se28OOnCIFJmH8fQE)ElwE4&4zNP~gNr?nPmC1+WkCMKQj+psgSSh?yFE(8wGuThU}@9j&gS&b X0aj4+4Yi(%Q9RqTlYPnP~`j=Q#}OD)+QtQ#=k9tSR2V);QUY$M@FT*8A5QAKUSGb19Y1aZr*UI7FCg4iP*f>3?G AYQ&r+nOJ_oU1&N%l(sX+K3p0-@dqq437RwY4-6pgjl;*NYhKYK>&K+E{V-xe`Jv7=KfYqKEc38Yk@cFM!3;ChyD Q2w`hUjJhOLJ9+Nh|+fBRhM#PIAus6&=ONV!(e3{{Q@!-C2cH4}}PyQeOUI|xK?rFT4dzk&PR5amMucU(1*>8wO# Wg&BNT<_N-ZWDYFFpV3?z%Sx|XEfHXMD?yQi_BLj$ D^lnZW0q27TB2y9FGyZ3BryEs;f77c4$KCxU4%9p?Uqc-`(JxNpnW>hZZ%@@0*ZJ A=XoR93jCVnGFunq{X8jNca)uKOsa&&dtUx6%yAfmM${Ws|7Y#YSdoJp4+@A|?=Z|MA@Yri$_ot$R|CmvVdej5&{ DuK9|GuA%z49J$)HHNa-^N}WjtT^g!YlSH^~uuCgH|SwH_06K}e4{mS?35T5Q9a5fTGfWB $sgq}5L+tx!$o8Dp;k$vEXA%*RRMFxb37o6<+rq;XTMr)#4wL8Dg`u^-hoNY^;#p6v6^sn89mb$kwuX%GewwJJ)9 c;_$9mGAT>d+FgT8+Yqw+oVd%xk+r3s4nN#&JtnvMpqG*nh;3bmkgTmAt8Z=!O~-tvS=Bpl6Sa@fh$W|TF7ZR+Y& biKGM8N=~=d}GtznaFO&x-z6zyTv0`V%jqaB43@wPDYMh7m^z<}F9f-!`#-u-Ps^T~mT-`Ca=sNfucNWVx(I!`^-57TcVrYI4VOBG0szQ&dczZ;PX7C(}&qU9wT(Rx!hYTuxD{8>Y4t$=DyOk<3mLlRXAZQ{&xlI%gaP9>A!`6j!>RYa1DX6()4tR@u30K;OIUH6S -$nEOIB_lrA**%G@x1o`-rnUjDa#b(gb?r*o@j-uhRtPU`7uo-t^I(69db4f+;G3gk!zPlzH~^hw-43!L6!ar0=) 27w(C~&sLAd6JPsNqWob4DBRBw{wseyeRY%Tr}BEjXZ8wA}}<1mjn?@7LIjOQ7}BYv=vT+FlmA~vd(C2E1AWAkb# Zb$UI-tMEvj!6t;Fft-T@_jZ|x$8|H;Y|+jwfjaJn#n#Z8;NVGzNt8wZ;F~s;)E>pQX_2HUA~5j%F|ZN)|A=wF~eIbFbkRM==i1*9O}d>(z3{|g~tD;I%OqPsm{dKmc*EnaJFOEWbm8lhIK0be?6JBE#c $UM%7dB+e+z7^cIEcj^#pJ70v}_3~=$!&2cWmFvALbRWfCkeRn}LPTqnNYwYDjQy;>mSY!s`l)WOOGOdRi#F!%l;sVMz%{G2dVIe~e;p>OBlf_2|n4np`YCoXoS)%R !hAz>~e520kta?5->LSy4ElRtGTb+L5W&?YsWYa7We)EKJjD8&3qKI#@WO$y%oQmq=lYXJgLTJX5xO%54F_c)gVR PtRPZ;qlTg4hj0ZC&Wln$(EP%&!UWKUX_`}&BkYsM0%&l60gLb~kmQQ$j6TkXoAZ__U#E}?I%eoXR8x~Y=c-kxMH ^0kr~3yE^ubDjc<>`{ZyW+AgcwYcHo4LR3kLS0iPC0mpP1M)EXw1O#Yl(J1_QL0EKaIG1QX6%JTCKczBiJZS)|0(XP=GTmJ|G?QMXfqykQdsVc1&b1=(BL`DXxjuIo5tCPAhhr*y3W;-YoP0f`qVwV5qb%ak1Q)cVKmiJ 5qsOHvpklwnxc|6W98s7zt#?_(`B@ebsJ})d(vD_xd4OPp=Zow1<}3E+QBv>SN+3dEDE22Q2)r`KuxJFusgv~`Q2_%S K}e9#j|D=fQP?QN7{4AC5U5j{Zh`)8VbG9GLN$QUb)G{D{{zhh0TzNh&T!ZxMyZ1Y88!(i{DVQ0_0L2D))vZkk*6 E@#Qyt7O9O;n|8Xkn*!QYh*0ovtykQxhIQ1+VH&D8yuDF^(Ke5?AA2^uDpymtc(sj8;O+iOpYT*$}z;%&SXVOfxi !fKrSISPIKMU;1#1>mK*jeQJz+_A(<~)u_c-=-G^rn(ZXj^-@JS{H-kn!dRB4oF?r2AvaW6`I#g$|O*V{){k~0!; i|_PalxQR=(5x%?-zJ6pb6g1*FOoWvo%vPn8BtsS+iSX_kQ8$Nz#@dS*^F8$c2w0CNHoa54N>N7Ew%)N>(2jb7}( `9?L^nF)N~y=iFHj6S7)tKrgehKIC=?iwe1XK^&mvlUd$B#|QD|-w^O2Yn=&EgkvtViFx(1+p_C93Eq%lIA4bB3Mg@aA^5b{Y3v7~Ygnn$Avfwq~}>7(;Ct@GoJg9^q^bHXOCwpoY nH-ejs}kOB5nRhy%pAk0^G2|1Z(OdmUM<~SuuETw`piPcyg9g)pcr3j8Hwy`|Aonnr&DC)l)TWbWNiE-r6#<$ACB `P$L{7i?vMW-yEh}wR2TGelpvikitjtaUmCr2C4)>c)nU}B!p>F27s$o#a9uS`B`6x9lBl~H+4xdsOns&)*T)q=q 2uJ4S(!xDO=OW4A)49l_$%Jb8_INLS5N`iR963pM&{#lS#xpuV|4zHRQu0mYfWd&vAG6Jw7^oUONrnI(>o;b33(r 9l=)>;F?4{xPnn4Qw{Hn%w&7A6sArs`zZ4aUM%tlaL5N|ouXqiRwQ{+3xYid1KhRN~w1P*L<%VUVlVL+3-NALF&H YRoE*P@-}5*juO+#A$8#MGT|SGRyih6A@;PvUIjllwQktmpd3phu01_Cag~d(Zk7U66f;YurR4`^d9>DwckptSbb h@!^B{}a?lTvGiT9*VBf|BFuY#b$&~fej@md!%5IG8=ApoH1KhaXtkMJTFv}>w6(`d0K3XzhztU{sO}z$Ek<5 tQt9neN!qZ7{94J?|^Tt(@FAhfG+8D|@9$hSGZgn#)3zgZjgoSQ)L-(T8^Qlrhh}$@yn2totPH{c{fqsTu-w+ggG cx3Jh_=j_JItI9@@KK?MKqN>+LENoH*;pjoE6jiVsS?1KRyRDMFqGZBih?qIfoO|DDjzf@daOqp2~GymFsSbI`c@G?hi#ZDY#rSp5cMl(L*ZF&>VMG*w dNHyhcR+wcqw+pvgIEBv~IGkyNbX))MQLxa92e|;j#QCD~g?&DTDnI}96jGs>w)`u;(GMxqWo>*V*Ypbdo#BZ6US|L`+nQLpV=8N0htKCLXcJr;{mH fY06}<=WKdMRO)Rb6@SXcd_L+!94a=ETKA(M@(=fBX)xK!2EZWWwtH;-%;ZEk81(NTu>{^8xCQOhNxm&~aGp{?bdS^lt;onXD}x4B#5@B;4~q>&3zf*HkJK4O36`Z6&)6W-Kxs@UZjM|T58;hHG(ZeQ7B$!gG_I!Id1q Jem+rXO|sdMcE}3Gul+BUn)dm(pdGqiW(Qe;Y9)Jg1<4*m**qLYm0j}P4Iii=wQ&j#}c1@ ?W^sD?q#c$-;+w%KW$vM*-W#!XTsY`Rm(bnAqb-=|Z6RLnfk%HtP!r(>G>st>QyE?=1% y~y3*c2}};4Bg#HLV|4?x2w!UW~8Xqswr3;fBludYWnc7Q=jk~I~%JWws(q^J)nYNPRjJA(0TJz5Jzw-zY6XpyRG 6owC>-s5FrFAMXK0Db6vKbqBjFruFS465g$KgN<7sf##)IzbETO<%^r_lqtQzY~bNy?>{y`lO)P`8_gZO3S^q Zh6^n@58Oofc{q+q-19Ez();?H*OONjSCjP$HTIXiuh28dr9fzwFl8zU~F?D?^Qmw)`78%i3D?>a%HP)13LpIpVR ;+DDlZiND`Mto&yt3+exMxrP(83KY$|uiGQ{9pUZk7jk;vlu;P>aettv)SjSBJ5QV+d8|J41c3$t4EAt&k^E0gx# zQiZr1BacgU+*u<2nY{YMfT&2@q${3mgEO)aon2`|eAApBoeKJW#BsD=DL#8hucxV-cZ0i_utwH!iA-4INMAus!=O$|B2-anbbL%|5p{l~HiSf>e4RZu}!#CqPuwiVfL 3I&L3Gw0Y i`irwu`i5}ByD2e>b4!fl>=Hw(Wj!oz{NOiC_LJRBiIKB?j@usWnn^e23Z28^En{0ohjky+xJ`T{b`Kl)a=)eo-; p(t$b33GL>NC3&3BnHc}&AjVLYx8ty>Lzmu5;#es^k17vuXhjFah@Po^69)uSih>tb3mtPe0AbQ?49(&#_JUn2k9Jt91^vbvib&T3btwOO#bDl;Q89v=Sq{PUxK|7QNnpZ`3+^ Najf!=e~|_SrB0F1!2Y(VM@@etERp3(Wt+MK9^SeRS_&nH^WF^V8}1%XD>diV>hw>ZqDud<*D?%LVAg*L_C@bak} Ij_Z>`Z=(}HZfw#K$*uFV^ke}J*7Y=d{dF;=zej9BUVKM?yzKW@^zCx``kQq5`kUc#-`zBA(89Ffo7dIRJX`b4wD gx1-J4Q_v#P%M?))Wslcle}&KBrcS}n5Pv^c8FrS=&OZd*eMU(w^Vt3KDE_x|w^!Qxppnp1zPRR*;L{dI5s4iDGG KP}H+E=LW+)$0j0bMd?SgnGP~X8E*A*Koh^x{w!oMNgcS3k=gD%du@)>U>u6OCCuzq4Sr6^ufiq)a50=UvHL;{7a %E>Gb?`y~5ngs(dlV%Z-HDh9_!}9;VClGx*0xbm0){Kl((YtE1{>=He9Hr<=e3>K~ud$xwX%)gRMdW@pJ=npdcML IY^;d9;29O)ApB(;3} E*RFZ!%`m}hE`u~lX?`mj8w~gmV_wL>G<&_btMR?w+vAcZ^WHwUiFKOhD4*pP9d!ZIwwG4O#_k2T)9$VuF;>Gep#0<&m^VOr9fqs4LY ?NKqL{?eLW(HcC4QD4)9y#5BeB%{N9lnu9bp@{m-J4-si5i(wryyEGa{QQijC2uai!vb^&#|!O;CW~F(>JKARU{P65!)>qZ|C3VkYEe#G9FJ`FcH^c g*T;L872;$buoS!j>^~}oa>IkBZS3kDfvN++x%ys%qJ6#RZ{qS8+zf=K7i$BLfx#s0ZEu4Uwg8t2?=0GV2o7-q}4 BV0NQ|u*SyS?TXB5mW{*I$pSaf#Wt=fz}7@?RzZGlylX66@lW3?3xQRPHVC3OQpFmf3Br!@7^h;T)bqg7JhM)wvw yOM2!JuRj{TA&pqcQhSg-0p|4^q3e# FCUh8;T^lfotvb||_AV$igTQwi9px*)A!-_EO1y7QR+Z@14+t7MZ?gOk_aENF_;od*wg;qm43q)Bn@tp^Y6h>$G7 DOD}bPmiaSxI2+@L+9VcX*r=`L8;u5B@{*-8*DVkavjwqiYmnZL)-N(9r+LW#I=eD1cWF`88_L?${`7oqw`lQRzr Ajp@2Dk$&oZ+bt~=Bcu<$u+3{Rvm bvz5ywA_(rQM&g*by}ovpTD24{F~?LHcjB0qA>LH~YVqtKNTnH$FKx {|JX#D_rd2~X?*4Qcqwi&YwrGa8iMu|Pjdk?cU&Aar_tP wEL)48W}&MSq^LtV(U$aYpvJDkdnJfU+`rg0Yuywr&)X+orLkrr4(*@oU-q|g|7uA%JAXm(a4QM{1LW1&E( Kr0E-KBEPFs56=6I1gz(&{Zs_oO}>zNy;SV2*)421PyUDB4Nh^#$Uh1*l&+IwX^KgGnO4hUMV&=sw8_kUwEpqDLDJje8DD3^V_Fr`0_Ja`DmfH@Sw=%o&9pb0{&Mjr%+xW@6 !({GD0COI>+J<0qs~8oYF?@Vg#o9Btc-4|18>4JaiZML xDXbHSX!>KFVg7g-&~X*5_WKot1g2#Y-i_ZObjj+->v*4IL*tm`b!5d!mge*N7^(|>-($G~LGNG9Ef{J2l`-5#+< &qT&R^0JGy6I2c*j)GGSm=HC7KYmy}-ogqSkZpPc5r$l;|T`KQMdz%=AQwdGhgxA6g}bxBUd}J+`5Bh?+rq(B5OQ fcW(kX-rc1Zdo(PE4+udXfZ${dHXn!ys0k2ctHzjhJ!>b_tLB*b`>Bn?+jlnd7RecE(+_s;1xrw7AtHuE>|@#x${ >eq_q9ziVy?KuVYIjzLV-|kz<-yo@kx;GE%l#lccHdH2i-$Ee@caY?{L{f35d;=v@nIFHMW1U^p5TWJ;%Wwknr8y =xJ-BUt*pjM-!wks{|0@_H_UGhOG@D!pdU?2|rk9Tx6uoOZ{9^gjKUo2>FB84|8xwsJ-N<1WZ}hK1mdgX1cnR?9| oIkNppx-ZT0DbWG|T{~OG&Y>cVz$FTKq-xS&($#B8T?h)&f;7mUeHWa;7%bLYXbbZW7Viv3J2a!Q#Ge{rJv+2cmXfj>WT ?q}1ToTU1aNKN_Fx)w{E6Btlb$K-|R#4T)g=iLA=Wf6{xE{`D?r28+I=InD> t3o>#7a7Vi5K6lMaYci8TRU0#&I<*=}eG eQB)et4jB49k@m(0+;xiy-E|L=W>rW48$oNcPIqt^%(GmaErkrqZhUw?BV}SVUy>qK$(zv9(1T39EE`_w?o;@osM V_9%d=>RSXG}!zmWp#q?fY`npUs&_4`bo<1Wj(MSvcbOEDX=~Hx=;Rpk0mZ+NKxmF2vqH9LJ->92~bf+4^4)@f>K#=+30SKEgtZq-cSw;GG J!@-y3ye3tG_Ti=rK`lodw)Kg;O}-*gosUbAmu$o6eX$gKpY#Ipy|AL4iBhZvIf54|DZl^ffA;bBhrZW{f^f&_TO gA&`ho@|gQ_Xd0%QZrrbi0FICB;Yl7PfrpCM$x$2AlH91K&KNL{{S?3bZ*6{1}mpifa3|45S-^`@u7NN+vU8yoBg (Uf`cXkk;o$Z}6HU`r>DCKdHLXCV6oJ{=i9GJbgBVkPO*=*{RLqT5NA)Sudmnl9O4Dfs%E-4sWGOld}cw}S+^du( fht@C4HT35~EsLp{F@=~HPtFLhzmzGJo#rTDXZ&EK;j3<6^fISXbx59r1Wt mI1Nej@^+bYB3K=9FEM!RkITt2o!2;4tAFF(|3vd5)ju12>AYgazJV%})(ai~4cAdyHne>092zu&;9$uG-rBoF8m u{b>{g`@L}I49RtQIScNT5{Rw$)JOnR5uJ+2<^aGm9sgr43A$HvpFgc$uino2!OePpdLk~d$Y_wYVn@S+3wq G-#V;T|_M_^zwqONlNiO+xI&)ot!_mb8E^D8LevMBhf^V$6vg=jss1G+a8}ot~0dcIOLb*nFHrAfC)3BP=x0wr_(nMBfkU3u=Zs$HU`2*}m%=u22!sh{Omw8~r7Cu}+QK;;t1pL uh1KkEW*HK@g~(`C*d*SoSn+-3!VL`xYIgC_$(_^KN!a9>YXpnSDxb#ASwm>at<-`&FZj7>&rFpdGuR5{<2dxy`4 N)d;k42vv^nbhvQs%$pq2Tck17g$zLTO5_TM&*sizBA*Es(OWC}->oYmFXDPqz1l1;kI<1zLU&oXyorztX25p>`5 J?mU@4FY>y(kyoKG@mxO^BAcIyI_;a%W1;Y1WcDB)C9Na3OIW~q9D&_;O8Cs>1UpV;I91Q!GQGR8hxsk**N;CoPP csFfzK}`>+1HcKbPSt+?fgV+rUrSKgG)(yNZkV(wn)R`13RfW+>Ljw{lQD=wj4z{*$YUku_))el;=zJ=CH^Gj>AM 9|jB1ios%SUxY81>P^?Zuq~G)<9$ACnZ@F1-{}>;gVze$i#IRW*FsuNu=(F=eihH;TwJb%zbm0UspbETz>bt<0+( m0QfH$iFoFa?~o@O9qluH8W)+MuNK7!MZwKg6Z}z4k;I+a)#|>xu|tg&^KwYNYFfYei>DPkmVF)x*Ncp2W$Pu|r) XL|SM2ld!g~K3`At#Hx=!%=_K{Xx=O<>_nL%SgH(sF0y6 &YGQ+=Jwk7_-RtoRr6x-}ETG>AV@=fAznTeO0@Xr?c_RY&j*hgDxC7O^q{-hDCA{wQs1$H=kwV22I#SC0Z4vpzNA u#y=D{^AygGW#wE_PW|Gsql+HeuUVybKcyAv_%|8E0;eWvbk3!%e!q*;QMFc&jV98%kl(bVw=Sm1O|pMyz|+yxJ) _@ffbe1*NVy3F6@3S1b(7rWVvgMI5_X~8nJ)Uimprc4u#gq$NrQ*IgS6#gIS HxMRM~gG>uZHZ854?^W=Eks+h0K!|fiG9#6ut|h%Y HJF>(1bBkCV4Q$=1!tJIwDTWct7T8J(u-uo_qM|M14V$lthk=g=(E4694mkym)nfn#0Av4vrgElic A(&FMnJxlqsOTBbR4U~<87i-}UNX^Bgufn^=t>Xzo2n0R;@05*M7Y@?uZt3icVc`+HWp-C17b}Xmt^Pct1KFk8bi et+lK$EDHxCYc3ThpF{=roZ;`n}H>AdXs2QOU~N?kFLPj?#?mOJ7ZfKpEZ|KWZqNq|{0S-JXla)vLTtOxhR+unkl {d*fbYgj!_{UCH3*{wbQ1p(7Id4syWmCFyX@F%$8;uVptY0-T5%UFyV` 0xMn}+f35gUhflCJ!&gE=g)xj ^&C6XTMsm=Hh69AFF74?b{=u_(2bGz)exRV$rD4B;%oDf#!m$hT7;IsR*oWbmb$wgWklCuwJ4c{W#T~WON(E{kLc qXV5HOfAfwV6`3j-lYWo^A&5BTh(UFp^UgLfE_|x-e@E 5=3p>=F6K&B!GqR1JZ_(}pRzzj^t)`otT*7;oRNFQqXi{8veEA6`-3TTCsTO7ojJ?e;lofH$F?rPtOM4T>)E!a5# ?tF%V#7t-_jy#aZfgILq)ibZENjUJ&=RNmXJ^h@gx=fFXweOJ&Mc*-D{$j0dVXfySB)Oeq8rYDKHWy)HHyhROHHOyX-t3Vbm3enTdu@`6TF$}+|Llkddr (w(BlO-TJ70e5$Ts(FocM#Vcju=scw0`<7g{7S-cp_j`Jr#?I`lv0yLLokgka~z=w6#y7Q;@sEK>sS;Vd95f-b&} ElQO^^8PU7}9%7ijYGlV)yC<61gX3q_ENWNF;>SZ7#stOOwc?Ic!BkY Z-eh0Hw-2NQw}|6j}dky_q{)!<`eb2vqEgrI#k7+W%`6|!`JZ{qxw!#jC{gH}GZKB=Rv<86gn{R|rD$+xq0 >H7t`>jG^?@-cLG(*jA&IwOJ49l72zlL(eyY&>MZarhXMRU(`Y;azYd_Q82X3Ml+UMd$LC6XB%1{5Te7( NuH9G^nP4HyY4oC9YFX5!7`mOKPBYv2kbfN&83+Cvb*5*)2=B3%2lAS<1e?{A23Vl(8?WoAY9-#g(kdq%L5nzK_s ?IxX$P_wbu7%Oig)H!pvdhb3<_{3oa(H+Ck)Vv&9B8hZVESz1x<#jMi!=sMHj^(*$exr_VGdoJ#pOwM9;jq(A{zD L#hC%V6iXg}#nrs?Ey!9g|+38U;$WpIE=vQ9Rc4>(BuJ7_qTB$bVcufAOpf^b@A=E3{I>l4|kC4pP$a1 &+wBt!%`ij1=)3BD7NgYog0hYLGnQI5+*(^VS>dI)M@&Loy12BJEncbzOGesGJ%WAC+z^`%ih&EuZFZuH9t<+Jq* eKQYu*Q^bQRNTSKDY%RzFut;2bBLE9`1ovZ2EE3lmg+U{@b!CPMD66`2**8`K_2jmlVu%KC;00Tv0oAfuyWdlcdG xMlrPEQEo51`9eF7F^@n+<$Z0yn7H8LE8-PhLS@kFsfR-ie&gr!xy|BB)#ZB{>9k^a@rl7 HMy~lRba&Gi0St=mct1do7RW|i!M}upYnOCx)zFy&A`ji7K}m|}Nlafuj~w|X9RR54#ggv%9TBR}?_%5}flyr64i t?VUu&O6rQq!%-%RcF?Q8(_;)dOI9EHP2e;#dJy$0}Gq)Nh<+^-->Vg8-DI;kL6X8}2FlKm=#|5|FR7$|_h!+*fx zR~&Fl(mRs4MYmAbCAB5%~yh4ZbDu~p2VW6-c6m9;|)mqfkT!>p675%2y?}}fF _2-m`6EBh+qF#wY9Qo#V4((0z!B)2vcldhRY%_B-^i>_JX0Id4F8d8gTLTK#k+q3yl5bDL~@IFgaWo93Fc8P4ceI cnFsI%lHRY#l2%84x^eY8U9cqDWPVYzw1gaj1!oUOeKc ekt&Remq=c*dn_l>D+CILu@4=dZ)n0ZtHG6v_KyLPe8d&Sd^QYuzKgXq1eslz%7%fCM~?MuCeaBXBG3-P}AqHV2T!eq|zUB&J2r4n57<&d&m`!3Xb1EOdF286?8ILU&wlSG_!@U~Dld_w{hx%`3t{OA2E;oFW}2+<3IcQ1G YG{|y0B+DW9Q-E`PlH?dFxVUK2p(!D|ui&=bquKPK2UmF)QcImf{4%4c@2n9rpAsk2jpda`Rr?*k|LPwvgMuM2!H Rw^(O+#A<>2-=axG@s)4H>(Te&KD@53kjDGB%yEqVIJ+f$B2pcXHzvmWT$$&9xBQ8_M`S-P_r*H}Eo7{YQl*`F6{ CN?OxYfGf9cZ;2as&;H5+a%LN=W3(DwIm0tEOR (f1yGPB7Nf%SXV5r{Ek;V!$|46e);?g>I43!W4Vjch*`0*#P8hv3_g-7uc&Kh#h(Mp2s|wy`t+4$nfBntKpBozD# ))+QKK<{(gU65cKlH(CIq1?6vMu+L`^d?Ve*sc73`otc{~A-aoU=#>Ups2L^DZ7re~sJD=BC`GoKkZ>lga;%A(B6 CG5^>#nsFC8Dl3;O9{(Emq3%LSQ4c #T_73~MI_XNcQouk($9c}=BrKxFSzZn~-l9G*(lRvH8L0A255pDQjO-UYK}NRlT{4@_%o(ljgzlTXzUl~!fImgEN Mjc&jx$HLIY>Wdy-stGJ*Y1x&-5OWHq+(cCmG}5Ut9-9*u%r)M_>#9)s~|iyZNjZ}bvI%P>+*Or4zEpom{=|)G)M2F6l(Qw=s5pTejrTT&00oTix93&0+#U3Q_`moQJqbh{8r>^bDBS9j!r8&+!y$oG deEcJINL(J-jNY9DMN~I;3}Dr+5f&n`~_Gg3P9BGEGQKKk|LUSk`_kLY^t1I!eb#@xMh9Qf~#vUOPF6R@u=pCwRt pPznt?1)pql7RUacgM*pT}K~oUf5-x4|9rs?!gt%q7Fy9}&@)-Mw9rvg{N4~?~w2mQ7Zm#os0}1>Qk>jplDGwqMZjuluafuCaWUvi-wi7VElO8q@3F~|+&-ua4=_ nux#gA;;y|c|Kdk4Cf@MHNvZ5Eto%2;(~_^L?C;NkAD(ICc3+>-0!s=Gg;_E)rp{Sq{bQJ@IOlMLVesudEw^QKF( v|;>Mb-HwSIG5HH`lxwG7BAWBmvq)sb%i6*T-@)Xn9Ht%L}>x-Kw}~2dFTfJQjZRzp?4Q$9kHYk{>4K9qVaJEZ;#-BKU$1yi9Nis0mX+B2-N<;q@fNdK}!}X2HyKd-N{)A+zgh xUz}Zz`N7PMgdQ>6x#7Chne+}@f2jbFy^Y%awPWlOB(oBSyoy*9IVi$9v=K5AD47Xam4UYBJ_-*J?DS;1;c=0ThV 1r&%xbzG%5ldnvSM3%j#>D|4yr#@sA05=(sQ^R2{l~*m6ojiVp?%>I30)WUl)?j3)J8qpQ&8gq&_KpB5KeJOU;n5 K|{5#0R=Egh7;wM=7{s8ybOxqpYD*3+OTuSM1P@>ISS#dOVNYb&*3Ta!l%9D;5UyhUVZv54wjJ6UjX01=1J@VW?#BuN9_xM8*7qJpvAb?aU$M%{W)P@Q$tF2poJ(7SbMboh8g>B6{3bd!bPl XyC)>2@#Pbu-xFPq1z5#bIiQ!~^FZeC3q+#4r&iPea_pP)ebfbC;9NaK0!jd%^{Ni)4+cJqs9+SfsM#v_60(O-JqViMSv4d;e5s7`Yc5>5Bb_jgGgP_BZE$d4C2%o7-~$7i_Q=#}O!L1nMX(!|$wvY= Sw*C)?%TMWfMWwlKZCAZxQik^H@;#YE6L%2l1InWaxoIzv2{Q1=?9KE7bmOc;*^!Y^FI UQQVI)S9p2Sgy@D}}7|m(^dfqseW7Q5AX5`br?!#bi)AVeidAGt%(P0eU#xzWTotQoUPc4Q-M1(Z~z>(7`VF(F@7MuLSTcKI)Vz |T_e(L4ytSHkkPeF1TytGl>Q2`}6O60`wQ}8$5*1XTK%N7<|HU}101+#ghtkI#iwVFL)Y_1B%TP4Iq4pv^evg=Tnv%jbtH~I( W$NVpayc$n*a$lxA3WL(cq9^HbKWoxQD)PySm^Cci(MlQ+3v#2nv77PCPY7ADA+ LP&7~=e{MpK3=X+hH)Z+;qzUuC>*1QHE6u>j}pvQp22vCg9Th52LsQtB$_&%=V#?SiQAq-Rsr0Fy qWQn6k8Iu02e8>w27um$ks<&ol@$*_?XMi2LGF4{CJJey|<{a*(?6^O%ENXLwx=RJ~yp$acNZ>KYOrrCPMWh4=tXEtMw%zIr@ylhT3IUX0|u*zcSTS+SIX BmL|oZsbwPPA=S;sputzDzvy>jI8m&Gqd7-!b~j@%{SeoQ3C*OkGuL6%yJ%&H$q0k`scW=wKN=11%-@!*RoABn>9 5qQ;kNVo`<)R5flN!($W$J%jG_Ig`rKgnnvW4eW$qnTbIUS$U>0oL-?dLw>$9u0G#o=6Mg{@L-3R5yyR23o=ws 3qq}I_3ChdUgT}-6QWaKKV*h6FeM}KsLdG?#-G1>WBqdlB}>Hg>&cBj+0YN*J@TeqY~w-$6r+?r*>QTBPU2#Ae*7 NGk6xjGONA4+9Le$p4g>a>xmpZ-Q68)p`>;T#@9NgrF9?s04#xp=IN>}q@(YS&)!vH1#IP-6hnHoj)r?+OIg8rgP NVHun9SKhV5*f9mIuo5x%R3}Ue818nvA^tX~K7xpY@N3j57I|LK{JJF@Klkk5rMY?+6^H2jGbe8^84f4dwM=mH%7$cY>H_xh8+%d!v~y6(T!Y-NeheCy!h7rNVcxO>eKf~4^ijO7PU8|h@AeAYkzdo2=mX$zk4aQ$T= 2t-Cg4;2;cs^^V?r+ev7mzSzwj9FkE*3{A>*4)dl5E!_KUf9SkglW`?IH0qyODr6vKpU^#>2wgcPp82M_Mw=YJkQ*8k9leTX^sbBLlr2kyL>U@Jf9vR&G >cIX9Oe0h6uOgG)89gqLNlRR>sL{~$gohkmReM!@iO&+e{+QN#W)+pt^ujF^iNx>ST@ZX;Cw+(;ms(vPq1uvDf3l t?!m7q1f2EFwIEtiUMU61A&Vs7?3P+7WqJ}%I}#`IB@vqPqZCXmQV`&$8@=JRqzjqb6M3o+4wN$r9kw7t*|x!wa) c6wE98iR+f2N6n`uAl!k@w0~}BU}+B0Q-6}f^7+2;`B0P9CUtPN=NXp;5?DFQ(rQN7dzdaM5g?UXNIQ0#T*|Nv8U XF&)lNi2qEhoz60hS>kKvqSfH?r0vj}vS&O{54aXGDTO{X*>|oYoxQL_>YobXej4bmFX6jccq8QCpFxFztoVo(3$ LPBXS1s6T8?9=Po=xkp^iYRcIddtd>f+FfE_g$e_=g?Bb6k0l; @|OP_cp~>24~fHR@!ly0-Leuvag&Vn0zz$A)P%npio@Y4t|7`9dd8D^Ty4|4+Bv8p i@C#p*RDd!70Kbtbh#v|#juphH((Lg)e>k|xpW04%%o$8B?!9HJs+AvL N6W-GW_YvOFf*g9dNXmqZv(pS4Q{TM8x(_-n1%w`>kDZsw7q2mSlR-?V`_%NNU?x(moU-C$;rQ{PR?HXq(W(&=(# RnhjT4$!bi37vS*FbQNc-X-?u54eUL*9t3PLFuRp9JR-OdoRWEjR}<+c3Nu$XfuL2iBrt -k4fv(-*}Nd?a7KanFC`OlD8v+2KE=g+w}1fx2v*#gRgMgHeklg`BU#R6NB?yK6X%R7IB{m{SF>9gU*p5Aj7iBbt EN=O`UAp2wxF02MpOtb4q}1;-Aih`l@nRB0(pXr)=47oDHp?K%Ng#+Fr7($qo6EO^3YKNo)7d)M*RZgbVT++DFQT }5{?;k;L}*YjvNQNP6b0y8ydGwip6-%6~JJ`8?q=mgw)pKTJpHi8&y)97;qO;BWv=O=rZdOI$UDp7S)FaoTKMI$- iELWkQ7IU&^>6MI2yK1FM$A#Y`v-{boBJtMFe_|=_#{0@@p5fAkCtJ1OsfV5RuO*`MSICUDaJ1kuUbHW95HSxZ-M FHi&9HfeI%j-4S_0fAg?CHDh;zaWN)kx+1IQtQ-x<)`fv>-D76K0~vjT|oum#i?dnA&SW}E^mU(<%7`4{ff-DwS3EAd*?GVzOilYGZ_M#)bV4zXq`y`5tYKV^fv o4%z5tFy<^IWbvl|?thBetA0iu(tx?B5A$X)GZ5bNN42t 9efKje6ktGi}Swj8r4;fCK6Yy{j6_X7LAS{}z|?mSLcNq{$Z1wB3yH34xkn2D3i{r2=p7Z7~q&%;cT`S=689E |4{zn6?Ww_c1+2HZM46WXMKQI@jP{B90c`E;;ayM~zViI-R=g;ArcaOc _CHB@N;0ua`dEPs)f$^>H=cLS$hsoDhTbK9}{35t!R5Bx)&6PvXOI0-rA9zmDE6m9oN{j8}l-Qx^wOkm#y>lnMcm@J@>1KOW0ms>bM-7 Ibqh$j*8Rn!EE?CndPC7_)rh@=j1V3U#COzv*gG(C5t*$;&DOu%_o8&?*t%MMCofiFy2^JGeMa3)iI2>7?LvE&MB ?;PeCXFNXHVFQ1K^TKP%t)bE6BN1dRu>&$?=GTOmg&g5}pA*0n`;lTJN)ZJsqDXn(8>6 9R$0n2S6WqVmeXC$wi7ok5)4k0JGo>IWs`!83We34!eHn(WTF4tlZ!i<;^<8u0pzT5FX3d^m<@K~rkmXc^84G0P8 wHJ=6!g1p)&8NdcY6Z>cG%v`o7B@cYsvRTaUeo_*LN7NK-Iwkg@7F3)loPFa*Q$7g`s`n1%{ZIpqLXXkZqjsrd*@ DaaFDnHD3Z|}Nj9YAWO?1Xq+1H=wU=dkxyLvF+EvfOz`1*VY+HXR0=~uG=bnen2!*H+^=BGEOtxmmYPP|(B&W)Rl {&i9dIho$5n?Q$&rgBXUi4Ocrj05mrL|kQaFu?%4U>st=6^letVt%FS;Tm&c4o(=baBAROyM*e$&B|r_`RiHcj(l 8Uu_$Q9qMi4Csf?#GZ7WtKBFag41W#W)l=pZ^L`0FUU(W@^d(LKb`vTWNnvw?k!io?2EEOV1rL?a7kgMZK0Vfnu} >rrDkWQF?pNuKPcGO)wD7Z%%cJn+i)^AwCU;|1`9lLvL=7Tq+L%;Wp}U79GUhdj^gr%O-bFa)=G%&cBFu2u$a$x^ 6CgMeK>Q{SK5}cj%eXYyWjCq2I=Wu61w}{kzjUm$a1?q(k|fEp7__OdmP&4eS|+3}>svQn7af2$)iO|+jORew!Vv L>Bm4hUL-;eFZfFV$G>=jc59gz<%wbPPG!_nZ!!Io=E#3GDa6EPegki_vv&XHw!H+jhsz-7PulGf$+}r|ui*!%HlBNoFskHXRjEf-cQ(HX>g8pH>MtjzfL_^x$_}DQ$AQ;1q?b83e#jfTIw6 *79su+6muiXGh&|GAA+RCDKHV}^qu}M)3930)tZBvRku?IUtnJhg=?+|&alUr5+esKf$4s2;nq5nQyo6k0r5*;v= M;`}ys5EGOC>vW4}zY{l8ZF5Teo;jZt2U)eqmseL#E4^Nfw}z$9eyqXRV0i%(>^^i#4Ym(pIex(UkU4Xi+p8%zmK xHbxtZJh<&tKDfLi5L5UnK;WwGIgQBo+j?|(RlkAM>U!fBjj+kLF9#vWuHt@uVOAeWu%qBGQ1h?GaG#fSc 87>$oJ@vkgz_x#cb&moCndR6=t2Y*sxP4UBSKZsBjzUC(pjTb4grJ$b;XyerwOG;lKPWhWLv<@8DHoF24rZE|mH1 hvuqV$BEL+fd0lY2h5-~`?#bk;g6#N;p4z_>U_d}kVNv)2Oob(r!@WNeV1Yq;&BEbo;-Pv7Zk7QYXPh`@I-mVM9DOv0aEm YOw#23>uBu5CUZ29f&_o $W;cj|}T8(J))+Z<$`zSMgqD$nKUUjLpeg`K9Ps&X#Mf^3g^28E>Cgrxq#&ZY^>t0R)Q^^8>5dJHLF0O1SpBSi8^ Ue%Hv>lsb=g)$TeXDM~WU4YRkVPnXKC2j@na&HW@+G !P`oaDOzZp0_A#)6ii-*qu3m=`dj?XqYAvy>w1}u!RBwALXUiZ}pxDTAb&%)UJtIuqQA^`S@A8F2Sdw4rPu@EVov ;udVhiP<>b{*`H)9y3}wZmU~Y_q_g|F3vhT^Qp!BkD5094u7y9zHBX-DAPM(Amp{KsDikpZZk6nR05*6rl~g>QIqa27COXHnqDY5?~5WIlyn-d1lEuDLL`mcre7CU!Ygo<5AYMof`lKio5)KH4654km<(kfVyZv-?&Lei` `z29WZR1#QpfDKc>=0`Qofjd$N9mn`294F~m=9MIU2=Wvlf#&)TTXli>`c;_T(d>^Bp= v_R;w#Ht&MW(*nG9Pg=~IWym1CGU9f`f#Aa^mv7Lru$Kx|6S!j^-@mcrdJ)LQQDv_CXW5LGRi5HINTkFOOo`Kr2$ ?DV0)9Oq$WRfl>&0_3PP?gp%w+b>SM5A=6jaTEPOk3Me{N?lh9=qgRkgZLZ;Zi>LT>Zk+d^VNVU}-rzlVd#I%;1*)jll7>o_@Xb$PWhhB^59KT)t| TY(UW*1S+CTq_CJWh_Sp4^3iI4@$L!joc-oW9$Bd%CPSgMr2v@AvRUl`o_y;Eq>nnruvpX7A2=+-F+eX97S7+PbG 0Y%{gnbcKUx9>YY2gL0|EhA`$vDs!JYK5+N7gEtqMDVXf+J1TZB_ckb>2Zaox=<$y%8+&1iwWVhsp93f$ltBpTRJ uLx^m1KmQI}l}4UbMwIrg%Z)SUwgP{+NA^Xe) SrxU!6@KNM{u=#7ERs%D!Xp&Fc#KX}txT0D)a4q78^Vvs`Iv+CrMu)iH^VwTDuE#8X$cQq!5uvXn8Kt7z h6xi*qIZcUVdFIzyn6i!5;(;R>TZae7UrcX!eK7DCY^>T~eB(5`?wt(3*>^j&4B7Iq|RZy} d6)!)e2k#5&m*doIa4Q`Is(Syo{z+1Pq#!wB |ko)lYj(7@@`wM8i@`ef8vn25y_Z4S;ARJFIUe%=(v!j*agVlOsg7P(f(1_dJ2obmG>u9h$dO^@`s;ndY4*>CgJt ;g>PjuNw7`JP0q^g)R^1TT~y4(HCfzQ9Fb&lqgU~ATmyV#9l4q0Yw?t70rS4r7ZYPw%Y7k!$!SI%BkIUfkkokWQ| Ax{7dU|+ScHyR-ohf>gu&Af)aI0I^1!sXVzPzWLLRH*U~vm&546keX`GU<;rBJ%8oscdLFD^{E9W3xjB8FDCuNK5 {Bf-*T*`5kL8&A~KQpvFWJ#eABW$U@(y{pj0HrACBomyij *mN}U1AnVvT}BIOuP1(z(H(ZLUvsDtD3v!(DxNeAiE`^)*5zuF}Q-H{^;)ktLoj`XE(%K4^|Q*ejIXI$7JQ`|R`@ tVQgmFEjTIQSw-$0QvGx!kv%BPmoTl!|f-#_h2L{C$vsFj;&QdguKokAL&CCk(SK6rv8waCnEJ^;vQji;VCI800c X)&U1HPTKP`rUHS%$|_|Xokt+D+>FaNT0qEE(9t?E`aV$sAO(fnjKuESoNh6yO|9d&fQrYDXv9kqBa_&1|5H4jGd 5_=#hd+#XLpc$Um9Wf;SY=R!8+2rIv;tBYE{U%EGBWrbmy}!XBxTwO|Fu{VPme3T&tXS9-N+=K``+x=VB$s%Gf23 ^&Zp@9S4nO$Kr|1 7A-9P{O;K2tE-|ehYy%AfHH}zF=+r_D)VnD7iR;zrq3-Mg)@K_las!#hh<+h*%Sy)GAVI1khOgjUV)M|3$AEm@S$~QS;H@@p)h+TIO#I|l^df0c3+xyB?RB`IX_gu-3B&9NzK Y(E2a#Dtfec{?yUJdviT>dZ{Z}GGH6TpZ;(M0x=5Q%SX-dQVKyN8*HFX`fJ>!=yaVQS<@rL_p!mrm8u;zEj_?Q<< e7FrWwXai|mu^cf&n=sU}Lfa@2n|KU5K^Coz*jVqOK^RZPi1z?DN1qX@zR)+TyMtcu(58?0{6zj0;R1i7|H<)kAS Zw?vl%x%jUj}pOnR7{6y|-XS-F$GRRWv7D_!&oo-`UXWOPX>513Ws;&@!Ha2Y4&AeG63H^K&Ff@|Vl6DHSL6P>4FIzDb2uwK;O-@A`Ylm7ALtU%YLDofaI|dtl{_dz#G86zner3XsscMKvyVp>OOUu#iYPax-9Q-sTxBWaLyDXx+O%_$#d^FU!d;r@=^Y&$ fl)z^D-kS~G*E+IAb94eZPb0A$|!5SEq^;JhMK&z2_Jx3wcgi8#Y}#^ =V6k*Ue~d&wJh7o*0h(%5N$&e7y}@iq!mR{%?J9Zpl-MmAzL$T*AdBU5~ss*xq&}ZP)a7gzRV%c9ro_WHy>3IVFA L2lI9iJ6;VOiwP5`-I4r6)X;n;Ne^0jsET@iD$0GE8`)5TI)x__=2v8XBYeT@?Y IhNo(h!rl;e!lm=Wq;nJ2l;yjEOB+ahIu7jNgCda5q3S-UjTB}B@DZAM`)| @B8;}-7z2U{`?o=FVwEKzsldY?)=@|H~;?5o4xE)QeE{+7D8hswj0?m7Ciko}LK(3UkLGAtV wH|IX%sowG=9_-0Crdq8PT29xL9E=9%CP}UTRh4U6;uabLB3~psoEIZ{r>Aq)0Qgv~VYzGBch#{NhhiG7P6O`>6r `a|OM{<;}ANd-K#BazM%#IoLluFNI?OIo!e*99v#mXdU&S<4yMN5lBXu~Li5FZjfeEMQ 6$TkE`S14Mee#hs+d{YfSWuaBW71xFkM}nR*t~ZV$+QTNh{iARXkVyZ)s)0UyV;6L)~kAyAa0RZZu>jYUw4ygF~R >+SBA^vgkkIWG-JOEeQ4FifvYY-N(>KV^7`v#L!%WgpMWRGF~DU>UI6xu|76R;w?RLc-iD8FnWg(yE6MOJk&$oly S+un_giN3zNI_&Eln_ZOSkV^TsH8n?$(@WOgi&~l0}hE_#f#usb>rQS4YUj$TRaX&02x*1cmjas-v#xRkOz2j{@T r(0ExoVl?oQc3vfvQdrAavLmq@J!E7+!?`Gy39YD7x`Izh&ScN@R}QXs{O9#Ix)Q7+CKmS2;K@f1b`yEiK!TUN7# >&Uu=q0Fd7);=m%GV}FU2Vu5-F5~LJlSR*%xwq@n!OV08mQ<1QY-O0001BT4huK00000000000000N0001NZ)0I> WiM-CVlPZXUrj|*Q$a^XQ!h|U0|XQR000O8U|MBV{_3d577+jdAtV3*FaQ7mY;R*>Y-KNNVPY>#LtjlrQ&T}lMN= =Iq|Hy O+It@9I9hUeTr$@*q&BNq~~nrcDtvFGvGzXQ0i{Hu0q6f&9}HI@3&(nif(z33N(Q`WmOd?|$D(Ya2q_9ew(p_xax EyWd~)_WKonPk?$rk6x|+*->cLw1OEfq0&H8Q)O&z^z)s*5z&_xl^fj;@cwF!V@EyR1fbRr;Wfh8dlb?m5A~1HKFRBJdZ1ugdtpN&g%Wtg1^_^Z2`gzd-y6u3gQ1cCY4j8&~r^BeFgXd^_#b!C@9PBaCHt>oK5hkG0}O$yNFLw-@ SAJ+{C|{nudLzoUSGrdxulKfSGVzaR~zr!(8l-emif6h-hXo&^H~sd+E`9k=7Too`?fZg<95MM2!5)K`M?JQ3Ru#N1~&g-_eGe6VqZ13x1@Xx#>#kqR`)^#!=b5!)7vM3n%UbrER|Q{R%l!UqE%SBhI_9TEuyq}uvu+))ACUg=IzD%N9 q->E{mFIgANyqeL0Nx9&eO841pG1*L$HqJ>gi&8Zs}rsO#-`t2f8>Pm%CW*y9JlJc;7d=SnlU#-%E1NYh4oWU3`B _H}lih&H1Oho5wHjX8t$H{C4S2$o%eZKIdRJ>*qt=EZ;5Ne2?ADa#dwrP4?d*=iMdqpO$?ObaOsDDeE7Ud%o1odU ;&>e=2xd&iRg<`&>8M`+IWU%X0pYW&clvuXD1$rH8Sthx2bw58uCA`ZGQ3&k+zVpzi5m{Vd7&6Fu^t0bA+*9=`8~ J)Cb|0bT}tZ!hPeExpX|-d@Rfy&MNO_wv45dRdNQFY{HAb;o4i?ZB<1H(B@R(*JfZ`}?_G_KP)rZ10gi-gk8$pEC u-6QeSHeEx@Jyx7P5F39|6`dE(-34Xng?|ZtB`8_TDzm#*n)5rFIzK`Yjp3J|{$9DK98UIlq>+iKb_S;MPdEG!i> +iCD@iQ5p=;!-(_cI^Y3m)lby%+lV+@PQRye{*f>}P%+koi;noJW`B{L?c2tl)QL{BQd?ZeHl;IQs8?maoHNf9$i E?_rD2-(&H7#$tXBTden-#r*pg^B-HR=i?UV&pTw@7o`7~#rHoW$-yC3ho*7_yUL0UK&JFPXcMUSG8e~2@1|^>jvR(!TnU9Twye}o=+hpCfGQMY!^*%SqcF==-@4_J8dyn)VmUT}L a{N3i`~N}Cdqwbd;2l6Jl1T15*Yo&2(!Xy#^LCAmSL0~Hnja)J*FeqEjaJ3=~CY|9kr6HRm1gT4ql0Lp@X8#E63h|E(S*(>d@H0`@Y& ;sp{HoeVvDYoI=GDdmg3dM2g$k?waw(AE$1<-!bW|<@XJSgo46xXfSO8;KaZHj9-ve!BpuPb>UKxI%`##akc4e|x hW1tDezCnILv0#Hfq*(8ibB}|5RrbvbjtFiSyb|>LpjpuGHR)sv=&PU;psPTi0bK|B6zI2P&8G#YKzD+^1gd}zD$ ZS0|H$W&x&d?}=w{GP&?xABnfrB+*L3$7XkSymRq!TI3G^uFJ|%etv*e)_oM@ f+En@K) %mk4WMrtC=8_%ZQ6LI8MbmZi<>((vXL?$0uIh`-ZRZA3)P?^Mlg%Q@dr9InXO%yjSf_zcWYKx9h;4BO$!4iuyO`_j1|NlX ~&96P6*D60Vc7(aXYhbg>kOnyRi-Q1bVOo0! i%*0zXJoK)rPhwsE-`MH;`Gldg42yG<8f7R{&57wvV#sM|NlBVwuqc_#vQcJD)ej=*;9%hAT$6;ytO^Fpv5m3(iLRmDBJXplgoxElGsi<}WsOdx;*D@MSB2*Q`V>al?}8PQVepop;yAmFFQu!N{6)zMPFd0 Fmb}ViL9_{@=n2_g-P;f=`S)W51(gLdFO6uyk0jrHe41NYJQ#~1sQ98K9flx8EhJ+34!JQ^mJ;hsX4xB^Gc7Rt$C LFsj=dC{@NKD4Q(lR5(5eu$l0#CcRAwUHYILGk*D9zUZlRK1-ZO2zheUU5~V;EOSJ~GBr1*gCW9+L))WW1y mk^}R9?mNeck~Z9kmq#_s))hZi**zHquYW7TBQ;~E4s#MsTLA@e3kPH>6BZpiH5nJfRMtxva5;* q>xX*qZxHH#EOyHoU#rLFPN@zK=iCK%ir-I5;LcEu=uEtCmU4d05$9oLh}QMvb$2-R@M<`NM) &=Uf!n{ENyMeIZ?}z)IJ?U;;Ob&^gcl=%TkV$l%rQ!V~}zSOL-)<+juBB5($@gS{rk*g1 Hxr_<4>v3{bQZsv2Ee=CynEE&`3?N%F32tpI3nPs*$xX*Sv!t7=XL?*upE!L&<53>^_I;+16uxsF6~uF<5Srs^C_ ^RRP!{=EyC_R5xVKSjyIKv+lt5v{cy*_M%ZGLq%$X(ZhE`0HT!;3S`8cR71CMFGNB1+bQmU$m?S|9 tV0ZLI36`7AVEy^Gz_yB1u1EZ#hdkFB7W!3K6Mg*T1}M8ma|x+GDS^z`s|+k8nue7U)6^iy68?07hRM@Nst7Nuw_wPeW&!My$a4jA_Q?~lPH1wrCU1x<2{X-QCYI5iR0kq+(wZ{vhuEQ ~Yl*lbj+$9CK>;IC1Tmg`!~}~_Agql1>#6y;=&@;6itR)OXjU|k)t&<-P^l+QK9?{P>M~SCJc509fmH69Vo?Y28* _Xu@B4r5#-|mJLF08}+YYOn$3ocaqDnd&=kw5`PKxOXWY4-zW3T{&BwuRfm{bb|E;?o8H#+Og(xNFWH_~ru0=OZ* bZRtR&~-Pafu`O}2(gxXyC>kIZ&6xLpx_MDZqibs8Fk3jc}oi$>GQjA^|+!#Jeyoqqnu8zmo7i*%3LV)52R@sH @M@!SvdJ`sP_RLaF!`w;dVtE=tSzL_4u9~CJZDh3@i^$H%EGM9TO3sUPKhj=uCtfF0sko%PD=p6Rjqss#73swqR0 B4#3Lm*mr8RD76yCA8Mxqx3`O0Y49p1wUj$N9Rz`jk_?@bRJ{XA!Rg`Apq$9Sh0303T^8Q;_xYW hXHZq63baLM2|YM=XR&4sVoGht-^g7!@Bi7NKppBHjrVNuWjzLsGJJbxkG33-!({1V)wo@ b@rZLXTGT4kvII?Xb4QkiP3>}^ZPe{xin>&?3nNLn{y$Jl0|XQR00000U|MBV000000000000000761SMY;R*>Y- KNUZ!b(kUrj|*Q$a^XQ!h|U0|XQR000O8U|MBVyn?y*{tN&BaU1{uF8}}lY;R*>Y-KNUZ!b(kUrj|*Q$a^XQ!jF1 aA{;MaAISX@UI`omUJSegcsX$ P5~h0)copzbApX=#_^be)23`m}1N<=X72rpKe-b{g0Y3(OL-@QS>la}&U7-!w3hV~91FryfkQ~6(z)@g7@Bpw4_< +zqzJmFF6L=Z$yDRv-U#?*Je!GI@dsW770y{}ztt{utR+hV~mG|`lFQD^VS-uT|1Hg5_Yk^R`nrh{HOt&(BSN0!n WqFRu_=~M9=R<W2l4uH`~GYaXOf;*unA#GXFW5zgPA>B=b*p@V&p*!FoL2!TNnx&iR4t`=P9#5Wc5@M}WVU`CKQ@@9$* 3cXcwK*-rMaawp&K9-(`rllA_j(0@|#9~=wdnV=wdnDF6LM6;(IR0_`xoYuSdK1-e2$H{PO)S j^8DqrgOXa+<(jd8@pNViEie9u$%Kwv76<5MAo0`X8FD&;}^Sm|LJa)^K3WE{YT;RYB$^S@7*l_Tiq<*JKe0$i&G rO{VCB~iv4qYiq9QSaa`Ok<5G&xTNM0~;8U{y`4s1|AE#KJQz<@gDJAidVmZ#FSiV09z9#E$00+sQGJjPMpTDJt^ *b!%y)r)7!+v0U_`G|2SU>mou)jUt!*YM4hvj^}hwt|j+4u7vw$p1pEdM`ySbrC^1LPU|B`(d^|5|d_wl{g$yoPEzV 7352Krb}pO*FQGQS)6FzK;R;-HVudtKKf487*mcB;Yrr0;`Lc6_z?ug*cg5>8npj8yVfmFv$DSj_0X0|G RGcRo5ak(JH-UM1C<2#hpF^cOk`jP)refUYmxnKuPuD^2DmQ1u*F&jed`tx4NcULGbUJ0+q}Tt`WaZyx~`5rdpI`Qy2gv_tTlnkmP*>SMH_|Ol^vlj_~iO-T*oTTmk-_{-&{rv<3vL`FxpY|vZOVdMl+MvWvw2!v`xP7u193L@Wi7MG7RYSfENpdIa*d A-M<(RB8CCpT(8fa*$geMeUU9OuWO_C1gX0oHcmt|hwH=t9L0p*ogebRjZcNUGU+j{Wr!6VMWT155pi{KkVO(1AI `k~@8E>gP|E3gDK>FRLK48mlm6hzGB^p$1n#Sy$81K6HEFgXKtOyoc$N9`pA?e&-Wpm-(% aNHBssqp~dL3zVYXw*2AJs((HYJA><&JsmWkejM~PQ|)9>FcV8;J(mV-XO%hf`R^{h^Ay5q8C`O7S-fUNQSHrkC3 zTh4bfXIX@Q@JE$)9B9*rbHQGbAl6>kpB2RAK7&zLA;D3G*=I0oQE9W7KD-eg3qpcSrn#l+AksrYDRWTb!84Lp)Y (2^rh~}A+(Sj`egj@9XtRsAy-Ft{u%8?c?(Sco-y*c^l0 k=GKSrPoC(bc|(}QMyMvuLZl|=0#l2u$vIraLsY^+kOh$h!=@ZKnWT(KNG}_vCMHJr4QKPCYCq*P{&JvjS2T00b> Y@<+UaSELwNJ_bmG*BC)1}kU0pCC6hp^N`!RgQG`$iTJvcBpkRI5Q9@wTgUy~UcO b-kV475=4Nlylj7nU42e@2fvF*sF_i>tGV2D2`*kqx7Os6u`Hly}I3B5wo(uNWgIrYDV4&ggx3_dE-8T_5<{OSaz +igg;?!*9v$&W+YDwz+?xWf) YiVRlWM=ZFKc51A1T}Gr0BY0sKIIvq9eDYft#bwMf|ggZ)D-%L*bB7Eay=7l2ncEjY0@r=E$CeM(N9DlqR=7d7#E Un;n(S$YB|oV@S~oIGUw|msCo~c(M$0$jZ_aRCe7#|3L!jA7cPW66qZ!-{{@MhHi&*Gj6Rq~Kxfa*l#**{)ecAfAC)% krIgjzdx7GKjnC%`7U9nE-n5t(1Etesy NcIWt4eGjXX}`o&(6gdZDgsQorz2;ZX*T#f;qdg&Ka=@)AhK8WzpMoB!G_X?)C6ys>A#ZW#62r9f;To|G}s02<}2 &`f2p{%N40LK8S#FmlraA#5-)_fI7g$u+2O1N@Q&SL!V`9Q(LFtq V*yqpSA2Ld2v@xvj8!snCEq$A!ZNkS38#K*P=C1IxQ>`Hr4ZRDktp*vsua*>~$);!Fp;TZBKdMQW=X&OpPgn w;EJd?x}1a8W%)po$)PFAg2>(EVf<6%u@s)9D~k5gF2i(%A%0Z>Z=1QY-O0001BT4huK00000000000000M0001 NZ)0I>WiM!TFHA#UO+`~vK}SVXFHlPZ1QY-O00;nJT4hvGfe>lNwEzH*6#@V+0001NZ)0I>WiM!TFHA#UO+`~vK} SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEx(o2bdhi(KkMO0)v+vWP%*lfWn#62??)z#J2Rn;$Vy4L9){hi m#^L|Wlt)F<_vukyN+4JWt*!QW2yyx-S&-ux+^S3~db?&*0iQ@r=4dfv7a{%Diu9YWzBPWQYA= )Ew*^A^+hUH9?49jT1h2;NQaTmIhjUMKh$g69*wYnJDoLg{Ah=Xq_E?!zSIMd343o_8m~{yx=@(!WXYHm+yd^X{k kcM<$My&p5%^L|S2rHtpjO7Ew2c-~C}JF}j*3BmfD=WWXEA-D~}CW1fZ?+Q;RxD~-02=*cP7{Ol=e23uA32u`I97 V8>U@O5b2reM_GlEwTOb~pS;C2N6PB2bzlLI`D{&_z>0O2PR96<1Tg6k7}k>F+o-#!54e|-SzxkUl-e^EerQwaWu ;6Vk{cY(fNM{sk34=Q|_;FbhGE}&lP2cEYx!8(HD2{s2vcV&S5mj`I?TLjnPel2?5Mx2h|dR%XU>k=GLM7;(V(XL TNls84+QyM>~aBdO!baWBd_U!Hv0}2@WK9FTp`vUxGg*xNXVven4=|1a3d;X>MXz2317`LC`wgelyP)LA`!H2lJ>O!D9*TLhvYV55Zs2d>!9SbBZc@=v*p~;Iju24lsVtBicc5?>~6nIIb7L IDP*c!5f?bAFB05?$BE#fJdft1o>voWA-LrU82^J#KtG>Ka4^BMP XPWuOzrccyyy-;XLF^>V$MsJFUD);{(8Gxe-#rQQ^SG0Vh7r8%WQ@IQ$gg(ISG+5qyAPKY|yWiu&AlD)8;eQ-NPk6Z{3wt5Y$rey{-j+j{}tcV2*cj9P$t&02tb+81D+1P g#~2QL79JXzCStKaWhfcieN0OkFe;BGvB7XUARej4RX@Rz3{{oKs4ek9_;a0S|okeg* f)lwMf=LcP!}F$deguER?L7l{z0sNI=d;g5z7G)OrSM;8BLAJwLj89=3-y?A7TUk}S(vZES*X|1XJMVWMB#mBA>X $(-Iix#y!t8J;cToo4FqWk^$KTey0g(QZ)>~{3D$6Z&c?WZb2j>Y?S-hZ(EL6I^5bMIIg_y_tE<`&%wApa}L(aRp+3dHRl2!e|RqHv(>riuex*5zTMB oIFCCQ_;SLz7?<-2&g6MWa1P_adDQm=uQ?BR^6q)4_x9&wzKtiilwd2tR)U*cfN`920qS!FL0am(M=!v-GyFo(rv om;{J;J}%>Pvc$8vvO1iabnBFxWAF2eXcLU2cdiHorwO}iNLA|SXw!36|UJU$xUatY|j;g=xY@winm6xGD*AU#E>wlTfi_6gOJ6{fbnW`|Y@Q}+fkI%du_BVEe0NKwghzAOPUR{E6dM!o&?Xpz Y|E0(`OR$mgOT!;rivD|cDeC*iQqa%$m!h1lub{k$!0vVh@*jC6=Bs}t`hWi`(GLe+iF6lTiF_Zq5_EE<#(Q1EKf My|j$K8(3D2*qP=4!Gm_J=tA>NHwVcy?;6~^;veShvM%RG1N6gpEwV>lyUyFIW@pa f&{N_5;@7wDzj)SfT9_)KP#((zp=*LciZ9E^ZM?bwwkXQ|`_6Fij8P9J(`%^b!z8*^ONE){r3DOqB+w~^2Yw=C!| 7&hS`kM%LaXoGZ-rsmL=FLMlV_e_48SBy}w;=!RZ$bZ$y9M;EW6yE5cXYig9@ KR;=q!5Tvb{_lbTVbsO3}={EGk-U?e47H>m-hiSa|w;`W1Z$tZTBRHDiJ+}dm)?G$(fZ*oKQ0}Bkb5eeh>J^srLXM+V8=59C;7$@Faa7wH$aqc{%#)}se3VA``?Rxo_jCacig?8cNgA^{=Mg 3jPt5{fe)YG3p|P6N3@UU$9>3W{(Y$Tc?7qo{=4ixtgBDmkM-wQ4`7@RcmU%w?*Yum;~qeNp85dx1=l=){`lwt)M Kp&QLlavVm=O4xYvW|&-{a!zsEkPe8_{S=Zg=bUhhAsc<>PVanpw|&l?^>x%)hX{JS0kKAfQM*AdJSeBdGU&n^!m eC)$m5BGf-<9s+l+7f&BJ`6h7@Cf?rT!OUK@~$U1iTY#UqskXQhWO_`hVj_sapbqd-XoM0^Yn#k XSPBwWm<-5l@5PI_YVoyZLF<^TDT4&-b6k`uOeBz}H_qgZ>%#4CdXaXE2_{XH@R;4EVw8pMgAT>t|`L;d(ra`TP6 lkbn1cz^4nI!}wnD9Om2Y&!Hcl)$bqa`!~;FzV&$?@3qf^uO9O}>eKu@`m6hSwBw=YQU4d7$Gm#?d8GgJdEi5@mB 8aoS7LmAwi5j{WF`7{jKbfp1pk;{iT=BCCGxp$CHn8Km6*>DYxol@(JwEr1l`&2&)BE#_Gj>m2mBdyeGx(05_>NZ q%E)4{uhkzCx5~Iz2yb$ORjtY>&)W>_v3oLh_BVGc3cPPOF2!EHogz>3=1$f%@3hF !e74*lkuYg{h^$Pm$Pp^Qlz5f-^{qnQh(H?W@mmF>-G1sPOkp}@OJnIkbCU;0mkdb55S+j^a1#y?LMS2Ab84$$p7mPfj2WhA|8+6#UFuB+x}zp$3H&CJRSTA%Gu)+ ;LjnSVBh!XCy-zE|CD%ig8P07dFs=jVqT5@4C8XfXBfYyJ_G)I_!;<^Z$Cr3w*4IQs`NS9aoFde*Qb7t`E=dqz@P gSKJ~fE$392>-uN7J!22igXiI`V*Xy6ycb)K0?B8GbC+PcTUr-qL{}-s=CSMYbAvlTP!#sZoZc5`e=U(=+c*80pAl}V?CSlHTI{cevNhTFJEJPH~$9s_4{u?9~UWn{2PqJm)~ICj{Fwu$bxUt-VMB%z%2= i9F`!@-+=^q9_>f)Xpec@nCyeTCCKxpHWm{+nNE<${~&_A&wZO9_wUX%NI#t*<6VXz)5p6t{3U|C-hM)m`*#D{95 KJ$mmuTw%w8z>+FnTa>$PIuC!8Nao);6=jtN~jkRa2q;|Vg|UO|w@?Ky(npC1rp{MhgZF&V#s1bLngCCGS`B*^sk I)aQJ_Y!0}_$N8(~Td+V}fUW2=e+eAdc_L3G#gXf*|APHtWS?+;>GZn20oUt|c5K)i?cbs|`u(T9(NEiIc)iBkS;L3*M!%2mjdEx727a{l2L2sNkk {FT8t-b2w@lMNqWL{fkoNudjy%DZA!$R>FHhsPa*gy!3zn_A|lOvq_-vTZ5TnOV<&BievWO0{^{Nd {r%^y(B4hAj>-J(y*0*dcZK7&Mn5)gjrQ-gHQN1Kh0Xdsy*28c)9^W({$LG1TGOAb;iv2SdHVh0t@t)Q1f 7bk7(eH0-`VR;)z5jwBufH4qnEIdaY< s7!dQ$rTo66P0CC3er8?Fqb-eB+94+Ar@K<7e2zJNNX$Ef-h1yz-zlFfcZzxMa(jOj^N56dzuzV1JxSre`*qCw8{ _fNnD-Zozv*vca?bgWVKff({+Hcia?bL~?lC!Ecw;#F``Qtp6U#?nK0P-Abn}Z5pnttb0`GSs$m_{ug1m0c8wt8| qr&G$g1&z-664W#6zJDbf(e5DDA4z#Mu8q(Mv(Ud*N+1IZWtXC{vbOV^XZJym|u%Vqx_pkqn=NV1|5EVG{z%72J6 7kF{tmfF^C^1JYfvz*5zX`Z*L!idOSyv*V)g;fZh!mi}DU8$o%1gvFL{tV}TE=#-d(tjs>24Iu>~N?O4#Gb;jZSN 8^AmKOKkoJB~xWhZE%WdD=K#A2oj0IOKQmIE=@!<1nAk8He$BW*q3r=NhkOJn($|@yP#I1L-!{1O5G@Juu&Yu?On0>mFME9w=v@J(MmHWPT+_koRA=5ae^GX9zOi``jMr-(C}u|3(v$Zp(@2r=LzlzI7AP AHP<(`$Uv8R^#oZ;i-uj$JrB6&qFl*X%kV;i!|Q#`hF`x-X}gn@LHb7lRyvpPp0*eD*8|(;T^$!regg&unFU{)-< e-Qwfe^xDz~KGCH%uVN`-B7bM?P=vk9s9$qrRJFQ2&V;;M?yq=%?QkFNMqdRhnYaD|3H-GTY~K?ll^)-9qQTNXi|f2r@2i{NiFMexTL7eR-gE u#IKln_5r!uah{Lc2$ofFEZPWI6phoxqcwJJGLWI>GoxrGPT<| ^ooL4oy72y^E{w~sy3qgAy3n3n7uLBGx=`Mq2(r9!c^Br_fH|mN=N#1c&^cJYPMrgKd(#}0bLSk;%g5&+-w!q2Ml `wk++pi(;PGMI*cZ+31|Rq;!P5xNJP`f#9zi}A-F+_b@W{EycQL_R2|hFzbmPc_Vj@@BU>?@daq}>r51a@5c$FaU |JMEk`g`&pur3}%koTQe5oEc^-~WJlxa+~FSMp$_`_sYbuWt`V|Ni(8>=Sl51m!$%2+A3BDE1*uhoTyBw>=E~x65JZw|xn+JfY(-;NuO4VI0>!9R1zraPZA_hhsjTe>mvLqxyZlBT(*-k3fG-CdlVm2OI%>T zmxL-E;)#`~yc|9R6|y@a;8C|K<^(vs)dB_gO~*Z%#Q9{eRt&=!a*H1m1seB=Bh4qcBg09fk4^JqrBL$wvX7RvZQ Vdh#fY>z7BNUw1nic>cSifk(c+cN`78>pU9uSaCG!``OXR&pQU~*x(q@rJo(6``cqMkB1(E@fdLo=+be=puV>fWc `PK9D{xwc`Wd)K#=7yD~?5eUmS~dc%9>7qW7}dap=E!$ARvicpU0;`Els)YmdWtKEvTeV81vH<@K76_WW`_#&fs% pc~WYm2Yi@0^4Abk MmmZzaL=&Q-d49`NJP^YDJ=c_{bd^Dv%Qp9j3TmLSVz-#kzE!RKRq_BvnJbA<(kM=4x*KF0a#^D$0$osaxKBFJ*? Z_WoEbzFe`_`C~H?n@WwzCqvLRQS#Xz>j}i06h5U0`&jC6s~(A@Tm8Nm>=UW#Qexyi2gd|Le%T}3(@ZTFGM~sU5N I)aUt;hy$iw5#4bYp8Wc{r2;cX)2>Z_tf-EWC0J*-Sp=~xCHIFbqU7v*(DgCHm6uf= #Iuf=#As_)lai}D`77X9%VL6(32@H&)p=5?s&pRPmvRo7wt@ve`FKGt5>V;mm39{se#4KX=K9CHKYGmqSW{vGwFm ^Y7L>z`2GYkvYCv))bUr=d5YUkdVKjUuT%hJ11?z4A; pZff6%!~Sa5I&LMegw1kpk0sOgLePr9?X}w?!kQg=pN9mZ|?y&&&<_hA0e&ud1pWTxBgpUdM^NvbA4NHZN6~* *KMFbf9gkvO@A4St#q`I}Z%-5C^S5^%1Kx~z9OF3tajc)k$FaUFeH`_@?s2T=>pX#Sk0m&P;GYTZPH?*?G0r~0KG dG0pTzvXJm=Fj8(qUX^+E1!oP_J=ED-rZF3pZ^(n{kIng vRs5ZGtcdK3Hjdo66ni6Ujl!+#mhMNIP_)2TlF&bTYJ8O^N3qs!S|h3f&W;r3Uuj)RajqNUIqN!;?`(j0=Uw|)2DAn)1lHH`O^*FhIfdL4Y&6|X~H{^9H36Gy)R`NWbpun+tjLDm!c? VI3Bo_`bhjCl+6_^7vlCl|hj`Fg`!sMkwxVSeoKHt5{%-bVeq-p2g6;%(sF^0z^+o_rhg=cTtn-`~`DTfBq$I*1_ aiwu1Se8mOtpr5{Y2je;9UGTA2zKixZ{~dJv3W8s9zx)I8^!48Z9u9jS@rJ*T`F`B{=%$IXN!~DGCGprjge1>uP<}=iLtIyHDqX}L?aPjBB%W40leKXrL{S) *5mM_p>pM8OK{zqRT|Bf#){wIA2dUdnHm%juZSnFTFw?6*@zmfbG>hs#afIqRXV%{Qxy$RA1>D~Gj_{G9EF|nVzi QtI@bKe60zWEk-F^oo&@o*1A @$aHE3K|XJsMUdyqI|O-NOzu@9boq9IjGu$os*&~oc!HugwifDn8A0ZY?jp!^=~;r@u7PXUh`e(dL8h;5KR~{h5M +7Wrt4_A1bN@{4#CR_&Rw@g=IORStP#DXa|p6LWY>6&@DC3Yy*E UCe@u|)-);n1pX1mK(Jz~BRO4O4{YH@KL(|4JvVWRSkoma3Z;W__O=`Tu3HI8wM(E$so1)z>5M(;_@}?N~O*cb55 }TnO+Y^-Yat;5b!r>Y|QQxO-hJM;tVJktVZ#jazzv-X(9uMv9 rD}v0&OxYauZQmU6J2pr9uFX-Oxtn9Wjv&Z%;FQhLUsr0n*EdJL?`)2Ge5UVTZ;tx@us6atQuw3ZsQ*uTW1bA?jq %)}H}HK#Z_LLT1XvvKQbs6lZ&SCN|qUp3~Mqe~ZsXe?{ T6{S~XxIfV6+4`-6%cI|<8m3X6w*iIkK=HnD>dEr;iTeI0g{NqJT g%#G{<4(UJ?2H@E~Bui6rc4^22$8xYoM#f{3_FamaA?-VVi57mum6_^!t*}s`#9m&zk8sSo1uG`==Llp7^|@Mblg mgZ?mW@4e&bw}l&-7Ui k)Yp8^qWj^i8b{OCwM96%V+oWyQl{G#zBqR-|64xnxCg-{GQ&2>+>V@W8Qav3VWEsXsPh(dOVOm(`M$&Sx15O3St_5y~1M&GGE3tzc1zaF1;UI6V`vBK0jLnJ-oTB)1YPEs oz+>QA=S5(ziPpM_6t_KbHG2jXR0LUi6^1NZSJ8PaoAhhEW<`M-voh1;J}H&sj0(=keb?6h>^nm!`NUX}Vn$ZcAa E^nFiy{|!A4BRGyA%L-cPcLF`Xs&OB1@Plr8tCTzf#7fT+l%!48U1)~br!)b>DNVhGtb2O8D G=;gY@g9u)SljJ?B4`;np(_(zj{!Tj12;D7Is#_s_#1kJtxqI)%TY?^p4jis>(xLy*{M+0U52ttf7Nukii&Ua*_t ze7Ce4)b5D!akJ$V_Jtn^xUhLh+gEc#mUF~O`@=k={uh(&e3@Ppx;bNdz8KtOYL>lz`m9LUZdX=I*zx-pjUV>L6$ @Of^k~o{hHSw&EpP*>k+J>GKV^KVf)naHPGk0Tf=@%@phxIO*J0x5%#9%lbNn*+2?EAA5r)a`i<8z{y;xkwuKLoK A~?T=*Q=z$1t8T?lLaZ`|s&_ag6y@!WBxhoPPhJ@ZA{iV$ks(RRf#nO|)Fvs(RCUK~J+o%ghj@EwIRrSniYT#k!H SF46P*T90{@ezdmdQ^t!Jbkq6op&IBP|0V`K?5|9JQGC`bxLV8Jf!A+(AKnXk`TX}2dcUd$`s3_-VVMWpYTn0OOK >cO{o3j8pV0HuOcyjymIu~R9^LvrfnY%IUuqpDD?Eb2TQwi%iJRzsZ_RU0Cx6}#_oFmxQ`k-v=UYubocrCOJuE+N qBvs-j@0yr(f2X*{JR+JL)^a|Ijn~F5_oT@RAs%NL1CllH=ox7tzn&d%0_ +G6W%dVKOKCu_<q=hW$FCw!)cvk#QhDa}fz;~KV*;IEjcsqsXX#eZi}9Z%r85j>ygKw1BZPOZjWML*j9 i~NiKM%VEEmvBbk#h#G9U!(8K>G^M(mSr=G=zS`c)5>cs{a%j2MuF`vPS85uqVZXF!TN=RH2e_?{|7yvs_$ngypF =pq&)L6=;`yH=tt1+3;M<~gqsLXb^4U`JU-C(dGx&)gU)+9o^H`?ZU4T@iT(sKv%Od5Y b`mt`CBJNbKe@+l>7ADOuzj!{`?qh%B DN{UhVYD%araVeg84RZ+LB^-);1p$nDZ^a}~Zu@Ob(Spx+ojw$A2t;J*|dq18AQ`-*fbB4^8)}(+1XyEz<8?=3nSHtVV4n=*PO^f6($j()eHVnn_{baz7K?klv3a_=}i`n?# TQg&O!9`q*Px64J3<-PYR1Ln*9(3_eR(&i4zAGhWMJpCmuhx_&^v4e9&G^uAjRc4e=W;ldmGeju+g^!pvXv%X)N; 7(fR7xY_D13Q|}DC~z?=G!&!wX!e0w-Zbed_(j7C;eV$+D2jT#b9g7e=JkEh<+#5z+V&p-AM2X`rS^?e8za9Q@;l (d{8gg((vE<^n44!Kk!;izia9D3jO*~e!I}Ot#~}>`vnHKJ^0bMihfUUA86eh2_8o8&oRws{MYa)^n9g*PiGrCPv Mt2efO2ewjr>IGJiuU-3X1tGUpWcA;n2BO^m@VX;*sRj((TWw^0ONkHM~n|IVOy*6rNC2EJYRZ&#--we+3OZdhJ6 fy;`)29^Idr!>FQy1qxx+wdGTd=mXwXZr@mF^B(Q`C=o}nHX$#`26S;P4gDhM16kVX*bJukK%QO;L%!ke;>Dg2Ku&`eoJd$8^wQHQu=)j{n4;pG!K?bA6dgTMxLBC4Q0ATkoDl&3=bEB-89? CvAzCc&12(UurCWV-oEsG0R8?#&j)MRMil=T3cG~++UesNz2G~@{GIANd-0*o!$#%0vYA{mmCm*$l9^1RHJ$N;p@ W)-4Q(#SFFrhx(l`{ME7=_+(%F_wDdh)Yf<&=BSxh7gexf5;nC+($t+|3tRu@MCE~40;3;Zy4HdjovlnMnuTg-GP Qt2R{Np@56X1^s_l8Am{TDrr}q_ciJ9Z)!DLSIq|D!|0bWhrsi@6x((#)ufSQx)oMOGf1q-MLbtE14}Oin&C-kZb WNr>=CdT}m<)-c5RDLasS6GM7ScBr<+c68p&@O{GzV{X(MX&ncoY6s@I@Zl=-$zZfKPt%-blu9&0BWK)UGbjr^K^ @;dQ%Ah5gO=#0Ps3#Laskt?mNl|Vbm0OU=COdqJK0Zs4sL|<6rW6zl$znQ}txE*C4qqGEp6vALzf>a5wKw%m^gE! GEAHAim2PTsRgfvix<%f;Qm8eU)^S -n{@DC{Y*%m+1naq?-)}6_8CfQ6)r0m=MOkTP)83gGz>XdAnQlRnty_>U(S9D`Td}uB+EIu@o9_FAgr${Bcd8ir^ )K@LD13R2Sq9xanrvap9rb-2%A&*(IyME{(%Ex5ZRLm79PPWw1>=%$#knW%w7q~uUMb#ymshiUDFGv*p4xiI-KNf Nw(rNKbGNA4w?NxEtt+TYaBqRAwap3P(I<{qHpgo1%a4NOLZs AGo?$`9kgj8F9mu{v@VA?$c+HjKMmr=iJ2yuIMJ{$`u@Vlm$^XizHI!4opu(q5nSi-QWud^$BKm1`+=(4-M09<;5 =O!L}i7^R>oo`^@{4IPvmR?ig@^cs)y+}XfY>-6g+yfs~*{x0OY82Mbf!M)X-A&ju}g2|Q)5s*HYHTY1(bZTb&&K La7bgmRIUDA>FQ}w2Mra1-lr%9hl%M4EKPjw3OYzXG=|A|m)}fOsL<(m+vbh1^q2 BBSeMFCX9>m5WteKvq)cYIDYpP4fIO%wvw6A`0w*&xpy}3Dniz~YAU-BL>b2HVu~hKG5#~;1OlI6EZba{=qyn!5DqF ^YZ31vTug)umFXu+nId9C9n_I5wzPAye3Gz}5tA#(HIOQTwt*OTwflnK-HA9;N@U=tv}dX6m6es^n|+tKH|J<6L* ;c5851uRD2oEmwBaKvR0Ws`j5zgWa3*YP@M?Gz4-79@eidoS*^Jm!f#}| WzG}_QVqB*gJkAutuR#7$2{a6$!@B&tb9qV=J6~u0KB9YWtWSI1ck+7sjFXJu85`}IU1CNz%aZzHD;aaQHw35ShD6S~^dw4hU`w-OTt{*gyM $onnn*6u{I7_J>IN1DjB5SvVB91lvAK8YoUE6V*zNs0X8zFP+N;6P3_140_ 4XQ5};lzRN1aCu5FTTnIu|n$fgQ2btHuZV3g3g3rwgreO5CnR-wcQ(w2xstm-(I+A7{DCp*z&i4I0*ybQtVC3S}3 &TNFAlb&_WBa$OoigPqEDL?gZ%vjmMI{G>$iz&vBm?ceZZpZ57Rww+(?SgrsokRkL-e&s{GH-3p)U;(RU?&d!Fn2 }4F^b)Uno$o75qF^H3;cdePU!L-7;H9QnALL8&-OeI0WVmsk)mY 8pRR#f1vSdgRc%a;myen|_x3YZN}*d&rGI3;0j#l`uPXR+fZ5&MxNif=(4ZS;v_H@p>37>Cu 3OkyUSQhzF=I@_a>6KaBV=$7Y$lj*%X;OqCvlgb$?zy8vq~*_F6DsSy5V-mn mZGlba2PCYjvl5IS)Yj1wIN3%%(C;)P$B%;(u~s%*V!|#jmqFYx&yDF!8T+<@^@kCr }9j9vln;Z_WQDRo`KL3o|G&9q4>t4RH;q2|jXi5W?LX3yKnRK@&7Zt<=diRr*FKK|YzK1vts821bgxu3WY?-NvkZ gyE#Qt{l2@WRiQGkSDM@?Kwtc5E2@pHd?gPfskp-wC1HP0WWaW3LXy2+@X3^h%)sp@A2GaBS8Z~+)`0m+3dFpudS j6UOQVwSR@OP4g>WuFRRIH8_ieZFtTmZG^tOPb0=gi@QgJpl5%Cb*2o5{l_qS7ONw(pCv}rs5m6=rvoW-pHE9BeB joi6dtl-8`~u<5Y*`56yg1P!6`<#HhNxFAykU02S_L%1E$zxtVg&>vD1D$`n{#svAz&tfSQo#wXfVF|VmK|NQwI6 L2_W}mqBB`Y`^9cq2Mg&U^KMbDa#D_1{4`i3*qPwF643F@TM=`2x;Y{*YKJpVMpK@=I~=A%(Z2__<*;e%yC2ZlNu*-&)oNQN CwBhD1UPEYBRZ1i~3@wegpHjf=W*i@tcQkXgjrmexR C(hsw1&EzHjjl|ejrze7X56Ac-`rC>P0`*sq~jgN3>?9?Wu_#>FOds6@!}nd LEo%7NFD?Hop&m`)wZAsd^6or|p$`XLpEP~!~S%fH{!29 6aetJ@5b9kD!g^}_~vdt5f7x!JteZ3P>i%4tTXCXU!7n^J;b+4)gYC 6j|GP8-XVL*ZqF?&;BrA>R;(^`}C!%x7}ZJf%efoy5wIelx3$ywxW_NT|EZMUjRw@RmI+#S}{!w9~M0=h6@mgX&Z 3Qa?xCr2@414AQi8)}(!z9>ItL>gsfRgFG?j4{N88AjTt*JZgvqRp ;-KaI@_9XoCDLx0ZF`QYoG}Dm#bkjOo{%3N-|9$pnYq@}nevUgben9BdFplhMLDubhKH0DXPt`c)G%5|Y4D2ph$C DlA-2B6plLlL#WwqG#Iw|gjSV-p)lkq%?JIFkmUt`h3r|Rj)$o(+#Akq@%9116XG^JuvYe{&7+@L(WIzPfFh;Y{I2@P^Lczp+O?AjpFcK{1#YXcinM?ox-utBr%mKe}?0ByLE*;z~gWor}EN|f%PHpOCF NlL6sf!_u4XHkU^K`Z4kkYX4CKMIh+7)+nGPnfqM_+m%8R%kobDn}$P@{I_}EaulK#$OLPO)EZ&*@jx>9;nhZTAT ;hm0C)ZrC?e#Fy41ShFWL>s>DcC#9%ta*e!kM%+cB)y7Cish(r$C6AkA*I7pC*A>Ru@aTaY^xoJFhTn!uIm31@sJ Mp!&3~`V?g^}9nQFdG0&AgihP7r#T@L7rsgjF^O4X)GDC2&Y>;G`N-nQDlp;-<@KCpdz#0mMP5)Ucw~+?0UWf^3Q d^~sIc!7qGpK>4`HYr^^t(31nIU3b|R8#$X3`KSb%p$N*ysHaF(2P~VLr801eF%nM*R&t~0!q2lX^5vhght*(AVG 70m0f8Wx6bKI8leVINBUOxkz@s~z-0w0lp(akNHo1yK;onOoWFwtQ`8+}NfpW?xWlRK{&~Z|&fcTeLd>B@%XJS&2 god+UxCLi|`jDaWH_#yi>k@-yg7CW$b@8*(COdluEB0}aojndp4pv0uK#P(oBa@?NB91=oPpNO^*{l?yj)YJI`AB 3=60rP*Ave&O5rOh`w)@(XuELVL)2go;yVG}~W2a-|_Z!Z;<@$PlV&+UiqLF%#d9x{bU3UVn-$<6nWC&)c0I%PuT (&=PXu<46M=0#4+9ca(2{NC#L)Pd!2WqU2bP%Xuw7HO*EvhzP_%rF|0t@h{GUNPAp8n@;gPhn7r@reqzAejqnJlH 4J6^wVf$KMkyOgFP*M73!C9R%JtOEU?^ZHHMgMKW}v}f3jM8CX#jiE$cUPS4~>$hhqO$n#^gp)zLWHnU<*=VLIw> %u@{t`-iUxFp-jHV<%HqB1w5vf2cqEvGlh3GDORI*!&nO5jd3`ZYM&r`Q>5i{EPlx{|@Kxo)+CRKC*am#!*-DVFC 5_-TX=fq5)2?2|B_Ov67u1hm6)OrJ`dlC@pBpOBHQ|tZ0`$b}!9J%V@O(~xXhlV2Y9P|c*JP{O%M3AN({wG3iCYr wMTpVnsqGtmbNPIK-Opu+J6%P{K%*8O!&Q#|?r>Qr%e&=>?XcMHa6O-At5{>vUk2bJFd0U1(&2P4$ZOt~rW*|+&& _VoZnCxhW%5JJ4J6K}=ORcT6-4aHf<-V+AQF65%?3sLhqEW^d5`uo*ndf6Ucv{{(axPpWF#H6Z Q@aArnzBNU)GHo@6TTNb-E`~%Jd(CXJrNzfCooi&3YR4C)BF)0T&xT$ubi`Cfh{Zu93B>tkgH~o|QJLvYBOK{*mN VcZaoH==ED)k$3!0LJ8j0v=K;|l2Tam&r58jT$6j5rG11r&P;G-l7Ea9}D%9ILGk3!n4b>fb&Wli*jZiOd^kt4rg 4bS`>o|RcvgpEUlzQ5vxmSw1H9jpkZKsfZy5jtSH7;ThRjv3??-{FPCUC|=Yv-q51KqivTX$(h #}BZ-gbl26N(#WW03t*8(>x`qY9(=?x%C+$%r4S#E~3nF}+A7q3p69r1%%hS$HRU#r4u%kLj7arL_>&~u$xfRC4xDhGofrRaYK- Jg5DbFg~l|`g2(l6R4o~V^aa&qxMki$X|TShPzI@!B%%~qd-o>2Xp83jp|sH3+7NFVi}2&Xr@xxJ&q!^w@^ieg{g5Q=bq-d!TR@fYF$_R4Xl9d%A3RAzvT~X1bNOz3nmgB5AT1* ;jyV9K$g!Wd4nv0e5q+Fpb$%@IT|EWG${m_`67(FN5IxUyW$YvpF^bp*J_N0m=djB@LXr~sfnk6QuIV{Z@5g~++) `EfCLKrHfHYYX^Y6}4xCd$Clp;S=_{)LBeWdG8JaYVFne%pj&NTUK(uyR7kVMS1jG2>3L@>;ebF(}ZJ^jAunR>se WN}r6DtR%u35Qk*+$(;3|-tE#JdX$hv)<7^wJR0qC>T5O5jf%fxyyTP?ZhmI_-V8r3A_^IL0v>2te_z4NC;lhUCF}r4#@cKo|KS=R70q CNny%<7q>HRpUd+{3;jKWv?Xn|BSMJfvZl(&Bx6qss)iq|UI!ga{41{X_LF+C&KMo>mc9acF7wzal_S4O)&1M%9pok)*Qi}d{x29z#Jw0k07P)WYWVXC9@^jA21)045}NqK{g8 !zsd!Wfsu;YxD6bN`Nm=fY?=%Mjb~)z4HadraH;P*po11kTBfv!;R#iolufzSo)1koMWDqslS4)pHibzHk~=DlR6bK<{Z${ghe>Zx9>#Ml_&)^K5SXkQTMfnX0vKA>+<%Q;!8JZEH7DP%&c4UZmdTT><&!8ix~b~P$mTbTZV tJ!ZAEaipIyofvD(lkdIr2-g|>b3n|k>lR*REmFwu7&0{%3^0^wzLw#BGx;VQRQN_f+%82iSSuChkBEj>P1BJuxG 3}Sue}&4AitB9=H2)*{&HOlZ-C#$DA{RT$#03S1HuM?84phIV=b_iT|CFh+Rk#D)OOq0lej`!AxFe4Kc<0Y^u>3( d#7i?huk$B*w#4gWw3R(x;SR)O&0>9Lh3mRv)MO_JFop{0vd*4MY>s3l+{2`oI~-78Egg@KF@}rLs9Mi}{ljX+Q@H5ZP>C8wXp&~dBtVmt^(QK8o*@JL 3pNz5aSF>cfbmo0Pa;@o3Nqj}Xqd$|J9(NH(V%r{OJs%OBiKH%yFUC@ezP7)0)AHT4b0)6W?^^A^e4`Z753#_H-; h@gl?3y{`4KEalba=yq798Wzlbq6t-hwyWXtyLL@jB_ePY0jLr$eKudf^x7II~>_=75?7u@-&kIl*F=6qwP)4SGQtvDxW_UjYF#YiS+^pe%+&B|TGz&7fXqsTgzFa ?E;9mg3cS_T8zc(Kd?GMyF1Hrg!hc^Yj)_@K6AqY+UZ;jzL}VtO8sx~NijN-Pzeb=y-NrztpB@1{^K8B= &C=H(>P=HM&jC_U$uMJI`oSj11 *^aAa#Gm($ Tp(YvgJ0%@R&nrM?RgGBs^2`zX;JWL9Krh{ZeJ>>KB*!FqBQ$KkV9y<<<`>cyM(*#AYHMpPVcD4GA+&tYu_QkF7< G-7_+EWP4}Bt+eJsBhe}qi}HQJ_hI%bGy89|Sk@3Dsqq|EgHs$(qVGKGX$v7D^{hN`zQ&v?h-@rmsc>@DHP_9vEH 9Sfxz<0Lnp=&fgLbJ!FwD@)bx&j5WhE&*g1P|;3C; PV^OY;k{Q645sp}wByU#0S*hJ8n)2?Fp~s##;@!Ur8%8R7rVX6DFr17T1%_Ww#qOkzOj^nC?H%{WW8acA4Y+Upn8 -bmr17_eg^zWHMS&hq9bv>JJCq^FHd4WK~HRLA_uor@j?f0NnQ5NHIfq=$e7kQaMIDl1k{2jk?2U6je)TyDIC#+Q U4u)|Lrb*&*L!zLs+K^DODgwxrDwm*^x5=gxXhDQo0n7z=Z-#z!BKBL}XhZ#h}#jF+CFn4OrI&X(pdS6VEji8OFC =gy;lo+^O>B$}8;BNMwVFf-f)u}`5=c6OFp=^6FQQHIi6%L3UMsgd)VErs5wG~5bt)`X$EQ2?0el;2!xYlDZJaAz yaBg>?!T5i|d)NABHh$VV_2;oH-FRO9I4@f#b5NC`RGsCPHDsRw(y6aoG|I! `*0vYi)8Cqg=AuSO`WSy)2yY4&|!3x?i~ys(s|jalH&jRxp!?=2v~&fj!NkFgn{jvxyds3$sa&U5zDrT)>>YRar6mU|6$g#~tYON87DNE+eThrb+k@%CIK@EIrlB1O>BBBdqz7 t)oQjS-7PhV-!7HF;_GP-gH_!*u3nEtN~69%jTo8jBHm|LZS|s=v!IpYOICqT-A;L(DblSpNpmYJ!f XNbBgm75e<^`IIC2MX!zMq+N+k5nS`IEr(BkaK#zHHI_C_H1>F^BXwqQUE<1HvQCIglsP>(eJv)>pCdxd=>?TtjZ d!~K$ixrb!MR5m*gf%j&XSdKXQrh>+ZvZ6k^hZCWF84piL1Yg_A4a3^<~BBxN~q&aL27#-6;% uEw0cMPs_f%o6=*Cu=8$Svz2^646zxcjL=Wq@2T#zEfS9I(VZ;c;Z9SH)=vkz|vEij46ZpZpF1iT|{TRwOnX8+VM A2CKV9@d{mkq9`V+PDdqGrx^B})oV18$wDtcH2HWE^X0>f_qn>HOJi`XNx>{8OVF+tnP*_qy)6#?cmwxd766mYd- K&0Dq_M_vis9?=sEeEsKyF4a0b=7ck#wdnK)|nRBwzma}x=BixJa^+<|z)PD Xz>5^)%=GD;>{qFq3hNM?PFe89Hfd~!T-ghwZ1D(vnIIfMw!jbX^9TOr+Z!ntI%Y^x*+<5AzqJb?X(XMNM)$&pNo ;&f6R0R$W--hCmGkr`+#6kLas#LK0i4_4G-bW<_e!t(++)Eqzv)4zQ?Fp$8C={Ce(JoSG8p=^Eo HY3pFgtcYd;Is;*9=>J-lCsh&_X9LGU80C6S+1G?d{?h?`kS6TtvHa?&x&fjXq*{x|>m6kg|#>-N0jntkd*lvv-;f)mvJtPs5&#}h7N= M2$avB?&Uac-nD&H=yI(6Tf&N?byytJBR*g!_yAxagB2{uVgOcAGjOdB{zbi;FD5DP|SIcZ_>;M{qtPOGL^>zk!n`;s1e6P4pmdlP2-AFS6Ru22#A|S_BHpFo<=mR2J9CigYOv(W#?R>>9J|Z#MLzVA+3SG~oQRojGYqg5z Dt;p@F|B0G>aGYla@o*znK^3^`;cz-%pto4v$eo6N2r&g2Cw!cM11=4i GeRHZ8bf5p)C$3!a<1SU=C44kzUoRW2H3q&bWReR}3ZFkcy;HgjmO$0I1?Q|OOR@(%#Rb-5_qL sRyoIK(fA=Ke5chRXCLDOH&gGWssTlGL9o0v4M(Qafka+QcQ?wkcEn{gu>O$~x(wEFa{uJY7``-Nu7~PW4v9=?CV;ZLMrDg~6gcKGf*$v_nBs<~b6KA;^J0;9Ly~#-hca| 49v>4wZ4jNs97x>$xDW6H%Nn;Pl%`!l2x!U)Y%X)2^Hbw~|D4Bsn>a`s8*cmOV2N6-<0a_?=;^rb1AAGp_N)w^Z( B@&%ftYflqUv0806i0{Hz+P#<$Ma8dO4lq8(FM!hO_C4IJps0V1(D1e0#EvuY^cOH`snAmuFtpC^;yFZgG_dR;RN -c&3vqYRYF0LX(j~G!M1X6MY6ayoO?|(7~|M)v9Mdw&k&8S3l~Y9?ax)pB`ptELSLnvQ=(V`Ug%L5nws-#I(gQ(? iq4=2BFVD$HY{BiPGikv1^xMxu=_wmC8hgd2HYz-eN-<}9HvvOH8xDxAfKbu?5@|MlWwc6A{FO@ &UvBM3dDxK@r&9PZj9=pRw<^G)uoTt&*mhfpfp8MnbH&sWj2f !Oh4E^`fL9I!83T;?wz0cNG_aZ!w?45~WuSHHA5y)615xHc+J5;1^ECHl`O%v?%ps&&&l4%o`%%u#4D yNTp;Y*SFfpwuZMQD6w6~+pF-pu?OlDM3A!w1C3pPhhK0(az%~=CxRPrvb3GbzB#sj=XcjhjR{RyJ4CMGU-ZDP&#G3_gj}hJ;Y+$N9mk~sj D{!qrobRQdX}n_ChlT__5`7(FHfi#2#{4GR1gk9J^_CMB%@DS8<-O8%QUQvpBVL~&FuYv>r;X$)sjxzkBM@PY=_0ti&~5E^l__y8E~6S+a_LEpG(MigO*bR! PEr8#&~Qyh0aAo@;{!;rCd|QmLXeDS8sg%T4#9G>Y{yG9rk*8|y#b9##3#lKLdKH1>}1F@8toQvvK t6w_78UCO?qFqbL`otRBla=QlSYClYmEYh|Ev)ijXEI-~l+J|)$S!|xvUg;+6kqP4QD0%%GGAd@GY@*H?qyxjWw3 ix6_2O}(`v*BkbZ``OXX(UdE$!r5ItPGtQI4m%F@?g*Y6-6;l&qnI=Tx^cIMJ4)U(-dr!82{aivcP5ab-a46{w@k 5zid#6T2pw&eUga5}LqKQkFisg;750R =X0NSMO6VpCLmRv)t*xvJMyYcdXrI}|fj(wcZYxi#bM@Yl3yS92I=!4ub|S10oP_FWrM}r}ZYeR>Yhj0}f)F*rNJyEAp$995Waj&7Rf)}! aQMbiEB3Wzhv@0bD~34Mcs`uWvKiEr0u3dXFJ9#An>~Y>!gC-0OFN9>LHHDr_p?f*6$6OKcM5N%M3CS$4xcv8YaH Pl~8tjNcTRI3tNzG!}>#j!4E-2LxL3)Gx{+O6&N_A4dxZJDo=A4LLQI$%#zSKRw%Bn;0?@#_>-y)OD 0#z637ANICWm!Y_QNAF9hZAFK+d8;COox$rN2pwZX~Z`g7)FT$mbQwyRw)^R3ihH=7b0;t;x;0_zDFCBFx>YBcV4 o7V~m)V4uLyi{Eeb 2XcuF=maoKnmgGK2y?(2}Cb31eaTC)x+Kc7u5eoue!=j1baqB183e*M&5nxx5s*EdWQ5)u9xHogi%l_MhU&dJiHE j(TMTZaXsYGtFE%d-{B7=oUVcj9SZ!0fX5|j(6R#QO2>tQnX>_SRT;-PkFeT{IJcbX$ 8Yn#7z|?n^obG^n)an%hjh%Y*w#Q2KK*kRC_>~Y3?4pOJO>>yVqP@1QighcKBfYCo_+(2eoLf?DzOp>^tjg$KBj6 }~aO!Xx>2VcQB7^cf2~4|!GzUR=lIgDRu{RB0+G7M4LHTZ?ipvl9urS;n2~(G6LgvqD@$*;{%{*{7l6)O}PlZB*E 9m(%wyUZ=DwiihCTEXCv5k;(Zo7g^^;`Tjvl5}k1BXF8=UQks#N%Mh8sdEi7%%7XIF8Ub%s4rZ$A_0v=^O_o`GG@ ()#ebvvs!9I=eHCbL%AXCnwt#SEX!P+RA jxTcCTTEdU;5BM*rV*&*!kg^Q$f{H@7cwRG9z57gH!$DsaX=2N&;){y;h? *dPobN>-E-@y=fgX&MUEKWc&tp752G>Gg23sZvw1iFH8rJ^Ad_G?iHJI1?YT~J7$t&OluorkFCB>{NTG2s87o8QABx)vO-E(E1jxv1P2j;B R!}$30thk0chfdEVjL50lG^f{4s)D-fm=l-LPiGYJf#OdicV#w;-EXdX?8tI=i &-P&uM9qV_-y=7gZ)6MN4WMf1bRU7GuG|w0FfxHM%_+$)kk{@n$oU1bA4h&x5&vU8`bsD3mC1Mx>i7?DyA_;1|o?nH+14@wMkAbT#uj0(4NdLaTSr|79e}=JBtv 7X~3|UW!HV98Br|AsdS5a)yas1e0CQj>uspQt*LE*D~{D0kzGApc0|z^o-QC)wW^)pod-L+)N6p`Rwn8kGIX^NgyIzyyIfH#qY%l&PBEjXZGz8sN4@XId1g$F^NG8Mn?9ReA$o{{Cd+yc+RzntgsSyr&uma }4^Av8JC|whvj~ES~UeE_?~I;RL|=te9LxM+iM7Ru?zFiHx03Qxs=` m!Zl_IF8i@8z@W)3if;=X*x^L^Yy6RTnYZfRczTQ_e*ZZXcKfBE 4bjzqx2>_x7-M<-)bguBHE_ZYlGN{{ORXp*q=}?f2;xyTk1&yZ1$wiG+IIcP_9NacSs4Z_V@YgVpE4N+uYBbP&2? j5>P^T?pC~P=~OlMW{eXdSF>rY0JiJO__=yGrXk&vyi#g*6%98p-wD5EsN~xbo|d$r>ul3)tTBjDKVxbob4FaK>R McVLiV8uP2kXC2Y=aL_Gz+xs=XCuehl0=r6=o;as5jfcqD?InFJ`JOT9r9pO^YT31cQRs~mR!`T0^wncZ-%p)+A8s=@>HwyRm2BuU6U?z;4Q }Y)frmk&bvBemgCAW%ua4iq!^l$5l*l6y7$VN=UkbBThYyR=#fmT>=gdfyvyW6#Fh7zt2WJ5G?in8_J?o*_FW6X*8PAC6YaxS`u}Y^tFTZjX;cFX54uM7kuWD#RHm31y{>$SrnN*}M8Riuc`~n{75m92dRSB66&2wOvDpgR 60}?7Au=G@?G<4TV`1dM=jO4IG4|R7k?zoZbZ8ee<*O=8!hK8+fC;p$#FO@DEOzImrM-k1&D^dze s?nfP0vM`chZ*h2zA<2;Arn+J%!;nVyyP0l(;=dD?M*_@@bQslk!LMAFUbE=KRQfkXCjK^P`VWP(+FAiGH%KOgc*h-(uBYiGl42ZdFxJ;HmT88es+Y0V3Dt{PoejZ*YXkc{q*gGh JG>IcQ51xscEl4Q-pa}WUYk+^#G(9%(>A8bvSmstE=Mnzg?|g&5jv?m`VpbrUrZbut%=lwTedRDng2D4fJCu@$4>>)H9d`a4JQ`|c1qF$IS;x+^8s$xg0?GeQUsbuwmF$O0PHCaZ>?) M^R1DrbxghGCdwftp*)`ct)VNoHMFNo*6d@{=i`S>8$JPZuj@?B>_6yccNZQxBq*`4Zj90sjLyfSTV9%h(O4wJU< y*t%(#)Sirtz3&J-^q$5yg;3GvH)*m19EEW2X!>!{hN*QktOqNX5G}DZY{#_n(IPvWU-Jzz-+%esKp*y6q2Mgm2T B1X2AVbScMAbV+n`0$b}=?dl|o#8Pl-yoK1qAt?kAy8-_O}l%}msyzH5?JH}931{{MJ0!TQUgEGkgZqUGKwca$UW sm{(Q&opYU3i$U>cqR>CuQ}Ej~rQeWlqkq0IPjfxtojGN2i~w<|6ac`ZqKAtWi|EtE-I4bIR3xsF3+%(5yHHnt?rM6k 2qsHJWgUWf_)b7nJ9xd2zODcE<>@i6!Xav68kRt+Mv2)NDm6(1aDAhFL)wxupVJ2|c1yz3GjOqo-Za{qp0#R; aKKzCp=NKyeBN%%+QKB_#a6v5yTMqvik0WC(XD4X>&U$HY6r`=8HuiQSS#`ExvWSWtMJNI>!I@@6x8wBRyAf74>r -bYOxneCt+v~hnQhBT4q^rXCgx1QkKqUiqdU)@N&lq>F{#u`h@irAp$`$d2z0Y4hxeCTOp91V1KV2#_IEO8zxo-m 4kkO7{*1d)xM7|Vt5I+lPL?z9r<;nK>1c#5A|hH`2l9=VK|Lgv6RJ?uB!g%c8aqWsCtzb8X$dtDMXzZFJfGSh?fm FUmVgp9ylT{9#~3}DiwOx+3Rl;s1Y%DY)=fREG@F$XH^;3*26VVz<~0%)#}z8j}2y7H%B1G<=NLmGAhhR&LSPs)}3nVIefO|lGJx&M)wTWG#rhVlz0koE)d{ddc^s6YkH25%D}hge#Vz6FXt52ImA+?GE+gQyyJ 2>$F)j4E~{STLZcG$?;OI;V>8__F$_zTV<8d1qrh@a;J7_CQ(JxLhZNv(6>0cDFBz~yaaJ{_UIVE}W<&v3U0qV)> 7;mkY?d<*S|yWwy)+8f#!%Mr=wd;0tAlA-DDjphEcCA&dXc4`PnB9g+$Q?ObR;J25?31)^fUJL1A}6BMuvPY(U#f sh8ZI!e-2AwM4ZW^ElH|;Glo6JpiOTTh9S>?Y^*a~H*i5lM7#sUSV;C?$<+S5<+X<)-$~roKyK-j2MWC>Ho?A&ia 4cBXNm*S@($k)BopYSep4%5;CY!IOf^q^G-zE!8#{n1}8G1jqz1X2X(UXrT$CHg~lP9OutvOu71pG~jQxvueq9*Z-<3lLZ^E%xbf6Y4W7|wcXVO2uLuS+{dJvDr;-;AYv%&m9fqfq}YT#h!ambE4g>QThjr$ev0|)YxsrMR$*SeRlPW4{oo_c!_S~-sHfhZxu4)r@#<{`6EBze_jI?mk=l|FoW@H|wP@ax;^t 2!ZYij`xhg5hk+M70pJ^K=lmdAem5{7ZINS$k;N(7zBN2D)+8of^$|Iq8btB4JrNyUs*>AC<`sZR4%S1=J~TD>h(B5e+~6AOpVWFh^(qFg6`!);obkmk|TO{n{f@b>WwIlVj0$iREJ 3)9mTg`iApPn=G9ED`ktK?eg2@o*8B{7?L|=d<#2)@x0-%Bx`t=;8kq_bokcWLKK8=C6p+jMSO!B=xYn$EK=Pld> hJtV)%-r1Et4MhJ=_W@IpfIgCi!Nuhx0rI$hjUU;X?09pu`f`D2SYDeTBnO`#JJLlYc&kaVTQe_v~4<#9lxN)E7e ZI4ze@LAqT0(!%H6dn=W@<{|OF+^@R$BmOU+of#l}^7ZI=;EYv%BBkAdWav^fS#H8_F4|(05Hn9mqnBA}5KELaf5_)6{! =yQ^kUVD4xih@=^Wm*K>FrzNTmSuMw{G9MH9*~jVQ} q_)0g#Pp8evN>1X;Ow0UpfYBUU==h?}aW_)&@EeD5>4j+U8+#cN;{93%CLsY9ArzrY%lXyu{-DL^0&YOSw`uW4*F T;I!KQYH4io;GhruvtYq8a?l@C!ckr`dFfGNLs0t+Cwt)%ez}pWUMW(Cum_!Z@BT@+qk$cSg5H|2PQ6C63Mp$>6i ey>#>Ex<(m?SDUxTD0bLvzMD6jccdV56gzS!_@BYP`7u2q-c-yGs!4R=BwOqW^1NOyBdw;$8*)jXe(EO#PbHt%VEa=`bKNVX>R{^HGwh0T*9Yns7|7Jz;O%1oV=xMTDEvGih5 N(=h*Xz*-J!bekW-a!R8Z?dK;NXiRCYd%kCsF<0tdwredCxGC?nu=sw=jGygM+MISDUxE_2Ny*&|)V<LUS*)lB)RAVG1yI)Y=I!#@n0C_Xy>vgNc_>$KBxYFN&AXDiKr=l%r?~***}OkJt2280l4ml_=YH8q4V=*`*L3&h9V%vGRM Ub}M@j~L$FPntQM7OkP2%3{=o2&B$)P-{M -74oxBYK`14{vx*!(YrB8u;ezi8g+e)kKCiA24U_*Ykawx71gl!=WFfeavZwmo%y~UIrS?ao&2(vvpR|GRfnazDG }7HZQX|xHivaQHl}3@%1x0g>)8{M0BP!y;}o#=2r|pf{SlkV}J-RD}R#1g)SW^T>trzl2cw~H~aQ)(n8SZ(|gz%g Xas{Xp>2yX;QLvsbzJkrT>&(0|LO{jGhiTdG%`Kr5_UFp&TH2%1@DFnu4*$Ss 7KidUThXVi0#VG;C2oT{So0_bg@#~&Oy%AxO0ruv;mtDQKVu}Ql~ cGRTIz;$3YsQ7QV$}n!SrR$2rIpDl|8A?k1ZL^O4;jI26`6wJxfXtyVODv>3t({6gVMR^rU@94~4fer8*EMW+YbF &q-C?jUdnj0`OZP4?Gmk2WBF_*p2T+nLNUU1LY!CI?wcf_6S7Dtn%<3z|sY2#ZsG@j!YQrWUI+&*z196ffqk5^JF qBZZo_+9@a-UW8wdGXG2|>}qdtMlw$Y_Ranl*R!x_1N=*nq^MpoSr8twjX uJ2?zL%h#KO8Wy8^f*cFhm+-063fiy3RLLU%AAmUiA6pTsEyH&cg`IG#27rTO}U4xTLE beIYftYr>b8xVW!+C-OObwOzo8nZGZ1sg374?-4+vYvJf9Dti#TrqC`P?>%PuQ{rjh8-rSIdR(Xp`@fU_->3HZqZ x^HqcOqZQ)q7D>wVUJ`>vcFUAplLW>~nx8mw{lgr>&=K*S^Hd~O@RZqkQTo$NbNiN-)K4R5TiF(C9`ZJZdlCM{RN })cYLH|VI+W#-4Vyv4HZ+A_D*{ur_S7emn`L$AA7<_>?hcBYc7-8U7jI^0NJKe#44ZZ@5_sKR5Qf)Tqx_U#?oMG@ 5KB1DvAt*pkqDOP~VM)S^DxCtk-!f(`KCXA>Cf)>x1ky@Ti@jqwbOaFEye2|6rqJVHYlNQZ >PPun-3&+myw!D$|;Ue|x12zWB2C0Zm>3nfd_MB(~r6CHr9*z~x!AW)uf2SM={}o3ggI_;i7 Udb|0mwv^~g0xU~VU(l+ dwRg1Hc*q^rve#i3_&I`fNleDq`wPMF8e_%y|j+8qJ{Q9@=|5?RV-GzTx~IaLcq%`y$;1@3QHmtbPsahAZS*o?dR uq-l?7njXBwg*N`Grf5?Nx{2WEG(lL{ $EjLvJp6GOMeU0!pa!F)0z%vYOp){pyE+|D)>7MbjU6MvpRdiXGvA9bROvjz%+nF&&7MfMp%jlir7Cv>7_kc{ZMh $hs7-&ROEdnh4jEQz%`ZKOBo)_bWiaXh?cm%Z%eqI3oZp4_gDL!3V6C+JXFJIQF^2@1Avw>*SqRs3o7ujEa@OI(4 ##|uWZfao^e&E#{LGtXJD8jJ-7GvVj6!H<)wIH7>Fy32*CWbh>^UNs$-ob?)F+`)|H^&!82MC}TpXMvY5YHwYL4K 7d{eq`rGBt+O%R!!j@>5~rKD4uV=n@qf9ZmDY~8C+TQvL-(2MRc_v|Af9AV2WYRYNbp`~_O<1pi!0!c>~zsgGP|3%_LX)all?k7=Vx_a!x_ec7e-KyoDpvG?_OFLN+mITZCh NobRUi?jV1a8YO#}V*|U!>5sx7S(cW0JC&USI%*5xhoSCU`jsJ81yBHJ1Pj4e!vuNLNG%U$}DjNvpX|hwHe~ss@L @csq@P%JyjIPohLi0Pzl(9kJ0gMp|yjY-yjaN=7hNLEJ8FDVTEc5~Vw%!|T{#1)Zz@`tmgC)z!WG}5Z-_OtKIerA |#ScXcnR-y1=F21Gj+QK0E{GNH4XX13M-{xEmxFZ>kq6g~Z#7-A2!`lqkjUU;lC|oKHz#0=IHj?WATvBc5W>8sBf @qF$Rfgjj#(&J$IKvgrUU8%Eq=KysHtTEor3o{1QgyXi&>^eK%@dMAs)geTFVv@d(7A|RoRoU@u52>=0=drJuk#( 1&fh5H9Of6F{WU~r6DX?!110Dfh8NghAijOr4C V=+Xb4ddyx3NdS+mpN5&_BBB;@QFPK11lEs7^ %XVoT=?A?e+0?E@^4Z9Ex8mhojOcC>ZM&xBmvq8s>xYFhaE5g#(X)g%x>Ky_NK)ghy?HMnTj> 5WlU_M#qo}jyPHX5YQ#C+ne4js3BlrW@%)*}WM5;P*i*5Nn9*E^NqNkz->Y?8* =ipy4pFUpv#hh#4%lW~JCwTnEG-bxqzazN~Bd&TFt?g^uEg`Ay|s`2$Tq@v^row2ITY${XxCmVaFPub`?odjr}X% ug2cDKrsjRyVP#US0c}$PTegyzL#0x9ZTx?23k+VvP)?k3_YHT#VReRx^^w`VMt#ca7LZ7tgsYN>z{y5ln~lhfP2 vBw?px2eBcNs7XPa8SV~|l9f$~gyE(~L>b!2YqyPCw99#^dKF6N{EI~LGCQSByr=f|dU2Goj{rtu`fZgh7eu>jVP 6BxAT9VSHI?DZNN3&{tNF~gZEu-*t#kw@29)GO=55m6Mv|`wIcZTf4jDv+`J!q5OF}}LCnTOb2Ln8)6Y;P$l#&h) F>SsTPRX3F>rSCXHL0t=mapS)*hU-rH@ulfA)n?}3w5#pUDtE);g9dqrmN-$y@oZFKkvsPdggF>A_=2Ab#dh@=@NzRnch !ngVIW?2P<}b%;zV#Y|@r{?vfyMJ7iiM4uAfYo~PuZ3yl0Tm*nC%N_t0NO+VQeoI&w3VS<^M5;(z4L?tQEhIit}eO$s)2$U!Agz8FrJDO)(L0Q4GSpqI`ahcA$zaDpnYnMq eTc**#h;v%6R5U$CVvL-z{bKb{x}?j`XAs93z2tamLs%;NaXmP@zG0u3u{Ckj5H!~$SgM(JCCBfzHao%B|?8>L?K WKU+zV$L#O!FvGfkJzZ$A+RQffLUFLXJ)~4ZBne8MMX?)RyYOUsa1K=;v?$GQ~NKs3}@(qR1(^L-gvIf6g+|)3OT $al@q{MpVT!S%q6z#_f_>b6@!pFNm9%E_8nc!`a2|{kk2ZLH=RD6)&C*@j^ XP-g6^bR`mh*ad%650U0ofk(ZS!H7C5%16cu0ahF{B&V8$=sHTIVp^+w{}VJjw*H$5g*x!^qit C&*uL$vfw&SXKiBh1I<^ZM)|sDpp)u>2Me#zEa$O_Qb#vkK3)v~{pC5SFhy3EI+gcG*esMK!9kWPy=ra3TV+lXVM |&FM-$SA8S33MWvaw{5A?4GaH9Q(rsF+T3oG;P^pz7iz3y=dfB@;=VdnT?=+8V_=C#sNR_sOnu7v0_(!n90{aFDz ?>A4uNF;XUQ`X{}u^lhq!Kzwpn_~hNz^EQqC(q+3jr>$=-Yh`ks28+N|B&*`HI%rQkMd8ao15gEuFtDKspN4ZT%E 0n%)+C2U`Qsy18xNf&HyQ(Y@n*`=TFJiLZ708d%Z(=_{lSb)ANN({OKv>e{4krb?J{-J;l;Nr22F}$VzT50bq<7} q9GT_jr%$K3*Xk%FifxSmQ%zlR1&|3gkzk3{AT8=uCHWS8 ^e2tU$L$UR)B4gTFSkek05RaRubc^;1~Ome_ma;h_da_?yf1yZnA0f#DZRGLr`KTHjv9bP7q{JG8^UL#lRjY+3LO (t%{VS6OW91VHgF%&qsC^ooh^^q(&8<&3pU5pmwBKvwv!j!(e%@MnsQf(jEbR=bt@LHw@ogiv?rpwZ7}IF)~Ja%n 18g#`-Vw5^%jBLpzN`$L4eEZIAN*e-q*P3wv{3aLJ 8j!z>xq7h=E{+{Yt)Qi~jTt5QVkGz)BwR6(IVPt_Ti&Y*v0rFyqJ9cqwF |x-NiN3ovnlTrdOwqOHp6*rB3DTDD!yu?H$ZJrA?%v9O?r8ZJ^GAq#E#g%!RsV5@tV4ca@wK`c?)0yfHt%$T$~s}D?i^OrR-XNj x?(y&66#$#Ku4evx^@!pC>HssYKC@lw`!_%T!|=+Rj~%94#p>ZgOrOy~cy-o%&Yk_#)?5U^)tmIY K$&WfGjo!$9gOzk=j~ZM5MRjNmQR%9qPv>YhzA$VE+I+Airnu{-499g92g%35)_VrEV&v>9Cq)+@%M-Yl425ET}= ~CV&9u(@J%yRV`+^V@$p3J^rZG!nK_LnLl@;`y*SBcbSSsx^g(Ao;wW_%6+)1E&5o*&h{A&La>Zdu?0up6Wlb9XW DO{ZC-W+^ciH4whsH3!$`0_;=+dc&@XoF>jhXe)KF3=}_p(eK-`FBfHSs|v3l6@;^q3eZv4Z%3KVvTe=NcIufR0j {L#Ca>M9rcN&AcPmk}*o1)j)I!cyJyu9`19}dd7TxUlKIE!i7nCzvR^w&qLd_|H_&9O|V7jb0LiCW_>Tra%Ttvgn #@@$mQlQPcWIK`$>V8CCb*!*vmR==A;qg;EP<|Vu86x_a_(M((_ZE_RaTex3X O=Z9Z@a-4^rH&|HMNPtRtYFh|?)gyZ})O!Kc5MmypPuOOW^F3~3()W4-j>I4n{OU0fT(r&o3nxR;E!8H$-iHxMEH WB%PPVL#0RVkuRQR24Q^G&)F=P>XFG7-=4^on$9R41o5`Q3^4e{>VX%gnJoS!>9x&B4UVY&}F5io#|m%(xc3JBtM *Ye-ZzlCBU9a-p?blXl3wM6y1Ri{}}jSVgk!Eb_K&#;>5eIg5)^pLyBZ1I1l_`J_AfykiYRP_BrTE&%$kSV)tIM8 kQtn5k;qUfdtKqCaLi^|-g#fzizP485&P7;!I|pBIypd|G7CN^Dq?+C+=es&kjH+PI;11lK%=>9+8}EUAy?ki4U5Y@qU3OTnr`0}XkK T+bSMd@#v@%9HSL-=jpZG-%9Xp~9V60ILj8yYk?T7rIqkJs4j62D%L7TvdV4ZwUwf2~WKObU0!U{P@(Dxd1DEC)H {p`h+|ue3irV1p#vGoItI?U-O)iDoSVu=biqVaIM=l-WuY%lgl*(j}w{loU$rG2^Xw0s?M`-7Iy~`3Hsr~DMNI)i 9F|)H#vTw47{wA=PgzFwapZ+8T&8sD=edx9mOw2xQ>I! yc9JngnnbJb@D$pH(K*)-W_3!uuDA!t5|rcN`J5=h{4+kgYKpidQb!!y95C(mWI38QvC0h~r=xJ@3UOL*Ik=V$B9nmRuWkk9@#5c!d`|JBF;*fUNs+AqResNm}@ry e+rPV@nXQHt86>}QsZtd9BuEbi^r$C!vqc^RJ^@qJuZeu~yfm5nKZ!+8ny6w;=IU@UrdXqdZauzD+4Rj){`LARNY ?UX6npqcnQzO=~$CJTXqpZL*4diKu@6IDAIMhe$YA?wbe8;L8_ vo%D2s-p0KqwB;Sqol9=ojqY1pNqaWtEak#5zd&3$2Nu2$nX@kdHT)hX%shwHU_&7{wuk&HnJth>I$NnJ8&393>KAhu gNOE($JwZNy)MMui?g^U=9-+R+Y=mV|2f2{gA;-ucW!6MG;_z+hXYF%WWaPwAGR>BV%&e+-={-Zi8CaOKZU^ol7! Wa#2uAFL)4(KVN7*qLPu8{i>c8kOz!jh8>B%+UA{zA{oKZZ{2gJ#p#gE3hZ5Qs{cxwcwQhy7#ppJ?y<8_h|m@ 8c^)V!IIAIUUM3E_P_P3c0@ck*G<8s3NdonuCV#W)z8^WWkcGkg8pOWhqfO6ELezZQvXr*qc49W(u(Z4`Ms{TVde OETCCD6h@V(lSeZ!AYHkzMS)d;SEZLxWoyR^ua=IlFD3`WF$O39U&Tf^jWmkq+G;*d{5vZYs3yWiiECFFg_A?Pq_ 3tYK*7gd9G7#X4jD=`lVb0z!e&DO2|r<7=E;?ogfjc6=NC()fy+gO5^o?Jcm}HbM*&Pt*g*CZ*CckKWAj1`;DTZUV5*6aWo}W#dj0D2ZAppmiL6$Q (+K(A$@Rqd%^s{BfjWiD1V++=P%etW|hv0>Zip2(xN<7@Tvj#Wbm4GY+_9UQz#>U=&<_9Z^mM8L9o^KM-T=S+7_vT9e-UjU}{IgxD;LkmJ_T;m046P1lu^*%adE4BK9i`^n!X!BO xjhq4PY6KX@XLJFGOP?n`B+#!|&rWgY}gzmhg8^n(%qoC_5m@-@coU$ad+4djY$)8nGfmpse e50b9co-<2DE!K5!Es4u7-lP5huWHAI7q_D1&%IMI!>77YTlAXw;v(-6o)TPP|8O8kQY_868^>W(_u3 hi-gMj5uoq&rAhSZ|ZC8kI^r@d&96$+U^9k>*ZW!mxvbhV7lLSN!aJD;%n>%)=c2ft5>`@Jdmv^3cvoTJ>bYnjW= n-@Z0wgr3%9)65!X|pqe*!aa#7E&WWE^R96VGMur H_KsoCdLZRhomOp^n=^62yIVN0oDk}|ATc%7;ssCti>#WyaLL(@ESW{Q;_aL%jN0vIOZ&7#YA2o+hn85NQUfk)Ms F9KIoLQPe{;1)dW(klxjJtxw>Pbr>ggbMZtBSiixSnv;616s4kj=xyc$zcz%&^KuW=K@6~=o!Em= ;yj+XkwsaJcLcnC8T%dZTh`h@bRkYk@&|tVT72BHT4PN1A_B6Fq(-4Z+<69!44$4l>rMiYR+(tT++I?wJ2x;*7O` (WR=gu6X6qVH>giVQ!Ze4O!6Mvy%m3>6Sn{K>3-W(C3RJ@M)TZ+Jq9DDL3m-i2l73Z%X~g+8_~Rg7s)tkYW>heME ep+TN@JBX8Z~RZ{wq*noHaAIaA}{)81;;$byaul>s?5?)R4bW<0+t^{`}7A%4N~tf&LME%rXbUP5D)Obke7vft%Q 0VaAq#72Um;fn`x#Isva5WvklNAZvk=zl5BN}i52`!5-@sL?*8J2g%Vrq;dM8%v2Peh2C$cOr($-Ga{$@ICt7+Y^ C|%}3q0v>->}A!d-9ZOE=TnA0CAg!pzxyBZW^n~!ARt0nlitsy&bIq~kQi_ukS(MXaQF`RBYS=3BmQ5@>Mn0k$^q {$szwi+DRKr+uYG`-bhWI~O$COyRY*u(^H^2(|raR?B}?+m5&=C*{9e!cO%ELfpa556g{;VPquz{?|VT0MLs0mKu6g@bVkHMSJLY|vN7Y{U(NaQo>P!=#xXHyqJt0q !F7Y=slUTD5JjPvC7c;{2y=!BIFz5gO8WJNba8uJziriCq=5ktyr6!RsvBX72(QB)_{Ox>;w C>SNI$%M8rHC4Uv??sIr3^ v^Pr_=i0~sxB#Ijrc?rcPd1xiMhqw0N&On){K^bG<#NDd8@}>d2mKuxlF#OXY~l)Lf~d3sIz}xea }ErPVrSji&YI$;WCSo%#ASEZB}%(D;fV|fBq^P?m>WUGVueldyF`#^E?(bp=_d9bi~5;2KTX<#RTMWLd9qRuyt>) ieBQw{={>)CzjdJfGG$TlEX+jxk^VZ#h9H2`K#9YMA0co~SOy#6~%qCy(hMKqHB6=2BEa=gN daGdNNDdcK&kJ@6ZLU-;}Y$x4KDP}ug_yrm_rirUwv(^8qOG;!V(4$`6Y*jO)v|G=|nPxi&g5Gsn$OSqda`3~RHw 1{%EqtGfJW6EPgw8}TvxLTH=9l4pdDE1zAPP3mj77@w4+qa}qt0K}x{SIx)>Ird`_@w4+o*hpY)$wAs2*$q64;A2 kVQ+fPXf5@5O>&yN%swMKd>b8yt;F8E*sAX%_Ko|rU%8?{ojebkzyHi8_TXK5dfpt-JoY%5u(^gq>Ey5`J}^AZUY 6M`*ZPz2twwm@o$chMONu^04Hgy^IigYP1Ec~d5;>;0n;iR*wqid}6mZ31+_gTapa{oo*3!6l(~hDmGDM(pJ&*mA 5EB#1==nEP!lwNzd(XAr!uMn8|BtfUhziqVp%L|_-~1Fcgl$f$jVxlj3)97Xwum2~mY<$KZHAoB4X(Hp6Wr7De{T N4|>AbCl5*LbCD8P&X`G_OHC1 BR6k{+%@bfT%D>|@`C6+d-7(e+ckSmL*M8BuCY4d#3N`+|a92;gU@KWV*ML+EP7V;Z4zB>bS*Pfk{4+g-KYQEtn-)2!9nu$ DgFE83ID?ZneKy&&MZj{TvSYi)}H2ML}YH(N7*vJNwf(6zb(Hl;>wWDim0224Hr@N&N6qmEXvDn`kjq(f@HRpt9B TrgNu%F*eAgj?mlqDxM77^hbNkU!9B#!Dji#WZ{u(9m6uo^Z)=1zQWkrABh9gMNo?6coFyQlT!cH xw8Mu^8@<4!CM~pg!Jw2^MCZm9*c*!W@MxhG-9a7}l*my8Y;@SRl7$tK3bDD|A_qiH$LlpyTPXSke5BCG0rd*%_5 A6&h?Kc4n{zfb&epoD0raU}hV$!DPYRdvvF^`I-~0WHasamU*e~dOND%iDJB}3E%lAZ7Jf&nWp|6hCpxFrI&U!B+vRE;+I$;9Wcb<23MobBqRM}l2%h`Hu28!<74NII4x*`s&~A1I_S2 WZCT#lLwchipWQ9VBQY>`p#oK?F&CZl{`-MlGj@TpcGQ4le}Vn^tJDsF=U(z*n<74p=oT!}P{8i7|c-lE!K`_R=d NFfRpnC6gL$^x7I*x-$^nlZ$n`7M;yQX3vJ&UVXmE!o);wLi(-XEd050lWeoH9M1{L1JDH?*jhW{gYy;QtRc8@Av eQ_inp+(Vy^WhR42{0(6L}NgFNFCYH0~t;f9$gU6+)pZa97C~OgiGzAe=wFj!P8Y;8^bMoMe&7Z#7{OQ@Fbn} bmH9dV~>iD@=tn<)+18IVcSN3zzIv0kMX!-y1KDIX8=%->6BZCN*44(Qy-;s)Y+Fe7Z8fh@-_I59s|=jHX8uG_7DtN }3t20;vRw7`PZU)i2ghs6Op{0n$s{20ixsrajnhz}*}Z-55BUU^EZFw^XR+|9N)y3AwhghB2G`CV$0W)pfNQ{GE- bQ`Sd|?tci0Y^2C_db$Z@UrydG?;n^1JkQ4nBm2s<&FOTGWr*h#pnZll!+lFkHZyW&!e4x=$2B;8r+TGJ1=t=ZOeL;z`bdFL5%hB9U>(i31FIs)s3S0hGAwTk(|^ivr0 3q=`ElyZ-Y~lZXW 2mgaIT-i!l|us_(}LYwmy*pQW!ghH6&UsxKS%2L-n;_QyR_gZ~|LT%BvCGoW$~lD3-aTHx@09Ir5GG2E=+-chzq9 `UMBOs||rS;7$%a$GMc{`N>$J3ihy4RfWnt 9q{DqTG`!$%X+bsmB2M$1zqu}vUSq_je3K$;Kn{*&5`uBgG6)(#n`&Wn4(7Hk3TwRtIQb}ylMD(N?2_D`N-)rsVz !j6Fu@?d@6jQrxr1Rkd?B@=4vk8N-Gpg+>#!uCSaU$ZHy&(PF$wGzCKo(1>4gE1VC8Z^;z|@O3-WRgWV=yz$dy^a =4M~iCZoE%#lzdeC>0g<~7Fu0tG>h!U(O_UPZG7aNnn|m3q9}-BdnXX-ycKLNgOdO*!9+B1>3MOr+iWWNmkcf{1| 5-=qe!8bs^~ff+lCt^y+K#g#VQgrc(t%A?BH$2gMpXK$AjxTu14ZO3%28$tB#0Bh-!u_+1a#M-~vD_aA84fzBCpy 5WTQZ@pcYWrOT)XmkDLp`wT|2@$|`A4IT|!SWO@aBS>?fjp`~a!g^WufnLyBv#=??a9hj@afeG+!P?A&2*%~~M>;(KaJ`oz`bP?i66 Z=oEX^4_ew{rJH){a=(JM^y;66v{a(ql3jbUE6F(k(Y%a|--Yjy)@>I`55({tFWR iN2x%7tUDoXWL{z>n*IDbfZ&fx^GG7>G%q3q27QMa;MH!B`4uAKa@pUir6~p~{kr)LSU(Knnk-K*!t_Am;bzD>T* Y!-of8{O)Vo|U;?*=h<#V$u*QaEswOrkg38Ke!?U@fs}{SS?;0J}6#WZr6Ddc4`{JV=I4bP8D-<4-W|CcpQY1sSP oQX)^Qgw~kJ2bchPTaD%OxJOm5h8yT(9D_fEi_hDL J-honc?YC8FQLbqT0C^x(|${QxH+c;>$1*p7~58<$$;WV054kdJv+i&Fb{_<_gCb4?gp$AF}!bniPGX_|RUf%q6Z !IMI`5t}y-A&-rde}fUlRJKSCGCR!2uF7#-xxy4bewH0`jNBOjirZk}Hlkw-6&NGB^3&yC_jrsu{i(0M{NWX&hY% ArDM_ZSZTjG>kE5uWY&*Er`!o>K iKr+2b&w3|xJFUSYVMM-C2tw879Y_ynY#odH)8zH6xQ>v0FXMEzH=EjQ)X(c`JIXYeWot%ZdoWA8(tvvGB-}T34Q ?Gl(?L@do}twq(z(oRIJN-P$|4*79SYIxw8d!QwXeVFM25+BM+U&6PrcuX)7HJQa<}!YPn>aXEIJeH%VUC2g-VDm cdEw}U<>>l{9roOh*0%~DgCE!N3bHfU^WRJEn93fuCnN(EjW}UZ>*ziIOM4ux^M$k42DCm*=U4^4}Q@n1dd*-pk$ `6tvRUD%**Sgb4PrbR@x&kU0JUySDT6hy4Ebp!x6V?<)4Y?S~41laf5dok2E%U)phtS=CHRTb;0zMAYQgs5+c41Z P7g^Lkn)JM91j*J59OFmdK*5*bI*dTT`{Y!^*=8#ZsWWiqQ~dpr(Y22=YEnHegyt9(fl(D;sameZ2&4Ukpc5wkxh ;g<4MQ>E>N+6OtlqcGB$@G~aUz#3KPpF4AHfGpA8s@5LKZK%YA#Hx|XBZ=7>cRAoRZMt$>TR?=BzYzi-_?AvGxhp TF@wbachF-~eQ2m8R2fK{R}^E6#A2~J|l2C57k$0KMb?Ki(}xN38|-ppiTh>m@Z 1j)D$;5*CYrc6tasv>_Hy(+X|gJc<|_9dJ}(sjiXRxq!=vOY8(YaEZI0RpRuGI%sh^FVrID7o~y<{>+<|Qj7O{7m %h6+a{Li|X+*PR;ri^+d1TxM;xtam3`sGl{aQ)j1Jg0F<*_wCDnfka0%gf|(M?wy-C&08)-L^}(@pKOKVfK7!<>Y bH4z$K^cs&he`ya)eK@%-?vR6M4OYI7wC5t%IS8CXv-=yqYEyFupJrO&Y%AY@FJ~$~qENh&GcJ&N^vKod(;CcuNR ^}vz<GI*>+AgG~urKvjvYc~88oYoFe36duw5JU0)XKKKHM@)b?*(g_lcMO&++4l<0crHa8CteJ D+~$yu=oX6Wt|xOnu8wlh>%1E*z1-#(beJ!mL &1}YO`u>JI&=rNt8m)iI%oI}S#r&dPjdZ_W6!XJU95bmxwbJCZz9p?xc>m3B pPMwJNf^F^-1sfkPsCgPKEDEh$l0=putOB~!>2S$aXT*s=r0;-$wvOGPZ{VyJQ+?%0gqees?L=X5I7NuB5Jc1 A;K9z6rR4$k^I*HOj96UU|@DxUcTHbt6`(qxFhLy97y1bGONn700LTs(Ok4cuGu53n)-}YT3_pue&|!1l$}d;GmG KG#uNB&1u!Al64mZ`;*vuzGka?3)}mW?o8~p`0S`Zo1Ij4v;weXvWELveliDV#Jni%|g&(ja!I_ht3I5|R^a6p)g ;342^*)Dr^#LTRO@*+4P#CXUSc0>cGBnk$hoVT)hxvDec!QeVm6BU3#qm1ASA>xZDuO|~RA{5qfJ}psy0v vRtaq2X~w84&WxejBc9GJhmp4NZoBJqMYXt$7u*aR=)BANmz0Tv;`1W6Nf$8_tniO4t%IJfI6oS<06u0^MF TdM*gOt*RbwiP%)S@`e)*xrbpQG1JCnJx0PEHx@!Gp~3)5j!jDW+dx+-{6NS?8y(-%-NnQY4DuS&=S8dgb7AC65( 9Hr=AHQLuSj5^Ab~McE=2`93gpGVbO|;NI{Uogp I(7RrJMOxN3Gxg^1r->`0irH!pbwHJs5cFV<)!f;qw_!9aTxeRmGdMa?f7_6K1k@R>$(hKL;lT0>dEwEifm36{B{ >dbRh^EL4<+Dk8FEz-6_(cvIi!N*)gR}mG^(h!3=4^oLa|>=;NGz%%oRgRW;w9WXG(GViF%I#wqv92SR`FSShflw 5mUF$xx%G@=0BZe1)9iX19s)NY*af8~z+xS!nGrFRtBjby$rkdxqzK5oPO`b5Rv%VNOA)N%jLEOy^K9Kr4zo6;tT miB|D(`pIyJLA(5tO*hja%69X{U$%dR3~hw=g{y`wnKL;VV@y|vbFEpwRKqhJeX2z5I=A9FH`WuPv#(-8$@37X_X MVc$r2O(MSkL8Qh8rK_A3)TU>HwZ2wS86%g5Mq@}hWC}4i_jFKIHTUjyWN3(&K5Rhe551aMG2CZw$zdK(Ho^d$<5 ?;%y$RsQeRis5x|Tb&E8?Tj>Rzhy|+8dVUM>jlDst1pDA8ndvODx5^cnbC}-nSoB!lW*HPvc`#tO`xRN-`7MFaGbdR>`PPj7}<1ZGlt*{a^DSxMVe^?z%$5?^{!l)am1`FDN-5w?ftK=4XNHo6IYe-;uS=gGUiUh!A?dF_-@xHqFcFtZrm`znD>w pamjBu2SM(DhRZ=Hu%)<|{E;7m9dj-V3A?N4ziG1Rv#>R0p;x(Fz982R0 a@O&BUNMkr))l&DD?s**|c)++!2*^V@_ty!$gOY<6IoeI(;+eP7dyW}Zjxnkp E7r{9!pp*YUPTNaX&#|+<#_Nf(DmJTtY0iv4N=3ZP4B;E)CDel7{rZdESM}%je=!JlVy9c0aRhITvbGtnixcrz8Z$xj%o9e2TGtHPoK>St$HtUR5Vc^ yeK%S>G5Mw_tjifrjMphcZ_jpfZwjlQ7aeH@T0oGawnooMY25>%x2;V?&?DXU=ykQL`$(5tIEzMw%Hq(yuhA&$gV ^UGR*uw|jJ0P64GBh&ECi4_eWNIg+VdI-fC9!4Gnn|kp80Zz~%F~9Q#AH~|FVK2(~)Hwdx17*yfNbvy$94rK`1(*^O6xJ>(XG }iUIK~z?3FPU9EVCt2MEtVqqm=&SSXviL;XHgDW&o)c=UBetJxb)_%8O)T3&o6}1I!t< aUIHyAE9oj};{%ZaSI`1i06Wr*4=`hH{E@n1We08D$7jMR9}3UK_gmf;2Tw4Z+jJBzWIgT2O1JGa?XnN@ZNE?c2_b^08 S-KP1=OoT=kk@r3|TpUvX-Usj{F!aGjO4^K!`M>r24VHP|-xIJ)wG7jHuKKPPKRj=$E@B=XZ_lVToX|A_v}evXXl KFmva>Re%v(TvywU_aomMp)7exS k80=8yX0T#FVmfux+wn#e#9FRtgNsZp^Vj?01(>QB7;Or!-OPe?nXkEay3c4(Fw^jgZQ1t7&n@byrCvWhOR_g)y7 WX;dnBV!*&!NMBLiF4_x3FS2qhK;b`<`S-ECBU*^Y+zQ-KC%P$Rs6K+=IFl%5q3H2ilIn1z-s2!u}&!X;Gao=4YVl0*dGX e%q}gmdYT}g}?xd)Gc?mWR$`Z7GVu?KmqM&yrIrWsDIl|km{09D^xZ|Xr7n@wR{dzg~Z(y5-WA^YFH8L%%UV}ab=il1FXm3qe v#=1U{4AEGd1>wxX7M*l4LhBmoDAJ%7UW=D=|0IxTjfh);>@XDY20utx+voMC{Gm7Hs31iAS+mAzl)U+$5$;EH1L1R{sJX~ }v*?)Vw|NJ22l^lEXurF~Izuy{lFFvxI#yiD%}w!^b-bxZcZzm=?~A|A_^qzz+x!dHU!-uTt6OkBgOFyH @&_(}g&m5|~mK3fo063r0X~w)z@O-V>o@vfEmhGMK@ss&mT ?V6pAp2;zn;tq`<^+-gl>`3q#$Xu6PnHYwR<^YbQAp}b4udS#T&ZxeZ5Zfi>|n4`aC~4O#A@1j1;e59xaNO`8Vm# >s3Y*RyE)3Ca=Hg47E-fjLi8?1jgH3$ddmLP)h>@6aWAK003ZGWmEtF0000000000000&M003-nV_|G%FJxgaOha EyMN?BjM@3UFP)h>@6aWAK2moMOWmLaO*)t0)003rc001ul003-nV_|G%FJxgaOhaEyMN?BjM@3UFa$#_3WG!%LZ **@hWN&wFY;R#?WpXZUZ?$^~oE&ADca5TAP*hOx#1cp{lgyoDlFa0q$t0N^lT0#`W0H`hdb+y1(mmB}RrO2;WCd4 5JP<{^P**{46z) wHPvYz)C%R2ll%lzH-0?RrN@M{Vm0+gnwoNrmr0c-+n2HXUAE?@xoe85)#+JNr`yb$mXz!%DRz(&B#1+0JN1swlD z;gh9cmdb>y_U~Lr>6rhQMexPnSdh~a-H!DInS%{^8~;T13m@tlYplK{yX3Tz;EdId$jytfM)>y{X(95!9tE-tgs F6semg19}hSH_&C5_fM){kUC4Q|+P|#rlYox}yj0=kfM)|<0r*6~Hv>Kc@J1bXtB(6D;8}oQ1jH3s-v>Mm@aKTI8 td19K#BDm?SIxHp7WW2PX=sU#C>)x;yh~?asNY$hzDm8&wpIoU##`7)A82>b_2c#um$k`Mcn^ci!Eym@SMfm_r;6 3&NYj9{x>e>J>9UF_j>DM&U-K5vjKml{U6`R^FO(f=Qy{K<9ix;zRiG31ka7cZ`jEDeMuwdxuKEs-qy%_`$8kn_j T=mpVt4bk@)+2Bk_Ai6KF>02(TY;xQTT6rY6$wtxd$|w*apK{DGF;CERaOVHI$t;B5)#{e;$k1`zCGeR&DbdFK-D ^BYUJue+D<9)G3fhn5ik4=*7dpS9Goo(8ydDfhE>Dd!ypd>-J~Ql9_vrNr}FwfvE#JjYj-5|0lm{L51A<8jTTk0& *g{+`>+eYZCg538Dqze@qz0IzQ5{oM|@UFZ&Q8Q?MyLl0oSh3C4lh4=D4z%Ds2;5xv^wvvwe0GovF0AC>V(#mtcw Uzt1rIqV`s+D-Vvz6!is=}YOl1~2y*edvGJkZX0v+bnE@pkrqllH%@o%i`8z(v9*+V6}Gj_>Lq{q=S5yt}misKR0g?|ZU?=f6tJuj=5vzP*F@b!!Ll`y U;om(x1g|J+W}=d(MxPrH-*Y3d{%S{1J7B)-;kl8+ApZU#KkNxan+PT@7omKqVQJj|HWlo?`z9A|J^$7J}v)D%MUE$ejZxJbNx-*AG4h6J#jhp%vsCHKTEWJ<8rRIV>$ 76a5?Akmvf#=w0zle;`!Cfd4K=BoO11}%el{=F6VtbsPi|h;JnXX!TQD(#DDh+uDf9c$880KsI!Jw@SK;d;CWuA{ jXB^nibS<*J=5qE65L@TtR%_v4Zz~?+Tv#58D3M6{MdhcaaXC)x~~2U2Nak#r2PNkw35OqF#G<7wPx&UA(_vbn(1 @>f(B5uB04UxRU$Yyprp>D|wF6O7i2R*1u{c&wZ_y->Us?T*-a>%SxX6Gk|Xa{M<_7`=V96w-c+luWMEjukY9Lrv Qflzq^Wj)3lm+UA>z9Hm>IWcdzC>9$U@xkFVzbE>n1&_J8kc?(5`g-v6}Le+dvIZhd<-<<=9siJyUP;%~g0{jTfg dN+2Hk3QVZ^W6ow5%4G7lurvG93cX%kshvhMGwz^O%L&TZ4cM~a1Zb86Mz$d-|Hd$4XxpMC)aTOE7y=uKd^>!_m6 A1pU$<^n;X{h{Moe}_rkTj@5|Tn{O?@LeSCZ^_y1WySN6S@^wzbG?Q7N%zgyN3AG_C)9$pGq0=#}5^}y-tIseFdw nyu!r(UV$cdsX(+`gXo`Xo~$oVeS`j>6wxnHgI*Xj7TYyFK{zD3(VxRLv~RqLm< {H2Z54`0`Hz704Gc(<<8-cPx=vY+(7wV(YC_H+EPevUuh&vkvRpXld3U#9JE?B_nN*YWS_=lt(g_#y3gQrkbR^L$ R*@6_?%=qH`u4R`|#$KUpo&tAWo@FSafPha0mI{o!#+Owx`;eB;&VZUu#NY@@9Ols>Yz^d@w7V7hb1C)zHfJ=qX2 1ws;8{qhl4e)&59N@ga8lYT#c!2crjIEr%bt~_E=T_n;*h)INcq`BIimjCE*KQ>r{F9bHyjAt`R-X3`9sgs6|Ec{ S((+@sslB_6e1G;f;_v)z#9yB`g@7YE1ysQs?>pV`56exUIF9lW;(b`XzG9_0C+3ka2Aoj1sJ4h-^MgF(vmHw<#!lY`v<=Lb3d+gktALEh(Ywfy%%uD4 ((&vo`r>XqF)Y4=^Xlk|1xPU87Kz}Ex*d?)w+qFtQlrMq|^*X-gvZ_)C1cc~q*i*n`M7_FTH^;Z_=KAY*lRgG^6F)n5bDfKJ^IX;4^iM9`O}hE qZt~|{yQzo&2ndmFJ$(=TjD3Kcgf92+9ADVOecrK$bn>%3?0@bs&pSHI`|^jm|7(VculEgepC2D4{eNMYc>B&U&- MLb(#3DIeC7!Krt?QQZqEqqn9K;z`Qj1I`*JP6ZiM^1euVLkpJ@A;dkLSpm-l)8UbeUHrJOmW?H4P2>0aXL>b>00 8?@iY_Yxo9+DkkdfV{O{ODeB8K?`1|NS-rJY=QBHnW>mR$H{hz s?_xqgvJogLsb3aS=lmFWkcJ1f>*6t^LXZDkibNjj8ZTq>-SG4>?z^euS`+5FL50JjEIKc9owET_(T=ydiKYf7v` nLm|?@J25qwr@6|8RixcG@WCJ8P8Vo;}L_K2OURjZ##_ytn8e@&EFJT=!}n_r`;?H{YrCUpmP1eC;6D|E7-n-a+!ukF @?T2Z{fO4^rMe^$^!ten|QF5cjk55b<*C5clIBqF#B;A+CSZA?nc&93nseK+6q>S#CK@{0$%G{KpQfy?L1HzEa@_ 4s+da945ZLr~U6g%zOHi)<1lh>n^xR?YWD{pU=OD=UxMNDd75xC|7Q~i0AmhMa2697m-iSIYK%={|N2m!6T%X%Z_ mV*BoKLH*5V(TK~}_Jpb(qzj=iB{mUaf=iiQSUki?M{4@4);6lP>$T?(Ek35!+7DA4EOPp4DaW)8J_= R8Op`aWQgCdW_aEQGNh9~Y5DPEj0-<)jQjY+5XUFZ8c{vI9oQ(fnm9?$^@GrQT_sbxlmy X;CBFjVA0p=kbBm?Vq-oQ?bm2o&L)2EFD>%p_wYOq?a#*p6kAWwIXA?M360iXt+N|Qj~~P1rTU0$eTu$|T-%AZSK zr7??1;gi1!!cxk|?fZNvv!sN*hbAdZFqgw~#=?G1pd@f?vkWp0bMnEd@C>fQ+`AD!N$bzl{1pn>vgFW@HuPt&vedJqTex{|9vTZd{g1&c&=`sY#jkS3(vpd{pBef$)C`|0uhW!uyE^(!a>)k7)fWIis%aH1Io&(Ejass#^c`` t6!;7@{X$iwC05`n%R|LH|Q|-i`Nb0sptwzYNcF8_4tW_hH!^p5+aU-~G*+{dbwdFW~uii~hCf*2^*GQasPbb1%y O0C+q#?qxG@+n;)u*wp_9*i7R~G%T9<6&no~Z`v!uSuSg7sxQa5b!jIv!%zIuq~zpndjfz35_*Q{Tn&&v+iE^`eV<@cvT3SL&Eo ;emT^{aDMQuWj`CDc~7^2WH^&&3OK(@1mR6qW!H}hWl;ePN!?RZ1KBT{P#7B@=*SsCNe|k7F|-Y7?T`L^*;yg05Axkt`~@+h9`<;;Mm>)00pehBb2fcMM(0dKQt^H0nA4YY^k@7IDC9rp%{dT~F>A)a?>p ZgR(pm4q57SG%8-U;|cz+Ro>U;|^pD@CT_xuk)%>5D|}06u8ZCU}v~^>oyK$)aBUUwDdm-XRe64_nj&C-Hnj`&Ur ^Ogs^up$2|O{1KkX)ct)H&!9!y|B0#k-{QFe&tcRBfPSh??7ck=j05se_e~Ad;dkKa!vj~w*vRq+H`&Ugy#vpC@V*%EO2G4U&Q-EMJfF k+q6Ydlf5p>=_rCz%sPl-=^rRX5xKzu>03QN;2H@ubAJf2?_71=gTC_*x?**yx-@@}^eRooG{zBoO@jQ9PdggCoW 7e4po3gfmW_w{{pg?0;ixFvVo^`o$f%@f|3+kvK~c3kRYOL@{Sm7T1cMPoUK)~FmgCDWG kN^Ue&anWK{h&i8>*jnGYHfMc(&cS=uj><_7(;kG;Q7>}GWm-RrrAkgxW6e0KoPFH$tC1^J`i 4&4xRW>Mn{+}ua*D2Rmwh{~KbmzS*?<$(sv>V3Rn5Ajsq7RKB%?ZKkLuJ>a^6|HkgbL8SlQ1?rM{t~U*3#khX#o; GQycyny=HGDD%rl$DDCDaHPjZzOkA&8|sD0`%&V4W^+H^SY0WUqq5WvnHN@0cv;s}?lUh^Ssl-~!OShzH}Ex0RA> *qi`}ESz%?`gKsqzE39*s1W7uqWnERHpl6dO2Qz-9HL`!9Y^3ZN{v!I`BlX)+d#|+s5g>Gp3<%m>k8o>@`K(1OU3 6!0M_P7&`6|mBx-b$r3Wi1+TOBMWj`9cX#WcQ-;qHX1jy|J8iyRAh#-O1M0R)HrX{FbdnySC%0fC~E+74{J5$67Q L0P*E2rrrbg6kOR+!3*uNLK*jAYReOV!;bkadKI<@U}q;p)&4@cxo6nk7^EwM*H@S*MIa_(4US1UMbB` D_uXB^|g$O$5=L(s}!&}ocREi10;faw)uJg(}{8f(^z=^kG|tuncul}iZkME+%AueRf7Or;`#H8UtslSv+{u3ZIH7cc{vZ$mb{{CAMLQqfqk@7m@F!|whMuPoye <@xexwow!QIjkQC%WY0A#HxpLqp9To%gCnDFEBbYU+zW2han_5R|g+4$wcGk;#QOH-_A8x-qUI9b7raE*Z2--Y_; g}EVzDh0GYdw)9f-TD2$6KrGeo<+PD{nweGAFjs!X6ygUw+wfejuDhRc1l(X9+Cc5=KDnPvWAb }7SrLk(s5ljhcDFwl}MK^f|K1x`C@)^u}@o+L|v`n!7x2ZdJ5fMunw=Z)gCQZ4KAEgSO(h1Wx8y+3Ldk^l2zk5u^;@7;kPmc*%lSdTOi^QZ`D%PT&vJn0AWB*38z9Rb-5U@h 00`uD>*IX@Ww#IHefXb5z3kS`|)pZaCB6Gyf~4Qk!vGipy-+(yRk4;0ab=gTCDou{BR7c8dnMZ_9sjim4(QXhWKE !YwY1_CRZ+DHnz!@&0EWeY<|93Ypq+wcCe`$XEfEVTB|lXH$9@w;0at36AcZ6ZlDcVa;8W@K!=-fJ5{^_dl)zC*Q yQnAgPKzc5cPifI?g}XtE}AAaM){)rk);?~4?~&BbB>x*fM>^+Nzpfs|xw+~Inwzii4d7-ig~0`cC6wK;~e-OPsFrjl+RN0! {IYIr@q{6ZR)c&`H&)zyJ8~Sn-X0cSBvzK%in4!GN~3)N!V+y%4Q*6%0#pz#8URr-Q3jxa90wZF~x3is)E2T8$&m Y0&}4_QQV5R6OJfyZ2AP)NXlMRQwzh+C-9B3$8u)A8H4KdY+@%!r%E}j1}cnFIEml7t<8z+0I?A{IH b^LwIW^(jvY+MJ#U`nU&PcAnwv%sLHe+f+cZ%ZNs#7xAa +C40CnbH7eQS`Y=i45_rm#Rg*M5a-G~)SSU}%*37u$)lB|LoVYxRVZbi@7TG2gu<+Wz0RFWM4)V8Uco;9HG&m^lu 2J3tMvFRPCSZvGrdisY+B&?;+L|+B7fdgfcug&+MTtvn7JsH3QX;x1oSK;#`(n^qWY?@=-_W9t6xy`v)a6#64v93l$ED6vI?05oWtUUIBm2Jh5)Cz10a5F~AdAF|uLTq _5Ow4fR<<+uiuBVljw?amT09RO87|wjR=m32T-fXT=Qe>DKBLZEIBsAi~U0a;^*;*cyU2;~IH~Ms=Cz^^~QDks>K SFs|CKx+FJS;r2RM@5_K1cqjDg;zgN(eG=^FWB-&0+^mq~r8>$BR)U~rX^U miv={%tZwUy@YKn)sN8mb{MA)!4rleWhCdq`LYh%K=P7P{jLD3_`Rzj%#=8v5OwQ!Rn-A&kXbH*V2v*IU$%@Jcpq tP5I2hXz8;8psgE3y}~sFYx@aQq|aG8aHf)Y8@{JQz!>nl#-zZlqp^{G`e@V&(4*cu%NZA+?v@$GAa%p48uc(|2t `7RFe{;qLLh@kwsMMUGGp@jvI%eNWlhLq60Kf*V#A`76IZ#9VMPHjXkleB-$s3Py53_5PX$k_k~qs3BantS(36GC Gc=E)k4Ft=EP!7iek&Dlpda~C5J^fJF#(RjJR%AMqb6lm}7^3xKNdaaaUD8vWC4A$*e`MVt#7GK3s9fyqp|NBu&j ^vKz$_C|7CVm0Vii*>cpB8d5PvvXBZD9ZnD!drC|zFjDaaA%Q^SVmV^9owB>ZNBw{} %sJ9$jkvIaMOw}+{YNBnJc7L~Y}Ah>iS3I{Dq34jj~SN_D`;V8j2{yw9xLa4D88(nnVLt$8>0s<#<&R@`%uA{$?$ ~GE0{6k-ONa0+Xc~6Uk|7)5r+1S(IC6s+<{Rh}Ezzd|PW*>s}aSq-OJvfEm;|>4#H1LLUwm9t_|Lqn75onOzs |n1U4Wmx0yCilQ&EQneD5%kUSfMl(-|uR^C|ahP<2Q33#8aKt#^Bj6Z4)!w0@O?x)>4sWvd`iX2E6VG;z7@qjjVs X*y4^uZ6N<*~c8C@_oaviQMtxt=F$s>8m4sZ(7Q}3?EoLqO-Y`L^N@Y#2!A?TJd>GjmN~{0T*1(20#7<>^vA @SEu(1pJKM@+wQwKOP5%KiN<9jVvOWy@{6a`fiv!-2B7rSh=;;$7Zf@CDyY_qV=j~|C^?Ll~^m_u>}3htCytH$dv hgLT3x;;J?142Vqg&*gOSj$G-q{W&Y3b~++gEn4Shlnse+wiS(= rk`eh8YBnBH~=(lxLLplKs}4c3E}uU0B9O_5~ZE ^MRL^5oo1uI|4zrL0WizkFkv*uh#Az+1#?K)=%~X)3jw1?C7j9%T{H)Xu*M&9S&q*q2gp)BybFTBh9>``3|(GQ6gtcM%s;;ss~fIt0T9(YxT<2E0#N%mF?NCWy`W1%d@M-Tz4#&>ssw}wrAQ`IbE5itE-|73-cjm_kj+wp`V>`4Pr*HPNfy*4FMo?``t%AsziA!05j!9gKg6W%c;+$HGdVR>~thH$1 `1H+^y|fv|WMTT|2}AHEd#R|&OH<5Un!Xw8S8|w+Gkt0LicI?3Qz-c?mY^MR~Lwhq|;DZE? q~MZ=ZA#2{R`{N!_^=sU@!5@!KB+vYHN341n%n_UdxquajOh@FS@h;9CHSKVtjFgZ(k{+gsCqF2iu{2o>ZYMD$N& N|IevSvWdW73=Gm~~Id%O;qwPEhN*$+!KfT1v+wXEI3~!Yk!*$$7Wr!7AMpCD}|8=&s-%Z_2_>o;ROq#4F{dPacm U*a4d@e5+xO}Z8G>PWV$&w-*OdH4-WL%QZsjhtLG?EV2>Q_sqUcBPIl8`+nGo))DCyAQvCqc07Rd~F<2_RwP(tB40 SFgTHi;9Khqf}T-GMYkz9IMY7LHAG?DL~(_2%piQgqBV|mKU)3eUYX$!!Q&di>W#F!?_!xc}9bYmjHVbPadvcQ%G LKVvHI2usMA)8v@Nj;hOyv;bsECe7Chl91(cUjwF5sRv*|r@AEswb|XZ`r*8%c#03+H+#XBU>6byE5c!_b5&l$-G mEgJf%^~wW@h>mv!AxZ!U)QSoBFUCYI3`OAPL?UT=Cn>RstP~U5tT?nWg8GpLIG`L9HoO+yT57>RL+N3Dnnl(lW|K?v1Be#cA(Sxa?GsBv)PV2o_ -HVCGtR`@KQp^bKHl|TX%AK+^lOGK`(}FYaF;}d=_{tMNM2Y- GNw|*gvzq{fn8@*O9X0y4%9j(Pu10x^C<@Rj1-RR_4G5#wwYyI?j~s}mdZGO2x^N=T?@`V=hVHmwv2Fxi4~7C9V% %_FC5oR#9@iJbDN;HXi}#l6_6$L%elu(asHHu#f+PulKo2N1bi3YWQ~AZ`5T7QC-dfF_ZHC>(Etf+C}lUJ2`GX@3 Y+gqF?$=DXMgOd3c-N@jr=6eHYe!o7Ly`&QF0LFAyzb3RW=`bjc{hVlo9W>&gDvA%-@=nGs#O~k}IV$X futi7`hU*&$?r9Z;i&xdO-5h N-4n(KO})NAbQZP+vKW+83rk^nL5*$DAV&>i%djsNaS|d?<2jWU6-!|VVPC&Zq--3ioVRGsT_XWFqwp}WF+W?yes Plpu!fd17w$h!!W0ZI$v M6KGO>RR*g!eFq1(3FSD#nO4QtaYWi1pX`)N!ml3SmYhnUhyT-HACo>9+u|5o|-IhQB=(99^GBlN2ARru*g98|3> (FSDuVfGumEvHQi7C7$G+~Tz<;&&;A}$jV97i=F_N&D*t_$KX6xMI9jg;?7SttObKqb#ggmr6e^|_X*wHD$y8r4u ZPXNL=!wieEW6^_Rcr=4zGn-v!Awiw&yh)mtxRoE@gQQgzK~iCc!XYl2#Hqk@Rc&pD=On=nEe=mjs34zH0mHj7J^ ~FwU|0;kZc}S=swPaLp!`=yntLsd$URv)jP(O!k|qin$0uWZ(NxZ1TZ?!`h4IU)!r_c&_)Yajw}^iDi~+QrvAy#m k;cViH2*DgE+U$dHbwh&j&SE(-3%?r#nHl*6!GyWwgx0F>&B&SWfRXY))K2CH}6|}6QeaAn5wB4EEx$7#-S=27R= nyqZK^g5fT4rX5fyEHHA%@oQ6}5QO7(rs9)|z1Fs`}HGMD+MPe*{Q9^08U_>~E)dcITJge4}Pms>4QVR%IO22dUWc{9T7ecbgmZO#y`%Se~}FNf)qB@@4_Ws>OD7?T*N*|M^6I`groHUXYB`--g{!^I|)@u+$}y1*B#moS} BWp1fX&&;1s)o+j=XP|1aex}q!OsGm+hQV01v{1DqWmB|G8elDIJXrG&j7bv5R2bGV;z2};+yP`(B(|xzL&B%9#w GGy%cBw-MAN8RDo(M;|NItbQHhLEp8`~n^&)jxB$o<(Q~q(Q80B!`C2@}+G=4M+tz%ROssuzj-^X&ITJii=R`TF^s2 gVsAi_x=fG1DJt;I^&bU$@-ZzlgfN<5 C<=@L``QkMUyTnt@o)K*#a$;=tT1whd0KLt#mqtitE2U(D@4_Cq_O$)lFhlOp#ZS}BhE$h!&r7)>r0;VaG(ijd`Vtq|p{bMQ;+sZcRjWDXiV6*Q3lSDzT=eZf?zRILC?L{gHjj4LQVnqeic#% WCa#Q3E?1uL%o|C5HLl0H3RcGb)ztm1q*SX=EpF2d@s))XdO;2B(Z*mAKNJ-_@G!I@?)B F#af}Z(=5!+^f=5)-oU3#a8YxznxYYa=~(<$mCqfXGJRqgNP|t#(hN5GD}RrFhDH?a_+d8n7$Pnm63R{zK4ID3B$ yh%+;k^<(O@iGYmaD;fmt6CxUIBEBkTERXtXEY92w4*ttCx>6nA}i{2vK3BE;4vG71r(YeDWtx%)Lu0(XHXD%R %F7JzCbG~mnN)eN>Z=pNx8yeN$_>@6aWAK003ZGWmEtF0000000000000&M003-nV_|G%FLZJ*OhaE yMN?BjM@3UFP)h>@6aWAK2moMOWmFc8Iq*BL006`Z0st=n003-nV_|G%FLZJ*OhaEyMN?BjM@3UFa$#_3WG!%LZ* *@hWN&wFY;R#?WpXZUZ|uDZoK(dTKmKM(qK+{}qsA*bQ8_j)i=asi5|sN~SXmJ9!r7g-yCbtRb=j6*W;2 Zv_=^O}qf_12yrEXgp98H6HO+G+w`|`d0VrH#3Wv3#^7sBk&)XvAc^?qmiQxK^Jnw)S&l@t?^J?gQ;hvuN62-eHQDwp7$Wd&!?%*^uFs X&)bIHduKfF6?z}p;d!?Z?34ApjR?L(aAR%{!R-k4%29m&u5c8=EeNIvZbk4gg1_c|A^3BGPb&PFU>(8D@}Boof+ GlSOK@L;34(J7?m+N7f^mX(6FivUpEP_Zz4Rm4Lhy$K=Mnq~!377S{A&(IJs&(6@&9@-%KL`kW(4aBsPBjZ-kS+- LaAkMDX+y`t_m`> i35d>UC!c`8}fXpCU+T0g5TrzYWx|U=(m{)3!SLXv7PA G`JE_dfu>vBiS}I8iF&+6FvjgCxIItEE|jx_!n!V$vr8AoZ7{(N2#)VUz4z`yzcqKE{B#%k|IjX!e@Yj|@hts*m4 @G;=^yMuy`Jd8JbH%Ui3I;a@HlSIY#L*lub&faqKXcjL*)@X_E4G&jNfxTZy3RK5A(dSTrYxg`hF(C^$1>YxaZwV ;a40%bt9NL((_)X{GK7m4Zr0W&pV19Z#|aUM(?{(p-Gt`+hX?0l9<3zUOz?y Gz@w?BQy&wYO|TEa$!DNGoo4{wjywbSbu__W@Vq($^Xld^(7*TV`)g;Q9v`29dTn?n^4a`M%#-cU1ilS86ZCP9Gm $Q--}7gpzK5QP@=heUJI~)UftODZ97*tXO~2#sFn$w%hkn`TcNpi+-(enH`8%}tI)x7rJcr=l2u|d3XthgnIKgS0 -&vmbTW;@J!0S8DLO+i?8~M&A$V=f>XCwdD&PM&;J{$G;*V$T!4Dru>kY+&-(u40;Ssvur7SO0P}c*b5YN2&qcnw5&Rj!Q RkvPE$0F+57YPGpNsy#{#=aj69gymd?47s{kRa}-3u|U$1KEpIe#JQdE-Lh<82F3pNAHrzg}2~_PxIltN%BDDWg{oZFW^84jtls9TI>b2 Km;M;zSQJ2l2DF_#1X_q!bBolLMd!E^QfuFFA(9=jZL`P0iWt^=03O|Y1@Q2ZE6^{`X!^fv_`90^b4}-63E2Be%#ZO`V*FdKL_eK=CCa(!O7!19uGIB^3G&^ BU?bz#5`=dzLH`}Q1ob^@3FzmAOHj_k1bY#IeQyc!|L7{r*G;cR|8IFU`r#K>Bi)`?Bi}=>2Aw=XKkgdL?{lufe7xxz;Ms%MU|hex2KczuwSe{40&j+0i+m2g7I;#;7VSOc TD0frYthdqC_If|U+xcr`|`ZH7UR3+b*RU#*I|7ePmrdJH|aWEuLzDNIQ4qkS1=x5kNLXw4WQ!(+<V{pf0I9Az78aKERCB_khU1!+c%?Kd*6copLq+?x 7{Kvn)lCJfcO5bm^X*qig7*nR;){R--`U7zZL!e*{z^&Ke-L_W*$N6BJa}M(63W&$2{5hcHrGXw~!r6~6+jpr@H`#Q_ezwu?jgP $(L_pO(qKHDz?9@Q-a9oc;u_~=>7F#nEThW4Mg40wLiGT`&Qn*Ql!sP~J@fH!Y116}!Q8SuAmIm+K-IqKU$khXl@ jODwC~&d)$k9?0ql#?I41ObN}6o{^@lezHf9N=I8eJq 5o>{)A7C!^Kr<1828kDXn*cLjAQXWtaDu&{}IjSFAAT(PxndpVg36=!#BAf;lKl-jPd>1 Bh>d?-$y{-o_+-V^s7J7+QR)nuz~vF!9Rf?+w@Vy|J9=yhpQe%eh)v2dcFTB#%c4%Ku_x)Lpx4;4Dl{`4EVp|G4% hlj{zT6J%)C?MQ{qwlgF{n?ejSHeOEn>c{S(>^wY&pfd1Y51o9d3B*tyTljyIBPof_CKZ)-LKM8!9O^{eH@31FP? lw<>&#HY2>83n|dbT`;dYSs{@u`5yU87nc5(kqcJSP48hawYI~{z{C?`76;+*RMps-l y=nmEafOU5S4C#k0s~r)SY`L!ZU`9jD=wo<)D`_blklyl1g5UH&Zi!}p#A9pCOb&!ercw=Y53+Ip`)hjA_Z75nv9 {)&CbFP_J`(m?P)uIKZp$Jft;KmOhe$al{dP|sst0H1o-3*hIzA$Tz1?cf(NE?2(<{Cwgi)c5n3&>!op0)5zQ75Z ngPS%~jZke7p+%KjLNV=l6LT`K@>v=~uoCeA((1tUKGhg84H374%#B71TRRu$|x%egDa;X vgGNvEMlLRnU(|2|mvA>s7Sp?!Qs_)V|jhe)V^hyUFWVKlgqe{eQvhnAeZL4!&j38+f1j2Hx*}1LO8C!H2k>{~-E 975~RSFfaPNO?XN9PbN5>-rL>*-MI4|;9=~aSeLf>C*%x=5}Zo#fq#PU+Ui}}QxfbVxF?tMF2;9{_pna2yoYu1r1 yZgcfJQX$7Andymo#c{Mf$lgAcld;4Fe0et`Vvd;q*zN$>=Mi4Vb-UHKvUW7bEyKmQ2jJoFLp=j)HK&ztZu{rZg0K-W(vcnbIb=cwOl1P>ti2*F2q{``yPH;vn;|H8ak?@Qp-hF=2TCw&R}lKB$!X!e)D_ Y1zn`t|28u^;{MS6KJ<{tDxJ##g|v7rp{r-0o|@hOaRWv%ki?z58pd9~*sx_MWWptZ!7V@D1kgRo`G9y+rVMf}eb Yea~DkCiCWUf{Z6m5#;gz7eU_Fw#8!7zc&%&^iL6FynBlv%NcgBLHND|d3`Mqm&c22=co5TY|h#7)g-vVL8FQ34Z^FF~PS32=aVdPLT0AzCld*p`UDk^0wLlI8>8JHZj65ZY-5za?oVPucYgX4;L~7&J5aw T2{N5NZWF*0H$gk*ZG!gyeiQWjd7Gf0F4pj?HQr4czHAfp`-7XH+`nuB{CI5>;NLd{g)iC^@#;23yuq6y{rF9h-! y{E{~th*=Sed`rZX9WOwZ;MWP18E!P5y&AmV=!!50ZK-+0(hfp5zQG9BAsbM*7!o1>psZ;p2Ev_(wj?ao_Zybe&< x&`_#y9L@^+yd?GR(OPdKYk0;_Y@63OVgjP;fpl=wHkhtzAx49cWr_8J*44J>HD)=p#86EIj+amMG^nh3{y*kM#R$&F?GyzRp%i|09A-=YL9&* WEgTmk@p(KyV1b*w13#FoHw3iFtR@035Mx%%d#4J+_N^v=n*!ZXYAsM6{ETayf-R-zVn%gWebPi+QvK@s6U+$T?J zadk28RqmewF^@>ScmGaQFN%NXz?k} |7qOwKzt*n{Rj!Ld}?Rg90r(cixu0s1gz1m@8`BS81&jsV?TI0E>7J3;1ipC-ub#(N_`Z)!&ZP8f;)?-+^kIAoJ&z~8I{68Iud9uZ*n0Fq*zN3)eeWMWn>rtRny+>nS4H}K|M~_B54;+no6O0DEKYKLl^~h+{_jQf`{V_4&W40 ZG_aS32U-ue=`s4`mx_25u-p@QY2K62?7Wp@g#k$co7Wj7NSj_8%V^OcGH2lu7=*I`g0)L*4qvE$Kyr;Z0cUrdnsgqz1 >T<+0$uPJ5&HvXEV{*RKI1zX-Wg^;h+(hJm#zfTX+==M-izgz#8z!Q>yY%~06ES{&od~+~&P3GrtBDxLA2cBT mJJB+ukcq5C};Nuv}+7O-hWObcs{{T2wqR~^~^~zFG&?0xhIVa!NpTzBDcA(3G{rAsaSVUCrGI8y+x3ccsuPC^Jp vU9X>rK`{5~j$GpBY&z~i@IX8Si;8G4DWn|NZ`$*PkAM_4S#VSl5&EaSwu59*BAR7QrC|e@K;LzHuDEMFdYsq JQd}W3tcsEx|m&+0EeB-XzHU+omm`>$?+VIq}FAtWy^gJdEJ*R808WyHmi!zCQYC6hYo^HTalkhxwpazxOc?C$+} BeYhW5bsSnTpTBBF`CAh+^+$qZ39=r?*KKIe9qlpUpI>fAy3Nx_SDOYNjZFi8rlirnz0(-)wlw&vZh|Zax+D$0aG ir<-dl`c2LZ3Pn}vM#ngx72a2DFrJPYkPXcpSDa2Dprjk8dXKg~k@UYrH|_+}RHXoC#OPh>Ff24#@Xv<%W6r{B-c Al;Q2lz$6B-Y?vp0lnL>1M~YA9iW>BcOd_BIzS(;((fxeP~Q!+pnE^fqJMr(@KSCULEdluD+_$uD;M+Td#tAt6M0 8VJ|^;xhY9ljAfU}R?-Or37<}Is2cv(-6hMC(3aGDN!1(71=$}*c{W5}lE^to)eDUW6@Hce<=KnzoyA&Q1V0}0}0 KPpEpkMnH(O=_>n2-Aw!T+R+z^671&lWL{yNami$wlD7=|#||i;Ae%AB*U}rwAqpzFq`9Tc?C^+F0Q)OK9ibCA2G F0^S^7LOHjTw4MZcKi;oX@w*e{pWcb_I$PiG=tMj3>qNVr=*0Mb)T#VO7yA9DU8wK=1o^zV(1m@(iZ0CeU1!Hces S+?%-@Z>V{&fM(2ezE4naQ8yrLWYWz!*`3$Go5b-T};n8-W!oCErB=N#bMmvexh;}6An%{dh7=CuUJ6a4H@v}eRz @UaKY#eBSWF3Nvh;UvIIw$NonEf5#nxeMtKez^B8GK)O F__(w+oKh`@kCUS)>k3_wWBgp&NJB~!Wb&f*&es&b-%%r1`-yuiodT|uS^{%53|LLQE-)|iSeEaw)><3pL1$w&m( SZ9Blyk|WF`joFjru=-H0I~(qp^-{at!dh|1l`9?HI)C)b}%v0iC+|7>w(~#~}Upj|F~gcP!@jj{3gyu_%8CL6(c mITm!}`eV@_cN~lL@G(udO4Gfe@9!TAeE#fMl-ut(jMJXSA-{uA&Q7L}0f+LH92w>VD}&^h5KBn0E&&Jn=-7ckzj6*L4c-()drD2)ucjAfL~@aU#ZV@=54N |0Kk_=p>B8bthpwSDb|Le&i&K>#CD5e&0J8bZ^^}u?{9r#yFg;@QRbQKTgK_`1#2w|Lc>{AK#yc_l@VF{aYy9VIK I+0rS9zHq8SaxOpD>>)CnehkwokU-7{_wCA)_z&ETu1@yV`RM3gfPsKiR_tSvyHxpb<@ZHleuCLF>eB11FwDZ8zv ECF819b5GGl6G!5nM{+_RX2tk1qW^+O_jpsQ1vbFyDutg>~hYvw+`Y&jy` MosE7z_H2yLlCv>y?m8R&{`%RV8?kfnehR@CxxdfR{oexAd;S98!=eQUzi9!+bNK?y@4FVD-#%D?dd)Z&^mqSrfd ?%L3kr`s7kE4WT#VmE=RzKHji&qCxsYePsquy^#CkY!A<8{xA?mSE-xn#oVj=M3s)fLZ>lb4F-Lg>m(uEkerxv0g );}*M^3s9lp`T`)hw(b>JZ<-RC})wv>(0ZvblZ8L*NPZ~m(9TU-?LZY2B}M(_xF|M+6yXXz5m%R4Utz CC*h#^DQstS7wgr5NuwF2#EI$)&)L37291v|fgBKY<|Y>D+c1>e+u0@P5c5^nc?b^xO1B$UnIV>t%Kk@Oa@O;LGA g7{4WpFfXoI1bX?!BJ@MA#pvI47o)#7S`0eTXEE|`TnzfO&tmk;ti>qj#Kq{>n-^nz|FIbJV}r}l|FxH+UL!7toU HM3;K`Gh>wb+OZB@K?FUP#!?aG*(FWh(~%Kh+4jQ5vUBA*{E0o~nd3D(Q;OHkhvmVnNmzXbTad&IWN0)71YDvbA5R|CIBT#a}~5M0Rff35$Su~jDFhmX3)Rdn-M<#W{l5%H)Gt=H)FpO+>G( 4y#@31H@6_)(k-CpXWoMR?!5(cW92Qt#|>{qKWuU<+P%xIm`5GAg3p?NE9ToB1fL_g`)yc9wzwVn-*Y?W&&#)Co^ 7-g{k82<;OC&F$Y;`0)bG%xSjXlq#XP%yDayZdDaLu#Qpo#OFGYJNEW`ZTe;N9>eHqf_mtme9z6|BgUk1FpU>We} zGcYwm1Ss8Y&qz~4$GC_U#|TAa^!dNa`eZ!%Tdn@mt+0EZaMn%t>xec``iJTy951rE5YjtzJCYyNf+M5_iYsTx5^C!9UNx8}<15Zq#d?dqD5@ya#wU{~qwkkKP0P+4$a=M=0s#?ghR0`TfBA3HPHPx)h#pKia?Ge yo!>-;ed^PxoV9)jWW7zjy%c+>79$1X~|K|Nrd)oQHhz0P;EdLF^YUdJuH&y$3O#A3lhAn^*z5KW+uuH+co-*@Y| 6f7?EU_U!Wz=JPoZ0dM|7@O#vrj~+sOK6@DQ#~mJ_^@!liKY@Op@n^u7|BQK1|0wpGlOM&n-u$S_?1l}0$sfPCCr~YUP6EV=_Ra#?`e3;D$uusR{`(lt-^Y9^D4~G$5#Q5UR?$J` *0Q3t6ndoKX!T<^J~h>;QNv<tLu^!KQ4d*?D*D$} Hd<}H*!`DE^zIhG%gI!;Te52)c^wW~pk^g6}W8Urd2H>%806!ml1M~2Q|G@dygnyu%CI7&@h`)(`Ipa;;7rcpbuX _`G|FSnh_r4~0F~Ke0!hBiw7V!M7w}3C3y^Zx`=-a5@lDC03AH0qJ{^>g?chEZ+?=#-P{Ji`f%%3~o!8pA54)ALA JHXS#Ke7HD`A@{#>Rsv|>bKv#3%+y4dnjkod%*8U^nJ7U0f)SgdD8qo#__oKQSMFeqn{pmAM&3~KR~?GKS2Ng@dK 3m7lM~Eo%#^_z@L1K^SiMhL;mpO$KYf3{{-{nv`>I13km*-;POvEuTJ_D@$UK*c=q9^pflfFjdsUZquo2KR{6zh) N{^ijK`U)LH{mV4g9=$HR$aFt1%xQTaEVb@fq;!WP+@R@vqM?jxC=nzx+AUUH3WW$E}}Z-aP*~(tk*h^$vdfFPuw 0@GsEqJ-&dv?3gb=uU`HF{WIoEz*oM+{GRg_>a*V0z^_BT1|LxK4d}wcZ%~g-i28DSwo$kXK_0L11R2ls1WVNK3k fov-lzs}6M|g-pAzJGlOV|JTwj8`uGVSzuQlFK4Ie|0@q7wF?*9V`GF}%Ho=TAMa*4*flOWIkKWqAzG`}~sybl$w CdmExCBZ!iZriIy&Vvsm$mcxo6I@R4l<(EZJf86V8o}#h2y#EaM(_-R*&oyhKF8KUI~xcxeQI0>^*Mwf_uB~snJ+ (sAoCArt%Leqpzun9j8}hH2lc&u9rVY&8vkL9_vAXL|BD0}Z(r4P?`pb_wcM{XeEoG1zR|iUf6H}IpKS;-o$g0a@ RT60I~Nh;d4JowDCg;QQT}u5BEMHOzc~J*3-hJ>)ZDJ+x=+ddO$;dZ^DdeV?%&>NRs cJ^r^IXzPsdbF+ZmJ{sdeB-~d TJC-nzFiDDON_4x&6n6JZ`YbI{*m__>`m(ORD^m|&<5h{D9)IjfwWvXEXiwK0zY6-ru ymaW$|zZpE1+($NWyel@#_3^HKC$HwGO){@aGW-ChIR5c#WN8sK?9tAU;Ej#S?kiqB`pBYHtMt j1~IQ}leA)jS1lfsXp=X!#_qP)7aFIr+urhe^{P{kCe7nMf(L2YEE8ZlvaQBp-L`3z*REyb&VK>h4-?#i;6@aWNRxM#2mM^uy7 U2xnMjm3Si{(Mm{{t>;OOV6Kp(BVB>%Q>Nj={TNgJLrw7fej#$URld(Dc&&seldOjAw9DUZz6?v(C>13e=`QXJpOB;u;a8Y$7< Mty`Ueq1I7IzJ=1nf`0+g`Y=3(8dqMyC=LB!yIY42=vWpCHPYU~tu)=M)MX%KU)#!> a^mQ`i|4ww{LVt?34a-QfL=%VQjfK~L{mf`|2jZYb-+^V#%SJg>FhUobsoxvm%eJB!lzG1%1eUpu|;&Qoe wGOQN!hG}r6n6#7Ww>7SD^lEj=||f_ZwS*hZgUNEW&i3yxA*OuXqmjPW7+mFCycgj-uoVGgdZb#2<3UJGw;r&JXl YLWn%^Uovq*gta%S7coesvV3y!M1eVOC55Im4{u5~1@Aap6Gw6A-mU}0K-S5G EmH+mlaF#i}XvUDfpKrcV+II{+qVJz+_(FwCYhbTr{?6zH{rCBl=AWAG*93{(_onFkVU*@rinoB^d0Hm(;J4Cqsu %1p+17dwdj7!a=gWD{({Cq=cRtg3{dSVmpMk>PGe1G;C(-X-iWk&CKbQZ0(+jo}_tCGPraevJ!Wit}O7y;uj@d@^ Oxt+q0qft8UeHTFQ{!Cg)L|Hf{hofT$Hh$69D4oIG@noC+x`^xM}qG%J)?AkwVX{fkCFP$d%<`w=y<1l@jk=z?snSCdr_7by`^D K)IbkwEOuiyFrJllfX^Bc(lwe$Dzmke*rIGn{@br{}%!4>kR+yhdxhR|w 9b_h&WFTWVk@GM(V76h2e??-_dkRSkSPtfKJW(DOB#=1g9T>9;5ST6@6{%#R7a&Gc2%pHE?z(ff@~pS|M2Mu7dlu uN({`mrunU;VzFGq-=H`TSnn@B@0k$l$7{HlH4ROR${p6$eLZnAcz$VAl7tHH75|oy?=wu>L!>fndA_`ugr4`_W+ ;^=f^;j($fwbv%%sSr@t=<5mpz42G_ZSL$p)Bq>6gGy}X8NTKU#9RBjk 9SD>_qtQClv2>o_Cb*mJ}YuV5`7?kJIxZn)Z+M{0#kAZ*FtO2MuSxKvQdA@8SN;Erp+~>Hk?)-i8`}0mYllZSr8-w#eXu$My+$W?9ileg0i9mX8oW(hIgewKcGn;=ipmj+| *~*pU?PdG23=Q+mPw2mi4gWfH|7)C;~(viwZH4e5O#y|-vyf6@4C|GPVVJCnzrXgI;W5~Z@ZS=OyPZSx?&GzczR#er^R&Ni)BJvA_yUjRT3QdDS3K^{9Ql- fr|b8x2yRQiJLs7mP;KqRyMmra(6{eX9+L?kNAM36_5ss4re#{M6A8}i<%!(yT?&uU^ZlCtZUjf`^W7e7#Kvg;t1 0eA6!#jZ%tSBPh25ZGhtm6W`hDT_*$NLfF>g6x4fMP~>vIl0FQN3a3I5GvnH$k<&5vb=)AjjcP5X1r=OBVP{dOwl )nA_vVtUJMr|)0T`+M}BqUU}THbK*lbH<4EG6(d6eJuZtpx@J)*ZLIxk)}B*#`ZXP{*>25jq@47$rSHj`fY2?doI Bo^E>qYHhSNQ-Z#`Z^#r%1_Y<6Y%%k5W6#gfDzk{AXp|m?{nl5_&i$4FH*L5xbZVGFs-^3c&`m^52N_xJL*9e|}H L#H!t!3@6`Cmf6&6r1{-xW11GbLP)!Cs&L_H^lVd`R=qk-4sHCYMa5vu%lFCX;AQXZ&Eufaak?nhWxa4@;yp4n^o nb_a=cwk1={|-ITo9Z%LLUqM w+W?(j3|tRGJY6waB@msElZFtKu3N}Tn(v@V=6A_nbLg?ihPk-0>7u9WCXW{ZhpE|D+fT71f>D_v}tl1znnm!27) Yfg;FrO+FRj9-+*elkc?X;fjqkSO}Ii)ai*Ybm6gsr0}v28mp2BHx}X=BP5+RH8GT@^e9bB0hsMXh~)h+O!Vp$wW |UZp~#0h{)xBw#YB~y$56)E#PH-H$z%Z`gQ>&vLr3RI)Fs_{U)mq|2bcV8i=XIBW=ba O&SW~1Y^Eks_U(QqFI}1pf^-{oN;XX?(0Kmd&Dq5(x^ZxPNG>xpJ|vSK>Yy*DNF}>@s0JsfuUcjWb~uAXORghN14 zwGl?p&Z9(s!KFeH>K%ckSO>aKBwV+EaW<*)8d(AK;1{kE3brX ZG~h9Asu 8U*zweC7C}K!uBFsLlSYtu!1g9H&1<`%l!B&sA|8o1W I%FgJy%H3YaGgRX9HKQ)31~8)^vgTyO8T*A$P;6oA9shRORU+_EAxl+J%Nk`sK)tl~ _>J-qICVeI?GdOh+)h&?BWzhUgG9L&%D|T_FExByqx0H%$nz%%qib^=ChH)Wkgl5g9bS4#Pz+l@2Q@Ae^jXWhRI# RKeyn`Nu=+dmIPZ&BQQ!L#SxjODJ|O!&HMN Wir!Exdj*j|DafRwo3y2s|H`OObWr=Ema8TJ=i+C5|Vj^6qOg~Y|6 cHQhppIm*rJa-IlZ2g&m|Q`wfm9K+4aB&s-531sPQ;l~A_G6AJxf)utgIB@?7PIhIY&zwDzA&k=y<6>Srm9C*V#P 6#HBo=JuU44_oXxg6t{~;ji!cQ-y=nkwaWC-e?$%>6W>yS>O>&!#fN2xe<-!dYR%OUek0p0bEepzYQSw7ATv*Eg` uK8<{|G$c2lKgFss#|4==Nzf>NkV_Y6)=??cI4o9H0>OGmU<~hK5=$m6InpUjK#$r>1 BE(E?c-1fApkXi@`(c?D}p7g{phxw(=u2`HqNR(V5o9IgfHH4gt=+c8DVk-%hcVAW#EA*7QfEq?$#wC^I I$o++GQ*IXvQuYmn3yYk|%#%qSG&QQ~Dy!6qln!zlXTXB?+$}i!EAA6DiKiUPrpEod{PZ$QdqH(kX4|ASNdxEvhp ?fnP`y9mAZf^tMagf!$zVBUF~UF(5cf~iHQRL$Ri)*{g!lVcOqE~*AAB>P2 ^gLO(rys2PI0M#1g|5<^H5`^*gBtxdxeBiy&8&IhaZX2?0g#6^WfkI+Fvlz| 1R*QUXj-R(%{FnZlgJ*bPRuUlwU2I6BKNiz==baPE-`Fuk}$V%XEmh`BhEKRnA4Ihq;x6EacilDolF4Br$f>2pav!-g{g_nKV-B}R8otnGM(WYTJ VU)NLvbhsZ)L}mpLKT~d%MG{@Lc`-@vP@n_OAlJ6O=`!JxXaIEc$AV^rItLGazJj~aJys8orz64xMSM2x>LTK2cY }{AB6>GQ<)}eLdz)eKe@2-iM(HsiOmiCPk05CwFX|ntEi;m_eFTott+8jl~X;gX_5VSBCfTLQ?>t14u{t%%9W|?n zlS%yot$i(k_-E%S^ixWv2saMKkk-#c^qSN}9ctx-Q`$yiVL^+9Z|oG~~llsWgW(iDss;$i&S Sh@B}52r$@&xCYb&A2~S);qHwEMTxnf37Vo->g1XteIt}0pUlz%oa9vlBgI@-F58-JV^%)GaMD~?4qZ7i$-Pd<6I h-09HTJ^35`%2E!yco$h2iz^U{`p7dUDK4~J#$P`xTdnfjLZc1paCInsVJ>%_FIM5R#5}5ovk7)l7&czf%=%2 )nvAf<|}a+**0mK)F;ci6S5X~#+nsLxiVdAWP{a86Sl-9#krr8y2-7GC=-F%7~0I5G=akr@_K|luyA^QfpBM*ECg |0oM@2>(DOM%)GHU>Fgszb0vh3#cI7Cs0)i2gKG3htx!HygFq1&6i{Dx_7+-xcoEp+8gZ$tGkb5%GnJlFJVz;b=g >;d5w_!*Ul$g4BipK#A$Q}OjDzlg)}lneBt|c j;R#n8<!4lZB=xLKG%SM5UVGA=+s7kW U9sOGUs-EK?jS><$SKMAK5U>U;rpquseGC6XP6mPXu9DPVRpj*rSanz`D>e5o+1yzv)WLtRdr$3iaOpQ} TQezrus?le2~qMzzi`pcvvS`Dd$DT|R(>H#z$vJg^aLoE{l(fbZxaUr@*)^9EeXfy-6mu%DGO?KrSgH@Sl=O|i(a s{gYbWBd7N;1i1Ntev+aHP@&Y6r8SL9tM3DGF7T?E*EaLw5XKxo~q2W;ssdViP)4B4qi@@|Zy7!0X9&4`T1ev=kN KtPq7s)Q9>5HWN<9(Jq=cBAzwdeNM+`5_QSRT6OVS~IqE}PNZEZ*z3f(=jQG$T_JM{JT!DZ#Jo{3xlC$-xw-jb+NA@G?U8^k~ J9Z-~SCQlVMqGr4G<(jtLQV&zA_nbk(#>JuO&)ZOKxNJANT%N~|uilq$NY1p`PX$Xix^{I8KpQG+l0or^9X<9n#B 63ub!24Z6bfe~w-fE|8QhO7*Y*tr6WJX9iChWNsGrHyDnuzzqMoGA#g5Orku*@Ty%l1zflSDn!hsX+@E!H~cZDGC BZp(cWY$J;(DHuyydK07X}8R_Jx 5i}7y_?ivcL;Z$PbTeb)>q?TzC}^ejl{hC$ycPI`CnUvc_{nwRGeA&f$r0_drBp*%PE~nw+NUFx4BB^F%Zi8DNrmOy%&ja|bz4DMQ=R US5$b^)G26>TE-y5LwvOq1#^rDfMTL%2P`K51llFp#D3<1^;U5zz%dvTkEe#=**2u7{bDDkG|=0NG-a=7Z=vRLZ^e%%(_ 0IBWKV2Dt}&z58+O+91)p9}8z|0~=CDK`fH6K{N4|=-0a+ZMc%znM?p>YZKH;lLuEq&+A(b^!o@)LE4L=M{%4d*>LNRWvk-wQ!;CT&@{X*_mZ4IAQ>bu;%n@wK!JagaWRk=p4|c3a %dyqg715PF&LnTiaARW=9>uG7*ba8PaFq#9J2YLKSlrpsw3ID)bP#6hUku%g!7lz`ZRY>ET*$&J{-FMM!7`MAhy! g}}9lLM+^%VOaz ;is5(8y|@VgOp@w3t6G~H_(|8f%0{> ``VMP!jikws;?Tm(|4j{r(@&y8OFQi`g(q1=1f7Nk$RAMv&nf~cLJ}^2$siW2xh1Nug}O_wl8sL!K_3_DD0=&B-> ~SGM~9a*6KS4YOIcQ5U60ZxsaPBsy1NwGwJ363-G8iWBp8?{^xCjoY)SdzUwotEz5kFETxz`UY~G*>(jtpN>h<*K gsWsR!<^Uf&R~VeI`$!AImfC8FnMlFRxEyC{dReQTp-v>{&`v!YMxCWY8{IO;JHMnrX@{568K`gwo!ZV2L`TDans bv(kA)D$t53)tpKpy2~D!?3QAt7P=F|(1+9V)Gb`Z^maa_o1QBW8upn%741jdGM`Pi*@J_G9&pMzF%xJ)z+#;}?M S2R(u@nWUO(!d1cW+?Mv?f`dcW{~k(eq+u6lS=%ICtNp-4Ojy@4Q41cf3Iq-lr$iIAI#rtdlz2b!tq*#HI--%LIe WG80DgG4uTF$}ab)p^iq>J6;_WxF?|2~yXI$!uGRMtrD88`vSdEyJGXx7*RSX1k%&k!J9a0sLvG>}ZF`ZmJ+VSYr N5t*x}(5=NcnzN}+Wanx%(SNAj`TRo8Ss&~?3HO22+^FNMV=EkzcTuXMPUP$}FpL3)>BK!f `sKU-;}#8voxYjo67SACvkCH8V0FW R0thi!vf)Hn$OIW_9&8uzqQx}5kAfjGQyRK0wwR|Y3HUY5s?bmQEkwLM>f#9vm4A@jq_d`nArc;Af$7Fmdc7HlqH{swm!F-h4r>fM>+LlC%j8>038^Uz_g?Ku@YbLm{-AyJu3ArYYE`B+>5 EmvHY0{7YwCeeXTPDYWFi&$V8~13-tPo5%kPI^}+zm`Y3LW8kJu=*Sxg9Xfh?Mj|!uCO+>g(W?XO`{CBGMM=7wr> I)XF0{x%eN*VWEgEBNz*v?A^I$YtBJWsQ%52f}~2+(c1x}k9tsq)0^Gh-qGP$hcDasG4fQZ%YLV$ *eGO%JS|DtV@vij;#B}mbACe%@z2%PKr2T>pE(O=r p7>d?{Rwl}cQQe$EI31VIl-k;))M(AvcEap?S^io_%pAupPw#3ef$|HEaZE;-Y#GP*|8rq$%Y~I8cng>^R*&IF$D S@-bUv1{ibfGE5A}jr&cFvT6|*AIFVqljbrce7EvkdRui)hq{|j^pJHU~#HXF%*xW-3CGnk*IE4m8lBCC}bbM;kt E0Axy?8woTd-Srqse9$_A#3cJv_o>1NpBr_z*PYp#q^tKev@SGh=5y3* NG6X_3Dvrjs<0&J4??=E)b%iC0Ij$lu|s$gYcj*|W-NU1xS^w5T6wj}!l<|C3pb>lY3W+CENxd1XSQZXBMFo$Bkv 6umyCc{AE8QFM4L|H3b>U;O=phc3FDJ^1HLKP=vQ*O2AL(@$WXmQQtkdcK=VG@Jnj*97;>?IT4e{Ra0_^+5UN4bG |s#hy9Hb%HLOxPUS7X*4B*aMRH>mAf`PF5<<85vaynb2y(qX*m8lnF*K&OyIjjf&P5rf=YC_FDx@dEqlJ;!e0U%~ 3|F0EVP`ZNF3GxHl}7;-8^wp}CE+*cq8EtwgYh^-g6}xmc|rikMO&d=}23-sGiv5z##C8Ea0~%W^vdH7$t8?Y>;L YevWVd6_(9q3Y=kj*V?NU=LF4uePWmx$>fY)vKqZvxr-RsMxAmLS;rElps=yyIQ>P-pg$WgmKi{ %v%=U$o25NZqiqNu)Rt^CBC5kZR#-|*%L7suRq9TOrGm3=d#d9!8Rtsg@G2~(Ff(AD&3C0)`Wl2Bj6JsThNr1}nc *7IIE}(-+70$bh*cS%&YS1ZbW8(EdQv2!dDpCrQ)F678Iiy7GBHApZj-Zo`^?nNGujj*Lb;wCtr4>6$*EE0V*OCx *{b)Zy*8iN!Hi05DTE$O6Om>hrP{z`IiKaSjMW)QVY34_6E};b?)XZ1FJi`lH$$786t+IHjcB!Oxy>;=<`CMEPv< 2G&s6*`LUc?}>z_owRGGT^#brJWWfS%fyS8Gv^@9o?TpbUwnTW?H<%<5`gc&E+GBT&f)}qGl8JRk=y|dv~T63Y1X qAdZ`M%)0Fng7m{kK^xYlxB5cn+(*iUO7t8Qm>mN8#V4qcjRT?SmJF)i!IgU>DELw7@WF<8`ToNtvR|z;zu(ldJDSn-m3=&Q~6ff@n !7*hlNoMTj+n7NrF4$S9XZfoX(_+-CpICf|3NSrB!EJWtbD+Sjs>Y5Uwk--Z0S*qd-PbJxY+vq*D$*1OB8MTM{_Y kvQL-Xe9iXC$XQPC$=_`gIlV2p@X-iE_>%1$q5Z)OzRyu>1bl|c`K_Cq*IRHi;y!cIC&c$u`*{G5H+o`wlG7A#ZZ {95gHmlM%05L(4TE7X<)lEb)2eM|2QYfD%#xAJoA7+2?(i8!)e_pS%DS-jFpsRYWkObV$oH79rJVg dOS-ZxX>-ISI?2Mhv))t68o3z8!W^ve(MROSf$Qm8PS!c&rDrH+Cnlz|rP<7t77J-24cyE*bLpR_N?-tqCZ^HI#B K}B3^zgSQ>c`km8DjCM*VW6q4d_WKz2rI&^8`u*R?Ichp*P6W-805N3XxNItlQFytDP*|`P%6*saz#?y4wuHiPHyYtuo1Dccm#j7xf)P kB3n#ooxoWQNSMG#rAGvZ|FT;@)%;cf@Ro`|p`pDz;%72O9Ya5ox4yi2;d1E+;R&T4!=FtC@zvZ-)i0kDFpbj;o9@QxQhUyA9?fRucl1l00e X2>pn4+}*3L#u7a)V9wsEtQdVTtXZ_<4s`mX?N%d~kyIGdB>V?u*b@Mjp6X?Sf?1~#)_lpc)RadT6N6#nSzrGc(&c#rcYe21$CHRVqX@ {A?%fRZGcC!q3uEF3Uuq$2>WmbB4x(?g}(CX|QXTojR?kYx*2i`_9Uq9ZC}uWu9YpmnjZ6Ek+7t;)m|w+#?L^o_I ZH$x691(^8>rt;>nPJbm{amr3?eR2&^J0zh2#PQ@(e*3{O1?O{5}BeNB54|$t_40UL)}!mv ^Hsl23R_;1>;tsNIO!SXt`3xy%IM_1} B#dvzDE?;t0Au7E&+1z~Yr)+Mfbk$6XH`5x+xO$y#FRpzOHSID69ML?IvYa^QR&Xj~Pu^r#V@}_qG2LQjihi_{wG +dv9WYmk=qlE`@nt7c&f!Pjsjf^NyivnF@geCOH6bNn>B&vTl)-$r;##3DqBGuFE;JnF_?sz{iiiL{DoqcMcB0R=ANYR>^wsL_RX;7#SYx?G%=5V}WY} z|hslR%#sZUNKs3};hb-H;+2>m7Rf)+8!$L=DwOSgG&57w1ZBfd<($nlDFW7_Wfydrs;d>}(>|`H1j@4&-GBh+2l T^;9EKx)XZ2191lD6yV10m?B+4-EP#tJoX2GzQE@kURcIC9h!Z?rXY6A62Z5z~m=fq24BMt?UFaTu;LN+wyNT|kv cW_^u(z_#Cfay)T_M<=5z?CuOXgb2-zVaTRiA>DJrxn#9$t0W5JQQyftfc=PPebeB{kxYu>bW$7v1RN&beIb&O8E 7mNT!)jy%cY>tnzB$VsP0J6h|9-Zu*zS#v`i3{}EN;=~!3qQGq>^zlLv$tMoRPMMcva?lL Pgv0>S_-*bJdRE(h96eb^6bbyU1~X*J2PfsD9AlqwVxY?7FmEKd8FHgJ&WhUdZ{7L3Yr(!%1wIdfH=R!yfU=Lq@o#*U?b{TmwafB&W?dX Tq<27dNMRvX$tiuYWLKtUM>v5u9>;yPK8E+ry5bu@}yW0w8RhF%mb`%jDpoPV}6CoM^EybC#ey*E}Qs5n$@XOC>I zg%yeB^||Fjt?fhaZQuGajj6@6#+*s8@ettXANQ>(#@VZWVc|p7C7bz^-|Q})t-ciPhUPU@P(zVrbjQd#lb{42$3 AjA&Mx{t6H_3#z&NsjJATK0b`eI!eV2rl*Zl}*H7e%p=29Uku-`B>zH&<#@yj3TyAtwl}XXbsp@{BA{*(K7FWz)7 b;#Rb*qi>b<}1m&*v3Cs~z%342cJu3Pg8z&azon^?2ujPkY^X&$od&$sHo^jGuXk(0($J&?#I8m2bdjf_UF5|PH8vjAl?Ze*jWLC}m=pPtoKo|sNLS2M5#tBMW~+=2%i!lER*L0p1lCwzS3ELUTvgt@0TIjP{z@*;;8<2uAaqigU2f15Pr GbuZ1>;bu128bdBi7*@Jk_3X#CJeKV0M;+9InVjy^!wik(3Z+oC%56&Dz)2$lEGM3rwisr5NP6fTiYiitxh!-9dzmc K2BzIew9&;jM<#)ABhL#sO-$FECGhpI`1v-q%%hH9w=K2t8P4}!xg+3a!BZM9XT;(X9KH`H2z*w8nAQQN|eQC -w3#gww9^wIj+oMaS~rYLID#36iWPv@;Wr22$akqAGEyYv*41~DD^gf~#0hVXNam|B8SL)Ex2UTqlg%3&a5fDzv| b{B~TR+Hk^C-$lgv`+m)s@K0i%Ir_uFTa1D=AJA+dQ*ovgjB0s=KRMw>sUxKZNiedl%Y`N^pP)oDN;YMF0`fyjjy c2Si!G6h#73k^uPn~2TrL{`r#HOO+F4a`SASGk1V^q#H nUkADLxE^R{uw+XRA;dU4vRQn*e`$P_>8$uHe;qjdJKm))odJXA-ZR?X+pWWM3xWU#C*9d5hUf>#V*G#gxnYUR=cDx_-L##N5i1c5yscOH3EM3)T5ssrtw&bYrI_E?8}!wCjrDKRM*)vZ>)bb>SdL48EKmXh^}wY DcK&poib0)HyM!J}GO<-yJ*zF;Yx3k{H6{@!Ho$ZjdV+(V7{!C|DI)J@l}IZF5Rva>-b#re!D}2gb*$Go+-p>{oio>QG-)OX?`7BA 3CWPWvA}{5)32vIgMc_4+FG#uhW{tT^D4dm(HEcZLJDth6^Et>n4(g;vRC!ouc2%3?XNLH#n!0iGQO 4xLkDZHBa+dez-z3~W~eTZaZGaI+%22K9UfX7PLWFa@31yDiV!~B(|N|(zNfC>qB0HITj6uOcc$B+ubdu-6t5l3E*bf``Z2-wo Ie$9Pl`z1b1ggaJ30%MR|dH>WY1I|gUpd}tRg@hisv8N49Zd4{9m(cB9zc(-51nT$pTvw5Bo0ymc{F4_zY;b4EHC y3~Bx2E6AYM2k8B-k)XvtH*D2phq<12q0EgbB08mTwr)L14bGDZLNYcHO*!bD PYIldX1Y4kLvqV{8;q2e1|jFj!htWg}z3*#N0$e2*eVCtQQ-?E>V%UD$Rv*SDM?i)oZ&@Q`pEnjo@EXmD}deK&aj bDpu%_c^0wCl>(BNjxvh8YtNCR3eRqa*~pf=3G@M-2amp!!!XN*$=YT8<`gbv5uQ;FPUTj(L(MDPl c!n#Ao-d0{NA1D_`t)YN~*Tb~y*;$mFxkJIydKKX=?=*+cel1`dND&b7rH9FKzq8yxT5&-gQs$8lK3VaA<#JU*gnY$12gHVO8^|l*>r@zTISZMpmVQxq2zF_rQT(QFHy2g(&)~ eY%yz@L*x}7}55@F2xqL%MBQrG~ex+m)1(4eRc(6{SSH^Or)Jx?8o0n& 40;d}Y;mJ!)*K)H`fqjZXFMuUe`IvzO<}W@#`2iTjd4Gafo5&@fnPq$-P+*;Vq{T`_R?l9m>7TF$n_&4D{QuPHs- )^%1oFaL%6!KPdR8XVQfW H@kG!^p(1c1bj|5l1FjWFe64me5d{C#NAa&L$WVs{dATuH@3Fkgc7^L2Mi%8Rb>dEPAt!>FkUJu2eu5-FO&a|k{Y5o>NKph$DN$KH2@^8H-HY|)<%7#Ug|wK}%p*37yq`Tl-p-(O}5Qt KvBW2-8v`qkG_CoQ}T+LZQ|&noFHlWUXfaxAAs{rgMf``g|q;CRt!Tglh3p&_dwESfNy&5nmDwMABibd_Q{Zc5Ez p%0hmY9?X(A`~WzP$3=IWIN$&Kqm$q@;uxOedF(Q#lCNnm`fHdzmktOf@8NDA_9bKN$44N(w oRAQULQkg3wqk!u*IeswMlf;hVZ6Xp}?ifSRZ4JH&iSusqePd|AC?0V+j^v`s?iX>2tt?T4s<-H?p}4J4Ysayp#* I!4U@#)Ghvch+tZ>(xI^3HYULp9c+Cfu&7B&*sRQ*tKDqqSqm9`VI&`XVQWP=qj|E*^ld{$L{?H!% )md9{vjSMtEInt8=*FzEAkMh_G&wBy+tbRiWOzFK?p?IVRTC?raS}xy46w$vD UJGs(PMXy6ySSd73%DSk^yOd#2tcEGnri{E)(KjA61yV_nuu!|j%hn{AL&C8|qRu8T*OKI6FWdY_%Zc%*q9~v~Oa nwY?rXVfeq~sj4nZ4aIa;6Xo2Cr+gMpeHmR;8v9ZK%442?kU?WSMfVeQ^8090KWmS^v#NOS`v+wJR5{U3M+~FLg_ qm-GLZbqm$W?rgtHx7ZzSSJ^EtvP>k@kG^vqwTMJRcX(@`haapt7gia;5Tt|9v0~J9W9SgjrhsyTH55VxLec{}u} aG{W^2k6{+Qt{6_|z0wYGj+2@Z8)5ouXuS3~1}Q=PIBs#Ir6V?$zeNjTfltWWrDbi?{@|G%D0+Lo|!x)Jph{N_?R 6TPsay4$`GSA}zd8Ut=q;O01Y4)X-m>u`iiL2F&56I&Hrhz-|W9Lu@R8a6=HOGpQyrgc&&v)R@34VON)IZLL@vhO a4#)V!`Vu`)jbM>&f6m`u&{NGn(R3`OMg&1Q%Ar7{Te{$nh78)|t5WeYIJ6SxOfC-x2t@;CM%@b|+w{(df<{NQNT UG1kr~^{t6DsYR20Q)4%?9>N%cglp`0W$MQTlOoiz1%ilA$$^u?cHutH{tHBqZZW+;TKHF@#vQp>yb6?W_2eRc4K wg{09AN(WXos2EjlvR0|(o>HRgn$g7R(SEB`NSB#j1->)1)oy3{F8w0gCG?Gzk4auhH&rs*-IeS{zIJEEn?$)-J5 K>c_D8~&X~-;4DQ;-GBF+MkL+DflZV(6$TYNK|)s#?)N0p~qov$K3U|X4VnLBPVrLWG=B6r@^86z84hGBMcYa_+b oQ!aKjhDAq&OGM=6x?xcE;o;4T4ks3pXOaAA0n>2w_KcQE|$@w_U7&$D3cH^IiQ>+bXm?41oIs)eJss3a+R=HVaB ReUyeje-*F5>Q#zxqZkFFdDLc3`S{K4O!kjjALXJ%}w 7cyQap?0qvXV%b$lo7d;t}1(1zgF?S-4C9{zu=;_;|P^GQPBZO76- @UEEEj6DWf96O`t`y%%hvEtYtzxvqT9G&B_Kgvo$gPRoHubYnw`fi5-UrA;Tm~&J`E$B>MIa`bLMl=#Y2m5u@pj% gY7L?4B`lgE^6Ov$~53du`y5eO&j2i4vKhl_IHVsluH>V#-_gY^q!?kg&W;qLO(TB6j`ZC5CC!(g?#QB~pY&oupQ )(@6@$y(#mvpUGbsEXT6TnilpjxkeOQ~+3(?nX_JG=snndJo H2!GA^X8CpWU||v8Yq&Y!SB^SjQ7PTWyahCP*c#4~#J%fvCwcT6Vt|IUC^ISs)bhW30(96SOX5i3p1 dxqLzV*yWR1KFG%hxwN5wz;^696QT&m?CxORG?d+tUdLh3OvEeG*5;vx3FR#sBi_H+xNNdyo{grP+S9E?m{D_G2#zQgG6b9ToVYRiC|4?_S6XLC>{>BkM~Keg7IO0^6!z<#Rgu&6^0^OZe&PURWX!x5 md>!htysUS^ad0K00Nk|yUKN+ENCn!i;-N4rC?j`HfGeR#bgDP4v2oOt5yP5BdDF61EfMaND<#zITbR$=jgeZIM10b!uV gnE3sxOOlKXLmtNFh`8Ffbbq;GKzCD)}iDMOBxoSOhK7@igUfZh1tm2O*8dvS_Lg^&T#^K&Fj7G~W3+_xr =v&It*-TNoEe~Gq1|c0@HC>;uo*zUYC}u6rh0kGOQei6u(i80Ow8L0)UT(w0a-ee14;JIMs72a$(M1fe)OIpuLAf Kpjua^0D(j)1DJnm}s5}g(5i6FmxS&^O|$B$y@Tkxie#!8{70Qs$V rlVV$A5Cp_+!H(UKCof9E;?-la!edAFu#3#klzYtm;tlk##-VV#34WhyfVgvvXvdUG75#N)E+MXo0*A^*-n>9L^&1`0XzyU*94B+Q!}-^hki%_{!@{L5A>1&y9Z}gbLusaieyFiJZu1;lNlPfSOmVb{3Yp`f3!ukRleyE8K6bBMOgnmg1OD*3Zn3M1l79&Jfd<(o0yF -B{8M=*?a{$qojX}W<6G9u#bCk8>X|4OC~;w`T|4Ea{#wia?rr#w*TJ+TS)T~x#=Z8}rzkCu1%o;a7A#zH!y&NvO GX60Ix6~>rWrm51>(7>2Gt4KS#HujC`^Enl-Tue54a6)XZ$x~Zq*_ykST-Zz2Yt^a=I+)Lj_-g^P#BzQQ^6he;&s Gu0ipjmbRMsOm#(HAoga1QEEYVlvW(A>Za>TNitGE@qT0yY5{oP9?|Bly{$Yq3jCC+p?ZWMi9s|sOvmvSuNZaP59 *yLU=0w_d{id{eTdQhXjNK&Tz!wsGkTrN*?wn*W%Yka7!K3-jIYxPen`LKI{@Pq{xK;6LZ9*_I6rzm ?zlX1}q#jQcY+T64r(jjJ7s$8Qf*+X>-P8W00U5R5>7r7y)Dk57K8`FK!Unl6#Vx}YN@Xv&ATLH%LYmHQa0>e%u-W~thjRdVLqnhPJ}Hu q|Gn3Ub8?0ByKFIGiwm;8@v60sH&Eg5^kL+D05tcYCMY%GJaadn3ndZL%Ay27-AlkIkqL#pje4I(1Z(9R)Tm5qTq QG*iXo)tnBJzC^_r^CLgzp5%*{qI<^(M9!P83C;dD~k?{&phD>^hTP>y%&?#K;{yJ9k^c=v`B7baql9~Ghn@Gr`x fTv6tdTNU*T?zH=dNxvNtmzvUvxIyvcckLht!fMY-;*XRVZin)A5@67e#Vh%#Q>FHFl-7^mU`i#WoV&>hxvZt0cp g(nxw48S$;@s6a88bL38YR<-I{G Scx4+`x2$dUaAI*)^P-X(nFTV>p@c<(>(H-mPXJ#eR8cPjg04vE|(Rl;UEh0L^`Y59F71xUrr1ECWAXg=`a$_%}w AiSi#e08e#BDc=lgV4%xbPq%c5q7HIr7{nhl_JTjCev|lYN+(n(}Q=Rx`bcfR$tZ8fK#j-I~5FPQzoi~n4PDCIKk 5`v*2H{!^+x2%Z9#%2r^~C6z#KjOUiYs-QkHtp e{!Z&yUeyCpTPmRt*OOJ0lck;trB%XSuh)R5_X9)YdzT2s0qCncg(9%#T6Yea1cAINei*8WU~#H*%Kswd$pLGt4< XGof?DTcOq4G9}XHUo-Lnr-5+dZ1=1WWi&;_$j!V3!(RmUT|}zpQ-tKka=>a~#)|X0Gd3&<2VEWy?0G rW+6_Pytb73zWv_4I{xy0NGWQg{cSR0z(nK^BEK2XZ1F;6yyg)JxS)%xU(!F5OqN50n&*$7WI9GGL7BZGRfmr 9xB1#D-gWi-+w}~!&00ZK*mtHnyyDFpe;I7z=4XRVHDqk(j9}N3AkfVxv(sv@xw|->Z9boD=Mll-pH4|R9rbB9_n tl7{E`R@-rn3RkSu=xgZuY4Ke)ene=Fbm?e^A(zxsgwuZMC3o6*Or~9Q{`RgWf0NvfM;r$n6~U)$S3Yuj&UZ{*h+?k6%6ibn|!dIgE)o*Cy()4mjZXcgNMd_s7 l8`9Pi*gH2TIr1|jQ_u=LTzsa{g+TQv|zVDBlYQw>|g*WpxF}!`Wb@Judrid1?Jc!kxO#K_-H^VICT3jD>B=rk{3hpxxh- _fT?nBd`@2#1CY=Jtt;8c~O+2?Q%}dG!Y5$+anu?@wW(*ex!LV%ln80n2?@sco9U^M{|>e95=a9x1}ixl6}oeTid uDPK*J1oj@^S`sb3{%-t|zECy-t!PCfqq&-6wWs;)`nxF&a!i|VP+q^L?P<1iLe1%m;xWs61)sEPULDg$hq#3Y_$W4p^K`zLF2*{Rne5r^pe#W%>+S-Zj2=H((d;2+IDd>3EuAmvr{; cS51&@Ym3cmqn%_Pu*4K#*Xm- b;`b?)_&oDyWa)y@y=@41&^4L*)H?v>0MwgJM|4^VTGccWdB>jD~c8WLiloUlwQhdn4~%z0tieK@fXIQV_M3kg5F Ydm7cCtOIc)k~Rm?(wXY)a9At{+#4MYnxhVSJsB;ioy9bsnn1zn!5$y1A8GaJ$iAULjRk<8Cmdv%hyeB_9kFsrq> T1{Mt?O2TU#R!Vszld6z NP`;gD!#v*2YT{crrH*I6B3Gj(Ha$FA?8CYX`DGZ}#*)zG`UvjmX9lN4))2pjZ`6Wb6wITZ23pXG6=fxptN~4Ak0 ywjd{m(6U#(6UTz&63KN#95JR@O!-ktiDu)a%ugUtM;+_%_a#w+ulyFuM3UW6ImMDxykD>0Ool>R?#&8VB;9c1I@ 2o5Fz5~5-nK7jS?Qb+RU(S@QrK}gY9yi@a6mtf^bo7dX9C}NMjuHm3+g0zF3H?ECX2)!juf6PClGBqD3BYbZAslZ JsOVg!O}}QN3>t^HJG5*H*(y>K4J-S?a33mq*k=MOC}Q1A8$AMv>^$eW$qfT`J;Id8khk7O2S_$0xASF(u!t8?P! L^d{ja^q4hYte2qs`&S`(~uAtpD#LUw?LMAKdE+oxrI0XJW&E+}?MkW;`f}hHJ?C2&+F@!;dBwJ81ZuaVXl5J?N2 JE@IWU@(*v-}NqLL4TNcMwz?F3Ca-NobD+O!y)hd~a3>^_t;K^0`dp+@-4c^`drd4i?uW!1GMf+7)v4NcMDyj&fM Rn)K=nGC^&^No}JSd3SM1swlIvI?C-E^x4z8PZVcgp8e#@`>AXa@l}xLl?sCNb2-2dGcbW4gNgg!zm$U`sd_wC|dAc6kBC!rLDokjc!oNbV{&0z{D5p h43Omtse?WUK>pd=~9Mr)A!Jiq$urD#KQ-rXkjGMmnOkI~JS(v1#irmEZsj3w)>5OuD8z(}Ej&@>){h2YRKW8neN%kJDgr+J|r09i(kL(qR V=u1yn*`XaU50_aLtf0{3FRL@~nW+tWSUDZHh6)NPb0{LJ($iTn1Royey$RL^vqM`oeKZW5b|9yZ#BEKYn&Z3F(S {BNn>K22O4iYZ96tHBK@o&muSUwlGz;=>7cC4I2HQY1$KWkDkmZYv KqCc8EA#NGlP@9E6$!tZ6aM%Y?t@>WsLjM0J4vYOW=6VYZEod)UpMa&!fk^f#?0TOo39Q|qY (jik24JZP`VP@wMBCI~(nDr4C&MKB@!OwwhNy&*x~&U-Y5WLHVRiyAQsM;~bZVPvT*P+dAu9RfI;;W%b5aX%)^U09axw4h=?t>i)TRa2JX4{CA=1gGVdzwdL;|5YzM#F&aiYht9XjbZ>*h{z (b;q`1Bu)a=|#17?ue=0%-HG_x<1&rGHXchGU6UWQcI==&uJy=mkZu&pd6FOS|s541Wq}R`g+Gwi>cMh?-hZ#3Xe 6-8LT@-tVrrs=?Qed!aNj>gj}Hl~Jnn_t-pcBn|$8&_TxF{WEhIlL+n#z+v6FgfEEZ3Donc%Q pCQOjV}XcASXrgXZa^~@7gHm>pEckgwn>yR)(o=moIM%Vpfwzvy;BM3|cpT?$VoOK$~SG% m!*t{0G>`MApq_?_&-b{mQMnXiSor~WjfTyhQ=zbz-dX{>TCL+ %rZvEEW^otWVMB~{YF^^U;l+!_kCaqBhKyp{N7QH0_QkdIrIJMXwV_x2Cbl~uJB7NazSbSBkQgxF@IXLCStNyRCn !?U^v+tu7*?NwSQEYNMNR*C@5~PwP5$_rnJC`T0a~R{^^egZa|4^%uzJbILt9|`!~oy6z-AB9?DcCk%+7FtP4h;Vl#SCaOIEFhp^BWbUP&1iVjJ$+A`RF;eT#)sX_F XBiKNaUwPpS%7EKfLBw97)@~k!UW_n1+G;jE=vfev;GliX0sxpe;$>&6@B7?x&_&3(dSSqYmGhR}dTCrkcJ{lG$V %}%J)Q_*n1-OK{=$!4GDZUp!L@aW;P#h+m=rJ2iNfHA)#bnDy_)kFr$;YH54KZChL^j}_wR5T-fg4=sLQW#XNPHu@$1llGbWyts@%iycqHR8?%4D$DW=^4ci!Aq`|Ixeb-CVjm_HKPgrK{h*a}SbA QDiqC^|d*g^WWxmi=ajYoD&(Xa!?`4`X9p!6bhZ%qVl(m02sYCYY|9Wfuk+8{BU{bz6`;>fYiBYZ}cpd=~+8%aDd sR$jphP6F_IfodJS@>Df)UsQRB0!k}|oIx*vnS;*9k8s3 ePylUp-W#Y%^?VuC()Fv*eiL$0CL98!~tkY3N&pgn9H+MxxluA!_N*%w14VUdN5m_K89Cd5zg!4D0N4=QHk ZMf_wVT3nH!D!TW>C%4v;-mg`ZX!@OVLWls*SQOjK%_LFSaDM;TLAeFypyI(xm(D$ZQ?XW*T`UP?djexB%bgH{N;mIeOcNrv$*rnBeSzRbdf-3)?Z4}=Um%*At_%wVy>Q=@|UplJFseRFA@6H;c*X=^b6M5^28z4 r6QwjO(r;mmM({Wj;o>@hh@$zHS+5AOC`ZYa>4F5GCXX=G4ooUQG(cZAKW}d1zHdV}JWf_WlW2~($~hLE5m-2bMIw3ZvIQz2kS}Y0_XcASa-A5Sow{0<{;>g mkUVfk?fLC**Y2!QcXX6q(#I?tcf!N0neZGMwY0& >Ty`eFj-QLmJnR^B(4yON>Ivmle6j6S^~fBLgZ_hWJK6a9W>_TcF5Wm(E7ng~k_mL8tLU#KM}U66TkNKZ*1RgoMd L2xhxhE`^tzX2FTL|n>JsSp3Q%?Xz;oK!CrwV+tRb&h*yKRuD;N9QZ$GSJVaH1`7#J_U|Ja-{0N{B4E 0z|s_jkdkNi=09I4VW(wwu>~JEsN7-ajDSVouKzqZfPJyc|wpkAX&jHfn^5vUEYLS#M&>aQD%0W+4Q}lgmYj*Mvu nhIf7jA4KZ?I!1$yW{xC;Eqnht$7sOZ^z~vYul~$?53P<$ZkNXB1r77t@D1^ARPN#dvsbkE=NM>; %S$35@($ZC5w23q>5V)4>Mf;3TfAIwm(OJiVGyPdq_3Wpqd9+2en9dVJF;kjE~v#d9x!)QXrS9EyU-AV#1RBA@Q% ynpkQMGBt@iW)0ZqKh}cZT$9{i3TjM|`w!P70vpI2xCVM^mhwLA6=Z!O8kSHbyV`Qm{WLa^HvivvAwj5R6QX0A?R A9@5BR%O`DN)#J(}ZwGd3zuPTTL3#`a`>6!m!n*8txCJ8C(6|aAzMMvMoQ~qfdI6eSG}zV<^q}%gJam{m1vF<>0- CU-28;AK$~BhirNHxO%uVV6WDAr7akE7|>+cE`sIg=bzKrI^im@9QV-WZ)=2&MMZ@R>2;1z@ei5<+-=xt%yI0r{j u$jK7IdXl}mtm(zUa$tTL|n(M4_|UJQ+HFe?u?L`~5RBD0{7nyV2q7*OyybqARN*+wy(V-({M{ff;PoFtmB5lzm# af6XUKlY%4f+>dbb0cZA5~)sWL)v8u#xY+UlCdE;+ZfDF7!0F8%Yf(;B!pQ%W6YL3^UXR3kJx*hqe`@T)`F)rZ85 K7uj!#jxZD(~Vlb$CSN-gkzIvxpK%-C*?7fE}f(If;nE#k8z^G41^ZF%vm3+PU?!bXol>}+XzFkIusLl^^XQ GR?qG@7V!S?0s{n-F1ztWI~(Lu^S%EO9LIR=X1jrKLcTz79*1kfw##NT*(C@&a~1& J1@K?Sjc~*dEMss-cwP5F$$VX`PHaZrrs;60lq5}t5~e?8@v6y8KI> !wj*x#d{wfOE6fKKdoUgN_QRffENwr`OIF3(!82~*saKX$i-ilIn0y*{lTw4=*pbmDtYG4%#IITpNZcT8O7EZ2K% lJstfjZ4XfL~8gk??d_!G6QH}$FB-XhF+=P-ehHiBE*aR#dO*FdN$(q=STMx6nNrUY>`A85*2c=_b>6dMEe;G$rE }`(9hfjpJq`lwH5u{M}+TIgY{ x=)z@-x6Wj6oMAdG^Zf2Y4D{@gTfnmKCuoK9(2UEHWSW>o2a;YXF)EsMD8xPX=rdv>UI?nfU4~=F5tK63LynUlFW ^fHelQjkgD*^}5wsMEr*LXf9o-lze;88^tS?M^!%YD;DgKO;ri;QtI^?%R5%e2E0({vr|3Dm{mzeH5E-q(9B1I)JXr9q=LU0JTQ9+tVSpR?7_3tjbx@WO5Yv?(&=ZS|{Ql@Sw4FnVCz ?3uCEcGv*j;A4@Zwwtv+`wl(#lcP>XD7vA#2C>%(;Sp_>WXBNz%_%W+tRV}pSbaOM|W;JnHcYEP-WbFUm`d0oN{E 1TqsqN?wXm$w4K7DMqh15T78pvt(yH};4lW7HbZHD`G4;kZQzQF5mCE@pNv#?tvq)aRmTv13e=w@<$qqBk2Fa^bR SRt6QOSv`Nu4U6tI>*k~5DAI{pbK_Jg>)T)0&570lQq2jj?2(`)eHPuuS8#^z<&EirAI-&=0}QhQm|#Oh&in??s$ S5mjIO~}8hgQ!)=Bt1La^oHbad c$Rl*GU4HNl#o`4S6OnlQ?pl${_u(8mmV7Nf?}p^S69a1Rp%kCg9N7NM2) *bk3d|kg88_4ucVn&BA$%w@ll%fE#PFhXf|GqIk;*QxRT!XUK{)cWQ!r%vfJAl$L4UJdEXJgwdr#po@R6?qle?%Z (i{KN|<7VUPx+&p@M#{Kb|KychR#i>8SQCd}n*&{?#CcRawm06rN5k>sf78Imhk1$_z~&JIKyNBZBRp;&+5weiH@ xSG#hdftZ1;PhE*Fv^hDunbuhkX00HfceQGUV%NCWad+s8xtTC>flL%TClc+g>kfgL;BD_qen-Jd~JsJ?#(4HMw1 *85B*w9gIN#3kqZ}xmx=2y;{Y(98f}m}yfcDWzL7^^nI!`_x;YC(BB@LM?i%MXDBI7ag^)j-?Xr{7i}l{qD$j>Zu 10!ROyEKu1TR^PRJ}7xQ#=wcMtUbrBMBK#Lrp2-^j@V)EJE=GiD*l+NCrVX;>Q;p7${jpXPP0*7Q->yeL3eBqmJ= oeCm8~=VTr-)*R%C%aNLkvx(KC^9_Nx@O%SU7TvfQ2^t0zTo7#;z?{Xym{p3ydi5swj1<8H*5Q8kNqJG6=jBCd63 m9^lBUV`bvyB1!=lQ|p5Lu~~#R=rEJwZ##ynEO3W{FvvJN=NxHAmms&Xh<*#_Fmh)Y2izo?39- uBvjGcgeQyLhLpt@sTl6TNX2UiV7bkfsL?v#ZhI?V^h?ck=ckZ*Hl6x;vErzT`y=%VEmqTp!&+t%nkEI2*}w@!S3 zAVF}$+$J>t==8NsDm5t{T)KQp gG0z^cUv><3+0F@1p62ZEZIZlaq<@(qk~pcvZRJ;govJO(t}tV;Uo>BGJXF3E@|v1*qk-nm?7fGQs?5flL|V4U)q OL)E1KCr((N!L4-gi^8JsubJPmt@LNCHutf6d|U#)5XUcH$Y(bk`Km|315i;kS>mwc%`S64b=rWVCcrBXL3QDU`i CH^6zXFi>%8%djaE(9Ta9>LulI$M=@-1p#bN>5tkVVTN^EFSo*2qQW{Yz$3_#Q4QzzMVJx4$e#v-#06b2rDc!x)p LEC;gu!wL?luMD^|gcgw`s7@d#jzolNYy8rmEO@k^|Xfg1^OPf!8zt}KyVkw^|N#})Y2-=pWEVo$y~KM^1gn>IExa8p=K8fd(|v}aVrij1S~W+oyYE?qp^n7q>`;&JQe(E778LH <0=iu1W%9XqX6~$)uCZIUu)FX>s1lQf&uv+$<%{W$+oF#yhxA`SB(x)Qzgm(QNi=8}=!Qrr!E615tpY2k&Wg+SQZ #fqHV!1gb|jVKfLh4sonDDp2$A4KaXAGBlmvfxZca-a<{GlL0&J1u$1wm0lXJ93M0Zr3f~|RE_yc{$Bs*BCa^xhp?v)3<{@V9#vZ~W`$3S1n4*nG8Y2nUWfOiek;}4Vm j5sIveseR<{GE_jKms5iI>;kZLhFe#h}B@WV 929Pbi6C-HnJC{If$T)xnP}}ss&#QXzC(>W>@?3)Thj8})}Mk!)3LQKL_cWy!{a98uLAqb 0W>Rjv?V#)fjzj`Kj6^v!5Vaw`bP2qotwi8_tN+~K9tb{ xVsid{a%uYN26L;%}X+!rzM8aS`GW7aXo1G@?3Rd-d(Q7=a)cV>v^RKEJkHG+4h#H(xvGB6BN;R;0~kw&J6V?>VD`LN`!Yx?uykrHqzAszn&ppPX+d+8G=m8UwY`Zv!+hKN#EPqlcHXfBT#^ oxLQLM6p~Og`g#F&bAg858QB?6D51f^>J6?gUQQf4aXq^pSBuf=gPp;& nNOy30Y~cETwkez!m7~t_M7sKvs}%@AaNW+uUfO*wsYO^^ubC1KYFi}m@oM50G?6KyQan`jLalKr fY<8b3xZrE7wJOYowwgcR3L+S3A{2PuLD_FyZsVF_Nz9m*bmXT3djx$RMbS{g3Ws(J=Noqwj2RaH|n=697`{Sasi 3_K6v3EnnU(LP^nS?XPwX)wOfIIot2P)j^t3lPr8`L)XodR!AKFNR-t$`O>^>sr~C!I`JyXLHohlW+^7Z)V4Zht2pm$`XSleXg*f+iWI<=Slr WwbTpf_JOGlhj8XX;t3ED`z2wwhgtq-BqGv+C(#z5^%1ob6|lNHnf; 5AvR^F#0=~9*eZJqmaBVNtdZ15!yXWvI)*0j#$tz)jijbulv~^CH^;3ci?xFBq9gZw$G>Jc?b=_Lk6EB_ZkLDJa9 A_*-bFC-DVK3-DpMU8eWDHGeh4N95RWx$`~NUdR|uM`L _KkU?3U=*=dO^@!lj7UXPNt5PdGJuHlH?b&N7Cr8*XPi91~3=4J1Q^MHi5ao-9pn#%f#X!)aNk&YIva-uK*4SK>? RHWc?}`iq?ulS@_ibv@9a`@S4|m=|>1!$(|CU#6k@n9ouWl0wO@nl6F(in4!J{D&Eg)JncXr1;E@2hE|BwR@x!VJjCOyOw;b`pdX8X(%?i(XvnyqQsoyg?Da^ 1$44YzjcXflexwhll{{FiO~@X$iA=dXTdFYSnS!q>uzdxlbG{yvq>ISHzP9&jazS6WU+c32Zh75@kp-zfi;mgxG4p4$OZ1v_@*c4~3sW2a!rf23{ |9Cpg%YWNqO^(XL}I5D;(JL3|aBDqq_>{ABal?y3W0Im(NMfw40$oHLx$hWLbLO9pxc4}FM Uo$7}D`#g?U9w{lGg?)%~nxdJAb4W@E4xSEI1Up!+U_{#vY%E_8>wee(QSnrxo$eX+mN?-hkm<>aD80JOM#KEE#f)5zcB680B6 lLD$lgViFe$#moBbCHhZ14cF%Ta+3C3mJvTZEHO$c+?}EKnebKI^dQeRVBq{#a@tR9a$la?zGI=$coU)1OTehYr20~dlM&k@w+d9SFoeT=~ sttXmFRRtZXWD!xPZV(%ynCd;I6e|D!3|G_rJXEMhYlZr^HRBQ2wm)lL9)6kC2SoCxdj;V6mSi52{c?vpds7(8pC )?LpqdpTRwg#(9eKn4XVcF6LVKVu%EwT+=tl`qOi279qJ3iyosN|4q(Lt_a#pyq?*H8IP>Lz1l$mI@@zRjgY`AKF *IO&L2BXVru4r#tLEkAIT3;4w4Axhd!(PG5x}mU5##F6>)~*>BLfUvbvB2^l5~diVpz_7I(7<1l$4F*XM@S0Zo~~ QqNCLKcf-fH9il_k^C?_aj0%_~TvHeBam8?80#pkPd;4bl#X>C+slmdowmg#%_jz^8_+X|>Q^^$img&~Bicx5uE& qA`8z;XgL%(6B6Q@N$n2HtvPEO>oszUVzbk?9`QTDPBK7K)l`qOsFh6k7 Hi5G5tdbN1!aV%Hko)t32zKE-*P-|XV|vB0Gq1brg+pclitELIvN1j=T2>FQwPN#jDrL$qD0A7t?kXp$pMa!{_wC aOR%8=I$-KUy8zfMS@c-L6EFSrNr^3_E57VE&PJbRmNCf`vwErNM={U-p%4!LM5NpS!7Y8_n%VLr`T)l&qVXwAGU x|%T+r$x_)=?h)3du6Do!?<-K+2eL_5o2OhHad(>7Y7KvRkHFL*vOV{qLUUS?=s)q>=CJ?CKF>0V(V7)F2=HO`BT~2_%gA$`5?#}pS%8BBW9?>+=o~jcvB^zlO=C=g*y?;`(I~sRt {hWk-|UOUJ@v6MSPOWg9=9dx1uobEIB)E#uW}kSC@-)0M;{0$;rQfrFN$0Zv^K=umK)hji~N)5TB>tJ8pcSISd5+ +j*Kqw{hB@ms*YjF&-Q_~2$F Sp#kVo;|3i)tQ$XQE2!0x9u+%RkaU?Tyhf4B(r?rGwASI5i{I${ud0LnR5Gv;Lc*p=m}+heeIIP!e|<%{8&8HOki %7gJIC=Y=HjbM|M$48u7wzwdvbkR4hoCPvRoGDf|~@1C>7^kKd^mOPr8A|K9wHq}j!+oZc0^x>3R`)Ui|8i% @ZUwItONRT~IFGM}qz$vZKuc9FGW?=!O(%<6U?bjg1Hi0mZXVq`I@<+2&3<4xhN{G7u@@_A`oGeNEXt$-i9v7J3V nU!;c5kTdo5v=q~dy<-$v#@Kt_OYklcvUJL|WCdxHu pE?05n5c^5wg!=kdG>4n`7ZTs4ibf)O+t+UF~R%wn>ifiQro1lD2R#z8htX>AMOQ;-X6= 2`dtp8FI8@3<4#9E4ho8sNRkisBg++SZcm~?_v0p(Z?bHkT)D6`J92?nVqYB?HHdEv6pBv>=B3laLHRNKE;gNOk5 qEZ3J1umxeVHeYYvm+aFn2KsK`(NJCMW2*c85MuNtyC(=6d_d*mQoPxsW!J`IXHbbJj4-s-?2m3*G*)| 3}ds=nwi+O4!HbGco5xJG9p5siTcQbHMFPyte%nA_=O?N5w4>+~+h&ocpM1=dRM>0MX%udQ{H=r7Tr5C-P>IFse& S+74}Xp9Q`ehlk;VG6S--eD?&?ORteya<`Du4DM9ZCOTF#hCmTvymum49_WunE{QWEJjJmRf)h!qsm0JlM<~v-GE r9gFILw)TJQt>tEky^aZi;*u=nIc8KQL7hNve$@E?AT0pcd=i>-ztq|_FHg*LSKICPe$AIzJ>I~ECr5R0#Pehn@qFqd!2gVp^@)+ KSC5Qb@7^yiD8|nj=-agxnM+=EuPHPIAz1p7D{kV3_HL2+!Ngc#OpI^TzVw%ln!NJ(jCc2>mv?!J{>4?5y_K;hSi bcbHRR)6z{vCR~T%MnIPJ-;j?p~?We8qgMxV!-a+HqA2mggpW+%^YJwqz|Z%}wG8)ZP=4#0CqXZOkyZ8Kf-tV5A= Sh<|!iH1plB3Ro9CcgXqwgQCm!sUF;^O30Bl=P1oM=90BZ9SE2?-vVdSQceOAKvU;Xd>2cszeRlgNFqXl@Dy4QtR P{A4UD50Q$BTZ_%}>H>khM3xNvC?OMI8?;K5?r@AZ6*mnNEeg!2$9v4&l+O-i_rvv;u2v0?}f7?D+vS$8q-f0h=N cVccU;v*=HE&OQFSceO7C#P{{&snnxbvF!2W4o7BOx*6>S+g=*y`GgP##O7Y)$1LWGh8SZgKC1`qGRFGWPVm^sCE EX45_^SVu)FVIb=a{XkS98i@5uoJ>L+RVo@T0rCt3dSuGZcB0xqsauP4q28{DP#I$oHd=57-`^h2V55Z={0@Q0SAX`VM8i4>2?=5^PRrakOJ4=OhD 1Y!k+j5teGE~mvSdE-np6^z&C{Yvr(AY{ACIYZBn^wo_Gq5EPQHPBSr6_GO4&S8>pB19))p>#u_cpu-_F`z*Walc {I>h6Q*_?)BBtiu8oWh#c1PfKwF=S(JK^#a$}-5-YKtTzSnyQbSTK3nWo8Yva%)F3f!(OC-@Lch5i{6$QA2N?*s% Uf6SFpcw6QnHqKK7quG^04#dr->xM*f(XT8L+*@h!_Q5E>9*qJMo>Nmth3nrb^Uue t}Nh^Pu4))(O#cVl^1Bny1Edj)opup*>(#)62Wv`9Gy30I3s;MP@u5<&&o;R&etPY|m^Omu|FdCCx@F6i|LzRcj2Ie=Tf5$K<BhC`RS1JmF ^4BqvV>E4wSF6A*O6doEBf?>2;qy4qVoDwMiO^&*6^GTu}_Zzb@C{keLrqw?M!uq )aUVpa>1@VfD&GmSBn5LHo~S}Pb`2y0$GPd%ms`X_(&?YaZP_GtFze8|_16Zlh0fE6=eQLo=#;q;jS!MD+P+krb8 P#2V)10Jk7#{STMloz5*ik5Qw) @yg~w}XPns3F5n(x_%cBui0fH2MBsNw>{)@s5(Sfy`@MMM2zLpw>_s0=`oZ^P1EJ-wdHJDHNi@aYyof}gkGTny3j-KcR erWcP&UVYP70T#|OQU70-J=?IV(E*$05x1?bwZ7_2T^g-5R$*mEDU>anF_Dokj&Aja(qm=>^KGlqhW?oCYIJw_>) 5pvI=iB|)b(;1C~u_9>|o^v@?;KRfuHR8ZnmSA+3ox`!Lcs#!)mj12Yx(3D(ecn^MC x?|6ujYl{XYGc_0=_-I4q>9D9FS;Xi{@VPL9K(%qPnpTQ+eYO!`l_K#=9t{=I(tw*#DOw{nfGn}HixmS4H l%ldH3o?MjE?PPeKF0dWcM!@hiVoULW;tMq`W{>9ZIy_IEA!j&#=PJEnC^yH~MN$r;GFG74PTIOJTgHf-J|U+x5< &9BdUa*hqk)8aAHP)?(}Sjh$MhmUc`bh{Cf+pR-4Lwn#j40pWrP*&t1pPKzMa2~ga!8OvKoHb3QDt6_w8>0;2B?3 ;PCkLT?8xWHSl1?a0;EGk#*mwujFt?Jdh@NG;TJiRH3c&2^R)HQ38{hvQ=Ux&T*_nfj|h1oEalEgL>>fxBX$3?Al 6qx;GTiabE#rYD4)zQ<>SJn}6kXg0^1f5qA#C;@2dZr^?lo$-@rm=zDIKm^pz(^u3=^lmK4_zbp^4XL8(*=^H^G~ N`d0T4Jq|N_t(PjPmH}>_lE9Vf?LuJWC_fJce-h^mwrMF$8n9Qd=0(sQ%cSJuo)vHyBuhw?01&L%xBUQAr6}^T>0 -C(h6?s2#?um)f)KC=EWaWuz~eI^#TvGPaYySevqIA@BJjh8i(*#Oz#vJ *!m+TGkU3j1A+jYdu$OEPyRw+8QwL~XG~OED|j hO0SZVAbKB{r48xm;lPFtR%lVbX jiCsJmW;^mhEr_(en97bH$cnR^Y)wf<=s7rn7}b%YanIcs9kkyLmYqpX*9WvL~=z!%XoGcRbF3;IK46(;;3l)+)l shbf|*=xkE+0X}^nW+_KBRxjAjUwzvXm$P`!?HgfR1Q2lO{sV!JDXWwQhJy6+7iS)f|M>4TBR=4+W>%6h!mpCXx>`#!XiZh @ubv10e}7xWDuut4y$3=WE6r5wFpe!u3Xfjq0cmLl2!{zLg&@_-3qX12(M;XFw`=Amz2hKK`2ch1<& p6S@<_5=d$Tf$&T2n1FSq{-3^(1BVXIn+6X9)O1m;t@eTNzNoF#l{0~m@SS)U|{&5RBDiI93agk+H +b-URQFS6C+-y=r+*ene@%UaIuu5h6zsuB*;hJG{01+x#McC&Iq1*jAOnK<=#%O$HNI(_NGFcAtPGuS^r-nN?4is nONMprm6CNT*ux+50;4GC905ef>>Ue#;x^P`1}6)ENg(;U=k7An_!4{G*9#H8=v73KD0y;-~Vrm$^5~SW&Uz8qp8 kGz$R`dSA)4KLbfZ2qeWMajaZ1YmjqRgy^4WnW5AyA*}D4c)f*SmvNB8LhFi^Q!;L3n+G9JlS~coDpr&w~X7jAHE +lgLQWNd%?7Y_0<#fb=UXhw_ #bugsagiY7ct_^ClI9JdqHd=%v7H_NY5PK`55LtzuB~>9(fIY_w9mZb*>Ssy6PzgiVKRbMcg==96k*q|3(lp;C+B 8AD6P+2D918Hxys^B9ajgb|m+(RoO(gh&H^iwlk;J$**Hg!9p(7YVvbV4T4(*TuQAM0x$%sY0}ABvJkx(P^4Z3wXQZhg?@p{5S&FEvX?xLCqsikP;ws*%KRP+If(!^5-cWG-+sGA{b-llgQcmymrrGGX83%5@#VIqjyU3&Dqy( RT9#>!V}P0S;I=typh#(s{}!qjbhwBrz1+G)UxHjpvY(S`<_~&cQ*=6{p&O=FE5`>OK{Jz=!Cad<}E6`J6qr9@`f 5hKNX+KN?g4Ng8L1OJ#JIaZ59(N%o6HVu65FjJBJe0AKToHl3^(t5+@yCSdeV^{;VpnPhhcw>}2mY{o@lvbAew&r bs>dWY8D(LGRiG!g7bA%S(6L|DITOI@YG>-4mFFY!$ABa@bzj**VqGozKm_&Vw5<`;uSA=ZEm^DzuD$_5aUZkA!y 3|(>=!K>O&cU%!DhM)0j)c|hO{=1jYthxs7XH?=>Z02B&VkpE|M#`|xIklL7Yy2Tp{-E{6LLCzN?o6OjnzkUVo6Hc25lj^Eh^`pAYsWEI<6H?SSl@K;4Bg<0< fy^IVQ_U;@{L1aApSP|&gy4f5ni_P`NV#;?paZKm&iL-E97`_#-$RX1jrbwbz~ wU2ykOXpwAe?h?yV{rlPT=T$lYUju+dv>S|-1xNtQPVjPG-9xB7;1wgD`;Gr8Uy3( $_&0Og$k5zV`a|B&vI!yuQh#mQ=Vc<@xR}ZeVgh|A(|x~65Af-EML>I4(lC=jUAa1o#>4x)5-WI{Kgec-6}OBd+* Ndy{>dVJQM0m-Jo^8?U~dLZ04rys5|~W>#$C@1Nv7+n0mAO4J|E4g`YKcqrYY~ynqHUbXRiHlMrX{(Vwb|`vy_n!XuD Ony*{g#2YDy0ky!q#Mrzcb5}7-qck-zc7phkrP`x<+{)c$6@$O{J9~12aW+QS43gv{7+5eGpb9er!$kQca&$oxHb OvbK*;~RtZ0}|e&+y{Jl*esHi{=8E#0BGv6td)GN8bO*@M{Xl&Vt?3rX|tTsS#NbfnhPR(dt6>fyH!HEXy6x)|H{ X%B_z_6hiPJN;g<5UD+TJz1$=G;#F?U%;S9+yL*wgsileqxGVYvuPX}<{C+r^J3lefTNPj;8a{Mwy^E0Ch~ut^Hn 4G{8koll?Fxl8|JC*;P9r4AUZP?ANGbY@s5CY=Oht@g@!&DzyeCMeKD(+rC>|}UnSZ^XmwlGB(*>B%CD+>!&*7ds Sv(r)wwtInsL`E6$I0w*SY$!`aoAJz#a!xAh3H@fJ5}&kV@NzK3I9D2{I@T-WHPZ>qY>qAq~oPtqdbSnvjE XHD-R8=AIyqh#u&*W)1L4a#J>3a*9?J8H6gN8d)Ksp#eOF)4({6!dpdsKO8W7duMNigOV8!mih$sI&PZmP3X;Ex1;tV!ma2 f?|t;swc8Gx%gW;Ak5p3FraxSvRWM0+bV2D@pU^>lqHL1?!qWhp}|#;oLQ`(D`XAwIyZ}@?At)fBvj7(W;MudS%q R=YR!`c>I^9_bf`g}T^0@jhi54*j2%W2no9<0JvVky3r&Qvql5Zwg~%0pn+LpY;U$d{@|AoIEJ0Jw3)4)?vW^L`5 FDIVg!M0@t~t9;a4mBC71$_Y&v$d$zqb%rd6Dj>YT}6XV$YlH$$G%6d4RNGQrc$AwlJWsRj48)p(D5k0R$mCD~Alby2qRRQYTRoL-d{e+a-K#-iAbeGv(Kg5qRm -O^=UMDOsqmHuTy;k^PIIXzbhTzxZAmq!rc{+tK1n{ytos##hYsLeiyLZRHJA%MSs=&S+Zs=rv>;-GP&xnLz~z+K C0%Xk@MP@F%&;d4>~{FLzla#~o1%LpxUG+qduO&AbvC7-X>zg5;b0S8EGbcH~uAZ+?-K^?%Ute=WDF=XE(9sIL-w S-S#uvjj9Rf7iZ;n?QD8Om=k8+pV>-JDGW5+~lO2F0=omr;wwdjc^DVeE>Wm>unAM@RI(&7Gai{eAj_%g%7E8T=< )#tr=^{NCT++;V^3|M1uGm(-K>_wCB&*6;6s@TaX0e)mD^UT{SF_qr~=aGkwyRX*tdUeFaDq5kpcg0}b`WT+P3bt ZX^{OorC~hVRdeE52klpmF*s7?U^TnOQOY0A otfJlp=ejKM)v$_OC`s&R@{k*2G>d6U5mutClD2SD9fC*um#@sp|L-1@j>U7pp2H2s>CU{K$_3(38o*FoFT3t*6n RH|~cED>AqDz7+OJX43GK566{QC{0IS7wu(_X{>@@(h%W1H!r6uy5YIP2xR1VwfCm>3(U93LbkmlpD0b`9n*UtBK g(PB8#jGg?BbHlM}oh1w_3vtKUtej=)pUA@5-HLzSrzeKhWd_P+f6&|f4-xY$x-2vPO(bpx1bLzz*#Onl@ud8bfR xdT!v(h{f1u4czVO!r-P8|KK1?V6fsasoz#sE~M1co#dLQV4-H@k<8$Jk{)dO*dKfw8Yka>|ITNMP{yy4OWvL(zs 6ONUrGFFN4Oa5@KU;j4?P;uf8E5`ByK`Ce_ RG+kEZS1yO8b-`}ohuf7G`bc3}d7s^KDZT3F_P)h>@6aWAK003ZGWmEtF0000000000000&M003-nV_|G%FJ^KtO haEyMN?BjM@3UFP)h>@6aWAK2moMOWmGIIc$hSt000Ek0RS%m003-nV_|G%FJ^KtOhaEyMN?BjM@3UFa$#_3WG!% LZ**@hWN&wFY;R#?WpXZUZ`{2Jm>gC0H(WD8#1;i*5m2#Ml1yM`LK2o_G6b_iAR$9$0tA83(_J&uq^G;7>P|8V2? 1FG1cb0E0s(}Cecytj5LVe&6_s5;L<9v?ME!o}{O+x#rzZse{=esa-+9tGRkv>4<=k`5J?GqWZ@u`{4bE}!mmB0b -vG>h-Eq#^z;UkG-O<0l?c+FG*E!DL0e1o1Y+uKz2b{E@y{9?OJ%H~4{tob_>5g*|;Q9MI&Y8%!#|+2mu6L Y=+Z^XHq>pHKoSy>z8}J*b^QRq-^C0s5<{-y;2kAeW?Ks=w{>(!h=M~)F@Eymw9dN~=j`J13eGhY-uL2$lxIJJIa 9eq9;EjM=13n3et~hT4?g6;r;f}K%;5Y-10Bi(24)AM$*8_eF@IgQq@J+xS0XLfCI4Qs;z@q?1&tdvifDM380B$U J0^AJnb4RfLt&djN%Osj(k%a_H2b?jr{ jDc&;{H?-UIxiv>R|Ez)78K*Yr;I>xfR)H`m-RHTh39@Vrja#bu`4pBeZN;HH9Sz$U;~0EbI^Gmi5Gz`X!B1e}^7 KH4&T??{vGXW0L~4EuLJ;5fiL06z!#SHLd={xd_oZk%QN+$`I*bC%`pk!Ak906|X9WCN#W`QG#_$0wa-y9y@%0#n Wsz%2kzG3BiU1o=CwO}=Zh#MjLRK49AMt1R*Px+(vU=Dm-z?8m=N{o_2x0XaJ}0e1lG@L10R1DATNXPL+GIvwy!f ERge?=>Frb(_cff8rUud#wKzkK^~YdH!#c{?#tN|Mf1mYj79&XD7gu0b2o2l>PuN5FeJmj%yQ`5TeH!0eCFnV!)g{2h2$Oe2(X1KJoS%;0VEwPdffa;5a`A922m-4a(%FjmjL?nPu|TVP*1n xlDO>p@FRx^4YHen}tp*#P^VSj=dUy-)d71dW00FD8?;%Jup^3iPf8%MM L507TQ2Q4PQZM&H58M&DA!~O;ywV3(OUd(a1)WB;NbAGrDuwDAGnEjuygwOW{tQWpr!f`!l3GsXQ61Jmz3HfWDxn Hz|e0a(d%I^!8kne6=!gf7m%6%R1n^NBrwtwSeNOwbz;r+N{i09eIa2yu`?k{u$I9cdA5Z??_yqFz7{I*+pC^z`u0MhN_sIzym%$KLqlC^+WhS22fO=N0w2J*Pl#0jz5|7bHK^O|D2QA&ualE3SFMe@!#|es>Dn^A_OF(*9FP|GS<_d>2k7ot$dmr3T)4D*5!uQ^`NSJC*fqz8ts%++ jKIr!J?QIe0nc?J>(ao@F5uDy8`}sIrWU8r;&c9oksfWIE{Fja~j|8HR*#`jJ(@Ve8; 7tfr=aewDD;%S@HSx@Wf#NSb;lddl~o#n0qgbL~0XwvJyNBn*Hdu;EwzDN1k@IBVk4mbz`biwyn{?TWUPcJ%y_`m E7;^F2q_}&X=u-wm`NjdnHGnsGOGnw9eCi~q22vyXXa3<@&_)PN64JO~aXOiDPK9l3Q@e1B=vVwfQ-3szy>k86Y+ X{~BNh?T?KQi$46{MS=uV6VJuOOZLa|Qc5=q&bUGdEdB_cpbiyea==Q;i|k6;GiR(MpRHcWe&4f_^!&?}q}#X5`+r}__SRoQI^FaV%8%_YA)Ov@3 G4SRVSD{ch_5A=usx?;LV8$n3F+%zlm7uz-ZOwO!JOY+!tt1RDa$?lQu3*PDc?WuQjX(;fG2|<-o2E1>4G1@?gae cN7U;EUrxM^y`1zk+1!78Is3iA6|DCgSFr!hfX4_QT)}=mXr4cJ1^MaCD~N|bUcqucx`O=Utm3#etYSY$t>So$Ud 8!n>?-E}-YS;!eFHCE#r|Esiu2T+CjFPIi1!y)5r2PL#s2(j73I_BtI4OkujY7ltme4RUCr@c0=Q7sOQi{&_X|`>W Tmoo&~!U72fGUilj0@x*J$r`KJ>dLO@rHO=6r;h>q1 P|9^UIrdcy`Fm0uWn%ek8j{O6mMjCr{BnS-Et$x={Gl04!(CI`_Xa6 Rdo%5+B49!2=w_og-$MDd@D`Ti+{$tL{H?^-rnj;k+uh3NyWL89X$6Exa3G QDLh?gU7BVWzGjpMiKHsbxB+o-3#aU1WV>IvlkNTUo#dbTHGFU5H5~tK){tI@t>Jj=zJ~ajx`y~X%s_t)^}3VR5MOIeIS;QPzJ9TWeEX _Ne{&7-@!=ZElfieT%2Nq8z>p5UQ8+0U%T;=a?UJJiqu8+QkchLVIHEPdFdE0eFP8^KQ1|yt}EtUU)ale fw^<^P4}VJ~{iR)Vt0HJPP#s%uhKklkXv29(fPjyW$?=W92=R3)kO6{5^IL_01RWF>?A|_UC|m+3(}-rJZovy~O` -?xj8bmwWkMdM)YX^0k~VR<9+0JiC_o`pa6j_iqO7dLP?ex{vz*_4iRu{0Z<$;k*0U{#OCFM1Ma20O7U|vcBCO;( XWl5b^!fhseM0KSaHv{bAlOeVF&JK5YC*Fw$}9?Dccf{TChq{h{2EfCu4z-$yAIE`5~r_WGl=;&BJG3q}n 0byc0pFGBK3m)e@bME8RH-GZDp~uIG|N1AW5AE~>^^v0h=L)``V0rsKNjkU!aGBuYN$N!lo??Gno@TjAo+cgK{50 (;=NbC%4gstPKRiQ!;)c(XKNdVod_Vjw$K!L)kq&lzj{3()zypL{pCf;)eva+F^*PGd`=2xZ!{FV2n9^j1UY0upHJni5?zo0xG3kcQRxf<|rz%jpstP{Eg{3^yF`zzA>{1-?ci(ep}{`dvTg%@6+9C_m f(&@&(=6o~u*R=DN{F?LB1Hb0DIlm#D?E4$)<7XIn*KdgLH-1BY8~$6$`(u8~e*WFS4PK-?+2lp?-PSLX{-?c2dm {59>HV}9IsSLP$nkyoMcRwgUm_mA|B|t%ULqYm`4a8+!7np?{L7pN4}O{WJnCiYu_wPwy8HT>R~89RK%Tqr7rnM;@8~UT6RR@;lCdL*C$cUho F_`-^W<-f#LQ>GA3}$zQL$NqS4Y#c|#0E!My7Tbz%Z-Xh;me2aMS-Xh+Qe#_X=Z;>v4@D}H>Rc}%6zV0oK_t4*?F M!40lb#;>J^5qk+oaR-+tg1Mzs>qic$@WK@HWTiDnOWW&PQ+44mj}-9KV14f%EX(cSsj^ze7D~^dDLO&46(sPJ WN`+NCDnZ6@D+=KW_)c`v<3x_;|D%7H(>M>(_Q`;=>k0K(LCo&sDcbpB`RWgGm3^fKWulrv}jg?Rhi2b|{?f586T _5u0q&JT$H*A0B<1LEt04~$>?1NQUZ25$HvpMU8?wsW%&nf{Fr`ThT`fHKlA~L9JtZIX8=X6eh4UZy&Wb8k^3!xB2SMn_e%kVuCD+TxpX6-_b`IN|a32G^0R{gj0*V~DU~{(X#?9HDp98i6z6~hz>Ci3eRF3y;!Sc@p6uEr|pp5 6UTM%Er-Gc4^6QJ6gTd%mv@O}ba{+}fuQ%{5^WJt}WBJ3sX 7KtozIVjeSWfP1?C()uBc4tK6nXf4K%vuj09C&M6#c$_E5dIA3g3+0itU}c70aCkD13OhxzB9H@y`Q_+&pVe58sC4w#PQix1V`_*fwlmmwA5lHXP?OOgTT;hWNY+P~^uAfY(Yp0L6}~e7(*&1901K u-(@K%DnS0z@=#T;ok(^1HJ^N|AWxGi~4Z??d|HE<+wj^`#O~muK}*a{lpzPj;{lX{<8;|UgZB$K+!jT1o&;?Ye1 Od&elWNpZfu2e)z=@w&&|Z>r@}TW+?ghm7&DL)(v$|kI)w&Okd{|K$%Bcht;XQ^EjaBBYW<|ar_RT=r3J6k>Ae+# 1!t_yA#Ljnw{&^|8V2ZY{!<3lq(H@qUY_`$owY&N*qA3iO=_Ju2Vng5zWN+dCjErOPblv2b+oiCz?4fFEtYne*s( y__g80$N7L_cRUIx_Rwp)kS;eLLAu#t1p6^~1o5!T2#$9Tpy;PdMoIE_0^G-Gdlvx{4 sGP+g%t*K3p)8<(@W@?Y?Xz@pAJ>^8Z$&>QoON4JdZtqERgOwo&ZYL+1HAqYS<7O1Zp;fd>Qb3)lxJ{;~T2#SZ!Q ZguK+eHaiXsWW1C(!rkqMSmK#N1f`|$Lv8mzJCw)>ybT(r&sr&ynTNU_T!7AdGC&lmGP=j^_qr*^VYau{XyVxNd_ ze+Lx3_rh^?YHxiqj{VqoFXD9(AXEV7D!>(htG->QdUMNo^4oEMqW@kup6TNz)T!Nc;sic_astcwWCF)~=ZUOu{z UTa^Ap+54JUE_n>~sBId>BAwPq6W@iL&;xf3SWseXPDpy-o-m`ph|Yzpb!pTcoEdJ5_Nlquxrl~c&4YXQYR|HTy2 >(+a79J70KT)zt_`s+D>Vy|qx59xKUefa)&0Y!g04^Zs#hxcLs-rt9O=}sm6HcjQcGifUM<*=!wGjA%}(=(Ow;nb <@$4{q{kN!E8^s()}q?>X35+8@|OMEWfm*aHJzNC+j0mVN5(td2;)cwf+hwaCF%l2b=&+o_feY79(G-w*>{Y!x2c iVg#`?biVUptNYZ<$8EyJs5Tdwv?}@nr+wnZ|znZ5sKpaXRsG$aKyF$4%$+wSZ!e|8+X)Yxn(GZukDA*P{W&9$da Z`}N8G9G6XIklveTkY4tjL4Bwf5M6i9p26{dsf~QsZ~*m!Q3o)8+X3v?(gR2rHyyzGes%!I>B$2~CvP6W{{0is2m Jg@K3_PKbb01XzW4Y{w(rH69MAV>vL7GJq~7_3c8>ebfZ`XJ)XwocyPe~Chk?(xQ=j^vo#ixjQ2y=GLHV(P42L%rYQV#5M5asiE2a#{xgX^4s2wfgbd}U {op3a@keqUwa8o<*5e?FUhIQx(~=X}5`0AH2%euv|;{h{Rdset!moX$Cv^5Z*)vw!a%PJI6rQ0)G?Ic)b2=kWc}M -V@Aj-VcX{t@Jldyk;peC-J0d*d|aPji}demCG-f{!%k%?CS;9nr~gsn0O|>lxyGREGS!dxqogWr*)zX4t-$GQ`9 04g9BpU&)dV24{(v(OLFuA3*V|9groxU7h7TduNvQZR@f8?L6K$c;vI4J&yNi^L$T_OT{KaFtzS%{39MQ%4r*yHrjxN&qce=H$@lZb({a 5V-xa+^FYYBCZ!qxAUXJ&@z3k`vy~NLk1&+s;3Y>2?EwDVlK>Qq6U^~t%uzwd6i1%9ytmmZy@%g&~$Kh`VZd@e)y G8bYQjzlU$Rhi@qR9HMERv6ID6*WXC8i$=2oyP)67{ObkD@%<*XQ`2-pjh4o$lcsAf274~cTJj(SW=28DY22lKyw* a0i_?l1s|FZeS&&CVtoTCAE0DKI1Sh;}na$#Ye`WG)*NPIRfVtU6S>ZvC!;(Y$|MYJ1!vxx2A@8~-9=XW1XdO!PU j_c(|6Mxqq&2sJr6#x4BN3%VLEv|EJ1AJgH>s`Ere7Mmub|@h>*Hf6cQ#o{dT3b6dRhTx9bv zvM!!3j_Q-a}693;hmiSqGEb(yDv82z3k0pK|J(habKTW>9k0U(#IJWObK=JRkez#8J3P&8z_dYqE`gYR^q@Umf% AaFTpxizE1dh+GCm1GtqIR5P?vEHteSYP=h)_1{ 4EN{(8l-DnwM7^+X8S&GxjQn=QGPd`WW#o_ZmJzQPEu&s{(=zI7A1tHX8hvt|uA3}AnR4bnz#j@-ol@uABz$)Y=b b}Ot#b|$x<8eAR{L_&%`wY4zr4Gge7@u~>Y>MjGuiH~RuFGTte`zrSi$_yuQ2Uf!FDYh$9?mKeE*b-sHc4SV$#WB7gJ6ge=+si-vG)w(M~HV7tdJ9d>dav{bkf8tlztY{PV+0*zcP!VL9(!LOW> 6rL6D%OUdU`FC!h?bQ$U7OFyd9eF0bfi1xyfmvcOB1(dkne_l>Gk-mcS++$a8KK$}3`cIaxqF%A}YW8ROYRcPRuc jRMWHssNi&xU_*y~EB-*zSW@BS+(S6{f2{;||m#$Rw1`C^x=$Um)D8M$#4-(L(U>kiAWVt+Thnsj+Mpv1HO;A-M+ $7||z-EZYJ9Pcf!1s(tgU&r!Kzn<^^;Cjvvf4-jSo8G{2{KgIJ_kK4}A6*V8aW%icf%LKWjnscGxRLzq+{E|VZ(_ fWyNP(e=_cao>o?QibNbDsclQ?7*L(~6-Es^0dGalk6U%SmIA4DY=fyW};rQ=xE5~=%t)!D@Z)JMRZREH7ZPbrf+ (x~{xt-%O_;x;@ay!e<-%dXK-tFwiuK;CZ%D6ko7taF1RCoS%2kp3B*N`v$HPjPMSwsH+(Hhd{3v0+ 4O}vYKxfAbVy>Hyba=!56I*p6l?#I-d?)x$2+w!|fpHJRReZ2RloPRz6ly%?F{fzqggFhpmZ+;KwzeDb!+?;n0>1 (lpEAAm4R^3B+@#sC2+aKP;c6|O`-hb;}>VYEw&jK8CFUS3{dpUkPt*z5|lMC03m~!P050l=u{yD}E_}k~_l#k awLU_X?#M{k}5HCM|gnIbeM@VlEne=B&z86gTYmbmV-+hF7;wO&~zZ*Zw@ojjN{cL;G%(IV@Pmg_+@2`B6 $~Mq($k%fQV#$2QQ~75l%6|84m?KxK#$`n~W8>d{|(lKSKKpX9tZ@+tOj{!`Q|7CuG2pr`WDH&HX#({==t;kB^_?xYj+*^i7{;Keu?A&v$s5@9p$7>ldc@%*i4IR4|FVZQt`EVpFx&o^+ff!}?G<)3Wwo&F5leaR+I}(5TVI8mUl6UZXrH< =%@^`Pp7`uPs*M@gyoA-{cXKaJ$Lsy!-FV!&~{cb#SalPRn#*K_0#JJm&&AWS=w)mpE08XywK0En?is1}5`Q$H;> znGi&n1Uv;;-M)Jo~-KM3eWZIw$dWvVo!xHks>3W94E>RoQr~xqlY-gV4^sO&*y?8gQS%57W3aF;@P5NIOHfO&Md5AJd_ODOPDXBXr-5oz=B!x ZS;C3wR1kML|dpscx!F?nyn{T_IJY&~N&#BO>Y_i2>zGTKhwB-2-0xMy^;gX^k(*D~GoC_Z$lvN1TfPU<#KyeK< ogYNb8y{m>VLxYNA{EDCB_K9DJCz>6bB}r#xTg=_4wTo!{anu-)rt=U0rO1dFI)l9j?`jycXG_`Z3D=yUG78^!0- }#>2?p5|h4ZtbCbk7vUYzIj^i&^~(8SY)rmuu7?W0<986AmvFzTp7EB00e2h3Jm=$jCtPoB?!~Ud^y$pP{ci#PXz D%Jz)@13DZk#N`9g2_LG5tP100DwI|Ke$XdBl%A^j6v!#s7is$;B#zAre(^B)7gF0u*<+u{C2Q~pbWCvz?O$tJkI #ndT&!e@k5k^hgl{t2#sgWqKQI!&I>A^!`w-V1p)GyQuYhR04*_U?c$*E6PPZ{cT?=Od(vUlHnq&dax({C~jx<+# 2CzX|wFLD_F1t2NTi>@Pn%5T!D01e|-pWGyHCLxL-v6o-}230e;n`D*_}- )uD3FtZ#FZThQuPjtwCnP;Q$Y@F~6o_~2z^!}c8+*|mLDgSqM-1}S?t8c_04e`>yFV!>Vvq{Fy(yDp(M(mxlkncO @{uR@nqPZ6zi|938tRGz{?;prFOYmCH{hnXP^-S|la~)$lACA4VE8cTCkIu%0nU69+MN@aLw^yG`BUp-@YTV;N$=RU(j>luG0f8t*e-47;$GepL#p0QWcGDZIZO(w;NVVLGVI@YKH589^)nX`w-8>S1A6IDRqoT?R2<5_KON7q_> HJz%%%9f#HTksR>z0LJK$R4wmxs?Zu9PDfDZsZ5BPV$ZA|)cf)8_jDz3jIIzt^}W{)>z $o}Fl4B|da``2C7@5AxDNpyjF#<$7e+xQ()$GB_x+h7p)^2pz{!iPw|N^~gvhTwO(!exYH}ZSd?Tu{LcrNL?FF3*a{RmGJD}GVjQ|5BU3f-BRTI8rSa {e6}NPcjVpP+@}F6_#GP?n_aA~WZ>p_wn05(q2+I)Nq-QcV*T1|GJ*>mv7+rQ( W&=&-i8elX&l)(a!S#pGv;w+=_h9)-x9OqB_R<+CQ=1#OEgduU&;MO}iQepF)rIj0yi)43BbV$kaNXIq*EvPpRjA p4&{GZvt*>#&)|{U0Wb+AE7ThSK+?LT#KLU!dTwLRej&8o-xVkdd5s2W}Y96G7iP{3rN4i9l%Uyd~IKMHuTxlWm9Ilw3I`*S__1srDjEWX@BaQ!v>j={709iH7HF{0O*G Im1xPjOwsZzz7Q@L@gU;O(FI+P)COyQ~3DMLGW#UN&`IgX^d8{`-OpTwiO-KRx!|V3T%PJ@o0^Z!LcF%==%8<&jw0*Xp^4N7jMraQ!&mn~mT1O#WZu`ul+5=Ur{m-ZAhXQ`QAB91cg?Fx+pCpZJy} eoM~6nH*(t+6Hl-%$PdHhwnd#`!;@ycm7$=J!bOvIi!!nuQgWwuj&}PJPvRgE{+DgzMlImCk^7h9{H1fk`hzADV} {)#UpPb?L?C%@s2m+{#4vQDZGr|Ugp^sEuZ54aQsdXoZ?a%eHZdcI{Uu#V91*xLkQw+Q)ccEBzGZo+W3gvvCo6QBKe7X;>cY 2w0MKgMCN3Pe)=L%jb7a&~yU6ZD_FPyJc@dnVmtljGya7?SWSg++vqo>M53sXiOpN&dX)JV$kfSW}|>iy5O3w^#Y S_Q0eR{=CdeGvPuu!Lb}&O_NfJALZ@^2d?hIR>2j`EXmo>OuV*^ilb+|{zpR^**4y^FLyoEx%VXQizUP&B?WRkmd =6bjuch8btxH}Cyu6nwd)XN3(w)VM;wRPZmE9U8?~Q^B?u7KhblPW13lLTsr|tC;&6UFDd5xOhmGgtL>lfz>cH#r ;%E0E+nYrPB3SCK#6kAm+7$m35>~E(upyYe=a>Ys@gkuKI%Qm+TFO8GNbi^tcic!hu6vf#i(Y8PfFXO4}<dbq+0g&zbcr}NzL2Kw5M#D>^F~n|X v0N_pTBOX+70??HMmCoL3PHpv5HZ*aC3?OOs`tH8(PtlIw0y7GotV#M=1N}FkSn{zl2>3KC+izC^$k;Wvy+w>Fq3_3lZ_-Ik3ah)9$> qpYzInQVOOkU_F;^NwpU95SjTLCdqNri`iV4N*?rB)9Oj;n5jL1L`lUIAHK$#R&p)wc=AgXTKvY9d`x NX`WtC4y>&?u8_xhYq$lBiL-YidhFbqr+cO!1+a2Q9C5%N(ndu1wl0Yk=~!oAryOCTWg~S)~HiWmd>~$w!SwI}*{ 6Y=$<%)+I!#?I0OIEJPC7N=r9@yzli4EwK4j&*CDW%?|8=GA?eaJ)C*>=BzB-IT>?M(MS6aB6C72DU<7zu7!ugk< Iz&N73)Y9OPFrWtEC^J+CAJ27(^y%={v9b?MxRxeFu~q%bbwi!mu-W~JEl=(2Ir|3=qq#?(W#uq~%m1-xstsY-S> t>~wCsa-Y6n7f2eV$JR;R`Ozh0Cm|uPE>+>?Iz~*Ql%_H)@Y!qgbLc}L3}nE;;(KqX}(r-$(Oa;=2fv&b*Zj4-Wo GThLh3Q2N$%Ibxf$omH1TSbvrWXL2I-nxga5!_Xl9)R78bJKlpPSGk_y(!4HB&xbn$Qps)ANfg9CCnkpqFX8kK@QV TV_ajT5#h}b682wQeATk#6yr8?6=&2S1{qW}MF+0MVyGH7ZmNM6vuYH+*Imh{fv`fc(3C5uA%SuWb(SlXhsA8VsN BRrQtp7LjpmhTjHze7{%`bqP(@VBuqvvGcaBPp_Aplfa!6H)c37L$HYPT~gq_S3^F`GV^YM9~;~45suw-fMLp+8G YiO$*?NX;4%%Hvq??|Vd+7($%s-PMJ({N~r3`Lt-*FwI1URkZqbYuwkv!_wtP<9NH5eBc!hjbIfUX;0AEq~L_M75 n>H|G83sI%ddnk1-WEpn(o&FM55l)Ox?3sOcTjuq`S=u_I{!62bz(-PUgu$EdRD{rOxwQERkHXZbgUC)L`#c6}p^ p7`|Gh^65otI+h(GgO9>0gbgjv^>ZQeiL5uUsiFiZoSQRZCRJ2qmN0S^aaDvO#pcn)4wnG3gxl7+e*?Kl+lD7(A3095U>Irj1hRWvup20@<}+-!&J7TRYi!n#4`w#Iim9-$E!=vHVv O6Q|~Y{1EbLxEh$6Vik^a5eA}a@)Zm6ZdT0}BCcFms_O_F15bb|`}CF&ZdS%>gSE=VTx!{j}tm$S Worabw6uuIF&%s~^)2G|6OPq*4cGA_XQAspUG_SK>F(#N-2B#@Q+UTn8q!_&N0tt7(=0XK$(4$YryhFo?N8Nu{)o iBc00r_BnWzks7XWem|*v?5K7xL>t}7=wEBL&`JCAqyMb5y~KPZ{0<5ZDdo(JtGYDNm9r?F_Ii%2vHJ4lFVAa7Oo *2J=l1_tzO%i0!Y9-BU6J)1bqlGr!R;PL!fjp#u0(h>q7MPfL}$&#Ndj760=sCYv!Kk#j?{{2=fmaFBWHWvs{UCW `NrU42o_xqh#itz!@@8d>VPcJSuR8Oez+JLPHDYy1n7LgUn&+ZcIV;u^?oR0K%}h^G>qjc=M8FC<-JX`q_PMzdGx?bLv^gC}F&62hbe|U20n>RraW$)i?q`wh pq?Ul>!6|!avL%m4QhZ^oCXDUhfa2v{_0{TQ}I<0gV4&2;mSacD9Xv04|5uT2A2*Hw@tkx!SC59XsyD;qNjA-7i$7yY+hjLoF& |SgEj&opJw~F~i+hxz~VZLlX?jXL?(mGrojZ?o+t6ELIIwzszSGu}jR;fZRK2nH%VcouH)un8l49#wvjxW7s>gNo -^F>vF0vJlU&(@Mzh1^k<$XzLtqE97C+{kWrr(+0XnJRn>WlQ3bB+lu|Y99_;%lw?R%3k%eXt-b(d97~SELzTi_(z11zU|gsFVL?IKxOy@@vZ@i#q&FT+ x)t||V+UL*ujg}fy@>Tf&!-r`iFeh0Duv2=Xc;Fmg-hWbv33}PEWUE4MmpX%4j^Of`d&9oA K~spj=YMZYd3&@oYZ&P9x5H95|OK8P{ri-jfLB()A9-nCkFbQb;YbV2+W|64d%_t02OOkR-d>L?cTIs>Qe0$IGH1 NhX0{{uICU6v3~a=6H%t9aInU$AyJEqY6z+9Ob?`WI!E6rnEI(#3{+Ua*@}grcE6GA;J0!06h}FFM$4GS_jc7?JU+FdyChSIhiI~1O#iQgDq!dh{5dvb?R;Tp=M1m=)r0Ie|h>H1su3Q$MeKCOx!zHA-kXO`+m5fd?O$Y^| DVbU0p))l{>Hm#^Fze`C!=}HHzPz}g2{EK)=E~vdapf#@7u6WR!1`bQSH_PoU?!fPE>zS*Byu7h)DCK)K|{OPOtL J%s*+*e7D**(%AAetdd~@x*DS_q)m6fMa)mP22w~Aes6nSORg8DdioM!hVF-$?D4=#IEmO~&Xl~IfmL6iU4fNkh$ W7e+&MDJ%{^v1f?tdl5%uU3YHKSc!kmgoX9Ivt+^L}8wXak7qhQYxwDJe8%r69ZhptPU%fvK$Z2HR->im2EjG4Hs vB;p6;Lf|2s9oe#(Lr#nbDn cIVC+A>w7uNLxK-T5HI~!Vxe7XLI0P&~R++Kr+Om4YUrUs7Liksu+Y4w}kc%K(?m(gEX2X&?Rsuiga?P7Eo(1X96 )oK?hx2-H60&u8<3QJoWE!ZPNF^ZHf?yxU=CYL&diBGIKkN3#g(q6Ur1+@(g}8rjpQq;O2`(jZ9E^U7ZVe<9Dk4|?AtbZZ!llZ4;oW~v9w*T>~+%_A96HW(6Rg` uSIJbAPqH)(Y#(~{>)cz{FiR=A=U;~{6fUxw&##s?YtzMS!P708_~Q)BFY7PT <(u0W}eJz+eJ!~l})IbUhSR_K9?2r9HhX?MhIWCo(Cv%!-QYp$w-OHz^MLpO0UPqg4(YrRO-MYCMgRq?4V4)A{Lw Okh?13JBCcf1B<7HtfS%iyTcloHo^Re*F^f?d)YujeVLNuDP4#y3F;iB}|}nk%Tp*&s(JII^( k&MFZCMg7+pH7YJPRXb)aa0dM{&V(9TrRp#APTJ>2OqtstQd(>nQP!D|1A0Zrn%FiA>EN^$XQD_9SG?HvI+U-0Nv IUkDko)OAqoxblBl7H>3pV=SCd+11}-ju73X^4wFo%Jt~yMNOm%flf!K`a(JpyP90e*0qkjhn+m92E7ejV6ZcjzP EcH?ZT5Fh?u2!w$T4HV8Q8nuzUP!!%w6TXOB_|Ow$U7^JVsC`)Q4^*s)WpLQjg@RS43u&ueMLBx|3e;F2DK6)Fi& c*u6dHscM=*^@LANT{)PRwm6tHKE^YF~CUJS=s0yA7b3r**XH-G2q+A;z8zfYA6~eJn&1@Dgv#Ko2MTvk;^S1PwL bjg{n22i4RQ(eIJFT;?+4&Ih^>7}b+Lr790j;dXh}o!W}?|Cj@1-qJ&eGnQaE3`Y_zx)#;8dA<^$pvR4v^Wg(NZu3QahQ 4LlW)3RZdp`C5516kHL==w4fjkMDXHM-bZ2Cf;^<4(&JDhotaEBiSxvUGFNV*GQ=3L=5qE)tc6gzB;7N1FuNfVi7 mKrbD;c0b9=hNEau=w3*mW|{RmE8RLTNet=skwEgIea@*-c?^$r$ |DJH^Md0NN>I4FaiB^<21(N-+=f3pyXuivh{ph0Zw;ZAlr}pqO1V8+?5m9)hiNf5LFyHr#=fhI3*jeRm^`H&jwoS )~!rNbuEgnX*-R^ 9n+OA6r;)zv*B-Rd7RCBVav`tJNhI6@U+GmUIaMv#)BQz7gIW@DQyV|1gcuAHRg=j@1rWZD+Y&DU7RHa54Q$EtPT I7{*#gC2BGBI=@Kj^)CImWw-2};}%LY%{Z`=$80||2&WruQ&VlWWZG;QqC)Bh)nHRbvge=Em7*DS EjFF3j3EhUWWav_vu>R~cuT)jsFJfUBhQu2;ZSu^>WVz%u2%*s_Z_eEX51eTSy3ny;8q*Y!B4^;{wddW}qs=3P3Y _EHwt%g`HQ^Jk+SVKG;JLAFEdd@k;W>fP2Azk9vw(airrC89nT;&|+5#SQ4S7u-lVQGx_STA2AN2r44ijql7XmY8 ?Ij=n4kv46&;vOe!BkB4&HRLu1oiMR`sMw^H|EpEgvHdHTsKE(vZMB00l{XpZa5Ro^)5w~ev)CFhMfrd`D6v`*Ab=uzTiB``?~G)B8#8z+h=;f~!Y9bQCX96gNt;+qlOHV>G!5Z f26nc_yR-RPjkZ7ljhx)((fR9kjx6x9x!Fku6+(KDeVof=4NjDI>8Y4{t1CfrMx^W)wK20qI|EHwKtCNDHSb0+w% mtwpsXrYhRdX+SsQe*8d7Et90`U_e8PZV}@S^)2?VQmzdx%TO`{C&N|PtYnD?m{b2t03f<)%XG- #L8hbD96m#8TU=W^YBD9!?T*=4Q0=pu*s@j)m9L=fP%ll#BCJI1m^Ck8z9`qAAMQTz)+%q&qcSf6z`Wo2UhW@lO; CJr{&fY4aN4k;t+}j4_nvsgFv+Nzk>#i$J8{ebnx){4MSBS;s$<%6Jqk$M-tYH(%uEeXmGxSsxkqwfhF^hSkefvpw&sgfi{cibzgCD;WF4gcisQ?4;5LT>CDd@QaboSZ?kL8I}O&=TfpSH*JVgr<)p$13!&g2;mpxYuWJd~P-Cri?8Kgu7TbWNEf48q-Y98xmPz-oi* ad4C3Vnr+lE#6~%%R6W3gWCj@yHY;G9ES1(>iJYy=$%=6x`_@ZK2s>GS|q6ahD<}$8-!B@E3cV;>*UWnRT-M3mk$ gOrXuF)U3dh(3r09M4Et+M(U5M5!u3>pHzsTBouv7g|u0=nPGSBE>IgW0sQ2P^ApFU1S&L{KdZ_)?sO$Vy6+?w6{ hy;2{!S-YaU1hCeCL=HV9XBtr&+|t*TYf&lelM(=CHsE*A4mBb!Y<=18MtRRg$i1~-^Wp-J15*gWdd<}e9$y0mtV Q&3v4dHe+d7x?rJi)799fo58pvM0SQ1^+uFM+=n~AS@uWO +llw;UNHOkPUwabd>L?xySB17vir<*Z=Qzcu}=vvJSA9j~G<WW%iuP$qb#omMk fJ%F48SORJ7PMsZ8b%0Wud@C=_7bt8IN{NVQsC)@Jv>{)s_&7Dgz?nwnT=6U-;CsRZ8B358p%!bQTMQeymDbJ&Wc 5DZ`BYK2m0|J6Y`kgyCqNX)Kz!=4ltnjWI;_g^S!vGsbYRG{WcAzPg&N+uV5$VB0DW#R$sQ_&x5XRCS=I-}|3UbH y=u*89of-#Q<`bbV2lu#DMNL$|l<=rTF+xpsajXJFjj3yhL^H&LPc}LkEy_BQs-uq9BhP0FDzsZ6!;2OdmyoX`t&yd7qY`(!ChnlEWO=2j&NLdH(p?% `Dc2_G$vY38CN)U(cZA0D_G9{;%VAnsV|g%c7V-NV80b&wY7_}Gky)55GQaOxvll4G69n-vv9tNq$pyiSlTY6qGmt{LUy`D6T>) 0upAb_A4iwLj=z);RVqueG|Z_P)!ZkmNjUg%|LvpZf?GBnq26T*!0>Dzju08n&x;3=zWLQm-Qp+PI6Gd2=op2*_; -)s}=rpp!uhY`iDJ>a;zzyB)!LX_I#%qSSAp`pjX}cRK%B18#I%hANl#04SPNRqL<0gtQ1l8 >Y&-RzY@(%v{A!-`ngcj@pOrP>upS!XlCXAMr3%Y LI0sq+}~8U=jGFZs0ZsWC^484t?ZEyC9}mh%uwvqCBUqCDhwRo%3p2Y4`g*Gw_U}Z1hI`L^aRs3l#QIxdT-1z(P$ #UWiwp!x^WfaB{g3C3ZZe%sQzL#ej1H_D6fV#ekx@viB9&TITdYDFy^SV&^@^MV3}P3nh$p3N6_$?7I%NrpWYDCw wmkp*)>?@NC=BIAF5iyDPzJ17#$6~n3LqScXAweEP#WGcpI>x3y#X1ER^^ecx$T7p(A0>K1inKbDg>|Qrc#p1aXZ {P6!F2C$b(KMOwrjgwc8NL^`ayq=&hMHrOLN{XVv6A5Bd1wh~%wH<3*`$R6%w6M#0K>RVg&0Y&kxLeW7+VZOLFs3 &#O;Fae`l99~zqIO6tkORiUZfMg3ELAg(-1{~))BuY-SL0JmNj)gpga!6~Cd0B#hm$%h( ?g15vm@Jz^@O{}IST?(Vbkk5!_DapnMX#dOmh|Mp@T9TOYtx|YE~nv`h)gAbVNnTIk+Lg+a#)S3u5?(VYwMx2#Z= ;fYLqUAl`iaq!1EK8^+lR@*mynEwAvH0jtX370Ja;T-S$X%#@>aehzQE(*>y{=mJd#JQ|m*9xeGDCk3cl3?$wn2) S7d>jGG&Q_Jn8vFi4@br3V>5%HPp-|8Xm%=$LS0|!@Mt|oFvhT&-XPCh)t`34wxZMpmIWZzvEM7jVZEJRDCOn$nq9syb@K%CNeynW=Om_5T&IyVdrV>~HNKL~6(uPx7m}h% wWKJW!FHb+9eiOoam=j#&PNop07=_jloLgo9X;wzWfEOh=IA#9J)thTOrE-?4qWpv9R^)kGr{f(jBW8-&wV3dkyY nC^ecLOw<<;jn&XG73;O@(*oUwgdh$cRM*O$8PtJ^j_9N%5CelU?9lUhJs41(Y+^=Qo&x$W*tKv=p(Pt4A?qsBcB UjcLAR@Ww0BdQQ+H|2s6xu>|AG7()2((S=MWi(8pa8GT|Fv)Zlx*sWv9I9pusHd=&N?=HbtFT?^_v*~gP0$*ub5X ~h+NA2r79cuoKS3-37!5U)4{T?@3Y;3O$frC432+p$n;BcRWNCUQQhtBj@Soozf%$iNFF#&w03@Jsyw`?3q^vK{Q6QVL|u+tv1W!m{QArp(G>XVs17uB`Z*G~M*yNf=$IDTCoiv%b#XCLVw*c(n{L*2wwTMp4AWDD;D r=3rmnVJ>=r++Q?L0^%x|L9Avvk$oKMt*3BK*t|p(bjPY2nwZ)BUL@ZDi44S 0z{$H(Y(=`mW4N65+=8&Jb8{vAFEaAli#{U)s*jh^g|IO4KU|mjEct^^f599=_Zh0Fexs_AN+EP0^*hdrR(#CBZ? -RH!p-1}yoz+=@Z42Kwy1x``dY48rBXIPK4qH{JA`pvo66Gb h;^_wVPNx&YTk{XESRqmyMia_LtYZcPoL!OzN_0QLH+r3Sv)%-TB41q!kkvn#4KC7o&HYCT8ccb#OV%-J#xI`q+s;?ln5A=iGu_1QU9F%Do*oeUF;9C#d?T*L) 5@1NVfsX2TC!)?6xP>YnQySheAU)~VewbY=9?O!+qLJ>*tRLh-xOlQ=c1mC-qEK ~MOTWte%2gw1yU)8<9(Vcg<$8%g*{a$tm{xCMJ`b%(?UgVr*)+hoL&7hf8s~++)ZY@*^CH`IVIh8QVLI9^6i#vd GU>tK;a3yI_os>hhs932@jGxt+1Hibj5)z1ugCbxNgg`iMj^ZA?JyzkF*P3)i$`h7F#>~mPC@iRN;T*|y$m_B&wR COaPaBbxeAkb!JaYM9-eF`VMTO$Wa-4V-?!sQFi7ID?6SwKQgzUb4d`^*W9J^o$pJg-=>m!5>VpuJ+}3d>8#M2B& $FTELgI-pwDNTgcJ|6#J2onj6|r5(?QZ)_o;t-HE?{E95|jhSLl>>nF~RAGJ}~mBAt)W5xD25t)m|FxkR$s$U_a> 0t}Wui3#Yu&r>;!Mic{5BTd2gEkD*jA)kgcyn?LnkUGs~UUjLKVKfQYMZWM+d*tG`ckb`o~p{N?arXQ@V<$;yWJ} N==jM$1jsq0fetlTUM5+bx@9^*-seYJFc9dtQ6I6C1&zSWvFr-n<5#RV!yZks$!2RX>;Ck1tp uv1Rk6q?C06E`BR&sO(Hs)aY5yg(RGqT?e;8WOrqI ItENBTW&G}WQ#H+Y=&5_r!Z^)^?F*-DC{mbxzb(bRX7#xCJ5S^Q?tj`gPMZ3n{VB|o!rGpKKL=SiL^xs1y>P1z!n <$gf2_(J4}bXIX--uQHJUTCZMr+9q8jEDiKhEBxe=Zp{eQifoK?t)ZvE+9j>Sa8LN5|$CZ(e |d%IhsM|L1Z-*u&rG0l&Yx45m)m&Pr^z1jI7w-WMaH!!Dd@I)>MBPYtq*pF}rSoIkMNy%gb6$ac{QSozCn<4@)b_ ks9PvRrrp8+qbcoH|Er$Ng~$KOg9`sSzmSZ=7}in^`eGbxf(DSMBmBun*S?2mIWvZs5`tmbogY)o-e_89R YWJa^WHG}VTiMr`z|6-a)i&{CD9hMvYF^pe?Zc!Da=dWc;3Nm&}mE$*VlDSb&@{$}fOhjF;9dopTXuY8|=wq{t2H R6*edM8$K!Z5bzkg0VXgBd@*1_Ofr@5Rc(;8m#>!jbONtTC;GtK)}th_uY8&?jWoVh+qsds0T0``zqFfuGCZl}r^t7STzcB*ayGH;q5glkmESiIy1V4B?n bvshDWy$x17g>g#0pkQ5I}}f}Y+dwCms?UPaTw@Jdgi8G6V=^Exp7se|L9y%W#C(pu4iG&LS$Ijx|ER`Do6Oy7vm +WK@YQ8%R0Z(}W75H6lZsVZ|_v%gWTy`6C@tve$DD8*jZ;kA4kw7{K4hxkOQeBW(yERGth(2YC- LtnM9-s8?kExEg*0nbdD3%i-8Au$7w0?OD$Z{Wy99?2 2Lj4;$d<+8S>dXHLTcxtffLQvF#aCh>ka0xd#np#n94ws?Rw#N*ZH`cq>A&bDY%?B~AMx-v_7_!Ko9pm>xO#Ac4=RNT=$?a9=GCh-oO AEjElJf!f?@PwEKevmCC_-jnMp>)8t07Ql&RKhK1@USBYb=A1?uXl=$+Zgvmi875H^`kf%-#^i&Z*lw_=-vy5&FQ #9I9M@xy(&6xCRa$g+>%mCYAum)G*1^5tR&s&vid-RXkPbC<40Afr${D%8C~Lt%6qT5W^Zral#03Kw33h(?8HlQK63)nV`HDWvo7TNFpku9nNiiRz#B$ X5hKT5WF+A5SMfo#4q{f!BURgtR)vl_*s^Ws`@=RG$?D`%14*jme; 2H^;RH8MSw+S(fzJ;oqfgVFuP?FJu!>LZ-l1O!CwY5#2IdOdZWM@_(j5Xq!nf=e)kpm=U5zTHViC)oz2hD+)@nlX umNY;Xk*`Kf?3y`i92StwYj&ta4k~VoPWv{vurjeXj&*$p=@&zCt#1HWS*Sd1#u1} 8sII=JC8spRV}E8a1Ut?iHOqjY;na?i$R3G9hJVHqn_mKkF%%tVFytbaSq=IZ_rxa~4Z$B30H1%Bnt#1h4k5|hCu R>6tF@ISk8-l$u6IIclr+jqQNuC&CqgeUeKi}N5`@dplo85+J|Hq8lQ2U6Ztr0YCeFp+IxJK{mQ98hQ0rv#(g{l# `VwP%X|U+tu~9}a8qWGB}!JEt;`qUu0av2kqvFw8EIpiy-EB2!fyvV6bEJ{e#U-0tT8l*eYvM)J01Fhg^ciC+@TC j5f`NdSZ`(Cj}Ft!P#lvNbqJ-Wyj$t(~pO-PpP&U{1Tr8zX aCE@#(w=0KU_M*PP)1GjFlW2dN2g3|Ht|f; wkat0<#osxK}5`5JkIyJ)eP|#i1$IAbu!xeN{weWpxy4yFy9Mg0Q>(qNPU*Ee}cR^FdH;TUd@+u_DHc9%j@I2QyH }${yMD>jLHoW)nP&XwhV=iIOF1rw!ukH%dlp;s@XKHmZ9ENtU6VI3X8a)9 lBntkGTw2)I$%hbD;56=y%{84O-{_(QyIETYDG)Q`dD|z=81yi0D87ChNI~2O6hz>}-I<*Obhe{|D)sk_M=S5zV1 xr5@|J!c93O8$8=Cc<4k#VCHSNlU^=0Wt`7+G7iUptP451Iq~v>e&Q8ae+N(%whX9B`d2w) SPCK)Nag)z;K*vIUo|CpV0+U7t^;MnXhXh8iFF(&8C|peuUi_}5>OXFVrA0Z@~W!;Rnvc^Z%j=*^XhKY40Wn96gL 4*D-1v1-cVTw)jJtmPGb2esc!72jbM9s(Qg2@m3%3~W#{zl2fb$7l3w%l#GwOnV}0xmMxPXEsa#v+=zo4|XyKiU- M#@T`AnovlMYDO57`R<}4g+c&yNUAW&Fm;-z>N%=&Wz@B2q$_9w7H0q*n&IW6&lD54y5BV}hCf!F-pl2k-?Y6sg> =V3IOOs~(L~Mnau3}E%s9~Oc#+q#qkjKzaE)XZbyc^CS=7{$G`m(TMpo2yOl^+x%?dlQb@#A{ULYFyuzAqLg9DW5 Z!Lq8$d9g3R6-(jq4m`LV6<4`y8g)4%zT(KkbYl_Jdaishw_GeG!bRdc)2-9kIVhJc_c-=r8Nm|gwgT}h3*2sY#qO_q>ui__iVr&K$&-P@+=zL{!a&fae(76?{J@@fV 2)YE>rAFGESS5491MuX24idCs_5vc!^Tp{r+Z^#5e J`|Hb{$(f!s;8xv%^f@Dxc^B51Duc0=z7iF%{6yb#;R3!ydQo;JLyWJ`%zdykMYS x2i5DuS4`~NK;wt{UVneM`Qm}_wypqFeYx09_u(fi5+^iN`E|n1hg(Qt?fB(dhgwi5$2vWvHwy!5Y+An+))#qV19 Rk=)dx8mvQ1x_E_)rQ+{})gO&R^ta}rtcL(yw^tmW-+f4N$zw8Rf;pH{VLv+84g1AR_$paM-!_T@h)Sx+0R`Nf#o b`4S#ltp^pQW$PxYlPysqlS^rOZ&P1cD+``2#s-5_CO!qI%I-#i02p0XF9A8ae&V*IY!z8D%&}FbcG`xB}WNp1i? s$-+a*jq3t=I#19snu3VSi+6fvL^Y9-`0q{Cth5uUWZ@IO@4Mh?6@92+RLwm%6Uk3`-ti=^33i (Y<4iwIy=!$Ae6W1s1cX`}uAlCubEFj#r9+ptKfu25b)%#ja!^otS^y0iM|A|>AF&K ~^KG&S2~jNBGi&)`WhcCBf8(4EURO{jDSO&!G+H`=cH?QR$@`DRdas%=KoOb8ZvyGg$7+v1MgW#q`FT}C#I9N~`G qh-XXop-@sO3w0aiq;-m+(}ZJJ57pnTWb|PE@h7oZtC#Ty)Et(yuEf+8uM~%0jAHm)by#-Cr3>m(Y#A)BG+-6X_0rI?5*v!nD;SUm(kB0Ojb;Tsd`c(=_GAQaalt->L#K;+-4Sw99Vph}~O8?9R>|+ +>V<=~(!t+dy~9?jyQ(-F?g+V|Lp$-MPmu+1*Et%8uAIJ38ZenXazg$D~K@(z(m%^zNO*Qqg(IU4F_*$$p!)SLWA VDUCNV0lJ6161e*1^c=K5bYGU!ZOn3N7DP|=OCqd%30cCcM@les|1uyLkWs`}^~WER avULodV3DUNHg3p3@4m(TOnbe9yr_DVhH8Z)NYcX{~?3XFqdzSy1fQc`-QoXh8ewO2wUR$@5=uaajY3&qMjFOAy5 )@prW@nOVv>Oknc-omDN(mfl!;@9lfUQTKniUy9?URf5)vs~75JlwLOiL%D~YDsb+y*wBE50y|+-NT#7nQmq)N@| ezdW!ejE5%c-Uk!03>bJKu&ytPQ@pKfy)N8Mlj}jlKHAoK^x+%#?bjU_zG(`Iky(DPLiu*+R?v)KvdbL!GlV-3~K }Mx4d)8w?Rxq2<8*o8vw2QhkeC;aO21BF%yD7$1wWEhN#;VcQ7vUbL)NqO@xPKa!tTuP=Ruj*RS#Q=GLxO=TNuoF|4L0rPV?)r{6yFYZ1AZB7SrULmG}jICAYu7t LIIr5SqAy3*9}(l}|?H2v&FAU2PL&c

      i@ViR>hgL^0Sb}OTa=?D;?m`u6Q{0tUh!02uR%ob0VzhFmVJrO0s$mD )FQ2LQsbcz0JT})EFY|0E#8ZYEGlF~Ve^ZXZjH@>F}wCUbi-B0NnlXa_`` KLeq>$gO+mid(+)8fNVaot7^UT7IUJbC5<&zu{c*sMBy2Ojb!B!X#Pbm8sCCAYJpr%Hi(qA7Zh?&iFTwo`^20zf* %L%Azf3)GmRiYOSa!6gL+GJya!*vU8J6_U5n7cth6*fjz{4HY*P$4sM3K@;lbp{xkfs8|l|7E^h00Yi%hFuRaU@7 mR6IkO?zKJ>!|2L!_CXk}iwAO&WTjofLPW^6BIP%S|lAmu1K>(Z9WJ*hBqPwb3i6t&Wn=ltY&$LmX1AR{Dj!_VmVcqG`B13`)%nih*ch4I1U-&^7so9tFfB42m9lIiiPu}U=n~*7rCgrlyAQ!JuCe_}we^kX*7ExlN2ry2pd{Y$X8S6>oQj*R;L!+;LCQ1pD&HG Wl0ZAY~G*p>Nlmr^hVW`1;qeWe#XaVfUMwMMDZ-FO`N>(qP@BY0oDIJHI65~?1qMe4W%27Cz4Oj|3 3#QP%R17U8RU99r4P~}DnYG7vVEd^yz2`f-7rO+)CbGK2msr<8C^h!lEMm;aY1%-0$Qp@@ng{tR`aTQiNTGg_!W7 _&yyD->o@m7;Ij0$IGsd>dRMSV&1xj@*eH*E-3QL#{GC}xnram`RAFhp_A=E_FtG%Aw$;#Lji$oexXG0Q@*FwKl~ INBvKNEWJKOv`$FMNf6tw~C^h)zG&ZT~!=>N>eX@5+Z~KYfO*x6b;0@7nf?&^tcH7KtJ|Y6(O$9S{eZQ`M<#08-z T0)ut6I#(FrAoiqDC+=)@;*j4-H;4VACflr=VA8q*SH8@F4`2bX3>x?&Y`nWToM{Z2V~GNbEh*;tFg#hCpwG3y{ULeWg8(|wpD#$BSbOFm5 Z3bQ^C8<&#CY#vxc=lF_eK(Qr_1Koq)%SAmJtXgUbSBMl5y=)-graLts&9v(=%8jzN4kKZxbxd@60kkmUPG{=olo Sd1COHg;sVt+_J-}!sW$`34TD_ir&0GY2_@%$R7t{QWv{Ka!h!Dej{bcn3ZUY&Zc-{o>t%EqKY0tK+zn7tAV~F=! _;wrA9i+%h31O9r`CNuZjIOX!?VPkxN$$uJ(ucZu!%xJ{L5mxRGSg+L_4D~8cwRbnz#k=E-yBm2xx)^UNoeR;Hw#TjVhYb8MkqXG3DOU^| 6{>Ryd7y$R4qcq=Cq2=k8%2Vq@a85zmS5U_1mtEm`#FNtZnQ&cgiP7k#T08%JI{C2YiLrqO5KNY(-n1!T7`)i3k9 AS|)l=7#wreG(3_&fU3Y{2PZJlUGl=EkU^#LF?*&wVI!pJcZs#bh9g#BD#;)<{irTB{t|S;xP_h0XCXVM`pE^G;{ CZfW};mN-3C$nTBD+bD?KoZQ>$|z_JYlzXo;{GER#I`(d4E#q96#eQA41fD6GwO7{&n4jcM$*{witH)TA|6^VUOK 07^1sSv3yP8T%OfhTCWQJuv_Zaui@ZdAxxZHu3reA4A~TFPR8-3C`ADP(WRb8e?QqzSJ=aU{yFz0tSK_A<{Du(|! NEI>T3M+TlbAX|ei4VS#Dcg8sd3~=vj{BQ@zTBSBh&U$3tf?an>$>Or+M^M1|jyv^BPd0X!&-ftZ4twfc$G9S$Ia y85Um<|yF5x+)OTtQth;_wxd!g8d)bK_etoIkjm>S~7xX~K6?yB56|@YjY{(WkjITA;T6X;{{3(ejm^F(C Sw*)m>g6k^S>XlCCH2K0$kNfq_-ld5aW22YRj=JovU4%og`F~xkb3Tw%nUc#{2_kz0r!B8-KF96f3-g1vqse0)*B2cOP*K`-9i2pUwMH)P$$wgXs5Iu+uU|fFBjFw_48eF#$P<0QHe~CXd}ZV{%&=qP CHdG{MQ>}FnXGx#$O3IV~3J0i$w{@7e}?}v>-2JQsMV2KMkVO$FW@G(^_~Um#ScNP%BU5Vh?3B4*V5b9SkSp5R1;xpPByRfYH{QDb6S**ElrD2?Uo}?qlQy#1T=z**2MUU!mhP(Qv_ZLWhvWdMC)5v8g-)IARn3;Kum7xyg}1>721UUyR-Q*iO))sv7q^(QTPMwe;w~Ju%5HIO0jEHfiN50A{oB6X_ trz#s)Cs5+NT`5rcpX+DyYFYIL&TR3Ig8p89T)h;grZmSYfx0Z8(Yl99@5p_On~RZz|%dzqLO?@TMsit l6dG@U$j4iBVD5GW8t;R*6p*B!(?xlX;-L5gr55R}@pgh1aSy1M&4>(KtQ>mCa|~Wxyu(dL*lFCC08w1gxWAEHf* }C?u6w^K+jiy$yoeGog3eT)hlrY+$Cp*f=Gq&)6}jmyBPTDX(cs}b*|rSp3YX$e_7B-VAaf0=P-kZ-MnbVTH^VFH $VIV0xwGsJOIG(U3sd(4FDd`HEy_y-J)&acj!2Cx9H4*c9+eaRm=_|gA9TGJ8{udWEB03;Q?fgQ-{h~e`#E7p=nH vg|AXxQ>4W=cWI)f{zV@Ggu_(vCc(6}v5Tm|#|2ED(AV22)>cL~N4@q;b8@JkPtQ@v0#}w~Zvm!)o(H4w*b}f^;f 0+NFY@F_Foyg;@qM;xo6E?)bHs*_7-P^RYk2+$&nnVCZ3ftn&m{3asFBSYe!~CUo?Ieb!i+`CS**?(B4cES-54pI Uw*V*rV{FMLc84iI#o|*g7e%FR6$vi(HzK>bC=OUAx>Nq}-RJ0#ZCO?d31I9QYywhP2tP*FGX*JMvMg|7{&RG;zq vG?u}OO2k8QsU@`tTn69ub%G_ZfAbE`VUPS9L3@B>27E%qfM8&Me82PCF9N)hZ7!2T>qzI{CtoJ;@p>XY%9q{G%5 aYT{U5*uz@q_6+-da6S;LQXG`;$Jv8iN&mh{J+LTITW%J#(5*&5l~PK9Svvpsz S_X$@0Hi%J3!3&O4Ev&DHarTEd`ZM4HH@nG_s-8?ol=pM*h*swp1j35K-0QSYyM5YEx4Cq?Jw}EkGUs#_7_*YzH7M^8$Mg;Hd07@0ZdBgky91{Mw`A)IY|t|V;)aR *^vn2+G)Kl5<+Qm(c!B Q{Wo$#m}CL-Q?z9OH3H3ev@wMNK&?*&I@y7w19sR^{Ph`g;i?HPw1TEBgcC`ptfV6Cx#x1Y<+@aBR()*wfuejt#c 8m`vJ)$b#!evgUcG5oPpI9BZF?2GN_rMjKr%wQ1)8r9rAh3`EdY3=QTn!Euf>CUP{Y2~_62(Z0ZwJ >`uvc<0g)JUf9!CC~^%(xmjb--;Vx@{xd|9VD7Gyi)<-uNzrl0YmN0*K9*YoA(M1|8=CH@j)2QeZKB;z>*@uQ}F;K7~XjkR2a 5LJ8E-vDwk%4TOLL4bl%NUym5mnnn){FIT_qb!6Zm@_m(16bY#jP0#rGy;w>?Kz*P<7(Z1ROj5pSieU!hMHbpcme n74kYZWyVAL{iVUw9%r?lYiwhufoOI&MhRX!RhI{1VzQ?f%sb}Fsp`R<(Um?&X$^Fe92gdlC_*a}HAs-6CD!dj?U afsWj`}w;fF1)J7w;plMRwu<3Ro%>`4TQMXM#IbvG4(GTBh89Vni7-XyUz)3IxsEhPz^C(692wuv@c)w!bc1Pj55 Ab%)}f1$kU%fFf=alywKBiOmxK;g4U$9{7O>T+W!pDxmcHCC5h>OTof(XjeYEn|;@Ro_H4m%}jE7`iHpwot?oWxyI5n48q&0ZO7%Uw^d &&gxI2xoR$#z4)Y51Fv|4P5$YXghcx-;P+p8(J8LSi@-CKD$#XV!rgTn68ZMcE!|Yju#RN}d@Uo|{4YSg-eK-o2W %g_V`1xqzG#tPSvm?|uJ1=cSJ$u9&d~#T!g4FNq00{mL+^Lhpq^0OIG^@ccghb7XtmYIYYqLE#50=d8Av#Gc5glC s#$pEbJyEl>!?mzY1_72ft*SS(L{`R^88^G42`2}QUxN_*PVSO2deN{!jcv|5rfkEsT(S3JQDgSG9fzaPw)F?u>0=4fH3(SFzarC>WC|b4OefH(bnu)S!*-04V69XlQl@5b_X~$NxXY&rjD7(RKA^{tMIoYw@ NzxA=GG8LCS^>MfS5CRY4ZcnG@c;g|W}%@Yd@%^Uz3c_DAIQJXl%ads5xWJUy%ma~3uyrv5s@yEqonkaZWmnXd+y T7sF^?`I0DW-(SzNW;{7N-nueNJdcJrSw^aWaYI9lDO`(}-p73t7{>6i8RB^7;^U`Np&~`(h6mg7lg>-+u>9jR$I #h5ShiJ?&`vV(HggX~IcvQ+7Xth@~Hj;DwEfSNA9u)f1(*XLc4aQO?#yNZud!k&>-wY9a?3t&KnYjng|Y!-E>jkWqTDO=sr=Uk~K1U 4`?kYShRm{JIhZ}kEt#mJ}bg!D--P;dJzlq3_kOmc}WdX*HR-8eNXbRZce-}@i_k{|id2Zwg^AO6O#a*>?q8-bOL %sJM~!b#U1Sd1AI&}$Yk)OD-W5Vk0&7f}@2^=LLOM;X~IoJMKPhwP!0imfJ)#aS!SUYBI{qHCG8|${t^M*1fS{DT$19;gN?))>*I3z!t=+FT&H$$bz4=p|=werD80X(pR-5t@&wYse`rMFb=3K8gq+BvI1T%s(M2XH(ATLDxYkoL=ZShPnVBV^KR1c+Qqdchd0V^~VlW7bm yIM`A$VK)D3PyFxUeLp83WUERl}m7~fM6wt4ef`GbKY~NWeWMBb~@s`7!l&WeH98{Pp7V-6hN5#ZM0rl&=QSHYyk CmV7bQ03>bN2`Bxfa_&nR!L_A8iv>qy6>8G=En1z~j7<}oPMXyN9`GlLQH&P7@v!`2 >rAxWhNE4A*-Qv9QVes^(@T|h8Td*9@p0ZX-3B=N6W+_x%E!jzN17A${O~hx@f4Nr!uH*(Y1Wq8@xHZe2t-=`uM4 sOCU%D(7!}F^Z(#Xy#a%aI@AX|YUFa|!CZ@>SrLk?884N|nqQYX~0DzmEplQMeL5MxELy(?-G$|{$KOYS36g{i2B bUa^jGL8gOIsUnr&6Z#wB9oysSCu~M$`>L)<@;Mi9UgAz_wI&gMi$Ju`bsVdFJFf^3byG8faJ^H@v0QA298!b5!8 vQvbwyP^;^!C%|FjQS_mmJN{^$84{|`Qoil>d#lUnq_KnEj0=22#GMN$AEc3t&vHf#QIO$T|wJ-M34<+w~@6e|Y6 YmRx)P85RVFLifBD9aULCwQF(6{f}9;aS>`N(UeMxF4I%aDO^dMI(r$eP$3CvDm97o%6k#--#l>eD^(e)S+!xTk` AN%Qdr(BT~Uyk`#fd<79MLO?#{nL@PWZjQ25*V|;*v{rAAM@YmsU$Fa*@`X4ey4m{D{u<-WYhMLG=7sD!UL}k4wa kxm<9-e;MqX*Zm5Yx9p4%| EpKY*g)FIIWLqw>7p7kfoj_KHJ^EX-H12$+E2AqBDY~tHO_4zEiJM2A%gbdRjeX!CxpCl0lWck6je$-!R^%);Ns| Mm`?;cUj34H!6|ZGCfh0;umwGFpD+`AP{*}{pUUel8<&-+(6L~)27Rhk~#}3wn{lq}1P^5Y<_#)!nG$P%b`m}CxR QNk0&Ce$y5i9mi9kq;HG~wFakz`ctfQCXLT<%NC@x}mE7Up@msCy2(w>V^3lpTDL?W5Qtc>xSUARs`hXD8v3GVh8 {jk`h>U&<2Pw3>#AKZ8yn1S8|sKh(QpEhXGsXD0<{qun0ya2n( lfQgD`>rr1#_r~zak6hd$@Hd5R6KqqVXd&D^gVQ6>7>K cn!SiAsL0o4Ort0eWL#P`E+DE=_NR|16Rjjf?|4>u@F*Gg3r0CIT_>sNRH~X7+Mfp1UAyqS7=f|6$2Xikjlfda*o E;%2YI^1VwPP7yk50N(9mCBwy!rVVKfc_!opM}(T>V-;XpXp<7lz2h~VB%V6L{^7H)H4urGp2rJK$d5_m0u*9wG94XWD+`q+DsMoMO3@W@sAp|N4XTPw75hT4>4#cM%@I+4eoxzfaYqtLJt*D4dAJxMA$tMz UlLP4;FP_WRc*U+P*>$l8Bk#Zm1@vxe{3An7o8M5I}5!op+ZdZG5q(-2pj1H6AkX%ZSl+H?j!S}AQt8uA81>-M>( N!&5)a?En9k@&bkr;+YS}^Bc_N+ObR39^Gt+)L5O@YtmM~C^gXkuzw;qPX;JN}L~;k&X6{w`u?wUbufz4wa#TVwt vBToEA;jwvm1HmHXfB(GmZ5_v9o)u@ 3qVeoH7W&My|{PngiR00{uFHv_$o#AJsguSekKk0B*u3z7Lp C<2O)LtS`$@+>>4*!dX6%n5F7qtFAAgzOuec{ov_E?u)HaNc<j^w&1XBQ0&32{x|t T0QQd;rEjSNlsdQaBy9S;d$tg?5h0DQ&>1^pe+VnK;4Zqba29jt*=RX4qHbMny@4@H03w0rJyapOiWQ=PcZ;IuZ9f?9-=$9*h9xB31d_@XuGB% `XC&WtC)${h9V-Z^EeTxq*kstQihHB@WUT@}3C110IR2^HAzmOq68(|=I5~ml;c#OEiO`1ADs7*g58g@MkEezXLW ;VO{>3kZS3sb0fhx(E>yq`PLHj{O+*Si#lD{=vGB)KJVYN8C4X9n5F;!{#LZ-#S0)iC Y^eED#&TB6G+C%4q?w;%@-1hx$?n~ubjPpX-VXIT`!~0xcRP4@Cj3|7kFbSxD1fEWOBEVo=BD*LR7=&$)lY$S;nw {91eh(n6M-i6Oq}Ufmco7aMd+cqD+HaE*4yHnRbMf{~=C6xEe(Lu9A}4|da=;mDU({%w!QCK0E63e*R v{7Mf{}l$i9c}Mr9u0l^%mG8(1P0-)QDL36{E|HrzDPzW0KJ4xf@hxujH}s46*6Q5|*WFn1Ioi_e3MXwF~(jFtKV<)bWFT7U9?GxYjWhOqK=4KY)%4Lg1-rulv(wVBIm9m(|Eldw*0aK!}7bc_r0R3Ke+!wlM+_#$_AX(22R|NS(#z@gIFV?CHDT;FN+jl Uy0=Tpbs51R(L@-+yRdh{rgQ?SAp+&-PJbvTQJ)RS7wM_xt5<(Ae?2<7yE2Dh<$c#kddiM@C_^29p)FXj&aX0hsM %^FdcaCcXf}5VOYwj4$P)H8{BV;!Tjx&ygjyQu}WIw4z=M9mlq(uNO3*L=A8fV 4aIGVZt-LA_~c68+amwUQK_s5eb^q>8G`N#eEl0+}9Ad)fD# 8sV00yh!MDgfMNK$AO+7N>SME}3o%B3vfBh4gHMUpBLBN8T=_Ir-)-J_UG&Et%!N~R?RkQSVWpVWaV#o5Iwrpf !*nvwLk6*lf^1)|0TTwD=sKAIfb)ceB2;a$w{y3Bwziy^v@v(c#Q{DA|FMy&QCd!iZVc?!M>_Sz6VUsN<2iN8xK{y`EQ7MDXGmvz#a=$Vx^!Jn7v-ir^Cv&;PLM LJ}`CPAhJ{305_y0)KUI^!TaUNy%Vi+Z2JJ=@vLL8;OScMa52%7IL6(T3!~RL@Cm-g{Hv0_7C6fSzjmqJZb7V;f> w5>|)f#HNA|r8n9goVOz$8rv~%I&Qio_jb~iSCwCpY{x(!6s*_}=I^?#+!HO=jEBl`5j_duxc)6!>4IS2&_c9^HK I{vquJTiQ@;T3WI*#0@p~^$ZZtqbiLeY&xqd2B;9_BT)TWseNea$>YDuaQ_gg?nikl=FqraXmz_@9)I?LA$ O`dxwpPGX`E(#Vv8qKPxE7(p4Gz?HL8SaOC~vEOUh>A#EVP9mROT2IzHICERt%+@Etc0MYTT$dDTHi$}f8BXKjO+ $_A{kU#CnZbj9W#xvz7rg_A4HWN7#JB1m`;86r>`;cpZr1E539g<$4*v)}$o(_?V-}M?dl_XoCimzX^XLA2-n^4R z;oObg}B!$Wh`#~^-up3kqFL3Xk`&e1}|IQ?zQ6_jubizqf`oXShKV@rwvltFgC2<=n7ZS3{bku^te-gFUoOM;2p xblr-X!`D~I41g^%LPja?dFvpWg1c|ROaf-8Q8hc(_%*3Sq D4P!#miDJVhniV4Bzaf7>G=vF#Eb(^7fwB%NcK=(RWF%cY3~%SnJgSd^BmR!VcdR<_;%oejXd>eQ1j)gj0S?5H)-eLgaZJzMpvTnT)P*9Do&j6Wuzy%~~_fUKoj#g4 im8>LgEVmB8L+L>i!)s6PbJU!?rw(3>?Qw1+$ydH5$RtQU%GARE3Dn)ptd<4Idp mrCZ{rCFCTEx_5Ns9)zVPrfiR&2+bGJhZLe8(QC!hp`)GZ0V6UO~O!%RWf?Sg)KA|$R0Hp&ZfeNk`yJ&?nTM7R|$ M}oR-&Nzjiy{7Ks+4^5fbPlC89{D8I3@-TvvtoO*6<&MIaQGK7QcWD-+hVbaMYP1xrG#tcO0kT7}>g7;L~3&(4lM 937i(GgY$(F}= v!Z|-FQJutl^(LCLOKC&Z+b~32oKOCVH@Zi(IU@n5xsf(p^XQSL8=xSc)Iu3ii+ofY<3Kq5=^e3+tmupJ_Cuf|^3 fz^A56BFl|)0+jtT9dOIig-Gb|}M0HniWRMAwqRwi4C>S6)Et*Dw3hdFtElu>mu!4SV*F6Z^$?c3jc^UZMVOup#^ {9r?O)5eBRIo{~*+-iTDZtW`(z0;84AV+>R{EZ3-T?5TT>7+{^ZRHUl^+|o}$cthj{t*RK0-Z_H^o5D`k^`5~_YC;9*RDVt)BL0IGo0rku-CEf9V?pUaO1?Mp +{fjVqG_lsl|Xm>P>5vUQ!mTzblF0xrw(KMh#&vojwreq^C{2DR+;e5!2}pV (*p4cL{rnyhPlj3Ap8=c%tkoYuA(^DtoSUdGzPrmKnG{%0M~AleHa&q~(RazxrIXi_;xJ@6NK`Nh=9wZ=f> Amw)Z!4@ZvQZe;}Y&UDpkZIV_9LjoJit_viEca=WC51b6h03yTgg;(dtY-9UQ|0jzUKtntI=eQzdw#<@7K=aQX)7 xfH7X0z<0$$spvXhHTrgcf@bCmWP@vkv{Sj+T!XfR+nkT?ZAE9g;ogbv;vOX3*?lpl$DoS=SHpCjQkD8lu!YhL81+pCJ~Qd%Sx+c)b%V9Wzs;B5{G^rwG{m$+1i`*6SK=9$P _^>Al*8O|YYR6v%@olsvF3d}XT`+o_ch_*6H76Q)P`SD_CkC-Rd@q^pI>sIJ5*xMPC8V$NF{72xzV#x6RJJ?G)cB tD65=du7$H`selR$-O_AoHtx6*RhWNu@c7Hy?mrJrCQXQWIx8?crnc9^S@&bA+_+v=HS9EkRK36+l6l>)?(!I}L_ 4^b-rQ!3Z%5d{OgTtRi?>lIk6Z9Ohr=6MQC<~cAu=x2AKTU%{jxC}cTOuA*9L(=*WEvTV2avFanW<9UC&nqHWP9L iW5UYnKcvQ8eS?aX+hztARjKvPz(BM7wQ70mlp0SSJg9-w%p3K{JuO++qOV1o1&j!$FB?-L=AMX_W=6y(819>0{~s$(l(9Y nr5Xa4Zbp$#zi~XPh*VmsLnzV}`as%6+X~T2*b&O1qwBu*$iIcYC!J|`UWMoLk`hU}y-7iHNkN8@6uAG_!9TT ?|Tzwea)1~(qTHLkty{P36jC6~u4QMjdh2Wm6_x3I#kdX)j=z^UQdZGqAnKe%`<$`F?FIaUSe9PiH;<%9R`w{QU9 Pe~1O8i*4+N?b4s*1glSTU|6%Gbusn*OX0{LK!@bc$;aUSyU-IfcWJD%ptsOnug<3IzDl1gKUgP*o}(fkuQqLIdE 7@szHi+g|$Q=lGbT91S>8lGHs_AmP8o{;!Mym$Rli+GkB1!g~Y_a76#x;iPtpi768~UXgyNt(yf4kP?kF~u$G#&n 3R-fXF?w^K-5~p=CeZEzG!DMI!yeXUt}=1Et7%u}{HT~tn0-mFPOhSU@o6X$kyTNy-iMG_W#F38%I40wX xDmhwhTsXt1fRg9qp@rdVd6dLykixX|;<|-1=DIP5iXYW01-?daL3?bH{l1sK|FA*xqRkbD!#4)FIye5|r`~!)d9 Ju!U$IUNra1qJw4u5op1C;3#8{By)S#R&lgt|CQ6#ME%~rvxDtbi0Q{=;#X1BhrFee#OH2BjLp2_oyq7#%Y6Ip4v7?rL>r1WO>%*I20ofEX @bP5FeZI4q=LII!t64h|3fQ^k!XQnprNpOLCFZD&Wb2>mq|QlV{LC^gPeR)l8nFuZ@3!Yq^G2X+xZO7xhc^_yQEQ ;;_A+{2ll!s(u(b|(#Qo^TE1{xvs^TUn2j`9_de}1oYf!0_O6+Kv>t-;&}$Cac5;!$BR671^3G9(rpi#!nPLxhW_ x6l0kWjPbJM|hRp>+g2Qq}djN^uha5COWI!yTNlq8nUw7T7HtN*(NM0OCK{${ziQc}lpD;^UUINMr34{0DwrDQPL(mWmE0<_F^PD>5ujC41XXLqx;48+^u**KVP*@-?vv?^wT6IOIKL=!2yyt9mxoU9OfC-{4+dm2}cxWo0eo@q;X5#ZWLe<2gTcAo T9Lk2L_b_6Ao5tqF4#*J3q&zWMPC}MPXBk?C-<5KC`T1=_p|*71p08gc)vSw9&L$X_ko#*y&Jw0a0u^|>>8eyAs0#Nh%%_82`#HD56Q>PTT2A!E4^k%`%h k;JbZb0a1xh;K?#BHDZBBzUWRVYo^xlHzJ~Q?-BU3q*t+dYe6gIA8`4bP&2}xG-rHJ0$o9=bfKV=cywcF_bd?UbI Ze_xE&6uDK((P195ufe3$Vgd7t?8x|SP3hk>yHwB%pJuIovQ&e;;kz11K1? 1pu`zJe?JPDFq8p^OisbNcvoJfZ!zIC+(>e?I<6P>PRo$Fw&Kl*s;1S@Q86KxOjAoxob*Ko5M4^)-?&~V4Q>mx!% ){7b@oojocGHO)T%2Nq@W`bXLXuC;z2 rgEzVg^NqO{v8oJ<~sJzSi)0etBLbBx=Ol6$K(8lBlg*9;(eMb7<*RK-RH4}Hzn ))#>Jo2b6r&Y&DMqMKEsWL_yP0}*EPX3{_r<3Pk>ApW&zWMpBxW)5bC0Lc5~S30&ko{#&QX B1}CJc`*m(|jSM0`=6B@BxY&Ig=D~Y4m!8{EbJ%udB5VbAi*Yv^9@@C?4qVjq9$ubOSC)J--m%0_8A7fbLeMTm6K Ndqm!kEr#Aac&Xl;8V)YbLN5NGAoXxo0yMFx&CX=PbxTzJ2t{8t)Gx2Q(6SWLQ4FFqxPgA -1*4Aj3I2M&)!e-V~6sb?y}JmabG1gux>($=;c2wQyJZLEiGDCkk)zRJ5E8zk*ooqm;sf@v#iAr2GzKk(I8$W(qJ iX41X|kF)EMJ DcnnGt-VOtc;<;mU=2&n1;Rax7|>n!Xg&mOeSK5v!=g$~Z2$< (4UhnQ4(nd69zK^|`lH*KH^tE&?X>ru`@!LsFs3nqyH~a5rVzZq?Q05WD>xE$@EB2NPfzA(@G?z1dwu<-I%5L`HW 8jnFD@&X4Vj8MOd+4SfD}2;$J>X{!&Sn;N?n*Un@E_BO24TC@cWHMK!a-&qp?5E|ku2%sY@e?Ci395uwgQc&TXT` 45x%NZ;GpQ(V$tmGA^cxA^OKJY<^@3&cMXfa8p;W#O>3`(+%UB_CM`+e%#ae7fiPw1nd&R}yB424+Kg8rv!I-Y$) JNC$$JF8~*US^SbCgN=%k`V+CEaVk=FbVm9C%6vHm5|p@4?aj8K4aB37b}K;AbqQ9z+wAV0V^l%3KHvQZQM|>;FOVM=*5oIK>}Q*L}?*VaYH=2_RVl2ihJ+adnlj*Ce}68f&h=nNZ5uaV^2&7 LRbLSmoPOob(|gE|uaG-Spm!TgZfzCA%+|~(;86*9iguAqH9Xo#iqD3>PTJxc0t<@#w?S-|yiOA%0!*0IoPDH!7E a|A#G3J$Qc7>Kei%NwjI>X>GZF5w%-e{3A Z)hAf4!+42HB{|3;H6T!cG9`pA-wk=HVV#S?+D_t6AC>x77Jl!-7B7RFWoQJgcwG^Zxj3K-MCE8C1`8FWY!^S>JC HAueVg%N`uG&Kx^*VyMnM(N;=o@Kb;)LbVx>4CtQ05EmX9tx32XxOVqX2V>|1_l0v9fKKUyf+G$ONzt9^jH&JWfd lGu6Z?FnrwEf59{TE;5GZ)6|0gGzMWh^Z=1QY-O0001BT4huK00000000000000M0001NZ)0I>WiMrPFHA#UO+`~vK}SVXF HlPZ1QY-O00;nJT4hvWiMrPFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL 1WMy(LZEsyuJ!~9B6ds4;?zkjC9R30%O!zg5Hryoy?86|N*al-ew(N5Vf@X3%-kaR+%(6RsNhE5ZfFcD#k@#sGiH gnz3RD&nA{9Rk4L=eM4Gn@O1$=Y!?wl~%*>C2}oAtUuCQ7`q4fCa?;87q|y_ 30MYxLh>uXy}-{2zXaX}{1&(y_#^54O85T&-U0lF&dVilZxjd-I{>T!50%?ytgzqDlyMYg3f4S`A`l9Uld{y@Mu9bZrz AJmXzmeu9U-A1x74QE@#owO<;$w>y@23U49e9THBRaQa=dFs*-#c{vUd8jdO!7}FK7X5ZewFT hLwY|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*CATF9E>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~#bFMW&UGa<-D0bFyuN`7k& wGndIG&m8;Os!UC0gQYxDVen!Rf?shN(;!S?6-WU%WjiCMvZ%j0we)dQmqq Zn=8?-W^^H^AuHTj|_U@1jy2U3{G`E-~lt#X?=t(;G;>#jx?Uw{D}6{tzjk|JsH+1whfgyxgdPQ~h|$)X*dCYQFh G`}>v6IkPDy>`-QJQ>iqm_o(M3-+lr7D_+I+Z~bR(muc5nhVBv^c=AbnFX`DZ9?R%$;ZzsTRRgB$p`LDB2~lCCxZ I%;CP+a>&;{1KJ+ueOA=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-KNXYcEVgUrj|*Q$a^XQ!h|U0|XQR000O8U|MBVisEAoY-KNXYcEVgUrj|*Q$a ^XQ!jF1aA{;MaAUWWdcr-)P=Q5 07T#c{7%krC2gHc4BN|8#x5C*ldQj2U$qAEL&2_p(iJ8n$AFaIBjX0Ksm`DP21BP4k4#W`n&gjZ<)m#MDXUm_pNv N-R1lIZ)2{0T;cC8@l3(-IjI8%JV`TrgKyL>9*D)gZ@AbUv#)@9Xjg@&{0KMvul!}j)aV_ISKiP4@SLZls|Bj|lf sQ7-juZLMjT5~MkCXM^0KFRY@5hPUZ)*Bapi@DA3VIdj??Bgrermk%y>7hd>%Q@_e{8(0mmV+j?9ks`di=LFeL~Z h^!)zuvfuZ|3x7Y*>;3I`;p=VP|BhboJx%{puk!&YRH3e#AoHpw$h_$j1V_~qgrC(DWc=L|ME)=9_SgjBBdOclHT @>&=RtSr?-LWm&L{B$)2NXNqSrSkh#&li?!UT9_?=uO@=U9eeP>jOedblkzN>V5eU;$kOI5=EgH^JAyYBy1mGJl7 Dv|3s-F^~uIp}H7ZNS3^Rf3P^iSPx&_e2@jH&NDqeWKX2Fi~*(-=M1~5KI!ht_H0EbtcJv&rcHhU!5fT{&_2Ua=y}c*; jeCr%wMGYS5A@r?gHIT{OR#O()2Ao?w|Fz_w+u$)cwDjBKG~w6w%l9Q)S%LslxBfsWN`~R2jc|s;qYx=<~2g<5bb lM^NG-ng`|VCq8ZxJ--XO8g#6o6#iHD8xn6j42iEV8luk;L*mfCgDwO8xgmT_hcW6v7lM8f)V^8tcIsw{LvMiErsS !gY5F1PM$pe-voDZ-Kzm`or)SB$duEFr60?QRJ+npsPtBJ6`RZ)3-w$Ss{J)qjIQivl@w*Ra3ofpiBYL?((y1^RW+Y8oGseQH7y-&Tgi9`|Z$YMKm*ob8$(*7Vho*!Ay1BFFn7;qNzkz2Ap~ud!jxPgv|xt!Xr@@f;R CH-<$InXv482y_eSAuQ{C7#6%=7m;~$BZA|_5y9U*5z$LBB6{2&kvQ_G9{nKwLF*8 9h~BG3QK6*)hcE4aC#M*0`kh#of8h@Db3f|ETpl25y9gx|le5&qw=5j}lWBRKqQE&LdC8R+L=pr3($h4hCc-bDVo K=g5bf!P0@1;Y1l7YIK!3lWP!?*wfC?OiB1yJnH>bKfGVW0H$RpRX*E`TdJz{a=9I4Z41@;NZ!{g6qFpEdKPtVzJ Y;OQe6|60y@9&<8-*Es=F!2E7NgZ;8lxO;r49QdIE2Dk}Eh5*2+WqJrD4y8UZWvCkt>+4r%i?E73)*6#!THRwoG> ^rbj=<7>m{U0qAJG{G8*7=>LpI#>TxN(`z)5~Pv)yo9`4a;QxZ)&<%k3S3w_f)M);^A{-V>}Nk>F1oL|L#&^n-!! FCGwH%FW@TBcG3mm?^*p#wb`|Swc7B&L} ~|~THSVwrVneHP?GcAKZ+le8#d@~vOi&q>_!;;2A+%(d+b&c_sK`NPEdj~@~Mr1HJ`zAFP={Q-J%3v^Y9=9a}7v1 ovr&1Xy;NA;Jpz>HWHou>EEIeo)iL@O) Rle+|!f@Epg}rQ5!u%Kx5H;+H3sQ=Hm|=P&T&@O0z3T}fR)f8@910~80^b=zD`;Wp|OC 1@{=QYyB%bf-_w|}mEIWXQ4u#*;ZC}C@!;@B08*Ik27tc;SPb#TzURF} ~k&k{|&wB*VeM;&Vsxj%@sAkMc*hwqf(PmXUMm*h~N~X=Y6)$d2n0SvH*|awT{dTL_Y}KN--E@qsxz$P;>6GENKM *&wG}X-dOY0wwlx}UqCKfk4RyJ#=njO|%liA c_IYx`Q-7;bp^q#TMA5kmXtV}kS!Hi7ScCu_L>hkx3sHGUTSvxjZpo@u;G8V5D(65Qkw`?XUXB0j>$hytgkFG6gV 2b#4#UZsnQT-EI+P2N)h@Q&7d^qVYBn7=J4(N!YE3E&&P-#YnQb98tZPoCVMw<*Wwjf3reg+4U$HSnI&-WfS=cn% GGHg2BiF+4Oa^^-z??}k-I^UH;R;*sfO6Y1>E?{tYFOK0VLRa|8sLhtP2o@e*X;53*AfogX;TRqx-%OafWL82WM%WqrLb?<*CSDe|TU#; KNgExSjkujifHA}o#$}7uY9uo0R(E$2k0y3lSz;w-1vn%fY`5I7vo?(YVL)-s*%o}Tj}RZUko%oZB|Gq*%XpIj0B o}neGL}eKd$b$1OJEX>*Y7x(0~{Is;{SaiyiHbjy8Y>3`3NbbOw A86Z%0I5kfCk)&xtYs<)jcE15J?7NDf+(<#J&S!OIo;38F3yKRYFGFh$eCa1VNT@uN)eh`5-q_k<(21GYI1>>$V9 ZPM1zA|b9T&_K1LlYa?Q?MSp7-=br-yDX)q^%~o6F_aV7NKa{(fg>46maFYRP9mStm7=LjHXOFh9IJ+Q)u0&!v~y )0ZhyjQti}sGik@wCbP|k;dm)GP=fJImIK%;V5vdkTm#?;h8iqnR4f7nXAu~^ZwGG~8^UW_H&_n&zyC=gPg}5|9E %MtIa&@_$fdHX!QSDG-D3G-RNWTA|BgndSW0%kNHSttj`kQAI#HNhc`H%9`yq^9ECLhy;bXB^(1f8GzNI6yUGz4I!>IBN1aQWdl?o?jZ 8kcH7~!h0)$%GCIJKO@}1oT0SR`&dv%y2;9UZHg&8ZaIn!zC^Syxh7n6+q;#TuBnBN0^1=WGL#WslCZ@|6o>W%LM 3&99m#YR!-oc87Do!`8ac0l8RTz{*p7C^(a!_qiT5AxqxVQ>_Me&&dQtT8ZDL4s*w5Ap_gP;XjRD)NPxU;>6pm!i t=8|!@(#j&27}@qTYD!k0nIN2!R?_U@mt4bwHdy&4m8F*)&iW{x;Bd%yRHKE|n=vzXS6={xeah0Jw17ydIcm~ARVoM=O;(siv0On_B^ d2z+y^H( F+E)Y!Z=0}r=huw}Wewi+P0GY6L1%y^hecW5Li;kisftsjD@v{`3sjUTC!li8Cz5nUpQ }Gymo$kag${=B@zplm~}O=n#JbAShXj0)W~feReax&Ka=mt_u?5Ubm8}OzCS;dA1)a)l8>w{p5SAKlxQi{z!h9*e2efB{18~ES)Rthfo9gvj!UaNHsK~@UV2_9lBQeL* T31DD2@Lu<5o`gw0UlpxXg)3wwFdZg0v6mffk9(M5}il`)ZY+Edtz)?KnFFIDISCj)rhg^q5R^9XqBVLp2DuVI-U ER6w!5O7HEx~H&Tu-;SXyr8yAb|EFZyByV!4Ja2qvhy(OjfBphVhjuhP)asF#*pbJjFj|zu lR#j-a{Khhx{sUeB}Qye51cAbI%={f7_US@O`cDg2l%oWrTA(n*mL6v{ 16jtH^#esw&%eqE$KjFK IV)tp9OX{-cH-h7~z5n4Q^4D&x4SS{D}-Z$2#L>zW`4RacU+WE44;RZ 1bz(YGo&gYO>YX+9TeT3;-z{DN601=^IjuQfWV#^OV?xH??qzaCA;#2g%#ux>h;i(XE k9CXjKoI{dGBbUA45e?g7g<$^kG9y1A5T@APOVU+}eZwJ9!wA`ECZ{)sW#ItffV3GgDC7gC=r~RJm%|Mk28huyVW 7g=0p>4TaN__Mr3LsR`Kl$ZdF _cGAf1QhGecu`dvna#p(S%ZH14NmR{#G#5r^dkp_CYbD*cXvKP%BNVQD<-nzFogvGX2?tN3~gEm#mWiJ5Iqt^T~( |6lbF9()W-efQ^UL$7fykKj8d`))5{v6R7#GAQV;EbHYWr8g!3=tU+~|;`Q!QH{OPsRi?kkMh|`8W;xQxK(8EH&N )pA+5Fq*~H4f0o38rx$rd@cPf#4t l3y1MdQqJ>dQEe;Ga%zLF8Y19kn&+q{yawjgSYEpmmd(LpX5`=ZnxG#yx&E0-RL76baF5|%ZF5AzOcKv$^^nG+mx IaIm8I|o-K#%m8;E#ax|DKIkk*jsy^l#Wmw{l#+-Y|EajSu*s^NcFP;NM2Z@d}xtr^$A&C_i`j-pWIC7kzv!h?#x q;0;N}Se~Jm+G7>KZE0gTUmlKcowz-U{Pf%h3+~BAqMrkQ*S1Vg!#2G~ZSl)P%0`CxWa#}~=OO)R1hm?o=D4~^EhEu&KDLbpL`${nLOKkTv6}S}O`b%UlX3 ~W))nH!fcuFI{zrZMQlmV(Cw3~=Ud&({jg8wk2{rkKd@1vE33VPESHVi>Pmy3ALOHLfr#c!uq&mHkfBkw?2o*)g; 7gdE+s+PIlWiNjDY19CWJ=m3L`;6h9*|5g}S7cJGMz$x-AeX1!R>gWgpb^EvdAB%-R0|d5@$V6?TpE36hGq8B0#t 7dprKb^V~OoTA{K%;7pk=FS%ZtD^A$s$SAAcC;g4kkLkjhBU*Us;>nHM0ayn0punGqlJQwr!N|#X_C&aoXvHD}J? j9(4Bg&yiBuNMJK>!HBXj;jMEA{hevfAXPxOSey4OiC5l$+?D(D(6V9z?wyuJCqViZ#GM>f4pN(FRR2 o&;(;`A4m8Zj&>F~>Gil@;N;`(6S$ErKC=#7kcLyi0!h#|u;$FUq}W;O^jJa73xWF?dj4=MB;^U5bti|I_FnbPq>Y?UkmCRUjqzZ$~)L744pX 9B%yrTwqWB2?MW>Ro$$^j%n0``D>0} fo2PXW4=@=E3(-j?~yrY(Ps?sl|1B(V9f)5SLnWgML$GsxU?J5xg+pR)M!5)js3wccBu3Y5sfOFiY-KNSbYDVJFHA#UO+`~vK}SVXFLGgUX=E*MXm50H Eo5(ZZftL1WMy(LZEx(o37AyX(La29P@`>(S&Y%dyt!(?nK&~DsK9_AyF`$Y89V>D$dP5ZrLZ759 DL<8EAVjiTbd#WkCeBnmMa7oyRq`B&Ai&b{Y$_aG*DzvugZ&o>WE-FxoYPn|kdb?Vgl{Wmu{!=b-}1~|@k1h@O1; ~c&b!QCDCbN6zbZ4-{OJ;7ZFj+*K?2i7=F=EsgxL+?*abDSON{psnBa~Qq9Kf`ezrT1W8$GMu)k8X9GVU+iu2|hs Y+wMot1b;*DLV^#>b)4mt?x6i0r<2mX{}ab~io*9l&~ff3SUZpELh08Kyqn%PZg-qj6#oH&f2H^1e8>48dSB4tII q+D8J&)E2f^Mh$N2`q!D+|&Cc$w8cOckG@PGKb!ZQhOOYk;=)O6<=g2M^EMR0q9J01);iC{g!PJ-Vdcsju!5WJ3{ OYlj8KP31z!6d;0lR^BQGbpc_;MN3}WKiGJ_5D_YTM>L*;cE o9A-FDsdTr6;IJ*&SAV@>zwD%z0^*zY{p&qn%Ey1sFzh)h0OHM~{bFMeRO$pXzQLmv{v};lpEax(@lVO4zs^*6O&;~RCy)MIrR6-U>3 )|-dsb^bwkM=XaQg}FNO1Ukl=BmX?ekGi_k4`ke1cmLJbXUtee!(t+d1=5{>Agr@3+oJ`47#<_&ufHS8Mp+HT~!F QLjx4m_J((JdWTG2p-MtAvm1o=`I14Llx~RInH7V&n=)i#{EukFUGrGYB$eIf}0UMe4*p4awhdIuk1bR~51iwr0;A2tVQO9CjP9WIE?Ku{B@iD=dc%B}I^41*(y!qF0z>~x>$N3S#&6Z()?79s7Hb LLpm!X`(GL(DbGURjSGT{3q%YZl6F9UtMPt(1o-``mVJpN=E%KOUk)CUB&JRbNpgWyDhspFCUn&UApj~|bAzj8dr Z{6|0=bcUf9c)lIh2YuT9|WgyIRrfpKau7j=SOf4Ztsb}&pl2;Kdw3n`F==nB*D6qk$?NisDJuo)MMevX#deCW8P hIGU|2P$yg_zQ@HMA`zk2cClUqKjY)&$m<1AM5n{rvwSjolTZwJU3g8{{H%M)Mwk}m~XZE-mo0=a `bZ0^BK!A54)D5ev6hP-!ln*pUYd0cHFld`1Y#4zq=g$zWJ#b*Ls5c5FAc$I=5THUpN)x`P!*i=iWLM_1xk#(3h= FLw$aD8v1GYX=vZxr(t|sP6M8teHzB&8iKT>J8u%CDesIsop=U^=Gjro>28{=^X!C?f~5;T<_`Jmh=(i~sV7yZb7b`sV0?fZ_E&$%%cLDN!o8UmkM}6Och|nN{LoNiJ-0wn+%V`$^ziz$|{c!h%z=wwj? n>~93&B4)7Xc3jUIaX9xCreZaS_r_*6`+wkp3qZAzj-=!0Tf!!uVZ$5&Gfji;(}j7omR!UJSgPaWV4y3BhK9zJ}j ^G5Y7hi&4*CT?~5n+lx`oS1uvCOa!t166C+jrI=?kFGc^(xfJd1ycFq9x)k}YxD<5lVU72^hOfR9?R|&f0X+VfqW qT2fcL4(5bx5G*$!;C3qOYN3O&=KIJOV+vBdne0%FE@bBAPje7n1YK(XC8jS Nc*P!2aB-qLQeGU5MY=X2zIxi9Y1;GQZMSH*TbIiL&f=AIfwGkxN)md{L+A-^T^!EYRBYlb>u@cT-t_Oa%-GF)7d jrPttQ)Xy+;;==f8_@B_up>-9s2r>m>hLkt@z$@E7BiC@TUX|x1!&l y%qVqbt~rMzcl?1e}VC8C3qZ-`{G}Kf86+X!Wn{x-wuB3mfO*PkKPWvd0yX-xdZK7eh13E<_@&?Zi0t$zukd$wcd &EZFgec6z@d47u|_`mfneZa^jsBpWE)#`E)1x|KU5aemtt_w_5?Y!wSeFwfa6~1^RXR3gFR!D^xyM0lKqv1?JxsD =;1_S76+Jy#nL;HbG{A*J(bvyHL-=2<}Y%bKG56uWq{=^#8l}fX=kugZ@A09?X-Tdw}<)d%!23dJo$F;ytLxoA;n zo860f@&kn3dYxfk>H@Ox3u`|m})p1&9Q{qbJ(+u!fS{QLfWD0h$hFwXnmhjI=jNTQc>#(n6QjqgYJR` +8a`qBNMGtC5xT;KaaZ@%(N#an`X+z$k&Q$Kw2OYk#$J&5?}2Qd!6e-Qb7_8{uD<4WM&-YY@h=B-3K9$bldFRnzt |8phAz2+g*e+z;$xn2)pomuh_Uc!Q?-7)L*dzFU`XjPbI_Eut@ QM#$Sbc9kvSd^vYGhzuQ-#A6Bfwym@vN#>;sW{rufW!7q({6nd5`37*UI@-fW6zdVL~H+~%Wvh(8@zu}K#{!D!w? e_HhA^N`Tam=5q^!>KSQIF>zN58Cn9QAH`0`=Yd30j =&#d>i~M`uURQfLD(^hkCs89NPEkbC}ngKac*XdmemV)AOLChdd8@cK!2c&+nfH|GoBk^yi3QK`x!~E2O*kR~Yxi 3!vv4y#V~)SjrXg54Salo;A33R-_YD={oikZ*I)fT;TPq<8^JmBKK(V!^DABhKE3%G)`^Y&0C~BMU@O7v{ s4X@@w($IAox>)`*Jz2Lk=6X8tcZ?)!-BJtAT%4tj74Q#=}2>pV|4 (=!duejC_Z@0X*q=19Hr*Z$OW>#hXN12~Kzudc75IVm|D=2IKIvH5jiu*8opmUIV`2&uh?*&DLT*{A4Za-L)30fCc(ztx*ZOn%s y#u`2~G+sC%g-oeHZu^*s6U-$s&*L?uI+I$`4=7ZKD{AcU1-kr7%{ d(Ox@SzW_1HS%a9m;L~yXq+juH*dv4!mFcA;x9fkI-+!KEk-~`w_+`{}JZfp&tQ1F8>Jh@9!UB+&BFP=+`y`J83* F`v=;+`6pP{#(aWty!8{z`yKxYx?cNF;Ni-DVxE2cPvF@OpJF_B`4r{v{wdbkNuPoa{Nz*BAAgGeKK)bF=b}%6kG Fh^b?W|4!6!fRDaLv1XT%c|Jmxdt(H}m;ycqjA@biSv!FQbTIm)}>bCiGU=NOL%37$;wYySe@e&N3`URyf}S!b6L 8VKwU-TwHu2&lgbMtr}5ajlb+9)A(VH`omhZMmdQhy##km=}68w1`-kn4LpL1`yJ?$< {Ma(_Ib;V)^t-)Z<81i63TBgo_SFM>SoTW*pN{HY_z>-_jl5O4M-h?m*~>5H2nze5Q!ejiJa>A|T4ncmz^km=kf1 eX(>|CNMuF~I?wCWQaGoFLPg)dac!S~p9``uF5!XxGNcgv_%|3Gz4$Q#dM#{+W2DU8vz#>-+TtSw6T!%ek8%^U)7zIp5wqA$-Vo1bN+T+#K=7ZjSVmHb?pyo1@$o4gU#2#$ $hTwEJfo@2bsFpPy?!zt|k*+@%UcdiV)Blkm)8W4oFF*KUr|}3jF3a3FmUglkX**E_#2OAh8zC@E;_cuTi|OxC!T%JRi1CI4kM>Wr7z|KIi S2aQ;ByqX#7%TFRX7@04)rxdF8ahn6s>frNrTQ~Yn#CuHC2qlSd6w_6WR$o^a-{m1)f^M;_G8-^xizK

      `7)Cr) 2oug(}x1DZzag|?kR%2o~ny7SV msMjBNMfo4<``33vJ$Kv<<2-pcjQjlEP|mTtp`KUmhWWRWAk&|hcf-7Vn;@?Po9vGHGKe74t$Dj6pX&(n`nGa+EQWK;MRs0R1?SAg}vJi~#;VOOWaA%OlW_Z;ZgWJ0nr=Z;nL114km?#*vr@BSvCgj3LPK!uXNM=cgJkqwy Au1bzG2NQ~pMk!b&on(xCJ|LKva?<)j(UH!vI^yfcDqCT58q5rut)lI11`%Ng{8HM=JoheS!|s0j(-KYu)t@PP*4R|ILuoHbJtq6gW2YQjm;`v p@`Zq42p?_~s;4|`>A;P>~Y0l!C0LwJ$kO$6_lhJNXqj_`%kvA*6-kmZp{`y_;~Td)t>eFZ`0CvPNpKEZF#K>S+> vfg2IGv?hT&A{(pHlzHf2!6)%tr_F-*1ieh^WNJR<2`O>Liqg_f-E=WXJVbZfZ&yk*Db*3mk2Un^GOTFXO~vciIJ @skM>sJO*cX2j}{PQKI|=mFLFQ3LVMqv1-wbj#`q7IjeL@`fd{+J#(bZm@9hL#&Tlr_b=GX)$>pLbVFg}?BP_M!P=&zFwzj4`cvgs2r_@S`lrCF83&@Axd(z@Ngs%IW)4Ju1qXue{Omx?x3dmJe&-*Ee!Ag6)a!nY_u_%Tmv;{Y -Q8*)!rghO_o#X3x4HV>HxKK`S@TejyXJupd7R+>1pntCP#-%0`Rzv*LLKE?+=uJkcZZ~LI1+ jM}hZ0o>!eWkuXN|5D?uXcie9!rq<`HKj$-1a#^mVYL8A^yTHjL$t?7>9?ufHyC7VSL{20v*{X4LsW|jqpMm^zz6 w@bc_5=*&9=SugSZgE4=8dNAtUeK6{I=D~<}=fUXrHxEXB9~_K%x^Xw~XPa)c|9jmS*E!wj$3+Uy>Bjiq*^PW((f FTqqukvy=+B86)U!K-empdTd3a3*^Y8Tx+W)!2uk-*vzD|(k-fal796GZH_ {jU3aP|vpsvc6%9Eb1|yAnTtpS@h3US=96SEb!}%EaZU?v*@3$9L8l)4&TqrVV+)@!@PZo;5UdM4#*?lZ_h`)n&) HQ?>`^q78PDNAM^Ur`55L+8-Q-q1 (?U30rERS;n@M`=?ww$`5-_)ei&d}J`F%OHZG!GNrm4a$oimdikOFc7BR2SE`r~=m*A5GA0Wv3x06Z<+0Xm51b%( )0<7PkF983#cQ5A0eFRyb_I@wMapgkb=X(p$ZyWVtT)st+_rC`ApfZ5IRy3jn}&b?P|S~!hoWB(Ah?8J@1d9{e<#RxbXy&UaeDSJ;QgNt1O6rs NBGuArC8^7T#EL$Ed^aYWGUKz{!-BKJC=eke`YD>!J4JW=Y7rRpG!g4zHub*b^MVizvW1je-J_5u l4o){3DUyB}W1e?jp!~(x;9Dof&)-Nau}GIY7WCujV)|`Uz{^o M+m*ptOBX|h+$8ykx50?WUH$4^fdB;=1KQy0;b^m;Vtk>V>G>re@r-9y|P4H6chvey?W7nUN5WBeN&%pejb0+Ziu rsla-h3v;{SRk?o_u^J@=KkC^o!3@x%4dbC!v0bZPNF7Wh >b5ZWa=c3SNbi$H(3zX;tfVzn@cbrGcG~>=3IhwnM*J~7F~k+9Ciul$MQ?CPCZTVOoG9s80X|=;4e!AS#N s}LEazy_T?C-pAno*@Tkkd5B~OY(9JEc03W!|6_6KCC%BCDQCFb-ZC7Euj=Ku&T5%QT!IM`(e)@yHC$3J2o#wZ%M !(L!8sm2S)##s9w1HS95L#z8-Ni_<`FA9>e;;TTt&UZ= -rp{-X)99{-Tr(J$}Z4mvpa4y>ay?tonIi#tGPH@Xw;@(KQo`{_=skJDBFU$0t${&->q?|8iK1;6vby}*Y(??Znas_^Ce5I*?+gzU3s@5i|P?tb9c0l!4QulyzG>c$ U%9`En~>O1rSjQjo%fKR&f0pQE32S87L^8n^i;z7`h?>q>6-Qhuu&oy)k?zn(p_h65QOvt-9s?gX?=j4 m6CVS9-TN5$f~_AO#>K)>3a13vaX hxO#@=PP$5fzICe66& ++C0(CiLc72DGVrhQWvugiyo~g7UIzV56J-1I`7dKWta};rblfZG$17ifoW0$vD6ivH@R2>QBEQ~OLD!eR3iQ8h8oo^9E!XgKUk9FE@jB-7t*@hjr^vp2K {bct@ybb^J&RywCibtmk^x(NAL-M`y=S(Wq*QR^-q67|D^s5{lq7KM!Uwm0lGNu4V2@*f$_+`f%YtX1MNIi-;Y#y yoR6p2Kwoxnyx~o(Lyx@)d3N2K$oC%#KiBjdt-@Vfh=K0l`4_DaCMfd5#o BR0`lp>^SNa|hAyLvB0$E}~zN-k&G96TwZjp5Gb(Tj2LK-KX@;r)TDCRxz)`^{THyeLd`9 0!4S?;zSgp?{17MSMx7C(ESkJ^_Ikj5mKM7uI_2KvE+XQ+aOYn1oee_#I&%CDc{%Lm&>=eu&)6gI5^NsYokA6E1f Gq`|OJZIoLGR-z-9FlfcW8OMPr7%6%W;|XyNsUaP~5L1V1M%-{qAJ>oPG~!dGoCPuh;amHO~j>S4Uyrq&%*0V1xBljzhmc TH{P?t=K`Fp=f)b?&hZ~DtFrFzMcz*$%R+a`gtrY~t;8*5 qTTYb8Q(!54+Q?1Xj^lirh(Ra21Akoq}fa!{+yNZ6iH#LLax1qR1lAT}B?^6e7l{z#p*8dSZ=LBbTchU9^3rHc+hpbOn; M)^W`66p4(uqm({Jk(_VQTNz;=rN67EKLb|?J~*ScR%@Vkc24uFl*C;III3cpCdv5fLDJ^xC-u?{E4`u!jWXRz(R+qIoGwSShA>_wV7F)fexh;qpzzt0_V3I?Sl`d1??Wj 38hRegap--te%qhIN7DP=1TUj+?FrcC^Isi>{SViXU`GNr*;{K_KE1z1&(nDApx@85o&TcW7;D~0KRd9i%7R 7y4;}4~{uk-px&wtjirzp-(_4!(bEbp+*=fzw<4P)7r&qK|p_}``<+cq6U@OSk4$^f>zL%h|z&S|}QU-D81c8K4n u+ufpBaH9*JW}g_KfQmQel7G{tLaI!ac<%CWjH1A9oU2J%zO_0hEqNzf;nDuYj9>*+A;ukmZ#|ZN1C2(59+mSw!3 Q7?<@ncJlR0sZq_j7gMUKLM^e5MG>m-}?5^q8((~^LPSSeb%40>}NaS+%<+|}&PrrBR+erzW|Kh)F4Q!_QZ=R-|S 2mviqwm`iyp`7u#*G@BEm=s<%d|fCYWyAO+ZG!3D+e~T_t5*W8rWa*AD@TZi{4pYdP(E948VB@{yUq;ifKIk&P%{ 9b|QU$I{}+y*53}(bYm&Ji{}r)N13l6xIO)TO25<0npXoK53G;qrZ|bR@%%BpyV_1UOQ_#D=$!=4@9^Jb3jbOS&b 4$|>G#(7TMU4$^s`#Gy9gf2{8d?blPTWMYj7TbbwJ;u=X2?IVhwyi@Lw}MXEfad3fED7&uQM9X?^$9_boNu(e%#p W)r2kk)G$!@9i4c4D;Vv^t`YJHrw~tz^3)^g?-H5D6bRgw=46g^ xM+#MD+dV4s4L^zu(aB7K-z9SvcD^&*T24bbC@hf6_X9NMZlfI45b?4+#FS27X2OY(|)qOsqKDOMeMKVU1Z)5na*^!$;QwIl(*6t~pie97G|CnoQGMedHr7F@>$#MHQvoNI3v?b@H GniF4g-lH8=;dg=t)JblaGTx!!Ch=cUrwPS?w1+>Ug{4@M7e8#B7CAiv}|H>GhXLa)~sxan+rrj+u7D1lq-@`|ok @ZBD-(Cw$(j$9#3R-Z%yE~40#3;ZZ{Hdl1pOND};EoS=MR659Kygo|a=C^w#iRinn=^j6m&icu8K;fJTeMz}gfQg mMQsS)Nt99Xw5i#hZDl~>InV56?awWId%NE^Y&dnEc?LOtyn=W=qNv6VMrDuMeYjY>$Qs@mg;}<2d?*(ZpjVkOH+ @im*h{jN~_CmUiN)P;E;O08qd{?fRqsnAc?t*m6&jpQcaxP`i?qywVS`YQ48A#elY?C#e(k_@$7o}d?rmzrB-vf^->lm3jB=UUi4E|*LiKZlJ rlq(=WPJa-KpNXWjAMBF`%zq=`B#KW1{SL|xLC_oe-TKfmN>+kJO|mnoU77kKH6*G5gG?7RF-Ub@r^f^;W!N;XX? (0Kmd$Jr$-y0IxaI+q!f9GyvzvCx-Oq`W>JswS8Es=Yf1hcj^7b3J()Kx$^HQ~(~!^H4p7?YG~19l1X>-7~8oAs5qfupiu*p(O~M>(S!42crcSQeL}3BT!;|icxpC`yIiNyo}26{_#J!f&{Ztvn+6X ~c|ANKv+Z4tS-&{A;N{b)!Kqw(sfQ+wAo1WGO=gs9Fi#K|(H>Qy*Bt *D#=?3>!TZS+qq!&!KWQc(Dxvas5BBoOt<9EK`FG%M~0n;TNc|X-?x~J7DU?-aNnY7H{)WKA@Kr)v>^D|yP5PDYZ d&LqBZ<6B6Tx+M9SMX%2nIzQ)UE<2LBpjvLO7p4Fos^|%jhRJdYb}z!G+1s#$qo8a$`sAU_9Cqo# r7^vmiK7*c;vW(Tmz{hCO@cEZXnt1;@fnpB@9NhdijLkn!FQ8 98slZG&(J%d_EU&$!6u|p}!dlj`pz%=9+L&%9;?ozlI7PEe7!_XBiKAi4q~wcIXL7y#F-dDQk 9OJ8H<_`E#>Jz~@Objqy9@k6AEhtSOtD!m^m~N6T#_uNvKpbqG?9|LF7%{3yNEZ-1UbXzNjjwsJ;ViMq(${6DDVq uFQap=p0gITC(g*v%CeL68;L;txOobHn=o^zwQP-ZEj|lP=vmeUfcQOLHz8JqaLzlj)_~EO>2ZAI-XyPdIG4TTsa`rtQR1`PNhtBrJ9j{$`0g#b-qYmQ{i rbziBr4LvR9&vZ2}URq6qPVrbyk*yK6V##c|oU&o~-B0fO!3kmh@=Aa*W-lh8Jj^ I(f2bSdJHXVFN_^5mwFO&s?F3ZNvr!+z6rJ$thVTual(*!Hdv1O6_|+<_7*JyaLKv53k@DQOyDG2m>hfIVyT=Zp&zmB!k{o~!L4XxzOWdHWyC1-aJ@O}dTW(TMy;gTOR4K!3*mL*wviN3%F~dKOQq5 r&Loq0rq&+z(_IImCJUdJDHV_F`P8ll| xsKOmeRm@&s0=E5~RILP8_dNsD$m5HcMyt$ArnzzZC;f`=ny?ohodM49@Qg&=#`aA`n@TPjK`+x!mUwN)19wX;LC DY6jhFi;=!vg&0!X}%JNk?oYGNqw@MJ0WXkK+oq4QLkKhqwIvW3TTAeyOg8E3J69}`ar+7UQD4*CL Gi`-fdqnF9>gsY2lY7@HrcGfVq@MH=rC+l2TKO*l{^pNp3r$UgC`#nU)q db1I!SuSy9ej}POQ}hkNBh>LY1IiDxJ;}wa7;Nq{Z{M5)PusI5!`UI#DnY@eCg<3py~=5@aLYnx#6mIE^Gz2%E1Z JR`QaM2sGx2?QDyn<|%zfR|XNIH5K;B0$jHO3kYC1=Nk9}C=lm3K6AwUhZ$VN_Z07g|GIPQq g$mv7+e(4wC$5wANdoOd 3H{sH7Hl0`p?1SB&sBnT$XgnJRFWxx47l>@IQ;vV$ E&1oqrz+1fu6|^&9xk3_;(o_v*K9%N)Rqd`^DZ?8O)OD#oEL3i&xXSh9OGPHKsv}Isl!R?QkNfDKROG$T_JOKp-(DZ#Jo{5YwS$-xw-la;QK@-j yEbnn5CZ>Ym|qC&IGXL8XzrA0;SVdY1^nbk(#8eI?)>h5w?q@fHfvPY$uVkv_z8aD1+8UkWaeQI55d(>SjK*DE`r lqq!rbiVOwci`W1vQKGR@;V>+MCE_v$_f*GeXKfTK}b((JdcWH(3ioNw}ec-&xAA&Lf-4Hl&LlQP1=uS)sGVI%`8 J$~T6Ds->c;n;jghGFlD<_DJ6rl~PwWBkab3A(IxSv(z~l*;qZyhMTF3wK#^2Y|mw6_ehw`x;PGoyk9=AJC#J*Lu NbNXjIM^3a_G9;DsmRho^Q}T3u$Yb^D@RP?v5K;h3jhpI?+c4KLcotJn-wT&IT7LP~>I#7FFLS_vWg5`(7oj1}AF cM{Li7&SH$Y^$MQsI{-eIa%UEg&$K(vn*A?Pp%Vhl7T8qj%Z(4N;Q<_RFzwcgL+b4&^2lUD;{Mh6_$-9yRul-!wS lpYITo{P(S2|*-u ~NJKbmWI}`7P0qktj$IeH18Z41TNi{O^%TS^i7;p$-rU-OwIpzP*?CL=MYIX(BuZaUmtwW8Bqi3R!0!V2v)BrVqL uP!pcqEMj{;;chR~;-UGp{+U&4{D6WUI-$`Of+eItT0kNI_qvHGynwc_)bZKzZ3fhtX-#d&aDsiibo3Z_L3$$_;Q YM}|J62q;C!E}hRTl&tLqjf=iEi-;Jt^pOrR+vuB869|wiA$3n>=iijK-qGZbG)zcAzmS~DV0 zAo&(F3+~;u_dj>s<9XNR&+=@Vf;bkSXypuyjaup=_K%6LZ;}hz|?8-JVFLPi1D+NN;kfqu_`TA$eTX5T| 8vfu8GF-@wU*&dbu&>ZXHavbHuifJXGe;oR7R-U?ri;^L#CNwM7hkF`nbX}T9yw0hm?s 1{IahpZ2Q|J81`H|Zy8>_lSQ_AO}p`l1T)0`n7LIj2G5Twb4|A}0i>7?&Ev6hs4y;EPO$7*<%M1UUnEW2Wgr{59Uu}L~b1|GE+h1RATW<9UUZ82|Lc(UAC ks*)|Q~&U>TVEaMA3pJ-^qeFZf;Au%car)+DOWZgytj4&|pjCB<5h;d5nf2P+e aPZmqtLc=YEdfECR}tCo1wn3Ppc>uF=SiOH4Pt^5%G!5^mu=-jC#cJqS28}3F>vuQi$>dqX5BHqRT70ZBngv$ix}*yfJnr_Q*x)_zQ6v e(yZ+2V+epj4+Inmicsf(}*vSj5KM4tR1S6x69->P%mkY(Gn_|#akAtWn{I?@KVa%z}Q~siPn~hkuYF)z&NAiP!) OD2Z34~gLj)(CMU$?f9V(P6Gtq8V>#Jl70C9LDAHuziJQ@m<(jQO2i-IIH!})6)$yXY1L(ta>jL`;W9{D2;bGf_2 =~G*53!N6(~9yTA4g#kykxw;a2 d@nX_oBnw2#(*;&fuo_uZE5@>1b~ti{PLEAxQ~z6iu>PSjJuzuvx}!Ch%Lx1GnVoUFq5T=hh^cm%T1+`@iY?d}Ge$XuP;&*%pr{TpX51;E29eGF 4GQ$9kCc*H%hp~oGLzA26MZr-W3-wZ3n$4UwCjtyw4WX&B+1IYge>Mf8eOsv8QMS_t8DAMiB(#}sCWD2`~211*)4NJThy59K =}p7I3^=Zwv0RZ|2c*Y;8pW_YvQ%Nom$wEgW`$cD*{pV0CUSKls)HA;;5*&_4Rnb *z|#7)8C`U=#>bTfn4hLAdJE|y8#)(rja7InkneEWk0Y)ZtTZpVUQqq$4isz9&#JhG42-fPjN8PaKuwk&DZ0Fa*TgfjaYl=!O|&Ww tR-PHAd0RCCD$?zNsPB2)zv?1Xxh6fpT3T(6N&^k_Dc*BAgaxP7Clu;^R?XF(iFBLiIj7z2XX GlPFRzkVajLen}n%l&srZQ?7swV73OexVR$|Bon^3qN1cpl*fSx%OgawBoI3r{9P5mqD{qdSn%1^$>#LhxW_nNos |8W@4qE}z4KNS^xdlte3Qicpbv91CE><_%%;GH<9U-e)`ej+jv%p*JzJsWi>qOrO1n%@J&iJt@Q3W`yN%D61wT+h 2ET7Dq97=vcW)quPNz^N47sv+1DAmt7-R>lA#NJJP%^>kz?CtTXl7yW4UL!Mk%@4rG;>Wvpu3I);Vt4i+sd%*^tc zuHbdp<7ok8~^b`XrV!FZJ*CNp}{b*t;4|`Y~$1x*kHn8UGq3Ozo!Qo!1rKT;t5%_j>sVy7n$j%>DD0k4Iig c*H{%yF@xl)-s$l>``@12>b)iLIVc-x8PuV`L&H)y%ob_;E-+Bw3&29`lS5Ob-b$1)_?PnShx+oGjWY#~I*&s~7a bKn><0G_b5AXM=J2)@SM&AK8A!H18MKV9t@PlbDoesGT#eP$WX&j0@UnMzS_~T-A)17W7f 6(rO2`OUB+L3d4vl3+=uy+Qn5jcqoXD`Onr#72Fv7H;1E)pHjN+p7_6eE}Xl2{{Mt7VXJjfYaPd!K!Y7XSkV%!rz k?q!SybkA8!A3rddS9#yf1?;m*nfQrjyHO~kC*S|=Sf2$=!(yfeNEODD_&Hm}Tgr7HRwL>x n?{dUHuso$8vnb16o!f9eOITPdv4sT_e=jfb`29#9c&gy~K85~ZLX)k3&HN<3jf}T+Hy8ZB(>5*f$o+m^qC)uGOE Yb}qWB0Z)kxS(X>8m+Yew nwnb;;@(y&7Qvvxh|%6CunE5>tGGH9i3rYM>j+}}Buu&|FLGLm+4}adRFkJ&6Ws{5>JkZtC45_dbdAK1W=;$gbYW SiA2~$%M3S(w;Q&X4Q4QPaf1D`;|HQ9^A?dbsCSB}vDyJ0onzO|!pMq*(R(x};0HSxaV8}wkL_dlGnY?_p$U$WTMLdxwSaX9n|ToSeXa1T4@mXO_?K@=tF1>Q4!*X2RQJJD=SY8EH w9JFdrPtSygORlb({Y;YZ+?gxOHuOr&R#MJ>o;MJ( ?P;^MBG#G0IJ0d?Dm3>uT!Y!rVU>GK)y?(vLq^itTcl^0sJheA+0sJhC5weL&3kU<;wALYQ9~I3w}lBXG6}hIGkr }EdsiuCyR+0v#~7kbG-N!qu@=EZk9%&|I_FGG!@&w?O&B_s0>JvF{I*hOCwzrOf~Bl|tl+77hP5$Fy+OWISUtvD9 rA`@qV9(-sNOQ>rhfl7a*iJ&GCNU*-b1GsSk7yTay+*DutZdFsNwoD-GLR{IIoD5uy!=UwNBXsP!?FN%>^TnURFi ;$*~Ro?62Gj)jo3NxL$_cDwxSb^Q*CQQGatNiq5A$`LGI&40h#+$%8^rJ%X7TT)TKl9kd1Jh%w{}+3I8NOC%<%9- 38Sys8kMG!AT&UC}6{a_(Takjsg?s6u0MW=UK!MCa5vm<{ft9Y%}4ZA_YCB6g~b>rxFu#F#a4l5htem6AMZ=m`CY FC6PsH=l^BshMpLO(l%Y3>G93cmtjOXnSaz$Ve(&rw30e89oz@b)|ZlpkU$g`S2h|SjW(|Bjh0~`RFedxk}c&B8# 97?`37P$(-=&QkN)V@Z=7xEOkAn9>STX!uII&7-P5#MR)(18A(eqwj!b#;(q6Zs`Cu1xq!sTl9zG)EIsA2Jcawsl hau{FRb&eKq8Zd?a_LaB)MfSEXK+VgTDx)12ORu@BcRN@rbZ&4t68YaKgqhu}-4PYSV85Do?i)5 *jg28sR$VTFpyZ239nqNShKHu1*-+q(9kfqXE*p?GB%oR(c3;?TI}943cHffGkX?+ycldp>8dpYKb`*WKYCD+L^r OHJlSw_bj=7sk7u>J}S>Hm!+dV0jz h{yBrgic$#EAU$p?hlD9VD^aOG3{dJiE*ZtwH3n3sv(EANCTG%kXOiWBqD=A^HE>*~Yk8E3Qp% 22eEFh}(D#cGW#|wf3J$kqnBxqCn{}TAmfT^mZ7NeW5GUizne=c<6GP{~AH*Oygb4ICG@YuxXQ8q7;ubOMWBZiga |HcN6+|;fvRKbS14DJl@}ZaTxsG~OVm9%41b(Q~YH2_=CucE;Q!oEYPYXR>`Do-8vi6Svu^pi@Z2>#ou#SOsdC|! OIitq;lqHI3I>Ut(k)-Xa11EHvv@o9&%S4&G)}V&|9-PTDrcInQ)0rHedlB_;yHQ1mY)!1u0!CIlQob)-gJK_`2R 5IqQ}>Z>esaYb8$*|%0kUHl`eoZ4s8j_Ht-6ALsD{?3FLxCqtu_h*|o*eoOI80n!LZcv)%h)N~&gF>T Nx{;lsKuz*D$lA$U^dh-PCLSf$Qq&xmWW6hp=4vfQL~nd4rg+-IgYP-ZmrC}lr%5ekS~{QL@cOoeW1JV*667PMjM <&LHva_4x+EJ^x@IybitO#agK%eGl{ni?Ttd=E3M|BJ)oy$d;fiqSIY?9i{jpezvpN=HtWh u&@giJDsNHN!EQiY<+2b0_x;-HIZ0|$xKZ7vF8y`HQT?W_P>yhIHZ^#BFs93x-OUVG8MhUwGse?vYi>HO@A sxdkVC7v=v1PaP9h)r@-+q8iF+NDGZrA`GQS!LO`WOQOWZC?wA(uA`pAIIQ{fY%X<1= Z?h-3DR@-Wh9T99Y6^M&d)*@MN)Br_s^+$`ih?rvKO9S2!Ho?edj9;OupuRu%ZP0l~wvgq{_cS9|OzV-riTg~csy )xT(_5QE`9ULBiAdwlS%8ii2a)mAAYaDhOE;D(Rs7snw174yle6H5+S;E}ujH(esbW%sgZ%1+mssxtvqDlWQ_Zls =1{*eRft^XS_&nmScsnzzMI}em(I<1VruoNJ>pEwJ_-Qecr=MKsc;&E`?H3O6UQv9RZyXg4AXS-AQyAFOvBJdEl0 iU#f$1k4KlD+3neDm+zQ}>MOME??BRip_oYiPiNqo?L*DuUTMnS2BqBcz&!iTPOK6G8u =!QG=(MNG@oPt#urXz1K2FjBVelC_nXkfHZH7<>3@)zp2*B6cNENVaYg9FI3qdswtvlDWM?}$>}j1_?B%yq(_?j_ATxP!rR=}oUWH;t^aN^W;X6D!wSI3DW{E?StB` y#x`7GY;2b)iNt}v@!cJ=Dv={dv-gdA6I#b(FaYjCc&o;SMa;nw (HG6>Vzgc)vJgW#oyOeP{3S&fa|VPPr(fBPzEa+JHD;%I?pcZ4V!sTzVw>I@AbR@-{5?wrlK-xRn&1B-EJ(!E+j0 {*<40D7PuHd1XF1*U5XFfhF!u%jIC^)g|HypX4i1PGAmsma$bkcZ5)auwR>;>Er3&;J|NpNFtg(-3@)e(96V$^55 LK3ittgSQB&EaL!B*CyLs-$zK7@dh=R<`VygP+Sre1Xl@BBCT%}9#s1vH*3VUL#Ia;_QHi(?|}w@p>w9E1 3pFUWqo!!QQ?ACL+mpg>-E4i9rrwVZEY+FdE$gb!`M|powEoQ=_}VCtk{P55nb*Kb1R(uNGFR)Zd5i??~sO(}XrlYO=S~g%n?|IZ#(L*)mr&S~CZheD+;1*d PuCC6&n4EMz^hEEH~$K}h)-%segRytf&V+tBWd_uA;|$i`j7;jp;cOvgnrZ$U1dLOt93E{~*U%TqHUK#;RGyA5Z* 6Bd?XZUc%pav?uA%%ats@nxq*cbxcTz|A47c%!A_i;ulTHk#Df{@0?il{&_(hmtDOL~A6%IFTs(zgZ_L8@gD^I5h fo%{51zm5M1lK@{5L%*d)XP@dN3EVw5Z6wSp)dcBeG$806(!5**DPG>!S?u~=?YAH*5 ;A3G7;_s({O%CR71}x;=l+;D&oGtcnXbHIf@4kPy{Igoy_iv;f#CA RzfkxV>g8wfo+>A32 37K30a(GpKo1&co`npO^37$o_;EJ!4NQ0wKZk0>YG_Z*W$kDML-Jqvh`X(fJX+YuN?eF_e3UWTg|&1F^=kFZ2gn-N-&bM3B*%$LAe5_N!JaGcpL%8UI B6)JCzGa-$j2%qq3E1|N|JKT(0+~k@%l-iaX-g)69$)A?moajc>#o2)GZgOM01YFL34o^-t%Mus(#QWp*HR&2ptvdXX`hi0 )9aw$h`ehf@opSx0(I&>Z7t&je7n6~Lf1mphTO&+A0a=E8V3zXuOjBCGQEgE5ixj1OOq$y9h2Q_S#VprPXZR?a?# ?0>Vk5*FS!(#)ICkjK+otG+-A6nFb-71#5nWWr{#wh9+kyq2%3`*=dF4TIiC7yL^G!a`daI&zSo(>R*yti44G@M}u%z4XH0IIo$)xmi1d)nS-wJo4YFQuoyeoSB@**bj5^7n`Sw ED~4C_R5^Udgh%h45{@+_3f7HxVZO2u^=~s~yM(qj^*MDkjdVK$wr4@Pe`(XMAk9G##xs45{r0BeG5d{RBPic9QQ ^p%w}&EGL>RO@lPrH>yPwDEXXb$|wej7z{S^x1o1p*CkPX#LPcFiOUMJiH14A!6o8ek9({K0F%rrzh+8hQIk9~lw DVYQd)|4DrYdqE_le6{e;(@isVQn%wu9QmWILPA%4iUDQLj=!AI-eQ2elRBxW|rR;6`30lrR~hIPmM-L-EIPi*U; !O?(tG|t@_am?IR51Uw*D{!w)%xS(bS?sK|OlkKsibs^jvF&;=g?~aAss-9_d*n5K?ETi-l@Mg i}G?ikgXr%HDStMjZs9uhNkhypO=EWrSjpt1hmZNNJ%26v{s4@UUJ^McgI$AYd9dkbw^yjtX`f9HDh<8eDYpb!_W 7m(&_JrItIC{sY4ts$VW6dJTT$l}ea19F5Q`Td{OQ7o<&-dm$&H-hl}S!j=rQucy;?ajX(851|coON+yjfLr04wx 8hs?KG>$=c>w=4N7kHG}{b?vOyK2A^7quvuQVOG*~w7r=Av^zG)A;GODoCVo5D6xP49yrUYFO(kt $ld)fUmOzuoL^D$!cX)HeZ+^c#Bqy?wRJY(!to|vXgfce-Wu1d`tlp*~@^^Aj5JyIEWMi{@YgFQI5K{&?2Wv}1+S 0V?5p?hE`B!eh`NKjEq)N8`&$-4fS-emhYdSz2(-Ct^{G!|=NGraI7Ly>Em5J-%Y43O~vAc2M#GWVPFdSe7Y-pt| qp(3#_BxanJvn_Ge;a50~pZW8|%8+uq1Xfr&G$aW`D1(ksTN+)vzw3mZS$Y%zvvmTRms2Yc|aH7Pw<8qu2?-(56T&5G=>6sIaYgZA@C0^_m};@bwIds(I r|%3jd}8Am-(-MO)ImQp~GP`%%-wG_v-_K``k`wV!b+bwe<*J;vTR?wCJ{*Ixjk~5>oz(NOB`Vc+o5?x@2v{u$Yy{exn&tEXYP>ySk>xhy!Hyxge`sWLm1J!vI@7sCO{h )`WcEdmv7fM|b#&^!mklu!lCi=x|{0#nG|l5KCZO3bur<&)ED05`GFATXQ8STzpUv?t|cCPNgyrBF6C0X|YbI^BM 1*OHRf?e#BHgfvF_h_fou{+n86^rcFt$=eBc2RsG5gIh9dD1k&rXVfXy~@^G8+&nNQsU=n~z3HXc7Zs~*FQJNh#YUefj%MysE=*}$Gz*))rQUp!$f I~B_uCgz06i;gXr!!KQYpewqu9ok?I7hN>Dqlsl3vzXrXAPK*+p`|$w?iquYbP!sz6yx?d;eonxZw>Kv%@~jLdr+ lRNSB>434Cj4t6k9XW%@-GAOZzzhfR4BK7<|&}aJ`wl`4l)Z=a~av_%c*AM5IHu$d2PbOc HazVHM>UQQRS&l=d0)o_)tK)%%82C`K`{-B6k+!%xMB!X<DFKzN&i7C=U!QrGK08fs(>tQAWdDJ{= 2l`XDk&in+1!Hb8R?eW`sOAo6vboKRN2YgE%xks#Mm?8R||aCt0eHAM$)#>&EFeytr+r^{$R>o$(O_NKX>;&q?fp +|{i1=0Pz+M!`aw)%(1SQI{kq5hFGV46}}5bl1)?K$Ju=rp>s7h CV|LrQqO@$4d0~>ZtxRub775{Ed5b&DY<;YE6$U%JI!BeS#1O;Th+$JD=ZY&G+?@snJH-dJXc1WH5n~>W+fD_ULa 8lwUgceV6Ieup!4#wl!wdsBFj|k=dVrrlpsO8qAW$$u4$-ciL`W_tzhyp3U5NC~y1$?%4sNSW39XS}#3FQAYEyoau|9O0EW8jgYC(87eOPEP5Fbq`sCws`!v fIKgnUpaD#g_5oIC4MB6f-Gwq<73M;r@bLLrwgh_9-=m*pL8d=S6l4FR8xRcwwU4ReZ3%x{<7FI&%HuuH=$6UDYM hDVeeo4GA~(L*&WU|FC=3gVk33RsF{sjd%?Rl`3}ZB7qj!9t1H<~HM~C8W>nTcf2b-BA?R8d4X66N-fl0=oUapbp }v*sn-wsu*f?=fH(cRD}u$Las$0#KXPzUdHcWzA@@Ni@y$MT$k~rgyBsIwdm{=zgT9Ui?J*$1FirJ5khtcvRBi0y#tthUstjpfn9X=3^Hq5jLU{X`I1y2j25e5ov K!ax(r&vbFwFN^{aiH{nV+GLB9qSsMGb|n%BXrRxvkfatIIKHp( X>yV*O_n+34#@B4O>yGAzq3D9=yx;%qm}?>+H%C75!t8Ll9$a^7mZ8ePsToPl^D%L>Yf=X9_W^oUM%W;HiYnmJ)y %Oq!3Hnd{Howb$9U3Lx1d(-AfQj|pePO7U@I~a>kv2x2YE*Yk?mbysYjfV`EQHEOkoDx6W(iCM~6(+Z8J#;=qIxZ IVtH!M2vmzc>Pg_NbJsjeN3%e*(z@Zhn-ZJ%U_nYaDP{s89m?jWxn)dz+xOre8FcuTNHn-YKYVrMZz_ashINd-!Wb?8R|hfX1!*G=9UA4 _`B*msvW_OI|h)A67{H-QNF&K#hx(&l9Sk$$8EXu-gc?mkzOd|Ebyb7?bDHeCJI|HG^8G72ee?>j2nY2?-9wQtW2 ?sFiOaO!BBS6nCVjopkax!>mj>lD6rhJH5qOS=~-x)KNR5E5NUY7$_v;{FWW^^uVFfS88IkT2Xs_;+7mx)ZKBerm CWN?K~cCihO$n^2|D3_57V1SX)Mc3d^x9Gvw!npxBp@Azw`MzkA7;g5N2!j=zv q9HJ5A(Uv4tzM1nF=2($l28r_*|M3}%St?`&8PSr~${7!lk-XHwES82lv0q4lHb5yT<+@?d+cqkSJXauCd~eQH&9~*mB6eq$UhptSw!*}?G~A{S#Wzul+gv^95T9TcZ`y_U8BN>Svu; $VYloES{z!t7g3FaImJAZz&chq7=3;8g^jDokNf+EkenalVj fe>I168h4lk8#EBO8&$T%7H^) J&IEgx5CeAKQ ~j!JmE=TJSC#Ae(a)^7c8hRy81F|+f&u4+?UK!4g9L)%(XSwdnLo%tNHUUyBgE->-=A=iryvmAJrswyhsc<BfZ OX8>^a{Hz^ZIVr@pSH+PvsBeqIu)#JcZlu6>|kmTQyoUO^U>mJ4)c1}wby0J2i-ek`OIP=)r(IRk@!oNY|I^fSlh !mAb#6*xUlQ(43#npQ^-K(5|jeCO%EhRZYQukb?YXl-a64|oxBLIK#WmRVX=Md`omm4bPt0&3#i~SRb9PoW!byU@ S|-VN|7rig6?82A2V&TJzJO!17}V;RqUew*+Ip6@SA!-n#SzDIQ6!+c?{Bt<-;7JV(g;0teyy8Su2v7B_+2f1XwwIin&9;e{~o&7!VQ4(C?UG#$P(2u6hXGT!7o|YhvVj fzDdL#S1h=&NmrK{1IJKmW)m;Ukf2NNgKgE;pTkDmNr7|b6Ogzpn4HVm;IhYs5{dgCh;?5}ul7&3C`E(?e3GGdpq FJ`yIPEsXoo>j=a&?hFp&!YgTn0cV3#V_yBpf;z3Vr2HdZ~HZ51nfFNN?*`?$Umx@MjV;`b{ZT}mMgNG^8vjVixWAvV)hGE`BBCbMk!l-)OO*sgF9iMezsQ =Wy54^N_#)LAH2^MV5^Y&CjNPl^QDQJ&nb*B7bX1NDMv_;QQ}`}yFivuQDy%(;<9uU+o_j(3)Q0Ya7S2~Hh4s1R* Iq!9^=jvoRqyQ8xDEuym4Sv!sykN9qOX^0ZVFC6i8i^ZQ>XbNOXB!2scV$i<8E2RJ1Z`)M04e{asAA|9EGAzm U@#bc|lLpUci1CC&t8mN?>?#$hd+BjY^;V5o!ZSmb|Vk{zFIQL|1*xRQ9@_}zNLoMY0QKovMqSc^p6bQp8spTkInMMJ3M+wr7O7jKs#ZlmsM*)FHF#?ZrbZ4dV;BCcG+CZ8l|4Y4s^g{ mOIlRs}+I}#%5=q0weQ*!1uw{Q|=ER)v82l~o1p&KKXmn^@bV!IruN2v^#3}arnFRu}#XbT#2g3mdqjj(8j@HrKd gd%9>49e661R4-U|qJjq|V_xcPcD+81D=lzgUnrdNYpQ8m6WiR5#G%ijS=%>`-S;Y~w^?Ys;9CE3k(L$oj4Fg+B%}99OV^-_r h7nObt|Kix4SW?~O6*-nw55y5{Timp1kHP?2EH_o`p0hXu!dcBbBFBSG-P+QcfSTzlW<$Zlx{5)Q@ao8*md`j!$< D6tJgMsm(=dVhNXt=ni|pW`|TYayN~pS?$Wl)2ygecx@6?tTpF5mlB3(kjQ7$D2?P1&&lICEGdc51=><8lNH(VM$ yq(tO62$C3#tK0SEl2wBA2Go%F7s&X{z#fwk!*CP%kFD*0>(UW}N^h%5svx=U`TX7LYPm;BQ{2eM@rQmuS3F;H5m 5CW%I4Ga~AIB2f$MDrt4f@(wNile2T}E3cJ3E@MRG30-z0-Njhxt_dq|O{F_?yv5_v@V0rGuAG=|%N-D`C*fKwkn D)$rm58(UVA!&S~1FK2Z;w#e*sZ+D)3-p`;cdc5EIH_<@K`X?V@IRwp31*f|ZvvWO963jkhm}6cjy|+seXCk66+~ ZEke;;Z@B|!+dS!Rn!5r3}-q^S*v4M@5#$b&efLL4NJmot))n`MNQafnc-E2WkFvw%6@F<#m?zQl2*Gg9GLp~OzHT$}Mt!Gu42jSjVgn6Mr;ab6^Nm2=&s@(R>33t6?DD^)F=h%j|x5Kz~lXc B3B-cO>zZRc4PWf^9;@*2&PDi+UlnqOpxt9-jdI55bTMuKpHGo|^Itth*mr|!yYdUz_cn;hPE(3}U;5R4w2AH$fC oaWO=6G3N7nl_erO&6BoLJ#jzB(X2W9$%UU4~{!~f%C_~v4ix3cQo?8YVmg%GtqpPnWM+=;a8ZdB-pu6e0I4s(R; jlInG72iswG1>GHU-p*a+Ym$)D1jX9A`=t0R>B{9tkfut5;cPGb_wM{Xj(R9uXp<0EUIAaVl=|zHicCjAsf)KjWl pqd>V)4~CJScpUKrU=BGk~i>!_0&=hgsCaP8$ktGRm$g?1FJ_E|12u!CVW`by22J^hlQ?^pUeHvH{rtY42N_fyUPYP16Em%wiLq^7Kj5;At&WC2j%BHJw1MCmqS}*M-~3ZHW;mh2^bWtWIP<@Oz;&08R >vh!vEo)-@&1<4p>9eP|IdKst2bdvS%&YNAMV+AxgkA7-QHi_~T6Q+IZp(Dsv0nB+74*uf&HWPVw;1+0mzpEabv( 0aA9Q2(l{i|ve$bSOT*phJNb0}q|*E@6gw3BrS>CR}k0tfvw~TuIy!oihYNe9uKrN3sB)YD*F)n(H4>;38qbiq>p !eCy?fkUKX7IxLfO+NUid!$P|8$1jkKNX{iEi6c5ot^Ma$zrlS6U)^`?@?{<+$*v$d4Fq^4;v(^ot EQACmR(a?3NRKEcXc9u;>tl!|cJnx$ZlN>~BMwq&zNSY sQ2f>{#kP&`ep+HI@5v!-$uW2W#G>u8Py#4_(a6Drw+cxf@L`4yTg5@^@;-r(yl6KLC`8-5>P7ztRZlAtcg`u%rL (@StTMAf~zMGaBM6sZSbPDFDa>bOt@aZxM2z}~Llc0w^VTLXYw!pd3Z4~!#96`Yvny6>aB&k-(x=RTL<`&0Poi0K Y*0pTJ@ni)$*-0bx|B1ep$tka&J$=frY|=fBw271jv_|5&n5ZU^qg0Ui4bu>*Ve4Uo({wg8 )1JmFkw?Rwtqz`q4sF^7`w<6OFETA~$o-STo|;^yjRsHliMrI?mh>9=wI4jCARfgcs@PCgCOP4H2ZV6~U_k=ZS=r d5}p8;HCPDm*biBe|$xY1iK+I< vn;#Iqumd6z6AK`p%aj#db`Mco$@W}ZAxCbdbeaN{x{xFh0$^#DxJ6a2iSqUp^FgFqsWzCGu5A4!WJc=ADkkzm?2DeR_N0}+-Wvj!K80ycP~+S**=>vX%kI4LY72y_u~Hg3>^oxLK~xle&r{qVC{I3kiA+=nt7XzZJt~iBEH*46HA~U#Y@ i*gf;wz1>vM3&a}J5XdN6$ec$`$gd_i(8*NGvS|BW26-lb_UewVIi8844Xx-D6pKCl4^2jMOq??~wPglWU7=<4&v Iqb$Z*Bb*Fs1;Nz?f<51A}X8^a` `Pv=e*$`iBl(nsXg`8`Oz`zD^xt>ZvdGepkp#=*eQkGa4Yeekv(%^$%gh%Uy?LbdR%co}U0*L7zB#q hI%`}~Ag*WXTx^~5W8HUwGYp;bu<-fxB587XT9#PtzhlM+{x_}1Gsq#4L8G&)d&Es&Oc0`mzQU6i}gu7EO#P$}*k YcOb0j>Ls+BR7o=`ufuLQ$FEn1S0h`75^cd9E-;nV*p^CIr`L_$&oRLUZGCZ-DF>MIZDEl6DrW#!~Q_XX<)NQJEA aQl)S#;73}SXd`Da=tVT_s3bW#2K`T?)StK}p5BYHyT1e8D+rDg9EY#V@1UHOg5_%C6iMb|pR7iL%J=9*j8G3t@G vlkPmpKk8b-^}5{(O_RVLRT7|0MQni^66X!S>-d&W%vWZ!Qiz?)aWgd9R)*_Z=7Ayr4vQBCrm{sGU_JqBPv?b$Z3akO-WJO%IdG<$ z=WoWE9*w$vVy}b>|6|HBe$)fUREtgRdfBPb5`*MO(}bkGt@VmigZEoCgfb)YEjN|C-m~K8V2DE7acC-Ty|)>fb< RDLSillXV|XAZJ9R8ZN`;ez$mods^ua~nCD+6&J8Xu>ik`ZZSF}I(7{9j>MXOZo^;nIj8LpVObjOzye770s=SG#n b@OvIk6We17~MH3z^>T?0i=iC_ZPuOhe|k>=sGnam#n@F2cbJe)IxC3cCyTZ*U8x5njifWD|Dx8bWzyLk&t(k@mIeTVN^XMQo^t7^R^@<%`Mr`p|gK_6K&y{7>dvN6z|U3jb8;QIG%{7v3- %DwYX_jgodO<$=l jN`Sp^D{f&-AT_!GE9pAk&R%u_$pm^aC{pEcGr6Hg|Sp4ta1$X+lT3#P$*oDtE>|$MesyZ+ARPv5VuHP$K&~&F}F ^!FM(|@)e~`;Sk-^J&2#eA#xk@o^40`8h0jY0aq+0|S`dMbfVVk{2|=>@Ju2qi?VY_|rqLRx_WAOpbmbfds}(D0l}&OE< kBDVS&ERdfBrx7DhaQD=8w{sZ;M=A&2F-=7mf#~4GI#=Eb)Cxz~Wm%6HH`i_f={+%m!r{T7r!y!@bwIW59L*lF6# HbX&K?RzU-IWTU)Z!BX>~Rkyh0$NUtk`$>5#YFa6}xGrII^d7~sxPl!T8DA=#gS*GoD%&| 0_o`UsSr|I^4kkt>G$4L0y>H^};FJKciK6%2YzH%(&&7^*5G{DS*hAnG8~I}{82{w{X^)eB)u)` =I=ivvG%h^b912VKl~gQAF;CkuzK_*ELsA79bCzHSP#_?j*)*z C%qP-ilxL`P>YVFn0jWLAwo!L-c4`3x*#{^8(rW1(FD1r;-RDK5gezGjg&xU<|vaE@KD4v{07fiAXReUyz=#QqB( 7BHJ&GF;JP)p}l+U1R%Lr3C66=+%<&C0xQf2hNo7Yvjj=t1a|vS3iGCJ_N$Y#8zVOp^Tq+c!!#jh=3&y#DM%a#F% sa26=`QYmKbCb5@*##fGutaf87#)~nL#?Ujij#^2BP$IcI#Ofd5dH!4nFqEOu|WwWw`5G{c&=$~X_&!nz>MEH4) `S?Q;MtkIJif}(iB|O&U$R7TAQI!bFBbghb}Wj)ki56N~IIoKoFTL<@_#|j04UDcBrl3oX`B6zZ{!%G3l}W91@4D wDB4?Qfe$i*PX7x76TneSnU`ZDzvj?GcjtGTd{DqjLv%#T@qU2b^E)se|iJvT~HJO#PRX9= =ODv80Rc*@W)&vZoT!<<5T<@!0Y>frqvA{c_xX?NC-Ai>zT}@hQb`UQBzE`{M 3;0z`B1z}nOU6exRoKH8@g!`0+j$jPVZU3S+Ul@ur7b+yUy57z^+Rs|AMoXT_ghRj&1g}fl&Pp-3>gJPPmBMd-ae +o!??})njko-DmbdY+fhMDRjbl*JC!u@8bOT6=erum?3dGarR9Ni~2~sKcW=v$S>?Jxg-?K7RG} M&!GQ)ACuG$sQ_-%y{~pofTg0+`4$Pk`m7g107jFLqz(j1qj&jl{gY%k?{{|08Aki@|Mx4dG?nLQO|D(QP(G(vh~ rR^&Yz~X4zb{{a__}vl32b2Dx#NTfTFL4wf|OK$bIZA|N#23*TyFYUB?VEEWP*B-oQ>m1W6rF^&RhHqoR|FT&wSa 7TD&m#1hEqAD#@5hnc=~k_=)X~4t5ykB5ry> n_pw>^x2l3n%5W*fxEIksnH;g+!MdVq0A~vM5nM;uu0HBT<21DC1>;EqL$bj!NZMQm?wx~Kf`_N_z|T4o-cFXb@R W}=Q>wT3KqKGY$I_lvD@iJctb=q;hzVT5z3)ux)_U*hmlhOE+19zi1%e( n2!?h2Ww(X4y+64Tvpl8r7l2#Fr|z;qc#SS+=O!N|8kzQ2MZLz3?pr|n%aI}gUJ2Xq&zQX^_E^{!q %HwJ}Db)`)r<~#`;=&@Pf^o4QNv~Z%@@ml0C0hmt_x%Q-~8XAY1(YvGbCc;LLK+0kpfL)~J;MLq8Ox&j18y5Hpnh Mhudp!1e@`#a<3B)#0H%js#hhbgw<66J(#o_Z))$W)`{HwO$-XkWwYFT(+GU$aSkeDNWMVF5h|5& t4M&WLtTy5v;Vw`r)U8KT4M>rYjHM&kl+uiaFt25F2@lfPhm=tD$r}!Lv}8CfIH@mjI23rtp-51wdQ21EOOPlgGqo)i^p$aWk&F|H(N4^ju=GvxDaPj|o&~#J>R C=UWY9(=>Y^>+idi!kv=oiRD`u;=a(R;5{=~^?8t^Yg7jAueJe{tinwfRCa)}{O^OCYv~U0FhuRWGt8+!iNCO=ul ~gXBE*nx8Q6?u+aR=f^;FxU*d_nCLQqeJs&fFo0?W(q<^>!i+>!jvneJGK(6fX`+j|HJ_uzluTKrG&|`uyu|7RYj &%4X&PfxNQ?zdfKuv5cNyeH^Q0}rsXIJNPQd+^?VT}&HfDb03WU+x@7=M<=4! XB$VpP;&-13PH?xUARm;6PMlgpPxef}OVCqGJ@tjSv02dA+%Oe6aVV?|7%>p*WV48~bW ^Pqa5a$R=?gkx^0Qdf^zKMj94QOnX4x12BVDoEw9a{K23m$e%vxWBZKtW;7Lu(+64Lgx_fabIg`7xT7nhcUOOdJe y8;9qphjp1O{0X9k1wZ2F8!0yhIDfq!NT}h`WCMy;#u^Ezm;ehYUbWALlBJfsH-@DyZiPokdG1fl{{diF3rsQ5pU jXp#Ntg!ueQKeS>LC98?;Dj>Eph!qz=U5u!4jO)U#)hB-cnXX`EPk+&AD#K6%IX7nR(*JwJFvP2$)_&jrg{VZf35 A@nORn4=G7?hTULkSBFa8`|n;%Yh8bhv00Id+3nEyu1 1`2sO~NZ_RhaBu9)Stkzd=+NQUiPqz{sGgx39AcEx1~ &`IRW5TBj658`(EuH(8rY4CQW-mDxkg(b%Nz7Z*@XfLPRZ+26Kj4YXI+?1v-<6UGQrH~@70|$ A)zo-Nd#-5%n)r#6(lw;UYEB$?#kmmJS8e()O8cVfjla|15T!D^ ^Ppk_n)%>iNxA+5-+P8OvR7I^BETvx%e7@Rl8gKDhaFhW_}=VF>n=k|M2@zTAvBD2AgoONP(*U!?mX?J?@jk&igg P+)67&_IU>A0eP4jDyrMxIYvA2)9t#Wk4Ret51159M0;q5HkHbopWtS%*x1mkq5%btxJ{2u;M(j2i1aP lI@Q0-rI5t>!N|B`2tu{K{bqny3@M9(6=uDY#LIZ7if|6lPF&C~;W&FTbS!_KuF^-@W7G3?<$8ANo9B^6SRuKvHa*O`SbEewiJYVwhNngc7qRx$ -1n9Kye)B7&eC)Bz%yu6V3GrYXm(2LBWiqewnm)52A-?k3?0M2ic&Op~CH;Ogg=u&+0;F0JID7zo196&YyMl#}EhOdB@HuuTz~HLRU>Gm2zlZhGr@V{NYRHwsQzzz)pt+4Uewz3`9AT LT$ga?oGlnDRcG<2*F&^}$2JwiI31e?ea9mMo@Xg)zP&Yg00EDK#9qH|1)ZVi0RWe#PmSzW~b#6`M44 o8mF)!in4M;#el%+nt)4JQ`gJA`!nl@mBxWI%p(@9J3CsOjTD*}todpRMULr2DLziNh{xn`N-|Kz+;9X>R5MSBD#6$CaI<+N #nm5vP9LYJ9fKzlB)n2S7$)!&6P0Hw0T;_lB=bEfH%#9&zhy%P#DS22udQXqBA?E`Ot 0H`p+`^W-4qMYcpl|EUiZsG@>!pwFa%lq9qhfR|vFUXJ*u9F3k;!EnTN V|*Hr&+eT~(`fQj}nZdKY_p((@is>2mLq=mk+gJMN-}nXP6PMp1iuOV89UAND{LqTR7D7jGGSNm0mQLKeMG`}Xc= LyU#NJU4KSX~4P;#dgGt7H(7s@lCb|!IOu(Z@SiVBH;-2#PVfQ|usn(o$dD6?{~7dOyzpWn`^F5Gz#DWJ)UTPa#gpb^c+IH!ks!?%<@%zpj0VuW3 IukWt+_4t@Xvj}ncP<-8UQm+o3v>EGjLQil^>U(5|<{!TX#cglf-y}a%MT$ga8E|NaE#1f&mL|keI{uBTz3R0M(_ kpn5wq)M*(46zS^U&3?(5OE|xIn<&$?wE~=!?cI%flDsV%<2@_hUH=Qfy#Z5Viqw+afok@aJK0Hl7VJa>xD766@+J95^+8-=)Dv!M 9wM{?(4a#!iATh3-T|!=^XYW`7#Iu37%(b9{N;vFh6?s;>(xWtH;?Z*|qOKxQwf<-|tp>81HyX_+0R9!4RN!BX~( 5vWwM8nOUH&B;rG#E7rm2n*o86^}N|%b;?Ca)>f_Hu}IVL*>!h0DerOIDeuw2m)p;@u@zkWTx_+q3-;pv_jPt%4z 4r#U559x9>|7Z+412~cG2*B?IMt-e7QY0Hz2sL7&C9lbf3c0AT3%}ZqiboiP}L^i9E|b$lX^=d;d*&0#%lD{O~c! rt)OW;3CN=P_{jvw>foDc07r~Xex193{4OnT6-6YnUqD?FgUA$}AGa==!9FLPS7zR n)y&XknOkKSiNgFyFp4BjellhvYx%8w4D@#$2&S=!xxw&A+nM|@LN{2)VDpC~|y0O#de>eLbBnA32`(2jiST*_}s YLg2RRW3yCxGv5%TA2I*J+KGmh0Y5JZt!@^9a>e#Ky8Shl)Rq!PGAMQSeSa`L@uYTQ7!bSYL>Y9D%)rTd<6l;w$` WvD(Y(ghT2vI(MdwSAw^nacKo_uj2rJitgvecYPb-bq;o;iV8!jHS3%-EQOo!&d+ aj;`x7B?q!xFI9TIW`r@JJ1Od%g?{NUI9x(tJR(^_P}sd{2G;`NQ>+tdqqMo{OS6a$EZL5^f5X~D1Mer+R$;x?uN 6!NWBm+B1q5rzZjCksJ?PSVg{hU5&e69l@u%2k}~(E>&#=9FIl63V=b$Or;&$XZghxijjKmiP<;tpi2F9kdcJ?QZ CptKcSJ1Z%k+^uXK@*TQzeD5mE-uJ6z>=EGuN(f7OWE-yE*D@{Ac^aN6^z-!khf8(&!P4DuM6j!*;m6^NoJcTKEVzsI`J3T+Ik^MN-2 LnhZMEX6H|rA+n3*-q84X7aB&tzP1m@QSvF5X*l!r^yc2#tes&csEroZz ?^;&C%5Ms;DR4?>Ir4y+ngkrRLpJ@$>;1_@1mek^9V@IbnJ9o9KU!sl$z;A=R5gAo@BzQDhQoK&n+sGvNTbIBj4t Bto`*`bf_7qs@>EiwSY~(qn@bXxuey;TbIqpWQm3<0`IUedx+bf?V3>Ru%g-6)E`2yRwSR-3l8veT$uaP8hC>GDf 0tPN-j*12Y{*>-sTqo77t`NfI7t3whFWaZ`#&|aRIo**rAe)hS!vXr6Qxukszz2>XuEv?Y|rN!@imq+#f&pMH3?O Ad@1ranz1U$n{L)2F93>Cii87}gFY0F2J&n3qk?LudU^-ojJJX^epQAvQYj=h#l93QVHMeY8QhPJ;FlTx$=bsSxUZL=|}5a@#Vs yh%BWP?cU8G>w)HFxxh%6Bde2?kHC^QZexsITn%nkfmKmLfQ@q`84toUPWGm_E_&ldMOR8B3t1Ta!w~PnPLF?EIbgf>ug4F+VeO;(Ho1lyXvv|=cg6+?;lfPTYdUaf-$8 G{Fs*n!MaWEWDSWxmw`v1h=iPB;&NyeWjPI5@2a)f92a%Sl^KApb~LUE$q5l2)>I5W>&G(eQtu$J!Z25?@Jgvs *7D15bpxBtADbfHRQjyb7JX!Su)q1{n^~F*dos}=r->Wn$D?(%PC{3yedXXZjeYyo>~FB~*l`3gU&#RP_a(`fY`E jMS>nF=(IMXMKmD54anmAaUcd=PiV@9^jlnr@=xyEaX*$$ZoBkJa>yy|O`a`jS)n;K--K4@ b?|!_uqKFS)6T#QQ-IakZmOk-vVN5LrqF2CfIa7Lrf_na>}TrHiq&;$=j95K!ReSv?_G{1yex+en4Z^|13H}-wf$SymfO 9@WoQ5Lm@0TCFIAoBAvhqB(ak1t|{f7CoVD!)_(L-sa&TnDOYq=05TH(Gf)B=$##X UW~uy8H23z@Z?d=5-==%yIK8Wa-xm9bcAYqypS*hVTnGh-w$+4_H|Bu(J`-eXXCRneKA52UET>h#{dcUSQ%(7AS+k9II ripfrN;?H#OO1_5Fe->{w~jpR(Q$eqQPfUD4xUUBGkh?7E_m0*t9`TIi+v`VdMXQ-ad8SUXIkOVo;?OtO8Gpl_oe kA09DA!wlPJZ`rW&I~U{bGX{*cD`=`-5kn{bO6J=rqWH&nhXjY16E2HTXkLR$d$FZGKSbO;2KkOrq>K8ay#{|<_r ^L_Kue|HpLu}&eq*wM4hj3})lvR*%d-8`rYy&(S)kn?Bin3uXED`NZ?++Tc$?sAlod`&Q1RlYQ*qV~jC>cHrntKP qeN>|MVk=w?(S^m82RPf{A=~XE!$$&;tK*r4{z)k1NZaY2mQBt#DmUC(#X&U|-)E9Jf7{`pav^5Y!vB!_T3 +3#rq{b!`^wXHC&Rl(bCJlW8N*=&SPPk27G&NV1iI80_HWYIZ=#1dUWhLh}IgD>44gJ_D9Ea3lWe0$Mnl==XcXDt 5lygyrm(W&%TcU^n-~ESlEFQh5PZ}SIuZo_ud;wZ8SfV+_wWtjgLxbrhui_{B+<80y$p&lRC9>cB}TnLGAIP0qRC*`UR$c=pok{P+hPuwh#JHT4Ht+YalT$I00+>~n>WGg LeMynDac$5T;q070|2p<=r{)9DVa4>6H5~uZWFfbpv}rVnjbY;H=&NkH;vMAF4g0J${pi+N!(!H@(#>c3VnKQ1;2XCA>W?h>%Mf520$SwIhJ3gC{+>YCQ pHaaN4xtJz($jjq(WW`f>$jF`}zA16Pnpg;yUHG9dZA3#oSi=y_HCOLjrx5)1~0WP7LNzDK5P6$3W(6zSjzeHzdC HHE)Y^I;vmbOm{@(Yd4Ua@gcYfN|<;Iq`;1dpR8IZX;$bLXFWl rzyw&C-Aqycs52OT`$o!dAAP5HiJ-BOUuW6t 22s`lOfZDoe>qt60UIP9lo@BH)0KD6x{qP+AE+v>nwHbp9bCpK&b|t&6dq=P-l3A3!wQK9eb9{|3c`jB=zxU#UK3iFqsebOK9~b5@yMBkvPX(xR5h^& ={vjoXhOJ|K>H=0`lG`}0og@m9F$#K>OU}0g*_!e9A?;u%ku6FtOX4@^D^q+oT&(;+^qYPg5T$Wh-;>l6E8{c}qO gX`P0e%+%4Sx{l?{MQYb5=QrD)u-z~TU`Q+H*k@Q`zvfm6ggAZ^(3MRm5}tYJBwL;P~EX_oxMu7Pa>+^p_c45c1I {@alEFAOwI={R)>933gL*<}zeqCFM^pwAFrj|`UxuKyBAz~@pnnO(TSq1z{RkW!j@Dd4Wu+_Z!D+I#3N%v!{P4hNn^i_~Dy_3xwhnz4Yf_h764U=^}>P#ztU85i?(c9_=Ka`J@I1su7O7) u!jG+5dOSIyNrpIj3QI6N jaUzEoMG|@kRp?c=J^eWkj`IDX$Z&o(@DSp)j+LV7`(~0@UyZ&gxe3 +~_BEqhX#ocB>+fmvz^Bg|ENr~gNn2Wm2ljhkf6qB~k%?o&DQLKeF2Bztd0AGQsMB>)v(3n-X5vqheA8@0W5M&2O O9L*8BLy-5SNes7Sk@8d9|$f)Db{C;60I&|MuZg`7I1oVkRbrC)vEQ;QH9mvXgvy3k* #N5b(`L*>r+eB74y4Ox%HU{-kx@(ih8kz$i)ie*5#5!U)axBKJ2e$_vWK)HWK$*RkGRtle?h31>_)0d8IF4K*<2NuwhctSEB+V%x2jMNO+lI%BO kPuxKJnB;}l)Ig+~4mBL}C5ps8v3Zj$Exmk*E@;ttqPgLun1N(S<@1vSriq&~dS5rp)MqyRqlKC+*=mFmBC1*w1b 2AEK*Hcp>|iYt+;A_k;PE7MlS0yBsb?z1oQrSS(TPk51FXlIn&)xPEP&ZcQ!P ovup~a6jufAwQdib24D9u9IXBPR58KM^irNi>*|&?E#O}=M1siVOM)bqvEFz!{cc~GUI`x9I3bpz)^!-)t10NsFG aSNAdcmb2{0{_%&iLH&SItQUMw|&}!S)k<0@#BASZ^FsU!vDn92mVzjN+l_`V1K86S9dj&uj;?2fMU-- 3-gwa}+Lb3Z!Yj=_FYR?DHD3t;n3N)VBf46!r83p1Dn}WmwSe^$*nFneOEHokwz3aazTKGrXaM4Ay;mgDFBQ3@l2 |!=)SoV@`S=&@^FRObk}Ek^wDWb0SX3`io{QTMe^N5iDoWDVbBoj4@0WjL7I2E-joGvxr;5s6QhQpO)Vi!q~WSHsd%bPu)$p|gND a!nuZtnUI>r#W5X@;C3pp)g#XLQL+n-rUiyDK_H7Y{_1>S*VJ#&DX=xhMaK jr8jE)4JFp|IvI(n?EuI&o;b#AQJB$Q882F8%f~3xI+TiUW0iFj3l0MCdro|tU;m!VCbATm|HoJJ*Iyc3r8}&l!9 +v&@R(q0;#7sbVI`w-2JK+#a?qFYTIT=tamYe`RlH*-!9Y3e%#;fHVCwMo_sEx*!LXb0-no}?+MoMbjV$ns@*V%J *YC=VI>4Wf9FUzNl08#E0jy+nBkF+ipSqzZPFaTMQP9&@C7Lby!*-SNfbh=)+bIw54J@rH9vB_kJdgoDAddP#kHU j^5FS+PbJ}?iM2UD{jNySYiwBu_5xaRJx)}VdCDDgR*Yc+pk@@P$amgz@z3?Y-KNGWiL!aUrj|*Q$a^XQ!h|U0|XQR000O8U| MBVlVaw$!=wNJx!(Z*F8}}lY;R*>Y-KNGWiL!aUrj|*Q$a^XQ!jF1aA{;MaA2CUVXEF&%fP@`cWM9I*?@QR%5RiRQ1cQF@*KWPZnGXH64sx7t6I`*a<1E?4ai)%Nj|Dh@P7#2NASA@e@W0K_*a5E5&Zh0j*}$V MDQ?z6A0E4yp!PO1YafiHG=OPih2{>Xy10-$e-#)J*@=4LGXxfwDWAezk}d51fNm(JA&Wjc6XyaTV)-Gr*0@gnj) toi+nd{QT}6D^z&_kn-TnCkK=5~`3QcQpiA(J1nYayt`R-x&*UD|*Q)njnm$mtqzCwOVh_r_TH(zEw<35K!3Kg)5 Nzc368sXuopX+}DZybmq~BBTe~?4JC*{zu4uYcz9z*a81Ro{%6@pLYFrL58p7_-C@)8l$itbZ=@#ZOPDd&{Bae1mmB%>Vs^#CS`5w=sAJ1t0n->TNc-#qokKm34)H 6}xv;yjxUBEmYL~sj&*#g?Tpn&mORzUqH7BJoy7Eu391|(*{3p`Ei%QvPug+LJvA>-g7$nuFkpN+73;tmr-F_jITdvLK0y*SobR3nJn1|Q^tR$O%*PsnyAd4rQ^z@!>4 hMP0M7G21>KK09q*4k9qqjRbj;8Dr=#B=oesL$;tce&f#4q8k2AoR%V%JmR-6I+c;pO>?=Q|kKU|WQ#_>FyiTOR7 U>)Plndsm1XQE$!*7rM}h4O}-h5E*v1^k(D7Vvr2Ss1rd&cb|OuW*&ZU!Mi~d;cup?WSj=+z|u^Gd}A5p#+Bz>^m EL^5U~GFTXh(`1Rr07>7aU03S9dxI4kGoddaG@;ShRo^yal<#W*gBhEqollA#In*TD*ckMaA>*vnF{QdD9jKeq1M frQ4i}C3>7kGL0xhU^4f+Qk3H|X10R7#A;6Xh97oh(0F96%lF30_smxC_1Uk*Cjb2;#6>T=BI(&fOnixu9s9C -1w;cM;a<`isG5a~Ffo p1&A!_{SHcJr7=jd4BH_%gxB~0M_E)0Z?_Y`Wop~krPX0>J!ygIW$m4Y-#_h(dfd6-11-$y%Re1jVRT$@&ufqEJ3 PDm$L@D9-Emxzz2VRZ-rxg|z9&xqey{0?oYQ=kk6BzFa?n!X{)u^ZL8oaN+2KT#NgK^yB8qDiBeLwjc)Ia?i;Kcz 1cO}?;4fKk$uK_*XbPf9Z_%*=Wb=Lqt-_!ieWVxMRx)%8OKi7gk)LjdFJm6Z?pS>3K_g#zmUVJU^=0<>LA@@Ag Nr=&#%R}H(rNw_Pq}Dckp${zw|oH*KGukCwlz#b&w0wH;~Rj@YNe2Uw!pPmG5r^z6{g**Kb5W*WZYGzjzb+yDh;b JZ?9kU$@8GPn7vLP9;d9s?&N4%6aw{v~wN7U1@y&cnj92ZEgd<@4F3r<+j@}{tw;;I(hmw;QcReg FO8HZRr2*E6|RKE6}d46`+&F3eQ=A@w;^e=<2Bzpx0Mdpq<~j9qk%+JIWh-JH~D1?V!KIZ`XDEcFgnLx1*l51W84 4{(3vcC4C2;2X|oIIsOjtmzxNdxV?9P&ve|WcuTO4$AMrojl+R=L4LXFZlr(wZp_2p_n^Fk?g73Xbr0m?v+hCrKh *b|-;41celO;GuY1w%@dRfO^zOxavf^IoEnm2gcpkx%?!&nJ^FHvQt?oxTXWfr^T7Eyq=gRw0|DF2&DT2g8onPFK `ic)g4q5borhfqKy7K|h=b8tAckeua{;z)k^s?E5n5XYQi1FS3LC8h(9)x{l4MAGcoMRpW-R-av<&IhjJZW2rdCR Q?-5jwJ{XR$E->&y7SAuTV>iyd*(T*=YjB#-vM!OGt80|gkVbIY}A4a|l9>zRh`!MkG?uRk{KYJMC_p-uwABJ2tX cg#ZpH;{|VHL)ybrtCFV13@c3ViY~f+ukK1W8nNMm&P~S@{U`$f1vdKlc$lgy0j8qWoQc203u(&mey-`WfoK`Dc* V-u@Znon0TJItb4?9>X}VejIrI@#AR6;3v?(-JSqFk9`8;amW*p=MH-U{PXrFz{g&D0{!{=laRCBCo!J+C!v2H^C a^9^-0Y8o=<^~k9-Pv-T4&8;h3k;-V+IS5qwPVhdzz=XP<@~ecjWb^FI-Mp5PYGpdV`qeuMfo=vlyRpF_RFp2s>= COC}Xz0ZUG-gzGD{PdsW{_vmUe(leJk6-=;jV-s6;NH~mFT4P}9`_>Ydfc8DLD!GG2t3;KC9DhIdkOmRkpyQleY^ yD#QhcFGS@?Je}aGc74)nLtFcaWt%e+U%4*=A4k6eJ>?g#!2VUghQ@~JXASIdtJi=I_FaqdKYuOe=~rukA0MoRoUq9{^rLni=wQJ*wENg~;Fo8w10CG C4*2o(I`ENStplCEx(;;u(K_JU)~}L|!gT#A^oV0$g?{r?8_~aYl7cag6 I$ZY#=wa(WQlALc{Sk8hEq??Z{N|6C|IOaS{HET7es=zw7{@o>ME=d*0zQ4`E$G9+TX=rTTUghwd<*0G;9HP0fAt pd^vi!jz3qQOzCRKCE0^~+@cdtIV?OHN!FWx42lJhN2lKM@9njZL-vM6S`40Hq7vIHvZ}%?xx$C=FuMU0}^Yy~JD $l(KzCHOp;M?!t108*9J@9GlddyqPdek?2J=RZuJ?MPldh~PodW`Ri^{D^B^}xGdtj9XEZaw7R*VkiS=e|#}9l@* K2fjFe2L8|eGw|^GKSQ3l{m-cH{y(Gs7ygX#{~f_ocs~9DdHjLDV1D-aE7sA={t7<*!CzsAIr49?qkZ`U;KffqfV {KW-_fq42+k$=&%dL;Kl%sg-}?vVe;L7@2#>G(2l(Xk9|FGcA=>-WhuY5%F|MzFi1GN7KL0?|eXP$n{Rrdx)sHYw -~9;l-1rgjWy(ib$J;dBJWaRkBji8hBb0a1N5JQ+KLXv~`VsibOCN!sZTnBhIgQ|H1TQA|y?;TjdgNc=Cp8~q{7N 5VeS7<3^lR`ZpsU(XFb}N?fAk5)r~MQ3GxG`hms42Q_lJLi_8q0qPt^QB)#vAF{>$|F)p~!kzQ6qw^y>kA{uey#Agn(mM K{%tMq&-(sfntza!5PrKkL0;!}Ab3rJ+n#XtAoy`2;rxj0&Vv%poiqWbZjx}mO!t#FOE^EK`K3ZIPH}G^lv9*pX%@5 rT3KnPB-CDlbnlpOgN1MFa2J^d57tlh=4>D=b^y~8Ruh%B!u42CCK!0Jwcb?a|D@BttZHMz2(jcS%>QgGXI}Qkom {a3a=u_{O$=&_uNBUQST(jv({(5u_yXI@U~3_&-6$uTyr#IGs(9@#30Y(f-?ZMfnft{R;#|Um?i y@LzXDf1LV+(ES$mXvg;TD0dHqqw6tV6AAJ<*-ntjk|5K=*9o#7@U0Z`?VdvVaSEprWcr+yLccpwXy4%}wC`BGKRt#1U6{hW +?&F9KBwjWR^fWB_fvvw2OC64%j?)71bP4A_(tH*iH+#rt&M2+-HmAX%0`s?SR=;!rM(l*%>>8qjeh@)Aj`{}jZVn=IE5g~1FHz KJ@CWPn3tjZB%A`lQ3P4i{KM1lsTQdoKph@BWlQ2GA 1bKa3FbQ~hp~7n>fi71}0$n^qkmcBSCjn2kpA0-7IvM>OGZ}a{Z8G{ldouD}I~n}$smZA4W6ih26!6vIQ!tOSrl8 -;r(nD;SNIIU`?x;@S^l|g--N8|o9>7CTuhMl^?wk&lHlB_p!ZFiQEoFqmK)A&#yGy*jB#7njPcrZ8rt;@f-HwNO #}ZpU>f+x;%R8dmD4bP&rL(VuS`#f{PLaY=zslmyx(g&+B1JT=4;(_(9xd=viy-~K|eQX0iAuh1@o{?3)(lN1@u_ 2a7+vM`0N(UTe$`8J*frlxLNNXY5_lctp$AglNRu)ZTC-zemP=))YC@r5Q3%s!B1Y?AM-tY2Jm<987Ob;479Uj2I #+M2Fg8h2Kd(U8JO>TW?;M@o`Lp#sTF+MCCGaCK?F}H_+%^a@ZgyV*~dDIAj|i^nTh(GS+w30*ooj$f@=x>fZID8 ^l=%%!x`UagHHCFlMuOX$sEw}T?AQwdXJ#&GaZ0_A4zaF!5a@i{a-jRA^Y8XD}0C`>wV*X2>x-}4}mvN{}A)L&5y 7S?)W3D=S_Nl(2r1Fi6Gk_uKy9n<)1&oIDhk?gy=uJ9EA4WdJxKe^B|1pupa|2C;S-e_whdlU%Ktbpu0DJjB;uY2 L5bwFz{!WgE77h2V>pN91J`;{$S+4@L=%6UmgrR|H@qSZ^T^S%hI`^$J6J64j-KhJb!5}=H-*Qz_)RS0594O0Uzl (1o?Xp0Y5$V5XcKp90EMp)I)h+@sRGj9`L`>!~2mQ@M)Zf`uFufXNP-e-=!YrYrO|PynS0j^rw^CP|iDTpqCE`vO T+|9nTlHquvwR(a!VRQSKG(z?-KCvVHRdf^3f%@1q@kKIY*FAL-BVF<$rhnD^iM=>K~@%Ku33zubZTe1jm{LBG?1 {6}_R{IBW&KUmWNKKWJ$=Ivv>cRDd|U+Vsmk`VmWIMxF-3jL`f`@ct-2P7R*97ac3E4;7tOw&Vq6gzXu?OSR( gQmE5kaMhv723=!#pp_gI``ta1rBs9_4fvFn)&-yn^SKAn!--bQso)a}L8gbT2`+1HN?_@O8T)+Syb @x;#PF4}V$&U)m{1uqy713{ZZm1UepB!hE-u@Z2k5oO30Ve;7fwcU@Y-ynj+cJ2x$(|63{Cp$xnqUIyKcEu-9-Wz 0((LAG0E2(mrr-ZJXhWFF>kvw67Rd>-1dr9S`mJmlYD9_Fof9?Bm!4}4(UJmAfedAd%`1AaZH>E4?Myi4?=-P`o) y44H$vc4Dk$;e)$>+Z#PE$&7AXZC{L&+CO8`iiD|wHJKqF9ccN-h4jjZSj1pqu0#GJUuoa^Zdbl$WJ5s2=9mzb=Iyzo!0*=_g?j&d6vnw`De!C9QnYjFQqcQ_OOgJerD(^COEEw1D%^Y-)x&0{^*IiCQ{rjAP`It?R{nR>6LHc2*LS7klD(JLuD(LO(Q!yWpoeI2r^ ;F=^?@xt(v(0JXX9u6A>-A}9@1v(dzZ&|}g!r|+{!@(e(We6st~ed^`ODMMzBf)sJ^#}8Uq1u$I{pmI%WS=0dCWLgxdYXDkQ5 JA66%@xXG7<1dy2pWaxGaY$a65WDV<7ea2#6J-12wHG4a9|>O0<9;FN@sf*R*SYT^)IZ{4%=?KKV}4J*81wkh#o# ZmUJQBm4+MFiWY d33G-rjH(=zWK)QQkCypYr??oJb8n_8PSN+3V0R=X$ia?|R_XgVzIJ-?$$AopA&7jjL~fe)NSKQBU?p$a$~c2)?| }P0$DYn?MK0-voMo;U@5b*9h`{z}7b>#LnGLknQ1X3GzNp=9Yx`#XLvwImWMB6VAH?H@gk}{@^y~D`Qq9oF5WAZU y9(-><;99&$VSbLs8CtL^Sch&}((JMjLWcVJxhz7zO<=$*LlBgp#?SKbM__{Lqp|L@%ey86Lgz?;ln$amyjYVW%X {XJjPKdA3txeMj}=`QFOKe{_1`;gb(4g7!WZs1q(9^n1|+zUE6jo|Jy-(B}%omqZA=Ms2=TVe9=~0a5p^t*!p8P2I{q2te|K52Na_+uA1Kqq$a2So (mmdQ@@BKLFBL6t_(<>D|^*Gkc^#pl8>?=>8eeF-+`QM%ZpZ(gC;5YS8;(Z6f%LxACNyv{EJe6=BC3yK$px;BEM* nYo8uG#Kp9cMZ_%!hTlc%vhZ}|+`H}o0Q)AkJb=)z}^@91YR-seAqdB2k2T}+nGK>zihO~`)!eb0g~?)n_Y6+>=y!X9w-OAV$9g&B=jh)#KS#N{`~r5ja|yCP(Y`Mv96q@6=?lQmGk=*7zqc)4#Jr#SBIK W)UV_|nUPrD*|BunKe@Fd27(mi}m>x3UAWqcWb@})<8~wOy57H@I@_W-5T`g51Mbi=KI?kjLRqb{3~nm{A+7f4^ g$+eL0Us#LrU$++e?}u7`{W_!@woc{jbt=cN!?;h>=hGCnu0#J0 SciJr^uB8y*6rdt(9N;yU>7}s|D(Tb4Ity>I{L9pMXImxg47_KSvrRO=N#;NnZHLU-+cP<9@Fdu_R_c0vWS&9Z)o |i=(E=}-#rfe=RVQ#u!mmaehkua;WFvRdt=9HzCRO8ayx6V7ytc1QCVXKiRsRHm43%-pD)sUe@MV*fzO}ZtIxi zaHK+-7Uu=cH$ow?MrRWDh04Bw;57POK+pH1``0PWH+Y|rp4~#%zu|gn;PYYrhSU8!TGpQkvVGw!z0Yf!-_ma%_O H?BQ?)%`AeiPl2f-h1g{Gg%b;6*$zLeL}d!N%-b#I#x)0cB4J->~|tw#Nc2Z`t?e_yfE({d?(Hum3(l ;>C0{SI_r*0wyL&wh}=KL5G;{Fem(m4I)?4+)a^=G4=(4*LCF>m5bcAMsuk)&Bfuz2~)TEX&jM8%y` Rm(1%rsb9{Unr@obNg|fBC6zUWeqWT{7 0g=^RT{SUFT!EuVdYYepfSZ(|5d2*QNRIw#sI?WTByXO514FQ~CF0>ep%deh|U`p?gv>oXI+ee3oo4y8atMQem9) c<*1+v)uSB+kp5TJ^Qqx9$r76uEDvmkFDpm+O~!K&dS4jk8h>>lfoLNVfxi*+R^%)^_TDKvps5XewFvoo~GYw=2> )qm)3Q70_O(WDczhJ_+ssnfUn;a?l-|-Xjy#Dww8X|)9((tA4%ohYnp+y56=1ejxn!GX0j)J`h~_VEwe3sv?jLkNop~8uzp3w 9Yv5z_#~Pd&;=fJl{d;u3ihd+2Iu8`A~ElI7@4YT%!IN)7zlPNv_@bj>;> shZB+jFSYvt@WKl*GJKHFa3s4+5aTSa`-%gujyR;)Ee(uRcNh+p1rMUx1#I0^doW6xuFI=xU9Fb&kCOnf5zfh?03 Vu;b?l!d($hl?4uRFOmN3R@Ut|3DTNnlns4y>lYnm-%X{pT_EW2ktYd#w>y&*R#&x~lQ`0?5a5X{p`{6z7otPic_ 4!s?2P=MVuCQ(p&Xu#z0H0IcjnmR^3FT{`-!Lx2fiIY=^;}g0A1}6JkhtwUrq4g&vDWK<(U1L$w$QqFpxI6klSeVy_zx5kTQ?v)OF8b{E(L+RZp$~%#MxdhJE^W T};zDwx-Ir@zs1pi6?`?~|5Io6-L=-uY@+b#ir%l8xTcVnI9AuWULJuM0NKe7*2fzp$@=B(HE2Wh!1kDsB>b{+&j y89^Y6ZE^4p1)( )C^m_$D61xMz*Q&epspYT&QUe{3gW-I(>{-!iXOoZd>|)loL5WR>wRy55({KZSll0{*c4$99fqtaQif^$>#JqB8% =V@|*O9h}+bzhBcm+q?cw@B@ORMvGp?I@O{Ce06WuzI>117a6~pKk2i_=*RvR?8A3|4PrQaRE0O$f4rZwz6Sn`L- g4;T3)jy)3LwLJ^GyY7FW{s-YlC@nthlS^xf8)=To}>4qY!J$hL(c1iwo6w^LnDTl4V`2fnZ7?<@3f7cFCdO8W~3 KBU*wz~}Z-f^6&Gfzq%|xrJaeJ==`no|N}1+TR6q{XWkPJ^vQtr`E~(cXWcBee2@?0|i)%U9uvR~ 8)dOwd~qqdXxXopgnee`=VffySLtTHcWo?U}86uZ>GSD62vtEl@QbiYXgX9M_e9p|I_LkO~;Bijbwqu=kWIlZ2)x 1wik-{rl7A5fdlrhB#3=(=E)`#bu*YNg**-|>F PyZXGNqMt9)?|XxAMuPv2r1$Lq!?wQDD$-W_YvVbhyay0uf3tJ-`DJuHKY_EdKcL^2Db2H1zAGxqxsCs`+CG%pG@ 9;DqU+Ht7trr@2WJQ_q2FPec6b7Q+-3df@P<{-qHIFQ$E`rS eAmoXhtnx$ISmWIY^aBhHYj4q|Er@YW`4VZf^?XykZc_MNZOaL~X45tM9K1=ekJop8mmJkLdVIb&m(6?WO s>=QvRStyll6m9jcubxwH4);9OI@n4JGLH`T{qTYtNR`eh_7FOI=>c^@_gR;}yI8wA+y{hS}{+1vbfuPh0DcV?!?&t`IdG852qE`;8sU8=yO%I7F^&hOQ>aKT6zbWsyhVNb^A-M)O;?e %gcx0H7a#eBO@CG}=XT~d>2@IEp!`{vu+arrbx!_E37$?SVUhH9e*`$f0p&o7}fl&rm&X`|W$zZAIn4!6*iFXgE* xwJbkllJpL%1s_f1+;rPSG(3jBk2a^wvK!@O{H;C?tz>0dVESgB}a*<)0u3x9F&S)DU;9DyFtFk*N%31^L+X*?Iy YProHZv!^-*6$ktNP_e;2Ty+R?Ip{`P|x!!uIi!%j&)^9KQX=~`bwtQK}C)w$j+$tqcqJneoSZ{&n74f8r2COi8V !lj6(pT`M|ABv4+0V86?mRDBHbu|#GFh*Ux=6)$`PqUDsTTy9P8yV4hH{|u{JxKiOZFSarsSx6c64%7HZ$5nU(S* C`gp3ETpFwP?jW4bz-`a>6lemeo9S{9XvlNs^`%BNQaPru)>6JmX>#SBHou6Xf=my!xXA6PsH)y=qhZR>zrZc}Jw E5*aV+M0WYCgXFQDNg?5VCrl!AYwzk`NTzBTI^NXLk|`vc>E=1MOApX+Lcu_j 2Bx4!8rV^dh0#2j$r(N&R!=@eh;Tl&7{*<0(%pgx-#xM}nJdU@WFDbjcs^Sz9GHs9dUYReKvg#3cpmP`?lKA$uAPy#u%F @6_{{=7`S957$fnfKEvGdwe`3U(%<&t`;z(}z;q0x4W3&Chy;K=@gymkVvr=K{aIT*?sP5_2jkn7#e6Qaz;|bind9#2?%Oh9lCY_KLB@p&r1Cn-SvS)mG-jA-l-%v`y;7N`H%aM**4l~kik^^~$x ?07C9RMp;V4ln(NoHukR!4NWl`PQiexWMmK$+$gT9nAP1M+4qSd0*-o@Dp9!($595;|#AWa1EgIo1>`GNp_ZjxCE 3h>jI{D7L?zp+w%n{RW!wmk8AG+w#v#ALZhMHCs;>%%gl%;f^(1+9GnkEL`2EUB01op8rb4M;M=%*`16NAx0v_#v 58r;?Lk%HXHxb>xwH9Rewm~-nrFLW>6^&dMf2j(V0cXY_3k{s*hl$GL@Bn&g>jE? mur&6R8}MOmq1Yavx{W2Y>+o%p5#;B&_hx{R(e!#9tD0e<7JiR>bYn^dyxp|>kTD;^Dc2T2(auz2Q!g5RF$=ySbN#9VEW&CR!y97$-L49b+>0}tkg@_5p``txW6xdqvLyC7G5^_)o+2 ?Is_wwOrVgHg(t!R3mHOK2Siy=3aBjb6KNucgUpps^4af=Je6G_BW3<^`fpo&rN52<8M+FnfK>J!pt&tlMeX0^;| 0-Go>f77~I!ZfUpg7a&&#`6441W%4i`#09)go}X}hd%LJmCSh3#(|(6n&X$xN5F*oR+wKKAdVPk-nHLKUWN0M=i` 3!Ki6Q=4A^}Kon9!Fdh? nC&~yy7NL2R)-e(H`q?bcl9y9%$+VOQa;rva&ovJwv{;Cbq}JIaUnv7nd4Z400;6?hh?~$dO7c%WYP?(Ui$d7k!T &^7KwTS<6`X#JGy<_`_kFq&hO2UVz%?zVu)0ZYb&{I>Z%R14PEo1MWjCY~ILTIK$6mNts$@y%M`F7OC@flVFWOix EJbP=2?{;jZZ5jsS|yWFFNu07cfD&Nyb^93X%XcDP5GE~I>XPIMYGUYV&)cB2-S@>XiT%}^&T+L=JubSShIq%Q$4a MTN)j!?Km^Qtgq8e3L^>}A8H2_b2zB)x3&J4Du2U7Xj>4zZ@lLZs6`W6aB{m+K^YB?%+fDP5EHv K)3t`j*6kpIEptst9%oOrzMZO`NhEQyfUBPfX?>G?&%oo-nOlDs(4A{Aid^Mz#HS4MLlQvgo;%MgX8cm0tb@f&iDkFARN0&-5kCVFNi@(VT??Uop;Ih2 ig}|)QnT>rwYTSskT>%(B1t2fy0yJn+>P<4PNv*WZwe0j0$PjQS`V|A%`(B&#U-_IU4A=T7+aZ`!p6xu7q*Ysdlf rmyc}K*m^M&^WG$;X6Y_1u8$ww&UcvOlikvwV1{ 4)s$QDt13k0%{3n22;n4weNS7-}i9k!{T~om!Gck~xGe*AkwQSX?GSkI)1PjjB!kmx_RwSmrpPH8^5Gu-!__s>=m 5jG^YLoJcebt&OCga=_wd5-(MDG_=~ua;XTatoRGBp&=*bv6wG3aC2zU&y`8mofVQ^{8hc0N11iRn<0%bbum&(JA ekn79x&pxTPBqzwhxC7vgHNzOz|Ci<#KjqNXKV!v-QtlxvCuv^7j24%OL_V`Tx@a6^JyG{y7jDT&RRQkm%~L@;^DJLX;!?V*k6BJ7I Mw-G_zB4GmZMoAP+PpPEJb1FstW@`xS7>P?ouuo2@ Q9pDbjETR@tLkOtn-%7fl-vE=>Ums6O>By#v}V4It$+$k5VRAG4#1iQ4ZC;)1GGVYK+zcg*~#jMYYsbP=wt%2xQX3OpX QzGaGA%*>E$Bu@=X$lkNGe>>i1bSr^B_Q1&Ynbf=P7dnjy&8;vR%!{Al&ioEbd^6-=n%c{%5wQgTjD(W(9q8u~n_ 4y^))9|8QyndU3itE%dT1aW~N_dGqPAel+UlP!?ov~`${7#ZtQc-6k#kLv>hF1IjI44VdXz*ihX_lob_{nYJO)_w 0DG~h(YpI5^oU8xV;*g%S7j%u>$c9J7NrPo$$!;uG^{|1mrdq=zGc*7@VzHN*TtRpSsg9XK)(lrw0~FOJsFNgpL0y{7wvv@Zmm=Q_Ddc@ID9t66mAl4s$IS?zI2FUp<4$rdEkpcBucAaN1CzzISx^L(x%17TJ82pz81+U4Q!y1>dcynn9Ynv 1*MuR+|(fL8omnjh+wov?>*cu#=JwDHnB8(gcK0#tEd#hWm3E-$7}d1yvCs2u)*5>=gxTz;;aw<*OqT;Z{D62%0* o{LGXd=2$fAA>sSDO3YI1TUnA5WXGhD+yDTO^m<5rA;aJdm)<03#CK5T*X-M@8uGXkV&U~#(lk@k_w*8i69CFPMQ ^vXfl`gx$1PgODdA55n+oUV9}lr^C-Uqi!rd?9VWQX_r{9F*UEN6!WgF5$B#n7uuyWCA|gKwQ8I1JZFEh1&nMNB# #XM)B0z)S2g3D**ySa0Fv-BC6^7iw0K5Laynx6S4qumNJL}j=RH|y~dA^k#N=%r3$QV|HQz^b;xyu|o Y88SYf+nGeHpxf<12o0IinP b69)MkTawuGKtHLxV1P#_Ah5B;|!lLFX)n@W~e1v H%MfIUY?SYO0Z0wZuR)GwL4Qlq9QF_(wv#}MAhN(UY`^VBG%&FSLpv^n`AA=QursX?_Q*77EDXK3 Mfbth6bbeWS9I+g0fZHWwqD8n;b=hV_LxUjysEn=Ffb9Qldac9cjsP3|q3;AdYC=pYXGYrgzpzs%hL`3+X*s>uTy ;sT_W(dm(A25*ghLp^skj(mBNOD72(Zi7LtP3SNXIN@Pmousr=FzEMuCq)tJK7;la}?`OP(JqFk@SxpN6$f?rcsU jYP6`HqeSf~imFLcdby*6^dga{*+9$A5M|pfA>2Gqxh*okFx82XHQX9d&k@peGM}#{vnrHraXVqYVQcs)x4EjW+} 5XNvevkNVc3juT{JwLK!|9Z(M7SV<1#0>N?3%tyHEKgR;t5)_` h>uG_nly^OaCceRnv Q-|eZQ5QO}f-7fWoi5SRFA|ZOt=PNPNQZ2IsHc_`vgJ>a43 3f?;eC^7V!r8;_WoY)QGJ%1yBmJ+;A 2N_Y((L8Rvi>ul@Pg{D-_YKm->a;F0*pi*rfuSPA>g8OJ*(VX)RtH_RT8Dnh@Nl)P_@R&%Il Ar~*lv5F_k`TALCY^nZCawtQV|<{)m!_y5+|K8=`{ZgiATP)xQA|Z2O_{QE(<5F+ Xh6-&(oyL|sD6XVWGGjQxTP*naP9~G7$Y)ownxj5GHkTKNYQrv{49usy#G#3q$Z{b71<(PgcIQ0Vaz_}4mZ{N?1$ MAbJ`&ErWH1wA=)Gyw)QwUf$h;Db(p=oupWNOdT-<#=1$4MRhOrZHD{XD4(zE!Ofi$o1YN#Z6|tLJ^oe$)dtH{3> CUW>`|aIr`S}niI4wV9eamuYvVCE~O4!0l%LWx1@R^X>PCmg^S1%hw@k0us!&Ysd&rW8IaKWmBV>fJpwME`gbJ$= pM$UJrqbp%e&Nw+TL6$6cXW21{yvIYO1(TkZ(ui$zW=a7r`<>mA$Dya4xnC{fgKZ63DEsxa_$W9p?+tB-92W`&)V{9P-5O;qyGCDyq<)>8*g6 ID1(MEPwG>kfEGwD~D_j5wy|jW3WonuqF)9BPT56fLn|1CC$7ubtC0i21*P4-8ZsI>_Wi^fKKdCN|dL-9L9$0g(F MeCk=tB7nOJir2K-YZwp+aQt{jGt868JnSTV*zJe%Pe|Mgwf=T6Bli^hnwrj4_hCUbDpp@-l B;4XmgHidpRrmDzoKrdVOQ7#HcmV*Vm5QtPJK7iDJ)swi}C9vtjAnyqT^NfyUMq1ahs0tlqm@S#^J *VrOjb-_)<*1#^rF2Yk~qg-%eK9RUH+{4Ndwny}Xj!?`EOH>uq9EmPu3X+9M5dVwO36vL}hSfJ!Xj0$Ui@o7JB5p xpC{?-=s6ufjC9bEk4{`vX;@s&3OMUPH*V3`rH=6f4LH8M7msOqKt0YjN B!sMA~VLJVZJ(nmZt6@dbx7Y1khKXF3`U%cbS%2fj^%>$Miy`93o2I_5C@hVnp^cbGSRt^j)Ey)J;fv!zL0^?btU }B=-@EQN~%uu-G>Z&;ak%Z?GTv@hZH)64pO7;tE)y%bLjJ;R9cSLaJjmLE84r-(ZV`b*OAlS!r!Q^)Op&)5(c+fR mnB1wETzNjrlBHsX=$^Z|a1s4;bhj12ZDj_GLPDwBkgs{fr|-+T?i}^fG2RU04I2-A@I*1u<3Jm?&N<^VIDpSZ6N c_X4bilwZ5Y~ZPS#wiu%-l((oZ2n@Ge7VCk(eT3-RBt)^(YXH`CC8o2jd|Sgd)Vv(E4TrUPgOe8 Miqw^uFo?ZSi#NV=E%ruCnH?zlrv{40;@NoU^I1D9Z1e4hL?#bAJM<_^ax0EF?;{k3^TfsmV$w%(OKfvI G!tG<*&I<($2ckcX(D$Qw84pPF1YB5% k*wMy)+u=8K|Xis$>l!As0HC}_^`-$qg6G_=o^4V(bU|utT0YA(p?bLx|KUh-vK6A)YQFbFlgo7uNUbw-c=XK3t< LXu!p*J{UOl>%pOrZrCrTj@%*uhwo(| T47bXdM@-62FCu=W=p4Uqawd#*CRhiQD>Q#G1IKN;R>XlQr|f9OmoIt=d%qmq3=fP(kHak)mN>)5ExJzvcfjy5Gs ;k!ul5ipC(N0}kfceVb8udG2o4MfdK>z4RNu4ERFkzPOW@V r_Is_xx6^^lB8bwmagV|yzRXM}J?(hPE_a%*Pz%7*n!O}>r`fBo1fUvQQPn(Sb*#lhJV?91*%mc&``Bvt 7MAO(Xa@L!$r{v&ne@|GOUT8oF|9E0)8f;&|pyz;u4E^DIR=?fQyq`);N>TK;2=Mgtq*9&+CNlG&4E0o2&QyNc{V943p{*1$>U`DU|lBCP|o5c|2# QkOF^9!S&Nvq3?xn-m6Nz#_)QEU}ENwF%b|;Z?;kM77K&tM8JBh3jTI*H&Z~G21sLG7D721lu+u5j9Omi{b{`Lj7 rld+?;O&Lm;J!`+B8PBJdMI#bq;$)w1;cSFyl@m&(ONj0lX&T?PlNE0R-RHRsF9BD$yW$$)(x&&}x-oTH<6)+z?V !NKK6zyyPTeye^iNmVNeh!x$V_(kX$@H(Gxf%aAw6@ZP+%-4zwJ)Z|$emsysf7p>RAA8LjHvcJsq;AQQCf^p8gvS pRgPniMJMV)3A-m>Mj)sz7G@<2wjE(cPC1jsMu^S6E{@J&$4+ymv`%-XbRg!4DD3%M6tuz^#>M%!kI!U^cUq4Xn9T=n|N5sm=Nm>vyV5$ Lz!12>2RW)tr+~%1rp>VH>t0W{UwO=mT6|#U2`JS_z^_$4lQdBvlFCGi%?8=V(8}XJ29L0lpcwMV>=Hcun|#MHXZV>aP!pgSQ2MN?g{#t3d1~|Jjtb eKHD%nrS)iNqW*eC|qYNaH>nvl*uQ(p-SAvF-HabE{~dUs0=~f3#`t_Lq?zWBP}BuVh?S{x;i5(fBGE{+#J^#bmgGmlRYH`=7 #KYds=bha+_7D<=E(6{)_?0h&<7ADoaRixC*HiA&j(ujMXu8)w(I@|12;4yJha!=#`3Wz2b}d8ACIharmLCOO^41=xktuh^!m^v&fa;A#!q*M6X!T}%**WEoVYep@IL`JMS}H#KG(_aON1YvbEvi _lV`5^cBQa03W+F@zDN+BMZKAqiqN9RCUr^V49ig+oy~55AJ#BKP=hR3fR~w2k*pm-R=6ebHRfIs62#zxfH?98e8 yg6ZYvQ`*LeFsddO);g7SxAFO4Q%itf`_63&~73UKoy?=_i&eymc&&dogpKZuTU_rzZBK!r#V$zpj`4ye`bC)QrySNno9KT+7N^DMV9ii$!UM{gke4C4K)=lqJeZ+&f{I%W>8MXP5cE+~M1EXx FFd@hFvm3MV@rk9M}gDQZ;!FM0%;xRLNI|`9>HC;I+&Eph0n1(wTMM7(gYk6h0)Q_1F$0-F-gu)5nBwMuow3FZLI Jt+HrJviBDpfGu#@Mjx<73mibx}tWNS-r}+gqh*2xMIHY~fe04+<{a$=0zX5Iw0%*LS+g6IwJ@I{;0){D^N$bJYbr+f(_v%u`5N1@lP9oA^+;oO2~)=3ZZXpRZtV;<13 6(OLtR0gQAk8wnSY{GQ5yeFX+p{w%yLqSM-^n<^t#awt6bIkB%pid=eo*an_#s3zGKq#_rWD_<|Lm5v$cJUcnphW 3aXQ`ggr4zP@6Hd6W;C-M=iK1kniWMLud((vul-pd%>xg%nc36lLTg2|X9alL`$kwL+%PL;5po&h)_HVZ)9%=KN#)gCG6fa~L}~u7fK<_{6hByB3{>g72V+k5$fOG2_wCRfxnIG6m~HIb pf75Dn}~WJi*;_If#YL`G^zhf7jW8J5!YE6DI8DC60_)PSRDWXu5**a*tusr$vhYfX^5WO7V7oyqefk1zO%h{O Cu@Q1YS8PQ39<8VHs^5YTF?lN)E&OC=mNI4q93qT@`MVImDSz<%gmtMFXZUp+uV_X~W(;gOCaiG0l(Hnc}Dk@Opz *ZLY|IfMhuo-f+yB(71eK5kkknI2AIYjWZ+}VzMq&3NzeL-3c`Ky*I71j3}t5Ab5=g7@E`bLQ2X*(u~+aVuRtPn!4qD;;D #j`HXiMod?so<+8vk&LD-YQ_Sb5(U!1B;Y(I2)ZEbZ}!gu?{xf|f|z;1cf({oeh%|>OnMq0kDy8#~&#FMIUVKz|{ Smzy}ngMAQh#V>zpzhEvfhhlOt*!w=c**E3WsB`2*Zs$&_*o6*@I&@#AYNg^u*}A5-9*5*zK}e?cf+bhbOwsfY8~ r#WWAtEpK8;j5n(RlJ`laqv1t#7GHS5XYH1^__!y1)#|XOMNw0)*?B!67@USw^Sw0aLKjYxX#~fSXl}Zavlexy+t DZ1b7kBfrRl?<&I~X|zNa~p&eR_gUA6Jdu%~8bk`@=Y=>J1o<-NZ-d4(pK#7#aho;#<4nJ-@NOhUmn<>+7_NXR7W Swf6T7YGtph@WV!;uQcHy2|zMI=D@c+G%}9)+$pa&MzP~f8va~Fq|SxRjPr7_Wo|m62|2Bq`C+@dGX?oCQpsBL#b TcXC@JScLrK4QHqcfrMK)zJwuc8f;g%A~fMI+|Z2OBH!dMMi9?toyQRT#&m8}kHif247ik8J684H>k8+&_uQ}Hj2 C6mT$H))z;MOoX>krHnM+wn&C2~3*ZQX>#sy;pnkUkans4LA$6m4Tn7Ax3$;FS=Nd+ZB^#O<0G6>h&C *;J@4c;U&W)e`ch)$MeL+7XZT@~D)~dPEzGVflI$}yG)U(g!qF&V@5y+ N$lIu+(P|rg#j(wb}7R}oE0^9_`o*%=_i?N|1>_|I~WIuqfh#Y_WIdna6m5o?$O }jvy)>hA(p{JkZTPiU9npWH1{+tvE~b5i0D9%5L=p0wUjFYMi^H%r~22{V~_iNd7RO012LLN_-ysDFHr3(oyeZYS I)7;siB_@i|vRXu$eqz%0#!3!MK<*#8Hz&JEJpmtTQwE%)w{6L(J5#!e*-PZ}AtCotY#;%d#yk!tMdqv%+VZ*LmB d;@c6B<0?;^=_eY(U8wr-7@=YL;gJE|@``y%Y_K9OxN_?It_DVkNAgo$KO_oi}AwTOC0$E^7y{r$jhqm8dmZLdDa;1R3Y$cIodBH@$yS{4jwO|*A7>&;O^Jg{F8eEuLoWNQOojUwOSt7C%Z&Msj?b#W;!bSkt4M4+3;gdir=o@`&6&~C>`p9;C_9n8%RY;5gkfm ^uV<5CPx#QJF>e%o`BrHx@^1BLND;1zsDd4J2@fRQvA&DM1Sm4GiY4f+?f(!q1t0A~&=gK(eR2ztNUGP62_n~0uj 0G5J4Z_&AJ_2GX4$tFL=(IyD6`R7jzSEeO^WkgAYpv_6;xrvP~QyW0WP6UOkh?Mtgre9kzEs6etw^BW$W>=c)vem NOWJ>1bFDIdg?A7*UiN9$k<2Lta0LQ1AAuWGOPlAHo;i_CzhK_Ear}iGI}H-wCc#%cy=x?*VpUyq1;gAVC_e~gjJ viB|hrSAw*DEpccBw$6O9;qJ-$YHjbgvc(?ne+132=NEVZ;I>k%Ti`l6?QxT?9jxtsk+)z5JE5;k%R?dxzvN7tpm ShZ%8~l)3e+;wYk>h(~=0jt#LaRu`|7qD3h7XcH2jc^$f?nY+=zw2`72=e=q;BCqVkZ`D%!&iV)=OhBh^iH#qgwN 2_p1Ck=P)|+VtjPXGE*$)nktf1k-iZcEuPG{Xo&75!NJ1sqQbt?}xS9*ojy)y$bo#lC1y!`m)PX^5L_;xp>I1mscXW@kgkHlz*yr?{^s O*6}b1IxJGW@|HUWI^RvHrIJ4(H9mk*bLN|8 !zt!Az)T;|)_VRgD(46r`ouwZY7+bO}sxgUBIMph8r$EqD37G#?_c#g%e(Fik#oMFR|N2MDoh_%Sq 7zp|pJ@?gl)R#@RuKYQ!OmFbkqvXN)RauJy(wC^&91T>p301_2reUQTZMhdED|EE@m6kF*oH*RDuQJA#Sb+ylHi9 J3Pv20lKVxfcXu8f>>QuelEq+UM2vecz7QtJ6ly22&x8?EHS4Q{4XO()#*6P?fE;3E*x&dOuT{c;z!=BMVJ=;%fx 4lz;Pw|EXd3G658z}>Ph%>t)JO?hloUf(Hp5dx+aY&I&|c!%)n-yeL}G-5#hh`wj&Vr~jC^0LPt2=_B>VH=@vyoe yyow_&a}UDZhJuCgkmhj5$-DLf#;N|C2$7%qOPa79REHNjuhh)_sxCrm-^v*Dv`N?ZWLB}Lss0&@ftfUfAl_bXOA 9Ic_GdkT>|)Q?L5c6Ai^)h=k~`3otcsQaJ^eFqG&M)Ke7a)VSL)z0iax9b{sqTiYcykOeIze4#XP-vKhGvdT1Y7? KjI6rAhO&K5b@$S15(zc|2ccfTQnXUe2aJd-=ep&7|;nNVqEJ-)C-IOuh|mphjjJc7uigra!RvCgLlHUN>;o5WXy }sXU2SA4Y=}S%?I+AUs^XTevYEpG~Q#`rsO8cUU7rIY@A$-#Ixhooxn@xWsK_YnKkl5U2 LR^IWnWGZ4c4azB5|lvNLU3HEn8kx`zb~kRJF)m_NNs8WNx5?n{3B{Yzqlx_#UCVaw~n5C+}a*IOTG>%uFC|7!St quTXc3xxF55h!&ny9furn(a}nO<;XP2x9cq|a=gg#523cS*HFZq<(D_Wp^Z~Yl%*im)G|ENk2Af$rI%2zfO39X~F jbj6Bn>MH3XNHweFK8Xi!@RMJq<>Yr3TrP>j*S;tMmn6%J(0Y|8T3yS>8_4JE~a}@bCXV;km;Iv3q`~noV-BwUTJ7;TRVpt^w1&?>_CE}EG@Fe=hRm *Y=`Y)jR|#TeTFNsIl*m~a$_0)zk1te7QP$m*7|&suFkCO@BylbUds9vK1EdFBF-N!GH(WO&M?6cKI65Xhl$@-b+ SoCiSWg{bj;xR?>Od|0`+hgi(9ioSHi(^l7%M*3RFW->Z8#e<+%$98M+sZF8ZA!?E3Rr#}$(h9~+h|Ro)rLb8~(| KXL{~^Z(eHe3nYtK~~IUwc^Y!Lb8`Wl=YHu%jq+*aU-lkQXkD44lY#sF7-Rq6PkO4pyG&$hiMq NDeCEMeRRF)ubFgE*hDb;f~%1)Esbs$l75s9wZ&*oUF?tshfgJ#$Fh@0dLHA9;1++yf{?(M358@{{`8JD&^xcpm m-j7RS6QB8Nw==lJ3^O3?3S79S5Y6h1|up*jD>2$)({d`sQP`q9T5Xb~fqg*0Y@;KPf4&I5#eqfp nVz*hk$zUK@aQW6>Se7OemqE$24fE59YF|mZk?%vckK&WZ)J<)aZKvnxYW}xMBxBmToF29A~2!eP}u+upeh&?HJD a?1-I>~8Wrnv7O9?0RZ8a8n$OlG!_uq8sjm3sn-voEzt|N0M$UiKlGr&4*@+K>_(st@qlU;=<&0Z>E~$a0q7bLjR NDekw2Iv^W`^I;|XikyU_#nqfz^sLXhR%oKSdBVcFAAO8K!;nqQFul>b4!^R(H8HntGq*Vjh0lE5=DZ-b44T&wAwxVSEe3;--o#>^AkXmtk)=A_T4FeJ`QXgYHtkpngy=;M +&@jm6lRlS!Al=zl(8zXANF5soY8v>M3xQ9SEM*0r8SUn6NRND)r07SW23VftN`W 1~LjmtO0&g?m&?`tSAHai51y!>&WYeJTr(M%m>@qXC9xXEqOtA7zj}5nGw{ir)B6SphNrf>7gT1Btt~sbxt`4j&% +^kp6L4@A2d5LZTB&NJ9QEe9SKtg!kjeHw?2bhwrv~bjP8=?YFpZ7`E5&q4S3g-E(Ng8)GiFvs8ID*Q#W07}SsN= h6ddn7N>(#V@jn`9O_?8+|0Qa_LDqv9Df+TRQ#c(B9f1Bp907y?+@(a$?)4rsZ1EfcwW*7$71I~Ic~gy;gLx}0vBbXVCy1)bmYY(wFdpE-R; P#bq`jbPq$l5u>Wgf!frfE2aye#$0~&DC*@qHB=7EuUr(M2h8y_q?c6b$AHRldb;){hTQjf!`v*!( SzAt7kK}HS$%YywuocO53nd^_=nGWlBN>55I%;O`f5NcenZZE1B>zjhg3NsW;X3?GY5Zg4VaFx@X%9Z l$N`(o(IAmA_+7yZ0zNaIa%f$2NQuR$l-RStDfRl;2!J_30M(*Xfv=HzBa+i1S#<18fYfhcd0Tf0!OE>~Jq=k T{A`nhm0-Wf4|p&)N`XChNIOi4GWZJ^1OAVEnumNhg7otbpQ*m7skFf-reM(2!w&`J7UHbvN+Y?`Z$!BQNNqKQc(HQCV4@wRC(Tub|I%z@_H_Y_Co+f va#2|D>rTrgdGpT&Bb9AzKO7n!M6T?zNljE@U(!k&2X>$3q7LCN7Gr5r>k&({4_pF%{8}^LSanoqMY2YtgrNz&2& $dh{c|gNdq054oZs2bq(XiOv+^u2g2zS^XO~dv;HxFn~>j-x-%<0y`9<|4?j@|dz>-&3+*xhUU{?POuyX}@9wtIT dcHeLB=-6W~Z}`x*p?i9JwACe}sLW|U=_E(Bjb3#@8!5pOK#VQXF1I4%%T~DYNl#8-wh|^RvnQ;d$#r?z5?g{w{I LQ%FR2F^-(67diSme!Q|uv=Co{$*}UowdQR_KGrlw<)?waGpxIsE=k}3d8&m G!SAj@%;;@?~V$|H!w+=pn!^isgrqgeeQK2UJJd`v13_EDBML*9X=wWAmu40N{2n)!o5riS>b~~wPTmArP+1tw7!BcqHd1ETn&X@Dd ^cWCy+yd~zHpYWmAb4G4?7(p 2_l&x)M*JN|QgQMB{ltNaOZ7npvj=mauDOxuGPe!7Q}sl{v^sJs1f;UBHYr0}NuW k`p#VILkA|G@bLhgq|vyb5l4Lj^^;rVW2VnzGpw;pvUxjCjfu9NwDPMI)i0F<=B)x-_NqB}WFx6h-)bX; `zL(mtdbSGI`Jnw>9ZMcM!^GsD4ZD#K>lTk dIO#CJPsm92NXNp9V4_{9Z2Eu5UO%rTu< bQx0)da2dapdxFuEZd=BL4!1nEp!Dx8>>Qu7`r<;@D*YkRQ4EN4P?`hX1Z0@9&IqsuNDqZf9>PG9!+a48(Zq?iD% _lPcAamGYU8Jhb!FL=4L)efE7-b+N4^MNEcpEZX-s=^%1Js4b{bto`&t?U0BZ&uh^40&v*M#Zvv32)r2|{1S~-Zv stn5DZ-cf3cNHjJ@X7}jV1P^psvgYovSz?qJYRu8g0j7YdLp9R(x0e_{uNn-JqYz@YO{$V2a3hl&VOvfja?BNXv- JlYUZOJq;h-^e8_wjZX>|C94$*HrLS1v8}QJWJ!*XMRW+xAf=~$l?0{45-$>+Zta59*c9=kNk}tp#_&38xn|j3c( g65;S)7{-lWK7i6C1qv(~DTJtJwM{Qp(=ZOv_5Nt*SHUs3B=N#ryES?cbM8A>Y$X;Bg_OIDkdHLI8iML{S4)dUJ` 6d<;#P{cm$KiG(UofpTv%)4LOPv$?_U$Q5^%seO0sRBgVp36pbTVP#JolBm)eEDU4w!%AORoM;Vtb`8al*Jz1#p) NynI#QL0sq5_E?%fo+~nU72r|+m=(SwDOWw@3hT9vVQB(h6PT@tE=5`wEqw}vzT7nf8uhA!>8AkgpEr>mt`LqU{w wAkj={neTG%uw`%*XAN#bJp@*7Ww$t@QP9#mc=X|86viF{$D)sOCH_3V8Q2L^K4J`A%eDYhgXzt%2it{s?LT2`-^ } bX#usCr2UAWhh<6KJH=^j^UNNaz>vJD4DV>>CgV()f*{~TY(z4>G&GQuqX|Uy6lM?ggbw!>dUNTN)1L$VxG|h5i_ 56p|9}GP8+mcqxvf+`rSS&ZP*`#;(BIWAz_|YR#uIfUjUnGCXTk2ZM{W#PhvQj6B||Y8ir@gvz* peC>?}(*f`5P3S&Zq|v9Tea-Wws4t-a4Dy~8HJ!?oOnF$+Sg~%7jAv`&?k7tkaX~Z_@(hquzM4P*{xu30aKsxd8| YeDcatHEtQt<%g4+&`{675ON-_HO!QTk<1DcQLQgrlqmWGca$|9mck*PKh0nx4hW6F(IWD7PXMjsEO~mmGKUh(fS&rcTE3;i!fyG!6)FX(;YF4 e?F0F6Mxd?Mh0O9n=u~H>Y2B}Y&EU!-61|&#f9{ltsy+jBu!l4!f>tqd$D=B^e5nb*hsQA_gV|#_k%9^LLk+E-oT Vzq3dE#1N)!a_=yzH{vFy{Kh8zxx^izTxE#Ycq4amC(VxQXoqMei0id(?*eN4kwWQ)=2!`yPB1->gcsjq&Zi@kf7 UgLFgcNt!u?=*`siJagb+*Q3;^e@4$`5Q>bb+W5iUGB!J=QDO|k{X7Fz4mI8SkT(Qbn{s|IZbXquwN#AF)#A?ncp qkRfGUG^Q=7UykmY|Fn@ihs**sm?&08~YT59I?IE0%8}t# ffZ?AeRe`Df3CO#qsj0gG3$Z5Ghl)UJ$m@N3{YRWoWwnA;$*>KH%;uA;f|YqUoDAQ^;y8lyg9g4^ F=&~_?t2f#mH!Pcbk^MZY_;xo0w5Z2>1HwlkmT_sUkV2gpf-MI_1KyXH#n{l1)}yFp+s&|Qfb}l;6}2p3j3KO6}& $9_nsWXC+H#i5{Yy0_ei>T{*av_raewNy6Hfh1ixZoaQ=M)EYC^#}C2~538t3lM}x7zI @{*j{G9n#8}kT?@GnQIXF8>6U6L`4fE#7)IOBgYMCfLSJI%KZ3-Wz<_pn=RG&k7vkYSa14xjmwkPBy`*zi@!a*)f Gr8tpD>RDrir}IXi(F)TAlN)^%O$)ZPtk9sDv&nR2cV1Y=(2%cw!t~;h<+>i06v$Y046Rr}WYg%-vfB|3A*2C7v! _m4gMo@{@TLmWgmVEQn|sExgShlVVFytf91G85n4Wb1mY7(Gpe6A|323@sb9N-tgL-hby`45QQE+KFIg^HVSM;bv hJuSe*u33u68}4?aU|rO$vR$;^!hJZ4~jws&ljm!Vv$hq?TL#ca@)f*quL8*(#PD3MJgDQ+1=`9eyfgBaO_5J>X- ;Sqhd)&6YLFcPqB jY9s?iF(y2g`s%AkNzY4lDi@fNGlXC2SuLf}sw3aCMv_^|+y8&2FQ2+{1EVs^2zdy%I5yNBWgS oR{!~&@(jSoakhzQY#RqUh=Kn7}<6l4-mpKSzvNJrd#9$FtwBD6VJi9H!gACY0TBl)VNzq;j`Q5#eBy@t1gf|TD- 7`|aY9y?2+2lN=WNlw#dMRfsI+P%-6sWNj5+>QKMIS96XLsbopi@|O*?ay`(Y gjaTZc6J|^OLw=&@=1STy~gcmx+q1D6FrOC1UnYpiIAxx52gT#n}h>I&(Gk$S79oLhD-PrlwS*N>=KeFdZ!?J7eY ||y*H@ooNmvrlt(i`00Co4o-GbE{l@Pw1p`|g^O13wMF0v7ficj|XO9sMq!@es$|27TZf#wEASNw-zKA$Xj-gbRI BYu}J%y^E-`YiBj2spp!HqIKMA_s!1QTk5y~xtThxgI`hhzA0-`phF^8KZ0df3o{WY9GL>Q*dhCr%m$f-0J>yoOMna_-IDeN;`K#}?A8_}La?^FR YY&`Qpv0#yD9>~@`77u22Nk$?54E#ckKNeeIMQ49=I@g;{^EK8@3c>0LB+Pt@!53cH3zF+yb+-GuErMm{ci+)Et8 0Tzu|e1o|bqAAJ%ewENl6gmg5tto1q7W;0uk~9G~EycCFd-yzD}`&#`nu+YjR;+_X4b{i>TGW2%wsGG4q+0=_+4( RwA&HqSNpMD9s6l$bQ!`Y)MxpUhIc6NiJafcjw;a>>qXI>(Yr|J}>)$a0}09Au+kUYeQJbVueY9rUZoOyD~@ZE=^ M!6Q_%#fFgGXb`8D*xWAuru`_04@@hZ_#M$K+@MaK&G_G%FyZJ&#mDGV_awfNglQ1am@Tk%L2-w=?~TU6r`*Zfmb v#PZgE2RU$UDAHR}-B0p*F_Bvm83c_I!r_xl;`TD)Qq>!AI8y~=Nn3ifP5ec5uAAaTfJ?5=w*+bYh|3>nk7)i+0_ IwQv=Iq20m8CJttMY&UC08gu$71-?NlWI0Dvx6Cht8TiLOeO`XW!X*fCGZO5?0Fc3?n})EyPw^Byj)!UbN}|!89N jSIl|~&#$seQpOYZeN6nU^=0R R8#>UX9&PdL+SkPFN{-BctI{xlc39(aSfRbG8Swo2S+JIm|GIRpL92xZ7#5u6djf0tm|e`IrK9`OQ~XKQ8gTUlrL 7h1eB?!e5Z9f?rnjkqt%=*4v7b(DvGJ7bsseTV_{3G!3A&u06Zi&U3O^hN+t^_0;WVf0zB8vqmtB(Gr~$FA*=M5ykPou^ !w2`rZXe9wE}Zf4-#=THqt7159sBoh)2RpW65OvI91%f6$!NL>xjx|(cqkEoB_xq|rwit!DZT%ZHJ?F#2#>4!L4n x*;_fpL1L#g8N56c$#$rL aOud7`cr(o9go74R45F=rib6Yx)rq(cP=tA=2069*@8eXcKa?o43fu03(ACsbuv>8v>$}9EVr83hfcY<$?pB;?u> LTDis;5GO;cNu2R;QXyEY_MZUe;HB?=4u2OZ6rwGOY9M+-%W#A5_X}!R)Z1EZ#5yjc@YQ7a)7Mqg0NTa Tg}WP|uEpGxDZal3#g;S7t~%QP=xtGX#tY X?ONMbH5GI)j)6%IjHHU4na)$_dBO1dlfd9{i!)H!Xf;=e;0?xCYxha~+aYKCq;&&mG9sAP6UsbFdii9`nlJiRza &h4VUP$E}6DX6|U1*u#%S#F3$UwNJ6V7|ykY5Q~m3OM|g=e^NQK~S+8R&~?T!N{?qszmNt%$U(5DXm^2wCVZ*N{1 72afI@!~!??>}W_8cO5=;D4H3gS+TIO9g>5Pv81~Y(-JG;PDVJXVW+KRPI%35kh9)L_i#f^*HILqg07+K&3ya2g$ dCWL%ap1p2bWgb>RN*f0GYa+*)HQHz2iNs?3cFaz1_U=#u_^tsf){ZtJxqpi1&1~%ftlu*g%(LhAcf~i39RmM%) fJ+QIKbeD+nOR)$uOs1s*zry&}WYDkJ@_KWQ`&}t(|S?LFPFp8bRh-Y?Bo=DmJH<>@aGU>CTCIwF%O}PFWIs{+pF6{>{(LoGy^R#uzMv7yY273=w>YQ}!5fUnkCRdncpo8QUD+9;LuhC8g! rD#xuV-+i`(s9fE7vHofc7uuK?`{xq5ntb~RvAESovt#q_?AVI3#i_yPMX?M<+>zI?)Yt~*mNqb8ZT(C|Lcxt@7a }X*tOnV^a7z9PmLF+i0~!v*K!@gzR0fNy#u0%#&uKZ%$VW+{i1xq{Ya9M3nCx7N3yzi(w<%p}Z @pdvg+RjT%^jAGZ|;&rIwE5-LCx(cx`hX2xnXp9(HQgmSeV%^CF#R_pq)2xR2lHEyD^miqF8Ro1J0hi;UfjN9l~a PXvOYNDm_N}4)u;Cf^ZNH4!3bRV}x7;-)s=@b9>`*$UVR}HYP(vppMadIe8iBcI5EPcP7iLpXyy)T!!R8Qf&mCTj mp|B<(n9KfKL|TSaBIlI+Xrj9t5hS{6IY#cFo|FDU*KQZb$_+-JB6QjUoUhVymY>o`A%U}%kdp?eCaOtIHQ?FOBT {9w1$68yjBKhiX_HG7t=&zUcb{Y9OSY`Hnfm4^IfZydhS2pIPLos^uM;LZojz)w=)?-EQ@3~Z&U%%bh^Dw5X(Z?r ftVHBuI<4*_o`9WRGzUORR1fq4N(YONt1LPFsx2!pV0Y4;4wzERBW6ps*rA~;mV<~GE9e1xscp||VG^!N&D7I(Z7i(j9LvXldJ2-!>{$%%7nn`3jyZ>&HeN&xY+XiLS*TcuT|ZxA3e{2n&@7GOWNMV;h&oDSF$oC0(uqBSz$ATC>M*TuA6Ddj4o}e(q+9ewy |MU8g+wQVz+dVQ`aa1CK-yyRg|Ga_z@Zud4vK0p_8?#;EllVblGDmL5%Cunt>z88C)XJ|fe&U*|$y7_3BoRC#oL-%u*3neQ7w$ NZ(xjxuqPEXzco;~~OEBVL$KuCS)=B!sN&=US{zGFBR%3VG9lDV^@gI(QDBGH_-%aRZGTgUrG$&*`e<}askgJq_V w!bc1Ln$#FAy3b=TNBP<3fkM4sKre`r$s5vL%giGq_IbS3r=M}`EYhAAs2Oa#1LlMiR<-W`wuIc1y1gfd?5FBGe$`c^aj=_3Qv~8<-pu gpe68RdwV8yz+6th_HFGPI-HAlRd#73GQblhVccpWny*^hq|?b(x!>M%P|P1`D!9aCSXN40@RWpH?TmYDX#Iob1i S!DzrrpzaE$Zh-oQmkz_Wu_AH9aRV+nRvOYs{=;vpU?y7eqR4i{(MPf;q87y^qan#7>3}u-mo-k{eS{6%Yxj?aj@t}9IV7w0+TT(g;?(Prb+Uu50TC7SnSS=xA;M=Fsy=cXRCa|WkL2$OSdt xdw6M|mL)GeFHiA22G`MD-HC9I`!5P4eyW0mr1l5MZ0NDr1QxH*UEpvimyTH?gFXG1r{>$6k>Ly%F@F=3-6;(*l)`_~*;{qyz$X%d|;n7|8`cxwqZdu{A4t#qRJ_BV*1FK!#-7X) Lsx);5kk8v2OU;FmSQ%!pswgh|P~BCRGMgx*LHSBH^ay1`}{m2saMKH@;L0O2G7{s43xkjUy_xxUKG(@_=5{8&_cSpxYpobsX&bu7KJTHd4lD1s^la2zye$_c1yo{24AU9jAhsu2mO;21AoYz4ILWT$oHJEHuE>s=NTZiK5t?lRQ1Ou 6%JGX0(r8~Dg1@scCil{G{B6Hpw3Bv?Y|*WVx_A_*mUa~3J&5L%#^0>Pm44=Ojyx9n5a5>W*0YWw9#y+9V1vjJPD 8&c~*J+p5`^$L!b6y^s99+YKiBRbQkDn&6<0?xFbfSZetxuE!FO+-Os-H_TlrRZ?l tf`A$P;Tn|*U@qCaKQS)F)+unaF$`yLws2_tY#^fR(6;3BKePkiWf_z|%d9o7iJL3%idIIk%yjzMH_8sHs_JqhfK z!XjPpUCr%ML5MzwCJ&%_E;Yqa!v*5UkSUtruFe;u9Xfzv=PDF_&qKAnOKq$jpd<#0Zdl`_0J-ThM1oRuvu7Ol<6 ^Y=t440Zggt1JtxRe8EPEJXPy)n^E#lV&``Wi&Rhys)&ne$WjA8@aE!xP~3$lS}oJiov9$PIJt4 q@M$tz%)$uHNqe$Ox**(ifbH@0I#DT3fCr}EfN#LW~#2By^HDYTRYJ;x#97~_I_h_}Y=Q55{B>jewF;lrl0I{!*sDuRB>2~Di-hUf|FIx#9*$Jno9oNp5W-(n0S$OtbbZ&gi8D}yBeK=iGwQae|LnXIg_UP )Tdh8J{heQ*KNuHU|IzAwKzE%L4oZHuHNVj;kc9LesEK{Bhuu+3~6uj*LchKLK6Pd+4ebKE_`y@1m{A228W(U9ybJ4=KY5NU}ClG$rJa#{yB=Kb_DM~#Lnn*D ZzT2{%KkkPBSD?3tka%|bqVH{ZlU;tSKY=a3%~7y$E1}?@KMr(H$&>E+kEX_`)w;iko-C@Y=?Z_p{J9bXIA5hay@|AR ~AF`aN^ud{ZY-(RgBup)5(w)+`K@MQ&xk|2Q=*ZgS(G&H-X39EZPEod896^3~|KV(Xq@O_x~NA>E$2}^J6ybz?A2 YMxa&W`ek8Pd(Z6Hqkrf|RmkkpAK6I%L$vB@=DBg$!56Dj=MJ1B2rku5~PcLDqt^r7d?4<-$&Gj!n+3rV=>-a?Vy *EzTCGJAw6Q5=o%)SEUR`|Il^m>XNAxa|skmZlf%{T7o?0I@AteHJ}ObbQUL{mL05ef8fD++2}!-lwl-i{>mzHJ^T8Y%2FHW&hkwQK`YD>Gtc$EvF2Qz7p6%1hupWTdK70bcovd<+e_A{Ss*A(6G0E8wN}b!B&nSJ?qL&a*lM7phfCy&&D%ltr0`qQ0c+=LhRUi@Wr6o36=M}tXr3s*e(3&pyUCmh_v~4| BUCWE?vK+`{O7B$))A@I*_x4|#V+fHAh|KIV_OT8dsMa|lQ7vrx9u)dF8ct}{7El` dq&ycPCsG_v0lt5v5?tbEX|vUoy-H_qZ)$>!(&KsvLA1@>$Mutyam-`Z+V(ZFfHIVNg#ZAM2 Y3W=XCQw3_j{&I0J1@dQ~x*mbWs67fHVc2p0^WV;~|NlPk&uv@ryZ_SZYHKG3fBsi0s8x=*jLxC0 8&_ytph2cbl&rit5*{ik!3#xNSzwLWs4%p1GWLRZ4K$ukH4LL$NF0_YGOK}LpH1Iqb&XF4NKj^;Pe=DTL7G`kPFV Iv>Kcvxi?vM!S3GBUUVQOBC%DQsc2tSux7%`TLIqEtMIH&oLdj{I4Z|$1ewgws-`iNDp)2(absHo)>HXDZZMl;rc Z>(~6+Vb_cs0-vNg!LXM$$2fQ|-7;IYp$>ndI!IFqr`5!Fk(#Y3`M|Rx-y5;`I|9y$dzCc}fUvwE_&#`=s3nE4wG l5=$z92Vy}U*B~(lj;Fvhc)4uINUb?@B9?-~o2QPz&AQ$|C`fzEs>jCtzJW2V$k EtQceB$yS*Jk3}LJ1C{Y!jn(8?PtEe1N|+W_4`?PW=xQ6jbT4{LM}mZZMA6_HhUr@NnADXmnZ^GfgLT^Z_g4VSAs TTffGKfjJ&hpXTVnPGYLO?e^Cy}*8lL?1OJoD#|q-}!C~oV9v)WJ!pR@OCfM)H1y3%R7i~%TE& {&m8QN(=Ch26wt>#jmZk8V41G>;ZRR}*|Nkl9N^Cr~GR0&&%wvn1urlWh*J)62d`drx521p7N~HW8^G!wC|10-0y 7Jst^!XU-NA_7nAb(uPR{uwhq#TI6IXi;et`gMVag#r<$U3-Fj2X3|)jYfyP9Ik+!x#CuK)qyfUoCAnH894^=6Vy Z$u?pvvfS4YOFg5oqmU$N>O5Yj2+qm&|9AdA@Xga|0TOgq2YL{{Rjpt+#@UD3f=H6-X=K@LMbA;lte*a BT_hnDLHF_(eVX*{t+d`Oaf{pf+jE>d;&SLSw6ZtiX?Aak6(DoVt=Kk_;<4EauPPr6|R*74qo`M)Lwd*s{Vri5Z@ 0TTrZjx=si}}R`L1OYt*)HUm2h8E?Wtz4`v!>$MOQe3;QB5Rg&=Ak48kT!jQvyGCM`uM0E$1Z2u1nI`Z*!FQ j$X?lN&WjR#I@+Q*{n}hBdk}_TJIt!r{P9@|Q;lADfM;H|q-UC@l%vHB5a^5!qjvkk&!gVuxxfpw6^>zxT?cR}r$srJC`jj#6H5uoiV&+-mV=^9c>aTUsOlS(zl+ePV3E8OoXBWt(5`2`eDL3eh4kHKF2dmm{!c^Ga(B3xT?vZE6lLjG}$;(L~~Pzcb& +_U}ou{*E@=s_~4;`%J6S?Up6Qy(xOB|jh$9Ny(7G~rQKFR~eHG3dV8Q|>1wyJ e4`N@YVEp~buqkBbX;4YDB8GcA7%OWrb@Erk0At|PB)v*82+7*7cb*4_++UM$eM4L>p!C}`YOz!OViPwO~$W{s;` CsoY${K{|fkLoVcRZl*GpG0ve!DQWY?>}5V)Q{`G(E;6`%Yh(Vjo?HG$SCftTi@`L`xarE!Fg)IV5w8$4!NSpAT7Tz=F$A4>!I=@NoFZ kqJ$J`PyF$5D+`NbUZ{!qK#vgo+}UN~vM!%VsLauW$|>iqkxN!Cue6YJf`fI%cd`?&VS^&b|$G8&3}VaZcO-$ZIV tr<^6D@HJ`kEn&GqXzMPU-4Fu;X;dPBaB~5U15!FM(de}k)I*VSD2f^9t4ZhL=!k2ivaPy%Y KL+%7xjV7{U{7ZQsdp@(s88s+#_OOTgU4qaI+;YUxU9QK%BIOvs2lt$ajqoyFV-*&`=&v^vEyKcsm0su-4f88!i` i7w#4lM23o#{UVwkYWnj(BxeXz(@j=M@O*LzMoMkoW_zWc=&{(y_KV3Wa7x&ISt#iht^@Dx5u6;fz|Q=(<*TD>5@ 5<-PgG<_8-7e0Ik#$OK0}|>p33qDZ+F#B-5S7g4NhXA^DGyA|O`vTEGWtO9fg gBmtOsI%oRgW~|XH_a~h%GU|1&Z_OYIWZ1-@biuaWNRV@vLXWkTGyixvlA7rAJISnb)1S)FU<2b@zJa%upZCyl#v `NfW(oo`UI&q9@z-?+1Srgg7%)xD~^5g!*8{rw*Py%>UaT`mV?N6apuw=pZ{?6RqYlcLHLxCw!L^w+iHTp+8zBt` bIiePS#6z8QVf3~5KJzgl!<`rHnuO}F)$q}Az6vsChJau7e?ETB+A#2spZ42*rmpw}+=U=tM6FHP*&EgzMT?Ov3M OK!wxFY@H-|8N9!6o^CIIVb-FU+kp8iP?~nJiR1H&qJN>sA9)iU7fMY_aAl#Nv5rZ-;q0E2TrK2T)W+mr4E1GNOL `XjZETN4L;QsFe||#T7Nu08H`LCSnu~a&Y_56JPD8pg|G@F5*&!)by9hw2B@#R>~~DDE=G}uC)iM4_8BsNk7^(d! MlZ}2Yu9OF6jrM>HsoeJa>vX2C$3U)=Z>0M<{fqVFC%pvFn#_7qo{jRBj&>m}bO-9gTF_&H-;2xn<%W@*yRgB*WhFoK=aAWBWqFb0#!@Gh}dJ?+NxfUy5aJLN N{8;pRX)Od=3@VNtqZQUF>L>Pg-ToSBG@3y=?>%ka90Q$-$h3)kKFog<7zR1EjLkcQ=Y?dNybDyb1SI-aB&7QEmk eC?2!BRuv`_@j6^@gk=fJ4BxCSJjAM9mbo}VH`_GsC)9HFXtmz51-i@Eo+36uU7baS}_j;hp7C^(z3w-$mc20Kc> ?+CwCGql*LOH&f&(vLuEl)Jf#)n!vOy8=^lPb$x$S$D~@%4%gaDoA7TH7QDmFRic+&wY|76GSfZ+a`gCV6+ny0NX ze0PHJNS=0`_XqyK?X8geL;4j*W%=~|;e-6tjWbQa{Qm9S{W)2#&(Ax9J8Z-~c0D+nfhdSFQGhA~3{G4cbdidnkf ))A$+=oOXL{Dmx0V3xnQynFV0})gM=kUa%DP1Kd7RXCPPz!pDRH+DFS&5#bT{v`@az_{4kY0|geCvNTKvy{J9=^S b-pZ-*}7PM|MR~J#zca0jJji90OqI=^SgjTQ*FeC(@O*;FYhk9yCVk5gMgOq(DX+r^uc`@VS5(Q 0%QH7{xwAUsmMfS$i*d@w=5*P<_Ut(V-udLS-SfDL-vo>!T9QU&oCSe%&0aZ|oDy`zO@_uMn23`rLHrdLLd6R2+cTCaxwJGQU QbQT)el2PBjc$Pm}LzjBAEX$2Ds)`C$Z5I9cuwd;+7_UU~Usvc46z(I&#p;<~ Hc=N{QcGYc$Q7W0nw*zH2rE+^GS-PrCyfC{-dXvg|{SreMQ*}Cvz@Mr|sY~nm)ffFd76{pau+ f?0|Czck71#}DoWTBGND-4V9WQrueV1{`yB0ZQ|x{Dql%aKn89OQsc2R%fM;53mSx7pOi% I87cwKd?P+(m`Pf?b>e|!|1CM?Qj80VX*J?_lGH8ZfU*S*x?M)@1CFCY#>v}>v&1cA^c&a>Ah-XFX&95qN^TPe5S)|;4o2B*R 2`%x=qTBn^M}G3+v)+>zQiW&gwuGj39%bT5qJ*WNJt2+11jvZZAVxlM+0FG>%C)1M4*K*~THc`Nw%JMX(METa&Nj?|&MI1rR~N;y?0@S`>O4_jWk5JvguP(V<69`0a`0b8-CQPSaK%2XW{E&mb`+z73>l8A^m6mXfNz%x~RjZutd1x9JgfMh#4AbKQ|9=Ju=gko6X@8^@a(S4*~adh?b)& u(*(*G~8?bT17~i_@j1-0K`>|3J4MXDTGIrbGQxt1ScINbsk`l9p|9up=2)+ !bL`U8l?O*e*P*4KE>V7i`Bhn-{)`FjqCpWd`T;ZkGej0w|Feawrq~*7|1U8m{jfn} $i$zjp)*=xy06ZR!ob0eQ0>r?Cd#rZ1PCE3z*pWn#@2IGHbF&Ud{5Wz3vnZ?MDDSWpr#ymqtme9_>++40(dC@i#K ecIqgS!%`9Ae&@$oRV!Qxs7m5c=ED8VHn?k*eItlyf6gaiK;i%Kk;kNyZ?X&7&i@9 wZQ9q0r;tF^a!^{2MTAX?HeYlsNc?FI^TYg0ZE?`OWVkZgLIK2I0(p=i&tL~Bm!tU*3^GOfldaL-9g-LEfK%NY*s VlSt+J0oE|FS(SCRx;$2d$Kd5_O<9gHTPa)S$)naRbQn$gydVG!@%Wj47En6QQhDyhFqb6==hn()Mzeo+_$#62g+ b;oE1(b!X)N9C#T;&?w{`JM&e}-M;lq9Fk>t@aa*?P1fRwAdnDGwQlLwe;iTouQ8eNl)UB(CD2=mI6l)*1O?52CG-k;AfqfA_*sNoN0bO25L;ma?doSYsU9z D;5r;!VnCxs&y4DIF`dr`ScH5oHs>%&;sTn@^oXi7oLt?rB}a%;zm}VOvR0s+q3p8Tc@~r 6#U!+S0lSr{^>!D;5Q_M(ilX&Q^XG11WY7$!fSk!e+Gmf{>ei*J2rB^(m=Hhmeox~;>ncD(zM@VlZj+Y$aTeF|Un safp;!ss*%dc^X&v@JV7>@?h%M|4P~q-} Sj0;xh3`wE#-i_vC}(DN?DS+=K2Y_T?IqOx&n}9Up;cdI5#ER=*UIq%)2B`d}ytAsw2=x|uRtOuGhg%Rlk+-)=O{ evK+(Z{R2RB^M=b?j(`B!x26$bSYV=Kchg05ehUyfEom6$3y>vF{K?XnmL R*J)@8LD>;ymXhd8~l!qvm`^l=Bg*$Qm)elQhmI~315RYa>c_!-3=xmY7lTnF)F>zBu57 00Z~8#ItLVT+f5eY(Yev?AX^Ar(jhtlno?zEZcNF8GNKao8E|2-UK; UL`hXOa7`$N(LaYy!wYv>AnP@Di~O=Lk7JUoU2ON^UFYe3ubl6UM*8G`av7~Fu%0uij-I>wYqsg4Tw;2? |IHK3Z*FMEJ3Cj(_&!tm-MqTj{ZcoK1hY>0i>aJqsCVxxDs5mE|8@Nns?dL0bB{mL+>iFMpJpb%k*$PLrGTaeg=P?y;Fv^@6-zO> Q%9$$Sl-=9le}jhPm1l&e~Y7`tnf?ZM#?~@UT#TX(qt&ndoEx@2%?B85UtN=)tS@T6GxQ9#@#v}l~h6t#(vvEW{2 ERLX97NrFut6LGjWnXjyxTT-B<9RXGxrrK*U$MTDXrUsILYfLSD(WEQF eG&d#NCy+BeW`RpcmQfO^)52fpPm`*_^Ew=NvDPKxxdn7L4?EB7;nBDqBb;3n^jpS}Sb7T^C)zd5jVZvAi!(PMLj ZbgOF$`GQK8o+Zb1Hl|S1@;YBG#%%h)&rA(DAjHmk**6cA*|D4#h|HBzy`!X^Myq~tiJhRn5846Sn7u)I30csT+c {Il$uGgDbhfC+)nv_3MJfTe9@FkbNp>Kz<%(8Pa?dbr(o{=o?MdNHG2^wso@G1{dc|q@*x01KZNu?5=4Ef9Itp~`jXQ`&%8$ piPcQ3C@|6)S?%KgQjAC{hPYnE#Ay+=E7U$&WgFo2Nyp}YhIR)#%zsaoOgcPBPDEhuxc4vz3<(GrQ0n;%sXH6X_Z tD1}kf|W+1#Ka?21kunTQGblbe4jUSFpI1DtjSH5wW`A2-CR7XIrfoS3R6eBhA5WJd7RpQ(R4v!7b*;mqv@%s(LIGxNJ9xEi6lGuIikbrwg+koUYd OMfl%ZTa`Mw1J!LA95=Mbf!XabutS0Ngp%G-ykITi$Y!GW&U4Z9GpJse^)FkO5&{rHWR3q-h&I;D&g(s s3$ejP`E*E3I*f>+H-Co9C#$>1lV>db#ekOS#QLubfQ59+3UmL!&l044Xr(2&jcLaQamy>hwuYias~p(jGV8TF0V WO*WHYgZSbGVa_a7%jk7UT`o&*?pC89E#*o94Kq?mggA0=q)|s0EHU7g7b>{-j{XNs(d%Ck#->OmPpzL^L*t9^vub6w8)8mICvFwfp`ZCUDJQ zcFBtc#m4aTk?Sk}BfGq~`q6d$A@M;aI_mD)zp O(x`+rbN0|XQR00000U|MBV000000000000000761SMY;R*>Y-KNRV=qiYUrj|*Q$a^XQ!h|U0|XQR000O8U|MBV JeD}0bOitaQ3?P6F8}}lY;R*>Y-KNRV=qiYUrj|*Q$a^XQ!jF1aA{;MaA0f5a!qG2&n?Td>iSH%Nq#E0lp9D0)7Ix3Gg$(&46D5t_S= EFbnt{>i>xQUjT0h{2kB%{0GlT#_~8B%X1IzAIVt0u}oiu6f#!-2q2h}$&BT#02&u(GS;se^1OihZRELta*g({q5 bQq_a@>cJby1^{rmv&Q^0!xzd*ikQT~0##&r$(ucIITBG3A)#f@2ezBy~-*`Bp}yRw#NZ`Sf2%wn8b>)#~WpG5r` Jbw=DUPL^Hat(M1YWE7tw}EgA;7-7;fF9s>!<)1BJ)g7poXuJLFlX&z)L+K^8-RBLzLm3ad@NU4YWBuCUU>+QM&k@JkmmSMjb!;By9Q#hrI+jnMJOD)y^4JAp#Hm#z4s&J| J*_U(eA2a{rm~ff5rR%!2Ms2&Br>|@@{giUt3&jcb{wZce++@H=cVaKaBEYuJxw^xX$PkeDB1b4+bUH?g`Tq#QJE )LBtVa>y(E%4)YGvLoi2;FU00{H_XRT-`weuo5uq%AH($?V*dloco^nhf_+M`4~hMM*iUSJ2V)oF{V*RQHm7EooS A&PxPO$`e#zcoYu?czmCJR;>Xe7-+Fk6;#jNd%l! Ryr~T8mdKXcA6)tp*kTVo&W_bmN*SXOX!rGkO7M*9JF*BHeEG1ICTm>&-d-GSFgjOzw>=qSL?H+8nYJgFwJq9bmI lC$h2Ib0r*Hj-S_E8ERwF~=_qW#Y4ZcVS}+T)8E`Oi+PF5Gpl4)uiK}HLfP9X1L`Z9GsUK=9{c2NX19e}5-pA~{BbHd86rPc| DTyoohEXNct= =U5O_S{P>FwNpKC?E|vjrOn(Q#@)DUxvNah=v1!IbG~s(UMG0!{_^@5&|r0@E{=w5x{$kJ1JOk)0U!7zSfhcWehY CT@*oE^i~y_5=j7w5sQkYqztv`T}}eQ=%VRUMxN<14V^tuxOJ04iZBcT(X}`^-HqWMd6TT71vHXX)R=zw?@07bEz J5Y46(vZ)6*UVIarvbX=9l{E2kzX(o7h7Nh)baYN2k?$GwkDoav4JrKYJ#y|=1|0oNf(A{}n4twbuONTat3DJ2cX *Up-t3H4=b62COvtWPy(N~B~yukSuA`a$)hDBU1MdDT?K#GeLTC;)@MCEd?WO8x^-O9KQH000000AN~WQ~&?~000 000000002TlM0Bmn#VQghDZelM?LtjlrQ&T}lMN=402(l=+f(s}TkOzwTp2Aa*CAd6yQ9;>ML_ro6#V0$zbI$ivb@g46iQ@nF`TypVo6 }ugd!0IUwyL`8B|Ci7qrWdr^SoCR{M5@m@8i#*=Qn%uw`qURo7UxdlLWs@agHDGyw6kk;sZVJ27-Sgcmb!M>v`u= yw&qOuSD^Fdywb-kiwTOq-TP!Smb#xCiob^mk@lxV$XXm!PhE0kl^kFk0iJU!3lzICHNtNuP69Dg%1*Z1;JgGc;4 #>&LH?kf=dW?6D$)vhSL-5A$T9b7ZQB&!JhY0F7IHJGy7oFW5vNpzn)+p!BYtCM)1oAqh8U%J%uU P-WLDe5tQDe?)HqW?b%va3;ZX2|l0T4FsP@@cSD7W_`bH8QS;TWvIV*i09D|dOpEjxIYd-e^n1becp2j(w|N6xdcB-kkG{Yq{h4O5c KnZ9)fbO*LdGM1oi(3K|(F>4$bGU1a~0#xW;?t5cJ1$mjk|XIm&(Wa`e}J%aQ-Qy=X(loUXF5ZTaNMg4Z)oW{$)Ap`}A`3%T6m${;n&~uY0aQ`TMNE_{`DoZ`bhR3Zx%jfqHEu_@6qQO%?tK!RHgaaJA=cq43Mrc+!yZw^N^U|F8AD0eXL!;3@RpH$=G0_(_naqIVC$j}v^|I <)7ibqN0!!EqkfLxC67Lor^TB1ld3K11+io=*fL{(czY4#8g@hH;v6IQnBP!S4|~;&7yY;}JBc8Sjt4_{2wGew=U w=G#Y(06n<&2+V^c-{E-$f}7rf{<@Uls|bGS9g3IlK>yuLaG3Gq9T>lP@ASM|7@yyXat4mXI4&mmCW0%E1fFg>68 L+XzF&GI^8ebADDS67BK>Vg0uO(GB*yh&fQFsEu^9X*NAfbl0_j;lg98Qpi%KJ4zBBkEG?*jfL??S&l^)BSwN0ImEc^M%8^8?iT!T{s`#Q^ QTCcu2SH9)-{Ah;*N9ftwmG>raUIgIulrtj+s64~~mVT?;<82y(FqnzW1f!}B9`#Hmy2Nw>54t`}A^!@w8DECgy_ c4O6A^4mT)bI5pz?V7tJ~)E$sS>0q;!W!NcSbNCH;T`AodU`p*{~-8Xf}`BtQS|q1qgZctE`grTEMeT%mw@M25Zs60F9>enc|At7fM7a?`Sq(Ye4kE}>j0iV5& H9^5$btkFi6AYl-aiQT5KL?h#xdykf`-pK2J>UN!lRA>{@0EH9-nax#{Yt2Fh0LH26*yUh0l$Fhp&t =PnX7^1IuHy>+Lb>{f-#@w_f2W!MzBM6MQG*UyN~kI0il6H6b2_;7bV-tK@wx!8-L+0)A*-3O=urV!R3sjMJP3+J 7)XngZTX1N7?}g8#+%&_Fw`oS?J>e=vdi?7tEHa}dFe+>VXFx9c}zKKx=M`up!2K{sE$3Hj`|N$JHV;AwRe+I{LK ;N=H4Vcb8h;g@d0I`Sogt9kx!LjB)32{>EfL6bQMh3e{e8?N+M7HPxGb66V)uPD1%#K1uoOlhAM9J_&gCvy*^7x1WT1KY 9}K?>-sj^_>hnTcGgBlhN*plYy5XJQ?L&d@|bg)sumzcb<%VpE?=+|El*Ozj*|Slz8jjgLZvO!+%b2I>GzjgZcHM _Yy7D<|0pEEq+S_{y_=*moJ~y6CwQFR5B#1u1NokN2FCTOGcbNz&H$eN;taI&A^qNcCf;{D6L`9hzRy1s^*H)W^h4uJ)cf0KqQ1A D3B0{m(>;79#_gFifk(TXg?`@SEc91F;li_kzlWcNbVr|s{;8a$a)5>(Pw;Kr-vrO#`kw{(XPLJ6zk9)AH%vaOpsU=@5diQza2or4xx;9%E!Uq?MzJdz649>p}wC!5AFEXdFY=<&%-+Kyz^;|B>1NDF|Nm-k MV#1`Iyh=pO10<@AJ_=KRO?Dir9P4m8OjS7EwA@KW`7h;_6z7 YNX*oELz{m-ENmCxY&Sp-R>^ggHWkA4R9aM#bG{XL%rUwaV2!+0DC5()5r@L7!i&_(F4Q!YY#FSrQfam_{Ox7#lQ {@i~N=HsrP!~A;J=P(}0=P(c6`#I3ZuYC^v`sRy)m!G^CbmB7?1HTT~jBze*MnA`!RW95Nx_jDY;P0n5qdnJcM!( #$8RhdFSP*U-5GEL-}&Fqpsn{X}tGn_?efZUp{s@`t{<=F)sggImYuxmxI3 FtMQ)Dc+bBA>36>Z`MvQ9;7|V*m`88D0`vZzS71J0NRUW`x7!z}Z3I961@M8(z6d?sXNzxd*MsS?=AX$uBKo7CD5T&1TQE0F+%XKJWswtbBGXP+J9 1=7>~b7bD!JuHJa<(Usn;$r}*~}TtV@U{cobVT+eS%8+lx=L3{VQ7I?q^wV3xSuEqSUTnqd-^IFL7o3F*Xb;GroK aVSX^*2EW=6(}&>`;Zre-n6f(Ko?&e&L(wpWf>*zlN>@z6IA|eQ#WcdYp3|@al5}XK{V6L;jClhkCvEdi3|+*P~w !z8>@X$m@Z}@%3oOnb)HpmtT+i|MYtF=R?peI|5g&bjo>?eiuUb$GwMHZGsfezo6#@l-iDZ #4=e*b3R>nT4&`4{~RybJB!^DeZr=PvEnyO4g}UBIjHyTE@p?!r3r<-5R_Zn+Ec`b&R}?;rRz(t q#Q=%4$34ST_Je*-@M;@<#YU-Vnx)7;+zPmcaA_}w#q3q1e%ZxQd&-$L&?<8JV+XWor={N`@$_uoO@Ui~|?>)hXg ethD0$o~t!1K$1ccaS6Q{2lP^rT3s6Ywtln6z>5aSiMKrse6EjkKF@0Fz5Hkul9TN(+7XAdfwk-oWA^ftf$}7cu) Tx<-Yb0=*NP>C4a#99Q_CAt2h1u`Cat~#Q*jmz#rc72h~6P0quI#y{P9K?gd`;-;4U~e=q3q@%sJpdokW$y%+gyx mVYfdzGHvi}AkaUi9Dn_hO#E>^}6*{`X;i*X~0%6sa59nS|)&(#m8zU~3clM#KdKcM{Z1L(*1Jb>~)`2faq^8?8Dst16F-+ch<>>nOLJD z#~<1_0)(BZc~hUq_}YM*@=`k?PUtnK_O${Y VH-aq+QjL%hnMSt9^;eY)r>aok;(C@GP8{)lL-sqlV<|M(lmZHGqycYOr?_9}(1e+2#A^ 9bh|sM}U9-`3Ugf8=Bt_72dAj|ET3XtnnUE_`JV^&b;#P;A>C#JMiZ 7e+PbEr{VV!JeKhJCI3sbh~Cfs2j=1Kk0Sn&kE&hmQTRt3|0u@ekjH>$Lyw`K#~(v}?(w`{NX25 -|__VecqEO|AkLtUcdZFwJSe~b#v{LSg(>N(eBfq#JGL-NnIZ_{(VnkzCQgV`eWCpu)YmE1$;g7Ddc~~Q%Lvaryz I!_$lN+|7oljhdvEDcXLQvID#zif1e=R<=0K?lK$R8Q1qVDkbdGhU4q9a6XbsR2tm=06Xf}R4MFBdzDtnXH*E*h?-c}jJQfp V{5^souMbBOWV$^`ko)~gg4|y}A;@~?e-ONi;}a2PIq}8M>yr6=4ndKpo`-tISy>hg%?@-`A=z Uj~xW8B|MutD%*g1r8`>Lp!52M#32^x~+OApQpkvR?BW1drtIdTE!J5F90V2*KM3vK%!1Wf;$^2{K>v(wC!sD_#z ~d(X=;E*BEy`Sg{SBmJE($GG9iYhWPzYcMbGc@6Ml$!igQl)?#u%x`{>AoHU)z82%K$LrAl6R! gvUGX~f>yKWC@&D87Kp%GXfhTVu$oliceAMsDKE~??AN}%kALIV~*LMm3e!}a~kB<_J2|oRL%)9M h#>QsU+cs8eZ5cVmBJru_+1L`=|g$Mg7R{mHk+M_R@H7>PNa+{m6e`4L_hC?Ox Ci{29`CCH-F3{A103V?X-i#D3t-8U3IupV9KZukn7Q`P`!EZ&UbdjdzdM$maf#;aBwAJbK=78lHy;KBDo?BuH6#7g5+l1iz`_=5MyXe^}Ep4Sqtyo_69bqwjyBaAGIDFLy!K<-gm yV29zqafQcG+^^{~uYI*?Sw6`$=TAZgP}my!okZ_PY1rH@$VmLRNYh+E-`-2`&l*l*w)c1!Y%~1VOW$8hzb|w_p5(c|b5q~4ev-sv@uNJf>Dz?D KYFcy%pVZD?X9FVM21B#v7X?k3BHud9MyU+R>_I8(mE{Zf=tJMB-V=l(foZ-)3I ;p*P815a)tj*;VbC(Q~EtczonGslLXUgumSMj9Qs{C@9QO-q?`rP%Y 2f!SV_UQboz9K)d=0@PwT$1=`vqD)%RC#q;M2-{3)}b);PRT<#D5=Q{VV-mr}@;ULFdYTMa1rS$4`ULgZ-nhYxQw b;rl4;boyQAL4S9amh%IG`%rqOl?QA7rxPqY`2Y2$I{l2^f5r9DaMq`?j9u@7490)A)ARnC$GOws<4#L4@%sq7av J2UpE~(oukiC-kXaTJJk2Sa?Z~|Le5VUG)qfDYOv|{IoCdY?TFdI(-S*#C4=^Zo$Aj}ZJE!L<~J#8_|NF34P68t2zsSNcXvj`zRxdja!V6m~v^UFyMZ%74P&XqsXA);$ d}<`4Ay>!-m7iT`-*?4tL_xqk@Gq;&Un!AJR2djFBeBlgoL`$wk1Kj3I*oM##Ot aW;k)1U95=TYZGwAJt)w__(ReId9MlDy{UH?g3wr)|7ksf|jq@k^y@P23h3%+iu`J1 a)C(y5I|N^*aar~tR@u9kej6yP&uItS#eYfRA=6^|ZPvV&5!_v$cbf)(ZvJCF?o*onQ2PF3f`9iQpEv*U9*#Fr-1 `YWO7FZmWC^|h+=D$McH*w3IRB~7%-ilu@y_72j()ScAZP!c;A$=VdDEbaAW_BJOT*ari1j5m68wqQ{jCJ=rr#LF xrh6D8gvRj?}84J|9HR3XQn~7Wd6R}1>dG%nz+5oz7_tPt7RQC4Zfap=yz!s^c=*-dOvi={V|?<6z>WrjQwwPJB; Yo`0qfc+*j~;d$8lM4TbFx7gN~Tn#Vf`osc5d=R)a5cf5xqj22h xrlHp)UA#vOO#0^z?g%zzYdJtm%8E!QWy&y+6Wn>HQG>b~C|m)9)}XJ0dt=pG!_ZTt&~setUcBH|D>7L%*ANytq7 qFQRY%F%7;C{5PL|@9u&R2md|aK#D^wxyUZFHS8}6c|XIuoc_JSgRX}4GcUl4u3S`JpEoy;RX6#to^gugPw|Y*{t`Ax}cxs Kep3fM!)BEL6zjgGx*n^#lb%lSS_jz6LqvF3KG>? br_bd9nlX)-tz7zev)CIqtL4t3e2H%ted41F}zQS~j`(qmRpS(iDNt_e8_nXc*9jM>Vrr+PXpigC)mF4U2(r-Tpm -ugszO(-75_uk;v#xqp&a1@537R3)A2q>;8SJ3qBa{()N9l=N|pe*LT)K9!bxycFJU%73 *PoG|mlO*!Qy={obqbSYF*g?;q4Sj}rW2Q=fjn3-)i80eN51=cYlAxzvfretawRnZ#?^ulF1+gLOxrps;V~_lrFE ^DWZvPtfl^`khDb@1ftXHQ(g~chxv^2)==StUp>n@QqG8&*OH{`}aNQo%iU1o_PVclYS4s}XpQ21|mdS5jSJ~QU;6C8)}nd1GKe!rpLtvt?52kHBzTJEj%yGqkM#C=2GPtk9IhO;eS? 8o~4YK1#1{4B+Pbr*Ex>{oCNJ)gmObkC{JT~_tevCxkyl}3`rK^oPnelT2{2>T>_G>Vhdk82zK+NcB!MdM*5s#1! ?AFc!=Wq&vv2^vZ02bGG%=pKzKVdB>~;~@2mK^ppFL6PExRlgpG6H%>^R3`mmZDX}k3yNW}FlT0cE>~vADPXU}Pb yI{jQyavf$Ek><|%#k!%9$3Le4SW$eE7Rs!2G~NTZ3+PsVBzl}e@>b~iX)TJwh+QKgt`zyKHObuZFd_(@}Uv{vEr s=+wbKZvQc$$B(G?V9vUVKt=Qq0AadR4w^Qjp|X0rP10ml)6&e$RE4IN;n=?(`2A~POU;Mt3-3>49{Ic{o;>@X+T {P%$Yenx6hvl<4H=NQX``3NTpHa5VycWq>(5hv7$q(SKe3@=xd`!lHe;RN*{*Pv1x5wvuwL6sPyg17=&J{P$$paj%eLA @RZF=s%X%LVuOri{QJo2-vfZ}ZSm9fOh3WIK~bYE>{Uqib*>@i#{4m{e_&^6b+=X55>U(D7Q8z6aGJbz)U81*11f gTY-)eLX@mq85)+M~nw$LaZqD!yuXDnwG<`&I!f|pJGNXN)%u?#)E25;_b7nE1F{(^fN5%@(Fr66(^{6Czh`Gz>;OnA;wu8c8z&ZRU=<+^h*=gbV|QVW<&5elxARDy){pi 0v$VBA0(XmF{+N25|B4pB`hgLYyxJu~_-i<`@2t` qh;&JmwgQ(KrlDc^e16@X1A_|Hyv7+U|q)7_?5vH3M>#)j%JgdW)2CSTL&v!El5-KL>dFiByXe4Z%URicRKogo6B be?6&q3~`5A^GBZIiFa#-xALP#Ha@MIqRfdvGO@AHo;C7nwp4bmdFl0GcV~_B&bu0YmK_U p&pimz;wp}QNwXUm84H99aWPwsAj8%v$78n4x-5Xnw^ijNH7uc%xWh~1~Akv`5Y9d!ZT X@8brxowD>l~RGVzmvkevlo5S4;qveURb-`&M94M&7Eqa4Cb!AL3qAl9n zr5q_@aSg@lh$Pw=}y{v0MmGlUJGtokX2VLy>tYCMZRz1cT!v+>1t2YsZ$rXp);P|1Cx(OJ)UMltR_=_6XJ^-S?7 L-hUsQXyjhh|)P%3su^~Rm2BC_5f`A%0yEk!C&2CLKTT}6Hw^WF0Nuo=wTI4`|awCrO3-g$ir;8>gY1~XAnXS#>A#jAvGF^DNcch%7Z6uC7GqUiun(Cba9) $C(*ItdKOT6RZbCfm(UF7iL%G3gO(w9LH>r>XJDT{OOTA;4P(O3IwLIx&eCD#Ad7*{*w4}t=RiC5MZ-bSbK>`eMP dhvz4B~`2#o}hplU4zXDA+00dB1JoFtVV0 zVZ^sl4UV7+^(-4@={77`!Npf$QDkl=PJ}pVpOv;EbVtf-+?Z(saT9MCr@~(RZCgv&1@@5tG9rK7In=?ujlaRYoix1qB M3z109)=jir17V@!mG`RSUVL96H82BW0bh@h&2?#OA~eEiI?e#tTv#ET)jf} 13c|IxhU^vV)RRw<~4VV+DfmFkjDs~Kp^hy{^(nqBcX4P28f@?gUq5Ptd#ZQ%hshY#F{N~3YR6PxSFbWvL7->JK^ !lc?oVX;L9mk&DQxAB>n#W}?s^xN0#FWeuk#<!l6`drneoVr-w?rtdRJeB|=}@ZZ7%zI0LNH>YeB-nfu%?~cFeF nG{9CVxGDy|*{q`#G0>B+ROq6VOqdSgP|n$^;S98qc9@|0FMS>g-+v Qaf57TwOtTJf#ED@e++~C*&ti#mYrA4&9Hp$XPiwip&{+bUvvY+ P#+>GRo~eQ*h?+B^n$AxKqNRzYqeB;d1HED Qr`7xO?_64TeQGKMtYB$l<1(;Q`#Vpv_;*S6c6Uo7&^%$UqbrYlZGkZY8t01#F}=YWlrcQVU1Q!?jIVf; lb+GHdRbC|nJCVMGL6FgeNWkh@l*6~ImBLOQCpa>94J{VGOepL;Fb~YI_3Cw6YCIrjx)H1V$ewv =>IzyP|`B7=t9&_YuYP(f!4B9v_TIGHm;JHvo*5hQJLua7oja1kB SJISI^s;Vp<1)o>D@o^fmgpg)j>dOXE!(p>x(y`|X4znQ(z6qhQ<{YPAbea8ZO>eTuM^)hlOtXj(uzucOR|lk)x0 (vXR^}`oo~ra$Lkjm6wBaFSMTL&ZeAh{^Yb98!&N;HBT0xbt01{QmPFMniq SQZ)wlX2p^TWnYdX5%KbL#h#+fwK8~${u&ATflgQ?wQV=ytW^+BNOA?-P_@Ab$nQ3OiCiN)i*fomqe$ZrA0Cxtc@%kw75_An%^nLXQVfHnRF8qZl>IR(l6BW3D 2=3GS!Qk5sp*O>5=96u|>+sRdz88^?Syl9cgS)4UBw;IHpr05h(T_Eo=7~qR@gg%gEu_8u3hs4Y@w%(-Kp&%Nsi> q6Mx!Vz2s>#!>iRyEmx@59P1K+kDT_f?MnG@3mU6|$Xz>X_#MS@1v4scc&)o_IVA0HQI8(~QJl`te4jw(?)>9tNN sEn&=n@>r*Fekq8mw|MbEfBJBFp*x@iY|v~!JoT?~s{3Bkr(CI7uqflR6q7(KYHe6&tx$C&G Ws(1lmZ*Y_K70XS!+IbwREgRhJHcmJK@=)&~iPF!q`(23xGe!v;k4%9fA%p%LLI#(8MiQsTVwBC0t}E3`?#V6Dpe KsghuC5zPQmC{osh5A!GhT$q^2gd-24Sjgwv`G=uL*DOBRPV_|FBIFI~3+f)o+kIJ4!_+T@?aw*gSRcIuArGBXhf&6i1I;P60bJpiqu(C#s%qxY)Tbf!kPQZ4Qcn0l@{Vstm|=X xDZ0RLh0B}lqieNURLbNOT7zqCUF5!oK!)e40Y={?u1^*XT}>6jHc*Fd3hEV+Npn9%haK1iRiY)QAx7Grln;j4V%Zt71uM47?S8b8FqQJlA4KM%or+1mj-@{2_Fk hO-0okacRosNaTN_5MH9IZb!7RupQNA+&63k&-FKBkkX+fX@uf5ErRnn2@!0iMjAqkm^Gegp9+RkNNZ=c772|x`& -zcx2eB|WHf7U4VjRxrCCpMY6Ow-)@D@A1!%f nL=yLLk8E3agmQs|-d5TCMp|lg9O6$v+1zXiAvl2FVjp{Su++l;6Bw41YU7)Diz|o62PbVa;^B!DzXTX;?(buJ1S 6(MwM_+aq>VU!$ZGfGL;<#E92c;y9WvcZi_A5PY3YasdUfskh00OkoSc!Uq-I+&Scbv>iNL&p$pQc1Pb%zyj5lI@ LYA_n=#hdCiG2+X_aQfVO(t1l)uUNErt+&KFgNcS{#7HM%x2DB#g6EwZsXl25eC`8OLFN=f{S*Xin%qJWvZD06~3?S7A|9kat2Gye8b|*r7{HMamWwKv-K JMUlhA)FSwYo6~Iqw)_=ls$dNiqjDwgp8NntY7BrEaC2jQ3j`2H8DMqy@|1ry|I{@$w{$^8Z)ZEN-8@<<9%-&iyT 1G@VN1X_b{(VV}gcd@GYAGG_mShT1ZjpIssZ5^-6k0102Q*@vTP&VFYbenm{GARKk~G`TNX@~^sw4|JKjvjbRm(sufl` HXo|KK1!$lJ=5{2Yo_Aae$kt$TKelBO|Q8i{noSU(ZOjIDJDx5g5|1dtFS^CY+Y;CM}(ClY^*SuaTfRX$WT1#hXS 7N9^M&b**{^FPqI66a<57S96u`)F%qoz%8Y61$7xk#vVD+MNTKjO?R;Tmt~zs^*O~ x17_FK(!>E4~aTsiV%0zIrK+v%C8S_3In%a58+idcTu|tvjjATRMiL4kREXaNU>Wop!0pk9mRR_zi$(f>hb`4D{h t^m=O(VC7NGQx%fRacBX?XIfL8^>hT-A=_?#>*^l3PN=wb0$YE(zHL=xA?Y0+rpPZ7g^~z;tb-^`aK@swmYm)ilj 53dck35oHiJ$II!3mW|5}B-bGd8_EcsDn&b4t^S=V!7E>ZI2u_s6QhsLbOt6(i7g#ztybxuUC?rLOIp6D4s!nV9x askpJhf%QK^pweY~GH$n(}=rB>$!+*mJkmW{YJf~^@NXbcp=WSO?SvC(%1xk5CLKJ{&5Lj`tB!tFwcMZs3OUG?~* j+!baso|9CSX8&0Lkhmtr)M8!*Jcq$Rdi<Ahmh^K6 WovW$#hIJCb^MEXdW}9VR-uB78y(RZXgr|r n3H4ThzgW3oW)hBgv?#7z>Dx^v^s;D?{CC6=3iyH7lz?V#)pq$x+s|r5l(FW)J??~=vQcU#4F&&ZQCwOpSQnbt5w 27^=Bt1gav&pN%jr_}Gyj2bDfpmemSSpbXM)&72XpES%dha{bVkC)$rze{XPu~Q$b*!zbvE$Lp%zO&ZH6H~X#5eHm+~s_as=I;Mf(@)xooV&AN8U^P!p{4eb=`rYg)Cx@~{ &+d{HL1{I!9pdHWF&8;N|I>haBsCIRfkCp{CL&93u(b!>uvT5znqK|I#VD=C8fp!lz7Yng^|=^L;=q6gJLf!TP~x p=_2+S>W7a^&a}}F)sx|C$*W#cwXw`!z%_AgShPUWz b1q|Q#(4O+8ClXH@gY)p_OP@d?%yoXw7^{+@+59+$7l-R?=l!Vdq1lwptC8rQk5LH*rn#K0DV}D%+1|$EHdMH;We!DAz@0iuI4p?00q!&bJzlCiGAIK+%^7lXD&EJ&8P;I)~uyu Beu(&*VBF^OX%sk%Rj*Ay}L^#Wpvmy=x+}0);F1LkEX8eV%JY#`TLr$dt-|H|Zwnd*iMS$8m>HHZij#`h_h9hCbJ`tHpioexn%GI4Ix;4iT!(A;N(XGq^U}CSZIabn_^H>}ky&^ZPbMgwl`3`zl*;n%&x_?nq&?Y;uZk$ $F|@Xjz89%9f1&zwwQ?)e!gimP$O^o^fk4n|&r`N+8%BD~f`r7p_P=bXsaAqE41c9~LVpd?rmtStm8!gObWL%baP <9=Wu}RTK8WF6_ohR!_DGd|f4gVB9VSwTkem{K)I59Hj++3OzLqWC*;yCQU_o2U|d50ut-dF+FjX4&ABBu^Pk&S{ wD?pvRl2{g#c(9fCXC>)OZXs>+usC3p1QtR=5*MNN*KlTAJcW JNrt>a@xh-e;LEKRZ-q(=X!SWnqW_4(fuLDDYmaW+s0(KK{(re#I?WmFc+w=)(tN3M=L=xrlDFjsf0~sl*HL5?VA zXm05+oL5DpW#L-Y{A`o;z$VSkyTMC yA^rF~P0lf^if+!@9$Q|B*9obX&6P6wAC4H&|WKAYdk005Msql!$l!;+#N8Z=&YRUfJ5M%B;aw^T;3@p6oGW!lMl !FpcUmK*p1t1Nl>fi^u*uZ!p?q^Dakq`7dK72WxRWDVu{D)o@c?-F%z3i@^%zaK{CckjkhOh4#XLknte)7yzi1MS L|9A9I7%P&vV>Sh@M+L{+0OF2=$g@_}~Az|5H&H*PHCPqpjrHrD)ZQYzCnvYB`2F}s?Z4CK9T5_SGyQenKYTo?HkYZ3=1!S3cBy;$%UP=^*}fKofMd&(a RWkUNfEQYeUZ-j|yEQ-Yub!e~1aRM=kWJ0~N<0dt=4RA$STHwu;H+!bolXp5?g|h<`g`MAa9=sP)IzNzAWn0mqt; i)X`*8>D4n(5gD#{cg`kV9EurYvwa2O1`Gc}s_9T+p3H|V$?v*YiZ#W~m;3fcZg@_&1k5g*d(4G{++6i@IEUKQYP >)TX!49V7V-KC$IY7?VqC`b(66t0_;<-h|u#4l-kT3muzDtopYW}nhF&l4`NHi9Px^ZwXoI@xaNlrzM5pM2)X&F5 DZ^@I$raRsNt^7h6FS(UP)_-H9KXz`lGE2O6qR+ddtRTEKj5jQ?8w0X#J@wJpNhJmHv{3Q1K;fve;J5?T+&Q-w)KfYQzibwwv61)&rsbNN7Gbt%QWm(-T2tIVQlW7=|Z1Op`vgp+x3<;c88IN}1V ?=Q-==&EliQS{t#kx)>~o8^lxPqqLcP1H$^`qZx%0uTR**!J{bb4urn}|F{#nC6Vif*&hE2Q;N6kJy|vz!~Ep8Xy ?x&_nW-7N4BG vxt2XMyI7%XtmK!M*H~e+X16nlBw--&g;Px*hsKiuGKKxm)X6rseIq?iBgem&h<7k+MZw%b~x`{a&9>)z~5_nvX@ jdH#p`X0;!LC5T3PJWh!je)**OSZ(^VMh|M83uG)R%wi}F-f}B9NP^DYEHI)P1t0^TxoZM0UtYF~tT%Z8TA6q16T KhAOY1GmKR!-(WB9xoQ1Y0GdW_5MbyV!u;z5m(w%)pZcQhv7U4Z+8-IAU_{a1s7!!`-9ryrIl;(x={2Mvd%ZsM&$ zdX%*Ee<7cnusJ$+bO!VX_0*E_e7dNEUzPB9mEyMN1iRd~GZJjRTa!zuc#{~O#KdunPeh1!W$l3{a%l08&mPMXdg9E(QNIWy^rmsAc}n8pk__F-Zl6b1G|o-tlONMW$?HUv5 92v0u~b*@&ec%s-5d=42H`m?*KTtwM8jt3J(4Q@mu=SVNFxs{EV$|)cWK`9WqVS#- $|eC&u){GBe=3EzRmFt%tht)h_}gwf7$tqCZ8!qwai3o)JBq*=WEsc`0Aip-v_AeI%j0MCrDE!yt*tkW!RKm(wv{ >#o2aPqMPVDu?P())!5D;NUNNGF=Rujb10!K2jT%;6_k<9t5`$m5uNI-TeD{I+J*B67klffMxQ7;4TJsh=HkIKuP>c*?O)ZW#<$ik_k (nb}hC8^HPZMZ{mR5e9u%<8lK>|39h(t#&Q&dJQpx5WW1=i$WcrCv1A(bLG)Btnbd$Jw%kVEqPo{$ {~dJVyZny6`06mu;&=A_9=#D}7oFC7#V#t&{ApVfw(e{HLWDP)mwSXD76sr)m#8+&x8b >XJZq1eJQ1=AJ%#{nlvNHjXIj^qVkrcXZ_%Kmch|1I&S1hYji7nvTr44JlYp La}U|TFW bBZy#UL)c2dYJRp!LZ(({`C>+waxnrNT+xDP4DFCi#Y7cQV(`l)=YO)V18^8t45?`~3V$+_KH3!}%IA1sK20xmzf #y}V=C@L2Z(^fi&h@wU4FwlhmrVzQo6Ar~#82ifEyJ3IJ48_XXR*!M+?`e!+hv-f#R_Qty@-LH7>pSAz&y*JI;`)zwSeKCq#H%XhY^-dw{ ?Pd;sUrzy2G4ntu9>y%CAECRtva_q2r$E8W9mZvKH?1D2t`3K$!rq0qwC3?_T|?y3BDra?o!5#}tmrRddtzkHu&< &YuPh_ZEqr3^Z@pZKD!*48w(26x9gVem?k=;ut5Q~@B;pog=Z>R0M_#t^)TGDmI(9@R`ru&rd}q1Gd$-XRaBAxiC(>8OOWUIJ-Z4!l{^X9n&Nfcg@~3cD0$SSHci$7 QPfu=^kq(#zFx$gcW%-|0FOQ_}2?C?hsJt4!k{%}LKjK;lR|z)opTv=y>Da%>tFi)?|EtOeKG_00B~(gp^_gh#f= Hxz`Csx#qD}n6vpvl$f1szWq#UEf{aS}dwlM_DO2gmkL6We8RKZIrKVtIGf|NDW9x?Bg2?5n~l0eOqI^lnRXz5B% >u4{{ISzNMoZ$By$G7SQ)%1j3<4E4Wtk|!d@PIEjL3YEE(!Vk(MaBLFjZ)G-R2%R!_nL!B#NAX1G@#vUR`;(Zl;q U?e8Ad(KYQ=lv-|g+-9LMlKkKanvu3|}Z~E)zeRusvhsc}m7jbU>3eL`-(=O||l%`s01f{TlC=A92{8hDhV_2ff` wMF2aUu26WqCzb$&Fx;fY~|vt8M6v|cQ1q{reCh0lRH>v60L};2Z%=l@rVbm8(Px;wk#f3j)-4BpTtrWQ{LN #qqO_*{uP3p^`O|#hk{VYxDDN>fA4+$S^Evl+7AsqykDgOZlp~~Qkh6n`^_4C%YOU6b^m?e5)8j}@8W*@>{Fcemg 3t+!f<4Cbie(B*?SM~{kCAg;a=PL0lzxjja!MWl_S}}$6PQM#aa$uwgp%H(JfcUv<~Fq)%VHuJ5i)v9clu7ylOVt=?2rKwol*kHnfU{tI`C0ZA;cEVXaYjR$aY?cvV>BIxqsuL4)IbNo&mRKofcwDrGSdRH$eg3E6Kom?(v<0X)h`pecGpS?ceKr wLU|nsA$d@8X;Q6(qkc&M9A}#dvZaw?)tz+PXdx^oxP=%W^A`~>PT5RetJjNhP)ayYw1$&%1%payG$y>DOh{lMMx k1YV(GW4?P}cUNHN0kdRXb^OsIv7CoDR%9D^_vLK{eval_K9k4u4#}aObgq<7lH&N*Nu-w`^uSrXDT^BroVC#7S9qUSkHOes@?chn1 A`mb*xqFJM<3t{sg7@6_Z4ma?Z3?aWKl(C!oGKIT16-K)nXM;eSIWmHkO9>J3ew=CXrb&&*(G7&-a2~{xUd&MJqu NE8J-F&}8wMgtNA!7H~1fN7EEBI&_RmMZH3$k87&U&FaOx?JgnBTGt7v~(NW{PduT(5>UV-D=jWm53ESA^_M6#LB k@RXrGOL@N10G7?=!`vf+t6YNH?=>8?6?5&mxpM-)`&qnkxL7MAB2zxSaCi+XfI>m}#nqx#Owf+CZ^f|WmyIGRmI L)gu}a8573HXK4WxDu3RNf56b&Pp#1Kd784@R@FVG7)x&1H6$Sd5#AlMQ?|aaa!ITn4?FSm+z;4hU^o-0I^O#!K R6Rv|UhIqKyl^B}C=rLeR9}F9QCQ88flsRCtr)wwH4yi@dUC*Anx^u^e8a<*^h}@Ahg>ez-xC0jm5`4`htNIgK6q8U|5h#pVULZ>5@vV$N^ikP}7Dc9-|S 5s$@?W-6_%2Qc*2}`t?AHaH7bi31X2b_$#3br1Ka7==KnOCjty)9UdZpm)Nd)|?hw|A9;Uet4|4t8A#L+L!YV1m+j)^N$W`2Qk?;bUkL@lJM(DF~lW-+uaY?4a_FW}h 3S;}gmz2u6n-su{G((-M7Af^Y)70J`oZ@qa1haJLah0$^f}-*}ya{@GB6kU~Y>OL%d+HUYi?MJ|%2mtgwY^W6TbV FlH9E?##n4?Uv5In3=GDO1C50)+n?VwU+-|#o=)N~&{sc?d-i#HEGQBNhd`jvRpO)#8FLaaFNTDYBSy~xR={txJD =Gu_@vhp%kwms4vrVeY8;*u6QH|tB>be>0Qa(zY*uB(TA1rE!YG~Fvv^Qk(`TyQR$R)Z(Hy4BRG0Vc|>zsl90CWmON&HN(tX>OI3O inOfH=Ca{fu16`Sx^C*YjEClc?If%2EG)kSC+xk$CHyZJ17kkvyH2-Rm~HlrL3ZhID)A9!XJ5;M-a4$)Eeo}?(Rn bE2j4rKw!iInzD8-j?srirV!Ke*YOSnS4ueOe+^b<;V&$%+DVEZR7yLtM?1_hF=TDkkteTZ$7sTSg&Jb}sVQwoo5 ^t@JWx2JLr&J&ZAeAkXjJlgz(rR-sqpJOixH)--`i+Gbs$ek^1{W1t5SC*$QIN!55uVb$z;UrKl;F(-IfB&aWD=P #HdVEW*9Q@IZ!6~R&D~7A<-98MVVohW92AwAC|V7V&PoSU%iPQ`v3Cl0$i#5m+n3p)EITm+UCM-hqjhY@_~!28U2 WA>EL|$!ZFuHt+li@!l9g_OD2&>3*Y-M1R4N1mZz-JUW-6?Bm60Yy2_^_>N?1vuMUy7QqL9+YY_&!_;DsslNc&83 -LmCWZeJ{2->!Lf9uj&HCQcNg`YamkXQgZ?8X2hPe3n;*e6mFUf3a(nhJs-LP!hA%kIwDC?fRmRf-R<6ka$jZfhSC*P%j1jx)nnBvEXg()# 7GrMJn3|G_kBN$zAul!-p0+AGR})tR+1FuBj0x`Q$#7WIv&Kf~m<~n9$T(E+7W3&SamL$m1#yhy26p70*y{DhQ2t o`C0}^Kei1~*D_gEkge7KdG1_h{9TQtFi3PvMjQ+~S6vv9jy;EjKmYfxkCmRKlm@QYI7#6)&lo`NGc_)Qgx3?lJm AJyYeLWG{5Hp((dqVi9FUOr*9?Wuy% CPaR6>R)(@@s*18=V&00L-NKB&V43aY(pbI%8H2ojwj>fcFRVHi8(s;S3lZao)fl78v)q|)&gY+fV_9*rNKRpHa; Z&DtZ{6F3z*djCd%=o_@5@jwQ{0#Xxz09kSwuG>}*tzfDgCJOd-^yoQ%(^exiVtNttFnB_g*~z5yAsIV=GgA0kFs F>lJTS3RXhWv1G3dW|x7JW41xmicN4%;Mx7=Mv?u7QIOZIE?}Stibvk+{4;5SJ;Jdva1%@K*uf;Y6~>T%ahK%~2 BjG0Dn)U*y&RS!V~+EK1Zbun9Ip`(%GGhgd$6*o=kxY*kA?G?jGCcmZ~%^R}%n#IeXbN#v6BgXNqzQvY2c jNGAZ5cOkjj@x3lb(lPh#)Sky{WG^)P{%cx+T?R%?fp+C3rJk f4I2GWn&oL-owLTC3RdvOs-+-)~99^?#-1_0nL7gvx}zen96=Ieju1se5MMURXU#i#@r@}hgtHNXKFDlH``NHZ&Q Y&bB)(>=VEBSON;$)GE(eza$^!VFh*PsNAXsMMG^jm2eHaDrqX(A^p;b%o N6ENqIXBT>jZ_>Fk^*D0W7>2=WMLh9R!T*WSBSxbpgan#s-2RSDIKxD$3PGhRI6UyHQdrtIoyXWnOD&DGJ(ABC vcecw#668LCEdKW`~5SNMZ!Rpe1hDoQ0GKV-Nu>(|9a8fE5nwz5s&5cK3s~wdytunG~Yl=e0>am)wo~i?@b7OQrR FQ>lvB}C}ohc}J^*3mTH78@O3f*32vgWolE&j5=87`nIJ84Cs=Tx4?sS#AfxE#(i--WobJb~GW<;a>6as-GUH{A8EL4C2YZ|1e7JI385#GbsuZ1-gZ?sJu4$5f!k5*)xNIKr<9OQ0*-tH7_?uyEpurm #LXSFvbOsWJ=SekYpgc2I1qZn~QaUqbcLSmA&`-438XrE#AY4U0+FI;YJ<3h(1<2hQ#`=Rw?;w@G $-~qYgXSA~A>S9##)Ilgmbi&F+i#~RY&$fdyQbi=|71kyTS<+j4wnQarqGt(JlR@?4>xhjnxTh}21`c>D=dW3_nA LsN&?;oopbWvrs3nqggXqRYyva)&G9~j%TfxoF8ts7=qp(<+#bm%$W_EN8Rl)+6qa~h0ytT7PzMnW?D>=8OAkyI^ @b!}E#9lG&_L*$_w>JEYyMwNGoMpTc&YkvIEKY+7wYG<2Y~9pkEV#2@enS*20d9g;-d$bV4dg9IqJ)zpk0}D5`lJ c+pN*5d+^7tCgLW20Bc9FfJ}i@B0!&+(QMn6RBvhSK)|=GwI(FNfFx;UaHgw*`@xrS3)FLRHl`?jHMkksytKyi)i 7;b`EUKfBY=4kWm!gIV!q|Raj=T{OIV-6Z7J(z(_&s_)0%1zT(l~upUCF5VJ#KG@8Dsgs8=}m@UI%X3q4>P^iY?XjD $*%IT%Nv2?i8%#Hw$!52Zv9m+ctf~_ad1$^Uixy`lcj9A-3iFymI4{9djhNYnh(3;-E=xyA? EXv-RSfkVzvlM#h5{Pf#FM+?hRsl=C3oGCmykV=j4QBSJzbm03Kwh6WBlUFqYZy(9fwY910^fC}w*&In>U$gxD|Z*NMqO*X1zkOgiLo^)lwt8j1u;`_nGp+!f%uNp#A9HXPY+MQaxmcI1QVS>?QWkQ3}IExu6lMZea< $a*8_3KWpYEjFm5&NH@BJ!MRjkUrnt`5M7-_^f3XkiQ#15hN((%Y;`viDBA$|b`6&PpoLj6j> cCu|?_5CLL^)bM(A}I)uN6!5At%b$c)8WHLwQ9l|i*1w^ys%9BkihuC8Vkr6^*Xm6 Z1O>P0yA-)q_b%1UcyQG0mF?X_>Xvf41*t0uiw%|a)ISo$Hh5O4*3QnE{e@d=?m@8TK9hOW{Ea^re s}hHjsC{s&ssiz_XG&H%nXyfGTT2~07*rQIdt7uOjxA?|sy2eEAS~F4%&Nd!M`5+hU19B7lncJy;{yLpy~bKS7lp +%;s?o@CFTdXLYa{-GqEvo%Pe93jh9d5_UaqIK~)e#q3FcZ{ThH^pwa{YwooN5IN-u$Zcn&YFqejCEIzQu{fc!Qzvx bx*ez0&!?la5Uskh*}52K+hjnJT!+@&rWiKpyY4{T8)B)HLm&#$EbN5BUbFm}0=~WV8rpDI!M)XQExv#;A3Vwjtf XeC%&)X!r4f%c2*C9)iAF^M-)D?zY7cM}x^PnzzRikkd}|o^R;Gj0*}SruXVYsm$P}0U=bmIyZnaTM(W|hB#SJOh+|yT0qXtUB1QVoJW*{^Tm|pc 3fj*5y8GMM)gj5It}drTo~s@AsIBypS_5;sKJQ=}H}Mw9yz2(KyFsMd+~JMD>=N%4lf~Q>-m)6GS9r^YZKDNpeHX b8okzQg&pBzyx;r|Kbwo{`CEvv?YjgBkbLQLWdT8_ezrNkW)&zS!n%ng(yF@yJm=o%(=11Aruxh`Hn%THUF?S;Fg 3a|5QLq^1QpJ6`Qd3-+uEwU}`XcHHGw=@{3-q8v*f6Qy1ur{DEaOQsHf60bP`Eoa#Ale>p6$G+d1v-C;Z{yroYW` A#KN+v6fQ9r4K&gcpR~%E%1!}$t{k>}GY2LOnw}W#lq|DWS(H=vWx5M@of`DyEQAhQWViaUv&D9+skk+WFvWbDEE p4!9E&IB4x=H})6&FP?Jj7%`)6yOP&!tES6IVaT^b_HO0!2g77aRj5eIJeknEd+yQ4wr)>sZlPgyi6g?s+Y@BB%k{N8Rf+RmH@Ki*V%7P-*c8vjG#BA~8fMXD+!&l=_uwqV63q1mdDl+_-yr5!J`=LN{x*HE)RrWtg4!$8z+51j?Bwxh)D5I*|8ZkQQ(q5|m+&Qpui NI^*v8DuxNG@NqgqLrzT22q?sR>UjZ7{&DIce-btHRxc8_ej SBwYL~X9FYgZ$OtiZ5ZH4KwoA(NN?R(BwZp+m&AxtM&eMd%Ob=hz`rjS+FH&={{A9CJjh=`a->~MtWZE_)+8b4z5 WPSo355+j@m@u~%Bdu=mmfh4X&SsL2EcS^@O5_f4Tp!0ivmi<52`-`TCkwqAC_1Fj|L@I+U0lkH*J(K mcRSsmw;Uy~kDAQ@q3Te>gwC(URb6x!3~$+74 BPOK&W+;E4%n(5QrondsY67|UW*rp7`#-esJs~#a#lEV=z#Kqv=(LeilNMp9qHEcfgqyx9qde6A3UF3*{>=balVjQP&wqsCuPly`uadg6@csdvkt0Wp0UFs=PW-4t(U|%?6 vy;g#4s8ybWEM?MD#o?}xja+&J7Ul4n2MNFvi}ta`N)1uxFZL0F!CCf^=0j6BL?3>e&aX969R`51ZCO7nHF;PMaR |JiWiKmO-@r|*!Asl0?%GP`HDB)N8X_g*@*r-N7ETXC0}O0zId=teI!BW_0;aBLClrgb}Y?B{h=*JR|ii&* >K=oPF_;ANfjoyj#rbzaOU&*>*}W`%nwrt9LonmRmgj8ZDVIG(o%ko%X+!{HBctG!yR&aWQef^t_yIR?d0s;ux{SvBWkbpiv*2to(hrbIK`u(WGKdRhzF}bDXBL*ZDT}rs8PWcB^rr dwFX;{ERwkRAQmNi>29I212;x`#~V=?P6@AV$f0;F%4j&UCFY8*=foiep>X>TmsX!MKmA1lE)|e<;coTY$0NkYNHmTe!zV*snPV9YhL=`g~@)mRlg@YNs|>}W!!!)B! {U8+bvn5X}SO%WIuNYdaoH}T)x0%i9A0c6)yOzL=>@=u%5YsHx?PqCh+{x|E}+};7mjOlG&S6w)2RQJd|^+o4T4c RtwYsfc>cMMpWw?Ki~~kcu-hw)h+lgMNqtHA|i#YCt_+*PBN=UCVsU`h?~0dIlyzGZZs`9QKKb;c3#C`xwh&P_0M FL=rKrga7U9prcKMHdKO&%(3N&sS?zw7!8W5=-lR1i&XaYt576s1kF)acrfzac7nG9ivotD=tg~2lgo;aVi)dGZV si* r`Vfe#>hu;L1IwdlT!7gI(RQO#?vT#x^7P#Ckjz{}X1}S~iTHG*qF>j#{an0-+9zD$vub%k?qqoa%{c=I#1b8CF2^lRQ*k8e}weN4l0W>n6*QBGuX`Pt6=em+^dGE^C3 eW^KX9JuNCumO+OgkGy$(LDm~&h9V<`8J#zIMXb~wk-8iGUcnmJ{OkhleeOEDm3L|8uM&us#a&Gqrl(Hd7qwO)nr nm8tY0_stUzux>Q}bF!hR(E7c`Y%cpb3H_;(H@BG(tFio@bpL3;*bFq3Ya|Dz K#u4yP=X@5Yj&gFl&TZEOWmzmBf1CAH85ZL#ZZ-Vvr`oqi$1v`ny){whdeSR5kpVwfsW4hs!qGMObK>#5!-3()Uk_CyB+?`_&wkH5-x}* N%F3HtBf<B}zJa=t)^>eCC5V>;dv)HQ8L6H;NjEBWvSPjYiXPs8y9~+-s^tLBKfPbkbz|J;qw2+PLjBd-g @>9;exaJH{HuUW|OuZ&r*QfM#T~S4%k!Zo{5)gcak>iVBEfg@&Es~m%7 O*cY?sH|7@lLy4rj}Wv&PdHU+H2XJ3|mhlVg}iq*4A?W+P_r3xr_Z@D1HGU8}B|6ci^^_u&3{|oQ4LSt87K$|Ma? be$4J+H=C85kBHzr=ECJ(_Uw_bOwWDf-NzaOVgIMNE6G6^hJpSN2oO);!YjB?BoHcyE)q}T9efOX>?C$mxFU5+nx ;wB#c{_omgCgf>+=2=OgNYe{MdJxoc<6(&QiXKw!6)}m<|sZ*%tjc`)n+e8Lm`%#U*vGA>n!vead8n6~YN5>WDHEHdQ6(sY}bI?6>{lx1N(POzGaU7#PEododwddGhhn|v4&nHC1mgm79a%#zAwx2YXUJtlAWO&;dA~r&O Uze0!Q!m%8s>#FpGERdY{^$Tm*h}5qmA-p$JrM$53pUpQ|Y|6hEpeMT_n4*wl2WPD_y{5qdbf)r-i7jDUVG)-B6X #WiPi?vhxIX(YNb{EfFNAD=f_*O@ZB}X`ip%S!Ni?Q1}32CyXyeu#VHAXwaz^1^xSr7M?yRDs8k6u2XrszGn`MJv 8^xz^Fzj31cZLPB)uU38#gj>l3w6>YjCKF5+~elF{~PFyAcgvE-pOK^mOnxJF5kN8wgo3T^Jvd@7um;ojc(5oB{+ H`#OPU|@1v;L$kECORbha6UZ@j{e;0eD^-ERaj+|F}{+`cHf7`(n$CJ-Zv(VE(@Aw{gmBINc_~kY2UW5<7xcfRq= B?CGjVIe2FLRyR+(RJi+%z{MLRTzX4E70|XQR00000U|MBV000000000000000761SMY;R*>Y-KNLWG_rZUrj|*Q $a^XQ!h|U0|XQR000O8U|MBVNj3H!g#!QpRR#b6F8}}lY;R*>Y-KNLWG_rZUrj|*Q$a^XQ!jF1aA{;MaAo@z5s p;euJFuH9|fwCc*DW65_m_1pi(VbgqNX`nXBR=XMg#eVT;4i|F@N67+r-c{lR=B-HC(-2Vuk1b+fK_&4}G_+N~ZG =q+nW{7{d8S*&-J`J8|hWp=*+yvt%nx9)`A&$S(>wP)CdlmDgxL%3$@ealHD{MIqM;?s*;B|YA`+U7vsK;w8=<>t Y^*~&=7C|nWvLr3|m{cJJTbH|PB-y(8QWu5<+qg3`uC|g_s+8DOQafcd+l03!n6_?QV_PNVk_)P2T_xMo`)AFGAfgp_x u{47A*i9v*3D2NAETit*(pA!WznNDHAt=zU_izh~u?xe%n$P8^O1DIM6QWU^j9Z#1(Yh{Y##U+HfEJ6li| A3=weTgCg<`JlG-Cvwg%VI>!`dxovuSq#(SM!C+)nGcHZONwd^DoYn@K(D!D2hTGFnd%Givb-w}1e`?XeMewj3l6 +cU*-%jSc^ OPg-!kr7Jg89%+Fs@ARaD%B{$j6~|24260$@ow7f@m??Mo;u#afcqt>r430Bj1;Qky>_p?)? x!`m9A*QbIPgkTVyb$ifwCAPuM3kt!h3)x6y?5h&0=nx_KM>wj_Q*+9|nt9}jU5ArPqCA$wyi4!9m=VLVcvbUzZeau@Ye{M@+Wlg6HYnShmoq@6aWAK003ZGWmEtF0000000000000&M003-nV_|G%FJ@scOhaEyMN?BjM@3UFP)h>@6aWAK2moMOWmH*T$Xag!0 08#^001ul003-nV_|G%FJ@scOhaEyMN?BjM@3UFa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ(WehP8%^4g$Gn5G#jL @ySPg#xTyyaOiVxlnj#Pp0R@D*b7q{uFk_Ewho3j-qT4 ?R#i#o(4u}AzJ3xeNtP7#lEAA9}xLEEMWiAiP9vF1c39=B3Fl-4PuIapDuG~Ab^u^!tlQz@Yj&L5kR%n+CZ!Cu$F`!AMNa5|3MmShY3#FCwcIa}@IMA osoaumHXB(u^hMa-YPUwcq8bY~jP_Dfip!ELUS9YgWiFInhU8dSC;iGn_ZP+^- !NBST5M_Bm(m%BxTk!0gzwq0b@9BZ_vUqE^El6dF+LZ+G(W;ksipngdb&4Ic?wZnkJ$GxxWB4ypt`B@6aWAK003ZGWmEtF0000000000000&M003-nV_|G%FJ*HtOhaEyMN?BjM@3UFP)h>@6aWAK2moMOWmE=pcY {8!005~C0st=n003-nV_|G%FJ*HtOhaEyMN?BjM@3UFa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ|uDXm>k8?H$Ho^ vArY%#>U8D2?}TKPDljfLzb+Fgmltb0U-<)d$)6Ui}rSxo!vVfBIle$6cWJ*AwUR|OcD}71QARQCYX%D7I8ty%%P9-V*x0^B$hJ9hLDi!CUElvp;&?D+He+crL+PW_jK zly27Ep4U$4-b+$m6h1TMc`FGH@Tq>3{vQNy;(De%?=Fge3&A(({pi`A_X~P2WjyZ%dOxkx^R6SeuJCk%KP7k#!M+6lO7PbN|4DEQf?MVRM-!|g*hcUt1m_X_CBe%GCJ5e3aBG5Z5{whvXkX8xf8Njb MfiyX2NJxR;Ccj~A-D;_*Y`#FU+#-~{-l8Tzbc@-$pn8)aQ_18J5S%QBKRYMs}=s8;AR9rD4<^J1)jG9!8(HD3AO }Cw=_Whw+CqNYXrZ?{aWz3H|zR3HAF<7wWZP7xL@dh4@<$B((Bs71nn l-QX^a&zLUMYl_C-Q}b!*!uV$iZc6Y-&36I8?{IrH{v}=Lw<{Fh)`j{!)`fn3Udwr1(|z29_WVoh(b(;IF>XJ>tq 3-Eqnx6`{ku`l;oTUwV+pQLaDF%Hy`&rcc2zgZzo8rbe_uDsf3_Rr_^N*YmxgaJ2kCz@2ld)w4(3sRg2xctiQtjk 9)iE7`8vLb<`h-*khxSI!N>L|9ANxDfM^H7-4FDKa4^BMPXPYkOYk0^Und~Ht53u{yzWHcLF^>V$MsGEUD)a*(8Gx e-#7{L^VpM#h7nwRGREgIf}8VvKN;nIb~47xI|cX@KLz;klT$E{1`uo^IN}uG(ISG66TF*Xe}dINy01=D}yDp}k)#{3)$&XA#_v;6yHmV3Nbn@Vx1qAHm;pd(Qw~Z+Is9`Rp^1@7)A>Dg4 )&$bW~kQ2(9JLOpgp3+>#7EY$0$v#`!wsPN9Sknii7ZnLv7Ui}qrdp6daMuN12dWEw!-P!1u*EQaI1Z%iHX Jg#IIvf4|-TA232Jm_Uf*YNOah!7=>T?-ETI#&}&%?Si;(XAjeb2}IzxsU4|K|zr!u@#x@MgCQFh4K60ONBX!R-hp{)F{t +Mh5l0)qPxoJTOlqh5;_1K*Y|Mt!azxDD5TvCfOd==U8i2EI&Dm{xf3# hAxuUJU$SdNIm-nqWVI|J3&%E&(0-+Sc`PgR}@a!kcFs_r90Uu{8Ja8HC=9Fc~=hkJwlU2*m-g}mzJ&!CyKR>DPIf4VYKM4MT=hYP$-+it?J&wKt>*I WaG-bSVuh8}C&x8vE7ZE&|@%Yb}ubC@B$Cq7+dHchwu&?;-RjA+BS796nT@5_g>uQYu?5oj_T?E^CK3(KvKT!-}65$xuATo1gz_Ik{ld#=a0{_}dQOB>yQ{I|IQ{Xgy o(6`nbFmIkANL}T9a0B}FPd8$oTy`Vy?#3GtzUoGd!~Hj6U4M`uZOyz7_50|X(C((2&=0#SY*Sdg3HcqW@s7U<`J 8zZ+IJJdF$8bB33&AV{hnEl`UJ~?NBb`a9XV+^_~@IKWBxs|9PNK|IqK<|>9fft*tKtGOKfq6Y+145Y9+?~LxRT;{`9>CeDOtutlJXY;x_P)Q*Hx3blisVIN~F` gY*`q}$P7C*O{GEV&*1b|b-qxc_cP|4dzl@5xn|pTR2hU(YHX?^T$O$FIV;U$YABU%3k7xM~&Fxw|xe-#d^`KZV= eq5Gseu>OtF@YEd`uYK-7KhM1b?K}1k(7W^RK>yx$2gdpNJAe$@?|``(T5IpA*0$7AnCf1Y|b_61kmjsAH5Zq(yDt5L81t1%ykD%@=~`ZK>8^Y@t5%7?5*J)c>PdcCt+@!%fx 2VFjPqdxX-n+gaWCjx<9+C_1q5lUk2K!*AH+Opco5?->_Ongmy6Yc7Jy$=1dcN}r*2k|O0lxm~QS?v !qnLN2AH{eUA62=_qu>XxeiZVk%^#z+hU@Vd=IeS70`uyPCy@T5Cx8!qo&+9m{3OQbmrtU9jovUPlA8UKZ*WZ`XutX>Pht9El*-T ->cydK8b$$`;(wM8~hFX)Zu>vzqs$;K-U)$q%E=cEJ51xdL2(;d_Q~&`}fwTu`gNrG}f612=2}Gdc^>)g`U29=d;xf~@CB?x=f8k?bKeW-w>Mruz27C+L9p&cyr2Fe+VRkf*nj-+CD4;*f;1((!b@n+sF$g HYF~%KgI+BqOISfF(7!# d&vLG_kcGu-zOfA;GfEg@f;{z+k1(&se2j59<7159!yf ~G-uoDQ%-0{IU0Z#Ec~$xZ?Kt!k(Cbq_!F;;v6X4HX3LpMNqo{#s2;2PeI=|` HaH2|35?hHu{`s48bOX_wxK9xG{~}oPS~79QOtA>Xa{l?+< <*B`$EeO#pQfv+$QpMQmUJL+q!BlEsSd)N130yiTla#(^qf9nbIJldP!Q6BTQG1&)wO_1kJZ7e2uGMylg|NaDdpZ hvN?%y41kbXKr#=8tbrjNI3__G9gz5S3N_wV|&IbwdhA3?_FnSD_1m3@%zH{XeQA98*Kd0y=L-I&mY{RlGsI*uUI ?NtPM+#V;${rN6I#*YowiOKlY6Xbb1lpy0#k|5LDs|YfF+(D4(;9~^aX`J@{9{S_%@5f}F{TD$V=ll<1f}hV5WV- R=cuerDFF{^k2FCIIc7i-#KO@Nax#hYs8TW11MSXT8$b7&Uf=o~TurB)NfORo0r>%?nowqLXzltEQpDPLSzTr-Sj 1R-ti+Q^fJc=OW+w%l@J`G<#Cir|jLFSK6UmxWyTp#6My*|e6Hi9Q{KWz|`eayKVpkIHyA;xzyLFNONZ;1Zc@P{# xo6RT4^3km~iV0pVCdhnTVq?_r9D=hLKQ}?Ui<_XI_uB;JA4`zw&e@v)pOzEcn&rdIx`O2Zp8-VPc*Y*Y06_)Ssnj7@CD>%nVxM-#GdKt ZUj#uct64O3CC0eW5SfeT>GtrZ4Jqz21kc}jTpJA#7=KK=8UmnOL WFJs1$qW6K@#k^Z6pSQM;dG9g4{W|8+67HS9Q_O3m^vC}uCg&V?QQ_}X`~|;_$+^l&!-<{|JmYsUIX}5(L`=>}SByk| A3q9o;@nY~Pgjlt9e#8a=--E20g7G4SX9v8g%DSg^LLC`hMqV%#XJT@;darG03NW4Cv>?F_<6w63i3ae+< U$tudf?n~ep%8Zj30YtmSh-!c~U+$PLC4!kxN<#@ZGp1<4$>37}*bZhc1sF%MB+IQeCn1AOIgL$m{W&8voOAXjjennDAK}jt3ssjYmG)k4O2xCCGB 9Y2$%!hmHq*xklsNHXilAcRccaL-YA)JjU-!{hru0CVbuRb_G5kx-01BF}tEa&)OCJbJebB@146Mzc+V9J3ihO^C LC^<$ia9u7?v)pZW=izw-p-KSskRP5?gaF#+Z5ukp@Mc)sR$=>+uC)e|s&t0$lzUzmV?`)~s4=S>71`4K_p8-F?x c(gY`K6g5TAoGDoO+-DGPelH=>-&8ZF>a4cMEhT!i2nLOzyE6@%B^WayiJ>szJC+yH>e5q7}JFM&ul{a)+W?zb`# R)37$jnFoKI1|0cz}!)U&)B3Ph`j{7~W4+L+Tg7xp-sTiN>(?H+PBuG=+dyOEUTmF2vm`7V}Z}%B7kz)?rJ?4E*` CUSgNRPMZ4+y_?&lvGi#N+K1^S%OeLm>#18taxkF}vc`?Vw9P6U~c-J Rg|JkA7{GhTOqUVKTA`Pu$yjN9I6%%5}``JS0Z`3uvSUrW+x=gKtle;r;Bd0h92$${qi`=GuT%*ML@#BAW( KW3wTug?Y@{9-od#SR(pA=5H=pPNCw=VyS=t24l_$1=dHS2I{wzQ}+t-l!Av=eM1pQxiJzJ=KYJ^$=u!{m@R#tNS {^AHUj(a(B*xp0{MdzZSC?-&3;~uSYce=`7~wX9QW_rEe}K`;tcp@_y+zdC=u6@)+L)ZMv@_cnm?_mkceSpXL;RS JxIWk3K1&pS~(!o^23d{C^&xy^R6-yO|*GQ}Y4(XJG)mx-USwuLJbg21T@I^CIw~jv&ip_Ai3Yy;MYb>y*&1KQ4j )8BjufepN!h4KAS`jV0j2j1toARl+!SmQcTg39?-0j1uO_l_lWK6B_~`OaxU8Y>Rj-l>+K&CdCOr0dEdBVf2`}V15m%(13*`%5#;mN3lBj0*A4)E-rzvwJN-bEe=N ZS&pU!F7g~KF@M@=nzz1J&5YpXo5Ynx8F!CR9FvjuZgF$!CJQ(x#f`ifT*B%V~c=TYTd-Y(YTZdp=XB~q01%fR9J @OE&r*9mBct1ZB{h2%ze0JebjO(8dMLQon6!`crjTb)*<@G%b^{PJ%__qCFSdV^v81Q&cf-L7bNy8sF4E^)rVd#& |4+q@oaI}B7!%_Zzhhx59e>l?Je>lo}|8UHg?;L?~8GHoNXO2L>9D4-t{InxbuZ2foU$^K8^vj$2eTyT3Z@)Sc_` c(j!0(9~KI2GT*N(*cF#AZf=fWdV-s4At-hFr^>QjGIOym!H9EEv&_EG5XyN|*=c;+a~*Ef&CcuYMS`LrF4b{$TT &kfHw8uEer2@(tEeR4GD`LJVk|8Xql$3e$pT+TQa@ozmAig^CQUB@31K&H2$9%f{c+iD=6uv@`$Y<;cpf}@BKs_d(0DfWj6VR@`^gVR~+Lb;5` {mP4!2FM$h<0s#BKWZF2(n(|uTRAK`U%0k3Fc0Uc?%d{Pr|;v^JL8L8&AeK?sQ7bdzoOKAj>_cp9(xW@>JmUt*4@ W51)#5zd~?-&i_=<`Qkk6ORt=Vb$8Thm?z%ppmPa=*U`9TPRIJO^_ghze1#VhWWB4U1dnI@JqzpCinB0|Po9PL*P M-htv?&<)2?TuUo!*`BzV->pd;(h=IaT91LmXNU(W}hzVSK0zlL)VKJpxl!}N2I|Lz1?PI}lm=>J#FLH*v;bRQ}F !2-aaFTi>{cmeQa_yXYT~&_R4vn1Dl?Y@JZ)`UzvVB>XSVma-1X2NBOY}FpfK106wSr0<0_hUjX{DlHgLppZ6~SUwqz$pewbD(9Vu Um=6an0=@dvB8>m#i_mXJTm-q_i5KZQb`i#Jy~V(z#A4vj$i<59i&3A47h`_DwHWz)uo&b0#bUHSelf})ak0+Zi! qLS5#;l*y)VXi-hMIidGKQN$Kw~HAD+D!bn+ujzvU9pp8-qIuS1uBzD!;MezkK6>U+)-(Epp4VEkWPg8XBbfWQ9U C1~H#mtfo%5Nzgi&PyO?{Nz&5{mf;k-vyUpzAd{9cyRY+SkIrl415B2KKI9jrRe9jrNEzKmLlDGOEGRYECv3(vJ~ x$U5<71rjn@EA?z;y4_}De *=U1))-QN7#nCN*PbuH-edjwez^~ArR+>Ne-TyLlAFm8Xl4(skq*P;IJT!(VkxgL1_i|Y}umLQ*hYjN4WNI|-GK3m--z*;bR*{T{x^buTuN{i!N!|nqW}2yP2f+?T8?#O`EtyU50_)S YHr5({N!fPryXwwUeCB0`;>k3{hFJxF5Y!B#(n)2NH=H&=<%c#sP~^&VBGIqp?tT#zqkVVe6RxaYn_$or%hMtda) ApXV;aOPpvDlP9L%o<8|js)c1jvsQ=3=F;CxLiE;dFCDy|q+yXvqw8BGg!T#x%TfkSxZiSqC3c(Y(Ubg~Y_Pq_?p Sca|S^e!XZ#V9T+rhUlyB+iJN2{=2Z?OvW^UzhGb2kx`bCy*Y$5D6CI#2j}z#YK9-`<6BYP$>laK>GjXP4ZCe!ux H^xxm_!ud%<_M-HUcCyBFjA8o{?1@9x8V{FGpdfeEHy;E4xBU~q!$nV^-~Rao#$(+lv2JGw@;T*-C$SIO@^3hwIQwtdXZ3vw?b+`sv}3 _jX!os80lz+d3jFT+PosXtry<|I@M-LKK6x7RZ0~1~|JwxlywZObbYbPQkpJ%ecg&w*&w(x<{haQzp2NQAwdb(@{ Q7y|=lth^hfhC`b$9FwI2X9}1?3G3Ko`4T!hAgCCCtACFJWF @_7d8;{3X!!H(mlBZT50Z&U5QtM!%i)GU&%AF9Tl&y%G~WkVUV69&Pg~_Gh_QF^-QC97f}I^*_M(zW*Bb(I3Bt`9 Ah_w4?QPj6?2q(DBn=M}OW;kk7BT{3rO+gZ~MZ%_4`%?nNH97F5p~(yxtv1klS+)9`Z%a{pYU;g=KS`F}k@UJvgih;#57!Mk?}a(`^H4&n`72j7 RUgY+}kLAfb{JYPH4LAm=96=1Q|cxB6uU?JTo?5_PvbAr_hsv%f37Ad{GO)2k08^5hxPk&n$N2QMc+c>eZDU G!&?viu8@K3^;^Ck`u$FVJWn4b$n)T1jn{vDq~B(Jybo5mU@;yzphU9UM__&0~bUe&mTKG30>q2KPJZ=={|l%BVsZ?Dnwi7_wow~oTi`T%Z8aki mnVsE|UIBgB|xA?5|*A%{(#s8cK{SK!09{Sy)c|2Pq+izK4hz%BdQvS*(`r{np9l(XWYqJJN6c7|(Uj` ^u>&>upce_rEASMeEyE)*kbhrMzx4FB*3_g-xOOtbbBZVK3G|SM4vJ+78g~ClvN0&GRBn&h&}TmIly|*iLU#`VH1 R&*A>*1Dz-4Ct5Ylc`@h@U&v?L^qXM%q7Uol(0bel_Puw~Z#(Uizbf33*LQ+1)WFt?NWQnLmX{!SH2p52Z~rK3^H &~p#+X0;4gF|K{Q-cD4_N-AiFa0=>FE(97 av8`Jv(8h0HE*iG}=n%h9n`_@3GkpEbh;3h5VWeWe9rsFkx57rN$AD<(}H2i9X#}H(F2j&6$QJ!zm`$08f{paiRV >Qsjn@e%d)G}AH^YAid(a)`zcz(^DgVD}9R|^JABumqzPCF0n7<|p`yqY*8$Hj_c)ahMNokMNch*bku7Q0k|FK;9K^? ~%W6&!+h#>2|{EBf}P@I!ZpU}6F^jk>JM>C!=?lLaZ`yc6f3H{EeAF(pt?et^)pW%#mG3a=Yu7S<-Mp`ayExl=dpr_fXWo8J{mQ`f ^?C&7ihjk-qU83iAv>pdg`Z3y`j~Fjv&`syRdupJ6{M#7xu)i?yAllO{d29uB!!1lc$?NzPsl6dnf<5>DQmqe3!zur#N40 `Vrjk4(+*(-lz5v)gNz^razRvkEQ25W3Uf#|F+{W`u>RK*G$jM%YRSPzNYcU(DyU+nPorgYng|cwb6r)@nnj(iH0 4a@N5eEhsGaU178!DI(4Y8f!;RnNgtu#40``1r7cxi?`KfhX!;$`>mtGR==YwXZyxLpYHMJh#yVn`>bHAitPe}`s tkHEe&Fj{(da>;V%X|LH`O&xM_4_!+zZmQB(irrCjx)=f{y^`C(C@I aw*62c+c+NTgdat5$1@#gK8C)rY=`yN-YKgGvB6$_S=iYW_7iQ#_jrymkD~2;-GhG;{yRtG@c!~<`d*^n-5&4Fh} UKML-BUw`5%LCk_P(ynZBP{6D^PBcYmR)zG(1L%7(2A%f~%IB99eyzs4U*Y={b_V@UrQg03= g}I=MtQM5@awXm59}hYt$|+}{@awozFUSnThea`#bKST-_i4KG1y&POt6l^KZwD;;N2MPqWJGJ=4CwCG5wI|F@4* BV58#K@9DXdc_xj&H~s!ZVdvMt_WSrUeEM8rUc;}ifo;T7HLx*o|8C@b2!2RqX0*IbDeO*yv--eC&UEHS=(%4FY| 4FlZlT}a8vpnhY|5rP`7U$%35Zr7t0=ZrgU@qz=sh3J*MCI {NzoiFYcpsdr+MFnO4SNXUBgmXFsimZ3AeZMc;GuZGxuz$Z5kv6jr3)0_I=nH>^f&Cg{hy;sNeLl9ztOQV(?kQa`Inkobg%)>-POv>-sMJHlXhx(EIQh?8=@i!-ZG%e Lr4f=(i`mv)nCBaC31Q08%^+)80>2J?+kjslHfiy@a@8X J3Do$rSH$gVE?l#mlcBzD*ye6((I{qeVd+H2fW4bN%VV);$6cy=I}o(@8YxFmKbbySYCOGrg@ENqCP+2w42X9j^u TP;89xk04GmA``bn1KS|$zLC^2eZ(aHw-Uqf}3u3U9;=kDx{x|x~r61eTd_?dv54K2$Ic?vN((XvVv-O>QX6&Qiw <5?gRMvyf_klguCt8P;p(_+VkA7Qd_|}@wi}ah{2exC4^lb_KF0FxW6#s2T>Gv}9N5gi~Jowz?h#IyrqBWX+Lz!+ 7Wcg#e;o)Min`Rq1w%1>xdHk>s?8^d;w-_YBqr;lg!f$t#mcdGO3#fP>G8=dRUW^&0?I@ _K|W-^JkbjA;c4r&=Tw51@w_=rSG<4}a|WKWPtXInF+lpll%62*>WF_A3ziOytUwx3G0hrNmjkTkFCZBVy1&RcNp+8J$b??eaXl|~iz3yGpXr-;T-wAMnpg-Q?nVvxwSCGs7)V vZ`4O(nY0DL)r9B;qqEgVtm=p-t$v;q%2Mp_!+;o=%<{nOSa@n(m(NbznG|!^DdNeHZd}}Uou%hNF #Mve%RPtiMpgG?@Rjwf8UayZS@mf$xO*)-IYvdk}cFk%D%(T`~tEH(w$V}0@tUksJcW8byJ %D1&M;+>2n(H$3m`CIxU__2Go6oyz)xO)?P?<67o^>QnsvMpSmEIjg(yQ36lujT01H;NmtE7`r4N4_Dc|vAeI~uZnaZn+dPp1Z @a;>FKnlysMgSIl6XR8+!A HH-^UBQ$F%r8B8W0~&1?OyRyvH1m|O=t#v<@=kgXqD!-;Az|o@OtEw)p$(NssM^w#$R`WMbZa_K{YUeF#xNQ0_FI Sw6}tQ$+q{vM{!-os>ry%DETP!B3{wr7l*vpF4#K&Yuz1CJLmI{72!rZBh$ &5RNTsFO*pO`XYMq-=9uFYe15h|R^%dk_WsCI3oOd{PTB*d&0Ve~|spXA&Vaf&abq?HIuAt{u^B&mke5?81WwSb5 bbyGuPOqQq?2nUs|wTO2UE+)c-%JdVZOcAl64(d!6TRS*eK1tZgh{+Y?8b}pE+dz!FJAA?KoI@KykZi)M#q>4ZTtXS*uJR{YT_LGVv`Hs7?gpUVKD` _=i%vtkzr&;Wx59GG~hQR0D3yAenhuD-0F&F%NlXvWF@yD_;_;c|6Mu057RU87G6SMOuA}0~p(RRB6GIQEerZCK4 eS!it(Jour$1--&xFo4Fl05nA5?y|whtd~mrnnp>`aQ&5E=hO=S!~f_nn -b8_Bzw;9YnY?LC$col1^zuCowr0X;GaC3j9Kv=osc)9cL|QPmG_Rl~pzFHxPl?wRso*HfqWcXH_1NaM(yRp}QkZ 3p#ar8!=JfA9>`1yx*E`>q#Vw;o9MHq={TBvB`wS@t{QMlUQQ7qTHV}u6`HwAlD$1YZc^*G6&PBAR(YA-{pdddN4 })(z#qPQ3)->pqC6C)iK%XyR1Td66To2g&<_58BObSka_*r()%0PUqBWdP=f*!8vY ~Rm=Z4Pn;MlN2xFdRe$lI=V`wtu@jC{v!ove2jewqz+&RB}LwOw2@UGSJ@ZF_WBWvCM%qEz}^9+C4fjL|==<-zg3 g`qBVVHB#wTtfz6>aDXKFg#z_j!Ov4wgOFY|Bt~V@t+RzRWw~*=JmHb#HbzoRkrbMBgBR~*$xqSZYP(xd$?)B+#4 -BLR1zdCb`bt%iTTE7MFrl91v%=ze5sJd*f^e;>j#ZYBTel2|!o2=v2 {@b(|Rxub0u19u0V#=Ju)K1*VN3JJvKTCyWv|LN<58i8}0OLa1U3ak&9ELTGq=mn@UlvC@N&;o$IjdwmY$eTJN? n(55MC#43vH50c^dK&sZ^T7nM5Bk-ia1kWXf50Z#I& fstaaE0=9cw=*jrVK`~7D~GNendDw4r2zfoi9#}X%zd*P%TNZ*iFHW>b1?c&lA?lS2ZL7)}f6ltF%Q0?0j?=t>sSez8Z^!9u#oyjzs3Y|0Ufp9YI08|+413$gn`qnK?J=}o7^X67;3+L|kX-^@vm#0 _hj7}$-)-N?3TWysz5CgY$dptUG5Fp1I2WO%~WMme=n9eyhdP^a=_vXzr{&el)%`xRo=Xg<6g@Z3NalC-4KTJX0a ZLqv-G>0)J*vUdu6Cnx{C8API@DS~^d&npD$@}eCs|!iulR61if;y>mI!n|d8}gG5&p(ZD5Jg70`DoP9f{BP{_+V MkfuYVuHWVE?l3|C_h%<$7`C7s=Vv9?}=n4JS#`dEy3y`jl@iGgLrWv>rxY-|8 OKNE9nD;AXTDSzRo?gut)VWb&0`^#ujlH}qMt1huRGmNz38VpmHsm6h*m=?Vaj5plzIRSh%AH@*-*{?t)dBXXhANgK`C`{|rn{qDnH!Wl5LJ?Qo>h1!@Pgp+T`wYAp&?lg%<`B(<-qI7b`N6j=Cl+Q;H}Pt3fh^lTp^A}X{rV@pGxz@sdh)Ml;QIg>bg`97OI35T;)3Rr6Lnq 6@kVhGSC*E$Y-4*e|epO^VO=0d0D+~e%X{N&ov>HH-|M!#M=wRTDA~Q#?daCHX@!i+kH;QXA*VTwj^y{io#4)WeL D)7D4a0EJ74e;Qf0Q{=9Nxy8CUBsA*@X&1sbtpG9VRJd|C~rnUOK)oq5zj#wVL=3#@pJuaKk+-%#4O)0^z?EEOHlF7jor=4ZWq3|+7_w;DRkZ*{?22i0{<}7aGlsycm@M$Z6Y|63+Z?GbGuL`LQ@&A`Zj;S1PrV+$C`UHQ@Q||NtW$ BF8b%8#4PFr+afIt6#MYM>G_7Z(*cQK?c$S8+vEjzH8VXveeI?Gx5^n{5;R#8x8h&z}_zVzKS#m`CY$?@HmQz)po c8ZbC4-Kg*RtYac2Z$EH*+hCRozxl)>Nl^WQ2MlN6hvzk;@Cspsiy%pYg5aGEng*uumEp9t>n@{P>Kyazu2&kF496lX 0+emg`}rq{@iuDL}TEr1>EF4wZ6mJ+mni5zd-Dp+W9Ouirq9T^l6&4P@bLZD2#{D2PQ8HfR>!5(E1UqzzXxJBtaR Y;A&CiP96)rdVt%Nr`nS@Vh|%EUFM9Xr(;rDTWd7qW~FMl+3F|jdPY$SdJ!M~P-R5AJikM4AGzstacnmBFRdQ5<(H=Bat~t!15P{+(2hW1j^Uh?(0ap3QO)ztD$P_F5iicosNy)e+2KA8yfhDnKK26X6ixa%_iq{-3h$@q gWo3A(){8y#Awe*#X3%1+x>Kp|GE7lWeCY$b9AwS*!0HsIfZJL7;-smO^f}sM>(x&!k%lEWo46jPo;j`k%KAa$-A z`mX=@_AK*dvXo-(c>Ti#u74AEDNRML{UpCzT0Mza1^Ped^`AU}ek{+lXV}d|zr6mD|6Cx Z^jYKjW7(M(frc{tAfC6xBQ1WVKzQ$KM`^>(ez#C;$SlsJsZG4;+x55g6zbsc#!C3E{1`2raBKgO})VlJ9KzMr$XvFF_~>I(TET8XahTxw`JJV{ B}#))@(U!2GTSR9mJo8$&PlY?4}B`gC*v_)YeAZEn(DI?#ntBC0E!IKG*#V#xAds=ZE932(^g}I)#O#_Vo0R1*UTncTYc=(xkgs0c6?DP(jxr(Z0O}eM@(geSR6!>K%8$jXk &I3m6<+uq$54fat3@PE_-E~1wu4zL6fskBM}`9$XsP>D^eKd!8>r6B1)}tU?tiOe3T@CC7kwCnNlI@QAnG$PTUc; tckwRt?&dfa^x4R<(Z$uvog!7+`^W_oN$~@=@&lxlg9ryN+Wh6%g3a?(Oj!26*1(%F<}}$A|o3s)=%VvIrAE0B=Hel@@cuUn1(^B6%|59*RVi%n&va}q&gN$%xqCm-edD^+DN<^drc2t{m; gJor?(792Sb$GJ>(t$sW!%TXPP2LiKNE6eLxmj@}L+ebj>@oZbv~ dq;{%vy6PAytBO H594Sei8=LI@wN1p~K*FjPowPHZ6576LR(l!2u~siF}43lHPS{-q7$h-l;db}Eh`jS5u3$_XKd6+tb=j6223YuSd xpg?cZUnyx?89yT`eKK0Ik_c-+9Fox|bJl|fw@Z8JQ9=?~1HmBiXmrS_uhlp=D*le~l2cl^`I+sPYgIUt*r6PJ{4 d%jDXXs@Re}^TP~~&!CS$Uv3d+YI`(wwqVutoRWyoVd8ik}at1z#shAasfuV+Qo1>6eYf&BieFZO{_@6+Rumc YA+2-W<9)?Ijh97NXaC>xkA+ R=mTr-xyupGs4HZMiZ^t%9SqUgaWL=}Ko$O{70q%|7Ya3b0Amzq{C#FK^SVIf6a;s)Ch)IZFB;K}y}pq=z*nvnAO dFdvZ&svEaKHVYBI$_0>tk&4;4jU0;k#$pC+nhXPtXJq3I6=kh(sqZ(ilNL!@rnHC=300hwO}W*c4^1~kpv5(lLq --hg-HyOJ1VAYvX@MF|G6o1;=f|b9OVWYs9tTv*cjo~2w`(*Ul8blU@u5MuwPKiIa#SZXJk|4pr<%Q3@h&$oZG)Ebw0vM9&wf$C+m>B<6p~pa#=}*E;0UhLr<7sTdu%xz$}((LAE)~Eg0@=x3{mP0L=({q70wgmv#|f+!DhKR;XxY |HNv$colOTFz8qCTMXcb{Y?BV@a4c5_usGgto!yd~1FFt(Igq8Tj)t_WU~3DJ^`Im?JsX-1Y-g+Y+B(rTiCR8dE% 1RoK8qU%L9e?O)?zq299Up29gmMOMu^dsEpzMQ++#_jdDTgKxdPGAP&dWQH%=C+XTYvL;OYh4(29gk5)CXLzp#}8ed{sxj E-zCW19C1tflGUpw8XwnmOc+C=`iwcq4*V9OKcGoYINjf;Ylww7DR74AU2Cs4oD;P84T%wAB$G3G$!hdw=go6yI;H_7Jt-2=ylYm*DKf34jL6@3nHZ%;x5? SQeP(Ls8EuMDpJu#_Eiuu-So|iJL`IcYLM17 ct|&o1slk3R@r9MzmSB+~yb_a|rFor}L78XDa>|Avz|g^-rQ-s!Uz|;xZqGvI+Z#U0bo-`auN`u8xP;OvK}paz(! }VaAEIjLhk=wWzUsMy8Hz?`*i0wp?f=TBTx9zAyMT%wAEm{SFjjf E@~POiG+SY1P?Q8Ro<{mNF0pgzJ i|H%#=yD3B3Uj}qiE>6F9IfIq3mmIO|8B+mCFnhF2qN$e-+iLFiK;Fc<0=;SS_%ig(0azX 6GL5BIFDUPTqz`tjw7PL`|!#EzHnjF_a|?q8E;mVkQ?FD@*}LkEVZ3O*3aI;0G$Tg_j1bPNSLb@_&heaAFYD>Z{m R1hSxM5O-ghcc<`!RrIL{Nm#QbeB<`WQ~fj%EcKFW_;oyMP^t|@*{4XUVKD5aoD}GFTD8sW07f^;EE&zb3C}m`4x dp}EurnItP5)|^T=9TCS+xYe2@8B%GuAeq$}H+Hb-2dlPsJ&>pi8ck&9t0%)uHTeMF8NxSqb{WSui!dWK?lVq!X5 n!{Xav5+Rxz|EX{0R8h+2@D`Hm1#6GvD*SO!%YzT6e?wBXQ`E*QNJ8*D802Tke!hlIj`MP=#5Uptq^BT7&@E+z(l 9~mQs5=JmiEsTUj1iCRNpPyTPVjD-S{}(c>d0dBZSK_d|SD=a?{1zyBLKM@{FZ6SIyP^%AHW{BUg^=WjL~enLISV8rt{kZ4QOe+2)x|v}j}?FeW| _GE8;zXJ+ugxd+rjTwx6Bu|p9lG&5+j_j2l?Sv5qfifx$2fku8pL>j4FVo;)x%ZU%TLPLB?NgR=c)|nj4YNny^+h Ktl;-;98<0@m!RD==oZjGG8YC@n=k|zxvp&zl1!@cTiEYafv=IpJ?iqQwdnngSAK&L<2ZZ&clNrf>@!hcYPJpo|p sa_^1m~|Rq&6jK)C1UTwE%g|q=;4aFqB-!U(=w`+%=)*A98|{UWnW|saB5gKAB|;Xhq@9Hb-+Zw%2L;0EoA4aZv2 O)hlToFEZy%tGqasjoUe#zkfhgHr9wo*&vwyXwUo>x{471?vP=Ye&6CqPXJ{4DE%0F(>Za1AwMi>9z|wgw80T7SRAGa5QlkvXZt%9o8pD1ctNP91ej$v$o62pNB=&MNVv |X2wfk6@N1NAg?6|NAme;XeC=97Rx>9E;#?wo6`I4&&QR&Ue=H_!hWplHnt7cKWS=Ly_)$4S7aqW|+X_qnJh~|-$ <-|F+f>RlL@+P|)bNUvI=@v6f^rM}uofu~AfVoOUSFyp3FFTQP4nO)%b!F<{jTz~Q4@uvs2`K?fPo8Q_8O(Ppt`+ JcI^%8SLc=kRznL&5hR;Yn9sMfuUH+J&G(PO4~W38E+NZ 4DAm`3Cd#1nQg`n!>c!*G>RGRYF{0;)tZ>ucl#w*BUl7EnLC97pyB~ciU`cCEn >_Kx3icI-De4E(LwCq86i@dU;kk3^VDTapYqkLY{Rx8eKP1CBh+zB#Xr p(cU-Fz7}99!i~)6t&ux%;yz`HvZTb!LTk@UU}==E#(pYjcRuQDE~f8!e=5y+`fx%~|ePT7GE#_p|NA4sUGKH@ta gaf?1TDh#ZXO2)+u(UpvIM%otQRhjDv6>Z0>t3BAvRXc)9E3hV&tKk(2O{!voD>)J;@ur~#u~BNK_DqHC)-EHxU4 %jpNrdEc7h_+gBjp@9?Gl<^ttm_@-yyC#b>ErJIx1egw3=ktKt|jlN)?I;Hc3oO7N>no8#qXG!*gK}3r1x*X=U-? +yhjdR!yfU=Lq@o#*L$Y^-WFqzkcdedXTrKCVuusRvX$tiuYWLKtUM>v5u9>;<{LoE+ry5bu@}yW0w8RhF%mb`%j DpoPTyOCoM^EybC#egEvkjs5n&ZV2^CBzg%y;B^||Fjt?fh@lz*z ZPc`t33%3pT2xz;0sGzO^;q^i-U=95F$C4LljY@SG8(6jgKfN8Epke1I8}bgvG{KDUH1|uAj&iL&-LzB54#M)-ma zjJd;6xZLQVDwCpyfs>Q)=$>!{6Cp3f_ORy*X67!o&{3Pg8z&azon^?2ujPkY^X&$od &$kHo^jGuX(UW$mdLWTaG)-%^8ySsUB_fSGX93D)+{i{#gP<9$K0T|eJT>9I qIuB}k57lUdgsVfuV!EgRuvr}xcg9F-NdmMm^qSanQGeR8rL62w5DUYn+!QGy6crhZ6+mZKg!qeb;1BI-9#3nfn6T %_WI4_9AlBGeh$GE6!UQ%+P=oof!DXJYjR#f7V!PhnFpr&D|*i&f5WHeC@XH$n=G@H&(4NY?R{5XtBU+t1|k%&Qt D2c^)huJXW|bQTEDbdp6)`OHCRGE#`dBi7*@Jk_3X#?JeKV0M;+9InVjy^!wik(3Z+oC%5BPkz) 2$lEGM3rwisr5XnNROiYiit16b$?_A*(d4NQlTXrqg5j!XjKMxGaNnwYLROX!O%4^@*2XYpYj4b@T$e5PDn9|VV0 vf1OL+iI&w#rdG~fKY1%Vng5fMQsl^Ms-oE6jREY(nsrObCOX|nxd#p6Nm7jBb~SIkQx$JMI!tt?$T3G8pL$u6W& 018p6-HVrmIS4OQd9c(q}`D~ExM0Y-e=+*2ePSWSxCkl3v<&^q-Gsa}0O%B-jDmtUW!xhKny-qc|ZA=N6EIsfs_I u?>lo3LaqWhhiRedG&YiqsFR3#}V=l8`OKzN&bn$vZ%2=?AhM$aiR-7pStoXlxMX4tTgR@;dy49$WvNt9g5VeSL4j7 {iV7HxvFc=%f5;Se{pZUnWxYe-CmE{j>o9lyC@p|U8j%>*m1ilZ1K|W_uyW(P3nB6S29S$m&_;Ml$7!UoQ 8}MmFty${aXb%89aHhMaXG??A+qM7Be0^;4o;!FuwnWU~nFIH4SN92&i*k@Rm+;J13T18ZtZSpQS>GJ3T9H*=-}e !z+1=v>y$u_imQR5?*5H_zs|2MiLAbc1N_@ozB2rEQ4dHX&9h+z!KoY9HiwpUB~KQ)r?gJf8C&XaLwnuPGg{ZGAH 9vwNEgH`p5D8Ud}*3tSWKnn|{_@HQ(cj*v8roucpyAB{EVXc+W4!uYzkM!@f$di2x7G#)E)jhD-tUAgZ5Eqj)%qF >7!fwJOU2d!0-aNkA_`692-MUv;*pi%femaqqCpg0&)JL>yDcO)%YkRWt+yl!i@Tc+{JgS9N9_&ow3zpKk&;Z%x?@jiO?3UuoJv8boEL-L)Ol# &rFV(%Q3%U$;kE-Gk)nHnK7y;7HP#}2 ?2tfqnBZ}NdvG-ZOR#xXUv_l3QT?TPGstdM{g7-uAGoKTAJKUpU #8-j7l*s8E6%r$%Ml~O`CK^WTTO>S#rT`)?W%Ru|gE)MiDt8!a;T9d2y&RkG5*VgIfbg~m+h2SJqPb>A!)^JOSxn 3h{ZE55Zx9|u(sIz8!YU*IP7m*doe41?3#^@$HSAjAos+(8ZCFSu8o8xGB1pijTVHc5k^AFR17^> F(fnJR;x;Ej)cQEj#{y=EjvU{S6(s1vBvY^WR}gKCKqTZxqR^=XW#4@%w(SX_+Q##6c56uh`gUwBCQxeM81=GDk~cxZ7rMJnaL#oE{`Lilh`=NV` Fp1OjI$~Z*SoOC=|%L_=Li3Fb@SGK`dCzaad=hx(zqjPt>&V7h@gV~`8~()$^Wo$!V&NAn_F+Bmf!nqwVjf@T;etR{fEtpM(@+ 4|B^N20FjTj+4q#&elXcsUfQ1ApHK6G_eG_-1IP(bJiV+K<&k0}U0A>0-KUw`bk@jGt)1Y3dHKp_I`DpHkk1ubgB91Qnn4t d#soAApxOQ5E$1*7Qj;k}i}O}2&Z*F$8m5GkxDWcO|5$w@raF0HQ-?(!~kB<)udk1|7S #QSp(7(~PYZi(uJr>jqWW69}Gs7I|?5zyGFM{j$qR1akAV2@u3@xU&6XxcP~SuEOX+p1W%GC9(_3WZO$q{6u+)#f Y9Q}3#b?ll6A(g&vwr;#34K_xOMzmveUD@bz?geRGvhF*Kq@TI**a1oU6CaSpnfDa49?U68bc_w83oK`=NHPOric O%Ky!S_}uG`ND^KV!S9+M{xLB4l#*NEF)$Ip?-3$P~ZTPcthKYCLcl#B;8NW@9`K#;h^kZ=msV9*^S)jl+zS^LTt jDV5G~P?8@wL|APO5j?Av#Cape=**ugR(y qP9kj=8p#YsihYisu!W~i5klxOt+ji(b^4RLl-QHlSyE$)=iUL%yNOCa{XR`w3*k8F_zl`Co{LNr$^LD+c^h@MLK gm6Cu|HmQ9g$@Y0YO>R_`y{(VGS>Qf!6EUW;Ff@C+&~6?5&uiuDp+rDkIwy@aOun!d#=IOZ(7tkKyKsv57fD)SfL 0%^7)?nS5CE{;{AMZ+rWPbrt2@-4i{o{X$Y1#=-&V)wy=y{S_@-e4pu+ @ALm+`G1L_4wQ>`Lb5Yok3xxG`r=fqLl`hrezi##_QUv{>O9 on<~nu)~=Hy5U^R?f@hLJhlXm^q!QuTgf2MYC+(Y7+m&I3y{XP-XezEeRgFAB7l d?+XMYyepv5+v86iZzZB9m6smtT6)t$fS5~Ii!^x?Ynu=3d2UPC^P`y@!+3R*?Bh`pN;>=_~jZY5=G|Z QpwaS8K_Mv>*R}9?Ur=^pema{E!bKtpDA~m;b`O;?!ILIv?eZndBJL+J@L;t8WuO_~r!alk!^>QJ$i#k W$u4rz#x5K}6t44;oCuR_k#9ns_0LZ7*4X?ve<9j3Ae{8(CjBtXZ)dU{Q}AzVPfV$R^f!cJ1!&Zisq!jmM1%Mch= y@%XqVv&7^Yv{^#8_8Moqh8=KkS-0qPb3bt#G8{OfX>?-8?Gr6*_K`^zS!`sxB{Xg3$!Um?vq6ST>%Uc;E9*2$XK Ux95SxlfMtPM@izcsCZgiqVESK$Zuj=kNj=Rw&R}9_|cMM-NKWuN-Fls7vj|zpmMeb(s9HP=h#Qs|fDAJtnwf7w{ {y^81TQsf%Mut{L5s$6DHM5?|J;6XD6DTttsdba6c~%wW{_1P2lNNpnZAyDDXqEJq0k+9?sh0Dl`g&=6z3q(x4kV 3!mV6Bx8nPk6z6lfB;`pRe>t$78SGlL-*wh>^`f!r2h84CiLh-W*9Ma+WU+A19UG7|4qL?Fdsz?K^6?(~`Mv|R(I _NO^$7Sd1?1Ui{gWJ}Lk2|W5_7pUwU3KP$#K<0zlT$XT>!BAgS~Yd8fJ#+NV~h+$5>;;K#MA0jIkj*-ekMbEGP}f 8M3P&8?6vPKLKLO}!(x_Q_l;&mu^^|?t?E@LBM$P}U5u=^p$fOAwgIjEn{ML&4DfLzt8c7Agn?Cesn9q t!=b95Z>L=qV9tW&K|NLCz!>?8#Vxw)Vl-ias(cQCOPVyVpekx|+8raGQ8*!RRX;-4ZCT<%Ik&}|Lg42dhB>ifnt fl)l-q#Vgb`Q0z#+*?_qCRK>hS3_~zqV|#F#*81E7{p*yWPiz*4OzjjH*KUhExdH_8}*5%`7DSeuBrMl?TL>wB_cSK#2PlZauC3LLv1mrN7jjIjtKIS%fO3mh=aO-!=Vy|6xdOp2cC(0q%~<@_k{C_0|LuV9nHEp=yne#BY)`elhF}- FFb{px5Sy1v={+D^W0v5uAIky^n%tuJwm>v!O!JtDf=xkM{7=crXAAqsW#mjD5=>;*W{s+TxvWZ5Bl=Ty5u*(#iO 4eLTomE0&5YMh7R=BJ`X=w b1tl8f+0u;p)1Cyv&YbdpiKdF2y0q|3WTHwmSvT;Y|Pe_sR%N|TPiRMnQLqNrVua1zrf9LZYkyos2Au6mx9*1YAUuWxI!Dwz Brb10XD3Ls+W)sLf!17Qf9NO84xagY^9b=nPuNy5RKElpv2OAu>k93b14d*fq2ZX$f!)}p(-@S8IR`14=r? Rs3Ckew05%iL;({tr$==Q)cz;h?r-Q4J?J;$oc5~r&{3DA#*0+iH70iYiJJ}VnVwDaj_{i&jH4#xXd^{@#U(@gA7 e$zdKs>DA(^R7jT@YX!bDwAJo& `ZoO{+a>gkm5)hYNjFt8+tZ!wLB4ip#+yXBiaSpMMfPCAwrt2OP$_O`>>}<3kVEK(1dbC34_kdRoYmA;iAR;ETAi ;VK49ybbeRKhF}|`BGhXCkL F3u36o#M}eol1L8S)CGjR8;uO%9ASVPx-G}18v5Y&_&D?u9$87GOLD40oPm;1R?3LnVpo;DYgnsz-|V^BW@E&0(O WGd$GTSAHFP+*1}Dp|t1?0(>f_-k%&O3HvBYlRAS9(i67D9~F%$D2t-{7w{AX#ak)*iBtZp(iY)w1y|8#z-blG51 zrZ<)Xfa-qQdm-r28|NHPz^iGXgl_e0TT_GpsHb3bRFg;*Fv5S5v^-)5_*P@k18uaVWi{y- !%_0zJelFVhr)VwDrRm!!Nj~?YK^5PE_Ax;l`xK?APlu5o(S<)Ru1smloB8gH }j8P9SQsjF#Q+Ma~8|cNPeR{1|Kb%LJ_pSt7!sLM~qr&v*G`mJjmrL9ThI57_cuXF?R=nB8sUO+(q8>UA6jtwp>t ZEYE5m{1Orw(z|>)pW*%1CXs;t0>>eiYB~3oprJRZ({>U`D70$;J4sDSON3{1cej78UVdpuU1Up+hj9)ekZ%Qald%JkqGiP^M?_tCn6K;$bQ;f?UXB2bB`9s3N(E^W%hTH0BB#1a5geItLwR&N#T=ht)PFfv8wo-^=!j* >x5~mLDm0P&Oq;!4sVtw!`N5jRyWb{d^^1=jS$Jhm&anWieO0-ei`hq~pR48~^V9k_Gx@AlRJ*IIjLLJ$)qJRs`D 4(mI0l-5y=N3!bf`6&aEN6YmSq=|=cjpbwrh9C2(gJJ=;5)Fwjiyt_NvruMJmvQ6`zJ#K^eKF0$d3_qEo%;&CO$` j2ba@j5j@N)e_-=xl%&S-iZ0U-I%q7NyLk-dRKOXv2YbD&t0Qi&ve$2dFj;-mTxl>UFWb?;@fjskvLZ2m8;f6=R+ u{Rji!)Ub3vf$1{gubOLoh=ll$MWFijuX=1<nlP8f@1RGToD}>CKa|qAU(nUR y&L}=jAp`tO_azeP1z*i(0FF8(qZk5^g6`7L+^k>qvp}t+F2K%cAlF%+SMd8nI$2iz{7K{n70dXDv|mDlarZ`u0+ YIx$|vxCRj~8*aWhq;))SL|i5V(!@97*JVSWWCR-GOn$MYo34sk;s@0 p812l{NoT5HyJ=zf)X8RspViElN7qXE^t<_MNm`ptI5DXe RVrA%d}f>3$K<#3K`m3UlMy~u?|CFI{Vgq_D`dSGH0mMF(UB7jGM<(j~8dupb(`p^$4z~d^?@PS@3V29$YYEHcdQ jyGv0;r}wBPM?iOJPKu$)hbvs(dqsJ;tC-Zxx0i&wp&JGhH`uK}JNp1I1WK_Fu`=KD_0%haulc+}1*F>6 8Zw{d;VJeHRsRN}J9U>(TN~-xGIq(^*Jo)ETG446R&?vcgc)$~0A48X6ySXBBBj*UsKleLkn+m5a$nFK&y?#d>Pz EL(He$_snR2CZ5(K?n0$5f3k5mRQd3LB3t?CE6+iSuwe{o636Rj#*FafAD|kx+VH*9J3&FO|DyZa}~Ej=PU>oN5Q +PXfiGup|~|jSev`qLpsFlN|lQ@C3~n&!A)Z>x+`%^?jm>UR7GU #lw*c3`s)P!+01lAT?E=tI0>BbU-VF}d6k{P<{TIAG8ZcrJJ+t&`cSu?I0Dxu%NzjXYN;GW=e!kct2w;Rd?0EvN_0x^k~%Rb63z%PdvpmD|HZ24eU$%EO(ND}q9tRmga{q4hZT`ao{eQtHm( j7L*MmMRacl+aI)Ppa!9qMsX;^}8rnI8tFkd(Cu&fF+_OTcqDPCo?{wH#^>9^XtN$%aHoB-jEF+**VP(;Q@vdgF7E9GdIqd_^Yl1YGWHtX2niPU-gmChEq9Je?7H|xR!Rb}^T a=$*O#UCcp^ zJ4dMeZ}6(TWdta@L5jVtN!`U$<*p&`+mk0{5Jjcb!9r`2saT*CzXO^H(!whE#q@r>g`DAV&g-5Gz)I_((HCSAkz P`5JVO#-_lHh42fdNXIzKfXg|^k{kzkHzAqnE$iE{6T?zA3eH$u=6-%yY0g_zK6#Biud}#zZtUaoWa}fv~AfJb4c VSsS-BJDP)%QWy|lgC_pM^9tf4_NArOXS7z$H2H~~t<*QSJ7rCe29)wnoqkAAqh_G$L_LX_atQ1LJHJOfcw?m~5p I$r<)g}Cf_J*oX2%KW&*r{MRn=(-?#OypB#BH8#nFarnomSQ!S~d(QM2LZITy>{L^IcB5qPIv`md>s-5#L8;azop A>v4fL#f4%ucTphJPNVyGrf8qNb5br~?FmmD0(DYqcz%oqJHX+pvuZdP*qNa)6StN`JInQFP~~KXQ(Mn1BFuomX2 #TsWqu6GZb0tsj_Ter)R<_?zmc=7uT`(vn`zGJnF*aM{td0(mMM`o2V0AULsznp{$Ek9lfU6MtxQPs=54*7rnM(dr#zO3dV-*X0fu$! hLt#+vZJdLJEY2+DzrVN6hL@yy>2vVN$3!{K8g2gRVVXC?*H5rWXkJzVq)5}IE9DH!-P4nOg^*`}1*>lg6b!mW_i @lC@jKxM>va+%=PoB$nz61X*`9E|G?%NI0c_bBLTJS#=oxoz3+za~eo_239Y+%RSgm_js}G(JI?3uwKt %kBx>sUU7T4;`S1Wg7p)>d#T(ly%PPG`qdWS;{Wq+bpwQ7R*#NeoVdy_xU@Sm8ET3q=}mY}(H64=HuD55dLESpVu _N)H+lJr{;3u#_@_?zbFk9%Wfv9+!ZoQ$|RW06bCs=K*2in5!}P!T2p_Fl#5rU+p{w!G(A4+|Mu>{q{$zrdgm!amG4fp7Q@byJiFLUPcAd`Kc{!{_V3GLRyXH&Cr1yD4nwbR%|4nOa42*KOH}TrS n2I1Y#>FoM`~r8FaGZ7lLtG$3fEy@U`O1+im-D6Qvd3-SWJGq^N1GuWj5cz+MzHGo%i}>dh65OTk>AN-4WjqzLVX VZm~n}(_7C!`SjO+`|DqRlAZqTNApiV{&;@tlliaC^8D=i^G|=B-TvtGqhDp8o^DS<{fWGtBol_Fz$`w8nTCa>=Q WlDYK8E*Cak+ASxlZ*L|;Rf!+w=tTsGqQS>*%wqS17g;ZcMO+MUWEw94_38JGtp-i3yJRYSKH>+cZ3M1G(ap-RiF MB^9aS>51OWtKi#zpHX=622;?G*6Hi1(cCmuW9QN@haLJ`k@i`Dt)znM?i%1c nQ6M7t9*$eoh72phK7W0(Ws3wu@8d^|Du+rH2*1e8%`*jNO5{cD}6K>rbeDCGwEL288<$3{PIB@@nqQ1gm&}kwgB OqM;BCB_V#!&_P_Z3~)y @R`@|ve})R(4@Be<@(19+(2PsXJ2 -pGNi?D42ujEnsiNc=b9Ve@INl+&1ahNf@zs(@;`K)V!HX8n66D>$19xrkM*IXkDlgzwYi@2)h~#T!Ig`Eq68S62 THuexCC(rc{}oPzvn2_=Z}L+cjr;j2zEIYi(N)bUT)F1=@h8u~Xk5QT4|(j28xH ojtVtkXg=F{95-(u}0xEZrx3FfL6RP3KhfcTz~#JKsQ#--W75<+an9Q_6uCa*chMjBUsmLu9Boq%>w>vRTLf>^N^Y-=Ez AyX-JhIt7ku7(xqNtZ>Y`iX#xo2XO1BQP;19Q|!b_2Nwv@8RobDONp2n;4(;`(;5WwFcSOmzBT|!rSqbqWkI7Wb1 #e)2)5@zwPM+u0LPWK(1(JAvOBZ(KatqYN<)_(w(Ct>pniHLCBqbg=-0{0Ml$`BUBAdHE~>(s7)2{B)kqLT1nXVuA(CK$LdH2WN7)taz%2pLJQF;-lc9U^6IKQ&>8^gAX}ZWtk`5EpS?FuxCD10>>o_9IQxLo~Qn3<*#7S%bh+d!b^vqBy zCH_T)s)3gn4a`I$6{MW?KPmum$aH27H4igp-CdMeF`s!b@zC)A^LWPlk%j3W2kzjd00E3=B&SOK>daJca~2u;~0 #2^eUjWnl~lo(#}yOB_U0n`xZV*qpE~Xt|iv|TuBVwO(4faxkXElC%iv?-QPO!Maml*W+)!H6J)GteRC(T?^fC_a>0aFxZCbi0YEzAZ0;tfIO-) CKk*UD8HwD#q0tviVLX;roPl`kA^M!m>avVf5t6xBD6$tF5Zv7Cb9t(t7KgUXGnQAU)5h97x+W?$$q`^v0M_*y<- W?AJIb(YsG|Md8QBQ~;c|`}16sX!hE{iq1(`gy*ZLpdkkeJ0m8Mw6CGTGMY;^^U>Zy(+NF=#RWWbj(Ii{FjyJ9$7 ylA^L6}bp~`kMu84y!hx1-fHY5*i%bM`~03GTa)fO^8WZ13opt-syP&y1NVE8yxrkk!33^UdCrojyaG_f34Dvd22 $r)h*{h$%SJs9f>i0_DO@XIBP;G`q-QqYAKO#v(Z95qwe6|(9jzBQAGEXbjly(-#zk6ephg`JWrjSvTP;!XT%@>uSHrh#U_oqaBT6mOe2RlO6|#CHf8FITPE{MNvk@JVT!aUbg-b4 bXWutTYs_$&i?2`|k(;Yeb5D>PK`O%(i(Jqvg6eUM+xbVSmmj-b6lp?m1Y^?(4F{Ml RqDr)8-mnnB0=Xd1ONz-FO#zZQEnvp8l;le0D=c^p1Mf_ej?!OT *1gw>OsDwz`(Z8cwbs2dS||9oSS}L2n7bGa2&`^=!0qbEgajZP%>;f~e}~Q@wg|@UQl4Ak5PE27q$W62q~nxXn|8 &d_buS^8&Rcdv*I%p=WR_XZ!m{vlP@xOK8uu63;@#BD%kg`>}4+B2qg;}@}TLHU<4tK`yf~rPfaHD&Q3#ILUh#d0 %oOf|1oy7EL&n;J@$RXPc>2hrtUzn^O4-gRRG`WB8$8Tv`YDWs~33Ll@qu-HC=@|GwJIo{Gn?LP9&29UhkI$(MXZ bjFY5UVi`0R8E2*VLxnV5OC$_?#`RgY1Y8+ ^9IxX=v{OLs_nV{t~ssIs!1o>$tl_PW(SiA$xk9pD{N$|=%TPxc!R}E8Zh( 7rD3Q9Ng{0&NUIblE_5F_ 6fQ$M_gO=vDMfUbAp#$kp-yOE(f}?yExScRMBvau-47s{#XSfVPd_zb7TQWJ3C_I0mOntl4DA1u (lPpync8MCP*)g^)^h4393*$TCaOmgr(3&&Vcf-?Gnb))Zq(~=QxjObL^kkJ-GYsTd)1uxY=7w)qCM=C0O%&0oof Zv^s@W)Bs7ifnvf4>h@*~_vKK!o18V_QCW`*yS+h3_yQK-*)GtpgN1BBb14W9NHjjEFZ-;1gfupxDZ3mX?Hd+GD) wQR=0q&O+i-H%ZK)C6Kv*oI8Pl-Vnk$GjfSvymk7{uo@*Ad`XSMf(sq<^^s&2R3@3_@E6;(_%icS|N)J5FUZFIz7BjaAZg98tI# ZCxuZj)jcG{RR|q<@l^Tw?p6IJ77)VReza3rz{qSDdr@g5tCyE*nhdd(`ng@}z_=I%A6y1F~k)Q(@hAbKSKja;?% MA@O7~wE0jFYwU|Z*I&?d_;CBC>+s~Af6Z(S*B @Bn@d_b7ZV3-$k_D?1QU7r#;AQfzCmaIgDTCe}LMsBB up9#KxJ48|VxS-}`?%?ld_Qj*qUb68yt;Nf0n~!NNUX{WLy*LkfuUFv&|MV-&pQmpXYJxwPw~UZ^H#IZ>%9RevHQ GQqj!ZK>FeizZVh(cxu96>#a!>FK;~}N4BJU3@{2XT=M`-DJbT~)}!t=XzoU<<-&xydYAJg;}tt33aeoOo%GRzj) Et#Kq$QGHKw6`dZ3Y!}qm7jD4`B32(h$A%FVeM_xA0WF!B$!aEBt7WlFOXdW{w>SAs`1BMXl?!4ISKY6o;OT BclrLp6Ngq)R?LEDMabK%0jQ%Y+c(G* yix|jpm7LSc(If9y9CxP30c8bXk3A<*>e~4%1SVl;q}$0Sn!7{aiF)8ErJ5|JagU!x1Ib=@;37gCCRZZA4$ VfG43w8MM4+;VL1yw@TKJ+*sWAn=mC)?xA;vG`xF16%T;{nArmdVA9T41lW;T$8~=+WO>%4Y%NNPRc~M{R7ZSgHa _98!o#(I-!XTA(^LHPB9{s`HeY|D&&P_ORmz)Mvr;k8e92{tupa%IS$bS!oyJ$_JtO#FPLcZ T=4FyzAb#`f`&g3r0u#lX6YAXzmze!s^_k`0NG5|y~4rGmx9C*+Q}#V`~=#3bbBJF7edhx5Qk`UV&T-(0J f(D>jGx|X<5S`8M%$Ckl2a`XsFAK;k3`gf(y?@U)j@>d+IU<=^@QwOoHG_v>eMIM6Dl(m4U<xQS7|EX7Jn@2WT6JCicNyAN&x9mFi|h$+Y^jJdRT-Ke(G2^ws +vIMTkz%k}p#rE7ZdEVW`eaokeG8#WN8*DRqBn5_V(lFswk9!5se+$Y`~N9i*>ZI!oh%6mruHS<^3XeX!kIb&71Q {ctVIHQ{wHE^GTS6}}~HtRrt>~pgUA@U&X*}JGWhBQV{8m)Zj&-pq<-HJ}lEL0!dJ;Lebf!g%(dA_lyO7>E! mKt6!LU^_%xcF;-^&1zI!F|fr?7E{*K2($`6f0s^W1Vm= lRTc|pJ5LNTj&H*e@26x|8>rK6zvu?^0j~=v-E0ZuJ`<61C EL8Vc&w^*dG7v%k!svCFOo)8IVgARrG{FZ%3TXeD%1nu-yUMg-l8G`YBuP-4t~hM@}y*QDAmD }%=R;TVgmV_Jx{K-+eGO7BUZ;KD<~)!Dn!439$>9zr%O+zQY=-xgK6{=Ss4%qd)m@||9l6uBsnrJ}av_X!4u;6+0 4y%Wj~E`FCK3GdIw;Xp`$-cJ^>ri^3)lcxky>cAtv<)$3gAvx8gk|Bz^7r{|8*~b`G5=MJuurVUZftNE*4TYW4^Z |5vOX3YeWLRVtgkOP=G|%*@br^Jmfupe;U15=8bODsG87EulOg(S$W17F4+nx+_8A#ER* 3(ZHE#OQ^eXB}0>cd#Y>*QOA|3i(FbRs8oLUB_kTvggI}c|4a$&_?!Ft4B{X8p=5z7F>;z#`){m2RBh-S8x6>-PQMB^E*+ZR`D`RJ(!|ZT{E(NK;CCM=a-A3q%T+&r{oA g6Cn(7OS|Ej!p*L=tu7?H+czjqZ-F>BA(FQuM-Yema|+U&@E(B-)P5q<2q8IlXp-zS$@j{Y@r=+h)3(@+u(CDj-p(~yUtr$2 (++RAA22smrR8kHx)806KMYlie-vO4KaNM25!t20Ul5U(a1hXHl$6kzo_V@o3oZRP7H!7yRx-Y 7?k0kw30{j(+uyN3NvK#Fd{NA7ayDE^DMb9871n;iQG`iV;?dxbBqFHlsC@^%eE+a%ZBA0(i-HAEp37}JPHTUt8- %v+u_7}_sk_s`1SYSVw&R?@xN?OQ;sX4qzlW^<&2gtzsKhggM@7`oAst7#83`IL7|-W59trm+^*? gdMw{?DhQTDV5M%MsY)cTtuX@vBKW2-_4Q(Q@*{yK00}9?!fqf x`(SK+22T%)S(+n_Ls;Hzu%rwb(ck+95;m7L$?&$%P{)$JUK!wu8NJo;- {E$T-Di2K`~UU;lx_KtZqGCXdF^m#u^uv4g#)#Y@Pwt#VCggg0PkgKKd^BPd^xJtP1ODLYRQn#%G(pm1~fhPG)DA #cTsPY_E&A5(~z?10|7GiNPaQSWRB9kG?z>st^yOM*1=+}5pPUx=_@vkXt}fxzmG?c-e5?tsZmyW$9pHTmkYi_DD LeZV*mZ@mmyE=V27YSs9cA2N6Xjhu_ifbn|!(c@vO}G$p^*JWwV;fPsV#ly&R-P}Y5 v<}5j;^hEf`r}YBcQ+X=WGplWkJ?RWH&~Ww#LG04 8+zS~bz6qZ+Zub`c(9k-DH=ztemJXzj#sC-ZEqyVR51-CQEE4*_Hyn(+<^o~pQS@<5$1e 72{T=jD*3tEztV!X?0jXv#>9k)#Z=bl1&kBl?!ASZPVcOg8--rJl9qsSSKky^gDX>BzZ4eoiW_W;I=l`Z#=Svd3+ xjt6z#>;)N5UU<>F+msUkXoP0cv|uQ63;e1%h%mb~8JpGzE{-2Ux4(vNVx4<<26VR{x~LN =T^@MP8{FRY64$)A{QS%bf5SY|3u12+2O8pQ5)1qDtd*ePewI6Ni5%Dlh#h2sX(BTD2huBCI&)riUZTfWz}cN04_3$%#x{T2u KH3mQ9}Es)9z~pl3*<;YnYXVC^+TZ(2(TYBuy(70%8M7~o|8%-(Ag(VLPqikCBXs)r`ZVC~KOYTwXxBX*-3$1_%^ C{8!X)Eg+mTjpkvd{W~9zcCL_9#1RoZWDKky8%Otfl$|{&`Qs@;I6WXGDhdjWE7w*;hNLho2+GjcExnN$TX(lKn( 8L0T;oZEzl8$&N{~zU%=1AN^2K|SRF%rfuE(1>;z&4^?Hti^vv$a^I_}I9tXSF`L&~mE=z%6 GSq`M!uK@p|y7uT6IJ}oIhdNJo%qgPqiWkAfS0{FnLOOjkW}XlF?Kut@cmw@viuQPfzq9>pOBQng4uyF=CNPh+gXE!)-gI Kwc9UL((A|J9PzPOdXvIw=#7_#IIR4;Xsyw?1^Lw3Zh~~~QeAOn%k`H_IetDZ5Qg{0X-|%lEK*f=$&-LD?r$92C+B(Ca{a|&^Pm_xh#w?=R$qowf`*^v_nzU4 L3*9^{cK5x!jOC+ve>(!0C9h`c#aWd!ourwsjJ!&(5lq&!(UQqBlfnIv&0pm(I-F7*6&`A`2&+4cVu$t@HmkGROq ^{xi*lV!;oKbo4q^XEfmmK^^th1;c_e+ta-6?2MM%25Yi_)xLt5APz*tb&PQz35c;&@TPx-a4GuE7pvGD+`5AHZ_ =jS5QUA8eCTiI+oG=;&X)3rgyiV1$`OJHSBktlDqcZf(IaaA5OCg+9B3M0)B)pab&ZrelRz-+zgS7y|rS1aVCZa1 3V9M43!SkrD;KvdR&Yr=xa3Fh}@fq6@tQx|~haB0}9~7dkidV>3ylIB_3^e4)Y7HUN2p<^5^9EGAS$JO9fp?Ry%2 $P^WDNmH!yJsJpt(j5xZaix$OA5xh$t+~Xwmfb&+jFl(=K>B4O`UblHeVCW;LU|e|G2wj*y9ei%lA3SiWq~!*(gq JWKfh+;-h=Gti~4Bt41}!vYmI3daqnSP+2W0Q9KuRQ;xgM95_J{wYVos{fe`?fv*3KB 5*HqF5i?qJoyT?8=Pe!s>m)fQfdQ!(&cY44HnVjNmMiv(T)`NMP>--4dK@5c&?tVeap=SRniGePR~1u$Sn-SWk}z MqfVidkpjj(Mq=;G#Vo840$J4y7l?|hQP6W?S#qinD{c$n{P3RksU%CpOf>noaGx;{41#0&4>*egd|oK&LntFdEK Sn}V}REPv@0Z)wT{DP)G@Y;oeLQsBWlf5oPVPnK2S9hwr6cl~98Ko9o3fjD( bVQ}684Fn6|MGJbG*RI7=*jVw_j!{T+u#Zs3bxof^Wcosr1b%kVcOQbRrQe*l8YU-6Nw7_8O@id3eD9)^1S-s rMm{9ZZ!xUuLn%r2A+3IJe2{PTTI1`pC&S&csDsmpiv-`tXW3W>3K};%&XLC0h-eiIqTkwVqP&lioSKOLSyh#aKw ljioTk6o|P{F(Cdmk(N<7JgWXv)rL?C&OBT(rkp%fOW>l2K(-ldpy-Ip%I6@_PFcBP%9$W&xV~J~hmb`E-DGm2nY R)cQJMwsgbUA{vgl(VnMmSX85%efno@DD?7W@d6u*Q&&o5a+%Bvm;4cMv}6|Uu3D~&{mvKv&5?u{@~ud~iTAojj@ BP9f@J$9$K`=+eV$y4_heg9%pU`0ssoU>@*#xZVI1 jYs64vEI(pvtm>gQ(#ijP@)2`n}-2Iu0?-T2LE)H0|!$co^oIW)DJFWJmcPIoV$x_=s6KN?X W}1YXBusk_G2Xa0__~H7B66BvkPS=4nnNSv9OXJbWf`{337REV%kc4?d))Oc93Og=MqE;Zo)I^1gH$1+I5#`LoT8 s9wB+%PO?ckXR8zOZxLXE(Gn}z%5u=bLq4fRirYo*;#%E|c%V(SWP{PZtP_RUX!R9cWTGpOUssQgAwr~_iA4$wn+$*A}TxkkGFAuhB+77vw!;R;|vo19-k;pNN63Hl_c-+=1O8H%Jl-4gRd+?XQL`josw v9{lfSn}F4Sbd+uhli)V|asNL3XMbP*fgj9#N9lQW6(q=^$S+h-I^Yb-GC?77vjtTwzX^x%|8FHnk>jzOh21&bcF (tV0oC8_fOMYpa&Jjlf6^~INXM;AY4SDYU?qc9lF;G6nUPAaeho(JBdqX>bsS$|x}5y26@|8w0-OU?_G;L8l~;9*8x%jZhKdSr- yl+fRk?6&C>4T`#J0E3gg6lP{OmSvJh3Wo6$LtV9T>n~ZEqh+wtle}-ayU+W&kz!S?{{n9u&Vk{$N3vT>WKQ#WORta?4fxE-%?*-Mm$LC@fRl=OS&Dd@JKYBWFnah5*mlua^&CYZj?RfQ&SU!NMc+fBn_&+MQ^yit=2AB)5eb>%;*C&7nO #p!h^yTxJ_+8DMS-5w6_qF3BlA?D08_#Bb+wt*t(!n6x!)kvlG6IeM|JE}!VDj-m@SvP^4(xPQ!57&!`4ej!^3#z RgNC$TU*v($#Tt{=D(pn&>a4ITRzfrblX2~Eb;}Zm@UyNjYj^uj!P@T_+&>kzal1@8j3(+yAeA`t9tuDgAf$+axME5ax0`aJwN@Q2yrp%Ag~FdRu0imMOvmW#C|b32zjFJ1Nb C4|FPlJhF9o0++b$1PDIm_-f82y97U_5}(FLJ!hMpX>qA>M0{x75;P!OOP6r;oH&{Nxjf`#MaPvU$Y@UbboDR@sz o?a)@5OcrguUt`fcafsRo9+a5jWo`Fa}BN^y(`O|!hjM?cCo6&x41mw5M(>Wl3Ma_aETCRIKLte>YX1RnYBcnP*Ie{Vga gyJA-NEsMp$bD@ve&SK#cK?Wn0NLLXV9wCZ1Jx)ge}f;lh}?;K@y8|elUH@KdpuUD6_l|;|x$Z{(2L+hTAt8l5Vs Dt&UC#K05MmO+mY7Y2l0vSb16wBR9XemSR;mzBdr$xn-usam)+nI+)j+q;5wr&FJdupm_-$9iPg85U-9ik++vL-` @il-{^sAY}Q=m%qEDEUE!85T|@zg)-=EqK4`(FMFmTEdV?MDYo=q_C~AriQ4T+TsG{7|6O@{cSD=G&*m`K2LYD4V FuUt=k1u0(?t)oqvnPgX$8UDZ{WOU(?dhr5lk;VDQ4HrV16D-pOr^9gtHP!@roY& ^iC+2|lJ6P+9E1DGL4<`Ok`*@q!=E)ncH+29|ym^f=!o=Cr*X4!r5Bm%AMn+FM`%gw38Ffwzar|`|W)82FdYbH)A xU+(%x&Np;C0w}lYvInA1;)8k;&<}_3f)t?On!g5E&U|yE28|OpJ3(#?fC0=KX50))QPJa45%iifiC;t_i*9sU!F T{?bh~3{e>Pj;6`gwzYOsglEUsJbe$Uhj3~tVxZ~JN%w%yG5Fpr73X!dx6yD9Cv%I_PQvsK*3F|LL&0u<;disEeZd=MpLi! `p!I&rCp;l^NTENwa7QnfSQ(u4r!gh-D$%Ibo=uzv?u6JqJK0hlg2fyAN2IE92i~~-XBN0uz68mxE>P5}L1# )zHk~+jYNy)vTdr%Y8 Bn0?s3j%4Sm+44KH^>X(;kf*j^shRMZA@N!kr$!~^6E?|o~;+;H8y=e}UZdq3OX {XUO3-*8c}YaAV3O#ev~3^7>~v01q^SFKIa;kcQlRBP6J^UX K2xNgm4qRG0m3B4e)kzb&`bq!t*oWHQYkj8ZUVzod&p}0dDMZC-Lk7vJ3k>zJaHAP{x%50I5AGxJBDdFt?(S7Xyr =P&gT@ZeBPE>}G;|Ye~tPxSe-tZ=X>lM|?Pcxu^?BL;<(IY?oWELkJv*?cbUFI>UlC_pmTYKi`3db%q?v`Sh#NmL 4;HOMiy`arPQzAUvU6sv_B^o~EZ1yu81R9;vY^Rr661zD*_mdL*$a@eAP&x*9U7t?`M_{BVNMiN O((;vyTBwXuUZOC-0Icn2F{ThA8iR`_K0X!2`eSRq?ZGNDx^`DQ_;C@F`TwnsLWqD>IK(C o8#`bgCsyv*UnW&S$z48yvwv&gr&&Vj~!efAu&6 9^AN>|-(&CGbNH9NJBOvm}Jn8BS3I!%zSrh?!XTvA9$eQjAZr+u<}1yy-+1(`qRRAHG5S_H~-FiNv2v0&-X0mdn_ >yY8>QKPxW61VM*}@y3#nXYniLI;ipi$3eN?z3>|n3r3xqJM0e5QVO}q4(#QkNKY?v9i6 B^UU+0_ws>S6j^eX9NoF2_-wFq8g>O*Fdp;SoGJHJ$zva8gCYH5uwo!qOaR{gnyzHp}R7l#iYq&M-OgXGD*MF8ifiarK708V-B~LJEIr$v>kTEn+;?JA_ajhaf%wDeqqnm5KY3<#ZuL$cad+w@SK!n^{)BwAYXkQ;|ID| N$Ptj9U6M0d*uCD=I9qsML#~WC2xCatK?$r*xu_bs}L@M1mz1yu2MX46qd9%Fi2eCk~YHDg;YDFn3E3UEmeE5i lM96F0zC5-SNBebeUuK6Zj6vxDQ3Dk*B-M;_mtBfxaLa2{y*p&1`!pBK+mtmfpc-MY^(+-Gigm?)Z!aY~w%@3Ift ilh@fRIrbD96w8fJN|_Z{fNLGpNC0h#tpraVxznv&;K!!DXXvDL9gVNM``GR-yFnF}8nv27Gii!Kk!Gc!L4q+K%6 m!UrE5br`Sp6BP2Y_dwOfN693+<9HiJ*AH_UC48sl7xX%^O;Cmb8qFQQiowGq!ShPlvF{UP gdM~pnDPqanPqm6{XPd40%a?Y184$dKkx^`cMk3wpzo~FcxB5HbxW>ZXghkbacu*S{s;qDgVQAJUrKk80K-VJsF( FgMkv+eFnvlkADuKYi<|C0#=);%2y9k7|Y;u<>k$AF!v>dHLx4Na$hO){;8=za$O5$-u((!uGyzZP(^HAkH+A!{I )~*V0MXein#EM=w73KD)ku#&hFjx4(Q8w-@s2v@y9>Y`_xILAt1SK;D&)mW7WL5@a9-1JKsz~PW(+yHg2R5fbFxN {U14K<5GHgAUZLPXF#^B;K6cm}3P#$Emdvu;;8}GcjSq{`E};wSUKAA|)M(C;AY9$%EsWU|?djcDt-^E wsi&%9eh~z$|`a=iwuD4ko(S%7pE*^4Nx*IjKCTDc8AlF22i5Fxyee-sL!`nj$BuBJOT$YMlMh_jAcw>@KNl r60w6i&&Ao{_wjWlUXH%Mqe3Zvk_jxpZ$6lWT!aA*@-?llWQg}TTtITbY!snpuzg%3$AQj30U!?t(;1}JcFKBISa nS;#olXHSgD^A+EI!`5PejU679RF7Wxi^9zeR1ji6|rA6$kwJGIywPt+qGun@Z?bYB4LBX!4!wu5N;#p?<#jCc|o8v 2DQ>J0s8K)~#)3%~^2r(6}2@)MgG%`Uxl*Hf=DYVU29v-uB9q_nc}*&Rm(p$Ti9y(g!n^A~JrQz(}URTmod3LKpC J`e>gfUSJjm$|Dx{!sn0DE64WE%k}p>dz^BG^!Wx;n|ErCNE(RY2%(+b$pn4p#Kn-Q4VXu(GWf0G4^S`y@%f8-h3 W-w%37}&bV=;fxDjWxZ(>OiQh~w2x_B*q#F<=W-;kjY>OdLo^rwHh(f;&Dk^nTTm?XKkQ(102n;v9g$@4W;hn6hp NUYru9o2U0cP%89CnoQXn$hvKa!DAM$PjY;>Nxy?Uyf8a(J4*cqEU|Yx;w?)sSDoHyAIJ!98%=Vk|~a5y|<1?o6L NzIH~su0=%8`&emVu1&=e5tHNwRFh=w h6DOG!q?P--o|n){DKPV&lzx(JXmF+mTiO9?AlGGy*4lkuj6B)%ynB>hm$tl^lhi|5R7B28kmF+V8HA19m^0g@mK 7Gr&M?R2Ox?TOj2YzDvcGu`)h!11qsZV*M^lj-%{B1(W1LmYNT2aySnc%S$9aY^R%Z9IvTq;e>U$W Uf6M^_puWObY8)qLv8e7Kj9H`&Q97jj?mp5&3ET6zDOiuH>4BKe`$Lhg)m!ilqZ#T#8dnC#T8n;8L(r5lzG1^=I; -ezVp3Hqr|w4=aI+kOM;JcXLtZX3}9csMG1(blt{py<1-SE%DE8i??412ah<5(<@RPWJD66_9+c36(g!sP!t5yDT fFs8(h?D=KsjP^!Q9L`pSl=TtE>z>3(snD<%!!GycdfJ(IEruetP^~tg$E3Z#1hUetkWVhC1PA~Al-0BOc`FE*dp*yUI)X5IsK`|uilE(Vl)HLSg=$qvmLGXwbK0N--^UQLfA0F7^|g#8Llm9; 4AlxRc@|AcJf${wzH2Qj~2J5BGtBvpc9w*R~JA5IRQKH5Kte5qC&U_9)DhMQGub%l@FYQ8LD|8w^Otx>btO;I^FE m3nX;P-81%)c%yfLrPQ2DlCsoyZf`-&YH%6CtTXz8 7VlcgrYs`l(lpOmfSm+;GVNGZW(X$q){ow~C6CyXvJ~5E@l{^UC)I@0VF02?0I8mM (u^0+XBAwN1Zw5B*3nCtN?FoGLZ2wP(X6$Q#PXDP2T!f0g)PQAg6sjyo^8p|%l|@PfJ3QKzm%2;0l2jGZCuKJ%B4;481bVk{eB^u#C}cNU&z#gm26B}VoBiGbeDQ*zQ&v Bn2{J61AB*Pml$H)iU{iJio?tGoazivRyJeC4AUyiS&sEnT|_H+-SdJN4iFBetPM0db0XD)L$7X202{^X04gH {fO4L-6Gz5~d={g{u+cM14={fX{I#GSaGK>(4?-U%1QIEC5gy4mV90X)9n2=gwqPDei$)e!`O%ULaA !s(28a@ms@;$h2l`+9TCh%9&X;&v!UFewvgb5@>pF#eH{Ve^bybqTKgemI0Rb}->?ZWf` WG;m}WMNo-Zr%)=^Y9JOGEo5(>2fq-0WbwxzMsh*8Zr657s?E<2b#es=B&`oBjaX=Q+S=~ey8(pOPL%!HILxd*E% xsS_=yU;?f;X+SAKXCTI2ba}=pHfp>%q~IWYe_(oZ2|nWKR&2ZY1D5hG!|P%F@MEGoGgANmv;IA~_mx=ua(yxdZGTD7?%mK2$-zUDREbQ{7zbLR)p~DJ1(97GQnaCxIV4cHq83SVQEucP5^nCr@Sy8h1H||O{MRr<9Ej0BUN}!0SdmCgiD)ZK&S;{3cw|L5;S12dSuw3x {`|yJb1yOY%{Er>R6Un|ijX!p7xu3T`{v`Z`6^H#<{(I-vuWx_!?X8b~^-bDh0Oj+~ XOE~Zi)BDzJr7)1EF?CL{hnO4!r?O|Mb(It|Qq#ZNQaxU%hnypV}!<5Jzd?d1;HM%1H7Fy0!-*+C7QU{gX3J0Doo 0g&m9t)ZN^*<_MLqV~q-3d5M~A@I$>4#F3j#mi{w ?|Uc2eVhKQF-8pkH-$mM8GS_)kxnO3u)ImatEpov8`D0H_ej8DdJ|9?(sUq7K7&Ik(L}L5)hNYxti%?ev~AF!xjj ?{U}nK#$my<-KQ%d#|W)?PYs?!MZ1ldrubpUc#~UE;mn?Vy8uZHts9`Z1bX(zwuYQJPo18_%G6HyCcx0vU5EM~lW7c>1%1AGJES&MlecQMm#60imEeSoI}-m{qRJs(2Q26zJCCcsmdFkbHkTn>1}65jXDCA`l=OBk >3E@ApV1(*c<)e^?9W-0HR0Bi+pTgvjidnxaG=~Bk~nx%~Q{-u1*txK7nj|u$2Qa{Vs#oPZ =!F7s&X>45sfb2J`8gfd4{#HrSqh7|eP--D5eA-?g0aE-mN%9$n6OetS97`3Zqf3p})(_3!!REXOY|=lh*l%XlxU WxP+WW&74r%kxKT*?#V-<#ivd<#pH8ik*@6ZPNZ?E#vV(E#v#uTBgr;YZ>q7YMCy-u4TD>xt8g2{0d&bcm?05ZUx U-$);Qeix=d55kK2PRd4!Dl^yMpb^^ME))y?!O*(F)iJ*te4H&EA!K{tYYn-k)E|=R79x>6MJqrG`4j_uM+hD^thoE~#TWUtY)SZ?0oHf1!@?`dS^+_d7EGX}~(-XC2e w*wuXAae(cBZ(7a$L#x>ijR-tzHLo9E&HGIV^rU}sHS_-h>3@%`yIA_KSk3rT@x@~&Ghbf>#8uQA*RuR=1Z*Pyu4R4w$XeF#18Z5oA6(0R@yWGpH-5R6xfDV0k+v{lAcNf8W4#QVG8QF$vyxa f11~I>GxkBzS&Hg6D5YF#bIW)|XM4H=f{o*fM@Wg7Lj1!S}f`!E$gw`tOl;DZ%vqPJ;3Lt*n1J!Sp{N$$Gp#$#|T XTzGe%>llyi>v*4Wz|#PCuM;`~ZX-HMdqE@5e|;n0b5$ezoz_OC^Y%vG=b T2?!(1cNZI_IDjZD{fH8NeVXyp6tYh-!3rIF?0AsPRvta}M?1K?2*vOd7BCZ_wln^^BZ0C+0Vt%>RMS{R)*fJ>U$ jt(?4zGKadSGt+c$u{%)_ck-1?rUcJztzm~)As?_lAO0N-rX%MFFRY9-fwT=_<5p**Iy}ce+$RC_q6c2Pqwffe6E G#iIZB{zV){e1VGuu5IIa8`~I<)7yCdNE_p~L)vGxF<;M?e!GqN;I^?meyEM@!;NiXN86Y V4-0&zAw==$9YG ?iXayy@QNXGxx&U$ck2h+c%gYl^AkT{})>AI_f?cn7y??4CN>+>DV|NA?{|8_7QPfPzZvhKwWzW*^Pru!RGjQ^?> -=|$*UyAV^mU%l;EO)sS)8(=h@Bc}ecWsL8`3-<@-Rc{Fjih%e)}s}j97haxG9CrM0g}&7Z7S6xos8F?JJ~M1W&_ `&Zv)H4&<2*jvjP8s_yX8Ndf(JqAn-C-f3=KXEA1PleM=Y9;dbf2U;4i)>%Y; (_kFyJ<@!fmELYEVu^s=pta|~l2>5Fm&u!-W<^{fUGq1m7Gw=TqX<2gPwdy>-&k|5KFnrB1Te<5%m$~h<(q5K}@p HLn~nU3vqsz67vzSD>7_s3&%#!xOp*(2=_Dz+)n=aaE|R`Gk{0+ipOgo@*p=tD9`apiR=L$Us+P)aDDMfqox%ccK Cl%qla4@mou0!e4cUi_!DFGcyKVw*Q_9?R|@P{vXIL$S^Hi_AR(<=ZIFNc&Ng?X c#|M*inZiv5Dlb)ftT<-;h?$vW*TQC^m|jdBIbS7LX+2jy0j_n>@1`Y4z3QK^%kaZw(U_VEILqS#j)koNl&+l&C^ ?b1iF)sraysQA4?pKqajALUah_bYyX(dQC@KSKF;slOZLt%_~J7g0Wf@~?{Dihn}6SXF<{RT39Sn_>~NOAku>b0~ K!w(a!!Gs;VfeJZ_2kB#m1Yn1C1` qCQVvZpE0L{H5r3IgR!c9!YlgJ))2#4+p)swg0&_vGTxNycxJ}RRQG31)H6otm1pR2KM2pYLo1INrklamj#=(eGY +DY^R`bJJ$t@=co2%Qf!KSd(^IFYMzQcNZqS(4*dA UE$72J7ek2ow`Du#r(MC&%~j6fU6bUX`ERU!3LvAQ;yogsxm2?gjm#7CS{C*O+q*7EK@Kr>K!j_hPLN|3RYmaUT9 c*>>yl2gKLddfvW2@-L&NZI$mI@x-FJdz^|Q~a8N>{+rij&Yfp$@Pt^^buIh$;kjN`y?MTs8b))7a){XhoMt9D%( XpeD^KnB}cP5Z*V$uO>Y60S^{0qKE7nQc$zY6GC(UqgFGC5{d^z?`VmCiDK%9U;-YfY7Bc4sn1(Y4PjS_aT`Lpy6 *KJ_M(Nd+1h89Qf(0at~Gfsyv|1+d%F-GLQ`wwq(kNSo;i5PSl(F~%*+HGB)>*s5UpVbRA5KLj6CcQN$x;85ChoM |J2z0#pEZl-q^3x>!fj8hMH3>Ao#LDVex-ne7srHONWOLG`E%Gx;`l2I(cxGC1ATp}&jiWo$Ecr}E=*W%utu6i7sm%_93FLrb{=yzB?TCxX;b4BwFCQn3(Vi`; sPpC|32Jn+AA8=i(7Z8K2Nu&OgAK}BDBHXEW<1m9GmrQbpT?!M#0Qk!K^j-LdIeXXHneC&OuVzOUzhQ5u2pNjV%$ g>F^s=meKqO2?rz!!XqD_tSo1ON{hIg^}Rgo8%yiCE(D8gUtd{CLXR|lMmweYdsM$0LRd`0g(9BjjTP1r!tjdZ=)oD_}3!q(0 iT*tyoWo45su#{cUbl*^^EJ(~9xO> J>ZCnm2$K;kiz`*qR5`szZ9_0*G)FYjt(K}*YgJ3v)i$R5U=P0Q;EoiCI5=pO!z46d@&-+Rx1l2)!wf2S$f!Zk4z 4$C`k55@^H@8Oj?e_LOf_f+aP*GpTI9P2Jr}m3-W(q%Z2~bfYofkv(Q($O?Id{Hy&29(Toew*P*&p;3&#%AXB^sl 1%*Y>ilVPA!;mYor)zVX9I~Vys8kFrAOvS^lHUvrxDrs%Fxgd*o|#oXG-tW+Y@t&W0{HK|MvvssNKbekjU?4jfozGZnPK$!-c$hd2#FYio3dS~Qdw(sJ*9L-E9~2PbJXGCXNyc+eOqYWxR$ %R1ux9j;9#>Btiy4~{oQcS=hjHD$xJj_aT+rKjW(jHA~D0jM3sG@`5y6`4pafRgI&rZqvi-VA*mqv&nMQmuvMg*1 n5C#)Eo0IOUmJf2w4A~>L+Dh4i(V=7#zaTZ(`RSTqT@JstOIFx1ksfeK{yQqwZSyr0spo8otu0sS9DB-I(u*xtx~~;b>=2ol2JQ}lQV4(hY!p*JKI!oxAx3jt+HC&C2A~B=QHdKeBT*f(cx&@v3FZ>wnoB@AiPVR*`x5HgsmVNojH@Hh~2VdAY-(A u0Zyz9)%E6TU^u7PkCh)Gq$HPK6I~%L9^ocMgKx{6=F}=9hJ4Sx|xk^d=`^cmR_s$qsO3^mY;@YR)~1`$JGNAuJX b9w=>eIPTd4|3lr0wEN-0|vCfh1Gdek8L33QI6ABLsbTZ{T^V-*UlCSUNJp%#S(Q%$4>Oqt%9f7`z{?&K|_8ux+k 9=jNR*nYsg%Lw4yyy6;A*sCzrz~eu0~c?%aLQ9mR{d*?Z5dQ@a1?Qqf7*p8BC$1-*vaaXGJN9Kf)R_ZpBM~sb|%q N%ms-tF9ngxQwZv&CpPC`)|@2dV!`lGVgyczRwwAGmol0go0}7j__i8N9jW!LYa8)dK(SV0%s1TtuN}`%8QmGr$$ G|V<}|FzhAgZsoV}g#Dtm9jA~#orfk=#5W3*=Qb@E+&b7_LBA>4xS$s%1~f>F!F8mJ5WZwx !GRU-MEGFBs)rkQj145(EAt2`Sd~P-ix3i&Ng3_qcDUfJiEU;Pmo1o?1idyukoW~#5{>JPrnXd58(;9PiBmb|q05 z58ujBv8*0_olx=P6IHhBKt2us3W2UX8CDYWJX-`{LI-70lFq<348{5sc@ipZ;rw~0Zh-DFNin@%dJfd&S$Rm!M_ 8t@V3K3v%Xz#}-pkiLG7;?XF#OKaTB-*c#M$`e{>^$OO(uh1So<_`3s$}j2;Vg{ZnJCY(a%LVeUD}7LH7k*ru>*kw#pFXpk$eEauU(Ef^tOE^M?b01E$ec*D>^-w`i4 T0yF;(3d>HyuliW!rFLDLD%MBM~sK|)nGYUN7zLI*gj*arrfY0uAKK0W_!&sTN*d#rR3@0LERE};E9-!&1K+gf)_ KQV!Y-3WN$y2A4@VYGBmHEG%cFgYo&Xq)^?@)1!Y>JSQ50iGvRDR)H#n*n*U5UJ7^5io)~;7iXdnl7j-bGx%v4z$ CoxSVfHn;F>X(%r6|j)o8Iy%8Y+R#^_@sdSJdU6EGFNSKsbf+867oYAtIu_}{%%f@~-(AwJ-Hgt DZ>w(X$VE>l4Z@T@7)z#OkDbKE4t(8((zzt?yq!{~TTBFjc*x`SSOu-|t*ZPfZr|$>{ctEaRXV75 H`D3Tfk5?vJbWB+(^tKIX@4xQYU&@OK34?4Fmp}3&GO|%oi?jYUs(buHRhm8TZoKRWdR563^CM+b)p%7m0(#Wz6; o3j+YLCXdnYf*`;=Rjuj`iui0KG?Zbmx^WCAW5lE%^N>|g50YW2MjH9a7ABLfsIeFBjdPuKSWYMl}>0InqH}t(sv2-hC>L{aS(>9@ rw>*q}@krwa>^dw+WiTSEIu-b7c_37yG^@o)TJ0mW((q#lf(;6RPOxa&U>Xw;GBamOf)=Nki1^?pXRp-Lvy_2>!f 2I^h$K|g8b&fkauMZiQS0p<8SWqJj;mF9t>y+I#61?tM>&z3RHNkk^4di4Fan9v-LN8FYzYjguZ@iZBQkqF9+9!R {SN3D?;#(H>xZQST9Km^FTJ2j`(fLXuec;_7NU%=HXXK`E_)E@8brp0TYwy=P5L*;FIZZm1sUK*B1txqhtyk&COk %Yiz6n0yPeWaM10BskJ?rGN3vg~qz%S|R#77;7JNHz&#m8+r90>k779C(^dFX%7RnA&B&UrMTXq|Ba#n>UI8M4mV <0R1(juMFr|I{7X+NkUNB%F8#+7In$}uhmIp!1)kjGTCGT??YC_o;gH?C7NTDyBx>1rpm^8w|Tg$Gej%dDQ(89mZ eeejv!iR7BAGR?6>vsSDil2ejA!z_o(W2T?8n9dS5m^#hO{cL=y1~~srF$pK2aev4jqOw6uu7{Vlio48k4L1Wyu= s08{$j-CoHNKvLS5xQBvOdYWjyuFvMkRzHaj`J!;NUQ!)0Njd=H*f+Wl#zDBT^}&MS(Ds19D(q(234n2^V2oSXJ% 1yXoxvz}RT>kf5905fS*(x$BG6~36Da{z{tn=~Z$v)l%WFlmVuU?|TMCW}rEfe1x+P-CbPB@(pPi#F6zi#{Zxjwd N?HR@pzoHaaO*=)h^BI-i8V#9(CmM)>Bb}vO6Db=l`#{r7Oca&cYQOFfVcABu{MN`qK6>Fn$;IRSyR+_D7FkO`Wr oVuo*6=AaBHK*dH^3|gr8``hkA04v3FgXwZ;fm2D=;`7tdQGA2u7;W@4$AsW&{)R)`=c276(VZWX81@f}!lCWRXs cLlTGw+Yr?I68xT5x>uVdlhWf-x8kk__ku65s(L89M|)dg<;`GM-VZ~d5dWoS#=RsWNXv!Ij(b0ZKBz+6AaUw~op66KS@hR?C+a%$-c{me4*X=&?=6aPS@`r`5G2&v^I!U!HV>Si=9GDG(0vDn;(T9f0d@U^$ LN=B66f|Gi7D-1Hl?+QlMgoNvOAxO672f~SOwur&y1GYGM-$ wZ9O@bvX74P^eFR!_>|wMC%MWp6ldO)r@zow7qgWu;|7C0X%7_iQAOJ7c*AHCe@DZI*rOKdH)X25?N$f5G)`yWtC0Rj{Q6aWAK003ZGWmEtF0000000000000L700000000005CH8#00000Y;R* >Y-KM{O928D0~7!N0001BT4huK00000000000000A000000000001yD}K_vhH0Bmn#VQghDVRA1}O928D0~7!N00 01BT4huK00000000000000A000000000001yD}K}`Sv0Bmn#VQghDVr4H-O928D0~7!N0001BT4huK0000000000 0000A000000000001yD}L3IEC0Bmn#VQghDVrMT>18O928D0~7!N0001BT4huK00000000000000A0 00000000001yD}LCpdH0Bmn#VQghDYGE%>O928D0~7!N0001BT4huK00000000000000B000000000001yD}LG=O v0Bmn#VQghDYhhw9P)h*<6ay3h00000U|MBV0000000000000003IG5A00000000mG?Li&`003-nV_|G%FK%KlP) h*<6ay3h00000U|MBV0000000000000003IG5A00000000mG?LkHZ003-nV_|G%FK%ovP)h*<6ay3h00000U|MBV 0000000000000003IG5A00000000mG?Llq>003-nV_|G%FK%uxP)h*<6ay3h00000U|MBV0000000000000003IG 5A00000000mG?Ln3U003-nV_|G%FK=TnP)h*<6ay3h00000U|MBV0000000000000003IG5A00000000mG?Loc+0 03-nV_|G%FK}!xP)h*<6ay3h00000U|MBV0000000000000003IG5A00000000mG?Lp=P003-nV_|G%FK~1(P)h* <6ay3h00000U|MBV0000000000000004FCWD00000000mG?LiI%003-nV_|G%FK~2ULQ*eKO928D0~7!N0001BT4 huK00000000000000A000000000001yD}K{*5f0Bmn#VQghDa&IqCO928D0~7!N0001BT4huK00000000000000A 000000000001yD}L16>{0Bmn#VQghDa&<3IO928D0~7!N0001BT4huK00000000000000A000000000001yD}L5T za0Bmn#VQghDb89b9O928D0~7!N0001BT4huK00000000000000A000000000001yD}L9qk?0Bmn#VQghDb8#WV0Bmn#VQghDb8;_GO928D0~7!N0001BT4hu K00000000000000A000000000001yD}K>-B-0Bmn#VQghDb9OIKO928D0~7!N0001BT4huK00000000000000A00 0000000001yD}K`8|Q0Bmn#VQghDbaF3HO928D0~7!N0001BT4huK00000000000000A000000000001yD}K~V(& 0Bmn#VQghDb!#tBO928D0~7!N0001BT4huK00000000000000D000000000001yD}L3srL0Bmn#VQghDdT3umPA^ bP0Rj{Q6aWAK003ZGWmEtF0000000000000>P00000000005CH8#qy+!~Y;R*>Y-KNcXkSB4FHA#UO+`~vK}SVXF HlPX0u%!j000080AN~WROCG8HGCTY0Bk$}05Sjo00000000000HlH21pokSZ)0I>WiNVYUqenWOhaEyMN?BjM@3U Fa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ%|7C0u%!j000000AN~WQ~&?~000000000002TlM000000000G0PR7iAp ihuZ)0I>WiMfJFHA#UO+`~vK}SVXFHlPX0u%!j000080AN~WR7l2RmW2@j0NE-4051Rl00000000000HlH2Apihu Z)0I>WiMfJFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEsLZ0Rj{Q6aWAK003ZGWmEtF00000000 00000&M00000000005CH8#tup`sY;R*>Y-KNLbT3RpUrj|*Q$a^XQ!h|U0Rj{Q6aWAK2moMOWmI1xdGT9B003~X0 01ul0000000000005+c;WGdLY;R*>Y-KNLbT3RpUrj|*Q$a^XQ!jF1aA{;MaALtjlrQ&T}lMN=LtjlrQ&T}lMN=WiNAfFHA#UO+`~vK}SVXFHlPX0u%!j000080AN~WR08P08a*xm0HSsP051Rl0000000 0000HlFEtN;LPZ)0I>WiNAfFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEsLZ0Rj{Q6aWAK003ZG WmEtF0000000000000&M00000000005CH8#$Jzh@Y;R*>Y-KNHY%fehUrj|*Q$a^XQ!h|U0Rj{Q6aWAK2moMOWmI TenNXM-007QL001ul0000000000005+c``Q2iY;R*>Y-KNHY%fehUrj|*Q$a^XQ!jF1aA{;MaAWiN1SFHA#UO+`~vK}SVXFHlPX0u%!j000080AN~WRIhg2`2kk|0Gr< c051Rl00000000000HlFpX#xOjZ)0I>WiN1SFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEsLZ0R j{Q6aWAK003ZGWmEtF0000000000000&M00000000005CH8#u)qQUY;R*>Y-KNQZZAwjUrj|*Q$a^XQ!h|U0Rj{Q 6aWAK2moMOWmKZkSR$cj007Yv0RS%m0000000000005+cY-KNQZZAwjUrj|*Q$a^XQ!jF1aA{;MaA< FIZ!KhRcW!KNVPs`;E^Tj6O928D0~7!N0001BT4huK00000000000000M000000000001yD}LDDA!0Bmn#VQghDb 89b5LtjlrQ&T}lMN=N48vp&HM0N!u0R3+F8}}l00000 00000q=9`z0|0DqV_|G%FKS^gOhaEyMN?BjM@3UFa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ%|7C0u%!j000000AN ~WQ~&?~000000000002TlM000000000G0PR8l_X7ZIZ)0I>WiN1aFHA#UO+`~vK}SVXFHlPX0u%!j000080AN~WR Pl#niaZej0EZ?3051Rl00000000000HlF4_yYiJZ)0I>WiN1aFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL 1WMy(LZEsLZ0Rj{Q6aWAK003ZGWmEtF0000000000000&M00000000005CH8#ya@yVY;R*>Y-KNVaW70mUrj|*Q$ a^XQ!h|U0Rj{Q6aWAK2moMOWmE^DgB@72004s*0st=n0000000000005+c@CgI}Y;R*>Y-KNVaW70mUrj|*Q$a^X Q!jF1aA{;MaAWiMlMFHA#UO+`~vK}SVXFHlPX0u% !j000080AN~WR22&LlV7p`0GtQ{051Rl00000000000HlGDa|HlwZ)0I>WiMlMFHA#UO+`~vK}SVXFLGgUX=E*MX m50HEo5(ZZftL1WMy(LZEsLZ0Rj{Q6aWAK003ZGWmEtF0000000000000*N00000000005CH8#JthVKY;R*>Y-KN NVPY>#LtjlrQ&T}lMN=Zr#S5dZ)oBme*~00000000000001_fpR7W0Bmn#VQghDYh hw9OhaEyMN?BjM@3UFa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ%|7C0u%!j000000AN~WQ~&?~000000000002TlM 000000000G0PR86HwFM~Z)0I>WiN7XFHA#UO+`~vK}SVXFHlPX0u%!j000080AN~WRJ?+@_Wle20C5}u051Rl000 00000000HlEmI0gW0Z)0I>WiN7XFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEsLZ0Rj{Q6aWAK0 03ZGWmEtF0000000000000&M00000000005CH8#RYe8>Y;R*>Y-KNKbuUaqUrj|*Q$a^XQ!h|U0Rj{Q6aWAK2moM OWmHjt5NXD>0055_0st=n0000000000005+ciA4qgY;R*>Y-KNKbuUaqUrj|*Q$a^XQ!jF1aA{;MaAZ)0I>WiMuOFHA#UO+`~vK}SVXFHlPX0u%!j000080AN~WR4gobm^7RK 00h(l051Rl00000000000HlE!*arY?Z)0I>WiMuOFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEs LZ0Rj{Q6aWAK003ZGWmEtF0000000000000&M00000000005CH8#nREyMY;R*>Y-KNHbT3RpUrj|*Q$a^XQ!h|U0 Rj{Q6aWAK2moMOWmJlm7Bh$h002q|001ul0000000000005+c&2$I=Y;R*>Y-KNHbT3RpUrj|*Q$a^XQ!jF1aA{; MaA@(wV_|G%FK= TnOhaEyMN?BjM@3UFP)h*<6ay3h000O8U|MBVJeD}0bOitaQ3?P6F8}}l0000000000q=C}i2>@(wV_|G%FK=TnO haEyMN?BjM@3UFa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ%|7C0u%!j000000AN~WQ~&?~000000000002TlM0000 00000G0PR7O;|Tz4Z)0I>WiM`GFHA#UO+`~vK}SVXFHlPX0u%!j000080AN~WRFqC^sE=y^03j{`051Rl0000000 0000HlG(;|Tz4Z)0I>WiM`GFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEsLZ0Rj{Q6aWAK003ZG WmEtF0000000000000&M00000000005CH8#qfZI|Y;R*>Y-KNEXD>`cUrj|*Q$a^XQ!h|U0Rj{Q6aWAK2moMOWmG ~k3yzur001%q001ul0000000000005+c*G~!nY;R*>Y-KNEXD>`cUrj|*Q$a^XQ!jF1aA{;MaAWiMrOFHA#UO+`~vK}SVXFHlPX0u%!j000080AN~WR0eZ*gFdeS0I3Z E051Rl00000000000HlHFR|)`ZZ)0I>WiMrOFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEsLZ0R j{Q6aWAK003ZGWmEtF0000000000000&M00000000005CH8#a|a6mY;R*>Y-KNFVJ}QWUrj|*Q$a^XQ!h|U0Rj{Q 6aWAK2moMOWmJF{cuZ~_000R=001ul0000000000005+crw0oFY;R*>Y-KNFVJ}QWUrj|*Q$a^XQ!jF1aA{;MaA< FIZ!KhRcW!KNVPs`;E^Tj6O9ci10001L0BQjB9RL7gBntol00 """ 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)